diff --git a/googleapis/ads/googleads/v0/common/ad_type_infos.pb.go b/googleapis/ads/googleads/v0/common/ad_type_infos.pb.go deleted file mode 100644 index 8d6f316342..0000000000 --- a/googleapis/ads/googleads/v0/common/ad_type_infos.pb.go +++ /dev/null @@ -1,1393 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/ad_type_infos.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A text ad. -type TextAdInfo struct { - // The headline of the ad. - Headline *wrappers.StringValue `protobuf:"bytes,1,opt,name=headline,proto3" json:"headline,omitempty"` - // The first line of the ad's description. - Description1 *wrappers.StringValue `protobuf:"bytes,2,opt,name=description1,proto3" json:"description1,omitempty"` - // The second line of the ad's description. - Description2 *wrappers.StringValue `protobuf:"bytes,3,opt,name=description2,proto3" json:"description2,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TextAdInfo) Reset() { *m = TextAdInfo{} } -func (m *TextAdInfo) String() string { return proto.CompactTextString(m) } -func (*TextAdInfo) ProtoMessage() {} -func (*TextAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_9fd2cc429f6d1980, []int{0} -} -func (m *TextAdInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TextAdInfo.Unmarshal(m, b) -} -func (m *TextAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TextAdInfo.Marshal(b, m, deterministic) -} -func (dst *TextAdInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_TextAdInfo.Merge(dst, src) -} -func (m *TextAdInfo) XXX_Size() int { - return xxx_messageInfo_TextAdInfo.Size(m) -} -func (m *TextAdInfo) XXX_DiscardUnknown() { - xxx_messageInfo_TextAdInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_TextAdInfo proto.InternalMessageInfo - -func (m *TextAdInfo) GetHeadline() *wrappers.StringValue { - if m != nil { - return m.Headline - } - return nil -} - -func (m *TextAdInfo) GetDescription1() *wrappers.StringValue { - if m != nil { - return m.Description1 - } - return nil -} - -func (m *TextAdInfo) GetDescription2() *wrappers.StringValue { - if m != nil { - return m.Description2 - } - return nil -} - -// An expanded text ad. -type ExpandedTextAdInfo struct { - // The first part of the ad's headline. - HeadlinePart1 *wrappers.StringValue `protobuf:"bytes,1,opt,name=headline_part1,json=headlinePart1,proto3" json:"headline_part1,omitempty"` - // The second part of the ad's headline. - HeadlinePart2 *wrappers.StringValue `protobuf:"bytes,2,opt,name=headline_part2,json=headlinePart2,proto3" json:"headline_part2,omitempty"` - // The third part of the ad's headline. - HeadlinePart3 *wrappers.StringValue `protobuf:"bytes,6,opt,name=headline_part3,json=headlinePart3,proto3" json:"headline_part3,omitempty"` - // The description of the ad. - Description *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` - // The second description of the ad. - Description2 *wrappers.StringValue `protobuf:"bytes,7,opt,name=description2,proto3" json:"description2,omitempty"` - // The text that can appear alongside the ad's displayed URL. - Path1 *wrappers.StringValue `protobuf:"bytes,4,opt,name=path1,proto3" json:"path1,omitempty"` - // Additional text that can appear alongside the ad's displayed URL. - Path2 *wrappers.StringValue `protobuf:"bytes,5,opt,name=path2,proto3" json:"path2,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ExpandedTextAdInfo) Reset() { *m = ExpandedTextAdInfo{} } -func (m *ExpandedTextAdInfo) String() string { return proto.CompactTextString(m) } -func (*ExpandedTextAdInfo) ProtoMessage() {} -func (*ExpandedTextAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_9fd2cc429f6d1980, []int{1} -} -func (m *ExpandedTextAdInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExpandedTextAdInfo.Unmarshal(m, b) -} -func (m *ExpandedTextAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExpandedTextAdInfo.Marshal(b, m, deterministic) -} -func (dst *ExpandedTextAdInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExpandedTextAdInfo.Merge(dst, src) -} -func (m *ExpandedTextAdInfo) XXX_Size() int { - return xxx_messageInfo_ExpandedTextAdInfo.Size(m) -} -func (m *ExpandedTextAdInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ExpandedTextAdInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ExpandedTextAdInfo proto.InternalMessageInfo - -func (m *ExpandedTextAdInfo) GetHeadlinePart1() *wrappers.StringValue { - if m != nil { - return m.HeadlinePart1 - } - return nil -} - -func (m *ExpandedTextAdInfo) GetHeadlinePart2() *wrappers.StringValue { - if m != nil { - return m.HeadlinePart2 - } - return nil -} - -func (m *ExpandedTextAdInfo) GetHeadlinePart3() *wrappers.StringValue { - if m != nil { - return m.HeadlinePart3 - } - return nil -} - -func (m *ExpandedTextAdInfo) GetDescription() *wrappers.StringValue { - if m != nil { - return m.Description - } - return nil -} - -func (m *ExpandedTextAdInfo) GetDescription2() *wrappers.StringValue { - if m != nil { - return m.Description2 - } - return nil -} - -func (m *ExpandedTextAdInfo) GetPath1() *wrappers.StringValue { - if m != nil { - return m.Path1 - } - return nil -} - -func (m *ExpandedTextAdInfo) GetPath2() *wrappers.StringValue { - if m != nil { - return m.Path2 - } - return nil -} - -// A dynamic search ad. -type DynamicSearchAdInfo struct { - // The first line of the ad's description. - Description1 *wrappers.StringValue `protobuf:"bytes,1,opt,name=description1,proto3" json:"description1,omitempty"` - // The second line of the ad's description. - Description2 *wrappers.StringValue `protobuf:"bytes,2,opt,name=description2,proto3" json:"description2,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DynamicSearchAdInfo) Reset() { *m = DynamicSearchAdInfo{} } -func (m *DynamicSearchAdInfo) String() string { return proto.CompactTextString(m) } -func (*DynamicSearchAdInfo) ProtoMessage() {} -func (*DynamicSearchAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_9fd2cc429f6d1980, []int{2} -} -func (m *DynamicSearchAdInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DynamicSearchAdInfo.Unmarshal(m, b) -} -func (m *DynamicSearchAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DynamicSearchAdInfo.Marshal(b, m, deterministic) -} -func (dst *DynamicSearchAdInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_DynamicSearchAdInfo.Merge(dst, src) -} -func (m *DynamicSearchAdInfo) XXX_Size() int { - return xxx_messageInfo_DynamicSearchAdInfo.Size(m) -} -func (m *DynamicSearchAdInfo) XXX_DiscardUnknown() { - xxx_messageInfo_DynamicSearchAdInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_DynamicSearchAdInfo proto.InternalMessageInfo - -func (m *DynamicSearchAdInfo) GetDescription1() *wrappers.StringValue { - if m != nil { - return m.Description1 - } - return nil -} - -func (m *DynamicSearchAdInfo) GetDescription2() *wrappers.StringValue { - if m != nil { - return m.Description2 - } - return nil -} - -// A responsive display ad. -type ResponsiveDisplayAdInfo struct { - // The short version of the ad's headline. - ShortHeadline *wrappers.StringValue `protobuf:"bytes,1,opt,name=short_headline,json=shortHeadline,proto3" json:"short_headline,omitempty"` - // The long version of the ad's headline. - LongHeadline *wrappers.StringValue `protobuf:"bytes,2,opt,name=long_headline,json=longHeadline,proto3" json:"long_headline,omitempty"` - // The description of the ad. - Description *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` - // The business name in the ad. - BusinessName *wrappers.StringValue `protobuf:"bytes,4,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"` - // Advertiser's consent to allow flexible color. When true, the ad may be - // served with different color if necessary. When false, the ad will be served - // with the specified colors or a neutral color. - // The default value is true. - // Must be true if main_color and accent_color are not set. - AllowFlexibleColor *wrappers.BoolValue `protobuf:"bytes,5,opt,name=allow_flexible_color,json=allowFlexibleColor,proto3" json:"allow_flexible_color,omitempty"` - // The accent color of the ad in hexadecimal, e.g. #ffffff for white. - // If one of main_color and accent_color is set, the other is required as - // well. - AccentColor *wrappers.StringValue `protobuf:"bytes,6,opt,name=accent_color,json=accentColor,proto3" json:"accent_color,omitempty"` - // The main color of the ad in hexadecimal, e.g. #ffffff for white. - // If one of main_color and accent_color is set, the other is required as - // well. - MainColor *wrappers.StringValue `protobuf:"bytes,7,opt,name=main_color,json=mainColor,proto3" json:"main_color,omitempty"` - // The call-to-action text for the ad. - CallToActionText *wrappers.StringValue `protobuf:"bytes,8,opt,name=call_to_action_text,json=callToActionText,proto3" json:"call_to_action_text,omitempty"` - // The MediaFile resource name of the logo image used in the ad. - LogoImage *wrappers.StringValue `protobuf:"bytes,9,opt,name=logo_image,json=logoImage,proto3" json:"logo_image,omitempty"` - // The MediaFile resource name of the square logo image used in the ad. - SquareLogoImage *wrappers.StringValue `protobuf:"bytes,10,opt,name=square_logo_image,json=squareLogoImage,proto3" json:"square_logo_image,omitempty"` - // The MediaFile resource name of the marketing image used in the ad. - MarketingImage *wrappers.StringValue `protobuf:"bytes,11,opt,name=marketing_image,json=marketingImage,proto3" json:"marketing_image,omitempty"` - // The MediaFile resource name of the square marketing image used in the ad. - SquareMarketingImage *wrappers.StringValue `protobuf:"bytes,12,opt,name=square_marketing_image,json=squareMarketingImage,proto3" json:"square_marketing_image,omitempty"` - // Specifies which format the ad will be served in. Default is ALL_FORMATS. - FormatSetting enums.DisplayAdFormatSettingEnum_DisplayAdFormatSetting `protobuf:"varint,13,opt,name=format_setting,json=formatSetting,proto3,enum=google.ads.googleads.v0.enums.DisplayAdFormatSettingEnum_DisplayAdFormatSetting" json:"format_setting,omitempty"` - // Prefix before price. E.g. 'as low as'. - PricePrefix *wrappers.StringValue `protobuf:"bytes,14,opt,name=price_prefix,json=pricePrefix,proto3" json:"price_prefix,omitempty"` - // Promotion text used for dyanmic formats of responsive ads. For example - // 'Free two-day shipping'. - PromoText *wrappers.StringValue `protobuf:"bytes,15,opt,name=promo_text,json=promoText,proto3" json:"promo_text,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ResponsiveDisplayAdInfo) Reset() { *m = ResponsiveDisplayAdInfo{} } -func (m *ResponsiveDisplayAdInfo) String() string { return proto.CompactTextString(m) } -func (*ResponsiveDisplayAdInfo) ProtoMessage() {} -func (*ResponsiveDisplayAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_9fd2cc429f6d1980, []int{3} -} -func (m *ResponsiveDisplayAdInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ResponsiveDisplayAdInfo.Unmarshal(m, b) -} -func (m *ResponsiveDisplayAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ResponsiveDisplayAdInfo.Marshal(b, m, deterministic) -} -func (dst *ResponsiveDisplayAdInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ResponsiveDisplayAdInfo.Merge(dst, src) -} -func (m *ResponsiveDisplayAdInfo) XXX_Size() int { - return xxx_messageInfo_ResponsiveDisplayAdInfo.Size(m) -} -func (m *ResponsiveDisplayAdInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ResponsiveDisplayAdInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ResponsiveDisplayAdInfo proto.InternalMessageInfo - -func (m *ResponsiveDisplayAdInfo) GetShortHeadline() *wrappers.StringValue { - if m != nil { - return m.ShortHeadline - } - return nil -} - -func (m *ResponsiveDisplayAdInfo) GetLongHeadline() *wrappers.StringValue { - if m != nil { - return m.LongHeadline - } - return nil -} - -func (m *ResponsiveDisplayAdInfo) GetDescription() *wrappers.StringValue { - if m != nil { - return m.Description - } - return nil -} - -func (m *ResponsiveDisplayAdInfo) GetBusinessName() *wrappers.StringValue { - if m != nil { - return m.BusinessName - } - return nil -} - -func (m *ResponsiveDisplayAdInfo) GetAllowFlexibleColor() *wrappers.BoolValue { - if m != nil { - return m.AllowFlexibleColor - } - return nil -} - -func (m *ResponsiveDisplayAdInfo) GetAccentColor() *wrappers.StringValue { - if m != nil { - return m.AccentColor - } - return nil -} - -func (m *ResponsiveDisplayAdInfo) GetMainColor() *wrappers.StringValue { - if m != nil { - return m.MainColor - } - return nil -} - -func (m *ResponsiveDisplayAdInfo) GetCallToActionText() *wrappers.StringValue { - if m != nil { - return m.CallToActionText - } - return nil -} - -func (m *ResponsiveDisplayAdInfo) GetLogoImage() *wrappers.StringValue { - if m != nil { - return m.LogoImage - } - return nil -} - -func (m *ResponsiveDisplayAdInfo) GetSquareLogoImage() *wrappers.StringValue { - if m != nil { - return m.SquareLogoImage - } - return nil -} - -func (m *ResponsiveDisplayAdInfo) GetMarketingImage() *wrappers.StringValue { - if m != nil { - return m.MarketingImage - } - return nil -} - -func (m *ResponsiveDisplayAdInfo) GetSquareMarketingImage() *wrappers.StringValue { - if m != nil { - return m.SquareMarketingImage - } - return nil -} - -func (m *ResponsiveDisplayAdInfo) GetFormatSetting() enums.DisplayAdFormatSettingEnum_DisplayAdFormatSetting { - if m != nil { - return m.FormatSetting - } - return enums.DisplayAdFormatSettingEnum_UNSPECIFIED -} - -func (m *ResponsiveDisplayAdInfo) GetPricePrefix() *wrappers.StringValue { - if m != nil { - return m.PricePrefix - } - return nil -} - -func (m *ResponsiveDisplayAdInfo) GetPromoText() *wrappers.StringValue { - if m != nil { - return m.PromoText - } - return nil -} - -// A call-only ad. -type CallOnlyAdInfo struct { - // The country code in the ad. - CountryCode *wrappers.StringValue `protobuf:"bytes,1,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"` - // The phone number in the ad. - PhoneNumber *wrappers.StringValue `protobuf:"bytes,2,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"` - // The business name in the ad. - BusinessName *wrappers.StringValue `protobuf:"bytes,3,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"` - // The first line of the ad's description. - Description1 *wrappers.StringValue `protobuf:"bytes,4,opt,name=description1,proto3" json:"description1,omitempty"` - // The second line of the ad's description. - Description2 *wrappers.StringValue `protobuf:"bytes,5,opt,name=description2,proto3" json:"description2,omitempty"` - // Whether to enable call tracking for the creative. Enabling call - // tracking also enables call conversions. - CallTracked *wrappers.BoolValue `protobuf:"bytes,6,opt,name=call_tracked,json=callTracked,proto3" json:"call_tracked,omitempty"` - // Whether to disable call conversion for the creative. - // If set to `true`, disables call conversions even when `call_tracked` is - // `true`. - // If `call_tracked` is `false`, this field is ignored. - DisableCallConversion *wrappers.BoolValue `protobuf:"bytes,7,opt,name=disable_call_conversion,json=disableCallConversion,proto3" json:"disable_call_conversion,omitempty"` - // The URL to be used for phone number verification. - PhoneNumberVerificationUrl *wrappers.StringValue `protobuf:"bytes,8,opt,name=phone_number_verification_url,json=phoneNumberVerificationUrl,proto3" json:"phone_number_verification_url,omitempty"` - // The conversion action to attribute a call conversion to. If not set a - // default conversion action is used. This field only has effect if - // call_tracked is set to true. Otherwise this field is ignored. - ConversionAction *wrappers.StringValue `protobuf:"bytes,9,opt,name=conversion_action,json=conversionAction,proto3" json:"conversion_action,omitempty"` - // The call conversion behavior of this call only ad. It can use its own call - // conversion setting, inherit the account level setting, or be disabled. - ConversionReportingState enums.CallConversionReportingStateEnum_CallConversionReportingState `protobuf:"varint,10,opt,name=conversion_reporting_state,json=conversionReportingState,proto3,enum=google.ads.googleads.v0.enums.CallConversionReportingStateEnum_CallConversionReportingState" json:"conversion_reporting_state,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CallOnlyAdInfo) Reset() { *m = CallOnlyAdInfo{} } -func (m *CallOnlyAdInfo) String() string { return proto.CompactTextString(m) } -func (*CallOnlyAdInfo) ProtoMessage() {} -func (*CallOnlyAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_9fd2cc429f6d1980, []int{4} -} -func (m *CallOnlyAdInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CallOnlyAdInfo.Unmarshal(m, b) -} -func (m *CallOnlyAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CallOnlyAdInfo.Marshal(b, m, deterministic) -} -func (dst *CallOnlyAdInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_CallOnlyAdInfo.Merge(dst, src) -} -func (m *CallOnlyAdInfo) XXX_Size() int { - return xxx_messageInfo_CallOnlyAdInfo.Size(m) -} -func (m *CallOnlyAdInfo) XXX_DiscardUnknown() { - xxx_messageInfo_CallOnlyAdInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_CallOnlyAdInfo proto.InternalMessageInfo - -func (m *CallOnlyAdInfo) GetCountryCode() *wrappers.StringValue { - if m != nil { - return m.CountryCode - } - return nil -} - -func (m *CallOnlyAdInfo) GetPhoneNumber() *wrappers.StringValue { - if m != nil { - return m.PhoneNumber - } - return nil -} - -func (m *CallOnlyAdInfo) GetBusinessName() *wrappers.StringValue { - if m != nil { - return m.BusinessName - } - return nil -} - -func (m *CallOnlyAdInfo) GetDescription1() *wrappers.StringValue { - if m != nil { - return m.Description1 - } - return nil -} - -func (m *CallOnlyAdInfo) GetDescription2() *wrappers.StringValue { - if m != nil { - return m.Description2 - } - return nil -} - -func (m *CallOnlyAdInfo) GetCallTracked() *wrappers.BoolValue { - if m != nil { - return m.CallTracked - } - return nil -} - -func (m *CallOnlyAdInfo) GetDisableCallConversion() *wrappers.BoolValue { - if m != nil { - return m.DisableCallConversion - } - return nil -} - -func (m *CallOnlyAdInfo) GetPhoneNumberVerificationUrl() *wrappers.StringValue { - if m != nil { - return m.PhoneNumberVerificationUrl - } - return nil -} - -func (m *CallOnlyAdInfo) GetConversionAction() *wrappers.StringValue { - if m != nil { - return m.ConversionAction - } - return nil -} - -func (m *CallOnlyAdInfo) GetConversionReportingState() enums.CallConversionReportingStateEnum_CallConversionReportingState { - if m != nil { - return m.ConversionReportingState - } - return enums.CallConversionReportingStateEnum_UNSPECIFIED -} - -// An expanded dynamic search ad. -type ExpandedDynamicSearchAdInfo struct { - // The description of the ad. - Description *wrappers.StringValue `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ExpandedDynamicSearchAdInfo) Reset() { *m = ExpandedDynamicSearchAdInfo{} } -func (m *ExpandedDynamicSearchAdInfo) String() string { return proto.CompactTextString(m) } -func (*ExpandedDynamicSearchAdInfo) ProtoMessage() {} -func (*ExpandedDynamicSearchAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_9fd2cc429f6d1980, []int{5} -} -func (m *ExpandedDynamicSearchAdInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExpandedDynamicSearchAdInfo.Unmarshal(m, b) -} -func (m *ExpandedDynamicSearchAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExpandedDynamicSearchAdInfo.Marshal(b, m, deterministic) -} -func (dst *ExpandedDynamicSearchAdInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExpandedDynamicSearchAdInfo.Merge(dst, src) -} -func (m *ExpandedDynamicSearchAdInfo) XXX_Size() int { - return xxx_messageInfo_ExpandedDynamicSearchAdInfo.Size(m) -} -func (m *ExpandedDynamicSearchAdInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ExpandedDynamicSearchAdInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ExpandedDynamicSearchAdInfo proto.InternalMessageInfo - -func (m *ExpandedDynamicSearchAdInfo) GetDescription() *wrappers.StringValue { - if m != nil { - return m.Description - } - return nil -} - -// A hotel ad. -type HotelAdInfo struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *HotelAdInfo) Reset() { *m = HotelAdInfo{} } -func (m *HotelAdInfo) String() string { return proto.CompactTextString(m) } -func (*HotelAdInfo) ProtoMessage() {} -func (*HotelAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_9fd2cc429f6d1980, []int{6} -} -func (m *HotelAdInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_HotelAdInfo.Unmarshal(m, b) -} -func (m *HotelAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_HotelAdInfo.Marshal(b, m, deterministic) -} -func (dst *HotelAdInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_HotelAdInfo.Merge(dst, src) -} -func (m *HotelAdInfo) XXX_Size() int { - return xxx_messageInfo_HotelAdInfo.Size(m) -} -func (m *HotelAdInfo) XXX_DiscardUnknown() { - xxx_messageInfo_HotelAdInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_HotelAdInfo proto.InternalMessageInfo - -// A Smart Shopping ad. -type ShoppingSmartAdInfo struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ShoppingSmartAdInfo) Reset() { *m = ShoppingSmartAdInfo{} } -func (m *ShoppingSmartAdInfo) String() string { return proto.CompactTextString(m) } -func (*ShoppingSmartAdInfo) ProtoMessage() {} -func (*ShoppingSmartAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_9fd2cc429f6d1980, []int{7} -} -func (m *ShoppingSmartAdInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ShoppingSmartAdInfo.Unmarshal(m, b) -} -func (m *ShoppingSmartAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ShoppingSmartAdInfo.Marshal(b, m, deterministic) -} -func (dst *ShoppingSmartAdInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ShoppingSmartAdInfo.Merge(dst, src) -} -func (m *ShoppingSmartAdInfo) XXX_Size() int { - return xxx_messageInfo_ShoppingSmartAdInfo.Size(m) -} -func (m *ShoppingSmartAdInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ShoppingSmartAdInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ShoppingSmartAdInfo proto.InternalMessageInfo - -// A standard Shopping ad. -type ShoppingProductAdInfo struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ShoppingProductAdInfo) Reset() { *m = ShoppingProductAdInfo{} } -func (m *ShoppingProductAdInfo) String() string { return proto.CompactTextString(m) } -func (*ShoppingProductAdInfo) ProtoMessage() {} -func (*ShoppingProductAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_9fd2cc429f6d1980, []int{8} -} -func (m *ShoppingProductAdInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ShoppingProductAdInfo.Unmarshal(m, b) -} -func (m *ShoppingProductAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ShoppingProductAdInfo.Marshal(b, m, deterministic) -} -func (dst *ShoppingProductAdInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ShoppingProductAdInfo.Merge(dst, src) -} -func (m *ShoppingProductAdInfo) XXX_Size() int { - return xxx_messageInfo_ShoppingProductAdInfo.Size(m) -} -func (m *ShoppingProductAdInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ShoppingProductAdInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ShoppingProductAdInfo proto.InternalMessageInfo - -// A Gmail ad. -type GmailAdInfo struct { - // The Gmail teaser. - Teaser *GmailTeaser `protobuf:"bytes,1,opt,name=teaser,proto3" json:"teaser,omitempty"` - // The MediaFile resource name of the header image. Valid image types are GIF, - // JPEG and PNG. The minimum size is 300x100 pixels and the aspect ratio must - // be between 3:1 and 5:1 (+-1%). - HeaderImage *wrappers.StringValue `protobuf:"bytes,2,opt,name=header_image,json=headerImage,proto3" json:"header_image,omitempty"` - // The MediaFile resource name of the marketing image. Valid image types are - // GIF, JPEG and PNG. The image must either be landscape with a minimum size - // of 600x314 pixels and aspect ratio of 600:314 (+-1%) or square with a - // minimum size of 300x300 pixels and aspect ratio of 1:1 (+-1%) - MarketingImage *wrappers.StringValue `protobuf:"bytes,3,opt,name=marketing_image,json=marketingImage,proto3" json:"marketing_image,omitempty"` - // Headline of the marketing image. - MarketingImageHeadline *wrappers.StringValue `protobuf:"bytes,4,opt,name=marketing_image_headline,json=marketingImageHeadline,proto3" json:"marketing_image_headline,omitempty"` - // Description of the marketing image. - MarketingImageDescription *wrappers.StringValue `protobuf:"bytes,5,opt,name=marketing_image_description,json=marketingImageDescription,proto3" json:"marketing_image_description,omitempty"` - // Display-call-to-action of the marketing image. - MarketingImageDisplayCallToAction *DisplayCallToAction `protobuf:"bytes,6,opt,name=marketing_image_display_call_to_action,json=marketingImageDisplayCallToAction,proto3" json:"marketing_image_display_call_to_action,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GmailAdInfo) Reset() { *m = GmailAdInfo{} } -func (m *GmailAdInfo) String() string { return proto.CompactTextString(m) } -func (*GmailAdInfo) ProtoMessage() {} -func (*GmailAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_9fd2cc429f6d1980, []int{9} -} -func (m *GmailAdInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GmailAdInfo.Unmarshal(m, b) -} -func (m *GmailAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GmailAdInfo.Marshal(b, m, deterministic) -} -func (dst *GmailAdInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_GmailAdInfo.Merge(dst, src) -} -func (m *GmailAdInfo) XXX_Size() int { - return xxx_messageInfo_GmailAdInfo.Size(m) -} -func (m *GmailAdInfo) XXX_DiscardUnknown() { - xxx_messageInfo_GmailAdInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_GmailAdInfo proto.InternalMessageInfo - -func (m *GmailAdInfo) GetTeaser() *GmailTeaser { - if m != nil { - return m.Teaser - } - return nil -} - -func (m *GmailAdInfo) GetHeaderImage() *wrappers.StringValue { - if m != nil { - return m.HeaderImage - } - return nil -} - -func (m *GmailAdInfo) GetMarketingImage() *wrappers.StringValue { - if m != nil { - return m.MarketingImage - } - return nil -} - -func (m *GmailAdInfo) GetMarketingImageHeadline() *wrappers.StringValue { - if m != nil { - return m.MarketingImageHeadline - } - return nil -} - -func (m *GmailAdInfo) GetMarketingImageDescription() *wrappers.StringValue { - if m != nil { - return m.MarketingImageDescription - } - return nil -} - -func (m *GmailAdInfo) GetMarketingImageDisplayCallToAction() *DisplayCallToAction { - if m != nil { - return m.MarketingImageDisplayCallToAction - } - return nil -} - -// Gmail teaser data. The teaser is a small header that acts as an invitation -// to view the rest of the ad (the body). -type GmailTeaser struct { - // Headline of the teaser. - Headline *wrappers.StringValue `protobuf:"bytes,1,opt,name=headline,proto3" json:"headline,omitempty"` - // Description of the teaser. - Description *wrappers.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` - // Business name of the advertiser. - BusinessName *wrappers.StringValue `protobuf:"bytes,3,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"` - // The MediaFile resource name of the logo image. Valid image types are GIF, - // JPEG and PNG. The minimum size is 144x144 pixels and the aspect ratio must - // be 1:1 (+-1%). - LogoImage *wrappers.StringValue `protobuf:"bytes,4,opt,name=logo_image,json=logoImage,proto3" json:"logo_image,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GmailTeaser) Reset() { *m = GmailTeaser{} } -func (m *GmailTeaser) String() string { return proto.CompactTextString(m) } -func (*GmailTeaser) ProtoMessage() {} -func (*GmailTeaser) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_9fd2cc429f6d1980, []int{10} -} -func (m *GmailTeaser) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GmailTeaser.Unmarshal(m, b) -} -func (m *GmailTeaser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GmailTeaser.Marshal(b, m, deterministic) -} -func (dst *GmailTeaser) XXX_Merge(src proto.Message) { - xxx_messageInfo_GmailTeaser.Merge(dst, src) -} -func (m *GmailTeaser) XXX_Size() int { - return xxx_messageInfo_GmailTeaser.Size(m) -} -func (m *GmailTeaser) XXX_DiscardUnknown() { - xxx_messageInfo_GmailTeaser.DiscardUnknown(m) -} - -var xxx_messageInfo_GmailTeaser proto.InternalMessageInfo - -func (m *GmailTeaser) GetHeadline() *wrappers.StringValue { - if m != nil { - return m.Headline - } - return nil -} - -func (m *GmailTeaser) GetDescription() *wrappers.StringValue { - if m != nil { - return m.Description - } - return nil -} - -func (m *GmailTeaser) GetBusinessName() *wrappers.StringValue { - if m != nil { - return m.BusinessName - } - return nil -} - -func (m *GmailTeaser) GetLogoImage() *wrappers.StringValue { - if m != nil { - return m.LogoImage - } - return nil -} - -// Data for display call to action. The call to action is a piece of the ad -// that prompts the user to do something. Like clicking a link or making a phone -// call. -type DisplayCallToAction struct { - // Text for the display-call-to-action. - Text *wrappers.StringValue `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` - // Text color for the display-call-to-action in hexadecimal, e.g. #ffffff for - // white. - TextColor *wrappers.StringValue `protobuf:"bytes,2,opt,name=text_color,json=textColor,proto3" json:"text_color,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DisplayCallToAction) Reset() { *m = DisplayCallToAction{} } -func (m *DisplayCallToAction) String() string { return proto.CompactTextString(m) } -func (*DisplayCallToAction) ProtoMessage() {} -func (*DisplayCallToAction) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_9fd2cc429f6d1980, []int{11} -} -func (m *DisplayCallToAction) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DisplayCallToAction.Unmarshal(m, b) -} -func (m *DisplayCallToAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DisplayCallToAction.Marshal(b, m, deterministic) -} -func (dst *DisplayCallToAction) XXX_Merge(src proto.Message) { - xxx_messageInfo_DisplayCallToAction.Merge(dst, src) -} -func (m *DisplayCallToAction) XXX_Size() int { - return xxx_messageInfo_DisplayCallToAction.Size(m) -} -func (m *DisplayCallToAction) XXX_DiscardUnknown() { - xxx_messageInfo_DisplayCallToAction.DiscardUnknown(m) -} - -var xxx_messageInfo_DisplayCallToAction proto.InternalMessageInfo - -func (m *DisplayCallToAction) GetText() *wrappers.StringValue { - if m != nil { - return m.Text - } - return nil -} - -func (m *DisplayCallToAction) GetTextColor() *wrappers.StringValue { - if m != nil { - return m.TextColor - } - return nil -} - -// An image ad. -type ImageAdInfo struct { - // Width in pixels of the full size image. - PixelWidth *wrappers.Int64Value `protobuf:"bytes,4,opt,name=pixel_width,json=pixelWidth,proto3" json:"pixel_width,omitempty"` - // Height in pixels of the full size image. - PixelHeight *wrappers.Int64Value `protobuf:"bytes,5,opt,name=pixel_height,json=pixelHeight,proto3" json:"pixel_height,omitempty"` - // URL of the full size image. - ImageUrl *wrappers.StringValue `protobuf:"bytes,6,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"` - // Width in pixels of the preview size image. - PreviewPixelWidth *wrappers.Int64Value `protobuf:"bytes,7,opt,name=preview_pixel_width,json=previewPixelWidth,proto3" json:"preview_pixel_width,omitempty"` - // Height in pixels of the preview size image. - PreviewPixelHeight *wrappers.Int64Value `protobuf:"bytes,8,opt,name=preview_pixel_height,json=previewPixelHeight,proto3" json:"preview_pixel_height,omitempty"` - // URL of the preview size image. - PreviewImageUrl *wrappers.StringValue `protobuf:"bytes,9,opt,name=preview_image_url,json=previewImageUrl,proto3" json:"preview_image_url,omitempty"` - // The mime type of the image. - MimeType enums.MimeTypeEnum_MimeType `protobuf:"varint,10,opt,name=mime_type,json=mimeType,proto3,enum=google.ads.googleads.v0.enums.MimeTypeEnum_MimeType" json:"mime_type,omitempty"` - // The name of the image. If the image was created from a MediaFile, this is - // the MediaFile's name. If the image was created from bytes, this is empty. - Name *wrappers.StringValue `protobuf:"bytes,11,opt,name=name,proto3" json:"name,omitempty"` - // The image to create the ImageAd from. This can be specified in one of - // two ways. - // 1. An existing MediaFile resource. - // 2. The raw image data as bytes. - // - // Types that are valid to be assigned to Image: - // *ImageAdInfo_MediaFile - // *ImageAdInfo_Data - Image isImageAdInfo_Image `protobuf_oneof:"image"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ImageAdInfo) Reset() { *m = ImageAdInfo{} } -func (m *ImageAdInfo) String() string { return proto.CompactTextString(m) } -func (*ImageAdInfo) ProtoMessage() {} -func (*ImageAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_9fd2cc429f6d1980, []int{12} -} -func (m *ImageAdInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ImageAdInfo.Unmarshal(m, b) -} -func (m *ImageAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ImageAdInfo.Marshal(b, m, deterministic) -} -func (dst *ImageAdInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ImageAdInfo.Merge(dst, src) -} -func (m *ImageAdInfo) XXX_Size() int { - return xxx_messageInfo_ImageAdInfo.Size(m) -} -func (m *ImageAdInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ImageAdInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ImageAdInfo proto.InternalMessageInfo - -func (m *ImageAdInfo) GetPixelWidth() *wrappers.Int64Value { - if m != nil { - return m.PixelWidth - } - return nil -} - -func (m *ImageAdInfo) GetPixelHeight() *wrappers.Int64Value { - if m != nil { - return m.PixelHeight - } - return nil -} - -func (m *ImageAdInfo) GetImageUrl() *wrappers.StringValue { - if m != nil { - return m.ImageUrl - } - return nil -} - -func (m *ImageAdInfo) GetPreviewPixelWidth() *wrappers.Int64Value { - if m != nil { - return m.PreviewPixelWidth - } - return nil -} - -func (m *ImageAdInfo) GetPreviewPixelHeight() *wrappers.Int64Value { - if m != nil { - return m.PreviewPixelHeight - } - return nil -} - -func (m *ImageAdInfo) GetPreviewImageUrl() *wrappers.StringValue { - if m != nil { - return m.PreviewImageUrl - } - return nil -} - -func (m *ImageAdInfo) GetMimeType() enums.MimeTypeEnum_MimeType { - if m != nil { - return m.MimeType - } - return enums.MimeTypeEnum_UNSPECIFIED -} - -func (m *ImageAdInfo) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -type isImageAdInfo_Image interface { - isImageAdInfo_Image() -} - -type ImageAdInfo_MediaFile struct { - MediaFile *wrappers.StringValue `protobuf:"bytes,1,opt,name=media_file,json=mediaFile,proto3,oneof"` -} - -type ImageAdInfo_Data struct { - Data *wrappers.BytesValue `protobuf:"bytes,2,opt,name=data,proto3,oneof"` -} - -func (*ImageAdInfo_MediaFile) isImageAdInfo_Image() {} - -func (*ImageAdInfo_Data) isImageAdInfo_Image() {} - -func (m *ImageAdInfo) GetImage() isImageAdInfo_Image { - if m != nil { - return m.Image - } - return nil -} - -func (m *ImageAdInfo) GetMediaFile() *wrappers.StringValue { - if x, ok := m.GetImage().(*ImageAdInfo_MediaFile); ok { - return x.MediaFile - } - return nil -} - -func (m *ImageAdInfo) GetData() *wrappers.BytesValue { - if x, ok := m.GetImage().(*ImageAdInfo_Data); ok { - return x.Data - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*ImageAdInfo) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _ImageAdInfo_OneofMarshaler, _ImageAdInfo_OneofUnmarshaler, _ImageAdInfo_OneofSizer, []interface{}{ - (*ImageAdInfo_MediaFile)(nil), - (*ImageAdInfo_Data)(nil), - } -} - -func _ImageAdInfo_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*ImageAdInfo) - // image - switch x := m.Image.(type) { - case *ImageAdInfo_MediaFile: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.MediaFile); err != nil { - return err - } - case *ImageAdInfo_Data: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Data); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("ImageAdInfo.Image has unexpected type %T", x) - } - return nil -} - -func _ImageAdInfo_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*ImageAdInfo) - switch tag { - case 1: // image.media_file - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.StringValue) - err := b.DecodeMessage(msg) - m.Image = &ImageAdInfo_MediaFile{msg} - return true, err - case 2: // image.data - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.BytesValue) - err := b.DecodeMessage(msg) - m.Image = &ImageAdInfo_Data{msg} - return true, err - default: - return false, nil - } -} - -func _ImageAdInfo_OneofSizer(msg proto.Message) (n int) { - m := msg.(*ImageAdInfo) - // image - switch x := m.Image.(type) { - case *ImageAdInfo_MediaFile: - s := proto.Size(x.MediaFile) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ImageAdInfo_Data: - s := proto.Size(x.Data) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Representation of video TrueView in-stream ad format (ad shown during video -// playback, often at beginning, which displays a skip button a few seconds into -// the video). -type VideoTrueViewInStreamAdInfo struct { - // Label on the CTA (call-to-action) button taking the user to the video ad's - // final URL. - // Required for TrueView for action campaigns, optional otherwise. - ActionButtonLabel *wrappers.StringValue `protobuf:"bytes,1,opt,name=action_button_label,json=actionButtonLabel,proto3" json:"action_button_label,omitempty"` - // Additional text displayed with the CTA (call-to-action) button to give - // context and encourage clicking on the button. - ActionHeadline *wrappers.StringValue `protobuf:"bytes,2,opt,name=action_headline,json=actionHeadline,proto3" json:"action_headline,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *VideoTrueViewInStreamAdInfo) Reset() { *m = VideoTrueViewInStreamAdInfo{} } -func (m *VideoTrueViewInStreamAdInfo) String() string { return proto.CompactTextString(m) } -func (*VideoTrueViewInStreamAdInfo) ProtoMessage() {} -func (*VideoTrueViewInStreamAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_9fd2cc429f6d1980, []int{13} -} -func (m *VideoTrueViewInStreamAdInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_VideoTrueViewInStreamAdInfo.Unmarshal(m, b) -} -func (m *VideoTrueViewInStreamAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_VideoTrueViewInStreamAdInfo.Marshal(b, m, deterministic) -} -func (dst *VideoTrueViewInStreamAdInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_VideoTrueViewInStreamAdInfo.Merge(dst, src) -} -func (m *VideoTrueViewInStreamAdInfo) XXX_Size() int { - return xxx_messageInfo_VideoTrueViewInStreamAdInfo.Size(m) -} -func (m *VideoTrueViewInStreamAdInfo) XXX_DiscardUnknown() { - xxx_messageInfo_VideoTrueViewInStreamAdInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_VideoTrueViewInStreamAdInfo proto.InternalMessageInfo - -func (m *VideoTrueViewInStreamAdInfo) GetActionButtonLabel() *wrappers.StringValue { - if m != nil { - return m.ActionButtonLabel - } - return nil -} - -func (m *VideoTrueViewInStreamAdInfo) GetActionHeadline() *wrappers.StringValue { - if m != nil { - return m.ActionHeadline - } - return nil -} - -// A video ad. -type VideoAdInfo struct { - // The MediaFile resource to use for the video. - MediaFile *wrappers.StringValue `protobuf:"bytes,1,opt,name=media_file,json=mediaFile,proto3" json:"media_file,omitempty"` - // Format-specific schema for the different video formats. - // - // Types that are valid to be assigned to Format: - // *VideoAdInfo_InStream - Format isVideoAdInfo_Format `protobuf_oneof:"format"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *VideoAdInfo) Reset() { *m = VideoAdInfo{} } -func (m *VideoAdInfo) String() string { return proto.CompactTextString(m) } -func (*VideoAdInfo) ProtoMessage() {} -func (*VideoAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_9fd2cc429f6d1980, []int{14} -} -func (m *VideoAdInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_VideoAdInfo.Unmarshal(m, b) -} -func (m *VideoAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_VideoAdInfo.Marshal(b, m, deterministic) -} -func (dst *VideoAdInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_VideoAdInfo.Merge(dst, src) -} -func (m *VideoAdInfo) XXX_Size() int { - return xxx_messageInfo_VideoAdInfo.Size(m) -} -func (m *VideoAdInfo) XXX_DiscardUnknown() { - xxx_messageInfo_VideoAdInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_VideoAdInfo proto.InternalMessageInfo - -func (m *VideoAdInfo) GetMediaFile() *wrappers.StringValue { - if m != nil { - return m.MediaFile - } - return nil -} - -type isVideoAdInfo_Format interface { - isVideoAdInfo_Format() -} - -type VideoAdInfo_InStream struct { - InStream *VideoTrueViewInStreamAdInfo `protobuf:"bytes,2,opt,name=in_stream,json=inStream,proto3,oneof"` -} - -func (*VideoAdInfo_InStream) isVideoAdInfo_Format() {} - -func (m *VideoAdInfo) GetFormat() isVideoAdInfo_Format { - if m != nil { - return m.Format - } - return nil -} - -func (m *VideoAdInfo) GetInStream() *VideoTrueViewInStreamAdInfo { - if x, ok := m.GetFormat().(*VideoAdInfo_InStream); ok { - return x.InStream - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*VideoAdInfo) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _VideoAdInfo_OneofMarshaler, _VideoAdInfo_OneofUnmarshaler, _VideoAdInfo_OneofSizer, []interface{}{ - (*VideoAdInfo_InStream)(nil), - } -} - -func _VideoAdInfo_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*VideoAdInfo) - // format - switch x := m.Format.(type) { - case *VideoAdInfo_InStream: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.InStream); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("VideoAdInfo.Format has unexpected type %T", x) - } - return nil -} - -func _VideoAdInfo_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*VideoAdInfo) - switch tag { - case 2: // format.in_stream - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(VideoTrueViewInStreamAdInfo) - err := b.DecodeMessage(msg) - m.Format = &VideoAdInfo_InStream{msg} - return true, err - default: - return false, nil - } -} - -func _VideoAdInfo_OneofSizer(msg proto.Message) (n int) { - m := msg.(*VideoAdInfo) - // format - switch x := m.Format.(type) { - case *VideoAdInfo_InStream: - s := proto.Size(x.InStream) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -func init() { - proto.RegisterType((*TextAdInfo)(nil), "google.ads.googleads.v0.common.TextAdInfo") - proto.RegisterType((*ExpandedTextAdInfo)(nil), "google.ads.googleads.v0.common.ExpandedTextAdInfo") - proto.RegisterType((*DynamicSearchAdInfo)(nil), "google.ads.googleads.v0.common.DynamicSearchAdInfo") - proto.RegisterType((*ResponsiveDisplayAdInfo)(nil), "google.ads.googleads.v0.common.ResponsiveDisplayAdInfo") - proto.RegisterType((*CallOnlyAdInfo)(nil), "google.ads.googleads.v0.common.CallOnlyAdInfo") - proto.RegisterType((*ExpandedDynamicSearchAdInfo)(nil), "google.ads.googleads.v0.common.ExpandedDynamicSearchAdInfo") - proto.RegisterType((*HotelAdInfo)(nil), "google.ads.googleads.v0.common.HotelAdInfo") - proto.RegisterType((*ShoppingSmartAdInfo)(nil), "google.ads.googleads.v0.common.ShoppingSmartAdInfo") - proto.RegisterType((*ShoppingProductAdInfo)(nil), "google.ads.googleads.v0.common.ShoppingProductAdInfo") - proto.RegisterType((*GmailAdInfo)(nil), "google.ads.googleads.v0.common.GmailAdInfo") - proto.RegisterType((*GmailTeaser)(nil), "google.ads.googleads.v0.common.GmailTeaser") - proto.RegisterType((*DisplayCallToAction)(nil), "google.ads.googleads.v0.common.DisplayCallToAction") - proto.RegisterType((*ImageAdInfo)(nil), "google.ads.googleads.v0.common.ImageAdInfo") - proto.RegisterType((*VideoTrueViewInStreamAdInfo)(nil), "google.ads.googleads.v0.common.VideoTrueViewInStreamAdInfo") - proto.RegisterType((*VideoAdInfo)(nil), "google.ads.googleads.v0.common.VideoAdInfo") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/ad_type_infos.proto", fileDescriptor_ad_type_infos_9fd2cc429f6d1980) -} - -var fileDescriptor_ad_type_infos_9fd2cc429f6d1980 = []byte{ - // 1519 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x58, 0xdd, 0x6e, 0xdb, 0xc6, - 0x12, 0x8e, 0xfc, 0x17, 0x79, 0x64, 0xcb, 0x31, 0x9d, 0x1f, 0x1d, 0xfb, 0x9c, 0x20, 0x87, 0x17, - 0x07, 0x01, 0x0e, 0x4a, 0xd9, 0x72, 0x50, 0xb4, 0x72, 0x93, 0x54, 0x96, 0x93, 0xd8, 0x88, 0x93, - 0xba, 0xb2, 0xab, 0x02, 0x81, 0x0b, 0x62, 0x4d, 0xae, 0xa4, 0x45, 0xc8, 0x5d, 0x76, 0x49, 0xf9, - 0xe7, 0xbe, 0x68, 0x9f, 0x21, 0xbd, 0xec, 0x65, 0xd1, 0x8b, 0xa2, 0x40, 0x5f, 0x22, 0x40, 0x6f, - 0xfb, 0x10, 0xed, 0x4b, 0x14, 0xfb, 0x43, 0x99, 0x92, 0x6a, 0x69, 0x55, 0x5f, 0x89, 0x92, 0xe6, - 0xfb, 0x38, 0x33, 0x3b, 0xf3, 0xcd, 0x90, 0x50, 0x69, 0x33, 0xd6, 0x0e, 0x70, 0x19, 0xf9, 0x71, - 0x59, 0x5d, 0x8a, 0xab, 0xd3, 0xf5, 0xb2, 0xc7, 0xc2, 0x90, 0xd1, 0x32, 0xf2, 0xdd, 0xe4, 0x22, - 0xc2, 0x2e, 0xa1, 0x2d, 0x16, 0x3b, 0x11, 0x67, 0x09, 0xb3, 0xee, 0x2b, 0x43, 0x07, 0xf9, 0xb1, - 0xd3, 0xc3, 0x38, 0xa7, 0xeb, 0x8e, 0xc2, 0xac, 0xd6, 0xaf, 0xe2, 0xc4, 0xb4, 0x1b, 0xc6, 0x65, - 0x0f, 0x05, 0x81, 0xeb, 0x31, 0x7a, 0x8a, 0x79, 0x4c, 0x18, 0x75, 0x39, 0x8e, 0x18, 0x4f, 0x08, - 0x6d, 0xbb, 0x71, 0x82, 0x12, 0xac, 0x6e, 0xb2, 0xfa, 0x78, 0x34, 0x89, 0x4f, 0xe2, 0x28, 0x40, - 0x17, 0x2e, 0xf2, 0xdd, 0x16, 0xe3, 0x21, 0x4a, 0xdc, 0x18, 0x27, 0x82, 0x44, 0xc3, 0x3f, 0x18, - 0x0d, 0x0f, 0x49, 0x88, 0x65, 0x60, 0xda, 0x5c, 0x87, 0x54, 0x96, 0xdf, 0x4e, 0xba, 0xad, 0xf2, - 0x19, 0x47, 0x51, 0x84, 0xb9, 0x0e, 0xd9, 0x7e, 0x9f, 0x03, 0x38, 0xc2, 0xe7, 0x49, 0xcd, 0xdf, - 0xa3, 0x2d, 0x66, 0x7d, 0x04, 0xf9, 0x0e, 0x46, 0x7e, 0x40, 0x28, 0x2e, 0xe5, 0x1e, 0xe4, 0x1e, - 0x16, 0x2a, 0xff, 0xd6, 0x99, 0x70, 0x52, 0x06, 0xe7, 0x30, 0xe1, 0x84, 0xb6, 0x9b, 0x28, 0xe8, - 0xe2, 0x46, 0xcf, 0xda, 0xfa, 0x14, 0x16, 0x7c, 0x1c, 0x7b, 0x9c, 0x44, 0x09, 0x61, 0x74, 0xa3, - 0x34, 0x65, 0x80, 0xee, 0x43, 0x0c, 0x30, 0x54, 0x4a, 0xd3, 0x13, 0x32, 0x54, 0xec, 0xdf, 0xa6, - 0xc1, 0x7a, 0x76, 0x1e, 0x21, 0xea, 0x63, 0x3f, 0x13, 0x54, 0x1d, 0x8a, 0xa9, 0x9b, 0x6e, 0x84, - 0x78, 0xb2, 0x61, 0x14, 0xda, 0x62, 0x8a, 0x39, 0x10, 0x90, 0x21, 0x92, 0x8a, 0x51, 0x84, 0x7d, - 0x24, 0x95, 0x21, 0x92, 0xcd, 0xd2, 0xdc, 0xa4, 0x24, 0x9b, 0xd6, 0x13, 0x28, 0x64, 0xa2, 0x36, - 0x4a, 0x53, 0x16, 0x30, 0x94, 0xe7, 0x9b, 0x93, 0xe6, 0xd9, 0xaa, 0xc0, 0x6c, 0x84, 0x92, 0xce, - 0x46, 0x69, 0xc6, 0x00, 0xaa, 0x4c, 0x53, 0x4c, 0xa5, 0x34, 0x6b, 0x8a, 0xa9, 0xd8, 0xef, 0x72, - 0xb0, 0xb2, 0x73, 0x41, 0x51, 0x48, 0xbc, 0x43, 0x8c, 0xb8, 0xd7, 0xd1, 0x07, 0x3a, 0x58, 0x6b, - 0xb9, 0x6b, 0xd7, 0xda, 0xd4, 0xc4, 0xb5, 0xf6, 0x7b, 0x1e, 0xee, 0x35, 0x70, 0x1c, 0x31, 0x1a, - 0x93, 0x53, 0xbc, 0xa3, 0xba, 0xf6, 0xb2, 0xe0, 0xe2, 0x0e, 0xe3, 0x89, 0x3b, 0x51, 0x2f, 0x2d, - 0x4a, 0xcc, 0x6e, 0xda, 0x50, 0x35, 0x58, 0x0c, 0x18, 0x6d, 0x5f, 0x72, 0x18, 0xf9, 0x28, 0x20, - 0x3d, 0x8a, 0xeb, 0x56, 0x4a, 0x0d, 0x16, 0x4f, 0xba, 0x31, 0xa1, 0x38, 0x8e, 0x5d, 0x8a, 0x42, - 0x6c, 0x74, 0xde, 0x0b, 0x29, 0xe4, 0x35, 0x0a, 0xb1, 0xb5, 0x0f, 0xb7, 0x51, 0x10, 0xb0, 0x33, - 0xb7, 0x15, 0xe0, 0x73, 0x72, 0x12, 0x60, 0xd7, 0x63, 0x01, 0xe3, 0xba, 0x0a, 0x56, 0x87, 0x98, - 0xb6, 0x19, 0x0b, 0x14, 0x8f, 0x25, 0x71, 0xcf, 0x35, 0xac, 0x2e, 0x50, 0xd6, 0x53, 0x58, 0x40, - 0x9e, 0x87, 0x69, 0xa2, 0x59, 0x4c, 0xba, 0xa7, 0xa0, 0x10, 0x8a, 0x60, 0x0b, 0x20, 0x44, 0x84, - 0x6a, 0xb8, 0x49, 0xe5, 0xcf, 0x0b, 0x7b, 0x05, 0x7e, 0x09, 0x2b, 0x52, 0xe2, 0x13, 0xe6, 0x22, - 0x4f, 0x24, 0xc8, 0x4d, 0xf0, 0x79, 0x52, 0xca, 0x1b, 0xb0, 0xdc, 0x12, 0xc0, 0x23, 0x56, 0x93, - 0x30, 0x21, 0x4d, 0xc2, 0x93, 0x80, 0xb5, 0x99, 0x4b, 0x42, 0xd4, 0xc6, 0xa5, 0x79, 0x13, 0x4f, - 0x84, 0xfd, 0x9e, 0x30, 0xb7, 0x76, 0x61, 0x39, 0xfe, 0xba, 0x8b, 0x38, 0x76, 0x33, 0x1c, 0x60, - 0xc0, 0xb1, 0xa4, 0x60, 0xfb, 0x3d, 0xa6, 0x67, 0xb0, 0x14, 0x22, 0xfe, 0x16, 0xcb, 0x31, 0xa5, - 0x78, 0x0a, 0x06, 0x3c, 0xc5, 0x1e, 0x48, 0xd1, 0x34, 0xe0, 0xae, 0x76, 0x68, 0x90, 0x6d, 0xc1, - 0x80, 0xed, 0xb6, 0xc2, 0xbe, 0xea, 0xe7, 0x3c, 0x83, 0x62, 0xff, 0x04, 0x2c, 0x2d, 0x3e, 0xc8, - 0x3d, 0x2c, 0x56, 0x0e, 0x9c, 0xab, 0xc6, 0xb4, 0x1c, 0x81, 0x4e, 0xaf, 0x17, 0x9f, 0x4b, 0xf4, - 0xa1, 0x02, 0x3f, 0xa3, 0xdd, 0xf0, 0x8a, 0xbf, 0x1a, 0x8b, 0xad, 0xec, 0x57, 0x51, 0x65, 0x11, - 0x27, 0x1e, 0x76, 0x23, 0x8e, 0x5b, 0xe4, 0xbc, 0x54, 0x34, 0xa9, 0x32, 0x89, 0x38, 0x90, 0x00, - 0x71, 0xb6, 0x11, 0x67, 0x21, 0x53, 0xf5, 0xb1, 0x64, 0x72, 0xb6, 0xd2, 0x5e, 0x14, 0x86, 0xfd, - 0xeb, 0x1c, 0x14, 0xeb, 0x28, 0x08, 0x3e, 0xa3, 0x41, 0xaa, 0x27, 0x4f, 0x61, 0xc1, 0x63, 0x5d, - 0x9a, 0xf0, 0x0b, 0xd7, 0x63, 0xbe, 0x99, 0x9a, 0x14, 0x34, 0xa2, 0xce, 0x7c, 0x2c, 0x23, 0xea, - 0x30, 0x8a, 0x5d, 0xda, 0x0d, 0x4f, 0x30, 0x37, 0x92, 0x92, 0x82, 0x44, 0xbc, 0x96, 0x80, 0x61, - 0x25, 0x98, 0x9e, 0x58, 0x09, 0x06, 0x45, 0x7b, 0xe6, 0xda, 0xa2, 0x3d, 0x3b, 0xf1, 0xe0, 0x7a, - 0x0c, 0x0b, 0xaa, 0x83, 0x39, 0xf2, 0xde, 0x62, 0x5f, 0xeb, 0xc7, 0x28, 0x15, 0x2a, 0xc8, 0xc6, - 0x55, 0xe6, 0x56, 0x03, 0xee, 0xf9, 0x24, 0x46, 0x52, 0xc5, 0xfa, 0x77, 0x3d, 0x2d, 0x25, 0xa3, - 0x98, 0xee, 0x68, 0xa8, 0x38, 0xdb, 0x7a, 0x0f, 0x68, 0xb9, 0xf0, 0x9f, 0xec, 0xd1, 0xb8, 0xa7, - 0x98, 0x93, 0x16, 0xf1, 0x90, 0xd4, 0x97, 0x2e, 0x0f, 0x8c, 0xe4, 0x65, 0x35, 0x73, 0x56, 0xcd, - 0x0c, 0xc1, 0x17, 0x3c, 0xb0, 0xf6, 0x60, 0x39, 0xb3, 0x93, 0x2a, 0xe1, 0x32, 0xd2, 0x9b, 0x5b, - 0x97, 0x30, 0xa5, 0x5b, 0xd6, 0xf7, 0x39, 0x58, 0xbd, 0x7a, 0xbf, 0x95, 0x02, 0x54, 0xac, 0x1c, - 0x8f, 0x69, 0xcf, 0xfe, 0xf8, 0x1b, 0x29, 0xc7, 0xa1, 0xa0, 0x90, 0x4d, 0x3a, 0xca, 0xa0, 0x51, - 0xf2, 0xae, 0xf8, 0xc7, 0xfe, 0x0a, 0xd6, 0xd2, 0xdd, 0xef, 0xef, 0x76, 0x86, 0x81, 0x59, 0x98, - 0x9b, 0x70, 0x16, 0xda, 0x8b, 0x50, 0xd8, 0x65, 0x09, 0x0e, 0x14, 0x9d, 0x7d, 0x07, 0x56, 0x0e, - 0x3b, 0x2c, 0x8a, 0xc4, 0xed, 0x43, 0xc4, 0xf5, 0xaa, 0x69, 0xdf, 0x83, 0x3b, 0xe9, 0xcf, 0x07, - 0x9c, 0xf9, 0x5d, 0x2f, 0xfd, 0xe3, 0xdd, 0x0c, 0x14, 0x5e, 0x84, 0x88, 0x04, 0xbd, 0x15, 0x61, - 0x2e, 0xc1, 0x28, 0xc6, 0x5c, 0x7b, 0xf2, 0x7f, 0x67, 0xf4, 0xb3, 0x87, 0x23, 0xc1, 0x47, 0x12, - 0xd2, 0xd0, 0x50, 0xd1, 0xd6, 0x62, 0x3b, 0xc0, 0x5c, 0x6b, 0xad, 0x51, 0x5b, 0x2b, 0xc4, 0x95, - 0xea, 0x3f, 0xfd, 0x0f, 0xd4, 0xbf, 0x09, 0xa5, 0x01, 0x9a, 0xcb, 0xad, 0xc5, 0xa4, 0xcd, 0xef, - 0xf6, 0xf3, 0xf5, 0xf6, 0x97, 0x63, 0x58, 0x1b, 0xe4, 0xcd, 0x9e, 0xa1, 0x49, 0xff, 0xff, 0xab, - 0x9f, 0x7a, 0x27, 0xb3, 0xdd, 0x7c, 0x9b, 0x83, 0xff, 0x0d, 0xd1, 0xeb, 0xa7, 0xaf, 0xfe, 0x39, - 0xaf, 0x75, 0x62, 0x73, 0xdc, 0x19, 0xe9, 0xf1, 0x52, 0xcf, 0xcc, 0xfa, 0xc6, 0x7f, 0x07, 0x1c, - 0x18, 0x36, 0xb1, 0xbf, 0x9b, 0xd2, 0xb5, 0xa1, 0x8e, 0xf7, 0x1a, 0x0f, 0x61, 0x03, 0x45, 0x3e, - 0x75, 0xed, 0x85, 0x6f, 0x72, 0x99, 0xef, 0xdf, 0x6b, 0x66, 0x26, 0xda, 0x6b, 0xec, 0x6f, 0xc4, - 0xc2, 0x3f, 0x9c, 0x21, 0x6b, 0x1d, 0x66, 0xe4, 0x28, 0x35, 0xc9, 0x86, 0xb4, 0x14, 0x6e, 0x88, - 0x4f, 0xbd, 0xe8, 0x99, 0x24, 0x62, 0x5e, 0xd8, 0xcb, 0x45, 0xcf, 0xfe, 0x69, 0x16, 0x0a, 0xd2, - 0x21, 0xdd, 0xac, 0x9f, 0x40, 0x21, 0x22, 0xe7, 0x38, 0x70, 0xcf, 0x88, 0x9f, 0x74, 0x74, 0x50, - 0x6b, 0x43, 0x6c, 0x7b, 0x34, 0xf9, 0xf0, 0x91, 0x22, 0x03, 0x69, 0xff, 0xa5, 0x30, 0xb7, 0x9e, - 0xc0, 0x82, 0x42, 0x77, 0x30, 0x69, 0x77, 0x12, 0x5d, 0xb6, 0x23, 0xe1, 0xea, 0x76, 0xbb, 0xd2, - 0xde, 0xfa, 0x18, 0xe6, 0x55, 0x71, 0x8a, 0x69, 0x60, 0xb2, 0xf1, 0xe6, 0xa5, 0xb9, 0xd0, 0xfe, - 0x97, 0xb0, 0x12, 0x71, 0x7c, 0x4a, 0xf0, 0x99, 0x9b, 0x0d, 0xe0, 0xe6, 0x78, 0x0f, 0x96, 0x35, - 0xee, 0xe0, 0x32, 0x8e, 0x57, 0x70, 0xbb, 0x9f, 0x4c, 0xc7, 0x93, 0x1f, 0xcf, 0x66, 0x65, 0xd9, - 0x74, 0x58, 0xbb, 0x90, 0xde, 0xc3, 0xbd, 0x0c, 0xcf, 0x64, 0x2e, 0x2d, 0x69, 0xd8, 0x5e, 0x1a, - 0xe5, 0xe7, 0x30, 0xdf, 0x7b, 0xed, 0xa1, 0x87, 0xd0, 0xa3, 0x31, 0x43, 0xe8, 0x15, 0x09, 0xf1, - 0xd1, 0x45, 0xa4, 0x06, 0x4e, 0xfa, 0xa5, 0x91, 0x0f, 0xf5, 0x95, 0x28, 0x38, 0x59, 0xff, 0x26, - 0xbb, 0xb0, 0xb4, 0xb4, 0x1e, 0x03, 0x84, 0xd8, 0x27, 0xc8, 0x6d, 0x91, 0xc0, 0xa8, 0x6d, 0x77, - 0x6f, 0x34, 0xe6, 0x25, 0xe2, 0x39, 0x09, 0xb0, 0xb5, 0x01, 0x33, 0x3e, 0x4a, 0x90, 0xae, 0xd4, - 0xe1, 0x64, 0x6e, 0x5f, 0x24, 0x38, 0x4e, 0x71, 0xd2, 0x74, 0xfb, 0x26, 0xcc, 0xca, 0xc4, 0xd9, - 0xbf, 0xe4, 0x60, 0xad, 0x49, 0x7c, 0xcc, 0x8e, 0x78, 0x17, 0x37, 0x45, 0x66, 0xe8, 0x61, 0xc2, - 0x31, 0x0a, 0x75, 0xf9, 0xee, 0xc3, 0x8a, 0x7e, 0x5e, 0x39, 0xe9, 0x26, 0x09, 0xa3, 0x6e, 0x80, - 0x4e, 0x70, 0x60, 0xd4, 0x4c, 0xcb, 0x0a, 0xb8, 0x2d, 0x71, 0xfb, 0x02, 0x26, 0x66, 0x86, 0x66, - 0x9b, 0xe8, 0xc9, 0xb4, 0xa8, 0x40, 0xa9, 0xb6, 0xdb, 0x3f, 0xe7, 0xa0, 0x20, 0x9d, 0xd6, 0x4e, - 0x6e, 0x4d, 0x9a, 0xbf, 0x6c, 0xf6, 0xde, 0xc0, 0x3c, 0xa1, 0x6e, 0x2c, 0x83, 0xd6, 0xde, 0x6c, - 0x8d, 0x13, 0xeb, 0x11, 0x19, 0xdb, 0xbd, 0xd1, 0xc8, 0x13, 0xfd, 0xcb, 0x76, 0x1e, 0xe6, 0xd4, - 0xe3, 0xc1, 0xf6, 0x9f, 0x39, 0xb0, 0x3d, 0x16, 0x8e, 0x21, 0xde, 0xbe, 0x55, 0xf3, 0x45, 0x0d, - 0x09, 0xa2, 0xf8, 0x40, 0x38, 0x7e, 0x90, 0x7b, 0xb3, 0xa3, 0x31, 0x6d, 0x16, 0x20, 0xda, 0x76, - 0x18, 0x6f, 0x97, 0xdb, 0x98, 0xca, 0xb0, 0xd2, 0xb7, 0x78, 0x11, 0x89, 0xaf, 0x7a, 0x59, 0xb9, - 0xa5, 0x3e, 0x7e, 0x98, 0x9a, 0x7e, 0x51, 0xab, 0xfd, 0x38, 0x75, 0xff, 0x85, 0x22, 0xab, 0xf9, - 0xb1, 0xa3, 0x2e, 0xc5, 0x55, 0x73, 0xdd, 0xa9, 0x4b, 0xb3, 0xf7, 0xa9, 0xc1, 0x71, 0xcd, 0x8f, - 0x8f, 0x7b, 0x06, 0xc7, 0xcd, 0xf5, 0x63, 0x65, 0xf0, 0xc7, 0x94, 0xad, 0x7e, 0xad, 0x56, 0x6b, - 0x7e, 0x5c, 0xad, 0xf6, 0x4c, 0xaa, 0xd5, 0xe6, 0x7a, 0xb5, 0xaa, 0x8c, 0x4e, 0xe6, 0xa4, 0x77, - 0x9b, 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, 0x59, 0x12, 0xc2, 0x79, 0x49, 0x15, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/bidding.pb.go b/googleapis/ads/googleads/v0/common/bidding.pb.go deleted file mode 100644 index 3c8f49e65d..0000000000 --- a/googleapis/ads/googleads/v0/common/bidding.pb.go +++ /dev/null @@ -1,759 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/bidding.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// An automated bidding strategy that raises bids for clicks -// that seem more likely to lead to a conversion and lowers -// them for clicks where they seem less likely. -type EnhancedCpc struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *EnhancedCpc) Reset() { *m = EnhancedCpc{} } -func (m *EnhancedCpc) String() string { return proto.CompactTextString(m) } -func (*EnhancedCpc) ProtoMessage() {} -func (*EnhancedCpc) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_0c8c284ee3a7b4a4, []int{0} -} -func (m *EnhancedCpc) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_EnhancedCpc.Unmarshal(m, b) -} -func (m *EnhancedCpc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_EnhancedCpc.Marshal(b, m, deterministic) -} -func (dst *EnhancedCpc) XXX_Merge(src proto.Message) { - xxx_messageInfo_EnhancedCpc.Merge(dst, src) -} -func (m *EnhancedCpc) XXX_Size() int { - return xxx_messageInfo_EnhancedCpc.Size(m) -} -func (m *EnhancedCpc) XXX_DiscardUnknown() { - xxx_messageInfo_EnhancedCpc.DiscardUnknown(m) -} - -var xxx_messageInfo_EnhancedCpc proto.InternalMessageInfo - -// Manual click-based bidding where user pays per click. -type ManualCpc struct { - // Whether bids are to be enhanced based on conversion optimizer data. - EnhancedCpcEnabled *wrappers.BoolValue `protobuf:"bytes,1,opt,name=enhanced_cpc_enabled,json=enhancedCpcEnabled,proto3" json:"enhanced_cpc_enabled,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ManualCpc) Reset() { *m = ManualCpc{} } -func (m *ManualCpc) String() string { return proto.CompactTextString(m) } -func (*ManualCpc) ProtoMessage() {} -func (*ManualCpc) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_0c8c284ee3a7b4a4, []int{1} -} -func (m *ManualCpc) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ManualCpc.Unmarshal(m, b) -} -func (m *ManualCpc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ManualCpc.Marshal(b, m, deterministic) -} -func (dst *ManualCpc) XXX_Merge(src proto.Message) { - xxx_messageInfo_ManualCpc.Merge(dst, src) -} -func (m *ManualCpc) XXX_Size() int { - return xxx_messageInfo_ManualCpc.Size(m) -} -func (m *ManualCpc) XXX_DiscardUnknown() { - xxx_messageInfo_ManualCpc.DiscardUnknown(m) -} - -var xxx_messageInfo_ManualCpc proto.InternalMessageInfo - -func (m *ManualCpc) GetEnhancedCpcEnabled() *wrappers.BoolValue { - if m != nil { - return m.EnhancedCpcEnabled - } - return nil -} - -// Manual impression-based bidding where user pays per thousand impressions. -type ManualCpm struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ManualCpm) Reset() { *m = ManualCpm{} } -func (m *ManualCpm) String() string { return proto.CompactTextString(m) } -func (*ManualCpm) ProtoMessage() {} -func (*ManualCpm) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_0c8c284ee3a7b4a4, []int{2} -} -func (m *ManualCpm) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ManualCpm.Unmarshal(m, b) -} -func (m *ManualCpm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ManualCpm.Marshal(b, m, deterministic) -} -func (dst *ManualCpm) XXX_Merge(src proto.Message) { - xxx_messageInfo_ManualCpm.Merge(dst, src) -} -func (m *ManualCpm) XXX_Size() int { - return xxx_messageInfo_ManualCpm.Size(m) -} -func (m *ManualCpm) XXX_DiscardUnknown() { - xxx_messageInfo_ManualCpm.DiscardUnknown(m) -} - -var xxx_messageInfo_ManualCpm proto.InternalMessageInfo - -// View based bidding where user pays per video view. -type ManualCpv struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ManualCpv) Reset() { *m = ManualCpv{} } -func (m *ManualCpv) String() string { return proto.CompactTextString(m) } -func (*ManualCpv) ProtoMessage() {} -func (*ManualCpv) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_0c8c284ee3a7b4a4, []int{3} -} -func (m *ManualCpv) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ManualCpv.Unmarshal(m, b) -} -func (m *ManualCpv) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ManualCpv.Marshal(b, m, deterministic) -} -func (dst *ManualCpv) XXX_Merge(src proto.Message) { - xxx_messageInfo_ManualCpv.Merge(dst, src) -} -func (m *ManualCpv) XXX_Size() int { - return xxx_messageInfo_ManualCpv.Size(m) -} -func (m *ManualCpv) XXX_DiscardUnknown() { - xxx_messageInfo_ManualCpv.DiscardUnknown(m) -} - -var xxx_messageInfo_ManualCpv proto.InternalMessageInfo - -// An automated bidding strategy that sets bids to help get the most conversions -// for your campaign while spending your budget. -type MaximizeConversions struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MaximizeConversions) Reset() { *m = MaximizeConversions{} } -func (m *MaximizeConversions) String() string { return proto.CompactTextString(m) } -func (*MaximizeConversions) ProtoMessage() {} -func (*MaximizeConversions) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_0c8c284ee3a7b4a4, []int{4} -} -func (m *MaximizeConversions) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MaximizeConversions.Unmarshal(m, b) -} -func (m *MaximizeConversions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MaximizeConversions.Marshal(b, m, deterministic) -} -func (dst *MaximizeConversions) XXX_Merge(src proto.Message) { - xxx_messageInfo_MaximizeConversions.Merge(dst, src) -} -func (m *MaximizeConversions) XXX_Size() int { - return xxx_messageInfo_MaximizeConversions.Size(m) -} -func (m *MaximizeConversions) XXX_DiscardUnknown() { - xxx_messageInfo_MaximizeConversions.DiscardUnknown(m) -} - -var xxx_messageInfo_MaximizeConversions proto.InternalMessageInfo - -// An automated bidding strategy which tries to maximize conversion value -// given a daily budget. -type MaximizeConversionValue struct { - // The target return on ad spend (ROAS) option. If set, the bid strategy will - // maximize revenue while averaging the target return on ad spend. If the - // target ROAS is high, the bid strategy may not be able to spend the full - // budget. If the target ROAS is not set, the bid strategy will aim to - // achieve the highest possible ROAS for the budget. - TargetRoas *wrappers.DoubleValue `protobuf:"bytes,1,opt,name=target_roas,json=targetRoas,proto3" json:"target_roas,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MaximizeConversionValue) Reset() { *m = MaximizeConversionValue{} } -func (m *MaximizeConversionValue) String() string { return proto.CompactTextString(m) } -func (*MaximizeConversionValue) ProtoMessage() {} -func (*MaximizeConversionValue) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_0c8c284ee3a7b4a4, []int{5} -} -func (m *MaximizeConversionValue) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MaximizeConversionValue.Unmarshal(m, b) -} -func (m *MaximizeConversionValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MaximizeConversionValue.Marshal(b, m, deterministic) -} -func (dst *MaximizeConversionValue) XXX_Merge(src proto.Message) { - xxx_messageInfo_MaximizeConversionValue.Merge(dst, src) -} -func (m *MaximizeConversionValue) XXX_Size() int { - return xxx_messageInfo_MaximizeConversionValue.Size(m) -} -func (m *MaximizeConversionValue) XXX_DiscardUnknown() { - xxx_messageInfo_MaximizeConversionValue.DiscardUnknown(m) -} - -var xxx_messageInfo_MaximizeConversionValue proto.InternalMessageInfo - -func (m *MaximizeConversionValue) GetTargetRoas() *wrappers.DoubleValue { - if m != nil { - return m.TargetRoas - } - return nil -} - -// An automated bidding strategy which sets CPC bids to target impressions on -// page one, or page one promoted slots on google.com. -type PageOnePromoted struct { - // The strategy goal of where impressions are desired to be shown on - // search result pages. - StrategyGoal enums.PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal `protobuf:"varint,1,opt,name=strategy_goal,json=strategyGoal,proto3,enum=google.ads.googleads.v0.enums.PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal" json:"strategy_goal,omitempty"` - // Maximum bid limit that can be set by the bid strategy. - // The limit applies to all keywords managed by the strategy. - CpcBidCeilingMicros *wrappers.Int64Value `protobuf:"bytes,2,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"` - // Bid multiplier to be applied to the relevant bid estimate (depending on - // the `strategy_goal`) in determining a keyword's new CPC bid. - BidModifier *wrappers.DoubleValue `protobuf:"bytes,3,opt,name=bid_modifier,json=bidModifier,proto3" json:"bid_modifier,omitempty"` - // Whether the strategy should always follow bid estimate changes, or only - // increase. - // If false, always sets a keyword's new bid to the current bid estimate. - // If true, only updates a keyword's bid if the current bid estimate is - // greater than the current bid. - OnlyRaiseCpcBids *wrappers.BoolValue `protobuf:"bytes,4,opt,name=only_raise_cpc_bids,json=onlyRaiseCpcBids,proto3" json:"only_raise_cpc_bids,omitempty"` - // Whether the strategy is allowed to raise bids when the throttling - // rate of the budget it is serving out of rises above a threshold. - RaiseCpcBidWhenBudgetConstrained *wrappers.BoolValue `protobuf:"bytes,5,opt,name=raise_cpc_bid_when_budget_constrained,json=raiseCpcBidWhenBudgetConstrained,proto3" json:"raise_cpc_bid_when_budget_constrained,omitempty"` - // Whether the strategy is allowed to raise bids on keywords with - // lower-range quality scores. - RaiseCpcBidWhenQualityScoreIsLow *wrappers.BoolValue `protobuf:"bytes,6,opt,name=raise_cpc_bid_when_quality_score_is_low,json=raiseCpcBidWhenQualityScoreIsLow,proto3" json:"raise_cpc_bid_when_quality_score_is_low,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PageOnePromoted) Reset() { *m = PageOnePromoted{} } -func (m *PageOnePromoted) String() string { return proto.CompactTextString(m) } -func (*PageOnePromoted) ProtoMessage() {} -func (*PageOnePromoted) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_0c8c284ee3a7b4a4, []int{6} -} -func (m *PageOnePromoted) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PageOnePromoted.Unmarshal(m, b) -} -func (m *PageOnePromoted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PageOnePromoted.Marshal(b, m, deterministic) -} -func (dst *PageOnePromoted) XXX_Merge(src proto.Message) { - xxx_messageInfo_PageOnePromoted.Merge(dst, src) -} -func (m *PageOnePromoted) XXX_Size() int { - return xxx_messageInfo_PageOnePromoted.Size(m) -} -func (m *PageOnePromoted) XXX_DiscardUnknown() { - xxx_messageInfo_PageOnePromoted.DiscardUnknown(m) -} - -var xxx_messageInfo_PageOnePromoted proto.InternalMessageInfo - -func (m *PageOnePromoted) GetStrategyGoal() enums.PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal { - if m != nil { - return m.StrategyGoal - } - return enums.PageOnePromotedStrategyGoalEnum_UNSPECIFIED -} - -func (m *PageOnePromoted) GetCpcBidCeilingMicros() *wrappers.Int64Value { - if m != nil { - return m.CpcBidCeilingMicros - } - return nil -} - -func (m *PageOnePromoted) GetBidModifier() *wrappers.DoubleValue { - if m != nil { - return m.BidModifier - } - return nil -} - -func (m *PageOnePromoted) GetOnlyRaiseCpcBids() *wrappers.BoolValue { - if m != nil { - return m.OnlyRaiseCpcBids - } - return nil -} - -func (m *PageOnePromoted) GetRaiseCpcBidWhenBudgetConstrained() *wrappers.BoolValue { - if m != nil { - return m.RaiseCpcBidWhenBudgetConstrained - } - return nil -} - -func (m *PageOnePromoted) GetRaiseCpcBidWhenQualityScoreIsLow() *wrappers.BoolValue { - if m != nil { - return m.RaiseCpcBidWhenQualityScoreIsLow - } - return nil -} - -// An automated bid strategy that sets bids to help get as many conversions as -// possible at the target cost-per-acquisition (CPA) you set. -type TargetCpa struct { - // Average CPA target. - // This target should be greater than or equal to minimum billable unit based - // on the currency for the account. - TargetCpaMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=target_cpa_micros,json=targetCpaMicros,proto3" json:"target_cpa_micros,omitempty"` - // Maximum bid limit that can be set by the bid strategy. - // The limit applies to all keywords managed by the strategy. - CpcBidCeilingMicros *wrappers.Int64Value `protobuf:"bytes,2,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"` - // Minimum bid limit that can be set by the bid strategy. - // The limit applies to all keywords managed by the strategy. - CpcBidFloorMicros *wrappers.Int64Value `protobuf:"bytes,3,opt,name=cpc_bid_floor_micros,json=cpcBidFloorMicros,proto3" json:"cpc_bid_floor_micros,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TargetCpa) Reset() { *m = TargetCpa{} } -func (m *TargetCpa) String() string { return proto.CompactTextString(m) } -func (*TargetCpa) ProtoMessage() {} -func (*TargetCpa) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_0c8c284ee3a7b4a4, []int{7} -} -func (m *TargetCpa) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TargetCpa.Unmarshal(m, b) -} -func (m *TargetCpa) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TargetCpa.Marshal(b, m, deterministic) -} -func (dst *TargetCpa) XXX_Merge(src proto.Message) { - xxx_messageInfo_TargetCpa.Merge(dst, src) -} -func (m *TargetCpa) XXX_Size() int { - return xxx_messageInfo_TargetCpa.Size(m) -} -func (m *TargetCpa) XXX_DiscardUnknown() { - xxx_messageInfo_TargetCpa.DiscardUnknown(m) -} - -var xxx_messageInfo_TargetCpa proto.InternalMessageInfo - -func (m *TargetCpa) GetTargetCpaMicros() *wrappers.Int64Value { - if m != nil { - return m.TargetCpaMicros - } - return nil -} - -func (m *TargetCpa) GetCpcBidCeilingMicros() *wrappers.Int64Value { - if m != nil { - return m.CpcBidCeilingMicros - } - return nil -} - -func (m *TargetCpa) GetCpcBidFloorMicros() *wrappers.Int64Value { - if m != nil { - return m.CpcBidFloorMicros - } - return nil -} - -// Target CPM (cost per thousand impressions) is an automated bidding strategy -// that sets bids to optimize performance given the target CPM you set. -type TargetCpm struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TargetCpm) Reset() { *m = TargetCpm{} } -func (m *TargetCpm) String() string { return proto.CompactTextString(m) } -func (*TargetCpm) ProtoMessage() {} -func (*TargetCpm) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_0c8c284ee3a7b4a4, []int{8} -} -func (m *TargetCpm) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TargetCpm.Unmarshal(m, b) -} -func (m *TargetCpm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TargetCpm.Marshal(b, m, deterministic) -} -func (dst *TargetCpm) XXX_Merge(src proto.Message) { - xxx_messageInfo_TargetCpm.Merge(dst, src) -} -func (m *TargetCpm) XXX_Size() int { - return xxx_messageInfo_TargetCpm.Size(m) -} -func (m *TargetCpm) XXX_DiscardUnknown() { - xxx_messageInfo_TargetCpm.DiscardUnknown(m) -} - -var xxx_messageInfo_TargetCpm proto.InternalMessageInfo - -// An automated bidding strategy that sets bids based on the target fraction of -// auctions where the advertiser should outrank a specific competitor. -type TargetOutrankShare struct { - // The target fraction of auctions where the advertiser should outrank the - // competitor. - // The advertiser outranks the competitor in an auction if either the - // advertiser appears above the competitor in the search results, or appears - // in the search results when the competitor does not. - // Value must be between 1 and 1000000, inclusive. - TargetOutrankShareMicros *wrappers.Int32Value `protobuf:"bytes,1,opt,name=target_outrank_share_micros,json=targetOutrankShareMicros,proto3" json:"target_outrank_share_micros,omitempty"` - // Competitor's visible domain URL. - CompetitorDomain *wrappers.StringValue `protobuf:"bytes,2,opt,name=competitor_domain,json=competitorDomain,proto3" json:"competitor_domain,omitempty"` - // Maximum bid limit that can be set by the bid strategy. - // The limit applies to all keywords managed by the strategy. - CpcBidCeilingMicros *wrappers.Int64Value `protobuf:"bytes,3,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"` - // Whether the strategy should always follow bid estimate changes, - // or only increase. - // If false, always set a keyword's new bid to the current bid estimate. - // If true, only updates a keyword's bid if the current bid estimate is - // greater than the current bid. - OnlyRaiseCpcBids *wrappers.BoolValue `protobuf:"bytes,4,opt,name=only_raise_cpc_bids,json=onlyRaiseCpcBids,proto3" json:"only_raise_cpc_bids,omitempty"` - // Whether the strategy is allowed to raise bids on keywords with - // lower-range quality scores. - RaiseCpcBidWhenQualityScoreIsLow *wrappers.BoolValue `protobuf:"bytes,5,opt,name=raise_cpc_bid_when_quality_score_is_low,json=raiseCpcBidWhenQualityScoreIsLow,proto3" json:"raise_cpc_bid_when_quality_score_is_low,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TargetOutrankShare) Reset() { *m = TargetOutrankShare{} } -func (m *TargetOutrankShare) String() string { return proto.CompactTextString(m) } -func (*TargetOutrankShare) ProtoMessage() {} -func (*TargetOutrankShare) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_0c8c284ee3a7b4a4, []int{9} -} -func (m *TargetOutrankShare) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TargetOutrankShare.Unmarshal(m, b) -} -func (m *TargetOutrankShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TargetOutrankShare.Marshal(b, m, deterministic) -} -func (dst *TargetOutrankShare) XXX_Merge(src proto.Message) { - xxx_messageInfo_TargetOutrankShare.Merge(dst, src) -} -func (m *TargetOutrankShare) XXX_Size() int { - return xxx_messageInfo_TargetOutrankShare.Size(m) -} -func (m *TargetOutrankShare) XXX_DiscardUnknown() { - xxx_messageInfo_TargetOutrankShare.DiscardUnknown(m) -} - -var xxx_messageInfo_TargetOutrankShare proto.InternalMessageInfo - -func (m *TargetOutrankShare) GetTargetOutrankShareMicros() *wrappers.Int32Value { - if m != nil { - return m.TargetOutrankShareMicros - } - return nil -} - -func (m *TargetOutrankShare) GetCompetitorDomain() *wrappers.StringValue { - if m != nil { - return m.CompetitorDomain - } - return nil -} - -func (m *TargetOutrankShare) GetCpcBidCeilingMicros() *wrappers.Int64Value { - if m != nil { - return m.CpcBidCeilingMicros - } - return nil -} - -func (m *TargetOutrankShare) GetOnlyRaiseCpcBids() *wrappers.BoolValue { - if m != nil { - return m.OnlyRaiseCpcBids - } - return nil -} - -func (m *TargetOutrankShare) GetRaiseCpcBidWhenQualityScoreIsLow() *wrappers.BoolValue { - if m != nil { - return m.RaiseCpcBidWhenQualityScoreIsLow - } - return nil -} - -// An automated bidding strategy that helps you maximize revenue while -// averaging a specific target return on ad spend (ROAS). -type TargetRoas struct { - // Required. The desired revenue (based on conversion data) per unit of spend. - // Value must be between 0.01 and 1000.0, inclusive. - TargetRoas *wrappers.DoubleValue `protobuf:"bytes,1,opt,name=target_roas,json=targetRoas,proto3" json:"target_roas,omitempty"` - // Maximum bid limit that can be set by the bid strategy. - // The limit applies to all keywords managed by the strategy. - CpcBidCeilingMicros *wrappers.Int64Value `protobuf:"bytes,2,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"` - // Minimum bid limit that can be set by the bid strategy. - // The limit applies to all keywords managed by the strategy. - CpcBidFloorMicros *wrappers.Int64Value `protobuf:"bytes,3,opt,name=cpc_bid_floor_micros,json=cpcBidFloorMicros,proto3" json:"cpc_bid_floor_micros,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TargetRoas) Reset() { *m = TargetRoas{} } -func (m *TargetRoas) String() string { return proto.CompactTextString(m) } -func (*TargetRoas) ProtoMessage() {} -func (*TargetRoas) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_0c8c284ee3a7b4a4, []int{10} -} -func (m *TargetRoas) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TargetRoas.Unmarshal(m, b) -} -func (m *TargetRoas) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TargetRoas.Marshal(b, m, deterministic) -} -func (dst *TargetRoas) XXX_Merge(src proto.Message) { - xxx_messageInfo_TargetRoas.Merge(dst, src) -} -func (m *TargetRoas) XXX_Size() int { - return xxx_messageInfo_TargetRoas.Size(m) -} -func (m *TargetRoas) XXX_DiscardUnknown() { - xxx_messageInfo_TargetRoas.DiscardUnknown(m) -} - -var xxx_messageInfo_TargetRoas proto.InternalMessageInfo - -func (m *TargetRoas) GetTargetRoas() *wrappers.DoubleValue { - if m != nil { - return m.TargetRoas - } - return nil -} - -func (m *TargetRoas) GetCpcBidCeilingMicros() *wrappers.Int64Value { - if m != nil { - return m.CpcBidCeilingMicros - } - return nil -} - -func (m *TargetRoas) GetCpcBidFloorMicros() *wrappers.Int64Value { - if m != nil { - return m.CpcBidFloorMicros - } - return nil -} - -// An automated bid strategy that sets your bids to help get as many clicks -// as possible within your budget. -type TargetSpend struct { - // The spend target under which to maximize clicks. - // A TargetSpend bidder will attempt to spend the smaller of this value - // or the natural throttling spend amount. - // If not specified, the budget is used as the spend target. - TargetSpendMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=target_spend_micros,json=targetSpendMicros,proto3" json:"target_spend_micros,omitempty"` - // Maximum bid limit that can be set by the bid strategy. - // The limit applies to all keywords managed by the strategy. - CpcBidCeilingMicros *wrappers.Int64Value `protobuf:"bytes,2,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TargetSpend) Reset() { *m = TargetSpend{} } -func (m *TargetSpend) String() string { return proto.CompactTextString(m) } -func (*TargetSpend) ProtoMessage() {} -func (*TargetSpend) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_0c8c284ee3a7b4a4, []int{11} -} -func (m *TargetSpend) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TargetSpend.Unmarshal(m, b) -} -func (m *TargetSpend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TargetSpend.Marshal(b, m, deterministic) -} -func (dst *TargetSpend) XXX_Merge(src proto.Message) { - xxx_messageInfo_TargetSpend.Merge(dst, src) -} -func (m *TargetSpend) XXX_Size() int { - return xxx_messageInfo_TargetSpend.Size(m) -} -func (m *TargetSpend) XXX_DiscardUnknown() { - xxx_messageInfo_TargetSpend.DiscardUnknown(m) -} - -var xxx_messageInfo_TargetSpend proto.InternalMessageInfo - -func (m *TargetSpend) GetTargetSpendMicros() *wrappers.Int64Value { - if m != nil { - return m.TargetSpendMicros - } - return nil -} - -func (m *TargetSpend) GetCpcBidCeilingMicros() *wrappers.Int64Value { - if m != nil { - return m.CpcBidCeilingMicros - } - return nil -} - -// A bidding strategy where bids are a fraction of the advertised price for -// some good or service. -type PercentCpc struct { - // Maximum bid limit that can be set by the bid strategy. This is - // an optional field entered by the advertiser and specified in local micros. - // Note: A zero value is interpreted in the same way as having bid_ceiling - // undefined. - CpcBidCeilingMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=cpc_bid_ceiling_micros,json=cpcBidCeilingMicros,proto3" json:"cpc_bid_ceiling_micros,omitempty"` - // Adjusts the bid for each auction upward or downward, depending on the - // likelihood of a conversion. Individual bids may exceed - // cpc_bid_ceiling_micros, but the average bid amount for a campaign should - // not. - EnhancedCpcEnabled *wrappers.BoolValue `protobuf:"bytes,2,opt,name=enhanced_cpc_enabled,json=enhancedCpcEnabled,proto3" json:"enhanced_cpc_enabled,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PercentCpc) Reset() { *m = PercentCpc{} } -func (m *PercentCpc) String() string { return proto.CompactTextString(m) } -func (*PercentCpc) ProtoMessage() {} -func (*PercentCpc) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_0c8c284ee3a7b4a4, []int{12} -} -func (m *PercentCpc) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PercentCpc.Unmarshal(m, b) -} -func (m *PercentCpc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PercentCpc.Marshal(b, m, deterministic) -} -func (dst *PercentCpc) XXX_Merge(src proto.Message) { - xxx_messageInfo_PercentCpc.Merge(dst, src) -} -func (m *PercentCpc) XXX_Size() int { - return xxx_messageInfo_PercentCpc.Size(m) -} -func (m *PercentCpc) XXX_DiscardUnknown() { - xxx_messageInfo_PercentCpc.DiscardUnknown(m) -} - -var xxx_messageInfo_PercentCpc proto.InternalMessageInfo - -func (m *PercentCpc) GetCpcBidCeilingMicros() *wrappers.Int64Value { - if m != nil { - return m.CpcBidCeilingMicros - } - return nil -} - -func (m *PercentCpc) GetEnhancedCpcEnabled() *wrappers.BoolValue { - if m != nil { - return m.EnhancedCpcEnabled - } - return nil -} - -func init() { - proto.RegisterType((*EnhancedCpc)(nil), "google.ads.googleads.v0.common.EnhancedCpc") - proto.RegisterType((*ManualCpc)(nil), "google.ads.googleads.v0.common.ManualCpc") - proto.RegisterType((*ManualCpm)(nil), "google.ads.googleads.v0.common.ManualCpm") - proto.RegisterType((*ManualCpv)(nil), "google.ads.googleads.v0.common.ManualCpv") - proto.RegisterType((*MaximizeConversions)(nil), "google.ads.googleads.v0.common.MaximizeConversions") - proto.RegisterType((*MaximizeConversionValue)(nil), "google.ads.googleads.v0.common.MaximizeConversionValue") - proto.RegisterType((*PageOnePromoted)(nil), "google.ads.googleads.v0.common.PageOnePromoted") - proto.RegisterType((*TargetCpa)(nil), "google.ads.googleads.v0.common.TargetCpa") - proto.RegisterType((*TargetCpm)(nil), "google.ads.googleads.v0.common.TargetCpm") - proto.RegisterType((*TargetOutrankShare)(nil), "google.ads.googleads.v0.common.TargetOutrankShare") - proto.RegisterType((*TargetRoas)(nil), "google.ads.googleads.v0.common.TargetRoas") - proto.RegisterType((*TargetSpend)(nil), "google.ads.googleads.v0.common.TargetSpend") - proto.RegisterType((*PercentCpc)(nil), "google.ads.googleads.v0.common.PercentCpc") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/bidding.proto", fileDescriptor_bidding_0c8c284ee3a7b4a4) -} - -var fileDescriptor_bidding_0c8c284ee3a7b4a4 = []byte{ - // 831 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x96, 0x6f, 0x6b, 0x1c, 0x45, - 0x18, 0xc0, 0xd9, 0xbb, 0xb6, 0xd0, 0xb9, 0xd4, 0x9a, 0x4d, 0xd5, 0x23, 0x95, 0x52, 0x16, 0x44, - 0x5f, 0xc8, 0xde, 0x91, 0x8a, 0x2f, 0x4e, 0x44, 0xee, 0x36, 0x31, 0x04, 0x13, 0x7a, 0xe6, 0x4a, - 0xd4, 0x10, 0x18, 0x66, 0x67, 0x9e, 0x6c, 0x86, 0xee, 0xce, 0xb3, 0xce, 0xec, 0x26, 0xc6, 0x37, - 0x7e, 0x17, 0x5f, 0x8a, 0xdf, 0x43, 0x10, 0xbf, 0x87, 0xa0, 0x6f, 0xfd, 0x00, 0x32, 0x3b, 0xb3, - 0xb9, 0xd6, 0x6b, 0x92, 0x26, 0x46, 0xf0, 0xd5, 0xce, 0x9f, 0xe7, 0xf9, 0x3d, 0x7f, 0x67, 0x67, - 0xc8, 0x87, 0x19, 0x62, 0x96, 0xc3, 0x80, 0x09, 0x33, 0x70, 0x43, 0x3b, 0x3a, 0x1e, 0x0e, 0x38, - 0x16, 0x05, 0xaa, 0x41, 0x2a, 0x85, 0x90, 0x2a, 0x8b, 0x4b, 0x8d, 0x15, 0x86, 0x8f, 0x9c, 0x48, - 0xcc, 0x84, 0x89, 0xcf, 0xa4, 0xe3, 0xe3, 0x61, 0xec, 0xa4, 0x57, 0x93, 0xf3, 0x68, 0xa0, 0xea, - 0xc2, 0x0c, 0x4a, 0x96, 0x01, 0x45, 0x05, 0xb4, 0xd4, 0x58, 0x60, 0x05, 0x82, 0x9a, 0x4a, 0xb3, - 0x0a, 0xb2, 0x53, 0x9a, 0x21, 0xcb, 0x9d, 0x91, 0x55, 0x6f, 0x64, 0xd0, 0xcc, 0xd2, 0xfa, 0x70, - 0x70, 0xa2, 0x59, 0x59, 0x82, 0x36, 0x6e, 0x3f, 0xba, 0x47, 0x7a, 0x1b, 0xea, 0x88, 0x29, 0x0e, - 0x22, 0x29, 0x79, 0xf4, 0x0d, 0xb9, 0xbb, 0xc3, 0x54, 0xcd, 0xf2, 0xa4, 0xe4, 0xe1, 0x36, 0x79, - 0x00, 0x7e, 0x8f, 0xf2, 0x92, 0x53, 0x50, 0x2c, 0xcd, 0x41, 0xf4, 0x83, 0xc7, 0xc1, 0x07, 0xbd, - 0xb5, 0x55, 0xef, 0x74, 0xdc, 0xa2, 0xe3, 0x09, 0x62, 0xbe, 0xc7, 0xf2, 0x1a, 0x76, 0x43, 0x98, - 0x33, 0x37, 0x9c, 0x56, 0xd4, 0x9b, 0xa3, 0x8b, 0x17, 0x27, 0xc7, 0xd1, 0x5b, 0x64, 0x65, 0x87, - 0x7d, 0x27, 0x0b, 0xf9, 0x3d, 0x24, 0xa8, 0x8e, 0x41, 0x1b, 0x89, 0xca, 0x44, 0x5f, 0x93, 0x77, - 0x16, 0x97, 0x1b, 0x7e, 0xf8, 0x29, 0xe9, 0x55, 0x4c, 0x67, 0x50, 0x51, 0x8d, 0xcc, 0x78, 0x87, - 0xde, 0x5d, 0x70, 0x68, 0x1d, 0xeb, 0x34, 0x07, 0xe7, 0x12, 0x71, 0x0a, 0xbb, 0xc8, 0x4c, 0xf4, - 0xdb, 0x2d, 0x72, 0x7f, 0xca, 0x32, 0x78, 0xaa, 0x60, 0xea, 0x93, 0x17, 0xfe, 0x40, 0xee, 0xbd, - 0x94, 0xbf, 0x06, 0xfa, 0xc6, 0xda, 0x7e, 0x7c, 0x5e, 0x95, 0x9a, 0x2a, 0xc4, 0xff, 0xc0, 0xcc, - 0x3c, 0x62, 0x13, 0x59, 0xbe, 0xa1, 0xea, 0xe2, 0xa2, 0xfd, 0xdd, 0x25, 0xf3, 0xc2, 0x2c, 0x9c, - 0x92, 0xb7, 0x6d, 0x92, 0x53, 0x29, 0x28, 0x07, 0x99, 0x4b, 0x95, 0xd1, 0x42, 0x72, 0x8d, 0xa6, - 0xdf, 0x69, 0xc2, 0x7b, 0xb8, 0x10, 0xde, 0x96, 0xaa, 0x3e, 0xfe, 0xc8, 0x45, 0xb7, 0xc2, 0x4b, - 0x3e, 0x91, 0x22, 0x71, 0x8a, 0x3b, 0x8d, 0x5e, 0xf8, 0x19, 0x59, 0xb2, 0xb4, 0x02, 0x85, 0x3c, - 0x94, 0xa0, 0xfb, 0xdd, 0xd7, 0x48, 0x53, 0x2f, 0x95, 0x62, 0xc7, 0x2b, 0x84, 0x5b, 0x64, 0x05, - 0x55, 0x7e, 0x4a, 0x35, 0x93, 0x06, 0xa8, 0xf7, 0xce, 0xf4, 0x6f, 0x5d, 0x5a, 0xff, 0x37, 0xad, - 0xda, 0xae, 0xd5, 0x4a, 0x1a, 0xbf, 0x4c, 0xf8, 0x9c, 0xbc, 0xf7, 0x12, 0x85, 0x9e, 0x1c, 0x81, - 0xa2, 0x69, 0x2d, 0x6c, 0x11, 0x39, 0x2a, 0x9b, 0x0a, 0xa9, 0x40, 0xf4, 0x6f, 0x5f, 0x0a, 0x7f, - 0xac, 0xe7, 0xe0, 0xaf, 0x8e, 0x40, 0x4d, 0x1a, 0x48, 0x32, 0x67, 0x84, 0x05, 0x79, 0xff, 0x15, - 0xc6, 0xbe, 0xad, 0x59, 0x2e, 0xab, 0x53, 0x6a, 0x38, 0x6a, 0xa0, 0xd2, 0xd0, 0x1c, 0x4f, 0xfa, - 0x77, 0xae, 0x6c, 0xee, 0x4b, 0x87, 0x99, 0x59, 0xca, 0x96, 0xd9, 0xc6, 0x93, 0xe8, 0xaf, 0x80, - 0xdc, 0x7d, 0xd6, 0x74, 0x57, 0x52, 0xb2, 0x70, 0x93, 0x2c, 0xfb, 0xde, 0xe4, 0x25, 0x6b, 0x4b, - 0x18, 0x5c, 0x5e, 0xc2, 0xfb, 0x55, 0x8b, 0xf0, 0xe5, 0xbb, 0xf9, 0x86, 0xd8, 0x26, 0x0f, 0x5a, - 0xe2, 0x61, 0x8e, 0xa8, 0x5b, 0x5e, 0xf7, 0x72, 0xde, 0xb2, 0xe3, 0x7d, 0x6e, 0xd5, 0x1c, 0xcd, - 0x9e, 0xe1, 0x36, 0xea, 0x22, 0xfa, 0xa5, 0x4b, 0x42, 0x37, 0x7b, 0x5a, 0x57, 0x9a, 0xa9, 0xe7, - 0xb3, 0x23, 0xa6, 0x21, 0xdc, 0x27, 0x0f, 0x7d, 0x32, 0xd0, 0x2d, 0x53, 0x63, 0xd7, 0x5f, 0x23, - 0x2d, 0x4f, 0xd6, 0x9c, 0xe1, 0x7e, 0xb5, 0x40, 0xf5, 0xd1, 0x6c, 0x91, 0x65, 0x8e, 0x45, 0x09, - 0x95, 0xac, 0x50, 0x53, 0x81, 0x05, 0x93, 0xca, 0xa7, 0x66, 0xb1, 0xc7, 0x67, 0x95, 0x96, 0x2a, - 0xf3, 0xdd, 0x39, 0x57, 0x5b, 0x6f, 0xb4, 0x2e, 0x48, 0x75, 0xf7, 0x9a, 0xa9, 0xbe, 0xc1, 0xa3, - 0x73, 0x85, 0x6e, 0xbe, 0x7d, 0x03, 0xdd, 0xfc, 0x67, 0x40, 0xc8, 0xb3, 0xb3, 0x7f, 0xe5, 0xbf, - 0xfc, 0xd5, 0xfe, 0xef, 0x9b, 0xf8, 0xe7, 0x80, 0xf4, 0x5c, 0xb4, 0xb3, 0x12, 0x94, 0x08, 0xbf, - 0x20, 0x2b, 0x3e, 0x5c, 0x63, 0xe7, 0x57, 0x38, 0xbf, 0xfe, 0xd4, 0x37, 0x98, 0xff, 0xea, 0x04, - 0x5b, 0x77, 0xc9, 0x14, 0x34, 0x07, 0x55, 0xd9, 0x1b, 0xfa, 0x7c, 0x03, 0xc1, 0xf5, 0xb3, 0xfb, - 0xca, 0x3b, 0xbf, 0x73, 0x9d, 0x3b, 0x7f, 0xf2, 0x7b, 0x40, 0x22, 0x8e, 0x45, 0x7c, 0xf1, 0x4b, - 0x67, 0xb2, 0x34, 0x71, 0x0f, 0xa3, 0xa9, 0xa5, 0x4e, 0x83, 0xfd, 0x75, 0x2f, 0x9f, 0x61, 0xce, - 0x54, 0x16, 0xa3, 0xce, 0x06, 0x19, 0xa8, 0xc6, 0x66, 0xfb, 0x12, 0x2a, 0xa5, 0x39, 0xef, 0x99, - 0xf5, 0x89, 0xfb, 0xfc, 0xd8, 0xe9, 0x6e, 0x8e, 0xc7, 0x3f, 0x75, 0x1e, 0x6d, 0x3a, 0xd8, 0x58, - 0x98, 0xd8, 0x0d, 0xed, 0x68, 0x6f, 0x18, 0x27, 0x8d, 0xd8, 0xaf, 0xad, 0xc0, 0xc1, 0x58, 0x98, - 0x83, 0x33, 0x81, 0x83, 0xbd, 0xe1, 0x81, 0x13, 0xf8, 0xa3, 0x13, 0xb9, 0xd5, 0xd1, 0x68, 0x2c, - 0xcc, 0x68, 0x74, 0x26, 0x32, 0x1a, 0xed, 0x0d, 0x47, 0x23, 0x27, 0x94, 0xde, 0x69, 0xbc, 0x7b, - 0xf2, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x1d, 0x91, 0xe3, 0xc7, 0x03, 0x0a, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/criteria.pb.go b/googleapis/ads/googleads/v0/common/criteria.pb.go deleted file mode 100644 index d5669c4542..0000000000 --- a/googleapis/ads/googleads/v0/common/criteria.pb.go +++ /dev/null @@ -1,2834 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/criteria.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A keyword criterion. -type KeywordInfo struct { - // The text of the keyword (at most 80 characters and 10 words). - Text *wrappers.StringValue `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` - // The match type of the keyword. - MatchType enums.KeywordMatchTypeEnum_KeywordMatchType `protobuf:"varint,2,opt,name=match_type,json=matchType,proto3,enum=google.ads.googleads.v0.enums.KeywordMatchTypeEnum_KeywordMatchType" json:"match_type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordInfo) Reset() { *m = KeywordInfo{} } -func (m *KeywordInfo) String() string { return proto.CompactTextString(m) } -func (*KeywordInfo) ProtoMessage() {} -func (*KeywordInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{0} -} -func (m *KeywordInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordInfo.Unmarshal(m, b) -} -func (m *KeywordInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordInfo.Marshal(b, m, deterministic) -} -func (dst *KeywordInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordInfo.Merge(dst, src) -} -func (m *KeywordInfo) XXX_Size() int { - return xxx_messageInfo_KeywordInfo.Size(m) -} -func (m *KeywordInfo) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordInfo proto.InternalMessageInfo - -func (m *KeywordInfo) GetText() *wrappers.StringValue { - if m != nil { - return m.Text - } - return nil -} - -func (m *KeywordInfo) GetMatchType() enums.KeywordMatchTypeEnum_KeywordMatchType { - if m != nil { - return m.MatchType - } - return enums.KeywordMatchTypeEnum_UNSPECIFIED -} - -// A placement criterion. This can be used to modify bids for sites when -// targeting the content network. -type PlacementInfo struct { - // URL of the placement. - // - // For example, "http://www.domain.com". - Url *wrappers.StringValue `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PlacementInfo) Reset() { *m = PlacementInfo{} } -func (m *PlacementInfo) String() string { return proto.CompactTextString(m) } -func (*PlacementInfo) ProtoMessage() {} -func (*PlacementInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{1} -} -func (m *PlacementInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PlacementInfo.Unmarshal(m, b) -} -func (m *PlacementInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PlacementInfo.Marshal(b, m, deterministic) -} -func (dst *PlacementInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_PlacementInfo.Merge(dst, src) -} -func (m *PlacementInfo) XXX_Size() int { - return xxx_messageInfo_PlacementInfo.Size(m) -} -func (m *PlacementInfo) XXX_DiscardUnknown() { - xxx_messageInfo_PlacementInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_PlacementInfo proto.InternalMessageInfo - -func (m *PlacementInfo) GetUrl() *wrappers.StringValue { - if m != nil { - return m.Url - } - return nil -} - -// A mobile app category criterion. -type MobileAppCategoryInfo struct { - // The mobile app category constant resource name. - MobileAppCategoryConstant *wrappers.StringValue `protobuf:"bytes,1,opt,name=mobile_app_category_constant,json=mobileAppCategoryConstant,proto3" json:"mobile_app_category_constant,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MobileAppCategoryInfo) Reset() { *m = MobileAppCategoryInfo{} } -func (m *MobileAppCategoryInfo) String() string { return proto.CompactTextString(m) } -func (*MobileAppCategoryInfo) ProtoMessage() {} -func (*MobileAppCategoryInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{2} -} -func (m *MobileAppCategoryInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MobileAppCategoryInfo.Unmarshal(m, b) -} -func (m *MobileAppCategoryInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MobileAppCategoryInfo.Marshal(b, m, deterministic) -} -func (dst *MobileAppCategoryInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_MobileAppCategoryInfo.Merge(dst, src) -} -func (m *MobileAppCategoryInfo) XXX_Size() int { - return xxx_messageInfo_MobileAppCategoryInfo.Size(m) -} -func (m *MobileAppCategoryInfo) XXX_DiscardUnknown() { - xxx_messageInfo_MobileAppCategoryInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_MobileAppCategoryInfo proto.InternalMessageInfo - -func (m *MobileAppCategoryInfo) GetMobileAppCategoryConstant() *wrappers.StringValue { - if m != nil { - return m.MobileAppCategoryConstant - } - return nil -} - -// A location criterion. -type LocationInfo struct { - // The geo target constant resource name. - GeoTargetConstant *wrappers.StringValue `protobuf:"bytes,1,opt,name=geo_target_constant,json=geoTargetConstant,proto3" json:"geo_target_constant,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *LocationInfo) Reset() { *m = LocationInfo{} } -func (m *LocationInfo) String() string { return proto.CompactTextString(m) } -func (*LocationInfo) ProtoMessage() {} -func (*LocationInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{3} -} -func (m *LocationInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_LocationInfo.Unmarshal(m, b) -} -func (m *LocationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_LocationInfo.Marshal(b, m, deterministic) -} -func (dst *LocationInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_LocationInfo.Merge(dst, src) -} -func (m *LocationInfo) XXX_Size() int { - return xxx_messageInfo_LocationInfo.Size(m) -} -func (m *LocationInfo) XXX_DiscardUnknown() { - xxx_messageInfo_LocationInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_LocationInfo proto.InternalMessageInfo - -func (m *LocationInfo) GetGeoTargetConstant() *wrappers.StringValue { - if m != nil { - return m.GeoTargetConstant - } - return nil -} - -// A device criterion. -type DeviceInfo struct { - // Type of the device. - Type enums.DeviceEnum_Device `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.DeviceEnum_Device" json:"type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DeviceInfo) Reset() { *m = DeviceInfo{} } -func (m *DeviceInfo) String() string { return proto.CompactTextString(m) } -func (*DeviceInfo) ProtoMessage() {} -func (*DeviceInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{4} -} -func (m *DeviceInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DeviceInfo.Unmarshal(m, b) -} -func (m *DeviceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DeviceInfo.Marshal(b, m, deterministic) -} -func (dst *DeviceInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_DeviceInfo.Merge(dst, src) -} -func (m *DeviceInfo) XXX_Size() int { - return xxx_messageInfo_DeviceInfo.Size(m) -} -func (m *DeviceInfo) XXX_DiscardUnknown() { - xxx_messageInfo_DeviceInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_DeviceInfo proto.InternalMessageInfo - -func (m *DeviceInfo) GetType() enums.DeviceEnum_Device { - if m != nil { - return m.Type - } - return enums.DeviceEnum_UNSPECIFIED -} - -// A preferred content criterion. -type PreferredContentInfo struct { - // Type of the preferred content. - Type enums.PreferredContentTypeEnum_PreferredContentType `protobuf:"varint,2,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.PreferredContentTypeEnum_PreferredContentType" json:"type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PreferredContentInfo) Reset() { *m = PreferredContentInfo{} } -func (m *PreferredContentInfo) String() string { return proto.CompactTextString(m) } -func (*PreferredContentInfo) ProtoMessage() {} -func (*PreferredContentInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{5} -} -func (m *PreferredContentInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PreferredContentInfo.Unmarshal(m, b) -} -func (m *PreferredContentInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PreferredContentInfo.Marshal(b, m, deterministic) -} -func (dst *PreferredContentInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_PreferredContentInfo.Merge(dst, src) -} -func (m *PreferredContentInfo) XXX_Size() int { - return xxx_messageInfo_PreferredContentInfo.Size(m) -} -func (m *PreferredContentInfo) XXX_DiscardUnknown() { - xxx_messageInfo_PreferredContentInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_PreferredContentInfo proto.InternalMessageInfo - -func (m *PreferredContentInfo) GetType() enums.PreferredContentTypeEnum_PreferredContentType { - if m != nil { - return m.Type - } - return enums.PreferredContentTypeEnum_UNSPECIFIED -} - -// A listing group criterion. -type ListingGroupInfo struct { - // Type of the listing group. - Type enums.ListingGroupTypeEnum_ListingGroupType `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.ListingGroupTypeEnum_ListingGroupType" json:"type,omitempty"` - // Dimension value with which this listing group is refining its parent. - // Undefined for the root group. - CaseValue *ListingDimensionInfo `protobuf:"bytes,2,opt,name=case_value,json=caseValue,proto3" json:"case_value,omitempty"` - // Resource name of ad group criterion which is the parent listing group - // subdivision. Null for the root group. - ParentAdGroupCriterion *wrappers.StringValue `protobuf:"bytes,3,opt,name=parent_ad_group_criterion,json=parentAdGroupCriterion,proto3" json:"parent_ad_group_criterion,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ListingGroupInfo) Reset() { *m = ListingGroupInfo{} } -func (m *ListingGroupInfo) String() string { return proto.CompactTextString(m) } -func (*ListingGroupInfo) ProtoMessage() {} -func (*ListingGroupInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{6} -} -func (m *ListingGroupInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ListingGroupInfo.Unmarshal(m, b) -} -func (m *ListingGroupInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ListingGroupInfo.Marshal(b, m, deterministic) -} -func (dst *ListingGroupInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ListingGroupInfo.Merge(dst, src) -} -func (m *ListingGroupInfo) XXX_Size() int { - return xxx_messageInfo_ListingGroupInfo.Size(m) -} -func (m *ListingGroupInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ListingGroupInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ListingGroupInfo proto.InternalMessageInfo - -func (m *ListingGroupInfo) GetType() enums.ListingGroupTypeEnum_ListingGroupType { - if m != nil { - return m.Type - } - return enums.ListingGroupTypeEnum_UNSPECIFIED -} - -func (m *ListingGroupInfo) GetCaseValue() *ListingDimensionInfo { - if m != nil { - return m.CaseValue - } - return nil -} - -func (m *ListingGroupInfo) GetParentAdGroupCriterion() *wrappers.StringValue { - if m != nil { - return m.ParentAdGroupCriterion - } - return nil -} - -// A listing scope criterion. -type ListingScopeInfo struct { - // Scope of the campaign criterion. - Dimensions []*ListingDimensionInfo `protobuf:"bytes,2,rep,name=dimensions,proto3" json:"dimensions,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ListingScopeInfo) Reset() { *m = ListingScopeInfo{} } -func (m *ListingScopeInfo) String() string { return proto.CompactTextString(m) } -func (*ListingScopeInfo) ProtoMessage() {} -func (*ListingScopeInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{7} -} -func (m *ListingScopeInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ListingScopeInfo.Unmarshal(m, b) -} -func (m *ListingScopeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ListingScopeInfo.Marshal(b, m, deterministic) -} -func (dst *ListingScopeInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ListingScopeInfo.Merge(dst, src) -} -func (m *ListingScopeInfo) XXX_Size() int { - return xxx_messageInfo_ListingScopeInfo.Size(m) -} -func (m *ListingScopeInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ListingScopeInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ListingScopeInfo proto.InternalMessageInfo - -func (m *ListingScopeInfo) GetDimensions() []*ListingDimensionInfo { - if m != nil { - return m.Dimensions - } - return nil -} - -// Listing dimensions for listing group criterion. -type ListingDimensionInfo struct { - // Dimension of one of the types below is always present. - // - // Types that are valid to be assigned to Dimension: - // *ListingDimensionInfo_ListingBrand - // *ListingDimensionInfo_HotelId - // *ListingDimensionInfo_HotelClass - // *ListingDimensionInfo_HotelCountryRegion - // *ListingDimensionInfo_HotelState - // *ListingDimensionInfo_HotelCity - // *ListingDimensionInfo_ListingCustomAttribute - // *ListingDimensionInfo_ProductChannel - // *ListingDimensionInfo_ProductChannelExclusivity - // *ListingDimensionInfo_ProductCondition - // *ListingDimensionInfo_ProductOfferId - // *ListingDimensionInfo_ProductType - Dimension isListingDimensionInfo_Dimension `protobuf_oneof:"dimension"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ListingDimensionInfo) Reset() { *m = ListingDimensionInfo{} } -func (m *ListingDimensionInfo) String() string { return proto.CompactTextString(m) } -func (*ListingDimensionInfo) ProtoMessage() {} -func (*ListingDimensionInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{8} -} -func (m *ListingDimensionInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ListingDimensionInfo.Unmarshal(m, b) -} -func (m *ListingDimensionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ListingDimensionInfo.Marshal(b, m, deterministic) -} -func (dst *ListingDimensionInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ListingDimensionInfo.Merge(dst, src) -} -func (m *ListingDimensionInfo) XXX_Size() int { - return xxx_messageInfo_ListingDimensionInfo.Size(m) -} -func (m *ListingDimensionInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ListingDimensionInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ListingDimensionInfo proto.InternalMessageInfo - -type isListingDimensionInfo_Dimension interface { - isListingDimensionInfo_Dimension() -} - -type ListingDimensionInfo_ListingBrand struct { - ListingBrand *ListingBrandInfo `protobuf:"bytes,1,opt,name=listing_brand,json=listingBrand,proto3,oneof"` -} - -type ListingDimensionInfo_HotelId struct { - HotelId *HotelIdInfo `protobuf:"bytes,2,opt,name=hotel_id,json=hotelId,proto3,oneof"` -} - -type ListingDimensionInfo_HotelClass struct { - HotelClass *HotelClassInfo `protobuf:"bytes,3,opt,name=hotel_class,json=hotelClass,proto3,oneof"` -} - -type ListingDimensionInfo_HotelCountryRegion struct { - HotelCountryRegion *HotelCountryRegionInfo `protobuf:"bytes,4,opt,name=hotel_country_region,json=hotelCountryRegion,proto3,oneof"` -} - -type ListingDimensionInfo_HotelState struct { - HotelState *HotelStateInfo `protobuf:"bytes,5,opt,name=hotel_state,json=hotelState,proto3,oneof"` -} - -type ListingDimensionInfo_HotelCity struct { - HotelCity *HotelCityInfo `protobuf:"bytes,6,opt,name=hotel_city,json=hotelCity,proto3,oneof"` -} - -type ListingDimensionInfo_ListingCustomAttribute struct { - ListingCustomAttribute *ListingCustomAttributeInfo `protobuf:"bytes,7,opt,name=listing_custom_attribute,json=listingCustomAttribute,proto3,oneof"` -} - -type ListingDimensionInfo_ProductChannel struct { - ProductChannel *ProductChannelInfo `protobuf:"bytes,8,opt,name=product_channel,json=productChannel,proto3,oneof"` -} - -type ListingDimensionInfo_ProductChannelExclusivity struct { - ProductChannelExclusivity *ProductChannelExclusivityInfo `protobuf:"bytes,9,opt,name=product_channel_exclusivity,json=productChannelExclusivity,proto3,oneof"` -} - -type ListingDimensionInfo_ProductCondition struct { - ProductCondition *ProductConditionInfo `protobuf:"bytes,10,opt,name=product_condition,json=productCondition,proto3,oneof"` -} - -type ListingDimensionInfo_ProductOfferId struct { - ProductOfferId *ProductOfferIdInfo `protobuf:"bytes,11,opt,name=product_offer_id,json=productOfferId,proto3,oneof"` -} - -type ListingDimensionInfo_ProductType struct { - ProductType *ProductTypeInfo `protobuf:"bytes,12,opt,name=product_type,json=productType,proto3,oneof"` -} - -func (*ListingDimensionInfo_ListingBrand) isListingDimensionInfo_Dimension() {} - -func (*ListingDimensionInfo_HotelId) isListingDimensionInfo_Dimension() {} - -func (*ListingDimensionInfo_HotelClass) isListingDimensionInfo_Dimension() {} - -func (*ListingDimensionInfo_HotelCountryRegion) isListingDimensionInfo_Dimension() {} - -func (*ListingDimensionInfo_HotelState) isListingDimensionInfo_Dimension() {} - -func (*ListingDimensionInfo_HotelCity) isListingDimensionInfo_Dimension() {} - -func (*ListingDimensionInfo_ListingCustomAttribute) isListingDimensionInfo_Dimension() {} - -func (*ListingDimensionInfo_ProductChannel) isListingDimensionInfo_Dimension() {} - -func (*ListingDimensionInfo_ProductChannelExclusivity) isListingDimensionInfo_Dimension() {} - -func (*ListingDimensionInfo_ProductCondition) isListingDimensionInfo_Dimension() {} - -func (*ListingDimensionInfo_ProductOfferId) isListingDimensionInfo_Dimension() {} - -func (*ListingDimensionInfo_ProductType) isListingDimensionInfo_Dimension() {} - -func (m *ListingDimensionInfo) GetDimension() isListingDimensionInfo_Dimension { - if m != nil { - return m.Dimension - } - return nil -} - -func (m *ListingDimensionInfo) GetListingBrand() *ListingBrandInfo { - if x, ok := m.GetDimension().(*ListingDimensionInfo_ListingBrand); ok { - return x.ListingBrand - } - return nil -} - -func (m *ListingDimensionInfo) GetHotelId() *HotelIdInfo { - if x, ok := m.GetDimension().(*ListingDimensionInfo_HotelId); ok { - return x.HotelId - } - return nil -} - -func (m *ListingDimensionInfo) GetHotelClass() *HotelClassInfo { - if x, ok := m.GetDimension().(*ListingDimensionInfo_HotelClass); ok { - return x.HotelClass - } - return nil -} - -func (m *ListingDimensionInfo) GetHotelCountryRegion() *HotelCountryRegionInfo { - if x, ok := m.GetDimension().(*ListingDimensionInfo_HotelCountryRegion); ok { - return x.HotelCountryRegion - } - return nil -} - -func (m *ListingDimensionInfo) GetHotelState() *HotelStateInfo { - if x, ok := m.GetDimension().(*ListingDimensionInfo_HotelState); ok { - return x.HotelState - } - return nil -} - -func (m *ListingDimensionInfo) GetHotelCity() *HotelCityInfo { - if x, ok := m.GetDimension().(*ListingDimensionInfo_HotelCity); ok { - return x.HotelCity - } - return nil -} - -func (m *ListingDimensionInfo) GetListingCustomAttribute() *ListingCustomAttributeInfo { - if x, ok := m.GetDimension().(*ListingDimensionInfo_ListingCustomAttribute); ok { - return x.ListingCustomAttribute - } - return nil -} - -func (m *ListingDimensionInfo) GetProductChannel() *ProductChannelInfo { - if x, ok := m.GetDimension().(*ListingDimensionInfo_ProductChannel); ok { - return x.ProductChannel - } - return nil -} - -func (m *ListingDimensionInfo) GetProductChannelExclusivity() *ProductChannelExclusivityInfo { - if x, ok := m.GetDimension().(*ListingDimensionInfo_ProductChannelExclusivity); ok { - return x.ProductChannelExclusivity - } - return nil -} - -func (m *ListingDimensionInfo) GetProductCondition() *ProductConditionInfo { - if x, ok := m.GetDimension().(*ListingDimensionInfo_ProductCondition); ok { - return x.ProductCondition - } - return nil -} - -func (m *ListingDimensionInfo) GetProductOfferId() *ProductOfferIdInfo { - if x, ok := m.GetDimension().(*ListingDimensionInfo_ProductOfferId); ok { - return x.ProductOfferId - } - return nil -} - -func (m *ListingDimensionInfo) GetProductType() *ProductTypeInfo { - if x, ok := m.GetDimension().(*ListingDimensionInfo_ProductType); ok { - return x.ProductType - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*ListingDimensionInfo) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _ListingDimensionInfo_OneofMarshaler, _ListingDimensionInfo_OneofUnmarshaler, _ListingDimensionInfo_OneofSizer, []interface{}{ - (*ListingDimensionInfo_ListingBrand)(nil), - (*ListingDimensionInfo_HotelId)(nil), - (*ListingDimensionInfo_HotelClass)(nil), - (*ListingDimensionInfo_HotelCountryRegion)(nil), - (*ListingDimensionInfo_HotelState)(nil), - (*ListingDimensionInfo_HotelCity)(nil), - (*ListingDimensionInfo_ListingCustomAttribute)(nil), - (*ListingDimensionInfo_ProductChannel)(nil), - (*ListingDimensionInfo_ProductChannelExclusivity)(nil), - (*ListingDimensionInfo_ProductCondition)(nil), - (*ListingDimensionInfo_ProductOfferId)(nil), - (*ListingDimensionInfo_ProductType)(nil), - } -} - -func _ListingDimensionInfo_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*ListingDimensionInfo) - // dimension - switch x := m.Dimension.(type) { - case *ListingDimensionInfo_ListingBrand: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ListingBrand); err != nil { - return err - } - case *ListingDimensionInfo_HotelId: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.HotelId); err != nil { - return err - } - case *ListingDimensionInfo_HotelClass: - b.EncodeVarint(3<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.HotelClass); err != nil { - return err - } - case *ListingDimensionInfo_HotelCountryRegion: - b.EncodeVarint(4<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.HotelCountryRegion); err != nil { - return err - } - case *ListingDimensionInfo_HotelState: - b.EncodeVarint(5<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.HotelState); err != nil { - return err - } - case *ListingDimensionInfo_HotelCity: - b.EncodeVarint(6<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.HotelCity); err != nil { - return err - } - case *ListingDimensionInfo_ListingCustomAttribute: - b.EncodeVarint(7<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ListingCustomAttribute); err != nil { - return err - } - case *ListingDimensionInfo_ProductChannel: - b.EncodeVarint(8<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ProductChannel); err != nil { - return err - } - case *ListingDimensionInfo_ProductChannelExclusivity: - b.EncodeVarint(9<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ProductChannelExclusivity); err != nil { - return err - } - case *ListingDimensionInfo_ProductCondition: - b.EncodeVarint(10<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ProductCondition); err != nil { - return err - } - case *ListingDimensionInfo_ProductOfferId: - b.EncodeVarint(11<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ProductOfferId); err != nil { - return err - } - case *ListingDimensionInfo_ProductType: - b.EncodeVarint(12<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ProductType); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("ListingDimensionInfo.Dimension has unexpected type %T", x) - } - return nil -} - -func _ListingDimensionInfo_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*ListingDimensionInfo) - switch tag { - case 1: // dimension.listing_brand - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(ListingBrandInfo) - err := b.DecodeMessage(msg) - m.Dimension = &ListingDimensionInfo_ListingBrand{msg} - return true, err - case 2: // dimension.hotel_id - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(HotelIdInfo) - err := b.DecodeMessage(msg) - m.Dimension = &ListingDimensionInfo_HotelId{msg} - return true, err - case 3: // dimension.hotel_class - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(HotelClassInfo) - err := b.DecodeMessage(msg) - m.Dimension = &ListingDimensionInfo_HotelClass{msg} - return true, err - case 4: // dimension.hotel_country_region - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(HotelCountryRegionInfo) - err := b.DecodeMessage(msg) - m.Dimension = &ListingDimensionInfo_HotelCountryRegion{msg} - return true, err - case 5: // dimension.hotel_state - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(HotelStateInfo) - err := b.DecodeMessage(msg) - m.Dimension = &ListingDimensionInfo_HotelState{msg} - return true, err - case 6: // dimension.hotel_city - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(HotelCityInfo) - err := b.DecodeMessage(msg) - m.Dimension = &ListingDimensionInfo_HotelCity{msg} - return true, err - case 7: // dimension.listing_custom_attribute - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(ListingCustomAttributeInfo) - err := b.DecodeMessage(msg) - m.Dimension = &ListingDimensionInfo_ListingCustomAttribute{msg} - return true, err - case 8: // dimension.product_channel - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(ProductChannelInfo) - err := b.DecodeMessage(msg) - m.Dimension = &ListingDimensionInfo_ProductChannel{msg} - return true, err - case 9: // dimension.product_channel_exclusivity - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(ProductChannelExclusivityInfo) - err := b.DecodeMessage(msg) - m.Dimension = &ListingDimensionInfo_ProductChannelExclusivity{msg} - return true, err - case 10: // dimension.product_condition - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(ProductConditionInfo) - err := b.DecodeMessage(msg) - m.Dimension = &ListingDimensionInfo_ProductCondition{msg} - return true, err - case 11: // dimension.product_offer_id - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(ProductOfferIdInfo) - err := b.DecodeMessage(msg) - m.Dimension = &ListingDimensionInfo_ProductOfferId{msg} - return true, err - case 12: // dimension.product_type - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(ProductTypeInfo) - err := b.DecodeMessage(msg) - m.Dimension = &ListingDimensionInfo_ProductType{msg} - return true, err - default: - return false, nil - } -} - -func _ListingDimensionInfo_OneofSizer(msg proto.Message) (n int) { - m := msg.(*ListingDimensionInfo) - // dimension - switch x := m.Dimension.(type) { - case *ListingDimensionInfo_ListingBrand: - s := proto.Size(x.ListingBrand) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ListingDimensionInfo_HotelId: - s := proto.Size(x.HotelId) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ListingDimensionInfo_HotelClass: - s := proto.Size(x.HotelClass) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ListingDimensionInfo_HotelCountryRegion: - s := proto.Size(x.HotelCountryRegion) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ListingDimensionInfo_HotelState: - s := proto.Size(x.HotelState) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ListingDimensionInfo_HotelCity: - s := proto.Size(x.HotelCity) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ListingDimensionInfo_ListingCustomAttribute: - s := proto.Size(x.ListingCustomAttribute) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ListingDimensionInfo_ProductChannel: - s := proto.Size(x.ProductChannel) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ListingDimensionInfo_ProductChannelExclusivity: - s := proto.Size(x.ProductChannelExclusivity) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ListingDimensionInfo_ProductCondition: - s := proto.Size(x.ProductCondition) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ListingDimensionInfo_ProductOfferId: - s := proto.Size(x.ProductOfferId) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ListingDimensionInfo_ProductType: - s := proto.Size(x.ProductType) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Brand of the listing. -type ListingBrandInfo struct { - // String value of the listing brand. - Value *wrappers.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ListingBrandInfo) Reset() { *m = ListingBrandInfo{} } -func (m *ListingBrandInfo) String() string { return proto.CompactTextString(m) } -func (*ListingBrandInfo) ProtoMessage() {} -func (*ListingBrandInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{9} -} -func (m *ListingBrandInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ListingBrandInfo.Unmarshal(m, b) -} -func (m *ListingBrandInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ListingBrandInfo.Marshal(b, m, deterministic) -} -func (dst *ListingBrandInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ListingBrandInfo.Merge(dst, src) -} -func (m *ListingBrandInfo) XXX_Size() int { - return xxx_messageInfo_ListingBrandInfo.Size(m) -} -func (m *ListingBrandInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ListingBrandInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ListingBrandInfo proto.InternalMessageInfo - -func (m *ListingBrandInfo) GetValue() *wrappers.StringValue { - if m != nil { - return m.Value - } - return nil -} - -// Advertiser-specific hotel ID. -type HotelIdInfo struct { - // String value of the hotel ID. - Value *wrappers.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *HotelIdInfo) Reset() { *m = HotelIdInfo{} } -func (m *HotelIdInfo) String() string { return proto.CompactTextString(m) } -func (*HotelIdInfo) ProtoMessage() {} -func (*HotelIdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{10} -} -func (m *HotelIdInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_HotelIdInfo.Unmarshal(m, b) -} -func (m *HotelIdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_HotelIdInfo.Marshal(b, m, deterministic) -} -func (dst *HotelIdInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_HotelIdInfo.Merge(dst, src) -} -func (m *HotelIdInfo) XXX_Size() int { - return xxx_messageInfo_HotelIdInfo.Size(m) -} -func (m *HotelIdInfo) XXX_DiscardUnknown() { - xxx_messageInfo_HotelIdInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_HotelIdInfo proto.InternalMessageInfo - -func (m *HotelIdInfo) GetValue() *wrappers.StringValue { - if m != nil { - return m.Value - } - return nil -} - -// Class of the hotel as a number of stars 1 to 5. -type HotelClassInfo struct { - // Long value of the hotel class. - Value *wrappers.Int64Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *HotelClassInfo) Reset() { *m = HotelClassInfo{} } -func (m *HotelClassInfo) String() string { return proto.CompactTextString(m) } -func (*HotelClassInfo) ProtoMessage() {} -func (*HotelClassInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{11} -} -func (m *HotelClassInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_HotelClassInfo.Unmarshal(m, b) -} -func (m *HotelClassInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_HotelClassInfo.Marshal(b, m, deterministic) -} -func (dst *HotelClassInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_HotelClassInfo.Merge(dst, src) -} -func (m *HotelClassInfo) XXX_Size() int { - return xxx_messageInfo_HotelClassInfo.Size(m) -} -func (m *HotelClassInfo) XXX_DiscardUnknown() { - xxx_messageInfo_HotelClassInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_HotelClassInfo proto.InternalMessageInfo - -func (m *HotelClassInfo) GetValue() *wrappers.Int64Value { - if m != nil { - return m.Value - } - return nil -} - -// Country or Region the hotel is located in. -type HotelCountryRegionInfo struct { - // The Geo Target Constant resource name. - CountryRegionCriterion *wrappers.StringValue `protobuf:"bytes,1,opt,name=country_region_criterion,json=countryRegionCriterion,proto3" json:"country_region_criterion,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *HotelCountryRegionInfo) Reset() { *m = HotelCountryRegionInfo{} } -func (m *HotelCountryRegionInfo) String() string { return proto.CompactTextString(m) } -func (*HotelCountryRegionInfo) ProtoMessage() {} -func (*HotelCountryRegionInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{12} -} -func (m *HotelCountryRegionInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_HotelCountryRegionInfo.Unmarshal(m, b) -} -func (m *HotelCountryRegionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_HotelCountryRegionInfo.Marshal(b, m, deterministic) -} -func (dst *HotelCountryRegionInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_HotelCountryRegionInfo.Merge(dst, src) -} -func (m *HotelCountryRegionInfo) XXX_Size() int { - return xxx_messageInfo_HotelCountryRegionInfo.Size(m) -} -func (m *HotelCountryRegionInfo) XXX_DiscardUnknown() { - xxx_messageInfo_HotelCountryRegionInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_HotelCountryRegionInfo proto.InternalMessageInfo - -func (m *HotelCountryRegionInfo) GetCountryRegionCriterion() *wrappers.StringValue { - if m != nil { - return m.CountryRegionCriterion - } - return nil -} - -// State the hotel is located in. -type HotelStateInfo struct { - // The Geo Target Constant resource name. - StateCriterion *wrappers.StringValue `protobuf:"bytes,1,opt,name=state_criterion,json=stateCriterion,proto3" json:"state_criterion,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *HotelStateInfo) Reset() { *m = HotelStateInfo{} } -func (m *HotelStateInfo) String() string { return proto.CompactTextString(m) } -func (*HotelStateInfo) ProtoMessage() {} -func (*HotelStateInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{13} -} -func (m *HotelStateInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_HotelStateInfo.Unmarshal(m, b) -} -func (m *HotelStateInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_HotelStateInfo.Marshal(b, m, deterministic) -} -func (dst *HotelStateInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_HotelStateInfo.Merge(dst, src) -} -func (m *HotelStateInfo) XXX_Size() int { - return xxx_messageInfo_HotelStateInfo.Size(m) -} -func (m *HotelStateInfo) XXX_DiscardUnknown() { - xxx_messageInfo_HotelStateInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_HotelStateInfo proto.InternalMessageInfo - -func (m *HotelStateInfo) GetStateCriterion() *wrappers.StringValue { - if m != nil { - return m.StateCriterion - } - return nil -} - -// City the hotel is located in. -type HotelCityInfo struct { - // The Geo Target Constant resource name. - CityCriterion *wrappers.StringValue `protobuf:"bytes,1,opt,name=city_criterion,json=cityCriterion,proto3" json:"city_criterion,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *HotelCityInfo) Reset() { *m = HotelCityInfo{} } -func (m *HotelCityInfo) String() string { return proto.CompactTextString(m) } -func (*HotelCityInfo) ProtoMessage() {} -func (*HotelCityInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{14} -} -func (m *HotelCityInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_HotelCityInfo.Unmarshal(m, b) -} -func (m *HotelCityInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_HotelCityInfo.Marshal(b, m, deterministic) -} -func (dst *HotelCityInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_HotelCityInfo.Merge(dst, src) -} -func (m *HotelCityInfo) XXX_Size() int { - return xxx_messageInfo_HotelCityInfo.Size(m) -} -func (m *HotelCityInfo) XXX_DiscardUnknown() { - xxx_messageInfo_HotelCityInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_HotelCityInfo proto.InternalMessageInfo - -func (m *HotelCityInfo) GetCityCriterion() *wrappers.StringValue { - if m != nil { - return m.CityCriterion - } - return nil -} - -// Listing custom attribute. -type ListingCustomAttributeInfo struct { - // String value of the listing custom attribute. - Value *wrappers.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - // Indicates the index of the custom attribute. - Index enums.ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex `protobuf:"varint,2,opt,name=index,proto3,enum=google.ads.googleads.v0.enums.ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex" json:"index,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ListingCustomAttributeInfo) Reset() { *m = ListingCustomAttributeInfo{} } -func (m *ListingCustomAttributeInfo) String() string { return proto.CompactTextString(m) } -func (*ListingCustomAttributeInfo) ProtoMessage() {} -func (*ListingCustomAttributeInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{15} -} -func (m *ListingCustomAttributeInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ListingCustomAttributeInfo.Unmarshal(m, b) -} -func (m *ListingCustomAttributeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ListingCustomAttributeInfo.Marshal(b, m, deterministic) -} -func (dst *ListingCustomAttributeInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ListingCustomAttributeInfo.Merge(dst, src) -} -func (m *ListingCustomAttributeInfo) XXX_Size() int { - return xxx_messageInfo_ListingCustomAttributeInfo.Size(m) -} -func (m *ListingCustomAttributeInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ListingCustomAttributeInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ListingCustomAttributeInfo proto.InternalMessageInfo - -func (m *ListingCustomAttributeInfo) GetValue() *wrappers.StringValue { - if m != nil { - return m.Value - } - return nil -} - -func (m *ListingCustomAttributeInfo) GetIndex() enums.ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex { - if m != nil { - return m.Index - } - return enums.ListingCustomAttributeIndexEnum_UNSPECIFIED -} - -// Locality of a product offer. -type ProductChannelInfo struct { - // Value of the locality. - Channel enums.ProductChannelEnum_ProductChannel `protobuf:"varint,1,opt,name=channel,proto3,enum=google.ads.googleads.v0.enums.ProductChannelEnum_ProductChannel" json:"channel,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ProductChannelInfo) Reset() { *m = ProductChannelInfo{} } -func (m *ProductChannelInfo) String() string { return proto.CompactTextString(m) } -func (*ProductChannelInfo) ProtoMessage() {} -func (*ProductChannelInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{16} -} -func (m *ProductChannelInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ProductChannelInfo.Unmarshal(m, b) -} -func (m *ProductChannelInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ProductChannelInfo.Marshal(b, m, deterministic) -} -func (dst *ProductChannelInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ProductChannelInfo.Merge(dst, src) -} -func (m *ProductChannelInfo) XXX_Size() int { - return xxx_messageInfo_ProductChannelInfo.Size(m) -} -func (m *ProductChannelInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ProductChannelInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ProductChannelInfo proto.InternalMessageInfo - -func (m *ProductChannelInfo) GetChannel() enums.ProductChannelEnum_ProductChannel { - if m != nil { - return m.Channel - } - return enums.ProductChannelEnum_UNSPECIFIED -} - -// Availability of a product offer. -type ProductChannelExclusivityInfo struct { - // Value of the availability. - ChannelExclusivity enums.ProductChannelExclusivityEnum_ProductChannelExclusivity `protobuf:"varint,1,opt,name=channel_exclusivity,json=channelExclusivity,proto3,enum=google.ads.googleads.v0.enums.ProductChannelExclusivityEnum_ProductChannelExclusivity" json:"channel_exclusivity,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ProductChannelExclusivityInfo) Reset() { *m = ProductChannelExclusivityInfo{} } -func (m *ProductChannelExclusivityInfo) String() string { return proto.CompactTextString(m) } -func (*ProductChannelExclusivityInfo) ProtoMessage() {} -func (*ProductChannelExclusivityInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{17} -} -func (m *ProductChannelExclusivityInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ProductChannelExclusivityInfo.Unmarshal(m, b) -} -func (m *ProductChannelExclusivityInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ProductChannelExclusivityInfo.Marshal(b, m, deterministic) -} -func (dst *ProductChannelExclusivityInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ProductChannelExclusivityInfo.Merge(dst, src) -} -func (m *ProductChannelExclusivityInfo) XXX_Size() int { - return xxx_messageInfo_ProductChannelExclusivityInfo.Size(m) -} -func (m *ProductChannelExclusivityInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ProductChannelExclusivityInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ProductChannelExclusivityInfo proto.InternalMessageInfo - -func (m *ProductChannelExclusivityInfo) GetChannelExclusivity() enums.ProductChannelExclusivityEnum_ProductChannelExclusivity { - if m != nil { - return m.ChannelExclusivity - } - return enums.ProductChannelExclusivityEnum_UNSPECIFIED -} - -// Condition of a product offer. -type ProductConditionInfo struct { - // Value of the condition. - Condition enums.ProductConditionEnum_ProductCondition `protobuf:"varint,1,opt,name=condition,proto3,enum=google.ads.googleads.v0.enums.ProductConditionEnum_ProductCondition" json:"condition,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ProductConditionInfo) Reset() { *m = ProductConditionInfo{} } -func (m *ProductConditionInfo) String() string { return proto.CompactTextString(m) } -func (*ProductConditionInfo) ProtoMessage() {} -func (*ProductConditionInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{18} -} -func (m *ProductConditionInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ProductConditionInfo.Unmarshal(m, b) -} -func (m *ProductConditionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ProductConditionInfo.Marshal(b, m, deterministic) -} -func (dst *ProductConditionInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ProductConditionInfo.Merge(dst, src) -} -func (m *ProductConditionInfo) XXX_Size() int { - return xxx_messageInfo_ProductConditionInfo.Size(m) -} -func (m *ProductConditionInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ProductConditionInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ProductConditionInfo proto.InternalMessageInfo - -func (m *ProductConditionInfo) GetCondition() enums.ProductConditionEnum_ProductCondition { - if m != nil { - return m.Condition - } - return enums.ProductConditionEnum_UNSPECIFIED -} - -// Id of a product offer. -type ProductOfferIdInfo struct { - // Value of the id. - Value *wrappers.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ProductOfferIdInfo) Reset() { *m = ProductOfferIdInfo{} } -func (m *ProductOfferIdInfo) String() string { return proto.CompactTextString(m) } -func (*ProductOfferIdInfo) ProtoMessage() {} -func (*ProductOfferIdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{19} -} -func (m *ProductOfferIdInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ProductOfferIdInfo.Unmarshal(m, b) -} -func (m *ProductOfferIdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ProductOfferIdInfo.Marshal(b, m, deterministic) -} -func (dst *ProductOfferIdInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ProductOfferIdInfo.Merge(dst, src) -} -func (m *ProductOfferIdInfo) XXX_Size() int { - return xxx_messageInfo_ProductOfferIdInfo.Size(m) -} -func (m *ProductOfferIdInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ProductOfferIdInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ProductOfferIdInfo proto.InternalMessageInfo - -func (m *ProductOfferIdInfo) GetValue() *wrappers.StringValue { - if m != nil { - return m.Value - } - return nil -} - -// Type of a product offer. -type ProductTypeInfo struct { - // Value of the type. - Value *wrappers.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - // Level of the type. - Level enums.ProductTypeLevelEnum_ProductTypeLevel `protobuf:"varint,2,opt,name=level,proto3,enum=google.ads.googleads.v0.enums.ProductTypeLevelEnum_ProductTypeLevel" json:"level,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ProductTypeInfo) Reset() { *m = ProductTypeInfo{} } -func (m *ProductTypeInfo) String() string { return proto.CompactTextString(m) } -func (*ProductTypeInfo) ProtoMessage() {} -func (*ProductTypeInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{20} -} -func (m *ProductTypeInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ProductTypeInfo.Unmarshal(m, b) -} -func (m *ProductTypeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ProductTypeInfo.Marshal(b, m, deterministic) -} -func (dst *ProductTypeInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ProductTypeInfo.Merge(dst, src) -} -func (m *ProductTypeInfo) XXX_Size() int { - return xxx_messageInfo_ProductTypeInfo.Size(m) -} -func (m *ProductTypeInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ProductTypeInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ProductTypeInfo proto.InternalMessageInfo - -func (m *ProductTypeInfo) GetValue() *wrappers.StringValue { - if m != nil { - return m.Value - } - return nil -} - -func (m *ProductTypeInfo) GetLevel() enums.ProductTypeLevelEnum_ProductTypeLevel { - if m != nil { - return m.Level - } - return enums.ProductTypeLevelEnum_UNSPECIFIED -} - -// Criterion for hotel date selection (default dates vs. user selected). -type HotelDateSelectionTypeInfo struct { - // Type of the hotel date selection - Type enums.HotelDateSelectionTypeEnum_HotelDateSelectionType `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.HotelDateSelectionTypeEnum_HotelDateSelectionType" json:"type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *HotelDateSelectionTypeInfo) Reset() { *m = HotelDateSelectionTypeInfo{} } -func (m *HotelDateSelectionTypeInfo) String() string { return proto.CompactTextString(m) } -func (*HotelDateSelectionTypeInfo) ProtoMessage() {} -func (*HotelDateSelectionTypeInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{21} -} -func (m *HotelDateSelectionTypeInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_HotelDateSelectionTypeInfo.Unmarshal(m, b) -} -func (m *HotelDateSelectionTypeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_HotelDateSelectionTypeInfo.Marshal(b, m, deterministic) -} -func (dst *HotelDateSelectionTypeInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_HotelDateSelectionTypeInfo.Merge(dst, src) -} -func (m *HotelDateSelectionTypeInfo) XXX_Size() int { - return xxx_messageInfo_HotelDateSelectionTypeInfo.Size(m) -} -func (m *HotelDateSelectionTypeInfo) XXX_DiscardUnknown() { - xxx_messageInfo_HotelDateSelectionTypeInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_HotelDateSelectionTypeInfo proto.InternalMessageInfo - -func (m *HotelDateSelectionTypeInfo) GetType() enums.HotelDateSelectionTypeEnum_HotelDateSelectionType { - if m != nil { - return m.Type - } - return enums.HotelDateSelectionTypeEnum_UNSPECIFIED -} - -// Criterion for number of days prior to the stay the booking is being made. -type HotelAdvanceBookingWindowInfo struct { - // Low end of the number of days prior to the stay. - MinDays *wrappers.Int64Value `protobuf:"bytes,1,opt,name=min_days,json=minDays,proto3" json:"min_days,omitempty"` - // High end of the number of days prior to the stay. - MaxDays *wrappers.Int64Value `protobuf:"bytes,2,opt,name=max_days,json=maxDays,proto3" json:"max_days,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *HotelAdvanceBookingWindowInfo) Reset() { *m = HotelAdvanceBookingWindowInfo{} } -func (m *HotelAdvanceBookingWindowInfo) String() string { return proto.CompactTextString(m) } -func (*HotelAdvanceBookingWindowInfo) ProtoMessage() {} -func (*HotelAdvanceBookingWindowInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{22} -} -func (m *HotelAdvanceBookingWindowInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_HotelAdvanceBookingWindowInfo.Unmarshal(m, b) -} -func (m *HotelAdvanceBookingWindowInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_HotelAdvanceBookingWindowInfo.Marshal(b, m, deterministic) -} -func (dst *HotelAdvanceBookingWindowInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_HotelAdvanceBookingWindowInfo.Merge(dst, src) -} -func (m *HotelAdvanceBookingWindowInfo) XXX_Size() int { - return xxx_messageInfo_HotelAdvanceBookingWindowInfo.Size(m) -} -func (m *HotelAdvanceBookingWindowInfo) XXX_DiscardUnknown() { - xxx_messageInfo_HotelAdvanceBookingWindowInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_HotelAdvanceBookingWindowInfo proto.InternalMessageInfo - -func (m *HotelAdvanceBookingWindowInfo) GetMinDays() *wrappers.Int64Value { - if m != nil { - return m.MinDays - } - return nil -} - -func (m *HotelAdvanceBookingWindowInfo) GetMaxDays() *wrappers.Int64Value { - if m != nil { - return m.MaxDays - } - return nil -} - -// Criterion for length of hotel stay in nights. -type HotelLengthOfStayInfo struct { - // Low end of the number of nights in the stay. - MinNights *wrappers.Int64Value `protobuf:"bytes,1,opt,name=min_nights,json=minNights,proto3" json:"min_nights,omitempty"` - // High end of the number of nights in the stay. - MaxNights *wrappers.Int64Value `protobuf:"bytes,2,opt,name=max_nights,json=maxNights,proto3" json:"max_nights,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *HotelLengthOfStayInfo) Reset() { *m = HotelLengthOfStayInfo{} } -func (m *HotelLengthOfStayInfo) String() string { return proto.CompactTextString(m) } -func (*HotelLengthOfStayInfo) ProtoMessage() {} -func (*HotelLengthOfStayInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{23} -} -func (m *HotelLengthOfStayInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_HotelLengthOfStayInfo.Unmarshal(m, b) -} -func (m *HotelLengthOfStayInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_HotelLengthOfStayInfo.Marshal(b, m, deterministic) -} -func (dst *HotelLengthOfStayInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_HotelLengthOfStayInfo.Merge(dst, src) -} -func (m *HotelLengthOfStayInfo) XXX_Size() int { - return xxx_messageInfo_HotelLengthOfStayInfo.Size(m) -} -func (m *HotelLengthOfStayInfo) XXX_DiscardUnknown() { - xxx_messageInfo_HotelLengthOfStayInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_HotelLengthOfStayInfo proto.InternalMessageInfo - -func (m *HotelLengthOfStayInfo) GetMinNights() *wrappers.Int64Value { - if m != nil { - return m.MinNights - } - return nil -} - -func (m *HotelLengthOfStayInfo) GetMaxNights() *wrappers.Int64Value { - if m != nil { - return m.MaxNights - } - return nil -} - -// Criterion for day of the week the booking is for. -type HotelCheckInDayInfo struct { - // The day of the week. - DayOfWeek enums.DayOfWeekEnum_DayOfWeek `protobuf:"varint,1,opt,name=day_of_week,json=dayOfWeek,proto3,enum=google.ads.googleads.v0.enums.DayOfWeekEnum_DayOfWeek" json:"day_of_week,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *HotelCheckInDayInfo) Reset() { *m = HotelCheckInDayInfo{} } -func (m *HotelCheckInDayInfo) String() string { return proto.CompactTextString(m) } -func (*HotelCheckInDayInfo) ProtoMessage() {} -func (*HotelCheckInDayInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{24} -} -func (m *HotelCheckInDayInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_HotelCheckInDayInfo.Unmarshal(m, b) -} -func (m *HotelCheckInDayInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_HotelCheckInDayInfo.Marshal(b, m, deterministic) -} -func (dst *HotelCheckInDayInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_HotelCheckInDayInfo.Merge(dst, src) -} -func (m *HotelCheckInDayInfo) XXX_Size() int { - return xxx_messageInfo_HotelCheckInDayInfo.Size(m) -} -func (m *HotelCheckInDayInfo) XXX_DiscardUnknown() { - xxx_messageInfo_HotelCheckInDayInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_HotelCheckInDayInfo proto.InternalMessageInfo - -func (m *HotelCheckInDayInfo) GetDayOfWeek() enums.DayOfWeekEnum_DayOfWeek { - if m != nil { - return m.DayOfWeek - } - return enums.DayOfWeekEnum_UNSPECIFIED -} - -// Criterion for Interaction Type. -type InteractionTypeInfo struct { - // The interaction type. - Type enums.InteractionTypeEnum_InteractionType `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.InteractionTypeEnum_InteractionType" json:"type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *InteractionTypeInfo) Reset() { *m = InteractionTypeInfo{} } -func (m *InteractionTypeInfo) String() string { return proto.CompactTextString(m) } -func (*InteractionTypeInfo) ProtoMessage() {} -func (*InteractionTypeInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{25} -} -func (m *InteractionTypeInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_InteractionTypeInfo.Unmarshal(m, b) -} -func (m *InteractionTypeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_InteractionTypeInfo.Marshal(b, m, deterministic) -} -func (dst *InteractionTypeInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_InteractionTypeInfo.Merge(dst, src) -} -func (m *InteractionTypeInfo) XXX_Size() int { - return xxx_messageInfo_InteractionTypeInfo.Size(m) -} -func (m *InteractionTypeInfo) XXX_DiscardUnknown() { - xxx_messageInfo_InteractionTypeInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_InteractionTypeInfo proto.InternalMessageInfo - -func (m *InteractionTypeInfo) GetType() enums.InteractionTypeEnum_InteractionType { - if m != nil { - return m.Type - } - return enums.InteractionTypeEnum_UNSPECIFIED -} - -// Represents an AdSchedule criterion. -// -// AdSchedule is specified as the day of the week and a time interval -// within which ads will be shown. -// -// No more than six AdSchedules can be added for the same day. -type AdScheduleInfo struct { - // Minutes after the start hour at which this schedule starts. - // - // This field is required for CREATE operations and is prohibited on UPDATE - // operations. - StartMinute enums.MinuteOfHourEnum_MinuteOfHour `protobuf:"varint,1,opt,name=start_minute,json=startMinute,proto3,enum=google.ads.googleads.v0.enums.MinuteOfHourEnum_MinuteOfHour" json:"start_minute,omitempty"` - // Minutes after the end hour at which this schedule ends. The schedule is - // exclusive of the end minute. - // - // This field is required for CREATE operations and is prohibited on UPDATE - // operations. - EndMinute enums.MinuteOfHourEnum_MinuteOfHour `protobuf:"varint,2,opt,name=end_minute,json=endMinute,proto3,enum=google.ads.googleads.v0.enums.MinuteOfHourEnum_MinuteOfHour" json:"end_minute,omitempty"` - // Starting hour in 24 hour time. - // This field must be between 0 and 23, inclusive. - // - // This field is required for CREATE operations and is prohibited on UPDATE - // operations. - StartHour *wrappers.Int32Value `protobuf:"bytes,3,opt,name=start_hour,json=startHour,proto3" json:"start_hour,omitempty"` - // Ending hour in 24 hour time; 24 signifies end of the day. - // This field must be between 0 and 24, inclusive. - // - // This field is required for CREATE operations and is prohibited on UPDATE - // operations. - EndHour *wrappers.Int32Value `protobuf:"bytes,4,opt,name=end_hour,json=endHour,proto3" json:"end_hour,omitempty"` - // Day of the week the schedule applies to. - // - // This field is required for CREATE operations and is prohibited on UPDATE - // operations. - DayOfWeek enums.DayOfWeekEnum_DayOfWeek `protobuf:"varint,5,opt,name=day_of_week,json=dayOfWeek,proto3,enum=google.ads.googleads.v0.enums.DayOfWeekEnum_DayOfWeek" json:"day_of_week,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdScheduleInfo) Reset() { *m = AdScheduleInfo{} } -func (m *AdScheduleInfo) String() string { return proto.CompactTextString(m) } -func (*AdScheduleInfo) ProtoMessage() {} -func (*AdScheduleInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{26} -} -func (m *AdScheduleInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdScheduleInfo.Unmarshal(m, b) -} -func (m *AdScheduleInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdScheduleInfo.Marshal(b, m, deterministic) -} -func (dst *AdScheduleInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdScheduleInfo.Merge(dst, src) -} -func (m *AdScheduleInfo) XXX_Size() int { - return xxx_messageInfo_AdScheduleInfo.Size(m) -} -func (m *AdScheduleInfo) XXX_DiscardUnknown() { - xxx_messageInfo_AdScheduleInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_AdScheduleInfo proto.InternalMessageInfo - -func (m *AdScheduleInfo) GetStartMinute() enums.MinuteOfHourEnum_MinuteOfHour { - if m != nil { - return m.StartMinute - } - return enums.MinuteOfHourEnum_UNSPECIFIED -} - -func (m *AdScheduleInfo) GetEndMinute() enums.MinuteOfHourEnum_MinuteOfHour { - if m != nil { - return m.EndMinute - } - return enums.MinuteOfHourEnum_UNSPECIFIED -} - -func (m *AdScheduleInfo) GetStartHour() *wrappers.Int32Value { - if m != nil { - return m.StartHour - } - return nil -} - -func (m *AdScheduleInfo) GetEndHour() *wrappers.Int32Value { - if m != nil { - return m.EndHour - } - return nil -} - -func (m *AdScheduleInfo) GetDayOfWeek() enums.DayOfWeekEnum_DayOfWeek { - if m != nil { - return m.DayOfWeek - } - return enums.DayOfWeekEnum_UNSPECIFIED -} - -// An age range criterion. -type AgeRangeInfo struct { - // Type of the age range. - Type enums.AgeRangeTypeEnum_AgeRangeType `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.AgeRangeTypeEnum_AgeRangeType" json:"type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AgeRangeInfo) Reset() { *m = AgeRangeInfo{} } -func (m *AgeRangeInfo) String() string { return proto.CompactTextString(m) } -func (*AgeRangeInfo) ProtoMessage() {} -func (*AgeRangeInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{27} -} -func (m *AgeRangeInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AgeRangeInfo.Unmarshal(m, b) -} -func (m *AgeRangeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AgeRangeInfo.Marshal(b, m, deterministic) -} -func (dst *AgeRangeInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_AgeRangeInfo.Merge(dst, src) -} -func (m *AgeRangeInfo) XXX_Size() int { - return xxx_messageInfo_AgeRangeInfo.Size(m) -} -func (m *AgeRangeInfo) XXX_DiscardUnknown() { - xxx_messageInfo_AgeRangeInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_AgeRangeInfo proto.InternalMessageInfo - -func (m *AgeRangeInfo) GetType() enums.AgeRangeTypeEnum_AgeRangeType { - if m != nil { - return m.Type - } - return enums.AgeRangeTypeEnum_UNSPECIFIED -} - -// A gender criterion. -type GenderInfo struct { - // Type of the gender. - Type enums.GenderTypeEnum_GenderType `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.GenderTypeEnum_GenderType" json:"type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GenderInfo) Reset() { *m = GenderInfo{} } -func (m *GenderInfo) String() string { return proto.CompactTextString(m) } -func (*GenderInfo) ProtoMessage() {} -func (*GenderInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{28} -} -func (m *GenderInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GenderInfo.Unmarshal(m, b) -} -func (m *GenderInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GenderInfo.Marshal(b, m, deterministic) -} -func (dst *GenderInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_GenderInfo.Merge(dst, src) -} -func (m *GenderInfo) XXX_Size() int { - return xxx_messageInfo_GenderInfo.Size(m) -} -func (m *GenderInfo) XXX_DiscardUnknown() { - xxx_messageInfo_GenderInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_GenderInfo proto.InternalMessageInfo - -func (m *GenderInfo) GetType() enums.GenderTypeEnum_GenderType { - if m != nil { - return m.Type - } - return enums.GenderTypeEnum_UNSPECIFIED -} - -// An income range criterion. -type IncomeRangeInfo struct { - // Type of the income range. - Type enums.IncomeRangeTypeEnum_IncomeRangeType `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.IncomeRangeTypeEnum_IncomeRangeType" json:"type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *IncomeRangeInfo) Reset() { *m = IncomeRangeInfo{} } -func (m *IncomeRangeInfo) String() string { return proto.CompactTextString(m) } -func (*IncomeRangeInfo) ProtoMessage() {} -func (*IncomeRangeInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{29} -} -func (m *IncomeRangeInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_IncomeRangeInfo.Unmarshal(m, b) -} -func (m *IncomeRangeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_IncomeRangeInfo.Marshal(b, m, deterministic) -} -func (dst *IncomeRangeInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_IncomeRangeInfo.Merge(dst, src) -} -func (m *IncomeRangeInfo) XXX_Size() int { - return xxx_messageInfo_IncomeRangeInfo.Size(m) -} -func (m *IncomeRangeInfo) XXX_DiscardUnknown() { - xxx_messageInfo_IncomeRangeInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_IncomeRangeInfo proto.InternalMessageInfo - -func (m *IncomeRangeInfo) GetType() enums.IncomeRangeTypeEnum_IncomeRangeType { - if m != nil { - return m.Type - } - return enums.IncomeRangeTypeEnum_UNSPECIFIED -} - -// A parental status criterion. -type ParentalStatusInfo struct { - // Type of the parental status. - Type enums.ParentalStatusTypeEnum_ParentalStatusType `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.ParentalStatusTypeEnum_ParentalStatusType" json:"type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ParentalStatusInfo) Reset() { *m = ParentalStatusInfo{} } -func (m *ParentalStatusInfo) String() string { return proto.CompactTextString(m) } -func (*ParentalStatusInfo) ProtoMessage() {} -func (*ParentalStatusInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{30} -} -func (m *ParentalStatusInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ParentalStatusInfo.Unmarshal(m, b) -} -func (m *ParentalStatusInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ParentalStatusInfo.Marshal(b, m, deterministic) -} -func (dst *ParentalStatusInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ParentalStatusInfo.Merge(dst, src) -} -func (m *ParentalStatusInfo) XXX_Size() int { - return xxx_messageInfo_ParentalStatusInfo.Size(m) -} -func (m *ParentalStatusInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ParentalStatusInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ParentalStatusInfo proto.InternalMessageInfo - -func (m *ParentalStatusInfo) GetType() enums.ParentalStatusTypeEnum_ParentalStatusType { - if m != nil { - return m.Type - } - return enums.ParentalStatusTypeEnum_UNSPECIFIED -} - -// A YouTube Video criterion. -type YouTubeVideoInfo struct { - // YouTube video id as it appears on the YouTube watch page. - VideoId *wrappers.StringValue `protobuf:"bytes,1,opt,name=video_id,json=videoId,proto3" json:"video_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *YouTubeVideoInfo) Reset() { *m = YouTubeVideoInfo{} } -func (m *YouTubeVideoInfo) String() string { return proto.CompactTextString(m) } -func (*YouTubeVideoInfo) ProtoMessage() {} -func (*YouTubeVideoInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{31} -} -func (m *YouTubeVideoInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_YouTubeVideoInfo.Unmarshal(m, b) -} -func (m *YouTubeVideoInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_YouTubeVideoInfo.Marshal(b, m, deterministic) -} -func (dst *YouTubeVideoInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_YouTubeVideoInfo.Merge(dst, src) -} -func (m *YouTubeVideoInfo) XXX_Size() int { - return xxx_messageInfo_YouTubeVideoInfo.Size(m) -} -func (m *YouTubeVideoInfo) XXX_DiscardUnknown() { - xxx_messageInfo_YouTubeVideoInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_YouTubeVideoInfo proto.InternalMessageInfo - -func (m *YouTubeVideoInfo) GetVideoId() *wrappers.StringValue { - if m != nil { - return m.VideoId - } - return nil -} - -// A YouTube Channel criterion. -type YouTubeChannelInfo struct { - // The YouTube uploader channel id or the channel code of a YouTube channel. - ChannelId *wrappers.StringValue `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *YouTubeChannelInfo) Reset() { *m = YouTubeChannelInfo{} } -func (m *YouTubeChannelInfo) String() string { return proto.CompactTextString(m) } -func (*YouTubeChannelInfo) ProtoMessage() {} -func (*YouTubeChannelInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{32} -} -func (m *YouTubeChannelInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_YouTubeChannelInfo.Unmarshal(m, b) -} -func (m *YouTubeChannelInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_YouTubeChannelInfo.Marshal(b, m, deterministic) -} -func (dst *YouTubeChannelInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_YouTubeChannelInfo.Merge(dst, src) -} -func (m *YouTubeChannelInfo) XXX_Size() int { - return xxx_messageInfo_YouTubeChannelInfo.Size(m) -} -func (m *YouTubeChannelInfo) XXX_DiscardUnknown() { - xxx_messageInfo_YouTubeChannelInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_YouTubeChannelInfo proto.InternalMessageInfo - -func (m *YouTubeChannelInfo) GetChannelId() *wrappers.StringValue { - if m != nil { - return m.ChannelId - } - return nil -} - -// A User List criterion. Represents a user list that is defined by the -// advertiser to be targeted. -type UserListInfo struct { - // The User List resource name. - UserList *wrappers.StringValue `protobuf:"bytes,1,opt,name=user_list,json=userList,proto3" json:"user_list,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListInfo) Reset() { *m = UserListInfo{} } -func (m *UserListInfo) String() string { return proto.CompactTextString(m) } -func (*UserListInfo) ProtoMessage() {} -func (*UserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{33} -} -func (m *UserListInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListInfo.Unmarshal(m, b) -} -func (m *UserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListInfo.Marshal(b, m, deterministic) -} -func (dst *UserListInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListInfo.Merge(dst, src) -} -func (m *UserListInfo) XXX_Size() int { - return xxx_messageInfo_UserListInfo.Size(m) -} -func (m *UserListInfo) XXX_DiscardUnknown() { - xxx_messageInfo_UserListInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListInfo proto.InternalMessageInfo - -func (m *UserListInfo) GetUserList() *wrappers.StringValue { - if m != nil { - return m.UserList - } - return nil -} - -// A Proximity criterion. The geo point and radius determine what geographical -// area is included. The address is a description of the geo point that does -// not affect ad serving. -// -// There are two ways to create a proximity. First, by setting an address -// and radius. The geo point will be automatically computed. Second, by -// setting a geo point and radius. The address is an optional label that won't -// be validated. -type ProximityInfo struct { - // Latitude and longitude. - GeoPoint *GeoPointInfo `protobuf:"bytes,1,opt,name=geo_point,json=geoPoint,proto3" json:"geo_point,omitempty"` - // The radius of the proximity. - Radius *wrappers.DoubleValue `protobuf:"bytes,2,opt,name=radius,proto3" json:"radius,omitempty"` - // The unit of measurement of the radius. Default is KILOMETERS. - RadiusUnits enums.ProximityRadiusUnitsEnum_ProximityRadiusUnits `protobuf:"varint,3,opt,name=radius_units,json=radiusUnits,proto3,enum=google.ads.googleads.v0.enums.ProximityRadiusUnitsEnum_ProximityRadiusUnits" json:"radius_units,omitempty"` - // Full address. - Address *AddressInfo `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ProximityInfo) Reset() { *m = ProximityInfo{} } -func (m *ProximityInfo) String() string { return proto.CompactTextString(m) } -func (*ProximityInfo) ProtoMessage() {} -func (*ProximityInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{34} -} -func (m *ProximityInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ProximityInfo.Unmarshal(m, b) -} -func (m *ProximityInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ProximityInfo.Marshal(b, m, deterministic) -} -func (dst *ProximityInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ProximityInfo.Merge(dst, src) -} -func (m *ProximityInfo) XXX_Size() int { - return xxx_messageInfo_ProximityInfo.Size(m) -} -func (m *ProximityInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ProximityInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ProximityInfo proto.InternalMessageInfo - -func (m *ProximityInfo) GetGeoPoint() *GeoPointInfo { - if m != nil { - return m.GeoPoint - } - return nil -} - -func (m *ProximityInfo) GetRadius() *wrappers.DoubleValue { - if m != nil { - return m.Radius - } - return nil -} - -func (m *ProximityInfo) GetRadiusUnits() enums.ProximityRadiusUnitsEnum_ProximityRadiusUnits { - if m != nil { - return m.RadiusUnits - } - return enums.ProximityRadiusUnitsEnum_UNSPECIFIED -} - -func (m *ProximityInfo) GetAddress() *AddressInfo { - if m != nil { - return m.Address - } - return nil -} - -// Geo point for proximity criterion. -type GeoPointInfo struct { - // Micro degrees for the longitude. - LongitudeInMicroDegrees *wrappers.Int32Value `protobuf:"bytes,1,opt,name=longitude_in_micro_degrees,json=longitudeInMicroDegrees,proto3" json:"longitude_in_micro_degrees,omitempty"` - // Micro degrees for the latitude. - LatitudeInMicroDegrees *wrappers.Int32Value `protobuf:"bytes,2,opt,name=latitude_in_micro_degrees,json=latitudeInMicroDegrees,proto3" json:"latitude_in_micro_degrees,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GeoPointInfo) Reset() { *m = GeoPointInfo{} } -func (m *GeoPointInfo) String() string { return proto.CompactTextString(m) } -func (*GeoPointInfo) ProtoMessage() {} -func (*GeoPointInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{35} -} -func (m *GeoPointInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GeoPointInfo.Unmarshal(m, b) -} -func (m *GeoPointInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GeoPointInfo.Marshal(b, m, deterministic) -} -func (dst *GeoPointInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_GeoPointInfo.Merge(dst, src) -} -func (m *GeoPointInfo) XXX_Size() int { - return xxx_messageInfo_GeoPointInfo.Size(m) -} -func (m *GeoPointInfo) XXX_DiscardUnknown() { - xxx_messageInfo_GeoPointInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_GeoPointInfo proto.InternalMessageInfo - -func (m *GeoPointInfo) GetLongitudeInMicroDegrees() *wrappers.Int32Value { - if m != nil { - return m.LongitudeInMicroDegrees - } - return nil -} - -func (m *GeoPointInfo) GetLatitudeInMicroDegrees() *wrappers.Int32Value { - if m != nil { - return m.LatitudeInMicroDegrees - } - return nil -} - -// Address for proximity criterion. -type AddressInfo struct { - // Postal code. - PostalCode *wrappers.StringValue `protobuf:"bytes,1,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"` - // Province or state code. - ProvinceCode *wrappers.StringValue `protobuf:"bytes,2,opt,name=province_code,json=provinceCode,proto3" json:"province_code,omitempty"` - // Country code. - CountryCode *wrappers.StringValue `protobuf:"bytes,3,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"` - // Province or state name. - ProvinceName *wrappers.StringValue `protobuf:"bytes,4,opt,name=province_name,json=provinceName,proto3" json:"province_name,omitempty"` - // Street address line 1. - StreetAddress *wrappers.StringValue `protobuf:"bytes,5,opt,name=street_address,json=streetAddress,proto3" json:"street_address,omitempty"` - // Street address line 2. This field is write-only. It is only used for - // calculating the longitude and latitude of an address when geo_point is - // empty. - StreetAddress2 *wrappers.StringValue `protobuf:"bytes,6,opt,name=street_address2,json=streetAddress2,proto3" json:"street_address2,omitempty"` - // Name of the city. - CityName *wrappers.StringValue `protobuf:"bytes,7,opt,name=city_name,json=cityName,proto3" json:"city_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AddressInfo) Reset() { *m = AddressInfo{} } -func (m *AddressInfo) String() string { return proto.CompactTextString(m) } -func (*AddressInfo) ProtoMessage() {} -func (*AddressInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{36} -} -func (m *AddressInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AddressInfo.Unmarshal(m, b) -} -func (m *AddressInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AddressInfo.Marshal(b, m, deterministic) -} -func (dst *AddressInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_AddressInfo.Merge(dst, src) -} -func (m *AddressInfo) XXX_Size() int { - return xxx_messageInfo_AddressInfo.Size(m) -} -func (m *AddressInfo) XXX_DiscardUnknown() { - xxx_messageInfo_AddressInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_AddressInfo proto.InternalMessageInfo - -func (m *AddressInfo) GetPostalCode() *wrappers.StringValue { - if m != nil { - return m.PostalCode - } - return nil -} - -func (m *AddressInfo) GetProvinceCode() *wrappers.StringValue { - if m != nil { - return m.ProvinceCode - } - return nil -} - -func (m *AddressInfo) GetCountryCode() *wrappers.StringValue { - if m != nil { - return m.CountryCode - } - return nil -} - -func (m *AddressInfo) GetProvinceName() *wrappers.StringValue { - if m != nil { - return m.ProvinceName - } - return nil -} - -func (m *AddressInfo) GetStreetAddress() *wrappers.StringValue { - if m != nil { - return m.StreetAddress - } - return nil -} - -func (m *AddressInfo) GetStreetAddress2() *wrappers.StringValue { - if m != nil { - return m.StreetAddress2 - } - return nil -} - -func (m *AddressInfo) GetCityName() *wrappers.StringValue { - if m != nil { - return m.CityName - } - return nil -} - -// A topic criterion. Use topics to target or exclude placements in the -// Google Display Network based on the category into which the placement falls -// (for example, "Pets & Animals/Pets/Dogs"). -type TopicInfo struct { - // The Topic Constant resource name. - TopicConstant *wrappers.StringValue `protobuf:"bytes,1,opt,name=topic_constant,json=topicConstant,proto3" json:"topic_constant,omitempty"` - // The category to target or exclude. Each subsequent element in the array - // describes a more specific sub-category. For example, - // "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs" - // category. - Path []*wrappers.StringValue `protobuf:"bytes,2,rep,name=path,proto3" json:"path,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TopicInfo) Reset() { *m = TopicInfo{} } -func (m *TopicInfo) String() string { return proto.CompactTextString(m) } -func (*TopicInfo) ProtoMessage() {} -func (*TopicInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{37} -} -func (m *TopicInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TopicInfo.Unmarshal(m, b) -} -func (m *TopicInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TopicInfo.Marshal(b, m, deterministic) -} -func (dst *TopicInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_TopicInfo.Merge(dst, src) -} -func (m *TopicInfo) XXX_Size() int { - return xxx_messageInfo_TopicInfo.Size(m) -} -func (m *TopicInfo) XXX_DiscardUnknown() { - xxx_messageInfo_TopicInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_TopicInfo proto.InternalMessageInfo - -func (m *TopicInfo) GetTopicConstant() *wrappers.StringValue { - if m != nil { - return m.TopicConstant - } - return nil -} - -func (m *TopicInfo) GetPath() []*wrappers.StringValue { - if m != nil { - return m.Path - } - return nil -} - -// A language criterion. -type LanguageInfo struct { - // The language constant resource name. - LanguageConstant *wrappers.StringValue `protobuf:"bytes,1,opt,name=language_constant,json=languageConstant,proto3" json:"language_constant,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *LanguageInfo) Reset() { *m = LanguageInfo{} } -func (m *LanguageInfo) String() string { return proto.CompactTextString(m) } -func (*LanguageInfo) ProtoMessage() {} -func (*LanguageInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{38} -} -func (m *LanguageInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_LanguageInfo.Unmarshal(m, b) -} -func (m *LanguageInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_LanguageInfo.Marshal(b, m, deterministic) -} -func (dst *LanguageInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_LanguageInfo.Merge(dst, src) -} -func (m *LanguageInfo) XXX_Size() int { - return xxx_messageInfo_LanguageInfo.Size(m) -} -func (m *LanguageInfo) XXX_DiscardUnknown() { - xxx_messageInfo_LanguageInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_LanguageInfo proto.InternalMessageInfo - -func (m *LanguageInfo) GetLanguageConstant() *wrappers.StringValue { - if m != nil { - return m.LanguageConstant - } - return nil -} - -// An IpBlock criterion used for IP exclusions. We allow: -// - IPv4 and IPv6 addresses -// - individual addresses (192.168.0.1) -// - masks for individual addresses (192.168.0.1/32) -// - masks for Class C networks (192.168.0.1/24) -type IpBlockInfo struct { - // The IP address of this IP block. - IpAddress *wrappers.StringValue `protobuf:"bytes,1,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *IpBlockInfo) Reset() { *m = IpBlockInfo{} } -func (m *IpBlockInfo) String() string { return proto.CompactTextString(m) } -func (*IpBlockInfo) ProtoMessage() {} -func (*IpBlockInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{39} -} -func (m *IpBlockInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_IpBlockInfo.Unmarshal(m, b) -} -func (m *IpBlockInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_IpBlockInfo.Marshal(b, m, deterministic) -} -func (dst *IpBlockInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_IpBlockInfo.Merge(dst, src) -} -func (m *IpBlockInfo) XXX_Size() int { - return xxx_messageInfo_IpBlockInfo.Size(m) -} -func (m *IpBlockInfo) XXX_DiscardUnknown() { - xxx_messageInfo_IpBlockInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_IpBlockInfo proto.InternalMessageInfo - -func (m *IpBlockInfo) GetIpAddress() *wrappers.StringValue { - if m != nil { - return m.IpAddress - } - return nil -} - -// Content Label for category exclusion. -type ContentLabelInfo struct { - // Content label type, required for CREATE operations. - Type enums.ContentLabelTypeEnum_ContentLabelType `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.ContentLabelTypeEnum_ContentLabelType" json:"type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ContentLabelInfo) Reset() { *m = ContentLabelInfo{} } -func (m *ContentLabelInfo) String() string { return proto.CompactTextString(m) } -func (*ContentLabelInfo) ProtoMessage() {} -func (*ContentLabelInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{40} -} -func (m *ContentLabelInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ContentLabelInfo.Unmarshal(m, b) -} -func (m *ContentLabelInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ContentLabelInfo.Marshal(b, m, deterministic) -} -func (dst *ContentLabelInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ContentLabelInfo.Merge(dst, src) -} -func (m *ContentLabelInfo) XXX_Size() int { - return xxx_messageInfo_ContentLabelInfo.Size(m) -} -func (m *ContentLabelInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ContentLabelInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ContentLabelInfo proto.InternalMessageInfo - -func (m *ContentLabelInfo) GetType() enums.ContentLabelTypeEnum_ContentLabelType { - if m != nil { - return m.Type - } - return enums.ContentLabelTypeEnum_UNSPECIFIED -} - -// Represents a Carrier Criterion. -type CarrierInfo struct { - // The Carrier constant resource name. - CarrierConstant *wrappers.StringValue `protobuf:"bytes,1,opt,name=carrier_constant,json=carrierConstant,proto3" json:"carrier_constant,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CarrierInfo) Reset() { *m = CarrierInfo{} } -func (m *CarrierInfo) String() string { return proto.CompactTextString(m) } -func (*CarrierInfo) ProtoMessage() {} -func (*CarrierInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{41} -} -func (m *CarrierInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CarrierInfo.Unmarshal(m, b) -} -func (m *CarrierInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CarrierInfo.Marshal(b, m, deterministic) -} -func (dst *CarrierInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_CarrierInfo.Merge(dst, src) -} -func (m *CarrierInfo) XXX_Size() int { - return xxx_messageInfo_CarrierInfo.Size(m) -} -func (m *CarrierInfo) XXX_DiscardUnknown() { - xxx_messageInfo_CarrierInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_CarrierInfo proto.InternalMessageInfo - -func (m *CarrierInfo) GetCarrierConstant() *wrappers.StringValue { - if m != nil { - return m.CarrierConstant - } - return nil -} - -// Represents a particular interest-based topic to be targeted. -type UserInterestInfo struct { - // The UserInterest resource name. - UserInterestCategory *wrappers.StringValue `protobuf:"bytes,1,opt,name=user_interest_category,json=userInterestCategory,proto3" json:"user_interest_category,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserInterestInfo) Reset() { *m = UserInterestInfo{} } -func (m *UserInterestInfo) String() string { return proto.CompactTextString(m) } -func (*UserInterestInfo) ProtoMessage() {} -func (*UserInterestInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{42} -} -func (m *UserInterestInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserInterestInfo.Unmarshal(m, b) -} -func (m *UserInterestInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserInterestInfo.Marshal(b, m, deterministic) -} -func (dst *UserInterestInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserInterestInfo.Merge(dst, src) -} -func (m *UserInterestInfo) XXX_Size() int { - return xxx_messageInfo_UserInterestInfo.Size(m) -} -func (m *UserInterestInfo) XXX_DiscardUnknown() { - xxx_messageInfo_UserInterestInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_UserInterestInfo proto.InternalMessageInfo - -func (m *UserInterestInfo) GetUserInterestCategory() *wrappers.StringValue { - if m != nil { - return m.UserInterestCategory - } - return nil -} - -// Represents a criterion for targeting webpages of an advertiser's website. -type WebpageInfo struct { - // The name of the criterion that is defined by this parameter. The name value - // will be used for identifying, sorting and filtering criteria with this type - // of parameters. - // - // This field is required for CREATE operations and is prohibited on UPDATE - // operations. - CriterionName *wrappers.StringValue `protobuf:"bytes,1,opt,name=criterion_name,json=criterionName,proto3" json:"criterion_name,omitempty"` - // Conditions, or logical expressions, for webpage targeting. The list of - // webpage targeting conditions are and-ed together when evaluated - // for targeting. - // - // This field is required for CREATE operations and is prohibited on UPDATE - // operations. - Conditions []*WebpageConditionInfo `protobuf:"bytes,2,rep,name=conditions,proto3" json:"conditions,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *WebpageInfo) Reset() { *m = WebpageInfo{} } -func (m *WebpageInfo) String() string { return proto.CompactTextString(m) } -func (*WebpageInfo) ProtoMessage() {} -func (*WebpageInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{43} -} -func (m *WebpageInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_WebpageInfo.Unmarshal(m, b) -} -func (m *WebpageInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_WebpageInfo.Marshal(b, m, deterministic) -} -func (dst *WebpageInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_WebpageInfo.Merge(dst, src) -} -func (m *WebpageInfo) XXX_Size() int { - return xxx_messageInfo_WebpageInfo.Size(m) -} -func (m *WebpageInfo) XXX_DiscardUnknown() { - xxx_messageInfo_WebpageInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_WebpageInfo proto.InternalMessageInfo - -func (m *WebpageInfo) GetCriterionName() *wrappers.StringValue { - if m != nil { - return m.CriterionName - } - return nil -} - -func (m *WebpageInfo) GetConditions() []*WebpageConditionInfo { - if m != nil { - return m.Conditions - } - return nil -} - -// Logical expression for targeting webpages of an advertiser's website. -type WebpageConditionInfo struct { - // Operand of webpage targeting condition. - Operand enums.WebpageConditionOperandEnum_WebpageConditionOperand `protobuf:"varint,1,opt,name=operand,proto3,enum=google.ads.googleads.v0.enums.WebpageConditionOperandEnum_WebpageConditionOperand" json:"operand,omitempty"` - // Operator of webpage targeting condition. - Operator enums.WebpageConditionOperatorEnum_WebpageConditionOperator `protobuf:"varint,2,opt,name=operator,proto3,enum=google.ads.googleads.v0.enums.WebpageConditionOperatorEnum_WebpageConditionOperator" json:"operator,omitempty"` - // Argument of webpage targeting condition. - Argument *wrappers.StringValue `protobuf:"bytes,3,opt,name=argument,proto3" json:"argument,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *WebpageConditionInfo) Reset() { *m = WebpageConditionInfo{} } -func (m *WebpageConditionInfo) String() string { return proto.CompactTextString(m) } -func (*WebpageConditionInfo) ProtoMessage() {} -func (*WebpageConditionInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{44} -} -func (m *WebpageConditionInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_WebpageConditionInfo.Unmarshal(m, b) -} -func (m *WebpageConditionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_WebpageConditionInfo.Marshal(b, m, deterministic) -} -func (dst *WebpageConditionInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_WebpageConditionInfo.Merge(dst, src) -} -func (m *WebpageConditionInfo) XXX_Size() int { - return xxx_messageInfo_WebpageConditionInfo.Size(m) -} -func (m *WebpageConditionInfo) XXX_DiscardUnknown() { - xxx_messageInfo_WebpageConditionInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_WebpageConditionInfo proto.InternalMessageInfo - -func (m *WebpageConditionInfo) GetOperand() enums.WebpageConditionOperandEnum_WebpageConditionOperand { - if m != nil { - return m.Operand - } - return enums.WebpageConditionOperandEnum_UNSPECIFIED -} - -func (m *WebpageConditionInfo) GetOperator() enums.WebpageConditionOperatorEnum_WebpageConditionOperator { - if m != nil { - return m.Operator - } - return enums.WebpageConditionOperatorEnum_UNSPECIFIED -} - -func (m *WebpageConditionInfo) GetArgument() *wrappers.StringValue { - if m != nil { - return m.Argument - } - return nil -} - -// Represents an operating system version to be targeted. -type OperatingSystemVersionInfo struct { - // The operating system version constant resource name. - OperatingSystemVersionConstant *wrappers.StringValue `protobuf:"bytes,1,opt,name=operating_system_version_constant,json=operatingSystemVersionConstant,proto3" json:"operating_system_version_constant,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *OperatingSystemVersionInfo) Reset() { *m = OperatingSystemVersionInfo{} } -func (m *OperatingSystemVersionInfo) String() string { return proto.CompactTextString(m) } -func (*OperatingSystemVersionInfo) ProtoMessage() {} -func (*OperatingSystemVersionInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{45} -} -func (m *OperatingSystemVersionInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_OperatingSystemVersionInfo.Unmarshal(m, b) -} -func (m *OperatingSystemVersionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_OperatingSystemVersionInfo.Marshal(b, m, deterministic) -} -func (dst *OperatingSystemVersionInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_OperatingSystemVersionInfo.Merge(dst, src) -} -func (m *OperatingSystemVersionInfo) XXX_Size() int { - return xxx_messageInfo_OperatingSystemVersionInfo.Size(m) -} -func (m *OperatingSystemVersionInfo) XXX_DiscardUnknown() { - xxx_messageInfo_OperatingSystemVersionInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_OperatingSystemVersionInfo proto.InternalMessageInfo - -func (m *OperatingSystemVersionInfo) GetOperatingSystemVersionConstant() *wrappers.StringValue { - if m != nil { - return m.OperatingSystemVersionConstant - } - return nil -} - -// An app payment model criterion. -type AppPaymentModelInfo struct { - // Type of the app payment model. - Type enums.AppPaymentModelTypeEnum_AppPaymentModelType `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.AppPaymentModelTypeEnum_AppPaymentModelType" json:"type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AppPaymentModelInfo) Reset() { *m = AppPaymentModelInfo{} } -func (m *AppPaymentModelInfo) String() string { return proto.CompactTextString(m) } -func (*AppPaymentModelInfo) ProtoMessage() {} -func (*AppPaymentModelInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_5ef391d45f8aa883, []int{46} -} -func (m *AppPaymentModelInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AppPaymentModelInfo.Unmarshal(m, b) -} -func (m *AppPaymentModelInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AppPaymentModelInfo.Marshal(b, m, deterministic) -} -func (dst *AppPaymentModelInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_AppPaymentModelInfo.Merge(dst, src) -} -func (m *AppPaymentModelInfo) XXX_Size() int { - return xxx_messageInfo_AppPaymentModelInfo.Size(m) -} -func (m *AppPaymentModelInfo) XXX_DiscardUnknown() { - xxx_messageInfo_AppPaymentModelInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_AppPaymentModelInfo proto.InternalMessageInfo - -func (m *AppPaymentModelInfo) GetType() enums.AppPaymentModelTypeEnum_AppPaymentModelType { - if m != nil { - return m.Type - } - return enums.AppPaymentModelTypeEnum_UNSPECIFIED -} - -func init() { - proto.RegisterType((*KeywordInfo)(nil), "google.ads.googleads.v0.common.KeywordInfo") - proto.RegisterType((*PlacementInfo)(nil), "google.ads.googleads.v0.common.PlacementInfo") - proto.RegisterType((*MobileAppCategoryInfo)(nil), "google.ads.googleads.v0.common.MobileAppCategoryInfo") - proto.RegisterType((*LocationInfo)(nil), "google.ads.googleads.v0.common.LocationInfo") - proto.RegisterType((*DeviceInfo)(nil), "google.ads.googleads.v0.common.DeviceInfo") - proto.RegisterType((*PreferredContentInfo)(nil), "google.ads.googleads.v0.common.PreferredContentInfo") - proto.RegisterType((*ListingGroupInfo)(nil), "google.ads.googleads.v0.common.ListingGroupInfo") - proto.RegisterType((*ListingScopeInfo)(nil), "google.ads.googleads.v0.common.ListingScopeInfo") - proto.RegisterType((*ListingDimensionInfo)(nil), "google.ads.googleads.v0.common.ListingDimensionInfo") - proto.RegisterType((*ListingBrandInfo)(nil), "google.ads.googleads.v0.common.ListingBrandInfo") - proto.RegisterType((*HotelIdInfo)(nil), "google.ads.googleads.v0.common.HotelIdInfo") - proto.RegisterType((*HotelClassInfo)(nil), "google.ads.googleads.v0.common.HotelClassInfo") - proto.RegisterType((*HotelCountryRegionInfo)(nil), "google.ads.googleads.v0.common.HotelCountryRegionInfo") - proto.RegisterType((*HotelStateInfo)(nil), "google.ads.googleads.v0.common.HotelStateInfo") - proto.RegisterType((*HotelCityInfo)(nil), "google.ads.googleads.v0.common.HotelCityInfo") - proto.RegisterType((*ListingCustomAttributeInfo)(nil), "google.ads.googleads.v0.common.ListingCustomAttributeInfo") - proto.RegisterType((*ProductChannelInfo)(nil), "google.ads.googleads.v0.common.ProductChannelInfo") - proto.RegisterType((*ProductChannelExclusivityInfo)(nil), "google.ads.googleads.v0.common.ProductChannelExclusivityInfo") - proto.RegisterType((*ProductConditionInfo)(nil), "google.ads.googleads.v0.common.ProductConditionInfo") - proto.RegisterType((*ProductOfferIdInfo)(nil), "google.ads.googleads.v0.common.ProductOfferIdInfo") - proto.RegisterType((*ProductTypeInfo)(nil), "google.ads.googleads.v0.common.ProductTypeInfo") - proto.RegisterType((*HotelDateSelectionTypeInfo)(nil), "google.ads.googleads.v0.common.HotelDateSelectionTypeInfo") - proto.RegisterType((*HotelAdvanceBookingWindowInfo)(nil), "google.ads.googleads.v0.common.HotelAdvanceBookingWindowInfo") - proto.RegisterType((*HotelLengthOfStayInfo)(nil), "google.ads.googleads.v0.common.HotelLengthOfStayInfo") - proto.RegisterType((*HotelCheckInDayInfo)(nil), "google.ads.googleads.v0.common.HotelCheckInDayInfo") - proto.RegisterType((*InteractionTypeInfo)(nil), "google.ads.googleads.v0.common.InteractionTypeInfo") - proto.RegisterType((*AdScheduleInfo)(nil), "google.ads.googleads.v0.common.AdScheduleInfo") - proto.RegisterType((*AgeRangeInfo)(nil), "google.ads.googleads.v0.common.AgeRangeInfo") - proto.RegisterType((*GenderInfo)(nil), "google.ads.googleads.v0.common.GenderInfo") - proto.RegisterType((*IncomeRangeInfo)(nil), "google.ads.googleads.v0.common.IncomeRangeInfo") - proto.RegisterType((*ParentalStatusInfo)(nil), "google.ads.googleads.v0.common.ParentalStatusInfo") - proto.RegisterType((*YouTubeVideoInfo)(nil), "google.ads.googleads.v0.common.YouTubeVideoInfo") - proto.RegisterType((*YouTubeChannelInfo)(nil), "google.ads.googleads.v0.common.YouTubeChannelInfo") - proto.RegisterType((*UserListInfo)(nil), "google.ads.googleads.v0.common.UserListInfo") - proto.RegisterType((*ProximityInfo)(nil), "google.ads.googleads.v0.common.ProximityInfo") - proto.RegisterType((*GeoPointInfo)(nil), "google.ads.googleads.v0.common.GeoPointInfo") - proto.RegisterType((*AddressInfo)(nil), "google.ads.googleads.v0.common.AddressInfo") - proto.RegisterType((*TopicInfo)(nil), "google.ads.googleads.v0.common.TopicInfo") - proto.RegisterType((*LanguageInfo)(nil), "google.ads.googleads.v0.common.LanguageInfo") - proto.RegisterType((*IpBlockInfo)(nil), "google.ads.googleads.v0.common.IpBlockInfo") - proto.RegisterType((*ContentLabelInfo)(nil), "google.ads.googleads.v0.common.ContentLabelInfo") - proto.RegisterType((*CarrierInfo)(nil), "google.ads.googleads.v0.common.CarrierInfo") - proto.RegisterType((*UserInterestInfo)(nil), "google.ads.googleads.v0.common.UserInterestInfo") - proto.RegisterType((*WebpageInfo)(nil), "google.ads.googleads.v0.common.WebpageInfo") - proto.RegisterType((*WebpageConditionInfo)(nil), "google.ads.googleads.v0.common.WebpageConditionInfo") - proto.RegisterType((*OperatingSystemVersionInfo)(nil), "google.ads.googleads.v0.common.OperatingSystemVersionInfo") - proto.RegisterType((*AppPaymentModelInfo)(nil), "google.ads.googleads.v0.common.AppPaymentModelInfo") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/criteria.proto", fileDescriptor_criteria_5ef391d45f8aa883) -} - -var fileDescriptor_criteria_5ef391d45f8aa883 = []byte{ - // 2476 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x5a, 0xdd, 0x72, 0xe4, 0x46, - 0xf5, 0xff, 0xcf, 0x78, 0x1d, 0x7b, 0xce, 0x8c, 0xbd, 0x8e, 0x76, 0xe3, 0xff, 0xac, 0xf3, 0x51, - 0x41, 0x57, 0x29, 0x20, 0x63, 0xe3, 0x5d, 0x96, 0x65, 0xc2, 0xb2, 0x8c, 0xc7, 0x8b, 0x3d, 0x89, - 0x77, 0xd7, 0x91, 0x1d, 0x3b, 0x59, 0x9c, 0x28, 0x6d, 0xa9, 0xad, 0x11, 0x2b, 0x75, 0xab, 0xa4, - 0xd6, 0xac, 0x87, 0x1b, 0xaa, 0xa8, 0xa2, 0xb8, 0xe4, 0x1e, 0xae, 0xa0, 0xb8, 0x00, 0xae, 0x78, - 0x04, 0x8a, 0x2b, 0x8a, 0x47, 0xe0, 0x09, 0x28, 0x9e, 0x82, 0xea, 0x2f, 0x8d, 0xe6, 0xc3, 0x96, - 0xc6, 0x95, 0x2b, 0x8f, 0x8e, 0xce, 0xef, 0x77, 0x4e, 0xf7, 0xe9, 0x3e, 0x7d, 0xfa, 0xc8, 0xf0, - 0xa1, 0x47, 0xa9, 0x17, 0xe0, 0x4d, 0xe4, 0x26, 0x9b, 0xf2, 0x27, 0xff, 0x35, 0xd8, 0xda, 0x74, - 0x68, 0x18, 0x52, 0xb2, 0xe9, 0xc4, 0x3e, 0xc3, 0xb1, 0x8f, 0x5a, 0x51, 0x4c, 0x19, 0x35, 0xde, - 0x93, 0x3a, 0x2d, 0xe4, 0x26, 0xad, 0x4c, 0xbd, 0x35, 0xd8, 0x6a, 0x49, 0xf5, 0x8d, 0xed, 0xab, - 0xe8, 0x30, 0x49, 0xc3, 0x64, 0x13, 0x79, 0xd8, 0x8e, 0x11, 0xf1, 0xb0, 0xcd, 0x86, 0x11, 0x96, - 0x9c, 0x1b, 0xed, 0x02, 0x4c, 0x14, 0xd9, 0x11, 0x1a, 0x86, 0x98, 0x30, 0x3b, 0xa4, 0x2e, 0x0e, - 0xf2, 0xd8, 0x87, 0xd7, 0x63, 0x1d, 0x4a, 0x18, 0xc7, 0x05, 0xe8, 0x7c, 0x1c, 0xb7, 0x79, 0x3d, - 0xce, 0x45, 0x43, 0x9b, 0x5e, 0xd8, 0xaf, 0x31, 0x7e, 0xa5, 0x00, 0xdf, 0x2e, 0x00, 0xe0, 0x81, - 0xef, 0x94, 0x24, 0xf7, 0x30, 0x71, 0x71, 0x9c, 0xf7, 0xe6, 0xf1, 0xf5, 0x80, 0x3e, 0x65, 0x38, - 0xb0, 0x5d, 0xc4, 0xb0, 0x9d, 0xe0, 0x00, 0x3b, 0xcc, 0xa7, 0x24, 0x0f, 0xff, 0xfe, 0xf5, 0x70, - 0x9f, 0x38, 0x34, 0x9c, 0x31, 0xef, 0x0f, 0x8a, 0x60, 0x0c, 0xc7, 0x68, 0xca, 0x58, 0xc1, 0x8c, - 0xbf, 0xc2, 0xc3, 0xd7, 0x34, 0x76, 0xed, 0x10, 0x31, 0xa7, 0x9f, 0xc7, 0xed, 0x5c, 0x8f, 0x0b, - 0xfc, 0x84, 0xf9, 0xc4, 0xb3, 0x9d, 0x34, 0x61, 0x34, 0xb4, 0x11, 0x63, 0xb1, 0x7f, 0x9e, 0x32, - 0x6c, 0xfb, 0xc4, 0xc5, 0x97, 0xe5, 0x6c, 0x6b, 0x0e, 0x2f, 0xa6, 0x69, 0x94, 0xb7, 0x5d, 0xb0, - 0x2a, 0x43, 0x9f, 0x70, 0x4b, 0xf4, 0xc2, 0xee, 0xd3, 0x34, 0x56, 0x98, 0x47, 0xd7, 0x63, 0x22, - 0x14, 0x63, 0xc2, 0x50, 0x60, 0x27, 0x0c, 0xb1, 0x34, 0x99, 0x63, 0x3d, 0x47, 0x31, 0xbe, 0xc0, - 0x71, 0x8c, 0x5d, 0x5b, 0xaf, 0xce, 0x1c, 0xf6, 0x7e, 0x11, 0x96, 0xba, 0xa9, 0xc3, 0x6c, 0xa7, - 0x8f, 0x08, 0xc1, 0x81, 0x02, 0x3d, 0x99, 0x0b, 0x64, 0xe3, 0x4b, 0x27, 0x48, 0x13, 0x7f, 0xe0, - 0xb3, 0x61, 0xb9, 0x05, 0x94, 0x11, 0x50, 0xe2, 0xfa, 0x7c, 0x3d, 0x94, 0x0b, 0x87, 0x86, 0xf1, - 0xe1, 0xd9, 0x01, 0x1e, 0x64, 0xfe, 0x16, 0x4e, 0x10, 0xbd, 0xf4, 0x43, 0x9f, 0x0d, 0xed, 0x18, - 0xb9, 0x7e, 0x9a, 0xd8, 0x29, 0xf1, 0x59, 0x52, 0x6e, 0xab, 0xbc, 0xc6, 0xe7, 0x11, 0x4f, 0x32, - 0x99, 0xab, 0x36, 0x8d, 0x70, 0x8c, 0x88, 0xab, 0xe0, 0x3f, 0xbe, 0x11, 0x9c, 0x51, 0xbd, 0x2a, - 0x54, 0xfe, 0xdb, 0x14, 0x4f, 0xe7, 0xe9, 0xc5, 0xe6, 0xeb, 0x18, 0x45, 0x11, 0x8e, 0x95, 0x7b, - 0xe6, 0x9f, 0x2a, 0x50, 0xff, 0x44, 0x6e, 0x81, 0x1e, 0xb9, 0xa0, 0xc6, 0x16, 0xdc, 0x62, 0xf8, - 0x92, 0x35, 0x2b, 0xef, 0x57, 0x3e, 0xa8, 0x6f, 0xbf, 0xa3, 0x72, 0x66, 0x4b, 0xc3, 0x5b, 0x47, - 0x2c, 0xf6, 0x89, 0x77, 0x82, 0x82, 0x14, 0x5b, 0x42, 0xd3, 0x70, 0x00, 0x46, 0x7b, 0xa7, 0x59, - 0x7d, 0xbf, 0xf2, 0xc1, 0xea, 0xf6, 0x6e, 0xeb, 0xaa, 0xb4, 0x2b, 0xdc, 0x6e, 0x29, 0x8b, 0xcf, - 0x38, 0xee, 0x78, 0x18, 0xe1, 0xa7, 0x24, 0x0d, 0xa7, 0x84, 0x56, 0x2d, 0xd4, 0x3f, 0xcd, 0x27, - 0xb0, 0x72, 0x18, 0x20, 0x07, 0xf3, 0xa4, 0x2a, 0xfc, 0x6c, 0xc1, 0x42, 0x1a, 0x07, 0xa5, 0xdc, - 0xe4, 0x8a, 0xe6, 0x00, 0xde, 0x7a, 0x46, 0xcf, 0xfd, 0x00, 0x77, 0xa2, 0xa8, 0x8b, 0x18, 0xf6, - 0x68, 0x3c, 0x14, 0x44, 0x5f, 0xc2, 0x3b, 0xa1, 0x78, 0x61, 0xf3, 0xbc, 0xed, 0xa8, 0x57, 0x7c, - 0x42, 0x13, 0x86, 0x48, 0xb9, 0x89, 0xb8, 0x17, 0x4e, 0x52, 0x77, 0x15, 0xdc, 0x3c, 0x83, 0xc6, - 0x01, 0x75, 0x10, 0x0f, 0x8d, 0x30, 0x77, 0x00, 0x77, 0x3c, 0x4c, 0x6d, 0x86, 0x62, 0x0f, 0xb3, - 0xf9, 0xac, 0xbc, 0xe9, 0x61, 0x7a, 0x2c, 0x70, 0x19, 0xbb, 0x05, 0xb0, 0x2b, 0x12, 0xb9, 0xe0, - 0xde, 0x85, 0x5b, 0x22, 0x06, 0x15, 0x11, 0x83, 0xad, 0x82, 0x18, 0x48, 0xa0, 0x98, 0x79, 0xf9, - 0xd3, 0x12, 0x68, 0xf3, 0x12, 0xee, 0x1e, 0xea, 0x1d, 0xdf, 0x95, 0x1b, 0x5e, 0xb0, 0x7f, 0xad, - 0xd8, 0x65, 0x84, 0x0f, 0x0a, 0xd8, 0x27, 0x29, 0xb2, 0x28, 0xcf, 0x7a, 0xa1, 0x2c, 0xff, 0xae, - 0x0a, 0x6b, 0x07, 0x32, 0x25, 0xee, 0xf1, 0x8c, 0x28, 0xcc, 0x7e, 0x3e, 0x36, 0xa8, 0xa2, 0x85, - 0x95, 0x87, 0x67, 0x26, 0x27, 0x85, 0xd2, 0x9c, 0x71, 0x04, 0xe0, 0xa0, 0x04, 0xdb, 0x03, 0x3e, - 0xbb, 0x62, 0x58, 0xf5, 0xed, 0x07, 0xad, 0xeb, 0xeb, 0x05, 0xcd, 0xb5, 0xeb, 0x87, 0x98, 0x24, - 0x2a, 0xa8, 0x56, 0x8d, 0xf3, 0x88, 0x20, 0x19, 0xa7, 0x70, 0x4f, 0x66, 0x5a, 0x1b, 0xb9, 0x2a, - 0xaf, 0xab, 0x8a, 0x84, 0x92, 0xe6, 0x42, 0x89, 0x28, 0xaf, 0x4b, 0x78, 0xc7, 0x15, 0xee, 0x76, - 0x35, 0xd6, 0xec, 0x67, 0x73, 0x73, 0xe4, 0xd0, 0x48, 0x06, 0xfc, 0x18, 0xc0, 0xd5, 0x8e, 0x24, - 0xcd, 0xea, 0xfb, 0x0b, 0x37, 0x1e, 0x41, 0x8e, 0xc7, 0xfc, 0x7d, 0x0d, 0xee, 0xce, 0x52, 0x32, - 0x4e, 0x61, 0x45, 0x9f, 0x58, 0xe7, 0x3c, 0x45, 0xa9, 0x55, 0xbb, 0x55, 0xd2, 0xe2, 0x0e, 0xc7, - 0x70, 0xa2, 0xfd, 0xff, 0xb3, 0x1a, 0x41, 0x4e, 0x66, 0xec, 0xc3, 0xb2, 0x2c, 0x19, 0x7c, 0x57, - 0xc5, 0xe1, 0x3b, 0x45, 0x9c, 0xfb, 0x5c, 0xbf, 0xa7, 0xe9, 0x96, 0xfa, 0xf2, 0xd1, 0xf8, 0x14, - 0xea, 0x92, 0xc9, 0x09, 0x50, 0x92, 0xa8, 0x09, 0x6f, 0x95, 0x22, 0xeb, 0x72, 0x84, 0xe2, 0x83, - 0x7e, 0x26, 0x31, 0x7e, 0x0e, 0x77, 0x15, 0x25, 0x4d, 0x09, 0x8b, 0x87, 0x76, 0x8c, 0x3d, 0x1e, - 0xcc, 0x5b, 0x82, 0xfb, 0x61, 0x39, 0x6e, 0x09, 0xb5, 0x04, 0x52, 0xd9, 0x30, 0xfa, 0x53, 0x6f, - 0x46, 0xee, 0xf3, 0x43, 0x1a, 0x37, 0x17, 0xe7, 0x70, 0xff, 0x88, 0x23, 0xc6, 0xdc, 0x17, 0x12, - 0xe3, 0x39, 0x80, 0x72, 0xdf, 0x67, 0xc3, 0xe6, 0x1b, 0x82, 0xf1, 0xc3, 0x72, 0x4e, 0xfb, 0x6c, - 0xa8, 0x08, 0x6b, 0x7d, 0x2d, 0x30, 0x06, 0xd0, 0xbc, 0xaa, 0xf4, 0x69, 0x2e, 0x09, 0xf6, 0x76, - 0xc9, 0xf5, 0xd0, 0x15, 0xf0, 0x8e, 0x46, 0x2b, 0x53, 0xeb, 0xc1, 0xcc, 0xb7, 0xc6, 0x97, 0x70, - 0x7b, 0xa2, 0x2e, 0x68, 0x2e, 0x0b, 0x73, 0xdb, 0x45, 0xe6, 0x0e, 0x25, 0xac, 0x2b, 0x51, 0xca, - 0xcc, 0x6a, 0x34, 0x26, 0x35, 0x7e, 0x09, 0x6f, 0x5f, 0x53, 0x76, 0x34, 0x6b, 0xc2, 0xd4, 0xe3, - 0xf9, 0x4c, 0x3d, 0x1d, 0x11, 0x28, 0xab, 0xf7, 0xa2, 0xab, 0x14, 0x0c, 0x07, 0xde, 0x9c, 0x2a, - 0x5b, 0x9a, 0x50, 0x2e, 0x29, 0x69, 0xb3, 0x1a, 0xa7, 0xac, 0xad, 0x45, 0x13, 0x72, 0xe3, 0x2b, - 0xd0, 0x32, 0x9b, 0x5e, 0x5c, 0xe0, 0x98, 0x6f, 0xb8, 0xfa, 0x5c, 0xb3, 0xf8, 0x82, 0xc3, 0xb2, - 0x7d, 0xa7, 0x67, 0x51, 0x49, 0x8d, 0x63, 0x68, 0xe4, 0x8b, 0xa8, 0x66, 0x43, 0x70, 0x6f, 0x96, - 0xe4, 0xe6, 0xb9, 0x59, 0x11, 0xd7, 0xa3, 0x91, 0x68, 0xa7, 0x0e, 0xb5, 0x2c, 0x3d, 0x99, 0x3f, - 0xcd, 0xf2, 0x60, 0x96, 0x4f, 0x8c, 0x6d, 0x58, 0x94, 0x49, 0xbc, 0xcc, 0x31, 0x2a, 0x55, 0xcd, - 0x0e, 0xd4, 0x73, 0x39, 0xe4, 0x46, 0x14, 0x5d, 0x58, 0x1d, 0xcf, 0x1c, 0xc6, 0xf7, 0xc6, 0x59, - 0xde, 0x9e, 0x62, 0xe9, 0x11, 0xf6, 0xf0, 0xc1, 0x18, 0x49, 0x04, 0xeb, 0xb3, 0x53, 0x84, 0x71, - 0x02, 0xcd, 0xf1, 0x94, 0x93, 0x3b, 0x49, 0xca, 0x78, 0xb9, 0xee, 0xe4, 0x29, 0x47, 0x27, 0xc9, - 0xa9, 0x72, 0x3b, 0xcb, 0x18, 0xc6, 0x53, 0xb8, 0x2d, 0x12, 0xce, 0x9c, 0x06, 0x56, 0x05, 0x68, - 0x44, 0x7c, 0x0c, 0x2b, 0x63, 0x89, 0xc3, 0xe8, 0xc2, 0x2a, 0xcf, 0x3a, 0x73, 0xd2, 0xae, 0x70, - 0xcc, 0x88, 0xf5, 0x1f, 0x15, 0xd8, 0xb8, 0x3a, 0x63, 0xdc, 0x24, 0x70, 0x46, 0x04, 0x8b, 0xe2, - 0x96, 0xa6, 0x6a, 0x99, 0x97, 0xe5, 0x8a, 0x8a, 0x29, 0xeb, 0x2e, 0xbe, 0xcc, 0xd7, 0x17, 0xb3, - 0xde, 0x5b, 0xd2, 0x90, 0x19, 0x81, 0x31, 0x9d, 0x86, 0x8c, 0x97, 0xb0, 0xa4, 0x73, 0x99, 0x2c, - 0x6f, 0x7e, 0x52, 0x58, 0x55, 0x8d, 0xa5, 0x0f, 0x59, 0x4f, 0xe5, 0x45, 0x96, 0x26, 0x34, 0xff, - 0x52, 0x81, 0x77, 0xaf, 0x4d, 0x47, 0xc6, 0x6f, 0x2a, 0x70, 0x67, 0x56, 0xae, 0x93, 0xae, 0x9c, - 0xcc, 0xe7, 0xca, 0x08, 0x3f, 0xc3, 0xab, 0xdc, 0x5b, 0xcb, 0x70, 0xa6, 0x64, 0xe6, 0x2f, 0x78, - 0xc9, 0x39, 0x9d, 0xc2, 0x8c, 0x73, 0xa8, 0x8d, 0x72, 0x61, 0xb9, 0x02, 0x70, 0x92, 0x67, 0xcc, - 0x1b, 0x2d, 0xb4, 0x46, 0xb4, 0xe6, 0x7e, 0x16, 0x99, 0x5c, 0x6a, 0xbb, 0x51, 0x3a, 0xf8, 0x43, - 0x05, 0x6e, 0x4f, 0x64, 0xb2, 0x1b, 0xad, 0xce, 0x97, 0xb0, 0x28, 0x2e, 0x9f, 0x25, 0xef, 0x52, - 0x39, 0x93, 0x07, 0x1c, 0x96, 0x1f, 0x71, 0x26, 0xb4, 0x24, 0xa5, 0xf9, 0xab, 0x0a, 0x6c, 0x88, - 0x3d, 0xba, 0x8b, 0x18, 0x3e, 0xd2, 0xbd, 0x99, 0xcc, 0x5d, 0x77, 0xac, 0xd8, 0x3e, 0x2c, 0xb0, - 0x3c, 0x9b, 0x48, 0xd8, 0x9f, 0xfd, 0x4a, 0xd5, 0xf9, 0xbf, 0xad, 0xc0, 0xbb, 0x42, 0xa1, 0xe3, - 0x0e, 0x10, 0x71, 0xf0, 0x0e, 0xa5, 0xaf, 0x7c, 0xe2, 0x9d, 0xfa, 0xc4, 0xa5, 0xaf, 0x85, 0x1f, - 0x0f, 0x61, 0x39, 0xf4, 0x89, 0xed, 0xa2, 0x61, 0x52, 0x26, 0x95, 0x2e, 0x85, 0x3e, 0xd9, 0x45, - 0xc3, 0x44, 0xe0, 0xd0, 0xa5, 0xc4, 0x55, 0xcb, 0xe0, 0xd0, 0x25, 0xc7, 0x71, 0x8f, 0xde, 0x12, - 0x1e, 0x1d, 0x60, 0xe2, 0xb1, 0xfe, 0x8b, 0x8b, 0x23, 0x86, 0xe4, 0x26, 0x69, 0x03, 0x70, 0x4f, - 0x88, 0xef, 0xf5, 0x59, 0x29, 0x5f, 0x6a, 0xa1, 0x4f, 0x9e, 0x0b, 0x6d, 0x81, 0x45, 0x97, 0x1a, - 0x5b, 0x2d, 0x83, 0x45, 0x97, 0x12, 0x6b, 0x86, 0x70, 0x47, 0xe6, 0xd2, 0x3e, 0x76, 0x5e, 0xf5, - 0xf8, 0xe8, 0xd4, 0x99, 0x50, 0xcf, 0xb5, 0xfa, 0x54, 0x9c, 0x1e, 0x16, 0xdd, 0xf4, 0xd0, 0xf0, - 0xc5, 0xc5, 0x29, 0xc6, 0xaf, 0xe4, 0x65, 0x4f, 0x3f, 0x59, 0x35, 0x57, 0xff, 0xe4, 0xe6, 0x7a, - 0xa3, 0xf6, 0x59, 0xb6, 0x1e, 0x4e, 0xc6, 0xd6, 0xc3, 0x4e, 0x81, 0x9d, 0x09, 0x06, 0x61, 0x6d, - 0x42, 0xa6, 0x6f, 0x7a, 0x0b, 0xb0, 0xda, 0x71, 0x8f, 0x9c, 0x3e, 0x76, 0xd3, 0x40, 0x9a, 0xb2, - 0xa1, 0x91, 0x30, 0x14, 0x33, 0x5b, 0x36, 0xb7, 0x94, 0xc9, 0x1f, 0x15, 0x98, 0x7c, 0x26, 0x94, - 0x5f, 0x5c, 0xec, 0xd3, 0x34, 0x16, 0xf6, 0xf2, 0x02, 0xab, 0x2e, 0x18, 0xa5, 0xc8, 0xf8, 0x19, - 0x00, 0x26, 0xae, 0xa6, 0xaf, 0x7e, 0x03, 0xf4, 0x35, 0x4c, 0x5c, 0x45, 0xde, 0x06, 0x90, 0xde, - 0xf7, 0x69, 0x1a, 0xab, 0x6b, 0xc7, 0xcc, 0x50, 0xdf, 0xdf, 0x56, 0xa1, 0x16, 0xea, 0x9c, 0x86, - 0x2f, 0x5a, 0xee, 0x98, 0x40, 0xde, 0x2a, 0x46, 0x2e, 0x61, 0xe2, 0x0a, 0xdc, 0xc4, 0x5a, 0x58, - 0xfc, 0xa6, 0xd6, 0xc2, 0xd7, 0xd0, 0xe8, 0x78, 0xd8, 0x42, 0xc4, 0x93, 0x91, 0x39, 0x1c, 0x5b, - 0x04, 0x45, 0x53, 0xa6, 0xa1, 0xd9, 0x0a, 0xc8, 0x0b, 0x54, 0xf8, 0x5f, 0x02, 0xec, 0x89, 0x9e, - 0xb2, 0x6a, 0x89, 0xe4, 0xf9, 0x1f, 0x15, 0xf0, 0x4b, 0x60, 0xc6, 0x3e, 0x7a, 0x54, 0xdc, 0x3e, - 0xdc, 0xee, 0x89, 0xfe, 0xf1, 0x68, 0x00, 0xf3, 0xae, 0xe2, 0x0c, 0x9d, 0x5b, 0xc5, 0x63, 0x32, - 0x65, 0x2a, 0x06, 0xe3, 0x50, 0x75, 0x55, 0x8f, 0x44, 0x53, 0x55, 0x58, 0x3b, 0x1b, 0xb3, 0xb6, - 0x5f, 0x94, 0xbd, 0xc7, 0x08, 0x46, 0x5d, 0x92, 0x29, 0xb1, 0xb2, 0xf9, 0x09, 0xac, 0x7d, 0x41, - 0xd3, 0xe3, 0xf4, 0x1c, 0x9f, 0xf8, 0x2e, 0xa6, 0xc2, 0xe2, 0x0f, 0x60, 0x79, 0xc0, 0x1f, 0x78, - 0x35, 0x5f, 0xe6, 0x9c, 0x59, 0x12, 0xda, 0x3d, 0xd7, 0xfc, 0x14, 0x0c, 0x45, 0x96, 0xaf, 0x4a, - 0x3e, 0x02, 0xd0, 0x65, 0x41, 0x49, 0xc2, 0x9a, 0xd2, 0xef, 0xb9, 0x66, 0x0f, 0x1a, 0x9f, 0x25, - 0x38, 0xe6, 0x25, 0x91, 0x20, 0xfb, 0x21, 0xd4, 0xd2, 0x04, 0xc7, 0x36, 0xbf, 0xd5, 0x95, 0xe2, - 0x5a, 0x4e, 0x15, 0xdc, 0xfc, 0x67, 0x15, 0x56, 0x0e, 0x75, 0x6b, 0x55, 0x90, 0xf5, 0xa0, 0xe6, - 0x61, 0x6a, 0x47, 0xd4, 0xcf, 0x5a, 0x66, 0xdf, 0x2d, 0xba, 0x5b, 0xec, 0x61, 0x7a, 0xc8, 0xf5, - 0x45, 0x9b, 0x63, 0xd9, 0x53, 0x4f, 0xc6, 0x03, 0x78, 0x43, 0x36, 0x6b, 0x55, 0x5e, 0x9e, 0x76, - 0x6a, 0x97, 0xa6, 0xe7, 0x81, 0xec, 0xea, 0x58, 0x4a, 0xd7, 0xa0, 0xd0, 0xc8, 0xb7, 0x78, 0xc5, - 0x46, 0x2f, 0xd3, 0x0b, 0x53, 0x83, 0xb0, 0x04, 0xf6, 0x33, 0x0e, 0xd5, 0xa7, 0xf4, 0xd4, 0x0b, - 0xab, 0x1e, 0x8f, 0x1e, 0x8c, 0xa7, 0xb0, 0x84, 0x5c, 0x37, 0xc6, 0x49, 0xa2, 0x52, 0x43, 0x61, - 0x63, 0xa4, 0x23, 0xd5, 0xc5, 0x70, 0x35, 0xd6, 0xfc, 0x7b, 0x05, 0x1a, 0xf9, 0x89, 0x30, 0x3e, - 0x87, 0x8d, 0x80, 0x12, 0xcf, 0x67, 0xa9, 0x8b, 0x6d, 0x9f, 0xd8, 0xa1, 0xef, 0xc4, 0xd4, 0x76, - 0xb1, 0x17, 0x63, 0x7c, 0xed, 0x31, 0xa7, 0xb3, 0xd0, 0xff, 0x67, 0xf0, 0x1e, 0x79, 0xc6, 0xc1, - 0xbb, 0x12, 0x6b, 0x9c, 0xc0, 0xbd, 0x00, 0xb1, 0x2b, 0x88, 0xab, 0xc5, 0xc4, 0xeb, 0x1a, 0x3d, - 0xce, 0x6b, 0xfe, 0x7b, 0x01, 0xea, 0xb9, 0xb1, 0x19, 0x8f, 0xa1, 0x1e, 0xd1, 0x84, 0xa1, 0xc0, - 0x76, 0xa8, 0x5b, 0xae, 0xbe, 0x02, 0x09, 0xe8, 0x52, 0x17, 0x1b, 0x1d, 0x58, 0x89, 0x62, 0x3a, - 0xf0, 0x89, 0x83, 0x25, 0x41, 0xb5, 0x04, 0x41, 0x43, 0x43, 0x04, 0xc5, 0x13, 0x68, 0xe8, 0xfb, - 0x99, 0x60, 0x28, 0xd3, 0xdd, 0xab, 0x2b, 0xc4, 0x94, 0x0f, 0x04, 0x85, 0x58, 0x85, 0xb8, 0xa4, - 0x0f, 0xcf, 0x51, 0x88, 0xf9, 0x0d, 0x2b, 0x61, 0x31, 0xc6, 0xcc, 0xd6, 0xcb, 0x64, 0xb1, 0xcc, - 0x0d, 0x4b, 0x62, 0xd4, 0x74, 0xca, 0xeb, 0x5f, 0x9e, 0x64, 0x5b, 0xf5, 0x89, 0x0a, 0xaf, 0x7f, - 0x39, 0x96, 0x6d, 0xbe, 0xd5, 0xc5, 0x6d, 0x4f, 0x0c, 0x65, 0xa9, 0xcc, 0x56, 0xe7, 0xea, 0x7c, - 0x18, 0xbc, 0x2c, 0xad, 0x1d, 0xd3, 0xc8, 0x77, 0xf4, 0xb5, 0x91, 0xf1, 0x87, 0xf9, 0xda, 0xe3, - 0x2b, 0x02, 0xa3, 0x5b, 0xe3, 0xc6, 0x16, 0xdc, 0x8a, 0x10, 0xeb, 0xab, 0xae, 0x68, 0xc1, 0x87, - 0x0c, 0xae, 0x69, 0x7e, 0x01, 0x8d, 0x03, 0x44, 0xbc, 0x14, 0xa9, 0x63, 0xa3, 0x07, 0x6f, 0x06, - 0xea, 0x79, 0x3e, 0x4f, 0xd6, 0x34, 0x2c, 0xeb, 0xd3, 0x7f, 0x0c, 0xf5, 0x5e, 0xb4, 0x13, 0x50, - 0x5e, 0xca, 0xc9, 0x0c, 0xeb, 0x47, 0x59, 0xc4, 0x4a, 0x65, 0x58, 0x3f, 0x52, 0xf3, 0x6c, 0x06, - 0xb0, 0xa6, 0x5a, 0xe7, 0x07, 0xe8, 0x5c, 0xa5, 0xec, 0xf9, 0x9a, 0xe4, 0x79, 0x78, 0x76, 0xe2, - 0x4c, 0x0a, 0xd5, 0x79, 0x73, 0x02, 0xf5, 0x2e, 0x8a, 0x63, 0x5f, 0x9d, 0xd5, 0x7b, 0xb0, 0xe6, - 0xc8, 0xc7, 0xf9, 0xa6, 0xe4, 0xb6, 0x42, 0x65, 0x33, 0x72, 0x01, 0x6b, 0xfc, 0x9c, 0x10, 0xe5, - 0x21, 0x56, 0x67, 0x85, 0x05, 0xeb, 0xe2, 0xac, 0xf0, 0x95, 0x30, 0xfb, 0x1a, 0x53, 0xca, 0xc4, - 0xdd, 0x34, 0xc7, 0xa7, 0xbf, 0xc3, 0x98, 0x7f, 0xae, 0x40, 0xfd, 0x54, 0x7e, 0x24, 0xcb, 0x5a, - 0x12, 0xba, 0xb5, 0x20, 0x57, 0x6a, 0xb9, 0x96, 0x84, 0xc6, 0x88, 0x5d, 0x77, 0x0c, 0x90, 0x5d, - 0x20, 0x4b, 0xf7, 0xdd, 0x95, 0x17, 0x63, 0x37, 0x5c, 0x2b, 0xc7, 0x63, 0xfe, 0xad, 0x0a, 0x77, - 0x67, 0x29, 0x19, 0x01, 0x2c, 0xa9, 0x8f, 0x82, 0x2a, 0xc0, 0x56, 0x41, 0x80, 0x27, 0x59, 0x5e, - 0x48, 0xb4, 0x88, 0xf3, 0x15, 0xef, 0x2c, 0x6d, 0xc2, 0x88, 0x60, 0x59, 0x7f, 0x43, 0x54, 0x55, - 0xf2, 0xf1, 0x4d, 0xcc, 0x31, 0x1a, 0x5f, 0x6d, 0x8f, 0xd1, 0xd8, 0xca, 0xac, 0x18, 0x8f, 0x60, - 0x19, 0xc5, 0x5e, 0x1a, 0x62, 0xc2, 0x4a, 0x25, 0xd1, 0x4c, 0xdb, 0xfc, 0x75, 0x05, 0x36, 0x24, - 0xa1, 0x4f, 0xbc, 0xa3, 0x61, 0xc2, 0x70, 0x78, 0x82, 0xe3, 0xec, 0x83, 0x85, 0x07, 0xdf, 0xa2, - 0xfa, 0xad, 0x9d, 0x88, 0xd7, 0xf6, 0x40, 0xbe, 0x9f, 0x6f, 0xf9, 0xbe, 0x47, 0x67, 0x1a, 0xc9, - 0x56, 0x73, 0x0a, 0x77, 0x3a, 0x51, 0x74, 0x28, 0xff, 0xe9, 0xe3, 0x19, 0x75, 0xd5, 0xb6, 0xfc, - 0x6a, 0x6c, 0x5b, 0x7e, 0x5c, 0x54, 0x39, 0x8f, 0x33, 0x8c, 0x0a, 0xe8, 0x69, 0xb9, 0xdc, 0x9c, - 0x3b, 0xff, 0xa9, 0x80, 0xe9, 0xd0, 0xb0, 0x60, 0xe5, 0xed, 0xac, 0xa8, 0x66, 0x1a, 0x3a, 0xe4, - 0x63, 0x3b, 0xac, 0xbc, 0xdc, 0x55, 0x00, 0x8f, 0xf2, 0x4c, 0xd5, 0xa2, 0xb1, 0xb7, 0xe9, 0x61, - 0x22, 0x46, 0xae, 0x3f, 0x32, 0x47, 0x7e, 0x72, 0xd5, 0xbf, 0xd8, 0x7c, 0x24, 0xff, 0xfc, 0xb1, - 0xba, 0xb0, 0xd7, 0xe9, 0xfc, 0xb5, 0xfa, 0xde, 0x9e, 0x24, 0xeb, 0xb8, 0x49, 0x4b, 0xfe, 0xe4, - 0xbf, 0x4e, 0xb6, 0x5a, 0x5d, 0xa1, 0xf6, 0x2f, 0xad, 0x70, 0xd6, 0x71, 0x93, 0xb3, 0x4c, 0xe1, - 0xec, 0x64, 0xeb, 0x4c, 0x2a, 0xfc, 0xb7, 0x6a, 0x4a, 0x69, 0xbb, 0xdd, 0x71, 0x93, 0x76, 0x3b, - 0x53, 0x69, 0xb7, 0x4f, 0xb6, 0xda, 0x6d, 0xa9, 0x74, 0xfe, 0x86, 0xf0, 0xee, 0xfe, 0xff, 0x02, - 0x00, 0x00, 0xff, 0xff, 0x7c, 0xcb, 0x76, 0xd7, 0xff, 0x23, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/criterion_category_availability.pb.go b/googleapis/ads/googleads/v0/common/criterion_category_availability.pb.go deleted file mode 100644 index ba8c4e9e58..0000000000 --- a/googleapis/ads/googleads/v0/common/criterion_category_availability.pb.go +++ /dev/null @@ -1,259 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/criterion_category_availability.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Information of category availability, per advertising channel. -type CriterionCategoryAvailability struct { - // Channel types and subtypes that are available to the category. - Channel *CriterionCategoryChannelAvailability `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"` - // Locales that are available to the category for the channel. - Locale []*CriterionCategoryLocaleAvailability `protobuf:"bytes,2,rep,name=locale,proto3" json:"locale,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CriterionCategoryAvailability) Reset() { *m = CriterionCategoryAvailability{} } -func (m *CriterionCategoryAvailability) String() string { return proto.CompactTextString(m) } -func (*CriterionCategoryAvailability) ProtoMessage() {} -func (*CriterionCategoryAvailability) Descriptor() ([]byte, []int) { - return fileDescriptor_criterion_category_availability_ca9b2d1ac0ee8f03, []int{0} -} -func (m *CriterionCategoryAvailability) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CriterionCategoryAvailability.Unmarshal(m, b) -} -func (m *CriterionCategoryAvailability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CriterionCategoryAvailability.Marshal(b, m, deterministic) -} -func (dst *CriterionCategoryAvailability) XXX_Merge(src proto.Message) { - xxx_messageInfo_CriterionCategoryAvailability.Merge(dst, src) -} -func (m *CriterionCategoryAvailability) XXX_Size() int { - return xxx_messageInfo_CriterionCategoryAvailability.Size(m) -} -func (m *CriterionCategoryAvailability) XXX_DiscardUnknown() { - xxx_messageInfo_CriterionCategoryAvailability.DiscardUnknown(m) -} - -var xxx_messageInfo_CriterionCategoryAvailability proto.InternalMessageInfo - -func (m *CriterionCategoryAvailability) GetChannel() *CriterionCategoryChannelAvailability { - if m != nil { - return m.Channel - } - return nil -} - -func (m *CriterionCategoryAvailability) GetLocale() []*CriterionCategoryLocaleAvailability { - if m != nil { - return m.Locale - } - return nil -} - -// Information of advertising channel type and subtypes a category is available -// in. -type CriterionCategoryChannelAvailability struct { - // Format of the channel availability. Can be ALL_CHANNELS (the rest of the - // fields will not be set), CHANNEL_TYPE (only advertising_channel_type type - // will be set, the category is available to all sub types under it) or - // CHANNEL_TYPE_AND_SUBTYPES (advertising_channel_type, - // advertising_channel_sub_type, and include_default_channel_sub_type will all - // be set). - AvailabilityMode enums.CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode `protobuf:"varint,1,opt,name=availability_mode,json=availabilityMode,proto3,enum=google.ads.googleads.v0.enums.CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode" json:"availability_mode,omitempty"` - // Channel type the category is available to. - AdvertisingChannelType enums.AdvertisingChannelTypeEnum_AdvertisingChannelType `protobuf:"varint,2,opt,name=advertising_channel_type,json=advertisingChannelType,proto3,enum=google.ads.googleads.v0.enums.AdvertisingChannelTypeEnum_AdvertisingChannelType" json:"advertising_channel_type,omitempty"` - // Channel subtypes under the channel type the category is available to. - AdvertisingChannelSubType []enums.AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType `protobuf:"varint,3,rep,packed,name=advertising_channel_sub_type,json=advertisingChannelSubType,proto3,enum=google.ads.googleads.v0.enums.AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType" json:"advertising_channel_sub_type,omitempty"` - // Whether default channel sub type is included. For example, - // advertising_channel_type being DISPLAY and include_default_channel_sub_type - // being false means that the default display campaign where channel sub type - // is not set is not included in this availability configuration. - IncludeDefaultChannelSubType *wrappers.BoolValue `protobuf:"bytes,4,opt,name=include_default_channel_sub_type,json=includeDefaultChannelSubType,proto3" json:"include_default_channel_sub_type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CriterionCategoryChannelAvailability) Reset() { *m = CriterionCategoryChannelAvailability{} } -func (m *CriterionCategoryChannelAvailability) String() string { return proto.CompactTextString(m) } -func (*CriterionCategoryChannelAvailability) ProtoMessage() {} -func (*CriterionCategoryChannelAvailability) Descriptor() ([]byte, []int) { - return fileDescriptor_criterion_category_availability_ca9b2d1ac0ee8f03, []int{1} -} -func (m *CriterionCategoryChannelAvailability) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CriterionCategoryChannelAvailability.Unmarshal(m, b) -} -func (m *CriterionCategoryChannelAvailability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CriterionCategoryChannelAvailability.Marshal(b, m, deterministic) -} -func (dst *CriterionCategoryChannelAvailability) XXX_Merge(src proto.Message) { - xxx_messageInfo_CriterionCategoryChannelAvailability.Merge(dst, src) -} -func (m *CriterionCategoryChannelAvailability) XXX_Size() int { - return xxx_messageInfo_CriterionCategoryChannelAvailability.Size(m) -} -func (m *CriterionCategoryChannelAvailability) XXX_DiscardUnknown() { - xxx_messageInfo_CriterionCategoryChannelAvailability.DiscardUnknown(m) -} - -var xxx_messageInfo_CriterionCategoryChannelAvailability proto.InternalMessageInfo - -func (m *CriterionCategoryChannelAvailability) GetAvailabilityMode() enums.CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode { - if m != nil { - return m.AvailabilityMode - } - return enums.CriterionCategoryChannelAvailabilityModeEnum_UNSPECIFIED -} - -func (m *CriterionCategoryChannelAvailability) GetAdvertisingChannelType() enums.AdvertisingChannelTypeEnum_AdvertisingChannelType { - if m != nil { - return m.AdvertisingChannelType - } - return enums.AdvertisingChannelTypeEnum_UNSPECIFIED -} - -func (m *CriterionCategoryChannelAvailability) GetAdvertisingChannelSubType() []enums.AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType { - if m != nil { - return m.AdvertisingChannelSubType - } - return nil -} - -func (m *CriterionCategoryChannelAvailability) GetIncludeDefaultChannelSubType() *wrappers.BoolValue { - if m != nil { - return m.IncludeDefaultChannelSubType - } - return nil -} - -// Information about which locales a category is available in. -type CriterionCategoryLocaleAvailability struct { - // Format of the locale availability. Can be LAUNCHED_TO_ALL (both country and - // language will be empty), COUNTRY (only country will be set), LANGUAGE (only - // language wil be set), COUNTRY_AND_LANGUAGE (both country and language will - // be set). - AvailabilityMode enums.CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode `protobuf:"varint,1,opt,name=availability_mode,json=availabilityMode,proto3,enum=google.ads.googleads.v0.enums.CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode" json:"availability_mode,omitempty"` - // Code of the country. - CountryCode *wrappers.StringValue `protobuf:"bytes,2,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"` - // Code of the language. - LanguageCode *wrappers.StringValue `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CriterionCategoryLocaleAvailability) Reset() { *m = CriterionCategoryLocaleAvailability{} } -func (m *CriterionCategoryLocaleAvailability) String() string { return proto.CompactTextString(m) } -func (*CriterionCategoryLocaleAvailability) ProtoMessage() {} -func (*CriterionCategoryLocaleAvailability) Descriptor() ([]byte, []int) { - return fileDescriptor_criterion_category_availability_ca9b2d1ac0ee8f03, []int{2} -} -func (m *CriterionCategoryLocaleAvailability) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CriterionCategoryLocaleAvailability.Unmarshal(m, b) -} -func (m *CriterionCategoryLocaleAvailability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CriterionCategoryLocaleAvailability.Marshal(b, m, deterministic) -} -func (dst *CriterionCategoryLocaleAvailability) XXX_Merge(src proto.Message) { - xxx_messageInfo_CriterionCategoryLocaleAvailability.Merge(dst, src) -} -func (m *CriterionCategoryLocaleAvailability) XXX_Size() int { - return xxx_messageInfo_CriterionCategoryLocaleAvailability.Size(m) -} -func (m *CriterionCategoryLocaleAvailability) XXX_DiscardUnknown() { - xxx_messageInfo_CriterionCategoryLocaleAvailability.DiscardUnknown(m) -} - -var xxx_messageInfo_CriterionCategoryLocaleAvailability proto.InternalMessageInfo - -func (m *CriterionCategoryLocaleAvailability) GetAvailabilityMode() enums.CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode { - if m != nil { - return m.AvailabilityMode - } - return enums.CriterionCategoryLocaleAvailabilityModeEnum_UNSPECIFIED -} - -func (m *CriterionCategoryLocaleAvailability) GetCountryCode() *wrappers.StringValue { - if m != nil { - return m.CountryCode - } - return nil -} - -func (m *CriterionCategoryLocaleAvailability) GetLanguageCode() *wrappers.StringValue { - if m != nil { - return m.LanguageCode - } - return nil -} - -func init() { - proto.RegisterType((*CriterionCategoryAvailability)(nil), "google.ads.googleads.v0.common.CriterionCategoryAvailability") - proto.RegisterType((*CriterionCategoryChannelAvailability)(nil), "google.ads.googleads.v0.common.CriterionCategoryChannelAvailability") - proto.RegisterType((*CriterionCategoryLocaleAvailability)(nil), "google.ads.googleads.v0.common.CriterionCategoryLocaleAvailability") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/criterion_category_availability.proto", fileDescriptor_criterion_category_availability_ca9b2d1ac0ee8f03) -} - -var fileDescriptor_criterion_category_availability_ca9b2d1ac0ee8f03 = []byte{ - // 595 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x95, 0xc1, 0x8e, 0xd3, 0x30, - 0x10, 0x86, 0x95, 0x74, 0xb5, 0x48, 0xee, 0xb2, 0x82, 0x1c, 0x50, 0xa9, 0xca, 0xaa, 0x0a, 0x1c, - 0x7a, 0x72, 0xaa, 0x72, 0x0b, 0x48, 0x90, 0xa6, 0x68, 0x2f, 0x20, 0xaa, 0x2e, 0xea, 0x01, 0x2a, - 0x22, 0x27, 0xf1, 0x86, 0x48, 0x8e, 0x1d, 0x25, 0x76, 0x51, 0x5f, 0x81, 0x17, 0xe0, 0x88, 0xe0, - 0xc8, 0xa3, 0xc0, 0x99, 0x1b, 0x4f, 0xc0, 0x3b, 0x20, 0xa1, 0xd8, 0x49, 0xe9, 0x6e, 0x9b, 0x6c, - 0x7b, 0xaa, 0xeb, 0x99, 0xf9, 0xe6, 0x9f, 0xc9, 0xd8, 0x06, 0x93, 0x88, 0xb1, 0x88, 0x60, 0x0b, - 0x85, 0xb9, 0xa5, 0x96, 0xc5, 0x6a, 0x39, 0xb4, 0x02, 0x96, 0x24, 0x8c, 0x5a, 0x41, 0x16, 0x73, - 0x9c, 0xc5, 0x8c, 0x7a, 0x01, 0xe2, 0x38, 0x62, 0xd9, 0xca, 0x43, 0x4b, 0x14, 0x13, 0xe4, 0xc7, - 0x24, 0xe6, 0x2b, 0x98, 0x66, 0x8c, 0x33, 0xe3, 0x4c, 0x85, 0x42, 0x14, 0xe6, 0x70, 0x4d, 0x81, - 0xcb, 0x21, 0x54, 0x94, 0xee, 0xf3, 0xba, 0x2c, 0x98, 0x8a, 0x24, 0xb7, 0x50, 0xb8, 0xc4, 0x19, - 0x8f, 0xf3, 0x98, 0x46, 0x5e, 0xf0, 0x01, 0x51, 0x8a, 0x89, 0x97, 0x0b, 0xdf, 0xe3, 0xab, 0x14, - 0xab, 0x0c, 0xdd, 0xa7, 0x87, 0x13, 0x36, 0xa2, 0xa7, 0xcd, 0xd1, 0x3b, 0x8a, 0xac, 0x20, 0x9b, - 0xc5, 0x7a, 0x09, 0x0b, 0x2b, 0xe2, 0xeb, 0x83, 0x89, 0x84, 0x05, 0x88, 0xe0, 0x5a, 0x60, 0xd9, - 0x42, 0x4b, 0xfe, 0xf3, 0xc5, 0xa5, 0xf5, 0x31, 0x43, 0x69, 0x8a, 0xb3, 0x5c, 0xd9, 0xcd, 0xdf, - 0x1a, 0x78, 0xe0, 0x56, 0x54, 0xb7, 0x84, 0x3a, 0x1b, 0x30, 0xe3, 0x3d, 0xb8, 0x55, 0xaa, 0xee, - 0x68, 0x7d, 0x6d, 0xd0, 0x1e, 0x4d, 0x60, 0xf3, 0x67, 0x81, 0x5b, 0x3c, 0x57, 0xc5, 0x6f, 0x62, - 0x67, 0x15, 0xd4, 0x78, 0x07, 0x8e, 0x55, 0x0d, 0x1d, 0xbd, 0xdf, 0x1a, 0xb4, 0x47, 0xee, 0xc1, - 0xf8, 0x97, 0x32, 0xfc, 0x0a, 0xbd, 0x44, 0x9a, 0xbf, 0x8e, 0xc0, 0xa3, 0x7d, 0xe4, 0x18, 0x5f, - 0x35, 0x70, 0x77, 0xab, 0x87, 0xb2, 0xe0, 0xd3, 0x11, 0xaf, 0x55, 0x24, 0xbf, 0xca, 0x5e, 0xf5, - 0xbe, 0x62, 0x21, 0x7e, 0x41, 0x45, 0xb2, 0xb7, 0xf3, 0xec, 0x0e, 0xba, 0xb6, 0x63, 0x7c, 0xd2, - 0x40, 0xa7, 0x6e, 0x22, 0x3b, 0xba, 0x94, 0x3a, 0xbd, 0x41, 0xaa, 0xf3, 0x3f, 0xbc, 0xcc, 0xfb, - 0x66, 0x95, 0x2a, 0x61, 0xbb, 0x4d, 0xb3, 0x7b, 0x68, 0xe7, 0xbe, 0xf1, 0x59, 0x03, 0xbd, 0xa6, - 0x03, 0xd6, 0x69, 0xf5, 0x5b, 0x83, 0xd3, 0xd1, 0xfc, 0x60, 0x41, 0x17, 0xc2, 0x6f, 0xd0, 0x54, - 0x5a, 0x67, 0xf7, 0x51, 0x9d, 0xc9, 0xf0, 0x41, 0x3f, 0xa6, 0x01, 0x11, 0x21, 0xf6, 0x42, 0x7c, - 0x89, 0x04, 0xe1, 0xdb, 0xe2, 0x8e, 0xe4, 0x24, 0x77, 0x2b, 0x71, 0xd5, 0xe9, 0x80, 0x63, 0xc6, - 0xc8, 0x1c, 0x11, 0x81, 0x67, 0xbd, 0x92, 0x31, 0x51, 0x88, 0xab, 0x39, 0xcc, 0x9f, 0x3a, 0x78, - 0xb8, 0xc7, 0x1c, 0x1a, 0x5f, 0x1a, 0xc6, 0x2a, 0x3b, 0x74, 0xac, 0xb6, 0xf9, 0xf5, 0x53, 0xb5, - 0xdb, 0x77, 0xc7, 0x50, 0x3d, 0x03, 0x27, 0x01, 0x13, 0x94, 0x17, 0x97, 0x53, 0xa1, 0x4d, 0x97, - 0x9d, 0xe9, 0x6d, 0x75, 0xe6, 0x82, 0x67, 0x31, 0x8d, 0x54, 0x6f, 0xda, 0x65, 0x84, 0x5b, 0x00, - 0x1c, 0x70, 0x9b, 0x20, 0x1a, 0x09, 0x14, 0x61, 0x45, 0x68, 0xed, 0x41, 0x38, 0xa9, 0x42, 0x0a, - 0xc4, 0xf8, 0xaf, 0x06, 0xcc, 0x80, 0x25, 0x37, 0x1c, 0xfc, 0xb1, 0xd9, 0x78, 0x51, 0x4d, 0x8b, - 0x3c, 0x53, 0xed, 0x6d, 0xf9, 0xf4, 0xc0, 0x88, 0x15, 0x39, 0x20, 0xcb, 0x22, 0x2b, 0xc2, 0x54, - 0xaa, 0xa8, 0xae, 0xd4, 0x34, 0xce, 0xeb, 0x5e, 0xa6, 0x27, 0xea, 0xe7, 0x9b, 0xde, 0x3a, 0x77, - 0x9c, 0xef, 0xfa, 0xd9, 0xb9, 0x82, 0x39, 0x61, 0x0e, 0xd5, 0xb2, 0x58, 0xcd, 0x87, 0xd0, 0x95, - 0x6e, 0x3f, 0x2a, 0x87, 0x85, 0x13, 0xe6, 0x8b, 0xb5, 0xc3, 0x62, 0x3e, 0x5c, 0x28, 0x87, 0x3f, - 0xba, 0xa9, 0x76, 0x6d, 0xdb, 0x09, 0x73, 0xdb, 0x5e, 0xbb, 0xd8, 0xf6, 0x7c, 0x68, 0xdb, 0xca, - 0xc9, 0x3f, 0x96, 0xea, 0x1e, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xce, 0xf8, 0xb6, 0x3c, 0x36, - 0x07, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/custom_parameter.pb.go b/googleapis/ads/googleads/v0/common/custom_parameter.pb.go deleted file mode 100644 index 7d033adc8c..0000000000 --- a/googleapis/ads/googleads/v0/common/custom_parameter.pb.go +++ /dev/null @@ -1,100 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/custom_parameter.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A mapping that can be used by custom parameter tags in a -// `tracking_url_template`, `final_urls`, or `mobile_final_urls`. -type CustomParameter struct { - // The key matching the parameter tag name. - Key *wrappers.StringValue `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` - // The value to be substituted. - Value *wrappers.StringValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CustomParameter) Reset() { *m = CustomParameter{} } -func (m *CustomParameter) String() string { return proto.CompactTextString(m) } -func (*CustomParameter) ProtoMessage() {} -func (*CustomParameter) Descriptor() ([]byte, []int) { - return fileDescriptor_custom_parameter_6997204ae7f3d605, []int{0} -} -func (m *CustomParameter) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CustomParameter.Unmarshal(m, b) -} -func (m *CustomParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CustomParameter.Marshal(b, m, deterministic) -} -func (dst *CustomParameter) XXX_Merge(src proto.Message) { - xxx_messageInfo_CustomParameter.Merge(dst, src) -} -func (m *CustomParameter) XXX_Size() int { - return xxx_messageInfo_CustomParameter.Size(m) -} -func (m *CustomParameter) XXX_DiscardUnknown() { - xxx_messageInfo_CustomParameter.DiscardUnknown(m) -} - -var xxx_messageInfo_CustomParameter proto.InternalMessageInfo - -func (m *CustomParameter) GetKey() *wrappers.StringValue { - if m != nil { - return m.Key - } - return nil -} - -func (m *CustomParameter) GetValue() *wrappers.StringValue { - if m != nil { - return m.Value - } - return nil -} - -func init() { - proto.RegisterType((*CustomParameter)(nil), "google.ads.googleads.v0.common.CustomParameter") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/custom_parameter.proto", fileDescriptor_custom_parameter_6997204ae7f3d605) -} - -var fileDescriptor_custom_parameter_6997204ae7f3d605 = []byte{ - // 287 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0xb1, 0x4a, 0xec, 0x40, - 0x14, 0x86, 0x49, 0x96, 0x7b, 0x8b, 0x58, 0x08, 0xc1, 0x62, 0x11, 0x59, 0x24, 0x95, 0xd5, 0x99, - 0xb0, 0x62, 0x33, 0x56, 0xd9, 0x15, 0xb6, 0x0d, 0x0a, 0x29, 0x24, 0x20, 0xb3, 0xc9, 0x38, 0x2c, - 0x26, 0x39, 0x61, 0x26, 0x89, 0xf8, 0x3a, 0x96, 0x3e, 0x8a, 0x8f, 0x62, 0xe3, 0x2b, 0xc8, 0xcc, - 0x49, 0x52, 0x08, 0x8a, 0x55, 0xfe, 0xcc, 0x7c, 0xff, 0x37, 0x87, 0x13, 0x5c, 0x29, 0x44, 0x55, - 0x49, 0x26, 0x4a, 0xc3, 0x28, 0xda, 0x34, 0xc4, 0xac, 0xc0, 0xba, 0xc6, 0x86, 0x15, 0xbd, 0xe9, - 0xb0, 0x7e, 0x68, 0x85, 0x16, 0xb5, 0xec, 0xa4, 0x86, 0x56, 0x63, 0x87, 0xe1, 0x8a, 0x58, 0x10, - 0xa5, 0x81, 0xb9, 0x06, 0x43, 0x0c, 0x54, 0x3b, 0x1d, 0xef, 0x99, 0xa3, 0xf7, 0xfd, 0x23, 0x7b, - 0xd6, 0xa2, 0x6d, 0xa5, 0x36, 0xd4, 0x8f, 0xfa, 0xe0, 0x78, 0xeb, 0xcc, 0xe9, 0x24, 0x0e, 0x21, - 0x58, 0x3c, 0xc9, 0x97, 0xa5, 0x77, 0xee, 0x5d, 0x1c, 0xad, 0xcf, 0x46, 0x2b, 0x4c, 0x02, 0xb8, - 0xeb, 0xf4, 0xa1, 0x51, 0x99, 0xa8, 0x7a, 0x79, 0x6b, 0xc1, 0x70, 0x1d, 0xfc, 0x1b, 0xec, 0xdf, - 0xd2, 0xff, 0x43, 0x83, 0xd0, 0xcd, 0xa7, 0x17, 0x44, 0x05, 0xd6, 0xf0, 0xfb, 0xf4, 0x9b, 0x93, - 0x6f, 0xb3, 0xa5, 0x56, 0x99, 0x7a, 0xf7, 0x37, 0x63, 0x4f, 0x61, 0x25, 0x1a, 0x05, 0xa8, 0x15, - 0x53, 0xb2, 0x71, 0x0f, 0x4e, 0xcb, 0x6b, 0x0f, 0xe6, 0xa7, 0x5d, 0x5e, 0xd3, 0xe7, 0xd5, 0x5f, - 0xec, 0x92, 0xe4, 0xcd, 0x5f, 0xed, 0x48, 0x96, 0x94, 0x06, 0x28, 0xda, 0x94, 0xc5, 0xb0, 0x75, - 0xd8, 0xfb, 0x04, 0xe4, 0x49, 0x69, 0xf2, 0x19, 0xc8, 0xb3, 0x38, 0x27, 0xe0, 0xc3, 0x8f, 0xe8, - 0x94, 0xf3, 0xa4, 0x34, 0x9c, 0xcf, 0x08, 0xe7, 0x59, 0xcc, 0x39, 0x41, 0xfb, 0xff, 0x6e, 0xba, - 0xcb, 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8b, 0x98, 0x2d, 0x13, 0xe8, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/dates.pb.go b/googleapis/ads/googleads/v0/common/dates.pb.go deleted file mode 100644 index 4bdbcf45d9..0000000000 --- a/googleapis/ads/googleads/v0/common/dates.pb.go +++ /dev/null @@ -1,99 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/dates.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A date range. -type DateRange struct { - // The start date, in yyyy-mm-dd format. - StartDate *wrappers.StringValue `protobuf:"bytes,1,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"` - // The end date, in yyyy-mm-dd format. - EndDate *wrappers.StringValue `protobuf:"bytes,2,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DateRange) Reset() { *m = DateRange{} } -func (m *DateRange) String() string { return proto.CompactTextString(m) } -func (*DateRange) ProtoMessage() {} -func (*DateRange) Descriptor() ([]byte, []int) { - return fileDescriptor_dates_75f8ce485b4fd796, []int{0} -} -func (m *DateRange) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DateRange.Unmarshal(m, b) -} -func (m *DateRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DateRange.Marshal(b, m, deterministic) -} -func (dst *DateRange) XXX_Merge(src proto.Message) { - xxx_messageInfo_DateRange.Merge(dst, src) -} -func (m *DateRange) XXX_Size() int { - return xxx_messageInfo_DateRange.Size(m) -} -func (m *DateRange) XXX_DiscardUnknown() { - xxx_messageInfo_DateRange.DiscardUnknown(m) -} - -var xxx_messageInfo_DateRange proto.InternalMessageInfo - -func (m *DateRange) GetStartDate() *wrappers.StringValue { - if m != nil { - return m.StartDate - } - return nil -} - -func (m *DateRange) GetEndDate() *wrappers.StringValue { - if m != nil { - return m.EndDate - } - return nil -} - -func init() { - proto.RegisterType((*DateRange)(nil), "google.ads.googleads.v0.common.DateRange") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/dates.proto", fileDescriptor_dates_75f8ce485b4fd796) -} - -var fileDescriptor_dates_75f8ce485b4fd796 = []byte{ - // 287 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0xd0, 0xb1, 0x4a, 0xc4, 0x30, - 0x18, 0x07, 0x70, 0x5a, 0x41, 0xbd, 0xb8, 0x75, 0x12, 0x91, 0x43, 0x3a, 0x89, 0xc3, 0x97, 0xa2, - 0x83, 0x90, 0x9b, 0x7a, 0x1e, 0xdc, 0x7a, 0x9c, 0xd0, 0x41, 0x0a, 0x92, 0xbb, 0xc4, 0x70, 0xd0, - 0x26, 0x25, 0xc9, 0x9d, 0xb3, 0xaf, 0xe2, 0xe8, 0xa3, 0xf8, 0x1e, 0x2e, 0x3e, 0x85, 0x24, 0x5f, - 0xdb, 0x4d, 0x71, 0xea, 0x47, 0xfb, 0xfb, 0xff, 0xd3, 0x7c, 0xe4, 0x46, 0x19, 0xa3, 0x1a, 0x49, - 0xb9, 0x70, 0x14, 0xc7, 0x30, 0x1d, 0x0a, 0xba, 0x35, 0x6d, 0x6b, 0x34, 0x15, 0xdc, 0x4b, 0x07, - 0x9d, 0x35, 0xde, 0x64, 0x53, 0x04, 0xc0, 0x85, 0x83, 0xd1, 0xc2, 0xa1, 0x00, 0xb4, 0x17, 0xfd, - 0x77, 0x1a, 0xf5, 0x66, 0xff, 0x42, 0x5f, 0x2d, 0xef, 0x3a, 0x69, 0xfb, 0x7c, 0xfe, 0x96, 0x90, - 0xc9, 0x82, 0x7b, 0xb9, 0xe6, 0x5a, 0xc9, 0x6c, 0x46, 0x88, 0xf3, 0xdc, 0xfa, 0xe7, 0x70, 0xc4, - 0x79, 0x72, 0x95, 0x5c, 0x9f, 0xdd, 0x5e, 0xf6, 0xbd, 0x30, 0x54, 0xc0, 0xa3, 0xb7, 0x3b, 0xad, - 0x2a, 0xde, 0xec, 0xe5, 0x7a, 0x12, 0x7d, 0x68, 0xc8, 0xee, 0xc9, 0xa9, 0xd4, 0x02, 0xa3, 0xe9, - 0x3f, 0xa2, 0x27, 0x52, 0x8b, 0x10, 0x9c, 0x7f, 0x25, 0x24, 0xdf, 0x9a, 0x16, 0xfe, 0xbe, 0xca, - 0x9c, 0x04, 0xec, 0x56, 0xa1, 0x6a, 0x95, 0x3c, 0x2d, 0x7a, 0xad, 0x4c, 0xc3, 0xb5, 0x02, 0x63, - 0x15, 0x55, 0x52, 0xc7, 0x83, 0x86, 0xa5, 0x75, 0x3b, 0xf7, 0xdb, 0x0e, 0x67, 0xf8, 0x78, 0x4f, - 0x8f, 0x96, 0x65, 0xf9, 0x91, 0x4e, 0x97, 0x58, 0x56, 0x0a, 0x07, 0x38, 0x86, 0xa9, 0x2a, 0xe0, - 0x21, 0xb2, 0xcf, 0x01, 0xd4, 0xa5, 0x70, 0xf5, 0x08, 0xea, 0xaa, 0xa8, 0x11, 0x7c, 0xa7, 0x39, - 0xbe, 0x65, 0xac, 0x14, 0x8e, 0xb1, 0x91, 0x30, 0x56, 0x15, 0x8c, 0x21, 0xda, 0x1c, 0xc7, 0xbf, - 0xbb, 0xfb, 0x09, 0x00, 0x00, 0xff, 0xff, 0xc4, 0xd3, 0xb9, 0xa6, 0xe0, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/explorer_auto_optimizer_setting.pb.go b/googleapis/ads/googleads/v0/common/explorer_auto_optimizer_setting.pb.go deleted file mode 100644 index 9e02b74956..0000000000 --- a/googleapis/ads/googleads/v0/common/explorer_auto_optimizer_setting.pb.go +++ /dev/null @@ -1,93 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/explorer_auto_optimizer_setting.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Settings for the -// -// Display Campaign Optimizer, initially termed "Explorer". -type ExplorerAutoOptimizerSetting struct { - // Indicates whether the optimizer is turned on. - OptIn *wrappers.BoolValue `protobuf:"bytes,1,opt,name=opt_in,json=optIn,proto3" json:"opt_in,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ExplorerAutoOptimizerSetting) Reset() { *m = ExplorerAutoOptimizerSetting{} } -func (m *ExplorerAutoOptimizerSetting) String() string { return proto.CompactTextString(m) } -func (*ExplorerAutoOptimizerSetting) ProtoMessage() {} -func (*ExplorerAutoOptimizerSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_explorer_auto_optimizer_setting_1d59f68168653950, []int{0} -} -func (m *ExplorerAutoOptimizerSetting) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExplorerAutoOptimizerSetting.Unmarshal(m, b) -} -func (m *ExplorerAutoOptimizerSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExplorerAutoOptimizerSetting.Marshal(b, m, deterministic) -} -func (dst *ExplorerAutoOptimizerSetting) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExplorerAutoOptimizerSetting.Merge(dst, src) -} -func (m *ExplorerAutoOptimizerSetting) XXX_Size() int { - return xxx_messageInfo_ExplorerAutoOptimizerSetting.Size(m) -} -func (m *ExplorerAutoOptimizerSetting) XXX_DiscardUnknown() { - xxx_messageInfo_ExplorerAutoOptimizerSetting.DiscardUnknown(m) -} - -var xxx_messageInfo_ExplorerAutoOptimizerSetting proto.InternalMessageInfo - -func (m *ExplorerAutoOptimizerSetting) GetOptIn() *wrappers.BoolValue { - if m != nil { - return m.OptIn - } - return nil -} - -func init() { - proto.RegisterType((*ExplorerAutoOptimizerSetting)(nil), "google.ads.googleads.v0.common.ExplorerAutoOptimizerSetting") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/explorer_auto_optimizer_setting.proto", fileDescriptor_explorer_auto_optimizer_setting_1d59f68168653950) -} - -var fileDescriptor_explorer_auto_optimizer_setting_1d59f68168653950 = []byte{ - // 292 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xb1, 0x4e, 0xc3, 0x30, - 0x10, 0x86, 0x95, 0x20, 0x3a, 0x84, 0xad, 0x13, 0xaa, 0x50, 0x05, 0x99, 0x98, 0xce, 0x01, 0x36, - 0x33, 0x39, 0x80, 0x2a, 0x26, 0x0a, 0x48, 0x19, 0x50, 0xa4, 0xc8, 0x6d, 0x8c, 0x15, 0x29, 0xf1, - 0x59, 0xb6, 0x53, 0x10, 0x8f, 0xc3, 0xc8, 0xa3, 0xf0, 0x28, 0x3c, 0x03, 0x03, 0x4a, 0x9c, 0x64, - 0xa3, 0x53, 0x7e, 0xc5, 0xdf, 0xfd, 0xdf, 0xe9, 0xa2, 0x5b, 0x89, 0x28, 0x6b, 0x41, 0x78, 0x69, - 0x89, 0x8f, 0x5d, 0xda, 0x25, 0x64, 0x8b, 0x4d, 0x83, 0x8a, 0x88, 0x77, 0x5d, 0xa3, 0x11, 0xa6, - 0xe0, 0xad, 0xc3, 0x02, 0xb5, 0xab, 0x9a, 0xea, 0x43, 0x98, 0xc2, 0x0a, 0xe7, 0x2a, 0x25, 0x41, - 0x1b, 0x74, 0x38, 0x5f, 0xfa, 0x51, 0xe0, 0xa5, 0x85, 0xa9, 0x05, 0x76, 0x09, 0xf8, 0x96, 0xc5, - 0xf0, 0x4e, 0x7a, 0x7a, 0xd3, 0xbe, 0x92, 0x37, 0xc3, 0xb5, 0x16, 0xc6, 0xfa, 0xf9, 0xf8, 0x31, - 0x3a, 0xb9, 0x1b, 0x44, 0xac, 0x75, 0xf8, 0x30, 0x6a, 0x9e, 0xbd, 0x65, 0x7e, 0x11, 0xcd, 0x50, - 0xbb, 0xa2, 0x52, 0xc7, 0xc1, 0x69, 0x70, 0x7e, 0x74, 0xb9, 0x18, 0x2c, 0x30, 0x16, 0x42, 0x8a, - 0x58, 0x67, 0xbc, 0x6e, 0xc5, 0xd3, 0x21, 0x6a, 0x77, 0xaf, 0xd2, 0xdf, 0x20, 0x8a, 0xb7, 0xd8, - 0xc0, 0xfe, 0xcd, 0xd2, 0xb3, 0x7d, 0xde, 0x75, 0xd7, 0xbe, 0x0e, 0x5e, 0x86, 0x23, 0x81, 0xc4, - 0x9a, 0x2b, 0x09, 0x68, 0x24, 0x91, 0x42, 0xf5, 0xee, 0xf1, 0x68, 0xba, 0xb2, 0xff, 0xdd, 0xf0, - 0xda, 0x7f, 0x3e, 0xc3, 0x83, 0x15, 0x63, 0x5f, 0xe1, 0x72, 0xe5, 0xcb, 0x58, 0x69, 0xc1, 0xc7, - 0x2e, 0x65, 0x09, 0xdc, 0xf4, 0xd8, 0xf7, 0x08, 0xe4, 0xac, 0xb4, 0xf9, 0x04, 0xe4, 0x59, 0x92, - 0x7b, 0xe0, 0x27, 0x8c, 0xfd, 0x5f, 0x4a, 0x59, 0x69, 0x29, 0x9d, 0x10, 0x4a, 0xb3, 0x84, 0x52, - 0x0f, 0x6d, 0x66, 0xfd, 0x76, 0x57, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x97, 0xb4, 0x35, 0x7a, - 0xe0, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/feed_common.pb.go b/googleapis/ads/googleads/v0/common/feed_common.pb.go deleted file mode 100644 index fa17abeeed..0000000000 --- a/googleapis/ads/googleads/v0/common/feed_common.pb.go +++ /dev/null @@ -1,101 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/feed_common.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Represents a price in a particular currency. -type Price struct { - // Three-character ISO 4217 currency code. - CurrencyCode *wrappers.StringValue `protobuf:"bytes,1,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"` - // Amount in micros. One million is equivalent to one unit. - AmountMicros *wrappers.Int64Value `protobuf:"bytes,2,opt,name=amount_micros,json=amountMicros,proto3" json:"amount_micros,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Price) Reset() { *m = Price{} } -func (m *Price) String() string { return proto.CompactTextString(m) } -func (*Price) ProtoMessage() {} -func (*Price) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_common_119e82781814ee02, []int{0} -} -func (m *Price) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Price.Unmarshal(m, b) -} -func (m *Price) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Price.Marshal(b, m, deterministic) -} -func (dst *Price) XXX_Merge(src proto.Message) { - xxx_messageInfo_Price.Merge(dst, src) -} -func (m *Price) XXX_Size() int { - return xxx_messageInfo_Price.Size(m) -} -func (m *Price) XXX_DiscardUnknown() { - xxx_messageInfo_Price.DiscardUnknown(m) -} - -var xxx_messageInfo_Price proto.InternalMessageInfo - -func (m *Price) GetCurrencyCode() *wrappers.StringValue { - if m != nil { - return m.CurrencyCode - } - return nil -} - -func (m *Price) GetAmountMicros() *wrappers.Int64Value { - if m != nil { - return m.AmountMicros - } - return nil -} - -func init() { - proto.RegisterType((*Price)(nil), "google.ads.googleads.v0.common.Price") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/feed_common.proto", fileDescriptor_feed_common_119e82781814ee02) -} - -var fileDescriptor_feed_common_119e82781814ee02 = []byte{ - // 311 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x4a, 0xc3, 0x40, - 0x14, 0x86, 0x49, 0x44, 0x17, 0xd1, 0x22, 0x74, 0x55, 0x54, 0x8a, 0x74, 0xe5, 0x6a, 0x26, 0xa8, - 0xb8, 0x18, 0x37, 0xa6, 0x15, 0x8b, 0x0b, 0xa1, 0x28, 0x64, 0x21, 0x81, 0x92, 0xce, 0xbc, 0x0e, - 0x81, 0x66, 0x5e, 0x98, 0x49, 0x2a, 0xde, 0xc1, 0x53, 0xb8, 0xf4, 0x28, 0x1e, 0xa5, 0xa7, 0x90, - 0xce, 0x4b, 0xba, 0x11, 0x5d, 0xe5, 0x27, 0xf3, 0xfd, 0xdf, 0x9b, 0x79, 0x51, 0xac, 0x11, 0xf5, - 0x0a, 0x78, 0xae, 0x1c, 0xa7, 0xb8, 0x4d, 0xeb, 0x98, 0x4b, 0x2c, 0x4b, 0x34, 0x7c, 0x09, 0xa0, - 0xe6, 0x94, 0x59, 0x65, 0xb1, 0xc6, 0xfe, 0x90, 0x30, 0x96, 0x2b, 0xc7, 0x76, 0x0d, 0xb6, 0x8e, - 0x19, 0x51, 0x27, 0xed, 0x39, 0xf7, 0xf4, 0xa2, 0x59, 0xf2, 0x37, 0x9b, 0x57, 0x15, 0x58, 0x47, - 0xfd, 0xd1, 0x47, 0x10, 0xed, 0xcf, 0x6c, 0x21, 0xa1, 0x9f, 0x44, 0x3d, 0xd9, 0x58, 0x0b, 0x46, - 0xbe, 0xcf, 0x25, 0x2a, 0x18, 0x04, 0xe7, 0xc1, 0xc5, 0xe1, 0xe5, 0x59, 0xab, 0x65, 0x9d, 0x81, - 0xbd, 0xd4, 0xb6, 0x30, 0x3a, 0xcd, 0x57, 0x0d, 0x3c, 0x1f, 0x75, 0x95, 0x09, 0x2a, 0xe8, 0xdf, - 0x45, 0xbd, 0xbc, 0xc4, 0xc6, 0xd4, 0xf3, 0xb2, 0x90, 0x16, 0xdd, 0x20, 0xf4, 0x8a, 0xd3, 0x5f, - 0x8a, 0x47, 0x53, 0xdf, 0x5c, 0xb7, 0x06, 0x6a, 0x3c, 0xf9, 0xc2, 0x78, 0x13, 0x44, 0x23, 0x89, - 0x25, 0xfb, 0xff, 0x55, 0xe3, 0xe3, 0x07, 0x00, 0x35, 0xf1, 0x79, 0xb6, 0x75, 0xce, 0x82, 0xd7, - 0xfb, 0xb6, 0xa2, 0x71, 0x95, 0x1b, 0xcd, 0xd0, 0x6a, 0xae, 0xc1, 0xf8, 0x89, 0xdd, 0x2a, 0xab, - 0xc2, 0xfd, 0xb5, 0xd9, 0x5b, 0xfa, 0x7c, 0x86, 0x7b, 0xd3, 0x24, 0xf9, 0x0a, 0x87, 0x53, 0x92, - 0x25, 0xca, 0x31, 0x8a, 0xdb, 0x94, 0xc6, 0x8c, 0x66, 0x7e, 0x77, 0x40, 0x96, 0x28, 0x97, 0xed, - 0x80, 0x2c, 0x8d, 0x33, 0x02, 0x36, 0xe1, 0x88, 0xfe, 0x0a, 0x91, 0x28, 0x27, 0xc4, 0x0e, 0x11, - 0x22, 0x8d, 0x85, 0x20, 0x68, 0x71, 0xe0, 0x6f, 0x77, 0xf5, 0x13, 0x00, 0x00, 0xff, 0xff, 0x31, - 0x8d, 0xf9, 0x39, 0xf6, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/frequency_cap.pb.go b/googleapis/ads/googleads/v0/common/frequency_cap.pb.go deleted file mode 100644 index d7236706b8..0000000000 --- a/googleapis/ads/googleads/v0/common/frequency_cap.pb.go +++ /dev/null @@ -1,183 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/frequency_cap.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A rule specifying the maximum number of times an ad (or some set of ads) can -// be shown to a user over a particular time period. -type FrequencyCapEntry struct { - // The key of a particular frequency cap. There can be no more - // than one frequency cap with the same key. - Key *FrequencyCapKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` - // Maximum number of events allowed during the time range by this cap. - Cap *wrappers.Int32Value `protobuf:"bytes,2,opt,name=cap,proto3" json:"cap,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FrequencyCapEntry) Reset() { *m = FrequencyCapEntry{} } -func (m *FrequencyCapEntry) String() string { return proto.CompactTextString(m) } -func (*FrequencyCapEntry) ProtoMessage() {} -func (*FrequencyCapEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_frequency_cap_48b76bf03b3cadb7, []int{0} -} -func (m *FrequencyCapEntry) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FrequencyCapEntry.Unmarshal(m, b) -} -func (m *FrequencyCapEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FrequencyCapEntry.Marshal(b, m, deterministic) -} -func (dst *FrequencyCapEntry) XXX_Merge(src proto.Message) { - xxx_messageInfo_FrequencyCapEntry.Merge(dst, src) -} -func (m *FrequencyCapEntry) XXX_Size() int { - return xxx_messageInfo_FrequencyCapEntry.Size(m) -} -func (m *FrequencyCapEntry) XXX_DiscardUnknown() { - xxx_messageInfo_FrequencyCapEntry.DiscardUnknown(m) -} - -var xxx_messageInfo_FrequencyCapEntry proto.InternalMessageInfo - -func (m *FrequencyCapEntry) GetKey() *FrequencyCapKey { - if m != nil { - return m.Key - } - return nil -} - -func (m *FrequencyCapEntry) GetCap() *wrappers.Int32Value { - if m != nil { - return m.Cap - } - return nil -} - -// A group of fields used as keys for a frequency cap. -// There can be no more than one frequency cap with the same key. -type FrequencyCapKey struct { - // The level on which the cap is to be applied (e.g. ad group ad, ad group). - // The cap is applied to all the entities of this level. - Level enums.FrequencyCapLevelEnum_FrequencyCapLevel `protobuf:"varint,1,opt,name=level,proto3,enum=google.ads.googleads.v0.enums.FrequencyCapLevelEnum_FrequencyCapLevel" json:"level,omitempty"` - // The type of event that the cap applies to (e.g. impression). - EventType enums.FrequencyCapEventTypeEnum_FrequencyCapEventType `protobuf:"varint,3,opt,name=event_type,json=eventType,proto3,enum=google.ads.googleads.v0.enums.FrequencyCapEventTypeEnum_FrequencyCapEventType" json:"event_type,omitempty"` - // Unit of time the cap is defined at (e.g. day, week). - TimeUnit enums.FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit `protobuf:"varint,2,opt,name=time_unit,json=timeUnit,proto3,enum=google.ads.googleads.v0.enums.FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit" json:"time_unit,omitempty"` - // Number of time units the cap lasts. - TimeLength *wrappers.Int32Value `protobuf:"bytes,4,opt,name=time_length,json=timeLength,proto3" json:"time_length,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FrequencyCapKey) Reset() { *m = FrequencyCapKey{} } -func (m *FrequencyCapKey) String() string { return proto.CompactTextString(m) } -func (*FrequencyCapKey) ProtoMessage() {} -func (*FrequencyCapKey) Descriptor() ([]byte, []int) { - return fileDescriptor_frequency_cap_48b76bf03b3cadb7, []int{1} -} -func (m *FrequencyCapKey) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FrequencyCapKey.Unmarshal(m, b) -} -func (m *FrequencyCapKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FrequencyCapKey.Marshal(b, m, deterministic) -} -func (dst *FrequencyCapKey) XXX_Merge(src proto.Message) { - xxx_messageInfo_FrequencyCapKey.Merge(dst, src) -} -func (m *FrequencyCapKey) XXX_Size() int { - return xxx_messageInfo_FrequencyCapKey.Size(m) -} -func (m *FrequencyCapKey) XXX_DiscardUnknown() { - xxx_messageInfo_FrequencyCapKey.DiscardUnknown(m) -} - -var xxx_messageInfo_FrequencyCapKey proto.InternalMessageInfo - -func (m *FrequencyCapKey) GetLevel() enums.FrequencyCapLevelEnum_FrequencyCapLevel { - if m != nil { - return m.Level - } - return enums.FrequencyCapLevelEnum_UNSPECIFIED -} - -func (m *FrequencyCapKey) GetEventType() enums.FrequencyCapEventTypeEnum_FrequencyCapEventType { - if m != nil { - return m.EventType - } - return enums.FrequencyCapEventTypeEnum_UNSPECIFIED -} - -func (m *FrequencyCapKey) GetTimeUnit() enums.FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit { - if m != nil { - return m.TimeUnit - } - return enums.FrequencyCapTimeUnitEnum_UNSPECIFIED -} - -func (m *FrequencyCapKey) GetTimeLength() *wrappers.Int32Value { - if m != nil { - return m.TimeLength - } - return nil -} - -func init() { - proto.RegisterType((*FrequencyCapEntry)(nil), "google.ads.googleads.v0.common.FrequencyCapEntry") - proto.RegisterType((*FrequencyCapKey)(nil), "google.ads.googleads.v0.common.FrequencyCapKey") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/frequency_cap.proto", fileDescriptor_frequency_cap_48b76bf03b3cadb7) -} - -var fileDescriptor_frequency_cap_48b76bf03b3cadb7 = []byte{ - // 453 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0xdd, 0x6a, 0xd4, 0x40, - 0x14, 0x26, 0x1b, 0x15, 0x3b, 0x85, 0x8a, 0xb9, 0x5a, 0x2a, 0x14, 0xd9, 0x2b, 0x6f, 0x9c, 0x84, - 0xf4, 0x42, 0x48, 0x7b, 0x93, 0xd6, 0x6d, 0x11, 0x17, 0x29, 0xa1, 0xee, 0x85, 0x04, 0x96, 0x69, - 0x72, 0x1a, 0x83, 0x99, 0x1f, 0x33, 0x93, 0x95, 0x3c, 0x80, 0xf8, 0x1e, 0x5e, 0xfa, 0x28, 0x3e, - 0x8a, 0xf8, 0x10, 0x32, 0x33, 0x49, 0x74, 0x5d, 0xb6, 0x25, 0x57, 0xf9, 0x32, 0xe7, 0xfb, 0x39, - 0x39, 0x67, 0x82, 0xc2, 0x82, 0xf3, 0xa2, 0x02, 0x9f, 0xe4, 0xd2, 0xb7, 0x50, 0xa3, 0x75, 0xe0, - 0x67, 0x9c, 0x52, 0xce, 0xfc, 0xdb, 0x1a, 0x3e, 0x37, 0xc0, 0xb2, 0x76, 0x95, 0x11, 0x81, 0x45, - 0xcd, 0x15, 0xf7, 0x8e, 0x2c, 0x11, 0x93, 0x5c, 0xe2, 0x41, 0x83, 0xd7, 0x01, 0xb6, 0x9a, 0xc3, - 0xd3, 0x5d, 0x9e, 0xc0, 0x1a, 0x2a, 0x37, 0x2d, 0x57, 0xb0, 0x06, 0xa6, 0x56, 0xaa, 0x15, 0x60, - 0xdd, 0x0f, 0x5f, 0x8d, 0x51, 0x57, 0xb0, 0x86, 0xaa, 0x13, 0x9e, 0x8c, 0x11, 0xaa, 0x92, 0xc2, - 0xaa, 0x61, 0xa5, 0xea, 0xc4, 0xdd, 0x37, 0xf9, 0xe6, 0xed, 0xa6, 0xb9, 0xf5, 0xbf, 0xd4, 0x44, - 0x08, 0xa8, 0xa5, 0xad, 0xcf, 0xbe, 0x3a, 0xe8, 0xe9, 0x45, 0xef, 0x70, 0x4e, 0xc4, 0x9c, 0xa9, - 0xba, 0xf5, 0x62, 0xe4, 0x7e, 0x82, 0x76, 0xea, 0x3c, 0x77, 0x5e, 0xec, 0x87, 0x3e, 0xbe, 0x7b, - 0x2e, 0xf8, 0x5f, 0xfd, 0x5b, 0x68, 0x13, 0xad, 0xf5, 0x5e, 0x22, 0x37, 0x23, 0x62, 0x3a, 0x31, - 0x16, 0xcf, 0x7a, 0x8b, 0xbe, 0x0d, 0xfc, 0x86, 0xa9, 0xe3, 0x70, 0x49, 0xaa, 0x06, 0x12, 0xcd, - 0x9b, 0x7d, 0x73, 0xd1, 0x93, 0xff, 0x7c, 0xbc, 0x14, 0x3d, 0x34, 0x73, 0x30, 0x7d, 0x1c, 0x84, - 0x17, 0x3b, 0xfb, 0x30, 0x83, 0xd8, 0x68, 0x63, 0xa1, 0x75, 0x73, 0xd6, 0xd0, 0xed, 0xd3, 0xc4, - 0x9a, 0x7a, 0x14, 0xa1, 0xbf, 0x3b, 0x9a, 0xba, 0x26, 0xe2, 0xdd, 0x88, 0x88, 0xb9, 0x16, 0x5f, - 0xb7, 0x02, 0xb6, 0x62, 0x86, 0x4a, 0xb2, 0x07, 0x3d, 0xf4, 0x4a, 0xb4, 0x37, 0xec, 0xc6, 0x4c, - 0xe5, 0x20, 0x5c, 0x8c, 0x48, 0xbb, 0x2e, 0x29, 0xbc, 0x67, 0xa5, 0xda, 0x0a, 0xeb, 0x0b, 0xc9, - 0x63, 0xd5, 0x21, 0xef, 0x14, 0xed, 0x9b, 0xa8, 0x0a, 0x58, 0xa1, 0x3e, 0x4e, 0x1f, 0xdc, 0xbf, - 0x02, 0xa4, 0xf9, 0x0b, 0x43, 0x3f, 0xfb, 0xed, 0xa0, 0x59, 0xc6, 0xe9, 0x3d, 0x4b, 0x3f, 0xdb, - 0xb8, 0x35, 0x57, 0xda, 0xf3, 0xca, 0xf9, 0xf0, 0xba, 0x13, 0x15, 0xbc, 0x22, 0xac, 0xc0, 0xbc, - 0x2e, 0xfc, 0x02, 0x98, 0x49, 0xec, 0xaf, 0xae, 0x28, 0xe5, 0xae, 0x9f, 0xf2, 0xc4, 0x3e, 0xbe, - 0x4f, 0xdc, 0xcb, 0x38, 0xfe, 0x31, 0x39, 0xba, 0xb4, 0x66, 0x71, 0x2e, 0xb1, 0x85, 0x1a, 0x2d, - 0x03, 0x7c, 0x6e, 0x68, 0x3f, 0x7b, 0x42, 0x1a, 0xe7, 0x32, 0x1d, 0x08, 0xe9, 0x32, 0x48, 0x2d, - 0xe1, 0xd7, 0x64, 0x66, 0x4f, 0xa3, 0x28, 0xce, 0x65, 0x14, 0x0d, 0x94, 0x28, 0x5a, 0x06, 0x51, - 0x64, 0x49, 0x37, 0x8f, 0x4c, 0x77, 0xc7, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x05, 0x27, 0x7e, - 0x57, 0x31, 0x04, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/keyword_plan_common.pb.go b/googleapis/ads/googleads/v0/common/keyword_plan_common.pb.go deleted file mode 100644 index d2cadb474c..0000000000 --- a/googleapis/ads/googleads/v0/common/keyword_plan_common.pb.go +++ /dev/null @@ -1,106 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/keyword_plan_common.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Historical metrics. -type KeywordPlanHistoricalMetrics struct { - // Average monthly searches for the past 12 months. - AvgMonthlySearches *wrappers.Int64Value `protobuf:"bytes,1,opt,name=avg_monthly_searches,json=avgMonthlySearches,proto3" json:"avg_monthly_searches,omitempty"` - // The competition level for the query. - Competition enums.KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel `protobuf:"varint,2,opt,name=competition,proto3,enum=google.ads.googleads.v0.enums.KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel" json:"competition,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanHistoricalMetrics) Reset() { *m = KeywordPlanHistoricalMetrics{} } -func (m *KeywordPlanHistoricalMetrics) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanHistoricalMetrics) ProtoMessage() {} -func (*KeywordPlanHistoricalMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_common_1f7a7a6a27755eb3, []int{0} -} -func (m *KeywordPlanHistoricalMetrics) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanHistoricalMetrics.Unmarshal(m, b) -} -func (m *KeywordPlanHistoricalMetrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanHistoricalMetrics.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanHistoricalMetrics) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanHistoricalMetrics.Merge(dst, src) -} -func (m *KeywordPlanHistoricalMetrics) XXX_Size() int { - return xxx_messageInfo_KeywordPlanHistoricalMetrics.Size(m) -} -func (m *KeywordPlanHistoricalMetrics) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanHistoricalMetrics.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanHistoricalMetrics proto.InternalMessageInfo - -func (m *KeywordPlanHistoricalMetrics) GetAvgMonthlySearches() *wrappers.Int64Value { - if m != nil { - return m.AvgMonthlySearches - } - return nil -} - -func (m *KeywordPlanHistoricalMetrics) GetCompetition() enums.KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel { - if m != nil { - return m.Competition - } - return enums.KeywordPlanCompetitionLevelEnum_UNSPECIFIED -} - -func init() { - proto.RegisterType((*KeywordPlanHistoricalMetrics)(nil), "google.ads.googleads.v0.common.KeywordPlanHistoricalMetrics") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/keyword_plan_common.proto", fileDescriptor_keyword_plan_common_1f7a7a6a27755eb3) -} - -var fileDescriptor_keyword_plan_common_1f7a7a6a27755eb3 = []byte{ - // 372 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xcf, 0x4a, 0xe3, 0x40, - 0x18, 0x27, 0x59, 0xd8, 0x43, 0x0a, 0x7b, 0x08, 0xcb, 0x52, 0xba, 0x52, 0x4a, 0x4f, 0x3d, 0x4d, - 0x42, 0x15, 0x91, 0xf1, 0x94, 0xaa, 0x54, 0xd1, 0x42, 0xa9, 0x90, 0x43, 0x09, 0x84, 0x69, 0x32, - 0x4e, 0x83, 0x93, 0x99, 0x30, 0x93, 0xa4, 0x14, 0x7c, 0x1a, 0x8f, 0x3e, 0x8a, 0x8f, 0xa2, 0x27, - 0xdf, 0x40, 0x92, 0x2f, 0xad, 0x15, 0x69, 0x4f, 0xf9, 0x32, 0xf3, 0xfb, 0xfb, 0x25, 0xd6, 0x19, - 0x93, 0x92, 0x71, 0xea, 0x90, 0x58, 0x3b, 0x30, 0x56, 0x53, 0xe9, 0x3a, 0x91, 0x4c, 0x53, 0x29, - 0x9c, 0x47, 0xba, 0x5e, 0x49, 0x15, 0x87, 0x19, 0x27, 0x22, 0x84, 0x33, 0x94, 0x29, 0x99, 0x4b, - 0xbb, 0x0b, 0x70, 0x44, 0x62, 0x8d, 0xb6, 0x4c, 0x54, 0xba, 0x08, 0x50, 0x9d, 0xd1, 0x3e, 0x65, - 0x2a, 0x8a, 0x54, 0xff, 0x10, 0xce, 0x68, 0x9e, 0xe4, 0x89, 0x14, 0x21, 0xa7, 0x25, 0xe5, 0xe0, - 0xd1, 0x69, 0x3c, 0x9c, 0xfa, 0x6d, 0x51, 0x3c, 0x38, 0x2b, 0x45, 0xb2, 0x8c, 0x2a, 0x0d, 0xf7, - 0xfd, 0x77, 0xc3, 0x3a, 0xba, 0x05, 0xa1, 0x29, 0x27, 0xe2, 0x3a, 0xd1, 0xb9, 0x54, 0x49, 0x44, - 0xf8, 0x84, 0xe6, 0x2a, 0x89, 0xb4, 0x3d, 0xb1, 0xfe, 0x92, 0x92, 0x85, 0xa9, 0x14, 0xf9, 0x92, - 0xaf, 0x43, 0x4d, 0x89, 0x8a, 0x96, 0x54, 0xb7, 0x8d, 0x9e, 0x31, 0x68, 0x0d, 0xff, 0x37, 0xc1, - 0xd1, 0x46, 0x1f, 0xdd, 0x88, 0xfc, 0xf4, 0xc4, 0x27, 0xbc, 0xa0, 0x33, 0x9b, 0x94, 0x6c, 0x02, - 0xbc, 0xfb, 0x86, 0x66, 0x3f, 0x59, 0xad, 0x9d, 0xa8, 0x6d, 0xb3, 0x67, 0x0c, 0xfe, 0x0c, 0xe7, - 0x68, 0xdf, 0x26, 0xea, 0xa6, 0x68, 0x27, 0xe0, 0xc5, 0x17, 0xf9, 0xae, 0xaa, 0x79, 0x25, 0x8a, - 0xf4, 0xd0, 0xfd, 0x6c, 0xd7, 0x6e, 0xf4, 0x61, 0x58, 0xfd, 0x48, 0xa6, 0xe8, 0xf0, 0xe2, 0x47, - 0xff, 0xbe, 0x0b, 0xa6, 0x52, 0x4c, 0xab, 0x7a, 0x53, 0x63, 0x7e, 0xd9, 0x30, 0x99, 0xe4, 0x44, - 0x30, 0x24, 0x15, 0x73, 0x18, 0x15, 0x75, 0xf9, 0xcd, 0x27, 0xca, 0x12, 0xbd, 0xef, 0x5f, 0x38, - 0x87, 0xc7, 0xb3, 0xf9, 0x6b, 0xec, 0x79, 0x2f, 0x66, 0x77, 0x0c, 0x62, 0x5e, 0xac, 0x11, 0x8c, - 0xd5, 0xe4, 0xbb, 0x08, 0x3c, 0x5f, 0x37, 0x80, 0xc0, 0x8b, 0x75, 0xb0, 0x05, 0x04, 0xbe, 0x1b, - 0x00, 0xe0, 0xcd, 0xec, 0xc3, 0x29, 0xc6, 0x5e, 0xac, 0x31, 0xde, 0x42, 0x30, 0xf6, 0x5d, 0x8c, - 0x01, 0xb4, 0xf8, 0x5d, 0xa7, 0x3b, 0xfe, 0x0c, 0x00, 0x00, 0xff, 0xff, 0x5e, 0xa2, 0xd0, 0x96, - 0xa8, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/matching_function.pb.go b/googleapis/ads/googleads/v0/common/matching_function.pb.go deleted file mode 100644 index 76ecae5fc7..0000000000 --- a/googleapis/ads/googleads/v0/common/matching_function.pb.go +++ /dev/null @@ -1,107 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/matching_function.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Matching function associated with a -// CustomerFeed, CampaignFeed, or AdGroupFeed. The matching function is used -// to filter the set of feed items selected. -type MatchingFunction struct { - // String representation of the Function. - // - // Examples: - // 1) IDENTITY(true) or IDENTITY(false). All or none feed items serve. - // 2) EQUALS(CONTEXT.DEVICE,"Mobile") - // 3) IN(FEED_ITEM_ID,{1000001,1000002,1000003}) - // 4) CONTAINS_ANY(FeedAttribute[12345678,0],{"Mars cruise","Venus cruise"}) - // 5) AND(IN(FEED_ITEM_ID,{10001,10002}),EQUALS(CONTEXT.DEVICE,"Mobile")) - // See - // https: - // //developers.google.com/adwords/api/docs/guides/feed-matching-functions - // - // Note that because multiple strings may represent the same underlying - // function (whitespace and single versus double quotation marks, for - // example), the value returned may not be identical to the string sent in a - // mutate request. - FunctionString *wrappers.StringValue `protobuf:"bytes,1,opt,name=function_string,json=functionString,proto3" json:"function_string,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MatchingFunction) Reset() { *m = MatchingFunction{} } -func (m *MatchingFunction) String() string { return proto.CompactTextString(m) } -func (*MatchingFunction) ProtoMessage() {} -func (*MatchingFunction) Descriptor() ([]byte, []int) { - return fileDescriptor_matching_function_95e7b72e8e7503bc, []int{0} -} -func (m *MatchingFunction) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MatchingFunction.Unmarshal(m, b) -} -func (m *MatchingFunction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MatchingFunction.Marshal(b, m, deterministic) -} -func (dst *MatchingFunction) XXX_Merge(src proto.Message) { - xxx_messageInfo_MatchingFunction.Merge(dst, src) -} -func (m *MatchingFunction) XXX_Size() int { - return xxx_messageInfo_MatchingFunction.Size(m) -} -func (m *MatchingFunction) XXX_DiscardUnknown() { - xxx_messageInfo_MatchingFunction.DiscardUnknown(m) -} - -var xxx_messageInfo_MatchingFunction proto.InternalMessageInfo - -func (m *MatchingFunction) GetFunctionString() *wrappers.StringValue { - if m != nil { - return m.FunctionString - } - return nil -} - -func init() { - proto.RegisterType((*MatchingFunction)(nil), "google.ads.googleads.v0.common.MatchingFunction") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/matching_function.proto", fileDescriptor_matching_function_95e7b72e8e7503bc) -} - -var fileDescriptor_matching_function_95e7b72e8e7503bc = []byte{ - // 283 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x4a, 0xc4, 0x30, - 0x10, 0xc6, 0xe9, 0x0a, 0x1e, 0x2a, 0xa8, 0x2c, 0x08, 0x22, 0xb2, 0x48, 0x4f, 0x9e, 0x26, 0x45, - 0xc1, 0x43, 0x3c, 0x75, 0xfd, 0xb3, 0x27, 0x61, 0x51, 0x28, 0x28, 0x85, 0x25, 0xdb, 0x76, 0x63, - 0xa1, 0xcd, 0x94, 0xa4, 0x5d, 0xdf, 0xc7, 0xa3, 0x8f, 0xe2, 0xa3, 0x78, 0xf2, 0x11, 0xa4, 0x99, - 0xa4, 0x07, 0x41, 0x4f, 0xf9, 0xc8, 0xfc, 0xbe, 0xef, 0x1b, 0x26, 0xbc, 0x92, 0x88, 0xb2, 0x2e, - 0x99, 0x28, 0x0c, 0x23, 0x39, 0xa8, 0x6d, 0xcc, 0x72, 0x6c, 0x1a, 0x54, 0xac, 0x11, 0x5d, 0xfe, - 0x5a, 0x29, 0xb9, 0xda, 0xf4, 0x2a, 0xef, 0x2a, 0x54, 0xd0, 0x6a, 0xec, 0x70, 0x3a, 0x23, 0x18, - 0x44, 0x61, 0x60, 0xf4, 0xc1, 0x36, 0x06, 0xf2, 0x9d, 0xb8, 0x39, 0xb3, 0xf4, 0xba, 0xdf, 0xb0, - 0x37, 0x2d, 0xda, 0xb6, 0xd4, 0x86, 0xfc, 0xd1, 0x73, 0x78, 0xf8, 0xe0, 0xa2, 0xef, 0x5d, 0xf2, - 0xf4, 0x2e, 0x3c, 0xf0, 0x2d, 0x2b, 0xd3, 0xe9, 0x4a, 0xc9, 0xe3, 0xe0, 0x2c, 0x38, 0xdf, 0xbb, - 0x38, 0x75, 0x15, 0xe0, 0xd3, 0xe0, 0xc9, 0x8e, 0x53, 0x51, 0xf7, 0xe5, 0xe3, 0xbe, 0x37, 0xd1, - 0xe7, 0xfc, 0x3b, 0x08, 0xa3, 0x1c, 0x1b, 0xf8, 0x7f, 0xc3, 0xf9, 0xd1, 0xef, 0xfe, 0xe5, 0x10, - 0xbe, 0x0c, 0x5e, 0x6e, 0x9d, 0x51, 0x62, 0x2d, 0x94, 0x04, 0xd4, 0x92, 0xc9, 0x52, 0xd9, 0x6a, - 0x7f, 0xa2, 0xb6, 0x32, 0x7f, 0x5d, 0xec, 0x9a, 0x9e, 0xf7, 0xc9, 0xce, 0x22, 0x49, 0x3e, 0x26, - 0xb3, 0x05, 0x85, 0x25, 0x85, 0x01, 0x92, 0x83, 0x4a, 0x63, 0xb8, 0xb1, 0xd8, 0xa7, 0x07, 0xb2, - 0xa4, 0x30, 0xd9, 0x08, 0x64, 0x69, 0x9c, 0x11, 0xf0, 0x35, 0x89, 0xe8, 0x97, 0xf3, 0xa4, 0x30, - 0x9c, 0x8f, 0x08, 0xe7, 0x69, 0xcc, 0x39, 0x41, 0xeb, 0x5d, 0xbb, 0xdd, 0xe5, 0x4f, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x01, 0x00, 0xda, 0x8f, 0xce, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/metrics.pb.go b/googleapis/ads/googleads/v0/common/metrics.pb.go deleted file mode 100644 index 2a7f746a52..0000000000 --- a/googleapis/ads/googleads/v0/common/metrics.pb.go +++ /dev/null @@ -1,1143 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/metrics.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Metrics data. -type Metrics struct { - // The percent of your ad impressions that are shown as the very first ad - // above the organic search results. - AbsoluteTopImpressionPercentage *wrappers.DoubleValue `protobuf:"bytes,95,opt,name=absolute_top_impression_percentage,json=absoluteTopImpressionPercentage,proto3" json:"absolute_top_impression_percentage,omitempty"` - // Average cost of viewable impressions (`active_view_impressions`). - ActiveViewCpm *wrappers.DoubleValue `protobuf:"bytes,1,opt,name=active_view_cpm,json=activeViewCpm,proto3" json:"active_view_cpm,omitempty"` - // Active view measurable clicks divided by active view viewable impressions. - // This metric is reported only for display network. - ActiveViewCtr *wrappers.DoubleValue `protobuf:"bytes,79,opt,name=active_view_ctr,json=activeViewCtr,proto3" json:"active_view_ctr,omitempty"` - // A measurement of how often your ad has become viewable on a Display - // Network site. - ActiveViewImpressions *wrappers.Int64Value `protobuf:"bytes,2,opt,name=active_view_impressions,json=activeViewImpressions,proto3" json:"active_view_impressions,omitempty"` - // The ratio of impressions that could be measured by Active View over the - // number of served impressions. - ActiveViewMeasurability *wrappers.DoubleValue `protobuf:"bytes,96,opt,name=active_view_measurability,json=activeViewMeasurability,proto3" json:"active_view_measurability,omitempty"` - // The cost of the impressions you received that were measurable by Active - // View. - ActiveViewMeasurableCostMicros *wrappers.Int64Value `protobuf:"bytes,3,opt,name=active_view_measurable_cost_micros,json=activeViewMeasurableCostMicros,proto3" json:"active_view_measurable_cost_micros,omitempty"` - // The number of times your ads are appearing on placements in positions - // where they can be seen. - ActiveViewMeasurableImpressions *wrappers.Int64Value `protobuf:"bytes,4,opt,name=active_view_measurable_impressions,json=activeViewMeasurableImpressions,proto3" json:"active_view_measurable_impressions,omitempty"` - // The percentage of time when your ad appeared on an Active View enabled site - // (measurable impressions) and was viewable (viewable impressions). - ActiveViewViewability *wrappers.DoubleValue `protobuf:"bytes,97,opt,name=active_view_viewability,json=activeViewViewability,proto3" json:"active_view_viewability,omitempty"` - // All conversions from interactions (as oppose to view through conversions) - // divided by the number of ad interactions. - AllConversionsFromInteractionsRate *wrappers.DoubleValue `protobuf:"bytes,65,opt,name=all_conversions_from_interactions_rate,json=allConversionsFromInteractionsRate,proto3" json:"all_conversions_from_interactions_rate,omitempty"` - // The total value of all conversions. - AllConversionsValue *wrappers.DoubleValue `protobuf:"bytes,66,opt,name=all_conversions_value,json=allConversionsValue,proto3" json:"all_conversions_value,omitempty"` - // The total number of conversions. This only includes conversion actions - // which include_in_conversions_metric attribute is set to true. - AllConversions *wrappers.DoubleValue `protobuf:"bytes,7,opt,name=all_conversions,json=allConversions,proto3" json:"all_conversions,omitempty"` - // The value of all conversions divided by the total cost of ad interactions - // (such as clicks for text ads or views for video ads). - AllConversionsValuePerCost *wrappers.DoubleValue `protobuf:"bytes,62,opt,name=all_conversions_value_per_cost,json=allConversionsValuePerCost,proto3" json:"all_conversions_value_per_cost,omitempty"` - // The value of all conversions from interactions divided by the total number - // of interactions. - AllConversionsFromInteractionsValuePerInteraction *wrappers.DoubleValue `protobuf:"bytes,67,opt,name=all_conversions_from_interactions_value_per_interaction,json=allConversionsFromInteractionsValuePerInteraction,proto3" json:"all_conversions_from_interactions_value_per_interaction,omitempty"` - // The average amount you pay per interaction. This amount is the total cost - // of your ads divided by the total number of interactions. - AverageCost *wrappers.DoubleValue `protobuf:"bytes,8,opt,name=average_cost,json=averageCost,proto3" json:"average_cost,omitempty"` - // The total cost of all clicks divided by the total number of clicks - // received. - AverageCpc *wrappers.DoubleValue `protobuf:"bytes,9,opt,name=average_cpc,json=averageCpc,proto3" json:"average_cpc,omitempty"` - // The average amount that you've been charged for an ad engagement. This - // amount is the total cost of all ad engagements divided by the total number - // of ad engagements. - AverageCpe *wrappers.DoubleValue `protobuf:"bytes,98,opt,name=average_cpe,json=averageCpe,proto3" json:"average_cpe,omitempty"` - // Average cost-per-thousand impressions (CPM). - AverageCpm *wrappers.DoubleValue `protobuf:"bytes,10,opt,name=average_cpm,json=averageCpm,proto3" json:"average_cpm,omitempty"` - // The average amount you pay each time someone views your ad. - // The average CPV is defined by the total cost of all ad views divided by - // the number of views. - AverageCpv *wrappers.DoubleValue `protobuf:"bytes,11,opt,name=average_cpv,json=averageCpv,proto3" json:"average_cpv,omitempty"` - // Average number of times a unique cookie was exposed to your ad - // over a given time period. Imported from Google Analytics. - AverageFrequency *wrappers.DoubleValue `protobuf:"bytes,12,opt,name=average_frequency,json=averageFrequency,proto3" json:"average_frequency,omitempty"` - // Average number of pages viewed per session. - AveragePageViews *wrappers.DoubleValue `protobuf:"bytes,99,opt,name=average_page_views,json=averagePageViews,proto3" json:"average_page_views,omitempty"` - // Your ad's position relative to those of other advertisers. - AveragePosition *wrappers.DoubleValue `protobuf:"bytes,13,opt,name=average_position,json=averagePosition,proto3" json:"average_position,omitempty"` - // Total duration of all sessions (in seconds) / number of sessions. Imported - // from Google Analytics. - AverageTimeOnSite *wrappers.DoubleValue `protobuf:"bytes,84,opt,name=average_time_on_site,json=averageTimeOnSite,proto3" json:"average_time_on_site,omitempty"` - // An indication of how other advertisers are bidding on similar products. - BenchmarkAverageMaxCpc *wrappers.DoubleValue `protobuf:"bytes,14,opt,name=benchmark_average_max_cpc,json=benchmarkAverageMaxCpc,proto3" json:"benchmark_average_max_cpc,omitempty"` - // An indication on how other advertisers' Shopping ads for similar products - // are performing based on how often people who see their ad click on it. - BenchmarkCtr *wrappers.DoubleValue `protobuf:"bytes,77,opt,name=benchmark_ctr,json=benchmarkCtr,proto3" json:"benchmark_ctr,omitempty"` - // Percentage of clicks where the user only visited a single page on your - // site. Imported from Google Analytics. - BounceRate *wrappers.DoubleValue `protobuf:"bytes,15,opt,name=bounce_rate,json=bounceRate,proto3" json:"bounce_rate,omitempty"` - // The number of clicks. - Clicks *wrappers.Int64Value `protobuf:"bytes,19,opt,name=clicks,proto3" json:"clicks,omitempty"` - // The estimated percent of times that your ad was eligible to show - // on the Display Network but didn't because your budget was too low. - // Note: Content budget lost impression share is reported in the range of 0 - // to 0.9. Any value above 0.9 is reported as 0.9001. - ContentBudgetLostImpressionShare *wrappers.DoubleValue `protobuf:"bytes,20,opt,name=content_budget_lost_impression_share,json=contentBudgetLostImpressionShare,proto3" json:"content_budget_lost_impression_share,omitempty"` - // The impressions you've received on the Display Network divided - // by the estimated number of impressions you were eligible to receive. - // Note: Content impression share is reported in the range of 0.1 to 1. Any - // value below 0.1 is reported as 0.0999. - ContentImpressionShare *wrappers.DoubleValue `protobuf:"bytes,21,opt,name=content_impression_share,json=contentImpressionShare,proto3" json:"content_impression_share,omitempty"` - // The last date/time a conversion tag for this conversion action successfully - // fired and was seen by Google Ads. This firing event may not have been the - // result of an attributable conversion (e.g. because the tag was fired from a - // browser that did not previously click an ad from an appropriate - // advertiser). The date/time is in the customer's time zone. - ConversionLastReceivedRequestDateTime *wrappers.StringValue `protobuf:"bytes,73,opt,name=conversion_last_received_request_date_time,json=conversionLastReceivedRequestDateTime,proto3" json:"conversion_last_received_request_date_time,omitempty"` - // The date of the most recent conversion for this conversion action. The date - // is in the customer's time zone. - ConversionLastConversionDate *wrappers.StringValue `protobuf:"bytes,74,opt,name=conversion_last_conversion_date,json=conversionLastConversionDate,proto3" json:"conversion_last_conversion_date,omitempty"` - // The estimated percentage of impressions on the Display Network - // that your ads didn't receive due to poor Ad Rank. - // Note: Content rank lost impression share is reported in the range of 0 - // to 0.9. Any value above 0.9 is reported as 0.9001. - ContentRankLostImpressionShare *wrappers.DoubleValue `protobuf:"bytes,22,opt,name=content_rank_lost_impression_share,json=contentRankLostImpressionShare,proto3" json:"content_rank_lost_impression_share,omitempty"` - // Conversions from interactions divided by the number of ad interactions - // (such as clicks for text ads or views for video ads). This only includes - // conversion actions which include_in_conversions_metric attribute is set to - // true. - ConversionsFromInteractionsRate *wrappers.DoubleValue `protobuf:"bytes,69,opt,name=conversions_from_interactions_rate,json=conversionsFromInteractionsRate,proto3" json:"conversions_from_interactions_rate,omitempty"` - // The total value of conversions. This only includes conversion actions which - // include_in_conversions_metric attribute is set to true. - ConversionsValue *wrappers.DoubleValue `protobuf:"bytes,70,opt,name=conversions_value,json=conversionsValue,proto3" json:"conversions_value,omitempty"` - // The value of conversions divided by the cost of ad interactions. This only - // includes conversion actions which include_in_conversions_metric attribute - // is set to true. - ConversionsValuePerCost *wrappers.DoubleValue `protobuf:"bytes,71,opt,name=conversions_value_per_cost,json=conversionsValuePerCost,proto3" json:"conversions_value_per_cost,omitempty"` - // The value of conversions from interactions divided by the number of ad - // interactions. This only includes conversion actions which - // include_in_conversions_metric attribute is set to true. - ConversionsFromInteractionsValuePerInteraction *wrappers.DoubleValue `protobuf:"bytes,72,opt,name=conversions_from_interactions_value_per_interaction,json=conversionsFromInteractionsValuePerInteraction,proto3" json:"conversions_from_interactions_value_per_interaction,omitempty"` - // The number of conversions. This only includes conversion actions which - // include_in_conversions_metric attribute is set to true. - Conversions *wrappers.DoubleValue `protobuf:"bytes,25,opt,name=conversions,proto3" json:"conversions,omitempty"` - // The sum of your cost-per-click (CPC) and cost-per-thousand impressions - // (CPM) costs during this period. - CostMicros *wrappers.Int64Value `protobuf:"bytes,26,opt,name=cost_micros,json=costMicros,proto3" json:"cost_micros,omitempty"` - // The cost of ad interactions divided by all conversions. - CostPerAllConversions *wrappers.DoubleValue `protobuf:"bytes,68,opt,name=cost_per_all_conversions,json=costPerAllConversions,proto3" json:"cost_per_all_conversions,omitempty"` - // The cost of ad interactions divided by conversions. This only includes - // conversion actions which include_in_conversions_metric attribute is set to - // true. - CostPerConversion *wrappers.DoubleValue `protobuf:"bytes,28,opt,name=cost_per_conversion,json=costPerConversion,proto3" json:"cost_per_conversion,omitempty"` - // The cost of ad interactions divided by current model attributed - // conversions. This only includes conversion actions which - // include_in_conversions_metric attribute is set to true. - CostPerCurrentModelAttributedConversion *wrappers.DoubleValue `protobuf:"bytes,106,opt,name=cost_per_current_model_attributed_conversion,json=costPerCurrentModelAttributedConversion,proto3" json:"cost_per_current_model_attributed_conversion,omitempty"` - // Conversions from when a customer clicks on a Google Ads ad on one device, - // then converts on a different device or browser. - // Cross-device conversions are already included in all_conversions. - CrossDeviceConversions *wrappers.DoubleValue `protobuf:"bytes,29,opt,name=cross_device_conversions,json=crossDeviceConversions,proto3" json:"cross_device_conversions,omitempty"` - // The number of clicks your ad receives (Clicks) divided by the number - // of times your ad is shown (Impressions). - Ctr *wrappers.DoubleValue `protobuf:"bytes,30,opt,name=ctr,proto3" json:"ctr,omitempty"` - // Shows how your historic conversions data would look under the attribution - // model you've currently selected. This only includes conversion actions - // which include_in_conversions_metric attribute is set to true. - CurrentModelAttributedConversions *wrappers.DoubleValue `protobuf:"bytes,101,opt,name=current_model_attributed_conversions,json=currentModelAttributedConversions,proto3" json:"current_model_attributed_conversions,omitempty"` - // Current model attributed conversions from interactions divided by the - // number of ad interactions (such as clicks for text ads or views for video - // ads). This only includes conversion actions which - // include_in_conversions_metric attribute is set to true. - CurrentModelAttributedConversionsFromInteractionsRate *wrappers.DoubleValue `protobuf:"bytes,102,opt,name=current_model_attributed_conversions_from_interactions_rate,json=currentModelAttributedConversionsFromInteractionsRate,proto3" json:"current_model_attributed_conversions_from_interactions_rate,omitempty"` - // The value of current model attributed conversions from interactions divided - // by the number of ad interactions. This only includes conversion actions - // which include_in_conversions_metric attribute is set to true. - CurrentModelAttributedConversionsFromInteractionsValuePerInteraction *wrappers.DoubleValue `protobuf:"bytes,103,opt,name=current_model_attributed_conversions_from_interactions_value_per_interaction,json=currentModelAttributedConversionsFromInteractionsValuePerInteraction,proto3" json:"current_model_attributed_conversions_from_interactions_value_per_interaction,omitempty"` - // The total value of current model attributed conversions. This only includes - // conversion actions which include_in_conversions_metric attribute is set to - // true. - CurrentModelAttributedConversionsValue *wrappers.DoubleValue `protobuf:"bytes,104,opt,name=current_model_attributed_conversions_value,json=currentModelAttributedConversionsValue,proto3" json:"current_model_attributed_conversions_value,omitempty"` - // The value of current model attributed conversions divided by the cost of ad - // interactions. This only includes conversion actions which - // include_in_conversions_metric attribute is set to true. - CurrentModelAttributedConversionsValuePerCost *wrappers.DoubleValue `protobuf:"bytes,105,opt,name=current_model_attributed_conversions_value_per_cost,json=currentModelAttributedConversionsValuePerCost,proto3" json:"current_model_attributed_conversions_value_per_cost,omitempty"` - // How often people engage with your ad after it's shown to them. This is the - // number of ad expansions divided by the number of times your ad is shown. - EngagementRate *wrappers.DoubleValue `protobuf:"bytes,31,opt,name=engagement_rate,json=engagementRate,proto3" json:"engagement_rate,omitempty"` - // The number of engagements. - // An engagement occurs when a viewer expands your Lightbox ad. Also, in the - // future, other ad types may support engagement metrics. - Engagements *wrappers.Int64Value `protobuf:"bytes,32,opt,name=engagements,proto3" json:"engagements,omitempty"` - // Average lead value of hotel. - HotelAverageLeadValueMicros *wrappers.DoubleValue `protobuf:"bytes,75,opt,name=hotel_average_lead_value_micros,json=hotelAverageLeadValueMicros,proto3" json:"hotel_average_lead_value_micros,omitempty"` - // The creative historical quality score. - HistoricalCreativeQualityScore enums.QualityScoreBucketEnum_QualityScoreBucket `protobuf:"varint,80,opt,name=historical_creative_quality_score,json=historicalCreativeQualityScore,proto3,enum=google.ads.googleads.v0.enums.QualityScoreBucketEnum_QualityScoreBucket" json:"historical_creative_quality_score,omitempty"` - // The quality of historical landing page experience. - HistoricalLandingPageQualityScore enums.QualityScoreBucketEnum_QualityScoreBucket `protobuf:"varint,81,opt,name=historical_landing_page_quality_score,json=historicalLandingPageQualityScore,proto3,enum=google.ads.googleads.v0.enums.QualityScoreBucketEnum_QualityScoreBucket" json:"historical_landing_page_quality_score,omitempty"` - // The historical quality score. - HistoricalQualityScore *wrappers.Int64Value `protobuf:"bytes,82,opt,name=historical_quality_score,json=historicalQualityScore,proto3" json:"historical_quality_score,omitempty"` - // The historical search predicted click through rate (CTR). - HistoricalSearchPredictedCtr enums.QualityScoreBucketEnum_QualityScoreBucket `protobuf:"varint,83,opt,name=historical_search_predicted_ctr,json=historicalSearchPredictedCtr,proto3,enum=google.ads.googleads.v0.enums.QualityScoreBucketEnum_QualityScoreBucket" json:"historical_search_predicted_ctr,omitempty"` - // The number of times the ad was forwarded to someone else as a message. - GmailForwards *wrappers.Int64Value `protobuf:"bytes,85,opt,name=gmail_forwards,json=gmailForwards,proto3" json:"gmail_forwards,omitempty"` - // The number of times someone has saved your Gmail ad to their inbox as a - // message. - GmailSaves *wrappers.Int64Value `protobuf:"bytes,86,opt,name=gmail_saves,json=gmailSaves,proto3" json:"gmail_saves,omitempty"` - // The number of clicks to the landing page on the expanded state of Gmail - // ads. - GmailSecondaryClicks *wrappers.Int64Value `protobuf:"bytes,87,opt,name=gmail_secondary_clicks,json=gmailSecondaryClicks,proto3" json:"gmail_secondary_clicks,omitempty"` - // Number of unique cookies that were exposed to your ad over a given time - // period. - ImpressionReach *wrappers.Int64Value `protobuf:"bytes,36,opt,name=impression_reach,json=impressionReach,proto3" json:"impression_reach,omitempty"` - // Count of how often your ad has appeared on a search results page or - // website on the Google Network. - Impressions *wrappers.Int64Value `protobuf:"bytes,37,opt,name=impressions,proto3" json:"impressions,omitempty"` - // How often people interact with your ad after it is shown to them. - // This is the number of interactions divided by the number of times your ad - // is shown. - InteractionRate *wrappers.DoubleValue `protobuf:"bytes,38,opt,name=interaction_rate,json=interactionRate,proto3" json:"interaction_rate,omitempty"` - // The number of interactions. - // An interaction is the main user action associated with an ad format-clicks - // for text and shopping ads, views for video ads, and so on. - Interactions *wrappers.Int64Value `protobuf:"bytes,39,opt,name=interactions,proto3" json:"interactions,omitempty"` - // The types of payable and free interactions. - InteractionEventTypes []enums.InteractionEventTypeEnum_InteractionEventType `protobuf:"varint,100,rep,packed,name=interaction_event_types,json=interactionEventTypes,proto3,enum=google.ads.googleads.v0.enums.InteractionEventTypeEnum_InteractionEventType" json:"interaction_event_types,omitempty"` - // The percentage of clicks filtered out of your total number of clicks - // (filtered + non-filtered clicks) during the reporting period. - InvalidClickRate *wrappers.DoubleValue `protobuf:"bytes,40,opt,name=invalid_click_rate,json=invalidClickRate,proto3" json:"invalid_click_rate,omitempty"` - // Number of clicks Google considers illegitimate and doesn't charge you for. - InvalidClicks *wrappers.Int64Value `protobuf:"bytes,41,opt,name=invalid_clicks,json=invalidClicks,proto3" json:"invalid_clicks,omitempty"` - // Percentage of first-time sessions (from people who had never visited your - // site before). Imported from Google Analytics. - PercentNewVisitors *wrappers.DoubleValue `protobuf:"bytes,42,opt,name=percent_new_visitors,json=percentNewVisitors,proto3" json:"percent_new_visitors,omitempty"` - // Number of offline phone calls. - PhoneCalls *wrappers.Int64Value `protobuf:"bytes,43,opt,name=phone_calls,json=phoneCalls,proto3" json:"phone_calls,omitempty"` - // Number of offline phone impressions. - PhoneImpressions *wrappers.Int64Value `protobuf:"bytes,44,opt,name=phone_impressions,json=phoneImpressions,proto3" json:"phone_impressions,omitempty"` - // Number of phone calls received (phone_calls) divided by the number of - // times your phone number is shown (phone_impressions). - PhoneThroughRate *wrappers.DoubleValue `protobuf:"bytes,45,opt,name=phone_through_rate,json=phoneThroughRate,proto3" json:"phone_through_rate,omitempty"` - // Your clickthrough rate (Ctr) divided by the average clickthrough rate of - // all advertisers on the websites that show your ads. Measures how your ads - // perform on Display Network sites compared to other ads on the same sites. - RelativeCtr *wrappers.DoubleValue `protobuf:"bytes,46,opt,name=relative_ctr,json=relativeCtr,proto3" json:"relative_ctr,omitempty"` - // The percentage of the customer's Shopping or Search ad impressions that are - // shown in the most prominent Shopping position. See - // this Merchant - // Center article for details. Any value below 0.1 is reported as 0.0999. - SearchAbsoluteTopImpressionShare *wrappers.DoubleValue `protobuf:"bytes,78,opt,name=search_absolute_top_impression_share,json=searchAbsoluteTopImpressionShare,proto3" json:"search_absolute_top_impression_share,omitempty"` - // The number estimating how often your ad wasn't the very first ad above the - // organic search results due to a low budget. Note: Search - // budget lost absolute top impression share is reported in the range of 0 to - // 0.9. Any value above 0.9 is reported as 0.9001. - SearchBudgetLostAbsoluteTopImpressionShare *wrappers.DoubleValue `protobuf:"bytes,88,opt,name=search_budget_lost_absolute_top_impression_share,json=searchBudgetLostAbsoluteTopImpressionShare,proto3" json:"search_budget_lost_absolute_top_impression_share,omitempty"` - // The estimated percent of times that your ad was eligible to show on the - // Search Network but didn't because your budget was too low. Note: Search - // budget lost impression share is reported in the range of 0 to 0.9. Any - // value above 0.9 is reported as 0.9001. - SearchBudgetLostImpressionShare *wrappers.DoubleValue `protobuf:"bytes,47,opt,name=search_budget_lost_impression_share,json=searchBudgetLostImpressionShare,proto3" json:"search_budget_lost_impression_share,omitempty"` - // The number estimating how often your ad didn't show anywhere above the - // organic search results due to a low budget. Note: Search - // budget lost top impression share is reported in the range of 0 to 0.9. Any - // value above 0.9 is reported as 0.9001. - SearchBudgetLostTopImpressionShare *wrappers.DoubleValue `protobuf:"bytes,89,opt,name=search_budget_lost_top_impression_share,json=searchBudgetLostTopImpressionShare,proto3" json:"search_budget_lost_top_impression_share,omitempty"` - // The number of clicks you've received on the Search Network - // divided by the estimated number of clicks you were eligible to receive. - // Note: Search click share is reported in the range of 0.1 to 1. Any value - // below 0.1 is reported as 0.0999. - SearchClickShare *wrappers.DoubleValue `protobuf:"bytes,48,opt,name=search_click_share,json=searchClickShare,proto3" json:"search_click_share,omitempty"` - // The impressions you've received divided by the estimated number of - // impressions you were eligible to receive on the Search Network for search - // terms that matched your keywords exactly (or were close variants of your - // keyword), regardless of your keyword match types. Note: Search exact match - // impression share is reported in the range of 0.1 to 1. Any value below 0.1 - // is reported as 0.0999. - SearchExactMatchImpressionShare *wrappers.DoubleValue `protobuf:"bytes,49,opt,name=search_exact_match_impression_share,json=searchExactMatchImpressionShare,proto3" json:"search_exact_match_impression_share,omitempty"` - // The impressions you've received on the Search Network divided - // by the estimated number of impressions you were eligible to receive. - // Note: Search impression share is reported in the range of 0.1 to 1. Any - // value below 0.1 is reported as 0.0999. - SearchImpressionShare *wrappers.DoubleValue `protobuf:"bytes,50,opt,name=search_impression_share,json=searchImpressionShare,proto3" json:"search_impression_share,omitempty"` - // The number estimating how often your ad wasn't the very first ad above the - // organic search results due to poor Ad Rank. - // Note: Search rank lost absolute top impression share is reported in the - // range of 0 to 0.9. Any value above 0.9 is reported as 0.9001. - SearchRankLostAbsoluteTopImpressionShare *wrappers.DoubleValue `protobuf:"bytes,90,opt,name=search_rank_lost_absolute_top_impression_share,json=searchRankLostAbsoluteTopImpressionShare,proto3" json:"search_rank_lost_absolute_top_impression_share,omitempty"` - // The estimated percentage of impressions on the Search Network - // that your ads didn't receive due to poor Ad Rank. - // Note: Search rank lost impression share is reported in the range of 0 to - // 0.9. Any value above 0.9 is reported as 0.9001. - SearchRankLostImpressionShare *wrappers.DoubleValue `protobuf:"bytes,51,opt,name=search_rank_lost_impression_share,json=searchRankLostImpressionShare,proto3" json:"search_rank_lost_impression_share,omitempty"` - // The number estimating how often your ad didn't show anywhere above the - // organic search results due to poor Ad Rank. - // Note: Search rank lost top impression share is reported in the range of 0 - // to 0.9. Any value above 0.9 is reported as 0.9001. - SearchRankLostTopImpressionShare *wrappers.DoubleValue `protobuf:"bytes,91,opt,name=search_rank_lost_top_impression_share,json=searchRankLostTopImpressionShare,proto3" json:"search_rank_lost_top_impression_share,omitempty"` - // The impressions you've received in the top location (anywhere above the - // organic search results) compared to the estimated number of impressions you - // were eligible to receive in the top location. - // Note: Search top impression share is reported in the range of 0.1 to 1. Any - // value below 0.1 is reported as 0.0999. - SearchTopImpressionShare *wrappers.DoubleValue `protobuf:"bytes,92,opt,name=search_top_impression_share,json=searchTopImpressionShare,proto3" json:"search_top_impression_share,omitempty"` - // The percent of your ad impressions that are shown anywhere above the - // organic search results. - TopImpressionPercentage *wrappers.DoubleValue `protobuf:"bytes,93,opt,name=top_impression_percentage,json=topImpressionPercentage,proto3" json:"top_impression_percentage,omitempty"` - // The value of all conversions divided by the number of all conversions. - ValuePerAllConversions *wrappers.DoubleValue `protobuf:"bytes,52,opt,name=value_per_all_conversions,json=valuePerAllConversions,proto3" json:"value_per_all_conversions,omitempty"` - // The value of conversions divided by the number of conversions. This only - // includes conversion actions which include_in_conversions_metric attribute - // is set to true. - ValuePerConversion *wrappers.DoubleValue `protobuf:"bytes,53,opt,name=value_per_conversion,json=valuePerConversion,proto3" json:"value_per_conversion,omitempty"` - // The value of current model attributed conversions divided by the number of - // the conversions. This only includes conversion actions which - // include_in_conversions_metric attribute is set to true. - ValuePerCurrentModelAttributedConversion *wrappers.DoubleValue `protobuf:"bytes,94,opt,name=value_per_current_model_attributed_conversion,json=valuePerCurrentModelAttributedConversion,proto3" json:"value_per_current_model_attributed_conversion,omitempty"` - // Percentage of impressions where the viewer watched all of your video. - VideoQuartile_100Rate *wrappers.DoubleValue `protobuf:"bytes,54,opt,name=video_quartile_100_rate,json=videoQuartile100Rate,proto3" json:"video_quartile_100_rate,omitempty"` - // Percentage of impressions where the viewer watched 25% of your video. - VideoQuartile_25Rate *wrappers.DoubleValue `protobuf:"bytes,55,opt,name=video_quartile_25_rate,json=videoQuartile25Rate,proto3" json:"video_quartile_25_rate,omitempty"` - // Percentage of impressions where the viewer watched 50% of your video. - VideoQuartile_50Rate *wrappers.DoubleValue `protobuf:"bytes,56,opt,name=video_quartile_50_rate,json=videoQuartile50Rate,proto3" json:"video_quartile_50_rate,omitempty"` - // Percentage of impressions where the viewer watched 75% of your video. - VideoQuartile_75Rate *wrappers.DoubleValue `protobuf:"bytes,57,opt,name=video_quartile_75_rate,json=videoQuartile75Rate,proto3" json:"video_quartile_75_rate,omitempty"` - // The number of views your TrueView video ad receives divided by its number - // of impressions, including thumbnail impressions for TrueView in-display - // ads. - VideoViewRate *wrappers.DoubleValue `protobuf:"bytes,58,opt,name=video_view_rate,json=videoViewRate,proto3" json:"video_view_rate,omitempty"` - // The number of times your video ads were viewed. - VideoViews *wrappers.Int64Value `protobuf:"bytes,59,opt,name=video_views,json=videoViews,proto3" json:"video_views,omitempty"` - // The total number of view-through conversions. - // These happen when a customer sees an image or rich media ad, then later - // completes a conversion on your site without interacting with (e.g., - // clicking on) another ad. - ViewThroughConversions *wrappers.Int64Value `protobuf:"bytes,60,opt,name=view_through_conversions,json=viewThroughConversions,proto3" json:"view_through_conversions,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Metrics) Reset() { *m = Metrics{} } -func (m *Metrics) String() string { return proto.CompactTextString(m) } -func (*Metrics) ProtoMessage() {} -func (*Metrics) Descriptor() ([]byte, []int) { - return fileDescriptor_metrics_c238705dd5b2e488, []int{0} -} -func (m *Metrics) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Metrics.Unmarshal(m, b) -} -func (m *Metrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Metrics.Marshal(b, m, deterministic) -} -func (dst *Metrics) XXX_Merge(src proto.Message) { - xxx_messageInfo_Metrics.Merge(dst, src) -} -func (m *Metrics) XXX_Size() int { - return xxx_messageInfo_Metrics.Size(m) -} -func (m *Metrics) XXX_DiscardUnknown() { - xxx_messageInfo_Metrics.DiscardUnknown(m) -} - -var xxx_messageInfo_Metrics proto.InternalMessageInfo - -func (m *Metrics) GetAbsoluteTopImpressionPercentage() *wrappers.DoubleValue { - if m != nil { - return m.AbsoluteTopImpressionPercentage - } - return nil -} - -func (m *Metrics) GetActiveViewCpm() *wrappers.DoubleValue { - if m != nil { - return m.ActiveViewCpm - } - return nil -} - -func (m *Metrics) GetActiveViewCtr() *wrappers.DoubleValue { - if m != nil { - return m.ActiveViewCtr - } - return nil -} - -func (m *Metrics) GetActiveViewImpressions() *wrappers.Int64Value { - if m != nil { - return m.ActiveViewImpressions - } - return nil -} - -func (m *Metrics) GetActiveViewMeasurability() *wrappers.DoubleValue { - if m != nil { - return m.ActiveViewMeasurability - } - return nil -} - -func (m *Metrics) GetActiveViewMeasurableCostMicros() *wrappers.Int64Value { - if m != nil { - return m.ActiveViewMeasurableCostMicros - } - return nil -} - -func (m *Metrics) GetActiveViewMeasurableImpressions() *wrappers.Int64Value { - if m != nil { - return m.ActiveViewMeasurableImpressions - } - return nil -} - -func (m *Metrics) GetActiveViewViewability() *wrappers.DoubleValue { - if m != nil { - return m.ActiveViewViewability - } - return nil -} - -func (m *Metrics) GetAllConversionsFromInteractionsRate() *wrappers.DoubleValue { - if m != nil { - return m.AllConversionsFromInteractionsRate - } - return nil -} - -func (m *Metrics) GetAllConversionsValue() *wrappers.DoubleValue { - if m != nil { - return m.AllConversionsValue - } - return nil -} - -func (m *Metrics) GetAllConversions() *wrappers.DoubleValue { - if m != nil { - return m.AllConversions - } - return nil -} - -func (m *Metrics) GetAllConversionsValuePerCost() *wrappers.DoubleValue { - if m != nil { - return m.AllConversionsValuePerCost - } - return nil -} - -func (m *Metrics) GetAllConversionsFromInteractionsValuePerInteraction() *wrappers.DoubleValue { - if m != nil { - return m.AllConversionsFromInteractionsValuePerInteraction - } - return nil -} - -func (m *Metrics) GetAverageCost() *wrappers.DoubleValue { - if m != nil { - return m.AverageCost - } - return nil -} - -func (m *Metrics) GetAverageCpc() *wrappers.DoubleValue { - if m != nil { - return m.AverageCpc - } - return nil -} - -func (m *Metrics) GetAverageCpe() *wrappers.DoubleValue { - if m != nil { - return m.AverageCpe - } - return nil -} - -func (m *Metrics) GetAverageCpm() *wrappers.DoubleValue { - if m != nil { - return m.AverageCpm - } - return nil -} - -func (m *Metrics) GetAverageCpv() *wrappers.DoubleValue { - if m != nil { - return m.AverageCpv - } - return nil -} - -func (m *Metrics) GetAverageFrequency() *wrappers.DoubleValue { - if m != nil { - return m.AverageFrequency - } - return nil -} - -func (m *Metrics) GetAveragePageViews() *wrappers.DoubleValue { - if m != nil { - return m.AveragePageViews - } - return nil -} - -func (m *Metrics) GetAveragePosition() *wrappers.DoubleValue { - if m != nil { - return m.AveragePosition - } - return nil -} - -func (m *Metrics) GetAverageTimeOnSite() *wrappers.DoubleValue { - if m != nil { - return m.AverageTimeOnSite - } - return nil -} - -func (m *Metrics) GetBenchmarkAverageMaxCpc() *wrappers.DoubleValue { - if m != nil { - return m.BenchmarkAverageMaxCpc - } - return nil -} - -func (m *Metrics) GetBenchmarkCtr() *wrappers.DoubleValue { - if m != nil { - return m.BenchmarkCtr - } - return nil -} - -func (m *Metrics) GetBounceRate() *wrappers.DoubleValue { - if m != nil { - return m.BounceRate - } - return nil -} - -func (m *Metrics) GetClicks() *wrappers.Int64Value { - if m != nil { - return m.Clicks - } - return nil -} - -func (m *Metrics) GetContentBudgetLostImpressionShare() *wrappers.DoubleValue { - if m != nil { - return m.ContentBudgetLostImpressionShare - } - return nil -} - -func (m *Metrics) GetContentImpressionShare() *wrappers.DoubleValue { - if m != nil { - return m.ContentImpressionShare - } - return nil -} - -func (m *Metrics) GetConversionLastReceivedRequestDateTime() *wrappers.StringValue { - if m != nil { - return m.ConversionLastReceivedRequestDateTime - } - return nil -} - -func (m *Metrics) GetConversionLastConversionDate() *wrappers.StringValue { - if m != nil { - return m.ConversionLastConversionDate - } - return nil -} - -func (m *Metrics) GetContentRankLostImpressionShare() *wrappers.DoubleValue { - if m != nil { - return m.ContentRankLostImpressionShare - } - return nil -} - -func (m *Metrics) GetConversionsFromInteractionsRate() *wrappers.DoubleValue { - if m != nil { - return m.ConversionsFromInteractionsRate - } - return nil -} - -func (m *Metrics) GetConversionsValue() *wrappers.DoubleValue { - if m != nil { - return m.ConversionsValue - } - return nil -} - -func (m *Metrics) GetConversionsValuePerCost() *wrappers.DoubleValue { - if m != nil { - return m.ConversionsValuePerCost - } - return nil -} - -func (m *Metrics) GetConversionsFromInteractionsValuePerInteraction() *wrappers.DoubleValue { - if m != nil { - return m.ConversionsFromInteractionsValuePerInteraction - } - return nil -} - -func (m *Metrics) GetConversions() *wrappers.DoubleValue { - if m != nil { - return m.Conversions - } - return nil -} - -func (m *Metrics) GetCostMicros() *wrappers.Int64Value { - if m != nil { - return m.CostMicros - } - return nil -} - -func (m *Metrics) GetCostPerAllConversions() *wrappers.DoubleValue { - if m != nil { - return m.CostPerAllConversions - } - return nil -} - -func (m *Metrics) GetCostPerConversion() *wrappers.DoubleValue { - if m != nil { - return m.CostPerConversion - } - return nil -} - -func (m *Metrics) GetCostPerCurrentModelAttributedConversion() *wrappers.DoubleValue { - if m != nil { - return m.CostPerCurrentModelAttributedConversion - } - return nil -} - -func (m *Metrics) GetCrossDeviceConversions() *wrappers.DoubleValue { - if m != nil { - return m.CrossDeviceConversions - } - return nil -} - -func (m *Metrics) GetCtr() *wrappers.DoubleValue { - if m != nil { - return m.Ctr - } - return nil -} - -func (m *Metrics) GetCurrentModelAttributedConversions() *wrappers.DoubleValue { - if m != nil { - return m.CurrentModelAttributedConversions - } - return nil -} - -func (m *Metrics) GetCurrentModelAttributedConversionsFromInteractionsRate() *wrappers.DoubleValue { - if m != nil { - return m.CurrentModelAttributedConversionsFromInteractionsRate - } - return nil -} - -func (m *Metrics) GetCurrentModelAttributedConversionsFromInteractionsValuePerInteraction() *wrappers.DoubleValue { - if m != nil { - return m.CurrentModelAttributedConversionsFromInteractionsValuePerInteraction - } - return nil -} - -func (m *Metrics) GetCurrentModelAttributedConversionsValue() *wrappers.DoubleValue { - if m != nil { - return m.CurrentModelAttributedConversionsValue - } - return nil -} - -func (m *Metrics) GetCurrentModelAttributedConversionsValuePerCost() *wrappers.DoubleValue { - if m != nil { - return m.CurrentModelAttributedConversionsValuePerCost - } - return nil -} - -func (m *Metrics) GetEngagementRate() *wrappers.DoubleValue { - if m != nil { - return m.EngagementRate - } - return nil -} - -func (m *Metrics) GetEngagements() *wrappers.Int64Value { - if m != nil { - return m.Engagements - } - return nil -} - -func (m *Metrics) GetHotelAverageLeadValueMicros() *wrappers.DoubleValue { - if m != nil { - return m.HotelAverageLeadValueMicros - } - return nil -} - -func (m *Metrics) GetHistoricalCreativeQualityScore() enums.QualityScoreBucketEnum_QualityScoreBucket { - if m != nil { - return m.HistoricalCreativeQualityScore - } - return enums.QualityScoreBucketEnum_UNSPECIFIED -} - -func (m *Metrics) GetHistoricalLandingPageQualityScore() enums.QualityScoreBucketEnum_QualityScoreBucket { - if m != nil { - return m.HistoricalLandingPageQualityScore - } - return enums.QualityScoreBucketEnum_UNSPECIFIED -} - -func (m *Metrics) GetHistoricalQualityScore() *wrappers.Int64Value { - if m != nil { - return m.HistoricalQualityScore - } - return nil -} - -func (m *Metrics) GetHistoricalSearchPredictedCtr() enums.QualityScoreBucketEnum_QualityScoreBucket { - if m != nil { - return m.HistoricalSearchPredictedCtr - } - return enums.QualityScoreBucketEnum_UNSPECIFIED -} - -func (m *Metrics) GetGmailForwards() *wrappers.Int64Value { - if m != nil { - return m.GmailForwards - } - return nil -} - -func (m *Metrics) GetGmailSaves() *wrappers.Int64Value { - if m != nil { - return m.GmailSaves - } - return nil -} - -func (m *Metrics) GetGmailSecondaryClicks() *wrappers.Int64Value { - if m != nil { - return m.GmailSecondaryClicks - } - return nil -} - -func (m *Metrics) GetImpressionReach() *wrappers.Int64Value { - if m != nil { - return m.ImpressionReach - } - return nil -} - -func (m *Metrics) GetImpressions() *wrappers.Int64Value { - if m != nil { - return m.Impressions - } - return nil -} - -func (m *Metrics) GetInteractionRate() *wrappers.DoubleValue { - if m != nil { - return m.InteractionRate - } - return nil -} - -func (m *Metrics) GetInteractions() *wrappers.Int64Value { - if m != nil { - return m.Interactions - } - return nil -} - -func (m *Metrics) GetInteractionEventTypes() []enums.InteractionEventTypeEnum_InteractionEventType { - if m != nil { - return m.InteractionEventTypes - } - return nil -} - -func (m *Metrics) GetInvalidClickRate() *wrappers.DoubleValue { - if m != nil { - return m.InvalidClickRate - } - return nil -} - -func (m *Metrics) GetInvalidClicks() *wrappers.Int64Value { - if m != nil { - return m.InvalidClicks - } - return nil -} - -func (m *Metrics) GetPercentNewVisitors() *wrappers.DoubleValue { - if m != nil { - return m.PercentNewVisitors - } - return nil -} - -func (m *Metrics) GetPhoneCalls() *wrappers.Int64Value { - if m != nil { - return m.PhoneCalls - } - return nil -} - -func (m *Metrics) GetPhoneImpressions() *wrappers.Int64Value { - if m != nil { - return m.PhoneImpressions - } - return nil -} - -func (m *Metrics) GetPhoneThroughRate() *wrappers.DoubleValue { - if m != nil { - return m.PhoneThroughRate - } - return nil -} - -func (m *Metrics) GetRelativeCtr() *wrappers.DoubleValue { - if m != nil { - return m.RelativeCtr - } - return nil -} - -func (m *Metrics) GetSearchAbsoluteTopImpressionShare() *wrappers.DoubleValue { - if m != nil { - return m.SearchAbsoluteTopImpressionShare - } - return nil -} - -func (m *Metrics) GetSearchBudgetLostAbsoluteTopImpressionShare() *wrappers.DoubleValue { - if m != nil { - return m.SearchBudgetLostAbsoluteTopImpressionShare - } - return nil -} - -func (m *Metrics) GetSearchBudgetLostImpressionShare() *wrappers.DoubleValue { - if m != nil { - return m.SearchBudgetLostImpressionShare - } - return nil -} - -func (m *Metrics) GetSearchBudgetLostTopImpressionShare() *wrappers.DoubleValue { - if m != nil { - return m.SearchBudgetLostTopImpressionShare - } - return nil -} - -func (m *Metrics) GetSearchClickShare() *wrappers.DoubleValue { - if m != nil { - return m.SearchClickShare - } - return nil -} - -func (m *Metrics) GetSearchExactMatchImpressionShare() *wrappers.DoubleValue { - if m != nil { - return m.SearchExactMatchImpressionShare - } - return nil -} - -func (m *Metrics) GetSearchImpressionShare() *wrappers.DoubleValue { - if m != nil { - return m.SearchImpressionShare - } - return nil -} - -func (m *Metrics) GetSearchRankLostAbsoluteTopImpressionShare() *wrappers.DoubleValue { - if m != nil { - return m.SearchRankLostAbsoluteTopImpressionShare - } - return nil -} - -func (m *Metrics) GetSearchRankLostImpressionShare() *wrappers.DoubleValue { - if m != nil { - return m.SearchRankLostImpressionShare - } - return nil -} - -func (m *Metrics) GetSearchRankLostTopImpressionShare() *wrappers.DoubleValue { - if m != nil { - return m.SearchRankLostTopImpressionShare - } - return nil -} - -func (m *Metrics) GetSearchTopImpressionShare() *wrappers.DoubleValue { - if m != nil { - return m.SearchTopImpressionShare - } - return nil -} - -func (m *Metrics) GetTopImpressionPercentage() *wrappers.DoubleValue { - if m != nil { - return m.TopImpressionPercentage - } - return nil -} - -func (m *Metrics) GetValuePerAllConversions() *wrappers.DoubleValue { - if m != nil { - return m.ValuePerAllConversions - } - return nil -} - -func (m *Metrics) GetValuePerConversion() *wrappers.DoubleValue { - if m != nil { - return m.ValuePerConversion - } - return nil -} - -func (m *Metrics) GetValuePerCurrentModelAttributedConversion() *wrappers.DoubleValue { - if m != nil { - return m.ValuePerCurrentModelAttributedConversion - } - return nil -} - -func (m *Metrics) GetVideoQuartile_100Rate() *wrappers.DoubleValue { - if m != nil { - return m.VideoQuartile_100Rate - } - return nil -} - -func (m *Metrics) GetVideoQuartile_25Rate() *wrappers.DoubleValue { - if m != nil { - return m.VideoQuartile_25Rate - } - return nil -} - -func (m *Metrics) GetVideoQuartile_50Rate() *wrappers.DoubleValue { - if m != nil { - return m.VideoQuartile_50Rate - } - return nil -} - -func (m *Metrics) GetVideoQuartile_75Rate() *wrappers.DoubleValue { - if m != nil { - return m.VideoQuartile_75Rate - } - return nil -} - -func (m *Metrics) GetVideoViewRate() *wrappers.DoubleValue { - if m != nil { - return m.VideoViewRate - } - return nil -} - -func (m *Metrics) GetVideoViews() *wrappers.Int64Value { - if m != nil { - return m.VideoViews - } - return nil -} - -func (m *Metrics) GetViewThroughConversions() *wrappers.Int64Value { - if m != nil { - return m.ViewThroughConversions - } - return nil -} - -func init() { - proto.RegisterType((*Metrics)(nil), "google.ads.googleads.v0.common.Metrics") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/metrics.proto", fileDescriptor_metrics_c238705dd5b2e488) -} - -var fileDescriptor_metrics_c238705dd5b2e488 = []byte{ - // 2153 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x9a, 0xdb, 0x72, 0x1b, 0xb7, - 0x19, 0xc7, 0x87, 0x76, 0x27, 0x69, 0x3f, 0xd9, 0x92, 0xb3, 0x96, 0x2d, 0x48, 0x76, 0x24, 0x59, - 0xf5, 0x41, 0x75, 0x6d, 0x8a, 0x96, 0xa3, 0x38, 0xa5, 0xed, 0x64, 0xa8, 0x93, 0x2d, 0x55, 0x72, - 0x74, 0x32, 0xed, 0x24, 0x6a, 0x37, 0xe0, 0x2e, 0x44, 0x6e, 0xb4, 0x07, 0x1a, 0x00, 0x29, 0x6b, - 0x3a, 0xed, 0x45, 0xa7, 0x17, 0xed, 0x55, 0x3b, 0xd3, 0x9b, 0x4c, 0x2f, 0x7b, 0xd9, 0x27, 0xe8, - 0x33, 0xf4, 0x45, 0x3a, 0xd3, 0xa7, 0xe8, 0xe0, 0xb0, 0x5c, 0x90, 0x5c, 0x8a, 0x50, 0x26, 0x37, - 0x0e, 0xb5, 0xc1, 0xff, 0xf7, 0xff, 0x80, 0x05, 0x3e, 0x00, 0x1f, 0x09, 0x0f, 0xea, 0x49, 0x52, - 0x0f, 0xc9, 0x02, 0xf6, 0xd9, 0x82, 0xfa, 0x28, 0x3e, 0xb5, 0x4b, 0x0b, 0x5e, 0x12, 0x45, 0x49, - 0xbc, 0x10, 0x11, 0x4e, 0x03, 0x8f, 0x15, 0x9b, 0x34, 0xe1, 0x89, 0x33, 0xad, 0x9a, 0x14, 0xb1, - 0xcf, 0x8a, 0x9d, 0xd6, 0xc5, 0x76, 0xa9, 0xa8, 0x5a, 0x4f, 0x95, 0x07, 0xd1, 0x48, 0xdc, 0x8a, - 0xd8, 0x42, 0x10, 0x73, 0x42, 0xb1, 0xc7, 0x83, 0x24, 0x76, 0x49, 0x9b, 0xc4, 0xdc, 0xe5, 0xa7, - 0x4d, 0xa2, 0xd8, 0x53, 0x9f, 0x9d, 0xad, 0x7d, 0xd7, 0xc2, 0x61, 0xc0, 0x4f, 0x5d, 0xe6, 0x25, - 0x94, 0xb8, 0xb5, 0x96, 0x77, 0x4c, 0xb8, 0x56, 0xea, 0xa8, 0x16, 0xe4, 0x5f, 0xb5, 0xd6, 0xd1, - 0xc2, 0x09, 0xc5, 0xcd, 0x26, 0xa1, 0x3a, 0xea, 0xb9, 0xef, 0x2b, 0xf0, 0xe1, 0xb6, 0xea, 0x87, - 0x13, 0xc0, 0x1c, 0xae, 0xb1, 0x24, 0x6c, 0x71, 0xe2, 0xf2, 0xa4, 0xe9, 0x06, 0x51, 0x93, 0x12, - 0xc6, 0x44, 0x44, 0x4d, 0x42, 0x3d, 0x12, 0x73, 0x5c, 0x27, 0xc8, 0x9d, 0x2d, 0xcc, 0x8f, 0x2c, - 0xde, 0xd4, 0x7d, 0x2c, 0xa6, 0xe0, 0xe2, 0x6a, 0xd2, 0xaa, 0x85, 0xa4, 0x8a, 0xc3, 0x16, 0xd9, - 0x9b, 0x49, 0x39, 0x07, 0x49, 0x73, 0xa3, 0x43, 0xd9, 0xe9, 0x40, 0x9c, 0x55, 0x18, 0x13, 0x7d, - 0x6d, 0x13, 0xb7, 0x1d, 0x90, 0x13, 0xd7, 0x6b, 0x46, 0xa8, 0x60, 0xc1, 0xbd, 0xac, 0x44, 0xd5, - 0x80, 0x9c, 0xac, 0x34, 0xa3, 0x3e, 0x0a, 0xa7, 0xe8, 0xcb, 0x73, 0x52, 0x38, 0x75, 0xf6, 0x61, - 0xc2, 0xa4, 0x64, 0xbd, 0x66, 0xe8, 0x82, 0xa4, 0xdd, 0xe8, 0xa3, 0x6d, 0xc4, 0xfc, 0xd3, 0x4f, - 0x14, 0xec, 0x5a, 0x06, 0xcb, 0x7a, 0xca, 0x9c, 0xb7, 0x30, 0x69, 0x42, 0x23, 0x82, 0x59, 0x8b, - 0xe2, 0x5a, 0x20, 0xde, 0x13, 0xfa, 0xd6, 0x22, 0xc8, 0x89, 0x8c, 0xbb, 0x6d, 0x8a, 0x9d, 0x3a, - 0xcc, 0xe5, 0x91, 0x43, 0xe2, 0x7a, 0x09, 0xe3, 0x6e, 0x14, 0x78, 0x34, 0x61, 0xe8, 0xe2, 0xf0, - 0xc8, 0xa7, 0xfb, 0x1d, 0x42, 0xb2, 0x92, 0x30, 0xbe, 0x2d, 0x11, 0x4e, 0x63, 0xa0, 0x91, 0x39, - 0x44, 0x3f, 0x19, 0x6e, 0x34, 0x93, 0x67, 0x64, 0x0e, 0xd6, 0x41, 0xf7, 0x1b, 0x10, 0xff, 0xa4, - 0x43, 0x85, 0x2d, 0x86, 0xca, 0x78, 0x05, 0xd5, 0x4c, 0xea, 0x34, 0xe1, 0x2e, 0x0e, 0x43, 0xd7, - 0x4b, 0xe2, 0x36, 0xa1, 0xd2, 0xc8, 0x3d, 0xa2, 0x49, 0xe4, 0x1a, 0x2b, 0x8d, 0xb9, 0x14, 0x73, - 0x82, 0x2a, 0x16, 0x26, 0x73, 0x38, 0x0c, 0x57, 0x32, 0xd4, 0x3a, 0x4d, 0xa2, 0x0d, 0x03, 0xb4, - 0x87, 0x39, 0x71, 0x76, 0xe0, 0x5a, 0xaf, 0x63, 0x5b, 0x88, 0xd1, 0xb2, 0x85, 0xc1, 0xd5, 0x6e, - 0x03, 0xf9, 0xd0, 0x59, 0x83, 0xb1, 0x1e, 0x22, 0xfa, 0xd0, 0x82, 0x35, 0xda, 0xcd, 0x72, 0xbe, - 0x85, 0xe9, 0xdc, 0xc0, 0xc4, 0xba, 0x96, 0xd3, 0x06, 0x7d, 0x6e, 0x41, 0x9d, 0xca, 0x89, 0x70, - 0x87, 0x50, 0x31, 0x65, 0x9c, 0xbf, 0x15, 0xe0, 0xc9, 0xf0, 0xd1, 0xce, 0x4c, 0x8d, 0xc7, 0x68, - 0xc5, 0xc2, 0xfb, 0xd1, 0xd9, 0xc3, 0x9f, 0xc6, 0x62, 0x3c, 0x73, 0xbe, 0x80, 0x4b, 0xb8, 0x4d, - 0x28, 0xae, 0xab, 0x95, 0x81, 0x7e, 0x6a, 0x61, 0x33, 0xa2, 0x15, 0xb2, 0x4f, 0xcf, 0x61, 0xa4, - 0x03, 0x68, 0x7a, 0xe8, 0x67, 0x16, 0x7a, 0x48, 0xf5, 0x4d, 0xaf, 0x5b, 0x4e, 0x50, 0xed, 0x5c, - 0x72, 0xd2, 0x2d, 0x8f, 0x10, 0x9c, 0x4b, 0x1e, 0x75, 0xcb, 0xdb, 0x68, 0xe4, 0x5c, 0xf2, 0xb6, - 0xb3, 0x01, 0x1f, 0xa5, 0xf2, 0x23, 0x4a, 0xde, 0xb5, 0x48, 0xec, 0x9d, 0xa2, 0x4b, 0x16, 0x90, - 0x2b, 0x5a, 0xb6, 0x9e, 0xaa, 0x9c, 0x4d, 0x70, 0x52, 0x54, 0x53, 0xfc, 0x23, 0x96, 0x37, 0x43, - 0xde, 0x39, 0x58, 0x3b, 0xb8, 0x2e, 0x57, 0x37, 0x73, 0x5e, 0xc0, 0x95, 0x0e, 0x2b, 0x61, 0x81, - 0x9c, 0x3e, 0x97, 0x2d, 0x48, 0x63, 0x29, 0x49, 0x8b, 0x9c, 0x6d, 0x18, 0x4f, 0x41, 0x3c, 0x88, - 0x88, 0x9b, 0xc4, 0x2e, 0x0b, 0x38, 0x41, 0x07, 0x16, 0xb0, 0x74, 0x64, 0x0e, 0x82, 0x88, 0x7c, - 0x19, 0xef, 0x07, 0x9c, 0x38, 0x6f, 0x60, 0xb2, 0x46, 0x62, 0xaf, 0x11, 0x61, 0x7a, 0xec, 0xa6, - 0xe0, 0x08, 0xbf, 0x97, 0x13, 0x67, 0xd4, 0x82, 0x79, 0xbd, 0x23, 0xaf, 0x28, 0xf5, 0x36, 0x7e, - 0x2f, 0x26, 0x51, 0x05, 0x2e, 0x67, 0x60, 0xb1, 0xc1, 0x6d, 0x5b, 0xc0, 0x2e, 0x75, 0x24, 0x62, - 0x7f, 0x7b, 0x0e, 0x23, 0xb5, 0xa4, 0x15, 0x7b, 0x44, 0x25, 0xbb, 0x31, 0x9b, 0x99, 0xa0, 0x04, - 0x32, 0xa9, 0x3d, 0x86, 0x0f, 0xbc, 0x30, 0xf0, 0x8e, 0x19, 0xba, 0x3a, 0x3c, 0xd5, 0xeb, 0xa6, - 0x4e, 0x08, 0xb7, 0xbd, 0x24, 0xe6, 0xe2, 0x18, 0x53, 0x6b, 0xf9, 0x75, 0xc2, 0xdd, 0x50, 0x6c, - 0x4e, 0xc6, 0x89, 0x82, 0x35, 0x30, 0x25, 0x68, 0xdc, 0x22, 0x98, 0x59, 0x4d, 0x5a, 0x96, 0xa0, - 0xad, 0x84, 0xf1, 0x6c, 0xef, 0xd8, 0x17, 0x14, 0xa7, 0x0a, 0x28, 0x75, 0xeb, 0x73, 0xb8, 0x66, - 0x33, 0xf8, 0x5a, 0xdd, 0xcb, 0x3d, 0x81, 0xfb, 0x59, 0x3e, 0x73, 0x43, 0xcc, 0xb8, 0x4b, 0x89, - 0x47, 0x82, 0x36, 0xf1, 0x5d, 0x39, 0xbd, 0x19, 0x77, 0x7d, 0xcc, 0xd5, 0x14, 0x42, 0x1b, 0x03, - 0x9c, 0xf6, 0x39, 0x0d, 0xe2, 0xba, 0x72, 0xba, 0x93, 0xf1, 0xb6, 0x30, 0xe3, 0x7b, 0x9a, 0xb6, - 0xa7, 0x60, 0xab, 0x98, 0xcb, 0x49, 0xe5, 0x78, 0x30, 0xd3, 0x6b, 0x6c, 0xfc, 0x2d, 0x2c, 0xd1, - 0xa6, 0x85, 0xdb, 0xcd, 0x6e, 0xb7, 0x2c, 0x7f, 0x0a, 0x23, 0xb1, 0xbf, 0xa7, 0xa3, 0x46, 0x71, - 0x7c, 0x3c, 0xe0, 0x0d, 0x5d, 0xb7, 0x18, 0xbf, 0x69, 0xcd, 0xd9, 0xc3, 0xf1, 0x71, 0xde, 0xfb, - 0x09, 0xa4, 0xd3, 0xb0, 0x5d, 0x78, 0xcd, 0xe6, 0x60, 0xe9, 0x0d, 0xd9, 0x82, 0x37, 0xe0, 0xa3, - 0xfe, 0xed, 0x77, 0xdd, 0x26, 0xd7, 0x78, 0xbd, 0x7b, 0xef, 0x57, 0x30, 0x75, 0xc6, 0x86, 0xf9, - 0xc2, 0xe6, 0x0c, 0xe7, 0x0d, 0xd8, 0x2d, 0xff, 0x52, 0x80, 0xc7, 0x3f, 0x64, 0xa7, 0x7c, 0x69, - 0x61, 0x5a, 0xf4, 0xce, 0xb7, 0x4d, 0x7e, 0x0e, 0x23, 0xe6, 0xf1, 0x62, 0xd2, 0x66, 0x97, 0x34, - 0x04, 0xce, 0x33, 0xa1, 0xcf, 0x0e, 0x9e, 0x53, 0xc3, 0x93, 0x04, 0x78, 0xd9, 0x21, 0xf3, 0xb5, - 0x58, 0xba, 0x8c, 0xcb, 0x9e, 0xf6, 0x9e, 0x74, 0x56, 0x6d, 0xce, 0x7e, 0x42, 0xbd, 0x43, 0x68, - 0xa5, 0xfb, 0xc0, 0xb3, 0x05, 0x57, 0x3b, 0xd8, 0x0c, 0x89, 0x6e, 0xda, 0x64, 0x77, 0x4d, 0xcc, - 0x70, 0xce, 0xef, 0xe0, 0x41, 0x46, 0x6b, 0x51, 0x2a, 0x96, 0x4c, 0x94, 0xf8, 0x24, 0x74, 0x31, - 0xe7, 0x34, 0xa8, 0xb5, 0x38, 0xf1, 0x4d, 0x9b, 0xef, 0x2c, 0x6c, 0xee, 0xa5, 0x36, 0x8a, 0xb7, - 0x2d, 0x70, 0x95, 0x0e, 0xcd, 0x30, 0x17, 0xc9, 0x8d, 0x26, 0x8c, 0xb9, 0x3e, 0x69, 0x07, 0x1e, - 0xe9, 0x1a, 0xa1, 0x8f, 0xad, 0x92, 0x9b, 0x50, 0xaf, 0x4a, 0xb1, 0x39, 0x44, 0x45, 0xb8, 0x28, - 0xf6, 0x93, 0x69, 0x0b, 0x84, 0x68, 0xe8, 0x44, 0x70, 0xdb, 0xa2, 0xef, 0x0c, 0x11, 0x0b, 0xe0, - 0x2d, 0x6f, 0x48, 0xaf, 0x99, 0xf3, 0x7d, 0x01, 0x9e, 0xda, 0xf8, 0x0d, 0xca, 0x26, 0x47, 0x16, - 0x61, 0x2c, 0x0d, 0x0d, 0x23, 0x37, 0xc7, 0xfc, 0xbb, 0x00, 0x5b, 0x3f, 0x30, 0xb4, 0xfc, 0x65, - 0x5d, 0xb7, 0x88, 0x75, 0xf5, 0xdc, 0xb1, 0xe6, 0x2d, 0xf6, 0xf7, 0x70, 0xdf, 0x2a, 0x72, 0x95, - 0x37, 0x1b, 0x16, 0x71, 0xdd, 0x1d, 0x1a, 0x97, 0xca, 0xa6, 0x7f, 0x16, 0x29, 0xcf, 0xda, 0x3a, - 0xcb, 0xb3, 0x81, 0x45, 0x0c, 0x0f, 0xed, 0x62, 0x48, 0xb3, 0xef, 0x1a, 0x8c, 0x91, 0xb8, 0x8e, - 0xeb, 0x24, 0x52, 0x7b, 0x1f, 0x27, 0x68, 0xc6, 0xe6, 0x52, 0x95, 0x89, 0xe4, 0x34, 0x78, 0x0e, - 0x23, 0xd9, 0x13, 0x86, 0x66, 0x87, 0x27, 0x3e, 0xb3, 0xbd, 0x53, 0x83, 0x99, 0x46, 0xc2, 0xc5, - 0x38, 0xe8, 0xe3, 0x62, 0x48, 0xb0, 0xaf, 0x7b, 0xaf, 0x73, 0xe9, 0xaf, 0x2d, 0xa2, 0xba, 0x21, - 0x21, 0xfa, 0xd0, 0xb8, 0x45, 0xb0, 0x2f, 0x1f, 0xeb, 0xec, 0xfa, 0xf7, 0x02, 0xdc, 0x6a, 0x04, - 0x8c, 0x27, 0x34, 0xf0, 0x70, 0xe8, 0x7a, 0x94, 0x60, 0x79, 0xcd, 0xee, 0x2a, 0x18, 0xa1, 0x9d, - 0xd9, 0xc2, 0xfc, 0xe8, 0xe2, 0xcb, 0xe2, 0xa0, 0x02, 0x96, 0x2c, 0x32, 0x15, 0x77, 0x95, 0x66, - 0x5f, 0x48, 0x96, 0x65, 0x89, 0x69, 0x2d, 0x6e, 0x45, 0x39, 0x8f, 0xf7, 0xa6, 0x33, 0xcb, 0x15, - 0xed, 0x68, 0xb6, 0x72, 0xfe, 0x51, 0x80, 0x3b, 0x46, 0x54, 0x21, 0x8e, 0xfd, 0x20, 0xae, 0xab, - 0xcb, 0x41, 0x77, 0x64, 0xbb, 0x3f, 0x72, 0x64, 0xc6, 0x60, 0x6c, 0x29, 0x57, 0x71, 0xb5, 0xe8, - 0x0a, 0xee, 0x35, 0x20, 0x23, 0xb6, 0xee, 0x70, 0xf6, 0x86, 0xbf, 0xe2, 0xeb, 0x99, 0xb8, 0x0b, - 0xfb, 0xd7, 0x02, 0xcc, 0x18, 0x5c, 0x46, 0x30, 0xf5, 0x1a, 0x6e, 0x93, 0x12, 0x3f, 0xf0, 0xe4, - 0x0a, 0xe0, 0x14, 0xed, 0xff, 0xc8, 0xbd, 0xbd, 0x99, 0x19, 0xee, 0x4b, 0xbf, 0x9d, 0xd4, 0x4e, - 0x5c, 0x0b, 0x96, 0x61, 0xb4, 0x1e, 0xe1, 0x20, 0x74, 0x8f, 0x12, 0x7a, 0x82, 0xa9, 0xcf, 0xd0, - 0xeb, 0xe1, 0xdd, 0xbb, 0x2c, 0x25, 0xeb, 0x5a, 0x21, 0xf6, 0x7e, 0xc5, 0x60, 0xb8, 0x4d, 0x18, - 0xaa, 0x5a, 0xec, 0xfd, 0xb2, 0xfd, 0xbe, 0x68, 0xee, 0xec, 0xc2, 0x75, 0xad, 0x26, 0x5e, 0x12, - 0xfb, 0x98, 0x9e, 0xba, 0xfa, 0xa6, 0xf1, 0x66, 0x38, 0x68, 0x5c, 0x81, 0x52, 0xe5, 0x8a, 0xba, - 0x77, 0xac, 0xc3, 0x15, 0xe3, 0x04, 0x4b, 0x09, 0xf6, 0x1a, 0xe8, 0xf6, 0x70, 0xd8, 0x58, 0x26, - 0xda, 0x13, 0x1a, 0xb1, 0xb6, 0xcd, 0x22, 0xd7, 0x1d, 0x8b, 0xb5, 0x6d, 0xb4, 0x17, 0xd7, 0x54, - 0xb3, 0x9e, 0x2b, 0x53, 0xcc, 0x5d, 0x9b, 0x6b, 0xaa, 0xa1, 0x92, 0x39, 0xe6, 0x0b, 0xb8, 0x64, - 0xee, 0x1f, 0xe8, 0xde, 0xf0, 0x40, 0xba, 0x04, 0xce, 0x9f, 0x0a, 0x30, 0x91, 0x5f, 0x5a, 0x66, - 0xc8, 0x9f, 0xbd, 0x38, 0x3f, 0xba, 0xb8, 0x35, 0x64, 0xbe, 0x19, 0xdb, 0xc7, 0x9a, 0x10, 0x1f, - 0x9c, 0x36, 0x89, 0x9c, 0x71, 0x79, 0xff, 0x63, 0xef, 0x5a, 0x90, 0xf3, 0x94, 0x39, 0x9b, 0xe0, - 0x04, 0x71, 0x1b, 0x87, 0x81, 0xaf, 0x5e, 0xb1, 0x1a, 0x92, 0x79, 0x9b, 0x73, 0xb9, 0xd6, 0xc9, - 0x17, 0x2c, 0xc7, 0x64, 0x19, 0x46, 0xbb, 0x58, 0x0c, 0xfd, 0xc2, 0x62, 0xe2, 0x9a, 0x18, 0xe6, - 0xbc, 0x82, 0x71, 0x5d, 0xd2, 0x76, 0x63, 0x59, 0x71, 0x64, 0x01, 0x4f, 0x28, 0x43, 0xf7, 0x2d, - 0x22, 0x72, 0xb4, 0xf2, 0x15, 0x39, 0xa9, 0x6a, 0x9d, 0x58, 0x08, 0xcd, 0x46, 0x12, 0x13, 0xd7, - 0xc3, 0x61, 0xc8, 0xd0, 0x2f, 0x2d, 0x16, 0x82, 0x6c, 0xbf, 0x22, 0x9a, 0x3b, 0x2f, 0xe1, 0x23, - 0xa5, 0x36, 0xe7, 0xdc, 0x83, 0xe1, 0x8c, 0x2b, 0x52, 0x65, 0x56, 0x52, 0x37, 0xc1, 0x51, 0x24, - 0xde, 0xa0, 0x49, 0xab, 0xde, 0x50, 0xe3, 0xfc, 0xd0, 0x66, 0x9c, 0xa5, 0xee, 0x40, 0xc9, 0xd2, - 0xb9, 0x47, 0x49, 0xa8, 0x36, 0x0c, 0x91, 0x9e, 0x8a, 0x36, 0x37, 0x83, 0x54, 0x21, 0x32, 0x4c, - 0x08, 0xb7, 0x75, 0x9e, 0x1b, 0xf4, 0xb5, 0x82, 0xba, 0x62, 0xbe, 0xb2, 0x29, 0x02, 0x28, 0x52, - 0x25, 0xef, 0x7b, 0x05, 0x75, 0xc9, 0xfc, 0x63, 0x01, 0x4a, 0xda, 0xce, 0x2c, 0x39, 0x9c, 0x6d, - 0xfd, 0xd6, 0xc2, 0xfa, 0xbe, 0xa2, 0x66, 0xe5, 0x87, 0x33, 0x82, 0xf8, 0x0e, 0x7e, 0x9e, 0x13, - 0x43, 0x9f, 0xed, 0x82, 0xcd, 0x55, 0xb7, 0xd7, 0xb6, 0xd7, 0xeb, 0x1d, 0xdc, 0xcb, 0xf1, 0xca, - 0xed, 0xe6, 0x57, 0x36, 0x05, 0xee, 0x5e, 0xbf, 0x9c, 0xee, 0x6d, 0x82, 0xa3, 0x2d, 0xd5, 0x2a, - 0x56, 0xf4, 0x92, 0xcd, 0xf4, 0x52, 0x3a, 0xb9, 0xfc, 0x7a, 0x87, 0x8a, 0xbc, 0xc7, 0x1e, 0x77, - 0x23, 0xcc, 0xbd, 0x46, 0x7f, 0xe8, 0x8f, 0xec, 0x87, 0x6a, 0x4d, 0x70, 0xb6, 0x05, 0xa6, 0x37, - 0xee, 0x03, 0x98, 0xd0, 0x5e, 0x7d, 0xfc, 0x45, 0x9b, 0x4b, 0xa6, 0x12, 0xf7, 0x52, 0xff, 0x00, - 0x45, 0x4d, 0xcd, 0xea, 0x27, 0x67, 0x4f, 0xb7, 0xaf, 0x2d, 0xcc, 0xe6, 0x15, 0x33, 0xad, 0xa5, - 0x9c, 0x31, 0xd9, 0x8e, 0xe0, 0x56, 0x9f, 0x7f, 0x9f, 0xe5, 0x63, 0x0b, 0xcb, 0x8f, 0xbb, 0x2d, - 0x7b, 0x7d, 0x22, 0xb8, 0xd3, 0xe7, 0x93, 0xdb, 0xbd, 0x6f, 0xec, 0x17, 0x72, 0xea, 0x95, 0xd3, - 0xad, 0x6f, 0xe0, 0x86, 0xb6, 0xcb, 0x35, 0x39, 0xb4, 0x30, 0x41, 0x0a, 0x90, 0x03, 0x7f, 0x0b, - 0x93, 0x83, 0xbf, 0xda, 0xfc, 0x8d, 0x4d, 0x4d, 0x87, 0x0f, 0xf8, 0x4a, 0xf3, 0x0d, 0x4c, 0x66, - 0x57, 0x97, 0xde, 0x52, 0xc6, 0x27, 0x36, 0x17, 0xf5, 0xb6, 0xbe, 0xa4, 0xf4, 0xd4, 0x32, 0x5e, - 0xc1, 0xb8, 0x79, 0x27, 0xea, 0x54, 0x19, 0x96, 0x6c, 0xf6, 0xaa, 0x76, 0xe7, 0xe2, 0xd3, 0x29, - 0x28, 0xfc, 0x1e, 0x1e, 0x1a, 0x3c, 0x8b, 0x72, 0xc6, 0x6f, 0x6d, 0x66, 0x6d, 0xc7, 0x68, 0x58, - 0x3d, 0x63, 0x1f, 0x26, 0xda, 0x81, 0x4f, 0x12, 0x71, 0xb6, 0xa6, 0x3c, 0x08, 0x89, 0xfb, 0xa8, - 0x54, 0x52, 0xfb, 0xd4, 0xa7, 0x16, 0x46, 0xe3, 0x52, 0xbc, 0xab, 0xb5, 0x8f, 0x4a, 0x25, 0xb9, - 0x57, 0xed, 0xc2, 0xf5, 0x1e, 0xe8, 0xe2, 0x92, 0x62, 0x3e, 0xb1, 0xf9, 0xea, 0xad, 0x8b, 0xb9, - 0xb8, 0x34, 0x00, 0xb9, 0xa4, 0xc3, 0xfc, 0xec, 0xdc, 0xc8, 0xa5, 0x41, 0x51, 0x3e, 0xd1, 0x51, - 0xfe, 0xea, 0xdc, 0xc8, 0x27, 0x2a, 0xca, 0x55, 0x18, 0x53, 0x48, 0xf9, 0xcd, 0xa9, 0x64, 0x95, - 0x6d, 0xbe, 0x02, 0x97, 0xa2, 0x6a, 0x40, 0x4e, 0x24, 0xe5, 0x19, 0x8c, 0x64, 0x14, 0x86, 0x9e, - 0x5a, 0x1c, 0x5f, 0x3a, 0x00, 0x59, 0xc3, 0x93, 0xee, 0xe9, 0x99, 0xc3, 0x9c, 0xf8, 0xcf, 0x2c, - 0xae, 0x4c, 0x42, 0xac, 0x0f, 0x1e, 0xc6, 0xbc, 0x5f, 0xfe, 0x6f, 0x01, 0xe6, 0xbc, 0x24, 0x2a, - 0x9e, 0xfd, 0xbb, 0x8a, 0xe5, 0x4b, 0xfa, 0xe7, 0x0b, 0x3b, 0x02, 0xbd, 0x53, 0xf8, 0x7a, 0x55, - 0xb7, 0xaf, 0x27, 0x21, 0x8e, 0xeb, 0xc5, 0x84, 0xd6, 0x17, 0xea, 0x24, 0x96, 0xc6, 0xe9, 0x6f, - 0x27, 0x9a, 0x01, 0x1b, 0xf4, 0xa3, 0x8e, 0xa7, 0xea, 0x3f, 0xff, 0xbc, 0x70, 0xf1, 0x45, 0xa5, - 0xf2, 0xaf, 0x0b, 0xd3, 0x2f, 0x14, 0xac, 0xe2, 0xb3, 0xa2, 0xfa, 0x28, 0x3e, 0x55, 0x4b, 0xc5, - 0x15, 0xd9, 0xec, 0x3f, 0x69, 0x83, 0xc3, 0x8a, 0xcf, 0x0e, 0x3b, 0x0d, 0x0e, 0xab, 0xa5, 0x43, - 0xd5, 0xe0, 0x7f, 0x17, 0xe6, 0xd4, 0xd3, 0x72, 0xb9, 0xe2, 0xb3, 0x72, 0xb9, 0xd3, 0xa4, 0x5c, - 0xae, 0x96, 0xca, 0x65, 0xd5, 0xa8, 0xf6, 0x81, 0x8c, 0xee, 0xf1, 0xff, 0x03, 0x00, 0x00, 0xff, - 0xff, 0xe1, 0x34, 0x90, 0x09, 0x71, 0x22, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/policy.pb.go b/googleapis/ads/googleads/v0/common/policy.pb.go deleted file mode 100644 index 17fbc2335a..0000000000 --- a/googleapis/ads/googleads/v0/common/policy.pb.go +++ /dev/null @@ -1,1099 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/policy.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Key of the violation. The key is used for referring to a violation -// when filing an exemption request. -type PolicyViolationKey struct { - // Unique ID of the violated policy. - PolicyName *wrappers.StringValue `protobuf:"bytes,1,opt,name=policy_name,json=policyName,proto3" json:"policy_name,omitempty"` - // The text that violates the policy if specified. - // Otherwise, refers to the policy in general - // (e.g., when requesting to be exempt from the whole policy). - // If not specified for criterion exemptions, the whole policy is implied. - // Must be specified for ad exemptions. - ViolatingText *wrappers.StringValue `protobuf:"bytes,2,opt,name=violating_text,json=violatingText,proto3" json:"violating_text,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyViolationKey) Reset() { *m = PolicyViolationKey{} } -func (m *PolicyViolationKey) String() string { return proto.CompactTextString(m) } -func (*PolicyViolationKey) ProtoMessage() {} -func (*PolicyViolationKey) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_74e29921f4fc9bc3, []int{0} -} -func (m *PolicyViolationKey) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyViolationKey.Unmarshal(m, b) -} -func (m *PolicyViolationKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyViolationKey.Marshal(b, m, deterministic) -} -func (dst *PolicyViolationKey) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyViolationKey.Merge(dst, src) -} -func (m *PolicyViolationKey) XXX_Size() int { - return xxx_messageInfo_PolicyViolationKey.Size(m) -} -func (m *PolicyViolationKey) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyViolationKey.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyViolationKey proto.InternalMessageInfo - -func (m *PolicyViolationKey) GetPolicyName() *wrappers.StringValue { - if m != nil { - return m.PolicyName - } - return nil -} - -func (m *PolicyViolationKey) GetViolatingText() *wrappers.StringValue { - if m != nil { - return m.ViolatingText - } - return nil -} - -// Parameter for controlling how policy checking is done. -type PolicyValidationParameter struct { - // The list of policy topics that should not cause a PolicyFindingError to - // be reported. This field is currently only compatible with Enhanced Text Ad. - // It corresponds to the PolicyTopicEntry.topic field. - // - // Resources violating these policies will be saved, but will not be eligible - // to serve. They may begin serving at a later time due to a change in - // policies, re-review of the resource, or a change in advertiser - // certificates. - IgnorablePolicyTopics []*wrappers.StringValue `protobuf:"bytes,1,rep,name=ignorable_policy_topics,json=ignorablePolicyTopics,proto3" json:"ignorable_policy_topics,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyValidationParameter) Reset() { *m = PolicyValidationParameter{} } -func (m *PolicyValidationParameter) String() string { return proto.CompactTextString(m) } -func (*PolicyValidationParameter) ProtoMessage() {} -func (*PolicyValidationParameter) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_74e29921f4fc9bc3, []int{1} -} -func (m *PolicyValidationParameter) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyValidationParameter.Unmarshal(m, b) -} -func (m *PolicyValidationParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyValidationParameter.Marshal(b, m, deterministic) -} -func (dst *PolicyValidationParameter) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyValidationParameter.Merge(dst, src) -} -func (m *PolicyValidationParameter) XXX_Size() int { - return xxx_messageInfo_PolicyValidationParameter.Size(m) -} -func (m *PolicyValidationParameter) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyValidationParameter.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyValidationParameter proto.InternalMessageInfo - -func (m *PolicyValidationParameter) GetIgnorablePolicyTopics() []*wrappers.StringValue { - if m != nil { - return m.IgnorablePolicyTopics - } - return nil -} - -// Policy finding attached to a resource (e.g. alcohol policy associated with -// a site that sells alcohol). -// -// Each PolicyTopicEntry has a topic that indicates the specific ads policy -// the entry is about and a type to indicate the effect that the entry will have -// on serving. It may optionally have one or more evidences that indicate the -// reason for the finding. It may also optionally have one or more constraints -// that provide details about how serving may be restricted. -// -// Next tag: 5 -type PolicyTopicEntry struct { - // Policy topic this finding refers to. For example, "ALCOHOL", - // "TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". The set of possible - // policy topics is not fixed for a particular API version and may change - // at any time. - Topic *wrappers.StringValue `protobuf:"bytes,1,opt,name=topic,proto3" json:"topic,omitempty"` - // Describes the negative or positive effect this policy will have on serving. - Type enums.PolicyTopicEntryTypeEnum_PolicyTopicEntryType `protobuf:"varint,2,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.PolicyTopicEntryTypeEnum_PolicyTopicEntryType" json:"type,omitempty"` - // Additional information that explains policy finding - // (e.g. the brand name for a trademark finding). - Evidences []*PolicyTopicEvidence `protobuf:"bytes,3,rep,name=evidences,proto3" json:"evidences,omitempty"` - // Indicates how serving of this resource may be affected (e.g. not serving - // in a country). - Constraints []*PolicyTopicConstraint `protobuf:"bytes,4,rep,name=constraints,proto3" json:"constraints,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyTopicEntry) Reset() { *m = PolicyTopicEntry{} } -func (m *PolicyTopicEntry) String() string { return proto.CompactTextString(m) } -func (*PolicyTopicEntry) ProtoMessage() {} -func (*PolicyTopicEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_74e29921f4fc9bc3, []int{2} -} -func (m *PolicyTopicEntry) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyTopicEntry.Unmarshal(m, b) -} -func (m *PolicyTopicEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyTopicEntry.Marshal(b, m, deterministic) -} -func (dst *PolicyTopicEntry) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyTopicEntry.Merge(dst, src) -} -func (m *PolicyTopicEntry) XXX_Size() int { - return xxx_messageInfo_PolicyTopicEntry.Size(m) -} -func (m *PolicyTopicEntry) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyTopicEntry.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyTopicEntry proto.InternalMessageInfo - -func (m *PolicyTopicEntry) GetTopic() *wrappers.StringValue { - if m != nil { - return m.Topic - } - return nil -} - -func (m *PolicyTopicEntry) GetType() enums.PolicyTopicEntryTypeEnum_PolicyTopicEntryType { - if m != nil { - return m.Type - } - return enums.PolicyTopicEntryTypeEnum_UNSPECIFIED -} - -func (m *PolicyTopicEntry) GetEvidences() []*PolicyTopicEvidence { - if m != nil { - return m.Evidences - } - return nil -} - -func (m *PolicyTopicEntry) GetConstraints() []*PolicyTopicConstraint { - if m != nil { - return m.Constraints - } - return nil -} - -// Additional information that explains a policy finding. -// -// Next Id: 8 -type PolicyTopicEvidence struct { - // Specific evidence information depending on the evidence type. - // - // Types that are valid to be assigned to Value: - // *PolicyTopicEvidence_HttpCode - // *PolicyTopicEvidence_WebsiteList_ - // *PolicyTopicEvidence_TextList_ - // *PolicyTopicEvidence_LanguageCode - // *PolicyTopicEvidence_DestinationTextList_ - // *PolicyTopicEvidence_DestinationMismatch_ - Value isPolicyTopicEvidence_Value `protobuf_oneof:"value"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyTopicEvidence) Reset() { *m = PolicyTopicEvidence{} } -func (m *PolicyTopicEvidence) String() string { return proto.CompactTextString(m) } -func (*PolicyTopicEvidence) ProtoMessage() {} -func (*PolicyTopicEvidence) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_74e29921f4fc9bc3, []int{3} -} -func (m *PolicyTopicEvidence) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyTopicEvidence.Unmarshal(m, b) -} -func (m *PolicyTopicEvidence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyTopicEvidence.Marshal(b, m, deterministic) -} -func (dst *PolicyTopicEvidence) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyTopicEvidence.Merge(dst, src) -} -func (m *PolicyTopicEvidence) XXX_Size() int { - return xxx_messageInfo_PolicyTopicEvidence.Size(m) -} -func (m *PolicyTopicEvidence) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyTopicEvidence.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyTopicEvidence proto.InternalMessageInfo - -type isPolicyTopicEvidence_Value interface { - isPolicyTopicEvidence_Value() -} - -type PolicyTopicEvidence_HttpCode struct { - HttpCode *wrappers.Int32Value `protobuf:"bytes,2,opt,name=http_code,json=httpCode,proto3,oneof"` -} - -type PolicyTopicEvidence_WebsiteList_ struct { - WebsiteList *PolicyTopicEvidence_WebsiteList `protobuf:"bytes,3,opt,name=website_list,json=websiteList,proto3,oneof"` -} - -type PolicyTopicEvidence_TextList_ struct { - TextList *PolicyTopicEvidence_TextList `protobuf:"bytes,4,opt,name=text_list,json=textList,proto3,oneof"` -} - -type PolicyTopicEvidence_LanguageCode struct { - LanguageCode *wrappers.StringValue `protobuf:"bytes,5,opt,name=language_code,json=languageCode,proto3,oneof"` -} - -type PolicyTopicEvidence_DestinationTextList_ struct { - DestinationTextList *PolicyTopicEvidence_DestinationTextList `protobuf:"bytes,6,opt,name=destination_text_list,json=destinationTextList,proto3,oneof"` -} - -type PolicyTopicEvidence_DestinationMismatch_ struct { - DestinationMismatch *PolicyTopicEvidence_DestinationMismatch `protobuf:"bytes,7,opt,name=destination_mismatch,json=destinationMismatch,proto3,oneof"` -} - -func (*PolicyTopicEvidence_HttpCode) isPolicyTopicEvidence_Value() {} - -func (*PolicyTopicEvidence_WebsiteList_) isPolicyTopicEvidence_Value() {} - -func (*PolicyTopicEvidence_TextList_) isPolicyTopicEvidence_Value() {} - -func (*PolicyTopicEvidence_LanguageCode) isPolicyTopicEvidence_Value() {} - -func (*PolicyTopicEvidence_DestinationTextList_) isPolicyTopicEvidence_Value() {} - -func (*PolicyTopicEvidence_DestinationMismatch_) isPolicyTopicEvidence_Value() {} - -func (m *PolicyTopicEvidence) GetValue() isPolicyTopicEvidence_Value { - if m != nil { - return m.Value - } - return nil -} - -func (m *PolicyTopicEvidence) GetHttpCode() *wrappers.Int32Value { - if x, ok := m.GetValue().(*PolicyTopicEvidence_HttpCode); ok { - return x.HttpCode - } - return nil -} - -func (m *PolicyTopicEvidence) GetWebsiteList() *PolicyTopicEvidence_WebsiteList { - if x, ok := m.GetValue().(*PolicyTopicEvidence_WebsiteList_); ok { - return x.WebsiteList - } - return nil -} - -func (m *PolicyTopicEvidence) GetTextList() *PolicyTopicEvidence_TextList { - if x, ok := m.GetValue().(*PolicyTopicEvidence_TextList_); ok { - return x.TextList - } - return nil -} - -func (m *PolicyTopicEvidence) GetLanguageCode() *wrappers.StringValue { - if x, ok := m.GetValue().(*PolicyTopicEvidence_LanguageCode); ok { - return x.LanguageCode - } - return nil -} - -func (m *PolicyTopicEvidence) GetDestinationTextList() *PolicyTopicEvidence_DestinationTextList { - if x, ok := m.GetValue().(*PolicyTopicEvidence_DestinationTextList_); ok { - return x.DestinationTextList - } - return nil -} - -func (m *PolicyTopicEvidence) GetDestinationMismatch() *PolicyTopicEvidence_DestinationMismatch { - if x, ok := m.GetValue().(*PolicyTopicEvidence_DestinationMismatch_); ok { - return x.DestinationMismatch - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*PolicyTopicEvidence) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _PolicyTopicEvidence_OneofMarshaler, _PolicyTopicEvidence_OneofUnmarshaler, _PolicyTopicEvidence_OneofSizer, []interface{}{ - (*PolicyTopicEvidence_HttpCode)(nil), - (*PolicyTopicEvidence_WebsiteList_)(nil), - (*PolicyTopicEvidence_TextList_)(nil), - (*PolicyTopicEvidence_LanguageCode)(nil), - (*PolicyTopicEvidence_DestinationTextList_)(nil), - (*PolicyTopicEvidence_DestinationMismatch_)(nil), - } -} - -func _PolicyTopicEvidence_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*PolicyTopicEvidence) - // value - switch x := m.Value.(type) { - case *PolicyTopicEvidence_HttpCode: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.HttpCode); err != nil { - return err - } - case *PolicyTopicEvidence_WebsiteList_: - b.EncodeVarint(3<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.WebsiteList); err != nil { - return err - } - case *PolicyTopicEvidence_TextList_: - b.EncodeVarint(4<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.TextList); err != nil { - return err - } - case *PolicyTopicEvidence_LanguageCode: - b.EncodeVarint(5<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.LanguageCode); err != nil { - return err - } - case *PolicyTopicEvidence_DestinationTextList_: - b.EncodeVarint(6<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.DestinationTextList); err != nil { - return err - } - case *PolicyTopicEvidence_DestinationMismatch_: - b.EncodeVarint(7<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.DestinationMismatch); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("PolicyTopicEvidence.Value has unexpected type %T", x) - } - return nil -} - -func _PolicyTopicEvidence_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*PolicyTopicEvidence) - switch tag { - case 2: // value.http_code - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.Int32Value) - err := b.DecodeMessage(msg) - m.Value = &PolicyTopicEvidence_HttpCode{msg} - return true, err - case 3: // value.website_list - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(PolicyTopicEvidence_WebsiteList) - err := b.DecodeMessage(msg) - m.Value = &PolicyTopicEvidence_WebsiteList_{msg} - return true, err - case 4: // value.text_list - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(PolicyTopicEvidence_TextList) - err := b.DecodeMessage(msg) - m.Value = &PolicyTopicEvidence_TextList_{msg} - return true, err - case 5: // value.language_code - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.StringValue) - err := b.DecodeMessage(msg) - m.Value = &PolicyTopicEvidence_LanguageCode{msg} - return true, err - case 6: // value.destination_text_list - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(PolicyTopicEvidence_DestinationTextList) - err := b.DecodeMessage(msg) - m.Value = &PolicyTopicEvidence_DestinationTextList_{msg} - return true, err - case 7: // value.destination_mismatch - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(PolicyTopicEvidence_DestinationMismatch) - err := b.DecodeMessage(msg) - m.Value = &PolicyTopicEvidence_DestinationMismatch_{msg} - return true, err - default: - return false, nil - } -} - -func _PolicyTopicEvidence_OneofSizer(msg proto.Message) (n int) { - m := msg.(*PolicyTopicEvidence) - // value - switch x := m.Value.(type) { - case *PolicyTopicEvidence_HttpCode: - s := proto.Size(x.HttpCode) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *PolicyTopicEvidence_WebsiteList_: - s := proto.Size(x.WebsiteList) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *PolicyTopicEvidence_TextList_: - s := proto.Size(x.TextList) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *PolicyTopicEvidence_LanguageCode: - s := proto.Size(x.LanguageCode) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *PolicyTopicEvidence_DestinationTextList_: - s := proto.Size(x.DestinationTextList) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *PolicyTopicEvidence_DestinationMismatch_: - s := proto.Size(x.DestinationMismatch) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// A list of fragments of text that violated a policy. -// -// Next Id: 2 -type PolicyTopicEvidence_TextList struct { - // The fragments of text from the resource that caused the policy finding. - Texts []*wrappers.StringValue `protobuf:"bytes,1,rep,name=texts,proto3" json:"texts,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyTopicEvidence_TextList) Reset() { *m = PolicyTopicEvidence_TextList{} } -func (m *PolicyTopicEvidence_TextList) String() string { return proto.CompactTextString(m) } -func (*PolicyTopicEvidence_TextList) ProtoMessage() {} -func (*PolicyTopicEvidence_TextList) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_74e29921f4fc9bc3, []int{3, 0} -} -func (m *PolicyTopicEvidence_TextList) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyTopicEvidence_TextList.Unmarshal(m, b) -} -func (m *PolicyTopicEvidence_TextList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyTopicEvidence_TextList.Marshal(b, m, deterministic) -} -func (dst *PolicyTopicEvidence_TextList) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyTopicEvidence_TextList.Merge(dst, src) -} -func (m *PolicyTopicEvidence_TextList) XXX_Size() int { - return xxx_messageInfo_PolicyTopicEvidence_TextList.Size(m) -} -func (m *PolicyTopicEvidence_TextList) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyTopicEvidence_TextList.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyTopicEvidence_TextList proto.InternalMessageInfo - -func (m *PolicyTopicEvidence_TextList) GetTexts() []*wrappers.StringValue { - if m != nil { - return m.Texts - } - return nil -} - -// A list of websites that caused a policy finding. Used for -// ONE_WEBSITE_PER_AD_GROUP policy topic, for example. In case there are more -// than five websites, only the top five (those that appear in resources the -// most) will be listed here. -// -// Next Id: 2 -type PolicyTopicEvidence_WebsiteList struct { - // Websites that caused the policy finding. - Websites []*wrappers.StringValue `protobuf:"bytes,1,rep,name=websites,proto3" json:"websites,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyTopicEvidence_WebsiteList) Reset() { *m = PolicyTopicEvidence_WebsiteList{} } -func (m *PolicyTopicEvidence_WebsiteList) String() string { return proto.CompactTextString(m) } -func (*PolicyTopicEvidence_WebsiteList) ProtoMessage() {} -func (*PolicyTopicEvidence_WebsiteList) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_74e29921f4fc9bc3, []int{3, 1} -} -func (m *PolicyTopicEvidence_WebsiteList) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyTopicEvidence_WebsiteList.Unmarshal(m, b) -} -func (m *PolicyTopicEvidence_WebsiteList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyTopicEvidence_WebsiteList.Marshal(b, m, deterministic) -} -func (dst *PolicyTopicEvidence_WebsiteList) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyTopicEvidence_WebsiteList.Merge(dst, src) -} -func (m *PolicyTopicEvidence_WebsiteList) XXX_Size() int { - return xxx_messageInfo_PolicyTopicEvidence_WebsiteList.Size(m) -} -func (m *PolicyTopicEvidence_WebsiteList) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyTopicEvidence_WebsiteList.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyTopicEvidence_WebsiteList proto.InternalMessageInfo - -func (m *PolicyTopicEvidence_WebsiteList) GetWebsites() []*wrappers.StringValue { - if m != nil { - return m.Websites - } - return nil -} - -// A list of strings found in a destination page that caused a policy -// finding. -// -// Next Id: 2 -type PolicyTopicEvidence_DestinationTextList struct { - // List of text found in the resource's destination page. - DestinationTexts []*wrappers.StringValue `protobuf:"bytes,1,rep,name=destination_texts,json=destinationTexts,proto3" json:"destination_texts,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyTopicEvidence_DestinationTextList) Reset() { - *m = PolicyTopicEvidence_DestinationTextList{} -} -func (m *PolicyTopicEvidence_DestinationTextList) String() string { return proto.CompactTextString(m) } -func (*PolicyTopicEvidence_DestinationTextList) ProtoMessage() {} -func (*PolicyTopicEvidence_DestinationTextList) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_74e29921f4fc9bc3, []int{3, 2} -} -func (m *PolicyTopicEvidence_DestinationTextList) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyTopicEvidence_DestinationTextList.Unmarshal(m, b) -} -func (m *PolicyTopicEvidence_DestinationTextList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyTopicEvidence_DestinationTextList.Marshal(b, m, deterministic) -} -func (dst *PolicyTopicEvidence_DestinationTextList) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyTopicEvidence_DestinationTextList.Merge(dst, src) -} -func (m *PolicyTopicEvidence_DestinationTextList) XXX_Size() int { - return xxx_messageInfo_PolicyTopicEvidence_DestinationTextList.Size(m) -} -func (m *PolicyTopicEvidence_DestinationTextList) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyTopicEvidence_DestinationTextList.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyTopicEvidence_DestinationTextList proto.InternalMessageInfo - -func (m *PolicyTopicEvidence_DestinationTextList) GetDestinationTexts() []*wrappers.StringValue { - if m != nil { - return m.DestinationTexts - } - return nil -} - -// Evidence of mismatches between the URLs of a resource. -// -// Next Id: 2 -type PolicyTopicEvidence_DestinationMismatch struct { - // The set of URLs that did not match each other. - UrlTypes []enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType `protobuf:"varint,1,rep,packed,name=url_types,json=urlTypes,proto3,enum=google.ads.googleads.v0.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType" json:"url_types,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyTopicEvidence_DestinationMismatch) Reset() { - *m = PolicyTopicEvidence_DestinationMismatch{} -} -func (m *PolicyTopicEvidence_DestinationMismatch) String() string { return proto.CompactTextString(m) } -func (*PolicyTopicEvidence_DestinationMismatch) ProtoMessage() {} -func (*PolicyTopicEvidence_DestinationMismatch) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_74e29921f4fc9bc3, []int{3, 3} -} -func (m *PolicyTopicEvidence_DestinationMismatch) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyTopicEvidence_DestinationMismatch.Unmarshal(m, b) -} -func (m *PolicyTopicEvidence_DestinationMismatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyTopicEvidence_DestinationMismatch.Marshal(b, m, deterministic) -} -func (dst *PolicyTopicEvidence_DestinationMismatch) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyTopicEvidence_DestinationMismatch.Merge(dst, src) -} -func (m *PolicyTopicEvidence_DestinationMismatch) XXX_Size() int { - return xxx_messageInfo_PolicyTopicEvidence_DestinationMismatch.Size(m) -} -func (m *PolicyTopicEvidence_DestinationMismatch) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyTopicEvidence_DestinationMismatch.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyTopicEvidence_DestinationMismatch proto.InternalMessageInfo - -func (m *PolicyTopicEvidence_DestinationMismatch) GetUrlTypes() []enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType { - if m != nil { - return m.UrlTypes - } - return nil -} - -// Describes the effect on serving that a policy topic entry will have. -// -// Next Id: 5 -type PolicyTopicConstraint struct { - // Specific information about the constraint. - // - // Types that are valid to be assigned to Value: - // *PolicyTopicConstraint_CountryConstraintList_ - // *PolicyTopicConstraint_ResellerConstraint_ - // *PolicyTopicConstraint_CertificateMissingInCountryList - // *PolicyTopicConstraint_CertificateDomainMismatchInCountryList - Value isPolicyTopicConstraint_Value `protobuf_oneof:"value"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyTopicConstraint) Reset() { *m = PolicyTopicConstraint{} } -func (m *PolicyTopicConstraint) String() string { return proto.CompactTextString(m) } -func (*PolicyTopicConstraint) ProtoMessage() {} -func (*PolicyTopicConstraint) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_74e29921f4fc9bc3, []int{4} -} -func (m *PolicyTopicConstraint) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyTopicConstraint.Unmarshal(m, b) -} -func (m *PolicyTopicConstraint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyTopicConstraint.Marshal(b, m, deterministic) -} -func (dst *PolicyTopicConstraint) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyTopicConstraint.Merge(dst, src) -} -func (m *PolicyTopicConstraint) XXX_Size() int { - return xxx_messageInfo_PolicyTopicConstraint.Size(m) -} -func (m *PolicyTopicConstraint) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyTopicConstraint.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyTopicConstraint proto.InternalMessageInfo - -type isPolicyTopicConstraint_Value interface { - isPolicyTopicConstraint_Value() -} - -type PolicyTopicConstraint_CountryConstraintList_ struct { - CountryConstraintList *PolicyTopicConstraint_CountryConstraintList `protobuf:"bytes,1,opt,name=country_constraint_list,json=countryConstraintList,proto3,oneof"` -} - -type PolicyTopicConstraint_ResellerConstraint_ struct { - ResellerConstraint *PolicyTopicConstraint_ResellerConstraint `protobuf:"bytes,2,opt,name=reseller_constraint,json=resellerConstraint,proto3,oneof"` -} - -type PolicyTopicConstraint_CertificateMissingInCountryList struct { - CertificateMissingInCountryList *PolicyTopicConstraint_CountryConstraintList `protobuf:"bytes,3,opt,name=certificate_missing_in_country_list,json=certificateMissingInCountryList,proto3,oneof"` -} - -type PolicyTopicConstraint_CertificateDomainMismatchInCountryList struct { - CertificateDomainMismatchInCountryList *PolicyTopicConstraint_CountryConstraintList `protobuf:"bytes,4,opt,name=certificate_domain_mismatch_in_country_list,json=certificateDomainMismatchInCountryList,proto3,oneof"` -} - -func (*PolicyTopicConstraint_CountryConstraintList_) isPolicyTopicConstraint_Value() {} - -func (*PolicyTopicConstraint_ResellerConstraint_) isPolicyTopicConstraint_Value() {} - -func (*PolicyTopicConstraint_CertificateMissingInCountryList) isPolicyTopicConstraint_Value() {} - -func (*PolicyTopicConstraint_CertificateDomainMismatchInCountryList) isPolicyTopicConstraint_Value() {} - -func (m *PolicyTopicConstraint) GetValue() isPolicyTopicConstraint_Value { - if m != nil { - return m.Value - } - return nil -} - -func (m *PolicyTopicConstraint) GetCountryConstraintList() *PolicyTopicConstraint_CountryConstraintList { - if x, ok := m.GetValue().(*PolicyTopicConstraint_CountryConstraintList_); ok { - return x.CountryConstraintList - } - return nil -} - -func (m *PolicyTopicConstraint) GetResellerConstraint() *PolicyTopicConstraint_ResellerConstraint { - if x, ok := m.GetValue().(*PolicyTopicConstraint_ResellerConstraint_); ok { - return x.ResellerConstraint - } - return nil -} - -func (m *PolicyTopicConstraint) GetCertificateMissingInCountryList() *PolicyTopicConstraint_CountryConstraintList { - if x, ok := m.GetValue().(*PolicyTopicConstraint_CertificateMissingInCountryList); ok { - return x.CertificateMissingInCountryList - } - return nil -} - -func (m *PolicyTopicConstraint) GetCertificateDomainMismatchInCountryList() *PolicyTopicConstraint_CountryConstraintList { - if x, ok := m.GetValue().(*PolicyTopicConstraint_CertificateDomainMismatchInCountryList); ok { - return x.CertificateDomainMismatchInCountryList - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*PolicyTopicConstraint) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _PolicyTopicConstraint_OneofMarshaler, _PolicyTopicConstraint_OneofUnmarshaler, _PolicyTopicConstraint_OneofSizer, []interface{}{ - (*PolicyTopicConstraint_CountryConstraintList_)(nil), - (*PolicyTopicConstraint_ResellerConstraint_)(nil), - (*PolicyTopicConstraint_CertificateMissingInCountryList)(nil), - (*PolicyTopicConstraint_CertificateDomainMismatchInCountryList)(nil), - } -} - -func _PolicyTopicConstraint_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*PolicyTopicConstraint) - // value - switch x := m.Value.(type) { - case *PolicyTopicConstraint_CountryConstraintList_: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CountryConstraintList); err != nil { - return err - } - case *PolicyTopicConstraint_ResellerConstraint_: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ResellerConstraint); err != nil { - return err - } - case *PolicyTopicConstraint_CertificateMissingInCountryList: - b.EncodeVarint(3<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CertificateMissingInCountryList); err != nil { - return err - } - case *PolicyTopicConstraint_CertificateDomainMismatchInCountryList: - b.EncodeVarint(4<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CertificateDomainMismatchInCountryList); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("PolicyTopicConstraint.Value has unexpected type %T", x) - } - return nil -} - -func _PolicyTopicConstraint_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*PolicyTopicConstraint) - switch tag { - case 1: // value.country_constraint_list - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(PolicyTopicConstraint_CountryConstraintList) - err := b.DecodeMessage(msg) - m.Value = &PolicyTopicConstraint_CountryConstraintList_{msg} - return true, err - case 2: // value.reseller_constraint - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(PolicyTopicConstraint_ResellerConstraint) - err := b.DecodeMessage(msg) - m.Value = &PolicyTopicConstraint_ResellerConstraint_{msg} - return true, err - case 3: // value.certificate_missing_in_country_list - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(PolicyTopicConstraint_CountryConstraintList) - err := b.DecodeMessage(msg) - m.Value = &PolicyTopicConstraint_CertificateMissingInCountryList{msg} - return true, err - case 4: // value.certificate_domain_mismatch_in_country_list - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(PolicyTopicConstraint_CountryConstraintList) - err := b.DecodeMessage(msg) - m.Value = &PolicyTopicConstraint_CertificateDomainMismatchInCountryList{msg} - return true, err - default: - return false, nil - } -} - -func _PolicyTopicConstraint_OneofSizer(msg proto.Message) (n int) { - m := msg.(*PolicyTopicConstraint) - // value - switch x := m.Value.(type) { - case *PolicyTopicConstraint_CountryConstraintList_: - s := proto.Size(x.CountryConstraintList) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *PolicyTopicConstraint_ResellerConstraint_: - s := proto.Size(x.ResellerConstraint) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *PolicyTopicConstraint_CertificateMissingInCountryList: - s := proto.Size(x.CertificateMissingInCountryList) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *PolicyTopicConstraint_CertificateDomainMismatchInCountryList: - s := proto.Size(x.CertificateDomainMismatchInCountryList) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// A list of countries where a resource's serving is constrained. -// -// Next Id: 3 -type PolicyTopicConstraint_CountryConstraintList struct { - // Total number of countries targeted by the resource. - TotalTargetedCountries *wrappers.Int32Value `protobuf:"bytes,1,opt,name=total_targeted_countries,json=totalTargetedCountries,proto3" json:"total_targeted_countries,omitempty"` - // Countries in which serving is restricted. - Countries []*PolicyTopicConstraint_CountryConstraint `protobuf:"bytes,2,rep,name=countries,proto3" json:"countries,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyTopicConstraint_CountryConstraintList) Reset() { - *m = PolicyTopicConstraint_CountryConstraintList{} -} -func (m *PolicyTopicConstraint_CountryConstraintList) String() string { - return proto.CompactTextString(m) -} -func (*PolicyTopicConstraint_CountryConstraintList) ProtoMessage() {} -func (*PolicyTopicConstraint_CountryConstraintList) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_74e29921f4fc9bc3, []int{4, 0} -} -func (m *PolicyTopicConstraint_CountryConstraintList) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyTopicConstraint_CountryConstraintList.Unmarshal(m, b) -} -func (m *PolicyTopicConstraint_CountryConstraintList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyTopicConstraint_CountryConstraintList.Marshal(b, m, deterministic) -} -func (dst *PolicyTopicConstraint_CountryConstraintList) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyTopicConstraint_CountryConstraintList.Merge(dst, src) -} -func (m *PolicyTopicConstraint_CountryConstraintList) XXX_Size() int { - return xxx_messageInfo_PolicyTopicConstraint_CountryConstraintList.Size(m) -} -func (m *PolicyTopicConstraint_CountryConstraintList) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyTopicConstraint_CountryConstraintList.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyTopicConstraint_CountryConstraintList proto.InternalMessageInfo - -func (m *PolicyTopicConstraint_CountryConstraintList) GetTotalTargetedCountries() *wrappers.Int32Value { - if m != nil { - return m.TotalTargetedCountries - } - return nil -} - -func (m *PolicyTopicConstraint_CountryConstraintList) GetCountries() []*PolicyTopicConstraint_CountryConstraint { - if m != nil { - return m.Countries - } - return nil -} - -// Indicates that a policy topic was constrained due to disapproval of the -// website for reseller purposes. -// -// Next Id: 1 -type PolicyTopicConstraint_ResellerConstraint struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyTopicConstraint_ResellerConstraint) Reset() { - *m = PolicyTopicConstraint_ResellerConstraint{} -} -func (m *PolicyTopicConstraint_ResellerConstraint) String() string { return proto.CompactTextString(m) } -func (*PolicyTopicConstraint_ResellerConstraint) ProtoMessage() {} -func (*PolicyTopicConstraint_ResellerConstraint) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_74e29921f4fc9bc3, []int{4, 1} -} -func (m *PolicyTopicConstraint_ResellerConstraint) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyTopicConstraint_ResellerConstraint.Unmarshal(m, b) -} -func (m *PolicyTopicConstraint_ResellerConstraint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyTopicConstraint_ResellerConstraint.Marshal(b, m, deterministic) -} -func (dst *PolicyTopicConstraint_ResellerConstraint) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyTopicConstraint_ResellerConstraint.Merge(dst, src) -} -func (m *PolicyTopicConstraint_ResellerConstraint) XXX_Size() int { - return xxx_messageInfo_PolicyTopicConstraint_ResellerConstraint.Size(m) -} -func (m *PolicyTopicConstraint_ResellerConstraint) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyTopicConstraint_ResellerConstraint.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyTopicConstraint_ResellerConstraint proto.InternalMessageInfo - -// Indicates that a resource's ability to serve in a particular country is -// constrained. -// -// Next Id: 2 -type PolicyTopicConstraint_CountryConstraint struct { - // Geo target constant resource name of the country in which serving is - // constrained. - CountryCriterion *wrappers.StringValue `protobuf:"bytes,1,opt,name=country_criterion,json=countryCriterion,proto3" json:"country_criterion,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyTopicConstraint_CountryConstraint) Reset() { - *m = PolicyTopicConstraint_CountryConstraint{} -} -func (m *PolicyTopicConstraint_CountryConstraint) String() string { return proto.CompactTextString(m) } -func (*PolicyTopicConstraint_CountryConstraint) ProtoMessage() {} -func (*PolicyTopicConstraint_CountryConstraint) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_74e29921f4fc9bc3, []int{4, 2} -} -func (m *PolicyTopicConstraint_CountryConstraint) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyTopicConstraint_CountryConstraint.Unmarshal(m, b) -} -func (m *PolicyTopicConstraint_CountryConstraint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyTopicConstraint_CountryConstraint.Marshal(b, m, deterministic) -} -func (dst *PolicyTopicConstraint_CountryConstraint) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyTopicConstraint_CountryConstraint.Merge(dst, src) -} -func (m *PolicyTopicConstraint_CountryConstraint) XXX_Size() int { - return xxx_messageInfo_PolicyTopicConstraint_CountryConstraint.Size(m) -} -func (m *PolicyTopicConstraint_CountryConstraint) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyTopicConstraint_CountryConstraint.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyTopicConstraint_CountryConstraint proto.InternalMessageInfo - -func (m *PolicyTopicConstraint_CountryConstraint) GetCountryCriterion() *wrappers.StringValue { - if m != nil { - return m.CountryCriterion - } - return nil -} - -func init() { - proto.RegisterType((*PolicyViolationKey)(nil), "google.ads.googleads.v0.common.PolicyViolationKey") - proto.RegisterType((*PolicyValidationParameter)(nil), "google.ads.googleads.v0.common.PolicyValidationParameter") - proto.RegisterType((*PolicyTopicEntry)(nil), "google.ads.googleads.v0.common.PolicyTopicEntry") - proto.RegisterType((*PolicyTopicEvidence)(nil), "google.ads.googleads.v0.common.PolicyTopicEvidence") - proto.RegisterType((*PolicyTopicEvidence_TextList)(nil), "google.ads.googleads.v0.common.PolicyTopicEvidence.TextList") - proto.RegisterType((*PolicyTopicEvidence_WebsiteList)(nil), "google.ads.googleads.v0.common.PolicyTopicEvidence.WebsiteList") - proto.RegisterType((*PolicyTopicEvidence_DestinationTextList)(nil), "google.ads.googleads.v0.common.PolicyTopicEvidence.DestinationTextList") - proto.RegisterType((*PolicyTopicEvidence_DestinationMismatch)(nil), "google.ads.googleads.v0.common.PolicyTopicEvidence.DestinationMismatch") - proto.RegisterType((*PolicyTopicConstraint)(nil), "google.ads.googleads.v0.common.PolicyTopicConstraint") - proto.RegisterType((*PolicyTopicConstraint_CountryConstraintList)(nil), "google.ads.googleads.v0.common.PolicyTopicConstraint.CountryConstraintList") - proto.RegisterType((*PolicyTopicConstraint_ResellerConstraint)(nil), "google.ads.googleads.v0.common.PolicyTopicConstraint.ResellerConstraint") - proto.RegisterType((*PolicyTopicConstraint_CountryConstraint)(nil), "google.ads.googleads.v0.common.PolicyTopicConstraint.CountryConstraint") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/policy.proto", fileDescriptor_policy_74e29921f4fc9bc3) -} - -var fileDescriptor_policy_74e29921f4fc9bc3 = []byte{ - // 987 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x96, 0xdd, 0x6e, 0x1b, 0x45, - 0x14, 0xc7, 0xb3, 0x4e, 0xd2, 0xd8, 0xe3, 0x36, 0x4a, 0x27, 0x35, 0x35, 0x06, 0x95, 0xca, 0x48, - 0x08, 0xa9, 0xd2, 0xda, 0x72, 0x84, 0x84, 0x5c, 0x3e, 0xe4, 0x38, 0x95, 0x1d, 0xb5, 0x45, 0x61, - 0x71, 0x1d, 0x09, 0x22, 0xb6, 0x93, 0xdd, 0xe9, 0x76, 0xa4, 0xdd, 0x19, 0x33, 0x33, 0x76, 0x62, - 0xf1, 0x21, 0x6e, 0x78, 0x07, 0x24, 0xee, 0xb8, 0xcc, 0x2d, 0xf7, 0x3c, 0x00, 0xd7, 0xf0, 0x0a, - 0x5c, 0xf0, 0x14, 0x68, 0x67, 0x66, 0xd7, 0x1b, 0xdb, 0xc1, 0x8e, 0x15, 0xae, 0x3c, 0x9e, 0x3d, - 0xe7, 0x77, 0xfe, 0x73, 0xe6, 0x9c, 0xb3, 0x0b, 0x1e, 0x05, 0x8c, 0x05, 0x21, 0xae, 0x21, 0x5f, - 0xd4, 0xf4, 0x32, 0x5e, 0x8d, 0xea, 0x35, 0x8f, 0x45, 0x11, 0xa3, 0xb5, 0x01, 0x0b, 0x89, 0x37, - 0xb6, 0x07, 0x9c, 0x49, 0x06, 0x1f, 0x68, 0x0b, 0x1b, 0xf9, 0xc2, 0x4e, 0x8d, 0xed, 0x51, 0xdd, - 0xd6, 0xc6, 0x95, 0xc7, 0x57, 0xc1, 0x30, 0x1d, 0x46, 0xc2, 0xb0, 0x5c, 0xc9, 0x06, 0xc4, 0x73, - 0x31, 0x95, 0x7c, 0xec, 0xca, 0xf1, 0x00, 0x6b, 0x78, 0xe5, 0xf8, 0x3a, 0xce, 0x23, 0xe2, 0x63, - 0xea, 0x61, 0xd7, 0xc7, 0x42, 0x12, 0x8a, 0x24, 0x61, 0xd4, 0x8d, 0x88, 0x88, 0x90, 0xf4, 0x5e, - 0xbb, 0x43, 0x1e, 0x66, 0xc1, 0x46, 0x75, 0x4d, 0xfd, 0x3b, 0x1d, 0xbe, 0xaa, 0x9d, 0x71, 0x34, - 0x18, 0x60, 0x2e, 0xf4, 0xf3, 0xea, 0xcf, 0x16, 0x80, 0x47, 0x8a, 0xde, 0x27, 0x2c, 0x54, 0xac, - 0xa7, 0x78, 0x0c, 0x3f, 0x06, 0x45, 0x13, 0x93, 0xa2, 0x08, 0x97, 0xad, 0x87, 0xd6, 0xfb, 0xc5, - 0xc6, 0xdb, 0xe6, 0xdc, 0x76, 0x02, 0xb3, 0xbf, 0x90, 0x9c, 0xd0, 0xa0, 0x8f, 0xc2, 0x21, 0x76, - 0x80, 0x76, 0xf8, 0x0c, 0x45, 0x18, 0xb6, 0xc1, 0xf6, 0x48, 0xe3, 0x68, 0xe0, 0x4a, 0x7c, 0x2e, - 0xcb, 0xb9, 0x25, 0x08, 0x77, 0x52, 0x9f, 0x1e, 0x3e, 0x97, 0xd5, 0x6f, 0xc0, 0x9b, 0x46, 0x19, - 0x0a, 0x89, 0xaf, 0xa4, 0x1d, 0x21, 0x8e, 0x22, 0x2c, 0x31, 0x87, 0x3d, 0x70, 0x9f, 0x04, 0x94, - 0x71, 0x74, 0x1a, 0x62, 0x37, 0x9b, 0x1e, 0x51, 0xb6, 0x1e, 0xae, 0x2f, 0x0c, 0x55, 0x4a, 0x9d, - 0x75, 0x88, 0x9e, 0x72, 0xad, 0xfe, 0x99, 0x03, 0x3b, 0x99, 0x8d, 0x27, 0xf1, 0x35, 0xc1, 0x06, - 0xd8, 0x54, 0xe4, 0xa5, 0xb2, 0xa0, 0x4d, 0xe1, 0x4b, 0xb0, 0x11, 0x5f, 0x82, 0x3a, 0xf6, 0x76, - 0xe3, 0x99, 0x7d, 0x55, 0xed, 0xa8, 0xeb, 0xb5, 0xa7, 0x43, 0xf6, 0xc6, 0x03, 0xfc, 0x84, 0x0e, - 0xa3, 0xb9, 0x0f, 0x1c, 0x45, 0x86, 0x9f, 0x83, 0x42, 0x52, 0x08, 0xa2, 0xbc, 0xae, 0x8e, 0xbc, - 0x67, 0xff, 0x77, 0x89, 0x5e, 0xc2, 0x19, 0x5f, 0x67, 0x42, 0x81, 0xc7, 0xa0, 0xe8, 0x31, 0x2a, - 0x24, 0x47, 0x84, 0x4a, 0x51, 0xde, 0x50, 0xd0, 0x0f, 0xae, 0x01, 0x6d, 0xa7, 0xde, 0x4e, 0x96, - 0x54, 0xfd, 0x31, 0x0f, 0x76, 0xe7, 0xc4, 0x86, 0x4d, 0x50, 0x78, 0x2d, 0xe5, 0xc0, 0xf5, 0x98, - 0x8f, 0x4d, 0x85, 0xbc, 0x35, 0x93, 0xdd, 0x43, 0x2a, 0xf7, 0x1a, 0x2a, 0xb9, 0xdd, 0x35, 0x27, - 0x1f, 0xdb, 0xb7, 0x99, 0x8f, 0xa1, 0x0f, 0x6e, 0x9f, 0xe1, 0x53, 0x41, 0x24, 0x76, 0x43, 0x22, - 0x64, 0x79, 0x5d, 0xb9, 0x7f, 0xba, 0x42, 0x0a, 0xec, 0x63, 0xcd, 0x79, 0x46, 0x84, 0xec, 0xae, - 0x39, 0xc5, 0xb3, 0xc9, 0x5f, 0xf8, 0x15, 0x28, 0xc4, 0xe5, 0xab, 0x43, 0x6c, 0xa8, 0x10, 0x1f, - 0xad, 0x12, 0x22, 0x2e, 0x68, 0xc3, 0xcf, 0x4b, 0xb3, 0x86, 0x6d, 0x70, 0x27, 0x44, 0x34, 0x18, - 0xa2, 0x00, 0xeb, 0x14, 0x6c, 0x2e, 0x2e, 0xb0, 0xee, 0x9a, 0x73, 0x3b, 0x71, 0x52, 0x79, 0xf8, - 0x1e, 0x94, 0xb2, 0x73, 0x60, 0xa2, 0xf6, 0x96, 0x82, 0x75, 0x56, 0x51, 0x7b, 0x30, 0x01, 0x66, - 0x84, 0xef, 0xfa, 0xb3, 0xdb, 0xf0, 0x3b, 0x70, 0x6f, 0xde, 0x18, 0x2a, 0x6f, 0xdd, 0x48, 0xf4, - 0xe7, 0x06, 0x37, 0x15, 0x3d, 0xd9, 0xae, 0x7c, 0x02, 0xf2, 0xa9, 0x92, 0xb8, 0x4d, 0xf1, 0xb9, - 0x5c, 0xae, 0xff, 0xb5, 0x69, 0xa5, 0x03, 0x8a, 0x99, 0xcb, 0x87, 0x1f, 0x82, 0xbc, 0xb9, 0xfc, - 0xe5, 0x28, 0xa9, 0x75, 0xe5, 0x25, 0xd8, 0x9d, 0x93, 0x34, 0x78, 0x08, 0xee, 0x4e, 0x5f, 0xce, - 0x72, 0xe4, 0x9d, 0xa9, 0x5c, 0x8b, 0xca, 0x6f, 0xd6, 0xa5, 0x10, 0x49, 0x0a, 0xe0, 0x2f, 0x16, - 0x28, 0x24, 0x33, 0x5f, 0xb3, 0xb7, 0x1b, 0x3f, 0x5c, 0x63, 0xde, 0x98, 0xac, 0xcf, 0x41, 0xbf, - 0xe0, 0xe1, 0xdc, 0x41, 0xb4, 0xd0, 0xc3, 0xc9, 0x0f, 0xf5, 0x42, 0xec, 0x6f, 0x81, 0xcd, 0x51, - 0x7c, 0xa0, 0xea, 0xef, 0x5b, 0xa0, 0x34, 0x77, 0x52, 0xc0, 0x9f, 0x2c, 0x70, 0xdf, 0x63, 0x43, - 0xf5, 0x46, 0x9c, 0x0c, 0x0d, 0x5d, 0xc3, 0x7a, 0xe2, 0x3e, 0x5d, 0x69, 0x04, 0xd9, 0x6d, 0x0d, - 0x9d, 0xec, 0x98, 0x3a, 0x2e, 0x79, 0xf3, 0x1e, 0xc0, 0x6f, 0xc1, 0x2e, 0xc7, 0x02, 0x87, 0x21, - 0xe6, 0x19, 0x1d, 0x66, 0x2c, 0x75, 0x57, 0x93, 0xe0, 0x18, 0xe0, 0x64, 0xab, 0xbb, 0xe6, 0x40, - 0x3e, 0xb3, 0x1b, 0xdf, 0xe2, 0xbb, 0x1e, 0xe6, 0x92, 0xbc, 0x22, 0x1e, 0x92, 0x38, 0xee, 0x23, - 0x11, 0xbf, 0x3b, 0x09, 0x75, 0x93, 0xdc, 0x64, 0xa6, 0xdc, 0x0d, 0x27, 0xe4, 0x9d, 0x4c, 0xe4, - 0xe7, 0x3a, 0xf0, 0x21, 0x35, 0xc6, 0x2a, 0x35, 0x17, 0x16, 0x78, 0x94, 0x55, 0xe7, 0xb3, 0x08, - 0x91, 0xcc, 0x37, 0xc7, 0xb4, 0xca, 0x8d, 0xff, 0x43, 0xe5, 0x7b, 0x19, 0x05, 0x07, 0x4a, 0x40, - 0x52, 0x76, 0x97, 0xc4, 0x56, 0xfe, 0xb2, 0x40, 0x69, 0x2e, 0x03, 0xbe, 0x00, 0x65, 0xc9, 0x24, - 0x0a, 0x5d, 0x89, 0x78, 0x80, 0x25, 0xf6, 0x8d, 0x6a, 0xa2, 0x1a, 0x67, 0xd1, 0xdb, 0xc7, 0x79, - 0x43, 0x39, 0xf7, 0x8c, 0x6f, 0x3b, 0x71, 0x85, 0x18, 0x14, 0x26, 0x9c, 0x9c, 0x6a, 0xee, 0xce, - 0x0d, 0x1d, 0xdd, 0x99, 0x90, 0x2b, 0xf7, 0x00, 0x9c, 0x2d, 0xa7, 0xca, 0xd7, 0xe0, 0xee, 0x8c, - 0x57, 0x3c, 0x76, 0xd2, 0x8e, 0xe2, 0x44, 0x62, 0x4e, 0x18, 0x5d, 0xea, 0xeb, 0x65, 0x27, 0x69, - 0x8d, 0xc4, 0x2b, 0x6d, 0xe0, 0xfd, 0xbf, 0x2d, 0x50, 0xf5, 0x58, 0xb4, 0xe0, 0x60, 0xfb, 0x45, - 0x7d, 0xb2, 0xa3, 0x98, 0x7e, 0x64, 0x7d, 0x79, 0x60, 0xcc, 0x03, 0x16, 0xbf, 0xb4, 0x6c, 0xc6, - 0x83, 0x5a, 0x80, 0xa9, 0x8a, 0x9d, 0x7c, 0xe7, 0x0e, 0x88, 0xb8, 0xea, 0x03, 0xfc, 0xb1, 0xfe, - 0xf9, 0x35, 0xb7, 0xde, 0x69, 0xb5, 0x2e, 0x72, 0x0f, 0x3a, 0x1a, 0xd6, 0xf2, 0x85, 0xad, 0x97, - 0xf1, 0xaa, 0x5f, 0xb7, 0xdb, 0xca, 0xec, 0x8f, 0xc4, 0xe0, 0xa4, 0xe5, 0x8b, 0x93, 0xd4, 0xe0, - 0xa4, 0x5f, 0x3f, 0xd1, 0x06, 0xff, 0xe4, 0xaa, 0x7a, 0xb7, 0xd9, 0x6c, 0xf9, 0xa2, 0xd9, 0x4c, - 0x4d, 0x9a, 0xcd, 0x7e, 0xbd, 0xd9, 0xd4, 0x46, 0xa7, 0xb7, 0x94, 0xba, 0xbd, 0x7f, 0x03, 0x00, - 0x00, 0xff, 0xff, 0x8c, 0x6f, 0xa6, 0x38, 0x1d, 0x0c, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/real_time_bidding_setting.pb.go b/googleapis/ads/googleads/v0/common/real_time_bidding_setting.pb.go deleted file mode 100644 index 0d0ff51bf9..0000000000 --- a/googleapis/ads/googleads/v0/common/real_time_bidding_setting.pb.go +++ /dev/null @@ -1,92 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/real_time_bidding_setting.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Settings for Real-Time Bidding, a feature only available for campaigns -// targeting the Ad Exchange network. -type RealTimeBiddingSetting struct { - // Whether the campaign is opted in to real-time bidding. - OptIn *wrappers.BoolValue `protobuf:"bytes,1,opt,name=opt_in,json=optIn,proto3" json:"opt_in,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *RealTimeBiddingSetting) Reset() { *m = RealTimeBiddingSetting{} } -func (m *RealTimeBiddingSetting) String() string { return proto.CompactTextString(m) } -func (*RealTimeBiddingSetting) ProtoMessage() {} -func (*RealTimeBiddingSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_real_time_bidding_setting_969b62118400925d, []int{0} -} -func (m *RealTimeBiddingSetting) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_RealTimeBiddingSetting.Unmarshal(m, b) -} -func (m *RealTimeBiddingSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_RealTimeBiddingSetting.Marshal(b, m, deterministic) -} -func (dst *RealTimeBiddingSetting) XXX_Merge(src proto.Message) { - xxx_messageInfo_RealTimeBiddingSetting.Merge(dst, src) -} -func (m *RealTimeBiddingSetting) XXX_Size() int { - return xxx_messageInfo_RealTimeBiddingSetting.Size(m) -} -func (m *RealTimeBiddingSetting) XXX_DiscardUnknown() { - xxx_messageInfo_RealTimeBiddingSetting.DiscardUnknown(m) -} - -var xxx_messageInfo_RealTimeBiddingSetting proto.InternalMessageInfo - -func (m *RealTimeBiddingSetting) GetOptIn() *wrappers.BoolValue { - if m != nil { - return m.OptIn - } - return nil -} - -func init() { - proto.RegisterType((*RealTimeBiddingSetting)(nil), "google.ads.googleads.v0.common.RealTimeBiddingSetting") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/real_time_bidding_setting.proto", fileDescriptor_real_time_bidding_setting_969b62118400925d) -} - -var fileDescriptor_real_time_bidding_setting_969b62118400925d = []byte{ - // 290 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xf4, 0x30, - 0x14, 0x85, 0xe9, 0xfc, 0xfc, 0xb3, 0xa8, 0xbb, 0x59, 0x88, 0x8c, 0x30, 0x48, 0x57, 0xae, 0x92, - 0xaa, 0xbb, 0x08, 0x42, 0xab, 0x30, 0x88, 0x9b, 0x61, 0x94, 0x2e, 0xa4, 0x50, 0xd2, 0x49, 0x0c, - 0x81, 0x34, 0x37, 0x34, 0x99, 0xf1, 0x7d, 0x5c, 0xfa, 0x28, 0x3e, 0x8a, 0x0f, 0xe0, 0x5a, 0xda, - 0xdb, 0x76, 0xa5, 0xae, 0x72, 0xc8, 0xfd, 0xce, 0x39, 0x97, 0x1b, 0xdf, 0x28, 0x00, 0x65, 0x24, - 0xe5, 0xc2, 0x53, 0x94, 0x9d, 0x3a, 0xa4, 0x74, 0x07, 0x4d, 0x03, 0x96, 0xb6, 0x92, 0x9b, 0x2a, - 0xe8, 0x46, 0x56, 0xb5, 0x16, 0x42, 0x5b, 0x55, 0x79, 0x19, 0x82, 0xb6, 0x8a, 0xb8, 0x16, 0x02, - 0x2c, 0x56, 0x68, 0x22, 0x5c, 0x78, 0x32, 0xf9, 0xc9, 0x21, 0x25, 0xe8, 0x5f, 0x0e, 0x73, 0xda, - 0xd3, 0xf5, 0xfe, 0x85, 0xbe, 0xb6, 0xdc, 0x39, 0xd9, 0x7a, 0xf4, 0x27, 0x0f, 0xf1, 0xf1, 0x56, - 0x72, 0xf3, 0xa4, 0x1b, 0x99, 0x63, 0xc1, 0x23, 0xe6, 0x2f, 0x2e, 0xe2, 0x39, 0xb8, 0x50, 0x69, - 0x7b, 0x12, 0x9d, 0x45, 0xe7, 0x47, 0x97, 0xcb, 0x21, 0x9f, 0x8c, 0x51, 0x24, 0x07, 0x30, 0x05, - 0x37, 0x7b, 0xb9, 0xfd, 0x0f, 0x2e, 0xdc, 0xdb, 0xfc, 0x2b, 0x8a, 0x93, 0x1d, 0x34, 0xe4, 0xef, - 0x9d, 0xf2, 0xd3, 0x9f, 0x1b, 0x37, 0x5d, 0xee, 0x26, 0x7a, 0xbe, 0x1b, 0xec, 0x0a, 0x0c, 0xb7, - 0x8a, 0x40, 0xab, 0xa8, 0x92, 0xb6, 0x6f, 0x1d, 0x4f, 0xe4, 0xb4, 0xff, 0xed, 0x62, 0xd7, 0xf8, - 0xbc, 0xcd, 0xfe, 0xad, 0xb3, 0xec, 0x7d, 0xb6, 0x5a, 0x63, 0x58, 0x26, 0x3c, 0x41, 0xd9, 0xa9, - 0x22, 0x25, 0xb7, 0x3d, 0xf6, 0x31, 0x02, 0x65, 0x26, 0x7c, 0x39, 0x01, 0x65, 0x91, 0x96, 0x08, - 0x7c, 0xce, 0x12, 0xfc, 0x65, 0x2c, 0x13, 0x9e, 0xb1, 0x09, 0x61, 0xac, 0x48, 0x19, 0x43, 0xa8, - 0x9e, 0xf7, 0xdb, 0x5d, 0x7d, 0x07, 0x00, 0x00, 0xff, 0xff, 0x15, 0x19, 0xa5, 0x86, 0xce, 0x01, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/segments.pb.go b/googleapis/ads/googleads/v0/common/segments.pb.go deleted file mode 100644 index 276d3dc65b..0000000000 --- a/googleapis/ads/googleads/v0/common/segments.pb.go +++ /dev/null @@ -1,355 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/segments.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Segment only fields. -type Segments struct { - // Ad network type. - AdNetworkType enums.AdNetworkTypeEnum_AdNetworkType `protobuf:"varint,3,opt,name=ad_network_type,json=adNetworkType,proto3,enum=google.ads.googleads.v0.enums.AdNetworkTypeEnum_AdNetworkType" json:"ad_network_type,omitempty"` - // Conversion attribution event type. - ConversionAttributionEventType enums.ConversionAttributionEventTypeEnum_ConversionAttributionEventType `protobuf:"varint,2,opt,name=conversion_attribution_event_type,json=conversionAttributionEventType,proto3,enum=google.ads.googleads.v0.enums.ConversionAttributionEventTypeEnum_ConversionAttributionEventType" json:"conversion_attribution_event_type,omitempty"` - // Date to which metrics apply. - // yyyy-MM-dd format, e.g., 2018-04-17. - Date *wrappers.StringValue `protobuf:"bytes,4,opt,name=date,proto3" json:"date,omitempty"` - // Day of the week, e.g., MONDAY. - DayOfWeek enums.DayOfWeekEnum_DayOfWeek `protobuf:"varint,5,opt,name=day_of_week,json=dayOfWeek,proto3,enum=google.ads.googleads.v0.enums.DayOfWeekEnum_DayOfWeek" json:"day_of_week,omitempty"` - // Device to which metrics apply. - Device enums.DeviceEnum_Device `protobuf:"varint,1,opt,name=device,proto3,enum=google.ads.googleads.v0.enums.DeviceEnum_Device" json:"device,omitempty"` - // Hotel booking window in days. - HotelBookingWindowDays *wrappers.Int64Value `protobuf:"bytes,6,opt,name=hotel_booking_window_days,json=hotelBookingWindowDays,proto3" json:"hotel_booking_window_days,omitempty"` - // Hotel center ID. - HotelCenterId *wrappers.Int64Value `protobuf:"bytes,7,opt,name=hotel_center_id,json=hotelCenterId,proto3" json:"hotel_center_id,omitempty"` - // Hotel check-in date. Formatted as yyyy-MM-dd. - HotelCheckInDate *wrappers.StringValue `protobuf:"bytes,8,opt,name=hotel_check_in_date,json=hotelCheckInDate,proto3" json:"hotel_check_in_date,omitempty"` - // Hotel check-in day of week. - HotelCheckInDayOfWeek enums.DayOfWeekEnum_DayOfWeek `protobuf:"varint,9,opt,name=hotel_check_in_day_of_week,json=hotelCheckInDayOfWeek,proto3,enum=google.ads.googleads.v0.enums.DayOfWeekEnum_DayOfWeek" json:"hotel_check_in_day_of_week,omitempty"` - // Hotel city. - HotelCity *wrappers.StringValue `protobuf:"bytes,10,opt,name=hotel_city,json=hotelCity,proto3" json:"hotel_city,omitempty"` - // Hotel class. - HotelClass *wrappers.Int32Value `protobuf:"bytes,11,opt,name=hotel_class,json=hotelClass,proto3" json:"hotel_class,omitempty"` - // Hotel country. - HotelCountry *wrappers.StringValue `protobuf:"bytes,12,opt,name=hotel_country,json=hotelCountry,proto3" json:"hotel_country,omitempty"` - // Hotel date selection type. - HotelDateSelectionType enums.HotelDateSelectionTypeEnum_HotelDateSelectionType `protobuf:"varint,13,opt,name=hotel_date_selection_type,json=hotelDateSelectionType,proto3,enum=google.ads.googleads.v0.enums.HotelDateSelectionTypeEnum_HotelDateSelectionType" json:"hotel_date_selection_type,omitempty"` - // Hotel length of stay. - HotelLengthOfStay *wrappers.Int32Value `protobuf:"bytes,14,opt,name=hotel_length_of_stay,json=hotelLengthOfStay,proto3" json:"hotel_length_of_stay,omitempty"` - // Hotel state. - HotelState *wrappers.StringValue `protobuf:"bytes,15,opt,name=hotel_state,json=hotelState,proto3" json:"hotel_state,omitempty"` - // Hour of day as a number between 0 and 23, inclusive. - Hour *wrappers.Int32Value `protobuf:"bytes,16,opt,name=hour,proto3" json:"hour,omitempty"` - // Month as represented by the date of the first day of a month. Formatted as - // yyyy-MM-dd. - Month *wrappers.StringValue `protobuf:"bytes,17,opt,name=month,proto3" json:"month,omitempty"` - // Month of the year, e.g., January. - MonthOfYear enums.MonthOfYearEnum_MonthOfYear `protobuf:"varint,18,opt,name=month_of_year,json=monthOfYear,proto3,enum=google.ads.googleads.v0.enums.MonthOfYearEnum_MonthOfYear" json:"month_of_year,omitempty"` - // Partner hotel ID. - PartnerHotelId *wrappers.StringValue `protobuf:"bytes,19,opt,name=partner_hotel_id,json=partnerHotelId,proto3" json:"partner_hotel_id,omitempty"` - // Placeholder type. This is only used with feed item metrics. - PlaceholderType enums.PlaceholderTypeEnum_PlaceholderType `protobuf:"varint,20,opt,name=placeholder_type,json=placeholderType,proto3,enum=google.ads.googleads.v0.enums.PlaceholderTypeEnum_PlaceholderType" json:"placeholder_type,omitempty"` - // Quarter as represented by the date of the first day of a quarter. - // Uses the calendar year for quarters, e.g., the second quarter of 2018 - // starts on 2018-04-01. Formatted as yyyy-MM-dd. - Quarter *wrappers.StringValue `protobuf:"bytes,21,opt,name=quarter,proto3" json:"quarter,omitempty"` - // Match type of the keyword that triggered the ad, including variants. - SearchTermMatchType enums.SearchTermMatchTypeEnum_SearchTermMatchType `protobuf:"varint,22,opt,name=search_term_match_type,json=searchTermMatchType,proto3,enum=google.ads.googleads.v0.enums.SearchTermMatchTypeEnum_SearchTermMatchType" json:"search_term_match_type,omitempty"` - // Position of the ad. - Slot enums.SlotEnum_Slot `protobuf:"varint,23,opt,name=slot,proto3,enum=google.ads.googleads.v0.enums.SlotEnum_Slot" json:"slot,omitempty"` - // Week as defined as Monday through Sunday, and represented by the date of - // Monday. Formatted as yyyy-MM-dd. - Week *wrappers.StringValue `protobuf:"bytes,24,opt,name=week,proto3" json:"week,omitempty"` - // Year, formatted as yyyy. - Year *wrappers.Int32Value `protobuf:"bytes,25,opt,name=year,proto3" json:"year,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Segments) Reset() { *m = Segments{} } -func (m *Segments) String() string { return proto.CompactTextString(m) } -func (*Segments) ProtoMessage() {} -func (*Segments) Descriptor() ([]byte, []int) { - return fileDescriptor_segments_6c768d677b74fad4, []int{0} -} -func (m *Segments) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Segments.Unmarshal(m, b) -} -func (m *Segments) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Segments.Marshal(b, m, deterministic) -} -func (dst *Segments) XXX_Merge(src proto.Message) { - xxx_messageInfo_Segments.Merge(dst, src) -} -func (m *Segments) XXX_Size() int { - return xxx_messageInfo_Segments.Size(m) -} -func (m *Segments) XXX_DiscardUnknown() { - xxx_messageInfo_Segments.DiscardUnknown(m) -} - -var xxx_messageInfo_Segments proto.InternalMessageInfo - -func (m *Segments) GetAdNetworkType() enums.AdNetworkTypeEnum_AdNetworkType { - if m != nil { - return m.AdNetworkType - } - return enums.AdNetworkTypeEnum_UNSPECIFIED -} - -func (m *Segments) GetConversionAttributionEventType() enums.ConversionAttributionEventTypeEnum_ConversionAttributionEventType { - if m != nil { - return m.ConversionAttributionEventType - } - return enums.ConversionAttributionEventTypeEnum_UNSPECIFIED -} - -func (m *Segments) GetDate() *wrappers.StringValue { - if m != nil { - return m.Date - } - return nil -} - -func (m *Segments) GetDayOfWeek() enums.DayOfWeekEnum_DayOfWeek { - if m != nil { - return m.DayOfWeek - } - return enums.DayOfWeekEnum_UNSPECIFIED -} - -func (m *Segments) GetDevice() enums.DeviceEnum_Device { - if m != nil { - return m.Device - } - return enums.DeviceEnum_UNSPECIFIED -} - -func (m *Segments) GetHotelBookingWindowDays() *wrappers.Int64Value { - if m != nil { - return m.HotelBookingWindowDays - } - return nil -} - -func (m *Segments) GetHotelCenterId() *wrappers.Int64Value { - if m != nil { - return m.HotelCenterId - } - return nil -} - -func (m *Segments) GetHotelCheckInDate() *wrappers.StringValue { - if m != nil { - return m.HotelCheckInDate - } - return nil -} - -func (m *Segments) GetHotelCheckInDayOfWeek() enums.DayOfWeekEnum_DayOfWeek { - if m != nil { - return m.HotelCheckInDayOfWeek - } - return enums.DayOfWeekEnum_UNSPECIFIED -} - -func (m *Segments) GetHotelCity() *wrappers.StringValue { - if m != nil { - return m.HotelCity - } - return nil -} - -func (m *Segments) GetHotelClass() *wrappers.Int32Value { - if m != nil { - return m.HotelClass - } - return nil -} - -func (m *Segments) GetHotelCountry() *wrappers.StringValue { - if m != nil { - return m.HotelCountry - } - return nil -} - -func (m *Segments) GetHotelDateSelectionType() enums.HotelDateSelectionTypeEnum_HotelDateSelectionType { - if m != nil { - return m.HotelDateSelectionType - } - return enums.HotelDateSelectionTypeEnum_UNSPECIFIED -} - -func (m *Segments) GetHotelLengthOfStay() *wrappers.Int32Value { - if m != nil { - return m.HotelLengthOfStay - } - return nil -} - -func (m *Segments) GetHotelState() *wrappers.StringValue { - if m != nil { - return m.HotelState - } - return nil -} - -func (m *Segments) GetHour() *wrappers.Int32Value { - if m != nil { - return m.Hour - } - return nil -} - -func (m *Segments) GetMonth() *wrappers.StringValue { - if m != nil { - return m.Month - } - return nil -} - -func (m *Segments) GetMonthOfYear() enums.MonthOfYearEnum_MonthOfYear { - if m != nil { - return m.MonthOfYear - } - return enums.MonthOfYearEnum_UNSPECIFIED -} - -func (m *Segments) GetPartnerHotelId() *wrappers.StringValue { - if m != nil { - return m.PartnerHotelId - } - return nil -} - -func (m *Segments) GetPlaceholderType() enums.PlaceholderTypeEnum_PlaceholderType { - if m != nil { - return m.PlaceholderType - } - return enums.PlaceholderTypeEnum_UNSPECIFIED -} - -func (m *Segments) GetQuarter() *wrappers.StringValue { - if m != nil { - return m.Quarter - } - return nil -} - -func (m *Segments) GetSearchTermMatchType() enums.SearchTermMatchTypeEnum_SearchTermMatchType { - if m != nil { - return m.SearchTermMatchType - } - return enums.SearchTermMatchTypeEnum_UNSPECIFIED -} - -func (m *Segments) GetSlot() enums.SlotEnum_Slot { - if m != nil { - return m.Slot - } - return enums.SlotEnum_UNSPECIFIED -} - -func (m *Segments) GetWeek() *wrappers.StringValue { - if m != nil { - return m.Week - } - return nil -} - -func (m *Segments) GetYear() *wrappers.Int32Value { - if m != nil { - return m.Year - } - return nil -} - -func init() { - proto.RegisterType((*Segments)(nil), "google.ads.googleads.v0.common.Segments") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/segments.proto", fileDescriptor_segments_6c768d677b74fad4) -} - -var fileDescriptor_segments_6c768d677b74fad4 = []byte{ - // 966 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x96, 0xdf, 0x6e, 0xdb, 0x36, - 0x14, 0xc6, 0xe1, 0x34, 0x4d, 0x1b, 0xba, 0x4e, 0x5c, 0xa6, 0xcd, 0xd8, 0x6c, 0x08, 0xba, 0x5c, - 0x05, 0xc3, 0x26, 0x79, 0x49, 0x91, 0x0b, 0x75, 0x1d, 0xe6, 0x38, 0x59, 0x9b, 0xad, 0x5d, 0x02, - 0xbb, 0x70, 0xb1, 0x21, 0x98, 0xc6, 0x48, 0xb4, 0x2c, 0x58, 0x22, 0x1d, 0x92, 0xb6, 0xa1, 0xab, - 0xdd, 0xec, 0x6e, 0x6f, 0xb1, 0xcb, 0xed, 0x4d, 0xf6, 0x24, 0xc3, 0x9e, 0x62, 0x20, 0x29, 0xc9, - 0xce, 0x3f, 0x49, 0xc0, 0xae, 0x4c, 0xd2, 0xdf, 0xef, 0x3b, 0x87, 0x87, 0x47, 0xa2, 0xc0, 0x17, - 0x01, 0x63, 0x41, 0x44, 0x6c, 0xec, 0x0b, 0xdb, 0x0c, 0xd5, 0x68, 0xda, 0xb2, 0x3d, 0x16, 0xc7, - 0x8c, 0xda, 0x82, 0x04, 0x31, 0xa1, 0x52, 0x58, 0x63, 0xce, 0x24, 0x83, 0xdb, 0x46, 0x63, 0x61, - 0x5f, 0x58, 0xb9, 0xdc, 0x9a, 0xb6, 0x2c, 0x23, 0xdf, 0xda, 0xbf, 0xcb, 0x8e, 0xd0, 0x49, 0x2c, - 0x6c, 0xec, 0xbb, 0x94, 0xc8, 0x19, 0xe3, 0x23, 0x57, 0x26, 0x63, 0x62, 0x4c, 0xb7, 0x8e, 0x8b, - 0x21, 0x8f, 0xd1, 0x29, 0xe1, 0x22, 0x64, 0xd4, 0xc5, 0x52, 0xf2, 0xf0, 0x62, 0x22, 0xd5, 0x98, - 0x4c, 0x09, 0x95, 0x8b, 0x36, 0x76, 0xb1, 0x8d, 0x8f, 0x13, 0x97, 0x0d, 0xdc, 0x19, 0x21, 0xa3, - 0x14, 0xf8, 0xac, 0x04, 0x20, 0xd3, 0xd0, 0xcb, 0xcc, 0x5f, 0x15, 0x6b, 0x87, 0x4c, 0x92, 0xc8, - 0xf5, 0xb1, 0x24, 0xae, 0x20, 0x11, 0xf1, 0x74, 0x86, 0x0b, 0xb9, 0x7d, 0x59, 0x8c, 0xc7, 0x8c, - 0xca, 0xa1, 0xca, 0x2e, 0x21, 0x98, 0xa7, 0xc8, 0x8b, 0x62, 0x64, 0x1c, 0x61, 0x8f, 0x0c, 0x59, - 0xe4, 0x13, 0xbe, 0x18, 0xc8, 0x29, 0xa6, 0x04, 0xc1, 0xdc, 0x1b, 0xba, 0x92, 0xf0, 0xd8, 0x8d, - 0xb1, 0x54, 0xc3, 0x39, 0xbb, 0x5b, 0xc2, 0x46, 0x4c, 0xa6, 0xca, 0xb4, 0x0d, 0x6c, 0x3d, 0xbb, - 0x98, 0x0c, 0xec, 0x19, 0xc7, 0xe3, 0x31, 0xe1, 0x69, 0x9b, 0xec, 0xfc, 0xd6, 0x04, 0x0f, 0x7b, - 0x69, 0xe7, 0xc0, 0x01, 0x58, 0xbf, 0x76, 0xee, 0xe8, 0xde, 0xf3, 0xda, 0xee, 0xda, 0xde, 0xd7, - 0xd6, 0x5d, 0xdd, 0xa4, 0x03, 0x5a, 0x6d, 0xff, 0x07, 0x03, 0xbd, 0x4f, 0xc6, 0xe4, 0x98, 0x4e, - 0xe2, 0xab, 0x2b, 0xdd, 0x06, 0x5e, 0x9c, 0xc2, 0xbf, 0x6a, 0xe0, 0xd3, 0xd2, 0x5e, 0x41, 0x4b, - 0x3a, 0xf4, 0x2f, 0x25, 0xa1, 0x3b, 0xb9, 0x4f, 0x7b, 0x6e, 0x73, 0xac, 0x5c, 0xf2, 0x5c, 0x8a, - 0x25, 0xdd, 0x6d, 0xaf, 0xf0, 0x7f, 0xd8, 0x02, 0xcb, 0xaa, 0x5d, 0xd0, 0xf2, 0xf3, 0xda, 0x6e, - 0x7d, 0xef, 0x93, 0x2c, 0x9f, 0xac, 0xa2, 0x56, 0x4f, 0xf2, 0x90, 0x06, 0x7d, 0x1c, 0x4d, 0x48, - 0x57, 0x2b, 0x61, 0x1f, 0xd4, 0x17, 0x7a, 0x18, 0xdd, 0xd7, 0x1b, 0x39, 0x28, 0xd9, 0xc8, 0x11, - 0x4e, 0x4e, 0x07, 0x1f, 0x08, 0x19, 0xe9, 0x9c, 0xf3, 0x59, 0x77, 0xd5, 0xcf, 0x86, 0xf0, 0x0d, - 0x58, 0x31, 0xad, 0x8e, 0x6a, 0xda, 0xb2, 0x55, 0x66, 0xa9, 0xc5, 0xc6, 0x4f, 0x0f, 0xbb, 0x29, - 0x0f, 0xfb, 0xe0, 0x99, 0x79, 0x10, 0x2e, 0x18, 0x1b, 0x85, 0x34, 0x70, 0x67, 0x21, 0xf5, 0xd9, - 0xcc, 0xf5, 0x71, 0x22, 0xd0, 0x8a, 0xde, 0xe8, 0xc7, 0x37, 0x36, 0x7a, 0x42, 0xe5, 0xc1, 0x0b, - 0xb3, 0xcf, 0x4d, 0x4d, 0x1f, 0x1a, 0xf8, 0x83, 0x66, 0x8f, 0x70, 0x22, 0x60, 0x07, 0xac, 0x1b, - 0x5f, 0x8f, 0x50, 0x49, 0xb8, 0x1b, 0xfa, 0xe8, 0x41, 0xb9, 0x5b, 0x43, 0x33, 0x1d, 0x8d, 0x9c, - 0xf8, 0xf0, 0x7b, 0xb0, 0x91, 0x9a, 0x0c, 0x89, 0x37, 0x72, 0x43, 0xaa, 0x1f, 0x57, 0xf4, 0xb0, - 0x42, 0xfd, 0x9b, 0xc6, 0x49, 0x71, 0x27, 0xf4, 0x48, 0x9d, 0xc5, 0x25, 0xd8, 0xba, 0x61, 0x36, - 0x3f, 0x9a, 0xd5, 0xff, 0x75, 0x34, 0x4f, 0xaf, 0x46, 0xcb, 0x8e, 0xe9, 0x25, 0x00, 0x69, 0xc8, - 0x50, 0x26, 0x08, 0x54, 0x48, 0x7b, 0xd5, 0x18, 0x85, 0x32, 0x81, 0x5f, 0x81, 0x7a, 0x0a, 0x47, - 0x58, 0x08, 0x54, 0xbf, 0xbb, 0x7a, 0xfb, 0x7b, 0x06, 0x36, 0xc1, 0x3a, 0x4a, 0x0e, 0xdb, 0xa0, - 0x91, 0xd2, 0x6c, 0x42, 0x25, 0x4f, 0xd0, 0xa3, 0x0a, 0xd1, 0x1f, 0x19, 0x03, 0x43, 0xc0, 0xdf, - 0x6b, 0x59, 0x6f, 0xdc, 0xf2, 0x92, 0x44, 0x0d, 0x5d, 0xb0, 0xb3, 0x92, 0x82, 0xbd, 0x51, 0xbc, - 0x2a, 0x7f, 0x2f, 0xa3, 0xf3, 0x87, 0xf1, 0xf6, 0xbf, 0xd2, 0x86, 0xba, 0xb1, 0x0e, 0xdf, 0x82, - 0x27, 0x26, 0x99, 0x88, 0xd0, 0xc0, 0xbc, 0x79, 0x85, 0xc4, 0x09, 0x5a, 0x2b, 0xaf, 0xcb, 0x63, - 0x0d, 0xbe, 0xd5, 0xdc, 0xe9, 0xa0, 0x27, 0x71, 0x02, 0x5f, 0x65, 0xc5, 0x15, 0x52, 0x75, 0xd4, - 0x7a, 0x85, 0xe2, 0x98, 0xea, 0xf6, 0x94, 0x1e, 0xda, 0x60, 0x79, 0xc8, 0x26, 0x1c, 0x35, 0xcb, - 0x83, 0x6b, 0x21, 0xdc, 0x03, 0xf7, 0xf5, 0x85, 0x81, 0x1e, 0x57, 0x88, 0x64, 0xa4, 0xf0, 0x67, - 0xd0, 0xb8, 0x72, 0xc9, 0x20, 0xa8, 0x4b, 0xee, 0x94, 0x94, 0xfc, 0x9d, 0x62, 0x4e, 0x07, 0x3f, - 0x12, 0xcc, 0x75, 0x9d, 0x17, 0xe6, 0xdd, 0x7a, 0x3c, 0x9f, 0xc0, 0x6f, 0x41, 0x73, 0x8c, 0xb9, - 0xa4, 0x84, 0xbb, 0xa6, 0x16, 0xa1, 0x8f, 0x36, 0x2a, 0xa4, 0xb7, 0x96, 0x52, 0xfa, 0x00, 0x4f, - 0x7c, 0x18, 0x83, 0xe6, 0xf5, 0x9b, 0x0d, 0x3d, 0xd1, 0xa9, 0x1e, 0x96, 0xa4, 0x7a, 0x36, 0xc7, - 0xf2, 0xb6, 0xb8, 0xb6, 0xd6, 0x5d, 0x1f, 0x5f, 0x5d, 0x80, 0x07, 0xe0, 0xc1, 0xe5, 0x04, 0x73, - 0x49, 0x38, 0x7a, 0x5a, 0x21, 0xdb, 0x4c, 0x0c, 0x7f, 0x05, 0x9b, 0xb7, 0x5f, 0xa5, 0x68, 0x53, - 0x27, 0xfb, 0x5d, 0x49, 0xb2, 0x3d, 0x0d, 0xbf, 0x27, 0x3c, 0x7e, 0xa7, 0xd0, 0x3c, 0xe1, 0x5b, - 0xd6, 0xbb, 0x1b, 0xe2, 0xe6, 0x22, 0xfc, 0x06, 0x2c, 0xab, 0xfb, 0x18, 0x7d, 0xa4, 0xc3, 0x7d, - 0x5e, 0x16, 0x2e, 0x62, 0xd2, 0xf8, 0x47, 0x4c, 0x76, 0x35, 0xa9, 0x2e, 0x20, 0xfd, 0xb2, 0x42, - 0x55, 0x2e, 0x20, 0xa5, 0x54, 0x8d, 0xaa, 0x5b, 0xe7, 0x59, 0x85, 0x46, 0x55, 0xc2, 0xc3, 0x7f, - 0x6a, 0x60, 0xc7, 0x63, 0xb1, 0x55, 0xfc, 0xd1, 0x78, 0xd8, 0xc8, 0x3e, 0x15, 0xce, 0x94, 0xd3, - 0x59, 0xed, 0xa7, 0xa3, 0x14, 0x08, 0x58, 0x84, 0x69, 0x60, 0x31, 0x1e, 0xd8, 0x01, 0xa1, 0x3a, - 0x4e, 0xf6, 0x61, 0x32, 0x0e, 0xc5, 0x5d, 0xdf, 0xac, 0x2f, 0xcd, 0xcf, 0x1f, 0x4b, 0xf7, 0x5e, - 0xb7, 0xdb, 0x7f, 0x2e, 0x6d, 0xbf, 0x36, 0x66, 0x6d, 0x5f, 0x58, 0x66, 0xa8, 0x46, 0xfd, 0x96, - 0xd5, 0xd1, 0xb2, 0xbf, 0x33, 0xc1, 0x79, 0xdb, 0x17, 0xe7, 0xb9, 0xe0, 0xbc, 0xdf, 0x3a, 0x37, - 0x82, 0x7f, 0x97, 0x76, 0xcc, 0xaa, 0xe3, 0xb4, 0x7d, 0xe1, 0x38, 0xb9, 0xc4, 0x71, 0xfa, 0x2d, - 0xc7, 0x31, 0xa2, 0x8b, 0x15, 0x9d, 0xdd, 0xfe, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xcf, 0x67, - 0x13, 0xd9, 0x50, 0x0b, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/tag_snippet.pb.go b/googleapis/ads/googleads/v0/common/tag_snippet.pb.go deleted file mode 100644 index 34afe23230..0000000000 --- a/googleapis/ads/googleads/v0/common/tag_snippet.pb.go +++ /dev/null @@ -1,129 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/tag_snippet.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The site tag and event snippet pair for a TrackingCodeType. -type TagSnippet struct { - // The type of the generated tag snippets for tracking conversions. - Type enums.TrackingCodeTypeEnum_TrackingCodeType `protobuf:"varint,1,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.TrackingCodeTypeEnum_TrackingCodeType" json:"type,omitempty"` - // The format of the web page where the tracking tag and snippet will be - // installed, e.g. HTML. - PageFormat enums.TrackingCodePageFormatEnum_TrackingCodePageFormat `protobuf:"varint,2,opt,name=page_format,json=pageFormat,proto3,enum=google.ads.googleads.v0.enums.TrackingCodePageFormatEnum_TrackingCodePageFormat" json:"page_format,omitempty"` - // The site tag that adds visitors to your basic remarketing lists and sets - // new cookies on your domain. - GlobalSiteTag *wrappers.StringValue `protobuf:"bytes,3,opt,name=global_site_tag,json=globalSiteTag,proto3" json:"global_site_tag,omitempty"` - // The event snippet that works with the site tag to track actions that - // should be counted as conversions. - EventSnippet *wrappers.StringValue `protobuf:"bytes,4,opt,name=event_snippet,json=eventSnippet,proto3" json:"event_snippet,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TagSnippet) Reset() { *m = TagSnippet{} } -func (m *TagSnippet) String() string { return proto.CompactTextString(m) } -func (*TagSnippet) ProtoMessage() {} -func (*TagSnippet) Descriptor() ([]byte, []int) { - return fileDescriptor_tag_snippet_0f136bc5b7c4c91d, []int{0} -} -func (m *TagSnippet) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TagSnippet.Unmarshal(m, b) -} -func (m *TagSnippet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TagSnippet.Marshal(b, m, deterministic) -} -func (dst *TagSnippet) XXX_Merge(src proto.Message) { - xxx_messageInfo_TagSnippet.Merge(dst, src) -} -func (m *TagSnippet) XXX_Size() int { - return xxx_messageInfo_TagSnippet.Size(m) -} -func (m *TagSnippet) XXX_DiscardUnknown() { - xxx_messageInfo_TagSnippet.DiscardUnknown(m) -} - -var xxx_messageInfo_TagSnippet proto.InternalMessageInfo - -func (m *TagSnippet) GetType() enums.TrackingCodeTypeEnum_TrackingCodeType { - if m != nil { - return m.Type - } - return enums.TrackingCodeTypeEnum_UNSPECIFIED -} - -func (m *TagSnippet) GetPageFormat() enums.TrackingCodePageFormatEnum_TrackingCodePageFormat { - if m != nil { - return m.PageFormat - } - return enums.TrackingCodePageFormatEnum_UNSPECIFIED -} - -func (m *TagSnippet) GetGlobalSiteTag() *wrappers.StringValue { - if m != nil { - return m.GlobalSiteTag - } - return nil -} - -func (m *TagSnippet) GetEventSnippet() *wrappers.StringValue { - if m != nil { - return m.EventSnippet - } - return nil -} - -func init() { - proto.RegisterType((*TagSnippet)(nil), "google.ads.googleads.v0.common.TagSnippet") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/tag_snippet.proto", fileDescriptor_tag_snippet_0f136bc5b7c4c91d) -} - -var fileDescriptor_tag_snippet_0f136bc5b7c4c91d = []byte{ - // 408 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0x41, 0x6a, 0xdc, 0x30, - 0x14, 0x86, 0xb1, 0x13, 0xba, 0x50, 0x9a, 0x06, 0xbc, 0x32, 0xa1, 0x84, 0x30, 0xab, 0xac, 0x24, - 0x93, 0x42, 0x17, 0x2a, 0x5d, 0x38, 0x99, 0x36, 0x5b, 0x33, 0x63, 0x4c, 0x29, 0x06, 0xa3, 0xb1, - 0x5f, 0x84, 0xa9, 0x2d, 0xa9, 0x96, 0x3c, 0x25, 0xd7, 0xe9, 0xb2, 0x47, 0xe9, 0x31, 0xba, 0xcc, - 0x29, 0x8a, 0x25, 0xdb, 0x53, 0x18, 0xa6, 0x64, 0x56, 0x7e, 0x96, 0xfe, 0xef, 0xff, 0xf5, 0xa4, - 0x87, 0x22, 0x2e, 0x25, 0x6f, 0x80, 0xb0, 0x4a, 0x13, 0x57, 0x0e, 0xd5, 0x36, 0x22, 0xa5, 0x6c, - 0x5b, 0x29, 0x88, 0x61, 0xbc, 0xd0, 0xa2, 0x56, 0x0a, 0x0c, 0x56, 0x9d, 0x34, 0x32, 0xb8, 0x72, - 0x32, 0xcc, 0x2a, 0x8d, 0x67, 0x02, 0x6f, 0x23, 0xec, 0x88, 0xcb, 0x8f, 0x87, 0x1c, 0x41, 0xf4, - 0xad, 0x26, 0xa6, 0x63, 0xe5, 0xb7, 0x5a, 0xf0, 0xa2, 0x94, 0x15, 0x14, 0x8a, 0x71, 0x28, 0x1e, - 0x65, 0xd7, 0xb2, 0xd1, 0xfe, 0xf2, 0xfd, 0x31, 0xb8, 0x79, 0x52, 0x30, 0x72, 0xe3, 0xb1, 0x88, - 0xfd, 0xdb, 0xf4, 0x8f, 0xe4, 0x47, 0xc7, 0x94, 0x82, 0x4e, 0xbb, 0xfd, 0xc5, 0x1f, 0x1f, 0xa1, - 0x94, 0xf1, 0xb5, 0xeb, 0x25, 0xf8, 0x82, 0x4e, 0x07, 0x38, 0xf4, 0xae, 0xbd, 0x9b, 0x37, 0xb7, - 0x4b, 0x7c, 0xa8, 0x29, 0x9b, 0x8a, 0xd3, 0x31, 0xf5, 0x5e, 0x56, 0x90, 0x3e, 0x29, 0xf8, 0x24, - 0xfa, 0x76, 0x6f, 0x71, 0x65, 0x1d, 0x83, 0xef, 0xe8, 0xec, 0x9f, 0xae, 0x42, 0xdf, 0x06, 0x24, - 0x47, 0x04, 0x24, 0x8c, 0xc3, 0x67, 0x0b, 0xef, 0xc5, 0xec, 0xb6, 0x56, 0x48, 0xcd, 0x75, 0xb0, - 0x44, 0x17, 0xbc, 0x91, 0x1b, 0xd6, 0x14, 0xba, 0x36, 0x50, 0x18, 0xc6, 0xc3, 0x93, 0x6b, 0xef, - 0xe6, 0xec, 0xf6, 0xed, 0x14, 0x3b, 0xdd, 0x0a, 0x5e, 0x9b, 0xae, 0x16, 0x3c, 0x63, 0x4d, 0x0f, - 0xab, 0x73, 0x07, 0xad, 0x6b, 0x03, 0x29, 0xe3, 0x41, 0x8c, 0xce, 0x61, 0x0b, 0xc2, 0x4c, 0xef, - 0x1d, 0x9e, 0xbe, 0xc0, 0xe3, 0xb5, 0x45, 0xc6, 0x5b, 0xbd, 0x7b, 0xf6, 0xd0, 0xa2, 0x94, 0x2d, - 0xfe, 0xff, 0x88, 0xdc, 0x5d, 0xec, 0x1e, 0x22, 0x19, 0x4c, 0x13, 0xef, 0xeb, 0x72, 0x44, 0xb8, - 0x6c, 0x98, 0xe0, 0x58, 0x76, 0x9c, 0x70, 0x10, 0x36, 0x72, 0x1a, 0x03, 0x55, 0xeb, 0x43, 0x63, - 0xfa, 0xc1, 0x7d, 0x7e, 0xfa, 0x27, 0x0f, 0x71, 0xfc, 0xcb, 0xbf, 0x7a, 0x70, 0x66, 0x71, 0xa5, - 0xb1, 0x2b, 0x87, 0x2a, 0x8b, 0xf0, 0xbd, 0x95, 0xfd, 0x9e, 0x04, 0x79, 0x5c, 0xe9, 0x7c, 0x16, - 0xe4, 0x59, 0x94, 0x3b, 0xc1, 0xb3, 0xbf, 0x70, 0xab, 0x94, 0xc6, 0x95, 0xa6, 0x74, 0x96, 0x50, - 0x9a, 0x45, 0x94, 0x3a, 0xd1, 0xe6, 0x95, 0x3d, 0xdd, 0xbb, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, - 0x52, 0xd2, 0xe9, 0x44, 0x43, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/targeting_setting.pb.go b/googleapis/ads/googleads/v0/common/targeting_setting.pb.go deleted file mode 100644 index 4c35b81978..0000000000 --- a/googleapis/ads/googleads/v0/common/targeting_setting.pb.go +++ /dev/null @@ -1,156 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/targeting_setting.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Settings for the -// -// targeting related features, at Campaign and AdGroup level. -type TargetingSetting struct { - // The per-targeting-dimension setting to restrict the reach of your campaign - // or ad group. - TargetRestrictions []*TargetRestriction `protobuf:"bytes,1,rep,name=target_restrictions,json=targetRestrictions,proto3" json:"target_restrictions,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TargetingSetting) Reset() { *m = TargetingSetting{} } -func (m *TargetingSetting) String() string { return proto.CompactTextString(m) } -func (*TargetingSetting) ProtoMessage() {} -func (*TargetingSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_targeting_setting_05b3625fe022ac0d, []int{0} -} -func (m *TargetingSetting) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TargetingSetting.Unmarshal(m, b) -} -func (m *TargetingSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TargetingSetting.Marshal(b, m, deterministic) -} -func (dst *TargetingSetting) XXX_Merge(src proto.Message) { - xxx_messageInfo_TargetingSetting.Merge(dst, src) -} -func (m *TargetingSetting) XXX_Size() int { - return xxx_messageInfo_TargetingSetting.Size(m) -} -func (m *TargetingSetting) XXX_DiscardUnknown() { - xxx_messageInfo_TargetingSetting.DiscardUnknown(m) -} - -var xxx_messageInfo_TargetingSetting proto.InternalMessageInfo - -func (m *TargetingSetting) GetTargetRestrictions() []*TargetRestriction { - if m != nil { - return m.TargetRestrictions - } - return nil -} - -// The list of per-targeting-dimension targeting settings. -type TargetRestriction struct { - // The targeting dimension that these settings apply to. - TargetingDimension enums.TargetingDimensionEnum_TargetingDimension `protobuf:"varint,1,opt,name=targeting_dimension,json=targetingDimension,proto3,enum=google.ads.googleads.v0.enums.TargetingDimensionEnum_TargetingDimension" json:"targeting_dimension,omitempty"` - // Indicates whether to restrict your ads to show only for the criteria you - // have selected for this targeting_dimension, or to target all values for - // this targeting_dimension and show ads based on your targeting in other - // TargetingDimensions. A value of 'true' means that these criteria will only - // apply bid modifiers, and not affect targeting. A value of 'false' means - // that these criteria will restrict targeting as well as applying bid - // modifiers. - BidOnly *wrappers.BoolValue `protobuf:"bytes,2,opt,name=bid_only,json=bidOnly,proto3" json:"bid_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TargetRestriction) Reset() { *m = TargetRestriction{} } -func (m *TargetRestriction) String() string { return proto.CompactTextString(m) } -func (*TargetRestriction) ProtoMessage() {} -func (*TargetRestriction) Descriptor() ([]byte, []int) { - return fileDescriptor_targeting_setting_05b3625fe022ac0d, []int{1} -} -func (m *TargetRestriction) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TargetRestriction.Unmarshal(m, b) -} -func (m *TargetRestriction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TargetRestriction.Marshal(b, m, deterministic) -} -func (dst *TargetRestriction) XXX_Merge(src proto.Message) { - xxx_messageInfo_TargetRestriction.Merge(dst, src) -} -func (m *TargetRestriction) XXX_Size() int { - return xxx_messageInfo_TargetRestriction.Size(m) -} -func (m *TargetRestriction) XXX_DiscardUnknown() { - xxx_messageInfo_TargetRestriction.DiscardUnknown(m) -} - -var xxx_messageInfo_TargetRestriction proto.InternalMessageInfo - -func (m *TargetRestriction) GetTargetingDimension() enums.TargetingDimensionEnum_TargetingDimension { - if m != nil { - return m.TargetingDimension - } - return enums.TargetingDimensionEnum_UNSPECIFIED -} - -func (m *TargetRestriction) GetBidOnly() *wrappers.BoolValue { - if m != nil { - return m.BidOnly - } - return nil -} - -func init() { - proto.RegisterType((*TargetingSetting)(nil), "google.ads.googleads.v0.common.TargetingSetting") - proto.RegisterType((*TargetRestriction)(nil), "google.ads.googleads.v0.common.TargetRestriction") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/targeting_setting.proto", fileDescriptor_targeting_setting_05b3625fe022ac0d) -} - -var fileDescriptor_targeting_setting_05b3625fe022ac0d = []byte{ - // 379 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xc1, 0x4a, 0xeb, 0x40, - 0x14, 0x86, 0x49, 0x0a, 0xf7, 0x5e, 0x52, 0xb8, 0x68, 0x44, 0x28, 0x5d, 0x94, 0x92, 0x55, 0x57, - 0x93, 0x58, 0x51, 0x61, 0x5c, 0xa5, 0x56, 0xea, 0xce, 0x52, 0x25, 0x0b, 0x09, 0x94, 0xa4, 0x33, - 0x0e, 0x03, 0xc9, 0x4c, 0xc8, 0x24, 0x95, 0xbe, 0x8e, 0x4b, 0xdf, 0xc3, 0x8d, 0x8f, 0xe2, 0xca, - 0x47, 0x90, 0xe4, 0x74, 0x62, 0xad, 0x56, 0x57, 0x73, 0x72, 0xf2, 0xff, 0xdf, 0x39, 0xf3, 0x27, - 0xd6, 0x29, 0x93, 0x92, 0x25, 0xd4, 0x8d, 0x88, 0x72, 0xa1, 0xac, 0xaa, 0xa5, 0xe7, 0x2e, 0x64, - 0x9a, 0x4a, 0xe1, 0x16, 0x51, 0xce, 0x68, 0xc1, 0x05, 0x9b, 0x2b, 0x5a, 0x54, 0x27, 0xca, 0x72, - 0x59, 0x48, 0xbb, 0x07, 0x62, 0x14, 0x11, 0x85, 0x1a, 0x1f, 0x5a, 0x7a, 0x08, 0x7c, 0xdd, 0xb3, - 0x5d, 0x5c, 0x2a, 0xca, 0x54, 0x6d, 0x60, 0x09, 0x4f, 0xa9, 0x50, 0x5c, 0x0a, 0x00, 0x77, 0xd7, - 0x60, 0xb7, 0x7e, 0x8a, 0xcb, 0x7b, 0xf7, 0x21, 0x8f, 0xb2, 0x8c, 0xe6, 0x0a, 0xde, 0x3b, 0x4b, - 0x6b, 0xef, 0x56, 0x9b, 0x6f, 0x60, 0x25, 0x3b, 0xb6, 0x0e, 0x00, 0x38, 0xcf, 0xa9, 0x2a, 0x72, - 0xbe, 0x28, 0xb8, 0x14, 0xaa, 0x63, 0xf4, 0x5b, 0x83, 0xf6, 0xf0, 0x08, 0xfd, 0xbc, 0x2a, 0x02, - 0xdc, 0xec, 0xc3, 0x39, 0xb3, 0x8b, 0xed, 0x96, 0x72, 0x9e, 0x0d, 0x6b, 0xff, 0x8b, 0xd2, 0x5e, - 0xe9, 0xc9, 0x9f, 0xae, 0xd2, 0x31, 0xfa, 0xc6, 0xe0, 0xff, 0xf0, 0x6a, 0xe7, 0xe4, 0x3a, 0x04, - 0xd4, 0xdc, 0x63, 0xac, 0x8d, 0x97, 0xa2, 0x4c, 0xbf, 0x69, 0xeb, 0x85, 0x36, 0x7b, 0xf6, 0x89, - 0xf5, 0x2f, 0xe6, 0x64, 0x2e, 0x45, 0xb2, 0xea, 0x98, 0x7d, 0x63, 0xd0, 0x1e, 0x76, 0xf5, 0x3c, - 0x9d, 0x1d, 0x1a, 0x49, 0x99, 0x04, 0x51, 0x52, 0xd2, 0xd9, 0xdf, 0x98, 0x93, 0x6b, 0x91, 0xac, - 0x46, 0x6f, 0x86, 0xe5, 0x2c, 0x64, 0xfa, 0x4b, 0x28, 0xa3, 0xc3, 0xed, 0x90, 0xa7, 0x15, 0x73, - 0x6a, 0xdc, 0x8d, 0xd7, 0x46, 0x26, 0x93, 0x48, 0x30, 0x24, 0x73, 0xe6, 0x32, 0x2a, 0xea, 0x89, - 0xfa, 0x43, 0x67, 0x5c, 0xed, 0xfa, 0x9f, 0xce, 0xe1, 0x78, 0x34, 0x5b, 0x13, 0xdf, 0x7f, 0x32, - 0x7b, 0x13, 0x80, 0xf9, 0x44, 0x21, 0x28, 0xab, 0x2a, 0xf0, 0xd0, 0x45, 0x2d, 0x7b, 0xd1, 0x82, - 0xd0, 0x27, 0x2a, 0x6c, 0x04, 0x61, 0xe0, 0x85, 0x20, 0x78, 0x35, 0x1d, 0xe8, 0x62, 0xec, 0x13, - 0x85, 0x71, 0x23, 0xc1, 0x38, 0xf0, 0x30, 0x06, 0x51, 0xfc, 0xa7, 0xde, 0xee, 0xf8, 0x3d, 0x00, - 0x00, 0xff, 0xff, 0x7a, 0xeb, 0xb9, 0x6b, 0xec, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/user_lists.pb.go b/googleapis/ads/googleads/v0/common/user_lists.pb.go deleted file mode 100644 index a8cc849920..0000000000 --- a/googleapis/ads/googleads/v0/common/user_lists.pb.go +++ /dev/null @@ -1,1403 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/user_lists.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// SimilarUserList is a list of users which are similar to users from another -// UserList. These lists are read-only and automatically created by Google. -type SimilarUserListInfo struct { - // Seed UserList from which this list is derived. - SeedUserList *wrappers.StringValue `protobuf:"bytes,1,opt,name=seed_user_list,json=seedUserList,proto3" json:"seed_user_list,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SimilarUserListInfo) Reset() { *m = SimilarUserListInfo{} } -func (m *SimilarUserListInfo) String() string { return proto.CompactTextString(m) } -func (*SimilarUserListInfo) ProtoMessage() {} -func (*SimilarUserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{0} -} -func (m *SimilarUserListInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SimilarUserListInfo.Unmarshal(m, b) -} -func (m *SimilarUserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SimilarUserListInfo.Marshal(b, m, deterministic) -} -func (dst *SimilarUserListInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_SimilarUserListInfo.Merge(dst, src) -} -func (m *SimilarUserListInfo) XXX_Size() int { - return xxx_messageInfo_SimilarUserListInfo.Size(m) -} -func (m *SimilarUserListInfo) XXX_DiscardUnknown() { - xxx_messageInfo_SimilarUserListInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_SimilarUserListInfo proto.InternalMessageInfo - -func (m *SimilarUserListInfo) GetSeedUserList() *wrappers.StringValue { - if m != nil { - return m.SeedUserList - } - return nil -} - -// UserList of CRM users provided by the advertiser. -type CrmBasedUserListInfo struct { - // A string that uniquely identifies a mobile application from which the data - // was collected to the Google Ads API. - // For iOS, the ID string is the 9 digit string that appears at the end of an - // App Store URL (e.g., "476943146" for "Flood-It! 2" whose App Store link is - // http://itunes.apple.com/us/app/flood-it!-2/id476943146). - // For Android, the ID string is the application's package name - // (e.g., "com.labpixies.colordrips" for "Color Drips" given Google Play link - // https://play.google.com/store/apps/details?id=com.labpixies.colordrips). - // Required when creating CrmBasedUserList for uploading mobile advertising - // IDs. - AppId *wrappers.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` - // Matching key type of the list. - // Mixed data types are not allowed on the same list. - // This field is required for an ADD operation. - UploadKeyType enums.CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType `protobuf:"varint,2,opt,name=upload_key_type,json=uploadKeyType,proto3,enum=google.ads.googleads.v0.enums.CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType" json:"upload_key_type,omitempty"` - // Data source of the list. Default value is FIRST_PARTY. - // Only whitelisted customers can create third party sourced crm lists. - DataSourceType enums.UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType `protobuf:"varint,3,opt,name=data_source_type,json=dataSourceType,proto3,enum=google.ads.googleads.v0.enums.UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType" json:"data_source_type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CrmBasedUserListInfo) Reset() { *m = CrmBasedUserListInfo{} } -func (m *CrmBasedUserListInfo) String() string { return proto.CompactTextString(m) } -func (*CrmBasedUserListInfo) ProtoMessage() {} -func (*CrmBasedUserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{1} -} -func (m *CrmBasedUserListInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CrmBasedUserListInfo.Unmarshal(m, b) -} -func (m *CrmBasedUserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CrmBasedUserListInfo.Marshal(b, m, deterministic) -} -func (dst *CrmBasedUserListInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_CrmBasedUserListInfo.Merge(dst, src) -} -func (m *CrmBasedUserListInfo) XXX_Size() int { - return xxx_messageInfo_CrmBasedUserListInfo.Size(m) -} -func (m *CrmBasedUserListInfo) XXX_DiscardUnknown() { - xxx_messageInfo_CrmBasedUserListInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_CrmBasedUserListInfo proto.InternalMessageInfo - -func (m *CrmBasedUserListInfo) GetAppId() *wrappers.StringValue { - if m != nil { - return m.AppId - } - return nil -} - -func (m *CrmBasedUserListInfo) GetUploadKeyType() enums.CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType { - if m != nil { - return m.UploadKeyType - } - return enums.CustomerMatchUploadKeyTypeEnum_UNSPECIFIED -} - -func (m *CrmBasedUserListInfo) GetDataSourceType() enums.UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType { - if m != nil { - return m.DataSourceType - } - return enums.UserListCrmDataSourceTypeEnum_UNSPECIFIED -} - -// A client defined rule based on custom parameters sent by web sites or -// uploaded by the advertiser. -type UserListRuleInfo struct { - // Rule type is used to determine how to group rule items. - // - // The default is OR of ANDs (disjunctive normal form). - // That is, rule items will be ANDed together within rule item groups and the - // groups themselves will be ORed together. - // - // Currently AND of ORs (conjunctive normal form) is only supported for - // ExpressionRuleUserList. - RuleType enums.UserListRuleTypeEnum_UserListRuleType `protobuf:"varint,1,opt,name=rule_type,json=ruleType,proto3,enum=google.ads.googleads.v0.enums.UserListRuleTypeEnum_UserListRuleType" json:"rule_type,omitempty"` - // List of rule item groups that defines this rule. - // Rule item groups are grouped together based on rule_type. - RuleItemGroups []*UserListRuleItemGroupInfo `protobuf:"bytes,2,rep,name=rule_item_groups,json=ruleItemGroups,proto3" json:"rule_item_groups,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListRuleInfo) Reset() { *m = UserListRuleInfo{} } -func (m *UserListRuleInfo) String() string { return proto.CompactTextString(m) } -func (*UserListRuleInfo) ProtoMessage() {} -func (*UserListRuleInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{2} -} -func (m *UserListRuleInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListRuleInfo.Unmarshal(m, b) -} -func (m *UserListRuleInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListRuleInfo.Marshal(b, m, deterministic) -} -func (dst *UserListRuleInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListRuleInfo.Merge(dst, src) -} -func (m *UserListRuleInfo) XXX_Size() int { - return xxx_messageInfo_UserListRuleInfo.Size(m) -} -func (m *UserListRuleInfo) XXX_DiscardUnknown() { - xxx_messageInfo_UserListRuleInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListRuleInfo proto.InternalMessageInfo - -func (m *UserListRuleInfo) GetRuleType() enums.UserListRuleTypeEnum_UserListRuleType { - if m != nil { - return m.RuleType - } - return enums.UserListRuleTypeEnum_UNSPECIFIED -} - -func (m *UserListRuleInfo) GetRuleItemGroups() []*UserListRuleItemGroupInfo { - if m != nil { - return m.RuleItemGroups - } - return nil -} - -// A group of rule items. -type UserListRuleItemGroupInfo struct { - // Rule items that will be grouped together based on rule_type. - RuleItems []*UserListRuleItemInfo `protobuf:"bytes,1,rep,name=rule_items,json=ruleItems,proto3" json:"rule_items,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListRuleItemGroupInfo) Reset() { *m = UserListRuleItemGroupInfo{} } -func (m *UserListRuleItemGroupInfo) String() string { return proto.CompactTextString(m) } -func (*UserListRuleItemGroupInfo) ProtoMessage() {} -func (*UserListRuleItemGroupInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{3} -} -func (m *UserListRuleItemGroupInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListRuleItemGroupInfo.Unmarshal(m, b) -} -func (m *UserListRuleItemGroupInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListRuleItemGroupInfo.Marshal(b, m, deterministic) -} -func (dst *UserListRuleItemGroupInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListRuleItemGroupInfo.Merge(dst, src) -} -func (m *UserListRuleItemGroupInfo) XXX_Size() int { - return xxx_messageInfo_UserListRuleItemGroupInfo.Size(m) -} -func (m *UserListRuleItemGroupInfo) XXX_DiscardUnknown() { - xxx_messageInfo_UserListRuleItemGroupInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListRuleItemGroupInfo proto.InternalMessageInfo - -func (m *UserListRuleItemGroupInfo) GetRuleItems() []*UserListRuleItemInfo { - if m != nil { - return m.RuleItems - } - return nil -} - -// An atomic rule fragment. -type UserListRuleItemInfo struct { - // Rule variable name. It should match the corresponding key name fired - // by the pixel. - // A name must begin with US-ascii letters or underscore or UTF8 code that is - // greater than 127 and consist of US-ascii letters or digits or underscore or - // UTF8 code that is greater than 127. - // For websites, there are two built-in variable URL (name = 'url__') and - // referrer URL (name = 'ref_url__'). - // This field must be populated when creating a new rule item. - Name *wrappers.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` - // An atomic rule fragment. - // - // Types that are valid to be assigned to RuleItem: - // *UserListRuleItemInfo_NumberRuleItem - // *UserListRuleItemInfo_StringRuleItem - // *UserListRuleItemInfo_DateRuleItem - RuleItem isUserListRuleItemInfo_RuleItem `protobuf_oneof:"rule_item"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListRuleItemInfo) Reset() { *m = UserListRuleItemInfo{} } -func (m *UserListRuleItemInfo) String() string { return proto.CompactTextString(m) } -func (*UserListRuleItemInfo) ProtoMessage() {} -func (*UserListRuleItemInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{4} -} -func (m *UserListRuleItemInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListRuleItemInfo.Unmarshal(m, b) -} -func (m *UserListRuleItemInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListRuleItemInfo.Marshal(b, m, deterministic) -} -func (dst *UserListRuleItemInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListRuleItemInfo.Merge(dst, src) -} -func (m *UserListRuleItemInfo) XXX_Size() int { - return xxx_messageInfo_UserListRuleItemInfo.Size(m) -} -func (m *UserListRuleItemInfo) XXX_DiscardUnknown() { - xxx_messageInfo_UserListRuleItemInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListRuleItemInfo proto.InternalMessageInfo - -func (m *UserListRuleItemInfo) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -type isUserListRuleItemInfo_RuleItem interface { - isUserListRuleItemInfo_RuleItem() -} - -type UserListRuleItemInfo_NumberRuleItem struct { - NumberRuleItem *UserListNumberRuleItemInfo `protobuf:"bytes,2,opt,name=number_rule_item,json=numberRuleItem,proto3,oneof"` -} - -type UserListRuleItemInfo_StringRuleItem struct { - StringRuleItem *UserListStringRuleItemInfo `protobuf:"bytes,3,opt,name=string_rule_item,json=stringRuleItem,proto3,oneof"` -} - -type UserListRuleItemInfo_DateRuleItem struct { - DateRuleItem *UserListDateRuleItemInfo `protobuf:"bytes,4,opt,name=date_rule_item,json=dateRuleItem,proto3,oneof"` -} - -func (*UserListRuleItemInfo_NumberRuleItem) isUserListRuleItemInfo_RuleItem() {} - -func (*UserListRuleItemInfo_StringRuleItem) isUserListRuleItemInfo_RuleItem() {} - -func (*UserListRuleItemInfo_DateRuleItem) isUserListRuleItemInfo_RuleItem() {} - -func (m *UserListRuleItemInfo) GetRuleItem() isUserListRuleItemInfo_RuleItem { - if m != nil { - return m.RuleItem - } - return nil -} - -func (m *UserListRuleItemInfo) GetNumberRuleItem() *UserListNumberRuleItemInfo { - if x, ok := m.GetRuleItem().(*UserListRuleItemInfo_NumberRuleItem); ok { - return x.NumberRuleItem - } - return nil -} - -func (m *UserListRuleItemInfo) GetStringRuleItem() *UserListStringRuleItemInfo { - if x, ok := m.GetRuleItem().(*UserListRuleItemInfo_StringRuleItem); ok { - return x.StringRuleItem - } - return nil -} - -func (m *UserListRuleItemInfo) GetDateRuleItem() *UserListDateRuleItemInfo { - if x, ok := m.GetRuleItem().(*UserListRuleItemInfo_DateRuleItem); ok { - return x.DateRuleItem - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*UserListRuleItemInfo) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _UserListRuleItemInfo_OneofMarshaler, _UserListRuleItemInfo_OneofUnmarshaler, _UserListRuleItemInfo_OneofSizer, []interface{}{ - (*UserListRuleItemInfo_NumberRuleItem)(nil), - (*UserListRuleItemInfo_StringRuleItem)(nil), - (*UserListRuleItemInfo_DateRuleItem)(nil), - } -} - -func _UserListRuleItemInfo_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*UserListRuleItemInfo) - // rule_item - switch x := m.RuleItem.(type) { - case *UserListRuleItemInfo_NumberRuleItem: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.NumberRuleItem); err != nil { - return err - } - case *UserListRuleItemInfo_StringRuleItem: - b.EncodeVarint(3<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.StringRuleItem); err != nil { - return err - } - case *UserListRuleItemInfo_DateRuleItem: - b.EncodeVarint(4<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.DateRuleItem); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("UserListRuleItemInfo.RuleItem has unexpected type %T", x) - } - return nil -} - -func _UserListRuleItemInfo_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*UserListRuleItemInfo) - switch tag { - case 2: // rule_item.number_rule_item - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(UserListNumberRuleItemInfo) - err := b.DecodeMessage(msg) - m.RuleItem = &UserListRuleItemInfo_NumberRuleItem{msg} - return true, err - case 3: // rule_item.string_rule_item - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(UserListStringRuleItemInfo) - err := b.DecodeMessage(msg) - m.RuleItem = &UserListRuleItemInfo_StringRuleItem{msg} - return true, err - case 4: // rule_item.date_rule_item - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(UserListDateRuleItemInfo) - err := b.DecodeMessage(msg) - m.RuleItem = &UserListRuleItemInfo_DateRuleItem{msg} - return true, err - default: - return false, nil - } -} - -func _UserListRuleItemInfo_OneofSizer(msg proto.Message) (n int) { - m := msg.(*UserListRuleItemInfo) - // rule_item - switch x := m.RuleItem.(type) { - case *UserListRuleItemInfo_NumberRuleItem: - s := proto.Size(x.NumberRuleItem) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *UserListRuleItemInfo_StringRuleItem: - s := proto.Size(x.StringRuleItem) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *UserListRuleItemInfo_DateRuleItem: - s := proto.Size(x.DateRuleItem) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// A rule item composed of date operation. -type UserListDateRuleItemInfo struct { - // Date comparison operator. - // This field is required and must be populated when creating new date - // rule item. - Operator enums.UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator `protobuf:"varint,1,opt,name=operator,proto3,enum=google.ads.googleads.v0.enums.UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator" json:"operator,omitempty"` - // String representing date value to be compared with the rule variable. - // Supported date format is YYYY-MM-DD. - // Times are reported in the customer's time zone. - Value *wrappers.StringValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` - // The relative date value of the right hand side denoted by number of days - // offset from now. The value field will override this field when both are - // present. - OffsetInDays *wrappers.Int64Value `protobuf:"bytes,3,opt,name=offset_in_days,json=offsetInDays,proto3" json:"offset_in_days,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListDateRuleItemInfo) Reset() { *m = UserListDateRuleItemInfo{} } -func (m *UserListDateRuleItemInfo) String() string { return proto.CompactTextString(m) } -func (*UserListDateRuleItemInfo) ProtoMessage() {} -func (*UserListDateRuleItemInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{5} -} -func (m *UserListDateRuleItemInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListDateRuleItemInfo.Unmarshal(m, b) -} -func (m *UserListDateRuleItemInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListDateRuleItemInfo.Marshal(b, m, deterministic) -} -func (dst *UserListDateRuleItemInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListDateRuleItemInfo.Merge(dst, src) -} -func (m *UserListDateRuleItemInfo) XXX_Size() int { - return xxx_messageInfo_UserListDateRuleItemInfo.Size(m) -} -func (m *UserListDateRuleItemInfo) XXX_DiscardUnknown() { - xxx_messageInfo_UserListDateRuleItemInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListDateRuleItemInfo proto.InternalMessageInfo - -func (m *UserListDateRuleItemInfo) GetOperator() enums.UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator { - if m != nil { - return m.Operator - } - return enums.UserListDateRuleItemOperatorEnum_UNSPECIFIED -} - -func (m *UserListDateRuleItemInfo) GetValue() *wrappers.StringValue { - if m != nil { - return m.Value - } - return nil -} - -func (m *UserListDateRuleItemInfo) GetOffsetInDays() *wrappers.Int64Value { - if m != nil { - return m.OffsetInDays - } - return nil -} - -// A rule item composed of number operation. -type UserListNumberRuleItemInfo struct { - // Number comparison operator. - // This field is required and must be populated when creating a new number - // rule item. - Operator enums.UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator `protobuf:"varint,1,opt,name=operator,proto3,enum=google.ads.googleads.v0.enums.UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator" json:"operator,omitempty"` - // Number value to be compared with the variable. - // This field is required and must be populated when creating a new number - // rule item. - Value *wrappers.DoubleValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListNumberRuleItemInfo) Reset() { *m = UserListNumberRuleItemInfo{} } -func (m *UserListNumberRuleItemInfo) String() string { return proto.CompactTextString(m) } -func (*UserListNumberRuleItemInfo) ProtoMessage() {} -func (*UserListNumberRuleItemInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{6} -} -func (m *UserListNumberRuleItemInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListNumberRuleItemInfo.Unmarshal(m, b) -} -func (m *UserListNumberRuleItemInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListNumberRuleItemInfo.Marshal(b, m, deterministic) -} -func (dst *UserListNumberRuleItemInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListNumberRuleItemInfo.Merge(dst, src) -} -func (m *UserListNumberRuleItemInfo) XXX_Size() int { - return xxx_messageInfo_UserListNumberRuleItemInfo.Size(m) -} -func (m *UserListNumberRuleItemInfo) XXX_DiscardUnknown() { - xxx_messageInfo_UserListNumberRuleItemInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListNumberRuleItemInfo proto.InternalMessageInfo - -func (m *UserListNumberRuleItemInfo) GetOperator() enums.UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator { - if m != nil { - return m.Operator - } - return enums.UserListNumberRuleItemOperatorEnum_UNSPECIFIED -} - -func (m *UserListNumberRuleItemInfo) GetValue() *wrappers.DoubleValue { - if m != nil { - return m.Value - } - return nil -} - -// A rule item fragment composed of date operation. -type UserListStringRuleItemInfo struct { - // String comparison operator. - // This field is required and must be populated when creating a new string - // rule item. - Operator enums.UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator `protobuf:"varint,1,opt,name=operator,proto3,enum=google.ads.googleads.v0.enums.UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator" json:"operator,omitempty"` - // The right hand side of the string rule item. For URLs or referrer URLs, - // the value can not contain illegal URL chars such as newlines, quotes, - // tabs, or parentheses. This field is required and must be populated when - // creating a new string rule item. - Value *wrappers.StringValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListStringRuleItemInfo) Reset() { *m = UserListStringRuleItemInfo{} } -func (m *UserListStringRuleItemInfo) String() string { return proto.CompactTextString(m) } -func (*UserListStringRuleItemInfo) ProtoMessage() {} -func (*UserListStringRuleItemInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{7} -} -func (m *UserListStringRuleItemInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListStringRuleItemInfo.Unmarshal(m, b) -} -func (m *UserListStringRuleItemInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListStringRuleItemInfo.Marshal(b, m, deterministic) -} -func (dst *UserListStringRuleItemInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListStringRuleItemInfo.Merge(dst, src) -} -func (m *UserListStringRuleItemInfo) XXX_Size() int { - return xxx_messageInfo_UserListStringRuleItemInfo.Size(m) -} -func (m *UserListStringRuleItemInfo) XXX_DiscardUnknown() { - xxx_messageInfo_UserListStringRuleItemInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListStringRuleItemInfo proto.InternalMessageInfo - -func (m *UserListStringRuleItemInfo) GetOperator() enums.UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator { - if m != nil { - return m.Operator - } - return enums.UserListStringRuleItemOperatorEnum_UNSPECIFIED -} - -func (m *UserListStringRuleItemInfo) GetValue() *wrappers.StringValue { - if m != nil { - return m.Value - } - return nil -} - -// User lists defined by combining two rules, left operand and right operand. -// There are two operators: AND where left operand and right operand have to be -// true; AND_NOT where left operand is true but right operand is false. -type CombinedRuleUserListInfo struct { - // Left operand of the combined rule. - // This field is required and must be populated when creating new combined - // rule based user list. - LeftOperand *UserListRuleInfo `protobuf:"bytes,1,opt,name=left_operand,json=leftOperand,proto3" json:"left_operand,omitempty"` - // Right operand of the combined rule. - // This field is required and must be populated when creating new combined - // rule based user list. - RightOperand *UserListRuleInfo `protobuf:"bytes,2,opt,name=right_operand,json=rightOperand,proto3" json:"right_operand,omitempty"` - // Operator to connect the two operands. - // - // Required for creating a combined rule user list. - RuleOperator enums.UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator `protobuf:"varint,3,opt,name=rule_operator,json=ruleOperator,proto3,enum=google.ads.googleads.v0.enums.UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator" json:"rule_operator,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CombinedRuleUserListInfo) Reset() { *m = CombinedRuleUserListInfo{} } -func (m *CombinedRuleUserListInfo) String() string { return proto.CompactTextString(m) } -func (*CombinedRuleUserListInfo) ProtoMessage() {} -func (*CombinedRuleUserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{8} -} -func (m *CombinedRuleUserListInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CombinedRuleUserListInfo.Unmarshal(m, b) -} -func (m *CombinedRuleUserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CombinedRuleUserListInfo.Marshal(b, m, deterministic) -} -func (dst *CombinedRuleUserListInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_CombinedRuleUserListInfo.Merge(dst, src) -} -func (m *CombinedRuleUserListInfo) XXX_Size() int { - return xxx_messageInfo_CombinedRuleUserListInfo.Size(m) -} -func (m *CombinedRuleUserListInfo) XXX_DiscardUnknown() { - xxx_messageInfo_CombinedRuleUserListInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_CombinedRuleUserListInfo proto.InternalMessageInfo - -func (m *CombinedRuleUserListInfo) GetLeftOperand() *UserListRuleInfo { - if m != nil { - return m.LeftOperand - } - return nil -} - -func (m *CombinedRuleUserListInfo) GetRightOperand() *UserListRuleInfo { - if m != nil { - return m.RightOperand - } - return nil -} - -func (m *CombinedRuleUserListInfo) GetRuleOperator() enums.UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator { - if m != nil { - return m.RuleOperator - } - return enums.UserListCombinedRuleOperatorEnum_UNSPECIFIED -} - -// Visitors of a page during specific dates. -type DateSpecificRuleUserListInfo struct { - // Boolean rule that defines visitor of a page. - // - // Required for creating a date specific rule user list. - Rule *UserListRuleInfo `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"` - // Start date of users visit. If set to 2000-01-01, then the list includes all - // users before end_date. The date's format should be YYYY-MM-DD. - // - // Required for creating a data specific rule user list. - StartDate *wrappers.StringValue `protobuf:"bytes,2,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"` - // End date of users visit. If set to 2037-12-30, then the list includes all - // users after start_date. The date's format should be YYYY-MM-DD. - // - // Required for creating a data specific rule user list. - EndDate *wrappers.StringValue `protobuf:"bytes,3,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DateSpecificRuleUserListInfo) Reset() { *m = DateSpecificRuleUserListInfo{} } -func (m *DateSpecificRuleUserListInfo) String() string { return proto.CompactTextString(m) } -func (*DateSpecificRuleUserListInfo) ProtoMessage() {} -func (*DateSpecificRuleUserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{9} -} -func (m *DateSpecificRuleUserListInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DateSpecificRuleUserListInfo.Unmarshal(m, b) -} -func (m *DateSpecificRuleUserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DateSpecificRuleUserListInfo.Marshal(b, m, deterministic) -} -func (dst *DateSpecificRuleUserListInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_DateSpecificRuleUserListInfo.Merge(dst, src) -} -func (m *DateSpecificRuleUserListInfo) XXX_Size() int { - return xxx_messageInfo_DateSpecificRuleUserListInfo.Size(m) -} -func (m *DateSpecificRuleUserListInfo) XXX_DiscardUnknown() { - xxx_messageInfo_DateSpecificRuleUserListInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_DateSpecificRuleUserListInfo proto.InternalMessageInfo - -func (m *DateSpecificRuleUserListInfo) GetRule() *UserListRuleInfo { - if m != nil { - return m.Rule - } - return nil -} - -func (m *DateSpecificRuleUserListInfo) GetStartDate() *wrappers.StringValue { - if m != nil { - return m.StartDate - } - return nil -} - -func (m *DateSpecificRuleUserListInfo) GetEndDate() *wrappers.StringValue { - if m != nil { - return m.EndDate - } - return nil -} - -// Visitors of a page. The page visit is defined by one boolean rule expression. -type ExpressionRuleUserListInfo struct { - // Boolean rule that defines this user list. The rule consists of a list of - // rule item groups and each rule item group consists of a list of rule items. - // All the rule item groups are ORed or ANDed together for evaluation based on - // rule.rule_type. - // - // Required for creating an expression rule user list. - Rule *UserListRuleInfo `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ExpressionRuleUserListInfo) Reset() { *m = ExpressionRuleUserListInfo{} } -func (m *ExpressionRuleUserListInfo) String() string { return proto.CompactTextString(m) } -func (*ExpressionRuleUserListInfo) ProtoMessage() {} -func (*ExpressionRuleUserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{10} -} -func (m *ExpressionRuleUserListInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExpressionRuleUserListInfo.Unmarshal(m, b) -} -func (m *ExpressionRuleUserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExpressionRuleUserListInfo.Marshal(b, m, deterministic) -} -func (dst *ExpressionRuleUserListInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExpressionRuleUserListInfo.Merge(dst, src) -} -func (m *ExpressionRuleUserListInfo) XXX_Size() int { - return xxx_messageInfo_ExpressionRuleUserListInfo.Size(m) -} -func (m *ExpressionRuleUserListInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ExpressionRuleUserListInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ExpressionRuleUserListInfo proto.InternalMessageInfo - -func (m *ExpressionRuleUserListInfo) GetRule() *UserListRuleInfo { - if m != nil { - return m.Rule - } - return nil -} - -// Representation of a userlist that is generated by a rule. -type RuleBasedUserListInfo struct { - // The status of pre-population. The field is default to NONE if not set which - // means the previous users will not be considered. If set to REQUESTED, past - // site visitors or app users who match the list definition will be included - // in the list (works on the Display Network only). This will only - // add past users from within the last 30 days, depending on the - // list's membership duration and the date when the remarketing tag is added. - // The status will be updated to FINISHED once request is processed, or FAILED - // if the request fails. - PrepopulationStatus enums.UserListPrepopulationStatusEnum_UserListPrepopulationStatus `protobuf:"varint,1,opt,name=prepopulation_status,json=prepopulationStatus,proto3,enum=google.ads.googleads.v0.enums.UserListPrepopulationStatusEnum_UserListPrepopulationStatus" json:"prepopulation_status,omitempty"` - // Subtypes of rule based user lists. - // - // Types that are valid to be assigned to RuleBasedUserList: - // *RuleBasedUserListInfo_CombinedRuleUserList - // *RuleBasedUserListInfo_DateSpecificRuleUserList - // *RuleBasedUserListInfo_ExpressionRuleUserList - RuleBasedUserList isRuleBasedUserListInfo_RuleBasedUserList `protobuf_oneof:"rule_based_user_list"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *RuleBasedUserListInfo) Reset() { *m = RuleBasedUserListInfo{} } -func (m *RuleBasedUserListInfo) String() string { return proto.CompactTextString(m) } -func (*RuleBasedUserListInfo) ProtoMessage() {} -func (*RuleBasedUserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{11} -} -func (m *RuleBasedUserListInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_RuleBasedUserListInfo.Unmarshal(m, b) -} -func (m *RuleBasedUserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_RuleBasedUserListInfo.Marshal(b, m, deterministic) -} -func (dst *RuleBasedUserListInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_RuleBasedUserListInfo.Merge(dst, src) -} -func (m *RuleBasedUserListInfo) XXX_Size() int { - return xxx_messageInfo_RuleBasedUserListInfo.Size(m) -} -func (m *RuleBasedUserListInfo) XXX_DiscardUnknown() { - xxx_messageInfo_RuleBasedUserListInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_RuleBasedUserListInfo proto.InternalMessageInfo - -func (m *RuleBasedUserListInfo) GetPrepopulationStatus() enums.UserListPrepopulationStatusEnum_UserListPrepopulationStatus { - if m != nil { - return m.PrepopulationStatus - } - return enums.UserListPrepopulationStatusEnum_UNSPECIFIED -} - -type isRuleBasedUserListInfo_RuleBasedUserList interface { - isRuleBasedUserListInfo_RuleBasedUserList() -} - -type RuleBasedUserListInfo_CombinedRuleUserList struct { - CombinedRuleUserList *CombinedRuleUserListInfo `protobuf:"bytes,2,opt,name=combined_rule_user_list,json=combinedRuleUserList,proto3,oneof"` -} - -type RuleBasedUserListInfo_DateSpecificRuleUserList struct { - DateSpecificRuleUserList *DateSpecificRuleUserListInfo `protobuf:"bytes,3,opt,name=date_specific_rule_user_list,json=dateSpecificRuleUserList,proto3,oneof"` -} - -type RuleBasedUserListInfo_ExpressionRuleUserList struct { - ExpressionRuleUserList *ExpressionRuleUserListInfo `protobuf:"bytes,4,opt,name=expression_rule_user_list,json=expressionRuleUserList,proto3,oneof"` -} - -func (*RuleBasedUserListInfo_CombinedRuleUserList) isRuleBasedUserListInfo_RuleBasedUserList() {} - -func (*RuleBasedUserListInfo_DateSpecificRuleUserList) isRuleBasedUserListInfo_RuleBasedUserList() {} - -func (*RuleBasedUserListInfo_ExpressionRuleUserList) isRuleBasedUserListInfo_RuleBasedUserList() {} - -func (m *RuleBasedUserListInfo) GetRuleBasedUserList() isRuleBasedUserListInfo_RuleBasedUserList { - if m != nil { - return m.RuleBasedUserList - } - return nil -} - -func (m *RuleBasedUserListInfo) GetCombinedRuleUserList() *CombinedRuleUserListInfo { - if x, ok := m.GetRuleBasedUserList().(*RuleBasedUserListInfo_CombinedRuleUserList); ok { - return x.CombinedRuleUserList - } - return nil -} - -func (m *RuleBasedUserListInfo) GetDateSpecificRuleUserList() *DateSpecificRuleUserListInfo { - if x, ok := m.GetRuleBasedUserList().(*RuleBasedUserListInfo_DateSpecificRuleUserList); ok { - return x.DateSpecificRuleUserList - } - return nil -} - -func (m *RuleBasedUserListInfo) GetExpressionRuleUserList() *ExpressionRuleUserListInfo { - if x, ok := m.GetRuleBasedUserList().(*RuleBasedUserListInfo_ExpressionRuleUserList); ok { - return x.ExpressionRuleUserList - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*RuleBasedUserListInfo) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _RuleBasedUserListInfo_OneofMarshaler, _RuleBasedUserListInfo_OneofUnmarshaler, _RuleBasedUserListInfo_OneofSizer, []interface{}{ - (*RuleBasedUserListInfo_CombinedRuleUserList)(nil), - (*RuleBasedUserListInfo_DateSpecificRuleUserList)(nil), - (*RuleBasedUserListInfo_ExpressionRuleUserList)(nil), - } -} - -func _RuleBasedUserListInfo_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*RuleBasedUserListInfo) - // rule_based_user_list - switch x := m.RuleBasedUserList.(type) { - case *RuleBasedUserListInfo_CombinedRuleUserList: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CombinedRuleUserList); err != nil { - return err - } - case *RuleBasedUserListInfo_DateSpecificRuleUserList: - b.EncodeVarint(3<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.DateSpecificRuleUserList); err != nil { - return err - } - case *RuleBasedUserListInfo_ExpressionRuleUserList: - b.EncodeVarint(4<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ExpressionRuleUserList); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("RuleBasedUserListInfo.RuleBasedUserList has unexpected type %T", x) - } - return nil -} - -func _RuleBasedUserListInfo_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*RuleBasedUserListInfo) - switch tag { - case 2: // rule_based_user_list.combined_rule_user_list - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(CombinedRuleUserListInfo) - err := b.DecodeMessage(msg) - m.RuleBasedUserList = &RuleBasedUserListInfo_CombinedRuleUserList{msg} - return true, err - case 3: // rule_based_user_list.date_specific_rule_user_list - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(DateSpecificRuleUserListInfo) - err := b.DecodeMessage(msg) - m.RuleBasedUserList = &RuleBasedUserListInfo_DateSpecificRuleUserList{msg} - return true, err - case 4: // rule_based_user_list.expression_rule_user_list - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(ExpressionRuleUserListInfo) - err := b.DecodeMessage(msg) - m.RuleBasedUserList = &RuleBasedUserListInfo_ExpressionRuleUserList{msg} - return true, err - default: - return false, nil - } -} - -func _RuleBasedUserListInfo_OneofSizer(msg proto.Message) (n int) { - m := msg.(*RuleBasedUserListInfo) - // rule_based_user_list - switch x := m.RuleBasedUserList.(type) { - case *RuleBasedUserListInfo_CombinedRuleUserList: - s := proto.Size(x.CombinedRuleUserList) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *RuleBasedUserListInfo_DateSpecificRuleUserList: - s := proto.Size(x.DateSpecificRuleUserList) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *RuleBasedUserListInfo_ExpressionRuleUserList: - s := proto.Size(x.ExpressionRuleUserList) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Represents a user list that is a custom combination of user lists. -type LogicalUserListInfo struct { - // Logical list rules that define this user list. The rules are defined as a - // logical operator (ALL/ANY/NONE) and a list of user lists. All the rules are - // ANDed when they are evaluated. - // - // Required for creating a logical user list. - Rules []*UserListLogicalRuleInfo `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *LogicalUserListInfo) Reset() { *m = LogicalUserListInfo{} } -func (m *LogicalUserListInfo) String() string { return proto.CompactTextString(m) } -func (*LogicalUserListInfo) ProtoMessage() {} -func (*LogicalUserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{12} -} -func (m *LogicalUserListInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_LogicalUserListInfo.Unmarshal(m, b) -} -func (m *LogicalUserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_LogicalUserListInfo.Marshal(b, m, deterministic) -} -func (dst *LogicalUserListInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_LogicalUserListInfo.Merge(dst, src) -} -func (m *LogicalUserListInfo) XXX_Size() int { - return xxx_messageInfo_LogicalUserListInfo.Size(m) -} -func (m *LogicalUserListInfo) XXX_DiscardUnknown() { - xxx_messageInfo_LogicalUserListInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_LogicalUserListInfo proto.InternalMessageInfo - -func (m *LogicalUserListInfo) GetRules() []*UserListLogicalRuleInfo { - if m != nil { - return m.Rules - } - return nil -} - -// A user list logical rule. A rule has a logical operator (and/or/not) and a -// list of user lists as operands. -type UserListLogicalRuleInfo struct { - // The logical operator of the rule. - Operator enums.UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator `protobuf:"varint,1,opt,name=operator,proto3,enum=google.ads.googleads.v0.enums.UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator" json:"operator,omitempty"` - // The list of operands of the rule. - RuleOperands []*LogicalUserListOperandInfo `protobuf:"bytes,2,rep,name=rule_operands,json=ruleOperands,proto3" json:"rule_operands,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListLogicalRuleInfo) Reset() { *m = UserListLogicalRuleInfo{} } -func (m *UserListLogicalRuleInfo) String() string { return proto.CompactTextString(m) } -func (*UserListLogicalRuleInfo) ProtoMessage() {} -func (*UserListLogicalRuleInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{13} -} -func (m *UserListLogicalRuleInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListLogicalRuleInfo.Unmarshal(m, b) -} -func (m *UserListLogicalRuleInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListLogicalRuleInfo.Marshal(b, m, deterministic) -} -func (dst *UserListLogicalRuleInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListLogicalRuleInfo.Merge(dst, src) -} -func (m *UserListLogicalRuleInfo) XXX_Size() int { - return xxx_messageInfo_UserListLogicalRuleInfo.Size(m) -} -func (m *UserListLogicalRuleInfo) XXX_DiscardUnknown() { - xxx_messageInfo_UserListLogicalRuleInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListLogicalRuleInfo proto.InternalMessageInfo - -func (m *UserListLogicalRuleInfo) GetOperator() enums.UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator { - if m != nil { - return m.Operator - } - return enums.UserListLogicalRuleOperatorEnum_UNSPECIFIED -} - -func (m *UserListLogicalRuleInfo) GetRuleOperands() []*LogicalUserListOperandInfo { - if m != nil { - return m.RuleOperands - } - return nil -} - -// Operand of logical user list that consists of a user list. -type LogicalUserListOperandInfo struct { - // Resource name of a user list as an operand. - UserList *wrappers.StringValue `protobuf:"bytes,1,opt,name=user_list,json=userList,proto3" json:"user_list,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *LogicalUserListOperandInfo) Reset() { *m = LogicalUserListOperandInfo{} } -func (m *LogicalUserListOperandInfo) String() string { return proto.CompactTextString(m) } -func (*LogicalUserListOperandInfo) ProtoMessage() {} -func (*LogicalUserListOperandInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{14} -} -func (m *LogicalUserListOperandInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_LogicalUserListOperandInfo.Unmarshal(m, b) -} -func (m *LogicalUserListOperandInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_LogicalUserListOperandInfo.Marshal(b, m, deterministic) -} -func (dst *LogicalUserListOperandInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_LogicalUserListOperandInfo.Merge(dst, src) -} -func (m *LogicalUserListOperandInfo) XXX_Size() int { - return xxx_messageInfo_LogicalUserListOperandInfo.Size(m) -} -func (m *LogicalUserListOperandInfo) XXX_DiscardUnknown() { - xxx_messageInfo_LogicalUserListOperandInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_LogicalUserListOperandInfo proto.InternalMessageInfo - -func (m *LogicalUserListOperandInfo) GetUserList() *wrappers.StringValue { - if m != nil { - return m.UserList - } - return nil -} - -// User list targeting as a collection of conversions or remarketing actions. -type BasicUserListInfo struct { - // Actions associated with this user list. - Actions []*UserListActionInfo `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BasicUserListInfo) Reset() { *m = BasicUserListInfo{} } -func (m *BasicUserListInfo) String() string { return proto.CompactTextString(m) } -func (*BasicUserListInfo) ProtoMessage() {} -func (*BasicUserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{15} -} -func (m *BasicUserListInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BasicUserListInfo.Unmarshal(m, b) -} -func (m *BasicUserListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BasicUserListInfo.Marshal(b, m, deterministic) -} -func (dst *BasicUserListInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_BasicUserListInfo.Merge(dst, src) -} -func (m *BasicUserListInfo) XXX_Size() int { - return xxx_messageInfo_BasicUserListInfo.Size(m) -} -func (m *BasicUserListInfo) XXX_DiscardUnknown() { - xxx_messageInfo_BasicUserListInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_BasicUserListInfo proto.InternalMessageInfo - -func (m *BasicUserListInfo) GetActions() []*UserListActionInfo { - if m != nil { - return m.Actions - } - return nil -} - -// Represents an action type used for building remarketing user lists. -type UserListActionInfo struct { - // Subtypes of user list action. - // - // Types that are valid to be assigned to UserListAction: - // *UserListActionInfo_ConversionAction - // *UserListActionInfo_RemarketingAction - UserListAction isUserListActionInfo_UserListAction `protobuf_oneof:"user_list_action"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListActionInfo) Reset() { *m = UserListActionInfo{} } -func (m *UserListActionInfo) String() string { return proto.CompactTextString(m) } -func (*UserListActionInfo) ProtoMessage() {} -func (*UserListActionInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_9726443b3eff6f1d, []int{16} -} -func (m *UserListActionInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListActionInfo.Unmarshal(m, b) -} -func (m *UserListActionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListActionInfo.Marshal(b, m, deterministic) -} -func (dst *UserListActionInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListActionInfo.Merge(dst, src) -} -func (m *UserListActionInfo) XXX_Size() int { - return xxx_messageInfo_UserListActionInfo.Size(m) -} -func (m *UserListActionInfo) XXX_DiscardUnknown() { - xxx_messageInfo_UserListActionInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListActionInfo proto.InternalMessageInfo - -type isUserListActionInfo_UserListAction interface { - isUserListActionInfo_UserListAction() -} - -type UserListActionInfo_ConversionAction struct { - ConversionAction *wrappers.StringValue `protobuf:"bytes,1,opt,name=conversion_action,json=conversionAction,proto3,oneof"` -} - -type UserListActionInfo_RemarketingAction struct { - RemarketingAction *wrappers.StringValue `protobuf:"bytes,2,opt,name=remarketing_action,json=remarketingAction,proto3,oneof"` -} - -func (*UserListActionInfo_ConversionAction) isUserListActionInfo_UserListAction() {} - -func (*UserListActionInfo_RemarketingAction) isUserListActionInfo_UserListAction() {} - -func (m *UserListActionInfo) GetUserListAction() isUserListActionInfo_UserListAction { - if m != nil { - return m.UserListAction - } - return nil -} - -func (m *UserListActionInfo) GetConversionAction() *wrappers.StringValue { - if x, ok := m.GetUserListAction().(*UserListActionInfo_ConversionAction); ok { - return x.ConversionAction - } - return nil -} - -func (m *UserListActionInfo) GetRemarketingAction() *wrappers.StringValue { - if x, ok := m.GetUserListAction().(*UserListActionInfo_RemarketingAction); ok { - return x.RemarketingAction - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*UserListActionInfo) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _UserListActionInfo_OneofMarshaler, _UserListActionInfo_OneofUnmarshaler, _UserListActionInfo_OneofSizer, []interface{}{ - (*UserListActionInfo_ConversionAction)(nil), - (*UserListActionInfo_RemarketingAction)(nil), - } -} - -func _UserListActionInfo_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*UserListActionInfo) - // user_list_action - switch x := m.UserListAction.(type) { - case *UserListActionInfo_ConversionAction: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ConversionAction); err != nil { - return err - } - case *UserListActionInfo_RemarketingAction: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.RemarketingAction); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("UserListActionInfo.UserListAction has unexpected type %T", x) - } - return nil -} - -func _UserListActionInfo_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*UserListActionInfo) - switch tag { - case 1: // user_list_action.conversion_action - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.StringValue) - err := b.DecodeMessage(msg) - m.UserListAction = &UserListActionInfo_ConversionAction{msg} - return true, err - case 2: // user_list_action.remarketing_action - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.StringValue) - err := b.DecodeMessage(msg) - m.UserListAction = &UserListActionInfo_RemarketingAction{msg} - return true, err - default: - return false, nil - } -} - -func _UserListActionInfo_OneofSizer(msg proto.Message) (n int) { - m := msg.(*UserListActionInfo) - // user_list_action - switch x := m.UserListAction.(type) { - case *UserListActionInfo_ConversionAction: - s := proto.Size(x.ConversionAction) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *UserListActionInfo_RemarketingAction: - s := proto.Size(x.RemarketingAction) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -func init() { - proto.RegisterType((*SimilarUserListInfo)(nil), "google.ads.googleads.v0.common.SimilarUserListInfo") - proto.RegisterType((*CrmBasedUserListInfo)(nil), "google.ads.googleads.v0.common.CrmBasedUserListInfo") - proto.RegisterType((*UserListRuleInfo)(nil), "google.ads.googleads.v0.common.UserListRuleInfo") - proto.RegisterType((*UserListRuleItemGroupInfo)(nil), "google.ads.googleads.v0.common.UserListRuleItemGroupInfo") - proto.RegisterType((*UserListRuleItemInfo)(nil), "google.ads.googleads.v0.common.UserListRuleItemInfo") - proto.RegisterType((*UserListDateRuleItemInfo)(nil), "google.ads.googleads.v0.common.UserListDateRuleItemInfo") - proto.RegisterType((*UserListNumberRuleItemInfo)(nil), "google.ads.googleads.v0.common.UserListNumberRuleItemInfo") - proto.RegisterType((*UserListStringRuleItemInfo)(nil), "google.ads.googleads.v0.common.UserListStringRuleItemInfo") - proto.RegisterType((*CombinedRuleUserListInfo)(nil), "google.ads.googleads.v0.common.CombinedRuleUserListInfo") - proto.RegisterType((*DateSpecificRuleUserListInfo)(nil), "google.ads.googleads.v0.common.DateSpecificRuleUserListInfo") - proto.RegisterType((*ExpressionRuleUserListInfo)(nil), "google.ads.googleads.v0.common.ExpressionRuleUserListInfo") - proto.RegisterType((*RuleBasedUserListInfo)(nil), "google.ads.googleads.v0.common.RuleBasedUserListInfo") - proto.RegisterType((*LogicalUserListInfo)(nil), "google.ads.googleads.v0.common.LogicalUserListInfo") - proto.RegisterType((*UserListLogicalRuleInfo)(nil), "google.ads.googleads.v0.common.UserListLogicalRuleInfo") - proto.RegisterType((*LogicalUserListOperandInfo)(nil), "google.ads.googleads.v0.common.LogicalUserListOperandInfo") - proto.RegisterType((*BasicUserListInfo)(nil), "google.ads.googleads.v0.common.BasicUserListInfo") - proto.RegisterType((*UserListActionInfo)(nil), "google.ads.googleads.v0.common.UserListActionInfo") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/user_lists.proto", fileDescriptor_user_lists_9726443b3eff6f1d) -} - -var fileDescriptor_user_lists_9726443b3eff6f1d = []byte{ - // 1293 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xc1, 0x6e, 0xdb, 0x46, - 0x13, 0x36, 0x65, 0x27, 0xb1, 0xc7, 0x8e, 0x7e, 0x67, 0xe3, 0x3f, 0x51, 0xd4, 0x20, 0x08, 0x78, - 0xca, 0x89, 0x12, 0x94, 0xa0, 0x69, 0x94, 0x5e, 0x24, 0x2b, 0xb0, 0x8d, 0x24, 0x4d, 0x40, 0xd5, - 0x6e, 0x1b, 0x18, 0x60, 0x56, 0xe4, 0x4a, 0x21, 0x42, 0x72, 0xd9, 0x5d, 0xd2, 0x89, 0x80, 0xa2, - 0x68, 0x4f, 0x3d, 0x14, 0x7d, 0x89, 0x1e, 0xdb, 0xd7, 0xe8, 0x29, 0x87, 0x02, 0xbd, 0xf6, 0x0d, - 0xda, 0x63, 0x9f, 0xa0, 0xd8, 0x25, 0x29, 0x91, 0x12, 0x69, 0xaf, 0x13, 0xf4, 0x24, 0x72, 0x77, - 0xe6, 0x9b, 0x6f, 0x67, 0xbf, 0x99, 0x5d, 0x0a, 0x5a, 0x13, 0x4a, 0x27, 0x1e, 0x69, 0x61, 0x87, - 0xa7, 0x8f, 0xe2, 0xe9, 0xa4, 0xdd, 0xb2, 0xa9, 0xef, 0xd3, 0xa0, 0x15, 0x73, 0xc2, 0x2c, 0xcf, - 0xe5, 0x11, 0x37, 0x42, 0x46, 0x23, 0x8a, 0x6e, 0x25, 0x56, 0x06, 0x76, 0xb8, 0x31, 0x73, 0x30, - 0x4e, 0xda, 0x46, 0xe2, 0xd0, 0xec, 0x57, 0x01, 0x92, 0x20, 0xf6, 0x79, 0xcb, 0x8e, 0x79, 0x44, - 0x7d, 0xc2, 0x2c, 0x1f, 0x47, 0xf6, 0x2b, 0x2b, 0x0e, 0x3d, 0x8a, 0x1d, 0xeb, 0x35, 0x99, 0x5a, - 0xd1, 0x34, 0x24, 0x49, 0x8c, 0xe6, 0xe0, 0x74, 0x8c, 0x19, 0x27, 0xcb, 0xa6, 0xfe, 0xc8, 0x0d, - 0x88, 0x63, 0xb1, 0xd8, 0x23, 0x16, 0x0d, 0x09, 0xc3, 0x11, 0x65, 0x29, 0x4a, 0x5f, 0x19, 0x85, - 0xf9, 0x96, 0x83, 0x23, 0x6c, 0x71, 0x1a, 0x33, 0x9b, 0xe4, 0x99, 0x3c, 0x52, 0xc5, 0x70, 0x70, - 0x44, 0x12, 0x16, 0x6e, 0x44, 0xfc, 0x45, 0x2a, 0xbb, 0xaa, 0x30, 0x1e, 0x9d, 0xb8, 0x36, 0xf6, - 0x4a, 0xd7, 0xb3, 0xa7, 0x0a, 0x12, 0xc4, 0xfe, 0x88, 0xb0, 0x6a, 0x36, 0xca, 0x89, 0x09, 0x19, - 0x09, 0x69, 0x18, 0x7b, 0x38, 0x72, 0x69, 0x60, 0xf1, 0x08, 0x47, 0x71, 0x2a, 0x83, 0xe6, 0x7d, - 0x55, 0x0c, 0xc9, 0x22, 0x97, 0x51, 0xe5, 0x55, 0xf0, 0x88, 0xb9, 0xc1, 0xa4, 0x7a, 0x15, 0xa9, - 0x10, 0x5b, 0xf2, 0x6d, 0x14, 0x8f, 0x5b, 0x6f, 0x18, 0x0e, 0x43, 0xc2, 0x52, 0x86, 0xfa, 0x57, - 0x70, 0x75, 0xe8, 0xfa, 0xae, 0x87, 0xd9, 0x21, 0x27, 0xec, 0x89, 0xcb, 0xa3, 0x83, 0x60, 0x4c, - 0x51, 0x1f, 0xea, 0x9c, 0x10, 0xc7, 0x9a, 0x05, 0x6a, 0x68, 0xb7, 0xb5, 0x3b, 0x9b, 0x9d, 0x9b, - 0xa9, 0x9a, 0x8d, 0x0c, 0xcf, 0x18, 0x4a, 0x02, 0x47, 0xd8, 0x8b, 0x89, 0xb9, 0x25, 0x7c, 0x32, - 0x1c, 0xfd, 0x8f, 0x1a, 0xec, 0xec, 0x32, 0xbf, 0x8f, 0xf9, 0x7c, 0x50, 0x82, 0xdf, 0x85, 0x8b, - 0x38, 0x0c, 0x2d, 0xd7, 0x51, 0x02, 0xbd, 0x80, 0xc3, 0xf0, 0xc0, 0x41, 0xdf, 0x69, 0xf0, 0xbf, - 0x85, 0x3a, 0x68, 0xd4, 0x6e, 0x6b, 0x77, 0xea, 0x9d, 0x2f, 0x8d, 0xaa, 0x62, 0x93, 0xc9, 0x32, - 0x76, 0xd3, 0x62, 0x7a, 0x2a, 0x6a, 0xe9, 0x50, 0x42, 0x3c, 0x26, 0xd3, 0xcf, 0xa7, 0x21, 0x79, - 0x14, 0xc4, 0xfe, 0x29, 0xd3, 0xe6, 0xe5, 0x38, 0xff, 0x2a, 0x28, 0x6c, 0x2f, 0x56, 0x40, 0x63, - 0x55, 0x72, 0x38, 0x3a, 0x83, 0x43, 0xb6, 0xfe, 0x5d, 0xe6, 0x0f, 0x70, 0x84, 0x87, 0x12, 0x60, - 0x46, 0xa1, 0x72, 0xd6, 0xac, 0x3b, 0x85, 0x77, 0xfd, 0x4f, 0x0d, 0xb6, 0x33, 0x6b, 0x33, 0xf6, - 0x88, 0xcc, 0x27, 0x86, 0x8d, 0x99, 0x7e, 0x64, 0x4a, 0xeb, 0x9d, 0x81, 0x22, 0x1f, 0x81, 0xb1, - 0x44, 0x23, 0x1b, 0x34, 0xd7, 0x59, 0xfa, 0x84, 0x6c, 0xd8, 0x9e, 0x4b, 0x6c, 0xc2, 0x68, 0x1c, - 0xf2, 0x46, 0xed, 0xf6, 0xea, 0x9d, 0xcd, 0xce, 0x03, 0xe3, 0xf4, 0x56, 0x57, 0x40, 0x3d, 0x88, - 0x88, 0xbf, 0x27, 0xbc, 0x05, 0x6f, 0xb3, 0xce, 0xf2, 0x43, 0x5c, 0x0f, 0xe1, 0x46, 0xa5, 0x31, - 0x1a, 0x02, 0xcc, 0x18, 0xf0, 0x86, 0x26, 0x63, 0xdf, 0x3b, 0x6f, 0x6c, 0x19, 0x76, 0x23, 0x0b, - 0xcb, 0xf5, 0x1f, 0x56, 0x61, 0xa7, 0xcc, 0x06, 0xb5, 0x61, 0x2d, 0xc0, 0x3e, 0x51, 0x12, 0xa8, - 0xb4, 0x44, 0x63, 0xd8, 0x5e, 0xec, 0x28, 0x52, 0x9f, 0x9b, 0x9d, 0xae, 0x2a, 0xcb, 0xcf, 0xa4, - 0x7f, 0x9e, 0xc7, 0xfe, 0x8a, 0x59, 0x0f, 0x0a, 0xa3, 0x22, 0xce, 0x62, 0xcd, 0x4b, 0x0d, 0x9e, - 0x23, 0x4e, 0x42, 0x7e, 0x31, 0x0e, 0x2f, 0x8c, 0xa2, 0x97, 0x50, 0x2f, 0x76, 0xeb, 0xc6, 0x9a, - 0x8c, 0xf2, 0x89, 0x6a, 0x94, 0x01, 0x8e, 0xc8, 0x42, 0x8c, 0x2d, 0x27, 0x37, 0xd6, 0xdf, 0x4c, - 0x65, 0x2b, 0xc0, 0xf5, 0x1f, 0x6b, 0xd0, 0xa8, 0xf2, 0x44, 0x6f, 0x61, 0x3d, 0x6b, 0x6b, 0xa9, - 0xbe, 0x8f, 0x15, 0xf5, 0x9d, 0x87, 0x7a, 0x96, 0x42, 0x14, 0xb4, 0x5e, 0x66, 0x60, 0xce, 0xa2, - 0xa1, 0x0e, 0x5c, 0x38, 0x11, 0x9b, 0x9c, 0x6e, 0xe5, 0x19, 0x9d, 0x4a, 0x9a, 0xa2, 0x1e, 0xd4, - 0xe9, 0x78, 0xcc, 0x49, 0x64, 0xb9, 0x81, 0xe5, 0xe0, 0x29, 0x4f, 0xf7, 0xe7, 0xa3, 0x25, 0xe7, - 0x83, 0x20, 0xfa, 0xf8, 0x5e, 0xda, 0x3a, 0x13, 0x97, 0x83, 0x60, 0x80, 0xa7, 0x5c, 0xff, 0x5d, - 0x83, 0x66, 0xb5, 0x2a, 0xd0, 0x37, 0x4b, 0xf9, 0x78, 0xa9, 0x98, 0x8f, 0x22, 0x58, 0x69, 0x46, - 0xca, 0x4d, 0xce, 0x93, 0x93, 0x01, 0x8d, 0x47, 0x1e, 0xc9, 0xe7, 0xa4, 0xb0, 0xa0, 0x65, 0xf9, - 0x7d, 0xc0, 0x82, 0x8a, 0x60, 0xa5, 0x0b, 0x2a, 0x37, 0xf9, 0xb0, 0x4d, 0xd6, 0xdf, 0xd5, 0xa0, - 0xb1, 0x9b, 0xde, 0xab, 0x04, 0x74, 0xe1, 0x80, 0x1b, 0xc2, 0x96, 0x47, 0xc6, 0x51, 0x72, 0x16, - 0x07, 0xd9, 0x31, 0xd7, 0x3e, 0x57, 0xb7, 0x12, 0x9d, 0x6a, 0x53, 0xa0, 0x3c, 0x4b, 0x40, 0xd0, - 0x21, 0x5c, 0x66, 0xee, 0xe4, 0xd5, 0x1c, 0xb5, 0xf6, 0x9e, 0xa8, 0x5b, 0x12, 0x26, 0x83, 0xfd, - 0x5e, 0x83, 0xcb, 0x85, 0x7b, 0x54, 0x7a, 0xa2, 0xa9, 0x56, 0x58, 0x3e, 0x09, 0xa5, 0xe9, 0x2f, - 0x33, 0x30, 0xb7, 0x58, 0xee, 0x4d, 0x9c, 0x6a, 0x37, 0x45, 0x21, 0x0e, 0x43, 0x62, 0xbb, 0x63, - 0xd7, 0x5e, 0x4a, 0xe8, 0x00, 0xd6, 0x84, 0xc3, 0x7b, 0x27, 0x52, 0x7a, 0xa3, 0x87, 0x00, 0x3c, - 0xc2, 0x2c, 0xb9, 0x86, 0x2a, 0x6d, 0xf6, 0x86, 0xb4, 0x17, 0xd4, 0xd0, 0x7d, 0x58, 0x27, 0x81, - 0x93, 0xb8, 0xae, 0x2a, 0xb8, 0x5e, 0x22, 0x81, 0x23, 0x1c, 0xf5, 0x11, 0x34, 0x1f, 0xbd, 0x0d, - 0x19, 0xe1, 0xdc, 0xa5, 0xc1, 0x7f, 0xb3, 0x32, 0xfd, 0xd7, 0x35, 0xf8, 0xbf, 0x18, 0x5a, 0xbe, - 0x6b, 0xfd, 0xa4, 0xc1, 0x4e, 0xd9, 0x05, 0x35, 0x2d, 0xb3, 0x17, 0x8a, 0xbb, 0xfc, 0x3c, 0x0f, - 0x31, 0x94, 0x08, 0x85, 0x4d, 0x2e, 0x99, 0x37, 0xaf, 0x86, 0xcb, 0x83, 0xe8, 0x6b, 0xb8, 0x5e, - 0xfc, 0x1c, 0x99, 0xdf, 0x30, 0x6b, 0x6a, 0xe7, 0x4b, 0x55, 0xd5, 0xed, 0xaf, 0x98, 0x3b, 0x76, - 0xc9, 0x1c, 0xfa, 0x16, 0x6e, 0xca, 0x93, 0x8c, 0xa7, 0xea, 0x5a, 0x8c, 0x9b, 0xec, 0xe6, 0xa7, - 0x67, 0xc5, 0x3d, 0x4d, 0xa0, 0xfb, 0x2b, 0x66, 0xc3, 0xa9, 0x98, 0x47, 0x6f, 0xe0, 0x06, 0x99, - 0x09, 0x60, 0x31, 0xf8, 0x9a, 0xda, 0xd1, 0x5d, 0xad, 0xa0, 0xfd, 0x15, 0xf3, 0x1a, 0x29, 0x9d, - 0xed, 0x5f, 0x83, 0x1d, 0x19, 0x6d, 0x24, 0x54, 0x31, 0x8f, 0xa9, 0x3b, 0x70, 0xf5, 0x49, 0xf2, - 0x05, 0x55, 0x90, 0xca, 0x53, 0xb8, 0x20, 0xcc, 0xb3, 0xcb, 0xd5, 0x7d, 0x55, 0x2d, 0xa6, 0x58, - 0x33, 0x49, 0x26, 0x28, 0xfa, 0x3f, 0x1a, 0x5c, 0xaf, 0x30, 0x41, 0x27, 0x4b, 0xfd, 0x5e, 0x55, - 0x88, 0x39, 0xa4, 0xd2, 0x6e, 0x53, 0x32, 0x9f, 0xeb, 0xf4, 0x56, 0xbe, 0xd7, 0x05, 0x4e, 0x76, - 0x87, 0x3d, 0x33, 0xfd, 0x0b, 0xe9, 0x4a, 0x7b, 0x67, 0xda, 0x4d, 0xb3, 0x50, 0x81, 0xc3, 0xf5, - 0x2f, 0xa0, 0x59, 0x6d, 0x8b, 0x1e, 0xc0, 0xc6, 0xf9, 0x3e, 0xa8, 0xd6, 0xe3, 0xec, 0x63, 0x0a, - 0xc3, 0x95, 0x3e, 0xe6, 0xae, 0x5d, 0xd8, 0xb1, 0x27, 0x70, 0x09, 0xdb, 0xa2, 0xb8, 0xb2, 0x3d, - 0xeb, 0xa8, 0xee, 0x59, 0x4f, 0xba, 0xc9, 0x05, 0x64, 0x10, 0xfa, 0x6f, 0x1a, 0xa0, 0xe5, 0x79, - 0xf4, 0x18, 0xae, 0xd8, 0x34, 0x38, 0x21, 0x4c, 0xca, 0x37, 0x31, 0x56, 0x21, 0xbf, 0xbf, 0x62, - 0x6e, 0xcf, 0x1d, 0x13, 0x40, 0xf4, 0x14, 0x10, 0x23, 0x3e, 0x66, 0xaf, 0x49, 0x24, 0xae, 0xb0, - 0x29, 0x5a, 0x4d, 0x09, 0xed, 0x4a, 0xce, 0x33, 0x81, 0xeb, 0x23, 0xd8, 0x9e, 0x7f, 0x0a, 0x27, - 0x60, 0xfd, 0xbf, 0x34, 0xd0, 0x6d, 0xea, 0x9f, 0x91, 0x89, 0x7e, 0x3d, 0x5b, 0x2a, 0x7f, 0x2e, - 0xc2, 0x3d, 0xd7, 0x5e, 0xa4, 0xff, 0xa7, 0x18, 0x13, 0xea, 0xe1, 0x60, 0x62, 0x50, 0x36, 0x69, - 0x4d, 0x48, 0x20, 0xc9, 0x64, 0xdf, 0xe0, 0xa1, 0xcb, 0xab, 0xfe, 0x03, 0x7a, 0x98, 0xfc, 0xfc, - 0x5c, 0x5b, 0xdd, 0xeb, 0xf5, 0x7e, 0xa9, 0xdd, 0xda, 0x4b, 0xc0, 0x7a, 0x0e, 0x37, 0x92, 0x47, - 0xf1, 0x74, 0xd4, 0x16, 0xed, 0xcb, 0xa7, 0xc1, 0xbb, 0xcc, 0xe0, 0xb8, 0xe7, 0xf0, 0xe3, 0x99, - 0xc1, 0xf1, 0x51, 0xfb, 0x38, 0x31, 0xf8, 0xbb, 0xa6, 0x27, 0xa3, 0xdd, 0x6e, 0xcf, 0xe1, 0xdd, - 0xee, 0xcc, 0xa4, 0xdb, 0x3d, 0x6a, 0x77, 0xbb, 0x89, 0xd1, 0xe8, 0xa2, 0x64, 0x77, 0xf7, 0xdf, - 0x00, 0x00, 0x00, 0xff, 0xff, 0x6a, 0x80, 0x6e, 0x22, 0xa0, 0x12, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/common/value.pb.go b/googleapis/ads/googleads/v0/common/value.pb.go deleted file mode 100644 index 5c04ad9183..0000000000 --- a/googleapis/ads/googleads/v0/common/value.pb.go +++ /dev/null @@ -1,278 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/common/value.proto - -package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A generic data container. -type Value struct { - // A value. - // - // Types that are valid to be assigned to Value: - // *Value_BooleanValue - // *Value_Int64Value - // *Value_FloatValue - // *Value_DoubleValue - // *Value_StringValue - Value isValue_Value `protobuf_oneof:"value"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Value) Reset() { *m = Value{} } -func (m *Value) String() string { return proto.CompactTextString(m) } -func (*Value) ProtoMessage() {} -func (*Value) Descriptor() ([]byte, []int) { - return fileDescriptor_value_e30ab3a0326a98f4, []int{0} -} -func (m *Value) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Value.Unmarshal(m, b) -} -func (m *Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Value.Marshal(b, m, deterministic) -} -func (dst *Value) XXX_Merge(src proto.Message) { - xxx_messageInfo_Value.Merge(dst, src) -} -func (m *Value) XXX_Size() int { - return xxx_messageInfo_Value.Size(m) -} -func (m *Value) XXX_DiscardUnknown() { - xxx_messageInfo_Value.DiscardUnknown(m) -} - -var xxx_messageInfo_Value proto.InternalMessageInfo - -type isValue_Value interface { - isValue_Value() -} - -type Value_BooleanValue struct { - BooleanValue bool `protobuf:"varint,1,opt,name=boolean_value,json=booleanValue,proto3,oneof"` -} - -type Value_Int64Value struct { - Int64Value int64 `protobuf:"varint,2,opt,name=int64_value,json=int64Value,proto3,oneof"` -} - -type Value_FloatValue struct { - FloatValue float32 `protobuf:"fixed32,3,opt,name=float_value,json=floatValue,proto3,oneof"` -} - -type Value_DoubleValue struct { - DoubleValue float64 `protobuf:"fixed64,4,opt,name=double_value,json=doubleValue,proto3,oneof"` -} - -type Value_StringValue struct { - StringValue string `protobuf:"bytes,5,opt,name=string_value,json=stringValue,proto3,oneof"` -} - -func (*Value_BooleanValue) isValue_Value() {} - -func (*Value_Int64Value) isValue_Value() {} - -func (*Value_FloatValue) isValue_Value() {} - -func (*Value_DoubleValue) isValue_Value() {} - -func (*Value_StringValue) isValue_Value() {} - -func (m *Value) GetValue() isValue_Value { - if m != nil { - return m.Value - } - return nil -} - -func (m *Value) GetBooleanValue() bool { - if x, ok := m.GetValue().(*Value_BooleanValue); ok { - return x.BooleanValue - } - return false -} - -func (m *Value) GetInt64Value() int64 { - if x, ok := m.GetValue().(*Value_Int64Value); ok { - return x.Int64Value - } - return 0 -} - -func (m *Value) GetFloatValue() float32 { - if x, ok := m.GetValue().(*Value_FloatValue); ok { - return x.FloatValue - } - return 0 -} - -func (m *Value) GetDoubleValue() float64 { - if x, ok := m.GetValue().(*Value_DoubleValue); ok { - return x.DoubleValue - } - return 0 -} - -func (m *Value) GetStringValue() string { - if x, ok := m.GetValue().(*Value_StringValue); ok { - return x.StringValue - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*Value) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _Value_OneofMarshaler, _Value_OneofUnmarshaler, _Value_OneofSizer, []interface{}{ - (*Value_BooleanValue)(nil), - (*Value_Int64Value)(nil), - (*Value_FloatValue)(nil), - (*Value_DoubleValue)(nil), - (*Value_StringValue)(nil), - } -} - -func _Value_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*Value) - // value - switch x := m.Value.(type) { - case *Value_BooleanValue: - t := uint64(0) - if x.BooleanValue { - t = 1 - } - b.EncodeVarint(1<<3 | proto.WireVarint) - b.EncodeVarint(t) - case *Value_Int64Value: - b.EncodeVarint(2<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.Int64Value)) - case *Value_FloatValue: - b.EncodeVarint(3<<3 | proto.WireFixed32) - b.EncodeFixed32(uint64(math.Float32bits(x.FloatValue))) - case *Value_DoubleValue: - b.EncodeVarint(4<<3 | proto.WireFixed64) - b.EncodeFixed64(math.Float64bits(x.DoubleValue)) - case *Value_StringValue: - b.EncodeVarint(5<<3 | proto.WireBytes) - b.EncodeStringBytes(x.StringValue) - case nil: - default: - return fmt.Errorf("Value.Value has unexpected type %T", x) - } - return nil -} - -func _Value_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*Value) - switch tag { - case 1: // value.boolean_value - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Value = &Value_BooleanValue{x != 0} - return true, err - case 2: // value.int64_value - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Value = &Value_Int64Value{int64(x)} - return true, err - case 3: // value.float_value - if wire != proto.WireFixed32 { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeFixed32() - m.Value = &Value_FloatValue{math.Float32frombits(uint32(x))} - return true, err - case 4: // value.double_value - if wire != proto.WireFixed64 { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeFixed64() - m.Value = &Value_DoubleValue{math.Float64frombits(x)} - return true, err - case 5: // value.string_value - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Value = &Value_StringValue{x} - return true, err - default: - return false, nil - } -} - -func _Value_OneofSizer(msg proto.Message) (n int) { - m := msg.(*Value) - // value - switch x := m.Value.(type) { - case *Value_BooleanValue: - n += 1 // tag and wire - n += 1 - case *Value_Int64Value: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.Int64Value)) - case *Value_FloatValue: - n += 1 // tag and wire - n += 4 - case *Value_DoubleValue: - n += 1 // tag and wire - n += 8 - case *Value_StringValue: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.StringValue))) - n += len(x.StringValue) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -func init() { - proto.RegisterType((*Value)(nil), "google.ads.googleads.v0.common.Value") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/common/value.proto", fileDescriptor_value_e30ab3a0326a98f4) -} - -var fileDescriptor_value_e30ab3a0326a98f4 = []byte{ - // 312 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0xd0, 0xb1, 0x4e, 0xeb, 0x30, - 0x18, 0x05, 0xe0, 0x3a, 0xbd, 0xbd, 0x80, 0x5b, 0x96, 0x4e, 0x4c, 0x55, 0x28, 0x42, 0x8a, 0x18, - 0x9c, 0x48, 0x20, 0x06, 0x33, 0xa5, 0x20, 0xb5, 0x63, 0xd5, 0x21, 0x03, 0x8a, 0x84, 0xdc, 0x3a, - 0x58, 0x95, 0x5c, 0xff, 0x55, 0x9c, 0xe6, 0x81, 0x18, 0x79, 0x11, 0x24, 0xde, 0x83, 0x85, 0xa7, - 0x40, 0xf6, 0xef, 0x66, 0x83, 0x29, 0x47, 0x27, 0x5f, 0xac, 0xf8, 0xd0, 0x1b, 0x05, 0xa0, 0x74, - 0x95, 0x0a, 0x69, 0x53, 0x8c, 0x2e, 0xb5, 0x59, 0xba, 0x81, 0xdd, 0x0e, 0x4c, 0xda, 0x0a, 0x7d, - 0xa8, 0xd8, 0xbe, 0x86, 0x06, 0xc6, 0x13, 0x04, 0x4c, 0x48, 0xcb, 0x3a, 0xcb, 0xda, 0x8c, 0xa1, - 0x9d, 0x7e, 0x10, 0x3a, 0x28, 0x9c, 0x1f, 0x5f, 0xd3, 0xf3, 0x35, 0x80, 0xae, 0x84, 0x79, 0xf1, - 0x07, 0x5c, 0x90, 0x98, 0x24, 0xa7, 0x8b, 0xde, 0x6a, 0x14, 0x6a, 0x64, 0x97, 0x74, 0xb8, 0x35, - 0xcd, 0xfd, 0x5d, 0x40, 0x51, 0x4c, 0x92, 0xfe, 0xa2, 0xb7, 0xa2, 0xbe, 0xec, 0xc8, 0xab, 0x06, - 0xd1, 0x04, 0xd2, 0x8f, 0x49, 0x12, 0x39, 0xe2, 0x4b, 0x24, 0x57, 0x74, 0x24, 0xe1, 0xb0, 0xd6, - 0x55, 0x30, 0xff, 0x62, 0x92, 0x90, 0x45, 0x6f, 0x35, 0xc4, 0xb6, 0x43, 0xb6, 0xa9, 0xb7, 0x46, - 0x05, 0x34, 0x88, 0x49, 0x72, 0xe6, 0x10, 0xb6, 0x1e, 0xcd, 0x4e, 0xe8, 0xc0, 0xbf, 0x9d, 0x7d, - 0x11, 0x3a, 0xdd, 0xc0, 0x8e, 0xfd, 0x7d, 0xe1, 0x19, 0xf5, 0x9f, 0x2d, 0xdd, 0x38, 0x4b, 0xf2, - 0xfc, 0x14, 0xb4, 0x02, 0x2d, 0x8c, 0x62, 0x50, 0xab, 0x54, 0x55, 0xc6, 0x4f, 0x77, 0x9c, 0x76, - 0xbf, 0xb5, 0xbf, 0x2d, 0xfd, 0x80, 0x8f, 0xb7, 0xa8, 0x3f, 0xcf, 0xf3, 0xf7, 0x68, 0x32, 0xc7, - 0xc3, 0x72, 0x69, 0x19, 0x46, 0x97, 0x8a, 0x8c, 0x3d, 0x7a, 0xf6, 0x79, 0x04, 0x65, 0x2e, 0x6d, - 0xd9, 0x81, 0xb2, 0xc8, 0x4a, 0x04, 0xdf, 0xd1, 0x14, 0x5b, 0xce, 0x73, 0x69, 0x39, 0xef, 0x08, - 0xe7, 0x45, 0xc6, 0x39, 0xa2, 0xf5, 0x7f, 0xff, 0x77, 0xb7, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, - 0x4b, 0x32, 0x5e, 0xdf, 0x06, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/access_reason.pb.go b/googleapis/ads/googleads/v0/enums/access_reason.pb.go deleted file mode 100644 index 5e737d2898..0000000000 --- a/googleapis/ads/googleads/v0/enums/access_reason.pb.go +++ /dev/null @@ -1,129 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/access_reason.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible access reasons. -type AccessReasonEnum_AccessReason int32 - -const ( - // Not specified. - AccessReasonEnum_UNSPECIFIED AccessReasonEnum_AccessReason = 0 - // Used for return value only. Represents value unknown in this version. - AccessReasonEnum_UNKNOWN AccessReasonEnum_AccessReason = 1 - // The entity is owned by the user. - AccessReasonEnum_OWNED AccessReasonEnum_AccessReason = 2 - // The entity is shared to the user. - AccessReasonEnum_SHARED AccessReasonEnum_AccessReason = 3 - // The entity is licensed to the user. - AccessReasonEnum_LICENSED AccessReasonEnum_AccessReason = 4 - // The user subscribed to the entity. - AccessReasonEnum_SUBSCRIBED AccessReasonEnum_AccessReason = 5 - // The entity is accessible to the user. - AccessReasonEnum_AFFILIATED AccessReasonEnum_AccessReason = 6 -) - -var AccessReasonEnum_AccessReason_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "OWNED", - 3: "SHARED", - 4: "LICENSED", - 5: "SUBSCRIBED", - 6: "AFFILIATED", -} -var AccessReasonEnum_AccessReason_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "OWNED": 2, - "SHARED": 3, - "LICENSED": 4, - "SUBSCRIBED": 5, - "AFFILIATED": 6, -} - -func (x AccessReasonEnum_AccessReason) String() string { - return proto.EnumName(AccessReasonEnum_AccessReason_name, int32(x)) -} -func (AccessReasonEnum_AccessReason) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_access_reason_ac0995e8099ed8d2, []int{0, 0} -} - -// Indicates the way the entity such as user list is related to a user. -type AccessReasonEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AccessReasonEnum) Reset() { *m = AccessReasonEnum{} } -func (m *AccessReasonEnum) String() string { return proto.CompactTextString(m) } -func (*AccessReasonEnum) ProtoMessage() {} -func (*AccessReasonEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_access_reason_ac0995e8099ed8d2, []int{0} -} -func (m *AccessReasonEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AccessReasonEnum.Unmarshal(m, b) -} -func (m *AccessReasonEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AccessReasonEnum.Marshal(b, m, deterministic) -} -func (dst *AccessReasonEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AccessReasonEnum.Merge(dst, src) -} -func (m *AccessReasonEnum) XXX_Size() int { - return xxx_messageInfo_AccessReasonEnum.Size(m) -} -func (m *AccessReasonEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AccessReasonEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AccessReasonEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AccessReasonEnum)(nil), "google.ads.googleads.v0.enums.AccessReasonEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AccessReasonEnum_AccessReason", AccessReasonEnum_AccessReason_name, AccessReasonEnum_AccessReason_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/access_reason.proto", fileDescriptor_access_reason_ac0995e8099ed8d2) -} - -var fileDescriptor_access_reason_ac0995e8099ed8d2 = []byte{ - // 317 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xd1, 0x4e, 0xc2, 0x30, - 0x14, 0x75, 0x43, 0x50, 0x2f, 0x44, 0x6b, 0xdf, 0x79, 0x80, 0x0f, 0xe8, 0x66, 0x7c, 0xab, 0x4f, - 0x1d, 0x2b, 0xd8, 0x48, 0x0a, 0x61, 0x02, 0x89, 0x59, 0x62, 0x26, 0x5b, 0x1a, 0x13, 0x58, 0x91, - 0x0a, 0x7f, 0xe0, 0x8f, 0xf8, 0xe8, 0xa7, 0xf8, 0x21, 0x3e, 0xf8, 0x15, 0x66, 0x9d, 0x2c, 0xbc, - 0xe8, 0x4b, 0x73, 0x7a, 0xcf, 0x39, 0x37, 0xe7, 0x1e, 0xb8, 0x52, 0x5a, 0xab, 0x65, 0xe6, 0x25, - 0xa9, 0xf1, 0x4a, 0x58, 0xa0, 0x9d, 0xef, 0x65, 0xf9, 0x76, 0x65, 0xbc, 0x64, 0xb1, 0xc8, 0x8c, - 0x79, 0xdc, 0x64, 0x89, 0xd1, 0x39, 0x59, 0x6f, 0xf4, 0xab, 0xc6, 0xed, 0x52, 0x47, 0x92, 0xd4, - 0x90, 0xca, 0x42, 0x76, 0x3e, 0xb1, 0x96, 0xee, 0x9b, 0x03, 0x88, 0x59, 0xdb, 0xc4, 0xba, 0x78, - 0xbe, 0x5d, 0x75, 0x5f, 0xa0, 0x75, 0x38, 0xc3, 0x17, 0xd0, 0x9c, 0xca, 0x68, 0xcc, 0x7b, 0xa2, - 0x2f, 0x78, 0x88, 0x8e, 0x70, 0x13, 0x4e, 0xa6, 0xf2, 0x4e, 0x8e, 0xe6, 0x12, 0x39, 0xf8, 0x0c, - 0xea, 0xa3, 0xb9, 0xe4, 0x21, 0x72, 0x31, 0x40, 0x23, 0xba, 0x65, 0x13, 0x1e, 0xa2, 0x1a, 0x6e, - 0xc1, 0xe9, 0x50, 0xf4, 0xb8, 0x8c, 0x78, 0x88, 0x8e, 0xf1, 0x39, 0x40, 0x34, 0x0d, 0xa2, 0xde, - 0x44, 0x04, 0x3c, 0x44, 0xf5, 0xe2, 0xcf, 0xfa, 0x7d, 0x31, 0x14, 0xec, 0x9e, 0x87, 0xa8, 0x11, - 0x7c, 0x39, 0xd0, 0x59, 0xe8, 0x15, 0xf9, 0x37, 0x6d, 0x70, 0x79, 0x18, 0x6b, 0x5c, 0xdc, 0x37, - 0x76, 0x1e, 0x82, 0x5f, 0x8f, 0xd2, 0xcb, 0x24, 0x57, 0x44, 0x6f, 0x94, 0xa7, 0xb2, 0xdc, 0x5e, - 0xbf, 0x2f, 0x69, 0xfd, 0x6c, 0xfe, 0xe8, 0xec, 0xc6, 0xbe, 0xef, 0x6e, 0x6d, 0xc0, 0xd8, 0x87, - 0xdb, 0x1e, 0x94, 0xab, 0x58, 0x6a, 0x48, 0x09, 0x0b, 0x34, 0xf3, 0x49, 0x51, 0x8b, 0xf9, 0xdc, - 0xf3, 0x31, 0x4b, 0x4d, 0x5c, 0xf1, 0xf1, 0xcc, 0x8f, 0x2d, 0xff, 0xed, 0x76, 0xca, 0x21, 0xa5, - 0x2c, 0x35, 0x94, 0x56, 0x0a, 0x4a, 0x67, 0x3e, 0xa5, 0x56, 0xf3, 0xd4, 0xb0, 0xc1, 0xae, 0x7f, - 0x02, 0x00, 0x00, 0xff, 0xff, 0xa5, 0x80, 0xc9, 0x7f, 0xcb, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/account_budget_proposal_status.pb.go b/googleapis/ads/googleads/v0/enums/account_budget_proposal_status.pb.go deleted file mode 100644 index b8b6c745e7..0000000000 --- a/googleapis/ads/googleads/v0/enums/account_budget_proposal_status.pb.go +++ /dev/null @@ -1,135 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/account_budget_proposal_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible statuses of an AccountBudgetProposal. -type AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus int32 - -const ( - // Not specified. - AccountBudgetProposalStatusEnum_UNSPECIFIED AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus = 0 - // Used for return value only. Represents value unknown in this version. - AccountBudgetProposalStatusEnum_UNKNOWN AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus = 1 - // The proposal is pending approval. - AccountBudgetProposalStatusEnum_PENDING AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus = 2 - // The proposal has been approved but the corresponding billing setup - // has not. This can occur for proposals that set up the first budget - // when signing up for billing or when performing a change of bill-to - // operation. - AccountBudgetProposalStatusEnum_APPROVED_HELD AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus = 3 - // The proposal has been approved. - AccountBudgetProposalStatusEnum_APPROVED AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus = 4 - // The proposal has been cancelled by the user. - AccountBudgetProposalStatusEnum_CANCELLED AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus = 5 - // The proposal has been rejected by the user, e.g. by rejecting an - // acceptance email. - AccountBudgetProposalStatusEnum_REJECTED AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus = 6 -) - -var AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "PENDING", - 3: "APPROVED_HELD", - 4: "APPROVED", - 5: "CANCELLED", - 6: "REJECTED", -} -var AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "PENDING": 2, - "APPROVED_HELD": 3, - "APPROVED": 4, - "CANCELLED": 5, - "REJECTED": 6, -} - -func (x AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus) String() string { - return proto.EnumName(AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus_name, int32(x)) -} -func (AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_status_49a302ccc8d60ae7, []int{0, 0} -} - -// Message describing AccountBudgetProposal statuses. -type AccountBudgetProposalStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AccountBudgetProposalStatusEnum) Reset() { *m = AccountBudgetProposalStatusEnum{} } -func (m *AccountBudgetProposalStatusEnum) String() string { return proto.CompactTextString(m) } -func (*AccountBudgetProposalStatusEnum) ProtoMessage() {} -func (*AccountBudgetProposalStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_status_49a302ccc8d60ae7, []int{0} -} -func (m *AccountBudgetProposalStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AccountBudgetProposalStatusEnum.Unmarshal(m, b) -} -func (m *AccountBudgetProposalStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AccountBudgetProposalStatusEnum.Marshal(b, m, deterministic) -} -func (dst *AccountBudgetProposalStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AccountBudgetProposalStatusEnum.Merge(dst, src) -} -func (m *AccountBudgetProposalStatusEnum) XXX_Size() int { - return xxx_messageInfo_AccountBudgetProposalStatusEnum.Size(m) -} -func (m *AccountBudgetProposalStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AccountBudgetProposalStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AccountBudgetProposalStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AccountBudgetProposalStatusEnum)(nil), "google.ads.googleads.v0.enums.AccountBudgetProposalStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus", AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus_name, AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/account_budget_proposal_status.proto", fileDescriptor_account_budget_proposal_status_49a302ccc8d60ae7) -} - -var fileDescriptor_account_budget_proposal_status_49a302ccc8d60ae7 = []byte{ - // 338 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4e, 0xf2, 0x30, - 0x1c, 0xc5, 0xbf, 0x8d, 0x4f, 0xd4, 0x22, 0xb1, 0xee, 0xd6, 0x10, 0x85, 0x07, 0xe8, 0x96, 0x78, - 0x57, 0xaf, 0xba, 0xad, 0x22, 0x4a, 0x4a, 0x03, 0x32, 0x13, 0xb3, 0x64, 0x19, 0x6c, 0x69, 0x4c, - 0x60, 0x5d, 0xe8, 0xc6, 0x23, 0xf8, 0x20, 0x5e, 0xf2, 0x28, 0x3e, 0x8a, 0xf7, 0xde, 0x9b, 0x75, - 0xc0, 0x9d, 0xbb, 0x69, 0x4e, 0xff, 0xe7, 0xf4, 0x97, 0x7f, 0x0f, 0x70, 0x85, 0x94, 0x62, 0x95, - 0xda, 0x71, 0xa2, 0xec, 0x5a, 0x56, 0x6a, 0xeb, 0xd8, 0x69, 0x56, 0xae, 0x95, 0x1d, 0x2f, 0x97, - 0xb2, 0xcc, 0x8a, 0x68, 0x51, 0x26, 0x22, 0x2d, 0xa2, 0x7c, 0x23, 0x73, 0xa9, 0xe2, 0x55, 0xa4, - 0x8a, 0xb8, 0x28, 0x15, 0xca, 0x37, 0xb2, 0x90, 0x56, 0xaf, 0x7e, 0x88, 0xe2, 0x44, 0xa1, 0x23, - 0x03, 0x6d, 0x1d, 0xa4, 0x19, 0x83, 0x9d, 0x01, 0x6e, 0x48, 0xcd, 0x71, 0x35, 0x86, 0xef, 0x29, - 0x33, 0x0d, 0xa1, 0x59, 0xb9, 0x1e, 0x7c, 0x18, 0xe0, 0xba, 0x21, 0x63, 0x5d, 0x82, 0xce, 0x9c, - 0xcd, 0x38, 0xf5, 0x46, 0x0f, 0x23, 0xea, 0xc3, 0x7f, 0x56, 0x07, 0x9c, 0xce, 0xd9, 0x33, 0x9b, - 0xbc, 0x32, 0x68, 0x54, 0x17, 0x4e, 0x99, 0x3f, 0x62, 0x43, 0x68, 0x5a, 0x57, 0xa0, 0x4b, 0x38, - 0x9f, 0x4e, 0x02, 0xea, 0x47, 0x8f, 0x74, 0xec, 0xc3, 0x96, 0x75, 0x01, 0xce, 0x0e, 0x23, 0xf8, - 0xdf, 0xea, 0x82, 0x73, 0x8f, 0x30, 0x8f, 0x8e, 0xc7, 0xd4, 0x87, 0x27, 0x95, 0x39, 0xa5, 0x4f, - 0xd4, 0x7b, 0xa1, 0x3e, 0x6c, 0xbb, 0x3f, 0x06, 0xe8, 0x2f, 0xe5, 0x1a, 0x35, 0x7e, 0xc9, 0xbd, - 0x6d, 0xd8, 0x95, 0x57, 0x9d, 0x70, 0xe3, 0x6d, 0xdf, 0x2c, 0x12, 0x72, 0x15, 0x67, 0x02, 0xc9, - 0x8d, 0xb0, 0x45, 0x9a, 0xe9, 0xc6, 0x0e, 0x4d, 0xe7, 0xef, 0xea, 0x8f, 0xe2, 0xef, 0xf5, 0xf9, - 0x69, 0xb6, 0x86, 0x84, 0xec, 0xcc, 0xde, 0xb0, 0x46, 0x91, 0x44, 0xa1, 0x5a, 0x56, 0x2a, 0x70, - 0x50, 0xd5, 0x9d, 0xfa, 0x3a, 0xf8, 0x21, 0x49, 0x54, 0x78, 0xf4, 0xc3, 0xc0, 0x09, 0xb5, 0xff, - 0x6d, 0xf6, 0xeb, 0x21, 0xc6, 0x24, 0x51, 0x18, 0x1f, 0x13, 0x18, 0x07, 0x0e, 0xc6, 0x3a, 0xb3, - 0x68, 0xeb, 0xc5, 0xee, 0x7e, 0x03, 0x00, 0x00, 0xff, 0xff, 0xb7, 0xbf, 0x74, 0x41, 0x10, 0x02, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/account_budget_proposal_type.pb.go b/googleapis/ads/googleads/v0/enums/account_budget_proposal_type.pb.go deleted file mode 100644 index c29c84729a..0000000000 --- a/googleapis/ads/googleads/v0/enums/account_budget_proposal_type.pb.go +++ /dev/null @@ -1,125 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/account_budget_proposal_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible types of an AccountBudgetProposal. -type AccountBudgetProposalTypeEnum_AccountBudgetProposalType int32 - -const ( - // Not specified. - AccountBudgetProposalTypeEnum_UNSPECIFIED AccountBudgetProposalTypeEnum_AccountBudgetProposalType = 0 - // Used for return value only. Represents value unknown in this version. - AccountBudgetProposalTypeEnum_UNKNOWN AccountBudgetProposalTypeEnum_AccountBudgetProposalType = 1 - // Identifies a request to create a new budget. - AccountBudgetProposalTypeEnum_CREATE AccountBudgetProposalTypeEnum_AccountBudgetProposalType = 2 - // Identifies a request to edit an existing budget. - AccountBudgetProposalTypeEnum_UPDATE AccountBudgetProposalTypeEnum_AccountBudgetProposalType = 3 - // Identifies a request to end a budget that has already started. - AccountBudgetProposalTypeEnum_END AccountBudgetProposalTypeEnum_AccountBudgetProposalType = 4 - // Identifies a request to remove a budget that hasn't started yet. - AccountBudgetProposalTypeEnum_REMOVE AccountBudgetProposalTypeEnum_AccountBudgetProposalType = 5 -) - -var AccountBudgetProposalTypeEnum_AccountBudgetProposalType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CREATE", - 3: "UPDATE", - 4: "END", - 5: "REMOVE", -} -var AccountBudgetProposalTypeEnum_AccountBudgetProposalType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CREATE": 2, - "UPDATE": 3, - "END": 4, - "REMOVE": 5, -} - -func (x AccountBudgetProposalTypeEnum_AccountBudgetProposalType) String() string { - return proto.EnumName(AccountBudgetProposalTypeEnum_AccountBudgetProposalType_name, int32(x)) -} -func (AccountBudgetProposalTypeEnum_AccountBudgetProposalType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_type_d69ce1a26fc516e1, []int{0, 0} -} - -// Message describing AccountBudgetProposal types. -type AccountBudgetProposalTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AccountBudgetProposalTypeEnum) Reset() { *m = AccountBudgetProposalTypeEnum{} } -func (m *AccountBudgetProposalTypeEnum) String() string { return proto.CompactTextString(m) } -func (*AccountBudgetProposalTypeEnum) ProtoMessage() {} -func (*AccountBudgetProposalTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_type_d69ce1a26fc516e1, []int{0} -} -func (m *AccountBudgetProposalTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AccountBudgetProposalTypeEnum.Unmarshal(m, b) -} -func (m *AccountBudgetProposalTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AccountBudgetProposalTypeEnum.Marshal(b, m, deterministic) -} -func (dst *AccountBudgetProposalTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AccountBudgetProposalTypeEnum.Merge(dst, src) -} -func (m *AccountBudgetProposalTypeEnum) XXX_Size() int { - return xxx_messageInfo_AccountBudgetProposalTypeEnum.Size(m) -} -func (m *AccountBudgetProposalTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AccountBudgetProposalTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AccountBudgetProposalTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AccountBudgetProposalTypeEnum)(nil), "google.ads.googleads.v0.enums.AccountBudgetProposalTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AccountBudgetProposalTypeEnum_AccountBudgetProposalType", AccountBudgetProposalTypeEnum_AccountBudgetProposalType_name, AccountBudgetProposalTypeEnum_AccountBudgetProposalType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/account_budget_proposal_type.proto", fileDescriptor_account_budget_proposal_type_d69ce1a26fc516e1) -} - -var fileDescriptor_account_budget_proposal_type_d69ce1a26fc516e1 = []byte{ - // 317 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x6a, 0xfa, 0x30, - 0x1c, 0xc7, 0xff, 0xad, 0xff, 0x29, 0xc4, 0xc3, 0x4a, 0x6f, 0x3b, 0x38, 0xd0, 0x07, 0x48, 0x0b, - 0xbb, 0x65, 0x97, 0xa5, 0x9a, 0x89, 0x8c, 0xd5, 0xe2, 0xb4, 0x83, 0x51, 0x90, 0x6a, 0xb2, 0x30, - 0xd0, 0x26, 0x34, 0xad, 0xe0, 0x13, 0xec, 0x3d, 0x76, 0xdc, 0xa3, 0xec, 0x51, 0x76, 0xdd, 0x0b, - 0x8c, 0x24, 0xda, 0x5b, 0x77, 0x29, 0x1f, 0x7e, 0xbf, 0x5f, 0x3f, 0x7c, 0xf3, 0x05, 0x77, 0x5c, - 0x08, 0xbe, 0x63, 0x41, 0x4e, 0x55, 0x60, 0x51, 0xd3, 0x21, 0x0c, 0x58, 0x51, 0xef, 0x55, 0x90, - 0x6f, 0xb7, 0xa2, 0x2e, 0xaa, 0xf5, 0xa6, 0xa6, 0x9c, 0x55, 0x6b, 0x59, 0x0a, 0x29, 0x54, 0xbe, - 0x5b, 0x57, 0x47, 0xc9, 0xa0, 0x2c, 0x45, 0x25, 0xfc, 0x81, 0xfd, 0x0d, 0xe6, 0x54, 0xc1, 0xc6, - 0x00, 0x0f, 0x21, 0x34, 0x86, 0xd1, 0xbb, 0x03, 0x06, 0xd8, 0x5a, 0x22, 0x23, 0x49, 0x4e, 0x8e, - 0xe5, 0x51, 0x32, 0x52, 0xd4, 0xfb, 0xd1, 0x2b, 0xb8, 0x6a, 0x3d, 0xf0, 0x2f, 0x41, 0x7f, 0x15, - 0x3f, 0x25, 0x64, 0x3c, 0xbb, 0x9f, 0x91, 0x89, 0xf7, 0xcf, 0xef, 0x83, 0xde, 0x2a, 0x7e, 0x88, - 0xe7, 0xcf, 0xb1, 0xe7, 0xf8, 0x00, 0x74, 0xc7, 0x0b, 0x82, 0x97, 0xc4, 0x73, 0x35, 0xaf, 0x92, - 0x89, 0xe6, 0x8e, 0xdf, 0x03, 0x1d, 0x12, 0x4f, 0xbc, 0xff, 0x7a, 0xb8, 0x20, 0x8f, 0xf3, 0x94, - 0x78, 0x17, 0xd1, 0x8f, 0x03, 0x86, 0x5b, 0xb1, 0x87, 0x7f, 0xe6, 0x8d, 0xae, 0x5b, 0xb3, 0x24, - 0xfa, 0xb9, 0x89, 0xf3, 0x12, 0x9d, 0x04, 0x5c, 0xec, 0xf2, 0x82, 0x43, 0x51, 0xf2, 0x80, 0xb3, - 0xc2, 0x94, 0x71, 0xae, 0x50, 0xbe, 0xa9, 0x96, 0x46, 0x6f, 0xcd, 0xf7, 0xc3, 0xed, 0x4c, 0x31, - 0xfe, 0x74, 0x07, 0x53, 0xab, 0xc2, 0x54, 0x41, 0x8b, 0x9a, 0xd2, 0x10, 0xea, 0x62, 0xd4, 0xd7, - 0x79, 0x9f, 0x61, 0xaa, 0xb2, 0x66, 0x9f, 0xa5, 0x61, 0x66, 0xf6, 0xdf, 0xee, 0xd0, 0x0e, 0x11, - 0xc2, 0x54, 0x21, 0xd4, 0x5c, 0x20, 0x94, 0x86, 0x08, 0x99, 0x9b, 0x4d, 0xd7, 0x04, 0xbb, 0xf9, - 0x0d, 0x00, 0x00, 0xff, 0xff, 0xd8, 0xbe, 0x0d, 0x46, 0xe9, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/account_budget_status.pb.go b/googleapis/ads/googleads/v0/enums/account_budget_status.pb.go deleted file mode 100644 index 80c89e370b..0000000000 --- a/googleapis/ads/googleads/v0/enums/account_budget_status.pb.go +++ /dev/null @@ -1,121 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/account_budget_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible statuses of an AccountBudget. -type AccountBudgetStatusEnum_AccountBudgetStatus int32 - -const ( - // Not specified. - AccountBudgetStatusEnum_UNSPECIFIED AccountBudgetStatusEnum_AccountBudgetStatus = 0 - // Used for return value only. Represents value unknown in this version. - AccountBudgetStatusEnum_UNKNOWN AccountBudgetStatusEnum_AccountBudgetStatus = 1 - // The account budget is pending approval. - AccountBudgetStatusEnum_PENDING AccountBudgetStatusEnum_AccountBudgetStatus = 2 - // The account budget has been approved. - AccountBudgetStatusEnum_APPROVED AccountBudgetStatusEnum_AccountBudgetStatus = 3 - // The account budget has been cancelled by the user. - AccountBudgetStatusEnum_CANCELLED AccountBudgetStatusEnum_AccountBudgetStatus = 4 -) - -var AccountBudgetStatusEnum_AccountBudgetStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "PENDING", - 3: "APPROVED", - 4: "CANCELLED", -} -var AccountBudgetStatusEnum_AccountBudgetStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "PENDING": 2, - "APPROVED": 3, - "CANCELLED": 4, -} - -func (x AccountBudgetStatusEnum_AccountBudgetStatus) String() string { - return proto.EnumName(AccountBudgetStatusEnum_AccountBudgetStatus_name, int32(x)) -} -func (AccountBudgetStatusEnum_AccountBudgetStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_account_budget_status_42040b5c11708ab0, []int{0, 0} -} - -// Message describing AccountBudget statuses. -type AccountBudgetStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AccountBudgetStatusEnum) Reset() { *m = AccountBudgetStatusEnum{} } -func (m *AccountBudgetStatusEnum) String() string { return proto.CompactTextString(m) } -func (*AccountBudgetStatusEnum) ProtoMessage() {} -func (*AccountBudgetStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_status_42040b5c11708ab0, []int{0} -} -func (m *AccountBudgetStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AccountBudgetStatusEnum.Unmarshal(m, b) -} -func (m *AccountBudgetStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AccountBudgetStatusEnum.Marshal(b, m, deterministic) -} -func (dst *AccountBudgetStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AccountBudgetStatusEnum.Merge(dst, src) -} -func (m *AccountBudgetStatusEnum) XXX_Size() int { - return xxx_messageInfo_AccountBudgetStatusEnum.Size(m) -} -func (m *AccountBudgetStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AccountBudgetStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AccountBudgetStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AccountBudgetStatusEnum)(nil), "google.ads.googleads.v0.enums.AccountBudgetStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AccountBudgetStatusEnum_AccountBudgetStatus", AccountBudgetStatusEnum_AccountBudgetStatus_name, AccountBudgetStatusEnum_AccountBudgetStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/account_budget_status.proto", fileDescriptor_account_budget_status_42040b5c11708ab0) -} - -var fileDescriptor_account_budget_status_42040b5c11708ab0 = []byte{ - // 306 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdf, 0x4a, 0xc3, 0x30, - 0x18, 0xc5, 0x5d, 0x27, 0xfe, 0xc9, 0x14, 0x4b, 0xbd, 0xd0, 0x9b, 0x5d, 0x6c, 0x0f, 0x90, 0x16, - 0xbc, 0x32, 0x5e, 0xa5, 0x6d, 0x2c, 0xc5, 0x91, 0x05, 0xc7, 0x2a, 0x48, 0x65, 0x74, 0x4d, 0x09, - 0xc2, 0xda, 0x8c, 0xa5, 0x1d, 0x3e, 0x8f, 0x97, 0x3e, 0x8a, 0x8f, 0x22, 0xf8, 0x0e, 0xd2, 0xc4, - 0xf5, 0x6a, 0x7a, 0x13, 0x4e, 0x72, 0xbe, 0x5f, 0x38, 0xdf, 0x01, 0xb7, 0x42, 0x4a, 0xb1, 0x2a, - 0xdc, 0x8c, 0x2b, 0xd7, 0xc8, 0x56, 0x6d, 0x3d, 0xb7, 0xa8, 0x9a, 0x52, 0xb9, 0x59, 0x9e, 0xcb, - 0xa6, 0xaa, 0x17, 0xcb, 0x86, 0x8b, 0xa2, 0x5e, 0xa8, 0x3a, 0xab, 0x1b, 0x05, 0xd7, 0x1b, 0x59, - 0x4b, 0x67, 0x68, 0xe6, 0x61, 0xc6, 0x15, 0xec, 0x50, 0xb8, 0xf5, 0xa0, 0x46, 0xc7, 0x6f, 0xe0, - 0x0a, 0x1b, 0xda, 0xd7, 0xf0, 0x4c, 0xb3, 0xa4, 0x6a, 0xca, 0xf1, 0x0b, 0xb8, 0xdc, 0x63, 0x39, - 0x17, 0x60, 0x30, 0xa7, 0x33, 0x46, 0x82, 0xf8, 0x3e, 0x26, 0xa1, 0x7d, 0xe0, 0x0c, 0xc0, 0xf1, - 0x9c, 0x3e, 0xd0, 0xe9, 0x13, 0xb5, 0x7b, 0xed, 0x85, 0x11, 0x1a, 0xc6, 0x34, 0xb2, 0x2d, 0xe7, - 0x0c, 0x9c, 0x60, 0xc6, 0x1e, 0xa7, 0x09, 0x09, 0xed, 0xbe, 0x73, 0x0e, 0x4e, 0x03, 0x4c, 0x03, - 0x32, 0x99, 0x90, 0xd0, 0x3e, 0xf4, 0xbf, 0x7b, 0x60, 0x94, 0xcb, 0x12, 0xfe, 0x9b, 0xcf, 0xbf, - 0xde, 0x13, 0x81, 0xb5, 0x8b, 0xb1, 0xde, 0xb3, 0xff, 0x8b, 0x0a, 0xb9, 0xca, 0x2a, 0x01, 0xe5, - 0x46, 0xb8, 0xa2, 0xa8, 0xf4, 0xda, 0xbb, 0x96, 0xd6, 0xaf, 0xea, 0x8f, 0xd2, 0xee, 0xf4, 0xf9, - 0x6e, 0xf5, 0x23, 0x8c, 0x3f, 0xac, 0x61, 0x64, 0xbe, 0xc2, 0x5c, 0x41, 0x23, 0x5b, 0x95, 0x78, - 0xb0, 0x6d, 0x42, 0x7d, 0xee, 0xfc, 0x14, 0x73, 0x95, 0x76, 0x7e, 0x9a, 0x78, 0xa9, 0xf6, 0xbf, - 0xac, 0x91, 0x79, 0x44, 0x08, 0x73, 0x85, 0x50, 0x37, 0x81, 0x50, 0xe2, 0x21, 0xa4, 0x67, 0x96, - 0x47, 0x3a, 0xd8, 0xcd, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa4, 0x64, 0x41, 0x0b, 0xcc, 0x01, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/ad_customizer_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/ad_customizer_placeholder_field.pb.go deleted file mode 100644 index 95f4a5af50..0000000000 --- a/googleapis/ads/googleads/v0/enums/ad_customizer_placeholder_field.pb.go +++ /dev/null @@ -1,125 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/ad_customizer_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for Ad Customizers placeholder fields. -type AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField int32 - -const ( - // Not specified. - AdCustomizerPlaceholderFieldEnum_UNSPECIFIED AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - AdCustomizerPlaceholderFieldEnum_UNKNOWN AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 1 - // Data Type: INT64. Integer value to be inserted. - AdCustomizerPlaceholderFieldEnum_INTEGER AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 2 - // Data Type: STRING. Price value to be inserted. - AdCustomizerPlaceholderFieldEnum_PRICE AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 3 - // Data Type: DATE_TIME. Date value to be inserted. - AdCustomizerPlaceholderFieldEnum_DATE AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 4 - // Data Type: STRING. String value to be inserted. - AdCustomizerPlaceholderFieldEnum_STRING AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 5 -) - -var AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "INTEGER", - 3: "PRICE", - 4: "DATE", - 5: "STRING", -} -var AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "INTEGER": 2, - "PRICE": 3, - "DATE": 4, - "STRING": 5, -} - -func (x AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField) String() string { - return proto.EnumName(AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField_name, int32(x)) -} -func (AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_customizer_placeholder_field_c38d141e237af402, []int{0, 0} -} - -// Values for Ad Customizer placeholder fields. -type AdCustomizerPlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdCustomizerPlaceholderFieldEnum) Reset() { *m = AdCustomizerPlaceholderFieldEnum{} } -func (m *AdCustomizerPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*AdCustomizerPlaceholderFieldEnum) ProtoMessage() {} -func (*AdCustomizerPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_customizer_placeholder_field_c38d141e237af402, []int{0} -} -func (m *AdCustomizerPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdCustomizerPlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *AdCustomizerPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdCustomizerPlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *AdCustomizerPlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdCustomizerPlaceholderFieldEnum.Merge(dst, src) -} -func (m *AdCustomizerPlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_AdCustomizerPlaceholderFieldEnum.Size(m) -} -func (m *AdCustomizerPlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdCustomizerPlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdCustomizerPlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdCustomizerPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.AdCustomizerPlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField", AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField_name, AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/ad_customizer_placeholder_field.proto", fileDescriptor_ad_customizer_placeholder_field_c38d141e237af402) -} - -var fileDescriptor_ad_customizer_placeholder_field_c38d141e237af402 = []byte{ - // 320 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x3d, 0x4e, 0xc3, 0x30, - 0x00, 0x85, 0x49, 0xfa, 0x03, 0xb8, 0x03, 0x51, 0x66, 0x2a, 0xd1, 0x1e, 0xc0, 0x89, 0xc4, 0x66, - 0x26, 0x37, 0x75, 0xa3, 0x08, 0xc9, 0x44, 0xfd, 0x43, 0x42, 0x91, 0xaa, 0x50, 0x1b, 0x53, 0x94, - 0xc4, 0x55, 0xdc, 0x76, 0xe0, 0x10, 0x1c, 0x82, 0x91, 0xa3, 0x70, 0x14, 0x0e, 0xc0, 0x8c, 0xec, - 0xd0, 0x30, 0x91, 0x25, 0x7a, 0xf1, 0x7b, 0xfe, 0xf4, 0xfc, 0x40, 0x20, 0xa4, 0x14, 0x19, 0xf7, - 0x52, 0xa6, 0xbc, 0x4a, 0x6a, 0x75, 0xf0, 0x3d, 0x5e, 0xec, 0x73, 0xe5, 0xa5, 0x6c, 0xb5, 0xde, - 0xab, 0x9d, 0xcc, 0x37, 0xaf, 0xbc, 0x5c, 0x6d, 0xb3, 0x74, 0xcd, 0x9f, 0x65, 0xc6, 0x78, 0xb9, - 0x7a, 0xda, 0xf0, 0x8c, 0xc1, 0x6d, 0x29, 0x77, 0xd2, 0xed, 0x57, 0x37, 0x61, 0xca, 0x14, 0xac, - 0x21, 0xf0, 0xe0, 0x43, 0x03, 0x19, 0xbe, 0x59, 0xe0, 0x0a, 0xb3, 0xa0, 0xe6, 0xc4, 0x7f, 0x98, - 0x89, 0xa6, 0x90, 0x62, 0x9f, 0x0f, 0x5f, 0xc0, 0x65, 0x53, 0xc6, 0xbd, 0x00, 0xbd, 0x05, 0x9d, - 0xc5, 0x24, 0x88, 0x26, 0x11, 0x19, 0x3b, 0x27, 0x6e, 0x0f, 0x9c, 0x2e, 0xe8, 0x2d, 0xbd, 0xbb, - 0xa7, 0x8e, 0xa5, 0x7f, 0x22, 0x3a, 0x27, 0x21, 0x99, 0x3a, 0xb6, 0x7b, 0x0e, 0x3a, 0xf1, 0x34, - 0x0a, 0x88, 0xd3, 0x72, 0xcf, 0x40, 0x7b, 0x8c, 0xe7, 0xc4, 0x69, 0xbb, 0x00, 0x74, 0x67, 0xf3, - 0x69, 0x44, 0x43, 0xa7, 0x33, 0xfa, 0xb6, 0xc0, 0x60, 0x2d, 0x73, 0xd8, 0x58, 0x7b, 0x34, 0x68, - 0xea, 0x13, 0xeb, 0x87, 0xc7, 0xd6, 0xc3, 0xe8, 0x97, 0x21, 0x64, 0x96, 0x16, 0x02, 0xca, 0x52, - 0x78, 0x82, 0x17, 0x66, 0x96, 0xe3, 0x9e, 0xdb, 0x8d, 0xfa, 0x67, 0xde, 0x1b, 0xf3, 0x7d, 0xb7, - 0x5b, 0x21, 0xc6, 0x1f, 0x76, 0x3f, 0xac, 0x50, 0x98, 0x29, 0x58, 0x49, 0xad, 0x96, 0x3e, 0xd4, - 0xfb, 0xa8, 0xcf, 0xa3, 0x9f, 0x60, 0xa6, 0x92, 0xda, 0x4f, 0x96, 0x7e, 0x62, 0xfc, 0x2f, 0x7b, - 0x50, 0x1d, 0x22, 0x84, 0x99, 0x42, 0xa8, 0x4e, 0x20, 0xb4, 0xf4, 0x11, 0x32, 0x99, 0xc7, 0xae, - 0x29, 0x76, 0xfd, 0x13, 0x00, 0x00, 0xff, 0xff, 0xd9, 0x9f, 0xac, 0x4d, 0xf6, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/ad_group_ad_rotation_mode.pb.go b/googleapis/ads/googleads/v0/enums/ad_group_ad_rotation_mode.pb.go deleted file mode 100644 index f031cced9a..0000000000 --- a/googleapis/ads/googleads/v0/enums/ad_group_ad_rotation_mode.pb.go +++ /dev/null @@ -1,120 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/ad_group_ad_rotation_mode.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible ad rotation modes of an ad group. -type AdGroupAdRotationModeEnum_AdGroupAdRotationMode int32 - -const ( - // The ad rotation mode has not been specified. - AdGroupAdRotationModeEnum_UNSPECIFIED AdGroupAdRotationModeEnum_AdGroupAdRotationMode = 0 - // The received value is not known in this version. - // - // This is a response-only value. - AdGroupAdRotationModeEnum_UNKNOWN AdGroupAdRotationModeEnum_AdGroupAdRotationMode = 1 - // Optimize ad group ads based on clicks or conversions. - AdGroupAdRotationModeEnum_OPTIMIZE AdGroupAdRotationModeEnum_AdGroupAdRotationMode = 2 - // Rotate evenly forever. - AdGroupAdRotationModeEnum_ROTATE_FOREVER AdGroupAdRotationModeEnum_AdGroupAdRotationMode = 3 -) - -var AdGroupAdRotationModeEnum_AdGroupAdRotationMode_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "OPTIMIZE", - 3: "ROTATE_FOREVER", -} -var AdGroupAdRotationModeEnum_AdGroupAdRotationMode_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "OPTIMIZE": 2, - "ROTATE_FOREVER": 3, -} - -func (x AdGroupAdRotationModeEnum_AdGroupAdRotationMode) String() string { - return proto.EnumName(AdGroupAdRotationModeEnum_AdGroupAdRotationMode_name, int32(x)) -} -func (AdGroupAdRotationModeEnum_AdGroupAdRotationMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_rotation_mode_3a81f9567431743e, []int{0, 0} -} - -// Container for enum describing possible ad rotation modes of ads within an -// ad group. -type AdGroupAdRotationModeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupAdRotationModeEnum) Reset() { *m = AdGroupAdRotationModeEnum{} } -func (m *AdGroupAdRotationModeEnum) String() string { return proto.CompactTextString(m) } -func (*AdGroupAdRotationModeEnum) ProtoMessage() {} -func (*AdGroupAdRotationModeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_rotation_mode_3a81f9567431743e, []int{0} -} -func (m *AdGroupAdRotationModeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupAdRotationModeEnum.Unmarshal(m, b) -} -func (m *AdGroupAdRotationModeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupAdRotationModeEnum.Marshal(b, m, deterministic) -} -func (dst *AdGroupAdRotationModeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupAdRotationModeEnum.Merge(dst, src) -} -func (m *AdGroupAdRotationModeEnum) XXX_Size() int { - return xxx_messageInfo_AdGroupAdRotationModeEnum.Size(m) -} -func (m *AdGroupAdRotationModeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupAdRotationModeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupAdRotationModeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdGroupAdRotationModeEnum)(nil), "google.ads.googleads.v0.enums.AdGroupAdRotationModeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AdGroupAdRotationModeEnum_AdGroupAdRotationMode", AdGroupAdRotationModeEnum_AdGroupAdRotationMode_name, AdGroupAdRotationModeEnum_AdGroupAdRotationMode_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/ad_group_ad_rotation_mode.proto", fileDescriptor_ad_group_ad_rotation_mode_3a81f9567431743e) -} - -var fileDescriptor_ad_group_ad_rotation_mode_3a81f9567431743e = []byte{ - // 308 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x4a, 0xf3, 0x40, - 0x14, 0xc5, 0xbf, 0xa6, 0xf0, 0x29, 0x53, 0xd1, 0x30, 0xe0, 0x42, 0xa1, 0x8b, 0xf6, 0x01, 0x26, - 0x01, 0x77, 0x23, 0x2e, 0xa6, 0x3a, 0x2d, 0x41, 0x9a, 0x84, 0xd8, 0xa6, 0x50, 0x02, 0x61, 0x74, - 0xc2, 0x50, 0x68, 0x72, 0x4b, 0x26, 0xe9, 0x03, 0xb9, 0xf4, 0x51, 0x7c, 0x14, 0x37, 0xbe, 0x82, - 0x64, 0xd2, 0x66, 0x55, 0xdd, 0x0c, 0x87, 0x39, 0xf7, 0x77, 0xff, 0x1c, 0xf4, 0xa0, 0x00, 0xd4, - 0x36, 0x73, 0x84, 0xd4, 0x4e, 0x2b, 0x1b, 0xb5, 0x77, 0x9d, 0xac, 0xa8, 0x73, 0xed, 0x08, 0x99, - 0xaa, 0x12, 0xea, 0x5d, 0x2a, 0x64, 0x5a, 0x42, 0x25, 0xaa, 0x0d, 0x14, 0x69, 0x0e, 0x32, 0x23, - 0xbb, 0x12, 0x2a, 0xc0, 0xc3, 0x96, 0x21, 0x42, 0x6a, 0xd2, 0xe1, 0x64, 0xef, 0x12, 0x83, 0x8f, - 0x2b, 0x74, 0xc3, 0xe4, 0xac, 0x69, 0xc0, 0x64, 0x74, 0xc0, 0xe7, 0x20, 0x33, 0x5e, 0xd4, 0xf9, - 0x78, 0x85, 0xae, 0x4f, 0x9a, 0xf8, 0x0a, 0x0d, 0x96, 0xfe, 0x4b, 0xc8, 0x1f, 0xbd, 0xa9, 0xc7, - 0x9f, 0xec, 0x7f, 0x78, 0x80, 0xce, 0x96, 0xfe, 0xb3, 0x1f, 0xac, 0x7c, 0xbb, 0x87, 0x2f, 0xd0, - 0x79, 0x10, 0x2e, 0xbc, 0xb9, 0xb7, 0xe6, 0xb6, 0x85, 0x31, 0xba, 0x8c, 0x82, 0x05, 0x5b, 0xf0, - 0x74, 0x1a, 0x44, 0x3c, 0xe6, 0x91, 0xdd, 0x9f, 0x7c, 0xf7, 0xd0, 0xe8, 0x0d, 0x72, 0xf2, 0xe7, - 0x6e, 0x93, 0xdb, 0x93, 0xc3, 0xc3, 0xe6, 0xac, 0xb0, 0xb7, 0x9e, 0x1c, 0x60, 0x05, 0x5b, 0x51, - 0x28, 0x02, 0xa5, 0x72, 0x54, 0x56, 0x98, 0xa3, 0x8f, 0x39, 0xed, 0x36, 0xfa, 0x97, 0xd8, 0xee, - 0xcd, 0xfb, 0x6e, 0xf5, 0x67, 0x8c, 0x7d, 0x58, 0xc3, 0x59, 0xdb, 0x8a, 0x49, 0x4d, 0x5a, 0xd9, - 0xa8, 0xd8, 0x25, 0x4d, 0x0a, 0xfa, 0xf3, 0xe8, 0x27, 0x4c, 0xea, 0xa4, 0xf3, 0x93, 0xd8, 0x4d, - 0x8c, 0xff, 0x65, 0x8d, 0xda, 0x4f, 0x4a, 0x99, 0xd4, 0x94, 0x76, 0x15, 0x94, 0xc6, 0x2e, 0xa5, - 0xa6, 0xe6, 0xf5, 0xbf, 0x59, 0xec, 0xee, 0x27, 0x00, 0x00, 0xff, 0xff, 0xb4, 0xbf, 0xfb, 0x61, - 0xce, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/ad_group_ad_status.pb.go b/googleapis/ads/googleads/v0/enums/ad_group_ad_status.pb.go deleted file mode 100644 index bbe4014134..0000000000 --- a/googleapis/ads/googleads/v0/enums/ad_group_ad_status.pb.go +++ /dev/null @@ -1,122 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/ad_group_ad_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible statuses of an AdGroupAd. -type AdGroupAdStatusEnum_AdGroupAdStatus int32 - -const ( - // No value has been specified. - AdGroupAdStatusEnum_UNSPECIFIED AdGroupAdStatusEnum_AdGroupAdStatus = 0 - // The received value is not known in this version. - // - // This is a response-only value. - AdGroupAdStatusEnum_UNKNOWN AdGroupAdStatusEnum_AdGroupAdStatus = 1 - // The ad group ad is enabled. - AdGroupAdStatusEnum_ENABLED AdGroupAdStatusEnum_AdGroupAdStatus = 2 - // The ad group ad is paused. - AdGroupAdStatusEnum_PAUSED AdGroupAdStatusEnum_AdGroupAdStatus = 3 - // The ad group ad is removed. - AdGroupAdStatusEnum_REMOVED AdGroupAdStatusEnum_AdGroupAdStatus = 4 -) - -var AdGroupAdStatusEnum_AdGroupAdStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ENABLED", - 3: "PAUSED", - 4: "REMOVED", -} -var AdGroupAdStatusEnum_AdGroupAdStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ENABLED": 2, - "PAUSED": 3, - "REMOVED": 4, -} - -func (x AdGroupAdStatusEnum_AdGroupAdStatus) String() string { - return proto.EnumName(AdGroupAdStatusEnum_AdGroupAdStatus_name, int32(x)) -} -func (AdGroupAdStatusEnum_AdGroupAdStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_status_fbf89f0998cbf64e, []int{0, 0} -} - -// Container for enum describing possible statuses of an AdGroupAd. -type AdGroupAdStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupAdStatusEnum) Reset() { *m = AdGroupAdStatusEnum{} } -func (m *AdGroupAdStatusEnum) String() string { return proto.CompactTextString(m) } -func (*AdGroupAdStatusEnum) ProtoMessage() {} -func (*AdGroupAdStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_status_fbf89f0998cbf64e, []int{0} -} -func (m *AdGroupAdStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupAdStatusEnum.Unmarshal(m, b) -} -func (m *AdGroupAdStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupAdStatusEnum.Marshal(b, m, deterministic) -} -func (dst *AdGroupAdStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupAdStatusEnum.Merge(dst, src) -} -func (m *AdGroupAdStatusEnum) XXX_Size() int { - return xxx_messageInfo_AdGroupAdStatusEnum.Size(m) -} -func (m *AdGroupAdStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupAdStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupAdStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdGroupAdStatusEnum)(nil), "google.ads.googleads.v0.enums.AdGroupAdStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AdGroupAdStatusEnum_AdGroupAdStatus", AdGroupAdStatusEnum_AdGroupAdStatus_name, AdGroupAdStatusEnum_AdGroupAdStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/ad_group_ad_status.proto", fileDescriptor_ad_group_ad_status_fbf89f0998cbf64e) -} - -var fileDescriptor_ad_group_ad_status_fbf89f0998cbf64e = []byte{ - // 295 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x4a, 0xc4, 0x30, - 0x14, 0x86, 0x6d, 0x47, 0x46, 0xc8, 0x2c, 0xa6, 0x54, 0xb7, 0xb3, 0x98, 0x39, 0x40, 0x5a, 0x10, - 0x5c, 0xc4, 0x55, 0x6a, 0x63, 0x19, 0xd4, 0x4e, 0xb1, 0xb4, 0x82, 0x14, 0x4a, 0x34, 0x25, 0x08, - 0x6d, 0x53, 0x9a, 0x76, 0x0e, 0xe4, 0xd2, 0xa3, 0x78, 0x13, 0x3d, 0x85, 0x24, 0x71, 0xba, 0x18, - 0xd0, 0x4d, 0xf8, 0xf3, 0xfe, 0xf7, 0x25, 0xef, 0x7f, 0xe0, 0x8a, 0x0b, 0xc1, 0xeb, 0xca, 0xa3, - 0x4c, 0x7a, 0x46, 0x2a, 0xb5, 0xf7, 0xbd, 0xaa, 0x1d, 0x1b, 0xe9, 0x51, 0x56, 0xf2, 0x5e, 0x8c, - 0x5d, 0x49, 0x59, 0x29, 0x07, 0x3a, 0x8c, 0x12, 0x76, 0xbd, 0x18, 0x84, 0xbb, 0x32, 0xcd, 0x90, - 0x32, 0x09, 0x27, 0x0e, 0xee, 0x7d, 0xa8, 0xb9, 0x4d, 0x0d, 0xce, 0x31, 0x8b, 0x14, 0x89, 0x59, - 0xaa, 0x39, 0xd2, 0x8e, 0xcd, 0x26, 0x03, 0xcb, 0xa3, 0xb2, 0xbb, 0x04, 0x8b, 0x2c, 0x4e, 0x13, - 0x72, 0xb3, 0xbd, 0xdd, 0x92, 0xd0, 0x39, 0x71, 0x17, 0xe0, 0x2c, 0x8b, 0xef, 0xe2, 0xdd, 0x53, - 0xec, 0x58, 0xea, 0x42, 0x62, 0x1c, 0xdc, 0x93, 0xd0, 0xb1, 0x5d, 0x00, 0xe6, 0x09, 0xce, 0x52, - 0x12, 0x3a, 0x33, 0x65, 0x3c, 0x92, 0x87, 0x5d, 0x4e, 0x42, 0xe7, 0x34, 0xf8, 0xb2, 0xc0, 0xfa, - 0x55, 0x34, 0xf0, 0xdf, 0x99, 0x82, 0x8b, 0xa3, 0xaf, 0x13, 0x15, 0x24, 0xb1, 0x9e, 0x83, 0x5f, - 0x8c, 0x8b, 0x9a, 0xb6, 0x1c, 0x8a, 0x9e, 0x7b, 0xbc, 0x6a, 0x75, 0xcc, 0xc3, 0x4a, 0xba, 0x37, - 0xf9, 0xc7, 0x86, 0xae, 0xf5, 0xf9, 0x6e, 0xcf, 0x22, 0x8c, 0x3f, 0xec, 0x55, 0x64, 0x9e, 0xc2, - 0x4c, 0x42, 0x23, 0x95, 0xca, 0x7d, 0xa8, 0xd2, 0xcb, 0xcf, 0x83, 0x5f, 0x60, 0x26, 0x8b, 0xc9, - 0x2f, 0x72, 0xbf, 0xd0, 0xfe, 0xb7, 0xbd, 0x36, 0x45, 0x84, 0x30, 0x93, 0x08, 0x4d, 0x1d, 0x08, - 0xe5, 0x3e, 0x42, 0xba, 0xe7, 0x65, 0xae, 0x07, 0xbb, 0xfc, 0x09, 0x00, 0x00, 0xff, 0xff, 0x08, - 0x7f, 0x08, 0x9a, 0xb9, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/ad_group_criterion_status.pb.go b/googleapis/ads/googleads/v0/enums/ad_group_criterion_status.pb.go deleted file mode 100644 index 698e0fb7b8..0000000000 --- a/googleapis/ads/googleads/v0/enums/ad_group_criterion_status.pb.go +++ /dev/null @@ -1,123 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/ad_group_criterion_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible statuses of an AdGroupCriterion. -type AdGroupCriterionStatusEnum_AdGroupCriterionStatus int32 - -const ( - // No value has been specified. - AdGroupCriterionStatusEnum_UNSPECIFIED AdGroupCriterionStatusEnum_AdGroupCriterionStatus = 0 - // The received value is not known in this version. - // - // This is a response-only value. - AdGroupCriterionStatusEnum_UNKNOWN AdGroupCriterionStatusEnum_AdGroupCriterionStatus = 1 - // The ad group criterion is enabled. - AdGroupCriterionStatusEnum_ENABLED AdGroupCriterionStatusEnum_AdGroupCriterionStatus = 2 - // The ad group criterion is paused. - AdGroupCriterionStatusEnum_PAUSED AdGroupCriterionStatusEnum_AdGroupCriterionStatus = 3 - // The ad group criterion is removed. - AdGroupCriterionStatusEnum_REMOVED AdGroupCriterionStatusEnum_AdGroupCriterionStatus = 4 -) - -var AdGroupCriterionStatusEnum_AdGroupCriterionStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ENABLED", - 3: "PAUSED", - 4: "REMOVED", -} -var AdGroupCriterionStatusEnum_AdGroupCriterionStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ENABLED": 2, - "PAUSED": 3, - "REMOVED": 4, -} - -func (x AdGroupCriterionStatusEnum_AdGroupCriterionStatus) String() string { - return proto.EnumName(AdGroupCriterionStatusEnum_AdGroupCriterionStatus_name, int32(x)) -} -func (AdGroupCriterionStatusEnum_AdGroupCriterionStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_status_22bc270ca4c6126c, []int{0, 0} -} - -// Message describing AdGroupCriterion statuses. -type AdGroupCriterionStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupCriterionStatusEnum) Reset() { *m = AdGroupCriterionStatusEnum{} } -func (m *AdGroupCriterionStatusEnum) String() string { return proto.CompactTextString(m) } -func (*AdGroupCriterionStatusEnum) ProtoMessage() {} -func (*AdGroupCriterionStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_status_22bc270ca4c6126c, []int{0} -} -func (m *AdGroupCriterionStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupCriterionStatusEnum.Unmarshal(m, b) -} -func (m *AdGroupCriterionStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupCriterionStatusEnum.Marshal(b, m, deterministic) -} -func (dst *AdGroupCriterionStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupCriterionStatusEnum.Merge(dst, src) -} -func (m *AdGroupCriterionStatusEnum) XXX_Size() int { - return xxx_messageInfo_AdGroupCriterionStatusEnum.Size(m) -} -func (m *AdGroupCriterionStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupCriterionStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupCriterionStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdGroupCriterionStatusEnum)(nil), "google.ads.googleads.v0.enums.AdGroupCriterionStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AdGroupCriterionStatusEnum_AdGroupCriterionStatus", AdGroupCriterionStatusEnum_AdGroupCriterionStatus_name, AdGroupCriterionStatusEnum_AdGroupCriterionStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/ad_group_criterion_status.proto", fileDescriptor_ad_group_criterion_status_22bc270ca4c6126c) -} - -var fileDescriptor_ad_group_criterion_status_22bc270ca4c6126c = []byte{ - // 306 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4e, 0x83, 0x30, - 0x1c, 0xc6, 0x1d, 0x33, 0x33, 0xe9, 0x0e, 0x12, 0x0e, 0x1e, 0x34, 0x3b, 0x6c, 0x0f, 0x50, 0x48, - 0xbc, 0xd5, 0x78, 0x28, 0xa3, 0x92, 0x45, 0x65, 0x44, 0x02, 0x26, 0x86, 0x84, 0xe0, 0x4a, 0x1a, - 0x92, 0x41, 0x09, 0x85, 0x1d, 0x7c, 0x1c, 0x8f, 0x3e, 0x8a, 0x8f, 0xe2, 0xc9, 0x47, 0x30, 0x6d, - 0x85, 0xd3, 0xf4, 0x42, 0x3e, 0xfa, 0xfd, 0x7f, 0xff, 0x7c, 0xff, 0x0f, 0xdc, 0x32, 0xce, 0xd9, - 0xbe, 0xb0, 0x73, 0x2a, 0x6c, 0x2d, 0xa5, 0x3a, 0x38, 0x76, 0x51, 0xf7, 0x95, 0xb0, 0x73, 0x9a, - 0xb1, 0x96, 0xf7, 0x4d, 0xb6, 0x6b, 0xcb, 0xae, 0x68, 0x4b, 0x5e, 0x67, 0xa2, 0xcb, 0xbb, 0x5e, - 0xc0, 0xa6, 0xe5, 0x1d, 0xb7, 0x16, 0x9a, 0x81, 0x39, 0x15, 0x70, 0xc4, 0xe1, 0xc1, 0x81, 0x0a, - 0x5f, 0xbd, 0x81, 0x4b, 0x4c, 0x7d, 0xb9, 0x60, 0x3d, 0xf0, 0x91, 0xc2, 0x49, 0xdd, 0x57, 0xab, - 0x14, 0x5c, 0x1c, 0x77, 0xad, 0x73, 0x30, 0x8f, 0x83, 0x28, 0x24, 0xeb, 0xcd, 0xdd, 0x86, 0x78, - 0xe6, 0x89, 0x35, 0x07, 0x67, 0x71, 0x70, 0x1f, 0x6c, 0x9f, 0x03, 0x73, 0x22, 0x7f, 0x48, 0x80, - 0xdd, 0x07, 0xe2, 0x99, 0x86, 0x05, 0xc0, 0x2c, 0xc4, 0x71, 0x44, 0x3c, 0x73, 0x2a, 0x8d, 0x27, - 0xf2, 0xb8, 0x4d, 0x88, 0x67, 0x9e, 0xba, 0xdf, 0x13, 0xb0, 0xdc, 0xf1, 0x0a, 0xfe, 0x9b, 0xd0, - 0xbd, 0x3a, 0x9e, 0x20, 0x94, 0xd7, 0x85, 0x93, 0x17, 0xf7, 0x97, 0x66, 0x7c, 0x9f, 0xd7, 0x0c, - 0xf2, 0x96, 0xd9, 0xac, 0xa8, 0xd5, 0xed, 0x43, 0x5d, 0x4d, 0x29, 0xfe, 0x68, 0xef, 0x46, 0x7d, - 0xdf, 0x8d, 0xa9, 0x8f, 0xf1, 0x87, 0xb1, 0xf0, 0xf5, 0x2a, 0x4c, 0x05, 0xd4, 0x52, 0xaa, 0xc4, - 0x81, 0xb2, 0x0b, 0xf1, 0x39, 0xf8, 0x29, 0xa6, 0x22, 0x1d, 0xfd, 0x34, 0x71, 0x52, 0xe5, 0x7f, - 0x19, 0x4b, 0xfd, 0x88, 0x10, 0xa6, 0x02, 0xa1, 0x71, 0x02, 0xa1, 0xc4, 0x41, 0x48, 0xcd, 0xbc, - 0xce, 0x54, 0xb0, 0xeb, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xee, 0x85, 0xd8, 0x8b, 0xd5, 0x01, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/ad_group_status.pb.go b/googleapis/ads/googleads/v0/enums/ad_group_status.pb.go deleted file mode 100644 index 5af75cd811..0000000000 --- a/googleapis/ads/googleads/v0/enums/ad_group_status.pb.go +++ /dev/null @@ -1,122 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/ad_group_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible statuses of an ad group. -type AdGroupStatusEnum_AdGroupStatus int32 - -const ( - // The status has not been specified. - AdGroupStatusEnum_UNSPECIFIED AdGroupStatusEnum_AdGroupStatus = 0 - // The received value is not known in this version. - // - // This is a response-only value. - AdGroupStatusEnum_UNKNOWN AdGroupStatusEnum_AdGroupStatus = 1 - // The ad group is enabled. - AdGroupStatusEnum_ENABLED AdGroupStatusEnum_AdGroupStatus = 2 - // The ad group is paused. - AdGroupStatusEnum_PAUSED AdGroupStatusEnum_AdGroupStatus = 3 - // The ad group is removed. - AdGroupStatusEnum_REMOVED AdGroupStatusEnum_AdGroupStatus = 4 -) - -var AdGroupStatusEnum_AdGroupStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ENABLED", - 3: "PAUSED", - 4: "REMOVED", -} -var AdGroupStatusEnum_AdGroupStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ENABLED": 2, - "PAUSED": 3, - "REMOVED": 4, -} - -func (x AdGroupStatusEnum_AdGroupStatus) String() string { - return proto.EnumName(AdGroupStatusEnum_AdGroupStatus_name, int32(x)) -} -func (AdGroupStatusEnum_AdGroupStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_status_96bd7a2e646a31b3, []int{0, 0} -} - -// Container for enum describing possible statuses of an ad group. -type AdGroupStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupStatusEnum) Reset() { *m = AdGroupStatusEnum{} } -func (m *AdGroupStatusEnum) String() string { return proto.CompactTextString(m) } -func (*AdGroupStatusEnum) ProtoMessage() {} -func (*AdGroupStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_status_96bd7a2e646a31b3, []int{0} -} -func (m *AdGroupStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupStatusEnum.Unmarshal(m, b) -} -func (m *AdGroupStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupStatusEnum.Marshal(b, m, deterministic) -} -func (dst *AdGroupStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupStatusEnum.Merge(dst, src) -} -func (m *AdGroupStatusEnum) XXX_Size() int { - return xxx_messageInfo_AdGroupStatusEnum.Size(m) -} -func (m *AdGroupStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdGroupStatusEnum)(nil), "google.ads.googleads.v0.enums.AdGroupStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AdGroupStatusEnum_AdGroupStatus", AdGroupStatusEnum_AdGroupStatus_name, AdGroupStatusEnum_AdGroupStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/ad_group_status.proto", fileDescriptor_ad_group_status_96bd7a2e646a31b3) -} - -var fileDescriptor_ad_group_status_96bd7a2e646a31b3 = []byte{ - // 291 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xc3, 0x30, - 0x14, 0x86, 0x6d, 0x27, 0x13, 0x32, 0xc4, 0xda, 0xfb, 0x5d, 0x6c, 0x0f, 0x90, 0x16, 0x76, 0x17, - 0xaf, 0x52, 0x1b, 0xcb, 0x50, 0xbb, 0x62, 0x69, 0x05, 0x29, 0x8c, 0x6a, 0x4a, 0x14, 0xd6, 0xa6, - 0xf4, 0xb4, 0x7b, 0x20, 0x2f, 0x7d, 0x14, 0x5f, 0x44, 0xf0, 0x29, 0x24, 0x89, 0x2b, 0xec, 0x42, - 0x6f, 0xc2, 0x9f, 0xf3, 0x9f, 0x2f, 0x39, 0xff, 0x41, 0x2b, 0x21, 0xa5, 0xd8, 0x55, 0x5e, 0xc9, - 0xc1, 0x33, 0x52, 0xa9, 0xbd, 0xef, 0x55, 0xcd, 0x50, 0x83, 0x57, 0xf2, 0xad, 0xe8, 0xe4, 0xd0, - 0x6e, 0xa1, 0x2f, 0xfb, 0x01, 0x70, 0xdb, 0xc9, 0x5e, 0xba, 0x73, 0xd3, 0x89, 0x4b, 0x0e, 0x78, - 0x84, 0xf0, 0xde, 0xc7, 0x1a, 0x5a, 0xbe, 0xa2, 0x4b, 0xca, 0x23, 0x85, 0xa5, 0x9a, 0x62, 0xcd, - 0x50, 0x2f, 0x53, 0x74, 0x7e, 0x54, 0x74, 0x2f, 0xd0, 0x2c, 0x8b, 0xd3, 0x84, 0x5d, 0xaf, 0x6f, - 0xd6, 0x2c, 0x74, 0x4e, 0xdc, 0x19, 0x3a, 0xcb, 0xe2, 0xdb, 0x78, 0xf3, 0x18, 0x3b, 0x96, 0xba, - 0xb0, 0x98, 0x06, 0x77, 0x2c, 0x74, 0x6c, 0x17, 0xa1, 0x69, 0x42, 0xb3, 0x94, 0x85, 0xce, 0x44, - 0x19, 0x0f, 0xec, 0x7e, 0x93, 0xb3, 0xd0, 0x39, 0x0d, 0xbe, 0x2c, 0xb4, 0x78, 0x91, 0x35, 0xfe, - 0x77, 0x9e, 0xc0, 0x3d, 0xfa, 0x38, 0x51, 0x11, 0x12, 0xeb, 0x29, 0xf8, 0x85, 0x84, 0xdc, 0x95, - 0x8d, 0xc0, 0xb2, 0x13, 0x9e, 0xa8, 0x1a, 0x1d, 0xf0, 0xb0, 0x89, 0xf6, 0x0d, 0xfe, 0x58, 0xcc, - 0x95, 0x3e, 0xdf, 0xed, 0x49, 0x44, 0xe9, 0x87, 0x3d, 0x8f, 0xcc, 0x53, 0x94, 0x03, 0x36, 0x52, - 0xa9, 0xdc, 0xc7, 0x2a, 0x39, 0x7c, 0x1e, 0xfc, 0x82, 0x72, 0x28, 0x46, 0xbf, 0xc8, 0xfd, 0x42, - 0xfb, 0xdf, 0xf6, 0xc2, 0x14, 0x09, 0xa1, 0x1c, 0x08, 0x19, 0x3b, 0x08, 0xc9, 0x7d, 0x42, 0x74, - 0xcf, 0xf3, 0x54, 0x0f, 0xb6, 0xfa, 0x09, 0x00, 0x00, 0xff, 0xff, 0xc1, 0x77, 0xa6, 0xa9, 0xb0, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/ad_group_type.pb.go b/googleapis/ads/googleads/v0/enums/ad_group_type.pb.go deleted file mode 100644 index 644dd54176..0000000000 --- a/googleapis/ads/googleads/v0/enums/ad_group_type.pb.go +++ /dev/null @@ -1,159 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/ad_group_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum listing the possible types of an ad group. -type AdGroupTypeEnum_AdGroupType int32 - -const ( - // The type has not been specified. - AdGroupTypeEnum_UNSPECIFIED AdGroupTypeEnum_AdGroupType = 0 - // The received value is not known in this version. - // - // This is a response-only value. - AdGroupTypeEnum_UNKNOWN AdGroupTypeEnum_AdGroupType = 1 - // The default ad group type for Search campaigns. - AdGroupTypeEnum_SEARCH_STANDARD AdGroupTypeEnum_AdGroupType = 2 - // The default ad group type for Display campaigns. - AdGroupTypeEnum_DISPLAY_STANDARD AdGroupTypeEnum_AdGroupType = 3 - // The ad group type for Shopping campaigns serving standard product ads. - AdGroupTypeEnum_SHOPPING_PRODUCT_ADS AdGroupTypeEnum_AdGroupType = 4 - // The default ad group type for Hotel campaigns. - AdGroupTypeEnum_HOTEL_ADS AdGroupTypeEnum_AdGroupType = 6 - // The type for ad groups in Smart Shopping campaigns. - AdGroupTypeEnum_SHOPPING_SMART_ADS AdGroupTypeEnum_AdGroupType = 7 - // Short unskippable in-stream video ads. - AdGroupTypeEnum_VIDEO_BUMPER AdGroupTypeEnum_AdGroupType = 8 - // TrueView (skippable) in-stream video ads. - AdGroupTypeEnum_VIDEO_TRUE_VIEW_IN_STREAM AdGroupTypeEnum_AdGroupType = 9 - // TrueView in-display video ads. - AdGroupTypeEnum_VIDEO_TRUE_VIEW_IN_DISPLAY AdGroupTypeEnum_AdGroupType = 10 - // Unskippable in-stream video ads. - AdGroupTypeEnum_VIDEO_NON_SKIPPABLE_IN_STREAM AdGroupTypeEnum_AdGroupType = 11 - // Outstream video ads. - AdGroupTypeEnum_VIDEO_OUTSTREAM AdGroupTypeEnum_AdGroupType = 12 -) - -var AdGroupTypeEnum_AdGroupType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "SEARCH_STANDARD", - 3: "DISPLAY_STANDARD", - 4: "SHOPPING_PRODUCT_ADS", - 6: "HOTEL_ADS", - 7: "SHOPPING_SMART_ADS", - 8: "VIDEO_BUMPER", - 9: "VIDEO_TRUE_VIEW_IN_STREAM", - 10: "VIDEO_TRUE_VIEW_IN_DISPLAY", - 11: "VIDEO_NON_SKIPPABLE_IN_STREAM", - 12: "VIDEO_OUTSTREAM", -} -var AdGroupTypeEnum_AdGroupType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "SEARCH_STANDARD": 2, - "DISPLAY_STANDARD": 3, - "SHOPPING_PRODUCT_ADS": 4, - "HOTEL_ADS": 6, - "SHOPPING_SMART_ADS": 7, - "VIDEO_BUMPER": 8, - "VIDEO_TRUE_VIEW_IN_STREAM": 9, - "VIDEO_TRUE_VIEW_IN_DISPLAY": 10, - "VIDEO_NON_SKIPPABLE_IN_STREAM": 11, - "VIDEO_OUTSTREAM": 12, -} - -func (x AdGroupTypeEnum_AdGroupType) String() string { - return proto.EnumName(AdGroupTypeEnum_AdGroupType_name, int32(x)) -} -func (AdGroupTypeEnum_AdGroupType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_type_0115e372c0a78797, []int{0, 0} -} - -// Defines types of an ad group, specific to a particular campaign channel -// type. This type drives validations that restrict which entities can be -// added to the ad group. -type AdGroupTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupTypeEnum) Reset() { *m = AdGroupTypeEnum{} } -func (m *AdGroupTypeEnum) String() string { return proto.CompactTextString(m) } -func (*AdGroupTypeEnum) ProtoMessage() {} -func (*AdGroupTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_type_0115e372c0a78797, []int{0} -} -func (m *AdGroupTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupTypeEnum.Unmarshal(m, b) -} -func (m *AdGroupTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupTypeEnum.Marshal(b, m, deterministic) -} -func (dst *AdGroupTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupTypeEnum.Merge(dst, src) -} -func (m *AdGroupTypeEnum) XXX_Size() int { - return xxx_messageInfo_AdGroupTypeEnum.Size(m) -} -func (m *AdGroupTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdGroupTypeEnum)(nil), "google.ads.googleads.v0.enums.AdGroupTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AdGroupTypeEnum_AdGroupType", AdGroupTypeEnum_AdGroupType_name, AdGroupTypeEnum_AdGroupType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/ad_group_type.proto", fileDescriptor_ad_group_type_0115e372c0a78797) -} - -var fileDescriptor_ad_group_type_0115e372c0a78797 = []byte{ - // 416 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xdd, 0x6e, 0xd3, 0x30, - 0x14, 0xa6, 0x19, 0xda, 0xd8, 0xe9, 0x50, 0x2d, 0x33, 0x21, 0x40, 0x2a, 0x52, 0xf7, 0x00, 0x4e, - 0x10, 0x77, 0xe1, 0xca, 0x69, 0x4c, 0x6b, 0xad, 0x75, 0xac, 0x38, 0xc9, 0x04, 0xaa, 0x64, 0x15, - 0x12, 0x45, 0x48, 0x6b, 0x1d, 0xd5, 0xeb, 0xa4, 0xbd, 0x0d, 0xe2, 0x92, 0x6b, 0x9e, 0x82, 0xf7, - 0xe0, 0x86, 0xa7, 0x40, 0x89, 0xbb, 0xd2, 0x0b, 0xd8, 0x4d, 0xf4, 0xe5, 0xfb, 0x39, 0x3a, 0x3e, - 0x1f, 0xbc, 0xa9, 0x8d, 0xa9, 0xaf, 0x2b, 0x7f, 0x59, 0x5a, 0xdf, 0xc1, 0x16, 0xdd, 0x06, 0x7e, - 0xb5, 0xde, 0xae, 0xac, 0xbf, 0x2c, 0x75, 0xbd, 0x31, 0xdb, 0x46, 0xdf, 0xdc, 0x35, 0x15, 0x69, - 0x36, 0xe6, 0xc6, 0xe0, 0xa1, 0xf3, 0x91, 0x65, 0x69, 0xc9, 0x3e, 0x42, 0x6e, 0x03, 0xd2, 0x45, - 0x2e, 0x7e, 0x78, 0x30, 0xa0, 0xe5, 0xa4, 0x4d, 0x65, 0x77, 0x4d, 0xc5, 0xd6, 0xdb, 0xd5, 0xc5, - 0x57, 0x0f, 0xfa, 0x07, 0x1c, 0x1e, 0x40, 0x3f, 0x17, 0x4a, 0xb2, 0x31, 0x7f, 0xcf, 0x59, 0x8c, - 0x1e, 0xe1, 0x3e, 0x9c, 0xe4, 0xe2, 0x52, 0x24, 0x57, 0x02, 0xf5, 0xf0, 0x33, 0x18, 0x28, 0x46, - 0xd3, 0xf1, 0x54, 0xab, 0x8c, 0x8a, 0x98, 0xa6, 0x31, 0xf2, 0xf0, 0x39, 0xa0, 0x98, 0x2b, 0x39, - 0xa3, 0x1f, 0xfe, 0xb2, 0x47, 0xf8, 0x05, 0x9c, 0xab, 0x69, 0x22, 0x25, 0x17, 0x13, 0x2d, 0xd3, - 0x24, 0xce, 0xc7, 0x99, 0xa6, 0xb1, 0x42, 0x8f, 0xf1, 0x53, 0x38, 0x9d, 0x26, 0x19, 0x9b, 0x75, - 0xbf, 0xc7, 0xf8, 0x39, 0xe0, 0xbd, 0x51, 0xcd, 0x69, 0xea, 0x6c, 0x27, 0x18, 0xc1, 0x59, 0xc1, - 0x63, 0x96, 0xe8, 0x28, 0x9f, 0x4b, 0x96, 0xa2, 0x27, 0x78, 0x08, 0x2f, 0x1d, 0x93, 0xa5, 0x39, - 0xd3, 0x05, 0x67, 0x57, 0x9a, 0x0b, 0xad, 0xb2, 0x94, 0xd1, 0x39, 0x3a, 0xc5, 0xaf, 0xe1, 0xd5, - 0x3f, 0xe4, 0xdd, 0x6a, 0x08, 0xf0, 0x08, 0x86, 0x4e, 0x17, 0x89, 0xd0, 0xea, 0x92, 0x4b, 0x49, - 0xa3, 0x19, 0x3b, 0x18, 0xd1, 0x6f, 0xdf, 0xe7, 0x2c, 0x49, 0x9e, 0xed, 0xc8, 0xb3, 0xe8, 0x57, - 0x0f, 0x46, 0x9f, 0xcd, 0x8a, 0x3c, 0x78, 0xdc, 0x08, 0x1d, 0x5c, 0x51, 0xb6, 0x6d, 0xc8, 0xde, - 0xc7, 0x68, 0x17, 0xa9, 0xcd, 0xf5, 0x72, 0x5d, 0x13, 0xb3, 0xa9, 0xfd, 0xba, 0x5a, 0x77, 0x5d, - 0xdd, 0x57, 0xda, 0x7c, 0xb1, 0xff, 0x69, 0xf8, 0x5d, 0xf7, 0xfd, 0xe6, 0x1d, 0x4d, 0x28, 0xfd, - 0xee, 0x0d, 0x27, 0x6e, 0x14, 0x2d, 0x2d, 0x71, 0xb0, 0x45, 0x45, 0x40, 0xda, 0x16, 0xed, 0xcf, - 0x7b, 0x7d, 0x41, 0x4b, 0xbb, 0xd8, 0xeb, 0x8b, 0x22, 0x58, 0x74, 0xfa, 0x6f, 0x6f, 0xe4, 0xc8, - 0x30, 0xa4, 0xa5, 0x0d, 0xc3, 0xbd, 0x23, 0x0c, 0x8b, 0x20, 0x0c, 0x3b, 0xcf, 0xa7, 0xe3, 0x6e, - 0xb1, 0xb7, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x63, 0xe5, 0x3b, 0xb8, 0x79, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/ad_network_type.pb.go b/googleapis/ads/googleads/v0/enums/ad_network_type.pb.go deleted file mode 100644 index 5bd3d43cc0..0000000000 --- a/googleapis/ads/googleads/v0/enums/ad_network_type.pb.go +++ /dev/null @@ -1,135 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/ad_network_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enumerates Google Ads network types. -type AdNetworkTypeEnum_AdNetworkType int32 - -const ( - // Not specified. - AdNetworkTypeEnum_UNSPECIFIED AdNetworkTypeEnum_AdNetworkType = 0 - // The value is unknown in this version. - AdNetworkTypeEnum_UNKNOWN AdNetworkTypeEnum_AdNetworkType = 1 - // Google search. - AdNetworkTypeEnum_SEARCH AdNetworkTypeEnum_AdNetworkType = 2 - // Search partners. - AdNetworkTypeEnum_SEARCH_PARTNERS AdNetworkTypeEnum_AdNetworkType = 3 - // Display Network. - AdNetworkTypeEnum_CONTENT AdNetworkTypeEnum_AdNetworkType = 4 - // YouTube Search. - AdNetworkTypeEnum_YOUTUBE_SEARCH AdNetworkTypeEnum_AdNetworkType = 5 - // YouTube Videos - AdNetworkTypeEnum_YOUTUBE_WATCH AdNetworkTypeEnum_AdNetworkType = 6 - // Cross-network. - AdNetworkTypeEnum_MIXED AdNetworkTypeEnum_AdNetworkType = 7 -) - -var AdNetworkTypeEnum_AdNetworkType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "SEARCH", - 3: "SEARCH_PARTNERS", - 4: "CONTENT", - 5: "YOUTUBE_SEARCH", - 6: "YOUTUBE_WATCH", - 7: "MIXED", -} -var AdNetworkTypeEnum_AdNetworkType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "SEARCH": 2, - "SEARCH_PARTNERS": 3, - "CONTENT": 4, - "YOUTUBE_SEARCH": 5, - "YOUTUBE_WATCH": 6, - "MIXED": 7, -} - -func (x AdNetworkTypeEnum_AdNetworkType) String() string { - return proto.EnumName(AdNetworkTypeEnum_AdNetworkType_name, int32(x)) -} -func (AdNetworkTypeEnum_AdNetworkType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_network_type_ce35ad4d9bd89125, []int{0, 0} -} - -// Container for enumeration of Google Ads network types. -type AdNetworkTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdNetworkTypeEnum) Reset() { *m = AdNetworkTypeEnum{} } -func (m *AdNetworkTypeEnum) String() string { return proto.CompactTextString(m) } -func (*AdNetworkTypeEnum) ProtoMessage() {} -func (*AdNetworkTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_network_type_ce35ad4d9bd89125, []int{0} -} -func (m *AdNetworkTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdNetworkTypeEnum.Unmarshal(m, b) -} -func (m *AdNetworkTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdNetworkTypeEnum.Marshal(b, m, deterministic) -} -func (dst *AdNetworkTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdNetworkTypeEnum.Merge(dst, src) -} -func (m *AdNetworkTypeEnum) XXX_Size() int { - return xxx_messageInfo_AdNetworkTypeEnum.Size(m) -} -func (m *AdNetworkTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdNetworkTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdNetworkTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdNetworkTypeEnum)(nil), "google.ads.googleads.v0.enums.AdNetworkTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AdNetworkTypeEnum_AdNetworkType", AdNetworkTypeEnum_AdNetworkType_name, AdNetworkTypeEnum_AdNetworkType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/ad_network_type.proto", fileDescriptor_ad_network_type_ce35ad4d9bd89125) -} - -var fileDescriptor_ad_network_type_ce35ad4d9bd89125 = []byte{ - // 339 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x6e, 0xe2, 0x30, - 0x18, 0x85, 0x27, 0x61, 0x00, 0x8d, 0x11, 0x83, 0xf1, 0xac, 0x59, 0xc0, 0x01, 0x9c, 0x48, 0xec, - 0x3c, 0x2b, 0x27, 0xb8, 0x80, 0xaa, 0x9a, 0x08, 0x12, 0x68, 0xab, 0x48, 0x51, 0x5a, 0x47, 0x51, - 0x55, 0x88, 0x23, 0x0c, 0x54, 0x1c, 0xa2, 0x97, 0x68, 0x77, 0x3d, 0x4a, 0x2f, 0x52, 0xa9, 0xa7, - 0xa8, 0x12, 0x03, 0x12, 0x8b, 0x76, 0x63, 0x3d, 0xfd, 0xef, 0x7d, 0xd6, 0xff, 0x3f, 0xd0, 0x4f, - 0xa5, 0x4c, 0x97, 0x89, 0x15, 0x0b, 0x65, 0x69, 0x59, 0xa8, 0x9d, 0x6d, 0x25, 0xd9, 0x76, 0xa5, - 0xac, 0x58, 0x44, 0x59, 0xb2, 0x79, 0x92, 0xeb, 0xc7, 0x68, 0xb3, 0xcf, 0x13, 0x9c, 0xaf, 0xe5, - 0x46, 0xa2, 0x8e, 0x4e, 0xe2, 0x58, 0x28, 0x7c, 0x82, 0xf0, 0xce, 0xc6, 0x25, 0xd4, 0x7b, 0x35, - 0x40, 0x9b, 0x0a, 0xae, 0x39, 0x7f, 0x9f, 0x27, 0x2c, 0xdb, 0xae, 0x7a, 0xcf, 0x06, 0x68, 0x9e, - 0x4d, 0x51, 0x0b, 0x34, 0x02, 0x3e, 0xf3, 0x98, 0x3b, 0xbe, 0x18, 0xb3, 0x01, 0xfc, 0x85, 0x1a, - 0xa0, 0x1e, 0xf0, 0x4b, 0x3e, 0x59, 0x70, 0x68, 0x20, 0x00, 0x6a, 0x33, 0x46, 0xa7, 0xee, 0x08, - 0x9a, 0xe8, 0x1f, 0x68, 0x69, 0x1d, 0x79, 0x74, 0xea, 0x73, 0x36, 0x9d, 0xc1, 0x4a, 0x91, 0x76, - 0x27, 0xdc, 0x67, 0xdc, 0x87, 0xbf, 0x11, 0x02, 0x7f, 0x6f, 0x26, 0x81, 0x1f, 0x38, 0x2c, 0x3a, - 0x50, 0x55, 0xd4, 0x06, 0xcd, 0xe3, 0x6c, 0x41, 0x7d, 0x77, 0x04, 0x6b, 0xe8, 0x0f, 0xa8, 0x5e, - 0x8d, 0xaf, 0xd9, 0x00, 0xd6, 0x9d, 0x0f, 0x03, 0x74, 0xef, 0xe5, 0x0a, 0xff, 0x78, 0x8b, 0x83, - 0xce, 0x56, 0xf6, 0x8a, 0xf3, 0x3d, 0xe3, 0xd6, 0x39, 0x40, 0xa9, 0x5c, 0xc6, 0x59, 0x8a, 0xe5, - 0x3a, 0xb5, 0xd2, 0x24, 0x2b, 0xcb, 0x39, 0xb6, 0x98, 0x3f, 0xa8, 0x6f, 0x4a, 0xfd, 0x5f, 0xbe, - 0x2f, 0x66, 0x65, 0x48, 0xe9, 0x9b, 0xd9, 0x19, 0xea, 0xaf, 0xa8, 0x50, 0x58, 0xcb, 0x42, 0xcd, - 0x6d, 0x5c, 0x94, 0xa6, 0xde, 0x8f, 0x7e, 0x48, 0x85, 0x0a, 0x4f, 0x7e, 0x38, 0xb7, 0xc3, 0xd2, - 0xff, 0x34, 0xbb, 0x7a, 0x48, 0x08, 0x15, 0x8a, 0x90, 0x53, 0x82, 0x90, 0xb9, 0x4d, 0x48, 0x99, - 0xb9, 0xab, 0x95, 0x8b, 0xf5, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x9f, 0xe7, 0x00, 0x7e, 0xec, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/ad_serving_optimization_status.pb.go b/googleapis/ads/googleads/v0/enums/ad_serving_optimization_status.pb.go deleted file mode 100644 index fb9aaffc6f..0000000000 --- a/googleapis/ads/googleads/v0/enums/ad_serving_optimization_status.pb.go +++ /dev/null @@ -1,136 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/ad_serving_optimization_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible serving statuses. -type AdServingOptimizationStatusEnum_AdServingOptimizationStatus int32 - -const ( - // No value has been specified. - AdServingOptimizationStatusEnum_UNSPECIFIED AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 0 - // The received value is not known in this version. - // - // This is a response-only value. - AdServingOptimizationStatusEnum_UNKNOWN AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 1 - // Ad serving is optimized based on CTR for the campaign. - AdServingOptimizationStatusEnum_OPTIMIZE AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 2 - // Ad serving is optimized based on CTR * Conversion for the campaign. If - // the campaign is not in the conversion optimizer bidding strategy, it will - // default to OPTIMIZED. - AdServingOptimizationStatusEnum_CONVERSION_OPTIMIZE AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 3 - // Ads are rotated evenly for 90 days, then optimized for clicks. - AdServingOptimizationStatusEnum_ROTATE AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 4 - // Show lower performing ads more evenly with higher performing ads, and do - // not optimize. - AdServingOptimizationStatusEnum_ROTATE_INDEFINITELY AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 5 - // Ad serving optimization status is not available. - AdServingOptimizationStatusEnum_UNAVAILABLE AdServingOptimizationStatusEnum_AdServingOptimizationStatus = 6 -) - -var AdServingOptimizationStatusEnum_AdServingOptimizationStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "OPTIMIZE", - 3: "CONVERSION_OPTIMIZE", - 4: "ROTATE", - 5: "ROTATE_INDEFINITELY", - 6: "UNAVAILABLE", -} -var AdServingOptimizationStatusEnum_AdServingOptimizationStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "OPTIMIZE": 2, - "CONVERSION_OPTIMIZE": 3, - "ROTATE": 4, - "ROTATE_INDEFINITELY": 5, - "UNAVAILABLE": 6, -} - -func (x AdServingOptimizationStatusEnum_AdServingOptimizationStatus) String() string { - return proto.EnumName(AdServingOptimizationStatusEnum_AdServingOptimizationStatus_name, int32(x)) -} -func (AdServingOptimizationStatusEnum_AdServingOptimizationStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_serving_optimization_status_a16561ddb5fd2591, []int{0, 0} -} - -// Possible ad serving statuses of a campaign. -type AdServingOptimizationStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdServingOptimizationStatusEnum) Reset() { *m = AdServingOptimizationStatusEnum{} } -func (m *AdServingOptimizationStatusEnum) String() string { return proto.CompactTextString(m) } -func (*AdServingOptimizationStatusEnum) ProtoMessage() {} -func (*AdServingOptimizationStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_serving_optimization_status_a16561ddb5fd2591, []int{0} -} -func (m *AdServingOptimizationStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdServingOptimizationStatusEnum.Unmarshal(m, b) -} -func (m *AdServingOptimizationStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdServingOptimizationStatusEnum.Marshal(b, m, deterministic) -} -func (dst *AdServingOptimizationStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdServingOptimizationStatusEnum.Merge(dst, src) -} -func (m *AdServingOptimizationStatusEnum) XXX_Size() int { - return xxx_messageInfo_AdServingOptimizationStatusEnum.Size(m) -} -func (m *AdServingOptimizationStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdServingOptimizationStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdServingOptimizationStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdServingOptimizationStatusEnum)(nil), "google.ads.googleads.v0.enums.AdServingOptimizationStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AdServingOptimizationStatusEnum_AdServingOptimizationStatus", AdServingOptimizationStatusEnum_AdServingOptimizationStatus_name, AdServingOptimizationStatusEnum_AdServingOptimizationStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/ad_serving_optimization_status.proto", fileDescriptor_ad_serving_optimization_status_a16561ddb5fd2591) -} - -var fileDescriptor_ad_serving_optimization_status_a16561ddb5fd2591 = []byte{ - // 352 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xb1, 0x4e, 0xeb, 0x30, - 0x18, 0x85, 0x6f, 0xd2, 0x7b, 0x7b, 0x91, 0x8b, 0x44, 0x14, 0x06, 0x06, 0x54, 0x41, 0xfb, 0x00, - 0x4e, 0x24, 0x36, 0x33, 0x39, 0xad, 0x5b, 0x59, 0x14, 0x27, 0x6a, 0xd2, 0x20, 0xaa, 0x48, 0x51, - 0x20, 0x51, 0x14, 0xa9, 0x89, 0xab, 0x3a, 0xed, 0xc0, 0x93, 0x30, 0x33, 0xf2, 0x0c, 0x3c, 0x01, - 0x8f, 0xc2, 0xce, 0x8e, 0x62, 0xd3, 0x88, 0x85, 0x2e, 0xd6, 0x91, 0xcf, 0xf1, 0xe7, 0xdf, 0xc7, - 0xc0, 0xc9, 0x39, 0xcf, 0x57, 0x99, 0x95, 0xa4, 0xc2, 0x52, 0xb2, 0x51, 0x3b, 0xdb, 0xca, 0xaa, - 0x6d, 0x29, 0xac, 0x24, 0x8d, 0x45, 0xb6, 0xd9, 0x15, 0x55, 0x1e, 0xf3, 0x75, 0x5d, 0x94, 0xc5, - 0x53, 0x52, 0x17, 0xbc, 0x8a, 0x45, 0x9d, 0xd4, 0x5b, 0x01, 0xd7, 0x1b, 0x5e, 0x73, 0xb3, 0xaf, - 0x0e, 0xc2, 0x24, 0x15, 0xb0, 0x65, 0xc0, 0x9d, 0x0d, 0x25, 0x63, 0xf8, 0xa6, 0x81, 0x0b, 0x9c, - 0xfa, 0x0a, 0xe3, 0xfe, 0xa0, 0xf8, 0x12, 0x42, 0xaa, 0x6d, 0x39, 0x7c, 0xd6, 0xc0, 0xf9, 0x81, - 0x8c, 0x79, 0x02, 0x7a, 0x0b, 0xe6, 0x7b, 0x64, 0x44, 0x27, 0x94, 0x8c, 0x8d, 0x3f, 0x66, 0x0f, - 0xfc, 0x5f, 0xb0, 0x1b, 0xe6, 0xde, 0x31, 0x43, 0x33, 0x8f, 0xc1, 0x91, 0xeb, 0x05, 0xf4, 0x96, - 0x2e, 0x89, 0xa1, 0x9b, 0x67, 0xe0, 0x74, 0xe4, 0xb2, 0x90, 0xcc, 0x7d, 0xea, 0xb2, 0xb8, 0x35, - 0x3a, 0x26, 0x00, 0xdd, 0xb9, 0x1b, 0xe0, 0x80, 0x18, 0x7f, 0x9b, 0x90, 0xd2, 0x31, 0x65, 0x63, - 0x32, 0xa1, 0x8c, 0x06, 0x64, 0x76, 0x6f, 0xfc, 0x53, 0x37, 0xe1, 0x10, 0xd3, 0x19, 0x76, 0x66, - 0xc4, 0xe8, 0x3a, 0x9f, 0x1a, 0x18, 0x3c, 0xf2, 0x12, 0x1e, 0x7c, 0xa4, 0x73, 0x79, 0x60, 0x7a, - 0xaf, 0x69, 0xc9, 0xd3, 0x96, 0xdf, 0x5d, 0xc3, 0x9c, 0xaf, 0x92, 0x2a, 0x87, 0x7c, 0x93, 0x5b, - 0x79, 0x56, 0xc9, 0x0e, 0xf7, 0xdd, 0xaf, 0x0b, 0xf1, 0xcb, 0x57, 0x5c, 0xcb, 0xf5, 0x45, 0xef, - 0x4c, 0x31, 0x7e, 0xd5, 0xfb, 0x53, 0x85, 0xc2, 0xa9, 0x80, 0x4a, 0x36, 0x2a, 0xb4, 0x61, 0xd3, - 0xa6, 0x78, 0xdf, 0xfb, 0x11, 0x4e, 0x45, 0xd4, 0xfa, 0x51, 0x68, 0x47, 0xd2, 0xff, 0xd0, 0x07, - 0x6a, 0x13, 0x21, 0x9c, 0x0a, 0x84, 0xda, 0x04, 0x42, 0xa1, 0x8d, 0x90, 0xcc, 0x3c, 0x74, 0xe5, - 0x60, 0x57, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xff, 0x32, 0x58, 0xc6, 0x22, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/ad_type.pb.go b/googleapis/ads/googleads/v0/enums/ad_type.pb.go deleted file mode 100644 index b346b5fbfd..0000000000 --- a/googleapis/ads/googleads/v0/enums/ad_type.pb.go +++ /dev/null @@ -1,165 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/ad_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible types of an ad. -type AdTypeEnum_AdType int32 - -const ( - // No value has been specified. - AdTypeEnum_UNSPECIFIED AdTypeEnum_AdType = 0 - // The received value is not known in this version. - // - // This is a response-only value. - AdTypeEnum_UNKNOWN AdTypeEnum_AdType = 1 - // The ad is a text ad. - AdTypeEnum_TEXT_AD AdTypeEnum_AdType = 2 - // The ad is an expanded text ad. - AdTypeEnum_EXPANDED_TEXT_AD AdTypeEnum_AdType = 3 - // The ad is a dynamic search ad. - AdTypeEnum_DYNAMIC_SEARCH_AD AdTypeEnum_AdType = 4 - // The ad is a responsive display ad. - AdTypeEnum_RESPONSIVE_DISPLAY_AD AdTypeEnum_AdType = 5 - // The ad is a call only ad. - AdTypeEnum_CALL_ONLY_AD AdTypeEnum_AdType = 6 - // The ad is an expanded dynamic search ad. - AdTypeEnum_EXPANDED_DYNAMIC_SEARCH_AD AdTypeEnum_AdType = 7 - // The ad is a hotel ad. - AdTypeEnum_HOTEL_AD AdTypeEnum_AdType = 8 - // The ad is a Smart Shopping ad. - AdTypeEnum_SHOPPING_SMART_AD AdTypeEnum_AdType = 9 - // The ad is a standard Shopping ad. - AdTypeEnum_SHOPPING_PRODUCT_AD AdTypeEnum_AdType = 10 - // The ad is a video ad. - AdTypeEnum_VIDEO_AD AdTypeEnum_AdType = 12 - // This ad is a Gmail ad. - AdTypeEnum_GMAIL_AD AdTypeEnum_AdType = 13 - // This ad is an Image ad. - AdTypeEnum_IMAGE_AD AdTypeEnum_AdType = 14 -) - -var AdTypeEnum_AdType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "TEXT_AD", - 3: "EXPANDED_TEXT_AD", - 4: "DYNAMIC_SEARCH_AD", - 5: "RESPONSIVE_DISPLAY_AD", - 6: "CALL_ONLY_AD", - 7: "EXPANDED_DYNAMIC_SEARCH_AD", - 8: "HOTEL_AD", - 9: "SHOPPING_SMART_AD", - 10: "SHOPPING_PRODUCT_AD", - 12: "VIDEO_AD", - 13: "GMAIL_AD", - 14: "IMAGE_AD", -} -var AdTypeEnum_AdType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "TEXT_AD": 2, - "EXPANDED_TEXT_AD": 3, - "DYNAMIC_SEARCH_AD": 4, - "RESPONSIVE_DISPLAY_AD": 5, - "CALL_ONLY_AD": 6, - "EXPANDED_DYNAMIC_SEARCH_AD": 7, - "HOTEL_AD": 8, - "SHOPPING_SMART_AD": 9, - "SHOPPING_PRODUCT_AD": 10, - "VIDEO_AD": 12, - "GMAIL_AD": 13, - "IMAGE_AD": 14, -} - -func (x AdTypeEnum_AdType) String() string { - return proto.EnumName(AdTypeEnum_AdType_name, int32(x)) -} -func (AdTypeEnum_AdType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_type_803422b4aa8746cf, []int{0, 0} -} - -// Container for enum describing possible types of an ad. -type AdTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdTypeEnum) Reset() { *m = AdTypeEnum{} } -func (m *AdTypeEnum) String() string { return proto.CompactTextString(m) } -func (*AdTypeEnum) ProtoMessage() {} -func (*AdTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_803422b4aa8746cf, []int{0} -} -func (m *AdTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdTypeEnum.Unmarshal(m, b) -} -func (m *AdTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdTypeEnum.Marshal(b, m, deterministic) -} -func (dst *AdTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdTypeEnum.Merge(dst, src) -} -func (m *AdTypeEnum) XXX_Size() int { - return xxx_messageInfo_AdTypeEnum.Size(m) -} -func (m *AdTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdTypeEnum)(nil), "google.ads.googleads.v0.enums.AdTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AdTypeEnum_AdType", AdTypeEnum_AdType_name, AdTypeEnum_AdType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/ad_type.proto", fileDescriptor_ad_type_803422b4aa8746cf) -} - -var fileDescriptor_ad_type_803422b4aa8746cf = []byte{ - // 406 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xcf, 0x8a, 0xd3, 0x40, - 0x18, 0xb7, 0x59, 0xed, 0xae, 0xd3, 0xaa, 0x71, 0x74, 0x11, 0x85, 0x15, 0x76, 0xaf, 0xc2, 0x24, - 0xe0, 0x6d, 0x3c, 0x4d, 0x33, 0x63, 0x3a, 0x98, 0x4c, 0x86, 0x24, 0x8d, 0xbb, 0x12, 0x08, 0xd1, - 0x84, 0x20, 0x6c, 0x93, 0xd0, 0x69, 0x0b, 0x7d, 0x10, 0x5f, 0x40, 0x3c, 0xf9, 0x28, 0x3e, 0x85, - 0x67, 0x9f, 0x42, 0x66, 0x62, 0x73, 0x11, 0xbd, 0x84, 0xef, 0xf7, 0x27, 0xbf, 0xf9, 0xf8, 0x7e, - 0xe0, 0x55, 0xd3, 0x75, 0xcd, 0x6d, 0xed, 0x94, 0x95, 0x72, 0x86, 0x51, 0x4f, 0x7b, 0xd7, 0xa9, - 0xdb, 0xdd, 0x5a, 0x39, 0x65, 0x55, 0x6c, 0x0f, 0x7d, 0x8d, 0xfa, 0x4d, 0xb7, 0xed, 0xe0, 0xc5, - 0xe0, 0x40, 0x65, 0xa5, 0xd0, 0x68, 0x46, 0x7b, 0x17, 0x19, 0xf3, 0xd5, 0x37, 0x0b, 0x00, 0x52, - 0xa5, 0x87, 0xbe, 0x66, 0xed, 0x6e, 0x7d, 0xf5, 0xc5, 0x02, 0xd3, 0x01, 0xc2, 0x47, 0x60, 0xb6, - 0x12, 0x89, 0x64, 0x1e, 0x7f, 0xcb, 0x19, 0xb5, 0xef, 0xc0, 0x19, 0x38, 0x5d, 0x89, 0x77, 0x22, - 0x7a, 0x2f, 0xec, 0x89, 0x06, 0x29, 0xbb, 0x4e, 0x0b, 0x42, 0x6d, 0x0b, 0x3e, 0x05, 0x36, 0xbb, - 0x96, 0x44, 0x50, 0x46, 0x8b, 0x23, 0x7b, 0x02, 0xcf, 0xc1, 0x63, 0x7a, 0x23, 0x48, 0xc8, 0xbd, - 0x22, 0x61, 0x24, 0xf6, 0x96, 0x9a, 0xbe, 0x0b, 0x9f, 0x83, 0xf3, 0x98, 0x25, 0x32, 0x12, 0x09, - 0xcf, 0x58, 0x41, 0x79, 0x22, 0x03, 0x72, 0xa3, 0xa5, 0x7b, 0xd0, 0x06, 0x73, 0x8f, 0x04, 0x41, - 0x11, 0x89, 0xc0, 0x30, 0x53, 0xf8, 0x12, 0xbc, 0x18, 0x93, 0xff, 0x0e, 0x3b, 0x85, 0x73, 0x70, - 0xb6, 0x8c, 0x52, 0x16, 0x68, 0x74, 0xa6, 0x5f, 0x4c, 0x96, 0x91, 0x94, 0x5c, 0xf8, 0x45, 0x12, - 0x92, 0xd8, 0x2c, 0x72, 0x1f, 0x3e, 0x03, 0x4f, 0x46, 0x5a, 0xc6, 0x11, 0x5d, 0x79, 0x46, 0x00, - 0xfa, 0xef, 0x8c, 0x53, 0x16, 0x69, 0x34, 0xd7, 0xc8, 0x0f, 0x09, 0x37, 0x59, 0x0f, 0x34, 0xe2, - 0x21, 0xf1, 0x99, 0x46, 0x0f, 0x17, 0x3f, 0x27, 0xe0, 0xf2, 0x53, 0xb7, 0x46, 0xff, 0x3d, 0xe6, - 0x62, 0x36, 0x9c, 0x4e, 0xea, 0xc3, 0xcb, 0xc9, 0x87, 0xc5, 0x1f, 0x77, 0xd3, 0xdd, 0x96, 0x6d, - 0x83, 0xba, 0x4d, 0xe3, 0x34, 0x75, 0x6b, 0x6a, 0x39, 0xf6, 0xd6, 0x7f, 0x56, 0xff, 0xa8, 0xf1, - 0x8d, 0xf9, 0x7e, 0xb5, 0x4e, 0x7c, 0x42, 0xbe, 0x5b, 0x17, 0xfe, 0x10, 0x45, 0x2a, 0x85, 0x86, - 0x51, 0x4f, 0x99, 0x8b, 0x74, 0x6b, 0xea, 0xc7, 0x51, 0xcf, 0x49, 0xa5, 0xf2, 0x51, 0xcf, 0x33, - 0x37, 0x37, 0xfa, 0x2f, 0xeb, 0x72, 0x20, 0x31, 0x26, 0x95, 0xc2, 0x78, 0x74, 0x60, 0x9c, 0xb9, - 0x18, 0x1b, 0xcf, 0xc7, 0xa9, 0x59, 0xec, 0xf5, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x59, 0xbe, - 0x9d, 0x3d, 0x5e, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/advertising_channel_sub_type.pb.go b/googleapis/ads/googleads/v0/enums/advertising_channel_sub_type.pb.go deleted file mode 100644 index fe1be24204..0000000000 --- a/googleapis/ads/googleads/v0/enums/advertising_channel_sub_type.pb.go +++ /dev/null @@ -1,151 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/advertising_channel_sub_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing the different channel subtypes. -type AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType int32 - -const ( - // Not specified. - AdvertisingChannelSubTypeEnum_UNSPECIFIED AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 0 - // Used as a return value only. Represents value unknown in this version. - AdvertisingChannelSubTypeEnum_UNKNOWN AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 1 - // Mobile app campaigns for Search. - AdvertisingChannelSubTypeEnum_SEARCH_MOBILE_APP AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 2 - // Mobile app campaigns for Display. - AdvertisingChannelSubTypeEnum_DISPLAY_MOBILE_APP AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 3 - // AdWords express campaigns for search. - AdvertisingChannelSubTypeEnum_SEARCH_EXPRESS AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 4 - // AdWords Express campaigns for display. - AdvertisingChannelSubTypeEnum_DISPLAY_EXPRESS AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 5 - // Smart Shopping campaigns. - AdvertisingChannelSubTypeEnum_SHOPPING_SMART_ADS AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 6 - // Gmail Ad campaigns. - AdvertisingChannelSubTypeEnum_DISPLAY_GMAIL_AD AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 7 - // Smart display campaigns. - AdvertisingChannelSubTypeEnum_DISPLAY_SMART_CAMPAIGN AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 8 - // Video Outstream campaigns. - AdvertisingChannelSubTypeEnum_VIDEO_OUTSTREAM AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 9 - // Video TrueView for Action campaigns. - AdvertisingChannelSubTypeEnum_VIDEO_ACTION AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 10 -) - -var AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "SEARCH_MOBILE_APP", - 3: "DISPLAY_MOBILE_APP", - 4: "SEARCH_EXPRESS", - 5: "DISPLAY_EXPRESS", - 6: "SHOPPING_SMART_ADS", - 7: "DISPLAY_GMAIL_AD", - 8: "DISPLAY_SMART_CAMPAIGN", - 9: "VIDEO_OUTSTREAM", - 10: "VIDEO_ACTION", -} -var AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "SEARCH_MOBILE_APP": 2, - "DISPLAY_MOBILE_APP": 3, - "SEARCH_EXPRESS": 4, - "DISPLAY_EXPRESS": 5, - "SHOPPING_SMART_ADS": 6, - "DISPLAY_GMAIL_AD": 7, - "DISPLAY_SMART_CAMPAIGN": 8, - "VIDEO_OUTSTREAM": 9, - "VIDEO_ACTION": 10, -} - -func (x AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType) String() string { - return proto.EnumName(AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_name, int32(x)) -} -func (AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_advertising_channel_sub_type_f72ec187c684ece1, []int{0, 0} -} - -// An immutable specialization of an Advertising Channel. -type AdvertisingChannelSubTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdvertisingChannelSubTypeEnum) Reset() { *m = AdvertisingChannelSubTypeEnum{} } -func (m *AdvertisingChannelSubTypeEnum) String() string { return proto.CompactTextString(m) } -func (*AdvertisingChannelSubTypeEnum) ProtoMessage() {} -func (*AdvertisingChannelSubTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_advertising_channel_sub_type_f72ec187c684ece1, []int{0} -} -func (m *AdvertisingChannelSubTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdvertisingChannelSubTypeEnum.Unmarshal(m, b) -} -func (m *AdvertisingChannelSubTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdvertisingChannelSubTypeEnum.Marshal(b, m, deterministic) -} -func (dst *AdvertisingChannelSubTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdvertisingChannelSubTypeEnum.Merge(dst, src) -} -func (m *AdvertisingChannelSubTypeEnum) XXX_Size() int { - return xxx_messageInfo_AdvertisingChannelSubTypeEnum.Size(m) -} -func (m *AdvertisingChannelSubTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdvertisingChannelSubTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdvertisingChannelSubTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdvertisingChannelSubTypeEnum)(nil), "google.ads.googleads.v0.enums.AdvertisingChannelSubTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType", AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_name, AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/advertising_channel_sub_type.proto", fileDescriptor_advertising_channel_sub_type_f72ec187c684ece1) -} - -var fileDescriptor_advertising_channel_sub_type_f72ec187c684ece1 = []byte{ - // 415 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xdf, 0x8a, 0xd3, 0x40, - 0x14, 0xc6, 0x6d, 0x56, 0x77, 0x75, 0x56, 0xdc, 0x71, 0xd4, 0x05, 0x85, 0x0a, 0xbb, 0x0f, 0x30, - 0x09, 0x78, 0x37, 0xde, 0x78, 0x9a, 0x8c, 0xd9, 0xc1, 0x26, 0x19, 0x3a, 0x69, 0xfd, 0x43, 0x61, - 0x48, 0x37, 0x21, 0x16, 0xda, 0xa4, 0x74, 0xda, 0xc2, 0xde, 0xfa, 0x28, 0xe2, 0x95, 0x8f, 0xe2, - 0xa3, 0x78, 0xeb, 0x0b, 0x48, 0x32, 0x9b, 0xea, 0x4d, 0xf7, 0x26, 0x1c, 0xbe, 0xf3, 0xcb, 0x8f, - 0xe1, 0x7c, 0xe8, 0x5d, 0x59, 0xd7, 0xe5, 0xa2, 0x70, 0xb3, 0xdc, 0xb8, 0x76, 0x6c, 0xa6, 0x9d, - 0xe7, 0x16, 0xd5, 0x76, 0x69, 0xdc, 0x2c, 0xdf, 0x15, 0xeb, 0xcd, 0xdc, 0xcc, 0xab, 0x52, 0x5f, - 0x7f, 0xcd, 0xaa, 0xaa, 0x58, 0x68, 0xb3, 0x9d, 0xe9, 0xcd, 0xcd, 0xaa, 0xa0, 0xab, 0x75, 0xbd, - 0xa9, 0x49, 0xdf, 0xfe, 0x46, 0xb3, 0xdc, 0xd0, 0xbd, 0x81, 0xee, 0x3c, 0xda, 0x1a, 0x2e, 0x7f, - 0x38, 0xa8, 0x0f, 0xff, 0x2c, 0xbe, 0x95, 0xa8, 0xed, 0x2c, 0xbd, 0x59, 0x15, 0xbc, 0xda, 0x2e, - 0x2f, 0xbf, 0x39, 0xe8, 0xe5, 0x41, 0x82, 0x9c, 0xa1, 0xd3, 0x71, 0xac, 0x24, 0xf7, 0xc5, 0x7b, - 0xc1, 0x03, 0x7c, 0x8f, 0x9c, 0xa2, 0x93, 0x71, 0xfc, 0x21, 0x4e, 0x3e, 0xc6, 0xb8, 0x47, 0x5e, - 0xa0, 0xa7, 0x8a, 0xc3, 0xc8, 0xbf, 0xd2, 0x51, 0x32, 0x10, 0x43, 0xae, 0x41, 0x4a, 0xec, 0x90, - 0x73, 0x44, 0x02, 0xa1, 0xe4, 0x10, 0x3e, 0xff, 0x9f, 0x1f, 0x11, 0x82, 0x9e, 0xdc, 0xe2, 0xfc, - 0x93, 0x1c, 0x71, 0xa5, 0xf0, 0x7d, 0xf2, 0x0c, 0x9d, 0x75, 0x6c, 0x17, 0x3e, 0x68, 0x04, 0xea, - 0x2a, 0x91, 0x52, 0xc4, 0xa1, 0x56, 0x11, 0x8c, 0x52, 0x0d, 0x81, 0xc2, 0xc7, 0xe4, 0x39, 0xc2, - 0x1d, 0x1c, 0x46, 0x20, 0x86, 0x1a, 0x02, 0x7c, 0x42, 0x5e, 0xa1, 0xf3, 0x2e, 0xb5, 0xb0, 0x0f, - 0x91, 0x04, 0x11, 0xc6, 0xf8, 0x61, 0xa3, 0x9f, 0x88, 0x80, 0x27, 0x3a, 0x19, 0xa7, 0x2a, 0x1d, - 0x71, 0x88, 0xf0, 0x23, 0x82, 0xd1, 0x63, 0x1b, 0x82, 0x9f, 0x8a, 0x24, 0xc6, 0x68, 0xf0, 0xa7, - 0x87, 0x2e, 0xae, 0xeb, 0x25, 0xbd, 0xf3, 0x98, 0x83, 0xd7, 0x07, 0xef, 0x24, 0x9b, 0x2e, 0x64, - 0xef, 0xcb, 0xe0, 0x56, 0x50, 0xd6, 0x8b, 0xac, 0x2a, 0x69, 0xbd, 0x2e, 0xdd, 0xb2, 0xa8, 0xda, - 0xa6, 0xba, 0x7e, 0x57, 0x73, 0x73, 0xa0, 0xee, 0xb7, 0xed, 0xf7, 0xbb, 0x73, 0x14, 0x02, 0xfc, - 0x74, 0xfa, 0xa1, 0x55, 0x41, 0x6e, 0xa8, 0x1d, 0x9b, 0x69, 0xe2, 0xd1, 0xa6, 0x35, 0xf3, 0xab, - 0xdb, 0x4f, 0x21, 0x37, 0xd3, 0xfd, 0x7e, 0x3a, 0xf1, 0xa6, 0xed, 0xfe, 0xb7, 0x73, 0x61, 0x43, - 0xc6, 0x20, 0x37, 0x8c, 0xed, 0x09, 0xc6, 0x26, 0x1e, 0x63, 0x2d, 0x33, 0x3b, 0x6e, 0x1f, 0xf6, - 0xe6, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x55, 0xda, 0x94, 0x9c, 0x86, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/advertising_channel_type.pb.go b/googleapis/ads/googleads/v0/enums/advertising_channel_type.pb.go deleted file mode 100644 index 2f21d93091..0000000000 --- a/googleapis/ads/googleads/v0/enums/advertising_channel_type.pb.go +++ /dev/null @@ -1,131 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/advertising_channel_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing the various advertising channel types. -type AdvertisingChannelTypeEnum_AdvertisingChannelType int32 - -const ( - // Not specified. - AdvertisingChannelTypeEnum_UNSPECIFIED AdvertisingChannelTypeEnum_AdvertisingChannelType = 0 - // Used for return value only. Represents value unknown in this version. - AdvertisingChannelTypeEnum_UNKNOWN AdvertisingChannelTypeEnum_AdvertisingChannelType = 1 - // Search Network. Includes display bundled, and Search+ campaigns. - AdvertisingChannelTypeEnum_SEARCH AdvertisingChannelTypeEnum_AdvertisingChannelType = 2 - // Google Display Network only. - AdvertisingChannelTypeEnum_DISPLAY AdvertisingChannelTypeEnum_AdvertisingChannelType = 3 - // Shopping campaigns serve on the shopping property - // and on google.com search results. - AdvertisingChannelTypeEnum_SHOPPING AdvertisingChannelTypeEnum_AdvertisingChannelType = 4 - // Hotel Ads campaigns. - AdvertisingChannelTypeEnum_HOTEL AdvertisingChannelTypeEnum_AdvertisingChannelType = 5 - // Video campaigns. - AdvertisingChannelTypeEnum_VIDEO AdvertisingChannelTypeEnum_AdvertisingChannelType = 6 -) - -var AdvertisingChannelTypeEnum_AdvertisingChannelType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "SEARCH", - 3: "DISPLAY", - 4: "SHOPPING", - 5: "HOTEL", - 6: "VIDEO", -} -var AdvertisingChannelTypeEnum_AdvertisingChannelType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "SEARCH": 2, - "DISPLAY": 3, - "SHOPPING": 4, - "HOTEL": 5, - "VIDEO": 6, -} - -func (x AdvertisingChannelTypeEnum_AdvertisingChannelType) String() string { - return proto.EnumName(AdvertisingChannelTypeEnum_AdvertisingChannelType_name, int32(x)) -} -func (AdvertisingChannelTypeEnum_AdvertisingChannelType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_advertising_channel_type_ba3b48a2ec07c28a, []int{0, 0} -} - -// The channel type a campaign may target to serve on. -type AdvertisingChannelTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdvertisingChannelTypeEnum) Reset() { *m = AdvertisingChannelTypeEnum{} } -func (m *AdvertisingChannelTypeEnum) String() string { return proto.CompactTextString(m) } -func (*AdvertisingChannelTypeEnum) ProtoMessage() {} -func (*AdvertisingChannelTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_advertising_channel_type_ba3b48a2ec07c28a, []int{0} -} -func (m *AdvertisingChannelTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdvertisingChannelTypeEnum.Unmarshal(m, b) -} -func (m *AdvertisingChannelTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdvertisingChannelTypeEnum.Marshal(b, m, deterministic) -} -func (dst *AdvertisingChannelTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdvertisingChannelTypeEnum.Merge(dst, src) -} -func (m *AdvertisingChannelTypeEnum) XXX_Size() int { - return xxx_messageInfo_AdvertisingChannelTypeEnum.Size(m) -} -func (m *AdvertisingChannelTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdvertisingChannelTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdvertisingChannelTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdvertisingChannelTypeEnum)(nil), "google.ads.googleads.v0.enums.AdvertisingChannelTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AdvertisingChannelTypeEnum_AdvertisingChannelType", AdvertisingChannelTypeEnum_AdvertisingChannelType_name, AdvertisingChannelTypeEnum_AdvertisingChannelType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/advertising_channel_type.proto", fileDescriptor_advertising_channel_type_ba3b48a2ec07c28a) -} - -var fileDescriptor_advertising_channel_type_ba3b48a2ec07c28a = []byte{ - // 328 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4e, 0xc2, 0x30, - 0x1c, 0xc6, 0xdd, 0x10, 0xd4, 0x62, 0x62, 0xb3, 0x83, 0x07, 0x0d, 0x07, 0x78, 0x80, 0x6e, 0x89, - 0xb7, 0xea, 0xa5, 0xc0, 0x84, 0x45, 0xb2, 0x2d, 0x0e, 0x66, 0x34, 0x4b, 0xc8, 0x64, 0x4d, 0x25, - 0x81, 0x76, 0xa1, 0x40, 0xc2, 0x63, 0xf8, 0x0a, 0x1e, 0x7d, 0x14, 0x1f, 0xc5, 0x93, 0x8f, 0x60, - 0xda, 0x0a, 0x5e, 0xd0, 0xcb, 0xf2, 0x65, 0xbf, 0xff, 0xf7, 0xe5, 0xeb, 0x07, 0x6e, 0x98, 0x10, - 0x6c, 0x46, 0xdd, 0xbc, 0x90, 0xae, 0x91, 0x4a, 0xad, 0x3d, 0x97, 0xf2, 0xd5, 0x5c, 0xba, 0x79, - 0xb1, 0xa6, 0x8b, 0xe5, 0x54, 0x4e, 0x39, 0x1b, 0x4f, 0x5e, 0x72, 0xce, 0xe9, 0x6c, 0xbc, 0xdc, - 0x94, 0x14, 0x95, 0x0b, 0xb1, 0x14, 0x4e, 0xc3, 0x58, 0x50, 0x5e, 0x48, 0xb4, 0x73, 0xa3, 0xb5, - 0x87, 0xb4, 0xbb, 0xf5, 0x6a, 0x81, 0x0b, 0xf2, 0x9b, 0xd0, 0x31, 0x01, 0xc3, 0x4d, 0x49, 0x7d, - 0xbe, 0x9a, 0xb7, 0x24, 0x38, 0xdf, 0x4f, 0x9d, 0x33, 0x50, 0x1f, 0x85, 0x49, 0xec, 0x77, 0x82, - 0xdb, 0xc0, 0xef, 0xc2, 0x03, 0xa7, 0x0e, 0x8e, 0x46, 0xe1, 0x5d, 0x18, 0x3d, 0x84, 0xd0, 0x72, - 0x00, 0xa8, 0x25, 0x3e, 0xb9, 0xef, 0xf4, 0xa1, 0xad, 0x40, 0x37, 0x48, 0xe2, 0x01, 0x79, 0x84, - 0x15, 0xe7, 0x14, 0x1c, 0x27, 0xfd, 0x28, 0x8e, 0x83, 0xb0, 0x07, 0x0f, 0x9d, 0x13, 0x50, 0xed, - 0x47, 0x43, 0x7f, 0x00, 0xab, 0x4a, 0xa6, 0x41, 0xd7, 0x8f, 0x60, 0xad, 0xfd, 0x65, 0x81, 0xe6, - 0x44, 0xcc, 0xd1, 0xbf, 0xcd, 0xdb, 0x97, 0xfb, 0x8b, 0xc5, 0xea, 0xd5, 0xb1, 0xf5, 0xd4, 0xfe, - 0x71, 0x33, 0x31, 0xcb, 0x39, 0x43, 0x62, 0xc1, 0x5c, 0x46, 0xb9, 0xde, 0x64, 0xbb, 0x62, 0x39, - 0x95, 0x7f, 0x8c, 0x7a, 0xad, 0xbf, 0x6f, 0x76, 0xa5, 0x47, 0xc8, 0xbb, 0xdd, 0xe8, 0x99, 0x28, - 0x52, 0x48, 0x64, 0xa4, 0x52, 0xa9, 0x87, 0xd4, 0x44, 0xf2, 0x63, 0xcb, 0x33, 0x52, 0xc8, 0x6c, - 0xc7, 0xb3, 0xd4, 0xcb, 0x34, 0xff, 0xb4, 0x9b, 0xe6, 0x27, 0xc6, 0xa4, 0x90, 0x18, 0xef, 0x2e, - 0x30, 0x4e, 0x3d, 0x8c, 0xf5, 0xcd, 0x73, 0x4d, 0x17, 0xbb, 0xfa, 0x0e, 0x00, 0x00, 0xff, 0xff, - 0x06, 0x56, 0x7e, 0x57, 0xec, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/affiliate_location_feed_relationship_type.pb.go b/googleapis/ads/googleads/v0/enums/affiliate_location_feed_relationship_type.pb.go deleted file mode 100644 index 48c516476f..0000000000 --- a/googleapis/ads/googleads/v0/enums/affiliate_location_feed_relationship_type.pb.go +++ /dev/null @@ -1,116 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/affiliate_location_feed_relationship_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for a relationship type for an affiliate location feed. -type AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType int32 - -const ( - // Not specified. - AffiliateLocationFeedRelationshipTypeEnum_UNSPECIFIED AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType = 0 - // Used for return value only. Represents value unknown in this version. - AffiliateLocationFeedRelationshipTypeEnum_UNKNOWN AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType = 1 - // General retailer relationship. - AffiliateLocationFeedRelationshipTypeEnum_GENERAL_RETAILER AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType = 2 -) - -var AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "GENERAL_RETAILER", -} -var AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "GENERAL_RETAILER": 2, -} - -func (x AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType) String() string { - return proto.EnumName(AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType_name, int32(x)) -} -func (AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_affiliate_location_feed_relationship_type_ef5633e0fb9d7d56, []int{0, 0} -} - -// Container for enum describing possible values for a relationship type for -// an affiliate location feed. -type AffiliateLocationFeedRelationshipTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AffiliateLocationFeedRelationshipTypeEnum) Reset() { - *m = AffiliateLocationFeedRelationshipTypeEnum{} -} -func (m *AffiliateLocationFeedRelationshipTypeEnum) String() string { return proto.CompactTextString(m) } -func (*AffiliateLocationFeedRelationshipTypeEnum) ProtoMessage() {} -func (*AffiliateLocationFeedRelationshipTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_affiliate_location_feed_relationship_type_ef5633e0fb9d7d56, []int{0} -} -func (m *AffiliateLocationFeedRelationshipTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AffiliateLocationFeedRelationshipTypeEnum.Unmarshal(m, b) -} -func (m *AffiliateLocationFeedRelationshipTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AffiliateLocationFeedRelationshipTypeEnum.Marshal(b, m, deterministic) -} -func (dst *AffiliateLocationFeedRelationshipTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AffiliateLocationFeedRelationshipTypeEnum.Merge(dst, src) -} -func (m *AffiliateLocationFeedRelationshipTypeEnum) XXX_Size() int { - return xxx_messageInfo_AffiliateLocationFeedRelationshipTypeEnum.Size(m) -} -func (m *AffiliateLocationFeedRelationshipTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AffiliateLocationFeedRelationshipTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AffiliateLocationFeedRelationshipTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AffiliateLocationFeedRelationshipTypeEnum)(nil), "google.ads.googleads.v0.enums.AffiliateLocationFeedRelationshipTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType", AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType_name, AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/affiliate_location_feed_relationship_type.proto", fileDescriptor_affiliate_location_feed_relationship_type_ef5633e0fb9d7d56) -} - -var fileDescriptor_affiliate_location_feed_relationship_type_ef5633e0fb9d7d56 = []byte{ - // 314 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, - 0x00, 0x86, 0x6d, 0x05, 0x85, 0xec, 0x60, 0x29, 0x5e, 0x77, 0xd8, 0xc0, 0x83, 0x1e, 0xd2, 0x82, - 0xb7, 0x78, 0xca, 0x34, 0x1b, 0xc3, 0x59, 0x47, 0xdd, 0x2a, 0x68, 0xa1, 0xc4, 0x25, 0x8d, 0x85, - 0xb6, 0x29, 0x4d, 0x37, 0xd8, 0x1b, 0xf8, 0x1c, 0x1e, 0x7d, 0x14, 0x1f, 0xc5, 0x97, 0x50, 0x9a, - 0xae, 0xc5, 0x8b, 0xb2, 0x4b, 0xf8, 0x93, 0xff, 0xe7, 0xe3, 0xcf, 0x0f, 0xee, 0x84, 0x94, 0x22, - 0xe5, 0x0e, 0x65, 0xca, 0x69, 0x64, 0xad, 0x36, 0xae, 0xc3, 0xf3, 0x75, 0xa6, 0x1c, 0x1a, 0xc7, - 0x49, 0x9a, 0xd0, 0x8a, 0x47, 0xa9, 0x5c, 0xd1, 0x2a, 0x91, 0x79, 0x14, 0x73, 0xce, 0xa2, 0x92, - 0xa7, 0xfa, 0xa6, 0x5e, 0x93, 0x22, 0xaa, 0xb6, 0x05, 0x87, 0x45, 0x29, 0x2b, 0x69, 0xf7, 0x1b, - 0x06, 0xa4, 0x4c, 0xc1, 0x0e, 0x07, 0x37, 0x2e, 0xd4, 0xb8, 0xe1, 0x9b, 0x01, 0xce, 0x71, 0x8b, - 0x9c, 0xed, 0x88, 0x63, 0xce, 0x99, 0xff, 0x8b, 0xb7, 0xd8, 0x16, 0x9c, 0xe4, 0xeb, 0x6c, 0xf8, - 0x0c, 0xce, 0xf6, 0x0a, 0xdb, 0x27, 0xa0, 0xb7, 0xf4, 0x1e, 0xe6, 0xe4, 0x7a, 0x3a, 0x9e, 0x92, - 0x1b, 0xeb, 0xc0, 0xee, 0x81, 0xe3, 0xa5, 0x77, 0xeb, 0xdd, 0x3f, 0x7a, 0x96, 0x61, 0x9f, 0x02, - 0x6b, 0x42, 0x3c, 0xe2, 0xe3, 0x59, 0xe4, 0x93, 0x05, 0x9e, 0xce, 0x88, 0x6f, 0x99, 0xa3, 0x6f, - 0x03, 0x0c, 0x56, 0x32, 0x83, 0xff, 0x16, 0x1e, 0x5d, 0xec, 0x55, 0x60, 0x5e, 0xff, 0x7d, 0x6e, - 0x3c, 0x8d, 0x76, 0x30, 0x21, 0x53, 0x9a, 0x0b, 0x28, 0x4b, 0xe1, 0x08, 0x9e, 0xeb, 0x65, 0xda, - 0x71, 0x8b, 0x44, 0xfd, 0xb1, 0xf5, 0x95, 0x3e, 0xdf, 0xcd, 0xc3, 0x09, 0xc6, 0x1f, 0x66, 0x7f, - 0xd2, 0xa0, 0x30, 0x53, 0xb0, 0x91, 0xb5, 0x0a, 0x5c, 0x58, 0x2f, 0xa3, 0x3e, 0x5b, 0x3f, 0xc4, - 0x4c, 0x85, 0x9d, 0x1f, 0x06, 0x6e, 0xa8, 0xfd, 0x2f, 0x73, 0xd0, 0x3c, 0x22, 0x84, 0x99, 0x42, - 0xa8, 0x4b, 0x20, 0x14, 0xb8, 0x08, 0xe9, 0xcc, 0xcb, 0x91, 0x2e, 0x76, 0xf9, 0x13, 0x00, 0x00, - 0xff, 0xff, 0x4c, 0xe6, 0x2f, 0xd6, 0x03, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/age_range_type.pb.go b/googleapis/ads/googleads/v0/enums/age_range_type.pb.go deleted file mode 100644 index 0a01304b3b..0000000000 --- a/googleapis/ads/googleads/v0/enums/age_range_type.pb.go +++ /dev/null @@ -1,140 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/age_range_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The type of demographic age ranges (e.g. between 18 and 24 years old). -type AgeRangeTypeEnum_AgeRangeType int32 - -const ( - // Not specified. - AgeRangeTypeEnum_UNSPECIFIED AgeRangeTypeEnum_AgeRangeType = 0 - // Used for return value only. Represents value unknown in this version. - AgeRangeTypeEnum_UNKNOWN AgeRangeTypeEnum_AgeRangeType = 1 - // Between 18 and 24 years old. - AgeRangeTypeEnum_AGE_RANGE_18_24 AgeRangeTypeEnum_AgeRangeType = 503001 - // Between 25 and 34 years old. - AgeRangeTypeEnum_AGE_RANGE_25_34 AgeRangeTypeEnum_AgeRangeType = 503002 - // Between 35 and 44 years old. - AgeRangeTypeEnum_AGE_RANGE_35_44 AgeRangeTypeEnum_AgeRangeType = 503003 - // Between 45 and 54 years old. - AgeRangeTypeEnum_AGE_RANGE_45_54 AgeRangeTypeEnum_AgeRangeType = 503004 - // Between 55 and 64 years old. - AgeRangeTypeEnum_AGE_RANGE_55_64 AgeRangeTypeEnum_AgeRangeType = 503005 - // 65 years old and beyond. - AgeRangeTypeEnum_AGE_RANGE_65_UP AgeRangeTypeEnum_AgeRangeType = 503006 - // Undetermined age range. - AgeRangeTypeEnum_AGE_RANGE_UNDETERMINED AgeRangeTypeEnum_AgeRangeType = 503999 -) - -var AgeRangeTypeEnum_AgeRangeType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 503001: "AGE_RANGE_18_24", - 503002: "AGE_RANGE_25_34", - 503003: "AGE_RANGE_35_44", - 503004: "AGE_RANGE_45_54", - 503005: "AGE_RANGE_55_64", - 503006: "AGE_RANGE_65_UP", - 503999: "AGE_RANGE_UNDETERMINED", -} -var AgeRangeTypeEnum_AgeRangeType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "AGE_RANGE_18_24": 503001, - "AGE_RANGE_25_34": 503002, - "AGE_RANGE_35_44": 503003, - "AGE_RANGE_45_54": 503004, - "AGE_RANGE_55_64": 503005, - "AGE_RANGE_65_UP": 503006, - "AGE_RANGE_UNDETERMINED": 503999, -} - -func (x AgeRangeTypeEnum_AgeRangeType) String() string { - return proto.EnumName(AgeRangeTypeEnum_AgeRangeType_name, int32(x)) -} -func (AgeRangeTypeEnum_AgeRangeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_age_range_type_7915a3cb575152cd, []int{0, 0} -} - -// Container for enum describing the type of demographic age ranges. -type AgeRangeTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AgeRangeTypeEnum) Reset() { *m = AgeRangeTypeEnum{} } -func (m *AgeRangeTypeEnum) String() string { return proto.CompactTextString(m) } -func (*AgeRangeTypeEnum) ProtoMessage() {} -func (*AgeRangeTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_age_range_type_7915a3cb575152cd, []int{0} -} -func (m *AgeRangeTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AgeRangeTypeEnum.Unmarshal(m, b) -} -func (m *AgeRangeTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AgeRangeTypeEnum.Marshal(b, m, deterministic) -} -func (dst *AgeRangeTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AgeRangeTypeEnum.Merge(dst, src) -} -func (m *AgeRangeTypeEnum) XXX_Size() int { - return xxx_messageInfo_AgeRangeTypeEnum.Size(m) -} -func (m *AgeRangeTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AgeRangeTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AgeRangeTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AgeRangeTypeEnum)(nil), "google.ads.googleads.v0.enums.AgeRangeTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AgeRangeTypeEnum_AgeRangeType", AgeRangeTypeEnum_AgeRangeType_name, AgeRangeTypeEnum_AgeRangeType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/age_range_type.proto", fileDescriptor_age_range_type_7915a3cb575152cd) -} - -var fileDescriptor_age_range_type_7915a3cb575152cd = []byte{ - // 358 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4a, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xc4, 0xf4, 0xd4, 0xf8, 0xa2, 0xc4, 0xbc, 0xf4, 0xd4, 0xf8, 0x92, 0xca, - 0x82, 0x54, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x42, 0xbd, 0xc4, 0x94, 0x62, - 0x3d, 0xb8, 0x1e, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x1e, 0xa5, 0x97, 0x8c, 0x5c, 0x02, 0x8e, 0xe9, - 0xa9, 0x41, 0x20, 0x6d, 0x21, 0x95, 0x05, 0xa9, 0xae, 0x79, 0xa5, 0xb9, 0x4a, 0x57, 0x18, 0xb9, - 0x78, 0x90, 0x05, 0x85, 0xf8, 0xb9, 0xb8, 0x43, 0xfd, 0x82, 0x03, 0x5c, 0x9d, 0x3d, 0xdd, 0x3c, - 0x5d, 0x5d, 0x04, 0x18, 0x84, 0xb8, 0xb9, 0xd8, 0x43, 0xfd, 0xbc, 0xfd, 0xfc, 0xc3, 0xfd, 0x04, - 0x18, 0x85, 0x44, 0xb9, 0xf8, 0x1d, 0xdd, 0x5d, 0xe3, 0x83, 0x1c, 0xfd, 0xdc, 0x5d, 0xe3, 0x0d, - 0x2d, 0xe2, 0x8d, 0x4c, 0x04, 0x6e, 0xde, 0x94, 0x43, 0x15, 0x36, 0x32, 0x8d, 0x37, 0x36, 0x11, - 0xb8, 0x85, 0x2e, 0x6c, 0x6c, 0x1a, 0x6f, 0x62, 0x22, 0x70, 0x1b, 0x5d, 0xd8, 0xc4, 0x34, 0xde, - 0xd4, 0x44, 0xe0, 0x0e, 0xba, 0xb0, 0xa9, 0x69, 0xbc, 0x99, 0x89, 0xc0, 0x5d, 0x74, 0x61, 0x33, - 0xd3, 0xf8, 0xd0, 0x00, 0x81, 0x7b, 0x37, 0xe5, 0x84, 0x64, 0xb8, 0xc4, 0x10, 0xc2, 0xa1, 0x7e, - 0x2e, 0xae, 0x21, 0xae, 0x41, 0xbe, 0x9e, 0x7e, 0xae, 0x2e, 0x02, 0xfb, 0x1f, 0xca, 0x39, 0x3d, - 0x63, 0xe4, 0x52, 0x4c, 0xce, 0xcf, 0xd5, 0xc3, 0x1b, 0x22, 0x4e, 0x82, 0xc8, 0x3e, 0x0f, 0x00, - 0x85, 0x61, 0x00, 0x63, 0x94, 0x13, 0x54, 0x4f, 0x7a, 0x7e, 0x4e, 0x62, 0x5e, 0xba, 0x5e, 0x7e, - 0x51, 0xba, 0x7e, 0x7a, 0x6a, 0x1e, 0x38, 0x84, 0x61, 0x31, 0x51, 0x90, 0x59, 0x8c, 0x23, 0x62, - 0xac, 0xc1, 0xe4, 0x22, 0x26, 0x66, 0x77, 0x47, 0xc7, 0x55, 0x4c, 0xb2, 0xee, 0x10, 0xa3, 0x1c, - 0x53, 0x8a, 0xf5, 0x20, 0x4c, 0x10, 0x2b, 0xcc, 0x40, 0x0f, 0x14, 0xf4, 0xc5, 0xa7, 0x60, 0xf2, - 0x31, 0x8e, 0x29, 0xc5, 0x31, 0x70, 0xf9, 0x98, 0x30, 0x83, 0x18, 0xb0, 0xfc, 0x2b, 0x26, 0x45, - 0x88, 0xa0, 0x95, 0x95, 0x63, 0x4a, 0xb1, 0x95, 0x15, 0x5c, 0x85, 0x95, 0x55, 0x98, 0x81, 0x95, - 0x15, 0x58, 0x4d, 0x12, 0x1b, 0xd8, 0x61, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa6, 0xb0, - 0x36, 0x30, 0x30, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/app_payment_model_type.pb.go b/googleapis/ads/googleads/v0/enums/app_payment_model_type.pb.go deleted file mode 100644 index e8515b6356..0000000000 --- a/googleapis/ads/googleads/v0/enums/app_payment_model_type.pb.go +++ /dev/null @@ -1,111 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/app_payment_model_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible app payment models. -type AppPaymentModelTypeEnum_AppPaymentModelType int32 - -const ( - // Not specified. - AppPaymentModelTypeEnum_UNSPECIFIED AppPaymentModelTypeEnum_AppPaymentModelType = 0 - // Used for return value only. Represents value unknown in this version. - AppPaymentModelTypeEnum_UNKNOWN AppPaymentModelTypeEnum_AppPaymentModelType = 1 - // Represents paid-for apps. - AppPaymentModelTypeEnum_PAID AppPaymentModelTypeEnum_AppPaymentModelType = 30 -) - -var AppPaymentModelTypeEnum_AppPaymentModelType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 30: "PAID", -} -var AppPaymentModelTypeEnum_AppPaymentModelType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "PAID": 30, -} - -func (x AppPaymentModelTypeEnum_AppPaymentModelType) String() string { - return proto.EnumName(AppPaymentModelTypeEnum_AppPaymentModelType_name, int32(x)) -} -func (AppPaymentModelTypeEnum_AppPaymentModelType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_app_payment_model_type_9f69a693c19c68a9, []int{0, 0} -} - -// Represents a criterion for targeting paid apps. -type AppPaymentModelTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AppPaymentModelTypeEnum) Reset() { *m = AppPaymentModelTypeEnum{} } -func (m *AppPaymentModelTypeEnum) String() string { return proto.CompactTextString(m) } -func (*AppPaymentModelTypeEnum) ProtoMessage() {} -func (*AppPaymentModelTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_app_payment_model_type_9f69a693c19c68a9, []int{0} -} -func (m *AppPaymentModelTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AppPaymentModelTypeEnum.Unmarshal(m, b) -} -func (m *AppPaymentModelTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AppPaymentModelTypeEnum.Marshal(b, m, deterministic) -} -func (dst *AppPaymentModelTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AppPaymentModelTypeEnum.Merge(dst, src) -} -func (m *AppPaymentModelTypeEnum) XXX_Size() int { - return xxx_messageInfo_AppPaymentModelTypeEnum.Size(m) -} -func (m *AppPaymentModelTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AppPaymentModelTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AppPaymentModelTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AppPaymentModelTypeEnum)(nil), "google.ads.googleads.v0.enums.AppPaymentModelTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AppPaymentModelTypeEnum_AppPaymentModelType", AppPaymentModelTypeEnum_AppPaymentModelType_name, AppPaymentModelTypeEnum_AppPaymentModelType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/app_payment_model_type.proto", fileDescriptor_app_payment_model_type_9f69a693c19c68a9) -} - -var fileDescriptor_app_payment_model_type_9f69a693c19c68a9 = []byte{ - // 283 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4a, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xc4, 0x82, 0x82, 0xf8, 0x82, 0xc4, 0xca, 0xdc, 0xd4, 0xbc, 0x92, 0xf8, - 0xdc, 0xfc, 0x94, 0xd4, 0x9c, 0xf8, 0x92, 0xca, 0x82, 0x54, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, - 0x21, 0x59, 0x88, 0x06, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x5e, 0xbd, 0x32, 0x03, 0x3d, 0xb0, - 0x5e, 0xa5, 0x08, 0x2e, 0x71, 0xc7, 0x82, 0x82, 0x00, 0x88, 0x6e, 0x5f, 0x90, 0xe6, 0x90, 0xca, - 0x82, 0x54, 0xd7, 0xbc, 0xd2, 0x5c, 0x25, 0x5b, 0x2e, 0x61, 0x2c, 0x52, 0x42, 0xfc, 0x5c, 0xdc, - 0xa1, 0x7e, 0xc1, 0x01, 0xae, 0xce, 0x9e, 0x6e, 0x9e, 0xae, 0x2e, 0x02, 0x0c, 0x42, 0xdc, 0x5c, - 0xec, 0xa1, 0x7e, 0xde, 0x7e, 0xfe, 0xe1, 0x7e, 0x02, 0x8c, 0x42, 0x1c, 0x5c, 0x2c, 0x01, 0x8e, - 0x9e, 0x2e, 0x02, 0x72, 0x4e, 0x6f, 0x19, 0xb9, 0x14, 0x93, 0xf3, 0x73, 0xf5, 0xf0, 0xda, 0xef, - 0x24, 0x81, 0xc5, 0x8a, 0x00, 0x90, 0xc3, 0x03, 0x18, 0xa3, 0x9c, 0xa0, 0x5a, 0xd3, 0xf3, 0x73, - 0x12, 0xf3, 0xd2, 0xf5, 0xf2, 0x8b, 0xd2, 0xf5, 0xd3, 0x53, 0xf3, 0xc0, 0xde, 0x82, 0x05, 0x43, - 0x41, 0x66, 0x31, 0x8e, 0x50, 0xb1, 0x06, 0x93, 0x8b, 0x98, 0x98, 0xdd, 0x1d, 0x1d, 0x57, 0x31, - 0xc9, 0xba, 0x43, 0x8c, 0x72, 0x4c, 0x29, 0xd6, 0x83, 0x30, 0x41, 0xac, 0x30, 0x03, 0x3d, 0x90, - 0x4f, 0x8b, 0x4f, 0xc1, 0xe4, 0x63, 0x1c, 0x53, 0x8a, 0x63, 0xe0, 0xf2, 0x31, 0x61, 0x06, 0x31, - 0x60, 0xf9, 0x57, 0x4c, 0x8a, 0x10, 0x41, 0x2b, 0x2b, 0xc7, 0x94, 0x62, 0x2b, 0x2b, 0xb8, 0x0a, - 0x2b, 0xab, 0x30, 0x03, 0x2b, 0x2b, 0xb0, 0x9a, 0x24, 0x36, 0xb0, 0xc3, 0x8c, 0x01, 0x01, 0x00, - 0x00, 0xff, 0xff, 0x2d, 0xef, 0x1e, 0xf9, 0xad, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/app_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/app_placeholder_field.pb.go deleted file mode 100644 index e996418c25..0000000000 --- a/googleapis/ads/googleads/v0/enums/app_placeholder_field.pb.go +++ /dev/null @@ -1,151 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/app_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for App placeholder fields. -type AppPlaceholderFieldEnum_AppPlaceholderField int32 - -const ( - // Not specified. - AppPlaceholderFieldEnum_UNSPECIFIED AppPlaceholderFieldEnum_AppPlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - AppPlaceholderFieldEnum_UNKNOWN AppPlaceholderFieldEnum_AppPlaceholderField = 1 - // Data Type: INT64. The application store that the target application - // belongs to. Valid values are: 1 = Apple iTunes Store; 2 = Google Play - // Store. - AppPlaceholderFieldEnum_STORE AppPlaceholderFieldEnum_AppPlaceholderField = 2 - // Data Type: STRING. The store-specific ID for the target application. - AppPlaceholderFieldEnum_ID AppPlaceholderFieldEnum_AppPlaceholderField = 3 - // Data Type: STRING. The visible text displayed when the link is rendered - // in an ad. - AppPlaceholderFieldEnum_LINK_TEXT AppPlaceholderFieldEnum_AppPlaceholderField = 4 - // Data Type: STRING. The destination URL of the in-app link. - AppPlaceholderFieldEnum_URL AppPlaceholderFieldEnum_AppPlaceholderField = 5 - // Data Type: URL_LIST. Final URLs for the in-app link when using Upgraded - // URLs. - AppPlaceholderFieldEnum_FINAL_URLS AppPlaceholderFieldEnum_AppPlaceholderField = 6 - // Data Type: URL_LIST. Final Mobile URLs for the in-app link when using - // Upgraded URLs. - AppPlaceholderFieldEnum_FINAL_MOBILE_URLS AppPlaceholderFieldEnum_AppPlaceholderField = 7 - // Data Type: URL. Tracking template for the in-app link when using Upgraded - // URLs. - AppPlaceholderFieldEnum_TRACKING_URL AppPlaceholderFieldEnum_AppPlaceholderField = 8 - // Data Type: STRING. Final URL suffix for the in-app link when using - // parallel tracking. - AppPlaceholderFieldEnum_FINAL_URL_SUFFIX AppPlaceholderFieldEnum_AppPlaceholderField = 9 -) - -var AppPlaceholderFieldEnum_AppPlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "STORE", - 3: "ID", - 4: "LINK_TEXT", - 5: "URL", - 6: "FINAL_URLS", - 7: "FINAL_MOBILE_URLS", - 8: "TRACKING_URL", - 9: "FINAL_URL_SUFFIX", -} -var AppPlaceholderFieldEnum_AppPlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "STORE": 2, - "ID": 3, - "LINK_TEXT": 4, - "URL": 5, - "FINAL_URLS": 6, - "FINAL_MOBILE_URLS": 7, - "TRACKING_URL": 8, - "FINAL_URL_SUFFIX": 9, -} - -func (x AppPlaceholderFieldEnum_AppPlaceholderField) String() string { - return proto.EnumName(AppPlaceholderFieldEnum_AppPlaceholderField_name, int32(x)) -} -func (AppPlaceholderFieldEnum_AppPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_app_placeholder_field_c7c163cac9ec2bbb, []int{0, 0} -} - -// Values for App placeholder fields. -type AppPlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AppPlaceholderFieldEnum) Reset() { *m = AppPlaceholderFieldEnum{} } -func (m *AppPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*AppPlaceholderFieldEnum) ProtoMessage() {} -func (*AppPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_app_placeholder_field_c7c163cac9ec2bbb, []int{0} -} -func (m *AppPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AppPlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *AppPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AppPlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *AppPlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AppPlaceholderFieldEnum.Merge(dst, src) -} -func (m *AppPlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_AppPlaceholderFieldEnum.Size(m) -} -func (m *AppPlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AppPlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AppPlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AppPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.AppPlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AppPlaceholderFieldEnum_AppPlaceholderField", AppPlaceholderFieldEnum_AppPlaceholderField_name, AppPlaceholderFieldEnum_AppPlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/app_placeholder_field.proto", fileDescriptor_app_placeholder_field_c7c163cac9ec2bbb) -} - -var fileDescriptor_app_placeholder_field_c7c163cac9ec2bbb = []byte{ - // 368 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xdd, 0x6e, 0xa2, 0x40, - 0x1c, 0xc5, 0x17, 0x5c, 0x75, 0x1d, 0xf7, 0x63, 0x76, 0x76, 0x37, 0xbb, 0x37, 0x5e, 0xe8, 0x03, - 0x0c, 0x24, 0x7b, 0xd5, 0xe9, 0xd5, 0xa0, 0x60, 0x26, 0x52, 0x24, 0x7c, 0x58, 0xd3, 0x90, 0x10, - 0x2a, 0x94, 0x9a, 0x20, 0x43, 0x9c, 0xea, 0x03, 0xf5, 0xb2, 0x49, 0x1f, 0xa4, 0x7d, 0x94, 0x26, - 0x7d, 0x87, 0x06, 0xa8, 0xf4, 0xc6, 0xf6, 0x86, 0x1c, 0xfe, 0xe7, 0xfc, 0x26, 0xf3, 0x3f, 0x03, - 0x4e, 0x52, 0xce, 0xd3, 0x2c, 0x51, 0xa2, 0x58, 0x28, 0xb5, 0x2c, 0xd5, 0x5e, 0x55, 0x92, 0x7c, - 0xb7, 0x11, 0x4a, 0x54, 0x14, 0x61, 0x91, 0x45, 0xab, 0xe4, 0x9a, 0x67, 0x71, 0xb2, 0x0d, 0xaf, - 0xd6, 0x49, 0x16, 0xe3, 0x62, 0xcb, 0x6f, 0x38, 0x1a, 0xd4, 0x79, 0x1c, 0xc5, 0x02, 0x37, 0x28, - 0xde, 0xab, 0xb8, 0x42, 0x47, 0x0f, 0x12, 0xf8, 0x4b, 0x8b, 0xc2, 0x7e, 0xa3, 0x8d, 0x12, 0xd6, - 0xf3, 0xdd, 0x66, 0x74, 0x2f, 0x81, 0x5f, 0x47, 0x3c, 0xf4, 0x03, 0xf4, 0x7d, 0xcb, 0xb5, 0xf5, - 0x31, 0x33, 0x98, 0x3e, 0x81, 0x9f, 0x50, 0x1f, 0x74, 0x7d, 0x6b, 0x66, 0xcd, 0xcf, 0x2d, 0x28, - 0xa1, 0x1e, 0x68, 0xbb, 0xde, 0xdc, 0xd1, 0xa1, 0x8c, 0x3a, 0x40, 0x66, 0x13, 0xd8, 0x42, 0xdf, - 0x40, 0xcf, 0x64, 0xd6, 0x2c, 0xf4, 0xf4, 0xa5, 0x07, 0x3f, 0xa3, 0x2e, 0x68, 0xf9, 0x8e, 0x09, - 0xdb, 0xe8, 0x3b, 0x00, 0x06, 0xb3, 0xa8, 0x19, 0xfa, 0x8e, 0xe9, 0xc2, 0x0e, 0xfa, 0x03, 0x7e, - 0xd6, 0xff, 0x67, 0x73, 0x8d, 0x99, 0x7a, 0x3d, 0xee, 0x22, 0x08, 0xbe, 0x7a, 0x0e, 0x1d, 0xcf, - 0x98, 0x35, 0x2d, 0x47, 0xf0, 0x0b, 0xfa, 0x0d, 0x60, 0x03, 0x86, 0xae, 0x6f, 0x18, 0x6c, 0x09, - 0x7b, 0xda, 0xb3, 0x04, 0x86, 0x2b, 0xbe, 0xc1, 0x1f, 0x6e, 0xac, 0xfd, 0x3b, 0xb2, 0x92, 0x5d, - 0x56, 0x65, 0x4b, 0x17, 0xda, 0x2b, 0x9a, 0xf2, 0x2c, 0xca, 0x53, 0xcc, 0xb7, 0xa9, 0x92, 0x26, - 0x79, 0x55, 0xe4, 0xa1, 0xf7, 0x62, 0x2d, 0xde, 0x79, 0x86, 0xd3, 0xea, 0x7b, 0x2b, 0xb7, 0xa6, - 0x94, 0xde, 0xc9, 0x83, 0x69, 0x7d, 0x14, 0x8d, 0x05, 0xae, 0x65, 0xa9, 0x16, 0x2a, 0x2e, 0xab, - 0x15, 0x8f, 0x07, 0x3f, 0xa0, 0xb1, 0x08, 0x1a, 0x3f, 0x58, 0xa8, 0x41, 0xe5, 0x3f, 0xc9, 0xc3, - 0x7a, 0x48, 0x08, 0x8d, 0x05, 0x21, 0x4d, 0x82, 0x90, 0x85, 0x4a, 0x48, 0x95, 0xb9, 0xec, 0x54, - 0x17, 0xfb, 0xff, 0x12, 0x00, 0x00, 0xff, 0xff, 0x11, 0x1c, 0x65, 0x10, 0x1e, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/attribution_model.pb.go b/googleapis/ads/googleads/v0/enums/attribution_model.pb.go deleted file mode 100644 index 4757372cb2..0000000000 --- a/googleapis/ads/googleads/v0/enums/attribution_model.pb.go +++ /dev/null @@ -1,151 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/attribution_model.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The attribution model that describes how to distribute credit for a -// particular conversion across potentially many prior interactions. -type AttributionModelEnum_AttributionModel int32 - -const ( - // Not specified. - AttributionModelEnum_UNSPECIFIED AttributionModelEnum_AttributionModel = 0 - // Used for return value only. Represents value unknown in this version. - AttributionModelEnum_UNKNOWN AttributionModelEnum_AttributionModel = 1 - // Uses external attribution. - AttributionModelEnum_EXTERNAL AttributionModelEnum_AttributionModel = 100 - // Attributes all credit for a conversion to its last click. - AttributionModelEnum_GOOGLE_ADS_LAST_CLICK AttributionModelEnum_AttributionModel = 101 - // Attributes all credit for a conversion to its first click using Google - // Search attribution. - AttributionModelEnum_GOOGLE_SEARCH_ATTRIBUTION_FIRST_CLICK AttributionModelEnum_AttributionModel = 102 - // Attributes credit for a conversion equally across all of its clicks using - // Google Search attribution. - AttributionModelEnum_GOOGLE_SEARCH_ATTRIBUTION_LINEAR AttributionModelEnum_AttributionModel = 103 - // Attributes exponentially more credit for a conversion to its more recent - // clicks using Google Search attribution (half-life is 1 week). - AttributionModelEnum_GOOGLE_SEARCH_ATTRIBUTION_TIME_DECAY AttributionModelEnum_AttributionModel = 104 - // Attributes 40% of the credit for a conversion to its first and last - // clicks. Remaining 20% is evenly distributed across all other clicks. This - // uses Google Search attribution. - AttributionModelEnum_GOOGLE_SEARCH_ATTRIBUTION_POSITION_BASED AttributionModelEnum_AttributionModel = 105 - // Flexible model that uses machine learning to determine the appropriate - // distribution of credit among clicks using Google Search attribution. - AttributionModelEnum_GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN AttributionModelEnum_AttributionModel = 106 -) - -var AttributionModelEnum_AttributionModel_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 100: "EXTERNAL", - 101: "GOOGLE_ADS_LAST_CLICK", - 102: "GOOGLE_SEARCH_ATTRIBUTION_FIRST_CLICK", - 103: "GOOGLE_SEARCH_ATTRIBUTION_LINEAR", - 104: "GOOGLE_SEARCH_ATTRIBUTION_TIME_DECAY", - 105: "GOOGLE_SEARCH_ATTRIBUTION_POSITION_BASED", - 106: "GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN", -} -var AttributionModelEnum_AttributionModel_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "EXTERNAL": 100, - "GOOGLE_ADS_LAST_CLICK": 101, - "GOOGLE_SEARCH_ATTRIBUTION_FIRST_CLICK": 102, - "GOOGLE_SEARCH_ATTRIBUTION_LINEAR": 103, - "GOOGLE_SEARCH_ATTRIBUTION_TIME_DECAY": 104, - "GOOGLE_SEARCH_ATTRIBUTION_POSITION_BASED": 105, - "GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN": 106, -} - -func (x AttributionModelEnum_AttributionModel) String() string { - return proto.EnumName(AttributionModelEnum_AttributionModel_name, int32(x)) -} -func (AttributionModelEnum_AttributionModel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_attribution_model_710acdb5f1419493, []int{0, 0} -} - -// Container for enum representing the attribution model that describes how to -// distribute credit for a particular conversion across potentially many prior -// interactions. -type AttributionModelEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AttributionModelEnum) Reset() { *m = AttributionModelEnum{} } -func (m *AttributionModelEnum) String() string { return proto.CompactTextString(m) } -func (*AttributionModelEnum) ProtoMessage() {} -func (*AttributionModelEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_attribution_model_710acdb5f1419493, []int{0} -} -func (m *AttributionModelEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AttributionModelEnum.Unmarshal(m, b) -} -func (m *AttributionModelEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AttributionModelEnum.Marshal(b, m, deterministic) -} -func (dst *AttributionModelEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AttributionModelEnum.Merge(dst, src) -} -func (m *AttributionModelEnum) XXX_Size() int { - return xxx_messageInfo_AttributionModelEnum.Size(m) -} -func (m *AttributionModelEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AttributionModelEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AttributionModelEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AttributionModelEnum)(nil), "google.ads.googleads.v0.enums.AttributionModelEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.AttributionModelEnum_AttributionModel", AttributionModelEnum_AttributionModel_name, AttributionModelEnum_AttributionModel_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/attribution_model.proto", fileDescriptor_attribution_model_710acdb5f1419493) -} - -var fileDescriptor_attribution_model_710acdb5f1419493 = []byte{ - // 391 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xcf, 0x6a, 0xd5, 0x40, - 0x14, 0xc6, 0xbd, 0x11, 0x54, 0xa6, 0x82, 0xc3, 0x60, 0x17, 0x2e, 0x0a, 0xb6, 0x54, 0xa8, 0x20, - 0x93, 0x80, 0xb8, 0x19, 0x57, 0x27, 0xc9, 0xf4, 0x3a, 0x34, 0x9d, 0x5c, 0x92, 0xdc, 0xf8, 0x87, - 0xc0, 0x90, 0x9a, 0x18, 0x23, 0x37, 0x99, 0x72, 0x27, 0xb7, 0x0f, 0xe4, 0x52, 0xf0, 0x35, 0x5c, - 0xf8, 0x28, 0x7d, 0x0a, 0x49, 0xd2, 0x46, 0x28, 0xa4, 0x9b, 0xe1, 0x63, 0xbe, 0xdf, 0x77, 0x38, - 0x9c, 0x0f, 0xbd, 0xab, 0xb4, 0xae, 0x36, 0xa5, 0x9d, 0x17, 0xc6, 0x1e, 0x65, 0xaf, 0xae, 0x1c, - 0xbb, 0x6c, 0x77, 0x8d, 0xb1, 0xf3, 0xae, 0xdb, 0xd6, 0x17, 0xbb, 0xae, 0xd6, 0xad, 0x6a, 0x74, - 0x51, 0x6e, 0xe8, 0xe5, 0x56, 0x77, 0x9a, 0x1c, 0x8c, 0x2c, 0xcd, 0x0b, 0x43, 0xa7, 0x18, 0xbd, - 0x72, 0xe8, 0x10, 0x3b, 0xfa, 0x63, 0xa1, 0xe7, 0xf0, 0x3f, 0x7a, 0xde, 0x27, 0x79, 0xbb, 0x6b, - 0x8e, 0x7e, 0x5b, 0x08, 0xdf, 0x35, 0xc8, 0x33, 0xb4, 0xb7, 0x96, 0xf1, 0x8a, 0x7b, 0xe2, 0x54, - 0x70, 0x1f, 0x3f, 0x20, 0x7b, 0xe8, 0xf1, 0x5a, 0x9e, 0xc9, 0xf0, 0xa3, 0xc4, 0x0b, 0xf2, 0x14, - 0x3d, 0xe1, 0x9f, 0x12, 0x1e, 0x49, 0x08, 0x70, 0x41, 0x5e, 0xa0, 0xfd, 0x65, 0x18, 0x2e, 0x03, - 0xae, 0xc0, 0x8f, 0x55, 0x00, 0x71, 0xa2, 0xbc, 0x40, 0x78, 0x67, 0xb8, 0x24, 0xaf, 0xd1, 0xab, - 0x1b, 0x2b, 0xe6, 0x10, 0x79, 0x1f, 0x14, 0x24, 0x49, 0x24, 0xdc, 0x75, 0x22, 0x42, 0xa9, 0x4e, - 0x45, 0x34, 0xa1, 0xdf, 0xc8, 0x31, 0x7a, 0x39, 0x8f, 0x06, 0x42, 0x72, 0x88, 0x70, 0x45, 0x4e, - 0xd0, 0xf1, 0x3c, 0x95, 0x88, 0x73, 0xae, 0x7c, 0xee, 0xc1, 0x67, 0xfc, 0x9d, 0xbc, 0x41, 0x27, - 0xf3, 0xe4, 0x2a, 0x8c, 0xc5, 0x20, 0x5c, 0x88, 0xb9, 0x8f, 0xeb, 0xfb, 0x17, 0xf5, 0x21, 0x01, - 0xe5, 0x47, 0x22, 0xe5, 0x12, 0xff, 0x70, 0xaf, 0x17, 0xe8, 0xf0, 0xab, 0x6e, 0xe8, 0xbd, 0xe7, - 0x76, 0xf7, 0xef, 0x9e, 0x74, 0xd5, 0x97, 0xb4, 0x5a, 0x7c, 0x71, 0x6f, 0x72, 0x95, 0xde, 0xe4, - 0x6d, 0x45, 0xf5, 0xb6, 0xb2, 0xab, 0xb2, 0x1d, 0x2a, 0xbc, 0x6d, 0xfb, 0xb2, 0x36, 0x33, 0xe5, - 0xbf, 0x1f, 0xde, 0x9f, 0xd6, 0xc3, 0x25, 0xc0, 0x2f, 0xeb, 0x60, 0x39, 0x8e, 0x82, 0xc2, 0xd0, - 0x51, 0xf6, 0x2a, 0x75, 0x68, 0xdf, 0xab, 0xf9, 0x7b, 0xeb, 0x67, 0x50, 0x98, 0x6c, 0xf2, 0xb3, - 0xd4, 0xc9, 0x06, 0xff, 0xda, 0x3a, 0x1c, 0x3f, 0x19, 0x83, 0xc2, 0x30, 0x36, 0x11, 0x8c, 0xa5, - 0x0e, 0x63, 0x03, 0x73, 0xf1, 0x68, 0x58, 0xec, 0xed, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x33, - 0x7f, 0x44, 0x3d, 0x94, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/bid_modifier_source.pb.go b/googleapis/ads/googleads/v0/enums/bid_modifier_source.pb.go deleted file mode 100644 index 303ddab1cf..0000000000 --- a/googleapis/ads/googleads/v0/enums/bid_modifier_source.pb.go +++ /dev/null @@ -1,117 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/bid_modifier_source.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible bid modifier sources. -type BidModifierSourceEnum_BidModifierSource int32 - -const ( - // Not specified. - BidModifierSourceEnum_UNSPECIFIED BidModifierSourceEnum_BidModifierSource = 0 - // Used for return value only. Represents value unknown in this version. - BidModifierSourceEnum_UNKNOWN BidModifierSourceEnum_BidModifierSource = 1 - // The bid modifier is specified at the campaign level, on the campaign - // level criterion. - BidModifierSourceEnum_CAMPAIGN BidModifierSourceEnum_BidModifierSource = 2 - // The bid modifier is specified (overridden) at the ad group level. - BidModifierSourceEnum_AD_GROUP BidModifierSourceEnum_BidModifierSource = 3 -) - -var BidModifierSourceEnum_BidModifierSource_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CAMPAIGN", - 3: "AD_GROUP", -} -var BidModifierSourceEnum_BidModifierSource_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CAMPAIGN": 2, - "AD_GROUP": 3, -} - -func (x BidModifierSourceEnum_BidModifierSource) String() string { - return proto.EnumName(BidModifierSourceEnum_BidModifierSource_name, int32(x)) -} -func (BidModifierSourceEnum_BidModifierSource) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bid_modifier_source_d1ec60f5f73be20c, []int{0, 0} -} - -// Container for enum describing possible bid modifier sources. -type BidModifierSourceEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BidModifierSourceEnum) Reset() { *m = BidModifierSourceEnum{} } -func (m *BidModifierSourceEnum) String() string { return proto.CompactTextString(m) } -func (*BidModifierSourceEnum) ProtoMessage() {} -func (*BidModifierSourceEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_bid_modifier_source_d1ec60f5f73be20c, []int{0} -} -func (m *BidModifierSourceEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BidModifierSourceEnum.Unmarshal(m, b) -} -func (m *BidModifierSourceEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BidModifierSourceEnum.Marshal(b, m, deterministic) -} -func (dst *BidModifierSourceEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_BidModifierSourceEnum.Merge(dst, src) -} -func (m *BidModifierSourceEnum) XXX_Size() int { - return xxx_messageInfo_BidModifierSourceEnum.Size(m) -} -func (m *BidModifierSourceEnum) XXX_DiscardUnknown() { - xxx_messageInfo_BidModifierSourceEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_BidModifierSourceEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*BidModifierSourceEnum)(nil), "google.ads.googleads.v0.enums.BidModifierSourceEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.BidModifierSourceEnum_BidModifierSource", BidModifierSourceEnum_BidModifierSource_name, BidModifierSourceEnum_BidModifierSource_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/bid_modifier_source.proto", fileDescriptor_bid_modifier_source_d1ec60f5f73be20c) -} - -var fileDescriptor_bid_modifier_source_d1ec60f5f73be20c = []byte{ - // 291 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4f, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xa4, 0xcc, 0x94, 0xf8, 0xdc, 0xfc, 0x94, 0xcc, 0xb4, 0xcc, 0xd4, 0xa2, - 0xf8, 0xe2, 0xfc, 0xd2, 0xa2, 0xe4, 0x54, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, - 0x6a, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x46, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x46, 0xa5, 0x34, - 0x2e, 0x51, 0xa7, 0xcc, 0x14, 0x5f, 0xa8, 0xd6, 0x60, 0xb0, 0x4e, 0xd7, 0xbc, 0xd2, 0x5c, 0x25, - 0x5f, 0x2e, 0x41, 0x0c, 0x09, 0x21, 0x7e, 0x2e, 0xee, 0x50, 0xbf, 0xe0, 0x00, 0x57, 0x67, 0x4f, - 0x37, 0x4f, 0x57, 0x17, 0x01, 0x06, 0x21, 0x6e, 0x2e, 0xf6, 0x50, 0x3f, 0x6f, 0x3f, 0xff, 0x70, - 0x3f, 0x01, 0x46, 0x21, 0x1e, 0x2e, 0x0e, 0x67, 0x47, 0xdf, 0x00, 0x47, 0x4f, 0x77, 0x3f, 0x01, - 0x26, 0x10, 0xcf, 0xd1, 0x25, 0xde, 0x3d, 0xc8, 0x3f, 0x34, 0x40, 0x80, 0xd9, 0xe9, 0x35, 0x23, - 0x97, 0x62, 0x72, 0x7e, 0xae, 0x1e, 0x5e, 0xd7, 0x38, 0x89, 0x61, 0x58, 0x19, 0x00, 0xf2, 0x44, - 0x00, 0x63, 0x94, 0x13, 0x54, 0x63, 0x7a, 0x7e, 0x4e, 0x62, 0x5e, 0xba, 0x5e, 0x7e, 0x51, 0xba, - 0x7e, 0x7a, 0x6a, 0x1e, 0xd8, 0x8b, 0xb0, 0xf0, 0x28, 0xc8, 0x2c, 0xc6, 0x11, 0x3c, 0xd6, 0x60, - 0x72, 0x11, 0x13, 0xb3, 0xbb, 0xa3, 0xe3, 0x2a, 0x26, 0x59, 0x77, 0x88, 0x51, 0x8e, 0x29, 0xc5, - 0x7a, 0x10, 0x26, 0x88, 0x15, 0x66, 0xa0, 0x07, 0xf2, 0x77, 0xf1, 0x29, 0x98, 0x7c, 0x8c, 0x63, - 0x4a, 0x71, 0x0c, 0x5c, 0x3e, 0x26, 0xcc, 0x20, 0x06, 0x2c, 0xff, 0x8a, 0x49, 0x11, 0x22, 0x68, - 0x65, 0xe5, 0x98, 0x52, 0x6c, 0x65, 0x05, 0x57, 0x61, 0x65, 0x15, 0x66, 0x60, 0x65, 0x05, 0x56, - 0x93, 0xc4, 0x06, 0x76, 0x98, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x88, 0xcc, 0x02, 0x88, 0xb6, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/bidding_source.pb.go b/googleapis/ads/googleads/v0/enums/bidding_source.pb.go deleted file mode 100644 index 780a13e26b..0000000000 --- a/googleapis/ads/googleads/v0/enums/bidding_source.pb.go +++ /dev/null @@ -1,121 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/bidding_source.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible bidding sources. -type BiddingSourceEnum_BiddingSource int32 - -const ( - // Not specified. - BiddingSourceEnum_UNSPECIFIED BiddingSourceEnum_BiddingSource = 0 - // Used for return value only. Represents value unknown in this version. - BiddingSourceEnum_UNKNOWN BiddingSourceEnum_BiddingSource = 1 - // Bidding entity is defined on the ad group. - BiddingSourceEnum_ADGROUP BiddingSourceEnum_BiddingSource = 2 - // Bidding entity is defined on the ad group criterion. - BiddingSourceEnum_CRITERION BiddingSourceEnum_BiddingSource = 3 - // Effective bidding entity is inherited from campaign bidding strategy. - BiddingSourceEnum_CAMPAIGN_BIDDING_STRATEGY BiddingSourceEnum_BiddingSource = 5 -) - -var BiddingSourceEnum_BiddingSource_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ADGROUP", - 3: "CRITERION", - 5: "CAMPAIGN_BIDDING_STRATEGY", -} -var BiddingSourceEnum_BiddingSource_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ADGROUP": 2, - "CRITERION": 3, - "CAMPAIGN_BIDDING_STRATEGY": 5, -} - -func (x BiddingSourceEnum_BiddingSource) String() string { - return proto.EnumName(BiddingSourceEnum_BiddingSource_name, int32(x)) -} -func (BiddingSourceEnum_BiddingSource) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bidding_source_b3968060a90d9b4f, []int{0, 0} -} - -// Container for enum describing possible bidding sources. -type BiddingSourceEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BiddingSourceEnum) Reset() { *m = BiddingSourceEnum{} } -func (m *BiddingSourceEnum) String() string { return proto.CompactTextString(m) } -func (*BiddingSourceEnum) ProtoMessage() {} -func (*BiddingSourceEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_source_b3968060a90d9b4f, []int{0} -} -func (m *BiddingSourceEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BiddingSourceEnum.Unmarshal(m, b) -} -func (m *BiddingSourceEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BiddingSourceEnum.Marshal(b, m, deterministic) -} -func (dst *BiddingSourceEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_BiddingSourceEnum.Merge(dst, src) -} -func (m *BiddingSourceEnum) XXX_Size() int { - return xxx_messageInfo_BiddingSourceEnum.Size(m) -} -func (m *BiddingSourceEnum) XXX_DiscardUnknown() { - xxx_messageInfo_BiddingSourceEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_BiddingSourceEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*BiddingSourceEnum)(nil), "google.ads.googleads.v0.enums.BiddingSourceEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.BiddingSourceEnum_BiddingSource", BiddingSourceEnum_BiddingSource_name, BiddingSourceEnum_BiddingSource_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/bidding_source.proto", fileDescriptor_bidding_source_b3968060a90d9b4f) -} - -var fileDescriptor_bidding_source_b3968060a90d9b4f = []byte{ - // 313 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4d, 0x4e, 0xf3, 0x30, - 0x14, 0xfc, 0x9a, 0xea, 0x03, 0xe1, 0xaa, 0x22, 0x78, 0xc7, 0xa2, 0x8b, 0xf6, 0x00, 0x4e, 0x04, - 0x3b, 0xb3, 0x72, 0x9a, 0x60, 0x59, 0x08, 0x37, 0x4a, 0x7f, 0x10, 0x28, 0x52, 0xd5, 0xd6, 0x91, - 0x89, 0xd4, 0xc4, 0x55, 0x4c, 0xba, 0xe3, 0x32, 0x2c, 0x39, 0x0a, 0x17, 0x41, 0xe2, 0x14, 0x28, - 0x36, 0x8d, 0xd4, 0x05, 0x6c, 0xac, 0xf1, 0x9b, 0x99, 0xa7, 0x79, 0x03, 0xae, 0xa4, 0x52, 0x72, - 0x9b, 0x79, 0x2b, 0xa1, 0x3d, 0x0b, 0x1b, 0xb4, 0xf7, 0xbd, 0xac, 0xac, 0x0b, 0xed, 0xad, 0x73, - 0x21, 0xf2, 0x52, 0x2e, 0xb5, 0xaa, 0xab, 0x4d, 0x86, 0x76, 0x95, 0x7a, 0x51, 0x70, 0x60, 0x85, - 0x68, 0x25, 0x34, 0x6a, 0x3d, 0x68, 0xef, 0x23, 0xe3, 0x19, 0xbd, 0x82, 0x8b, 0xc0, 0xda, 0xa6, - 0xc6, 0x15, 0x95, 0x75, 0x31, 0x7a, 0x06, 0xfd, 0xa3, 0x21, 0x3c, 0x07, 0xbd, 0x39, 0x9f, 0xc6, - 0xd1, 0x98, 0xdd, 0xb2, 0x28, 0x74, 0xff, 0xc1, 0x1e, 0x38, 0x9d, 0xf3, 0x3b, 0x3e, 0x79, 0xe0, - 0x6e, 0xa7, 0xf9, 0x90, 0x90, 0x26, 0x93, 0x79, 0xec, 0x3a, 0xb0, 0x0f, 0xce, 0xc6, 0x09, 0x9b, - 0x45, 0x09, 0x9b, 0x70, 0xb7, 0x0b, 0x07, 0xe0, 0x72, 0x4c, 0xee, 0x63, 0xc2, 0x28, 0x5f, 0x06, - 0x2c, 0x0c, 0x19, 0xa7, 0xcb, 0xe9, 0x2c, 0x21, 0xb3, 0x88, 0x3e, 0xba, 0xff, 0x83, 0xcf, 0x0e, - 0x18, 0x6e, 0x54, 0x81, 0xfe, 0x0c, 0x19, 0xc0, 0xa3, 0x34, 0x71, 0x73, 0x57, 0xdc, 0x79, 0x0a, - 0x7e, 0x4c, 0x52, 0x6d, 0x57, 0xa5, 0x44, 0xaa, 0x92, 0x9e, 0xcc, 0x4a, 0x73, 0xf5, 0xa1, 0x9d, - 0x5d, 0xae, 0x7f, 0x29, 0xeb, 0xc6, 0xbc, 0x6f, 0x4e, 0x97, 0x12, 0xf2, 0xee, 0x0c, 0xa8, 0x5d, - 0x45, 0x84, 0x46, 0x16, 0x36, 0x68, 0xe1, 0xa3, 0xa6, 0x0e, 0xfd, 0x71, 0xe0, 0x53, 0x22, 0x74, - 0xda, 0xf2, 0xe9, 0xc2, 0x4f, 0x0d, 0xff, 0xe5, 0x0c, 0xed, 0x10, 0x63, 0x22, 0x34, 0xc6, 0xad, - 0x02, 0xe3, 0x85, 0x8f, 0xb1, 0xd1, 0xac, 0x4f, 0x4c, 0xb0, 0xeb, 0xef, 0x00, 0x00, 0x00, 0xff, - 0xff, 0x17, 0x3d, 0xe8, 0xc8, 0xc4, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/bidding_strategy_type.pb.go b/googleapis/ads/googleads/v0/enums/bidding_strategy_type.pb.go deleted file mode 100644 index 791a100f53..0000000000 --- a/googleapis/ads/googleads/v0/enums/bidding_strategy_type.pb.go +++ /dev/null @@ -1,184 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/bidding_strategy_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible bidding strategy types. -type BiddingStrategyTypeEnum_BiddingStrategyType int32 - -const ( - // Not specified. - BiddingStrategyTypeEnum_UNSPECIFIED BiddingStrategyTypeEnum_BiddingStrategyType = 0 - // Used for return value only. Represents value unknown in this version. - BiddingStrategyTypeEnum_UNKNOWN BiddingStrategyTypeEnum_BiddingStrategyType = 1 - // Enhanced CPC is a bidding strategy that raises bids for clicks - // that seem more likely to lead to a conversion and lowers - // them for clicks where they seem less likely. - BiddingStrategyTypeEnum_ENHANCED_CPC BiddingStrategyTypeEnum_BiddingStrategyType = 2 - // Manual click based bidding where user pays per click. - BiddingStrategyTypeEnum_MANUAL_CPC BiddingStrategyTypeEnum_BiddingStrategyType = 3 - // Manual impression based bidding - // where user pays per thousand impressions. - BiddingStrategyTypeEnum_MANUAL_CPM BiddingStrategyTypeEnum_BiddingStrategyType = 4 - // A bidding strategy that pays a configurable amount per video view. - BiddingStrategyTypeEnum_MANUAL_CPV BiddingStrategyTypeEnum_BiddingStrategyType = 13 - // A bidding strategy that automatically maximizes number of conversions - // given a daily budget. - BiddingStrategyTypeEnum_MAXIMIZE_CONVERSIONS BiddingStrategyTypeEnum_BiddingStrategyType = 10 - // An automated bidding strategy that automatically sets bids to maximize - // revenue while spending your budget. - BiddingStrategyTypeEnum_MAXIMIZE_CONVERSION_VALUE BiddingStrategyTypeEnum_BiddingStrategyType = 11 - // Page-One Promoted bidding scheme, which sets max cpc bids to - // target impressions on page one or page one promoted slots on google.com. - BiddingStrategyTypeEnum_PAGE_ONE_PROMOTED BiddingStrategyTypeEnum_BiddingStrategyType = 5 - // Percent Cpc is bidding strategy where bids are a fraction of the - // advertised price for some good or service. - BiddingStrategyTypeEnum_PERCENT_CPC BiddingStrategyTypeEnum_BiddingStrategyType = 12 - // Target CPA is an automated bid strategy that sets bids - // to help get as many conversions as possible - // at the target cost-per-acquisition (CPA) you set. - BiddingStrategyTypeEnum_TARGET_CPA BiddingStrategyTypeEnum_BiddingStrategyType = 6 - // Target CPM is an automated bid strategy that sets bids to help get - // as many impressions as possible at the target cost per one thousand - // impressions (CPM) you set. - BiddingStrategyTypeEnum_TARGET_CPM BiddingStrategyTypeEnum_BiddingStrategyType = 14 - // Target Outrank Share is an automated bidding strategy that sets bids - // based on the target fraction of auctions where the advertiser - // should outrank a specific competitor. - BiddingStrategyTypeEnum_TARGET_OUTRANK_SHARE BiddingStrategyTypeEnum_BiddingStrategyType = 7 - // Target ROAS is an automated bidding strategy - // that helps you maximize revenue while averaging - // a specific target Return On Average Spend (ROAS). - BiddingStrategyTypeEnum_TARGET_ROAS BiddingStrategyTypeEnum_BiddingStrategyType = 8 - // Target Spend is an automated bid strategy that sets your bids - // to help get as many clicks as possible within your budget. - BiddingStrategyTypeEnum_TARGET_SPEND BiddingStrategyTypeEnum_BiddingStrategyType = 9 -) - -var BiddingStrategyTypeEnum_BiddingStrategyType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ENHANCED_CPC", - 3: "MANUAL_CPC", - 4: "MANUAL_CPM", - 13: "MANUAL_CPV", - 10: "MAXIMIZE_CONVERSIONS", - 11: "MAXIMIZE_CONVERSION_VALUE", - 5: "PAGE_ONE_PROMOTED", - 12: "PERCENT_CPC", - 6: "TARGET_CPA", - 14: "TARGET_CPM", - 7: "TARGET_OUTRANK_SHARE", - 8: "TARGET_ROAS", - 9: "TARGET_SPEND", -} -var BiddingStrategyTypeEnum_BiddingStrategyType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ENHANCED_CPC": 2, - "MANUAL_CPC": 3, - "MANUAL_CPM": 4, - "MANUAL_CPV": 13, - "MAXIMIZE_CONVERSIONS": 10, - "MAXIMIZE_CONVERSION_VALUE": 11, - "PAGE_ONE_PROMOTED": 5, - "PERCENT_CPC": 12, - "TARGET_CPA": 6, - "TARGET_CPM": 14, - "TARGET_OUTRANK_SHARE": 7, - "TARGET_ROAS": 8, - "TARGET_SPEND": 9, -} - -func (x BiddingStrategyTypeEnum_BiddingStrategyType) String() string { - return proto.EnumName(BiddingStrategyTypeEnum_BiddingStrategyType_name, int32(x)) -} -func (BiddingStrategyTypeEnum_BiddingStrategyType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_type_e0546c0777be83b2, []int{0, 0} -} - -// Container for enum describing possible bidding strategy types. -type BiddingStrategyTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BiddingStrategyTypeEnum) Reset() { *m = BiddingStrategyTypeEnum{} } -func (m *BiddingStrategyTypeEnum) String() string { return proto.CompactTextString(m) } -func (*BiddingStrategyTypeEnum) ProtoMessage() {} -func (*BiddingStrategyTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_type_e0546c0777be83b2, []int{0} -} -func (m *BiddingStrategyTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BiddingStrategyTypeEnum.Unmarshal(m, b) -} -func (m *BiddingStrategyTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BiddingStrategyTypeEnum.Marshal(b, m, deterministic) -} -func (dst *BiddingStrategyTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_BiddingStrategyTypeEnum.Merge(dst, src) -} -func (m *BiddingStrategyTypeEnum) XXX_Size() int { - return xxx_messageInfo_BiddingStrategyTypeEnum.Size(m) -} -func (m *BiddingStrategyTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_BiddingStrategyTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_BiddingStrategyTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*BiddingStrategyTypeEnum)(nil), "google.ads.googleads.v0.enums.BiddingStrategyTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.BiddingStrategyTypeEnum_BiddingStrategyType", BiddingStrategyTypeEnum_BiddingStrategyType_name, BiddingStrategyTypeEnum_BiddingStrategyType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/bidding_strategy_type.proto", fileDescriptor_bidding_strategy_type_e0546c0777be83b2) -} - -var fileDescriptor_bidding_strategy_type_e0546c0777be83b2 = []byte{ - // 426 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xcd, 0x6e, 0xd3, 0x40, - 0x18, 0x24, 0x2e, 0xb4, 0xb0, 0x29, 0x65, 0x31, 0x20, 0xca, 0x21, 0x87, 0xf6, 0x01, 0xd6, 0x96, - 0x38, 0x61, 0x4e, 0x5f, 0x9c, 0x8f, 0xd4, 0x6a, 0xbd, 0xb6, 0xfc, 0x07, 0xaa, 0x22, 0xad, 0x52, - 0x6c, 0xad, 0x22, 0x35, 0x76, 0x94, 0x75, 0x2b, 0xe5, 0x75, 0x38, 0x72, 0xe5, 0x2d, 0xb8, 0xf0, - 0x1e, 0x48, 0xbc, 0x03, 0xda, 0xb5, 0x1b, 0x29, 0x52, 0xe0, 0x62, 0xcd, 0xec, 0x7c, 0xb3, 0x1e, - 0x7f, 0x63, 0xf2, 0x41, 0x36, 0x8d, 0xbc, 0xad, 0x9c, 0x79, 0xa9, 0x9c, 0x0e, 0x6a, 0x74, 0xef, - 0x3a, 0x55, 0x7d, 0xb7, 0x54, 0xce, 0xcd, 0xa2, 0x2c, 0x17, 0xb5, 0x14, 0xaa, 0x5d, 0xcf, 0xdb, - 0x4a, 0x6e, 0x44, 0xbb, 0x59, 0x55, 0x6c, 0xb5, 0x6e, 0xda, 0xc6, 0x1e, 0x75, 0xf3, 0x6c, 0x5e, - 0x2a, 0xb6, 0xb5, 0xb2, 0x7b, 0x97, 0x19, 0xeb, 0xf9, 0x2f, 0x8b, 0xbc, 0x1d, 0x77, 0xf6, 0xb4, - 0x77, 0x67, 0x9b, 0x55, 0x85, 0xf5, 0xdd, 0xf2, 0xfc, 0x87, 0x45, 0x5e, 0xed, 0xd1, 0xec, 0x17, - 0x64, 0x98, 0xf3, 0x34, 0x46, 0x3f, 0xf8, 0x14, 0xe0, 0x84, 0x3e, 0xb2, 0x87, 0xe4, 0x28, 0xe7, - 0x97, 0x3c, 0xfa, 0xcc, 0xe9, 0xc0, 0xa6, 0xe4, 0x18, 0xf9, 0x05, 0x70, 0x1f, 0x27, 0xc2, 0x8f, - 0x7d, 0x6a, 0xd9, 0x27, 0x84, 0x84, 0xc0, 0x73, 0xb8, 0x32, 0xfc, 0x60, 0x87, 0x87, 0xf4, 0xf1, - 0x0e, 0x2f, 0xe8, 0x73, 0xfb, 0x94, 0xbc, 0x0e, 0xe1, 0x4b, 0x10, 0x06, 0xd7, 0x28, 0xfc, 0x88, - 0x17, 0x98, 0xa4, 0x41, 0xc4, 0x53, 0x4a, 0xec, 0x11, 0x79, 0xb7, 0x47, 0x11, 0x05, 0x5c, 0xe5, - 0x48, 0x87, 0xf6, 0x1b, 0xf2, 0x32, 0x86, 0x29, 0x8a, 0x88, 0xa3, 0x88, 0x93, 0x28, 0x8c, 0x32, - 0x9c, 0xd0, 0x27, 0x3a, 0x6f, 0x8c, 0x89, 0x8f, 0x3c, 0x33, 0x01, 0x8e, 0xf5, 0x0b, 0x33, 0x48, - 0xa6, 0xa8, 0x39, 0xd0, 0xc3, 0x1d, 0x1e, 0xd2, 0x13, 0x1d, 0xa0, 0xe7, 0x51, 0x9e, 0x25, 0xc0, - 0x2f, 0x45, 0x7a, 0x01, 0x09, 0xd2, 0x23, 0x7d, 0x55, 0xaf, 0x24, 0x11, 0xa4, 0xf4, 0xa9, 0xfe, - 0xda, 0xfe, 0x20, 0x8d, 0x91, 0x4f, 0xe8, 0xb3, 0xf1, 0x9f, 0x01, 0x39, 0xfb, 0xda, 0x2c, 0xd9, - 0x7f, 0xf7, 0x3e, 0x3e, 0xdd, 0xb3, 0xd8, 0x58, 0x17, 0x16, 0x0f, 0xae, 0xc7, 0xbd, 0x55, 0x36, - 0xb7, 0xf3, 0x5a, 0xb2, 0x66, 0x2d, 0x1d, 0x59, 0xd5, 0xa6, 0xce, 0x87, 0xf6, 0x57, 0x0b, 0xf5, - 0x8f, 0x9f, 0xe1, 0xa3, 0x79, 0x7e, 0xb3, 0x0e, 0xa6, 0x00, 0xdf, 0xad, 0xd1, 0xb4, 0xbb, 0x0a, - 0x4a, 0xc5, 0x3a, 0xa8, 0x51, 0xe1, 0x32, 0x5d, 0xb0, 0xfa, 0xf9, 0xa0, 0xcf, 0xa0, 0x54, 0xb3, - 0xad, 0x3e, 0x2b, 0xdc, 0x99, 0xd1, 0x7f, 0x5b, 0x67, 0xdd, 0xa1, 0xe7, 0x41, 0xa9, 0x3c, 0x6f, - 0x3b, 0xe1, 0x79, 0x85, 0xeb, 0x79, 0x66, 0xe6, 0xe6, 0xd0, 0x04, 0x7b, 0xff, 0x37, 0x00, 0x00, - 0xff, 0xff, 0x30, 0x1a, 0x16, 0xc8, 0xa4, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/billing_setup_status.pb.go b/googleapis/ads/googleads/v0/enums/billing_setup_status.pb.go deleted file mode 100644 index 3dde5e4655..0000000000 --- a/googleapis/ads/googleads/v0/enums/billing_setup_status.pb.go +++ /dev/null @@ -1,127 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/billing_setup_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible statuses of a BillingSetup. -type BillingSetupStatusEnum_BillingSetupStatus int32 - -const ( - // Not specified. - BillingSetupStatusEnum_UNSPECIFIED BillingSetupStatusEnum_BillingSetupStatus = 0 - // Used for return value only. Represents value unknown in this version. - BillingSetupStatusEnum_UNKNOWN BillingSetupStatusEnum_BillingSetupStatus = 1 - // The billing setup is pending approval. - BillingSetupStatusEnum_PENDING BillingSetupStatusEnum_BillingSetupStatus = 2 - // The billing setup has been approved but the corresponding first budget - // has not. This can only occur for billing setups configured for monthly - // invoicing. - BillingSetupStatusEnum_APPROVED_HELD BillingSetupStatusEnum_BillingSetupStatus = 3 - // The billing setup has been approved. - BillingSetupStatusEnum_APPROVED BillingSetupStatusEnum_BillingSetupStatus = 4 - // The billing setup was cancelled by the user prior to approval. - BillingSetupStatusEnum_CANCELLED BillingSetupStatusEnum_BillingSetupStatus = 5 -) - -var BillingSetupStatusEnum_BillingSetupStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "PENDING", - 3: "APPROVED_HELD", - 4: "APPROVED", - 5: "CANCELLED", -} -var BillingSetupStatusEnum_BillingSetupStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "PENDING": 2, - "APPROVED_HELD": 3, - "APPROVED": 4, - "CANCELLED": 5, -} - -func (x BillingSetupStatusEnum_BillingSetupStatus) String() string { - return proto.EnumName(BillingSetupStatusEnum_BillingSetupStatus_name, int32(x)) -} -func (BillingSetupStatusEnum_BillingSetupStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_status_6bcf06ba71189bb2, []int{0, 0} -} - -// Message describing BillingSetup statuses. -type BillingSetupStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BillingSetupStatusEnum) Reset() { *m = BillingSetupStatusEnum{} } -func (m *BillingSetupStatusEnum) String() string { return proto.CompactTextString(m) } -func (*BillingSetupStatusEnum) ProtoMessage() {} -func (*BillingSetupStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_status_6bcf06ba71189bb2, []int{0} -} -func (m *BillingSetupStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BillingSetupStatusEnum.Unmarshal(m, b) -} -func (m *BillingSetupStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BillingSetupStatusEnum.Marshal(b, m, deterministic) -} -func (dst *BillingSetupStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_BillingSetupStatusEnum.Merge(dst, src) -} -func (m *BillingSetupStatusEnum) XXX_Size() int { - return xxx_messageInfo_BillingSetupStatusEnum.Size(m) -} -func (m *BillingSetupStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_BillingSetupStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_BillingSetupStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*BillingSetupStatusEnum)(nil), "google.ads.googleads.v0.enums.BillingSetupStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.BillingSetupStatusEnum_BillingSetupStatus", BillingSetupStatusEnum_BillingSetupStatus_name, BillingSetupStatusEnum_BillingSetupStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/billing_setup_status.proto", fileDescriptor_billing_setup_status_6bcf06ba71189bb2) -} - -var fileDescriptor_billing_setup_status_6bcf06ba71189bb2 = []byte{ - // 317 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdf, 0x4a, 0xc3, 0x30, - 0x18, 0xc5, 0x6d, 0xe7, 0xdf, 0xcc, 0x61, 0xcd, 0x85, 0x5e, 0xed, 0x62, 0x7b, 0x80, 0xb4, 0xe0, - 0x8d, 0xc4, 0xab, 0x74, 0x8d, 0x73, 0x38, 0xb2, 0xe0, 0x58, 0x05, 0x29, 0x8c, 0xce, 0x96, 0x30, - 0xe8, 0x9a, 0xb1, 0xb4, 0x7b, 0x07, 0x5f, 0xc3, 0x4b, 0x1f, 0xc5, 0x47, 0x11, 0x1f, 0x42, 0x92, - 0xb8, 0xde, 0x0c, 0xbd, 0x09, 0x27, 0xdf, 0xf9, 0x7e, 0xe1, 0xe4, 0x80, 0x5b, 0x21, 0xa5, 0x28, - 0x72, 0x3f, 0xcd, 0x94, 0x6f, 0xa5, 0x56, 0xdb, 0xc0, 0xcf, 0xcb, 0x7a, 0xa5, 0xfc, 0xc5, 0xb2, - 0x28, 0x96, 0xa5, 0x98, 0xab, 0xbc, 0xaa, 0xd7, 0x73, 0x55, 0xa5, 0x55, 0xad, 0xd0, 0x7a, 0x23, - 0x2b, 0x09, 0xbb, 0x76, 0x1d, 0xa5, 0x99, 0x42, 0x0d, 0x89, 0xb6, 0x01, 0x32, 0x64, 0xff, 0xcd, - 0x01, 0x57, 0xa1, 0xa5, 0xa7, 0x1a, 0x9e, 0x1a, 0x96, 0x96, 0xf5, 0xaa, 0x2f, 0x01, 0xdc, 0x77, - 0xe0, 0x05, 0x68, 0xcf, 0xd8, 0x94, 0xd3, 0xc1, 0xe8, 0x7e, 0x44, 0x23, 0xef, 0x00, 0xb6, 0xc1, - 0xc9, 0x8c, 0x3d, 0xb2, 0xc9, 0x33, 0xf3, 0x1c, 0x7d, 0xe1, 0x94, 0x45, 0x23, 0x36, 0xf4, 0x5c, - 0x78, 0x09, 0x3a, 0x84, 0xf3, 0xa7, 0x49, 0x4c, 0xa3, 0xf9, 0x03, 0x1d, 0x47, 0x5e, 0x0b, 0x9e, - 0x83, 0xd3, 0xdd, 0xc8, 0x3b, 0x84, 0x1d, 0x70, 0x36, 0x20, 0x6c, 0x40, 0xc7, 0x63, 0x1a, 0x79, - 0x47, 0xe1, 0xb7, 0x03, 0x7a, 0xaf, 0x72, 0x85, 0xfe, 0x4d, 0x1c, 0x5e, 0xef, 0x87, 0xe2, 0xfa, - 0xa7, 0xdc, 0x79, 0x09, 0x7f, 0x49, 0x21, 0x8b, 0xb4, 0x14, 0x48, 0x6e, 0x84, 0x2f, 0xf2, 0xd2, - 0xf4, 0xb0, 0x6b, 0x6d, 0xbd, 0x54, 0x7f, 0x94, 0x78, 0x67, 0xce, 0x77, 0xb7, 0x35, 0x24, 0xe4, - 0xc3, 0xed, 0x0e, 0xed, 0x53, 0x24, 0x53, 0xc8, 0x4a, 0xad, 0xe2, 0x00, 0xe9, 0x6a, 0xd4, 0xe7, - 0xce, 0x4f, 0x48, 0xa6, 0x92, 0xc6, 0x4f, 0xe2, 0x20, 0x31, 0xfe, 0x97, 0xdb, 0xb3, 0x43, 0x8c, - 0x49, 0xa6, 0x30, 0x6e, 0x36, 0x30, 0x8e, 0x03, 0x8c, 0xcd, 0xce, 0xe2, 0xd8, 0x04, 0xbb, 0xf9, - 0x09, 0x00, 0x00, 0xff, 0xff, 0x0f, 0x6a, 0xf6, 0xe9, 0xdc, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/brand_safety_suitability.pb.go b/googleapis/ads/googleads/v0/enums/brand_safety_suitability.pb.go deleted file mode 100644 index d34005da2c..0000000000 --- a/googleapis/ads/googleads/v0/enums/brand_safety_suitability.pb.go +++ /dev/null @@ -1,142 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/brand_safety_suitability.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// 3-Tier brand safety suitability control. -type BrandSafetySuitabilityEnum_BrandSafetySuitability int32 - -const ( - // Not specified. - BrandSafetySuitabilityEnum_UNSPECIFIED BrandSafetySuitabilityEnum_BrandSafetySuitability = 0 - // Used for return value only. Represents value unknown in this version. - BrandSafetySuitabilityEnum_UNKNOWN BrandSafetySuitabilityEnum_BrandSafetySuitability = 1 - // This option lets you show ads across all inventory on YouTube and video - // partners that meet our standards for monetization. This option may be an - // appropriate choice for brands that want maximum access to the full - // breadth of videos eligible for ads, including, for example, videos that - // have strong profanity in the context of comedy or a documentary, or - // excessive violence as featured in video games. - BrandSafetySuitabilityEnum_EXPANDED_INVENTORY BrandSafetySuitabilityEnum_BrandSafetySuitability = 2 - // This option lets you show ads across a wide range of content that's - // appropriate for most brands, such as popular music videos, documentaries, - // and movie trailers. The content you can show ads on is based on YouTube's - // advertiser-friendly content guidelines that take into account, for - // example, the strength or frequency of profanity, or the appropriateness - // of subject matter like sensitive events. Ads won't show, for example, on - // content with repeated strong profanity, strong sexual content, or graphic - // violence. - BrandSafetySuitabilityEnum_STANDARD_INVENTORY BrandSafetySuitabilityEnum_BrandSafetySuitability = 3 - // This option lets you show ads on a reduced range of content that's - // appropriate for brands with particularly strict guidelines around - // inappropriate language and sexual suggestiveness; above and beyond what - // YouTube's advertiser-friendly content guidelines address. The videos - // accessible in this sensitive category meet heightened requirements, - // especially for inappropriate language and sexual suggestiveness. For - // example, your ads will be excluded from showing on some of YouTube's most - // popular music videos and other pop culture content across YouTube and - // Google video partners. - BrandSafetySuitabilityEnum_LIMITED_INVENTORY BrandSafetySuitabilityEnum_BrandSafetySuitability = 4 -) - -var BrandSafetySuitabilityEnum_BrandSafetySuitability_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "EXPANDED_INVENTORY", - 3: "STANDARD_INVENTORY", - 4: "LIMITED_INVENTORY", -} -var BrandSafetySuitabilityEnum_BrandSafetySuitability_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "EXPANDED_INVENTORY": 2, - "STANDARD_INVENTORY": 3, - "LIMITED_INVENTORY": 4, -} - -func (x BrandSafetySuitabilityEnum_BrandSafetySuitability) String() string { - return proto.EnumName(BrandSafetySuitabilityEnum_BrandSafetySuitability_name, int32(x)) -} -func (BrandSafetySuitabilityEnum_BrandSafetySuitability) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_brand_safety_suitability_9619f3de7a720efd, []int{0, 0} -} - -// Container for enum with 3-Tier brand safety suitability control. -type BrandSafetySuitabilityEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BrandSafetySuitabilityEnum) Reset() { *m = BrandSafetySuitabilityEnum{} } -func (m *BrandSafetySuitabilityEnum) String() string { return proto.CompactTextString(m) } -func (*BrandSafetySuitabilityEnum) ProtoMessage() {} -func (*BrandSafetySuitabilityEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_brand_safety_suitability_9619f3de7a720efd, []int{0} -} -func (m *BrandSafetySuitabilityEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BrandSafetySuitabilityEnum.Unmarshal(m, b) -} -func (m *BrandSafetySuitabilityEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BrandSafetySuitabilityEnum.Marshal(b, m, deterministic) -} -func (dst *BrandSafetySuitabilityEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_BrandSafetySuitabilityEnum.Merge(dst, src) -} -func (m *BrandSafetySuitabilityEnum) XXX_Size() int { - return xxx_messageInfo_BrandSafetySuitabilityEnum.Size(m) -} -func (m *BrandSafetySuitabilityEnum) XXX_DiscardUnknown() { - xxx_messageInfo_BrandSafetySuitabilityEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_BrandSafetySuitabilityEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*BrandSafetySuitabilityEnum)(nil), "google.ads.googleads.v0.enums.BrandSafetySuitabilityEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.BrandSafetySuitabilityEnum_BrandSafetySuitability", BrandSafetySuitabilityEnum_BrandSafetySuitability_name, BrandSafetySuitabilityEnum_BrandSafetySuitability_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/brand_safety_suitability.proto", fileDescriptor_brand_safety_suitability_9619f3de7a720efd) -} - -var fileDescriptor_brand_safety_suitability_9619f3de7a720efd = []byte{ - // 321 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x49, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xa4, 0xa2, 0xc4, 0xbc, 0x94, 0xf8, 0xe2, 0xc4, 0xb4, 0xd4, 0x92, 0xca, - 0xf8, 0xe2, 0xd2, 0xcc, 0x92, 0xc4, 0xa4, 0xcc, 0x9c, 0xcc, 0x92, 0x4a, 0xbd, 0x82, 0xa2, 0xfc, - 0x92, 0x7c, 0x21, 0x59, 0x88, 0x16, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x6e, 0xbd, 0x32, 0x03, - 0x3d, 0xb0, 0x6e, 0xa5, 0xd9, 0x8c, 0x5c, 0x52, 0x4e, 0x20, 0x13, 0x82, 0xc1, 0x06, 0x04, 0x23, - 0xf4, 0xbb, 0xe6, 0x95, 0xe6, 0x2a, 0xd5, 0x72, 0x89, 0x61, 0x97, 0x15, 0xe2, 0xe7, 0xe2, 0x0e, - 0xf5, 0x0b, 0x0e, 0x70, 0x75, 0xf6, 0x74, 0xf3, 0x74, 0x75, 0x11, 0x60, 0x10, 0xe2, 0xe6, 0x62, - 0x0f, 0xf5, 0xf3, 0xf6, 0xf3, 0x0f, 0xf7, 0x13, 0x60, 0x14, 0x12, 0xe3, 0x12, 0x72, 0x8d, 0x08, - 0x70, 0xf4, 0x73, 0x71, 0x75, 0x89, 0xf7, 0xf4, 0x0b, 0x73, 0xf5, 0x0b, 0xf1, 0x0f, 0x8a, 0x14, - 0x60, 0x02, 0x89, 0x07, 0x87, 0x38, 0xfa, 0xb9, 0x38, 0x06, 0x21, 0x8b, 0x33, 0x0b, 0x89, 0x72, - 0x09, 0xfa, 0x78, 0xfa, 0x7a, 0x86, 0xa0, 0x28, 0x67, 0x71, 0xfa, 0xc0, 0xc8, 0xa5, 0x98, 0x9c, - 0x9f, 0xab, 0x87, 0xd7, 0x0f, 0x4e, 0xd2, 0xd8, 0x9d, 0x18, 0x00, 0xf2, 0x7f, 0x00, 0x63, 0x94, - 0x13, 0x54, 0x77, 0x7a, 0x7e, 0x4e, 0x62, 0x5e, 0xba, 0x5e, 0x7e, 0x51, 0xba, 0x7e, 0x7a, 0x6a, - 0x1e, 0x38, 0x74, 0x60, 0xe1, 0x59, 0x90, 0x59, 0x8c, 0x23, 0x78, 0xad, 0xc1, 0xe4, 0x22, 0x26, - 0x66, 0x77, 0x47, 0xc7, 0x55, 0x4c, 0xb2, 0xee, 0x10, 0xa3, 0x1c, 0x53, 0x8a, 0xf5, 0x20, 0x4c, - 0x10, 0x2b, 0xcc, 0x40, 0x0f, 0x14, 0x58, 0xc5, 0xa7, 0x60, 0xf2, 0x31, 0x8e, 0x29, 0xc5, 0x31, - 0x70, 0xf9, 0x98, 0x30, 0x83, 0x18, 0xb0, 0xfc, 0x2b, 0x26, 0x45, 0x88, 0xa0, 0x95, 0x95, 0x63, - 0x4a, 0xb1, 0x95, 0x15, 0x5c, 0x85, 0x95, 0x55, 0x98, 0x81, 0x95, 0x15, 0x58, 0x4d, 0x12, 0x1b, - 0xd8, 0x61, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa8, 0x3c, 0x85, 0xe6, 0xf6, 0x01, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/budget_delivery_method.pb.go b/googleapis/ads/googleads/v0/enums/budget_delivery_method.pb.go deleted file mode 100644 index 5435fafda7..0000000000 --- a/googleapis/ads/googleads/v0/enums/budget_delivery_method.pb.go +++ /dev/null @@ -1,119 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/budget_delivery_method.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible delivery methods of a Budget. -type BudgetDeliveryMethodEnum_BudgetDeliveryMethod int32 - -const ( - // Not specified. - BudgetDeliveryMethodEnum_UNSPECIFIED BudgetDeliveryMethodEnum_BudgetDeliveryMethod = 0 - // Used for return value only. Represents value unknown in this version. - BudgetDeliveryMethodEnum_UNKNOWN BudgetDeliveryMethodEnum_BudgetDeliveryMethod = 1 - // The budget server will throttle serving evenly across - // the entire time period. - BudgetDeliveryMethodEnum_STANDARD BudgetDeliveryMethodEnum_BudgetDeliveryMethod = 2 - // The budget server will not throttle serving, - // and ads will serve as fast as possible. - BudgetDeliveryMethodEnum_ACCELERATED BudgetDeliveryMethodEnum_BudgetDeliveryMethod = 3 -) - -var BudgetDeliveryMethodEnum_BudgetDeliveryMethod_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "STANDARD", - 3: "ACCELERATED", -} -var BudgetDeliveryMethodEnum_BudgetDeliveryMethod_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "STANDARD": 2, - "ACCELERATED": 3, -} - -func (x BudgetDeliveryMethodEnum_BudgetDeliveryMethod) String() string { - return proto.EnumName(BudgetDeliveryMethodEnum_BudgetDeliveryMethod_name, int32(x)) -} -func (BudgetDeliveryMethodEnum_BudgetDeliveryMethod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_budget_delivery_method_6c418482766d5979, []int{0, 0} -} - -// Message describing Budget delivery methods. A delivery method determines the -// rate at which the Budget is spent. -type BudgetDeliveryMethodEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BudgetDeliveryMethodEnum) Reset() { *m = BudgetDeliveryMethodEnum{} } -func (m *BudgetDeliveryMethodEnum) String() string { return proto.CompactTextString(m) } -func (*BudgetDeliveryMethodEnum) ProtoMessage() {} -func (*BudgetDeliveryMethodEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_budget_delivery_method_6c418482766d5979, []int{0} -} -func (m *BudgetDeliveryMethodEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BudgetDeliveryMethodEnum.Unmarshal(m, b) -} -func (m *BudgetDeliveryMethodEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BudgetDeliveryMethodEnum.Marshal(b, m, deterministic) -} -func (dst *BudgetDeliveryMethodEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_BudgetDeliveryMethodEnum.Merge(dst, src) -} -func (m *BudgetDeliveryMethodEnum) XXX_Size() int { - return xxx_messageInfo_BudgetDeliveryMethodEnum.Size(m) -} -func (m *BudgetDeliveryMethodEnum) XXX_DiscardUnknown() { - xxx_messageInfo_BudgetDeliveryMethodEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_BudgetDeliveryMethodEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*BudgetDeliveryMethodEnum)(nil), "google.ads.googleads.v0.enums.BudgetDeliveryMethodEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.BudgetDeliveryMethodEnum_BudgetDeliveryMethod", BudgetDeliveryMethodEnum_BudgetDeliveryMethod_name, BudgetDeliveryMethodEnum_BudgetDeliveryMethod_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/budget_delivery_method.proto", fileDescriptor_budget_delivery_method_6c418482766d5979) -} - -var fileDescriptor_budget_delivery_method_6c418482766d5979 = []byte{ - // 298 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, - 0x1c, 0xc6, 0x6d, 0x07, 0x2a, 0x99, 0x60, 0x29, 0x1e, 0xf4, 0xb0, 0xc3, 0xf6, 0x00, 0x69, 0xc1, - 0x5b, 0x3c, 0xa5, 0x6d, 0x1c, 0x43, 0xad, 0x65, 0xdd, 0x2a, 0x48, 0x61, 0x74, 0x26, 0xc4, 0x41, - 0xdb, 0x8c, 0xa6, 0x2d, 0xf8, 0x3a, 0x1e, 0x7d, 0x14, 0x1f, 0xc5, 0x83, 0xcf, 0x20, 0x4d, 0xb6, - 0x9e, 0xe6, 0x2e, 0xe1, 0x23, 0xdf, 0xf7, 0x4b, 0xfe, 0xff, 0x0f, 0x20, 0x2e, 0x04, 0xcf, 0x99, - 0x93, 0x51, 0xe9, 0x68, 0xd9, 0xa9, 0xd6, 0x75, 0x58, 0xd9, 0x14, 0xd2, 0x59, 0x37, 0x94, 0xb3, - 0x7a, 0x45, 0x59, 0xbe, 0x69, 0x59, 0xf5, 0xb1, 0x2a, 0x58, 0xfd, 0x2e, 0x28, 0xdc, 0x56, 0xa2, - 0x16, 0xf6, 0x48, 0x03, 0x30, 0xa3, 0x12, 0xf6, 0x2c, 0x6c, 0x5d, 0xa8, 0xd8, 0x89, 0x00, 0xd7, - 0x9e, 0xc2, 0x83, 0x1d, 0xfd, 0xa4, 0x60, 0x52, 0x36, 0xc5, 0x24, 0x06, 0x57, 0x87, 0x3c, 0xfb, - 0x12, 0x0c, 0x97, 0x61, 0x1c, 0x11, 0x7f, 0x76, 0x3f, 0x23, 0x81, 0x75, 0x62, 0x0f, 0xc1, 0xd9, - 0x32, 0x7c, 0x08, 0x9f, 0x5f, 0x42, 0xcb, 0xb0, 0x2f, 0xc0, 0x79, 0xbc, 0xc0, 0x61, 0x80, 0xe7, - 0x81, 0x65, 0x76, 0x59, 0xec, 0xfb, 0xe4, 0x91, 0xcc, 0xf1, 0x82, 0x04, 0xd6, 0xc0, 0xfb, 0x35, - 0xc0, 0xf8, 0x4d, 0x14, 0xf0, 0xe8, 0x58, 0xde, 0xcd, 0xa1, 0x8f, 0xa3, 0x6e, 0xa1, 0xc8, 0x78, - 0xf5, 0x76, 0x2c, 0x17, 0x79, 0x56, 0x72, 0x28, 0x2a, 0xee, 0x70, 0x56, 0xaa, 0x75, 0xf7, 0xf5, - 0x6c, 0x37, 0xf2, 0x9f, 0xb6, 0xee, 0xd4, 0xf9, 0x69, 0x0e, 0xa6, 0x18, 0x7f, 0x99, 0xa3, 0xa9, - 0x7e, 0x0a, 0x53, 0x09, 0xb5, 0xec, 0x54, 0xe2, 0xc2, 0xae, 0x00, 0xf9, 0xbd, 0xf7, 0x53, 0x4c, - 0x65, 0xda, 0xfb, 0x69, 0xe2, 0xa6, 0xca, 0xff, 0x31, 0xc7, 0xfa, 0x12, 0x21, 0x4c, 0x25, 0x42, - 0x7d, 0x02, 0xa1, 0xc4, 0x45, 0x48, 0x65, 0xd6, 0xa7, 0x6a, 0xb0, 0xdb, 0xbf, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xb4, 0x6a, 0x3a, 0x8b, 0xc5, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/budget_period.pb.go b/googleapis/ads/googleads/v0/enums/budget_period.pb.go deleted file mode 100644 index edeba5c8e6..0000000000 --- a/googleapis/ads/googleads/v0/enums/budget_period.pb.go +++ /dev/null @@ -1,120 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/budget_period.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible period of a Budget. -type BudgetPeriodEnum_BudgetPeriod int32 - -const ( - // Not specified. - BudgetPeriodEnum_UNSPECIFIED BudgetPeriodEnum_BudgetPeriod = 0 - // Used for return value only. Represents value unknown in this version. - BudgetPeriodEnum_UNKNOWN BudgetPeriodEnum_BudgetPeriod = 1 - // Daily budget. - BudgetPeriodEnum_DAILY BudgetPeriodEnum_BudgetPeriod = 2 - // Custom budget. - BudgetPeriodEnum_CUSTOM BudgetPeriodEnum_BudgetPeriod = 3 - // Fixed daily budget. - BudgetPeriodEnum_FIXED_DAILY BudgetPeriodEnum_BudgetPeriod = 4 -) - -var BudgetPeriodEnum_BudgetPeriod_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "DAILY", - 3: "CUSTOM", - 4: "FIXED_DAILY", -} -var BudgetPeriodEnum_BudgetPeriod_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "DAILY": 2, - "CUSTOM": 3, - "FIXED_DAILY": 4, -} - -func (x BudgetPeriodEnum_BudgetPeriod) String() string { - return proto.EnumName(BudgetPeriodEnum_BudgetPeriod_name, int32(x)) -} -func (BudgetPeriodEnum_BudgetPeriod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_budget_period_1e524779b36be031, []int{0, 0} -} - -// Message describing Budget period. -type BudgetPeriodEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BudgetPeriodEnum) Reset() { *m = BudgetPeriodEnum{} } -func (m *BudgetPeriodEnum) String() string { return proto.CompactTextString(m) } -func (*BudgetPeriodEnum) ProtoMessage() {} -func (*BudgetPeriodEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_budget_period_1e524779b36be031, []int{0} -} -func (m *BudgetPeriodEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BudgetPeriodEnum.Unmarshal(m, b) -} -func (m *BudgetPeriodEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BudgetPeriodEnum.Marshal(b, m, deterministic) -} -func (dst *BudgetPeriodEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_BudgetPeriodEnum.Merge(dst, src) -} -func (m *BudgetPeriodEnum) XXX_Size() int { - return xxx_messageInfo_BudgetPeriodEnum.Size(m) -} -func (m *BudgetPeriodEnum) XXX_DiscardUnknown() { - xxx_messageInfo_BudgetPeriodEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_BudgetPeriodEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*BudgetPeriodEnum)(nil), "google.ads.googleads.v0.enums.BudgetPeriodEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.BudgetPeriodEnum_BudgetPeriod", BudgetPeriodEnum_BudgetPeriod_name, BudgetPeriodEnum_BudgetPeriod_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/budget_period.proto", fileDescriptor_budget_period_1e524779b36be031) -} - -var fileDescriptor_budget_period_1e524779b36be031 = []byte{ - // 291 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4c, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xa4, 0xd2, 0x94, 0xf4, 0xd4, 0x92, 0xf8, 0x82, 0xd4, 0xa2, 0xcc, 0xfc, - 0x14, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x3a, 0xbd, 0xc4, 0x94, 0x62, 0x3d, - 0xb8, 0x16, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x16, 0xa5, 0x0c, 0x2e, 0x01, 0x27, 0xb0, 0xae, 0x00, - 0xb0, 0x26, 0xd7, 0xbc, 0xd2, 0x5c, 0xa5, 0x10, 0x2e, 0x1e, 0x64, 0x31, 0x21, 0x7e, 0x2e, 0xee, - 0x50, 0xbf, 0xe0, 0x00, 0x57, 0x67, 0x4f, 0x37, 0x4f, 0x57, 0x17, 0x01, 0x06, 0x21, 0x6e, 0x2e, - 0xf6, 0x50, 0x3f, 0x6f, 0x3f, 0xff, 0x70, 0x3f, 0x01, 0x46, 0x21, 0x4e, 0x2e, 0x56, 0x17, 0x47, - 0x4f, 0x9f, 0x48, 0x01, 0x26, 0x21, 0x2e, 0x2e, 0x36, 0xe7, 0xd0, 0xe0, 0x10, 0x7f, 0x5f, 0x01, - 0x66, 0x90, 0x26, 0x37, 0xcf, 0x08, 0x57, 0x97, 0x78, 0x88, 0x24, 0x8b, 0xd3, 0x33, 0x46, 0x2e, - 0xc5, 0xe4, 0xfc, 0x5c, 0x3d, 0xbc, 0xee, 0x71, 0x12, 0x44, 0xb6, 0x39, 0x00, 0xe4, 0x83, 0x00, - 0xc6, 0x28, 0x27, 0xa8, 0x9e, 0xf4, 0xfc, 0x9c, 0xc4, 0xbc, 0x74, 0xbd, 0xfc, 0xa2, 0x74, 0xfd, - 0xf4, 0xd4, 0x3c, 0xb0, 0xff, 0x60, 0xc1, 0x50, 0x90, 0x59, 0x8c, 0x23, 0x54, 0xac, 0xc1, 0xe4, - 0x22, 0x26, 0x66, 0x77, 0x47, 0xc7, 0x55, 0x4c, 0xb2, 0xee, 0x10, 0xa3, 0x1c, 0x53, 0x8a, 0xf5, - 0x20, 0x4c, 0x10, 0x2b, 0xcc, 0x40, 0x0f, 0xe4, 0xf3, 0xe2, 0x53, 0x30, 0xf9, 0x18, 0xc7, 0x94, - 0xe2, 0x18, 0xb8, 0x7c, 0x4c, 0x98, 0x41, 0x0c, 0x58, 0xfe, 0x15, 0x93, 0x22, 0x44, 0xd0, 0xca, - 0xca, 0x31, 0xa5, 0xd8, 0xca, 0x0a, 0xae, 0xc2, 0xca, 0x2a, 0xcc, 0xc0, 0xca, 0x0a, 0xac, 0x26, - 0x89, 0x0d, 0xec, 0x30, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xbb, 0x8d, 0x03, 0x9f, 0xad, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/budget_status.pb.go b/googleapis/ads/googleads/v0/enums/budget_status.pb.go deleted file mode 100644 index a5ab8ad300..0000000000 --- a/googleapis/ads/googleads/v0/enums/budget_status.pb.go +++ /dev/null @@ -1,115 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/budget_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible statuses of a Budget. -type BudgetStatusEnum_BudgetStatus int32 - -const ( - // Not specified. - BudgetStatusEnum_UNSPECIFIED BudgetStatusEnum_BudgetStatus = 0 - // Used for return value only. Represents value unknown in this version. - BudgetStatusEnum_UNKNOWN BudgetStatusEnum_BudgetStatus = 1 - // Budget is enabled. - BudgetStatusEnum_ENABLED BudgetStatusEnum_BudgetStatus = 2 - // Budget is removed. - BudgetStatusEnum_REMOVED BudgetStatusEnum_BudgetStatus = 3 -) - -var BudgetStatusEnum_BudgetStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ENABLED", - 3: "REMOVED", -} -var BudgetStatusEnum_BudgetStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ENABLED": 2, - "REMOVED": 3, -} - -func (x BudgetStatusEnum_BudgetStatus) String() string { - return proto.EnumName(BudgetStatusEnum_BudgetStatus_name, int32(x)) -} -func (BudgetStatusEnum_BudgetStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_budget_status_8c42753c66268429, []int{0, 0} -} - -// Message describing a Budget status -type BudgetStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BudgetStatusEnum) Reset() { *m = BudgetStatusEnum{} } -func (m *BudgetStatusEnum) String() string { return proto.CompactTextString(m) } -func (*BudgetStatusEnum) ProtoMessage() {} -func (*BudgetStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_budget_status_8c42753c66268429, []int{0} -} -func (m *BudgetStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BudgetStatusEnum.Unmarshal(m, b) -} -func (m *BudgetStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BudgetStatusEnum.Marshal(b, m, deterministic) -} -func (dst *BudgetStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_BudgetStatusEnum.Merge(dst, src) -} -func (m *BudgetStatusEnum) XXX_Size() int { - return xxx_messageInfo_BudgetStatusEnum.Size(m) -} -func (m *BudgetStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_BudgetStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_BudgetStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*BudgetStatusEnum)(nil), "google.ads.googleads.v0.enums.BudgetStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.BudgetStatusEnum_BudgetStatus", BudgetStatusEnum_BudgetStatus_name, BudgetStatusEnum_BudgetStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/budget_status.proto", fileDescriptor_budget_status_8c42753c66268429) -} - -var fileDescriptor_budget_status_8c42753c66268429 = []byte{ - // 278 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4c, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xa4, 0xd2, 0x94, 0xf4, 0xd4, 0x92, 0xf8, 0xe2, 0x92, 0xc4, 0x92, 0xd2, - 0x62, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x3a, 0xbd, 0xc4, 0x94, 0x62, 0x3d, - 0xb8, 0x16, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x16, 0xa5, 0x28, 0x2e, 0x01, 0x27, 0xb0, 0xae, 0x60, - 0xb0, 0x26, 0xd7, 0xbc, 0xd2, 0x5c, 0x25, 0x37, 0x2e, 0x1e, 0x64, 0x31, 0x21, 0x7e, 0x2e, 0xee, - 0x50, 0xbf, 0xe0, 0x00, 0x57, 0x67, 0x4f, 0x37, 0x4f, 0x57, 0x17, 0x01, 0x06, 0x21, 0x6e, 0x2e, - 0xf6, 0x50, 0x3f, 0x6f, 0x3f, 0xff, 0x70, 0x3f, 0x01, 0x46, 0x10, 0xc7, 0xd5, 0xcf, 0xd1, 0xc9, - 0xc7, 0xd5, 0x45, 0x80, 0x09, 0xc4, 0x09, 0x72, 0xf5, 0xf5, 0x0f, 0x73, 0x75, 0x11, 0x60, 0x76, - 0x7a, 0xc6, 0xc8, 0xa5, 0x98, 0x9c, 0x9f, 0xab, 0x87, 0xd7, 0x05, 0x4e, 0x82, 0xc8, 0x76, 0x05, - 0x80, 0xdc, 0x1c, 0xc0, 0x18, 0xe5, 0x04, 0xd5, 0x93, 0x9e, 0x9f, 0x93, 0x98, 0x97, 0xae, 0x97, - 0x5f, 0x94, 0xae, 0x9f, 0x9e, 0x9a, 0x07, 0xf6, 0x11, 0xcc, 0xe3, 0x05, 0x99, 0xc5, 0x38, 0xc2, - 0xc1, 0x1a, 0x4c, 0x2e, 0x62, 0x62, 0x76, 0x77, 0x74, 0x5c, 0xc5, 0x24, 0xeb, 0x0e, 0x31, 0xca, - 0x31, 0xa5, 0x58, 0x0f, 0xc2, 0x04, 0xb1, 0xc2, 0x0c, 0xf4, 0x40, 0x7e, 0x2d, 0x3e, 0x05, 0x93, - 0x8f, 0x71, 0x4c, 0x29, 0x8e, 0x81, 0xcb, 0xc7, 0x84, 0x19, 0xc4, 0x80, 0xe5, 0x5f, 0x31, 0x29, - 0x42, 0x04, 0xad, 0xac, 0x1c, 0x53, 0x8a, 0xad, 0xac, 0xe0, 0x2a, 0xac, 0xac, 0xc2, 0x0c, 0xac, - 0xac, 0xc0, 0x6a, 0x92, 0xd8, 0xc0, 0x0e, 0x33, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x5b, 0x67, - 0x8a, 0x7b, 0x9f, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/call_conversion_reporting_state.pb.go b/googleapis/ads/googleads/v0/enums/call_conversion_reporting_state.pb.go deleted file mode 100644 index 02357dccea..0000000000 --- a/googleapis/ads/googleads/v0/enums/call_conversion_reporting_state.pb.go +++ /dev/null @@ -1,126 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/call_conversion_reporting_state.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible data types for a call conversion action state. -type CallConversionReportingStateEnum_CallConversionReportingState int32 - -const ( - // Not specified. - CallConversionReportingStateEnum_UNSPECIFIED CallConversionReportingStateEnum_CallConversionReportingState = 0 - // Used for return value only. Represents value unknown in this version. - CallConversionReportingStateEnum_UNKNOWN CallConversionReportingStateEnum_CallConversionReportingState = 1 - // Call conversion action is disabled. - CallConversionReportingStateEnum_DISABLED CallConversionReportingStateEnum_CallConversionReportingState = 2 - // Call conversion action will use call conversion type set at the - // account level. - CallConversionReportingStateEnum_USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION CallConversionReportingStateEnum_CallConversionReportingState = 3 - // Call conversion action will use call conversion type set at the resource - // (call only ads/call extensions) level. - CallConversionReportingStateEnum_USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION CallConversionReportingStateEnum_CallConversionReportingState = 4 -) - -var CallConversionReportingStateEnum_CallConversionReportingState_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "DISABLED", - 3: "USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION", - 4: "USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION", -} -var CallConversionReportingStateEnum_CallConversionReportingState_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "DISABLED": 2, - "USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION": 3, - "USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION": 4, -} - -func (x CallConversionReportingStateEnum_CallConversionReportingState) String() string { - return proto.EnumName(CallConversionReportingStateEnum_CallConversionReportingState_name, int32(x)) -} -func (CallConversionReportingStateEnum_CallConversionReportingState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_call_conversion_reporting_state_6294333def669d49, []int{0, 0} -} - -// Container for enum describing possible data types for call conversion -// reporting state. -type CallConversionReportingStateEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CallConversionReportingStateEnum) Reset() { *m = CallConversionReportingStateEnum{} } -func (m *CallConversionReportingStateEnum) String() string { return proto.CompactTextString(m) } -func (*CallConversionReportingStateEnum) ProtoMessage() {} -func (*CallConversionReportingStateEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_call_conversion_reporting_state_6294333def669d49, []int{0} -} -func (m *CallConversionReportingStateEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CallConversionReportingStateEnum.Unmarshal(m, b) -} -func (m *CallConversionReportingStateEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CallConversionReportingStateEnum.Marshal(b, m, deterministic) -} -func (dst *CallConversionReportingStateEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CallConversionReportingStateEnum.Merge(dst, src) -} -func (m *CallConversionReportingStateEnum) XXX_Size() int { - return xxx_messageInfo_CallConversionReportingStateEnum.Size(m) -} -func (m *CallConversionReportingStateEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CallConversionReportingStateEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CallConversionReportingStateEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CallConversionReportingStateEnum)(nil), "google.ads.googleads.v0.enums.CallConversionReportingStateEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.CallConversionReportingStateEnum_CallConversionReportingState", CallConversionReportingStateEnum_CallConversionReportingState_name, CallConversionReportingStateEnum_CallConversionReportingState_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/call_conversion_reporting_state.proto", fileDescriptor_call_conversion_reporting_state_6294333def669d49) -} - -var fileDescriptor_call_conversion_reporting_state_6294333def669d49 = []byte{ - // 350 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x41, 0x6b, 0xb3, 0x30, - 0x1c, 0xc6, 0x5f, 0xed, 0xcb, 0xfb, 0x8e, 0x74, 0x30, 0xf1, 0xbc, 0xc2, 0xda, 0xd3, 0x06, 0x5b, - 0x14, 0x76, 0xcb, 0x4e, 0x31, 0xcd, 0x8a, 0x4c, 0x62, 0xd1, 0xea, 0x60, 0x08, 0xc1, 0x55, 0x91, - 0x82, 0x4d, 0x8a, 0xb1, 0xfd, 0x40, 0xbb, 0x0c, 0xf6, 0x51, 0xc6, 0x3e, 0xc9, 0x3e, 0xc0, 0xce, - 0x43, 0x5d, 0xbd, 0xcd, 0x4b, 0x78, 0xc8, 0xf3, 0xe4, 0x47, 0xfe, 0xcf, 0x1f, 0x90, 0x42, 0xca, - 0xa2, 0xcc, 0xad, 0x34, 0x53, 0x56, 0x27, 0x1b, 0x75, 0xb0, 0xad, 0x5c, 0xec, 0xb7, 0xca, 0x5a, - 0xa7, 0x65, 0xc9, 0xd7, 0x52, 0x1c, 0xf2, 0x4a, 0x6d, 0xa4, 0xe0, 0x55, 0xbe, 0x93, 0x55, 0xbd, - 0x11, 0x05, 0x57, 0x75, 0x5a, 0xe7, 0x70, 0x57, 0xc9, 0x5a, 0x9a, 0x93, 0xee, 0x25, 0x4c, 0x33, - 0x05, 0x7b, 0x08, 0x3c, 0xd8, 0xb0, 0x85, 0xcc, 0x3e, 0x34, 0x70, 0x41, 0xd2, 0xb2, 0x24, 0x3d, - 0x27, 0x38, 0x62, 0xc2, 0x86, 0x42, 0xc5, 0x7e, 0x3b, 0x7b, 0xd5, 0xc0, 0xf9, 0x50, 0xc8, 0x3c, - 0x03, 0xe3, 0x88, 0x85, 0x4b, 0x4a, 0xdc, 0x7b, 0x97, 0xce, 0x8d, 0x3f, 0xe6, 0x18, 0xfc, 0x8f, - 0xd8, 0x03, 0xf3, 0x1f, 0x99, 0xa1, 0x99, 0xa7, 0xe0, 0x64, 0xee, 0x86, 0xd8, 0xf1, 0xe8, 0xdc, - 0xd0, 0xcd, 0x6b, 0x70, 0x19, 0x85, 0x94, 0x63, 0x42, 0xfc, 0x88, 0xad, 0xb8, 0x47, 0x63, 0xea, - 0x71, 0x82, 0x3d, 0x8f, 0x13, 0x9f, 0xc5, 0x34, 0x08, 0x5d, 0x9f, 0x71, 0x4c, 0x56, 0xae, 0xcf, - 0x8c, 0x91, 0x79, 0x03, 0xae, 0x9a, 0x74, 0x40, 0x43, 0x3f, 0x0a, 0x08, 0x1d, 0x8e, 0xff, 0x75, - 0xbe, 0x34, 0x30, 0x5d, 0xcb, 0x2d, 0x1c, 0x1c, 0xda, 0x99, 0x0e, 0x0d, 0xb3, 0x6c, 0x6a, 0x5b, - 0x6a, 0x4f, 0xce, 0x0f, 0xa3, 0x90, 0x65, 0x2a, 0x0a, 0x28, 0xab, 0xc2, 0x2a, 0x72, 0xd1, 0x96, - 0x7a, 0xdc, 0xc6, 0x6e, 0xa3, 0x7e, 0x59, 0xce, 0x5d, 0x7b, 0xbe, 0xe8, 0xa3, 0x05, 0xc6, 0x6f, - 0xfa, 0x64, 0xd1, 0xa1, 0x70, 0xa6, 0x60, 0x27, 0x1b, 0x15, 0xdb, 0xb0, 0x69, 0x57, 0xbd, 0x1f, - 0xfd, 0x04, 0x67, 0x2a, 0xe9, 0xfd, 0x24, 0xb6, 0x93, 0xd6, 0xff, 0xd4, 0xa7, 0xdd, 0x25, 0x42, - 0x38, 0x53, 0x08, 0xf5, 0x09, 0x84, 0x62, 0x1b, 0xa1, 0x36, 0xf3, 0xfc, 0xaf, 0xfd, 0xd8, 0xed, - 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x50, 0x89, 0xd5, 0x06, 0x34, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/call_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/call_placeholder_field.pb.go deleted file mode 100644 index 72db217cd3..0000000000 --- a/googleapis/ads/googleads/v0/enums/call_placeholder_field.pb.go +++ /dev/null @@ -1,139 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/call_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for Call placeholder fields. -type CallPlaceholderFieldEnum_CallPlaceholderField int32 - -const ( - // Not specified. - CallPlaceholderFieldEnum_UNSPECIFIED CallPlaceholderFieldEnum_CallPlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - CallPlaceholderFieldEnum_UNKNOWN CallPlaceholderFieldEnum_CallPlaceholderField = 1 - // Data Type: STRING. The advertiser's phone number to append to the ad. - CallPlaceholderFieldEnum_PHONE_NUMBER CallPlaceholderFieldEnum_CallPlaceholderField = 2 - // Data Type: STRING. Uppercase two-letter country code of the advertiser's - // phone number. - CallPlaceholderFieldEnum_COUNTRY_CODE CallPlaceholderFieldEnum_CallPlaceholderField = 3 - // Data Type: BOOLEAN. Indicates whether call tracking is enabled. Default: - // true. - CallPlaceholderFieldEnum_TRACKED CallPlaceholderFieldEnum_CallPlaceholderField = 4 - // Data Type: INT64. The ID of an AdCallMetricsConversion object. This - // object contains the phoneCallDurationfield which is the minimum duration - // (in seconds) of a call to be considered a conversion. - CallPlaceholderFieldEnum_CONVERSION_TYPE_ID CallPlaceholderFieldEnum_CallPlaceholderField = 5 - // Data Type: STRING. Indicates whether this call extension uses its own - // call conversion setting or follows the account level setting. - // Valid values are: USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION and - // USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION. - CallPlaceholderFieldEnum_CONVERSION_REPORTING_STATE CallPlaceholderFieldEnum_CallPlaceholderField = 6 -) - -var CallPlaceholderFieldEnum_CallPlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "PHONE_NUMBER", - 3: "COUNTRY_CODE", - 4: "TRACKED", - 5: "CONVERSION_TYPE_ID", - 6: "CONVERSION_REPORTING_STATE", -} -var CallPlaceholderFieldEnum_CallPlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "PHONE_NUMBER": 2, - "COUNTRY_CODE": 3, - "TRACKED": 4, - "CONVERSION_TYPE_ID": 5, - "CONVERSION_REPORTING_STATE": 6, -} - -func (x CallPlaceholderFieldEnum_CallPlaceholderField) String() string { - return proto.EnumName(CallPlaceholderFieldEnum_CallPlaceholderField_name, int32(x)) -} -func (CallPlaceholderFieldEnum_CallPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_call_placeholder_field_11a9a927cfc38cfc, []int{0, 0} -} - -// Values for Call placeholder fields. -type CallPlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CallPlaceholderFieldEnum) Reset() { *m = CallPlaceholderFieldEnum{} } -func (m *CallPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*CallPlaceholderFieldEnum) ProtoMessage() {} -func (*CallPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_call_placeholder_field_11a9a927cfc38cfc, []int{0} -} -func (m *CallPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CallPlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *CallPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CallPlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *CallPlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CallPlaceholderFieldEnum.Merge(dst, src) -} -func (m *CallPlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_CallPlaceholderFieldEnum.Size(m) -} -func (m *CallPlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CallPlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CallPlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CallPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.CallPlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.CallPlaceholderFieldEnum_CallPlaceholderField", CallPlaceholderFieldEnum_CallPlaceholderField_name, CallPlaceholderFieldEnum_CallPlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/call_placeholder_field.proto", fileDescriptor_call_placeholder_field_11a9a927cfc38cfc) -} - -var fileDescriptor_call_placeholder_field_11a9a927cfc38cfc = []byte{ - // 356 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x4a, 0xf3, 0x40, - 0x14, 0xc5, 0xbf, 0xa4, 0x9f, 0x15, 0xa6, 0x82, 0x43, 0x10, 0x51, 0xa1, 0x42, 0xfb, 0x00, 0x93, - 0x80, 0xbb, 0x71, 0x95, 0x3f, 0xd3, 0x1a, 0x8a, 0x93, 0x90, 0x26, 0x91, 0x4a, 0x20, 0xc4, 0x26, - 0xc6, 0xc2, 0x34, 0x53, 0x3a, 0xb6, 0x6f, 0xe3, 0xc6, 0xa5, 0x8f, 0xe0, 0x23, 0xf8, 0x28, 0x2e, - 0x7c, 0x06, 0x99, 0xc4, 0x56, 0x17, 0xd5, 0xcd, 0x70, 0x38, 0xe7, 0xfe, 0x86, 0x7b, 0x0f, 0xc0, - 0x25, 0xe7, 0x25, 0x2b, 0xf4, 0x2c, 0x17, 0x7a, 0x23, 0xa5, 0x5a, 0x1b, 0x7a, 0x51, 0xad, 0xe6, - 0x42, 0x9f, 0x66, 0x8c, 0xa5, 0x0b, 0x96, 0x4d, 0x8b, 0x07, 0xce, 0xf2, 0x62, 0x99, 0xde, 0xcf, - 0x0a, 0x96, 0xa3, 0xc5, 0x92, 0x3f, 0x72, 0xad, 0xdb, 0x00, 0x28, 0xcb, 0x05, 0xda, 0xb2, 0x68, - 0x6d, 0xa0, 0x9a, 0xed, 0xbf, 0x2a, 0xe0, 0xc4, 0xce, 0x18, 0xf3, 0xbf, 0xf1, 0x81, 0xa4, 0x49, - 0xb5, 0x9a, 0xf7, 0x9f, 0x14, 0x70, 0xb4, 0x2b, 0xd4, 0x0e, 0x41, 0x27, 0xa2, 0x63, 0x9f, 0xd8, - 0xee, 0xc0, 0x25, 0x0e, 0xfc, 0xa7, 0x75, 0xc0, 0x7e, 0x44, 0x47, 0xd4, 0xbb, 0xa1, 0x50, 0xd1, - 0x20, 0x38, 0xf0, 0xaf, 0x3c, 0x4a, 0x52, 0x1a, 0x5d, 0x5b, 0x24, 0x80, 0xaa, 0x74, 0x6c, 0x2f, - 0xa2, 0x61, 0x30, 0x49, 0x6d, 0xcf, 0x21, 0xb0, 0x25, 0x81, 0x30, 0x30, 0xed, 0x11, 0x71, 0xe0, - 0x7f, 0xed, 0x18, 0x68, 0xb6, 0x47, 0x63, 0x12, 0x8c, 0x5d, 0x8f, 0xa6, 0xe1, 0xc4, 0x27, 0xa9, - 0xeb, 0xc0, 0x3d, 0xed, 0x1c, 0x9c, 0xfd, 0xf0, 0x03, 0xe2, 0x7b, 0x41, 0xe8, 0xd2, 0x61, 0x3a, - 0x0e, 0xcd, 0x90, 0xc0, 0xb6, 0xf5, 0xa1, 0x80, 0xde, 0x94, 0xcf, 0xd1, 0x9f, 0x27, 0x5a, 0xa7, - 0xbb, 0x4e, 0xf0, 0x65, 0x39, 0xbe, 0x72, 0x6b, 0x7d, 0xb1, 0x25, 0x67, 0x59, 0x55, 0x22, 0xbe, - 0x2c, 0xf5, 0xb2, 0xa8, 0xea, 0xea, 0x36, 0x55, 0x2f, 0x66, 0xe2, 0x97, 0xe6, 0x2f, 0xeb, 0xf7, - 0x59, 0x6d, 0x0d, 0x4d, 0xf3, 0x45, 0xed, 0x0e, 0x9b, 0xaf, 0xcc, 0x5c, 0xa0, 0x46, 0x4a, 0x15, - 0x1b, 0x48, 0x76, 0x29, 0xde, 0x36, 0x79, 0x62, 0xe6, 0x22, 0xd9, 0xe6, 0x49, 0x6c, 0x24, 0x75, - 0xfe, 0xae, 0xf6, 0x1a, 0x13, 0x63, 0x33, 0x17, 0x18, 0x6f, 0x27, 0x30, 0x8e, 0x0d, 0x8c, 0xeb, - 0x99, 0xbb, 0x76, 0xbd, 0xd8, 0xc5, 0x67, 0x00, 0x00, 0x00, 0xff, 0xff, 0x11, 0xf5, 0xfd, 0x3d, - 0x11, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/callout_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/callout_placeholder_field.pb.go deleted file mode 100644 index 430e303ea6..0000000000 --- a/googleapis/ads/googleads/v0/enums/callout_placeholder_field.pb.go +++ /dev/null @@ -1,112 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/callout_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for Callout placeholder fields. -type CalloutPlaceholderFieldEnum_CalloutPlaceholderField int32 - -const ( - // Not specified. - CalloutPlaceholderFieldEnum_UNSPECIFIED CalloutPlaceholderFieldEnum_CalloutPlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - CalloutPlaceholderFieldEnum_UNKNOWN CalloutPlaceholderFieldEnum_CalloutPlaceholderField = 1 - // Data Type: STRING. Callout text. - CalloutPlaceholderFieldEnum_CALLOUT_TEXT CalloutPlaceholderFieldEnum_CalloutPlaceholderField = 2 -) - -var CalloutPlaceholderFieldEnum_CalloutPlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CALLOUT_TEXT", -} -var CalloutPlaceholderFieldEnum_CalloutPlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CALLOUT_TEXT": 2, -} - -func (x CalloutPlaceholderFieldEnum_CalloutPlaceholderField) String() string { - return proto.EnumName(CalloutPlaceholderFieldEnum_CalloutPlaceholderField_name, int32(x)) -} -func (CalloutPlaceholderFieldEnum_CalloutPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_callout_placeholder_field_6178c5a3730faf6f, []int{0, 0} -} - -// Values for Callout placeholder fields. -type CalloutPlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CalloutPlaceholderFieldEnum) Reset() { *m = CalloutPlaceholderFieldEnum{} } -func (m *CalloutPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*CalloutPlaceholderFieldEnum) ProtoMessage() {} -func (*CalloutPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_callout_placeholder_field_6178c5a3730faf6f, []int{0} -} -func (m *CalloutPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CalloutPlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *CalloutPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CalloutPlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *CalloutPlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CalloutPlaceholderFieldEnum.Merge(dst, src) -} -func (m *CalloutPlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_CalloutPlaceholderFieldEnum.Size(m) -} -func (m *CalloutPlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CalloutPlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CalloutPlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CalloutPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.CalloutPlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.CalloutPlaceholderFieldEnum_CalloutPlaceholderField", CalloutPlaceholderFieldEnum_CalloutPlaceholderField_name, CalloutPlaceholderFieldEnum_CalloutPlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/callout_placeholder_field.proto", fileDescriptor_callout_placeholder_field_6178c5a3730faf6f) -} - -var fileDescriptor_callout_placeholder_field_6178c5a3730faf6f = []byte{ - // 290 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4d, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xe4, 0xc4, 0x9c, 0x9c, 0xfc, 0xd2, 0x92, 0xf8, 0x82, 0x9c, 0xc4, 0xe4, - 0xd4, 0x8c, 0xfc, 0x9c, 0x94, 0xd4, 0xa2, 0xf8, 0xb4, 0xcc, 0xd4, 0x9c, 0x14, 0xbd, 0x82, 0xa2, - 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x1e, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x76, 0xbd, 0x32, - 0x03, 0x3d, 0xb0, 0x76, 0xa5, 0x0c, 0x2e, 0x69, 0x67, 0x88, 0x09, 0x01, 0x08, 0x03, 0xdc, 0x40, - 0xfa, 0x5d, 0xf3, 0x4a, 0x73, 0x95, 0x3c, 0xb9, 0xc4, 0x71, 0x48, 0x0b, 0xf1, 0x73, 0x71, 0x87, - 0xfa, 0x05, 0x07, 0xb8, 0x3a, 0x7b, 0xba, 0x79, 0xba, 0xba, 0x08, 0x30, 0x08, 0x71, 0x73, 0xb1, - 0x87, 0xfa, 0x79, 0xfb, 0xf9, 0x87, 0xfb, 0x09, 0x30, 0x0a, 0x09, 0x70, 0xf1, 0x38, 0x3b, 0xfa, - 0xf8, 0xf8, 0x87, 0x86, 0xc4, 0x87, 0xb8, 0x46, 0x84, 0x08, 0x30, 0x39, 0x7d, 0x64, 0xe4, 0x52, - 0x4c, 0xce, 0xcf, 0xd5, 0xc3, 0xeb, 0x1e, 0x27, 0x19, 0x1c, 0xd6, 0x05, 0x80, 0x3c, 0x13, 0xc0, - 0x18, 0xe5, 0x04, 0xd5, 0x9e, 0x9e, 0x9f, 0x93, 0x98, 0x97, 0xae, 0x97, 0x5f, 0x94, 0xae, 0x9f, - 0x9e, 0x9a, 0x07, 0xf6, 0x2a, 0x2c, 0x74, 0x0a, 0x32, 0x8b, 0x71, 0x04, 0x96, 0x35, 0x98, 0x5c, - 0xc4, 0xc4, 0xec, 0xee, 0xe8, 0xb8, 0x8a, 0x49, 0xd6, 0x1d, 0x62, 0x94, 0x63, 0x4a, 0xb1, 0x1e, - 0x84, 0x09, 0x62, 0x85, 0x19, 0xe8, 0x81, 0x7c, 0x5e, 0x7c, 0x0a, 0x26, 0x1f, 0xe3, 0x98, 0x52, - 0x1c, 0x03, 0x97, 0x8f, 0x09, 0x33, 0x88, 0x01, 0xcb, 0xbf, 0x62, 0x52, 0x84, 0x08, 0x5a, 0x59, - 0x39, 0xa6, 0x14, 0x5b, 0x59, 0xc1, 0x55, 0x58, 0x59, 0x85, 0x19, 0x58, 0x59, 0x81, 0xd5, 0x24, - 0xb1, 0x81, 0x1d, 0x66, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xd4, 0x3f, 0x17, 0x05, 0xc4, 0x01, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/campaign_serving_status.pb.go b/googleapis/ads/googleads/v0/enums/campaign_serving_status.pb.go deleted file mode 100644 index 8c5ba1472c..0000000000 --- a/googleapis/ads/googleads/v0/enums/campaign_serving_status.pb.go +++ /dev/null @@ -1,131 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/campaign_serving_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible serving statuses of a campaign. -type CampaignServingStatusEnum_CampaignServingStatus int32 - -const ( - // No value has been specified. - CampaignServingStatusEnum_UNSPECIFIED CampaignServingStatusEnum_CampaignServingStatus = 0 - // The received value is not known in this version. - // - // This is a response-only value. - CampaignServingStatusEnum_UNKNOWN CampaignServingStatusEnum_CampaignServingStatus = 1 - // Serving. - CampaignServingStatusEnum_SERVING CampaignServingStatusEnum_CampaignServingStatus = 2 - // None. - CampaignServingStatusEnum_NONE CampaignServingStatusEnum_CampaignServingStatus = 3 - // Ended. - CampaignServingStatusEnum_ENDED CampaignServingStatusEnum_CampaignServingStatus = 4 - // Pending. - CampaignServingStatusEnum_PENDING CampaignServingStatusEnum_CampaignServingStatus = 5 - // Suspended. - CampaignServingStatusEnum_SUSPENDED CampaignServingStatusEnum_CampaignServingStatus = 6 -) - -var CampaignServingStatusEnum_CampaignServingStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "SERVING", - 3: "NONE", - 4: "ENDED", - 5: "PENDING", - 6: "SUSPENDED", -} -var CampaignServingStatusEnum_CampaignServingStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "SERVING": 2, - "NONE": 3, - "ENDED": 4, - "PENDING": 5, - "SUSPENDED": 6, -} - -func (x CampaignServingStatusEnum_CampaignServingStatus) String() string { - return proto.EnumName(CampaignServingStatusEnum_CampaignServingStatus_name, int32(x)) -} -func (CampaignServingStatusEnum_CampaignServingStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_serving_status_64d87574913f1d2e, []int{0, 0} -} - -// Message describing Campaign serving statuses. -type CampaignServingStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignServingStatusEnum) Reset() { *m = CampaignServingStatusEnum{} } -func (m *CampaignServingStatusEnum) String() string { return proto.CompactTextString(m) } -func (*CampaignServingStatusEnum) ProtoMessage() {} -func (*CampaignServingStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_serving_status_64d87574913f1d2e, []int{0} -} -func (m *CampaignServingStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignServingStatusEnum.Unmarshal(m, b) -} -func (m *CampaignServingStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignServingStatusEnum.Marshal(b, m, deterministic) -} -func (dst *CampaignServingStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignServingStatusEnum.Merge(dst, src) -} -func (m *CampaignServingStatusEnum) XXX_Size() int { - return xxx_messageInfo_CampaignServingStatusEnum.Size(m) -} -func (m *CampaignServingStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignServingStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignServingStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CampaignServingStatusEnum)(nil), "google.ads.googleads.v0.enums.CampaignServingStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.CampaignServingStatusEnum_CampaignServingStatus", CampaignServingStatusEnum_CampaignServingStatus_name, CampaignServingStatusEnum_CampaignServingStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/campaign_serving_status.proto", fileDescriptor_campaign_serving_status_64d87574913f1d2e) -} - -var fileDescriptor_campaign_serving_status_64d87574913f1d2e = []byte{ - // 319 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdf, 0x6a, 0xc2, 0x30, - 0x18, 0xc5, 0xd7, 0xfa, 0x67, 0x33, 0x32, 0x56, 0x0a, 0xbb, 0xd8, 0xc0, 0x0b, 0x7d, 0x80, 0xb4, - 0xb0, 0xbb, 0x78, 0x55, 0x6d, 0x26, 0x32, 0x88, 0x65, 0xc5, 0x0e, 0x46, 0x41, 0x32, 0x5b, 0x82, - 0x60, 0x13, 0xf1, 0x53, 0x9f, 0x63, 0xcf, 0xb0, 0xcb, 0x3d, 0xca, 0x1e, 0x65, 0x37, 0x7b, 0x85, - 0x91, 0x44, 0x7b, 0xe5, 0x76, 0x13, 0x4e, 0x72, 0xce, 0xef, 0xe3, 0xcb, 0x41, 0x43, 0xa1, 0x94, - 0x58, 0x97, 0x01, 0x2f, 0x20, 0xb0, 0x52, 0xab, 0x43, 0x18, 0x94, 0x72, 0x5f, 0x41, 0xb0, 0xe4, - 0xd5, 0x86, 0xaf, 0x84, 0x5c, 0x40, 0xb9, 0x3d, 0xac, 0xa4, 0x58, 0xc0, 0x8e, 0xef, 0xf6, 0x80, - 0x37, 0x5b, 0xb5, 0x53, 0x7e, 0xcf, 0x12, 0x98, 0x17, 0x80, 0x6b, 0x18, 0x1f, 0x42, 0x6c, 0xe0, - 0xc1, 0xbb, 0x83, 0xee, 0xc6, 0xc7, 0x01, 0xa9, 0xe5, 0x53, 0x83, 0x53, 0xb9, 0xaf, 0x06, 0x80, - 0x6e, 0xcf, 0x9a, 0xfe, 0x0d, 0xea, 0xce, 0x59, 0x9a, 0xd0, 0xf1, 0xf4, 0x71, 0x4a, 0x63, 0xef, - 0xc2, 0xef, 0xa2, 0xcb, 0x39, 0x7b, 0x62, 0xb3, 0x17, 0xe6, 0x39, 0xfa, 0x92, 0xd2, 0xe7, 0x6c, - 0xca, 0x26, 0x9e, 0xeb, 0x5f, 0xa1, 0x26, 0x9b, 0x31, 0xea, 0x35, 0xfc, 0x0e, 0x6a, 0x51, 0x16, - 0xd3, 0xd8, 0x6b, 0xea, 0x44, 0x42, 0x59, 0xac, 0x13, 0x2d, 0xff, 0x1a, 0x75, 0xd2, 0x79, 0x9a, - 0x58, 0xaf, 0x3d, 0xfa, 0x71, 0x50, 0x7f, 0xa9, 0x2a, 0xfc, 0xef, 0xe2, 0xa3, 0xfb, 0xb3, 0x8b, - 0x25, 0xfa, 0xcf, 0x89, 0xf3, 0x3a, 0x3a, 0xc2, 0x42, 0xad, 0xb9, 0x14, 0x58, 0x6d, 0x45, 0x20, - 0x4a, 0x69, 0x1a, 0x39, 0x55, 0xb8, 0x59, 0xc1, 0x1f, 0x8d, 0x0e, 0xcd, 0xf9, 0xe1, 0x36, 0x26, - 0x51, 0xf4, 0xe9, 0xf6, 0x26, 0x76, 0x54, 0x54, 0x00, 0xb6, 0x52, 0xab, 0x2c, 0xc4, 0xba, 0x21, - 0xf8, 0x3a, 0xf9, 0x79, 0x54, 0x40, 0x5e, 0xfb, 0x79, 0x16, 0xe6, 0xc6, 0xff, 0x76, 0xfb, 0xf6, - 0x91, 0x90, 0xa8, 0x00, 0x42, 0xea, 0x04, 0x21, 0x59, 0x48, 0x88, 0xc9, 0xbc, 0xb5, 0xcd, 0x62, - 0x0f, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xcf, 0xd7, 0x58, 0x85, 0xe9, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/campaign_shared_set_status.pb.go b/googleapis/ads/googleads/v0/enums/campaign_shared_set_status.pb.go deleted file mode 100644 index 4040185f38..0000000000 --- a/googleapis/ads/googleads/v0/enums/campaign_shared_set_status.pb.go +++ /dev/null @@ -1,116 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/campaign_shared_set_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum listing the possible campaign shared set statuses. -type CampaignSharedSetStatusEnum_CampaignSharedSetStatus int32 - -const ( - // Not specified. - CampaignSharedSetStatusEnum_UNSPECIFIED CampaignSharedSetStatusEnum_CampaignSharedSetStatus = 0 - // Used for return value only. Represents value unknown in this version. - CampaignSharedSetStatusEnum_UNKNOWN CampaignSharedSetStatusEnum_CampaignSharedSetStatus = 1 - // The campaign shared set is enabled. - CampaignSharedSetStatusEnum_ENABLED CampaignSharedSetStatusEnum_CampaignSharedSetStatus = 2 - // The campaign shared set is removed and can no longer be used. - CampaignSharedSetStatusEnum_REMOVED CampaignSharedSetStatusEnum_CampaignSharedSetStatus = 3 -) - -var CampaignSharedSetStatusEnum_CampaignSharedSetStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ENABLED", - 3: "REMOVED", -} -var CampaignSharedSetStatusEnum_CampaignSharedSetStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ENABLED": 2, - "REMOVED": 3, -} - -func (x CampaignSharedSetStatusEnum_CampaignSharedSetStatus) String() string { - return proto.EnumName(CampaignSharedSetStatusEnum_CampaignSharedSetStatus_name, int32(x)) -} -func (CampaignSharedSetStatusEnum_CampaignSharedSetStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_status_6f0866af40b73893, []int{0, 0} -} - -// Container for enum describing types of campaign shared set statuses. -type CampaignSharedSetStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignSharedSetStatusEnum) Reset() { *m = CampaignSharedSetStatusEnum{} } -func (m *CampaignSharedSetStatusEnum) String() string { return proto.CompactTextString(m) } -func (*CampaignSharedSetStatusEnum) ProtoMessage() {} -func (*CampaignSharedSetStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_status_6f0866af40b73893, []int{0} -} -func (m *CampaignSharedSetStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignSharedSetStatusEnum.Unmarshal(m, b) -} -func (m *CampaignSharedSetStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignSharedSetStatusEnum.Marshal(b, m, deterministic) -} -func (dst *CampaignSharedSetStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignSharedSetStatusEnum.Merge(dst, src) -} -func (m *CampaignSharedSetStatusEnum) XXX_Size() int { - return xxx_messageInfo_CampaignSharedSetStatusEnum.Size(m) -} -func (m *CampaignSharedSetStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignSharedSetStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignSharedSetStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CampaignSharedSetStatusEnum)(nil), "google.ads.googleads.v0.enums.CampaignSharedSetStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.CampaignSharedSetStatusEnum_CampaignSharedSetStatus", CampaignSharedSetStatusEnum_CampaignSharedSetStatus_name, CampaignSharedSetStatusEnum_CampaignSharedSetStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/campaign_shared_set_status.proto", fileDescriptor_campaign_shared_set_status_6f0866af40b73893) -} - -var fileDescriptor_campaign_shared_set_status_6f0866af40b73893 = []byte{ - // 298 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4b, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xe4, 0xc4, 0xdc, 0x82, 0xc4, 0xcc, 0xf4, 0xbc, 0xf8, 0xe2, 0x8c, 0xc4, - 0xa2, 0xd4, 0x94, 0xf8, 0xe2, 0xd4, 0x92, 0xf8, 0xe2, 0x92, 0xc4, 0x92, 0xd2, 0x62, 0xbd, 0x82, - 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x26, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x7e, 0xbd, - 0x32, 0x03, 0x3d, 0xb0, 0x7e, 0xa5, 0x02, 0x2e, 0x69, 0x67, 0xa8, 0x11, 0xc1, 0x60, 0x13, 0x82, - 0x53, 0x4b, 0x82, 0xc1, 0xfa, 0x5d, 0xf3, 0x4a, 0x73, 0x95, 0x02, 0xb9, 0xc4, 0x71, 0x48, 0x0b, - 0xf1, 0x73, 0x71, 0x87, 0xfa, 0x05, 0x07, 0xb8, 0x3a, 0x7b, 0xba, 0x79, 0xba, 0xba, 0x08, 0x30, - 0x08, 0x71, 0x73, 0xb1, 0x87, 0xfa, 0x79, 0xfb, 0xf9, 0x87, 0xfb, 0x09, 0x30, 0x82, 0x38, 0xae, - 0x7e, 0x8e, 0x4e, 0x3e, 0xae, 0x2e, 0x02, 0x4c, 0x20, 0x4e, 0x90, 0xab, 0xaf, 0x7f, 0x98, 0xab, - 0x8b, 0x00, 0xb3, 0xd3, 0x47, 0x46, 0x2e, 0xc5, 0xe4, 0xfc, 0x5c, 0x3d, 0xbc, 0xee, 0x72, 0x92, - 0xc1, 0x61, 0x6d, 0x00, 0xc8, 0x53, 0x01, 0x8c, 0x51, 0x4e, 0x50, 0xed, 0xe9, 0xf9, 0x39, 0x89, - 0x79, 0xe9, 0x7a, 0xf9, 0x45, 0xe9, 0xfa, 0xe9, 0xa9, 0x79, 0x60, 0x2f, 0xc3, 0x82, 0xa9, 0x20, - 0xb3, 0x18, 0x47, 0xa8, 0x59, 0x83, 0xc9, 0x45, 0x4c, 0xcc, 0xee, 0x8e, 0x8e, 0xab, 0x98, 0x64, - 0xdd, 0x21, 0x46, 0x39, 0xa6, 0x14, 0xeb, 0x41, 0x98, 0x20, 0x56, 0x98, 0x81, 0x1e, 0x28, 0x04, - 0x8a, 0x4f, 0xc1, 0xe4, 0x63, 0x1c, 0x53, 0x8a, 0x63, 0xe0, 0xf2, 0x31, 0x61, 0x06, 0x31, 0x60, - 0xf9, 0x57, 0x4c, 0x8a, 0x10, 0x41, 0x2b, 0x2b, 0xc7, 0x94, 0x62, 0x2b, 0x2b, 0xb8, 0x0a, 0x2b, - 0xab, 0x30, 0x03, 0x2b, 0x2b, 0xb0, 0x9a, 0x24, 0x36, 0xb0, 0xc3, 0x8c, 0x01, 0x01, 0x00, 0x00, - 0xff, 0xff, 0x92, 0xb0, 0x90, 0x10, 0xcd, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/campaign_status.pb.go b/googleapis/ads/googleads/v0/enums/campaign_status.pb.go deleted file mode 100644 index daca6c95ce..0000000000 --- a/googleapis/ads/googleads/v0/enums/campaign_status.pb.go +++ /dev/null @@ -1,120 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/campaign_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible statuses of a campaign. -type CampaignStatusEnum_CampaignStatus int32 - -const ( - // Not specified. - CampaignStatusEnum_UNSPECIFIED CampaignStatusEnum_CampaignStatus = 0 - // Used for return value only. Represents value unknown in this version. - CampaignStatusEnum_UNKNOWN CampaignStatusEnum_CampaignStatus = 1 - // Campaign is currently serving ads depending on budget information. - CampaignStatusEnum_ENABLED CampaignStatusEnum_CampaignStatus = 2 - // Campaign has been paused by the user. - CampaignStatusEnum_PAUSED CampaignStatusEnum_CampaignStatus = 3 - // Campaign has been removed. - CampaignStatusEnum_REMOVED CampaignStatusEnum_CampaignStatus = 4 -) - -var CampaignStatusEnum_CampaignStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ENABLED", - 3: "PAUSED", - 4: "REMOVED", -} -var CampaignStatusEnum_CampaignStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ENABLED": 2, - "PAUSED": 3, - "REMOVED": 4, -} - -func (x CampaignStatusEnum_CampaignStatus) String() string { - return proto.EnumName(CampaignStatusEnum_CampaignStatus_name, int32(x)) -} -func (CampaignStatusEnum_CampaignStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_status_de6520fc2606be46, []int{0, 0} -} - -// Container for enum describing possible statuses of a campaign. -type CampaignStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignStatusEnum) Reset() { *m = CampaignStatusEnum{} } -func (m *CampaignStatusEnum) String() string { return proto.CompactTextString(m) } -func (*CampaignStatusEnum) ProtoMessage() {} -func (*CampaignStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_status_de6520fc2606be46, []int{0} -} -func (m *CampaignStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignStatusEnum.Unmarshal(m, b) -} -func (m *CampaignStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignStatusEnum.Marshal(b, m, deterministic) -} -func (dst *CampaignStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignStatusEnum.Merge(dst, src) -} -func (m *CampaignStatusEnum) XXX_Size() int { - return xxx_messageInfo_CampaignStatusEnum.Size(m) -} -func (m *CampaignStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CampaignStatusEnum)(nil), "google.ads.googleads.v0.enums.CampaignStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.CampaignStatusEnum_CampaignStatus", CampaignStatusEnum_CampaignStatus_name, CampaignStatusEnum_CampaignStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/campaign_status.proto", fileDescriptor_campaign_status_de6520fc2606be46) -} - -var fileDescriptor_campaign_status_de6520fc2606be46 = []byte{ - // 291 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xc3, 0x30, - 0x14, 0x86, 0x6d, 0x27, 0x13, 0x32, 0xd0, 0x52, 0xaf, 0x77, 0xb1, 0x3d, 0x40, 0x5a, 0xd8, 0x5d, - 0xbc, 0x4a, 0xd7, 0x38, 0x86, 0xda, 0x15, 0x6b, 0x2b, 0x48, 0x41, 0xe2, 0x5a, 0xc2, 0x64, 0x6d, - 0xca, 0x4e, 0xbb, 0x07, 0xf2, 0xd2, 0x47, 0xf1, 0x49, 0xc4, 0xa7, 0x90, 0x24, 0x5b, 0x61, 0x17, - 0x7a, 0x13, 0xfe, 0x9c, 0xff, 0x7c, 0xc9, 0xf9, 0x0f, 0x9a, 0x09, 0x29, 0xc5, 0xb6, 0xf4, 0x78, - 0x01, 0x9e, 0x91, 0x4a, 0xed, 0x7d, 0xaf, 0xac, 0xbb, 0x0a, 0xbc, 0x35, 0xaf, 0x1a, 0xbe, 0x11, - 0xf5, 0x2b, 0xb4, 0xbc, 0xed, 0x00, 0x37, 0x3b, 0xd9, 0x4a, 0x77, 0x6c, 0x3a, 0x31, 0x2f, 0x00, - 0xf7, 0x10, 0xde, 0xfb, 0x58, 0x43, 0xd3, 0x77, 0xe4, 0xce, 0x0f, 0x5c, 0xa2, 0x31, 0x56, 0x77, - 0xd5, 0xf4, 0x09, 0x5d, 0x9e, 0x56, 0xdd, 0x2b, 0x34, 0x4a, 0xa3, 0x24, 0x66, 0xf3, 0xe5, 0xed, - 0x92, 0x85, 0xce, 0x99, 0x3b, 0x42, 0x17, 0x69, 0x74, 0x17, 0xad, 0x9e, 0x23, 0xc7, 0x52, 0x17, - 0x16, 0xd1, 0xe0, 0x9e, 0x85, 0x8e, 0xed, 0x22, 0x34, 0x8c, 0x69, 0x9a, 0xb0, 0xd0, 0x19, 0x28, - 0xe3, 0x91, 0x3d, 0xac, 0x32, 0x16, 0x3a, 0xe7, 0xc1, 0xb7, 0x85, 0x26, 0x6b, 0x59, 0xe1, 0x7f, - 0x27, 0x0a, 0xae, 0x4f, 0x7f, 0x8e, 0x55, 0x8a, 0xd8, 0x7a, 0x09, 0x0e, 0x94, 0x90, 0x5b, 0x5e, - 0x0b, 0x2c, 0x77, 0xc2, 0x13, 0x65, 0xad, 0x33, 0x1e, 0x97, 0xd1, 0x6c, 0xe0, 0x8f, 0xdd, 0xdc, - 0xe8, 0xf3, 0xc3, 0x1e, 0x2c, 0x28, 0xfd, 0xb4, 0xc7, 0x0b, 0xf3, 0x14, 0x2d, 0x00, 0x1b, 0xa9, - 0x54, 0xe6, 0x63, 0x95, 0x1d, 0xbe, 0x8e, 0x7e, 0x4e, 0x0b, 0xc8, 0x7b, 0x3f, 0xcf, 0xfc, 0x5c, - 0xfb, 0x3f, 0xf6, 0xc4, 0x14, 0x09, 0xa1, 0x05, 0x10, 0xd2, 0x77, 0x10, 0x92, 0xf9, 0x84, 0xe8, - 0x9e, 0xb7, 0xa1, 0x1e, 0x6c, 0xf6, 0x1b, 0x00, 0x00, 0xff, 0xff, 0xde, 0x45, 0x74, 0x45, 0xb3, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/change_status_operation.pb.go b/googleapis/ads/googleads/v0/enums/change_status_operation.pb.go deleted file mode 100644 index 1993e78683..0000000000 --- a/googleapis/ads/googleads/v0/enums/change_status_operation.pb.go +++ /dev/null @@ -1,121 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/change_status_operation.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Status of the changed resource -type ChangeStatusOperationEnum_ChangeStatusOperation int32 - -const ( - // No value has been specified. - ChangeStatusOperationEnum_UNSPECIFIED ChangeStatusOperationEnum_ChangeStatusOperation = 0 - // Used for return value only. Represents an unclassified resource unknown - // in this version. - ChangeStatusOperationEnum_UNKNOWN ChangeStatusOperationEnum_ChangeStatusOperation = 1 - // The resource was created. - ChangeStatusOperationEnum_ADDED ChangeStatusOperationEnum_ChangeStatusOperation = 2 - // The resource was modified. - ChangeStatusOperationEnum_CHANGED ChangeStatusOperationEnum_ChangeStatusOperation = 3 - // The resource was removed. - ChangeStatusOperationEnum_REMOVED ChangeStatusOperationEnum_ChangeStatusOperation = 4 -) - -var ChangeStatusOperationEnum_ChangeStatusOperation_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ADDED", - 3: "CHANGED", - 4: "REMOVED", -} -var ChangeStatusOperationEnum_ChangeStatusOperation_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ADDED": 2, - "CHANGED": 3, - "REMOVED": 4, -} - -func (x ChangeStatusOperationEnum_ChangeStatusOperation) String() string { - return proto.EnumName(ChangeStatusOperationEnum_ChangeStatusOperation_name, int32(x)) -} -func (ChangeStatusOperationEnum_ChangeStatusOperation) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_change_status_operation_ed761e3f0b9eaec4, []int{0, 0} -} - -// Container for enum describing operations for the ChangeStatus resource. -type ChangeStatusOperationEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ChangeStatusOperationEnum) Reset() { *m = ChangeStatusOperationEnum{} } -func (m *ChangeStatusOperationEnum) String() string { return proto.CompactTextString(m) } -func (*ChangeStatusOperationEnum) ProtoMessage() {} -func (*ChangeStatusOperationEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_change_status_operation_ed761e3f0b9eaec4, []int{0} -} -func (m *ChangeStatusOperationEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ChangeStatusOperationEnum.Unmarshal(m, b) -} -func (m *ChangeStatusOperationEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ChangeStatusOperationEnum.Marshal(b, m, deterministic) -} -func (dst *ChangeStatusOperationEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ChangeStatusOperationEnum.Merge(dst, src) -} -func (m *ChangeStatusOperationEnum) XXX_Size() int { - return xxx_messageInfo_ChangeStatusOperationEnum.Size(m) -} -func (m *ChangeStatusOperationEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ChangeStatusOperationEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ChangeStatusOperationEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ChangeStatusOperationEnum)(nil), "google.ads.googleads.v0.enums.ChangeStatusOperationEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ChangeStatusOperationEnum_ChangeStatusOperation", ChangeStatusOperationEnum_ChangeStatusOperation_name, ChangeStatusOperationEnum_ChangeStatusOperation_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/change_status_operation.proto", fileDescriptor_change_status_operation_ed761e3f0b9eaec4) -} - -var fileDescriptor_change_status_operation_ed761e3f0b9eaec4 = []byte{ - // 303 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4e, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xe4, 0x8c, 0xc4, 0xbc, 0xf4, 0xd4, 0xf8, 0xe2, 0x92, 0xc4, 0x92, 0xd2, - 0xe2, 0xf8, 0xfc, 0x82, 0xd4, 0xa2, 0xc4, 0x92, 0xcc, 0xfc, 0x3c, 0xbd, 0x82, 0xa2, 0xfc, 0x92, - 0x7c, 0x21, 0x59, 0x88, 0x0e, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x66, 0xbd, 0x32, 0x03, 0x3d, - 0xb0, 0x66, 0xa5, 0x72, 0x2e, 0x49, 0x67, 0xb0, 0xfe, 0x60, 0xb0, 0x76, 0x7f, 0x98, 0x6e, 0xd7, - 0xbc, 0xd2, 0x5c, 0xa5, 0x28, 0x2e, 0x51, 0xac, 0x92, 0x42, 0xfc, 0x5c, 0xdc, 0xa1, 0x7e, 0xc1, - 0x01, 0xae, 0xce, 0x9e, 0x6e, 0x9e, 0xae, 0x2e, 0x02, 0x0c, 0x42, 0xdc, 0x5c, 0xec, 0xa1, 0x7e, - 0xde, 0x7e, 0xfe, 0xe1, 0x7e, 0x02, 0x8c, 0x42, 0x9c, 0x5c, 0xac, 0x8e, 0x2e, 0x2e, 0xae, 0x2e, - 0x02, 0x4c, 0x20, 0x71, 0x67, 0x0f, 0x47, 0x3f, 0x77, 0x57, 0x17, 0x01, 0x66, 0x10, 0x27, 0xc8, - 0xd5, 0xd7, 0x3f, 0xcc, 0xd5, 0x45, 0x80, 0xc5, 0xe9, 0x3d, 0x23, 0x97, 0x62, 0x72, 0x7e, 0xae, - 0x1e, 0x5e, 0xe7, 0x39, 0x49, 0x61, 0xb5, 0x3f, 0x00, 0xe4, 0xb3, 0x00, 0xc6, 0x28, 0x27, 0xa8, - 0xe6, 0xf4, 0xfc, 0x9c, 0xc4, 0xbc, 0x74, 0xbd, 0xfc, 0xa2, 0x74, 0xfd, 0xf4, 0xd4, 0x3c, 0xb0, - 0xbf, 0x61, 0x01, 0x55, 0x90, 0x59, 0x8c, 0x23, 0xdc, 0xac, 0xc1, 0xe4, 0x22, 0x26, 0x66, 0x77, - 0x47, 0xc7, 0x55, 0x4c, 0xb2, 0xee, 0x10, 0xa3, 0x1c, 0x53, 0x8a, 0xf5, 0x20, 0x4c, 0x10, 0x2b, - 0xcc, 0x40, 0x0f, 0x14, 0x10, 0xc5, 0xa7, 0x60, 0xf2, 0x31, 0x8e, 0x29, 0xc5, 0x31, 0x70, 0xf9, - 0x98, 0x30, 0x83, 0x18, 0xb0, 0xfc, 0x2b, 0x26, 0x45, 0x88, 0xa0, 0x95, 0x95, 0x63, 0x4a, 0xb1, - 0x95, 0x15, 0x5c, 0x85, 0x95, 0x55, 0x98, 0x81, 0x95, 0x15, 0x58, 0x4d, 0x12, 0x1b, 0xd8, 0x61, - 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x15, 0xbc, 0x11, 0x65, 0xcf, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/change_status_resource_type.pb.go b/googleapis/ads/googleads/v0/enums/change_status_resource_type.pb.go deleted file mode 100644 index b7afe5c771..0000000000 --- a/googleapis/ads/googleads/v0/enums/change_status_resource_type.pb.go +++ /dev/null @@ -1,142 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/change_status_resource_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum listing the resource types support by the ChangeStatus resource. -type ChangeStatusResourceTypeEnum_ChangeStatusResourceType int32 - -const ( - // No value has been specified. - ChangeStatusResourceTypeEnum_UNSPECIFIED ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 0 - // Used for return value only. Represents an unclassified resource unknown - // in this version. - ChangeStatusResourceTypeEnum_UNKNOWN ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 1 - // An AdGroup resource change. - ChangeStatusResourceTypeEnum_AD_GROUP ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 3 - // An AdGroupAd resource change. - ChangeStatusResourceTypeEnum_AD_GROUP_AD ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 4 - // An AdGroupCriterion resource change. - ChangeStatusResourceTypeEnum_AD_GROUP_CRITERION ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 5 - // A Campaign resource change. - ChangeStatusResourceTypeEnum_CAMPAIGN ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 6 - // A CampaignCriterion resource change. - ChangeStatusResourceTypeEnum_CAMPAIGN_CRITERION ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 7 - // A Feed resource change. - ChangeStatusResourceTypeEnum_FEED ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 9 - // A FeedItem resource change. - ChangeStatusResourceTypeEnum_FEED_ITEM ChangeStatusResourceTypeEnum_ChangeStatusResourceType = 10 -) - -var ChangeStatusResourceTypeEnum_ChangeStatusResourceType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 3: "AD_GROUP", - 4: "AD_GROUP_AD", - 5: "AD_GROUP_CRITERION", - 6: "CAMPAIGN", - 7: "CAMPAIGN_CRITERION", - 9: "FEED", - 10: "FEED_ITEM", -} -var ChangeStatusResourceTypeEnum_ChangeStatusResourceType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "AD_GROUP": 3, - "AD_GROUP_AD": 4, - "AD_GROUP_CRITERION": 5, - "CAMPAIGN": 6, - "CAMPAIGN_CRITERION": 7, - "FEED": 9, - "FEED_ITEM": 10, -} - -func (x ChangeStatusResourceTypeEnum_ChangeStatusResourceType) String() string { - return proto.EnumName(ChangeStatusResourceTypeEnum_ChangeStatusResourceType_name, int32(x)) -} -func (ChangeStatusResourceTypeEnum_ChangeStatusResourceType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_change_status_resource_type_b24c7a466a3225d8, []int{0, 0} -} - -// Container for enum describing supported resource types for the ChangeStatus -// resource. -type ChangeStatusResourceTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ChangeStatusResourceTypeEnum) Reset() { *m = ChangeStatusResourceTypeEnum{} } -func (m *ChangeStatusResourceTypeEnum) String() string { return proto.CompactTextString(m) } -func (*ChangeStatusResourceTypeEnum) ProtoMessage() {} -func (*ChangeStatusResourceTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_change_status_resource_type_b24c7a466a3225d8, []int{0} -} -func (m *ChangeStatusResourceTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ChangeStatusResourceTypeEnum.Unmarshal(m, b) -} -func (m *ChangeStatusResourceTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ChangeStatusResourceTypeEnum.Marshal(b, m, deterministic) -} -func (dst *ChangeStatusResourceTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ChangeStatusResourceTypeEnum.Merge(dst, src) -} -func (m *ChangeStatusResourceTypeEnum) XXX_Size() int { - return xxx_messageInfo_ChangeStatusResourceTypeEnum.Size(m) -} -func (m *ChangeStatusResourceTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ChangeStatusResourceTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ChangeStatusResourceTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ChangeStatusResourceTypeEnum)(nil), "google.ads.googleads.v0.enums.ChangeStatusResourceTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ChangeStatusResourceTypeEnum_ChangeStatusResourceType", ChangeStatusResourceTypeEnum_ChangeStatusResourceType_name, ChangeStatusResourceTypeEnum_ChangeStatusResourceType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/change_status_resource_type.proto", fileDescriptor_change_status_resource_type_b24c7a466a3225d8) -} - -var fileDescriptor_change_status_resource_type_b24c7a466a3225d8 = []byte{ - // 361 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xcd, 0x6a, 0xdb, 0x40, - 0x10, 0xc7, 0x2b, 0xdb, 0xf5, 0xc7, 0xba, 0xa5, 0xcb, 0x1e, 0x4a, 0x0f, 0xf5, 0xc1, 0x7e, 0x80, - 0x95, 0xa0, 0xb7, 0xed, 0xa1, 0xac, 0x25, 0x59, 0x88, 0x62, 0x59, 0xc8, 0x1f, 0x85, 0x22, 0x10, - 0x8a, 0xb5, 0x28, 0x01, 0x5b, 0x2b, 0xb4, 0x92, 0xc1, 0xaf, 0x93, 0x63, 0x0e, 0x79, 0x90, 0x5c, - 0xf2, 0x1e, 0x39, 0xe6, 0x09, 0xc2, 0xae, 0x2c, 0x91, 0x8b, 0x73, 0x59, 0xfe, 0x33, 0xf3, 0x9f, - 0x1f, 0x3b, 0x33, 0xe0, 0x4f, 0xca, 0x79, 0x7a, 0x60, 0x7a, 0x9c, 0x08, 0xbd, 0x96, 0x52, 0x9d, - 0x0c, 0x9d, 0x65, 0xd5, 0x51, 0xe8, 0xfb, 0xdb, 0x38, 0x4b, 0x59, 0x24, 0xca, 0xb8, 0xac, 0x44, - 0x54, 0x30, 0xc1, 0xab, 0x62, 0xcf, 0xa2, 0xf2, 0x9c, 0x33, 0x9c, 0x17, 0xbc, 0xe4, 0x68, 0x52, - 0x77, 0xe1, 0x38, 0x11, 0xb8, 0x05, 0xe0, 0x93, 0x81, 0x15, 0x60, 0xf6, 0xac, 0x81, 0x9f, 0xa6, - 0x82, 0xac, 0x15, 0x23, 0xb8, 0x20, 0x36, 0xe7, 0x9c, 0xd9, 0x59, 0x75, 0x9c, 0x3d, 0x6a, 0xe0, - 0xc7, 0x35, 0x03, 0xfa, 0x06, 0xc6, 0x5b, 0x6f, 0xed, 0xdb, 0xa6, 0xbb, 0x70, 0x6d, 0x0b, 0x7e, - 0x42, 0x63, 0x30, 0xd8, 0x7a, 0x7f, 0xbd, 0xd5, 0x3f, 0x0f, 0x6a, 0xe8, 0x0b, 0x18, 0x52, 0x2b, - 0x72, 0x82, 0xd5, 0xd6, 0x87, 0x5d, 0xe9, 0x6d, 0xa2, 0x88, 0x5a, 0xb0, 0x87, 0xbe, 0x03, 0xd4, - 0x26, 0xcc, 0xc0, 0xdd, 0xd8, 0x81, 0xbb, 0xf2, 0xe0, 0x67, 0xd9, 0x66, 0xd2, 0xa5, 0x4f, 0x5d, - 0xc7, 0x83, 0x7d, 0xe9, 0x6a, 0xa2, 0x77, 0xae, 0x01, 0x1a, 0x82, 0xde, 0xc2, 0xb6, 0x2d, 0x38, - 0x42, 0x5f, 0xc1, 0x48, 0xaa, 0xc8, 0xdd, 0xd8, 0x4b, 0x08, 0xe6, 0xaf, 0x1a, 0x98, 0xee, 0xf9, - 0x11, 0x7f, 0x38, 0xf7, 0x7c, 0x72, 0x6d, 0x26, 0x5f, 0x6e, 0xcd, 0xd7, 0xfe, 0xcf, 0x2f, 0xfd, - 0x29, 0x3f, 0xc4, 0x59, 0x8a, 0x79, 0x91, 0xea, 0x29, 0xcb, 0xd4, 0x4e, 0x9b, 0x43, 0xe4, 0x77, - 0xe2, 0xca, 0x5d, 0x7e, 0xab, 0xf7, 0xbe, 0xd3, 0x75, 0x28, 0x7d, 0xe8, 0x4c, 0x9c, 0x1a, 0x45, - 0x13, 0x81, 0x6b, 0x29, 0xd5, 0xce, 0xc0, 0x72, 0xc1, 0xe2, 0xa9, 0xa9, 0x87, 0x34, 0x11, 0x61, - 0x5b, 0x0f, 0x77, 0x46, 0xa8, 0xea, 0x2f, 0x9d, 0x69, 0x9d, 0x24, 0x84, 0x26, 0x82, 0x90, 0xd6, - 0x41, 0xc8, 0xce, 0x20, 0x44, 0x79, 0x6e, 0xfa, 0xea, 0x63, 0xbf, 0xde, 0x02, 0x00, 0x00, 0xff, - 0xff, 0x08, 0x5b, 0x5b, 0xd0, 0x2f, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/content_label_type.pb.go b/googleapis/ads/googleads/v0/enums/content_label_type.pb.go deleted file mode 100644 index 7a6483e9ec..0000000000 --- a/googleapis/ads/googleads/v0/enums/content_label_type.pb.go +++ /dev/null @@ -1,178 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/content_label_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum listing the content label types supported by ContentLabel criterion. -type ContentLabelTypeEnum_ContentLabelType int32 - -const ( - // Not specified. - ContentLabelTypeEnum_UNSPECIFIED ContentLabelTypeEnum_ContentLabelType = 0 - // Used for return value only. Represents value unknown in this version. - ContentLabelTypeEnum_UNKNOWN ContentLabelTypeEnum_ContentLabelType = 1 - // Sexually suggestive content. - ContentLabelTypeEnum_SEXUALLY_SUGGESTIVE ContentLabelTypeEnum_ContentLabelType = 2 - // Below the fold placement. - ContentLabelTypeEnum_BELOW_THE_FOLD ContentLabelTypeEnum_ContentLabelType = 3 - // Parked domain. - ContentLabelTypeEnum_PARKED_DOMAIN ContentLabelTypeEnum_ContentLabelType = 4 - // Game. - ContentLabelTypeEnum_GAME ContentLabelTypeEnum_ContentLabelType = 5 - // Juvenile, gross & bizarre content. - ContentLabelTypeEnum_JUVENILE ContentLabelTypeEnum_ContentLabelType = 6 - // Profanity & rough language. - ContentLabelTypeEnum_PROFANITY ContentLabelTypeEnum_ContentLabelType = 7 - // Death & tragedy. - ContentLabelTypeEnum_TRAGEDY ContentLabelTypeEnum_ContentLabelType = 8 - // Video. - ContentLabelTypeEnum_VIDEO ContentLabelTypeEnum_ContentLabelType = 9 - // Content rating: G. - ContentLabelTypeEnum_VIDEO_RATING_DV_G ContentLabelTypeEnum_ContentLabelType = 10 - // Content rating: PG. - ContentLabelTypeEnum_VIDEO_RATING_DV_PG ContentLabelTypeEnum_ContentLabelType = 11 - // Content rating: T. - ContentLabelTypeEnum_VIDEO_RATING_DV_T ContentLabelTypeEnum_ContentLabelType = 12 - // Content rating: MA. - ContentLabelTypeEnum_VIDEO_RATING_DV_MA ContentLabelTypeEnum_ContentLabelType = 13 - // Content rating: not yet rated. - ContentLabelTypeEnum_VIDEO_NOT_YET_RATED ContentLabelTypeEnum_ContentLabelType = 14 - // Embedded video. - ContentLabelTypeEnum_EMBEDDED_VIDEO ContentLabelTypeEnum_ContentLabelType = 15 - // Live streaming video. - ContentLabelTypeEnum_LIVE_STREAMING_VIDEO ContentLabelTypeEnum_ContentLabelType = 16 -) - -var ContentLabelTypeEnum_ContentLabelType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "SEXUALLY_SUGGESTIVE", - 3: "BELOW_THE_FOLD", - 4: "PARKED_DOMAIN", - 5: "GAME", - 6: "JUVENILE", - 7: "PROFANITY", - 8: "TRAGEDY", - 9: "VIDEO", - 10: "VIDEO_RATING_DV_G", - 11: "VIDEO_RATING_DV_PG", - 12: "VIDEO_RATING_DV_T", - 13: "VIDEO_RATING_DV_MA", - 14: "VIDEO_NOT_YET_RATED", - 15: "EMBEDDED_VIDEO", - 16: "LIVE_STREAMING_VIDEO", -} -var ContentLabelTypeEnum_ContentLabelType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "SEXUALLY_SUGGESTIVE": 2, - "BELOW_THE_FOLD": 3, - "PARKED_DOMAIN": 4, - "GAME": 5, - "JUVENILE": 6, - "PROFANITY": 7, - "TRAGEDY": 8, - "VIDEO": 9, - "VIDEO_RATING_DV_G": 10, - "VIDEO_RATING_DV_PG": 11, - "VIDEO_RATING_DV_T": 12, - "VIDEO_RATING_DV_MA": 13, - "VIDEO_NOT_YET_RATED": 14, - "EMBEDDED_VIDEO": 15, - "LIVE_STREAMING_VIDEO": 16, -} - -func (x ContentLabelTypeEnum_ContentLabelType) String() string { - return proto.EnumName(ContentLabelTypeEnum_ContentLabelType_name, int32(x)) -} -func (ContentLabelTypeEnum_ContentLabelType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_content_label_type_a2a6588cd66e69c7, []int{0, 0} -} - -// Container for enum describing content label types in ContentLabel. -type ContentLabelTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ContentLabelTypeEnum) Reset() { *m = ContentLabelTypeEnum{} } -func (m *ContentLabelTypeEnum) String() string { return proto.CompactTextString(m) } -func (*ContentLabelTypeEnum) ProtoMessage() {} -func (*ContentLabelTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_content_label_type_a2a6588cd66e69c7, []int{0} -} -func (m *ContentLabelTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ContentLabelTypeEnum.Unmarshal(m, b) -} -func (m *ContentLabelTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ContentLabelTypeEnum.Marshal(b, m, deterministic) -} -func (dst *ContentLabelTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ContentLabelTypeEnum.Merge(dst, src) -} -func (m *ContentLabelTypeEnum) XXX_Size() int { - return xxx_messageInfo_ContentLabelTypeEnum.Size(m) -} -func (m *ContentLabelTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ContentLabelTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ContentLabelTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ContentLabelTypeEnum)(nil), "google.ads.googleads.v0.enums.ContentLabelTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ContentLabelTypeEnum_ContentLabelType", ContentLabelTypeEnum_ContentLabelType_name, ContentLabelTypeEnum_ContentLabelType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/content_label_type.proto", fileDescriptor_content_label_type_a2a6588cd66e69c7) -} - -var fileDescriptor_content_label_type_a2a6588cd66e69c7 = []byte{ - // 456 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xcd, 0x6e, 0x9b, 0x40, - 0x10, 0xae, 0xc9, 0x9f, 0xbd, 0x8e, 0x93, 0xcd, 0x36, 0x69, 0x7b, 0xc9, 0x21, 0x79, 0x00, 0x40, - 0xaa, 0xd4, 0x03, 0x3d, 0x2d, 0xd9, 0x31, 0xa5, 0x81, 0x05, 0xc1, 0x42, 0xea, 0xca, 0xd2, 0xca, - 0x09, 0x08, 0x55, 0xb2, 0xc1, 0x0a, 0x4e, 0xa4, 0xbc, 0x4e, 0x8f, 0x7d, 0x94, 0x9e, 0xfb, 0x14, - 0x91, 0xfa, 0x0e, 0xd5, 0xb2, 0x8d, 0x0f, 0x96, 0xdb, 0x0b, 0xfa, 0x34, 0xdf, 0xf7, 0x0d, 0x33, - 0xfb, 0x0d, 0xfa, 0x50, 0x35, 0x4d, 0x35, 0x2f, 0xad, 0x59, 0xd1, 0x5a, 0x1a, 0x2a, 0xf4, 0x68, - 0x5b, 0x65, 0xfd, 0xb0, 0x68, 0xad, 0xbb, 0xa6, 0x5e, 0x95, 0xf5, 0x4a, 0xce, 0x67, 0xb7, 0xe5, - 0x5c, 0xae, 0x9e, 0x96, 0xa5, 0xb9, 0xbc, 0x6f, 0x56, 0x0d, 0x39, 0xd7, 0x62, 0x73, 0x56, 0xb4, - 0xe6, 0xda, 0x67, 0x3e, 0xda, 0x66, 0xe7, 0xbb, 0xfc, 0x6d, 0xa0, 0xd3, 0x2b, 0xed, 0x0d, 0x94, - 0x55, 0x3c, 0x2d, 0x4b, 0xa8, 0x1f, 0x16, 0x97, 0xbf, 0x0c, 0x84, 0x37, 0x09, 0x72, 0x8c, 0x86, - 0x19, 0x4f, 0x63, 0xb8, 0xf2, 0xc7, 0x3e, 0x30, 0xfc, 0x8a, 0x0c, 0xd1, 0x41, 0xc6, 0xaf, 0x79, - 0x74, 0xc3, 0x71, 0x8f, 0xbc, 0x45, 0xaf, 0x53, 0xf8, 0x92, 0xd1, 0x20, 0x98, 0xc8, 0x34, 0xf3, - 0x3c, 0x48, 0x85, 0x9f, 0x03, 0x36, 0x08, 0x41, 0x47, 0x2e, 0x04, 0xd1, 0x8d, 0x14, 0x9f, 0x40, - 0x8e, 0xa3, 0x80, 0xe1, 0x1d, 0x72, 0x82, 0x46, 0x31, 0x4d, 0xae, 0x81, 0x49, 0x16, 0x85, 0xd4, - 0xe7, 0x78, 0x97, 0xf4, 0xd1, 0xae, 0x47, 0x43, 0xc0, 0x7b, 0xe4, 0x10, 0xf5, 0x3f, 0x67, 0x39, - 0x70, 0x3f, 0x00, 0xbc, 0x4f, 0x46, 0x68, 0x10, 0x27, 0xd1, 0x98, 0x72, 0x5f, 0x4c, 0xf0, 0x81, - 0xfa, 0xa7, 0x48, 0xa8, 0x07, 0x6c, 0x82, 0xfb, 0x64, 0x80, 0xf6, 0x72, 0x9f, 0x41, 0x84, 0x07, - 0xe4, 0x0c, 0x9d, 0x74, 0x50, 0x26, 0x54, 0xf8, 0xdc, 0x93, 0x2c, 0x97, 0x1e, 0x46, 0xe4, 0x0d, - 0x22, 0x9b, 0xe5, 0xd8, 0xc3, 0xc3, 0x6d, 0x72, 0x81, 0x0f, 0xb7, 0xc9, 0x43, 0x8a, 0x47, 0x6a, - 0x39, 0x5d, 0xe7, 0x91, 0x90, 0x13, 0x10, 0x8a, 0x07, 0x86, 0x8f, 0xd4, 0x72, 0x10, 0xba, 0xc0, - 0x18, 0x30, 0xa9, 0x47, 0x39, 0x26, 0xef, 0xd0, 0x69, 0xe0, 0xe7, 0x20, 0x53, 0x91, 0x00, 0x0d, - 0x55, 0x1b, 0xcd, 0x60, 0xf7, 0xb9, 0x87, 0x2e, 0xee, 0x9a, 0x85, 0xf9, 0xdf, 0x54, 0xdc, 0xb3, - 0xcd, 0x97, 0x8f, 0x55, 0x96, 0x71, 0xef, 0xab, 0xfb, 0xd7, 0x57, 0x35, 0xf3, 0x59, 0x5d, 0x99, - 0xcd, 0x7d, 0x65, 0x55, 0x65, 0xdd, 0x25, 0xfd, 0x72, 0x15, 0xcb, 0x6f, 0xed, 0x3f, 0x8e, 0xe4, - 0x63, 0xf7, 0xfd, 0x6e, 0xec, 0x78, 0x94, 0xfe, 0x30, 0xce, 0x3d, 0xdd, 0x8a, 0x16, 0xad, 0xa9, - 0xa1, 0x42, 0xb9, 0x6d, 0xaa, 0xf8, 0xdb, 0x9f, 0x2f, 0xfc, 0x94, 0x16, 0xed, 0x74, 0xcd, 0x4f, - 0x73, 0x7b, 0xda, 0xf1, 0xcf, 0xc6, 0x85, 0x2e, 0x3a, 0x0e, 0x2d, 0x5a, 0xc7, 0x59, 0x2b, 0x1c, - 0x27, 0xb7, 0x1d, 0xa7, 0xd3, 0xdc, 0xee, 0x77, 0x83, 0xbd, 0xff, 0x13, 0x00, 0x00, 0xff, 0xff, - 0xab, 0x47, 0xd0, 0xb2, 0xbc, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/conversion_action_category.pb.go b/googleapis/ads/googleads/v0/enums/conversion_action_category.pb.go deleted file mode 100644 index 17f5dab2a5..0000000000 --- a/googleapis/ads/googleads/v0/enums/conversion_action_category.pb.go +++ /dev/null @@ -1,136 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/conversion_action_category.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The category of conversions that are associated with a ConversionAction. -type ConversionActionCategoryEnum_ConversionActionCategory int32 - -const ( - // Not specified. - ConversionActionCategoryEnum_UNSPECIFIED ConversionActionCategoryEnum_ConversionActionCategory = 0 - // Used for return value only. Represents value unknown in this version. - ConversionActionCategoryEnum_UNKNOWN ConversionActionCategoryEnum_ConversionActionCategory = 1 - // Default category. - ConversionActionCategoryEnum_DEFAULT ConversionActionCategoryEnum_ConversionActionCategory = 2 - // User visiting a page. - ConversionActionCategoryEnum_PAGE_VIEW ConversionActionCategoryEnum_ConversionActionCategory = 3 - // Purchase, sales, or "order placed" event. - ConversionActionCategoryEnum_PURCHASE ConversionActionCategoryEnum_ConversionActionCategory = 4 - // Signup user action. - ConversionActionCategoryEnum_SIGNUP ConversionActionCategoryEnum_ConversionActionCategory = 5 - // Lead-generating action. - ConversionActionCategoryEnum_LEAD ConversionActionCategoryEnum_ConversionActionCategory = 6 - // Software download action (as for an app). - ConversionActionCategoryEnum_DOWNLOAD ConversionActionCategoryEnum_ConversionActionCategory = 7 -) - -var ConversionActionCategoryEnum_ConversionActionCategory_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "DEFAULT", - 3: "PAGE_VIEW", - 4: "PURCHASE", - 5: "SIGNUP", - 6: "LEAD", - 7: "DOWNLOAD", -} -var ConversionActionCategoryEnum_ConversionActionCategory_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "DEFAULT": 2, - "PAGE_VIEW": 3, - "PURCHASE": 4, - "SIGNUP": 5, - "LEAD": 6, - "DOWNLOAD": 7, -} - -func (x ConversionActionCategoryEnum_ConversionActionCategory) String() string { - return proto.EnumName(ConversionActionCategoryEnum_ConversionActionCategory_name, int32(x)) -} -func (ConversionActionCategoryEnum_ConversionActionCategory) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_category_f4683b8ea2cdbf87, []int{0, 0} -} - -// Container for enum describing the category of conversions that are associated -// with a ConversionAction. -type ConversionActionCategoryEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ConversionActionCategoryEnum) Reset() { *m = ConversionActionCategoryEnum{} } -func (m *ConversionActionCategoryEnum) String() string { return proto.CompactTextString(m) } -func (*ConversionActionCategoryEnum) ProtoMessage() {} -func (*ConversionActionCategoryEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_category_f4683b8ea2cdbf87, []int{0} -} -func (m *ConversionActionCategoryEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ConversionActionCategoryEnum.Unmarshal(m, b) -} -func (m *ConversionActionCategoryEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ConversionActionCategoryEnum.Marshal(b, m, deterministic) -} -func (dst *ConversionActionCategoryEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ConversionActionCategoryEnum.Merge(dst, src) -} -func (m *ConversionActionCategoryEnum) XXX_Size() int { - return xxx_messageInfo_ConversionActionCategoryEnum.Size(m) -} -func (m *ConversionActionCategoryEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ConversionActionCategoryEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ConversionActionCategoryEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ConversionActionCategoryEnum)(nil), "google.ads.googleads.v0.enums.ConversionActionCategoryEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ConversionActionCategoryEnum_ConversionActionCategory", ConversionActionCategoryEnum_ConversionActionCategory_name, ConversionActionCategoryEnum_ConversionActionCategory_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/conversion_action_category.proto", fileDescriptor_conversion_action_category_f4683b8ea2cdbf87) -} - -var fileDescriptor_conversion_action_category_f4683b8ea2cdbf87 = []byte{ - // 342 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdf, 0x6a, 0xea, 0x30, - 0x1c, 0x3e, 0xad, 0x1e, 0xf5, 0xc4, 0x73, 0x38, 0x21, 0x57, 0xbb, 0x98, 0x17, 0xfa, 0x00, 0x69, - 0x61, 0x77, 0x19, 0x0c, 0x62, 0x1b, 0xbb, 0x32, 0xa9, 0x65, 0xae, 0x15, 0x46, 0x41, 0xba, 0xb6, - 0x04, 0x41, 0x1b, 0x69, 0x54, 0xd8, 0x0b, 0xec, 0x41, 0x76, 0x33, 0xd8, 0xa3, 0xec, 0x51, 0x76, - 0xb9, 0x27, 0x18, 0x49, 0xb5, 0x77, 0xee, 0x26, 0xf9, 0x92, 0xef, 0x0f, 0xbf, 0xdf, 0x07, 0x6e, - 0xb8, 0x10, 0x7c, 0x5d, 0x58, 0x69, 0x2e, 0xad, 0x1a, 0x2a, 0x74, 0xb0, 0xad, 0xa2, 0xdc, 0x6f, - 0xa4, 0x95, 0x89, 0xf2, 0x50, 0x54, 0x72, 0x25, 0xca, 0x65, 0x9a, 0xed, 0xd4, 0x95, 0xa5, 0xbb, - 0x82, 0x8b, 0xea, 0x19, 0x6f, 0x2b, 0xb1, 0x13, 0x68, 0x50, 0x9b, 0x70, 0x9a, 0x4b, 0xdc, 0xf8, - 0xf1, 0xc1, 0xc6, 0xda, 0x3f, 0x7a, 0x33, 0xc0, 0xa5, 0xd3, 0x64, 0x50, 0x1d, 0xe1, 0x1c, 0x13, - 0x58, 0xb9, 0xdf, 0x8c, 0x5e, 0x0c, 0x70, 0x71, 0x4e, 0x80, 0xfe, 0x83, 0x7e, 0x14, 0xcc, 0x43, - 0xe6, 0xf8, 0x13, 0x9f, 0xb9, 0xf0, 0x17, 0xea, 0x83, 0x6e, 0x14, 0xdc, 0x05, 0xb3, 0x45, 0x00, - 0x0d, 0xf5, 0x70, 0xd9, 0x84, 0x46, 0xd3, 0x07, 0x68, 0xa2, 0x7f, 0xe0, 0x4f, 0x48, 0x3d, 0xb6, - 0x8c, 0x7d, 0xb6, 0x80, 0x2d, 0xf4, 0x17, 0xf4, 0xc2, 0xe8, 0xde, 0xb9, 0xa5, 0x73, 0x06, 0xdb, - 0x08, 0x80, 0xce, 0xdc, 0xf7, 0x82, 0x28, 0x84, 0xbf, 0x51, 0x0f, 0xb4, 0xa7, 0x8c, 0xba, 0xb0, - 0xa3, 0x34, 0xee, 0x6c, 0x11, 0x4c, 0x67, 0xd4, 0x85, 0xdd, 0xf1, 0x97, 0x01, 0x86, 0x99, 0xd8, - 0xe0, 0x1f, 0xf7, 0x19, 0x0f, 0xce, 0xcd, 0x1a, 0xaa, 0x36, 0x42, 0xe3, 0x71, 0x7c, 0xf4, 0x73, - 0xb1, 0x4e, 0x4b, 0x8e, 0x45, 0xc5, 0x2d, 0x5e, 0x94, 0xba, 0xab, 0x53, 0xbf, 0xdb, 0x95, 0x3c, - 0x53, 0xf7, 0xb5, 0x3e, 0x5f, 0xcd, 0x96, 0x47, 0xe9, 0xbb, 0x39, 0xf0, 0xea, 0x28, 0x9a, 0x4b, - 0x5c, 0x43, 0x85, 0x62, 0x1b, 0xab, 0xe2, 0xe4, 0xc7, 0x89, 0x4f, 0x68, 0x2e, 0x93, 0x86, 0x4f, - 0x62, 0x3b, 0xd1, 0xfc, 0xa7, 0x39, 0xac, 0x3f, 0x09, 0xa1, 0xb9, 0x24, 0xa4, 0x51, 0x10, 0x12, - 0xdb, 0x84, 0x68, 0xcd, 0x53, 0x47, 0x0f, 0x76, 0xf5, 0x1d, 0x00, 0x00, 0xff, 0xff, 0xf5, 0x94, - 0x6f, 0xff, 0x06, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/conversion_action_counting_type.pb.go b/googleapis/ads/googleads/v0/enums/conversion_action_counting_type.pb.go deleted file mode 100644 index fdc408a22c..0000000000 --- a/googleapis/ads/googleads/v0/enums/conversion_action_counting_type.pb.go +++ /dev/null @@ -1,119 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/conversion_action_counting_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Indicates how conversions for this action will be counted. For more -// information, see https://support.google.com/google-ads/answer/3438531. -type ConversionActionCountingTypeEnum_ConversionActionCountingType int32 - -const ( - // Not specified. - ConversionActionCountingTypeEnum_UNSPECIFIED ConversionActionCountingTypeEnum_ConversionActionCountingType = 0 - // Used for return value only. Represents value unknown in this version. - ConversionActionCountingTypeEnum_UNKNOWN ConversionActionCountingTypeEnum_ConversionActionCountingType = 1 - // Count only one conversion per click. - ConversionActionCountingTypeEnum_ONE_PER_CLICK ConversionActionCountingTypeEnum_ConversionActionCountingType = 2 - // Count all conversions per click. - ConversionActionCountingTypeEnum_MANY_PER_CLICK ConversionActionCountingTypeEnum_ConversionActionCountingType = 3 -) - -var ConversionActionCountingTypeEnum_ConversionActionCountingType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ONE_PER_CLICK", - 3: "MANY_PER_CLICK", -} -var ConversionActionCountingTypeEnum_ConversionActionCountingType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ONE_PER_CLICK": 2, - "MANY_PER_CLICK": 3, -} - -func (x ConversionActionCountingTypeEnum_ConversionActionCountingType) String() string { - return proto.EnumName(ConversionActionCountingTypeEnum_ConversionActionCountingType_name, int32(x)) -} -func (ConversionActionCountingTypeEnum_ConversionActionCountingType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_counting_type_2ebd633f03ecba8b, []int{0, 0} -} - -// Container for enum describing the conversion deduplication mode for -// conversion optimizer. -type ConversionActionCountingTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ConversionActionCountingTypeEnum) Reset() { *m = ConversionActionCountingTypeEnum{} } -func (m *ConversionActionCountingTypeEnum) String() string { return proto.CompactTextString(m) } -func (*ConversionActionCountingTypeEnum) ProtoMessage() {} -func (*ConversionActionCountingTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_counting_type_2ebd633f03ecba8b, []int{0} -} -func (m *ConversionActionCountingTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ConversionActionCountingTypeEnum.Unmarshal(m, b) -} -func (m *ConversionActionCountingTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ConversionActionCountingTypeEnum.Marshal(b, m, deterministic) -} -func (dst *ConversionActionCountingTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ConversionActionCountingTypeEnum.Merge(dst, src) -} -func (m *ConversionActionCountingTypeEnum) XXX_Size() int { - return xxx_messageInfo_ConversionActionCountingTypeEnum.Size(m) -} -func (m *ConversionActionCountingTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ConversionActionCountingTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ConversionActionCountingTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ConversionActionCountingTypeEnum)(nil), "google.ads.googleads.v0.enums.ConversionActionCountingTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ConversionActionCountingTypeEnum_ConversionActionCountingType", ConversionActionCountingTypeEnum_ConversionActionCountingType_name, ConversionActionCountingTypeEnum_ConversionActionCountingType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/conversion_action_counting_type.proto", fileDescriptor_conversion_action_counting_type_2ebd633f03ecba8b) -} - -var fileDescriptor_conversion_action_counting_type_2ebd633f03ecba8b = []byte{ - // 311 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xf3, 0x30, - 0x1c, 0xc5, 0xbf, 0x76, 0xf0, 0x09, 0x19, 0xea, 0xcc, 0xb5, 0x03, 0xb7, 0x07, 0x48, 0x0b, 0xde, - 0xc5, 0xab, 0x2c, 0xd6, 0x31, 0xa6, 0x59, 0x51, 0x37, 0x51, 0x0a, 0xa5, 0xb6, 0x21, 0x14, 0xd6, - 0xa4, 0x34, 0x6d, 0x61, 0x4f, 0xe0, 0x7b, 0x78, 0xe9, 0xa3, 0xf8, 0x28, 0x3e, 0x80, 0xd7, 0xd2, - 0x74, 0x2b, 0xde, 0xd8, 0x9b, 0xe4, 0xf0, 0xff, 0x9f, 0xfc, 0x38, 0x39, 0x80, 0x0a, 0xa5, 0xc4, - 0x96, 0x3b, 0x51, 0xa2, 0x9d, 0x56, 0x36, 0xaa, 0x76, 0x1d, 0x2e, 0xab, 0x4c, 0x3b, 0xb1, 0x92, - 0x35, 0x2f, 0x74, 0xaa, 0x64, 0x18, 0xc5, 0x65, 0x73, 0xc5, 0xaa, 0x92, 0x65, 0x2a, 0x45, 0x58, - 0xee, 0x72, 0x8e, 0xf2, 0x42, 0x95, 0x0a, 0x8e, 0xdb, 0x97, 0x28, 0x4a, 0x34, 0xea, 0x20, 0xa8, - 0x76, 0x91, 0x81, 0x4c, 0xdf, 0x2c, 0x70, 0x41, 0x3b, 0x10, 0x31, 0x1c, 0xba, 0xc7, 0x3c, 0xee, - 0x72, 0xee, 0xc9, 0x2a, 0x9b, 0xc6, 0xe0, 0xbc, 0xcf, 0x03, 0x4f, 0xc1, 0x70, 0xcd, 0x1e, 0x7c, - 0x8f, 0x2e, 0x6e, 0x16, 0xde, 0xf5, 0xe8, 0x1f, 0x1c, 0x82, 0xa3, 0x35, 0x5b, 0xb2, 0xd5, 0x13, - 0x1b, 0x59, 0xf0, 0x0c, 0x1c, 0xaf, 0x98, 0x17, 0xfa, 0xde, 0x7d, 0x48, 0x6f, 0x17, 0x74, 0x39, - 0xb2, 0x21, 0x04, 0x27, 0x77, 0x84, 0x3d, 0xff, 0x9a, 0x0d, 0x66, 0xdf, 0x16, 0x98, 0xc4, 0x2a, - 0x43, 0xbd, 0x79, 0x67, 0x93, 0xbe, 0x20, 0x7e, 0xf3, 0x63, 0xdf, 0x7a, 0x99, 0xed, 0x19, 0x42, - 0x6d, 0x23, 0x29, 0x90, 0x2a, 0x84, 0x23, 0xb8, 0x34, 0x7d, 0x1c, 0x8a, 0xcc, 0x53, 0xfd, 0x47, - 0xaf, 0x57, 0xe6, 0x7c, 0xb7, 0x07, 0x73, 0x42, 0x3e, 0xec, 0xf1, 0xbc, 0x45, 0x91, 0x44, 0xa3, - 0x56, 0x36, 0x6a, 0xe3, 0xa2, 0xa6, 0x18, 0xfd, 0x79, 0xd8, 0x07, 0x24, 0xd1, 0x41, 0xb7, 0x0f, - 0x36, 0x6e, 0x60, 0xf6, 0x5f, 0xf6, 0xa4, 0x1d, 0x62, 0x4c, 0x12, 0x8d, 0x71, 0xe7, 0xc0, 0x78, - 0xe3, 0x62, 0x6c, 0x3c, 0xaf, 0xff, 0x4d, 0xb0, 0xcb, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe1, - 0x28, 0xb6, 0xde, 0xef, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/conversion_action_status.pb.go b/googleapis/ads/googleads/v0/enums/conversion_action_status.pb.go deleted file mode 100644 index 0845fe711b..0000000000 --- a/googleapis/ads/googleads/v0/enums/conversion_action_status.pb.go +++ /dev/null @@ -1,121 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/conversion_action_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible statuses of a conversion action. -type ConversionActionStatusEnum_ConversionActionStatus int32 - -const ( - // Not specified. - ConversionActionStatusEnum_UNSPECIFIED ConversionActionStatusEnum_ConversionActionStatus = 0 - // Used for return value only. Represents value unknown in this version. - ConversionActionStatusEnum_UNKNOWN ConversionActionStatusEnum_ConversionActionStatus = 1 - // Conversions will be recorded. - ConversionActionStatusEnum_ENABLED ConversionActionStatusEnum_ConversionActionStatus = 2 - // Conversions will not be recorded. - ConversionActionStatusEnum_REMOVED ConversionActionStatusEnum_ConversionActionStatus = 3 - // Conversions will not be recorded and the conversion action will not - // appear in the UI. - ConversionActionStatusEnum_HIDDEN ConversionActionStatusEnum_ConversionActionStatus = 4 -) - -var ConversionActionStatusEnum_ConversionActionStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ENABLED", - 3: "REMOVED", - 4: "HIDDEN", -} -var ConversionActionStatusEnum_ConversionActionStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ENABLED": 2, - "REMOVED": 3, - "HIDDEN": 4, -} - -func (x ConversionActionStatusEnum_ConversionActionStatus) String() string { - return proto.EnumName(ConversionActionStatusEnum_ConversionActionStatus_name, int32(x)) -} -func (ConversionActionStatusEnum_ConversionActionStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_status_a20418169d973d65, []int{0, 0} -} - -// Container for enum describing possible statuses of a conversion action. -type ConversionActionStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ConversionActionStatusEnum) Reset() { *m = ConversionActionStatusEnum{} } -func (m *ConversionActionStatusEnum) String() string { return proto.CompactTextString(m) } -func (*ConversionActionStatusEnum) ProtoMessage() {} -func (*ConversionActionStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_status_a20418169d973d65, []int{0} -} -func (m *ConversionActionStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ConversionActionStatusEnum.Unmarshal(m, b) -} -func (m *ConversionActionStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ConversionActionStatusEnum.Marshal(b, m, deterministic) -} -func (dst *ConversionActionStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ConversionActionStatusEnum.Merge(dst, src) -} -func (m *ConversionActionStatusEnum) XXX_Size() int { - return xxx_messageInfo_ConversionActionStatusEnum.Size(m) -} -func (m *ConversionActionStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ConversionActionStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ConversionActionStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ConversionActionStatusEnum)(nil), "google.ads.googleads.v0.enums.ConversionActionStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ConversionActionStatusEnum_ConversionActionStatus", ConversionActionStatusEnum_ConversionActionStatus_name, ConversionActionStatusEnum_ConversionActionStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/conversion_action_status.proto", fileDescriptor_conversion_action_status_a20418169d973d65) -} - -var fileDescriptor_conversion_action_status_a20418169d973d65 = []byte{ - // 302 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4e, 0x83, 0x40, - 0x10, 0x86, 0x2d, 0x35, 0x35, 0xd9, 0x1e, 0x24, 0x1c, 0x3c, 0x68, 0x7a, 0x68, 0x1f, 0x60, 0x21, - 0xf1, 0xb6, 0x7a, 0x59, 0xca, 0x5a, 0x89, 0xba, 0x25, 0x36, 0xc5, 0xc4, 0x90, 0x18, 0x04, 0xb2, - 0x69, 0x52, 0x76, 0x1b, 0x06, 0x38, 0xf8, 0x38, 0x1e, 0x7d, 0x14, 0x1f, 0xc5, 0x93, 0x8f, 0x60, - 0x76, 0xb1, 0x9c, 0xaa, 0x17, 0xf8, 0x67, 0xff, 0xf9, 0x26, 0x33, 0x3f, 0xba, 0x16, 0x4a, 0x89, - 0x6d, 0xe1, 0xa6, 0x39, 0xb8, 0x9d, 0xd4, 0xaa, 0xf5, 0xdc, 0x42, 0x36, 0x25, 0xb8, 0x99, 0x92, - 0x6d, 0x51, 0xc1, 0x46, 0xc9, 0x97, 0x34, 0xab, 0xf5, 0x0f, 0xea, 0xb4, 0x6e, 0x00, 0xef, 0x2a, - 0x55, 0x2b, 0x67, 0xd2, 0x21, 0x38, 0xcd, 0x01, 0xf7, 0x34, 0x6e, 0x3d, 0x6c, 0xe8, 0xd9, 0x1b, - 0x3a, 0x9f, 0xf7, 0x03, 0xa8, 0xe1, 0x57, 0x06, 0x67, 0xb2, 0x29, 0x67, 0x09, 0x3a, 0x3b, 0xec, - 0x3a, 0xa7, 0x68, 0xbc, 0xe6, 0xab, 0x88, 0xcd, 0xc3, 0x9b, 0x90, 0x05, 0xf6, 0x91, 0x33, 0x46, - 0x27, 0x6b, 0x7e, 0xc7, 0x97, 0x4f, 0xdc, 0x1e, 0xe8, 0x82, 0x71, 0xea, 0xdf, 0xb3, 0xc0, 0xb6, - 0x74, 0xf1, 0xc8, 0x1e, 0x96, 0x31, 0x0b, 0xec, 0xa1, 0x83, 0xd0, 0xe8, 0x36, 0x0c, 0x02, 0xc6, - 0xed, 0x63, 0xff, 0x7b, 0x80, 0xa6, 0x99, 0x2a, 0xf1, 0xbf, 0x1b, 0xfa, 0x17, 0x87, 0x37, 0x88, - 0xf4, 0x75, 0xd1, 0xe0, 0xd9, 0xff, 0xa5, 0x85, 0xda, 0xa6, 0x52, 0x60, 0x55, 0x09, 0x57, 0x14, - 0xd2, 0xdc, 0xbe, 0x4f, 0x6b, 0xb7, 0x81, 0x3f, 0xc2, 0xbb, 0x32, 0xdf, 0x77, 0x6b, 0xb8, 0xa0, - 0xf4, 0xc3, 0x9a, 0x2c, 0xba, 0x51, 0x34, 0x07, 0xdc, 0x49, 0xad, 0x62, 0x0f, 0xeb, 0x2c, 0xe0, - 0x73, 0xef, 0x27, 0x34, 0x87, 0xa4, 0xf7, 0x93, 0xd8, 0x4b, 0x8c, 0xff, 0x65, 0x4d, 0xbb, 0x47, - 0x42, 0x68, 0x0e, 0x84, 0xf4, 0x1d, 0x84, 0xc4, 0x1e, 0x21, 0xa6, 0xe7, 0x75, 0x64, 0x16, 0xbb, - 0xfc, 0x09, 0x00, 0x00, 0xff, 0xff, 0x75, 0xa9, 0x2c, 0x21, 0xd4, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/conversion_action_type.pb.go b/googleapis/ads/googleads/v0/enums/conversion_action_type.pb.go deleted file mode 100644 index 0580c8e800..0000000000 --- a/googleapis/ads/googleads/v0/enums/conversion_action_type.pb.go +++ /dev/null @@ -1,150 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/conversion_action_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible types of a conversion action. -type ConversionActionTypeEnum_ConversionActionType int32 - -const ( - // Not specified. - ConversionActionTypeEnum_UNSPECIFIED ConversionActionTypeEnum_ConversionActionType = 0 - // Used for return value only. Represents value unknown in this version. - ConversionActionTypeEnum_UNKNOWN ConversionActionTypeEnum_ConversionActionType = 1 - // Conversions that occur when a user clicks on an ad's call extension. - ConversionActionTypeEnum_AD_CALL ConversionActionTypeEnum_ConversionActionType = 2 - // Conversions that occur when a user on a mobile device clicks a phone - // number. - ConversionActionTypeEnum_CLICK_TO_CALL ConversionActionTypeEnum_ConversionActionType = 3 - // Conversions that occur when a user downloads a mobile app from the Google - // Play Store. - ConversionActionTypeEnum_GOOGLE_PLAY_DOWNLOAD ConversionActionTypeEnum_ConversionActionType = 4 - // Conversions that occur when a user makes a purchase in an app through - // Android billing. - ConversionActionTypeEnum_GOOGLE_PLAY_IN_APP_PURCHASE ConversionActionTypeEnum_ConversionActionType = 5 - // Call conversions that are tracked by the advertiser and uploaded. - ConversionActionTypeEnum_UPLOAD_CALLS ConversionActionTypeEnum_ConversionActionType = 6 - // Conversions that are tracked by the advertiser and uploaded with - // attributed clicks. - ConversionActionTypeEnum_UPLOAD_CLICKS ConversionActionTypeEnum_ConversionActionType = 7 - // Conversions that occur on a webpage. - ConversionActionTypeEnum_WEBPAGE ConversionActionTypeEnum_ConversionActionType = 8 - // Conversions that occur when a user calls a dynamically-generated phone - // number from an advertiser's website. - ConversionActionTypeEnum_WEBSITE_CALL ConversionActionTypeEnum_ConversionActionType = 9 -) - -var ConversionActionTypeEnum_ConversionActionType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "AD_CALL", - 3: "CLICK_TO_CALL", - 4: "GOOGLE_PLAY_DOWNLOAD", - 5: "GOOGLE_PLAY_IN_APP_PURCHASE", - 6: "UPLOAD_CALLS", - 7: "UPLOAD_CLICKS", - 8: "WEBPAGE", - 9: "WEBSITE_CALL", -} -var ConversionActionTypeEnum_ConversionActionType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "AD_CALL": 2, - "CLICK_TO_CALL": 3, - "GOOGLE_PLAY_DOWNLOAD": 4, - "GOOGLE_PLAY_IN_APP_PURCHASE": 5, - "UPLOAD_CALLS": 6, - "UPLOAD_CLICKS": 7, - "WEBPAGE": 8, - "WEBSITE_CALL": 9, -} - -func (x ConversionActionTypeEnum_ConversionActionType) String() string { - return proto.EnumName(ConversionActionTypeEnum_ConversionActionType_name, int32(x)) -} -func (ConversionActionTypeEnum_ConversionActionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_type_06a80cfabbfb8d38, []int{0, 0} -} - -// Container for enum describing possible types of a conversion action. -type ConversionActionTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ConversionActionTypeEnum) Reset() { *m = ConversionActionTypeEnum{} } -func (m *ConversionActionTypeEnum) String() string { return proto.CompactTextString(m) } -func (*ConversionActionTypeEnum) ProtoMessage() {} -func (*ConversionActionTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_type_06a80cfabbfb8d38, []int{0} -} -func (m *ConversionActionTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ConversionActionTypeEnum.Unmarshal(m, b) -} -func (m *ConversionActionTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ConversionActionTypeEnum.Marshal(b, m, deterministic) -} -func (dst *ConversionActionTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ConversionActionTypeEnum.Merge(dst, src) -} -func (m *ConversionActionTypeEnum) XXX_Size() int { - return xxx_messageInfo_ConversionActionTypeEnum.Size(m) -} -func (m *ConversionActionTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ConversionActionTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ConversionActionTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ConversionActionTypeEnum)(nil), "google.ads.googleads.v0.enums.ConversionActionTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ConversionActionTypeEnum_ConversionActionType", ConversionActionTypeEnum_ConversionActionType_name, ConversionActionTypeEnum_ConversionActionType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/conversion_action_type.proto", fileDescriptor_conversion_action_type_06a80cfabbfb8d38) -} - -var fileDescriptor_conversion_action_type_06a80cfabbfb8d38 = []byte{ - // 382 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0xae, 0x93, 0x40, - 0x14, 0x86, 0x85, 0x6a, 0xab, 0x53, 0x8d, 0x23, 0xe9, 0xa2, 0xc6, 0x34, 0xa6, 0x7d, 0x80, 0x81, - 0xc4, 0xdd, 0xb8, 0x1a, 0x60, 0x44, 0x52, 0x02, 0x13, 0x29, 0x25, 0x1a, 0x12, 0x82, 0x85, 0x90, - 0x26, 0x2d, 0x43, 0x3a, 0x6d, 0x93, 0xbe, 0x8e, 0x4b, 0x1f, 0xc5, 0xad, 0x6f, 0xe1, 0xc2, 0xf8, - 0x08, 0x66, 0x86, 0x5b, 0x72, 0x17, 0xbd, 0x77, 0x03, 0xff, 0x9c, 0xff, 0x7c, 0xe7, 0xcc, 0x9c, - 0x03, 0x70, 0xcd, 0x79, 0xbd, 0xab, 0xcc, 0xa2, 0x14, 0x66, 0x27, 0xa5, 0x3a, 0x5b, 0x66, 0xd5, - 0x9c, 0xf6, 0xc2, 0xdc, 0xf0, 0xe6, 0x5c, 0x1d, 0xc4, 0x96, 0x37, 0x79, 0xb1, 0x39, 0xca, 0xdf, - 0xf1, 0xd2, 0x56, 0xa8, 0x3d, 0xf0, 0x23, 0x37, 0x66, 0x1d, 0x80, 0x8a, 0x52, 0xa0, 0x9e, 0x45, - 0x67, 0x0b, 0x29, 0x76, 0xf1, 0x4f, 0x03, 0x53, 0xa7, 0xe7, 0x89, 0xc2, 0x57, 0x97, 0xb6, 0xa2, - 0xcd, 0x69, 0xbf, 0xf8, 0xad, 0x81, 0xc9, 0x2d, 0xd3, 0x78, 0x0d, 0xc6, 0x49, 0x18, 0x33, 0xea, - 0xf8, 0x9f, 0x7c, 0xea, 0xc2, 0x27, 0xc6, 0x18, 0x8c, 0x92, 0x70, 0x19, 0x46, 0x69, 0x08, 0x35, - 0x79, 0x20, 0x6e, 0xee, 0x90, 0x20, 0x80, 0xba, 0xf1, 0x06, 0xbc, 0x72, 0x02, 0xdf, 0x59, 0xe6, - 0xab, 0xa8, 0x0b, 0x0d, 0x8c, 0x29, 0x98, 0x78, 0x51, 0xe4, 0x05, 0x34, 0x67, 0x01, 0xf9, 0x9a, - 0xbb, 0x51, 0x1a, 0x06, 0x11, 0x71, 0xe1, 0x53, 0xe3, 0x3d, 0x78, 0x77, 0xdf, 0xf1, 0xc3, 0x9c, - 0x30, 0x96, 0xb3, 0xe4, 0x8b, 0xf3, 0x99, 0xc4, 0x14, 0x3e, 0x33, 0x20, 0x78, 0x99, 0x30, 0x99, - 0xac, 0x6a, 0xc5, 0x70, 0x28, 0xeb, 0x5f, 0x23, 0xb2, 0x4d, 0x0c, 0x47, 0xb2, 0x7f, 0x4a, 0x6d, - 0x46, 0x3c, 0x0a, 0x9f, 0x4b, 0x22, 0xa5, 0x76, 0xec, 0xaf, 0x68, 0xd7, 0xfe, 0x85, 0xfd, 0x57, - 0x03, 0xf3, 0x0d, 0xdf, 0xa3, 0x47, 0x07, 0x63, 0xbf, 0xbd, 0xf5, 0x70, 0x26, 0x47, 0xca, 0xb4, - 0x6f, 0xf6, 0x1d, 0x5b, 0xf3, 0x5d, 0xd1, 0xd4, 0x88, 0x1f, 0x6a, 0xb3, 0xae, 0x1a, 0x35, 0xf0, - 0xeb, 0x82, 0xda, 0xad, 0x78, 0x60, 0x5f, 0x1f, 0xd5, 0xf7, 0x87, 0x3e, 0xf0, 0x08, 0xf9, 0xa9, - 0xcf, 0xbc, 0xae, 0x14, 0x29, 0x05, 0xea, 0xa4, 0x54, 0x6b, 0x0b, 0xc9, 0x0d, 0x88, 0x5f, 0x57, - 0x3f, 0x23, 0xa5, 0xc8, 0x7a, 0x3f, 0x5b, 0x5b, 0x99, 0xf2, 0xff, 0xe8, 0xf3, 0x2e, 0x88, 0x31, - 0x29, 0x05, 0xc6, 0x7d, 0x06, 0xc6, 0x6b, 0x0b, 0x63, 0x95, 0xf3, 0x7d, 0xa8, 0x2e, 0xf6, 0xe1, - 0x7f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x90, 0x71, 0x97, 0x07, 0x47, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/conversion_attribution_event_type.pb.go b/googleapis/ads/googleads/v0/enums/conversion_attribution_event_type.pb.go deleted file mode 100644 index a11f244ed5..0000000000 --- a/googleapis/ads/googleads/v0/enums/conversion_attribution_event_type.pb.go +++ /dev/null @@ -1,117 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/conversion_attribution_event_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The event type of conversions that are attributed to. -type ConversionAttributionEventTypeEnum_ConversionAttributionEventType int32 - -const ( - // Not specified. - ConversionAttributionEventTypeEnum_UNSPECIFIED ConversionAttributionEventTypeEnum_ConversionAttributionEventType = 0 - // Represents value unknown in this version. - ConversionAttributionEventTypeEnum_UNKNOWN ConversionAttributionEventTypeEnum_ConversionAttributionEventType = 1 - // The conversion is attributed to an impression. - ConversionAttributionEventTypeEnum_IMPRESSION ConversionAttributionEventTypeEnum_ConversionAttributionEventType = 2 - // The conversion is attributed to an interaction. - ConversionAttributionEventTypeEnum_INTERACTION ConversionAttributionEventTypeEnum_ConversionAttributionEventType = 3 -) - -var ConversionAttributionEventTypeEnum_ConversionAttributionEventType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "IMPRESSION", - 3: "INTERACTION", -} -var ConversionAttributionEventTypeEnum_ConversionAttributionEventType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "IMPRESSION": 2, - "INTERACTION": 3, -} - -func (x ConversionAttributionEventTypeEnum_ConversionAttributionEventType) String() string { - return proto.EnumName(ConversionAttributionEventTypeEnum_ConversionAttributionEventType_name, int32(x)) -} -func (ConversionAttributionEventTypeEnum_ConversionAttributionEventType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_attribution_event_type_857cde369285aeb5, []int{0, 0} -} - -// Container for enum indicating the event type the conversion is attributed to. -type ConversionAttributionEventTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ConversionAttributionEventTypeEnum) Reset() { *m = ConversionAttributionEventTypeEnum{} } -func (m *ConversionAttributionEventTypeEnum) String() string { return proto.CompactTextString(m) } -func (*ConversionAttributionEventTypeEnum) ProtoMessage() {} -func (*ConversionAttributionEventTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_attribution_event_type_857cde369285aeb5, []int{0} -} -func (m *ConversionAttributionEventTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ConversionAttributionEventTypeEnum.Unmarshal(m, b) -} -func (m *ConversionAttributionEventTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ConversionAttributionEventTypeEnum.Marshal(b, m, deterministic) -} -func (dst *ConversionAttributionEventTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ConversionAttributionEventTypeEnum.Merge(dst, src) -} -func (m *ConversionAttributionEventTypeEnum) XXX_Size() int { - return xxx_messageInfo_ConversionAttributionEventTypeEnum.Size(m) -} -func (m *ConversionAttributionEventTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ConversionAttributionEventTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ConversionAttributionEventTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ConversionAttributionEventTypeEnum)(nil), "google.ads.googleads.v0.enums.ConversionAttributionEventTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ConversionAttributionEventTypeEnum_ConversionAttributionEventType", ConversionAttributionEventTypeEnum_ConversionAttributionEventType_name, ConversionAttributionEventTypeEnum_ConversionAttributionEventType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/conversion_attribution_event_type.proto", fileDescriptor_conversion_attribution_event_type_857cde369285aeb5) -} - -var fileDescriptor_conversion_attribution_event_type_857cde369285aeb5 = []byte{ - // 309 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdf, 0x4a, 0xfb, 0x30, - 0x1c, 0xc5, 0x7f, 0xed, 0xe0, 0x27, 0x64, 0xa0, 0xa3, 0xf7, 0x13, 0x36, 0xef, 0xd3, 0x82, 0x77, - 0xf1, 0x2a, 0x9b, 0x71, 0x14, 0x31, 0x2b, 0xfb, 0x27, 0x48, 0xa1, 0x74, 0x6b, 0x08, 0x85, 0x35, - 0x29, 0x4d, 0x5a, 0xd8, 0x03, 0xf8, 0x22, 0x5e, 0xfa, 0x28, 0x3e, 0x8a, 0x4f, 0xe0, 0xa5, 0x24, - 0x75, 0xf5, 0xca, 0xde, 0x94, 0xc3, 0xf7, 0x9c, 0x7e, 0x38, 0x39, 0x80, 0x70, 0x29, 0xf9, 0x91, - 0xf9, 0x69, 0xa6, 0xfc, 0x56, 0x1a, 0xd5, 0x04, 0x3e, 0x13, 0x75, 0xa1, 0xfc, 0x83, 0x14, 0x0d, - 0xab, 0x54, 0x2e, 0x45, 0x92, 0x6a, 0x5d, 0xe5, 0xfb, 0x5a, 0x1b, 0xcd, 0x1a, 0x26, 0x74, 0xa2, - 0x4f, 0x25, 0x83, 0x65, 0x25, 0xb5, 0xf4, 0xc6, 0xed, 0xbf, 0x30, 0xcd, 0x14, 0xec, 0x30, 0xb0, - 0x09, 0xa0, 0xc5, 0x4c, 0x5f, 0x1d, 0x30, 0x9d, 0x77, 0x28, 0xfc, 0x4b, 0x22, 0x06, 0xb4, 0x39, - 0x95, 0x8c, 0x88, 0xba, 0x98, 0x26, 0xe0, 0xba, 0x3f, 0xe5, 0x5d, 0x81, 0xe1, 0x96, 0xae, 0x23, - 0x32, 0x0f, 0x1f, 0x42, 0x72, 0x3f, 0xfa, 0xe7, 0x0d, 0xc1, 0xc5, 0x96, 0x3e, 0xd2, 0xe5, 0x33, - 0x1d, 0x39, 0xde, 0x25, 0x00, 0xe1, 0x53, 0xb4, 0x22, 0xeb, 0x75, 0xb8, 0xa4, 0x23, 0xd7, 0xa4, - 0x43, 0xba, 0x21, 0x2b, 0x3c, 0xdf, 0x98, 0xc3, 0x60, 0xf6, 0xe5, 0x80, 0xc9, 0x41, 0x16, 0xb0, - 0xb7, 0xed, 0xec, 0xa6, 0xbf, 0x44, 0x64, 0x5e, 0x1c, 0x39, 0x2f, 0xb3, 0x1f, 0x0a, 0x97, 0xc7, - 0x54, 0x70, 0x28, 0x2b, 0xee, 0x73, 0x26, 0xec, 0x1e, 0xe7, 0x29, 0xcb, 0x5c, 0xfd, 0xb1, 0xec, - 0x9d, 0xfd, 0xbe, 0xb9, 0x83, 0x05, 0xc6, 0xef, 0xee, 0x78, 0xd1, 0xa2, 0x70, 0xa6, 0x60, 0x2b, - 0x8d, 0xda, 0x05, 0xd0, 0xcc, 0xa2, 0x3e, 0xce, 0x7e, 0x8c, 0x33, 0x15, 0x77, 0x7e, 0xbc, 0x0b, - 0x62, 0xeb, 0x7f, 0xba, 0x93, 0xf6, 0x88, 0x10, 0xce, 0x14, 0x42, 0x5d, 0x02, 0xa1, 0x5d, 0x80, - 0x90, 0xcd, 0xec, 0xff, 0xdb, 0x62, 0xb7, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x3b, 0xf9, 0xcf, - 0xde, 0xf1, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/criterion_category_channel_availability_mode.pb.go b/googleapis/ads/googleads/v0/enums/criterion_category_channel_availability_mode.pb.go deleted file mode 100644 index 4e1107e71c..0000000000 --- a/googleapis/ads/googleads/v0/enums/criterion_category_channel_availability_mode.pb.go +++ /dev/null @@ -1,133 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/criterion_category_channel_availability_mode.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum containing the possible CriterionCategoryChannelAvailabilityMode. -type CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode int32 - -const ( - // Not specified. - CriterionCategoryChannelAvailabilityModeEnum_UNSPECIFIED CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode = 0 - // Used for return value only. Represents value unknown in this version. - CriterionCategoryChannelAvailabilityModeEnum_UNKNOWN CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode = 1 - // The category is available to campaigns of all channel types and subtypes. - CriterionCategoryChannelAvailabilityModeEnum_ALL_CHANNELS CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode = 2 - // The category is available to campaigns of a specific channel type, - // including all subtypes under it. - CriterionCategoryChannelAvailabilityModeEnum_CHANNEL_TYPE_AND_ALL_SUBTYPES CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode = 3 - // The category is available to campaigns of a specific channel type and - // subtype(s). - CriterionCategoryChannelAvailabilityModeEnum_CHANNEL_TYPE_AND_SUBSET_SUBTYPES CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode = 4 -) - -var CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ALL_CHANNELS", - 3: "CHANNEL_TYPE_AND_ALL_SUBTYPES", - 4: "CHANNEL_TYPE_AND_SUBSET_SUBTYPES", -} -var CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ALL_CHANNELS": 2, - "CHANNEL_TYPE_AND_ALL_SUBTYPES": 3, - "CHANNEL_TYPE_AND_SUBSET_SUBTYPES": 4, -} - -func (x CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode) String() string { - return proto.EnumName(CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode_name, int32(x)) -} -func (CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_criterion_category_channel_availability_mode_fa60aba1511b3de1, []int{0, 0} -} - -// Describes channel availability mode for a criterion availability - whether -// the availability is meant to include all advertising channels, or a -// particular channel with all its channel subtypes, or a channel with a certain -// subset of channel subtypes. -type CriterionCategoryChannelAvailabilityModeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CriterionCategoryChannelAvailabilityModeEnum) Reset() { - *m = CriterionCategoryChannelAvailabilityModeEnum{} -} -func (m *CriterionCategoryChannelAvailabilityModeEnum) String() string { - return proto.CompactTextString(m) -} -func (*CriterionCategoryChannelAvailabilityModeEnum) ProtoMessage() {} -func (*CriterionCategoryChannelAvailabilityModeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_criterion_category_channel_availability_mode_fa60aba1511b3de1, []int{0} -} -func (m *CriterionCategoryChannelAvailabilityModeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CriterionCategoryChannelAvailabilityModeEnum.Unmarshal(m, b) -} -func (m *CriterionCategoryChannelAvailabilityModeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CriterionCategoryChannelAvailabilityModeEnum.Marshal(b, m, deterministic) -} -func (dst *CriterionCategoryChannelAvailabilityModeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CriterionCategoryChannelAvailabilityModeEnum.Merge(dst, src) -} -func (m *CriterionCategoryChannelAvailabilityModeEnum) XXX_Size() int { - return xxx_messageInfo_CriterionCategoryChannelAvailabilityModeEnum.Size(m) -} -func (m *CriterionCategoryChannelAvailabilityModeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CriterionCategoryChannelAvailabilityModeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CriterionCategoryChannelAvailabilityModeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CriterionCategoryChannelAvailabilityModeEnum)(nil), "google.ads.googleads.v0.enums.CriterionCategoryChannelAvailabilityModeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode", CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode_name, CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/criterion_category_channel_availability_mode.proto", fileDescriptor_criterion_category_channel_availability_mode_fa60aba1511b3de1) -} - -var fileDescriptor_criterion_category_channel_availability_mode_fa60aba1511b3de1 = []byte{ - // 356 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xc1, 0x4a, 0xeb, 0x40, - 0x14, 0x86, 0x6f, 0xd2, 0xcb, 0xbd, 0x30, 0xbd, 0x70, 0x43, 0xf6, 0x05, 0x5b, 0x5c, 0xb8, 0xd0, - 0x49, 0xc0, 0xdd, 0xb8, 0x9a, 0xa4, 0xb1, 0x16, 0x6b, 0x0c, 0xa4, 0xa9, 0x28, 0x81, 0x61, 0x9a, - 0x0c, 0x63, 0x20, 0x99, 0x29, 0x99, 0xb4, 0xd0, 0xad, 0x8f, 0xa2, 0x3b, 0x1f, 0xc5, 0xb5, 0x4f, - 0xe1, 0x53, 0x48, 0x92, 0xb6, 0x0a, 0xa2, 0x74, 0x33, 0xfc, 0x67, 0xce, 0x3f, 0x1f, 0x73, 0xfe, - 0x03, 0x02, 0x2e, 0x25, 0xcf, 0x99, 0x45, 0x53, 0x65, 0xb5, 0xb2, 0x56, 0x2b, 0xdb, 0x62, 0x62, - 0x59, 0x28, 0x2b, 0x29, 0xb3, 0x8a, 0x95, 0x99, 0x14, 0x24, 0xa1, 0x15, 0xe3, 0xb2, 0x5c, 0x93, - 0xe4, 0x9e, 0x0a, 0xc1, 0x72, 0x42, 0x57, 0x34, 0xcb, 0xe9, 0x3c, 0xcb, 0xb3, 0x6a, 0x4d, 0x0a, - 0x99, 0x32, 0xb8, 0x28, 0x65, 0x25, 0xcd, 0x5e, 0x8b, 0x81, 0x34, 0x55, 0x70, 0x47, 0x84, 0x2b, - 0x1b, 0x36, 0xc4, 0xc1, 0xab, 0x06, 0x8e, 0xdd, 0x2d, 0xd5, 0xdd, 0x40, 0xdd, 0x96, 0x89, 0x3f, - 0x21, 0xaf, 0x64, 0xca, 0x3c, 0xb1, 0x2c, 0x06, 0x4f, 0x1a, 0x38, 0xda, 0xf7, 0x81, 0xf9, 0x1f, - 0x74, 0x23, 0x3f, 0x0c, 0x3c, 0x77, 0x7c, 0x3e, 0xf6, 0x86, 0xc6, 0x2f, 0xb3, 0x0b, 0xfe, 0x46, - 0xfe, 0xa5, 0x7f, 0x7d, 0xe3, 0x1b, 0x9a, 0x69, 0x80, 0x7f, 0x78, 0x32, 0x21, 0xee, 0x05, 0xf6, - 0x7d, 0x6f, 0x12, 0x1a, 0xba, 0xd9, 0x07, 0xbd, 0x4d, 0x45, 0xa6, 0xb7, 0x81, 0x47, 0xb0, 0x3f, - 0x24, 0xb5, 0x25, 0x8c, 0x9c, 0xba, 0x0e, 0x8d, 0x8e, 0x79, 0x08, 0x0e, 0xbe, 0x58, 0xc2, 0xc8, - 0x09, 0xbd, 0xe9, 0x87, 0xeb, 0xb7, 0xf3, 0xa0, 0x83, 0x7e, 0x22, 0x0b, 0xf8, 0xe3, 0xf0, 0xce, - 0xc9, 0xbe, 0x83, 0x04, 0x75, 0x94, 0x81, 0x76, 0xe7, 0x6c, 0x78, 0x5c, 0xe6, 0x54, 0x70, 0x28, - 0x4b, 0x6e, 0x71, 0x26, 0x9a, 0xa0, 0xb7, 0xeb, 0x5a, 0x64, 0xea, 0x9b, 0xed, 0x9d, 0x35, 0xe7, - 0xa3, 0xde, 0x19, 0x61, 0xfc, 0xac, 0xf7, 0x46, 0x2d, 0x0a, 0xa7, 0x0a, 0xb6, 0xb2, 0x56, 0x33, - 0x1b, 0xd6, 0x29, 0xab, 0x97, 0x6d, 0x3f, 0xc6, 0xa9, 0x8a, 0x77, 0xfd, 0x78, 0x66, 0xc7, 0x4d, - 0xff, 0x4d, 0xef, 0xb7, 0x97, 0x08, 0xe1, 0x54, 0x21, 0xb4, 0x73, 0x20, 0x34, 0xb3, 0x11, 0x6a, - 0x3c, 0xf3, 0x3f, 0xcd, 0xc7, 0x4e, 0xdf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xcc, 0xc6, 0xdf, 0x2c, - 0x55, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/criterion_category_locale_availability_mode.pb.go b/googleapis/ads/googleads/v0/enums/criterion_category_locale_availability_mode.pb.go deleted file mode 100644 index 11bf2a0ae5..0000000000 --- a/googleapis/ads/googleads/v0/enums/criterion_category_locale_availability_mode.pb.go +++ /dev/null @@ -1,137 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/criterion_category_locale_availability_mode.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum containing the possible CriterionCategoryLocaleAvailabilityMode. -type CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode int32 - -const ( - // Not specified. - CriterionCategoryLocaleAvailabilityModeEnum_UNSPECIFIED CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode = 0 - // Used for return value only. Represents value unknown in this version. - CriterionCategoryLocaleAvailabilityModeEnum_UNKNOWN CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode = 1 - // The category is available to campaigns of all locales. - CriterionCategoryLocaleAvailabilityModeEnum_ALL_LOCALES CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode = 2 - // The category is available to campaigns within a list of countries, - // regardless of language. - CriterionCategoryLocaleAvailabilityModeEnum_COUNTRY_AND_ALL_LANGUAGES CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode = 3 - // The category is available to campaigns within a list of languages, - // regardless of country. - CriterionCategoryLocaleAvailabilityModeEnum_LANGUAGE_AND_ALL_COUNTRIES CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode = 4 - // The category is available to campaigns within a list of country, language - // pairs. - CriterionCategoryLocaleAvailabilityModeEnum_COUNTRY_AND_LANGUAGE CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode = 5 -) - -var CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ALL_LOCALES", - 3: "COUNTRY_AND_ALL_LANGUAGES", - 4: "LANGUAGE_AND_ALL_COUNTRIES", - 5: "COUNTRY_AND_LANGUAGE", -} -var CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ALL_LOCALES": 2, - "COUNTRY_AND_ALL_LANGUAGES": 3, - "LANGUAGE_AND_ALL_COUNTRIES": 4, - "COUNTRY_AND_LANGUAGE": 5, -} - -func (x CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode) String() string { - return proto.EnumName(CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode_name, int32(x)) -} -func (CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_criterion_category_locale_availability_mode_eae91889b56c99b2, []int{0, 0} -} - -// Describes locale availabilty mode for a criterion availability - whether -// it's available globally, or a particular country with all languages, or a -// particular language with all countries, or a country-language pair. -type CriterionCategoryLocaleAvailabilityModeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CriterionCategoryLocaleAvailabilityModeEnum) Reset() { - *m = CriterionCategoryLocaleAvailabilityModeEnum{} -} -func (m *CriterionCategoryLocaleAvailabilityModeEnum) String() string { - return proto.CompactTextString(m) -} -func (*CriterionCategoryLocaleAvailabilityModeEnum) ProtoMessage() {} -func (*CriterionCategoryLocaleAvailabilityModeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_criterion_category_locale_availability_mode_eae91889b56c99b2, []int{0} -} -func (m *CriterionCategoryLocaleAvailabilityModeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CriterionCategoryLocaleAvailabilityModeEnum.Unmarshal(m, b) -} -func (m *CriterionCategoryLocaleAvailabilityModeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CriterionCategoryLocaleAvailabilityModeEnum.Marshal(b, m, deterministic) -} -func (dst *CriterionCategoryLocaleAvailabilityModeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CriterionCategoryLocaleAvailabilityModeEnum.Merge(dst, src) -} -func (m *CriterionCategoryLocaleAvailabilityModeEnum) XXX_Size() int { - return xxx_messageInfo_CriterionCategoryLocaleAvailabilityModeEnum.Size(m) -} -func (m *CriterionCategoryLocaleAvailabilityModeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CriterionCategoryLocaleAvailabilityModeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CriterionCategoryLocaleAvailabilityModeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CriterionCategoryLocaleAvailabilityModeEnum)(nil), "google.ads.googleads.v0.enums.CriterionCategoryLocaleAvailabilityModeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode", CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode_name, CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/criterion_category_locale_availability_mode.proto", fileDescriptor_criterion_category_locale_availability_mode_eae91889b56c99b2) -} - -var fileDescriptor_criterion_category_locale_availability_mode_eae91889b56c99b2 = []byte{ - // 363 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0x41, 0x4b, 0xf3, 0x30, - 0x1c, 0xc6, 0xdf, 0x76, 0xef, 0xfb, 0x0a, 0xd9, 0xc1, 0x52, 0x3c, 0xa8, 0x30, 0x61, 0xbb, 0x78, - 0x50, 0xd2, 0x82, 0xb7, 0x78, 0xca, 0xba, 0x5a, 0x86, 0xb5, 0x1d, 0xd6, 0x4e, 0x94, 0x42, 0xc9, - 0xda, 0x50, 0x0a, 0x6d, 0x33, 0x9a, 0x6e, 0xb0, 0xa3, 0x5f, 0xc5, 0xa3, 0x37, 0xbf, 0x86, 0xdf, - 0xc2, 0xab, 0x9f, 0x42, 0x9a, 0xae, 0x65, 0x17, 0x65, 0x97, 0xf0, 0x24, 0xcf, 0x93, 0x1f, 0xc9, - 0xf3, 0x07, 0x6e, 0xc2, 0x58, 0x92, 0x51, 0x8d, 0xc4, 0x5c, 0x6b, 0x64, 0xad, 0xd6, 0xba, 0x46, - 0x8b, 0x55, 0xce, 0xb5, 0xa8, 0x4c, 0x2b, 0x5a, 0xa6, 0xac, 0x08, 0x23, 0x52, 0xd1, 0x84, 0x95, - 0x9b, 0x30, 0x63, 0x11, 0xc9, 0x68, 0x48, 0xd6, 0x24, 0xcd, 0xc8, 0x22, 0xcd, 0xd2, 0x6a, 0x13, - 0xe6, 0x2c, 0xa6, 0x70, 0x59, 0xb2, 0x8a, 0xa9, 0x83, 0x86, 0x02, 0x49, 0xcc, 0x61, 0x07, 0x84, - 0x6b, 0x1d, 0x0a, 0xe0, 0xe8, 0x53, 0x02, 0x17, 0x46, 0x0b, 0x35, 0xb6, 0x4c, 0x5b, 0x20, 0xf1, - 0x0e, 0xf1, 0x8e, 0xc5, 0xd4, 0x2c, 0x56, 0xf9, 0xe8, 0x5d, 0x02, 0xe7, 0x7b, 0xe6, 0xd5, 0x43, - 0xd0, 0xf7, 0x1d, 0x6f, 0x66, 0x1a, 0xd3, 0x9b, 0xa9, 0x39, 0x51, 0xfe, 0xa8, 0x7d, 0x70, 0xe0, - 0x3b, 0xb7, 0x8e, 0xfb, 0xe8, 0x28, 0x52, 0xed, 0x62, 0xdb, 0x0e, 0x6d, 0xd7, 0xc0, 0xb6, 0xe9, - 0x29, 0xb2, 0x3a, 0x00, 0x27, 0x86, 0xeb, 0x3b, 0x0f, 0xf7, 0x4f, 0x21, 0x76, 0x26, 0xa1, 0x30, - 0xb1, 0x63, 0xf9, 0xd8, 0x32, 0x3d, 0xa5, 0xa7, 0x9e, 0x81, 0xd3, 0x76, 0xdb, 0xf9, 0x4d, 0x7e, - 0x6a, 0x7a, 0xca, 0x5f, 0xf5, 0x18, 0x1c, 0xed, 0x5e, 0x6f, 0xb3, 0xca, 0xbf, 0xf1, 0x8b, 0x0c, - 0x86, 0x11, 0xcb, 0xe1, 0xaf, 0x4d, 0x8c, 0x2f, 0xf7, 0xfc, 0xd6, 0xac, 0xae, 0x75, 0x26, 0x3d, - 0x8f, 0xb7, 0xb8, 0x84, 0x65, 0xa4, 0x48, 0x20, 0x2b, 0x13, 0x2d, 0xa1, 0x85, 0x28, 0xbd, 0x9d, - 0xdc, 0x32, 0xe5, 0x3f, 0x0c, 0xf2, 0x5a, 0xac, 0xaf, 0x72, 0xcf, 0xc2, 0xf8, 0x4d, 0x1e, 0x58, - 0x0d, 0x0a, 0xc7, 0x1c, 0x36, 0xb2, 0x56, 0x73, 0x1d, 0xd6, 0x95, 0xf3, 0x8f, 0xd6, 0x0f, 0x70, - 0xcc, 0x83, 0xce, 0x0f, 0xe6, 0x7a, 0x20, 0xfc, 0x2f, 0x79, 0xd8, 0x1c, 0x22, 0x84, 0x63, 0x8e, - 0x50, 0x97, 0x40, 0x68, 0xae, 0x23, 0x24, 0x32, 0x8b, 0xff, 0xe2, 0x61, 0x57, 0xdf, 0x01, 0x00, - 0x00, 0xff, 0xff, 0xc8, 0x4d, 0xb4, 0x90, 0x60, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/criterion_type.pb.go b/googleapis/ads/googleads/v0/enums/criterion_type.pb.go deleted file mode 100644 index 9f9a56fedd..0000000000 --- a/googleapis/ads/googleads/v0/enums/criterion_type.pb.go +++ /dev/null @@ -1,224 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/criterion_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible criterion types. -type CriterionTypeEnum_CriterionType int32 - -const ( - // Not specified. - CriterionTypeEnum_UNSPECIFIED CriterionTypeEnum_CriterionType = 0 - // Used for return value only. Represents value unknown in this version. - CriterionTypeEnum_UNKNOWN CriterionTypeEnum_CriterionType = 1 - // Keyword. e.g. 'mars cruise'. - CriterionTypeEnum_KEYWORD CriterionTypeEnum_CriterionType = 2 - // Placement, aka Website. e.g. 'www.flowers4sale.com' - CriterionTypeEnum_PLACEMENT CriterionTypeEnum_CriterionType = 3 - // Mobile application categories to target. - CriterionTypeEnum_MOBILE_APP_CATEGORY CriterionTypeEnum_CriterionType = 4 - // Devices to target. - CriterionTypeEnum_DEVICE CriterionTypeEnum_CriterionType = 6 - // Locations to target. - CriterionTypeEnum_LOCATION CriterionTypeEnum_CriterionType = 7 - // Listing groups to target. - CriterionTypeEnum_LISTING_GROUP CriterionTypeEnum_CriterionType = 8 - // Ad Schedule. - CriterionTypeEnum_AD_SCHEDULE CriterionTypeEnum_CriterionType = 9 - // Age range. - CriterionTypeEnum_AGE_RANGE CriterionTypeEnum_CriterionType = 10 - // Gender. - CriterionTypeEnum_GENDER CriterionTypeEnum_CriterionType = 11 - // Income Range. - CriterionTypeEnum_INCOME_RANGE CriterionTypeEnum_CriterionType = 12 - // Parental status. - CriterionTypeEnum_PARENTAL_STATUS CriterionTypeEnum_CriterionType = 13 - // YouTube Video. - CriterionTypeEnum_YOUTUBE_VIDEO CriterionTypeEnum_CriterionType = 14 - // YouTube Channel. - CriterionTypeEnum_YOUTUBE_CHANNEL CriterionTypeEnum_CriterionType = 15 - // User list. - CriterionTypeEnum_USER_LIST CriterionTypeEnum_CriterionType = 16 - // Proximity. - CriterionTypeEnum_PROXIMITY CriterionTypeEnum_CriterionType = 17 - // A topic target on the display network (e.g. "Pets & Animals"). - CriterionTypeEnum_TOPIC CriterionTypeEnum_CriterionType = 18 - // Listing scope to target. - CriterionTypeEnum_LISTING_SCOPE CriterionTypeEnum_CriterionType = 19 - // Language. - CriterionTypeEnum_LANGUAGE CriterionTypeEnum_CriterionType = 20 - // IpBlock. - CriterionTypeEnum_IP_BLOCK CriterionTypeEnum_CriterionType = 21 - // Content Label for category exclusion. - CriterionTypeEnum_CONTENT_LABEL CriterionTypeEnum_CriterionType = 22 - // Carrier. - CriterionTypeEnum_CARRIER CriterionTypeEnum_CriterionType = 23 - // A category the user is interested in. - CriterionTypeEnum_USER_INTEREST CriterionTypeEnum_CriterionType = 24 - // Webpage criterion for dynamic search ads. - CriterionTypeEnum_WEBPAGE CriterionTypeEnum_CriterionType = 25 - // Operating system version. - CriterionTypeEnum_OPERATING_SYSTEM_VERSION CriterionTypeEnum_CriterionType = 26 - // App payment model. - CriterionTypeEnum_APP_PAYMENT_MODEL CriterionTypeEnum_CriterionType = 27 -) - -var CriterionTypeEnum_CriterionType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "KEYWORD", - 3: "PLACEMENT", - 4: "MOBILE_APP_CATEGORY", - 6: "DEVICE", - 7: "LOCATION", - 8: "LISTING_GROUP", - 9: "AD_SCHEDULE", - 10: "AGE_RANGE", - 11: "GENDER", - 12: "INCOME_RANGE", - 13: "PARENTAL_STATUS", - 14: "YOUTUBE_VIDEO", - 15: "YOUTUBE_CHANNEL", - 16: "USER_LIST", - 17: "PROXIMITY", - 18: "TOPIC", - 19: "LISTING_SCOPE", - 20: "LANGUAGE", - 21: "IP_BLOCK", - 22: "CONTENT_LABEL", - 23: "CARRIER", - 24: "USER_INTEREST", - 25: "WEBPAGE", - 26: "OPERATING_SYSTEM_VERSION", - 27: "APP_PAYMENT_MODEL", -} -var CriterionTypeEnum_CriterionType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "KEYWORD": 2, - "PLACEMENT": 3, - "MOBILE_APP_CATEGORY": 4, - "DEVICE": 6, - "LOCATION": 7, - "LISTING_GROUP": 8, - "AD_SCHEDULE": 9, - "AGE_RANGE": 10, - "GENDER": 11, - "INCOME_RANGE": 12, - "PARENTAL_STATUS": 13, - "YOUTUBE_VIDEO": 14, - "YOUTUBE_CHANNEL": 15, - "USER_LIST": 16, - "PROXIMITY": 17, - "TOPIC": 18, - "LISTING_SCOPE": 19, - "LANGUAGE": 20, - "IP_BLOCK": 21, - "CONTENT_LABEL": 22, - "CARRIER": 23, - "USER_INTEREST": 24, - "WEBPAGE": 25, - "OPERATING_SYSTEM_VERSION": 26, - "APP_PAYMENT_MODEL": 27, -} - -func (x CriterionTypeEnum_CriterionType) String() string { - return proto.EnumName(CriterionTypeEnum_CriterionType_name, int32(x)) -} -func (CriterionTypeEnum_CriterionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_criterion_type_1788cefd19f0a90c, []int{0, 0} -} - -// The possible types of a criterion. -type CriterionTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CriterionTypeEnum) Reset() { *m = CriterionTypeEnum{} } -func (m *CriterionTypeEnum) String() string { return proto.CompactTextString(m) } -func (*CriterionTypeEnum) ProtoMessage() {} -func (*CriterionTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_criterion_type_1788cefd19f0a90c, []int{0} -} -func (m *CriterionTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CriterionTypeEnum.Unmarshal(m, b) -} -func (m *CriterionTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CriterionTypeEnum.Marshal(b, m, deterministic) -} -func (dst *CriterionTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CriterionTypeEnum.Merge(dst, src) -} -func (m *CriterionTypeEnum) XXX_Size() int { - return xxx_messageInfo_CriterionTypeEnum.Size(m) -} -func (m *CriterionTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CriterionTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CriterionTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CriterionTypeEnum)(nil), "google.ads.googleads.v0.enums.CriterionTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.CriterionTypeEnum_CriterionType", CriterionTypeEnum_CriterionType_name, CriterionTypeEnum_CriterionType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/criterion_type.proto", fileDescriptor_criterion_type_1788cefd19f0a90c) -} - -var fileDescriptor_criterion_type_1788cefd19f0a90c = []byte{ - // 557 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xdd, 0x4e, 0x1b, 0x3d, - 0x10, 0xfd, 0x48, 0xbe, 0xf2, 0x63, 0x48, 0x99, 0x98, 0x52, 0xe8, 0x0f, 0x17, 0xf0, 0x00, 0x9b, - 0xa8, 0xbd, 0xdb, 0x5e, 0x79, 0xbd, 0xd3, 0xc5, 0x62, 0x63, 0x5b, 0x5e, 0x6f, 0x68, 0xaa, 0x48, - 0x16, 0x25, 0xd1, 0x0a, 0x09, 0xb2, 0x51, 0x16, 0x90, 0x78, 0x9d, 0x5e, 0xf6, 0x51, 0xfa, 0x02, - 0x7d, 0x84, 0x4a, 0x95, 0xfa, 0x0e, 0x95, 0x77, 0x9b, 0xa8, 0x5c, 0xb4, 0x37, 0xd6, 0x78, 0xce, - 0x99, 0x39, 0xe3, 0xf1, 0x21, 0x6f, 0x8a, 0xb2, 0x2c, 0xae, 0xa7, 0xbd, 0x8b, 0x49, 0xd5, 0x6b, - 0x42, 0x1f, 0xdd, 0xf7, 0x7b, 0xd3, 0xd9, 0xdd, 0x4d, 0xd5, 0xbb, 0x5c, 0x5c, 0xdd, 0x4e, 0x17, - 0x57, 0xe5, 0xcc, 0xdd, 0x3e, 0xcc, 0xa7, 0xc1, 0x7c, 0x51, 0xde, 0x96, 0xf4, 0xa8, 0x21, 0x06, - 0x17, 0x93, 0x2a, 0x58, 0xd5, 0x04, 0xf7, 0xfd, 0xa0, 0xae, 0x39, 0xf9, 0xd9, 0x26, 0x5d, 0xbe, - 0xac, 0xb3, 0x0f, 0xf3, 0x29, 0xce, 0xee, 0x6e, 0x4e, 0xbe, 0xb5, 0x49, 0xe7, 0x51, 0x96, 0xee, - 0x92, 0xed, 0x5c, 0x66, 0x1a, 0xb9, 0x78, 0x2f, 0x30, 0x86, 0xff, 0xe8, 0x36, 0xd9, 0xc8, 0xe5, - 0x99, 0x54, 0xe7, 0x12, 0xd6, 0xfc, 0xe5, 0x0c, 0x47, 0xe7, 0xca, 0xc4, 0xd0, 0xa2, 0x1d, 0xb2, - 0xa5, 0x53, 0xc6, 0x71, 0x80, 0xd2, 0x42, 0x9b, 0x1e, 0x90, 0xbd, 0x81, 0x8a, 0x44, 0x8a, 0x8e, - 0x69, 0xed, 0x38, 0xb3, 0x98, 0x28, 0x33, 0x82, 0xff, 0x29, 0x21, 0xeb, 0x31, 0x0e, 0x05, 0x47, - 0x58, 0xa7, 0x3b, 0x64, 0x33, 0x55, 0x9c, 0x59, 0xa1, 0x24, 0x6c, 0xd0, 0x2e, 0xe9, 0xa4, 0x22, - 0xb3, 0x42, 0x26, 0x2e, 0x31, 0x2a, 0xd7, 0xb0, 0xe9, 0xf5, 0x59, 0xec, 0x32, 0x7e, 0x8a, 0x71, - 0x9e, 0x22, 0x6c, 0x79, 0x15, 0x96, 0xa0, 0x33, 0x4c, 0x26, 0x08, 0xc4, 0x37, 0x4b, 0x50, 0xc6, - 0x68, 0x60, 0x9b, 0x02, 0xd9, 0x11, 0x92, 0xab, 0xc1, 0x12, 0xdd, 0xa1, 0x7b, 0x64, 0x57, 0x33, - 0x83, 0xd2, 0xb2, 0xd4, 0x65, 0x96, 0xd9, 0x3c, 0x83, 0x8e, 0x57, 0x19, 0xa9, 0xdc, 0xe6, 0x11, - 0xba, 0xa1, 0x88, 0x51, 0xc1, 0x53, 0xcf, 0x5b, 0xa6, 0xf8, 0x29, 0x93, 0x12, 0x53, 0xd8, 0xf5, - 0x4a, 0x79, 0x86, 0xc6, 0xf9, 0x91, 0x00, 0xea, 0xe7, 0x19, 0xf5, 0x41, 0x0c, 0x84, 0x1d, 0x41, - 0x97, 0x6e, 0x91, 0x27, 0x56, 0x69, 0xc1, 0x81, 0xfe, 0x39, 0x76, 0xc6, 0x95, 0x46, 0xd8, 0xab, - 0xdf, 0xc5, 0x64, 0x92, 0xb3, 0x04, 0xe1, 0x99, 0xbf, 0x09, 0xed, 0xa2, 0x54, 0xf1, 0x33, 0xd8, - 0xf7, 0x74, 0xae, 0xa4, 0x45, 0x69, 0x5d, 0xca, 0x22, 0x4c, 0xe1, 0xb9, 0xdf, 0x23, 0x67, 0xc6, - 0x08, 0x34, 0x70, 0xe0, 0xf1, 0x5a, 0x57, 0x48, 0x8b, 0x06, 0x33, 0x0b, 0x87, 0x1e, 0x3f, 0xc7, - 0x48, 0xfb, 0x6e, 0x2f, 0xe8, 0x6b, 0x72, 0xa8, 0x34, 0x1a, 0xd6, 0x08, 0x8e, 0x32, 0x8b, 0x03, - 0x37, 0x44, 0x93, 0xf9, 0x1d, 0xbe, 0xa4, 0xfb, 0xa4, 0xeb, 0xf7, 0xad, 0xd9, 0xc8, 0xff, 0x83, - 0x1b, 0xa8, 0x18, 0x53, 0x78, 0x15, 0x7d, 0x5f, 0x23, 0xc7, 0x97, 0xe5, 0x4d, 0xf0, 0x4f, 0x57, - 0x44, 0xf4, 0xd1, 0xe7, 0x6b, 0x6f, 0x24, 0xbd, 0xf6, 0x31, 0xfa, 0x5d, 0x54, 0x94, 0xd7, 0x17, - 0xb3, 0x22, 0x28, 0x17, 0x45, 0xaf, 0x98, 0xce, 0x6a, 0x9b, 0x2d, 0xed, 0x38, 0xbf, 0xaa, 0xfe, - 0xe2, 0xce, 0x77, 0xf5, 0xf9, 0xb9, 0xd5, 0x4e, 0x18, 0xfb, 0xd2, 0x3a, 0x4a, 0x9a, 0x56, 0x6c, - 0x52, 0x05, 0x4d, 0xe8, 0xa3, 0x61, 0x3f, 0xf0, 0xf6, 0xab, 0xbe, 0x2e, 0xf1, 0x31, 0x9b, 0x54, - 0xe3, 0x15, 0x3e, 0x1e, 0xf6, 0xc7, 0x35, 0xfe, 0xa3, 0x75, 0xdc, 0x24, 0xc3, 0x90, 0x4d, 0xaa, - 0x30, 0x5c, 0x31, 0xc2, 0x70, 0xd8, 0x0f, 0xc3, 0x9a, 0xf3, 0x69, 0xbd, 0x1e, 0xec, 0xed, 0xaf, - 0x00, 0x00, 0x00, 0xff, 0xff, 0xfb, 0x3e, 0x82, 0x01, 0x35, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/custom_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/custom_placeholder_field.pb.go deleted file mode 100644 index 9d1a7e78ee..0000000000 --- a/googleapis/ads/googleads/v0/enums/custom_placeholder_field.pb.go +++ /dev/null @@ -1,226 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/custom_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for Custom placeholder fields. -type CustomPlaceholderFieldEnum_CustomPlaceholderField int32 - -const ( - // Not specified. - CustomPlaceholderFieldEnum_UNSPECIFIED CustomPlaceholderFieldEnum_CustomPlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - CustomPlaceholderFieldEnum_UNKNOWN CustomPlaceholderFieldEnum_CustomPlaceholderField = 1 - // Data Type: STRING. Required. Combination ID and ID2 must be unique per - // offer. - CustomPlaceholderFieldEnum_ID CustomPlaceholderFieldEnum_CustomPlaceholderField = 2 - // Data Type: STRING. Combination ID and ID2 must be unique per offer. - CustomPlaceholderFieldEnum_ID2 CustomPlaceholderFieldEnum_CustomPlaceholderField = 3 - // Data Type: STRING. Required. Main headline with product name to be shown - // in dynamic ad. - CustomPlaceholderFieldEnum_ITEM_TITLE CustomPlaceholderFieldEnum_CustomPlaceholderField = 4 - // Data Type: STRING. Optional text to be shown in the image ad. - CustomPlaceholderFieldEnum_ITEM_SUBTITLE CustomPlaceholderFieldEnum_CustomPlaceholderField = 5 - // Data Type: STRING. Optional description of the product to be shown in the - // ad. - CustomPlaceholderFieldEnum_ITEM_DESCRIPTION CustomPlaceholderFieldEnum_CustomPlaceholderField = 6 - // Data Type: STRING. Full address of your offer or service, including - // postal code. This will be used to identify the closest product to the - // user when there are multiple offers in the feed that are relevant to the - // user. - CustomPlaceholderFieldEnum_ITEM_ADDRESS CustomPlaceholderFieldEnum_CustomPlaceholderField = 7 - // Data Type: STRING. Price to be shown in the ad. - // Example: "100.00 USD" - CustomPlaceholderFieldEnum_PRICE CustomPlaceholderFieldEnum_CustomPlaceholderField = 8 - // Data Type: STRING. Formatted price to be shown in the ad. - // Example: "Starting at $100.00 USD", "$80 - $100" - CustomPlaceholderFieldEnum_FORMATTED_PRICE CustomPlaceholderFieldEnum_CustomPlaceholderField = 9 - // Data Type: STRING. Sale price to be shown in the ad. - // Example: "80.00 USD" - CustomPlaceholderFieldEnum_SALE_PRICE CustomPlaceholderFieldEnum_CustomPlaceholderField = 10 - // Data Type: STRING. Formatted sale price to be shown in the ad. - // Example: "On sale for $80.00", "$60 - $80" - CustomPlaceholderFieldEnum_FORMATTED_SALE_PRICE CustomPlaceholderFieldEnum_CustomPlaceholderField = 11 - // Data Type: URL. Image to be displayed in the ad. Highly recommended for - // image ads. - CustomPlaceholderFieldEnum_IMAGE_URL CustomPlaceholderFieldEnum_CustomPlaceholderField = 12 - // Data Type: STRING. Used as a recommendation engine signal to serve items - // in the same category. - CustomPlaceholderFieldEnum_ITEM_CATEGORY CustomPlaceholderFieldEnum_CustomPlaceholderField = 13 - // Data Type: URL_LIST. Final URLs for the ad when using Upgraded - // URLs. User will be redirected to these URLs when they click on an ad, or - // when they click on a specific product for ads that have multiple - // products. - CustomPlaceholderFieldEnum_FINAL_URLS CustomPlaceholderFieldEnum_CustomPlaceholderField = 14 - // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded - // URLs. - CustomPlaceholderFieldEnum_FINAL_MOBILE_URLS CustomPlaceholderFieldEnum_CustomPlaceholderField = 15 - // Data Type: URL. Tracking template for the ad when using Upgraded URLs. - CustomPlaceholderFieldEnum_TRACKING_URL CustomPlaceholderFieldEnum_CustomPlaceholderField = 16 - // Data Type: STRING_LIST. Keywords used for product retrieval. - CustomPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS CustomPlaceholderFieldEnum_CustomPlaceholderField = 17 - // Data Type: STRING. Android app link. Must be formatted as: - // android-app://{package_id}/{scheme}/{host_path}. - // The components are defined as follows: - // package_id: app ID as specified in Google Play. - // scheme: the scheme to pass to the application. Can be HTTP, or a custom - // scheme. - // host_path: identifies the specific content within your application. - CustomPlaceholderFieldEnum_ANDROID_APP_LINK CustomPlaceholderFieldEnum_CustomPlaceholderField = 18 - // Data Type: STRING_LIST. List of recommended IDs to show together with - // this item. - CustomPlaceholderFieldEnum_SIMILAR_IDS CustomPlaceholderFieldEnum_CustomPlaceholderField = 19 - // Data Type: STRING. iOS app link. - CustomPlaceholderFieldEnum_IOS_APP_LINK CustomPlaceholderFieldEnum_CustomPlaceholderField = 20 - // Data Type: INT64. iOS app store ID. - CustomPlaceholderFieldEnum_IOS_APP_STORE_ID CustomPlaceholderFieldEnum_CustomPlaceholderField = 21 -) - -var CustomPlaceholderFieldEnum_CustomPlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ID", - 3: "ID2", - 4: "ITEM_TITLE", - 5: "ITEM_SUBTITLE", - 6: "ITEM_DESCRIPTION", - 7: "ITEM_ADDRESS", - 8: "PRICE", - 9: "FORMATTED_PRICE", - 10: "SALE_PRICE", - 11: "FORMATTED_SALE_PRICE", - 12: "IMAGE_URL", - 13: "ITEM_CATEGORY", - 14: "FINAL_URLS", - 15: "FINAL_MOBILE_URLS", - 16: "TRACKING_URL", - 17: "CONTEXTUAL_KEYWORDS", - 18: "ANDROID_APP_LINK", - 19: "SIMILAR_IDS", - 20: "IOS_APP_LINK", - 21: "IOS_APP_STORE_ID", -} -var CustomPlaceholderFieldEnum_CustomPlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ID": 2, - "ID2": 3, - "ITEM_TITLE": 4, - "ITEM_SUBTITLE": 5, - "ITEM_DESCRIPTION": 6, - "ITEM_ADDRESS": 7, - "PRICE": 8, - "FORMATTED_PRICE": 9, - "SALE_PRICE": 10, - "FORMATTED_SALE_PRICE": 11, - "IMAGE_URL": 12, - "ITEM_CATEGORY": 13, - "FINAL_URLS": 14, - "FINAL_MOBILE_URLS": 15, - "TRACKING_URL": 16, - "CONTEXTUAL_KEYWORDS": 17, - "ANDROID_APP_LINK": 18, - "SIMILAR_IDS": 19, - "IOS_APP_LINK": 20, - "IOS_APP_STORE_ID": 21, -} - -func (x CustomPlaceholderFieldEnum_CustomPlaceholderField) String() string { - return proto.EnumName(CustomPlaceholderFieldEnum_CustomPlaceholderField_name, int32(x)) -} -func (CustomPlaceholderFieldEnum_CustomPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_custom_placeholder_field_e6cf53f3fcb28bfb, []int{0, 0} -} - -// Values for Custom placeholder fields. -// For more information about dynamic remarketing feeds, see -// https://support.google.com/google-ads/answer/6053288. -type CustomPlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CustomPlaceholderFieldEnum) Reset() { *m = CustomPlaceholderFieldEnum{} } -func (m *CustomPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*CustomPlaceholderFieldEnum) ProtoMessage() {} -func (*CustomPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_custom_placeholder_field_e6cf53f3fcb28bfb, []int{0} -} -func (m *CustomPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CustomPlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *CustomPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CustomPlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *CustomPlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CustomPlaceholderFieldEnum.Merge(dst, src) -} -func (m *CustomPlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_CustomPlaceholderFieldEnum.Size(m) -} -func (m *CustomPlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CustomPlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CustomPlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CustomPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.CustomPlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.CustomPlaceholderFieldEnum_CustomPlaceholderField", CustomPlaceholderFieldEnum_CustomPlaceholderField_name, CustomPlaceholderFieldEnum_CustomPlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/custom_placeholder_field.proto", fileDescriptor_custom_placeholder_field_e6cf53f3fcb28bfb) -} - -var fileDescriptor_custom_placeholder_field_e6cf53f3fcb28bfb = []byte{ - // 507 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xd1, 0x8e, 0xd2, 0x40, - 0x14, 0x15, 0x70, 0x41, 0x2e, 0xcb, 0x32, 0x0c, 0xac, 0x1a, 0xcd, 0x3e, 0xec, 0x7e, 0x40, 0x21, - 0xfa, 0x56, 0x7d, 0x19, 0x3a, 0x03, 0x99, 0x50, 0xda, 0x66, 0x66, 0x60, 0x5d, 0x43, 0xd2, 0x20, - 0xad, 0x75, 0x93, 0x42, 0x09, 0x5d, 0xf6, 0x77, 0x4c, 0x7c, 0xf4, 0x23, 0xfc, 0x00, 0x3f, 0xc5, - 0x27, 0x3f, 0xc1, 0xcc, 0x94, 0x05, 0x1f, 0x56, 0x5f, 0x9a, 0x7b, 0xcf, 0x3d, 0xe7, 0xf4, 0xce, - 0xcc, 0x81, 0xf7, 0x49, 0x96, 0x25, 0x69, 0xdc, 0x5b, 0x44, 0x79, 0xaf, 0x28, 0x75, 0x75, 0xdf, - 0xef, 0xc5, 0xeb, 0xdd, 0x2a, 0xef, 0x2d, 0x77, 0xf9, 0x5d, 0xb6, 0x0a, 0x37, 0xe9, 0x62, 0x19, - 0x7f, 0xc9, 0xd2, 0x28, 0xde, 0x86, 0x9f, 0x6f, 0xe3, 0x34, 0xb2, 0x36, 0xdb, 0xec, 0x2e, 0xc3, - 0x17, 0x85, 0xc4, 0x5a, 0x44, 0xb9, 0x75, 0x50, 0x5b, 0xf7, 0x7d, 0xcb, 0xa8, 0xaf, 0x7e, 0x54, - 0xe0, 0x95, 0x63, 0x1c, 0x82, 0xa3, 0xc1, 0x50, 0xeb, 0xd9, 0x7a, 0xb7, 0xba, 0xfa, 0x5a, 0x81, - 0xe7, 0x8f, 0x8f, 0x71, 0x0b, 0x1a, 0x53, 0x4f, 0x06, 0xcc, 0xe1, 0x43, 0xce, 0x28, 0x7a, 0x82, - 0x1b, 0x50, 0x9b, 0x7a, 0x63, 0xcf, 0xbf, 0xf6, 0x50, 0x09, 0x57, 0xa1, 0xcc, 0x29, 0x2a, 0xe3, - 0x1a, 0x54, 0x38, 0x7d, 0x83, 0x2a, 0xf8, 0x0c, 0x80, 0x2b, 0x36, 0x09, 0x15, 0x57, 0x2e, 0x43, - 0x4f, 0x71, 0x1b, 0x9a, 0xa6, 0x97, 0xd3, 0x41, 0x01, 0x9d, 0xe0, 0x2e, 0x20, 0x03, 0x51, 0x26, - 0x1d, 0xc1, 0x03, 0xc5, 0x7d, 0x0f, 0x55, 0x31, 0x82, 0x53, 0x83, 0x12, 0x4a, 0x05, 0x93, 0x12, - 0xd5, 0x70, 0x1d, 0x4e, 0x02, 0xc1, 0x1d, 0x86, 0x9e, 0xe1, 0x0e, 0xb4, 0x86, 0xbe, 0x98, 0x10, - 0xa5, 0x18, 0x0d, 0x0b, 0xb0, 0xae, 0x7f, 0x25, 0x89, 0xcb, 0xf6, 0x3d, 0xe0, 0x97, 0xd0, 0x3d, - 0x92, 0xfe, 0x9a, 0x34, 0x70, 0x13, 0xea, 0x7c, 0x42, 0x46, 0x2c, 0x9c, 0x0a, 0x17, 0x9d, 0x1e, - 0x76, 0x72, 0x88, 0x62, 0x23, 0x5f, 0xdc, 0xa0, 0xa6, 0xf6, 0x1a, 0x72, 0x8f, 0xb8, 0x9a, 0x21, - 0xd1, 0x19, 0x3e, 0x87, 0x76, 0xd1, 0x4f, 0xfc, 0x01, 0x77, 0x59, 0x01, 0xb7, 0xf4, 0x92, 0x4a, - 0x10, 0x67, 0xcc, 0xbd, 0x91, 0xf1, 0x42, 0xf8, 0x05, 0x74, 0x1c, 0xdf, 0x53, 0xec, 0x83, 0x9a, - 0x12, 0x37, 0x1c, 0xb3, 0x9b, 0x6b, 0x5f, 0x50, 0x89, 0xda, 0xfa, 0x94, 0xc4, 0xa3, 0xc2, 0xe7, - 0x34, 0x24, 0x41, 0x10, 0xba, 0xdc, 0x1b, 0x23, 0xac, 0x6f, 0x53, 0xf2, 0x09, 0x77, 0x89, 0x08, - 0x39, 0x95, 0xa8, 0x63, 0x8e, 0xed, 0xcb, 0x23, 0xa5, 0x6b, 0xae, 0x67, 0x8f, 0x48, 0xe5, 0x0b, - 0x16, 0x72, 0x8a, 0xce, 0x07, 0xbf, 0x4b, 0x70, 0xb9, 0xcc, 0x56, 0xd6, 0x7f, 0x9f, 0x79, 0xf0, - 0xfa, 0xf1, 0x47, 0x0c, 0x74, 0x44, 0x82, 0xd2, 0xc7, 0xc1, 0x5e, 0x9d, 0x64, 0xe9, 0x62, 0x9d, - 0x58, 0xd9, 0x36, 0xe9, 0x25, 0xf1, 0xda, 0x04, 0xe8, 0x21, 0x72, 0x9b, 0xdb, 0xfc, 0x1f, 0x09, - 0x7c, 0x67, 0xbe, 0xdf, 0xca, 0x95, 0x11, 0x21, 0xdf, 0xcb, 0x17, 0xa3, 0xc2, 0x8a, 0x44, 0xb9, - 0x55, 0x94, 0xba, 0x9a, 0xf5, 0x2d, 0x9d, 0xa7, 0xfc, 0xe7, 0xc3, 0x7c, 0x4e, 0xa2, 0x7c, 0x7e, - 0x98, 0xcf, 0x67, 0xfd, 0xb9, 0x99, 0xff, 0x2a, 0x5f, 0x16, 0xa0, 0x6d, 0x93, 0x28, 0xb7, 0xed, - 0x03, 0xc3, 0xb6, 0x67, 0x7d, 0xdb, 0x36, 0x9c, 0x4f, 0x55, 0xb3, 0xd8, 0xdb, 0x3f, 0x01, 0x00, - 0x00, 0xff, 0xff, 0xf3, 0x0c, 0x0c, 0x02, 0x19, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/customer_match_upload_key_type.pb.go b/googleapis/ads/googleads/v0/enums/customer_match_upload_key_type.pb.go deleted file mode 100644 index 5308f50058..0000000000 --- a/googleapis/ads/googleads/v0/enums/customer_match_upload_key_type.pb.go +++ /dev/null @@ -1,124 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/customer_match_upload_key_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible customer match upload key types. -type CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType int32 - -const ( - // Not specified. - CustomerMatchUploadKeyTypeEnum_UNSPECIFIED CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType = 0 - // Used for return value only. Represents value unknown in this version. - CustomerMatchUploadKeyTypeEnum_UNKNOWN CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType = 1 - // Members are matched from customer info such as email address, phone - // number or physical address. - CustomerMatchUploadKeyTypeEnum_CONTACT_INFO CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType = 2 - // Members are matched from a user id generated and assigned by the - // advertiser. - CustomerMatchUploadKeyTypeEnum_CRM_ID CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType = 3 - // Members are matched from mobile advertising ids. - CustomerMatchUploadKeyTypeEnum_MOBILE_ADVERTISING_ID CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType = 4 -) - -var CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CONTACT_INFO", - 3: "CRM_ID", - 4: "MOBILE_ADVERTISING_ID", -} -var CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CONTACT_INFO": 2, - "CRM_ID": 3, - "MOBILE_ADVERTISING_ID": 4, -} - -func (x CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType) String() string { - return proto.EnumName(CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType_name, int32(x)) -} -func (CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_customer_match_upload_key_type_33285a4f5bd09b1a, []int{0, 0} -} - -// Indicates what type of data are the user list's members matched from. -type CustomerMatchUploadKeyTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CustomerMatchUploadKeyTypeEnum) Reset() { *m = CustomerMatchUploadKeyTypeEnum{} } -func (m *CustomerMatchUploadKeyTypeEnum) String() string { return proto.CompactTextString(m) } -func (*CustomerMatchUploadKeyTypeEnum) ProtoMessage() {} -func (*CustomerMatchUploadKeyTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_match_upload_key_type_33285a4f5bd09b1a, []int{0} -} -func (m *CustomerMatchUploadKeyTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CustomerMatchUploadKeyTypeEnum.Unmarshal(m, b) -} -func (m *CustomerMatchUploadKeyTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CustomerMatchUploadKeyTypeEnum.Marshal(b, m, deterministic) -} -func (dst *CustomerMatchUploadKeyTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CustomerMatchUploadKeyTypeEnum.Merge(dst, src) -} -func (m *CustomerMatchUploadKeyTypeEnum) XXX_Size() int { - return xxx_messageInfo_CustomerMatchUploadKeyTypeEnum.Size(m) -} -func (m *CustomerMatchUploadKeyTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CustomerMatchUploadKeyTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CustomerMatchUploadKeyTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CustomerMatchUploadKeyTypeEnum)(nil), "google.ads.googleads.v0.enums.CustomerMatchUploadKeyTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType", CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType_name, CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/customer_match_upload_key_type.proto", fileDescriptor_customer_match_upload_key_type_33285a4f5bd09b1a) -} - -var fileDescriptor_customer_match_upload_key_type_33285a4f5bd09b1a = []byte{ - // 335 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xf3, 0x30, - 0x00, 0x85, 0xff, 0x76, 0x3f, 0x13, 0x32, 0xc1, 0x52, 0xf0, 0x42, 0x61, 0xca, 0xf6, 0x00, 0x69, - 0xc1, 0xbb, 0x78, 0x95, 0x76, 0xdd, 0x08, 0x73, 0xe9, 0xd8, 0xba, 0x0a, 0x52, 0x08, 0x75, 0x0d, - 0x55, 0x5c, 0x9b, 0xb2, 0xb4, 0x83, 0x3e, 0x88, 0x2f, 0xe0, 0xa5, 0x8f, 0xe2, 0xa3, 0x78, 0xed, - 0x03, 0x48, 0xd3, 0x6d, 0x77, 0xf3, 0x26, 0x1c, 0x72, 0x4e, 0x3e, 0x4e, 0x0e, 0x70, 0x52, 0x21, - 0xd2, 0x0d, 0xb7, 0xe2, 0x44, 0x5a, 0xad, 0x6c, 0xd4, 0xce, 0xb6, 0x78, 0x5e, 0x65, 0xd2, 0x5a, - 0x57, 0xb2, 0x14, 0x19, 0xdf, 0xb2, 0x2c, 0x2e, 0xd7, 0x2f, 0xac, 0x2a, 0x36, 0x22, 0x4e, 0xd8, - 0x1b, 0xaf, 0x59, 0x59, 0x17, 0x1c, 0x16, 0x5b, 0x51, 0x0a, 0xb3, 0xdf, 0x3e, 0x84, 0x71, 0x22, - 0xe1, 0x91, 0x01, 0x77, 0x36, 0x54, 0x8c, 0xe1, 0xbb, 0x06, 0x6e, 0xdc, 0x3d, 0x67, 0xd6, 0x60, - 0x56, 0x8a, 0x32, 0xe5, 0x75, 0x50, 0x17, 0xdc, 0xcb, 0xab, 0x6c, 0x28, 0xc1, 0xf5, 0xe9, 0x84, - 0x79, 0x01, 0x7a, 0x2b, 0xba, 0x9c, 0x7b, 0x2e, 0x19, 0x13, 0x6f, 0x64, 0xfc, 0x33, 0x7b, 0xe0, - 0x6c, 0x45, 0xa7, 0xd4, 0x7f, 0xa4, 0x86, 0x66, 0x1a, 0xe0, 0xdc, 0xf5, 0x69, 0x80, 0xdd, 0x80, - 0x11, 0x3a, 0xf6, 0x0d, 0xdd, 0x04, 0xa0, 0xeb, 0x2e, 0x66, 0x8c, 0x8c, 0x8c, 0x8e, 0x79, 0x05, - 0x2e, 0x67, 0xbe, 0x43, 0x1e, 0x3c, 0x86, 0x47, 0xa1, 0xb7, 0x08, 0xc8, 0x92, 0xd0, 0x49, 0x63, - 0xfd, 0x77, 0x7e, 0x34, 0x30, 0x58, 0x8b, 0x0c, 0xfe, 0xd9, 0xde, 0xb9, 0x3d, 0x5d, 0x6c, 0xde, - 0xfc, 0x7e, 0xae, 0x3d, 0xed, 0x37, 0x84, 0xa9, 0xd8, 0xc4, 0x79, 0x0a, 0xc5, 0x36, 0xb5, 0x52, - 0x9e, 0xab, 0x6d, 0x0e, 0x9b, 0x16, 0xaf, 0xf2, 0xc4, 0xc4, 0xf7, 0xea, 0xfc, 0xd0, 0x3b, 0x13, - 0x8c, 0x3f, 0xf5, 0xfe, 0xa4, 0x45, 0xe1, 0x44, 0xc2, 0x56, 0x36, 0x2a, 0xb4, 0x61, 0x33, 0x93, - 0xfc, 0x3a, 0xf8, 0x11, 0x4e, 0x64, 0x74, 0xf4, 0xa3, 0xd0, 0x8e, 0x94, 0xff, 0xad, 0x0f, 0xda, - 0x4b, 0x84, 0x70, 0x22, 0x11, 0x3a, 0x26, 0x10, 0x0a, 0x6d, 0x84, 0x54, 0xe6, 0xb9, 0xab, 0x8a, - 0xdd, 0xfd, 0x06, 0x00, 0x00, 0xff, 0xff, 0x44, 0x51, 0xef, 0x74, 0xfa, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/data_driven_model_status.pb.go b/googleapis/ads/googleads/v0/enums/data_driven_model_status.pb.go deleted file mode 100644 index fdb32a6055..0000000000 --- a/googleapis/ads/googleads/v0/enums/data_driven_model_status.pb.go +++ /dev/null @@ -1,132 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/data_driven_model_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enumerates data driven model statuses. -type DataDrivenModelStatusEnum_DataDrivenModelStatus int32 - -const ( - // Not specified. - DataDrivenModelStatusEnum_UNSPECIFIED DataDrivenModelStatusEnum_DataDrivenModelStatus = 0 - // Used for return value only. Represents value unknown in this version. - DataDrivenModelStatusEnum_UNKNOWN DataDrivenModelStatusEnum_DataDrivenModelStatus = 1 - // The data driven model is available. - DataDrivenModelStatusEnum_AVAILABLE DataDrivenModelStatusEnum_DataDrivenModelStatus = 2 - // The data driven model is stale. It hasn't been updated for at least 7 - // days. It is still being used, but will become expired if it does not get - // updated for 30 days. - DataDrivenModelStatusEnum_STALE DataDrivenModelStatusEnum_DataDrivenModelStatus = 3 - // The data driven model expired. It hasn't been updated for at least 30 - // days and cannot be used. Most commonly this is because there hasn't been - // the required number of events in a recent 30-day period. - DataDrivenModelStatusEnum_EXPIRED DataDrivenModelStatusEnum_DataDrivenModelStatus = 4 - // The data driven model has never been generated. Most commonly this is - // because there has never been the required number of events in any 30-day - // period. - DataDrivenModelStatusEnum_NEVER_GENERATED DataDrivenModelStatusEnum_DataDrivenModelStatus = 5 -) - -var DataDrivenModelStatusEnum_DataDrivenModelStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "AVAILABLE", - 3: "STALE", - 4: "EXPIRED", - 5: "NEVER_GENERATED", -} -var DataDrivenModelStatusEnum_DataDrivenModelStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "AVAILABLE": 2, - "STALE": 3, - "EXPIRED": 4, - "NEVER_GENERATED": 5, -} - -func (x DataDrivenModelStatusEnum_DataDrivenModelStatus) String() string { - return proto.EnumName(DataDrivenModelStatusEnum_DataDrivenModelStatus_name, int32(x)) -} -func (DataDrivenModelStatusEnum_DataDrivenModelStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_data_driven_model_status_3b1057b1482ac236, []int{0, 0} -} - -// Container for enum indicating data driven model status. -type DataDrivenModelStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DataDrivenModelStatusEnum) Reset() { *m = DataDrivenModelStatusEnum{} } -func (m *DataDrivenModelStatusEnum) String() string { return proto.CompactTextString(m) } -func (*DataDrivenModelStatusEnum) ProtoMessage() {} -func (*DataDrivenModelStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_data_driven_model_status_3b1057b1482ac236, []int{0} -} -func (m *DataDrivenModelStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DataDrivenModelStatusEnum.Unmarshal(m, b) -} -func (m *DataDrivenModelStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DataDrivenModelStatusEnum.Marshal(b, m, deterministic) -} -func (dst *DataDrivenModelStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_DataDrivenModelStatusEnum.Merge(dst, src) -} -func (m *DataDrivenModelStatusEnum) XXX_Size() int { - return xxx_messageInfo_DataDrivenModelStatusEnum.Size(m) -} -func (m *DataDrivenModelStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_DataDrivenModelStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_DataDrivenModelStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*DataDrivenModelStatusEnum)(nil), "google.ads.googleads.v0.enums.DataDrivenModelStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.DataDrivenModelStatusEnum_DataDrivenModelStatus", DataDrivenModelStatusEnum_DataDrivenModelStatus_name, DataDrivenModelStatusEnum_DataDrivenModelStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/data_driven_model_status.proto", fileDescriptor_data_driven_model_status_3b1057b1482ac236) -} - -var fileDescriptor_data_driven_model_status_3b1057b1482ac236 = []byte{ - // 329 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x4f, 0x4a, 0xfb, 0x40, - 0x1c, 0xc5, 0x7f, 0x49, 0x7f, 0x55, 0x3a, 0x45, 0x1a, 0x22, 0x2e, 0x14, 0xba, 0x68, 0x0f, 0x30, - 0x09, 0xb8, 0x1b, 0xdd, 0x4c, 0xcc, 0xd7, 0x12, 0xac, 0x31, 0xf4, 0x4f, 0x14, 0x09, 0x84, 0xd1, - 0x09, 0xa1, 0xd0, 0x64, 0x6a, 0x27, 0xed, 0x31, 0x3c, 0x84, 0x4b, 0x8f, 0xe2, 0x51, 0xdc, 0x78, - 0x05, 0x99, 0x89, 0xcd, 0xaa, 0xba, 0x09, 0x8f, 0xbc, 0xf7, 0xf9, 0xf2, 0xe6, 0xa1, 0xcb, 0x5c, - 0x88, 0x7c, 0x99, 0x39, 0x8c, 0x4b, 0xa7, 0x96, 0x4a, 0x6d, 0x5d, 0x27, 0x2b, 0x37, 0x85, 0x74, - 0x38, 0xab, 0x58, 0xca, 0xd7, 0x8b, 0x6d, 0x56, 0xa6, 0x85, 0xe0, 0xd9, 0x32, 0x95, 0x15, 0xab, - 0x36, 0x12, 0xaf, 0xd6, 0xa2, 0x12, 0x76, 0xbf, 0x46, 0x30, 0xe3, 0x12, 0x37, 0x34, 0xde, 0xba, - 0x58, 0xd3, 0xc3, 0x57, 0x03, 0x9d, 0xfa, 0xac, 0x62, 0xbe, 0x3e, 0x70, 0xab, 0xf8, 0xa9, 0xc6, - 0xa1, 0xdc, 0x14, 0xc3, 0x17, 0x74, 0xb2, 0xd7, 0xb4, 0x7b, 0xa8, 0x3b, 0x0f, 0xa7, 0x11, 0x5c, - 0x05, 0xd7, 0x01, 0xf8, 0xd6, 0x3f, 0xbb, 0x8b, 0x0e, 0xe7, 0xe1, 0x4d, 0x78, 0x77, 0x1f, 0x5a, - 0x86, 0x7d, 0x84, 0x3a, 0x34, 0xa6, 0xc1, 0x98, 0x7a, 0x63, 0xb0, 0x4c, 0xbb, 0x83, 0xda, 0xd3, - 0x19, 0x1d, 0x83, 0xd5, 0x52, 0x31, 0x78, 0x88, 0x82, 0x09, 0xf8, 0xd6, 0x7f, 0xfb, 0x18, 0xf5, - 0x42, 0x88, 0x61, 0x92, 0x8e, 0x20, 0x84, 0x09, 0x9d, 0x81, 0x6f, 0xb5, 0xbd, 0x2f, 0x03, 0x0d, - 0x9e, 0x45, 0x81, 0xff, 0xac, 0xed, 0x9d, 0xed, 0xad, 0x15, 0xa9, 0x17, 0x47, 0xc6, 0xa3, 0xf7, - 0x03, 0xe7, 0x62, 0xc9, 0xca, 0x1c, 0x8b, 0x75, 0xee, 0xe4, 0x59, 0xa9, 0xf7, 0xd8, 0x2d, 0xb8, - 0x5a, 0xc8, 0x5f, 0x06, 0xbd, 0xd0, 0xdf, 0x37, 0xb3, 0x35, 0xa2, 0xf4, 0xdd, 0xec, 0x8f, 0xea, - 0x53, 0x94, 0x4b, 0x5c, 0x4b, 0xa5, 0x62, 0x17, 0xab, 0x7d, 0xe4, 0xc7, 0xce, 0x4f, 0x28, 0x97, - 0x49, 0xe3, 0x27, 0xb1, 0x9b, 0x68, 0xff, 0xd3, 0x1c, 0xd4, 0x3f, 0x09, 0xa1, 0x5c, 0x12, 0xd2, - 0x24, 0x08, 0x89, 0x5d, 0x42, 0x74, 0xe6, 0xe9, 0x40, 0x17, 0x3b, 0xff, 0x0e, 0x00, 0x00, 0xff, - 0xff, 0x5f, 0x18, 0x70, 0x95, 0xe8, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/day_of_week.pb.go b/googleapis/ads/googleads/v0/enums/day_of_week.pb.go deleted file mode 100644 index 8469a9b225..0000000000 --- a/googleapis/ads/googleads/v0/enums/day_of_week.pb.go +++ /dev/null @@ -1,138 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/day_of_week.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enumerates days of the week, e.g., "Monday". -type DayOfWeekEnum_DayOfWeek int32 - -const ( - // Not specified. - DayOfWeekEnum_UNSPECIFIED DayOfWeekEnum_DayOfWeek = 0 - // The value is unknown in this version. - DayOfWeekEnum_UNKNOWN DayOfWeekEnum_DayOfWeek = 1 - // Monday. - DayOfWeekEnum_MONDAY DayOfWeekEnum_DayOfWeek = 2 - // Tuesday. - DayOfWeekEnum_TUESDAY DayOfWeekEnum_DayOfWeek = 3 - // Wednesday. - DayOfWeekEnum_WEDNESDAY DayOfWeekEnum_DayOfWeek = 4 - // Thursday. - DayOfWeekEnum_THURSDAY DayOfWeekEnum_DayOfWeek = 5 - // Friday. - DayOfWeekEnum_FRIDAY DayOfWeekEnum_DayOfWeek = 6 - // Saturday. - DayOfWeekEnum_SATURDAY DayOfWeekEnum_DayOfWeek = 7 - // Sunday. - DayOfWeekEnum_SUNDAY DayOfWeekEnum_DayOfWeek = 8 -) - -var DayOfWeekEnum_DayOfWeek_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "MONDAY", - 3: "TUESDAY", - 4: "WEDNESDAY", - 5: "THURSDAY", - 6: "FRIDAY", - 7: "SATURDAY", - 8: "SUNDAY", -} -var DayOfWeekEnum_DayOfWeek_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "MONDAY": 2, - "TUESDAY": 3, - "WEDNESDAY": 4, - "THURSDAY": 5, - "FRIDAY": 6, - "SATURDAY": 7, - "SUNDAY": 8, -} - -func (x DayOfWeekEnum_DayOfWeek) String() string { - return proto.EnumName(DayOfWeekEnum_DayOfWeek_name, int32(x)) -} -func (DayOfWeekEnum_DayOfWeek) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_day_of_week_cb72cf2b11a19e7e, []int{0, 0} -} - -// Container for enumeration of days of the week, e.g., "Monday". -type DayOfWeekEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DayOfWeekEnum) Reset() { *m = DayOfWeekEnum{} } -func (m *DayOfWeekEnum) String() string { return proto.CompactTextString(m) } -func (*DayOfWeekEnum) ProtoMessage() {} -func (*DayOfWeekEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_day_of_week_cb72cf2b11a19e7e, []int{0} -} -func (m *DayOfWeekEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DayOfWeekEnum.Unmarshal(m, b) -} -func (m *DayOfWeekEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DayOfWeekEnum.Marshal(b, m, deterministic) -} -func (dst *DayOfWeekEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_DayOfWeekEnum.Merge(dst, src) -} -func (m *DayOfWeekEnum) XXX_Size() int { - return xxx_messageInfo_DayOfWeekEnum.Size(m) -} -func (m *DayOfWeekEnum) XXX_DiscardUnknown() { - xxx_messageInfo_DayOfWeekEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_DayOfWeekEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*DayOfWeekEnum)(nil), "google.ads.googleads.v0.enums.DayOfWeekEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.DayOfWeekEnum_DayOfWeek", DayOfWeekEnum_DayOfWeek_name, DayOfWeekEnum_DayOfWeek_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/day_of_week.proto", fileDescriptor_day_of_week_cb72cf2b11a19e7e) -} - -var fileDescriptor_day_of_week_cb72cf2b11a19e7e = []byte{ - // 324 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4f, 0x4e, 0x3a, 0x31, - 0x18, 0xfd, 0xcd, 0xf0, 0x93, 0x3f, 0x45, 0x94, 0x74, 0xcf, 0x02, 0x0e, 0xd0, 0x99, 0xc4, 0x5d, - 0x5d, 0x15, 0x67, 0x40, 0x62, 0x2c, 0x84, 0xa1, 0x10, 0xcd, 0x24, 0x64, 0xb4, 0xa5, 0x31, 0x30, - 0x53, 0x42, 0x05, 0xc3, 0x01, 0x3c, 0x83, 0x7b, 0x97, 0x1e, 0xc5, 0x6b, 0xb8, 0xf3, 0x14, 0xa6, - 0x1d, 0x98, 0x9d, 0x6e, 0x9a, 0xf7, 0xbe, 0xf7, 0xbd, 0x2f, 0xaf, 0x0f, 0x78, 0x52, 0x29, 0xb9, - 0x12, 0x5e, 0xc2, 0xf5, 0x01, 0x1a, 0xb4, 0xf3, 0x3d, 0x91, 0x6d, 0x53, 0xed, 0xf1, 0x64, 0x3f, - 0x57, 0x8b, 0xf9, 0x8b, 0x10, 0x4b, 0xb4, 0xde, 0xa8, 0x67, 0x05, 0x5b, 0xf9, 0x16, 0x4a, 0xb8, - 0x46, 0x85, 0x01, 0xed, 0x7c, 0x64, 0x0d, 0x9d, 0x37, 0x07, 0x34, 0x82, 0x64, 0x3f, 0x5c, 0xcc, - 0x84, 0x58, 0x86, 0xd9, 0x36, 0xed, 0xbc, 0x3a, 0xa0, 0x56, 0x4c, 0xe0, 0x39, 0xa8, 0x33, 0x1a, - 0x8d, 0xc2, 0xab, 0x41, 0x6f, 0x10, 0x06, 0xcd, 0x7f, 0xb0, 0x0e, 0x2a, 0x8c, 0xde, 0xd0, 0xe1, - 0x8c, 0x36, 0x1d, 0x08, 0x40, 0xf9, 0x76, 0x48, 0x03, 0x72, 0xd7, 0x74, 0x8d, 0x30, 0x61, 0x61, - 0x64, 0x48, 0x09, 0x36, 0x40, 0x6d, 0x16, 0x06, 0x34, 0xa7, 0xff, 0xe1, 0x29, 0xa8, 0x4e, 0xae, - 0xd9, 0xd8, 0xb2, 0x13, 0xe3, 0xea, 0x8d, 0x07, 0x06, 0x97, 0x8d, 0x12, 0x91, 0x09, 0x1b, 0x1b, - 0x56, 0x31, 0x4a, 0xc4, 0xec, 0xbd, 0x6a, 0xf7, 0xcb, 0x01, 0xed, 0x47, 0x95, 0xa2, 0x3f, 0xf3, - 0x77, 0xcf, 0x8a, 0xa8, 0x23, 0xf3, 0xdd, 0x91, 0x73, 0xdf, 0x3d, 0x18, 0xa4, 0x5a, 0x25, 0x99, - 0x44, 0x6a, 0x23, 0x3d, 0x29, 0x32, 0x5b, 0xc6, 0xb1, 0xb1, 0xf5, 0x93, 0xfe, 0xa5, 0xc0, 0x4b, - 0xfb, 0xbe, 0xbb, 0xa5, 0x3e, 0x21, 0x1f, 0x6e, 0xab, 0x9f, 0x9f, 0x22, 0x5c, 0xa3, 0x1c, 0x1a, - 0x34, 0xf5, 0x91, 0x29, 0x4a, 0x7f, 0x1e, 0xf5, 0x98, 0x70, 0x1d, 0x17, 0x7a, 0x3c, 0xf5, 0x63, - 0xab, 0x7f, 0xbb, 0xed, 0x7c, 0x88, 0x31, 0xe1, 0x1a, 0xe3, 0x62, 0x03, 0xe3, 0xa9, 0x8f, 0xb1, - 0xdd, 0x79, 0x28, 0xdb, 0x60, 0x17, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x0a, 0x09, 0x94, 0x1f, - 0xd8, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/device.pb.go b/googleapis/ads/googleads/v0/enums/device.pb.go deleted file mode 100644 index 28305783df..0000000000 --- a/googleapis/ads/googleads/v0/enums/device.pb.go +++ /dev/null @@ -1,119 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/device.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enumerates Google Ads devices available for targeting. -type DeviceEnum_Device int32 - -const ( - // Not specified. - DeviceEnum_UNSPECIFIED DeviceEnum_Device = 0 - // The value is unknown in this version. - DeviceEnum_UNKNOWN DeviceEnum_Device = 1 - // Mobile devices with full browsers. - DeviceEnum_MOBILE DeviceEnum_Device = 2 - // Tablets with full browsers. - DeviceEnum_TABLET DeviceEnum_Device = 3 - // Computers. - DeviceEnum_DESKTOP DeviceEnum_Device = 4 -) - -var DeviceEnum_Device_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "MOBILE", - 3: "TABLET", - 4: "DESKTOP", -} -var DeviceEnum_Device_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "MOBILE": 2, - "TABLET": 3, - "DESKTOP": 4, -} - -func (x DeviceEnum_Device) String() string { - return proto.EnumName(DeviceEnum_Device_name, int32(x)) -} -func (DeviceEnum_Device) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_device_73d46066d4fbd368, []int{0, 0} -} - -// Container for enumeration of Google Ads devices available for targeting. -type DeviceEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DeviceEnum) Reset() { *m = DeviceEnum{} } -func (m *DeviceEnum) String() string { return proto.CompactTextString(m) } -func (*DeviceEnum) ProtoMessage() {} -func (*DeviceEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_device_73d46066d4fbd368, []int{0} -} -func (m *DeviceEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DeviceEnum.Unmarshal(m, b) -} -func (m *DeviceEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DeviceEnum.Marshal(b, m, deterministic) -} -func (dst *DeviceEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_DeviceEnum.Merge(dst, src) -} -func (m *DeviceEnum) XXX_Size() int { - return xxx_messageInfo_DeviceEnum.Size(m) -} -func (m *DeviceEnum) XXX_DiscardUnknown() { - xxx_messageInfo_DeviceEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_DeviceEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*DeviceEnum)(nil), "google.ads.googleads.v0.enums.DeviceEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.DeviceEnum_Device", DeviceEnum_Device_name, DeviceEnum_Device_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/device.proto", fileDescriptor_device_73d46066d4fbd368) -} - -var fileDescriptor_device_73d46066d4fbd368 = []byte{ - // 275 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x8f, 0xc1, 0x4e, 0x83, 0x30, - 0x00, 0x86, 0x1d, 0x33, 0x98, 0x94, 0x83, 0x84, 0xfb, 0x0e, 0xdb, 0xd1, 0x43, 0x69, 0xe2, 0xad, - 0x9e, 0x5a, 0xa9, 0x0b, 0x61, 0x02, 0xc9, 0x18, 0x46, 0xc3, 0x05, 0xd7, 0xa6, 0x59, 0x32, 0xe8, - 0xb2, 0x3a, 0x1e, 0xc8, 0xa3, 0x8f, 0xe2, 0x53, 0x78, 0xf6, 0x29, 0x4c, 0x5b, 0xc7, 0x4d, 0x2f, - 0xe4, 0xa3, 0xff, 0x97, 0xf6, 0xff, 0xc1, 0x8d, 0x54, 0x4a, 0xee, 0x45, 0xdc, 0x72, 0x1d, 0x3b, - 0x34, 0x34, 0xa0, 0x58, 0xf4, 0xa7, 0x4e, 0xc7, 0x5c, 0x0c, 0xbb, 0xad, 0x80, 0x87, 0xa3, 0x7a, - 0x53, 0xd1, 0xcc, 0x09, 0xb0, 0xe5, 0x1a, 0x8e, 0x2e, 0x1c, 0x10, 0xb4, 0xee, 0xe2, 0x19, 0x80, - 0xc4, 0xea, 0xac, 0x3f, 0x75, 0x8b, 0x0c, 0xf8, 0xee, 0x2f, 0xba, 0x06, 0xc1, 0x26, 0x5f, 0x97, - 0xec, 0x3e, 0x7d, 0x48, 0x59, 0x12, 0x5e, 0x44, 0x01, 0xb8, 0xda, 0xe4, 0x59, 0x5e, 0x3c, 0xe5, - 0xe1, 0x24, 0x02, 0xc0, 0x7f, 0x2c, 0x68, 0xba, 0x62, 0xa1, 0x67, 0xb8, 0x22, 0x74, 0xc5, 0xaa, - 0x70, 0x6a, 0xa4, 0x84, 0xad, 0xb3, 0xaa, 0x28, 0xc3, 0x4b, 0xfa, 0x35, 0x01, 0xf3, 0xad, 0xea, - 0xe0, 0xbf, 0x05, 0x68, 0xe0, 0x1e, 0x2c, 0x4d, 0xd9, 0x72, 0xf2, 0x42, 0x7f, 0x6d, 0xa9, 0xf6, - 0x6d, 0x2f, 0xa1, 0x3a, 0xca, 0x58, 0x8a, 0xde, 0x4e, 0x39, 0x4f, 0x3d, 0xec, 0xf4, 0x1f, 0xcb, - 0xef, 0xec, 0xf7, 0xdd, 0x9b, 0x2e, 0x09, 0xf9, 0xf0, 0x66, 0x4b, 0x77, 0x15, 0xe1, 0x1a, 0x3a, - 0x34, 0x54, 0x23, 0x68, 0xa6, 0xea, 0xcf, 0x73, 0xde, 0x10, 0xae, 0x9b, 0x31, 0x6f, 0x6a, 0xd4, - 0xd8, 0xfc, 0xdb, 0x9b, 0xbb, 0x43, 0x8c, 0x09, 0xd7, 0x18, 0x8f, 0x06, 0xc6, 0x35, 0xc2, 0xd8, - 0x3a, 0xaf, 0xbe, 0x2d, 0x76, 0xfb, 0x13, 0x00, 0x00, 0xff, 0xff, 0xa7, 0xb8, 0xc1, 0xc6, 0x91, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/display_ad_format_setting.pb.go b/googleapis/ads/googleads/v0/enums/display_ad_format_setting.pb.go deleted file mode 100644 index edd5d9539c..0000000000 --- a/googleapis/ads/googleads/v0/enums/display_ad_format_setting.pb.go +++ /dev/null @@ -1,122 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/display_ad_format_setting.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enumerates display ad format settings. -type DisplayAdFormatSettingEnum_DisplayAdFormatSetting int32 - -const ( - // Not specified. - DisplayAdFormatSettingEnum_UNSPECIFIED DisplayAdFormatSettingEnum_DisplayAdFormatSetting = 0 - // The value is unknown in this version. - DisplayAdFormatSettingEnum_UNKNOWN DisplayAdFormatSettingEnum_DisplayAdFormatSetting = 1 - // Text, image and native formats. - DisplayAdFormatSettingEnum_ALL_FORMATS DisplayAdFormatSettingEnum_DisplayAdFormatSetting = 2 - // Text and image formats. - DisplayAdFormatSettingEnum_NON_NATIVE DisplayAdFormatSettingEnum_DisplayAdFormatSetting = 3 - // Native format, i.e. the format rendering is controlled by the publisher - // and not by Google. - DisplayAdFormatSettingEnum_NATIVE DisplayAdFormatSettingEnum_DisplayAdFormatSetting = 4 -) - -var DisplayAdFormatSettingEnum_DisplayAdFormatSetting_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ALL_FORMATS", - 3: "NON_NATIVE", - 4: "NATIVE", -} -var DisplayAdFormatSettingEnum_DisplayAdFormatSetting_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ALL_FORMATS": 2, - "NON_NATIVE": 3, - "NATIVE": 4, -} - -func (x DisplayAdFormatSettingEnum_DisplayAdFormatSetting) String() string { - return proto.EnumName(DisplayAdFormatSettingEnum_DisplayAdFormatSetting_name, int32(x)) -} -func (DisplayAdFormatSettingEnum_DisplayAdFormatSetting) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_display_ad_format_setting_c38e066267521bdb, []int{0, 0} -} - -// Container for display ad format settings. -type DisplayAdFormatSettingEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DisplayAdFormatSettingEnum) Reset() { *m = DisplayAdFormatSettingEnum{} } -func (m *DisplayAdFormatSettingEnum) String() string { return proto.CompactTextString(m) } -func (*DisplayAdFormatSettingEnum) ProtoMessage() {} -func (*DisplayAdFormatSettingEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_display_ad_format_setting_c38e066267521bdb, []int{0} -} -func (m *DisplayAdFormatSettingEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DisplayAdFormatSettingEnum.Unmarshal(m, b) -} -func (m *DisplayAdFormatSettingEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DisplayAdFormatSettingEnum.Marshal(b, m, deterministic) -} -func (dst *DisplayAdFormatSettingEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_DisplayAdFormatSettingEnum.Merge(dst, src) -} -func (m *DisplayAdFormatSettingEnum) XXX_Size() int { - return xxx_messageInfo_DisplayAdFormatSettingEnum.Size(m) -} -func (m *DisplayAdFormatSettingEnum) XXX_DiscardUnknown() { - xxx_messageInfo_DisplayAdFormatSettingEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_DisplayAdFormatSettingEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*DisplayAdFormatSettingEnum)(nil), "google.ads.googleads.v0.enums.DisplayAdFormatSettingEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.DisplayAdFormatSettingEnum_DisplayAdFormatSetting", DisplayAdFormatSettingEnum_DisplayAdFormatSetting_name, DisplayAdFormatSettingEnum_DisplayAdFormatSetting_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/display_ad_format_setting.proto", fileDescriptor_display_ad_format_setting_c38e066267521bdb) -} - -var fileDescriptor_display_ad_format_setting_c38e066267521bdb = []byte{ - // 313 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x4a, 0xf3, 0x40, - 0x1c, 0xc5, 0xbf, 0xa4, 0x1f, 0x15, 0xa6, 0xa0, 0x21, 0x0b, 0x17, 0x4a, 0x17, 0xed, 0x01, 0x26, - 0x01, 0x77, 0x23, 0x2e, 0xa6, 0x36, 0x2d, 0xc5, 0x3a, 0x09, 0xa6, 0x8d, 0x20, 0x81, 0x30, 0x76, - 0xe2, 0x10, 0x48, 0x32, 0x21, 0x93, 0x16, 0x5c, 0x7a, 0x15, 0x97, 0x1e, 0xc5, 0xa3, 0xb8, 0xf2, - 0x08, 0x92, 0x99, 0x36, 0xab, 0xea, 0x26, 0x3c, 0xf2, 0xfe, 0xbf, 0xc7, 0x9b, 0x07, 0x6e, 0xb8, - 0x10, 0x3c, 0x4f, 0x1d, 0xca, 0xa4, 0xa3, 0x65, 0xab, 0x76, 0xae, 0x93, 0x96, 0xdb, 0x42, 0x3a, - 0x2c, 0x93, 0x55, 0x4e, 0x5f, 0x13, 0xca, 0x92, 0x17, 0x51, 0x17, 0xb4, 0x49, 0x64, 0xda, 0x34, - 0x59, 0xc9, 0x61, 0x55, 0x8b, 0x46, 0xd8, 0x43, 0xcd, 0x40, 0xca, 0x24, 0xec, 0x70, 0xb8, 0x73, - 0xa1, 0xc2, 0xc7, 0x6f, 0x06, 0xb8, 0x98, 0xea, 0x08, 0xcc, 0x66, 0x2a, 0x20, 0xd4, 0xbc, 0x57, - 0x6e, 0x8b, 0xf1, 0x06, 0x9c, 0x1f, 0x77, 0xed, 0x33, 0x30, 0x58, 0x93, 0x30, 0xf0, 0x6e, 0x17, - 0xb3, 0x85, 0x37, 0xb5, 0xfe, 0xd9, 0x03, 0x70, 0xb2, 0x26, 0x77, 0xc4, 0x7f, 0x24, 0x96, 0xd1, - 0xba, 0x78, 0xb9, 0x4c, 0x66, 0xfe, 0xc3, 0x3d, 0x5e, 0x85, 0x96, 0x69, 0x9f, 0x02, 0x40, 0x7c, - 0x92, 0x10, 0xbc, 0x5a, 0x44, 0x9e, 0xd5, 0xb3, 0x01, 0xe8, 0xef, 0xf5, 0xff, 0xc9, 0xb7, 0x01, - 0x46, 0x1b, 0x51, 0xc0, 0x3f, 0x9b, 0x4e, 0x2e, 0x8f, 0x17, 0x09, 0xda, 0x57, 0x06, 0xc6, 0xd3, - 0x64, 0x4f, 0x73, 0x91, 0xd3, 0x92, 0x43, 0x51, 0x73, 0x87, 0xa7, 0xa5, 0xda, 0xe0, 0x30, 0x5b, - 0x95, 0xc9, 0x5f, 0x56, 0xbc, 0x56, 0xdf, 0x77, 0xb3, 0x37, 0xc7, 0xf8, 0xc3, 0x1c, 0xce, 0x75, - 0x14, 0x66, 0x12, 0x6a, 0xd9, 0xaa, 0xc8, 0x85, 0xed, 0x24, 0xf2, 0xf3, 0xe0, 0xc7, 0x98, 0xc9, - 0xb8, 0xf3, 0xe3, 0xc8, 0x8d, 0x95, 0xff, 0x65, 0x8e, 0xf4, 0x4f, 0x84, 0x30, 0x93, 0x08, 0x75, - 0x17, 0x08, 0x45, 0x2e, 0x42, 0xea, 0xe6, 0xb9, 0xaf, 0x8a, 0x5d, 0xfd, 0x04, 0x00, 0x00, 0xff, - 0xff, 0xa2, 0xdb, 0xb6, 0x98, 0xdd, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/education_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/education_placeholder_field.pb.go deleted file mode 100644 index 49f23b212c..0000000000 --- a/googleapis/ads/googleads/v0/enums/education_placeholder_field.pb.go +++ /dev/null @@ -1,205 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/education_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for Education placeholder fields. -type EducationPlaceholderFieldEnum_EducationPlaceholderField int32 - -const ( - // Not specified. - EducationPlaceholderFieldEnum_UNSPECIFIED EducationPlaceholderFieldEnum_EducationPlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - EducationPlaceholderFieldEnum_UNKNOWN EducationPlaceholderFieldEnum_EducationPlaceholderField = 1 - // Data Type: STRING. Required. Combination of PROGRAM ID and LOCATION ID - // must be unique per offer. - EducationPlaceholderFieldEnum_PROGRAM_ID EducationPlaceholderFieldEnum_EducationPlaceholderField = 2 - // Data Type: STRING. Combination of PROGRAM ID and LOCATION ID must be - // unique per offer. - EducationPlaceholderFieldEnum_LOCATION_ID EducationPlaceholderFieldEnum_EducationPlaceholderField = 3 - // Data Type: STRING. Required. Main headline with program name to be shown - // in dynamic ad. - EducationPlaceholderFieldEnum_PROGRAM_NAME EducationPlaceholderFieldEnum_EducationPlaceholderField = 4 - // Data Type: STRING. Area of study that can be shown in dynamic ad. - EducationPlaceholderFieldEnum_AREA_OF_STUDY EducationPlaceholderFieldEnum_EducationPlaceholderField = 5 - // Data Type: STRING. Description of program that can be shown in dynamic - // ad. - EducationPlaceholderFieldEnum_PROGRAM_DESCRIPTION EducationPlaceholderFieldEnum_EducationPlaceholderField = 6 - // Data Type: STRING. Name of school that can be shown in dynamic ad. - EducationPlaceholderFieldEnum_SCHOOL_NAME EducationPlaceholderFieldEnum_EducationPlaceholderField = 7 - // Data Type: STRING. Complete school address, including postal code. - EducationPlaceholderFieldEnum_ADDRESS EducationPlaceholderFieldEnum_EducationPlaceholderField = 8 - // Data Type: URL. Image to be displayed in ads. - EducationPlaceholderFieldEnum_THUMBNAIL_IMAGE_URL EducationPlaceholderFieldEnum_EducationPlaceholderField = 9 - // Data Type: URL. Alternative hosted file of image to be used in the ad. - EducationPlaceholderFieldEnum_ALTERNATIVE_THUMBNAIL_IMAGE_URL EducationPlaceholderFieldEnum_EducationPlaceholderField = 10 - // Data Type: URL_LIST. Required. Final URLs to be used in ad when using - // Upgraded URLs; the more specific the better (e.g. the individual URL of a - // specific program and its location). - EducationPlaceholderFieldEnum_FINAL_URLS EducationPlaceholderFieldEnum_EducationPlaceholderField = 11 - // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded - // URLs. - EducationPlaceholderFieldEnum_FINAL_MOBILE_URLS EducationPlaceholderFieldEnum_EducationPlaceholderField = 12 - // Data Type: URL. Tracking template for the ad when using Upgraded URLs. - EducationPlaceholderFieldEnum_TRACKING_URL EducationPlaceholderFieldEnum_EducationPlaceholderField = 13 - // Data Type: STRING_LIST. Keywords used for product retrieval. - EducationPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS EducationPlaceholderFieldEnum_EducationPlaceholderField = 14 - // Data Type: STRING. Android app link. Must be formatted as: - // android-app://{package_id}/{scheme}/{host_path}. - // The components are defined as follows: - // package_id: app ID as specified in Google Play. - // scheme: the scheme to pass to the application. Can be HTTP, or a custom - // scheme. - // host_path: identifies the specific content within your application. - EducationPlaceholderFieldEnum_ANDROID_APP_LINK EducationPlaceholderFieldEnum_EducationPlaceholderField = 15 - // Data Type: STRING_LIST. List of recommended program IDs to show together - // with this item. - EducationPlaceholderFieldEnum_SIMILAR_PROGRAM_IDS EducationPlaceholderFieldEnum_EducationPlaceholderField = 16 - // Data Type: STRING. iOS app link. - EducationPlaceholderFieldEnum_IOS_APP_LINK EducationPlaceholderFieldEnum_EducationPlaceholderField = 17 - // Data Type: INT64. iOS app store ID. - EducationPlaceholderFieldEnum_IOS_APP_STORE_ID EducationPlaceholderFieldEnum_EducationPlaceholderField = 18 -) - -var EducationPlaceholderFieldEnum_EducationPlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "PROGRAM_ID", - 3: "LOCATION_ID", - 4: "PROGRAM_NAME", - 5: "AREA_OF_STUDY", - 6: "PROGRAM_DESCRIPTION", - 7: "SCHOOL_NAME", - 8: "ADDRESS", - 9: "THUMBNAIL_IMAGE_URL", - 10: "ALTERNATIVE_THUMBNAIL_IMAGE_URL", - 11: "FINAL_URLS", - 12: "FINAL_MOBILE_URLS", - 13: "TRACKING_URL", - 14: "CONTEXTUAL_KEYWORDS", - 15: "ANDROID_APP_LINK", - 16: "SIMILAR_PROGRAM_IDS", - 17: "IOS_APP_LINK", - 18: "IOS_APP_STORE_ID", -} -var EducationPlaceholderFieldEnum_EducationPlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "PROGRAM_ID": 2, - "LOCATION_ID": 3, - "PROGRAM_NAME": 4, - "AREA_OF_STUDY": 5, - "PROGRAM_DESCRIPTION": 6, - "SCHOOL_NAME": 7, - "ADDRESS": 8, - "THUMBNAIL_IMAGE_URL": 9, - "ALTERNATIVE_THUMBNAIL_IMAGE_URL": 10, - "FINAL_URLS": 11, - "FINAL_MOBILE_URLS": 12, - "TRACKING_URL": 13, - "CONTEXTUAL_KEYWORDS": 14, - "ANDROID_APP_LINK": 15, - "SIMILAR_PROGRAM_IDS": 16, - "IOS_APP_LINK": 17, - "IOS_APP_STORE_ID": 18, -} - -func (x EducationPlaceholderFieldEnum_EducationPlaceholderField) String() string { - return proto.EnumName(EducationPlaceholderFieldEnum_EducationPlaceholderField_name, int32(x)) -} -func (EducationPlaceholderFieldEnum_EducationPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_education_placeholder_field_957ab5df80ee40d6, []int{0, 0} -} - -// Values for Education placeholder fields. -// For more information about dynamic remarketing feeds, see -// https://support.google.com/google-ads/answer/6053288. -type EducationPlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *EducationPlaceholderFieldEnum) Reset() { *m = EducationPlaceholderFieldEnum{} } -func (m *EducationPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*EducationPlaceholderFieldEnum) ProtoMessage() {} -func (*EducationPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_education_placeholder_field_957ab5df80ee40d6, []int{0} -} -func (m *EducationPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_EducationPlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *EducationPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_EducationPlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *EducationPlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_EducationPlaceholderFieldEnum.Merge(dst, src) -} -func (m *EducationPlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_EducationPlaceholderFieldEnum.Size(m) -} -func (m *EducationPlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_EducationPlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_EducationPlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*EducationPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.EducationPlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.EducationPlaceholderFieldEnum_EducationPlaceholderField", EducationPlaceholderFieldEnum_EducationPlaceholderField_name, EducationPlaceholderFieldEnum_EducationPlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/education_placeholder_field.proto", fileDescriptor_education_placeholder_field_957ab5df80ee40d6) -} - -var fileDescriptor_education_placeholder_field_957ab5df80ee40d6 = []byte{ - // 498 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xcd, 0x8e, 0xd3, 0x30, - 0x10, 0x80, 0xd9, 0x16, 0x76, 0xc1, 0xdd, 0x1f, 0xd7, 0x80, 0x10, 0x87, 0x82, 0x76, 0xb9, 0xa7, - 0x95, 0xb8, 0x85, 0x03, 0x9a, 0x26, 0x6e, 0xd7, 0xaa, 0x63, 0x47, 0x76, 0xd2, 0x65, 0x51, 0x25, - 0xab, 0x34, 0x21, 0x54, 0x6a, 0x9b, 0xaa, 0xd9, 0xee, 0xdb, 0x70, 0xe1, 0xc8, 0x4b, 0x70, 0xe7, - 0x51, 0xb8, 0xf2, 0x02, 0xc8, 0x09, 0x69, 0x2f, 0x94, 0x4b, 0x34, 0x9e, 0xf9, 0xe6, 0xb3, 0x63, - 0x0f, 0x7a, 0x9f, 0xe5, 0x79, 0xb6, 0x48, 0xbb, 0xd3, 0xa4, 0xe8, 0x56, 0xa1, 0x8d, 0xee, 0x7b, - 0xdd, 0x74, 0xb5, 0x5d, 0x16, 0xdd, 0x34, 0xd9, 0xce, 0xa6, 0x77, 0xf3, 0x7c, 0x65, 0xd6, 0x8b, - 0xe9, 0x2c, 0xfd, 0x92, 0x2f, 0x92, 0x74, 0x63, 0x3e, 0xcf, 0xd3, 0x45, 0xe2, 0xac, 0x37, 0xf9, - 0x5d, 0x4e, 0x3a, 0x55, 0x97, 0x33, 0x4d, 0x0a, 0x67, 0x27, 0x70, 0xee, 0x7b, 0x4e, 0x29, 0xb8, - 0xfa, 0xd1, 0x44, 0x1d, 0x5a, 0x4b, 0xc2, 0xbd, 0x63, 0x60, 0x15, 0x74, 0xb5, 0x5d, 0x5e, 0x7d, - 0x6d, 0xa2, 0x97, 0x07, 0x09, 0x72, 0x81, 0x5a, 0xb1, 0xd0, 0x21, 0xf5, 0xd8, 0x80, 0x51, 0x1f, - 0x3f, 0x20, 0x2d, 0x74, 0x12, 0x8b, 0x91, 0x90, 0x37, 0x02, 0x1f, 0x91, 0x73, 0x84, 0x42, 0x25, - 0x87, 0x0a, 0x02, 0xc3, 0x7c, 0xdc, 0xb0, 0x34, 0x97, 0x1e, 0x44, 0x4c, 0x0a, 0x9b, 0x68, 0x12, - 0x8c, 0x4e, 0x6b, 0x40, 0x40, 0x40, 0xf1, 0x43, 0xd2, 0x46, 0x67, 0xa0, 0x28, 0x18, 0x39, 0x30, - 0x3a, 0x8a, 0xfd, 0x5b, 0xfc, 0x88, 0xbc, 0x40, 0x4f, 0x6b, 0xc8, 0xa7, 0xda, 0x53, 0x2c, 0xb4, - 0x02, 0x7c, 0x6c, 0x75, 0xda, 0xbb, 0x96, 0x92, 0x57, 0xcd, 0x27, 0x76, 0x73, 0xf0, 0x7d, 0x45, - 0xb5, 0xc6, 0x8f, 0x6d, 0x5b, 0x74, 0x1d, 0x07, 0x7d, 0x01, 0x8c, 0x1b, 0x16, 0xc0, 0x90, 0x9a, - 0x58, 0x71, 0xfc, 0x84, 0xbc, 0x41, 0xaf, 0x81, 0x47, 0x54, 0x09, 0x88, 0xd8, 0x98, 0x9a, 0x7f, - 0x41, 0xc8, 0x1e, 0x7d, 0xc0, 0x04, 0x70, 0xbb, 0xd4, 0xb8, 0x45, 0x9e, 0xa3, 0x76, 0xb5, 0x0e, - 0x64, 0x9f, 0x71, 0x5a, 0xa5, 0x4f, 0xed, 0x0f, 0x44, 0x0a, 0xbc, 0x11, 0x13, 0xc3, 0xb2, 0xf1, - 0xcc, 0x6e, 0xeb, 0x49, 0x11, 0xd1, 0x0f, 0x51, 0x0c, 0xdc, 0x8c, 0xe8, 0xed, 0x8d, 0x54, 0xbe, - 0xc6, 0xe7, 0xe4, 0x19, 0xc2, 0x20, 0x7c, 0x25, 0x99, 0x6f, 0x20, 0x0c, 0x0d, 0x67, 0x62, 0x84, - 0x2f, 0x2c, 0xae, 0x59, 0xc0, 0x38, 0x28, 0xb3, 0xbf, 0x2a, 0x8d, 0xb1, 0x35, 0x33, 0xa9, 0xf7, - 0x68, 0xdb, 0x0a, 0xea, 0x8c, 0x8e, 0xa4, 0xa2, 0xf6, 0x0a, 0x49, 0xff, 0xf7, 0x11, 0xba, 0x9c, - 0xe5, 0x4b, 0xe7, 0xbf, 0xef, 0xdc, 0x7f, 0x75, 0xf0, 0x09, 0x43, 0x3b, 0x26, 0xe1, 0xd1, 0xc7, - 0xfe, 0x5f, 0x41, 0x96, 0x2f, 0xa6, 0xab, 0xcc, 0xc9, 0x37, 0x59, 0x37, 0x4b, 0x57, 0xe5, 0x10, - 0xd5, 0x93, 0xb7, 0x9e, 0x17, 0x07, 0x06, 0xf1, 0x5d, 0xf9, 0xfd, 0xd6, 0x68, 0x0e, 0x01, 0xbe, - 0x37, 0x3a, 0xc3, 0x4a, 0x05, 0x49, 0xe1, 0x54, 0xa1, 0x8d, 0xc6, 0x3d, 0xc7, 0x0e, 0x54, 0xf1, - 0xb3, 0xae, 0x4f, 0x20, 0x29, 0x26, 0xbb, 0xfa, 0x64, 0xdc, 0x9b, 0x94, 0xf5, 0x5f, 0x8d, 0xcb, - 0x2a, 0xe9, 0xba, 0x90, 0x14, 0xae, 0xbb, 0x23, 0x5c, 0x77, 0xdc, 0x73, 0xdd, 0x92, 0xf9, 0x74, - 0x5c, 0x1e, 0xec, 0xed, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc3, 0x80, 0xab, 0xc6, 0x20, 0x03, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/feed_attribute_type.pb.go b/googleapis/ads/googleads/v0/enums/feed_attribute_type.pb.go deleted file mode 100644 index c7265696b8..0000000000 --- a/googleapis/ads/googleads/v0/enums/feed_attribute_type.pb.go +++ /dev/null @@ -1,166 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/feed_attribute_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible data types for a feed attribute. -type FeedAttributeTypeEnum_FeedAttributeType int32 - -const ( - // Not specified. - FeedAttributeTypeEnum_UNSPECIFIED FeedAttributeTypeEnum_FeedAttributeType = 0 - // Used for return value only. Represents value unknown in this version. - FeedAttributeTypeEnum_UNKNOWN FeedAttributeTypeEnum_FeedAttributeType = 1 - // Int64. - FeedAttributeTypeEnum_INT64 FeedAttributeTypeEnum_FeedAttributeType = 2 - // Double. - FeedAttributeTypeEnum_DOUBLE FeedAttributeTypeEnum_FeedAttributeType = 3 - // String. - FeedAttributeTypeEnum_STRING FeedAttributeTypeEnum_FeedAttributeType = 4 - // Boolean. - FeedAttributeTypeEnum_BOOLEAN FeedAttributeTypeEnum_FeedAttributeType = 5 - // Url. - FeedAttributeTypeEnum_URL FeedAttributeTypeEnum_FeedAttributeType = 6 - // Datetime. - FeedAttributeTypeEnum_DATE_TIME FeedAttributeTypeEnum_FeedAttributeType = 7 - // Int64 list. - FeedAttributeTypeEnum_INT64_LIST FeedAttributeTypeEnum_FeedAttributeType = 8 - // Double (8 bytes) list. - FeedAttributeTypeEnum_DOUBLE_LIST FeedAttributeTypeEnum_FeedAttributeType = 9 - // String list. - FeedAttributeTypeEnum_STRING_LIST FeedAttributeTypeEnum_FeedAttributeType = 10 - // Boolean list. - FeedAttributeTypeEnum_BOOLEAN_LIST FeedAttributeTypeEnum_FeedAttributeType = 11 - // Url list. - FeedAttributeTypeEnum_URL_LIST FeedAttributeTypeEnum_FeedAttributeType = 12 - // Datetime list. - FeedAttributeTypeEnum_DATE_TIME_LIST FeedAttributeTypeEnum_FeedAttributeType = 13 - // Price. - FeedAttributeTypeEnum_PRICE FeedAttributeTypeEnum_FeedAttributeType = 14 -) - -var FeedAttributeTypeEnum_FeedAttributeType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "INT64", - 3: "DOUBLE", - 4: "STRING", - 5: "BOOLEAN", - 6: "URL", - 7: "DATE_TIME", - 8: "INT64_LIST", - 9: "DOUBLE_LIST", - 10: "STRING_LIST", - 11: "BOOLEAN_LIST", - 12: "URL_LIST", - 13: "DATE_TIME_LIST", - 14: "PRICE", -} -var FeedAttributeTypeEnum_FeedAttributeType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "INT64": 2, - "DOUBLE": 3, - "STRING": 4, - "BOOLEAN": 5, - "URL": 6, - "DATE_TIME": 7, - "INT64_LIST": 8, - "DOUBLE_LIST": 9, - "STRING_LIST": 10, - "BOOLEAN_LIST": 11, - "URL_LIST": 12, - "DATE_TIME_LIST": 13, - "PRICE": 14, -} - -func (x FeedAttributeTypeEnum_FeedAttributeType) String() string { - return proto.EnumName(FeedAttributeTypeEnum_FeedAttributeType_name, int32(x)) -} -func (FeedAttributeTypeEnum_FeedAttributeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_attribute_type_f17b40f648a90b91, []int{0, 0} -} - -// Container for enum describing possible data types for a feed attribute. -type FeedAttributeTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedAttributeTypeEnum) Reset() { *m = FeedAttributeTypeEnum{} } -func (m *FeedAttributeTypeEnum) String() string { return proto.CompactTextString(m) } -func (*FeedAttributeTypeEnum) ProtoMessage() {} -func (*FeedAttributeTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_attribute_type_f17b40f648a90b91, []int{0} -} -func (m *FeedAttributeTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedAttributeTypeEnum.Unmarshal(m, b) -} -func (m *FeedAttributeTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedAttributeTypeEnum.Marshal(b, m, deterministic) -} -func (dst *FeedAttributeTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedAttributeTypeEnum.Merge(dst, src) -} -func (m *FeedAttributeTypeEnum) XXX_Size() int { - return xxx_messageInfo_FeedAttributeTypeEnum.Size(m) -} -func (m *FeedAttributeTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FeedAttributeTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedAttributeTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FeedAttributeTypeEnum)(nil), "google.ads.googleads.v0.enums.FeedAttributeTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.FeedAttributeTypeEnum_FeedAttributeType", FeedAttributeTypeEnum_FeedAttributeType_name, FeedAttributeTypeEnum_FeedAttributeType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/feed_attribute_type.proto", fileDescriptor_feed_attribute_type_f17b40f648a90b91) -} - -var fileDescriptor_feed_attribute_type_f17b40f648a90b91 = []byte{ - // 389 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xd1, 0x8a, 0x9b, 0x40, - 0x14, 0xad, 0xa6, 0x9b, 0x6c, 0x6e, 0xb2, 0xe9, 0x74, 0xa0, 0x7d, 0xdb, 0x87, 0xdd, 0x0f, 0x18, - 0x85, 0x96, 0x16, 0xa6, 0x4f, 0xe3, 0x66, 0x36, 0x48, 0xad, 0x8a, 0xd1, 0x14, 0x8a, 0x20, 0x6e, - 0x9d, 0xca, 0xc2, 0x46, 0x25, 0x63, 0x02, 0x79, 0xef, 0x97, 0xf4, 0xb1, 0x9f, 0xd2, 0x4f, 0x49, - 0x7f, 0xa2, 0x8c, 0x93, 0xf8, 0x12, 0xba, 0x2f, 0x72, 0x3c, 0xf7, 0x9c, 0x33, 0x97, 0x7b, 0xe0, - 0x63, 0x59, 0xd7, 0xe5, 0x93, 0xb0, 0xf2, 0x42, 0x5a, 0x1a, 0x2a, 0xb4, 0xb3, 0x2d, 0x51, 0x6d, - 0xd7, 0xd2, 0xfa, 0x21, 0x44, 0x91, 0xe5, 0x6d, 0xbb, 0x79, 0x7c, 0xd8, 0xb6, 0x22, 0x6b, 0xf7, - 0x8d, 0x20, 0xcd, 0xa6, 0x6e, 0x6b, 0x7c, 0xad, 0xd5, 0x24, 0x2f, 0x24, 0xe9, 0x8d, 0x64, 0x67, - 0x93, 0xce, 0x78, 0xfb, 0xd3, 0x84, 0x37, 0xf7, 0x42, 0x14, 0xec, 0xe4, 0x8d, 0xf7, 0x8d, 0xe0, - 0xd5, 0x76, 0x7d, 0x7b, 0x30, 0xe0, 0xf5, 0xd9, 0x04, 0xbf, 0x82, 0x49, 0xe2, 0x2f, 0x43, 0x7e, - 0xe7, 0xde, 0xbb, 0x7c, 0x8e, 0x5e, 0xe0, 0x09, 0x8c, 0x12, 0xff, 0xb3, 0x1f, 0x7c, 0xf5, 0x91, - 0x81, 0xc7, 0x70, 0xe1, 0xfa, 0xf1, 0x87, 0xf7, 0xc8, 0xc4, 0x00, 0xc3, 0x79, 0x90, 0x38, 0x1e, - 0x47, 0x03, 0x85, 0x97, 0x71, 0xe4, 0xfa, 0x0b, 0xf4, 0x52, 0xe9, 0x9d, 0x20, 0xf0, 0x38, 0xf3, - 0xd1, 0x05, 0x1e, 0xc1, 0x20, 0x89, 0x3c, 0x34, 0xc4, 0x57, 0x30, 0x9e, 0xb3, 0x98, 0x67, 0xb1, - 0xfb, 0x85, 0xa3, 0x11, 0x9e, 0x01, 0x74, 0x39, 0x99, 0xe7, 0x2e, 0x63, 0x74, 0xa9, 0x5e, 0xd5, - 0x61, 0x9a, 0x18, 0x2b, 0x42, 0x27, 0x6a, 0x02, 0x30, 0x82, 0xe9, 0x31, 0x56, 0x33, 0x13, 0x3c, - 0x85, 0xcb, 0x24, 0xf2, 0xf4, 0xdf, 0x14, 0x63, 0x98, 0xf5, 0x0f, 0x68, 0xee, 0x4a, 0x6d, 0x1b, - 0x46, 0xee, 0x1d, 0x47, 0x33, 0xe7, 0xaf, 0x01, 0x37, 0xdf, 0xeb, 0x35, 0x79, 0xf6, 0x58, 0xce, - 0xdb, 0xb3, 0x7b, 0x84, 0xea, 0xc6, 0xa1, 0xf1, 0xcd, 0x39, 0x1a, 0xcb, 0xfa, 0x29, 0xaf, 0x4a, - 0x52, 0x6f, 0x4a, 0xab, 0x14, 0x55, 0xd7, 0xc0, 0xa9, 0xae, 0xe6, 0x51, 0xfe, 0xa7, 0xbd, 0x4f, - 0xdd, 0xf7, 0x97, 0x39, 0x58, 0x30, 0xf6, 0xdb, 0xbc, 0x5e, 0xe8, 0x28, 0x56, 0x48, 0xa2, 0xa1, - 0x42, 0x2b, 0x9b, 0xa8, 0x56, 0xe4, 0x9f, 0xd3, 0x3c, 0x65, 0x85, 0x4c, 0xfb, 0x79, 0xba, 0xb2, - 0xd3, 0x6e, 0x7e, 0x30, 0x6f, 0x34, 0x49, 0x29, 0x2b, 0x24, 0xa5, 0xbd, 0x82, 0xd2, 0x95, 0x4d, - 0x69, 0xa7, 0x79, 0x18, 0x76, 0x8b, 0xbd, 0xfb, 0x17, 0x00, 0x00, 0xff, 0xff, 0xba, 0xad, 0x56, - 0x76, 0x55, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/feed_item_quality_approval_status.pb.go b/googleapis/ads/googleads/v0/enums/feed_item_quality_approval_status.pb.go deleted file mode 100644 index 4082d63079..0000000000 --- a/googleapis/ads/googleads/v0/enums/feed_item_quality_approval_status.pb.go +++ /dev/null @@ -1,119 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/feed_item_quality_approval_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible quality evaluation approval statuses of a feed item. -type FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus int32 - -const ( - // No value has been specified. - FeedItemQualityApprovalStatusEnum_UNSPECIFIED FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus = 0 - // Used for return value only. Represents value unknown in this version. - FeedItemQualityApprovalStatusEnum_UNKNOWN FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus = 1 - // Meets all quality expectations. - FeedItemQualityApprovalStatusEnum_APPROVED FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus = 2 - // Does not meet some quality expectations. The specific reason is found in - // the quality_disapproval_reasons field. - FeedItemQualityApprovalStatusEnum_DISAPPROVED FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus = 3 -) - -var FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "APPROVED", - 3: "DISAPPROVED", -} -var FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "APPROVED": 2, - "DISAPPROVED": 3, -} - -func (x FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus) String() string { - return proto.EnumName(FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus_name, int32(x)) -} -func (FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_item_quality_approval_status_6ed9af1832badd62, []int{0, 0} -} - -// Container for enum describing possible quality evaluation approval statuses -// of a feed item. -type FeedItemQualityApprovalStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedItemQualityApprovalStatusEnum) Reset() { *m = FeedItemQualityApprovalStatusEnum{} } -func (m *FeedItemQualityApprovalStatusEnum) String() string { return proto.CompactTextString(m) } -func (*FeedItemQualityApprovalStatusEnum) ProtoMessage() {} -func (*FeedItemQualityApprovalStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_quality_approval_status_6ed9af1832badd62, []int{0} -} -func (m *FeedItemQualityApprovalStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedItemQualityApprovalStatusEnum.Unmarshal(m, b) -} -func (m *FeedItemQualityApprovalStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedItemQualityApprovalStatusEnum.Marshal(b, m, deterministic) -} -func (dst *FeedItemQualityApprovalStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedItemQualityApprovalStatusEnum.Merge(dst, src) -} -func (m *FeedItemQualityApprovalStatusEnum) XXX_Size() int { - return xxx_messageInfo_FeedItemQualityApprovalStatusEnum.Size(m) -} -func (m *FeedItemQualityApprovalStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FeedItemQualityApprovalStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedItemQualityApprovalStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FeedItemQualityApprovalStatusEnum)(nil), "google.ads.googleads.v0.enums.FeedItemQualityApprovalStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus", FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus_name, FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/feed_item_quality_approval_status.proto", fileDescriptor_feed_item_quality_approval_status_6ed9af1832badd62) -} - -var fileDescriptor_feed_item_quality_approval_status_6ed9af1832badd62 = []byte{ - // 307 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x6a, 0xb4, 0x30, - 0x1c, 0xc5, 0x3f, 0x1d, 0xf8, 0x5a, 0x32, 0x85, 0x0e, 0xee, 0x67, 0x31, 0x73, 0x80, 0x28, 0x74, - 0x97, 0xae, 0x32, 0xd5, 0x19, 0xa4, 0xe0, 0xd8, 0xca, 0x58, 0x28, 0x82, 0xa4, 0x4d, 0x1a, 0x04, - 0x35, 0xd6, 0x44, 0xa1, 0xcb, 0x5e, 0xa5, 0xcb, 0x1e, 0xa5, 0x47, 0xe9, 0x05, 0xba, 0x2d, 0x26, - 0x33, 0xee, 0xea, 0x46, 0x1e, 0xff, 0xf7, 0xfc, 0xf1, 0xf2, 0x40, 0xc0, 0x85, 0xe0, 0x25, 0x73, - 0x09, 0x95, 0xae, 0x91, 0x83, 0xea, 0x3d, 0x97, 0xd5, 0x5d, 0x25, 0xdd, 0x17, 0xc6, 0x68, 0x5e, - 0x28, 0x56, 0xe5, 0xaf, 0x1d, 0x29, 0x0b, 0xf5, 0x96, 0x93, 0xa6, 0x69, 0x45, 0x4f, 0xca, 0x5c, - 0x2a, 0xa2, 0x3a, 0x09, 0x9b, 0x56, 0x28, 0xe1, 0x2c, 0xcd, 0xbf, 0x90, 0x50, 0x09, 0x47, 0x0c, - 0xec, 0x3d, 0xa8, 0x31, 0xeb, 0x77, 0x0b, 0xac, 0xb6, 0x8c, 0xd1, 0x50, 0xb1, 0xea, 0xce, 0x80, - 0xf0, 0x91, 0x93, 0x68, 0x4c, 0x50, 0x77, 0xd5, 0x3a, 0x03, 0xcb, 0xc9, 0x90, 0x73, 0x09, 0xe6, - 0x87, 0x28, 0x89, 0x83, 0x9b, 0x70, 0x1b, 0x06, 0xfe, 0xe2, 0x9f, 0x33, 0x07, 0x67, 0x87, 0xe8, - 0x36, 0xda, 0x3f, 0x44, 0x0b, 0xcb, 0xb9, 0x00, 0xe7, 0x38, 0x8e, 0xef, 0xf7, 0x69, 0xe0, 0x2f, - 0xec, 0x21, 0xeb, 0x87, 0xc9, 0x78, 0x98, 0x6d, 0x7e, 0x2c, 0xb0, 0x7a, 0x16, 0x15, 0x9c, 0x6c, - 0xba, 0x59, 0x4f, 0x36, 0x88, 0x87, 0xc7, 0xc6, 0xd6, 0xe3, 0xe6, 0x08, 0xe1, 0xa2, 0x24, 0x35, - 0x87, 0xa2, 0xe5, 0x2e, 0x67, 0xb5, 0x9e, 0xe2, 0xb4, 0x62, 0x53, 0xc8, 0x3f, 0x46, 0xbd, 0xd6, - 0xdf, 0x0f, 0x7b, 0xb6, 0xc3, 0xf8, 0xd3, 0x5e, 0xee, 0x0c, 0x0a, 0x53, 0x09, 0x8d, 0x1c, 0x54, - 0xea, 0xc1, 0x61, 0x12, 0xf9, 0x75, 0xf2, 0x33, 0x4c, 0x65, 0x36, 0xfa, 0x59, 0xea, 0x65, 0xda, - 0xff, 0xb6, 0x57, 0xe6, 0x88, 0x10, 0xa6, 0x12, 0xa1, 0x31, 0x81, 0x50, 0xea, 0x21, 0xa4, 0x33, - 0x4f, 0xff, 0x75, 0xb1, 0xab, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xec, 0xb2, 0x07, 0xd1, 0xec, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/feed_item_quality_disapproval_reason.pb.go b/googleapis/ads/googleads/v0/enums/feed_item_quality_disapproval_reason.pb.go deleted file mode 100644 index 32ad6aef64..0000000000 --- a/googleapis/ads/googleads/v0/enums/feed_item_quality_disapproval_reason.pb.go +++ /dev/null @@ -1,201 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/feed_item_quality_disapproval_reason.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible quality evaluation disapproval reasons of a feed item. -type FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason int32 - -const ( - // No value has been specified. - FeedItemQualityDisapprovalReasonEnum_UNSPECIFIED FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 0 - // Used for return value only. Represents value unknown in this version. - FeedItemQualityDisapprovalReasonEnum_UNKNOWN FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 1 - // Price contains repetitive headers. - FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_REPETITIVE_HEADERS FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 2 - // Price contains repetitive description. - FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_REPETITIVE_DESCRIPTION FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 3 - // Price contains inconsistent items. - FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_INCONSISTENT_ROWS FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 4 - // Price contains qualifiers in description. - FeedItemQualityDisapprovalReasonEnum_PRICE_DESCRIPTION_HAS_PRICE_QUALIFIERS FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 5 - // Price contains an unsupported language. - FeedItemQualityDisapprovalReasonEnum_PRICE_UNSUPPORTED_LANGUAGE FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 6 - // Price item header is not relevant to the price type. - FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_ROW_HEADER_TABLE_TYPE_MISMATCH FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 7 - // Price item header has promotional text. - FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_ROW_HEADER_HAS_PROMOTIONAL_TEXT FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 8 - // Price item description is not relevant to the item header. - FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_ROW_DESCRIPTION_NOT_RELEVANT FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 9 - // Price item description contains promotional text. - FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_ROW_DESCRIPTION_HAS_PROMOTIONAL_TEXT FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 10 - // Price item header and description are repetitive. - FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_ROW_HEADER_DESCRIPTION_REPETITIVE FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 11 - // Price item is in a foreign language, nonsense, or can't be rated. - FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_ROW_UNRATEABLE FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 12 - // Price item price is invalid or inaccurate. - FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_ROW_PRICE_INVALID FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 13 - // Price item URL is invalid or irrelevant. - FeedItemQualityDisapprovalReasonEnum_PRICE_TABLE_ROW_URL_INVALID FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 14 - // Price item header or description has price. - FeedItemQualityDisapprovalReasonEnum_PRICE_HEADER_OR_DESCRIPTION_HAS_PRICE FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 15 - // Structured snippet values do not match the header. - FeedItemQualityDisapprovalReasonEnum_STRUCTURED_SNIPPETS_HEADER_POLICY_VIOLATED FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 16 - // Structured snippet values are repeated. - FeedItemQualityDisapprovalReasonEnum_STRUCTURED_SNIPPETS_REPEATED_VALUES FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 17 - // Structured snippet values violate editorial guidelines like punctuation. - FeedItemQualityDisapprovalReasonEnum_STRUCTURED_SNIPPETS_EDITORIAL_GUIDELINES FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 18 - // Structured snippet contain promotional text. - FeedItemQualityDisapprovalReasonEnum_STRUCTURED_SNIPPETS_HAS_PROMOTIONAL_TEXT FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason = 19 -) - -var FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "PRICE_TABLE_REPETITIVE_HEADERS", - 3: "PRICE_TABLE_REPETITIVE_DESCRIPTION", - 4: "PRICE_TABLE_INCONSISTENT_ROWS", - 5: "PRICE_DESCRIPTION_HAS_PRICE_QUALIFIERS", - 6: "PRICE_UNSUPPORTED_LANGUAGE", - 7: "PRICE_TABLE_ROW_HEADER_TABLE_TYPE_MISMATCH", - 8: "PRICE_TABLE_ROW_HEADER_HAS_PROMOTIONAL_TEXT", - 9: "PRICE_TABLE_ROW_DESCRIPTION_NOT_RELEVANT", - 10: "PRICE_TABLE_ROW_DESCRIPTION_HAS_PROMOTIONAL_TEXT", - 11: "PRICE_TABLE_ROW_HEADER_DESCRIPTION_REPETITIVE", - 12: "PRICE_TABLE_ROW_UNRATEABLE", - 13: "PRICE_TABLE_ROW_PRICE_INVALID", - 14: "PRICE_TABLE_ROW_URL_INVALID", - 15: "PRICE_HEADER_OR_DESCRIPTION_HAS_PRICE", - 16: "STRUCTURED_SNIPPETS_HEADER_POLICY_VIOLATED", - 17: "STRUCTURED_SNIPPETS_REPEATED_VALUES", - 18: "STRUCTURED_SNIPPETS_EDITORIAL_GUIDELINES", - 19: "STRUCTURED_SNIPPETS_HAS_PROMOTIONAL_TEXT", -} -var FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "PRICE_TABLE_REPETITIVE_HEADERS": 2, - "PRICE_TABLE_REPETITIVE_DESCRIPTION": 3, - "PRICE_TABLE_INCONSISTENT_ROWS": 4, - "PRICE_DESCRIPTION_HAS_PRICE_QUALIFIERS": 5, - "PRICE_UNSUPPORTED_LANGUAGE": 6, - "PRICE_TABLE_ROW_HEADER_TABLE_TYPE_MISMATCH": 7, - "PRICE_TABLE_ROW_HEADER_HAS_PROMOTIONAL_TEXT": 8, - "PRICE_TABLE_ROW_DESCRIPTION_NOT_RELEVANT": 9, - "PRICE_TABLE_ROW_DESCRIPTION_HAS_PROMOTIONAL_TEXT": 10, - "PRICE_TABLE_ROW_HEADER_DESCRIPTION_REPETITIVE": 11, - "PRICE_TABLE_ROW_UNRATEABLE": 12, - "PRICE_TABLE_ROW_PRICE_INVALID": 13, - "PRICE_TABLE_ROW_URL_INVALID": 14, - "PRICE_HEADER_OR_DESCRIPTION_HAS_PRICE": 15, - "STRUCTURED_SNIPPETS_HEADER_POLICY_VIOLATED": 16, - "STRUCTURED_SNIPPETS_REPEATED_VALUES": 17, - "STRUCTURED_SNIPPETS_EDITORIAL_GUIDELINES": 18, - "STRUCTURED_SNIPPETS_HAS_PROMOTIONAL_TEXT": 19, -} - -func (x FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason) String() string { - return proto.EnumName(FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason_name, int32(x)) -} -func (FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_item_quality_disapproval_reason_2d551fda43a2a5ec, []int{0, 0} -} - -// Container for enum describing possible quality evaluation disapproval reasons -// of a feed item. -type FeedItemQualityDisapprovalReasonEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedItemQualityDisapprovalReasonEnum) Reset() { *m = FeedItemQualityDisapprovalReasonEnum{} } -func (m *FeedItemQualityDisapprovalReasonEnum) String() string { return proto.CompactTextString(m) } -func (*FeedItemQualityDisapprovalReasonEnum) ProtoMessage() {} -func (*FeedItemQualityDisapprovalReasonEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_quality_disapproval_reason_2d551fda43a2a5ec, []int{0} -} -func (m *FeedItemQualityDisapprovalReasonEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedItemQualityDisapprovalReasonEnum.Unmarshal(m, b) -} -func (m *FeedItemQualityDisapprovalReasonEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedItemQualityDisapprovalReasonEnum.Marshal(b, m, deterministic) -} -func (dst *FeedItemQualityDisapprovalReasonEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedItemQualityDisapprovalReasonEnum.Merge(dst, src) -} -func (m *FeedItemQualityDisapprovalReasonEnum) XXX_Size() int { - return xxx_messageInfo_FeedItemQualityDisapprovalReasonEnum.Size(m) -} -func (m *FeedItemQualityDisapprovalReasonEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FeedItemQualityDisapprovalReasonEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedItemQualityDisapprovalReasonEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FeedItemQualityDisapprovalReasonEnum)(nil), "google.ads.googleads.v0.enums.FeedItemQualityDisapprovalReasonEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason", FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason_name, FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/feed_item_quality_disapproval_reason.proto", fileDescriptor_feed_item_quality_disapproval_reason_2d551fda43a2a5ec) -} - -var fileDescriptor_feed_item_quality_disapproval_reason_2d551fda43a2a5ec = []byte{ - // 614 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x94, 0xd1, 0x6e, 0xd3, 0x30, - 0x14, 0x86, 0x59, 0x07, 0x1d, 0x78, 0xc0, 0x8c, 0xb9, 0x03, 0x6d, 0xb0, 0xc2, 0x06, 0x0c, 0x48, - 0x8b, 0xe0, 0x2a, 0x5c, 0xb9, 0xcd, 0x59, 0x6b, 0x91, 0xd9, 0x99, 0xed, 0x64, 0x0c, 0x55, 0xb2, - 0x02, 0x09, 0x55, 0xa5, 0xb6, 0x29, 0x4d, 0x37, 0x89, 0xd7, 0xe1, 0x92, 0x17, 0xe0, 0x1d, 0x78, - 0x0a, 0xae, 0x79, 0x04, 0xae, 0x50, 0x92, 0xae, 0x2d, 0xa3, 0xdd, 0x6e, 0xaa, 0xe3, 0x73, 0xbe, - 0xf3, 0xf7, 0xcf, 0xb1, 0x8e, 0x51, 0xab, 0x93, 0x24, 0x9d, 0x5e, 0x5c, 0x0d, 0xa3, 0xb4, 0x5a, - 0x84, 0x59, 0x74, 0x5a, 0xab, 0xc6, 0x83, 0x93, 0x7e, 0x5a, 0xfd, 0x1c, 0xc7, 0x91, 0xe9, 0x8e, - 0xe3, 0xbe, 0xf9, 0x72, 0x12, 0xf6, 0xba, 0xe3, 0xaf, 0x26, 0xea, 0xa6, 0xe1, 0x70, 0x38, 0x4a, - 0x4e, 0xc3, 0x9e, 0x19, 0xc5, 0x61, 0x9a, 0x0c, 0xac, 0xe1, 0x28, 0x19, 0x27, 0x64, 0xb3, 0x68, - 0xb7, 0xc2, 0x28, 0xb5, 0xa6, 0x4a, 0xd6, 0x69, 0xcd, 0xca, 0x95, 0x2a, 0xbf, 0xca, 0xe8, 0xf1, - 0x7e, 0x1c, 0x47, 0x6c, 0x1c, 0xf7, 0x0f, 0x0b, 0x2d, 0x67, 0x26, 0x25, 0x73, 0x25, 0x18, 0x9c, - 0xf4, 0x2b, 0x3f, 0xca, 0xe8, 0xe1, 0x65, 0x20, 0xd9, 0x40, 0xeb, 0x3e, 0x57, 0x1e, 0x34, 0xd8, - 0x3e, 0x03, 0x07, 0x5f, 0x21, 0xeb, 0x68, 0xcd, 0xe7, 0xef, 0xb8, 0x38, 0xe2, 0x78, 0x85, 0x54, - 0xd0, 0x96, 0x27, 0x59, 0x03, 0x8c, 0xa6, 0x75, 0x17, 0x8c, 0x04, 0x0f, 0x34, 0xd3, 0x2c, 0x00, - 0xd3, 0x02, 0xea, 0x80, 0x54, 0xb8, 0x44, 0x76, 0x51, 0x65, 0x09, 0xe3, 0x80, 0x6a, 0x48, 0xe6, - 0x69, 0x26, 0x38, 0x5e, 0x25, 0xdb, 0x68, 0x73, 0x9e, 0x63, 0xbc, 0x21, 0xb8, 0x62, 0x4a, 0x03, - 0xd7, 0x46, 0x8a, 0x23, 0x85, 0xaf, 0x92, 0x3d, 0xb4, 0x5b, 0x20, 0x73, 0x9d, 0xa6, 0x45, 0x95, - 0x29, 0xb2, 0x87, 0x3e, 0x75, 0x33, 0x9b, 0x52, 0xe1, 0x6b, 0x64, 0x0b, 0xdd, 0x2b, 0xb2, 0x3e, - 0x57, 0xbe, 0xe7, 0x09, 0xa9, 0xc1, 0x31, 0x2e, 0xe5, 0x4d, 0x9f, 0x36, 0x01, 0x97, 0x89, 0x85, - 0xf6, 0xfe, 0xb1, 0x25, 0x8e, 0x26, 0x9e, 0x27, 0x09, 0x7d, 0xec, 0x81, 0x39, 0x60, 0xea, 0x80, - 0xea, 0x46, 0x0b, 0xaf, 0x91, 0x2a, 0x7a, 0xbe, 0x84, 0x2f, 0x0c, 0x88, 0x03, 0x91, 0xd9, 0xa1, - 0xae, 0xd1, 0xf0, 0x5e, 0xe3, 0xeb, 0xe4, 0x05, 0x7a, 0x7a, 0xbe, 0x61, 0xde, 0x36, 0x17, 0xda, - 0x48, 0x70, 0x21, 0xa0, 0x5c, 0xe3, 0x1b, 0xe4, 0x0d, 0xaa, 0x5d, 0x44, 0x2f, 0xfc, 0x0f, 0x44, - 0x5e, 0xa1, 0x97, 0x4b, 0x4c, 0xcd, 0x37, 0xcf, 0x46, 0x8e, 0xd7, 0x67, 0x73, 0x99, 0xb5, 0xf8, - 0x5c, 0x52, 0x0d, 0xd9, 0x11, 0xdf, 0x3c, 0x7f, 0x0d, 0x59, 0xbd, 0x38, 0x33, 0x1e, 0x50, 0x97, - 0x39, 0xf8, 0x16, 0x79, 0x80, 0xee, 0xff, 0x27, 0x21, 0xdd, 0x29, 0x70, 0x9b, 0x3c, 0x43, 0x3b, - 0x05, 0x30, 0x31, 0x23, 0xe4, 0xe2, 0x1b, 0xc3, 0x1b, 0xd9, 0x35, 0x28, 0x2d, 0xfd, 0x86, 0xf6, - 0x25, 0x38, 0x46, 0x71, 0xe6, 0x79, 0xa0, 0xd5, 0x59, 0xa3, 0x27, 0x5c, 0xd6, 0x38, 0x36, 0x01, - 0x13, 0x2e, 0xd5, 0xe0, 0x60, 0x4c, 0x9e, 0xa0, 0x47, 0x8b, 0xf8, 0xec, 0x13, 0x33, 0xc2, 0x04, - 0xd4, 0xf5, 0x41, 0xe1, 0x3b, 0xd9, 0xf8, 0x17, 0x81, 0xe0, 0x30, 0x2d, 0x24, 0xa3, 0xae, 0x69, - 0xfa, 0xcc, 0x01, 0x97, 0x71, 0x50, 0x98, 0x2c, 0xa3, 0x17, 0x8e, 0xfd, 0x6e, 0xfd, 0xcf, 0x0a, - 0xda, 0xfe, 0x94, 0xf4, 0xad, 0x0b, 0x17, 0xb1, 0xbe, 0x73, 0xd9, 0x72, 0x79, 0xd9, 0x3a, 0x7b, - 0x2b, 0x1f, 0xea, 0x13, 0x9d, 0x4e, 0xd2, 0x0b, 0x07, 0x1d, 0x2b, 0x19, 0x75, 0xaa, 0x9d, 0x78, - 0x90, 0x2f, 0xfb, 0xd9, 0x53, 0x31, 0xec, 0xa6, 0x4b, 0x5e, 0x8e, 0xb7, 0xf9, 0xef, 0xb7, 0xd2, - 0x6a, 0x93, 0xd2, 0xef, 0xa5, 0xcd, 0x66, 0x21, 0x45, 0xa3, 0xd4, 0x2a, 0xc2, 0x2c, 0x0a, 0x6a, - 0x56, 0xb6, 0xf1, 0xe9, 0xcf, 0xb3, 0x7a, 0x9b, 0x46, 0x69, 0x7b, 0x5a, 0x6f, 0x07, 0xb5, 0x76, - 0x5e, 0xff, 0x5d, 0xda, 0x2e, 0x92, 0xb6, 0x4d, 0xa3, 0xd4, 0xb6, 0xa7, 0x84, 0x6d, 0x07, 0x35, - 0xdb, 0xce, 0x99, 0x8f, 0xe5, 0xdc, 0xd8, 0xeb, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x83, 0xca, - 0x84, 0x2b, 0xd1, 0x04, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/feed_item_status.pb.go b/googleapis/ads/googleads/v0/enums/feed_item_status.pb.go deleted file mode 100644 index a1696a82ac..0000000000 --- a/googleapis/ads/googleads/v0/enums/feed_item_status.pb.go +++ /dev/null @@ -1,115 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/feed_item_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible statuses of a feed item. -type FeedItemStatusEnum_FeedItemStatus int32 - -const ( - // Not specified. - FeedItemStatusEnum_UNSPECIFIED FeedItemStatusEnum_FeedItemStatus = 0 - // Used for return value only. Represents value unknown in this version. - FeedItemStatusEnum_UNKNOWN FeedItemStatusEnum_FeedItemStatus = 1 - // Feed item is enabled. - FeedItemStatusEnum_ENABLED FeedItemStatusEnum_FeedItemStatus = 2 - // Feed item has been removed. - FeedItemStatusEnum_REMOVED FeedItemStatusEnum_FeedItemStatus = 3 -) - -var FeedItemStatusEnum_FeedItemStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ENABLED", - 3: "REMOVED", -} -var FeedItemStatusEnum_FeedItemStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ENABLED": 2, - "REMOVED": 3, -} - -func (x FeedItemStatusEnum_FeedItemStatus) String() string { - return proto.EnumName(FeedItemStatusEnum_FeedItemStatus_name, int32(x)) -} -func (FeedItemStatusEnum_FeedItemStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_item_status_a145c76e8c6ea966, []int{0, 0} -} - -// Container for enum describing possible statuses of a feed item. -type FeedItemStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedItemStatusEnum) Reset() { *m = FeedItemStatusEnum{} } -func (m *FeedItemStatusEnum) String() string { return proto.CompactTextString(m) } -func (*FeedItemStatusEnum) ProtoMessage() {} -func (*FeedItemStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_status_a145c76e8c6ea966, []int{0} -} -func (m *FeedItemStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedItemStatusEnum.Unmarshal(m, b) -} -func (m *FeedItemStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedItemStatusEnum.Marshal(b, m, deterministic) -} -func (dst *FeedItemStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedItemStatusEnum.Merge(dst, src) -} -func (m *FeedItemStatusEnum) XXX_Size() int { - return xxx_messageInfo_FeedItemStatusEnum.Size(m) -} -func (m *FeedItemStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FeedItemStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedItemStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FeedItemStatusEnum)(nil), "google.ads.googleads.v0.enums.FeedItemStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.FeedItemStatusEnum_FeedItemStatus", FeedItemStatusEnum_FeedItemStatus_name, FeedItemStatusEnum_FeedItemStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/feed_item_status.proto", fileDescriptor_feed_item_status_a145c76e8c6ea966) -} - -var fileDescriptor_feed_item_status_a145c76e8c6ea966 = []byte{ - // 286 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xd1, 0x4a, 0xc3, 0x30, - 0x14, 0x75, 0x1d, 0x28, 0x64, 0xa0, 0xa5, 0x3e, 0xef, 0x61, 0xfb, 0x80, 0xb4, 0xa0, 0x4f, 0xf1, - 0x29, 0xb5, 0xd9, 0x2c, 0x6a, 0x57, 0x1c, 0xab, 0x20, 0xc5, 0x51, 0x4d, 0x0c, 0x83, 0xb5, 0x19, - 0xbb, 0xe9, 0x3e, 0xc8, 0x47, 0x3f, 0xc5, 0x2f, 0x11, 0xbf, 0x42, 0x92, 0xb8, 0xc2, 0x1e, 0xf4, - 0x25, 0x9c, 0x7b, 0xcf, 0x39, 0xb9, 0xe7, 0x5e, 0x74, 0x29, 0x95, 0x92, 0x6b, 0x11, 0x56, 0x1c, - 0x42, 0x07, 0x0d, 0xda, 0x45, 0xa1, 0x68, 0xda, 0x1a, 0xc2, 0x37, 0x21, 0xf8, 0x72, 0xa5, 0x45, - 0xbd, 0x04, 0x5d, 0xe9, 0x16, 0xf0, 0x66, 0xab, 0xb4, 0x0a, 0x86, 0x4e, 0x8a, 0x2b, 0x0e, 0xb8, - 0x73, 0xe1, 0x5d, 0x84, 0xad, 0x6b, 0xfc, 0x8c, 0x82, 0x89, 0x10, 0x3c, 0xd5, 0xa2, 0x9e, 0x5b, - 0x1b, 0x6b, 0xda, 0x7a, 0x7c, 0x83, 0x4e, 0x0f, 0xbb, 0xc1, 0x19, 0x1a, 0x2c, 0xb2, 0x79, 0xce, - 0xae, 0xd3, 0x49, 0xca, 0x12, 0xff, 0x28, 0x18, 0xa0, 0x93, 0x45, 0x76, 0x9b, 0xcd, 0x1e, 0x33, - 0xbf, 0x67, 0x0a, 0x96, 0xd1, 0xf8, 0x8e, 0x25, 0xbe, 0x67, 0x8a, 0x07, 0x76, 0x3f, 0x2b, 0x58, - 0xe2, 0xf7, 0xe3, 0xaf, 0x1e, 0x1a, 0xbd, 0xaa, 0x1a, 0xff, 0x9b, 0x22, 0x3e, 0x3f, 0x9c, 0x96, - 0x9b, 0xe4, 0x79, 0xef, 0x29, 0xfe, 0x75, 0x49, 0xb5, 0xae, 0x1a, 0x89, 0xd5, 0x56, 0x86, 0x52, - 0x34, 0x76, 0xaf, 0xfd, 0x05, 0x36, 0x2b, 0xf8, 0xe3, 0x20, 0x57, 0xf6, 0x7d, 0xf7, 0xfa, 0x53, - 0x4a, 0x3f, 0xbc, 0xe1, 0xd4, 0x7d, 0x45, 0x39, 0x60, 0x07, 0x0d, 0x2a, 0x22, 0x6c, 0xf6, 0x85, - 0xcf, 0x3d, 0x5f, 0x52, 0x0e, 0x65, 0xc7, 0x97, 0x45, 0x54, 0x5a, 0xfe, 0xdb, 0x1b, 0xb9, 0x26, - 0x21, 0x94, 0x03, 0x21, 0x9d, 0x82, 0x90, 0x22, 0x22, 0xc4, 0x6a, 0x5e, 0x8e, 0x6d, 0xb0, 0x8b, - 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa1, 0xeb, 0xb4, 0x2b, 0xa8, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/feed_item_validation_status.pb.go b/googleapis/ads/googleads/v0/enums/feed_item_validation_status.pb.go deleted file mode 100644 index a19daaf0fe..0000000000 --- a/googleapis/ads/googleads/v0/enums/feed_item_validation_status.pb.go +++ /dev/null @@ -1,121 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/feed_item_validation_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible validation statuses of a feed item. -type FeedItemValidationStatusEnum_FeedItemValidationStatus int32 - -const ( - // No value has been specified. - FeedItemValidationStatusEnum_UNSPECIFIED FeedItemValidationStatusEnum_FeedItemValidationStatus = 0 - // Used for return value only. Represents value unknown in this version. - FeedItemValidationStatusEnum_UNKNOWN FeedItemValidationStatusEnum_FeedItemValidationStatus = 1 - // Validation pending. - FeedItemValidationStatusEnum_PENDING FeedItemValidationStatusEnum_FeedItemValidationStatus = 2 - // An error was found. - FeedItemValidationStatusEnum_INVALID FeedItemValidationStatusEnum_FeedItemValidationStatus = 3 - // Feed item is semantically well-formed. - FeedItemValidationStatusEnum_VALID FeedItemValidationStatusEnum_FeedItemValidationStatus = 4 -) - -var FeedItemValidationStatusEnum_FeedItemValidationStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "PENDING", - 3: "INVALID", - 4: "VALID", -} -var FeedItemValidationStatusEnum_FeedItemValidationStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "PENDING": 2, - "INVALID": 3, - "VALID": 4, -} - -func (x FeedItemValidationStatusEnum_FeedItemValidationStatus) String() string { - return proto.EnumName(FeedItemValidationStatusEnum_FeedItemValidationStatus_name, int32(x)) -} -func (FeedItemValidationStatusEnum_FeedItemValidationStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_item_validation_status_6ebc7d99cf9f9f43, []int{0, 0} -} - -// Container for enum describing possible validation statuses of a feed item. -type FeedItemValidationStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedItemValidationStatusEnum) Reset() { *m = FeedItemValidationStatusEnum{} } -func (m *FeedItemValidationStatusEnum) String() string { return proto.CompactTextString(m) } -func (*FeedItemValidationStatusEnum) ProtoMessage() {} -func (*FeedItemValidationStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_validation_status_6ebc7d99cf9f9f43, []int{0} -} -func (m *FeedItemValidationStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedItemValidationStatusEnum.Unmarshal(m, b) -} -func (m *FeedItemValidationStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedItemValidationStatusEnum.Marshal(b, m, deterministic) -} -func (dst *FeedItemValidationStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedItemValidationStatusEnum.Merge(dst, src) -} -func (m *FeedItemValidationStatusEnum) XXX_Size() int { - return xxx_messageInfo_FeedItemValidationStatusEnum.Size(m) -} -func (m *FeedItemValidationStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FeedItemValidationStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedItemValidationStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FeedItemValidationStatusEnum)(nil), "google.ads.googleads.v0.enums.FeedItemValidationStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.FeedItemValidationStatusEnum_FeedItemValidationStatus", FeedItemValidationStatusEnum_FeedItemValidationStatus_name, FeedItemValidationStatusEnum_FeedItemValidationStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/feed_item_validation_status.proto", fileDescriptor_feed_item_validation_status_6ebc7d99cf9f9f43) -} - -var fileDescriptor_feed_item_validation_status_6ebc7d99cf9f9f43 = []byte{ - // 306 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xb1, 0x4e, 0xf3, 0x30, - 0x14, 0x85, 0xff, 0xa6, 0x3f, 0x20, 0xdc, 0x81, 0x28, 0x13, 0x03, 0x1d, 0xda, 0x07, 0x70, 0x22, - 0xb1, 0x99, 0x01, 0xb9, 0x34, 0xad, 0x2c, 0x90, 0x89, 0x54, 0x35, 0x48, 0x28, 0xa8, 0x32, 0xd8, - 0x58, 0x91, 0x9a, 0xb8, 0xaa, 0x9d, 0x6c, 0xbc, 0x0c, 0x23, 0x8f, 0xc2, 0xa3, 0x30, 0xf2, 0x04, - 0xc8, 0x36, 0xcd, 0x16, 0x96, 0xe8, 0xdc, 0x9c, 0x7b, 0x3f, 0x1d, 0x1f, 0x70, 0x2d, 0x95, 0x92, - 0x5b, 0x11, 0x33, 0xae, 0x63, 0x2f, 0xad, 0x6a, 0x93, 0x58, 0xd4, 0x4d, 0xa5, 0xe3, 0x57, 0x21, - 0xf8, 0xa6, 0x34, 0xa2, 0xda, 0xb4, 0x6c, 0x5b, 0x72, 0x66, 0x4a, 0x55, 0x6f, 0xb4, 0x61, 0xa6, - 0xd1, 0x70, 0xb7, 0x57, 0x46, 0x45, 0x63, 0x7f, 0x05, 0x19, 0xd7, 0xb0, 0x03, 0xc0, 0x36, 0x81, - 0x0e, 0x30, 0x7d, 0x03, 0x17, 0x0b, 0x21, 0x38, 0x31, 0xa2, 0xca, 0x3b, 0xc2, 0xca, 0x01, 0xd2, - 0xba, 0xa9, 0xa6, 0x4f, 0xe0, 0xbc, 0xcf, 0x8f, 0xce, 0xc0, 0x68, 0x4d, 0x57, 0x59, 0x7a, 0x43, - 0x16, 0x24, 0x9d, 0x87, 0xff, 0xa2, 0x11, 0x38, 0x59, 0xd3, 0x5b, 0x7a, 0xff, 0x40, 0xc3, 0x81, - 0x1d, 0xb2, 0x94, 0xce, 0x09, 0x5d, 0x86, 0x81, 0x1d, 0x08, 0xcd, 0xf1, 0x1d, 0x99, 0x87, 0xc3, - 0xe8, 0x14, 0x1c, 0x79, 0xf9, 0x7f, 0xf6, 0x3d, 0x00, 0x93, 0x17, 0x55, 0xc1, 0x3f, 0x43, 0xce, - 0xc6, 0x7d, 0x11, 0x32, 0xfb, 0xc4, 0x6c, 0xf0, 0x38, 0xfb, 0xbd, 0x97, 0x6a, 0xcb, 0x6a, 0x09, - 0xd5, 0x5e, 0xc6, 0x52, 0xd4, 0xae, 0x80, 0x43, 0x6b, 0xbb, 0x52, 0xf7, 0x94, 0x78, 0xe5, 0xbe, - 0xef, 0xc1, 0x70, 0x89, 0xf1, 0x47, 0x30, 0x5e, 0x7a, 0x14, 0xe6, 0x1a, 0x7a, 0x69, 0x55, 0x9e, - 0x40, 0x5b, 0x87, 0xfe, 0x3c, 0xf8, 0x05, 0xe6, 0xba, 0xe8, 0xfc, 0x22, 0x4f, 0x0a, 0xe7, 0x7f, - 0x05, 0x13, 0xff, 0x13, 0x21, 0xcc, 0x35, 0x42, 0xdd, 0x06, 0x42, 0x79, 0x82, 0x90, 0xdb, 0x79, - 0x3e, 0x76, 0xc1, 0x2e, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x6c, 0xa0, 0x37, 0xc9, 0xdc, 0x01, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/feed_link_status.pb.go b/googleapis/ads/googleads/v0/enums/feed_link_status.pb.go deleted file mode 100644 index 4255112916..0000000000 --- a/googleapis/ads/googleads/v0/enums/feed_link_status.pb.go +++ /dev/null @@ -1,115 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/feed_link_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible statuses of a feed link. -type FeedLinkStatusEnum_FeedLinkStatus int32 - -const ( - // Not specified. - FeedLinkStatusEnum_UNSPECIFIED FeedLinkStatusEnum_FeedLinkStatus = 0 - // Used for return value only. Represents value unknown in this version. - FeedLinkStatusEnum_UNKNOWN FeedLinkStatusEnum_FeedLinkStatus = 1 - // Feed link is enabled. - FeedLinkStatusEnum_ENABLED FeedLinkStatusEnum_FeedLinkStatus = 2 - // Feed link has been removed. - FeedLinkStatusEnum_REMOVED FeedLinkStatusEnum_FeedLinkStatus = 3 -) - -var FeedLinkStatusEnum_FeedLinkStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ENABLED", - 3: "REMOVED", -} -var FeedLinkStatusEnum_FeedLinkStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ENABLED": 2, - "REMOVED": 3, -} - -func (x FeedLinkStatusEnum_FeedLinkStatus) String() string { - return proto.EnumName(FeedLinkStatusEnum_FeedLinkStatus_name, int32(x)) -} -func (FeedLinkStatusEnum_FeedLinkStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_link_status_0c910c80d1dee285, []int{0, 0} -} - -// Container for an enum describing possible statuses of a feed link. -type FeedLinkStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedLinkStatusEnum) Reset() { *m = FeedLinkStatusEnum{} } -func (m *FeedLinkStatusEnum) String() string { return proto.CompactTextString(m) } -func (*FeedLinkStatusEnum) ProtoMessage() {} -func (*FeedLinkStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_link_status_0c910c80d1dee285, []int{0} -} -func (m *FeedLinkStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedLinkStatusEnum.Unmarshal(m, b) -} -func (m *FeedLinkStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedLinkStatusEnum.Marshal(b, m, deterministic) -} -func (dst *FeedLinkStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedLinkStatusEnum.Merge(dst, src) -} -func (m *FeedLinkStatusEnum) XXX_Size() int { - return xxx_messageInfo_FeedLinkStatusEnum.Size(m) -} -func (m *FeedLinkStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FeedLinkStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedLinkStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FeedLinkStatusEnum)(nil), "google.ads.googleads.v0.enums.FeedLinkStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.FeedLinkStatusEnum_FeedLinkStatus", FeedLinkStatusEnum_FeedLinkStatus_name, FeedLinkStatusEnum_FeedLinkStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/feed_link_status.proto", fileDescriptor_feed_link_status_0c910c80d1dee285) -} - -var fileDescriptor_feed_link_status_0c910c80d1dee285 = []byte{ - // 286 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x49, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xb4, 0xd4, 0xd4, 0x94, 0xf8, 0x9c, 0xcc, 0xbc, 0xec, 0xf8, 0xe2, 0x92, - 0xc4, 0x92, 0xd2, 0x62, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x52, 0xbd, 0xc4, - 0x94, 0x62, 0x3d, 0xb8, 0x2e, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x2e, 0xa5, 0x38, 0x2e, 0x21, 0xb7, - 0xd4, 0xd4, 0x14, 0x9f, 0xcc, 0xbc, 0xec, 0x60, 0xb0, 0x36, 0xd7, 0xbc, 0xd2, 0x5c, 0x25, 0x0f, - 0x2e, 0x3e, 0x54, 0x51, 0x21, 0x7e, 0x2e, 0xee, 0x50, 0xbf, 0xe0, 0x00, 0x57, 0x67, 0x4f, 0x37, - 0x4f, 0x57, 0x17, 0x01, 0x06, 0x21, 0x6e, 0x2e, 0xf6, 0x50, 0x3f, 0x6f, 0x3f, 0xff, 0x70, 0x3f, - 0x01, 0x46, 0x10, 0xc7, 0xd5, 0xcf, 0xd1, 0xc9, 0xc7, 0xd5, 0x45, 0x80, 0x09, 0xc4, 0x09, 0x72, - 0xf5, 0xf5, 0x0f, 0x73, 0x75, 0x11, 0x60, 0x76, 0x7a, 0xc1, 0xc8, 0xa5, 0x98, 0x9c, 0x9f, 0xab, - 0x87, 0xd7, 0x15, 0x4e, 0xc2, 0xa8, 0xb6, 0x05, 0x80, 0x5c, 0x1e, 0xc0, 0x18, 0xe5, 0x04, 0xd5, - 0x95, 0x9e, 0x9f, 0x93, 0x98, 0x97, 0xae, 0x97, 0x5f, 0x94, 0xae, 0x9f, 0x9e, 0x9a, 0x07, 0xf6, - 0x17, 0x2c, 0x04, 0x0a, 0x32, 0x8b, 0x71, 0x04, 0x88, 0x35, 0x98, 0x5c, 0xc4, 0xc4, 0xec, 0xee, - 0xe8, 0xb8, 0x8a, 0x49, 0xd6, 0x1d, 0x62, 0x94, 0x63, 0x4a, 0xb1, 0x1e, 0x84, 0x09, 0x62, 0x85, - 0x19, 0xe8, 0x81, 0xfc, 0x5b, 0x7c, 0x0a, 0x26, 0x1f, 0xe3, 0x98, 0x52, 0x1c, 0x03, 0x97, 0x8f, - 0x09, 0x33, 0x88, 0x01, 0xcb, 0xbf, 0x62, 0x52, 0x84, 0x08, 0x5a, 0x59, 0x39, 0xa6, 0x14, 0x5b, - 0x59, 0xc1, 0x55, 0x58, 0x59, 0x85, 0x19, 0x58, 0x59, 0x81, 0xd5, 0x24, 0xb1, 0x81, 0x1d, 0x66, - 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x5f, 0x28, 0x89, 0xc3, 0xa8, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/feed_mapping_criterion_type.pb.go b/googleapis/ads/googleads/v0/enums/feed_mapping_criterion_type.pb.go deleted file mode 100644 index c5de32db85..0000000000 --- a/googleapis/ads/googleads/v0/enums/feed_mapping_criterion_type.pb.go +++ /dev/null @@ -1,118 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/feed_mapping_criterion_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible placeholder types for a feed mapping. -type FeedMappingCriterionTypeEnum_FeedMappingCriterionType int32 - -const ( - // Not specified. - FeedMappingCriterionTypeEnum_UNSPECIFIED FeedMappingCriterionTypeEnum_FeedMappingCriterionType = 0 - // Used for return value only. Represents value unknown in this version. - FeedMappingCriterionTypeEnum_UNKNOWN FeedMappingCriterionTypeEnum_FeedMappingCriterionType = 1 - // Allows campaign targeting at locations within a location feed. - FeedMappingCriterionTypeEnum_CAMPAIGN_LOCATION_TARGETS FeedMappingCriterionTypeEnum_FeedMappingCriterionType = 2 - // Allows url targeting for your dynamic search ads within a page feed. - FeedMappingCriterionTypeEnum_DSA_PAGE_FEED FeedMappingCriterionTypeEnum_FeedMappingCriterionType = 3 -) - -var FeedMappingCriterionTypeEnum_FeedMappingCriterionType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CAMPAIGN_LOCATION_TARGETS", - 3: "DSA_PAGE_FEED", -} -var FeedMappingCriterionTypeEnum_FeedMappingCriterionType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CAMPAIGN_LOCATION_TARGETS": 2, - "DSA_PAGE_FEED": 3, -} - -func (x FeedMappingCriterionTypeEnum_FeedMappingCriterionType) String() string { - return proto.EnumName(FeedMappingCriterionTypeEnum_FeedMappingCriterionType_name, int32(x)) -} -func (FeedMappingCriterionTypeEnum_FeedMappingCriterionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_criterion_type_d98ffdc43b560cb8, []int{0, 0} -} - -// Container for enum describing possible criterion types for a feed mapping. -type FeedMappingCriterionTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedMappingCriterionTypeEnum) Reset() { *m = FeedMappingCriterionTypeEnum{} } -func (m *FeedMappingCriterionTypeEnum) String() string { return proto.CompactTextString(m) } -func (*FeedMappingCriterionTypeEnum) ProtoMessage() {} -func (*FeedMappingCriterionTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_criterion_type_d98ffdc43b560cb8, []int{0} -} -func (m *FeedMappingCriterionTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedMappingCriterionTypeEnum.Unmarshal(m, b) -} -func (m *FeedMappingCriterionTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedMappingCriterionTypeEnum.Marshal(b, m, deterministic) -} -func (dst *FeedMappingCriterionTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedMappingCriterionTypeEnum.Merge(dst, src) -} -func (m *FeedMappingCriterionTypeEnum) XXX_Size() int { - return xxx_messageInfo_FeedMappingCriterionTypeEnum.Size(m) -} -func (m *FeedMappingCriterionTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FeedMappingCriterionTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedMappingCriterionTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FeedMappingCriterionTypeEnum)(nil), "google.ads.googleads.v0.enums.FeedMappingCriterionTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.FeedMappingCriterionTypeEnum_FeedMappingCriterionType", FeedMappingCriterionTypeEnum_FeedMappingCriterionType_name, FeedMappingCriterionTypeEnum_FeedMappingCriterionType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/feed_mapping_criterion_type.proto", fileDescriptor_feed_mapping_criterion_type_d98ffdc43b560cb8) -} - -var fileDescriptor_feed_mapping_criterion_type_d98ffdc43b560cb8 = []byte{ - // 327 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xfb, 0x30, - 0x18, 0xc5, 0xff, 0xed, 0xe0, 0x2f, 0x64, 0x88, 0xb5, 0x57, 0x0a, 0xf6, 0x62, 0x7b, 0x80, 0xb4, - 0xe0, 0x5d, 0xbc, 0x90, 0xac, 0xcb, 0x4a, 0xd1, 0x75, 0xc5, 0x75, 0x13, 0xa4, 0x10, 0xea, 0x12, - 0x43, 0x65, 0x6d, 0x4a, 0xb3, 0x0d, 0xf6, 0x0a, 0x3e, 0x86, 0x97, 0x3e, 0x8a, 0x8f, 0xe2, 0xa5, - 0x4f, 0x20, 0x6d, 0xdc, 0xee, 0xea, 0x4d, 0x38, 0xe4, 0x7c, 0xdf, 0x8f, 0xf3, 0x1d, 0x70, 0x2b, - 0xa4, 0x14, 0x6b, 0xee, 0x66, 0x4c, 0xb9, 0x5a, 0x36, 0x6a, 0xe7, 0xb9, 0xbc, 0xdc, 0x16, 0xca, - 0x7d, 0xe1, 0x9c, 0xd1, 0x22, 0xab, 0xaa, 0xbc, 0x14, 0x74, 0x55, 0xe7, 0x1b, 0x5e, 0xe7, 0xb2, - 0xa4, 0x9b, 0x7d, 0xc5, 0x61, 0x55, 0xcb, 0x8d, 0xb4, 0x1d, 0xbd, 0x05, 0x33, 0xa6, 0xe0, 0x11, - 0x00, 0x77, 0x1e, 0x6c, 0x01, 0xc3, 0x37, 0x03, 0x5c, 0x4d, 0x38, 0x67, 0x53, 0xcd, 0xf0, 0x0f, - 0x88, 0x64, 0x5f, 0x71, 0x52, 0x6e, 0x8b, 0xe1, 0x2b, 0xb8, 0xe8, 0xf2, 0xed, 0x33, 0xd0, 0x5f, - 0x44, 0xf3, 0x98, 0xf8, 0xe1, 0x24, 0x24, 0x63, 0xeb, 0x9f, 0xdd, 0x07, 0x27, 0x8b, 0xe8, 0x2e, - 0x9a, 0x3d, 0x46, 0x96, 0x61, 0x3b, 0xe0, 0xd2, 0xc7, 0xd3, 0x18, 0x87, 0x41, 0x44, 0xef, 0x67, - 0x3e, 0x4e, 0xc2, 0x59, 0x44, 0x13, 0xfc, 0x10, 0x90, 0x64, 0x6e, 0x99, 0xf6, 0x39, 0x38, 0x1d, - 0xcf, 0x31, 0x8d, 0x71, 0x40, 0xe8, 0x84, 0x90, 0xb1, 0xd5, 0x1b, 0x7d, 0x1b, 0x60, 0xb0, 0x92, - 0x05, 0xfc, 0x33, 0xf2, 0xc8, 0xe9, 0xca, 0x13, 0x37, 0x07, 0xc7, 0xc6, 0xd3, 0xe8, 0x77, 0x5f, - 0xc8, 0x75, 0x56, 0x0a, 0x28, 0x6b, 0xe1, 0x0a, 0x5e, 0xb6, 0x75, 0x1c, 0x3a, 0xac, 0x72, 0xd5, - 0x51, 0xe9, 0x4d, 0xfb, 0xbe, 0x9b, 0xbd, 0x00, 0xe3, 0x0f, 0xd3, 0x09, 0x34, 0x0a, 0x33, 0x05, - 0xb5, 0x6c, 0xd4, 0xd2, 0x83, 0x4d, 0x37, 0xea, 0xf3, 0xe0, 0xa7, 0x98, 0xa9, 0xf4, 0xe8, 0xa7, - 0x4b, 0x2f, 0x6d, 0xfd, 0x2f, 0x73, 0xa0, 0x3f, 0x11, 0xc2, 0x4c, 0x21, 0x74, 0x9c, 0x40, 0x68, - 0xe9, 0x21, 0xd4, 0xce, 0x3c, 0xff, 0x6f, 0x83, 0x5d, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x53, - 0x05, 0xac, 0xf5, 0xea, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/feed_mapping_status.pb.go b/googleapis/ads/googleads/v0/enums/feed_mapping_status.pb.go deleted file mode 100644 index b0155a65fc..0000000000 --- a/googleapis/ads/googleads/v0/enums/feed_mapping_status.pb.go +++ /dev/null @@ -1,115 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/feed_mapping_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible statuses of a feed mapping. -type FeedMappingStatusEnum_FeedMappingStatus int32 - -const ( - // Not specified. - FeedMappingStatusEnum_UNSPECIFIED FeedMappingStatusEnum_FeedMappingStatus = 0 - // Used for return value only. Represents value unknown in this version. - FeedMappingStatusEnum_UNKNOWN FeedMappingStatusEnum_FeedMappingStatus = 1 - // Feed mapping is enabled. - FeedMappingStatusEnum_ENABLED FeedMappingStatusEnum_FeedMappingStatus = 2 - // Feed mapping has been removed. - FeedMappingStatusEnum_REMOVED FeedMappingStatusEnum_FeedMappingStatus = 3 -) - -var FeedMappingStatusEnum_FeedMappingStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ENABLED", - 3: "REMOVED", -} -var FeedMappingStatusEnum_FeedMappingStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ENABLED": 2, - "REMOVED": 3, -} - -func (x FeedMappingStatusEnum_FeedMappingStatus) String() string { - return proto.EnumName(FeedMappingStatusEnum_FeedMappingStatus_name, int32(x)) -} -func (FeedMappingStatusEnum_FeedMappingStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_status_49bb14d547b91051, []int{0, 0} -} - -// Container for enum describing possible statuses of a feed mapping. -type FeedMappingStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedMappingStatusEnum) Reset() { *m = FeedMappingStatusEnum{} } -func (m *FeedMappingStatusEnum) String() string { return proto.CompactTextString(m) } -func (*FeedMappingStatusEnum) ProtoMessage() {} -func (*FeedMappingStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_status_49bb14d547b91051, []int{0} -} -func (m *FeedMappingStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedMappingStatusEnum.Unmarshal(m, b) -} -func (m *FeedMappingStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedMappingStatusEnum.Marshal(b, m, deterministic) -} -func (dst *FeedMappingStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedMappingStatusEnum.Merge(dst, src) -} -func (m *FeedMappingStatusEnum) XXX_Size() int { - return xxx_messageInfo_FeedMappingStatusEnum.Size(m) -} -func (m *FeedMappingStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FeedMappingStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedMappingStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FeedMappingStatusEnum)(nil), "google.ads.googleads.v0.enums.FeedMappingStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.FeedMappingStatusEnum_FeedMappingStatus", FeedMappingStatusEnum_FeedMappingStatus_name, FeedMappingStatusEnum_FeedMappingStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/feed_mapping_status.proto", fileDescriptor_feed_mapping_status_49bb14d547b91051) -} - -var fileDescriptor_feed_mapping_status_49bb14d547b91051 = []byte{ - // 288 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4f, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xb4, 0xd4, 0xd4, 0x94, 0xf8, 0xdc, 0xc4, 0x82, 0x82, 0xcc, 0xbc, 0xf4, - 0xf8, 0xe2, 0x92, 0xc4, 0x92, 0xd2, 0x62, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, - 0x6a, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x46, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x46, 0xa5, 0x14, - 0x2e, 0x51, 0xb7, 0xd4, 0xd4, 0x14, 0x5f, 0x88, 0xd6, 0x60, 0xb0, 0x4e, 0xd7, 0xbc, 0xd2, 0x5c, - 0x25, 0x6f, 0x2e, 0x41, 0x0c, 0x09, 0x21, 0x7e, 0x2e, 0xee, 0x50, 0xbf, 0xe0, 0x00, 0x57, 0x67, - 0x4f, 0x37, 0x4f, 0x57, 0x17, 0x01, 0x06, 0x21, 0x6e, 0x2e, 0xf6, 0x50, 0x3f, 0x6f, 0x3f, 0xff, - 0x70, 0x3f, 0x01, 0x46, 0x10, 0xc7, 0xd5, 0xcf, 0xd1, 0xc9, 0xc7, 0xd5, 0x45, 0x80, 0x09, 0xc4, - 0x09, 0x72, 0xf5, 0xf5, 0x0f, 0x73, 0x75, 0x11, 0x60, 0x76, 0x7a, 0xcd, 0xc8, 0xa5, 0x98, 0x9c, - 0x9f, 0xab, 0x87, 0xd7, 0x2d, 0x4e, 0x62, 0x18, 0x16, 0x06, 0x80, 0xbc, 0x10, 0xc0, 0x18, 0xe5, - 0x04, 0xd5, 0x98, 0x9e, 0x9f, 0x93, 0x98, 0x97, 0xae, 0x97, 0x5f, 0x94, 0xae, 0x9f, 0x9e, 0x9a, - 0x07, 0xf6, 0x20, 0x2c, 0x34, 0x0a, 0x32, 0x8b, 0x71, 0x04, 0x8e, 0x35, 0x98, 0x5c, 0xc4, 0xc4, - 0xec, 0xee, 0xe8, 0xb8, 0x8a, 0x49, 0xd6, 0x1d, 0x62, 0x94, 0x63, 0x4a, 0xb1, 0x1e, 0x84, 0x09, - 0x62, 0x85, 0x19, 0xe8, 0x81, 0x7c, 0x5d, 0x7c, 0x0a, 0x26, 0x1f, 0xe3, 0x98, 0x52, 0x1c, 0x03, - 0x97, 0x8f, 0x09, 0x33, 0x88, 0x01, 0xcb, 0xbf, 0x62, 0x52, 0x84, 0x08, 0x5a, 0x59, 0x39, 0xa6, - 0x14, 0x5b, 0x59, 0xc1, 0x55, 0x58, 0x59, 0x85, 0x19, 0x58, 0x59, 0x81, 0xd5, 0x24, 0xb1, 0x81, - 0x1d, 0x66, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xd9, 0x12, 0x6a, 0x3e, 0xb4, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/feed_origin.pb.go b/googleapis/ads/googleads/v0/enums/feed_origin.pb.go deleted file mode 100644 index 459691a151..0000000000 --- a/googleapis/ads/googleads/v0/enums/feed_origin.pb.go +++ /dev/null @@ -1,118 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/feed_origin.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for a feed origin. -type FeedOriginEnum_FeedOrigin int32 - -const ( - // Not specified. - FeedOriginEnum_UNSPECIFIED FeedOriginEnum_FeedOrigin = 0 - // Used for return value only. Represents value unknown in this version. - FeedOriginEnum_UNKNOWN FeedOriginEnum_FeedOrigin = 1 - // The FeedAttributes for this Feed are managed by the - // user. Users can add FeedAttributes to this Feed. - FeedOriginEnum_USER FeedOriginEnum_FeedOrigin = 2 - // The FeedAttributes for an GOOGLE Feed are created by Google. A feed of - // this type is maintained by Google and will have the correct attributes - // for the placeholder type of the feed. - FeedOriginEnum_GOOGLE FeedOriginEnum_FeedOrigin = 3 -) - -var FeedOriginEnum_FeedOrigin_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "USER", - 3: "GOOGLE", -} -var FeedOriginEnum_FeedOrigin_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "USER": 2, - "GOOGLE": 3, -} - -func (x FeedOriginEnum_FeedOrigin) String() string { - return proto.EnumName(FeedOriginEnum_FeedOrigin_name, int32(x)) -} -func (FeedOriginEnum_FeedOrigin) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_origin_be73592e537c6492, []int{0, 0} -} - -// Container for enum describing possible values for a feed origin. -type FeedOriginEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedOriginEnum) Reset() { *m = FeedOriginEnum{} } -func (m *FeedOriginEnum) String() string { return proto.CompactTextString(m) } -func (*FeedOriginEnum) ProtoMessage() {} -func (*FeedOriginEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_origin_be73592e537c6492, []int{0} -} -func (m *FeedOriginEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedOriginEnum.Unmarshal(m, b) -} -func (m *FeedOriginEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedOriginEnum.Marshal(b, m, deterministic) -} -func (dst *FeedOriginEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedOriginEnum.Merge(dst, src) -} -func (m *FeedOriginEnum) XXX_Size() int { - return xxx_messageInfo_FeedOriginEnum.Size(m) -} -func (m *FeedOriginEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FeedOriginEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedOriginEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FeedOriginEnum)(nil), "google.ads.googleads.v0.enums.FeedOriginEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.FeedOriginEnum_FeedOrigin", FeedOriginEnum_FeedOrigin_name, FeedOriginEnum_FeedOrigin_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/feed_origin.proto", fileDescriptor_feed_origin_be73592e537c6492) -} - -var fileDescriptor_feed_origin_be73592e537c6492 = []byte{ - // 276 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4f, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0x86, 0x32, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, 0xd2, - 0xdc, 0x62, 0xfd, 0xb4, 0xd4, 0xd4, 0x94, 0xf8, 0xfc, 0xa2, 0xcc, 0xf4, 0xcc, 0x3c, 0xbd, 0x82, - 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x2a, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x06, 0xbd, - 0x32, 0x03, 0x3d, 0xb0, 0x06, 0xa5, 0x20, 0x2e, 0x3e, 0xb7, 0xd4, 0xd4, 0x14, 0x7f, 0xb0, 0x16, - 0xd7, 0xbc, 0xd2, 0x5c, 0x25, 0x07, 0x2e, 0x2e, 0x84, 0x88, 0x10, 0x3f, 0x17, 0x77, 0xa8, 0x5f, - 0x70, 0x80, 0xab, 0xb3, 0xa7, 0x9b, 0xa7, 0xab, 0x8b, 0x00, 0x83, 0x10, 0x37, 0x17, 0x7b, 0xa8, - 0x9f, 0xb7, 0x9f, 0x7f, 0xb8, 0x9f, 0x00, 0xa3, 0x10, 0x07, 0x17, 0x4b, 0x68, 0xb0, 0x6b, 0x90, - 0x00, 0x93, 0x10, 0x17, 0x17, 0x9b, 0xbb, 0xbf, 0xbf, 0xbb, 0x8f, 0xab, 0x00, 0xb3, 0xd3, 0x13, - 0x46, 0x2e, 0xc5, 0xe4, 0xfc, 0x5c, 0x3d, 0xbc, 0x36, 0x3b, 0xf1, 0x23, 0x6c, 0x09, 0x00, 0xb9, - 0x34, 0x80, 0x31, 0xca, 0x09, 0xaa, 0x23, 0x3d, 0x3f, 0x27, 0x31, 0x2f, 0x5d, 0x2f, 0xbf, 0x28, - 0x5d, 0x3f, 0x3d, 0x35, 0x0f, 0xec, 0x0f, 0x98, 0x67, 0x0b, 0x32, 0x8b, 0x71, 0xf8, 0xdd, 0x1a, - 0x4c, 0x2e, 0x62, 0x62, 0x76, 0x77, 0x74, 0x5c, 0xc5, 0x24, 0xeb, 0x0e, 0x31, 0xca, 0x31, 0xa5, - 0x58, 0x0f, 0xc2, 0x04, 0xb1, 0xc2, 0x0c, 0xf4, 0x40, 0x7e, 0x2c, 0x3e, 0x05, 0x93, 0x8f, 0x71, - 0x4c, 0x29, 0x8e, 0x81, 0xcb, 0xc7, 0x84, 0x19, 0xc4, 0x80, 0xe5, 0x5f, 0x31, 0x29, 0x42, 0x04, - 0xad, 0xac, 0x1c, 0x53, 0x8a, 0xad, 0xac, 0xe0, 0x2a, 0xac, 0xac, 0xc2, 0x0c, 0xac, 0xac, 0xc0, - 0x6a, 0x92, 0xd8, 0xc0, 0x0e, 0x33, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xdd, 0x4a, 0x39, 0xbc, - 0x93, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/feed_status.pb.go b/googleapis/ads/googleads/v0/enums/feed_status.pb.go deleted file mode 100644 index 49014c33b9..0000000000 --- a/googleapis/ads/googleads/v0/enums/feed_status.pb.go +++ /dev/null @@ -1,115 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/feed_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible statuses of a feed. -type FeedStatusEnum_FeedStatus int32 - -const ( - // Not specified. - FeedStatusEnum_UNSPECIFIED FeedStatusEnum_FeedStatus = 0 - // Used for return value only. Represents value unknown in this version. - FeedStatusEnum_UNKNOWN FeedStatusEnum_FeedStatus = 1 - // Feed is enabled. - FeedStatusEnum_ENABLED FeedStatusEnum_FeedStatus = 2 - // Feed has been removed. - FeedStatusEnum_REMOVED FeedStatusEnum_FeedStatus = 3 -) - -var FeedStatusEnum_FeedStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ENABLED", - 3: "REMOVED", -} -var FeedStatusEnum_FeedStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ENABLED": 2, - "REMOVED": 3, -} - -func (x FeedStatusEnum_FeedStatus) String() string { - return proto.EnumName(FeedStatusEnum_FeedStatus_name, int32(x)) -} -func (FeedStatusEnum_FeedStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_status_4a6d02cc16d1f2a8, []int{0, 0} -} - -// Container for enum describing possible statuses of a feed. -type FeedStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedStatusEnum) Reset() { *m = FeedStatusEnum{} } -func (m *FeedStatusEnum) String() string { return proto.CompactTextString(m) } -func (*FeedStatusEnum) ProtoMessage() {} -func (*FeedStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_status_4a6d02cc16d1f2a8, []int{0} -} -func (m *FeedStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedStatusEnum.Unmarshal(m, b) -} -func (m *FeedStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedStatusEnum.Marshal(b, m, deterministic) -} -func (dst *FeedStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedStatusEnum.Merge(dst, src) -} -func (m *FeedStatusEnum) XXX_Size() int { - return xxx_messageInfo_FeedStatusEnum.Size(m) -} -func (m *FeedStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FeedStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FeedStatusEnum)(nil), "google.ads.googleads.v0.enums.FeedStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.FeedStatusEnum_FeedStatus", FeedStatusEnum_FeedStatus_name, FeedStatusEnum_FeedStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/feed_status.proto", fileDescriptor_feed_status_4a6d02cc16d1f2a8) -} - -var fileDescriptor_feed_status_4a6d02cc16d1f2a8 = []byte{ - // 275 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x4f, 0xd1, 0x4a, 0xc3, 0x30, - 0x14, 0xb5, 0x1d, 0x28, 0x64, 0xe0, 0x4a, 0xdf, 0xf7, 0xb0, 0x7d, 0x40, 0x1a, 0xf0, 0x2d, 0x3e, - 0xa5, 0x36, 0x1b, 0x43, 0xcd, 0x8a, 0x63, 0x11, 0xa4, 0x20, 0xd5, 0xc4, 0x20, 0xac, 0xcd, 0xd8, - 0x6d, 0xf7, 0x41, 0x3e, 0xfa, 0x29, 0x7e, 0x87, 0x4f, 0x7e, 0x85, 0x24, 0xdd, 0xba, 0x27, 0x7d, - 0x09, 0xe7, 0xde, 0x73, 0x4e, 0xee, 0x39, 0x28, 0x31, 0xd6, 0x9a, 0x8d, 0x4e, 0x4a, 0x05, 0x07, - 0xe8, 0xd0, 0x9e, 0x24, 0xba, 0x6e, 0x2b, 0x48, 0xde, 0xb4, 0x56, 0xcf, 0xd0, 0x94, 0x4d, 0x0b, - 0x78, 0xbb, 0xb3, 0x8d, 0x8d, 0xc7, 0x9d, 0x0a, 0x97, 0x0a, 0x70, 0x6f, 0xc0, 0x7b, 0x82, 0xbd, - 0x61, 0x2a, 0xd1, 0xe5, 0x4c, 0x6b, 0xb5, 0xf2, 0x16, 0x5e, 0xb7, 0xd5, 0x34, 0x43, 0xe8, 0xb4, - 0x89, 0x47, 0x68, 0xb8, 0x16, 0xab, 0x9c, 0xdf, 0x2c, 0x66, 0x0b, 0x9e, 0x45, 0x67, 0xf1, 0x10, - 0x5d, 0xac, 0xc5, 0xad, 0x58, 0x3e, 0x8a, 0x28, 0x70, 0x03, 0x17, 0x2c, 0xbd, 0xe3, 0x59, 0x14, - 0xba, 0xe1, 0x81, 0xdf, 0x2f, 0x25, 0xcf, 0xa2, 0x41, 0xfa, 0x1d, 0xa0, 0xc9, 0xab, 0xad, 0xf0, - 0xbf, 0xd7, 0xd3, 0xd1, 0xe9, 0x52, 0xee, 0xd2, 0xe6, 0xc1, 0x53, 0x7a, 0x70, 0x18, 0xbb, 0x29, - 0x6b, 0x83, 0xed, 0xce, 0x24, 0x46, 0xd7, 0xbe, 0xcb, 0xb1, 0xf0, 0xf6, 0x1d, 0xfe, 0xe8, 0x7f, - 0xed, 0xdf, 0x8f, 0x70, 0x30, 0x67, 0xec, 0x33, 0x1c, 0xcf, 0xbb, 0xaf, 0x98, 0x02, 0xdc, 0x41, - 0x87, 0x24, 0xc1, 0xae, 0x27, 0x7c, 0x1d, 0xf9, 0x82, 0x29, 0x28, 0x7a, 0xbe, 0x90, 0xa4, 0xf0, - 0xfc, 0x4f, 0x38, 0xe9, 0x96, 0x94, 0x32, 0x05, 0x94, 0xf6, 0x0a, 0x4a, 0x25, 0xa1, 0xd4, 0x6b, - 0x5e, 0xce, 0x7d, 0xb0, 0xab, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x32, 0x93, 0xf5, 0x97, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/flight_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/flight_placeholder_field.pb.go deleted file mode 100644 index 61dc196387..0000000000 --- a/googleapis/ads/googleads/v0/enums/flight_placeholder_field.pb.go +++ /dev/null @@ -1,211 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/flight_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for Flight placeholder fields. -type FlightPlaceholderFieldEnum_FlightPlaceholderField int32 - -const ( - // Not specified. - FlightPlaceholderFieldEnum_UNSPECIFIED FlightPlaceholderFieldEnum_FlightPlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - FlightPlaceholderFieldEnum_UNKNOWN FlightPlaceholderFieldEnum_FlightPlaceholderField = 1 - // Data Type: STRING. Required. Destination id. Example: PAR, LON. - // For feed items that only have destination id, destination id must be a - // unique key. For feed items that have both destination id and origin id, - // then the combination must be a unique key. - FlightPlaceholderFieldEnum_DESTINATION_ID FlightPlaceholderFieldEnum_FlightPlaceholderField = 2 - // Data Type: STRING. Origin id. Example: PAR, LON. - // Optional. Combination of destination id and origin id must be unique per - // offer. - FlightPlaceholderFieldEnum_ORIGIN_ID FlightPlaceholderFieldEnum_FlightPlaceholderField = 3 - // Data Type: STRING. Required. Main headline with product name to be shown - // in dynamic ad. - FlightPlaceholderFieldEnum_FLIGHT_DESCRIPTION FlightPlaceholderFieldEnum_FlightPlaceholderField = 4 - // Data Type: STRING. Shorter names are recommended. - FlightPlaceholderFieldEnum_ORIGIN_NAME FlightPlaceholderFieldEnum_FlightPlaceholderField = 5 - // Data Type: STRING. Shorter names are recommended. - FlightPlaceholderFieldEnum_DESTINATION_NAME FlightPlaceholderFieldEnum_FlightPlaceholderField = 6 - // Data Type: STRING. Price to be shown in the ad. - // Example: "100.00 USD" - FlightPlaceholderFieldEnum_FLIGHT_PRICE FlightPlaceholderFieldEnum_FlightPlaceholderField = 7 - // Data Type: STRING. Formatted price to be shown in the ad. - // Example: "Starting at $100.00 USD", "$80 - $100" - FlightPlaceholderFieldEnum_FORMATTED_PRICE FlightPlaceholderFieldEnum_FlightPlaceholderField = 8 - // Data Type: STRING. Sale price to be shown in the ad. - // Example: "80.00 USD" - FlightPlaceholderFieldEnum_FLIGHT_SALE_PRICE FlightPlaceholderFieldEnum_FlightPlaceholderField = 9 - // Data Type: STRING. Formatted sale price to be shown in the ad. - // Example: "On sale for $80.00", "$60 - $80" - FlightPlaceholderFieldEnum_FORMATTED_SALE_PRICE FlightPlaceholderFieldEnum_FlightPlaceholderField = 10 - // Data Type: URL. Image to be displayed in the ad. - FlightPlaceholderFieldEnum_IMAGE_URL FlightPlaceholderFieldEnum_FlightPlaceholderField = 11 - // Data Type: URL_LIST. Required. Final URLs for the ad when using Upgraded - // URLs. User will be redirected to these URLs when they click on an ad, or - // when they click on a specific flight for ads that show multiple - // flights. - FlightPlaceholderFieldEnum_FINAL_URLS FlightPlaceholderFieldEnum_FlightPlaceholderField = 12 - // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded - // URLs. - FlightPlaceholderFieldEnum_FINAL_MOBILE_URLS FlightPlaceholderFieldEnum_FlightPlaceholderField = 13 - // Data Type: URL. Tracking template for the ad when using Upgraded URLs. - FlightPlaceholderFieldEnum_TRACKING_URL FlightPlaceholderFieldEnum_FlightPlaceholderField = 14 - // Data Type: STRING. Android app link. Must be formatted as: - // android-app://{package_id}/{scheme}/{host_path}. - // The components are defined as follows: - // package_id: app ID as specified in Google Play. - // scheme: the scheme to pass to the application. Can be HTTP, or a custom - // scheme. - // host_path: identifies the specific content within your application. - FlightPlaceholderFieldEnum_ANDROID_APP_LINK FlightPlaceholderFieldEnum_FlightPlaceholderField = 15 - // Data Type: STRING_LIST. List of recommended destination IDs to show - // together with this item. - FlightPlaceholderFieldEnum_SIMILAR_DESTINATION_IDS FlightPlaceholderFieldEnum_FlightPlaceholderField = 16 - // Data Type: STRING. iOS app link. - FlightPlaceholderFieldEnum_IOS_APP_LINK FlightPlaceholderFieldEnum_FlightPlaceholderField = 17 - // Data Type: INT64. iOS app store ID. - FlightPlaceholderFieldEnum_IOS_APP_STORE_ID FlightPlaceholderFieldEnum_FlightPlaceholderField = 18 -) - -var FlightPlaceholderFieldEnum_FlightPlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "DESTINATION_ID", - 3: "ORIGIN_ID", - 4: "FLIGHT_DESCRIPTION", - 5: "ORIGIN_NAME", - 6: "DESTINATION_NAME", - 7: "FLIGHT_PRICE", - 8: "FORMATTED_PRICE", - 9: "FLIGHT_SALE_PRICE", - 10: "FORMATTED_SALE_PRICE", - 11: "IMAGE_URL", - 12: "FINAL_URLS", - 13: "FINAL_MOBILE_URLS", - 14: "TRACKING_URL", - 15: "ANDROID_APP_LINK", - 16: "SIMILAR_DESTINATION_IDS", - 17: "IOS_APP_LINK", - 18: "IOS_APP_STORE_ID", -} -var FlightPlaceholderFieldEnum_FlightPlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "DESTINATION_ID": 2, - "ORIGIN_ID": 3, - "FLIGHT_DESCRIPTION": 4, - "ORIGIN_NAME": 5, - "DESTINATION_NAME": 6, - "FLIGHT_PRICE": 7, - "FORMATTED_PRICE": 8, - "FLIGHT_SALE_PRICE": 9, - "FORMATTED_SALE_PRICE": 10, - "IMAGE_URL": 11, - "FINAL_URLS": 12, - "FINAL_MOBILE_URLS": 13, - "TRACKING_URL": 14, - "ANDROID_APP_LINK": 15, - "SIMILAR_DESTINATION_IDS": 16, - "IOS_APP_LINK": 17, - "IOS_APP_STORE_ID": 18, -} - -func (x FlightPlaceholderFieldEnum_FlightPlaceholderField) String() string { - return proto.EnumName(FlightPlaceholderFieldEnum_FlightPlaceholderField_name, int32(x)) -} -func (FlightPlaceholderFieldEnum_FlightPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_flight_placeholder_field_efb23411d2983b01, []int{0, 0} -} - -// Values for Flight placeholder fields. -// For more information about dynamic remarketing feeds, see -// https://support.google.com/google-ads/answer/6053288. -type FlightPlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FlightPlaceholderFieldEnum) Reset() { *m = FlightPlaceholderFieldEnum{} } -func (m *FlightPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*FlightPlaceholderFieldEnum) ProtoMessage() {} -func (*FlightPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_flight_placeholder_field_efb23411d2983b01, []int{0} -} -func (m *FlightPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FlightPlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *FlightPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FlightPlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *FlightPlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FlightPlaceholderFieldEnum.Merge(dst, src) -} -func (m *FlightPlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_FlightPlaceholderFieldEnum.Size(m) -} -func (m *FlightPlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FlightPlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FlightPlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FlightPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.FlightPlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.FlightPlaceholderFieldEnum_FlightPlaceholderField", FlightPlaceholderFieldEnum_FlightPlaceholderField_name, FlightPlaceholderFieldEnum_FlightPlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/flight_placeholder_field.proto", fileDescriptor_flight_placeholder_field_efb23411d2983b01) -} - -var fileDescriptor_flight_placeholder_field_efb23411d2983b01 = []byte{ - // 481 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xc1, 0x6e, 0xd3, 0x40, - 0x10, 0x25, 0x09, 0xb4, 0x74, 0xd2, 0x26, 0xdb, 0xa5, 0x14, 0x04, 0xf4, 0xd0, 0x7e, 0x80, 0x6d, - 0x89, 0x9b, 0xe1, 0xb2, 0x89, 0xd7, 0x66, 0x14, 0x7b, 0x6d, 0xd9, 0x4e, 0x90, 0x50, 0x24, 0x2b, - 0xd4, 0xae, 0x1b, 0xc9, 0x89, 0xa3, 0xb8, 0xed, 0x8f, 0xf0, 0x07, 0x1c, 0x39, 0xf2, 0x19, 0x7c, - 0x0a, 0x37, 0xfe, 0x00, 0xed, 0xda, 0x49, 0x0a, 0x82, 0x5e, 0x56, 0x33, 0x6f, 0xde, 0x7b, 0x1a, - 0xed, 0x3c, 0x78, 0x9f, 0x97, 0x65, 0x5e, 0x64, 0xfa, 0x2c, 0xad, 0xf4, 0xba, 0x94, 0xd5, 0x9d, - 0xa1, 0x67, 0xcb, 0xdb, 0x45, 0xa5, 0x5f, 0x15, 0xf3, 0xfc, 0xfa, 0x26, 0x59, 0x15, 0xb3, 0xcb, - 0xec, 0xba, 0x2c, 0xd2, 0x6c, 0x9d, 0x5c, 0xcd, 0xb3, 0x22, 0xd5, 0x56, 0xeb, 0xf2, 0xa6, 0xa4, - 0x67, 0xb5, 0x44, 0x9b, 0xa5, 0x95, 0xb6, 0x55, 0x6b, 0x77, 0x86, 0xa6, 0xd4, 0x17, 0xdf, 0x3b, - 0xf0, 0xca, 0x56, 0x0e, 0xc1, 0xce, 0xc0, 0x96, 0x7a, 0xbe, 0xbc, 0x5d, 0x5c, 0x7c, 0xe9, 0xc0, - 0xe9, 0xbf, 0xc7, 0xb4, 0x0f, 0xdd, 0xb1, 0x88, 0x02, 0x3e, 0x44, 0x1b, 0xb9, 0x45, 0x1e, 0xd1, - 0x2e, 0xec, 0x8f, 0xc5, 0x48, 0xf8, 0x1f, 0x05, 0x69, 0x51, 0x0a, 0x3d, 0x8b, 0x47, 0x31, 0x0a, - 0x16, 0xa3, 0x2f, 0x12, 0xb4, 0x48, 0x9b, 0x1e, 0xc1, 0x81, 0x1f, 0xa2, 0x83, 0xaa, 0xed, 0xd0, - 0x53, 0xa0, 0xb6, 0x8b, 0xce, 0x87, 0x38, 0xb1, 0x78, 0x34, 0x0c, 0x31, 0x90, 0x4c, 0xf2, 0x58, - 0x1a, 0x37, 0x34, 0xc1, 0x3c, 0x4e, 0x9e, 0xd0, 0x13, 0x20, 0xf7, 0xbd, 0x14, 0xba, 0x47, 0x09, - 0x1c, 0x36, 0xf2, 0x20, 0xc4, 0x21, 0x27, 0xfb, 0xf4, 0x19, 0xf4, 0x6d, 0x3f, 0xf4, 0x58, 0x1c, - 0x73, 0xab, 0x01, 0x9f, 0xd2, 0xe7, 0x70, 0xdc, 0xd0, 0x22, 0xe6, 0xf2, 0x06, 0x3e, 0xa0, 0x2f, - 0xe1, 0x64, 0xc7, 0xbd, 0x37, 0x01, 0xb9, 0x25, 0x7a, 0xcc, 0xe1, 0xc9, 0x38, 0x74, 0x49, 0x97, - 0xf6, 0x00, 0x6c, 0x14, 0xcc, 0x95, 0x6d, 0x44, 0x0e, 0x95, 0x9f, 0xea, 0x3d, 0x7f, 0x80, 0x2e, - 0xaf, 0xe1, 0x23, 0xb9, 0x4d, 0x1c, 0xb2, 0xe1, 0x08, 0x85, 0xa3, 0x84, 0x3d, 0xb9, 0x35, 0x13, - 0x56, 0xe8, 0xa3, 0x95, 0xb0, 0x20, 0x48, 0x5c, 0x14, 0x23, 0xd2, 0xa7, 0xaf, 0xe1, 0x45, 0x84, - 0x1e, 0xba, 0x2c, 0x4c, 0xfe, 0xfc, 0x9f, 0x88, 0x10, 0x69, 0x82, 0x7e, 0xb4, 0xa3, 0x1f, 0x4b, - 0x93, 0x0d, 0x12, 0xc5, 0x7e, 0xc8, 0xe5, 0xcf, 0xd1, 0xc1, 0xaf, 0x16, 0x9c, 0x5f, 0x96, 0x0b, - 0xed, 0xc1, 0xd3, 0x0e, 0xde, 0xd4, 0x87, 0xab, 0xfe, 0xbe, 0x5c, 0x20, 0x73, 0x11, 0xb4, 0x3e, - 0x0d, 0x1a, 0x79, 0x5e, 0x16, 0xb3, 0x65, 0xae, 0x95, 0xeb, 0x5c, 0xcf, 0xb3, 0xa5, 0x4a, 0xcd, - 0x26, 0x67, 0xab, 0x79, 0xf5, 0x9f, 0xd8, 0xbd, 0x53, 0xef, 0xd7, 0x76, 0xc7, 0x61, 0xec, 0x5b, - 0xfb, 0xcc, 0xa9, 0xad, 0x58, 0x5a, 0x69, 0x75, 0x29, 0xab, 0x89, 0xa1, 0xc9, 0x10, 0x55, 0x3f, - 0x36, 0xf3, 0x29, 0x4b, 0xab, 0xe9, 0x76, 0x3e, 0x9d, 0x18, 0x53, 0x35, 0xff, 0xd9, 0x3e, 0xaf, - 0x41, 0xd3, 0x64, 0x69, 0x65, 0x9a, 0x5b, 0x86, 0x69, 0x4e, 0x0c, 0xd3, 0x54, 0x9c, 0xcf, 0x7b, - 0x6a, 0xb1, 0xb7, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x60, 0x94, 0x92, 0x07, 0x0e, 0x03, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/frequency_cap_event_type.pb.go b/googleapis/ads/googleads/v0/enums/frequency_cap_event_type.pb.go deleted file mode 100644 index 52b779cafd..0000000000 --- a/googleapis/ads/googleads/v0/enums/frequency_cap_event_type.pb.go +++ /dev/null @@ -1,117 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/frequency_cap_event_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The type of event that the cap applies to (e.g. impression). -type FrequencyCapEventTypeEnum_FrequencyCapEventType int32 - -const ( - // Not specified. - FrequencyCapEventTypeEnum_UNSPECIFIED FrequencyCapEventTypeEnum_FrequencyCapEventType = 0 - // Used for return value only. Represents value unknown in this version. - FrequencyCapEventTypeEnum_UNKNOWN FrequencyCapEventTypeEnum_FrequencyCapEventType = 1 - // The cap applies on ad impressions. - FrequencyCapEventTypeEnum_IMPRESSION FrequencyCapEventTypeEnum_FrequencyCapEventType = 2 - // The cap applies on video ad views. - FrequencyCapEventTypeEnum_VIDEO_VIEW FrequencyCapEventTypeEnum_FrequencyCapEventType = 3 -) - -var FrequencyCapEventTypeEnum_FrequencyCapEventType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "IMPRESSION", - 3: "VIDEO_VIEW", -} -var FrequencyCapEventTypeEnum_FrequencyCapEventType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "IMPRESSION": 2, - "VIDEO_VIEW": 3, -} - -func (x FrequencyCapEventTypeEnum_FrequencyCapEventType) String() string { - return proto.EnumName(FrequencyCapEventTypeEnum_FrequencyCapEventType_name, int32(x)) -} -func (FrequencyCapEventTypeEnum_FrequencyCapEventType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_frequency_cap_event_type_b041c49805e9f9ed, []int{0, 0} -} - -// Container for enum describing the type of event that the cap applies to. -type FrequencyCapEventTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FrequencyCapEventTypeEnum) Reset() { *m = FrequencyCapEventTypeEnum{} } -func (m *FrequencyCapEventTypeEnum) String() string { return proto.CompactTextString(m) } -func (*FrequencyCapEventTypeEnum) ProtoMessage() {} -func (*FrequencyCapEventTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_frequency_cap_event_type_b041c49805e9f9ed, []int{0} -} -func (m *FrequencyCapEventTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FrequencyCapEventTypeEnum.Unmarshal(m, b) -} -func (m *FrequencyCapEventTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FrequencyCapEventTypeEnum.Marshal(b, m, deterministic) -} -func (dst *FrequencyCapEventTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FrequencyCapEventTypeEnum.Merge(dst, src) -} -func (m *FrequencyCapEventTypeEnum) XXX_Size() int { - return xxx_messageInfo_FrequencyCapEventTypeEnum.Size(m) -} -func (m *FrequencyCapEventTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FrequencyCapEventTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FrequencyCapEventTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FrequencyCapEventTypeEnum)(nil), "google.ads.googleads.v0.enums.FrequencyCapEventTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.FrequencyCapEventTypeEnum_FrequencyCapEventType", FrequencyCapEventTypeEnum_FrequencyCapEventType_name, FrequencyCapEventTypeEnum_FrequencyCapEventType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/frequency_cap_event_type.proto", fileDescriptor_frequency_cap_event_type_b041c49805e9f9ed) -} - -var fileDescriptor_frequency_cap_event_type_b041c49805e9f9ed = []byte{ - // 305 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x49, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xb4, 0xa2, 0xd4, 0xc2, 0xd2, 0xd4, 0xbc, 0xe4, 0xca, 0xf8, 0xe4, 0xc4, - 0x82, 0xf8, 0xd4, 0xb2, 0xd4, 0xbc, 0x92, 0xf8, 0x92, 0xca, 0x82, 0x54, 0xbd, 0x82, 0xa2, 0xfc, - 0x92, 0x7c, 0x21, 0x59, 0x88, 0x16, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x6e, 0xbd, 0x32, 0x03, - 0x3d, 0xb0, 0x6e, 0xa5, 0x22, 0x2e, 0x49, 0x37, 0x98, 0x01, 0xce, 0x89, 0x05, 0xae, 0x20, 0xed, - 0x21, 0x95, 0x05, 0xa9, 0xae, 0x79, 0xa5, 0xb9, 0x4a, 0xa1, 0x5c, 0xa2, 0x58, 0x25, 0x85, 0xf8, - 0xb9, 0xb8, 0x43, 0xfd, 0x82, 0x03, 0x5c, 0x9d, 0x3d, 0xdd, 0x3c, 0x5d, 0x5d, 0x04, 0x18, 0x84, - 0xb8, 0xb9, 0xd8, 0x43, 0xfd, 0xbc, 0xfd, 0xfc, 0xc3, 0xfd, 0x04, 0x18, 0x85, 0xf8, 0xb8, 0xb8, - 0x3c, 0x7d, 0x03, 0x82, 0x5c, 0x83, 0x83, 0x3d, 0xfd, 0xfd, 0x04, 0x98, 0x40, 0xfc, 0x30, 0x4f, - 0x17, 0x57, 0xff, 0xf8, 0x30, 0x4f, 0xd7, 0x70, 0x01, 0x66, 0xa7, 0xf7, 0x8c, 0x5c, 0x8a, 0xc9, - 0xf9, 0xb9, 0x7a, 0x78, 0x5d, 0xe6, 0x24, 0x85, 0xd5, 0xea, 0x00, 0x90, 0xa7, 0x02, 0x18, 0xa3, - 0x9c, 0xa0, 0x9a, 0xd3, 0xf3, 0x73, 0x12, 0xf3, 0xd2, 0xf5, 0xf2, 0x8b, 0xd2, 0xf5, 0xd3, 0x53, - 0xf3, 0xc0, 0x5e, 0x86, 0x05, 0x52, 0x41, 0x66, 0x31, 0x8e, 0x30, 0xb3, 0x06, 0x93, 0x8b, 0x98, - 0x98, 0xdd, 0x1d, 0x1d, 0x57, 0x31, 0xc9, 0xba, 0x43, 0x8c, 0x72, 0x4c, 0x29, 0xd6, 0x83, 0x30, - 0x41, 0xac, 0x30, 0x03, 0x3d, 0x50, 0x18, 0x14, 0x9f, 0x82, 0xc9, 0xc7, 0x38, 0xa6, 0x14, 0xc7, - 0xc0, 0xe5, 0x63, 0xc2, 0x0c, 0x62, 0xc0, 0xf2, 0xaf, 0x98, 0x14, 0x21, 0x82, 0x56, 0x56, 0x8e, - 0x29, 0xc5, 0x56, 0x56, 0x70, 0x15, 0x56, 0x56, 0x61, 0x06, 0x56, 0x56, 0x60, 0x35, 0x49, 0x6c, - 0x60, 0x87, 0x19, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x91, 0x6f, 0x0a, 0xa0, 0xcb, 0x01, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/frequency_cap_level.pb.go b/googleapis/ads/googleads/v0/enums/frequency_cap_level.pb.go deleted file mode 100644 index 671a92f167..0000000000 --- a/googleapis/ads/googleads/v0/enums/frequency_cap_level.pb.go +++ /dev/null @@ -1,121 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/frequency_cap_level.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The level on which the cap is to be applied (e.g ad group ad, ad group). -// Cap is applied to all the resources of this level. -type FrequencyCapLevelEnum_FrequencyCapLevel int32 - -const ( - // Not specified. - FrequencyCapLevelEnum_UNSPECIFIED FrequencyCapLevelEnum_FrequencyCapLevel = 0 - // Used for return value only. Represents value unknown in this version. - FrequencyCapLevelEnum_UNKNOWN FrequencyCapLevelEnum_FrequencyCapLevel = 1 - // The cap is applied at the ad group ad level. - FrequencyCapLevelEnum_AD_GROUP_AD FrequencyCapLevelEnum_FrequencyCapLevel = 2 - // The cap is applied at the ad group level. - FrequencyCapLevelEnum_AD_GROUP FrequencyCapLevelEnum_FrequencyCapLevel = 3 - // The cap is applied at the campaign level. - FrequencyCapLevelEnum_CAMPAIGN FrequencyCapLevelEnum_FrequencyCapLevel = 4 -) - -var FrequencyCapLevelEnum_FrequencyCapLevel_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "AD_GROUP_AD", - 3: "AD_GROUP", - 4: "CAMPAIGN", -} -var FrequencyCapLevelEnum_FrequencyCapLevel_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "AD_GROUP_AD": 2, - "AD_GROUP": 3, - "CAMPAIGN": 4, -} - -func (x FrequencyCapLevelEnum_FrequencyCapLevel) String() string { - return proto.EnumName(FrequencyCapLevelEnum_FrequencyCapLevel_name, int32(x)) -} -func (FrequencyCapLevelEnum_FrequencyCapLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_frequency_cap_level_474565ea1c4f0d21, []int{0, 0} -} - -// Container for enum describing the level on which the cap is to be applied. -type FrequencyCapLevelEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FrequencyCapLevelEnum) Reset() { *m = FrequencyCapLevelEnum{} } -func (m *FrequencyCapLevelEnum) String() string { return proto.CompactTextString(m) } -func (*FrequencyCapLevelEnum) ProtoMessage() {} -func (*FrequencyCapLevelEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_frequency_cap_level_474565ea1c4f0d21, []int{0} -} -func (m *FrequencyCapLevelEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FrequencyCapLevelEnum.Unmarshal(m, b) -} -func (m *FrequencyCapLevelEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FrequencyCapLevelEnum.Marshal(b, m, deterministic) -} -func (dst *FrequencyCapLevelEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FrequencyCapLevelEnum.Merge(dst, src) -} -func (m *FrequencyCapLevelEnum) XXX_Size() int { - return xxx_messageInfo_FrequencyCapLevelEnum.Size(m) -} -func (m *FrequencyCapLevelEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FrequencyCapLevelEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FrequencyCapLevelEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FrequencyCapLevelEnum)(nil), "google.ads.googleads.v0.enums.FrequencyCapLevelEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.FrequencyCapLevelEnum_FrequencyCapLevel", FrequencyCapLevelEnum_FrequencyCapLevel_name, FrequencyCapLevelEnum_FrequencyCapLevel_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/frequency_cap_level.proto", fileDescriptor_frequency_cap_level_474565ea1c4f0d21) -} - -var fileDescriptor_frequency_cap_level_474565ea1c4f0d21 = []byte{ - // 300 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4f, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xb4, 0xa2, 0xd4, 0xc2, 0xd2, 0xd4, 0xbc, 0xe4, 0xca, 0xf8, 0xe4, 0xc4, - 0x82, 0xf8, 0x9c, 0xd4, 0xb2, 0xd4, 0x1c, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, - 0x6a, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x46, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x46, 0xa5, 0x72, - 0x2e, 0x51, 0x37, 0x98, 0x5e, 0xe7, 0xc4, 0x02, 0x1f, 0x90, 0x4e, 0xd7, 0xbc, 0xd2, 0x5c, 0xa5, - 0x38, 0x2e, 0x41, 0x0c, 0x09, 0x21, 0x7e, 0x2e, 0xee, 0x50, 0xbf, 0xe0, 0x00, 0x57, 0x67, 0x4f, - 0x37, 0x4f, 0x57, 0x17, 0x01, 0x06, 0x21, 0x6e, 0x2e, 0xf6, 0x50, 0x3f, 0x6f, 0x3f, 0xff, 0x70, - 0x3f, 0x01, 0x46, 0x90, 0xac, 0xa3, 0x4b, 0xbc, 0x7b, 0x90, 0x7f, 0x68, 0x40, 0xbc, 0xa3, 0x8b, - 0x00, 0x93, 0x10, 0x0f, 0x17, 0x07, 0x4c, 0x40, 0x80, 0x19, 0xc4, 0x73, 0x76, 0xf4, 0x0d, 0x70, - 0xf4, 0x74, 0xf7, 0x13, 0x60, 0x71, 0x7a, 0xcd, 0xc8, 0xa5, 0x98, 0x9c, 0x9f, 0xab, 0x87, 0xd7, - 0x79, 0x4e, 0x62, 0x18, 0x6e, 0x08, 0x00, 0xf9, 0x2a, 0x80, 0x31, 0xca, 0x09, 0xaa, 0x31, 0x3d, - 0x3f, 0x27, 0x31, 0x2f, 0x5d, 0x2f, 0xbf, 0x28, 0x5d, 0x3f, 0x3d, 0x35, 0x0f, 0xec, 0x67, 0x58, - 0x00, 0x15, 0x64, 0x16, 0xe3, 0x08, 0x2f, 0x6b, 0x30, 0xb9, 0x88, 0x89, 0xd9, 0xdd, 0xd1, 0x71, - 0x15, 0x93, 0xac, 0x3b, 0xc4, 0x28, 0xc7, 0x94, 0x62, 0x3d, 0x08, 0x13, 0xc4, 0x0a, 0x33, 0xd0, - 0x03, 0x05, 0x44, 0xf1, 0x29, 0x98, 0x7c, 0x8c, 0x63, 0x4a, 0x71, 0x0c, 0x5c, 0x3e, 0x26, 0xcc, - 0x20, 0x06, 0x2c, 0xff, 0x8a, 0x49, 0x11, 0x22, 0x68, 0x65, 0xe5, 0x98, 0x52, 0x6c, 0x65, 0x05, - 0x57, 0x61, 0x65, 0x15, 0x66, 0x60, 0x65, 0x05, 0x56, 0x93, 0xc4, 0x06, 0x76, 0x98, 0x31, 0x20, - 0x00, 0x00, 0xff, 0xff, 0x1e, 0x6c, 0x55, 0x4b, 0xc7, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/frequency_cap_time_unit.pb.go b/googleapis/ads/googleads/v0/enums/frequency_cap_time_unit.pb.go deleted file mode 100644 index f85f0cd872..0000000000 --- a/googleapis/ads/googleads/v0/enums/frequency_cap_time_unit.pb.go +++ /dev/null @@ -1,121 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/frequency_cap_time_unit.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Unit of time the cap is defined at (e.g. day, week). -type FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit int32 - -const ( - // Not specified. - FrequencyCapTimeUnitEnum_UNSPECIFIED FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit = 0 - // Used for return value only. Represents value unknown in this version. - FrequencyCapTimeUnitEnum_UNKNOWN FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit = 1 - // The cap would define limit per one day. - FrequencyCapTimeUnitEnum_DAY FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit = 2 - // The cap would define limit per one week. - FrequencyCapTimeUnitEnum_WEEK FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit = 3 - // The cap would define limit per one month. - FrequencyCapTimeUnitEnum_MONTH FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit = 4 -) - -var FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "DAY", - 3: "WEEK", - 4: "MONTH", -} -var FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "DAY": 2, - "WEEK": 3, - "MONTH": 4, -} - -func (x FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit) String() string { - return proto.EnumName(FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit_name, int32(x)) -} -func (FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_frequency_cap_time_unit_af4179046ebd0809, []int{0, 0} -} - -// Container for enum describing the unit of time the cap is defined at. -type FrequencyCapTimeUnitEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FrequencyCapTimeUnitEnum) Reset() { *m = FrequencyCapTimeUnitEnum{} } -func (m *FrequencyCapTimeUnitEnum) String() string { return proto.CompactTextString(m) } -func (*FrequencyCapTimeUnitEnum) ProtoMessage() {} -func (*FrequencyCapTimeUnitEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_frequency_cap_time_unit_af4179046ebd0809, []int{0} -} -func (m *FrequencyCapTimeUnitEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FrequencyCapTimeUnitEnum.Unmarshal(m, b) -} -func (m *FrequencyCapTimeUnitEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FrequencyCapTimeUnitEnum.Marshal(b, m, deterministic) -} -func (dst *FrequencyCapTimeUnitEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FrequencyCapTimeUnitEnum.Merge(dst, src) -} -func (m *FrequencyCapTimeUnitEnum) XXX_Size() int { - return xxx_messageInfo_FrequencyCapTimeUnitEnum.Size(m) -} -func (m *FrequencyCapTimeUnitEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FrequencyCapTimeUnitEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FrequencyCapTimeUnitEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FrequencyCapTimeUnitEnum)(nil), "google.ads.googleads.v0.enums.FrequencyCapTimeUnitEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit", FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit_name, FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/frequency_cap_time_unit.proto", fileDescriptor_frequency_cap_time_unit_af4179046ebd0809) -} - -var fileDescriptor_frequency_cap_time_unit_af4179046ebd0809 = []byte{ - // 305 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4e, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xb4, 0xa2, 0xd4, 0xc2, 0xd2, 0xd4, 0xbc, 0xe4, 0xca, 0xf8, 0xe4, 0xc4, - 0x82, 0xf8, 0x92, 0xcc, 0xdc, 0xd4, 0xf8, 0xd2, 0xbc, 0xcc, 0x12, 0xbd, 0x82, 0xa2, 0xfc, 0x92, - 0x7c, 0x21, 0x59, 0x88, 0x0e, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x66, 0xbd, 0x32, 0x03, 0x3d, - 0xb0, 0x66, 0xa5, 0x3c, 0x2e, 0x09, 0x37, 0x98, 0x7e, 0xe7, 0xc4, 0x82, 0x90, 0xcc, 0xdc, 0xd4, - 0xd0, 0xbc, 0xcc, 0x12, 0xd7, 0xbc, 0xd2, 0x5c, 0xa5, 0x20, 0x2e, 0x11, 0x6c, 0x72, 0x42, 0xfc, - 0x5c, 0xdc, 0xa1, 0x7e, 0xc1, 0x01, 0xae, 0xce, 0x9e, 0x6e, 0x9e, 0xae, 0x2e, 0x02, 0x0c, 0x42, - 0xdc, 0x5c, 0xec, 0xa1, 0x7e, 0xde, 0x7e, 0xfe, 0xe1, 0x7e, 0x02, 0x8c, 0x42, 0xec, 0x5c, 0xcc, - 0x2e, 0x8e, 0x91, 0x02, 0x4c, 0x42, 0x1c, 0x5c, 0x2c, 0xe1, 0xae, 0xae, 0xde, 0x02, 0xcc, 0x42, - 0x9c, 0x5c, 0xac, 0xbe, 0xfe, 0x7e, 0x21, 0x1e, 0x02, 0x2c, 0x4e, 0xef, 0x18, 0xb9, 0x14, 0x93, - 0xf3, 0x73, 0xf5, 0xf0, 0xba, 0xca, 0x49, 0x12, 0x9b, 0xbd, 0x01, 0x20, 0xff, 0x04, 0x30, 0x46, - 0x39, 0x41, 0xf5, 0xa6, 0xe7, 0xe7, 0x24, 0xe6, 0xa5, 0xeb, 0xe5, 0x17, 0xa5, 0xeb, 0xa7, 0xa7, - 0xe6, 0x81, 0x7d, 0x0b, 0x0b, 0x9e, 0x82, 0xcc, 0x62, 0x1c, 0xa1, 0x65, 0x0d, 0x26, 0x17, 0x31, - 0x31, 0xbb, 0x3b, 0x3a, 0xae, 0x62, 0x92, 0x75, 0x87, 0x18, 0xe5, 0x98, 0x52, 0xac, 0x07, 0x61, - 0x82, 0x58, 0x61, 0x06, 0x7a, 0x20, 0xff, 0x17, 0x9f, 0x82, 0xc9, 0xc7, 0x38, 0xa6, 0x14, 0xc7, - 0xc0, 0xe5, 0x63, 0xc2, 0x0c, 0x62, 0xc0, 0xf2, 0xaf, 0x98, 0x14, 0x21, 0x82, 0x56, 0x56, 0x8e, - 0x29, 0xc5, 0x56, 0x56, 0x70, 0x15, 0x56, 0x56, 0x61, 0x06, 0x56, 0x56, 0x60, 0x35, 0x49, 0x6c, - 0x60, 0x87, 0x19, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x12, 0x53, 0x66, 0xd1, 0xc5, 0x01, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/gender_type.pb.go b/googleapis/ads/googleads/v0/enums/gender_type.pb.go deleted file mode 100644 index c938ec6c06..0000000000 --- a/googleapis/ads/googleads/v0/enums/gender_type.pb.go +++ /dev/null @@ -1,120 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/gender_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The type of demographic genders (e.g. female). -type GenderTypeEnum_GenderType int32 - -const ( - // Not specified. - GenderTypeEnum_UNSPECIFIED GenderTypeEnum_GenderType = 0 - // Used for return value only. Represents value unknown in this version. - GenderTypeEnum_UNKNOWN GenderTypeEnum_GenderType = 1 - // Male. - GenderTypeEnum_MALE GenderTypeEnum_GenderType = 10 - // Female. - GenderTypeEnum_FEMALE GenderTypeEnum_GenderType = 11 - // Undetermined gender. - GenderTypeEnum_UNDETERMINED GenderTypeEnum_GenderType = 20 -) - -var GenderTypeEnum_GenderType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 10: "MALE", - 11: "FEMALE", - 20: "UNDETERMINED", -} -var GenderTypeEnum_GenderType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "MALE": 10, - "FEMALE": 11, - "UNDETERMINED": 20, -} - -func (x GenderTypeEnum_GenderType) String() string { - return proto.EnumName(GenderTypeEnum_GenderType_name, int32(x)) -} -func (GenderTypeEnum_GenderType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_gender_type_c67ee963187cfd84, []int{0, 0} -} - -// Container for enum describing the type of demographic genders. -type GenderTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GenderTypeEnum) Reset() { *m = GenderTypeEnum{} } -func (m *GenderTypeEnum) String() string { return proto.CompactTextString(m) } -func (*GenderTypeEnum) ProtoMessage() {} -func (*GenderTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_gender_type_c67ee963187cfd84, []int{0} -} -func (m *GenderTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GenderTypeEnum.Unmarshal(m, b) -} -func (m *GenderTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GenderTypeEnum.Marshal(b, m, deterministic) -} -func (dst *GenderTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_GenderTypeEnum.Merge(dst, src) -} -func (m *GenderTypeEnum) XXX_Size() int { - return xxx_messageInfo_GenderTypeEnum.Size(m) -} -func (m *GenderTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_GenderTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_GenderTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*GenderTypeEnum)(nil), "google.ads.googleads.v0.enums.GenderTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.GenderTypeEnum_GenderType", GenderTypeEnum_GenderType_name, GenderTypeEnum_GenderType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/gender_type.proto", fileDescriptor_gender_type_c67ee963187cfd84) -} - -var fileDescriptor_gender_type_c67ee963187cfd84 = []byte{ - // 289 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4f, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0x86, 0x32, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, 0xd2, - 0xdc, 0x62, 0xfd, 0xf4, 0xd4, 0xbc, 0x94, 0xd4, 0xa2, 0xf8, 0x92, 0xca, 0x82, 0x54, 0xbd, 0x82, - 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x2a, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x06, 0xbd, - 0x32, 0x03, 0x3d, 0xb0, 0x06, 0xa5, 0x14, 0x2e, 0x3e, 0x77, 0xb0, 0x9e, 0x90, 0xca, 0x82, 0x54, - 0xd7, 0xbc, 0xd2, 0x5c, 0xa5, 0x20, 0x2e, 0x2e, 0x84, 0x88, 0x10, 0x3f, 0x17, 0x77, 0xa8, 0x5f, - 0x70, 0x80, 0xab, 0xb3, 0xa7, 0x9b, 0xa7, 0xab, 0x8b, 0x00, 0x83, 0x10, 0x37, 0x17, 0x7b, 0xa8, - 0x9f, 0xb7, 0x9f, 0x7f, 0xb8, 0x9f, 0x00, 0xa3, 0x10, 0x07, 0x17, 0x8b, 0xaf, 0xa3, 0x8f, 0xab, - 0x00, 0x97, 0x10, 0x17, 0x17, 0x9b, 0x9b, 0x2b, 0x98, 0xcd, 0x2d, 0x24, 0xc0, 0xc5, 0x13, 0xea, - 0xe7, 0xe2, 0x1a, 0xe2, 0x1a, 0xe4, 0xeb, 0xe9, 0xe7, 0xea, 0x22, 0x20, 0xe2, 0xf4, 0x84, 0x91, - 0x4b, 0x31, 0x39, 0x3f, 0x57, 0x0f, 0xaf, 0x5b, 0x9c, 0xf8, 0x11, 0xf6, 0x06, 0x80, 0xdc, 0x1e, - 0xc0, 0x18, 0xe5, 0x04, 0xd5, 0x91, 0x9e, 0x9f, 0x93, 0x98, 0x97, 0xae, 0x97, 0x5f, 0x94, 0x0e, - 0xf2, 0x22, 0xd8, 0x67, 0x30, 0xef, 0x17, 0x64, 0x16, 0xe3, 0x08, 0x0d, 0x6b, 0x30, 0xb9, 0x88, - 0x89, 0xd9, 0xdd, 0xd1, 0x71, 0x15, 0x93, 0xac, 0x3b, 0xc4, 0x28, 0xc7, 0x94, 0x62, 0x3d, 0x08, - 0x13, 0xc4, 0x0a, 0x33, 0xd0, 0x03, 0xf9, 0xba, 0xf8, 0x14, 0x4c, 0x3e, 0xc6, 0x31, 0xa5, 0x38, - 0x06, 0x2e, 0x1f, 0x13, 0x66, 0x10, 0x03, 0x96, 0x7f, 0xc5, 0xa4, 0x08, 0x11, 0xb4, 0xb2, 0x72, - 0x4c, 0x29, 0xb6, 0xb2, 0x82, 0xab, 0xb0, 0xb2, 0x0a, 0x33, 0xb0, 0xb2, 0x02, 0xab, 0x49, 0x62, - 0x03, 0x3b, 0xcc, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x23, 0x1d, 0x86, 0x6f, 0xa5, 0x01, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/geo_target_constant_status.pb.go b/googleapis/ads/googleads/v0/enums/geo_target_constant_status.pb.go deleted file mode 100644 index b6496b44a1..0000000000 --- a/googleapis/ads/googleads/v0/enums/geo_target_constant_status.pb.go +++ /dev/null @@ -1,119 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/geo_target_constant_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible statuses of a geo target constant. -type GeoTargetConstantStatusEnum_GeoTargetConstantStatus int32 - -const ( - // No value has been specified. - GeoTargetConstantStatusEnum_UNSPECIFIED GeoTargetConstantStatusEnum_GeoTargetConstantStatus = 0 - // The received value is not known in this version. - // - // This is a response-only value. - GeoTargetConstantStatusEnum_UNKNOWN GeoTargetConstantStatusEnum_GeoTargetConstantStatus = 1 - // The geo target constant is valid. - GeoTargetConstantStatusEnum_ENABLED GeoTargetConstantStatusEnum_GeoTargetConstantStatus = 2 - // The geo target constant is obsolete and will be removed. - GeoTargetConstantStatusEnum_REMOVAL_PLANNED GeoTargetConstantStatusEnum_GeoTargetConstantStatus = 3 -) - -var GeoTargetConstantStatusEnum_GeoTargetConstantStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ENABLED", - 3: "REMOVAL_PLANNED", -} -var GeoTargetConstantStatusEnum_GeoTargetConstantStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ENABLED": 2, - "REMOVAL_PLANNED": 3, -} - -func (x GeoTargetConstantStatusEnum_GeoTargetConstantStatus) String() string { - return proto.EnumName(GeoTargetConstantStatusEnum_GeoTargetConstantStatus_name, int32(x)) -} -func (GeoTargetConstantStatusEnum_GeoTargetConstantStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_status_e804ef8a5209ea8b, []int{0, 0} -} - -// Container for describing the status of a geo target constant. -type GeoTargetConstantStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GeoTargetConstantStatusEnum) Reset() { *m = GeoTargetConstantStatusEnum{} } -func (m *GeoTargetConstantStatusEnum) String() string { return proto.CompactTextString(m) } -func (*GeoTargetConstantStatusEnum) ProtoMessage() {} -func (*GeoTargetConstantStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_status_e804ef8a5209ea8b, []int{0} -} -func (m *GeoTargetConstantStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GeoTargetConstantStatusEnum.Unmarshal(m, b) -} -func (m *GeoTargetConstantStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GeoTargetConstantStatusEnum.Marshal(b, m, deterministic) -} -func (dst *GeoTargetConstantStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_GeoTargetConstantStatusEnum.Merge(dst, src) -} -func (m *GeoTargetConstantStatusEnum) XXX_Size() int { - return xxx_messageInfo_GeoTargetConstantStatusEnum.Size(m) -} -func (m *GeoTargetConstantStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_GeoTargetConstantStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_GeoTargetConstantStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*GeoTargetConstantStatusEnum)(nil), "google.ads.googleads.v0.enums.GeoTargetConstantStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.GeoTargetConstantStatusEnum_GeoTargetConstantStatus", GeoTargetConstantStatusEnum_GeoTargetConstantStatus_name, GeoTargetConstantStatusEnum_GeoTargetConstantStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/geo_target_constant_status.proto", fileDescriptor_geo_target_constant_status_e804ef8a5209ea8b) -} - -var fileDescriptor_geo_target_constant_status_e804ef8a5209ea8b = []byte{ - // 306 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, - 0x18, 0xc7, 0x5d, 0x07, 0x0a, 0xd9, 0x61, 0xa5, 0x1e, 0x3c, 0xe8, 0x0e, 0xdb, 0x03, 0xa4, 0x05, - 0x6f, 0x11, 0x84, 0x74, 0x8b, 0x63, 0x58, 0xb3, 0xe2, 0x5c, 0x45, 0x29, 0x94, 0xb8, 0x86, 0x20, - 0xac, 0xc9, 0x68, 0xd2, 0xe1, 0xf3, 0x78, 0xf4, 0x51, 0x7c, 0x14, 0x6f, 0xbe, 0x81, 0x34, 0xdd, - 0x7a, 0xab, 0x97, 0xf0, 0x4f, 0xfe, 0xdf, 0xef, 0xcb, 0xf7, 0xfd, 0xc1, 0xad, 0x50, 0x4a, 0x6c, - 0xb9, 0xcf, 0x72, 0xed, 0x37, 0xb2, 0x56, 0xfb, 0xc0, 0xe7, 0xb2, 0x2a, 0xb4, 0x2f, 0xb8, 0xca, - 0x0c, 0x2b, 0x05, 0x37, 0xd9, 0x46, 0x49, 0x6d, 0x98, 0x34, 0x99, 0x36, 0xcc, 0x54, 0x1a, 0xee, - 0x4a, 0x65, 0x94, 0x37, 0x6a, 0x20, 0xc8, 0x72, 0x0d, 0x5b, 0x1e, 0xee, 0x03, 0x68, 0xf9, 0xc9, - 0x07, 0xb8, 0x9c, 0x73, 0xf5, 0x64, 0x3b, 0x4c, 0x0f, 0x0d, 0x56, 0x96, 0x27, 0xb2, 0x2a, 0x26, - 0x2f, 0xe0, 0xa2, 0xc3, 0xf6, 0x86, 0x60, 0xb0, 0xa6, 0xab, 0x98, 0x4c, 0x17, 0x77, 0x0b, 0x32, - 0x73, 0x4f, 0xbc, 0x01, 0x38, 0x5b, 0xd3, 0x7b, 0xba, 0x7c, 0xa6, 0x6e, 0xaf, 0xbe, 0x10, 0x8a, - 0xc3, 0x88, 0xcc, 0x5c, 0xc7, 0x3b, 0x07, 0xc3, 0x47, 0xf2, 0xb0, 0x4c, 0x70, 0x94, 0xc5, 0x11, - 0xa6, 0x94, 0xcc, 0xdc, 0x7e, 0xf8, 0xdb, 0x03, 0xe3, 0x8d, 0x2a, 0xe0, 0xbf, 0xf3, 0x85, 0x57, - 0x1d, 0xdf, 0xc7, 0xf5, 0x72, 0x71, 0xef, 0x35, 0x3c, 0xe0, 0x42, 0x6d, 0x99, 0x14, 0x50, 0x95, - 0xc2, 0x17, 0x5c, 0xda, 0xd5, 0x8f, 0x71, 0xed, 0xde, 0x75, 0x47, 0x7a, 0x37, 0xf6, 0xfc, 0x74, - 0xfa, 0x73, 0x8c, 0xbf, 0x9c, 0xd1, 0xbc, 0x69, 0x85, 0x73, 0x0d, 0x1b, 0x59, 0xab, 0x24, 0x80, - 0x75, 0x12, 0xfa, 0xfb, 0xe8, 0xa7, 0x38, 0xd7, 0x69, 0xeb, 0xa7, 0x49, 0x90, 0x5a, 0xff, 0xc7, - 0x19, 0x37, 0x8f, 0x08, 0xe1, 0x5c, 0x23, 0xd4, 0x56, 0x20, 0x94, 0x04, 0x08, 0xd9, 0x9a, 0xb7, - 0x53, 0x3b, 0xd8, 0xf5, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x37, 0xda, 0x4a, 0x2b, 0xd5, 0x01, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/geo_targeting_restriction.pb.go b/googleapis/ads/googleads/v0/enums/geo_targeting_restriction.pb.go deleted file mode 100644 index 002c5f0904..0000000000 --- a/googleapis/ads/googleads/v0/enums/geo_targeting_restriction.pb.go +++ /dev/null @@ -1,114 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/geo_targeting_restriction.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A restriction used to determine if the request context's -// geo should be matched. -type GeoTargetingRestrictionEnum_GeoTargetingRestriction int32 - -const ( - // Not specified. - GeoTargetingRestrictionEnum_UNSPECIFIED GeoTargetingRestrictionEnum_GeoTargetingRestriction = 0 - // Used for return value only. Represents value unknown in this version. - GeoTargetingRestrictionEnum_UNKNOWN GeoTargetingRestrictionEnum_GeoTargetingRestriction = 1 - // Indicates that request context should match the physical location of - // the user. - GeoTargetingRestrictionEnum_LOCATION_OF_PRESENCE GeoTargetingRestrictionEnum_GeoTargetingRestriction = 2 -) - -var GeoTargetingRestrictionEnum_GeoTargetingRestriction_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "LOCATION_OF_PRESENCE", -} -var GeoTargetingRestrictionEnum_GeoTargetingRestriction_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "LOCATION_OF_PRESENCE": 2, -} - -func (x GeoTargetingRestrictionEnum_GeoTargetingRestriction) String() string { - return proto.EnumName(GeoTargetingRestrictionEnum_GeoTargetingRestriction_name, int32(x)) -} -func (GeoTargetingRestrictionEnum_GeoTargetingRestriction) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_geo_targeting_restriction_b4c66b7ceca1a5eb, []int{0, 0} -} - -// Message describing feed item geo targeting restriction. -type GeoTargetingRestrictionEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GeoTargetingRestrictionEnum) Reset() { *m = GeoTargetingRestrictionEnum{} } -func (m *GeoTargetingRestrictionEnum) String() string { return proto.CompactTextString(m) } -func (*GeoTargetingRestrictionEnum) ProtoMessage() {} -func (*GeoTargetingRestrictionEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_targeting_restriction_b4c66b7ceca1a5eb, []int{0} -} -func (m *GeoTargetingRestrictionEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GeoTargetingRestrictionEnum.Unmarshal(m, b) -} -func (m *GeoTargetingRestrictionEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GeoTargetingRestrictionEnum.Marshal(b, m, deterministic) -} -func (dst *GeoTargetingRestrictionEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_GeoTargetingRestrictionEnum.Merge(dst, src) -} -func (m *GeoTargetingRestrictionEnum) XXX_Size() int { - return xxx_messageInfo_GeoTargetingRestrictionEnum.Size(m) -} -func (m *GeoTargetingRestrictionEnum) XXX_DiscardUnknown() { - xxx_messageInfo_GeoTargetingRestrictionEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_GeoTargetingRestrictionEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*GeoTargetingRestrictionEnum)(nil), "google.ads.googleads.v0.enums.GeoTargetingRestrictionEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.GeoTargetingRestrictionEnum_GeoTargetingRestriction", GeoTargetingRestrictionEnum_GeoTargetingRestriction_name, GeoTargetingRestrictionEnum_GeoTargetingRestriction_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/geo_targeting_restriction.proto", fileDescriptor_geo_targeting_restriction_b4c66b7ceca1a5eb) -} - -var fileDescriptor_geo_targeting_restriction_b4c66b7ceca1a5eb = []byte{ - // 298 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4d, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xf4, 0xd4, 0xfc, 0xf8, 0x92, 0xc4, 0xa2, 0xf4, 0xd4, 0x92, 0xcc, 0xbc, - 0xf4, 0xf8, 0xa2, 0xd4, 0xe2, 0x92, 0xa2, 0xcc, 0xe4, 0x92, 0xcc, 0xfc, 0x3c, 0xbd, 0x82, 0xa2, - 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x1e, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x76, 0xbd, 0x32, - 0x03, 0x3d, 0xb0, 0x76, 0xa5, 0x02, 0x2e, 0x69, 0xf7, 0xd4, 0xfc, 0x10, 0x98, 0x01, 0x41, 0x08, - 0xfd, 0xae, 0x79, 0xa5, 0xb9, 0x4a, 0x81, 0x5c, 0xe2, 0x38, 0xa4, 0x85, 0xf8, 0xb9, 0xb8, 0x43, - 0xfd, 0x82, 0x03, 0x5c, 0x9d, 0x3d, 0xdd, 0x3c, 0x5d, 0x5d, 0x04, 0x18, 0x84, 0xb8, 0xb9, 0xd8, - 0x43, 0xfd, 0xbc, 0xfd, 0xfc, 0xc3, 0xfd, 0x04, 0x18, 0x85, 0x24, 0xb8, 0x44, 0x7c, 0xfc, 0x9d, - 0x1d, 0x43, 0x3c, 0xfd, 0xfd, 0xe2, 0xfd, 0xdd, 0xe2, 0x03, 0x82, 0x5c, 0x83, 0x5d, 0xfd, 0x9c, - 0x5d, 0x05, 0x98, 0x9c, 0x3e, 0x32, 0x72, 0x29, 0x26, 0xe7, 0xe7, 0xea, 0xe1, 0x75, 0x97, 0x93, - 0x0c, 0x0e, 0x6b, 0x03, 0x40, 0x9e, 0x0a, 0x60, 0x8c, 0x72, 0x82, 0x6a, 0x4f, 0xcf, 0xcf, 0x49, - 0xcc, 0x4b, 0xd7, 0xcb, 0x2f, 0x4a, 0xd7, 0x4f, 0x4f, 0xcd, 0x03, 0x7b, 0x19, 0x16, 0x4a, 0x05, - 0x99, 0xc5, 0x38, 0x02, 0xcd, 0x1a, 0x4c, 0x2e, 0x62, 0x62, 0x76, 0x77, 0x74, 0x5c, 0xc5, 0x24, - 0xeb, 0x0e, 0x31, 0xca, 0x31, 0xa5, 0x58, 0x0f, 0xc2, 0x04, 0xb1, 0xc2, 0x0c, 0xf4, 0x40, 0x21, - 0x50, 0x7c, 0x0a, 0x26, 0x1f, 0xe3, 0x98, 0x52, 0x1c, 0x03, 0x97, 0x8f, 0x09, 0x33, 0x88, 0x01, - 0xcb, 0xbf, 0x62, 0x52, 0x84, 0x08, 0x5a, 0x59, 0x39, 0xa6, 0x14, 0x5b, 0x59, 0xc1, 0x55, 0x58, - 0x59, 0x85, 0x19, 0x58, 0x59, 0x81, 0xd5, 0x24, 0xb1, 0x81, 0x1d, 0x66, 0x0c, 0x08, 0x00, 0x00, - 0xff, 0xff, 0x6a, 0x6a, 0xf2, 0x74, 0xcc, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/google_ads_field_category.pb.go b/googleapis/ads/googleads/v0/enums/google_ads_field_category.pb.go deleted file mode 100644 index dac09a2003..0000000000 --- a/googleapis/ads/googleads/v0/enums/google_ads_field_category.pb.go +++ /dev/null @@ -1,130 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/google_ads_field_category.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The category of the artifact. -type GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory int32 - -const ( - // Unspecified - GoogleAdsFieldCategoryEnum_UNSPECIFIED GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory = 0 - // Unknown - GoogleAdsFieldCategoryEnum_UNKNOWN GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory = 1 - // The described artifact is a resource. - GoogleAdsFieldCategoryEnum_RESOURCE GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory = 2 - // The described artifact is a field and is an attribute of a resource. - // Including a resource attribute field in a query may segment the query if - // the resource to which it is attributed segments the resource found in - // the FROM clause. - GoogleAdsFieldCategoryEnum_ATTRIBUTE GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory = 3 - // The described artifact is a field and always segments search queries. - GoogleAdsFieldCategoryEnum_SEGMENT GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory = 5 - // The described artifact is a field and is a metric. It never segments - // search queries. - GoogleAdsFieldCategoryEnum_METRIC GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory = 6 -) - -var GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "RESOURCE", - 3: "ATTRIBUTE", - 5: "SEGMENT", - 6: "METRIC", -} -var GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "RESOURCE": 2, - "ATTRIBUTE": 3, - "SEGMENT": 5, - "METRIC": 6, -} - -func (x GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory) String() string { - return proto.EnumName(GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory_name, int32(x)) -} -func (GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_google_ads_field_category_0ffee5b4016adfae, []int{0, 0} -} - -// Container for enum that determines if the described artifact is a resource -// or a field, and if it is a field, when it segments search queries. -type GoogleAdsFieldCategoryEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GoogleAdsFieldCategoryEnum) Reset() { *m = GoogleAdsFieldCategoryEnum{} } -func (m *GoogleAdsFieldCategoryEnum) String() string { return proto.CompactTextString(m) } -func (*GoogleAdsFieldCategoryEnum) ProtoMessage() {} -func (*GoogleAdsFieldCategoryEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_field_category_0ffee5b4016adfae, []int{0} -} -func (m *GoogleAdsFieldCategoryEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GoogleAdsFieldCategoryEnum.Unmarshal(m, b) -} -func (m *GoogleAdsFieldCategoryEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GoogleAdsFieldCategoryEnum.Marshal(b, m, deterministic) -} -func (dst *GoogleAdsFieldCategoryEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_GoogleAdsFieldCategoryEnum.Merge(dst, src) -} -func (m *GoogleAdsFieldCategoryEnum) XXX_Size() int { - return xxx_messageInfo_GoogleAdsFieldCategoryEnum.Size(m) -} -func (m *GoogleAdsFieldCategoryEnum) XXX_DiscardUnknown() { - xxx_messageInfo_GoogleAdsFieldCategoryEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_GoogleAdsFieldCategoryEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*GoogleAdsFieldCategoryEnum)(nil), "google.ads.googleads.v0.enums.GoogleAdsFieldCategoryEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory", GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory_name, GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/google_ads_field_category.proto", fileDescriptor_google_ads_field_category_0ffee5b4016adfae) -} - -var fileDescriptor_google_ads_field_category_0ffee5b4016adfae = []byte{ - // 320 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, - 0x18, 0xb7, 0x1d, 0x4e, 0xcd, 0x14, 0x43, 0x0e, 0x1e, 0x94, 0x1d, 0xb6, 0x07, 0x48, 0x0b, 0xde, - 0x22, 0x1e, 0xd2, 0x9a, 0x8d, 0x22, 0xeb, 0x46, 0xd7, 0x4e, 0x90, 0xc2, 0xa8, 0x4b, 0x0d, 0x83, - 0xae, 0x19, 0xcd, 0x36, 0xf0, 0x15, 0x7c, 0x0c, 0x8f, 0x3e, 0x8a, 0x8f, 0xe2, 0xc9, 0x47, 0x90, - 0xa6, 0x6b, 0x4f, 0xd3, 0x4b, 0xf8, 0xf8, 0xfd, 0xc9, 0xf7, 0xfb, 0x7e, 0xe0, 0x5e, 0x48, 0x29, - 0xb2, 0xd4, 0x4a, 0xb8, 0xb2, 0xaa, 0xb1, 0x9c, 0x76, 0xb6, 0x95, 0xe6, 0xdb, 0x55, 0x0d, 0xcd, - 0x13, 0xae, 0xe6, 0xaf, 0xcb, 0x34, 0xe3, 0xf3, 0x45, 0xb2, 0x49, 0x85, 0x2c, 0xde, 0xf0, 0xba, - 0x90, 0x1b, 0x89, 0xba, 0x95, 0x00, 0x27, 0x5c, 0xe1, 0xc6, 0x8e, 0x77, 0x36, 0xd6, 0xf6, 0xfe, - 0xbb, 0x01, 0xae, 0x87, 0x1a, 0xa6, 0x5c, 0x0d, 0xca, 0x0f, 0xdc, 0xbd, 0x9f, 0xe5, 0xdb, 0x55, - 0x3f, 0x03, 0x57, 0x87, 0x59, 0x74, 0x09, 0x3a, 0x91, 0x3f, 0x9d, 0x30, 0xd7, 0x1b, 0x78, 0xec, - 0x01, 0x1e, 0xa1, 0x0e, 0x38, 0x89, 0xfc, 0x47, 0x7f, 0xfc, 0xe4, 0x43, 0x03, 0x9d, 0x83, 0xd3, - 0x80, 0x4d, 0xc7, 0x51, 0xe0, 0x32, 0x68, 0xa2, 0x0b, 0x70, 0x46, 0xc3, 0x30, 0xf0, 0x9c, 0x28, - 0x64, 0xb0, 0x55, 0x2a, 0xa7, 0x6c, 0x38, 0x62, 0x7e, 0x08, 0x8f, 0x11, 0x00, 0xed, 0x11, 0x0b, - 0x03, 0xcf, 0x85, 0x6d, 0xe7, 0xc7, 0x00, 0xbd, 0x85, 0x5c, 0xe1, 0x7f, 0x23, 0x3b, 0x37, 0x87, - 0x13, 0x4d, 0xca, 0x73, 0x27, 0xc6, 0xb3, 0xb3, 0x77, 0x0b, 0x99, 0x25, 0xb9, 0xc0, 0xb2, 0x10, - 0x96, 0x48, 0x73, 0x5d, 0x46, 0xdd, 0xdf, 0x7a, 0xa9, 0xfe, 0xa8, 0xf3, 0x4e, 0xbf, 0x1f, 0x66, - 0x6b, 0x48, 0xe9, 0xa7, 0xd9, 0xad, 0x36, 0x61, 0xca, 0x15, 0x6e, 0x96, 0xe2, 0x99, 0x8d, 0xcb, - 0x6e, 0xd4, 0x57, 0xcd, 0xc7, 0x94, 0xab, 0xb8, 0xe1, 0xe3, 0x99, 0x1d, 0x6b, 0xfe, 0xdb, 0xec, - 0x55, 0x20, 0x21, 0x94, 0x2b, 0x42, 0x1a, 0x05, 0x21, 0x33, 0x9b, 0x10, 0xad, 0x79, 0x69, 0xeb, - 0x60, 0xb7, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x1a, 0x62, 0x46, 0x30, 0xe6, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/google_ads_field_data_type.pb.go b/googleapis/ads/googleads/v0/enums/google_ads_field_data_type.pb.go deleted file mode 100644 index 90b77f5973..0000000000 --- a/googleapis/ads/googleads/v0/enums/google_ads_field_data_type.pb.go +++ /dev/null @@ -1,176 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/google_ads_field_data_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// These are the various types a GoogleAdsService artifact may take on. -type GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType int32 - -const ( - // Unspecified - GoogleAdsFieldDataTypeEnum_UNSPECIFIED GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 0 - // Unknown - GoogleAdsFieldDataTypeEnum_UNKNOWN GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 1 - // Maps to google.protobuf.BoolValue - // - // Applicable operators: =, != - GoogleAdsFieldDataTypeEnum_BOOLEAN GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 2 - // Maps to google.protobuf.StringValue. It can be compared using the set of - // operators specific to dates however. - // - // Applicable operators: =, <, >, <=, >=, BETWEEN, DURING, and IN - GoogleAdsFieldDataTypeEnum_DATE GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 3 - // Maps to google.protobuf.DoubleValue - // - // Applicable operators: =, !=, <, >, IN, NOT IN - GoogleAdsFieldDataTypeEnum_DOUBLE GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 4 - // Maps to an enum. It's specific definition can be found at type_url. - // - // Applicable operators: =, !=, IN, NOT IN - GoogleAdsFieldDataTypeEnum_ENUM GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 5 - // Maps to google.protobuf.FloatValue - // - // Applicable operators: =, !=, <, >, IN, NOT IN - GoogleAdsFieldDataTypeEnum_FLOAT GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 6 - // Maps to google.protobuf.Int32Value - // - // Applicable operators: =, !=, <, >, <=, >=, BETWEEN, IN, NOT IN - GoogleAdsFieldDataTypeEnum_INT32 GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 7 - // Maps to google.protobuf.Int64Value - // - // Applicable operators: =, !=, <, >, <=, >=, BETWEEN, IN, NOT IN - GoogleAdsFieldDataTypeEnum_INT64 GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 8 - // Maps to a protocol buffer message type. The data type's details can be - // found in type_url. - // - // No operators work with MESSAGE fields. - GoogleAdsFieldDataTypeEnum_MESSAGE GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 9 - // Maps to google.protobuf.StringValue. Represents the resource name - // (unique id) of a resource or one of its foreign keys. - // - // No operators work with RESOURCE_NAME fields. - GoogleAdsFieldDataTypeEnum_RESOURCE_NAME GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 10 - // Maps to google.protobuf.StringValue. - // - // Applicable operators: =, !=, LIKE, NOT LIKE, IN, NOT IN - GoogleAdsFieldDataTypeEnum_STRING GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType = 11 -) - -var GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "BOOLEAN", - 3: "DATE", - 4: "DOUBLE", - 5: "ENUM", - 6: "FLOAT", - 7: "INT32", - 8: "INT64", - 9: "MESSAGE", - 10: "RESOURCE_NAME", - 11: "STRING", -} -var GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "BOOLEAN": 2, - "DATE": 3, - "DOUBLE": 4, - "ENUM": 5, - "FLOAT": 6, - "INT32": 7, - "INT64": 8, - "MESSAGE": 9, - "RESOURCE_NAME": 10, - "STRING": 11, -} - -func (x GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType) String() string { - return proto.EnumName(GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType_name, int32(x)) -} -func (GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_google_ads_field_data_type_c87bda8b803d6925, []int{0, 0} -} - -// Container holding the various data types. -type GoogleAdsFieldDataTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GoogleAdsFieldDataTypeEnum) Reset() { *m = GoogleAdsFieldDataTypeEnum{} } -func (m *GoogleAdsFieldDataTypeEnum) String() string { return proto.CompactTextString(m) } -func (*GoogleAdsFieldDataTypeEnum) ProtoMessage() {} -func (*GoogleAdsFieldDataTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_field_data_type_c87bda8b803d6925, []int{0} -} -func (m *GoogleAdsFieldDataTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GoogleAdsFieldDataTypeEnum.Unmarshal(m, b) -} -func (m *GoogleAdsFieldDataTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GoogleAdsFieldDataTypeEnum.Marshal(b, m, deterministic) -} -func (dst *GoogleAdsFieldDataTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_GoogleAdsFieldDataTypeEnum.Merge(dst, src) -} -func (m *GoogleAdsFieldDataTypeEnum) XXX_Size() int { - return xxx_messageInfo_GoogleAdsFieldDataTypeEnum.Size(m) -} -func (m *GoogleAdsFieldDataTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_GoogleAdsFieldDataTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_GoogleAdsFieldDataTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*GoogleAdsFieldDataTypeEnum)(nil), "google.ads.googleads.v0.enums.GoogleAdsFieldDataTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType", GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType_name, GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/google_ads_field_data_type.proto", fileDescriptor_google_ads_field_data_type_c87bda8b803d6925) -} - -var fileDescriptor_google_ads_field_data_type_c87bda8b803d6925 = []byte{ - // 374 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xcb, 0x0e, 0x93, 0x40, - 0x14, 0x15, 0xfa, 0x9e, 0xc6, 0x38, 0xb2, 0x70, 0xa1, 0xe9, 0xa2, 0xfd, 0x80, 0x81, 0x58, 0xe3, - 0x62, 0x4c, 0x4c, 0x86, 0x32, 0x25, 0xc4, 0x76, 0x68, 0x0a, 0xd4, 0xc4, 0x90, 0x90, 0xd1, 0x41, - 0xd2, 0xa4, 0x05, 0xd2, 0xa1, 0x4d, 0xfa, 0x3b, 0x2e, 0x5d, 0xf9, 0x1d, 0x6e, 0xfc, 0x0f, 0x57, - 0x7e, 0x82, 0x19, 0x68, 0x59, 0x55, 0x37, 0xe4, 0x70, 0xce, 0xbd, 0xe7, 0xce, 0x3d, 0x17, 0xbc, - 0xcf, 0x8a, 0x22, 0x3b, 0xa4, 0x26, 0x17, 0xd2, 0x6c, 0xa0, 0x42, 0x17, 0xcb, 0x4c, 0xf3, 0xf3, - 0xf1, 0x4e, 0x25, 0x5c, 0xc8, 0xe4, 0xeb, 0x3e, 0x3d, 0x88, 0x44, 0xf0, 0x8a, 0x27, 0xd5, 0xb5, - 0x4c, 0x51, 0x79, 0x2a, 0xaa, 0xc2, 0x98, 0x34, 0x15, 0x88, 0x0b, 0x89, 0xda, 0x7e, 0x74, 0xb1, - 0x50, 0xdd, 0x3f, 0xfb, 0xa5, 0x81, 0x97, 0x6e, 0x4d, 0x13, 0x21, 0x97, 0xca, 0xc1, 0xe1, 0x15, - 0x0f, 0xaf, 0x65, 0x4a, 0xf3, 0xf3, 0x71, 0xf6, 0x43, 0x03, 0x2f, 0x1e, 0xcb, 0xc6, 0x33, 0x30, - 0x8e, 0x58, 0xb0, 0xa1, 0x0b, 0x6f, 0xe9, 0x51, 0x07, 0x3e, 0x31, 0xc6, 0x60, 0x10, 0xb1, 0x0f, - 0xcc, 0xff, 0xc8, 0xa0, 0xa6, 0x7e, 0x6c, 0xdf, 0x5f, 0x51, 0xc2, 0xa0, 0x6e, 0x0c, 0x41, 0xd7, - 0x21, 0x21, 0x85, 0x1d, 0x03, 0x80, 0xbe, 0xe3, 0x47, 0xf6, 0x8a, 0xc2, 0xae, 0x62, 0x29, 0x8b, - 0xd6, 0xb0, 0x67, 0x8c, 0x40, 0x6f, 0xb9, 0xf2, 0x49, 0x08, 0xfb, 0x0a, 0x7a, 0x2c, 0x9c, 0xbf, - 0x86, 0x83, 0x1b, 0x7c, 0xfb, 0x06, 0x0e, 0x95, 0xdb, 0x9a, 0x06, 0x01, 0x71, 0x29, 0x1c, 0x19, - 0xcf, 0xc1, 0xd3, 0x2d, 0x0d, 0xfc, 0x68, 0xbb, 0xa0, 0x09, 0x23, 0x6b, 0x0a, 0x81, 0xb2, 0x0d, - 0xc2, 0xad, 0xc7, 0x5c, 0x38, 0xb6, 0xff, 0x68, 0x60, 0xfa, 0xa5, 0x38, 0xa2, 0xff, 0xee, 0x6d, - 0xbf, 0x7a, 0xbc, 0xd5, 0x46, 0x65, 0xb6, 0xd1, 0x3e, 0xd9, 0xb7, 0xee, 0xac, 0x38, 0xf0, 0x3c, - 0x43, 0xc5, 0x29, 0x33, 0xb3, 0x34, 0xaf, 0x13, 0xbd, 0x5f, 0xa1, 0xdc, 0xcb, 0x7f, 0x1c, 0xe5, - 0x5d, 0xfd, 0xfd, 0xa6, 0x77, 0x5c, 0x42, 0xbe, 0xeb, 0x93, 0x66, 0x12, 0x22, 0x42, 0xa2, 0x76, - 0x28, 0xda, 0x59, 0x48, 0x05, 0x2c, 0x7f, 0xde, 0xf5, 0x98, 0x08, 0x19, 0xb7, 0x7a, 0xbc, 0xb3, - 0xe2, 0x5a, 0xff, 0xad, 0x4f, 0x1b, 0x12, 0x63, 0x22, 0x24, 0xc6, 0x6d, 0x05, 0xc6, 0x3b, 0x0b, - 0xe3, 0xba, 0xe6, 0x73, 0xbf, 0x7e, 0xd8, 0xfc, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x1f, 0x72, - 0x84, 0x1c, 0x2c, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/hotel_date_selection_type.pb.go b/googleapis/ads/googleads/v0/enums/hotel_date_selection_type.pb.go deleted file mode 100644 index 7ea4f6c4d0..0000000000 --- a/googleapis/ads/googleads/v0/enums/hotel_date_selection_type.pb.go +++ /dev/null @@ -1,117 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/hotel_date_selection_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible hotel date selection types. -type HotelDateSelectionTypeEnum_HotelDateSelectionType int32 - -const ( - // Not specified. - HotelDateSelectionTypeEnum_UNSPECIFIED HotelDateSelectionTypeEnum_HotelDateSelectionType = 0 - // Used for return value only. Represents value unknown in this version. - HotelDateSelectionTypeEnum_UNKNOWN HotelDateSelectionTypeEnum_HotelDateSelectionType = 1 - // Dates selected by default. - HotelDateSelectionTypeEnum_DEFAULT_SELECTION HotelDateSelectionTypeEnum_HotelDateSelectionType = 50 - // Dates selected by the user. - HotelDateSelectionTypeEnum_USER_SELECTED HotelDateSelectionTypeEnum_HotelDateSelectionType = 51 -) - -var HotelDateSelectionTypeEnum_HotelDateSelectionType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 50: "DEFAULT_SELECTION", - 51: "USER_SELECTED", -} -var HotelDateSelectionTypeEnum_HotelDateSelectionType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "DEFAULT_SELECTION": 50, - "USER_SELECTED": 51, -} - -func (x HotelDateSelectionTypeEnum_HotelDateSelectionType) String() string { - return proto.EnumName(HotelDateSelectionTypeEnum_HotelDateSelectionType_name, int32(x)) -} -func (HotelDateSelectionTypeEnum_HotelDateSelectionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_hotel_date_selection_type_736ea29770a336eb, []int{0, 0} -} - -// Container for enum describing possible hotel date selection types -type HotelDateSelectionTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *HotelDateSelectionTypeEnum) Reset() { *m = HotelDateSelectionTypeEnum{} } -func (m *HotelDateSelectionTypeEnum) String() string { return proto.CompactTextString(m) } -func (*HotelDateSelectionTypeEnum) ProtoMessage() {} -func (*HotelDateSelectionTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_hotel_date_selection_type_736ea29770a336eb, []int{0} -} -func (m *HotelDateSelectionTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_HotelDateSelectionTypeEnum.Unmarshal(m, b) -} -func (m *HotelDateSelectionTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_HotelDateSelectionTypeEnum.Marshal(b, m, deterministic) -} -func (dst *HotelDateSelectionTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_HotelDateSelectionTypeEnum.Merge(dst, src) -} -func (m *HotelDateSelectionTypeEnum) XXX_Size() int { - return xxx_messageInfo_HotelDateSelectionTypeEnum.Size(m) -} -func (m *HotelDateSelectionTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_HotelDateSelectionTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_HotelDateSelectionTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*HotelDateSelectionTypeEnum)(nil), "google.ads.googleads.v0.enums.HotelDateSelectionTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.HotelDateSelectionTypeEnum_HotelDateSelectionType", HotelDateSelectionTypeEnum_HotelDateSelectionType_name, HotelDateSelectionTypeEnum_HotelDateSelectionType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/hotel_date_selection_type.proto", fileDescriptor_hotel_date_selection_type_736ea29770a336eb) -} - -var fileDescriptor_hotel_date_selection_type_736ea29770a336eb = []byte{ - // 314 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4d, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0x8c, 0xfc, 0x92, 0xd4, 0x9c, 0xf8, 0x94, 0xc4, 0x92, 0xd4, 0xf8, 0xe2, - 0xd4, 0x9c, 0xd4, 0xe4, 0x92, 0xcc, 0xfc, 0xbc, 0xf8, 0x92, 0xca, 0x82, 0x54, 0xbd, 0x82, 0xa2, - 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x1e, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x76, 0xbd, 0x32, - 0x03, 0x3d, 0xb0, 0x76, 0xa5, 0x3a, 0x2e, 0x29, 0x0f, 0x90, 0x09, 0x2e, 0x89, 0x25, 0xa9, 0xc1, - 0x30, 0xfd, 0x21, 0x95, 0x05, 0xa9, 0xae, 0x79, 0xa5, 0xb9, 0x4a, 0x09, 0x5c, 0x62, 0xd8, 0x65, - 0x85, 0xf8, 0xb9, 0xb8, 0x43, 0xfd, 0x82, 0x03, 0x5c, 0x9d, 0x3d, 0xdd, 0x3c, 0x5d, 0x5d, 0x04, - 0x18, 0x84, 0xb8, 0xb9, 0xd8, 0x43, 0xfd, 0xbc, 0xfd, 0xfc, 0xc3, 0xfd, 0x04, 0x18, 0x85, 0x44, - 0xb9, 0x04, 0x5d, 0x5c, 0xdd, 0x1c, 0x43, 0x7d, 0x42, 0xe2, 0x83, 0x5d, 0x7d, 0x5c, 0x9d, 0x43, - 0x3c, 0xfd, 0xfd, 0x04, 0x8c, 0x84, 0x04, 0xb9, 0x78, 0x43, 0x83, 0x5d, 0x83, 0xa0, 0x62, 0xae, - 0x2e, 0x02, 0xc6, 0x4e, 0x1f, 0x18, 0xb9, 0x14, 0x93, 0xf3, 0x73, 0xf5, 0xf0, 0xba, 0xd2, 0x49, - 0x1a, 0xbb, 0x2b, 0x02, 0x40, 0x3e, 0x0c, 0x60, 0x8c, 0x72, 0x82, 0xea, 0x4e, 0xcf, 0xcf, 0x49, - 0xcc, 0x4b, 0xd7, 0xcb, 0x2f, 0x4a, 0xd7, 0x4f, 0x4f, 0xcd, 0x03, 0xfb, 0x1f, 0x16, 0x64, 0x05, - 0x99, 0xc5, 0x38, 0x42, 0xd0, 0x1a, 0x4c, 0x2e, 0x62, 0x62, 0x76, 0x77, 0x74, 0x5c, 0xc5, 0x24, - 0xeb, 0x0e, 0x31, 0xca, 0x31, 0xa5, 0x58, 0x0f, 0xc2, 0x04, 0xb1, 0xc2, 0x0c, 0xf4, 0x40, 0xe1, - 0x51, 0x7c, 0x0a, 0x26, 0x1f, 0xe3, 0x98, 0x52, 0x1c, 0x03, 0x97, 0x8f, 0x09, 0x33, 0x88, 0x01, - 0xcb, 0xbf, 0x62, 0x52, 0x84, 0x08, 0x5a, 0x59, 0x39, 0xa6, 0x14, 0x5b, 0x59, 0xc1, 0x55, 0x58, - 0x59, 0x85, 0x19, 0x58, 0x59, 0x81, 0xd5, 0x24, 0xb1, 0x81, 0x1d, 0x66, 0x0c, 0x08, 0x00, 0x00, - 0xff, 0xff, 0xbf, 0xf6, 0x09, 0x3d, 0xd9, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/hotel_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/hotel_placeholder_field.pb.go deleted file mode 100644 index ad2c4de6b2..0000000000 --- a/googleapis/ads/googleads/v0/enums/hotel_placeholder_field.pb.go +++ /dev/null @@ -1,222 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/hotel_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for Hotel placeholder fields. -type HotelPlaceholderFieldEnum_HotelPlaceholderField int32 - -const ( - // Not specified. - HotelPlaceholderFieldEnum_UNSPECIFIED HotelPlaceholderFieldEnum_HotelPlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - HotelPlaceholderFieldEnum_UNKNOWN HotelPlaceholderFieldEnum_HotelPlaceholderField = 1 - // Data Type: STRING. Required. Unique ID. - HotelPlaceholderFieldEnum_PROPERTY_ID HotelPlaceholderFieldEnum_HotelPlaceholderField = 2 - // Data Type: STRING. Required. Main headline with property name to be shown - // in dynamic ad. - HotelPlaceholderFieldEnum_PROPERTY_NAME HotelPlaceholderFieldEnum_HotelPlaceholderField = 3 - // Data Type: STRING. Name of destination to be shown in dynamic ad. - HotelPlaceholderFieldEnum_DESTINATION_NAME HotelPlaceholderFieldEnum_HotelPlaceholderField = 4 - // Data Type: STRING. Description of destination to be shown in dynamic ad. - HotelPlaceholderFieldEnum_DESCRIPTION HotelPlaceholderFieldEnum_HotelPlaceholderField = 5 - // Data Type: STRING. Complete property address, including postal code. - HotelPlaceholderFieldEnum_ADDRESS HotelPlaceholderFieldEnum_HotelPlaceholderField = 6 - // Data Type: STRING. Price to be shown in the ad. - // Example: "100.00 USD" - HotelPlaceholderFieldEnum_PRICE HotelPlaceholderFieldEnum_HotelPlaceholderField = 7 - // Data Type: STRING. Formatted price to be shown in the ad. - // Example: "Starting at $100.00 USD", "$80 - $100" - HotelPlaceholderFieldEnum_FORMATTED_PRICE HotelPlaceholderFieldEnum_HotelPlaceholderField = 8 - // Data Type: STRING. Sale price to be shown in the ad. - // Example: "80.00 USD" - HotelPlaceholderFieldEnum_SALE_PRICE HotelPlaceholderFieldEnum_HotelPlaceholderField = 9 - // Data Type: STRING. Formatted sale price to be shown in the ad. - // Example: "On sale for $80.00", "$60 - $80" - HotelPlaceholderFieldEnum_FORMATTED_SALE_PRICE HotelPlaceholderFieldEnum_HotelPlaceholderField = 10 - // Data Type: URL. Image to be displayed in the ad. - HotelPlaceholderFieldEnum_IMAGE_URL HotelPlaceholderFieldEnum_HotelPlaceholderField = 11 - // Data Type: STRING. Category of property used to group like items together - // for recommendation engine. - HotelPlaceholderFieldEnum_CATEGORY HotelPlaceholderFieldEnum_HotelPlaceholderField = 12 - // Data Type: INT64. Star rating (1 to 5) used to group like items - // together for recommendation engine. - HotelPlaceholderFieldEnum_STAR_RATING HotelPlaceholderFieldEnum_HotelPlaceholderField = 13 - // Data Type: STRING_LIST. Keywords used for product retrieval. - HotelPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS HotelPlaceholderFieldEnum_HotelPlaceholderField = 14 - // Data Type: URL_LIST. Required. Final URLs for the ad when using Upgraded - // URLs. User will be redirected to these URLs when they click on an ad, or - // when they click on a specific flight for ads that show multiple - // flights. - HotelPlaceholderFieldEnum_FINAL_URLS HotelPlaceholderFieldEnum_HotelPlaceholderField = 15 - // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded - // URLs. - HotelPlaceholderFieldEnum_FINAL_MOBILE_URLS HotelPlaceholderFieldEnum_HotelPlaceholderField = 16 - // Data Type: URL. Tracking template for the ad when using Upgraded URLs. - HotelPlaceholderFieldEnum_TRACKING_URL HotelPlaceholderFieldEnum_HotelPlaceholderField = 17 - // Data Type: STRING. Android app link. Must be formatted as: - // android-app://{package_id}/{scheme}/{host_path}. - // The components are defined as follows: - // package_id: app ID as specified in Google Play. - // scheme: the scheme to pass to the application. Can be HTTP, or a custom - // scheme. - // host_path: identifies the specific content within your application. - HotelPlaceholderFieldEnum_ANDROID_APP_LINK HotelPlaceholderFieldEnum_HotelPlaceholderField = 18 - // Data Type: STRING_LIST. List of recommended property IDs to show together - // with this item. - HotelPlaceholderFieldEnum_SIMILAR_PROPERTY_IDS HotelPlaceholderFieldEnum_HotelPlaceholderField = 19 - // Data Type: STRING. iOS app link. - HotelPlaceholderFieldEnum_IOS_APP_LINK HotelPlaceholderFieldEnum_HotelPlaceholderField = 20 - // Data Type: INT64. iOS app store ID. - HotelPlaceholderFieldEnum_IOS_APP_STORE_ID HotelPlaceholderFieldEnum_HotelPlaceholderField = 21 -) - -var HotelPlaceholderFieldEnum_HotelPlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "PROPERTY_ID", - 3: "PROPERTY_NAME", - 4: "DESTINATION_NAME", - 5: "DESCRIPTION", - 6: "ADDRESS", - 7: "PRICE", - 8: "FORMATTED_PRICE", - 9: "SALE_PRICE", - 10: "FORMATTED_SALE_PRICE", - 11: "IMAGE_URL", - 12: "CATEGORY", - 13: "STAR_RATING", - 14: "CONTEXTUAL_KEYWORDS", - 15: "FINAL_URLS", - 16: "FINAL_MOBILE_URLS", - 17: "TRACKING_URL", - 18: "ANDROID_APP_LINK", - 19: "SIMILAR_PROPERTY_IDS", - 20: "IOS_APP_LINK", - 21: "IOS_APP_STORE_ID", -} -var HotelPlaceholderFieldEnum_HotelPlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "PROPERTY_ID": 2, - "PROPERTY_NAME": 3, - "DESTINATION_NAME": 4, - "DESCRIPTION": 5, - "ADDRESS": 6, - "PRICE": 7, - "FORMATTED_PRICE": 8, - "SALE_PRICE": 9, - "FORMATTED_SALE_PRICE": 10, - "IMAGE_URL": 11, - "CATEGORY": 12, - "STAR_RATING": 13, - "CONTEXTUAL_KEYWORDS": 14, - "FINAL_URLS": 15, - "FINAL_MOBILE_URLS": 16, - "TRACKING_URL": 17, - "ANDROID_APP_LINK": 18, - "SIMILAR_PROPERTY_IDS": 19, - "IOS_APP_LINK": 20, - "IOS_APP_STORE_ID": 21, -} - -func (x HotelPlaceholderFieldEnum_HotelPlaceholderField) String() string { - return proto.EnumName(HotelPlaceholderFieldEnum_HotelPlaceholderField_name, int32(x)) -} -func (HotelPlaceholderFieldEnum_HotelPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_hotel_placeholder_field_15aba0b561d9fb8c, []int{0, 0} -} - -// Values for Hotel placeholder fields. -// For more information about dynamic remarketing feeds, see -// https://support.google.com/google-ads/answer/6053288. -type HotelPlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *HotelPlaceholderFieldEnum) Reset() { *m = HotelPlaceholderFieldEnum{} } -func (m *HotelPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*HotelPlaceholderFieldEnum) ProtoMessage() {} -func (*HotelPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_hotel_placeholder_field_15aba0b561d9fb8c, []int{0} -} -func (m *HotelPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_HotelPlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *HotelPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_HotelPlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *HotelPlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_HotelPlaceholderFieldEnum.Merge(dst, src) -} -func (m *HotelPlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_HotelPlaceholderFieldEnum.Size(m) -} -func (m *HotelPlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_HotelPlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_HotelPlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*HotelPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.HotelPlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.HotelPlaceholderFieldEnum_HotelPlaceholderField", HotelPlaceholderFieldEnum_HotelPlaceholderField_name, HotelPlaceholderFieldEnum_HotelPlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/hotel_placeholder_field.proto", fileDescriptor_hotel_placeholder_field_15aba0b561d9fb8c) -} - -var fileDescriptor_hotel_placeholder_field_15aba0b561d9fb8c = []byte{ - // 514 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xdd, 0x6e, 0xda, 0x30, - 0x18, 0x1d, 0xb0, 0xfe, 0x60, 0xa0, 0x18, 0x03, 0xda, 0xa6, 0xa9, 0x17, 0xed, 0x03, 0x04, 0xa4, - 0xdd, 0xa5, 0x57, 0x26, 0x31, 0x99, 0x45, 0x62, 0x47, 0xb6, 0xa1, 0x63, 0x42, 0xb2, 0x58, 0x93, - 0xa5, 0x95, 0x02, 0x41, 0xa4, 0xed, 0x03, 0xed, 0x72, 0x37, 0x7b, 0x8f, 0x49, 0x7b, 0x91, 0x5d, - 0xed, 0x11, 0x26, 0x27, 0x05, 0xaa, 0x69, 0xdb, 0x4d, 0xf4, 0xf9, 0x9c, 0xef, 0x1c, 0x7f, 0xf1, - 0x77, 0xc0, 0x55, 0x92, 0x65, 0x49, 0x1a, 0x0f, 0x96, 0x51, 0x3e, 0x28, 0x4b, 0x53, 0x3d, 0x0e, - 0x07, 0xf1, 0xfa, 0x61, 0x95, 0x0f, 0x6e, 0xb3, 0xfb, 0x38, 0xd5, 0x9b, 0x74, 0x79, 0x13, 0xdf, - 0x66, 0x69, 0x14, 0x6f, 0xf5, 0xe7, 0xbb, 0x38, 0x8d, 0xac, 0xcd, 0x36, 0xbb, 0xcf, 0xd0, 0x79, - 0xa9, 0xb0, 0x96, 0x51, 0x6e, 0xed, 0xc5, 0xd6, 0xe3, 0xd0, 0x2a, 0xc4, 0x97, 0x3f, 0x6a, 0xe0, - 0xcd, 0x7b, 0x63, 0x10, 0x1e, 0xf4, 0x63, 0x23, 0x27, 0xeb, 0x87, 0xd5, 0xe5, 0xb7, 0x1a, 0xe8, - 0xff, 0x95, 0x45, 0x6d, 0xd0, 0x98, 0x32, 0x19, 0x12, 0x87, 0x8e, 0x29, 0x71, 0xe1, 0x0b, 0xd4, - 0x00, 0x27, 0x53, 0x36, 0x61, 0xfc, 0x9a, 0xc1, 0x8a, 0x61, 0x43, 0xc1, 0x43, 0x22, 0xd4, 0x5c, - 0x53, 0x17, 0x56, 0x51, 0x07, 0xb4, 0xf6, 0x00, 0xc3, 0x01, 0x81, 0x35, 0xd4, 0x03, 0xd0, 0x25, - 0x52, 0x51, 0x86, 0x15, 0xe5, 0xac, 0x44, 0x5f, 0x1a, 0xa5, 0x4b, 0xa4, 0x23, 0x68, 0x68, 0x50, - 0x78, 0x64, 0x7c, 0xb1, 0xeb, 0x0a, 0x22, 0x25, 0x3c, 0x46, 0x75, 0x70, 0x14, 0x0a, 0xea, 0x10, - 0x78, 0x82, 0xba, 0xa0, 0x3d, 0xe6, 0x22, 0xc0, 0x4a, 0x11, 0x57, 0x97, 0xe0, 0x29, 0x3a, 0x03, - 0x40, 0x62, 0x9f, 0x3c, 0x9d, 0xeb, 0xe8, 0x35, 0xe8, 0x1d, 0x9a, 0x9e, 0x31, 0x00, 0xb5, 0x40, - 0x9d, 0x06, 0xd8, 0x23, 0x7a, 0x2a, 0x7c, 0xd8, 0x40, 0x4d, 0x70, 0xea, 0x60, 0x45, 0x3c, 0x2e, - 0xe6, 0xb0, 0x69, 0x86, 0x90, 0x0a, 0x0b, 0x2d, 0xb0, 0xa2, 0xcc, 0x83, 0x2d, 0xf4, 0x0a, 0x74, - 0x1d, 0xce, 0x14, 0xf9, 0xa0, 0xa6, 0xd8, 0xd7, 0x13, 0x32, 0xbf, 0xe6, 0xc2, 0x95, 0xf0, 0xcc, - 0x5c, 0x38, 0xa6, 0x0c, 0xfb, 0xc6, 0x46, 0xc2, 0x36, 0xea, 0x83, 0x4e, 0x79, 0x0e, 0xf8, 0x88, - 0xfa, 0xa4, 0x84, 0x21, 0x82, 0xa0, 0xa9, 0x04, 0x76, 0x26, 0x94, 0x79, 0xc5, 0x85, 0x1d, 0xf3, - 0xf7, 0x98, 0xb9, 0x82, 0x53, 0x57, 0xe3, 0x30, 0xd4, 0x3e, 0x65, 0x13, 0x88, 0xcc, 0xbc, 0x92, - 0x06, 0xd4, 0xc7, 0x42, 0x3f, 0x7b, 0x3f, 0x09, 0xbb, 0xc6, 0x81, 0x72, 0x79, 0xe8, 0xed, 0x19, - 0x87, 0x1d, 0x22, 0x15, 0x17, 0xc4, 0x3c, 0x74, 0x7f, 0xf4, 0xab, 0x02, 0x2e, 0x6e, 0xb2, 0x95, - 0xf5, 0xdf, 0xad, 0x8f, 0xde, 0x16, 0x4b, 0xcd, 0xff, 0xdc, 0x6a, 0x68, 0x12, 0x13, 0x56, 0x3e, - 0x8e, 0x9e, 0xd4, 0x49, 0x96, 0x2e, 0xd7, 0x89, 0x95, 0x6d, 0x93, 0x41, 0x12, 0xaf, 0x8b, 0x3c, - 0xed, 0x02, 0xb8, 0xb9, 0xcb, 0xff, 0x91, 0xc7, 0xab, 0xe2, 0xfb, 0xa5, 0x5a, 0xf3, 0x30, 0xfe, - 0x5a, 0x3d, 0xf7, 0x4a, 0x2b, 0x1c, 0xe5, 0x56, 0x59, 0x9a, 0x6a, 0x36, 0xb4, 0x4c, 0xbe, 0xf2, - 0xef, 0x3b, 0x7e, 0x81, 0xa3, 0x7c, 0xb1, 0xe7, 0x17, 0xb3, 0xe1, 0xa2, 0xe0, 0x7f, 0x56, 0x2f, - 0x4a, 0xd0, 0xb6, 0x71, 0x94, 0xdb, 0xf6, 0xbe, 0xc3, 0xb6, 0x67, 0x43, 0xdb, 0x2e, 0x7a, 0x3e, - 0x1d, 0x17, 0x83, 0xbd, 0xfb, 0x1d, 0x00, 0x00, 0xff, 0xff, 0xe7, 0x31, 0x11, 0x32, 0x27, 0x03, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/income_range_type.pb.go b/googleapis/ads/googleads/v0/enums/income_range_type.pb.go deleted file mode 100644 index 68eccc2678..0000000000 --- a/googleapis/ads/googleads/v0/enums/income_range_type.pb.go +++ /dev/null @@ -1,140 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/income_range_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The type of demographic income ranges (e.g. between 0% to 50%). -type IncomeRangeTypeEnum_IncomeRangeType int32 - -const ( - // Not specified. - IncomeRangeTypeEnum_UNSPECIFIED IncomeRangeTypeEnum_IncomeRangeType = 0 - // Used for return value only. Represents value unknown in this version. - IncomeRangeTypeEnum_UNKNOWN IncomeRangeTypeEnum_IncomeRangeType = 1 - // 0%-50%. - IncomeRangeTypeEnum_INCOME_RANGE_0_50 IncomeRangeTypeEnum_IncomeRangeType = 510001 - // 50% to 60%. - IncomeRangeTypeEnum_INCOME_RANGE_50_60 IncomeRangeTypeEnum_IncomeRangeType = 510002 - // 60% to 70%. - IncomeRangeTypeEnum_INCOME_RANGE_60_70 IncomeRangeTypeEnum_IncomeRangeType = 510003 - // 70% to 80%. - IncomeRangeTypeEnum_INCOME_RANGE_70_80 IncomeRangeTypeEnum_IncomeRangeType = 510004 - // 80% to 90%. - IncomeRangeTypeEnum_INCOME_RANGE_80_90 IncomeRangeTypeEnum_IncomeRangeType = 510005 - // Greater than 90%. - IncomeRangeTypeEnum_INCOME_RANGE_90_UP IncomeRangeTypeEnum_IncomeRangeType = 510006 - // Undetermined income range. - IncomeRangeTypeEnum_INCOME_RANGE_UNDETERMINED IncomeRangeTypeEnum_IncomeRangeType = 510000 -) - -var IncomeRangeTypeEnum_IncomeRangeType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 510001: "INCOME_RANGE_0_50", - 510002: "INCOME_RANGE_50_60", - 510003: "INCOME_RANGE_60_70", - 510004: "INCOME_RANGE_70_80", - 510005: "INCOME_RANGE_80_90", - 510006: "INCOME_RANGE_90_UP", - 510000: "INCOME_RANGE_UNDETERMINED", -} -var IncomeRangeTypeEnum_IncomeRangeType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "INCOME_RANGE_0_50": 510001, - "INCOME_RANGE_50_60": 510002, - "INCOME_RANGE_60_70": 510003, - "INCOME_RANGE_70_80": 510004, - "INCOME_RANGE_80_90": 510005, - "INCOME_RANGE_90_UP": 510006, - "INCOME_RANGE_UNDETERMINED": 510000, -} - -func (x IncomeRangeTypeEnum_IncomeRangeType) String() string { - return proto.EnumName(IncomeRangeTypeEnum_IncomeRangeType_name, int32(x)) -} -func (IncomeRangeTypeEnum_IncomeRangeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_income_range_type_96ed882d8bd36d78, []int{0, 0} -} - -// Container for enum describing the type of demographic income ranges. -type IncomeRangeTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *IncomeRangeTypeEnum) Reset() { *m = IncomeRangeTypeEnum{} } -func (m *IncomeRangeTypeEnum) String() string { return proto.CompactTextString(m) } -func (*IncomeRangeTypeEnum) ProtoMessage() {} -func (*IncomeRangeTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_income_range_type_96ed882d8bd36d78, []int{0} -} -func (m *IncomeRangeTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_IncomeRangeTypeEnum.Unmarshal(m, b) -} -func (m *IncomeRangeTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_IncomeRangeTypeEnum.Marshal(b, m, deterministic) -} -func (dst *IncomeRangeTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_IncomeRangeTypeEnum.Merge(dst, src) -} -func (m *IncomeRangeTypeEnum) XXX_Size() int { - return xxx_messageInfo_IncomeRangeTypeEnum.Size(m) -} -func (m *IncomeRangeTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_IncomeRangeTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_IncomeRangeTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*IncomeRangeTypeEnum)(nil), "google.ads.googleads.v0.enums.IncomeRangeTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.IncomeRangeTypeEnum_IncomeRangeType", IncomeRangeTypeEnum_IncomeRangeType_name, IncomeRangeTypeEnum_IncomeRangeType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/income_range_type.proto", fileDescriptor_income_range_type_96ed882d8bd36d78) -} - -var fileDescriptor_income_range_type_96ed882d8bd36d78 = []byte{ - // 366 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xcd, 0xaa, 0xda, 0x40, - 0x1c, 0xc5, 0x9b, 0x14, 0x5a, 0x18, 0x17, 0x4e, 0xd3, 0x42, 0xdb, 0x85, 0x04, 0x7d, 0x80, 0xc9, - 0x1f, 0x8a, 0x5f, 0xd3, 0x55, 0xd4, 0xa9, 0x84, 0xe2, 0x18, 0xac, 0xb1, 0x50, 0x02, 0x43, 0x6a, - 0x42, 0x10, 0x4c, 0x26, 0x38, 0x2a, 0xb8, 0xee, 0x0b, 0xf8, 0x0c, 0x5d, 0x76, 0xd5, 0xef, 0x87, - 0xe8, 0x9b, 0xb4, 0x7d, 0x89, 0x4b, 0x92, 0xab, 0xa0, 0xe4, 0xde, 0x4d, 0x38, 0xfc, 0x7f, 0xe7, - 0x84, 0xe1, 0x1c, 0xd4, 0x8e, 0xa5, 0x8c, 0xd7, 0x91, 0x15, 0x84, 0xca, 0x2a, 0x65, 0xae, 0xf6, - 0x60, 0x45, 0xe9, 0x2e, 0x51, 0xd6, 0x2a, 0x5d, 0xca, 0x24, 0x12, 0x9b, 0x20, 0x8d, 0x23, 0xb1, - 0x3d, 0x64, 0x11, 0xc9, 0x36, 0x72, 0x2b, 0x8d, 0x46, 0xe9, 0x25, 0x41, 0xa8, 0xc8, 0x39, 0x46, - 0xf6, 0x40, 0x8a, 0x58, 0xeb, 0x93, 0x8e, 0x9e, 0x3a, 0x45, 0x74, 0x96, 0x27, 0xe7, 0x87, 0x2c, - 0x62, 0xe9, 0x2e, 0x69, 0xfd, 0xd7, 0x50, 0xfd, 0xea, 0x6e, 0xd4, 0x51, 0xcd, 0xe3, 0xef, 0x5c, - 0x36, 0x74, 0xde, 0x38, 0x6c, 0x84, 0x1f, 0x18, 0x35, 0xf4, 0xd8, 0xe3, 0x6f, 0xf9, 0xf4, 0x3d, - 0xc7, 0x9a, 0xf1, 0x1c, 0x3d, 0x71, 0xf8, 0x70, 0x3a, 0x61, 0x62, 0x66, 0xf3, 0x31, 0x13, 0x20, - 0xda, 0x80, 0xbf, 0x1d, 0x4d, 0xe3, 0x05, 0x32, 0x2e, 0x40, 0x1b, 0x44, 0x07, 0xf0, 0xf7, 0x0a, - 0xd2, 0x01, 0xd1, 0x05, 0xfc, 0xa3, 0x82, 0x74, 0x41, 0xf4, 0x00, 0xff, 0xac, 0x20, 0x3d, 0x10, - 0x7d, 0xc0, 0xbf, 0x2a, 0x48, 0x1f, 0x84, 0xe7, 0xe2, 0xdf, 0x47, 0xd3, 0x30, 0xd1, 0xcb, 0x0b, - 0xe2, 0xf1, 0x11, 0x9b, 0xb3, 0xd9, 0xc4, 0xe1, 0x6c, 0x84, 0xbf, 0x1e, 0xcd, 0xc1, 0x5f, 0x0d, - 0x35, 0x97, 0x32, 0x21, 0xf7, 0x76, 0x35, 0x78, 0x76, 0x55, 0x88, 0x9b, 0x17, 0xec, 0x6a, 0x1f, - 0x06, 0xb7, 0xb1, 0x58, 0xae, 0x83, 0x34, 0x26, 0x72, 0x13, 0x5b, 0x71, 0x94, 0x16, 0xf5, 0x9f, - 0x96, 0xca, 0x56, 0xea, 0x8e, 0xe1, 0x5e, 0x17, 0xdf, 0xcf, 0xfa, 0xc3, 0xb1, 0x6d, 0x7f, 0xd1, - 0x1b, 0xe3, 0xf2, 0x57, 0x76, 0xa8, 0x48, 0x29, 0x73, 0xb5, 0x00, 0x92, 0x8f, 0xa2, 0xfe, 0x9c, - 0xb8, 0x6f, 0x87, 0xca, 0x3f, 0x73, 0x7f, 0x01, 0x7e, 0xc1, 0xff, 0xe9, 0xcd, 0xf2, 0x48, 0xa9, - 0x1d, 0x2a, 0x4a, 0xcf, 0x0e, 0x4a, 0x17, 0x40, 0x69, 0xe1, 0xf9, 0xf8, 0xa8, 0x78, 0xd8, 0xab, - 0x9b, 0x00, 0x00, 0x00, 0xff, 0xff, 0xdb, 0x54, 0xed, 0x2d, 0x50, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/interaction_event_type.pb.go b/googleapis/ads/googleads/v0/enums/interaction_event_type.pb.go deleted file mode 100644 index 9777b6ac33..0000000000 --- a/googleapis/ads/googleads/v0/enums/interaction_event_type.pb.go +++ /dev/null @@ -1,132 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/interaction_event_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible types of payable and free interactions. -type InteractionEventTypeEnum_InteractionEventType int32 - -const ( - // Not specified. - InteractionEventTypeEnum_UNSPECIFIED InteractionEventTypeEnum_InteractionEventType = 0 - // Used for return value only. Represents value unknown in this version. - InteractionEventTypeEnum_UNKNOWN InteractionEventTypeEnum_InteractionEventType = 1 - // Click to site. In most cases, this interaction navigates to an external - // location, usually the advertiser's landing page. This is also the default - // InteractionEventType for click events. - InteractionEventTypeEnum_CLICK InteractionEventTypeEnum_InteractionEventType = 2 - // The user's expressed intent to engage with the ad in-place. - InteractionEventTypeEnum_ENGAGEMENT InteractionEventTypeEnum_InteractionEventType = 3 - // User viewed a video ad. - InteractionEventTypeEnum_VIDEO_VIEW InteractionEventTypeEnum_InteractionEventType = 4 - // The default InteractionEventType for ad conversion events. - // This is used when an ad conversion row does NOT indicate - // that the free interactions (i.e., the ad conversions) - // should be 'promoted' and reported as part of the core metrics. - // These are simply other (ad) conversions. - InteractionEventTypeEnum_NONE InteractionEventTypeEnum_InteractionEventType = 5 -) - -var InteractionEventTypeEnum_InteractionEventType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CLICK", - 3: "ENGAGEMENT", - 4: "VIDEO_VIEW", - 5: "NONE", -} -var InteractionEventTypeEnum_InteractionEventType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CLICK": 2, - "ENGAGEMENT": 3, - "VIDEO_VIEW": 4, - "NONE": 5, -} - -func (x InteractionEventTypeEnum_InteractionEventType) String() string { - return proto.EnumName(InteractionEventTypeEnum_InteractionEventType_name, int32(x)) -} -func (InteractionEventTypeEnum_InteractionEventType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_interaction_event_type_74dff4de963ff5a2, []int{0, 0} -} - -// Container for enum describing types of payable and free interactions. -type InteractionEventTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *InteractionEventTypeEnum) Reset() { *m = InteractionEventTypeEnum{} } -func (m *InteractionEventTypeEnum) String() string { return proto.CompactTextString(m) } -func (*InteractionEventTypeEnum) ProtoMessage() {} -func (*InteractionEventTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_interaction_event_type_74dff4de963ff5a2, []int{0} -} -func (m *InteractionEventTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_InteractionEventTypeEnum.Unmarshal(m, b) -} -func (m *InteractionEventTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_InteractionEventTypeEnum.Marshal(b, m, deterministic) -} -func (dst *InteractionEventTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_InteractionEventTypeEnum.Merge(dst, src) -} -func (m *InteractionEventTypeEnum) XXX_Size() int { - return xxx_messageInfo_InteractionEventTypeEnum.Size(m) -} -func (m *InteractionEventTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_InteractionEventTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_InteractionEventTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*InteractionEventTypeEnum)(nil), "google.ads.googleads.v0.enums.InteractionEventTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.InteractionEventTypeEnum_InteractionEventType", InteractionEventTypeEnum_InteractionEventType_name, InteractionEventTypeEnum_InteractionEventType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/interaction_event_type.proto", fileDescriptor_interaction_event_type_74dff4de963ff5a2) -} - -var fileDescriptor_interaction_event_type_74dff4de963ff5a2 = []byte{ - // 321 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4e, 0xf2, 0x30, - 0x1c, 0xc5, 0xbf, 0x0d, 0xf8, 0xd4, 0x92, 0xe8, 0xb2, 0x78, 0xa1, 0x17, 0x5c, 0xc0, 0x03, 0x74, - 0x4b, 0xbc, 0xab, 0x57, 0x05, 0xea, 0xd2, 0xa0, 0x85, 0x44, 0x18, 0x89, 0x59, 0x42, 0x26, 0x6b, - 0x9a, 0x25, 0xd0, 0x2e, 0x74, 0x90, 0xf0, 0x00, 0xbe, 0x88, 0x97, 0x3e, 0x8a, 0x8f, 0xe2, 0x85, - 0xcf, 0x60, 0xda, 0xc9, 0xbc, 0x41, 0x6f, 0x9a, 0xd3, 0x9e, 0xff, 0xaf, 0x39, 0xff, 0x03, 0x90, - 0x50, 0x4a, 0xac, 0x78, 0x90, 0x66, 0x3a, 0xa8, 0xa4, 0x51, 0xbb, 0x30, 0xe0, 0x72, 0xbb, 0xd6, - 0x41, 0x2e, 0x4b, 0xbe, 0x49, 0x97, 0x65, 0xae, 0xe4, 0x82, 0xef, 0xb8, 0x2c, 0x17, 0xe5, 0xbe, - 0xe0, 0xb0, 0xd8, 0xa8, 0x52, 0xf9, 0x9d, 0x0a, 0x80, 0x69, 0xa6, 0x61, 0xcd, 0xc2, 0x5d, 0x08, - 0x2d, 0xdb, 0x7b, 0x71, 0xc0, 0x15, 0xfd, 0xe1, 0x89, 0xc1, 0xa7, 0xfb, 0x82, 0x13, 0xb9, 0x5d, - 0xf7, 0x72, 0x70, 0x79, 0xcc, 0xf3, 0x2f, 0x40, 0x7b, 0xc6, 0x1e, 0x27, 0x64, 0x40, 0xef, 0x28, - 0x19, 0x7a, 0xff, 0xfc, 0x36, 0x38, 0x99, 0xb1, 0x11, 0x1b, 0xcf, 0x99, 0xe7, 0xf8, 0x67, 0xa0, - 0x35, 0xb8, 0xa7, 0x83, 0x91, 0xe7, 0xfa, 0xe7, 0x00, 0x10, 0x16, 0xe1, 0x88, 0x3c, 0x10, 0x36, - 0xf5, 0x1a, 0xe6, 0x1e, 0xd3, 0x21, 0x19, 0x2f, 0x62, 0x4a, 0xe6, 0x5e, 0xd3, 0x3f, 0x05, 0x4d, - 0x36, 0x66, 0xc4, 0x6b, 0xf5, 0x3f, 0x1d, 0xd0, 0x5d, 0xaa, 0x35, 0xfc, 0x33, 0x6d, 0xff, 0xfa, - 0x58, 0x9c, 0x89, 0xd9, 0x73, 0xe2, 0x3c, 0xf5, 0xbf, 0x59, 0xa1, 0x56, 0xa9, 0x14, 0x50, 0x6d, - 0x44, 0x20, 0xb8, 0xb4, 0x2d, 0x1c, 0x5a, 0x2b, 0x72, 0xfd, 0x4b, 0x89, 0xb7, 0xf6, 0x7c, 0x75, - 0x1b, 0x11, 0xc6, 0x6f, 0x6e, 0x27, 0xaa, 0xbe, 0xc2, 0x99, 0x86, 0x95, 0x34, 0x2a, 0x0e, 0xa1, - 0xa9, 0x45, 0xbf, 0x1f, 0xfc, 0x04, 0x67, 0x3a, 0xa9, 0xfd, 0x24, 0x0e, 0x13, 0xeb, 0x7f, 0xb8, - 0xdd, 0xea, 0x11, 0x21, 0x9c, 0x69, 0x84, 0xea, 0x09, 0x84, 0xe2, 0x10, 0x21, 0x3b, 0xf3, 0xfc, - 0xdf, 0x06, 0xbb, 0xf9, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x5a, 0xa2, 0x76, 0xb7, 0xdc, 0x01, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/interaction_type.pb.go b/googleapis/ads/googleads/v0/enums/interaction_type.pb.go deleted file mode 100644 index 3e98808102..0000000000 --- a/googleapis/ads/googleads/v0/enums/interaction_type.pb.go +++ /dev/null @@ -1,111 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/interaction_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible interaction types. -type InteractionTypeEnum_InteractionType int32 - -const ( - // Not specified. - InteractionTypeEnum_UNSPECIFIED InteractionTypeEnum_InteractionType = 0 - // Used for return value only. Represents value unknown in this version. - InteractionTypeEnum_UNKNOWN InteractionTypeEnum_InteractionType = 1 - // Calls. - InteractionTypeEnum_CALLS InteractionTypeEnum_InteractionType = 8000 -) - -var InteractionTypeEnum_InteractionType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 8000: "CALLS", -} -var InteractionTypeEnum_InteractionType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CALLS": 8000, -} - -func (x InteractionTypeEnum_InteractionType) String() string { - return proto.EnumName(InteractionTypeEnum_InteractionType_name, int32(x)) -} -func (InteractionTypeEnum_InteractionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_interaction_type_c1d6ddb209db8963, []int{0, 0} -} - -// Container for enum describing possible interaction types. -type InteractionTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *InteractionTypeEnum) Reset() { *m = InteractionTypeEnum{} } -func (m *InteractionTypeEnum) String() string { return proto.CompactTextString(m) } -func (*InteractionTypeEnum) ProtoMessage() {} -func (*InteractionTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_interaction_type_c1d6ddb209db8963, []int{0} -} -func (m *InteractionTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_InteractionTypeEnum.Unmarshal(m, b) -} -func (m *InteractionTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_InteractionTypeEnum.Marshal(b, m, deterministic) -} -func (dst *InteractionTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_InteractionTypeEnum.Merge(dst, src) -} -func (m *InteractionTypeEnum) XXX_Size() int { - return xxx_messageInfo_InteractionTypeEnum.Size(m) -} -func (m *InteractionTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_InteractionTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_InteractionTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*InteractionTypeEnum)(nil), "google.ads.googleads.v0.enums.InteractionTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.InteractionTypeEnum_InteractionType", InteractionTypeEnum_InteractionType_name, InteractionTypeEnum_InteractionType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/interaction_type.proto", fileDescriptor_interaction_type_c1d6ddb209db8963) -} - -var fileDescriptor_interaction_type_c1d6ddb209db8963 = []byte{ - // 273 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x49, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xcc, 0xbc, 0x92, 0xd4, 0xa2, 0xc4, 0xe4, 0x92, 0xcc, 0xfc, 0xbc, 0xf8, - 0x92, 0xca, 0x82, 0x54, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x52, 0xbd, 0xc4, - 0x94, 0x62, 0x3d, 0xb8, 0x2e, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x2e, 0xa5, 0x20, 0x2e, 0x61, 0x4f, - 0x84, 0xc6, 0x90, 0xca, 0x82, 0x54, 0xd7, 0xbc, 0xd2, 0x5c, 0x25, 0x6b, 0x2e, 0x7e, 0x34, 0x61, - 0x21, 0x7e, 0x2e, 0xee, 0x50, 0xbf, 0xe0, 0x00, 0x57, 0x67, 0x4f, 0x37, 0x4f, 0x57, 0x17, 0x01, - 0x06, 0x21, 0x6e, 0x2e, 0xf6, 0x50, 0x3f, 0x6f, 0x3f, 0xff, 0x70, 0x3f, 0x01, 0x46, 0x21, 0x2e, - 0x2e, 0x56, 0x67, 0x47, 0x1f, 0x9f, 0x60, 0x81, 0x03, 0x76, 0x4e, 0x2f, 0x19, 0xb9, 0x14, 0x93, - 0xf3, 0x73, 0xf5, 0xf0, 0xda, 0xec, 0x24, 0x82, 0x66, 0x41, 0x00, 0xc8, 0xb9, 0x01, 0x8c, 0x51, - 0x4e, 0x50, 0x6d, 0xe9, 0xf9, 0x39, 0x89, 0x79, 0xe9, 0x7a, 0xf9, 0x45, 0xe9, 0xfa, 0xe9, 0xa9, - 0x79, 0x60, 0xcf, 0xc0, 0xbc, 0x5d, 0x90, 0x59, 0x8c, 0x23, 0x14, 0xac, 0xc1, 0xe4, 0x22, 0x26, - 0x66, 0x77, 0x47, 0xc7, 0x55, 0x4c, 0xb2, 0xee, 0x10, 0xa3, 0x1c, 0x53, 0x8a, 0xf5, 0x20, 0x4c, - 0x10, 0x2b, 0xcc, 0x40, 0x0f, 0xe4, 0xc7, 0xe2, 0x53, 0x30, 0xf9, 0x18, 0xc7, 0x94, 0xe2, 0x18, - 0xb8, 0x7c, 0x4c, 0x98, 0x41, 0x0c, 0x58, 0xfe, 0x15, 0x93, 0x22, 0x44, 0xd0, 0xca, 0xca, 0x31, - 0xa5, 0xd8, 0xca, 0x0a, 0xae, 0xc2, 0xca, 0x2a, 0xcc, 0xc0, 0xca, 0x0a, 0xac, 0x26, 0x89, 0x0d, - 0xec, 0x30, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa4, 0x07, 0xdd, 0xc0, 0x9d, 0x01, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/job_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/job_placeholder_field.pb.go deleted file mode 100644 index ed42706264..0000000000 --- a/googleapis/ads/googleads/v0/enums/job_placeholder_field.pb.go +++ /dev/null @@ -1,207 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/job_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for Job placeholder fields. -type JobPlaceholderFieldEnum_JobPlaceholderField int32 - -const ( - // Not specified. - JobPlaceholderFieldEnum_UNSPECIFIED JobPlaceholderFieldEnum_JobPlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - JobPlaceholderFieldEnum_UNKNOWN JobPlaceholderFieldEnum_JobPlaceholderField = 1 - // Data Type: STRING. Required. If only JOB_ID is specified, then it must be - // unique. If both JOB_ID and LOCATION_ID are specified, then the - // pair must be unique. - // ID) pair must be unique. - JobPlaceholderFieldEnum_JOB_ID JobPlaceholderFieldEnum_JobPlaceholderField = 2 - // Data Type: STRING. Combination of JOB_ID and LOCATION_ID must be unique - // per offer. - JobPlaceholderFieldEnum_LOCATION_ID JobPlaceholderFieldEnum_JobPlaceholderField = 3 - // Data Type: STRING. Required. Main headline with job title to be shown in - // dynamic ad. - JobPlaceholderFieldEnum_TITLE JobPlaceholderFieldEnum_JobPlaceholderField = 4 - // Data Type: STRING. Job subtitle to be shown in dynamic ad. - JobPlaceholderFieldEnum_SUBTITLE JobPlaceholderFieldEnum_JobPlaceholderField = 5 - // Data Type: STRING. Description of job to be shown in dynamic ad. - JobPlaceholderFieldEnum_DESCRIPTION JobPlaceholderFieldEnum_JobPlaceholderField = 6 - // Data Type: URL. Image to be displayed in the ad. Highly recommended for - // image ads. - JobPlaceholderFieldEnum_IMAGE_URL JobPlaceholderFieldEnum_JobPlaceholderField = 7 - // Data Type: STRING. Category of property used to group like items together - // for recommendation engine. - JobPlaceholderFieldEnum_CATEGORY JobPlaceholderFieldEnum_JobPlaceholderField = 8 - // Data Type: STRING_LIST. Keywords used for product retrieval. - JobPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS JobPlaceholderFieldEnum_JobPlaceholderField = 9 - // Data Type: STRING. Complete property address, including postal code. - JobPlaceholderFieldEnum_ADDRESS JobPlaceholderFieldEnum_JobPlaceholderField = 10 - // Data Type: STRING. Salary or salary range of job to be shown in dynamic - // ad. - JobPlaceholderFieldEnum_SALARY JobPlaceholderFieldEnum_JobPlaceholderField = 11 - // Data Type: URL_LIST. Required. Final URLs to be used in ad when using - // Upgraded URLs; the more specific the better (e.g. the individual URL of a - // specific job and its location). - JobPlaceholderFieldEnum_FINAL_URLS JobPlaceholderFieldEnum_JobPlaceholderField = 12 - // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded - // URLs. - JobPlaceholderFieldEnum_FINAL_MOBILE_URLS JobPlaceholderFieldEnum_JobPlaceholderField = 14 - // Data Type: URL. Tracking template for the ad when using Upgraded URLs. - JobPlaceholderFieldEnum_TRACKING_URL JobPlaceholderFieldEnum_JobPlaceholderField = 15 - // Data Type: STRING. Android app link. Must be formatted as: - // android-app://{package_id}/{scheme}/{host_path}. - // The components are defined as follows: - // package_id: app ID as specified in Google Play. - // scheme: the scheme to pass to the application. Can be HTTP, or a custom - // scheme. - // host_path: identifies the specific content within your application. - JobPlaceholderFieldEnum_ANDROID_APP_LINK JobPlaceholderFieldEnum_JobPlaceholderField = 16 - // Data Type: STRING_LIST. List of recommended job IDs to show together with - // this item. - JobPlaceholderFieldEnum_SIMILAR_JOB_IDS JobPlaceholderFieldEnum_JobPlaceholderField = 17 - // Data Type: STRING. iOS app link. - JobPlaceholderFieldEnum_IOS_APP_LINK JobPlaceholderFieldEnum_JobPlaceholderField = 18 - // Data Type: INT64. iOS app store ID. - JobPlaceholderFieldEnum_IOS_APP_STORE_ID JobPlaceholderFieldEnum_JobPlaceholderField = 19 -) - -var JobPlaceholderFieldEnum_JobPlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "JOB_ID", - 3: "LOCATION_ID", - 4: "TITLE", - 5: "SUBTITLE", - 6: "DESCRIPTION", - 7: "IMAGE_URL", - 8: "CATEGORY", - 9: "CONTEXTUAL_KEYWORDS", - 10: "ADDRESS", - 11: "SALARY", - 12: "FINAL_URLS", - 14: "FINAL_MOBILE_URLS", - 15: "TRACKING_URL", - 16: "ANDROID_APP_LINK", - 17: "SIMILAR_JOB_IDS", - 18: "IOS_APP_LINK", - 19: "IOS_APP_STORE_ID", -} -var JobPlaceholderFieldEnum_JobPlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "JOB_ID": 2, - "LOCATION_ID": 3, - "TITLE": 4, - "SUBTITLE": 5, - "DESCRIPTION": 6, - "IMAGE_URL": 7, - "CATEGORY": 8, - "CONTEXTUAL_KEYWORDS": 9, - "ADDRESS": 10, - "SALARY": 11, - "FINAL_URLS": 12, - "FINAL_MOBILE_URLS": 14, - "TRACKING_URL": 15, - "ANDROID_APP_LINK": 16, - "SIMILAR_JOB_IDS": 17, - "IOS_APP_LINK": 18, - "IOS_APP_STORE_ID": 19, -} - -func (x JobPlaceholderFieldEnum_JobPlaceholderField) String() string { - return proto.EnumName(JobPlaceholderFieldEnum_JobPlaceholderField_name, int32(x)) -} -func (JobPlaceholderFieldEnum_JobPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_job_placeholder_field_db7aff53caf118bc, []int{0, 0} -} - -// Values for Job placeholder fields. -// For more information about dynamic remarketing feeds, see -// https://support.google.com/google-ads/answer/6053288. -type JobPlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *JobPlaceholderFieldEnum) Reset() { *m = JobPlaceholderFieldEnum{} } -func (m *JobPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*JobPlaceholderFieldEnum) ProtoMessage() {} -func (*JobPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_job_placeholder_field_db7aff53caf118bc, []int{0} -} -func (m *JobPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_JobPlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *JobPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_JobPlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *JobPlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_JobPlaceholderFieldEnum.Merge(dst, src) -} -func (m *JobPlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_JobPlaceholderFieldEnum.Size(m) -} -func (m *JobPlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_JobPlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_JobPlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*JobPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.JobPlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.JobPlaceholderFieldEnum_JobPlaceholderField", JobPlaceholderFieldEnum_JobPlaceholderField_name, JobPlaceholderFieldEnum_JobPlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/job_placeholder_field.proto", fileDescriptor_job_placeholder_field_db7aff53caf118bc) -} - -var fileDescriptor_job_placeholder_field_db7aff53caf118bc = []byte{ - // 477 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xc1, 0x6e, 0xd3, 0x40, - 0x10, 0x86, 0x89, 0x4b, 0xd3, 0x66, 0x12, 0x9a, 0xed, 0x06, 0x54, 0x71, 0xe8, 0xa1, 0x7d, 0x00, - 0x27, 0x12, 0x27, 0xcc, 0x69, 0x6d, 0x6f, 0xa2, 0x4d, 0x9c, 0x5d, 0x6b, 0xd7, 0x4e, 0x09, 0x8a, - 0x64, 0x25, 0xb5, 0x31, 0x45, 0x4e, 0x36, 0x8a, 0x69, 0x1f, 0x88, 0x23, 0x8f, 0xc2, 0x9d, 0x97, - 0xe0, 0x80, 0xc4, 0x1b, 0xa0, 0xb5, 0x49, 0x2a, 0x21, 0xe0, 0x62, 0xcd, 0xce, 0xff, 0xfd, 0xeb, - 0xd9, 0x99, 0x81, 0xd7, 0xb9, 0xd6, 0x79, 0x91, 0xf5, 0x97, 0x69, 0xd9, 0xaf, 0x43, 0x13, 0x3d, - 0x0c, 0xfa, 0xd9, 0xe6, 0x7e, 0x5d, 0xf6, 0x3f, 0xea, 0x55, 0xb2, 0x2d, 0x96, 0xb7, 0xd9, 0x07, - 0x5d, 0xa4, 0xd9, 0x2e, 0x79, 0x7f, 0x97, 0x15, 0xa9, 0xbd, 0xdd, 0xe9, 0x4f, 0x1a, 0x5f, 0xd6, - 0xbc, 0xbd, 0x4c, 0x4b, 0xfb, 0x60, 0xb5, 0x1f, 0x06, 0x76, 0x65, 0xbd, 0xfe, 0x69, 0xc1, 0xc5, - 0x58, 0xaf, 0xc2, 0x47, 0xf7, 0xd0, 0x98, 0xe9, 0xe6, 0x7e, 0x7d, 0xfd, 0xcd, 0x82, 0xde, 0x5f, - 0x34, 0xdc, 0x85, 0x76, 0xcc, 0x55, 0x48, 0x3d, 0x36, 0x64, 0xd4, 0x47, 0x4f, 0x70, 0x1b, 0x4e, - 0x62, 0x3e, 0xe1, 0xe2, 0x86, 0xa3, 0x06, 0x06, 0x68, 0x8e, 0x85, 0x9b, 0x30, 0x1f, 0x59, 0x86, - 0x0c, 0x84, 0x47, 0x22, 0x26, 0xb8, 0x49, 0x1c, 0xe1, 0x16, 0x1c, 0x47, 0x2c, 0x0a, 0x28, 0x7a, - 0x8a, 0x3b, 0x70, 0xaa, 0x62, 0xb7, 0x3e, 0x1d, 0x1b, 0xd2, 0xa7, 0xca, 0x93, 0x2c, 0x34, 0x30, - 0x6a, 0xe2, 0x67, 0xd0, 0x62, 0x53, 0x32, 0xa2, 0x49, 0x2c, 0x03, 0x74, 0x62, 0x68, 0x8f, 0x44, - 0x74, 0x24, 0xe4, 0x1c, 0x9d, 0xe2, 0x0b, 0xe8, 0x79, 0x82, 0x47, 0xf4, 0x6d, 0x14, 0x93, 0x20, - 0x99, 0xd0, 0xf9, 0x8d, 0x90, 0xbe, 0x42, 0x2d, 0x53, 0x09, 0xf1, 0x7d, 0x49, 0x95, 0x42, 0x60, - 0x2a, 0x51, 0x24, 0x20, 0x72, 0x8e, 0xda, 0xf8, 0x0c, 0x60, 0xc8, 0x38, 0x09, 0xcc, 0x75, 0x0a, - 0x75, 0xf0, 0x0b, 0x38, 0xaf, 0xcf, 0x53, 0xe1, 0xb2, 0x80, 0xd6, 0xe9, 0x33, 0x8c, 0xa0, 0x13, - 0x49, 0xe2, 0x4d, 0x18, 0x1f, 0x55, 0x3f, 0xee, 0xe2, 0xe7, 0x80, 0x08, 0xf7, 0xa5, 0x60, 0x7e, - 0x42, 0xc2, 0x30, 0x09, 0x18, 0x9f, 0x20, 0x84, 0x7b, 0xd0, 0x55, 0x6c, 0xca, 0x02, 0x22, 0x93, - 0xfa, 0xb1, 0x0a, 0x9d, 0x1b, 0x33, 0x13, 0xea, 0x11, 0xc3, 0xc6, 0xbc, 0xcf, 0xa8, 0x48, 0x48, - 0x6a, 0x9a, 0xd0, 0x73, 0x7f, 0x34, 0xe0, 0xea, 0x56, 0xaf, 0xed, 0xff, 0x4e, 0xc6, 0x7d, 0x39, - 0xd6, 0xab, 0xf2, 0xcf, 0xde, 0x87, 0x66, 0xa6, 0x61, 0xe3, 0x9d, 0xfb, 0xdb, 0x9b, 0xeb, 0x62, - 0xb9, 0xc9, 0x6d, 0xbd, 0xcb, 0xfb, 0x79, 0xb6, 0xa9, 0x26, 0xbe, 0x5f, 0x90, 0xed, 0x5d, 0xf9, - 0x8f, 0x7d, 0x79, 0x53, 0x7d, 0x3f, 0x5b, 0x47, 0x23, 0x42, 0xbe, 0x58, 0x97, 0xa3, 0xfa, 0x2a, - 0x92, 0x96, 0x76, 0x1d, 0x9a, 0x68, 0x36, 0xb0, 0xcd, 0x0e, 0x94, 0x5f, 0xf7, 0xfa, 0x82, 0xa4, - 0xe5, 0xe2, 0xa0, 0x2f, 0x66, 0x83, 0x45, 0xa5, 0x7f, 0xb7, 0xae, 0xea, 0xa4, 0xe3, 0x90, 0xb4, - 0x74, 0x9c, 0x03, 0xe1, 0x38, 0xb3, 0x81, 0xe3, 0x54, 0xcc, 0xaa, 0x59, 0x15, 0xf6, 0xea, 0x57, - 0x00, 0x00, 0x00, 0xff, 0xff, 0x25, 0xb2, 0x6b, 0xeb, 0xc7, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/keyword_match_type.pb.go b/googleapis/ads/googleads/v0/enums/keyword_match_type.pb.go deleted file mode 100644 index 06ab75b620..0000000000 --- a/googleapis/ads/googleads/v0/enums/keyword_match_type.pb.go +++ /dev/null @@ -1,120 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/keyword_match_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible Keyword match types. -type KeywordMatchTypeEnum_KeywordMatchType int32 - -const ( - // Not specified. - KeywordMatchTypeEnum_UNSPECIFIED KeywordMatchTypeEnum_KeywordMatchType = 0 - // Used for return value only. Represents value unknown in this version. - KeywordMatchTypeEnum_UNKNOWN KeywordMatchTypeEnum_KeywordMatchType = 1 - // Exact match. - KeywordMatchTypeEnum_EXACT KeywordMatchTypeEnum_KeywordMatchType = 2 - // Phrase match. - KeywordMatchTypeEnum_PHRASE KeywordMatchTypeEnum_KeywordMatchType = 3 - // Broad match. - KeywordMatchTypeEnum_BROAD KeywordMatchTypeEnum_KeywordMatchType = 4 -) - -var KeywordMatchTypeEnum_KeywordMatchType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "EXACT", - 3: "PHRASE", - 4: "BROAD", -} -var KeywordMatchTypeEnum_KeywordMatchType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "EXACT": 2, - "PHRASE": 3, - "BROAD": 4, -} - -func (x KeywordMatchTypeEnum_KeywordMatchType) String() string { - return proto.EnumName(KeywordMatchTypeEnum_KeywordMatchType_name, int32(x)) -} -func (KeywordMatchTypeEnum_KeywordMatchType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_match_type_722e1054dd985ca3, []int{0, 0} -} - -// Message describing Keyword match types. -type KeywordMatchTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordMatchTypeEnum) Reset() { *m = KeywordMatchTypeEnum{} } -func (m *KeywordMatchTypeEnum) String() string { return proto.CompactTextString(m) } -func (*KeywordMatchTypeEnum) ProtoMessage() {} -func (*KeywordMatchTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_match_type_722e1054dd985ca3, []int{0} -} -func (m *KeywordMatchTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordMatchTypeEnum.Unmarshal(m, b) -} -func (m *KeywordMatchTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordMatchTypeEnum.Marshal(b, m, deterministic) -} -func (dst *KeywordMatchTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordMatchTypeEnum.Merge(dst, src) -} -func (m *KeywordMatchTypeEnum) XXX_Size() int { - return xxx_messageInfo_KeywordMatchTypeEnum.Size(m) -} -func (m *KeywordMatchTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordMatchTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordMatchTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*KeywordMatchTypeEnum)(nil), "google.ads.googleads.v0.enums.KeywordMatchTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.KeywordMatchTypeEnum_KeywordMatchType", KeywordMatchTypeEnum_KeywordMatchType_name, KeywordMatchTypeEnum_KeywordMatchType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/keyword_match_type.proto", fileDescriptor_keyword_match_type_722e1054dd985ca3) -} - -var fileDescriptor_keyword_match_type_722e1054dd985ca3 = []byte{ - // 298 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4b, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xec, 0xd4, 0xca, 0xf2, 0xfc, 0xa2, 0x94, 0xf8, 0xdc, 0xc4, 0x92, 0xe4, - 0x8c, 0xf8, 0x92, 0xca, 0x82, 0x54, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x62, - 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x3e, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x3e, 0xa5, 0x2c, 0x2e, - 0x11, 0x6f, 0x88, 0x56, 0x5f, 0x90, 0xce, 0x90, 0xca, 0x82, 0x54, 0xd7, 0xbc, 0xd2, 0x5c, 0xa5, - 0x20, 0x2e, 0x01, 0x74, 0x71, 0x21, 0x7e, 0x2e, 0xee, 0x50, 0xbf, 0xe0, 0x00, 0x57, 0x67, 0x4f, - 0x37, 0x4f, 0x57, 0x17, 0x01, 0x06, 0x21, 0x6e, 0x2e, 0xf6, 0x50, 0x3f, 0x6f, 0x3f, 0xff, 0x70, - 0x3f, 0x01, 0x46, 0x21, 0x4e, 0x2e, 0x56, 0xd7, 0x08, 0x47, 0xe7, 0x10, 0x01, 0x26, 0x21, 0x2e, - 0x2e, 0xb6, 0x00, 0x8f, 0x20, 0xc7, 0x60, 0x57, 0x01, 0x66, 0x90, 0xb0, 0x53, 0x90, 0xbf, 0xa3, - 0x8b, 0x00, 0x8b, 0xd3, 0x2b, 0x46, 0x2e, 0xc5, 0xe4, 0xfc, 0x5c, 0x3d, 0xbc, 0x2e, 0x72, 0x12, - 0x45, 0xb7, 0x37, 0x00, 0xe4, 0x8f, 0x00, 0xc6, 0x28, 0x27, 0xa8, 0xbe, 0xf4, 0xfc, 0x9c, 0xc4, - 0xbc, 0x74, 0xbd, 0xfc, 0xa2, 0x74, 0xfd, 0xf4, 0xd4, 0x3c, 0xb0, 0x2f, 0x61, 0x21, 0x52, 0x90, - 0x59, 0x8c, 0x23, 0x80, 0xac, 0xc1, 0xe4, 0x22, 0x26, 0x66, 0x77, 0x47, 0xc7, 0x55, 0x4c, 0xb2, - 0xee, 0x10, 0xa3, 0x1c, 0x53, 0x8a, 0xf5, 0x20, 0x4c, 0x10, 0x2b, 0xcc, 0x40, 0x0f, 0xe4, 0xf7, - 0xe2, 0x53, 0x30, 0xf9, 0x18, 0xc7, 0x94, 0xe2, 0x18, 0xb8, 0x7c, 0x4c, 0x98, 0x41, 0x0c, 0x58, - 0xfe, 0x15, 0x93, 0x22, 0x44, 0xd0, 0xca, 0xca, 0x31, 0xa5, 0xd8, 0xca, 0x0a, 0xae, 0xc2, 0xca, - 0x2a, 0xcc, 0xc0, 0xca, 0x0a, 0xac, 0x26, 0x89, 0x0d, 0xec, 0x30, 0x63, 0x40, 0x00, 0x00, 0x00, - 0xff, 0xff, 0x01, 0x67, 0x86, 0x80, 0xb8, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/keyword_plan_competition_level.pb.go b/googleapis/ads/googleads/v0/enums/keyword_plan_competition_level.pb.go deleted file mode 100644 index 89a3ec42fc..0000000000 --- a/googleapis/ads/googleads/v0/enums/keyword_plan_competition_level.pb.go +++ /dev/null @@ -1,125 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/keyword_plan_competition_level.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Competition level of a keyword. -type KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel int32 - -const ( - // Not specified. - KeywordPlanCompetitionLevelEnum_UNSPECIFIED KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel = 0 - // The value is unknown in this version. - KeywordPlanCompetitionLevelEnum_UNKNOWN KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel = 1 - // Low competition. - KeywordPlanCompetitionLevelEnum_LOW KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel = 2 - // Medium competition. - KeywordPlanCompetitionLevelEnum_MEDIUM KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel = 3 - // High competition. - KeywordPlanCompetitionLevelEnum_HIGH KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel = 4 -) - -var KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "LOW", - 3: "MEDIUM", - 4: "HIGH", -} -var KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "LOW": 2, - "MEDIUM": 3, - "HIGH": 4, -} - -func (x KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel) String() string { - return proto.EnumName(KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel_name, int32(x)) -} -func (KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_competition_level_bcfa8eec4416734e, []int{0, 0} -} - -// Container for enumeration of keyword competition levels. The competition -// level indicates how competitive ad placement is for a keyword and -// is determined by the number of advertisers bidding on that keyword relative -// to all keywords across Google. The competition level can depend on the -// location and Search Network targeting options you've selected. -type KeywordPlanCompetitionLevelEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanCompetitionLevelEnum) Reset() { *m = KeywordPlanCompetitionLevelEnum{} } -func (m *KeywordPlanCompetitionLevelEnum) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanCompetitionLevelEnum) ProtoMessage() {} -func (*KeywordPlanCompetitionLevelEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_competition_level_bcfa8eec4416734e, []int{0} -} -func (m *KeywordPlanCompetitionLevelEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanCompetitionLevelEnum.Unmarshal(m, b) -} -func (m *KeywordPlanCompetitionLevelEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanCompetitionLevelEnum.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanCompetitionLevelEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanCompetitionLevelEnum.Merge(dst, src) -} -func (m *KeywordPlanCompetitionLevelEnum) XXX_Size() int { - return xxx_messageInfo_KeywordPlanCompetitionLevelEnum.Size(m) -} -func (m *KeywordPlanCompetitionLevelEnum) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanCompetitionLevelEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanCompetitionLevelEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*KeywordPlanCompetitionLevelEnum)(nil), "google.ads.googleads.v0.enums.KeywordPlanCompetitionLevelEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel", KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel_name, KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/keyword_plan_competition_level.proto", fileDescriptor_keyword_plan_competition_level_bcfa8eec4416734e) -} - -var fileDescriptor_keyword_plan_competition_level_bcfa8eec4416734e = []byte{ - // 311 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x6a, 0xc2, 0x30, - 0x1c, 0xc6, 0x67, 0x15, 0x1d, 0xf1, 0xb0, 0x92, 0xeb, 0x90, 0x4d, 0x1f, 0x20, 0x2d, 0xec, 0x96, - 0x9d, 0xaa, 0x76, 0x5a, 0xd4, 0x5a, 0x18, 0x2a, 0x48, 0x41, 0x3a, 0x13, 0x82, 0x2c, 0x4d, 0x8a, - 0xa9, 0x1d, 0x3b, 0xec, 0x65, 0x76, 0xdc, 0xa3, 0xec, 0x51, 0x76, 0xdf, 0x7d, 0x34, 0x99, 0xdd, - 0x69, 0xbd, 0x84, 0x8f, 0x7c, 0x5f, 0x7e, 0xf9, 0xff, 0x3f, 0x30, 0x64, 0x52, 0x32, 0x4e, 0x9d, - 0x84, 0x28, 0xc7, 0xc8, 0x52, 0x15, 0xae, 0x43, 0xc5, 0x29, 0x55, 0xce, 0x33, 0x7d, 0x7d, 0x91, - 0x47, 0xb2, 0xcb, 0x78, 0x22, 0x76, 0x7b, 0x99, 0x66, 0x34, 0x3f, 0xe4, 0x07, 0x29, 0x76, 0x9c, - 0x16, 0x94, 0xa3, 0xec, 0x28, 0x73, 0x09, 0x7b, 0xe6, 0x21, 0x4a, 0x88, 0x42, 0x15, 0x03, 0x15, - 0x2e, 0xd2, 0x8c, 0xc1, 0x1b, 0xb8, 0x99, 0x19, 0x4c, 0xc4, 0x13, 0x31, 0xfa, 0x83, 0xcc, 0x4b, - 0x86, 0x2f, 0x4e, 0xe9, 0x60, 0x0b, 0xae, 0x6b, 0x22, 0xf0, 0x0a, 0x74, 0x57, 0xe1, 0x63, 0xe4, - 0x8f, 0x82, 0x87, 0xc0, 0x1f, 0xdb, 0x17, 0xb0, 0x0b, 0x3a, 0xab, 0x70, 0x16, 0x2e, 0x37, 0xa1, - 0xdd, 0x80, 0x1d, 0xd0, 0x9c, 0x2f, 0x37, 0xb6, 0x05, 0x01, 0x68, 0x2f, 0xfc, 0x71, 0xb0, 0x5a, - 0xd8, 0x4d, 0x78, 0x09, 0x5a, 0xd3, 0x60, 0x32, 0xb5, 0x5b, 0xc3, 0xef, 0x06, 0xe8, 0xef, 0x65, - 0x8a, 0x6a, 0x87, 0x1c, 0xde, 0xd6, 0xfc, 0x1f, 0x95, 0x5b, 0x46, 0x8d, 0xed, 0x6f, 0x57, 0x88, - 0x49, 0x9e, 0x08, 0x86, 0xe4, 0x91, 0x39, 0x8c, 0x0a, 0xdd, 0xc1, 0xb9, 0xbb, 0xec, 0xa0, 0xfe, - 0xa9, 0xf2, 0x5e, 0x9f, 0xef, 0x56, 0x73, 0xe2, 0x79, 0x1f, 0x56, 0x6f, 0x62, 0x50, 0x1e, 0x51, - 0xc8, 0xc8, 0x52, 0xad, 0x5d, 0x54, 0xd6, 0xa1, 0x3e, 0xcf, 0x7e, 0xec, 0x11, 0x15, 0x57, 0x7e, - 0xbc, 0x76, 0x63, 0xed, 0x7f, 0x59, 0x7d, 0x73, 0x89, 0xb1, 0x47, 0x14, 0xc6, 0x55, 0x02, 0xe3, - 0xb5, 0x8b, 0xb1, 0xce, 0x3c, 0xb5, 0xf5, 0x60, 0x77, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x2e, - 0xc9, 0xb4, 0x2b, 0xe2, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/keyword_plan_forecast_interval.pb.go b/googleapis/ads/googleads/v0/enums/keyword_plan_forecast_interval.pb.go deleted file mode 100644 index 6f61207660..0000000000 --- a/googleapis/ads/googleads/v0/enums/keyword_plan_forecast_interval.pb.go +++ /dev/null @@ -1,125 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/keyword_plan_forecast_interval.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Forecast intervals. -type KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval int32 - -const ( - // Not specified. - KeywordPlanForecastIntervalEnum_UNSPECIFIED KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval = 0 - // The value is unknown in this version. - KeywordPlanForecastIntervalEnum_UNKNOWN KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval = 1 - // The next week date range for keyword plan. The next week is based - // on the default locale of the user's account and is mostly SUN-SAT or - // MON-SUN. - // This can be different from next-7 days. - KeywordPlanForecastIntervalEnum_NEXT_WEEK KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval = 3 - // The next month date range for keyword plan. - KeywordPlanForecastIntervalEnum_NEXT_MONTH KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval = 4 - // The next quarter date range for keyword plan. - KeywordPlanForecastIntervalEnum_NEXT_QUARTER KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval = 5 -) - -var KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 3: "NEXT_WEEK", - 4: "NEXT_MONTH", - 5: "NEXT_QUARTER", -} -var KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "NEXT_WEEK": 3, - "NEXT_MONTH": 4, - "NEXT_QUARTER": 5, -} - -func (x KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval) String() string { - return proto.EnumName(KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval_name, int32(x)) -} -func (KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_forecast_interval_8445698028b2e233, []int{0, 0} -} - -// Container for enumeration of forecast intervals. -type KeywordPlanForecastIntervalEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanForecastIntervalEnum) Reset() { *m = KeywordPlanForecastIntervalEnum{} } -func (m *KeywordPlanForecastIntervalEnum) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanForecastIntervalEnum) ProtoMessage() {} -func (*KeywordPlanForecastIntervalEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_forecast_interval_8445698028b2e233, []int{0} -} -func (m *KeywordPlanForecastIntervalEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanForecastIntervalEnum.Unmarshal(m, b) -} -func (m *KeywordPlanForecastIntervalEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanForecastIntervalEnum.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanForecastIntervalEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanForecastIntervalEnum.Merge(dst, src) -} -func (m *KeywordPlanForecastIntervalEnum) XXX_Size() int { - return xxx_messageInfo_KeywordPlanForecastIntervalEnum.Size(m) -} -func (m *KeywordPlanForecastIntervalEnum) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanForecastIntervalEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanForecastIntervalEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*KeywordPlanForecastIntervalEnum)(nil), "google.ads.googleads.v0.enums.KeywordPlanForecastIntervalEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval", KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval_name, KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/keyword_plan_forecast_interval.proto", fileDescriptor_keyword_plan_forecast_interval_8445698028b2e233) -} - -var fileDescriptor_keyword_plan_forecast_interval_8445698028b2e233 = []byte{ - // 322 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcb, 0x4e, 0x02, 0x31, - 0x18, 0x85, 0x1d, 0xf0, 0x12, 0x8b, 0x97, 0xc9, 0x6c, 0x0d, 0x51, 0x78, 0x80, 0xce, 0x24, 0xee, - 0xea, 0x6a, 0xd0, 0x82, 0x84, 0x58, 0x46, 0xe4, 0x62, 0xcc, 0x24, 0x93, 0x4a, 0x6b, 0x43, 0x2c, - 0x2d, 0x99, 0x02, 0xc6, 0xa7, 0xf0, 0x1d, 0x5c, 0xfa, 0x28, 0x3e, 0x8a, 0x7b, 0xf7, 0x66, 0x5a, - 0x60, 0x27, 0x9b, 0xe6, 0xfc, 0xfd, 0x4f, 0xbf, 0x9c, 0x1e, 0xd0, 0x10, 0x5a, 0x0b, 0xc9, 0x43, - 0xca, 0x4c, 0xe8, 0x64, 0xa1, 0x96, 0x51, 0xc8, 0xd5, 0x62, 0x6a, 0xc2, 0x57, 0xfe, 0xfe, 0xa6, - 0x73, 0x96, 0xcd, 0x24, 0x55, 0xd9, 0x8b, 0xce, 0xf9, 0x98, 0x9a, 0x79, 0x36, 0x51, 0x73, 0x9e, - 0x2f, 0xa9, 0x84, 0xb3, 0x5c, 0xcf, 0x75, 0x50, 0x75, 0x0f, 0x21, 0x65, 0x06, 0x6e, 0x18, 0x70, - 0x19, 0x41, 0xcb, 0xa8, 0x7f, 0x78, 0xe0, 0xbc, 0xe3, 0x38, 0x89, 0xa4, 0xaa, 0xb9, 0xa2, 0xb4, - 0x57, 0x10, 0xac, 0x16, 0xd3, 0xba, 0x04, 0x67, 0x5b, 0x2c, 0xc1, 0x29, 0xa8, 0x0c, 0xc8, 0x43, - 0x82, 0xaf, 0xdb, 0xcd, 0x36, 0xbe, 0xf1, 0x77, 0x82, 0x0a, 0x38, 0x18, 0x90, 0x0e, 0xe9, 0x8e, - 0x88, 0xef, 0x05, 0xc7, 0xe0, 0x90, 0xe0, 0xc7, 0x7e, 0x36, 0xc2, 0xb8, 0xe3, 0x97, 0x83, 0x13, - 0x00, 0xec, 0x78, 0xd7, 0x25, 0xfd, 0x5b, 0x7f, 0x37, 0xf0, 0xc1, 0x91, 0x9d, 0xef, 0x07, 0x71, - 0xaf, 0x8f, 0x7b, 0xfe, 0x5e, 0xe3, 0xd7, 0x03, 0xb5, 0xb1, 0x9e, 0xc2, 0xad, 0xb9, 0x1b, 0x17, - 0x5b, 0x12, 0x25, 0xc5, 0xc7, 0x13, 0xef, 0x69, 0x55, 0x1f, 0x14, 0x5a, 0x52, 0x25, 0xa0, 0xce, - 0x45, 0x28, 0xb8, 0xb2, 0xb5, 0xac, 0xeb, 0x9c, 0x4d, 0xcc, 0x3f, 0xed, 0x5e, 0xd9, 0xf3, 0xb3, - 0x54, 0x6e, 0xc5, 0xf1, 0x57, 0xa9, 0xda, 0x72, 0xa8, 0x98, 0x19, 0xe8, 0x64, 0xa1, 0x86, 0x11, - 0x2c, 0x0a, 0x32, 0xdf, 0xeb, 0x7d, 0x1a, 0x33, 0x93, 0x6e, 0xf6, 0xe9, 0x30, 0x4a, 0xed, 0xfe, - 0xa7, 0x54, 0x73, 0x97, 0x08, 0xc5, 0xcc, 0x20, 0xb4, 0x71, 0x20, 0x34, 0x8c, 0x10, 0xb2, 0x9e, - 0xe7, 0x7d, 0x1b, 0xec, 0xf2, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x49, 0xd5, 0x44, 0xe7, 0xf5, 0x01, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/keyword_plan_network.pb.go b/googleapis/ads/googleads/v0/enums/keyword_plan_network.pb.go deleted file mode 100644 index 66a8ee398a..0000000000 --- a/googleapis/ads/googleads/v0/enums/keyword_plan_network.pb.go +++ /dev/null @@ -1,117 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/keyword_plan_network.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enumerates keyword plan forecastable network types. -type KeywordPlanNetworkEnum_KeywordPlanNetwork int32 - -const ( - // Not specified. - KeywordPlanNetworkEnum_UNSPECIFIED KeywordPlanNetworkEnum_KeywordPlanNetwork = 0 - // The value is unknown in this version. - KeywordPlanNetworkEnum_UNKNOWN KeywordPlanNetworkEnum_KeywordPlanNetwork = 1 - // Google Search. - KeywordPlanNetworkEnum_GOOGLE_SEARCH KeywordPlanNetworkEnum_KeywordPlanNetwork = 2 - // Google Search + Search partners. - KeywordPlanNetworkEnum_GOOGLE_SEARCH_AND_PARTNERS KeywordPlanNetworkEnum_KeywordPlanNetwork = 3 -) - -var KeywordPlanNetworkEnum_KeywordPlanNetwork_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "GOOGLE_SEARCH", - 3: "GOOGLE_SEARCH_AND_PARTNERS", -} -var KeywordPlanNetworkEnum_KeywordPlanNetwork_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "GOOGLE_SEARCH": 2, - "GOOGLE_SEARCH_AND_PARTNERS": 3, -} - -func (x KeywordPlanNetworkEnum_KeywordPlanNetwork) String() string { - return proto.EnumName(KeywordPlanNetworkEnum_KeywordPlanNetwork_name, int32(x)) -} -func (KeywordPlanNetworkEnum_KeywordPlanNetwork) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_network_64cbb5783fb0f36c, []int{0, 0} -} - -// Container for enumeration of keyword plan forecastable network types. -type KeywordPlanNetworkEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanNetworkEnum) Reset() { *m = KeywordPlanNetworkEnum{} } -func (m *KeywordPlanNetworkEnum) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanNetworkEnum) ProtoMessage() {} -func (*KeywordPlanNetworkEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_network_64cbb5783fb0f36c, []int{0} -} -func (m *KeywordPlanNetworkEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanNetworkEnum.Unmarshal(m, b) -} -func (m *KeywordPlanNetworkEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanNetworkEnum.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanNetworkEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanNetworkEnum.Merge(dst, src) -} -func (m *KeywordPlanNetworkEnum) XXX_Size() int { - return xxx_messageInfo_KeywordPlanNetworkEnum.Size(m) -} -func (m *KeywordPlanNetworkEnum) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanNetworkEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanNetworkEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*KeywordPlanNetworkEnum)(nil), "google.ads.googleads.v0.enums.KeywordPlanNetworkEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.KeywordPlanNetworkEnum_KeywordPlanNetwork", KeywordPlanNetworkEnum_KeywordPlanNetwork_name, KeywordPlanNetworkEnum_KeywordPlanNetwork_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/keyword_plan_network.proto", fileDescriptor_keyword_plan_network_64cbb5783fb0f36c) -} - -var fileDescriptor_keyword_plan_network_64cbb5783fb0f36c = []byte{ - // 308 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x48, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xec, 0xd4, 0xca, 0xf2, 0xfc, 0xa2, 0x94, 0xf8, 0x82, 0x9c, 0xc4, 0xbc, - 0xf8, 0xbc, 0xd4, 0x92, 0xf2, 0xfc, 0xa2, 0x6c, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, - 0x88, 0x72, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x4e, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x4e, 0xa5, - 0x7a, 0x2e, 0x31, 0x6f, 0x88, 0xe6, 0x80, 0x9c, 0xc4, 0x3c, 0x3f, 0x88, 0x56, 0xd7, 0xbc, 0xd2, - 0x5c, 0xa5, 0x54, 0x2e, 0x21, 0x4c, 0x19, 0x21, 0x7e, 0x2e, 0xee, 0x50, 0xbf, 0xe0, 0x00, 0x57, - 0x67, 0x4f, 0x37, 0x4f, 0x57, 0x17, 0x01, 0x06, 0x21, 0x6e, 0x2e, 0xf6, 0x50, 0x3f, 0x6f, 0x3f, - 0xff, 0x70, 0x3f, 0x01, 0x46, 0x21, 0x41, 0x2e, 0x5e, 0x77, 0x7f, 0x7f, 0x77, 0x1f, 0xd7, 0xf8, - 0x60, 0x57, 0xc7, 0x20, 0x67, 0x0f, 0x01, 0x26, 0x21, 0x39, 0x2e, 0x29, 0x14, 0xa1, 0x78, 0x47, - 0x3f, 0x97, 0xf8, 0x00, 0xc7, 0xa0, 0x10, 0x3f, 0xd7, 0xa0, 0x60, 0x01, 0x66, 0xa7, 0x37, 0x8c, - 0x5c, 0x8a, 0xc9, 0xf9, 0xb9, 0x7a, 0x78, 0x9d, 0xe9, 0x24, 0x8e, 0xe9, 0x94, 0x00, 0x90, 0xf7, - 0x02, 0x18, 0xa3, 0x9c, 0xa0, 0x3a, 0xd3, 0xf3, 0x73, 0x12, 0xf3, 0xd2, 0xf5, 0xf2, 0x8b, 0xd2, - 0xf5, 0xd3, 0x53, 0xf3, 0xc0, 0x9e, 0x87, 0x05, 0x55, 0x41, 0x66, 0x31, 0x8e, 0x90, 0xb3, 0x06, - 0x93, 0x8b, 0x98, 0x98, 0xdd, 0x1d, 0x1d, 0x57, 0x31, 0xc9, 0xba, 0x43, 0x8c, 0x72, 0x4c, 0x29, - 0xd6, 0x83, 0x30, 0x41, 0xac, 0x30, 0x03, 0x3d, 0x50, 0x80, 0x14, 0x9f, 0x82, 0xc9, 0xc7, 0x38, - 0xa6, 0x14, 0xc7, 0xc0, 0xe5, 0x63, 0xc2, 0x0c, 0x62, 0xc0, 0xf2, 0xaf, 0x98, 0x14, 0x21, 0x82, - 0x56, 0x56, 0x8e, 0x29, 0xc5, 0x56, 0x56, 0x70, 0x15, 0x56, 0x56, 0x61, 0x06, 0x56, 0x56, 0x60, - 0x35, 0x49, 0x6c, 0x60, 0x87, 0x19, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x2c, 0xdf, 0xdb, 0x28, - 0xd1, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/listing_custom_attribute_index.pb.go b/googleapis/ads/googleads/v0/enums/listing_custom_attribute_index.pb.go deleted file mode 100644 index 529c6ae712..0000000000 --- a/googleapis/ads/googleads/v0/enums/listing_custom_attribute_index.pb.go +++ /dev/null @@ -1,130 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/listing_custom_attribute_index.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The index of the listing custom attribute. -type ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex int32 - -const ( - // Not specified. - ListingCustomAttributeIndexEnum_UNSPECIFIED ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex = 0 - // Used for return value only. Represents value unknown in this version. - ListingCustomAttributeIndexEnum_UNKNOWN ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex = 1 - // First listing custom attribute. - ListingCustomAttributeIndexEnum_CUSTOM_ATTRIBUTE_0 ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex = 2 - // Second listing custom attribute. - ListingCustomAttributeIndexEnum_CUSTOM_ATTRIBUTE_1 ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex = 3 - // Third listing custom attribute. - ListingCustomAttributeIndexEnum_CUSTOM_ATTRIBUTE_2 ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex = 4 - // Fourth listing custom attribute. - ListingCustomAttributeIndexEnum_CUSTOM_ATTRIBUTE_3 ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex = 5 - // Fifth listing custom attribute. - ListingCustomAttributeIndexEnum_CUSTOM_ATTRIBUTE_4 ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex = 6 -) - -var ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CUSTOM_ATTRIBUTE_0", - 3: "CUSTOM_ATTRIBUTE_1", - 4: "CUSTOM_ATTRIBUTE_2", - 5: "CUSTOM_ATTRIBUTE_3", - 6: "CUSTOM_ATTRIBUTE_4", -} -var ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CUSTOM_ATTRIBUTE_0": 2, - "CUSTOM_ATTRIBUTE_1": 3, - "CUSTOM_ATTRIBUTE_2": 4, - "CUSTOM_ATTRIBUTE_3": 5, - "CUSTOM_ATTRIBUTE_4": 6, -} - -func (x ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex) String() string { - return proto.EnumName(ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex_name, int32(x)) -} -func (ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_listing_custom_attribute_index_1f2b3fe2c45b5932, []int{0, 0} -} - -// Container for enum describing the index of the listing custom attribute. -type ListingCustomAttributeIndexEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ListingCustomAttributeIndexEnum) Reset() { *m = ListingCustomAttributeIndexEnum{} } -func (m *ListingCustomAttributeIndexEnum) String() string { return proto.CompactTextString(m) } -func (*ListingCustomAttributeIndexEnum) ProtoMessage() {} -func (*ListingCustomAttributeIndexEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_listing_custom_attribute_index_1f2b3fe2c45b5932, []int{0} -} -func (m *ListingCustomAttributeIndexEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ListingCustomAttributeIndexEnum.Unmarshal(m, b) -} -func (m *ListingCustomAttributeIndexEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ListingCustomAttributeIndexEnum.Marshal(b, m, deterministic) -} -func (dst *ListingCustomAttributeIndexEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ListingCustomAttributeIndexEnum.Merge(dst, src) -} -func (m *ListingCustomAttributeIndexEnum) XXX_Size() int { - return xxx_messageInfo_ListingCustomAttributeIndexEnum.Size(m) -} -func (m *ListingCustomAttributeIndexEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ListingCustomAttributeIndexEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ListingCustomAttributeIndexEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ListingCustomAttributeIndexEnum)(nil), "google.ads.googleads.v0.enums.ListingCustomAttributeIndexEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex", ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex_name, ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/listing_custom_attribute_index.proto", fileDescriptor_listing_custom_attribute_index_1f2b3fe2c45b5932) -} - -var fileDescriptor_listing_custom_attribute_index_1f2b3fe2c45b5932 = []byte{ - // 328 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0x4a, 0xc3, 0x30, - 0x1c, 0xc6, 0x6d, 0xa7, 0x13, 0xb2, 0x83, 0xa1, 0x07, 0x2f, 0x32, 0x74, 0x7b, 0x80, 0xb4, 0x3a, - 0x4f, 0xf1, 0x94, 0xce, 0x3a, 0x8a, 0xda, 0x0d, 0xd7, 0x4e, 0x90, 0x42, 0xe9, 0xd6, 0x12, 0x0a, - 0x6b, 0x32, 0x96, 0x74, 0xf8, 0x3c, 0x1e, 0xbd, 0xfa, 0x16, 0xbe, 0x80, 0xef, 0xe0, 0xdd, 0xbb, - 0x34, 0x71, 0x3b, 0xd5, 0x5d, 0xca, 0xc7, 0xf7, 0xff, 0xf7, 0x47, 0xfe, 0xdf, 0x07, 0x5c, 0xca, - 0x39, 0x5d, 0xe6, 0x76, 0x9a, 0x09, 0x5b, 0xcb, 0x5a, 0x6d, 0x1c, 0x3b, 0x67, 0x55, 0x29, 0xec, - 0x65, 0x21, 0x64, 0xc1, 0x68, 0xb2, 0xa8, 0x84, 0xe4, 0x65, 0x92, 0x4a, 0xb9, 0x2e, 0xe6, 0x95, - 0xcc, 0x93, 0x82, 0x65, 0xf9, 0x2b, 0x5a, 0xad, 0xb9, 0xe4, 0x56, 0x57, 0xff, 0x88, 0xd2, 0x4c, - 0xa0, 0x1d, 0x03, 0x6d, 0x1c, 0xa4, 0x18, 0xfd, 0x2f, 0x03, 0x9c, 0x3f, 0x68, 0xce, 0x50, 0x61, - 0xc8, 0x96, 0xe2, 0xd7, 0x10, 0x8f, 0x55, 0x65, 0xff, 0xc3, 0x00, 0x67, 0x7b, 0x76, 0xac, 0x13, - 0xd0, 0x89, 0x82, 0xe9, 0xc4, 0x1b, 0xfa, 0x77, 0xbe, 0x77, 0x0b, 0x0f, 0xac, 0x0e, 0x38, 0x8e, - 0x82, 0xfb, 0x60, 0xfc, 0x1c, 0x40, 0xc3, 0x3a, 0x05, 0xd6, 0x30, 0x9a, 0x86, 0xe3, 0xc7, 0x84, - 0x84, 0xe1, 0x93, 0xef, 0x46, 0xa1, 0x97, 0x38, 0xd0, 0x6c, 0xf4, 0x2f, 0x61, 0xab, 0xd1, 0xbf, - 0x82, 0x87, 0x8d, 0xfe, 0x00, 0x1e, 0x35, 0xfa, 0xd7, 0xb0, 0xed, 0xfe, 0x18, 0xa0, 0xb7, 0xe0, - 0x25, 0xda, 0x7b, 0xbf, 0x7b, 0xb1, 0xe7, 0xb0, 0x49, 0x1d, 0xe0, 0xc4, 0x78, 0xf9, 0xab, 0x01, - 0x51, 0xbe, 0x4c, 0x19, 0x45, 0x7c, 0x4d, 0x6d, 0x9a, 0x33, 0x15, 0xef, 0xb6, 0x96, 0x55, 0x21, - 0xfe, 0x69, 0xe9, 0x46, 0x7d, 0xdf, 0xcc, 0xd6, 0x88, 0x90, 0x77, 0xb3, 0x3b, 0xd2, 0x28, 0x92, - 0x09, 0xa4, 0x65, 0xad, 0x66, 0x0e, 0xaa, 0x83, 0x16, 0x9f, 0xdb, 0x79, 0x4c, 0x32, 0x11, 0xef, - 0xe6, 0xf1, 0xcc, 0x89, 0xd5, 0xfc, 0xdb, 0xec, 0x69, 0x13, 0x63, 0x92, 0x09, 0x8c, 0x77, 0x1b, - 0x18, 0xcf, 0x1c, 0x8c, 0xd5, 0xce, 0xbc, 0xad, 0x1e, 0x36, 0xf8, 0x0d, 0x00, 0x00, 0xff, 0xff, - 0x3c, 0xb0, 0x62, 0x92, 0x3d, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/listing_group_type.pb.go b/googleapis/ads/googleads/v0/enums/listing_group_type.pb.go deleted file mode 100644 index bdfbfaf137..0000000000 --- a/googleapis/ads/googleads/v0/enums/listing_group_type.pb.go +++ /dev/null @@ -1,118 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/listing_group_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The type of the listing group. -type ListingGroupTypeEnum_ListingGroupType int32 - -const ( - // Not specified. - ListingGroupTypeEnum_UNSPECIFIED ListingGroupTypeEnum_ListingGroupType = 0 - // Used for return value only. Represents value unknown in this version. - ListingGroupTypeEnum_UNKNOWN ListingGroupTypeEnum_ListingGroupType = 1 - // Subdivision of products along some listing dimension. These nodes - // are not used by serving to target listing entries, but is purely - // to define the structure of the tree. - ListingGroupTypeEnum_SUBDIVISION ListingGroupTypeEnum_ListingGroupType = 2 - // Listing group unit that defines a bid. - ListingGroupTypeEnum_UNIT ListingGroupTypeEnum_ListingGroupType = 3 -) - -var ListingGroupTypeEnum_ListingGroupType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "SUBDIVISION", - 3: "UNIT", -} -var ListingGroupTypeEnum_ListingGroupType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "SUBDIVISION": 2, - "UNIT": 3, -} - -func (x ListingGroupTypeEnum_ListingGroupType) String() string { - return proto.EnumName(ListingGroupTypeEnum_ListingGroupType_name, int32(x)) -} -func (ListingGroupTypeEnum_ListingGroupType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_listing_group_type_319a5698374aa388, []int{0, 0} -} - -// Container for enum describing the type of the listing group. -type ListingGroupTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ListingGroupTypeEnum) Reset() { *m = ListingGroupTypeEnum{} } -func (m *ListingGroupTypeEnum) String() string { return proto.CompactTextString(m) } -func (*ListingGroupTypeEnum) ProtoMessage() {} -func (*ListingGroupTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_listing_group_type_319a5698374aa388, []int{0} -} -func (m *ListingGroupTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ListingGroupTypeEnum.Unmarshal(m, b) -} -func (m *ListingGroupTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ListingGroupTypeEnum.Marshal(b, m, deterministic) -} -func (dst *ListingGroupTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ListingGroupTypeEnum.Merge(dst, src) -} -func (m *ListingGroupTypeEnum) XXX_Size() int { - return xxx_messageInfo_ListingGroupTypeEnum.Size(m) -} -func (m *ListingGroupTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ListingGroupTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ListingGroupTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ListingGroupTypeEnum)(nil), "google.ads.googleads.v0.enums.ListingGroupTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ListingGroupTypeEnum_ListingGroupType", ListingGroupTypeEnum_ListingGroupType_name, ListingGroupTypeEnum_ListingGroupType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/listing_group_type.proto", fileDescriptor_listing_group_type_319a5698374aa388) -} - -var fileDescriptor_listing_group_type_319a5698374aa388 = []byte{ - // 291 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4b, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0x9c, 0xcc, 0xe2, 0x92, 0xcc, 0xbc, 0xf4, 0xf8, 0xf4, 0xa2, 0xfc, 0xd2, - 0x82, 0xf8, 0x92, 0xca, 0x82, 0x54, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x62, - 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x3e, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x3e, 0xa5, 0x64, 0x2e, - 0x11, 0x1f, 0x88, 0x56, 0x77, 0x90, 0xce, 0x90, 0xca, 0x82, 0x54, 0xd7, 0xbc, 0xd2, 0x5c, 0x25, - 0x6f, 0x2e, 0x01, 0x74, 0x71, 0x21, 0x7e, 0x2e, 0xee, 0x50, 0xbf, 0xe0, 0x00, 0x57, 0x67, 0x4f, - 0x37, 0x4f, 0x57, 0x17, 0x01, 0x06, 0x21, 0x6e, 0x2e, 0xf6, 0x50, 0x3f, 0x6f, 0x3f, 0xff, 0x70, - 0x3f, 0x01, 0x46, 0x90, 0x6c, 0x70, 0xa8, 0x93, 0x8b, 0x67, 0x98, 0x67, 0xb0, 0xa7, 0xbf, 0x9f, - 0x00, 0x93, 0x10, 0x07, 0x17, 0x4b, 0xa8, 0x9f, 0x67, 0x88, 0x00, 0xb3, 0xd3, 0x2b, 0x46, 0x2e, - 0xc5, 0xe4, 0xfc, 0x5c, 0x3d, 0xbc, 0x4e, 0x71, 0x12, 0x45, 0xb7, 0x30, 0x00, 0xe4, 0x81, 0x00, - 0xc6, 0x28, 0x27, 0xa8, 0xbe, 0xf4, 0xfc, 0x9c, 0xc4, 0xbc, 0x74, 0xbd, 0xfc, 0xa2, 0x74, 0xfd, - 0xf4, 0xd4, 0x3c, 0xb0, 0xf7, 0x60, 0x41, 0x51, 0x90, 0x59, 0x8c, 0x23, 0x64, 0xac, 0xc1, 0xe4, - 0x22, 0x26, 0x66, 0x77, 0x47, 0xc7, 0x55, 0x4c, 0xb2, 0xee, 0x10, 0xa3, 0x1c, 0x53, 0x8a, 0xf5, - 0x20, 0x4c, 0x10, 0x2b, 0xcc, 0x40, 0x0f, 0xe4, 0xe9, 0xe2, 0x53, 0x30, 0xf9, 0x18, 0xc7, 0x94, - 0xe2, 0x18, 0xb8, 0x7c, 0x4c, 0x98, 0x41, 0x0c, 0x58, 0xfe, 0x15, 0x93, 0x22, 0x44, 0xd0, 0xca, - 0xca, 0x31, 0xa5, 0xd8, 0xca, 0x0a, 0xae, 0xc2, 0xca, 0x2a, 0xcc, 0xc0, 0xca, 0x0a, 0xac, 0x26, - 0x89, 0x0d, 0xec, 0x30, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd2, 0x4b, 0xcc, 0x82, 0xb1, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/local_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/local_placeholder_field.pb.go deleted file mode 100644 index 401811df8a..0000000000 --- a/googleapis/ads/googleads/v0/enums/local_placeholder_field.pb.go +++ /dev/null @@ -1,214 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/local_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for Local placeholder fields. -type LocalPlaceholderFieldEnum_LocalPlaceholderField int32 - -const ( - // Not specified. - LocalPlaceholderFieldEnum_UNSPECIFIED LocalPlaceholderFieldEnum_LocalPlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - LocalPlaceholderFieldEnum_UNKNOWN LocalPlaceholderFieldEnum_LocalPlaceholderField = 1 - // Data Type: STRING. Required. Unique ID. - LocalPlaceholderFieldEnum_DEAL_ID LocalPlaceholderFieldEnum_LocalPlaceholderField = 2 - // Data Type: STRING. Required. Main headline with local deal title to be - // shown in dynamic ad. - LocalPlaceholderFieldEnum_DEAL_NAME LocalPlaceholderFieldEnum_LocalPlaceholderField = 3 - // Data Type: STRING. Local deal subtitle to be shown in dynamic ad. - LocalPlaceholderFieldEnum_SUBTITLE LocalPlaceholderFieldEnum_LocalPlaceholderField = 4 - // Data Type: STRING. Description of local deal to be shown in dynamic ad. - LocalPlaceholderFieldEnum_DESCRIPTION LocalPlaceholderFieldEnum_LocalPlaceholderField = 5 - // Data Type: STRING. Price to be shown in the ad. Highly recommended for - // dynamic ads. Example: "100.00 USD" - LocalPlaceholderFieldEnum_PRICE LocalPlaceholderFieldEnum_LocalPlaceholderField = 6 - // Data Type: STRING. Formatted price to be shown in the ad. - // Example: "Starting at $100.00 USD", "$80 - $100" - LocalPlaceholderFieldEnum_FORMATTED_PRICE LocalPlaceholderFieldEnum_LocalPlaceholderField = 7 - // Data Type: STRING. Sale price to be shown in the ad. - // Example: "80.00 USD" - LocalPlaceholderFieldEnum_SALE_PRICE LocalPlaceholderFieldEnum_LocalPlaceholderField = 8 - // Data Type: STRING. Formatted sale price to be shown in the ad. - // Example: "On sale for $80.00", "$60 - $80" - LocalPlaceholderFieldEnum_FORMATTED_SALE_PRICE LocalPlaceholderFieldEnum_LocalPlaceholderField = 9 - // Data Type: URL. Image to be displayed in the ad. - LocalPlaceholderFieldEnum_IMAGE_URL LocalPlaceholderFieldEnum_LocalPlaceholderField = 10 - // Data Type: STRING. Complete property address, including postal code. - LocalPlaceholderFieldEnum_ADDRESS LocalPlaceholderFieldEnum_LocalPlaceholderField = 11 - // Data Type: STRING. Category of local deal used to group like items - // together for recommendation engine. - LocalPlaceholderFieldEnum_CATEGORY LocalPlaceholderFieldEnum_LocalPlaceholderField = 12 - // Data Type: STRING_LIST. Keywords used for product retrieval. - LocalPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS LocalPlaceholderFieldEnum_LocalPlaceholderField = 13 - // Data Type: URL_LIST. Required. Final URLs to be used in ad when using - // Upgraded URLs; the more specific the better (e.g. the individual URL of a - // specific local deal and its location). - LocalPlaceholderFieldEnum_FINAL_URLS LocalPlaceholderFieldEnum_LocalPlaceholderField = 14 - // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded - // URLs. - LocalPlaceholderFieldEnum_FINAL_MOBILE_URLS LocalPlaceholderFieldEnum_LocalPlaceholderField = 15 - // Data Type: URL. Tracking template for the ad when using Upgraded URLs. - LocalPlaceholderFieldEnum_TRACKING_URL LocalPlaceholderFieldEnum_LocalPlaceholderField = 16 - // Data Type: STRING. Android app link. Must be formatted as: - // android-app://{package_id}/{scheme}/{host_path}. - // The components are defined as follows: - // package_id: app ID as specified in Google Play. - // scheme: the scheme to pass to the application. Can be HTTP, or a custom - // scheme. - // host_path: identifies the specific content within your application. - LocalPlaceholderFieldEnum_ANDROID_APP_LINK LocalPlaceholderFieldEnum_LocalPlaceholderField = 17 - // Data Type: STRING_LIST. List of recommended local deal IDs to show - // together with this item. - LocalPlaceholderFieldEnum_SIMILAR_DEAL_IDS LocalPlaceholderFieldEnum_LocalPlaceholderField = 18 - // Data Type: STRING. iOS app link. - LocalPlaceholderFieldEnum_IOS_APP_LINK LocalPlaceholderFieldEnum_LocalPlaceholderField = 19 - // Data Type: INT64. iOS app store ID. - LocalPlaceholderFieldEnum_IOS_APP_STORE_ID LocalPlaceholderFieldEnum_LocalPlaceholderField = 20 -) - -var LocalPlaceholderFieldEnum_LocalPlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "DEAL_ID", - 3: "DEAL_NAME", - 4: "SUBTITLE", - 5: "DESCRIPTION", - 6: "PRICE", - 7: "FORMATTED_PRICE", - 8: "SALE_PRICE", - 9: "FORMATTED_SALE_PRICE", - 10: "IMAGE_URL", - 11: "ADDRESS", - 12: "CATEGORY", - 13: "CONTEXTUAL_KEYWORDS", - 14: "FINAL_URLS", - 15: "FINAL_MOBILE_URLS", - 16: "TRACKING_URL", - 17: "ANDROID_APP_LINK", - 18: "SIMILAR_DEAL_IDS", - 19: "IOS_APP_LINK", - 20: "IOS_APP_STORE_ID", -} -var LocalPlaceholderFieldEnum_LocalPlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "DEAL_ID": 2, - "DEAL_NAME": 3, - "SUBTITLE": 4, - "DESCRIPTION": 5, - "PRICE": 6, - "FORMATTED_PRICE": 7, - "SALE_PRICE": 8, - "FORMATTED_SALE_PRICE": 9, - "IMAGE_URL": 10, - "ADDRESS": 11, - "CATEGORY": 12, - "CONTEXTUAL_KEYWORDS": 13, - "FINAL_URLS": 14, - "FINAL_MOBILE_URLS": 15, - "TRACKING_URL": 16, - "ANDROID_APP_LINK": 17, - "SIMILAR_DEAL_IDS": 18, - "IOS_APP_LINK": 19, - "IOS_APP_STORE_ID": 20, -} - -func (x LocalPlaceholderFieldEnum_LocalPlaceholderField) String() string { - return proto.EnumName(LocalPlaceholderFieldEnum_LocalPlaceholderField_name, int32(x)) -} -func (LocalPlaceholderFieldEnum_LocalPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_local_placeholder_field_03795b47a3e1a73d, []int{0, 0} -} - -// Values for Local placeholder fields. -// For more information about dynamic remarketing feeds, see -// https://support.google.com/google-ads/answer/6053288. -type LocalPlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *LocalPlaceholderFieldEnum) Reset() { *m = LocalPlaceholderFieldEnum{} } -func (m *LocalPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*LocalPlaceholderFieldEnum) ProtoMessage() {} -func (*LocalPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_local_placeholder_field_03795b47a3e1a73d, []int{0} -} -func (m *LocalPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_LocalPlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *LocalPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_LocalPlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *LocalPlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_LocalPlaceholderFieldEnum.Merge(dst, src) -} -func (m *LocalPlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_LocalPlaceholderFieldEnum.Size(m) -} -func (m *LocalPlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_LocalPlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_LocalPlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*LocalPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.LocalPlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.LocalPlaceholderFieldEnum_LocalPlaceholderField", LocalPlaceholderFieldEnum_LocalPlaceholderField_name, LocalPlaceholderFieldEnum_LocalPlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/local_placeholder_field.proto", fileDescriptor_local_placeholder_field_03795b47a3e1a73d) -} - -var fileDescriptor_local_placeholder_field_03795b47a3e1a73d = []byte{ - // 493 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xdd, 0x6e, 0xda, 0x30, - 0x14, 0x1e, 0xb0, 0xfe, 0x60, 0x68, 0x71, 0x0d, 0xd5, 0x7e, 0xa4, 0x5e, 0xb4, 0x0f, 0x10, 0x90, - 0x76, 0x97, 0x5e, 0x99, 0xd8, 0x20, 0x0b, 0x63, 0x47, 0xb6, 0x43, 0xd7, 0x09, 0x29, 0xca, 0x48, - 0x96, 0x55, 0x0a, 0x04, 0x91, 0xb5, 0x0f, 0xb1, 0xc7, 0xd8, 0xd5, 0xb4, 0x47, 0xd9, 0xa3, 0xec, - 0x66, 0xaf, 0x30, 0x39, 0xe1, 0x67, 0x17, 0xdd, 0x6e, 0xa2, 0x73, 0xbe, 0x9f, 0x73, 0x8e, 0xe2, - 0x0f, 0xdc, 0xa6, 0x79, 0x9e, 0x66, 0x49, 0x3f, 0x8a, 0x8b, 0x7e, 0x55, 0xda, 0xea, 0x69, 0xd0, - 0x4f, 0x56, 0x8f, 0xcb, 0xa2, 0x9f, 0xe5, 0x8b, 0x28, 0x0b, 0xd7, 0x59, 0xb4, 0x48, 0x3e, 0xe7, - 0x59, 0x9c, 0x6c, 0xc2, 0x4f, 0x0f, 0x49, 0x16, 0x3b, 0xeb, 0x4d, 0xfe, 0x25, 0x47, 0x57, 0x95, - 0xc3, 0x89, 0xe2, 0xc2, 0xd9, 0x9b, 0x9d, 0xa7, 0x81, 0x53, 0x9a, 0x6f, 0xbe, 0x37, 0xc0, 0x1b, - 0x6e, 0x07, 0xf8, 0x07, 0xff, 0xc8, 0xda, 0xe9, 0xea, 0x71, 0x79, 0xf3, 0xb5, 0x01, 0x2e, 0x9f, - 0x65, 0x51, 0x07, 0xb4, 0x02, 0xa1, 0x7d, 0xea, 0xb1, 0x11, 0xa3, 0x04, 0xbe, 0x40, 0x2d, 0x70, - 0x12, 0x88, 0x89, 0x90, 0x77, 0x02, 0xd6, 0x6c, 0x43, 0x28, 0xe6, 0x21, 0x23, 0xb0, 0x8e, 0xce, - 0x40, 0xb3, 0x6c, 0x04, 0x9e, 0x52, 0xd8, 0x40, 0x6d, 0x70, 0xaa, 0x83, 0xa1, 0x61, 0x86, 0x53, - 0xf8, 0xd2, 0xce, 0x21, 0x54, 0x7b, 0x8a, 0xf9, 0x86, 0x49, 0x01, 0x8f, 0x50, 0x13, 0x1c, 0xf9, - 0x8a, 0x79, 0x14, 0x1e, 0xa3, 0x2e, 0xe8, 0x8c, 0xa4, 0x9a, 0x62, 0x63, 0x28, 0x09, 0x2b, 0xf0, - 0x04, 0x9d, 0x03, 0xa0, 0x31, 0xa7, 0xdb, 0xfe, 0x14, 0xbd, 0x06, 0xbd, 0x83, 0xe8, 0x2f, 0xa6, - 0x69, 0xf7, 0xb2, 0x29, 0x1e, 0xd3, 0x30, 0x50, 0x1c, 0x02, 0x7b, 0x13, 0x26, 0x44, 0x51, 0xad, - 0x61, 0xcb, 0x1e, 0xe1, 0x61, 0x43, 0xc7, 0x52, 0xdd, 0xc3, 0x36, 0x7a, 0x05, 0xba, 0x9e, 0x14, - 0x86, 0xbe, 0x37, 0x01, 0xe6, 0xe1, 0x84, 0xde, 0xdf, 0x49, 0x45, 0x34, 0x3c, 0xb3, 0xcb, 0x46, - 0x4c, 0x60, 0x6e, 0x47, 0x68, 0x78, 0x8e, 0x2e, 0xc1, 0x45, 0xd5, 0x4f, 0xe5, 0x90, 0x71, 0x5a, - 0xc1, 0x1d, 0x04, 0x41, 0xdb, 0x28, 0xec, 0x4d, 0x98, 0x18, 0x97, 0xcb, 0x20, 0xea, 0x01, 0x88, - 0x05, 0x51, 0x92, 0x91, 0x10, 0xfb, 0x7e, 0xc8, 0x99, 0x98, 0xc0, 0x0b, 0x8b, 0x6a, 0x36, 0x65, - 0x1c, 0xab, 0x70, 0xfb, 0x7b, 0x34, 0x44, 0xd6, 0xcd, 0xa4, 0x3e, 0xe8, 0xba, 0x56, 0xb7, 0x43, - 0xb4, 0x91, 0x8a, 0xda, 0xff, 0xd8, 0x1b, 0xfe, 0xae, 0x81, 0xeb, 0x45, 0xbe, 0x74, 0xfe, 0xfb, - 0xa0, 0xc3, 0xb7, 0xcf, 0xbe, 0x97, 0x6f, 0xb3, 0xe0, 0xd7, 0x3e, 0x0c, 0xb7, 0xe6, 0x34, 0xcf, - 0xa2, 0x55, 0xea, 0xe4, 0x9b, 0xb4, 0x9f, 0x26, 0xab, 0x32, 0x29, 0xbb, 0x68, 0xad, 0x1f, 0x8a, - 0x7f, 0x24, 0xed, 0xb6, 0xfc, 0x7e, 0xab, 0x37, 0xc6, 0x18, 0xff, 0xa8, 0x5f, 0x8d, 0xab, 0x51, - 0x38, 0x2e, 0x9c, 0xaa, 0xb4, 0xd5, 0x6c, 0xe0, 0xd8, 0xe4, 0x14, 0x3f, 0x77, 0xfc, 0x1c, 0xc7, - 0xc5, 0x7c, 0xcf, 0xcf, 0x67, 0x83, 0x79, 0xc9, 0xff, 0xaa, 0x5f, 0x57, 0xa0, 0xeb, 0xe2, 0xb8, - 0x70, 0xdd, 0xbd, 0xc2, 0x75, 0x67, 0x03, 0xd7, 0x2d, 0x35, 0x1f, 0x8f, 0xcb, 0xc3, 0xde, 0xfd, - 0x09, 0x00, 0x00, 0xff, 0xff, 0xae, 0x98, 0x53, 0x81, 0x01, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/manager_link_status.pb.go b/googleapis/ads/googleads/v0/enums/manager_link_status.pb.go deleted file mode 100644 index c53390dc22..0000000000 --- a/googleapis/ads/googleads/v0/enums/manager_link_status.pb.go +++ /dev/null @@ -1,131 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/manager_link_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible statuses of a link. -type ManagerLinkStatusEnum_ManagerLinkStatus int32 - -const ( - // Not specified. - ManagerLinkStatusEnum_UNSPECIFIED ManagerLinkStatusEnum_ManagerLinkStatus = 0 - // Used for return value only. Represents value unknown in this version. - ManagerLinkStatusEnum_UNKNOWN ManagerLinkStatusEnum_ManagerLinkStatus = 1 - // Indicates current in-effect relationship - ManagerLinkStatusEnum_ACTIVE ManagerLinkStatusEnum_ManagerLinkStatus = 2 - // Indicates terminated relationship - ManagerLinkStatusEnum_INACTIVE ManagerLinkStatusEnum_ManagerLinkStatus = 3 - // Indicates relationship has been requested by manager, but the client - // hasn't accepted yet. - ManagerLinkStatusEnum_PENDING ManagerLinkStatusEnum_ManagerLinkStatus = 4 - // Relationship was requested by the manager, but the client has refused. - ManagerLinkStatusEnum_REFUSED ManagerLinkStatusEnum_ManagerLinkStatus = 5 - // Indicates relationship has been requested by manager, but manager - // canceled it. - ManagerLinkStatusEnum_CANCELED ManagerLinkStatusEnum_ManagerLinkStatus = 6 -) - -var ManagerLinkStatusEnum_ManagerLinkStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ACTIVE", - 3: "INACTIVE", - 4: "PENDING", - 5: "REFUSED", - 6: "CANCELED", -} -var ManagerLinkStatusEnum_ManagerLinkStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ACTIVE": 2, - "INACTIVE": 3, - "PENDING": 4, - "REFUSED": 5, - "CANCELED": 6, -} - -func (x ManagerLinkStatusEnum_ManagerLinkStatus) String() string { - return proto.EnumName(ManagerLinkStatusEnum_ManagerLinkStatus_name, int32(x)) -} -func (ManagerLinkStatusEnum_ManagerLinkStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_manager_link_status_214e164d8f357bee, []int{0, 0} -} - -// Container for enum describing possible status of a manager and client link. -type ManagerLinkStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ManagerLinkStatusEnum) Reset() { *m = ManagerLinkStatusEnum{} } -func (m *ManagerLinkStatusEnum) String() string { return proto.CompactTextString(m) } -func (*ManagerLinkStatusEnum) ProtoMessage() {} -func (*ManagerLinkStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_manager_link_status_214e164d8f357bee, []int{0} -} -func (m *ManagerLinkStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ManagerLinkStatusEnum.Unmarshal(m, b) -} -func (m *ManagerLinkStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ManagerLinkStatusEnum.Marshal(b, m, deterministic) -} -func (dst *ManagerLinkStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ManagerLinkStatusEnum.Merge(dst, src) -} -func (m *ManagerLinkStatusEnum) XXX_Size() int { - return xxx_messageInfo_ManagerLinkStatusEnum.Size(m) -} -func (m *ManagerLinkStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ManagerLinkStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ManagerLinkStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ManagerLinkStatusEnum)(nil), "google.ads.googleads.v0.enums.ManagerLinkStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ManagerLinkStatusEnum_ManagerLinkStatus", ManagerLinkStatusEnum_ManagerLinkStatus_name, ManagerLinkStatusEnum_ManagerLinkStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/manager_link_status.proto", fileDescriptor_manager_link_status_214e164d8f357bee) -} - -var fileDescriptor_manager_link_status_214e164d8f357bee = []byte{ - // 320 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xf3, 0x30, - 0x1c, 0xc5, 0xbf, 0x76, 0x9f, 0x53, 0x32, 0xc1, 0x58, 0xd0, 0xbb, 0x5d, 0x6c, 0x0f, 0x90, 0x16, - 0xbc, 0x10, 0xe2, 0x55, 0xd6, 0x66, 0xa3, 0x38, 0x63, 0x71, 0xae, 0x82, 0x14, 0x46, 0xb4, 0x25, - 0x8c, 0xad, 0xc9, 0x58, 0xb6, 0x3d, 0x85, 0x4f, 0xe1, 0xa5, 0x8f, 0xe2, 0xa3, 0xe8, 0x4b, 0x48, - 0x92, 0x6d, 0x37, 0x43, 0x6f, 0xc2, 0xf9, 0xe7, 0x9c, 0x5f, 0xf8, 0xe7, 0x80, 0x6b, 0xa1, 0x94, - 0x98, 0x57, 0x21, 0x2f, 0x75, 0xe8, 0xa4, 0x51, 0x9b, 0x28, 0xac, 0xe4, 0xba, 0xd6, 0x61, 0xcd, - 0x25, 0x17, 0xd5, 0x72, 0x32, 0x9f, 0xca, 0xd9, 0x44, 0xaf, 0xf8, 0x6a, 0xad, 0xd1, 0x62, 0xa9, - 0x56, 0x2a, 0x68, 0xbb, 0x34, 0xe2, 0xa5, 0x46, 0x7b, 0x10, 0x6d, 0x22, 0x64, 0xc1, 0xee, 0x9b, - 0x07, 0x2e, 0xee, 0x1c, 0x3c, 0x9c, 0xca, 0xd9, 0xc8, 0xa2, 0x54, 0xae, 0xeb, 0xae, 0x06, 0xe7, - 0x07, 0x46, 0x70, 0x06, 0x5a, 0x63, 0x36, 0xca, 0x68, 0x9c, 0xf6, 0x53, 0x9a, 0xc0, 0x7f, 0x41, - 0x0b, 0x1c, 0x8f, 0xd9, 0x2d, 0xbb, 0x7f, 0x62, 0xd0, 0x0b, 0x00, 0x68, 0x92, 0xf8, 0x31, 0xcd, - 0x29, 0xf4, 0x83, 0x53, 0x70, 0x92, 0xb2, 0xed, 0xd4, 0x30, 0xb1, 0x8c, 0xb2, 0x24, 0x65, 0x03, - 0xf8, 0xdf, 0x0c, 0x0f, 0xb4, 0x3f, 0x1e, 0xd1, 0x04, 0x1e, 0x99, 0x5c, 0x4c, 0x58, 0x4c, 0x87, - 0x34, 0x81, 0xcd, 0xde, 0xb7, 0x07, 0x3a, 0xaf, 0xaa, 0x46, 0x7f, 0x2e, 0xdd, 0xbb, 0x3c, 0x58, - 0x2c, 0x33, 0x7f, 0xcd, 0xbc, 0xe7, 0xde, 0x16, 0x14, 0x6a, 0xce, 0xa5, 0x40, 0x6a, 0x29, 0x42, - 0x51, 0x49, 0xdb, 0xc4, 0xae, 0xb6, 0xc5, 0x54, 0xff, 0xd2, 0xe2, 0x8d, 0x3d, 0xdf, 0xfd, 0xc6, - 0x80, 0x90, 0x0f, 0xbf, 0x3d, 0x70, 0x4f, 0x91, 0x52, 0x23, 0x27, 0x8d, 0xca, 0x23, 0x64, 0xda, - 0xd1, 0x9f, 0x3b, 0xbf, 0x20, 0xa5, 0x2e, 0xf6, 0x7e, 0x91, 0x47, 0x85, 0xf5, 0xbf, 0xfc, 0x8e, - 0xbb, 0xc4, 0x98, 0x94, 0x1a, 0xe3, 0x7d, 0x02, 0xe3, 0x3c, 0xc2, 0xd8, 0x66, 0x5e, 0x9a, 0x76, - 0xb1, 0xab, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd6, 0x9e, 0xae, 0xdd, 0xdd, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/media_type.pb.go b/googleapis/ads/googleads/v0/enums/media_type.pb.go deleted file mode 100644 index 7a5a045513..0000000000 --- a/googleapis/ads/googleads/v0/enums/media_type.pb.go +++ /dev/null @@ -1,136 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/media_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The type of media. -type MediaTypeEnum_MediaType int32 - -const ( - // The media type has not been specified. - MediaTypeEnum_UNSPECIFIED MediaTypeEnum_MediaType = 0 - // The received value is not known in this version. - // - // This is a response-only value. - MediaTypeEnum_UNKNOWN MediaTypeEnum_MediaType = 1 - // Static image, used for image ad. - MediaTypeEnum_IMAGE MediaTypeEnum_MediaType = 2 - // Small image, used for map ad. - MediaTypeEnum_ICON MediaTypeEnum_MediaType = 3 - // ZIP file, used in fields of template ads. - MediaTypeEnum_MEDIA_BUNDLE MediaTypeEnum_MediaType = 4 - // Audio file. - MediaTypeEnum_AUDIO MediaTypeEnum_MediaType = 5 - // Video file. - MediaTypeEnum_VIDEO MediaTypeEnum_MediaType = 6 - // Animated image, such as animated GIF. - MediaTypeEnum_DYNAMIC_IMAGE MediaTypeEnum_MediaType = 7 -) - -var MediaTypeEnum_MediaType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "IMAGE", - 3: "ICON", - 4: "MEDIA_BUNDLE", - 5: "AUDIO", - 6: "VIDEO", - 7: "DYNAMIC_IMAGE", -} -var MediaTypeEnum_MediaType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "IMAGE": 2, - "ICON": 3, - "MEDIA_BUNDLE": 4, - "AUDIO": 5, - "VIDEO": 6, - "DYNAMIC_IMAGE": 7, -} - -func (x MediaTypeEnum_MediaType) String() string { - return proto.EnumName(MediaTypeEnum_MediaType_name, int32(x)) -} -func (MediaTypeEnum_MediaType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_media_type_aee5d3f8bbc5ce94, []int{0, 0} -} - -// Container for enum describing the types of media. -type MediaTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MediaTypeEnum) Reset() { *m = MediaTypeEnum{} } -func (m *MediaTypeEnum) String() string { return proto.CompactTextString(m) } -func (*MediaTypeEnum) ProtoMessage() {} -func (*MediaTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_media_type_aee5d3f8bbc5ce94, []int{0} -} -func (m *MediaTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MediaTypeEnum.Unmarshal(m, b) -} -func (m *MediaTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MediaTypeEnum.Marshal(b, m, deterministic) -} -func (dst *MediaTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_MediaTypeEnum.Merge(dst, src) -} -func (m *MediaTypeEnum) XXX_Size() int { - return xxx_messageInfo_MediaTypeEnum.Size(m) -} -func (m *MediaTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_MediaTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_MediaTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*MediaTypeEnum)(nil), "google.ads.googleads.v0.enums.MediaTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.MediaTypeEnum_MediaType", MediaTypeEnum_MediaType_name, MediaTypeEnum_MediaType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/media_type.proto", fileDescriptor_media_type_aee5d3f8bbc5ce94) -} - -var fileDescriptor_media_type_aee5d3f8bbc5ce94 = []byte{ - // 321 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x4d, 0x4e, 0xc3, 0x30, - 0x14, 0x84, 0x49, 0xfa, 0x47, 0x5d, 0x0a, 0xc6, 0xfb, 0x2e, 0xda, 0x03, 0x38, 0x91, 0xd8, 0x99, - 0x95, 0xd3, 0x98, 0xca, 0x82, 0x38, 0x95, 0x20, 0x41, 0xa0, 0x48, 0x55, 0x20, 0x51, 0x54, 0xa9, - 0x89, 0xa3, 0xba, 0xad, 0x94, 0x2b, 0x70, 0x0c, 0x96, 0x1c, 0x85, 0x6b, 0xb0, 0xe3, 0x14, 0xc8, - 0x09, 0xcd, 0x0e, 0x36, 0xd6, 0xc8, 0xf3, 0xbd, 0xa7, 0x79, 0x03, 0x70, 0x26, 0x65, 0xb6, 0x49, - 0xad, 0x38, 0x51, 0x56, 0x23, 0xb5, 0x3a, 0xd8, 0x56, 0x5a, 0xec, 0x73, 0x65, 0xe5, 0x69, 0xb2, - 0x8e, 0x57, 0xbb, 0xaa, 0x4c, 0x71, 0xb9, 0x95, 0x3b, 0x89, 0x26, 0x0d, 0x84, 0xe3, 0x44, 0xe1, - 0x96, 0xc7, 0x07, 0x1b, 0xd7, 0xfc, 0xec, 0xcd, 0x00, 0x63, 0x4f, 0xcf, 0x3c, 0x54, 0x65, 0xca, - 0x8a, 0x7d, 0x3e, 0xab, 0xc0, 0xb0, 0xfd, 0x40, 0x17, 0x60, 0x14, 0x88, 0xfb, 0x25, 0x9b, 0xf3, - 0x1b, 0xce, 0x5c, 0x78, 0x82, 0x46, 0x60, 0x10, 0x88, 0x5b, 0xe1, 0x3f, 0x0a, 0x68, 0xa0, 0x21, - 0xe8, 0x71, 0x8f, 0x2e, 0x18, 0x34, 0xd1, 0x29, 0xe8, 0xf2, 0xb9, 0x2f, 0x60, 0x07, 0x41, 0x70, - 0xe6, 0x31, 0x97, 0xd3, 0x95, 0x13, 0x08, 0xf7, 0x8e, 0xc1, 0xae, 0xc6, 0x68, 0xe0, 0x72, 0x1f, - 0xf6, 0xb4, 0x0c, 0xb9, 0xcb, 0x7c, 0xd8, 0x47, 0x97, 0x60, 0xec, 0x3e, 0x09, 0xea, 0xf1, 0xf9, - 0xaa, 0x59, 0x32, 0x70, 0xbe, 0x0c, 0x30, 0x7d, 0x95, 0x39, 0xfe, 0x37, 0xb2, 0x73, 0xde, 0xc6, - 0x5b, 0xea, 0x0b, 0x97, 0xc6, 0xb3, 0xf3, 0x3b, 0x90, 0xc9, 0x4d, 0x5c, 0x64, 0x58, 0x6e, 0x33, - 0x2b, 0x4b, 0x8b, 0xfa, 0xfe, 0x63, 0x47, 0xe5, 0x5a, 0xfd, 0x51, 0xd9, 0x75, 0xfd, 0xbe, 0x9b, - 0x9d, 0x05, 0xa5, 0x1f, 0xe6, 0x64, 0xd1, 0xac, 0xa2, 0x89, 0xc2, 0x8d, 0xd4, 0x2a, 0xb4, 0xb1, - 0xee, 0x46, 0x7d, 0x1e, 0xfd, 0x88, 0x26, 0x2a, 0x6a, 0xfd, 0x28, 0xb4, 0xa3, 0xda, 0xff, 0x36, - 0xa7, 0xcd, 0x27, 0x21, 0x34, 0x51, 0x84, 0xb4, 0x04, 0x21, 0xa1, 0x4d, 0x48, 0xcd, 0xbc, 0xf4, - 0xeb, 0x60, 0x57, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x11, 0x19, 0xee, 0xbf, 0xca, 0x01, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/message_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/message_placeholder_field.pb.go deleted file mode 100644 index e06347bb43..0000000000 --- a/googleapis/ads/googleads/v0/enums/message_placeholder_field.pb.go +++ /dev/null @@ -1,133 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/message_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for Message placeholder fields. -type MessagePlaceholderFieldEnum_MessagePlaceholderField int32 - -const ( - // Not specified. - MessagePlaceholderFieldEnum_UNSPECIFIED MessagePlaceholderFieldEnum_MessagePlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - MessagePlaceholderFieldEnum_UNKNOWN MessagePlaceholderFieldEnum_MessagePlaceholderField = 1 - // Data Type: STRING. The name of your business. - MessagePlaceholderFieldEnum_BUSINESS_NAME MessagePlaceholderFieldEnum_MessagePlaceholderField = 2 - // Data Type: STRING. Country code of phone number. - MessagePlaceholderFieldEnum_COUNTRY_CODE MessagePlaceholderFieldEnum_MessagePlaceholderField = 3 - // Data Type: STRING. A phone number that's capable of sending and receiving - // text messages. - MessagePlaceholderFieldEnum_PHONE_NUMBER MessagePlaceholderFieldEnum_MessagePlaceholderField = 4 - // Data Type: STRING. The text that will go in your click-to-message ad. - MessagePlaceholderFieldEnum_MESSAGE_EXTENSION_TEXT MessagePlaceholderFieldEnum_MessagePlaceholderField = 5 - // Data Type: STRING. The message text automatically shows in people's - // messaging apps when they tap to send you a message. - MessagePlaceholderFieldEnum_MESSAGE_TEXT MessagePlaceholderFieldEnum_MessagePlaceholderField = 6 -) - -var MessagePlaceholderFieldEnum_MessagePlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "BUSINESS_NAME", - 3: "COUNTRY_CODE", - 4: "PHONE_NUMBER", - 5: "MESSAGE_EXTENSION_TEXT", - 6: "MESSAGE_TEXT", -} -var MessagePlaceholderFieldEnum_MessagePlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "BUSINESS_NAME": 2, - "COUNTRY_CODE": 3, - "PHONE_NUMBER": 4, - "MESSAGE_EXTENSION_TEXT": 5, - "MESSAGE_TEXT": 6, -} - -func (x MessagePlaceholderFieldEnum_MessagePlaceholderField) String() string { - return proto.EnumName(MessagePlaceholderFieldEnum_MessagePlaceholderField_name, int32(x)) -} -func (MessagePlaceholderFieldEnum_MessagePlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_message_placeholder_field_1a5e96200dea2b92, []int{0, 0} -} - -// Values for Message placeholder fields. -type MessagePlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MessagePlaceholderFieldEnum) Reset() { *m = MessagePlaceholderFieldEnum{} } -func (m *MessagePlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*MessagePlaceholderFieldEnum) ProtoMessage() {} -func (*MessagePlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_message_placeholder_field_1a5e96200dea2b92, []int{0} -} -func (m *MessagePlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MessagePlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *MessagePlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MessagePlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *MessagePlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_MessagePlaceholderFieldEnum.Merge(dst, src) -} -func (m *MessagePlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_MessagePlaceholderFieldEnum.Size(m) -} -func (m *MessagePlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_MessagePlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_MessagePlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*MessagePlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.MessagePlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.MessagePlaceholderFieldEnum_MessagePlaceholderField", MessagePlaceholderFieldEnum_MessagePlaceholderField_name, MessagePlaceholderFieldEnum_MessagePlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/message_placeholder_field.proto", fileDescriptor_message_placeholder_field_1a5e96200dea2b92) -} - -var fileDescriptor_message_placeholder_field_1a5e96200dea2b92 = []byte{ - // 351 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xcf, 0x4e, 0x83, 0x30, - 0x1c, 0x16, 0xa6, 0x33, 0xe9, 0x34, 0x22, 0x07, 0x4d, 0xd4, 0x1d, 0xb6, 0x07, 0x28, 0x24, 0xde, - 0x6a, 0x3c, 0xc0, 0xd6, 0x4d, 0x62, 0x28, 0x64, 0xc0, 0x9c, 0x86, 0x84, 0xe0, 0xa8, 0xb8, 0x04, - 0xe8, 0xb2, 0xba, 0x3d, 0x8d, 0x27, 0x8f, 0x3e, 0x83, 0x4f, 0xe0, 0xa3, 0x78, 0xf3, 0x0d, 0x4c, - 0x8b, 0x9b, 0xa7, 0x79, 0x21, 0x5f, 0xbe, 0x7f, 0xe1, 0xf7, 0x15, 0x5c, 0xe7, 0x8c, 0xe5, 0x05, - 0x35, 0xd2, 0x8c, 0x1b, 0x35, 0x14, 0x68, 0x65, 0x1a, 0xb4, 0x5a, 0x96, 0xdc, 0x28, 0x29, 0xe7, - 0x69, 0x4e, 0x93, 0x79, 0x91, 0x4e, 0xe9, 0x33, 0x2b, 0x32, 0xba, 0x48, 0x9e, 0x66, 0xb4, 0xc8, - 0xe0, 0x7c, 0xc1, 0x5e, 0x98, 0xde, 0xae, 0x33, 0x30, 0xcd, 0x38, 0xdc, 0xc4, 0xe1, 0xca, 0x84, - 0x32, 0xde, 0xfd, 0x50, 0xc0, 0xb9, 0x5b, 0x57, 0xf8, 0x7f, 0x0d, 0x03, 0x51, 0x80, 0xab, 0x65, - 0xd9, 0x7d, 0x55, 0xc0, 0xe9, 0x16, 0x5d, 0x3f, 0x02, 0xad, 0x88, 0x04, 0x3e, 0xee, 0x39, 0x03, - 0x07, 0xf7, 0xb5, 0x1d, 0xbd, 0x05, 0xf6, 0x23, 0x72, 0x4b, 0xbc, 0x3b, 0xa2, 0x29, 0xfa, 0x31, - 0x38, 0xb4, 0xa3, 0xc0, 0x21, 0x38, 0x08, 0x12, 0x62, 0xb9, 0x58, 0x53, 0x75, 0x0d, 0x1c, 0xf4, - 0xbc, 0x88, 0x84, 0xa3, 0xfb, 0xa4, 0xe7, 0xf5, 0xb1, 0xd6, 0x10, 0x8c, 0x7f, 0xe3, 0x11, 0x9c, - 0x90, 0xc8, 0xb5, 0xf1, 0x48, 0xdb, 0xd5, 0xcf, 0xc0, 0x89, 0x8b, 0x83, 0xc0, 0x1a, 0xe2, 0x04, - 0x4f, 0x42, 0x4c, 0x02, 0xc7, 0x23, 0x49, 0x88, 0x27, 0xa1, 0xb6, 0x27, 0xdc, 0x6b, 0x4d, 0x32, - 0x4d, 0xfb, 0x5b, 0x01, 0x9d, 0x29, 0x2b, 0xe1, 0xbf, 0x47, 0xda, 0x17, 0x5b, 0x2e, 0xf0, 0xc5, - 0x42, 0xbe, 0xf2, 0x60, 0xff, 0xc6, 0x73, 0x56, 0xa4, 0x55, 0x0e, 0xd9, 0x22, 0x37, 0x72, 0x5a, - 0xc9, 0xfd, 0xd6, 0x93, 0xcf, 0x67, 0x7c, 0xcb, 0x0b, 0x5c, 0xc9, 0xef, 0x9b, 0xda, 0x18, 0x5a, - 0xd6, 0xbb, 0xda, 0x1e, 0xd6, 0x55, 0x56, 0xc6, 0x61, 0x0d, 0x05, 0x1a, 0x9b, 0x50, 0xac, 0xc9, - 0x3f, 0xd7, 0x7a, 0x6c, 0x65, 0x3c, 0xde, 0xe8, 0xf1, 0xd8, 0x8c, 0xa5, 0xfe, 0xa5, 0x76, 0x6a, - 0x12, 0x21, 0x2b, 0xe3, 0x08, 0x6d, 0x1c, 0x08, 0x8d, 0x4d, 0x84, 0xa4, 0xe7, 0xb1, 0x29, 0x7f, - 0xec, 0xf2, 0x27, 0x00, 0x00, 0xff, 0xff, 0x47, 0x86, 0x29, 0x2c, 0x19, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/mime_type.pb.go b/googleapis/ads/googleads/v0/enums/mime_type.pb.go deleted file mode 100644 index b10106ca96..0000000000 --- a/googleapis/ads/googleads/v0/enums/mime_type.pb.go +++ /dev/null @@ -1,163 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/mime_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The mime type -type MimeTypeEnum_MimeType int32 - -const ( - // The mime type has not been specified. - MimeTypeEnum_UNSPECIFIED MimeTypeEnum_MimeType = 0 - // The received value is not known in this version. - // - // This is a response-only value. - MimeTypeEnum_UNKNOWN MimeTypeEnum_MimeType = 1 - // MIME type of image/jpeg. - MimeTypeEnum_IMAGE_JPEG MimeTypeEnum_MimeType = 2 - // MIME type of image/gif. - MimeTypeEnum_IMAGE_GIF MimeTypeEnum_MimeType = 3 - // MIME type of image/png. - MimeTypeEnum_IMAGE_PNG MimeTypeEnum_MimeType = 4 - // MIME type of application/x-shockwave-flash. - MimeTypeEnum_FLASH MimeTypeEnum_MimeType = 5 - // MIME type of text/html. - MimeTypeEnum_TEXT_HTML MimeTypeEnum_MimeType = 6 - // MIME type of application/pdf. - MimeTypeEnum_PDF MimeTypeEnum_MimeType = 7 - // MIME type of application/msword. - MimeTypeEnum_MSWORD MimeTypeEnum_MimeType = 8 - // MIME type of application/vnd.ms-excel. - MimeTypeEnum_MSEXCEL MimeTypeEnum_MimeType = 9 - // MIME type of application/rtf. - MimeTypeEnum_RTF MimeTypeEnum_MimeType = 10 - // MIME type of audio/wav. - MimeTypeEnum_AUDIO_WAV MimeTypeEnum_MimeType = 11 - // MIME type of audio/mp3. - MimeTypeEnum_AUDIO_MP3 MimeTypeEnum_MimeType = 12 - // MIME type of application/x-html5-ad-zip. - MimeTypeEnum_HTML5_AD_ZIP MimeTypeEnum_MimeType = 13 -) - -var MimeTypeEnum_MimeType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "IMAGE_JPEG", - 3: "IMAGE_GIF", - 4: "IMAGE_PNG", - 5: "FLASH", - 6: "TEXT_HTML", - 7: "PDF", - 8: "MSWORD", - 9: "MSEXCEL", - 10: "RTF", - 11: "AUDIO_WAV", - 12: "AUDIO_MP3", - 13: "HTML5_AD_ZIP", -} -var MimeTypeEnum_MimeType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "IMAGE_JPEG": 2, - "IMAGE_GIF": 3, - "IMAGE_PNG": 4, - "FLASH": 5, - "TEXT_HTML": 6, - "PDF": 7, - "MSWORD": 8, - "MSEXCEL": 9, - "RTF": 10, - "AUDIO_WAV": 11, - "AUDIO_MP3": 12, - "HTML5_AD_ZIP": 13, -} - -func (x MimeTypeEnum_MimeType) String() string { - return proto.EnumName(MimeTypeEnum_MimeType_name, int32(x)) -} -func (MimeTypeEnum_MimeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_mime_type_9d68a7e3d7ca4947, []int{0, 0} -} - -// Container for enum describing the mime types. -type MimeTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MimeTypeEnum) Reset() { *m = MimeTypeEnum{} } -func (m *MimeTypeEnum) String() string { return proto.CompactTextString(m) } -func (*MimeTypeEnum) ProtoMessage() {} -func (*MimeTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_mime_type_9d68a7e3d7ca4947, []int{0} -} -func (m *MimeTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MimeTypeEnum.Unmarshal(m, b) -} -func (m *MimeTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MimeTypeEnum.Marshal(b, m, deterministic) -} -func (dst *MimeTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_MimeTypeEnum.Merge(dst, src) -} -func (m *MimeTypeEnum) XXX_Size() int { - return xxx_messageInfo_MimeTypeEnum.Size(m) -} -func (m *MimeTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_MimeTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_MimeTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*MimeTypeEnum)(nil), "google.ads.googleads.v0.enums.MimeTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.MimeTypeEnum_MimeType", MimeTypeEnum_MimeType_name, MimeTypeEnum_MimeType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/mime_type.proto", fileDescriptor_mime_type_9d68a7e3d7ca4947) -} - -var fileDescriptor_mime_type_9d68a7e3d7ca4947 = []byte{ - // 375 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xbd, 0xee, 0xda, 0x30, - 0x14, 0xc5, 0x9b, 0xd0, 0x3f, 0x1f, 0x06, 0x5a, 0xcb, 0x3b, 0x03, 0xec, 0x75, 0x22, 0xa1, 0x2e, - 0xee, 0x64, 0x88, 0x13, 0xd2, 0x92, 0x60, 0x91, 0x10, 0x10, 0x8a, 0x14, 0xd1, 0x26, 0x8a, 0x90, - 0xc8, 0x87, 0x30, 0x20, 0xf1, 0x3a, 0x1d, 0xfb, 0x28, 0xed, 0x2b, 0x74, 0xea, 0xd8, 0xa7, 0xa8, - 0x9c, 0x34, 0x30, 0xb5, 0x8b, 0x75, 0xee, 0x3d, 0x3f, 0x5f, 0xdb, 0xc7, 0xe0, 0x5d, 0x5a, 0x14, - 0xe9, 0x29, 0xd1, 0x0e, 0xb1, 0xd0, 0x6a, 0x29, 0xd5, 0x4d, 0xd7, 0x92, 0xfc, 0x9a, 0x09, 0x2d, - 0x3b, 0x66, 0x49, 0x74, 0xb9, 0x97, 0x09, 0x2e, 0xcf, 0xc5, 0xa5, 0x40, 0xa3, 0x9a, 0xc1, 0x87, - 0x58, 0xe0, 0x07, 0x8e, 0x6f, 0x3a, 0xae, 0xf0, 0xc9, 0x4f, 0x05, 0x0c, 0x9c, 0x63, 0x96, 0xf8, - 0xf7, 0x32, 0x61, 0xf9, 0x35, 0x9b, 0xfc, 0x50, 0x40, 0xb7, 0x69, 0xa0, 0xb7, 0xa0, 0xbf, 0x71, - 0x3d, 0xce, 0xe6, 0xb6, 0x69, 0x33, 0x03, 0xbe, 0x42, 0x7d, 0xd0, 0xd9, 0xb8, 0x9f, 0xdc, 0xd5, - 0xd6, 0x85, 0x0a, 0x7a, 0x03, 0x80, 0xed, 0x50, 0x8b, 0x45, 0x1f, 0x39, 0xb3, 0xa0, 0x8a, 0x86, - 0xa0, 0x57, 0xd7, 0x96, 0x6d, 0xc2, 0xd6, 0xb3, 0xe4, 0xae, 0x05, 0x5f, 0xa3, 0x1e, 0x78, 0x31, - 0x97, 0xd4, 0x5b, 0xc0, 0x17, 0xe9, 0xf8, 0x6c, 0xe7, 0x47, 0x0b, 0xdf, 0x59, 0xc2, 0x36, 0xea, - 0x80, 0x16, 0x37, 0x4c, 0xd8, 0x41, 0x00, 0xb4, 0x1d, 0x6f, 0xbb, 0x5a, 0x1b, 0xb0, 0x2b, 0x4f, - 0x72, 0x3c, 0xb6, 0x9b, 0xb3, 0x25, 0xec, 0x49, 0x62, 0xed, 0x9b, 0x10, 0xc8, 0x9d, 0x74, 0x63, - 0xd8, 0xab, 0x68, 0x4b, 0x03, 0xd8, 0x7f, 0x96, 0x0e, 0x9f, 0xc2, 0x01, 0x82, 0x60, 0x20, 0x47, - 0xbe, 0x8f, 0xa8, 0x11, 0xed, 0x6d, 0x0e, 0x87, 0xb3, 0x5f, 0x0a, 0x18, 0x7f, 0x29, 0x32, 0xfc, - 0xdf, 0x10, 0x66, 0xc3, 0xe6, 0xc1, 0x5c, 0x46, 0xc6, 0x95, 0xfd, 0xec, 0x2f, 0x9f, 0x16, 0xa7, - 0x43, 0x9e, 0xe2, 0xe2, 0x9c, 0x6a, 0x69, 0x92, 0x57, 0x81, 0x36, 0x99, 0x97, 0x47, 0xf1, 0x8f, - 0x2f, 0xf8, 0x50, 0xad, 0x5f, 0xd5, 0x96, 0x45, 0xe9, 0x37, 0x75, 0x64, 0xd5, 0xa3, 0x68, 0x2c, - 0x70, 0x2d, 0xa5, 0x0a, 0x74, 0x2c, 0xd3, 0x16, 0xdf, 0x1b, 0x3f, 0xa4, 0xb1, 0x08, 0x1f, 0x7e, - 0x18, 0xe8, 0x61, 0xe5, 0xff, 0x56, 0xc7, 0x75, 0x93, 0x10, 0x1a, 0x0b, 0x42, 0x1e, 0x04, 0x21, - 0x81, 0x4e, 0x48, 0xc5, 0x7c, 0x6e, 0x57, 0x17, 0x9b, 0xfe, 0x09, 0x00, 0x00, 0xff, 0xff, 0xc7, - 0xb3, 0xac, 0x09, 0x1a, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/minute_of_hour.pb.go b/googleapis/ads/googleads/v0/enums/minute_of_hour.pb.go deleted file mode 100644 index 7fe6e31991..0000000000 --- a/googleapis/ads/googleads/v0/enums/minute_of_hour.pb.go +++ /dev/null @@ -1,125 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/minute_of_hour.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enumerates of quarter-hours. E.g. "FIFTEEN" -type MinuteOfHourEnum_MinuteOfHour int32 - -const ( - // Not specified. - MinuteOfHourEnum_UNSPECIFIED MinuteOfHourEnum_MinuteOfHour = 0 - // The value is unknown in this version. - MinuteOfHourEnum_UNKNOWN MinuteOfHourEnum_MinuteOfHour = 1 - // Zero minutes past the hour. - MinuteOfHourEnum_ZERO MinuteOfHourEnum_MinuteOfHour = 2 - // Fifteen minutes past the hour. - MinuteOfHourEnum_FIFTEEN MinuteOfHourEnum_MinuteOfHour = 3 - // Thirty minutes past the hour. - MinuteOfHourEnum_THIRTY MinuteOfHourEnum_MinuteOfHour = 4 - // Forty-five minutes past the hour. - MinuteOfHourEnum_FORTY_FIVE MinuteOfHourEnum_MinuteOfHour = 5 -) - -var MinuteOfHourEnum_MinuteOfHour_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ZERO", - 3: "FIFTEEN", - 4: "THIRTY", - 5: "FORTY_FIVE", -} -var MinuteOfHourEnum_MinuteOfHour_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ZERO": 2, - "FIFTEEN": 3, - "THIRTY": 4, - "FORTY_FIVE": 5, -} - -func (x MinuteOfHourEnum_MinuteOfHour) String() string { - return proto.EnumName(MinuteOfHourEnum_MinuteOfHour_name, int32(x)) -} -func (MinuteOfHourEnum_MinuteOfHour) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_minute_of_hour_7b7d8b5307e8d14c, []int{0, 0} -} - -// Container for enumeration of quarter-hours. -type MinuteOfHourEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MinuteOfHourEnum) Reset() { *m = MinuteOfHourEnum{} } -func (m *MinuteOfHourEnum) String() string { return proto.CompactTextString(m) } -func (*MinuteOfHourEnum) ProtoMessage() {} -func (*MinuteOfHourEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_minute_of_hour_7b7d8b5307e8d14c, []int{0} -} -func (m *MinuteOfHourEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MinuteOfHourEnum.Unmarshal(m, b) -} -func (m *MinuteOfHourEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MinuteOfHourEnum.Marshal(b, m, deterministic) -} -func (dst *MinuteOfHourEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_MinuteOfHourEnum.Merge(dst, src) -} -func (m *MinuteOfHourEnum) XXX_Size() int { - return xxx_messageInfo_MinuteOfHourEnum.Size(m) -} -func (m *MinuteOfHourEnum) XXX_DiscardUnknown() { - xxx_messageInfo_MinuteOfHourEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_MinuteOfHourEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*MinuteOfHourEnum)(nil), "google.ads.googleads.v0.enums.MinuteOfHourEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.MinuteOfHourEnum_MinuteOfHour", MinuteOfHourEnum_MinuteOfHour_name, MinuteOfHourEnum_MinuteOfHour_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/minute_of_hour.proto", fileDescriptor_minute_of_hour_7b7d8b5307e8d14c) -} - -var fileDescriptor_minute_of_hour_7b7d8b5307e8d14c = []byte{ - // 305 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4f, 0x4e, 0xb3, 0x40, - 0x1c, 0xfd, 0x4a, 0xfb, 0x55, 0xf3, 0xab, 0xd1, 0x71, 0xf6, 0x5d, 0xb4, 0x07, 0x18, 0x88, 0xee, - 0xc6, 0x15, 0xd5, 0xa1, 0x25, 0x46, 0x20, 0x48, 0x31, 0x6d, 0x48, 0x08, 0x0a, 0x1d, 0x9b, 0x14, - 0xa6, 0x61, 0x4a, 0x0f, 0xe4, 0xd2, 0xa3, 0x78, 0x10, 0x17, 0x9e, 0xc2, 0x30, 0x58, 0xd2, 0x8d, - 0x6e, 0x26, 0x2f, 0xef, 0xcf, 0xe4, 0xfd, 0x1e, 0x5c, 0x71, 0x21, 0xf8, 0x26, 0xd3, 0x93, 0x54, - 0xea, 0x0d, 0xac, 0xd1, 0xde, 0xd0, 0xb3, 0xa2, 0xca, 0xa5, 0x9e, 0xaf, 0x8b, 0x6a, 0x97, 0xc5, - 0x62, 0x15, 0xbf, 0x8a, 0xaa, 0x24, 0xdb, 0x52, 0xec, 0x04, 0x1e, 0x36, 0x46, 0x92, 0xa4, 0x92, - 0xb4, 0x19, 0xb2, 0x37, 0x88, 0xca, 0x8c, 0x25, 0xa0, 0x07, 0x15, 0x73, 0x57, 0x33, 0x51, 0x95, - 0xac, 0xa8, 0xf2, 0x71, 0x0c, 0x67, 0xc7, 0x1c, 0xbe, 0x80, 0xc1, 0xdc, 0x79, 0xf4, 0xd8, 0xad, - 0x6d, 0xd9, 0xec, 0x0e, 0xfd, 0xc3, 0x03, 0x38, 0x99, 0x3b, 0xf7, 0x8e, 0xfb, 0xe4, 0xa0, 0x0e, - 0x3e, 0x85, 0xde, 0x92, 0xf9, 0x2e, 0xd2, 0x6a, 0xda, 0xb2, 0xad, 0x80, 0x31, 0x07, 0x75, 0x31, - 0x40, 0x3f, 0x98, 0xd9, 0x7e, 0xb0, 0x40, 0x3d, 0x7c, 0x0e, 0x60, 0xb9, 0x7e, 0xb0, 0x88, 0x2d, - 0x3b, 0x64, 0xe8, 0xff, 0xe4, 0xb3, 0x03, 0xa3, 0x17, 0x91, 0x93, 0x3f, 0xab, 0x4d, 0x2e, 0x8f, - 0x4b, 0x78, 0xf5, 0x31, 0x5e, 0x67, 0x39, 0xf9, 0xc9, 0x70, 0xb1, 0x49, 0x0a, 0x4e, 0x44, 0xc9, - 0x75, 0x9e, 0x15, 0xea, 0xd4, 0xc3, 0x24, 0xdb, 0xb5, 0xfc, 0x65, 0xa1, 0x1b, 0xf5, 0xbe, 0x69, - 0xdd, 0xa9, 0x69, 0xbe, 0x6b, 0xc3, 0x69, 0xf3, 0x95, 0x99, 0x4a, 0xd2, 0xc0, 0x1a, 0x85, 0x06, - 0xa9, 0x47, 0x90, 0x1f, 0x07, 0x3d, 0x32, 0x53, 0x19, 0xb5, 0x7a, 0x14, 0x1a, 0x91, 0xd2, 0xbf, - 0xb4, 0x51, 0x43, 0x52, 0x6a, 0xa6, 0x92, 0xd2, 0xd6, 0x41, 0x69, 0x68, 0x50, 0xaa, 0x3c, 0xcf, - 0x7d, 0x55, 0xec, 0xfa, 0x3b, 0x00, 0x00, 0xff, 0xff, 0x87, 0x73, 0x9e, 0xc7, 0xb9, 0x01, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/mobile_device_type.pb.go b/googleapis/ads/googleads/v0/enums/mobile_device_type.pb.go deleted file mode 100644 index fc68a10e21..0000000000 --- a/googleapis/ads/googleads/v0/enums/mobile_device_type.pb.go +++ /dev/null @@ -1,115 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/mobile_device_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The type of mobile device. -type MobileDeviceTypeEnum_MobileDeviceType int32 - -const ( - // Not specified. - MobileDeviceTypeEnum_UNSPECIFIED MobileDeviceTypeEnum_MobileDeviceType = 0 - // Used for return value only. Represents value unknown in this version. - MobileDeviceTypeEnum_UNKNOWN MobileDeviceTypeEnum_MobileDeviceType = 1 - // Mobile phones. - MobileDeviceTypeEnum_MOBILE MobileDeviceTypeEnum_MobileDeviceType = 2 - // Tablets. - MobileDeviceTypeEnum_TABLET MobileDeviceTypeEnum_MobileDeviceType = 3 -) - -var MobileDeviceTypeEnum_MobileDeviceType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "MOBILE", - 3: "TABLET", -} -var MobileDeviceTypeEnum_MobileDeviceType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "MOBILE": 2, - "TABLET": 3, -} - -func (x MobileDeviceTypeEnum_MobileDeviceType) String() string { - return proto.EnumName(MobileDeviceTypeEnum_MobileDeviceType_name, int32(x)) -} -func (MobileDeviceTypeEnum_MobileDeviceType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_mobile_device_type_8ec5426ef45aec06, []int{0, 0} -} - -// Container for enum describing the types of mobile device. -type MobileDeviceTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MobileDeviceTypeEnum) Reset() { *m = MobileDeviceTypeEnum{} } -func (m *MobileDeviceTypeEnum) String() string { return proto.CompactTextString(m) } -func (*MobileDeviceTypeEnum) ProtoMessage() {} -func (*MobileDeviceTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_mobile_device_type_8ec5426ef45aec06, []int{0} -} -func (m *MobileDeviceTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MobileDeviceTypeEnum.Unmarshal(m, b) -} -func (m *MobileDeviceTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MobileDeviceTypeEnum.Marshal(b, m, deterministic) -} -func (dst *MobileDeviceTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_MobileDeviceTypeEnum.Merge(dst, src) -} -func (m *MobileDeviceTypeEnum) XXX_Size() int { - return xxx_messageInfo_MobileDeviceTypeEnum.Size(m) -} -func (m *MobileDeviceTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_MobileDeviceTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_MobileDeviceTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*MobileDeviceTypeEnum)(nil), "google.ads.googleads.v0.enums.MobileDeviceTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.MobileDeviceTypeEnum_MobileDeviceType", MobileDeviceTypeEnum_MobileDeviceType_name, MobileDeviceTypeEnum_MobileDeviceType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/mobile_device_type.proto", fileDescriptor_mobile_device_type_8ec5426ef45aec06) -} - -var fileDescriptor_mobile_device_type_8ec5426ef45aec06 = []byte{ - // 287 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4b, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xdc, 0xfc, 0xa4, 0xcc, 0x9c, 0xd4, 0xf8, 0x94, 0xd4, 0xb2, 0xcc, 0xe4, - 0xd4, 0xf8, 0x92, 0xca, 0x82, 0x54, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x62, - 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x3e, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x3e, 0xa5, 0x04, 0x2e, - 0x11, 0x5f, 0xb0, 0x56, 0x17, 0xb0, 0xce, 0x90, 0xca, 0x82, 0x54, 0xd7, 0xbc, 0xd2, 0x5c, 0x25, - 0x0f, 0x2e, 0x01, 0x74, 0x71, 0x21, 0x7e, 0x2e, 0xee, 0x50, 0xbf, 0xe0, 0x00, 0x57, 0x67, 0x4f, - 0x37, 0x4f, 0x57, 0x17, 0x01, 0x06, 0x21, 0x6e, 0x2e, 0xf6, 0x50, 0x3f, 0x6f, 0x3f, 0xff, 0x70, - 0x3f, 0x01, 0x46, 0x21, 0x2e, 0x2e, 0x36, 0x5f, 0x7f, 0x27, 0x4f, 0x1f, 0x57, 0x01, 0x26, 0x10, - 0x3b, 0xc4, 0xd1, 0xc9, 0xc7, 0x35, 0x44, 0x80, 0xd9, 0xe9, 0x15, 0x23, 0x97, 0x62, 0x72, 0x7e, - 0xae, 0x1e, 0x5e, 0x77, 0x38, 0x89, 0xa2, 0xdb, 0x16, 0x00, 0x72, 0x7d, 0x00, 0x63, 0x94, 0x13, - 0x54, 0x5f, 0x7a, 0x7e, 0x4e, 0x62, 0x5e, 0xba, 0x5e, 0x7e, 0x51, 0xba, 0x7e, 0x7a, 0x6a, 0x1e, - 0xd8, 0x6f, 0xb0, 0x70, 0x28, 0xc8, 0x2c, 0xc6, 0x11, 0x2c, 0xd6, 0x60, 0x72, 0x11, 0x13, 0xb3, - 0xbb, 0xa3, 0xe3, 0x2a, 0x26, 0x59, 0x77, 0x88, 0x51, 0x8e, 0x29, 0xc5, 0x7a, 0x10, 0x26, 0x88, - 0x15, 0x66, 0xa0, 0x07, 0xf2, 0x71, 0xf1, 0x29, 0x98, 0x7c, 0x8c, 0x63, 0x4a, 0x71, 0x0c, 0x5c, - 0x3e, 0x26, 0xcc, 0x20, 0x06, 0x2c, 0xff, 0x8a, 0x49, 0x11, 0x22, 0x68, 0x65, 0xe5, 0x98, 0x52, - 0x6c, 0x65, 0x05, 0x57, 0x61, 0x65, 0x15, 0x66, 0x60, 0x65, 0x05, 0x56, 0x93, 0xc4, 0x06, 0x76, - 0x98, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x5a, 0xa7, 0xf8, 0x8d, 0xae, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/month_of_year.pb.go b/googleapis/ads/googleads/v0/enums/month_of_year.pb.go deleted file mode 100644 index 7d6ca4ddb1..0000000000 --- a/googleapis/ads/googleads/v0/enums/month_of_year.pb.go +++ /dev/null @@ -1,160 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/month_of_year.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enumerates months of the year, e.g., "January". -type MonthOfYearEnum_MonthOfYear int32 - -const ( - // Not specified. - MonthOfYearEnum_UNSPECIFIED MonthOfYearEnum_MonthOfYear = 0 - // The value is unknown in this version. - MonthOfYearEnum_UNKNOWN MonthOfYearEnum_MonthOfYear = 1 - // January. - MonthOfYearEnum_JANUARY MonthOfYearEnum_MonthOfYear = 2 - // February. - MonthOfYearEnum_FEBRUARY MonthOfYearEnum_MonthOfYear = 3 - // March. - MonthOfYearEnum_MARCH MonthOfYearEnum_MonthOfYear = 4 - // April. - MonthOfYearEnum_APRIL MonthOfYearEnum_MonthOfYear = 5 - // May. - MonthOfYearEnum_MAY MonthOfYearEnum_MonthOfYear = 6 - // June. - MonthOfYearEnum_JUNE MonthOfYearEnum_MonthOfYear = 7 - // July. - MonthOfYearEnum_JULY MonthOfYearEnum_MonthOfYear = 8 - // August. - MonthOfYearEnum_AUGUST MonthOfYearEnum_MonthOfYear = 9 - // September. - MonthOfYearEnum_SEPTEMBER MonthOfYearEnum_MonthOfYear = 10 - // October. - MonthOfYearEnum_OCTOBER MonthOfYearEnum_MonthOfYear = 11 - // November. - MonthOfYearEnum_NOVEMBER MonthOfYearEnum_MonthOfYear = 12 - // December. - MonthOfYearEnum_DECEMBER MonthOfYearEnum_MonthOfYear = 13 -) - -var MonthOfYearEnum_MonthOfYear_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "JANUARY", - 3: "FEBRUARY", - 4: "MARCH", - 5: "APRIL", - 6: "MAY", - 7: "JUNE", - 8: "JULY", - 9: "AUGUST", - 10: "SEPTEMBER", - 11: "OCTOBER", - 12: "NOVEMBER", - 13: "DECEMBER", -} -var MonthOfYearEnum_MonthOfYear_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "JANUARY": 2, - "FEBRUARY": 3, - "MARCH": 4, - "APRIL": 5, - "MAY": 6, - "JUNE": 7, - "JULY": 8, - "AUGUST": 9, - "SEPTEMBER": 10, - "OCTOBER": 11, - "NOVEMBER": 12, - "DECEMBER": 13, -} - -func (x MonthOfYearEnum_MonthOfYear) String() string { - return proto.EnumName(MonthOfYearEnum_MonthOfYear_name, int32(x)) -} -func (MonthOfYearEnum_MonthOfYear) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_month_of_year_f61aa8e278e7a878, []int{0, 0} -} - -// Container for enumeration of months of the year, e.g., "January". -type MonthOfYearEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MonthOfYearEnum) Reset() { *m = MonthOfYearEnum{} } -func (m *MonthOfYearEnum) String() string { return proto.CompactTextString(m) } -func (*MonthOfYearEnum) ProtoMessage() {} -func (*MonthOfYearEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_month_of_year_f61aa8e278e7a878, []int{0} -} -func (m *MonthOfYearEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MonthOfYearEnum.Unmarshal(m, b) -} -func (m *MonthOfYearEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MonthOfYearEnum.Marshal(b, m, deterministic) -} -func (dst *MonthOfYearEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_MonthOfYearEnum.Merge(dst, src) -} -func (m *MonthOfYearEnum) XXX_Size() int { - return xxx_messageInfo_MonthOfYearEnum.Size(m) -} -func (m *MonthOfYearEnum) XXX_DiscardUnknown() { - xxx_messageInfo_MonthOfYearEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_MonthOfYearEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*MonthOfYearEnum)(nil), "google.ads.googleads.v0.enums.MonthOfYearEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.MonthOfYearEnum_MonthOfYear", MonthOfYearEnum_MonthOfYear_name, MonthOfYearEnum_MonthOfYear_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/month_of_year.proto", fileDescriptor_month_of_year_f61aa8e278e7a878) -} - -var fileDescriptor_month_of_year_f61aa8e278e7a878 = []byte{ - // 368 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcd, 0xce, 0xd2, 0x40, - 0x14, 0xb5, 0xe5, 0xfb, 0xf8, 0x99, 0x42, 0x98, 0xcc, 0x9e, 0x05, 0x3c, 0xc0, 0xb4, 0xc6, 0xdd, - 0xb8, 0x9a, 0x96, 0x01, 0x41, 0xfa, 0x93, 0x42, 0x6b, 0x6a, 0x9a, 0x90, 0x6a, 0x4b, 0x35, 0xa1, - 0x1d, 0xd2, 0x01, 0x12, 0x5f, 0xc7, 0xa5, 0xef, 0xe0, 0x0b, 0xb8, 0xf3, 0x21, 0xdc, 0xf8, 0x14, - 0x66, 0x3a, 0x42, 0xd8, 0xe8, 0xa6, 0x39, 0xe7, 0x9e, 0x73, 0x7a, 0xe7, 0x1e, 0xf0, 0xb2, 0xe4, - 0xbc, 0x3c, 0x16, 0x66, 0x96, 0x0b, 0x53, 0x41, 0x89, 0xae, 0x96, 0x59, 0xd4, 0x97, 0x4a, 0x98, - 0x15, 0xaf, 0xcf, 0x9f, 0xf6, 0xfc, 0xb0, 0xff, 0x52, 0x64, 0x0d, 0x3e, 0x35, 0xfc, 0xcc, 0xd1, - 0x44, 0xf9, 0x70, 0x96, 0x0b, 0x7c, 0x8f, 0xe0, 0xab, 0x85, 0xdb, 0xc8, 0xec, 0xa7, 0x06, 0xc6, - 0xae, 0x8c, 0xf9, 0x87, 0xa4, 0xc8, 0x1a, 0x56, 0x5f, 0xaa, 0xd9, 0x77, 0x0d, 0x18, 0x0f, 0x33, - 0x34, 0x06, 0x46, 0xe4, 0x6d, 0x03, 0xe6, 0xac, 0x16, 0x2b, 0x36, 0x87, 0x2f, 0x90, 0x01, 0x7a, - 0x91, 0xf7, 0xd6, 0xf3, 0xdf, 0x79, 0x50, 0x93, 0x64, 0x4d, 0xbd, 0x88, 0x86, 0x09, 0xd4, 0xd1, - 0x10, 0xf4, 0x17, 0xcc, 0x0e, 0x5b, 0xd6, 0x41, 0x03, 0xf0, 0xec, 0xd2, 0xd0, 0x79, 0x03, 0x9f, - 0x24, 0xa4, 0x41, 0xb8, 0xda, 0xc0, 0x67, 0xd4, 0x03, 0x1d, 0x97, 0x26, 0xb0, 0x8b, 0xfa, 0xe0, - 0x69, 0x1d, 0x79, 0x0c, 0xf6, 0x14, 0xda, 0x24, 0xb0, 0x8f, 0x00, 0xe8, 0xd2, 0x68, 0x19, 0x6d, - 0x77, 0x70, 0x80, 0x46, 0x60, 0xb0, 0x65, 0xc1, 0x8e, 0xb9, 0x36, 0x0b, 0x21, 0x90, 0x8b, 0x7c, - 0x67, 0xe7, 0x4b, 0x62, 0xc8, 0x45, 0x9e, 0x1f, 0x2b, 0x69, 0x28, 0xd9, 0x9c, 0x39, 0x8a, 0x8d, - 0xec, 0x5f, 0x1a, 0x98, 0x7e, 0xe4, 0x15, 0xfe, 0xef, 0xe5, 0x36, 0x7c, 0x38, 0x31, 0x90, 0x55, - 0x05, 0xda, 0x7b, 0xfb, 0x6f, 0xa4, 0xe4, 0xc7, 0xac, 0x2e, 0x31, 0x6f, 0x4a, 0xb3, 0x2c, 0xea, - 0xb6, 0xc8, 0x5b, 0xdf, 0xa7, 0xcf, 0xe2, 0x1f, 0xf5, 0xbf, 0x6e, 0xbf, 0x5f, 0xf5, 0xce, 0x92, - 0xd2, 0x6f, 0xfa, 0x64, 0xa9, 0x7e, 0x45, 0x73, 0x81, 0x15, 0x94, 0x28, 0xb6, 0xb0, 0xac, 0x58, - 0xfc, 0xb8, 0xe9, 0x29, 0xcd, 0x45, 0x7a, 0xd7, 0xd3, 0xd8, 0x4a, 0x5b, 0xfd, 0xb7, 0x3e, 0x55, - 0x43, 0x42, 0x68, 0x2e, 0x08, 0xb9, 0x3b, 0x08, 0x89, 0x2d, 0x42, 0x5a, 0xcf, 0x87, 0x6e, 0xfb, - 0xb0, 0x57, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x9a, 0x40, 0x36, 0x45, 0x16, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/operating_system_version_operator_type.pb.go b/googleapis/ads/googleads/v0/enums/operating_system_version_operator_type.pb.go deleted file mode 100644 index 889f278466..0000000000 --- a/googleapis/ads/googleads/v0/enums/operating_system_version_operator_type.pb.go +++ /dev/null @@ -1,119 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/operating_system_version_operator_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The type of operating system version. -type OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType int32 - -const ( - // Not specified. - OperatingSystemVersionOperatorTypeEnum_UNSPECIFIED OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType = 0 - // Used for return value only. Represents value unknown in this version. - OperatingSystemVersionOperatorTypeEnum_UNKNOWN OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType = 1 - // Equals to the specified version. - OperatingSystemVersionOperatorTypeEnum_EQUALS_TO OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType = 2 - // Greater than or equals to the specified version. - OperatingSystemVersionOperatorTypeEnum_GREATER_THAN_EQUALS_TO OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType = 4 -) - -var OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "EQUALS_TO", - 4: "GREATER_THAN_EQUALS_TO", -} -var OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "EQUALS_TO": 2, - "GREATER_THAN_EQUALS_TO": 4, -} - -func (x OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType) String() string { - return proto.EnumName(OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType_name, int32(x)) -} -func (OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_operating_system_version_operator_type_c4f8bcb733c5f6bd, []int{0, 0} -} - -// Container for enum describing the type of OS operators. -type OperatingSystemVersionOperatorTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *OperatingSystemVersionOperatorTypeEnum) Reset() { - *m = OperatingSystemVersionOperatorTypeEnum{} -} -func (m *OperatingSystemVersionOperatorTypeEnum) String() string { return proto.CompactTextString(m) } -func (*OperatingSystemVersionOperatorTypeEnum) ProtoMessage() {} -func (*OperatingSystemVersionOperatorTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_operating_system_version_operator_type_c4f8bcb733c5f6bd, []int{0} -} -func (m *OperatingSystemVersionOperatorTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_OperatingSystemVersionOperatorTypeEnum.Unmarshal(m, b) -} -func (m *OperatingSystemVersionOperatorTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_OperatingSystemVersionOperatorTypeEnum.Marshal(b, m, deterministic) -} -func (dst *OperatingSystemVersionOperatorTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_OperatingSystemVersionOperatorTypeEnum.Merge(dst, src) -} -func (m *OperatingSystemVersionOperatorTypeEnum) XXX_Size() int { - return xxx_messageInfo_OperatingSystemVersionOperatorTypeEnum.Size(m) -} -func (m *OperatingSystemVersionOperatorTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_OperatingSystemVersionOperatorTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_OperatingSystemVersionOperatorTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*OperatingSystemVersionOperatorTypeEnum)(nil), "google.ads.googleads.v0.enums.OperatingSystemVersionOperatorTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType", OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType_name, OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/operating_system_version_operator_type.proto", fileDescriptor_operating_system_version_operator_type_c4f8bcb733c5f6bd) -} - -var fileDescriptor_operating_system_version_operator_type_c4f8bcb733c5f6bd = []byte{ - // 320 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xc1, 0x4a, 0xc3, 0x30, - 0x1c, 0xc6, 0x6d, 0x15, 0xc5, 0x0c, 0x71, 0xf4, 0xe0, 0x41, 0xd8, 0x61, 0x3b, 0xe8, 0x2d, 0x2d, - 0x78, 0x8b, 0xa7, 0x4c, 0xe3, 0x9c, 0x4a, 0x3b, 0xb7, 0xae, 0x82, 0x14, 0x42, 0xb5, 0x21, 0x0c, - 0xd6, 0xa4, 0x34, 0xdd, 0xa0, 0x4f, 0xe2, 0xdd, 0xa3, 0x8f, 0xe2, 0xa3, 0xf8, 0x0c, 0x1e, 0xa4, - 0xc9, 0x5a, 0x4f, 0xba, 0x4b, 0xf8, 0xc8, 0xf7, 0xe7, 0xc7, 0xc7, 0x0f, 0xdc, 0x71, 0x29, 0xf9, - 0x92, 0xb9, 0x49, 0xaa, 0x5c, 0x13, 0xeb, 0xb4, 0xf6, 0x5c, 0x26, 0x56, 0x99, 0x72, 0x65, 0xce, - 0x8a, 0xa4, 0x5c, 0x08, 0x4e, 0x55, 0xa5, 0x4a, 0x96, 0xd1, 0x35, 0x2b, 0xd4, 0x42, 0x0a, 0x6a, - 0x0a, 0x59, 0xd0, 0xb2, 0xca, 0x19, 0xcc, 0x0b, 0x59, 0x4a, 0xa7, 0x67, 0x00, 0x30, 0x49, 0x15, - 0x6c, 0x59, 0x70, 0xed, 0x41, 0xcd, 0x1a, 0xbc, 0x59, 0xe0, 0x2c, 0x68, 0x78, 0x33, 0x8d, 0x8b, - 0x0c, 0x2d, 0xd8, 0xc0, 0xc2, 0x2a, 0x67, 0x44, 0xac, 0xb2, 0x41, 0x06, 0x06, 0xdb, 0x2f, 0x9d, - 0x63, 0xd0, 0x99, 0xfb, 0xb3, 0x09, 0xb9, 0x1a, 0xdf, 0x8c, 0xc9, 0x75, 0x77, 0xc7, 0xe9, 0x80, - 0x83, 0xb9, 0x7f, 0xef, 0x07, 0x4f, 0x7e, 0xd7, 0x72, 0x8e, 0xc0, 0x21, 0x79, 0x9c, 0xe3, 0x87, - 0x19, 0x0d, 0x83, 0xae, 0xed, 0x9c, 0x82, 0x93, 0xd1, 0x94, 0xe0, 0x90, 0x4c, 0x69, 0x78, 0x8b, - 0x7d, 0xfa, 0xdb, 0xed, 0x0d, 0xbf, 0x2d, 0xd0, 0x7f, 0x95, 0x19, 0xfc, 0x77, 0xff, 0xf0, 0x7c, - 0xfb, 0xa4, 0x49, 0xed, 0x61, 0x62, 0x3d, 0x0f, 0x37, 0x24, 0x2e, 0x97, 0x89, 0xe0, 0x50, 0x16, - 0xdc, 0xe5, 0x4c, 0x68, 0x4b, 0x8d, 0xe5, 0x7c, 0xa1, 0xfe, 0x90, 0x7e, 0xa9, 0xdf, 0x77, 0x7b, - 0x77, 0x84, 0xf1, 0x87, 0xdd, 0x1b, 0x19, 0x14, 0x4e, 0x15, 0x34, 0xb1, 0x4e, 0x91, 0x07, 0x6b, - 0x51, 0xea, 0xb3, 0xe9, 0x63, 0x9c, 0xaa, 0xb8, 0xed, 0xe3, 0xc8, 0x8b, 0x75, 0xff, 0x65, 0xf7, - 0xcd, 0x27, 0x42, 0x38, 0x55, 0x08, 0xb5, 0x17, 0x08, 0x45, 0x1e, 0x42, 0xfa, 0xe6, 0x65, 0x5f, - 0x0f, 0xbb, 0xf8, 0x09, 0x00, 0x00, 0xff, 0xff, 0xdc, 0x17, 0x07, 0xf6, 0x0c, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/page_one_promoted_strategy_goal.pb.go b/googleapis/ads/googleads/v0/enums/page_one_promoted_strategy_goal.pb.go deleted file mode 100644 index 0726857190..0000000000 --- a/googleapis/ads/googleads/v0/enums/page_one_promoted_strategy_goal.pb.go +++ /dev/null @@ -1,118 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/page_one_promoted_strategy_goal.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible strategy goals. -type PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal int32 - -const ( - // Not specified. - PageOnePromotedStrategyGoalEnum_UNSPECIFIED PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal = 0 - // Used for return value only. Represents value unknown in this version. - PageOnePromotedStrategyGoalEnum_UNKNOWN PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal = 1 - // First page on google.com. - PageOnePromotedStrategyGoalEnum_FIRST_PAGE PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal = 2 - // Top slots of the first page on google.com. - PageOnePromotedStrategyGoalEnum_FIRST_PAGE_PROMOTED PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal = 3 -) - -var PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "FIRST_PAGE", - 3: "FIRST_PAGE_PROMOTED", -} -var PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "FIRST_PAGE": 2, - "FIRST_PAGE_PROMOTED": 3, -} - -func (x PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal) String() string { - return proto.EnumName(PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal_name, int32(x)) -} -func (PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_page_one_promoted_strategy_goal_dfdc26f09d26e671, []int{0, 0} -} - -// Container for enum describing possible strategy goals: where impressions are -// desired to be shown on search result pages. -type PageOnePromotedStrategyGoalEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PageOnePromotedStrategyGoalEnum) Reset() { *m = PageOnePromotedStrategyGoalEnum{} } -func (m *PageOnePromotedStrategyGoalEnum) String() string { return proto.CompactTextString(m) } -func (*PageOnePromotedStrategyGoalEnum) ProtoMessage() {} -func (*PageOnePromotedStrategyGoalEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_page_one_promoted_strategy_goal_dfdc26f09d26e671, []int{0} -} -func (m *PageOnePromotedStrategyGoalEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PageOnePromotedStrategyGoalEnum.Unmarshal(m, b) -} -func (m *PageOnePromotedStrategyGoalEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PageOnePromotedStrategyGoalEnum.Marshal(b, m, deterministic) -} -func (dst *PageOnePromotedStrategyGoalEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_PageOnePromotedStrategyGoalEnum.Merge(dst, src) -} -func (m *PageOnePromotedStrategyGoalEnum) XXX_Size() int { - return xxx_messageInfo_PageOnePromotedStrategyGoalEnum.Size(m) -} -func (m *PageOnePromotedStrategyGoalEnum) XXX_DiscardUnknown() { - xxx_messageInfo_PageOnePromotedStrategyGoalEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_PageOnePromotedStrategyGoalEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*PageOnePromotedStrategyGoalEnum)(nil), "google.ads.googleads.v0.enums.PageOnePromotedStrategyGoalEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal", PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal_name, PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/page_one_promoted_strategy_goal.proto", fileDescriptor_page_one_promoted_strategy_goal_dfdc26f09d26e671) -} - -var fileDescriptor_page_one_promoted_strategy_goal_dfdc26f09d26e671 = []byte{ - // 316 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdf, 0x4a, 0xfb, 0x30, - 0x1c, 0xc5, 0x7f, 0xed, 0xe0, 0x27, 0x64, 0xa0, 0xa5, 0x5e, 0x78, 0x21, 0x43, 0xb7, 0x07, 0x48, - 0x0b, 0xde, 0xc5, 0xab, 0x6e, 0xeb, 0xca, 0x10, 0xdb, 0xb0, 0x7f, 0x82, 0x14, 0x4a, 0x34, 0x21, - 0x08, 0x6d, 0xbe, 0xa5, 0xe9, 0x06, 0x3e, 0x81, 0xef, 0xe1, 0xa5, 0x8f, 0xe2, 0xa3, 0x78, 0xef, - 0xbd, 0x34, 0xdd, 0xe6, 0x95, 0xbd, 0x29, 0xa7, 0x39, 0x27, 0x1f, 0x4e, 0x0e, 0x9a, 0x48, 0x00, - 0x99, 0x0b, 0x8f, 0x71, 0xed, 0xb5, 0xb2, 0x51, 0x3b, 0xdf, 0x13, 0x6a, 0x5b, 0x68, 0xaf, 0x64, - 0x52, 0x64, 0xa0, 0x44, 0x56, 0x56, 0x50, 0x40, 0x2d, 0x78, 0xa6, 0xeb, 0x8a, 0xd5, 0x42, 0xbe, - 0x66, 0x12, 0x58, 0x8e, 0xcb, 0x0a, 0x6a, 0x70, 0x07, 0xed, 0x4d, 0xcc, 0xb8, 0xc6, 0x47, 0x08, - 0xde, 0xf9, 0xd8, 0x40, 0x46, 0x6f, 0x16, 0xba, 0xa2, 0x4c, 0x8a, 0x44, 0x09, 0xba, 0xc7, 0x2c, - 0xf7, 0x94, 0x08, 0x58, 0x1e, 0xaa, 0x6d, 0x31, 0xe2, 0xe8, 0xb2, 0x23, 0xe2, 0x9e, 0xa1, 0xfe, - 0x3a, 0x5e, 0xd2, 0x70, 0x32, 0x9f, 0xcd, 0xc3, 0xa9, 0xf3, 0xcf, 0xed, 0xa3, 0x93, 0x75, 0x7c, - 0x17, 0x27, 0x0f, 0xb1, 0x63, 0xb9, 0xa7, 0x08, 0xcd, 0xe6, 0x8b, 0xe5, 0x2a, 0xa3, 0x41, 0x14, - 0x3a, 0xb6, 0x7b, 0x81, 0xce, 0x7f, 0xff, 0x33, 0xba, 0x48, 0xee, 0x93, 0x55, 0x38, 0x75, 0x7a, - 0xe3, 0x6f, 0x0b, 0x0d, 0x9f, 0xa1, 0xc0, 0x9d, 0x7d, 0xc7, 0xd7, 0x1d, 0x4d, 0x68, 0xf3, 0x60, - 0x6a, 0x3d, 0x8e, 0xf7, 0x08, 0x09, 0x39, 0x53, 0x12, 0x43, 0x25, 0x3d, 0x29, 0x94, 0x99, 0xe3, - 0xb0, 0x63, 0xf9, 0xa2, 0xff, 0x98, 0xf5, 0xd6, 0x7c, 0xdf, 0xed, 0x5e, 0x14, 0x04, 0x1f, 0xf6, - 0x20, 0x6a, 0x51, 0x01, 0xd7, 0xb8, 0x95, 0x8d, 0xda, 0xf8, 0xb8, 0x19, 0x46, 0x7f, 0x1e, 0xfc, - 0x34, 0xe0, 0x3a, 0x3d, 0xfa, 0xe9, 0xc6, 0x4f, 0x8d, 0xff, 0x65, 0x0f, 0xdb, 0x43, 0x42, 0x02, - 0xae, 0x09, 0x39, 0x26, 0x08, 0xd9, 0xf8, 0x84, 0x98, 0xcc, 0xd3, 0x7f, 0x53, 0xec, 0xe6, 0x27, - 0x00, 0x00, 0xff, 0xff, 0x92, 0xd5, 0x86, 0x26, 0xee, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/parental_status_type.pb.go b/googleapis/ads/googleads/v0/enums/parental_status_type.pb.go deleted file mode 100644 index 4067029c69..0000000000 --- a/googleapis/ads/googleads/v0/enums/parental_status_type.pb.go +++ /dev/null @@ -1,121 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/parental_status_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The type of parental statuses (e.g. not a parent). -type ParentalStatusTypeEnum_ParentalStatusType int32 - -const ( - // Not specified. - ParentalStatusTypeEnum_UNSPECIFIED ParentalStatusTypeEnum_ParentalStatusType = 0 - // Used for return value only. Represents value unknown in this version. - ParentalStatusTypeEnum_UNKNOWN ParentalStatusTypeEnum_ParentalStatusType = 1 - // Parent. - ParentalStatusTypeEnum_PARENT ParentalStatusTypeEnum_ParentalStatusType = 300 - // Not a parent. - ParentalStatusTypeEnum_NOT_A_PARENT ParentalStatusTypeEnum_ParentalStatusType = 301 - // Undetermined parental status. - ParentalStatusTypeEnum_UNDETERMINED ParentalStatusTypeEnum_ParentalStatusType = 302 -) - -var ParentalStatusTypeEnum_ParentalStatusType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 300: "PARENT", - 301: "NOT_A_PARENT", - 302: "UNDETERMINED", -} -var ParentalStatusTypeEnum_ParentalStatusType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "PARENT": 300, - "NOT_A_PARENT": 301, - "UNDETERMINED": 302, -} - -func (x ParentalStatusTypeEnum_ParentalStatusType) String() string { - return proto.EnumName(ParentalStatusTypeEnum_ParentalStatusType_name, int32(x)) -} -func (ParentalStatusTypeEnum_ParentalStatusType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_parental_status_type_7c08bf952e61f743, []int{0, 0} -} - -// Container for enum describing the type of demographic parental statuses. -type ParentalStatusTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ParentalStatusTypeEnum) Reset() { *m = ParentalStatusTypeEnum{} } -func (m *ParentalStatusTypeEnum) String() string { return proto.CompactTextString(m) } -func (*ParentalStatusTypeEnum) ProtoMessage() {} -func (*ParentalStatusTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_parental_status_type_7c08bf952e61f743, []int{0} -} -func (m *ParentalStatusTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ParentalStatusTypeEnum.Unmarshal(m, b) -} -func (m *ParentalStatusTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ParentalStatusTypeEnum.Marshal(b, m, deterministic) -} -func (dst *ParentalStatusTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ParentalStatusTypeEnum.Merge(dst, src) -} -func (m *ParentalStatusTypeEnum) XXX_Size() int { - return xxx_messageInfo_ParentalStatusTypeEnum.Size(m) -} -func (m *ParentalStatusTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ParentalStatusTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ParentalStatusTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ParentalStatusTypeEnum)(nil), "google.ads.googleads.v0.enums.ParentalStatusTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ParentalStatusTypeEnum_ParentalStatusType", ParentalStatusTypeEnum_ParentalStatusType_name, ParentalStatusTypeEnum_ParentalStatusType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/parental_status_type.proto", fileDescriptor_parental_status_type_7c08bf952e61f743) -} - -var fileDescriptor_parental_status_type_7c08bf952e61f743 = []byte{ - // 308 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, - 0x1c, 0x76, 0x15, 0x26, 0x64, 0x82, 0x35, 0x07, 0x3d, 0xed, 0xb0, 0x3d, 0x40, 0x5a, 0xf0, 0x22, - 0xf1, 0x94, 0xb9, 0x38, 0x86, 0x98, 0x95, 0xad, 0xab, 0x20, 0x85, 0x12, 0x6d, 0x08, 0x42, 0xdb, - 0x94, 0xa6, 0x1d, 0xec, 0xe4, 0xbb, 0x78, 0x14, 0xf5, 0x41, 0x7c, 0x14, 0xf1, 0x21, 0xa4, 0x69, - 0xd7, 0xcb, 0xd0, 0x4b, 0xf8, 0xf8, 0xfe, 0x84, 0xef, 0xf7, 0x81, 0x4b, 0xa9, 0x94, 0x4c, 0x84, - 0xc3, 0x63, 0xed, 0x34, 0xb0, 0x46, 0x1b, 0xd7, 0x11, 0x59, 0x95, 0x6a, 0x27, 0xe7, 0x85, 0xc8, - 0x4a, 0x9e, 0x44, 0xba, 0xe4, 0x65, 0xa5, 0xa3, 0x72, 0x9b, 0x0b, 0x94, 0x17, 0xaa, 0x54, 0x70, - 0xd8, 0xd8, 0x11, 0x8f, 0x35, 0xea, 0x92, 0x68, 0xe3, 0x22, 0x93, 0x1c, 0xbf, 0x80, 0x33, 0xaf, - 0x0d, 0xaf, 0x4c, 0xd6, 0xdf, 0xe6, 0x82, 0x66, 0x55, 0x3a, 0x16, 0x00, 0xee, 0x2b, 0xf0, 0x04, - 0x0c, 0xd6, 0x6c, 0xe5, 0xd1, 0xeb, 0xf9, 0xcd, 0x9c, 0x4e, 0xed, 0x03, 0x38, 0x00, 0x47, 0x6b, - 0x76, 0xcb, 0x16, 0xf7, 0xcc, 0xee, 0xc1, 0x01, 0xe8, 0x7b, 0x64, 0x49, 0x99, 0x6f, 0xbf, 0x5b, - 0xf0, 0x14, 0x1c, 0xb3, 0x85, 0x1f, 0x91, 0xa8, 0xa5, 0x3e, 0x0c, 0xb5, 0x66, 0x53, 0xea, 0xd3, - 0xe5, 0xdd, 0x9c, 0xd1, 0xa9, 0xfd, 0x69, 0x4d, 0x7e, 0x7a, 0x60, 0xf4, 0xa4, 0x52, 0xf4, 0x6f, - 0xcd, 0xc9, 0xf9, 0x7e, 0x15, 0xaf, 0x3e, 0xcf, 0xeb, 0x3d, 0x4c, 0xda, 0xa4, 0x54, 0x09, 0xcf, - 0x24, 0x52, 0x85, 0x74, 0xa4, 0xc8, 0xcc, 0xf1, 0xbb, 0xa9, 0xf2, 0x67, 0xfd, 0xc7, 0x72, 0x57, - 0xe6, 0x7d, 0xb5, 0x0e, 0x67, 0x84, 0xbc, 0x59, 0xc3, 0x59, 0xf3, 0x15, 0x89, 0x35, 0x6a, 0x60, - 0x8d, 0x02, 0x17, 0xd5, 0x83, 0xe8, 0xaf, 0x9d, 0x1e, 0x92, 0x58, 0x87, 0x9d, 0x1e, 0x06, 0x6e, - 0x68, 0xf4, 0x6f, 0x6b, 0xd4, 0x90, 0x18, 0x93, 0x58, 0x63, 0xdc, 0x39, 0x30, 0x0e, 0x5c, 0x8c, - 0x8d, 0xe7, 0xb1, 0x6f, 0x8a, 0x5d, 0xfc, 0x06, 0x00, 0x00, 0xff, 0xff, 0x49, 0x1d, 0x12, 0x94, - 0xd1, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/placeholder_type.pb.go b/googleapis/ads/googleads/v0/enums/placeholder_type.pb.go deleted file mode 100644 index ecb887b9fa..0000000000 --- a/googleapis/ads/googleads/v0/enums/placeholder_type.pb.go +++ /dev/null @@ -1,215 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/placeholder_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible placeholder types for a feed mapping. -type PlaceholderTypeEnum_PlaceholderType int32 - -const ( - // Not specified. - PlaceholderTypeEnum_UNSPECIFIED PlaceholderTypeEnum_PlaceholderType = 0 - // Used for return value only. Represents value unknown in this version. - PlaceholderTypeEnum_UNKNOWN PlaceholderTypeEnum_PlaceholderType = 1 - // Lets you show links in your ad to pages from your website, including the - // main landing page. - PlaceholderTypeEnum_SITELINK PlaceholderTypeEnum_PlaceholderType = 2 - // Lets you attach a phone number to an ad, allowing customers to call - // directly from the ad. - PlaceholderTypeEnum_CALL PlaceholderTypeEnum_PlaceholderType = 3 - // Lets you provide users with a link that points to a mobile app in - // addition to a website. - PlaceholderTypeEnum_APP PlaceholderTypeEnum_PlaceholderType = 4 - // Lets you show locations of businesses from your Google My Business - // account in your ad. This helps people find your locations by showing your - // ads with your address, a map to your location, or the distance to your - // business. This extension type is useful to draw customers to your - // brick-and-mortar location. - PlaceholderTypeEnum_LOCATION PlaceholderTypeEnum_PlaceholderType = 5 - // If you sell your product through retail chains, affiliate location - // extensions let you show nearby stores that carry your products. - PlaceholderTypeEnum_AFFILIATE_LOCATION PlaceholderTypeEnum_PlaceholderType = 6 - // Lets you include additional text with your search ads that provide - // detailed information about your business, including products and services - // you offer. Callouts appear in ads at the top and bottom of Google search - // results. - PlaceholderTypeEnum_CALLOUT PlaceholderTypeEnum_PlaceholderType = 7 - // Lets you add more info to your ad, specific to some predefined categories - // such as types, brands, styles, etc. A minimum of 3 text (SNIPPETS) values - // are required. - PlaceholderTypeEnum_STRUCTURED_SNIPPET PlaceholderTypeEnum_PlaceholderType = 8 - // Allows users to see your ad, click an icon, and contact you directly by - // text message. With one tap on your ad, people can contact you to book an - // appointment, get a quote, ask for information, or request a service. - PlaceholderTypeEnum_MESSAGE PlaceholderTypeEnum_PlaceholderType = 9 - // Lets you display prices for a list of items along with your ads. A price - // feed is composed of three to eight price table rows. - PlaceholderTypeEnum_PRICE PlaceholderTypeEnum_PlaceholderType = 10 - // Allows you to highlight sales and other promotions that let users see how - // they can save by buying now. - PlaceholderTypeEnum_PROMOTION PlaceholderTypeEnum_PlaceholderType = 11 - // Lets you dynamically inject custom data into the title and description - // of your ads. - PlaceholderTypeEnum_AD_CUSTOMIZER PlaceholderTypeEnum_PlaceholderType = 12 - // Indicates that this feed is for education dynamic remarketing. - PlaceholderTypeEnum_DYNAMIC_EDUCATION PlaceholderTypeEnum_PlaceholderType = 13 - // Indicates that this feed is for flight dynamic remarketing. - PlaceholderTypeEnum_DYNAMIC_FLIGHT PlaceholderTypeEnum_PlaceholderType = 14 - // Indicates that this feed is for a custom dynamic remarketing type. Use - // this only if the other business types don't apply to your products or - // services. - PlaceholderTypeEnum_DYNAMIC_CUSTOM PlaceholderTypeEnum_PlaceholderType = 15 - // Indicates that this feed is for hotels and rentals dynamic remarketing. - PlaceholderTypeEnum_DYNAMIC_HOTEL PlaceholderTypeEnum_PlaceholderType = 16 - // Indicates that this feed is for real estate dynamic remarketing. - PlaceholderTypeEnum_DYNAMIC_REAL_ESTATE PlaceholderTypeEnum_PlaceholderType = 17 - // Indicates that this feed is for travel dynamic remarketing. - PlaceholderTypeEnum_DYNAMIC_TRAVEL PlaceholderTypeEnum_PlaceholderType = 18 - // Indicates that this feed is for local deals dynamic remarketing. - PlaceholderTypeEnum_DYNAMIC_LOCAL PlaceholderTypeEnum_PlaceholderType = 19 - // Indicates that this feed is for job dynamic remarketing. - PlaceholderTypeEnum_DYNAMIC_JOB PlaceholderTypeEnum_PlaceholderType = 20 -) - -var PlaceholderTypeEnum_PlaceholderType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "SITELINK", - 3: "CALL", - 4: "APP", - 5: "LOCATION", - 6: "AFFILIATE_LOCATION", - 7: "CALLOUT", - 8: "STRUCTURED_SNIPPET", - 9: "MESSAGE", - 10: "PRICE", - 11: "PROMOTION", - 12: "AD_CUSTOMIZER", - 13: "DYNAMIC_EDUCATION", - 14: "DYNAMIC_FLIGHT", - 15: "DYNAMIC_CUSTOM", - 16: "DYNAMIC_HOTEL", - 17: "DYNAMIC_REAL_ESTATE", - 18: "DYNAMIC_TRAVEL", - 19: "DYNAMIC_LOCAL", - 20: "DYNAMIC_JOB", -} -var PlaceholderTypeEnum_PlaceholderType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "SITELINK": 2, - "CALL": 3, - "APP": 4, - "LOCATION": 5, - "AFFILIATE_LOCATION": 6, - "CALLOUT": 7, - "STRUCTURED_SNIPPET": 8, - "MESSAGE": 9, - "PRICE": 10, - "PROMOTION": 11, - "AD_CUSTOMIZER": 12, - "DYNAMIC_EDUCATION": 13, - "DYNAMIC_FLIGHT": 14, - "DYNAMIC_CUSTOM": 15, - "DYNAMIC_HOTEL": 16, - "DYNAMIC_REAL_ESTATE": 17, - "DYNAMIC_TRAVEL": 18, - "DYNAMIC_LOCAL": 19, - "DYNAMIC_JOB": 20, -} - -func (x PlaceholderTypeEnum_PlaceholderType) String() string { - return proto.EnumName(PlaceholderTypeEnum_PlaceholderType_name, int32(x)) -} -func (PlaceholderTypeEnum_PlaceholderType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_placeholder_type_b2fdad65fed6649f, []int{0, 0} -} - -// Container for enum describing possible placeholder types for a feed mapping. -type PlaceholderTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PlaceholderTypeEnum) Reset() { *m = PlaceholderTypeEnum{} } -func (m *PlaceholderTypeEnum) String() string { return proto.CompactTextString(m) } -func (*PlaceholderTypeEnum) ProtoMessage() {} -func (*PlaceholderTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_placeholder_type_b2fdad65fed6649f, []int{0} -} -func (m *PlaceholderTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PlaceholderTypeEnum.Unmarshal(m, b) -} -func (m *PlaceholderTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PlaceholderTypeEnum.Marshal(b, m, deterministic) -} -func (dst *PlaceholderTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_PlaceholderTypeEnum.Merge(dst, src) -} -func (m *PlaceholderTypeEnum) XXX_Size() int { - return xxx_messageInfo_PlaceholderTypeEnum.Size(m) -} -func (m *PlaceholderTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_PlaceholderTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_PlaceholderTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*PlaceholderTypeEnum)(nil), "google.ads.googleads.v0.enums.PlaceholderTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.PlaceholderTypeEnum_PlaceholderType", PlaceholderTypeEnum_PlaceholderType_name, PlaceholderTypeEnum_PlaceholderType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/placeholder_type.proto", fileDescriptor_placeholder_type_b2fdad65fed6649f) -} - -var fileDescriptor_placeholder_type_b2fdad65fed6649f = []byte{ - // 473 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xd1, 0x6e, 0xd3, 0x30, - 0x14, 0x86, 0x59, 0xba, 0xad, 0xad, 0xbb, 0xae, 0xa7, 0xee, 0x80, 0xab, 0x5d, 0x6c, 0x0f, 0x90, - 0x44, 0x82, 0xab, 0x70, 0xe5, 0x26, 0x6e, 0x67, 0xe6, 0xc6, 0x56, 0xe2, 0x14, 0x31, 0x55, 0x8a, - 0xca, 0x12, 0x05, 0xa4, 0xb6, 0x89, 0x9a, 0x6d, 0xd2, 0xde, 0x82, 0x67, 0xe0, 0x92, 0x47, 0xe1, - 0x4d, 0xe0, 0x09, 0xb8, 0x44, 0x4e, 0x96, 0x52, 0x4d, 0x82, 0x9b, 0xe8, 0xe8, 0x3b, 0xff, 0xff, - 0xc7, 0xf6, 0x39, 0xe8, 0x6d, 0x96, 0xe7, 0xd9, 0x2a, 0xb5, 0x96, 0x49, 0x69, 0xd5, 0xa5, 0xae, - 0x1e, 0x6c, 0x2b, 0xdd, 0xdc, 0xaf, 0x4b, 0xab, 0x58, 0x2d, 0x6f, 0xd3, 0xcf, 0xf9, 0x2a, 0x49, - 0xb7, 0xf1, 0xdd, 0x63, 0x91, 0x9a, 0xc5, 0x36, 0xbf, 0xcb, 0xf1, 0x79, 0x2d, 0x35, 0x97, 0x49, - 0x69, 0xee, 0x5c, 0xe6, 0x83, 0x6d, 0x56, 0xae, 0xcb, 0xaf, 0x2d, 0x34, 0x92, 0x7f, 0x9d, 0xea, - 0xb1, 0x48, 0xe9, 0xe6, 0x7e, 0x7d, 0xf9, 0xdb, 0x40, 0x83, 0x67, 0x1c, 0x0f, 0x50, 0x2f, 0xf2, - 0x43, 0x49, 0x5d, 0x36, 0x61, 0xd4, 0x83, 0x17, 0xb8, 0x87, 0xda, 0x91, 0x7f, 0xed, 0x8b, 0x0f, - 0x3e, 0x1c, 0xe0, 0x13, 0xd4, 0x09, 0x99, 0xa2, 0x9c, 0xf9, 0xd7, 0x60, 0xe0, 0x0e, 0x3a, 0x74, - 0x09, 0xe7, 0xd0, 0xc2, 0x6d, 0xd4, 0x22, 0x52, 0xc2, 0xa1, 0x16, 0x70, 0xe1, 0x12, 0xc5, 0x84, - 0x0f, 0x47, 0xf8, 0x15, 0xc2, 0x64, 0x32, 0x61, 0x9c, 0x11, 0x45, 0xe3, 0x1d, 0x3f, 0xd6, 0x99, - 0xda, 0x28, 0x22, 0x05, 0x6d, 0x2d, 0x0a, 0x55, 0x10, 0xb9, 0x2a, 0x0a, 0xa8, 0x17, 0x87, 0x3e, - 0x93, 0x92, 0x2a, 0xe8, 0x68, 0xd1, 0x8c, 0x86, 0x21, 0x99, 0x52, 0xe8, 0xe2, 0x2e, 0x3a, 0x92, - 0x01, 0x73, 0x29, 0x20, 0xdc, 0x47, 0x5d, 0x19, 0x88, 0x99, 0xa8, 0xb2, 0x7a, 0x78, 0x88, 0xfa, - 0xc4, 0x8b, 0xdd, 0x28, 0x54, 0x62, 0xc6, 0x6e, 0x68, 0x00, 0x27, 0xf8, 0x25, 0x1a, 0x7a, 0x1f, - 0x7d, 0x32, 0x63, 0x6e, 0x4c, 0xbd, 0xe8, 0xe9, 0xaf, 0x7d, 0x8c, 0xd1, 0x69, 0x83, 0x27, 0x9c, - 0x4d, 0xaf, 0x14, 0x9c, 0xee, 0xb3, 0x3a, 0x02, 0x06, 0x3a, 0xb1, 0x61, 0x57, 0x42, 0x51, 0x0e, - 0x80, 0x5f, 0xa3, 0x51, 0x83, 0x02, 0x4a, 0x78, 0x4c, 0x43, 0x45, 0x14, 0x85, 0xe1, 0xbe, 0x5f, - 0x05, 0x64, 0x4e, 0x39, 0xe0, 0x7d, 0xbf, 0xbe, 0x33, 0x87, 0x91, 0x7e, 0xd5, 0x06, 0xbd, 0x17, - 0x63, 0x38, 0x1b, 0xff, 0x3c, 0x40, 0x17, 0xb7, 0xf9, 0xda, 0xfc, 0xef, 0xe0, 0xc6, 0x67, 0xcf, - 0xa6, 0x23, 0xf5, 0xb4, 0xe5, 0xc1, 0xcd, 0xf8, 0xc9, 0x96, 0xe5, 0xab, 0xe5, 0x26, 0x33, 0xf3, - 0x6d, 0x66, 0x65, 0xe9, 0xa6, 0xda, 0x85, 0x66, 0x6b, 0x8a, 0x2f, 0xe5, 0x3f, 0x96, 0xe8, 0x5d, - 0xf5, 0xfd, 0x66, 0xb4, 0xa6, 0x84, 0x7c, 0x37, 0xce, 0xa7, 0x75, 0x14, 0x49, 0x4a, 0xb3, 0x2e, - 0x75, 0x35, 0xb7, 0x4d, 0xbd, 0x21, 0xe5, 0x8f, 0xa6, 0xbf, 0x20, 0x49, 0xb9, 0xd8, 0xf5, 0x17, - 0x73, 0x7b, 0x51, 0xf5, 0x7f, 0x19, 0x17, 0x35, 0x74, 0x1c, 0x92, 0x94, 0x8e, 0xb3, 0x53, 0x38, - 0xce, 0xdc, 0x76, 0x9c, 0x4a, 0xf3, 0xe9, 0xb8, 0x3a, 0xd8, 0x9b, 0x3f, 0x01, 0x00, 0x00, 0xff, - 0xff, 0xab, 0xd1, 0x3f, 0x9a, 0xdc, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/policy_approval_status.pb.go b/googleapis/ads/googleads/v0/enums/policy_approval_status.pb.go deleted file mode 100644 index 0ad7f84d7c..0000000000 --- a/googleapis/ads/googleads/v0/enums/policy_approval_status.pb.go +++ /dev/null @@ -1,131 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/policy_approval_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible policy approval statuses. When there are several approval -// statuses available the most severe one will be used. The order of severity -// is DISAPPROVED, AREA_OF_INTEREST_ONLY, APPROVED_LIMITED and APPROVED. -type PolicyApprovalStatusEnum_PolicyApprovalStatus int32 - -const ( - // No value has been specified. - PolicyApprovalStatusEnum_UNSPECIFIED PolicyApprovalStatusEnum_PolicyApprovalStatus = 0 - // The received value is not known in this version. - // - // This is a response-only value. - PolicyApprovalStatusEnum_UNKNOWN PolicyApprovalStatusEnum_PolicyApprovalStatus = 1 - // Will not serve. - PolicyApprovalStatusEnum_DISAPPROVED PolicyApprovalStatusEnum_PolicyApprovalStatus = 2 - // Serves with restrictions. - PolicyApprovalStatusEnum_APPROVED_LIMITED PolicyApprovalStatusEnum_PolicyApprovalStatus = 3 - // Serves without restrictions. - PolicyApprovalStatusEnum_APPROVED PolicyApprovalStatusEnum_PolicyApprovalStatus = 4 - // Will not serve in targeted countries, but may serve for users who are - // searching for information about the targeted countries. - PolicyApprovalStatusEnum_AREA_OF_INTEREST_ONLY PolicyApprovalStatusEnum_PolicyApprovalStatus = 5 -) - -var PolicyApprovalStatusEnum_PolicyApprovalStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "DISAPPROVED", - 3: "APPROVED_LIMITED", - 4: "APPROVED", - 5: "AREA_OF_INTEREST_ONLY", -} -var PolicyApprovalStatusEnum_PolicyApprovalStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "DISAPPROVED": 2, - "APPROVED_LIMITED": 3, - "APPROVED": 4, - "AREA_OF_INTEREST_ONLY": 5, -} - -func (x PolicyApprovalStatusEnum_PolicyApprovalStatus) String() string { - return proto.EnumName(PolicyApprovalStatusEnum_PolicyApprovalStatus_name, int32(x)) -} -func (PolicyApprovalStatusEnum_PolicyApprovalStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_policy_approval_status_45853cd948082e5a, []int{0, 0} -} - -// Container for enum describing possible policy approval statuses. -type PolicyApprovalStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyApprovalStatusEnum) Reset() { *m = PolicyApprovalStatusEnum{} } -func (m *PolicyApprovalStatusEnum) String() string { return proto.CompactTextString(m) } -func (*PolicyApprovalStatusEnum) ProtoMessage() {} -func (*PolicyApprovalStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_approval_status_45853cd948082e5a, []int{0} -} -func (m *PolicyApprovalStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyApprovalStatusEnum.Unmarshal(m, b) -} -func (m *PolicyApprovalStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyApprovalStatusEnum.Marshal(b, m, deterministic) -} -func (dst *PolicyApprovalStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyApprovalStatusEnum.Merge(dst, src) -} -func (m *PolicyApprovalStatusEnum) XXX_Size() int { - return xxx_messageInfo_PolicyApprovalStatusEnum.Size(m) -} -func (m *PolicyApprovalStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyApprovalStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyApprovalStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*PolicyApprovalStatusEnum)(nil), "google.ads.googleads.v0.enums.PolicyApprovalStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.PolicyApprovalStatusEnum_PolicyApprovalStatus", PolicyApprovalStatusEnum_PolicyApprovalStatus_name, PolicyApprovalStatusEnum_PolicyApprovalStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/policy_approval_status.proto", fileDescriptor_policy_approval_status_45853cd948082e5a) -} - -var fileDescriptor_policy_approval_status_45853cd948082e5a = []byte{ - // 332 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x4f, 0x4b, 0xc3, 0x30, - 0x18, 0xc6, 0x6d, 0xe7, 0x3f, 0x32, 0xc1, 0x52, 0x26, 0xb8, 0xc3, 0x0e, 0xdb, 0x07, 0x48, 0x0b, - 0xde, 0xe2, 0x29, 0xb3, 0xd9, 0x28, 0xce, 0x36, 0xac, 0x5b, 0x45, 0x29, 0x84, 0xb8, 0x8e, 0x30, - 0xe8, 0x9a, 0xb2, 0x6c, 0x03, 0xef, 0x7e, 0x11, 0x3d, 0xfa, 0x51, 0xfc, 0x28, 0x1e, 0xfc, 0x0c, - 0xd2, 0x74, 0xeb, 0x69, 0x7a, 0x09, 0x4f, 0xf2, 0x3c, 0xbf, 0xf0, 0xbe, 0x0f, 0x40, 0x42, 0x4a, - 0x91, 0xcd, 0x1d, 0x9e, 0x2a, 0xa7, 0x92, 0xa5, 0xda, 0xba, 0xce, 0x3c, 0xdf, 0x2c, 0x95, 0x53, - 0xc8, 0x6c, 0x31, 0x7b, 0x65, 0xbc, 0x28, 0x56, 0x72, 0xcb, 0x33, 0xa6, 0xd6, 0x7c, 0xbd, 0x51, - 0xb0, 0x58, 0xc9, 0xb5, 0xb4, 0x3b, 0x15, 0x00, 0x79, 0xaa, 0x60, 0xcd, 0xc2, 0xad, 0x0b, 0x35, - 0xdb, 0x7b, 0x37, 0xc0, 0x35, 0xd5, 0x3c, 0xde, 0xe1, 0x91, 0xa6, 0x49, 0xbe, 0x59, 0xf6, 0xde, - 0x0c, 0xd0, 0x3a, 0x64, 0xda, 0x97, 0xa0, 0x39, 0x0d, 0x22, 0x4a, 0xee, 0xfc, 0x81, 0x4f, 0x3c, - 0xeb, 0xc8, 0x6e, 0x82, 0xb3, 0x69, 0x70, 0x1f, 0x84, 0x8f, 0x81, 0x65, 0x94, 0xae, 0xe7, 0x47, - 0x98, 0xd2, 0x71, 0x18, 0x13, 0xcf, 0x32, 0xed, 0x16, 0xb0, 0xf6, 0x37, 0x36, 0xf2, 0x1f, 0xfc, - 0x09, 0xf1, 0xac, 0x86, 0x7d, 0x01, 0xce, 0xeb, 0xcc, 0xb1, 0xdd, 0x06, 0x57, 0x78, 0x4c, 0x30, - 0x0b, 0x07, 0xcc, 0x0f, 0x26, 0x64, 0x4c, 0xa2, 0x09, 0x0b, 0x83, 0xd1, 0x93, 0x75, 0xd2, 0xff, - 0x31, 0x40, 0x77, 0x26, 0x97, 0xf0, 0xdf, 0x4d, 0xfa, 0xed, 0x43, 0x93, 0xd2, 0xb2, 0x03, 0x6a, - 0x3c, 0xf7, 0x77, 0xac, 0x90, 0x19, 0xcf, 0x05, 0x94, 0x2b, 0xe1, 0x88, 0x79, 0xae, 0x1b, 0xda, - 0x37, 0x5a, 0x2c, 0xd4, 0x1f, 0x05, 0xdf, 0xea, 0xf3, 0xc3, 0x6c, 0x0c, 0x31, 0xfe, 0x34, 0x3b, - 0xc3, 0xea, 0x2b, 0x9c, 0x2a, 0x58, 0xc9, 0x52, 0xc5, 0x2e, 0x2c, 0x2b, 0x53, 0x5f, 0x7b, 0x3f, - 0xc1, 0xa9, 0x4a, 0x6a, 0x3f, 0x89, 0xdd, 0x44, 0xfb, 0xdf, 0x66, 0xb7, 0x7a, 0x44, 0x08, 0xa7, - 0x0a, 0xa1, 0x3a, 0x81, 0x50, 0xec, 0x22, 0xa4, 0x33, 0x2f, 0xa7, 0x7a, 0xb0, 0x9b, 0xdf, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x31, 0xf6, 0x47, 0xdc, 0xf8, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/policy_review_status.pb.go b/googleapis/ads/googleads/v0/enums/policy_review_status.pb.go deleted file mode 100644 index e2f80eac24..0000000000 --- a/googleapis/ads/googleads/v0/enums/policy_review_status.pb.go +++ /dev/null @@ -1,124 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/policy_review_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible policy review statuses. -type PolicyReviewStatusEnum_PolicyReviewStatus int32 - -const ( - // No value has been specified. - PolicyReviewStatusEnum_UNSPECIFIED PolicyReviewStatusEnum_PolicyReviewStatus = 0 - // The received value is not known in this version. - // - // This is a response-only value. - PolicyReviewStatusEnum_UNKNOWN PolicyReviewStatusEnum_PolicyReviewStatus = 1 - // Currently under review. - PolicyReviewStatusEnum_REVIEW_IN_PROGRESS PolicyReviewStatusEnum_PolicyReviewStatus = 2 - // Primary review complete. Other reviews may be continuing. - PolicyReviewStatusEnum_REVIEWED PolicyReviewStatusEnum_PolicyReviewStatus = 3 - // The resource has been resubmitted for approval or its policy decision has - // been appealed. - PolicyReviewStatusEnum_UNDER_APPEAL PolicyReviewStatusEnum_PolicyReviewStatus = 4 -) - -var PolicyReviewStatusEnum_PolicyReviewStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "REVIEW_IN_PROGRESS", - 3: "REVIEWED", - 4: "UNDER_APPEAL", -} -var PolicyReviewStatusEnum_PolicyReviewStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "REVIEW_IN_PROGRESS": 2, - "REVIEWED": 3, - "UNDER_APPEAL": 4, -} - -func (x PolicyReviewStatusEnum_PolicyReviewStatus) String() string { - return proto.EnumName(PolicyReviewStatusEnum_PolicyReviewStatus_name, int32(x)) -} -func (PolicyReviewStatusEnum_PolicyReviewStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_policy_review_status_ecb5e624d7fd7767, []int{0, 0} -} - -// Container for enum describing possible policy review statuses. -type PolicyReviewStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyReviewStatusEnum) Reset() { *m = PolicyReviewStatusEnum{} } -func (m *PolicyReviewStatusEnum) String() string { return proto.CompactTextString(m) } -func (*PolicyReviewStatusEnum) ProtoMessage() {} -func (*PolicyReviewStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_review_status_ecb5e624d7fd7767, []int{0} -} -func (m *PolicyReviewStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyReviewStatusEnum.Unmarshal(m, b) -} -func (m *PolicyReviewStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyReviewStatusEnum.Marshal(b, m, deterministic) -} -func (dst *PolicyReviewStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyReviewStatusEnum.Merge(dst, src) -} -func (m *PolicyReviewStatusEnum) XXX_Size() int { - return xxx_messageInfo_PolicyReviewStatusEnum.Size(m) -} -func (m *PolicyReviewStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyReviewStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyReviewStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*PolicyReviewStatusEnum)(nil), "google.ads.googleads.v0.enums.PolicyReviewStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.PolicyReviewStatusEnum_PolicyReviewStatus", PolicyReviewStatusEnum_PolicyReviewStatus_name, PolicyReviewStatusEnum_PolicyReviewStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/policy_review_status.proto", fileDescriptor_policy_review_status_ecb5e624d7fd7767) -} - -var fileDescriptor_policy_review_status_ecb5e624d7fd7767 = []byte{ - // 317 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xf3, 0x30, - 0x1c, 0xc5, 0xbf, 0x76, 0x1f, 0x2a, 0xd9, 0xc0, 0x90, 0x8b, 0x79, 0xb5, 0x8b, 0xed, 0x01, 0xd2, - 0x82, 0x37, 0x12, 0xaf, 0x32, 0x17, 0x47, 0x51, 0xb2, 0xd0, 0xb2, 0x0e, 0xa4, 0x50, 0xea, 0x5a, - 0xc2, 0x64, 0x6b, 0xc6, 0xb2, 0x56, 0xbc, 0xf7, 0x49, 0xbc, 0xf4, 0x51, 0x7c, 0x14, 0xf1, 0x21, - 0xa4, 0x89, 0xeb, 0xcd, 0xd0, 0x9b, 0x72, 0xf8, 0x9f, 0xf3, 0x2b, 0x27, 0x07, 0x5c, 0x49, 0xa5, - 0xe4, 0xba, 0xf0, 0xb2, 0x5c, 0x7b, 0x56, 0x36, 0xaa, 0xf6, 0xbd, 0xa2, 0xac, 0x36, 0xda, 0xdb, - 0xaa, 0xf5, 0x6a, 0xf9, 0x92, 0xee, 0x8a, 0x7a, 0x55, 0x3c, 0xa7, 0x7a, 0x9f, 0xed, 0x2b, 0x8d, - 0xb7, 0x3b, 0xb5, 0x57, 0x68, 0x60, 0xe3, 0x38, 0xcb, 0x35, 0x6e, 0x49, 0x5c, 0xfb, 0xd8, 0x90, - 0xa3, 0x57, 0x07, 0xf4, 0x85, 0xa1, 0x43, 0x03, 0x47, 0x86, 0x65, 0x65, 0xb5, 0x19, 0x3d, 0x01, - 0x74, 0xec, 0xa0, 0x73, 0xd0, 0x9d, 0xf3, 0x48, 0xb0, 0x9b, 0xe0, 0x36, 0x60, 0x13, 0xf8, 0x0f, - 0x75, 0xc1, 0xe9, 0x9c, 0xdf, 0xf1, 0xd9, 0x82, 0x43, 0x07, 0xf5, 0x01, 0x0a, 0x59, 0x1c, 0xb0, - 0x45, 0x1a, 0xf0, 0x54, 0x84, 0xb3, 0x69, 0xc8, 0xa2, 0x08, 0xba, 0xa8, 0x07, 0xce, 0xec, 0x9d, - 0x4d, 0x60, 0x07, 0x41, 0xd0, 0x9b, 0xf3, 0x09, 0x0b, 0x53, 0x2a, 0x04, 0xa3, 0xf7, 0xf0, 0xff, - 0xf8, 0xcb, 0x01, 0xc3, 0xa5, 0xda, 0xe0, 0x3f, 0xcb, 0x8e, 0x2f, 0x8e, 0xfb, 0x88, 0xe6, 0x91, - 0xc2, 0x79, 0x18, 0xff, 0x90, 0x52, 0xad, 0xb3, 0x52, 0x62, 0xb5, 0x93, 0x9e, 0x2c, 0x4a, 0x33, - 0xc1, 0x61, 0xb0, 0xed, 0x4a, 0xff, 0xb2, 0xdf, 0xb5, 0xf9, 0xbe, 0xb9, 0x9d, 0x29, 0xa5, 0xef, - 0xee, 0x60, 0x6a, 0x7f, 0x45, 0x73, 0x8d, 0xad, 0x6c, 0x54, 0xec, 0xe3, 0x66, 0x15, 0xfd, 0x71, - 0xf0, 0x13, 0x9a, 0xeb, 0xa4, 0xf5, 0x93, 0xd8, 0x4f, 0x8c, 0xff, 0xe9, 0x0e, 0xed, 0x91, 0x10, - 0x9a, 0x6b, 0x42, 0xda, 0x04, 0x21, 0xb1, 0x4f, 0x88, 0xc9, 0x3c, 0x9e, 0x98, 0x62, 0x97, 0xdf, - 0x01, 0x00, 0x00, 0xff, 0xff, 0xa7, 0xd5, 0xb7, 0xc7, 0xd7, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/policy_topic_entry_type.pb.go b/googleapis/ads/googleads/v0/enums/policy_topic_entry_type.pb.go deleted file mode 100644 index dc45ce0d0c..0000000000 --- a/googleapis/ads/googleads/v0/enums/policy_topic_entry_type.pb.go +++ /dev/null @@ -1,134 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/policy_topic_entry_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible policy topic entry types. -type PolicyTopicEntryTypeEnum_PolicyTopicEntryType int32 - -const ( - // No value has been specified. - PolicyTopicEntryTypeEnum_UNSPECIFIED PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 0 - // The received value is not known in this version. - // - // This is a response-only value. - PolicyTopicEntryTypeEnum_UNKNOWN PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 1 - // The resource will not be served. - PolicyTopicEntryTypeEnum_PROHIBITED PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 2 - // The resource will not be served under some circumstances. - PolicyTopicEntryTypeEnum_LIMITED PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 4 - // May be of interest, but does not limit how the resource is served. - PolicyTopicEntryTypeEnum_DESCRIPTIVE PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 5 - // Could increase coverage beyond normal. - PolicyTopicEntryTypeEnum_BROADENING PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 6 - // Constrained for all targeted countries, but may serve in other countries - // through area of interest. - PolicyTopicEntryTypeEnum_AREA_OF_INTEREST_ONLY PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 7 -) - -var PolicyTopicEntryTypeEnum_PolicyTopicEntryType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "PROHIBITED", - 4: "LIMITED", - 5: "DESCRIPTIVE", - 6: "BROADENING", - 7: "AREA_OF_INTEREST_ONLY", -} -var PolicyTopicEntryTypeEnum_PolicyTopicEntryType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "PROHIBITED": 2, - "LIMITED": 4, - "DESCRIPTIVE": 5, - "BROADENING": 6, - "AREA_OF_INTEREST_ONLY": 7, -} - -func (x PolicyTopicEntryTypeEnum_PolicyTopicEntryType) String() string { - return proto.EnumName(PolicyTopicEntryTypeEnum_PolicyTopicEntryType_name, int32(x)) -} -func (PolicyTopicEntryTypeEnum_PolicyTopicEntryType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_policy_topic_entry_type_cbebbf5824d9149e, []int{0, 0} -} - -// Container for enum describing possible policy topic entry types. -type PolicyTopicEntryTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyTopicEntryTypeEnum) Reset() { *m = PolicyTopicEntryTypeEnum{} } -func (m *PolicyTopicEntryTypeEnum) String() string { return proto.CompactTextString(m) } -func (*PolicyTopicEntryTypeEnum) ProtoMessage() {} -func (*PolicyTopicEntryTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_topic_entry_type_cbebbf5824d9149e, []int{0} -} -func (m *PolicyTopicEntryTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyTopicEntryTypeEnum.Unmarshal(m, b) -} -func (m *PolicyTopicEntryTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyTopicEntryTypeEnum.Marshal(b, m, deterministic) -} -func (dst *PolicyTopicEntryTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyTopicEntryTypeEnum.Merge(dst, src) -} -func (m *PolicyTopicEntryTypeEnum) XXX_Size() int { - return xxx_messageInfo_PolicyTopicEntryTypeEnum.Size(m) -} -func (m *PolicyTopicEntryTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyTopicEntryTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyTopicEntryTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*PolicyTopicEntryTypeEnum)(nil), "google.ads.googleads.v0.enums.PolicyTopicEntryTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.PolicyTopicEntryTypeEnum_PolicyTopicEntryType", PolicyTopicEntryTypeEnum_PolicyTopicEntryType_name, PolicyTopicEntryTypeEnum_PolicyTopicEntryType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/policy_topic_entry_type.proto", fileDescriptor_policy_topic_entry_type_cbebbf5824d9149e) -} - -var fileDescriptor_policy_topic_entry_type_cbebbf5824d9149e = []byte{ - // 349 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x6a, 0xea, 0x30, - 0x1c, 0xc6, 0x4f, 0x7b, 0xce, 0x51, 0x88, 0xb0, 0x95, 0xb2, 0xc1, 0xbc, 0xf0, 0x42, 0x1f, 0x20, - 0x2d, 0xec, 0x2e, 0x5e, 0xa5, 0x36, 0xba, 0x30, 0x97, 0x96, 0x5a, 0x3b, 0x36, 0x0a, 0xc5, 0xd9, - 0x52, 0x04, 0x6d, 0x8a, 0xa9, 0x42, 0x1f, 0x62, 0x2f, 0xb1, 0x4b, 0x1f, 0x65, 0x8f, 0xb2, 0x8b, - 0x3d, 0xc3, 0x48, 0x3a, 0xbd, 0x72, 0xbb, 0x09, 0x5f, 0xf2, 0x7d, 0xbf, 0x3f, 0xff, 0x7c, 0x60, - 0x98, 0x73, 0x9e, 0xaf, 0x33, 0x6b, 0x91, 0x0a, 0xab, 0x91, 0x52, 0xed, 0x6d, 0x2b, 0x2b, 0x76, - 0x1b, 0x61, 0x95, 0x7c, 0xbd, 0x5a, 0xd6, 0x49, 0xc5, 0xcb, 0xd5, 0x32, 0xc9, 0x8a, 0x6a, 0x5b, - 0x27, 0x55, 0x5d, 0x66, 0xb0, 0xdc, 0xf2, 0x8a, 0x9b, 0xbd, 0x86, 0x80, 0x8b, 0x54, 0xc0, 0x13, - 0x0c, 0xf7, 0x36, 0x54, 0xf0, 0xe0, 0xa0, 0x81, 0x1b, 0x5f, 0x0d, 0x08, 0x25, 0x4f, 0x24, 0x1e, - 0xd6, 0x65, 0x46, 0x8a, 0xdd, 0x66, 0xf0, 0xaa, 0x81, 0xab, 0x73, 0xa6, 0x79, 0x09, 0x3a, 0x73, - 0x36, 0xf3, 0xc9, 0x88, 0x8e, 0x29, 0x71, 0x8d, 0x3f, 0x66, 0x07, 0xb4, 0xe7, 0xec, 0x9e, 0x79, - 0x8f, 0xcc, 0xd0, 0xcc, 0x0b, 0x00, 0xfc, 0xc0, 0xbb, 0xa3, 0x0e, 0x0d, 0x89, 0x6b, 0xe8, 0xd2, - 0x9c, 0xd2, 0x07, 0x75, 0xf9, 0x27, 0x51, 0x97, 0xcc, 0x46, 0x01, 0xf5, 0x43, 0x1a, 0x11, 0xe3, - 0xbf, 0x4c, 0x3b, 0x81, 0x87, 0x5d, 0xc2, 0x28, 0x9b, 0x18, 0x2d, 0xb3, 0x0b, 0xae, 0x71, 0x40, - 0x70, 0xe2, 0x8d, 0x13, 0xca, 0x42, 0x12, 0x90, 0x59, 0x98, 0x78, 0x6c, 0xfa, 0x64, 0xb4, 0x9d, - 0x4f, 0x0d, 0xf4, 0x97, 0x7c, 0x03, 0x7f, 0xfd, 0x92, 0xd3, 0x3d, 0xb7, 0xb2, 0x2f, 0xcb, 0xf0, - 0xb5, 0x67, 0xe7, 0x9b, 0xcd, 0xf9, 0x7a, 0x51, 0xe4, 0x90, 0x6f, 0x73, 0x2b, 0xcf, 0x0a, 0x55, - 0xd5, 0xb1, 0xdb, 0x72, 0x25, 0x7e, 0xa8, 0x7a, 0xa8, 0xce, 0x37, 0xfd, 0xef, 0x04, 0xe3, 0x83, - 0xde, 0x9b, 0x34, 0xa3, 0x70, 0x2a, 0x60, 0x23, 0xa5, 0x8a, 0x6c, 0x28, 0xbb, 0x13, 0xef, 0x47, - 0x3f, 0xc6, 0xa9, 0x88, 0x4f, 0x7e, 0x1c, 0xd9, 0xb1, 0xf2, 0x3f, 0xf4, 0x7e, 0xf3, 0x88, 0x10, - 0x4e, 0x05, 0x42, 0xa7, 0x04, 0x42, 0x91, 0x8d, 0x90, 0xca, 0xbc, 0xb4, 0xd4, 0x62, 0xb7, 0x5f, - 0x01, 0x00, 0x00, 0xff, 0xff, 0x8e, 0xa6, 0xc5, 0x83, 0x02, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/policy_topic_evidence_destination_mismatch_url_type.pb.go b/googleapis/ads/googleads/v0/enums/policy_topic_evidence_destination_mismatch_url_type.pb.go deleted file mode 100644 index f8956aed41..0000000000 --- a/googleapis/ads/googleads/v0/enums/policy_topic_evidence_destination_mismatch_url_type.pb.go +++ /dev/null @@ -1,140 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/policy_topic_evidence_destination_mismatch_url_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible policy topic evidence destination mismatch url types. -type PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType int32 - -const ( - // No value has been specified. - PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_UNSPECIFIED PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 0 - // The received value is not known in this version. - // - // This is a response-only value. - PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_UNKNOWN PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 1 - // The display url. - PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_DISPLAY_URL PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 2 - // The final url. - PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_FINAL_URL PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 3 - // The final mobile url. - PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_FINAL_MOBILE_URL PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 4 - // The tracking url template, with substituted desktop url. - PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_TRACKING_URL PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 5 - // The tracking url template, with substituted mobile url. - PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_MOBILE_TRACKING_URL PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType = 6 -) - -var PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "DISPLAY_URL", - 3: "FINAL_URL", - 4: "FINAL_MOBILE_URL", - 5: "TRACKING_URL", - 6: "MOBILE_TRACKING_URL", -} -var PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "DISPLAY_URL": 2, - "FINAL_URL": 3, - "FINAL_MOBILE_URL": 4, - "TRACKING_URL": 5, - "MOBILE_TRACKING_URL": 6, -} - -func (x PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType) String() string { - return proto.EnumName(PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType_name, int32(x)) -} -func (PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_d37726fc3d8bc5df, []int{0, 0} -} - -// Container for enum describing possible policy topic evidence destination -// mismatch url types. -type PolicyTopicEvidenceDestinationMismatchUrlTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) Reset() { - *m = PolicyTopicEvidenceDestinationMismatchUrlTypeEnum{} -} -func (m *PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) String() string { - return proto.CompactTextString(m) -} -func (*PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) ProtoMessage() {} -func (*PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_d37726fc3d8bc5df, []int{0} -} -func (m *PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.Unmarshal(m, b) -} -func (m *PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.Marshal(b, m, deterministic) -} -func (dst *PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.Merge(dst, src) -} -func (m *PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) XXX_Size() int { - return xxx_messageInfo_PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.Size(m) -} -func (m *PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyTopicEvidenceDestinationMismatchUrlTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*PolicyTopicEvidenceDestinationMismatchUrlTypeEnum)(nil), "google.ads.googleads.v0.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType", PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType_name, PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/policy_topic_evidence_destination_mismatch_url_type.proto", fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_d37726fc3d8bc5df) -} - -var fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_d37726fc3d8bc5df = []byte{ - // 376 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x91, 0xc1, 0x6a, 0xa3, 0x40, - 0x18, 0xc7, 0x57, 0xb3, 0x9b, 0x65, 0x27, 0xbb, 0xac, 0xd8, 0x42, 0x4f, 0x39, 0x24, 0xf7, 0x8e, - 0xb6, 0xbd, 0x4d, 0x4f, 0x63, 0x62, 0x82, 0xc4, 0x18, 0x49, 0x62, 0x42, 0x8b, 0x20, 0x56, 0x07, - 0x2b, 0xa8, 0x23, 0x8e, 0x09, 0xe4, 0x09, 0xfa, 0x1e, 0x3d, 0xf6, 0xd0, 0x07, 0xe9, 0x73, 0xf4, - 0xd4, 0xa7, 0x28, 0x8e, 0x26, 0xa5, 0x87, 0x16, 0x72, 0x19, 0xfe, 0xdf, 0xf7, 0xff, 0xe6, 0xc7, - 0xcc, 0xff, 0x03, 0xeb, 0x88, 0xd2, 0x28, 0x21, 0x8a, 0x1f, 0x32, 0xa5, 0x96, 0x95, 0xda, 0xaa, - 0x0a, 0xc9, 0x36, 0x29, 0x53, 0x72, 0x9a, 0xc4, 0xc1, 0xce, 0x2b, 0x69, 0x1e, 0x07, 0x1e, 0xd9, - 0xc6, 0x21, 0xc9, 0x02, 0xe2, 0x85, 0x84, 0x95, 0x71, 0xe6, 0x97, 0x31, 0xcd, 0xbc, 0x34, 0x66, - 0xa9, 0x5f, 0x06, 0xf7, 0xde, 0xa6, 0x48, 0xbc, 0x72, 0x97, 0x13, 0x98, 0x17, 0xb4, 0xa4, 0x72, - 0xb7, 0xa6, 0x41, 0x3f, 0x64, 0xf0, 0x00, 0x86, 0x5b, 0x15, 0x72, 0x70, 0xff, 0x55, 0x00, 0x17, - 0x36, 0x87, 0x2f, 0x2b, 0xb6, 0xde, 0xa0, 0x87, 0x1f, 0xe4, 0x69, 0x03, 0x76, 0x8a, 0x64, 0xb9, - 0xcb, 0x89, 0x9e, 0x6d, 0xd2, 0xfe, 0xb3, 0x00, 0xce, 0x8f, 0xba, 0x25, 0xff, 0x07, 0x1d, 0xc7, - 0x5a, 0xd8, 0xfa, 0xc0, 0x18, 0x19, 0xfa, 0x50, 0xfa, 0x21, 0x77, 0xc0, 0x6f, 0xc7, 0x9a, 0x58, - 0xb3, 0xb5, 0x25, 0x09, 0x95, 0x3b, 0x34, 0x16, 0xb6, 0x89, 0x6f, 0x3c, 0x67, 0x6e, 0x4a, 0xa2, - 0xfc, 0x0f, 0xfc, 0x19, 0x19, 0x16, 0x36, 0x79, 0xd9, 0x92, 0x4f, 0x81, 0x54, 0x97, 0xd3, 0x99, - 0x66, 0x98, 0x3a, 0xef, 0xfe, 0x94, 0x25, 0xf0, 0x77, 0x39, 0xc7, 0x83, 0x89, 0x61, 0x8d, 0x79, - 0xe7, 0x97, 0x7c, 0x06, 0x4e, 0x9a, 0x89, 0x4f, 0x46, 0x5b, 0x7b, 0x10, 0x41, 0x2f, 0xa0, 0x29, - 0xfc, 0x36, 0x0c, 0xed, 0xf2, 0xa8, 0x3f, 0xd9, 0x55, 0xbe, 0xb6, 0x70, 0xab, 0x35, 0xd0, 0x88, - 0x26, 0x7e, 0x16, 0x41, 0x5a, 0x44, 0x4a, 0x44, 0x32, 0x9e, 0xfe, 0x7e, 0x95, 0x79, 0xcc, 0xbe, - 0xd8, 0xec, 0x35, 0x3f, 0x1f, 0xc5, 0xd6, 0x18, 0xe3, 0x27, 0xb1, 0x3b, 0xae, 0x51, 0x38, 0x64, - 0xb0, 0x96, 0x95, 0x5a, 0xa9, 0xb0, 0x4a, 0x9d, 0xbd, 0xec, 0x7d, 0x17, 0x87, 0xcc, 0x3d, 0xf8, - 0xee, 0x4a, 0x75, 0xb9, 0xff, 0x26, 0xf6, 0xea, 0x26, 0x42, 0x38, 0x64, 0x08, 0x1d, 0x26, 0x10, - 0x5a, 0xa9, 0x08, 0xf1, 0x99, 0xbb, 0x36, 0x7f, 0xd8, 0xd5, 0x7b, 0x00, 0x00, 0x00, 0xff, 0xff, - 0xdf, 0x14, 0xc9, 0x48, 0x71, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/preferred_content_type.pb.go b/googleapis/ads/googleads/v0/enums/preferred_content_type.pb.go deleted file mode 100644 index fc8ab93584..0000000000 --- a/googleapis/ads/googleads/v0/enums/preferred_content_type.pb.go +++ /dev/null @@ -1,112 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/preferred_content_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enumerates preferred content criterion type. -type PreferredContentTypeEnum_PreferredContentType int32 - -const ( - // Not specified. - PreferredContentTypeEnum_UNSPECIFIED PreferredContentTypeEnum_PreferredContentType = 0 - // The value is unknown in this version. - PreferredContentTypeEnum_UNKNOWN PreferredContentTypeEnum_PreferredContentType = 1 - // Represents top content on YouTube. - PreferredContentTypeEnum_YOUTUBE_TOP_CONTENT PreferredContentTypeEnum_PreferredContentType = 400 -) - -var PreferredContentTypeEnum_PreferredContentType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 400: "YOUTUBE_TOP_CONTENT", -} -var PreferredContentTypeEnum_PreferredContentType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "YOUTUBE_TOP_CONTENT": 400, -} - -func (x PreferredContentTypeEnum_PreferredContentType) String() string { - return proto.EnumName(PreferredContentTypeEnum_PreferredContentType_name, int32(x)) -} -func (PreferredContentTypeEnum_PreferredContentType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_preferred_content_type_20993ab15a0131bc, []int{0, 0} -} - -// Container for enumeration of preferred content criterion type. -type PreferredContentTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PreferredContentTypeEnum) Reset() { *m = PreferredContentTypeEnum{} } -func (m *PreferredContentTypeEnum) String() string { return proto.CompactTextString(m) } -func (*PreferredContentTypeEnum) ProtoMessage() {} -func (*PreferredContentTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_preferred_content_type_20993ab15a0131bc, []int{0} -} -func (m *PreferredContentTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PreferredContentTypeEnum.Unmarshal(m, b) -} -func (m *PreferredContentTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PreferredContentTypeEnum.Marshal(b, m, deterministic) -} -func (dst *PreferredContentTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_PreferredContentTypeEnum.Merge(dst, src) -} -func (m *PreferredContentTypeEnum) XXX_Size() int { - return xxx_messageInfo_PreferredContentTypeEnum.Size(m) -} -func (m *PreferredContentTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_PreferredContentTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_PreferredContentTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*PreferredContentTypeEnum)(nil), "google.ads.googleads.v0.enums.PreferredContentTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.PreferredContentTypeEnum_PreferredContentType", PreferredContentTypeEnum_PreferredContentType_name, PreferredContentTypeEnum_PreferredContentType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/preferred_content_type.proto", fileDescriptor_preferred_content_type_20993ab15a0131bc) -} - -var fileDescriptor_preferred_content_type_20993ab15a0131bc = []byte{ - // 296 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4a, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0x82, 0xa2, 0xd4, 0xb4, 0xd4, 0xa2, 0xa2, 0xd4, 0x94, 0xf8, 0xe4, 0xfc, - 0xbc, 0x92, 0xd4, 0xbc, 0x92, 0xf8, 0x92, 0xca, 0x82, 0x54, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, - 0x21, 0x59, 0x88, 0x06, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x5e, 0xbd, 0x32, 0x03, 0x3d, 0xb0, - 0x5e, 0xa5, 0x2c, 0x2e, 0x89, 0x00, 0x98, 0x76, 0x67, 0x88, 0xee, 0x90, 0xca, 0x82, 0x54, 0xd7, - 0xbc, 0xd2, 0x5c, 0x25, 0x3f, 0x2e, 0x11, 0x6c, 0x72, 0x42, 0xfc, 0x5c, 0xdc, 0xa1, 0x7e, 0xc1, - 0x01, 0xae, 0xce, 0x9e, 0x6e, 0x9e, 0xae, 0x2e, 0x02, 0x0c, 0x42, 0xdc, 0x5c, 0xec, 0xa1, 0x7e, - 0xde, 0x7e, 0xfe, 0xe1, 0x7e, 0x02, 0x8c, 0x42, 0x12, 0x5c, 0xc2, 0x91, 0xfe, 0xa1, 0x21, 0xa1, - 0x4e, 0xae, 0xf1, 0x21, 0xfe, 0x01, 0xf1, 0xce, 0xfe, 0x7e, 0x21, 0xae, 0x7e, 0x21, 0x02, 0x13, - 0x98, 0x9d, 0xde, 0x31, 0x72, 0x29, 0x26, 0xe7, 0xe7, 0xea, 0xe1, 0x75, 0x91, 0x93, 0x24, 0x36, - 0x3b, 0x03, 0x40, 0x7e, 0x09, 0x60, 0x8c, 0x72, 0x82, 0xea, 0x4d, 0xcf, 0xcf, 0x49, 0xcc, 0x4b, - 0xd7, 0xcb, 0x2f, 0x4a, 0xd7, 0x4f, 0x4f, 0xcd, 0x03, 0xfb, 0x14, 0x16, 0x32, 0x05, 0x99, 0xc5, - 0x38, 0x02, 0xca, 0x1a, 0x4c, 0x2e, 0x62, 0x62, 0x76, 0x77, 0x74, 0x5c, 0xc5, 0x24, 0xeb, 0x0e, - 0x31, 0xca, 0x31, 0xa5, 0x58, 0x0f, 0xc2, 0x04, 0xb1, 0xc2, 0x0c, 0xf4, 0x40, 0x7e, 0x2f, 0x3e, - 0x05, 0x93, 0x8f, 0x71, 0x4c, 0x29, 0x8e, 0x81, 0xcb, 0xc7, 0x84, 0x19, 0xc4, 0x80, 0xe5, 0x5f, - 0x31, 0x29, 0x42, 0x04, 0xad, 0xac, 0x1c, 0x53, 0x8a, 0xad, 0xac, 0xe0, 0x2a, 0xac, 0xac, 0xc2, - 0x0c, 0xac, 0xac, 0xc0, 0x6a, 0x92, 0xd8, 0xc0, 0x0e, 0x33, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, - 0xaa, 0x05, 0x06, 0xc1, 0xc0, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/price_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/price_placeholder_field.pb.go deleted file mode 100644 index 758b97e54c..0000000000 --- a/googleapis/ads/googleads/v0/enums/price_placeholder_field.pb.go +++ /dev/null @@ -1,383 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/price_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for Price placeholder fields. -type PricePlaceholderFieldEnum_PricePlaceholderField int32 - -const ( - // Not specified. - PricePlaceholderFieldEnum_UNSPECIFIED PricePlaceholderFieldEnum_PricePlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - PricePlaceholderFieldEnum_UNKNOWN PricePlaceholderFieldEnum_PricePlaceholderField = 1 - // Data Type: STRING. The type of your price feed. Must match one of the - // predefined price feed type exactly. - PricePlaceholderFieldEnum_TYPE PricePlaceholderFieldEnum_PricePlaceholderField = 2 - // Data Type: STRING. The qualifier of each price. Must match one of the - // predefined price qualifiers exactly. - PricePlaceholderFieldEnum_PRICE_QUALIFIER PricePlaceholderFieldEnum_PricePlaceholderField = 3 - // Data Type: URL. Tracking template for the price feed when using Upgraded - // URLs. - PricePlaceholderFieldEnum_TRACKING_TEMPLATE PricePlaceholderFieldEnum_PricePlaceholderField = 4 - // Data Type: STRING. Language of the price feed. Must match one of the - // available available locale codes exactly. - PricePlaceholderFieldEnum_LANGUAGE PricePlaceholderFieldEnum_PricePlaceholderField = 5 - // Data Type: STRING. Final URL suffix for the price feed when using - // parallel tracking. - PricePlaceholderFieldEnum_FINAL_URL_SUFFIX PricePlaceholderFieldEnum_PricePlaceholderField = 6 - // Data Type: STRING. The header of item 1 of the table. - PricePlaceholderFieldEnum_ITEM_1_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 100 - // Data Type: STRING. The description of item 1 of the table. - PricePlaceholderFieldEnum_ITEM_1_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 101 - // Data Type: PRICE. The price (money with currency) of item 1 of the table, - // e.g., 30 USD. The currency must match one of the available currencies. - PricePlaceholderFieldEnum_ITEM_1_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 102 - // Data Type: STRING. The price unit of item 1 of the table. Must match one - // of the predefined price units. - PricePlaceholderFieldEnum_ITEM_1_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 103 - // Data Type: URL_LIST. The final URLs of item 1 of the table when using - // Upgraded URLs. - PricePlaceholderFieldEnum_ITEM_1_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 104 - // Data Type: URL_LIST. The final mobile URLs of item 1 of the table when - // using Upgraded URLs. - PricePlaceholderFieldEnum_ITEM_1_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 105 - // Data Type: STRING. The header of item 2 of the table. - PricePlaceholderFieldEnum_ITEM_2_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 200 - // Data Type: STRING. The description of item 2 of the table. - PricePlaceholderFieldEnum_ITEM_2_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 201 - // Data Type: PRICE. The price (money with currency) of item 2 of the table, - // e.g., 30 USD. The currency must match one of the available currencies. - PricePlaceholderFieldEnum_ITEM_2_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 202 - // Data Type: STRING. The price unit of item 2 of the table. Must match one - // of the predefined price units. - PricePlaceholderFieldEnum_ITEM_2_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 203 - // Data Type: URL_LIST. The final URLs of item 2 of the table when using - // Upgraded URLs. - PricePlaceholderFieldEnum_ITEM_2_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 204 - // Data Type: URL_LIST. The final mobile URLs of item 2 of the table when - // using Upgraded URLs. - PricePlaceholderFieldEnum_ITEM_2_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 205 - // Data Type: STRING. The header of item 3 of the table. - PricePlaceholderFieldEnum_ITEM_3_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 300 - // Data Type: STRING. The description of item 3 of the table. - PricePlaceholderFieldEnum_ITEM_3_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 301 - // Data Type: PRICE. The price (money with currency) of item 3 of the table, - // e.g., 30 USD. The currency must match one of the available currencies. - PricePlaceholderFieldEnum_ITEM_3_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 302 - // Data Type: STRING. The price unit of item 3 of the table. Must match one - // of the predefined price units. - PricePlaceholderFieldEnum_ITEM_3_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 303 - // Data Type: URL_LIST. The final URLs of item 3 of the table when using - // Upgraded URLs. - PricePlaceholderFieldEnum_ITEM_3_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 304 - // Data Type: URL_LIST. The final mobile URLs of item 3 of the table when - // using Upgraded URLs. - PricePlaceholderFieldEnum_ITEM_3_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 305 - // Data Type: STRING. The header of item 4 of the table. - PricePlaceholderFieldEnum_ITEM_4_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 400 - // Data Type: STRING. The description of item 4 of the table. - PricePlaceholderFieldEnum_ITEM_4_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 401 - // Data Type: PRICE. The price (money with currency) of item 4 of the table, - // e.g., 30 USD. The currency must match one of the available currencies. - PricePlaceholderFieldEnum_ITEM_4_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 402 - // Data Type: STRING. The price unit of item 4 of the table. Must match one - // of the predefined price units. - PricePlaceholderFieldEnum_ITEM_4_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 403 - // Data Type: URL_LIST. The final URLs of item 4 of the table when using - // Upgraded URLs. - PricePlaceholderFieldEnum_ITEM_4_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 404 - // Data Type: URL_LIST. The final mobile URLs of item 4 of the table when - // using Upgraded URLs. - PricePlaceholderFieldEnum_ITEM_4_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 405 - // Data Type: STRING. The header of item 5 of the table. - PricePlaceholderFieldEnum_ITEM_5_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 500 - // Data Type: STRING. The description of item 5 of the table. - PricePlaceholderFieldEnum_ITEM_5_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 501 - // Data Type: PRICE. The price (money with currency) of item 5 of the table, - // e.g., 30 USD. The currency must match one of the available currencies. - PricePlaceholderFieldEnum_ITEM_5_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 502 - // Data Type: STRING. The price unit of item 5 of the table. Must match one - // of the predefined price units. - PricePlaceholderFieldEnum_ITEM_5_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 503 - // Data Type: URL_LIST. The final URLs of item 5 of the table when using - // Upgraded URLs. - PricePlaceholderFieldEnum_ITEM_5_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 504 - // Data Type: URL_LIST. The final mobile URLs of item 5 of the table when - // using Upgraded URLs. - PricePlaceholderFieldEnum_ITEM_5_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 505 - // Data Type: STRING. The header of item 6 of the table. - PricePlaceholderFieldEnum_ITEM_6_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 600 - // Data Type: STRING. The description of item 6 of the table. - PricePlaceholderFieldEnum_ITEM_6_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 601 - // Data Type: PRICE. The price (money with currency) of item 6 of the table, - // e.g., 30 USD. The currency must match one of the available currencies. - PricePlaceholderFieldEnum_ITEM_6_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 602 - // Data Type: STRING. The price unit of item 6 of the table. Must match one - // of the predefined price units. - PricePlaceholderFieldEnum_ITEM_6_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 603 - // Data Type: URL_LIST. The final URLs of item 6 of the table when using - // Upgraded URLs. - PricePlaceholderFieldEnum_ITEM_6_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 604 - // Data Type: URL_LIST. The final mobile URLs of item 6 of the table when - // using Upgraded URLs. - PricePlaceholderFieldEnum_ITEM_6_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 605 - // Data Type: STRING. The header of item 7 of the table. - PricePlaceholderFieldEnum_ITEM_7_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 700 - // Data Type: STRING. The description of item 7 of the table. - PricePlaceholderFieldEnum_ITEM_7_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 701 - // Data Type: PRICE. The price (money with currency) of item 7 of the table, - // e.g., 30 USD. The currency must match one of the available currencies. - PricePlaceholderFieldEnum_ITEM_7_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 702 - // Data Type: STRING. The price unit of item 7 of the table. Must match one - // of the predefined price units. - PricePlaceholderFieldEnum_ITEM_7_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 703 - // Data Type: URL_LIST. The final URLs of item 7 of the table when using - // Upgraded URLs. - PricePlaceholderFieldEnum_ITEM_7_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 704 - // Data Type: URL_LIST. The final mobile URLs of item 7 of the table when - // using Upgraded URLs. - PricePlaceholderFieldEnum_ITEM_7_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 705 - // Data Type: STRING. The header of item 8 of the table. - PricePlaceholderFieldEnum_ITEM_8_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 800 - // Data Type: STRING. The description of item 8 of the table. - PricePlaceholderFieldEnum_ITEM_8_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 801 - // Data Type: PRICE. The price (money with currency) of item 8 of the table, - // e.g., 30 USD. The currency must match one of the available currencies. - PricePlaceholderFieldEnum_ITEM_8_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 802 - // Data Type: STRING. The price unit of item 8 of the table. Must match one - // of the predefined price units. - PricePlaceholderFieldEnum_ITEM_8_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 803 - // Data Type: URL_LIST. The final URLs of item 8 of the table when using - // Upgraded URLs. - PricePlaceholderFieldEnum_ITEM_8_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 804 - // Data Type: URL_LIST. The final mobile URLs of item 8 of the table when - // using Upgraded URLs. - PricePlaceholderFieldEnum_ITEM_8_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 805 -) - -var PricePlaceholderFieldEnum_PricePlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "TYPE", - 3: "PRICE_QUALIFIER", - 4: "TRACKING_TEMPLATE", - 5: "LANGUAGE", - 6: "FINAL_URL_SUFFIX", - 100: "ITEM_1_HEADER", - 101: "ITEM_1_DESCRIPTION", - 102: "ITEM_1_PRICE", - 103: "ITEM_1_UNIT", - 104: "ITEM_1_FINAL_URLS", - 105: "ITEM_1_FINAL_MOBILE_URLS", - 200: "ITEM_2_HEADER", - 201: "ITEM_2_DESCRIPTION", - 202: "ITEM_2_PRICE", - 203: "ITEM_2_UNIT", - 204: "ITEM_2_FINAL_URLS", - 205: "ITEM_2_FINAL_MOBILE_URLS", - 300: "ITEM_3_HEADER", - 301: "ITEM_3_DESCRIPTION", - 302: "ITEM_3_PRICE", - 303: "ITEM_3_UNIT", - 304: "ITEM_3_FINAL_URLS", - 305: "ITEM_3_FINAL_MOBILE_URLS", - 400: "ITEM_4_HEADER", - 401: "ITEM_4_DESCRIPTION", - 402: "ITEM_4_PRICE", - 403: "ITEM_4_UNIT", - 404: "ITEM_4_FINAL_URLS", - 405: "ITEM_4_FINAL_MOBILE_URLS", - 500: "ITEM_5_HEADER", - 501: "ITEM_5_DESCRIPTION", - 502: "ITEM_5_PRICE", - 503: "ITEM_5_UNIT", - 504: "ITEM_5_FINAL_URLS", - 505: "ITEM_5_FINAL_MOBILE_URLS", - 600: "ITEM_6_HEADER", - 601: "ITEM_6_DESCRIPTION", - 602: "ITEM_6_PRICE", - 603: "ITEM_6_UNIT", - 604: "ITEM_6_FINAL_URLS", - 605: "ITEM_6_FINAL_MOBILE_URLS", - 700: "ITEM_7_HEADER", - 701: "ITEM_7_DESCRIPTION", - 702: "ITEM_7_PRICE", - 703: "ITEM_7_UNIT", - 704: "ITEM_7_FINAL_URLS", - 705: "ITEM_7_FINAL_MOBILE_URLS", - 800: "ITEM_8_HEADER", - 801: "ITEM_8_DESCRIPTION", - 802: "ITEM_8_PRICE", - 803: "ITEM_8_UNIT", - 804: "ITEM_8_FINAL_URLS", - 805: "ITEM_8_FINAL_MOBILE_URLS", -} -var PricePlaceholderFieldEnum_PricePlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "TYPE": 2, - "PRICE_QUALIFIER": 3, - "TRACKING_TEMPLATE": 4, - "LANGUAGE": 5, - "FINAL_URL_SUFFIX": 6, - "ITEM_1_HEADER": 100, - "ITEM_1_DESCRIPTION": 101, - "ITEM_1_PRICE": 102, - "ITEM_1_UNIT": 103, - "ITEM_1_FINAL_URLS": 104, - "ITEM_1_FINAL_MOBILE_URLS": 105, - "ITEM_2_HEADER": 200, - "ITEM_2_DESCRIPTION": 201, - "ITEM_2_PRICE": 202, - "ITEM_2_UNIT": 203, - "ITEM_2_FINAL_URLS": 204, - "ITEM_2_FINAL_MOBILE_URLS": 205, - "ITEM_3_HEADER": 300, - "ITEM_3_DESCRIPTION": 301, - "ITEM_3_PRICE": 302, - "ITEM_3_UNIT": 303, - "ITEM_3_FINAL_URLS": 304, - "ITEM_3_FINAL_MOBILE_URLS": 305, - "ITEM_4_HEADER": 400, - "ITEM_4_DESCRIPTION": 401, - "ITEM_4_PRICE": 402, - "ITEM_4_UNIT": 403, - "ITEM_4_FINAL_URLS": 404, - "ITEM_4_FINAL_MOBILE_URLS": 405, - "ITEM_5_HEADER": 500, - "ITEM_5_DESCRIPTION": 501, - "ITEM_5_PRICE": 502, - "ITEM_5_UNIT": 503, - "ITEM_5_FINAL_URLS": 504, - "ITEM_5_FINAL_MOBILE_URLS": 505, - "ITEM_6_HEADER": 600, - "ITEM_6_DESCRIPTION": 601, - "ITEM_6_PRICE": 602, - "ITEM_6_UNIT": 603, - "ITEM_6_FINAL_URLS": 604, - "ITEM_6_FINAL_MOBILE_URLS": 605, - "ITEM_7_HEADER": 700, - "ITEM_7_DESCRIPTION": 701, - "ITEM_7_PRICE": 702, - "ITEM_7_UNIT": 703, - "ITEM_7_FINAL_URLS": 704, - "ITEM_7_FINAL_MOBILE_URLS": 705, - "ITEM_8_HEADER": 800, - "ITEM_8_DESCRIPTION": 801, - "ITEM_8_PRICE": 802, - "ITEM_8_UNIT": 803, - "ITEM_8_FINAL_URLS": 804, - "ITEM_8_FINAL_MOBILE_URLS": 805, -} - -func (x PricePlaceholderFieldEnum_PricePlaceholderField) String() string { - return proto.EnumName(PricePlaceholderFieldEnum_PricePlaceholderField_name, int32(x)) -} -func (PricePlaceholderFieldEnum_PricePlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_price_placeholder_field_0de5437678040101, []int{0, 0} -} - -// Values for Price placeholder fields. -type PricePlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PricePlaceholderFieldEnum) Reset() { *m = PricePlaceholderFieldEnum{} } -func (m *PricePlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*PricePlaceholderFieldEnum) ProtoMessage() {} -func (*PricePlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_price_placeholder_field_0de5437678040101, []int{0} -} -func (m *PricePlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PricePlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *PricePlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PricePlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *PricePlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_PricePlaceholderFieldEnum.Merge(dst, src) -} -func (m *PricePlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_PricePlaceholderFieldEnum.Size(m) -} -func (m *PricePlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_PricePlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_PricePlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*PricePlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.PricePlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.PricePlaceholderFieldEnum_PricePlaceholderField", PricePlaceholderFieldEnum_PricePlaceholderField_name, PricePlaceholderFieldEnum_PricePlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/price_placeholder_field.proto", fileDescriptor_price_placeholder_field_0de5437678040101) -} - -var fileDescriptor_price_placeholder_field_0de5437678040101 = []byte{ - // 710 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0xd4, 0xc9, 0x6e, 0xd3, 0x5c, - 0x14, 0x07, 0xf0, 0xcf, 0x43, 0xfc, 0xb5, 0xb7, 0x45, 0xbd, 0xbd, 0xd0, 0x32, 0x88, 0x2e, 0xda, - 0x07, 0x70, 0x42, 0x66, 0xb9, 0x2b, 0x27, 0x75, 0x82, 0xd5, 0xd4, 0x35, 0x19, 0xca, 0xa0, 0x48, - 0x56, 0xa8, 0xdd, 0x34, 0x52, 0x1a, 0x47, 0x31, 0xed, 0x73, 0x30, 0xee, 0xa1, 0xc0, 0x06, 0x31, - 0xee, 0x19, 0x77, 0x50, 0x60, 0xc1, 0x8e, 0xf1, 0x05, 0xd8, 0x74, 0xc3, 0xb8, 0x43, 0x8e, 0xaf, - 0x4f, 0x6c, 0xc9, 0xb0, 0xb1, 0x8e, 0xce, 0x70, 0xfd, 0x5b, 0xfd, 0xd1, 0x62, 0xdb, 0xb6, 0xdb, - 0x5d, 0x2b, 0xde, 0x32, 0x9d, 0xb8, 0x57, 0xba, 0xd5, 0x4e, 0x22, 0x6e, 0xf5, 0xb6, 0xb7, 0x9c, - 0x78, 0x7f, 0xd0, 0x59, 0xb7, 0x8c, 0x7e, 0xb7, 0xb5, 0x6e, 0x6d, 0xda, 0x5d, 0xd3, 0x1a, 0x18, - 0x1b, 0x1d, 0xab, 0x6b, 0x8a, 0xfd, 0x81, 0x7d, 0xc1, 0x26, 0x73, 0xde, 0x85, 0xd8, 0x32, 0x1d, - 0x11, 0x8e, 0xc5, 0x9d, 0x84, 0x38, 0x3c, 0x5e, 0xd8, 0x1f, 0x47, 0x47, 0x75, 0xf7, 0x01, 0x7d, - 0x74, 0x5f, 0x72, 0xcf, 0x95, 0xde, 0xf6, 0xd6, 0xc2, 0xbb, 0x71, 0x34, 0x13, 0x39, 0x25, 0x53, - 0x68, 0xa2, 0xa1, 0xd5, 0x74, 0xa5, 0xa8, 0x96, 0x54, 0x65, 0x09, 0xff, 0x47, 0x26, 0xd0, 0xff, - 0x0d, 0x6d, 0x59, 0x5b, 0x3d, 0xad, 0x61, 0x86, 0x8c, 0x21, 0xbe, 0x7e, 0x56, 0x57, 0x30, 0x4b, - 0x0e, 0xa2, 0x29, 0xbd, 0xaa, 0x16, 0x15, 0xe3, 0x54, 0x43, 0xae, 0xb8, 0xbb, 0x55, 0xcc, 0x91, - 0x19, 0x34, 0x5d, 0xaf, 0xca, 0xc5, 0x65, 0x55, 0x2b, 0x1b, 0x75, 0x65, 0x45, 0xaf, 0xc8, 0x75, - 0x05, 0xf3, 0x64, 0x12, 0x8d, 0x55, 0x64, 0xad, 0xdc, 0x90, 0xcb, 0x0a, 0x8e, 0x91, 0x43, 0x08, - 0x97, 0x54, 0x4d, 0xae, 0x18, 0x8d, 0x6a, 0xc5, 0xa8, 0x35, 0x4a, 0x25, 0xf5, 0x0c, 0x16, 0xc8, - 0x34, 0x3a, 0xa0, 0xd6, 0x95, 0x15, 0xe3, 0x84, 0x71, 0x52, 0x91, 0x97, 0x94, 0x2a, 0x36, 0xc9, - 0x2c, 0x22, 0xb4, 0xb5, 0xa4, 0xd4, 0x8a, 0x55, 0x55, 0xaf, 0xab, 0xab, 0x1a, 0xb6, 0x08, 0x46, - 0x93, 0xb4, 0x3f, 0x14, 0xe0, 0x0d, 0x17, 0x4d, 0x3b, 0x0d, 0x4d, 0xad, 0xe3, 0xb6, 0x0b, 0xa1, - 0x0d, 0xf8, 0x55, 0x0d, 0x6f, 0x92, 0xe3, 0xe8, 0x48, 0xa8, 0xbd, 0xb2, 0x5a, 0x50, 0x2b, 0x8a, - 0x37, 0xed, 0x10, 0x42, 0x09, 0x49, 0x9f, 0xf0, 0x92, 0x21, 0x87, 0xa9, 0x21, 0x19, 0x32, 0xbc, - 0x62, 0xc8, 0x34, 0x45, 0x24, 0x29, 0x62, 0x8f, 0x21, 0x98, 0x2a, 0x92, 0x9e, 0xe2, 0x35, 0x43, - 0x66, 0x29, 0x23, 0x19, 0x64, 0xbc, 0x61, 0xc8, 0x1c, 0x75, 0x24, 0x23, 0x1c, 0x6f, 0x19, 0x80, - 0xa4, 0x7c, 0xc8, 0x5d, 0x16, 0x20, 0xa9, 0x10, 0xe4, 0x1e, 0x0b, 0x90, 0x14, 0x85, 0xdc, 0x67, - 0x01, 0x92, 0xf2, 0x20, 0x0f, 0x58, 0x80, 0xa4, 0x82, 0x90, 0x87, 0x2c, 0x40, 0x52, 0x11, 0x90, - 0x47, 0x2c, 0x40, 0xd2, 0x3e, 0xe4, 0x22, 0x07, 0x90, 0x74, 0x08, 0x72, 0x89, 0x03, 0x48, 0x9a, - 0x42, 0x2e, 0x73, 0x00, 0x49, 0x7b, 0x90, 0x2b, 0x1c, 0x40, 0xd2, 0x41, 0xc8, 0x55, 0x0e, 0x20, - 0xe9, 0x08, 0xc8, 0x35, 0x0e, 0x20, 0x19, 0x1f, 0xf2, 0x6d, 0x04, 0xc9, 0x84, 0x20, 0xdf, 0x47, - 0x90, 0x0c, 0x85, 0xfc, 0x18, 0x41, 0x32, 0x1e, 0xe4, 0xe7, 0x08, 0x92, 0x09, 0x42, 0x7e, 0x8d, - 0x20, 0x99, 0x08, 0xc8, 0xef, 0x11, 0x24, 0xeb, 0x43, 0xde, 0xf3, 0x00, 0xc9, 0x86, 0x20, 0x1f, - 0x78, 0x80, 0x64, 0x29, 0xe4, 0x23, 0x0f, 0x90, 0xac, 0x07, 0xf9, 0xc4, 0x03, 0x24, 0x1b, 0x84, - 0x7c, 0xe6, 0x01, 0x92, 0x8d, 0x80, 0x7c, 0xe1, 0x01, 0x92, 0xf3, 0x21, 0x8f, 0x63, 0x00, 0xc9, - 0x85, 0x20, 0x4f, 0x62, 0x00, 0xc9, 0x51, 0xc8, 0xd3, 0x18, 0x40, 0x72, 0x1e, 0xe4, 0x59, 0x0c, - 0x20, 0xb9, 0x20, 0xe4, 0x79, 0x0c, 0x20, 0xb9, 0x08, 0xc8, 0x8b, 0x18, 0x40, 0xf2, 0x3e, 0xe4, - 0xba, 0x00, 0x90, 0x7c, 0x08, 0x72, 0x43, 0x00, 0x48, 0x9e, 0x42, 0x76, 0x05, 0x80, 0xe4, 0x3d, - 0xc8, 0x4d, 0x01, 0x20, 0xf9, 0x20, 0xe4, 0x96, 0x00, 0x90, 0x7c, 0x04, 0xe4, 0xb6, 0x50, 0xd8, - 0x67, 0xd0, 0xfc, 0xba, 0xbd, 0x25, 0xfe, 0x33, 0x17, 0x0b, 0xc7, 0x22, 0x63, 0x4f, 0x77, 0x23, - 0x55, 0x67, 0xce, 0x15, 0xe8, 0x71, 0xdb, 0xee, 0xb6, 0x7a, 0x6d, 0xd1, 0x1e, 0xb4, 0xe3, 0x6d, - 0xab, 0x37, 0x0c, 0x5c, 0x3f, 0xa1, 0xfb, 0x1d, 0xe7, 0x2f, 0x81, 0xbd, 0x38, 0xfc, 0xee, 0xb2, - 0x5c, 0x59, 0x96, 0xef, 0xb0, 0x73, 0x65, 0xef, 0x29, 0xd9, 0x74, 0x44, 0xaf, 0x74, 0xab, 0xb5, - 0x84, 0xe8, 0x06, 0xb0, 0xb3, 0xe7, 0xcf, 0x9b, 0xb2, 0xe9, 0x34, 0x61, 0xde, 0x5c, 0x4b, 0x34, - 0x87, 0xf3, 0xaf, 0xec, 0xbc, 0xd7, 0x94, 0x24, 0xd9, 0x74, 0x24, 0x09, 0x36, 0x24, 0x69, 0x2d, - 0x21, 0x49, 0xc3, 0x9d, 0xf3, 0xc2, 0x10, 0x96, 0xfa, 0x13, 0x00, 0x00, 0xff, 0xff, 0xd3, 0x27, - 0x23, 0x01, 0x48, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/product_channel.pb.go b/googleapis/ads/googleads/v0/enums/product_channel.pb.go deleted file mode 100644 index 9e9f38bbd0..0000000000 --- a/googleapis/ads/googleads/v0/enums/product_channel.pb.go +++ /dev/null @@ -1,115 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/product_channel.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing the locality of a product offer. -type ProductChannelEnum_ProductChannel int32 - -const ( - // Not specified. - ProductChannelEnum_UNSPECIFIED ProductChannelEnum_ProductChannel = 0 - // Used for return value only. Represents value unknown in this version. - ProductChannelEnum_UNKNOWN ProductChannelEnum_ProductChannel = 1 - // The item is sold online. - ProductChannelEnum_ONLINE ProductChannelEnum_ProductChannel = 2 - // The item is sold in local stores. - ProductChannelEnum_LOCAL ProductChannelEnum_ProductChannel = 3 -) - -var ProductChannelEnum_ProductChannel_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ONLINE", - 3: "LOCAL", -} -var ProductChannelEnum_ProductChannel_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ONLINE": 2, - "LOCAL": 3, -} - -func (x ProductChannelEnum_ProductChannel) String() string { - return proto.EnumName(ProductChannelEnum_ProductChannel_name, int32(x)) -} -func (ProductChannelEnum_ProductChannel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_product_channel_55383637ad0cb88a, []int{0, 0} -} - -// Locality of a product offer. -type ProductChannelEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ProductChannelEnum) Reset() { *m = ProductChannelEnum{} } -func (m *ProductChannelEnum) String() string { return proto.CompactTextString(m) } -func (*ProductChannelEnum) ProtoMessage() {} -func (*ProductChannelEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_product_channel_55383637ad0cb88a, []int{0} -} -func (m *ProductChannelEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ProductChannelEnum.Unmarshal(m, b) -} -func (m *ProductChannelEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ProductChannelEnum.Marshal(b, m, deterministic) -} -func (dst *ProductChannelEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ProductChannelEnum.Merge(dst, src) -} -func (m *ProductChannelEnum) XXX_Size() int { - return xxx_messageInfo_ProductChannelEnum.Size(m) -} -func (m *ProductChannelEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ProductChannelEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ProductChannelEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ProductChannelEnum)(nil), "google.ads.googleads.v0.enums.ProductChannelEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ProductChannelEnum_ProductChannel", ProductChannelEnum_ProductChannel_name, ProductChannelEnum_ProductChannel_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/product_channel.proto", fileDescriptor_product_channel_55383637ad0cb88a) -} - -var fileDescriptor_product_channel_55383637ad0cb88a = []byte{ - // 281 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, - 0x1c, 0xc6, 0x5d, 0x87, 0x13, 0x33, 0xd0, 0x12, 0xcf, 0x3b, 0x6c, 0x0f, 0x90, 0x16, 0x76, 0x8b, - 0xa7, 0xb4, 0xc6, 0x51, 0x2c, 0x69, 0x41, 0x56, 0x41, 0x0b, 0x52, 0x9b, 0x12, 0x85, 0x36, 0x29, - 0xcd, 0xba, 0x07, 0xf2, 0xe8, 0xa3, 0xf8, 0x24, 0xe2, 0x53, 0x48, 0x13, 0x57, 0xd8, 0x41, 0x2f, - 0xe1, 0xe3, 0xff, 0xff, 0x7e, 0xc9, 0xf7, 0x05, 0xac, 0x85, 0x52, 0xa2, 0xae, 0xbc, 0x82, 0x6b, - 0xcf, 0xca, 0x41, 0xed, 0x7d, 0xaf, 0x92, 0x7d, 0xa3, 0xbd, 0xb6, 0x53, 0xbc, 0x2f, 0x77, 0xcf, - 0xe5, 0x6b, 0x21, 0x65, 0x55, 0xa3, 0xb6, 0x53, 0x3b, 0x05, 0x17, 0xd6, 0x89, 0x0a, 0xae, 0xd1, - 0x08, 0xa1, 0xbd, 0x8f, 0x0c, 0xb4, 0x7a, 0x02, 0x30, 0xb5, 0x5c, 0x68, 0x31, 0x2a, 0xfb, 0x66, - 0x45, 0xc1, 0xc5, 0xf1, 0x14, 0x5e, 0x82, 0xf9, 0x96, 0xdd, 0xa7, 0x34, 0x8c, 0x6e, 0x23, 0x7a, - 0xe3, 0x9e, 0xc0, 0x39, 0x38, 0xdb, 0xb2, 0x3b, 0x96, 0x3c, 0x30, 0x77, 0x02, 0x01, 0x98, 0x25, - 0x2c, 0x8e, 0x18, 0x75, 0x1d, 0x78, 0x0e, 0x4e, 0xe3, 0x24, 0x24, 0xb1, 0x3b, 0x0d, 0xbe, 0x26, - 0x60, 0x59, 0xaa, 0x06, 0xfd, 0x1b, 0x21, 0xb8, 0x3a, 0x7e, 0x2a, 0x1d, 0x62, 0xa7, 0x93, 0xc7, - 0xe0, 0x97, 0x12, 0xaa, 0x2e, 0xa4, 0x40, 0xaa, 0x13, 0x9e, 0xa8, 0xa4, 0x29, 0x75, 0x68, 0xdf, - 0xbe, 0xe9, 0x3f, 0x3e, 0xe3, 0xda, 0x9c, 0xef, 0xce, 0x74, 0x43, 0xc8, 0x87, 0xb3, 0xd8, 0xd8, - 0xab, 0x08, 0xd7, 0xc8, 0xca, 0x41, 0x65, 0x3e, 0x1a, 0xca, 0xea, 0xcf, 0xc3, 0x3e, 0x27, 0x5c, - 0xe7, 0xe3, 0x3e, 0xcf, 0xfc, 0xdc, 0xec, 0xbf, 0x9d, 0xa5, 0x1d, 0x62, 0x4c, 0xb8, 0xc6, 0x78, - 0x74, 0x60, 0x9c, 0xf9, 0x18, 0x1b, 0xcf, 0xcb, 0xcc, 0x04, 0x5b, 0xff, 0x04, 0x00, 0x00, 0xff, - 0xff, 0x72, 0x64, 0x0b, 0x62, 0xa4, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/product_channel_exclusivity.pb.go b/googleapis/ads/googleads/v0/enums/product_channel_exclusivity.pb.go deleted file mode 100644 index ccd5d81510..0000000000 --- a/googleapis/ads/googleads/v0/enums/product_channel_exclusivity.pb.go +++ /dev/null @@ -1,119 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/product_channel_exclusivity.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing the availability of a product offer. -type ProductChannelExclusivityEnum_ProductChannelExclusivity int32 - -const ( - // Not specified. - ProductChannelExclusivityEnum_UNSPECIFIED ProductChannelExclusivityEnum_ProductChannelExclusivity = 0 - // Used for return value only. Represents value unknown in this version. - ProductChannelExclusivityEnum_UNKNOWN ProductChannelExclusivityEnum_ProductChannelExclusivity = 1 - // The item is sold through one channel only, either local stores or online - // as indicated by its ProductChannel. - ProductChannelExclusivityEnum_SINGLE_CHANNEL ProductChannelExclusivityEnum_ProductChannelExclusivity = 2 - // The item is matched to its online or local stores counterpart, indicating - // it is available for purchase in both ShoppingProductChannels. - ProductChannelExclusivityEnum_MULTI_CHANNEL ProductChannelExclusivityEnum_ProductChannelExclusivity = 3 -) - -var ProductChannelExclusivityEnum_ProductChannelExclusivity_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "SINGLE_CHANNEL", - 3: "MULTI_CHANNEL", -} -var ProductChannelExclusivityEnum_ProductChannelExclusivity_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "SINGLE_CHANNEL": 2, - "MULTI_CHANNEL": 3, -} - -func (x ProductChannelExclusivityEnum_ProductChannelExclusivity) String() string { - return proto.EnumName(ProductChannelExclusivityEnum_ProductChannelExclusivity_name, int32(x)) -} -func (ProductChannelExclusivityEnum_ProductChannelExclusivity) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_product_channel_exclusivity_b207e9a78835f1b4, []int{0, 0} -} - -// Availability of a product offer. -type ProductChannelExclusivityEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ProductChannelExclusivityEnum) Reset() { *m = ProductChannelExclusivityEnum{} } -func (m *ProductChannelExclusivityEnum) String() string { return proto.CompactTextString(m) } -func (*ProductChannelExclusivityEnum) ProtoMessage() {} -func (*ProductChannelExclusivityEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_product_channel_exclusivity_b207e9a78835f1b4, []int{0} -} -func (m *ProductChannelExclusivityEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ProductChannelExclusivityEnum.Unmarshal(m, b) -} -func (m *ProductChannelExclusivityEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ProductChannelExclusivityEnum.Marshal(b, m, deterministic) -} -func (dst *ProductChannelExclusivityEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ProductChannelExclusivityEnum.Merge(dst, src) -} -func (m *ProductChannelExclusivityEnum) XXX_Size() int { - return xxx_messageInfo_ProductChannelExclusivityEnum.Size(m) -} -func (m *ProductChannelExclusivityEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ProductChannelExclusivityEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ProductChannelExclusivityEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ProductChannelExclusivityEnum)(nil), "google.ads.googleads.v0.enums.ProductChannelExclusivityEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ProductChannelExclusivityEnum_ProductChannelExclusivity", ProductChannelExclusivityEnum_ProductChannelExclusivity_name, ProductChannelExclusivityEnum_ProductChannelExclusivity_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/product_channel_exclusivity.proto", fileDescriptor_product_channel_exclusivity_b207e9a78835f1b4) -} - -var fileDescriptor_product_channel_exclusivity_b207e9a78835f1b4 = []byte{ - // 308 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4f, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0x82, 0xa2, 0xfc, 0x94, 0xd2, 0xe4, 0x92, 0xf8, 0xe4, 0x8c, 0xc4, 0xbc, - 0xbc, 0xd4, 0x9c, 0xf8, 0xd4, 0x8a, 0xe4, 0x9c, 0xd2, 0xe2, 0xcc, 0xb2, 0xcc, 0x92, 0x4a, 0xbd, - 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x2e, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x01, - 0x7a, 0x65, 0x06, 0x7a, 0x60, 0x03, 0x94, 0x1a, 0x19, 0xb9, 0x64, 0x03, 0x20, 0x86, 0x38, 0x43, - 0xcc, 0x70, 0x45, 0x18, 0xe1, 0x9a, 0x57, 0x9a, 0xab, 0x94, 0xc0, 0x25, 0x89, 0x53, 0x81, 0x10, - 0x3f, 0x17, 0x77, 0xa8, 0x5f, 0x70, 0x80, 0xab, 0xb3, 0xa7, 0x9b, 0xa7, 0xab, 0x8b, 0x00, 0x83, - 0x10, 0x37, 0x17, 0x7b, 0xa8, 0x9f, 0xb7, 0x9f, 0x7f, 0xb8, 0x9f, 0x00, 0xa3, 0x90, 0x10, 0x17, - 0x5f, 0xb0, 0xa7, 0x9f, 0xbb, 0x8f, 0x6b, 0xbc, 0xb3, 0x87, 0xa3, 0x9f, 0x9f, 0xab, 0x8f, 0x00, - 0x93, 0x90, 0x20, 0x17, 0xaf, 0x6f, 0xa8, 0x4f, 0x88, 0x27, 0x5c, 0x88, 0xd9, 0xe9, 0x33, 0x23, - 0x97, 0x62, 0x72, 0x7e, 0xae, 0x1e, 0x5e, 0x97, 0x3a, 0xc9, 0xe1, 0x74, 0x45, 0x00, 0xc8, 0xa3, - 0x01, 0x8c, 0x51, 0x4e, 0x50, 0x03, 0xd2, 0xf3, 0x73, 0x12, 0xf3, 0xd2, 0xf5, 0xf2, 0x8b, 0xd2, - 0xf5, 0xd3, 0x53, 0xf3, 0xc0, 0xc1, 0x00, 0x0b, 0xbb, 0x82, 0xcc, 0x62, 0x1c, 0x41, 0x69, 0x0d, - 0x26, 0x17, 0x31, 0x31, 0xbb, 0x3b, 0x3a, 0xae, 0x62, 0x92, 0x75, 0x87, 0x18, 0xe5, 0x98, 0x52, - 0xac, 0x07, 0x61, 0x82, 0x58, 0x61, 0x06, 0x7a, 0xa0, 0x20, 0x29, 0x3e, 0x05, 0x93, 0x8f, 0x71, - 0x4c, 0x29, 0x8e, 0x81, 0xcb, 0xc7, 0x84, 0x19, 0xc4, 0x80, 0xe5, 0x5f, 0x31, 0x29, 0x42, 0x04, - 0xad, 0xac, 0x1c, 0x53, 0x8a, 0xad, 0xac, 0xe0, 0x2a, 0xac, 0xac, 0xc2, 0x0c, 0xac, 0xac, 0xc0, - 0x6a, 0x92, 0xd8, 0xc0, 0x0e, 0x33, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x37, 0xa6, 0x32, 0xb6, - 0xe2, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/product_condition.pb.go b/googleapis/ads/googleads/v0/enums/product_condition.pb.go deleted file mode 100644 index 5e79c956ea..0000000000 --- a/googleapis/ads/googleads/v0/enums/product_condition.pb.go +++ /dev/null @@ -1,120 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/product_condition.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing the condition of a product offer. -type ProductConditionEnum_ProductCondition int32 - -const ( - // Not specified. - ProductConditionEnum_UNSPECIFIED ProductConditionEnum_ProductCondition = 0 - // Used for return value only. Represents value unknown in this version. - ProductConditionEnum_UNKNOWN ProductConditionEnum_ProductCondition = 1 - // The product condition is new. - ProductConditionEnum_NEW ProductConditionEnum_ProductCondition = 3 - // The product condition is refurbished. - ProductConditionEnum_REFURBISHED ProductConditionEnum_ProductCondition = 4 - // The product condition is used. - ProductConditionEnum_USED ProductConditionEnum_ProductCondition = 5 -) - -var ProductConditionEnum_ProductCondition_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 3: "NEW", - 4: "REFURBISHED", - 5: "USED", -} -var ProductConditionEnum_ProductCondition_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "NEW": 3, - "REFURBISHED": 4, - "USED": 5, -} - -func (x ProductConditionEnum_ProductCondition) String() string { - return proto.EnumName(ProductConditionEnum_ProductCondition_name, int32(x)) -} -func (ProductConditionEnum_ProductCondition) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_product_condition_71f2dc839a35bc85, []int{0, 0} -} - -// Condition of a product offer. -type ProductConditionEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ProductConditionEnum) Reset() { *m = ProductConditionEnum{} } -func (m *ProductConditionEnum) String() string { return proto.CompactTextString(m) } -func (*ProductConditionEnum) ProtoMessage() {} -func (*ProductConditionEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_product_condition_71f2dc839a35bc85, []int{0} -} -func (m *ProductConditionEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ProductConditionEnum.Unmarshal(m, b) -} -func (m *ProductConditionEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ProductConditionEnum.Marshal(b, m, deterministic) -} -func (dst *ProductConditionEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ProductConditionEnum.Merge(dst, src) -} -func (m *ProductConditionEnum) XXX_Size() int { - return xxx_messageInfo_ProductConditionEnum.Size(m) -} -func (m *ProductConditionEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ProductConditionEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ProductConditionEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ProductConditionEnum)(nil), "google.ads.googleads.v0.enums.ProductConditionEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ProductConditionEnum_ProductCondition", ProductConditionEnum_ProductCondition_name, ProductConditionEnum_ProductCondition_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/product_condition.proto", fileDescriptor_product_condition_71f2dc839a35bc85) -} - -var fileDescriptor_product_condition_71f2dc839a35bc85 = []byte{ - // 294 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdf, 0x6a, 0x83, 0x30, - 0x18, 0xc5, 0xd7, 0x3f, 0x5b, 0x47, 0x7a, 0xb1, 0x20, 0xdb, 0x65, 0x2f, 0xda, 0x07, 0x88, 0xc2, - 0xd8, 0x4d, 0x76, 0xa5, 0x6d, 0xda, 0xc9, 0xc0, 0x49, 0x9d, 0x16, 0x86, 0x30, 0x9c, 0x91, 0x20, - 0x68, 0x22, 0x46, 0xfb, 0x40, 0xbb, 0xdc, 0xa3, 0xec, 0x51, 0xfa, 0x14, 0xc3, 0x64, 0x7a, 0x51, - 0xd8, 0x6e, 0xe4, 0xf0, 0x9d, 0xf3, 0x33, 0xdf, 0xf9, 0xc0, 0x03, 0x13, 0x82, 0x15, 0x99, 0x99, - 0x50, 0x69, 0x6a, 0xd9, 0xa9, 0xa3, 0x65, 0x66, 0xbc, 0x2d, 0xa5, 0x59, 0xd5, 0x82, 0xb6, 0x69, - 0xf3, 0x9e, 0x0a, 0x4e, 0xf3, 0x26, 0x17, 0x1c, 0x55, 0xb5, 0x68, 0x84, 0xb1, 0xd0, 0x59, 0x94, - 0x50, 0x89, 0x06, 0x0c, 0x1d, 0x2d, 0xa4, 0xb0, 0x55, 0x01, 0x6e, 0x7d, 0x4d, 0xae, 0x7b, 0x90, - 0xf0, 0xb6, 0x5c, 0xbd, 0x02, 0x78, 0x3e, 0x37, 0x6e, 0xc0, 0x3c, 0xf4, 0x02, 0x9f, 0xac, 0xdd, - 0xad, 0x4b, 0x36, 0xf0, 0xc2, 0x98, 0x83, 0x59, 0xe8, 0x3d, 0x7b, 0x2f, 0x07, 0x0f, 0x8e, 0x8c, - 0x19, 0x98, 0x78, 0xe4, 0x00, 0x27, 0x5d, 0x6c, 0x4f, 0xb6, 0xe1, 0xde, 0x71, 0x83, 0x27, 0xb2, - 0x81, 0x53, 0xe3, 0x1a, 0x4c, 0xc3, 0x80, 0x6c, 0xe0, 0xa5, 0x73, 0x1a, 0x81, 0x65, 0x2a, 0x4a, - 0xf4, 0xef, 0x4e, 0xce, 0xdd, 0xf9, 0xcb, 0x7e, 0xd7, 0xc4, 0x1f, 0xbd, 0x39, 0xbf, 0x1c, 0x13, - 0x45, 0xc2, 0x19, 0x12, 0x35, 0x33, 0x59, 0xc6, 0x55, 0xcf, 0xfe, 0x24, 0x55, 0x2e, 0xff, 0xb8, - 0xd0, 0xa3, 0xfa, 0x7e, 0x8e, 0x27, 0x3b, 0xdb, 0xfe, 0x1a, 0x2f, 0x76, 0xfa, 0x57, 0x36, 0x95, - 0x48, 0xcb, 0x4e, 0x45, 0x16, 0xea, 0xda, 0xcb, 0xef, 0xde, 0x8f, 0x6d, 0x2a, 0xe3, 0xc1, 0x8f, - 0x23, 0x2b, 0x56, 0xfe, 0x69, 0xbc, 0xd4, 0x43, 0x8c, 0x6d, 0x2a, 0x31, 0x1e, 0x12, 0x18, 0x47, - 0x16, 0xc6, 0x2a, 0xf3, 0x71, 0xa5, 0x16, 0xbb, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0xb0, 0xed, - 0x72, 0x33, 0xb9, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/product_type_level.pb.go b/googleapis/ads/googleads/v0/enums/product_type_level.pb.go deleted file mode 100644 index 3ee95f1c04..0000000000 --- a/googleapis/ads/googleads/v0/enums/product_type_level.pb.go +++ /dev/null @@ -1,129 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/product_type_level.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing the level of the type of a product offer. -type ProductTypeLevelEnum_ProductTypeLevel int32 - -const ( - // Not specified. - ProductTypeLevelEnum_UNSPECIFIED ProductTypeLevelEnum_ProductTypeLevel = 0 - // Used for return value only. Represents value unknown in this version. - ProductTypeLevelEnum_UNKNOWN ProductTypeLevelEnum_ProductTypeLevel = 1 - // Level 1. - ProductTypeLevelEnum_PRODUCT_TYPE_L1 ProductTypeLevelEnum_ProductTypeLevel = 2 - // Level 2. - ProductTypeLevelEnum_PRODUCT_TYPE_L2 ProductTypeLevelEnum_ProductTypeLevel = 3 - // Level 3. - ProductTypeLevelEnum_PRODUCT_TYPE_L3 ProductTypeLevelEnum_ProductTypeLevel = 4 - // Level 4. - ProductTypeLevelEnum_PRODUCT_TYPE_L4 ProductTypeLevelEnum_ProductTypeLevel = 5 - // Level 5. - ProductTypeLevelEnum_PRODUCT_TYPE_L5 ProductTypeLevelEnum_ProductTypeLevel = 6 -) - -var ProductTypeLevelEnum_ProductTypeLevel_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "PRODUCT_TYPE_L1", - 3: "PRODUCT_TYPE_L2", - 4: "PRODUCT_TYPE_L3", - 5: "PRODUCT_TYPE_L4", - 6: "PRODUCT_TYPE_L5", -} -var ProductTypeLevelEnum_ProductTypeLevel_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "PRODUCT_TYPE_L1": 2, - "PRODUCT_TYPE_L2": 3, - "PRODUCT_TYPE_L3": 4, - "PRODUCT_TYPE_L4": 5, - "PRODUCT_TYPE_L5": 6, -} - -func (x ProductTypeLevelEnum_ProductTypeLevel) String() string { - return proto.EnumName(ProductTypeLevelEnum_ProductTypeLevel_name, int32(x)) -} -func (ProductTypeLevelEnum_ProductTypeLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_product_type_level_b6aa431aa68210fa, []int{0, 0} -} - -// Level of the type of a product offer. -type ProductTypeLevelEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ProductTypeLevelEnum) Reset() { *m = ProductTypeLevelEnum{} } -func (m *ProductTypeLevelEnum) String() string { return proto.CompactTextString(m) } -func (*ProductTypeLevelEnum) ProtoMessage() {} -func (*ProductTypeLevelEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_product_type_level_b6aa431aa68210fa, []int{0} -} -func (m *ProductTypeLevelEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ProductTypeLevelEnum.Unmarshal(m, b) -} -func (m *ProductTypeLevelEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ProductTypeLevelEnum.Marshal(b, m, deterministic) -} -func (dst *ProductTypeLevelEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ProductTypeLevelEnum.Merge(dst, src) -} -func (m *ProductTypeLevelEnum) XXX_Size() int { - return xxx_messageInfo_ProductTypeLevelEnum.Size(m) -} -func (m *ProductTypeLevelEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ProductTypeLevelEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ProductTypeLevelEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ProductTypeLevelEnum)(nil), "google.ads.googleads.v0.enums.ProductTypeLevelEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ProductTypeLevelEnum_ProductTypeLevel", ProductTypeLevelEnum_ProductTypeLevel_name, ProductTypeLevelEnum_ProductTypeLevel_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/product_type_level.proto", fileDescriptor_product_type_level_b6aa431aa68210fa) -} - -var fileDescriptor_product_type_level_b6aa431aa68210fa = []byte{ - // 309 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4b, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0x82, 0xa2, 0xfc, 0x94, 0xd2, 0xe4, 0x92, 0xf8, 0x92, 0xca, 0x82, 0xd4, - 0xf8, 0x9c, 0xd4, 0xb2, 0xd4, 0x1c, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x62, - 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x3e, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x3e, 0xa5, 0x4d, 0x8c, - 0x5c, 0x22, 0x01, 0x10, 0xbd, 0x21, 0x95, 0x05, 0xa9, 0x3e, 0x20, 0x9d, 0xae, 0x79, 0xa5, 0xb9, - 0x4a, 0x33, 0x19, 0xb9, 0x04, 0xd0, 0x25, 0x84, 0xf8, 0xb9, 0xb8, 0x43, 0xfd, 0x82, 0x03, 0x5c, - 0x9d, 0x3d, 0xdd, 0x3c, 0x5d, 0x5d, 0x04, 0x18, 0x84, 0xb8, 0xb9, 0xd8, 0x43, 0xfd, 0xbc, 0xfd, - 0xfc, 0xc3, 0xfd, 0x04, 0x18, 0x85, 0x84, 0xb9, 0xf8, 0x03, 0x82, 0xfc, 0x5d, 0x42, 0x9d, 0x43, - 0xe2, 0x43, 0x22, 0x03, 0x5c, 0xe3, 0x7d, 0x0c, 0x05, 0x98, 0x30, 0x05, 0x8d, 0x04, 0x98, 0x31, - 0x05, 0x8d, 0x05, 0x58, 0x30, 0x05, 0x4d, 0x04, 0x58, 0x31, 0x05, 0x4d, 0x05, 0xd8, 0x9c, 0x5e, - 0x31, 0x72, 0x29, 0x26, 0xe7, 0xe7, 0xea, 0xe1, 0xf5, 0x9a, 0x93, 0x28, 0xba, 0xf3, 0x03, 0x40, - 0x01, 0x12, 0xc0, 0x18, 0xe5, 0x04, 0xd5, 0x97, 0x9e, 0x9f, 0x93, 0x98, 0x97, 0xae, 0x97, 0x5f, - 0x94, 0xae, 0x9f, 0x9e, 0x9a, 0x07, 0x0e, 0x2e, 0x58, 0xd0, 0x16, 0x64, 0x16, 0xe3, 0x08, 0x69, - 0x6b, 0x30, 0xb9, 0x88, 0x89, 0xd9, 0xdd, 0xd1, 0x71, 0x15, 0x93, 0xac, 0x3b, 0xc4, 0x28, 0xc7, - 0x94, 0x62, 0x3d, 0x08, 0x13, 0xc4, 0x0a, 0x33, 0xd0, 0x03, 0x85, 0x61, 0xf1, 0x29, 0x98, 0x7c, - 0x8c, 0x63, 0x4a, 0x71, 0x0c, 0x5c, 0x3e, 0x26, 0xcc, 0x20, 0x06, 0x2c, 0xff, 0x8a, 0x49, 0x11, - 0x22, 0x68, 0x65, 0xe5, 0x98, 0x52, 0x6c, 0x65, 0x05, 0x57, 0x61, 0x65, 0x15, 0x66, 0x60, 0x65, - 0x05, 0x56, 0x93, 0xc4, 0x06, 0x76, 0x98, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x64, 0x0c, 0xc4, - 0xf9, 0x01, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/promotion_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/promotion_placeholder_field.pb.go deleted file mode 100644 index 14c0039138..0000000000 --- a/googleapis/ads/googleads/v0/enums/promotion_placeholder_field.pb.go +++ /dev/null @@ -1,183 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/promotion_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for Promotion placeholder fields. -type PromotionPlaceholderFieldEnum_PromotionPlaceholderField int32 - -const ( - // Not specified. - PromotionPlaceholderFieldEnum_UNSPECIFIED PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - PromotionPlaceholderFieldEnum_UNKNOWN PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 1 - // Data Type: STRING. The text that appears on the ad when the extension is - // shown. - PromotionPlaceholderFieldEnum_PROMOTION_TARGET PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 2 - // Data Type: STRING. Allows you to add "up to" phrase to the promotion, - // in case you have variable promotion rates. - PromotionPlaceholderFieldEnum_DISCOUNT_MODIFIER PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 3 - // Data Type: INT64. Takes a value in micros, where 1 million micros - // represents 1%, and is shown as a percentage when rendered. - PromotionPlaceholderFieldEnum_PERCENT_OFF PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 4 - // Data Type: PRICE. Requires a currency and an amount of money. - PromotionPlaceholderFieldEnum_MONEY_AMOUNT_OFF PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 5 - // Data Type: STRING. A string that the user enters to get the discount. - PromotionPlaceholderFieldEnum_PROMOTION_CODE PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 6 - // Data Type: PRICE. A minimum spend before the user qualifies for the - // promotion. - PromotionPlaceholderFieldEnum_ORDERS_OVER_AMOUNT PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 7 - // Data Type: DATE. The start date of the promotion. - PromotionPlaceholderFieldEnum_PROMOTION_START PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 8 - // Data Type: DATE. The end date of the promotion. - PromotionPlaceholderFieldEnum_PROMOTION_END PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 9 - // Data Type: STRING. Describes the associated event for the promotion using - // one of the PromotionExtensionOccasion enum values, for example NEW_YEARS. - PromotionPlaceholderFieldEnum_OCCASION PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 10 - // Data Type: URL_LIST. Final URLs to be used in the ad when using Upgraded - // URLs. - PromotionPlaceholderFieldEnum_FINAL_URLS PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 11 - // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded - // URLs. - PromotionPlaceholderFieldEnum_FINAL_MOBILE_URLS PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 12 - // Data Type: URL. Tracking template for the ad when using Upgraded URLs. - PromotionPlaceholderFieldEnum_TRACKING_URL PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 13 - // Data Type: STRING. A string represented by a language code for the - // promotion. - PromotionPlaceholderFieldEnum_LANGUAGE PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 14 - // Data Type: STRING. Final URL suffix for the ad when using parallel - // tracking. - PromotionPlaceholderFieldEnum_FINAL_URL_SUFFIX PromotionPlaceholderFieldEnum_PromotionPlaceholderField = 15 -) - -var PromotionPlaceholderFieldEnum_PromotionPlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "PROMOTION_TARGET", - 3: "DISCOUNT_MODIFIER", - 4: "PERCENT_OFF", - 5: "MONEY_AMOUNT_OFF", - 6: "PROMOTION_CODE", - 7: "ORDERS_OVER_AMOUNT", - 8: "PROMOTION_START", - 9: "PROMOTION_END", - 10: "OCCASION", - 11: "FINAL_URLS", - 12: "FINAL_MOBILE_URLS", - 13: "TRACKING_URL", - 14: "LANGUAGE", - 15: "FINAL_URL_SUFFIX", -} -var PromotionPlaceholderFieldEnum_PromotionPlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "PROMOTION_TARGET": 2, - "DISCOUNT_MODIFIER": 3, - "PERCENT_OFF": 4, - "MONEY_AMOUNT_OFF": 5, - "PROMOTION_CODE": 6, - "ORDERS_OVER_AMOUNT": 7, - "PROMOTION_START": 8, - "PROMOTION_END": 9, - "OCCASION": 10, - "FINAL_URLS": 11, - "FINAL_MOBILE_URLS": 12, - "TRACKING_URL": 13, - "LANGUAGE": 14, - "FINAL_URL_SUFFIX": 15, -} - -func (x PromotionPlaceholderFieldEnum_PromotionPlaceholderField) String() string { - return proto.EnumName(PromotionPlaceholderFieldEnum_PromotionPlaceholderField_name, int32(x)) -} -func (PromotionPlaceholderFieldEnum_PromotionPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_promotion_placeholder_field_589e557efaf76482, []int{0, 0} -} - -// Values for Promotion placeholder fields. -type PromotionPlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PromotionPlaceholderFieldEnum) Reset() { *m = PromotionPlaceholderFieldEnum{} } -func (m *PromotionPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*PromotionPlaceholderFieldEnum) ProtoMessage() {} -func (*PromotionPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_promotion_placeholder_field_589e557efaf76482, []int{0} -} -func (m *PromotionPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PromotionPlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *PromotionPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PromotionPlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *PromotionPlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_PromotionPlaceholderFieldEnum.Merge(dst, src) -} -func (m *PromotionPlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_PromotionPlaceholderFieldEnum.Size(m) -} -func (m *PromotionPlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_PromotionPlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_PromotionPlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*PromotionPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.PromotionPlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.PromotionPlaceholderFieldEnum_PromotionPlaceholderField", PromotionPlaceholderFieldEnum_PromotionPlaceholderField_name, PromotionPlaceholderFieldEnum_PromotionPlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/promotion_placeholder_field.proto", fileDescriptor_promotion_placeholder_field_589e557efaf76482) -} - -var fileDescriptor_promotion_placeholder_field_589e557efaf76482 = []byte{ - // 458 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x4b, 0x6e, 0xdb, 0x30, - 0x10, 0x86, 0x6b, 0xa5, 0x4d, 0x52, 0xda, 0xb1, 0x19, 0xf6, 0x01, 0x74, 0xe1, 0x02, 0xc9, 0x01, - 0x28, 0x01, 0xdd, 0xa9, 0x8b, 0x82, 0x96, 0x28, 0x81, 0x88, 0x45, 0x0a, 0x94, 0xe4, 0x3e, 0x60, - 0x80, 0x70, 0x23, 0x55, 0x35, 0x20, 0x8b, 0x86, 0x95, 0xe4, 0x40, 0x5d, 0xf6, 0x28, 0x45, 0x4f, - 0xd2, 0x45, 0x37, 0xbd, 0x40, 0x41, 0xc9, 0x8f, 0x95, 0xb3, 0x11, 0x46, 0xff, 0xfc, 0xf3, 0x61, - 0xc0, 0x7f, 0xc0, 0x87, 0x52, 0xeb, 0xb2, 0x2a, 0xec, 0x45, 0xde, 0xd8, 0x5d, 0x69, 0xaa, 0x07, - 0xc7, 0x2e, 0xea, 0xfb, 0x55, 0x63, 0xaf, 0x37, 0x7a, 0xa5, 0xef, 0x96, 0xba, 0x56, 0xeb, 0x6a, - 0x71, 0x5b, 0x7c, 0xd7, 0x55, 0x5e, 0x6c, 0xd4, 0xb7, 0x65, 0x51, 0xe5, 0x78, 0xbd, 0xd1, 0x77, - 0x1a, 0x8d, 0xbb, 0x29, 0xbc, 0xc8, 0x1b, 0xbc, 0x07, 0xe0, 0x07, 0x07, 0xb7, 0x80, 0xeb, 0xbf, - 0x16, 0x18, 0xc7, 0x3b, 0x48, 0x7c, 0x60, 0x04, 0x06, 0x41, 0xeb, 0xfb, 0xd5, 0xf5, 0x6f, 0x0b, - 0xbc, 0x39, 0xea, 0x40, 0x23, 0xd0, 0xcf, 0x78, 0x12, 0x53, 0x8f, 0x05, 0x8c, 0xfa, 0xf0, 0x09, - 0xea, 0x83, 0xb3, 0x8c, 0xdf, 0x70, 0xf1, 0x91, 0xc3, 0x1e, 0x7a, 0x09, 0x60, 0x2c, 0x45, 0x24, - 0x52, 0x26, 0xb8, 0x4a, 0x89, 0x0c, 0x69, 0x0a, 0x2d, 0xf4, 0x0a, 0x5c, 0xfa, 0x2c, 0xf1, 0x44, - 0xc6, 0x53, 0x15, 0x09, 0xdf, 0x4c, 0x4a, 0x78, 0x62, 0x50, 0x31, 0x95, 0x1e, 0xe5, 0xa9, 0x12, - 0x41, 0x00, 0x9f, 0x9a, 0xe9, 0x48, 0x70, 0xfa, 0x59, 0x91, 0xa8, 0xf5, 0x1a, 0xf5, 0x19, 0x42, - 0x60, 0x78, 0x60, 0x7a, 0xc2, 0xa7, 0xf0, 0x14, 0xbd, 0x06, 0x48, 0x48, 0x9f, 0xca, 0x44, 0x89, - 0x19, 0x95, 0x5b, 0x3f, 0x3c, 0x43, 0x2f, 0xc0, 0xe8, 0xe0, 0x4d, 0x52, 0x22, 0x53, 0x78, 0x8e, - 0x2e, 0xc1, 0xc5, 0x41, 0xa4, 0xdc, 0x87, 0xcf, 0xd1, 0x00, 0x9c, 0x0b, 0xcf, 0x23, 0x09, 0x13, - 0x1c, 0x02, 0x34, 0x04, 0x20, 0x60, 0x9c, 0x4c, 0x55, 0x26, 0xa7, 0x09, 0xec, 0x9b, 0x7d, 0xbb, - 0xff, 0x48, 0x4c, 0xd8, 0x94, 0x76, 0xf2, 0x00, 0x41, 0x30, 0x48, 0x25, 0xf1, 0x6e, 0x18, 0x0f, - 0x8d, 0x04, 0x2f, 0x0c, 0x66, 0x4a, 0x78, 0x98, 0x91, 0x90, 0xc2, 0xa1, 0x59, 0x7f, 0x8f, 0x51, - 0x49, 0x16, 0x04, 0xec, 0x13, 0x1c, 0x4d, 0xfe, 0xf5, 0xc0, 0xd5, 0xad, 0x5e, 0xe1, 0x47, 0x63, - 0x99, 0xbc, 0x3d, 0xfa, 0xe2, 0xb1, 0x49, 0x35, 0xee, 0x7d, 0x99, 0x6c, 0x01, 0xa5, 0xae, 0x16, - 0x75, 0x89, 0xf5, 0xa6, 0xb4, 0xcb, 0xa2, 0x6e, 0x33, 0xdf, 0x1d, 0xca, 0x7a, 0xd9, 0x1c, 0xb9, - 0x9b, 0xf7, 0xed, 0xf7, 0x87, 0x75, 0x12, 0x12, 0xf2, 0xd3, 0x1a, 0x87, 0x1d, 0x8a, 0xe4, 0x0d, - 0xee, 0x4a, 0x53, 0xcd, 0x1c, 0x6c, 0xf2, 0x6f, 0x7e, 0xed, 0xfa, 0x73, 0x92, 0x37, 0xf3, 0x7d, - 0x7f, 0x3e, 0x73, 0xe6, 0x6d, 0xff, 0x8f, 0x75, 0xd5, 0x89, 0xae, 0x4b, 0xf2, 0xc6, 0x75, 0xf7, - 0x0e, 0xd7, 0x9d, 0x39, 0xae, 0xdb, 0x7a, 0xbe, 0x9e, 0xb6, 0x8b, 0xbd, 0xfb, 0x1f, 0x00, 0x00, - 0xff, 0xff, 0x71, 0x9d, 0x54, 0x1b, 0xcf, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/proximity_radius_units.pb.go b/googleapis/ads/googleads/v0/enums/proximity_radius_units.pb.go deleted file mode 100644 index faf5c34be7..0000000000 --- a/googleapis/ads/googleads/v0/enums/proximity_radius_units.pb.go +++ /dev/null @@ -1,116 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/proximity_radius_units.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The unit of radius distance in proximity (e.g. MILES) -type ProximityRadiusUnitsEnum_ProximityRadiusUnits int32 - -const ( - // Not specified. - ProximityRadiusUnitsEnum_UNSPECIFIED ProximityRadiusUnitsEnum_ProximityRadiusUnits = 0 - // Used for return value only. Represents value unknown in this version. - ProximityRadiusUnitsEnum_UNKNOWN ProximityRadiusUnitsEnum_ProximityRadiusUnits = 1 - // Miles - ProximityRadiusUnitsEnum_MILES ProximityRadiusUnitsEnum_ProximityRadiusUnits = 2 - // Kilometers - ProximityRadiusUnitsEnum_KILOMETERS ProximityRadiusUnitsEnum_ProximityRadiusUnits = 3 -) - -var ProximityRadiusUnitsEnum_ProximityRadiusUnits_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "MILES", - 3: "KILOMETERS", -} -var ProximityRadiusUnitsEnum_ProximityRadiusUnits_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "MILES": 2, - "KILOMETERS": 3, -} - -func (x ProximityRadiusUnitsEnum_ProximityRadiusUnits) String() string { - return proto.EnumName(ProximityRadiusUnitsEnum_ProximityRadiusUnits_name, int32(x)) -} -func (ProximityRadiusUnitsEnum_ProximityRadiusUnits) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_proximity_radius_units_f4e46d4ae4b3cee8, []int{0, 0} -} - -// Container for enum describing unit of radius in proximity. -type ProximityRadiusUnitsEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ProximityRadiusUnitsEnum) Reset() { *m = ProximityRadiusUnitsEnum{} } -func (m *ProximityRadiusUnitsEnum) String() string { return proto.CompactTextString(m) } -func (*ProximityRadiusUnitsEnum) ProtoMessage() {} -func (*ProximityRadiusUnitsEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_proximity_radius_units_f4e46d4ae4b3cee8, []int{0} -} -func (m *ProximityRadiusUnitsEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ProximityRadiusUnitsEnum.Unmarshal(m, b) -} -func (m *ProximityRadiusUnitsEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ProximityRadiusUnitsEnum.Marshal(b, m, deterministic) -} -func (dst *ProximityRadiusUnitsEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ProximityRadiusUnitsEnum.Merge(dst, src) -} -func (m *ProximityRadiusUnitsEnum) XXX_Size() int { - return xxx_messageInfo_ProximityRadiusUnitsEnum.Size(m) -} -func (m *ProximityRadiusUnitsEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ProximityRadiusUnitsEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ProximityRadiusUnitsEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ProximityRadiusUnitsEnum)(nil), "google.ads.googleads.v0.enums.ProximityRadiusUnitsEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.ProximityRadiusUnitsEnum_ProximityRadiusUnits", ProximityRadiusUnitsEnum_ProximityRadiusUnits_name, ProximityRadiusUnitsEnum_ProximityRadiusUnits_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/proximity_radius_units.proto", fileDescriptor_proximity_radius_units_f4e46d4ae4b3cee8) -} - -var fileDescriptor_proximity_radius_units_f4e46d4ae4b3cee8 = []byte{ - // 296 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4a, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0x82, 0xa2, 0xfc, 0x8a, 0xcc, 0xdc, 0xcc, 0x92, 0xca, 0xf8, 0xa2, 0xc4, - 0x94, 0xcc, 0xd2, 0xe2, 0xf8, 0xd2, 0xbc, 0xcc, 0x92, 0x62, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, - 0x21, 0x59, 0x88, 0x06, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x5e, 0xbd, 0x32, 0x03, 0x3d, 0xb0, - 0x5e, 0xa5, 0x6c, 0x2e, 0x89, 0x00, 0x98, 0xf6, 0x20, 0xb0, 0xee, 0x50, 0x90, 0x66, 0xd7, 0xbc, - 0xd2, 0x5c, 0x25, 0x7f, 0x2e, 0x11, 0x6c, 0x72, 0x42, 0xfc, 0x5c, 0xdc, 0xa1, 0x7e, 0xc1, 0x01, - 0xae, 0xce, 0x9e, 0x6e, 0x9e, 0xae, 0x2e, 0x02, 0x0c, 0x42, 0xdc, 0x5c, 0xec, 0xa1, 0x7e, 0xde, - 0x7e, 0xfe, 0xe1, 0x7e, 0x02, 0x8c, 0x42, 0x9c, 0x5c, 0xac, 0xbe, 0x9e, 0x3e, 0xae, 0xc1, 0x02, - 0x4c, 0x42, 0x7c, 0x5c, 0x5c, 0xde, 0x9e, 0x3e, 0xfe, 0xbe, 0xae, 0x21, 0xae, 0x41, 0xc1, 0x02, - 0xcc, 0x4e, 0xef, 0x18, 0xb9, 0x14, 0x93, 0xf3, 0x73, 0xf5, 0xf0, 0x3a, 0xc9, 0x49, 0x12, 0x9b, - 0xa5, 0x01, 0x20, 0xcf, 0x04, 0x30, 0x46, 0x39, 0x41, 0xf5, 0xa6, 0xe7, 0xe7, 0x24, 0xe6, 0xa5, - 0xeb, 0xe5, 0x17, 0xa5, 0xeb, 0xa7, 0xa7, 0xe6, 0x81, 0xbd, 0x0a, 0x0b, 0x9a, 0x82, 0xcc, 0x62, - 0x1c, 0x21, 0x65, 0x0d, 0x26, 0x17, 0x31, 0x31, 0xbb, 0x3b, 0x3a, 0xae, 0x62, 0x92, 0x75, 0x87, - 0x18, 0xe5, 0x98, 0x52, 0xac, 0x07, 0x61, 0x82, 0x58, 0x61, 0x06, 0x7a, 0x20, 0xcf, 0x17, 0x9f, - 0x82, 0xc9, 0xc7, 0x38, 0xa6, 0x14, 0xc7, 0xc0, 0xe5, 0x63, 0xc2, 0x0c, 0x62, 0xc0, 0xf2, 0xaf, - 0x98, 0x14, 0x21, 0x82, 0x56, 0x56, 0x8e, 0x29, 0xc5, 0x56, 0x56, 0x70, 0x15, 0x56, 0x56, 0x61, - 0x06, 0x56, 0x56, 0x60, 0x35, 0x49, 0x6c, 0x60, 0x87, 0x19, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, - 0x01, 0x45, 0x1e, 0x16, 0xc1, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/quality_score_bucket.pb.go b/googleapis/ads/googleads/v0/enums/quality_score_bucket.pb.go deleted file mode 100644 index 9b7637fc91..0000000000 --- a/googleapis/ads/googleads/v0/enums/quality_score_bucket.pb.go +++ /dev/null @@ -1,120 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/quality_score_bucket.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum listing the possible quality score buckets. -type QualityScoreBucketEnum_QualityScoreBucket int32 - -const ( - // Not specified. - QualityScoreBucketEnum_UNSPECIFIED QualityScoreBucketEnum_QualityScoreBucket = 0 - // Used for return value only. Represents value unknown in this version. - QualityScoreBucketEnum_UNKNOWN QualityScoreBucketEnum_QualityScoreBucket = 1 - // Quality of the creative is below average. - QualityScoreBucketEnum_BELOW_AVERAGE QualityScoreBucketEnum_QualityScoreBucket = 2 - // Quality of the creative is average. - QualityScoreBucketEnum_AVERAGE QualityScoreBucketEnum_QualityScoreBucket = 3 - // Quality of the creative is above average. - QualityScoreBucketEnum_ABOVE_AVERAGE QualityScoreBucketEnum_QualityScoreBucket = 4 -) - -var QualityScoreBucketEnum_QualityScoreBucket_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "BELOW_AVERAGE", - 3: "AVERAGE", - 4: "ABOVE_AVERAGE", -} -var QualityScoreBucketEnum_QualityScoreBucket_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "BELOW_AVERAGE": 2, - "AVERAGE": 3, - "ABOVE_AVERAGE": 4, -} - -func (x QualityScoreBucketEnum_QualityScoreBucket) String() string { - return proto.EnumName(QualityScoreBucketEnum_QualityScoreBucket_name, int32(x)) -} -func (QualityScoreBucketEnum_QualityScoreBucket) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_quality_score_bucket_cc1138c59aa802ad, []int{0, 0} -} - -// The relative performance compared to other advertisers. -type QualityScoreBucketEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *QualityScoreBucketEnum) Reset() { *m = QualityScoreBucketEnum{} } -func (m *QualityScoreBucketEnum) String() string { return proto.CompactTextString(m) } -func (*QualityScoreBucketEnum) ProtoMessage() {} -func (*QualityScoreBucketEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_quality_score_bucket_cc1138c59aa802ad, []int{0} -} -func (m *QualityScoreBucketEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_QualityScoreBucketEnum.Unmarshal(m, b) -} -func (m *QualityScoreBucketEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_QualityScoreBucketEnum.Marshal(b, m, deterministic) -} -func (dst *QualityScoreBucketEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_QualityScoreBucketEnum.Merge(dst, src) -} -func (m *QualityScoreBucketEnum) XXX_Size() int { - return xxx_messageInfo_QualityScoreBucketEnum.Size(m) -} -func (m *QualityScoreBucketEnum) XXX_DiscardUnknown() { - xxx_messageInfo_QualityScoreBucketEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_QualityScoreBucketEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*QualityScoreBucketEnum)(nil), "google.ads.googleads.v0.enums.QualityScoreBucketEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.QualityScoreBucketEnum_QualityScoreBucket", QualityScoreBucketEnum_QualityScoreBucket_name, QualityScoreBucketEnum_QualityScoreBucket_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/quality_score_bucket.proto", fileDescriptor_quality_score_bucket_cc1138c59aa802ad) -} - -var fileDescriptor_quality_score_bucket_cc1138c59aa802ad = []byte{ - // 300 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x48, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xc2, 0xd2, 0xc4, 0x9c, 0xcc, 0x92, 0xca, 0xf8, 0xe2, 0xe4, 0xfc, 0xa2, - 0xd4, 0xf8, 0xa4, 0xd2, 0xe4, 0xec, 0xd4, 0x12, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, - 0x88, 0x72, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x4e, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x4e, 0xa5, - 0x7a, 0x2e, 0xb1, 0x40, 0x88, 0xe6, 0x60, 0x90, 0x5e, 0x27, 0xb0, 0x56, 0xd7, 0xbc, 0xd2, 0x5c, - 0xa5, 0x54, 0x2e, 0x21, 0x4c, 0x19, 0x21, 0x7e, 0x2e, 0xee, 0x50, 0xbf, 0xe0, 0x00, 0x57, 0x67, - 0x4f, 0x37, 0x4f, 0x57, 0x17, 0x01, 0x06, 0x21, 0x6e, 0x2e, 0xf6, 0x50, 0x3f, 0x6f, 0x3f, 0xff, - 0x70, 0x3f, 0x01, 0x46, 0x21, 0x41, 0x2e, 0x5e, 0x27, 0x57, 0x1f, 0xff, 0xf0, 0x78, 0xc7, 0x30, - 0xd7, 0x20, 0x47, 0x77, 0x57, 0x01, 0x26, 0x90, 0x3c, 0x8c, 0xc3, 0x0c, 0x92, 0x77, 0x74, 0xf2, - 0x0f, 0x73, 0x85, 0xcb, 0xb3, 0x38, 0xbd, 0x61, 0xe4, 0x52, 0x4c, 0xce, 0xcf, 0xd5, 0xc3, 0xeb, - 0x4c, 0x27, 0x71, 0x4c, 0xa7, 0x04, 0x80, 0xbc, 0x17, 0xc0, 0x18, 0xe5, 0x04, 0xd5, 0x99, 0x9e, - 0x9f, 0x93, 0x98, 0x97, 0xae, 0x97, 0x5f, 0x94, 0xae, 0x9f, 0x9e, 0x9a, 0x07, 0xf6, 0x3c, 0x2c, - 0xa8, 0x0a, 0x32, 0x8b, 0x71, 0x84, 0x9c, 0x35, 0x98, 0x5c, 0xc4, 0xc4, 0xec, 0xee, 0xe8, 0xb8, - 0x8a, 0x49, 0xd6, 0x1d, 0x62, 0x94, 0x63, 0x4a, 0xb1, 0x1e, 0x84, 0x09, 0x62, 0x85, 0x19, 0xe8, - 0x81, 0x02, 0xa4, 0xf8, 0x14, 0x4c, 0x3e, 0xc6, 0x31, 0xa5, 0x38, 0x06, 0x2e, 0x1f, 0x13, 0x66, - 0x10, 0x03, 0x96, 0x7f, 0xc5, 0xa4, 0x08, 0x11, 0xb4, 0xb2, 0x72, 0x4c, 0x29, 0xb6, 0xb2, 0x82, - 0xab, 0xb0, 0xb2, 0x0a, 0x33, 0xb0, 0xb2, 0x02, 0xab, 0x49, 0x62, 0x03, 0x3b, 0xcc, 0x18, 0x10, - 0x00, 0x00, 0xff, 0xff, 0x7e, 0x20, 0x9c, 0x1b, 0xd1, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/real_estate_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/real_estate_placeholder_field.pb.go deleted file mode 100644 index a097776264..0000000000 --- a/googleapis/ads/googleads/v0/enums/real_estate_placeholder_field.pb.go +++ /dev/null @@ -1,209 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/real_estate_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for Real Estate placeholder fields. -type RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField int32 - -const ( - // Not specified. - RealEstatePlaceholderFieldEnum_UNSPECIFIED RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - RealEstatePlaceholderFieldEnum_UNKNOWN RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 1 - // Data Type: STRING. Unique ID. - RealEstatePlaceholderFieldEnum_LISTING_ID RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 2 - // Data Type: STRING. Main headline with listing name to be shown in dynamic - // ad. - RealEstatePlaceholderFieldEnum_LISTING_NAME RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 3 - // Data Type: STRING. City name to be shown in dynamic ad. - RealEstatePlaceholderFieldEnum_CITY_NAME RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 4 - // Data Type: STRING. Description of listing to be shown in dynamic ad. - RealEstatePlaceholderFieldEnum_DESCRIPTION RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 5 - // Data Type: STRING. Complete listing address, including postal code. - RealEstatePlaceholderFieldEnum_ADDRESS RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 6 - // Data Type: STRING. Price to be shown in the ad. - // Example: "100.00 USD" - RealEstatePlaceholderFieldEnum_PRICE RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 7 - // Data Type: STRING. Formatted price to be shown in the ad. - // Example: "Starting at $100.00 USD", "$80 - $100" - RealEstatePlaceholderFieldEnum_FORMATTED_PRICE RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 8 - // Data Type: URL. Image to be displayed in the ad. - RealEstatePlaceholderFieldEnum_IMAGE_URL RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 9 - // Data Type: STRING. Type of property (house, condo, apartment, etc.) used - // to group like items together for recommendation engine. - RealEstatePlaceholderFieldEnum_PROPERTY_TYPE RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 10 - // Data Type: STRING. Type of listing (resale, rental, foreclosure, etc.) - // used to group like items together for recommendation engine. - RealEstatePlaceholderFieldEnum_LISTING_TYPE RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 11 - // Data Type: STRING_LIST. Keywords used for product retrieval. - RealEstatePlaceholderFieldEnum_CONTEXTUAL_KEYWORDS RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 12 - // Data Type: URL_LIST. Final URLs to be used in ad when using Upgraded - // URLs; the more specific the better (e.g. the individual URL of a specific - // listing and its location). - RealEstatePlaceholderFieldEnum_FINAL_URLS RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 13 - // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded - // URLs. - RealEstatePlaceholderFieldEnum_FINAL_MOBILE_URLS RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 14 - // Data Type: URL. Tracking template for the ad when using Upgraded URLs. - RealEstatePlaceholderFieldEnum_TRACKING_URL RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 15 - // Data Type: STRING. Android app link. Must be formatted as: - // android-app://{package_id}/{scheme}/{host_path}. - // The components are defined as follows: - // package_id: app ID as specified in Google Play. - // scheme: the scheme to pass to the application. Can be HTTP, or a custom - // scheme. - // host_path: identifies the specific content within your application. - RealEstatePlaceholderFieldEnum_ANDROID_APP_LINK RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 16 - // Data Type: STRING_LIST. List of recommended listing IDs to show together - // with this item. - RealEstatePlaceholderFieldEnum_SIMILAR_LISTING_IDS RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 17 - // Data Type: STRING. iOS app link. - RealEstatePlaceholderFieldEnum_IOS_APP_LINK RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 18 - // Data Type: INT64. iOS app store ID. - RealEstatePlaceholderFieldEnum_IOS_APP_STORE_ID RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 19 -) - -var RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "LISTING_ID", - 3: "LISTING_NAME", - 4: "CITY_NAME", - 5: "DESCRIPTION", - 6: "ADDRESS", - 7: "PRICE", - 8: "FORMATTED_PRICE", - 9: "IMAGE_URL", - 10: "PROPERTY_TYPE", - 11: "LISTING_TYPE", - 12: "CONTEXTUAL_KEYWORDS", - 13: "FINAL_URLS", - 14: "FINAL_MOBILE_URLS", - 15: "TRACKING_URL", - 16: "ANDROID_APP_LINK", - 17: "SIMILAR_LISTING_IDS", - 18: "IOS_APP_LINK", - 19: "IOS_APP_STORE_ID", -} -var RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "LISTING_ID": 2, - "LISTING_NAME": 3, - "CITY_NAME": 4, - "DESCRIPTION": 5, - "ADDRESS": 6, - "PRICE": 7, - "FORMATTED_PRICE": 8, - "IMAGE_URL": 9, - "PROPERTY_TYPE": 10, - "LISTING_TYPE": 11, - "CONTEXTUAL_KEYWORDS": 12, - "FINAL_URLS": 13, - "FINAL_MOBILE_URLS": 14, - "TRACKING_URL": 15, - "ANDROID_APP_LINK": 16, - "SIMILAR_LISTING_IDS": 17, - "IOS_APP_LINK": 18, - "IOS_APP_STORE_ID": 19, -} - -func (x RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField) String() string { - return proto.EnumName(RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField_name, int32(x)) -} -func (RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_real_estate_placeholder_field_4afe1a2adcf0a118, []int{0, 0} -} - -// Values for Real Estate placeholder fields. -// For more information about dynamic remarketing feeds, see -// https://support.google.com/google-ads/answer/6053288. -type RealEstatePlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *RealEstatePlaceholderFieldEnum) Reset() { *m = RealEstatePlaceholderFieldEnum{} } -func (m *RealEstatePlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*RealEstatePlaceholderFieldEnum) ProtoMessage() {} -func (*RealEstatePlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_real_estate_placeholder_field_4afe1a2adcf0a118, []int{0} -} -func (m *RealEstatePlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_RealEstatePlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *RealEstatePlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_RealEstatePlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *RealEstatePlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_RealEstatePlaceholderFieldEnum.Merge(dst, src) -} -func (m *RealEstatePlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_RealEstatePlaceholderFieldEnum.Size(m) -} -func (m *RealEstatePlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_RealEstatePlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_RealEstatePlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*RealEstatePlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.RealEstatePlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField", RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField_name, RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/real_estate_placeholder_field.proto", fileDescriptor_real_estate_placeholder_field_4afe1a2adcf0a118) -} - -var fileDescriptor_real_estate_placeholder_field_4afe1a2adcf0a118 = []byte{ - // 494 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xd1, 0x6e, 0xda, 0x3e, - 0x14, 0xc6, 0xff, 0xc0, 0xbf, 0xed, 0x30, 0xa5, 0x18, 0xb3, 0x69, 0xd2, 0xa4, 0x6e, 0x6a, 0x1f, - 0x20, 0x20, 0xed, 0x2e, 0xbb, 0x32, 0x89, 0x41, 0x16, 0xc1, 0xb6, 0x6c, 0x43, 0xc7, 0x84, 0x64, - 0x65, 0x8d, 0x97, 0x55, 0x0a, 0x04, 0x11, 0xda, 0x47, 0xd8, 0x83, 0xec, 0x6e, 0x7b, 0x94, 0x3d, - 0xca, 0xae, 0xf7, 0x00, 0x93, 0x93, 0x01, 0xbb, 0x61, 0x37, 0xd1, 0x39, 0xdf, 0xf9, 0xf2, 0xf3, - 0x91, 0xfd, 0x01, 0x9c, 0xe6, 0x79, 0x9a, 0xd9, 0x7e, 0x9c, 0x14, 0xfd, 0xaa, 0x74, 0xd5, 0xd3, - 0xa0, 0x6f, 0xd7, 0x8f, 0xab, 0xa2, 0xbf, 0xb5, 0x71, 0x66, 0x6c, 0xb1, 0x8b, 0x77, 0xd6, 0x6c, - 0xb2, 0xf8, 0xde, 0x7e, 0xce, 0xb3, 0xc4, 0x6e, 0xcd, 0xa7, 0x07, 0x9b, 0x25, 0xde, 0x66, 0x9b, - 0xef, 0x72, 0x74, 0x5d, 0xfd, 0xe7, 0xc5, 0x49, 0xe1, 0x1d, 0x10, 0xde, 0xd3, 0xc0, 0x2b, 0x11, - 0xb7, 0xdf, 0x1a, 0xe0, 0xb5, 0xb4, 0x71, 0x46, 0x4a, 0x8a, 0x38, 0x42, 0x46, 0x8e, 0x41, 0xd6, - 0x8f, 0xab, 0xdb, 0x2f, 0x0d, 0xf0, 0xea, 0xb4, 0x05, 0x75, 0x40, 0x6b, 0xc6, 0x94, 0x20, 0x01, - 0x1d, 0x51, 0x12, 0xc2, 0xff, 0x50, 0x0b, 0x5c, 0xcc, 0xd8, 0x84, 0xf1, 0x3b, 0x06, 0x6b, 0xe8, - 0x0a, 0x80, 0x88, 0x2a, 0x4d, 0xd9, 0xd8, 0xd0, 0x10, 0xd6, 0x11, 0x04, 0x97, 0xfb, 0x9e, 0xe1, - 0x29, 0x81, 0x0d, 0xd4, 0x06, 0xcd, 0x80, 0xea, 0x45, 0xd5, 0xfe, 0xef, 0x70, 0x21, 0x51, 0x81, - 0xa4, 0x42, 0x53, 0xce, 0xe0, 0x99, 0xc3, 0xe1, 0x30, 0x94, 0x44, 0x29, 0x78, 0x8e, 0x9a, 0xe0, - 0x4c, 0x48, 0x1a, 0x10, 0x78, 0x81, 0x7a, 0xa0, 0x33, 0xe2, 0x72, 0x8a, 0xb5, 0x26, 0xa1, 0xa9, - 0xc4, 0x67, 0x0e, 0x46, 0xa7, 0x78, 0x4c, 0xcc, 0x4c, 0x46, 0xb0, 0x89, 0xba, 0xa0, 0x2d, 0x24, - 0x17, 0x44, 0xea, 0x85, 0xd1, 0x0b, 0x41, 0x20, 0xf8, 0x7b, 0x81, 0x52, 0x69, 0xa1, 0x97, 0xa0, - 0x17, 0x70, 0xa6, 0xc9, 0x7b, 0x3d, 0xc3, 0x91, 0x99, 0x90, 0xc5, 0x1d, 0x97, 0xa1, 0x82, 0x97, - 0x6e, 0xf7, 0x11, 0x65, 0x38, 0x72, 0x30, 0x05, 0xdb, 0xe8, 0x05, 0xe8, 0x56, 0xfd, 0x94, 0x0f, - 0x69, 0x44, 0x2a, 0xf9, 0xca, 0x11, 0xb5, 0xc4, 0xc1, 0xc4, 0x21, 0xdd, 0xb1, 0x1d, 0xf4, 0x1c, - 0x40, 0xcc, 0x42, 0xc9, 0x69, 0x68, 0xb0, 0x10, 0x26, 0xa2, 0x6c, 0x02, 0xa1, 0x3b, 0x47, 0xd1, - 0x29, 0x8d, 0xb0, 0x34, 0xc7, 0x2b, 0x51, 0xb0, 0xeb, 0x00, 0x94, 0xab, 0xa3, 0x15, 0x39, 0xc0, - 0x5e, 0x51, 0x9a, 0x4b, 0xe2, 0xee, 0xae, 0x37, 0xfc, 0x55, 0x03, 0x37, 0xf7, 0xf9, 0xca, 0xfb, - 0xe7, 0x8b, 0x0e, 0xdf, 0x9c, 0x7e, 0x2b, 0xe1, 0x12, 0x21, 0x6a, 0x1f, 0x86, 0x7f, 0x08, 0x69, - 0x9e, 0xc5, 0xeb, 0xd4, 0xcb, 0xb7, 0x69, 0x3f, 0xb5, 0xeb, 0x32, 0x2f, 0xfb, 0x98, 0x6d, 0x1e, - 0x8a, 0x13, 0xa9, 0x7b, 0x57, 0x7e, 0xbf, 0xd6, 0x1b, 0x63, 0x8c, 0xbf, 0xd7, 0xaf, 0xc7, 0x15, - 0x0a, 0x27, 0x85, 0x57, 0x95, 0xae, 0x9a, 0x0f, 0x3c, 0x17, 0x9d, 0xe2, 0xc7, 0x7e, 0xbe, 0xc4, - 0x49, 0xb1, 0x3c, 0xcc, 0x97, 0xf3, 0xc1, 0xb2, 0x9c, 0xff, 0xac, 0xdf, 0x54, 0xa2, 0xef, 0xe3, - 0xa4, 0xf0, 0xfd, 0x83, 0xc3, 0xf7, 0xe7, 0x03, 0xdf, 0x2f, 0x3d, 0x1f, 0xcf, 0xcb, 0xc5, 0xde, - 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x38, 0x02, 0x83, 0x5e, 0x0d, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/recommendation_type.pb.go b/googleapis/ads/googleads/v0/enums/recommendation_type.pb.go deleted file mode 100644 index a7490f3a6d..0000000000 --- a/googleapis/ads/googleads/v0/enums/recommendation_type.pb.go +++ /dev/null @@ -1,155 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/recommendation_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Types of recommendations. -type RecommendationTypeEnum_RecommendationType int32 - -const ( - // Not specified. - RecommendationTypeEnum_UNSPECIFIED RecommendationTypeEnum_RecommendationType = 0 - // Used for return value only. Represents value unknown in this version. - RecommendationTypeEnum_UNKNOWN RecommendationTypeEnum_RecommendationType = 1 - // Budget recommendation for budget constrained campaigns. - RecommendationTypeEnum_CAMPAIGN_BUDGET RecommendationTypeEnum_RecommendationType = 2 - // Keyword recommendation. - RecommendationTypeEnum_KEYWORD RecommendationTypeEnum_RecommendationType = 3 - // Recommendation to add a new text ad. - RecommendationTypeEnum_TEXT_AD RecommendationTypeEnum_RecommendationType = 4 - // Recommendation to update a campaign to use a Target CPA bidding strategy. - RecommendationTypeEnum_TARGET_CPA_OPT_IN RecommendationTypeEnum_RecommendationType = 5 - // Recommendation to update a campaign to use the Maximize Conversions - // bidding strategy. - RecommendationTypeEnum_MAXIMIZE_CONVERSIONS_OPT_IN RecommendationTypeEnum_RecommendationType = 6 - // Recommendation to enable Enhanced Cost Per Click for a campaign. - RecommendationTypeEnum_ENHANCED_CPC_OPT_IN RecommendationTypeEnum_RecommendationType = 7 - // Recommendation to start showing your campaign's ads on Google Search - // Partners Websites. - RecommendationTypeEnum_SEARCH_PARTNERS_OPT_IN RecommendationTypeEnum_RecommendationType = 8 - // Recommendation to update a campaign to use a Maximize Clicks bidding - // strategy. - RecommendationTypeEnum_MAXIMIZE_CLICKS_OPT_IN RecommendationTypeEnum_RecommendationType = 9 - // Recommendation to start using the "Optimize" ad rotation setting for the - // given ad group. - RecommendationTypeEnum_OPTIMIZE_AD_ROTATION RecommendationTypeEnum_RecommendationType = 10 -) - -var RecommendationTypeEnum_RecommendationType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CAMPAIGN_BUDGET", - 3: "KEYWORD", - 4: "TEXT_AD", - 5: "TARGET_CPA_OPT_IN", - 6: "MAXIMIZE_CONVERSIONS_OPT_IN", - 7: "ENHANCED_CPC_OPT_IN", - 8: "SEARCH_PARTNERS_OPT_IN", - 9: "MAXIMIZE_CLICKS_OPT_IN", - 10: "OPTIMIZE_AD_ROTATION", -} -var RecommendationTypeEnum_RecommendationType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CAMPAIGN_BUDGET": 2, - "KEYWORD": 3, - "TEXT_AD": 4, - "TARGET_CPA_OPT_IN": 5, - "MAXIMIZE_CONVERSIONS_OPT_IN": 6, - "ENHANCED_CPC_OPT_IN": 7, - "SEARCH_PARTNERS_OPT_IN": 8, - "MAXIMIZE_CLICKS_OPT_IN": 9, - "OPTIMIZE_AD_ROTATION": 10, -} - -func (x RecommendationTypeEnum_RecommendationType) String() string { - return proto.EnumName(RecommendationTypeEnum_RecommendationType_name, int32(x)) -} -func (RecommendationTypeEnum_RecommendationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_recommendation_type_50aabeede6d50928, []int{0, 0} -} - -// Container for enum describing types of recommendations. -type RecommendationTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *RecommendationTypeEnum) Reset() { *m = RecommendationTypeEnum{} } -func (m *RecommendationTypeEnum) String() string { return proto.CompactTextString(m) } -func (*RecommendationTypeEnum) ProtoMessage() {} -func (*RecommendationTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_type_50aabeede6d50928, []int{0} -} -func (m *RecommendationTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_RecommendationTypeEnum.Unmarshal(m, b) -} -func (m *RecommendationTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_RecommendationTypeEnum.Marshal(b, m, deterministic) -} -func (dst *RecommendationTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_RecommendationTypeEnum.Merge(dst, src) -} -func (m *RecommendationTypeEnum) XXX_Size() int { - return xxx_messageInfo_RecommendationTypeEnum.Size(m) -} -func (m *RecommendationTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_RecommendationTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_RecommendationTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*RecommendationTypeEnum)(nil), "google.ads.googleads.v0.enums.RecommendationTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.RecommendationTypeEnum_RecommendationType", RecommendationTypeEnum_RecommendationType_name, RecommendationTypeEnum_RecommendationType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/recommendation_type.proto", fileDescriptor_recommendation_type_50aabeede6d50928) -} - -var fileDescriptor_recommendation_type_50aabeede6d50928 = []byte{ - // 414 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xd1, 0x6a, 0x14, 0x31, - 0x18, 0x85, 0xdd, 0xa9, 0xb6, 0x9a, 0x5e, 0x74, 0x4c, 0xb5, 0x15, 0xa5, 0x48, 0xfb, 0x00, 0x99, - 0x01, 0x2f, 0x84, 0xf1, 0xea, 0xdf, 0x4c, 0x9c, 0x86, 0x75, 0x93, 0x90, 0xcd, 0x6e, 0x6b, 0x59, - 0x08, 0x6b, 0x67, 0x18, 0x0a, 0x9d, 0xc9, 0xb2, 0xd9, 0x16, 0x7a, 0xef, 0x7b, 0x08, 0x5e, 0xfa, - 0x28, 0x3e, 0x8a, 0xf8, 0x10, 0x32, 0x33, 0xee, 0x88, 0x14, 0xbd, 0x09, 0x27, 0xf9, 0xce, 0xf9, - 0x09, 0xff, 0x41, 0x6f, 0x4b, 0xe7, 0xca, 0xeb, 0x22, 0x5a, 0xe4, 0x3e, 0xea, 0x64, 0xa3, 0x6e, - 0xe3, 0xa8, 0xa8, 0x6f, 0x2a, 0x1f, 0xad, 0x8a, 0x4b, 0x57, 0x55, 0x45, 0x9d, 0x2f, 0xd6, 0x57, - 0xae, 0xb6, 0xeb, 0xbb, 0x65, 0x41, 0x96, 0x2b, 0xb7, 0x76, 0xf8, 0xa8, 0x73, 0x93, 0x45, 0xee, - 0x49, 0x1f, 0x24, 0xb7, 0x31, 0x69, 0x83, 0x27, 0x5f, 0x02, 0x74, 0xa0, 0xff, 0x0a, 0x9b, 0xbb, - 0x65, 0xc1, 0xea, 0x9b, 0xea, 0xe4, 0x73, 0x80, 0xf0, 0x7d, 0x84, 0xf7, 0xd0, 0xee, 0x54, 0x4c, - 0x14, 0xa3, 0xfc, 0x3d, 0x67, 0x69, 0xf8, 0x00, 0xef, 0xa2, 0x9d, 0xa9, 0x18, 0x09, 0x79, 0x26, - 0xc2, 0x01, 0xde, 0x47, 0x7b, 0x14, 0xc6, 0x0a, 0x78, 0x26, 0xec, 0x70, 0x9a, 0x66, 0xcc, 0x84, - 0x41, 0xe3, 0x18, 0xb1, 0x8f, 0x67, 0x52, 0xa7, 0xe1, 0x56, 0x73, 0x31, 0xec, 0xdc, 0x58, 0x48, - 0xc3, 0x87, 0xf8, 0x39, 0x7a, 0x6a, 0x40, 0x67, 0xcc, 0x58, 0xaa, 0xc0, 0x4a, 0x65, 0x2c, 0x17, - 0xe1, 0x23, 0xfc, 0x1a, 0xbd, 0x1a, 0xc3, 0x39, 0x1f, 0xf3, 0x0b, 0x66, 0xa9, 0x14, 0x33, 0xa6, - 0x27, 0x5c, 0x8a, 0xc9, 0xc6, 0xb0, 0x8d, 0x0f, 0xd1, 0x3e, 0x13, 0xa7, 0x20, 0x28, 0x4b, 0x2d, - 0x55, 0x74, 0x03, 0x76, 0xf0, 0x4b, 0x74, 0x30, 0x61, 0xa0, 0xe9, 0xa9, 0x55, 0xa0, 0x8d, 0x60, - 0xba, 0x0f, 0x3d, 0x6e, 0xd8, 0x9f, 0xa9, 0x1f, 0x38, 0x1d, 0xf5, 0xec, 0x09, 0x7e, 0x81, 0x9e, - 0x49, 0x65, 0x3a, 0x06, 0xa9, 0xd5, 0xd2, 0x80, 0xe1, 0x52, 0x84, 0x68, 0xf8, 0x73, 0x80, 0x8e, - 0x2f, 0x5d, 0x45, 0xfe, 0xbb, 0xc7, 0xe1, 0xe1, 0xfd, 0x4d, 0xa9, 0x66, 0xff, 0x6a, 0x70, 0x31, - 0xfc, 0x9d, 0x2c, 0xdd, 0xf5, 0xa2, 0x2e, 0x89, 0x5b, 0x95, 0x51, 0x59, 0xd4, 0x6d, 0x3b, 0x9b, - 0x2a, 0x97, 0x57, 0xfe, 0x1f, 0xcd, 0xbe, 0x6b, 0xcf, 0xaf, 0xc1, 0x56, 0x06, 0xf0, 0x2d, 0x38, - 0xca, 0xba, 0x51, 0x90, 0x7b, 0xd2, 0xc9, 0x46, 0xcd, 0x62, 0xd2, 0x14, 0xe6, 0xbf, 0x6f, 0xf8, - 0x1c, 0x72, 0x3f, 0xef, 0xf9, 0x7c, 0x16, 0xcf, 0x5b, 0xfe, 0x23, 0x38, 0xee, 0x1e, 0x93, 0x04, - 0x72, 0x9f, 0x24, 0xbd, 0x23, 0x49, 0x66, 0x71, 0x92, 0xb4, 0x9e, 0x4f, 0xdb, 0xed, 0xc7, 0xde, - 0xfc, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x0a, 0x7f, 0x47, 0x12, 0x71, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/search_term_match_type.pb.go b/googleapis/ads/googleads/v0/enums/search_term_match_type.pb.go deleted file mode 100644 index 3bb6ce0e8a..0000000000 --- a/googleapis/ads/googleads/v0/enums/search_term_match_type.pb.go +++ /dev/null @@ -1,130 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/search_term_match_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible match types for a keyword triggering an ad, including variants. -type SearchTermMatchTypeEnum_SearchTermMatchType int32 - -const ( - // Not specified. - SearchTermMatchTypeEnum_UNSPECIFIED SearchTermMatchTypeEnum_SearchTermMatchType = 0 - // Used for return value only. Represents value unknown in this version. - SearchTermMatchTypeEnum_UNKNOWN SearchTermMatchTypeEnum_SearchTermMatchType = 1 - // Broad match. - SearchTermMatchTypeEnum_BROAD SearchTermMatchTypeEnum_SearchTermMatchType = 2 - // Exact match. - SearchTermMatchTypeEnum_EXACT SearchTermMatchTypeEnum_SearchTermMatchType = 3 - // Phrase match. - SearchTermMatchTypeEnum_PHRASE SearchTermMatchTypeEnum_SearchTermMatchType = 4 - // Exact match (close variant). - SearchTermMatchTypeEnum_NEAR_EXACT SearchTermMatchTypeEnum_SearchTermMatchType = 5 - // Phrase match (close variant). - SearchTermMatchTypeEnum_NEAR_PHRASE SearchTermMatchTypeEnum_SearchTermMatchType = 6 -) - -var SearchTermMatchTypeEnum_SearchTermMatchType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "BROAD", - 3: "EXACT", - 4: "PHRASE", - 5: "NEAR_EXACT", - 6: "NEAR_PHRASE", -} -var SearchTermMatchTypeEnum_SearchTermMatchType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "BROAD": 2, - "EXACT": 3, - "PHRASE": 4, - "NEAR_EXACT": 5, - "NEAR_PHRASE": 6, -} - -func (x SearchTermMatchTypeEnum_SearchTermMatchType) String() string { - return proto.EnumName(SearchTermMatchTypeEnum_SearchTermMatchType_name, int32(x)) -} -func (SearchTermMatchTypeEnum_SearchTermMatchType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_search_term_match_type_b4c4d58cddbf8661, []int{0, 0} -} - -// Container for enum describing match types for a keyword triggering an ad. -type SearchTermMatchTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SearchTermMatchTypeEnum) Reset() { *m = SearchTermMatchTypeEnum{} } -func (m *SearchTermMatchTypeEnum) String() string { return proto.CompactTextString(m) } -func (*SearchTermMatchTypeEnum) ProtoMessage() {} -func (*SearchTermMatchTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_search_term_match_type_b4c4d58cddbf8661, []int{0} -} -func (m *SearchTermMatchTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SearchTermMatchTypeEnum.Unmarshal(m, b) -} -func (m *SearchTermMatchTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SearchTermMatchTypeEnum.Marshal(b, m, deterministic) -} -func (dst *SearchTermMatchTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_SearchTermMatchTypeEnum.Merge(dst, src) -} -func (m *SearchTermMatchTypeEnum) XXX_Size() int { - return xxx_messageInfo_SearchTermMatchTypeEnum.Size(m) -} -func (m *SearchTermMatchTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_SearchTermMatchTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_SearchTermMatchTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*SearchTermMatchTypeEnum)(nil), "google.ads.googleads.v0.enums.SearchTermMatchTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.SearchTermMatchTypeEnum_SearchTermMatchType", SearchTermMatchTypeEnum_SearchTermMatchType_name, SearchTermMatchTypeEnum_SearchTermMatchType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/search_term_match_type.proto", fileDescriptor_search_term_match_type_b4c4d58cddbf8661) -} - -var fileDescriptor_search_term_match_type_b4c4d58cddbf8661 = []byte{ - // 321 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdf, 0x4a, 0xc3, 0x30, - 0x18, 0xc5, 0x6d, 0xe7, 0x26, 0x66, 0xa0, 0x25, 0x5e, 0xe8, 0xcd, 0x2e, 0xb6, 0x07, 0x48, 0x0b, - 0xde, 0xc5, 0xab, 0x74, 0x8b, 0x73, 0x88, 0x5d, 0xd9, 0x3f, 0x45, 0x0a, 0xa3, 0xae, 0x21, 0x0a, - 0x4b, 0x53, 0x9a, 0x6d, 0xb0, 0xc7, 0xf0, 0x15, 0xbc, 0xf4, 0x51, 0x7c, 0x14, 0xc1, 0x77, 0x90, - 0x24, 0x5b, 0xaf, 0xa6, 0x37, 0xe1, 0x24, 0xe7, 0xfb, 0x7d, 0x9c, 0x1c, 0x80, 0xb9, 0x94, 0x7c, - 0xc9, 0xfc, 0x34, 0x53, 0xbe, 0x95, 0x5a, 0x6d, 0x02, 0x9f, 0xe5, 0x6b, 0xa1, 0x7c, 0xc5, 0xd2, - 0x72, 0xf1, 0x3a, 0x5f, 0xb1, 0x52, 0xcc, 0x45, 0xba, 0xd2, 0x72, 0x5b, 0x30, 0x54, 0x94, 0x72, - 0x25, 0x61, 0xcb, 0x02, 0x28, 0xcd, 0x14, 0xaa, 0x58, 0xb4, 0x09, 0x90, 0x61, 0x3b, 0xef, 0x0e, - 0xb8, 0x1c, 0x1b, 0x7e, 0xc2, 0x4a, 0xf1, 0xa0, 0xe9, 0xc9, 0xb6, 0x60, 0x34, 0x5f, 0x8b, 0xce, - 0x06, 0x5c, 0x1c, 0xb0, 0xe0, 0x39, 0x68, 0x4e, 0xa3, 0x71, 0x4c, 0xbb, 0x83, 0xdb, 0x01, 0xed, - 0x79, 0x47, 0xb0, 0x09, 0x4e, 0xa6, 0xd1, 0x7d, 0x34, 0x7c, 0x8c, 0x3c, 0x07, 0x9e, 0x82, 0x7a, - 0x38, 0x1a, 0x92, 0x9e, 0xe7, 0x6a, 0x49, 0x9f, 0x48, 0x77, 0xe2, 0xd5, 0x20, 0x00, 0x8d, 0xf8, - 0x6e, 0x44, 0xc6, 0xd4, 0x3b, 0x86, 0x67, 0x00, 0x44, 0x94, 0x8c, 0xe6, 0xd6, 0xab, 0xeb, 0x7d, - 0xe6, 0xbe, 0x1b, 0x68, 0x84, 0x3f, 0x0e, 0x68, 0x2f, 0xa4, 0x40, 0xff, 0x26, 0x0f, 0xaf, 0x0e, - 0x64, 0x8b, 0xf5, 0x97, 0x63, 0xe7, 0x39, 0xdc, 0xa1, 0x5c, 0x2e, 0xd3, 0x9c, 0x23, 0x59, 0x72, - 0x9f, 0xb3, 0xdc, 0x14, 0xb2, 0x2f, 0xb0, 0x78, 0x53, 0x7f, 0xf4, 0x79, 0x63, 0xce, 0x0f, 0xb7, - 0xd6, 0x27, 0xe4, 0xd3, 0x6d, 0xf5, 0xed, 0x2a, 0x92, 0x29, 0x64, 0xa5, 0x56, 0xb3, 0x00, 0xe9, - 0x8a, 0xd4, 0xd7, 0xde, 0x4f, 0x48, 0xa6, 0x92, 0xca, 0x4f, 0x66, 0x41, 0x62, 0xfc, 0x6f, 0xb7, - 0x6d, 0x1f, 0x31, 0x26, 0x99, 0xc2, 0xb8, 0x9a, 0xc0, 0x78, 0x16, 0x60, 0x6c, 0x66, 0x5e, 0x1a, - 0x26, 0xd8, 0xf5, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x38, 0xf7, 0x90, 0xbe, 0xe7, 0x01, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/search_term_targeting_status.pb.go b/googleapis/ads/googleads/v0/enums/search_term_targeting_status.pb.go deleted file mode 100644 index 53eb702343..0000000000 --- a/googleapis/ads/googleads/v0/enums/search_term_targeting_status.pb.go +++ /dev/null @@ -1,128 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/search_term_targeting_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Indicates whether the search term is one of your targeted or excluded -// keywords. -type SearchTermTargetingStatusEnum_SearchTermTargetingStatus int32 - -const ( - // Not specified. - SearchTermTargetingStatusEnum_UNSPECIFIED SearchTermTargetingStatusEnum_SearchTermTargetingStatus = 0 - // Used for return value only. Represents value unknown in this version. - SearchTermTargetingStatusEnum_UNKNOWN SearchTermTargetingStatusEnum_SearchTermTargetingStatus = 1 - // Search term is added to targeted keywords. - SearchTermTargetingStatusEnum_ADDED SearchTermTargetingStatusEnum_SearchTermTargetingStatus = 2 - // Search term matches a negative keyword. - SearchTermTargetingStatusEnum_EXCLUDED SearchTermTargetingStatusEnum_SearchTermTargetingStatus = 3 - // Search term has been both added and excluded. - SearchTermTargetingStatusEnum_ADDED_EXCLUDED SearchTermTargetingStatusEnum_SearchTermTargetingStatus = 4 - // Search term is neither targeted nor excluded. - SearchTermTargetingStatusEnum_NONE SearchTermTargetingStatusEnum_SearchTermTargetingStatus = 5 -) - -var SearchTermTargetingStatusEnum_SearchTermTargetingStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ADDED", - 3: "EXCLUDED", - 4: "ADDED_EXCLUDED", - 5: "NONE", -} -var SearchTermTargetingStatusEnum_SearchTermTargetingStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ADDED": 2, - "EXCLUDED": 3, - "ADDED_EXCLUDED": 4, - "NONE": 5, -} - -func (x SearchTermTargetingStatusEnum_SearchTermTargetingStatus) String() string { - return proto.EnumName(SearchTermTargetingStatusEnum_SearchTermTargetingStatus_name, int32(x)) -} -func (SearchTermTargetingStatusEnum_SearchTermTargetingStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_search_term_targeting_status_747f19730ab60ee9, []int{0, 0} -} - -// Container for enum indicating whether a search term is one of your targeted -// or excluded keywords. -type SearchTermTargetingStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SearchTermTargetingStatusEnum) Reset() { *m = SearchTermTargetingStatusEnum{} } -func (m *SearchTermTargetingStatusEnum) String() string { return proto.CompactTextString(m) } -func (*SearchTermTargetingStatusEnum) ProtoMessage() {} -func (*SearchTermTargetingStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_search_term_targeting_status_747f19730ab60ee9, []int{0} -} -func (m *SearchTermTargetingStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SearchTermTargetingStatusEnum.Unmarshal(m, b) -} -func (m *SearchTermTargetingStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SearchTermTargetingStatusEnum.Marshal(b, m, deterministic) -} -func (dst *SearchTermTargetingStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_SearchTermTargetingStatusEnum.Merge(dst, src) -} -func (m *SearchTermTargetingStatusEnum) XXX_Size() int { - return xxx_messageInfo_SearchTermTargetingStatusEnum.Size(m) -} -func (m *SearchTermTargetingStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_SearchTermTargetingStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_SearchTermTargetingStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*SearchTermTargetingStatusEnum)(nil), "google.ads.googleads.v0.enums.SearchTermTargetingStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.SearchTermTargetingStatusEnum_SearchTermTargetingStatus", SearchTermTargetingStatusEnum_SearchTermTargetingStatus_name, SearchTermTargetingStatusEnum_SearchTermTargetingStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/search_term_targeting_status.proto", fileDescriptor_search_term_targeting_status_747f19730ab60ee9) -} - -var fileDescriptor_search_term_targeting_status_747f19730ab60ee9 = []byte{ - // 321 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x4f, 0x4e, 0xeb, 0x30, - 0x18, 0xc4, 0x5f, 0xd2, 0xf6, 0x51, 0x5c, 0x04, 0x91, 0x77, 0x2c, 0x8a, 0xd4, 0x1e, 0xc0, 0x89, - 0xc4, 0xce, 0x6c, 0x70, 0x1b, 0x53, 0x55, 0x20, 0xb7, 0x52, 0xff, 0x80, 0x50, 0xa4, 0xc8, 0x34, - 0x96, 0xa9, 0xd4, 0xc4, 0x95, 0xed, 0xf6, 0x1e, 0x5c, 0x81, 0x25, 0x47, 0xe1, 0x28, 0x6c, 0xb9, - 0x00, 0x8a, 0x43, 0xb3, 0x2b, 0x1b, 0x6b, 0xfc, 0xcd, 0xe7, 0x9f, 0xc6, 0x03, 0x6e, 0xa5, 0x52, - 0x72, 0x23, 0x42, 0x9e, 0x99, 0xb0, 0x92, 0xa5, 0xda, 0x47, 0xa1, 0x28, 0x76, 0xb9, 0x09, 0x8d, - 0xe0, 0x7a, 0xf5, 0x9a, 0x5a, 0xa1, 0xf3, 0xd4, 0x72, 0x2d, 0x85, 0x5d, 0x17, 0x32, 0x35, 0x96, - 0xdb, 0x9d, 0x41, 0x5b, 0xad, 0xac, 0x82, 0xdd, 0xea, 0x19, 0xe2, 0x99, 0x41, 0x35, 0x01, 0xed, - 0x23, 0xe4, 0x08, 0xfd, 0x37, 0x0f, 0x74, 0x67, 0x8e, 0x32, 0x17, 0x3a, 0x9f, 0x1f, 0x18, 0x33, - 0x87, 0xa0, 0xc5, 0x2e, 0xef, 0x6f, 0xc1, 0xe5, 0xd1, 0x05, 0x78, 0x01, 0x3a, 0x0b, 0x36, 0x9b, - 0xd2, 0xe1, 0xf8, 0x6e, 0x4c, 0xe3, 0xe0, 0x1f, 0xec, 0x80, 0x93, 0x05, 0xbb, 0x67, 0x93, 0x47, - 0x16, 0x78, 0xf0, 0x14, 0xb4, 0x48, 0x1c, 0xd3, 0x38, 0xf0, 0xe1, 0x19, 0x68, 0xd3, 0xa7, 0xe1, - 0xc3, 0xa2, 0xbc, 0x35, 0x20, 0x04, 0xe7, 0xce, 0x48, 0xeb, 0x59, 0x13, 0xb6, 0x41, 0x93, 0x4d, - 0x18, 0x0d, 0x5a, 0x83, 0x6f, 0x0f, 0xf4, 0x56, 0x2a, 0x47, 0x7f, 0x26, 0x1f, 0x5c, 0x1d, 0x4d, - 0x35, 0x2d, 0x3f, 0x3e, 0xf5, 0x9e, 0x07, 0xbf, 0x00, 0xa9, 0x36, 0xbc, 0x90, 0x48, 0x69, 0x19, - 0x4a, 0x51, 0xb8, 0x5a, 0x0e, 0x65, 0x6e, 0xd7, 0xe6, 0x48, 0xb7, 0x37, 0xee, 0x7c, 0xf7, 0x1b, - 0x23, 0x42, 0x3e, 0xfc, 0xee, 0xa8, 0x42, 0x91, 0xcc, 0xa0, 0x4a, 0x96, 0x6a, 0x19, 0xa1, 0xb2, - 0x22, 0xf3, 0x79, 0xf0, 0x13, 0x92, 0x99, 0xa4, 0xf6, 0x93, 0x65, 0x94, 0x38, 0xff, 0xcb, 0xef, - 0x55, 0x43, 0x8c, 0x49, 0x66, 0x30, 0xae, 0x37, 0x30, 0x5e, 0x46, 0x18, 0xbb, 0x9d, 0x97, 0xff, - 0x2e, 0xd8, 0xf5, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa0, 0x15, 0x39, 0xfd, 0xf3, 0x01, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/shared_set_status.pb.go b/googleapis/ads/googleads/v0/enums/shared_set_status.pb.go deleted file mode 100644 index b3789abc0e..0000000000 --- a/googleapis/ads/googleads/v0/enums/shared_set_status.pb.go +++ /dev/null @@ -1,115 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/shared_set_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum listing the possible shared set statuses. -type SharedSetStatusEnum_SharedSetStatus int32 - -const ( - // Not specified. - SharedSetStatusEnum_UNSPECIFIED SharedSetStatusEnum_SharedSetStatus = 0 - // Used for return value only. Represents value unknown in this version. - SharedSetStatusEnum_UNKNOWN SharedSetStatusEnum_SharedSetStatus = 1 - // The shared set is enabled. - SharedSetStatusEnum_ENABLED SharedSetStatusEnum_SharedSetStatus = 2 - // The shared set is removed and can no longer be used. - SharedSetStatusEnum_REMOVED SharedSetStatusEnum_SharedSetStatus = 3 -) - -var SharedSetStatusEnum_SharedSetStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ENABLED", - 3: "REMOVED", -} -var SharedSetStatusEnum_SharedSetStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ENABLED": 2, - "REMOVED": 3, -} - -func (x SharedSetStatusEnum_SharedSetStatus) String() string { - return proto.EnumName(SharedSetStatusEnum_SharedSetStatus_name, int32(x)) -} -func (SharedSetStatusEnum_SharedSetStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_shared_set_status_79bd099ca373c7ec, []int{0, 0} -} - -// Container for enum describing types of shared set statuses. -type SharedSetStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SharedSetStatusEnum) Reset() { *m = SharedSetStatusEnum{} } -func (m *SharedSetStatusEnum) String() string { return proto.CompactTextString(m) } -func (*SharedSetStatusEnum) ProtoMessage() {} -func (*SharedSetStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_status_79bd099ca373c7ec, []int{0} -} -func (m *SharedSetStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SharedSetStatusEnum.Unmarshal(m, b) -} -func (m *SharedSetStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SharedSetStatusEnum.Marshal(b, m, deterministic) -} -func (dst *SharedSetStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_SharedSetStatusEnum.Merge(dst, src) -} -func (m *SharedSetStatusEnum) XXX_Size() int { - return xxx_messageInfo_SharedSetStatusEnum.Size(m) -} -func (m *SharedSetStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_SharedSetStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_SharedSetStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*SharedSetStatusEnum)(nil), "google.ads.googleads.v0.enums.SharedSetStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.SharedSetStatusEnum_SharedSetStatus", SharedSetStatusEnum_SharedSetStatus_name, SharedSetStatusEnum_SharedSetStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/shared_set_status.proto", fileDescriptor_shared_set_status_79bd099ca373c7ec) -} - -var fileDescriptor_shared_set_status_79bd099ca373c7ec = []byte{ - // 285 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xd1, 0x4a, 0xc3, 0x30, - 0x14, 0xb5, 0x1d, 0x28, 0x64, 0x0f, 0x2b, 0xd5, 0xd7, 0x3d, 0x6c, 0x1f, 0x90, 0x16, 0xc4, 0x97, - 0xf8, 0x94, 0xda, 0x38, 0x8a, 0xda, 0x15, 0xcb, 0x2a, 0x48, 0x61, 0x56, 0x13, 0xa2, 0xb0, 0x36, - 0xa3, 0xb7, 0xdd, 0x07, 0xf9, 0xe8, 0xa7, 0xf8, 0x27, 0xfa, 0x15, 0x92, 0xc4, 0xf5, 0x61, 0xa0, - 0x2f, 0xe1, 0xdc, 0x7b, 0xce, 0xc9, 0x3d, 0xf7, 0xa2, 0x0b, 0xa9, 0x94, 0xdc, 0x88, 0xa0, 0xe2, - 0x10, 0x58, 0xa8, 0xd1, 0x2e, 0x0c, 0x44, 0xd3, 0xd7, 0x10, 0xc0, 0x6b, 0xd5, 0x0a, 0xbe, 0x06, - 0xd1, 0xad, 0xa1, 0xab, 0xba, 0x1e, 0xf0, 0xb6, 0x55, 0x9d, 0xf2, 0xa7, 0x56, 0x8b, 0x2b, 0x0e, - 0x78, 0xb0, 0xe1, 0x5d, 0x88, 0x8d, 0x6d, 0xfe, 0x84, 0x4e, 0x73, 0xe3, 0xcc, 0x45, 0x97, 0x1b, - 0x1f, 0x6b, 0xfa, 0x7a, 0x9e, 0xa0, 0xc9, 0x41, 0xdb, 0x9f, 0xa0, 0xf1, 0x2a, 0xcd, 0x33, 0x76, - 0x95, 0x5c, 0x27, 0x2c, 0xf6, 0x8e, 0xfc, 0x31, 0x3a, 0x59, 0xa5, 0x37, 0xe9, 0xf2, 0x21, 0xf5, - 0x1c, 0x5d, 0xb0, 0x94, 0x46, 0xb7, 0x2c, 0xf6, 0x5c, 0x5d, 0xdc, 0xb3, 0xbb, 0x65, 0xc1, 0x62, - 0x6f, 0x14, 0x7d, 0x39, 0x68, 0xf6, 0xa2, 0x6a, 0xfc, 0x6f, 0x8e, 0xe8, 0xec, 0x60, 0x5c, 0xa6, - 0xc3, 0x67, 0xce, 0x63, 0xf4, 0x6b, 0x93, 0x6a, 0x53, 0x35, 0x12, 0xab, 0x56, 0x06, 0x52, 0x34, - 0x66, 0xb5, 0xfd, 0x15, 0xb6, 0x6f, 0xf0, 0xc7, 0x51, 0x2e, 0xcd, 0xfb, 0xee, 0x8e, 0x16, 0x94, - 0x7e, 0xb8, 0xd3, 0x85, 0xfd, 0x8a, 0x72, 0xc0, 0x16, 0x6a, 0x54, 0x84, 0x58, 0x6f, 0x0c, 0x9f, - 0x7b, 0xbe, 0xa4, 0x1c, 0xca, 0x81, 0x2f, 0x8b, 0xb0, 0x34, 0xfc, 0xb7, 0x3b, 0xb3, 0x4d, 0x42, - 0x28, 0x07, 0x42, 0x06, 0x05, 0x21, 0x45, 0x48, 0x88, 0xd1, 0x3c, 0x1f, 0x9b, 0x60, 0xe7, 0x3f, - 0x01, 0x00, 0x00, 0xff, 0xff, 0x95, 0x7a, 0xe8, 0xa3, 0xac, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/shared_set_type.pb.go b/googleapis/ads/googleads/v0/enums/shared_set_type.pb.go deleted file mode 100644 index 0198fcfe67..0000000000 --- a/googleapis/ads/googleads/v0/enums/shared_set_type.pb.go +++ /dev/null @@ -1,116 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/shared_set_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum listing the possible shared set types. -type SharedSetTypeEnum_SharedSetType int32 - -const ( - // Not specified. - SharedSetTypeEnum_UNSPECIFIED SharedSetTypeEnum_SharedSetType = 0 - // Used for return value only. Represents value unknown in this version. - SharedSetTypeEnum_UNKNOWN SharedSetTypeEnum_SharedSetType = 1 - // A set of keywords that can be excluded from targeting. - SharedSetTypeEnum_NEGATIVE_KEYWORDS SharedSetTypeEnum_SharedSetType = 2 - // A set of placements that can be excluded from targeting. - SharedSetTypeEnum_NEGATIVE_PLACEMENTS SharedSetTypeEnum_SharedSetType = 3 -) - -var SharedSetTypeEnum_SharedSetType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "NEGATIVE_KEYWORDS", - 3: "NEGATIVE_PLACEMENTS", -} -var SharedSetTypeEnum_SharedSetType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "NEGATIVE_KEYWORDS": 2, - "NEGATIVE_PLACEMENTS": 3, -} - -func (x SharedSetTypeEnum_SharedSetType) String() string { - return proto.EnumName(SharedSetTypeEnum_SharedSetType_name, int32(x)) -} -func (SharedSetTypeEnum_SharedSetType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_shared_set_type_4d15a84cc49eb68f, []int{0, 0} -} - -// Container for enum describing types of shared sets. -type SharedSetTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SharedSetTypeEnum) Reset() { *m = SharedSetTypeEnum{} } -func (m *SharedSetTypeEnum) String() string { return proto.CompactTextString(m) } -func (*SharedSetTypeEnum) ProtoMessage() {} -func (*SharedSetTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_type_4d15a84cc49eb68f, []int{0} -} -func (m *SharedSetTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SharedSetTypeEnum.Unmarshal(m, b) -} -func (m *SharedSetTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SharedSetTypeEnum.Marshal(b, m, deterministic) -} -func (dst *SharedSetTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_SharedSetTypeEnum.Merge(dst, src) -} -func (m *SharedSetTypeEnum) XXX_Size() int { - return xxx_messageInfo_SharedSetTypeEnum.Size(m) -} -func (m *SharedSetTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_SharedSetTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_SharedSetTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*SharedSetTypeEnum)(nil), "google.ads.googleads.v0.enums.SharedSetTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.SharedSetTypeEnum_SharedSetType", SharedSetTypeEnum_SharedSetType_name, SharedSetTypeEnum_SharedSetType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/shared_set_type.proto", fileDescriptor_shared_set_type_4d15a84cc49eb68f) -} - -var fileDescriptor_shared_set_type_4d15a84cc49eb68f = []byte{ - // 302 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdf, 0x4a, 0xf3, 0x30, - 0x1c, 0xfd, 0xd6, 0xc1, 0x27, 0x64, 0x88, 0x5d, 0x44, 0xbc, 0xda, 0xc5, 0xf6, 0x00, 0x69, 0x61, - 0x77, 0xf1, 0x2a, 0xdb, 0xe2, 0x28, 0xd3, 0xac, 0xd8, 0xae, 0x43, 0xa9, 0x94, 0x6a, 0x42, 0x14, - 0xd6, 0xa6, 0x34, 0xdd, 0x60, 0xaf, 0xe3, 0xa5, 0x8f, 0xe2, 0x8b, 0x08, 0x3e, 0x85, 0x34, 0x75, - 0x85, 0x5d, 0xe8, 0x4d, 0x38, 0x9c, 0x3f, 0xe1, 0xfc, 0x0e, 0x18, 0x4b, 0xa5, 0xe4, 0x46, 0x38, - 0x29, 0xd7, 0x4e, 0x03, 0x6b, 0xb4, 0x73, 0x1d, 0x91, 0x6f, 0x33, 0xed, 0xe8, 0x97, 0xb4, 0x14, - 0x3c, 0xd1, 0xa2, 0x4a, 0xaa, 0x7d, 0x21, 0x50, 0x51, 0xaa, 0x4a, 0xc1, 0x41, 0xe3, 0x44, 0x29, - 0xd7, 0xa8, 0x0d, 0xa1, 0x9d, 0x8b, 0x4c, 0x68, 0x54, 0x82, 0x7e, 0x60, 0x72, 0x81, 0xa8, 0xc2, - 0x7d, 0x21, 0x68, 0xbe, 0xcd, 0x46, 0x8f, 0xe0, 0xf4, 0x88, 0x84, 0x67, 0xa0, 0xb7, 0x62, 0x81, - 0x4f, 0xa7, 0xde, 0xb5, 0x47, 0x67, 0xf6, 0x3f, 0xd8, 0x03, 0x27, 0x2b, 0xb6, 0x60, 0xcb, 0x35, - 0xb3, 0x3b, 0xf0, 0x02, 0xf4, 0x19, 0x9d, 0x93, 0xd0, 0x8b, 0x68, 0xb2, 0xa0, 0xf7, 0xeb, 0xe5, - 0xdd, 0x2c, 0xb0, 0x2d, 0x78, 0x09, 0xce, 0x5b, 0xda, 0xbf, 0x21, 0x53, 0x7a, 0x4b, 0x59, 0x18, - 0xd8, 0xdd, 0xc9, 0x67, 0x07, 0x0c, 0x9f, 0x55, 0x86, 0xfe, 0x6c, 0x36, 0x81, 0x47, 0x15, 0xfc, - 0xfa, 0x18, 0xbf, 0xf3, 0x30, 0xf9, 0x09, 0x49, 0xb5, 0x49, 0x73, 0x89, 0x54, 0x29, 0x1d, 0x29, - 0x72, 0x73, 0xea, 0x61, 0x93, 0xe2, 0x55, 0xff, 0x32, 0xd1, 0x95, 0x79, 0xdf, 0xac, 0xee, 0x9c, - 0x90, 0x77, 0x6b, 0x30, 0x6f, 0xbe, 0x22, 0x5c, 0xa3, 0x06, 0xd6, 0x28, 0x72, 0x51, 0xbd, 0x81, - 0xfe, 0x38, 0xe8, 0x31, 0xe1, 0x3a, 0x6e, 0xf5, 0x38, 0x72, 0x63, 0xa3, 0x7f, 0x59, 0xc3, 0x86, - 0xc4, 0x98, 0x70, 0x8d, 0x71, 0xeb, 0xc0, 0x38, 0x72, 0x31, 0x36, 0x9e, 0xa7, 0xff, 0xa6, 0xd8, - 0xf8, 0x3b, 0x00, 0x00, 0xff, 0xff, 0x2a, 0xd9, 0x2b, 0x38, 0xba, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/sitelink_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/sitelink_placeholder_field.pb.go deleted file mode 100644 index 05841c892c..0000000000 --- a/googleapis/ads/googleads/v0/enums/sitelink_placeholder_field.pb.go +++ /dev/null @@ -1,144 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/sitelink_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for Sitelink placeholder fields. -type SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField int32 - -const ( - // Not specified. - SitelinkPlaceholderFieldEnum_UNSPECIFIED SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - SitelinkPlaceholderFieldEnum_UNKNOWN SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 1 - // Data Type: STRING. The link text for your sitelink. - SitelinkPlaceholderFieldEnum_TEXT SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 2 - // Data Type: STRING. First line of the sitelink description. - SitelinkPlaceholderFieldEnum_LINE_1 SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 3 - // Data Type: STRING. Second line of the sitelink description. - SitelinkPlaceholderFieldEnum_LINE_2 SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 4 - // Data Type: URL_LIST. Final URLs for the sitelink when using Upgraded - // URLs. - SitelinkPlaceholderFieldEnum_FINAL_URLS SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 5 - // Data Type: URL_LIST. Final Mobile URLs for the sitelink when using - // Upgraded URLs. - SitelinkPlaceholderFieldEnum_FINAL_MOBILE_URLS SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 6 - // Data Type: URL. Tracking template for the sitelink when using Upgraded - // URLs. - SitelinkPlaceholderFieldEnum_TRACKING_URL SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 7 - // Data Type: STRING. Final URL suffix for sitelink when using parallel - // tracking. - SitelinkPlaceholderFieldEnum_FINAL_URL_SUFFIX SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField = 8 -) - -var SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "TEXT", - 3: "LINE_1", - 4: "LINE_2", - 5: "FINAL_URLS", - 6: "FINAL_MOBILE_URLS", - 7: "TRACKING_URL", - 8: "FINAL_URL_SUFFIX", -} -var SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "TEXT": 2, - "LINE_1": 3, - "LINE_2": 4, - "FINAL_URLS": 5, - "FINAL_MOBILE_URLS": 6, - "TRACKING_URL": 7, - "FINAL_URL_SUFFIX": 8, -} - -func (x SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField) String() string { - return proto.EnumName(SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField_name, int32(x)) -} -func (SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_sitelink_placeholder_field_f763cc5f53792be6, []int{0, 0} -} - -// Values for Sitelink placeholder fields. -type SitelinkPlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SitelinkPlaceholderFieldEnum) Reset() { *m = SitelinkPlaceholderFieldEnum{} } -func (m *SitelinkPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*SitelinkPlaceholderFieldEnum) ProtoMessage() {} -func (*SitelinkPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_sitelink_placeholder_field_f763cc5f53792be6, []int{0} -} -func (m *SitelinkPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SitelinkPlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *SitelinkPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SitelinkPlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *SitelinkPlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_SitelinkPlaceholderFieldEnum.Merge(dst, src) -} -func (m *SitelinkPlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_SitelinkPlaceholderFieldEnum.Size(m) -} -func (m *SitelinkPlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_SitelinkPlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_SitelinkPlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*SitelinkPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.SitelinkPlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField", SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField_name, SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/sitelink_placeholder_field.proto", fileDescriptor_sitelink_placeholder_field_f763cc5f53792be6) -} - -var fileDescriptor_sitelink_placeholder_field_f763cc5f53792be6 = []byte{ - // 357 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xcd, 0x6e, 0xaa, 0x40, - 0x14, 0xbe, 0xa0, 0x57, 0xcd, 0xf1, 0xe6, 0xde, 0xb9, 0x93, 0x36, 0xe9, 0xa2, 0x2e, 0xf4, 0x01, - 0x06, 0xda, 0xee, 0xa6, 0x49, 0x13, 0xb0, 0x60, 0x88, 0x14, 0x89, 0x88, 0x35, 0x0d, 0x09, 0xa1, - 0x42, 0x29, 0x29, 0x32, 0xc6, 0x51, 0x1f, 0xa8, 0xbb, 0xf6, 0x51, 0x7c, 0x94, 0x2e, 0xfb, 0x04, - 0x0d, 0xa0, 0x74, 0x65, 0x37, 0xe4, 0xe3, 0x7c, 0x3f, 0x99, 0xf3, 0x1d, 0xb8, 0x89, 0x19, 0x8b, - 0xd3, 0x48, 0x0a, 0x42, 0x2e, 0x95, 0x30, 0x47, 0x5b, 0x59, 0x8a, 0xb2, 0xcd, 0x82, 0x4b, 0x3c, - 0x59, 0x47, 0x69, 0x92, 0xbd, 0xf8, 0xcb, 0x34, 0x98, 0x47, 0xcf, 0x2c, 0x0d, 0xa3, 0x95, 0xff, - 0x94, 0x44, 0x69, 0x48, 0x96, 0x2b, 0xb6, 0x66, 0xb8, 0x53, 0x9a, 0x48, 0x10, 0x72, 0x52, 0xf9, - 0xc9, 0x56, 0x26, 0x85, 0xbf, 0xb7, 0x13, 0xe0, 0xdc, 0xd9, 0x67, 0xd8, 0xdf, 0x11, 0x7a, 0x9e, - 0xa0, 0x65, 0x9b, 0x45, 0xef, 0x4d, 0x80, 0xb3, 0x63, 0x02, 0xfc, 0x0f, 0xda, 0xae, 0xe5, 0xd8, - 0x5a, 0xdf, 0xd0, 0x0d, 0xed, 0x16, 0xfd, 0xc2, 0x6d, 0x68, 0xba, 0xd6, 0xd0, 0x1a, 0xdd, 0x5b, - 0x48, 0xc0, 0x2d, 0xa8, 0x4f, 0xb4, 0xd9, 0x04, 0x89, 0x18, 0xa0, 0x61, 0x1a, 0x96, 0xe6, 0x5f, - 0xa0, 0x5a, 0x85, 0x2f, 0x51, 0x1d, 0xff, 0x05, 0xd0, 0x0d, 0x4b, 0x31, 0x7d, 0x77, 0x6c, 0x3a, - 0xe8, 0x37, 0x3e, 0x85, 0xff, 0xe5, 0xff, 0xdd, 0x48, 0x35, 0x4c, 0xad, 0x1c, 0x37, 0x30, 0x82, - 0x3f, 0x93, 0xb1, 0xd2, 0x1f, 0x1a, 0xd6, 0x20, 0x1f, 0xa1, 0x26, 0x3e, 0x01, 0x54, 0x19, 0x7d, - 0xc7, 0xd5, 0x75, 0x63, 0x86, 0x5a, 0xea, 0xa7, 0x00, 0xdd, 0x39, 0x5b, 0x90, 0x1f, 0x57, 0x56, - 0x3b, 0xc7, 0xd6, 0xb1, 0xf3, 0xc2, 0x6c, 0xe1, 0x41, 0xdd, 0xfb, 0x63, 0x96, 0x06, 0x59, 0x4c, - 0xd8, 0x2a, 0x96, 0xe2, 0x28, 0x2b, 0xea, 0x3c, 0x9c, 0x60, 0x99, 0xf0, 0x23, 0x17, 0xb9, 0x2e, - 0xbe, 0xaf, 0x62, 0x6d, 0xa0, 0x28, 0xef, 0x62, 0x67, 0x50, 0x46, 0x29, 0x21, 0x27, 0x25, 0xcc, - 0xd1, 0x54, 0x26, 0x79, 0xb7, 0x7c, 0x77, 0xe0, 0x3d, 0x25, 0xe4, 0x5e, 0xc5, 0x7b, 0x53, 0xd9, - 0x2b, 0xf8, 0x0f, 0xb1, 0x5b, 0x0e, 0x29, 0x55, 0x42, 0x4e, 0x69, 0xa5, 0xa0, 0x74, 0x2a, 0x53, - 0x5a, 0x68, 0x1e, 0x1b, 0xc5, 0xc3, 0xae, 0xbe, 0x02, 0x00, 0x00, 0xff, 0xff, 0x37, 0x1b, 0xd9, - 0xbf, 0x29, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/slot.pb.go b/googleapis/ads/googleads/v0/enums/slot.pb.go deleted file mode 100644 index 9204c57a15..0000000000 --- a/googleapis/ads/googleads/v0/enums/slot.pb.go +++ /dev/null @@ -1,138 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/slot.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enumerates possible positions of the Ad. -type SlotEnum_Slot int32 - -const ( - // Not specified. - SlotEnum_UNSPECIFIED SlotEnum_Slot = 0 - // The value is unknown in this version. - SlotEnum_UNKNOWN SlotEnum_Slot = 1 - // Google search: Side. - SlotEnum_SEARCH_SIDE SlotEnum_Slot = 2 - // Google search: Top. - SlotEnum_SEARCH_TOP SlotEnum_Slot = 3 - // Google search: Other. - SlotEnum_SEARCH_OTHER SlotEnum_Slot = 4 - // Google Display Network. - SlotEnum_CONTENT SlotEnum_Slot = 5 - // Search partners: Top. - SlotEnum_SEARCH_PARTNER_TOP SlotEnum_Slot = 6 - // Search partners: Other. - SlotEnum_SEARCH_PARTNER_OTHER SlotEnum_Slot = 7 - // Cross-network. - SlotEnum_MIXED SlotEnum_Slot = 8 -) - -var SlotEnum_Slot_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "SEARCH_SIDE", - 3: "SEARCH_TOP", - 4: "SEARCH_OTHER", - 5: "CONTENT", - 6: "SEARCH_PARTNER_TOP", - 7: "SEARCH_PARTNER_OTHER", - 8: "MIXED", -} -var SlotEnum_Slot_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "SEARCH_SIDE": 2, - "SEARCH_TOP": 3, - "SEARCH_OTHER": 4, - "CONTENT": 5, - "SEARCH_PARTNER_TOP": 6, - "SEARCH_PARTNER_OTHER": 7, - "MIXED": 8, -} - -func (x SlotEnum_Slot) String() string { - return proto.EnumName(SlotEnum_Slot_name, int32(x)) -} -func (SlotEnum_Slot) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_slot_140eee701bab0100, []int{0, 0} -} - -// Container for enumeration of possible positions of the Ad. -type SlotEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SlotEnum) Reset() { *m = SlotEnum{} } -func (m *SlotEnum) String() string { return proto.CompactTextString(m) } -func (*SlotEnum) ProtoMessage() {} -func (*SlotEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_slot_140eee701bab0100, []int{0} -} -func (m *SlotEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SlotEnum.Unmarshal(m, b) -} -func (m *SlotEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SlotEnum.Marshal(b, m, deterministic) -} -func (dst *SlotEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_SlotEnum.Merge(dst, src) -} -func (m *SlotEnum) XXX_Size() int { - return xxx_messageInfo_SlotEnum.Size(m) -} -func (m *SlotEnum) XXX_DiscardUnknown() { - xxx_messageInfo_SlotEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_SlotEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*SlotEnum)(nil), "google.ads.googleads.v0.enums.SlotEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.SlotEnum_Slot", SlotEnum_Slot_name, SlotEnum_Slot_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/slot.proto", fileDescriptor_slot_140eee701bab0100) -} - -var fileDescriptor_slot_140eee701bab0100 = []byte{ - // 330 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x4a, 0xf3, 0x40, - 0x14, 0xc5, 0xbf, 0xa4, 0xff, 0xa7, 0x1f, 0x3a, 0x0c, 0x22, 0x6e, 0xba, 0x68, 0x57, 0xae, 0x26, - 0x01, 0x77, 0xe3, 0x6a, 0xda, 0x8e, 0x6d, 0x10, 0x27, 0x21, 0x49, 0xab, 0x48, 0x40, 0xaa, 0x29, - 0x41, 0x48, 0x33, 0xa5, 0xd3, 0xf6, 0x7d, 0x74, 0xe9, 0xc2, 0x07, 0xf1, 0x21, 0x7c, 0x00, 0x9f, - 0x42, 0x66, 0x26, 0xcd, 0x42, 0xd0, 0x4d, 0x38, 0xf7, 0xfe, 0xce, 0x09, 0x73, 0x0f, 0x38, 0xcf, - 0x84, 0xc8, 0xf2, 0xa5, 0xb3, 0x48, 0xa5, 0x63, 0xa4, 0x52, 0x7b, 0xd7, 0x59, 0x16, 0xbb, 0x95, - 0x74, 0x64, 0x2e, 0xb6, 0x78, 0xbd, 0x11, 0x5b, 0x81, 0x7a, 0x06, 0xe3, 0x45, 0x2a, 0x71, 0xe5, - 0xc4, 0x7b, 0x17, 0x6b, 0xe7, 0xe0, 0xdd, 0x02, 0xed, 0x28, 0x17, 0x5b, 0x56, 0xec, 0x56, 0x83, - 0x17, 0x0b, 0xd4, 0xd5, 0x80, 0x8e, 0x41, 0x77, 0xc6, 0xa3, 0x80, 0x8d, 0xbc, 0x2b, 0x8f, 0x8d, - 0xe1, 0x3f, 0xd4, 0x05, 0xad, 0x19, 0xbf, 0xe6, 0xfe, 0x2d, 0x87, 0x96, 0xa2, 0x11, 0xa3, 0xe1, - 0x68, 0xfa, 0x10, 0x79, 0x63, 0x06, 0x6d, 0x74, 0x04, 0x40, 0xb9, 0x88, 0xfd, 0x00, 0xd6, 0x10, - 0x04, 0xff, 0xcb, 0xd9, 0x8f, 0xa7, 0x2c, 0x84, 0x75, 0x95, 0x1f, 0xf9, 0x3c, 0x66, 0x3c, 0x86, - 0x0d, 0x74, 0x0a, 0x50, 0x89, 0x03, 0x1a, 0xc6, 0x9c, 0x85, 0x3a, 0xd6, 0x44, 0x67, 0xe0, 0xe4, - 0xc7, 0xde, 0xc4, 0x5b, 0xa8, 0x03, 0x1a, 0x37, 0xde, 0x1d, 0x1b, 0xc3, 0xf6, 0xf0, 0xd3, 0x02, - 0xfd, 0x27, 0xb1, 0xc2, 0x7f, 0x9e, 0x35, 0xec, 0xa8, 0x33, 0x02, 0x55, 0x40, 0x60, 0xdd, 0x0f, - 0x4b, 0x6f, 0x26, 0xf2, 0x45, 0x91, 0x61, 0xb1, 0xc9, 0x9c, 0x6c, 0x59, 0xe8, 0x7a, 0x0e, 0xe5, - 0xad, 0x9f, 0xe5, 0x2f, 0x5d, 0x5e, 0xea, 0xef, 0xab, 0x5d, 0x9b, 0x50, 0xfa, 0x66, 0xf7, 0x26, - 0xe6, 0x57, 0x34, 0x95, 0xd8, 0x48, 0xa5, 0xe6, 0x2e, 0x56, 0xfd, 0xc9, 0x8f, 0x03, 0x4f, 0x68, - 0x2a, 0x93, 0x8a, 0x27, 0x73, 0x37, 0xd1, 0xfc, 0xcb, 0xee, 0x9b, 0x25, 0x21, 0x34, 0x95, 0x84, - 0x54, 0x0e, 0x42, 0xe6, 0x2e, 0x21, 0xda, 0xf3, 0xd8, 0xd4, 0x0f, 0xbb, 0xf8, 0x0e, 0x00, 0x00, - 0xff, 0xff, 0xa3, 0x0f, 0xcd, 0x52, 0xe3, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/spending_limit_type.pb.go b/googleapis/ads/googleads/v0/enums/spending_limit_type.pb.go deleted file mode 100644 index 63db07d8f9..0000000000 --- a/googleapis/ads/googleads/v0/enums/spending_limit_type.pb.go +++ /dev/null @@ -1,112 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/spending_limit_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible spending limit types used by certain resources as an -// alternative to absolute money values in micros. -type SpendingLimitTypeEnum_SpendingLimitType int32 - -const ( - // Not specified. - SpendingLimitTypeEnum_UNSPECIFIED SpendingLimitTypeEnum_SpendingLimitType = 0 - // Used for return value only. Represents value unknown in this version. - SpendingLimitTypeEnum_UNKNOWN SpendingLimitTypeEnum_SpendingLimitType = 1 - // Infinite, indicates unlimited spending power. - SpendingLimitTypeEnum_INFINITE SpendingLimitTypeEnum_SpendingLimitType = 2 -) - -var SpendingLimitTypeEnum_SpendingLimitType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "INFINITE", -} -var SpendingLimitTypeEnum_SpendingLimitType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "INFINITE": 2, -} - -func (x SpendingLimitTypeEnum_SpendingLimitType) String() string { - return proto.EnumName(SpendingLimitTypeEnum_SpendingLimitType_name, int32(x)) -} -func (SpendingLimitTypeEnum_SpendingLimitType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_spending_limit_type_0a93832e8e47678c, []int{0, 0} -} - -// Message describing spending limit types. -type SpendingLimitTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SpendingLimitTypeEnum) Reset() { *m = SpendingLimitTypeEnum{} } -func (m *SpendingLimitTypeEnum) String() string { return proto.CompactTextString(m) } -func (*SpendingLimitTypeEnum) ProtoMessage() {} -func (*SpendingLimitTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_spending_limit_type_0a93832e8e47678c, []int{0} -} -func (m *SpendingLimitTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SpendingLimitTypeEnum.Unmarshal(m, b) -} -func (m *SpendingLimitTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SpendingLimitTypeEnum.Marshal(b, m, deterministic) -} -func (dst *SpendingLimitTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_SpendingLimitTypeEnum.Merge(dst, src) -} -func (m *SpendingLimitTypeEnum) XXX_Size() int { - return xxx_messageInfo_SpendingLimitTypeEnum.Size(m) -} -func (m *SpendingLimitTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_SpendingLimitTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_SpendingLimitTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*SpendingLimitTypeEnum)(nil), "google.ads.googleads.v0.enums.SpendingLimitTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.SpendingLimitTypeEnum_SpendingLimitType", SpendingLimitTypeEnum_SpendingLimitType_name, SpendingLimitTypeEnum_SpendingLimitType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/spending_limit_type.proto", fileDescriptor_spending_limit_type_0a93832e8e47678c) -} - -var fileDescriptor_spending_limit_type_0a93832e8e47678c = []byte{ - // 281 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4f, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0xe2, 0x82, 0xd4, 0xbc, 0x94, 0xcc, 0xbc, 0xf4, 0xf8, 0x9c, 0xcc, 0xdc, - 0xcc, 0x92, 0xf8, 0x92, 0xca, 0x82, 0x54, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, - 0x6a, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x46, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x46, 0xa5, 0x08, - 0x2e, 0xd1, 0x60, 0xa8, 0x5e, 0x1f, 0x90, 0xd6, 0x90, 0xca, 0x82, 0x54, 0xd7, 0xbc, 0xd2, 0x5c, - 0x25, 0x7b, 0x2e, 0x41, 0x0c, 0x09, 0x21, 0x7e, 0x2e, 0xee, 0x50, 0xbf, 0xe0, 0x00, 0x57, 0x67, - 0x4f, 0x37, 0x4f, 0x57, 0x17, 0x01, 0x06, 0x21, 0x6e, 0x2e, 0xf6, 0x50, 0x3f, 0x6f, 0x3f, 0xff, - 0x70, 0x3f, 0x01, 0x46, 0x21, 0x1e, 0x2e, 0x0e, 0x4f, 0x3f, 0x37, 0x4f, 0x3f, 0xcf, 0x10, 0x57, - 0x01, 0x26, 0xa7, 0xd7, 0x8c, 0x5c, 0x8a, 0xc9, 0xf9, 0xb9, 0x7a, 0x78, 0xed, 0x77, 0x12, 0xc3, - 0xb0, 0x24, 0x00, 0xe4, 0xec, 0x00, 0xc6, 0x28, 0x27, 0xa8, 0xc6, 0xf4, 0xfc, 0x9c, 0xc4, 0xbc, - 0x74, 0xbd, 0xfc, 0xa2, 0x74, 0xfd, 0xf4, 0xd4, 0x3c, 0xb0, 0xa7, 0x60, 0x21, 0x50, 0x90, 0x59, - 0x8c, 0x23, 0x40, 0xac, 0xc1, 0xe4, 0x22, 0x26, 0x66, 0x77, 0x47, 0xc7, 0x55, 0x4c, 0xb2, 0xee, - 0x10, 0xa3, 0x1c, 0x53, 0x8a, 0xf5, 0x20, 0x4c, 0x10, 0x2b, 0xcc, 0x40, 0x0f, 0xe4, 0xd3, 0xe2, - 0x53, 0x30, 0xf9, 0x18, 0xc7, 0x94, 0xe2, 0x18, 0xb8, 0x7c, 0x4c, 0x98, 0x41, 0x0c, 0x58, 0xfe, - 0x15, 0x93, 0x22, 0x44, 0xd0, 0xca, 0xca, 0x31, 0xa5, 0xd8, 0xca, 0x0a, 0xae, 0xc2, 0xca, 0x2a, - 0xcc, 0xc0, 0xca, 0x0a, 0xac, 0x26, 0x89, 0x0d, 0xec, 0x30, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, - 0xff, 0x32, 0xe8, 0x65, 0x0d, 0xa8, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/structured_snippet_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/structured_snippet_placeholder_field.pb.go deleted file mode 100644 index f7c64d87f8..0000000000 --- a/googleapis/ads/googleads/v0/enums/structured_snippet_placeholder_field.pb.go +++ /dev/null @@ -1,123 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/structured_snippet_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for Structured Snippet placeholder fields. -type StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField int32 - -const ( - // Not specified. - StructuredSnippetPlaceholderFieldEnum_UNSPECIFIED StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - StructuredSnippetPlaceholderFieldEnum_UNKNOWN StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField = 1 - // Data Type: STRING. The category of snippet of your products/services. - // Must match one of the predefined structured snippets headers exactly. - // See - // https://developers.google.com/adwords/api - // /docs/appendix/structured-snippet-headers - StructuredSnippetPlaceholderFieldEnum_HEADER StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField = 2 - // Data Type: STRING_LIST. Text values that describe your products/services. - // All text must be family safe. Special or non-ASCII characters are not - // permitted. A snippet can be at most 25 characters. - StructuredSnippetPlaceholderFieldEnum_SNIPPETS StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField = 3 -) - -var StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "HEADER", - 3: "SNIPPETS", -} -var StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "HEADER": 2, - "SNIPPETS": 3, -} - -func (x StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField) String() string { - return proto.EnumName(StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField_name, int32(x)) -} -func (StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_structured_snippet_placeholder_field_60af2f9ee8f0500c, []int{0, 0} -} - -// Values for Structured Snippet placeholder fields. -type StructuredSnippetPlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *StructuredSnippetPlaceholderFieldEnum) Reset() { *m = StructuredSnippetPlaceholderFieldEnum{} } -func (m *StructuredSnippetPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*StructuredSnippetPlaceholderFieldEnum) ProtoMessage() {} -func (*StructuredSnippetPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_structured_snippet_placeholder_field_60af2f9ee8f0500c, []int{0} -} -func (m *StructuredSnippetPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_StructuredSnippetPlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *StructuredSnippetPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_StructuredSnippetPlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *StructuredSnippetPlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_StructuredSnippetPlaceholderFieldEnum.Merge(dst, src) -} -func (m *StructuredSnippetPlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_StructuredSnippetPlaceholderFieldEnum.Size(m) -} -func (m *StructuredSnippetPlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_StructuredSnippetPlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_StructuredSnippetPlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*StructuredSnippetPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.StructuredSnippetPlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField", StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField_name, StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/structured_snippet_placeholder_field.proto", fileDescriptor_structured_snippet_placeholder_field_60af2f9ee8f0500c) -} - -var fileDescriptor_structured_snippet_placeholder_field_60af2f9ee8f0500c = []byte{ - // 311 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xdf, 0x4a, 0xf3, 0x30, - 0x00, 0xc5, 0xbf, 0x76, 0xb0, 0x4f, 0x32, 0xc1, 0xd2, 0xfb, 0x5d, 0x6c, 0xa0, 0x97, 0x69, 0xc1, - 0xbb, 0x78, 0x95, 0xb9, 0xec, 0x0f, 0x42, 0x0d, 0xd6, 0x4d, 0xd0, 0x42, 0xa9, 0x4d, 0x8c, 0x85, - 0xb6, 0x29, 0x4d, 0xbb, 0x27, 0xf0, 0x49, 0xbc, 0xf4, 0x51, 0x7c, 0x14, 0x5f, 0xc1, 0x1b, 0x69, - 0xe2, 0xea, 0x95, 0xee, 0x26, 0x1c, 0x72, 0x4e, 0x7e, 0x9c, 0x1c, 0xb0, 0x12, 0x52, 0x8a, 0x9c, - 0x7b, 0x09, 0x53, 0x9e, 0x91, 0x9d, 0xda, 0xf9, 0x1e, 0x2f, 0xdb, 0x42, 0x79, 0xaa, 0xa9, 0xdb, - 0xb4, 0x69, 0x6b, 0xce, 0x62, 0x55, 0x66, 0x55, 0xc5, 0x9b, 0xb8, 0xca, 0x93, 0x94, 0x3f, 0xcb, - 0x9c, 0xf1, 0x3a, 0x7e, 0xca, 0x78, 0xce, 0x60, 0x55, 0xcb, 0x46, 0xba, 0x63, 0xf3, 0x1c, 0x26, - 0x4c, 0xc1, 0x9e, 0x04, 0x77, 0x3e, 0xd4, 0xa4, 0xe9, 0x8b, 0x05, 0x4e, 0xc3, 0x9e, 0x16, 0x1a, - 0x18, 0xfd, 0x61, 0x2d, 0x3a, 0x14, 0x29, 0xdb, 0x62, 0xfa, 0x00, 0x26, 0x07, 0x83, 0xee, 0x09, - 0x18, 0x6d, 0x82, 0x90, 0x92, 0xcb, 0xf5, 0x62, 0x4d, 0xe6, 0xce, 0x3f, 0x77, 0x04, 0xfe, 0x6f, - 0x82, 0xab, 0xe0, 0xfa, 0x2e, 0x70, 0x2c, 0x17, 0x80, 0xe1, 0x8a, 0xe0, 0x39, 0xb9, 0x71, 0x6c, - 0xf7, 0x18, 0x1c, 0x85, 0xc1, 0x9a, 0x52, 0x72, 0x1b, 0x3a, 0x83, 0xd9, 0xa7, 0x05, 0x26, 0xa9, - 0x2c, 0xe0, 0x9f, 0x65, 0x67, 0x67, 0x07, 0x0b, 0xd0, 0xee, 0xcf, 0xd4, 0xba, 0x9f, 0x7d, 0x83, - 0x84, 0xcc, 0x93, 0x52, 0x40, 0x59, 0x0b, 0x4f, 0xf0, 0x52, 0x2f, 0xb2, 0xdf, 0xb3, 0xca, 0xd4, - 0x2f, 0xf3, 0x5e, 0xe8, 0xf3, 0xd5, 0x1e, 0x2c, 0x31, 0x7e, 0xb3, 0xc7, 0x4b, 0x83, 0xc2, 0x4c, - 0x41, 0x23, 0x3b, 0xb5, 0xf5, 0x61, 0xb7, 0x8a, 0x7a, 0xdf, 0xfb, 0x11, 0x66, 0x2a, 0xea, 0xfd, - 0x68, 0xeb, 0x47, 0xda, 0xff, 0xb0, 0x27, 0xe6, 0x12, 0x21, 0xcc, 0x14, 0x42, 0x7d, 0x02, 0xa1, - 0xad, 0x8f, 0x90, 0xce, 0x3c, 0x0e, 0x75, 0xb1, 0xf3, 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x53, - 0xb8, 0x56, 0xc3, 0xf6, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/target_cpa_opt_in_recommendation_goal.pb.go b/googleapis/ads/googleads/v0/enums/target_cpa_opt_in_recommendation_goal.pb.go deleted file mode 100644 index ddb8fd0d2d..0000000000 --- a/googleapis/ads/googleads/v0/enums/target_cpa_opt_in_recommendation_goal.pb.go +++ /dev/null @@ -1,128 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/target_cpa_opt_in_recommendation_goal.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Goal of TargetCpaOptIn recommendation. -type TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal int32 - -const ( - // Not specified. - TargetCpaOptInRecommendationGoalEnum_UNSPECIFIED TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 0 - // Used for return value only. Represents value unknown in this version. - TargetCpaOptInRecommendationGoalEnum_UNKNOWN TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 1 - // Recommendation to set Target CPA to maintain the same cost. - TargetCpaOptInRecommendationGoalEnum_SAME_COST TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 2 - // Recommendation to set Target CPA to maintain the same conversions. - TargetCpaOptInRecommendationGoalEnum_SAME_CONVERSIONS TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 3 - // Recommendation to set Target CPA to maintain the same CPA. - TargetCpaOptInRecommendationGoalEnum_SAME_CPA TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 4 - // Recommendation to set Target CPA to a value that is as close as possible - // to, yet lower than, the actual CPA (computed for past 28 days). - TargetCpaOptInRecommendationGoalEnum_CLOSEST_CPA TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal = 5 -) - -var TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "SAME_COST", - 3: "SAME_CONVERSIONS", - 4: "SAME_CPA", - 5: "CLOSEST_CPA", -} -var TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "SAME_COST": 2, - "SAME_CONVERSIONS": 3, - "SAME_CPA": 4, - "CLOSEST_CPA": 5, -} - -func (x TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal) String() string { - return proto.EnumName(TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal_name, int32(x)) -} -func (TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_target_cpa_opt_in_recommendation_goal_e7256527cb64c6cc, []int{0, 0} -} - -// Container for enum describing goals for TargetCpaOptIn recommendation. -type TargetCpaOptInRecommendationGoalEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TargetCpaOptInRecommendationGoalEnum) Reset() { *m = TargetCpaOptInRecommendationGoalEnum{} } -func (m *TargetCpaOptInRecommendationGoalEnum) String() string { return proto.CompactTextString(m) } -func (*TargetCpaOptInRecommendationGoalEnum) ProtoMessage() {} -func (*TargetCpaOptInRecommendationGoalEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_target_cpa_opt_in_recommendation_goal_e7256527cb64c6cc, []int{0} -} -func (m *TargetCpaOptInRecommendationGoalEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TargetCpaOptInRecommendationGoalEnum.Unmarshal(m, b) -} -func (m *TargetCpaOptInRecommendationGoalEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TargetCpaOptInRecommendationGoalEnum.Marshal(b, m, deterministic) -} -func (dst *TargetCpaOptInRecommendationGoalEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_TargetCpaOptInRecommendationGoalEnum.Merge(dst, src) -} -func (m *TargetCpaOptInRecommendationGoalEnum) XXX_Size() int { - return xxx_messageInfo_TargetCpaOptInRecommendationGoalEnum.Size(m) -} -func (m *TargetCpaOptInRecommendationGoalEnum) XXX_DiscardUnknown() { - xxx_messageInfo_TargetCpaOptInRecommendationGoalEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_TargetCpaOptInRecommendationGoalEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*TargetCpaOptInRecommendationGoalEnum)(nil), "google.ads.googleads.v0.enums.TargetCpaOptInRecommendationGoalEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal", TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal_name, TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/target_cpa_opt_in_recommendation_goal.proto", fileDescriptor_target_cpa_opt_in_recommendation_goal_e7256527cb64c6cc) -} - -var fileDescriptor_target_cpa_opt_in_recommendation_goal_e7256527cb64c6cc = []byte{ - // 343 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xdf, 0x4a, 0xfb, 0x30, - 0x1c, 0xc5, 0x7f, 0xed, 0x7e, 0xfe, 0xcb, 0x14, 0x4b, 0xf1, 0x76, 0xe0, 0x86, 0xde, 0xa6, 0x05, - 0xef, 0xe2, 0x55, 0x56, 0xeb, 0x28, 0x6a, 0x5b, 0x96, 0xad, 0x82, 0x14, 0x4a, 0x5c, 0x4b, 0x18, - 0xb4, 0x49, 0x69, 0xba, 0x3d, 0x81, 0x4f, 0xe2, 0xa5, 0xe0, 0x8b, 0xf8, 0x28, 0x3e, 0x82, 0x57, - 0xd2, 0x74, 0x2b, 0x78, 0xa1, 0xbb, 0x29, 0xa7, 0xdf, 0x73, 0xf2, 0xe1, 0x9b, 0x13, 0xe0, 0x31, - 0x21, 0x58, 0x9e, 0x59, 0x34, 0x95, 0x56, 0x2b, 0x1b, 0xb5, 0xb6, 0xad, 0x8c, 0xaf, 0x0a, 0x69, - 0xd5, 0xb4, 0x62, 0x59, 0x9d, 0x2c, 0x4a, 0x9a, 0x88, 0xb2, 0x4e, 0x96, 0x3c, 0xa9, 0xb2, 0x85, - 0x28, 0x8a, 0x8c, 0xa7, 0xb4, 0x5e, 0x0a, 0x9e, 0x30, 0x41, 0x73, 0x58, 0x56, 0xa2, 0x16, 0xe6, - 0xa0, 0x3d, 0x0f, 0x69, 0x2a, 0x61, 0x87, 0x82, 0x6b, 0x1b, 0x2a, 0xd4, 0xe8, 0x5d, 0x03, 0x17, - 0x33, 0x85, 0x73, 0x4a, 0x1a, 0x94, 0xb5, 0xc7, 0xa7, 0x3f, 0x50, 0x13, 0x41, 0x73, 0x97, 0xaf, - 0x8a, 0xd1, 0x8b, 0x06, 0xce, 0x77, 0x05, 0xcd, 0x53, 0xd0, 0x9f, 0xfb, 0x24, 0x74, 0x1d, 0xef, - 0xd6, 0x73, 0x6f, 0x8c, 0x7f, 0x66, 0x1f, 0x1c, 0xcc, 0xfd, 0x3b, 0x3f, 0x78, 0xf4, 0x0d, 0xcd, - 0x3c, 0x01, 0x47, 0x04, 0x3f, 0xb8, 0x89, 0x13, 0x90, 0x99, 0xa1, 0x9b, 0x67, 0xc0, 0xd8, 0xfc, - 0xfa, 0x91, 0x3b, 0x25, 0x5e, 0xe0, 0x13, 0xa3, 0x67, 0x1e, 0x83, 0xc3, 0x76, 0x1a, 0x62, 0xe3, - 0x7f, 0x03, 0x74, 0xee, 0x03, 0xe2, 0x92, 0x99, 0x1a, 0xec, 0x8d, 0xbf, 0x34, 0x30, 0x5c, 0x88, - 0x02, 0xfe, 0x79, 0xab, 0xf1, 0xe5, 0xae, 0x4d, 0xc3, 0xa6, 0x9b, 0x50, 0x7b, 0x1a, 0x6f, 0x38, - 0x4c, 0xe4, 0x94, 0x33, 0x28, 0x2a, 0x66, 0xb1, 0x8c, 0xab, 0xe6, 0xb6, 0xc5, 0x97, 0x4b, 0xf9, - 0xcb, 0x3b, 0x5c, 0xab, 0xef, 0xab, 0xde, 0x9b, 0x60, 0xfc, 0xa6, 0x0f, 0x26, 0x2d, 0x0a, 0xa7, - 0x12, 0xb6, 0xb2, 0x51, 0x91, 0x0d, 0x9b, 0xfa, 0xe4, 0xc7, 0xd6, 0x8f, 0x71, 0x2a, 0xe3, 0xce, - 0x8f, 0x23, 0x3b, 0x56, 0xfe, 0xa7, 0x3e, 0x6c, 0x87, 0x08, 0xe1, 0x54, 0x22, 0xd4, 0x25, 0x10, - 0x8a, 0x6c, 0x84, 0x54, 0xe6, 0x79, 0x5f, 0x2d, 0x76, 0xf5, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x7f, - 0xe9, 0xa5, 0xdd, 0x1f, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/targeting_dimension.pb.go b/googleapis/ads/googleads/v0/enums/targeting_dimension.pb.go deleted file mode 100644 index 38eefb1299..0000000000 --- a/googleapis/ads/googleads/v0/enums/targeting_dimension.pb.go +++ /dev/null @@ -1,150 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/targeting_dimension.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible targeting dimensions. -type TargetingDimensionEnum_TargetingDimension int32 - -const ( - // Not specified. - TargetingDimensionEnum_UNSPECIFIED TargetingDimensionEnum_TargetingDimension = 0 - // Used for return value only. Represents value unknown in this version. - TargetingDimensionEnum_UNKNOWN TargetingDimensionEnum_TargetingDimension = 1 - // Keyword criteria, e.g. 'mars cruise'. KEYWORD may be used as a custom bid - // dimension. Keywords are always a targeting dimension, so may not be set - // as a target "ALL" dimension with TargetRestriction. - TargetingDimensionEnum_KEYWORD TargetingDimensionEnum_TargetingDimension = 2 - // Audience criteria, which include user list, user interest, custom - // affinity, and custom in market. - TargetingDimensionEnum_AUDIENCE TargetingDimensionEnum_TargetingDimension = 3 - // Topic criteria for targeting categories of content, e.g. - // 'category::Animals>Pets' Used for Display and Video targeting. - TargetingDimensionEnum_TOPIC TargetingDimensionEnum_TargetingDimension = 4 - // Criteria for targeting gender. - TargetingDimensionEnum_GENDER TargetingDimensionEnum_TargetingDimension = 5 - // Criteria for targeting age ranges. - TargetingDimensionEnum_AGE_RANGE TargetingDimensionEnum_TargetingDimension = 6 - // Placement criteria, which include websites like 'www.flowers4sale.com', - // as well as mobile applications, mobile app categories, YouTube videos, - // and YouTube channels. - TargetingDimensionEnum_PLACEMENT TargetingDimensionEnum_TargetingDimension = 7 - // Criteria for parental status targeting. - TargetingDimensionEnum_PARENTAL_STATUS TargetingDimensionEnum_TargetingDimension = 8 - // Criteria for income range targeting. - TargetingDimensionEnum_INCOME_RANGE TargetingDimensionEnum_TargetingDimension = 9 -) - -var TargetingDimensionEnum_TargetingDimension_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "KEYWORD", - 3: "AUDIENCE", - 4: "TOPIC", - 5: "GENDER", - 6: "AGE_RANGE", - 7: "PLACEMENT", - 8: "PARENTAL_STATUS", - 9: "INCOME_RANGE", -} -var TargetingDimensionEnum_TargetingDimension_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "KEYWORD": 2, - "AUDIENCE": 3, - "TOPIC": 4, - "GENDER": 5, - "AGE_RANGE": 6, - "PLACEMENT": 7, - "PARENTAL_STATUS": 8, - "INCOME_RANGE": 9, -} - -func (x TargetingDimensionEnum_TargetingDimension) String() string { - return proto.EnumName(TargetingDimensionEnum_TargetingDimension_name, int32(x)) -} -func (TargetingDimensionEnum_TargetingDimension) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_targeting_dimension_3b67b34dff202465, []int{0, 0} -} - -// The dimensions that can be targeted. -type TargetingDimensionEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TargetingDimensionEnum) Reset() { *m = TargetingDimensionEnum{} } -func (m *TargetingDimensionEnum) String() string { return proto.CompactTextString(m) } -func (*TargetingDimensionEnum) ProtoMessage() {} -func (*TargetingDimensionEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_targeting_dimension_3b67b34dff202465, []int{0} -} -func (m *TargetingDimensionEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TargetingDimensionEnum.Unmarshal(m, b) -} -func (m *TargetingDimensionEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TargetingDimensionEnum.Marshal(b, m, deterministic) -} -func (dst *TargetingDimensionEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_TargetingDimensionEnum.Merge(dst, src) -} -func (m *TargetingDimensionEnum) XXX_Size() int { - return xxx_messageInfo_TargetingDimensionEnum.Size(m) -} -func (m *TargetingDimensionEnum) XXX_DiscardUnknown() { - xxx_messageInfo_TargetingDimensionEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_TargetingDimensionEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*TargetingDimensionEnum)(nil), "google.ads.googleads.v0.enums.TargetingDimensionEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.TargetingDimensionEnum_TargetingDimension", TargetingDimensionEnum_TargetingDimension_name, TargetingDimensionEnum_TargetingDimension_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/targeting_dimension.proto", fileDescriptor_targeting_dimension_3b67b34dff202465) -} - -var fileDescriptor_targeting_dimension_3b67b34dff202465 = []byte{ - // 361 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x4f, 0x8a, 0xdb, 0x30, - 0x18, 0xc5, 0x6b, 0xa7, 0xf9, 0xa7, 0xa4, 0x44, 0xa8, 0xd0, 0xae, 0xb2, 0x48, 0x0e, 0x20, 0x1b, - 0xba, 0x28, 0xa8, 0x2b, 0xc5, 0x56, 0x8d, 0x49, 0x22, 0x1b, 0xc7, 0x4e, 0x68, 0x31, 0x04, 0xb7, - 0x36, 0xc2, 0x10, 0x5b, 0x21, 0x4a, 0x72, 0xa0, 0xee, 0xda, 0x73, 0x74, 0x35, 0x47, 0x19, 0xe6, - 0x10, 0x83, 0xed, 0x71, 0x36, 0x61, 0x66, 0x23, 0xde, 0xa7, 0xf7, 0x7e, 0x42, 0xdf, 0x03, 0x5f, - 0x85, 0x94, 0xe2, 0x90, 0x19, 0x49, 0xaa, 0x8c, 0x46, 0x56, 0xea, 0x6a, 0x1a, 0x59, 0x79, 0x29, - 0x94, 0x71, 0x4e, 0x4e, 0x22, 0x3b, 0xe7, 0xa5, 0xd8, 0xa7, 0x79, 0x91, 0x95, 0x2a, 0x97, 0x25, - 0x3e, 0x9e, 0xe4, 0x59, 0xa2, 0x69, 0x93, 0xc6, 0x49, 0xaa, 0xf0, 0x0d, 0xc4, 0x57, 0x13, 0xd7, - 0xe0, 0xfc, 0xbf, 0x06, 0x3e, 0x85, 0x2d, 0x6c, 0xb7, 0x2c, 0x2b, 0x2f, 0xc5, 0xfc, 0xaf, 0x06, - 0xd0, 0xbd, 0x85, 0x26, 0x60, 0x14, 0xf1, 0x8d, 0xcf, 0x2c, 0xf7, 0xbb, 0xcb, 0x6c, 0xf8, 0x0e, - 0x8d, 0x40, 0x3f, 0xe2, 0x4b, 0xee, 0xed, 0x38, 0xd4, 0xaa, 0x61, 0xc9, 0x7e, 0xec, 0xbc, 0xc0, - 0x86, 0x3a, 0x1a, 0x83, 0x01, 0x8d, 0x6c, 0x97, 0x71, 0x8b, 0xc1, 0x0e, 0x1a, 0x82, 0x6e, 0xe8, - 0xf9, 0xae, 0x05, 0xdf, 0x23, 0x00, 0x7a, 0x0e, 0xe3, 0x36, 0x0b, 0x60, 0x17, 0x7d, 0x00, 0x43, - 0xea, 0xb0, 0x7d, 0x40, 0xb9, 0xc3, 0x60, 0xaf, 0x1a, 0xfd, 0x15, 0xb5, 0xd8, 0x9a, 0xf1, 0x10, - 0xf6, 0xd1, 0x47, 0x30, 0xf1, 0x69, 0xc0, 0x78, 0x48, 0x57, 0xfb, 0x4d, 0x48, 0xc3, 0x68, 0x03, - 0x07, 0x08, 0x82, 0xb1, 0xcb, 0x2d, 0x6f, 0xdd, 0x52, 0xc3, 0xc5, 0x93, 0x06, 0x66, 0xbf, 0x65, - 0x81, 0xdf, 0x5c, 0x76, 0xf1, 0xf9, 0x7e, 0x1d, 0xbf, 0x2a, 0xc9, 0xd7, 0x7e, 0x2e, 0x5e, 0x48, - 0x21, 0x0f, 0x49, 0x29, 0xb0, 0x3c, 0x09, 0x43, 0x64, 0x65, 0x5d, 0x61, 0xdb, 0xf7, 0x31, 0x57, - 0xaf, 0xd4, 0xff, 0xad, 0x3e, 0xff, 0xe8, 0x1d, 0x87, 0xd2, 0x7f, 0xfa, 0xd4, 0x69, 0x9e, 0xa2, - 0xa9, 0xc2, 0x8d, 0xac, 0xd4, 0xd6, 0xc4, 0x55, 0xab, 0xea, 0xa1, 0xf5, 0x63, 0x9a, 0xaa, 0xf8, - 0xe6, 0xc7, 0x5b, 0x33, 0xae, 0xfd, 0x47, 0x7d, 0xd6, 0x5c, 0x12, 0x42, 0x53, 0x45, 0xc8, 0x2d, - 0x41, 0xc8, 0xd6, 0x24, 0xa4, 0xce, 0xfc, 0xea, 0xd5, 0x1f, 0xfb, 0xf2, 0x1c, 0x00, 0x00, 0xff, - 0xff, 0xc4, 0xb2, 0x9d, 0xe7, 0x16, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/time_type.pb.go b/googleapis/ads/googleads/v0/enums/time_type.pb.go deleted file mode 100644 index 8b31843335..0000000000 --- a/googleapis/ads/googleads/v0/enums/time_type.pb.go +++ /dev/null @@ -1,116 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/time_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible time types used by certain resources as an alternative to -// absolute timestamps. -type TimeTypeEnum_TimeType int32 - -const ( - // Not specified. - TimeTypeEnum_UNSPECIFIED TimeTypeEnum_TimeType = 0 - // Used for return value only. Represents value unknown in this version. - TimeTypeEnum_UNKNOWN TimeTypeEnum_TimeType = 1 - // As soon as possible. - TimeTypeEnum_NOW TimeTypeEnum_TimeType = 2 - // An infinite point in the future. - TimeTypeEnum_FOREVER TimeTypeEnum_TimeType = 3 -) - -var TimeTypeEnum_TimeType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "NOW", - 3: "FOREVER", -} -var TimeTypeEnum_TimeType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "NOW": 2, - "FOREVER": 3, -} - -func (x TimeTypeEnum_TimeType) String() string { - return proto.EnumName(TimeTypeEnum_TimeType_name, int32(x)) -} -func (TimeTypeEnum_TimeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_time_type_4019044a86ac0043, []int{0, 0} -} - -// Message describing time types. -type TimeTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TimeTypeEnum) Reset() { *m = TimeTypeEnum{} } -func (m *TimeTypeEnum) String() string { return proto.CompactTextString(m) } -func (*TimeTypeEnum) ProtoMessage() {} -func (*TimeTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_time_type_4019044a86ac0043, []int{0} -} -func (m *TimeTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TimeTypeEnum.Unmarshal(m, b) -} -func (m *TimeTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TimeTypeEnum.Marshal(b, m, deterministic) -} -func (dst *TimeTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_TimeTypeEnum.Merge(dst, src) -} -func (m *TimeTypeEnum) XXX_Size() int { - return xxx_messageInfo_TimeTypeEnum.Size(m) -} -func (m *TimeTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_TimeTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_TimeTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*TimeTypeEnum)(nil), "google.ads.googleads.v0.enums.TimeTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.TimeTypeEnum_TimeType", TimeTypeEnum_TimeType_name, TimeTypeEnum_TimeType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/time_type.proto", fileDescriptor_time_type_4019044a86ac0043) -} - -var fileDescriptor_time_type_4019044a86ac0043 = []byte{ - // 274 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4d, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0x92, 0xcc, 0xdc, 0xd4, 0xf8, 0x92, 0xca, 0x82, 0x54, 0xbd, 0x82, 0xa2, - 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x1a, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x72, 0xbd, 0x32, - 0x03, 0x3d, 0xb0, 0x72, 0x25, 0x3f, 0x2e, 0x9e, 0x90, 0xcc, 0xdc, 0xd4, 0x90, 0xca, 0x82, 0x54, - 0xd7, 0xbc, 0xd2, 0x5c, 0x25, 0x3b, 0x2e, 0x0e, 0x18, 0x5f, 0x88, 0x9f, 0x8b, 0x3b, 0xd4, 0x2f, - 0x38, 0xc0, 0xd5, 0xd9, 0xd3, 0xcd, 0xd3, 0xd5, 0x45, 0x80, 0x41, 0x88, 0x9b, 0x8b, 0x3d, 0xd4, - 0xcf, 0xdb, 0xcf, 0x3f, 0xdc, 0x4f, 0x80, 0x51, 0x88, 0x9d, 0x8b, 0xd9, 0xcf, 0x3f, 0x5c, 0x80, - 0x09, 0x24, 0xea, 0xe6, 0x1f, 0xe4, 0x1a, 0xe6, 0x1a, 0x24, 0xc0, 0xec, 0xf4, 0x88, 0x91, 0x4b, - 0x31, 0x39, 0x3f, 0x57, 0x0f, 0xaf, 0xad, 0x4e, 0xbc, 0x30, 0x3b, 0x02, 0x40, 0x6e, 0x0c, 0x60, - 0x8c, 0x72, 0x82, 0xaa, 0x4f, 0xcf, 0xcf, 0x49, 0xcc, 0x4b, 0xd7, 0xcb, 0x2f, 0x4a, 0xd7, 0x4f, - 0x4f, 0xcd, 0x03, 0xfb, 0x00, 0xe6, 0xc9, 0x82, 0xcc, 0x62, 0x1c, 0x7e, 0xb6, 0x06, 0x93, 0x8b, - 0x98, 0x98, 0xdd, 0x1d, 0x1d, 0x57, 0x31, 0xc9, 0xba, 0x43, 0x8c, 0x72, 0x4c, 0x29, 0xd6, 0x83, - 0x30, 0x41, 0xac, 0x30, 0x03, 0x3d, 0x90, 0xff, 0x8a, 0x4f, 0xc1, 0xe4, 0x63, 0x1c, 0x53, 0x8a, - 0x63, 0xe0, 0xf2, 0x31, 0x61, 0x06, 0x31, 0x60, 0xf9, 0x57, 0x4c, 0x8a, 0x10, 0x41, 0x2b, 0x2b, - 0xc7, 0x94, 0x62, 0x2b, 0x2b, 0xb8, 0x0a, 0x2b, 0xab, 0x30, 0x03, 0x2b, 0x2b, 0xb0, 0x9a, 0x24, - 0x36, 0xb0, 0xc3, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x62, 0x1a, 0x32, 0x58, 0x8b, 0x01, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/tracking_code_page_format.pb.go b/googleapis/ads/googleads/v0/enums/tracking_code_page_format.pb.go deleted file mode 100644 index fec9c1a6f7..0000000000 --- a/googleapis/ads/googleads/v0/enums/tracking_code_page_format.pb.go +++ /dev/null @@ -1,118 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/tracking_code_page_format.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The format of the web page where the tracking tag and snippet will be -// installed. -type TrackingCodePageFormatEnum_TrackingCodePageFormat int32 - -const ( - // Not specified. - TrackingCodePageFormatEnum_UNSPECIFIED TrackingCodePageFormatEnum_TrackingCodePageFormat = 0 - // Used for return value only. Represents value unknown in this version. - TrackingCodePageFormatEnum_UNKNOWN TrackingCodePageFormatEnum_TrackingCodePageFormat = 1 - // Standard HTML page format. - TrackingCodePageFormatEnum_HTML TrackingCodePageFormatEnum_TrackingCodePageFormat = 2 - // Google AMP page format. - TrackingCodePageFormatEnum_AMP TrackingCodePageFormatEnum_TrackingCodePageFormat = 3 -) - -var TrackingCodePageFormatEnum_TrackingCodePageFormat_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "HTML", - 3: "AMP", -} -var TrackingCodePageFormatEnum_TrackingCodePageFormat_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "HTML": 2, - "AMP": 3, -} - -func (x TrackingCodePageFormatEnum_TrackingCodePageFormat) String() string { - return proto.EnumName(TrackingCodePageFormatEnum_TrackingCodePageFormat_name, int32(x)) -} -func (TrackingCodePageFormatEnum_TrackingCodePageFormat) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_tracking_code_page_format_4f9d9a14e57e4356, []int{0, 0} -} - -// Container for enum describing the format of the web page where the tracking -// tag and snippet will be installed. -type TrackingCodePageFormatEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TrackingCodePageFormatEnum) Reset() { *m = TrackingCodePageFormatEnum{} } -func (m *TrackingCodePageFormatEnum) String() string { return proto.CompactTextString(m) } -func (*TrackingCodePageFormatEnum) ProtoMessage() {} -func (*TrackingCodePageFormatEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_tracking_code_page_format_4f9d9a14e57e4356, []int{0} -} -func (m *TrackingCodePageFormatEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TrackingCodePageFormatEnum.Unmarshal(m, b) -} -func (m *TrackingCodePageFormatEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TrackingCodePageFormatEnum.Marshal(b, m, deterministic) -} -func (dst *TrackingCodePageFormatEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_TrackingCodePageFormatEnum.Merge(dst, src) -} -func (m *TrackingCodePageFormatEnum) XXX_Size() int { - return xxx_messageInfo_TrackingCodePageFormatEnum.Size(m) -} -func (m *TrackingCodePageFormatEnum) XXX_DiscardUnknown() { - xxx_messageInfo_TrackingCodePageFormatEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_TrackingCodePageFormatEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*TrackingCodePageFormatEnum)(nil), "google.ads.googleads.v0.enums.TrackingCodePageFormatEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.TrackingCodePageFormatEnum_TrackingCodePageFormat", TrackingCodePageFormatEnum_TrackingCodePageFormat_name, TrackingCodePageFormatEnum_TrackingCodePageFormat_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/tracking_code_page_format.proto", fileDescriptor_tracking_code_page_format_4f9d9a14e57e4356) -} - -var fileDescriptor_tracking_code_page_format_4f9d9a14e57e4356 = []byte{ - // 296 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4d, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc, - 0xd2, 0xdc, 0x62, 0xfd, 0x92, 0xa2, 0xc4, 0xe4, 0xec, 0xcc, 0xbc, 0xf4, 0xf8, 0xe4, 0xfc, 0x94, - 0xd4, 0xf8, 0x82, 0xc4, 0xf4, 0xd4, 0xf8, 0xb4, 0xfc, 0xa2, 0xdc, 0xc4, 0x12, 0xbd, 0x82, 0xa2, - 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x1e, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x76, 0xbd, 0x32, - 0x03, 0x3d, 0xb0, 0x76, 0xa5, 0x74, 0x2e, 0xa9, 0x10, 0xa8, 0x09, 0xce, 0xf9, 0x29, 0xa9, 0x01, - 0x89, 0xe9, 0xa9, 0x6e, 0x60, 0xed, 0xae, 0x79, 0xa5, 0xb9, 0x4a, 0x9e, 0x5c, 0x62, 0xd8, 0x65, - 0x85, 0xf8, 0xb9, 0xb8, 0x43, 0xfd, 0x82, 0x03, 0x5c, 0x9d, 0x3d, 0xdd, 0x3c, 0x5d, 0x5d, 0x04, - 0x18, 0x84, 0xb8, 0xb9, 0xd8, 0x43, 0xfd, 0xbc, 0xfd, 0xfc, 0xc3, 0xfd, 0x04, 0x18, 0x85, 0x38, - 0xb8, 0x58, 0x3c, 0x42, 0x7c, 0x7d, 0x04, 0x98, 0x84, 0xd8, 0xb9, 0x98, 0x1d, 0x7d, 0x03, 0x04, - 0x98, 0x9d, 0x3e, 0x30, 0x72, 0x29, 0x26, 0xe7, 0xe7, 0xea, 0xe1, 0x75, 0x8e, 0x93, 0x34, 0x76, - 0xeb, 0x02, 0x40, 0x5e, 0x09, 0x60, 0x8c, 0x72, 0x82, 0xea, 0x4e, 0xcf, 0xcf, 0x49, 0xcc, 0x4b, - 0xd7, 0xcb, 0x2f, 0x4a, 0xd7, 0x4f, 0x4f, 0xcd, 0x03, 0x7b, 0x14, 0x16, 0x36, 0x05, 0x99, 0xc5, - 0x38, 0x82, 0xca, 0x1a, 0x4c, 0x2e, 0x62, 0x62, 0x76, 0x77, 0x74, 0x5c, 0xc5, 0x24, 0xeb, 0x0e, - 0x31, 0xca, 0x31, 0xa5, 0x58, 0x0f, 0xc2, 0x04, 0xb1, 0xc2, 0x0c, 0xf4, 0x40, 0x1e, 0x2f, 0x3e, - 0x05, 0x93, 0x8f, 0x71, 0x4c, 0x29, 0x8e, 0x81, 0xcb, 0xc7, 0x84, 0x19, 0xc4, 0x80, 0xe5, 0x5f, - 0x31, 0x29, 0x42, 0x04, 0xad, 0xac, 0x1c, 0x53, 0x8a, 0xad, 0xac, 0xe0, 0x2a, 0xac, 0xac, 0xc2, - 0x0c, 0xac, 0xac, 0xc0, 0x6a, 0x92, 0xd8, 0xc0, 0x0e, 0x33, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, - 0xc8, 0xf5, 0xd1, 0x82, 0xc2, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/tracking_code_type.pb.go b/googleapis/ads/googleads/v0/enums/tracking_code_type.pb.go deleted file mode 100644 index 89efc51320..0000000000 --- a/googleapis/ads/googleads/v0/enums/tracking_code_type.pb.go +++ /dev/null @@ -1,125 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/tracking_code_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The type of the generated tag snippets for tracking conversions. -type TrackingCodeTypeEnum_TrackingCodeType int32 - -const ( - // Not specified. - TrackingCodeTypeEnum_UNSPECIFIED TrackingCodeTypeEnum_TrackingCodeType = 0 - // Used for return value only. Represents value unknown in this version. - TrackingCodeTypeEnum_UNKNOWN TrackingCodeTypeEnum_TrackingCodeType = 1 - // The snippet that is fired as a result of a website page loading. - TrackingCodeTypeEnum_WEBPAGE TrackingCodeTypeEnum_TrackingCodeType = 2 - // The snippet contains a JavaScript function which fires the tag. This - // function is typically called from an onClick handler added to a link or - // button element on the page. - TrackingCodeTypeEnum_WEBPAGE_ONCLICK TrackingCodeTypeEnum_TrackingCodeType = 3 - // For embedding on a mobile webpage. The snippet contains a JavaScript - // function which fires the tag. - TrackingCodeTypeEnum_CLICK_TO_CALL TrackingCodeTypeEnum_TrackingCodeType = 4 -) - -var TrackingCodeTypeEnum_TrackingCodeType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "WEBPAGE", - 3: "WEBPAGE_ONCLICK", - 4: "CLICK_TO_CALL", -} -var TrackingCodeTypeEnum_TrackingCodeType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "WEBPAGE": 2, - "WEBPAGE_ONCLICK": 3, - "CLICK_TO_CALL": 4, -} - -func (x TrackingCodeTypeEnum_TrackingCodeType) String() string { - return proto.EnumName(TrackingCodeTypeEnum_TrackingCodeType_name, int32(x)) -} -func (TrackingCodeTypeEnum_TrackingCodeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_tracking_code_type_42b1ddf10f6421dd, []int{0, 0} -} - -// Container for enum describing the type of the generated tag snippets for -// tracking conversions. -type TrackingCodeTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TrackingCodeTypeEnum) Reset() { *m = TrackingCodeTypeEnum{} } -func (m *TrackingCodeTypeEnum) String() string { return proto.CompactTextString(m) } -func (*TrackingCodeTypeEnum) ProtoMessage() {} -func (*TrackingCodeTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_tracking_code_type_42b1ddf10f6421dd, []int{0} -} -func (m *TrackingCodeTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TrackingCodeTypeEnum.Unmarshal(m, b) -} -func (m *TrackingCodeTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TrackingCodeTypeEnum.Marshal(b, m, deterministic) -} -func (dst *TrackingCodeTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_TrackingCodeTypeEnum.Merge(dst, src) -} -func (m *TrackingCodeTypeEnum) XXX_Size() int { - return xxx_messageInfo_TrackingCodeTypeEnum.Size(m) -} -func (m *TrackingCodeTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_TrackingCodeTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_TrackingCodeTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*TrackingCodeTypeEnum)(nil), "google.ads.googleads.v0.enums.TrackingCodeTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.TrackingCodeTypeEnum_TrackingCodeType", TrackingCodeTypeEnum_TrackingCodeType_name, TrackingCodeTypeEnum_TrackingCodeType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/tracking_code_type.proto", fileDescriptor_tracking_code_type_42b1ddf10f6421dd) -} - -var fileDescriptor_tracking_code_type_42b1ddf10f6421dd = []byte{ - // 309 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xc1, 0x6a, 0xb3, 0x40, - 0x18, 0xfc, 0x63, 0x7e, 0x5a, 0xd8, 0x50, 0xb2, 0xb5, 0xed, 0x31, 0x87, 0xe4, 0x01, 0x56, 0xa1, - 0xd0, 0xc3, 0xf6, 0xb4, 0x5a, 0x1b, 0x42, 0x44, 0x85, 0x1a, 0x03, 0x45, 0x10, 0xeb, 0x2e, 0x4b, - 0x68, 0x74, 0xc5, 0x35, 0x81, 0x1c, 0xfa, 0x32, 0x3d, 0xf6, 0x51, 0xfa, 0x28, 0x79, 0x8a, 0xe2, - 0x6a, 0x3c, 0x04, 0xda, 0xcb, 0x32, 0xdf, 0x37, 0x33, 0xcb, 0x7c, 0x03, 0x1e, 0xb8, 0x10, 0x7c, - 0xcb, 0x8c, 0x94, 0x4a, 0xa3, 0x85, 0x0d, 0xda, 0x9b, 0x06, 0x2b, 0x76, 0xb9, 0x34, 0xea, 0x2a, - 0xcd, 0xde, 0x37, 0x05, 0x4f, 0x32, 0x41, 0x59, 0x52, 0x1f, 0x4a, 0x86, 0xca, 0x4a, 0xd4, 0x42, - 0x9f, 0xb4, 0x62, 0x94, 0x52, 0x89, 0x7a, 0x1f, 0xda, 0x9b, 0x48, 0xf9, 0x66, 0x1f, 0xe0, 0x36, - 0xec, 0xac, 0xb6, 0xa0, 0x2c, 0x3c, 0x94, 0xcc, 0x29, 0x76, 0xf9, 0x8c, 0x01, 0x78, 0xbe, 0xd7, - 0xc7, 0x60, 0xb4, 0xf2, 0x5e, 0x02, 0xc7, 0x5e, 0x3c, 0x2f, 0x9c, 0x27, 0xf8, 0x4f, 0x1f, 0x81, - 0xcb, 0x95, 0xb7, 0xf4, 0xfc, 0xb5, 0x07, 0x07, 0xcd, 0xb0, 0x76, 0xac, 0x80, 0xcc, 0x1d, 0xa8, - 0xe9, 0x37, 0x60, 0xdc, 0x0d, 0x89, 0xef, 0xd9, 0xee, 0xc2, 0x5e, 0xc2, 0xa1, 0x7e, 0x0d, 0xae, - 0x14, 0x4c, 0x42, 0x3f, 0xb1, 0x89, 0xeb, 0xc2, 0xff, 0xd6, 0x71, 0x00, 0xa6, 0x99, 0xc8, 0xd1, - 0x9f, 0x21, 0xad, 0xbb, 0xf3, 0x28, 0x41, 0x73, 0x5a, 0x30, 0x78, 0xb5, 0x3a, 0x1f, 0x17, 0xdb, - 0xb4, 0xe0, 0x48, 0x54, 0xdc, 0xe0, 0xac, 0x50, 0x87, 0x9f, 0x4a, 0x2a, 0x37, 0xf2, 0x97, 0xce, - 0x1e, 0xd5, 0xfb, 0xa9, 0x0d, 0xe7, 0x84, 0x7c, 0x69, 0x93, 0x79, 0xfb, 0x15, 0xa1, 0x12, 0xb5, - 0xb0, 0x41, 0x91, 0x89, 0x9a, 0x3a, 0xe4, 0xf7, 0x89, 0x8f, 0x09, 0x95, 0x71, 0xcf, 0xc7, 0x91, - 0x19, 0x2b, 0xfe, 0xa8, 0x4d, 0xdb, 0x25, 0xc6, 0x84, 0x4a, 0x8c, 0x7b, 0x05, 0xc6, 0x91, 0x89, - 0xb1, 0xd2, 0xbc, 0x5d, 0xa8, 0x60, 0xf7, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x19, 0x86, 0x91, - 0x4b, 0xcb, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/travel_placeholder_field.pb.go b/googleapis/ads/googleads/v0/enums/travel_placeholder_field.pb.go deleted file mode 100644 index 3cdbc82d72..0000000000 --- a/googleapis/ads/googleads/v0/enums/travel_placeholder_field.pb.go +++ /dev/null @@ -1,225 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/travel_placeholder_field.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Possible values for Travel placeholder fields. -type TravelPlaceholderFieldEnum_TravelPlaceholderField int32 - -const ( - // Not specified. - TravelPlaceholderFieldEnum_UNSPECIFIED TravelPlaceholderFieldEnum_TravelPlaceholderField = 0 - // Used for return value only. Represents value unknown in this version. - TravelPlaceholderFieldEnum_UNKNOWN TravelPlaceholderFieldEnum_TravelPlaceholderField = 1 - // Data Type: STRING. Required. Destination id. Example: PAR, LON. - // For feed items that only have destination id, destination id must be a - // unique key. For feed items that have both destination id and origin id, - // then the combination must be a unique key. - TravelPlaceholderFieldEnum_DESTINATION_ID TravelPlaceholderFieldEnum_TravelPlaceholderField = 2 - // Data Type: STRING. Origin id. Example: PAR, LON. - // Combination of DESTINATION_ID and ORIGIN_ID must be - // unique per offer. - TravelPlaceholderFieldEnum_ORIGIN_ID TravelPlaceholderFieldEnum_TravelPlaceholderField = 3 - // Data Type: STRING. Required. Main headline with name to be shown in - // dynamic ad. - TravelPlaceholderFieldEnum_TITLE TravelPlaceholderFieldEnum_TravelPlaceholderField = 4 - // Data Type: STRING. The destination name. Shorter names are recommended. - TravelPlaceholderFieldEnum_DESTINATION_NAME TravelPlaceholderFieldEnum_TravelPlaceholderField = 5 - // Data Type: STRING. Origin name. Shorter names are recommended. - TravelPlaceholderFieldEnum_ORIGIN_NAME TravelPlaceholderFieldEnum_TravelPlaceholderField = 6 - // Data Type: STRING. Price to be shown in the ad. Highly recommended for - // dynamic ads. - // Example: "100.00 USD" - TravelPlaceholderFieldEnum_PRICE TravelPlaceholderFieldEnum_TravelPlaceholderField = 7 - // Data Type: STRING. Formatted price to be shown in the ad. - // Example: "Starting at $100.00 USD", "$80 - $100" - TravelPlaceholderFieldEnum_FORMATTED_PRICE TravelPlaceholderFieldEnum_TravelPlaceholderField = 8 - // Data Type: STRING. Sale price to be shown in the ad. - // Example: "80.00 USD" - TravelPlaceholderFieldEnum_SALE_PRICE TravelPlaceholderFieldEnum_TravelPlaceholderField = 9 - // Data Type: STRING. Formatted sale price to be shown in the ad. - // Example: "On sale for $80.00", "$60 - $80" - TravelPlaceholderFieldEnum_FORMATTED_SALE_PRICE TravelPlaceholderFieldEnum_TravelPlaceholderField = 10 - // Data Type: URL. Image to be displayed in the ad. - TravelPlaceholderFieldEnum_IMAGE_URL TravelPlaceholderFieldEnum_TravelPlaceholderField = 11 - // Data Type: STRING. Category of travel offer used to group like items - // together for recommendation engine. - TravelPlaceholderFieldEnum_CATEGORY TravelPlaceholderFieldEnum_TravelPlaceholderField = 12 - // Data Type: STRING_LIST. Keywords used for product retrieval. - TravelPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS TravelPlaceholderFieldEnum_TravelPlaceholderField = 13 - // Data Type: STRING. Address of travel offer, including postal code. - TravelPlaceholderFieldEnum_DESTINATION_ADDRESS TravelPlaceholderFieldEnum_TravelPlaceholderField = 14 - // Data Type: URL_LIST. Required. Final URLs to be used in ad, when using - // Upgraded URLs; the more specific the better (e.g. the individual URL of a - // specific travel offer and its location). - TravelPlaceholderFieldEnum_FINAL_URL TravelPlaceholderFieldEnum_TravelPlaceholderField = 15 - // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded - // URLs. - TravelPlaceholderFieldEnum_FINAL_MOBILE_URLS TravelPlaceholderFieldEnum_TravelPlaceholderField = 16 - // Data Type: URL. Tracking template for the ad when using Upgraded URLs. - TravelPlaceholderFieldEnum_TRACKING_URL TravelPlaceholderFieldEnum_TravelPlaceholderField = 17 - // Data Type: STRING. Android app link. Must be formatted as: - // android-app://{package_id}/{scheme}/{host_path}. - // The components are defined as follows: - // package_id: app ID as specified in Google Play. - // scheme: the scheme to pass to the application. Can be HTTP, or a custom - // scheme. - // host_path: identifies the specific content within your application. - TravelPlaceholderFieldEnum_ANDROID_APP_LINK TravelPlaceholderFieldEnum_TravelPlaceholderField = 18 - // Data Type: STRING_LIST. List of recommended destination IDs to show - // together with this item. - TravelPlaceholderFieldEnum_SIMILAR_DESTINATION_IDS TravelPlaceholderFieldEnum_TravelPlaceholderField = 19 - // Data Type: STRING. iOS app link. - TravelPlaceholderFieldEnum_IOS_APP_LINK TravelPlaceholderFieldEnum_TravelPlaceholderField = 20 - // Data Type: INT64. iOS app store ID. - TravelPlaceholderFieldEnum_IOS_APP_STORE_ID TravelPlaceholderFieldEnum_TravelPlaceholderField = 21 -) - -var TravelPlaceholderFieldEnum_TravelPlaceholderField_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "DESTINATION_ID", - 3: "ORIGIN_ID", - 4: "TITLE", - 5: "DESTINATION_NAME", - 6: "ORIGIN_NAME", - 7: "PRICE", - 8: "FORMATTED_PRICE", - 9: "SALE_PRICE", - 10: "FORMATTED_SALE_PRICE", - 11: "IMAGE_URL", - 12: "CATEGORY", - 13: "CONTEXTUAL_KEYWORDS", - 14: "DESTINATION_ADDRESS", - 15: "FINAL_URL", - 16: "FINAL_MOBILE_URLS", - 17: "TRACKING_URL", - 18: "ANDROID_APP_LINK", - 19: "SIMILAR_DESTINATION_IDS", - 20: "IOS_APP_LINK", - 21: "IOS_APP_STORE_ID", -} -var TravelPlaceholderFieldEnum_TravelPlaceholderField_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "DESTINATION_ID": 2, - "ORIGIN_ID": 3, - "TITLE": 4, - "DESTINATION_NAME": 5, - "ORIGIN_NAME": 6, - "PRICE": 7, - "FORMATTED_PRICE": 8, - "SALE_PRICE": 9, - "FORMATTED_SALE_PRICE": 10, - "IMAGE_URL": 11, - "CATEGORY": 12, - "CONTEXTUAL_KEYWORDS": 13, - "DESTINATION_ADDRESS": 14, - "FINAL_URL": 15, - "FINAL_MOBILE_URLS": 16, - "TRACKING_URL": 17, - "ANDROID_APP_LINK": 18, - "SIMILAR_DESTINATION_IDS": 19, - "IOS_APP_LINK": 20, - "IOS_APP_STORE_ID": 21, -} - -func (x TravelPlaceholderFieldEnum_TravelPlaceholderField) String() string { - return proto.EnumName(TravelPlaceholderFieldEnum_TravelPlaceholderField_name, int32(x)) -} -func (TravelPlaceholderFieldEnum_TravelPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_travel_placeholder_field_594dea4d1f5c75b8, []int{0, 0} -} - -// Values for Travel placeholder fields. -// For more information about dynamic remarketing feeds, see -// https://support.google.com/google-ads/answer/6053288. -type TravelPlaceholderFieldEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TravelPlaceholderFieldEnum) Reset() { *m = TravelPlaceholderFieldEnum{} } -func (m *TravelPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } -func (*TravelPlaceholderFieldEnum) ProtoMessage() {} -func (*TravelPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_travel_placeholder_field_594dea4d1f5c75b8, []int{0} -} -func (m *TravelPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TravelPlaceholderFieldEnum.Unmarshal(m, b) -} -func (m *TravelPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TravelPlaceholderFieldEnum.Marshal(b, m, deterministic) -} -func (dst *TravelPlaceholderFieldEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_TravelPlaceholderFieldEnum.Merge(dst, src) -} -func (m *TravelPlaceholderFieldEnum) XXX_Size() int { - return xxx_messageInfo_TravelPlaceholderFieldEnum.Size(m) -} -func (m *TravelPlaceholderFieldEnum) XXX_DiscardUnknown() { - xxx_messageInfo_TravelPlaceholderFieldEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_TravelPlaceholderFieldEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*TravelPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.TravelPlaceholderFieldEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.TravelPlaceholderFieldEnum_TravelPlaceholderField", TravelPlaceholderFieldEnum_TravelPlaceholderField_name, TravelPlaceholderFieldEnum_TravelPlaceholderField_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/travel_placeholder_field.proto", fileDescriptor_travel_placeholder_field_594dea4d1f5c75b8) -} - -var fileDescriptor_travel_placeholder_field_594dea4d1f5c75b8 = []byte{ - // 507 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xdd, 0x6e, 0xd3, 0x30, - 0x14, 0x66, 0x2d, 0xfb, 0xa9, 0xdb, 0xb5, 0x9e, 0xdb, 0x31, 0xc4, 0xb4, 0x8b, 0xed, 0x01, 0xd2, - 0x4a, 0xdc, 0x05, 0x6e, 0xdc, 0xc6, 0x8d, 0xac, 0x26, 0x76, 0x64, 0xbb, 0x1d, 0x43, 0x95, 0xa2, - 0xb0, 0x84, 0x30, 0x29, 0x6d, 0xaa, 0x66, 0xeb, 0x03, 0x71, 0xc9, 0x0b, 0xf0, 0x0e, 0x3c, 0x00, - 0x0f, 0xc1, 0x15, 0x8f, 0x80, 0xec, 0xf4, 0x0f, 0x69, 0x70, 0x13, 0x9d, 0x73, 0xbe, 0x1f, 0x9f, - 0xd8, 0x1f, 0x78, 0x9f, 0xe6, 0x79, 0x9a, 0x25, 0xdd, 0x28, 0x2e, 0xba, 0x65, 0xa9, 0xab, 0x55, - 0xaf, 0x9b, 0xcc, 0x9f, 0x66, 0x45, 0xf7, 0x71, 0x19, 0xad, 0x92, 0x2c, 0x5c, 0x64, 0xd1, 0x7d, - 0xf2, 0x25, 0xcf, 0xe2, 0x64, 0x19, 0x7e, 0x7e, 0x48, 0xb2, 0xd8, 0x5a, 0x2c, 0xf3, 0xc7, 0x1c, - 0x5d, 0x95, 0x12, 0x2b, 0x8a, 0x0b, 0x6b, 0xab, 0xb6, 0x56, 0x3d, 0xcb, 0xa8, 0x6f, 0x7e, 0x56, - 0xc1, 0x1b, 0x65, 0x1c, 0x82, 0x9d, 0xc1, 0x50, 0xeb, 0xc9, 0xfc, 0x69, 0x76, 0xf3, 0xbd, 0x0a, - 0x5e, 0x3d, 0x0f, 0xa3, 0x16, 0xa8, 0x8f, 0x99, 0x0c, 0xc8, 0x80, 0x0e, 0x29, 0x71, 0xe0, 0x0b, - 0x54, 0x07, 0xc7, 0x63, 0x36, 0x62, 0xfc, 0x96, 0xc1, 0x03, 0x84, 0x40, 0xd3, 0x21, 0x52, 0x51, - 0x86, 0x15, 0xe5, 0x2c, 0xa4, 0x0e, 0xac, 0xa0, 0x53, 0x50, 0xe3, 0x82, 0xba, 0xd4, 0xb4, 0x55, - 0x54, 0x03, 0x87, 0x8a, 0x2a, 0x8f, 0xc0, 0x97, 0xa8, 0x03, 0xe0, 0x3e, 0x9b, 0x61, 0x9f, 0xc0, - 0x43, 0x7d, 0xc2, 0x9a, 0x6f, 0x06, 0x47, 0x5a, 0x11, 0x08, 0x3a, 0x20, 0xf0, 0x18, 0xb5, 0x41, - 0x6b, 0xc8, 0x85, 0x8f, 0x95, 0x22, 0x4e, 0x58, 0x0e, 0x4f, 0x50, 0x13, 0x00, 0x89, 0x3d, 0xb2, - 0xee, 0x6b, 0xe8, 0x35, 0xe8, 0xec, 0x48, 0x7b, 0x08, 0xd0, 0xab, 0x50, 0x1f, 0xbb, 0x24, 0x1c, - 0x0b, 0x0f, 0xd6, 0x51, 0x03, 0x9c, 0x0c, 0xb0, 0x22, 0x2e, 0x17, 0x77, 0xb0, 0x81, 0x2e, 0x40, - 0x7b, 0xc0, 0x99, 0x22, 0x1f, 0xd4, 0x18, 0x7b, 0xe1, 0x88, 0xdc, 0xdd, 0x72, 0xe1, 0x48, 0x78, - 0xaa, 0x81, 0xfd, 0x35, 0xb1, 0xe3, 0x08, 0x22, 0x25, 0x6c, 0x6a, 0xbb, 0x21, 0x65, 0xd8, 0x33, - 0x76, 0x2d, 0x74, 0x0e, 0xce, 0xca, 0xd6, 0xe7, 0x7d, 0xea, 0x99, 0x43, 0x24, 0x84, 0x08, 0x82, - 0x86, 0x12, 0x78, 0x30, 0xa2, 0xcc, 0x35, 0xc4, 0x33, 0xfd, 0xdf, 0x98, 0x39, 0x82, 0x53, 0x27, - 0xc4, 0x41, 0x10, 0x7a, 0x94, 0x8d, 0x20, 0x42, 0x97, 0xe0, 0x42, 0x52, 0x9f, 0x7a, 0x58, 0x84, - 0x7f, 0xdf, 0xa1, 0x84, 0x6d, 0x6d, 0x42, 0xb9, 0xdc, 0xd1, 0x3b, 0xda, 0x64, 0x33, 0x91, 0x8a, - 0x0b, 0xa2, 0x6f, 0xf7, 0xbc, 0xff, 0xfb, 0x00, 0x5c, 0xdf, 0xe7, 0x33, 0xeb, 0xbf, 0xcf, 0xdf, - 0xbf, 0x7c, 0xfe, 0x71, 0x03, 0x1d, 0x9d, 0xe0, 0xe0, 0x63, 0x7f, 0xad, 0x4e, 0xf3, 0x2c, 0x9a, - 0xa7, 0x56, 0xbe, 0x4c, 0xbb, 0x69, 0x32, 0x37, 0xc1, 0xda, 0x44, 0x71, 0xf1, 0x50, 0xfc, 0x23, - 0x99, 0xef, 0xcc, 0xf7, 0x6b, 0xa5, 0xea, 0x62, 0xfc, 0xad, 0x72, 0xe5, 0x96, 0x56, 0x38, 0x2e, - 0xac, 0xb2, 0xd4, 0xd5, 0xa4, 0x67, 0xe9, 0x9c, 0x15, 0x3f, 0x36, 0xf8, 0x14, 0xc7, 0xc5, 0x74, - 0x8b, 0x4f, 0x27, 0xbd, 0xa9, 0xc1, 0x7f, 0x55, 0xae, 0xcb, 0xa1, 0x6d, 0xe3, 0xb8, 0xb0, 0xed, - 0x2d, 0xc3, 0xb6, 0x27, 0x3d, 0xdb, 0x36, 0x9c, 0x4f, 0x47, 0x66, 0xb1, 0xb7, 0x7f, 0x02, 0x00, - 0x00, 0xff, 0xff, 0xd3, 0x47, 0xe2, 0x55, 0x31, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/user_interest_taxonomy_type.pb.go b/googleapis/ads/googleads/v0/enums/user_interest_taxonomy_type.pb.go deleted file mode 100644 index 30b08a6a64..0000000000 --- a/googleapis/ads/googleads/v0/enums/user_interest_taxonomy_type.pb.go +++ /dev/null @@ -1,133 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/user_interest_taxonomy_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum containing the possible UserInterestTaxonomyTypes. -type UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType int32 - -const ( - // Not specified. - UserInterestTaxonomyTypeEnum_UNSPECIFIED UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 0 - // Used for return value only. Represents value unknown in this version. - UserInterestTaxonomyTypeEnum_UNKNOWN UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 1 - // The affinity for this user interest. - UserInterestTaxonomyTypeEnum_AFFINITY UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 2 - // The market for this user interest. - UserInterestTaxonomyTypeEnum_IN_MARKET UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 3 - // Users known to have installed applications in the specified categories. - UserInterestTaxonomyTypeEnum_MOBILE_APP_INSTALL_USER UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 4 - // The geographical location of the interest-based vertical. - UserInterestTaxonomyTypeEnum_VERTICAL_GEO UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 5 - // User interest criteria for new smart phone users. - UserInterestTaxonomyTypeEnum_NEW_SMART_PHONE_USER UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 6 -) - -var UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "AFFINITY", - 3: "IN_MARKET", - 4: "MOBILE_APP_INSTALL_USER", - 5: "VERTICAL_GEO", - 6: "NEW_SMART_PHONE_USER", -} -var UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "AFFINITY": 2, - "IN_MARKET": 3, - "MOBILE_APP_INSTALL_USER": 4, - "VERTICAL_GEO": 5, - "NEW_SMART_PHONE_USER": 6, -} - -func (x UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType) String() string { - return proto.EnumName(UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType_name, int32(x)) -} -func (UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_interest_taxonomy_type_6adf62552b072382, []int{0, 0} -} - -// Message describing a UserInterestTaxonomyType. -type UserInterestTaxonomyTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserInterestTaxonomyTypeEnum) Reset() { *m = UserInterestTaxonomyTypeEnum{} } -func (m *UserInterestTaxonomyTypeEnum) String() string { return proto.CompactTextString(m) } -func (*UserInterestTaxonomyTypeEnum) ProtoMessage() {} -func (*UserInterestTaxonomyTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_interest_taxonomy_type_6adf62552b072382, []int{0} -} -func (m *UserInterestTaxonomyTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserInterestTaxonomyTypeEnum.Unmarshal(m, b) -} -func (m *UserInterestTaxonomyTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserInterestTaxonomyTypeEnum.Marshal(b, m, deterministic) -} -func (dst *UserInterestTaxonomyTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserInterestTaxonomyTypeEnum.Merge(dst, src) -} -func (m *UserInterestTaxonomyTypeEnum) XXX_Size() int { - return xxx_messageInfo_UserInterestTaxonomyTypeEnum.Size(m) -} -func (m *UserInterestTaxonomyTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_UserInterestTaxonomyTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_UserInterestTaxonomyTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*UserInterestTaxonomyTypeEnum)(nil), "google.ads.googleads.v0.enums.UserInterestTaxonomyTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType", UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType_name, UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/user_interest_taxonomy_type.proto", fileDescriptor_user_interest_taxonomy_type_6adf62552b072382) -} - -var fileDescriptor_user_interest_taxonomy_type_6adf62552b072382 = []byte{ - // 371 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x4f, 0x8e, 0xd3, 0x30, - 0x18, 0xc5, 0x49, 0x06, 0x06, 0xf0, 0x0c, 0x22, 0xb2, 0x90, 0x18, 0x09, 0xba, 0x98, 0x1e, 0xc0, - 0x89, 0xc4, 0xce, 0x2c, 0x90, 0x53, 0xdc, 0x62, 0x35, 0x75, 0xa2, 0xfc, 0xab, 0x40, 0x91, 0xac, - 0x40, 0xac, 0xa8, 0x52, 0x13, 0x47, 0x71, 0x5a, 0xd1, 0xcb, 0xb0, 0x60, 0xc9, 0x25, 0xd8, 0x73, - 0x14, 0x96, 0x9c, 0x00, 0x25, 0x69, 0xbb, 0xeb, 0x6c, 0xac, 0x27, 0xbf, 0xf7, 0xfd, 0xe4, 0xef, - 0x19, 0x7c, 0x28, 0x95, 0x2a, 0xb7, 0xd2, 0xce, 0x0b, 0x6d, 0x8f, 0xb2, 0x57, 0x7b, 0xc7, 0x96, - 0xf5, 0xae, 0xd2, 0xf6, 0x4e, 0xcb, 0x56, 0x6c, 0xea, 0x4e, 0xb6, 0x52, 0x77, 0xa2, 0xcb, 0xbf, - 0xab, 0x5a, 0x55, 0x07, 0xd1, 0x1d, 0x1a, 0x89, 0x9a, 0x56, 0x75, 0x0a, 0x4e, 0xc6, 0x29, 0x94, - 0x17, 0x1a, 0x9d, 0x01, 0x68, 0xef, 0xa0, 0x01, 0x30, 0xfd, 0x6d, 0x80, 0xb7, 0x89, 0x96, 0x2d, - 0x3b, 0x32, 0xe2, 0x23, 0x22, 0x3e, 0x34, 0x92, 0xd6, 0xbb, 0x6a, 0xfa, 0xc3, 0x00, 0x77, 0x97, - 0x02, 0xf0, 0x25, 0xb8, 0x49, 0x78, 0x14, 0xd0, 0x19, 0x9b, 0x33, 0xfa, 0xd1, 0x7a, 0x04, 0x6f, - 0xc0, 0xd3, 0x84, 0x2f, 0xb9, 0xbf, 0xe6, 0x96, 0x01, 0x6f, 0xc1, 0x33, 0x32, 0x9f, 0x33, 0xce, - 0xe2, 0xcf, 0x96, 0x09, 0x5f, 0x80, 0xe7, 0x8c, 0x8b, 0x15, 0x09, 0x97, 0x34, 0xb6, 0xae, 0xe0, - 0x1b, 0xf0, 0x7a, 0xe5, 0xbb, 0xcc, 0xa3, 0x82, 0x04, 0x81, 0x60, 0x3c, 0x8a, 0x89, 0xe7, 0x89, - 0x24, 0xa2, 0xa1, 0xf5, 0x18, 0x5a, 0xe0, 0x36, 0xa5, 0x61, 0xcc, 0x66, 0xc4, 0x13, 0x0b, 0xea, - 0x5b, 0x4f, 0xe0, 0x1d, 0x78, 0xc5, 0xe9, 0x5a, 0x44, 0x2b, 0x12, 0xc6, 0x22, 0xf8, 0xe4, 0x73, - 0x3a, 0x66, 0xaf, 0xdd, 0x7f, 0x06, 0xb8, 0xff, 0xa6, 0x2a, 0xf4, 0xe0, 0x9e, 0xee, 0xe4, 0xd2, - 0x0e, 0x41, 0xdf, 0x52, 0x60, 0x7c, 0x71, 0x8f, 0xf3, 0xa5, 0xda, 0xe6, 0x75, 0x89, 0x54, 0x5b, - 0xda, 0xa5, 0xac, 0x87, 0x0e, 0x4f, 0xc5, 0x37, 0x1b, 0x7d, 0xe1, 0x1f, 0xde, 0x0f, 0xe7, 0x4f, - 0xf3, 0x6a, 0x41, 0xc8, 0x2f, 0x73, 0xb2, 0x18, 0x51, 0xa4, 0xd0, 0x68, 0x94, 0xbd, 0x4a, 0x1d, - 0xd4, 0x17, 0xaa, 0xff, 0x9c, 0xfc, 0x8c, 0x14, 0x3a, 0x3b, 0xfb, 0x59, 0xea, 0x64, 0x83, 0xff, - 0xd7, 0xbc, 0x1f, 0x2f, 0x31, 0x26, 0x85, 0xc6, 0xf8, 0x9c, 0xc0, 0x38, 0x75, 0x30, 0x1e, 0x32, - 0x5f, 0xaf, 0x87, 0x87, 0xbd, 0xfb, 0x1f, 0x00, 0x00, 0xff, 0xff, 0x88, 0x14, 0xb0, 0x76, 0x1f, - 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/user_list_access_status.pb.go b/googleapis/ads/googleads/v0/enums/user_list_access_status.pb.go deleted file mode 100644 index b4bc6ef3ee..0000000000 --- a/googleapis/ads/googleads/v0/enums/user_list_access_status.pb.go +++ /dev/null @@ -1,116 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/user_list_access_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum containing possible user list access statuses. -type UserListAccessStatusEnum_UserListAccessStatus int32 - -const ( - // Not specified. - UserListAccessStatusEnum_UNSPECIFIED UserListAccessStatusEnum_UserListAccessStatus = 0 - // Used for return value only. Represents value unknown in this version. - UserListAccessStatusEnum_UNKNOWN UserListAccessStatusEnum_UserListAccessStatus = 1 - // The access is enabled. - UserListAccessStatusEnum_ENABLED UserListAccessStatusEnum_UserListAccessStatus = 2 - // The access is disabled. - UserListAccessStatusEnum_DISABLED UserListAccessStatusEnum_UserListAccessStatus = 3 -) - -var UserListAccessStatusEnum_UserListAccessStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ENABLED", - 3: "DISABLED", -} -var UserListAccessStatusEnum_UserListAccessStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ENABLED": 2, - "DISABLED": 3, -} - -func (x UserListAccessStatusEnum_UserListAccessStatus) String() string { - return proto.EnumName(UserListAccessStatusEnum_UserListAccessStatus_name, int32(x)) -} -func (UserListAccessStatusEnum_UserListAccessStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_access_status_d0339562e8778e00, []int{0, 0} -} - -// Indicates if this client still has access to the list. -type UserListAccessStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListAccessStatusEnum) Reset() { *m = UserListAccessStatusEnum{} } -func (m *UserListAccessStatusEnum) String() string { return proto.CompactTextString(m) } -func (*UserListAccessStatusEnum) ProtoMessage() {} -func (*UserListAccessStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_access_status_d0339562e8778e00, []int{0} -} -func (m *UserListAccessStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListAccessStatusEnum.Unmarshal(m, b) -} -func (m *UserListAccessStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListAccessStatusEnum.Marshal(b, m, deterministic) -} -func (dst *UserListAccessStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListAccessStatusEnum.Merge(dst, src) -} -func (m *UserListAccessStatusEnum) XXX_Size() int { - return xxx_messageInfo_UserListAccessStatusEnum.Size(m) -} -func (m *UserListAccessStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_UserListAccessStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListAccessStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*UserListAccessStatusEnum)(nil), "google.ads.googleads.v0.enums.UserListAccessStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.UserListAccessStatusEnum_UserListAccessStatus", UserListAccessStatusEnum_UserListAccessStatus_name, UserListAccessStatusEnum_UserListAccessStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/user_list_access_status.proto", fileDescriptor_user_list_access_status_d0339562e8778e00) -} - -var fileDescriptor_user_list_access_status_d0339562e8778e00 = []byte{ - // 294 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x6a, 0x83, 0x40, - 0x14, 0x86, 0xab, 0x81, 0xb6, 0x4c, 0x0a, 0x15, 0xe9, 0xa2, 0x5d, 0x64, 0x91, 0x1c, 0x60, 0x14, - 0xba, 0x9b, 0xac, 0xc6, 0x6a, 0x83, 0x34, 0x18, 0x41, 0xb4, 0x50, 0x04, 0xb1, 0x3a, 0x0c, 0x52, - 0x75, 0x82, 0x4f, 0x73, 0xa0, 0x2e, 0x7b, 0x94, 0x1e, 0xa5, 0x8b, 0x9e, 0xa1, 0x38, 0xd3, 0xb8, - 0x4a, 0xbb, 0x19, 0xfe, 0x37, 0xff, 0xfb, 0x66, 0xde, 0xff, 0xd0, 0x9a, 0x0b, 0xc1, 0x6b, 0x66, - 0xe5, 0x25, 0x58, 0x4a, 0x8e, 0xea, 0x60, 0x5b, 0xac, 0x1d, 0x1a, 0xb0, 0x06, 0x60, 0x5d, 0x56, - 0x57, 0xd0, 0x67, 0x79, 0x51, 0x30, 0x80, 0x0c, 0xfa, 0xbc, 0x1f, 0x00, 0xef, 0x3b, 0xd1, 0x0b, - 0x73, 0xa1, 0x08, 0x9c, 0x97, 0x80, 0x27, 0x18, 0x1f, 0x6c, 0x2c, 0xe1, 0xd5, 0x1b, 0xba, 0x8d, - 0x81, 0x75, 0xdb, 0x0a, 0x7a, 0x2a, 0xe9, 0x48, 0xc2, 0x5e, 0x3b, 0x34, 0xab, 0x1d, 0xba, 0x39, - 0xe5, 0x99, 0xd7, 0x68, 0x1e, 0x07, 0x51, 0xe8, 0x3d, 0xf8, 0x8f, 0xbe, 0xe7, 0x1a, 0x67, 0xe6, - 0x1c, 0x5d, 0xc4, 0xc1, 0x53, 0xb0, 0x7b, 0x0e, 0x0c, 0x6d, 0x2c, 0xbc, 0x80, 0x3a, 0x5b, 0xcf, - 0x35, 0x74, 0xf3, 0x0a, 0x5d, 0xba, 0x7e, 0xa4, 0xaa, 0x99, 0xf3, 0xad, 0xa1, 0x65, 0x21, 0x1a, - 0xfc, 0xef, 0x48, 0xce, 0xdd, 0xa9, 0x4f, 0xc3, 0x31, 0x4c, 0xa8, 0xbd, 0x38, 0xbf, 0x2c, 0x17, - 0x75, 0xde, 0x72, 0x2c, 0x3a, 0x6e, 0x71, 0xd6, 0xca, 0xa8, 0xc7, 0xdd, 0xec, 0x2b, 0xf8, 0x63, - 0x55, 0x6b, 0x79, 0xbe, 0xeb, 0xb3, 0x0d, 0xa5, 0x1f, 0xfa, 0x62, 0xa3, 0x9e, 0xa2, 0x25, 0x60, - 0x25, 0x47, 0x95, 0xd8, 0x78, 0x0c, 0x0f, 0x9f, 0x47, 0x3f, 0xa5, 0x25, 0xa4, 0x93, 0x9f, 0x26, - 0x76, 0x2a, 0xfd, 0x2f, 0x7d, 0xa9, 0x2e, 0x09, 0xa1, 0x25, 0x10, 0x32, 0x75, 0x10, 0x92, 0xd8, - 0x84, 0xc8, 0x9e, 0xd7, 0x73, 0x39, 0xd8, 0xfd, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe2, 0xfa, - 0xa6, 0x07, 0xc2, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/user_list_closing_reason.pb.go b/googleapis/ads/googleads/v0/enums/user_list_closing_reason.pb.go deleted file mode 100644 index 30e04a6239..0000000000 --- a/googleapis/ads/googleads/v0/enums/user_list_closing_reason.pb.go +++ /dev/null @@ -1,112 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/user_list_closing_reason.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible user list closing reasons. -type UserListClosingReasonEnum_UserListClosingReason int32 - -const ( - // Not specified. - UserListClosingReasonEnum_UNSPECIFIED UserListClosingReasonEnum_UserListClosingReason = 0 - // Used for return value only. Represents value unknown in this version. - UserListClosingReasonEnum_UNKNOWN UserListClosingReasonEnum_UserListClosingReason = 1 - // The userlist was closed because of not being used for over one year. - UserListClosingReasonEnum_UNUSED UserListClosingReasonEnum_UserListClosingReason = 2 -) - -var UserListClosingReasonEnum_UserListClosingReason_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "UNUSED", -} -var UserListClosingReasonEnum_UserListClosingReason_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "UNUSED": 2, -} - -func (x UserListClosingReasonEnum_UserListClosingReason) String() string { - return proto.EnumName(UserListClosingReasonEnum_UserListClosingReason_name, int32(x)) -} -func (UserListClosingReasonEnum_UserListClosingReason) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_closing_reason_c7ec24ccfc5ed272, []int{0, 0} -} - -// Indicates the reason why the userlist was closed. -// This enum is only used when a list is auto-closed by the system. -type UserListClosingReasonEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListClosingReasonEnum) Reset() { *m = UserListClosingReasonEnum{} } -func (m *UserListClosingReasonEnum) String() string { return proto.CompactTextString(m) } -func (*UserListClosingReasonEnum) ProtoMessage() {} -func (*UserListClosingReasonEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_closing_reason_c7ec24ccfc5ed272, []int{0} -} -func (m *UserListClosingReasonEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListClosingReasonEnum.Unmarshal(m, b) -} -func (m *UserListClosingReasonEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListClosingReasonEnum.Marshal(b, m, deterministic) -} -func (dst *UserListClosingReasonEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListClosingReasonEnum.Merge(dst, src) -} -func (m *UserListClosingReasonEnum) XXX_Size() int { - return xxx_messageInfo_UserListClosingReasonEnum.Size(m) -} -func (m *UserListClosingReasonEnum) XXX_DiscardUnknown() { - xxx_messageInfo_UserListClosingReasonEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListClosingReasonEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*UserListClosingReasonEnum)(nil), "google.ads.googleads.v0.enums.UserListClosingReasonEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.UserListClosingReasonEnum_UserListClosingReason", UserListClosingReasonEnum_UserListClosingReason_name, UserListClosingReasonEnum_UserListClosingReason_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/user_list_closing_reason.proto", fileDescriptor_user_list_closing_reason_c7ec24ccfc5ed272) -} - -var fileDescriptor_user_list_closing_reason_c7ec24ccfc5ed272 = []byte{ - // 287 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, - 0x1c, 0xc6, 0x5d, 0x85, 0x09, 0xd9, 0xc1, 0x52, 0xf0, 0xa0, 0xb0, 0xc3, 0xf6, 0x00, 0x69, 0xc1, - 0x5b, 0xf4, 0x92, 0x6e, 0x75, 0x0c, 0xa5, 0x16, 0x47, 0x2b, 0x48, 0xb1, 0xd4, 0x25, 0x84, 0x42, - 0x9b, 0x8c, 0xfc, 0xdb, 0x3d, 0x90, 0x47, 0x1f, 0xc5, 0x47, 0xf1, 0xe2, 0x2b, 0x48, 0x13, 0xd7, - 0xd3, 0xf4, 0x12, 0x3e, 0xf2, 0xfd, 0x7f, 0xc9, 0xff, 0xfb, 0xd0, 0xad, 0x50, 0x4a, 0xd4, 0xdc, - 0x2f, 0x19, 0xf8, 0x56, 0xf6, 0x6a, 0x1f, 0xf8, 0x5c, 0x76, 0x0d, 0xf8, 0x1d, 0x70, 0x5d, 0xd4, - 0x15, 0xb4, 0xc5, 0xb6, 0x56, 0x50, 0x49, 0x51, 0x68, 0x5e, 0x82, 0x92, 0x78, 0xa7, 0x55, 0xab, - 0xbc, 0xa9, 0x45, 0x70, 0xc9, 0x00, 0x0f, 0x34, 0xde, 0x07, 0xd8, 0xd0, 0xf3, 0x57, 0x74, 0x99, - 0x02, 0xd7, 0x0f, 0x15, 0xb4, 0x0b, 0x8b, 0x3f, 0x19, 0x3a, 0x92, 0x5d, 0x33, 0xa7, 0xe8, 0xe2, - 0xa8, 0xe9, 0x9d, 0xa3, 0x49, 0x1a, 0x6f, 0x92, 0x68, 0xb1, 0xbe, 0x5b, 0x47, 0x4b, 0xf7, 0xc4, - 0x9b, 0xa0, 0xb3, 0x34, 0xbe, 0x8f, 0x1f, 0x9f, 0x63, 0x77, 0xe4, 0x21, 0x34, 0x4e, 0xe3, 0x74, - 0x13, 0x2d, 0x5d, 0x27, 0xfc, 0x1e, 0xa1, 0xd9, 0x56, 0x35, 0xf8, 0xdf, 0x2d, 0xc2, 0xab, 0xa3, - 0xdf, 0x24, 0x7d, 0x80, 0x64, 0xf4, 0x12, 0xfe, 0xc2, 0x42, 0xd5, 0xa5, 0x14, 0x58, 0x69, 0xe1, - 0x0b, 0x2e, 0x4d, 0xbc, 0x43, 0x21, 0xbb, 0x0a, 0xfe, 0xe8, 0xe7, 0xc6, 0x9c, 0xef, 0xce, 0xe9, - 0x8a, 0xd2, 0x0f, 0x67, 0xba, 0xb2, 0x4f, 0x51, 0x06, 0xd8, 0xca, 0x5e, 0x65, 0x01, 0xee, 0xf3, - 0xc2, 0xe7, 0xc1, 0xcf, 0x29, 0x83, 0x7c, 0xf0, 0xf3, 0x2c, 0xc8, 0x8d, 0xff, 0xe5, 0xcc, 0xec, - 0x25, 0x21, 0x94, 0x01, 0x21, 0xc3, 0x04, 0x21, 0x59, 0x40, 0x88, 0x99, 0x79, 0x1b, 0x9b, 0xc5, - 0xae, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x23, 0x07, 0xab, 0x8d, 0xb7, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/user_list_combined_rule_operator.pb.go b/googleapis/ads/googleads/v0/enums/user_list_combined_rule_operator.pb.go deleted file mode 100644 index a5878dc62a..0000000000 --- a/googleapis/ads/googleads/v0/enums/user_list_combined_rule_operator.pb.go +++ /dev/null @@ -1,116 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/user_list_combined_rule_operator.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible user list combined rule operators. -type UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator int32 - -const ( - // Not specified. - UserListCombinedRuleOperatorEnum_UNSPECIFIED UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator = 0 - // Used for return value only. Represents value unknown in this version. - UserListCombinedRuleOperatorEnum_UNKNOWN UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator = 1 - // A AND B. - UserListCombinedRuleOperatorEnum_AND UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator = 2 - // A AND NOT B. - UserListCombinedRuleOperatorEnum_AND_NOT UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator = 3 -) - -var UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "AND", - 3: "AND_NOT", -} -var UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "AND": 2, - "AND_NOT": 3, -} - -func (x UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator) String() string { - return proto.EnumName(UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator_name, int32(x)) -} -func (UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_combined_rule_operator_696057f0bc641c4f, []int{0, 0} -} - -// Logical operator connecting two rules. -type UserListCombinedRuleOperatorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListCombinedRuleOperatorEnum) Reset() { *m = UserListCombinedRuleOperatorEnum{} } -func (m *UserListCombinedRuleOperatorEnum) String() string { return proto.CompactTextString(m) } -func (*UserListCombinedRuleOperatorEnum) ProtoMessage() {} -func (*UserListCombinedRuleOperatorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_combined_rule_operator_696057f0bc641c4f, []int{0} -} -func (m *UserListCombinedRuleOperatorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListCombinedRuleOperatorEnum.Unmarshal(m, b) -} -func (m *UserListCombinedRuleOperatorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListCombinedRuleOperatorEnum.Marshal(b, m, deterministic) -} -func (dst *UserListCombinedRuleOperatorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListCombinedRuleOperatorEnum.Merge(dst, src) -} -func (m *UserListCombinedRuleOperatorEnum) XXX_Size() int { - return xxx_messageInfo_UserListCombinedRuleOperatorEnum.Size(m) -} -func (m *UserListCombinedRuleOperatorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_UserListCombinedRuleOperatorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListCombinedRuleOperatorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*UserListCombinedRuleOperatorEnum)(nil), "google.ads.googleads.v0.enums.UserListCombinedRuleOperatorEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator", UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator_name, UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/user_list_combined_rule_operator.proto", fileDescriptor_user_list_combined_rule_operator_696057f0bc641c4f) -} - -var fileDescriptor_user_list_combined_rule_operator_696057f0bc641c4f = []byte{ - // 302 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x6a, 0xb3, 0x40, - 0x14, 0x85, 0xff, 0x18, 0xf8, 0x03, 0x93, 0x45, 0xc5, 0x75, 0x03, 0x4d, 0x1e, 0x60, 0x14, 0xba, - 0x9b, 0xae, 0x26, 0x31, 0x0d, 0xa1, 0x65, 0x12, 0xd2, 0x6a, 0xa1, 0x08, 0x62, 0x32, 0xc3, 0x20, - 0xa8, 0x23, 0x73, 0xd5, 0x07, 0xea, 0xb2, 0x8f, 0xd2, 0x47, 0xe9, 0x03, 0x74, 0x5d, 0x1c, 0x8d, - 0xbb, 0xba, 0x91, 0xc3, 0x3d, 0xc7, 0x6f, 0xee, 0x3d, 0xc8, 0x97, 0x4a, 0xc9, 0x4c, 0xb8, 0x09, - 0x07, 0xb7, 0x93, 0xad, 0x6a, 0x3c, 0x57, 0x14, 0x75, 0x0e, 0x6e, 0x0d, 0x42, 0xc7, 0x59, 0x0a, - 0x55, 0x7c, 0x51, 0xf9, 0x39, 0x2d, 0x04, 0x8f, 0x75, 0x9d, 0x89, 0x58, 0x95, 0x42, 0x27, 0x95, - 0xd2, 0xb8, 0xd4, 0xaa, 0x52, 0xce, 0xa2, 0xfb, 0x15, 0x27, 0x1c, 0xf0, 0x40, 0xc1, 0x8d, 0x87, - 0x0d, 0x65, 0xd5, 0xa0, 0xbb, 0x00, 0x84, 0x7e, 0x4e, 0xa1, 0xda, 0xf4, 0x98, 0x53, 0x9d, 0x89, - 0x43, 0x0f, 0xd9, 0x16, 0x75, 0xbe, 0x3a, 0xa1, 0xdb, 0xb1, 0x8c, 0x73, 0x83, 0xe6, 0x01, 0x7b, - 0x39, 0x6e, 0x37, 0xfb, 0xc7, 0xfd, 0xd6, 0xb7, 0xff, 0x39, 0x73, 0x34, 0x0b, 0xd8, 0x13, 0x3b, - 0xbc, 0x31, 0x7b, 0xe2, 0xcc, 0xd0, 0x94, 0x32, 0xdf, 0xb6, 0xda, 0x29, 0x65, 0x7e, 0xcc, 0x0e, - 0xaf, 0xf6, 0x74, 0xfd, 0x33, 0x41, 0xcb, 0x8b, 0xca, 0xf1, 0xe8, 0x76, 0xeb, 0xe5, 0xd8, 0xbb, - 0xc7, 0xf6, 0xbe, 0xe3, 0xe4, 0x7d, 0xdd, 0x33, 0xa4, 0xca, 0x92, 0x42, 0x62, 0xa5, 0xa5, 0x2b, - 0x45, 0x61, 0xae, 0xbf, 0xf6, 0x56, 0xa6, 0xf0, 0x47, 0x8d, 0x0f, 0xe6, 0xfb, 0x61, 0x4d, 0x77, - 0x94, 0x7e, 0x5a, 0x8b, 0x5d, 0x87, 0xa2, 0x1c, 0x70, 0x27, 0x5b, 0x15, 0x7a, 0xb8, 0xed, 0x01, - 0xbe, 0xae, 0x7e, 0x44, 0x39, 0x44, 0x83, 0x1f, 0x85, 0x5e, 0x64, 0xfc, 0x6f, 0x6b, 0xd9, 0x0d, - 0x09, 0xa1, 0x1c, 0x08, 0x19, 0x12, 0x84, 0x84, 0x1e, 0x21, 0x26, 0x73, 0xfe, 0x6f, 0x16, 0xbb, - 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x3f, 0x58, 0x29, 0x67, 0xde, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/user_list_crm_data_source_type.pb.go b/googleapis/ads/googleads/v0/enums/user_list_crm_data_source_type.pb.go deleted file mode 100644 index 7ab5482ce6..0000000000 --- a/googleapis/ads/googleads/v0/enums/user_list_crm_data_source_type.pb.go +++ /dev/null @@ -1,123 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/user_list_crm_data_source_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible user list crm data source type. -type UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType int32 - -const ( - // Not specified. - UserListCrmDataSourceTypeEnum_UNSPECIFIED UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType = 0 - // Used for return value only. Represents value unknown in this version. - UserListCrmDataSourceTypeEnum_UNKNOWN UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType = 1 - // The uploaded data is first party data. - UserListCrmDataSourceTypeEnum_FIRST_PARTY UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType = 2 - // The uploaded data is from a third party credit bureau. - UserListCrmDataSourceTypeEnum_THIRD_PARTY_CREDIT_BUREAU UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType = 3 - // The uploaded data is from a third party voter file. - UserListCrmDataSourceTypeEnum_THIRD_PARTY_VOTER_FILE UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType = 4 -) - -var UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "FIRST_PARTY", - 3: "THIRD_PARTY_CREDIT_BUREAU", - 4: "THIRD_PARTY_VOTER_FILE", -} -var UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "FIRST_PARTY": 2, - "THIRD_PARTY_CREDIT_BUREAU": 3, - "THIRD_PARTY_VOTER_FILE": 4, -} - -func (x UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType) String() string { - return proto.EnumName(UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType_name, int32(x)) -} -func (UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_crm_data_source_type_a719033496c7b5f6, []int{0, 0} -} - -// Indicates source of Crm upload data. -type UserListCrmDataSourceTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListCrmDataSourceTypeEnum) Reset() { *m = UserListCrmDataSourceTypeEnum{} } -func (m *UserListCrmDataSourceTypeEnum) String() string { return proto.CompactTextString(m) } -func (*UserListCrmDataSourceTypeEnum) ProtoMessage() {} -func (*UserListCrmDataSourceTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_crm_data_source_type_a719033496c7b5f6, []int{0} -} -func (m *UserListCrmDataSourceTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListCrmDataSourceTypeEnum.Unmarshal(m, b) -} -func (m *UserListCrmDataSourceTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListCrmDataSourceTypeEnum.Marshal(b, m, deterministic) -} -func (dst *UserListCrmDataSourceTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListCrmDataSourceTypeEnum.Merge(dst, src) -} -func (m *UserListCrmDataSourceTypeEnum) XXX_Size() int { - return xxx_messageInfo_UserListCrmDataSourceTypeEnum.Size(m) -} -func (m *UserListCrmDataSourceTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_UserListCrmDataSourceTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListCrmDataSourceTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*UserListCrmDataSourceTypeEnum)(nil), "google.ads.googleads.v0.enums.UserListCrmDataSourceTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType", UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType_name, UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/user_list_crm_data_source_type.proto", fileDescriptor_user_list_crm_data_source_type_a719033496c7b5f6) -} - -var fileDescriptor_user_list_crm_data_source_type_a719033496c7b5f6 = []byte{ - // 345 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x6a, 0xbb, 0x40, - 0x18, 0xc5, 0xff, 0x9a, 0x3f, 0x2d, 0x4c, 0x16, 0x15, 0x17, 0x85, 0x14, 0x2c, 0x24, 0x07, 0x18, - 0x85, 0xee, 0xa6, 0x2b, 0x8d, 0x26, 0x95, 0x06, 0x23, 0x46, 0x2d, 0x2d, 0xc2, 0x30, 0x8d, 0x83, - 0x04, 0xa2, 0x23, 0x33, 0x1a, 0xc8, 0x01, 0x7a, 0x91, 0x6e, 0x0a, 0x3d, 0x4a, 0x8f, 0xd2, 0x6d, - 0x2f, 0x50, 0x1c, 0x9b, 0xd0, 0x4d, 0xba, 0x19, 0x1e, 0xdf, 0x7b, 0xf3, 0xf8, 0xbe, 0x1f, 0x70, - 0x0a, 0xc6, 0x8a, 0x2d, 0x35, 0x49, 0x2e, 0xcc, 0x5e, 0x76, 0x6a, 0x67, 0x99, 0xb4, 0x6a, 0x4b, - 0x61, 0xb6, 0x82, 0x72, 0xbc, 0xdd, 0x88, 0x06, 0xaf, 0x79, 0x89, 0x73, 0xd2, 0x10, 0x2c, 0x58, - 0xcb, 0xd7, 0x14, 0x37, 0xfb, 0x9a, 0xc2, 0x9a, 0xb3, 0x86, 0xe9, 0x46, 0xff, 0x11, 0x92, 0x5c, - 0xc0, 0x63, 0x07, 0xdc, 0x59, 0x50, 0x76, 0x4c, 0xde, 0x14, 0x60, 0x24, 0x82, 0xf2, 0xc5, 0x46, - 0x34, 0x53, 0x5e, 0xba, 0xa4, 0x21, 0x2b, 0xd9, 0x11, 0xef, 0x6b, 0xea, 0x55, 0x6d, 0x39, 0x79, - 0x51, 0xc0, 0xe8, 0x64, 0x42, 0xbf, 0x00, 0xc3, 0x24, 0x58, 0x85, 0xde, 0xd4, 0x9f, 0xf9, 0x9e, - 0xab, 0xfd, 0xd3, 0x87, 0xe0, 0x3c, 0x09, 0xee, 0x83, 0xe5, 0x43, 0xa0, 0x29, 0x9d, 0x3b, 0xf3, - 0xa3, 0x55, 0x8c, 0x43, 0x3b, 0x8a, 0x1f, 0x35, 0x55, 0x37, 0xc0, 0x28, 0xbe, 0xf3, 0x23, 0xb7, - 0x1f, 0xe0, 0x69, 0xe4, 0xb9, 0x7e, 0x8c, 0x9d, 0x24, 0xf2, 0xec, 0x44, 0x1b, 0xe8, 0x57, 0xe0, - 0xf2, 0xb7, 0x9d, 0x2e, 0x63, 0x2f, 0xc2, 0x33, 0x7f, 0xe1, 0x69, 0xff, 0x9d, 0x2f, 0x05, 0x8c, - 0xd7, 0xac, 0x84, 0x7f, 0xde, 0xe3, 0x5c, 0x9f, 0x5c, 0x35, 0xec, 0x70, 0x84, 0xca, 0xd3, 0x0f, - 0x54, 0x58, 0xb0, 0x2d, 0xa9, 0x0a, 0xc8, 0x78, 0x61, 0x16, 0xb4, 0x92, 0xb0, 0x0e, 0x90, 0xeb, - 0x8d, 0x38, 0xc1, 0xfc, 0x56, 0xbe, 0xaf, 0xea, 0x60, 0x6e, 0xdb, 0xef, 0xaa, 0x31, 0xef, 0xab, - 0xec, 0x5c, 0xc0, 0x5e, 0x76, 0x2a, 0xb5, 0x60, 0x07, 0x4e, 0x7c, 0x1c, 0xfc, 0xcc, 0xce, 0x45, - 0x76, 0xf4, 0xb3, 0xd4, 0xca, 0xa4, 0xff, 0xa9, 0x8e, 0xfb, 0x21, 0x42, 0x76, 0x2e, 0x10, 0x3a, - 0x26, 0x10, 0x4a, 0x2d, 0x84, 0x64, 0xe6, 0xf9, 0x4c, 0x2e, 0x76, 0xf3, 0x1d, 0x00, 0x00, 0xff, - 0xff, 0xd3, 0x5e, 0x7d, 0xe5, 0x0b, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/user_list_date_rule_item_operator.pb.go b/googleapis/ads/googleads/v0/enums/user_list_date_rule_item_operator.pb.go deleted file mode 100644 index 43282966f3..0000000000 --- a/googleapis/ads/googleads/v0/enums/user_list_date_rule_item_operator.pb.go +++ /dev/null @@ -1,126 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/user_list_date_rule_item_operator.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible user list date rule item operators. -type UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator int32 - -const ( - // Not specified. - UserListDateRuleItemOperatorEnum_UNSPECIFIED UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator = 0 - // Used for return value only. Represents value unknown in this version. - UserListDateRuleItemOperatorEnum_UNKNOWN UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator = 1 - // Equals. - UserListDateRuleItemOperatorEnum_EQUALS UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator = 2 - // Not Equals. - UserListDateRuleItemOperatorEnum_NOT_EQUALS UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator = 3 - // Before. - UserListDateRuleItemOperatorEnum_BEFORE UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator = 4 - // After. - UserListDateRuleItemOperatorEnum_AFTER UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator = 5 -) - -var UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "EQUALS", - 3: "NOT_EQUALS", - 4: "BEFORE", - 5: "AFTER", -} -var UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "EQUALS": 2, - "NOT_EQUALS": 3, - "BEFORE": 4, - "AFTER": 5, -} - -func (x UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator) String() string { - return proto.EnumName(UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator_name, int32(x)) -} -func (UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_date_rule_item_operator_c3ed88344cd5beac, []int{0, 0} -} - -// Supported rule operator for date type. -type UserListDateRuleItemOperatorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListDateRuleItemOperatorEnum) Reset() { *m = UserListDateRuleItemOperatorEnum{} } -func (m *UserListDateRuleItemOperatorEnum) String() string { return proto.CompactTextString(m) } -func (*UserListDateRuleItemOperatorEnum) ProtoMessage() {} -func (*UserListDateRuleItemOperatorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_date_rule_item_operator_c3ed88344cd5beac, []int{0} -} -func (m *UserListDateRuleItemOperatorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListDateRuleItemOperatorEnum.Unmarshal(m, b) -} -func (m *UserListDateRuleItemOperatorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListDateRuleItemOperatorEnum.Marshal(b, m, deterministic) -} -func (dst *UserListDateRuleItemOperatorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListDateRuleItemOperatorEnum.Merge(dst, src) -} -func (m *UserListDateRuleItemOperatorEnum) XXX_Size() int { - return xxx_messageInfo_UserListDateRuleItemOperatorEnum.Size(m) -} -func (m *UserListDateRuleItemOperatorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_UserListDateRuleItemOperatorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListDateRuleItemOperatorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*UserListDateRuleItemOperatorEnum)(nil), "google.ads.googleads.v0.enums.UserListDateRuleItemOperatorEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator", UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator_name, UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/user_list_date_rule_item_operator.proto", fileDescriptor_user_list_date_rule_item_operator_c3ed88344cd5beac) -} - -var fileDescriptor_user_list_date_rule_item_operator_c3ed88344cd5beac = []byte{ - // 329 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x6a, 0xb3, 0x30, - 0x1c, 0xc5, 0x3f, 0xed, 0xd7, 0x8e, 0xa5, 0xb0, 0x89, 0xd7, 0x2b, 0xac, 0x7d, 0x80, 0x28, 0xec, - 0x2e, 0xbb, 0x8a, 0x6b, 0x5a, 0xca, 0x8a, 0x76, 0x6d, 0xed, 0x60, 0x08, 0xe2, 0x66, 0x10, 0x41, - 0x4d, 0xc9, 0x3f, 0xf6, 0x45, 0xf6, 0x06, 0xbb, 0xdc, 0xa3, 0xec, 0x51, 0xf6, 0x00, 0xbb, 0x1e, - 0xc6, 0xb6, 0x77, 0xf3, 0x46, 0x8e, 0x39, 0x27, 0x3f, 0x4e, 0x0e, 0x62, 0x99, 0x10, 0x59, 0xc1, - 0x9d, 0x24, 0x05, 0xa7, 0x95, 0x8d, 0x3a, 0xb8, 0x0e, 0xaf, 0xea, 0x12, 0x9c, 0x1a, 0xb8, 0x8c, - 0x8b, 0x1c, 0x54, 0x9c, 0x26, 0x8a, 0xc7, 0xb2, 0x2e, 0x78, 0x9c, 0x2b, 0x5e, 0xc6, 0x62, 0xcf, - 0x65, 0xa2, 0x84, 0xc4, 0x7b, 0x29, 0x94, 0xb0, 0x47, 0xed, 0x5d, 0x9c, 0xa4, 0x80, 0xcf, 0x18, - 0x7c, 0x70, 0xb1, 0xc6, 0x4c, 0xde, 0x0d, 0x74, 0x1b, 0x02, 0x97, 0xcb, 0x1c, 0xd4, 0x34, 0x51, - 0x7c, 0x5d, 0x17, 0x7c, 0xa1, 0x78, 0x19, 0x1c, 0x29, 0xac, 0xaa, 0xcb, 0x89, 0x40, 0x37, 0x5d, - 0x19, 0xfb, 0x1a, 0x0d, 0x43, 0x7f, 0xb3, 0x62, 0x0f, 0x8b, 0xd9, 0x82, 0x4d, 0xad, 0x7f, 0xf6, - 0x10, 0x5d, 0x84, 0xfe, 0xa3, 0x1f, 0x3c, 0xfb, 0x96, 0x61, 0x23, 0x34, 0x60, 0x4f, 0x21, 0x5d, - 0x6e, 0x2c, 0xd3, 0xbe, 0x42, 0xc8, 0x0f, 0xb6, 0xf1, 0xf1, 0xbf, 0xd7, 0x78, 0x1e, 0x9b, 0x05, - 0x6b, 0x66, 0xfd, 0xb7, 0x2f, 0x51, 0x9f, 0xce, 0xb6, 0x6c, 0x6d, 0xf5, 0xbd, 0x1f, 0x03, 0x8d, - 0xdf, 0x44, 0x89, 0x3b, 0xbb, 0x7b, 0xe3, 0xae, 0x52, 0xab, 0xe6, 0xf5, 0x2b, 0xe3, 0xc5, 0x3b, - 0x32, 0x32, 0x51, 0x24, 0x55, 0x86, 0x85, 0xcc, 0x9c, 0x8c, 0x57, 0x7a, 0x9b, 0xd3, 0xac, 0xfb, - 0x1c, 0xfe, 0x58, 0xf9, 0x5e, 0x7f, 0x3f, 0xcc, 0xde, 0x9c, 0xd2, 0x4f, 0x73, 0x34, 0x6f, 0x51, - 0x34, 0x05, 0xdc, 0xca, 0x46, 0xed, 0x5c, 0xdc, 0x8c, 0x04, 0x5f, 0x27, 0x3f, 0xa2, 0x29, 0x44, - 0x67, 0x3f, 0xda, 0xb9, 0x91, 0xf6, 0xbf, 0xcd, 0x71, 0x7b, 0x48, 0x08, 0x4d, 0x81, 0x90, 0x73, - 0x82, 0x90, 0x9d, 0x4b, 0x88, 0xce, 0xbc, 0x0e, 0x74, 0xb1, 0xbb, 0xdf, 0x00, 0x00, 0x00, 0xff, - 0xff, 0x56, 0xf3, 0x37, 0xcb, 0xfd, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/user_list_logical_rule_operator.pb.go b/googleapis/ads/googleads/v0/enums/user_list_logical_rule_operator.pb.go deleted file mode 100644 index 4a0cd2d670..0000000000 --- a/googleapis/ads/googleads/v0/enums/user_list_logical_rule_operator.pb.go +++ /dev/null @@ -1,121 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/user_list_logical_rule_operator.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible user list logical rule operators. -type UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator int32 - -const ( - // Not specified. - UserListLogicalRuleOperatorEnum_UNSPECIFIED UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator = 0 - // Used for return value only. Represents value unknown in this version. - UserListLogicalRuleOperatorEnum_UNKNOWN UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator = 1 - // And - all of the operands. - UserListLogicalRuleOperatorEnum_ALL UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator = 2 - // Or - at least one of the operands. - UserListLogicalRuleOperatorEnum_ANY UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator = 3 - // Not - none of the operands. - UserListLogicalRuleOperatorEnum_NONE UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator = 4 -) - -var UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ALL", - 3: "ANY", - 4: "NONE", -} -var UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ALL": 2, - "ANY": 3, - "NONE": 4, -} - -func (x UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator) String() string { - return proto.EnumName(UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator_name, int32(x)) -} -func (UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_logical_rule_operator_2c76c274bf2fbc95, []int{0, 0} -} - -// The logical operator of the rule. -type UserListLogicalRuleOperatorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListLogicalRuleOperatorEnum) Reset() { *m = UserListLogicalRuleOperatorEnum{} } -func (m *UserListLogicalRuleOperatorEnum) String() string { return proto.CompactTextString(m) } -func (*UserListLogicalRuleOperatorEnum) ProtoMessage() {} -func (*UserListLogicalRuleOperatorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_logical_rule_operator_2c76c274bf2fbc95, []int{0} -} -func (m *UserListLogicalRuleOperatorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListLogicalRuleOperatorEnum.Unmarshal(m, b) -} -func (m *UserListLogicalRuleOperatorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListLogicalRuleOperatorEnum.Marshal(b, m, deterministic) -} -func (dst *UserListLogicalRuleOperatorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListLogicalRuleOperatorEnum.Merge(dst, src) -} -func (m *UserListLogicalRuleOperatorEnum) XXX_Size() int { - return xxx_messageInfo_UserListLogicalRuleOperatorEnum.Size(m) -} -func (m *UserListLogicalRuleOperatorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_UserListLogicalRuleOperatorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListLogicalRuleOperatorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*UserListLogicalRuleOperatorEnum)(nil), "google.ads.googleads.v0.enums.UserListLogicalRuleOperatorEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator", UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator_name, UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/user_list_logical_rule_operator.proto", fileDescriptor_user_list_logical_rule_operator_2c76c274bf2fbc95) -} - -var fileDescriptor_user_list_logical_rule_operator_2c76c274bf2fbc95 = []byte{ - // 307 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xb1, 0x6a, 0xf3, 0x30, - 0x14, 0x85, 0xff, 0x38, 0xe1, 0x4f, 0x51, 0x86, 0x1a, 0xaf, 0x25, 0xb4, 0xc9, 0x03, 0xc8, 0x86, - 0x6e, 0xea, 0xa4, 0xa4, 0x6e, 0x08, 0x35, 0x4a, 0x68, 0x49, 0x42, 0x8b, 0xc1, 0xb8, 0xb1, 0x10, - 0x06, 0xc5, 0x32, 0xba, 0x76, 0x86, 0x3e, 0x4e, 0xc7, 0x3e, 0x4a, 0x1f, 0xa5, 0x7b, 0xf7, 0x62, - 0x29, 0xf1, 0x56, 0x2f, 0xe2, 0xa0, 0x73, 0xf4, 0xe9, 0xde, 0x83, 0xe6, 0x42, 0x29, 0x21, 0xb9, - 0x9f, 0x66, 0xe0, 0x5b, 0xd9, 0xa8, 0x63, 0xe0, 0xf3, 0xa2, 0x3e, 0x80, 0x5f, 0x03, 0xd7, 0x89, - 0xcc, 0xa1, 0x4a, 0xa4, 0x12, 0xf9, 0x3e, 0x95, 0x89, 0xae, 0x25, 0x4f, 0x54, 0xc9, 0x75, 0x5a, - 0x29, 0x8d, 0x4b, 0xad, 0x2a, 0xe5, 0x8d, 0xed, 0x4b, 0x9c, 0x66, 0x80, 0x5b, 0x08, 0x3e, 0x06, - 0xd8, 0x40, 0xa6, 0xef, 0xe8, 0x7a, 0x03, 0x5c, 0x47, 0x39, 0x54, 0x91, 0xa5, 0x3c, 0xd5, 0x92, - 0xaf, 0x4e, 0x8c, 0xb0, 0xa8, 0x0f, 0xd3, 0x1d, 0xba, 0xea, 0x88, 0x78, 0x97, 0x68, 0xb4, 0x61, - 0xcf, 0xeb, 0x70, 0xbe, 0x7c, 0x58, 0x86, 0xf7, 0xee, 0x3f, 0x6f, 0x84, 0x86, 0x1b, 0xf6, 0xc8, - 0x56, 0x3b, 0xe6, 0xf6, 0xbc, 0x21, 0xea, 0xd3, 0x28, 0x72, 0x1d, 0x23, 0xd8, 0x8b, 0xdb, 0xf7, - 0x2e, 0xd0, 0x80, 0xad, 0x58, 0xe8, 0x0e, 0x66, 0x3f, 0x3d, 0x34, 0xd9, 0xab, 0x03, 0xee, 0x9c, - 0x70, 0x76, 0xd3, 0xf1, 0xf9, 0xba, 0x59, 0x71, 0xdd, 0x7b, 0x9d, 0x9d, 0x10, 0x42, 0xc9, 0xb4, - 0x10, 0x58, 0x69, 0xe1, 0x0b, 0x5e, 0x98, 0x02, 0xce, 0xcd, 0x95, 0x39, 0xfc, 0x51, 0xe4, 0x9d, - 0x39, 0x3f, 0x9c, 0xfe, 0x82, 0xd2, 0x4f, 0x67, 0xbc, 0xb0, 0x28, 0x9a, 0x01, 0xb6, 0xb2, 0x51, - 0xdb, 0x00, 0x37, 0x5d, 0xc0, 0xd7, 0xd9, 0x8f, 0x69, 0x06, 0x71, 0xeb, 0xc7, 0xdb, 0x20, 0x36, - 0xfe, 0xb7, 0x33, 0xb1, 0x97, 0x84, 0xd0, 0x0c, 0x08, 0x69, 0x13, 0x84, 0x6c, 0x03, 0x42, 0x4c, - 0xe6, 0xed, 0xbf, 0x19, 0xec, 0xf6, 0x37, 0x00, 0x00, 0xff, 0xff, 0xa6, 0xc4, 0x42, 0x48, 0xe0, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/user_list_membership_status.pb.go b/googleapis/ads/googleads/v0/enums/user_list_membership_status.pb.go deleted file mode 100644 index d9431799ea..0000000000 --- a/googleapis/ads/googleads/v0/enums/user_list_membership_status.pb.go +++ /dev/null @@ -1,118 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/user_list_membership_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum containing possible user list membership statuses. -type UserListMembershipStatusEnum_UserListMembershipStatus int32 - -const ( - // Not specified. - UserListMembershipStatusEnum_UNSPECIFIED UserListMembershipStatusEnum_UserListMembershipStatus = 0 - // Used for return value only. Represents value unknown in this version. - UserListMembershipStatusEnum_UNKNOWN UserListMembershipStatusEnum_UserListMembershipStatus = 1 - // Open status - List is accruing members and can be targeted to. - UserListMembershipStatusEnum_OPEN UserListMembershipStatusEnum_UserListMembershipStatus = 2 - // Closed status - No new members being added. Cannot be used for targeting. - UserListMembershipStatusEnum_CLOSED UserListMembershipStatusEnum_UserListMembershipStatus = 3 -) - -var UserListMembershipStatusEnum_UserListMembershipStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "OPEN", - 3: "CLOSED", -} -var UserListMembershipStatusEnum_UserListMembershipStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "OPEN": 2, - "CLOSED": 3, -} - -func (x UserListMembershipStatusEnum_UserListMembershipStatus) String() string { - return proto.EnumName(UserListMembershipStatusEnum_UserListMembershipStatus_name, int32(x)) -} -func (UserListMembershipStatusEnum_UserListMembershipStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_membership_status_05a99903af6ab6dc, []int{0, 0} -} - -// Membership status of this user list. Indicates whether a user list is open -// or active. Only open user lists can accumulate more users and can be used for -// targeting. -type UserListMembershipStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListMembershipStatusEnum) Reset() { *m = UserListMembershipStatusEnum{} } -func (m *UserListMembershipStatusEnum) String() string { return proto.CompactTextString(m) } -func (*UserListMembershipStatusEnum) ProtoMessage() {} -func (*UserListMembershipStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_membership_status_05a99903af6ab6dc, []int{0} -} -func (m *UserListMembershipStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListMembershipStatusEnum.Unmarshal(m, b) -} -func (m *UserListMembershipStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListMembershipStatusEnum.Marshal(b, m, deterministic) -} -func (dst *UserListMembershipStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListMembershipStatusEnum.Merge(dst, src) -} -func (m *UserListMembershipStatusEnum) XXX_Size() int { - return xxx_messageInfo_UserListMembershipStatusEnum.Size(m) -} -func (m *UserListMembershipStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_UserListMembershipStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListMembershipStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*UserListMembershipStatusEnum)(nil), "google.ads.googleads.v0.enums.UserListMembershipStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.UserListMembershipStatusEnum_UserListMembershipStatus", UserListMembershipStatusEnum_UserListMembershipStatus_name, UserListMembershipStatusEnum_UserListMembershipStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/user_list_membership_status.proto", fileDescriptor_user_list_membership_status_05a99903af6ab6dc) -} - -var fileDescriptor_user_list_membership_status_05a99903af6ab6dc = []byte{ - // 298 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4e, 0x83, 0x40, - 0x10, 0x86, 0x85, 0x9a, 0x6a, 0xb6, 0x07, 0x09, 0x27, 0x0f, 0x72, 0x68, 0x1f, 0x60, 0x21, 0xf1, - 0xb6, 0x1e, 0x0c, 0xb4, 0xd8, 0x34, 0xd6, 0x85, 0x84, 0x80, 0x89, 0x21, 0x21, 0x54, 0x36, 0x2b, - 0x09, 0xb0, 0x84, 0x81, 0x3e, 0x90, 0x47, 0x1f, 0xc5, 0x47, 0xf1, 0xe8, 0x13, 0x18, 0x16, 0xcb, - 0x8d, 0x5e, 0x36, 0x7f, 0xf6, 0x9f, 0xf9, 0x66, 0xfe, 0x41, 0x8f, 0x5c, 0x08, 0x5e, 0x30, 0x33, - 0xcd, 0xc0, 0x1c, 0x64, 0xaf, 0x8e, 0x96, 0xc9, 0xaa, 0xae, 0x04, 0xb3, 0x03, 0xd6, 0x24, 0x45, - 0x0e, 0x6d, 0x52, 0xb2, 0xf2, 0xc0, 0x1a, 0xf8, 0xc8, 0xeb, 0x04, 0xda, 0xb4, 0xed, 0x00, 0xd7, - 0x8d, 0x68, 0x85, 0x6e, 0x0c, 0x5d, 0x38, 0xcd, 0x00, 0x8f, 0x00, 0x7c, 0xb4, 0xb0, 0x04, 0xac, - 0x2a, 0x74, 0x17, 0x02, 0x6b, 0xf6, 0x39, 0xb4, 0x2f, 0x23, 0x21, 0x90, 0x00, 0xb7, 0xea, 0xca, - 0x15, 0x45, 0xb7, 0x53, 0xbe, 0x7e, 0x83, 0x16, 0x21, 0x0d, 0x7c, 0x77, 0xbd, 0x7b, 0xda, 0xb9, - 0x1b, 0xed, 0x42, 0x5f, 0xa0, 0xab, 0x90, 0x3e, 0x53, 0xef, 0x95, 0x6a, 0x8a, 0x7e, 0x8d, 0x2e, - 0x3d, 0xdf, 0xa5, 0x9a, 0xaa, 0x23, 0x34, 0x5f, 0xef, 0xbd, 0xc0, 0xdd, 0x68, 0x33, 0xe7, 0x57, - 0x41, 0xcb, 0x77, 0x51, 0xe2, 0xb3, 0x5b, 0x39, 0xc6, 0xd4, 0x4c, 0xbf, 0xcf, 0xe4, 0x2b, 0x6f, - 0xce, 0x7f, 0x3f, 0x17, 0x45, 0x5a, 0x71, 0x2c, 0x1a, 0x6e, 0x72, 0x56, 0xc9, 0xc4, 0xa7, 0x33, - 0xd5, 0x39, 0x4c, 0x5c, 0xed, 0x41, 0xbe, 0x9f, 0xea, 0x6c, 0x6b, 0xdb, 0x5f, 0xaa, 0xb1, 0x1d, - 0x50, 0x76, 0x06, 0x78, 0x90, 0xbd, 0x8a, 0x2c, 0xdc, 0xe7, 0x87, 0xef, 0x93, 0x1f, 0xdb, 0x19, - 0xc4, 0xa3, 0x1f, 0x47, 0x56, 0x2c, 0xfd, 0x1f, 0x75, 0x39, 0x7c, 0x12, 0x62, 0x67, 0x40, 0xc8, - 0x58, 0x41, 0x48, 0x64, 0x11, 0x22, 0x6b, 0x0e, 0x73, 0xb9, 0xd8, 0xfd, 0x5f, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xe6, 0x87, 0x67, 0xd5, 0xcd, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/user_list_number_rule_item_operator.pb.go b/googleapis/ads/googleads/v0/enums/user_list_number_rule_item_operator.pb.go deleted file mode 100644 index e383d13280..0000000000 --- a/googleapis/ads/googleads/v0/enums/user_list_number_rule_item_operator.pb.go +++ /dev/null @@ -1,136 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/user_list_number_rule_item_operator.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible user list number rule item operators. -type UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator int32 - -const ( - // Not specified. - UserListNumberRuleItemOperatorEnum_UNSPECIFIED UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator = 0 - // Used for return value only. Represents value unknown in this version. - UserListNumberRuleItemOperatorEnum_UNKNOWN UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator = 1 - // Greater than. - UserListNumberRuleItemOperatorEnum_GREATER_THAN UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator = 2 - // Greater than or equal. - UserListNumberRuleItemOperatorEnum_GREATER_THAN_OR_EQUAL UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator = 3 - // Equals. - UserListNumberRuleItemOperatorEnum_EQUALS UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator = 4 - // Not equals. - UserListNumberRuleItemOperatorEnum_NOT_EQUALS UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator = 5 - // Less than. - UserListNumberRuleItemOperatorEnum_LESS_THAN UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator = 6 - // Less than or equal. - UserListNumberRuleItemOperatorEnum_LESS_THAN_OR_EQUAL UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator = 7 -) - -var UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "GREATER_THAN", - 3: "GREATER_THAN_OR_EQUAL", - 4: "EQUALS", - 5: "NOT_EQUALS", - 6: "LESS_THAN", - 7: "LESS_THAN_OR_EQUAL", -} -var UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "GREATER_THAN": 2, - "GREATER_THAN_OR_EQUAL": 3, - "EQUALS": 4, - "NOT_EQUALS": 5, - "LESS_THAN": 6, - "LESS_THAN_OR_EQUAL": 7, -} - -func (x UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator) String() string { - return proto.EnumName(UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator_name, int32(x)) -} -func (UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_number_rule_item_operator_bfc7ce0541bf5520, []int{0, 0} -} - -// Supported rule operator for number type. -type UserListNumberRuleItemOperatorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListNumberRuleItemOperatorEnum) Reset() { *m = UserListNumberRuleItemOperatorEnum{} } -func (m *UserListNumberRuleItemOperatorEnum) String() string { return proto.CompactTextString(m) } -func (*UserListNumberRuleItemOperatorEnum) ProtoMessage() {} -func (*UserListNumberRuleItemOperatorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_number_rule_item_operator_bfc7ce0541bf5520, []int{0} -} -func (m *UserListNumberRuleItemOperatorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListNumberRuleItemOperatorEnum.Unmarshal(m, b) -} -func (m *UserListNumberRuleItemOperatorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListNumberRuleItemOperatorEnum.Marshal(b, m, deterministic) -} -func (dst *UserListNumberRuleItemOperatorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListNumberRuleItemOperatorEnum.Merge(dst, src) -} -func (m *UserListNumberRuleItemOperatorEnum) XXX_Size() int { - return xxx_messageInfo_UserListNumberRuleItemOperatorEnum.Size(m) -} -func (m *UserListNumberRuleItemOperatorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_UserListNumberRuleItemOperatorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListNumberRuleItemOperatorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*UserListNumberRuleItemOperatorEnum)(nil), "google.ads.googleads.v0.enums.UserListNumberRuleItemOperatorEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator", UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator_name, UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/user_list_number_rule_item_operator.proto", fileDescriptor_user_list_number_rule_item_operator_bfc7ce0541bf5520) -} - -var fileDescriptor_user_list_number_rule_item_operator_bfc7ce0541bf5520 = []byte{ - // 364 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xcf, 0x6a, 0xab, 0x40, - 0x14, 0xc6, 0xaf, 0xe6, 0xde, 0x84, 0x3b, 0xb9, 0x7f, 0x64, 0xe0, 0x5e, 0xe8, 0x22, 0x85, 0xa4, - 0xfb, 0x51, 0xe8, 0x6e, 0xba, 0x9a, 0xb4, 0xd6, 0x86, 0x06, 0x4d, 0x35, 0xa6, 0x50, 0x84, 0xc1, - 0xd4, 0x41, 0x04, 0x75, 0xc2, 0x8c, 0xe6, 0x81, 0xba, 0xec, 0xa2, 0x0f, 0xd2, 0x7d, 0x5f, 0xa2, - 0x4f, 0xd0, 0x65, 0x71, 0x4c, 0x6c, 0x37, 0xcd, 0x46, 0xbe, 0x73, 0xce, 0xe7, 0x8f, 0x39, 0xdf, - 0x01, 0x4e, 0xca, 0x79, 0x9a, 0x33, 0x33, 0x4e, 0xa4, 0xd9, 0xca, 0x46, 0x6d, 0x2d, 0x93, 0x95, - 0x75, 0x21, 0xcd, 0x5a, 0x32, 0x41, 0xf3, 0x4c, 0x56, 0xb4, 0xac, 0x8b, 0x35, 0x13, 0x54, 0xd4, - 0x39, 0xa3, 0x59, 0xc5, 0x0a, 0xca, 0x37, 0x4c, 0xc4, 0x15, 0x17, 0x68, 0x23, 0x78, 0xc5, 0xe1, - 0xa8, 0xfd, 0x1b, 0xc5, 0x89, 0x44, 0x1d, 0x08, 0x6d, 0x2d, 0xa4, 0x40, 0x93, 0x17, 0x0d, 0x4c, - 0x42, 0xc9, 0xc4, 0x3c, 0x93, 0x95, 0xab, 0x50, 0x7e, 0x9d, 0xb3, 0x59, 0xc5, 0x0a, 0x6f, 0xc7, - 0xb1, 0xcb, 0xba, 0x98, 0x3c, 0x69, 0xe0, 0xf8, 0xb0, 0x0d, 0xfe, 0x05, 0xc3, 0xd0, 0x0d, 0x16, - 0xf6, 0xf9, 0xec, 0x72, 0x66, 0x5f, 0x18, 0xdf, 0xe0, 0x10, 0x0c, 0x42, 0xf7, 0xda, 0xf5, 0x6e, - 0x5d, 0x43, 0x83, 0x06, 0xf8, 0xe5, 0xf8, 0x36, 0x59, 0xda, 0x3e, 0x5d, 0x5e, 0x11, 0xd7, 0xd0, - 0xe1, 0x11, 0xf8, 0xf7, 0xb9, 0x43, 0x3d, 0x9f, 0xda, 0x37, 0x21, 0x99, 0x1b, 0x3d, 0x08, 0x40, - 0x5f, 0xc9, 0xc0, 0xf8, 0x0e, 0xff, 0x00, 0xe0, 0x7a, 0x4b, 0xba, 0xab, 0x7f, 0xc0, 0xdf, 0xe0, - 0xe7, 0xdc, 0x0e, 0x82, 0x96, 0xd2, 0x87, 0xff, 0x01, 0xec, 0xca, 0x0f, 0xc4, 0x60, 0xfa, 0xa6, - 0x81, 0xf1, 0x3d, 0x2f, 0xd0, 0xc1, 0xed, 0xa7, 0x27, 0x87, 0x77, 0x5a, 0x34, 0x09, 0x2e, 0xb4, - 0xbb, 0xe9, 0x8e, 0x92, 0xf2, 0x3c, 0x2e, 0x53, 0xc4, 0x45, 0x6a, 0xa6, 0xac, 0x54, 0xf9, 0xee, - 0x8f, 0xb3, 0xc9, 0xe4, 0x17, 0xb7, 0x3a, 0x53, 0xdf, 0x07, 0xbd, 0xe7, 0x10, 0xf2, 0xa8, 0x8f, - 0x9c, 0x16, 0x45, 0x12, 0x89, 0x5a, 0xd9, 0xa8, 0x95, 0x85, 0x9a, 0x98, 0xe5, 0xf3, 0x7e, 0x1e, - 0x91, 0x44, 0x46, 0xdd, 0x3c, 0x5a, 0x59, 0x91, 0x9a, 0xbf, 0xea, 0xe3, 0xb6, 0x89, 0x31, 0x49, - 0x24, 0xc6, 0x9d, 0x03, 0xe3, 0x95, 0x85, 0xb1, 0xf2, 0xac, 0xfb, 0xea, 0x61, 0xa7, 0xef, 0x01, - 0x00, 0x00, 0xff, 0xff, 0x66, 0x81, 0xcb, 0x85, 0x43, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/user_list_prepopulation_status.pb.go b/googleapis/ads/googleads/v0/enums/user_list_prepopulation_status.pb.go deleted file mode 100644 index 052f261f7b..0000000000 --- a/googleapis/ads/googleads/v0/enums/user_list_prepopulation_status.pb.go +++ /dev/null @@ -1,121 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/user_list_prepopulation_status.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible user list prepopulation status. -type UserListPrepopulationStatusEnum_UserListPrepopulationStatus int32 - -const ( - // Not specified. - UserListPrepopulationStatusEnum_UNSPECIFIED UserListPrepopulationStatusEnum_UserListPrepopulationStatus = 0 - // Used for return value only. Represents value unknown in this version. - UserListPrepopulationStatusEnum_UNKNOWN UserListPrepopulationStatusEnum_UserListPrepopulationStatus = 1 - // Prepopoulation is being requested. - UserListPrepopulationStatusEnum_REQUESTED UserListPrepopulationStatusEnum_UserListPrepopulationStatus = 2 - // Prepopulation is finished. - UserListPrepopulationStatusEnum_FINISHED UserListPrepopulationStatusEnum_UserListPrepopulationStatus = 3 - // Prepopulation failed. - UserListPrepopulationStatusEnum_FAILED UserListPrepopulationStatusEnum_UserListPrepopulationStatus = 4 -) - -var UserListPrepopulationStatusEnum_UserListPrepopulationStatus_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "REQUESTED", - 3: "FINISHED", - 4: "FAILED", -} -var UserListPrepopulationStatusEnum_UserListPrepopulationStatus_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "REQUESTED": 2, - "FINISHED": 3, - "FAILED": 4, -} - -func (x UserListPrepopulationStatusEnum_UserListPrepopulationStatus) String() string { - return proto.EnumName(UserListPrepopulationStatusEnum_UserListPrepopulationStatus_name, int32(x)) -} -func (UserListPrepopulationStatusEnum_UserListPrepopulationStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_prepopulation_status_3d6504aa48699d12, []int{0, 0} -} - -// Indicates status of prepopulation based on the rule. -type UserListPrepopulationStatusEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListPrepopulationStatusEnum) Reset() { *m = UserListPrepopulationStatusEnum{} } -func (m *UserListPrepopulationStatusEnum) String() string { return proto.CompactTextString(m) } -func (*UserListPrepopulationStatusEnum) ProtoMessage() {} -func (*UserListPrepopulationStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_prepopulation_status_3d6504aa48699d12, []int{0} -} -func (m *UserListPrepopulationStatusEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListPrepopulationStatusEnum.Unmarshal(m, b) -} -func (m *UserListPrepopulationStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListPrepopulationStatusEnum.Marshal(b, m, deterministic) -} -func (dst *UserListPrepopulationStatusEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListPrepopulationStatusEnum.Merge(dst, src) -} -func (m *UserListPrepopulationStatusEnum) XXX_Size() int { - return xxx_messageInfo_UserListPrepopulationStatusEnum.Size(m) -} -func (m *UserListPrepopulationStatusEnum) XXX_DiscardUnknown() { - xxx_messageInfo_UserListPrepopulationStatusEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListPrepopulationStatusEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*UserListPrepopulationStatusEnum)(nil), "google.ads.googleads.v0.enums.UserListPrepopulationStatusEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.UserListPrepopulationStatusEnum_UserListPrepopulationStatus", UserListPrepopulationStatusEnum_UserListPrepopulationStatus_name, UserListPrepopulationStatusEnum_UserListPrepopulationStatus_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/user_list_prepopulation_status.proto", fileDescriptor_user_list_prepopulation_status_3d6504aa48699d12) -} - -var fileDescriptor_user_list_prepopulation_status_3d6504aa48699d12 = []byte{ - // 317 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, - 0x1c, 0xc6, 0x6d, 0x27, 0x53, 0x33, 0xc5, 0xd2, 0xab, 0x0c, 0xdd, 0x1e, 0x20, 0x2d, 0x78, 0x8b, - 0xa7, 0xce, 0x66, 0xb3, 0x38, 0x6a, 0xb5, 0x76, 0x82, 0x14, 0x46, 0x35, 0x21, 0x14, 0xba, 0xa6, - 0xf4, 0x9f, 0xee, 0x15, 0x7c, 0x0f, 0x8f, 0x3e, 0x8a, 0x8f, 0xe2, 0xdd, 0xbb, 0x34, 0x75, 0xc3, - 0x8b, 0xbb, 0x84, 0x8f, 0x7c, 0x5f, 0x3e, 0xbe, 0xfc, 0xd0, 0x44, 0x48, 0x29, 0x0a, 0xee, 0x64, - 0x0c, 0x9c, 0x4e, 0xb6, 0x6a, 0xed, 0x3a, 0xbc, 0x6c, 0x56, 0xe0, 0x34, 0xc0, 0xeb, 0x65, 0x91, - 0x83, 0x5a, 0x56, 0x35, 0xaf, 0x64, 0xd5, 0x14, 0x99, 0xca, 0x65, 0xb9, 0x04, 0x95, 0xa9, 0x06, - 0x70, 0x55, 0x4b, 0x25, 0xed, 0x61, 0xf7, 0x10, 0x67, 0x0c, 0xf0, 0xb6, 0x03, 0xaf, 0x5d, 0xac, - 0x3b, 0xc6, 0x6f, 0x06, 0x3a, 0x4f, 0x80, 0xd7, 0xf3, 0x1c, 0x54, 0xf4, 0xb7, 0x25, 0xd6, 0x25, - 0xb4, 0x6c, 0x56, 0x63, 0x86, 0xce, 0x76, 0x44, 0xec, 0x53, 0x34, 0x48, 0xc2, 0x38, 0xa2, 0xd7, - 0xc1, 0x34, 0xa0, 0xbe, 0xb5, 0x67, 0x0f, 0xd0, 0x41, 0x12, 0xde, 0x86, 0x77, 0x4f, 0xa1, 0x65, - 0xd8, 0x27, 0xe8, 0xe8, 0x81, 0xde, 0x27, 0x34, 0x7e, 0xa4, 0xbe, 0x65, 0xda, 0xc7, 0xe8, 0x70, - 0x1a, 0x84, 0x41, 0x7c, 0x43, 0x7d, 0xab, 0x67, 0x23, 0xd4, 0x9f, 0x7a, 0xc1, 0x9c, 0xfa, 0xd6, - 0xfe, 0xe4, 0xdb, 0x40, 0xa3, 0x57, 0xb9, 0xc2, 0x3b, 0xf7, 0x4e, 0x2e, 0x76, 0x2c, 0x89, 0xda, - 0x0f, 0x47, 0xc6, 0xf3, 0x2f, 0x36, 0x2c, 0x64, 0x91, 0x95, 0x02, 0xcb, 0x5a, 0x38, 0x82, 0x97, - 0x1a, 0xc7, 0x06, 0x63, 0x95, 0xc3, 0x3f, 0x54, 0xaf, 0xf4, 0xf9, 0x6e, 0xf6, 0x66, 0x9e, 0xf7, - 0x61, 0x0e, 0x67, 0x5d, 0x95, 0xc7, 0x00, 0x77, 0xb2, 0x55, 0x0b, 0x17, 0xb7, 0x60, 0xe0, 0x73, - 0xe3, 0xa7, 0x1e, 0x83, 0x74, 0xeb, 0xa7, 0x0b, 0x37, 0xd5, 0xfe, 0x97, 0x39, 0xea, 0x2e, 0x09, - 0xf1, 0x18, 0x10, 0xb2, 0x4d, 0x10, 0xb2, 0x70, 0x09, 0xd1, 0x99, 0x97, 0xbe, 0x1e, 0x76, 0xf9, - 0x13, 0x00, 0x00, 0xff, 0xff, 0xfd, 0x7a, 0xcd, 0x33, 0xed, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/user_list_rule_type.pb.go b/googleapis/ads/googleads/v0/enums/user_list_rule_type.pb.go deleted file mode 100644 index ec003bde8f..0000000000 --- a/googleapis/ads/googleads/v0/enums/user_list_rule_type.pb.go +++ /dev/null @@ -1,116 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/user_list_rule_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible user list rule types. -type UserListRuleTypeEnum_UserListRuleType int32 - -const ( - // Not specified. - UserListRuleTypeEnum_UNSPECIFIED UserListRuleTypeEnum_UserListRuleType = 0 - // Used for return value only. Represents value unknown in this version. - UserListRuleTypeEnum_UNKNOWN UserListRuleTypeEnum_UserListRuleType = 1 - // Conjunctive normal form. - UserListRuleTypeEnum_AND_OF_ORS UserListRuleTypeEnum_UserListRuleType = 2 - // Disjunctive normal form. - UserListRuleTypeEnum_OR_OF_ANDS UserListRuleTypeEnum_UserListRuleType = 3 -) - -var UserListRuleTypeEnum_UserListRuleType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "AND_OF_ORS", - 3: "OR_OF_ANDS", -} -var UserListRuleTypeEnum_UserListRuleType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "AND_OF_ORS": 2, - "OR_OF_ANDS": 3, -} - -func (x UserListRuleTypeEnum_UserListRuleType) String() string { - return proto.EnumName(UserListRuleTypeEnum_UserListRuleType_name, int32(x)) -} -func (UserListRuleTypeEnum_UserListRuleType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_rule_type_c8dd99f95ad07f8c, []int{0, 0} -} - -// Rule based user list rule type. -type UserListRuleTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListRuleTypeEnum) Reset() { *m = UserListRuleTypeEnum{} } -func (m *UserListRuleTypeEnum) String() string { return proto.CompactTextString(m) } -func (*UserListRuleTypeEnum) ProtoMessage() {} -func (*UserListRuleTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_rule_type_c8dd99f95ad07f8c, []int{0} -} -func (m *UserListRuleTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListRuleTypeEnum.Unmarshal(m, b) -} -func (m *UserListRuleTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListRuleTypeEnum.Marshal(b, m, deterministic) -} -func (dst *UserListRuleTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListRuleTypeEnum.Merge(dst, src) -} -func (m *UserListRuleTypeEnum) XXX_Size() int { - return xxx_messageInfo_UserListRuleTypeEnum.Size(m) -} -func (m *UserListRuleTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_UserListRuleTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListRuleTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*UserListRuleTypeEnum)(nil), "google.ads.googleads.v0.enums.UserListRuleTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.UserListRuleTypeEnum_UserListRuleType", UserListRuleTypeEnum_UserListRuleType_name, UserListRuleTypeEnum_UserListRuleType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/user_list_rule_type.proto", fileDescriptor_user_list_rule_type_c8dd99f95ad07f8c) -} - -var fileDescriptor_user_list_rule_type_c8dd99f95ad07f8c = []byte{ - // 298 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcd, 0x4a, 0xc3, 0x40, - 0x10, 0xb6, 0x29, 0x28, 0x6c, 0x41, 0x43, 0xd0, 0x63, 0x0f, 0xed, 0x03, 0x6c, 0x02, 0x1e, 0x84, - 0xf5, 0xb4, 0xb5, 0x3f, 0x14, 0x65, 0x13, 0x12, 0x13, 0x41, 0x02, 0x21, 0x9a, 0x65, 0x0d, 0x24, - 0xd9, 0x90, 0x49, 0x0a, 0x7d, 0x1d, 0x8f, 0x3e, 0x8a, 0x8f, 0xd2, 0xa7, 0x90, 0xdd, 0xd8, 0x1c, - 0x0a, 0x7a, 0x59, 0xbe, 0x99, 0xef, 0xfb, 0x76, 0xe6, 0x1b, 0x74, 0x27, 0xa4, 0x14, 0x05, 0xb7, - 0xd3, 0x0c, 0xec, 0x1e, 0x2a, 0xb4, 0x73, 0x6c, 0x5e, 0x75, 0x25, 0xd8, 0x1d, 0xf0, 0x26, 0x29, - 0x72, 0x68, 0x93, 0xa6, 0x2b, 0x78, 0xd2, 0xee, 0x6b, 0x8e, 0xeb, 0x46, 0xb6, 0xd2, 0x9a, 0xf6, - 0x6a, 0x9c, 0x66, 0x80, 0x07, 0x23, 0xde, 0x39, 0x58, 0x1b, 0xe7, 0x1f, 0xe8, 0x3a, 0x04, 0xde, - 0x3c, 0xe5, 0xd0, 0xfa, 0x5d, 0xc1, 0x9f, 0xf7, 0x35, 0x5f, 0x55, 0x5d, 0x39, 0xf7, 0x90, 0x79, - 0xda, 0xb7, 0xae, 0xd0, 0x24, 0x64, 0x81, 0xb7, 0x7a, 0xd8, 0xae, 0xb7, 0xab, 0xa5, 0x79, 0x66, - 0x4d, 0xd0, 0x45, 0xc8, 0x1e, 0x99, 0xfb, 0xc2, 0xcc, 0x91, 0x75, 0x89, 0x10, 0x65, 0xcb, 0xc4, - 0x5d, 0x27, 0xae, 0x1f, 0x98, 0x86, 0xaa, 0x5d, 0x5f, 0x95, 0x94, 0x2d, 0x03, 0x73, 0xbc, 0x38, - 0x8c, 0xd0, 0xec, 0x5d, 0x96, 0xf8, 0xdf, 0x7d, 0x16, 0x37, 0xa7, 0x53, 0x3d, 0x95, 0xc2, 0x1b, - 0xbd, 0x2e, 0x7e, 0x7d, 0x42, 0x16, 0x69, 0x25, 0xb0, 0x6c, 0x84, 0x2d, 0x78, 0xa5, 0x33, 0x1e, - 0x0f, 0x52, 0xe7, 0xf0, 0xc7, 0x7d, 0xee, 0xf5, 0xfb, 0x69, 0x8c, 0x37, 0x94, 0x7e, 0x19, 0xd3, - 0x4d, 0xff, 0x15, 0xcd, 0x00, 0xf7, 0x50, 0xa1, 0xc8, 0xc1, 0x2a, 0x39, 0x7c, 0x1f, 0xf9, 0x98, - 0x66, 0x10, 0x0f, 0x7c, 0x1c, 0x39, 0xb1, 0xe6, 0x0f, 0xc6, 0xac, 0x6f, 0x12, 0x42, 0x33, 0x20, - 0x64, 0x50, 0x10, 0x12, 0x39, 0x84, 0x68, 0xcd, 0xdb, 0xb9, 0x5e, 0xec, 0xf6, 0x27, 0x00, 0x00, - 0xff, 0xff, 0x2f, 0x25, 0xe1, 0xc9, 0xb7, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/user_list_size_range.pb.go b/googleapis/ads/googleads/v0/enums/user_list_size_range.pb.go deleted file mode 100644 index 0530cdc963..0000000000 --- a/googleapis/ads/googleads/v0/enums/user_list_size_range.pb.go +++ /dev/null @@ -1,184 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/user_list_size_range.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum containing possible user list size ranges. -type UserListSizeRangeEnum_UserListSizeRange int32 - -const ( - // Not specified. - UserListSizeRangeEnum_UNSPECIFIED UserListSizeRangeEnum_UserListSizeRange = 0 - // Used for return value only. Represents value unknown in this version. - UserListSizeRangeEnum_UNKNOWN UserListSizeRangeEnum_UserListSizeRange = 1 - // User list has less than 500 users. - UserListSizeRangeEnum_LESS_THAN_FIVE_HUNDRED UserListSizeRangeEnum_UserListSizeRange = 2 - // User list has number of users in range of 500 to 1000. - UserListSizeRangeEnum_LESS_THAN_ONE_THOUSAND UserListSizeRangeEnum_UserListSizeRange = 3 - // User list has number of users in range of 1000 to 10000. - UserListSizeRangeEnum_ONE_THOUSAND_TO_TEN_THOUSAND UserListSizeRangeEnum_UserListSizeRange = 4 - // User list has number of users in range of 10000 to 50000. - UserListSizeRangeEnum_TEN_THOUSAND_TO_FIFTY_THOUSAND UserListSizeRangeEnum_UserListSizeRange = 5 - // User list has number of users in range of 50000 to 100000. - UserListSizeRangeEnum_FIFTY_THOUSAND_TO_ONE_HUNDRED_THOUSAND UserListSizeRangeEnum_UserListSizeRange = 6 - // User list has number of users in range of 100000 to 300000. - UserListSizeRangeEnum_ONE_HUNDRED_THOUSAND_TO_THREE_HUNDRED_THOUSAND UserListSizeRangeEnum_UserListSizeRange = 7 - // User list has number of users in range of 300000 to 500000. - UserListSizeRangeEnum_THREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSAND UserListSizeRangeEnum_UserListSizeRange = 8 - // User list has number of users in range of 500000 to 1 million. - UserListSizeRangeEnum_FIVE_HUNDRED_THOUSAND_TO_ONE_MILLION UserListSizeRangeEnum_UserListSizeRange = 9 - // User list has number of users in range of 1 to 2 millions. - UserListSizeRangeEnum_ONE_MILLION_TO_TWO_MILLION UserListSizeRangeEnum_UserListSizeRange = 10 - // User list has number of users in range of 2 to 3 millions. - UserListSizeRangeEnum_TWO_MILLION_TO_THREE_MILLION UserListSizeRangeEnum_UserListSizeRange = 11 - // User list has number of users in range of 3 to 5 millions. - UserListSizeRangeEnum_THREE_MILLION_TO_FIVE_MILLION UserListSizeRangeEnum_UserListSizeRange = 12 - // User list has number of users in range of 5 to 10 millions. - UserListSizeRangeEnum_FIVE_MILLION_TO_TEN_MILLION UserListSizeRangeEnum_UserListSizeRange = 13 - // User list has number of users in range of 10 to 20 millions. - UserListSizeRangeEnum_TEN_MILLION_TO_TWENTY_MILLION UserListSizeRangeEnum_UserListSizeRange = 14 - // User list has number of users in range of 20 to 30 millions. - UserListSizeRangeEnum_TWENTY_MILLION_TO_THIRTY_MILLION UserListSizeRangeEnum_UserListSizeRange = 15 - // User list has number of users in range of 30 to 50 millions. - UserListSizeRangeEnum_THIRTY_MILLION_TO_FIFTY_MILLION UserListSizeRangeEnum_UserListSizeRange = 16 - // User list has over 50 million users. - UserListSizeRangeEnum_OVER_FIFTY_MILLION UserListSizeRangeEnum_UserListSizeRange = 17 -) - -var UserListSizeRangeEnum_UserListSizeRange_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "LESS_THAN_FIVE_HUNDRED", - 3: "LESS_THAN_ONE_THOUSAND", - 4: "ONE_THOUSAND_TO_TEN_THOUSAND", - 5: "TEN_THOUSAND_TO_FIFTY_THOUSAND", - 6: "FIFTY_THOUSAND_TO_ONE_HUNDRED_THOUSAND", - 7: "ONE_HUNDRED_THOUSAND_TO_THREE_HUNDRED_THOUSAND", - 8: "THREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSAND", - 9: "FIVE_HUNDRED_THOUSAND_TO_ONE_MILLION", - 10: "ONE_MILLION_TO_TWO_MILLION", - 11: "TWO_MILLION_TO_THREE_MILLION", - 12: "THREE_MILLION_TO_FIVE_MILLION", - 13: "FIVE_MILLION_TO_TEN_MILLION", - 14: "TEN_MILLION_TO_TWENTY_MILLION", - 15: "TWENTY_MILLION_TO_THIRTY_MILLION", - 16: "THIRTY_MILLION_TO_FIFTY_MILLION", - 17: "OVER_FIFTY_MILLION", -} -var UserListSizeRangeEnum_UserListSizeRange_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "LESS_THAN_FIVE_HUNDRED": 2, - "LESS_THAN_ONE_THOUSAND": 3, - "ONE_THOUSAND_TO_TEN_THOUSAND": 4, - "TEN_THOUSAND_TO_FIFTY_THOUSAND": 5, - "FIFTY_THOUSAND_TO_ONE_HUNDRED_THOUSAND": 6, - "ONE_HUNDRED_THOUSAND_TO_THREE_HUNDRED_THOUSAND": 7, - "THREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSAND": 8, - "FIVE_HUNDRED_THOUSAND_TO_ONE_MILLION": 9, - "ONE_MILLION_TO_TWO_MILLION": 10, - "TWO_MILLION_TO_THREE_MILLION": 11, - "THREE_MILLION_TO_FIVE_MILLION": 12, - "FIVE_MILLION_TO_TEN_MILLION": 13, - "TEN_MILLION_TO_TWENTY_MILLION": 14, - "TWENTY_MILLION_TO_THIRTY_MILLION": 15, - "THIRTY_MILLION_TO_FIFTY_MILLION": 16, - "OVER_FIFTY_MILLION": 17, -} - -func (x UserListSizeRangeEnum_UserListSizeRange) String() string { - return proto.EnumName(UserListSizeRangeEnum_UserListSizeRange_name, int32(x)) -} -func (UserListSizeRangeEnum_UserListSizeRange) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_size_range_c037cc146baeba94, []int{0, 0} -} - -// Size range in terms of number of users of a UserList. -type UserListSizeRangeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListSizeRangeEnum) Reset() { *m = UserListSizeRangeEnum{} } -func (m *UserListSizeRangeEnum) String() string { return proto.CompactTextString(m) } -func (*UserListSizeRangeEnum) ProtoMessage() {} -func (*UserListSizeRangeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_size_range_c037cc146baeba94, []int{0} -} -func (m *UserListSizeRangeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListSizeRangeEnum.Unmarshal(m, b) -} -func (m *UserListSizeRangeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListSizeRangeEnum.Marshal(b, m, deterministic) -} -func (dst *UserListSizeRangeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListSizeRangeEnum.Merge(dst, src) -} -func (m *UserListSizeRangeEnum) XXX_Size() int { - return xxx_messageInfo_UserListSizeRangeEnum.Size(m) -} -func (m *UserListSizeRangeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_UserListSizeRangeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListSizeRangeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*UserListSizeRangeEnum)(nil), "google.ads.googleads.v0.enums.UserListSizeRangeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.UserListSizeRangeEnum_UserListSizeRange", UserListSizeRangeEnum_UserListSizeRange_name, UserListSizeRangeEnum_UserListSizeRange_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/user_list_size_range.proto", fileDescriptor_user_list_size_range_c037cc146baeba94) -} - -var fileDescriptor_user_list_size_range_c037cc146baeba94 = []byte{ - // 488 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0xcb, 0x6e, 0xd3, 0x40, - 0x18, 0x85, 0x49, 0x7a, 0x83, 0x3f, 0x40, 0xdd, 0x91, 0xc8, 0xa2, 0x90, 0xb6, 0x09, 0x15, 0x42, - 0x2c, 0xc6, 0x16, 0xdd, 0x20, 0xb3, 0x72, 0xc8, 0xa4, 0xb1, 0x08, 0xe3, 0xc8, 0xb7, 0xaa, 0x28, - 0x92, 0x15, 0xb0, 0x65, 0x59, 0x4a, 0xec, 0xca, 0x93, 0x74, 0xd1, 0xe7, 0xe0, 0x09, 0x58, 0xf2, - 0x28, 0x3c, 0x0a, 0xbc, 0x01, 0x2b, 0x34, 0xe3, 0xfa, 0x46, 0x4d, 0x37, 0xd1, 0xaf, 0x73, 0xbe, - 0x33, 0x39, 0x1a, 0xcf, 0x0f, 0xef, 0xc2, 0x24, 0x09, 0x97, 0x81, 0xbc, 0xf0, 0x99, 0x9c, 0x8d, - 0x7c, 0xba, 0x56, 0xe4, 0x20, 0xde, 0xac, 0x98, 0xbc, 0x61, 0x41, 0xea, 0x2d, 0x23, 0xb6, 0xf6, - 0x58, 0x74, 0x13, 0x78, 0xe9, 0x22, 0x0e, 0x03, 0x7c, 0x95, 0x26, 0xeb, 0x04, 0xf5, 0x32, 0x1c, - 0x2f, 0x7c, 0x86, 0x8b, 0x24, 0xbe, 0x56, 0xb0, 0x48, 0x0e, 0xbe, 0xed, 0xc0, 0x33, 0x87, 0x05, - 0xe9, 0x34, 0x62, 0x6b, 0x2b, 0xba, 0x09, 0x4c, 0x1e, 0x25, 0xf1, 0x66, 0x35, 0xf8, 0xb3, 0x0d, - 0x07, 0x77, 0x1c, 0xb4, 0x0f, 0x1d, 0x87, 0x5a, 0x33, 0xf2, 0x41, 0x1f, 0xeb, 0x64, 0x24, 0x3d, - 0x40, 0x1d, 0xd8, 0x73, 0xe8, 0x47, 0x6a, 0x5c, 0x50, 0xa9, 0x85, 0x0e, 0xa1, 0x3b, 0x25, 0x96, - 0xe5, 0xd9, 0x13, 0x8d, 0x7a, 0x63, 0xdd, 0x25, 0xde, 0xc4, 0xa1, 0x23, 0x93, 0x8c, 0xa4, 0x76, - 0xdd, 0x33, 0x28, 0xf1, 0xec, 0x89, 0xe1, 0x58, 0x1a, 0x1d, 0x49, 0x5b, 0xe8, 0x04, 0x5e, 0x54, - 0x15, 0xcf, 0x36, 0x3c, 0x9b, 0xd0, 0x92, 0xd8, 0x46, 0x03, 0x38, 0xaa, 0x2a, 0x9c, 0x18, 0xeb, - 0x63, 0xfb, 0xb2, 0x64, 0x76, 0xd0, 0x1b, 0x78, 0x55, 0xd7, 0x38, 0xc5, 0xcf, 0xbd, 0x2d, 0x51, - 0xb2, 0xbb, 0xe8, 0x2d, 0xe0, 0x26, 0x47, 0xfc, 0xf3, 0xc4, 0x24, 0x0d, 0x99, 0x3d, 0x74, 0x06, - 0x72, 0xb3, 0x97, 0xb5, 0x71, 0x1b, 0x42, 0x0f, 0xd1, 0x6b, 0x38, 0x6d, 0xb4, 0xf2, 0x6e, 0x9f, - 0xf4, 0xe9, 0x54, 0x37, 0xa8, 0xf4, 0x08, 0x1d, 0xc1, 0x61, 0x45, 0x10, 0x4d, 0x2e, 0x8c, 0xc2, - 0x07, 0x7e, 0x49, 0x15, 0xa1, 0x6c, 0x9a, 0x13, 0x1d, 0xd4, 0x87, 0x5e, 0x4d, 0x2a, 0x7a, 0xe5, - 0xc8, 0x63, 0x74, 0x0c, 0xcf, 0xab, 0x4a, 0x7e, 0xd3, 0x39, 0xf0, 0x44, 0x9c, 0x51, 0x0a, 0x59, - 0x0b, 0x42, 0xed, 0xcb, 0x02, 0x79, 0x8a, 0x4e, 0xe1, 0xa4, 0xae, 0x65, 0x5d, 0x74, 0xb3, 0x42, - 0xed, 0xa3, 0x97, 0x70, 0x5c, 0xd7, 0xca, 0x6f, 0x96, 0x43, 0x12, 0xea, 0x02, 0x32, 0x5c, 0x62, - 0xfe, 0xa3, 0x1f, 0x0c, 0x7f, 0xb7, 0xa0, 0xff, 0x35, 0x59, 0xe1, 0x7b, 0x1f, 0xef, 0xb0, 0x7b, - 0xe7, 0x7d, 0xce, 0xf8, 0x9b, 0x9f, 0xb5, 0x3e, 0x0f, 0x6f, 0x83, 0x61, 0xb2, 0x5c, 0xc4, 0x21, - 0x4e, 0xd2, 0x50, 0x0e, 0x83, 0x58, 0x6c, 0x44, 0xbe, 0x3f, 0x57, 0x11, 0xfb, 0xcf, 0x3a, 0xbd, - 0x17, 0xbf, 0xdf, 0xdb, 0x5b, 0xe7, 0x9a, 0xf6, 0xa3, 0xdd, 0x3b, 0xcf, 0x8e, 0xd2, 0x7c, 0x86, - 0xb3, 0x91, 0x4f, 0xae, 0x82, 0xf9, 0x96, 0xb0, 0x9f, 0xb9, 0x3f, 0xd7, 0x7c, 0x36, 0x2f, 0xfc, - 0xb9, 0xab, 0xcc, 0x85, 0xff, 0xab, 0xdd, 0xcf, 0x44, 0x55, 0xd5, 0x7c, 0xa6, 0xaa, 0x05, 0xa1, - 0xaa, 0xae, 0xa2, 0xaa, 0x82, 0xf9, 0xb2, 0x2b, 0x8a, 0x9d, 0xfd, 0x0d, 0x00, 0x00, 0xff, 0xff, - 0xf0, 0xde, 0x9c, 0xca, 0xe6, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/user_list_string_rule_item_operator.pb.go b/googleapis/ads/googleads/v0/enums/user_list_string_rule_item_operator.pb.go deleted file mode 100644 index 2c7176c6fe..0000000000 --- a/googleapis/ads/googleads/v0/enums/user_list_string_rule_item_operator.pb.go +++ /dev/null @@ -1,145 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/user_list_string_rule_item_operator.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible user list string rule item operators. -type UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator int32 - -const ( - // Not specified. - UserListStringRuleItemOperatorEnum_UNSPECIFIED UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 0 - // Used for return value only. Represents value unknown in this version. - UserListStringRuleItemOperatorEnum_UNKNOWN UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 1 - // Contains. - UserListStringRuleItemOperatorEnum_CONTAINS UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 2 - // Equals. - UserListStringRuleItemOperatorEnum_EQUALS UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 3 - // Starts with. - UserListStringRuleItemOperatorEnum_STARTS_WITH UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 4 - // Ends with. - UserListStringRuleItemOperatorEnum_ENDS_WITH UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 5 - // Not equals. - UserListStringRuleItemOperatorEnum_NOT_EQUALS UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 6 - // Not contains. - UserListStringRuleItemOperatorEnum_NOT_CONTAINS UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 7 - // Not starts with. - UserListStringRuleItemOperatorEnum_NOT_STARTS_WITH UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 8 - // Not ends with. - UserListStringRuleItemOperatorEnum_NOT_ENDS_WITH UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator = 9 -) - -var UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CONTAINS", - 3: "EQUALS", - 4: "STARTS_WITH", - 5: "ENDS_WITH", - 6: "NOT_EQUALS", - 7: "NOT_CONTAINS", - 8: "NOT_STARTS_WITH", - 9: "NOT_ENDS_WITH", -} -var UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CONTAINS": 2, - "EQUALS": 3, - "STARTS_WITH": 4, - "ENDS_WITH": 5, - "NOT_EQUALS": 6, - "NOT_CONTAINS": 7, - "NOT_STARTS_WITH": 8, - "NOT_ENDS_WITH": 9, -} - -func (x UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator) String() string { - return proto.EnumName(UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator_name, int32(x)) -} -func (UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_string_rule_item_operator_ae6aa7b38965c45b, []int{0, 0} -} - -// Supported rule operator for string type. -type UserListStringRuleItemOperatorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListStringRuleItemOperatorEnum) Reset() { *m = UserListStringRuleItemOperatorEnum{} } -func (m *UserListStringRuleItemOperatorEnum) String() string { return proto.CompactTextString(m) } -func (*UserListStringRuleItemOperatorEnum) ProtoMessage() {} -func (*UserListStringRuleItemOperatorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_string_rule_item_operator_ae6aa7b38965c45b, []int{0} -} -func (m *UserListStringRuleItemOperatorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListStringRuleItemOperatorEnum.Unmarshal(m, b) -} -func (m *UserListStringRuleItemOperatorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListStringRuleItemOperatorEnum.Marshal(b, m, deterministic) -} -func (dst *UserListStringRuleItemOperatorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListStringRuleItemOperatorEnum.Merge(dst, src) -} -func (m *UserListStringRuleItemOperatorEnum) XXX_Size() int { - return xxx_messageInfo_UserListStringRuleItemOperatorEnum.Size(m) -} -func (m *UserListStringRuleItemOperatorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_UserListStringRuleItemOperatorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListStringRuleItemOperatorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*UserListStringRuleItemOperatorEnum)(nil), "google.ads.googleads.v0.enums.UserListStringRuleItemOperatorEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator", UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator_name, UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/user_list_string_rule_item_operator.proto", fileDescriptor_user_list_string_rule_item_operator_ae6aa7b38965c45b) -} - -var fileDescriptor_user_list_string_rule_item_operator_ae6aa7b38965c45b = []byte{ - // 371 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xcd, 0xee, 0x93, 0x40, - 0x14, 0xc5, 0x85, 0x6a, 0x3f, 0xa6, 0xad, 0xc5, 0x71, 0x5d, 0x93, 0xd6, 0xfd, 0x40, 0xe2, 0x6e, - 0x5c, 0x4d, 0x5b, 0xac, 0xc4, 0x66, 0xa8, 0x05, 0xda, 0xc4, 0x90, 0x10, 0x94, 0x09, 0x21, 0x01, - 0xa6, 0x99, 0x81, 0x3e, 0x90, 0x4b, 0x1f, 0xc3, 0xa5, 0x6f, 0xa2, 0x4f, 0xe0, 0xd2, 0x30, 0x50, - 0xe2, 0xe6, 0xdf, 0x0d, 0x39, 0xf7, 0xde, 0x73, 0x7f, 0x61, 0xce, 0x05, 0xfb, 0x94, 0xf3, 0x34, - 0x67, 0x66, 0x9c, 0x48, 0xb3, 0x95, 0x8d, 0xba, 0x59, 0x26, 0x2b, 0xeb, 0x42, 0x9a, 0xb5, 0x64, - 0x22, 0xca, 0x33, 0x59, 0x45, 0xb2, 0x12, 0x59, 0x99, 0x46, 0xa2, 0xce, 0x59, 0x94, 0x55, 0xac, - 0x88, 0xf8, 0x95, 0x89, 0xb8, 0xe2, 0x02, 0x5d, 0x05, 0xaf, 0x38, 0x5c, 0xb6, 0xdb, 0x28, 0x4e, - 0x24, 0xea, 0x41, 0xe8, 0x66, 0x21, 0x05, 0x5a, 0xff, 0xd6, 0xc0, 0x3a, 0x90, 0x4c, 0x1c, 0x32, - 0x59, 0x79, 0x0a, 0x75, 0xaa, 0x73, 0xe6, 0x54, 0xac, 0x70, 0x3b, 0x8e, 0x5d, 0xd6, 0xc5, 0xfa, - 0xa7, 0x06, 0xde, 0x3c, 0xb6, 0xc1, 0x05, 0x98, 0x06, 0xd4, 0x3b, 0xda, 0x5b, 0xe7, 0x83, 0x63, - 0xef, 0x8c, 0x67, 0x70, 0x0a, 0x46, 0x01, 0xfd, 0x44, 0xdd, 0x0b, 0x35, 0x34, 0x38, 0x03, 0xe3, - 0xad, 0x4b, 0x7d, 0xe2, 0x50, 0xcf, 0xd0, 0x21, 0x00, 0x43, 0xfb, 0x73, 0x40, 0x0e, 0x9e, 0x31, - 0x68, 0xf6, 0x3c, 0x9f, 0x9c, 0x7c, 0x2f, 0xba, 0x38, 0xfe, 0x47, 0xe3, 0x39, 0x9c, 0x83, 0x89, - 0x4d, 0x77, 0x5d, 0xf9, 0x02, 0xbe, 0x04, 0x80, 0xba, 0x7e, 0xd4, 0xf9, 0x87, 0xd0, 0x00, 0xb3, - 0xa6, 0xee, 0x69, 0x23, 0xf8, 0x1a, 0x2c, 0x9a, 0xce, 0xff, 0x94, 0x31, 0x7c, 0x05, 0xe6, 0x6a, - 0xad, 0x27, 0x4d, 0x36, 0x7f, 0x35, 0xb0, 0xfa, 0xc6, 0x0b, 0xf4, 0x30, 0x91, 0xcd, 0xdb, 0xc7, - 0xef, 0x3c, 0x36, 0xa9, 0x1e, 0xb5, 0x2f, 0x9b, 0x8e, 0x92, 0xf2, 0x3c, 0x2e, 0x53, 0xc4, 0x45, - 0x6a, 0xa6, 0xac, 0x54, 0x99, 0xdf, 0x0f, 0x76, 0xcd, 0xe4, 0x13, 0xf7, 0x7b, 0xaf, 0xbe, 0xdf, - 0xf5, 0xc1, 0x9e, 0x90, 0x1f, 0xfa, 0x72, 0xdf, 0xa2, 0x48, 0x22, 0x51, 0x2b, 0x1b, 0x75, 0xb6, - 0x50, 0x13, 0xbd, 0xfc, 0x75, 0x9f, 0x87, 0x24, 0x91, 0x61, 0x3f, 0x0f, 0xcf, 0x56, 0xa8, 0xe6, - 0x7f, 0xf4, 0x55, 0xdb, 0xc4, 0x98, 0x24, 0x12, 0xe3, 0xde, 0x81, 0xf1, 0xd9, 0xc2, 0x58, 0x79, - 0xbe, 0x0e, 0xd5, 0x8f, 0xbd, 0xfb, 0x17, 0x00, 0x00, 0xff, 0xff, 0x54, 0x4d, 0x3f, 0x86, 0x57, - 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/user_list_type.pb.go b/googleapis/ads/googleads/v0/enums/user_list_type.pb.go deleted file mode 100644 index 675e4bc920..0000000000 --- a/googleapis/ads/googleads/v0/enums/user_list_type.pb.go +++ /dev/null @@ -1,136 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/user_list_type.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum containing possible user list types. -type UserListTypeEnum_UserListType int32 - -const ( - // Not specified. - UserListTypeEnum_UNSPECIFIED UserListTypeEnum_UserListType = 0 - // Used for return value only. Represents value unknown in this version. - UserListTypeEnum_UNKNOWN UserListTypeEnum_UserListType = 1 - // UserList represented as a collection of conversion types. - UserListTypeEnum_REMARKETING UserListTypeEnum_UserListType = 2 - // UserList represented as a combination of other user lists/interests. - UserListTypeEnum_LOGICAL UserListTypeEnum_UserListType = 3 - // UserList created in the Google Ad Manager platform. - UserListTypeEnum_EXTERNAL_REMARKETING UserListTypeEnum_UserListType = 4 - // UserList associated with a rule. - UserListTypeEnum_RULE_BASED UserListTypeEnum_UserListType = 5 - // UserList with users similar to users of another UserList. - UserListTypeEnum_SIMILAR UserListTypeEnum_UserListType = 6 - // UserList of first party CRM data provided by advertiser in the form of - // emails or other formats. - UserListTypeEnum_CRM_BASED UserListTypeEnum_UserListType = 7 -) - -var UserListTypeEnum_UserListType_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "REMARKETING", - 3: "LOGICAL", - 4: "EXTERNAL_REMARKETING", - 5: "RULE_BASED", - 6: "SIMILAR", - 7: "CRM_BASED", -} -var UserListTypeEnum_UserListType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "REMARKETING": 2, - "LOGICAL": 3, - "EXTERNAL_REMARKETING": 4, - "RULE_BASED": 5, - "SIMILAR": 6, - "CRM_BASED": 7, -} - -func (x UserListTypeEnum_UserListType) String() string { - return proto.EnumName(UserListTypeEnum_UserListType_name, int32(x)) -} -func (UserListTypeEnum_UserListType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_type_f5785c22f14c2dd6, []int{0, 0} -} - -// The user list types. -type UserListTypeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListTypeEnum) Reset() { *m = UserListTypeEnum{} } -func (m *UserListTypeEnum) String() string { return proto.CompactTextString(m) } -func (*UserListTypeEnum) ProtoMessage() {} -func (*UserListTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_type_f5785c22f14c2dd6, []int{0} -} -func (m *UserListTypeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListTypeEnum.Unmarshal(m, b) -} -func (m *UserListTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListTypeEnum.Marshal(b, m, deterministic) -} -func (dst *UserListTypeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListTypeEnum.Merge(dst, src) -} -func (m *UserListTypeEnum) XXX_Size() int { - return xxx_messageInfo_UserListTypeEnum.Size(m) -} -func (m *UserListTypeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_UserListTypeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListTypeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*UserListTypeEnum)(nil), "google.ads.googleads.v0.enums.UserListTypeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.UserListTypeEnum_UserListType", UserListTypeEnum_UserListType_name, UserListTypeEnum_UserListType_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/user_list_type.proto", fileDescriptor_user_list_type_f5785c22f14c2dd6) -} - -var fileDescriptor_user_list_type_f5785c22f14c2dd6 = []byte{ - // 341 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x4f, 0x4e, 0xc2, 0x40, - 0x18, 0xc5, 0x6d, 0x51, 0x88, 0x83, 0x7f, 0xc6, 0xc6, 0x85, 0x1b, 0x16, 0x70, 0x80, 0x69, 0xa3, - 0xbb, 0x71, 0x35, 0x85, 0xb1, 0x69, 0x28, 0x85, 0x14, 0x8a, 0xc6, 0x34, 0x69, 0xd0, 0x4e, 0x1a, - 0x12, 0xe8, 0x34, 0x9d, 0x42, 0xc2, 0x2d, 0x3c, 0x83, 0x89, 0x1b, 0x8f, 0xe2, 0x41, 0x5c, 0x78, - 0x0a, 0x33, 0x53, 0x20, 0x6c, 0x74, 0x33, 0x79, 0xf9, 0x7e, 0xef, 0x4d, 0xbe, 0xef, 0x81, 0xdb, - 0x94, 0xf3, 0x74, 0xc1, 0xcc, 0x59, 0x22, 0xcc, 0x4a, 0x4a, 0xb5, 0xb6, 0x4c, 0x96, 0xad, 0x96, - 0xc2, 0x5c, 0x09, 0x56, 0xc4, 0x8b, 0xb9, 0x28, 0xe3, 0x72, 0x93, 0x33, 0x94, 0x17, 0xbc, 0xe4, - 0x46, 0xab, 0x32, 0xa2, 0x59, 0x22, 0xd0, 0x3e, 0x83, 0xd6, 0x16, 0x52, 0x99, 0xce, 0x87, 0x06, - 0x60, 0x28, 0x58, 0xe1, 0xcd, 0x45, 0x39, 0xd9, 0xe4, 0x8c, 0x66, 0xab, 0x65, 0xe7, 0x4d, 0x03, - 0x67, 0x87, 0x43, 0xe3, 0x12, 0x34, 0x43, 0x7f, 0x3c, 0xa2, 0x5d, 0xf7, 0xc1, 0xa5, 0x3d, 0x78, - 0x64, 0x34, 0x41, 0x23, 0xf4, 0xfb, 0xfe, 0xf0, 0xd1, 0x87, 0x9a, 0xa4, 0x01, 0x1d, 0x90, 0xa0, - 0x4f, 0x27, 0xae, 0xef, 0x40, 0x5d, 0x52, 0x6f, 0xe8, 0xb8, 0x5d, 0xe2, 0xc1, 0x9a, 0x71, 0x03, - 0xae, 0xe9, 0xd3, 0x84, 0x06, 0x3e, 0xf1, 0xe2, 0x43, 0xdb, 0xb1, 0x71, 0x01, 0x40, 0x10, 0x7a, - 0x34, 0xb6, 0xc9, 0x98, 0xf6, 0xe0, 0x89, 0x8c, 0x8d, 0xdd, 0x81, 0xeb, 0x91, 0x00, 0xd6, 0x8d, - 0x73, 0x70, 0xda, 0x0d, 0x06, 0x5b, 0xd6, 0xb0, 0xbf, 0x35, 0xd0, 0x7e, 0xe5, 0x4b, 0xf4, 0xef, - 0x35, 0xf6, 0xd5, 0xe1, 0xd6, 0x23, 0x79, 0xff, 0x48, 0x7b, 0xb6, 0xb7, 0x99, 0x94, 0x2f, 0x66, - 0x59, 0x8a, 0x78, 0x91, 0x9a, 0x29, 0xcb, 0x54, 0x3b, 0xbb, 0x16, 0xf3, 0xb9, 0xf8, 0xa3, 0xd4, - 0x7b, 0xf5, 0xbe, 0xeb, 0x35, 0x87, 0x90, 0x4f, 0xbd, 0xe5, 0x54, 0x5f, 0x91, 0x44, 0xa0, 0x4a, - 0x4a, 0x35, 0xb5, 0x90, 0xac, 0x4d, 0x7c, 0xed, 0x78, 0x44, 0x12, 0x11, 0xed, 0x79, 0x34, 0xb5, - 0x22, 0xc5, 0x7f, 0xf4, 0x76, 0x35, 0xc4, 0x98, 0x24, 0x02, 0xe3, 0xbd, 0x03, 0xe3, 0xa9, 0x85, - 0xb1, 0xf2, 0xbc, 0xd4, 0xd5, 0x62, 0x77, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x58, 0xe7, 0xb5, - 0x89, 0xec, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/vanity_pharma_display_url_mode.pb.go b/googleapis/ads/googleads/v0/enums/vanity_pharma_display_url_mode.pb.go deleted file mode 100644 index 47df4b3f2a..0000000000 --- a/googleapis/ads/googleads/v0/enums/vanity_pharma_display_url_mode.pb.go +++ /dev/null @@ -1,118 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/vanity_pharma_display_url_mode.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible display modes for vanity pharma URLs. -type VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode int32 - -const ( - // Not specified. - VanityPharmaDisplayUrlModeEnum_UNSPECIFIED VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode = 0 - // Used for return value only. Represents value unknown in this version. - VanityPharmaDisplayUrlModeEnum_UNKNOWN VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode = 1 - // Replace vanity pharma URL with manufacturer website url. - VanityPharmaDisplayUrlModeEnum_MANUFACTURER_WEBSITE_URL VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode = 2 - // Replace vanity pharma URL with description of the website. - VanityPharmaDisplayUrlModeEnum_WEBSITE_DESCRIPTION VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode = 3 -) - -var VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "MANUFACTURER_WEBSITE_URL", - 3: "WEBSITE_DESCRIPTION", -} -var VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "MANUFACTURER_WEBSITE_URL": 2, - "WEBSITE_DESCRIPTION": 3, -} - -func (x VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode) String() string { - return proto.EnumName(VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode_name, int32(x)) -} -func (VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_vanity_pharma_display_url_mode_c77c1862e858dd6d, []int{0, 0} -} - -// The display mode for vanity pharma URLs. -type VanityPharmaDisplayUrlModeEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *VanityPharmaDisplayUrlModeEnum) Reset() { *m = VanityPharmaDisplayUrlModeEnum{} } -func (m *VanityPharmaDisplayUrlModeEnum) String() string { return proto.CompactTextString(m) } -func (*VanityPharmaDisplayUrlModeEnum) ProtoMessage() {} -func (*VanityPharmaDisplayUrlModeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_vanity_pharma_display_url_mode_c77c1862e858dd6d, []int{0} -} -func (m *VanityPharmaDisplayUrlModeEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_VanityPharmaDisplayUrlModeEnum.Unmarshal(m, b) -} -func (m *VanityPharmaDisplayUrlModeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_VanityPharmaDisplayUrlModeEnum.Marshal(b, m, deterministic) -} -func (dst *VanityPharmaDisplayUrlModeEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_VanityPharmaDisplayUrlModeEnum.Merge(dst, src) -} -func (m *VanityPharmaDisplayUrlModeEnum) XXX_Size() int { - return xxx_messageInfo_VanityPharmaDisplayUrlModeEnum.Size(m) -} -func (m *VanityPharmaDisplayUrlModeEnum) XXX_DiscardUnknown() { - xxx_messageInfo_VanityPharmaDisplayUrlModeEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_VanityPharmaDisplayUrlModeEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*VanityPharmaDisplayUrlModeEnum)(nil), "google.ads.googleads.v0.enums.VanityPharmaDisplayUrlModeEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode", VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode_name, VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/vanity_pharma_display_url_mode.proto", fileDescriptor_vanity_pharma_display_url_mode_c77c1862e858dd6d) -} - -var fileDescriptor_vanity_pharma_display_url_mode_c77c1862e858dd6d = []byte{ - // 331 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x4a, 0xf3, 0x40, - 0x1c, 0xc5, 0xbf, 0xa4, 0xf0, 0x09, 0xd3, 0x85, 0x21, 0x2e, 0x14, 0xb1, 0x4a, 0x7b, 0x80, 0x49, - 0xc0, 0xdd, 0xb8, 0x9a, 0xb4, 0xd3, 0x12, 0xb4, 0x69, 0x48, 0x9b, 0x14, 0x24, 0x10, 0x46, 0x27, - 0x8c, 0x85, 0x24, 0x13, 0x33, 0x6d, 0xa1, 0xe7, 0xf0, 0x06, 0x2e, 0x3d, 0x8a, 0x47, 0x71, 0xed, - 0x01, 0x24, 0x33, 0xb6, 0xbb, 0xba, 0x09, 0x8f, 0xff, 0x7b, 0xf9, 0xf1, 0xe6, 0x01, 0x8f, 0x0b, - 0xc1, 0x8b, 0xdc, 0xa1, 0x4c, 0x3a, 0x5a, 0xb6, 0x6a, 0xeb, 0x3a, 0x79, 0xb5, 0x29, 0xa5, 0xb3, - 0xa5, 0xd5, 0x6a, 0xbd, 0xcb, 0xea, 0x17, 0xda, 0x94, 0x34, 0x63, 0x2b, 0x59, 0x17, 0x74, 0x97, - 0x6d, 0x9a, 0x22, 0x2b, 0x05, 0xcb, 0x61, 0xdd, 0x88, 0xb5, 0xb0, 0x7b, 0xfa, 0x47, 0x48, 0x99, - 0x84, 0x07, 0x06, 0xdc, 0xba, 0x50, 0x31, 0x06, 0x6f, 0x06, 0xb8, 0x4e, 0x14, 0x27, 0x54, 0x98, - 0x91, 0xa6, 0xc4, 0x4d, 0x31, 0x15, 0x2c, 0x27, 0xd5, 0xa6, 0x1c, 0xbc, 0x82, 0xcb, 0xe3, 0x09, - 0xfb, 0x14, 0x74, 0xe3, 0x60, 0x1e, 0x92, 0xa1, 0x3f, 0xf6, 0xc9, 0xc8, 0xfa, 0x67, 0x77, 0xc1, - 0x49, 0x1c, 0xdc, 0x07, 0xb3, 0x65, 0x60, 0x19, 0xf6, 0x15, 0xb8, 0x98, 0xe2, 0x20, 0x1e, 0xe3, - 0xe1, 0x22, 0x8e, 0x48, 0x94, 0x2d, 0x89, 0x37, 0xf7, 0x17, 0x24, 0x8b, 0xa3, 0x07, 0xcb, 0xb4, - 0xcf, 0xc1, 0xd9, 0xfe, 0x30, 0x22, 0xf3, 0x61, 0xe4, 0x87, 0x0b, 0x7f, 0x16, 0x58, 0x1d, 0xef, - 0xdb, 0x00, 0xfd, 0x67, 0x51, 0xc2, 0x3f, 0xbb, 0x7b, 0x37, 0xc7, 0x6b, 0x85, 0xed, 0xdb, 0x43, - 0xe3, 0xf1, 0x77, 0x41, 0xc8, 0x45, 0x41, 0x2b, 0x0e, 0x45, 0xc3, 0x1d, 0x9e, 0x57, 0x6a, 0x99, - 0xfd, 0xa2, 0xf5, 0x4a, 0x1e, 0x19, 0xf8, 0x4e, 0x7d, 0xdf, 0xcd, 0xce, 0x04, 0xe3, 0x0f, 0xb3, - 0x37, 0xd1, 0x28, 0xcc, 0x24, 0xd4, 0xb2, 0x55, 0x89, 0x0b, 0xdb, 0x91, 0xe4, 0xe7, 0xde, 0x4f, - 0x31, 0x93, 0xe9, 0xc1, 0x4f, 0x13, 0x37, 0x55, 0xfe, 0x97, 0xd9, 0xd7, 0x47, 0x84, 0x30, 0x93, - 0x08, 0x1d, 0x12, 0x08, 0x25, 0x2e, 0x42, 0x2a, 0xf3, 0xf4, 0x5f, 0x15, 0xbb, 0xfd, 0x09, 0x00, - 0x00, 0xff, 0xff, 0xf6, 0xd0, 0xb9, 0xe3, 0xf8, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/vanity_pharma_text.pb.go b/googleapis/ads/googleads/v0/enums/vanity_pharma_text.pb.go deleted file mode 100644 index 9f98d13481..0000000000 --- a/googleapis/ads/googleads/v0/enums/vanity_pharma_text.pb.go +++ /dev/null @@ -1,170 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/vanity_pharma_text.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible text. -type VanityPharmaTextEnum_VanityPharmaText int32 - -const ( - // Not specified. - VanityPharmaTextEnum_UNSPECIFIED VanityPharmaTextEnum_VanityPharmaText = 0 - // Used for return value only. Represents value unknown in this version. - VanityPharmaTextEnum_UNKNOWN VanityPharmaTextEnum_VanityPharmaText = 1 - // Prescription treatment website with website content in English. - VanityPharmaTextEnum_PRESCRIPTION_TREATMENT_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 2 - // Prescription treatment website with website content in Spanish - // (Sitio de tratamientos con receta). - VanityPharmaTextEnum_PRESCRIPTION_TREATMENT_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 3 - // Prescription device website with website content in English. - VanityPharmaTextEnum_PRESCRIPTION_DEVICE_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 4 - // Prescription device website with website content in Spanish (Sitio de - // dispositivos con receta). - VanityPharmaTextEnum_PRESCRIPTION_DEVICE_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 5 - // Medical device website with website content in English. - VanityPharmaTextEnum_MEDICAL_DEVICE_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 6 - // Medical device website with website content in Spanish (Sitio de - // dispositivos médicos). - VanityPharmaTextEnum_MEDICAL_DEVICE_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 7 - // Preventative treatment website with website content in English. - VanityPharmaTextEnum_PREVENTATIVE_TREATMENT_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 8 - // Preventative treatment website with website content in Spanish (Sitio de - // tratamientos preventivos). - VanityPharmaTextEnum_PREVENTATIVE_TREATMENT_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 9 - // Prescription contraception website with website content in English. - VanityPharmaTextEnum_PRESCRIPTION_CONTRACEPTION_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 10 - // Prescription contraception website with website content in Spanish (Sitio - // de anticonceptivos con receta). - VanityPharmaTextEnum_PRESCRIPTION_CONTRACEPTION_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 11 - // Prescription vaccine website with website content in English. - VanityPharmaTextEnum_PRESCRIPTION_VACCINE_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 12 - // Prescription vaccine website with website content in Spanish (Sitio de - // vacunas con receta). - VanityPharmaTextEnum_PRESCRIPTION_VACCINE_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 13 -) - -var VanityPharmaTextEnum_VanityPharmaText_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "PRESCRIPTION_TREATMENT_WEBSITE_EN", - 3: "PRESCRIPTION_TREATMENT_WEBSITE_ES", - 4: "PRESCRIPTION_DEVICE_WEBSITE_EN", - 5: "PRESCRIPTION_DEVICE_WEBSITE_ES", - 6: "MEDICAL_DEVICE_WEBSITE_EN", - 7: "MEDICAL_DEVICE_WEBSITE_ES", - 8: "PREVENTATIVE_TREATMENT_WEBSITE_EN", - 9: "PREVENTATIVE_TREATMENT_WEBSITE_ES", - 10: "PRESCRIPTION_CONTRACEPTION_WEBSITE_EN", - 11: "PRESCRIPTION_CONTRACEPTION_WEBSITE_ES", - 12: "PRESCRIPTION_VACCINE_WEBSITE_EN", - 13: "PRESCRIPTION_VACCINE_WEBSITE_ES", -} -var VanityPharmaTextEnum_VanityPharmaText_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "PRESCRIPTION_TREATMENT_WEBSITE_EN": 2, - "PRESCRIPTION_TREATMENT_WEBSITE_ES": 3, - "PRESCRIPTION_DEVICE_WEBSITE_EN": 4, - "PRESCRIPTION_DEVICE_WEBSITE_ES": 5, - "MEDICAL_DEVICE_WEBSITE_EN": 6, - "MEDICAL_DEVICE_WEBSITE_ES": 7, - "PREVENTATIVE_TREATMENT_WEBSITE_EN": 8, - "PREVENTATIVE_TREATMENT_WEBSITE_ES": 9, - "PRESCRIPTION_CONTRACEPTION_WEBSITE_EN": 10, - "PRESCRIPTION_CONTRACEPTION_WEBSITE_ES": 11, - "PRESCRIPTION_VACCINE_WEBSITE_EN": 12, - "PRESCRIPTION_VACCINE_WEBSITE_ES": 13, -} - -func (x VanityPharmaTextEnum_VanityPharmaText) String() string { - return proto.EnumName(VanityPharmaTextEnum_VanityPharmaText_name, int32(x)) -} -func (VanityPharmaTextEnum_VanityPharmaText) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_vanity_pharma_text_1aa4866ed52703e6, []int{0, 0} -} - -// 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. -type VanityPharmaTextEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *VanityPharmaTextEnum) Reset() { *m = VanityPharmaTextEnum{} } -func (m *VanityPharmaTextEnum) String() string { return proto.CompactTextString(m) } -func (*VanityPharmaTextEnum) ProtoMessage() {} -func (*VanityPharmaTextEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_vanity_pharma_text_1aa4866ed52703e6, []int{0} -} -func (m *VanityPharmaTextEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_VanityPharmaTextEnum.Unmarshal(m, b) -} -func (m *VanityPharmaTextEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_VanityPharmaTextEnum.Marshal(b, m, deterministic) -} -func (dst *VanityPharmaTextEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_VanityPharmaTextEnum.Merge(dst, src) -} -func (m *VanityPharmaTextEnum) XXX_Size() int { - return xxx_messageInfo_VanityPharmaTextEnum.Size(m) -} -func (m *VanityPharmaTextEnum) XXX_DiscardUnknown() { - xxx_messageInfo_VanityPharmaTextEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_VanityPharmaTextEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*VanityPharmaTextEnum)(nil), "google.ads.googleads.v0.enums.VanityPharmaTextEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.VanityPharmaTextEnum_VanityPharmaText", VanityPharmaTextEnum_VanityPharmaText_name, VanityPharmaTextEnum_VanityPharmaText_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/vanity_pharma_text.proto", fileDescriptor_vanity_pharma_text_1aa4866ed52703e6) -} - -var fileDescriptor_vanity_pharma_text_1aa4866ed52703e6 = []byte{ - // 413 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xc1, 0x6a, 0xd4, 0x40, - 0x1c, 0xc6, 0xdd, 0xdd, 0xda, 0xea, 0xac, 0xe2, 0x30, 0xe8, 0xc1, 0xc3, 0x2a, 0xbb, 0xd2, 0x83, - 0x97, 0x49, 0x40, 0xf0, 0x30, 0x9e, 0x26, 0xb3, 0x63, 0x19, 0xb4, 0xb3, 0x21, 0x33, 0x9d, 0x82, - 0x04, 0x42, 0x34, 0x21, 0x16, 0x9a, 0x64, 0xd9, 0x49, 0x97, 0xfa, 0x0c, 0xbe, 0x85, 0x47, 0x1f, - 0xc5, 0x47, 0xe9, 0xd1, 0x27, 0x90, 0x4c, 0xda, 0xa5, 0x29, 0xb5, 0xdd, 0x4b, 0xf8, 0x67, 0xbe, - 0xdf, 0xf7, 0xf1, 0xff, 0xc3, 0x07, 0xde, 0x17, 0x75, 0x5d, 0x9c, 0xe6, 0x5e, 0x9a, 0x59, 0xaf, - 0x1b, 0xdb, 0x69, 0xed, 0x7b, 0x79, 0x75, 0x56, 0x5a, 0x6f, 0x9d, 0x56, 0x27, 0xcd, 0x8f, 0x64, - 0xf9, 0x3d, 0x5d, 0x95, 0x69, 0xd2, 0xe4, 0xe7, 0x0d, 0x5e, 0xae, 0xea, 0xa6, 0x46, 0x93, 0x0e, - 0xc6, 0x69, 0x66, 0xf1, 0xc6, 0x87, 0xd7, 0x3e, 0x76, 0xbe, 0xd9, 0xcf, 0x1d, 0xf0, 0xdc, 0x38, - 0x6f, 0xe8, 0xac, 0x3a, 0x3f, 0x6f, 0x78, 0x75, 0x56, 0xce, 0xfe, 0x8e, 0x00, 0xbc, 0x29, 0xa0, - 0x67, 0x60, 0x7c, 0x24, 0x55, 0xc8, 0x99, 0xf8, 0x28, 0xf8, 0x1c, 0x3e, 0x40, 0x63, 0xb0, 0x77, - 0x24, 0x3f, 0xc9, 0xc5, 0xb1, 0x84, 0x03, 0xb4, 0x0f, 0xa6, 0x61, 0xc4, 0x15, 0x8b, 0x44, 0xa8, - 0xc5, 0x42, 0x26, 0x3a, 0xe2, 0x54, 0x1f, 0x72, 0xa9, 0x93, 0x63, 0x1e, 0x28, 0xa1, 0x79, 0xc2, - 0x25, 0x1c, 0x6e, 0x83, 0x29, 0x38, 0x42, 0x33, 0xf0, 0xaa, 0x87, 0xcd, 0xb9, 0x11, 0x8c, 0x5f, - 0x8f, 0xda, 0xb9, 0x97, 0x51, 0xf0, 0x21, 0x9a, 0x80, 0x97, 0x87, 0x7c, 0x2e, 0x18, 0xfd, 0x7c, - 0x4b, 0xc4, 0xee, 0x5d, 0xb2, 0x82, 0x7b, 0x97, 0xcb, 0x1a, 0x2e, 0x35, 0xd5, 0xc2, 0xf0, 0xdb, - 0x6f, 0x7a, 0xb4, 0x0d, 0xa6, 0xe0, 0x63, 0xf4, 0x16, 0xec, 0xf7, 0xf6, 0x65, 0x0b, 0xa9, 0x23, - 0xca, 0x78, 0xf7, 0x77, 0x2d, 0x11, 0x6c, 0x8b, 0x2a, 0x38, 0x46, 0x6f, 0xc0, 0xeb, 0x1e, 0x6a, - 0x28, 0x63, 0x42, 0xf6, 0xee, 0x7c, 0x72, 0x3f, 0xa4, 0xe0, 0xd3, 0xe0, 0x62, 0x00, 0xa6, 0xdf, - 0xea, 0x12, 0xdf, 0xd9, 0x99, 0xe0, 0xc5, 0xcd, 0x5e, 0x84, 0x6d, 0xd3, 0xc2, 0xc1, 0x97, 0xe0, - 0xd2, 0x57, 0xd4, 0xa7, 0x69, 0x55, 0xe0, 0x7a, 0x55, 0x78, 0x45, 0x5e, 0xb9, 0x1e, 0x5e, 0x75, - 0x76, 0x79, 0x62, 0xff, 0x53, 0xe1, 0x0f, 0xee, 0xfb, 0x6b, 0x38, 0x3a, 0xa0, 0xf4, 0xf7, 0x70, - 0x72, 0xd0, 0x45, 0xd1, 0xcc, 0xe2, 0x6e, 0x6c, 0x27, 0xe3, 0xe3, 0xb6, 0x9c, 0xf6, 0xcf, 0x95, - 0x1e, 0xd3, 0xcc, 0xc6, 0x1b, 0x3d, 0x36, 0x7e, 0xec, 0xf4, 0x8b, 0xe1, 0xb4, 0x7b, 0x24, 0x84, - 0x66, 0x96, 0x90, 0x0d, 0x41, 0x88, 0xf1, 0x09, 0x71, 0xcc, 0xd7, 0x5d, 0xb7, 0xd8, 0xbb, 0x7f, - 0x01, 0x00, 0x00, 0xff, 0xff, 0xf2, 0x9d, 0xc1, 0xdd, 0x5a, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/webpage_condition_operand.pb.go b/googleapis/ads/googleads/v0/enums/webpage_condition_operand.pb.go deleted file mode 100644 index 46a41b25a2..0000000000 --- a/googleapis/ads/googleads/v0/enums/webpage_condition_operand.pb.go +++ /dev/null @@ -1,131 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/webpage_condition_operand.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The webpage condition operand in webpage criterion. -type WebpageConditionOperandEnum_WebpageConditionOperand int32 - -const ( - // Not specified. - WebpageConditionOperandEnum_UNSPECIFIED WebpageConditionOperandEnum_WebpageConditionOperand = 0 - // Used for return value only. Represents value unknown in this version. - WebpageConditionOperandEnum_UNKNOWN WebpageConditionOperandEnum_WebpageConditionOperand = 1 - // Operand denoting a webpage URL targeting condition. - WebpageConditionOperandEnum_URL WebpageConditionOperandEnum_WebpageConditionOperand = 2 - // Operand denoting a webpage category targeting condition. - WebpageConditionOperandEnum_CATEGORY WebpageConditionOperandEnum_WebpageConditionOperand = 3 - // Operand denoting a webpage title targeting condition. - WebpageConditionOperandEnum_PAGE_TITLE WebpageConditionOperandEnum_WebpageConditionOperand = 4 - // Operand denoting a webpage content targeting condition. - WebpageConditionOperandEnum_PAGE_CONTENT WebpageConditionOperandEnum_WebpageConditionOperand = 5 - // Operand denoting a webpage custom label targeting condition. - WebpageConditionOperandEnum_CUSTOM_LABEL WebpageConditionOperandEnum_WebpageConditionOperand = 6 -) - -var WebpageConditionOperandEnum_WebpageConditionOperand_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "URL", - 3: "CATEGORY", - 4: "PAGE_TITLE", - 5: "PAGE_CONTENT", - 6: "CUSTOM_LABEL", -} -var WebpageConditionOperandEnum_WebpageConditionOperand_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "URL": 2, - "CATEGORY": 3, - "PAGE_TITLE": 4, - "PAGE_CONTENT": 5, - "CUSTOM_LABEL": 6, -} - -func (x WebpageConditionOperandEnum_WebpageConditionOperand) String() string { - return proto.EnumName(WebpageConditionOperandEnum_WebpageConditionOperand_name, int32(x)) -} -func (WebpageConditionOperandEnum_WebpageConditionOperand) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_webpage_condition_operand_eb69a95455d00a96, []int{0, 0} -} - -// Container for enum describing webpage condition operand in webpage criterion. -type WebpageConditionOperandEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *WebpageConditionOperandEnum) Reset() { *m = WebpageConditionOperandEnum{} } -func (m *WebpageConditionOperandEnum) String() string { return proto.CompactTextString(m) } -func (*WebpageConditionOperandEnum) ProtoMessage() {} -func (*WebpageConditionOperandEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_webpage_condition_operand_eb69a95455d00a96, []int{0} -} -func (m *WebpageConditionOperandEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_WebpageConditionOperandEnum.Unmarshal(m, b) -} -func (m *WebpageConditionOperandEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_WebpageConditionOperandEnum.Marshal(b, m, deterministic) -} -func (dst *WebpageConditionOperandEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_WebpageConditionOperandEnum.Merge(dst, src) -} -func (m *WebpageConditionOperandEnum) XXX_Size() int { - return xxx_messageInfo_WebpageConditionOperandEnum.Size(m) -} -func (m *WebpageConditionOperandEnum) XXX_DiscardUnknown() { - xxx_messageInfo_WebpageConditionOperandEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_WebpageConditionOperandEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*WebpageConditionOperandEnum)(nil), "google.ads.googleads.v0.enums.WebpageConditionOperandEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.WebpageConditionOperandEnum_WebpageConditionOperand", WebpageConditionOperandEnum_WebpageConditionOperand_name, WebpageConditionOperandEnum_WebpageConditionOperand_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/webpage_condition_operand.proto", fileDescriptor_webpage_condition_operand_eb69a95455d00a96) -} - -var fileDescriptor_webpage_condition_operand_eb69a95455d00a96 = []byte{ - // 340 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x6e, 0xe2, 0x30, - 0x18, 0x85, 0x27, 0x61, 0x06, 0x46, 0x06, 0xcd, 0x58, 0xd9, 0x74, 0xd1, 0xb2, 0x80, 0x03, 0x38, - 0x91, 0xba, 0x73, 0xd5, 0x85, 0x93, 0xba, 0x11, 0x6a, 0x9a, 0x44, 0x90, 0x80, 0x5a, 0x45, 0x8a, - 0x02, 0x89, 0x2c, 0x24, 0xb0, 0x23, 0x0c, 0x74, 0xdf, 0xa3, 0xb0, 0xec, 0x51, 0x7a, 0x94, 0xee, - 0x7a, 0x83, 0x2a, 0x76, 0x61, 0x47, 0x37, 0xd1, 0xcb, 0xff, 0xfe, 0xf7, 0xf4, 0xfb, 0x03, 0xb7, - 0x4c, 0x08, 0xb6, 0xaa, 0xec, 0xa2, 0x94, 0xb6, 0x96, 0x8d, 0xda, 0x3b, 0x76, 0xc5, 0x77, 0x6b, - 0x69, 0xbf, 0x54, 0xf3, 0xba, 0x60, 0x55, 0xbe, 0x10, 0xbc, 0x5c, 0x6e, 0x97, 0x82, 0xe7, 0xa2, - 0xae, 0x36, 0x05, 0x2f, 0x51, 0xbd, 0x11, 0x5b, 0x61, 0xf5, 0x75, 0x06, 0x15, 0xa5, 0x44, 0xa7, - 0x38, 0xda, 0x3b, 0x48, 0xc5, 0x87, 0x07, 0x03, 0x5c, 0xce, 0x74, 0x85, 0x77, 0x6c, 0x88, 0x74, - 0x01, 0xe5, 0xbb, 0xf5, 0xf0, 0xd5, 0x00, 0x17, 0x67, 0x7c, 0xeb, 0x3f, 0xe8, 0xa6, 0xe1, 0x24, - 0xa6, 0xde, 0xe8, 0x7e, 0x44, 0xef, 0xe0, 0x2f, 0xab, 0x0b, 0x3a, 0x69, 0xf8, 0x10, 0x46, 0xb3, - 0x10, 0x1a, 0x56, 0x07, 0xb4, 0xd2, 0x71, 0x00, 0x4d, 0xab, 0x07, 0xfe, 0x7a, 0x24, 0xa1, 0x7e, - 0x34, 0x7e, 0x82, 0x2d, 0xeb, 0x1f, 0x00, 0x31, 0xf1, 0x69, 0x9e, 0x8c, 0x92, 0x80, 0xc2, 0xdf, - 0x16, 0x04, 0x3d, 0xf5, 0xef, 0x45, 0x61, 0x42, 0xc3, 0x04, 0xfe, 0x69, 0x26, 0x5e, 0x3a, 0x49, - 0xa2, 0xc7, 0x3c, 0x20, 0x2e, 0x0d, 0x60, 0xdb, 0xfd, 0x34, 0xc0, 0x60, 0x21, 0xd6, 0xe8, 0xc7, - 0xa7, 0xb8, 0x57, 0x67, 0xee, 0x8c, 0x1b, 0x0e, 0xb1, 0xf1, 0xec, 0x7e, 0xc7, 0x99, 0x58, 0x15, - 0x9c, 0x21, 0xb1, 0x61, 0x36, 0xab, 0xb8, 0xa2, 0x74, 0x04, 0x5b, 0x2f, 0xe5, 0x19, 0xce, 0x37, - 0xea, 0x7b, 0x30, 0x5b, 0x3e, 0x21, 0x6f, 0x66, 0xdf, 0xd7, 0x55, 0xa4, 0x94, 0x48, 0xcb, 0x46, - 0x4d, 0x1d, 0xd4, 0x30, 0x93, 0xef, 0x47, 0x3f, 0x23, 0xa5, 0xcc, 0x4e, 0x7e, 0x36, 0x75, 0x32, - 0xe5, 0x7f, 0x98, 0x03, 0x3d, 0xc4, 0x98, 0x94, 0x12, 0xe3, 0xd3, 0x06, 0xc6, 0x53, 0x07, 0x63, - 0xb5, 0x33, 0x6f, 0xab, 0xc3, 0xae, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x4b, 0x74, 0xc1, 0x73, - 0xff, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/enums/webpage_condition_operator.pb.go b/googleapis/ads/googleads/v0/enums/webpage_condition_operator.pb.go deleted file mode 100644 index a2486b1d80..0000000000 --- a/googleapis/ads/googleads/v0/enums/webpage_condition_operator.pb.go +++ /dev/null @@ -1,117 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/enums/webpage_condition_operator.proto - -package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The webpage condition operator in webpage criterion. -type WebpageConditionOperatorEnum_WebpageConditionOperator int32 - -const ( - // Not specified. - WebpageConditionOperatorEnum_UNSPECIFIED WebpageConditionOperatorEnum_WebpageConditionOperator = 0 - // Used for return value only. Represents value unknown in this version. - WebpageConditionOperatorEnum_UNKNOWN WebpageConditionOperatorEnum_WebpageConditionOperator = 1 - // The argument web condition is equal to the compared web condition. - WebpageConditionOperatorEnum_EQUALS WebpageConditionOperatorEnum_WebpageConditionOperator = 2 - // The argument web condition is part of the compared web condition. - WebpageConditionOperatorEnum_CONTAINS WebpageConditionOperatorEnum_WebpageConditionOperator = 3 -) - -var WebpageConditionOperatorEnum_WebpageConditionOperator_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "EQUALS", - 3: "CONTAINS", -} -var WebpageConditionOperatorEnum_WebpageConditionOperator_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "EQUALS": 2, - "CONTAINS": 3, -} - -func (x WebpageConditionOperatorEnum_WebpageConditionOperator) String() string { - return proto.EnumName(WebpageConditionOperatorEnum_WebpageConditionOperator_name, int32(x)) -} -func (WebpageConditionOperatorEnum_WebpageConditionOperator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_webpage_condition_operator_cc475ff407aa5dc6, []int{0, 0} -} - -// Container for enum describing webpage condition operator in webpage -// criterion. -type WebpageConditionOperatorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *WebpageConditionOperatorEnum) Reset() { *m = WebpageConditionOperatorEnum{} } -func (m *WebpageConditionOperatorEnum) String() string { return proto.CompactTextString(m) } -func (*WebpageConditionOperatorEnum) ProtoMessage() {} -func (*WebpageConditionOperatorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_webpage_condition_operator_cc475ff407aa5dc6, []int{0} -} -func (m *WebpageConditionOperatorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_WebpageConditionOperatorEnum.Unmarshal(m, b) -} -func (m *WebpageConditionOperatorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_WebpageConditionOperatorEnum.Marshal(b, m, deterministic) -} -func (dst *WebpageConditionOperatorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_WebpageConditionOperatorEnum.Merge(dst, src) -} -func (m *WebpageConditionOperatorEnum) XXX_Size() int { - return xxx_messageInfo_WebpageConditionOperatorEnum.Size(m) -} -func (m *WebpageConditionOperatorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_WebpageConditionOperatorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_WebpageConditionOperatorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*WebpageConditionOperatorEnum)(nil), "google.ads.googleads.v0.enums.WebpageConditionOperatorEnum") - proto.RegisterEnum("google.ads.googleads.v0.enums.WebpageConditionOperatorEnum_WebpageConditionOperator", WebpageConditionOperatorEnum_WebpageConditionOperator_name, WebpageConditionOperatorEnum_WebpageConditionOperator_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/enums/webpage_condition_operator.proto", fileDescriptor_webpage_condition_operator_cc475ff407aa5dc6) -} - -var fileDescriptor_webpage_condition_operator_cc475ff407aa5dc6 = []byte{ - // 298 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x41, 0x4b, 0xc3, 0x30, - 0x18, 0x75, 0x1d, 0x4c, 0xc9, 0x04, 0x4b, 0x4f, 0x1e, 0xdc, 0x61, 0xfb, 0x01, 0x69, 0xc1, 0x5b, - 0x04, 0x21, 0x9b, 0x75, 0x0c, 0x25, 0xad, 0xd6, 0x76, 0x20, 0x85, 0xd1, 0x2d, 0x21, 0x14, 0xd6, - 0xa4, 0x34, 0xdd, 0xfc, 0x3f, 0x1e, 0xfd, 0x29, 0xfe, 0x14, 0x8f, 0xfe, 0x02, 0x69, 0xb2, 0xf6, - 0x56, 0x2f, 0xe1, 0x91, 0xf7, 0xbd, 0xf7, 0x7d, 0xef, 0x81, 0x7b, 0x2e, 0x25, 0xdf, 0x33, 0x37, - 0xa3, 0xca, 0x35, 0xb0, 0x41, 0x47, 0xcf, 0x65, 0xe2, 0x50, 0x28, 0xf7, 0x83, 0x6d, 0xcb, 0x8c, - 0xb3, 0xcd, 0x4e, 0x0a, 0x9a, 0xd7, 0xb9, 0x14, 0x1b, 0x59, 0xb2, 0x2a, 0xab, 0x65, 0x05, 0xcb, - 0x4a, 0xd6, 0xd2, 0x99, 0x18, 0x11, 0xcc, 0xa8, 0x82, 0x9d, 0x1e, 0x1e, 0x3d, 0xa8, 0xf5, 0xb3, - 0x0a, 0xdc, 0xac, 0x8d, 0xc5, 0xa2, 0x75, 0x08, 0x4e, 0x06, 0xbe, 0x38, 0x14, 0xb3, 0x57, 0x70, - 0xdd, 0xc7, 0x3b, 0x57, 0x60, 0x1c, 0x93, 0x28, 0xf4, 0x17, 0xab, 0xc7, 0x95, 0xff, 0x60, 0x9f, - 0x39, 0x63, 0x70, 0x1e, 0x93, 0x27, 0x12, 0xac, 0x89, 0x3d, 0x70, 0x00, 0x18, 0xf9, 0x2f, 0x31, - 0x7e, 0x8e, 0x6c, 0xcb, 0xb9, 0x04, 0x17, 0x8b, 0x80, 0xbc, 0xe1, 0x15, 0x89, 0xec, 0xe1, 0xfc, - 0x77, 0x00, 0xa6, 0x3b, 0x59, 0xc0, 0x7f, 0x2f, 0x9b, 0x4f, 0xfa, 0xf6, 0x86, 0x4d, 0xae, 0x70, - 0xf0, 0x3e, 0x3f, 0xe9, 0xb9, 0xdc, 0x67, 0x82, 0x43, 0x59, 0x71, 0x97, 0x33, 0xa1, 0x53, 0xb7, - 0x4d, 0x95, 0xb9, 0xea, 0x29, 0xee, 0x4e, 0xbf, 0x9f, 0xd6, 0x70, 0x89, 0xf1, 0x97, 0x35, 0x59, - 0x1a, 0x2b, 0x4c, 0x15, 0x34, 0xb0, 0x41, 0x89, 0x07, 0x9b, 0x0e, 0xd4, 0x77, 0xcb, 0xa7, 0x98, - 0xaa, 0xb4, 0xe3, 0xd3, 0xc4, 0x4b, 0x35, 0xff, 0x63, 0x4d, 0xcd, 0x27, 0x42, 0x98, 0x2a, 0x84, - 0xba, 0x09, 0x84, 0x12, 0x0f, 0x21, 0x3d, 0xb3, 0x1d, 0xe9, 0xc3, 0x6e, 0xff, 0x02, 0x00, 0x00, - 0xff, 0xff, 0xc3, 0x84, 0xb9, 0x16, 0xd0, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/account_budget_proposal_error.pb.go b/googleapis/ads/googleads/v0/errors/account_budget_proposal_error.pb.go deleted file mode 100644 index 590adb3c14..0000000000 --- a/googleapis/ads/googleads/v0/errors/account_budget_proposal_error.pb.go +++ /dev/null @@ -1,223 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/account_budget_proposal_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible account budget proposal errors. -type AccountBudgetProposalErrorEnum_AccountBudgetProposalError int32 - -const ( - // Enum unspecified. - AccountBudgetProposalErrorEnum_UNSPECIFIED AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 0 - // The received error code is not known in this version. - AccountBudgetProposalErrorEnum_UNKNOWN AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 1 - // The field mask must be empty for create/end/remove proposals. - AccountBudgetProposalErrorEnum_FIELD_MASK_NOT_ALLOWED AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 2 - // The field cannot be set because of the proposal type. - AccountBudgetProposalErrorEnum_IMMUTABLE_FIELD AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 3 - // The field is required because of the proposal type. - AccountBudgetProposalErrorEnum_REQUIRED_FIELD_MISSING AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 4 - // Proposals that have been approved cannot be cancelled. - AccountBudgetProposalErrorEnum_CANNOT_CANCEL_APPROVED_PROPOSAL AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 5 - // Budgets that haven't been approved cannot be removed. - AccountBudgetProposalErrorEnum_CANNOT_REMOVE_UNAPPROVED_BUDGET AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 6 - // Budgets that are currently running cannot be removed. - AccountBudgetProposalErrorEnum_CANNOT_REMOVE_RUNNING_BUDGET AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 7 - // Budgets that haven't been approved cannot be truncated. - AccountBudgetProposalErrorEnum_CANNOT_END_UNAPPROVED_BUDGET AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 8 - // Only budgets that are currently running can be truncated. - AccountBudgetProposalErrorEnum_CANNOT_END_INACTIVE_BUDGET AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 9 - // All budgets must have names. - AccountBudgetProposalErrorEnum_BUDGET_NAME_REQUIRED AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 10 - // Expired budgets cannot be edited after a sufficient amount of time has - // passed. - AccountBudgetProposalErrorEnum_CANNOT_UPDATE_OLD_BUDGET AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 11 - // It is not permissible a propose a new budget that ends in the past. - AccountBudgetProposalErrorEnum_CANNOT_END_IN_PAST AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 12 - // An expired budget cannot be extended to overlap with the running budget. - AccountBudgetProposalErrorEnum_CANNOT_EXTEND_END_TIME AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 13 - // A purchase order number is required. - AccountBudgetProposalErrorEnum_PURCHASE_ORDER_NUMBER_REQUIRED AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 14 - // Budgets that have a pending update cannot be updated. - AccountBudgetProposalErrorEnum_PENDING_UPDATE_PROPOSAL_EXISTS AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 15 - // Cannot propose more than one budget when the corresponding billing setup - // hasn't been approved. - AccountBudgetProposalErrorEnum_MULTIPLE_BUDGETS_NOT_ALLOWED_FOR_UNAPPROVED_BILLING_SETUP AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 16 - // Cannot update the start time of a budget that has already started. - AccountBudgetProposalErrorEnum_CANNOT_UPDATE_START_TIME_FOR_STARTED_BUDGET AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 17 - // Cannot update the spending limit of a budget with an amount lower than - // what has already been spent. - AccountBudgetProposalErrorEnum_SPENDING_LIMIT_LOWER_THAN_ACCRUED_COST_NOT_ALLOWED AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 18 - // Cannot propose a budget update without actually changing any fields. - AccountBudgetProposalErrorEnum_UPDATE_IS_NO_OP AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 19 - // The end time must come after the start time. - AccountBudgetProposalErrorEnum_END_TIME_MUST_FOLLOW_START_TIME AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 20 - // The budget's date range must fall within the date range of its billing - // setup. - AccountBudgetProposalErrorEnum_BUDGET_DATE_RANGE_INCOMPATIBLE_WITH_BILLING_SETUP AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 21 - // The user is not authorized to mutate budgets for the given billing setup. - AccountBudgetProposalErrorEnum_NOT_AUTHORIZED AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 22 - // Mutates are not allowed for the given billing setup. - AccountBudgetProposalErrorEnum_INVALID_BILLING_SETUP AccountBudgetProposalErrorEnum_AccountBudgetProposalError = 23 -) - -var AccountBudgetProposalErrorEnum_AccountBudgetProposalError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "FIELD_MASK_NOT_ALLOWED", - 3: "IMMUTABLE_FIELD", - 4: "REQUIRED_FIELD_MISSING", - 5: "CANNOT_CANCEL_APPROVED_PROPOSAL", - 6: "CANNOT_REMOVE_UNAPPROVED_BUDGET", - 7: "CANNOT_REMOVE_RUNNING_BUDGET", - 8: "CANNOT_END_UNAPPROVED_BUDGET", - 9: "CANNOT_END_INACTIVE_BUDGET", - 10: "BUDGET_NAME_REQUIRED", - 11: "CANNOT_UPDATE_OLD_BUDGET", - 12: "CANNOT_END_IN_PAST", - 13: "CANNOT_EXTEND_END_TIME", - 14: "PURCHASE_ORDER_NUMBER_REQUIRED", - 15: "PENDING_UPDATE_PROPOSAL_EXISTS", - 16: "MULTIPLE_BUDGETS_NOT_ALLOWED_FOR_UNAPPROVED_BILLING_SETUP", - 17: "CANNOT_UPDATE_START_TIME_FOR_STARTED_BUDGET", - 18: "SPENDING_LIMIT_LOWER_THAN_ACCRUED_COST_NOT_ALLOWED", - 19: "UPDATE_IS_NO_OP", - 20: "END_TIME_MUST_FOLLOW_START_TIME", - 21: "BUDGET_DATE_RANGE_INCOMPATIBLE_WITH_BILLING_SETUP", - 22: "NOT_AUTHORIZED", - 23: "INVALID_BILLING_SETUP", -} -var AccountBudgetProposalErrorEnum_AccountBudgetProposalError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "FIELD_MASK_NOT_ALLOWED": 2, - "IMMUTABLE_FIELD": 3, - "REQUIRED_FIELD_MISSING": 4, - "CANNOT_CANCEL_APPROVED_PROPOSAL": 5, - "CANNOT_REMOVE_UNAPPROVED_BUDGET": 6, - "CANNOT_REMOVE_RUNNING_BUDGET": 7, - "CANNOT_END_UNAPPROVED_BUDGET": 8, - "CANNOT_END_INACTIVE_BUDGET": 9, - "BUDGET_NAME_REQUIRED": 10, - "CANNOT_UPDATE_OLD_BUDGET": 11, - "CANNOT_END_IN_PAST": 12, - "CANNOT_EXTEND_END_TIME": 13, - "PURCHASE_ORDER_NUMBER_REQUIRED": 14, - "PENDING_UPDATE_PROPOSAL_EXISTS": 15, - "MULTIPLE_BUDGETS_NOT_ALLOWED_FOR_UNAPPROVED_BILLING_SETUP": 16, - "CANNOT_UPDATE_START_TIME_FOR_STARTED_BUDGET": 17, - "SPENDING_LIMIT_LOWER_THAN_ACCRUED_COST_NOT_ALLOWED": 18, - "UPDATE_IS_NO_OP": 19, - "END_TIME_MUST_FOLLOW_START_TIME": 20, - "BUDGET_DATE_RANGE_INCOMPATIBLE_WITH_BILLING_SETUP": 21, - "NOT_AUTHORIZED": 22, - "INVALID_BILLING_SETUP": 23, -} - -func (x AccountBudgetProposalErrorEnum_AccountBudgetProposalError) String() string { - return proto.EnumName(AccountBudgetProposalErrorEnum_AccountBudgetProposalError_name, int32(x)) -} -func (AccountBudgetProposalErrorEnum_AccountBudgetProposalError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_error_368d203992956fb9, []int{0, 0} -} - -// Container for enum describing possible account budget proposal errors. -type AccountBudgetProposalErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AccountBudgetProposalErrorEnum) Reset() { *m = AccountBudgetProposalErrorEnum{} } -func (m *AccountBudgetProposalErrorEnum) String() string { return proto.CompactTextString(m) } -func (*AccountBudgetProposalErrorEnum) ProtoMessage() {} -func (*AccountBudgetProposalErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_error_368d203992956fb9, []int{0} -} -func (m *AccountBudgetProposalErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AccountBudgetProposalErrorEnum.Unmarshal(m, b) -} -func (m *AccountBudgetProposalErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AccountBudgetProposalErrorEnum.Marshal(b, m, deterministic) -} -func (dst *AccountBudgetProposalErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AccountBudgetProposalErrorEnum.Merge(dst, src) -} -func (m *AccountBudgetProposalErrorEnum) XXX_Size() int { - return xxx_messageInfo_AccountBudgetProposalErrorEnum.Size(m) -} -func (m *AccountBudgetProposalErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AccountBudgetProposalErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AccountBudgetProposalErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AccountBudgetProposalErrorEnum)(nil), "google.ads.googleads.v0.errors.AccountBudgetProposalErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.AccountBudgetProposalErrorEnum_AccountBudgetProposalError", AccountBudgetProposalErrorEnum_AccountBudgetProposalError_name, AccountBudgetProposalErrorEnum_AccountBudgetProposalError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/account_budget_proposal_error.proto", fileDescriptor_account_budget_proposal_error_368d203992956fb9) -} - -var fileDescriptor_account_budget_proposal_error_368d203992956fb9 = []byte{ - // 670 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x94, 0xcb, 0x6e, 0x13, 0x3d, - 0x14, 0xc7, 0xbf, 0xa6, 0x1f, 0x29, 0xb8, 0xd0, 0x1a, 0xf7, 0x42, 0xa9, 0xaa, 0x14, 0x85, 0x25, - 0xd2, 0x24, 0x80, 0x40, 0x62, 0x10, 0x0b, 0x67, 0xc6, 0x49, 0xac, 0xce, 0xd8, 0xc6, 0x97, 0xb4, - 0xaa, 0x22, 0x59, 0x69, 0x13, 0x45, 0x48, 0x6d, 0x26, 0xca, 0xb4, 0x7d, 0x20, 0x96, 0xec, 0x78, - 0x0d, 0xd6, 0x3c, 0x05, 0x8f, 0xc0, 0x0a, 0x79, 0x2e, 0x69, 0x52, 0x51, 0x16, 0x51, 0xce, 0xcc, - 0xf9, 0x9d, 0xff, 0xb9, 0xd8, 0x67, 0x40, 0x6b, 0x9c, 0x24, 0xe3, 0x8b, 0x51, 0x63, 0x30, 0x4c, - 0x1b, 0xb9, 0xe9, 0xac, 0x9b, 0x66, 0x63, 0x34, 0x9b, 0x25, 0xb3, 0xb4, 0x31, 0x38, 0x3f, 0x4f, - 0xae, 0x27, 0x57, 0xf6, 0xec, 0x7a, 0x38, 0x1e, 0x5d, 0xd9, 0xe9, 0x2c, 0x99, 0x26, 0xe9, 0xe0, - 0xc2, 0x66, 0x6e, 0x6f, 0x3a, 0x4b, 0xae, 0x12, 0x54, 0xcb, 0x03, 0xbd, 0xc1, 0x30, 0xf5, 0xe6, - 0x1a, 0xde, 0x4d, 0xd3, 0xcb, 0x35, 0xea, 0x3f, 0xab, 0xa0, 0x86, 0x73, 0x9d, 0x56, 0x26, 0x23, - 0x0a, 0x15, 0xe2, 0xfc, 0x64, 0x72, 0x7d, 0x59, 0xff, 0x5e, 0x05, 0xfb, 0xf7, 0x23, 0x68, 0x13, - 0xac, 0x1b, 0xa6, 0x04, 0x09, 0x68, 0x9b, 0x92, 0x10, 0xfe, 0x87, 0xd6, 0xc1, 0x9a, 0x61, 0x47, - 0x8c, 0x1f, 0x33, 0xb8, 0x82, 0xf6, 0xc1, 0x6e, 0x9b, 0x92, 0x28, 0xb4, 0x31, 0x56, 0x47, 0x96, - 0x71, 0x6d, 0x71, 0x14, 0xf1, 0x63, 0x12, 0xc2, 0x0a, 0xda, 0x02, 0x9b, 0x34, 0x8e, 0x8d, 0xc6, - 0xad, 0x88, 0xd8, 0x8c, 0x82, 0xab, 0x2e, 0x40, 0x92, 0xcf, 0x86, 0x4a, 0x12, 0xda, 0x22, 0x92, - 0x2a, 0x45, 0x59, 0x07, 0xfe, 0x8f, 0x5e, 0x82, 0xc3, 0x00, 0x33, 0x27, 0x12, 0x60, 0x16, 0x90, - 0xc8, 0x62, 0x21, 0x24, 0xef, 0x91, 0xd0, 0x0a, 0xc9, 0x05, 0x57, 0x38, 0x82, 0x0f, 0x16, 0x20, - 0x49, 0x62, 0xde, 0x23, 0xd6, 0xb0, 0x39, 0xd6, 0x32, 0x61, 0x87, 0x68, 0x58, 0x45, 0x2f, 0xc0, - 0xc1, 0x32, 0x24, 0x0d, 0x63, 0x94, 0x75, 0x4a, 0x62, 0x6d, 0x81, 0x20, 0x2c, 0xfc, 0x8b, 0xc6, - 0x43, 0x54, 0x03, 0xfb, 0x0b, 0x04, 0x65, 0x38, 0xd0, 0xb4, 0x47, 0x4a, 0xff, 0x23, 0xb4, 0x07, - 0xb6, 0x73, 0xdb, 0x32, 0x1c, 0x13, 0x5b, 0x76, 0x05, 0x01, 0x3a, 0x00, 0x7b, 0x45, 0xa4, 0x11, - 0x21, 0xd6, 0xc4, 0xf2, 0x68, 0xae, 0xbb, 0x8e, 0x76, 0x01, 0x5a, 0xd2, 0xb5, 0x02, 0x2b, 0x0d, - 0x1f, 0xbb, 0xc9, 0x94, 0xef, 0x4f, 0xb4, 0x73, 0xb9, 0x9f, 0xa6, 0x31, 0x81, 0x4f, 0x50, 0x1d, - 0xd4, 0x84, 0x91, 0x41, 0x17, 0x2b, 0x62, 0xb9, 0x0c, 0x89, 0xb4, 0xcc, 0xc4, 0x2d, 0x22, 0x6f, - 0xb3, 0x6e, 0x64, 0x0c, 0x61, 0xa1, 0xeb, 0xb2, 0x48, 0x5b, 0x4e, 0xcd, 0x92, 0x13, 0xaa, 0xb4, - 0x82, 0x9b, 0xe8, 0x13, 0xf8, 0x10, 0x9b, 0x48, 0x53, 0x11, 0x95, 0x8d, 0xa8, 0xc5, 0x43, 0xb3, - 0x6d, 0x2e, 0x97, 0x66, 0x41, 0xa3, 0xc8, 0xe9, 0x29, 0xa2, 0x8d, 0x80, 0x10, 0x35, 0xc0, 0xab, - 0xe5, 0xc6, 0x94, 0xc6, 0x52, 0x67, 0x45, 0x66, 0xa1, 0xd9, 0xe3, 0xed, 0x0c, 0x9f, 0xa2, 0xf7, - 0xe0, 0x8d, 0x2a, 0x8b, 0x8a, 0x68, 0x4c, 0xb5, 0x75, 0x79, 0xa4, 0xd5, 0x5d, 0xcc, 0x2c, 0x0e, - 0x02, 0x69, 0x48, 0x68, 0x03, 0xae, 0xf4, 0xd2, 0xd5, 0x41, 0xee, 0xea, 0x14, 0x19, 0xa8, 0x2b, - 0xd0, 0x72, 0x01, 0xb7, 0xdc, 0xc9, 0x97, 0x23, 0xb1, 0xb1, 0x51, 0xda, 0xb6, 0xb9, 0x0b, 0x58, - 0x28, 0x02, 0x6e, 0xa3, 0x77, 0xe0, 0x75, 0x71, 0x2a, 0x59, 0xb8, 0xc4, 0xac, 0x43, 0x2c, 0x65, - 0x01, 0x8f, 0x05, 0xd6, 0xd4, 0xdd, 0xc4, 0x63, 0xaa, 0xbb, 0x77, 0x3a, 0xdb, 0x41, 0x08, 0x6c, - 0x64, 0x15, 0x18, 0xdd, 0xe5, 0x92, 0x9e, 0x92, 0x10, 0xee, 0xa2, 0xe7, 0x60, 0x87, 0xb2, 0x1e, - 0x8e, 0xe8, 0xdd, 0x41, 0x3c, 0x6b, 0xfd, 0x5e, 0x01, 0xf5, 0xf3, 0xe4, 0xd2, 0xfb, 0xf7, 0xf6, - 0xb5, 0x0e, 0xef, 0xdf, 0x2b, 0xe1, 0xd6, 0x57, 0xac, 0x9c, 0x86, 0x85, 0xc4, 0x38, 0xb9, 0x18, - 0x4c, 0xc6, 0x5e, 0x32, 0x1b, 0x37, 0xc6, 0xa3, 0x49, 0xb6, 0xdc, 0xe5, 0x47, 0x61, 0xfa, 0x25, - 0xbd, 0xef, 0x1b, 0xf1, 0x31, 0xff, 0xfb, 0x5a, 0x59, 0xed, 0x60, 0xfc, 0xad, 0x52, 0xeb, 0xe4, - 0x62, 0x78, 0x98, 0x7a, 0xb9, 0xe9, 0xac, 0x5e, 0xd3, 0xcb, 0x52, 0xa6, 0x3f, 0x4a, 0xa0, 0x8f, - 0x87, 0x69, 0x7f, 0x0e, 0xf4, 0x7b, 0xcd, 0x7e, 0x0e, 0xfc, 0xaa, 0xd4, 0xf3, 0xb7, 0xbe, 0x8f, - 0x87, 0xa9, 0xef, 0xcf, 0x11, 0xdf, 0xef, 0x35, 0x7d, 0x3f, 0x87, 0xce, 0xaa, 0x59, 0x75, 0x6f, - 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0xd0, 0x29, 0x85, 0x0d, 0xc0, 0x04, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/ad_customizer_error.pb.go b/googleapis/ads/googleads/v0/errors/ad_customizer_error.pb.go deleted file mode 100644 index c72ef472a9..0000000000 --- a/googleapis/ads/googleads/v0/errors/ad_customizer_error.pb.go +++ /dev/null @@ -1,132 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/ad_customizer_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible ad customizer errors. -type AdCustomizerErrorEnum_AdCustomizerError int32 - -const ( - // Enum unspecified. - AdCustomizerErrorEnum_UNSPECIFIED AdCustomizerErrorEnum_AdCustomizerError = 0 - // The received error code is not known in this version. - AdCustomizerErrorEnum_UNKNOWN AdCustomizerErrorEnum_AdCustomizerError = 1 - // Invalid date argument in countdown function. - AdCustomizerErrorEnum_COUNTDOWN_INVALID_DATE_FORMAT AdCustomizerErrorEnum_AdCustomizerError = 2 - // Countdown end date is in the past. - AdCustomizerErrorEnum_COUNTDOWN_DATE_IN_PAST AdCustomizerErrorEnum_AdCustomizerError = 3 - // Invalid locale string in countdown function. - AdCustomizerErrorEnum_COUNTDOWN_INVALID_LOCALE AdCustomizerErrorEnum_AdCustomizerError = 4 - // Days-before argument to countdown function is not positive. - AdCustomizerErrorEnum_COUNTDOWN_INVALID_START_DAYS_BEFORE AdCustomizerErrorEnum_AdCustomizerError = 5 - // A user list referenced in an IF function does not exist. - AdCustomizerErrorEnum_UNKNOWN_USER_LIST AdCustomizerErrorEnum_AdCustomizerError = 6 -) - -var AdCustomizerErrorEnum_AdCustomizerError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "COUNTDOWN_INVALID_DATE_FORMAT", - 3: "COUNTDOWN_DATE_IN_PAST", - 4: "COUNTDOWN_INVALID_LOCALE", - 5: "COUNTDOWN_INVALID_START_DAYS_BEFORE", - 6: "UNKNOWN_USER_LIST", -} -var AdCustomizerErrorEnum_AdCustomizerError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "COUNTDOWN_INVALID_DATE_FORMAT": 2, - "COUNTDOWN_DATE_IN_PAST": 3, - "COUNTDOWN_INVALID_LOCALE": 4, - "COUNTDOWN_INVALID_START_DAYS_BEFORE": 5, - "UNKNOWN_USER_LIST": 6, -} - -func (x AdCustomizerErrorEnum_AdCustomizerError) String() string { - return proto.EnumName(AdCustomizerErrorEnum_AdCustomizerError_name, int32(x)) -} -func (AdCustomizerErrorEnum_AdCustomizerError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_customizer_error_8e31a87aead61c95, []int{0, 0} -} - -// Container for enum describing possible ad customizer errors. -type AdCustomizerErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdCustomizerErrorEnum) Reset() { *m = AdCustomizerErrorEnum{} } -func (m *AdCustomizerErrorEnum) String() string { return proto.CompactTextString(m) } -func (*AdCustomizerErrorEnum) ProtoMessage() {} -func (*AdCustomizerErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_customizer_error_8e31a87aead61c95, []int{0} -} -func (m *AdCustomizerErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdCustomizerErrorEnum.Unmarshal(m, b) -} -func (m *AdCustomizerErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdCustomizerErrorEnum.Marshal(b, m, deterministic) -} -func (dst *AdCustomizerErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdCustomizerErrorEnum.Merge(dst, src) -} -func (m *AdCustomizerErrorEnum) XXX_Size() int { - return xxx_messageInfo_AdCustomizerErrorEnum.Size(m) -} -func (m *AdCustomizerErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdCustomizerErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdCustomizerErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdCustomizerErrorEnum)(nil), "google.ads.googleads.v0.errors.AdCustomizerErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.AdCustomizerErrorEnum_AdCustomizerError", AdCustomizerErrorEnum_AdCustomizerError_name, AdCustomizerErrorEnum_AdCustomizerError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/ad_customizer_error.proto", fileDescriptor_ad_customizer_error_8e31a87aead61c95) -} - -var fileDescriptor_ad_customizer_error_8e31a87aead61c95 = []byte{ - // 366 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x4f, 0x0b, 0xd3, 0x30, - 0x18, 0xc6, 0x6d, 0xa7, 0x13, 0xb2, 0x83, 0x5d, 0x60, 0x43, 0x44, 0x07, 0xd6, 0x83, 0xb7, 0xb4, - 0xe0, 0x45, 0xe2, 0x29, 0x6b, 0xb3, 0x51, 0xac, 0x69, 0xe9, 0xbf, 0xa1, 0x14, 0x42, 0x5d, 0x4b, - 0x19, 0x6c, 0xcb, 0x68, 0xb6, 0x1d, 0xfc, 0x38, 0x1e, 0xfd, 0x28, 0x1e, 0xfc, 0x1c, 0xe2, 0xcd, - 0x6f, 0x20, 0x6d, 0xb6, 0x7a, 0x28, 0x7a, 0xca, 0xc3, 0xfb, 0xfe, 0x9e, 0xe4, 0xcd, 0xf3, 0x82, - 0xb7, 0xb5, 0x10, 0xf5, 0xbe, 0xb2, 0x8a, 0x52, 0x5a, 0x4a, 0xb6, 0xea, 0x6a, 0x5b, 0x55, 0xd3, - 0x88, 0x46, 0x5a, 0x45, 0xc9, 0xb7, 0x17, 0x79, 0x16, 0x87, 0xdd, 0x97, 0xaa, 0xe1, 0x5d, 0x11, - 0x9d, 0x1a, 0x71, 0x16, 0x70, 0xa1, 0x70, 0x54, 0x94, 0x12, 0xf5, 0x4e, 0x74, 0xb5, 0x91, 0x72, - 0x9a, 0x3f, 0x35, 0x30, 0x23, 0xa5, 0xd3, 0x9b, 0x69, 0x5b, 0xa6, 0xc7, 0xcb, 0xc1, 0xfc, 0xa1, - 0x81, 0xe9, 0xa0, 0x03, 0x9f, 0x80, 0x49, 0xca, 0xe2, 0x90, 0x3a, 0xde, 0xca, 0xa3, 0xae, 0xf1, - 0x00, 0x4e, 0xc0, 0xe3, 0x94, 0xbd, 0x67, 0xc1, 0x86, 0x19, 0x1a, 0x7c, 0x09, 0x5e, 0x38, 0x41, - 0xca, 0x12, 0x37, 0xd8, 0x30, 0xee, 0xb1, 0x8c, 0xf8, 0x9e, 0xcb, 0x5d, 0x92, 0x50, 0xbe, 0x0a, - 0xa2, 0x0f, 0x24, 0x31, 0x74, 0xf8, 0x0c, 0xcc, 0xff, 0x22, 0x5d, 0xcb, 0x63, 0x3c, 0x24, 0x71, - 0x62, 0x8c, 0xe0, 0x73, 0xf0, 0x74, 0x68, 0xf7, 0x03, 0x87, 0xf8, 0xd4, 0x78, 0x08, 0x5f, 0x83, - 0x57, 0xc3, 0x6e, 0x9c, 0x90, 0x28, 0xe1, 0x2e, 0xf9, 0x18, 0xf3, 0x25, 0x5d, 0x05, 0x11, 0x35, - 0x1e, 0xc1, 0x19, 0x98, 0xde, 0x46, 0xe2, 0x69, 0x4c, 0x23, 0xee, 0x7b, 0x71, 0x62, 0x8c, 0x97, - 0xbf, 0x35, 0x60, 0x6e, 0xc5, 0x01, 0xfd, 0x3f, 0x91, 0xe5, 0x7c, 0xf0, 0xe9, 0xb0, 0x4d, 0x32, - 0xd4, 0x3e, 0xb9, 0x37, 0x67, 0x2d, 0xf6, 0xc5, 0xb1, 0x46, 0xa2, 0xa9, 0xad, 0xba, 0x3a, 0x76, - 0x39, 0xdf, 0xb7, 0x72, 0xda, 0xc9, 0x7f, 0x2d, 0xe9, 0x9d, 0x3a, 0xbe, 0xea, 0xa3, 0x35, 0x21, - 0xdf, 0xf4, 0xc5, 0x5a, 0x5d, 0x46, 0x4a, 0x89, 0x94, 0x6c, 0x55, 0x66, 0xa3, 0xee, 0x49, 0xf9, - 0xfd, 0x0e, 0xe4, 0xa4, 0x94, 0x79, 0x0f, 0xe4, 0x99, 0x9d, 0x2b, 0xe0, 0x97, 0x6e, 0xaa, 0x2a, - 0xc6, 0xa4, 0x94, 0x18, 0xf7, 0x08, 0xc6, 0x99, 0x8d, 0xb1, 0x82, 0x3e, 0x8f, 0xbb, 0xe9, 0xde, - 0xfc, 0x09, 0x00, 0x00, 0xff, 0xff, 0x84, 0x06, 0x70, 0x25, 0x41, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/ad_error.pb.go b/googleapis/ads/googleads/v0/errors/ad_error.pb.go deleted file mode 100644 index 74274906a3..0000000000 --- a/googleapis/ads/googleads/v0/errors/ad_error.pb.go +++ /dev/null @@ -1,755 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/ad_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible ad errors. -type AdErrorEnum_AdError int32 - -const ( - // Enum unspecified. - AdErrorEnum_UNSPECIFIED AdErrorEnum_AdError = 0 - // The received error code is not known in this version. - AdErrorEnum_UNKNOWN AdErrorEnum_AdError = 1 - // Ad customizers are not supported for ad type. - AdErrorEnum_AD_CUSTOMIZERS_NOT_SUPPORTED_FOR_AD_TYPE AdErrorEnum_AdError = 2 - // Estimating character sizes the string is too long. - AdErrorEnum_APPROXIMATELY_TOO_LONG AdErrorEnum_AdError = 3 - // Estimating character sizes the string is too short. - AdErrorEnum_APPROXIMATELY_TOO_SHORT AdErrorEnum_AdError = 4 - // There is a problem with the snippet. - AdErrorEnum_BAD_SNIPPET AdErrorEnum_AdError = 5 - // Cannot modify an ad. - AdErrorEnum_CANNOT_MODIFY_AD AdErrorEnum_AdError = 6 - // business name and url cannot be set at the same time - AdErrorEnum_CANNOT_SET_BUSINESS_NAME_IF_URL_SET AdErrorEnum_AdError = 7 - // The specified field is incompatible with this ad's type or settings. - AdErrorEnum_CANNOT_SET_FIELD AdErrorEnum_AdError = 8 - // Cannot set field when originAdId is set. - AdErrorEnum_CANNOT_SET_FIELD_WITH_ORIGIN_AD_ID_SET AdErrorEnum_AdError = 9 - // Cannot set field when an existing ad id is set for sharing. - AdErrorEnum_CANNOT_SET_FIELD_WITH_AD_ID_SET_FOR_SHARING AdErrorEnum_AdError = 10 - // Cannot set allowFlexibleColor false if no color is provided by user. - AdErrorEnum_CANNOT_SET_ALLOW_FLEXIBLE_COLOR_FALSE AdErrorEnum_AdError = 11 - // When user select native, no color control is allowed because we will - // always respect publisher color for native format serving. - AdErrorEnum_CANNOT_SET_COLOR_CONTROL_WHEN_NATIVE_FORMAT_SETTING AdErrorEnum_AdError = 12 - // Cannot specify a url for the ad type - AdErrorEnum_CANNOT_SET_URL AdErrorEnum_AdError = 13 - // Cannot specify a tracking or mobile url without also setting final urls - AdErrorEnum_CANNOT_SET_WITHOUT_FINAL_URLS AdErrorEnum_AdError = 14 - // Cannot specify a legacy url and a final url simultaneously - AdErrorEnum_CANNOT_SET_WITH_FINAL_URLS AdErrorEnum_AdError = 15 - // Cannot specify a legacy url and a tracking url template simultaneously in - // a DSA. - AdErrorEnum_CANNOT_SET_WITH_TRACKING_URL_TEMPLATE AdErrorEnum_AdError = 16 - // Cannot specify a urls in UrlData and in template fields simultaneously. - AdErrorEnum_CANNOT_SET_WITH_URL_DATA AdErrorEnum_AdError = 17 - // This operator cannot be used with a subclass of Ad. - AdErrorEnum_CANNOT_USE_AD_SUBCLASS_FOR_OPERATOR AdErrorEnum_AdError = 18 - // Customer is not approved for mobile ads. - AdErrorEnum_CUSTOMER_NOT_APPROVED_MOBILEADS AdErrorEnum_AdError = 19 - // Customer is not approved for 3PAS richmedia ads. - AdErrorEnum_CUSTOMER_NOT_APPROVED_THIRDPARTY_ADS AdErrorEnum_AdError = 20 - // Customer is not approved for 3PAS redirect richmedia (Ad Exchange) ads. - AdErrorEnum_CUSTOMER_NOT_APPROVED_THIRDPARTY_REDIRECT_ADS AdErrorEnum_AdError = 21 - // Not an eligible customer - AdErrorEnum_CUSTOMER_NOT_ELIGIBLE AdErrorEnum_AdError = 22 - // Customer is not eligible for updating beacon url - AdErrorEnum_CUSTOMER_NOT_ELIGIBLE_FOR_UPDATING_BEACON_URL AdErrorEnum_AdError = 23 - // There already exists an ad with the same dimensions in the union. - AdErrorEnum_DIMENSION_ALREADY_IN_UNION AdErrorEnum_AdError = 24 - // Ad's dimension must be set before setting union dimension. - AdErrorEnum_DIMENSION_MUST_BE_SET AdErrorEnum_AdError = 25 - // Ad's dimension must be included in the union dimensions. - AdErrorEnum_DIMENSION_NOT_IN_UNION AdErrorEnum_AdError = 26 - // Display Url cannot be specified (applies to Ad Exchange Ads) - AdErrorEnum_DISPLAY_URL_CANNOT_BE_SPECIFIED AdErrorEnum_AdError = 27 - // Telephone number contains invalid characters or invalid format. Please - // re-enter your number using digits (0-9), dashes (-), and parentheses - // only. - AdErrorEnum_DOMESTIC_PHONE_NUMBER_FORMAT AdErrorEnum_AdError = 28 - // Emergency telephone numbers are not allowed. Please enter a valid - // domestic phone number to connect customers to your business. - AdErrorEnum_EMERGENCY_PHONE_NUMBER AdErrorEnum_AdError = 29 - // A required field was not specified or is an empty string. - AdErrorEnum_EMPTY_FIELD AdErrorEnum_AdError = 30 - // A feed attribute referenced in an ad customizer tag is not in the ad - // customizer mapping for the feed. - AdErrorEnum_FEED_ATTRIBUTE_MUST_HAVE_MAPPING_FOR_TYPE_ID AdErrorEnum_AdError = 31 - // The ad customizer field mapping for the feed attribute does not match the - // expected field type. - AdErrorEnum_FEED_ATTRIBUTE_MAPPING_TYPE_MISMATCH AdErrorEnum_AdError = 32 - // The use of ad customizer tags in the ad text is disallowed. Details in - // trigger. - AdErrorEnum_ILLEGAL_AD_CUSTOMIZER_TAG_USE AdErrorEnum_AdError = 33 - // Tags of the form {PH_x}, where x is a number, are disallowed in ad text. - AdErrorEnum_ILLEGAL_TAG_USE AdErrorEnum_AdError = 34 - // The dimensions of the ad are specified or derived in multiple ways and - // are not consistent. - AdErrorEnum_INCONSISTENT_DIMENSIONS AdErrorEnum_AdError = 35 - // The status cannot differ among template ads of the same union. - AdErrorEnum_INCONSISTENT_STATUS_IN_TEMPLATE_UNION AdErrorEnum_AdError = 36 - // The length of the string is not valid. - AdErrorEnum_INCORRECT_LENGTH AdErrorEnum_AdError = 37 - // The ad is ineligible for upgrade. - AdErrorEnum_INELIGIBLE_FOR_UPGRADE AdErrorEnum_AdError = 38 - // User cannot create mobile ad for countries targeted in specified - // campaign. - AdErrorEnum_INVALID_AD_ADDRESS_CAMPAIGN_TARGET AdErrorEnum_AdError = 39 - // Invalid Ad type. A specific type of Ad is required. - AdErrorEnum_INVALID_AD_TYPE AdErrorEnum_AdError = 40 - // Headline, description or phone cannot be present when creating mobile - // image ad. - AdErrorEnum_INVALID_ATTRIBUTES_FOR_MOBILE_IMAGE AdErrorEnum_AdError = 41 - // Image cannot be present when creating mobile text ad. - AdErrorEnum_INVALID_ATTRIBUTES_FOR_MOBILE_TEXT AdErrorEnum_AdError = 42 - // Invalid call to action text. - AdErrorEnum_INVALID_CALL_TO_ACTION_TEXT AdErrorEnum_AdError = 43 - // Invalid character in URL. - AdErrorEnum_INVALID_CHARACTER_FOR_URL AdErrorEnum_AdError = 44 - // Creative's country code is not valid. - AdErrorEnum_INVALID_COUNTRY_CODE AdErrorEnum_AdError = 45 - // Invalid use of Dynamic Search Ads tags ({lpurl} etc.) - AdErrorEnum_INVALID_DSA_URL_TAG AdErrorEnum_AdError = 46 - // Invalid use of Expanded Dynamic Search Ads tags ({lpurl} etc.) - AdErrorEnum_INVALID_EXPANDED_DYNAMIC_SEARCH_AD_TAG AdErrorEnum_AdError = 47 - // An input error whose real reason was not properly mapped (should not - // happen). - AdErrorEnum_INVALID_INPUT AdErrorEnum_AdError = 48 - // An invalid markup language was entered. - AdErrorEnum_INVALID_MARKUP_LANGUAGE AdErrorEnum_AdError = 49 - // An invalid mobile carrier was entered. - AdErrorEnum_INVALID_MOBILE_CARRIER AdErrorEnum_AdError = 50 - // Specified mobile carriers target a country not targeted by the campaign. - AdErrorEnum_INVALID_MOBILE_CARRIER_TARGET AdErrorEnum_AdError = 51 - // Wrong number of elements for given element type - AdErrorEnum_INVALID_NUMBER_OF_ELEMENTS AdErrorEnum_AdError = 52 - // The format of the telephone number is incorrect. Please re-enter the - // number using the correct format. - AdErrorEnum_INVALID_PHONE_NUMBER_FORMAT AdErrorEnum_AdError = 53 - // The certified vendor format id is incorrect. - AdErrorEnum_INVALID_RICH_MEDIA_CERTIFIED_VENDOR_FORMAT_ID AdErrorEnum_AdError = 54 - // The template ad data contains validation errors. - AdErrorEnum_INVALID_TEMPLATE_DATA AdErrorEnum_AdError = 55 - // The template field doesn't have have the correct type. - AdErrorEnum_INVALID_TEMPLATE_ELEMENT_FIELD_TYPE AdErrorEnum_AdError = 56 - // Invalid template id. - AdErrorEnum_INVALID_TEMPLATE_ID AdErrorEnum_AdError = 57 - // After substituting replacement strings, the line is too wide. - AdErrorEnum_LINE_TOO_WIDE AdErrorEnum_AdError = 58 - // The feed referenced must have ad customizer mapping to be used in a - // customizer tag. - AdErrorEnum_MISSING_AD_CUSTOMIZER_MAPPING AdErrorEnum_AdError = 59 - // Missing address component in template element address field. - AdErrorEnum_MISSING_ADDRESS_COMPONENT AdErrorEnum_AdError = 60 - // An ad name must be entered. - AdErrorEnum_MISSING_ADVERTISEMENT_NAME AdErrorEnum_AdError = 61 - // Business name must be entered. - AdErrorEnum_MISSING_BUSINESS_NAME AdErrorEnum_AdError = 62 - // Description (line 2) must be entered. - AdErrorEnum_MISSING_DESCRIPTION1 AdErrorEnum_AdError = 63 - // Description (line 3) must be entered. - AdErrorEnum_MISSING_DESCRIPTION2 AdErrorEnum_AdError = 64 - // The destination url must contain at least one tag (e.g. {lpurl}) - AdErrorEnum_MISSING_DESTINATION_URL_TAG AdErrorEnum_AdError = 65 - // The tracking url template of ExpandedDynamicSearchAd must contain at - // least one tag. (e.g. {lpurl}) - AdErrorEnum_MISSING_LANDING_PAGE_URL_TAG AdErrorEnum_AdError = 66 - // A valid dimension must be specified for this ad. - AdErrorEnum_MISSING_DIMENSION AdErrorEnum_AdError = 67 - // A display URL must be entered. - AdErrorEnum_MISSING_DISPLAY_URL AdErrorEnum_AdError = 68 - // Headline must be entered. - AdErrorEnum_MISSING_HEADLINE AdErrorEnum_AdError = 69 - // A height must be entered. - AdErrorEnum_MISSING_HEIGHT AdErrorEnum_AdError = 70 - // An image must be entered. - AdErrorEnum_MISSING_IMAGE AdErrorEnum_AdError = 71 - // Marketing image or product videos are required. - AdErrorEnum_MISSING_MARKETING_IMAGE_OR_PRODUCT_VIDEOS AdErrorEnum_AdError = 72 - // The markup language in which your site is written must be entered. - AdErrorEnum_MISSING_MARKUP_LANGUAGES AdErrorEnum_AdError = 73 - // A mobile carrier must be entered. - AdErrorEnum_MISSING_MOBILE_CARRIER AdErrorEnum_AdError = 74 - // Phone number must be entered. - AdErrorEnum_MISSING_PHONE AdErrorEnum_AdError = 75 - // Missing required template fields - AdErrorEnum_MISSING_REQUIRED_TEMPLATE_FIELDS AdErrorEnum_AdError = 76 - // Missing a required field value - AdErrorEnum_MISSING_TEMPLATE_FIELD_VALUE AdErrorEnum_AdError = 77 - // The ad must have text. - AdErrorEnum_MISSING_TEXT AdErrorEnum_AdError = 78 - // A visible URL must be entered. - AdErrorEnum_MISSING_VISIBLE_URL AdErrorEnum_AdError = 79 - // A width must be entered. - AdErrorEnum_MISSING_WIDTH AdErrorEnum_AdError = 80 - // Only 1 feed can be used as the source of ad customizer substitutions in a - // single ad. - AdErrorEnum_MULTIPLE_DISTINCT_FEEDS_UNSUPPORTED AdErrorEnum_AdError = 81 - // TempAdUnionId must be use when adding template ads. - AdErrorEnum_MUST_USE_TEMP_AD_UNION_ID_ON_ADD AdErrorEnum_AdError = 82 - // The string has too many characters. - AdErrorEnum_TOO_LONG AdErrorEnum_AdError = 83 - // The string has too few characters. - AdErrorEnum_TOO_SHORT AdErrorEnum_AdError = 84 - // Ad union dimensions cannot change for saved ads. - AdErrorEnum_UNION_DIMENSIONS_CANNOT_CHANGE AdErrorEnum_AdError = 85 - // Address component is not {country, lat, lng}. - AdErrorEnum_UNKNOWN_ADDRESS_COMPONENT AdErrorEnum_AdError = 86 - // Unknown unique field name - AdErrorEnum_UNKNOWN_FIELD_NAME AdErrorEnum_AdError = 87 - // Unknown unique name (template element type specifier) - AdErrorEnum_UNKNOWN_UNIQUE_NAME AdErrorEnum_AdError = 88 - // Unsupported ad dimension - AdErrorEnum_UNSUPPORTED_DIMENSIONS AdErrorEnum_AdError = 89 - // URL starts with an invalid scheme. - AdErrorEnum_URL_INVALID_SCHEME AdErrorEnum_AdError = 90 - // URL ends with an invalid top-level domain name. - AdErrorEnum_URL_INVALID_TOP_LEVEL_DOMAIN AdErrorEnum_AdError = 91 - // URL contains illegal characters. - AdErrorEnum_URL_MALFORMED AdErrorEnum_AdError = 92 - // URL must contain a host name. - AdErrorEnum_URL_NO_HOST AdErrorEnum_AdError = 93 - // URL not equivalent during upgrade. - AdErrorEnum_URL_NOT_EQUIVALENT AdErrorEnum_AdError = 94 - // URL host name too long to be stored as visible URL (applies to Ad - // Exchange ads) - AdErrorEnum_URL_HOST_NAME_TOO_LONG AdErrorEnum_AdError = 95 - // URL must start with a scheme. - AdErrorEnum_URL_NO_SCHEME AdErrorEnum_AdError = 96 - // URL should end in a valid domain extension, such as .com or .net. - AdErrorEnum_URL_NO_TOP_LEVEL_DOMAIN AdErrorEnum_AdError = 97 - // URL must not end with a path. - AdErrorEnum_URL_PATH_NOT_ALLOWED AdErrorEnum_AdError = 98 - // URL must not specify a port. - AdErrorEnum_URL_PORT_NOT_ALLOWED AdErrorEnum_AdError = 99 - // URL must not contain a query. - AdErrorEnum_URL_QUERY_NOT_ALLOWED AdErrorEnum_AdError = 100 - // A url scheme is not allowed in front of tag in dest url (e.g. - // http://{lpurl}) - AdErrorEnum_URL_SCHEME_BEFORE_DSA_TAG AdErrorEnum_AdError = 101 - // A url scheme is not allowed in front of tag in tracking url template - // (e.g. http://{lpurl}) - AdErrorEnum_URL_SCHEME_BEFORE_EXPANDED_DYNAMIC_SEARCH_AD_TAG AdErrorEnum_AdError = 102 - // The user does not have permissions to create a template ad for the given - // template. - AdErrorEnum_USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE AdErrorEnum_AdError = 103 - // Expandable setting is inconsistent/wrong. For example, an AdX ad is - // invalid if it has a expandable vendor format but no expanding directions - // specified, or expanding directions is specified, but the vendor format is - // not expandable. - AdErrorEnum_INCONSISTENT_EXPANDABLE_SETTINGS AdErrorEnum_AdError = 104 - // Format is invalid - AdErrorEnum_INVALID_FORMAT AdErrorEnum_AdError = 105 - // The text of this field did not match a pattern of allowed values. - AdErrorEnum_INVALID_FIELD_TEXT AdErrorEnum_AdError = 106 - // Template element is mising - AdErrorEnum_ELEMENT_NOT_PRESENT AdErrorEnum_AdError = 107 - // Error occurred during image processing - AdErrorEnum_IMAGE_ERROR AdErrorEnum_AdError = 108 - // The value is not within the valid range - AdErrorEnum_VALUE_NOT_IN_RANGE AdErrorEnum_AdError = 109 - // Template element field is not present - AdErrorEnum_FIELD_NOT_PRESENT AdErrorEnum_AdError = 110 - // Address is incomplete - AdErrorEnum_ADDRESS_NOT_COMPLETE AdErrorEnum_AdError = 111 - // Invalid address - AdErrorEnum_ADDRESS_INVALID AdErrorEnum_AdError = 112 - // Error retrieving specified video - AdErrorEnum_VIDEO_RETRIEVAL_ERROR AdErrorEnum_AdError = 113 - // Error processing audio - AdErrorEnum_AUDIO_ERROR AdErrorEnum_AdError = 114 - // Display URL is incorrect for YouTube PYV ads - AdErrorEnum_INVALID_YOUTUBE_DISPLAY_URL AdErrorEnum_AdError = 115 - // Too many product Images in GmailAd - AdErrorEnum_TOO_MANY_PRODUCT_IMAGES AdErrorEnum_AdError = 116 - // Too many product Videos in GmailAd - AdErrorEnum_TOO_MANY_PRODUCT_VIDEOS AdErrorEnum_AdError = 117 - // The device preference is not compatible with the ad type - AdErrorEnum_INCOMPATIBLE_AD_TYPE_AND_DEVICE_PREFERENCE AdErrorEnum_AdError = 118 - // Call tracking is not supported for specified country. - AdErrorEnum_CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY AdErrorEnum_AdError = 119 - // Carrier specific short number is not allowed. - AdErrorEnum_CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED AdErrorEnum_AdError = 120 - // Specified phone number type is disallowed. - AdErrorEnum_DISALLOWED_NUMBER_TYPE AdErrorEnum_AdError = 121 - // Phone number not supported for country. - AdErrorEnum_PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY AdErrorEnum_AdError = 122 - // Phone number not supported with call tracking enabled for country. - AdErrorEnum_PHONE_NUMBER_NOT_SUPPORTED_WITH_CALLTRACKING_FOR_COUNTRY AdErrorEnum_AdError = 123 - // Premium rate phone number is not allowed. - AdErrorEnum_PREMIUM_RATE_NUMBER_NOT_ALLOWED AdErrorEnum_AdError = 124 - // Vanity phone number is not allowed. - AdErrorEnum_VANITY_PHONE_NUMBER_NOT_ALLOWED AdErrorEnum_AdError = 125 - // Invalid call conversion type id. - AdErrorEnum_INVALID_CALL_CONVERSION_TYPE_ID AdErrorEnum_AdError = 126 - // Cannot disable call conversion and set conversion type id. - AdErrorEnum_CANNOT_DISABLE_CALL_CONVERSION_AND_SET_CONVERSION_TYPE_ID AdErrorEnum_AdError = 127 - // Cannot set path2 without path1. - AdErrorEnum_CANNOT_SET_PATH2_WITHOUT_PATH1 AdErrorEnum_AdError = 128 - // Missing domain name in campaign setting when adding expanded dynamic - // search ad. - AdErrorEnum_MISSING_DYNAMIC_SEARCH_ADS_SETTING_DOMAIN_NAME AdErrorEnum_AdError = 129 - // The associated ad is not compatible with restriction type. - AdErrorEnum_INCOMPATIBLE_WITH_RESTRICTION_TYPE AdErrorEnum_AdError = 130 -) - -var AdErrorEnum_AdError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "AD_CUSTOMIZERS_NOT_SUPPORTED_FOR_AD_TYPE", - 3: "APPROXIMATELY_TOO_LONG", - 4: "APPROXIMATELY_TOO_SHORT", - 5: "BAD_SNIPPET", - 6: "CANNOT_MODIFY_AD", - 7: "CANNOT_SET_BUSINESS_NAME_IF_URL_SET", - 8: "CANNOT_SET_FIELD", - 9: "CANNOT_SET_FIELD_WITH_ORIGIN_AD_ID_SET", - 10: "CANNOT_SET_FIELD_WITH_AD_ID_SET_FOR_SHARING", - 11: "CANNOT_SET_ALLOW_FLEXIBLE_COLOR_FALSE", - 12: "CANNOT_SET_COLOR_CONTROL_WHEN_NATIVE_FORMAT_SETTING", - 13: "CANNOT_SET_URL", - 14: "CANNOT_SET_WITHOUT_FINAL_URLS", - 15: "CANNOT_SET_WITH_FINAL_URLS", - 16: "CANNOT_SET_WITH_TRACKING_URL_TEMPLATE", - 17: "CANNOT_SET_WITH_URL_DATA", - 18: "CANNOT_USE_AD_SUBCLASS_FOR_OPERATOR", - 19: "CUSTOMER_NOT_APPROVED_MOBILEADS", - 20: "CUSTOMER_NOT_APPROVED_THIRDPARTY_ADS", - 21: "CUSTOMER_NOT_APPROVED_THIRDPARTY_REDIRECT_ADS", - 22: "CUSTOMER_NOT_ELIGIBLE", - 23: "CUSTOMER_NOT_ELIGIBLE_FOR_UPDATING_BEACON_URL", - 24: "DIMENSION_ALREADY_IN_UNION", - 25: "DIMENSION_MUST_BE_SET", - 26: "DIMENSION_NOT_IN_UNION", - 27: "DISPLAY_URL_CANNOT_BE_SPECIFIED", - 28: "DOMESTIC_PHONE_NUMBER_FORMAT", - 29: "EMERGENCY_PHONE_NUMBER", - 30: "EMPTY_FIELD", - 31: "FEED_ATTRIBUTE_MUST_HAVE_MAPPING_FOR_TYPE_ID", - 32: "FEED_ATTRIBUTE_MAPPING_TYPE_MISMATCH", - 33: "ILLEGAL_AD_CUSTOMIZER_TAG_USE", - 34: "ILLEGAL_TAG_USE", - 35: "INCONSISTENT_DIMENSIONS", - 36: "INCONSISTENT_STATUS_IN_TEMPLATE_UNION", - 37: "INCORRECT_LENGTH", - 38: "INELIGIBLE_FOR_UPGRADE", - 39: "INVALID_AD_ADDRESS_CAMPAIGN_TARGET", - 40: "INVALID_AD_TYPE", - 41: "INVALID_ATTRIBUTES_FOR_MOBILE_IMAGE", - 42: "INVALID_ATTRIBUTES_FOR_MOBILE_TEXT", - 43: "INVALID_CALL_TO_ACTION_TEXT", - 44: "INVALID_CHARACTER_FOR_URL", - 45: "INVALID_COUNTRY_CODE", - 46: "INVALID_DSA_URL_TAG", - 47: "INVALID_EXPANDED_DYNAMIC_SEARCH_AD_TAG", - 48: "INVALID_INPUT", - 49: "INVALID_MARKUP_LANGUAGE", - 50: "INVALID_MOBILE_CARRIER", - 51: "INVALID_MOBILE_CARRIER_TARGET", - 52: "INVALID_NUMBER_OF_ELEMENTS", - 53: "INVALID_PHONE_NUMBER_FORMAT", - 54: "INVALID_RICH_MEDIA_CERTIFIED_VENDOR_FORMAT_ID", - 55: "INVALID_TEMPLATE_DATA", - 56: "INVALID_TEMPLATE_ELEMENT_FIELD_TYPE", - 57: "INVALID_TEMPLATE_ID", - 58: "LINE_TOO_WIDE", - 59: "MISSING_AD_CUSTOMIZER_MAPPING", - 60: "MISSING_ADDRESS_COMPONENT", - 61: "MISSING_ADVERTISEMENT_NAME", - 62: "MISSING_BUSINESS_NAME", - 63: "MISSING_DESCRIPTION1", - 64: "MISSING_DESCRIPTION2", - 65: "MISSING_DESTINATION_URL_TAG", - 66: "MISSING_LANDING_PAGE_URL_TAG", - 67: "MISSING_DIMENSION", - 68: "MISSING_DISPLAY_URL", - 69: "MISSING_HEADLINE", - 70: "MISSING_HEIGHT", - 71: "MISSING_IMAGE", - 72: "MISSING_MARKETING_IMAGE_OR_PRODUCT_VIDEOS", - 73: "MISSING_MARKUP_LANGUAGES", - 74: "MISSING_MOBILE_CARRIER", - 75: "MISSING_PHONE", - 76: "MISSING_REQUIRED_TEMPLATE_FIELDS", - 77: "MISSING_TEMPLATE_FIELD_VALUE", - 78: "MISSING_TEXT", - 79: "MISSING_VISIBLE_URL", - 80: "MISSING_WIDTH", - 81: "MULTIPLE_DISTINCT_FEEDS_UNSUPPORTED", - 82: "MUST_USE_TEMP_AD_UNION_ID_ON_ADD", - 83: "TOO_LONG", - 84: "TOO_SHORT", - 85: "UNION_DIMENSIONS_CANNOT_CHANGE", - 86: "UNKNOWN_ADDRESS_COMPONENT", - 87: "UNKNOWN_FIELD_NAME", - 88: "UNKNOWN_UNIQUE_NAME", - 89: "UNSUPPORTED_DIMENSIONS", - 90: "URL_INVALID_SCHEME", - 91: "URL_INVALID_TOP_LEVEL_DOMAIN", - 92: "URL_MALFORMED", - 93: "URL_NO_HOST", - 94: "URL_NOT_EQUIVALENT", - 95: "URL_HOST_NAME_TOO_LONG", - 96: "URL_NO_SCHEME", - 97: "URL_NO_TOP_LEVEL_DOMAIN", - 98: "URL_PATH_NOT_ALLOWED", - 99: "URL_PORT_NOT_ALLOWED", - 100: "URL_QUERY_NOT_ALLOWED", - 101: "URL_SCHEME_BEFORE_DSA_TAG", - 102: "URL_SCHEME_BEFORE_EXPANDED_DYNAMIC_SEARCH_AD_TAG", - 103: "USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE", - 104: "INCONSISTENT_EXPANDABLE_SETTINGS", - 105: "INVALID_FORMAT", - 106: "INVALID_FIELD_TEXT", - 107: "ELEMENT_NOT_PRESENT", - 108: "IMAGE_ERROR", - 109: "VALUE_NOT_IN_RANGE", - 110: "FIELD_NOT_PRESENT", - 111: "ADDRESS_NOT_COMPLETE", - 112: "ADDRESS_INVALID", - 113: "VIDEO_RETRIEVAL_ERROR", - 114: "AUDIO_ERROR", - 115: "INVALID_YOUTUBE_DISPLAY_URL", - 116: "TOO_MANY_PRODUCT_IMAGES", - 117: "TOO_MANY_PRODUCT_VIDEOS", - 118: "INCOMPATIBLE_AD_TYPE_AND_DEVICE_PREFERENCE", - 119: "CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY", - 120: "CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED", - 121: "DISALLOWED_NUMBER_TYPE", - 122: "PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY", - 123: "PHONE_NUMBER_NOT_SUPPORTED_WITH_CALLTRACKING_FOR_COUNTRY", - 124: "PREMIUM_RATE_NUMBER_NOT_ALLOWED", - 125: "VANITY_PHONE_NUMBER_NOT_ALLOWED", - 126: "INVALID_CALL_CONVERSION_TYPE_ID", - 127: "CANNOT_DISABLE_CALL_CONVERSION_AND_SET_CONVERSION_TYPE_ID", - 128: "CANNOT_SET_PATH2_WITHOUT_PATH1", - 129: "MISSING_DYNAMIC_SEARCH_ADS_SETTING_DOMAIN_NAME", - 130: "INCOMPATIBLE_WITH_RESTRICTION_TYPE", -} -var AdErrorEnum_AdError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "AD_CUSTOMIZERS_NOT_SUPPORTED_FOR_AD_TYPE": 2, - "APPROXIMATELY_TOO_LONG": 3, - "APPROXIMATELY_TOO_SHORT": 4, - "BAD_SNIPPET": 5, - "CANNOT_MODIFY_AD": 6, - "CANNOT_SET_BUSINESS_NAME_IF_URL_SET": 7, - "CANNOT_SET_FIELD": 8, - "CANNOT_SET_FIELD_WITH_ORIGIN_AD_ID_SET": 9, - "CANNOT_SET_FIELD_WITH_AD_ID_SET_FOR_SHARING": 10, - "CANNOT_SET_ALLOW_FLEXIBLE_COLOR_FALSE": 11, - "CANNOT_SET_COLOR_CONTROL_WHEN_NATIVE_FORMAT_SETTING": 12, - "CANNOT_SET_URL": 13, - "CANNOT_SET_WITHOUT_FINAL_URLS": 14, - "CANNOT_SET_WITH_FINAL_URLS": 15, - "CANNOT_SET_WITH_TRACKING_URL_TEMPLATE": 16, - "CANNOT_SET_WITH_URL_DATA": 17, - "CANNOT_USE_AD_SUBCLASS_FOR_OPERATOR": 18, - "CUSTOMER_NOT_APPROVED_MOBILEADS": 19, - "CUSTOMER_NOT_APPROVED_THIRDPARTY_ADS": 20, - "CUSTOMER_NOT_APPROVED_THIRDPARTY_REDIRECT_ADS": 21, - "CUSTOMER_NOT_ELIGIBLE": 22, - "CUSTOMER_NOT_ELIGIBLE_FOR_UPDATING_BEACON_URL": 23, - "DIMENSION_ALREADY_IN_UNION": 24, - "DIMENSION_MUST_BE_SET": 25, - "DIMENSION_NOT_IN_UNION": 26, - "DISPLAY_URL_CANNOT_BE_SPECIFIED": 27, - "DOMESTIC_PHONE_NUMBER_FORMAT": 28, - "EMERGENCY_PHONE_NUMBER": 29, - "EMPTY_FIELD": 30, - "FEED_ATTRIBUTE_MUST_HAVE_MAPPING_FOR_TYPE_ID": 31, - "FEED_ATTRIBUTE_MAPPING_TYPE_MISMATCH": 32, - "ILLEGAL_AD_CUSTOMIZER_TAG_USE": 33, - "ILLEGAL_TAG_USE": 34, - "INCONSISTENT_DIMENSIONS": 35, - "INCONSISTENT_STATUS_IN_TEMPLATE_UNION": 36, - "INCORRECT_LENGTH": 37, - "INELIGIBLE_FOR_UPGRADE": 38, - "INVALID_AD_ADDRESS_CAMPAIGN_TARGET": 39, - "INVALID_AD_TYPE": 40, - "INVALID_ATTRIBUTES_FOR_MOBILE_IMAGE": 41, - "INVALID_ATTRIBUTES_FOR_MOBILE_TEXT": 42, - "INVALID_CALL_TO_ACTION_TEXT": 43, - "INVALID_CHARACTER_FOR_URL": 44, - "INVALID_COUNTRY_CODE": 45, - "INVALID_DSA_URL_TAG": 46, - "INVALID_EXPANDED_DYNAMIC_SEARCH_AD_TAG": 47, - "INVALID_INPUT": 48, - "INVALID_MARKUP_LANGUAGE": 49, - "INVALID_MOBILE_CARRIER": 50, - "INVALID_MOBILE_CARRIER_TARGET": 51, - "INVALID_NUMBER_OF_ELEMENTS": 52, - "INVALID_PHONE_NUMBER_FORMAT": 53, - "INVALID_RICH_MEDIA_CERTIFIED_VENDOR_FORMAT_ID": 54, - "INVALID_TEMPLATE_DATA": 55, - "INVALID_TEMPLATE_ELEMENT_FIELD_TYPE": 56, - "INVALID_TEMPLATE_ID": 57, - "LINE_TOO_WIDE": 58, - "MISSING_AD_CUSTOMIZER_MAPPING": 59, - "MISSING_ADDRESS_COMPONENT": 60, - "MISSING_ADVERTISEMENT_NAME": 61, - "MISSING_BUSINESS_NAME": 62, - "MISSING_DESCRIPTION1": 63, - "MISSING_DESCRIPTION2": 64, - "MISSING_DESTINATION_URL_TAG": 65, - "MISSING_LANDING_PAGE_URL_TAG": 66, - "MISSING_DIMENSION": 67, - "MISSING_DISPLAY_URL": 68, - "MISSING_HEADLINE": 69, - "MISSING_HEIGHT": 70, - "MISSING_IMAGE": 71, - "MISSING_MARKETING_IMAGE_OR_PRODUCT_VIDEOS": 72, - "MISSING_MARKUP_LANGUAGES": 73, - "MISSING_MOBILE_CARRIER": 74, - "MISSING_PHONE": 75, - "MISSING_REQUIRED_TEMPLATE_FIELDS": 76, - "MISSING_TEMPLATE_FIELD_VALUE": 77, - "MISSING_TEXT": 78, - "MISSING_VISIBLE_URL": 79, - "MISSING_WIDTH": 80, - "MULTIPLE_DISTINCT_FEEDS_UNSUPPORTED": 81, - "MUST_USE_TEMP_AD_UNION_ID_ON_ADD": 82, - "TOO_LONG": 83, - "TOO_SHORT": 84, - "UNION_DIMENSIONS_CANNOT_CHANGE": 85, - "UNKNOWN_ADDRESS_COMPONENT": 86, - "UNKNOWN_FIELD_NAME": 87, - "UNKNOWN_UNIQUE_NAME": 88, - "UNSUPPORTED_DIMENSIONS": 89, - "URL_INVALID_SCHEME": 90, - "URL_INVALID_TOP_LEVEL_DOMAIN": 91, - "URL_MALFORMED": 92, - "URL_NO_HOST": 93, - "URL_NOT_EQUIVALENT": 94, - "URL_HOST_NAME_TOO_LONG": 95, - "URL_NO_SCHEME": 96, - "URL_NO_TOP_LEVEL_DOMAIN": 97, - "URL_PATH_NOT_ALLOWED": 98, - "URL_PORT_NOT_ALLOWED": 99, - "URL_QUERY_NOT_ALLOWED": 100, - "URL_SCHEME_BEFORE_DSA_TAG": 101, - "URL_SCHEME_BEFORE_EXPANDED_DYNAMIC_SEARCH_AD_TAG": 102, - "USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE": 103, - "INCONSISTENT_EXPANDABLE_SETTINGS": 104, - "INVALID_FORMAT": 105, - "INVALID_FIELD_TEXT": 106, - "ELEMENT_NOT_PRESENT": 107, - "IMAGE_ERROR": 108, - "VALUE_NOT_IN_RANGE": 109, - "FIELD_NOT_PRESENT": 110, - "ADDRESS_NOT_COMPLETE": 111, - "ADDRESS_INVALID": 112, - "VIDEO_RETRIEVAL_ERROR": 113, - "AUDIO_ERROR": 114, - "INVALID_YOUTUBE_DISPLAY_URL": 115, - "TOO_MANY_PRODUCT_IMAGES": 116, - "TOO_MANY_PRODUCT_VIDEOS": 117, - "INCOMPATIBLE_AD_TYPE_AND_DEVICE_PREFERENCE": 118, - "CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY": 119, - "CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED": 120, - "DISALLOWED_NUMBER_TYPE": 121, - "PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY": 122, - "PHONE_NUMBER_NOT_SUPPORTED_WITH_CALLTRACKING_FOR_COUNTRY": 123, - "PREMIUM_RATE_NUMBER_NOT_ALLOWED": 124, - "VANITY_PHONE_NUMBER_NOT_ALLOWED": 125, - "INVALID_CALL_CONVERSION_TYPE_ID": 126, - "CANNOT_DISABLE_CALL_CONVERSION_AND_SET_CONVERSION_TYPE_ID": 127, - "CANNOT_SET_PATH2_WITHOUT_PATH1": 128, - "MISSING_DYNAMIC_SEARCH_ADS_SETTING_DOMAIN_NAME": 129, - "INCOMPATIBLE_WITH_RESTRICTION_TYPE": 130, -} - -func (x AdErrorEnum_AdError) String() string { - return proto.EnumName(AdErrorEnum_AdError_name, int32(x)) -} -func (AdErrorEnum_AdError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_error_8ace6aca2f2ec99f, []int{0, 0} -} - -// Container for enum describing possible ad errors. -type AdErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdErrorEnum) Reset() { *m = AdErrorEnum{} } -func (m *AdErrorEnum) String() string { return proto.CompactTextString(m) } -func (*AdErrorEnum) ProtoMessage() {} -func (*AdErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_error_8ace6aca2f2ec99f, []int{0} -} -func (m *AdErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdErrorEnum.Unmarshal(m, b) -} -func (m *AdErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdErrorEnum.Marshal(b, m, deterministic) -} -func (dst *AdErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdErrorEnum.Merge(dst, src) -} -func (m *AdErrorEnum) XXX_Size() int { - return xxx_messageInfo_AdErrorEnum.Size(m) -} -func (m *AdErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdErrorEnum)(nil), "google.ads.googleads.v0.errors.AdErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.AdErrorEnum_AdError", AdErrorEnum_AdError_name, AdErrorEnum_AdError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/ad_error.proto", fileDescriptor_ad_error_8ace6aca2f2ec99f) -} - -var fileDescriptor_ad_error_8ace6aca2f2ec99f = []byte{ - // 2009 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x58, 0xfb, 0x7e, 0x14, 0xb7, - 0x15, 0xae, 0x49, 0x1b, 0x12, 0x01, 0x41, 0x88, 0xfb, 0xcd, 0x10, 0x43, 0xb8, 0x05, 0xd6, 0x06, - 0xd2, 0x26, 0x71, 0x92, 0xb6, 0xda, 0xd1, 0xd9, 0x59, 0x15, 0x8d, 0x34, 0x48, 0x9a, 0xb1, 0x97, - 0xd2, 0xaa, 0x4e, 0x4c, 0xdd, 0xb4, 0xc0, 0x52, 0x9b, 0xd0, 0xfb, 0xf5, 0x51, 0xfa, 0x67, 0x1f, - 0xa1, 0x8f, 0x90, 0x17, 0xe9, 0xef, 0xd7, 0xa7, 0xe8, 0xef, 0x68, 0x46, 0xb3, 0xb3, 0xb6, 0x49, - 0xfe, 0xda, 0x59, 0x9d, 0x4f, 0xa3, 0xa3, 0x4f, 0xdf, 0xb9, 0x68, 0xc8, 0x9d, 0xad, 0xe9, 0x74, - 0xeb, 0xe9, 0x93, 0xe5, 0x8d, 0xcd, 0x9d, 0xe5, 0xe6, 0x11, 0x9f, 0x5e, 0xad, 0x2c, 0x3f, 0xd9, - 0xde, 0x9e, 0x6e, 0xef, 0x2c, 0x6f, 0x6c, 0x86, 0xf8, 0x34, 0x78, 0xb1, 0x3d, 0x7d, 0x39, 0x65, - 0x8b, 0x0d, 0x66, 0xb0, 0xb1, 0xb9, 0x33, 0xe8, 0xe0, 0x83, 0x57, 0x2b, 0x83, 0x06, 0xbe, 0xf4, - 0xf5, 0x65, 0x72, 0x88, 0x6f, 0x02, 0xfe, 0x81, 0xe7, 0x5f, 0x3d, 0x5b, 0xfa, 0xcf, 0x65, 0x72, - 0xb0, 0xfd, 0xcf, 0x8e, 0x92, 0x43, 0x95, 0x76, 0x25, 0x64, 0x72, 0x24, 0x41, 0xd0, 0xef, 0xb0, - 0x43, 0xe4, 0x60, 0xa5, 0x1f, 0x68, 0xb3, 0xa6, 0xe9, 0x02, 0xbb, 0x4d, 0x6e, 0x70, 0x11, 0xb2, - 0xca, 0x79, 0x53, 0xc8, 0x47, 0x60, 0x5d, 0xd0, 0xc6, 0x07, 0x57, 0x95, 0xa5, 0xb1, 0x1e, 0x44, - 0x18, 0x19, 0x1b, 0xb8, 0x08, 0x7e, 0x52, 0x02, 0x3d, 0xc0, 0xce, 0x91, 0x53, 0xbc, 0x2c, 0xad, - 0x59, 0x97, 0x05, 0xf7, 0xa0, 0x26, 0xc1, 0x1b, 0x13, 0x94, 0xd1, 0x39, 0x7d, 0x83, 0x9d, 0x27, - 0xa7, 0xf7, 0xda, 0xdc, 0xd8, 0x58, 0x4f, 0xbf, 0x8b, 0x4e, 0x0c, 0xb9, 0x08, 0x4e, 0xcb, 0xb2, - 0x04, 0x4f, 0xbf, 0xc7, 0x4e, 0x10, 0x9a, 0x71, 0x8d, 0x6b, 0x15, 0x46, 0xc8, 0xd1, 0x24, 0x70, - 0x41, 0xdf, 0x64, 0xd7, 0xc9, 0x95, 0x76, 0xd4, 0x81, 0x0f, 0xc3, 0xca, 0x49, 0x0d, 0xce, 0x05, - 0xcd, 0x0b, 0x08, 0x72, 0x14, 0x2a, 0xab, 0xd0, 0x40, 0x0f, 0xf6, 0xa6, 0x23, 0x70, 0x24, 0x41, - 0x09, 0xfa, 0x16, 0xbb, 0x45, 0xae, 0xed, 0x1e, 0x0d, 0x6b, 0xd2, 0x8f, 0x83, 0xb1, 0x32, 0x97, - 0x1a, 0x37, 0x22, 0x45, 0x7c, 0xc3, 0xdb, 0x6c, 0x99, 0xbc, 0xbf, 0x3f, 0xb6, 0x03, 0xc5, 0xbd, - 0xbb, 0x31, 0xb7, 0x52, 0xe7, 0x94, 0xb0, 0x9b, 0xe4, 0xbd, 0xde, 0x04, 0xae, 0x94, 0x59, 0x0b, - 0x23, 0x05, 0xeb, 0x72, 0xa8, 0x20, 0x64, 0x46, 0x19, 0x1b, 0x46, 0x5c, 0x39, 0xa0, 0x87, 0xd8, - 0x87, 0xe4, 0x7e, 0x0f, 0xda, 0xd8, 0x32, 0xa3, 0xbd, 0x35, 0x2a, 0xac, 0x8d, 0x41, 0x07, 0xcd, - 0xbd, 0xac, 0x01, 0x17, 0x28, 0x78, 0x04, 0x79, 0x5c, 0xe3, 0x30, 0x63, 0xe4, 0x9d, 0xde, 0xc4, - 0xca, 0x2a, 0x7a, 0x84, 0xbd, 0x4b, 0x2e, 0xf6, 0xc6, 0xd0, 0x45, 0x53, 0xa1, 0xc3, 0x9a, 0x2b, - 0x44, 0x38, 0xfa, 0x0e, 0x5b, 0x24, 0xe7, 0x76, 0x41, 0xfa, 0xf6, 0xa3, 0xbb, 0x5c, 0x8f, 0x76, - 0x6f, 0x79, 0xf6, 0x40, 0xea, 0x3c, 0x72, 0xea, 0xa1, 0x28, 0x15, 0xf7, 0x40, 0x29, 0xbb, 0x40, - 0xce, 0xec, 0x86, 0x22, 0x42, 0x70, 0xcf, 0xe9, 0xb1, 0xde, 0xf9, 0x54, 0x0e, 0x90, 0x29, 0x57, - 0x0d, 0x33, 0xc5, 0x9d, 0x8b, 0x5c, 0x99, 0x12, 0x2c, 0xf7, 0xc6, 0x52, 0xc6, 0xae, 0x90, 0x4b, - 0x8d, 0xa6, 0xc0, 0x46, 0x41, 0x45, 0x65, 0xd4, 0x20, 0x42, 0x61, 0x86, 0x52, 0x01, 0x17, 0x8e, - 0x1e, 0x67, 0x37, 0xc8, 0xd5, 0xfd, 0x41, 0x7e, 0x2c, 0xad, 0x28, 0xb9, 0xf5, 0x28, 0x0b, 0x47, - 0x4f, 0xb0, 0xbb, 0xe4, 0xce, 0xb7, 0x22, 0x2d, 0x08, 0x69, 0x21, 0xf3, 0x71, 0xca, 0x49, 0x76, - 0x96, 0x9c, 0x9c, 0x9b, 0x02, 0x4a, 0xe6, 0x78, 0x54, 0xf4, 0xd4, 0x9e, 0xb7, 0x25, 0x53, 0xdc, - 0x44, 0x55, 0x0a, 0x8e, 0xa7, 0x11, 0x86, 0xc0, 0x33, 0xa3, 0xe3, 0x21, 0x9c, 0x46, 0x86, 0x85, - 0x2c, 0x40, 0x3b, 0x69, 0x74, 0xe0, 0xca, 0x02, 0x17, 0x93, 0x20, 0x75, 0xa8, 0xb4, 0x34, 0x9a, - 0x9e, 0xc1, 0xd5, 0x66, 0xf6, 0xa2, 0x72, 0x3e, 0x0c, 0x21, 0x0a, 0xed, 0x2c, 0xc6, 0xcc, 0xcc, - 0x84, 0xcb, 0x75, 0xd3, 0xce, 0x21, 0x4d, 0x42, 0xba, 0x52, 0xf1, 0x49, 0x64, 0xb9, 0xe5, 0x16, - 0xa7, 0x76, 0xf1, 0x7a, 0x9e, 0x5d, 0x26, 0x17, 0x84, 0x29, 0xc0, 0x79, 0x99, 0x85, 0x72, 0x6c, - 0x34, 0x04, 0x5d, 0x15, 0x43, 0xb0, 0xad, 0x7c, 0xe8, 0x05, 0x5c, 0x02, 0x0a, 0xb0, 0x39, 0xe8, - 0x6c, 0x32, 0x07, 0xa1, 0x17, 0x31, 0xf2, 0xa0, 0x28, 0xfd, 0xa4, 0x0d, 0x92, 0x45, 0xb6, 0x42, - 0x6e, 0x8f, 0x00, 0x44, 0xe0, 0xde, 0x5b, 0x39, 0xac, 0x3c, 0x34, 0xfe, 0x8e, 0x79, 0x0d, 0xa1, - 0xe0, 0x65, 0x89, 0x7b, 0x47, 0x22, 0x30, 0xe4, 0x83, 0x14, 0xf4, 0x12, 0x9e, 0xd3, 0xee, 0x19, - 0x2d, 0x2e, 0x62, 0x0a, 0xe9, 0x0a, 0xee, 0xb3, 0x31, 0xbd, 0x8c, 0x5a, 0x95, 0x4a, 0x41, 0xce, - 0x55, 0x98, 0xcb, 0x2a, 0xc1, 0xf3, 0x1c, 0x25, 0x43, 0xdf, 0x65, 0xc7, 0xc9, 0xd1, 0x04, 0x49, - 0x83, 0x4b, 0x98, 0x3b, 0xa4, 0xce, 0x8c, 0x76, 0xd2, 0x79, 0xd0, 0x3e, 0x74, 0x84, 0x39, 0x7a, - 0x05, 0xd5, 0x3b, 0x67, 0x74, 0x9e, 0xfb, 0xca, 0x21, 0x8d, 0x49, 0xb7, 0x2d, 0x9f, 0x57, 0x31, - 0x2d, 0x20, 0xd4, 0x46, 0x1d, 0x28, 0xd0, 0xb9, 0x1f, 0xd3, 0xf7, 0x90, 0x1e, 0xa9, 0x77, 0x1d, - 0x72, 0x6e, 0xb9, 0x00, 0x7a, 0x8d, 0x5d, 0x23, 0x4b, 0x52, 0xd7, 0x5c, 0x49, 0x81, 0x1e, 0x73, - 0x21, 0x2c, 0x26, 0x9c, 0x8c, 0x17, 0x25, 0x97, 0xb9, 0x0e, 0x9e, 0xdb, 0x1c, 0x3c, 0xbd, 0x1e, - 0xdd, 0x9e, 0xe1, 0x62, 0x3a, 0xbc, 0x81, 0xe1, 0xd0, 0x0d, 0x26, 0x6e, 0x9a, 0x50, 0x68, 0x64, - 0x1e, 0x64, 0xc1, 0x73, 0xa0, 0x37, 0xe7, 0x56, 0xd9, 0x17, 0xe8, 0x61, 0xdd, 0xd3, 0x5b, 0xec, - 0x12, 0x39, 0x9f, 0x70, 0x19, 0x57, 0x2a, 0x78, 0x13, 0x78, 0xe6, 0x51, 0x38, 0x11, 0xf0, 0x3e, - 0xbb, 0x48, 0xce, 0x76, 0x80, 0x31, 0xb7, 0x3c, 0xf3, 0x8d, 0x0e, 0xa2, 0x4c, 0x6f, 0xb3, 0x33, - 0xe4, 0x44, 0x67, 0x36, 0x95, 0xf6, 0x76, 0x12, 0x32, 0x23, 0x80, 0xde, 0x61, 0xa7, 0xc9, 0xf1, - 0x64, 0x11, 0x8e, 0x37, 0x51, 0xcf, 0x73, 0x3a, 0xc0, 0x9c, 0x99, 0x0c, 0xb0, 0x5e, 0x72, 0x2d, - 0x40, 0x04, 0x31, 0xd1, 0xbc, 0x90, 0x59, 0x70, 0xc0, 0x6d, 0x16, 0x33, 0x22, 0x62, 0x97, 0xd9, - 0x31, 0x72, 0x24, 0x61, 0xa5, 0x2e, 0x2b, 0x4f, 0x57, 0x9a, 0x93, 0x6b, 0x86, 0x0a, 0x6e, 0x1f, - 0x54, 0x65, 0x50, 0x5c, 0xe7, 0x15, 0x6e, 0xfb, 0x6e, 0x43, 0x7c, 0x6b, 0x6c, 0xf6, 0x99, 0x71, - 0x6b, 0x25, 0x58, 0x7a, 0x2f, 0x4a, 0x65, 0x5f, 0x5b, 0xe2, 0xfc, 0x3e, 0x06, 0x5d, 0x82, 0xb4, - 0x8a, 0x37, 0xa3, 0x00, 0x0a, 0x0a, 0xd0, 0xde, 0xd1, 0x0f, 0xfa, 0x6c, 0xed, 0x17, 0x17, 0xdf, - 0xc7, 0x40, 0x4f, 0x00, 0x2b, 0xb3, 0x71, 0x28, 0x40, 0x48, 0x1e, 0x32, 0xb0, 0x3e, 0xc6, 0x56, - 0xa8, 0x41, 0x0b, 0x93, 0xf0, 0xa8, 0xf5, 0x1f, 0x60, 0x20, 0xa7, 0x29, 0x9d, 0xba, 0x62, 0xf2, - 0xfb, 0xb0, 0x7f, 0xda, 0x9d, 0xa9, 0xf5, 0xa6, 0xad, 0x1f, 0x51, 0x16, 0x1f, 0xf5, 0xb9, 0xee, - 0x80, 0x52, 0xd0, 0x8f, 0x91, 0x3f, 0x25, 0x35, 0xc4, 0xca, 0xb8, 0x26, 0x05, 0xd0, 0x55, 0xa4, - 0xa1, 0x90, 0xce, 0x61, 0x30, 0xcd, 0x47, 0x4c, 0x1b, 0x62, 0xf4, 0x13, 0x3c, 0xf3, 0x19, 0xa4, - 0xd5, 0xa7, 0x29, 0x4a, 0xa3, 0x41, 0x7b, 0xfa, 0x29, 0xb2, 0x34, 0x33, 0xd7, 0xb8, 0x37, 0xd7, - 0xf8, 0x84, 0x55, 0x93, 0x7e, 0x86, 0x3b, 0x4a, 0xf6, 0xb9, 0x82, 0x4a, 0x7f, 0x88, 0x72, 0x49, - 0x26, 0x01, 0x2e, 0xb3, 0xb2, 0x44, 0xad, 0xdd, 0xa5, 0x3f, 0x7a, 0x8d, 0xe5, 0x1e, 0xfd, 0x31, - 0x92, 0xde, 0xb3, 0x78, 0x89, 0xa5, 0xac, 0x49, 0x93, 0x51, 0x24, 0x1c, 0xd3, 0x55, 0x02, 0x28, - 0xae, 0x05, 0xfe, 0x96, 0x3c, 0x87, 0x0e, 0x31, 0x64, 0x27, 0xc9, 0xb1, 0xee, 0x15, 0x29, 0xd0, - 0x69, 0x86, 0xb4, 0xcd, 0x86, 0xbb, 0xa4, 0x48, 0x05, 0x46, 0x75, 0x32, 0x8c, 0x81, 0x0b, 0xa4, - 0x90, 0x02, 0xd6, 0xca, 0xd9, 0xa8, 0xcc, 0xc7, 0x9e, 0x8e, 0x90, 0xe0, 0x34, 0xd6, 0x84, 0x5e, - 0xce, 0xee, 0x90, 0x9b, 0x69, 0x08, 0x05, 0x0a, 0xbe, 0x33, 0x06, 0x63, 0x43, 0x69, 0x8d, 0xa8, - 0x32, 0x1f, 0x6a, 0x29, 0xc0, 0x38, 0x3a, 0xc6, 0xfa, 0xd7, 0x87, 0xf7, 0xf4, 0xec, 0xa8, 0x44, - 0x41, 0x77, 0xd6, 0x79, 0x41, 0xff, 0xa4, 0xbf, 0x76, 0x54, 0x23, 0x7d, 0xc0, 0xae, 0x92, 0xcb, - 0x69, 0xc8, 0xc2, 0xc3, 0x4a, 0x5a, 0xe8, 0x29, 0x22, 0x4a, 0xc6, 0x51, 0xd5, 0x27, 0x6c, 0xde, - 0x18, 0x6a, 0xae, 0x2a, 0xa0, 0x05, 0xa3, 0xe4, 0xf0, 0x0c, 0xb1, 0xee, 0xa9, 0xee, 0x73, 0x55, - 0x4b, 0x17, 0xf3, 0x1a, 0x72, 0x65, 0xfa, 0x5e, 0xac, 0x49, 0xe1, 0xc7, 0xb4, 0x44, 0xdd, 0x16, - 0x95, 0xf2, 0xb2, 0x54, 0x80, 0xc4, 0x7a, 0xa9, 0x33, 0x1f, 0x30, 0xa1, 0xbb, 0x50, 0xe9, 0xae, - 0xd3, 0xa3, 0x0f, 0xa3, 0xbb, 0x58, 0x0a, 0xb0, 0xb6, 0xa3, 0x27, 0xa8, 0xc8, 0x98, 0x59, 0xb1, - 0x21, 0xc2, 0xba, 0x27, 0x04, 0xb5, 0xec, 0x30, 0x79, 0xab, 0xeb, 0xfa, 0x1c, 0x3b, 0x42, 0xde, - 0x9e, 0xf5, 0x79, 0x9e, 0x2d, 0x91, 0xc5, 0x66, 0xc6, 0x2c, 0x83, 0xa7, 0xaa, 0x96, 0x8d, 0xb9, - 0xce, 0x81, 0x56, 0xa8, 0xe7, 0xb6, 0xff, 0xdc, 0x47, 0xcf, 0x35, 0x3b, 0x45, 0x58, 0x32, 0x37, - 0x2c, 0x44, 0xb1, 0xae, 0xe1, 0x96, 0xd3, 0x78, 0xa5, 0xe5, 0xc3, 0x0a, 0x1a, 0xc3, 0x3a, 0x1e, - 0x4a, 0x6f, 0x1f, 0xfd, 0xda, 0x31, 0x89, 0x2f, 0xb3, 0x2a, 0xa4, 0x70, 0x74, 0xd9, 0x18, 0x0a, - 0xa0, 0x8f, 0x90, 0xf3, 0xfe, 0xb8, 0x37, 0x65, 0x50, 0x50, 0x83, 0x0a, 0xc2, 0x14, 0x5c, 0x6a, - 0xfa, 0x53, 0x24, 0x12, 0x11, 0x05, 0x57, 0x98, 0x1e, 0x40, 0xd0, 0xc7, 0xb1, 0x93, 0xb6, 0x2a, - 0x68, 0x13, 0xc6, 0xc6, 0x79, 0xfa, 0xb3, 0xf4, 0xf6, 0xd8, 0x43, 0x3c, 0xac, 0x64, 0xcd, 0x15, - 0x6e, 0xe1, 0xe7, 0xd1, 0x23, 0xab, 0x22, 0xaa, 0xe9, 0x5d, 0x3b, 0xc2, 0x42, 0x7a, 0xaf, 0x36, - 0xc9, 0x99, 0x5f, 0x60, 0x0e, 0x6d, 0x87, 0xf6, 0xf8, 0xb1, 0x81, 0x91, 0x88, 0xc6, 0x92, 0xfb, - 0x71, 0xd3, 0xfa, 0x60, 0xe3, 0x09, 0x82, 0x7e, 0xde, 0x59, 0x8c, 0xf5, 0x73, 0x96, 0x2f, 0x30, - 0xe4, 0xd1, 0xf2, 0xb0, 0x02, 0x3b, 0x99, 0x33, 0x6d, 0x46, 0xf2, 0xb1, 0x8b, 0x8e, 0x6b, 0x87, - 0x21, 0x8c, 0x8c, 0x85, 0x58, 0x11, 0x30, 0x34, 0x9f, 0xb0, 0x0f, 0xc8, 0xca, 0x5e, 0xf3, 0xb7, - 0xd4, 0x85, 0x5f, 0x62, 0x85, 0xae, 0x1c, 0xd8, 0x20, 0x0c, 0x34, 0xf7, 0x87, 0xd8, 0x4c, 0xf0, - 0x2c, 0xc3, 0xb3, 0xf5, 0x66, 0xd6, 0x5f, 0x6e, 0xa1, 0xc6, 0xe6, 0x8a, 0x79, 0xf3, 0x6e, 0x8e, - 0x02, 0x6e, 0xdb, 0x60, 0x47, 0x7f, 0x85, 0xb1, 0x9d, 0x8e, 0xa6, 0x4d, 0xe6, 0x5f, 0x22, 0xd9, - 0xdd, 0x58, 0x93, 0x6d, 0x31, 0x14, 0x7e, 0x8d, 0xba, 0x48, 0x59, 0x18, 0x97, 0x2e, 0x2d, 0x38, - 0x3c, 0x85, 0xdf, 0xe0, 0x71, 0x35, 0x71, 0x0e, 0xd6, 0x1a, 0x4b, 0x9f, 0xe2, 0x1b, 0x62, 0x44, - 0xa5, 0x2e, 0xcc, 0x46, 0x41, 0x3e, 0xc3, 0x7c, 0xd4, 0x2a, 0xad, 0x37, 0xff, 0x39, 0xf2, 0x9b, - 0xf4, 0x19, 0xf5, 0x6b, 0x8a, 0x52, 0x81, 0x07, 0x3a, 0xc5, 0x66, 0x20, 0x59, 0x5a, 0x97, 0xe8, - 0x0b, 0x24, 0x3d, 0x66, 0x91, 0x60, 0xc1, 0x5b, 0x09, 0x35, 0x57, 0xed, 0xc2, 0xbf, 0x45, 0x4f, - 0x78, 0x25, 0xa4, 0x69, 0x07, 0xb6, 0xfb, 0x95, 0x6b, 0x62, 0x2a, 0x5f, 0x0d, 0x61, 0x2e, 0xe5, - 0xed, 0xa0, 0x24, 0x50, 0x33, 0x05, 0xd7, 0x93, 0x2e, 0x47, 0xc5, 0xcd, 0x38, 0xfa, 0x72, 0x5f, - 0x63, 0x9b, 0xc0, 0xbe, 0x62, 0x03, 0x72, 0x0b, 0x09, 0x2e, 0x4a, 0xee, 0x63, 0x5a, 0x68, 0xbb, - 0x95, 0xc0, 0xb5, 0x08, 0x02, 0x6a, 0x99, 0x01, 0x6e, 0x71, 0x04, 0x16, 0x74, 0x06, 0xf4, 0x55, - 0x73, 0x67, 0x52, 0xaa, 0xbb, 0x0f, 0xec, 0xbd, 0xfe, 0xb5, 0x9d, 0x04, 0xfd, 0x1d, 0xe6, 0xd2, - 0x54, 0xa4, 0xdb, 0x06, 0x35, 0x6b, 0x22, 0x3f, 0x55, 0xde, 0xbe, 0xd6, 0x7e, 0xdf, 0x74, 0xbe, - 0xae, 0xfd, 0x9f, 0x20, 0xb1, 0x46, 0xfe, 0x01, 0x97, 0x9d, 0xab, 0xd9, 0xaf, 0x5f, 0xf6, 0x8f, - 0xec, 0x53, 0xf2, 0xd1, 0x37, 0x60, 0xe3, 0x1d, 0x65, 0x6e, 0x0b, 0xfd, 0xd9, 0x7f, 0xc2, 0x1e, - 0xbb, 0xb4, 0x50, 0xc8, 0xaa, 0x08, 0x16, 0x53, 0xeb, 0x3e, 0xae, 0xfe, 0x19, 0x41, 0x35, 0xd7, - 0xd2, 0xcf, 0xb7, 0xcf, 0x73, 0xa0, 0xbf, 0x20, 0x68, 0xae, 0x3b, 0xcb, 0x8c, 0xae, 0xc1, 0xc6, - 0xbe, 0x3e, 0x35, 0xcb, 0x7f, 0x65, 0x9f, 0x91, 0x8f, 0xdb, 0x84, 0x87, 0x7b, 0x8f, 0x77, 0xc3, - 0x5d, 0x58, 0x3c, 0x89, 0xe6, 0x5e, 0xb8, 0x67, 0xfa, 0xdf, 0xd8, 0x15, 0xb2, 0xd8, 0xbb, 0x7f, - 0x61, 0xd4, 0xdf, 0xeb, 0xee, 0x7c, 0xf8, 0xef, 0x2e, 0xfd, 0xfb, 0x02, 0xbb, 0x4f, 0x06, 0x5d, - 0xa5, 0xdc, 0x1d, 0x92, 0x2e, 0xc5, 0x51, 0x9b, 0x42, 0x9a, 0x2c, 0xf9, 0x8f, 0x05, 0x76, 0x1d, - 0x7b, 0xd0, 0x9e, 0x30, 0x22, 0x6f, 0x16, 0x9c, 0xb7, 0xb2, 0x6d, 0x31, 0xf1, 0x64, 0xfe, 0xb9, - 0x30, 0xfc, 0xef, 0x02, 0x59, 0xfa, 0x62, 0xfa, 0x6c, 0xf0, 0xcd, 0xdf, 0x1c, 0x86, 0x87, 0xdb, - 0x0f, 0x0c, 0xe5, 0xf6, 0xf4, 0xe5, 0xb4, 0x5c, 0x78, 0x24, 0x5a, 0xfc, 0xd6, 0xf4, 0xe9, 0xc6, - 0xf3, 0xad, 0xc1, 0x74, 0x7b, 0x6b, 0x79, 0xeb, 0xc9, 0xf3, 0xf8, 0xfd, 0x22, 0x7d, 0xe2, 0x78, - 0xf1, 0xe5, 0xce, 0xeb, 0xbe, 0x78, 0x7c, 0xd2, 0xfc, 0xfc, 0xeb, 0xc0, 0x1b, 0x39, 0xe7, 0xff, - 0x3e, 0xb0, 0x98, 0x37, 0x2f, 0xe3, 0x9b, 0x3b, 0x83, 0xe6, 0x11, 0x9f, 0xea, 0x95, 0x41, 0x5c, - 0x72, 0xe7, 0xeb, 0x04, 0x78, 0xcc, 0x37, 0x77, 0x1e, 0x77, 0x80, 0xc7, 0xf5, 0xca, 0xe3, 0x06, - 0xf0, 0xbf, 0x03, 0x4b, 0xcd, 0xe8, 0xea, 0x2a, 0xdf, 0xdc, 0x59, 0x5d, 0xed, 0x20, 0xab, 0xab, - 0xf5, 0xca, 0xea, 0x6a, 0x03, 0xfa, 0xfc, 0xcd, 0xe8, 0xdd, 0xfd, 0xff, 0x07, 0x00, 0x00, 0xff, - 0xff, 0x54, 0x80, 0x99, 0x2f, 0x8e, 0x11, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/ad_group_ad_error.pb.go b/googleapis/ads/googleads/v0/errors/ad_group_ad_error.pb.go deleted file mode 100644 index cba5ca2d72..0000000000 --- a/googleapis/ads/googleads/v0/errors/ad_group_ad_error.pb.go +++ /dev/null @@ -1,150 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/ad_group_ad_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible ad group ad errors. -type AdGroupAdErrorEnum_AdGroupAdError int32 - -const ( - // Enum unspecified. - AdGroupAdErrorEnum_UNSPECIFIED AdGroupAdErrorEnum_AdGroupAdError = 0 - // The received error code is not known in this version. - AdGroupAdErrorEnum_UNKNOWN AdGroupAdErrorEnum_AdGroupAdError = 1 - // No link found between the adgroup ad and the label. - AdGroupAdErrorEnum_AD_GROUP_AD_LABEL_DOES_NOT_EXIST AdGroupAdErrorEnum_AdGroupAdError = 2 - // The label has already been attached to the adgroup ad. - AdGroupAdErrorEnum_AD_GROUP_AD_LABEL_ALREADY_EXISTS AdGroupAdErrorEnum_AdGroupAdError = 3 - // The specified ad was not found in the adgroup - AdGroupAdErrorEnum_AD_NOT_UNDER_ADGROUP AdGroupAdErrorEnum_AdGroupAdError = 4 - // Removed ads may not be modified - AdGroupAdErrorEnum_CANNOT_OPERATE_ON_REMOVED_ADGROUPAD AdGroupAdErrorEnum_AdGroupAdError = 5 - // An ad of this type is deprecated and cannot be created. Only deletions - // are permitted. - AdGroupAdErrorEnum_CANNOT_CREATE_DEPRECATED_ADS AdGroupAdErrorEnum_AdGroupAdError = 6 - // Text ads are deprecated and cannot be created. Use expanded text ads - // instead. - AdGroupAdErrorEnum_CANNOT_CREATE_TEXT_ADS AdGroupAdErrorEnum_AdGroupAdError = 7 - // A required field was not specified or is an empty string. - AdGroupAdErrorEnum_EMPTY_FIELD AdGroupAdErrorEnum_AdGroupAdError = 8 - // An ad may only be modified once per call - AdGroupAdErrorEnum_RESOURCE_REFERENCED_IN_MULTIPLE_OPS AdGroupAdErrorEnum_AdGroupAdError = 9 -) - -var AdGroupAdErrorEnum_AdGroupAdError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "AD_GROUP_AD_LABEL_DOES_NOT_EXIST", - 3: "AD_GROUP_AD_LABEL_ALREADY_EXISTS", - 4: "AD_NOT_UNDER_ADGROUP", - 5: "CANNOT_OPERATE_ON_REMOVED_ADGROUPAD", - 6: "CANNOT_CREATE_DEPRECATED_ADS", - 7: "CANNOT_CREATE_TEXT_ADS", - 8: "EMPTY_FIELD", - 9: "RESOURCE_REFERENCED_IN_MULTIPLE_OPS", -} -var AdGroupAdErrorEnum_AdGroupAdError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "AD_GROUP_AD_LABEL_DOES_NOT_EXIST": 2, - "AD_GROUP_AD_LABEL_ALREADY_EXISTS": 3, - "AD_NOT_UNDER_ADGROUP": 4, - "CANNOT_OPERATE_ON_REMOVED_ADGROUPAD": 5, - "CANNOT_CREATE_DEPRECATED_ADS": 6, - "CANNOT_CREATE_TEXT_ADS": 7, - "EMPTY_FIELD": 8, - "RESOURCE_REFERENCED_IN_MULTIPLE_OPS": 9, -} - -func (x AdGroupAdErrorEnum_AdGroupAdError) String() string { - return proto.EnumName(AdGroupAdErrorEnum_AdGroupAdError_name, int32(x)) -} -func (AdGroupAdErrorEnum_AdGroupAdError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_error_f2e4af8e18d61396, []int{0, 0} -} - -// Container for enum describing possible ad group ad errors. -type AdGroupAdErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupAdErrorEnum) Reset() { *m = AdGroupAdErrorEnum{} } -func (m *AdGroupAdErrorEnum) String() string { return proto.CompactTextString(m) } -func (*AdGroupAdErrorEnum) ProtoMessage() {} -func (*AdGroupAdErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_error_f2e4af8e18d61396, []int{0} -} -func (m *AdGroupAdErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupAdErrorEnum.Unmarshal(m, b) -} -func (m *AdGroupAdErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupAdErrorEnum.Marshal(b, m, deterministic) -} -func (dst *AdGroupAdErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupAdErrorEnum.Merge(dst, src) -} -func (m *AdGroupAdErrorEnum) XXX_Size() int { - return xxx_messageInfo_AdGroupAdErrorEnum.Size(m) -} -func (m *AdGroupAdErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupAdErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupAdErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdGroupAdErrorEnum)(nil), "google.ads.googleads.v0.errors.AdGroupAdErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.AdGroupAdErrorEnum_AdGroupAdError", AdGroupAdErrorEnum_AdGroupAdError_name, AdGroupAdErrorEnum_AdGroupAdError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/ad_group_ad_error.proto", fileDescriptor_ad_group_ad_error_f2e4af8e18d61396) -} - -var fileDescriptor_ad_group_ad_error_f2e4af8e18d61396 = []byte{ - // 430 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xd1, 0x8a, 0xd4, 0x30, - 0x14, 0x86, 0x9d, 0xae, 0xee, 0x6a, 0x16, 0xb4, 0x54, 0x11, 0x11, 0x59, 0x96, 0x51, 0xf0, 0x2e, - 0x2d, 0x08, 0x5e, 0xd4, 0xab, 0x33, 0xcd, 0x99, 0xa1, 0xd8, 0x49, 0x42, 0xda, 0x8e, 0xbb, 0x32, - 0x10, 0xaa, 0x19, 0x8a, 0xb0, 0x3b, 0x19, 0x5a, 0x77, 0x1f, 0xc8, 0x4b, 0xef, 0x7d, 0x09, 0xf1, - 0x49, 0xbc, 0xf0, 0x19, 0x24, 0xcd, 0xce, 0xc0, 0x80, 0xee, 0x55, 0x7f, 0xfe, 0xf3, 0xfd, 0x3d, - 0xc9, 0x39, 0x21, 0x6f, 0x5b, 0x6b, 0xdb, 0x8b, 0x55, 0xdc, 0x98, 0x3e, 0xf6, 0xd2, 0xa9, 0xeb, - 0x24, 0x5e, 0x75, 0x9d, 0xed, 0xfa, 0xb8, 0x31, 0xba, 0xed, 0xec, 0xd5, 0x46, 0x37, 0x46, 0x0f, - 0x16, 0xdd, 0x74, 0xf6, 0xab, 0x8d, 0x4e, 0x3c, 0x4c, 0x1b, 0xd3, 0xd3, 0x5d, 0x8e, 0x5e, 0x27, - 0xd4, 0xe7, 0xc6, 0xbf, 0x02, 0x12, 0x81, 0x99, 0xb9, 0x28, 0x18, 0x74, 0x1e, 0xae, 0xaf, 0x2e, - 0xc7, 0x3f, 0x02, 0xf2, 0x70, 0xdf, 0x8e, 0x1e, 0x91, 0xe3, 0x9a, 0x97, 0x12, 0xb3, 0x7c, 0x9a, - 0x23, 0x0b, 0xef, 0x44, 0xc7, 0xe4, 0xa8, 0xe6, 0xef, 0xb9, 0xf8, 0xc0, 0xc3, 0x51, 0xf4, 0x8a, - 0x9c, 0x02, 0xd3, 0x33, 0x25, 0x6a, 0xa9, 0x81, 0xe9, 0x02, 0x26, 0x58, 0x68, 0x26, 0xb0, 0xd4, - 0x5c, 0x54, 0x1a, 0xcf, 0xf2, 0xb2, 0x0a, 0x83, 0x7f, 0x53, 0x50, 0x28, 0x04, 0x76, 0xee, 0xa1, - 0x32, 0x3c, 0x88, 0x9e, 0x91, 0x27, 0xc0, 0x86, 0x5c, 0xcd, 0x19, 0x2a, 0x0d, 0x6c, 0x48, 0x84, - 0x77, 0xa3, 0xd7, 0xe4, 0x65, 0x06, 0xdc, 0x55, 0x84, 0x44, 0x05, 0x15, 0x6a, 0xc1, 0xb5, 0xc2, - 0xb9, 0x58, 0x20, 0xdb, 0x62, 0xc0, 0xc2, 0x7b, 0xd1, 0x29, 0x79, 0x71, 0x03, 0x66, 0x0a, 0x1d, - 0xc7, 0x50, 0x2a, 0xcc, 0xa0, 0x1a, 0xb8, 0x32, 0x3c, 0x8c, 0x9e, 0x93, 0xa7, 0xfb, 0x44, 0x85, - 0x67, 0xd5, 0x50, 0x3b, 0x72, 0x57, 0xc5, 0xb9, 0xac, 0xce, 0xf5, 0x34, 0xc7, 0x82, 0x85, 0xf7, - 0x5d, 0x5f, 0x85, 0xa5, 0xa8, 0x55, 0x86, 0x5a, 0xe1, 0x14, 0x15, 0xf2, 0x0c, 0x99, 0xce, 0xb9, - 0x9e, 0xd7, 0x45, 0x95, 0xcb, 0x02, 0xb5, 0x90, 0x65, 0xf8, 0x60, 0xf2, 0x67, 0x44, 0xc6, 0x9f, - 0xed, 0x25, 0xbd, 0x7d, 0xea, 0x93, 0xc7, 0xfb, 0xb3, 0x95, 0x6e, 0x55, 0x72, 0xf4, 0x91, 0xdd, - 0xc4, 0x5a, 0x7b, 0xd1, 0xac, 0x5b, 0x6a, 0xbb, 0x36, 0x6e, 0x57, 0xeb, 0x61, 0x91, 0xdb, 0xa5, - 0x6f, 0xbe, 0xf4, 0xff, 0x7b, 0x03, 0xef, 0xfc, 0xe7, 0x5b, 0x70, 0x30, 0x03, 0xf8, 0x1e, 0x9c, - 0xcc, 0xfc, 0xcf, 0xc0, 0xf4, 0xd4, 0x4b, 0xa7, 0x16, 0x09, 0x1d, 0x5a, 0xf6, 0x3f, 0xb7, 0xc0, - 0x12, 0x4c, 0xbf, 0xdc, 0x01, 0xcb, 0x45, 0xb2, 0xf4, 0xc0, 0xef, 0x60, 0xec, 0xdd, 0x34, 0x05, - 0xd3, 0xa7, 0xe9, 0x0e, 0x49, 0xd3, 0x45, 0x92, 0xa6, 0x1e, 0xfa, 0x74, 0x38, 0x9c, 0xee, 0xcd, - 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf2, 0x3e, 0x79, 0x8a, 0xa0, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/ad_group_bid_modifier_error.pb.go b/googleapis/ads/googleads/v0/errors/ad_group_bid_modifier_error.pb.go deleted file mode 100644 index 8f7a863584..0000000000 --- a/googleapis/ads/googleads/v0/errors/ad_group_bid_modifier_error.pb.go +++ /dev/null @@ -1,121 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/ad_group_bid_modifier_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible ad group bid modifier errors. -type AdGroupBidModifierErrorEnum_AdGroupBidModifierError int32 - -const ( - // Enum unspecified. - AdGroupBidModifierErrorEnum_UNSPECIFIED AdGroupBidModifierErrorEnum_AdGroupBidModifierError = 0 - // The received error code is not known in this version. - AdGroupBidModifierErrorEnum_UNKNOWN AdGroupBidModifierErrorEnum_AdGroupBidModifierError = 1 - // The criterion ID does not support bid modification. - AdGroupBidModifierErrorEnum_CRITERION_ID_NOT_SUPPORTED AdGroupBidModifierErrorEnum_AdGroupBidModifierError = 2 - // Cannot override the bid modifier for the given criterion ID if the parent - // campaign is opted out of the same criterion. - AdGroupBidModifierErrorEnum_CANNOT_OVERRIDE_OPTED_OUT_CAMPAIGN_CRITERION_BID_MODIFIER AdGroupBidModifierErrorEnum_AdGroupBidModifierError = 3 -) - -var AdGroupBidModifierErrorEnum_AdGroupBidModifierError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CRITERION_ID_NOT_SUPPORTED", - 3: "CANNOT_OVERRIDE_OPTED_OUT_CAMPAIGN_CRITERION_BID_MODIFIER", -} -var AdGroupBidModifierErrorEnum_AdGroupBidModifierError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CRITERION_ID_NOT_SUPPORTED": 2, - "CANNOT_OVERRIDE_OPTED_OUT_CAMPAIGN_CRITERION_BID_MODIFIER": 3, -} - -func (x AdGroupBidModifierErrorEnum_AdGroupBidModifierError) String() string { - return proto.EnumName(AdGroupBidModifierErrorEnum_AdGroupBidModifierError_name, int32(x)) -} -func (AdGroupBidModifierErrorEnum_AdGroupBidModifierError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_bid_modifier_error_58f073e6430eb4c6, []int{0, 0} -} - -// Container for enum describing possible ad group bid modifier errors. -type AdGroupBidModifierErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupBidModifierErrorEnum) Reset() { *m = AdGroupBidModifierErrorEnum{} } -func (m *AdGroupBidModifierErrorEnum) String() string { return proto.CompactTextString(m) } -func (*AdGroupBidModifierErrorEnum) ProtoMessage() {} -func (*AdGroupBidModifierErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_bid_modifier_error_58f073e6430eb4c6, []int{0} -} -func (m *AdGroupBidModifierErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupBidModifierErrorEnum.Unmarshal(m, b) -} -func (m *AdGroupBidModifierErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupBidModifierErrorEnum.Marshal(b, m, deterministic) -} -func (dst *AdGroupBidModifierErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupBidModifierErrorEnum.Merge(dst, src) -} -func (m *AdGroupBidModifierErrorEnum) XXX_Size() int { - return xxx_messageInfo_AdGroupBidModifierErrorEnum.Size(m) -} -func (m *AdGroupBidModifierErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupBidModifierErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupBidModifierErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdGroupBidModifierErrorEnum)(nil), "google.ads.googleads.v0.errors.AdGroupBidModifierErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.AdGroupBidModifierErrorEnum_AdGroupBidModifierError", AdGroupBidModifierErrorEnum_AdGroupBidModifierError_name, AdGroupBidModifierErrorEnum_AdGroupBidModifierError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/ad_group_bid_modifier_error.proto", fileDescriptor_ad_group_bid_modifier_error_58f073e6430eb4c6) -} - -var fileDescriptor_ad_group_bid_modifier_error_58f073e6430eb4c6 = []byte{ - // 354 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x41, 0x8a, 0xdb, 0x30, - 0x14, 0x86, 0x6b, 0x07, 0x5a, 0x50, 0x16, 0x35, 0xde, 0x14, 0xda, 0x92, 0x85, 0x0f, 0x20, 0x1b, - 0xba, 0xaa, 0x4a, 0xa1, 0xb2, 0xa5, 0x1a, 0x51, 0x22, 0x19, 0xc7, 0x76, 0xa1, 0x18, 0x84, 0x53, - 0xb9, 0xc6, 0x90, 0x44, 0xc1, 0x6a, 0x72, 0x94, 0x39, 0xc0, 0x2c, 0xe7, 0x00, 0x73, 0x88, 0x39, - 0xca, 0x5c, 0x60, 0xb6, 0x83, 0xad, 0x24, 0xb3, 0xca, 0xac, 0xfc, 0xf3, 0xde, 0xff, 0xbe, 0xf7, - 0xfc, 0x0b, 0xfc, 0xe8, 0xb4, 0xee, 0x36, 0x6d, 0xd8, 0x28, 0x13, 0x5a, 0x39, 0xaa, 0x63, 0x14, - 0xb6, 0xc3, 0xa0, 0x07, 0x13, 0x36, 0x4a, 0x76, 0x83, 0x3e, 0xec, 0xe5, 0xba, 0x57, 0x72, 0xab, - 0x55, 0xff, 0xaf, 0x6f, 0x07, 0x39, 0x35, 0xe1, 0x7e, 0xd0, 0xff, 0xb5, 0xbf, 0xb0, 0x63, 0xb0, - 0x51, 0x06, 0x5e, 0x08, 0xf0, 0x18, 0x41, 0x4b, 0x08, 0xee, 0x1d, 0xf0, 0x09, 0xab, 0x74, 0x84, - 0xc4, 0xbd, 0x5a, 0x9e, 0x10, 0x74, 0x6c, 0xd2, 0xdd, 0x61, 0x1b, 0xdc, 0x38, 0xe0, 0xc3, 0x95, - 0xbe, 0xff, 0x1e, 0xcc, 0x4b, 0xbe, 0xca, 0x68, 0xc2, 0x7e, 0x32, 0x4a, 0xbc, 0x37, 0xfe, 0x1c, - 0xbc, 0x2b, 0xf9, 0x2f, 0x2e, 0x7e, 0x73, 0xcf, 0xf1, 0x17, 0xe0, 0x63, 0x92, 0xb3, 0x82, 0xe6, - 0x4c, 0x70, 0xc9, 0x88, 0xe4, 0xa2, 0x90, 0xab, 0x32, 0xcb, 0x44, 0x5e, 0x50, 0xe2, 0xb9, 0xfe, - 0x77, 0xf0, 0x35, 0xc1, 0x7c, 0xac, 0x8a, 0x8a, 0xe6, 0x39, 0x23, 0x54, 0x8a, 0xac, 0xa0, 0x44, - 0x8a, 0xb2, 0x90, 0x09, 0x5e, 0x66, 0x98, 0xa5, 0x5c, 0xbe, 0x20, 0x62, 0x46, 0xe4, 0x52, 0x90, - 0x71, 0x57, 0xee, 0xcd, 0xe2, 0x27, 0x07, 0x04, 0x7f, 0xf5, 0x16, 0xbe, 0xfe, 0x7f, 0xf1, 0xe7, - 0x2b, 0xc7, 0x67, 0x63, 0x3a, 0x99, 0xf3, 0x87, 0x9c, 0xe6, 0x3b, 0xbd, 0x69, 0x76, 0x1d, 0xd4, - 0x43, 0x17, 0x76, 0xed, 0x6e, 0xca, 0xee, 0x9c, 0xf8, 0xbe, 0x37, 0xd7, 0x1e, 0xe0, 0x9b, 0xfd, - 0xdc, 0xba, 0xb3, 0x14, 0xe3, 0x3b, 0x77, 0x91, 0x5a, 0x18, 0x56, 0x06, 0x5a, 0x39, 0xaa, 0x2a, - 0x82, 0xd3, 0x4a, 0xf3, 0x70, 0x36, 0xd4, 0x58, 0x99, 0xfa, 0x62, 0xa8, 0xab, 0xa8, 0xb6, 0x86, - 0x47, 0x37, 0xb0, 0x55, 0x84, 0xb0, 0x32, 0x08, 0x5d, 0x2c, 0x08, 0x55, 0x11, 0x42, 0xd6, 0xb4, - 0x7e, 0x3b, 0x5d, 0xf7, 0xe5, 0x39, 0x00, 0x00, 0xff, 0xff, 0xac, 0x26, 0x85, 0xb6, 0x1d, 0x02, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/ad_group_criterion_error.pb.go b/googleapis/ads/googleads/v0/errors/ad_group_criterion_error.pb.go deleted file mode 100644 index b7a4f32a35..0000000000 --- a/googleapis/ads/googleads/v0/errors/ad_group_criterion_error.pb.go +++ /dev/null @@ -1,307 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/ad_group_criterion_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible ad group criterion errors. -type AdGroupCriterionErrorEnum_AdGroupCriterionError int32 - -const ( - // Enum unspecified. - AdGroupCriterionErrorEnum_UNSPECIFIED AdGroupCriterionErrorEnum_AdGroupCriterionError = 0 - // The received error code is not known in this version. - AdGroupCriterionErrorEnum_UNKNOWN AdGroupCriterionErrorEnum_AdGroupCriterionError = 1 - // No link found between the AdGroupCriterion and the label. - AdGroupCriterionErrorEnum_AD_GROUP_CRITERION_LABEL_DOES_NOT_EXIST AdGroupCriterionErrorEnum_AdGroupCriterionError = 2 - // The label has already been attached to the AdGroupCriterion. - AdGroupCriterionErrorEnum_AD_GROUP_CRITERION_LABEL_ALREADY_EXISTS AdGroupCriterionErrorEnum_AdGroupCriterionError = 3 - // Negative AdGroupCriterion cannot have labels. - AdGroupCriterionErrorEnum_CANNOT_ADD_LABEL_TO_NEGATIVE_CRITERION AdGroupCriterionErrorEnum_AdGroupCriterionError = 4 - // Too many operations for a single call. - AdGroupCriterionErrorEnum_TOO_MANY_OPERATIONS AdGroupCriterionErrorEnum_AdGroupCriterionError = 5 - // Negative ad group criteria are not updateable. - AdGroupCriterionErrorEnum_CANT_UPDATE_NEGATIVE AdGroupCriterionErrorEnum_AdGroupCriterionError = 6 - // Concrete type of criterion (keyword v.s. placement) is required for ADD - // and SET operations. - AdGroupCriterionErrorEnum_CONCRETE_TYPE_REQUIRED AdGroupCriterionErrorEnum_AdGroupCriterionError = 7 - // Bid is incompatible with ad group's bidding settings. - AdGroupCriterionErrorEnum_BID_INCOMPATIBLE_WITH_ADGROUP AdGroupCriterionErrorEnum_AdGroupCriterionError = 8 - // Cannot target and exclude the same criterion at once. - AdGroupCriterionErrorEnum_CANNOT_TARGET_AND_EXCLUDE AdGroupCriterionErrorEnum_AdGroupCriterionError = 9 - // The URL of a placement is invalid. - AdGroupCriterionErrorEnum_ILLEGAL_URL AdGroupCriterionErrorEnum_AdGroupCriterionError = 10 - // Keyword text was invalid. - AdGroupCriterionErrorEnum_INVALID_KEYWORD_TEXT AdGroupCriterionErrorEnum_AdGroupCriterionError = 11 - // Destination URL was invalid. - AdGroupCriterionErrorEnum_INVALID_DESTINATION_URL AdGroupCriterionErrorEnum_AdGroupCriterionError = 12 - // The destination url must contain at least one tag (e.g. {lpurl}) - AdGroupCriterionErrorEnum_MISSING_DESTINATION_URL_TAG AdGroupCriterionErrorEnum_AdGroupCriterionError = 13 - // Keyword-level cpm bid is not supported - AdGroupCriterionErrorEnum_KEYWORD_LEVEL_BID_NOT_SUPPORTED_FOR_MANUALCPM AdGroupCriterionErrorEnum_AdGroupCriterionError = 14 - // For example, cannot add a biddable ad group criterion that had been - // removed. - AdGroupCriterionErrorEnum_INVALID_USER_STATUS AdGroupCriterionErrorEnum_AdGroupCriterionError = 15 - // Criteria type cannot be targeted for the ad group. Either the account is - // restricted to keywords only, the criteria type is incompatible with the - // campaign's bidding strategy, or the criteria type can only be applied to - // campaigns. - AdGroupCriterionErrorEnum_CANNOT_ADD_CRITERIA_TYPE AdGroupCriterionErrorEnum_AdGroupCriterionError = 16 - // Criteria type cannot be excluded for the ad group. Refer to the - // documentation for a specific criterion to check if it is excludable. - AdGroupCriterionErrorEnum_CANNOT_EXCLUDE_CRITERIA_TYPE AdGroupCriterionErrorEnum_AdGroupCriterionError = 17 - // Partial failure is not supported for shopping campaign mutate operations. - AdGroupCriterionErrorEnum_CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE AdGroupCriterionErrorEnum_AdGroupCriterionError = 27 - // Operations in the mutate request changes too many shopping ad groups. - // Please split requests for multiple shopping ad groups across multiple - // requests. - AdGroupCriterionErrorEnum_OPERATIONS_FOR_TOO_MANY_SHOPPING_ADGROUPS AdGroupCriterionErrorEnum_AdGroupCriterionError = 28 - // Not allowed to modify url fields of an ad group criterion if there are - // duplicate elements for that ad group criterion in the request. - AdGroupCriterionErrorEnum_CANNOT_MODIFY_URL_FIELDS_WITH_DUPLICATE_ELEMENTS AdGroupCriterionErrorEnum_AdGroupCriterionError = 29 - // Cannot set url fields without also setting final urls. - AdGroupCriterionErrorEnum_CANNOT_SET_WITHOUT_FINAL_URLS AdGroupCriterionErrorEnum_AdGroupCriterionError = 30 - // Cannot clear final urls if final mobile urls exist. - AdGroupCriterionErrorEnum_CANNOT_CLEAR_FINAL_URLS_IF_FINAL_MOBILE_URLS_EXIST AdGroupCriterionErrorEnum_AdGroupCriterionError = 31 - // Cannot clear final urls if final app urls exist. - AdGroupCriterionErrorEnum_CANNOT_CLEAR_FINAL_URLS_IF_FINAL_APP_URLS_EXIST AdGroupCriterionErrorEnum_AdGroupCriterionError = 32 - // Cannot clear final urls if tracking url template exists. - AdGroupCriterionErrorEnum_CANNOT_CLEAR_FINAL_URLS_IF_TRACKING_URL_TEMPLATE_EXISTS AdGroupCriterionErrorEnum_AdGroupCriterionError = 33 - // Cannot clear final urls if url custom parameters exist. - AdGroupCriterionErrorEnum_CANNOT_CLEAR_FINAL_URLS_IF_URL_CUSTOM_PARAMETERS_EXIST AdGroupCriterionErrorEnum_AdGroupCriterionError = 34 - // Cannot set both destination url and final urls. - AdGroupCriterionErrorEnum_CANNOT_SET_BOTH_DESTINATION_URL_AND_FINAL_URLS AdGroupCriterionErrorEnum_AdGroupCriterionError = 35 - // Cannot set both destination url and tracking url template. - AdGroupCriterionErrorEnum_CANNOT_SET_BOTH_DESTINATION_URL_AND_TRACKING_URL_TEMPLATE AdGroupCriterionErrorEnum_AdGroupCriterionError = 36 - // Final urls are not supported for this criterion type. - AdGroupCriterionErrorEnum_FINAL_URLS_NOT_SUPPORTED_FOR_CRITERION_TYPE AdGroupCriterionErrorEnum_AdGroupCriterionError = 37 - // Final mobile urls are not supported for this criterion type. - AdGroupCriterionErrorEnum_FINAL_MOBILE_URLS_NOT_SUPPORTED_FOR_CRITERION_TYPE AdGroupCriterionErrorEnum_AdGroupCriterionError = 38 - // Ad group is invalid due to the listing groups it contains. - AdGroupCriterionErrorEnum_INVALID_LISTING_GROUP_HIERARCHY AdGroupCriterionErrorEnum_AdGroupCriterionError = 39 - // Listing group unit cannot have children. - AdGroupCriterionErrorEnum_LISTING_GROUP_UNIT_CANNOT_HAVE_CHILDREN AdGroupCriterionErrorEnum_AdGroupCriterionError = 40 - // Subdivided listing groups must have an "others" case. - AdGroupCriterionErrorEnum_LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE AdGroupCriterionErrorEnum_AdGroupCriterionError = 41 - // Dimension type of listing group must be the same as that of its siblings. - AdGroupCriterionErrorEnum_LISTING_GROUP_REQUIRES_SAME_DIMENSION_TYPE_AS_SIBLINGS AdGroupCriterionErrorEnum_AdGroupCriterionError = 42 - // Listing group cannot be added to the ad group because it already exists. - AdGroupCriterionErrorEnum_LISTING_GROUP_ALREADY_EXISTS AdGroupCriterionErrorEnum_AdGroupCriterionError = 43 - // Listing group referenced in the operation was not found in the ad group. - AdGroupCriterionErrorEnum_LISTING_GROUP_DOES_NOT_EXIST AdGroupCriterionErrorEnum_AdGroupCriterionError = 44 - // Recursive removal failed because listing group subdivision is being - // created or modified in this request. - AdGroupCriterionErrorEnum_LISTING_GROUP_CANNOT_BE_REMOVED AdGroupCriterionErrorEnum_AdGroupCriterionError = 45 - // Listing group type is not allowed for specified ad group criterion type. - AdGroupCriterionErrorEnum_INVALID_LISTING_GROUP_TYPE AdGroupCriterionErrorEnum_AdGroupCriterionError = 46 - // Listing group in an ADD operation specifies a non temporary criterion id. - AdGroupCriterionErrorEnum_LISTING_GROUP_ADD_MAY_ONLY_USE_TEMP_ID AdGroupCriterionErrorEnum_AdGroupCriterionError = 47 -) - -var AdGroupCriterionErrorEnum_AdGroupCriterionError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "AD_GROUP_CRITERION_LABEL_DOES_NOT_EXIST", - 3: "AD_GROUP_CRITERION_LABEL_ALREADY_EXISTS", - 4: "CANNOT_ADD_LABEL_TO_NEGATIVE_CRITERION", - 5: "TOO_MANY_OPERATIONS", - 6: "CANT_UPDATE_NEGATIVE", - 7: "CONCRETE_TYPE_REQUIRED", - 8: "BID_INCOMPATIBLE_WITH_ADGROUP", - 9: "CANNOT_TARGET_AND_EXCLUDE", - 10: "ILLEGAL_URL", - 11: "INVALID_KEYWORD_TEXT", - 12: "INVALID_DESTINATION_URL", - 13: "MISSING_DESTINATION_URL_TAG", - 14: "KEYWORD_LEVEL_BID_NOT_SUPPORTED_FOR_MANUALCPM", - 15: "INVALID_USER_STATUS", - 16: "CANNOT_ADD_CRITERIA_TYPE", - 17: "CANNOT_EXCLUDE_CRITERIA_TYPE", - 27: "CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE", - 28: "OPERATIONS_FOR_TOO_MANY_SHOPPING_ADGROUPS", - 29: "CANNOT_MODIFY_URL_FIELDS_WITH_DUPLICATE_ELEMENTS", - 30: "CANNOT_SET_WITHOUT_FINAL_URLS", - 31: "CANNOT_CLEAR_FINAL_URLS_IF_FINAL_MOBILE_URLS_EXIST", - 32: "CANNOT_CLEAR_FINAL_URLS_IF_FINAL_APP_URLS_EXIST", - 33: "CANNOT_CLEAR_FINAL_URLS_IF_TRACKING_URL_TEMPLATE_EXISTS", - 34: "CANNOT_CLEAR_FINAL_URLS_IF_URL_CUSTOM_PARAMETERS_EXIST", - 35: "CANNOT_SET_BOTH_DESTINATION_URL_AND_FINAL_URLS", - 36: "CANNOT_SET_BOTH_DESTINATION_URL_AND_TRACKING_URL_TEMPLATE", - 37: "FINAL_URLS_NOT_SUPPORTED_FOR_CRITERION_TYPE", - 38: "FINAL_MOBILE_URLS_NOT_SUPPORTED_FOR_CRITERION_TYPE", - 39: "INVALID_LISTING_GROUP_HIERARCHY", - 40: "LISTING_GROUP_UNIT_CANNOT_HAVE_CHILDREN", - 41: "LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE", - 42: "LISTING_GROUP_REQUIRES_SAME_DIMENSION_TYPE_AS_SIBLINGS", - 43: "LISTING_GROUP_ALREADY_EXISTS", - 44: "LISTING_GROUP_DOES_NOT_EXIST", - 45: "LISTING_GROUP_CANNOT_BE_REMOVED", - 46: "INVALID_LISTING_GROUP_TYPE", - 47: "LISTING_GROUP_ADD_MAY_ONLY_USE_TEMP_ID", -} -var AdGroupCriterionErrorEnum_AdGroupCriterionError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "AD_GROUP_CRITERION_LABEL_DOES_NOT_EXIST": 2, - "AD_GROUP_CRITERION_LABEL_ALREADY_EXISTS": 3, - "CANNOT_ADD_LABEL_TO_NEGATIVE_CRITERION": 4, - "TOO_MANY_OPERATIONS": 5, - "CANT_UPDATE_NEGATIVE": 6, - "CONCRETE_TYPE_REQUIRED": 7, - "BID_INCOMPATIBLE_WITH_ADGROUP": 8, - "CANNOT_TARGET_AND_EXCLUDE": 9, - "ILLEGAL_URL": 10, - "INVALID_KEYWORD_TEXT": 11, - "INVALID_DESTINATION_URL": 12, - "MISSING_DESTINATION_URL_TAG": 13, - "KEYWORD_LEVEL_BID_NOT_SUPPORTED_FOR_MANUALCPM": 14, - "INVALID_USER_STATUS": 15, - "CANNOT_ADD_CRITERIA_TYPE": 16, - "CANNOT_EXCLUDE_CRITERIA_TYPE": 17, - "CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE": 27, - "OPERATIONS_FOR_TOO_MANY_SHOPPING_ADGROUPS": 28, - "CANNOT_MODIFY_URL_FIELDS_WITH_DUPLICATE_ELEMENTS": 29, - "CANNOT_SET_WITHOUT_FINAL_URLS": 30, - "CANNOT_CLEAR_FINAL_URLS_IF_FINAL_MOBILE_URLS_EXIST": 31, - "CANNOT_CLEAR_FINAL_URLS_IF_FINAL_APP_URLS_EXIST": 32, - "CANNOT_CLEAR_FINAL_URLS_IF_TRACKING_URL_TEMPLATE_EXISTS": 33, - "CANNOT_CLEAR_FINAL_URLS_IF_URL_CUSTOM_PARAMETERS_EXIST": 34, - "CANNOT_SET_BOTH_DESTINATION_URL_AND_FINAL_URLS": 35, - "CANNOT_SET_BOTH_DESTINATION_URL_AND_TRACKING_URL_TEMPLATE": 36, - "FINAL_URLS_NOT_SUPPORTED_FOR_CRITERION_TYPE": 37, - "FINAL_MOBILE_URLS_NOT_SUPPORTED_FOR_CRITERION_TYPE": 38, - "INVALID_LISTING_GROUP_HIERARCHY": 39, - "LISTING_GROUP_UNIT_CANNOT_HAVE_CHILDREN": 40, - "LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE": 41, - "LISTING_GROUP_REQUIRES_SAME_DIMENSION_TYPE_AS_SIBLINGS": 42, - "LISTING_GROUP_ALREADY_EXISTS": 43, - "LISTING_GROUP_DOES_NOT_EXIST": 44, - "LISTING_GROUP_CANNOT_BE_REMOVED": 45, - "INVALID_LISTING_GROUP_TYPE": 46, - "LISTING_GROUP_ADD_MAY_ONLY_USE_TEMP_ID": 47, -} - -func (x AdGroupCriterionErrorEnum_AdGroupCriterionError) String() string { - return proto.EnumName(AdGroupCriterionErrorEnum_AdGroupCriterionError_name, int32(x)) -} -func (AdGroupCriterionErrorEnum_AdGroupCriterionError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_error_5d4a4873211be2ce, []int{0, 0} -} - -// Container for enum describing possible ad group criterion errors. -type AdGroupCriterionErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupCriterionErrorEnum) Reset() { *m = AdGroupCriterionErrorEnum{} } -func (m *AdGroupCriterionErrorEnum) String() string { return proto.CompactTextString(m) } -func (*AdGroupCriterionErrorEnum) ProtoMessage() {} -func (*AdGroupCriterionErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_error_5d4a4873211be2ce, []int{0} -} -func (m *AdGroupCriterionErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupCriterionErrorEnum.Unmarshal(m, b) -} -func (m *AdGroupCriterionErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupCriterionErrorEnum.Marshal(b, m, deterministic) -} -func (dst *AdGroupCriterionErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupCriterionErrorEnum.Merge(dst, src) -} -func (m *AdGroupCriterionErrorEnum) XXX_Size() int { - return xxx_messageInfo_AdGroupCriterionErrorEnum.Size(m) -} -func (m *AdGroupCriterionErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupCriterionErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupCriterionErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdGroupCriterionErrorEnum)(nil), "google.ads.googleads.v0.errors.AdGroupCriterionErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.AdGroupCriterionErrorEnum_AdGroupCriterionError", AdGroupCriterionErrorEnum_AdGroupCriterionError_name, AdGroupCriterionErrorEnum_AdGroupCriterionError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/ad_group_criterion_error.proto", fileDescriptor_ad_group_criterion_error_5d4a4873211be2ce) -} - -var fileDescriptor_ad_group_criterion_error_5d4a4873211be2ce = []byte{ - // 958 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0xdd, 0x72, 0x1b, 0x35, - 0x14, 0x26, 0x29, 0xb4, 0xa0, 0x04, 0x2a, 0xc4, 0x4f, 0xdb, 0xfc, 0xb6, 0x29, 0xb4, 0xb4, 0x21, - 0x6b, 0xb7, 0x85, 0x32, 0xb8, 0xd3, 0x8b, 0xe3, 0xd5, 0xf1, 0x5a, 0x13, 0xad, 0xb4, 0x48, 0x5a, - 0x27, 0x66, 0x32, 0xa3, 0x09, 0x75, 0xc6, 0x93, 0x99, 0x36, 0xce, 0xd8, 0x6d, 0x1f, 0x88, 0x4b, - 0xde, 0x80, 0x57, 0xe0, 0x05, 0x78, 0x07, 0xee, 0xb9, 0x67, 0xb4, 0xbb, 0x76, 0x6c, 0x27, 0xa4, - 0xbd, 0x8a, 0xe2, 0xf3, 0x7d, 0xd2, 0x77, 0xbe, 0x73, 0xf6, 0x1c, 0xf2, 0xbc, 0x3f, 0x18, 0xf4, - 0x5f, 0x1e, 0xd5, 0x0e, 0x7b, 0xa3, 0x5a, 0x79, 0x0c, 0xa7, 0xb7, 0xf5, 0xda, 0xd1, 0x70, 0x38, - 0x18, 0x8e, 0x6a, 0x87, 0x3d, 0xdf, 0x1f, 0x0e, 0xde, 0x9c, 0xfa, 0x17, 0xc3, 0xe3, 0xd7, 0x47, - 0xc3, 0xe3, 0xc1, 0x89, 0x2f, 0x22, 0xd1, 0xe9, 0x70, 0xf0, 0x7a, 0xc0, 0x36, 0x4a, 0x4e, 0x74, - 0xd8, 0x1b, 0x45, 0x13, 0x7a, 0xf4, 0xb6, 0x1e, 0x95, 0xf4, 0xad, 0xbf, 0x97, 0xc9, 0x2d, 0xe8, - 0x25, 0xe1, 0x86, 0x78, 0x7c, 0x01, 0x86, 0x10, 0x9e, 0xbc, 0x79, 0xb5, 0xf5, 0xe7, 0x32, 0xf9, - 0xea, 0xc2, 0x28, 0xbb, 0x4e, 0x96, 0x72, 0x65, 0x33, 0x8c, 0x45, 0x4b, 0x20, 0xa7, 0x1f, 0xb0, - 0x25, 0x72, 0x2d, 0x57, 0xbb, 0x4a, 0xef, 0x29, 0xba, 0xc0, 0xb6, 0xc9, 0x7d, 0xe0, 0x3e, 0x31, - 0x3a, 0xcf, 0x7c, 0x6c, 0x84, 0x43, 0x23, 0xb4, 0xf2, 0x12, 0x9a, 0x28, 0x3d, 0xd7, 0x68, 0xbd, - 0xd2, 0xce, 0xe3, 0xbe, 0xb0, 0x8e, 0x2e, 0x5e, 0x0a, 0x06, 0x69, 0x10, 0x78, 0xb7, 0xc4, 0x5a, - 0x7a, 0x85, 0x3d, 0x24, 0xf7, 0x62, 0x50, 0x81, 0x0e, 0x9c, 0x57, 0x20, 0xa7, 0xbd, 0xc2, 0x04, - 0x9c, 0xe8, 0xe0, 0xd9, 0x05, 0xf4, 0x43, 0x76, 0x83, 0x7c, 0xe1, 0xb4, 0xf6, 0x29, 0xa8, 0xae, - 0xd7, 0x19, 0x1a, 0x70, 0x42, 0x2b, 0x4b, 0x3f, 0x62, 0x37, 0xc9, 0x97, 0x31, 0x28, 0xe7, 0xf3, - 0x8c, 0x83, 0xc3, 0x09, 0x99, 0x5e, 0x65, 0x2b, 0xe4, 0xeb, 0x58, 0xab, 0xd8, 0xa0, 0x43, 0xef, - 0xba, 0x19, 0x7a, 0x83, 0xbf, 0xe4, 0xc2, 0x20, 0xa7, 0xd7, 0xd8, 0x1d, 0xb2, 0xde, 0x14, 0xdc, - 0x0b, 0x15, 0xeb, 0x34, 0x03, 0x27, 0x9a, 0x12, 0xfd, 0x9e, 0x70, 0x6d, 0x0f, 0xbc, 0x10, 0x4f, - 0x3f, 0x66, 0xeb, 0xe4, 0x56, 0xa5, 0xce, 0x81, 0x49, 0xd0, 0x79, 0x50, 0xdc, 0xe3, 0x7e, 0x2c, - 0x73, 0x8e, 0xf4, 0x93, 0x60, 0x9a, 0x90, 0x12, 0x13, 0x90, 0x3e, 0x37, 0x92, 0x92, 0x20, 0x44, - 0xa8, 0x0e, 0x48, 0xc1, 0xfd, 0x2e, 0x76, 0xf7, 0xb4, 0xe1, 0xde, 0xe1, 0xbe, 0xa3, 0x4b, 0x6c, - 0x95, 0xdc, 0x18, 0x47, 0x38, 0x5a, 0x27, 0x54, 0x21, 0xbe, 0xa0, 0x2d, 0xb3, 0x4d, 0xb2, 0x9a, - 0x0a, 0x6b, 0x85, 0x4a, 0xe6, 0x83, 0xde, 0x41, 0x42, 0x3f, 0x65, 0x8f, 0xc8, 0xce, 0xf8, 0x3e, - 0x89, 0x1d, 0x94, 0x3e, 0x08, 0x0f, 0xb2, 0x6c, 0x9e, 0x65, 0xda, 0x38, 0xe4, 0xbe, 0xa5, 0x4d, - 0x70, 0x26, 0x07, 0x19, 0x67, 0x29, 0xfd, 0x2c, 0x98, 0x35, 0x7e, 0x30, 0xb7, 0x68, 0xbc, 0x75, - 0xe0, 0x72, 0x4b, 0xaf, 0xb3, 0x35, 0x72, 0x73, 0xca, 0xf1, 0xca, 0x5f, 0x28, 0xdc, 0xa1, 0x94, - 0xdd, 0x26, 0x6b, 0x55, 0xb4, 0x4a, 0x73, 0x0e, 0xf1, 0x39, 0xfb, 0x91, 0x3c, 0x8a, 0x21, 0xcd, - 0x40, 0x24, 0xaa, 0xb4, 0x34, 0x80, 0xe7, 0x2d, 0xcc, 0xc0, 0x38, 0x01, 0xd2, 0xb7, 0x40, 0xc8, - 0xdc, 0x20, 0x5d, 0x65, 0x3b, 0xe4, 0xc1, 0x59, 0xcd, 0x0a, 0xb5, 0x93, 0x5a, 0xda, 0xb6, 0xce, - 0xb2, 0x90, 0x7c, 0x65, 0xbc, 0xa5, 0x6b, 0xec, 0x07, 0x52, 0xaf, 0x74, 0xa4, 0x9a, 0x8b, 0x56, - 0xb7, 0x30, 0xa3, 0x25, 0x50, 0x72, 0x5b, 0xbe, 0xc0, 0xf3, 0x4c, 0x8a, 0x38, 0x94, 0x1b, 0x25, - 0xa6, 0xa8, 0x9c, 0xa5, 0xeb, 0xa1, 0xa4, 0x15, 0xcb, 0xa2, 0x2b, 0x70, 0x3a, 0x77, 0xbe, 0x25, - 0x54, 0x59, 0x21, 0x4b, 0x37, 0xd8, 0x53, 0xf2, 0xb8, 0x82, 0xc4, 0x12, 0xc1, 0x4c, 0x05, 0xbd, - 0x68, 0x55, 0xff, 0xa5, 0xba, 0x29, 0x24, 0x96, 0x3f, 0x96, 0x5d, 0xbd, 0xc9, 0x9e, 0x90, 0xda, - 0x3b, 0x79, 0x90, 0x65, 0xd3, 0xa4, 0xdb, 0xec, 0x19, 0xf9, 0xe9, 0x12, 0x92, 0x33, 0x10, 0xef, - 0x86, 0xbc, 0x8b, 0x42, 0x63, 0x9a, 0xc9, 0x22, 0x9d, 0xf2, 0xd3, 0xb8, 0xc3, 0x1a, 0xe4, 0xe9, - 0x25, 0xe4, 0xc0, 0x89, 0x73, 0xeb, 0x74, 0x1a, 0xcc, 0x86, 0x14, 0x1d, 0x9a, 0xf1, 0xc3, 0x5b, - 0xec, 0x31, 0x89, 0xa6, 0x8c, 0x68, 0xea, 0x60, 0xd8, 0x5c, 0x67, 0x85, 0x56, 0x9e, 0x72, 0xe6, - 0x2e, 0x7b, 0x4e, 0x7e, 0x7e, 0x1f, 0xce, 0x85, 0xaa, 0xe9, 0x37, 0xac, 0x46, 0xb6, 0xa7, 0x14, - 0x9e, 0x6f, 0xce, 0xb3, 0x51, 0x50, 0x34, 0xd2, 0xb7, 0xa1, 0x12, 0xe7, 0xed, 0x7e, 0x27, 0xef, - 0x1e, 0xbb, 0x4b, 0x36, 0xc7, 0x9d, 0x2d, 0x45, 0xd0, 0x97, 0x54, 0xc3, 0xa6, 0x2d, 0xd0, 0x80, - 0x89, 0xdb, 0x5d, 0x7a, 0x3f, 0x0c, 0xa1, 0xd9, 0x60, 0xae, 0x84, 0xf3, 0x55, 0x7e, 0x6d, 0x08, - 0x93, 0xa5, 0x2d, 0x24, 0x37, 0xa8, 0xe8, 0x77, 0xc1, 0xad, 0x59, 0xb0, 0xcd, 0x9b, 0x5c, 0x74, - 0x84, 0x0d, 0xaf, 0x56, 0x13, 0xc3, 0x7a, 0xed, 0xda, 0xc1, 0xe2, 0x18, 0x2c, 0xd2, 0x07, 0xa1, - 0x3a, 0xb3, 0x9c, 0x09, 0xce, 0x42, 0x8a, 0x9e, 0x8b, 0x14, 0x95, 0x1d, 0xab, 0xf6, 0x60, 0xbd, - 0x15, 0x4d, 0x29, 0x54, 0x62, 0xe9, 0xc3, 0xf0, 0x91, 0xcd, 0x72, 0xe7, 0xc6, 0xe2, 0xf6, 0x79, - 0xc4, 0xdc, 0x94, 0xfd, 0x3e, 0xb8, 0x30, 0x8b, 0xa8, 0x72, 0x6b, 0x86, 0x19, 0x97, 0xea, 0x0e, - 0x72, 0xba, 0xc3, 0x36, 0xc8, 0xca, 0xc5, 0x56, 0x15, 0x56, 0x46, 0x61, 0xfa, 0xce, 0x09, 0xe1, - 0xdc, 0xa7, 0xd0, 0xf5, 0x5a, 0xc9, 0x6e, 0x98, 0x1b, 0x45, 0x81, 0xbd, 0xe0, 0xb4, 0xd6, 0xfc, - 0x77, 0x81, 0x6c, 0xbd, 0x18, 0xbc, 0x8a, 0x2e, 0x5f, 0x40, 0xcd, 0x95, 0x0b, 0xf7, 0x4b, 0x16, - 0x96, 0x57, 0xb6, 0xf0, 0x2b, 0xaf, 0xd8, 0xfd, 0xc1, 0xcb, 0xc3, 0x93, 0x7e, 0x34, 0x18, 0xf6, - 0x6b, 0xfd, 0xa3, 0x93, 0x62, 0xb5, 0x8d, 0xb7, 0xe1, 0xe9, 0xf1, 0xe8, 0xff, 0x96, 0xe3, 0xb3, - 0xf2, 0xcf, 0xef, 0x8b, 0x57, 0x12, 0x80, 0x3f, 0x16, 0x37, 0x92, 0xf2, 0x32, 0xe8, 0x8d, 0xa2, - 0xf2, 0x18, 0x4e, 0x9d, 0x7a, 0x54, 0x3c, 0x39, 0xfa, 0x6b, 0x0c, 0x38, 0x80, 0xde, 0xe8, 0x60, - 0x02, 0x38, 0xe8, 0xd4, 0x0f, 0x4a, 0xc0, 0x3f, 0x8b, 0x5b, 0xe5, 0xaf, 0x8d, 0x06, 0xf4, 0x46, - 0x8d, 0xc6, 0x04, 0xd2, 0x68, 0x74, 0xea, 0x8d, 0x46, 0x09, 0xfa, 0xed, 0x6a, 0xa1, 0xee, 0xc9, - 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x2b, 0x22, 0x72, 0xb7, 0xb9, 0x07, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/ad_group_error.pb.go b/googleapis/ads/googleads/v0/errors/ad_group_error.pb.go deleted file mode 100644 index 8d95ed3517..0000000000 --- a/googleapis/ads/googleads/v0/errors/ad_group_error.pb.go +++ /dev/null @@ -1,174 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/ad_group_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible ad group errors. -type AdGroupErrorEnum_AdGroupError int32 - -const ( - // Enum unspecified. - AdGroupErrorEnum_UNSPECIFIED AdGroupErrorEnum_AdGroupError = 0 - // The received error code is not known in this version. - AdGroupErrorEnum_UNKNOWN AdGroupErrorEnum_AdGroupError = 1 - // AdGroup with the same name already exists for the campaign. - AdGroupErrorEnum_DUPLICATE_ADGROUP_NAME AdGroupErrorEnum_AdGroupError = 2 - // AdGroup name is not valid. - AdGroupErrorEnum_INVALID_ADGROUP_NAME AdGroupErrorEnum_AdGroupError = 3 - // Advertiser is not allowed to target sites or set site bids that are not - // on the Google Search Network. - AdGroupErrorEnum_ADVERTISER_NOT_ON_CONTENT_NETWORK AdGroupErrorEnum_AdGroupError = 5 - // Bid amount is too big. - AdGroupErrorEnum_BID_TOO_BIG AdGroupErrorEnum_AdGroupError = 6 - // AdGroup bid does not match the campaign's bidding strategy. - AdGroupErrorEnum_BID_TYPE_AND_BIDDING_STRATEGY_MISMATCH AdGroupErrorEnum_AdGroupError = 7 - // AdGroup name is required for Add. - AdGroupErrorEnum_MISSING_ADGROUP_NAME AdGroupErrorEnum_AdGroupError = 8 - // No link found between the ad group and the label. - AdGroupErrorEnum_ADGROUP_LABEL_DOES_NOT_EXIST AdGroupErrorEnum_AdGroupError = 9 - // The label has already been attached to the ad group. - AdGroupErrorEnum_ADGROUP_LABEL_ALREADY_EXISTS AdGroupErrorEnum_AdGroupError = 10 - // The CriterionTypeGroup is not supported for the content bid dimension. - AdGroupErrorEnum_INVALID_CONTENT_BID_CRITERION_TYPE_GROUP AdGroupErrorEnum_AdGroupError = 11 - // The ad group type is not compatible with the campaign channel type. - AdGroupErrorEnum_AD_GROUP_TYPE_NOT_VALID_FOR_ADVERTISING_CHANNEL_TYPE AdGroupErrorEnum_AdGroupError = 12 - // The ad group type is not supported in the country of sale of the - // campaign. - AdGroupErrorEnum_ADGROUP_TYPE_NOT_SUPPORTED_FOR_CAMPAIGN_SALES_COUNTRY AdGroupErrorEnum_AdGroupError = 13 - // Ad groups of AdGroupType.SEARCH_DYNAMIC_ADS can only be added to - // campaigns that have DynamicSearchAdsSetting attached. - AdGroupErrorEnum_CANNOT_ADD_ADGROUP_OF_TYPE_DSA_TO_CAMPAIGN_WITHOUT_DSA_SETTING AdGroupErrorEnum_AdGroupError = 14 -) - -var AdGroupErrorEnum_AdGroupError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "DUPLICATE_ADGROUP_NAME", - 3: "INVALID_ADGROUP_NAME", - 5: "ADVERTISER_NOT_ON_CONTENT_NETWORK", - 6: "BID_TOO_BIG", - 7: "BID_TYPE_AND_BIDDING_STRATEGY_MISMATCH", - 8: "MISSING_ADGROUP_NAME", - 9: "ADGROUP_LABEL_DOES_NOT_EXIST", - 10: "ADGROUP_LABEL_ALREADY_EXISTS", - 11: "INVALID_CONTENT_BID_CRITERION_TYPE_GROUP", - 12: "AD_GROUP_TYPE_NOT_VALID_FOR_ADVERTISING_CHANNEL_TYPE", - 13: "ADGROUP_TYPE_NOT_SUPPORTED_FOR_CAMPAIGN_SALES_COUNTRY", - 14: "CANNOT_ADD_ADGROUP_OF_TYPE_DSA_TO_CAMPAIGN_WITHOUT_DSA_SETTING", -} -var AdGroupErrorEnum_AdGroupError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "DUPLICATE_ADGROUP_NAME": 2, - "INVALID_ADGROUP_NAME": 3, - "ADVERTISER_NOT_ON_CONTENT_NETWORK": 5, - "BID_TOO_BIG": 6, - "BID_TYPE_AND_BIDDING_STRATEGY_MISMATCH": 7, - "MISSING_ADGROUP_NAME": 8, - "ADGROUP_LABEL_DOES_NOT_EXIST": 9, - "ADGROUP_LABEL_ALREADY_EXISTS": 10, - "INVALID_CONTENT_BID_CRITERION_TYPE_GROUP": 11, - "AD_GROUP_TYPE_NOT_VALID_FOR_ADVERTISING_CHANNEL_TYPE": 12, - "ADGROUP_TYPE_NOT_SUPPORTED_FOR_CAMPAIGN_SALES_COUNTRY": 13, - "CANNOT_ADD_ADGROUP_OF_TYPE_DSA_TO_CAMPAIGN_WITHOUT_DSA_SETTING": 14, -} - -func (x AdGroupErrorEnum_AdGroupError) String() string { - return proto.EnumName(AdGroupErrorEnum_AdGroupError_name, int32(x)) -} -func (AdGroupErrorEnum_AdGroupError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_error_d99d6414aa3731db, []int{0, 0} -} - -// Container for enum describing possible ad group errors. -type AdGroupErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupErrorEnum) Reset() { *m = AdGroupErrorEnum{} } -func (m *AdGroupErrorEnum) String() string { return proto.CompactTextString(m) } -func (*AdGroupErrorEnum) ProtoMessage() {} -func (*AdGroupErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_error_d99d6414aa3731db, []int{0} -} -func (m *AdGroupErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupErrorEnum.Unmarshal(m, b) -} -func (m *AdGroupErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupErrorEnum.Marshal(b, m, deterministic) -} -func (dst *AdGroupErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupErrorEnum.Merge(dst, src) -} -func (m *AdGroupErrorEnum) XXX_Size() int { - return xxx_messageInfo_AdGroupErrorEnum.Size(m) -} -func (m *AdGroupErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdGroupErrorEnum)(nil), "google.ads.googleads.v0.errors.AdGroupErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.AdGroupErrorEnum_AdGroupError", AdGroupErrorEnum_AdGroupError_name, AdGroupErrorEnum_AdGroupError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/ad_group_error.proto", fileDescriptor_ad_group_error_d99d6414aa3731db) -} - -var fileDescriptor_ad_group_error_d99d6414aa3731db = []byte{ - // 535 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0x71, 0x6b, 0xd3, 0x40, - 0x1c, 0x75, 0xdd, 0xdc, 0xf4, 0x3a, 0xf5, 0x3c, 0x44, 0x44, 0x64, 0x68, 0x41, 0x11, 0x91, 0xb4, - 0x30, 0x05, 0x8d, 0x20, 0xfc, 0x92, 0xbb, 0xa6, 0xc7, 0xd2, 0xbb, 0x90, 0xbb, 0xb4, 0x56, 0x0a, - 0x47, 0x35, 0x25, 0x08, 0x5b, 0x53, 0x12, 0xb7, 0x2f, 0xe1, 0x97, 0x10, 0xff, 0xf4, 0xa3, 0xf8, - 0x51, 0xc4, 0x0f, 0x21, 0x97, 0x33, 0xdd, 0x86, 0xe8, 0x5f, 0xf9, 0xdd, 0xbb, 0xf7, 0x7e, 0xef, - 0x25, 0x79, 0xe8, 0xb0, 0x28, 0xcb, 0xe2, 0x78, 0xd9, 0x5f, 0xe4, 0x75, 0xdf, 0x8d, 0x76, 0x3a, - 0x1b, 0xf4, 0x97, 0x55, 0x55, 0x56, 0x75, 0x7f, 0x91, 0x9b, 0xa2, 0x2a, 0x4f, 0xd7, 0xa6, 0x39, - 0x7b, 0xeb, 0xaa, 0xfc, 0x5c, 0x92, 0x03, 0xc7, 0xf4, 0x16, 0x79, 0xed, 0x6d, 0x44, 0xde, 0xd9, - 0xc0, 0x73, 0xa2, 0xde, 0xd7, 0x1d, 0x84, 0x21, 0x8f, 0xac, 0x8e, 0x59, 0x84, 0xad, 0x4e, 0x4f, - 0x7a, 0x5f, 0x76, 0xd0, 0xfe, 0x45, 0x90, 0xdc, 0x42, 0xdd, 0x4c, 0xa8, 0x84, 0x85, 0x7c, 0xc8, - 0x19, 0xc5, 0x57, 0x48, 0x17, 0xed, 0x65, 0xe2, 0x48, 0xc8, 0xa9, 0xc0, 0x5b, 0xe4, 0x3e, 0xba, - 0x4b, 0xb3, 0x24, 0xe6, 0x21, 0x68, 0x66, 0x80, 0x46, 0xa9, 0xcc, 0x12, 0x23, 0x60, 0xcc, 0x70, - 0x87, 0xdc, 0x43, 0x77, 0xb8, 0x98, 0x40, 0xcc, 0xe9, 0xe5, 0x9b, 0x6d, 0xf2, 0x18, 0x3d, 0x02, - 0x3a, 0x61, 0xa9, 0xe6, 0x8a, 0xa5, 0x46, 0x48, 0x6d, 0xa4, 0x30, 0xa1, 0x14, 0x9a, 0x09, 0x6d, - 0x04, 0xd3, 0x53, 0x99, 0x1e, 0xe1, 0xab, 0xd6, 0x3a, 0xe0, 0xd4, 0x68, 0x29, 0x4d, 0xc0, 0x23, - 0xbc, 0x4b, 0x9e, 0xa1, 0x27, 0x0d, 0x30, 0x4b, 0x98, 0x01, 0x41, 0x4d, 0xc0, 0x29, 0xe5, 0x22, - 0x32, 0x4a, 0xa7, 0xa0, 0x59, 0x34, 0x33, 0x63, 0xae, 0xc6, 0xa0, 0xc3, 0x11, 0xde, 0xb3, 0xee, - 0x63, 0xae, 0x94, 0xbd, 0xbe, 0xe4, 0x7e, 0x8d, 0x3c, 0x44, 0x0f, 0x5a, 0x24, 0x86, 0x80, 0xc5, - 0x86, 0x4a, 0xa6, 0x9a, 0x14, 0xec, 0x1d, 0x57, 0x1a, 0x5f, 0xff, 0x9b, 0x01, 0x71, 0xca, 0x80, - 0xce, 0x1c, 0x41, 0x61, 0x44, 0x9e, 0xa3, 0xa7, 0xed, 0xbb, 0xb5, 0xb9, 0x6d, 0xb2, 0x30, 0xe5, - 0x9a, 0xa5, 0x5c, 0x0a, 0x97, 0xb1, 0x59, 0x81, 0xbb, 0xe4, 0x15, 0x7a, 0x01, 0xd4, 0x9d, 0xdc, - 0x85, 0x35, 0x73, 0xea, 0xa1, 0x4c, 0x4d, 0xfb, 0x2d, 0x6c, 0xd6, 0x70, 0x04, 0x42, 0xb0, 0xb8, - 0xa1, 0xe1, 0x7d, 0xf2, 0x1a, 0xbd, 0x6c, 0x93, 0x6c, 0x84, 0x2a, 0x4b, 0x12, 0x99, 0x6a, 0xe6, - 0xc4, 0x21, 0x8c, 0x13, 0xe0, 0x91, 0x30, 0x0a, 0x62, 0xa6, 0x4c, 0x28, 0x33, 0xa1, 0xd3, 0x19, - 0xbe, 0x41, 0x02, 0xf4, 0x36, 0x04, 0x61, 0x05, 0x40, 0xcf, 0xff, 0x80, 0x1c, 0xba, 0x45, 0x54, - 0x81, 0xd1, 0xf2, 0x5c, 0x3d, 0xe5, 0x7a, 0x24, 0x33, 0xdd, 0xe0, 0x8a, 0x69, 0xcd, 0x45, 0x84, - 0x6f, 0x06, 0xbf, 0xb6, 0x50, 0xef, 0x63, 0x79, 0xe2, 0xfd, 0xbf, 0x49, 0xc1, 0xed, 0x8b, 0x8d, - 0x49, 0x6c, 0xf9, 0x92, 0xad, 0xf7, 0xf4, 0x8f, 0xa8, 0x28, 0x8f, 0x17, 0xab, 0xc2, 0x2b, 0xab, - 0xa2, 0x5f, 0x2c, 0x57, 0x4d, 0x35, 0xdb, 0x0e, 0xaf, 0x3f, 0xd5, 0xff, 0xaa, 0xf4, 0x1b, 0xf7, - 0xf8, 0xd6, 0xd9, 0x8e, 0x00, 0xbe, 0x77, 0x0e, 0x22, 0xb7, 0x0c, 0xf2, 0xda, 0x73, 0xa3, 0x9d, - 0x26, 0x03, 0xaf, 0xb1, 0xac, 0x7f, 0xb4, 0x84, 0x39, 0xe4, 0xf5, 0x7c, 0x43, 0x98, 0x4f, 0x06, - 0x73, 0x47, 0xf8, 0xd9, 0xe9, 0x39, 0xd4, 0xf7, 0x21, 0xaf, 0x7d, 0x7f, 0x43, 0xf1, 0xfd, 0xc9, - 0xc0, 0xf7, 0x1d, 0xe9, 0xc3, 0x6e, 0x93, 0xee, 0xf0, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xdd, - 0x2c, 0x14, 0x00, 0x6f, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/ad_group_feed_error.pb.go b/googleapis/ads/googleads/v0/errors/ad_group_feed_error.pb.go deleted file mode 100644 index 1f8b8081fd..0000000000 --- a/googleapis/ads/googleads/v0/errors/ad_group_feed_error.pb.go +++ /dev/null @@ -1,146 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/ad_group_feed_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible ad group feed errors. -type AdGroupFeedErrorEnum_AdGroupFeedError int32 - -const ( - // Enum unspecified. - AdGroupFeedErrorEnum_UNSPECIFIED AdGroupFeedErrorEnum_AdGroupFeedError = 0 - // The received error code is not known in this version. - AdGroupFeedErrorEnum_UNKNOWN AdGroupFeedErrorEnum_AdGroupFeedError = 1 - // An active feed already exists for this ad group and place holder type. - AdGroupFeedErrorEnum_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE AdGroupFeedErrorEnum_AdGroupFeedError = 2 - // The specified feed is removed. - AdGroupFeedErrorEnum_CANNOT_CREATE_FOR_REMOVED_FEED AdGroupFeedErrorEnum_AdGroupFeedError = 3 - // The AdGroupFeed already exists. UPDATE operation should be used to modify - // the existing AdGroupFeed. - AdGroupFeedErrorEnum_ADGROUP_FEED_ALREADY_EXISTS AdGroupFeedErrorEnum_AdGroupFeedError = 4 - // Cannot operate on removed AdGroupFeed. - AdGroupFeedErrorEnum_CANNOT_OPERATE_ON_REMOVED_ADGROUP_FEED AdGroupFeedErrorEnum_AdGroupFeedError = 5 - // Invalid placeholder type. - AdGroupFeedErrorEnum_INVALID_PLACEHOLDER_TYPE AdGroupFeedErrorEnum_AdGroupFeedError = 6 - // Feed mapping for this placeholder type does not exist. - AdGroupFeedErrorEnum_MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE AdGroupFeedErrorEnum_AdGroupFeedError = 7 - // Location AdGroupFeeds cannot be created unless there is a location - // CustomerFeed for the specified feed. - AdGroupFeedErrorEnum_NO_EXISTING_LOCATION_CUSTOMER_FEED AdGroupFeedErrorEnum_AdGroupFeedError = 8 -) - -var AdGroupFeedErrorEnum_AdGroupFeedError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE", - 3: "CANNOT_CREATE_FOR_REMOVED_FEED", - 4: "ADGROUP_FEED_ALREADY_EXISTS", - 5: "CANNOT_OPERATE_ON_REMOVED_ADGROUP_FEED", - 6: "INVALID_PLACEHOLDER_TYPE", - 7: "MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE", - 8: "NO_EXISTING_LOCATION_CUSTOMER_FEED", -} -var AdGroupFeedErrorEnum_AdGroupFeedError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE": 2, - "CANNOT_CREATE_FOR_REMOVED_FEED": 3, - "ADGROUP_FEED_ALREADY_EXISTS": 4, - "CANNOT_OPERATE_ON_REMOVED_ADGROUP_FEED": 5, - "INVALID_PLACEHOLDER_TYPE": 6, - "MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE": 7, - "NO_EXISTING_LOCATION_CUSTOMER_FEED": 8, -} - -func (x AdGroupFeedErrorEnum_AdGroupFeedError) String() string { - return proto.EnumName(AdGroupFeedErrorEnum_AdGroupFeedError_name, int32(x)) -} -func (AdGroupFeedErrorEnum_AdGroupFeedError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_feed_error_6081f8fb081870ab, []int{0, 0} -} - -// Container for enum describing possible ad group feed errors. -type AdGroupFeedErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupFeedErrorEnum) Reset() { *m = AdGroupFeedErrorEnum{} } -func (m *AdGroupFeedErrorEnum) String() string { return proto.CompactTextString(m) } -func (*AdGroupFeedErrorEnum) ProtoMessage() {} -func (*AdGroupFeedErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_feed_error_6081f8fb081870ab, []int{0} -} -func (m *AdGroupFeedErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupFeedErrorEnum.Unmarshal(m, b) -} -func (m *AdGroupFeedErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupFeedErrorEnum.Marshal(b, m, deterministic) -} -func (dst *AdGroupFeedErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupFeedErrorEnum.Merge(dst, src) -} -func (m *AdGroupFeedErrorEnum) XXX_Size() int { - return xxx_messageInfo_AdGroupFeedErrorEnum.Size(m) -} -func (m *AdGroupFeedErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupFeedErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupFeedErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdGroupFeedErrorEnum)(nil), "google.ads.googleads.v0.errors.AdGroupFeedErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.AdGroupFeedErrorEnum_AdGroupFeedError", AdGroupFeedErrorEnum_AdGroupFeedError_name, AdGroupFeedErrorEnum_AdGroupFeedError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/ad_group_feed_error.proto", fileDescriptor_ad_group_feed_error_6081f8fb081870ab) -} - -var fileDescriptor_ad_group_feed_error_6081f8fb081870ab = []byte{ - // 427 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xc1, 0x8a, 0xd4, 0x30, - 0x1c, 0xc6, 0x9d, 0xae, 0xee, 0x4a, 0xf6, 0x60, 0x09, 0x0a, 0x82, 0x32, 0x42, 0x0f, 0x8b, 0x88, - 0xa4, 0x05, 0x2f, 0x52, 0x4f, 0xd9, 0xf6, 0x3f, 0xb5, 0xd8, 0x49, 0x42, 0xda, 0xa9, 0xae, 0x0c, - 0x84, 0xd1, 0xd4, 0x22, 0xec, 0x4e, 0x86, 0xc6, 0xdd, 0x07, 0xf2, 0xe8, 0x6b, 0x78, 0xf3, 0x19, - 0x7c, 0x02, 0x4f, 0x3e, 0x82, 0xa4, 0xd9, 0x1d, 0x64, 0x1d, 0xf7, 0xd4, 0x8f, 0x7f, 0x7f, 0xdf, - 0x97, 0x8f, 0xfc, 0x83, 0x5e, 0xf6, 0xc6, 0xf4, 0xa7, 0x5d, 0xbc, 0xd2, 0x36, 0xf6, 0xd2, 0xa9, - 0x8b, 0x24, 0xee, 0x86, 0xc1, 0x0c, 0x36, 0x5e, 0x69, 0xd5, 0x0f, 0xe6, 0x7c, 0xa3, 0x3e, 0x75, - 0x9d, 0x56, 0xe3, 0x90, 0x6c, 0x06, 0xf3, 0xc5, 0xe0, 0xa9, 0xc7, 0xc9, 0x4a, 0x5b, 0xb2, 0x75, - 0x92, 0x8b, 0x84, 0x78, 0x67, 0xf4, 0x33, 0x40, 0xf7, 0xa9, 0x2e, 0x9c, 0x79, 0xd6, 0x75, 0x1a, - 0xdc, 0x14, 0xd6, 0xe7, 0x67, 0xd1, 0xf7, 0x00, 0x85, 0xd7, 0x7f, 0xe0, 0x7b, 0xe8, 0x70, 0xc1, - 0x6a, 0x01, 0x59, 0x39, 0x2b, 0x21, 0x0f, 0x6f, 0xe1, 0x43, 0x74, 0xb0, 0x60, 0x6f, 0x18, 0x7f, - 0xcb, 0xc2, 0x09, 0x7e, 0x8e, 0x9e, 0xce, 0x00, 0x72, 0x45, 0x2b, 0x09, 0x34, 0x3f, 0x51, 0xf0, - 0xae, 0xac, 0x9b, 0x5a, 0xcd, 0xb8, 0x54, 0xa2, 0xa2, 0x19, 0xbc, 0xe6, 0x55, 0x0e, 0x52, 0x35, - 0x27, 0x02, 0xc2, 0x00, 0x47, 0x68, 0x9a, 0x51, 0xc6, 0x78, 0xa3, 0x32, 0x09, 0xb4, 0x81, 0x91, - 0x93, 0x30, 0xe7, 0x2d, 0xe4, 0xca, 0xe5, 0x84, 0x7b, 0xf8, 0x09, 0x7a, 0x44, 0xf3, 0x42, 0xf2, - 0x85, 0x50, 0x3b, 0x92, 0xc3, 0xdb, 0xf8, 0x19, 0x3a, 0xba, 0x0c, 0xe1, 0x02, 0xa4, 0x4b, 0xe1, - 0x6c, 0x1b, 0xf2, 0xb7, 0x35, 0xbc, 0x83, 0x1f, 0xa3, 0x87, 0x25, 0x6b, 0x69, 0x55, 0xe6, 0xff, - 0xd6, 0xd9, 0x77, 0xe5, 0xe7, 0x65, 0x5d, 0x97, 0xac, 0x18, 0xf9, 0x39, 0x15, 0x62, 0xd4, 0xbb, - 0xca, 0x1f, 0xe0, 0x23, 0x14, 0x31, 0xee, 0x6b, 0x38, 0xaa, 0xe2, 0x19, 0x6d, 0x4a, 0xce, 0x54, - 0xb6, 0xa8, 0x1b, 0x3e, 0x07, 0xe9, 0xcf, 0xbc, 0x7b, 0xfc, 0x7b, 0x82, 0xa2, 0x8f, 0xe6, 0x8c, - 0xdc, 0xbc, 0x85, 0xe3, 0x07, 0xd7, 0x6f, 0x5a, 0xb8, 0xe5, 0x89, 0xc9, 0xfb, 0xfc, 0xd2, 0xd8, - 0x9b, 0xd3, 0xd5, 0xba, 0x27, 0x66, 0xe8, 0xe3, 0xbe, 0x5b, 0x8f, 0xab, 0xbd, 0x7a, 0x08, 0x9b, - 0xcf, 0xf6, 0x7f, 0xef, 0xe2, 0x95, 0xff, 0x7c, 0x0d, 0xf6, 0x0a, 0x4a, 0xbf, 0x05, 0xd3, 0xc2, - 0x87, 0x51, 0x6d, 0x89, 0x97, 0x4e, 0xb5, 0x09, 0x19, 0x8f, 0xb4, 0x3f, 0xae, 0x80, 0x25, 0xd5, - 0x76, 0xb9, 0x05, 0x96, 0x6d, 0xb2, 0xf4, 0xc0, 0xaf, 0x20, 0xf2, 0xd3, 0x34, 0xa5, 0xda, 0xa6, - 0xe9, 0x16, 0x49, 0xd3, 0x36, 0x49, 0x53, 0x0f, 0x7d, 0xd8, 0x1f, 0xdb, 0xbd, 0xf8, 0x13, 0x00, - 0x00, 0xff, 0xff, 0x91, 0xc8, 0xfc, 0x23, 0xb4, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/ad_parameter_error.pb.go b/googleapis/ads/googleads/v0/errors/ad_parameter_error.pb.go deleted file mode 100644 index daf5a46829..0000000000 --- a/googleapis/ads/googleads/v0/errors/ad_parameter_error.pb.go +++ /dev/null @@ -1,118 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/ad_parameter_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible ad parameter errors. -type AdParameterErrorEnum_AdParameterError int32 - -const ( - // Enum unspecified. - AdParameterErrorEnum_UNSPECIFIED AdParameterErrorEnum_AdParameterError = 0 - // The received error code is not known in this version. - AdParameterErrorEnum_UNKNOWN AdParameterErrorEnum_AdParameterError = 1 - // The ad group criterion must be a keyword criterion. - AdParameterErrorEnum_AD_GROUP_CRITERION_MUST_BE_KEYWORD AdParameterErrorEnum_AdParameterError = 2 - // The insertion text is invalid. - AdParameterErrorEnum_INVALID_INSERTION_TEXT_FORMAT AdParameterErrorEnum_AdParameterError = 3 -) - -var AdParameterErrorEnum_AdParameterError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "AD_GROUP_CRITERION_MUST_BE_KEYWORD", - 3: "INVALID_INSERTION_TEXT_FORMAT", -} -var AdParameterErrorEnum_AdParameterError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "AD_GROUP_CRITERION_MUST_BE_KEYWORD": 2, - "INVALID_INSERTION_TEXT_FORMAT": 3, -} - -func (x AdParameterErrorEnum_AdParameterError) String() string { - return proto.EnumName(AdParameterErrorEnum_AdParameterError_name, int32(x)) -} -func (AdParameterErrorEnum_AdParameterError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_parameter_error_473153ff59da08a8, []int{0, 0} -} - -// Container for enum describing possible ad parameter errors. -type AdParameterErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdParameterErrorEnum) Reset() { *m = AdParameterErrorEnum{} } -func (m *AdParameterErrorEnum) String() string { return proto.CompactTextString(m) } -func (*AdParameterErrorEnum) ProtoMessage() {} -func (*AdParameterErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_parameter_error_473153ff59da08a8, []int{0} -} -func (m *AdParameterErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdParameterErrorEnum.Unmarshal(m, b) -} -func (m *AdParameterErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdParameterErrorEnum.Marshal(b, m, deterministic) -} -func (dst *AdParameterErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdParameterErrorEnum.Merge(dst, src) -} -func (m *AdParameterErrorEnum) XXX_Size() int { - return xxx_messageInfo_AdParameterErrorEnum.Size(m) -} -func (m *AdParameterErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdParameterErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdParameterErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdParameterErrorEnum)(nil), "google.ads.googleads.v0.errors.AdParameterErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.AdParameterErrorEnum_AdParameterError", AdParameterErrorEnum_AdParameterError_name, AdParameterErrorEnum_AdParameterError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/ad_parameter_error.proto", fileDescriptor_ad_parameter_error_473153ff59da08a8) -} - -var fileDescriptor_ad_parameter_error_473153ff59da08a8 = []byte{ - // 329 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xfb, 0x30, - 0x00, 0xc6, 0xff, 0xed, 0xe0, 0x2f, 0x64, 0x07, 0x4b, 0xd1, 0xa3, 0x03, 0x7b, 0xf0, 0x98, 0x16, - 0x3c, 0x08, 0xf1, 0x94, 0xad, 0xd9, 0x08, 0x73, 0x69, 0xe9, 0xda, 0x4e, 0xa5, 0x10, 0xaa, 0x29, - 0x45, 0xd8, 0x96, 0x91, 0xcc, 0x5d, 0x7c, 0x0c, 0xdf, 0xc0, 0xa3, 0x8f, 0xe2, 0xa3, 0x78, 0xf2, - 0x11, 0xa4, 0x8d, 0xeb, 0x61, 0xa0, 0xa7, 0x7c, 0x7c, 0xfc, 0xbe, 0xe4, 0xcb, 0x07, 0xae, 0x6a, - 0x29, 0xeb, 0x65, 0xe5, 0x97, 0x42, 0xfb, 0x46, 0x36, 0x6a, 0x17, 0xf8, 0x95, 0x52, 0x52, 0x69, - 0xbf, 0x14, 0x7c, 0x53, 0xaa, 0x72, 0x55, 0x6d, 0x2b, 0xc5, 0x5b, 0x0f, 0x6e, 0x94, 0xdc, 0x4a, - 0x77, 0x60, 0x68, 0x58, 0x0a, 0x0d, 0xbb, 0x20, 0xdc, 0x05, 0xd0, 0x04, 0xbd, 0x57, 0x0b, 0x9c, - 0x60, 0x11, 0xef, 0xb3, 0xa4, 0x71, 0xc9, 0xfa, 0x79, 0xe5, 0xbd, 0x00, 0xe7, 0xd0, 0x77, 0x8f, - 0x41, 0x3f, 0x63, 0xf3, 0x98, 0x8c, 0xe8, 0x98, 0x92, 0xd0, 0xf9, 0xe7, 0xf6, 0xc1, 0x51, 0xc6, - 0xa6, 0x2c, 0x5a, 0x30, 0xc7, 0x72, 0x2f, 0x80, 0x87, 0x43, 0x3e, 0x49, 0xa2, 0x2c, 0xe6, 0xa3, - 0x84, 0xa6, 0x24, 0xa1, 0x11, 0xe3, 0xb3, 0x6c, 0x9e, 0xf2, 0x21, 0xe1, 0x53, 0x72, 0xb7, 0x88, - 0x92, 0xd0, 0xb1, 0xdd, 0x73, 0x70, 0x46, 0x59, 0x8e, 0x6f, 0x68, 0xc8, 0x29, 0x9b, 0x93, 0x24, - 0x6d, 0xb0, 0x94, 0xdc, 0xa6, 0x7c, 0x1c, 0x25, 0x33, 0x9c, 0x3a, 0xbd, 0xe1, 0x97, 0x05, 0xbc, - 0x47, 0xb9, 0x82, 0x7f, 0x97, 0x1f, 0x9e, 0x1e, 0x36, 0x8c, 0x9b, 0x3f, 0xc7, 0xd6, 0x7d, 0xf8, - 0x13, 0xac, 0xe5, 0xb2, 0x5c, 0xd7, 0x50, 0xaa, 0xda, 0xaf, 0xab, 0x75, 0xbb, 0xc8, 0x7e, 0xbe, - 0xcd, 0x93, 0xfe, 0x6d, 0xcd, 0x6b, 0x73, 0xbc, 0xd9, 0xbd, 0x09, 0xc6, 0xef, 0xf6, 0x60, 0x62, - 0x2e, 0xc3, 0x42, 0x43, 0x23, 0x1b, 0x95, 0x07, 0xb0, 0x7d, 0x52, 0x7f, 0xec, 0x81, 0x02, 0x0b, - 0x5d, 0x74, 0x40, 0x91, 0x07, 0x85, 0x01, 0x3e, 0x6d, 0xcf, 0xb8, 0x08, 0x61, 0xa1, 0x11, 0xea, - 0x10, 0x84, 0xf2, 0x00, 0x21, 0x03, 0x3d, 0xfc, 0x6f, 0xdb, 0x5d, 0x7e, 0x07, 0x00, 0x00, 0xff, - 0xff, 0x5c, 0x86, 0x5d, 0xee, 0xea, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/ad_sharing_error.pb.go b/googleapis/ads/googleads/v0/errors/ad_sharing_error.pb.go deleted file mode 100644 index b71ba81b32..0000000000 --- a/googleapis/ads/googleads/v0/errors/ad_sharing_error.pb.go +++ /dev/null @@ -1,124 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/ad_sharing_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible ad sharing errors. -type AdSharingErrorEnum_AdSharingError int32 - -const ( - // Enum unspecified. - AdSharingErrorEnum_UNSPECIFIED AdSharingErrorEnum_AdSharingError = 0 - // The received error code is not known in this version. - AdSharingErrorEnum_UNKNOWN AdSharingErrorEnum_AdSharingError = 1 - // Error resulting in attempting to add an Ad to an AdGroup that already - // contains the Ad. - AdSharingErrorEnum_AD_GROUP_ALREADY_CONTAINS_AD AdSharingErrorEnum_AdSharingError = 2 - // Ad is not compatible with the AdGroup it is being shared with. - AdSharingErrorEnum_INCOMPATIBLE_AD_UNDER_AD_GROUP AdSharingErrorEnum_AdSharingError = 3 - // Cannot add AdGroupAd on inactive Ad. - AdSharingErrorEnum_CANNOT_SHARE_INACTIVE_AD AdSharingErrorEnum_AdSharingError = 4 -) - -var AdSharingErrorEnum_AdSharingError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "AD_GROUP_ALREADY_CONTAINS_AD", - 3: "INCOMPATIBLE_AD_UNDER_AD_GROUP", - 4: "CANNOT_SHARE_INACTIVE_AD", -} -var AdSharingErrorEnum_AdSharingError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "AD_GROUP_ALREADY_CONTAINS_AD": 2, - "INCOMPATIBLE_AD_UNDER_AD_GROUP": 3, - "CANNOT_SHARE_INACTIVE_AD": 4, -} - -func (x AdSharingErrorEnum_AdSharingError) String() string { - return proto.EnumName(AdSharingErrorEnum_AdSharingError_name, int32(x)) -} -func (AdSharingErrorEnum_AdSharingError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_sharing_error_3f7faf3f8120664b, []int{0, 0} -} - -// Container for enum describing possible ad sharing errors. -type AdSharingErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdSharingErrorEnum) Reset() { *m = AdSharingErrorEnum{} } -func (m *AdSharingErrorEnum) String() string { return proto.CompactTextString(m) } -func (*AdSharingErrorEnum) ProtoMessage() {} -func (*AdSharingErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_sharing_error_3f7faf3f8120664b, []int{0} -} -func (m *AdSharingErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdSharingErrorEnum.Unmarshal(m, b) -} -func (m *AdSharingErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdSharingErrorEnum.Marshal(b, m, deterministic) -} -func (dst *AdSharingErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdSharingErrorEnum.Merge(dst, src) -} -func (m *AdSharingErrorEnum) XXX_Size() int { - return xxx_messageInfo_AdSharingErrorEnum.Size(m) -} -func (m *AdSharingErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdSharingErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdSharingErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdSharingErrorEnum)(nil), "google.ads.googleads.v0.errors.AdSharingErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.AdSharingErrorEnum_AdSharingError", AdSharingErrorEnum_AdSharingError_name, AdSharingErrorEnum_AdSharingError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/ad_sharing_error.proto", fileDescriptor_ad_sharing_error_3f7faf3f8120664b) -} - -var fileDescriptor_ad_sharing_error_3f7faf3f8120664b = []byte{ - // 342 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcd, 0x4a, 0xeb, 0x40, - 0x1c, 0xc5, 0x6f, 0xd2, 0xcb, 0xbd, 0x30, 0x85, 0x7b, 0x43, 0xdc, 0xb8, 0x28, 0x45, 0xf2, 0x00, - 0x93, 0x80, 0xb8, 0x19, 0x57, 0xff, 0x26, 0x63, 0x0d, 0xd6, 0x49, 0xc8, 0x97, 0x28, 0x81, 0x21, - 0x9a, 0x32, 0x16, 0xda, 0x4c, 0xc9, 0x68, 0x1f, 0xc4, 0x47, 0x70, 0xa7, 0x8f, 0xe2, 0xa3, 0xb8, - 0xf0, 0x19, 0x24, 0x19, 0x5b, 0xe8, 0x42, 0x57, 0x73, 0x38, 0xfc, 0xce, 0xcc, 0x99, 0x83, 0x4e, - 0x84, 0x94, 0x62, 0x39, 0x77, 0xab, 0x5a, 0xb9, 0x5a, 0x76, 0x6a, 0xe3, 0xb9, 0xf3, 0xb6, 0x95, - 0xad, 0x72, 0xab, 0x9a, 0xab, 0xfb, 0xaa, 0x5d, 0x34, 0x82, 0xf7, 0x0e, 0x5e, 0xb7, 0xf2, 0x41, - 0xda, 0x63, 0xcd, 0xe2, 0xaa, 0x56, 0x78, 0x17, 0xc3, 0x1b, 0x0f, 0xeb, 0x98, 0xf3, 0x62, 0x20, - 0x1b, 0xea, 0x54, 0x27, 0x69, 0xe7, 0xd1, 0xe6, 0x71, 0xe5, 0x3c, 0x19, 0xe8, 0xdf, 0xbe, 0x6d, - 0xff, 0x47, 0xc3, 0x9c, 0xa5, 0x31, 0xf5, 0xc3, 0xb3, 0x90, 0x06, 0xd6, 0x2f, 0x7b, 0x88, 0xfe, - 0xe6, 0xec, 0x82, 0x45, 0x57, 0xcc, 0x32, 0xec, 0x23, 0x34, 0x82, 0x80, 0x4f, 0x93, 0x28, 0x8f, - 0x39, 0xcc, 0x12, 0x0a, 0xc1, 0x35, 0xf7, 0x23, 0x96, 0x41, 0xc8, 0x52, 0x0e, 0x81, 0x65, 0xda, - 0x0e, 0x1a, 0x87, 0xcc, 0x8f, 0x2e, 0x63, 0xc8, 0xc2, 0xc9, 0x8c, 0x72, 0x08, 0x78, 0xce, 0x02, - 0x9a, 0xf0, 0x6d, 0xce, 0x1a, 0xd8, 0x23, 0x74, 0xe8, 0x03, 0x63, 0x51, 0xc6, 0xd3, 0x73, 0x48, - 0x28, 0x0f, 0x19, 0xf8, 0x59, 0x58, 0x74, 0xb0, 0xf5, 0x7b, 0xf2, 0x61, 0x20, 0xe7, 0x4e, 0xae, - 0xf0, 0xcf, 0x5f, 0x9a, 0x1c, 0xec, 0x17, 0x8f, 0xbb, 0x1d, 0x62, 0xe3, 0x26, 0xf8, 0x8a, 0x09, - 0xb9, 0xac, 0x1a, 0x81, 0x65, 0x2b, 0x5c, 0x31, 0x6f, 0xfa, 0x95, 0xb6, 0x83, 0xae, 0x17, 0xea, - 0xbb, 0x7d, 0x4f, 0xf5, 0xf1, 0x6c, 0x0e, 0xa6, 0x00, 0xaf, 0xe6, 0x78, 0xaa, 0x2f, 0x83, 0x5a, - 0x61, 0x2d, 0x3b, 0x55, 0x78, 0xb8, 0x7f, 0x52, 0xbd, 0x6d, 0x81, 0x12, 0x6a, 0x55, 0xee, 0x80, - 0xb2, 0xf0, 0x4a, 0x0d, 0xbc, 0x9b, 0x8e, 0x76, 0x09, 0x81, 0x5a, 0x11, 0xb2, 0x43, 0x08, 0x29, - 0x3c, 0x42, 0x34, 0x74, 0xfb, 0xa7, 0x6f, 0x77, 0xfc, 0x19, 0x00, 0x00, 0xff, 0xff, 0xae, 0x0b, - 0x1c, 0x40, 0xfc, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/adx_error.pb.go b/googleapis/ads/googleads/v0/errors/adx_error.pb.go deleted file mode 100644 index f69703daf9..0000000000 --- a/googleapis/ads/googleads/v0/errors/adx_error.pb.go +++ /dev/null @@ -1,111 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/adx_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible adx errors. -type AdxErrorEnum_AdxError int32 - -const ( - // Enum unspecified. - AdxErrorEnum_UNSPECIFIED AdxErrorEnum_AdxError = 0 - // The received error code is not known in this version. - AdxErrorEnum_UNKNOWN AdxErrorEnum_AdxError = 1 - // Attempt to use non-AdX feature by AdX customer. - AdxErrorEnum_UNSUPPORTED_FEATURE AdxErrorEnum_AdxError = 2 -) - -var AdxErrorEnum_AdxError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "UNSUPPORTED_FEATURE", -} -var AdxErrorEnum_AdxError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "UNSUPPORTED_FEATURE": 2, -} - -func (x AdxErrorEnum_AdxError) String() string { - return proto.EnumName(AdxErrorEnum_AdxError_name, int32(x)) -} -func (AdxErrorEnum_AdxError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_adx_error_06ea22f2a62b2439, []int{0, 0} -} - -// Container for enum describing possible adx errors. -type AdxErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdxErrorEnum) Reset() { *m = AdxErrorEnum{} } -func (m *AdxErrorEnum) String() string { return proto.CompactTextString(m) } -func (*AdxErrorEnum) ProtoMessage() {} -func (*AdxErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_adx_error_06ea22f2a62b2439, []int{0} -} -func (m *AdxErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdxErrorEnum.Unmarshal(m, b) -} -func (m *AdxErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdxErrorEnum.Marshal(b, m, deterministic) -} -func (dst *AdxErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdxErrorEnum.Merge(dst, src) -} -func (m *AdxErrorEnum) XXX_Size() int { - return xxx_messageInfo_AdxErrorEnum.Size(m) -} -func (m *AdxErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AdxErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AdxErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AdxErrorEnum)(nil), "google.ads.googleads.v0.errors.AdxErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.AdxErrorEnum_AdxError", AdxErrorEnum_AdxError_name, AdxErrorEnum_AdxError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/adx_error.proto", fileDescriptor_adx_error_06ea22f2a62b2439) -} - -var fileDescriptor_adx_error_06ea22f2a62b2439 = []byte{ - // 273 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x8f, 0xc1, 0x4a, 0xc3, 0x30, - 0x18, 0xc7, 0x6d, 0x05, 0x95, 0x4c, 0xb1, 0xd4, 0x83, 0xb7, 0x1d, 0xfa, 0x00, 0x5f, 0x03, 0xde, - 0xe2, 0x29, 0xb3, 0xd9, 0x18, 0x42, 0x16, 0xb7, 0xa5, 0x82, 0x14, 0x46, 0x35, 0x25, 0x08, 0x5b, - 0x33, 0x12, 0x1d, 0x7b, 0x1e, 0x8f, 0x3e, 0x8a, 0x4f, 0x22, 0x3e, 0x85, 0xb4, 0xb1, 0xbd, 0xb9, - 0x53, 0x7e, 0x5f, 0xf8, 0x25, 0xff, 0xef, 0x8f, 0x40, 0x1b, 0xa3, 0xd7, 0x55, 0x5a, 0x2a, 0x97, - 0x7a, 0x6c, 0x68, 0x87, 0xd3, 0xca, 0x5a, 0x63, 0x5d, 0x5a, 0xaa, 0xfd, 0xaa, 0x45, 0xd8, 0x5a, - 0xf3, 0x66, 0xe2, 0xa1, 0x97, 0xa0, 0x54, 0x0e, 0x7a, 0x1f, 0x76, 0x18, 0xbc, 0x9f, 0x3c, 0xa0, - 0x73, 0xaa, 0xf6, 0xac, 0x19, 0x58, 0xfd, 0xbe, 0x49, 0x28, 0x3a, 0xeb, 0xe6, 0xf8, 0x12, 0x0d, - 0x24, 0x5f, 0x08, 0x76, 0x37, 0x1d, 0x4f, 0x59, 0x16, 0x1d, 0xc5, 0x03, 0x74, 0x2a, 0xf9, 0x3d, - 0x9f, 0x3d, 0xf2, 0x28, 0x88, 0xaf, 0xd1, 0x95, 0xe4, 0x0b, 0x29, 0xc4, 0x6c, 0xbe, 0x64, 0xd9, - 0x6a, 0xcc, 0xe8, 0x52, 0xce, 0x59, 0x14, 0x8e, 0xbe, 0x03, 0x94, 0xbc, 0x98, 0x0d, 0x1c, 0x4e, - 0x1e, 0x5d, 0x74, 0x39, 0xa2, 0x59, 0x54, 0x04, 0x4f, 0xd9, 0xdf, 0x03, 0x6d, 0xd6, 0x65, 0xad, - 0xc1, 0x58, 0x9d, 0xea, 0xaa, 0x6e, 0x6b, 0x74, 0x55, 0xb7, 0xaf, 0xee, 0xbf, 0xe6, 0xb7, 0xfe, - 0xf8, 0x08, 0x8f, 0x27, 0x94, 0x7e, 0x86, 0xc3, 0x89, 0xff, 0x8c, 0x2a, 0x07, 0x1e, 0x1b, 0xca, - 0x31, 0xb4, 0x91, 0xee, 0xab, 0x13, 0x0a, 0xaa, 0x5c, 0xd1, 0x0b, 0x45, 0x8e, 0x0b, 0x2f, 0xfc, - 0x84, 0x89, 0xbf, 0x25, 0x84, 0x2a, 0x47, 0x48, 0xaf, 0x10, 0x92, 0x63, 0x42, 0xbc, 0xf4, 0x7c, - 0xd2, 0x6e, 0x77, 0xf3, 0x1b, 0x00, 0x00, 0xff, 0xff, 0xce, 0xd3, 0xa2, 0xb3, 0x96, 0x01, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/authentication_error.pb.go b/googleapis/ads/googleads/v0/errors/authentication_error.pb.go deleted file mode 100644 index 1056eb071a..0000000000 --- a/googleapis/ads/googleads/v0/errors/authentication_error.pb.go +++ /dev/null @@ -1,201 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/authentication_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible authentication errors. -type AuthenticationErrorEnum_AuthenticationError int32 - -const ( - // Enum unspecified. - AuthenticationErrorEnum_UNSPECIFIED AuthenticationErrorEnum_AuthenticationError = 0 - // The received error code is not known in this version. - AuthenticationErrorEnum_UNKNOWN AuthenticationErrorEnum_AuthenticationError = 1 - // Authentication of the request failed. - AuthenticationErrorEnum_AUTHENTICATION_ERROR AuthenticationErrorEnum_AuthenticationError = 2 - // Client Customer Id is not a number. - AuthenticationErrorEnum_CLIENT_CUSTOMER_ID_INVALID AuthenticationErrorEnum_AuthenticationError = 5 - // No customer found for the provided customer id. - AuthenticationErrorEnum_CUSTOMER_NOT_FOUND AuthenticationErrorEnum_AuthenticationError = 8 - // Client's Google Account is deleted. - AuthenticationErrorEnum_GOOGLE_ACCOUNT_DELETED AuthenticationErrorEnum_AuthenticationError = 9 - // Google account login token in the cookie is invalid. - AuthenticationErrorEnum_GOOGLE_ACCOUNT_COOKIE_INVALID AuthenticationErrorEnum_AuthenticationError = 10 - // A problem occurred during Google account authentication. - AuthenticationErrorEnum_GOOGLE_ACCOUNT_AUTHENTICATION_FAILED AuthenticationErrorEnum_AuthenticationError = 25 - // The user in the google account login token does not match the UserId in - // the cookie. - AuthenticationErrorEnum_GOOGLE_ACCOUNT_USER_AND_ADS_USER_MISMATCH AuthenticationErrorEnum_AuthenticationError = 12 - // Login cookie is required for authentication. - AuthenticationErrorEnum_LOGIN_COOKIE_REQUIRED AuthenticationErrorEnum_AuthenticationError = 13 - // User in the cookie is not a valid Ads user. - AuthenticationErrorEnum_NOT_ADS_USER AuthenticationErrorEnum_AuthenticationError = 14 - // Oauth token in the header is not valid. - AuthenticationErrorEnum_OAUTH_TOKEN_INVALID AuthenticationErrorEnum_AuthenticationError = 15 - // Oauth token in the header has expired. - AuthenticationErrorEnum_OAUTH_TOKEN_EXPIRED AuthenticationErrorEnum_AuthenticationError = 16 - // Oauth token in the header has been disabled. - AuthenticationErrorEnum_OAUTH_TOKEN_DISABLED AuthenticationErrorEnum_AuthenticationError = 17 - // Oauth token in the header has been revoked. - AuthenticationErrorEnum_OAUTH_TOKEN_REVOKED AuthenticationErrorEnum_AuthenticationError = 18 - // Oauth token HTTP header is malformed. - AuthenticationErrorEnum_OAUTH_TOKEN_HEADER_INVALID AuthenticationErrorEnum_AuthenticationError = 19 - // Login cookie is not valid. - AuthenticationErrorEnum_LOGIN_COOKIE_INVALID AuthenticationErrorEnum_AuthenticationError = 20 - // User Id in the header is not a valid id. - AuthenticationErrorEnum_USER_ID_INVALID AuthenticationErrorEnum_AuthenticationError = 22 - // An account administrator changed this account's authentication settings. - // To access this Google Ads account, enable 2-Step Verification in your - // Google account at https://www.google.com/landing/2step. - AuthenticationErrorEnum_TWO_STEP_VERIFICATION_NOT_ENROLLED AuthenticationErrorEnum_AuthenticationError = 23 - // An account administrator changed this account's authentication settings. - // To access this Google Ads account, enable Advanced Protection in your - // Google account at https://landing.google.com/advancedprotection. - AuthenticationErrorEnum_ADVANCED_PROTECTION_NOT_ENROLLED AuthenticationErrorEnum_AuthenticationError = 24 -) - -var AuthenticationErrorEnum_AuthenticationError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "AUTHENTICATION_ERROR", - 5: "CLIENT_CUSTOMER_ID_INVALID", - 8: "CUSTOMER_NOT_FOUND", - 9: "GOOGLE_ACCOUNT_DELETED", - 10: "GOOGLE_ACCOUNT_COOKIE_INVALID", - 25: "GOOGLE_ACCOUNT_AUTHENTICATION_FAILED", - 12: "GOOGLE_ACCOUNT_USER_AND_ADS_USER_MISMATCH", - 13: "LOGIN_COOKIE_REQUIRED", - 14: "NOT_ADS_USER", - 15: "OAUTH_TOKEN_INVALID", - 16: "OAUTH_TOKEN_EXPIRED", - 17: "OAUTH_TOKEN_DISABLED", - 18: "OAUTH_TOKEN_REVOKED", - 19: "OAUTH_TOKEN_HEADER_INVALID", - 20: "LOGIN_COOKIE_INVALID", - 22: "USER_ID_INVALID", - 23: "TWO_STEP_VERIFICATION_NOT_ENROLLED", - 24: "ADVANCED_PROTECTION_NOT_ENROLLED", -} -var AuthenticationErrorEnum_AuthenticationError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "AUTHENTICATION_ERROR": 2, - "CLIENT_CUSTOMER_ID_INVALID": 5, - "CUSTOMER_NOT_FOUND": 8, - "GOOGLE_ACCOUNT_DELETED": 9, - "GOOGLE_ACCOUNT_COOKIE_INVALID": 10, - "GOOGLE_ACCOUNT_AUTHENTICATION_FAILED": 25, - "GOOGLE_ACCOUNT_USER_AND_ADS_USER_MISMATCH": 12, - "LOGIN_COOKIE_REQUIRED": 13, - "NOT_ADS_USER": 14, - "OAUTH_TOKEN_INVALID": 15, - "OAUTH_TOKEN_EXPIRED": 16, - "OAUTH_TOKEN_DISABLED": 17, - "OAUTH_TOKEN_REVOKED": 18, - "OAUTH_TOKEN_HEADER_INVALID": 19, - "LOGIN_COOKIE_INVALID": 20, - "USER_ID_INVALID": 22, - "TWO_STEP_VERIFICATION_NOT_ENROLLED": 23, - "ADVANCED_PROTECTION_NOT_ENROLLED": 24, -} - -func (x AuthenticationErrorEnum_AuthenticationError) String() string { - return proto.EnumName(AuthenticationErrorEnum_AuthenticationError_name, int32(x)) -} -func (AuthenticationErrorEnum_AuthenticationError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_authentication_error_bd6be06f03b8c2c2, []int{0, 0} -} - -// Container for enum describing possible authentication errors. -type AuthenticationErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AuthenticationErrorEnum) Reset() { *m = AuthenticationErrorEnum{} } -func (m *AuthenticationErrorEnum) String() string { return proto.CompactTextString(m) } -func (*AuthenticationErrorEnum) ProtoMessage() {} -func (*AuthenticationErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_authentication_error_bd6be06f03b8c2c2, []int{0} -} -func (m *AuthenticationErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AuthenticationErrorEnum.Unmarshal(m, b) -} -func (m *AuthenticationErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AuthenticationErrorEnum.Marshal(b, m, deterministic) -} -func (dst *AuthenticationErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AuthenticationErrorEnum.Merge(dst, src) -} -func (m *AuthenticationErrorEnum) XXX_Size() int { - return xxx_messageInfo_AuthenticationErrorEnum.Size(m) -} -func (m *AuthenticationErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AuthenticationErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AuthenticationErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AuthenticationErrorEnum)(nil), "google.ads.googleads.v0.errors.AuthenticationErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.AuthenticationErrorEnum_AuthenticationError", AuthenticationErrorEnum_AuthenticationError_name, AuthenticationErrorEnum_AuthenticationError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/authentication_error.proto", fileDescriptor_authentication_error_bd6be06f03b8c2c2) -} - -var fileDescriptor_authentication_error_bd6be06f03b8c2c2 = []byte{ - // 546 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0xdf, 0x6e, 0xd3, 0x3e, - 0x14, 0xfe, 0xad, 0xbf, 0xf1, 0xcf, 0x1b, 0xcc, 0xb8, 0x63, 0xed, 0x26, 0x51, 0x41, 0x35, 0x21, - 0xb8, 0x20, 0xad, 0xc4, 0x15, 0xe1, 0xca, 0x8d, 0x4f, 0x5b, 0xab, 0xa9, 0x1d, 0x12, 0x27, 0x43, - 0xa8, 0x92, 0x55, 0xd6, 0x2a, 0x54, 0xda, 0x9a, 0xa9, 0xe9, 0xf6, 0x40, 0x5c, 0xf2, 0x28, 0x88, - 0x07, 0x41, 0xdc, 0xf2, 0x02, 0xc8, 0xc9, 0x12, 0x75, 0x61, 0x70, 0x95, 0x13, 0x7f, 0xdf, 0x77, - 0xce, 0x77, 0x8e, 0x8f, 0xd1, 0xdb, 0x38, 0x49, 0xe2, 0xb3, 0x79, 0x67, 0x3a, 0x4b, 0x3b, 0x79, - 0x68, 0xa2, 0xab, 0x6e, 0x67, 0xbe, 0x5a, 0x25, 0xab, 0xb4, 0x33, 0xbd, 0x5c, 0x7f, 0x9e, 0x2f, - 0xd7, 0x8b, 0xd3, 0xe9, 0x7a, 0x91, 0x2c, 0x75, 0x76, 0x6a, 0x5d, 0xac, 0x92, 0x75, 0x42, 0x5a, - 0x39, 0xdf, 0x9a, 0xce, 0x52, 0xab, 0x94, 0x5a, 0x57, 0x5d, 0x2b, 0x97, 0xb6, 0x7f, 0x6c, 0xa3, - 0x06, 0xbd, 0x21, 0x07, 0x03, 0xc0, 0xf2, 0xf2, 0xbc, 0xfd, 0x7d, 0x1b, 0xd5, 0x6f, 0xc1, 0xc8, - 0x1e, 0xda, 0x09, 0x45, 0xe0, 0x81, 0xc3, 0xfb, 0x1c, 0x18, 0xfe, 0x8f, 0xec, 0xa0, 0x7b, 0xa1, - 0x18, 0x09, 0x79, 0x22, 0xf0, 0x16, 0x69, 0xa2, 0x7d, 0x1a, 0xaa, 0x21, 0x08, 0xc5, 0x1d, 0xaa, - 0xb8, 0x14, 0x1a, 0x7c, 0x5f, 0xfa, 0xb8, 0x46, 0x5a, 0xe8, 0xc8, 0x71, 0x39, 0x08, 0xa5, 0x9d, - 0x30, 0x50, 0x72, 0x0c, 0xbe, 0xe6, 0x4c, 0x73, 0x11, 0x51, 0x97, 0x33, 0x7c, 0x87, 0x1c, 0x20, - 0x52, 0x02, 0x42, 0x2a, 0xdd, 0x97, 0xa1, 0x60, 0xf8, 0x3e, 0x39, 0x42, 0x07, 0x03, 0x29, 0x07, - 0x2e, 0x68, 0xea, 0x38, 0x32, 0x14, 0x4a, 0x33, 0x70, 0x41, 0x01, 0xc3, 0x0f, 0xc8, 0x73, 0xf4, - 0xb4, 0x82, 0x39, 0x52, 0x8e, 0x38, 0x94, 0x69, 0x11, 0x79, 0x89, 0x8e, 0x2b, 0x94, 0x8a, 0xbf, - 0x3e, 0xe5, 0x2e, 0x30, 0x7c, 0x48, 0x5e, 0xa3, 0x57, 0x15, 0x66, 0x18, 0x80, 0xaf, 0xa9, 0x60, - 0x9a, 0xb2, 0x20, 0xff, 0x19, 0xf3, 0x60, 0x4c, 0x95, 0x33, 0xc4, 0xbb, 0xe4, 0x10, 0x3d, 0x71, - 0xe5, 0x80, 0x8b, 0xa2, 0xa4, 0x0f, 0xef, 0x43, 0xee, 0x03, 0xc3, 0x0f, 0x09, 0x46, 0xbb, 0xa6, - 0x83, 0x42, 0x85, 0x1f, 0x91, 0x06, 0xaa, 0x4b, 0x53, 0x57, 0x2b, 0x39, 0x02, 0x51, 0xda, 0xdb, - 0xab, 0x02, 0xf0, 0xc1, 0xcb, 0x72, 0x60, 0x33, 0xc8, 0x4d, 0x80, 0xf1, 0x80, 0xf6, 0x8c, 0xcf, - 0xc7, 0x55, 0x89, 0x0f, 0x91, 0x1c, 0x01, 0xc3, 0xc4, 0x4c, 0x78, 0x13, 0x18, 0x02, 0x65, 0x66, - 0xc8, 0xd7, 0xb5, 0xea, 0x26, 0xe5, 0x0d, 0xc7, 0x05, 0xb2, 0x4f, 0xea, 0x68, 0x2f, 0x6b, 0x6f, - 0xe3, 0x42, 0x0e, 0xc8, 0x0b, 0xd4, 0x56, 0x27, 0x52, 0x07, 0x0a, 0x3c, 0x1d, 0x81, 0xcf, 0xfb, - 0xc5, 0xc4, 0x4c, 0x6f, 0x20, 0x7c, 0xe9, 0x1a, 0x3f, 0x0d, 0x72, 0x8c, 0x9e, 0x51, 0x16, 0x51, - 0xe1, 0x00, 0xd3, 0x9e, 0x2f, 0x15, 0x38, 0x7f, 0xb2, 0x9a, 0xbd, 0x5f, 0x5b, 0xa8, 0x7d, 0x9a, - 0x9c, 0x5b, 0xff, 0xde, 0xc8, 0x5e, 0xf3, 0x96, 0x95, 0xf3, 0xcc, 0x2e, 0x7b, 0x5b, 0x1f, 0xd9, - 0xb5, 0x36, 0x4e, 0xce, 0xa6, 0xcb, 0xd8, 0x4a, 0x56, 0x71, 0x27, 0x9e, 0x2f, 0xb3, 0x4d, 0x2f, - 0x1e, 0xc6, 0xc5, 0x22, 0xfd, 0xdb, 0x3b, 0x79, 0x97, 0x7f, 0xbe, 0xd4, 0xfe, 0x1f, 0x50, 0xfa, - 0xb5, 0xd6, 0x1a, 0xe4, 0xc9, 0xe8, 0x2c, 0xb5, 0xf2, 0xd0, 0x44, 0x51, 0xd7, 0xca, 0x4a, 0xa6, - 0xdf, 0x0a, 0xc2, 0x84, 0xce, 0xd2, 0x49, 0x49, 0x98, 0x44, 0xdd, 0x49, 0x4e, 0xf8, 0x59, 0x6b, - 0xe7, 0xa7, 0xb6, 0x4d, 0x67, 0xa9, 0x6d, 0x97, 0x14, 0xdb, 0x8e, 0xba, 0xb6, 0x9d, 0x93, 0x3e, - 0xdd, 0xcd, 0xdc, 0xbd, 0xf9, 0x1d, 0x00, 0x00, 0xff, 0xff, 0xba, 0x4a, 0x80, 0xa7, 0xc4, 0x03, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/authorization_error.pb.go b/googleapis/ads/googleads/v0/errors/authorization_error.pb.go deleted file mode 100644 index cddedca5ad..0000000000 --- a/googleapis/ads/googleads/v0/errors/authorization_error.pb.go +++ /dev/null @@ -1,145 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/authorization_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible authorization errors. -type AuthorizationErrorEnum_AuthorizationError int32 - -const ( - // Enum unspecified. - AuthorizationErrorEnum_UNSPECIFIED AuthorizationErrorEnum_AuthorizationError = 0 - // The received error code is not known in this version. - AuthorizationErrorEnum_UNKNOWN AuthorizationErrorEnum_AuthorizationError = 1 - // User doesn't have permission to access customer. - AuthorizationErrorEnum_USER_PERMISSION_DENIED AuthorizationErrorEnum_AuthorizationError = 2 - // The developer token is not whitelisted. - AuthorizationErrorEnum_DEVELOPER_TOKEN_NOT_WHITELISTED AuthorizationErrorEnum_AuthorizationError = 3 - // The developer token is not allowed with the project sent in the request. - AuthorizationErrorEnum_DEVELOPER_TOKEN_PROHIBITED AuthorizationErrorEnum_AuthorizationError = 4 - // The Google Cloud project sent in the request does not have permission to - // access the api. - AuthorizationErrorEnum_PROJECT_DISABLED AuthorizationErrorEnum_AuthorizationError = 5 - // Authorization of the client failed. - AuthorizationErrorEnum_AUTHORIZATION_ERROR AuthorizationErrorEnum_AuthorizationError = 6 - // The user does not have permission to perform this action - // (e.g., ADD, UPDATE, REMOVE) on the resource or call a method. - AuthorizationErrorEnum_ACTION_NOT_PERMITTED AuthorizationErrorEnum_AuthorizationError = 7 - // Signup not complete. - AuthorizationErrorEnum_INCOMPLETE_SIGNUP AuthorizationErrorEnum_AuthorizationError = 8 -) - -var AuthorizationErrorEnum_AuthorizationError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "USER_PERMISSION_DENIED", - 3: "DEVELOPER_TOKEN_NOT_WHITELISTED", - 4: "DEVELOPER_TOKEN_PROHIBITED", - 5: "PROJECT_DISABLED", - 6: "AUTHORIZATION_ERROR", - 7: "ACTION_NOT_PERMITTED", - 8: "INCOMPLETE_SIGNUP", -} -var AuthorizationErrorEnum_AuthorizationError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "USER_PERMISSION_DENIED": 2, - "DEVELOPER_TOKEN_NOT_WHITELISTED": 3, - "DEVELOPER_TOKEN_PROHIBITED": 4, - "PROJECT_DISABLED": 5, - "AUTHORIZATION_ERROR": 6, - "ACTION_NOT_PERMITTED": 7, - "INCOMPLETE_SIGNUP": 8, -} - -func (x AuthorizationErrorEnum_AuthorizationError) String() string { - return proto.EnumName(AuthorizationErrorEnum_AuthorizationError_name, int32(x)) -} -func (AuthorizationErrorEnum_AuthorizationError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_authorization_error_68249e5a93461beb, []int{0, 0} -} - -// Container for enum describing possible authorization errors. -type AuthorizationErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AuthorizationErrorEnum) Reset() { *m = AuthorizationErrorEnum{} } -func (m *AuthorizationErrorEnum) String() string { return proto.CompactTextString(m) } -func (*AuthorizationErrorEnum) ProtoMessage() {} -func (*AuthorizationErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_authorization_error_68249e5a93461beb, []int{0} -} -func (m *AuthorizationErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AuthorizationErrorEnum.Unmarshal(m, b) -} -func (m *AuthorizationErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AuthorizationErrorEnum.Marshal(b, m, deterministic) -} -func (dst *AuthorizationErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_AuthorizationErrorEnum.Merge(dst, src) -} -func (m *AuthorizationErrorEnum) XXX_Size() int { - return xxx_messageInfo_AuthorizationErrorEnum.Size(m) -} -func (m *AuthorizationErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_AuthorizationErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_AuthorizationErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*AuthorizationErrorEnum)(nil), "google.ads.googleads.v0.errors.AuthorizationErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.AuthorizationErrorEnum_AuthorizationError", AuthorizationErrorEnum_AuthorizationError_name, AuthorizationErrorEnum_AuthorizationError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/authorization_error.proto", fileDescriptor_authorization_error_68249e5a93461beb) -} - -var fileDescriptor_authorization_error_68249e5a93461beb = []byte{ - // 409 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0x6e, 0x13, 0x31, - 0x10, 0x86, 0xc9, 0x16, 0x5a, 0xe4, 0x1e, 0x58, 0x4c, 0x69, 0x51, 0x0f, 0x41, 0x0a, 0x77, 0xef, - 0x4a, 0x5c, 0xd0, 0x72, 0x72, 0xb2, 0x43, 0x62, 0x9a, 0xda, 0x96, 0xd7, 0x9b, 0x4a, 0x55, 0x24, - 0x6b, 0x61, 0xa3, 0x25, 0x52, 0xbb, 0xae, 0xd6, 0x69, 0x0f, 0x3c, 0x04, 0x0f, 0xc1, 0x91, 0x47, - 0xe1, 0x51, 0x38, 0xc2, 0x0b, 0x20, 0xaf, 0x69, 0x84, 0xa8, 0xe8, 0xc9, 0xbf, 0x7e, 0x7f, 0xff, - 0xcc, 0x68, 0x06, 0xbd, 0x69, 0xac, 0x6d, 0x2e, 0x56, 0x49, 0x55, 0xbb, 0x24, 0x48, 0xaf, 0x6e, - 0xd2, 0x64, 0xd5, 0x75, 0xb6, 0x73, 0x49, 0x75, 0xbd, 0xf9, 0x64, 0xbb, 0xf5, 0xe7, 0x6a, 0xb3, - 0xb6, 0xad, 0xe9, 0x4d, 0x72, 0xd5, 0xd9, 0x8d, 0xc5, 0xc3, 0x80, 0x93, 0xaa, 0x76, 0x64, 0x9b, - 0x24, 0x37, 0x29, 0x09, 0xc9, 0xd1, 0x97, 0x08, 0x1d, 0xd2, 0xbf, 0xd3, 0xe0, 0x7d, 0x68, 0xaf, - 0x2f, 0x47, 0xbf, 0x06, 0x08, 0xdf, 0xfd, 0xc2, 0x4f, 0xd0, 0x7e, 0xc9, 0x0b, 0x09, 0x13, 0xf6, - 0x8e, 0x41, 0x1e, 0x3f, 0xc0, 0xfb, 0x68, 0xaf, 0xe4, 0x27, 0x5c, 0x9c, 0xf1, 0x78, 0x80, 0x8f, - 0xd1, 0x61, 0x59, 0x80, 0x32, 0x12, 0xd4, 0x29, 0x2b, 0x0a, 0x26, 0xb8, 0xc9, 0x81, 0x7b, 0x30, - 0xc2, 0xaf, 0xd0, 0xcb, 0x1c, 0x16, 0x30, 0x17, 0x12, 0x94, 0xd1, 0xe2, 0x04, 0xb8, 0xe1, 0x42, - 0x9b, 0xb3, 0x19, 0xd3, 0x30, 0x67, 0x85, 0x86, 0x3c, 0xde, 0xc1, 0x43, 0x74, 0xfc, 0x2f, 0x24, - 0x95, 0x98, 0xb1, 0x31, 0xf3, 0xff, 0x0f, 0xf1, 0x01, 0x8a, 0xa5, 0x12, 0xef, 0x61, 0xa2, 0x4d, - 0xce, 0x0a, 0x3a, 0x9e, 0x43, 0x1e, 0x3f, 0xc2, 0x47, 0xe8, 0x19, 0x2d, 0xf5, 0x4c, 0x28, 0x76, - 0x4e, 0xb5, 0x6f, 0x0a, 0x4a, 0x09, 0x15, 0xef, 0xe2, 0x17, 0xe8, 0x80, 0x4e, 0x7a, 0xc7, 0xb7, - 0xea, 0xa7, 0xd2, 0xbe, 0xd0, 0x1e, 0x7e, 0x8e, 0x9e, 0x32, 0x3e, 0x11, 0xa7, 0x72, 0x0e, 0x1a, - 0x4c, 0xc1, 0xa6, 0xbc, 0x94, 0xf1, 0xe3, 0xf1, 0xcf, 0x01, 0x1a, 0x7d, 0xb4, 0x97, 0xe4, 0xfe, - 0xbd, 0x8d, 0x8f, 0xee, 0x6e, 0x46, 0xfa, 0x85, 0xcb, 0xc1, 0x79, 0xfe, 0x27, 0xda, 0xd8, 0x8b, - 0xaa, 0x6d, 0x88, 0xed, 0x9a, 0xa4, 0x59, 0xb5, 0xfd, 0x39, 0x6e, 0x8f, 0x77, 0xb5, 0x76, 0xff, - 0xbb, 0xe5, 0xdb, 0xf0, 0x7c, 0x8d, 0x76, 0xa6, 0x94, 0x7e, 0x8b, 0x86, 0xd3, 0x50, 0x8c, 0xd6, - 0x8e, 0x04, 0xe9, 0xd5, 0x22, 0x25, 0x7d, 0x4b, 0xf7, 0xfd, 0x16, 0x58, 0xd2, 0xda, 0x2d, 0xb7, - 0xc0, 0x72, 0x91, 0x2e, 0x03, 0xf0, 0x23, 0x1a, 0x05, 0x37, 0xcb, 0x68, 0xed, 0xb2, 0x6c, 0x8b, - 0x64, 0xd9, 0x22, 0xcd, 0xb2, 0x00, 0x7d, 0xd8, 0xed, 0xa7, 0x7b, 0xfd, 0x3b, 0x00, 0x00, 0xff, - 0xff, 0x2c, 0x87, 0x34, 0x10, 0x68, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/bidding_error.pb.go b/googleapis/ads/googleads/v0/errors/bidding_error.pb.go deleted file mode 100644 index 7a6badf018..0000000000 --- a/googleapis/ads/googleads/v0/errors/bidding_error.pb.go +++ /dev/null @@ -1,222 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/bidding_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible bidding errors. -type BiddingErrorEnum_BiddingError int32 - -const ( - // Enum unspecified. - BiddingErrorEnum_UNSPECIFIED BiddingErrorEnum_BiddingError = 0 - // The received error code is not known in this version. - BiddingErrorEnum_UNKNOWN BiddingErrorEnum_BiddingError = 1 - // Cannot transition to new bidding strategy. - BiddingErrorEnum_BIDDING_STRATEGY_TRANSITION_NOT_ALLOWED BiddingErrorEnum_BiddingError = 2 - // Cannot attach bidding strategy to campaign. - BiddingErrorEnum_CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN BiddingErrorEnum_BiddingError = 7 - // Bidding strategy is not supported or cannot be used as anonymous. - BiddingErrorEnum_INVALID_ANONYMOUS_BIDDING_STRATEGY_TYPE BiddingErrorEnum_BiddingError = 10 - // The type does not match the named strategy's type. - BiddingErrorEnum_INVALID_BIDDING_STRATEGY_TYPE BiddingErrorEnum_BiddingError = 14 - // The bid is invalid. - BiddingErrorEnum_INVALID_BID BiddingErrorEnum_BiddingError = 17 - // Bidding strategy is not available for the account type. - BiddingErrorEnum_BIDDING_STRATEGY_NOT_AVAILABLE_FOR_ACCOUNT_TYPE BiddingErrorEnum_BiddingError = 18 - // Conversion tracking is not enabled for the campaign for VBB transition. - BiddingErrorEnum_CONVERSION_TRACKING_NOT_ENABLED BiddingErrorEnum_BiddingError = 19 - // Not enough conversions tracked for VBB transitions. - BiddingErrorEnum_NOT_ENOUGH_CONVERSIONS BiddingErrorEnum_BiddingError = 20 - // Campaign can not be created with given bidding strategy. It can be - // transitioned to the strategy, once eligible. - BiddingErrorEnum_CANNOT_CREATE_CAMPAIGN_WITH_BIDDING_STRATEGY BiddingErrorEnum_BiddingError = 21 - // Cannot target content network only as campaign uses Page One Promoted - // bidding strategy. - BiddingErrorEnum_CANNOT_TARGET_CONTENT_NETWORK_ONLY_WITH_CAMPAIGN_LEVEL_POP_BIDDING_STRATEGY BiddingErrorEnum_BiddingError = 23 - // Budget Optimizer and Target Spend bidding strategies are not supported - // for campaigns with AdSchedule targeting. - BiddingErrorEnum_BIDDING_STRATEGY_NOT_SUPPORTED_WITH_AD_SCHEDULE BiddingErrorEnum_BiddingError = 24 - // Pay per conversion is not available to all the customer, only few - // whitelisted customers can use this. - BiddingErrorEnum_PAY_PER_CONVERSION_NOT_AVAILABLE_FOR_CUSTOMER BiddingErrorEnum_BiddingError = 25 - // Pay per conversion is not allowed with Target CPA. - BiddingErrorEnum_PAY_PER_CONVERSION_NOT_ALLOWED_WITH_TARGET_CPA BiddingErrorEnum_BiddingError = 26 - // Cannot set bidding strategy to Manual CPM for search network only - // campaigns. - BiddingErrorEnum_BIDDING_STRATEGY_NOT_ALLOWED_FOR_SEARCH_ONLY_CAMPAIGNS BiddingErrorEnum_BiddingError = 27 - // The bidding strategy is not supported for use in drafts or experiments. - BiddingErrorEnum_BIDDING_STRATEGY_NOT_SUPPORTED_IN_DRAFTS_OR_EXPERIMENTS BiddingErrorEnum_BiddingError = 28 - // Bidding strategy type does not support product type ad group criterion. - BiddingErrorEnum_BIDDING_STRATEGY_TYPE_DOES_NOT_SUPPORT_PRODUCT_TYPE_ADGROUP_CRITERION BiddingErrorEnum_BiddingError = 29 - // Bid amount is too small. - BiddingErrorEnum_BID_TOO_SMALL BiddingErrorEnum_BiddingError = 30 - // Bid amount is too big. - BiddingErrorEnum_BID_TOO_BIG BiddingErrorEnum_BiddingError = 31 - // Bid has too many fractional digit precision. - BiddingErrorEnum_BID_TOO_MANY_FRACTIONAL_DIGITS BiddingErrorEnum_BiddingError = 32 - // Invalid domain name specified. - BiddingErrorEnum_INVALID_DOMAIN_NAME BiddingErrorEnum_BiddingError = 33 - // The field is not compatible with payment mode. - BiddingErrorEnum_NOT_COMPATIBLE_WITH_PAYMENT_MODE BiddingErrorEnum_BiddingError = 34 -) - -var BiddingErrorEnum_BiddingError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "BIDDING_STRATEGY_TRANSITION_NOT_ALLOWED", - 7: "CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN", - 10: "INVALID_ANONYMOUS_BIDDING_STRATEGY_TYPE", - 14: "INVALID_BIDDING_STRATEGY_TYPE", - 17: "INVALID_BID", - 18: "BIDDING_STRATEGY_NOT_AVAILABLE_FOR_ACCOUNT_TYPE", - 19: "CONVERSION_TRACKING_NOT_ENABLED", - 20: "NOT_ENOUGH_CONVERSIONS", - 21: "CANNOT_CREATE_CAMPAIGN_WITH_BIDDING_STRATEGY", - 23: "CANNOT_TARGET_CONTENT_NETWORK_ONLY_WITH_CAMPAIGN_LEVEL_POP_BIDDING_STRATEGY", - 24: "BIDDING_STRATEGY_NOT_SUPPORTED_WITH_AD_SCHEDULE", - 25: "PAY_PER_CONVERSION_NOT_AVAILABLE_FOR_CUSTOMER", - 26: "PAY_PER_CONVERSION_NOT_ALLOWED_WITH_TARGET_CPA", - 27: "BIDDING_STRATEGY_NOT_ALLOWED_FOR_SEARCH_ONLY_CAMPAIGNS", - 28: "BIDDING_STRATEGY_NOT_SUPPORTED_IN_DRAFTS_OR_EXPERIMENTS", - 29: "BIDDING_STRATEGY_TYPE_DOES_NOT_SUPPORT_PRODUCT_TYPE_ADGROUP_CRITERION", - 30: "BID_TOO_SMALL", - 31: "BID_TOO_BIG", - 32: "BID_TOO_MANY_FRACTIONAL_DIGITS", - 33: "INVALID_DOMAIN_NAME", - 34: "NOT_COMPATIBLE_WITH_PAYMENT_MODE", -} -var BiddingErrorEnum_BiddingError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "BIDDING_STRATEGY_TRANSITION_NOT_ALLOWED": 2, - "CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN": 7, - "INVALID_ANONYMOUS_BIDDING_STRATEGY_TYPE": 10, - "INVALID_BIDDING_STRATEGY_TYPE": 14, - "INVALID_BID": 17, - "BIDDING_STRATEGY_NOT_AVAILABLE_FOR_ACCOUNT_TYPE": 18, - "CONVERSION_TRACKING_NOT_ENABLED": 19, - "NOT_ENOUGH_CONVERSIONS": 20, - "CANNOT_CREATE_CAMPAIGN_WITH_BIDDING_STRATEGY": 21, - "CANNOT_TARGET_CONTENT_NETWORK_ONLY_WITH_CAMPAIGN_LEVEL_POP_BIDDING_STRATEGY": 23, - "BIDDING_STRATEGY_NOT_SUPPORTED_WITH_AD_SCHEDULE": 24, - "PAY_PER_CONVERSION_NOT_AVAILABLE_FOR_CUSTOMER": 25, - "PAY_PER_CONVERSION_NOT_ALLOWED_WITH_TARGET_CPA": 26, - "BIDDING_STRATEGY_NOT_ALLOWED_FOR_SEARCH_ONLY_CAMPAIGNS": 27, - "BIDDING_STRATEGY_NOT_SUPPORTED_IN_DRAFTS_OR_EXPERIMENTS": 28, - "BIDDING_STRATEGY_TYPE_DOES_NOT_SUPPORT_PRODUCT_TYPE_ADGROUP_CRITERION": 29, - "BID_TOO_SMALL": 30, - "BID_TOO_BIG": 31, - "BID_TOO_MANY_FRACTIONAL_DIGITS": 32, - "INVALID_DOMAIN_NAME": 33, - "NOT_COMPATIBLE_WITH_PAYMENT_MODE": 34, -} - -func (x BiddingErrorEnum_BiddingError) String() string { - return proto.EnumName(BiddingErrorEnum_BiddingError_name, int32(x)) -} -func (BiddingErrorEnum_BiddingError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bidding_error_d0cef9752ce8e4a4, []int{0, 0} -} - -// Container for enum describing possible bidding errors. -type BiddingErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BiddingErrorEnum) Reset() { *m = BiddingErrorEnum{} } -func (m *BiddingErrorEnum) String() string { return proto.CompactTextString(m) } -func (*BiddingErrorEnum) ProtoMessage() {} -func (*BiddingErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_error_d0cef9752ce8e4a4, []int{0} -} -func (m *BiddingErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BiddingErrorEnum.Unmarshal(m, b) -} -func (m *BiddingErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BiddingErrorEnum.Marshal(b, m, deterministic) -} -func (dst *BiddingErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_BiddingErrorEnum.Merge(dst, src) -} -func (m *BiddingErrorEnum) XXX_Size() int { - return xxx_messageInfo_BiddingErrorEnum.Size(m) -} -func (m *BiddingErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_BiddingErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_BiddingErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*BiddingErrorEnum)(nil), "google.ads.googleads.v0.errors.BiddingErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.BiddingErrorEnum_BiddingError", BiddingErrorEnum_BiddingError_name, BiddingErrorEnum_BiddingError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/bidding_error.proto", fileDescriptor_bidding_error_d0cef9752ce8e4a4) -} - -var fileDescriptor_bidding_error_d0cef9752ce8e4a4 = []byte{ - // 697 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0xdb, 0x6e, 0x2b, 0x35, - 0x14, 0xa5, 0x41, 0x22, 0x92, 0x0f, 0x17, 0xd7, 0x07, 0x38, 0x70, 0xe0, 0xa4, 0x6d, 0x40, 0x42, - 0xe2, 0x32, 0x09, 0xad, 0x04, 0xd2, 0xf4, 0x69, 0x67, 0xec, 0x4c, 0xac, 0xcc, 0xd8, 0x96, 0xed, - 0x49, 0x08, 0x8a, 0x64, 0xb5, 0xa4, 0x8a, 0x2a, 0xb5, 0x99, 0x2a, 0x03, 0xfd, 0x20, 0x1e, 0xf9, - 0x94, 0xfe, 0x04, 0xef, 0x88, 0x8f, 0x40, 0x1e, 0x67, 0x42, 0xa4, 0xa4, 0xf0, 0x94, 0x9d, 0xa5, - 0xb5, 0x96, 0xbd, 0xf6, 0x6c, 0x6f, 0x74, 0xbe, 0x2c, 0xcb, 0xe5, 0xdd, 0x4d, 0xef, 0x6a, 0x51, - 0xf5, 0x42, 0xe9, 0xab, 0xc7, 0x7e, 0xef, 0x66, 0xbd, 0x2e, 0xd7, 0x55, 0xef, 0xfa, 0x76, 0xb1, - 0xb8, 0x5d, 0x2d, 0x5d, 0xfd, 0x37, 0x7a, 0x58, 0x97, 0xbf, 0x96, 0xa4, 0x13, 0x88, 0xd1, 0xd5, - 0xa2, 0x8a, 0xb6, 0x9a, 0xe8, 0xb1, 0x1f, 0x05, 0x4d, 0xf7, 0xcf, 0x36, 0xc2, 0x83, 0xa0, 0x63, - 0x1e, 0x61, 0xab, 0xdf, 0xee, 0xbb, 0x4f, 0x6d, 0xf4, 0xee, 0x2e, 0x48, 0x3e, 0x40, 0x2f, 0x0a, - 0x61, 0x14, 0x4b, 0xf8, 0x90, 0x33, 0x8a, 0xdf, 0x22, 0x2f, 0x50, 0xbb, 0x10, 0x63, 0x21, 0xa7, - 0x02, 0x1f, 0x91, 0x6f, 0xd0, 0x57, 0x03, 0x4e, 0x29, 0x17, 0xa9, 0x33, 0x56, 0x83, 0x65, 0xe9, - 0xcc, 0x59, 0x0d, 0xc2, 0x70, 0xcb, 0xa5, 0x70, 0x42, 0x5a, 0x07, 0x59, 0x26, 0xa7, 0x8c, 0xe2, - 0x16, 0x89, 0xd0, 0xd7, 0x09, 0x88, 0x1a, 0xb3, 0x16, 0x92, 0x91, 0xdb, 0x97, 0x4a, 0x97, 0x40, - 0xae, 0x80, 0xa7, 0x02, 0xb7, 0xbd, 0x39, 0x17, 0x13, 0xc8, 0x38, 0x75, 0x20, 0xa4, 0x98, 0xe5, - 0xb2, 0x30, 0x07, 0x34, 0x33, 0xc5, 0x30, 0x22, 0x67, 0xe8, 0x4d, 0x43, 0x3e, 0x4c, 0x79, 0xdf, - 0x47, 0xd9, 0xa1, 0xe0, 0x63, 0x72, 0x81, 0x7a, 0x7b, 0xdc, 0xfa, 0x7a, 0x13, 0xe0, 0x19, 0x0c, - 0x32, 0xe6, 0x86, 0x52, 0x3b, 0x48, 0x12, 0x59, 0x08, 0x1b, 0x5c, 0x08, 0xf9, 0x02, 0x9d, 0x24, - 0x52, 0x4c, 0x98, 0x36, 0x3e, 0xa1, 0xd5, 0x90, 0x8c, 0xbd, 0x81, 0xd7, 0x31, 0xe1, 0x45, 0x14, - 0xbf, 0x24, 0xaf, 0xd1, 0xc7, 0x01, 0x90, 0x45, 0x3a, 0x72, 0xff, 0xf2, 0x0d, 0xfe, 0x90, 0xf4, - 0xd1, 0xb7, 0x9b, 0x36, 0x24, 0x9a, 0x81, 0x65, 0xdb, 0xc8, 0x6e, 0xca, 0xed, 0x7e, 0x53, 0xf0, - 0x47, 0x44, 0xa2, 0xf1, 0x46, 0x61, 0x41, 0xa7, 0xcc, 0x7a, 0x43, 0xcb, 0x84, 0x75, 0x82, 0xd9, - 0xa9, 0xd4, 0x63, 0x27, 0x45, 0x36, 0x0b, 0xea, 0xad, 0x57, 0xc6, 0x26, 0x2c, 0x73, 0x4a, 0xaa, - 0x7d, 0xc3, 0x57, 0xcf, 0x06, 0x37, 0x85, 0x52, 0x52, 0x5b, 0x46, 0x83, 0x19, 0x50, 0x67, 0x92, - 0x11, 0xa3, 0x45, 0xc6, 0xf0, 0x27, 0xe4, 0x7b, 0xf4, 0x9d, 0x82, 0x99, 0x53, 0x4c, 0xef, 0x04, - 0x3a, 0xd0, 0xaf, 0xa4, 0x30, 0x56, 0xe6, 0x4c, 0xe3, 0x4f, 0xc9, 0x39, 0x8a, 0x9e, 0x93, 0x84, - 0xa9, 0x08, 0xe7, 0x34, 0xa9, 0x14, 0xe0, 0xd7, 0x24, 0x46, 0x3f, 0x1c, 0xfe, 0x28, 0x1b, 0x85, - 0x3f, 0xc2, 0x30, 0xd0, 0xc9, 0x28, 0xc4, 0x6e, 0x12, 0x1b, 0xfc, 0x19, 0xb9, 0x44, 0x3f, 0xfe, - 0x4f, 0x2e, 0x2e, 0x1c, 0xd5, 0x30, 0xb4, 0xc6, 0x49, 0xed, 0xd8, 0x4f, 0x8a, 0x69, 0x9e, 0x33, - 0x61, 0x0d, 0xfe, 0x9c, 0x70, 0xc4, 0x0e, 0x4e, 0x8e, 0xa3, 0x92, 0x99, 0x5d, 0x1b, 0xa7, 0xb4, - 0xa4, 0x45, 0x12, 0x26, 0xc2, 0x01, 0x4d, 0xb5, 0x2c, 0x94, 0x4b, 0x34, 0xb7, 0x4c, 0x73, 0x29, - 0xf0, 0x1b, 0x72, 0x8c, 0xde, 0x1b, 0x70, 0xea, 0xac, 0x94, 0xce, 0xe4, 0x90, 0x65, 0xb8, 0xe3, - 0x87, 0xaf, 0x81, 0x06, 0x3c, 0xc5, 0x27, 0xa4, 0x8b, 0x3a, 0x0d, 0x90, 0x83, 0x98, 0xb9, 0xa1, - 0x86, 0xc4, 0x3f, 0x1a, 0xc8, 0x1c, 0xe5, 0x29, 0xb7, 0x06, 0x9f, 0x92, 0x57, 0xe8, 0x65, 0x33, - 0xb1, 0x54, 0xe6, 0xc0, 0x85, 0x13, 0x90, 0x33, 0x7c, 0x46, 0xbe, 0x44, 0xa7, 0xf5, 0x00, 0xc9, - 0x5c, 0x81, 0xe5, 0xbe, 0xf3, 0x75, 0x23, 0x15, 0xcc, 0x7c, 0x1a, 0x97, 0x4b, 0xca, 0x70, 0x77, - 0xf0, 0xf7, 0x11, 0xea, 0xfe, 0x52, 0xde, 0x47, 0xff, 0xbd, 0x08, 0x06, 0xc7, 0xbb, 0x0f, 0x5e, - 0xf9, 0xdd, 0xa1, 0x8e, 0x7e, 0xa6, 0x1b, 0xd1, 0xb2, 0xbc, 0xbb, 0x5a, 0x2d, 0xa3, 0x72, 0xbd, - 0xec, 0x2d, 0x6f, 0x56, 0xf5, 0x66, 0x69, 0x36, 0xd0, 0xc3, 0x6d, 0xf5, 0xdc, 0x42, 0xba, 0x0c, - 0x3f, 0xbf, 0xb7, 0xde, 0x4e, 0x01, 0xfe, 0x68, 0x75, 0xd2, 0x60, 0x06, 0x8b, 0x2a, 0x0a, 0xa5, - 0xaf, 0x26, 0xfd, 0xa8, 0x3e, 0xb2, 0x7a, 0x6a, 0x08, 0x73, 0x58, 0x54, 0xf3, 0x2d, 0x61, 0x3e, - 0xe9, 0xcf, 0x03, 0xe1, 0xaf, 0x56, 0x37, 0xa0, 0x71, 0x0c, 0x8b, 0x2a, 0x8e, 0xb7, 0x94, 0x38, - 0x9e, 0xf4, 0xe3, 0x38, 0x90, 0xae, 0xdf, 0xa9, 0x6f, 0x77, 0xf1, 0x4f, 0x00, 0x00, 0x00, 0xff, - 0xff, 0x99, 0xa1, 0xcf, 0xd2, 0x2d, 0x05, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/bidding_strategy_error.pb.go b/googleapis/ads/googleads/v0/errors/bidding_strategy_error.pb.go deleted file mode 100644 index 210cbf1127..0000000000 --- a/googleapis/ads/googleads/v0/errors/bidding_strategy_error.pb.go +++ /dev/null @@ -1,130 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/bidding_strategy_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible bidding strategy errors. -type BiddingStrategyErrorEnum_BiddingStrategyError int32 - -const ( - // Enum unspecified. - BiddingStrategyErrorEnum_UNSPECIFIED BiddingStrategyErrorEnum_BiddingStrategyError = 0 - // The received error code is not known in this version. - BiddingStrategyErrorEnum_UNKNOWN BiddingStrategyErrorEnum_BiddingStrategyError = 1 - // Each bidding strategy must have a unique name. - BiddingStrategyErrorEnum_DUPLICATE_NAME BiddingStrategyErrorEnum_BiddingStrategyError = 2 - // Bidding strategy type is immutable. - BiddingStrategyErrorEnum_CANNOT_CHANGE_BIDDING_STRATEGY_TYPE BiddingStrategyErrorEnum_BiddingStrategyError = 3 - // Only bidding strategies not linked to campaigns, adgroups or adgroup - // criteria can be removed. - BiddingStrategyErrorEnum_CANNOT_REMOVE_ASSOCIATED_STRATEGY BiddingStrategyErrorEnum_BiddingStrategyError = 4 - // The specified bidding strategy is not supported. - BiddingStrategyErrorEnum_BIDDING_STRATEGY_NOT_SUPPORTED BiddingStrategyErrorEnum_BiddingStrategyError = 5 -) - -var BiddingStrategyErrorEnum_BiddingStrategyError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "DUPLICATE_NAME", - 3: "CANNOT_CHANGE_BIDDING_STRATEGY_TYPE", - 4: "CANNOT_REMOVE_ASSOCIATED_STRATEGY", - 5: "BIDDING_STRATEGY_NOT_SUPPORTED", -} -var BiddingStrategyErrorEnum_BiddingStrategyError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "DUPLICATE_NAME": 2, - "CANNOT_CHANGE_BIDDING_STRATEGY_TYPE": 3, - "CANNOT_REMOVE_ASSOCIATED_STRATEGY": 4, - "BIDDING_STRATEGY_NOT_SUPPORTED": 5, -} - -func (x BiddingStrategyErrorEnum_BiddingStrategyError) String() string { - return proto.EnumName(BiddingStrategyErrorEnum_BiddingStrategyError_name, int32(x)) -} -func (BiddingStrategyErrorEnum_BiddingStrategyError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_error_f4e13553b8ef4b8e, []int{0, 0} -} - -// Container for enum describing possible bidding strategy errors. -type BiddingStrategyErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BiddingStrategyErrorEnum) Reset() { *m = BiddingStrategyErrorEnum{} } -func (m *BiddingStrategyErrorEnum) String() string { return proto.CompactTextString(m) } -func (*BiddingStrategyErrorEnum) ProtoMessage() {} -func (*BiddingStrategyErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_error_f4e13553b8ef4b8e, []int{0} -} -func (m *BiddingStrategyErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BiddingStrategyErrorEnum.Unmarshal(m, b) -} -func (m *BiddingStrategyErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BiddingStrategyErrorEnum.Marshal(b, m, deterministic) -} -func (dst *BiddingStrategyErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_BiddingStrategyErrorEnum.Merge(dst, src) -} -func (m *BiddingStrategyErrorEnum) XXX_Size() int { - return xxx_messageInfo_BiddingStrategyErrorEnum.Size(m) -} -func (m *BiddingStrategyErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_BiddingStrategyErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_BiddingStrategyErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*BiddingStrategyErrorEnum)(nil), "google.ads.googleads.v0.errors.BiddingStrategyErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.BiddingStrategyErrorEnum_BiddingStrategyError", BiddingStrategyErrorEnum_BiddingStrategyError_name, BiddingStrategyErrorEnum_BiddingStrategyError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/bidding_strategy_error.proto", fileDescriptor_bidding_strategy_error_f4e13553b8ef4b8e) -} - -var fileDescriptor_bidding_strategy_error_f4e13553b8ef4b8e = []byte{ - // 370 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x4f, 0x8a, 0xdb, 0x30, - 0x14, 0xc6, 0x6b, 0xa7, 0x7f, 0x40, 0x81, 0xd6, 0x88, 0x2e, 0xda, 0x4d, 0xa0, 0x2e, 0xa5, 0x3b, - 0xd9, 0xd0, 0x9d, 0xb2, 0x92, 0x6d, 0xd5, 0x35, 0x6d, 0x64, 0x13, 0xff, 0x29, 0x29, 0x06, 0xe1, - 0xd4, 0x46, 0x04, 0x12, 0x2b, 0x58, 0x69, 0xa0, 0xd7, 0xe9, 0xb2, 0x67, 0x98, 0x13, 0xcc, 0x0d, - 0xe6, 0x0a, 0xb3, 0x9e, 0x03, 0x0c, 0xb6, 0x12, 0x6f, 0x26, 0x33, 0x2b, 0x7d, 0xbc, 0xf7, 0xfb, - 0x9e, 0xa4, 0xef, 0x81, 0xb9, 0x90, 0x52, 0x6c, 0x1b, 0xa7, 0xaa, 0x95, 0xa3, 0x65, 0xaf, 0x8e, - 0xae, 0xd3, 0x74, 0x9d, 0xec, 0x94, 0xb3, 0xde, 0xd4, 0xf5, 0xa6, 0x15, 0x5c, 0x1d, 0xba, 0xea, - 0xd0, 0x88, 0xbf, 0x7c, 0xa8, 0xa3, 0x7d, 0x27, 0x0f, 0x12, 0xce, 0xb4, 0x03, 0x55, 0xb5, 0x42, - 0xa3, 0x19, 0x1d, 0x5d, 0xa4, 0xcd, 0xf6, 0x8d, 0x01, 0xde, 0x79, 0x7a, 0x40, 0x7a, 0xf2, 0xd3, - 0xbe, 0x43, 0xdb, 0x3f, 0x3b, 0xfb, 0xca, 0x00, 0x6f, 0x2f, 0x35, 0xe1, 0x1b, 0x30, 0xcd, 0x59, - 0x9a, 0x50, 0x3f, 0xfa, 0x1a, 0xd1, 0xc0, 0x7a, 0x06, 0xa7, 0xe0, 0x55, 0xce, 0xbe, 0xb3, 0xf8, - 0x27, 0xb3, 0x0c, 0x08, 0xc1, 0xeb, 0x20, 0x4f, 0x7e, 0x44, 0x3e, 0xc9, 0x28, 0x67, 0x64, 0x41, - 0x2d, 0x13, 0x7e, 0x06, 0x1f, 0x7d, 0xc2, 0x58, 0x9c, 0x71, 0xff, 0x1b, 0x61, 0x21, 0xe5, 0x5e, - 0x14, 0x04, 0x11, 0x0b, 0x79, 0x9a, 0x2d, 0x49, 0x46, 0xc3, 0x15, 0xcf, 0x56, 0x09, 0xb5, 0x26, - 0xf0, 0x13, 0xf8, 0x70, 0x02, 0x97, 0x74, 0x11, 0x17, 0x94, 0x93, 0x34, 0x8d, 0xfd, 0x88, 0x64, - 0x34, 0x18, 0x59, 0xeb, 0x39, 0xb4, 0xc1, 0xec, 0xc1, 0x84, 0xde, 0x94, 0xe6, 0x49, 0x12, 0x2f, - 0x33, 0x1a, 0x58, 0x2f, 0xbc, 0x3b, 0x03, 0xd8, 0xbf, 0xe5, 0x0e, 0x3d, 0x1d, 0x81, 0xf7, 0xfe, - 0xd2, 0x17, 0x93, 0x3e, 0xbd, 0xc4, 0xf8, 0x15, 0x9c, 0xcc, 0x42, 0x6e, 0xab, 0x56, 0x20, 0xd9, - 0x09, 0x47, 0x34, 0xed, 0x90, 0xed, 0x79, 0x19, 0xfb, 0x8d, 0x7a, 0x6c, 0x37, 0x73, 0x7d, 0xfc, - 0x33, 0x27, 0x21, 0x21, 0xff, 0xcd, 0x59, 0xa8, 0x87, 0x91, 0x5a, 0x21, 0x2d, 0x7b, 0x55, 0xb8, - 0x68, 0xb8, 0x52, 0x5d, 0x9f, 0x81, 0x92, 0xd4, 0xaa, 0x1c, 0x81, 0xb2, 0x70, 0x4b, 0x0d, 0xdc, - 0x9a, 0xb6, 0xae, 0x62, 0x4c, 0x6a, 0x85, 0xf1, 0x88, 0x60, 0x5c, 0xb8, 0x18, 0x6b, 0x68, 0xfd, - 0x72, 0x78, 0xdd, 0x97, 0xfb, 0x00, 0x00, 0x00, 0xff, 0xff, 0x10, 0xa8, 0x2f, 0x13, 0x38, 0x02, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/billing_setup_error.pb.go b/googleapis/ads/googleads/v0/errors/billing_setup_error.pb.go deleted file mode 100644 index debc72f2c8..0000000000 --- a/googleapis/ads/googleads/v0/errors/billing_setup_error.pb.go +++ /dev/null @@ -1,196 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/billing_setup_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible billing setup errors. -type BillingSetupErrorEnum_BillingSetupError int32 - -const ( - // Enum unspecified. - BillingSetupErrorEnum_UNSPECIFIED BillingSetupErrorEnum_BillingSetupError = 0 - // The received error code is not known in this version. - BillingSetupErrorEnum_UNKNOWN BillingSetupErrorEnum_BillingSetupError = 1 - // Cannot use both an existing Payments account and a new Payments account - // when setting up billing. - BillingSetupErrorEnum_CANNOT_USE_EXISTING_AND_NEW_ACCOUNT BillingSetupErrorEnum_BillingSetupError = 2 - // Cannot cancel an APPROVED billing setup whose start time has passed. - BillingSetupErrorEnum_CANNOT_REMOVE_STARTED_BILLING_SETUP BillingSetupErrorEnum_BillingSetupError = 3 - // Cannot perform a Change of Bill-To (CBT) to the same Payments account. - BillingSetupErrorEnum_CANNOT_CHANGE_BILLING_TO_SAME_PAYMENTS_ACCOUNT BillingSetupErrorEnum_BillingSetupError = 4 - // Billing Setups can only be used by customers with ENABLED or DRAFT - // status. - BillingSetupErrorEnum_BILLING_SETUP_NOT_PERMITTED_FOR_CUSTOMER_STATUS BillingSetupErrorEnum_BillingSetupError = 5 - // Billing Setups must either include a correctly formatted existing - // Payments account id, or a non-empty new Payments account name. - BillingSetupErrorEnum_INVALID_PAYMENTS_ACCOUNT BillingSetupErrorEnum_BillingSetupError = 6 - // Only billable and third party customers can create billing setups. - BillingSetupErrorEnum_BILLING_SETUP_NOT_PERMITTED_FOR_CUSTOMER_CATEGORY BillingSetupErrorEnum_BillingSetupError = 7 - // Billing Setup creations can only use NOW for start time type. - BillingSetupErrorEnum_INVALID_START_TIME_TYPE BillingSetupErrorEnum_BillingSetupError = 8 - // Billing Setups can only be created for a third party customer if they do - // not already have a setup. - BillingSetupErrorEnum_THIRD_PARTY_ALREADY_HAS_BILLING BillingSetupErrorEnum_BillingSetupError = 9 - // Billing Setups cannot be created if there is already a pending billing in - // progress, ie. a billing known to Payments. - BillingSetupErrorEnum_BILLING_SETUP_IN_PROGRESS BillingSetupErrorEnum_BillingSetupError = 10 - // Billing Setups can only be created by customers who have permission to - // setup billings. Users can contact a representative for help setting up - // permissions. - BillingSetupErrorEnum_NO_SIGNUP_PERMISSION BillingSetupErrorEnum_BillingSetupError = 11 - // Billing Setups cannot be created if there is already a future-approved - // billing. - BillingSetupErrorEnum_CHANGE_OF_BILL_TO_IN_PROGRESS BillingSetupErrorEnum_BillingSetupError = 12 - // Billing Setup creation failed because Payments could not find the - // requested Payments profile. - BillingSetupErrorEnum_PAYMENTS_PROFILE_NOT_FOUND BillingSetupErrorEnum_BillingSetupError = 13 - // Billing Setup creation failed because Payments could not find the - // requested Payments account. - BillingSetupErrorEnum_PAYMENTS_ACCOUNT_NOT_FOUND BillingSetupErrorEnum_BillingSetupError = 14 - // Billing Setup creation failed because Payments considers requested - // Payments profile ineligible. - BillingSetupErrorEnum_PAYMENTS_PROFILE_INELIGIBLE BillingSetupErrorEnum_BillingSetupError = 15 - // Billing Setup creation failed because Payments considers requested - // Payments account ineligible. - BillingSetupErrorEnum_PAYMENTS_ACCOUNT_INELIGIBLE BillingSetupErrorEnum_BillingSetupError = 16 -) - -var BillingSetupErrorEnum_BillingSetupError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CANNOT_USE_EXISTING_AND_NEW_ACCOUNT", - 3: "CANNOT_REMOVE_STARTED_BILLING_SETUP", - 4: "CANNOT_CHANGE_BILLING_TO_SAME_PAYMENTS_ACCOUNT", - 5: "BILLING_SETUP_NOT_PERMITTED_FOR_CUSTOMER_STATUS", - 6: "INVALID_PAYMENTS_ACCOUNT", - 7: "BILLING_SETUP_NOT_PERMITTED_FOR_CUSTOMER_CATEGORY", - 8: "INVALID_START_TIME_TYPE", - 9: "THIRD_PARTY_ALREADY_HAS_BILLING", - 10: "BILLING_SETUP_IN_PROGRESS", - 11: "NO_SIGNUP_PERMISSION", - 12: "CHANGE_OF_BILL_TO_IN_PROGRESS", - 13: "PAYMENTS_PROFILE_NOT_FOUND", - 14: "PAYMENTS_ACCOUNT_NOT_FOUND", - 15: "PAYMENTS_PROFILE_INELIGIBLE", - 16: "PAYMENTS_ACCOUNT_INELIGIBLE", -} -var BillingSetupErrorEnum_BillingSetupError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CANNOT_USE_EXISTING_AND_NEW_ACCOUNT": 2, - "CANNOT_REMOVE_STARTED_BILLING_SETUP": 3, - "CANNOT_CHANGE_BILLING_TO_SAME_PAYMENTS_ACCOUNT": 4, - "BILLING_SETUP_NOT_PERMITTED_FOR_CUSTOMER_STATUS": 5, - "INVALID_PAYMENTS_ACCOUNT": 6, - "BILLING_SETUP_NOT_PERMITTED_FOR_CUSTOMER_CATEGORY": 7, - "INVALID_START_TIME_TYPE": 8, - "THIRD_PARTY_ALREADY_HAS_BILLING": 9, - "BILLING_SETUP_IN_PROGRESS": 10, - "NO_SIGNUP_PERMISSION": 11, - "CHANGE_OF_BILL_TO_IN_PROGRESS": 12, - "PAYMENTS_PROFILE_NOT_FOUND": 13, - "PAYMENTS_ACCOUNT_NOT_FOUND": 14, - "PAYMENTS_PROFILE_INELIGIBLE": 15, - "PAYMENTS_ACCOUNT_INELIGIBLE": 16, -} - -func (x BillingSetupErrorEnum_BillingSetupError) String() string { - return proto.EnumName(BillingSetupErrorEnum_BillingSetupError_name, int32(x)) -} -func (BillingSetupErrorEnum_BillingSetupError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_error_05ad9c84a4ab3c10, []int{0, 0} -} - -// Container for enum describing possible billing setup errors. -type BillingSetupErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BillingSetupErrorEnum) Reset() { *m = BillingSetupErrorEnum{} } -func (m *BillingSetupErrorEnum) String() string { return proto.CompactTextString(m) } -func (*BillingSetupErrorEnum) ProtoMessage() {} -func (*BillingSetupErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_error_05ad9c84a4ab3c10, []int{0} -} -func (m *BillingSetupErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BillingSetupErrorEnum.Unmarshal(m, b) -} -func (m *BillingSetupErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BillingSetupErrorEnum.Marshal(b, m, deterministic) -} -func (dst *BillingSetupErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_BillingSetupErrorEnum.Merge(dst, src) -} -func (m *BillingSetupErrorEnum) XXX_Size() int { - return xxx_messageInfo_BillingSetupErrorEnum.Size(m) -} -func (m *BillingSetupErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_BillingSetupErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_BillingSetupErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*BillingSetupErrorEnum)(nil), "google.ads.googleads.v0.errors.BillingSetupErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.BillingSetupErrorEnum_BillingSetupError", BillingSetupErrorEnum_BillingSetupError_name, BillingSetupErrorEnum_BillingSetupError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/billing_setup_error.proto", fileDescriptor_billing_setup_error_05ad9c84a4ab3c10) -} - -var fileDescriptor_billing_setup_error_05ad9c84a4ab3c10 = []byte{ - // 552 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x4f, 0x6f, 0xd3, 0x4c, - 0x10, 0xc6, 0xdf, 0xa6, 0x7d, 0x5b, 0xd8, 0x00, 0x5d, 0x56, 0xfc, 0x29, 0x94, 0xa6, 0x22, 0x3d, - 0x70, 0xb3, 0x03, 0x15, 0x12, 0x32, 0xa7, 0x8d, 0x3d, 0x71, 0x56, 0xd8, 0xbb, 0xd6, 0xee, 0x3a, - 0x25, 0x28, 0xd2, 0x2a, 0x25, 0x91, 0x15, 0x29, 0x8d, 0xa3, 0xb8, 0xed, 0x07, 0xe2, 0xc8, 0x47, - 0xe1, 0x5b, 0x70, 0xe5, 0xc6, 0x99, 0x0b, 0xb2, 0x9d, 0x58, 0x89, 0x22, 0x10, 0x27, 0x8f, 0x66, - 0x7e, 0xcf, 0x33, 0x9e, 0xd1, 0x2c, 0x7a, 0x97, 0xa4, 0x69, 0x32, 0x1d, 0xdb, 0xc3, 0x51, 0x66, - 0x97, 0x61, 0x1e, 0xdd, 0xb6, 0xec, 0xf1, 0x62, 0x91, 0x2e, 0x32, 0xfb, 0x72, 0x32, 0x9d, 0x4e, - 0x66, 0x89, 0xc9, 0xc6, 0xd7, 0x37, 0x73, 0x53, 0x24, 0xad, 0xf9, 0x22, 0xbd, 0x4e, 0x49, 0xa3, - 0xc4, 0xad, 0xe1, 0x28, 0xb3, 0x2a, 0xa5, 0x75, 0xdb, 0xb2, 0x4a, 0x65, 0xf3, 0xd7, 0x1e, 0x7a, - 0xdc, 0x2e, 0xd5, 0x2a, 0x17, 0x43, 0x9e, 0x86, 0xd9, 0xcd, 0x55, 0xf3, 0xfb, 0x1e, 0x7a, 0xb8, - 0x55, 0x21, 0x87, 0xa8, 0x1e, 0x73, 0x15, 0x81, 0xcb, 0x3a, 0x0c, 0x3c, 0xfc, 0x1f, 0xa9, 0xa3, - 0x83, 0x98, 0x7f, 0xe0, 0xe2, 0x82, 0xe3, 0x1d, 0xf2, 0x0a, 0x9d, 0xb9, 0x94, 0x73, 0xa1, 0x4d, - 0xac, 0xc0, 0xc0, 0x47, 0xa6, 0x34, 0xe3, 0xbe, 0xa1, 0xdc, 0x33, 0x1c, 0x2e, 0x0c, 0x75, 0x5d, - 0x11, 0x73, 0x8d, 0x6b, 0x6b, 0xa0, 0x84, 0x50, 0xf4, 0xc0, 0x28, 0x4d, 0xa5, 0x06, 0xcf, 0xb4, - 0x59, 0x10, 0xe4, 0x12, 0x05, 0x3a, 0x8e, 0xf0, 0x2e, 0x79, 0x83, 0xac, 0x25, 0xe8, 0x76, 0x29, - 0xf7, 0xa1, 0x02, 0xb4, 0x30, 0x8a, 0x86, 0x60, 0x22, 0xda, 0x0f, 0x81, 0x6b, 0x55, 0x99, 0xef, - 0x91, 0x73, 0x64, 0x6f, 0xd8, 0x98, 0x5c, 0x1e, 0x81, 0x0c, 0x99, 0xce, 0x5b, 0x74, 0x84, 0x34, - 0x6e, 0xac, 0xb4, 0x08, 0x41, 0xe6, 0x7d, 0x75, 0xac, 0xf0, 0xff, 0xe4, 0x05, 0x3a, 0x62, 0xbc, - 0x47, 0x03, 0xe6, 0x6d, 0x5b, 0xee, 0x93, 0xb7, 0xe8, 0xf5, 0x3f, 0x5b, 0xba, 0x54, 0x83, 0x2f, - 0x64, 0x1f, 0x1f, 0x90, 0x63, 0xf4, 0x74, 0x65, 0x5a, 0x0c, 0x68, 0x34, 0x0b, 0xc1, 0xe8, 0x7e, - 0x04, 0xf8, 0x0e, 0x39, 0x43, 0xa7, 0xba, 0xcb, 0x64, 0xde, 0x4f, 0xea, 0xbe, 0xa1, 0x81, 0x04, - 0xea, 0xf5, 0x4d, 0x97, 0xaa, 0xd5, 0x90, 0xf8, 0x2e, 0x39, 0x41, 0xcf, 0x36, 0x1b, 0x33, 0x6e, - 0x22, 0x29, 0x7c, 0x09, 0x4a, 0x61, 0x44, 0x8e, 0xd0, 0x23, 0x2e, 0x8c, 0x62, 0x3e, 0x8f, 0xa3, - 0xf2, 0x7f, 0x94, 0x62, 0x82, 0xe3, 0x3a, 0x79, 0x89, 0x4e, 0x96, 0x1b, 0x13, 0x9d, 0xc2, 0x2f, - 0xdf, 0xd8, 0xba, 0xf8, 0x1e, 0x69, 0xa0, 0xe7, 0xd5, 0xa8, 0x91, 0x14, 0x1d, 0x16, 0x40, 0x31, - 0x57, 0x47, 0xc4, 0xdc, 0xc3, 0xf7, 0x37, 0xea, 0xcb, 0x55, 0xac, 0xd5, 0x1f, 0x90, 0x53, 0x74, - 0xbc, 0xa5, 0x67, 0x1c, 0x02, 0xe6, 0xb3, 0x76, 0x00, 0xf8, 0x70, 0x03, 0x58, 0x19, 0xac, 0x01, - 0xb8, 0xfd, 0x73, 0x07, 0x35, 0x3f, 0xa7, 0x57, 0xd6, 0xdf, 0x8f, 0xb4, 0xfd, 0x64, 0xeb, 0x0e, - 0xa3, 0xfc, 0xb8, 0xa3, 0x9d, 0x4f, 0xde, 0x52, 0x99, 0xa4, 0xd3, 0xe1, 0x2c, 0xb1, 0xd2, 0x45, - 0x62, 0x27, 0xe3, 0x59, 0x71, 0xfa, 0xab, 0x87, 0x32, 0x9f, 0x64, 0x7f, 0x7a, 0x37, 0xef, 0xcb, - 0xcf, 0x97, 0xda, 0xae, 0x4f, 0xe9, 0xd7, 0x5a, 0xc3, 0x2f, 0xcd, 0xe8, 0x28, 0xb3, 0xca, 0x30, - 0x8f, 0x7a, 0x2d, 0xab, 0x68, 0x99, 0x7d, 0x5b, 0x01, 0x03, 0x3a, 0xca, 0x06, 0x15, 0x30, 0xe8, - 0xb5, 0x06, 0x25, 0xf0, 0xa3, 0xd6, 0x2c, 0xb3, 0x8e, 0x43, 0x47, 0x99, 0xe3, 0x54, 0x88, 0xe3, - 0xf4, 0x5a, 0x8e, 0x53, 0x42, 0x97, 0xfb, 0xc5, 0xdf, 0x9d, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, - 0x44, 0x6b, 0x9a, 0xae, 0xd4, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/campaign_budget_error.pb.go b/googleapis/ads/googleads/v0/errors/campaign_budget_error.pb.go deleted file mode 100644 index f61e19f7f7..0000000000 --- a/googleapis/ads/googleads/v0/errors/campaign_budget_error.pb.go +++ /dev/null @@ -1,190 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/campaign_budget_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible campaign budget errors. -type CampaignBudgetErrorEnum_CampaignBudgetError int32 - -const ( - // Enum unspecified. - CampaignBudgetErrorEnum_UNSPECIFIED CampaignBudgetErrorEnum_CampaignBudgetError = 0 - // The received error code is not known in this version. - CampaignBudgetErrorEnum_UNKNOWN CampaignBudgetErrorEnum_CampaignBudgetError = 1 - // The campaign budget cannot be shared. - CampaignBudgetErrorEnum_CAMPAIGN_BUDGET_CANNOT_BE_SHARED CampaignBudgetErrorEnum_CampaignBudgetError = 17 - // The requested campaign budget no longer exists. - CampaignBudgetErrorEnum_CAMPAIGN_BUDGET_REMOVED CampaignBudgetErrorEnum_CampaignBudgetError = 2 - // The campaign budget is associated with at least one campaign, and so the - // campaign budget cannot be removed. - CampaignBudgetErrorEnum_CAMPAIGN_BUDGET_IN_USE CampaignBudgetErrorEnum_CampaignBudgetError = 3 - // Customer is not whitelisted for this campaign budget period. - CampaignBudgetErrorEnum_CAMPAIGN_BUDGET_PERIOD_NOT_AVAILABLE CampaignBudgetErrorEnum_CampaignBudgetError = 4 - // This field is not mutable on implicitly shared campaign budgets - CampaignBudgetErrorEnum_CANNOT_MODIFY_FIELD_OF_IMPLICITLY_SHARED_CAMPAIGN_BUDGET CampaignBudgetErrorEnum_CampaignBudgetError = 6 - // Cannot change explicitly shared campaign budgets back to implicitly - // shared ones. - CampaignBudgetErrorEnum_CANNOT_UPDATE_CAMPAIGN_BUDGET_TO_IMPLICITLY_SHARED CampaignBudgetErrorEnum_CampaignBudgetError = 7 - // An implicit campaign budget without a name cannot be changed to - // explicitly shared campaign budget. - CampaignBudgetErrorEnum_CANNOT_UPDATE_CAMPAIGN_BUDGET_TO_EXPLICITLY_SHARED_WITHOUT_NAME CampaignBudgetErrorEnum_CampaignBudgetError = 8 - // Cannot change an implicitly shared campaign budget to an explicitly - // shared one. - CampaignBudgetErrorEnum_CANNOT_UPDATE_CAMPAIGN_BUDGET_TO_EXPLICITLY_SHARED CampaignBudgetErrorEnum_CampaignBudgetError = 9 - // Only explicitly shared campaign budgets can be used with multiple - // campaigns. - CampaignBudgetErrorEnum_CANNOT_USE_IMPLICITLY_SHARED_CAMPAIGN_BUDGET_WITH_MULTIPLE_CAMPAIGNS CampaignBudgetErrorEnum_CampaignBudgetError = 10 - // A campaign budget with this name already exists. - CampaignBudgetErrorEnum_DUPLICATE_NAME CampaignBudgetErrorEnum_CampaignBudgetError = 11 - // A money amount was not in the expected currency. - CampaignBudgetErrorEnum_MONEY_AMOUNT_IN_WRONG_CURRENCY CampaignBudgetErrorEnum_CampaignBudgetError = 12 - // A money amount was less than the minimum CPC for currency. - CampaignBudgetErrorEnum_MONEY_AMOUNT_LESS_THAN_CURRENCY_MINIMUM_CPC CampaignBudgetErrorEnum_CampaignBudgetError = 13 - // A money amount was greater than the maximum allowed. - CampaignBudgetErrorEnum_MONEY_AMOUNT_TOO_LARGE CampaignBudgetErrorEnum_CampaignBudgetError = 14 - // A money amount was negative. - CampaignBudgetErrorEnum_NEGATIVE_MONEY_AMOUNT CampaignBudgetErrorEnum_CampaignBudgetError = 15 - // A money amount was not a multiple of a minimum unit. - CampaignBudgetErrorEnum_NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT CampaignBudgetErrorEnum_CampaignBudgetError = 16 -) - -var CampaignBudgetErrorEnum_CampaignBudgetError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 17: "CAMPAIGN_BUDGET_CANNOT_BE_SHARED", - 2: "CAMPAIGN_BUDGET_REMOVED", - 3: "CAMPAIGN_BUDGET_IN_USE", - 4: "CAMPAIGN_BUDGET_PERIOD_NOT_AVAILABLE", - 6: "CANNOT_MODIFY_FIELD_OF_IMPLICITLY_SHARED_CAMPAIGN_BUDGET", - 7: "CANNOT_UPDATE_CAMPAIGN_BUDGET_TO_IMPLICITLY_SHARED", - 8: "CANNOT_UPDATE_CAMPAIGN_BUDGET_TO_EXPLICITLY_SHARED_WITHOUT_NAME", - 9: "CANNOT_UPDATE_CAMPAIGN_BUDGET_TO_EXPLICITLY_SHARED", - 10: "CANNOT_USE_IMPLICITLY_SHARED_CAMPAIGN_BUDGET_WITH_MULTIPLE_CAMPAIGNS", - 11: "DUPLICATE_NAME", - 12: "MONEY_AMOUNT_IN_WRONG_CURRENCY", - 13: "MONEY_AMOUNT_LESS_THAN_CURRENCY_MINIMUM_CPC", - 14: "MONEY_AMOUNT_TOO_LARGE", - 15: "NEGATIVE_MONEY_AMOUNT", - 16: "NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT", -} -var CampaignBudgetErrorEnum_CampaignBudgetError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CAMPAIGN_BUDGET_CANNOT_BE_SHARED": 17, - "CAMPAIGN_BUDGET_REMOVED": 2, - "CAMPAIGN_BUDGET_IN_USE": 3, - "CAMPAIGN_BUDGET_PERIOD_NOT_AVAILABLE": 4, - "CANNOT_MODIFY_FIELD_OF_IMPLICITLY_SHARED_CAMPAIGN_BUDGET": 6, - "CANNOT_UPDATE_CAMPAIGN_BUDGET_TO_IMPLICITLY_SHARED": 7, - "CANNOT_UPDATE_CAMPAIGN_BUDGET_TO_EXPLICITLY_SHARED_WITHOUT_NAME": 8, - "CANNOT_UPDATE_CAMPAIGN_BUDGET_TO_EXPLICITLY_SHARED": 9, - "CANNOT_USE_IMPLICITLY_SHARED_CAMPAIGN_BUDGET_WITH_MULTIPLE_CAMPAIGNS": 10, - "DUPLICATE_NAME": 11, - "MONEY_AMOUNT_IN_WRONG_CURRENCY": 12, - "MONEY_AMOUNT_LESS_THAN_CURRENCY_MINIMUM_CPC": 13, - "MONEY_AMOUNT_TOO_LARGE": 14, - "NEGATIVE_MONEY_AMOUNT": 15, - "NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT": 16, -} - -func (x CampaignBudgetErrorEnum_CampaignBudgetError) String() string { - return proto.EnumName(CampaignBudgetErrorEnum_CampaignBudgetError_name, int32(x)) -} -func (CampaignBudgetErrorEnum_CampaignBudgetError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_budget_error_bd6f2da7a0e2e4e6, []int{0, 0} -} - -// Container for enum describing possible campaign budget errors. -type CampaignBudgetErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignBudgetErrorEnum) Reset() { *m = CampaignBudgetErrorEnum{} } -func (m *CampaignBudgetErrorEnum) String() string { return proto.CompactTextString(m) } -func (*CampaignBudgetErrorEnum) ProtoMessage() {} -func (*CampaignBudgetErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_budget_error_bd6f2da7a0e2e4e6, []int{0} -} -func (m *CampaignBudgetErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignBudgetErrorEnum.Unmarshal(m, b) -} -func (m *CampaignBudgetErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignBudgetErrorEnum.Marshal(b, m, deterministic) -} -func (dst *CampaignBudgetErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignBudgetErrorEnum.Merge(dst, src) -} -func (m *CampaignBudgetErrorEnum) XXX_Size() int { - return xxx_messageInfo_CampaignBudgetErrorEnum.Size(m) -} -func (m *CampaignBudgetErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignBudgetErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignBudgetErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CampaignBudgetErrorEnum)(nil), "google.ads.googleads.v0.errors.CampaignBudgetErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.CampaignBudgetErrorEnum_CampaignBudgetError", CampaignBudgetErrorEnum_CampaignBudgetError_name, CampaignBudgetErrorEnum_CampaignBudgetError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/campaign_budget_error.proto", fileDescriptor_campaign_budget_error_bd6f2da7a0e2e4e6) -} - -var fileDescriptor_campaign_budget_error_bd6f2da7a0e2e4e6 = []byte{ - // 565 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x5d, 0x6b, 0xd4, 0x4e, - 0x14, 0xc6, 0xff, 0xdd, 0xfe, 0xdb, 0xea, 0x54, 0xdb, 0x71, 0x44, 0xeb, 0x0b, 0x14, 0x59, 0x2a, - 0x28, 0x42, 0xb2, 0x28, 0x88, 0x44, 0x41, 0x26, 0xc9, 0xd9, 0xec, 0x60, 0x32, 0x13, 0x92, 0x99, - 0xd4, 0x95, 0x85, 0x61, 0xdb, 0x2c, 0xa1, 0xd0, 0x6e, 0x96, 0x4d, 0xdb, 0x0f, 0xe4, 0xa5, 0x9f, - 0xc3, 0x2b, 0x3f, 0x85, 0xd7, 0xde, 0xfa, 0x05, 0x24, 0xc9, 0xbe, 0xd8, 0xb4, 0x5a, 0xaf, 0x72, - 0x98, 0xf3, 0xfc, 0xce, 0x73, 0xc2, 0xcc, 0x83, 0xac, 0x2c, 0xcf, 0xb3, 0xe3, 0x91, 0x39, 0x4c, - 0x0b, 0xb3, 0x2e, 0xcb, 0xea, 0xbc, 0x63, 0x8e, 0xa6, 0xd3, 0x7c, 0x5a, 0x98, 0x87, 0xc3, 0x93, - 0xc9, 0xf0, 0x28, 0x1b, 0xeb, 0x83, 0xb3, 0x34, 0x1b, 0x9d, 0xea, 0xea, 0xd8, 0x98, 0x4c, 0xf3, - 0xd3, 0x9c, 0xec, 0xd6, 0x80, 0x31, 0x4c, 0x0b, 0x63, 0xc1, 0x1a, 0xe7, 0x1d, 0xa3, 0x66, 0xdb, - 0xdf, 0xd7, 0xd0, 0x8e, 0x33, 0xe3, 0xed, 0x0a, 0x87, 0xb2, 0x01, 0xe3, 0xb3, 0x93, 0xf6, 0xd7, - 0x35, 0x74, 0xf7, 0x8a, 0x1e, 0xd9, 0x46, 0x9b, 0x8a, 0xc7, 0x21, 0x38, 0xac, 0xcb, 0xc0, 0xc5, - 0xff, 0x91, 0x4d, 0xb4, 0xa1, 0xf8, 0x07, 0x2e, 0xf6, 0x39, 0x5e, 0x21, 0x7b, 0xe8, 0x89, 0x43, - 0x83, 0x90, 0x32, 0x8f, 0x6b, 0x5b, 0xb9, 0x1e, 0x48, 0xed, 0x50, 0xce, 0x85, 0xd4, 0x36, 0xe8, - 0xb8, 0x47, 0x23, 0x70, 0xf1, 0x1d, 0xf2, 0x18, 0xed, 0x34, 0x55, 0x11, 0x04, 0x22, 0x01, 0x17, - 0xb7, 0xc8, 0x23, 0x74, 0xbf, 0xd9, 0x64, 0x5c, 0xab, 0x18, 0xf0, 0x2a, 0x79, 0x86, 0xf6, 0x9a, - 0xbd, 0x10, 0x22, 0x26, 0x5c, 0x5d, 0x5a, 0xd0, 0x84, 0x32, 0x9f, 0xda, 0x3e, 0xe0, 0xff, 0xc9, - 0x3b, 0xf4, 0x66, 0x66, 0x1c, 0x08, 0x97, 0x75, 0xfb, 0xba, 0xcb, 0xc0, 0x77, 0xb5, 0xe8, 0x6a, - 0x16, 0x84, 0x3e, 0x73, 0x98, 0xf4, 0xfb, 0xb3, 0x85, 0x74, 0x63, 0x24, 0x5e, 0x27, 0xaf, 0xd1, - 0xcb, 0x19, 0xad, 0x42, 0x97, 0x4a, 0x68, 0x4a, 0xb4, 0x14, 0x97, 0xe7, 0xe0, 0x0d, 0xe2, 0xa0, - 0xf7, 0xd7, 0x72, 0xf0, 0xb1, 0xe9, 0xbf, 0xcf, 0x64, 0x4f, 0x28, 0xa9, 0x39, 0x0d, 0x00, 0xdf, - 0xf8, 0x27, 0xf3, 0x4b, 0x43, 0xf0, 0x4d, 0xd2, 0x43, 0xee, 0x9c, 0x8b, 0xe1, 0xfa, 0xdf, 0xac, - 0x6c, 0x75, 0xa0, 0x7c, 0xc9, 0x42, 0x7f, 0x69, 0x12, 0x63, 0x44, 0x08, 0xda, 0x72, 0x55, 0x89, - 0x97, 0xee, 0xd5, 0x56, 0x9b, 0xa4, 0x8d, 0x76, 0x03, 0xc1, 0xa1, 0xaf, 0x69, 0x20, 0x14, 0xaf, - 0xee, 0x64, 0x3f, 0x12, 0xdc, 0xd3, 0x8e, 0x8a, 0x22, 0xe0, 0x4e, 0x1f, 0xdf, 0x22, 0x26, 0x7a, - 0x71, 0x41, 0xe3, 0x43, 0x1c, 0x6b, 0xd9, 0xa3, 0x7c, 0x21, 0xd2, 0x01, 0xe3, 0x2c, 0x50, 0x81, - 0x76, 0x42, 0x07, 0xdf, 0x2e, 0xef, 0xfa, 0x02, 0x20, 0x85, 0xd0, 0x3e, 0x8d, 0x3c, 0xc0, 0x5b, - 0xe4, 0x21, 0xba, 0xc7, 0xc1, 0xa3, 0x92, 0x25, 0xa0, 0x7f, 0x17, 0xe1, 0x6d, 0xf2, 0x1c, 0x3d, - 0xe5, 0x82, 0x2f, 0x77, 0x17, 0xdd, 0xe5, 0xdc, 0xb9, 0x91, 0xe2, 0x4c, 0x62, 0x6c, 0xff, 0x5c, - 0x41, 0xed, 0xc3, 0xfc, 0xc4, 0xf8, 0x7b, 0x12, 0xec, 0x07, 0x57, 0x3c, 0xf5, 0xb0, 0xcc, 0x50, - 0xb8, 0xf2, 0xc9, 0x9d, 0xb1, 0x59, 0x7e, 0x3c, 0x1c, 0x67, 0x46, 0x3e, 0xcd, 0xcc, 0x6c, 0x34, - 0xae, 0x12, 0x36, 0x4f, 0xe4, 0xe4, 0xa8, 0xf8, 0x53, 0x40, 0xdf, 0xd6, 0x9f, 0xcf, 0xad, 0x55, - 0x8f, 0xd2, 0x2f, 0xad, 0x5d, 0xaf, 0x1e, 0x46, 0xd3, 0xc2, 0xa8, 0xcb, 0xb2, 0x4a, 0x3a, 0x46, - 0x65, 0x59, 0x7c, 0x9b, 0x0b, 0x06, 0x34, 0x2d, 0x06, 0x0b, 0xc1, 0x20, 0xe9, 0x0c, 0x6a, 0xc1, - 0x8f, 0x56, 0xbb, 0x3e, 0xb5, 0x2c, 0x9a, 0x16, 0x96, 0xb5, 0x90, 0x58, 0x56, 0xd2, 0xb1, 0xac, - 0x5a, 0x74, 0xb0, 0x5e, 0x6d, 0xf7, 0xea, 0x57, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe4, 0xea, 0x91, - 0x8a, 0x3d, 0x04, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/campaign_criterion_error.pb.go b/googleapis/ads/googleads/v0/errors/campaign_criterion_error.pb.go deleted file mode 100644 index 01f5466c1c..0000000000 --- a/googleapis/ads/googleads/v0/errors/campaign_criterion_error.pb.go +++ /dev/null @@ -1,169 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/campaign_criterion_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible campaign criterion errors. -type CampaignCriterionErrorEnum_CampaignCriterionError int32 - -const ( - // Enum unspecified. - CampaignCriterionErrorEnum_UNSPECIFIED CampaignCriterionErrorEnum_CampaignCriterionError = 0 - // The received error code is not known in this version. - CampaignCriterionErrorEnum_UNKNOWN CampaignCriterionErrorEnum_CampaignCriterionError = 1 - // Concrete type of criterion (keyword v.s. placement) is required for - // CREATE and UPDATE operations. - CampaignCriterionErrorEnum_CONCRETE_TYPE_REQUIRED CampaignCriterionErrorEnum_CampaignCriterionError = 2 - // Invalid placement URL. - CampaignCriterionErrorEnum_INVALID_PLACEMENT_URL CampaignCriterionErrorEnum_CampaignCriterionError = 3 - // Criteria type can not be excluded for the campaign by the customer. like - // AOL account type cannot target site type criteria - CampaignCriterionErrorEnum_CANNOT_EXCLUDE_CRITERIA_TYPE CampaignCriterionErrorEnum_CampaignCriterionError = 4 - // Cannot set the campaign criterion status for this criteria type. - CampaignCriterionErrorEnum_CANNOT_SET_STATUS_FOR_CRITERIA_TYPE CampaignCriterionErrorEnum_CampaignCriterionError = 5 - // Cannot set the campaign criterion status for an excluded criteria. - CampaignCriterionErrorEnum_CANNOT_SET_STATUS_FOR_EXCLUDED_CRITERIA CampaignCriterionErrorEnum_CampaignCriterionError = 6 - // Cannot target and exclude the same criterion. - CampaignCriterionErrorEnum_CANNOT_TARGET_AND_EXCLUDE CampaignCriterionErrorEnum_CampaignCriterionError = 7 - // The mutate contained too many operations. - CampaignCriterionErrorEnum_TOO_MANY_OPERATIONS CampaignCriterionErrorEnum_CampaignCriterionError = 8 - // This operator cannot be applied to a criterion of this type. - CampaignCriterionErrorEnum_OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE CampaignCriterionErrorEnum_CampaignCriterionError = 9 - // The Shopping campaign sales country is not supported for - // ProductSalesChannel targeting. - CampaignCriterionErrorEnum_SHOPPING_CAMPAIGN_SALES_COUNTRY_NOT_SUPPORTED_FOR_SALES_CHANNEL CampaignCriterionErrorEnum_CampaignCriterionError = 10 - // The existing field can't be updated with CREATE operation. It can be - // updated with UPDATE operation only. - CampaignCriterionErrorEnum_CANNOT_ADD_EXISTING_FIELD CampaignCriterionErrorEnum_CampaignCriterionError = 11 - // Negative criteria are immutable, so updates are not allowed. - CampaignCriterionErrorEnum_CANNOT_UPDATE_NEGATIVE_CRITERION CampaignCriterionErrorEnum_CampaignCriterionError = 12 -) - -var CampaignCriterionErrorEnum_CampaignCriterionError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CONCRETE_TYPE_REQUIRED", - 3: "INVALID_PLACEMENT_URL", - 4: "CANNOT_EXCLUDE_CRITERIA_TYPE", - 5: "CANNOT_SET_STATUS_FOR_CRITERIA_TYPE", - 6: "CANNOT_SET_STATUS_FOR_EXCLUDED_CRITERIA", - 7: "CANNOT_TARGET_AND_EXCLUDE", - 8: "TOO_MANY_OPERATIONS", - 9: "OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE", - 10: "SHOPPING_CAMPAIGN_SALES_COUNTRY_NOT_SUPPORTED_FOR_SALES_CHANNEL", - 11: "CANNOT_ADD_EXISTING_FIELD", - 12: "CANNOT_UPDATE_NEGATIVE_CRITERION", -} -var CampaignCriterionErrorEnum_CampaignCriterionError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CONCRETE_TYPE_REQUIRED": 2, - "INVALID_PLACEMENT_URL": 3, - "CANNOT_EXCLUDE_CRITERIA_TYPE": 4, - "CANNOT_SET_STATUS_FOR_CRITERIA_TYPE": 5, - "CANNOT_SET_STATUS_FOR_EXCLUDED_CRITERIA": 6, - "CANNOT_TARGET_AND_EXCLUDE": 7, - "TOO_MANY_OPERATIONS": 8, - "OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE": 9, - "SHOPPING_CAMPAIGN_SALES_COUNTRY_NOT_SUPPORTED_FOR_SALES_CHANNEL": 10, - "CANNOT_ADD_EXISTING_FIELD": 11, - "CANNOT_UPDATE_NEGATIVE_CRITERION": 12, -} - -func (x CampaignCriterionErrorEnum_CampaignCriterionError) String() string { - return proto.EnumName(CampaignCriterionErrorEnum_CampaignCriterionError_name, int32(x)) -} -func (CampaignCriterionErrorEnum_CampaignCriterionError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_criterion_error_bcbc8905a0ff6138, []int{0, 0} -} - -// Container for enum describing possible campaign criterion errors. -type CampaignCriterionErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignCriterionErrorEnum) Reset() { *m = CampaignCriterionErrorEnum{} } -func (m *CampaignCriterionErrorEnum) String() string { return proto.CompactTextString(m) } -func (*CampaignCriterionErrorEnum) ProtoMessage() {} -func (*CampaignCriterionErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_criterion_error_bcbc8905a0ff6138, []int{0} -} -func (m *CampaignCriterionErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignCriterionErrorEnum.Unmarshal(m, b) -} -func (m *CampaignCriterionErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignCriterionErrorEnum.Marshal(b, m, deterministic) -} -func (dst *CampaignCriterionErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignCriterionErrorEnum.Merge(dst, src) -} -func (m *CampaignCriterionErrorEnum) XXX_Size() int { - return xxx_messageInfo_CampaignCriterionErrorEnum.Size(m) -} -func (m *CampaignCriterionErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignCriterionErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignCriterionErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CampaignCriterionErrorEnum)(nil), "google.ads.googleads.v0.errors.CampaignCriterionErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.CampaignCriterionErrorEnum_CampaignCriterionError", CampaignCriterionErrorEnum_CampaignCriterionError_name, CampaignCriterionErrorEnum_CampaignCriterionError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/campaign_criterion_error.proto", fileDescriptor_campaign_criterion_error_bcbc8905a0ff6138) -} - -var fileDescriptor_campaign_criterion_error_bcbc8905a0ff6138 = []byte{ - // 510 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xd1, 0x8a, 0xd3, 0x4e, - 0x14, 0xc6, 0xff, 0x6d, 0xff, 0xee, 0xea, 0x54, 0x30, 0x8c, 0xb8, 0xb2, 0xab, 0x2e, 0x4b, 0x15, - 0x16, 0x11, 0xd3, 0x82, 0x77, 0x11, 0x91, 0xd9, 0x99, 0xd3, 0xec, 0x60, 0x3a, 0x33, 0x4e, 0x26, - 0xd5, 0x4a, 0x61, 0xa8, 0x6d, 0x09, 0x85, 0x6d, 0x53, 0x92, 0x75, 0x1f, 0xc8, 0x4b, 0x1f, 0xc5, - 0x07, 0xf0, 0x21, 0xbc, 0xd7, 0x6b, 0x49, 0x26, 0xad, 0x8b, 0x54, 0xaf, 0x72, 0x92, 0xf3, 0xfb, - 0xbe, 0xf3, 0x41, 0x3e, 0xf4, 0x2a, 0xcd, 0xb2, 0xf4, 0x62, 0xde, 0x9d, 0xcc, 0x8a, 0xae, 0x1b, - 0xcb, 0xe9, 0xaa, 0xd7, 0x9d, 0xe7, 0x79, 0x96, 0x17, 0xdd, 0xe9, 0x64, 0xb9, 0x9e, 0x2c, 0xd2, - 0x95, 0x9d, 0xe6, 0x8b, 0xcb, 0x79, 0xbe, 0xc8, 0x56, 0xb6, 0xda, 0xf8, 0xeb, 0x3c, 0xbb, 0xcc, - 0xf0, 0xb1, 0xd3, 0xf8, 0x93, 0x59, 0xe1, 0x6f, 0xe5, 0xfe, 0x55, 0xcf, 0x77, 0xf2, 0xce, 0x8f, - 0x16, 0x3a, 0xa2, 0xb5, 0x05, 0xdd, 0x38, 0x40, 0xb9, 0x83, 0xd5, 0xa7, 0x65, 0xe7, 0x5b, 0x0b, - 0x1d, 0xec, 0x5e, 0xe3, 0x3b, 0xa8, 0x9d, 0x88, 0x58, 0x01, 0xe5, 0x7d, 0x0e, 0xcc, 0xfb, 0x0f, - 0xb7, 0xd1, 0x7e, 0x22, 0xde, 0x08, 0xf9, 0x4e, 0x78, 0x0d, 0x7c, 0x84, 0x0e, 0xa8, 0x14, 0x54, - 0x83, 0x01, 0x6b, 0x46, 0x0a, 0xac, 0x86, 0xb7, 0x09, 0xd7, 0xc0, 0xbc, 0x26, 0x3e, 0x44, 0xf7, - 0xb8, 0x18, 0x92, 0x88, 0x33, 0xab, 0x22, 0x42, 0x61, 0x00, 0xc2, 0xd8, 0x44, 0x47, 0x5e, 0x0b, - 0x9f, 0xa0, 0x87, 0x94, 0x08, 0x21, 0x8d, 0x85, 0xf7, 0x34, 0x4a, 0x18, 0x58, 0xaa, 0xb9, 0x01, - 0xcd, 0x49, 0xe5, 0xe2, 0xfd, 0x8f, 0x4f, 0xd1, 0xe3, 0x9a, 0x88, 0xc1, 0xd8, 0xd8, 0x10, 0x93, - 0xc4, 0xb6, 0x2f, 0xf5, 0x1f, 0xe0, 0x0d, 0xfc, 0x0c, 0x9d, 0xee, 0x06, 0x6b, 0x67, 0xb6, 0x55, - 0x78, 0x7b, 0xf8, 0x11, 0x3a, 0xac, 0x61, 0x43, 0x74, 0x08, 0xc6, 0x12, 0xc1, 0x36, 0xa0, 0xb7, - 0x8f, 0xef, 0xa3, 0xbb, 0x46, 0x4a, 0x3b, 0x20, 0x62, 0x64, 0xa5, 0x02, 0x4d, 0x0c, 0x97, 0x22, - 0xf6, 0x6e, 0xe2, 0xe7, 0xe8, 0xa9, 0x7b, 0x97, 0xda, 0x56, 0xa7, 0x12, 0xa5, 0xa4, 0x36, 0xc0, - 0xae, 0x47, 0x92, 0xc2, 0x65, 0xba, 0x85, 0x29, 0x7a, 0x1d, 0x9f, 0x4b, 0xa5, 0xb8, 0x08, 0x2d, - 0x25, 0x03, 0x45, 0x78, 0x28, 0x6c, 0x4c, 0x22, 0x88, 0x2d, 0x95, 0x89, 0x30, 0x7a, 0xb4, 0xc3, - 0xa5, 0xde, 0x9f, 0x13, 0x21, 0x20, 0xf2, 0xd0, 0xb5, 0xac, 0x84, 0x95, 0x21, 0x79, 0x6c, 0x4a, - 0xbf, 0x3e, 0x87, 0x88, 0x79, 0x6d, 0xfc, 0x04, 0x9d, 0xd4, 0xeb, 0x44, 0x31, 0x62, 0xc0, 0x0a, - 0x08, 0x89, 0xe1, 0x43, 0xf8, 0x1d, 0xc7, 0xbb, 0x7d, 0xf6, 0xb3, 0x81, 0x3a, 0xd3, 0x6c, 0xe9, - 0xff, 0xbb, 0x1e, 0x67, 0x0f, 0x76, 0xff, 0x7c, 0x55, 0x76, 0x4b, 0x35, 0x3e, 0xb0, 0x5a, 0x9e, - 0x66, 0x17, 0x93, 0x55, 0xea, 0x67, 0x79, 0xda, 0x4d, 0xe7, 0xab, 0xaa, 0x79, 0x9b, 0xb2, 0xae, - 0x17, 0xc5, 0xdf, 0xba, 0xfb, 0xd2, 0x3d, 0x3e, 0x37, 0x5b, 0x21, 0x21, 0x5f, 0x9a, 0xc7, 0xa1, - 0x33, 0x23, 0xb3, 0xc2, 0x77, 0x63, 0x39, 0x0d, 0x7b, 0x7e, 0x75, 0xb2, 0xf8, 0xba, 0x01, 0xc6, - 0x64, 0x56, 0x8c, 0xb7, 0xc0, 0x78, 0xd8, 0x1b, 0x3b, 0xe0, 0x7b, 0xb3, 0xe3, 0xbe, 0x06, 0x01, - 0x99, 0x15, 0x41, 0xb0, 0x45, 0x82, 0x60, 0xd8, 0x0b, 0x02, 0x07, 0x7d, 0xdc, 0xab, 0xd2, 0xbd, - 0xf8, 0x15, 0x00, 0x00, 0xff, 0xff, 0xba, 0xb2, 0x6b, 0x09, 0x58, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/campaign_error.pb.go b/googleapis/ads/googleads/v0/errors/campaign_error.pb.go deleted file mode 100644 index 2b70a8e399..0000000000 --- a/googleapis/ads/googleads/v0/errors/campaign_error.pb.go +++ /dev/null @@ -1,305 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/campaign_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible campaign errors. -type CampaignErrorEnum_CampaignError int32 - -const ( - // Enum unspecified. - CampaignErrorEnum_UNSPECIFIED CampaignErrorEnum_CampaignError = 0 - // The received error code is not known in this version. - CampaignErrorEnum_UNKNOWN CampaignErrorEnum_CampaignError = 1 - // Cannot target content network. - CampaignErrorEnum_CANNOT_TARGET_CONTENT_NETWORK CampaignErrorEnum_CampaignError = 3 - // Cannot target search network. - CampaignErrorEnum_CANNOT_TARGET_SEARCH_NETWORK CampaignErrorEnum_CampaignError = 4 - // Cannot cover search network without google search network. - CampaignErrorEnum_CANNOT_TARGET_SEARCH_NETWORK_WITHOUT_GOOGLE_SEARCH CampaignErrorEnum_CampaignError = 5 - // Cannot target Google Search network for a CPM campaign. - CampaignErrorEnum_CANNOT_TARGET_GOOGLE_SEARCH_FOR_CPM_CAMPAIGN CampaignErrorEnum_CampaignError = 6 - // Must target at least one network. - CampaignErrorEnum_CAMPAIGN_MUST_TARGET_AT_LEAST_ONE_NETWORK CampaignErrorEnum_CampaignError = 7 - // Only some Google partners are allowed to target partner search network. - CampaignErrorEnum_CANNOT_TARGET_PARTNER_SEARCH_NETWORK CampaignErrorEnum_CampaignError = 8 - // Cannot target content network only as campaign has criteria-level bidding - // strategy. - CampaignErrorEnum_CANNOT_TARGET_CONTENT_NETWORK_ONLY_WITH_CRITERIA_LEVEL_BIDDING_STRATEGY CampaignErrorEnum_CampaignError = 9 - // Cannot modify the start or end date such that the campaign duration would - // not contain the durations of all runnable trials. - CampaignErrorEnum_CAMPAIGN_DURATION_MUST_CONTAIN_ALL_RUNNABLE_TRIALS CampaignErrorEnum_CampaignError = 10 - // Cannot modify dates, budget or campaign name of a trial campaign. - CampaignErrorEnum_CANNOT_MODIFY_FOR_TRIAL_CAMPAIGN CampaignErrorEnum_CampaignError = 11 - // Trying to modify the name of an active or paused campaign, where the name - // is already assigned to another active or paused campaign. - CampaignErrorEnum_DUPLICATE_CAMPAIGN_NAME CampaignErrorEnum_CampaignError = 12 - // Two fields are in conflicting modes. - CampaignErrorEnum_INCOMPATIBLE_CAMPAIGN_FIELD CampaignErrorEnum_CampaignError = 13 - // Campaign name cannot be used. - CampaignErrorEnum_INVALID_CAMPAIGN_NAME CampaignErrorEnum_CampaignError = 14 - // Given status is invalid. - CampaignErrorEnum_INVALID_AD_SERVING_OPTIMIZATION_STATUS CampaignErrorEnum_CampaignError = 15 - // Error in the campaign level tracking url. - CampaignErrorEnum_INVALID_TRACKING_URL CampaignErrorEnum_CampaignError = 16 - // Cannot set both tracking url template and tracking setting. An user has - // to clear legacy tracking setting in order to add tracking url template. - CampaignErrorEnum_CANNOT_SET_BOTH_TRACKING_URL_TEMPLATE_AND_TRACKING_SETTING CampaignErrorEnum_CampaignError = 17 - // The maximum number of impressions for Frequency Cap should be an integer - // greater than 0. - CampaignErrorEnum_MAX_IMPRESSIONS_NOT_IN_RANGE CampaignErrorEnum_CampaignError = 18 - // Only the Day, Week and Month time units are supported. - CampaignErrorEnum_TIME_UNIT_NOT_SUPPORTED CampaignErrorEnum_CampaignError = 19 - // Operation not allowed on a campaign whose serving status has ended - CampaignErrorEnum_INVALID_OPERATION_IF_SERVING_STATUS_HAS_ENDED CampaignErrorEnum_CampaignError = 20 - // This budget is exclusively linked to a Campaign that is using experiments - // so it cannot be shared. - CampaignErrorEnum_BUDGET_CANNOT_BE_SHARED CampaignErrorEnum_CampaignError = 21 - // Campaigns using experiments cannot use a shared budget. - CampaignErrorEnum_CAMPAIGN_CANNOT_USE_SHARED_BUDGET CampaignErrorEnum_CampaignError = 22 - // A different budget cannot be assigned to a campaign when there are - // running or scheduled trials. - CampaignErrorEnum_CANNOT_CHANGE_BUDGET_ON_CAMPAIGN_WITH_TRIALS CampaignErrorEnum_CampaignError = 23 - // No link found between the campaign and the label. - CampaignErrorEnum_CAMPAIGN_LABEL_DOES_NOT_EXIST CampaignErrorEnum_CampaignError = 24 - // The label has already been attached to the campaign. - CampaignErrorEnum_CAMPAIGN_LABEL_ALREADY_EXISTS CampaignErrorEnum_CampaignError = 25 - // A ShoppingSetting was not found when creating a shopping campaign. - CampaignErrorEnum_MISSING_SHOPPING_SETTING CampaignErrorEnum_CampaignError = 26 - // The country in shopping setting is not an allowed country. - CampaignErrorEnum_INVALID_SHOPPING_SALES_COUNTRY CampaignErrorEnum_CampaignError = 27 - // A Campaign with channel sub type UNIVERSAL_APP_CAMPAIGN must have a - // UniversalAppCampaignSetting specified. - CampaignErrorEnum_MISSING_UNIVERSAL_APP_CAMPAIGN_SETTING CampaignErrorEnum_CampaignError = 30 - // The requested channel type is not available according to the customer's - // account setting. - CampaignErrorEnum_ADVERTISING_CHANNEL_TYPE_NOT_AVAILABLE_FOR_ACCOUNT_TYPE CampaignErrorEnum_CampaignError = 31 - // The AdvertisingChannelSubType is not a valid subtype of the primary - // channel type. - CampaignErrorEnum_INVALID_ADVERTISING_CHANNEL_SUB_TYPE CampaignErrorEnum_CampaignError = 32 - // At least one conversion must be selected. - CampaignErrorEnum_AT_LEAST_ONE_CONVERSION_MUST_BE_SELECTED CampaignErrorEnum_CampaignError = 33 - // Setting ad rotation mode for a campaign is not allowed. Ad rotation mode - // at campaign is deprecated. - CampaignErrorEnum_CANNOT_SET_AD_ROTATION_MODE CampaignErrorEnum_CampaignError = 34 - // Trying to change start date on a campaign that has started. - CampaignErrorEnum_CANNOT_MODIFY_START_DATE_IF_ALREADY_STARTED CampaignErrorEnum_CampaignError = 35 - // Trying to modify a date into the past. - CampaignErrorEnum_CANNOT_SET_DATE_TO_PAST CampaignErrorEnum_CampaignError = 36 - // Hotel center id in the hotel setting does not match any customer links. - CampaignErrorEnum_MISSING_HOTEL_CUSTOMER_LINK CampaignErrorEnum_CampaignError = 37 - // Hotel center id in the hotel setting must match an active customer link. - CampaignErrorEnum_INVALID_HOTEL_CUSTOMER_LINK CampaignErrorEnum_CampaignError = 38 - // Hotel setting was not found when creating a hotel ads campaign. - CampaignErrorEnum_MISSING_HOTEL_SETTING CampaignErrorEnum_CampaignError = 39 - // A Campaign cannot use shared campaign budgets and be part of a campaign - // group. - CampaignErrorEnum_CANNOT_USE_SHARED_CAMPAIGN_BUDGET_WHILE_PART_OF_CAMPAIGN_GROUP CampaignErrorEnum_CampaignError = 40 -) - -var CampaignErrorEnum_CampaignError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 3: "CANNOT_TARGET_CONTENT_NETWORK", - 4: "CANNOT_TARGET_SEARCH_NETWORK", - 5: "CANNOT_TARGET_SEARCH_NETWORK_WITHOUT_GOOGLE_SEARCH", - 6: "CANNOT_TARGET_GOOGLE_SEARCH_FOR_CPM_CAMPAIGN", - 7: "CAMPAIGN_MUST_TARGET_AT_LEAST_ONE_NETWORK", - 8: "CANNOT_TARGET_PARTNER_SEARCH_NETWORK", - 9: "CANNOT_TARGET_CONTENT_NETWORK_ONLY_WITH_CRITERIA_LEVEL_BIDDING_STRATEGY", - 10: "CAMPAIGN_DURATION_MUST_CONTAIN_ALL_RUNNABLE_TRIALS", - 11: "CANNOT_MODIFY_FOR_TRIAL_CAMPAIGN", - 12: "DUPLICATE_CAMPAIGN_NAME", - 13: "INCOMPATIBLE_CAMPAIGN_FIELD", - 14: "INVALID_CAMPAIGN_NAME", - 15: "INVALID_AD_SERVING_OPTIMIZATION_STATUS", - 16: "INVALID_TRACKING_URL", - 17: "CANNOT_SET_BOTH_TRACKING_URL_TEMPLATE_AND_TRACKING_SETTING", - 18: "MAX_IMPRESSIONS_NOT_IN_RANGE", - 19: "TIME_UNIT_NOT_SUPPORTED", - 20: "INVALID_OPERATION_IF_SERVING_STATUS_HAS_ENDED", - 21: "BUDGET_CANNOT_BE_SHARED", - 22: "CAMPAIGN_CANNOT_USE_SHARED_BUDGET", - 23: "CANNOT_CHANGE_BUDGET_ON_CAMPAIGN_WITH_TRIALS", - 24: "CAMPAIGN_LABEL_DOES_NOT_EXIST", - 25: "CAMPAIGN_LABEL_ALREADY_EXISTS", - 26: "MISSING_SHOPPING_SETTING", - 27: "INVALID_SHOPPING_SALES_COUNTRY", - 30: "MISSING_UNIVERSAL_APP_CAMPAIGN_SETTING", - 31: "ADVERTISING_CHANNEL_TYPE_NOT_AVAILABLE_FOR_ACCOUNT_TYPE", - 32: "INVALID_ADVERTISING_CHANNEL_SUB_TYPE", - 33: "AT_LEAST_ONE_CONVERSION_MUST_BE_SELECTED", - 34: "CANNOT_SET_AD_ROTATION_MODE", - 35: "CANNOT_MODIFY_START_DATE_IF_ALREADY_STARTED", - 36: "CANNOT_SET_DATE_TO_PAST", - 37: "MISSING_HOTEL_CUSTOMER_LINK", - 38: "INVALID_HOTEL_CUSTOMER_LINK", - 39: "MISSING_HOTEL_SETTING", - 40: "CANNOT_USE_SHARED_CAMPAIGN_BUDGET_WHILE_PART_OF_CAMPAIGN_GROUP", -} -var CampaignErrorEnum_CampaignError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CANNOT_TARGET_CONTENT_NETWORK": 3, - "CANNOT_TARGET_SEARCH_NETWORK": 4, - "CANNOT_TARGET_SEARCH_NETWORK_WITHOUT_GOOGLE_SEARCH": 5, - "CANNOT_TARGET_GOOGLE_SEARCH_FOR_CPM_CAMPAIGN": 6, - "CAMPAIGN_MUST_TARGET_AT_LEAST_ONE_NETWORK": 7, - "CANNOT_TARGET_PARTNER_SEARCH_NETWORK": 8, - "CANNOT_TARGET_CONTENT_NETWORK_ONLY_WITH_CRITERIA_LEVEL_BIDDING_STRATEGY": 9, - "CAMPAIGN_DURATION_MUST_CONTAIN_ALL_RUNNABLE_TRIALS": 10, - "CANNOT_MODIFY_FOR_TRIAL_CAMPAIGN": 11, - "DUPLICATE_CAMPAIGN_NAME": 12, - "INCOMPATIBLE_CAMPAIGN_FIELD": 13, - "INVALID_CAMPAIGN_NAME": 14, - "INVALID_AD_SERVING_OPTIMIZATION_STATUS": 15, - "INVALID_TRACKING_URL": 16, - "CANNOT_SET_BOTH_TRACKING_URL_TEMPLATE_AND_TRACKING_SETTING": 17, - "MAX_IMPRESSIONS_NOT_IN_RANGE": 18, - "TIME_UNIT_NOT_SUPPORTED": 19, - "INVALID_OPERATION_IF_SERVING_STATUS_HAS_ENDED": 20, - "BUDGET_CANNOT_BE_SHARED": 21, - "CAMPAIGN_CANNOT_USE_SHARED_BUDGET": 22, - "CANNOT_CHANGE_BUDGET_ON_CAMPAIGN_WITH_TRIALS": 23, - "CAMPAIGN_LABEL_DOES_NOT_EXIST": 24, - "CAMPAIGN_LABEL_ALREADY_EXISTS": 25, - "MISSING_SHOPPING_SETTING": 26, - "INVALID_SHOPPING_SALES_COUNTRY": 27, - "MISSING_UNIVERSAL_APP_CAMPAIGN_SETTING": 30, - "ADVERTISING_CHANNEL_TYPE_NOT_AVAILABLE_FOR_ACCOUNT_TYPE": 31, - "INVALID_ADVERTISING_CHANNEL_SUB_TYPE": 32, - "AT_LEAST_ONE_CONVERSION_MUST_BE_SELECTED": 33, - "CANNOT_SET_AD_ROTATION_MODE": 34, - "CANNOT_MODIFY_START_DATE_IF_ALREADY_STARTED": 35, - "CANNOT_SET_DATE_TO_PAST": 36, - "MISSING_HOTEL_CUSTOMER_LINK": 37, - "INVALID_HOTEL_CUSTOMER_LINK": 38, - "MISSING_HOTEL_SETTING": 39, - "CANNOT_USE_SHARED_CAMPAIGN_BUDGET_WHILE_PART_OF_CAMPAIGN_GROUP": 40, -} - -func (x CampaignErrorEnum_CampaignError) String() string { - return proto.EnumName(CampaignErrorEnum_CampaignError_name, int32(x)) -} -func (CampaignErrorEnum_CampaignError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_error_b85025d7ca42121d, []int{0, 0} -} - -// Container for enum describing possible campaign errors. -type CampaignErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignErrorEnum) Reset() { *m = CampaignErrorEnum{} } -func (m *CampaignErrorEnum) String() string { return proto.CompactTextString(m) } -func (*CampaignErrorEnum) ProtoMessage() {} -func (*CampaignErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_error_b85025d7ca42121d, []int{0} -} -func (m *CampaignErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignErrorEnum.Unmarshal(m, b) -} -func (m *CampaignErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignErrorEnum.Marshal(b, m, deterministic) -} -func (dst *CampaignErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignErrorEnum.Merge(dst, src) -} -func (m *CampaignErrorEnum) XXX_Size() int { - return xxx_messageInfo_CampaignErrorEnum.Size(m) -} -func (m *CampaignErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CampaignErrorEnum)(nil), "google.ads.googleads.v0.errors.CampaignErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.CampaignErrorEnum_CampaignError", CampaignErrorEnum_CampaignError_name, CampaignErrorEnum_CampaignError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/campaign_error.proto", fileDescriptor_campaign_error_b85025d7ca42121d) -} - -var fileDescriptor_campaign_error_b85025d7ca42121d = []byte{ - // 959 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x55, 0xed, 0x6e, 0x1b, 0x45, - 0x14, 0x25, 0x29, 0xb4, 0x30, 0x49, 0xe9, 0x74, 0x68, 0x69, 0x4a, 0x4a, 0x9a, 0x98, 0xb4, 0x04, - 0x68, 0x6d, 0x43, 0x25, 0x90, 0x5c, 0xa9, 0xd2, 0xf5, 0xee, 0xf5, 0x7a, 0x94, 0xd9, 0x99, 0xd5, - 0xcc, 0xac, 0x53, 0x57, 0x91, 0xae, 0x42, 0x13, 0x59, 0x95, 0x9a, 0x38, 0x8a, 0xa1, 0xbf, 0x79, - 0x0a, 0x1e, 0x80, 0x9f, 0x3c, 0x0a, 0x8f, 0x82, 0xc4, 0x3b, 0xa0, 0xd9, 0x2f, 0xdb, 0xfd, 0xc8, - 0x2f, 0xcf, 0xce, 0x3d, 0xf7, 0xce, 0xb9, 0x67, 0xce, 0xf5, 0xb0, 0x27, 0x93, 0xe9, 0x74, 0xf2, - 0xfa, 0xa4, 0x73, 0x74, 0x3c, 0xeb, 0x94, 0xcb, 0xb0, 0x7a, 0xd3, 0xed, 0x9c, 0x5c, 0x5c, 0x4c, - 0x2f, 0x66, 0x9d, 0x97, 0x47, 0xa7, 0xe7, 0x47, 0xaf, 0x26, 0x67, 0x54, 0x7c, 0xb7, 0xcf, 0x2f, - 0xa6, 0xbf, 0x4d, 0xc5, 0x56, 0x89, 0x6c, 0x1f, 0x1d, 0xcf, 0xda, 0x4d, 0x52, 0xfb, 0x4d, 0xb7, - 0x5d, 0x26, 0xb5, 0xfe, 0x5c, 0x67, 0x37, 0xa3, 0x2a, 0x11, 0xc3, 0x16, 0x9e, 0xfd, 0x7e, 0xda, - 0xfa, 0x63, 0x9d, 0x5d, 0x5f, 0xda, 0x15, 0x37, 0xd8, 0x5a, 0xae, 0x5d, 0x86, 0x91, 0x1c, 0x48, - 0x8c, 0xf9, 0x47, 0x62, 0x8d, 0x5d, 0xcb, 0xf5, 0xbe, 0x36, 0x07, 0x9a, 0xaf, 0x88, 0x1d, 0xf6, - 0x75, 0x04, 0x5a, 0x1b, 0x4f, 0x1e, 0x6c, 0x82, 0x9e, 0x22, 0xa3, 0x3d, 0x6a, 0x4f, 0x1a, 0xfd, - 0x81, 0xb1, 0xfb, 0xfc, 0x8a, 0xd8, 0x66, 0xf7, 0x96, 0x21, 0x0e, 0xc1, 0x46, 0xc3, 0x06, 0xf1, - 0xb1, 0xf8, 0x99, 0xfd, 0x74, 0x19, 0x82, 0x0e, 0xa4, 0x1f, 0x9a, 0xdc, 0x53, 0x62, 0x4c, 0xa2, - 0xb0, 0x8a, 0xf2, 0x4f, 0x44, 0x97, 0x3d, 0x5a, 0xce, 0x5b, 0x02, 0xd0, 0xc0, 0x58, 0x8a, 0xb2, - 0x94, 0x22, 0x48, 0x33, 0x90, 0x89, 0xe6, 0x57, 0xc5, 0x63, 0xf6, 0x5d, 0xfd, 0x45, 0x69, 0xee, - 0x9a, 0x44, 0xf0, 0xa4, 0x10, 0x9c, 0x27, 0xa3, 0xb1, 0x21, 0x76, 0x4d, 0xec, 0xb1, 0xdd, 0xe5, - 0x03, 0x32, 0xb0, 0x5e, 0xa3, 0x7d, 0xbb, 0x85, 0x4f, 0xc5, 0x3e, 0x4b, 0x2e, 0xd5, 0x81, 0x8c, - 0x56, 0xe3, 0xa2, 0x11, 0x8a, 0xac, 0xf4, 0x68, 0x25, 0x90, 0xc2, 0x11, 0x2a, 0xea, 0xcb, 0x38, - 0x96, 0x3a, 0x21, 0xe7, 0x2d, 0x78, 0x4c, 0xc6, 0xfc, 0xb3, 0x52, 0x8f, 0x8a, 0x65, 0x9c, 0x5b, - 0xf0, 0xd2, 0x54, 0x74, 0x43, 0x55, 0x90, 0x9a, 0x40, 0x29, 0xb2, 0xb9, 0xd6, 0xd0, 0x57, 0x48, - 0xde, 0x4a, 0x50, 0x8e, 0x33, 0xb1, 0xcb, 0xb6, 0x2b, 0x12, 0xa9, 0x89, 0xe5, 0x60, 0x5c, 0x28, - 0x50, 0x44, 0xe7, 0x1a, 0xac, 0x89, 0x4d, 0x76, 0x27, 0xce, 0x33, 0x25, 0x23, 0xf0, 0xd8, 0xec, - 0x93, 0x86, 0x14, 0xf9, 0xba, 0xb8, 0xcf, 0x36, 0xa5, 0x8e, 0x4c, 0x9a, 0x81, 0x97, 0xa1, 0x76, - 0x13, 0x1f, 0x48, 0x54, 0x31, 0xbf, 0x2e, 0xee, 0xb2, 0xdb, 0x52, 0x8f, 0x40, 0xc9, 0xf8, 0xad, - 0xdc, 0xcf, 0xc5, 0xf7, 0xec, 0x61, 0x1d, 0x82, 0x98, 0x1c, 0xda, 0x51, 0xe8, 0xcb, 0x64, 0x5e, - 0xa6, 0xf2, 0x45, 0xd9, 0x84, 0xf3, 0xe0, 0x73, 0xc7, 0x6f, 0x88, 0x0d, 0x76, 0xab, 0xc6, 0x7a, - 0x0b, 0xd1, 0x7e, 0x40, 0xe6, 0x56, 0x71, 0x2e, 0x9e, 0xb1, 0x5e, 0xd5, 0x84, 0x43, 0x4f, 0x7d, - 0xe3, 0x87, 0x4b, 0x08, 0xf2, 0x98, 0x66, 0x2a, 0x50, 0x07, 0xbd, 0x90, 0xeb, 0xd0, 0x7b, 0xa9, - 0x13, 0x7e, 0x33, 0xd8, 0x2d, 0x85, 0xe7, 0x24, 0xd3, 0xcc, 0xa2, 0x73, 0xd2, 0x68, 0x47, 0xa1, - 0x98, 0xd4, 0x64, 0x41, 0x27, 0xc8, 0x45, 0x10, 0xc0, 0xcb, 0x14, 0x29, 0xd7, 0xd2, 0x17, 0x31, - 0x97, 0x67, 0x99, 0xb1, 0x1e, 0x63, 0xfe, 0x85, 0xf8, 0x91, 0x3d, 0xae, 0x89, 0x99, 0x0c, 0x2b, - 0xed, 0xe5, 0xa0, 0x69, 0xa7, 0xec, 0x80, 0x86, 0xe0, 0x08, 0x75, 0x8c, 0x31, 0xbf, 0x15, 0xea, - 0xf5, 0xf3, 0xb8, 0xb8, 0xf4, 0x92, 0x78, 0x1f, 0xc9, 0x0d, 0xc1, 0x62, 0xcc, 0x6f, 0x8b, 0x07, - 0x6c, 0xa7, 0xd1, 0xa9, 0x0a, 0xe7, 0xae, 0x8e, 0x53, 0x99, 0xc7, 0xbf, 0x5c, 0xb0, 0x72, 0x34, - 0x0c, 0x34, 0xab, 0x08, 0x19, 0x3d, 0x97, 0xb9, 0x70, 0x4f, 0x75, 0xd9, 0x77, 0xca, 0xc9, 0xab, - 0x22, 0x0a, 0xfa, 0xa8, 0x28, 0x36, 0x58, 0xf6, 0x8a, 0xcf, 0xa5, 0xf3, 0x7c, 0xe3, 0x3d, 0x10, - 0x50, 0x16, 0x21, 0x1e, 0x97, 0x08, 0xc7, 0xef, 0x8a, 0x7b, 0x6c, 0x23, 0x95, 0xce, 0x15, 0x9d, - 0x0d, 0x4d, 0x96, 0x2d, 0x6a, 0xf9, 0x95, 0x68, 0xb1, 0xad, 0x5a, 0x8c, 0x79, 0x14, 0x14, 0x3a, - 0x8a, 0x4c, 0xae, 0xbd, 0x1d, 0xf3, 0xcd, 0x70, 0xeb, 0x75, 0x85, 0x5c, 0xcb, 0x11, 0x5a, 0x07, - 0x8a, 0x20, 0xcb, 0xe6, 0xbc, 0xeb, 0x7a, 0x5b, 0xe2, 0x29, 0xfb, 0x05, 0xe2, 0x11, 0x5a, 0x2f, - 0x0b, 0x7c, 0x68, 0x55, 0xa3, 0x22, 0x3f, 0xce, 0xb0, 0x20, 0x0e, 0x23, 0x90, 0xaa, 0xf0, 0x74, - 0x70, 0x2e, 0x44, 0xc5, 0x29, 0x45, 0x98, 0xdf, 0x0f, 0xc3, 0x38, 0xb7, 0xd7, 0xbb, 0x45, 0x5c, - 0xde, 0x2f, 0x91, 0xdb, 0xe2, 0x11, 0xdb, 0x5b, 0x1a, 0xe8, 0xc8, 0xe8, 0xc0, 0xab, 0x99, 0xa2, - 0x70, 0x3f, 0xa8, 0x30, 0x0a, 0x37, 0xbe, 0x13, 0x2c, 0xbf, 0x60, 0x38, 0x88, 0xc9, 0x1a, 0x5f, - 0x8d, 0x9c, 0x89, 0x91, 0xb7, 0x44, 0x87, 0xfd, 0xb0, 0x3c, 0x56, 0xce, 0x83, 0xf5, 0x14, 0x07, - 0x13, 0xca, 0x41, 0xa3, 0x69, 0xb1, 0x8b, 0x31, 0xff, 0x26, 0x18, 0x62, 0xa1, 0x62, 0x81, 0xf3, - 0x86, 0x32, 0x70, 0x9e, 0xef, 0x86, 0xe3, 0x6a, 0xbd, 0x86, 0xc6, 0xa3, 0xa2, 0x28, 0x77, 0xde, - 0xa4, 0x68, 0x49, 0x49, 0xbd, 0xcf, 0x1f, 0x94, 0x23, 0x58, 0xf6, 0xf9, 0x3e, 0xc0, 0xc3, 0x30, - 0x82, 0xcb, 0x15, 0x6a, 0x81, 0xbf, 0x15, 0x7d, 0xf6, 0xec, 0x5d, 0x93, 0x35, 0x17, 0x51, 0x79, - 0xea, 0x60, 0x28, 0x15, 0x16, 0x7f, 0x65, 0x64, 0x06, 0xf3, 0x68, 0x62, 0x4d, 0x9e, 0xf1, 0xbd, - 0xfe, 0x7f, 0x2b, 0xac, 0xf5, 0x72, 0x7a, 0xda, 0xbe, 0xfc, 0xfd, 0xe8, 0x8b, 0xa5, 0x67, 0x22, - 0x0b, 0x6f, 0x4e, 0xb6, 0xf2, 0x22, 0xae, 0xb2, 0x26, 0xd3, 0xd7, 0x47, 0x67, 0x93, 0xf6, 0xf4, - 0x62, 0xd2, 0x99, 0x9c, 0x9c, 0x15, 0x2f, 0x52, 0xfd, 0x74, 0x9d, 0xbf, 0x9a, 0x7d, 0xe8, 0x25, - 0x7b, 0x5a, 0xfe, 0xfc, 0xb5, 0x7a, 0x25, 0x01, 0xf8, 0x7b, 0x75, 0x2b, 0x29, 0x8b, 0xc1, 0xf1, - 0xac, 0x5d, 0x2e, 0xc3, 0x6a, 0xd4, 0x6d, 0x17, 0x47, 0xce, 0xfe, 0xa9, 0x01, 0x87, 0x70, 0x3c, - 0x3b, 0x6c, 0x00, 0x87, 0xa3, 0xee, 0x61, 0x09, 0xf8, 0x77, 0xb5, 0x55, 0xee, 0xf6, 0x7a, 0x70, - 0x3c, 0xeb, 0xf5, 0x1a, 0x48, 0xaf, 0x37, 0xea, 0xf6, 0x7a, 0x25, 0xe8, 0xd7, 0xab, 0x05, 0xbb, - 0x27, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0xb2, 0xd3, 0x4f, 0x15, 0x66, 0x07, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/campaign_feed_error.pb.go b/googleapis/ads/googleads/v0/errors/campaign_feed_error.pb.go deleted file mode 100644 index 621c8f97d8..0000000000 --- a/googleapis/ads/googleads/v0/errors/campaign_feed_error.pb.go +++ /dev/null @@ -1,140 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/campaign_feed_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible campaign feed errors. -type CampaignFeedErrorEnum_CampaignFeedError int32 - -const ( - // Enum unspecified. - CampaignFeedErrorEnum_UNSPECIFIED CampaignFeedErrorEnum_CampaignFeedError = 0 - // The received error code is not known in this version. - CampaignFeedErrorEnum_UNKNOWN CampaignFeedErrorEnum_CampaignFeedError = 1 - // An active feed already exists for this campaign and placeholder type. - CampaignFeedErrorEnum_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE CampaignFeedErrorEnum_CampaignFeedError = 2 - // The specified feed is removed. - CampaignFeedErrorEnum_CANNOT_CREATE_FOR_REMOVED_FEED CampaignFeedErrorEnum_CampaignFeedError = 4 - // The CampaignFeed already exists. UPDATE should be used to modify the - // existing CampaignFeed. - CampaignFeedErrorEnum_CANNOT_CREATE_ALREADY_EXISTING_CAMPAIGN_FEED CampaignFeedErrorEnum_CampaignFeedError = 5 - // Cannot update removed campaign feed. - CampaignFeedErrorEnum_CANNOT_MODIFY_REMOVED_CAMPAIGN_FEED CampaignFeedErrorEnum_CampaignFeedError = 6 - // Invalid placeholder type. - CampaignFeedErrorEnum_INVALID_PLACEHOLDER_TYPE CampaignFeedErrorEnum_CampaignFeedError = 7 - // Feed mapping for this placeholder type does not exist. - CampaignFeedErrorEnum_MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE CampaignFeedErrorEnum_CampaignFeedError = 8 -) - -var CampaignFeedErrorEnum_CampaignFeedError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE", - 4: "CANNOT_CREATE_FOR_REMOVED_FEED", - 5: "CANNOT_CREATE_ALREADY_EXISTING_CAMPAIGN_FEED", - 6: "CANNOT_MODIFY_REMOVED_CAMPAIGN_FEED", - 7: "INVALID_PLACEHOLDER_TYPE", - 8: "MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE", -} -var CampaignFeedErrorEnum_CampaignFeedError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE": 2, - "CANNOT_CREATE_FOR_REMOVED_FEED": 4, - "CANNOT_CREATE_ALREADY_EXISTING_CAMPAIGN_FEED": 5, - "CANNOT_MODIFY_REMOVED_CAMPAIGN_FEED": 6, - "INVALID_PLACEHOLDER_TYPE": 7, - "MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE": 8, -} - -func (x CampaignFeedErrorEnum_CampaignFeedError) String() string { - return proto.EnumName(CampaignFeedErrorEnum_CampaignFeedError_name, int32(x)) -} -func (CampaignFeedErrorEnum_CampaignFeedError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_feed_error_f6bc04915db54765, []int{0, 0} -} - -// Container for enum describing possible campaign feed errors. -type CampaignFeedErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignFeedErrorEnum) Reset() { *m = CampaignFeedErrorEnum{} } -func (m *CampaignFeedErrorEnum) String() string { return proto.CompactTextString(m) } -func (*CampaignFeedErrorEnum) ProtoMessage() {} -func (*CampaignFeedErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_feed_error_f6bc04915db54765, []int{0} -} -func (m *CampaignFeedErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignFeedErrorEnum.Unmarshal(m, b) -} -func (m *CampaignFeedErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignFeedErrorEnum.Marshal(b, m, deterministic) -} -func (dst *CampaignFeedErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignFeedErrorEnum.Merge(dst, src) -} -func (m *CampaignFeedErrorEnum) XXX_Size() int { - return xxx_messageInfo_CampaignFeedErrorEnum.Size(m) -} -func (m *CampaignFeedErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignFeedErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignFeedErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CampaignFeedErrorEnum)(nil), "google.ads.googleads.v0.errors.CampaignFeedErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.CampaignFeedErrorEnum_CampaignFeedError", CampaignFeedErrorEnum_CampaignFeedError_name, CampaignFeedErrorEnum_CampaignFeedError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/campaign_feed_error.proto", fileDescriptor_campaign_feed_error_f6bc04915db54765) -} - -var fileDescriptor_campaign_feed_error_f6bc04915db54765 = []byte{ - // 405 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x41, 0x6e, 0xd4, 0x30, - 0x14, 0x86, 0x99, 0x00, 0x2d, 0x72, 0x17, 0x0c, 0x96, 0x40, 0x2c, 0xd0, 0x2c, 0xc2, 0x02, 0x16, - 0x95, 0x13, 0x89, 0x0d, 0x32, 0x2b, 0x37, 0x76, 0x06, 0x8b, 0x89, 0x63, 0x25, 0x69, 0x60, 0x50, - 0x24, 0x2b, 0x34, 0x21, 0xaa, 0xd4, 0x89, 0x47, 0x31, 0xf4, 0x40, 0x2c, 0x7b, 0x0e, 0x56, 0x1c, - 0x85, 0x1d, 0x37, 0x40, 0x8e, 0xa7, 0x91, 0x46, 0x03, 0x5d, 0xe5, 0xd7, 0xcb, 0xf7, 0xff, 0xf6, - 0x7b, 0xcf, 0xe0, 0x6d, 0xa7, 0x75, 0x77, 0xd5, 0x06, 0x75, 0x63, 0x02, 0x27, 0xad, 0xba, 0x0e, - 0x83, 0x76, 0x18, 0xf4, 0x60, 0x82, 0x8b, 0x7a, 0xb3, 0xad, 0x2f, 0xbb, 0x5e, 0x7d, 0x6d, 0xdb, - 0x46, 0x8d, 0x45, 0xb4, 0x1d, 0xf4, 0x37, 0x0d, 0x17, 0x0e, 0x47, 0x75, 0x63, 0xd0, 0xe4, 0x44, - 0xd7, 0x21, 0x72, 0x4e, 0xff, 0xa7, 0x07, 0x9e, 0x46, 0x3b, 0x77, 0xdc, 0xb6, 0x0d, 0xb3, 0x65, - 0xd6, 0x7f, 0xdf, 0xf8, 0x37, 0x1e, 0x78, 0x72, 0xf0, 0x07, 0x3e, 0x06, 0x27, 0xe7, 0x22, 0x97, - 0x2c, 0xe2, 0x31, 0x67, 0x74, 0x7e, 0x0f, 0x9e, 0x80, 0xe3, 0x73, 0xf1, 0x41, 0xa4, 0x1f, 0xc5, - 0x7c, 0x06, 0x4f, 0xc1, 0xeb, 0x98, 0x31, 0xaa, 0xc8, 0x2a, 0x63, 0x84, 0xae, 0x15, 0xfb, 0xc4, - 0xf3, 0x22, 0x57, 0x71, 0x9a, 0x29, 0xb9, 0x22, 0x11, 0x7b, 0x9f, 0xae, 0x28, 0xcb, 0x54, 0xb1, - 0x96, 0x6c, 0xee, 0x41, 0x1f, 0x2c, 0x22, 0x22, 0x44, 0x5a, 0xa8, 0x28, 0x63, 0xa4, 0x60, 0x23, - 0x97, 0xb1, 0x24, 0x2d, 0x19, 0x55, 0x36, 0x67, 0xfe, 0x00, 0x86, 0xe0, 0x74, 0x9f, 0xd9, 0x8b, - 0xe6, 0x62, 0xa9, 0x22, 0x92, 0x48, 0xc2, 0x97, 0xc2, 0x39, 0x1e, 0xc2, 0x57, 0xe0, 0xe5, 0xce, - 0x91, 0xa4, 0x94, 0xc7, 0xeb, 0x29, 0x71, 0x1f, 0x3c, 0x82, 0x2f, 0xc0, 0x73, 0x2e, 0x4a, 0xb2, - 0xe2, 0xf4, 0xf0, 0x72, 0xc7, 0xb6, 0x95, 0x84, 0xe7, 0xb9, 0x3d, 0xc1, 0xf2, 0x09, 0x91, 0x72, - 0xd4, 0xff, 0x6a, 0xe5, 0xd1, 0xd9, 0x9f, 0x19, 0xf0, 0x2f, 0xf4, 0x06, 0xdd, 0x3d, 0xed, 0xb3, - 0x67, 0x07, 0x03, 0x95, 0x76, 0x4b, 0x72, 0xf6, 0x99, 0xee, 0x9c, 0x9d, 0xbe, 0xaa, 0xfb, 0x0e, - 0xe9, 0xa1, 0x0b, 0xba, 0xb6, 0x1f, 0x77, 0x78, 0xbb, 0xf1, 0xed, 0xa5, 0xf9, 0xdf, 0x03, 0x78, - 0xe7, 0x3e, 0x3f, 0xbc, 0xfb, 0x4b, 0x42, 0x6e, 0xbc, 0xc5, 0xd2, 0x85, 0x91, 0xc6, 0x20, 0x27, - 0xad, 0x2a, 0x43, 0x34, 0x1e, 0x69, 0x7e, 0xdd, 0x02, 0x15, 0x69, 0x4c, 0x35, 0x01, 0x55, 0x19, - 0x56, 0x0e, 0xf8, 0xed, 0xf9, 0xae, 0x8a, 0x31, 0x69, 0x0c, 0xc6, 0x13, 0x82, 0x71, 0x19, 0x62, - 0xec, 0xa0, 0x2f, 0x47, 0xe3, 0xed, 0xde, 0xfc, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x35, 0xda, 0x72, - 0x42, 0x9d, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/campaign_shared_set_error.pb.go b/googleapis/ads/googleads/v0/errors/campaign_shared_set_error.pb.go deleted file mode 100644 index 715204b820..0000000000 --- a/googleapis/ads/googleads/v0/errors/campaign_shared_set_error.pb.go +++ /dev/null @@ -1,112 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/campaign_shared_set_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible campaign shared set errors. -type CampaignSharedSetErrorEnum_CampaignSharedSetError int32 - -const ( - // Enum unspecified. - CampaignSharedSetErrorEnum_UNSPECIFIED CampaignSharedSetErrorEnum_CampaignSharedSetError = 0 - // The received error code is not known in this version. - CampaignSharedSetErrorEnum_UNKNOWN CampaignSharedSetErrorEnum_CampaignSharedSetError = 1 - // The shared set belongs to another customer and permission isn't granted. - CampaignSharedSetErrorEnum_SHARED_SET_ACCESS_DENIED CampaignSharedSetErrorEnum_CampaignSharedSetError = 2 -) - -var CampaignSharedSetErrorEnum_CampaignSharedSetError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "SHARED_SET_ACCESS_DENIED", -} -var CampaignSharedSetErrorEnum_CampaignSharedSetError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "SHARED_SET_ACCESS_DENIED": 2, -} - -func (x CampaignSharedSetErrorEnum_CampaignSharedSetError) String() string { - return proto.EnumName(CampaignSharedSetErrorEnum_CampaignSharedSetError_name, int32(x)) -} -func (CampaignSharedSetErrorEnum_CampaignSharedSetError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_error_d5ce303fef6a302d, []int{0, 0} -} - -// Container for enum describing possible campaign shared set errors. -type CampaignSharedSetErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignSharedSetErrorEnum) Reset() { *m = CampaignSharedSetErrorEnum{} } -func (m *CampaignSharedSetErrorEnum) String() string { return proto.CompactTextString(m) } -func (*CampaignSharedSetErrorEnum) ProtoMessage() {} -func (*CampaignSharedSetErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_error_d5ce303fef6a302d, []int{0} -} -func (m *CampaignSharedSetErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignSharedSetErrorEnum.Unmarshal(m, b) -} -func (m *CampaignSharedSetErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignSharedSetErrorEnum.Marshal(b, m, deterministic) -} -func (dst *CampaignSharedSetErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignSharedSetErrorEnum.Merge(dst, src) -} -func (m *CampaignSharedSetErrorEnum) XXX_Size() int { - return xxx_messageInfo_CampaignSharedSetErrorEnum.Size(m) -} -func (m *CampaignSharedSetErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignSharedSetErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignSharedSetErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CampaignSharedSetErrorEnum)(nil), "google.ads.googleads.v0.errors.CampaignSharedSetErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.CampaignSharedSetErrorEnum_CampaignSharedSetError", CampaignSharedSetErrorEnum_CampaignSharedSetError_name, CampaignSharedSetErrorEnum_CampaignSharedSetError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/campaign_shared_set_error.proto", fileDescriptor_campaign_shared_set_error_d5ce303fef6a302d) -} - -var fileDescriptor_campaign_shared_set_error_d5ce303fef6a302d = []byte{ - // 299 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdf, 0x4a, 0xf3, 0x30, - 0x18, 0xc6, 0xbf, 0xf6, 0x03, 0x85, 0xec, 0xc0, 0xd1, 0x03, 0x11, 0x95, 0x1d, 0xf4, 0x02, 0xd2, - 0x82, 0x67, 0x11, 0x84, 0xac, 0x8d, 0x73, 0x08, 0xb5, 0x98, 0xad, 0x82, 0x14, 0x42, 0x5c, 0x42, - 0x1c, 0xac, 0x4d, 0x49, 0xea, 0x2e, 0xc8, 0x43, 0x2f, 0xc5, 0x4b, 0xf1, 0x02, 0x3c, 0x96, 0x36, - 0x5b, 0x8f, 0xa6, 0x47, 0x79, 0xc8, 0xfb, 0x7b, 0x9e, 0xf7, 0x0f, 0xb8, 0x51, 0x5a, 0xab, 0x8d, - 0x8c, 0xb8, 0xb0, 0x91, 0x93, 0x9d, 0xda, 0xc6, 0x91, 0x34, 0x46, 0x1b, 0x1b, 0xad, 0x78, 0xd5, - 0xf0, 0xb5, 0xaa, 0x99, 0x7d, 0xe5, 0x46, 0x0a, 0x66, 0x65, 0xcb, 0xfa, 0x12, 0x6c, 0x8c, 0x6e, - 0x75, 0x30, 0x71, 0x26, 0xc8, 0x85, 0x85, 0x83, 0x1f, 0x6e, 0x63, 0xe8, 0xfc, 0xa1, 0x01, 0xe7, - 0xc9, 0x2e, 0x82, 0xf6, 0x09, 0x54, 0xb6, 0xa4, 0x2b, 0x91, 0xfa, 0xad, 0x0a, 0x17, 0xe0, 0xf4, - 0x70, 0x35, 0x38, 0x01, 0xa3, 0x65, 0x46, 0x73, 0x92, 0xcc, 0x6f, 0xe7, 0x24, 0x1d, 0xff, 0x0b, - 0x46, 0xe0, 0x78, 0x99, 0xdd, 0x67, 0x0f, 0x4f, 0xd9, 0xd8, 0x0b, 0x2e, 0xc1, 0x19, 0xbd, 0xc3, - 0x8f, 0x24, 0x65, 0x94, 0x2c, 0x18, 0x4e, 0x12, 0x42, 0x29, 0x4b, 0x49, 0xd6, 0xa1, 0xfe, 0xf4, - 0xdb, 0x03, 0xe1, 0x4a, 0x57, 0xf0, 0xef, 0xd1, 0xa6, 0x17, 0x87, 0x5b, 0xe7, 0xdd, 0x5e, 0xb9, - 0xf7, 0x9c, 0xee, 0xec, 0x4a, 0x6f, 0x78, 0xad, 0xa0, 0x36, 0x2a, 0x52, 0xb2, 0xee, 0xb7, 0xde, - 0x5f, 0xaa, 0x59, 0xdb, 0xdf, 0x0e, 0x77, 0xed, 0x9e, 0x77, 0xff, 0xff, 0x0c, 0xe3, 0x0f, 0x7f, - 0x32, 0x73, 0x61, 0x58, 0x58, 0xe8, 0x64, 0xa7, 0x8a, 0x18, 0xf6, 0x2d, 0xed, 0xe7, 0x1e, 0x28, - 0xb1, 0xb0, 0xe5, 0x00, 0x94, 0x45, 0x5c, 0x3a, 0xe0, 0xcb, 0x0f, 0xdd, 0x2f, 0x42, 0x58, 0x58, - 0x84, 0x06, 0x04, 0xa1, 0x22, 0x46, 0xc8, 0x41, 0x2f, 0x47, 0xfd, 0x74, 0x57, 0x3f, 0x01, 0x00, - 0x00, 0xff, 0xff, 0x9e, 0x0f, 0x4e, 0xdc, 0xd5, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/change_status_error.pb.go b/googleapis/ads/googleads/v0/errors/change_status_error.pb.go deleted file mode 100644 index 74e0003d5c..0000000000 --- a/googleapis/ads/googleads/v0/errors/change_status_error.pb.go +++ /dev/null @@ -1,111 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/change_status_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible change status errors. -type ChangeStatusErrorEnum_ChangeStatusError int32 - -const ( - // Enum unspecified. - ChangeStatusErrorEnum_UNSPECIFIED ChangeStatusErrorEnum_ChangeStatusError = 0 - // The received error code is not known in this version. - ChangeStatusErrorEnum_UNKNOWN ChangeStatusErrorEnum_ChangeStatusError = 1 - // The requested start date is too old. - ChangeStatusErrorEnum_START_DATE_TOO_OLD ChangeStatusErrorEnum_ChangeStatusError = 3 -) - -var ChangeStatusErrorEnum_ChangeStatusError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 3: "START_DATE_TOO_OLD", -} -var ChangeStatusErrorEnum_ChangeStatusError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "START_DATE_TOO_OLD": 3, -} - -func (x ChangeStatusErrorEnum_ChangeStatusError) String() string { - return proto.EnumName(ChangeStatusErrorEnum_ChangeStatusError_name, int32(x)) -} -func (ChangeStatusErrorEnum_ChangeStatusError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_change_status_error_a6bfc3f15964bf01, []int{0, 0} -} - -// Container for enum describing possible change status errors. -type ChangeStatusErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ChangeStatusErrorEnum) Reset() { *m = ChangeStatusErrorEnum{} } -func (m *ChangeStatusErrorEnum) String() string { return proto.CompactTextString(m) } -func (*ChangeStatusErrorEnum) ProtoMessage() {} -func (*ChangeStatusErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_change_status_error_a6bfc3f15964bf01, []int{0} -} -func (m *ChangeStatusErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ChangeStatusErrorEnum.Unmarshal(m, b) -} -func (m *ChangeStatusErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ChangeStatusErrorEnum.Marshal(b, m, deterministic) -} -func (dst *ChangeStatusErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ChangeStatusErrorEnum.Merge(dst, src) -} -func (m *ChangeStatusErrorEnum) XXX_Size() int { - return xxx_messageInfo_ChangeStatusErrorEnum.Size(m) -} -func (m *ChangeStatusErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ChangeStatusErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ChangeStatusErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ChangeStatusErrorEnum)(nil), "google.ads.googleads.v0.errors.ChangeStatusErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.ChangeStatusErrorEnum_ChangeStatusError", ChangeStatusErrorEnum_ChangeStatusError_name, ChangeStatusErrorEnum_ChangeStatusError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/change_status_error.proto", fileDescriptor_change_status_error_a6bfc3f15964bf01) -} - -var fileDescriptor_change_status_error_a6bfc3f15964bf01 = []byte{ - // 287 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x4a, 0xc3, 0x30, - 0x1c, 0xc7, 0x6d, 0x07, 0x0a, 0xd9, 0xc1, 0x5a, 0x70, 0xc7, 0x1d, 0xfa, 0x00, 0x69, 0xc1, 0x8b, - 0xc4, 0x53, 0xb6, 0xd6, 0x51, 0x94, 0xb6, 0xd8, 0xae, 0x82, 0x14, 0x4a, 0xb6, 0x94, 0x28, 0x6c, - 0xcd, 0xc8, 0xaf, 0xdb, 0x03, 0x79, 0xf4, 0x51, 0x7c, 0x14, 0x6f, 0xbe, 0x81, 0x34, 0x71, 0xbd, - 0x0c, 0x3d, 0xe5, 0xcb, 0x37, 0x9f, 0xef, 0xef, 0x1f, 0xba, 0x15, 0x52, 0x8a, 0x4d, 0xe3, 0x33, - 0x0e, 0xbe, 0x91, 0xbd, 0x3a, 0x04, 0x7e, 0xa3, 0x94, 0x54, 0xe0, 0xaf, 0x5f, 0x59, 0x2b, 0x9a, - 0x1a, 0x3a, 0xd6, 0xed, 0xa1, 0xd6, 0x26, 0xde, 0x29, 0xd9, 0x49, 0x77, 0x6a, 0x70, 0xcc, 0x38, - 0xe0, 0x21, 0x89, 0x0f, 0x01, 0x36, 0x49, 0x6f, 0x85, 0xae, 0xe7, 0x3a, 0x9c, 0xeb, 0x6c, 0xd4, - 0xbb, 0x51, 0xbb, 0xdf, 0x7a, 0x31, 0xba, 0x3a, 0xf9, 0x70, 0x2f, 0xd1, 0x78, 0x99, 0xe4, 0x59, - 0x34, 0x8f, 0xef, 0xe3, 0x28, 0x74, 0xce, 0xdc, 0x31, 0xba, 0x58, 0x26, 0x0f, 0x49, 0xfa, 0x9c, - 0x38, 0x96, 0x3b, 0x41, 0x6e, 0x5e, 0xd0, 0xa7, 0xa2, 0x0e, 0x69, 0x11, 0xd5, 0x45, 0x9a, 0xd6, - 0xe9, 0x63, 0xe8, 0x8c, 0x66, 0xdf, 0x16, 0xf2, 0xd6, 0x72, 0x8b, 0xff, 0x1f, 0x65, 0x36, 0x39, - 0xe9, 0x97, 0xf5, 0x2b, 0x64, 0xd6, 0x4b, 0xf8, 0x9b, 0x14, 0x72, 0xc3, 0x5a, 0x81, 0xa5, 0x12, - 0xbe, 0x68, 0x5a, 0xbd, 0xe0, 0xf1, 0x1c, 0xbb, 0x37, 0xf8, 0xeb, 0x3a, 0x77, 0xe6, 0x79, 0xb7, - 0x47, 0x0b, 0x4a, 0x3f, 0xec, 0xe9, 0xc2, 0x14, 0xa3, 0x1c, 0xb0, 0x91, 0xbd, 0x2a, 0x03, 0xac, - 0x5b, 0xc2, 0xe7, 0x11, 0xa8, 0x28, 0x87, 0x6a, 0x00, 0xaa, 0x32, 0xa8, 0x0c, 0xf0, 0x65, 0x7b, - 0xc6, 0x25, 0x84, 0x72, 0x20, 0x64, 0x40, 0x08, 0x29, 0x03, 0x42, 0x0c, 0xb4, 0x3a, 0xd7, 0xd3, - 0xdd, 0xfc, 0x04, 0x00, 0x00, 0xff, 0xff, 0xbd, 0x80, 0x1c, 0xf9, 0xba, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/collection_size_error.pb.go b/googleapis/ads/googleads/v0/errors/collection_size_error.pb.go deleted file mode 100644 index 8505379c24..0000000000 --- a/googleapis/ads/googleads/v0/errors/collection_size_error.pb.go +++ /dev/null @@ -1,116 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/collection_size_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible collection size errors. -type CollectionSizeErrorEnum_CollectionSizeError int32 - -const ( - // Enum unspecified. - CollectionSizeErrorEnum_UNSPECIFIED CollectionSizeErrorEnum_CollectionSizeError = 0 - // The received error code is not known in this version. - CollectionSizeErrorEnum_UNKNOWN CollectionSizeErrorEnum_CollectionSizeError = 1 - // Too few. - CollectionSizeErrorEnum_TOO_FEW CollectionSizeErrorEnum_CollectionSizeError = 2 - // Too many. - CollectionSizeErrorEnum_TOO_MANY CollectionSizeErrorEnum_CollectionSizeError = 3 -) - -var CollectionSizeErrorEnum_CollectionSizeError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "TOO_FEW", - 3: "TOO_MANY", -} -var CollectionSizeErrorEnum_CollectionSizeError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "TOO_FEW": 2, - "TOO_MANY": 3, -} - -func (x CollectionSizeErrorEnum_CollectionSizeError) String() string { - return proto.EnumName(CollectionSizeErrorEnum_CollectionSizeError_name, int32(x)) -} -func (CollectionSizeErrorEnum_CollectionSizeError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_collection_size_error_a0255c8372679d7f, []int{0, 0} -} - -// Container for enum describing possible collection size errors. -type CollectionSizeErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CollectionSizeErrorEnum) Reset() { *m = CollectionSizeErrorEnum{} } -func (m *CollectionSizeErrorEnum) String() string { return proto.CompactTextString(m) } -func (*CollectionSizeErrorEnum) ProtoMessage() {} -func (*CollectionSizeErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_collection_size_error_a0255c8372679d7f, []int{0} -} -func (m *CollectionSizeErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CollectionSizeErrorEnum.Unmarshal(m, b) -} -func (m *CollectionSizeErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CollectionSizeErrorEnum.Marshal(b, m, deterministic) -} -func (dst *CollectionSizeErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CollectionSizeErrorEnum.Merge(dst, src) -} -func (m *CollectionSizeErrorEnum) XXX_Size() int { - return xxx_messageInfo_CollectionSizeErrorEnum.Size(m) -} -func (m *CollectionSizeErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CollectionSizeErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CollectionSizeErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CollectionSizeErrorEnum)(nil), "google.ads.googleads.v0.errors.CollectionSizeErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.CollectionSizeErrorEnum_CollectionSizeError", CollectionSizeErrorEnum_CollectionSizeError_name, CollectionSizeErrorEnum_CollectionSizeError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/collection_size_error.proto", fileDescriptor_collection_size_error_a0255c8372679d7f) -} - -var fileDescriptor_collection_size_error_a0255c8372679d7f = []byte{ - // 289 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4a, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xa2, - 0xa2, 0xfc, 0xa2, 0x62, 0xfd, 0xe4, 0xfc, 0x9c, 0x9c, 0xd4, 0xe4, 0x92, 0xcc, 0xfc, 0xbc, 0xf8, - 0xe2, 0xcc, 0xaa, 0xd4, 0x78, 0xb0, 0xb0, 0x5e, 0x41, 0x51, 0x7e, 0x49, 0xbe, 0x90, 0x1c, 0x44, - 0x83, 0x5e, 0x62, 0x4a, 0xb1, 0x1e, 0x5c, 0xaf, 0x5e, 0x99, 0x81, 0x1e, 0x44, 0xaf, 0x52, 0x26, - 0x97, 0xb8, 0x33, 0x5c, 0x7b, 0x70, 0x66, 0x55, 0xaa, 0x2b, 0x48, 0xdc, 0x35, 0xaf, 0x34, 0x57, - 0xc9, 0x8f, 0x4b, 0x18, 0x8b, 0x94, 0x10, 0x3f, 0x17, 0x77, 0xa8, 0x5f, 0x70, 0x80, 0xab, 0xb3, - 0xa7, 0x9b, 0xa7, 0xab, 0x8b, 0x00, 0x83, 0x10, 0x37, 0x17, 0x7b, 0xa8, 0x9f, 0xb7, 0x9f, 0x7f, - 0xb8, 0x9f, 0x00, 0x23, 0x88, 0x13, 0xe2, 0xef, 0x1f, 0xef, 0xe6, 0x1a, 0x2e, 0xc0, 0x24, 0xc4, - 0xc3, 0xc5, 0x01, 0xe2, 0xf8, 0x3a, 0xfa, 0x45, 0x0a, 0x30, 0x3b, 0x7d, 0x66, 0xe4, 0x52, 0x4a, - 0xce, 0xcf, 0xd5, 0xc3, 0xef, 0x22, 0x27, 0x09, 0x2c, 0x96, 0x06, 0x80, 0xfc, 0x12, 0xc0, 0x18, - 0xe5, 0x02, 0xd5, 0x9b, 0x9e, 0x9f, 0x93, 0x98, 0x97, 0xae, 0x97, 0x5f, 0x94, 0xae, 0x9f, 0x9e, - 0x9a, 0x07, 0xf6, 0x29, 0x2c, 0x64, 0x0a, 0x32, 0x8b, 0x71, 0x05, 0x94, 0x35, 0x84, 0x5a, 0xc4, - 0xc4, 0xec, 0xee, 0xe8, 0xb8, 0x8a, 0x49, 0xce, 0x1d, 0x62, 0x98, 0x63, 0x4a, 0xb1, 0x1e, 0x84, - 0x09, 0x62, 0x85, 0x19, 0xe8, 0x81, 0xad, 0x2c, 0x3e, 0x05, 0x53, 0x10, 0xe3, 0x98, 0x52, 0x1c, - 0x03, 0x57, 0x10, 0x13, 0x66, 0x10, 0x03, 0x51, 0xf0, 0x8a, 0x49, 0x09, 0x22, 0x6a, 0x65, 0xe5, - 0x98, 0x52, 0x6c, 0x65, 0x05, 0x57, 0x62, 0x65, 0x15, 0x66, 0x60, 0x65, 0x05, 0x51, 0x94, 0xc4, - 0x06, 0x76, 0x9d, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x14, 0x51, 0x82, 0xbc, 0xc5, 0x01, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/context_error.pb.go b/googleapis/ads/googleads/v0/errors/context_error.pb.go deleted file mode 100644 index a18f60c1c6..0000000000 --- a/googleapis/ads/googleads/v0/errors/context_error.pb.go +++ /dev/null @@ -1,117 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/context_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible context errors. -type ContextErrorEnum_ContextError int32 - -const ( - // Enum unspecified. - ContextErrorEnum_UNSPECIFIED ContextErrorEnum_ContextError = 0 - // The received error code is not known in this version. - ContextErrorEnum_UNKNOWN ContextErrorEnum_ContextError = 1 - // The operation is not allowed for the given context. - ContextErrorEnum_OPERATION_NOT_PERMITTED_FOR_CONTEXT ContextErrorEnum_ContextError = 2 - // The operation is not allowed for removed resources. - ContextErrorEnum_OPERATION_NOT_PERMITTED_FOR_REMOVED_RESOURCE ContextErrorEnum_ContextError = 3 -) - -var ContextErrorEnum_ContextError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "OPERATION_NOT_PERMITTED_FOR_CONTEXT", - 3: "OPERATION_NOT_PERMITTED_FOR_REMOVED_RESOURCE", -} -var ContextErrorEnum_ContextError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "OPERATION_NOT_PERMITTED_FOR_CONTEXT": 2, - "OPERATION_NOT_PERMITTED_FOR_REMOVED_RESOURCE": 3, -} - -func (x ContextErrorEnum_ContextError) String() string { - return proto.EnumName(ContextErrorEnum_ContextError_name, int32(x)) -} -func (ContextErrorEnum_ContextError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_context_error_a7b2cd9c10b730bf, []int{0, 0} -} - -// Container for enum describing possible context errors. -type ContextErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ContextErrorEnum) Reset() { *m = ContextErrorEnum{} } -func (m *ContextErrorEnum) String() string { return proto.CompactTextString(m) } -func (*ContextErrorEnum) ProtoMessage() {} -func (*ContextErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_context_error_a7b2cd9c10b730bf, []int{0} -} -func (m *ContextErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ContextErrorEnum.Unmarshal(m, b) -} -func (m *ContextErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ContextErrorEnum.Marshal(b, m, deterministic) -} -func (dst *ContextErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ContextErrorEnum.Merge(dst, src) -} -func (m *ContextErrorEnum) XXX_Size() int { - return xxx_messageInfo_ContextErrorEnum.Size(m) -} -func (m *ContextErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ContextErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ContextErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ContextErrorEnum)(nil), "google.ads.googleads.v0.errors.ContextErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.ContextErrorEnum_ContextError", ContextErrorEnum_ContextError_name, ContextErrorEnum_ContextError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/context_error.proto", fileDescriptor_context_error_a7b2cd9c10b730bf) -} - -var fileDescriptor_context_error_a7b2cd9c10b730bf = []byte{ - // 318 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, - 0x1c, 0xc6, 0x6d, 0x07, 0x0a, 0x99, 0x60, 0xed, 0x03, 0xec, 0x50, 0x0f, 0x5e, 0x24, 0x2d, 0x7a, - 0x8b, 0xa7, 0xae, 0xfd, 0x6f, 0x14, 0x59, 0x52, 0xba, 0xae, 0x8a, 0x14, 0xc2, 0x5c, 0x4b, 0x10, - 0xb6, 0x66, 0x34, 0x73, 0xf8, 0x06, 0xbe, 0x84, 0x27, 0x8f, 0x3e, 0x8a, 0x8f, 0x22, 0x3e, 0x84, - 0xb4, 0x71, 0x65, 0x17, 0x77, 0xca, 0x97, 0x8f, 0xdf, 0x97, 0xfc, 0xff, 0x1f, 0xba, 0x16, 0x52, - 0x8a, 0x65, 0xe9, 0xce, 0x0b, 0xe5, 0x6a, 0xd9, 0xa8, 0xad, 0xe7, 0x96, 0x75, 0x2d, 0x6b, 0xe5, - 0x2e, 0x64, 0xb5, 0x29, 0x5f, 0x37, 0xbc, 0xbd, 0xe2, 0x75, 0x2d, 0x37, 0xd2, 0x1e, 0x68, 0x10, - 0xcf, 0x0b, 0x85, 0xbb, 0x0c, 0xde, 0x7a, 0x58, 0x67, 0x9c, 0x77, 0x03, 0x59, 0x81, 0xce, 0x41, - 0xe3, 0x40, 0xf5, 0xb2, 0x72, 0xde, 0x0c, 0x74, 0xba, 0x6f, 0xda, 0x67, 0xa8, 0x3f, 0xa3, 0xd3, - 0x18, 0x82, 0x68, 0x14, 0x41, 0x68, 0x1d, 0xd9, 0x7d, 0x74, 0x32, 0xa3, 0x77, 0x94, 0xdd, 0x53, - 0xcb, 0xb0, 0x2f, 0xd1, 0x05, 0x8b, 0x21, 0xf1, 0xd3, 0x88, 0x51, 0x4e, 0x59, 0xca, 0x63, 0x48, - 0x26, 0x51, 0x9a, 0x42, 0xc8, 0x47, 0x2c, 0xe1, 0x01, 0xa3, 0x29, 0x3c, 0xa4, 0x96, 0x69, 0x7b, - 0xe8, 0xea, 0x10, 0x98, 0xc0, 0x84, 0x65, 0x10, 0xf2, 0x04, 0xa6, 0x6c, 0x96, 0x04, 0x60, 0xf5, - 0x86, 0x3f, 0x06, 0x72, 0x16, 0x72, 0x85, 0x0f, 0x6f, 0x31, 0x3c, 0xdf, 0x9f, 0x36, 0x6e, 0x16, - 0x8f, 0x8d, 0xc7, 0xf0, 0x2f, 0x24, 0xe4, 0x72, 0x5e, 0x09, 0x2c, 0x6b, 0xe1, 0x8a, 0xb2, 0x6a, - 0x6b, 0xd9, 0xd5, 0xb7, 0x7e, 0x56, 0xff, 0xb5, 0x79, 0xab, 0x8f, 0x0f, 0xb3, 0x37, 0xf6, 0xfd, - 0x4f, 0x73, 0x30, 0xd6, 0x8f, 0xf9, 0x85, 0xc2, 0x5a, 0x36, 0x2a, 0xf3, 0x70, 0xfb, 0xa5, 0xfa, - 0xda, 0x01, 0xb9, 0x5f, 0xa8, 0xbc, 0x03, 0xf2, 0xcc, 0xcb, 0x35, 0xf0, 0x6d, 0x3a, 0xda, 0x25, - 0xc4, 0x2f, 0x14, 0x21, 0x1d, 0x42, 0x48, 0xe6, 0x11, 0xa2, 0xa1, 0xa7, 0xe3, 0x76, 0xba, 0x9b, - 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x59, 0x28, 0x3d, 0xd6, 0xea, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/conversion_action_error.pb.go b/googleapis/ads/googleads/v0/errors/conversion_action_error.pb.go deleted file mode 100644 index bf9f960e43..0000000000 --- a/googleapis/ads/googleads/v0/errors/conversion_action_error.pb.go +++ /dev/null @@ -1,155 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/conversion_action_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible conversion action errors. -type ConversionActionErrorEnum_ConversionActionError int32 - -const ( - // Enum unspecified. - ConversionActionErrorEnum_UNSPECIFIED ConversionActionErrorEnum_ConversionActionError = 0 - // The received error code is not known in this version. - ConversionActionErrorEnum_UNKNOWN ConversionActionErrorEnum_ConversionActionError = 1 - // The specified conversion action name already exists. - ConversionActionErrorEnum_DUPLICATE_NAME ConversionActionErrorEnum_ConversionActionError = 2 - // Another conversion action with the specified app id already exists. - ConversionActionErrorEnum_DUPLICATE_APP_ID ConversionActionErrorEnum_ConversionActionError = 3 - // Android first open action conflicts with Google play codeless download - // action tracking the same app. - ConversionActionErrorEnum_TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD ConversionActionErrorEnum_ConversionActionError = 4 - // Android first open action conflicts with Google play codeless download - // action tracking the same app. - ConversionActionErrorEnum_BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION ConversionActionErrorEnum_ConversionActionError = 5 - // The attribution model cannot be set to DATA_DRIVEN because a data-driven - // model has never been generated. - ConversionActionErrorEnum_DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED ConversionActionErrorEnum_ConversionActionError = 6 - // The attribution model cannot be set to DATA_DRIVEN because the - // data-driven model is expired. - ConversionActionErrorEnum_DATA_DRIVEN_MODEL_EXPIRED ConversionActionErrorEnum_ConversionActionError = 7 - // The attribution model cannot be set to DATA_DRIVEN because the - // data-driven model is stale. - ConversionActionErrorEnum_DATA_DRIVEN_MODEL_STALE ConversionActionErrorEnum_ConversionActionError = 8 - // The attribution model cannot be set to DATA_DRIVEN because the - // data-driven model is unavailable or the conversion action was newly - // added. - ConversionActionErrorEnum_DATA_DRIVEN_MODEL_UNKNOWN ConversionActionErrorEnum_ConversionActionError = 9 -) - -var ConversionActionErrorEnum_ConversionActionError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "DUPLICATE_NAME", - 3: "DUPLICATE_APP_ID", - 4: "TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD", - 5: "BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION", - 6: "DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED", - 7: "DATA_DRIVEN_MODEL_EXPIRED", - 8: "DATA_DRIVEN_MODEL_STALE", - 9: "DATA_DRIVEN_MODEL_UNKNOWN", -} -var ConversionActionErrorEnum_ConversionActionError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "DUPLICATE_NAME": 2, - "DUPLICATE_APP_ID": 3, - "TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD": 4, - "BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION": 5, - "DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED": 6, - "DATA_DRIVEN_MODEL_EXPIRED": 7, - "DATA_DRIVEN_MODEL_STALE": 8, - "DATA_DRIVEN_MODEL_UNKNOWN": 9, -} - -func (x ConversionActionErrorEnum_ConversionActionError) String() string { - return proto.EnumName(ConversionActionErrorEnum_ConversionActionError_name, int32(x)) -} -func (ConversionActionErrorEnum_ConversionActionError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_error_055aa1a3ebd90275, []int{0, 0} -} - -// Container for enum describing possible conversion action errors. -type ConversionActionErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ConversionActionErrorEnum) Reset() { *m = ConversionActionErrorEnum{} } -func (m *ConversionActionErrorEnum) String() string { return proto.CompactTextString(m) } -func (*ConversionActionErrorEnum) ProtoMessage() {} -func (*ConversionActionErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_error_055aa1a3ebd90275, []int{0} -} -func (m *ConversionActionErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ConversionActionErrorEnum.Unmarshal(m, b) -} -func (m *ConversionActionErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ConversionActionErrorEnum.Marshal(b, m, deterministic) -} -func (dst *ConversionActionErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ConversionActionErrorEnum.Merge(dst, src) -} -func (m *ConversionActionErrorEnum) XXX_Size() int { - return xxx_messageInfo_ConversionActionErrorEnum.Size(m) -} -func (m *ConversionActionErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ConversionActionErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ConversionActionErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ConversionActionErrorEnum)(nil), "google.ads.googleads.v0.errors.ConversionActionErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.ConversionActionErrorEnum_ConversionActionError", ConversionActionErrorEnum_ConversionActionError_name, ConversionActionErrorEnum_ConversionActionError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/conversion_action_error.proto", fileDescriptor_conversion_action_error_055aa1a3ebd90275) -} - -var fileDescriptor_conversion_action_error_055aa1a3ebd90275 = []byte{ - // 427 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0x4f, 0x8b, 0xd4, 0x30, - 0x14, 0x77, 0xba, 0xba, 0xab, 0x59, 0xd0, 0x10, 0x14, 0x59, 0xc5, 0x3d, 0x0c, 0x78, 0xf0, 0x60, - 0x5a, 0xd9, 0x83, 0x50, 0xbd, 0xbc, 0x69, 0x62, 0x09, 0x76, 0x92, 0xd2, 0x76, 0x3a, 0x22, 0x03, - 0x61, 0x9c, 0x0e, 0x65, 0x61, 0xb7, 0x59, 0x9a, 0x75, 0x3e, 0x90, 0x47, 0x3f, 0x8a, 0x37, 0xbf, - 0x86, 0x17, 0x4f, 0xde, 0xa5, 0xcd, 0x4e, 0x3d, 0xec, 0x38, 0xa7, 0xf7, 0xe3, 0xfd, 0xfe, 0x24, - 0xbc, 0xf7, 0xd0, 0xfb, 0xda, 0x98, 0xfa, 0x62, 0xed, 0x2f, 0x2b, 0xeb, 0x3b, 0xd8, 0xa1, 0x4d, - 0xe0, 0xaf, 0xdb, 0xd6, 0xb4, 0xd6, 0x5f, 0x99, 0x66, 0xb3, 0x6e, 0xed, 0xb9, 0x69, 0xf4, 0x72, - 0x75, 0xdd, 0x95, 0x9e, 0xa0, 0x57, 0xad, 0xb9, 0x36, 0xe4, 0xd4, 0x59, 0xe8, 0xb2, 0xb2, 0x74, - 0x70, 0xd3, 0x4d, 0x40, 0x9d, 0x7b, 0xfc, 0xdb, 0x43, 0x27, 0xd1, 0x90, 0x00, 0x7d, 0x00, 0xef, - 0x28, 0xde, 0x7c, 0xbd, 0x1c, 0xff, 0xf4, 0xd0, 0x93, 0x9d, 0x2c, 0x79, 0x84, 0x8e, 0x67, 0x32, - 0x4f, 0x79, 0x24, 0x3e, 0x08, 0xce, 0xf0, 0x1d, 0x72, 0x8c, 0x8e, 0x66, 0xf2, 0xa3, 0x54, 0x73, - 0x89, 0x47, 0x84, 0xa0, 0x87, 0x6c, 0x96, 0x26, 0x22, 0x82, 0x82, 0x6b, 0x09, 0x53, 0x8e, 0x3d, - 0xf2, 0x18, 0xe1, 0x7f, 0x3d, 0x48, 0x53, 0x2d, 0x18, 0x3e, 0x20, 0x6f, 0xd1, 0x59, 0x31, 0x57, - 0x3a, 0x52, 0xb2, 0xe4, 0x59, 0x2e, 0x94, 0xd4, 0x10, 0x15, 0x42, 0xc9, 0x5c, 0x4f, 0x04, 0x63, - 0x42, 0xc6, 0x5a, 0x49, 0x9d, 0xc3, 0xd4, 0x59, 0x98, 0x9a, 0xcb, 0x44, 0x01, 0xc3, 0x77, 0xc9, - 0x1b, 0xf4, 0x7a, 0x9f, 0x42, 0x43, 0xae, 0xe3, 0x44, 0x4d, 0x20, 0xb9, 0x09, 0xc4, 0xf7, 0xc8, - 0x2b, 0xf4, 0x92, 0x41, 0x01, 0x9a, 0x65, 0xa2, 0xe4, 0x52, 0x4f, 0x15, 0xe3, 0x89, 0x9e, 0x43, - 0xae, 0x25, 0x2f, 0x79, 0xa6, 0x63, 0x2e, 0x79, 0x06, 0x05, 0x67, 0xf8, 0x90, 0xbc, 0x40, 0x27, - 0xb7, 0xa5, 0xfc, 0x53, 0x2a, 0x32, 0xce, 0xf0, 0x11, 0x79, 0x8e, 0x9e, 0xde, 0xa6, 0xf3, 0x02, - 0x12, 0x8e, 0xef, 0xef, 0xf6, 0x6e, 0x67, 0xf3, 0x60, 0xf2, 0x67, 0x84, 0xc6, 0x2b, 0x73, 0x49, - 0xf7, 0x2f, 0x66, 0xf2, 0x6c, 0xe7, 0xdc, 0xd3, 0x6e, 0xa9, 0xe9, 0xe8, 0x33, 0xbb, 0x71, 0xd7, - 0xe6, 0x62, 0xd9, 0xd4, 0xd4, 0xb4, 0xb5, 0x5f, 0xaf, 0x9b, 0x7e, 0xe5, 0xdb, 0x23, 0xb9, 0x3a, - 0xb7, 0xff, 0xbb, 0x99, 0x77, 0xae, 0x7c, 0xf3, 0x0e, 0x62, 0x80, 0xef, 0xde, 0x69, 0xec, 0xc2, - 0xa0, 0xb2, 0xd4, 0xc1, 0x0e, 0x95, 0x01, 0xed, 0x9f, 0xb4, 0x3f, 0xb6, 0x82, 0x05, 0x54, 0x76, - 0x31, 0x08, 0x16, 0x65, 0xb0, 0x70, 0x82, 0x5f, 0xde, 0xd8, 0x75, 0xc3, 0x10, 0x2a, 0x1b, 0x86, - 0x83, 0x24, 0x0c, 0xcb, 0x20, 0x0c, 0x9d, 0xe8, 0xcb, 0x61, 0xff, 0xbb, 0xb3, 0xbf, 0x01, 0x00, - 0x00, 0xff, 0xff, 0x20, 0xf8, 0xe9, 0xf3, 0xd0, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/criterion_error.pb.go b/googleapis/ads/googleads/v0/errors/criterion_error.pb.go deleted file mode 100644 index 29ff48b1f8..0000000000 --- a/googleapis/ads/googleads/v0/errors/criterion_error.pb.go +++ /dev/null @@ -1,602 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/criterion_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible criterion errors. -type CriterionErrorEnum_CriterionError int32 - -const ( - // Enum unspecified. - CriterionErrorEnum_UNSPECIFIED CriterionErrorEnum_CriterionError = 0 - // The received error code is not known in this version. - CriterionErrorEnum_UNKNOWN CriterionErrorEnum_CriterionError = 1 - // Concrete type of criterion is required for CREATE and UPDATE operations. - CriterionErrorEnum_CONCRETE_TYPE_REQUIRED CriterionErrorEnum_CriterionError = 2 - // The category requested for exclusion is invalid. - CriterionErrorEnum_INVALID_EXCLUDED_CATEGORY CriterionErrorEnum_CriterionError = 3 - // Invalid keyword criteria text. - CriterionErrorEnum_INVALID_KEYWORD_TEXT CriterionErrorEnum_CriterionError = 4 - // Keyword text should be less than 80 chars. - CriterionErrorEnum_KEYWORD_TEXT_TOO_LONG CriterionErrorEnum_CriterionError = 5 - // Keyword text has too many words. - CriterionErrorEnum_KEYWORD_HAS_TOO_MANY_WORDS CriterionErrorEnum_CriterionError = 6 - // Keyword text has invalid characters or symbols. - CriterionErrorEnum_KEYWORD_HAS_INVALID_CHARS CriterionErrorEnum_CriterionError = 7 - // Invalid placement URL. - CriterionErrorEnum_INVALID_PLACEMENT_URL CriterionErrorEnum_CriterionError = 8 - // Invalid user list criterion. - CriterionErrorEnum_INVALID_USER_LIST CriterionErrorEnum_CriterionError = 9 - // Invalid user interest criterion. - CriterionErrorEnum_INVALID_USER_INTEREST CriterionErrorEnum_CriterionError = 10 - // Placement URL has wrong format. - CriterionErrorEnum_INVALID_FORMAT_FOR_PLACEMENT_URL CriterionErrorEnum_CriterionError = 11 - // Placement URL is too long. - CriterionErrorEnum_PLACEMENT_URL_IS_TOO_LONG CriterionErrorEnum_CriterionError = 12 - // Indicates the URL contains an illegal character. - CriterionErrorEnum_PLACEMENT_URL_HAS_ILLEGAL_CHAR CriterionErrorEnum_CriterionError = 13 - // Indicates the URL contains multiple comma separated URLs. - CriterionErrorEnum_PLACEMENT_URL_HAS_MULTIPLE_SITES_IN_LINE CriterionErrorEnum_CriterionError = 14 - // Indicates the domain is blacklisted. - CriterionErrorEnum_PLACEMENT_IS_NOT_AVAILABLE_FOR_TARGETING_OR_EXCLUSION CriterionErrorEnum_CriterionError = 15 - // Invalid topic path. - CriterionErrorEnum_INVALID_TOPIC_PATH CriterionErrorEnum_CriterionError = 16 - // The YouTube Channel Id is invalid. - CriterionErrorEnum_INVALID_YOUTUBE_CHANNEL_ID CriterionErrorEnum_CriterionError = 17 - // The YouTube Video Id is invalid. - CriterionErrorEnum_INVALID_YOUTUBE_VIDEO_ID CriterionErrorEnum_CriterionError = 18 - // Indicates the placement is a YouTube vertical channel, which is no longer - // supported. - CriterionErrorEnum_YOUTUBE_VERTICAL_CHANNEL_DEPRECATED CriterionErrorEnum_CriterionError = 19 - // Indicates the placement is a YouTube demographic channel, which is no - // longer supported. - CriterionErrorEnum_YOUTUBE_DEMOGRAPHIC_CHANNEL_DEPRECATED CriterionErrorEnum_CriterionError = 20 - // YouTube urls are not supported in Placement criterion. Use YouTubeChannel - // and YouTubeVideo criterion instead. - CriterionErrorEnum_YOUTUBE_URL_UNSUPPORTED CriterionErrorEnum_CriterionError = 21 - // Criteria type can not be excluded by the customer, like AOL account type - // cannot target site type criteria. - CriterionErrorEnum_CANNOT_EXCLUDE_CRITERIA_TYPE CriterionErrorEnum_CriterionError = 22 - // Criteria type can not be targeted. - CriterionErrorEnum_CANNOT_ADD_CRITERIA_TYPE CriterionErrorEnum_CriterionError = 23 - // Product filter in the product criteria has invalid characters. Operand - // and the argument in the filter can not have "==" or "&+". - CriterionErrorEnum_INVALID_PRODUCT_FILTER CriterionErrorEnum_CriterionError = 24 - // Product filter in the product criteria is translated to a string as - // operand1==argument1&+operand2==argument2, maximum allowed length for the - // string is 255 chars. - CriterionErrorEnum_PRODUCT_FILTER_TOO_LONG CriterionErrorEnum_CriterionError = 25 - // Not allowed to exclude similar user list. - CriterionErrorEnum_CANNOT_EXCLUDE_SIMILAR_USER_LIST CriterionErrorEnum_CriterionError = 26 - // Not allowed to target a closed user list. - CriterionErrorEnum_CANNOT_ADD_CLOSED_USER_LIST CriterionErrorEnum_CriterionError = 27 - // Not allowed to add display only UserLists to search only campaigns. - CriterionErrorEnum_CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_ONLY_CAMPAIGNS CriterionErrorEnum_CriterionError = 28 - // Not allowed to add display only UserLists to search plus campaigns. - CriterionErrorEnum_CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_CAMPAIGNS CriterionErrorEnum_CriterionError = 29 - // Not allowed to add display only UserLists to shopping campaigns. - CriterionErrorEnum_CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SHOPPING_CAMPAIGNS CriterionErrorEnum_CriterionError = 30 - // Not allowed to add User interests to search only campaigns. - CriterionErrorEnum_CANNOT_ADD_USER_INTERESTS_TO_SEARCH_CAMPAIGNS CriterionErrorEnum_CriterionError = 31 - // Not allowed to set bids for this criterion type in search campaigns - CriterionErrorEnum_CANNOT_SET_BIDS_ON_CRITERION_TYPE_IN_SEARCH_CAMPAIGNS CriterionErrorEnum_CriterionError = 32 - // Final URLs, URL Templates and CustomParameters cannot be set for the - // criterion types of Gender, AgeRange, UserList, Placement, MobileApp, and - // MobileAppCategory in search campaigns and shopping campaigns. - CriterionErrorEnum_CANNOT_ADD_URLS_TO_CRITERION_TYPE_FOR_CAMPAIGN_TYPE CriterionErrorEnum_CriterionError = 33 - // IP address is not valid. - CriterionErrorEnum_INVALID_IP_ADDRESS CriterionErrorEnum_CriterionError = 34 - // IP format is not valid. - CriterionErrorEnum_INVALID_IP_FORMAT CriterionErrorEnum_CriterionError = 35 - // Mobile application is not valid. - CriterionErrorEnum_INVALID_MOBILE_APP CriterionErrorEnum_CriterionError = 36 - // Mobile application category is not valid. - CriterionErrorEnum_INVALID_MOBILE_APP_CATEGORY CriterionErrorEnum_CriterionError = 37 - // The CriterionId does not exist or is of the incorrect type. - CriterionErrorEnum_INVALID_CRITERION_ID CriterionErrorEnum_CriterionError = 38 - // The Criterion is not allowed to be targeted. - CriterionErrorEnum_CANNOT_TARGET_CRITERION CriterionErrorEnum_CriterionError = 39 - // The criterion is not allowed to be targeted as it is deprecated. - CriterionErrorEnum_CANNOT_TARGET_OBSOLETE_CRITERION CriterionErrorEnum_CriterionError = 40 - // The CriterionId is not valid for the type. - CriterionErrorEnum_CRITERION_ID_AND_TYPE_MISMATCH CriterionErrorEnum_CriterionError = 41 - // Distance for the radius for the proximity criterion is invalid. - CriterionErrorEnum_INVALID_PROXIMITY_RADIUS CriterionErrorEnum_CriterionError = 42 - // Units for the distance for the radius for the proximity criterion is - // invalid. - CriterionErrorEnum_INVALID_PROXIMITY_RADIUS_UNITS CriterionErrorEnum_CriterionError = 43 - // Street address in the address is not valid. - CriterionErrorEnum_INVALID_STREETADDRESS_LENGTH CriterionErrorEnum_CriterionError = 44 - // City name in the address is not valid. - CriterionErrorEnum_INVALID_CITYNAME_LENGTH CriterionErrorEnum_CriterionError = 45 - // Region code in the address is not valid. - CriterionErrorEnum_INVALID_REGIONCODE_LENGTH CriterionErrorEnum_CriterionError = 46 - // Region name in the address is not valid. - CriterionErrorEnum_INVALID_REGIONNAME_LENGTH CriterionErrorEnum_CriterionError = 47 - // Postal code in the address is not valid. - CriterionErrorEnum_INVALID_POSTALCODE_LENGTH CriterionErrorEnum_CriterionError = 48 - // Country code in the address is not valid. - CriterionErrorEnum_INVALID_COUNTRY_CODE CriterionErrorEnum_CriterionError = 49 - // Latitude for the GeoPoint is not valid. - CriterionErrorEnum_INVALID_LATITUDE CriterionErrorEnum_CriterionError = 50 - // Longitude for the GeoPoint is not valid. - CriterionErrorEnum_INVALID_LONGITUDE CriterionErrorEnum_CriterionError = 51 - // The Proximity input is not valid. Both address and geoPoint cannot be - // null. - CriterionErrorEnum_PROXIMITY_GEOPOINT_AND_ADDRESS_BOTH_CANNOT_BE_NULL CriterionErrorEnum_CriterionError = 52 - // The Proximity address cannot be geocoded to a valid lat/long. - CriterionErrorEnum_INVALID_PROXIMITY_ADDRESS CriterionErrorEnum_CriterionError = 53 - // User domain name is not valid. - CriterionErrorEnum_INVALID_USER_DOMAIN_NAME CriterionErrorEnum_CriterionError = 54 - // Length of serialized criterion parameter exceeded size limit. - CriterionErrorEnum_CRITERION_PARAMETER_TOO_LONG CriterionErrorEnum_CriterionError = 55 - // Time interval in the AdSchedule overlaps with another AdSchedule. - CriterionErrorEnum_AD_SCHEDULE_TIME_INTERVALS_OVERLAP CriterionErrorEnum_CriterionError = 56 - // AdSchedule time interval cannot span multiple days. - CriterionErrorEnum_AD_SCHEDULE_INTERVAL_CANNOT_SPAN_MULTIPLE_DAYS CriterionErrorEnum_CriterionError = 57 - // AdSchedule time interval specified is invalid, endTime cannot be earlier - // than startTime. - CriterionErrorEnum_AD_SCHEDULE_INVALID_TIME_INTERVAL CriterionErrorEnum_CriterionError = 58 - // The number of AdSchedule entries in a day exceeds the limit. - CriterionErrorEnum_AD_SCHEDULE_EXCEEDED_INTERVALS_PER_DAY_LIMIT CriterionErrorEnum_CriterionError = 59 - // CriteriaId does not match the interval of the AdSchedule specified. - CriterionErrorEnum_AD_SCHEDULE_CRITERION_ID_MISMATCHING_FIELDS CriterionErrorEnum_CriterionError = 60 - // Cannot set bid modifier for this criterion type. - CriterionErrorEnum_CANNOT_BID_MODIFY_CRITERION_TYPE CriterionErrorEnum_CriterionError = 61 - // Cannot bid modify criterion, since it is opted out of the campaign. - CriterionErrorEnum_CANNOT_BID_MODIFY_CRITERION_CAMPAIGN_OPTED_OUT CriterionErrorEnum_CriterionError = 62 - // Cannot set bid modifier for a negative criterion. - CriterionErrorEnum_CANNOT_BID_MODIFY_NEGATIVE_CRITERION CriterionErrorEnum_CriterionError = 63 - // Bid Modifier already exists. Use SET operation to update. - CriterionErrorEnum_BID_MODIFIER_ALREADY_EXISTS CriterionErrorEnum_CriterionError = 64 - // Feed Id is not allowed in these Location Groups. - CriterionErrorEnum_FEED_ID_NOT_ALLOWED CriterionErrorEnum_CriterionError = 65 - // The account may not use the requested criteria type. For example, some - // accounts are restricted to keywords only. - CriterionErrorEnum_ACCOUNT_INELIGIBLE_FOR_CRITERIA_TYPE CriterionErrorEnum_CriterionError = 66 - // The requested criteria type cannot be used with campaign or ad group - // bidding strategy. - CriterionErrorEnum_CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY CriterionErrorEnum_CriterionError = 67 - // The Criterion is not allowed to be excluded. - CriterionErrorEnum_CANNOT_EXCLUDE_CRITERION CriterionErrorEnum_CriterionError = 68 - // The criterion is not allowed to be removed. For example, we cannot remove - // any of the device criterion. - CriterionErrorEnum_CANNOT_REMOVE_CRITERION CriterionErrorEnum_CriterionError = 69 - // The combined length of product dimension values of the product scope - // criterion is too long. - CriterionErrorEnum_PRODUCT_SCOPE_TOO_LONG CriterionErrorEnum_CriterionError = 70 - // Product scope contains too many dimensions. - CriterionErrorEnum_PRODUCT_SCOPE_TOO_MANY_DIMENSIONS CriterionErrorEnum_CriterionError = 71 - // The combined length of product dimension values of the product partition - // criterion is too long. - CriterionErrorEnum_PRODUCT_PARTITION_TOO_LONG CriterionErrorEnum_CriterionError = 72 - // Product partition contains too many dimensions. - CriterionErrorEnum_PRODUCT_PARTITION_TOO_MANY_DIMENSIONS CriterionErrorEnum_CriterionError = 73 - // The product dimension is invalid (e.g. dimension contains illegal value, - // dimension type is represented with wrong class, etc). Product dimension - // value can not contain "==" or "&+". - CriterionErrorEnum_INVALID_PRODUCT_DIMENSION CriterionErrorEnum_CriterionError = 74 - // Product dimension type is either invalid for campaigns of this type or - // cannot be used in the current context. BIDDING_CATEGORY_Lx and - // PRODUCT_TYPE_Lx product dimensions must be used in ascending order of - // their levels: L1, L2, L3, L4, L5... The levels must be specified - // sequentially and start from L1. Furthermore, an "others" product - // partition cannot be subdivided with a dimension of the same type but of a - // higher level ("others" BIDDING_CATEGORY_L3 can be subdivided with BRAND - // but not with BIDDING_CATEGORY_L4). - CriterionErrorEnum_INVALID_PRODUCT_DIMENSION_TYPE CriterionErrorEnum_CriterionError = 75 - // Bidding categories do not form a valid path in the Shopping bidding - // category taxonomy. - CriterionErrorEnum_INVALID_PRODUCT_BIDDING_CATEGORY CriterionErrorEnum_CriterionError = 76 - // ShoppingSetting must be added to the campaign before ProductScope - // criteria can be added. - CriterionErrorEnum_MISSING_SHOPPING_SETTING CriterionErrorEnum_CriterionError = 77 - // Matching function is invalid. - CriterionErrorEnum_INVALID_MATCHING_FUNCTION CriterionErrorEnum_CriterionError = 78 - // Filter parameters not allowed for location groups targeting. - CriterionErrorEnum_LOCATION_FILTER_NOT_ALLOWED CriterionErrorEnum_CriterionError = 79 - // Given location filter parameter is invalid for location groups targeting. - CriterionErrorEnum_LOCATION_FILTER_INVALID CriterionErrorEnum_CriterionError = 80 - // Criteria type cannot be associated with a campaign and its ad group(s) - // simultaneously. - CriterionErrorEnum_CANNOT_ATTACH_CRITERIA_AT_CAMPAIGN_AND_ADGROUP CriterionErrorEnum_CriterionError = 81 - // Range represented by hotel length of stay's min nights and max nights - // overlaps with an existing criterion. - CriterionErrorEnum_HOTEL_LENGTH_OF_STAY_OVERLAPS_WITH_EXISTING_CRITERION CriterionErrorEnum_CriterionError = 82 - // Range represented by hotel advance booking window's min days and max days - // overlaps with an existing criterion. - CriterionErrorEnum_HOTEL_ADVANCE_BOOKING_WINDOW_OVERLAPS_WITH_EXISTING_CRITERION CriterionErrorEnum_CriterionError = 83 - // The field is not allowed to be set when the negative field is set to - // true, e.g. we don't allow bids in negative ad group or campaign criteria. - CriterionErrorEnum_FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING CriterionErrorEnum_CriterionError = 84 - // The combination of operand and operator in webpage condition is invalid. - CriterionErrorEnum_INVALID_WEBPAGE_CONDITION CriterionErrorEnum_CriterionError = 85 - // The URL of webpage condition is invalid. - CriterionErrorEnum_INVALID_WEBPAGE_CONDITION_URL CriterionErrorEnum_CriterionError = 86 - // The URL of webpage condition cannot be empty or contain white space. - CriterionErrorEnum_WEBPAGE_CONDITION_URL_CANNOT_BE_EMPTY CriterionErrorEnum_CriterionError = 87 - // The URL of webpage condition contains an unsupported protocol. - CriterionErrorEnum_WEBPAGE_CONDITION_URL_UNSUPPORTED_PROTOCOL CriterionErrorEnum_CriterionError = 88 - // The URL of webpage condition cannot be an IP address. - CriterionErrorEnum_WEBPAGE_CONDITION_URL_CANNOT_BE_IP_ADDRESS CriterionErrorEnum_CriterionError = 89 - // The domain of the URL is not consistent with the domain in campaign - // setting. - CriterionErrorEnum_WEBPAGE_CONDITION_URL_DOMAIN_NOT_CONSISTENT_WITH_CAMPAIGN_SETTING CriterionErrorEnum_CriterionError = 90 - // The URL of webpage condition cannot be a public suffix itself. - CriterionErrorEnum_WEBPAGE_CONDITION_URL_CANNOT_BE_PUBLIC_SUFFIX CriterionErrorEnum_CriterionError = 91 - // The URL of webpage condition has an invalid public suffix. - CriterionErrorEnum_WEBPAGE_CONDITION_URL_INVALID_PUBLIC_SUFFIX CriterionErrorEnum_CriterionError = 92 - // Value track parameter is not supported in webpage condition URL. - CriterionErrorEnum_WEBPAGE_CONDITION_URL_VALUE_TRACK_VALUE_NOT_SUPPORTED CriterionErrorEnum_CriterionError = 93 - // Only one URL-EQUALS webpage condition is allowed in a webpage - // criterion and it cannot be combined with other conditions. - CriterionErrorEnum_WEBPAGE_CRITERION_URL_EQUALS_CAN_HAVE_ONLY_ONE_CONDITION CriterionErrorEnum_CriterionError = 94 - // A webpage criterion cannot be added to a non-DSA ad group. - CriterionErrorEnum_WEBPAGE_CRITERION_NOT_SUPPORTED_ON_NON_DSA_AD_GROUP CriterionErrorEnum_CriterionError = 95 -) - -var CriterionErrorEnum_CriterionError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CONCRETE_TYPE_REQUIRED", - 3: "INVALID_EXCLUDED_CATEGORY", - 4: "INVALID_KEYWORD_TEXT", - 5: "KEYWORD_TEXT_TOO_LONG", - 6: "KEYWORD_HAS_TOO_MANY_WORDS", - 7: "KEYWORD_HAS_INVALID_CHARS", - 8: "INVALID_PLACEMENT_URL", - 9: "INVALID_USER_LIST", - 10: "INVALID_USER_INTEREST", - 11: "INVALID_FORMAT_FOR_PLACEMENT_URL", - 12: "PLACEMENT_URL_IS_TOO_LONG", - 13: "PLACEMENT_URL_HAS_ILLEGAL_CHAR", - 14: "PLACEMENT_URL_HAS_MULTIPLE_SITES_IN_LINE", - 15: "PLACEMENT_IS_NOT_AVAILABLE_FOR_TARGETING_OR_EXCLUSION", - 16: "INVALID_TOPIC_PATH", - 17: "INVALID_YOUTUBE_CHANNEL_ID", - 18: "INVALID_YOUTUBE_VIDEO_ID", - 19: "YOUTUBE_VERTICAL_CHANNEL_DEPRECATED", - 20: "YOUTUBE_DEMOGRAPHIC_CHANNEL_DEPRECATED", - 21: "YOUTUBE_URL_UNSUPPORTED", - 22: "CANNOT_EXCLUDE_CRITERIA_TYPE", - 23: "CANNOT_ADD_CRITERIA_TYPE", - 24: "INVALID_PRODUCT_FILTER", - 25: "PRODUCT_FILTER_TOO_LONG", - 26: "CANNOT_EXCLUDE_SIMILAR_USER_LIST", - 27: "CANNOT_ADD_CLOSED_USER_LIST", - 28: "CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_ONLY_CAMPAIGNS", - 29: "CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_CAMPAIGNS", - 30: "CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SHOPPING_CAMPAIGNS", - 31: "CANNOT_ADD_USER_INTERESTS_TO_SEARCH_CAMPAIGNS", - 32: "CANNOT_SET_BIDS_ON_CRITERION_TYPE_IN_SEARCH_CAMPAIGNS", - 33: "CANNOT_ADD_URLS_TO_CRITERION_TYPE_FOR_CAMPAIGN_TYPE", - 34: "INVALID_IP_ADDRESS", - 35: "INVALID_IP_FORMAT", - 36: "INVALID_MOBILE_APP", - 37: "INVALID_MOBILE_APP_CATEGORY", - 38: "INVALID_CRITERION_ID", - 39: "CANNOT_TARGET_CRITERION", - 40: "CANNOT_TARGET_OBSOLETE_CRITERION", - 41: "CRITERION_ID_AND_TYPE_MISMATCH", - 42: "INVALID_PROXIMITY_RADIUS", - 43: "INVALID_PROXIMITY_RADIUS_UNITS", - 44: "INVALID_STREETADDRESS_LENGTH", - 45: "INVALID_CITYNAME_LENGTH", - 46: "INVALID_REGIONCODE_LENGTH", - 47: "INVALID_REGIONNAME_LENGTH", - 48: "INVALID_POSTALCODE_LENGTH", - 49: "INVALID_COUNTRY_CODE", - 50: "INVALID_LATITUDE", - 51: "INVALID_LONGITUDE", - 52: "PROXIMITY_GEOPOINT_AND_ADDRESS_BOTH_CANNOT_BE_NULL", - 53: "INVALID_PROXIMITY_ADDRESS", - 54: "INVALID_USER_DOMAIN_NAME", - 55: "CRITERION_PARAMETER_TOO_LONG", - 56: "AD_SCHEDULE_TIME_INTERVALS_OVERLAP", - 57: "AD_SCHEDULE_INTERVAL_CANNOT_SPAN_MULTIPLE_DAYS", - 58: "AD_SCHEDULE_INVALID_TIME_INTERVAL", - 59: "AD_SCHEDULE_EXCEEDED_INTERVALS_PER_DAY_LIMIT", - 60: "AD_SCHEDULE_CRITERION_ID_MISMATCHING_FIELDS", - 61: "CANNOT_BID_MODIFY_CRITERION_TYPE", - 62: "CANNOT_BID_MODIFY_CRITERION_CAMPAIGN_OPTED_OUT", - 63: "CANNOT_BID_MODIFY_NEGATIVE_CRITERION", - 64: "BID_MODIFIER_ALREADY_EXISTS", - 65: "FEED_ID_NOT_ALLOWED", - 66: "ACCOUNT_INELIGIBLE_FOR_CRITERIA_TYPE", - 67: "CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY", - 68: "CANNOT_EXCLUDE_CRITERION", - 69: "CANNOT_REMOVE_CRITERION", - 70: "PRODUCT_SCOPE_TOO_LONG", - 71: "PRODUCT_SCOPE_TOO_MANY_DIMENSIONS", - 72: "PRODUCT_PARTITION_TOO_LONG", - 73: "PRODUCT_PARTITION_TOO_MANY_DIMENSIONS", - 74: "INVALID_PRODUCT_DIMENSION", - 75: "INVALID_PRODUCT_DIMENSION_TYPE", - 76: "INVALID_PRODUCT_BIDDING_CATEGORY", - 77: "MISSING_SHOPPING_SETTING", - 78: "INVALID_MATCHING_FUNCTION", - 79: "LOCATION_FILTER_NOT_ALLOWED", - 80: "LOCATION_FILTER_INVALID", - 81: "CANNOT_ATTACH_CRITERIA_AT_CAMPAIGN_AND_ADGROUP", - 82: "HOTEL_LENGTH_OF_STAY_OVERLAPS_WITH_EXISTING_CRITERION", - 83: "HOTEL_ADVANCE_BOOKING_WINDOW_OVERLAPS_WITH_EXISTING_CRITERION", - 84: "FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING", - 85: "INVALID_WEBPAGE_CONDITION", - 86: "INVALID_WEBPAGE_CONDITION_URL", - 87: "WEBPAGE_CONDITION_URL_CANNOT_BE_EMPTY", - 88: "WEBPAGE_CONDITION_URL_UNSUPPORTED_PROTOCOL", - 89: "WEBPAGE_CONDITION_URL_CANNOT_BE_IP_ADDRESS", - 90: "WEBPAGE_CONDITION_URL_DOMAIN_NOT_CONSISTENT_WITH_CAMPAIGN_SETTING", - 91: "WEBPAGE_CONDITION_URL_CANNOT_BE_PUBLIC_SUFFIX", - 92: "WEBPAGE_CONDITION_URL_INVALID_PUBLIC_SUFFIX", - 93: "WEBPAGE_CONDITION_URL_VALUE_TRACK_VALUE_NOT_SUPPORTED", - 94: "WEBPAGE_CRITERION_URL_EQUALS_CAN_HAVE_ONLY_ONE_CONDITION", - 95: "WEBPAGE_CRITERION_NOT_SUPPORTED_ON_NON_DSA_AD_GROUP", -} -var CriterionErrorEnum_CriterionError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CONCRETE_TYPE_REQUIRED": 2, - "INVALID_EXCLUDED_CATEGORY": 3, - "INVALID_KEYWORD_TEXT": 4, - "KEYWORD_TEXT_TOO_LONG": 5, - "KEYWORD_HAS_TOO_MANY_WORDS": 6, - "KEYWORD_HAS_INVALID_CHARS": 7, - "INVALID_PLACEMENT_URL": 8, - "INVALID_USER_LIST": 9, - "INVALID_USER_INTEREST": 10, - "INVALID_FORMAT_FOR_PLACEMENT_URL": 11, - "PLACEMENT_URL_IS_TOO_LONG": 12, - "PLACEMENT_URL_HAS_ILLEGAL_CHAR": 13, - "PLACEMENT_URL_HAS_MULTIPLE_SITES_IN_LINE": 14, - "PLACEMENT_IS_NOT_AVAILABLE_FOR_TARGETING_OR_EXCLUSION": 15, - "INVALID_TOPIC_PATH": 16, - "INVALID_YOUTUBE_CHANNEL_ID": 17, - "INVALID_YOUTUBE_VIDEO_ID": 18, - "YOUTUBE_VERTICAL_CHANNEL_DEPRECATED": 19, - "YOUTUBE_DEMOGRAPHIC_CHANNEL_DEPRECATED": 20, - "YOUTUBE_URL_UNSUPPORTED": 21, - "CANNOT_EXCLUDE_CRITERIA_TYPE": 22, - "CANNOT_ADD_CRITERIA_TYPE": 23, - "INVALID_PRODUCT_FILTER": 24, - "PRODUCT_FILTER_TOO_LONG": 25, - "CANNOT_EXCLUDE_SIMILAR_USER_LIST": 26, - "CANNOT_ADD_CLOSED_USER_LIST": 27, - "CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_ONLY_CAMPAIGNS": 28, - "CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_CAMPAIGNS": 29, - "CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SHOPPING_CAMPAIGNS": 30, - "CANNOT_ADD_USER_INTERESTS_TO_SEARCH_CAMPAIGNS": 31, - "CANNOT_SET_BIDS_ON_CRITERION_TYPE_IN_SEARCH_CAMPAIGNS": 32, - "CANNOT_ADD_URLS_TO_CRITERION_TYPE_FOR_CAMPAIGN_TYPE": 33, - "INVALID_IP_ADDRESS": 34, - "INVALID_IP_FORMAT": 35, - "INVALID_MOBILE_APP": 36, - "INVALID_MOBILE_APP_CATEGORY": 37, - "INVALID_CRITERION_ID": 38, - "CANNOT_TARGET_CRITERION": 39, - "CANNOT_TARGET_OBSOLETE_CRITERION": 40, - "CRITERION_ID_AND_TYPE_MISMATCH": 41, - "INVALID_PROXIMITY_RADIUS": 42, - "INVALID_PROXIMITY_RADIUS_UNITS": 43, - "INVALID_STREETADDRESS_LENGTH": 44, - "INVALID_CITYNAME_LENGTH": 45, - "INVALID_REGIONCODE_LENGTH": 46, - "INVALID_REGIONNAME_LENGTH": 47, - "INVALID_POSTALCODE_LENGTH": 48, - "INVALID_COUNTRY_CODE": 49, - "INVALID_LATITUDE": 50, - "INVALID_LONGITUDE": 51, - "PROXIMITY_GEOPOINT_AND_ADDRESS_BOTH_CANNOT_BE_NULL": 52, - "INVALID_PROXIMITY_ADDRESS": 53, - "INVALID_USER_DOMAIN_NAME": 54, - "CRITERION_PARAMETER_TOO_LONG": 55, - "AD_SCHEDULE_TIME_INTERVALS_OVERLAP": 56, - "AD_SCHEDULE_INTERVAL_CANNOT_SPAN_MULTIPLE_DAYS": 57, - "AD_SCHEDULE_INVALID_TIME_INTERVAL": 58, - "AD_SCHEDULE_EXCEEDED_INTERVALS_PER_DAY_LIMIT": 59, - "AD_SCHEDULE_CRITERION_ID_MISMATCHING_FIELDS": 60, - "CANNOT_BID_MODIFY_CRITERION_TYPE": 61, - "CANNOT_BID_MODIFY_CRITERION_CAMPAIGN_OPTED_OUT": 62, - "CANNOT_BID_MODIFY_NEGATIVE_CRITERION": 63, - "BID_MODIFIER_ALREADY_EXISTS": 64, - "FEED_ID_NOT_ALLOWED": 65, - "ACCOUNT_INELIGIBLE_FOR_CRITERIA_TYPE": 66, - "CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY": 67, - "CANNOT_EXCLUDE_CRITERION": 68, - "CANNOT_REMOVE_CRITERION": 69, - "PRODUCT_SCOPE_TOO_LONG": 70, - "PRODUCT_SCOPE_TOO_MANY_DIMENSIONS": 71, - "PRODUCT_PARTITION_TOO_LONG": 72, - "PRODUCT_PARTITION_TOO_MANY_DIMENSIONS": 73, - "INVALID_PRODUCT_DIMENSION": 74, - "INVALID_PRODUCT_DIMENSION_TYPE": 75, - "INVALID_PRODUCT_BIDDING_CATEGORY": 76, - "MISSING_SHOPPING_SETTING": 77, - "INVALID_MATCHING_FUNCTION": 78, - "LOCATION_FILTER_NOT_ALLOWED": 79, - "LOCATION_FILTER_INVALID": 80, - "CANNOT_ATTACH_CRITERIA_AT_CAMPAIGN_AND_ADGROUP": 81, - "HOTEL_LENGTH_OF_STAY_OVERLAPS_WITH_EXISTING_CRITERION": 82, - "HOTEL_ADVANCE_BOOKING_WINDOW_OVERLAPS_WITH_EXISTING_CRITERION": 83, - "FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING": 84, - "INVALID_WEBPAGE_CONDITION": 85, - "INVALID_WEBPAGE_CONDITION_URL": 86, - "WEBPAGE_CONDITION_URL_CANNOT_BE_EMPTY": 87, - "WEBPAGE_CONDITION_URL_UNSUPPORTED_PROTOCOL": 88, - "WEBPAGE_CONDITION_URL_CANNOT_BE_IP_ADDRESS": 89, - "WEBPAGE_CONDITION_URL_DOMAIN_NOT_CONSISTENT_WITH_CAMPAIGN_SETTING": 90, - "WEBPAGE_CONDITION_URL_CANNOT_BE_PUBLIC_SUFFIX": 91, - "WEBPAGE_CONDITION_URL_INVALID_PUBLIC_SUFFIX": 92, - "WEBPAGE_CONDITION_URL_VALUE_TRACK_VALUE_NOT_SUPPORTED": 93, - "WEBPAGE_CRITERION_URL_EQUALS_CAN_HAVE_ONLY_ONE_CONDITION": 94, - "WEBPAGE_CRITERION_NOT_SUPPORTED_ON_NON_DSA_AD_GROUP": 95, -} - -func (x CriterionErrorEnum_CriterionError) String() string { - return proto.EnumName(CriterionErrorEnum_CriterionError_name, int32(x)) -} -func (CriterionErrorEnum_CriterionError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_criterion_error_9148531622bafec0, []int{0, 0} -} - -// Container for enum describing possible criterion errors. -type CriterionErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CriterionErrorEnum) Reset() { *m = CriterionErrorEnum{} } -func (m *CriterionErrorEnum) String() string { return proto.CompactTextString(m) } -func (*CriterionErrorEnum) ProtoMessage() {} -func (*CriterionErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_criterion_error_9148531622bafec0, []int{0} -} -func (m *CriterionErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CriterionErrorEnum.Unmarshal(m, b) -} -func (m *CriterionErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CriterionErrorEnum.Marshal(b, m, deterministic) -} -func (dst *CriterionErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CriterionErrorEnum.Merge(dst, src) -} -func (m *CriterionErrorEnum) XXX_Size() int { - return xxx_messageInfo_CriterionErrorEnum.Size(m) -} -func (m *CriterionErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CriterionErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CriterionErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CriterionErrorEnum)(nil), "google.ads.googleads.v0.errors.CriterionErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.CriterionErrorEnum_CriterionError", CriterionErrorEnum_CriterionError_name, CriterionErrorEnum_CriterionError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/criterion_error.proto", fileDescriptor_criterion_error_9148531622bafec0) -} - -var fileDescriptor_criterion_error_9148531622bafec0 = []byte{ - // 1640 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x57, 0xef, 0x92, 0x1c, 0xb5, - 0x11, 0x8f, 0x4d, 0x02, 0x89, 0x9c, 0x80, 0x90, 0xff, 0xdb, 0xe7, 0xc3, 0x3e, 0x6c, 0x63, 0x8c, - 0xd9, 0x3b, 0xdb, 0xd8, 0xc0, 0x02, 0x49, 0xb4, 0xa3, 0xde, 0x59, 0xe5, 0x34, 0x92, 0x2c, 0x69, - 0xf6, 0x6e, 0xc9, 0x25, 0x2a, 0x87, 0x73, 0x5d, 0xb9, 0x0a, 0xbc, 0xd4, 0x1d, 0xe1, 0x81, 0xf2, - 0x31, 0x5f, 0xf3, 0x16, 0x3c, 0x4a, 0x3e, 0xe4, 0x19, 0x52, 0x3d, 0xb3, 0x9a, 0xd5, 0xec, 0xdd, - 0x61, 0x3e, 0xed, 0x56, 0xf7, 0xef, 0x27, 0x75, 0x4b, 0xbf, 0xee, 0xd6, 0x90, 0x4f, 0x0e, 0xe6, - 0xf3, 0x83, 0x6f, 0x5f, 0x6c, 0x3e, 0xdf, 0x3f, 0xda, 0x6c, 0xff, 0xe2, 0xbf, 0x1f, 0xb7, 0x36, - 0x5f, 0x1c, 0x1e, 0xce, 0x0f, 0x8f, 0x36, 0xbf, 0x39, 0x7c, 0xf9, 0xc3, 0x8b, 0xc3, 0x97, 0xf3, - 0x57, 0xb1, 0x31, 0x0c, 0xbe, 0x3f, 0x9c, 0xff, 0x30, 0x67, 0xeb, 0x2d, 0x74, 0xf0, 0x7c, 0xff, - 0x68, 0xd0, 0xb1, 0x06, 0x3f, 0x6e, 0x0d, 0x5a, 0xd6, 0xc6, 0x4f, 0x6b, 0x84, 0x15, 0x89, 0x09, - 0x68, 0x83, 0x57, 0xff, 0xfc, 0x6e, 0xe3, 0x3f, 0x6b, 0xe4, 0xed, 0xbe, 0x99, 0xbd, 0x43, 0xce, - 0xd5, 0xda, 0x5b, 0x28, 0xe4, 0x58, 0x82, 0xa0, 0xbf, 0x62, 0xe7, 0xc8, 0x5b, 0xb5, 0xde, 0xd6, - 0x66, 0x47, 0xd3, 0x33, 0xec, 0x1a, 0xb9, 0x54, 0x18, 0x5d, 0x38, 0x08, 0x10, 0xc3, 0xcc, 0x42, - 0x74, 0xf0, 0xac, 0x96, 0x0e, 0x04, 0x3d, 0xcb, 0x6e, 0x90, 0xab, 0x52, 0x4f, 0xb9, 0x92, 0x22, - 0xc2, 0x6e, 0xa1, 0x6a, 0x01, 0x22, 0x16, 0x3c, 0x40, 0x69, 0xdc, 0x8c, 0xbe, 0xc1, 0xae, 0x90, - 0x0b, 0xc9, 0xbd, 0x0d, 0xb3, 0x1d, 0xe3, 0x44, 0x0c, 0xb0, 0x1b, 0xe8, 0xaf, 0xd9, 0x55, 0x72, - 0x31, 0xb7, 0xc4, 0x60, 0x4c, 0x54, 0x46, 0x97, 0xf4, 0x37, 0x6c, 0x9d, 0x5c, 0x4b, 0xae, 0x09, - 0xf7, 0x8d, 0xa7, 0xe2, 0x7a, 0x16, 0xd1, 0xe2, 0xe9, 0x9b, 0xb8, 0x67, 0xee, 0x4f, 0x1b, 0x14, - 0x13, 0xee, 0x3c, 0x7d, 0x0b, 0x57, 0x4e, 0x26, 0xab, 0x78, 0x01, 0x15, 0xe8, 0x10, 0x6b, 0xa7, - 0xe8, 0x6f, 0xd9, 0x45, 0xf2, 0x6e, 0x72, 0xd5, 0x1e, 0x5c, 0x54, 0xd2, 0x07, 0xfa, 0xbb, 0x9c, - 0xd1, 0x98, 0xa5, 0x0e, 0xe0, 0xc0, 0x07, 0x4a, 0xd8, 0x6d, 0x72, 0x33, 0xb9, 0xc6, 0xc6, 0x55, - 0x3c, 0xe0, 0xcf, 0xca, 0xba, 0xe7, 0x30, 0xa2, 0x9e, 0x29, 0x4a, 0xbf, 0x4c, 0xe8, 0xf7, 0x6c, - 0x83, 0xac, 0xf7, 0xdd, 0x4d, 0xd8, 0x4a, 0x41, 0xc9, 0x55, 0x13, 0x36, 0xfd, 0x03, 0x7b, 0x40, - 0xee, 0x1d, 0xc7, 0x54, 0xb5, 0x0a, 0xd2, 0x2a, 0x88, 0x5e, 0x06, 0xc0, 0x4c, 0xa3, 0x92, 0x1a, - 0xe8, 0xdb, 0xec, 0x73, 0xf2, 0x64, 0x89, 0x96, 0x3e, 0x6a, 0x13, 0x22, 0x9f, 0x72, 0xa9, 0xf8, - 0x48, 0x41, 0x13, 0x62, 0xe0, 0xae, 0x84, 0x20, 0x75, 0x19, 0x8d, 0x6b, 0xaf, 0xc6, 0x4b, 0xa3, - 0xe9, 0x3b, 0xec, 0x12, 0x61, 0x29, 0xa3, 0x60, 0xac, 0x2c, 0xa2, 0xe5, 0x61, 0x42, 0x29, 0x9e, - 0x7a, 0xb2, 0xcf, 0x4c, 0x1d, 0xea, 0x11, 0x60, 0x68, 0x5a, 0x83, 0x8a, 0x52, 0xd0, 0x77, 0xd9, - 0x1a, 0xb9, 0xb2, 0xea, 0x9f, 0x4a, 0x01, 0x06, 0xbd, 0x8c, 0x7d, 0x40, 0xde, 0xef, 0xac, 0xe0, - 0x82, 0x2c, 0xda, 0xcc, 0x1a, 0xba, 0x00, 0xeb, 0x00, 0x45, 0x21, 0xe8, 0x79, 0x76, 0x9f, 0xdc, - 0x4d, 0x40, 0x01, 0x95, 0x29, 0x1d, 0xb7, 0x13, 0x59, 0x9c, 0x84, 0xbd, 0xc0, 0xae, 0x93, 0xcb, - 0x09, 0x8b, 0x27, 0x52, 0x6b, 0x5f, 0x5b, 0x6b, 0x1c, 0x3a, 0x2f, 0xb2, 0x9b, 0x64, 0xad, 0xe0, - 0x1a, 0x13, 0x5f, 0x08, 0x2f, 0x16, 0x4e, 0x06, 0x70, 0x92, 0x37, 0x22, 0xa5, 0x97, 0x30, 0xe2, - 0x05, 0x82, 0x0b, 0xb1, 0xe2, 0xbd, 0x8c, 0xaa, 0xee, 0x64, 0xe2, 0x8c, 0xa8, 0x8b, 0x10, 0xc7, - 0x52, 0x05, 0x70, 0xf4, 0x0a, 0x6e, 0xdc, 0xb7, 0x2d, 0x6f, 0xf3, 0x2a, 0x4a, 0x62, 0x65, 0x63, - 0x2f, 0x2b, 0xa9, 0xb8, 0xcb, 0x34, 0x75, 0x8d, 0xbd, 0x47, 0xae, 0xe7, 0x9b, 0x2b, 0xe3, 0x21, - 0x17, 0xdd, 0x75, 0x36, 0x24, 0x4f, 0x33, 0x80, 0x90, 0xde, 0x2a, 0x3e, 0x8b, 0x46, 0xab, 0x59, - 0x83, 0x40, 0x01, 0x45, 0x0f, 0xdc, 0x15, 0x93, 0xd6, 0x58, 0xf0, 0xca, 0x72, 0x59, 0x6a, 0x4f, - 0xd7, 0xd8, 0x13, 0xf2, 0xf0, 0x97, 0x72, 0x97, 0xb4, 0x1b, 0xec, 0x53, 0xf2, 0xf8, 0xf5, 0xb4, - 0x89, 0xb1, 0x16, 0x65, 0xb3, 0x24, 0xae, 0xb3, 0x87, 0xe4, 0xe3, 0x8c, 0xd8, 0xab, 0x91, 0x93, - 0xf7, 0x7a, 0x0f, 0x15, 0xba, 0xa0, 0x78, 0x08, 0x71, 0x24, 0x85, 0x8f, 0x46, 0xa7, 0x4b, 0x30, - 0xba, 0x6d, 0x24, 0x52, 0x1f, 0xa7, 0xde, 0x5c, 0x09, 0xb3, 0x76, 0xaa, 0xd9, 0x63, 0x85, 0x8a, - 0x1a, 0x4f, 0xa4, 0xf6, 0x4a, 0x6f, 0xe5, 0xd2, 0x96, 0x16, 0xc9, 0x0e, 0xbc, 0xa7, 0x1b, 0x79, - 0xd9, 0x4b, 0xbb, 0xa8, 0x63, 0xfa, 0x7e, 0x0e, 0xaf, 0xcc, 0x48, 0x2a, 0x88, 0xdc, 0x5a, 0x7a, - 0x1b, 0xaf, 0xee, 0xb8, 0x7d, 0xd9, 0xd5, 0xee, 0xe4, 0x5d, 0x6d, 0x19, 0x95, 0x14, 0xf4, 0x2e, - 0x0a, 0x67, 0x11, 0x7a, 0x5b, 0x7f, 0x4b, 0x3f, 0xfd, 0x20, 0x13, 0xce, 0xc2, 0x69, 0x46, 0xde, - 0x28, 0xec, 0xaa, 0x4b, 0xd4, 0x3d, 0x6c, 0x16, 0xf9, 0xa2, 0x91, 0x6b, 0xd1, 0x66, 0x5c, 0x49, - 0x5f, 0xf1, 0x50, 0x4c, 0xe8, 0x87, 0x79, 0x2d, 0x5a, 0x67, 0x76, 0x65, 0x25, 0xc3, 0x2c, 0x3a, - 0x2e, 0x64, 0xed, 0xe9, 0x7d, 0x5c, 0xe1, 0x34, 0x6f, 0xac, 0xb5, 0x0c, 0x9e, 0x7e, 0x84, 0xd5, - 0x93, 0x30, 0x3e, 0x38, 0x80, 0xb0, 0x38, 0xad, 0xa8, 0x40, 0x97, 0x61, 0x42, 0x1f, 0x60, 0x2a, - 0x5d, 0x92, 0x32, 0xcc, 0x34, 0xaf, 0x20, 0x39, 0x3f, 0xce, 0xdb, 0xbe, 0x83, 0x52, 0x1a, 0x5d, - 0x18, 0xd1, 0xb9, 0x07, 0xc7, 0xdd, 0x39, 0x7b, 0x33, 0x77, 0x5b, 0xe3, 0x03, 0x57, 0x39, 0x7b, - 0xab, 0x77, 0xbc, 0xa6, 0xd6, 0xc1, 0xcd, 0x22, 0x02, 0xe8, 0x43, 0x76, 0x81, 0xd0, 0xe4, 0x51, - 0x3c, 0xc8, 0x50, 0x0b, 0xa0, 0x8f, 0xf2, 0xeb, 0xc5, 0x12, 0x6d, 0xcd, 0x8f, 0xd9, 0x53, 0xf2, - 0x68, 0x99, 0x7e, 0x09, 0xc6, 0x1a, 0xa9, 0x43, 0x73, 0x9c, 0x29, 0xd7, 0x91, 0x09, 0xa8, 0xbc, - 0xe6, 0x4a, 0x46, 0x10, 0x75, 0xad, 0x14, 0xfd, 0xa4, 0x17, 0x5d, 0xc7, 0x4f, 0x62, 0x7a, 0x92, - 0x9f, 0x7d, 0x53, 0x08, 0xc2, 0x54, 0x5c, 0xea, 0x88, 0x19, 0xd2, 0xa7, 0x4d, 0x57, 0xea, 0x6e, - 0xcf, 0x72, 0xc7, 0x2b, 0xe8, 0xb5, 0x8f, 0x4f, 0xd9, 0x5d, 0xb2, 0xc1, 0x45, 0xf4, 0xc5, 0x04, - 0x44, 0xad, 0x20, 0x06, 0x59, 0x41, 0x5b, 0x4c, 0x53, 0xae, 0x7c, 0x34, 0x53, 0x70, 0x8a, 0x5b, - 0xfa, 0x19, 0x7b, 0x44, 0x06, 0x39, 0x2e, 0x41, 0x52, 0xbc, 0xde, 0x72, 0xbd, 0x9c, 0x0f, 0x82, - 0xcf, 0x3c, 0xfd, 0x9c, 0xdd, 0x21, 0xb7, 0xfa, 0x9c, 0x45, 0x9f, 0xcf, 0xf7, 0xa0, 0x43, 0xb6, - 0x45, 0x1e, 0xe4, 0x30, 0xd8, 0x2d, 0x00, 0x70, 0x70, 0x2f, 0xc3, 0xb0, 0x98, 0x18, 0xc7, 0xb6, - 0x50, 0xc9, 0x40, 0xbf, 0x60, 0x9b, 0xe4, 0xa3, 0x9c, 0xd1, 0x13, 0x68, 0xd2, 0x25, 0x36, 0x8d, - 0xb1, 0x04, 0x25, 0x3c, 0xfd, 0x32, 0xd3, 0xfa, 0xa8, 0x29, 0x23, 0x21, 0xc7, 0xb3, 0x95, 0x12, - 0xa6, 0x5f, 0x61, 0x8e, 0x3f, 0x87, 0xea, 0xea, 0xdb, 0xd8, 0x00, 0x22, 0x9a, 0x3a, 0xd0, 0x3f, - 0xb2, 0x7b, 0xe4, 0xf6, 0x71, 0x8e, 0x86, 0x92, 0x07, 0x39, 0xcd, 0x2b, 0xe9, 0x4f, 0x58, 0xc7, - 0x1d, 0x44, 0x82, 0x8b, 0x5c, 0x39, 0xe0, 0x62, 0x16, 0x61, 0x17, 0x9b, 0x1d, 0xfd, 0x33, 0xbb, - 0x4c, 0xce, 0x8f, 0x01, 0xf3, 0x16, 0xed, 0x00, 0x55, 0xca, 0xec, 0x80, 0xa0, 0x1c, 0xf7, 0xe0, - 0x45, 0xa3, 0xbd, 0x28, 0x35, 0x28, 0x59, 0xca, 0x34, 0x56, 0xfb, 0x53, 0x64, 0xc4, 0x06, 0xe4, - 0x7e, 0xcf, 0x14, 0xb3, 0xd7, 0x02, 0x06, 0x28, 0xf0, 0x54, 0x7c, 0x70, 0xd8, 0x3c, 0x66, 0xb4, - 0xc8, 0x66, 0xd2, 0xca, 0xd4, 0x32, 0x9a, 0x8a, 0xac, 0x7d, 0x38, 0xa8, 0x4c, 0x2f, 0x1d, 0xc0, - 0x81, 0x95, 0x86, 0x92, 0x2f, 0x8c, 0x85, 0xa5, 0xa8, 0xc6, 0x78, 0xf1, 0xc7, 0x7d, 0xcd, 0xa3, - 0x49, 0xc8, 0x0a, 0x34, 0x8e, 0x7e, 0x4f, 0x4b, 0x9c, 0xf1, 0x09, 0x66, 0xb9, 0x0b, 0x32, 0x34, - 0x77, 0x91, 0x96, 0x99, 0xb0, 0x0f, 0xc9, 0x9d, 0x93, 0xfd, 0xab, 0x4b, 0xc9, 0x95, 0x2a, 0x69, - 0x28, 0x9d, 0x9f, 0xfe, 0x65, 0xa5, 0x07, 0xf5, 0xdd, 0xed, 0xd9, 0x6d, 0xe7, 0x6f, 0xab, 0x84, - 0x49, 0x27, 0xd6, 0x35, 0x5b, 0x85, 0x27, 0x56, 0x49, 0xef, 0x9b, 0x73, 0x4c, 0xb3, 0xc9, 0x43, - 0xc0, 0xa7, 0x0d, 0xad, 0xf2, 0x30, 0x96, 0x22, 0xac, 0x75, 0x81, 0x91, 0x53, 0x8d, 0x12, 0x50, - 0xa6, 0xe0, 0x4d, 0x1e, 0x8b, 0x49, 0x9e, 0xdf, 0xb4, 0xc1, 0x13, 0x5f, 0x05, 0x2c, 0xd6, 0xa3, - 0x36, 0x93, 0x27, 0x0f, 0x81, 0xe3, 0x94, 0x4a, 0x57, 0xcd, 0xc3, 0x52, 0x9c, 0x6d, 0x47, 0x29, - 0x9d, 0xa9, 0x2d, 0x7d, 0x86, 0x73, 0x6f, 0x62, 0x02, 0xa8, 0x45, 0x3b, 0x8b, 0x66, 0x1c, 0x7d, - 0xc0, 0x29, 0xdb, 0x16, 0xb6, 0x8f, 0x3b, 0x32, 0x4c, 0x5a, 0x09, 0x36, 0x89, 0x76, 0x17, 0xec, - 0x18, 0x27, 0x5f, 0xb5, 0x54, 0x2e, 0xa6, 0x5c, 0x17, 0x10, 0x47, 0xc6, 0x6c, 0x23, 0x68, 0x47, - 0x6a, 0x61, 0x76, 0x5e, 0xbf, 0x84, 0x47, 0x39, 0x36, 0x25, 0x18, 0xa5, 0x2e, 0x4c, 0x65, 0x79, - 0x68, 0x84, 0xdb, 0xe0, 0xbb, 0x12, 0xe9, 0x5e, 0x86, 0x34, 0xe4, 0xc7, 0xb7, 0x03, 0x23, 0xcb, - 0x4b, 0x88, 0x85, 0xd1, 0xa2, 0xb9, 0x78, 0x5a, 0xb3, 0x5b, 0xe4, 0xc6, 0xa9, 0xee, 0xe6, 0xe9, - 0x3b, 0x45, 0xc9, 0x9c, 0xe8, 0xca, 0xfa, 0x2a, 0x54, 0x36, 0xcc, 0xe8, 0x0e, 0x06, 0x77, 0x32, - 0x34, 0x7b, 0xd8, 0xa1, 0x12, 0x82, 0x29, 0x8c, 0xa2, 0xbb, 0xa7, 0xe3, 0x97, 0x4b, 0x67, 0x63, - 0x7e, 0xc6, 0x80, 0xf0, 0x93, 0xf1, 0xa9, 0x45, 0x9b, 0x80, 0x0e, 0x2f, 0x7d, 0xc0, 0x67, 0x73, - 0x73, 0x2a, 0xdd, 0x2d, 0x26, 0x49, 0x7d, 0x8d, 0x8f, 0x9d, 0xd7, 0x6d, 0x6b, 0xeb, 0x91, 0x92, - 0x45, 0xf4, 0xf5, 0x78, 0x2c, 0x77, 0xe9, 0x5f, 0xb1, 0x3d, 0x9e, 0x4c, 0xe9, 0xf4, 0xdd, 0x23, - 0xec, 0xa1, 0x4a, 0x4e, 0x26, 0x4c, 0xb9, 0xaa, 0x21, 0x06, 0xc7, 0x8b, 0xed, 0xc5, 0xff, 0xa6, - 0xd9, 0x77, 0xef, 0xde, 0xbf, 0xb1, 0x2f, 0xc9, 0x67, 0x1d, 0xb5, 0xeb, 0x94, 0x48, 0x85, 0x67, - 0x35, 0xb6, 0xee, 0x82, 0xeb, 0x38, 0xe1, 0x53, 0x68, 0xdf, 0x75, 0x46, 0xe7, 0x37, 0xfa, 0x77, - 0x7c, 0x5b, 0x1d, 0x67, 0xf7, 0xb6, 0x88, 0x8d, 0x41, 0x47, 0xe1, 0x79, 0xe4, 0x22, 0xb6, 0xba, - 0x8e, 0xa3, 0xff, 0x9d, 0x21, 0x1b, 0xdf, 0xcc, 0xbf, 0x1b, 0xfc, 0xfc, 0x37, 0xe7, 0xe8, 0x7c, - 0xff, 0xcb, 0xd2, 0xe2, 0x87, 0xaa, 0x3d, 0xf3, 0xb5, 0x58, 0xd0, 0x0e, 0xe6, 0xdf, 0x3e, 0x7f, - 0x75, 0x30, 0x98, 0x1f, 0x1e, 0x6c, 0x1e, 0xbc, 0x78, 0xd5, 0x7c, 0xc6, 0xa6, 0x0f, 0xde, 0xef, - 0x5f, 0x1e, 0x9d, 0xf6, 0xfd, 0xfb, 0x45, 0xfb, 0xf3, 0xaf, 0xb3, 0x6f, 0x94, 0x9c, 0xff, 0xfb, - 0xec, 0x7a, 0xd9, 0x2e, 0xc6, 0xf7, 0x8f, 0x06, 0xed, 0x5f, 0xfc, 0x37, 0xdd, 0x1a, 0x34, 0x5b, - 0x1e, 0xfd, 0x94, 0x00, 0x7b, 0x7c, 0xff, 0x68, 0xaf, 0x03, 0xec, 0x4d, 0xb7, 0xf6, 0x5a, 0xc0, - 0x7f, 0xcf, 0x6e, 0xb4, 0xd6, 0xe1, 0x90, 0xef, 0x1f, 0x0d, 0x87, 0x1d, 0x64, 0x38, 0x9c, 0x6e, - 0x0d, 0x87, 0x2d, 0xe8, 0x1f, 0x6f, 0x36, 0xd1, 0x3d, 0xfe, 0x7f, 0x00, 0x00, 0x00, 0xff, 0xff, - 0x80, 0xa6, 0xb7, 0xd7, 0x9c, 0x0f, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/customer_client_link_error.pb.go b/googleapis/ads/googleads/v0/errors/customer_client_link_error.pb.go deleted file mode 100644 index 323da02f00..0000000000 --- a/googleapis/ads/googleads/v0/errors/customer_client_link_error.pb.go +++ /dev/null @@ -1,145 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/customer_client_link_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible CustomerClientLink errors. -type CustomerClientLinkErrorEnum_CustomerClientLinkError int32 - -const ( - // Enum unspecified. - CustomerClientLinkErrorEnum_UNSPECIFIED CustomerClientLinkErrorEnum_CustomerClientLinkError = 0 - // The received error code is not known in this version. - CustomerClientLinkErrorEnum_UNKNOWN CustomerClientLinkErrorEnum_CustomerClientLinkError = 1 - // Trying to manage a client that already in being managed by customer. - CustomerClientLinkErrorEnum_CLIENT_ALREADY_INVITED_BY_THIS_MANAGER CustomerClientLinkErrorEnum_CustomerClientLinkError = 2 - // Already managed by some other manager in the hierarchy. - CustomerClientLinkErrorEnum_CLIENT_ALREADY_MANAGED_IN_HIERARCHY CustomerClientLinkErrorEnum_CustomerClientLinkError = 3 - // Attempt to create a cycle in the hierarchy. - CustomerClientLinkErrorEnum_CYCLIC_LINK_NOT_ALLOWED CustomerClientLinkErrorEnum_CustomerClientLinkError = 4 - // Managed accounts has the maximum number of linked accounts. - CustomerClientLinkErrorEnum_CUSTOMER_HAS_TOO_MANY_ACCOUNTS CustomerClientLinkErrorEnum_CustomerClientLinkError = 5 - // Invitor has the maximum pending invitations. - CustomerClientLinkErrorEnum_CLIENT_HAS_TOO_MANY_INVITATIONS CustomerClientLinkErrorEnum_CustomerClientLinkError = 6 - // Attempt to change hidden status of a link that is not active. - CustomerClientLinkErrorEnum_CANNOT_HIDE_OR_UNHIDE_MANAGER_ACCOUNTS CustomerClientLinkErrorEnum_CustomerClientLinkError = 7 - // Parent manager account has the maximum number of linked accounts. - CustomerClientLinkErrorEnum_CUSTOMER_HAS_TOO_MANY_ACCOUNTS_AT_MANAGER CustomerClientLinkErrorEnum_CustomerClientLinkError = 8 -) - -var CustomerClientLinkErrorEnum_CustomerClientLinkError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CLIENT_ALREADY_INVITED_BY_THIS_MANAGER", - 3: "CLIENT_ALREADY_MANAGED_IN_HIERARCHY", - 4: "CYCLIC_LINK_NOT_ALLOWED", - 5: "CUSTOMER_HAS_TOO_MANY_ACCOUNTS", - 6: "CLIENT_HAS_TOO_MANY_INVITATIONS", - 7: "CANNOT_HIDE_OR_UNHIDE_MANAGER_ACCOUNTS", - 8: "CUSTOMER_HAS_TOO_MANY_ACCOUNTS_AT_MANAGER", -} -var CustomerClientLinkErrorEnum_CustomerClientLinkError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CLIENT_ALREADY_INVITED_BY_THIS_MANAGER": 2, - "CLIENT_ALREADY_MANAGED_IN_HIERARCHY": 3, - "CYCLIC_LINK_NOT_ALLOWED": 4, - "CUSTOMER_HAS_TOO_MANY_ACCOUNTS": 5, - "CLIENT_HAS_TOO_MANY_INVITATIONS": 6, - "CANNOT_HIDE_OR_UNHIDE_MANAGER_ACCOUNTS": 7, - "CUSTOMER_HAS_TOO_MANY_ACCOUNTS_AT_MANAGER": 8, -} - -func (x CustomerClientLinkErrorEnum_CustomerClientLinkError) String() string { - return proto.EnumName(CustomerClientLinkErrorEnum_CustomerClientLinkError_name, int32(x)) -} -func (CustomerClientLinkErrorEnum_CustomerClientLinkError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_customer_client_link_error_18353649132f4207, []int{0, 0} -} - -// Container for enum describing possible CustomeClientLink errors. -type CustomerClientLinkErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CustomerClientLinkErrorEnum) Reset() { *m = CustomerClientLinkErrorEnum{} } -func (m *CustomerClientLinkErrorEnum) String() string { return proto.CompactTextString(m) } -func (*CustomerClientLinkErrorEnum) ProtoMessage() {} -func (*CustomerClientLinkErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_link_error_18353649132f4207, []int{0} -} -func (m *CustomerClientLinkErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CustomerClientLinkErrorEnum.Unmarshal(m, b) -} -func (m *CustomerClientLinkErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CustomerClientLinkErrorEnum.Marshal(b, m, deterministic) -} -func (dst *CustomerClientLinkErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CustomerClientLinkErrorEnum.Merge(dst, src) -} -func (m *CustomerClientLinkErrorEnum) XXX_Size() int { - return xxx_messageInfo_CustomerClientLinkErrorEnum.Size(m) -} -func (m *CustomerClientLinkErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CustomerClientLinkErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CustomerClientLinkErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CustomerClientLinkErrorEnum)(nil), "google.ads.googleads.v0.errors.CustomerClientLinkErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.CustomerClientLinkErrorEnum_CustomerClientLinkError", CustomerClientLinkErrorEnum_CustomerClientLinkError_name, CustomerClientLinkErrorEnum_CustomerClientLinkError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/customer_client_link_error.proto", fileDescriptor_customer_client_link_error_18353649132f4207) -} - -var fileDescriptor_customer_client_link_error_18353649132f4207 = []byte{ - // 439 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xcf, 0x6a, 0xdb, 0x40, - 0x10, 0xc6, 0x6b, 0xa5, 0x4d, 0xca, 0xe6, 0x50, 0xa1, 0x4b, 0x0e, 0x29, 0x2e, 0x28, 0xd0, 0xd2, - 0x42, 0x57, 0x82, 0xde, 0xd4, 0x43, 0x59, 0xaf, 0xb6, 0xd6, 0x12, 0x65, 0xd7, 0xe8, 0x8f, 0x83, - 0x8a, 0x61, 0x70, 0x2d, 0x21, 0x4c, 0x6c, 0x6d, 0xd0, 0x3a, 0x79, 0xa0, 0x1e, 0xfb, 0x28, 0x85, - 0xbe, 0x48, 0xa1, 0xe7, 0x5e, 0x8b, 0xb4, 0x8e, 0x4b, 0x03, 0xf6, 0x49, 0x1f, 0x9a, 0x6f, 0x7e, - 0xf3, 0x49, 0x33, 0xe8, 0x53, 0xad, 0x54, 0xbd, 0xaa, 0xbc, 0x79, 0xa9, 0x3d, 0x23, 0x3b, 0x75, - 0xef, 0x7b, 0x55, 0xdb, 0xaa, 0x56, 0x7b, 0x8b, 0x3b, 0xbd, 0x51, 0xeb, 0xaa, 0x85, 0xc5, 0x6a, - 0x59, 0x35, 0x1b, 0x58, 0x2d, 0x9b, 0x1b, 0xe8, 0x6b, 0xf8, 0xb6, 0x55, 0x1b, 0xe5, 0x0c, 0x4d, - 0x17, 0x9e, 0x97, 0x1a, 0xef, 0x00, 0xf8, 0xde, 0xc7, 0x06, 0xe0, 0xfe, 0xb6, 0xd0, 0x39, 0xdd, - 0x42, 0x68, 0xcf, 0x88, 0x97, 0xcd, 0x0d, 0xeb, 0x8a, 0xac, 0xb9, 0x5b, 0xbb, 0x3f, 0x2d, 0x74, - 0xb6, 0xa7, 0xee, 0xbc, 0x40, 0xa7, 0xb9, 0x48, 0x27, 0x8c, 0xf2, 0xcf, 0x9c, 0x85, 0xf6, 0x13, - 0xe7, 0x14, 0x9d, 0xe4, 0xe2, 0x52, 0xc8, 0x6b, 0x61, 0x0f, 0x9c, 0x77, 0xe8, 0x35, 0x8d, 0x39, - 0x13, 0x19, 0x90, 0x38, 0x61, 0x24, 0x2c, 0x80, 0x8b, 0x29, 0xcf, 0x58, 0x08, 0xa3, 0x02, 0xb2, - 0x88, 0xa7, 0x70, 0x45, 0x04, 0x19, 0xb3, 0xc4, 0xb6, 0x9c, 0x37, 0xe8, 0xe2, 0x91, 0xd7, 0xd4, - 0x42, 0xe0, 0x02, 0x22, 0xce, 0x12, 0x92, 0xd0, 0xa8, 0xb0, 0x8f, 0x9c, 0x73, 0x74, 0x46, 0x0b, - 0x1a, 0x73, 0x0a, 0x31, 0x17, 0x97, 0x20, 0x64, 0xd7, 0x11, 0xcb, 0x6b, 0x16, 0xda, 0x4f, 0x1d, - 0x17, 0x0d, 0x69, 0x9e, 0x66, 0xf2, 0x8a, 0x25, 0x10, 0x91, 0x14, 0x32, 0x29, 0x3b, 0x4e, 0x01, - 0x84, 0x52, 0x99, 0x8b, 0x2c, 0xb5, 0x9f, 0x39, 0x17, 0xe8, 0xd5, 0x76, 0xd2, 0x7f, 0x8e, 0x3e, - 0x1a, 0xc9, 0xb8, 0x14, 0xa9, 0x7d, 0xdc, 0x47, 0x27, 0xa2, 0x83, 0x47, 0x3c, 0x64, 0x20, 0x13, - 0xc8, 0x45, 0xaf, 0xb6, 0x89, 0xff, 0x01, 0x4f, 0x9c, 0xf7, 0xe8, 0xed, 0xe1, 0xa1, 0x40, 0xb2, - 0xdd, 0x97, 0x3e, 0x1f, 0xfd, 0x19, 0x20, 0x77, 0xa1, 0xd6, 0xf8, 0xf0, 0x5a, 0x46, 0x2f, 0xf7, - 0xfc, 0xf3, 0x49, 0xb7, 0xd4, 0xc9, 0xe0, 0x4b, 0xb8, 0xed, 0xaf, 0xd5, 0x6a, 0xde, 0xd4, 0x58, - 0xb5, 0xb5, 0x57, 0x57, 0x4d, 0xbf, 0xf2, 0x87, 0x3b, 0xb9, 0x5d, 0xea, 0x7d, 0x67, 0xf3, 0xd1, - 0x3c, 0xbe, 0x59, 0x47, 0x63, 0x42, 0xbe, 0x5b, 0xc3, 0xb1, 0x81, 0x91, 0x52, 0x63, 0x23, 0x3b, - 0x35, 0xf5, 0x71, 0x3f, 0x52, 0xff, 0x78, 0x30, 0xcc, 0x48, 0xa9, 0x67, 0x3b, 0xc3, 0x6c, 0xea, - 0xcf, 0x8c, 0xe1, 0x97, 0xe5, 0x9a, 0xb7, 0x41, 0x40, 0x4a, 0x1d, 0x04, 0x3b, 0x4b, 0x10, 0x4c, - 0xfd, 0x20, 0x30, 0xa6, 0xaf, 0xc7, 0x7d, 0xba, 0x0f, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x06, - 0x40, 0x7b, 0x45, 0xd3, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/customer_error.pb.go b/googleapis/ads/googleads/v0/errors/customer_error.pb.go deleted file mode 100644 index 10ec291bdb..0000000000 --- a/googleapis/ads/googleads/v0/errors/customer_error.pb.go +++ /dev/null @@ -1,120 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/customer_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Set of errors that are related to requests dealing with Customer. -// Next id: 26 -type CustomerErrorEnum_CustomerError int32 - -const ( - // Enum unspecified. - CustomerErrorEnum_UNSPECIFIED CustomerErrorEnum_CustomerError = 0 - // The received error code is not known in this version. - CustomerErrorEnum_UNKNOWN CustomerErrorEnum_CustomerError = 1 - // Customer status is not allowed to be changed from DRAFT and CLOSED. - // Currency code and at least one of country code and time zone needs to be - // set when status is changed to ENABLED. - CustomerErrorEnum_STATUS_CHANGE_DISALLOWED CustomerErrorEnum_CustomerError = 2 - // CustomerService cannot get a customer that has not been fully set up. - CustomerErrorEnum_ACCOUNT_NOT_SET_UP CustomerErrorEnum_CustomerError = 3 -) - -var CustomerErrorEnum_CustomerError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "STATUS_CHANGE_DISALLOWED", - 3: "ACCOUNT_NOT_SET_UP", -} -var CustomerErrorEnum_CustomerError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "STATUS_CHANGE_DISALLOWED": 2, - "ACCOUNT_NOT_SET_UP": 3, -} - -func (x CustomerErrorEnum_CustomerError) String() string { - return proto.EnumName(CustomerErrorEnum_CustomerError_name, int32(x)) -} -func (CustomerErrorEnum_CustomerError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_customer_error_d77fbc4b55196b7d, []int{0, 0} -} - -// Container for enum describing possible customer errors. -type CustomerErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CustomerErrorEnum) Reset() { *m = CustomerErrorEnum{} } -func (m *CustomerErrorEnum) String() string { return proto.CompactTextString(m) } -func (*CustomerErrorEnum) ProtoMessage() {} -func (*CustomerErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_error_d77fbc4b55196b7d, []int{0} -} -func (m *CustomerErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CustomerErrorEnum.Unmarshal(m, b) -} -func (m *CustomerErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CustomerErrorEnum.Marshal(b, m, deterministic) -} -func (dst *CustomerErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CustomerErrorEnum.Merge(dst, src) -} -func (m *CustomerErrorEnum) XXX_Size() int { - return xxx_messageInfo_CustomerErrorEnum.Size(m) -} -func (m *CustomerErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CustomerErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CustomerErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CustomerErrorEnum)(nil), "google.ads.googleads.v0.errors.CustomerErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.CustomerErrorEnum_CustomerError", CustomerErrorEnum_CustomerError_name, CustomerErrorEnum_CustomerError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/customer_error.proto", fileDescriptor_customer_error_d77fbc4b55196b7d) -} - -var fileDescriptor_customer_error_d77fbc4b55196b7d = []byte{ - // 307 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdf, 0x4a, 0xfb, 0x30, - 0x1c, 0xc5, 0x7f, 0xeb, 0xe0, 0x27, 0x64, 0x88, 0x35, 0x17, 0xe2, 0x85, 0xec, 0xa2, 0x0f, 0x90, - 0x16, 0x76, 0x17, 0xaf, 0xb2, 0x36, 0xce, 0xe1, 0x48, 0x0b, 0xfd, 0x33, 0x90, 0x42, 0xa8, 0x6d, - 0x09, 0xc2, 0xda, 0x8c, 0x64, 0x1b, 0x3e, 0x8f, 0x97, 0x3e, 0x8a, 0x8f, 0x22, 0xf8, 0x0e, 0xd2, - 0x66, 0x2b, 0xec, 0x42, 0xaf, 0x72, 0x72, 0xf8, 0x9c, 0xe4, 0x7c, 0xbf, 0x60, 0x26, 0xa4, 0x14, - 0x9b, 0xda, 0x2d, 0x2a, 0xed, 0x1a, 0xd9, 0xa9, 0x83, 0xe7, 0xd6, 0x4a, 0x49, 0xa5, 0xdd, 0x72, - 0xaf, 0x77, 0xb2, 0xa9, 0x15, 0xef, 0xef, 0x68, 0xab, 0xe4, 0x4e, 0xc2, 0xa9, 0x21, 0x51, 0x51, - 0x69, 0x34, 0x84, 0xd0, 0xc1, 0x43, 0x26, 0xe4, 0xbc, 0x81, 0x6b, 0xff, 0x98, 0xa3, 0x9d, 0x43, - 0xdb, 0x7d, 0xe3, 0x94, 0xe0, 0xf2, 0xcc, 0x84, 0x57, 0x60, 0x92, 0xb2, 0x38, 0xa2, 0xfe, 0xf2, - 0x61, 0x49, 0x03, 0xfb, 0x1f, 0x9c, 0x80, 0x8b, 0x94, 0x3d, 0xb1, 0x70, 0xcd, 0xec, 0x11, 0xbc, - 0x03, 0xb7, 0x71, 0x42, 0x92, 0x34, 0xe6, 0xfe, 0x23, 0x61, 0x0b, 0xca, 0x83, 0x65, 0x4c, 0x56, - 0xab, 0x70, 0x4d, 0x03, 0xdb, 0x82, 0x37, 0x00, 0x12, 0xdf, 0x0f, 0x53, 0x96, 0x70, 0x16, 0x26, - 0x3c, 0xa6, 0x09, 0x4f, 0x23, 0x7b, 0x3c, 0xff, 0x1e, 0x01, 0xa7, 0x94, 0x0d, 0xfa, 0xbb, 0xe0, - 0x1c, 0x9e, 0x35, 0x89, 0xba, 0xa1, 0xa2, 0xd1, 0x73, 0x70, 0x4c, 0x09, 0xb9, 0x29, 0x5a, 0x81, - 0xa4, 0x12, 0xae, 0xa8, 0xdb, 0x7e, 0xe4, 0xd3, 0x6e, 0xb6, 0xaf, 0xfa, 0xb7, 0x55, 0xdd, 0x9b, - 0xe3, 0xdd, 0x1a, 0x2f, 0x08, 0xf9, 0xb0, 0xa6, 0x0b, 0xf3, 0x18, 0xa9, 0x34, 0x32, 0xb2, 0x53, - 0x99, 0x87, 0xfa, 0x2f, 0xf5, 0xe7, 0x09, 0xc8, 0x49, 0xa5, 0xf3, 0x01, 0xc8, 0x33, 0x2f, 0x37, - 0xc0, 0x97, 0xe5, 0x18, 0x17, 0x63, 0x52, 0x69, 0x8c, 0x07, 0x04, 0xe3, 0xcc, 0xc3, 0xd8, 0x40, - 0x2f, 0xff, 0xfb, 0x76, 0xb3, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd4, 0xb9, 0xcb, 0xa3, 0xc7, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/customer_feed_error.pb.go b/googleapis/ads/googleads/v0/errors/customer_feed_error.pb.go deleted file mode 100644 index 7686b4f2e9..0000000000 --- a/googleapis/ads/googleads/v0/errors/customer_feed_error.pb.go +++ /dev/null @@ -1,145 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/customer_feed_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible customer feed errors. -type CustomerFeedErrorEnum_CustomerFeedError int32 - -const ( - // Enum unspecified. - CustomerFeedErrorEnum_UNSPECIFIED CustomerFeedErrorEnum_CustomerFeedError = 0 - // The received error code is not known in this version. - CustomerFeedErrorEnum_UNKNOWN CustomerFeedErrorEnum_CustomerFeedError = 1 - // An active feed already exists for this customer and place holder type. - CustomerFeedErrorEnum_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE CustomerFeedErrorEnum_CustomerFeedError = 2 - // The specified feed is removed. - CustomerFeedErrorEnum_CANNOT_CREATE_FOR_REMOVED_FEED CustomerFeedErrorEnum_CustomerFeedError = 3 - // The CustomerFeed already exists. Update should be used to modify the - // existing CustomerFeed. - CustomerFeedErrorEnum_CANNOT_CREATE_ALREADY_EXISTING_CUSTOMER_FEED CustomerFeedErrorEnum_CustomerFeedError = 4 - // Cannot update removed customer feed. - CustomerFeedErrorEnum_CANNOT_MODIFY_REMOVED_CUSTOMER_FEED CustomerFeedErrorEnum_CustomerFeedError = 5 - // Invalid placeholder type. - CustomerFeedErrorEnum_INVALID_PLACEHOLDER_TYPE CustomerFeedErrorEnum_CustomerFeedError = 6 - // Feed mapping for this placeholder type does not exist. - CustomerFeedErrorEnum_MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE CustomerFeedErrorEnum_CustomerFeedError = 7 - // Placeholder not allowed at the account level. - CustomerFeedErrorEnum_PLACEHOLDER_TYPE_NOT_ALLOWED_ON_CUSTOMER_FEED CustomerFeedErrorEnum_CustomerFeedError = 8 -) - -var CustomerFeedErrorEnum_CustomerFeedError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE", - 3: "CANNOT_CREATE_FOR_REMOVED_FEED", - 4: "CANNOT_CREATE_ALREADY_EXISTING_CUSTOMER_FEED", - 5: "CANNOT_MODIFY_REMOVED_CUSTOMER_FEED", - 6: "INVALID_PLACEHOLDER_TYPE", - 7: "MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE", - 8: "PLACEHOLDER_TYPE_NOT_ALLOWED_ON_CUSTOMER_FEED", -} -var CustomerFeedErrorEnum_CustomerFeedError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE": 2, - "CANNOT_CREATE_FOR_REMOVED_FEED": 3, - "CANNOT_CREATE_ALREADY_EXISTING_CUSTOMER_FEED": 4, - "CANNOT_MODIFY_REMOVED_CUSTOMER_FEED": 5, - "INVALID_PLACEHOLDER_TYPE": 6, - "MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE": 7, - "PLACEHOLDER_TYPE_NOT_ALLOWED_ON_CUSTOMER_FEED": 8, -} - -func (x CustomerFeedErrorEnum_CustomerFeedError) String() string { - return proto.EnumName(CustomerFeedErrorEnum_CustomerFeedError_name, int32(x)) -} -func (CustomerFeedErrorEnum_CustomerFeedError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_customer_feed_error_6abe6fa01292e2de, []int{0, 0} -} - -// Container for enum describing possible customer feed errors. -type CustomerFeedErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CustomerFeedErrorEnum) Reset() { *m = CustomerFeedErrorEnum{} } -func (m *CustomerFeedErrorEnum) String() string { return proto.CompactTextString(m) } -func (*CustomerFeedErrorEnum) ProtoMessage() {} -func (*CustomerFeedErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_feed_error_6abe6fa01292e2de, []int{0} -} -func (m *CustomerFeedErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CustomerFeedErrorEnum.Unmarshal(m, b) -} -func (m *CustomerFeedErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CustomerFeedErrorEnum.Marshal(b, m, deterministic) -} -func (dst *CustomerFeedErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CustomerFeedErrorEnum.Merge(dst, src) -} -func (m *CustomerFeedErrorEnum) XXX_Size() int { - return xxx_messageInfo_CustomerFeedErrorEnum.Size(m) -} -func (m *CustomerFeedErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CustomerFeedErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CustomerFeedErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CustomerFeedErrorEnum)(nil), "google.ads.googleads.v0.errors.CustomerFeedErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.CustomerFeedErrorEnum_CustomerFeedError", CustomerFeedErrorEnum_CustomerFeedError_name, CustomerFeedErrorEnum_CustomerFeedError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/customer_feed_error.proto", fileDescriptor_customer_feed_error_6abe6fa01292e2de) -} - -var fileDescriptor_customer_feed_error_6abe6fa01292e2de = []byte{ - // 425 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xc1, 0x6e, 0xd3, 0x40, - 0x10, 0x86, 0x89, 0x0b, 0x2d, 0xda, 0x1e, 0x08, 0x2b, 0x81, 0x38, 0xa0, 0x1c, 0xcc, 0x01, 0x0e, - 0x65, 0x6d, 0xc4, 0x05, 0x99, 0xd3, 0xd6, 0x3b, 0x0e, 0x16, 0xf6, 0xae, 0x65, 0x3b, 0x2e, 0x41, - 0x91, 0x56, 0xa1, 0x36, 0x16, 0x52, 0x93, 0xad, 0xbc, 0x6d, 0x1f, 0x88, 0x23, 0x8f, 0xc2, 0x3b, - 0xf0, 0x02, 0xdc, 0x38, 0x71, 0x45, 0xeb, 0x4d, 0x2d, 0x25, 0x01, 0x4e, 0xfe, 0x35, 0xfe, 0xfe, - 0x99, 0x59, 0xfd, 0x83, 0xde, 0xb4, 0x4a, 0xb5, 0x17, 0x8d, 0xb7, 0xac, 0xb5, 0x67, 0xa5, 0x51, - 0x37, 0xbe, 0xd7, 0x74, 0x9d, 0xea, 0xb4, 0x77, 0x7e, 0xad, 0xaf, 0xd4, 0xaa, 0xe9, 0xe4, 0xe7, - 0xa6, 0xa9, 0x65, 0x5f, 0x24, 0x97, 0x9d, 0xba, 0x52, 0x78, 0x62, 0x71, 0xb2, 0xac, 0x35, 0x19, - 0x9c, 0xe4, 0xc6, 0x27, 0xd6, 0xe9, 0xfe, 0x76, 0xd0, 0xa3, 0x70, 0xe3, 0x8e, 0x9a, 0xa6, 0x06, - 0x53, 0x86, 0xf5, 0xf5, 0xca, 0xfd, 0xe1, 0xa0, 0x87, 0x7b, 0x7f, 0xf0, 0x03, 0x74, 0x3c, 0xe3, - 0x45, 0x06, 0x61, 0x1c, 0xc5, 0xc0, 0xc6, 0x77, 0xf0, 0x31, 0x3a, 0x9a, 0xf1, 0xf7, 0x5c, 0x9c, - 0xf1, 0xf1, 0x08, 0x9f, 0xa0, 0x17, 0x11, 0x00, 0x93, 0x34, 0xc9, 0x81, 0xb2, 0xb9, 0x84, 0x0f, - 0x71, 0x51, 0x16, 0x32, 0x12, 0xb9, 0xcc, 0x12, 0x1a, 0xc2, 0x3b, 0x91, 0x30, 0xc8, 0x65, 0x39, - 0xcf, 0x60, 0xec, 0x60, 0x17, 0x4d, 0x42, 0xca, 0xb9, 0x28, 0x65, 0x98, 0x03, 0x2d, 0xa1, 0xe7, - 0x72, 0x48, 0x45, 0x05, 0x4c, 0x9a, 0x3e, 0xe3, 0x03, 0xec, 0xa3, 0x93, 0x6d, 0x66, 0xab, 0x75, - 0xcc, 0xa7, 0x32, 0x9c, 0x15, 0xa5, 0x48, 0x21, 0xb7, 0x8e, 0xbb, 0xf8, 0x39, 0x7a, 0xb6, 0x71, - 0xa4, 0x82, 0xc5, 0xd1, 0x7c, 0xe8, 0xb8, 0x0d, 0xde, 0xc3, 0x4f, 0xd1, 0x93, 0x98, 0x57, 0x34, - 0x89, 0xd9, 0xfe, 0x72, 0x87, 0xe6, 0x29, 0x69, 0x5c, 0x14, 0x66, 0x82, 0xe1, 0x53, 0x9a, 0x65, - 0xbd, 0xfe, 0xdb, 0x53, 0x8e, 0xf0, 0x2b, 0xf4, 0x72, 0xb7, 0x2a, 0xcd, 0x0a, 0x34, 0x49, 0xc4, - 0x19, 0x30, 0x29, 0xf8, 0xce, 0xf8, 0xfb, 0xa7, 0xbf, 0x46, 0xc8, 0x3d, 0x57, 0x2b, 0xf2, 0xff, - 0x80, 0x4e, 0x1f, 0xef, 0x65, 0x90, 0x99, 0x60, 0xb3, 0xd1, 0x47, 0xb6, 0x71, 0xb6, 0xea, 0x62, - 0xb9, 0x6e, 0x89, 0xea, 0x5a, 0xaf, 0x6d, 0xd6, 0x7d, 0xec, 0xb7, 0x47, 0x72, 0xf9, 0x45, 0xff, - 0xeb, 0x66, 0xde, 0xda, 0xcf, 0x57, 0xe7, 0x60, 0x4a, 0xe9, 0x37, 0x67, 0x32, 0xb5, 0xcd, 0x68, - 0xad, 0x89, 0x95, 0x46, 0x55, 0x3e, 0xe9, 0x47, 0xea, 0xef, 0xb7, 0xc0, 0x82, 0xd6, 0x7a, 0x31, - 0x00, 0x8b, 0xca, 0x5f, 0x58, 0xe0, 0xa7, 0xe3, 0xda, 0x6a, 0x10, 0xd0, 0x5a, 0x07, 0xc1, 0x80, - 0x04, 0x41, 0xe5, 0x07, 0x81, 0x85, 0x3e, 0x1d, 0xf6, 0xdb, 0xbd, 0xfe, 0x13, 0x00, 0x00, 0xff, - 0xff, 0x29, 0x1f, 0x8c, 0xe2, 0xd0, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/customer_manager_link_error.pb.go b/googleapis/ads/googleads/v0/errors/customer_manager_link_error.pb.go deleted file mode 100644 index 2eca3bbf81..0000000000 --- a/googleapis/ads/googleads/v0/errors/customer_manager_link_error.pb.go +++ /dev/null @@ -1,154 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/customer_manager_link_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible CustomerManagerLink errors. -type CustomerManagerLinkErrorEnum_CustomerManagerLinkError int32 - -const ( - // Enum unspecified. - CustomerManagerLinkErrorEnum_UNSPECIFIED CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 0 - // The received error code is not known in this version. - CustomerManagerLinkErrorEnum_UNKNOWN CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 1 - // No pending invitation. - CustomerManagerLinkErrorEnum_NO_PENDING_INVITE CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 2 - // Attempt to operate on the same client more than once in the same call. - CustomerManagerLinkErrorEnum_SAME_CLIENT_MORE_THAN_ONCE_PER_CALL CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 3 - // Manager account has the maximum number of linked accounts. - CustomerManagerLinkErrorEnum_MANAGER_HAS_MAX_NUMBER_OF_LINKED_ACCOUNTS CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 4 - // If no active user on account it cannot be unlinked from its manager. - CustomerManagerLinkErrorEnum_CANNOT_UNLINK_ACCOUNT_WITHOUT_ACTIVE_USER CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 5 - // Account should have at least one active owner on it before being - // unlinked. - CustomerManagerLinkErrorEnum_CANNOT_REMOVE_LAST_CLIENT_ACCOUNT_OWNER CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 6 - // Only account owners may change their permission role. - CustomerManagerLinkErrorEnum_CANNOT_CHANGE_ROLE_BY_NON_ACCOUNT_OWNER CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 7 - // When a client's link to its manager is not active, the link role cannot - // be changed. - CustomerManagerLinkErrorEnum_CANNOT_CHANGE_ROLE_FOR_NON_ACTIVE_LINK_ACCOUNT CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 8 - // Attempt to link a child to a parent that contains or will contain - // duplicate children. - CustomerManagerLinkErrorEnum_DUPLICATE_CHILD_FOUND CustomerManagerLinkErrorEnum_CustomerManagerLinkError = 9 -) - -var CustomerManagerLinkErrorEnum_CustomerManagerLinkError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "NO_PENDING_INVITE", - 3: "SAME_CLIENT_MORE_THAN_ONCE_PER_CALL", - 4: "MANAGER_HAS_MAX_NUMBER_OF_LINKED_ACCOUNTS", - 5: "CANNOT_UNLINK_ACCOUNT_WITHOUT_ACTIVE_USER", - 6: "CANNOT_REMOVE_LAST_CLIENT_ACCOUNT_OWNER", - 7: "CANNOT_CHANGE_ROLE_BY_NON_ACCOUNT_OWNER", - 8: "CANNOT_CHANGE_ROLE_FOR_NON_ACTIVE_LINK_ACCOUNT", - 9: "DUPLICATE_CHILD_FOUND", -} -var CustomerManagerLinkErrorEnum_CustomerManagerLinkError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "NO_PENDING_INVITE": 2, - "SAME_CLIENT_MORE_THAN_ONCE_PER_CALL": 3, - "MANAGER_HAS_MAX_NUMBER_OF_LINKED_ACCOUNTS": 4, - "CANNOT_UNLINK_ACCOUNT_WITHOUT_ACTIVE_USER": 5, - "CANNOT_REMOVE_LAST_CLIENT_ACCOUNT_OWNER": 6, - "CANNOT_CHANGE_ROLE_BY_NON_ACCOUNT_OWNER": 7, - "CANNOT_CHANGE_ROLE_FOR_NON_ACTIVE_LINK_ACCOUNT": 8, - "DUPLICATE_CHILD_FOUND": 9, -} - -func (x CustomerManagerLinkErrorEnum_CustomerManagerLinkError) String() string { - return proto.EnumName(CustomerManagerLinkErrorEnum_CustomerManagerLinkError_name, int32(x)) -} -func (CustomerManagerLinkErrorEnum_CustomerManagerLinkError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_customer_manager_link_error_6e4a9e1e36cd1ffb, []int{0, 0} -} - -// Container for enum describing possible CustomerManagerLink errors. -type CustomerManagerLinkErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CustomerManagerLinkErrorEnum) Reset() { *m = CustomerManagerLinkErrorEnum{} } -func (m *CustomerManagerLinkErrorEnum) String() string { return proto.CompactTextString(m) } -func (*CustomerManagerLinkErrorEnum) ProtoMessage() {} -func (*CustomerManagerLinkErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_manager_link_error_6e4a9e1e36cd1ffb, []int{0} -} -func (m *CustomerManagerLinkErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CustomerManagerLinkErrorEnum.Unmarshal(m, b) -} -func (m *CustomerManagerLinkErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CustomerManagerLinkErrorEnum.Marshal(b, m, deterministic) -} -func (dst *CustomerManagerLinkErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_CustomerManagerLinkErrorEnum.Merge(dst, src) -} -func (m *CustomerManagerLinkErrorEnum) XXX_Size() int { - return xxx_messageInfo_CustomerManagerLinkErrorEnum.Size(m) -} -func (m *CustomerManagerLinkErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_CustomerManagerLinkErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_CustomerManagerLinkErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*CustomerManagerLinkErrorEnum)(nil), "google.ads.googleads.v0.errors.CustomerManagerLinkErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.CustomerManagerLinkErrorEnum_CustomerManagerLinkError", CustomerManagerLinkErrorEnum_CustomerManagerLinkError_name, CustomerManagerLinkErrorEnum_CustomerManagerLinkError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/customer_manager_link_error.proto", fileDescriptor_customer_manager_link_error_6e4a9e1e36cd1ffb) -} - -var fileDescriptor_customer_manager_link_error_6e4a9e1e36cd1ffb = []byte{ - // 479 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x41, 0x8b, 0xd3, 0x40, - 0x1c, 0xc5, 0xdd, 0x56, 0x77, 0x75, 0xf6, 0x60, 0x0c, 0x2c, 0x28, 0xe8, 0x1e, 0xea, 0x61, 0x11, - 0x71, 0x5a, 0xf4, 0x16, 0x2f, 0x4e, 0x27, 0xff, 0xb6, 0xc3, 0x26, 0xff, 0x09, 0xc9, 0x24, 0x55, - 0x29, 0xfc, 0xa9, 0xdb, 0x12, 0xca, 0xb6, 0xc9, 0x92, 0xec, 0xee, 0xe7, 0x11, 0x8f, 0x7e, 0x14, - 0x3f, 0x8a, 0x9f, 0xc0, 0x9b, 0x92, 0x4e, 0x5b, 0x16, 0xb1, 0x9e, 0xf2, 0xc8, 0xfb, 0xcd, 0x9b, - 0x07, 0xf3, 0xd8, 0x87, 0xbc, 0x2c, 0xf3, 0xe5, 0xbc, 0x3b, 0x9d, 0xd5, 0x5d, 0x2b, 0x1b, 0x75, - 0xdb, 0xeb, 0xce, 0xab, 0xaa, 0xac, 0xea, 0xee, 0xc5, 0x4d, 0x7d, 0x5d, 0xae, 0xe6, 0x15, 0xad, - 0xa6, 0xc5, 0x34, 0x9f, 0x57, 0xb4, 0x5c, 0x14, 0x97, 0xb4, 0x36, 0xf9, 0x55, 0x55, 0x5e, 0x97, - 0xee, 0xa9, 0x3d, 0xc6, 0xa7, 0xb3, 0x9a, 0xef, 0x12, 0xf8, 0x6d, 0x8f, 0xdb, 0x84, 0xce, 0xd7, - 0x36, 0x7b, 0x2e, 0x37, 0x29, 0xa1, 0x0d, 0x09, 0x16, 0xc5, 0x25, 0x34, 0x2e, 0x14, 0x37, 0xab, - 0xce, 0xef, 0x16, 0x7b, 0xba, 0x0f, 0x70, 0x1f, 0xb3, 0xe3, 0x14, 0x93, 0x08, 0xa4, 0x1a, 0x28, - 0xf0, 0x9d, 0x7b, 0xee, 0x31, 0x3b, 0x4a, 0xf1, 0x1c, 0xf5, 0x18, 0x9d, 0x03, 0xf7, 0x84, 0x3d, - 0x41, 0x4d, 0x11, 0xa0, 0xaf, 0x70, 0x48, 0x0a, 0x33, 0x65, 0xc0, 0x69, 0xb9, 0x67, 0xec, 0x65, - 0x22, 0x42, 0x20, 0x19, 0x28, 0x40, 0x43, 0xa1, 0x8e, 0x81, 0xcc, 0x48, 0x20, 0x69, 0x94, 0x40, - 0x11, 0xc4, 0x24, 0x45, 0x10, 0x38, 0x6d, 0xf7, 0x0d, 0x7b, 0x15, 0x0a, 0x14, 0x43, 0x88, 0x69, - 0x24, 0x12, 0x0a, 0xc5, 0x47, 0xc2, 0x34, 0xec, 0x43, 0x4c, 0x7a, 0x40, 0x81, 0xc2, 0x73, 0xf0, - 0x49, 0x48, 0xa9, 0x53, 0x34, 0x89, 0x73, 0xbf, 0xc1, 0xa5, 0x40, 0xd4, 0x86, 0x52, 0x6c, 0xdc, - 0xad, 0x47, 0x63, 0x65, 0x46, 0x3a, 0x35, 0x24, 0xa4, 0x51, 0x19, 0x50, 0x9a, 0x40, 0xec, 0x3c, - 0x70, 0x5f, 0xb3, 0xb3, 0x0d, 0x1e, 0x43, 0xa8, 0x33, 0xa0, 0x40, 0x24, 0x66, 0x5b, 0x6a, 0x7b, - 0x54, 0x8f, 0x11, 0x62, 0xe7, 0xf0, 0x0e, 0x2c, 0x47, 0x02, 0x87, 0x40, 0xb1, 0x0e, 0x80, 0xfa, - 0x9f, 0x08, 0x35, 0xfe, 0x05, 0x1f, 0xb9, 0x6f, 0x19, 0xff, 0x07, 0x3c, 0xd0, 0xf1, 0x86, 0x5e, - 0xb7, 0xb8, 0xdb, 0xd0, 0x79, 0xe8, 0x3e, 0x63, 0x27, 0x7e, 0x1a, 0x05, 0x4a, 0x0a, 0x03, 0x24, - 0x47, 0x2a, 0xf0, 0x69, 0xa0, 0x53, 0xf4, 0x9d, 0x47, 0xfd, 0x5f, 0x07, 0xac, 0x73, 0x51, 0xae, - 0xf8, 0xff, 0x5f, 0xb2, 0xff, 0x62, 0xdf, 0x2b, 0x45, 0xcd, 0x10, 0xa2, 0x83, 0xcf, 0xfe, 0x26, - 0x20, 0x2f, 0x97, 0xd3, 0x22, 0xe7, 0x65, 0x95, 0x77, 0xf3, 0x79, 0xb1, 0x9e, 0xc9, 0x76, 0x5c, - 0x57, 0x8b, 0x7a, 0xdf, 0xd6, 0xde, 0xdb, 0xcf, 0xb7, 0x56, 0x7b, 0x28, 0xc4, 0xf7, 0xd6, 0xe9, - 0xd0, 0x86, 0x89, 0x59, 0xcd, 0xad, 0x6c, 0x54, 0xd6, 0xe3, 0xeb, 0x2b, 0xeb, 0x1f, 0x5b, 0x60, - 0x22, 0x66, 0xf5, 0x64, 0x07, 0x4c, 0xb2, 0xde, 0xc4, 0x02, 0x3f, 0x5b, 0x1d, 0xfb, 0xd7, 0xf3, - 0xc4, 0xac, 0xf6, 0xbc, 0x1d, 0xe2, 0x79, 0x59, 0xcf, 0xf3, 0x2c, 0xf4, 0xe5, 0x70, 0xdd, 0xee, - 0xdd, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x76, 0x52, 0x96, 0x2c, 0x08, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/database_error.pb.go b/googleapis/ads/googleads/v0/errors/database_error.pb.go deleted file mode 100644 index 40f8ad6e01..0000000000 --- a/googleapis/ads/googleads/v0/errors/database_error.pb.go +++ /dev/null @@ -1,112 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/database_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible database errors. -type DatabaseErrorEnum_DatabaseError int32 - -const ( - // Enum unspecified. - DatabaseErrorEnum_UNSPECIFIED DatabaseErrorEnum_DatabaseError = 0 - // The received error code is not known in this version. - DatabaseErrorEnum_UNKNOWN DatabaseErrorEnum_DatabaseError = 1 - // Multiple requests were attempting to modify the same resource at once. - // Please retry the request. - DatabaseErrorEnum_CONCURRENT_MODIFICATION DatabaseErrorEnum_DatabaseError = 2 -) - -var DatabaseErrorEnum_DatabaseError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CONCURRENT_MODIFICATION", -} -var DatabaseErrorEnum_DatabaseError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CONCURRENT_MODIFICATION": 2, -} - -func (x DatabaseErrorEnum_DatabaseError) String() string { - return proto.EnumName(DatabaseErrorEnum_DatabaseError_name, int32(x)) -} -func (DatabaseErrorEnum_DatabaseError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_database_error_5ee1f2b1a72c664f, []int{0, 0} -} - -// Container for enum describing possible database errors. -type DatabaseErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DatabaseErrorEnum) Reset() { *m = DatabaseErrorEnum{} } -func (m *DatabaseErrorEnum) String() string { return proto.CompactTextString(m) } -func (*DatabaseErrorEnum) ProtoMessage() {} -func (*DatabaseErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_database_error_5ee1f2b1a72c664f, []int{0} -} -func (m *DatabaseErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DatabaseErrorEnum.Unmarshal(m, b) -} -func (m *DatabaseErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DatabaseErrorEnum.Marshal(b, m, deterministic) -} -func (dst *DatabaseErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_DatabaseErrorEnum.Merge(dst, src) -} -func (m *DatabaseErrorEnum) XXX_Size() int { - return xxx_messageInfo_DatabaseErrorEnum.Size(m) -} -func (m *DatabaseErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_DatabaseErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_DatabaseErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*DatabaseErrorEnum)(nil), "google.ads.googleads.v0.errors.DatabaseErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.DatabaseErrorEnum_DatabaseError", DatabaseErrorEnum_DatabaseError_name, DatabaseErrorEnum_DatabaseError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/database_error.proto", fileDescriptor_database_error_5ee1f2b1a72c664f) -} - -var fileDescriptor_database_error_5ee1f2b1a72c664f = []byte{ - // 285 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4e, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xa2, - 0xa2, 0xfc, 0xa2, 0x62, 0xfd, 0x94, 0xc4, 0x92, 0xc4, 0xa4, 0xc4, 0xe2, 0xd4, 0x78, 0x30, 0x5f, - 0xaf, 0xa0, 0x28, 0xbf, 0x24, 0x5f, 0x48, 0x0e, 0xa2, 0x52, 0x2f, 0x31, 0xa5, 0x58, 0x0f, 0xae, - 0x49, 0xaf, 0xcc, 0x40, 0x0f, 0xa2, 0x49, 0x29, 0x9e, 0x4b, 0xd0, 0x05, 0xaa, 0xcf, 0x15, 0x24, - 0xe2, 0x9a, 0x57, 0x9a, 0xab, 0xe4, 0xc5, 0xc5, 0x8b, 0x22, 0x28, 0xc4, 0xcf, 0xc5, 0x1d, 0xea, - 0x17, 0x1c, 0xe0, 0xea, 0xec, 0xe9, 0xe6, 0xe9, 0xea, 0x22, 0xc0, 0x20, 0xc4, 0xcd, 0xc5, 0x1e, - 0xea, 0xe7, 0xed, 0xe7, 0x1f, 0xee, 0x27, 0xc0, 0x28, 0x24, 0xcd, 0x25, 0xee, 0xec, 0xef, 0xe7, - 0x1c, 0x1a, 0x14, 0xe4, 0xea, 0x17, 0x12, 0xef, 0xeb, 0xef, 0xe2, 0xe9, 0xe6, 0xe9, 0xec, 0x18, - 0xe2, 0xe9, 0xef, 0x27, 0xc0, 0xe4, 0xf4, 0x96, 0x91, 0x4b, 0x29, 0x39, 0x3f, 0x57, 0x0f, 0xbf, - 0x3b, 0x9c, 0x84, 0x50, 0x2c, 0x0c, 0x00, 0xb9, 0x3d, 0x80, 0x31, 0xca, 0x05, 0xaa, 0x2b, 0x3d, - 0x3f, 0x27, 0x31, 0x2f, 0x5d, 0x2f, 0xbf, 0x28, 0x5d, 0x3f, 0x3d, 0x35, 0x0f, 0xec, 0x33, 0x58, - 0x10, 0x14, 0x64, 0x16, 0xe3, 0x0a, 0x11, 0x6b, 0x08, 0xb5, 0x88, 0x89, 0xd9, 0xdd, 0xd1, 0x71, - 0x15, 0x93, 0x9c, 0x3b, 0xc4, 0x30, 0xc7, 0x94, 0x62, 0x3d, 0x08, 0x13, 0xc4, 0x0a, 0x33, 0xd0, - 0x03, 0x5b, 0x59, 0x7c, 0x0a, 0xa6, 0x20, 0xc6, 0x31, 0xa5, 0x38, 0x06, 0xae, 0x20, 0x26, 0xcc, - 0x20, 0x06, 0xa2, 0xe0, 0x15, 0x93, 0x12, 0x44, 0xd4, 0xca, 0xca, 0x31, 0xa5, 0xd8, 0xca, 0x0a, - 0xae, 0xc4, 0xca, 0x2a, 0xcc, 0xc0, 0xca, 0x0a, 0xa2, 0x28, 0x89, 0x0d, 0xec, 0x3a, 0x63, 0x40, - 0x00, 0x00, 0x00, 0xff, 0xff, 0xe7, 0x01, 0x1f, 0xac, 0xae, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/date_error.pb.go b/googleapis/ads/googleads/v0/errors/date_error.pb.go deleted file mode 100644 index b731dc2163..0000000000 --- a/googleapis/ads/googleads/v0/errors/date_error.pb.go +++ /dev/null @@ -1,151 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/date_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible date errors. -type DateErrorEnum_DateError int32 - -const ( - // Enum unspecified. - DateErrorEnum_UNSPECIFIED DateErrorEnum_DateError = 0 - // The received error code is not known in this version. - DateErrorEnum_UNKNOWN DateErrorEnum_DateError = 1 - // Given field values do not correspond to a valid date. - DateErrorEnum_INVALID_FIELD_VALUES_IN_DATE DateErrorEnum_DateError = 2 - // Given field values do not correspond to a valid date time. - DateErrorEnum_INVALID_FIELD_VALUES_IN_DATE_TIME DateErrorEnum_DateError = 3 - // The string date's format should be yyyy-mm-dd. - DateErrorEnum_INVALID_STRING_DATE DateErrorEnum_DateError = 4 - // The string date time's format should be yyyy-mm-dd hh:mm:ss.ssssss. - DateErrorEnum_INVALID_STRING_DATE_TIME_MICROS DateErrorEnum_DateError = 6 - // The string date time's format should be yyyy-mm-dd hh:mm:ss. - DateErrorEnum_INVALID_STRING_DATE_TIME_SECONDS DateErrorEnum_DateError = 11 - // Date is before allowed minimum. - DateErrorEnum_EARLIER_THAN_MINIMUM_DATE DateErrorEnum_DateError = 7 - // Date is after allowed maximum. - DateErrorEnum_LATER_THAN_MAXIMUM_DATE DateErrorEnum_DateError = 8 - // Date range bounds are not in order. - DateErrorEnum_DATE_RANGE_MINIMUM_DATE_LATER_THAN_MAXIMUM_DATE DateErrorEnum_DateError = 9 - // Both dates in range are null. - DateErrorEnum_DATE_RANGE_MINIMUM_AND_MAXIMUM_DATES_BOTH_NULL DateErrorEnum_DateError = 10 -) - -var DateErrorEnum_DateError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "INVALID_FIELD_VALUES_IN_DATE", - 3: "INVALID_FIELD_VALUES_IN_DATE_TIME", - 4: "INVALID_STRING_DATE", - 6: "INVALID_STRING_DATE_TIME_MICROS", - 11: "INVALID_STRING_DATE_TIME_SECONDS", - 7: "EARLIER_THAN_MINIMUM_DATE", - 8: "LATER_THAN_MAXIMUM_DATE", - 9: "DATE_RANGE_MINIMUM_DATE_LATER_THAN_MAXIMUM_DATE", - 10: "DATE_RANGE_MINIMUM_AND_MAXIMUM_DATES_BOTH_NULL", -} -var DateErrorEnum_DateError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "INVALID_FIELD_VALUES_IN_DATE": 2, - "INVALID_FIELD_VALUES_IN_DATE_TIME": 3, - "INVALID_STRING_DATE": 4, - "INVALID_STRING_DATE_TIME_MICROS": 6, - "INVALID_STRING_DATE_TIME_SECONDS": 11, - "EARLIER_THAN_MINIMUM_DATE": 7, - "LATER_THAN_MAXIMUM_DATE": 8, - "DATE_RANGE_MINIMUM_DATE_LATER_THAN_MAXIMUM_DATE": 9, - "DATE_RANGE_MINIMUM_AND_MAXIMUM_DATES_BOTH_NULL": 10, -} - -func (x DateErrorEnum_DateError) String() string { - return proto.EnumName(DateErrorEnum_DateError_name, int32(x)) -} -func (DateErrorEnum_DateError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_date_error_04d689f0bf984a6b, []int{0, 0} -} - -// Container for enum describing possible date errors. -type DateErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DateErrorEnum) Reset() { *m = DateErrorEnum{} } -func (m *DateErrorEnum) String() string { return proto.CompactTextString(m) } -func (*DateErrorEnum) ProtoMessage() {} -func (*DateErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_date_error_04d689f0bf984a6b, []int{0} -} -func (m *DateErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DateErrorEnum.Unmarshal(m, b) -} -func (m *DateErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DateErrorEnum.Marshal(b, m, deterministic) -} -func (dst *DateErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_DateErrorEnum.Merge(dst, src) -} -func (m *DateErrorEnum) XXX_Size() int { - return xxx_messageInfo_DateErrorEnum.Size(m) -} -func (m *DateErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_DateErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_DateErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*DateErrorEnum)(nil), "google.ads.googleads.v0.errors.DateErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.DateErrorEnum_DateError", DateErrorEnum_DateError_name, DateErrorEnum_DateError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/date_error.proto", fileDescriptor_date_error_04d689f0bf984a6b) -} - -var fileDescriptor_date_error_04d689f0bf984a6b = []byte{ - // 413 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xdf, 0x6e, 0xd3, 0x30, - 0x14, 0x87, 0x69, 0x8a, 0x36, 0x76, 0x2a, 0x20, 0x32, 0x17, 0x13, 0x02, 0xc6, 0x28, 0x70, 0xeb, - 0x44, 0xec, 0xce, 0x5c, 0xb9, 0xb5, 0xd7, 0x59, 0x24, 0x4e, 0x95, 0x7f, 0x20, 0x14, 0xc9, 0x0a, - 0x24, 0x8a, 0x90, 0xb6, 0x7a, 0x8a, 0xcb, 0xde, 0x82, 0x97, 0xe0, 0x92, 0x47, 0xe1, 0x4d, 0xe0, - 0x15, 0xb8, 0x41, 0x89, 0xd7, 0x4c, 0x93, 0xd6, 0x5e, 0xe5, 0x17, 0x9f, 0xef, 0xf3, 0xb1, 0x74, - 0x0e, 0x78, 0x8d, 0xd6, 0xcd, 0x79, 0xed, 0x95, 0x95, 0xb9, 0x8e, 0x5d, 0xba, 0xf2, 0xbd, 0xba, - 0x6d, 0x75, 0x6b, 0xbc, 0xaa, 0x5c, 0xd7, 0xaa, 0xcf, 0xf8, 0xb2, 0xd5, 0x6b, 0x8d, 0x8e, 0x2c, - 0x85, 0xcb, 0xca, 0xe0, 0x41, 0xc0, 0x57, 0x3e, 0xb6, 0xc2, 0xf4, 0xc7, 0x18, 0x1e, 0xb2, 0x72, - 0x5d, 0xf3, 0xee, 0x97, 0xaf, 0xbe, 0x5f, 0x4c, 0xff, 0x39, 0x70, 0x30, 0x9c, 0xa0, 0xc7, 0x30, - 0xc9, 0x64, 0xb2, 0xe4, 0x73, 0x71, 0x2a, 0x38, 0x73, 0xef, 0xa1, 0x09, 0xec, 0x67, 0xf2, 0x83, - 0x8c, 0x3e, 0x4a, 0x77, 0x84, 0x8e, 0xe1, 0xb9, 0x90, 0x39, 0x0d, 0x04, 0x53, 0xa7, 0x82, 0x07, - 0x4c, 0xe5, 0x34, 0xc8, 0x78, 0xa2, 0x84, 0x54, 0x8c, 0xa6, 0xdc, 0x75, 0xd0, 0x5b, 0x78, 0xb5, - 0x8b, 0x50, 0xa9, 0x08, 0xb9, 0x3b, 0x46, 0x87, 0xf0, 0x64, 0x83, 0x25, 0x69, 0x2c, 0xe4, 0xc2, - 0xfa, 0xf7, 0xd1, 0x6b, 0x78, 0x79, 0x47, 0xa1, 0xd7, 0x54, 0x28, 0xe6, 0x71, 0x94, 0xb8, 0x7b, - 0xe8, 0x0d, 0x1c, 0x6f, 0x85, 0x12, 0x3e, 0x8f, 0x24, 0x4b, 0xdc, 0x09, 0x7a, 0x01, 0x4f, 0x39, - 0x8d, 0x03, 0xc1, 0x63, 0x95, 0x9e, 0x51, 0xa9, 0x42, 0x21, 0x45, 0x98, 0x85, 0xb6, 0xd3, 0x3e, - 0x7a, 0x06, 0x87, 0x01, 0x4d, 0x87, 0x22, 0xfd, 0x74, 0x53, 0x7c, 0x80, 0x4e, 0xc0, 0xeb, 0xaf, - 0x8c, 0xa9, 0x5c, 0xf0, 0x5b, 0xa6, 0xda, 0x26, 0x1d, 0xa0, 0x77, 0x80, 0xef, 0x90, 0xa8, 0x64, - 0xb7, 0xc0, 0x44, 0xcd, 0xa2, 0xf4, 0x4c, 0xc9, 0x2c, 0x08, 0x5c, 0x98, 0xfd, 0x19, 0xc1, 0xf4, - 0xab, 0xbe, 0xc0, 0xbb, 0xc7, 0x36, 0x7b, 0x34, 0x4c, 0x68, 0xd9, 0x8d, 0x79, 0x39, 0xfa, 0xcc, - 0xae, 0x8d, 0x46, 0x9f, 0x97, 0xab, 0x06, 0xeb, 0xb6, 0xf1, 0x9a, 0x7a, 0xd5, 0x2f, 0xc1, 0x66, - 0x53, 0x2e, 0xbf, 0x99, 0x6d, 0x8b, 0xf3, 0xde, 0x7e, 0x7e, 0x3a, 0xe3, 0x05, 0xa5, 0xbf, 0x9c, - 0xa3, 0x85, 0xbd, 0x8c, 0x56, 0x06, 0xdb, 0xd8, 0xa5, 0xdc, 0xc7, 0x7d, 0x4b, 0xf3, 0x7b, 0x03, - 0x14, 0xb4, 0x32, 0xc5, 0x00, 0x14, 0xb9, 0x5f, 0x58, 0xe0, 0xaf, 0x33, 0xb5, 0xa7, 0x84, 0xd0, - 0xca, 0x10, 0x32, 0x20, 0x84, 0xe4, 0x3e, 0x21, 0x16, 0xfa, 0xb2, 0xd7, 0xbf, 0xee, 0xe4, 0x7f, - 0x00, 0x00, 0x00, 0xff, 0xff, 0xcf, 0xe7, 0x23, 0x23, 0xd5, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/date_range_error.pb.go b/googleapis/ads/googleads/v0/errors/date_range_error.pb.go deleted file mode 100644 index 2263863ee0..0000000000 --- a/googleapis/ads/googleads/v0/errors/date_range_error.pb.go +++ /dev/null @@ -1,133 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/date_range_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible date range errors. -type DateRangeErrorEnum_DateRangeError int32 - -const ( - // Enum unspecified. - DateRangeErrorEnum_UNSPECIFIED DateRangeErrorEnum_DateRangeError = 0 - // The received error code is not known in this version. - DateRangeErrorEnum_UNKNOWN DateRangeErrorEnum_DateRangeError = 1 - // Invalid date. - DateRangeErrorEnum_INVALID_DATE DateRangeErrorEnum_DateRangeError = 2 - // The start date was after the end date. - DateRangeErrorEnum_START_DATE_AFTER_END_DATE DateRangeErrorEnum_DateRangeError = 3 - // Cannot set date to past time - DateRangeErrorEnum_CANNOT_SET_DATE_TO_PAST DateRangeErrorEnum_DateRangeError = 4 - // A date was used that is past the system "last" date. - DateRangeErrorEnum_AFTER_MAXIMUM_ALLOWABLE_DATE DateRangeErrorEnum_DateRangeError = 5 - // Trying to change start date on a campaign that has started. - DateRangeErrorEnum_CANNOT_MODIFY_START_DATE_IF_ALREADY_STARTED DateRangeErrorEnum_DateRangeError = 6 -) - -var DateRangeErrorEnum_DateRangeError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "INVALID_DATE", - 3: "START_DATE_AFTER_END_DATE", - 4: "CANNOT_SET_DATE_TO_PAST", - 5: "AFTER_MAXIMUM_ALLOWABLE_DATE", - 6: "CANNOT_MODIFY_START_DATE_IF_ALREADY_STARTED", -} -var DateRangeErrorEnum_DateRangeError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "INVALID_DATE": 2, - "START_DATE_AFTER_END_DATE": 3, - "CANNOT_SET_DATE_TO_PAST": 4, - "AFTER_MAXIMUM_ALLOWABLE_DATE": 5, - "CANNOT_MODIFY_START_DATE_IF_ALREADY_STARTED": 6, -} - -func (x DateRangeErrorEnum_DateRangeError) String() string { - return proto.EnumName(DateRangeErrorEnum_DateRangeError_name, int32(x)) -} -func (DateRangeErrorEnum_DateRangeError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_date_range_error_2f1d4e77adba627e, []int{0, 0} -} - -// Container for enum describing possible date range errors. -type DateRangeErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DateRangeErrorEnum) Reset() { *m = DateRangeErrorEnum{} } -func (m *DateRangeErrorEnum) String() string { return proto.CompactTextString(m) } -func (*DateRangeErrorEnum) ProtoMessage() {} -func (*DateRangeErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_date_range_error_2f1d4e77adba627e, []int{0} -} -func (m *DateRangeErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DateRangeErrorEnum.Unmarshal(m, b) -} -func (m *DateRangeErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DateRangeErrorEnum.Marshal(b, m, deterministic) -} -func (dst *DateRangeErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_DateRangeErrorEnum.Merge(dst, src) -} -func (m *DateRangeErrorEnum) XXX_Size() int { - return xxx_messageInfo_DateRangeErrorEnum.Size(m) -} -func (m *DateRangeErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_DateRangeErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_DateRangeErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*DateRangeErrorEnum)(nil), "google.ads.googleads.v0.errors.DateRangeErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.DateRangeErrorEnum_DateRangeError", DateRangeErrorEnum_DateRangeError_name, DateRangeErrorEnum_DateRangeError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/date_range_error.proto", fileDescriptor_date_range_error_2f1d4e77adba627e) -} - -var fileDescriptor_date_range_error_2f1d4e77adba627e = []byte{ - // 373 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0xaa, 0xd4, 0x30, - 0x14, 0x86, 0x6d, 0xaf, 0x5e, 0x21, 0x57, 0xb4, 0xc4, 0x85, 0x88, 0x7a, 0x91, 0x6e, 0x85, 0xb4, - 0x20, 0x6e, 0xe2, 0xea, 0xcc, 0x4d, 0x3a, 0x14, 0xdb, 0xb4, 0xb4, 0x9d, 0x8e, 0x4a, 0x21, 0x54, - 0x5b, 0x8a, 0x30, 0xd3, 0x0c, 0xcd, 0x38, 0x0f, 0xe4, 0xd2, 0x47, 0x71, 0xe3, 0x5b, 0xb8, 0x70, - 0xe1, 0x33, 0x48, 0x9b, 0xce, 0xe0, 0x2c, 0xbc, 0xab, 0xfc, 0xf9, 0xf3, 0x7f, 0x39, 0xc9, 0x39, - 0xe8, 0x4d, 0xa7, 0x54, 0xb7, 0x69, 0xbd, 0xba, 0xd1, 0x9e, 0x91, 0xa3, 0x3a, 0xf8, 0x5e, 0x3b, - 0x0c, 0x6a, 0xd0, 0x5e, 0x53, 0xef, 0x5b, 0x39, 0xd4, 0x7d, 0xd7, 0xca, 0xc9, 0x21, 0xbb, 0x41, - 0xed, 0x15, 0xbe, 0x36, 0x59, 0x52, 0x37, 0x9a, 0x9c, 0x30, 0x72, 0xf0, 0x89, 0xc1, 0xdc, 0x5f, - 0x16, 0xc2, 0xac, 0xde, 0xb7, 0xd9, 0x48, 0xf2, 0xd1, 0xe3, 0xfd, 0xd7, 0xad, 0xfb, 0xd3, 0x42, - 0x0f, 0xcf, 0x6d, 0xfc, 0x08, 0x5d, 0xad, 0x44, 0x9e, 0xf2, 0x9b, 0x30, 0x08, 0x39, 0x73, 0xee, - 0xe0, 0x2b, 0x74, 0x7f, 0x25, 0xde, 0x89, 0x64, 0x2d, 0x1c, 0x0b, 0x3b, 0xe8, 0x41, 0x28, 0x4a, - 0x88, 0x42, 0x26, 0x19, 0x14, 0xdc, 0xb1, 0xf1, 0x0b, 0xf4, 0x34, 0x2f, 0x20, 0x2b, 0xa6, 0xbd, - 0x84, 0xa0, 0xe0, 0x99, 0xe4, 0x62, 0x3e, 0xbe, 0xc0, 0xcf, 0xd0, 0x93, 0x1b, 0x10, 0x22, 0x29, - 0x64, 0xce, 0xe7, 0x4c, 0x91, 0xc8, 0x14, 0xf2, 0xc2, 0xb9, 0x8b, 0x5f, 0xa2, 0xe7, 0x06, 0x88, - 0xe1, 0x7d, 0x18, 0xaf, 0x62, 0x09, 0x51, 0x94, 0xac, 0x61, 0x11, 0x71, 0x83, 0xdf, 0xc3, 0x1e, - 0x7a, 0x35, 0xe3, 0x71, 0xc2, 0xc2, 0xe0, 0x83, 0xfc, 0xa7, 0x56, 0x18, 0x48, 0x88, 0x32, 0x0e, - 0x6c, 0x76, 0x39, 0x73, 0x2e, 0x17, 0x7f, 0x2c, 0xe4, 0x7e, 0x56, 0x5b, 0x72, 0x7b, 0x3f, 0x16, - 0x8f, 0xcf, 0x7f, 0x9d, 0x8e, 0x4d, 0x4c, 0xad, 0x8f, 0x6c, 0xc6, 0x3a, 0xb5, 0xa9, 0xfb, 0x8e, - 0xa8, 0xa1, 0xf3, 0xba, 0xb6, 0x9f, 0x5a, 0x7c, 0x9c, 0xc6, 0xee, 0x8b, 0xfe, 0xdf, 0x70, 0xde, - 0x9a, 0xe5, 0x9b, 0x7d, 0xb1, 0x04, 0xf8, 0x6e, 0x5f, 0x2f, 0xcd, 0x65, 0xd0, 0x68, 0x62, 0xe4, - 0xa8, 0x4a, 0x9f, 0x4c, 0x25, 0xf5, 0x8f, 0x63, 0xa0, 0x82, 0x46, 0x57, 0xa7, 0x40, 0x55, 0xfa, - 0x95, 0x09, 0xfc, 0xb6, 0x5d, 0xe3, 0x52, 0x0a, 0x8d, 0xa6, 0xf4, 0x14, 0xa1, 0xb4, 0xf4, 0x29, - 0x35, 0xa1, 0x4f, 0x97, 0xd3, 0xeb, 0x5e, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xa5, 0x9d, 0x00, - 0x92, 0x39, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/distinct_error.pb.go b/googleapis/ads/googleads/v0/errors/distinct_error.pb.go deleted file mode 100644 index 09ef220afe..0000000000 --- a/googleapis/ads/googleads/v0/errors/distinct_error.pb.go +++ /dev/null @@ -1,115 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/distinct_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible distinct errors. -type DistinctErrorEnum_DistinctError int32 - -const ( - // Enum unspecified. - DistinctErrorEnum_UNSPECIFIED DistinctErrorEnum_DistinctError = 0 - // The received error code is not known in this version. - DistinctErrorEnum_UNKNOWN DistinctErrorEnum_DistinctError = 1 - // Duplicate element. - DistinctErrorEnum_DUPLICATE_ELEMENT DistinctErrorEnum_DistinctError = 2 - // Duplicate type. - DistinctErrorEnum_DUPLICATE_TYPE DistinctErrorEnum_DistinctError = 3 -) - -var DistinctErrorEnum_DistinctError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "DUPLICATE_ELEMENT", - 3: "DUPLICATE_TYPE", -} -var DistinctErrorEnum_DistinctError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "DUPLICATE_ELEMENT": 2, - "DUPLICATE_TYPE": 3, -} - -func (x DistinctErrorEnum_DistinctError) String() string { - return proto.EnumName(DistinctErrorEnum_DistinctError_name, int32(x)) -} -func (DistinctErrorEnum_DistinctError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_distinct_error_7e2e19779b4ca9f4, []int{0, 0} -} - -// Container for enum describing possible distinct errors. -type DistinctErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DistinctErrorEnum) Reset() { *m = DistinctErrorEnum{} } -func (m *DistinctErrorEnum) String() string { return proto.CompactTextString(m) } -func (*DistinctErrorEnum) ProtoMessage() {} -func (*DistinctErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_distinct_error_7e2e19779b4ca9f4, []int{0} -} -func (m *DistinctErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DistinctErrorEnum.Unmarshal(m, b) -} -func (m *DistinctErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DistinctErrorEnum.Marshal(b, m, deterministic) -} -func (dst *DistinctErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_DistinctErrorEnum.Merge(dst, src) -} -func (m *DistinctErrorEnum) XXX_Size() int { - return xxx_messageInfo_DistinctErrorEnum.Size(m) -} -func (m *DistinctErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_DistinctErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_DistinctErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*DistinctErrorEnum)(nil), "google.ads.googleads.v0.errors.DistinctErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.DistinctErrorEnum_DistinctError", DistinctErrorEnum_DistinctError_name, DistinctErrorEnum_DistinctError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/distinct_error.proto", fileDescriptor_distinct_error_7e2e19779b4ca9f4) -} - -var fileDescriptor_distinct_error_7e2e19779b4ca9f4 = []byte{ - // 288 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdd, 0x4a, 0xc3, 0x30, - 0x1c, 0xc5, 0x5d, 0x07, 0x0a, 0x19, 0x6a, 0x17, 0xf0, 0x76, 0x17, 0x7d, 0x80, 0xb4, 0xb0, 0xbb, - 0x78, 0x95, 0xad, 0x71, 0x14, 0x67, 0x0c, 0xd8, 0xd6, 0x0f, 0x0a, 0xa3, 0x2e, 0x25, 0x14, 0xd6, - 0x66, 0x24, 0x75, 0x0f, 0xe4, 0xa5, 0x8f, 0xe2, 0xa3, 0x08, 0xbe, 0x83, 0xb4, 0xd9, 0x2a, 0xbb, - 0xd0, 0xab, 0x9c, 0x1c, 0x7e, 0xe7, 0xff, 0x05, 0xa6, 0x52, 0x29, 0xb9, 0x29, 0xfc, 0x5c, 0x18, - 0xdf, 0xca, 0x56, 0xed, 0x02, 0xbf, 0xd0, 0x5a, 0x69, 0xe3, 0x8b, 0xd2, 0x34, 0x65, 0xbd, 0x6e, - 0x56, 0xdd, 0x1f, 0x6d, 0xb5, 0x6a, 0x14, 0x9c, 0x58, 0x12, 0xe5, 0xc2, 0xa0, 0x3e, 0x84, 0x76, - 0x01, 0xb2, 0x21, 0xaf, 0x02, 0xe3, 0x70, 0x9f, 0xa3, 0xad, 0x43, 0xeb, 0xb7, 0xca, 0x7b, 0x02, - 0xe7, 0x47, 0x26, 0xbc, 0x04, 0xa3, 0x84, 0x3d, 0x70, 0x3a, 0x8f, 0x6e, 0x22, 0x1a, 0xba, 0x27, - 0x70, 0x04, 0xce, 0x12, 0x76, 0xcb, 0xee, 0x1f, 0x99, 0x3b, 0x80, 0x57, 0x60, 0x1c, 0x26, 0x7c, - 0x19, 0xcd, 0x49, 0x4c, 0x57, 0x74, 0x49, 0xef, 0x28, 0x8b, 0x5d, 0x07, 0x42, 0x70, 0xf1, 0x6b, - 0xc7, 0xcf, 0x9c, 0xba, 0xc3, 0xd9, 0xf7, 0x00, 0x78, 0x6b, 0x55, 0xa1, 0xff, 0xa7, 0x9a, 0xc1, - 0xa3, 0xf6, 0xbc, 0xdd, 0x84, 0x0f, 0x5e, 0xc2, 0x7d, 0x4a, 0xaa, 0x4d, 0x5e, 0x4b, 0xa4, 0xb4, - 0xf4, 0x65, 0x51, 0x77, 0x7b, 0x1e, 0x0e, 0xb2, 0x2d, 0xcd, 0x5f, 0xf7, 0xb9, 0xb6, 0xcf, 0xbb, - 0x33, 0x5c, 0x10, 0xf2, 0xe1, 0x4c, 0x16, 0xb6, 0x18, 0x11, 0x06, 0x59, 0xd9, 0xaa, 0x34, 0x40, - 0x5d, 0x4b, 0xf3, 0x79, 0x00, 0x32, 0x22, 0x4c, 0xd6, 0x03, 0x59, 0x1a, 0x64, 0x16, 0xf8, 0x72, - 0x3c, 0xeb, 0x62, 0x4c, 0x84, 0xc1, 0xb8, 0x47, 0x30, 0x4e, 0x03, 0x8c, 0x2d, 0xf4, 0x7a, 0xda, - 0x4d, 0x37, 0xfd, 0x09, 0x00, 0x00, 0xff, 0xff, 0x34, 0xfd, 0x53, 0x0e, 0xbc, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/enum_error.pb.go b/googleapis/ads/googleads/v0/errors/enum_error.pb.go deleted file mode 100644 index 75cfd5ef5e..0000000000 --- a/googleapis/ads/googleads/v0/errors/enum_error.pb.go +++ /dev/null @@ -1,111 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/enum_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible enum errors. -type EnumErrorEnum_EnumError int32 - -const ( - // Enum unspecified. - EnumErrorEnum_UNSPECIFIED EnumErrorEnum_EnumError = 0 - // The received error code is not known in this version. - EnumErrorEnum_UNKNOWN EnumErrorEnum_EnumError = 1 - // The enum value is not permitted. - EnumErrorEnum_ENUM_VALUE_NOT_PERMITTED EnumErrorEnum_EnumError = 3 -) - -var EnumErrorEnum_EnumError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 3: "ENUM_VALUE_NOT_PERMITTED", -} -var EnumErrorEnum_EnumError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ENUM_VALUE_NOT_PERMITTED": 3, -} - -func (x EnumErrorEnum_EnumError) String() string { - return proto.EnumName(EnumErrorEnum_EnumError_name, int32(x)) -} -func (EnumErrorEnum_EnumError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_enum_error_80a12d5eeb48484c, []int{0, 0} -} - -// Container for enum describing possible enum errors. -type EnumErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *EnumErrorEnum) Reset() { *m = EnumErrorEnum{} } -func (m *EnumErrorEnum) String() string { return proto.CompactTextString(m) } -func (*EnumErrorEnum) ProtoMessage() {} -func (*EnumErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_enum_error_80a12d5eeb48484c, []int{0} -} -func (m *EnumErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_EnumErrorEnum.Unmarshal(m, b) -} -func (m *EnumErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_EnumErrorEnum.Marshal(b, m, deterministic) -} -func (dst *EnumErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_EnumErrorEnum.Merge(dst, src) -} -func (m *EnumErrorEnum) XXX_Size() int { - return xxx_messageInfo_EnumErrorEnum.Size(m) -} -func (m *EnumErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_EnumErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_EnumErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*EnumErrorEnum)(nil), "google.ads.googleads.v0.errors.EnumErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.EnumErrorEnum_EnumError", EnumErrorEnum_EnumError_name, EnumErrorEnum_EnumError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/enum_error.proto", fileDescriptor_enum_error_80a12d5eeb48484c) -} - -var fileDescriptor_enum_error_80a12d5eeb48484c = []byte{ - // 278 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, - 0x18, 0xc7, 0x6d, 0x07, 0x8a, 0x19, 0x6a, 0xe9, 0xc9, 0x83, 0xec, 0xd0, 0x07, 0x48, 0x03, 0xde, - 0xe2, 0x29, 0xb3, 0xb1, 0x14, 0x5d, 0x56, 0xb4, 0xad, 0x22, 0x85, 0x52, 0x4d, 0x09, 0xc2, 0xda, - 0x8c, 0xc4, 0xed, 0x81, 0x3c, 0xfa, 0x28, 0xbe, 0x89, 0x3e, 0x85, 0xa4, 0xd9, 0x72, 0xd3, 0x53, - 0x7e, 0xf9, 0xf8, 0x7d, 0xf9, 0xfe, 0x5f, 0x40, 0x2c, 0xa4, 0x14, 0xab, 0x2e, 0x6e, 0xb9, 0xde, - 0xa1, 0xa1, 0x2d, 0x8a, 0x3b, 0xa5, 0xa4, 0xd2, 0x71, 0x37, 0x6c, 0xfa, 0x66, 0x64, 0xb8, 0x56, - 0xf2, 0x5d, 0x86, 0x33, 0x6b, 0xc1, 0x96, 0x6b, 0xe8, 0x1a, 0xe0, 0x16, 0x41, 0xdb, 0x10, 0x3d, - 0x81, 0x13, 0x3a, 0x6c, 0x7a, 0x6a, 0x6e, 0x06, 0xa2, 0x14, 0x1c, 0xbb, 0x42, 0x78, 0x06, 0xa6, - 0x25, 0x7b, 0xc8, 0xe9, 0x75, 0x76, 0x93, 0xd1, 0x24, 0x38, 0x08, 0xa7, 0xe0, 0xa8, 0x64, 0xb7, - 0x6c, 0xf9, 0xc8, 0x02, 0x2f, 0xbc, 0x00, 0xe7, 0x94, 0x95, 0x8b, 0xa6, 0x22, 0x77, 0x25, 0x6d, - 0xd8, 0xb2, 0x68, 0x72, 0x7a, 0xbf, 0xc8, 0x8a, 0x82, 0x26, 0xc1, 0x64, 0xfe, 0xed, 0x81, 0xe8, - 0x55, 0xf6, 0xf0, 0xff, 0x00, 0xf3, 0x53, 0x37, 0x2d, 0x37, 0x81, 0x73, 0xef, 0x39, 0xd9, 0x75, - 0x08, 0xb9, 0x6a, 0x07, 0x01, 0xa5, 0x12, 0xb1, 0xe8, 0x86, 0x71, 0x9d, 0xfd, 0xce, 0xeb, 0x37, - 0xfd, 0xd7, 0x17, 0x5c, 0xd9, 0xe3, 0xc3, 0x9f, 0xa4, 0x84, 0x7c, 0xfa, 0xb3, 0xd4, 0x3e, 0x46, - 0xb8, 0x86, 0x16, 0x0d, 0x55, 0x08, 0x8e, 0x23, 0xf5, 0xd7, 0x5e, 0xa8, 0x09, 0xd7, 0xb5, 0x13, - 0xea, 0x0a, 0xd5, 0x56, 0xf8, 0xf1, 0x23, 0x5b, 0xc5, 0x98, 0x70, 0x8d, 0xb1, 0x53, 0x30, 0xae, - 0x10, 0xc6, 0x56, 0x7a, 0x39, 0x1c, 0xd3, 0x5d, 0xfe, 0x06, 0x00, 0x00, 0xff, 0xff, 0x0d, 0x02, - 0x98, 0x9c, 0x9f, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/errors.pb.go b/googleapis/ads/googleads/v0/errors/errors.pb.go deleted file mode 100644 index bd39cb60b4..0000000000 --- a/googleapis/ads/googleads/v0/errors/errors.pb.go +++ /dev/null @@ -1,3043 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/errors.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Describes how a GoogleAds API call failed. It's returned inside -// google.rpc.Status.details when a call fails. -type GoogleAdsFailure struct { - // The list of errors that occurred. - Errors []*GoogleAdsError `protobuf:"bytes,1,rep,name=errors,proto3" json:"errors,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GoogleAdsFailure) Reset() { *m = GoogleAdsFailure{} } -func (m *GoogleAdsFailure) String() string { return proto.CompactTextString(m) } -func (*GoogleAdsFailure) ProtoMessage() {} -func (*GoogleAdsFailure) Descriptor() ([]byte, []int) { - return fileDescriptor_errors_e28c2463b12800fb, []int{0} -} -func (m *GoogleAdsFailure) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GoogleAdsFailure.Unmarshal(m, b) -} -func (m *GoogleAdsFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GoogleAdsFailure.Marshal(b, m, deterministic) -} -func (dst *GoogleAdsFailure) XXX_Merge(src proto.Message) { - xxx_messageInfo_GoogleAdsFailure.Merge(dst, src) -} -func (m *GoogleAdsFailure) XXX_Size() int { - return xxx_messageInfo_GoogleAdsFailure.Size(m) -} -func (m *GoogleAdsFailure) XXX_DiscardUnknown() { - xxx_messageInfo_GoogleAdsFailure.DiscardUnknown(m) -} - -var xxx_messageInfo_GoogleAdsFailure proto.InternalMessageInfo - -func (m *GoogleAdsFailure) GetErrors() []*GoogleAdsError { - if m != nil { - return m.Errors - } - return nil -} - -// GoogleAds-specific error. -type GoogleAdsError struct { - // An enum value that indicates which error occurred. - ErrorCode *ErrorCode `protobuf:"bytes,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` - // A human-readable description of the error. - Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` - // The value that triggered the error. - Trigger *common.Value `protobuf:"bytes,3,opt,name=trigger,proto3" json:"trigger,omitempty"` - // Describes the part of the request proto that caused the error. - Location *ErrorLocation `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"` - // Additional error details, which are returned by certain error codes. Most - // error codes do not include details. - Details *ErrorDetails `protobuf:"bytes,5,opt,name=details,proto3" json:"details,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GoogleAdsError) Reset() { *m = GoogleAdsError{} } -func (m *GoogleAdsError) String() string { return proto.CompactTextString(m) } -func (*GoogleAdsError) ProtoMessage() {} -func (*GoogleAdsError) Descriptor() ([]byte, []int) { - return fileDescriptor_errors_e28c2463b12800fb, []int{1} -} -func (m *GoogleAdsError) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GoogleAdsError.Unmarshal(m, b) -} -func (m *GoogleAdsError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GoogleAdsError.Marshal(b, m, deterministic) -} -func (dst *GoogleAdsError) XXX_Merge(src proto.Message) { - xxx_messageInfo_GoogleAdsError.Merge(dst, src) -} -func (m *GoogleAdsError) XXX_Size() int { - return xxx_messageInfo_GoogleAdsError.Size(m) -} -func (m *GoogleAdsError) XXX_DiscardUnknown() { - xxx_messageInfo_GoogleAdsError.DiscardUnknown(m) -} - -var xxx_messageInfo_GoogleAdsError proto.InternalMessageInfo - -func (m *GoogleAdsError) GetErrorCode() *ErrorCode { - if m != nil { - return m.ErrorCode - } - return nil -} - -func (m *GoogleAdsError) GetMessage() string { - if m != nil { - return m.Message - } - return "" -} - -func (m *GoogleAdsError) GetTrigger() *common.Value { - if m != nil { - return m.Trigger - } - return nil -} - -func (m *GoogleAdsError) GetLocation() *ErrorLocation { - if m != nil { - return m.Location - } - return nil -} - -func (m *GoogleAdsError) GetDetails() *ErrorDetails { - if m != nil { - return m.Details - } - return nil -} - -// The error reason represented by type and enum. -type ErrorCode struct { - // The list of error enums - // - // Types that are valid to be assigned to ErrorCode: - // *ErrorCode_RequestError - // *ErrorCode_BiddingStrategyError - // *ErrorCode_UrlFieldError - // *ErrorCode_ListOperationError - // *ErrorCode_QueryError - // *ErrorCode_MutateError - // *ErrorCode_FieldMaskError - // *ErrorCode_AuthorizationError - // *ErrorCode_InternalError - // *ErrorCode_QuotaError - // *ErrorCode_AdError - // *ErrorCode_AdGroupError - // *ErrorCode_CampaignBudgetError - // *ErrorCode_CampaignError - // *ErrorCode_AuthenticationError - // *ErrorCode_AdGroupCriterionError - // *ErrorCode_AdCustomizerError - // *ErrorCode_AdGroupAdError - // *ErrorCode_AdSharingError - // *ErrorCode_AdxError - // *ErrorCode_BiddingError - // *ErrorCode_CampaignCriterionError - // *ErrorCode_CollectionSizeError - // *ErrorCode_CriterionError - // *ErrorCode_CustomerError - // *ErrorCode_DateError - // *ErrorCode_DateRangeError - // *ErrorCode_DistinctError - // *ErrorCode_FeedAttributeReferenceError - // *ErrorCode_FunctionError - // *ErrorCode_FunctionParsingError - // *ErrorCode_IdError - // *ErrorCode_ImageError - // *ErrorCode_MediaBundleError - // *ErrorCode_MediaFileError - // *ErrorCode_MultiplierError - // *ErrorCode_NewResourceCreationError - // *ErrorCode_NotEmptyError - // *ErrorCode_NullError - // *ErrorCode_OperatorError - // *ErrorCode_RangeError - // *ErrorCode_RecommendationError - // *ErrorCode_RegionCodeError - // *ErrorCode_SettingError - // *ErrorCode_StringFormatError - // *ErrorCode_StringLengthError - // *ErrorCode_OperationAccessDeniedError - // *ErrorCode_ResourceAccessDeniedError - // *ErrorCode_ResourceCountLimitExceededError - // *ErrorCode_AdGroupBidModifierError - // *ErrorCode_ContextError - // *ErrorCode_FieldError - // *ErrorCode_SharedSetError - // *ErrorCode_SharedCriterionError - // *ErrorCode_CampaignSharedSetError - // *ErrorCode_ConversionActionError - // *ErrorCode_HeaderError - // *ErrorCode_DatabaseError - // *ErrorCode_PolicyFindingError - // *ErrorCode_EnumError - // *ErrorCode_KeywordPlanError - // *ErrorCode_KeywordPlanCampaignError - // *ErrorCode_KeywordPlanNegativeKeywordError - // *ErrorCode_KeywordPlanAdGroupError - // *ErrorCode_KeywordPlanKeywordError - // *ErrorCode_KeywordPlanIdeaError - // *ErrorCode_AccountBudgetProposalError - // *ErrorCode_UserListError - // *ErrorCode_ChangeStatusError - // *ErrorCode_FeedError - // *ErrorCode_GeoTargetConstantSuggestionError - // *ErrorCode_FeedItemError - // *ErrorCode_BillingSetupError - // *ErrorCode_CustomerClientLinkError - // *ErrorCode_CustomerManagerLinkError - // *ErrorCode_FeedMappingError - // *ErrorCode_CustomerFeedError - // *ErrorCode_AdGroupFeedError - // *ErrorCode_CampaignFeedError - // *ErrorCode_AdParameterError - // *ErrorCode_FeedItemValidationError - // *ErrorCode_ExtensionSettingError - // *ErrorCode_PolicyViolationError - ErrorCode isErrorCode_ErrorCode `protobuf_oneof:"error_code"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ErrorCode) Reset() { *m = ErrorCode{} } -func (m *ErrorCode) String() string { return proto.CompactTextString(m) } -func (*ErrorCode) ProtoMessage() {} -func (*ErrorCode) Descriptor() ([]byte, []int) { - return fileDescriptor_errors_e28c2463b12800fb, []int{2} -} -func (m *ErrorCode) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ErrorCode.Unmarshal(m, b) -} -func (m *ErrorCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ErrorCode.Marshal(b, m, deterministic) -} -func (dst *ErrorCode) XXX_Merge(src proto.Message) { - xxx_messageInfo_ErrorCode.Merge(dst, src) -} -func (m *ErrorCode) XXX_Size() int { - return xxx_messageInfo_ErrorCode.Size(m) -} -func (m *ErrorCode) XXX_DiscardUnknown() { - xxx_messageInfo_ErrorCode.DiscardUnknown(m) -} - -var xxx_messageInfo_ErrorCode proto.InternalMessageInfo - -type isErrorCode_ErrorCode interface { - isErrorCode_ErrorCode() -} - -type ErrorCode_RequestError struct { - RequestError RequestErrorEnum_RequestError `protobuf:"varint,1,opt,name=request_error,json=requestError,proto3,enum=google.ads.googleads.v0.errors.RequestErrorEnum_RequestError,oneof"` -} - -type ErrorCode_BiddingStrategyError struct { - BiddingStrategyError BiddingStrategyErrorEnum_BiddingStrategyError `protobuf:"varint,2,opt,name=bidding_strategy_error,json=biddingStrategyError,proto3,enum=google.ads.googleads.v0.errors.BiddingStrategyErrorEnum_BiddingStrategyError,oneof"` -} - -type ErrorCode_UrlFieldError struct { - UrlFieldError UrlFieldErrorEnum_UrlFieldError `protobuf:"varint,3,opt,name=url_field_error,json=urlFieldError,proto3,enum=google.ads.googleads.v0.errors.UrlFieldErrorEnum_UrlFieldError,oneof"` -} - -type ErrorCode_ListOperationError struct { - ListOperationError ListOperationErrorEnum_ListOperationError `protobuf:"varint,4,opt,name=list_operation_error,json=listOperationError,proto3,enum=google.ads.googleads.v0.errors.ListOperationErrorEnum_ListOperationError,oneof"` -} - -type ErrorCode_QueryError struct { - QueryError QueryErrorEnum_QueryError `protobuf:"varint,5,opt,name=query_error,json=queryError,proto3,enum=google.ads.googleads.v0.errors.QueryErrorEnum_QueryError,oneof"` -} - -type ErrorCode_MutateError struct { - MutateError MutateErrorEnum_MutateError `protobuf:"varint,7,opt,name=mutate_error,json=mutateError,proto3,enum=google.ads.googleads.v0.errors.MutateErrorEnum_MutateError,oneof"` -} - -type ErrorCode_FieldMaskError struct { - FieldMaskError FieldMaskErrorEnum_FieldMaskError `protobuf:"varint,8,opt,name=field_mask_error,json=fieldMaskError,proto3,enum=google.ads.googleads.v0.errors.FieldMaskErrorEnum_FieldMaskError,oneof"` -} - -type ErrorCode_AuthorizationError struct { - AuthorizationError AuthorizationErrorEnum_AuthorizationError `protobuf:"varint,9,opt,name=authorization_error,json=authorizationError,proto3,enum=google.ads.googleads.v0.errors.AuthorizationErrorEnum_AuthorizationError,oneof"` -} - -type ErrorCode_InternalError struct { - InternalError InternalErrorEnum_InternalError `protobuf:"varint,10,opt,name=internal_error,json=internalError,proto3,enum=google.ads.googleads.v0.errors.InternalErrorEnum_InternalError,oneof"` -} - -type ErrorCode_QuotaError struct { - QuotaError QuotaErrorEnum_QuotaError `protobuf:"varint,11,opt,name=quota_error,json=quotaError,proto3,enum=google.ads.googleads.v0.errors.QuotaErrorEnum_QuotaError,oneof"` -} - -type ErrorCode_AdError struct { - AdError AdErrorEnum_AdError `protobuf:"varint,12,opt,name=ad_error,json=adError,proto3,enum=google.ads.googleads.v0.errors.AdErrorEnum_AdError,oneof"` -} - -type ErrorCode_AdGroupError struct { - AdGroupError AdGroupErrorEnum_AdGroupError `protobuf:"varint,13,opt,name=ad_group_error,json=adGroupError,proto3,enum=google.ads.googleads.v0.errors.AdGroupErrorEnum_AdGroupError,oneof"` -} - -type ErrorCode_CampaignBudgetError struct { - CampaignBudgetError CampaignBudgetErrorEnum_CampaignBudgetError `protobuf:"varint,14,opt,name=campaign_budget_error,json=campaignBudgetError,proto3,enum=google.ads.googleads.v0.errors.CampaignBudgetErrorEnum_CampaignBudgetError,oneof"` -} - -type ErrorCode_CampaignError struct { - CampaignError CampaignErrorEnum_CampaignError `protobuf:"varint,15,opt,name=campaign_error,json=campaignError,proto3,enum=google.ads.googleads.v0.errors.CampaignErrorEnum_CampaignError,oneof"` -} - -type ErrorCode_AuthenticationError struct { - AuthenticationError AuthenticationErrorEnum_AuthenticationError `protobuf:"varint,17,opt,name=authentication_error,json=authenticationError,proto3,enum=google.ads.googleads.v0.errors.AuthenticationErrorEnum_AuthenticationError,oneof"` -} - -type ErrorCode_AdGroupCriterionError struct { - AdGroupCriterionError AdGroupCriterionErrorEnum_AdGroupCriterionError `protobuf:"varint,18,opt,name=ad_group_criterion_error,json=adGroupCriterionError,proto3,enum=google.ads.googleads.v0.errors.AdGroupCriterionErrorEnum_AdGroupCriterionError,oneof"` -} - -type ErrorCode_AdCustomizerError struct { - AdCustomizerError AdCustomizerErrorEnum_AdCustomizerError `protobuf:"varint,19,opt,name=ad_customizer_error,json=adCustomizerError,proto3,enum=google.ads.googleads.v0.errors.AdCustomizerErrorEnum_AdCustomizerError,oneof"` -} - -type ErrorCode_AdGroupAdError struct { - AdGroupAdError AdGroupAdErrorEnum_AdGroupAdError `protobuf:"varint,21,opt,name=ad_group_ad_error,json=adGroupAdError,proto3,enum=google.ads.googleads.v0.errors.AdGroupAdErrorEnum_AdGroupAdError,oneof"` -} - -type ErrorCode_AdSharingError struct { - AdSharingError AdSharingErrorEnum_AdSharingError `protobuf:"varint,24,opt,name=ad_sharing_error,json=adSharingError,proto3,enum=google.ads.googleads.v0.errors.AdSharingErrorEnum_AdSharingError,oneof"` -} - -type ErrorCode_AdxError struct { - AdxError AdxErrorEnum_AdxError `protobuf:"varint,25,opt,name=adx_error,json=adxError,proto3,enum=google.ads.googleads.v0.errors.AdxErrorEnum_AdxError,oneof"` -} - -type ErrorCode_BiddingError struct { - BiddingError BiddingErrorEnum_BiddingError `protobuf:"varint,26,opt,name=bidding_error,json=biddingError,proto3,enum=google.ads.googleads.v0.errors.BiddingErrorEnum_BiddingError,oneof"` -} - -type ErrorCode_CampaignCriterionError struct { - CampaignCriterionError CampaignCriterionErrorEnum_CampaignCriterionError `protobuf:"varint,29,opt,name=campaign_criterion_error,json=campaignCriterionError,proto3,enum=google.ads.googleads.v0.errors.CampaignCriterionErrorEnum_CampaignCriterionError,oneof"` -} - -type ErrorCode_CollectionSizeError struct { - CollectionSizeError CollectionSizeErrorEnum_CollectionSizeError `protobuf:"varint,31,opt,name=collection_size_error,json=collectionSizeError,proto3,enum=google.ads.googleads.v0.errors.CollectionSizeErrorEnum_CollectionSizeError,oneof"` -} - -type ErrorCode_CriterionError struct { - CriterionError CriterionErrorEnum_CriterionError `protobuf:"varint,32,opt,name=criterion_error,json=criterionError,proto3,enum=google.ads.googleads.v0.errors.CriterionErrorEnum_CriterionError,oneof"` -} - -type ErrorCode_CustomerError struct { - CustomerError CustomerErrorEnum_CustomerError `protobuf:"varint,90,opt,name=customer_error,json=customerError,proto3,enum=google.ads.googleads.v0.errors.CustomerErrorEnum_CustomerError,oneof"` -} - -type ErrorCode_DateError struct { - DateError DateErrorEnum_DateError `protobuf:"varint,33,opt,name=date_error,json=dateError,proto3,enum=google.ads.googleads.v0.errors.DateErrorEnum_DateError,oneof"` -} - -type ErrorCode_DateRangeError struct { - DateRangeError DateRangeErrorEnum_DateRangeError `protobuf:"varint,34,opt,name=date_range_error,json=dateRangeError,proto3,enum=google.ads.googleads.v0.errors.DateRangeErrorEnum_DateRangeError,oneof"` -} - -type ErrorCode_DistinctError struct { - DistinctError DistinctErrorEnum_DistinctError `protobuf:"varint,35,opt,name=distinct_error,json=distinctError,proto3,enum=google.ads.googleads.v0.errors.DistinctErrorEnum_DistinctError,oneof"` -} - -type ErrorCode_FeedAttributeReferenceError struct { - FeedAttributeReferenceError FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError `protobuf:"varint,36,opt,name=feed_attribute_reference_error,json=feedAttributeReferenceError,proto3,enum=google.ads.googleads.v0.errors.FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError,oneof"` -} - -type ErrorCode_FunctionError struct { - FunctionError FunctionErrorEnum_FunctionError `protobuf:"varint,37,opt,name=function_error,json=functionError,proto3,enum=google.ads.googleads.v0.errors.FunctionErrorEnum_FunctionError,oneof"` -} - -type ErrorCode_FunctionParsingError struct { - FunctionParsingError FunctionParsingErrorEnum_FunctionParsingError `protobuf:"varint,38,opt,name=function_parsing_error,json=functionParsingError,proto3,enum=google.ads.googleads.v0.errors.FunctionParsingErrorEnum_FunctionParsingError,oneof"` -} - -type ErrorCode_IdError struct { - IdError IdErrorEnum_IdError `protobuf:"varint,39,opt,name=id_error,json=idError,proto3,enum=google.ads.googleads.v0.errors.IdErrorEnum_IdError,oneof"` -} - -type ErrorCode_ImageError struct { - ImageError ImageErrorEnum_ImageError `protobuf:"varint,40,opt,name=image_error,json=imageError,proto3,enum=google.ads.googleads.v0.errors.ImageErrorEnum_ImageError,oneof"` -} - -type ErrorCode_MediaBundleError struct { - MediaBundleError MediaBundleErrorEnum_MediaBundleError `protobuf:"varint,42,opt,name=media_bundle_error,json=mediaBundleError,proto3,enum=google.ads.googleads.v0.errors.MediaBundleErrorEnum_MediaBundleError,oneof"` -} - -type ErrorCode_MediaFileError struct { - MediaFileError MediaFileErrorEnum_MediaFileError `protobuf:"varint,86,opt,name=media_file_error,json=mediaFileError,proto3,enum=google.ads.googleads.v0.errors.MediaFileErrorEnum_MediaFileError,oneof"` -} - -type ErrorCode_MultiplierError struct { - MultiplierError MultiplierErrorEnum_MultiplierError `protobuf:"varint,44,opt,name=multiplier_error,json=multiplierError,proto3,enum=google.ads.googleads.v0.errors.MultiplierErrorEnum_MultiplierError,oneof"` -} - -type ErrorCode_NewResourceCreationError struct { - NewResourceCreationError NewResourceCreationErrorEnum_NewResourceCreationError `protobuf:"varint,45,opt,name=new_resource_creation_error,json=newResourceCreationError,proto3,enum=google.ads.googleads.v0.errors.NewResourceCreationErrorEnum_NewResourceCreationError,oneof"` -} - -type ErrorCode_NotEmptyError struct { - NotEmptyError NotEmptyErrorEnum_NotEmptyError `protobuf:"varint,46,opt,name=not_empty_error,json=notEmptyError,proto3,enum=google.ads.googleads.v0.errors.NotEmptyErrorEnum_NotEmptyError,oneof"` -} - -type ErrorCode_NullError struct { - NullError NullErrorEnum_NullError `protobuf:"varint,47,opt,name=null_error,json=nullError,proto3,enum=google.ads.googleads.v0.errors.NullErrorEnum_NullError,oneof"` -} - -type ErrorCode_OperatorError struct { - OperatorError OperatorErrorEnum_OperatorError `protobuf:"varint,48,opt,name=operator_error,json=operatorError,proto3,enum=google.ads.googleads.v0.errors.OperatorErrorEnum_OperatorError,oneof"` -} - -type ErrorCode_RangeError struct { - RangeError RangeErrorEnum_RangeError `protobuf:"varint,49,opt,name=range_error,json=rangeError,proto3,enum=google.ads.googleads.v0.errors.RangeErrorEnum_RangeError,oneof"` -} - -type ErrorCode_RecommendationError struct { - RecommendationError RecommendationErrorEnum_RecommendationError `protobuf:"varint,58,opt,name=recommendation_error,json=recommendationError,proto3,enum=google.ads.googleads.v0.errors.RecommendationErrorEnum_RecommendationError,oneof"` -} - -type ErrorCode_RegionCodeError struct { - RegionCodeError RegionCodeErrorEnum_RegionCodeError `protobuf:"varint,51,opt,name=region_code_error,json=regionCodeError,proto3,enum=google.ads.googleads.v0.errors.RegionCodeErrorEnum_RegionCodeError,oneof"` -} - -type ErrorCode_SettingError struct { - SettingError SettingErrorEnum_SettingError `protobuf:"varint,52,opt,name=setting_error,json=settingError,proto3,enum=google.ads.googleads.v0.errors.SettingErrorEnum_SettingError,oneof"` -} - -type ErrorCode_StringFormatError struct { - StringFormatError StringFormatErrorEnum_StringFormatError `protobuf:"varint,53,opt,name=string_format_error,json=stringFormatError,proto3,enum=google.ads.googleads.v0.errors.StringFormatErrorEnum_StringFormatError,oneof"` -} - -type ErrorCode_StringLengthError struct { - StringLengthError StringLengthErrorEnum_StringLengthError `protobuf:"varint,54,opt,name=string_length_error,json=stringLengthError,proto3,enum=google.ads.googleads.v0.errors.StringLengthErrorEnum_StringLengthError,oneof"` -} - -type ErrorCode_OperationAccessDeniedError struct { - OperationAccessDeniedError OperationAccessDeniedErrorEnum_OperationAccessDeniedError `protobuf:"varint,55,opt,name=operation_access_denied_error,json=operationAccessDeniedError,proto3,enum=google.ads.googleads.v0.errors.OperationAccessDeniedErrorEnum_OperationAccessDeniedError,oneof"` -} - -type ErrorCode_ResourceAccessDeniedError struct { - ResourceAccessDeniedError ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError `protobuf:"varint,56,opt,name=resource_access_denied_error,json=resourceAccessDeniedError,proto3,enum=google.ads.googleads.v0.errors.ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError,oneof"` -} - -type ErrorCode_ResourceCountLimitExceededError struct { - ResourceCountLimitExceededError ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError `protobuf:"varint,57,opt,name=resource_count_limit_exceeded_error,json=resourceCountLimitExceededError,proto3,enum=google.ads.googleads.v0.errors.ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError,oneof"` -} - -type ErrorCode_AdGroupBidModifierError struct { - AdGroupBidModifierError AdGroupBidModifierErrorEnum_AdGroupBidModifierError `protobuf:"varint,59,opt,name=ad_group_bid_modifier_error,json=adGroupBidModifierError,proto3,enum=google.ads.googleads.v0.errors.AdGroupBidModifierErrorEnum_AdGroupBidModifierError,oneof"` -} - -type ErrorCode_ContextError struct { - ContextError ContextErrorEnum_ContextError `protobuf:"varint,60,opt,name=context_error,json=contextError,proto3,enum=google.ads.googleads.v0.errors.ContextErrorEnum_ContextError,oneof"` -} - -type ErrorCode_FieldError struct { - FieldError FieldErrorEnum_FieldError `protobuf:"varint,61,opt,name=field_error,json=fieldError,proto3,enum=google.ads.googleads.v0.errors.FieldErrorEnum_FieldError,oneof"` -} - -type ErrorCode_SharedSetError struct { - SharedSetError SharedSetErrorEnum_SharedSetError `protobuf:"varint,62,opt,name=shared_set_error,json=sharedSetError,proto3,enum=google.ads.googleads.v0.errors.SharedSetErrorEnum_SharedSetError,oneof"` -} - -type ErrorCode_SharedCriterionError struct { - SharedCriterionError SharedCriterionErrorEnum_SharedCriterionError `protobuf:"varint,63,opt,name=shared_criterion_error,json=sharedCriterionError,proto3,enum=google.ads.googleads.v0.errors.SharedCriterionErrorEnum_SharedCriterionError,oneof"` -} - -type ErrorCode_CampaignSharedSetError struct { - CampaignSharedSetError CampaignSharedSetErrorEnum_CampaignSharedSetError `protobuf:"varint,64,opt,name=campaign_shared_set_error,json=campaignSharedSetError,proto3,enum=google.ads.googleads.v0.errors.CampaignSharedSetErrorEnum_CampaignSharedSetError,oneof"` -} - -type ErrorCode_ConversionActionError struct { - ConversionActionError ConversionActionErrorEnum_ConversionActionError `protobuf:"varint,65,opt,name=conversion_action_error,json=conversionActionError,proto3,enum=google.ads.googleads.v0.errors.ConversionActionErrorEnum_ConversionActionError,oneof"` -} - -type ErrorCode_HeaderError struct { - HeaderError HeaderErrorEnum_HeaderError `protobuf:"varint,66,opt,name=header_error,json=headerError,proto3,enum=google.ads.googleads.v0.errors.HeaderErrorEnum_HeaderError,oneof"` -} - -type ErrorCode_DatabaseError struct { - DatabaseError DatabaseErrorEnum_DatabaseError `protobuf:"varint,67,opt,name=database_error,json=databaseError,proto3,enum=google.ads.googleads.v0.errors.DatabaseErrorEnum_DatabaseError,oneof"` -} - -type ErrorCode_PolicyFindingError struct { - PolicyFindingError PolicyFindingErrorEnum_PolicyFindingError `protobuf:"varint,68,opt,name=policy_finding_error,json=policyFindingError,proto3,enum=google.ads.googleads.v0.errors.PolicyFindingErrorEnum_PolicyFindingError,oneof"` -} - -type ErrorCode_EnumError struct { - EnumError EnumErrorEnum_EnumError `protobuf:"varint,70,opt,name=enum_error,json=enumError,proto3,enum=google.ads.googleads.v0.errors.EnumErrorEnum_EnumError,oneof"` -} - -type ErrorCode_KeywordPlanError struct { - KeywordPlanError KeywordPlanErrorEnum_KeywordPlanError `protobuf:"varint,71,opt,name=keyword_plan_error,json=keywordPlanError,proto3,enum=google.ads.googleads.v0.errors.KeywordPlanErrorEnum_KeywordPlanError,oneof"` -} - -type ErrorCode_KeywordPlanCampaignError struct { - KeywordPlanCampaignError KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError `protobuf:"varint,72,opt,name=keyword_plan_campaign_error,json=keywordPlanCampaignError,proto3,enum=google.ads.googleads.v0.errors.KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError,oneof"` -} - -type ErrorCode_KeywordPlanNegativeKeywordError struct { - KeywordPlanNegativeKeywordError KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError `protobuf:"varint,73,opt,name=keyword_plan_negative_keyword_error,json=keywordPlanNegativeKeywordError,proto3,enum=google.ads.googleads.v0.errors.KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError,oneof"` -} - -type ErrorCode_KeywordPlanAdGroupError struct { - KeywordPlanAdGroupError KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError `protobuf:"varint,74,opt,name=keyword_plan_ad_group_error,json=keywordPlanAdGroupError,proto3,enum=google.ads.googleads.v0.errors.KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError,oneof"` -} - -type ErrorCode_KeywordPlanKeywordError struct { - KeywordPlanKeywordError KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError `protobuf:"varint,75,opt,name=keyword_plan_keyword_error,json=keywordPlanKeywordError,proto3,enum=google.ads.googleads.v0.errors.KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError,oneof"` -} - -type ErrorCode_KeywordPlanIdeaError struct { - KeywordPlanIdeaError KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError `protobuf:"varint,76,opt,name=keyword_plan_idea_error,json=keywordPlanIdeaError,proto3,enum=google.ads.googleads.v0.errors.KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError,oneof"` -} - -type ErrorCode_AccountBudgetProposalError struct { - AccountBudgetProposalError AccountBudgetProposalErrorEnum_AccountBudgetProposalError `protobuf:"varint,77,opt,name=account_budget_proposal_error,json=accountBudgetProposalError,proto3,enum=google.ads.googleads.v0.errors.AccountBudgetProposalErrorEnum_AccountBudgetProposalError,oneof"` -} - -type ErrorCode_UserListError struct { - UserListError UserListErrorEnum_UserListError `protobuf:"varint,78,opt,name=user_list_error,json=userListError,proto3,enum=google.ads.googleads.v0.errors.UserListErrorEnum_UserListError,oneof"` -} - -type ErrorCode_ChangeStatusError struct { - ChangeStatusError ChangeStatusErrorEnum_ChangeStatusError `protobuf:"varint,79,opt,name=change_status_error,json=changeStatusError,proto3,enum=google.ads.googleads.v0.errors.ChangeStatusErrorEnum_ChangeStatusError,oneof"` -} - -type ErrorCode_FeedError struct { - FeedError FeedErrorEnum_FeedError `protobuf:"varint,80,opt,name=feed_error,json=feedError,proto3,enum=google.ads.googleads.v0.errors.FeedErrorEnum_FeedError,oneof"` -} - -type ErrorCode_GeoTargetConstantSuggestionError struct { - GeoTargetConstantSuggestionError GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError `protobuf:"varint,81,opt,name=geo_target_constant_suggestion_error,json=geoTargetConstantSuggestionError,proto3,enum=google.ads.googleads.v0.errors.GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError,oneof"` -} - -type ErrorCode_FeedItemError struct { - FeedItemError FeedItemErrorEnum_FeedItemError `protobuf:"varint,83,opt,name=feed_item_error,json=feedItemError,proto3,enum=google.ads.googleads.v0.errors.FeedItemErrorEnum_FeedItemError,oneof"` -} - -type ErrorCode_BillingSetupError struct { - BillingSetupError BillingSetupErrorEnum_BillingSetupError `protobuf:"varint,87,opt,name=billing_setup_error,json=billingSetupError,proto3,enum=google.ads.googleads.v0.errors.BillingSetupErrorEnum_BillingSetupError,oneof"` -} - -type ErrorCode_CustomerClientLinkError struct { - CustomerClientLinkError CustomerClientLinkErrorEnum_CustomerClientLinkError `protobuf:"varint,88,opt,name=customer_client_link_error,json=customerClientLinkError,proto3,enum=google.ads.googleads.v0.errors.CustomerClientLinkErrorEnum_CustomerClientLinkError,oneof"` -} - -type ErrorCode_CustomerManagerLinkError struct { - CustomerManagerLinkError CustomerManagerLinkErrorEnum_CustomerManagerLinkError `protobuf:"varint,91,opt,name=customer_manager_link_error,json=customerManagerLinkError,proto3,enum=google.ads.googleads.v0.errors.CustomerManagerLinkErrorEnum_CustomerManagerLinkError,oneof"` -} - -type ErrorCode_FeedMappingError struct { - FeedMappingError FeedMappingErrorEnum_FeedMappingError `protobuf:"varint,92,opt,name=feed_mapping_error,json=feedMappingError,proto3,enum=google.ads.googleads.v0.errors.FeedMappingErrorEnum_FeedMappingError,oneof"` -} - -type ErrorCode_CustomerFeedError struct { - CustomerFeedError CustomerFeedErrorEnum_CustomerFeedError `protobuf:"varint,93,opt,name=customer_feed_error,json=customerFeedError,proto3,enum=google.ads.googleads.v0.errors.CustomerFeedErrorEnum_CustomerFeedError,oneof"` -} - -type ErrorCode_AdGroupFeedError struct { - AdGroupFeedError AdGroupFeedErrorEnum_AdGroupFeedError `protobuf:"varint,94,opt,name=ad_group_feed_error,json=adGroupFeedError,proto3,enum=google.ads.googleads.v0.errors.AdGroupFeedErrorEnum_AdGroupFeedError,oneof"` -} - -type ErrorCode_CampaignFeedError struct { - CampaignFeedError CampaignFeedErrorEnum_CampaignFeedError `protobuf:"varint,96,opt,name=campaign_feed_error,json=campaignFeedError,proto3,enum=google.ads.googleads.v0.errors.CampaignFeedErrorEnum_CampaignFeedError,oneof"` -} - -type ErrorCode_AdParameterError struct { - AdParameterError AdParameterErrorEnum_AdParameterError `protobuf:"varint,101,opt,name=ad_parameter_error,json=adParameterError,proto3,enum=google.ads.googleads.v0.errors.AdParameterErrorEnum_AdParameterError,oneof"` -} - -type ErrorCode_FeedItemValidationError struct { - FeedItemValidationError FeedItemValidationErrorEnum_FeedItemValidationError `protobuf:"varint,102,opt,name=feed_item_validation_error,json=feedItemValidationError,proto3,enum=google.ads.googleads.v0.errors.FeedItemValidationErrorEnum_FeedItemValidationError,oneof"` -} - -type ErrorCode_ExtensionSettingError struct { - ExtensionSettingError ExtensionSettingErrorEnum_ExtensionSettingError `protobuf:"varint,103,opt,name=extension_setting_error,json=extensionSettingError,proto3,enum=google.ads.googleads.v0.errors.ExtensionSettingErrorEnum_ExtensionSettingError,oneof"` -} - -type ErrorCode_PolicyViolationError struct { - PolicyViolationError PolicyViolationErrorEnum_PolicyViolationError `protobuf:"varint,105,opt,name=policy_violation_error,json=policyViolationError,proto3,enum=google.ads.googleads.v0.errors.PolicyViolationErrorEnum_PolicyViolationError,oneof"` -} - -func (*ErrorCode_RequestError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_BiddingStrategyError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_UrlFieldError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_ListOperationError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_QueryError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_MutateError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_FieldMaskError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_AuthorizationError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_InternalError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_QuotaError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_AdError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_AdGroupError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_CampaignBudgetError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_CampaignError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_AuthenticationError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_AdGroupCriterionError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_AdCustomizerError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_AdGroupAdError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_AdSharingError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_AdxError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_BiddingError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_CampaignCriterionError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_CollectionSizeError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_CriterionError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_CustomerError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_DateError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_DateRangeError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_DistinctError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_FeedAttributeReferenceError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_FunctionError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_FunctionParsingError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_IdError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_ImageError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_MediaBundleError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_MediaFileError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_MultiplierError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_NewResourceCreationError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_NotEmptyError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_NullError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_OperatorError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_RangeError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_RecommendationError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_RegionCodeError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_SettingError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_StringFormatError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_StringLengthError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_OperationAccessDeniedError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_ResourceAccessDeniedError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_ResourceCountLimitExceededError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_AdGroupBidModifierError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_ContextError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_FieldError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_SharedSetError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_SharedCriterionError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_CampaignSharedSetError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_ConversionActionError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_HeaderError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_DatabaseError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_PolicyFindingError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_EnumError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_KeywordPlanError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_KeywordPlanCampaignError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_KeywordPlanNegativeKeywordError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_KeywordPlanAdGroupError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_KeywordPlanKeywordError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_KeywordPlanIdeaError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_AccountBudgetProposalError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_UserListError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_ChangeStatusError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_FeedError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_GeoTargetConstantSuggestionError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_FeedItemError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_BillingSetupError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_CustomerClientLinkError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_CustomerManagerLinkError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_FeedMappingError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_CustomerFeedError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_AdGroupFeedError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_CampaignFeedError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_AdParameterError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_FeedItemValidationError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_ExtensionSettingError) isErrorCode_ErrorCode() {} - -func (*ErrorCode_PolicyViolationError) isErrorCode_ErrorCode() {} - -func (m *ErrorCode) GetErrorCode() isErrorCode_ErrorCode { - if m != nil { - return m.ErrorCode - } - return nil -} - -func (m *ErrorCode) GetRequestError() RequestErrorEnum_RequestError { - if x, ok := m.GetErrorCode().(*ErrorCode_RequestError); ok { - return x.RequestError - } - return RequestErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetBiddingStrategyError() BiddingStrategyErrorEnum_BiddingStrategyError { - if x, ok := m.GetErrorCode().(*ErrorCode_BiddingStrategyError); ok { - return x.BiddingStrategyError - } - return BiddingStrategyErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetUrlFieldError() UrlFieldErrorEnum_UrlFieldError { - if x, ok := m.GetErrorCode().(*ErrorCode_UrlFieldError); ok { - return x.UrlFieldError - } - return UrlFieldErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetListOperationError() ListOperationErrorEnum_ListOperationError { - if x, ok := m.GetErrorCode().(*ErrorCode_ListOperationError); ok { - return x.ListOperationError - } - return ListOperationErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetQueryError() QueryErrorEnum_QueryError { - if x, ok := m.GetErrorCode().(*ErrorCode_QueryError); ok { - return x.QueryError - } - return QueryErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetMutateError() MutateErrorEnum_MutateError { - if x, ok := m.GetErrorCode().(*ErrorCode_MutateError); ok { - return x.MutateError - } - return MutateErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetFieldMaskError() FieldMaskErrorEnum_FieldMaskError { - if x, ok := m.GetErrorCode().(*ErrorCode_FieldMaskError); ok { - return x.FieldMaskError - } - return FieldMaskErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetAuthorizationError() AuthorizationErrorEnum_AuthorizationError { - if x, ok := m.GetErrorCode().(*ErrorCode_AuthorizationError); ok { - return x.AuthorizationError - } - return AuthorizationErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetInternalError() InternalErrorEnum_InternalError { - if x, ok := m.GetErrorCode().(*ErrorCode_InternalError); ok { - return x.InternalError - } - return InternalErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetQuotaError() QuotaErrorEnum_QuotaError { - if x, ok := m.GetErrorCode().(*ErrorCode_QuotaError); ok { - return x.QuotaError - } - return QuotaErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetAdError() AdErrorEnum_AdError { - if x, ok := m.GetErrorCode().(*ErrorCode_AdError); ok { - return x.AdError - } - return AdErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetAdGroupError() AdGroupErrorEnum_AdGroupError { - if x, ok := m.GetErrorCode().(*ErrorCode_AdGroupError); ok { - return x.AdGroupError - } - return AdGroupErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetCampaignBudgetError() CampaignBudgetErrorEnum_CampaignBudgetError { - if x, ok := m.GetErrorCode().(*ErrorCode_CampaignBudgetError); ok { - return x.CampaignBudgetError - } - return CampaignBudgetErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetCampaignError() CampaignErrorEnum_CampaignError { - if x, ok := m.GetErrorCode().(*ErrorCode_CampaignError); ok { - return x.CampaignError - } - return CampaignErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetAuthenticationError() AuthenticationErrorEnum_AuthenticationError { - if x, ok := m.GetErrorCode().(*ErrorCode_AuthenticationError); ok { - return x.AuthenticationError - } - return AuthenticationErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetAdGroupCriterionError() AdGroupCriterionErrorEnum_AdGroupCriterionError { - if x, ok := m.GetErrorCode().(*ErrorCode_AdGroupCriterionError); ok { - return x.AdGroupCriterionError - } - return AdGroupCriterionErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetAdCustomizerError() AdCustomizerErrorEnum_AdCustomizerError { - if x, ok := m.GetErrorCode().(*ErrorCode_AdCustomizerError); ok { - return x.AdCustomizerError - } - return AdCustomizerErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetAdGroupAdError() AdGroupAdErrorEnum_AdGroupAdError { - if x, ok := m.GetErrorCode().(*ErrorCode_AdGroupAdError); ok { - return x.AdGroupAdError - } - return AdGroupAdErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetAdSharingError() AdSharingErrorEnum_AdSharingError { - if x, ok := m.GetErrorCode().(*ErrorCode_AdSharingError); ok { - return x.AdSharingError - } - return AdSharingErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetAdxError() AdxErrorEnum_AdxError { - if x, ok := m.GetErrorCode().(*ErrorCode_AdxError); ok { - return x.AdxError - } - return AdxErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetBiddingError() BiddingErrorEnum_BiddingError { - if x, ok := m.GetErrorCode().(*ErrorCode_BiddingError); ok { - return x.BiddingError - } - return BiddingErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetCampaignCriterionError() CampaignCriterionErrorEnum_CampaignCriterionError { - if x, ok := m.GetErrorCode().(*ErrorCode_CampaignCriterionError); ok { - return x.CampaignCriterionError - } - return CampaignCriterionErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetCollectionSizeError() CollectionSizeErrorEnum_CollectionSizeError { - if x, ok := m.GetErrorCode().(*ErrorCode_CollectionSizeError); ok { - return x.CollectionSizeError - } - return CollectionSizeErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetCriterionError() CriterionErrorEnum_CriterionError { - if x, ok := m.GetErrorCode().(*ErrorCode_CriterionError); ok { - return x.CriterionError - } - return CriterionErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetCustomerError() CustomerErrorEnum_CustomerError { - if x, ok := m.GetErrorCode().(*ErrorCode_CustomerError); ok { - return x.CustomerError - } - return CustomerErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetDateError() DateErrorEnum_DateError { - if x, ok := m.GetErrorCode().(*ErrorCode_DateError); ok { - return x.DateError - } - return DateErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetDateRangeError() DateRangeErrorEnum_DateRangeError { - if x, ok := m.GetErrorCode().(*ErrorCode_DateRangeError); ok { - return x.DateRangeError - } - return DateRangeErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetDistinctError() DistinctErrorEnum_DistinctError { - if x, ok := m.GetErrorCode().(*ErrorCode_DistinctError); ok { - return x.DistinctError - } - return DistinctErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetFeedAttributeReferenceError() FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError { - if x, ok := m.GetErrorCode().(*ErrorCode_FeedAttributeReferenceError); ok { - return x.FeedAttributeReferenceError - } - return FeedAttributeReferenceErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetFunctionError() FunctionErrorEnum_FunctionError { - if x, ok := m.GetErrorCode().(*ErrorCode_FunctionError); ok { - return x.FunctionError - } - return FunctionErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetFunctionParsingError() FunctionParsingErrorEnum_FunctionParsingError { - if x, ok := m.GetErrorCode().(*ErrorCode_FunctionParsingError); ok { - return x.FunctionParsingError - } - return FunctionParsingErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetIdError() IdErrorEnum_IdError { - if x, ok := m.GetErrorCode().(*ErrorCode_IdError); ok { - return x.IdError - } - return IdErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetImageError() ImageErrorEnum_ImageError { - if x, ok := m.GetErrorCode().(*ErrorCode_ImageError); ok { - return x.ImageError - } - return ImageErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetMediaBundleError() MediaBundleErrorEnum_MediaBundleError { - if x, ok := m.GetErrorCode().(*ErrorCode_MediaBundleError); ok { - return x.MediaBundleError - } - return MediaBundleErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetMediaFileError() MediaFileErrorEnum_MediaFileError { - if x, ok := m.GetErrorCode().(*ErrorCode_MediaFileError); ok { - return x.MediaFileError - } - return MediaFileErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetMultiplierError() MultiplierErrorEnum_MultiplierError { - if x, ok := m.GetErrorCode().(*ErrorCode_MultiplierError); ok { - return x.MultiplierError - } - return MultiplierErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetNewResourceCreationError() NewResourceCreationErrorEnum_NewResourceCreationError { - if x, ok := m.GetErrorCode().(*ErrorCode_NewResourceCreationError); ok { - return x.NewResourceCreationError - } - return NewResourceCreationErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetNotEmptyError() NotEmptyErrorEnum_NotEmptyError { - if x, ok := m.GetErrorCode().(*ErrorCode_NotEmptyError); ok { - return x.NotEmptyError - } - return NotEmptyErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetNullError() NullErrorEnum_NullError { - if x, ok := m.GetErrorCode().(*ErrorCode_NullError); ok { - return x.NullError - } - return NullErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetOperatorError() OperatorErrorEnum_OperatorError { - if x, ok := m.GetErrorCode().(*ErrorCode_OperatorError); ok { - return x.OperatorError - } - return OperatorErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetRangeError() RangeErrorEnum_RangeError { - if x, ok := m.GetErrorCode().(*ErrorCode_RangeError); ok { - return x.RangeError - } - return RangeErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetRecommendationError() RecommendationErrorEnum_RecommendationError { - if x, ok := m.GetErrorCode().(*ErrorCode_RecommendationError); ok { - return x.RecommendationError - } - return RecommendationErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetRegionCodeError() RegionCodeErrorEnum_RegionCodeError { - if x, ok := m.GetErrorCode().(*ErrorCode_RegionCodeError); ok { - return x.RegionCodeError - } - return RegionCodeErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetSettingError() SettingErrorEnum_SettingError { - if x, ok := m.GetErrorCode().(*ErrorCode_SettingError); ok { - return x.SettingError - } - return SettingErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetStringFormatError() StringFormatErrorEnum_StringFormatError { - if x, ok := m.GetErrorCode().(*ErrorCode_StringFormatError); ok { - return x.StringFormatError - } - return StringFormatErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetStringLengthError() StringLengthErrorEnum_StringLengthError { - if x, ok := m.GetErrorCode().(*ErrorCode_StringLengthError); ok { - return x.StringLengthError - } - return StringLengthErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetOperationAccessDeniedError() OperationAccessDeniedErrorEnum_OperationAccessDeniedError { - if x, ok := m.GetErrorCode().(*ErrorCode_OperationAccessDeniedError); ok { - return x.OperationAccessDeniedError - } - return OperationAccessDeniedErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetResourceAccessDeniedError() ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError { - if x, ok := m.GetErrorCode().(*ErrorCode_ResourceAccessDeniedError); ok { - return x.ResourceAccessDeniedError - } - return ResourceAccessDeniedErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetResourceCountLimitExceededError() ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError { - if x, ok := m.GetErrorCode().(*ErrorCode_ResourceCountLimitExceededError); ok { - return x.ResourceCountLimitExceededError - } - return ResourceCountLimitExceededErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetAdGroupBidModifierError() AdGroupBidModifierErrorEnum_AdGroupBidModifierError { - if x, ok := m.GetErrorCode().(*ErrorCode_AdGroupBidModifierError); ok { - return x.AdGroupBidModifierError - } - return AdGroupBidModifierErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetContextError() ContextErrorEnum_ContextError { - if x, ok := m.GetErrorCode().(*ErrorCode_ContextError); ok { - return x.ContextError - } - return ContextErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetFieldError() FieldErrorEnum_FieldError { - if x, ok := m.GetErrorCode().(*ErrorCode_FieldError); ok { - return x.FieldError - } - return FieldErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetSharedSetError() SharedSetErrorEnum_SharedSetError { - if x, ok := m.GetErrorCode().(*ErrorCode_SharedSetError); ok { - return x.SharedSetError - } - return SharedSetErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetSharedCriterionError() SharedCriterionErrorEnum_SharedCriterionError { - if x, ok := m.GetErrorCode().(*ErrorCode_SharedCriterionError); ok { - return x.SharedCriterionError - } - return SharedCriterionErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetCampaignSharedSetError() CampaignSharedSetErrorEnum_CampaignSharedSetError { - if x, ok := m.GetErrorCode().(*ErrorCode_CampaignSharedSetError); ok { - return x.CampaignSharedSetError - } - return CampaignSharedSetErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetConversionActionError() ConversionActionErrorEnum_ConversionActionError { - if x, ok := m.GetErrorCode().(*ErrorCode_ConversionActionError); ok { - return x.ConversionActionError - } - return ConversionActionErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetHeaderError() HeaderErrorEnum_HeaderError { - if x, ok := m.GetErrorCode().(*ErrorCode_HeaderError); ok { - return x.HeaderError - } - return HeaderErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetDatabaseError() DatabaseErrorEnum_DatabaseError { - if x, ok := m.GetErrorCode().(*ErrorCode_DatabaseError); ok { - return x.DatabaseError - } - return DatabaseErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetPolicyFindingError() PolicyFindingErrorEnum_PolicyFindingError { - if x, ok := m.GetErrorCode().(*ErrorCode_PolicyFindingError); ok { - return x.PolicyFindingError - } - return PolicyFindingErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetEnumError() EnumErrorEnum_EnumError { - if x, ok := m.GetErrorCode().(*ErrorCode_EnumError); ok { - return x.EnumError - } - return EnumErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetKeywordPlanError() KeywordPlanErrorEnum_KeywordPlanError { - if x, ok := m.GetErrorCode().(*ErrorCode_KeywordPlanError); ok { - return x.KeywordPlanError - } - return KeywordPlanErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetKeywordPlanCampaignError() KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError { - if x, ok := m.GetErrorCode().(*ErrorCode_KeywordPlanCampaignError); ok { - return x.KeywordPlanCampaignError - } - return KeywordPlanCampaignErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetKeywordPlanNegativeKeywordError() KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError { - if x, ok := m.GetErrorCode().(*ErrorCode_KeywordPlanNegativeKeywordError); ok { - return x.KeywordPlanNegativeKeywordError - } - return KeywordPlanNegativeKeywordErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetKeywordPlanAdGroupError() KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError { - if x, ok := m.GetErrorCode().(*ErrorCode_KeywordPlanAdGroupError); ok { - return x.KeywordPlanAdGroupError - } - return KeywordPlanAdGroupErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetKeywordPlanKeywordError() KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError { - if x, ok := m.GetErrorCode().(*ErrorCode_KeywordPlanKeywordError); ok { - return x.KeywordPlanKeywordError - } - return KeywordPlanKeywordErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetKeywordPlanIdeaError() KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError { - if x, ok := m.GetErrorCode().(*ErrorCode_KeywordPlanIdeaError); ok { - return x.KeywordPlanIdeaError - } - return KeywordPlanIdeaErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetAccountBudgetProposalError() AccountBudgetProposalErrorEnum_AccountBudgetProposalError { - if x, ok := m.GetErrorCode().(*ErrorCode_AccountBudgetProposalError); ok { - return x.AccountBudgetProposalError - } - return AccountBudgetProposalErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetUserListError() UserListErrorEnum_UserListError { - if x, ok := m.GetErrorCode().(*ErrorCode_UserListError); ok { - return x.UserListError - } - return UserListErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetChangeStatusError() ChangeStatusErrorEnum_ChangeStatusError { - if x, ok := m.GetErrorCode().(*ErrorCode_ChangeStatusError); ok { - return x.ChangeStatusError - } - return ChangeStatusErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetFeedError() FeedErrorEnum_FeedError { - if x, ok := m.GetErrorCode().(*ErrorCode_FeedError); ok { - return x.FeedError - } - return FeedErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetGeoTargetConstantSuggestionError() GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError { - if x, ok := m.GetErrorCode().(*ErrorCode_GeoTargetConstantSuggestionError); ok { - return x.GeoTargetConstantSuggestionError - } - return GeoTargetConstantSuggestionErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetFeedItemError() FeedItemErrorEnum_FeedItemError { - if x, ok := m.GetErrorCode().(*ErrorCode_FeedItemError); ok { - return x.FeedItemError - } - return FeedItemErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetBillingSetupError() BillingSetupErrorEnum_BillingSetupError { - if x, ok := m.GetErrorCode().(*ErrorCode_BillingSetupError); ok { - return x.BillingSetupError - } - return BillingSetupErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetCustomerClientLinkError() CustomerClientLinkErrorEnum_CustomerClientLinkError { - if x, ok := m.GetErrorCode().(*ErrorCode_CustomerClientLinkError); ok { - return x.CustomerClientLinkError - } - return CustomerClientLinkErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetCustomerManagerLinkError() CustomerManagerLinkErrorEnum_CustomerManagerLinkError { - if x, ok := m.GetErrorCode().(*ErrorCode_CustomerManagerLinkError); ok { - return x.CustomerManagerLinkError - } - return CustomerManagerLinkErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetFeedMappingError() FeedMappingErrorEnum_FeedMappingError { - if x, ok := m.GetErrorCode().(*ErrorCode_FeedMappingError); ok { - return x.FeedMappingError - } - return FeedMappingErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetCustomerFeedError() CustomerFeedErrorEnum_CustomerFeedError { - if x, ok := m.GetErrorCode().(*ErrorCode_CustomerFeedError); ok { - return x.CustomerFeedError - } - return CustomerFeedErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetAdGroupFeedError() AdGroupFeedErrorEnum_AdGroupFeedError { - if x, ok := m.GetErrorCode().(*ErrorCode_AdGroupFeedError); ok { - return x.AdGroupFeedError - } - return AdGroupFeedErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetCampaignFeedError() CampaignFeedErrorEnum_CampaignFeedError { - if x, ok := m.GetErrorCode().(*ErrorCode_CampaignFeedError); ok { - return x.CampaignFeedError - } - return CampaignFeedErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetAdParameterError() AdParameterErrorEnum_AdParameterError { - if x, ok := m.GetErrorCode().(*ErrorCode_AdParameterError); ok { - return x.AdParameterError - } - return AdParameterErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetFeedItemValidationError() FeedItemValidationErrorEnum_FeedItemValidationError { - if x, ok := m.GetErrorCode().(*ErrorCode_FeedItemValidationError); ok { - return x.FeedItemValidationError - } - return FeedItemValidationErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetExtensionSettingError() ExtensionSettingErrorEnum_ExtensionSettingError { - if x, ok := m.GetErrorCode().(*ErrorCode_ExtensionSettingError); ok { - return x.ExtensionSettingError - } - return ExtensionSettingErrorEnum_UNSPECIFIED -} - -func (m *ErrorCode) GetPolicyViolationError() PolicyViolationErrorEnum_PolicyViolationError { - if x, ok := m.GetErrorCode().(*ErrorCode_PolicyViolationError); ok { - return x.PolicyViolationError - } - return PolicyViolationErrorEnum_UNSPECIFIED -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*ErrorCode) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _ErrorCode_OneofMarshaler, _ErrorCode_OneofUnmarshaler, _ErrorCode_OneofSizer, []interface{}{ - (*ErrorCode_RequestError)(nil), - (*ErrorCode_BiddingStrategyError)(nil), - (*ErrorCode_UrlFieldError)(nil), - (*ErrorCode_ListOperationError)(nil), - (*ErrorCode_QueryError)(nil), - (*ErrorCode_MutateError)(nil), - (*ErrorCode_FieldMaskError)(nil), - (*ErrorCode_AuthorizationError)(nil), - (*ErrorCode_InternalError)(nil), - (*ErrorCode_QuotaError)(nil), - (*ErrorCode_AdError)(nil), - (*ErrorCode_AdGroupError)(nil), - (*ErrorCode_CampaignBudgetError)(nil), - (*ErrorCode_CampaignError)(nil), - (*ErrorCode_AuthenticationError)(nil), - (*ErrorCode_AdGroupCriterionError)(nil), - (*ErrorCode_AdCustomizerError)(nil), - (*ErrorCode_AdGroupAdError)(nil), - (*ErrorCode_AdSharingError)(nil), - (*ErrorCode_AdxError)(nil), - (*ErrorCode_BiddingError)(nil), - (*ErrorCode_CampaignCriterionError)(nil), - (*ErrorCode_CollectionSizeError)(nil), - (*ErrorCode_CriterionError)(nil), - (*ErrorCode_CustomerError)(nil), - (*ErrorCode_DateError)(nil), - (*ErrorCode_DateRangeError)(nil), - (*ErrorCode_DistinctError)(nil), - (*ErrorCode_FeedAttributeReferenceError)(nil), - (*ErrorCode_FunctionError)(nil), - (*ErrorCode_FunctionParsingError)(nil), - (*ErrorCode_IdError)(nil), - (*ErrorCode_ImageError)(nil), - (*ErrorCode_MediaBundleError)(nil), - (*ErrorCode_MediaFileError)(nil), - (*ErrorCode_MultiplierError)(nil), - (*ErrorCode_NewResourceCreationError)(nil), - (*ErrorCode_NotEmptyError)(nil), - (*ErrorCode_NullError)(nil), - (*ErrorCode_OperatorError)(nil), - (*ErrorCode_RangeError)(nil), - (*ErrorCode_RecommendationError)(nil), - (*ErrorCode_RegionCodeError)(nil), - (*ErrorCode_SettingError)(nil), - (*ErrorCode_StringFormatError)(nil), - (*ErrorCode_StringLengthError)(nil), - (*ErrorCode_OperationAccessDeniedError)(nil), - (*ErrorCode_ResourceAccessDeniedError)(nil), - (*ErrorCode_ResourceCountLimitExceededError)(nil), - (*ErrorCode_AdGroupBidModifierError)(nil), - (*ErrorCode_ContextError)(nil), - (*ErrorCode_FieldError)(nil), - (*ErrorCode_SharedSetError)(nil), - (*ErrorCode_SharedCriterionError)(nil), - (*ErrorCode_CampaignSharedSetError)(nil), - (*ErrorCode_ConversionActionError)(nil), - (*ErrorCode_HeaderError)(nil), - (*ErrorCode_DatabaseError)(nil), - (*ErrorCode_PolicyFindingError)(nil), - (*ErrorCode_EnumError)(nil), - (*ErrorCode_KeywordPlanError)(nil), - (*ErrorCode_KeywordPlanCampaignError)(nil), - (*ErrorCode_KeywordPlanNegativeKeywordError)(nil), - (*ErrorCode_KeywordPlanAdGroupError)(nil), - (*ErrorCode_KeywordPlanKeywordError)(nil), - (*ErrorCode_KeywordPlanIdeaError)(nil), - (*ErrorCode_AccountBudgetProposalError)(nil), - (*ErrorCode_UserListError)(nil), - (*ErrorCode_ChangeStatusError)(nil), - (*ErrorCode_FeedError)(nil), - (*ErrorCode_GeoTargetConstantSuggestionError)(nil), - (*ErrorCode_FeedItemError)(nil), - (*ErrorCode_BillingSetupError)(nil), - (*ErrorCode_CustomerClientLinkError)(nil), - (*ErrorCode_CustomerManagerLinkError)(nil), - (*ErrorCode_FeedMappingError)(nil), - (*ErrorCode_CustomerFeedError)(nil), - (*ErrorCode_AdGroupFeedError)(nil), - (*ErrorCode_CampaignFeedError)(nil), - (*ErrorCode_AdParameterError)(nil), - (*ErrorCode_FeedItemValidationError)(nil), - (*ErrorCode_ExtensionSettingError)(nil), - (*ErrorCode_PolicyViolationError)(nil), - } -} - -func _ErrorCode_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*ErrorCode) - // error_code - switch x := m.ErrorCode.(type) { - case *ErrorCode_RequestError: - b.EncodeVarint(1<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.RequestError)) - case *ErrorCode_BiddingStrategyError: - b.EncodeVarint(2<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.BiddingStrategyError)) - case *ErrorCode_UrlFieldError: - b.EncodeVarint(3<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.UrlFieldError)) - case *ErrorCode_ListOperationError: - b.EncodeVarint(4<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ListOperationError)) - case *ErrorCode_QueryError: - b.EncodeVarint(5<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.QueryError)) - case *ErrorCode_MutateError: - b.EncodeVarint(7<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.MutateError)) - case *ErrorCode_FieldMaskError: - b.EncodeVarint(8<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.FieldMaskError)) - case *ErrorCode_AuthorizationError: - b.EncodeVarint(9<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.AuthorizationError)) - case *ErrorCode_InternalError: - b.EncodeVarint(10<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.InternalError)) - case *ErrorCode_QuotaError: - b.EncodeVarint(11<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.QuotaError)) - case *ErrorCode_AdError: - b.EncodeVarint(12<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.AdError)) - case *ErrorCode_AdGroupError: - b.EncodeVarint(13<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.AdGroupError)) - case *ErrorCode_CampaignBudgetError: - b.EncodeVarint(14<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.CampaignBudgetError)) - case *ErrorCode_CampaignError: - b.EncodeVarint(15<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.CampaignError)) - case *ErrorCode_AuthenticationError: - b.EncodeVarint(17<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.AuthenticationError)) - case *ErrorCode_AdGroupCriterionError: - b.EncodeVarint(18<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.AdGroupCriterionError)) - case *ErrorCode_AdCustomizerError: - b.EncodeVarint(19<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.AdCustomizerError)) - case *ErrorCode_AdGroupAdError: - b.EncodeVarint(21<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.AdGroupAdError)) - case *ErrorCode_AdSharingError: - b.EncodeVarint(24<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.AdSharingError)) - case *ErrorCode_AdxError: - b.EncodeVarint(25<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.AdxError)) - case *ErrorCode_BiddingError: - b.EncodeVarint(26<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.BiddingError)) - case *ErrorCode_CampaignCriterionError: - b.EncodeVarint(29<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.CampaignCriterionError)) - case *ErrorCode_CollectionSizeError: - b.EncodeVarint(31<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.CollectionSizeError)) - case *ErrorCode_CriterionError: - b.EncodeVarint(32<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.CriterionError)) - case *ErrorCode_CustomerError: - b.EncodeVarint(90<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.CustomerError)) - case *ErrorCode_DateError: - b.EncodeVarint(33<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.DateError)) - case *ErrorCode_DateRangeError: - b.EncodeVarint(34<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.DateRangeError)) - case *ErrorCode_DistinctError: - b.EncodeVarint(35<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.DistinctError)) - case *ErrorCode_FeedAttributeReferenceError: - b.EncodeVarint(36<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.FeedAttributeReferenceError)) - case *ErrorCode_FunctionError: - b.EncodeVarint(37<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.FunctionError)) - case *ErrorCode_FunctionParsingError: - b.EncodeVarint(38<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.FunctionParsingError)) - case *ErrorCode_IdError: - b.EncodeVarint(39<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.IdError)) - case *ErrorCode_ImageError: - b.EncodeVarint(40<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ImageError)) - case *ErrorCode_MediaBundleError: - b.EncodeVarint(42<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.MediaBundleError)) - case *ErrorCode_MediaFileError: - b.EncodeVarint(86<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.MediaFileError)) - case *ErrorCode_MultiplierError: - b.EncodeVarint(44<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.MultiplierError)) - case *ErrorCode_NewResourceCreationError: - b.EncodeVarint(45<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.NewResourceCreationError)) - case *ErrorCode_NotEmptyError: - b.EncodeVarint(46<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.NotEmptyError)) - case *ErrorCode_NullError: - b.EncodeVarint(47<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.NullError)) - case *ErrorCode_OperatorError: - b.EncodeVarint(48<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.OperatorError)) - case *ErrorCode_RangeError: - b.EncodeVarint(49<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.RangeError)) - case *ErrorCode_RecommendationError: - b.EncodeVarint(58<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.RecommendationError)) - case *ErrorCode_RegionCodeError: - b.EncodeVarint(51<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.RegionCodeError)) - case *ErrorCode_SettingError: - b.EncodeVarint(52<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.SettingError)) - case *ErrorCode_StringFormatError: - b.EncodeVarint(53<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.StringFormatError)) - case *ErrorCode_StringLengthError: - b.EncodeVarint(54<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.StringLengthError)) - case *ErrorCode_OperationAccessDeniedError: - b.EncodeVarint(55<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.OperationAccessDeniedError)) - case *ErrorCode_ResourceAccessDeniedError: - b.EncodeVarint(56<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ResourceAccessDeniedError)) - case *ErrorCode_ResourceCountLimitExceededError: - b.EncodeVarint(57<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ResourceCountLimitExceededError)) - case *ErrorCode_AdGroupBidModifierError: - b.EncodeVarint(59<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.AdGroupBidModifierError)) - case *ErrorCode_ContextError: - b.EncodeVarint(60<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ContextError)) - case *ErrorCode_FieldError: - b.EncodeVarint(61<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.FieldError)) - case *ErrorCode_SharedSetError: - b.EncodeVarint(62<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.SharedSetError)) - case *ErrorCode_SharedCriterionError: - b.EncodeVarint(63<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.SharedCriterionError)) - case *ErrorCode_CampaignSharedSetError: - b.EncodeVarint(64<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.CampaignSharedSetError)) - case *ErrorCode_ConversionActionError: - b.EncodeVarint(65<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ConversionActionError)) - case *ErrorCode_HeaderError: - b.EncodeVarint(66<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.HeaderError)) - case *ErrorCode_DatabaseError: - b.EncodeVarint(67<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.DatabaseError)) - case *ErrorCode_PolicyFindingError: - b.EncodeVarint(68<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.PolicyFindingError)) - case *ErrorCode_EnumError: - b.EncodeVarint(70<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.EnumError)) - case *ErrorCode_KeywordPlanError: - b.EncodeVarint(71<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.KeywordPlanError)) - case *ErrorCode_KeywordPlanCampaignError: - b.EncodeVarint(72<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.KeywordPlanCampaignError)) - case *ErrorCode_KeywordPlanNegativeKeywordError: - b.EncodeVarint(73<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.KeywordPlanNegativeKeywordError)) - case *ErrorCode_KeywordPlanAdGroupError: - b.EncodeVarint(74<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.KeywordPlanAdGroupError)) - case *ErrorCode_KeywordPlanKeywordError: - b.EncodeVarint(75<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.KeywordPlanKeywordError)) - case *ErrorCode_KeywordPlanIdeaError: - b.EncodeVarint(76<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.KeywordPlanIdeaError)) - case *ErrorCode_AccountBudgetProposalError: - b.EncodeVarint(77<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.AccountBudgetProposalError)) - case *ErrorCode_UserListError: - b.EncodeVarint(78<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.UserListError)) - case *ErrorCode_ChangeStatusError: - b.EncodeVarint(79<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ChangeStatusError)) - case *ErrorCode_FeedError: - b.EncodeVarint(80<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.FeedError)) - case *ErrorCode_GeoTargetConstantSuggestionError: - b.EncodeVarint(81<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.GeoTargetConstantSuggestionError)) - case *ErrorCode_FeedItemError: - b.EncodeVarint(83<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.FeedItemError)) - case *ErrorCode_BillingSetupError: - b.EncodeVarint(87<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.BillingSetupError)) - case *ErrorCode_CustomerClientLinkError: - b.EncodeVarint(88<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.CustomerClientLinkError)) - case *ErrorCode_CustomerManagerLinkError: - b.EncodeVarint(91<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.CustomerManagerLinkError)) - case *ErrorCode_FeedMappingError: - b.EncodeVarint(92<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.FeedMappingError)) - case *ErrorCode_CustomerFeedError: - b.EncodeVarint(93<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.CustomerFeedError)) - case *ErrorCode_AdGroupFeedError: - b.EncodeVarint(94<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.AdGroupFeedError)) - case *ErrorCode_CampaignFeedError: - b.EncodeVarint(96<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.CampaignFeedError)) - case *ErrorCode_AdParameterError: - b.EncodeVarint(101<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.AdParameterError)) - case *ErrorCode_FeedItemValidationError: - b.EncodeVarint(102<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.FeedItemValidationError)) - case *ErrorCode_ExtensionSettingError: - b.EncodeVarint(103<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ExtensionSettingError)) - case *ErrorCode_PolicyViolationError: - b.EncodeVarint(105<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.PolicyViolationError)) - case nil: - default: - return fmt.Errorf("ErrorCode.ErrorCode has unexpected type %T", x) - } - return nil -} - -func _ErrorCode_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*ErrorCode) - switch tag { - case 1: // error_code.request_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_RequestError{RequestErrorEnum_RequestError(x)} - return true, err - case 2: // error_code.bidding_strategy_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_BiddingStrategyError{BiddingStrategyErrorEnum_BiddingStrategyError(x)} - return true, err - case 3: // error_code.url_field_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_UrlFieldError{UrlFieldErrorEnum_UrlFieldError(x)} - return true, err - case 4: // error_code.list_operation_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_ListOperationError{ListOperationErrorEnum_ListOperationError(x)} - return true, err - case 5: // error_code.query_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_QueryError{QueryErrorEnum_QueryError(x)} - return true, err - case 7: // error_code.mutate_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_MutateError{MutateErrorEnum_MutateError(x)} - return true, err - case 8: // error_code.field_mask_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_FieldMaskError{FieldMaskErrorEnum_FieldMaskError(x)} - return true, err - case 9: // error_code.authorization_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_AuthorizationError{AuthorizationErrorEnum_AuthorizationError(x)} - return true, err - case 10: // error_code.internal_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_InternalError{InternalErrorEnum_InternalError(x)} - return true, err - case 11: // error_code.quota_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_QuotaError{QuotaErrorEnum_QuotaError(x)} - return true, err - case 12: // error_code.ad_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_AdError{AdErrorEnum_AdError(x)} - return true, err - case 13: // error_code.ad_group_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_AdGroupError{AdGroupErrorEnum_AdGroupError(x)} - return true, err - case 14: // error_code.campaign_budget_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_CampaignBudgetError{CampaignBudgetErrorEnum_CampaignBudgetError(x)} - return true, err - case 15: // error_code.campaign_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_CampaignError{CampaignErrorEnum_CampaignError(x)} - return true, err - case 17: // error_code.authentication_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_AuthenticationError{AuthenticationErrorEnum_AuthenticationError(x)} - return true, err - case 18: // error_code.ad_group_criterion_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_AdGroupCriterionError{AdGroupCriterionErrorEnum_AdGroupCriterionError(x)} - return true, err - case 19: // error_code.ad_customizer_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_AdCustomizerError{AdCustomizerErrorEnum_AdCustomizerError(x)} - return true, err - case 21: // error_code.ad_group_ad_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_AdGroupAdError{AdGroupAdErrorEnum_AdGroupAdError(x)} - return true, err - case 24: // error_code.ad_sharing_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_AdSharingError{AdSharingErrorEnum_AdSharingError(x)} - return true, err - case 25: // error_code.adx_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_AdxError{AdxErrorEnum_AdxError(x)} - return true, err - case 26: // error_code.bidding_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_BiddingError{BiddingErrorEnum_BiddingError(x)} - return true, err - case 29: // error_code.campaign_criterion_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_CampaignCriterionError{CampaignCriterionErrorEnum_CampaignCriterionError(x)} - return true, err - case 31: // error_code.collection_size_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_CollectionSizeError{CollectionSizeErrorEnum_CollectionSizeError(x)} - return true, err - case 32: // error_code.criterion_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_CriterionError{CriterionErrorEnum_CriterionError(x)} - return true, err - case 90: // error_code.customer_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_CustomerError{CustomerErrorEnum_CustomerError(x)} - return true, err - case 33: // error_code.date_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_DateError{DateErrorEnum_DateError(x)} - return true, err - case 34: // error_code.date_range_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_DateRangeError{DateRangeErrorEnum_DateRangeError(x)} - return true, err - case 35: // error_code.distinct_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_DistinctError{DistinctErrorEnum_DistinctError(x)} - return true, err - case 36: // error_code.feed_attribute_reference_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_FeedAttributeReferenceError{FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError(x)} - return true, err - case 37: // error_code.function_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_FunctionError{FunctionErrorEnum_FunctionError(x)} - return true, err - case 38: // error_code.function_parsing_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_FunctionParsingError{FunctionParsingErrorEnum_FunctionParsingError(x)} - return true, err - case 39: // error_code.id_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_IdError{IdErrorEnum_IdError(x)} - return true, err - case 40: // error_code.image_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_ImageError{ImageErrorEnum_ImageError(x)} - return true, err - case 42: // error_code.media_bundle_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_MediaBundleError{MediaBundleErrorEnum_MediaBundleError(x)} - return true, err - case 86: // error_code.media_file_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_MediaFileError{MediaFileErrorEnum_MediaFileError(x)} - return true, err - case 44: // error_code.multiplier_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_MultiplierError{MultiplierErrorEnum_MultiplierError(x)} - return true, err - case 45: // error_code.new_resource_creation_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_NewResourceCreationError{NewResourceCreationErrorEnum_NewResourceCreationError(x)} - return true, err - case 46: // error_code.not_empty_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_NotEmptyError{NotEmptyErrorEnum_NotEmptyError(x)} - return true, err - case 47: // error_code.null_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_NullError{NullErrorEnum_NullError(x)} - return true, err - case 48: // error_code.operator_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_OperatorError{OperatorErrorEnum_OperatorError(x)} - return true, err - case 49: // error_code.range_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_RangeError{RangeErrorEnum_RangeError(x)} - return true, err - case 58: // error_code.recommendation_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_RecommendationError{RecommendationErrorEnum_RecommendationError(x)} - return true, err - case 51: // error_code.region_code_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_RegionCodeError{RegionCodeErrorEnum_RegionCodeError(x)} - return true, err - case 52: // error_code.setting_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_SettingError{SettingErrorEnum_SettingError(x)} - return true, err - case 53: // error_code.string_format_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_StringFormatError{StringFormatErrorEnum_StringFormatError(x)} - return true, err - case 54: // error_code.string_length_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_StringLengthError{StringLengthErrorEnum_StringLengthError(x)} - return true, err - case 55: // error_code.operation_access_denied_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_OperationAccessDeniedError{OperationAccessDeniedErrorEnum_OperationAccessDeniedError(x)} - return true, err - case 56: // error_code.resource_access_denied_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_ResourceAccessDeniedError{ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError(x)} - return true, err - case 57: // error_code.resource_count_limit_exceeded_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_ResourceCountLimitExceededError{ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError(x)} - return true, err - case 59: // error_code.ad_group_bid_modifier_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_AdGroupBidModifierError{AdGroupBidModifierErrorEnum_AdGroupBidModifierError(x)} - return true, err - case 60: // error_code.context_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_ContextError{ContextErrorEnum_ContextError(x)} - return true, err - case 61: // error_code.field_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_FieldError{FieldErrorEnum_FieldError(x)} - return true, err - case 62: // error_code.shared_set_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_SharedSetError{SharedSetErrorEnum_SharedSetError(x)} - return true, err - case 63: // error_code.shared_criterion_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_SharedCriterionError{SharedCriterionErrorEnum_SharedCriterionError(x)} - return true, err - case 64: // error_code.campaign_shared_set_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_CampaignSharedSetError{CampaignSharedSetErrorEnum_CampaignSharedSetError(x)} - return true, err - case 65: // error_code.conversion_action_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_ConversionActionError{ConversionActionErrorEnum_ConversionActionError(x)} - return true, err - case 66: // error_code.header_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_HeaderError{HeaderErrorEnum_HeaderError(x)} - return true, err - case 67: // error_code.database_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_DatabaseError{DatabaseErrorEnum_DatabaseError(x)} - return true, err - case 68: // error_code.policy_finding_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_PolicyFindingError{PolicyFindingErrorEnum_PolicyFindingError(x)} - return true, err - case 70: // error_code.enum_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_EnumError{EnumErrorEnum_EnumError(x)} - return true, err - case 71: // error_code.keyword_plan_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_KeywordPlanError{KeywordPlanErrorEnum_KeywordPlanError(x)} - return true, err - case 72: // error_code.keyword_plan_campaign_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_KeywordPlanCampaignError{KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError(x)} - return true, err - case 73: // error_code.keyword_plan_negative_keyword_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_KeywordPlanNegativeKeywordError{KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError(x)} - return true, err - case 74: // error_code.keyword_plan_ad_group_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_KeywordPlanAdGroupError{KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError(x)} - return true, err - case 75: // error_code.keyword_plan_keyword_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_KeywordPlanKeywordError{KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError(x)} - return true, err - case 76: // error_code.keyword_plan_idea_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_KeywordPlanIdeaError{KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError(x)} - return true, err - case 77: // error_code.account_budget_proposal_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_AccountBudgetProposalError{AccountBudgetProposalErrorEnum_AccountBudgetProposalError(x)} - return true, err - case 78: // error_code.user_list_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_UserListError{UserListErrorEnum_UserListError(x)} - return true, err - case 79: // error_code.change_status_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_ChangeStatusError{ChangeStatusErrorEnum_ChangeStatusError(x)} - return true, err - case 80: // error_code.feed_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_FeedError{FeedErrorEnum_FeedError(x)} - return true, err - case 81: // error_code.geo_target_constant_suggestion_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_GeoTargetConstantSuggestionError{GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError(x)} - return true, err - case 83: // error_code.feed_item_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_FeedItemError{FeedItemErrorEnum_FeedItemError(x)} - return true, err - case 87: // error_code.billing_setup_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_BillingSetupError{BillingSetupErrorEnum_BillingSetupError(x)} - return true, err - case 88: // error_code.customer_client_link_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_CustomerClientLinkError{CustomerClientLinkErrorEnum_CustomerClientLinkError(x)} - return true, err - case 91: // error_code.customer_manager_link_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_CustomerManagerLinkError{CustomerManagerLinkErrorEnum_CustomerManagerLinkError(x)} - return true, err - case 92: // error_code.feed_mapping_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_FeedMappingError{FeedMappingErrorEnum_FeedMappingError(x)} - return true, err - case 93: // error_code.customer_feed_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_CustomerFeedError{CustomerFeedErrorEnum_CustomerFeedError(x)} - return true, err - case 94: // error_code.ad_group_feed_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_AdGroupFeedError{AdGroupFeedErrorEnum_AdGroupFeedError(x)} - return true, err - case 96: // error_code.campaign_feed_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_CampaignFeedError{CampaignFeedErrorEnum_CampaignFeedError(x)} - return true, err - case 101: // error_code.ad_parameter_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_AdParameterError{AdParameterErrorEnum_AdParameterError(x)} - return true, err - case 102: // error_code.feed_item_validation_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_FeedItemValidationError{FeedItemValidationErrorEnum_FeedItemValidationError(x)} - return true, err - case 103: // error_code.extension_setting_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_ExtensionSettingError{ExtensionSettingErrorEnum_ExtensionSettingError(x)} - return true, err - case 105: // error_code.policy_violation_error - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ErrorCode = &ErrorCode_PolicyViolationError{PolicyViolationErrorEnum_PolicyViolationError(x)} - return true, err - default: - return false, nil - } -} - -func _ErrorCode_OneofSizer(msg proto.Message) (n int) { - m := msg.(*ErrorCode) - // error_code - switch x := m.ErrorCode.(type) { - case *ErrorCode_RequestError: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.RequestError)) - case *ErrorCode_BiddingStrategyError: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.BiddingStrategyError)) - case *ErrorCode_UrlFieldError: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.UrlFieldError)) - case *ErrorCode_ListOperationError: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.ListOperationError)) - case *ErrorCode_QueryError: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.QueryError)) - case *ErrorCode_MutateError: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.MutateError)) - case *ErrorCode_FieldMaskError: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.FieldMaskError)) - case *ErrorCode_AuthorizationError: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.AuthorizationError)) - case *ErrorCode_InternalError: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.InternalError)) - case *ErrorCode_QuotaError: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.QuotaError)) - case *ErrorCode_AdError: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.AdError)) - case *ErrorCode_AdGroupError: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.AdGroupError)) - case *ErrorCode_CampaignBudgetError: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.CampaignBudgetError)) - case *ErrorCode_CampaignError: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.CampaignError)) - case *ErrorCode_AuthenticationError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.AuthenticationError)) - case *ErrorCode_AdGroupCriterionError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.AdGroupCriterionError)) - case *ErrorCode_AdCustomizerError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.AdCustomizerError)) - case *ErrorCode_AdGroupAdError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.AdGroupAdError)) - case *ErrorCode_AdSharingError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.AdSharingError)) - case *ErrorCode_AdxError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.AdxError)) - case *ErrorCode_BiddingError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.BiddingError)) - case *ErrorCode_CampaignCriterionError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.CampaignCriterionError)) - case *ErrorCode_CollectionSizeError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.CollectionSizeError)) - case *ErrorCode_CriterionError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.CriterionError)) - case *ErrorCode_CustomerError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.CustomerError)) - case *ErrorCode_DateError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.DateError)) - case *ErrorCode_DateRangeError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.DateRangeError)) - case *ErrorCode_DistinctError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.DistinctError)) - case *ErrorCode_FeedAttributeReferenceError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.FeedAttributeReferenceError)) - case *ErrorCode_FunctionError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.FunctionError)) - case *ErrorCode_FunctionParsingError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.FunctionParsingError)) - case *ErrorCode_IdError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.IdError)) - case *ErrorCode_ImageError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.ImageError)) - case *ErrorCode_MediaBundleError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.MediaBundleError)) - case *ErrorCode_MediaFileError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.MediaFileError)) - case *ErrorCode_MultiplierError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.MultiplierError)) - case *ErrorCode_NewResourceCreationError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.NewResourceCreationError)) - case *ErrorCode_NotEmptyError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.NotEmptyError)) - case *ErrorCode_NullError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.NullError)) - case *ErrorCode_OperatorError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.OperatorError)) - case *ErrorCode_RangeError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.RangeError)) - case *ErrorCode_RecommendationError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.RecommendationError)) - case *ErrorCode_RegionCodeError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.RegionCodeError)) - case *ErrorCode_SettingError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.SettingError)) - case *ErrorCode_StringFormatError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.StringFormatError)) - case *ErrorCode_StringLengthError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.StringLengthError)) - case *ErrorCode_OperationAccessDeniedError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.OperationAccessDeniedError)) - case *ErrorCode_ResourceAccessDeniedError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.ResourceAccessDeniedError)) - case *ErrorCode_ResourceCountLimitExceededError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.ResourceCountLimitExceededError)) - case *ErrorCode_AdGroupBidModifierError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.AdGroupBidModifierError)) - case *ErrorCode_ContextError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.ContextError)) - case *ErrorCode_FieldError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.FieldError)) - case *ErrorCode_SharedSetError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.SharedSetError)) - case *ErrorCode_SharedCriterionError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.SharedCriterionError)) - case *ErrorCode_CampaignSharedSetError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.CampaignSharedSetError)) - case *ErrorCode_ConversionActionError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.ConversionActionError)) - case *ErrorCode_HeaderError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.HeaderError)) - case *ErrorCode_DatabaseError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.DatabaseError)) - case *ErrorCode_PolicyFindingError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.PolicyFindingError)) - case *ErrorCode_EnumError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.EnumError)) - case *ErrorCode_KeywordPlanError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.KeywordPlanError)) - case *ErrorCode_KeywordPlanCampaignError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.KeywordPlanCampaignError)) - case *ErrorCode_KeywordPlanNegativeKeywordError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.KeywordPlanNegativeKeywordError)) - case *ErrorCode_KeywordPlanAdGroupError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.KeywordPlanAdGroupError)) - case *ErrorCode_KeywordPlanKeywordError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.KeywordPlanKeywordError)) - case *ErrorCode_KeywordPlanIdeaError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.KeywordPlanIdeaError)) - case *ErrorCode_AccountBudgetProposalError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.AccountBudgetProposalError)) - case *ErrorCode_UserListError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.UserListError)) - case *ErrorCode_ChangeStatusError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.ChangeStatusError)) - case *ErrorCode_FeedError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.FeedError)) - case *ErrorCode_GeoTargetConstantSuggestionError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.GeoTargetConstantSuggestionError)) - case *ErrorCode_FeedItemError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.FeedItemError)) - case *ErrorCode_BillingSetupError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.BillingSetupError)) - case *ErrorCode_CustomerClientLinkError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.CustomerClientLinkError)) - case *ErrorCode_CustomerManagerLinkError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.CustomerManagerLinkError)) - case *ErrorCode_FeedMappingError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.FeedMappingError)) - case *ErrorCode_CustomerFeedError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.CustomerFeedError)) - case *ErrorCode_AdGroupFeedError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.AdGroupFeedError)) - case *ErrorCode_CampaignFeedError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.CampaignFeedError)) - case *ErrorCode_AdParameterError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.AdParameterError)) - case *ErrorCode_FeedItemValidationError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.FeedItemValidationError)) - case *ErrorCode_ExtensionSettingError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.ExtensionSettingError)) - case *ErrorCode_PolicyViolationError: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.PolicyViolationError)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Describes the part of the request proto that caused the error. -type ErrorLocation struct { - // A field path that indicates which field was invalid in the request. - FieldPathElements []*ErrorLocation_FieldPathElement `protobuf:"bytes,2,rep,name=field_path_elements,json=fieldPathElements,proto3" json:"field_path_elements,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ErrorLocation) Reset() { *m = ErrorLocation{} } -func (m *ErrorLocation) String() string { return proto.CompactTextString(m) } -func (*ErrorLocation) ProtoMessage() {} -func (*ErrorLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_errors_e28c2463b12800fb, []int{3} -} -func (m *ErrorLocation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ErrorLocation.Unmarshal(m, b) -} -func (m *ErrorLocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ErrorLocation.Marshal(b, m, deterministic) -} -func (dst *ErrorLocation) XXX_Merge(src proto.Message) { - xxx_messageInfo_ErrorLocation.Merge(dst, src) -} -func (m *ErrorLocation) XXX_Size() int { - return xxx_messageInfo_ErrorLocation.Size(m) -} -func (m *ErrorLocation) XXX_DiscardUnknown() { - xxx_messageInfo_ErrorLocation.DiscardUnknown(m) -} - -var xxx_messageInfo_ErrorLocation proto.InternalMessageInfo - -func (m *ErrorLocation) GetFieldPathElements() []*ErrorLocation_FieldPathElement { - if m != nil { - return m.FieldPathElements - } - return nil -} - -// A part of a field path. -type ErrorLocation_FieldPathElement struct { - // The name of a field or a oneof - FieldName string `protobuf:"bytes,1,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` - // If field_name is a repeated field, this is the element that failed - Index *wrappers.Int64Value `protobuf:"bytes,2,opt,name=index,proto3" json:"index,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ErrorLocation_FieldPathElement) Reset() { *m = ErrorLocation_FieldPathElement{} } -func (m *ErrorLocation_FieldPathElement) String() string { return proto.CompactTextString(m) } -func (*ErrorLocation_FieldPathElement) ProtoMessage() {} -func (*ErrorLocation_FieldPathElement) Descriptor() ([]byte, []int) { - return fileDescriptor_errors_e28c2463b12800fb, []int{3, 0} -} -func (m *ErrorLocation_FieldPathElement) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ErrorLocation_FieldPathElement.Unmarshal(m, b) -} -func (m *ErrorLocation_FieldPathElement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ErrorLocation_FieldPathElement.Marshal(b, m, deterministic) -} -func (dst *ErrorLocation_FieldPathElement) XXX_Merge(src proto.Message) { - xxx_messageInfo_ErrorLocation_FieldPathElement.Merge(dst, src) -} -func (m *ErrorLocation_FieldPathElement) XXX_Size() int { - return xxx_messageInfo_ErrorLocation_FieldPathElement.Size(m) -} -func (m *ErrorLocation_FieldPathElement) XXX_DiscardUnknown() { - xxx_messageInfo_ErrorLocation_FieldPathElement.DiscardUnknown(m) -} - -var xxx_messageInfo_ErrorLocation_FieldPathElement proto.InternalMessageInfo - -func (m *ErrorLocation_FieldPathElement) GetFieldName() string { - if m != nil { - return m.FieldName - } - return "" -} - -func (m *ErrorLocation_FieldPathElement) GetIndex() *wrappers.Int64Value { - if m != nil { - return m.Index - } - return nil -} - -// Additional error details. -type ErrorDetails struct { - // The error code that should have been returned, but wasn't. This is used - // when the error code is InternalError.ERROR_CODE_NOT_PUBLISHED. - UnpublishedErrorCode string `protobuf:"bytes,1,opt,name=unpublished_error_code,json=unpublishedErrorCode,proto3" json:"unpublished_error_code,omitempty"` - // Describes an ad policy violation. - PolicyViolationDetails *PolicyViolationDetails `protobuf:"bytes,2,opt,name=policy_violation_details,json=policyViolationDetails,proto3" json:"policy_violation_details,omitempty"` - // Describes policy violation findings. - PolicyFindingDetails *PolicyFindingDetails `protobuf:"bytes,3,opt,name=policy_finding_details,json=policyFindingDetails,proto3" json:"policy_finding_details,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ErrorDetails) Reset() { *m = ErrorDetails{} } -func (m *ErrorDetails) String() string { return proto.CompactTextString(m) } -func (*ErrorDetails) ProtoMessage() {} -func (*ErrorDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_errors_e28c2463b12800fb, []int{4} -} -func (m *ErrorDetails) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ErrorDetails.Unmarshal(m, b) -} -func (m *ErrorDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ErrorDetails.Marshal(b, m, deterministic) -} -func (dst *ErrorDetails) XXX_Merge(src proto.Message) { - xxx_messageInfo_ErrorDetails.Merge(dst, src) -} -func (m *ErrorDetails) XXX_Size() int { - return xxx_messageInfo_ErrorDetails.Size(m) -} -func (m *ErrorDetails) XXX_DiscardUnknown() { - xxx_messageInfo_ErrorDetails.DiscardUnknown(m) -} - -var xxx_messageInfo_ErrorDetails proto.InternalMessageInfo - -func (m *ErrorDetails) GetUnpublishedErrorCode() string { - if m != nil { - return m.UnpublishedErrorCode - } - return "" -} - -func (m *ErrorDetails) GetPolicyViolationDetails() *PolicyViolationDetails { - if m != nil { - return m.PolicyViolationDetails - } - return nil -} - -func (m *ErrorDetails) GetPolicyFindingDetails() *PolicyFindingDetails { - if m != nil { - return m.PolicyFindingDetails - } - return nil -} - -// Error returned as part of a mutate response. -// This error indicates single policy violation by some text -// in one of the fields. -type PolicyViolationDetails struct { - // Human readable description of policy violation. - ExternalPolicyDescription string `protobuf:"bytes,2,opt,name=external_policy_description,json=externalPolicyDescription,proto3" json:"external_policy_description,omitempty"` - // Unique identifier for this violation. - // If policy is exemptible, this key may be used to request exemption. - Key *common.PolicyViolationKey `protobuf:"bytes,4,opt,name=key,proto3" json:"key,omitempty"` - // Human readable name of the policy. - ExternalPolicyName string `protobuf:"bytes,5,opt,name=external_policy_name,json=externalPolicyName,proto3" json:"external_policy_name,omitempty"` - // Whether user can file an exemption request for this violation. - IsExemptible bool `protobuf:"varint,6,opt,name=is_exemptible,json=isExemptible,proto3" json:"is_exemptible,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyViolationDetails) Reset() { *m = PolicyViolationDetails{} } -func (m *PolicyViolationDetails) String() string { return proto.CompactTextString(m) } -func (*PolicyViolationDetails) ProtoMessage() {} -func (*PolicyViolationDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_errors_e28c2463b12800fb, []int{5} -} -func (m *PolicyViolationDetails) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyViolationDetails.Unmarshal(m, b) -} -func (m *PolicyViolationDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyViolationDetails.Marshal(b, m, deterministic) -} -func (dst *PolicyViolationDetails) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyViolationDetails.Merge(dst, src) -} -func (m *PolicyViolationDetails) XXX_Size() int { - return xxx_messageInfo_PolicyViolationDetails.Size(m) -} -func (m *PolicyViolationDetails) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyViolationDetails.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyViolationDetails proto.InternalMessageInfo - -func (m *PolicyViolationDetails) GetExternalPolicyDescription() string { - if m != nil { - return m.ExternalPolicyDescription - } - return "" -} - -func (m *PolicyViolationDetails) GetKey() *common.PolicyViolationKey { - if m != nil { - return m.Key - } - return nil -} - -func (m *PolicyViolationDetails) GetExternalPolicyName() string { - if m != nil { - return m.ExternalPolicyName - } - return "" -} - -func (m *PolicyViolationDetails) GetIsExemptible() bool { - if m != nil { - return m.IsExemptible - } - return false -} - -// Error returned as part of a mutate response. -// This error indicates one or more policy findings in the fields of a -// resource. -type PolicyFindingDetails struct { - // The list of policy topics for the resource. Contains the PROHIBITED or - // FULLY_LIMITED policy topic entries that prevented the resource from being - // saved (among any other entries the resource may also have). - PolicyTopicEntries []*common.PolicyTopicEntry `protobuf:"bytes,1,rep,name=policy_topic_entries,json=policyTopicEntries,proto3" json:"policy_topic_entries,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyFindingDetails) Reset() { *m = PolicyFindingDetails{} } -func (m *PolicyFindingDetails) String() string { return proto.CompactTextString(m) } -func (*PolicyFindingDetails) ProtoMessage() {} -func (*PolicyFindingDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_errors_e28c2463b12800fb, []int{6} -} -func (m *PolicyFindingDetails) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyFindingDetails.Unmarshal(m, b) -} -func (m *PolicyFindingDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyFindingDetails.Marshal(b, m, deterministic) -} -func (dst *PolicyFindingDetails) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyFindingDetails.Merge(dst, src) -} -func (m *PolicyFindingDetails) XXX_Size() int { - return xxx_messageInfo_PolicyFindingDetails.Size(m) -} -func (m *PolicyFindingDetails) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyFindingDetails.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyFindingDetails proto.InternalMessageInfo - -func (m *PolicyFindingDetails) GetPolicyTopicEntries() []*common.PolicyTopicEntry { - if m != nil { - return m.PolicyTopicEntries - } - return nil -} - -func init() { - proto.RegisterType((*GoogleAdsFailure)(nil), "google.ads.googleads.v0.errors.GoogleAdsFailure") - proto.RegisterType((*GoogleAdsError)(nil), "google.ads.googleads.v0.errors.GoogleAdsError") - proto.RegisterType((*ErrorCode)(nil), "google.ads.googleads.v0.errors.ErrorCode") - proto.RegisterType((*ErrorLocation)(nil), "google.ads.googleads.v0.errors.ErrorLocation") - proto.RegisterType((*ErrorLocation_FieldPathElement)(nil), "google.ads.googleads.v0.errors.ErrorLocation.FieldPathElement") - proto.RegisterType((*ErrorDetails)(nil), "google.ads.googleads.v0.errors.ErrorDetails") - proto.RegisterType((*PolicyViolationDetails)(nil), "google.ads.googleads.v0.errors.PolicyViolationDetails") - proto.RegisterType((*PolicyFindingDetails)(nil), "google.ads.googleads.v0.errors.PolicyFindingDetails") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/errors.proto", fileDescriptor_errors_e28c2463b12800fb) -} - -var fileDescriptor_errors_e28c2463b12800fb = []byte{ - // 3472 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x5b, 0x4b, 0x73, 0x1c, 0xb7, - 0xf1, 0xdf, 0x95, 0xfe, 0xb6, 0x44, 0x50, 0xa2, 0x24, 0x88, 0x92, 0x21, 0xe9, 0x6f, 0x5b, 0xa1, - 0xed, 0x44, 0x71, 0xec, 0x25, 0x45, 0xbd, 0x6c, 0xca, 0x96, 0xbc, 0x5c, 0x92, 0x5a, 0x46, 0x2f, - 0x7a, 0x68, 0xcb, 0x8e, 0xad, 0x64, 0x8d, 0x9d, 0xc1, 0x2e, 0x11, 0xce, 0x4b, 0x33, 0xb3, 0x14, - 0xa9, 0x8a, 0xab, 0x92, 0x43, 0x52, 0x95, 0x54, 0x25, 0x87, 0xa4, 0x2a, 0x87, 0x1c, 0x7c, 0xf0, - 0x31, 0xd7, 0x1c, 0xf2, 0x15, 0x52, 0xf9, 0x1e, 0xc9, 0x21, 0xf7, 0xdc, 0x53, 0xc0, 0xbc, 0x00, - 0x0c, 0x96, 0x83, 0xf1, 0x89, 0xc4, 0x0f, 0xf8, 0x75, 0x03, 0x98, 0x06, 0xd0, 0xdd, 0xc0, 0x82, - 0x1f, 0x8d, 0x83, 0x60, 0xec, 0x92, 0x45, 0xec, 0xc4, 0x8b, 0xe9, 0xbf, 0xec, 0xbf, 0xbd, 0xa5, - 0x45, 0x12, 0x45, 0x41, 0x14, 0x67, 0x7f, 0x3a, 0x61, 0x14, 0x24, 0x01, 0x7c, 0x2d, 0x6d, 0xd1, - 0xc1, 0x4e, 0xdc, 0x29, 0x1a, 0x77, 0xf6, 0x96, 0x3a, 0x69, 0xab, 0x8b, 0x53, 0x85, 0xd9, 0x81, - 0xe7, 0x05, 0xfe, 0x62, 0x18, 0xb8, 0xd4, 0x3e, 0x48, 0x85, 0x5d, 0x7c, 0xbb, 0xa6, 0xf1, 0x1e, - 0x76, 0x27, 0x24, 0x6b, 0xbb, 0x5a, 0xd3, 0x4b, 0x6c, 0xdb, 0xc1, 0xc4, 0x4f, 0x06, 0xc3, 0x89, - 0x33, 0x26, 0xc9, 0x20, 0x8c, 0x82, 0x30, 0x88, 0xb1, 0x3b, 0xe0, 0xd5, 0x99, 0x8c, 0xf7, 0xea, - 0x64, 0x38, 0x03, 0x7b, 0x12, 0x27, 0x81, 0x47, 0x5f, 0x90, 0x48, 0x62, 0xbe, 0x5b, 0xcf, 0x14, - 0x9b, 0xdf, 0xac, 0x6f, 0x3e, 0x8e, 0x82, 0x49, 0x38, 0x50, 0x78, 0x1f, 0x99, 0xf2, 0x86, 0xd4, - 0x19, 0x78, 0x81, 0x43, 0x47, 0x54, 0xe9, 0xe8, 0x87, 0xa6, 0x12, 0xec, 0x88, 0x26, 0x24, 0xa2, - 0x81, 0x2f, 0xd1, 0xaf, 0x99, 0xd2, 0x1b, 0x4e, 0x6b, 0x4a, 0x1a, 0x11, 0x22, 0x8f, 0xf7, 0x56, - 0x3d, 0x33, 0xc4, 0x11, 0xf6, 0x48, 0xa2, 0x0c, 0xf3, 0x46, 0x3d, 0x31, 0xde, 0xc1, 0x11, 0xf5, - 0xc7, 0x12, 0xad, 0x53, 0x4b, 0xdb, 0x97, 0xda, 0xbf, 0x5f, 0xd7, 0x7e, 0x92, 0xec, 0x10, 0x3f, - 0xa1, 0x36, 0x4e, 0xd4, 0x99, 0x7c, 0xcf, 0x80, 0x1a, 0x44, 0xf4, 0x45, 0x95, 0xb9, 0x5c, 0xc3, - 0x1c, 0x52, 0xc7, 0x51, 0x07, 0x76, 0xdb, 0x90, 0x13, 0x27, 0x11, 0x4e, 0xc8, 0xf8, 0xa0, 0x51, - 0x57, 0x87, 0xd4, 0x75, 0x39, 0x99, 0x24, 0xca, 0x97, 0x5f, 0xa9, 0x61, 0xda, 0xd8, 0x0b, 0x31, - 0x1d, 0xfb, 0xf9, 0xaa, 0x6c, 0x62, 0xa9, 0x05, 0xf7, 0xbb, 0x59, 0x6a, 0x41, 0x6f, 0x32, 0xd2, - 0x82, 0x54, 0xb1, 0xd4, 0x3b, 0xa6, 0x4c, 0x66, 0x76, 0xc4, 0x61, 0x73, 0xd5, 0x4c, 0xf3, 0x0e, - 0xf6, 0xc7, 0x64, 0x10, 0x27, 0x38, 0x99, 0xc4, 0xcd, 0xe6, 0x38, 0x70, 0x5d, 0x62, 0x73, 0x2b, - 0x8a, 0xe9, 0x0b, 0xd2, 0xc8, 0x94, 0xec, 0xc0, 0x4f, 0xc8, 0xbe, 0xdc, 0xd3, 0x0f, 0xea, 0x39, - 0x7b, 0x24, 0x8a, 0x99, 0x3e, 0x6c, 0x57, 0x8c, 0xf7, 0x7a, 0x1d, 0x5b, 0xfb, 0x31, 0xef, 0xd6, - 0xb1, 0xf8, 0xae, 0x4c, 0xa2, 0x81, 0xed, 0x52, 0xe2, 0x27, 0x03, 0x97, 0xfa, 0xbb, 0xcd, 0xac, - 0x21, 0x17, 0xd0, 0xe8, 0x9b, 0xe4, 0xa4, 0x8a, 0x35, 0x7c, 0x64, 0xca, 0xf4, 0xb0, 0x8f, 0xc7, - 0x24, 0x6a, 0xde, 0x61, 0x07, 0x27, 0x78, 0x88, 0x63, 0xf9, 0x73, 0x2e, 0xd6, 0x93, 0x48, 0xa3, - 0x6d, 0x92, 0x13, 0x22, 0x6e, 0x79, 0x8d, 0x3a, 0x47, 0xe3, 0x84, 0xfa, 0x76, 0xd2, 0xa8, 0x73, - 0xc4, 0x9f, 0x78, 0x8d, 0x0c, 0x8d, 0xec, 0x27, 0xc4, 0xe7, 0x76, 0x16, 0x93, 0x24, 0x51, 0x77, - 0xbc, 0x5e, 0x0d, 0x9b, 0x7f, 0x33, 0x9c, 0x24, 0x11, 0x1d, 0x4e, 0xd8, 0x20, 0xc9, 0x88, 0x44, - 0xc4, 0xb7, 0x9b, 0x4d, 0x68, 0xe5, 0xc3, 0x5f, 0x37, 0x21, 0xd0, 0x84, 0x78, 0x8d, 0xcc, 0xbb, - 0x64, 0xed, 0x61, 0x97, 0x3a, 0xd5, 0x23, 0xe1, 0x96, 0x89, 0x00, 0x0f, 0x87, 0xa1, 0x3a, 0x4b, - 0x4b, 0x75, 0x44, 0x4a, 0x5c, 0xa7, 0x91, 0xc9, 0xa4, 0x0c, 0x0f, 0xc7, 0xcd, 0xec, 0x79, 0x34, - 0xf1, 0xab, 0x9b, 0xc5, 0x6d, 0x53, 0x52, 0x88, 0xa3, 0x58, 0x1d, 0xda, 0x66, 0x0d, 0x79, 0x4c, - 0x82, 0x41, 0x82, 0x23, 0x76, 0xec, 0xd8, 0x81, 0x1f, 0x27, 0xd8, 0x4f, 0x06, 0xf1, 0x64, 0x3c, - 0x26, 0x71, 0xa5, 0x1f, 0x57, 0x6b, 0x44, 0xed, 0x10, 0xec, 0x34, 0x74, 0x08, 0xa9, 0xd3, 0xe8, - 0x3b, 0x50, 0x0f, 0x37, 0x5c, 0x83, 0xd4, 0x4f, 0x48, 0xe4, 0x2b, 0x0e, 0x6e, 0xdd, 0xbe, 0xb4, - 0x4b, 0x0e, 0x9e, 0x07, 0x91, 0x33, 0x08, 0x5d, 0xec, 0x0f, 0xb4, 0xbe, 0x5c, 0x23, 0x09, 0xda, - 0x33, 0xf6, 0x56, 0x13, 0x09, 0x4d, 0xf6, 0x03, 0x89, 0x48, 0x1d, 0x82, 0x1b, 0xad, 0x31, 0x89, - 0x9d, 0x17, 0x44, 0x01, 0xfd, 0x26, 0x02, 0x7c, 0x32, 0xc6, 0x09, 0xdd, 0x23, 0x5a, 0x49, 0x75, - 0x5e, 0xa3, 0x4b, 0xe3, 0x64, 0x10, 0x84, 0x24, 0x6a, 0xbe, 0xd0, 0x3d, 0xe2, 0x50, 0x3c, 0x18, - 0x4e, 0x7c, 0xc7, 0x6d, 0xb6, 0xd3, 0xa7, 0xc4, 0x11, 0x6d, 0x4a, 0x9b, 0xb8, 0x09, 0x0d, 0x5d, - 0x35, 0xca, 0xb8, 0x5a, 0x4b, 0x4b, 0xd4, 0xa3, 0xa8, 0xce, 0xb0, 0x7c, 0xf2, 0x7c, 0x10, 0x91, - 0x38, 0x98, 0x44, 0x36, 0x19, 0xd8, 0x11, 0xc1, 0x8d, 0x5d, 0x0b, 0x3f, 0x48, 0x06, 0xc4, 0x0b, - 0x93, 0x83, 0x46, 0x5b, 0xbc, 0x3f, 0x71, 0xe5, 0x35, 0x54, 0x17, 0x68, 0x96, 0x1f, 0x0e, 0xdb, - 0x36, 0x89, 0xe3, 0x81, 0x43, 0x7c, 0xaa, 0x1c, 0x13, 0xd7, 0x8c, 0x64, 0x04, 0x51, 0x23, 0xb3, - 0x49, 0x43, 0xe7, 0xc1, 0x88, 0xfa, 0x8d, 0xdd, 0xff, 0x8c, 0xba, 0x47, 0x03, 0xb7, 0x3a, 0xaf, - 0x75, 0x7b, 0xd3, 0xb3, 0x09, 0x89, 0x0e, 0x1a, 0x32, 0x82, 0x04, 0x37, 0x62, 0x54, 0x7d, 0x90, - 0xba, 0xd9, 0x88, 0x88, 0x1d, 0x78, 0x1e, 0xf1, 0x35, 0xa7, 0xe5, 0xcd, 0x5a, 0xea, 0x98, 0x51, - 0xec, 0xc0, 0x69, 0xe6, 0x2d, 0x47, 0xe4, 0xd9, 0x84, 0xc4, 0xb2, 0xd7, 0xd3, 0xad, 0xe5, 0x64, - 0x26, 0x3d, 0xdd, 0x58, 0xfa, 0xa6, 0x22, 0xd2, 0x04, 0x87, 0x4b, 0x3d, 0x9a, 0x0c, 0xc8, 0xbe, - 0x4d, 0x88, 0xa3, 0x48, 0xaa, 0x1b, 0x80, 0xce, 0x8f, 0xaa, 0x33, 0x9d, 0x2c, 0x9e, 0xd1, 0xfb, - 0xed, 0x37, 0xcc, 0xc8, 0x4d, 0x83, 0xa1, 0x38, 0xe1, 0x91, 0xfb, 0x28, 0x88, 0x3c, 0xfc, 0x9d, - 0x98, 0x2e, 0xf1, 0xc7, 0xc9, 0x4e, 0xa3, 0xdd, 0x63, 0x12, 0xb9, 0x83, 0xaa, 0x37, 0x54, 0xcb, - 0x8a, 0xb9, 0x73, 0xaf, 0x18, 0x45, 0x96, 0x24, 0x5b, 0xe4, 0xa5, 0xe1, 0x64, 0xb4, 0xf8, 0x3c, - 0xc2, 0x61, 0x48, 0xf2, 0x24, 0xda, 0xc2, 0x17, 0xe0, 0xf4, 0x3d, 0xde, 0xa2, 0xeb, 0xc4, 0x1b, - 0x98, 0xba, 0x93, 0x88, 0xc0, 0x0d, 0xf0, 0x72, 0x2a, 0x13, 0xb5, 0x2f, 0x1f, 0xbd, 0x32, 0xbb, - 0xdc, 0xe9, 0x1c, 0x9e, 0x69, 0xeb, 0x14, 0x12, 0xd6, 0x59, 0xd9, 0xca, 0xd8, 0x0b, 0xff, 0x38, - 0x02, 0xe6, 0xe4, 0x2a, 0xd8, 0x07, 0x80, 0x57, 0x72, 0x8b, 0x47, 0xed, 0xcb, 0xed, 0x2b, 0xb3, - 0xcb, 0x3f, 0xac, 0x13, 0xcf, 0xa9, 0xbd, 0xc0, 0x21, 0xd6, 0x0c, 0xc9, 0xff, 0x85, 0x08, 0x1c, - 0xf3, 0x48, 0x1c, 0xe3, 0x31, 0x41, 0x47, 0x2e, 0xb7, 0xaf, 0xcc, 0x58, 0x79, 0x11, 0xde, 0x05, - 0xc7, 0x92, 0x88, 0x8e, 0xc7, 0x24, 0x42, 0x47, 0xb9, 0x82, 0xb7, 0xa6, 0x2a, 0x48, 0x93, 0x7b, - 0x9d, 0x27, 0xd8, 0x9d, 0x10, 0x2b, 0x67, 0xc1, 0x4d, 0x70, 0xdc, 0x0d, 0xd2, 0x3c, 0x0a, 0xfa, - 0x3f, 0x2e, 0xe1, 0x5d, 0xa3, 0x2e, 0x3e, 0xc8, 0x48, 0x56, 0x41, 0x87, 0x1b, 0xe0, 0x98, 0x43, - 0x12, 0x4c, 0xdd, 0x18, 0xbd, 0xc4, 0x25, 0xbd, 0x63, 0x24, 0x69, 0x2d, 0xe5, 0x58, 0x39, 0x79, - 0xe1, 0x9b, 0xc7, 0x60, 0xa6, 0x98, 0x06, 0xe8, 0x80, 0x93, 0xd2, 0x06, 0xc0, 0x27, 0x72, 0x6e, - 0xf9, 0xc3, 0x3a, 0xd9, 0x56, 0x4a, 0xe2, 0x82, 0xd6, 0xfd, 0x89, 0x27, 0x01, 0xfd, 0x96, 0x75, - 0x22, 0x12, 0xca, 0xf0, 0xd7, 0x6d, 0x70, 0x5e, 0x9f, 0xac, 0xe1, 0x33, 0x3e, 0xb7, 0xfc, 0xb0, - 0x4e, 0xdf, 0x6a, 0xca, 0xde, 0xce, 0xc8, 0xa5, 0x5e, 0x5d, 0x45, 0xbf, 0x65, 0xcd, 0x0f, 0x35, - 0x38, 0xa4, 0xe0, 0x94, 0xb2, 0x22, 0xf8, 0x77, 0x9d, 0x5b, 0xbe, 0x5b, 0xa7, 0xff, 0xd3, 0xc8, - 0xdd, 0x60, 0xac, 0x52, 0xb1, 0x84, 0xf4, 0x5b, 0xd6, 0xc9, 0x89, 0x08, 0xc0, 0xaf, 0xc1, 0xbc, - 0xce, 0x23, 0xe2, 0x56, 0x30, 0xb7, 0xbc, 0x59, 0xa7, 0xef, 0x01, 0x8d, 0x93, 0xc7, 0x39, 0xb5, - 0x54, 0x5a, 0x85, 0xfb, 0x2d, 0x0b, 0xba, 0x15, 0x14, 0x3e, 0x05, 0xb3, 0xc2, 0x09, 0xc7, 0x2d, - 0x66, 0x6e, 0xf9, 0xfd, 0x3a, 0xad, 0x1f, 0x33, 0x4a, 0xa9, 0xad, 0x2c, 0xf6, 0x5b, 0x16, 0x78, - 0x56, 0x94, 0xe0, 0x57, 0xe0, 0x84, 0xe8, 0x0c, 0xa1, 0x63, 0x5c, 0xfc, 0xed, 0x3a, 0xf1, 0x0f, - 0x39, 0xa7, 0x94, 0x2f, 0x94, 0xfb, 0x2d, 0x6b, 0xd6, 0x2b, 0x8b, 0xd0, 0x03, 0xa7, 0xd5, 0x98, - 0x0c, 0x1d, 0xe7, 0x5a, 0xba, 0x75, 0x5a, 0xf8, 0x47, 0x78, 0x88, 0xe3, 0xdd, 0x52, 0x91, 0x0c, - 0xf5, 0x5b, 0xd6, 0xdc, 0x48, 0x42, 0xe0, 0x2f, 0xc0, 0x59, 0x4d, 0xea, 0x12, 0xcd, 0x98, 0x7d, - 0xac, 0xae, 0x48, 0x2d, 0xb5, 0x56, 0x61, 0xf6, 0xb1, 0x70, 0x05, 0x85, 0x3b, 0x60, 0x4e, 0x0e, - 0x7c, 0x10, 0x30, 0xb3, 0xca, 0xcd, 0x8c, 0x55, 0xea, 0x94, 0x10, 0x66, 0x95, 0x54, 0x04, 0x52, - 0xb3, 0x28, 0xdc, 0x18, 0x34, 0x6b, 0x6a, 0x16, 0x41, 0x82, 0x45, 0xb3, 0xc8, 0x8b, 0xa9, 0x59, - 0xe4, 0x25, 0xb8, 0x05, 0x8e, 0xe7, 0xa9, 0x7f, 0x74, 0x82, 0x8b, 0xbe, 0x56, 0x3b, 0x75, 0xc2, - 0x8a, 0xea, 0x16, 0x6b, 0xe9, 0x18, 0xce, 0x56, 0x11, 0x01, 0x73, 0x72, 0x40, 0x87, 0x4e, 0x9a, - 0xed, 0x4f, 0x5d, 0xe7, 0x1e, 0x23, 0x89, 0xc2, 0x4b, 0x80, 0xed, 0x4f, 0x58, 0x28, 0xc3, 0x5f, - 0xb5, 0xc1, 0x39, 0x6d, 0x56, 0x17, 0xcd, 0x71, 0x75, 0xf7, 0xeb, 0xd4, 0xf5, 0x32, 0xf2, 0x2a, - 0xe7, 0x96, 0x5a, 0x35, 0x78, 0xbf, 0x65, 0x9d, 0xb5, 0xab, 0x30, 0x33, 0x02, 0x39, 0xf2, 0x44, - 0xa7, 0xcc, 0x8c, 0x20, 0xd7, 0x51, 0xd5, 0x5a, 0x18, 0x81, 0x2d, 0x02, 0xf0, 0x97, 0x6d, 0x30, - 0xaf, 0xcb, 0xf1, 0xa3, 0x33, 0x66, 0x83, 0xed, 0x4a, 0x5c, 0xd9, 0xde, 0x15, 0x9c, 0x0d, 0x16, - 0x57, 0x61, 0xf8, 0xbb, 0x36, 0x40, 0xd3, 0x2e, 0x6d, 0x10, 0xe4, 0xdd, 0x78, 0x6c, 0xf8, 0x89, - 0x7b, 0x39, 0xbb, 0xf2, 0xad, 0xe5, 0x9a, 0x7e, 0xcb, 0x3a, 0x87, 0x75, 0x15, 0xf0, 0x00, 0x9c, - 0xd5, 0xdc, 0x91, 0xa1, 0xb3, 0xbc, 0x1b, 0xf7, 0xea, 0xbb, 0xd1, 0x2b, 0x98, 0x62, 0x17, 0x14, - 0xb4, 0xdf, 0xb2, 0xce, 0x60, 0x15, 0x84, 0x3e, 0x38, 0x53, 0xb9, 0x35, 0x43, 0xe7, 0xcc, 0xf6, - 0xb9, 0x6c, 0x94, 0xf2, 0x0a, 0x12, 0x21, 0xb6, 0xcf, 0x61, 0x09, 0x61, 0xdb, 0xaa, 0x7a, 0x89, - 0x84, 0x90, 0xa9, 0xba, 0xed, 0x94, 0x26, 0xaa, 0x13, 0xa1, 0x54, 0x9d, 0x88, 0xc0, 0x4f, 0xc0, - 0x4c, 0x71, 0xf9, 0x84, 0x2e, 0x70, 0x3d, 0x37, 0xea, 0xf5, 0xec, 0x8b, 0x1a, 0xf6, 0x73, 0xd9, - 0xc7, 0x71, 0xf6, 0x3f, 0xf3, 0x59, 0xa4, 0xdb, 0x22, 0x74, 0xd1, 0x6c, 0x4f, 0xc8, 0x5c, 0x85, - 0x8a, 0xef, 0x50, 0xec, 0x09, 0x43, 0xa1, 0x0c, 0x7f, 0xdf, 0x06, 0x68, 0xda, 0x6d, 0x0d, 0x7a, - 0x95, 0x6b, 0xfc, 0xd8, 0x74, 0x69, 0x6a, 0x6c, 0x54, 0x5f, 0xd5, 0x6f, 0x59, 0xe7, 0x6d, 0x6d, - 0x4d, 0xba, 0x47, 0xe9, 0x6e, 0x45, 0xd0, 0xeb, 0x86, 0x7b, 0x54, 0x41, 0xde, 0xa6, 0x2f, 0x84, - 0x53, 0x58, 0x83, 0xf3, 0x3d, 0xaa, 0x0a, 0x43, 0x17, 0x9c, 0x52, 0x67, 0xe2, 0xb2, 0x99, 0xf5, - 0xe8, 0x66, 0x40, 0x1d, 0xf9, 0x9c, 0x2d, 0x8f, 0x98, 0xed, 0x88, 0xd2, 0x0d, 0x07, 0xfa, 0xc2, - 0x70, 0x47, 0xcc, 0x58, 0x82, 0x2e, 0x11, 0xe1, 0x3b, 0xa2, 0x08, 0xc0, 0xcf, 0x01, 0x28, 0x6f, - 0x19, 0xd0, 0xf7, 0xb8, 0x96, 0x5b, 0x75, 0x5a, 0xd6, 0x24, 0x5f, 0x66, 0x4d, 0xf0, 0x64, 0x66, - 0x1c, 0xd1, 0x8f, 0x51, 0xaf, 0x23, 0xd0, 0x82, 0xd9, 0x94, 0x31, 0x89, 0x16, 0xa3, 0xc9, 0x4a, - 0x4a, 0x88, 0x4d, 0x99, 0x23, 0x21, 0x6c, 0xca, 0xe4, 0x6b, 0x0c, 0xf4, 0x86, 0xd9, 0x94, 0xad, - 0x65, 0x2c, 0x41, 0x97, 0x88, 0xb0, 0x29, 0x73, 0x44, 0x00, 0x7e, 0xdb, 0x06, 0xaf, 0x1d, 0x7e, - 0x1b, 0x81, 0xde, 0xe4, 0xaa, 0xbf, 0xac, 0xf5, 0xd7, 0x08, 0x71, 0xba, 0xb9, 0x10, 0x2b, 0x97, - 0x21, 0x38, 0x6f, 0xd3, 0xeb, 0xfb, 0x2d, 0xeb, 0xd2, 0x68, 0x7a, 0x35, 0x9b, 0x0e, 0x39, 0x45, - 0x8f, 0xde, 0x32, 0x9b, 0x8e, 0x8d, 0x8c, 0x25, 0xf4, 0x42, 0x44, 0xd8, 0x74, 0x8c, 0x44, 0x80, - 0x47, 0x38, 0xfa, 0xc4, 0x3e, 0xfa, 0xbe, 0x59, 0x84, 0x93, 0x2b, 0xd8, 0x4a, 0xc9, 0x55, 0xcd, - 0x62, 0x05, 0x8b, 0x70, 0x46, 0x1a, 0x9c, 0xb9, 0x60, 0x79, 0x92, 0x1e, 0xfd, 0xc0, 0xcc, 0x05, - 0xdb, 0x14, 0x0e, 0x90, 0xcd, 0xd2, 0x05, 0xa3, 0x4e, 0xe1, 0x32, 0x0a, 0x79, 0x7c, 0x74, 0xc5, - 0xcc, 0x65, 0xdc, 0x64, 0x14, 0x41, 0x6e, 0x51, 0x64, 0x2e, 0x23, 0x2d, 0x4a, 0x70, 0x02, 0x60, - 0x35, 0xfb, 0x8b, 0xde, 0xe6, 0x4a, 0xd6, 0x6b, 0xe3, 0x09, 0xc6, 0x5c, 0xe5, 0x44, 0x21, 0xa8, - 0x50, 0xc0, 0x7e, 0xcb, 0x3a, 0xed, 0x29, 0x18, 0x5b, 0x96, 0x6a, 0xee, 0x18, 0x3d, 0x31, 0x5b, - 0x96, 0x5c, 0xfe, 0x06, 0xad, 0xa8, 0x2c, 0x20, 0xb6, 0x2c, 0x3d, 0x09, 0x81, 0x21, 0x38, 0xad, - 0xe6, 0x9c, 0xd1, 0x3b, 0x5c, 0x5d, 0xaf, 0x3e, 0x66, 0xca, 0x79, 0x62, 0xdc, 0x24, 0x61, 0xfd, - 0x96, 0x75, 0xca, 0x93, 0x21, 0xf8, 0xe7, 0x36, 0xb8, 0x74, 0x48, 0xf2, 0x19, 0xbd, 0xcb, 0xb5, - 0x7f, 0x5a, 0xa7, 0xfd, 0x11, 0x79, 0x6e, 0x65, 0x12, 0x7a, 0x99, 0x80, 0xb2, 0x1b, 0xd3, 0x2a, - 0xfb, 0x2d, 0x0b, 0xf9, 0x53, 0xea, 0x58, 0x08, 0xae, 0xa4, 0xb4, 0x51, 0xc7, 0x6c, 0x4d, 0x3e, - 0x0a, 0x92, 0x75, 0xc6, 0x12, 0x3a, 0x20, 0x22, 0x6c, 0x4d, 0xfa, 0x22, 0xc0, 0x76, 0xf5, 0x32, - 0x0f, 0x8e, 0x16, 0xcd, 0x76, 0xf5, 0x47, 0x13, 0x57, 0x08, 0xa7, 0x8a, 0x12, 0xdb, 0xd5, 0xfd, - 0xbc, 0xc0, 0xf6, 0x15, 0x39, 0xd9, 0x8d, 0x96, 0xcc, 0xc6, 0xf0, 0x38, 0x63, 0x95, 0x1a, 0x24, - 0x84, 0x8d, 0x21, 0x10, 0x01, 0xb6, 0xfa, 0xc4, 0xa3, 0xe3, 0xaa, 0xd9, 0xea, 0x53, 0x8e, 0x0d, - 0xe9, 0xc8, 0x00, 0x51, 0x79, 0x5c, 0xb0, 0x48, 0x40, 0x97, 0x72, 0x46, 0x2b, 0x66, 0x2e, 0x85, - 0x25, 0x71, 0xc5, 0x64, 0x50, 0x05, 0x67, 0x2e, 0x45, 0x54, 0x85, 0xe1, 0x33, 0x70, 0xa6, 0x92, - 0xb9, 0x46, 0xd7, 0xcc, 0xd6, 0x86, 0xc5, 0x89, 0xbd, 0xc0, 0x11, 0xc7, 0x2a, 0x63, 0x6c, 0x6d, - 0x44, 0x32, 0xc4, 0xfc, 0x47, 0x29, 0x67, 0x8c, 0xae, 0x9b, 0xf9, 0x8f, 0xdb, 0x29, 0xa9, 0xd4, - 0x25, 0x02, 0xcc, 0x7f, 0x8c, 0x85, 0x32, 0x8b, 0x2a, 0x34, 0x19, 0x5f, 0x74, 0xc3, 0x2c, 0xaa, - 0xd8, 0xe6, 0xd4, 0x0d, 0xce, 0x14, 0x14, 0xaa, 0x28, 0x8b, 0x2a, 0x62, 0x15, 0x14, 0x54, 0x8b, - 0x29, 0x63, 0x74, 0xb3, 0x89, 0xea, 0x07, 0x9c, 0xa9, 0xaa, 0x16, 0xd0, 0x52, 0xb5, 0x00, 0xc2, - 0x6f, 0xda, 0xe0, 0xd5, 0x43, 0xef, 0x92, 0xd0, 0x2d, 0xde, 0x8b, 0x9f, 0x98, 0xad, 0x14, 0x1a, - 0xf8, 0x5d, 0x2e, 0x63, 0x8d, 0x8b, 0x50, 0x97, 0x8d, 0xae, 0xba, 0xdf, 0xb2, 0x2e, 0x06, 0x53, - 0x6b, 0xe1, 0x5f, 0xda, 0xe0, 0xff, 0x0f, 0xbb, 0xbe, 0x40, 0xef, 0xf1, 0xfe, 0x7d, 0x56, 0x6f, - 0x7b, 0xa9, 0x0c, 0x7d, 0xf7, 0xa6, 0xd6, 0xf6, 0x5b, 0xd6, 0x85, 0x68, 0x5a, 0x25, 0xfc, 0x5b, - 0x1b, 0xbc, 0x61, 0x70, 0x31, 0x82, 0xde, 0xe7, 0x7d, 0xb4, 0x4d, 0xfb, 0xd8, 0x63, 0x92, 0x1e, - 0x30, 0x41, 0xeb, 0x99, 0x9c, 0x6a, 0x4f, 0xa7, 0xb4, 0xe9, 0xb7, 0xac, 0xd7, 0xa3, 0xc3, 0x9b, - 0xc0, 0x3f, 0xb5, 0xc1, 0xa5, 0x43, 0xde, 0x70, 0xa2, 0xdb, 0xbc, 0xb7, 0xdb, 0x86, 0xf1, 0xec, - 0x2a, 0x75, 0x1e, 0x66, 0xfc, 0x4a, 0x60, 0xab, 0xd6, 0xf5, 0x5b, 0xd6, 0x2b, 0x58, 0x5f, 0xc5, - 0x56, 0xb9, 0xf4, 0x10, 0x0c, 0x7d, 0x60, 0xb6, 0xca, 0x7b, 0x29, 0x49, 0x8c, 0x8f, 0x4a, 0x80, - 0xad, 0x72, 0x5b, 0x28, 0xb3, 0xfd, 0x59, 0xcc, 0x26, 0x7f, 0x68, 0xb6, 0x3f, 0x2b, 0xa9, 0x64, - 0x29, 0x8f, 0x0c, 0x46, 0x65, 0x12, 0xd9, 0x03, 0xa7, 0xd5, 0xcb, 0x26, 0x74, 0xc7, 0xcc, 0x4d, - 0xd9, 0xe6, 0xbc, 0x6d, 0x31, 0x19, 0x25, 0x43, 0xcc, 0x4d, 0x89, 0x25, 0x84, 0x3b, 0xb1, 0xfa, - 0x9b, 0x31, 0x74, 0xd7, 0xcc, 0x89, 0x4d, 0x55, 0x68, 0x82, 0x3d, 0x5d, 0x05, 0x73, 0x62, 0x63, - 0x0d, 0x0e, 0xff, 0xd0, 0x06, 0x17, 0xa6, 0x3e, 0x3d, 0x44, 0x1f, 0x35, 0x8b, 0xbd, 0x35, 0x13, - 0xa1, 0xaf, 0x12, 0x63, 0x6f, 0xb9, 0x06, 0xfe, 0xb6, 0x0d, 0x5e, 0x99, 0xf2, 0x42, 0x10, 0x75, - 0xcd, 0xb2, 0x55, 0xbd, 0x82, 0xde, 0x55, 0x22, 0x0b, 0x6d, 0x4d, 0xbf, 0x65, 0x9d, 0xb3, 0x75, - 0x15, 0xf0, 0x2b, 0x70, 0x42, 0x7c, 0xb9, 0x83, 0x56, 0xcd, 0x72, 0xef, 0x7d, 0xce, 0x29, 0xb5, - 0x0a, 0xe5, 0x7e, 0xcb, 0x9a, 0xdd, 0x29, 0x8b, 0x3c, 0x88, 0x94, 0x1e, 0xea, 0xa1, 0x9e, 0x61, - 0x10, 0x99, 0xb1, 0xa4, 0x80, 0xb5, 0x44, 0x78, 0x10, 0x29, 0x02, 0xf0, 0x6b, 0x30, 0xaf, 0xbb, - 0xff, 0x47, 0x6b, 0x66, 0x79, 0xf7, 0x2d, 0xce, 0xdd, 0x48, 0xa9, 0xa5, 0xd2, 0x2a, 0xdc, 0x6f, - 0x59, 0x30, 0xac, 0xa0, 0xcc, 0x41, 0x2c, 0xdf, 0xef, 0xa1, 0x0d, 0x33, 0x07, 0x91, 0xa9, 0x28, - 0x75, 0x15, 0x25, 0xe6, 0x20, 0x92, 0xbc, 0xc0, 0xc2, 0x9a, 0xea, 0x8b, 0x20, 0x74, 0xcf, 0x2c, - 0xac, 0xb9, 0x9f, 0x32, 0xb7, 0x5c, 0x2c, 0x58, 0x89, 0x0a, 0xb2, 0xb0, 0x66, 0x57, 0xc1, 0xb8, - 0xd7, 0x7f, 0xc8, 0x5b, 0x26, 0xd4, 0x37, 0xf3, 0xfa, 0x05, 0x5d, 0xd5, 0xe4, 0xf2, 0xb4, 0x4a, - 0xe6, 0xf5, 0xef, 0x4e, 0xa9, 0xe3, 0x07, 0x9b, 0xc1, 0x53, 0x23, 0xb4, 0x69, 0x76, 0xb0, 0x09, - 0x7d, 0x78, 0x94, 0x09, 0xca, 0x20, 0x6d, 0x3f, 0x75, 0x6d, 0xd8, 0xc1, 0xb6, 0x7b, 0x78, 0x13, - 0x7e, 0xb0, 0x1d, 0xf2, 0xb8, 0x0c, 0xfd, 0xd8, 0xec, 0x60, 0x13, 0x7a, 0x52, 0xb9, 0x96, 0x98, - 0x52, 0xc7, 0x0e, 0xb6, 0x5d, 0x7d, 0x15, 0xfc, 0x63, 0x1b, 0x5c, 0x9c, 0xfe, 0xee, 0x0b, 0xdd, - 0x6f, 0xdc, 0xa9, 0xc3, 0xa6, 0x4e, 0x99, 0x32, 0xb1, 0x53, 0xd2, 0x54, 0xfd, 0xa6, 0x0d, 0x5e, - 0x99, 0xf2, 0x94, 0x0d, 0x3d, 0x30, 0x3b, 0x3b, 0x04, 0xad, 0x9b, 0x0e, 0xc1, 0xda, 0xee, 0x14, - 0x15, 0xec, 0xec, 0xd8, 0xd5, 0xe0, 0xdc, 0x01, 0x3d, 0xf4, 0x57, 0x33, 0xe8, 0xa1, 0x99, 0x03, - 0xda, 0x4d, 0x85, 0xa4, 0x57, 0x34, 0x5b, 0x99, 0x08, 0xc1, 0x23, 0x99, 0x5a, 0xcd, 0x1c, 0x50, - 0x3c, 0xb5, 0x96, 0xdf, 0x41, 0xcb, 0xef, 0x2b, 0xd0, 0x23, 0xc3, 0x3b, 0xe8, 0x98, 0x44, 0x0f, - 0xa8, 0x78, 0xe9, 0x2e, 0x21, 0xfc, 0x0e, 0x5a, 0x04, 0x58, 0x1c, 0xa0, 0x79, 0x81, 0x8f, 0x1e, - 0x9b, 0xc5, 0x01, 0x3d, 0x4e, 0xdd, 0xe6, 0x4c, 0xe1, 0xb4, 0x52, 0x51, 0x16, 0x07, 0xd8, 0x2a, - 0xc8, 0xb6, 0xd6, 0xf2, 0x99, 0x31, 0xda, 0x32, 0xdb, 0x5a, 0x37, 0x88, 0xe8, 0x99, 0x16, 0x25, - 0xb6, 0xb5, 0x8e, 0xf2, 0x02, 0xfc, 0x7b, 0x1b, 0xbc, 0x69, 0xf2, 0x0a, 0x16, 0x7d, 0xcc, 0x95, - 0x92, 0xda, 0x17, 0x27, 0x24, 0xf8, 0x84, 0x8b, 0xea, 0x65, 0x92, 0xb6, 0x0b, 0x41, 0x65, 0x5f, - 0xea, 0x1a, 0xf5, 0x5b, 0xd6, 0xe5, 0x71, 0x4d, 0x1b, 0xf6, 0xe5, 0x95, 0x97, 0xd4, 0x68, 0xdb, - 0x30, 0x1d, 0x49, 0x88, 0xb3, 0x99, 0x10, 0x4f, 0x9e, 0x9c, 0x02, 0xe1, 0xe9, 0x48, 0x11, 0x60, - 0x5f, 0x5e, 0xf3, 0xfb, 0x16, 0xf4, 0x99, 0xd9, 0x97, 0x5f, 0x4d, 0xa9, 0xdb, 0x8c, 0x29, 0xde, - 0x96, 0x28, 0x28, 0xfb, 0xf2, 0x43, 0x15, 0xe4, 0xdb, 0xd3, 0xf4, 0x5f, 0x36, 0xa0, 0xcf, 0xcd, - 0xb6, 0xa7, 0x3c, 0x61, 0xdf, 0xe3, 0x02, 0x1e, 0x50, 0x7f, 0xb7, 0x9a, 0xcc, 0x57, 0xea, 0xd8, - 0xf6, 0x64, 0xeb, 0xab, 0xf8, 0xc1, 0x78, 0xc8, 0xcf, 0x17, 0xd0, 0x97, 0x66, 0x07, 0x63, 0xae, - 0xf9, 0x61, 0x2a, 0x41, 0xdf, 0x2d, 0xb5, 0x92, 0x1d, 0x8c, 0xf6, 0x94, 0x3a, 0xe6, 0x28, 0x54, - 0x9f, 0xb9, 0xa3, 0xa7, 0x66, 0x8e, 0x02, 0x33, 0x82, 0x87, 0x29, 0x51, 0xb6, 0x0c, 0x11, 0x64, - 0x8e, 0xc2, 0x48, 0xc1, 0xf8, 0xce, 0x50, 0xfd, 0x1d, 0x08, 0xfa, 0xa9, 0xe1, 0xce, 0x90, 0x51, - 0xe5, 0xf5, 0x5a, 0x41, 0xf9, 0xce, 0xa0, 0x82, 0x70, 0x8f, 0xdf, 0xb6, 0xaa, 0x3f, 0x9d, 0x43, - 0x3f, 0x33, 0x1b, 0x72, 0x76, 0x12, 0xca, 0x9a, 0x55, 0x90, 0x0d, 0x19, 0x2b, 0x18, 0x1f, 0x72, - 0xf5, 0x87, 0x50, 0xe8, 0x2b, 0xc3, 0x21, 0x67, 0x54, 0x65, 0xc8, 0x2a, 0xca, 0x87, 0xac, 0x82, - 0xec, 0x23, 0x57, 0x7f, 0xf3, 0x87, 0x88, 0xe9, 0x88, 0xb7, 0x72, 0xa2, 0x38, 0x62, 0x19, 0x4c, - 0x47, 0x2c, 0x63, 0x7c, 0x25, 0x4e, 0xff, 0x11, 0x06, 0x1a, 0x99, 0xad, 0xc4, 0x7c, 0xa7, 0x79, - 0x52, 0xf0, 0xab, 0xbb, 0x90, 0x52, 0xc7, 0x56, 0xe2, 0x48, 0x5f, 0xc5, 0x43, 0xa9, 0x29, 0xbf, - 0x81, 0x41, 0x63, 0xb3, 0x50, 0x6a, 0x3d, 0xa7, 0x57, 0x12, 0x72, 0xda, 0x1a, 0x16, 0x4a, 0x11, - 0x5d, 0x05, 0x8f, 0x77, 0xf5, 0x8f, 0x88, 0x11, 0x35, 0xf3, 0x59, 0xd2, 0x50, 0xe3, 0x49, 0x4e, - 0x56, 0x63, 0x10, 0xb9, 0x82, 0xf9, 0x2c, 0xa1, 0x06, 0x5f, 0x3d, 0x21, 0x3e, 0x65, 0x5c, 0xf8, - 0x57, 0x1b, 0x9c, 0x94, 0x1e, 0x01, 0x42, 0x1f, 0x9c, 0x4d, 0x93, 0x0c, 0x21, 0x4e, 0x76, 0x06, - 0xc4, 0x25, 0x1e, 0xf1, 0x93, 0x18, 0x1d, 0xe1, 0x4f, 0x2a, 0xef, 0x34, 0x7a, 0x50, 0x98, 0xe6, - 0x1a, 0xb6, 0x70, 0xb2, 0xb3, 0x9e, 0x8a, 0xb1, 0xce, 0x8c, 0x14, 0x24, 0xbe, 0xe8, 0x80, 0xd3, - 0x6a, 0x33, 0xf8, 0x2a, 0x48, 0x13, 0x13, 0x03, 0x1f, 0x7b, 0xe9, 0x73, 0xcb, 0x19, 0x6b, 0x86, - 0x23, 0x8f, 0xb0, 0x47, 0xe0, 0x55, 0xf0, 0x12, 0xf5, 0x1d, 0xb2, 0xcf, 0xdf, 0xf3, 0xcd, 0x2e, - 0x5f, 0xca, 0x3b, 0x95, 0x3f, 0x16, 0xed, 0x6c, 0xfa, 0xc9, 0xcd, 0xeb, 0xe9, 0xeb, 0xc8, 0xb4, - 0xe5, 0xc2, 0xb7, 0x47, 0xc0, 0x09, 0xf1, 0x89, 0x22, 0xbc, 0x0e, 0xce, 0x4f, 0xfc, 0x70, 0x32, - 0x74, 0x69, 0xbc, 0x93, 0xaf, 0xcf, 0xf2, 0x75, 0xe7, 0x8c, 0x35, 0x2f, 0xd4, 0x96, 0x2f, 0x18, - 0x43, 0x80, 0x2a, 0xdf, 0x30, 0x7f, 0x28, 0x99, 0x76, 0xe6, 0x66, 0xc3, 0xaf, 0x98, 0x3f, 0x99, - 0x3c, 0x1f, 0x6a, 0x71, 0xf8, 0xf3, 0xc2, 0x6a, 0xf2, 0xa8, 0x35, 0xd7, 0x97, 0x3e, 0x12, 0xbd, - 0xde, 0x28, 0x6e, 0xcd, 0xb5, 0xcd, 0x87, 0x1a, 0x74, 0xe1, 0xbf, 0x6d, 0x70, 0x5e, 0xdf, 0x3d, - 0x78, 0x07, 0x5c, 0x62, 0x66, 0xcd, 0x5f, 0x8d, 0x65, 0xfd, 0x71, 0x48, 0x6c, 0x47, 0x34, 0xe4, - 0xcf, 0x4d, 0xd3, 0xa7, 0xac, 0x17, 0xf2, 0x26, 0xa9, 0x90, 0xb5, 0xb2, 0x01, 0x5c, 0x03, 0x47, - 0x77, 0xc9, 0x41, 0xf6, 0x2c, 0x75, 0xb9, 0xee, 0x61, 0xab, 0xd2, 0x89, 0xfb, 0xe4, 0xc0, 0x62, - 0x74, 0xb8, 0x04, 0xe6, 0xd5, 0x5e, 0x70, 0x0b, 0x79, 0x89, 0xab, 0x87, 0xb2, 0x7a, 0x6e, 0x2a, - 0x6f, 0x80, 0x93, 0x34, 0x1e, 0x90, 0x7d, 0xe2, 0x85, 0x09, 0x1d, 0xba, 0x04, 0xbd, 0x7c, 0xb9, - 0x7d, 0xe5, 0xb8, 0x75, 0x82, 0xc6, 0xeb, 0x05, 0xb6, 0xf0, 0x02, 0xcc, 0xeb, 0x66, 0x09, 0x0e, - 0x8b, 0x8c, 0x41, 0x12, 0x84, 0xd4, 0x1e, 0x10, 0x3f, 0x89, 0x28, 0xc9, 0x9f, 0x17, 0x2f, 0x99, - 0x8d, 0xe2, 0x13, 0x46, 0x5d, 0xf7, 0x93, 0xe8, 0x20, 0x4f, 0x0b, 0x14, 0x08, 0x25, 0xf1, 0xea, - 0xbf, 0xdb, 0x60, 0xc1, 0x0e, 0xbc, 0x9a, 0xaf, 0xb8, 0x3a, 0xcb, 0x6d, 0x30, 0xde, 0x62, 0x16, - 0xbe, 0xd5, 0xfe, 0x62, 0x2d, 0x6b, 0x3e, 0x0e, 0x5c, 0xec, 0x8f, 0x3b, 0x41, 0x34, 0x5e, 0x1c, - 0x13, 0x9f, 0xdb, 0x7f, 0xfe, 0xc8, 0x3a, 0xa4, 0xf1, 0xb4, 0x37, 0xd7, 0xb7, 0xd3, 0x3f, 0xdf, - 0x1e, 0x39, 0x7a, 0xaf, 0xdb, 0xfd, 0xeb, 0x91, 0xd7, 0xd2, 0xc7, 0xce, 0x9d, 0xae, 0x23, 0x3c, - 0x89, 0xee, 0x3c, 0x59, 0x4a, 0x17, 0x73, 0xfc, 0xcf, 0xbc, 0xc1, 0xd3, 0xae, 0x13, 0x3f, 0x2d, - 0x1a, 0x3c, 0x7d, 0xb2, 0xf4, 0x34, 0x6d, 0xf0, 0x9f, 0x23, 0x0b, 0x29, 0xba, 0xb2, 0xd2, 0x75, - 0xe2, 0x95, 0x95, 0xa2, 0xc9, 0xca, 0xca, 0x93, 0xa5, 0x95, 0x95, 0xb4, 0xd1, 0xf0, 0x65, 0xde, - 0xbb, 0x6b, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x0b, 0x75, 0xa3, 0x2a, 0x2c, 0x41, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/extension_setting_error.pb.go b/googleapis/ads/googleads/v0/errors/extension_setting_error.pb.go deleted file mode 100644 index 50aa877c34..0000000000 --- a/googleapis/ads/googleads/v0/errors/extension_setting_error.pb.go +++ /dev/null @@ -1,440 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/extension_setting_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible extension setting errors. -type ExtensionSettingErrorEnum_ExtensionSettingError int32 - -const ( - // Enum unspecified. - ExtensionSettingErrorEnum_UNSPECIFIED ExtensionSettingErrorEnum_ExtensionSettingError = 0 - // The received error code is not known in this version. - ExtensionSettingErrorEnum_UNKNOWN ExtensionSettingErrorEnum_ExtensionSettingError = 1 - // A platform restriction was provided without input extensions or existing - // extensions. - ExtensionSettingErrorEnum_EXTENSIONS_REQUIRED ExtensionSettingErrorEnum_ExtensionSettingError = 2 - // The provided feed type does not correspond to the provided extensions. - ExtensionSettingErrorEnum_FEED_TYPE_EXTENSION_TYPE_MISMATCH ExtensionSettingErrorEnum_ExtensionSettingError = 3 - // The provided feed type cannot be used. - ExtensionSettingErrorEnum_INVALID_FEED_TYPE ExtensionSettingErrorEnum_ExtensionSettingError = 4 - // The provided feed type cannot be used at the customer level. - ExtensionSettingErrorEnum_INVALID_FEED_TYPE_FOR_CUSTOMER_EXTENSION_SETTING ExtensionSettingErrorEnum_ExtensionSettingError = 5 - // Cannot change a feed item field on a CREATE operation. - ExtensionSettingErrorEnum_CANNOT_CHANGE_FEED_ITEM_ON_CREATE ExtensionSettingErrorEnum_ExtensionSettingError = 6 - // Cannot update an extension that is not already in this setting. - ExtensionSettingErrorEnum_CANNOT_UPDATE_NEWLY_CREATED_EXTENSION ExtensionSettingErrorEnum_ExtensionSettingError = 7 - // There is no existing AdGroupExtensionSetting for this type. - ExtensionSettingErrorEnum_NO_EXISTING_AD_GROUP_EXTENSION_SETTING_FOR_TYPE ExtensionSettingErrorEnum_ExtensionSettingError = 8 - // There is no existing CampaignExtensionSetting for this type. - ExtensionSettingErrorEnum_NO_EXISTING_CAMPAIGN_EXTENSION_SETTING_FOR_TYPE ExtensionSettingErrorEnum_ExtensionSettingError = 9 - // There is no existing CustomerExtensionSetting for this type. - ExtensionSettingErrorEnum_NO_EXISTING_CUSTOMER_EXTENSION_SETTING_FOR_TYPE ExtensionSettingErrorEnum_ExtensionSettingError = 10 - // The AdGroupExtensionSetting already exists. UPDATE should be used to - // modify the existing AdGroupExtensionSetting. - ExtensionSettingErrorEnum_AD_GROUP_EXTENSION_SETTING_ALREADY_EXISTS ExtensionSettingErrorEnum_ExtensionSettingError = 11 - // The CampaignExtensionSetting already exists. UPDATE should be used to - // modify the existing CampaignExtensionSetting. - ExtensionSettingErrorEnum_CAMPAIGN_EXTENSION_SETTING_ALREADY_EXISTS ExtensionSettingErrorEnum_ExtensionSettingError = 12 - // The CustomerExtensionSetting already exists. UPDATE should be used to - // modify the existing CustomerExtensionSetting. - ExtensionSettingErrorEnum_CUSTOMER_EXTENSION_SETTING_ALREADY_EXISTS ExtensionSettingErrorEnum_ExtensionSettingError = 13 - // An active ad group feed already exists for this place holder type. - ExtensionSettingErrorEnum_AD_GROUP_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE ExtensionSettingErrorEnum_ExtensionSettingError = 14 - // An active campaign feed already exists for this place holder type. - ExtensionSettingErrorEnum_CAMPAIGN_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE ExtensionSettingErrorEnum_ExtensionSettingError = 15 - // An active customer feed already exists for this place holder type. - ExtensionSettingErrorEnum_CUSTOMER_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE ExtensionSettingErrorEnum_ExtensionSettingError = 16 - // Value is not within the accepted range. - ExtensionSettingErrorEnum_VALUE_OUT_OF_RANGE ExtensionSettingErrorEnum_ExtensionSettingError = 17 - // Cannot simultaneously set specified field with final urls. - ExtensionSettingErrorEnum_CANNOT_SET_FIELD_WITH_FINAL_URLS ExtensionSettingErrorEnum_ExtensionSettingError = 18 - // Must set field with final urls. - ExtensionSettingErrorEnum_FINAL_URLS_NOT_SET ExtensionSettingErrorEnum_ExtensionSettingError = 19 - // Phone number for a call extension is invalid. - ExtensionSettingErrorEnum_INVALID_PHONE_NUMBER ExtensionSettingErrorEnum_ExtensionSettingError = 20 - // Phone number for a call extension is not supported for the given country - // code. - ExtensionSettingErrorEnum_PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY ExtensionSettingErrorEnum_ExtensionSettingError = 21 - // A carrier specific number in short format is not allowed for call - // extensions. - ExtensionSettingErrorEnum_CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED ExtensionSettingErrorEnum_ExtensionSettingError = 22 - // Premium rate numbers are not allowed for call extensions. - ExtensionSettingErrorEnum_PREMIUM_RATE_NUMBER_NOT_ALLOWED ExtensionSettingErrorEnum_ExtensionSettingError = 23 - // Phone number type for a call extension is not allowed. - ExtensionSettingErrorEnum_DISALLOWED_NUMBER_TYPE ExtensionSettingErrorEnum_ExtensionSettingError = 24 - // Phone number for a call extension does not meet domestic format - // requirements. - ExtensionSettingErrorEnum_INVALID_DOMESTIC_PHONE_NUMBER_FORMAT ExtensionSettingErrorEnum_ExtensionSettingError = 25 - // Vanity phone numbers (i.e. those including letters) are not allowed for - // call extensions. - ExtensionSettingErrorEnum_VANITY_PHONE_NUMBER_NOT_ALLOWED ExtensionSettingErrorEnum_ExtensionSettingError = 26 - // Country code provided for a call extension is invalid. - ExtensionSettingErrorEnum_INVALID_COUNTRY_CODE ExtensionSettingErrorEnum_ExtensionSettingError = 27 - // Call conversion type id provided for a call extension is invalid. - ExtensionSettingErrorEnum_INVALID_CALL_CONVERSION_TYPE_ID ExtensionSettingErrorEnum_ExtensionSettingError = 28 - // For a call extension, the customer is not whitelisted for call tracking. - ExtensionSettingErrorEnum_CUSTOMER_NOT_WHITELISTED_FOR_CALLTRACKING ExtensionSettingErrorEnum_ExtensionSettingError = 29 - // Call tracking is not supported for the given country for a call - // extension. - ExtensionSettingErrorEnum_CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY ExtensionSettingErrorEnum_ExtensionSettingError = 30 - // App id provided for an app extension is invalid. - ExtensionSettingErrorEnum_INVALID_APP_ID ExtensionSettingErrorEnum_ExtensionSettingError = 31 - // Quotation marks present in the review text for a review extension. - ExtensionSettingErrorEnum_QUOTES_IN_REVIEW_EXTENSION_SNIPPET ExtensionSettingErrorEnum_ExtensionSettingError = 32 - // Hyphen character present in the review text for a review extension. - ExtensionSettingErrorEnum_HYPHENS_IN_REVIEW_EXTENSION_SNIPPET ExtensionSettingErrorEnum_ExtensionSettingError = 33 - // A blacklisted review source name or url was provided for a review - // extension. - ExtensionSettingErrorEnum_REVIEW_EXTENSION_SOURCE_NOT_ELIGIBLE ExtensionSettingErrorEnum_ExtensionSettingError = 34 - // Review source name should not be found in the review text. - ExtensionSettingErrorEnum_SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT ExtensionSettingErrorEnum_ExtensionSettingError = 35 - // Field must be set. - ExtensionSettingErrorEnum_MISSING_FIELD ExtensionSettingErrorEnum_ExtensionSettingError = 36 - // Inconsistent currency codes. - ExtensionSettingErrorEnum_INCONSISTENT_CURRENCY_CODES ExtensionSettingErrorEnum_ExtensionSettingError = 37 - // Price extension cannot have duplicated headers. - ExtensionSettingErrorEnum_PRICE_EXTENSION_HAS_DUPLICATED_HEADERS ExtensionSettingErrorEnum_ExtensionSettingError = 38 - // Price item cannot have duplicated header and description. - ExtensionSettingErrorEnum_PRICE_ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION ExtensionSettingErrorEnum_ExtensionSettingError = 39 - // Price extension has too few items - ExtensionSettingErrorEnum_PRICE_EXTENSION_HAS_TOO_FEW_ITEMS ExtensionSettingErrorEnum_ExtensionSettingError = 40 - // Price extension has too many items - ExtensionSettingErrorEnum_PRICE_EXTENSION_HAS_TOO_MANY_ITEMS ExtensionSettingErrorEnum_ExtensionSettingError = 41 - // The input value is not currently supported. - ExtensionSettingErrorEnum_UNSUPPORTED_VALUE ExtensionSettingErrorEnum_ExtensionSettingError = 42 - // Unknown or unsupported device preference. - ExtensionSettingErrorEnum_INVALID_DEVICE_PREFERENCE ExtensionSettingErrorEnum_ExtensionSettingError = 43 - // Invalid feed item schedule end time (i.e., endHour = 24 and - // endMinute != 0). - ExtensionSettingErrorEnum_INVALID_SCHEDULE_END ExtensionSettingErrorEnum_ExtensionSettingError = 45 - // Date time zone does not match the account's time zone. - ExtensionSettingErrorEnum_DATE_TIME_MUST_BE_IN_ACCOUNT_TIME_ZONE ExtensionSettingErrorEnum_ExtensionSettingError = 47 - // Overlapping feed item schedule times (e.g., 7-10AM and 8-11AM) are not - // allowed. - ExtensionSettingErrorEnum_OVERLAPPING_SCHEDULES_NOT_ALLOWED ExtensionSettingErrorEnum_ExtensionSettingError = 48 - // Feed item schedule end time must be after start time. - ExtensionSettingErrorEnum_SCHEDULE_END_NOT_AFTER_START ExtensionSettingErrorEnum_ExtensionSettingError = 49 - // There are too many feed item schedules per day. - ExtensionSettingErrorEnum_TOO_MANY_SCHEDULES_PER_DAY ExtensionSettingErrorEnum_ExtensionSettingError = 50 - // Cannot edit the same extension feed item more than once in the same - // request. - ExtensionSettingErrorEnum_DUPLICATE_EXTENSION_FEED_ITEM_EDIT ExtensionSettingErrorEnum_ExtensionSettingError = 51 - // Invalid structured snippet header. - ExtensionSettingErrorEnum_INVALID_SNIPPETS_HEADER ExtensionSettingErrorEnum_ExtensionSettingError = 52 - // Phone number with call tracking enabled is not supported for the - // specified country. - ExtensionSettingErrorEnum_PHONE_NUMBER_NOT_SUPPORTED_WITH_CALLTRACKING_FOR_COUNTRY ExtensionSettingErrorEnum_ExtensionSettingError = 53 - // The targeted adgroup must belong to the targeted campaign. - ExtensionSettingErrorEnum_CAMPAIGN_TARGETING_MISMATCH ExtensionSettingErrorEnum_ExtensionSettingError = 54 - // The feed used by the ExtensionSetting is removed and cannot be operated - // on. Remove the ExtensionSetting to allow a new one to be created using - // an active feed. - ExtensionSettingErrorEnum_CANNOT_OPERATE_ON_REMOVED_FEED ExtensionSettingErrorEnum_ExtensionSettingError = 55 - // The ExtensionFeedItem type is required for this operation. - ExtensionSettingErrorEnum_EXTENSION_TYPE_REQUIRED ExtensionSettingErrorEnum_ExtensionSettingError = 56 - // The matching function that links the extension feed to the customer, - // campaign, or ad group is not compatible with the ExtensionSetting - // services. - ExtensionSettingErrorEnum_INCOMPATIBLE_UNDERLYING_MATCHING_FUNCTION ExtensionSettingErrorEnum_ExtensionSettingError = 57 - // Start date must be before end date. - ExtensionSettingErrorEnum_START_DATE_AFTER_END_DATE ExtensionSettingErrorEnum_ExtensionSettingError = 58 - // Input price is not in a valid format. - ExtensionSettingErrorEnum_INVALID_PRICE_FORMAT ExtensionSettingErrorEnum_ExtensionSettingError = 59 - // The promotion time is invalid. - ExtensionSettingErrorEnum_PROMOTION_INVALID_TIME ExtensionSettingErrorEnum_ExtensionSettingError = 60 - // Cannot set both percent discount and money discount fields. - ExtensionSettingErrorEnum_PROMOTION_CANNOT_SET_PERCENT_DISCOUNT_AND_MONEY_DISCOUNT ExtensionSettingErrorEnum_ExtensionSettingError = 61 - // Cannot set both promotion code and orders over amount fields. - ExtensionSettingErrorEnum_PROMOTION_CANNOT_SET_PROMOTION_CODE_AND_ORDERS_OVER_AMOUNT ExtensionSettingErrorEnum_ExtensionSettingError = 62 - // This field has too many decimal places specified. - ExtensionSettingErrorEnum_TOO_MANY_DECIMAL_PLACES_SPECIFIED ExtensionSettingErrorEnum_ExtensionSettingError = 63 - // The language code is not valid. - ExtensionSettingErrorEnum_INVALID_LANGUAGE_CODE ExtensionSettingErrorEnum_ExtensionSettingError = 64 - // The language is not supported. - ExtensionSettingErrorEnum_UNSUPPORTED_LANGUAGE ExtensionSettingErrorEnum_ExtensionSettingError = 65 - // Customer hasn't consented for call recording, which is required for - // adding/updating call extensions. - ExtensionSettingErrorEnum_CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED ExtensionSettingErrorEnum_ExtensionSettingError = 66 -) - -var ExtensionSettingErrorEnum_ExtensionSettingError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "EXTENSIONS_REQUIRED", - 3: "FEED_TYPE_EXTENSION_TYPE_MISMATCH", - 4: "INVALID_FEED_TYPE", - 5: "INVALID_FEED_TYPE_FOR_CUSTOMER_EXTENSION_SETTING", - 6: "CANNOT_CHANGE_FEED_ITEM_ON_CREATE", - 7: "CANNOT_UPDATE_NEWLY_CREATED_EXTENSION", - 8: "NO_EXISTING_AD_GROUP_EXTENSION_SETTING_FOR_TYPE", - 9: "NO_EXISTING_CAMPAIGN_EXTENSION_SETTING_FOR_TYPE", - 10: "NO_EXISTING_CUSTOMER_EXTENSION_SETTING_FOR_TYPE", - 11: "AD_GROUP_EXTENSION_SETTING_ALREADY_EXISTS", - 12: "CAMPAIGN_EXTENSION_SETTING_ALREADY_EXISTS", - 13: "CUSTOMER_EXTENSION_SETTING_ALREADY_EXISTS", - 14: "AD_GROUP_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE", - 15: "CAMPAIGN_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE", - 16: "CUSTOMER_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE", - 17: "VALUE_OUT_OF_RANGE", - 18: "CANNOT_SET_FIELD_WITH_FINAL_URLS", - 19: "FINAL_URLS_NOT_SET", - 20: "INVALID_PHONE_NUMBER", - 21: "PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY", - 22: "CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED", - 23: "PREMIUM_RATE_NUMBER_NOT_ALLOWED", - 24: "DISALLOWED_NUMBER_TYPE", - 25: "INVALID_DOMESTIC_PHONE_NUMBER_FORMAT", - 26: "VANITY_PHONE_NUMBER_NOT_ALLOWED", - 27: "INVALID_COUNTRY_CODE", - 28: "INVALID_CALL_CONVERSION_TYPE_ID", - 29: "CUSTOMER_NOT_WHITELISTED_FOR_CALLTRACKING", - 30: "CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY", - 31: "INVALID_APP_ID", - 32: "QUOTES_IN_REVIEW_EXTENSION_SNIPPET", - 33: "HYPHENS_IN_REVIEW_EXTENSION_SNIPPET", - 34: "REVIEW_EXTENSION_SOURCE_NOT_ELIGIBLE", - 35: "SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT", - 36: "MISSING_FIELD", - 37: "INCONSISTENT_CURRENCY_CODES", - 38: "PRICE_EXTENSION_HAS_DUPLICATED_HEADERS", - 39: "PRICE_ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION", - 40: "PRICE_EXTENSION_HAS_TOO_FEW_ITEMS", - 41: "PRICE_EXTENSION_HAS_TOO_MANY_ITEMS", - 42: "UNSUPPORTED_VALUE", - 43: "INVALID_DEVICE_PREFERENCE", - 45: "INVALID_SCHEDULE_END", - 47: "DATE_TIME_MUST_BE_IN_ACCOUNT_TIME_ZONE", - 48: "OVERLAPPING_SCHEDULES_NOT_ALLOWED", - 49: "SCHEDULE_END_NOT_AFTER_START", - 50: "TOO_MANY_SCHEDULES_PER_DAY", - 51: "DUPLICATE_EXTENSION_FEED_ITEM_EDIT", - 52: "INVALID_SNIPPETS_HEADER", - 53: "PHONE_NUMBER_NOT_SUPPORTED_WITH_CALLTRACKING_FOR_COUNTRY", - 54: "CAMPAIGN_TARGETING_MISMATCH", - 55: "CANNOT_OPERATE_ON_REMOVED_FEED", - 56: "EXTENSION_TYPE_REQUIRED", - 57: "INCOMPATIBLE_UNDERLYING_MATCHING_FUNCTION", - 58: "START_DATE_AFTER_END_DATE", - 59: "INVALID_PRICE_FORMAT", - 60: "PROMOTION_INVALID_TIME", - 61: "PROMOTION_CANNOT_SET_PERCENT_DISCOUNT_AND_MONEY_DISCOUNT", - 62: "PROMOTION_CANNOT_SET_PROMOTION_CODE_AND_ORDERS_OVER_AMOUNT", - 63: "TOO_MANY_DECIMAL_PLACES_SPECIFIED", - 64: "INVALID_LANGUAGE_CODE", - 65: "UNSUPPORTED_LANGUAGE", - 66: "CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED", -} -var ExtensionSettingErrorEnum_ExtensionSettingError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "EXTENSIONS_REQUIRED": 2, - "FEED_TYPE_EXTENSION_TYPE_MISMATCH": 3, - "INVALID_FEED_TYPE": 4, - "INVALID_FEED_TYPE_FOR_CUSTOMER_EXTENSION_SETTING": 5, - "CANNOT_CHANGE_FEED_ITEM_ON_CREATE": 6, - "CANNOT_UPDATE_NEWLY_CREATED_EXTENSION": 7, - "NO_EXISTING_AD_GROUP_EXTENSION_SETTING_FOR_TYPE": 8, - "NO_EXISTING_CAMPAIGN_EXTENSION_SETTING_FOR_TYPE": 9, - "NO_EXISTING_CUSTOMER_EXTENSION_SETTING_FOR_TYPE": 10, - "AD_GROUP_EXTENSION_SETTING_ALREADY_EXISTS": 11, - "CAMPAIGN_EXTENSION_SETTING_ALREADY_EXISTS": 12, - "CUSTOMER_EXTENSION_SETTING_ALREADY_EXISTS": 13, - "AD_GROUP_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE": 14, - "CAMPAIGN_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE": 15, - "CUSTOMER_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE": 16, - "VALUE_OUT_OF_RANGE": 17, - "CANNOT_SET_FIELD_WITH_FINAL_URLS": 18, - "FINAL_URLS_NOT_SET": 19, - "INVALID_PHONE_NUMBER": 20, - "PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY": 21, - "CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED": 22, - "PREMIUM_RATE_NUMBER_NOT_ALLOWED": 23, - "DISALLOWED_NUMBER_TYPE": 24, - "INVALID_DOMESTIC_PHONE_NUMBER_FORMAT": 25, - "VANITY_PHONE_NUMBER_NOT_ALLOWED": 26, - "INVALID_COUNTRY_CODE": 27, - "INVALID_CALL_CONVERSION_TYPE_ID": 28, - "CUSTOMER_NOT_WHITELISTED_FOR_CALLTRACKING": 29, - "CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY": 30, - "INVALID_APP_ID": 31, - "QUOTES_IN_REVIEW_EXTENSION_SNIPPET": 32, - "HYPHENS_IN_REVIEW_EXTENSION_SNIPPET": 33, - "REVIEW_EXTENSION_SOURCE_NOT_ELIGIBLE": 34, - "SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT": 35, - "MISSING_FIELD": 36, - "INCONSISTENT_CURRENCY_CODES": 37, - "PRICE_EXTENSION_HAS_DUPLICATED_HEADERS": 38, - "PRICE_ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION": 39, - "PRICE_EXTENSION_HAS_TOO_FEW_ITEMS": 40, - "PRICE_EXTENSION_HAS_TOO_MANY_ITEMS": 41, - "UNSUPPORTED_VALUE": 42, - "INVALID_DEVICE_PREFERENCE": 43, - "INVALID_SCHEDULE_END": 45, - "DATE_TIME_MUST_BE_IN_ACCOUNT_TIME_ZONE": 47, - "OVERLAPPING_SCHEDULES_NOT_ALLOWED": 48, - "SCHEDULE_END_NOT_AFTER_START": 49, - "TOO_MANY_SCHEDULES_PER_DAY": 50, - "DUPLICATE_EXTENSION_FEED_ITEM_EDIT": 51, - "INVALID_SNIPPETS_HEADER": 52, - "PHONE_NUMBER_NOT_SUPPORTED_WITH_CALLTRACKING_FOR_COUNTRY": 53, - "CAMPAIGN_TARGETING_MISMATCH": 54, - "CANNOT_OPERATE_ON_REMOVED_FEED": 55, - "EXTENSION_TYPE_REQUIRED": 56, - "INCOMPATIBLE_UNDERLYING_MATCHING_FUNCTION": 57, - "START_DATE_AFTER_END_DATE": 58, - "INVALID_PRICE_FORMAT": 59, - "PROMOTION_INVALID_TIME": 60, - "PROMOTION_CANNOT_SET_PERCENT_DISCOUNT_AND_MONEY_DISCOUNT": 61, - "PROMOTION_CANNOT_SET_PROMOTION_CODE_AND_ORDERS_OVER_AMOUNT": 62, - "TOO_MANY_DECIMAL_PLACES_SPECIFIED": 63, - "INVALID_LANGUAGE_CODE": 64, - "UNSUPPORTED_LANGUAGE": 65, - "CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED": 66, -} - -func (x ExtensionSettingErrorEnum_ExtensionSettingError) String() string { - return proto.EnumName(ExtensionSettingErrorEnum_ExtensionSettingError_name, int32(x)) -} -func (ExtensionSettingErrorEnum_ExtensionSettingError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_extension_setting_error_1500a24dc7f255e6, []int{0, 0} -} - -// Container for enum describing validation errors of extension settings. -type ExtensionSettingErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ExtensionSettingErrorEnum) Reset() { *m = ExtensionSettingErrorEnum{} } -func (m *ExtensionSettingErrorEnum) String() string { return proto.CompactTextString(m) } -func (*ExtensionSettingErrorEnum) ProtoMessage() {} -func (*ExtensionSettingErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_extension_setting_error_1500a24dc7f255e6, []int{0} -} -func (m *ExtensionSettingErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ExtensionSettingErrorEnum.Unmarshal(m, b) -} -func (m *ExtensionSettingErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ExtensionSettingErrorEnum.Marshal(b, m, deterministic) -} -func (dst *ExtensionSettingErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExtensionSettingErrorEnum.Merge(dst, src) -} -func (m *ExtensionSettingErrorEnum) XXX_Size() int { - return xxx_messageInfo_ExtensionSettingErrorEnum.Size(m) -} -func (m *ExtensionSettingErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ExtensionSettingErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ExtensionSettingErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ExtensionSettingErrorEnum)(nil), "google.ads.googleads.v0.errors.ExtensionSettingErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.ExtensionSettingErrorEnum_ExtensionSettingError", ExtensionSettingErrorEnum_ExtensionSettingError_name, ExtensionSettingErrorEnum_ExtensionSettingError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/extension_setting_error.proto", fileDescriptor_extension_setting_error_1500a24dc7f255e6) -} - -var fileDescriptor_extension_setting_error_1500a24dc7f255e6 = []byte{ - // 1277 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x56, 0x5d, 0x73, 0x13, 0x37, - 0x1b, 0x7d, 0x09, 0x6f, 0xa1, 0x15, 0x05, 0x84, 0x42, 0x80, 0x04, 0x08, 0x60, 0xbe, 0x69, 0xb1, - 0x4d, 0x81, 0x96, 0x1a, 0x4a, 0xab, 0xac, 0x1e, 0xdb, 0x1a, 0x76, 0x25, 0x21, 0x69, 0x6d, 0xcc, - 0x64, 0x46, 0x43, 0x9b, 0x8c, 0x87, 0x19, 0x88, 0x99, 0x38, 0x65, 0xfa, 0x7b, 0x7a, 0xd9, 0x9f, - 0xd2, 0xcb, 0xfe, 0x8c, 0x5e, 0xf5, 0xa6, 0xf7, 0x9d, 0x47, 0xeb, 0x5d, 0x3b, 0x5f, 0x1e, 0xae, - 0xec, 0x95, 0xce, 0xf3, 0xa1, 0xa3, 0xa3, 0x23, 0x91, 0x67, 0xc3, 0xd1, 0x68, 0xf8, 0x6e, 0xb3, - 0xf1, 0x66, 0x63, 0xdc, 0x28, 0xfe, 0xe2, 0xbf, 0x8f, 0xcd, 0xc6, 0xe6, 0xf6, 0xf6, 0x68, 0x7b, - 0xdc, 0xd8, 0xfc, 0x6d, 0x67, 0x73, 0x6b, 0xfc, 0x76, 0xb4, 0x15, 0xc6, 0x9b, 0x3b, 0x3b, 0x6f, - 0xb7, 0x86, 0x21, 0x4e, 0xd4, 0x3f, 0x6c, 0x8f, 0x76, 0x46, 0x6c, 0xb5, 0x08, 0xa9, 0xbf, 0xd9, - 0x18, 0xd7, 0xab, 0xe8, 0xfa, 0xc7, 0x66, 0xbd, 0x88, 0xae, 0xfd, 0xb3, 0x48, 0x96, 0xa1, 0xcc, - 0xe0, 0x8a, 0x04, 0x80, 0x53, 0xb0, 0xf5, 0xeb, 0xfb, 0xda, 0x5f, 0x8b, 0x64, 0xe9, 0xc0, 0x59, - 0x76, 0x9a, 0x9c, 0xc8, 0x95, 0x33, 0x90, 0xc8, 0xb6, 0x04, 0x41, 0xff, 0xc7, 0x4e, 0x90, 0xe3, - 0xb9, 0x7a, 0xa1, 0x74, 0x5f, 0xd1, 0x23, 0xec, 0x3c, 0x59, 0x84, 0x57, 0x1e, 0x94, 0x93, 0x5a, - 0xb9, 0x60, 0xe1, 0x65, 0x2e, 0x2d, 0x08, 0xba, 0xc0, 0x6e, 0x92, 0x6b, 0x6d, 0x00, 0x11, 0xfc, - 0xc0, 0x40, 0xa8, 0x20, 0xc5, 0x67, 0x26, 0x5d, 0xc6, 0x7d, 0xd2, 0xa5, 0x47, 0xd9, 0x12, 0x39, - 0x23, 0x55, 0x8f, 0xa7, 0x52, 0x84, 0x0a, 0x4e, 0xff, 0xcf, 0x1e, 0x91, 0xe6, 0xbe, 0xe1, 0xd0, - 0xd6, 0x36, 0x24, 0xb9, 0xf3, 0x3a, 0x03, 0x3b, 0x93, 0xd2, 0x81, 0xf7, 0x52, 0x75, 0xe8, 0x67, - 0x58, 0x33, 0xe1, 0x4a, 0x69, 0x1f, 0x92, 0x2e, 0x57, 0x1d, 0x28, 0x62, 0xa5, 0x87, 0x2c, 0x68, - 0x15, 0x12, 0x0b, 0xdc, 0x03, 0x3d, 0xc6, 0xee, 0x92, 0x9b, 0x13, 0x58, 0x6e, 0x04, 0xf7, 0x10, - 0x14, 0xf4, 0xd3, 0xc1, 0x64, 0x5e, 0x4c, 0x33, 0xd3, 0xe3, 0xec, 0x21, 0x69, 0x28, 0x1d, 0xe0, - 0x95, 0x74, 0x58, 0x22, 0x70, 0x11, 0x3a, 0x56, 0xe7, 0x66, 0x7f, 0xf5, 0xd8, 0x5c, 0x6c, 0xfe, - 0xf3, 0xbd, 0x41, 0x09, 0xcf, 0x0c, 0x97, 0x1d, 0x35, 0x2f, 0xe8, 0x8b, 0x7d, 0x41, 0x87, 0xae, - 0x73, 0x1a, 0x44, 0xd8, 0x7d, 0x72, 0x77, 0x4e, 0x4b, 0x3c, 0xb5, 0xc0, 0xc5, 0xa0, 0x48, 0xea, - 0xe8, 0x09, 0x84, 0xcf, 0x69, 0x66, 0x0f, 0xfc, 0xcb, 0x08, 0x3f, 0xbc, 0x8d, 0x3d, 0xf0, 0x93, - 0xec, 0x31, 0x79, 0x50, 0x35, 0x13, 0x89, 0xdf, 0x8d, 0x88, 0x7d, 0x9b, 0x94, 0x27, 0xd0, 0xd5, - 0xa9, 0x80, 0xc9, 0x1a, 0x4e, 0x61, 0x58, 0xd5, 0xd4, 0x27, 0x87, 0x9d, 0x8e, 0x61, 0x65, 0x73, - 0x9f, 0x1c, 0x46, 0xd9, 0x39, 0xc2, 0x7a, 0x3c, 0xcd, 0x21, 0xe8, 0xdc, 0x07, 0xdd, 0x0e, 0x16, - 0x75, 0x42, 0xcf, 0xb0, 0x1b, 0xe4, 0xea, 0x44, 0x13, 0x0e, 0x7c, 0x68, 0x4b, 0x48, 0x45, 0xe8, - 0x4b, 0xdf, 0x0d, 0x6d, 0xa9, 0x78, 0x1a, 0x72, 0x9b, 0x3a, 0xca, 0x30, 0x7a, 0xfa, 0x1d, 0x26, - 0x68, 0xba, 0xc8, 0x2e, 0x90, 0xb3, 0xa5, 0x5c, 0x4d, 0x57, 0x2b, 0x08, 0x2a, 0xcf, 0xd6, 0xc0, - 0xd2, 0xb3, 0xec, 0x1e, 0xb9, 0x35, 0x3b, 0x52, 0xc4, 0xe4, 0xc6, 0x68, 0x8b, 0x52, 0x8b, 0x8a, - 0xd6, 0xb9, 0xf2, 0x76, 0x40, 0x97, 0x8a, 0xed, 0xb1, 0x56, 0x82, 0x0d, 0x93, 0xf3, 0x96, 0x04, - 0xd7, 0xd5, 0xd6, 0xcf, 0x06, 0xf3, 0x34, 0xd5, 0x7d, 0x10, 0xf4, 0x1c, 0xbb, 0x4e, 0xae, 0x18, - 0x0b, 0x99, 0xcc, 0xb3, 0x60, 0xa3, 0x8a, 0xf7, 0x83, 0xce, 0xb3, 0x15, 0x72, 0x4e, 0x48, 0x37, - 0xf9, 0x2e, 0x21, 0x91, 0x8b, 0x0b, 0xec, 0x0e, 0xb9, 0x51, 0x76, 0x2d, 0x74, 0x06, 0xce, 0xcb, - 0x64, 0x57, 0xfb, 0xd8, 0x5e, 0xc6, 0x3d, 0x5d, 0xc6, 0x52, 0x3d, 0xae, 0xa4, 0x1f, 0x84, 0x7d, - 0x8b, 0x29, 0x4b, 0xad, 0xcc, 0x92, 0x30, 0x59, 0x53, 0x48, 0xb4, 0x00, 0x7a, 0x11, 0xc3, 0xab, - 0x19, 0x9e, 0xa6, 0x21, 0xd1, 0xaa, 0x07, 0x76, 0xea, 0x07, 0x52, 0xd0, 0x4b, 0xbb, 0xd4, 0x86, - 0x89, 0xfb, 0x5d, 0xe9, 0x21, 0x95, 0xae, 0xe2, 0x89, 0xa7, 0xa9, 0xb7, 0x3c, 0x79, 0x81, 0x67, - 0xfd, 0x32, 0x12, 0x3b, 0x3b, 0x32, 0x87, 0xd8, 0x55, 0xc6, 0xc8, 0xa9, 0xb2, 0x3e, 0x37, 0x06, - 0xcb, 0x5d, 0x61, 0xb7, 0x48, 0xed, 0x65, 0xae, 0x3d, 0xb8, 0x20, 0x55, 0xb0, 0xd0, 0x93, 0xd0, - 0x9f, 0x15, 0xb9, 0x92, 0xc6, 0x80, 0xa7, 0x57, 0xd9, 0x6d, 0x72, 0xbd, 0x3b, 0x30, 0x5d, 0x50, - 0xf3, 0x81, 0xd7, 0x90, 0xcd, 0xfd, 0xb3, 0x3a, 0xb7, 0x09, 0xc4, 0xde, 0x20, 0x95, 0x1d, 0xb9, - 0x96, 0x02, 0xad, 0x21, 0xb2, 0x9c, 0xe0, 0x19, 0x1c, 0x98, 0xd6, 0xc3, 0x2b, 0x4f, 0xaf, 0xb3, - 0x33, 0xe4, 0x64, 0x26, 0x9d, 0x8b, 0xa7, 0x1e, 0x25, 0x49, 0x6f, 0xb0, 0x2b, 0xe4, 0xa2, 0x54, - 0x89, 0x56, 0x0e, 0x99, 0x51, 0x3e, 0x24, 0xb9, 0xb5, 0xa0, 0x92, 0x82, 0x6b, 0x47, 0x6f, 0x46, - 0xc5, 0x59, 0x99, 0xcc, 0x9a, 0x6e, 0x97, 0xbb, 0x20, 0x72, 0x93, 0xca, 0x24, 0x1a, 0x5c, 0x17, - 0xb8, 0x00, 0xeb, 0xe8, 0x2d, 0xb4, 0xd9, 0x02, 0x1b, 0x3d, 0xf2, 0x40, 0x58, 0xe0, 0x4a, 0x04, - 0x01, 0x2e, 0xb1, 0xd2, 0x78, 0x34, 0xc5, 0xdb, 0x68, 0xb3, 0x07, 0x55, 0xf0, 0x5a, 0x87, 0x36, - 0xf4, 0x63, 0x2e, 0x47, 0xef, 0x20, 0xc3, 0x87, 0xc1, 0x32, 0xae, 0x06, 0x13, 0xdc, 0x5d, 0xbc, - 0x02, 0x72, 0x35, 0xdd, 0xba, 0x78, 0x3c, 0xe9, 0x3d, 0x76, 0x99, 0x2c, 0x57, 0xea, 0x84, 0x1e, - 0xe6, 0x31, 0x16, 0xda, 0x80, 0x8b, 0x05, 0xfa, 0xd5, 0xac, 0xda, 0x5c, 0xd2, 0x05, 0x91, 0xa7, - 0x10, 0x40, 0x09, 0x7a, 0x1f, 0x09, 0x88, 0xae, 0xee, 0x65, 0x06, 0x21, 0xcb, 0x9d, 0x0f, 0x6b, - 0x91, 0x64, 0x9e, 0x44, 0x45, 0x14, 0xe3, 0xaf, 0xb5, 0x02, 0xda, 0xc0, 0xa5, 0xe8, 0x1e, 0xd8, - 0x94, 0x1b, 0x83, 0x24, 0x97, 0x99, 0xdc, 0x2e, 0x69, 0x37, 0xd9, 0x55, 0x72, 0x69, 0xb6, 0x48, - 0x31, 0xdb, 0xf6, 0x78, 0x50, 0x3d, 0xb7, 0x9e, 0x3e, 0x60, 0xab, 0x64, 0xa5, 0x5a, 0xd8, 0x34, - 0x8b, 0x01, 0x1b, 0x04, 0x1f, 0xd0, 0x6f, 0x90, 0x8c, 0x8a, 0xda, 0x19, 0x42, 0xa6, 0x17, 0x14, - 0x08, 0xe9, 0xe9, 0x43, 0x76, 0x91, 0x9c, 0xaf, 0x96, 0x55, 0x48, 0xcb, 0x4d, 0x36, 0x82, 0x3e, - 0x62, 0xcf, 0xc8, 0x93, 0x39, 0x66, 0x12, 0xed, 0x6a, 0xd7, 0x99, 0x98, 0x3d, 0x05, 0x8f, 0x51, - 0x39, 0x95, 0xd1, 0x7a, 0x6e, 0x3b, 0x10, 0x6d, 0xbc, 0xba, 0x8b, 0xbf, 0x65, 0x35, 0xb2, 0x3a, - 0xf1, 0x40, 0x6d, 0x20, 0x5a, 0x8a, 0x46, 0x69, 0x66, 0xba, 0x07, 0xc5, 0x35, 0x4c, 0xbf, 0xc3, - 0xfe, 0xf6, 0x5c, 0xe6, 0xd5, 0x9d, 0xff, 0x04, 0x8f, 0x30, 0x6a, 0x33, 0x33, 0xdc, 0xa3, 0xd4, - 0x43, 0xae, 0x04, 0xd8, 0x74, 0x10, 0xcb, 0x60, 0x8d, 0xd8, 0x53, 0xae, 0x92, 0xa8, 0xa3, 0xef, - 0x71, 0x87, 0x23, 0x7d, 0x21, 0x6e, 0x57, 0xc1, 0x27, 0xb2, 0x8b, 0x9f, 0xb4, 0xb5, 0xcb, 0x54, - 0xa3, 0x8e, 0x26, 0x76, 0xf4, 0x14, 0x4d, 0xcd, 0x58, 0x9d, 0x69, 0xcc, 0x13, 0x4a, 0x0c, 0x6e, - 0x2b, 0x7d, 0x16, 0x39, 0xaa, 0xe6, 0x66, 0x2c, 0xdd, 0x80, 0x4d, 0xf0, 0xbc, 0x08, 0xe9, 0x0a, - 0x19, 0xa0, 0xae, 0x33, 0xad, 0x60, 0x50, 0x0d, 0xd1, 0x1f, 0xd8, 0x73, 0xd2, 0x3a, 0x38, 0x7a, - 0x3a, 0xa8, 0x05, 0xc4, 0x58, 0x6d, 0xf1, 0x10, 0x05, 0x94, 0x4f, 0xe0, 0x59, 0x8c, 0x7f, 0x8e, - 0x7a, 0xaa, 0x64, 0x20, 0x20, 0x91, 0x19, 0x4f, 0x8b, 0x5b, 0xc8, 0x85, 0xe9, 0x13, 0xea, 0x47, - 0xb6, 0x4c, 0x96, 0xca, 0xb6, 0x53, 0xae, 0x3a, 0x39, 0xef, 0x40, 0xe1, 0x95, 0x3f, 0xe1, 0xaa, - 0x67, 0x4f, 0x43, 0x39, 0x4d, 0x39, 0x6b, 0x92, 0xaf, 0x2b, 0x83, 0x44, 0x03, 0xc0, 0xd5, 0x94, - 0xc6, 0x18, 0x2c, 0x24, 0xda, 0x0a, 0x24, 0xb8, 0xda, 0x8f, 0xb5, 0xb5, 0x7f, 0x8f, 0x90, 0xda, - 0x2f, 0xa3, 0xf7, 0xf5, 0xf9, 0x2f, 0xc3, 0xb5, 0x95, 0x03, 0x1f, 0x7e, 0x06, 0x5f, 0x95, 0xe6, - 0xc8, 0x6b, 0x31, 0x89, 0x1e, 0x8e, 0xde, 0xbd, 0xd9, 0x1a, 0xd6, 0x47, 0xdb, 0xc3, 0xc6, 0x70, - 0x73, 0x2b, 0xbe, 0x39, 0xcb, 0x57, 0xea, 0x87, 0xb7, 0xe3, 0xc3, 0x1e, 0xad, 0x4f, 0x8b, 0x9f, - 0xdf, 0x17, 0x8e, 0x76, 0x38, 0xff, 0x63, 0x61, 0xb5, 0x53, 0x24, 0xe3, 0x1b, 0xe3, 0x7a, 0xf1, - 0x17, 0xff, 0xf5, 0x9a, 0xf5, 0x58, 0x72, 0xfc, 0x67, 0x09, 0x58, 0xe7, 0x1b, 0xe3, 0xf5, 0x0a, - 0xb0, 0xde, 0x6b, 0xae, 0x17, 0x80, 0xbf, 0x17, 0x6a, 0xc5, 0x68, 0xab, 0xc5, 0x37, 0xc6, 0xad, - 0x56, 0x05, 0x69, 0xb5, 0x7a, 0xcd, 0x56, 0xab, 0x00, 0xfd, 0x7c, 0x2c, 0x76, 0xf7, 0xf0, 0xbf, - 0x00, 0x00, 0x00, 0xff, 0xff, 0xf1, 0x20, 0xeb, 0x11, 0x51, 0x0b, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/feed_attribute_reference_error.pb.go b/googleapis/ads/googleads/v0/errors/feed_attribute_reference_error.pb.go deleted file mode 100644 index 7b896e6c83..0000000000 --- a/googleapis/ads/googleads/v0/errors/feed_attribute_reference_error.pb.go +++ /dev/null @@ -1,123 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/feed_attribute_reference_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible feed attribute reference errors. -type FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError int32 - -const ( - // Enum unspecified. - FeedAttributeReferenceErrorEnum_UNSPECIFIED FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError = 0 - // The received error code is not known in this version. - FeedAttributeReferenceErrorEnum_UNKNOWN FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError = 1 - // A feed referenced by ID has been deleted. - FeedAttributeReferenceErrorEnum_CANNOT_REFERENCE_DELETED_FEED FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError = 2 - // There is no active feed with the given name. - FeedAttributeReferenceErrorEnum_INVALID_FEED_NAME FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError = 3 - // There is no feed attribute in an active feed with the given name. - FeedAttributeReferenceErrorEnum_INVALID_FEED_ATTRIBUTE_NAME FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError = 4 -) - -var FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CANNOT_REFERENCE_DELETED_FEED", - 3: "INVALID_FEED_NAME", - 4: "INVALID_FEED_ATTRIBUTE_NAME", -} -var FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CANNOT_REFERENCE_DELETED_FEED": 2, - "INVALID_FEED_NAME": 3, - "INVALID_FEED_ATTRIBUTE_NAME": 4, -} - -func (x FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError) String() string { - return proto.EnumName(FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError_name, int32(x)) -} -func (FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_attribute_reference_error_26aa9d9ec5c6f7d1, []int{0, 0} -} - -// Container for enum describing possible feed attribute reference errors. -type FeedAttributeReferenceErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedAttributeReferenceErrorEnum) Reset() { *m = FeedAttributeReferenceErrorEnum{} } -func (m *FeedAttributeReferenceErrorEnum) String() string { return proto.CompactTextString(m) } -func (*FeedAttributeReferenceErrorEnum) ProtoMessage() {} -func (*FeedAttributeReferenceErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_attribute_reference_error_26aa9d9ec5c6f7d1, []int{0} -} -func (m *FeedAttributeReferenceErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedAttributeReferenceErrorEnum.Unmarshal(m, b) -} -func (m *FeedAttributeReferenceErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedAttributeReferenceErrorEnum.Marshal(b, m, deterministic) -} -func (dst *FeedAttributeReferenceErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedAttributeReferenceErrorEnum.Merge(dst, src) -} -func (m *FeedAttributeReferenceErrorEnum) XXX_Size() int { - return xxx_messageInfo_FeedAttributeReferenceErrorEnum.Size(m) -} -func (m *FeedAttributeReferenceErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FeedAttributeReferenceErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedAttributeReferenceErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FeedAttributeReferenceErrorEnum)(nil), "google.ads.googleads.v0.errors.FeedAttributeReferenceErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError", FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError_name, FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/feed_attribute_reference_error.proto", fileDescriptor_feed_attribute_reference_error_26aa9d9ec5c6f7d1) -} - -var fileDescriptor_feed_attribute_reference_error_26aa9d9ec5c6f7d1 = []byte{ - // 343 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0x4a, 0xc3, 0x30, - 0x18, 0xc7, 0x6d, 0x27, 0x0a, 0xd9, 0xc1, 0x5a, 0xf0, 0x34, 0xdc, 0xb4, 0x0f, 0x90, 0x16, 0xbc, - 0xc5, 0x53, 0xd6, 0xa6, 0xa3, 0x38, 0xb3, 0x51, 0xbb, 0x0a, 0x52, 0x28, 0xdd, 0x9a, 0x95, 0xc1, - 0xd6, 0x8c, 0xa4, 0xdb, 0xa3, 0xf8, 0x00, 0x1e, 0x7d, 0x04, 0x1f, 0xc1, 0x47, 0xf1, 0x15, 0xbc, - 0x48, 0x1b, 0x3b, 0xf0, 0xe0, 0x4e, 0xf9, 0xf3, 0xe5, 0x97, 0x5f, 0xbe, 0x7c, 0x01, 0x6e, 0xc1, - 0x79, 0xb1, 0x66, 0x76, 0x96, 0x4b, 0x5b, 0xc5, 0x3a, 0xed, 0x1d, 0x9b, 0x09, 0xc1, 0x85, 0xb4, - 0x97, 0x8c, 0xe5, 0x69, 0x56, 0x55, 0x62, 0x35, 0xdf, 0x55, 0x2c, 0x15, 0x6c, 0xc9, 0x04, 0x2b, - 0x17, 0x2c, 0x6d, 0xf6, 0xe1, 0x56, 0xf0, 0x8a, 0x9b, 0x7d, 0x75, 0x12, 0x66, 0xb9, 0x84, 0x07, - 0x09, 0xdc, 0x3b, 0x50, 0x49, 0xac, 0x0f, 0x0d, 0x0c, 0x7c, 0xc6, 0x72, 0xdc, 0x7a, 0xc2, 0x56, - 0x43, 0x6a, 0x80, 0x94, 0xbb, 0x8d, 0xf5, 0xaa, 0x81, 0xde, 0x11, 0xc6, 0xbc, 0x00, 0xdd, 0x19, - 0x7d, 0x9a, 0x12, 0x37, 0xf0, 0x03, 0xe2, 0x19, 0x27, 0x66, 0x17, 0x9c, 0xcf, 0xe8, 0x03, 0x9d, - 0x3c, 0x53, 0x43, 0x33, 0x6f, 0xc1, 0xb5, 0x8b, 0x29, 0x9d, 0x44, 0x69, 0x48, 0x7c, 0x12, 0x12, - 0xea, 0x92, 0xd4, 0x23, 0x63, 0x12, 0x11, 0x2f, 0xf5, 0x09, 0xf1, 0x0c, 0xdd, 0xbc, 0x02, 0x97, - 0x01, 0x8d, 0xf1, 0x38, 0x50, 0x95, 0x94, 0xe2, 0x47, 0x62, 0x74, 0xcc, 0x01, 0xe8, 0xfd, 0x29, - 0xe3, 0x28, 0x0a, 0x83, 0xe1, 0x2c, 0x22, 0x0a, 0x38, 0x1d, 0x7e, 0x6b, 0xc0, 0x5a, 0xf0, 0x0d, - 0x3c, 0xfe, 0xc6, 0xe1, 0xcd, 0x91, 0xe6, 0xa7, 0xf5, 0x94, 0xa6, 0xda, 0x8b, 0xf7, 0xeb, 0x28, - 0xf8, 0x3a, 0x2b, 0x0b, 0xc8, 0x45, 0x61, 0x17, 0xac, 0x6c, 0x66, 0xd8, 0x0e, 0x7f, 0xbb, 0x92, - 0xff, 0xfd, 0xc5, 0xbd, 0x5a, 0xde, 0xf4, 0xce, 0x08, 0xe3, 0x77, 0xbd, 0x3f, 0x52, 0x32, 0x9c, - 0x4b, 0xa8, 0x62, 0x9d, 0x62, 0x07, 0x36, 0x57, 0xca, 0xcf, 0x16, 0x48, 0x70, 0x2e, 0x93, 0x03, - 0x90, 0xc4, 0x4e, 0xa2, 0x80, 0x2f, 0xdd, 0x52, 0x55, 0x84, 0x70, 0x2e, 0x11, 0x3a, 0x20, 0x08, - 0xc5, 0x0e, 0x42, 0x0a, 0x9a, 0x9f, 0x35, 0xdd, 0xdd, 0xfd, 0x04, 0x00, 0x00, 0xff, 0xff, 0xfb, - 0x20, 0xe4, 0x39, 0x28, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/feed_error.pb.go b/googleapis/ads/googleads/v0/errors/feed_error.pb.go deleted file mode 100644 index 695cc64cd0..0000000000 --- a/googleapis/ads/googleads/v0/errors/feed_error.pb.go +++ /dev/null @@ -1,204 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/feed_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible feed errors. -type FeedErrorEnum_FeedError int32 - -const ( - // Enum unspecified. - FeedErrorEnum_UNSPECIFIED FeedErrorEnum_FeedError = 0 - // The received error code is not known in this version. - FeedErrorEnum_UNKNOWN FeedErrorEnum_FeedError = 1 - // The names of the FeedAttributes must be unique. - FeedErrorEnum_ATTRIBUTE_NAMES_NOT_UNIQUE FeedErrorEnum_FeedError = 2 - // The attribute list must be an exact copy of the existing list if the - // attribute ID's are present. - FeedErrorEnum_ATTRIBUTES_DO_NOT_MATCH_EXISTING_ATTRIBUTES FeedErrorEnum_FeedError = 3 - // Cannot specify USER origin for a system generated feed. - FeedErrorEnum_CANNOT_SPECIFY_USER_ORIGIN_FOR_SYSTEM_FEED FeedErrorEnum_FeedError = 4 - // Cannot specify GOOGLE origin for a non-system generated feed. - FeedErrorEnum_CANNOT_SPECIFY_GOOGLE_ORIGIN_FOR_NON_SYSTEM_FEED FeedErrorEnum_FeedError = 5 - // Cannot specify feed attributes for system feed. - FeedErrorEnum_CANNOT_SPECIFY_FEED_ATTRIBUTES_FOR_SYSTEM_FEED FeedErrorEnum_FeedError = 6 - // Cannot update FeedAttributes on feed with origin GOOGLE. - FeedErrorEnum_CANNOT_UPDATE_FEED_ATTRIBUTES_WITH_ORIGIN_GOOGLE FeedErrorEnum_FeedError = 7 - // The given ID refers to a removed Feed. Removed Feeds are immutable. - FeedErrorEnum_FEED_REMOVED FeedErrorEnum_FeedError = 8 - // The origin of the feed is not valid for the client. - FeedErrorEnum_INVALID_ORIGIN_VALUE FeedErrorEnum_FeedError = 9 - // A user can only create and modify feeds with USER origin. - FeedErrorEnum_FEED_ORIGIN_IS_NOT_USER FeedErrorEnum_FeedError = 10 - // Invalid auth token for the given email. - FeedErrorEnum_INVALID_AUTH_TOKEN_FOR_EMAIL FeedErrorEnum_FeedError = 11 - // Invalid email specified. - FeedErrorEnum_INVALID_EMAIL FeedErrorEnum_FeedError = 12 - // Feed name matches that of another active Feed. - FeedErrorEnum_DUPLICATE_FEED_NAME FeedErrorEnum_FeedError = 13 - // Name of feed is not allowed. - FeedErrorEnum_INVALID_FEED_NAME FeedErrorEnum_FeedError = 14 - // Missing OAuthInfo. - FeedErrorEnum_MISSING_OAUTH_INFO FeedErrorEnum_FeedError = 15 - // New FeedAttributes must not affect the unique key. - FeedErrorEnum_NEW_ATTRIBUTE_CANNOT_BE_PART_OF_UNIQUE_KEY FeedErrorEnum_FeedError = 16 - // Too many FeedAttributes for a Feed. - FeedErrorEnum_TOO_MANY_ATTRIBUTES FeedErrorEnum_FeedError = 17 - // The business account is not valid. - FeedErrorEnum_INVALID_BUSINESS_ACCOUNT FeedErrorEnum_FeedError = 18 - // Business account cannot access Google My Business account. - FeedErrorEnum_BUSINESS_ACCOUNT_CANNOT_ACCESS_LOCATION_ACCOUNT FeedErrorEnum_FeedError = 19 - // Invalid chain ID provided for affiliate location feed. - FeedErrorEnum_INVALID_AFFILIATE_CHAIN_ID FeedErrorEnum_FeedError = 20 -) - -var FeedErrorEnum_FeedError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ATTRIBUTE_NAMES_NOT_UNIQUE", - 3: "ATTRIBUTES_DO_NOT_MATCH_EXISTING_ATTRIBUTES", - 4: "CANNOT_SPECIFY_USER_ORIGIN_FOR_SYSTEM_FEED", - 5: "CANNOT_SPECIFY_GOOGLE_ORIGIN_FOR_NON_SYSTEM_FEED", - 6: "CANNOT_SPECIFY_FEED_ATTRIBUTES_FOR_SYSTEM_FEED", - 7: "CANNOT_UPDATE_FEED_ATTRIBUTES_WITH_ORIGIN_GOOGLE", - 8: "FEED_REMOVED", - 9: "INVALID_ORIGIN_VALUE", - 10: "FEED_ORIGIN_IS_NOT_USER", - 11: "INVALID_AUTH_TOKEN_FOR_EMAIL", - 12: "INVALID_EMAIL", - 13: "DUPLICATE_FEED_NAME", - 14: "INVALID_FEED_NAME", - 15: "MISSING_OAUTH_INFO", - 16: "NEW_ATTRIBUTE_CANNOT_BE_PART_OF_UNIQUE_KEY", - 17: "TOO_MANY_ATTRIBUTES", - 18: "INVALID_BUSINESS_ACCOUNT", - 19: "BUSINESS_ACCOUNT_CANNOT_ACCESS_LOCATION_ACCOUNT", - 20: "INVALID_AFFILIATE_CHAIN_ID", -} -var FeedErrorEnum_FeedError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ATTRIBUTE_NAMES_NOT_UNIQUE": 2, - "ATTRIBUTES_DO_NOT_MATCH_EXISTING_ATTRIBUTES": 3, - "CANNOT_SPECIFY_USER_ORIGIN_FOR_SYSTEM_FEED": 4, - "CANNOT_SPECIFY_GOOGLE_ORIGIN_FOR_NON_SYSTEM_FEED": 5, - "CANNOT_SPECIFY_FEED_ATTRIBUTES_FOR_SYSTEM_FEED": 6, - "CANNOT_UPDATE_FEED_ATTRIBUTES_WITH_ORIGIN_GOOGLE": 7, - "FEED_REMOVED": 8, - "INVALID_ORIGIN_VALUE": 9, - "FEED_ORIGIN_IS_NOT_USER": 10, - "INVALID_AUTH_TOKEN_FOR_EMAIL": 11, - "INVALID_EMAIL": 12, - "DUPLICATE_FEED_NAME": 13, - "INVALID_FEED_NAME": 14, - "MISSING_OAUTH_INFO": 15, - "NEW_ATTRIBUTE_CANNOT_BE_PART_OF_UNIQUE_KEY": 16, - "TOO_MANY_ATTRIBUTES": 17, - "INVALID_BUSINESS_ACCOUNT": 18, - "BUSINESS_ACCOUNT_CANNOT_ACCESS_LOCATION_ACCOUNT": 19, - "INVALID_AFFILIATE_CHAIN_ID": 20, -} - -func (x FeedErrorEnum_FeedError) String() string { - return proto.EnumName(FeedErrorEnum_FeedError_name, int32(x)) -} -func (FeedErrorEnum_FeedError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_error_2068f8569c9175b6, []int{0, 0} -} - -// Container for enum describing possible feed errors. -type FeedErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedErrorEnum) Reset() { *m = FeedErrorEnum{} } -func (m *FeedErrorEnum) String() string { return proto.CompactTextString(m) } -func (*FeedErrorEnum) ProtoMessage() {} -func (*FeedErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_error_2068f8569c9175b6, []int{0} -} -func (m *FeedErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedErrorEnum.Unmarshal(m, b) -} -func (m *FeedErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedErrorEnum.Marshal(b, m, deterministic) -} -func (dst *FeedErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedErrorEnum.Merge(dst, src) -} -func (m *FeedErrorEnum) XXX_Size() int { - return xxx_messageInfo_FeedErrorEnum.Size(m) -} -func (m *FeedErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FeedErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FeedErrorEnum)(nil), "google.ads.googleads.v0.errors.FeedErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.FeedErrorEnum_FeedError", FeedErrorEnum_FeedError_name, FeedErrorEnum_FeedError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/feed_error.proto", fileDescriptor_feed_error_2068f8569c9175b6) -} - -var fileDescriptor_feed_error_2068f8569c9175b6 = []byte{ - // 593 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0xdf, 0x6e, 0xd3, 0x3e, - 0x14, 0xc7, 0x7f, 0xeb, 0x7e, 0xdb, 0x98, 0xf7, 0xcf, 0xf3, 0x06, 0x9b, 0x60, 0x9a, 0x50, 0x2f, - 0x41, 0x4a, 0x2a, 0xc6, 0x55, 0xb8, 0x72, 0x93, 0x93, 0xd6, 0x5a, 0x62, 0x97, 0xd8, 0xe9, 0x28, - 0xaa, 0x64, 0x0d, 0x12, 0x2a, 0xa4, 0x6d, 0x99, 0x1a, 0xd8, 0x03, 0x71, 0xc9, 0xa3, 0x20, 0x9e, - 0x81, 0x7b, 0x78, 0x0a, 0xe4, 0x38, 0xc9, 0xca, 0x26, 0xb8, 0xea, 0xe9, 0xf1, 0xe7, 0x9b, 0xef, - 0xf1, 0x39, 0x3e, 0xc8, 0x9d, 0x15, 0xc5, 0xec, 0x22, 0x77, 0xcf, 0xb3, 0xb2, 0x0e, 0x4d, 0x74, - 0xd3, 0x73, 0xf3, 0xf9, 0xbc, 0x98, 0x97, 0xee, 0x87, 0x3c, 0xcf, 0x74, 0x15, 0x3b, 0xd7, 0xf3, - 0xe2, 0x53, 0x41, 0x8e, 0x2d, 0xe5, 0x9c, 0x67, 0xa5, 0xd3, 0x0a, 0x9c, 0x9b, 0x9e, 0x63, 0x05, - 0xdd, 0x1f, 0x2b, 0x68, 0x2b, 0xcc, 0xf3, 0x0c, 0xcc, 0x5f, 0xb8, 0xfa, 0x7c, 0xd9, 0xfd, 0xbe, - 0x82, 0xd6, 0xdb, 0x0c, 0xd9, 0x41, 0x1b, 0x29, 0x97, 0x23, 0xf0, 0x59, 0xc8, 0x20, 0xc0, 0xff, - 0x91, 0x0d, 0xb4, 0x96, 0xf2, 0x53, 0x2e, 0xce, 0x38, 0x5e, 0x22, 0xc7, 0xe8, 0x31, 0x55, 0x2a, - 0x61, 0xfd, 0x54, 0x81, 0xe6, 0x34, 0x06, 0xa9, 0xb9, 0x50, 0x3a, 0xe5, 0xec, 0x75, 0x0a, 0xb8, - 0x43, 0x5c, 0xf4, 0xbc, 0x3d, 0x97, 0x3a, 0x10, 0xd5, 0x69, 0x4c, 0x95, 0x3f, 0xd4, 0xf0, 0x86, - 0x49, 0xc5, 0xf8, 0x40, 0xdf, 0x02, 0x78, 0x99, 0x38, 0xe8, 0x99, 0x4f, 0xb9, 0xa1, 0xac, 0xe7, - 0x44, 0xa7, 0x12, 0x12, 0x2d, 0x12, 0x36, 0x60, 0x5c, 0x87, 0x22, 0xd1, 0x72, 0x22, 0x15, 0xc4, - 0x3a, 0x04, 0x08, 0xf0, 0xff, 0xe4, 0x25, 0xea, 0xdd, 0xe1, 0x07, 0x42, 0x0c, 0x22, 0x58, 0x54, - 0x70, 0xc1, 0xff, 0x50, 0xad, 0x90, 0x17, 0xc8, 0xb9, 0xa3, 0x32, 0x07, 0x0b, 0x95, 0xdc, 0x73, - 0x5a, 0x5d, 0x70, 0x4a, 0x47, 0x01, 0x55, 0x70, 0x4f, 0x72, 0xc6, 0xd4, 0xb0, 0xb1, 0xb5, 0x45, - 0xe0, 0x35, 0x82, 0xd1, 0x66, 0xc5, 0x25, 0x10, 0x8b, 0x31, 0x04, 0xf8, 0x01, 0x39, 0x44, 0xfb, - 0x8c, 0x8f, 0x69, 0xc4, 0x82, 0x06, 0x1e, 0xd3, 0x28, 0x05, 0xbc, 0x4e, 0x9e, 0xa0, 0x83, 0x8a, - 0xad, 0xd3, 0xac, 0xee, 0xa5, 0x84, 0x04, 0x23, 0xf2, 0x14, 0x1d, 0x35, 0x32, 0x9a, 0xaa, 0xa1, - 0x56, 0xe2, 0x14, 0xec, 0xf5, 0x20, 0xa6, 0x2c, 0xc2, 0x1b, 0x64, 0x17, 0x6d, 0x35, 0x84, 0x4d, - 0x6d, 0x92, 0x03, 0xb4, 0x17, 0xa4, 0xa3, 0x88, 0xf9, 0x6d, 0xbd, 0x66, 0x46, 0x78, 0x8b, 0x3c, - 0x44, 0xbb, 0x0d, 0x7b, 0x9b, 0xde, 0x26, 0x8f, 0x10, 0x89, 0x99, 0x94, 0x66, 0x2a, 0xa2, 0x72, - 0x61, 0x3c, 0x14, 0x78, 0xc7, 0x4c, 0x85, 0xc3, 0xd9, 0xed, 0x65, 0x75, 0xdd, 0x89, 0x3e, 0xe8, - 0x11, 0x4d, 0x94, 0x16, 0x61, 0x3d, 0x72, 0x7d, 0x0a, 0x13, 0x8c, 0x8d, 0xaf, 0x12, 0x42, 0xc7, - 0x94, 0x4f, 0x16, 0xc7, 0xbb, 0x4b, 0x8e, 0xd0, 0x61, 0xe3, 0xdb, 0x4f, 0x25, 0xe3, 0x20, 0xa5, - 0xa6, 0xbe, 0x2f, 0x52, 0xae, 0x30, 0x21, 0x27, 0xc8, 0xbd, 0x9b, 0x6d, 0x9c, 0xa8, 0xef, 0x9b, - 0x6c, 0x24, 0x7c, 0xaa, 0x98, 0xe0, 0xad, 0x68, 0xcf, 0x3c, 0xc1, 0xb6, 0x31, 0x61, 0xc8, 0x22, - 0x66, 0xee, 0xea, 0x0f, 0xa9, 0xe9, 0x60, 0x80, 0xf7, 0xfb, 0x3f, 0x97, 0x50, 0xf7, 0x7d, 0x71, - 0xe9, 0xfc, 0x7b, 0x0f, 0xfa, 0xdb, 0xed, 0x93, 0x1f, 0x99, 0xbd, 0x19, 0x2d, 0xbd, 0x0d, 0x6a, - 0xc5, 0xac, 0xb8, 0x38, 0xbf, 0x9a, 0x39, 0xc5, 0x7c, 0xe6, 0xce, 0xf2, 0xab, 0x6a, 0xab, 0x9a, - 0xd5, 0xbb, 0xfe, 0x58, 0xfe, 0x6d, 0x13, 0x5f, 0xd9, 0x9f, 0x2f, 0x9d, 0xe5, 0x01, 0xa5, 0x5f, - 0x3b, 0xc7, 0x03, 0xfb, 0x31, 0x9a, 0x95, 0x8e, 0x0d, 0x4d, 0x34, 0xee, 0x39, 0x95, 0x65, 0xf9, - 0xad, 0x01, 0xa6, 0x34, 0x2b, 0xa7, 0x2d, 0x30, 0x1d, 0xf7, 0xa6, 0x16, 0xf8, 0xd5, 0xe9, 0xda, - 0xac, 0xe7, 0xd1, 0xac, 0xf4, 0xbc, 0x16, 0xf1, 0xbc, 0x71, 0xcf, 0xf3, 0x2c, 0xf4, 0x6e, 0xb5, - 0xaa, 0xee, 0xe4, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x09, 0x5c, 0x50, 0x26, 0x04, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/feed_item_error.pb.go b/googleapis/ads/googleads/v0/errors/feed_item_error.pb.go deleted file mode 100644 index 125bde20ff..0000000000 --- a/googleapis/ads/googleads/v0/errors/feed_item_error.pb.go +++ /dev/null @@ -1,155 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/feed_item_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible feed item errors. -type FeedItemErrorEnum_FeedItemError int32 - -const ( - // Enum unspecified. - FeedItemErrorEnum_UNSPECIFIED FeedItemErrorEnum_FeedItemError = 0 - // The received error code is not known in this version. - FeedItemErrorEnum_UNKNOWN FeedItemErrorEnum_FeedItemError = 1 - // Cannot convert the feed attribute value from string to its real type. - FeedItemErrorEnum_CANNOT_CONVERT_ATTRIBUTE_VALUE_FROM_STRING FeedItemErrorEnum_FeedItemError = 2 - // Cannot operate on removed feed item. - FeedItemErrorEnum_CANNOT_OPERATE_ON_REMOVED_FEED_ITEM FeedItemErrorEnum_FeedItemError = 3 - // Date time zone does not match the account's time zone. - FeedItemErrorEnum_DATE_TIME_MUST_BE_IN_ACCOUNT_TIME_ZONE FeedItemErrorEnum_FeedItemError = 4 - // Feed item with the key attributes could not be found. - FeedItemErrorEnum_KEY_ATTRIBUTES_NOT_FOUND FeedItemErrorEnum_FeedItemError = 5 - // Url feed attribute value is not valid. - FeedItemErrorEnum_INVALID_URL FeedItemErrorEnum_FeedItemError = 6 - // Some key attributes are missing. - FeedItemErrorEnum_MISSING_KEY_ATTRIBUTES FeedItemErrorEnum_FeedItemError = 7 - // Feed item has same key attributes as another feed item. - FeedItemErrorEnum_KEY_ATTRIBUTES_NOT_UNIQUE FeedItemErrorEnum_FeedItemError = 8 - // Cannot modify key attributes on an existing feed item. - FeedItemErrorEnum_CANNOT_MODIFY_KEY_ATTRIBUTE_VALUE FeedItemErrorEnum_FeedItemError = 9 - // The feed attribute value is too large. - FeedItemErrorEnum_SIZE_TOO_LARGE_FOR_MULTI_VALUE_ATTRIBUTE FeedItemErrorEnum_FeedItemError = 10 -) - -var FeedItemErrorEnum_FeedItemError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CANNOT_CONVERT_ATTRIBUTE_VALUE_FROM_STRING", - 3: "CANNOT_OPERATE_ON_REMOVED_FEED_ITEM", - 4: "DATE_TIME_MUST_BE_IN_ACCOUNT_TIME_ZONE", - 5: "KEY_ATTRIBUTES_NOT_FOUND", - 6: "INVALID_URL", - 7: "MISSING_KEY_ATTRIBUTES", - 8: "KEY_ATTRIBUTES_NOT_UNIQUE", - 9: "CANNOT_MODIFY_KEY_ATTRIBUTE_VALUE", - 10: "SIZE_TOO_LARGE_FOR_MULTI_VALUE_ATTRIBUTE", -} -var FeedItemErrorEnum_FeedItemError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CANNOT_CONVERT_ATTRIBUTE_VALUE_FROM_STRING": 2, - "CANNOT_OPERATE_ON_REMOVED_FEED_ITEM": 3, - "DATE_TIME_MUST_BE_IN_ACCOUNT_TIME_ZONE": 4, - "KEY_ATTRIBUTES_NOT_FOUND": 5, - "INVALID_URL": 6, - "MISSING_KEY_ATTRIBUTES": 7, - "KEY_ATTRIBUTES_NOT_UNIQUE": 8, - "CANNOT_MODIFY_KEY_ATTRIBUTE_VALUE": 9, - "SIZE_TOO_LARGE_FOR_MULTI_VALUE_ATTRIBUTE": 10, -} - -func (x FeedItemErrorEnum_FeedItemError) String() string { - return proto.EnumName(FeedItemErrorEnum_FeedItemError_name, int32(x)) -} -func (FeedItemErrorEnum_FeedItemError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_item_error_fcad6d46b5b9b7fc, []int{0, 0} -} - -// Container for enum describing possible feed item errors. -type FeedItemErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedItemErrorEnum) Reset() { *m = FeedItemErrorEnum{} } -func (m *FeedItemErrorEnum) String() string { return proto.CompactTextString(m) } -func (*FeedItemErrorEnum) ProtoMessage() {} -func (*FeedItemErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_error_fcad6d46b5b9b7fc, []int{0} -} -func (m *FeedItemErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedItemErrorEnum.Unmarshal(m, b) -} -func (m *FeedItemErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedItemErrorEnum.Marshal(b, m, deterministic) -} -func (dst *FeedItemErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedItemErrorEnum.Merge(dst, src) -} -func (m *FeedItemErrorEnum) XXX_Size() int { - return xxx_messageInfo_FeedItemErrorEnum.Size(m) -} -func (m *FeedItemErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FeedItemErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedItemErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FeedItemErrorEnum)(nil), "google.ads.googleads.v0.errors.FeedItemErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.FeedItemErrorEnum_FeedItemError", FeedItemErrorEnum_FeedItemError_name, FeedItemErrorEnum_FeedItemError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/feed_item_error.proto", fileDescriptor_feed_item_error_fcad6d46b5b9b7fc) -} - -var fileDescriptor_feed_item_error_fcad6d46b5b9b7fc = []byte{ - // 469 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xdf, 0x8a, 0xd3, 0x40, - 0x14, 0xc6, 0xdd, 0x56, 0x77, 0x75, 0x16, 0x71, 0x9c, 0x0b, 0x51, 0xd1, 0x05, 0x2b, 0xfe, 0x61, - 0x91, 0x69, 0x41, 0xaf, 0xe2, 0xd5, 0x34, 0x39, 0x09, 0xc3, 0x26, 0x33, 0x35, 0x99, 0x89, 0x6c, - 0x29, 0x1c, 0xaa, 0x89, 0x61, 0x61, 0xdb, 0x2c, 0x49, 0xdd, 0x57, 0xf0, 0x3d, 0xbc, 0xf4, 0x51, - 0x7c, 0x14, 0xc1, 0x0b, 0xdf, 0x40, 0xd2, 0xe9, 0x56, 0x0a, 0xea, 0x55, 0x3e, 0xbe, 0xfc, 0xbe, - 0x73, 0x66, 0xe6, 0x1c, 0xf2, 0xa6, 0xaa, 0xeb, 0xea, 0xbc, 0x1c, 0xce, 0x8b, 0x76, 0xe8, 0x64, - 0xa7, 0x2e, 0x47, 0xc3, 0xb2, 0x69, 0xea, 0xa6, 0x1d, 0x7e, 0x2a, 0xcb, 0x02, 0xcf, 0x56, 0xe5, - 0x02, 0xd7, 0x06, 0xbf, 0x68, 0xea, 0x55, 0xcd, 0x8e, 0x1c, 0xca, 0xe7, 0x45, 0xcb, 0xb7, 0x29, - 0x7e, 0x39, 0xe2, 0x2e, 0x35, 0xf8, 0xd2, 0x27, 0x77, 0xc3, 0xb2, 0x2c, 0xe4, 0xaa, 0x5c, 0x40, - 0x67, 0xc1, 0xf2, 0xf3, 0x62, 0xf0, 0xab, 0x47, 0x6e, 0xef, 0xb8, 0xec, 0x0e, 0x39, 0xb4, 0x2a, - 0x9b, 0x80, 0x2f, 0x43, 0x09, 0x01, 0xbd, 0xc6, 0x0e, 0xc9, 0x81, 0x55, 0x27, 0x4a, 0xbf, 0x57, - 0x74, 0x8f, 0x71, 0x72, 0xec, 0x0b, 0xa5, 0xb4, 0x41, 0x5f, 0xab, 0x1c, 0x52, 0x83, 0xc2, 0x98, - 0x54, 0x8e, 0xad, 0x01, 0xcc, 0x45, 0x6c, 0x01, 0xc3, 0x54, 0x27, 0x98, 0x99, 0x54, 0xaa, 0x88, - 0xf6, 0xd8, 0x0b, 0xf2, 0x74, 0xc3, 0xeb, 0x09, 0xa4, 0xc2, 0x00, 0x6a, 0x85, 0x29, 0x24, 0x3a, - 0x87, 0x00, 0x43, 0x80, 0x00, 0xa5, 0x81, 0x84, 0xf6, 0xd9, 0x31, 0x79, 0x1e, 0x74, 0xbf, 0x8d, - 0x4c, 0x00, 0x13, 0x9b, 0x19, 0x1c, 0x03, 0x4a, 0x85, 0xc2, 0xf7, 0xb5, 0x55, 0xc6, 0xf9, 0x53, - 0xad, 0x80, 0x5e, 0x67, 0x8f, 0xc8, 0xfd, 0x13, 0x38, 0xfd, 0xd3, 0x39, 0xc3, 0xae, 0x41, 0xa8, - 0xad, 0x0a, 0xe8, 0x8d, 0xee, 0x02, 0x52, 0xe5, 0x22, 0x96, 0x01, 0xda, 0x34, 0xa6, 0xfb, 0xec, - 0x21, 0xb9, 0x97, 0xc8, 0x2c, 0x93, 0x2a, 0xc2, 0xdd, 0x18, 0x3d, 0x60, 0x8f, 0xc9, 0x83, 0xbf, - 0x94, 0xb2, 0x4a, 0xbe, 0xb3, 0x40, 0x6f, 0xb2, 0x67, 0xe4, 0xc9, 0xe6, 0xf8, 0x89, 0x0e, 0x64, - 0x78, 0xba, 0x5b, 0xc0, 0xdd, 0x98, 0xde, 0x62, 0xaf, 0xc8, 0xcb, 0x4c, 0x4e, 0x01, 0x8d, 0xd6, - 0x18, 0x8b, 0x34, 0x02, 0x0c, 0x75, 0x8a, 0x89, 0x8d, 0x8d, 0xdc, 0xbc, 0xca, 0x36, 0x43, 0xc9, - 0xf8, 0xe7, 0x1e, 0x19, 0x7c, 0xac, 0x17, 0xfc, 0xff, 0x03, 0x1b, 0xb3, 0x9d, 0xb9, 0x4c, 0xba, - 0x21, 0x4f, 0xf6, 0xa6, 0xc1, 0x26, 0x55, 0xd5, 0xe7, 0xf3, 0x65, 0xc5, 0xeb, 0xa6, 0x1a, 0x56, - 0xe5, 0x72, 0xbd, 0x02, 0x57, 0xcb, 0x72, 0x71, 0xd6, 0xfe, 0x6b, 0x77, 0xde, 0xba, 0xcf, 0xd7, - 0x5e, 0x3f, 0x12, 0xe2, 0x5b, 0xef, 0x28, 0x72, 0xc5, 0x44, 0xd1, 0x72, 0x27, 0x3b, 0x95, 0x8f, - 0xf8, 0xba, 0x65, 0xfb, 0xfd, 0x0a, 0x98, 0x89, 0xa2, 0x9d, 0x6d, 0x81, 0x59, 0x3e, 0x9a, 0x39, - 0xe0, 0x47, 0x6f, 0xe0, 0x5c, 0xcf, 0x13, 0x45, 0xeb, 0x79, 0x5b, 0xc4, 0xf3, 0xf2, 0x91, 0xe7, - 0x39, 0xe8, 0xc3, 0xfe, 0xfa, 0x74, 0xaf, 0x7f, 0x07, 0x00, 0x00, 0xff, 0xff, 0x1a, 0xeb, 0x3e, - 0x3f, 0xd8, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/feed_item_validation_error.pb.go b/googleapis/ads/googleads/v0/errors/feed_item_validation_error.pb.go deleted file mode 100644 index ebce2135bd..0000000000 --- a/googleapis/ads/googleads/v0/errors/feed_item_validation_error.pb.go +++ /dev/null @@ -1,561 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/feed_item_validation_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The possible validation errors of a feed item. -type FeedItemValidationErrorEnum_FeedItemValidationError int32 - -const ( - // No value has been specified. - FeedItemValidationErrorEnum_UNSPECIFIED FeedItemValidationErrorEnum_FeedItemValidationError = 0 - // Used for return value only. Represents value unknown in this version. - FeedItemValidationErrorEnum_UNKNOWN FeedItemValidationErrorEnum_FeedItemValidationError = 1 - // String is too short. - FeedItemValidationErrorEnum_STRING_TOO_SHORT FeedItemValidationErrorEnum_FeedItemValidationError = 2 - // String is too long. - FeedItemValidationErrorEnum_STRING_TOO_LONG FeedItemValidationErrorEnum_FeedItemValidationError = 3 - // Value is not provided. - FeedItemValidationErrorEnum_VALUE_NOT_SPECIFIED FeedItemValidationErrorEnum_FeedItemValidationError = 4 - // Phone number format is invalid for region. - FeedItemValidationErrorEnum_INVALID_DOMESTIC_PHONE_NUMBER_FORMAT FeedItemValidationErrorEnum_FeedItemValidationError = 5 - // String does not represent a phone number. - FeedItemValidationErrorEnum_INVALID_PHONE_NUMBER FeedItemValidationErrorEnum_FeedItemValidationError = 6 - // Phone number format is not compatible with country code. - FeedItemValidationErrorEnum_PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY FeedItemValidationErrorEnum_FeedItemValidationError = 7 - // Premium rate number is not allowed. - FeedItemValidationErrorEnum_PREMIUM_RATE_NUMBER_NOT_ALLOWED FeedItemValidationErrorEnum_FeedItemValidationError = 8 - // Phone number type is not allowed. - FeedItemValidationErrorEnum_DISALLOWED_NUMBER_TYPE FeedItemValidationErrorEnum_FeedItemValidationError = 9 - // Specified value is outside of the valid range. - FeedItemValidationErrorEnum_VALUE_OUT_OF_RANGE FeedItemValidationErrorEnum_FeedItemValidationError = 10 - // Call tracking is not supported in the selected country. - FeedItemValidationErrorEnum_CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY FeedItemValidationErrorEnum_FeedItemValidationError = 11 - // Customer is not whitelisted for call tracking. - FeedItemValidationErrorEnum_CUSTOMER_NOT_WHITELISTED_FOR_CALLTRACKING FeedItemValidationErrorEnum_FeedItemValidationError = 12 - // Country code is invalid. - FeedItemValidationErrorEnum_INVALID_COUNTRY_CODE FeedItemValidationErrorEnum_FeedItemValidationError = 13 - // The specified mobile app id is invalid. - FeedItemValidationErrorEnum_INVALID_APP_ID FeedItemValidationErrorEnum_FeedItemValidationError = 14 - // Some required field attributes are missing. - FeedItemValidationErrorEnum_MISSING_ATTRIBUTES_FOR_FIELDS FeedItemValidationErrorEnum_FeedItemValidationError = 15 - // Invalid email button type for email extension. - FeedItemValidationErrorEnum_INVALID_TYPE_ID FeedItemValidationErrorEnum_FeedItemValidationError = 16 - // Email address is invalid. - FeedItemValidationErrorEnum_INVALID_EMAIL_ADDRESS FeedItemValidationErrorEnum_FeedItemValidationError = 17 - // The HTTPS URL in email extension is invalid. - FeedItemValidationErrorEnum_INVALID_HTTPS_URL FeedItemValidationErrorEnum_FeedItemValidationError = 18 - // Delivery address is missing from email extension. - FeedItemValidationErrorEnum_MISSING_DELIVERY_ADDRESS FeedItemValidationErrorEnum_FeedItemValidationError = 19 - // FeedItem scheduling start date comes after end date. - FeedItemValidationErrorEnum_START_DATE_AFTER_END_DATE FeedItemValidationErrorEnum_FeedItemValidationError = 20 - // FeedItem scheduling start time is missing. - FeedItemValidationErrorEnum_MISSING_FEED_ITEM_START_TIME FeedItemValidationErrorEnum_FeedItemValidationError = 21 - // FeedItem scheduling end time is missing. - FeedItemValidationErrorEnum_MISSING_FEED_ITEM_END_TIME FeedItemValidationErrorEnum_FeedItemValidationError = 22 - // Cannot compute system attributes on a FeedItem that has no FeedItemId. - FeedItemValidationErrorEnum_MISSING_FEED_ITEM_ID FeedItemValidationErrorEnum_FeedItemValidationError = 23 - // Call extension vanity phone numbers are not supported. - FeedItemValidationErrorEnum_VANITY_PHONE_NUMBER_NOT_ALLOWED FeedItemValidationErrorEnum_FeedItemValidationError = 24 - // Invalid review text. - FeedItemValidationErrorEnum_INVALID_REVIEW_EXTENSION_SNIPPET FeedItemValidationErrorEnum_FeedItemValidationError = 25 - // Invalid format for numeric value in ad parameter. - FeedItemValidationErrorEnum_INVALID_NUMBER_FORMAT FeedItemValidationErrorEnum_FeedItemValidationError = 26 - // Invalid format for date value in ad parameter. - FeedItemValidationErrorEnum_INVALID_DATE_FORMAT FeedItemValidationErrorEnum_FeedItemValidationError = 27 - // Invalid format for price value in ad parameter. - FeedItemValidationErrorEnum_INVALID_PRICE_FORMAT FeedItemValidationErrorEnum_FeedItemValidationError = 28 - // Unrecognized type given for value in ad parameter. - FeedItemValidationErrorEnum_UNKNOWN_PLACEHOLDER_FIELD FeedItemValidationErrorEnum_FeedItemValidationError = 29 - // Enhanced sitelinks must have both description lines specified. - FeedItemValidationErrorEnum_MISSING_ENHANCED_SITELINK_DESCRIPTION_LINE FeedItemValidationErrorEnum_FeedItemValidationError = 30 - // Review source is ineligible. - FeedItemValidationErrorEnum_REVIEW_EXTENSION_SOURCE_INELIGIBLE FeedItemValidationErrorEnum_FeedItemValidationError = 31 - // Review text cannot contain hyphens or dashes. - FeedItemValidationErrorEnum_HYPHENS_IN_REVIEW_EXTENSION_SNIPPET FeedItemValidationErrorEnum_FeedItemValidationError = 32 - // Review text cannot contain double quote characters. - FeedItemValidationErrorEnum_DOUBLE_QUOTES_IN_REVIEW_EXTENSION_SNIPPET FeedItemValidationErrorEnum_FeedItemValidationError = 33 - // Review text cannot contain quote characters. - FeedItemValidationErrorEnum_QUOTES_IN_REVIEW_EXTENSION_SNIPPET FeedItemValidationErrorEnum_FeedItemValidationError = 34 - // Parameters are encoded in the wrong format. - FeedItemValidationErrorEnum_INVALID_FORM_ENCODED_PARAMS FeedItemValidationErrorEnum_FeedItemValidationError = 35 - // URL parameter name must contain only letters, numbers, underscores, and - // dashes. - FeedItemValidationErrorEnum_INVALID_URL_PARAMETER_NAME FeedItemValidationErrorEnum_FeedItemValidationError = 36 - // Cannot find address location. - FeedItemValidationErrorEnum_NO_GEOCODING_RESULT FeedItemValidationErrorEnum_FeedItemValidationError = 37 - // Review extension text has source name. - FeedItemValidationErrorEnum_SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT FeedItemValidationErrorEnum_FeedItemValidationError = 38 - // Some phone numbers can be shorter than usual. Some of these short numbers - // are carrier-specific, and we disallow those in ad extensions because they - // will not be available to all users. - FeedItemValidationErrorEnum_CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED FeedItemValidationErrorEnum_FeedItemValidationError = 39 - // Triggered when a request references a placeholder field id that does not - // exist. - FeedItemValidationErrorEnum_INVALID_PLACEHOLDER_FIELD_ID FeedItemValidationErrorEnum_FeedItemValidationError = 40 - // URL contains invalid ValueTrack tags or format. - FeedItemValidationErrorEnum_INVALID_URL_TAG FeedItemValidationErrorEnum_FeedItemValidationError = 41 - // Provided list exceeds acceptable size. - FeedItemValidationErrorEnum_LIST_TOO_LONG FeedItemValidationErrorEnum_FeedItemValidationError = 42 - // Certain combinations of attributes aren't allowed to be specified in the - // same feed item. - FeedItemValidationErrorEnum_INVALID_ATTRIBUTES_COMBINATION FeedItemValidationErrorEnum_FeedItemValidationError = 43 - // An attribute has the same value repeatedly. - FeedItemValidationErrorEnum_DUPLICATE_VALUES FeedItemValidationErrorEnum_FeedItemValidationError = 44 - // Advertisers can link a conversion action with a phone number to indicate - // that sufficiently long calls forwarded to that phone number should be - // counted as conversions of the specified type. This is an error message - // indicating that the conversion action specified is invalid (e.g., the - // conversion action does not exist within the appropriate Google Ads - // account, or it is a type of conversion not appropriate to phone call - // conversions). - FeedItemValidationErrorEnum_INVALID_CALL_CONVERSION_ACTION_ID FeedItemValidationErrorEnum_FeedItemValidationError = 45 - // Tracking template requires final url to be set. - FeedItemValidationErrorEnum_CANNOT_SET_WITHOUT_FINAL_URLS FeedItemValidationErrorEnum_FeedItemValidationError = 46 - // An app id was provided that doesn't exist in the given app store. - FeedItemValidationErrorEnum_APP_ID_DOESNT_EXIST_IN_APP_STORE FeedItemValidationErrorEnum_FeedItemValidationError = 47 - // Invalid U2 final url. - FeedItemValidationErrorEnum_INVALID_FINAL_URL FeedItemValidationErrorEnum_FeedItemValidationError = 48 - // Invalid U2 tracking url. - FeedItemValidationErrorEnum_INVALID_TRACKING_URL FeedItemValidationErrorEnum_FeedItemValidationError = 49 - // Final URL should start from App download URL. - FeedItemValidationErrorEnum_INVALID_FINAL_URL_FOR_APP_DOWNLOAD_URL FeedItemValidationErrorEnum_FeedItemValidationError = 50 - // List provided is too short. - FeedItemValidationErrorEnum_LIST_TOO_SHORT FeedItemValidationErrorEnum_FeedItemValidationError = 51 - // User Action field has invalid value. - FeedItemValidationErrorEnum_INVALID_USER_ACTION FeedItemValidationErrorEnum_FeedItemValidationError = 52 - // Type field has invalid value. - FeedItemValidationErrorEnum_INVALID_TYPE_NAME FeedItemValidationErrorEnum_FeedItemValidationError = 53 - // Change status for event is invalid. - FeedItemValidationErrorEnum_INVALID_EVENT_CHANGE_STATUS FeedItemValidationErrorEnum_FeedItemValidationError = 54 - // The header of a structured snippets extension is not one of the valid - // headers. - FeedItemValidationErrorEnum_INVALID_SNIPPETS_HEADER FeedItemValidationErrorEnum_FeedItemValidationError = 55 - // Android app link is not formatted correctly - FeedItemValidationErrorEnum_INVALID_ANDROID_APP_LINK FeedItemValidationErrorEnum_FeedItemValidationError = 56 - // Phone number incompatible with call tracking for country. - FeedItemValidationErrorEnum_NUMBER_TYPE_WITH_CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY FeedItemValidationErrorEnum_FeedItemValidationError = 57 - // The input is identical to a reserved keyword - FeedItemValidationErrorEnum_RESERVED_KEYWORD_OTHER FeedItemValidationErrorEnum_FeedItemValidationError = 58 - // Each option label in the message extension must be unique. - FeedItemValidationErrorEnum_DUPLICATE_OPTION_LABELS FeedItemValidationErrorEnum_FeedItemValidationError = 59 - // Each option prefill in the message extension must be unique. - FeedItemValidationErrorEnum_DUPLICATE_OPTION_PREFILLS FeedItemValidationErrorEnum_FeedItemValidationError = 60 - // In message extensions, the number of optional labels and optional - // prefills must be the same. - FeedItemValidationErrorEnum_UNEQUAL_LIST_LENGTHS FeedItemValidationErrorEnum_FeedItemValidationError = 61 - // All currency codes in an ad extension must be the same. - FeedItemValidationErrorEnum_INCONSISTENT_CURRENCY_CODES FeedItemValidationErrorEnum_FeedItemValidationError = 62 - // Headers in price extension are not unique. - FeedItemValidationErrorEnum_PRICE_EXTENSION_HAS_DUPLICATED_HEADERS FeedItemValidationErrorEnum_FeedItemValidationError = 63 - // Header and description in an item are the same. - FeedItemValidationErrorEnum_ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION FeedItemValidationErrorEnum_FeedItemValidationError = 64 - // Price extension has too few items. - FeedItemValidationErrorEnum_PRICE_EXTENSION_HAS_TOO_FEW_ITEMS FeedItemValidationErrorEnum_FeedItemValidationError = 65 - // The given value is not supported. - FeedItemValidationErrorEnum_UNSUPPORTED_VALUE FeedItemValidationErrorEnum_FeedItemValidationError = 66 - // Invalid final mobile url. - FeedItemValidationErrorEnum_INVALID_FINAL_MOBILE_URL FeedItemValidationErrorEnum_FeedItemValidationError = 67 - // The given string value of Label contains invalid characters - FeedItemValidationErrorEnum_INVALID_KEYWORDLESS_AD_RULE_LABEL FeedItemValidationErrorEnum_FeedItemValidationError = 68 - // The given URL contains value track parameters. - FeedItemValidationErrorEnum_VALUE_TRACK_PARAMETER_NOT_SUPPORTED FeedItemValidationErrorEnum_FeedItemValidationError = 69 - // The given value is not supported in the selected language of an - // extension. - FeedItemValidationErrorEnum_UNSUPPORTED_VALUE_IN_SELECTED_LANGUAGE FeedItemValidationErrorEnum_FeedItemValidationError = 70 - // The iOS app link is not formatted correctly. - FeedItemValidationErrorEnum_INVALID_IOS_APP_LINK FeedItemValidationErrorEnum_FeedItemValidationError = 71 - // iOS app link or iOS app store id is missing. - FeedItemValidationErrorEnum_MISSING_IOS_APP_LINK_OR_IOS_APP_STORE_ID FeedItemValidationErrorEnum_FeedItemValidationError = 72 - // Promotion time is invalid. - FeedItemValidationErrorEnum_PROMOTION_INVALID_TIME FeedItemValidationErrorEnum_FeedItemValidationError = 73 - // Both the percent off and money amount off fields are set. - FeedItemValidationErrorEnum_PROMOTION_CANNOT_SET_PERCENT_OFF_AND_MONEY_AMOUNT_OFF FeedItemValidationErrorEnum_FeedItemValidationError = 74 - // Both the promotion code and orders over amount fields are set. - FeedItemValidationErrorEnum_PROMOTION_CANNOT_SET_PROMOTION_CODE_AND_ORDERS_OVER_AMOUNT FeedItemValidationErrorEnum_FeedItemValidationError = 75 - // Too many decimal places are specified. - FeedItemValidationErrorEnum_TOO_MANY_DECIMAL_PLACES_SPECIFIED FeedItemValidationErrorEnum_FeedItemValidationError = 76 - // Ad Customizers are present and not allowed. - FeedItemValidationErrorEnum_AD_CUSTOMIZERS_NOT_ALLOWED FeedItemValidationErrorEnum_FeedItemValidationError = 77 - // Language code is not valid. - FeedItemValidationErrorEnum_INVALID_LANGUAGE_CODE FeedItemValidationErrorEnum_FeedItemValidationError = 78 - // Language is not supported. - FeedItemValidationErrorEnum_UNSUPPORTED_LANGUAGE FeedItemValidationErrorEnum_FeedItemValidationError = 79 - // IF Function is present and not allowed. - FeedItemValidationErrorEnum_IF_FUNCTION_NOT_ALLOWED FeedItemValidationErrorEnum_FeedItemValidationError = 80 - // Final url suffix is not valid. - FeedItemValidationErrorEnum_INVALID_FINAL_URL_SUFFIX FeedItemValidationErrorEnum_FeedItemValidationError = 81 - // Final url suffix contains an invalid tag. - FeedItemValidationErrorEnum_INVALID_TAG_IN_FINAL_URL_SUFFIX FeedItemValidationErrorEnum_FeedItemValidationError = 82 - // Final url suffix is formatted incorrectly. - FeedItemValidationErrorEnum_INVALID_FINAL_URL_SUFFIX_FORMAT FeedItemValidationErrorEnum_FeedItemValidationError = 83 - // Consent for call recording, which is required for the use of call - // extensions, was not provided by the advertiser. - FeedItemValidationErrorEnum_CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED FeedItemValidationErrorEnum_FeedItemValidationError = 84 - // Multiple message delivery options are set. - FeedItemValidationErrorEnum_ONLY_ONE_DELIVERY_OPTION_IS_ALLOWED FeedItemValidationErrorEnum_FeedItemValidationError = 85 - // No message delivery option is set. - FeedItemValidationErrorEnum_NO_DELIVERY_OPTION_IS_SET FeedItemValidationErrorEnum_FeedItemValidationError = 86 - // String value of conversion reporting state field is not valid. - FeedItemValidationErrorEnum_INVALID_CONVERSION_REPORTING_STATE FeedItemValidationErrorEnum_FeedItemValidationError = 87 - // Image size is not right. - FeedItemValidationErrorEnum_IMAGE_SIZE_WRONG FeedItemValidationErrorEnum_FeedItemValidationError = 88 - // Email delivery is not supported in the country specified in the country - // code field. - FeedItemValidationErrorEnum_EMAIL_DELIVERY_NOT_AVAILABLE_IN_COUNTRY FeedItemValidationErrorEnum_FeedItemValidationError = 89 - // Auto reply is not supported in the country specified in the country code - // field. - FeedItemValidationErrorEnum_AUTO_REPLY_NOT_AVAILABLE_IN_COUNTRY FeedItemValidationErrorEnum_FeedItemValidationError = 90 -) - -var FeedItemValidationErrorEnum_FeedItemValidationError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "STRING_TOO_SHORT", - 3: "STRING_TOO_LONG", - 4: "VALUE_NOT_SPECIFIED", - 5: "INVALID_DOMESTIC_PHONE_NUMBER_FORMAT", - 6: "INVALID_PHONE_NUMBER", - 7: "PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY", - 8: "PREMIUM_RATE_NUMBER_NOT_ALLOWED", - 9: "DISALLOWED_NUMBER_TYPE", - 10: "VALUE_OUT_OF_RANGE", - 11: "CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY", - 12: "CUSTOMER_NOT_WHITELISTED_FOR_CALLTRACKING", - 13: "INVALID_COUNTRY_CODE", - 14: "INVALID_APP_ID", - 15: "MISSING_ATTRIBUTES_FOR_FIELDS", - 16: "INVALID_TYPE_ID", - 17: "INVALID_EMAIL_ADDRESS", - 18: "INVALID_HTTPS_URL", - 19: "MISSING_DELIVERY_ADDRESS", - 20: "START_DATE_AFTER_END_DATE", - 21: "MISSING_FEED_ITEM_START_TIME", - 22: "MISSING_FEED_ITEM_END_TIME", - 23: "MISSING_FEED_ITEM_ID", - 24: "VANITY_PHONE_NUMBER_NOT_ALLOWED", - 25: "INVALID_REVIEW_EXTENSION_SNIPPET", - 26: "INVALID_NUMBER_FORMAT", - 27: "INVALID_DATE_FORMAT", - 28: "INVALID_PRICE_FORMAT", - 29: "UNKNOWN_PLACEHOLDER_FIELD", - 30: "MISSING_ENHANCED_SITELINK_DESCRIPTION_LINE", - 31: "REVIEW_EXTENSION_SOURCE_INELIGIBLE", - 32: "HYPHENS_IN_REVIEW_EXTENSION_SNIPPET", - 33: "DOUBLE_QUOTES_IN_REVIEW_EXTENSION_SNIPPET", - 34: "QUOTES_IN_REVIEW_EXTENSION_SNIPPET", - 35: "INVALID_FORM_ENCODED_PARAMS", - 36: "INVALID_URL_PARAMETER_NAME", - 37: "NO_GEOCODING_RESULT", - 38: "SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT", - 39: "CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED", - 40: "INVALID_PLACEHOLDER_FIELD_ID", - 41: "INVALID_URL_TAG", - 42: "LIST_TOO_LONG", - 43: "INVALID_ATTRIBUTES_COMBINATION", - 44: "DUPLICATE_VALUES", - 45: "INVALID_CALL_CONVERSION_ACTION_ID", - 46: "CANNOT_SET_WITHOUT_FINAL_URLS", - 47: "APP_ID_DOESNT_EXIST_IN_APP_STORE", - 48: "INVALID_FINAL_URL", - 49: "INVALID_TRACKING_URL", - 50: "INVALID_FINAL_URL_FOR_APP_DOWNLOAD_URL", - 51: "LIST_TOO_SHORT", - 52: "INVALID_USER_ACTION", - 53: "INVALID_TYPE_NAME", - 54: "INVALID_EVENT_CHANGE_STATUS", - 55: "INVALID_SNIPPETS_HEADER", - 56: "INVALID_ANDROID_APP_LINK", - 57: "NUMBER_TYPE_WITH_CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY", - 58: "RESERVED_KEYWORD_OTHER", - 59: "DUPLICATE_OPTION_LABELS", - 60: "DUPLICATE_OPTION_PREFILLS", - 61: "UNEQUAL_LIST_LENGTHS", - 62: "INCONSISTENT_CURRENCY_CODES", - 63: "PRICE_EXTENSION_HAS_DUPLICATED_HEADERS", - 64: "ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION", - 65: "PRICE_EXTENSION_HAS_TOO_FEW_ITEMS", - 66: "UNSUPPORTED_VALUE", - 67: "INVALID_FINAL_MOBILE_URL", - 68: "INVALID_KEYWORDLESS_AD_RULE_LABEL", - 69: "VALUE_TRACK_PARAMETER_NOT_SUPPORTED", - 70: "UNSUPPORTED_VALUE_IN_SELECTED_LANGUAGE", - 71: "INVALID_IOS_APP_LINK", - 72: "MISSING_IOS_APP_LINK_OR_IOS_APP_STORE_ID", - 73: "PROMOTION_INVALID_TIME", - 74: "PROMOTION_CANNOT_SET_PERCENT_OFF_AND_MONEY_AMOUNT_OFF", - 75: "PROMOTION_CANNOT_SET_PROMOTION_CODE_AND_ORDERS_OVER_AMOUNT", - 76: "TOO_MANY_DECIMAL_PLACES_SPECIFIED", - 77: "AD_CUSTOMIZERS_NOT_ALLOWED", - 78: "INVALID_LANGUAGE_CODE", - 79: "UNSUPPORTED_LANGUAGE", - 80: "IF_FUNCTION_NOT_ALLOWED", - 81: "INVALID_FINAL_URL_SUFFIX", - 82: "INVALID_TAG_IN_FINAL_URL_SUFFIX", - 83: "INVALID_FINAL_URL_SUFFIX_FORMAT", - 84: "CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED", - 85: "ONLY_ONE_DELIVERY_OPTION_IS_ALLOWED", - 86: "NO_DELIVERY_OPTION_IS_SET", - 87: "INVALID_CONVERSION_REPORTING_STATE", - 88: "IMAGE_SIZE_WRONG", - 89: "EMAIL_DELIVERY_NOT_AVAILABLE_IN_COUNTRY", - 90: "AUTO_REPLY_NOT_AVAILABLE_IN_COUNTRY", -} -var FeedItemValidationErrorEnum_FeedItemValidationError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "STRING_TOO_SHORT": 2, - "STRING_TOO_LONG": 3, - "VALUE_NOT_SPECIFIED": 4, - "INVALID_DOMESTIC_PHONE_NUMBER_FORMAT": 5, - "INVALID_PHONE_NUMBER": 6, - "PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY": 7, - "PREMIUM_RATE_NUMBER_NOT_ALLOWED": 8, - "DISALLOWED_NUMBER_TYPE": 9, - "VALUE_OUT_OF_RANGE": 10, - "CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY": 11, - "CUSTOMER_NOT_WHITELISTED_FOR_CALLTRACKING": 12, - "INVALID_COUNTRY_CODE": 13, - "INVALID_APP_ID": 14, - "MISSING_ATTRIBUTES_FOR_FIELDS": 15, - "INVALID_TYPE_ID": 16, - "INVALID_EMAIL_ADDRESS": 17, - "INVALID_HTTPS_URL": 18, - "MISSING_DELIVERY_ADDRESS": 19, - "START_DATE_AFTER_END_DATE": 20, - "MISSING_FEED_ITEM_START_TIME": 21, - "MISSING_FEED_ITEM_END_TIME": 22, - "MISSING_FEED_ITEM_ID": 23, - "VANITY_PHONE_NUMBER_NOT_ALLOWED": 24, - "INVALID_REVIEW_EXTENSION_SNIPPET": 25, - "INVALID_NUMBER_FORMAT": 26, - "INVALID_DATE_FORMAT": 27, - "INVALID_PRICE_FORMAT": 28, - "UNKNOWN_PLACEHOLDER_FIELD": 29, - "MISSING_ENHANCED_SITELINK_DESCRIPTION_LINE": 30, - "REVIEW_EXTENSION_SOURCE_INELIGIBLE": 31, - "HYPHENS_IN_REVIEW_EXTENSION_SNIPPET": 32, - "DOUBLE_QUOTES_IN_REVIEW_EXTENSION_SNIPPET": 33, - "QUOTES_IN_REVIEW_EXTENSION_SNIPPET": 34, - "INVALID_FORM_ENCODED_PARAMS": 35, - "INVALID_URL_PARAMETER_NAME": 36, - "NO_GEOCODING_RESULT": 37, - "SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT": 38, - "CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED": 39, - "INVALID_PLACEHOLDER_FIELD_ID": 40, - "INVALID_URL_TAG": 41, - "LIST_TOO_LONG": 42, - "INVALID_ATTRIBUTES_COMBINATION": 43, - "DUPLICATE_VALUES": 44, - "INVALID_CALL_CONVERSION_ACTION_ID": 45, - "CANNOT_SET_WITHOUT_FINAL_URLS": 46, - "APP_ID_DOESNT_EXIST_IN_APP_STORE": 47, - "INVALID_FINAL_URL": 48, - "INVALID_TRACKING_URL": 49, - "INVALID_FINAL_URL_FOR_APP_DOWNLOAD_URL": 50, - "LIST_TOO_SHORT": 51, - "INVALID_USER_ACTION": 52, - "INVALID_TYPE_NAME": 53, - "INVALID_EVENT_CHANGE_STATUS": 54, - "INVALID_SNIPPETS_HEADER": 55, - "INVALID_ANDROID_APP_LINK": 56, - "NUMBER_TYPE_WITH_CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY": 57, - "RESERVED_KEYWORD_OTHER": 58, - "DUPLICATE_OPTION_LABELS": 59, - "DUPLICATE_OPTION_PREFILLS": 60, - "UNEQUAL_LIST_LENGTHS": 61, - "INCONSISTENT_CURRENCY_CODES": 62, - "PRICE_EXTENSION_HAS_DUPLICATED_HEADERS": 63, - "ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION": 64, - "PRICE_EXTENSION_HAS_TOO_FEW_ITEMS": 65, - "UNSUPPORTED_VALUE": 66, - "INVALID_FINAL_MOBILE_URL": 67, - "INVALID_KEYWORDLESS_AD_RULE_LABEL": 68, - "VALUE_TRACK_PARAMETER_NOT_SUPPORTED": 69, - "UNSUPPORTED_VALUE_IN_SELECTED_LANGUAGE": 70, - "INVALID_IOS_APP_LINK": 71, - "MISSING_IOS_APP_LINK_OR_IOS_APP_STORE_ID": 72, - "PROMOTION_INVALID_TIME": 73, - "PROMOTION_CANNOT_SET_PERCENT_OFF_AND_MONEY_AMOUNT_OFF": 74, - "PROMOTION_CANNOT_SET_PROMOTION_CODE_AND_ORDERS_OVER_AMOUNT": 75, - "TOO_MANY_DECIMAL_PLACES_SPECIFIED": 76, - "AD_CUSTOMIZERS_NOT_ALLOWED": 77, - "INVALID_LANGUAGE_CODE": 78, - "UNSUPPORTED_LANGUAGE": 79, - "IF_FUNCTION_NOT_ALLOWED": 80, - "INVALID_FINAL_URL_SUFFIX": 81, - "INVALID_TAG_IN_FINAL_URL_SUFFIX": 82, - "INVALID_FINAL_URL_SUFFIX_FORMAT": 83, - "CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED": 84, - "ONLY_ONE_DELIVERY_OPTION_IS_ALLOWED": 85, - "NO_DELIVERY_OPTION_IS_SET": 86, - "INVALID_CONVERSION_REPORTING_STATE": 87, - "IMAGE_SIZE_WRONG": 88, - "EMAIL_DELIVERY_NOT_AVAILABLE_IN_COUNTRY": 89, - "AUTO_REPLY_NOT_AVAILABLE_IN_COUNTRY": 90, -} - -func (x FeedItemValidationErrorEnum_FeedItemValidationError) String() string { - return proto.EnumName(FeedItemValidationErrorEnum_FeedItemValidationError_name, int32(x)) -} -func (FeedItemValidationErrorEnum_FeedItemValidationError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_item_validation_error_8d12adbf73aaaf83, []int{0, 0} -} - -// Container for enum describing possible validation errors of a feed item. -type FeedItemValidationErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedItemValidationErrorEnum) Reset() { *m = FeedItemValidationErrorEnum{} } -func (m *FeedItemValidationErrorEnum) String() string { return proto.CompactTextString(m) } -func (*FeedItemValidationErrorEnum) ProtoMessage() {} -func (*FeedItemValidationErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_validation_error_8d12adbf73aaaf83, []int{0} -} -func (m *FeedItemValidationErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedItemValidationErrorEnum.Unmarshal(m, b) -} -func (m *FeedItemValidationErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedItemValidationErrorEnum.Marshal(b, m, deterministic) -} -func (dst *FeedItemValidationErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedItemValidationErrorEnum.Merge(dst, src) -} -func (m *FeedItemValidationErrorEnum) XXX_Size() int { - return xxx_messageInfo_FeedItemValidationErrorEnum.Size(m) -} -func (m *FeedItemValidationErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FeedItemValidationErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedItemValidationErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FeedItemValidationErrorEnum)(nil), "google.ads.googleads.v0.errors.FeedItemValidationErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.FeedItemValidationErrorEnum_FeedItemValidationError", FeedItemValidationErrorEnum_FeedItemValidationError_name, FeedItemValidationErrorEnum_FeedItemValidationError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/feed_item_validation_error.proto", fileDescriptor_feed_item_validation_error_8d12adbf73aaaf83) -} - -var fileDescriptor_feed_item_validation_error_8d12adbf73aaaf83 = []byte{ - // 1577 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x57, 0xef, 0x72, 0x1b, 0xb7, - 0x11, 0xaf, 0x9d, 0x36, 0x69, 0xe1, 0x26, 0x86, 0xe1, 0x3f, 0x92, 0x2d, 0x59, 0xb6, 0x65, 0xc7, - 0x76, 0x1c, 0x87, 0x52, 0x9b, 0xa6, 0x69, 0xe8, 0x36, 0x29, 0x78, 0xd8, 0x23, 0x51, 0xe1, 0x80, - 0x13, 0x80, 0x23, 0x45, 0x8d, 0x66, 0x30, 0x6a, 0xc9, 0x6a, 0x34, 0x63, 0x89, 0x19, 0x51, 0xf5, - 0xa3, 0xf4, 0x01, 0xfa, 0xb1, 0x8f, 0xd2, 0x47, 0xe9, 0x03, 0xb4, 0x5f, 0x33, 0x8b, 0xfb, 0xc3, - 0x53, 0x28, 0x79, 0xf2, 0x89, 0xc7, 0xdb, 0xc5, 0x62, 0xf1, 0xdb, 0xdf, 0xfe, 0x16, 0x47, 0xbe, - 0x3b, 0x9a, 0xcd, 0x8e, 0xde, 0x4e, 0xb7, 0x0e, 0x27, 0xf3, 0xad, 0xf2, 0x11, 0x9f, 0xde, 0x6d, - 0x6f, 0x4d, 0xcf, 0xce, 0x66, 0x67, 0xf3, 0xad, 0xbf, 0x4f, 0xa7, 0x93, 0x70, 0x7c, 0x3e, 0x3d, - 0x09, 0xef, 0x0e, 0xdf, 0x1e, 0x4f, 0x0e, 0xcf, 0x8f, 0x67, 0xa7, 0x21, 0xda, 0x3a, 0xdf, 0x9f, - 0xcd, 0xce, 0x67, 0x6c, 0xa3, 0x5c, 0xd5, 0x39, 0x9c, 0xcc, 0x3b, 0x4d, 0x80, 0xce, 0xbb, 0xed, - 0x4e, 0x19, 0x60, 0xf3, 0x9f, 0xab, 0x64, 0x2d, 0x9d, 0x4e, 0x27, 0xf2, 0x7c, 0x7a, 0x32, 0x6c, - 0x42, 0x00, 0x1a, 0xe1, 0xf4, 0x1f, 0x27, 0x9b, 0xff, 0x5b, 0x21, 0x2b, 0x57, 0xd8, 0xd9, 0x4d, - 0x72, 0xa3, 0xd0, 0x2e, 0x87, 0x44, 0xa6, 0x12, 0x04, 0xfd, 0x19, 0xbb, 0x41, 0x3e, 0x2a, 0xf4, - 0x8e, 0x36, 0x23, 0x4d, 0xaf, 0xb1, 0x3b, 0x84, 0x3a, 0x6f, 0xa5, 0xee, 0x07, 0x6f, 0x4c, 0x70, - 0x03, 0x63, 0x3d, 0xbd, 0xce, 0x6e, 0x93, 0x9b, 0xad, 0xb7, 0xca, 0xe8, 0x3e, 0xfd, 0x80, 0xad, - 0x90, 0xdb, 0x43, 0xae, 0x0a, 0x08, 0xda, 0xf8, 0xb0, 0x08, 0xf8, 0x73, 0xf6, 0x92, 0x3c, 0x93, - 0x7a, 0xc8, 0x95, 0x14, 0x41, 0x98, 0x0c, 0x9c, 0x97, 0x49, 0xc8, 0x07, 0x46, 0x43, 0xd0, 0x45, - 0xd6, 0x03, 0x1b, 0x52, 0x63, 0x33, 0xee, 0xe9, 0x2f, 0xd8, 0x2a, 0xb9, 0x53, 0x7b, 0xb6, 0x1d, - 0xe8, 0x87, 0xec, 0x15, 0x79, 0x7e, 0x61, 0x49, 0xdc, 0xa3, 0xc8, 0x73, 0x63, 0x3d, 0x08, 0x0c, - 0x10, 0x12, 0x53, 0x68, 0x6f, 0xc7, 0xf4, 0x23, 0xf6, 0x94, 0x3c, 0xca, 0x2d, 0x64, 0xb2, 0xc8, - 0x82, 0xe5, 0xfe, 0xc2, 0x12, 0xae, 0x94, 0x19, 0x81, 0xa0, 0xbf, 0x64, 0x0f, 0xc8, 0x3d, 0x21, - 0x5d, 0xf5, 0xbf, 0x76, 0xf1, 0xe3, 0x1c, 0xe8, 0xaf, 0xd8, 0x3d, 0xc2, 0xca, 0x93, 0x98, 0xc2, - 0x07, 0x93, 0x06, 0xcb, 0x75, 0x1f, 0x28, 0xc1, 0x24, 0x12, 0xae, 0x94, 0xb7, 0x3c, 0xd9, 0xc1, - 0xc3, 0x5f, 0x9d, 0xc4, 0x0d, 0xf6, 0x05, 0xf9, 0x2c, 0x29, 0x9c, 0x37, 0x59, 0xb5, 0xf3, 0x68, - 0x20, 0x3d, 0x28, 0xe9, 0x1a, 0xcf, 0x56, 0x20, 0xfa, 0xeb, 0xf6, 0xc9, 0xab, 0x18, 0x21, 0x31, - 0x02, 0xe8, 0xc7, 0x8c, 0x91, 0x4f, 0x6a, 0x0b, 0xcf, 0xf3, 0x20, 0x05, 0xfd, 0x84, 0x3d, 0x21, - 0x0f, 0x33, 0xe9, 0x1c, 0xe6, 0xc0, 0xbd, 0xb7, 0xb2, 0x57, 0x78, 0x70, 0x31, 0x6c, 0x2a, 0x41, - 0x09, 0x47, 0x6f, 0x62, 0x89, 0xea, 0x65, 0x78, 0x2a, 0x5c, 0x47, 0xd9, 0x7d, 0x72, 0xb7, 0x7e, - 0x09, 0x19, 0x97, 0x2a, 0x70, 0x21, 0x2c, 0x38, 0x47, 0x6f, 0xb1, 0xbb, 0xe4, 0x56, 0x6d, 0x1a, - 0x78, 0x9f, 0xbb, 0x50, 0x58, 0x45, 0x19, 0x5b, 0x27, 0xab, 0xf5, 0x4e, 0x02, 0x94, 0x1c, 0x82, - 0x1d, 0x37, 0x8b, 0x6e, 0xb3, 0x87, 0xe4, 0xbe, 0xf3, 0xdc, 0xfa, 0x20, 0x10, 0x67, 0x9e, 0x7a, - 0xb0, 0x01, 0xb4, 0x88, 0x7f, 0xe9, 0x1d, 0xf6, 0x98, 0xac, 0xd7, 0x8b, 0x53, 0x00, 0x11, 0xa4, - 0x87, 0x2c, 0x94, 0x0b, 0xbc, 0xcc, 0x80, 0xde, 0x65, 0x1b, 0xe4, 0xc1, 0xb2, 0x07, 0x46, 0x88, - 0xf6, 0x7b, 0x08, 0xcb, 0xb2, 0x5d, 0x0a, 0xba, 0x82, 0x45, 0x1e, 0x72, 0x2d, 0xfd, 0x38, 0x2c, - 0xf1, 0xa2, 0x2e, 0xf2, 0x2a, 0x7b, 0x46, 0x1e, 0xd7, 0x87, 0xb2, 0x30, 0x94, 0x30, 0x0a, 0xb0, - 0xe7, 0x41, 0x3b, 0x69, 0x74, 0x70, 0x5a, 0xe6, 0x39, 0x78, 0x7a, 0xbf, 0x8d, 0xca, 0x45, 0x42, - 0x3e, 0x40, 0x4e, 0x37, 0xd4, 0xc5, 0x23, 0x56, 0x86, 0xb5, 0x0b, 0x4c, 0xb5, 0x32, 0x69, 0x2c, - 0xeb, 0x88, 0x49, 0xd5, 0x3e, 0x21, 0x57, 0x3c, 0x81, 0x81, 0x51, 0x02, 0xaa, 0xc2, 0xd0, 0x87, - 0xac, 0x43, 0x5e, 0xd5, 0x27, 0x02, 0x3d, 0xe0, 0x3a, 0x01, 0x11, 0x5c, 0xa4, 0x86, 0xde, 0x09, - 0x02, 0x5c, 0x62, 0x65, 0xee, 0x31, 0x3f, 0x25, 0x35, 0xd0, 0x0d, 0xf6, 0x9c, 0x6c, 0x2e, 0xa7, - 0x6e, 0x0a, 0x9b, 0x40, 0x90, 0x1a, 0x94, 0xec, 0xcb, 0x9e, 0x02, 0xfa, 0x88, 0xbd, 0x20, 0x4f, - 0x07, 0xe3, 0x7c, 0x00, 0xda, 0x05, 0xa9, 0xaf, 0x3e, 0xed, 0x63, 0x24, 0xa6, 0x30, 0x45, 0x4f, - 0x41, 0xd8, 0x2d, 0x0c, 0xd2, 0xe6, 0x7d, 0xee, 0x4f, 0x70, 0xff, 0x9f, 0xe0, 0xb7, 0xc9, 0x1e, - 0x91, 0xb5, 0x1a, 0x10, 0x84, 0x22, 0x80, 0x46, 0xfe, 0x8a, 0x90, 0x73, 0xcb, 0x33, 0x47, 0x9f, - 0x62, 0xa9, 0x6b, 0x87, 0xc2, 0xaa, 0xf2, 0x3d, 0x20, 0x61, 0x34, 0xcf, 0x80, 0x3e, 0x43, 0xa8, - 0xb5, 0x09, 0x7d, 0x30, 0x89, 0x11, 0x88, 0x8e, 0x05, 0x57, 0x28, 0x4f, 0x3f, 0x45, 0xf9, 0xa8, - 0x0e, 0x8c, 0x9e, 0x97, 0xa6, 0xe1, 0x61, 0xcf, 0xd3, 0xe7, 0xb1, 0xe7, 0xb8, 0xb5, 0x12, 0x6c, - 0xad, 0x3f, 0x49, 0x29, 0x59, 0x97, 0xb1, 0xe3, 0x05, 0xd2, 0xb3, 0xa9, 0xe1, 0x8f, 0x2b, 0x85, - 0x24, 0x7b, 0xd9, 0x6e, 0x22, 0xcc, 0xd9, 0xf3, 0x3e, 0xfd, 0x8c, 0xdd, 0x22, 0x1f, 0x63, 0x1f, - 0x2f, 0xa4, 0xef, 0x15, 0xdb, 0x24, 0x1b, 0x4d, 0x8f, 0x2e, 0xfa, 0x31, 0x31, 0x59, 0x4f, 0x6a, - 0x8e, 0xd5, 0xa4, 0x9f, 0xa3, 0x92, 0x8a, 0x22, 0x57, 0x32, 0x41, 0x1e, 0x45, 0x79, 0x71, 0xf4, - 0x35, 0xfb, 0x94, 0x3c, 0x69, 0xfa, 0x9e, 0x2b, 0x15, 0x12, 0xa3, 0x87, 0x60, 0xe3, 0xa1, 0x78, - 0x12, 0x79, 0x20, 0x05, 0xfd, 0x02, 0x1b, 0x3e, 0xe1, 0x3a, 0xea, 0x0d, 0xf8, 0x30, 0x92, 0x7e, - 0x80, 0xd2, 0x94, 0x4a, 0xcd, 0x15, 0x66, 0xe6, 0x68, 0x07, 0xb9, 0x5e, 0xea, 0x43, 0x10, 0x06, - 0x9c, 0xf6, 0x01, 0xf6, 0x30, 0x4b, 0xa9, 0xa3, 0x6c, 0x38, 0x6f, 0x2c, 0xd0, 0xad, 0x76, 0x9b, - 0x37, 0xab, 0xe9, 0x76, 0x9b, 0xce, 0x8d, 0xba, 0xa1, 0xe5, 0x37, 0xa8, 0x79, 0x4b, 0x0b, 0xa2, - 0xd2, 0x60, 0x54, 0x61, 0x46, 0x5a, 0x19, 0x1e, 0xd1, 0xa1, 0xbf, 0x45, 0xa9, 0x6a, 0x90, 0x29, - 0x47, 0xc5, 0x97, 0xed, 0x0e, 0x2a, 0x1c, 0xd8, 0xea, 0x54, 0xf4, 0x77, 0xed, 0x4c, 0xa2, 0x40, - 0x45, 0x1a, 0x7c, 0xd5, 0xe6, 0x11, 0x0c, 0x41, 0xfb, 0x90, 0x0c, 0x50, 0x7d, 0x51, 0x36, 0x7c, - 0xe1, 0xe8, 0xef, 0xd9, 0x1a, 0x59, 0xa9, 0x1d, 0x2a, 0xf6, 0xb9, 0x30, 0x00, 0x2e, 0xc0, 0xd2, - 0xaf, 0x51, 0xae, 0x9a, 0x42, 0x68, 0x61, 0x4d, 0x25, 0x9a, 0xd8, 0x5c, 0xf4, 0x0f, 0xec, 0x0d, - 0xf9, 0xba, 0x25, 0xf4, 0x11, 0xc6, 0xf0, 0x13, 0x05, 0xfd, 0x1b, 0x1c, 0x18, 0x16, 0x1c, 0xd8, - 0x21, 0x88, 0xb0, 0x03, 0xe3, 0x91, 0xb1, 0x22, 0x18, 0x3f, 0x00, 0x4b, 0xbb, 0x98, 0xd3, 0xa2, - 0xb6, 0xa6, 0xea, 0x5f, 0xde, 0x03, 0xe5, 0xe8, 0x1b, 0x14, 0x84, 0x25, 0x63, 0x6e, 0x21, 0x95, - 0x4a, 0x39, 0xfa, 0x47, 0x84, 0xbe, 0xd0, 0xb0, 0x5b, 0x70, 0x15, 0x22, 0x78, 0x0a, 0x74, 0xdf, - 0x0f, 0x1c, 0xfd, 0x53, 0x09, 0x45, 0x62, 0xb4, 0xc3, 0xa9, 0x81, 0x48, 0x14, 0xd6, 0x82, 0x4e, - 0xca, 0xc9, 0xe0, 0xe8, 0xb7, 0x71, 0x28, 0x46, 0xf1, 0x59, 0x74, 0xc2, 0x80, 0xbb, 0xd0, 0xec, - 0x26, 0x2a, 0x60, 0x1c, 0xfd, 0x0e, 0x75, 0x27, 0x8a, 0xe7, 0xa5, 0x0e, 0x08, 0x56, 0x5b, 0x7c, - 0xe8, 0x9f, 0x91, 0x98, 0x97, 0xc5, 0xc6, 0xd2, 0xa6, 0x30, 0x8a, 0x42, 0xec, 0x28, 0xc7, 0x2a, - 0x16, 0x7a, 0x01, 0x59, 0xe4, 0x35, 0xed, 0xb5, 0xeb, 0x50, 0xb2, 0x26, 0x33, 0x3d, 0xa9, 0x20, - 0xf2, 0x24, 0x69, 0x93, 0xbe, 0x42, 0x52, 0x81, 0x73, 0x81, 0x8b, 0x60, 0x0b, 0x05, 0x25, 0x72, - 0x54, 0xa0, 0xa4, 0x95, 0x63, 0x38, 0xd6, 0xa7, 0xad, 0x18, 0xed, 0x32, 0x51, 0x40, 0x1c, 0x96, - 0x92, 0x40, 0xe2, 0x3b, 0x50, 0x90, 0xe0, 0x1b, 0xc5, 0x75, 0xbf, 0xe0, 0x7d, 0xa0, 0x69, 0x9b, - 0xe9, 0xd2, 0xb8, 0x05, 0x3b, 0xfa, 0xec, 0x35, 0x79, 0x59, 0x2b, 0x73, 0xdb, 0x12, 0x8c, 0x6d, - 0xfe, 0xc7, 0x2e, 0xc2, 0x8e, 0x1c, 0x20, 0x1d, 0x72, 0x6b, 0x32, 0x53, 0xf6, 0x68, 0x4d, 0x64, - 0x9c, 0x5a, 0x92, 0x7d, 0x43, 0xbe, 0x5a, 0xd8, 0x5a, 0x7d, 0x9b, 0x83, 0x4d, 0xb0, 0x90, 0x26, - 0x4d, 0x23, 0xe2, 0x99, 0xd1, 0x30, 0x0e, 0x3c, 0x43, 0x8e, 0xe1, 0x4b, 0xfa, 0x17, 0xf6, 0x2d, - 0xe9, 0x5e, 0xbe, 0x74, 0xf1, 0xd2, 0x08, 0x88, 0xab, 0x8d, 0xc5, 0xd2, 0x06, 0x33, 0xc4, 0xfa, - 0xc5, 0x18, 0x74, 0x07, 0xa1, 0xc5, 0x12, 0x65, 0x5c, 0x8f, 0x83, 0x80, 0x44, 0x66, 0x5c, 0x95, - 0xe2, 0xe6, 0x5a, 0x57, 0x32, 0x85, 0x62, 0xcc, 0x45, 0x28, 0x2f, 0x28, 0x72, 0x1f, 0xc3, 0xb4, - 0xa5, 0x31, 0x6b, 0x8f, 0xc4, 0x1a, 0xbb, 0xf2, 0x3e, 0xa2, 0x4b, 0xbe, 0x2e, 0xc0, 0x6e, 0xa0, - 0x35, 0xb1, 0x33, 0xd3, 0x90, 0x16, 0xba, 0x14, 0xae, 0x76, 0xc4, 0x7c, 0x99, 0x11, 0xa8, 0x23, - 0xae, 0x48, 0x53, 0xb9, 0x47, 0x77, 0x71, 0x9a, 0x37, 0x18, 0xf2, 0x3e, 0xd6, 0x6e, 0xc9, 0xc9, - 0xb6, 0x9d, 0x7e, 0x6c, 0xad, 0xc7, 0xaf, 0x63, 0xdb, 0xe4, 0x75, 0x73, 0xef, 0xc2, 0xde, 0x41, - 0xbc, 0xeb, 0xfb, 0x56, 0xb0, 0x90, 0x18, 0x5b, 0x4d, 0x97, 0xdd, 0x42, 0x5a, 0x10, 0xd4, 0x23, - 0xcd, 0x8c, 0x56, 0xe3, 0x80, 0xb7, 0x88, 0xe6, 0x8e, 0x53, 0xf5, 0xa9, 0x74, 0xcd, 0x11, 0x0a, - 0x6c, 0x64, 0x6d, 0x2e, 0x73, 0x71, 0xe0, 0xe9, 0x10, 0x27, 0xe5, 0xe2, 0x0a, 0xd7, 0xa8, 0xb8, - 0x05, 0x04, 0x0a, 0xb7, 0x44, 0x05, 0x03, 0x3a, 0xc2, 0x41, 0x20, 0x33, 0x04, 0xd4, 0xc9, 0x7d, - 0x08, 0x23, 0x8b, 0x23, 0x64, 0x8f, 0x7d, 0x4e, 0x5e, 0x94, 0x57, 0xb2, 0x26, 0x7e, 0xc4, 0x6f, - 0xc8, 0xa5, 0xe2, 0x38, 0xac, 0xa5, 0x6e, 0xb4, 0x68, 0x8c, 0x29, 0xf3, 0xc2, 0x1b, 0x0c, 0xae, - 0xde, 0xe3, 0xb8, 0xdf, 0xfb, 0xff, 0x35, 0xb2, 0xf9, 0xb7, 0xd9, 0x49, 0xe7, 0xfd, 0xdf, 0x0f, - 0xbd, 0xf5, 0x2b, 0x3e, 0x0e, 0x72, 0xfc, 0xfa, 0xc8, 0xaf, 0xed, 0x8b, 0x6a, 0xfd, 0xd1, 0xec, - 0xed, 0xe1, 0xe9, 0x51, 0x67, 0x76, 0x76, 0xb4, 0x75, 0x34, 0x3d, 0x8d, 0xdf, 0x26, 0xf5, 0x07, - 0xcd, 0xf7, 0xc7, 0xf3, 0xab, 0xbe, 0x6f, 0xde, 0x94, 0x3f, 0xff, 0xba, 0xfe, 0x41, 0x9f, 0xf3, - 0x7f, 0x5f, 0xdf, 0xe8, 0x97, 0xc1, 0xf8, 0x64, 0xde, 0x29, 0x1f, 0xf1, 0x69, 0xb8, 0xdd, 0x89, - 0x5b, 0xce, 0xff, 0x53, 0x3b, 0x1c, 0xf0, 0xc9, 0xfc, 0xa0, 0x71, 0x38, 0x18, 0x6e, 0x1f, 0x94, - 0x0e, 0xff, 0xbd, 0xbe, 0x59, 0xbe, 0xed, 0x76, 0xf9, 0x64, 0xde, 0xed, 0x36, 0x2e, 0xdd, 0xee, - 0x70, 0xbb, 0xdb, 0x2d, 0x9d, 0xfe, 0xfa, 0x61, 0xcc, 0xee, 0xcb, 0x1f, 0x02, 0x00, 0x00, 0xff, - 0xff, 0xdf, 0x87, 0x33, 0x57, 0x7c, 0x0d, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/feed_mapping_error.pb.go b/googleapis/ads/googleads/v0/errors/feed_mapping_error.pb.go deleted file mode 100644 index 3240b6e495..0000000000 --- a/googleapis/ads/googleads/v0/errors/feed_mapping_error.pb.go +++ /dev/null @@ -1,192 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/feed_mapping_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible feed item errors. -type FeedMappingErrorEnum_FeedMappingError int32 - -const ( - // Enum unspecified. - FeedMappingErrorEnum_UNSPECIFIED FeedMappingErrorEnum_FeedMappingError = 0 - // The received error code is not known in this version. - FeedMappingErrorEnum_UNKNOWN FeedMappingErrorEnum_FeedMappingError = 1 - // The given placeholder field does not exist. - FeedMappingErrorEnum_INVALID_PLACEHOLDER_FIELD FeedMappingErrorEnum_FeedMappingError = 2 - // The given criterion field does not exist. - FeedMappingErrorEnum_INVALID_CRITERION_FIELD FeedMappingErrorEnum_FeedMappingError = 3 - // The given placeholder type does not exist. - FeedMappingErrorEnum_INVALID_PLACEHOLDER_TYPE FeedMappingErrorEnum_FeedMappingError = 4 - // The given criterion type does not exist. - FeedMappingErrorEnum_INVALID_CRITERION_TYPE FeedMappingErrorEnum_FeedMappingError = 5 - // A feed mapping must contain at least one attribute field mapping. - FeedMappingErrorEnum_NO_ATTRIBUTE_FIELD_MAPPINGS FeedMappingErrorEnum_FeedMappingError = 7 - // The type of the feed attribute referenced in the attribute field mapping - // must match the type of the placeholder field. - FeedMappingErrorEnum_FEED_ATTRIBUTE_TYPE_MISMATCH FeedMappingErrorEnum_FeedMappingError = 8 - // A feed mapping for a system generated feed cannot be operated on. - FeedMappingErrorEnum_CANNOT_OPERATE_ON_MAPPINGS_FOR_SYSTEM_GENERATED_FEED FeedMappingErrorEnum_FeedMappingError = 9 - // Only one feed mapping for a placeholder type is allowed per feed or - // customer (depending on the placeholder type). - FeedMappingErrorEnum_MULTIPLE_MAPPINGS_FOR_PLACEHOLDER_TYPE FeedMappingErrorEnum_FeedMappingError = 10 - // Only one feed mapping for a criterion type is allowed per customer. - FeedMappingErrorEnum_MULTIPLE_MAPPINGS_FOR_CRITERION_TYPE FeedMappingErrorEnum_FeedMappingError = 11 - // Only one feed attribute mapping for a placeholder field is allowed - // (depending on the placeholder type). - FeedMappingErrorEnum_MULTIPLE_MAPPINGS_FOR_PLACEHOLDER_FIELD FeedMappingErrorEnum_FeedMappingError = 12 - // Only one feed attribute mapping for a criterion field is allowed - // (depending on the criterion type). - FeedMappingErrorEnum_MULTIPLE_MAPPINGS_FOR_CRITERION_FIELD FeedMappingErrorEnum_FeedMappingError = 13 - // This feed mapping may not contain any explicit attribute field mappings. - FeedMappingErrorEnum_UNEXPECTED_ATTRIBUTE_FIELD_MAPPINGS FeedMappingErrorEnum_FeedMappingError = 14 - // Location placeholder feed mappings can only be created for Places feeds. - FeedMappingErrorEnum_LOCATION_PLACEHOLDER_ONLY_FOR_PLACES_FEEDS FeedMappingErrorEnum_FeedMappingError = 15 - // Mappings for typed feeds cannot be modified. - FeedMappingErrorEnum_CANNOT_MODIFY_MAPPINGS_FOR_TYPED_FEED FeedMappingErrorEnum_FeedMappingError = 16 - // The given placeholder type can only be mapped to system generated feeds. - FeedMappingErrorEnum_INVALID_PLACEHOLDER_TYPE_FOR_NON_SYSTEM_GENERATED_FEED FeedMappingErrorEnum_FeedMappingError = 17 - // The given placeholder type cannot be mapped to a system generated feed - // with the given type. - FeedMappingErrorEnum_INVALID_PLACEHOLDER_TYPE_FOR_SYSTEM_GENERATED_FEED_TYPE FeedMappingErrorEnum_FeedMappingError = 18 -) - -var FeedMappingErrorEnum_FeedMappingError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "INVALID_PLACEHOLDER_FIELD", - 3: "INVALID_CRITERION_FIELD", - 4: "INVALID_PLACEHOLDER_TYPE", - 5: "INVALID_CRITERION_TYPE", - 7: "NO_ATTRIBUTE_FIELD_MAPPINGS", - 8: "FEED_ATTRIBUTE_TYPE_MISMATCH", - 9: "CANNOT_OPERATE_ON_MAPPINGS_FOR_SYSTEM_GENERATED_FEED", - 10: "MULTIPLE_MAPPINGS_FOR_PLACEHOLDER_TYPE", - 11: "MULTIPLE_MAPPINGS_FOR_CRITERION_TYPE", - 12: "MULTIPLE_MAPPINGS_FOR_PLACEHOLDER_FIELD", - 13: "MULTIPLE_MAPPINGS_FOR_CRITERION_FIELD", - 14: "UNEXPECTED_ATTRIBUTE_FIELD_MAPPINGS", - 15: "LOCATION_PLACEHOLDER_ONLY_FOR_PLACES_FEEDS", - 16: "CANNOT_MODIFY_MAPPINGS_FOR_TYPED_FEED", - 17: "INVALID_PLACEHOLDER_TYPE_FOR_NON_SYSTEM_GENERATED_FEED", - 18: "INVALID_PLACEHOLDER_TYPE_FOR_SYSTEM_GENERATED_FEED_TYPE", -} -var FeedMappingErrorEnum_FeedMappingError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "INVALID_PLACEHOLDER_FIELD": 2, - "INVALID_CRITERION_FIELD": 3, - "INVALID_PLACEHOLDER_TYPE": 4, - "INVALID_CRITERION_TYPE": 5, - "NO_ATTRIBUTE_FIELD_MAPPINGS": 7, - "FEED_ATTRIBUTE_TYPE_MISMATCH": 8, - "CANNOT_OPERATE_ON_MAPPINGS_FOR_SYSTEM_GENERATED_FEED": 9, - "MULTIPLE_MAPPINGS_FOR_PLACEHOLDER_TYPE": 10, - "MULTIPLE_MAPPINGS_FOR_CRITERION_TYPE": 11, - "MULTIPLE_MAPPINGS_FOR_PLACEHOLDER_FIELD": 12, - "MULTIPLE_MAPPINGS_FOR_CRITERION_FIELD": 13, - "UNEXPECTED_ATTRIBUTE_FIELD_MAPPINGS": 14, - "LOCATION_PLACEHOLDER_ONLY_FOR_PLACES_FEEDS": 15, - "CANNOT_MODIFY_MAPPINGS_FOR_TYPED_FEED": 16, - "INVALID_PLACEHOLDER_TYPE_FOR_NON_SYSTEM_GENERATED_FEED": 17, - "INVALID_PLACEHOLDER_TYPE_FOR_SYSTEM_GENERATED_FEED_TYPE": 18, -} - -func (x FeedMappingErrorEnum_FeedMappingError) String() string { - return proto.EnumName(FeedMappingErrorEnum_FeedMappingError_name, int32(x)) -} -func (FeedMappingErrorEnum_FeedMappingError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_error_05e4b3c477cdcd72, []int{0, 0} -} - -// Container for enum describing possible feed item errors. -type FeedMappingErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedMappingErrorEnum) Reset() { *m = FeedMappingErrorEnum{} } -func (m *FeedMappingErrorEnum) String() string { return proto.CompactTextString(m) } -func (*FeedMappingErrorEnum) ProtoMessage() {} -func (*FeedMappingErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_error_05e4b3c477cdcd72, []int{0} -} -func (m *FeedMappingErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedMappingErrorEnum.Unmarshal(m, b) -} -func (m *FeedMappingErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedMappingErrorEnum.Marshal(b, m, deterministic) -} -func (dst *FeedMappingErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedMappingErrorEnum.Merge(dst, src) -} -func (m *FeedMappingErrorEnum) XXX_Size() int { - return xxx_messageInfo_FeedMappingErrorEnum.Size(m) -} -func (m *FeedMappingErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FeedMappingErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedMappingErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FeedMappingErrorEnum)(nil), "google.ads.googleads.v0.errors.FeedMappingErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.FeedMappingErrorEnum_FeedMappingError", FeedMappingErrorEnum_FeedMappingError_name, FeedMappingErrorEnum_FeedMappingError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/feed_mapping_error.proto", fileDescriptor_feed_mapping_error_05e4b3c477cdcd72) -} - -var fileDescriptor_feed_mapping_error_05e4b3c477cdcd72 = []byte{ - // 538 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x93, 0xdf, 0x6e, 0xd3, 0x30, - 0x14, 0xc6, 0x69, 0x47, 0x19, 0x9c, 0x02, 0x0b, 0x16, 0xff, 0x37, 0x06, 0x2a, 0x7f, 0x06, 0x43, - 0x4a, 0x2b, 0x81, 0x18, 0xca, 0xae, 0xdc, 0xc4, 0xe9, 0x2c, 0x12, 0xdb, 0x4a, 0xdc, 0x42, 0x51, - 0x25, 0xab, 0x90, 0x10, 0x4d, 0x5a, 0x9b, 0xaa, 0x81, 0x3d, 0x10, 0x97, 0x3c, 0x0a, 0x17, 0xbc, - 0x06, 0x12, 0x57, 0x3c, 0x02, 0x4a, 0xdc, 0x96, 0xb5, 0x6b, 0xb7, 0xab, 0x1e, 0xf9, 0x7c, 0xbf, - 0xcf, 0xc7, 0x5f, 0x73, 0x60, 0x2f, 0x49, 0xd3, 0xe4, 0x28, 0xae, 0xf7, 0xa3, 0xac, 0xae, 0xcb, - 0xbc, 0x3a, 0x6e, 0xd4, 0xe3, 0xf1, 0x38, 0x1d, 0x67, 0xf5, 0x2f, 0x71, 0x1c, 0xa9, 0x41, 0x7f, - 0x34, 0x3a, 0x1c, 0x26, 0xaa, 0x38, 0x33, 0x47, 0xe3, 0xf4, 0x6b, 0x8a, 0xb6, 0xb5, 0xda, 0xec, - 0x47, 0x99, 0x39, 0x03, 0xcd, 0xe3, 0x86, 0xa9, 0xc1, 0xda, 0xef, 0x0a, 0xdc, 0x74, 0xe3, 0x38, - 0xf2, 0x35, 0x4b, 0xf2, 0x53, 0x32, 0xfc, 0x36, 0xa8, 0xfd, 0xaa, 0x80, 0xb1, 0xd8, 0x40, 0x1b, - 0x50, 0x6d, 0xb3, 0x50, 0x10, 0x9b, 0xba, 0x94, 0x38, 0xc6, 0x05, 0x54, 0x85, 0xf5, 0x36, 0x7b, - 0xc7, 0xf8, 0x7b, 0x66, 0x94, 0xd0, 0x03, 0xb8, 0x47, 0x59, 0x07, 0x7b, 0xd4, 0x51, 0xc2, 0xc3, - 0x36, 0x39, 0xe0, 0x9e, 0x43, 0x02, 0xe5, 0x52, 0xe2, 0x39, 0x46, 0x19, 0x6d, 0xc2, 0x9d, 0x69, - 0xdb, 0x0e, 0xa8, 0x24, 0x01, 0xe5, 0x6c, 0xd2, 0x5c, 0x43, 0x5b, 0x70, 0x77, 0x19, 0x2b, 0xbb, - 0x82, 0x18, 0x17, 0xd1, 0x7d, 0xb8, 0x7d, 0x1a, 0x2d, 0x7a, 0x15, 0xf4, 0x10, 0x36, 0x19, 0x57, - 0x58, 0xca, 0x80, 0x36, 0xdb, 0x92, 0x68, 0x47, 0xe5, 0x63, 0x21, 0x28, 0x6b, 0x85, 0xc6, 0x3a, - 0x7a, 0x04, 0x5b, 0x2e, 0x21, 0xce, 0x09, 0x49, 0x4e, 0x2a, 0x9f, 0x86, 0x3e, 0x96, 0xf6, 0x81, - 0x71, 0x19, 0xbd, 0x85, 0xd7, 0x36, 0x66, 0x8c, 0x4b, 0xc5, 0x05, 0x09, 0xb0, 0x24, 0x8a, 0xb3, - 0x99, 0x83, 0x72, 0x79, 0xa0, 0xc2, 0x6e, 0x28, 0x89, 0xaf, 0x5a, 0x84, 0x15, 0x7d, 0x47, 0xe5, - 0x8e, 0xc6, 0x15, 0xb4, 0x0b, 0xcf, 0xfc, 0xb6, 0x27, 0xa9, 0xf0, 0xc8, 0x3c, 0x70, 0xea, 0x11, - 0x80, 0x9e, 0xc3, 0x93, 0xe5, 0xda, 0x85, 0x27, 0x55, 0xd1, 0x4b, 0xd8, 0x39, 0xdf, 0x55, 0x27, - 0x77, 0x15, 0xbd, 0x80, 0xa7, 0xe7, 0xd9, 0x6a, 0xe9, 0x35, 0xb4, 0x03, 0x8f, 0xdb, 0x8c, 0x7c, - 0x10, 0xc4, 0x96, 0x73, 0x79, 0x2c, 0x44, 0x76, 0x1d, 0x99, 0xb0, 0xeb, 0x71, 0x1b, 0xcb, 0x1c, - 0x3e, 0x79, 0x27, 0x67, 0x5e, 0xf7, 0xff, 0x20, 0x61, 0x91, 0x42, 0x68, 0x6c, 0xe4, 0x33, 0x4c, - 0x02, 0xf4, 0xb9, 0x43, 0xdd, 0xee, 0xfc, 0x20, 0xf9, 0xab, 0x26, 0x89, 0x19, 0xc8, 0x82, 0x37, - 0xab, 0xfe, 0xe8, 0x42, 0xcc, 0x38, 0x5b, 0x91, 0xf6, 0x0d, 0xb4, 0x0f, 0x7b, 0x67, 0xb2, 0x4b, - 0x39, 0x1d, 0x2a, 0x6a, 0xfe, 0x2d, 0x41, 0xed, 0x73, 0x3a, 0x30, 0xcf, 0x5e, 0x88, 0xe6, 0xad, - 0xc5, 0x8f, 0x5e, 0xe4, 0x7b, 0x24, 0x4a, 0x1f, 0x9d, 0x09, 0x98, 0xa4, 0x47, 0xfd, 0x61, 0x62, - 0xa6, 0xe3, 0xa4, 0x9e, 0xc4, 0xc3, 0x62, 0xcb, 0xa6, 0x2b, 0x39, 0x3a, 0xcc, 0x56, 0x6d, 0xe8, - 0xbe, 0xfe, 0xf9, 0x5e, 0x5e, 0x6b, 0x61, 0xfc, 0xa3, 0xbc, 0xdd, 0xd2, 0x66, 0x38, 0xca, 0x4c, - 0x5d, 0xe6, 0x55, 0xa7, 0x61, 0x16, 0x57, 0x66, 0x3f, 0xa7, 0x82, 0x1e, 0x8e, 0xb2, 0xde, 0x4c, - 0xd0, 0xeb, 0x34, 0x7a, 0x5a, 0xf0, 0xa7, 0x5c, 0xd3, 0xa7, 0x96, 0x85, 0xa3, 0xcc, 0xb2, 0x66, - 0x12, 0xcb, 0xea, 0x34, 0x2c, 0x4b, 0x8b, 0x3e, 0x5d, 0x2a, 0xa6, 0x7b, 0xf5, 0x2f, 0x00, 0x00, - 0xff, 0xff, 0x2a, 0x93, 0xb4, 0xdd, 0x3e, 0x04, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/field_error.pb.go b/googleapis/ads/googleads/v0/errors/field_error.pb.go deleted file mode 100644 index 1b8dcd9ede..0000000000 --- a/googleapis/ads/googleads/v0/errors/field_error.pb.go +++ /dev/null @@ -1,136 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/field_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible field errors. -type FieldErrorEnum_FieldError int32 - -const ( - // Enum unspecified. - FieldErrorEnum_UNSPECIFIED FieldErrorEnum_FieldError = 0 - // The received error code is not known in this version. - FieldErrorEnum_UNKNOWN FieldErrorEnum_FieldError = 1 - // The required field was not present in the resource. - FieldErrorEnum_REQUIRED FieldErrorEnum_FieldError = 2 - // The field attempted to be mutated is immutable. - FieldErrorEnum_IMMUTABLE_FIELD FieldErrorEnum_FieldError = 3 - // The field's value is invalid. - FieldErrorEnum_INVALID_VALUE FieldErrorEnum_FieldError = 4 - // The field cannot be set. - FieldErrorEnum_VALUE_MUST_BE_UNSET FieldErrorEnum_FieldError = 5 - // The required repeated field was empty. - FieldErrorEnum_REQUIRED_NONEMPTY_LIST FieldErrorEnum_FieldError = 6 - // The field cannot be cleared. - FieldErrorEnum_FIELD_CANNOT_BE_CLEARED FieldErrorEnum_FieldError = 7 -) - -var FieldErrorEnum_FieldError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "REQUIRED", - 3: "IMMUTABLE_FIELD", - 4: "INVALID_VALUE", - 5: "VALUE_MUST_BE_UNSET", - 6: "REQUIRED_NONEMPTY_LIST", - 7: "FIELD_CANNOT_BE_CLEARED", -} -var FieldErrorEnum_FieldError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "REQUIRED": 2, - "IMMUTABLE_FIELD": 3, - "INVALID_VALUE": 4, - "VALUE_MUST_BE_UNSET": 5, - "REQUIRED_NONEMPTY_LIST": 6, - "FIELD_CANNOT_BE_CLEARED": 7, -} - -func (x FieldErrorEnum_FieldError) String() string { - return proto.EnumName(FieldErrorEnum_FieldError_name, int32(x)) -} -func (FieldErrorEnum_FieldError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_field_error_3a09a97fcab409d3, []int{0, 0} -} - -// Container for enum describing possible field errors. -type FieldErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FieldErrorEnum) Reset() { *m = FieldErrorEnum{} } -func (m *FieldErrorEnum) String() string { return proto.CompactTextString(m) } -func (*FieldErrorEnum) ProtoMessage() {} -func (*FieldErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_field_error_3a09a97fcab409d3, []int{0} -} -func (m *FieldErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FieldErrorEnum.Unmarshal(m, b) -} -func (m *FieldErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FieldErrorEnum.Marshal(b, m, deterministic) -} -func (dst *FieldErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FieldErrorEnum.Merge(dst, src) -} -func (m *FieldErrorEnum) XXX_Size() int { - return xxx_messageInfo_FieldErrorEnum.Size(m) -} -func (m *FieldErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FieldErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FieldErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FieldErrorEnum)(nil), "google.ads.googleads.v0.errors.FieldErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.FieldErrorEnum_FieldError", FieldErrorEnum_FieldError_name, FieldErrorEnum_FieldError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/field_error.proto", fileDescriptor_field_error_3a09a97fcab409d3) -} - -var fileDescriptor_field_error_3a09a97fcab409d3 = []byte{ - // 363 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdf, 0x6e, 0xda, 0x30, - 0x14, 0xc6, 0x97, 0xb0, 0xc1, 0x64, 0xb6, 0x91, 0x19, 0x69, 0x48, 0x9b, 0xc4, 0x45, 0x1e, 0xc0, - 0x89, 0xb4, 0x3b, 0xef, 0xca, 0x21, 0x06, 0x59, 0x4b, 0x4c, 0x46, 0xfe, 0x4c, 0xad, 0x22, 0x59, - 0xb4, 0x49, 0x23, 0x24, 0xc0, 0x28, 0x6e, 0x79, 0xa0, 0x5e, 0xf6, 0xb2, 0xef, 0xd0, 0x9b, 0x3e, - 0x0a, 0x4f, 0x51, 0x25, 0x2e, 0x70, 0xd5, 0x5e, 0xf9, 0x3b, 0x47, 0xbf, 0xef, 0x1c, 0x9f, 0x0f, - 0xb8, 0x95, 0x94, 0xd5, 0xba, 0x74, 0x96, 0x85, 0x72, 0xb4, 0x6c, 0xd4, 0xde, 0x75, 0xca, 0xba, - 0x96, 0xb5, 0x72, 0x6e, 0x56, 0xe5, 0xba, 0x10, 0x6d, 0x81, 0x76, 0xb5, 0xbc, 0x95, 0x70, 0xac, - 0x31, 0xb4, 0x2c, 0x14, 0x3a, 0x39, 0xd0, 0xde, 0x45, 0xda, 0x61, 0x3f, 0x19, 0xe0, 0xdb, 0xb4, - 0x71, 0xd1, 0xa6, 0xa6, 0xdb, 0xbb, 0x8d, 0xfd, 0x68, 0x00, 0x70, 0x6e, 0xc1, 0x01, 0xe8, 0xa7, - 0x3c, 0x8e, 0xe8, 0x84, 0x4d, 0x19, 0xf5, 0xad, 0x0f, 0xb0, 0x0f, 0x7a, 0x29, 0xff, 0xcb, 0xe7, - 0xff, 0xb9, 0x65, 0xc0, 0x2f, 0xe0, 0xf3, 0x82, 0xfe, 0x4b, 0xd9, 0x82, 0xfa, 0x96, 0x09, 0x87, - 0x60, 0xc0, 0xc2, 0x30, 0x4d, 0x88, 0x17, 0x50, 0x31, 0x65, 0x34, 0xf0, 0xad, 0x0e, 0xfc, 0x0e, - 0xbe, 0x32, 0x9e, 0x91, 0x80, 0xf9, 0x22, 0x23, 0x41, 0x4a, 0xad, 0x8f, 0x70, 0x04, 0x86, 0xad, - 0x14, 0x61, 0x1a, 0x27, 0xc2, 0xa3, 0x22, 0xe5, 0x31, 0x4d, 0xac, 0x4f, 0xf0, 0x27, 0xf8, 0x71, - 0x1c, 0x27, 0xf8, 0x9c, 0xd3, 0x30, 0x4a, 0x2e, 0x44, 0xc0, 0xe2, 0xc4, 0xea, 0xc2, 0x5f, 0x60, - 0xd4, 0x8e, 0x14, 0x13, 0xc2, 0xf9, 0xbc, 0xb5, 0x4d, 0x02, 0x4a, 0x9a, 0xcd, 0x3d, 0xef, 0x60, - 0x00, 0xfb, 0x5a, 0x6e, 0xd0, 0xfb, 0xe7, 0x7a, 0x83, 0xf3, 0x61, 0x51, 0x93, 0x4f, 0x64, 0x5c, - 0xfa, 0xaf, 0x96, 0x4a, 0xae, 0x97, 0xdb, 0x0a, 0xc9, 0xba, 0x72, 0xaa, 0x72, 0xdb, 0xa6, 0x77, - 0xcc, 0x78, 0xb7, 0x52, 0x6f, 0x45, 0xfe, 0x47, 0x3f, 0xf7, 0x66, 0x67, 0x46, 0xc8, 0x83, 0x39, - 0x9e, 0xe9, 0x61, 0xa4, 0x50, 0x48, 0xcb, 0x46, 0x65, 0x2e, 0x6a, 0x57, 0xaa, 0xe7, 0x23, 0x90, - 0x93, 0x42, 0xe5, 0x27, 0x20, 0xcf, 0xdc, 0x5c, 0x03, 0x07, 0xd3, 0xd6, 0x5d, 0x8c, 0x49, 0xa1, - 0x30, 0x3e, 0x21, 0x18, 0x67, 0x2e, 0xc6, 0x1a, 0xba, 0xea, 0xb6, 0xbf, 0xfb, 0xfd, 0x12, 0x00, - 0x00, 0xff, 0xff, 0x4b, 0x8f, 0x93, 0xdc, 0x0f, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/field_mask_error.pb.go b/googleapis/ads/googleads/v0/errors/field_mask_error.pb.go deleted file mode 100644 index 66761b1523..0000000000 --- a/googleapis/ads/googleads/v0/errors/field_mask_error.pb.go +++ /dev/null @@ -1,128 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/field_mask_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible field mask errors. -type FieldMaskErrorEnum_FieldMaskError int32 - -const ( - // Enum unspecified. - FieldMaskErrorEnum_UNSPECIFIED FieldMaskErrorEnum_FieldMaskError = 0 - // The received error code is not known in this version. - FieldMaskErrorEnum_UNKNOWN FieldMaskErrorEnum_FieldMaskError = 1 - // The field mask must be provided for update operations. - FieldMaskErrorEnum_FIELD_MASK_MISSING FieldMaskErrorEnum_FieldMaskError = 5 - // The field mask must be empty for create and remove operations. - FieldMaskErrorEnum_FIELD_MASK_NOT_ALLOWED FieldMaskErrorEnum_FieldMaskError = 4 - // The field mask contained an invalid field. - FieldMaskErrorEnum_FIELD_NOT_FOUND FieldMaskErrorEnum_FieldMaskError = 2 - // The field mask updated a field with subfields. Fields with subfields may - // be cleared, but not updated. To fix this, the field mask should select - // all the subfields of the invalid field. - FieldMaskErrorEnum_FIELD_HAS_SUBFIELDS FieldMaskErrorEnum_FieldMaskError = 3 -) - -var FieldMaskErrorEnum_FieldMaskError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 5: "FIELD_MASK_MISSING", - 4: "FIELD_MASK_NOT_ALLOWED", - 2: "FIELD_NOT_FOUND", - 3: "FIELD_HAS_SUBFIELDS", -} -var FieldMaskErrorEnum_FieldMaskError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "FIELD_MASK_MISSING": 5, - "FIELD_MASK_NOT_ALLOWED": 4, - "FIELD_NOT_FOUND": 2, - "FIELD_HAS_SUBFIELDS": 3, -} - -func (x FieldMaskErrorEnum_FieldMaskError) String() string { - return proto.EnumName(FieldMaskErrorEnum_FieldMaskError_name, int32(x)) -} -func (FieldMaskErrorEnum_FieldMaskError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_field_mask_error_6d7662fd786fde5a, []int{0, 0} -} - -// Container for enum describing possible field mask errors. -type FieldMaskErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FieldMaskErrorEnum) Reset() { *m = FieldMaskErrorEnum{} } -func (m *FieldMaskErrorEnum) String() string { return proto.CompactTextString(m) } -func (*FieldMaskErrorEnum) ProtoMessage() {} -func (*FieldMaskErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_field_mask_error_6d7662fd786fde5a, []int{0} -} -func (m *FieldMaskErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FieldMaskErrorEnum.Unmarshal(m, b) -} -func (m *FieldMaskErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FieldMaskErrorEnum.Marshal(b, m, deterministic) -} -func (dst *FieldMaskErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FieldMaskErrorEnum.Merge(dst, src) -} -func (m *FieldMaskErrorEnum) XXX_Size() int { - return xxx_messageInfo_FieldMaskErrorEnum.Size(m) -} -func (m *FieldMaskErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FieldMaskErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FieldMaskErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FieldMaskErrorEnum)(nil), "google.ads.googleads.v0.errors.FieldMaskErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.FieldMaskErrorEnum_FieldMaskError", FieldMaskErrorEnum_FieldMaskError_name, FieldMaskErrorEnum_FieldMaskError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/field_mask_error.proto", fileDescriptor_field_mask_error_6d7662fd786fde5a) -} - -var fileDescriptor_field_mask_error_6d7662fd786fde5a = []byte{ - // 334 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdd, 0x4a, 0xc3, 0x30, - 0x1c, 0xc5, 0x6d, 0xe7, 0x07, 0x64, 0xe0, 0x4a, 0x06, 0x13, 0xbc, 0xd8, 0x45, 0x1f, 0x20, 0x2d, - 0x88, 0x37, 0xf1, 0x2a, 0xb3, 0xed, 0x2c, 0xdb, 0xd2, 0x41, 0xec, 0x06, 0x52, 0x28, 0xd5, 0xd4, - 0x30, 0xf6, 0x91, 0xd1, 0xe8, 0x9e, 0xc3, 0x67, 0xf0, 0x46, 0xf0, 0x51, 0x7c, 0x14, 0x2f, 0x7c, - 0x06, 0x49, 0xe3, 0x86, 0xbb, 0xd0, 0xab, 0x9c, 0xfc, 0x72, 0x4e, 0xf2, 0xcf, 0x01, 0x97, 0x42, - 0x4a, 0xb1, 0x28, 0xbd, 0x82, 0x2b, 0xcf, 0x48, 0xad, 0x36, 0xbe, 0x57, 0x56, 0x95, 0xac, 0x94, - 0xf7, 0x38, 0x2b, 0x17, 0x3c, 0x5f, 0x16, 0x6a, 0x9e, 0xd7, 0x04, 0xad, 0x2b, 0xf9, 0x24, 0x61, - 0xd7, 0x78, 0x51, 0xc1, 0x15, 0xda, 0xc5, 0xd0, 0xc6, 0x47, 0x26, 0xe6, 0xbe, 0x59, 0x00, 0x46, - 0x3a, 0x3a, 0x2a, 0xd4, 0x3c, 0xd4, 0x2c, 0x5c, 0x3d, 0x2f, 0xdd, 0x17, 0x0b, 0x9c, 0xee, 0x63, - 0xd8, 0x02, 0xcd, 0x94, 0xb2, 0x71, 0x78, 0x1d, 0x47, 0x71, 0x18, 0x38, 0x07, 0xb0, 0x09, 0x4e, - 0x52, 0x3a, 0xa0, 0xc9, 0x94, 0x3a, 0x16, 0xec, 0x00, 0x18, 0xc5, 0xe1, 0x30, 0xc8, 0x47, 0x84, - 0x0d, 0xf2, 0x51, 0xcc, 0x58, 0x4c, 0xfb, 0xce, 0x11, 0x3c, 0x07, 0x9d, 0x5f, 0x9c, 0x26, 0xb7, - 0x39, 0x19, 0x0e, 0x93, 0x69, 0x18, 0x38, 0x87, 0xb0, 0x0d, 0x5a, 0xe6, 0x4c, 0xe3, 0x28, 0x49, - 0x69, 0xe0, 0xd8, 0xf0, 0x0c, 0xb4, 0x0d, 0xbc, 0x21, 0x2c, 0x67, 0x69, 0xaf, 0xde, 0x30, 0xa7, - 0xd1, 0xfb, 0xb2, 0x80, 0xfb, 0x20, 0x97, 0xe8, 0xff, 0x0f, 0xf5, 0xda, 0xfb, 0x63, 0x8f, 0x75, - 0x0b, 0x63, 0xeb, 0x2e, 0xf8, 0x89, 0x09, 0xb9, 0x28, 0x56, 0x02, 0xc9, 0x4a, 0x78, 0xa2, 0x5c, - 0xd5, 0x1d, 0x6d, 0xeb, 0x5c, 0xcf, 0xd4, 0x5f, 0xed, 0x5e, 0x99, 0xe5, 0xd5, 0x6e, 0xf4, 0x09, - 0x79, 0xb7, 0xbb, 0x7d, 0x73, 0x19, 0xe1, 0x0a, 0x19, 0xa9, 0xd5, 0xc4, 0x47, 0xf5, 0x93, 0xea, - 0x63, 0x6b, 0xc8, 0x08, 0x57, 0xd9, 0xce, 0x90, 0x4d, 0xfc, 0xcc, 0x18, 0x3e, 0x6d, 0xd7, 0x50, - 0x8c, 0x09, 0x57, 0x18, 0xef, 0x2c, 0x18, 0x4f, 0x7c, 0x8c, 0x8d, 0xe9, 0xfe, 0xb8, 0x9e, 0xee, - 0xe2, 0x3b, 0x00, 0x00, 0xff, 0xff, 0x36, 0x27, 0xda, 0x98, 0xfa, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/function_error.pb.go b/googleapis/ads/googleads/v0/errors/function_error.pb.go deleted file mode 100644 index 349e065d1a..0000000000 --- a/googleapis/ads/googleads/v0/errors/function_error.pb.go +++ /dev/null @@ -1,187 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/function_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible function errors. -type FunctionErrorEnum_FunctionError int32 - -const ( - // Enum unspecified. - FunctionErrorEnum_UNSPECIFIED FunctionErrorEnum_FunctionError = 0 - // The received error code is not known in this version. - FunctionErrorEnum_UNKNOWN FunctionErrorEnum_FunctionError = 1 - // The format of the function is not recognized as a supported function - // format. - FunctionErrorEnum_INVALID_FUNCTION_FORMAT FunctionErrorEnum_FunctionError = 2 - // Operand data types do not match. - FunctionErrorEnum_DATA_TYPE_MISMATCH FunctionErrorEnum_FunctionError = 3 - // The operands cannot be used together in a conjunction. - FunctionErrorEnum_INVALID_CONJUNCTION_OPERANDS FunctionErrorEnum_FunctionError = 4 - // Invalid numer of Operands. - FunctionErrorEnum_INVALID_NUMBER_OF_OPERANDS FunctionErrorEnum_FunctionError = 5 - // Operand Type not supported. - FunctionErrorEnum_INVALID_OPERAND_TYPE FunctionErrorEnum_FunctionError = 6 - // Operator not supported. - FunctionErrorEnum_INVALID_OPERATOR FunctionErrorEnum_FunctionError = 7 - // Request context type not supported. - FunctionErrorEnum_INVALID_REQUEST_CONTEXT_TYPE FunctionErrorEnum_FunctionError = 8 - // The matching function is not allowed for call placeholders - FunctionErrorEnum_INVALID_FUNCTION_FOR_CALL_PLACEHOLDER FunctionErrorEnum_FunctionError = 9 - // The matching function is not allowed for the specified placeholder - FunctionErrorEnum_INVALID_FUNCTION_FOR_PLACEHOLDER FunctionErrorEnum_FunctionError = 10 - // Invalid operand. - FunctionErrorEnum_INVALID_OPERAND FunctionErrorEnum_FunctionError = 11 - // Missing value for the constant operand. - FunctionErrorEnum_MISSING_CONSTANT_OPERAND_VALUE FunctionErrorEnum_FunctionError = 12 - // The value of the constant operand is invalid. - FunctionErrorEnum_INVALID_CONSTANT_OPERAND_VALUE FunctionErrorEnum_FunctionError = 13 - // Invalid function nesting. - FunctionErrorEnum_INVALID_NESTING FunctionErrorEnum_FunctionError = 14 - // The Feed ID was different from another Feed ID in the same function. - FunctionErrorEnum_MULTIPLE_FEED_IDS_NOT_SUPPORTED FunctionErrorEnum_FunctionError = 15 - // The matching function is invalid for use with a feed with a fixed schema. - FunctionErrorEnum_INVALID_FUNCTION_FOR_FEED_WITH_FIXED_SCHEMA FunctionErrorEnum_FunctionError = 16 - // Invalid attribute name. - FunctionErrorEnum_INVALID_ATTRIBUTE_NAME FunctionErrorEnum_FunctionError = 17 -) - -var FunctionErrorEnum_FunctionError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "INVALID_FUNCTION_FORMAT", - 3: "DATA_TYPE_MISMATCH", - 4: "INVALID_CONJUNCTION_OPERANDS", - 5: "INVALID_NUMBER_OF_OPERANDS", - 6: "INVALID_OPERAND_TYPE", - 7: "INVALID_OPERATOR", - 8: "INVALID_REQUEST_CONTEXT_TYPE", - 9: "INVALID_FUNCTION_FOR_CALL_PLACEHOLDER", - 10: "INVALID_FUNCTION_FOR_PLACEHOLDER", - 11: "INVALID_OPERAND", - 12: "MISSING_CONSTANT_OPERAND_VALUE", - 13: "INVALID_CONSTANT_OPERAND_VALUE", - 14: "INVALID_NESTING", - 15: "MULTIPLE_FEED_IDS_NOT_SUPPORTED", - 16: "INVALID_FUNCTION_FOR_FEED_WITH_FIXED_SCHEMA", - 17: "INVALID_ATTRIBUTE_NAME", -} -var FunctionErrorEnum_FunctionError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "INVALID_FUNCTION_FORMAT": 2, - "DATA_TYPE_MISMATCH": 3, - "INVALID_CONJUNCTION_OPERANDS": 4, - "INVALID_NUMBER_OF_OPERANDS": 5, - "INVALID_OPERAND_TYPE": 6, - "INVALID_OPERATOR": 7, - "INVALID_REQUEST_CONTEXT_TYPE": 8, - "INVALID_FUNCTION_FOR_CALL_PLACEHOLDER": 9, - "INVALID_FUNCTION_FOR_PLACEHOLDER": 10, - "INVALID_OPERAND": 11, - "MISSING_CONSTANT_OPERAND_VALUE": 12, - "INVALID_CONSTANT_OPERAND_VALUE": 13, - "INVALID_NESTING": 14, - "MULTIPLE_FEED_IDS_NOT_SUPPORTED": 15, - "INVALID_FUNCTION_FOR_FEED_WITH_FIXED_SCHEMA": 16, - "INVALID_ATTRIBUTE_NAME": 17, -} - -func (x FunctionErrorEnum_FunctionError) String() string { - return proto.EnumName(FunctionErrorEnum_FunctionError_name, int32(x)) -} -func (FunctionErrorEnum_FunctionError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_function_error_9c373222bda9e4b6, []int{0, 0} -} - -// Container for enum describing possible function errors. -type FunctionErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FunctionErrorEnum) Reset() { *m = FunctionErrorEnum{} } -func (m *FunctionErrorEnum) String() string { return proto.CompactTextString(m) } -func (*FunctionErrorEnum) ProtoMessage() {} -func (*FunctionErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_function_error_9c373222bda9e4b6, []int{0} -} -func (m *FunctionErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FunctionErrorEnum.Unmarshal(m, b) -} -func (m *FunctionErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FunctionErrorEnum.Marshal(b, m, deterministic) -} -func (dst *FunctionErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FunctionErrorEnum.Merge(dst, src) -} -func (m *FunctionErrorEnum) XXX_Size() int { - return xxx_messageInfo_FunctionErrorEnum.Size(m) -} -func (m *FunctionErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FunctionErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FunctionErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FunctionErrorEnum)(nil), "google.ads.googleads.v0.errors.FunctionErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.FunctionErrorEnum_FunctionError", FunctionErrorEnum_FunctionError_name, FunctionErrorEnum_FunctionError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/function_error.proto", fileDescriptor_function_error_9c373222bda9e4b6) -} - -var fileDescriptor_function_error_9c373222bda9e4b6 = []byte{ - // 525 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xc1, 0x6e, 0xd3, 0x4e, - 0x10, 0xc6, 0xff, 0x49, 0xf3, 0x6f, 0x61, 0x42, 0xc9, 0x76, 0xa9, 0x0a, 0x2a, 0x28, 0x54, 0x01, - 0x0e, 0x08, 0xc9, 0x8e, 0xd4, 0x9b, 0x39, 0x6d, 0xec, 0x71, 0xb2, 0x60, 0xaf, 0x8d, 0x77, 0x9d, - 0x16, 0x14, 0x69, 0x15, 0x9a, 0x60, 0x55, 0x6a, 0xe3, 0x2a, 0x6e, 0xfb, 0x40, 0x1c, 0xe1, 0x29, - 0xb8, 0xf2, 0x28, 0x48, 0xbc, 0x03, 0xb2, 0x1d, 0x87, 0x04, 0x05, 0x4e, 0x1e, 0xcf, 0xfc, 0xbe, - 0xfd, 0x66, 0x57, 0x1f, 0x1c, 0x27, 0x69, 0x9a, 0x5c, 0x4c, 0xcd, 0xf1, 0x24, 0x33, 0xcb, 0x32, - 0xaf, 0x6e, 0xbb, 0xe6, 0x74, 0x3e, 0x4f, 0xe7, 0x99, 0xf9, 0xe9, 0x66, 0x76, 0x76, 0x7d, 0x9e, - 0xce, 0x74, 0xf1, 0x6f, 0x5c, 0xcd, 0xd3, 0xeb, 0x94, 0xb6, 0x4b, 0xd2, 0x18, 0x4f, 0x32, 0x63, - 0x29, 0x32, 0x6e, 0xbb, 0x46, 0x29, 0xea, 0x7c, 0x6b, 0xc0, 0x9e, 0xbb, 0x10, 0x62, 0xde, 0xc2, - 0xd9, 0xcd, 0x65, 0xe7, 0x6b, 0x03, 0x76, 0xd7, 0xba, 0xb4, 0x05, 0xcd, 0x58, 0xc8, 0x10, 0x6d, - 0xee, 0x72, 0x74, 0xc8, 0x7f, 0xb4, 0x09, 0x3b, 0xb1, 0x78, 0x2b, 0x82, 0x13, 0x41, 0x6a, 0xf4, - 0x31, 0x3c, 0xe4, 0x62, 0xc8, 0x3c, 0xee, 0x68, 0x37, 0x16, 0xb6, 0xe2, 0x81, 0xd0, 0x6e, 0x10, - 0xf9, 0x4c, 0x91, 0x3a, 0x3d, 0x00, 0xea, 0x30, 0xc5, 0xb4, 0x7a, 0x1f, 0xa2, 0xf6, 0xb9, 0xf4, - 0x99, 0xb2, 0x07, 0x64, 0x8b, 0x1e, 0xc1, 0x93, 0x4a, 0x64, 0x07, 0xe2, 0x4d, 0xa5, 0x0b, 0x42, - 0x8c, 0x98, 0x70, 0x24, 0x69, 0xd0, 0x36, 0x1c, 0x56, 0x84, 0x88, 0xfd, 0x1e, 0x46, 0x3a, 0x70, - 0x7f, 0xcf, 0xff, 0xa7, 0x8f, 0x60, 0xbf, 0x9a, 0x2f, 0xba, 0x85, 0x09, 0xd9, 0xa6, 0xfb, 0x40, - 0xd6, 0x26, 0x2a, 0x88, 0xc8, 0xce, 0xaa, 0x63, 0x84, 0xef, 0x62, 0x94, 0x2a, 0x77, 0x56, 0x78, - 0xaa, 0x4a, 0xdd, 0x1d, 0xfa, 0x12, 0x5e, 0x6c, 0xba, 0x88, 0xb6, 0x99, 0xe7, 0xe9, 0xd0, 0x63, - 0x36, 0x0e, 0x02, 0xcf, 0xc1, 0x88, 0xdc, 0xa5, 0xcf, 0xe1, 0x68, 0x23, 0xba, 0x4a, 0x01, 0x7d, - 0x00, 0xad, 0x3f, 0x56, 0x24, 0x4d, 0xda, 0x81, 0xb6, 0xcf, 0xa5, 0xe4, 0xa2, 0x9f, 0xfb, 0x4b, - 0xc5, 0x84, 0x5a, 0x5e, 0x60, 0xc8, 0xbc, 0x18, 0xc9, 0xbd, 0x9c, 0x59, 0x79, 0x9d, 0x4d, 0xcc, - 0xee, 0xea, 0xe1, 0x02, 0xa5, 0xe2, 0xa2, 0x4f, 0xee, 0xd3, 0x67, 0xf0, 0xd4, 0x8f, 0x3d, 0xc5, - 0x43, 0x0f, 0xb5, 0x8b, 0xe8, 0x68, 0xee, 0x48, 0x2d, 0x02, 0xa5, 0x65, 0x1c, 0x86, 0x41, 0xa4, - 0xd0, 0x21, 0x2d, 0x6a, 0xc2, 0xab, 0x8d, 0xcb, 0x17, 0x82, 0x13, 0xae, 0x06, 0xda, 0xe5, 0xa7, - 0xe8, 0x68, 0x69, 0x0f, 0xd0, 0x67, 0x84, 0xd0, 0x43, 0x38, 0xa8, 0x04, 0x4c, 0xa9, 0x88, 0xf7, - 0x62, 0x85, 0x5a, 0x30, 0x1f, 0xc9, 0x5e, 0xef, 0x67, 0x0d, 0x3a, 0x67, 0xe9, 0xa5, 0xf1, 0xef, - 0xa8, 0xf5, 0xe8, 0x5a, 0xa2, 0xc2, 0x3c, 0x9e, 0x61, 0xed, 0x83, 0xb3, 0x50, 0x25, 0xe9, 0xc5, - 0x78, 0x96, 0x18, 0xe9, 0x3c, 0x31, 0x93, 0xe9, 0xac, 0x08, 0x6f, 0x95, 0xf2, 0xab, 0xf3, 0xec, - 0x6f, 0xa1, 0x7f, 0x5d, 0x7e, 0x3e, 0xd7, 0xb7, 0xfa, 0x8c, 0x7d, 0xa9, 0xb7, 0xfb, 0xe5, 0x61, - 0x6c, 0x92, 0x19, 0x65, 0x99, 0x57, 0xc3, 0xae, 0x51, 0x58, 0x66, 0xdf, 0x2b, 0x60, 0xc4, 0x26, - 0xd9, 0x68, 0x09, 0x8c, 0x86, 0xdd, 0x51, 0x09, 0xfc, 0xa8, 0x77, 0xca, 0xae, 0x65, 0xb1, 0x49, - 0x66, 0x59, 0x4b, 0xc4, 0xb2, 0x86, 0x5d, 0xcb, 0x2a, 0xa1, 0x8f, 0xdb, 0xc5, 0x76, 0xc7, 0xbf, - 0x02, 0x00, 0x00, 0xff, 0xff, 0x8a, 0x50, 0x2b, 0x06, 0x91, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/function_parsing_error.pb.go b/googleapis/ads/googleads/v0/errors/function_parsing_error.pb.go deleted file mode 100644 index efdf6661d5..0000000000 --- a/googleapis/ads/googleads/v0/errors/function_parsing_error.pb.go +++ /dev/null @@ -1,163 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/function_parsing_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible function parsing errors. -type FunctionParsingErrorEnum_FunctionParsingError int32 - -const ( - // Enum unspecified. - FunctionParsingErrorEnum_UNSPECIFIED FunctionParsingErrorEnum_FunctionParsingError = 0 - // The received error code is not known in this version. - FunctionParsingErrorEnum_UNKNOWN FunctionParsingErrorEnum_FunctionParsingError = 1 - // Unexpected end of function string. - FunctionParsingErrorEnum_NO_MORE_INPUT FunctionParsingErrorEnum_FunctionParsingError = 2 - // Could not find an expected character. - FunctionParsingErrorEnum_EXPECTED_CHARACTER FunctionParsingErrorEnum_FunctionParsingError = 3 - // Unexpected separator character. - FunctionParsingErrorEnum_UNEXPECTED_SEPARATOR FunctionParsingErrorEnum_FunctionParsingError = 4 - // Unmatched left bracket or parenthesis. - FunctionParsingErrorEnum_UNMATCHED_LEFT_BRACKET FunctionParsingErrorEnum_FunctionParsingError = 5 - // Unmatched right bracket or parenthesis. - FunctionParsingErrorEnum_UNMATCHED_RIGHT_BRACKET FunctionParsingErrorEnum_FunctionParsingError = 6 - // Functions are nested too deeply. - FunctionParsingErrorEnum_TOO_MANY_NESTED_FUNCTIONS FunctionParsingErrorEnum_FunctionParsingError = 7 - // Missing right-hand-side operand. - FunctionParsingErrorEnum_MISSING_RIGHT_HAND_OPERAND FunctionParsingErrorEnum_FunctionParsingError = 8 - // Invalid operator/function name. - FunctionParsingErrorEnum_INVALID_OPERATOR_NAME FunctionParsingErrorEnum_FunctionParsingError = 9 - // Feed attribute operand's argument is not an integer. - FunctionParsingErrorEnum_FEED_ATTRIBUTE_OPERAND_ARGUMENT_NOT_INTEGER FunctionParsingErrorEnum_FunctionParsingError = 10 - // Missing function operands. - FunctionParsingErrorEnum_NO_OPERANDS FunctionParsingErrorEnum_FunctionParsingError = 11 - // Function had too many operands. - FunctionParsingErrorEnum_TOO_MANY_OPERANDS FunctionParsingErrorEnum_FunctionParsingError = 12 -) - -var FunctionParsingErrorEnum_FunctionParsingError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "NO_MORE_INPUT", - 3: "EXPECTED_CHARACTER", - 4: "UNEXPECTED_SEPARATOR", - 5: "UNMATCHED_LEFT_BRACKET", - 6: "UNMATCHED_RIGHT_BRACKET", - 7: "TOO_MANY_NESTED_FUNCTIONS", - 8: "MISSING_RIGHT_HAND_OPERAND", - 9: "INVALID_OPERATOR_NAME", - 10: "FEED_ATTRIBUTE_OPERAND_ARGUMENT_NOT_INTEGER", - 11: "NO_OPERANDS", - 12: "TOO_MANY_OPERANDS", -} -var FunctionParsingErrorEnum_FunctionParsingError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "NO_MORE_INPUT": 2, - "EXPECTED_CHARACTER": 3, - "UNEXPECTED_SEPARATOR": 4, - "UNMATCHED_LEFT_BRACKET": 5, - "UNMATCHED_RIGHT_BRACKET": 6, - "TOO_MANY_NESTED_FUNCTIONS": 7, - "MISSING_RIGHT_HAND_OPERAND": 8, - "INVALID_OPERATOR_NAME": 9, - "FEED_ATTRIBUTE_OPERAND_ARGUMENT_NOT_INTEGER": 10, - "NO_OPERANDS": 11, - "TOO_MANY_OPERANDS": 12, -} - -func (x FunctionParsingErrorEnum_FunctionParsingError) String() string { - return proto.EnumName(FunctionParsingErrorEnum_FunctionParsingError_name, int32(x)) -} -func (FunctionParsingErrorEnum_FunctionParsingError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_function_parsing_error_7d588ab51e2c900d, []int{0, 0} -} - -// Container for enum describing possible function parsing errors. -type FunctionParsingErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FunctionParsingErrorEnum) Reset() { *m = FunctionParsingErrorEnum{} } -func (m *FunctionParsingErrorEnum) String() string { return proto.CompactTextString(m) } -func (*FunctionParsingErrorEnum) ProtoMessage() {} -func (*FunctionParsingErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_function_parsing_error_7d588ab51e2c900d, []int{0} -} -func (m *FunctionParsingErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FunctionParsingErrorEnum.Unmarshal(m, b) -} -func (m *FunctionParsingErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FunctionParsingErrorEnum.Marshal(b, m, deterministic) -} -func (dst *FunctionParsingErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_FunctionParsingErrorEnum.Merge(dst, src) -} -func (m *FunctionParsingErrorEnum) XXX_Size() int { - return xxx_messageInfo_FunctionParsingErrorEnum.Size(m) -} -func (m *FunctionParsingErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_FunctionParsingErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_FunctionParsingErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*FunctionParsingErrorEnum)(nil), "google.ads.googleads.v0.errors.FunctionParsingErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.FunctionParsingErrorEnum_FunctionParsingError", FunctionParsingErrorEnum_FunctionParsingError_name, FunctionParsingErrorEnum_FunctionParsingError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/function_parsing_error.proto", fileDescriptor_function_parsing_error_7d588ab51e2c900d) -} - -var fileDescriptor_function_parsing_error_7d588ab51e2c900d = []byte{ - // 472 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xcf, 0x6e, 0xd3, 0x40, - 0x10, 0xc6, 0x49, 0x02, 0x2d, 0x6c, 0x40, 0x6c, 0x57, 0x6d, 0x69, 0x8a, 0xc8, 0x21, 0x57, 0x24, - 0x3b, 0x12, 0x37, 0xf7, 0xb4, 0xb1, 0x27, 0xce, 0xaa, 0xf5, 0xac, 0xb5, 0x5e, 0x87, 0x3f, 0x8a, - 0xb4, 0x0a, 0x4d, 0xb0, 0x22, 0xb5, 0x76, 0x64, 0xb7, 0x7d, 0x00, 0x1e, 0x85, 0x23, 0x8f, 0xc2, - 0x7b, 0x70, 0xe1, 0xcc, 0x03, 0x20, 0x67, 0x13, 0xf7, 0x52, 0x7a, 0xf2, 0xe8, 0xfb, 0xbe, 0xdf, - 0x78, 0xb4, 0x33, 0xe4, 0x2c, 0x2b, 0x8a, 0xec, 0x6a, 0xe9, 0xce, 0x17, 0x95, 0x6b, 0xcb, 0xba, - 0xba, 0x1b, 0xba, 0xcb, 0xb2, 0x2c, 0xca, 0xca, 0xfd, 0x76, 0x9b, 0x5f, 0xde, 0xac, 0x8a, 0xdc, - 0xac, 0xe7, 0x65, 0xb5, 0xca, 0x33, 0xb3, 0xd1, 0x9d, 0x75, 0x59, 0xdc, 0x14, 0xac, 0x6f, 0x09, - 0x67, 0xbe, 0xa8, 0x9c, 0x06, 0x76, 0xee, 0x86, 0x8e, 0x85, 0x07, 0xdf, 0x3b, 0xe4, 0x64, 0xbc, - 0x6d, 0x10, 0x5b, 0x1e, 0x6a, 0x07, 0xf2, 0xdb, 0xeb, 0xc1, 0xef, 0x36, 0x39, 0x7c, 0xc8, 0x64, - 0xaf, 0x49, 0x37, 0xc5, 0x24, 0x06, 0x5f, 0x8c, 0x05, 0x04, 0xf4, 0x09, 0xeb, 0x92, 0xfd, 0x14, - 0xcf, 0x51, 0x7e, 0x44, 0xda, 0x62, 0x07, 0xe4, 0x15, 0x4a, 0x13, 0x49, 0x05, 0x46, 0x60, 0x9c, - 0x6a, 0xda, 0x66, 0xc7, 0x84, 0xc1, 0xa7, 0x18, 0x7c, 0x0d, 0x81, 0xf1, 0x27, 0x5c, 0x71, 0x5f, - 0x83, 0xa2, 0x1d, 0x76, 0x42, 0x0e, 0x53, 0x6c, 0x9c, 0x04, 0x62, 0xae, 0xb8, 0x96, 0x8a, 0x3e, - 0x65, 0xa7, 0xe4, 0x38, 0xc5, 0x88, 0x6b, 0x7f, 0x02, 0x81, 0xb9, 0x80, 0xb1, 0x36, 0x23, 0xc5, - 0xfd, 0x73, 0xd0, 0xf4, 0x19, 0x7b, 0x4b, 0xde, 0xdc, 0x7b, 0x4a, 0x84, 0x93, 0x7b, 0x73, 0x8f, - 0xbd, 0x23, 0x3d, 0x2d, 0xa5, 0x89, 0x38, 0x7e, 0x36, 0x08, 0x49, 0xdd, 0x77, 0x9c, 0xa2, 0xaf, - 0x85, 0xc4, 0x84, 0xee, 0xb3, 0x3e, 0x39, 0x8d, 0x44, 0x92, 0x08, 0x0c, 0xb7, 0xe4, 0x84, 0x63, - 0x60, 0x64, 0x0c, 0x8a, 0x63, 0x40, 0x9f, 0xb3, 0x1e, 0x39, 0x12, 0x38, 0xe5, 0x17, 0x62, 0x2b, - 0x6a, 0xa9, 0x0c, 0xf2, 0x08, 0xe8, 0x0b, 0xe6, 0x92, 0xf7, 0x63, 0x80, 0xc0, 0x70, 0xad, 0x95, - 0x18, 0xa5, 0x1a, 0x76, 0x98, 0xe1, 0x2a, 0x4c, 0x23, 0x40, 0x6d, 0x50, 0x6a, 0x23, 0x50, 0x43, - 0x08, 0x8a, 0x92, 0xfa, 0x99, 0x50, 0xee, 0x42, 0x09, 0xed, 0xb2, 0x23, 0x72, 0xd0, 0xcc, 0xd6, - 0xc8, 0x2f, 0x47, 0x7f, 0x5b, 0x64, 0x70, 0x59, 0x5c, 0x3b, 0x8f, 0xef, 0x6a, 0xd4, 0x7b, 0x68, - 0x17, 0x71, 0xbd, 0xe6, 0xb8, 0xf5, 0x25, 0xd8, 0xc2, 0x59, 0x71, 0x35, 0xcf, 0x33, 0xa7, 0x28, - 0x33, 0x37, 0x5b, 0xe6, 0x9b, 0x23, 0xd8, 0x5d, 0xcd, 0x7a, 0x55, 0xfd, 0xef, 0x88, 0xce, 0xec, - 0xe7, 0x47, 0xbb, 0x13, 0x72, 0xfe, 0xb3, 0xdd, 0x0f, 0x6d, 0x33, 0xbe, 0xa8, 0x1c, 0x5b, 0xd6, - 0xd5, 0x74, 0xe8, 0x6c, 0x7e, 0x59, 0xfd, 0xda, 0x05, 0x66, 0x7c, 0x51, 0xcd, 0x9a, 0xc0, 0x6c, - 0x3a, 0x9c, 0xd9, 0xc0, 0x9f, 0xf6, 0xc0, 0xaa, 0x9e, 0xc7, 0x17, 0x95, 0xe7, 0x35, 0x11, 0xcf, - 0x9b, 0x0e, 0x3d, 0xcf, 0x86, 0xbe, 0xee, 0x6d, 0xa6, 0xfb, 0xf0, 0x2f, 0x00, 0x00, 0xff, 0xff, - 0x84, 0xaa, 0x6f, 0x16, 0xe1, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/geo_target_constant_suggestion_error.pb.go b/googleapis/ads/googleads/v0/errors/geo_target_constant_suggestion_error.pb.go deleted file mode 100644 index fea8fb6d51..0000000000 --- a/googleapis/ads/googleads/v0/errors/geo_target_constant_suggestion_error.pb.go +++ /dev/null @@ -1,131 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/geo_target_constant_suggestion_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible geo target constant suggestion errors. -type GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError int32 - -const ( - // Enum unspecified. - GeoTargetConstantSuggestionErrorEnum_UNSPECIFIED GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError = 0 - // The received error code is not known in this version. - GeoTargetConstantSuggestionErrorEnum_UNKNOWN GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError = 1 - // A location name cannot be greater than 300 characters. - GeoTargetConstantSuggestionErrorEnum_LOCATION_NAME_SIZE_LIMIT GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError = 2 - // At most 25 location names can be specified in a SuggestGeoTargetConstants - // method. - GeoTargetConstantSuggestionErrorEnum_LOCATION_NAME_LIMIT GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError = 3 - // The country code is invalid. - GeoTargetConstantSuggestionErrorEnum_INVALID_COUNTRY_CODE GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError = 4 - // Geo target constant resource names or location names must be provided in - // the request. - GeoTargetConstantSuggestionErrorEnum_REQUEST_PARAMETERS_UNSET GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError = 5 -) - -var GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "LOCATION_NAME_SIZE_LIMIT", - 3: "LOCATION_NAME_LIMIT", - 4: "INVALID_COUNTRY_CODE", - 5: "REQUEST_PARAMETERS_UNSET", -} -var GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "LOCATION_NAME_SIZE_LIMIT": 2, - "LOCATION_NAME_LIMIT": 3, - "INVALID_COUNTRY_CODE": 4, - "REQUEST_PARAMETERS_UNSET": 5, -} - -func (x GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError) String() string { - return proto.EnumName(GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError_name, int32(x)) -} -func (GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_suggestion_error_068fcd10e8d99680, []int{0, 0} -} - -// Container for enum describing possible geo target constant suggestion errors. -type GeoTargetConstantSuggestionErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GeoTargetConstantSuggestionErrorEnum) Reset() { *m = GeoTargetConstantSuggestionErrorEnum{} } -func (m *GeoTargetConstantSuggestionErrorEnum) String() string { return proto.CompactTextString(m) } -func (*GeoTargetConstantSuggestionErrorEnum) ProtoMessage() {} -func (*GeoTargetConstantSuggestionErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_suggestion_error_068fcd10e8d99680, []int{0} -} -func (m *GeoTargetConstantSuggestionErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GeoTargetConstantSuggestionErrorEnum.Unmarshal(m, b) -} -func (m *GeoTargetConstantSuggestionErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GeoTargetConstantSuggestionErrorEnum.Marshal(b, m, deterministic) -} -func (dst *GeoTargetConstantSuggestionErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_GeoTargetConstantSuggestionErrorEnum.Merge(dst, src) -} -func (m *GeoTargetConstantSuggestionErrorEnum) XXX_Size() int { - return xxx_messageInfo_GeoTargetConstantSuggestionErrorEnum.Size(m) -} -func (m *GeoTargetConstantSuggestionErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_GeoTargetConstantSuggestionErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_GeoTargetConstantSuggestionErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*GeoTargetConstantSuggestionErrorEnum)(nil), "google.ads.googleads.v0.errors.GeoTargetConstantSuggestionErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError", GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError_name, GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/geo_target_constant_suggestion_error.proto", fileDescriptor_geo_target_constant_suggestion_error_068fcd10e8d99680) -} - -var fileDescriptor_geo_target_constant_suggestion_error_068fcd10e8d99680 = []byte{ - // 370 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xbd, 0xaa, 0xdb, 0x30, - 0x14, 0xc7, 0x6b, 0xa7, 0x1f, 0xa0, 0x0c, 0x35, 0x6e, 0xa1, 0x19, 0x4a, 0x28, 0xa6, 0x5d, 0x65, - 0x43, 0x37, 0x75, 0x52, 0x6c, 0x35, 0x88, 0x26, 0xb2, 0xeb, 0xaf, 0xd2, 0x60, 0x10, 0x6e, 0x6c, - 0x44, 0x20, 0xb1, 0x82, 0xe5, 0x64, 0xee, 0xb3, 0x74, 0xec, 0xd2, 0xf7, 0xe8, 0x13, 0xf4, 0x19, - 0xfa, 0x14, 0x17, 0x5b, 0x89, 0xe1, 0x0e, 0xf7, 0x66, 0xd2, 0x1f, 0x9d, 0x9f, 0x7e, 0x92, 0xce, - 0x01, 0x54, 0x48, 0x29, 0xf6, 0xb5, 0x5b, 0x56, 0xca, 0xd5, 0xb1, 0x4f, 0x67, 0xcf, 0xad, 0xdb, - 0x56, 0xb6, 0xca, 0x15, 0xb5, 0xe4, 0x5d, 0xd9, 0x8a, 0xba, 0xe3, 0x5b, 0xd9, 0xa8, 0xae, 0x6c, - 0x3a, 0xae, 0x4e, 0x42, 0xd4, 0xaa, 0xdb, 0xc9, 0x86, 0x0f, 0x14, 0x3c, 0xb6, 0xb2, 0x93, 0xf6, - 0x5c, 0x9f, 0x87, 0x65, 0xa5, 0xe0, 0xa8, 0x82, 0x67, 0x0f, 0x6a, 0x95, 0xf3, 0xcf, 0x00, 0xef, - 0x97, 0xb5, 0x4c, 0x07, 0x9b, 0x7f, 0x91, 0x25, 0xa3, 0x8b, 0xf4, 0x14, 0x69, 0x4e, 0x07, 0xe7, - 0x8f, 0x01, 0xde, 0xdd, 0x02, 0xed, 0x97, 0x60, 0x9a, 0xb1, 0x24, 0x22, 0x3e, 0xfd, 0x4c, 0x49, - 0x60, 0x3d, 0xb1, 0xa7, 0xe0, 0x45, 0xc6, 0xbe, 0xb0, 0xf0, 0x1b, 0xb3, 0x0c, 0xfb, 0x2d, 0x98, - 0xad, 0x42, 0x1f, 0xa7, 0x34, 0x64, 0x9c, 0xe1, 0x35, 0xe1, 0x09, 0xdd, 0x10, 0xbe, 0xa2, 0x6b, - 0x9a, 0x5a, 0xa6, 0xfd, 0x06, 0xbc, 0xba, 0x5f, 0xd5, 0x85, 0x89, 0x3d, 0x03, 0xaf, 0x29, 0xcb, - 0xf1, 0x8a, 0x06, 0xdc, 0x0f, 0x33, 0x96, 0xc6, 0xdf, 0xb9, 0x1f, 0x06, 0xc4, 0x7a, 0xda, 0x0b, - 0x63, 0xf2, 0x35, 0x23, 0x49, 0xca, 0x23, 0x1c, 0xe3, 0x35, 0x49, 0x49, 0x9c, 0xf0, 0x8c, 0x25, - 0x24, 0xb5, 0x9e, 0x2d, 0x7e, 0x9a, 0xc0, 0xd9, 0xca, 0x03, 0x7c, 0xbc, 0x03, 0x8b, 0x0f, 0xb7, - 0x7e, 0x15, 0xf5, 0x8d, 0x8c, 0x8c, 0x4d, 0x70, 0x11, 0x09, 0xb9, 0x2f, 0x1b, 0x01, 0x65, 0x2b, - 0x5c, 0x51, 0x37, 0x43, 0x9b, 0xaf, 0x53, 0x3a, 0xee, 0xd4, 0x43, 0x43, 0xfb, 0xa4, 0x97, 0x5f, - 0xe6, 0x64, 0x89, 0xf1, 0x6f, 0x73, 0xbe, 0xd4, 0x32, 0x5c, 0x29, 0xa8, 0x63, 0x9f, 0x72, 0x0f, - 0x0e, 0x57, 0xaa, 0xbf, 0x57, 0xa0, 0xc0, 0x95, 0x2a, 0x46, 0xa0, 0xc8, 0xbd, 0x42, 0x03, 0xff, - 0x4d, 0x47, 0xef, 0x22, 0x84, 0x2b, 0x85, 0xd0, 0x88, 0x20, 0x94, 0x7b, 0x08, 0x69, 0xe8, 0xc7, - 0xf3, 0xe1, 0x75, 0x1f, 0xef, 0x02, 0x00, 0x00, 0xff, 0xff, 0x36, 0xd4, 0x52, 0x23, 0x51, 0x02, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/header_error.pb.go b/googleapis/ads/googleads/v0/errors/header_error.pb.go deleted file mode 100644 index e5c02b3648..0000000000 --- a/googleapis/ads/googleads/v0/errors/header_error.pb.go +++ /dev/null @@ -1,111 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/header_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible header errors. -type HeaderErrorEnum_HeaderError int32 - -const ( - // Enum unspecified. - HeaderErrorEnum_UNSPECIFIED HeaderErrorEnum_HeaderError = 0 - // The received error code is not known in this version. - HeaderErrorEnum_UNKNOWN HeaderErrorEnum_HeaderError = 1 - // The login customer id could not be validated. - HeaderErrorEnum_INVALID_LOGIN_CUSTOMER_ID HeaderErrorEnum_HeaderError = 3 -) - -var HeaderErrorEnum_HeaderError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 3: "INVALID_LOGIN_CUSTOMER_ID", -} -var HeaderErrorEnum_HeaderError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "INVALID_LOGIN_CUSTOMER_ID": 3, -} - -func (x HeaderErrorEnum_HeaderError) String() string { - return proto.EnumName(HeaderErrorEnum_HeaderError_name, int32(x)) -} -func (HeaderErrorEnum_HeaderError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_header_error_7f6cd461e3cd5ee3, []int{0, 0} -} - -// Container for enum describing possible header errors. -type HeaderErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *HeaderErrorEnum) Reset() { *m = HeaderErrorEnum{} } -func (m *HeaderErrorEnum) String() string { return proto.CompactTextString(m) } -func (*HeaderErrorEnum) ProtoMessage() {} -func (*HeaderErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_header_error_7f6cd461e3cd5ee3, []int{0} -} -func (m *HeaderErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_HeaderErrorEnum.Unmarshal(m, b) -} -func (m *HeaderErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_HeaderErrorEnum.Marshal(b, m, deterministic) -} -func (dst *HeaderErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_HeaderErrorEnum.Merge(dst, src) -} -func (m *HeaderErrorEnum) XXX_Size() int { - return xxx_messageInfo_HeaderErrorEnum.Size(m) -} -func (m *HeaderErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_HeaderErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_HeaderErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*HeaderErrorEnum)(nil), "google.ads.googleads.v0.errors.HeaderErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.HeaderErrorEnum_HeaderError", HeaderErrorEnum_HeaderError_name, HeaderErrorEnum_HeaderError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/header_error.proto", fileDescriptor_header_error_7f6cd461e3cd5ee3) -} - -var fileDescriptor_header_error_7f6cd461e3cd5ee3 = []byte{ - // 284 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4c, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xa2, - 0xa2, 0xfc, 0xa2, 0x62, 0xfd, 0x8c, 0xd4, 0xc4, 0x94, 0xd4, 0xa2, 0x78, 0x30, 0x4f, 0xaf, 0xa0, - 0x28, 0xbf, 0x24, 0x5f, 0x48, 0x0e, 0xa2, 0x4e, 0x2f, 0x31, 0xa5, 0x58, 0x0f, 0xae, 0x45, 0xaf, - 0xcc, 0x40, 0x0f, 0xa2, 0x45, 0x29, 0x96, 0x8b, 0xdf, 0x03, 0xac, 0xcb, 0x15, 0xc4, 0x77, 0xcd, - 0x2b, 0xcd, 0x55, 0xf2, 0xe2, 0xe2, 0x46, 0x12, 0x12, 0xe2, 0xe7, 0xe2, 0x0e, 0xf5, 0x0b, 0x0e, - 0x70, 0x75, 0xf6, 0x74, 0xf3, 0x74, 0x75, 0x11, 0x60, 0x10, 0xe2, 0xe6, 0x62, 0x0f, 0xf5, 0xf3, - 0xf6, 0xf3, 0x0f, 0xf7, 0x13, 0x60, 0x14, 0x92, 0xe5, 0x92, 0xf4, 0xf4, 0x0b, 0x73, 0xf4, 0xf1, - 0x74, 0x89, 0xf7, 0xf1, 0x77, 0xf7, 0xf4, 0x8b, 0x77, 0x0e, 0x0d, 0x0e, 0xf1, 0xf7, 0x75, 0x0d, - 0x8a, 0xf7, 0x74, 0x11, 0x60, 0x76, 0x7a, 0xcd, 0xc8, 0xa5, 0x94, 0x9c, 0x9f, 0xab, 0x87, 0xdf, - 0x15, 0x4e, 0x02, 0x48, 0x16, 0x06, 0x80, 0xdc, 0x1d, 0xc0, 0x18, 0xe5, 0x02, 0xd5, 0x93, 0x9e, - 0x9f, 0x93, 0x98, 0x97, 0xae, 0x97, 0x5f, 0x94, 0xae, 0x9f, 0x9e, 0x9a, 0x07, 0xf6, 0x15, 0xcc, - 0xf3, 0x05, 0x99, 0xc5, 0xb8, 0xc2, 0xc2, 0x1a, 0x42, 0x2d, 0x62, 0x62, 0x76, 0x77, 0x74, 0x5c, - 0xc5, 0x24, 0xe7, 0x0e, 0x31, 0xcc, 0x31, 0xa5, 0x58, 0x0f, 0xc2, 0x04, 0xb1, 0xc2, 0x0c, 0xf4, - 0xc0, 0x56, 0x16, 0x9f, 0x82, 0x29, 0x88, 0x71, 0x4c, 0x29, 0x8e, 0x81, 0x2b, 0x88, 0x09, 0x33, - 0x88, 0x81, 0x28, 0x78, 0xc5, 0xa4, 0x04, 0x11, 0xb5, 0xb2, 0x72, 0x4c, 0x29, 0xb6, 0xb2, 0x82, - 0x2b, 0xb1, 0xb2, 0x0a, 0x33, 0xb0, 0xb2, 0x82, 0x28, 0x4a, 0x62, 0x03, 0xbb, 0xce, 0x18, 0x10, - 0x00, 0x00, 0xff, 0xff, 0xe8, 0xc1, 0x33, 0x33, 0xa8, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/id_error.pb.go b/googleapis/ads/googleads/v0/errors/id_error.pb.go deleted file mode 100644 index 5262719fe6..0000000000 --- a/googleapis/ads/googleads/v0/errors/id_error.pb.go +++ /dev/null @@ -1,110 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/id_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible id errors. -type IdErrorEnum_IdError int32 - -const ( - // Enum unspecified. - IdErrorEnum_UNSPECIFIED IdErrorEnum_IdError = 0 - // The received error code is not known in this version. - IdErrorEnum_UNKNOWN IdErrorEnum_IdError = 1 - // Id not found - IdErrorEnum_NOT_FOUND IdErrorEnum_IdError = 2 -) - -var IdErrorEnum_IdError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "NOT_FOUND", -} -var IdErrorEnum_IdError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "NOT_FOUND": 2, -} - -func (x IdErrorEnum_IdError) String() string { - return proto.EnumName(IdErrorEnum_IdError_name, int32(x)) -} -func (IdErrorEnum_IdError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_id_error_f52dbb4ecea06953, []int{0, 0} -} - -// Container for enum describing possible id errors. -type IdErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *IdErrorEnum) Reset() { *m = IdErrorEnum{} } -func (m *IdErrorEnum) String() string { return proto.CompactTextString(m) } -func (*IdErrorEnum) ProtoMessage() {} -func (*IdErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_id_error_f52dbb4ecea06953, []int{0} -} -func (m *IdErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_IdErrorEnum.Unmarshal(m, b) -} -func (m *IdErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_IdErrorEnum.Marshal(b, m, deterministic) -} -func (dst *IdErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_IdErrorEnum.Merge(dst, src) -} -func (m *IdErrorEnum) XXX_Size() int { - return xxx_messageInfo_IdErrorEnum.Size(m) -} -func (m *IdErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_IdErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_IdErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*IdErrorEnum)(nil), "google.ads.googleads.v0.errors.IdErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.IdErrorEnum_IdError", IdErrorEnum_IdError_name, IdErrorEnum_IdError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/id_error.proto", fileDescriptor_id_error_f52dbb4ecea06953) -} - -var fileDescriptor_id_error_f52dbb4ecea06953 = []byte{ - // 263 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4d, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xa2, - 0xa2, 0xfc, 0xa2, 0x62, 0xfd, 0xcc, 0x94, 0x78, 0x30, 0x4b, 0xaf, 0xa0, 0x28, 0xbf, 0x24, 0x5f, - 0x48, 0x0e, 0xa2, 0x46, 0x2f, 0x31, 0xa5, 0x58, 0x0f, 0xae, 0x5c, 0xaf, 0xcc, 0x40, 0x0f, 0xa2, - 0x5c, 0xc9, 0x95, 0x8b, 0xdb, 0x33, 0xc5, 0x15, 0xc4, 0x76, 0xcd, 0x2b, 0xcd, 0x55, 0x32, 0xe3, - 0x62, 0x87, 0x72, 0x85, 0xf8, 0xb9, 0xb8, 0x43, 0xfd, 0x82, 0x03, 0x5c, 0x9d, 0x3d, 0xdd, 0x3c, - 0x5d, 0x5d, 0x04, 0x18, 0x84, 0xb8, 0xb9, 0xd8, 0x43, 0xfd, 0xbc, 0xfd, 0xfc, 0xc3, 0xfd, 0x04, - 0x18, 0x85, 0x78, 0xb9, 0x38, 0xfd, 0xfc, 0x43, 0xe2, 0xdd, 0xfc, 0x43, 0xfd, 0x5c, 0x04, 0x98, - 0x9c, 0x9e, 0x33, 0x72, 0x29, 0x25, 0xe7, 0xe7, 0xea, 0xe1, 0xb7, 0xcd, 0x89, 0x07, 0x6a, 0x78, - 0x00, 0xc8, 0x6d, 0x01, 0x8c, 0x51, 0x2e, 0x50, 0xf5, 0xe9, 0xf9, 0x39, 0x89, 0x79, 0xe9, 0x7a, - 0xf9, 0x45, 0xe9, 0xfa, 0xe9, 0xa9, 0x79, 0x60, 0x97, 0xc3, 0x3c, 0x57, 0x90, 0x59, 0x8c, 0xcb, - 0xaf, 0xd6, 0x10, 0x6a, 0x11, 0x13, 0xb3, 0xbb, 0xa3, 0xe3, 0x2a, 0x26, 0x39, 0x77, 0x88, 0x61, - 0x8e, 0x29, 0xc5, 0x7a, 0x10, 0x26, 0x88, 0x15, 0x66, 0xa0, 0x07, 0xb6, 0xb2, 0xf8, 0x14, 0x4c, - 0x41, 0x8c, 0x63, 0x4a, 0x71, 0x0c, 0x5c, 0x41, 0x4c, 0x98, 0x41, 0x0c, 0x44, 0xc1, 0x2b, 0x26, - 0x25, 0x88, 0xa8, 0x95, 0x95, 0x63, 0x4a, 0xb1, 0x95, 0x15, 0x5c, 0x89, 0x95, 0x55, 0x98, 0x81, - 0x95, 0x15, 0x44, 0x51, 0x12, 0x1b, 0xd8, 0x75, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x31, - 0x8b, 0x2c, 0xdc, 0x88, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/image_error.pb.go b/googleapis/ads/googleads/v0/errors/image_error.pb.go deleted file mode 100644 index 564aea55c3..0000000000 --- a/googleapis/ads/googleads/v0/errors/image_error.pb.go +++ /dev/null @@ -1,286 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/image_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible image errors. -type ImageErrorEnum_ImageError int32 - -const ( - // Enum unspecified. - ImageErrorEnum_UNSPECIFIED ImageErrorEnum_ImageError = 0 - // The received error code is not known in this version. - ImageErrorEnum_UNKNOWN ImageErrorEnum_ImageError = 1 - // The image is not valid. - ImageErrorEnum_INVALID_IMAGE ImageErrorEnum_ImageError = 2 - // The image could not be stored. - ImageErrorEnum_STORAGE_ERROR ImageErrorEnum_ImageError = 3 - // There was a problem with the request. - ImageErrorEnum_BAD_REQUEST ImageErrorEnum_ImageError = 4 - // The image is not of legal dimensions. - ImageErrorEnum_UNEXPECTED_SIZE ImageErrorEnum_ImageError = 5 - // Animated image are not permitted. - ImageErrorEnum_ANIMATED_NOT_ALLOWED ImageErrorEnum_ImageError = 6 - // Animation is too long. - ImageErrorEnum_ANIMATION_TOO_LONG ImageErrorEnum_ImageError = 7 - // There was an error on the server. - ImageErrorEnum_SERVER_ERROR ImageErrorEnum_ImageError = 8 - // Image cannot be in CMYK color format. - ImageErrorEnum_CMYK_JPEG_NOT_ALLOWED ImageErrorEnum_ImageError = 9 - // Flash images are not permitted. - ImageErrorEnum_FLASH_NOT_ALLOWED ImageErrorEnum_ImageError = 10 - // Flash images must support clickTag. - ImageErrorEnum_FLASH_WITHOUT_CLICKTAG ImageErrorEnum_ImageError = 11 - // A flash error has occurred after fixing the click tag. - ImageErrorEnum_FLASH_ERROR_AFTER_FIXING_CLICK_TAG ImageErrorEnum_ImageError = 12 - // Unacceptable visual effects. - ImageErrorEnum_ANIMATED_VISUAL_EFFECT ImageErrorEnum_ImageError = 13 - // There was a problem with the flash image. - ImageErrorEnum_FLASH_ERROR ImageErrorEnum_ImageError = 14 - // Incorrect image layout. - ImageErrorEnum_LAYOUT_PROBLEM ImageErrorEnum_ImageError = 15 - // There was a problem reading the image file. - ImageErrorEnum_PROBLEM_READING_IMAGE_FILE ImageErrorEnum_ImageError = 16 - // There was an error storing the image. - ImageErrorEnum_ERROR_STORING_IMAGE ImageErrorEnum_ImageError = 17 - // The aspect ratio of the image is not allowed. - ImageErrorEnum_ASPECT_RATIO_NOT_ALLOWED ImageErrorEnum_ImageError = 18 - // Flash cannot have network objects. - ImageErrorEnum_FLASH_HAS_NETWORK_OBJECTS ImageErrorEnum_ImageError = 19 - // Flash cannot have network methods. - ImageErrorEnum_FLASH_HAS_NETWORK_METHODS ImageErrorEnum_ImageError = 20 - // Flash cannot have a Url. - ImageErrorEnum_FLASH_HAS_URL ImageErrorEnum_ImageError = 21 - // Flash cannot use mouse tracking. - ImageErrorEnum_FLASH_HAS_MOUSE_TRACKING ImageErrorEnum_ImageError = 22 - // Flash cannot have a random number. - ImageErrorEnum_FLASH_HAS_RANDOM_NUM ImageErrorEnum_ImageError = 23 - // Ad click target cannot be '_self'. - ImageErrorEnum_FLASH_SELF_TARGETS ImageErrorEnum_ImageError = 24 - // GetUrl method should only use '_blank'. - ImageErrorEnum_FLASH_BAD_GETURL_TARGET ImageErrorEnum_ImageError = 25 - // Flash version is not supported. - ImageErrorEnum_FLASH_VERSION_NOT_SUPPORTED ImageErrorEnum_ImageError = 26 - // Flash movies need to have hard coded click URL or clickTAG - ImageErrorEnum_FLASH_WITHOUT_HARD_CODED_CLICK_URL ImageErrorEnum_ImageError = 27 - // Uploaded flash file is corrupted. - ImageErrorEnum_INVALID_FLASH_FILE ImageErrorEnum_ImageError = 28 - // Uploaded flash file can be parsed, but the click tag can not be fixed - // properly. - ImageErrorEnum_FAILED_TO_FIX_CLICK_TAG_IN_FLASH ImageErrorEnum_ImageError = 29 - // Flash movie accesses network resources - ImageErrorEnum_FLASH_ACCESSES_NETWORK_RESOURCES ImageErrorEnum_ImageError = 30 - // Flash movie attempts to call external javascript code - ImageErrorEnum_FLASH_EXTERNAL_JS_CALL ImageErrorEnum_ImageError = 31 - // Flash movie attempts to call flash system commands - ImageErrorEnum_FLASH_EXTERNAL_FS_CALL ImageErrorEnum_ImageError = 32 - // Image file is too large. - ImageErrorEnum_FILE_TOO_LARGE ImageErrorEnum_ImageError = 33 - // Image data is too large. - ImageErrorEnum_IMAGE_DATA_TOO_LARGE ImageErrorEnum_ImageError = 34 - // Error while processing the image. - ImageErrorEnum_IMAGE_PROCESSING_ERROR ImageErrorEnum_ImageError = 35 - // Image is too small. - ImageErrorEnum_IMAGE_TOO_SMALL ImageErrorEnum_ImageError = 36 - // Input was invalid. - ImageErrorEnum_INVALID_INPUT ImageErrorEnum_ImageError = 37 - // There was a problem reading the image file. - ImageErrorEnum_PROBLEM_READING_FILE ImageErrorEnum_ImageError = 38 -) - -var ImageErrorEnum_ImageError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "INVALID_IMAGE", - 3: "STORAGE_ERROR", - 4: "BAD_REQUEST", - 5: "UNEXPECTED_SIZE", - 6: "ANIMATED_NOT_ALLOWED", - 7: "ANIMATION_TOO_LONG", - 8: "SERVER_ERROR", - 9: "CMYK_JPEG_NOT_ALLOWED", - 10: "FLASH_NOT_ALLOWED", - 11: "FLASH_WITHOUT_CLICKTAG", - 12: "FLASH_ERROR_AFTER_FIXING_CLICK_TAG", - 13: "ANIMATED_VISUAL_EFFECT", - 14: "FLASH_ERROR", - 15: "LAYOUT_PROBLEM", - 16: "PROBLEM_READING_IMAGE_FILE", - 17: "ERROR_STORING_IMAGE", - 18: "ASPECT_RATIO_NOT_ALLOWED", - 19: "FLASH_HAS_NETWORK_OBJECTS", - 20: "FLASH_HAS_NETWORK_METHODS", - 21: "FLASH_HAS_URL", - 22: "FLASH_HAS_MOUSE_TRACKING", - 23: "FLASH_HAS_RANDOM_NUM", - 24: "FLASH_SELF_TARGETS", - 25: "FLASH_BAD_GETURL_TARGET", - 26: "FLASH_VERSION_NOT_SUPPORTED", - 27: "FLASH_WITHOUT_HARD_CODED_CLICK_URL", - 28: "INVALID_FLASH_FILE", - 29: "FAILED_TO_FIX_CLICK_TAG_IN_FLASH", - 30: "FLASH_ACCESSES_NETWORK_RESOURCES", - 31: "FLASH_EXTERNAL_JS_CALL", - 32: "FLASH_EXTERNAL_FS_CALL", - 33: "FILE_TOO_LARGE", - 34: "IMAGE_DATA_TOO_LARGE", - 35: "IMAGE_PROCESSING_ERROR", - 36: "IMAGE_TOO_SMALL", - 37: "INVALID_INPUT", - 38: "PROBLEM_READING_FILE", -} -var ImageErrorEnum_ImageError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "INVALID_IMAGE": 2, - "STORAGE_ERROR": 3, - "BAD_REQUEST": 4, - "UNEXPECTED_SIZE": 5, - "ANIMATED_NOT_ALLOWED": 6, - "ANIMATION_TOO_LONG": 7, - "SERVER_ERROR": 8, - "CMYK_JPEG_NOT_ALLOWED": 9, - "FLASH_NOT_ALLOWED": 10, - "FLASH_WITHOUT_CLICKTAG": 11, - "FLASH_ERROR_AFTER_FIXING_CLICK_TAG": 12, - "ANIMATED_VISUAL_EFFECT": 13, - "FLASH_ERROR": 14, - "LAYOUT_PROBLEM": 15, - "PROBLEM_READING_IMAGE_FILE": 16, - "ERROR_STORING_IMAGE": 17, - "ASPECT_RATIO_NOT_ALLOWED": 18, - "FLASH_HAS_NETWORK_OBJECTS": 19, - "FLASH_HAS_NETWORK_METHODS": 20, - "FLASH_HAS_URL": 21, - "FLASH_HAS_MOUSE_TRACKING": 22, - "FLASH_HAS_RANDOM_NUM": 23, - "FLASH_SELF_TARGETS": 24, - "FLASH_BAD_GETURL_TARGET": 25, - "FLASH_VERSION_NOT_SUPPORTED": 26, - "FLASH_WITHOUT_HARD_CODED_CLICK_URL": 27, - "INVALID_FLASH_FILE": 28, - "FAILED_TO_FIX_CLICK_TAG_IN_FLASH": 29, - "FLASH_ACCESSES_NETWORK_RESOURCES": 30, - "FLASH_EXTERNAL_JS_CALL": 31, - "FLASH_EXTERNAL_FS_CALL": 32, - "FILE_TOO_LARGE": 33, - "IMAGE_DATA_TOO_LARGE": 34, - "IMAGE_PROCESSING_ERROR": 35, - "IMAGE_TOO_SMALL": 36, - "INVALID_INPUT": 37, - "PROBLEM_READING_FILE": 38, -} - -func (x ImageErrorEnum_ImageError) String() string { - return proto.EnumName(ImageErrorEnum_ImageError_name, int32(x)) -} -func (ImageErrorEnum_ImageError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_error_43320018b41b0bdc, []int{0, 0} -} - -// Container for enum describing possible image errors. -type ImageErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ImageErrorEnum) Reset() { *m = ImageErrorEnum{} } -func (m *ImageErrorEnum) String() string { return proto.CompactTextString(m) } -func (*ImageErrorEnum) ProtoMessage() {} -func (*ImageErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_image_error_43320018b41b0bdc, []int{0} -} -func (m *ImageErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ImageErrorEnum.Unmarshal(m, b) -} -func (m *ImageErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ImageErrorEnum.Marshal(b, m, deterministic) -} -func (dst *ImageErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ImageErrorEnum.Merge(dst, src) -} -func (m *ImageErrorEnum) XXX_Size() int { - return xxx_messageInfo_ImageErrorEnum.Size(m) -} -func (m *ImageErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ImageErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ImageErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ImageErrorEnum)(nil), "google.ads.googleads.v0.errors.ImageErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.ImageErrorEnum_ImageError", ImageErrorEnum_ImageError_name, ImageErrorEnum_ImageError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/image_error.proto", fileDescriptor_image_error_43320018b41b0bdc) -} - -var fileDescriptor_image_error_43320018b41b0bdc = []byte{ - // 766 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x54, 0xdd, 0x6e, 0xdb, 0x36, - 0x14, 0x5e, 0xd2, 0xad, 0xe9, 0x98, 0x36, 0x61, 0x98, 0xe6, 0xbf, 0x4d, 0x3b, 0xaf, 0xeb, 0xa5, - 0x6c, 0x60, 0x77, 0xda, 0x15, 0x2d, 0x1d, 0xc9, 0x8c, 0x29, 0x52, 0x23, 0x29, 0x27, 0x2d, 0x02, - 0x10, 0xd9, 0x1c, 0x18, 0x05, 0x9a, 0xa8, 0xb0, 0xb6, 0x3e, 0xc4, 0x1e, 0x63, 0x97, 0x7b, 0x94, - 0x3d, 0x4a, 0x5f, 0x60, 0xb7, 0xc3, 0x11, 0x1d, 0xab, 0x1e, 0xb2, 0x5e, 0x89, 0x3c, 0xdf, 0x77, - 0x7e, 0x78, 0xbe, 0xa3, 0x43, 0x06, 0xb3, 0xba, 0x9e, 0xbd, 0xbf, 0xee, 0x5f, 0x4d, 0x9b, 0x7e, - 0x38, 0xe2, 0xe9, 0xe3, 0xa0, 0x7f, 0x3d, 0x9f, 0xd7, 0xf3, 0xa6, 0xff, 0xee, 0xe6, 0x6a, 0x76, - 0xed, 0xdb, 0x4b, 0xf4, 0x61, 0x5e, 0xff, 0x56, 0xb3, 0xd3, 0x40, 0x8b, 0xae, 0xa6, 0x4d, 0xb4, - 0xf4, 0x88, 0x3e, 0x0e, 0xa2, 0xe0, 0xd1, 0xfb, 0xe3, 0x11, 0xd9, 0x12, 0xe8, 0x05, 0x78, 0x87, - 0xdb, 0xdf, 0x6f, 0x7a, 0xff, 0x6c, 0x10, 0xd2, 0x99, 0xd8, 0x36, 0xd9, 0xac, 0x94, 0x2d, 0x21, - 0x11, 0x99, 0x80, 0x94, 0x7e, 0xc5, 0x36, 0xc9, 0x46, 0xa5, 0xc6, 0x4a, 0x9f, 0x2b, 0xba, 0xc6, - 0x76, 0xc8, 0x13, 0xa1, 0x26, 0x5c, 0x8a, 0xd4, 0x8b, 0x82, 0xe7, 0x40, 0xd7, 0xd1, 0x64, 0x9d, - 0x36, 0x3c, 0x07, 0x0f, 0xc6, 0x68, 0x43, 0x1f, 0x60, 0x8c, 0x21, 0x4f, 0xbd, 0x81, 0x9f, 0x2b, - 0xb0, 0x8e, 0x7e, 0xcd, 0x76, 0xc9, 0x76, 0xa5, 0xe0, 0xa2, 0x84, 0xc4, 0x41, 0xea, 0xad, 0x78, - 0x0b, 0xf4, 0x1b, 0x76, 0x48, 0x9e, 0x72, 0x25, 0x0a, 0x8e, 0x26, 0xa5, 0x9d, 0xe7, 0x52, 0xea, - 0x73, 0x48, 0xe9, 0x43, 0xb6, 0x4f, 0x58, 0x40, 0x84, 0x56, 0xde, 0x69, 0xed, 0xa5, 0x56, 0x39, - 0xdd, 0x60, 0x94, 0x3c, 0xb6, 0x60, 0x26, 0x60, 0x16, 0x99, 0x1e, 0xb1, 0x23, 0xb2, 0x97, 0x14, - 0x6f, 0xc6, 0xfe, 0xac, 0x84, 0x7c, 0x25, 0xc8, 0xb7, 0x6c, 0x8f, 0xec, 0x64, 0x92, 0xdb, 0xd1, - 0x8a, 0x99, 0xb0, 0x63, 0xb2, 0x1f, 0xcc, 0xe7, 0xc2, 0x8d, 0x74, 0xe5, 0x7c, 0x22, 0x45, 0x32, - 0x76, 0x3c, 0xa7, 0x9b, 0xec, 0x35, 0xe9, 0x05, 0xac, 0x0d, 0xef, 0x79, 0xe6, 0xc0, 0xf8, 0x4c, - 0x5c, 0x08, 0x95, 0x07, 0x9a, 0x47, 0xde, 0x63, 0x8c, 0xb1, 0xac, 0x7c, 0x22, 0x6c, 0xc5, 0xa5, - 0x87, 0x2c, 0x83, 0xc4, 0xd1, 0x27, 0xf8, 0xf6, 0xcf, 0x62, 0xd0, 0x2d, 0xc6, 0xc8, 0x96, 0xe4, - 0x6f, 0x30, 0x53, 0x69, 0xf4, 0x50, 0x42, 0x41, 0xb7, 0xd9, 0x29, 0x39, 0x5e, 0x5c, 0xbc, 0x01, - 0x9e, 0x62, 0xfc, 0xb6, 0x9d, 0x3e, 0x13, 0x12, 0x28, 0x65, 0x07, 0x64, 0x37, 0x94, 0x80, 0x9d, - 0x5d, 0xa2, 0x74, 0x87, 0x3d, 0x23, 0x87, 0x1c, 0xc5, 0x71, 0xde, 0x60, 0x77, 0x56, 0xde, 0xc6, - 0xd8, 0x73, 0x72, 0x14, 0x72, 0x8f, 0xb8, 0xf5, 0x0a, 0xdc, 0xb9, 0x36, 0x63, 0xaf, 0x87, 0x67, - 0x90, 0x38, 0x4b, 0x77, 0xef, 0x87, 0x0b, 0x70, 0x23, 0x9d, 0x5a, 0xfa, 0x14, 0x85, 0xec, 0xe0, - 0xca, 0x48, 0xba, 0x87, 0xe9, 0x3a, 0x53, 0xa1, 0x2b, 0x0b, 0xde, 0x19, 0x9e, 0x8c, 0x85, 0xca, - 0xe9, 0x3e, 0x0a, 0xd8, 0xa1, 0x86, 0xab, 0x54, 0x17, 0x5e, 0x55, 0x05, 0x3d, 0x40, 0x01, 0x03, - 0x62, 0x41, 0x66, 0xde, 0x71, 0x93, 0x83, 0xb3, 0xf4, 0x90, 0x9d, 0x90, 0x83, 0x60, 0xc7, 0xf1, - 0xc8, 0xc1, 0x55, 0x46, 0x2e, 0x50, 0x7a, 0xc4, 0x5e, 0x90, 0x93, 0x00, 0x4e, 0xc0, 0x58, 0x54, - 0x1e, 0x1f, 0x67, 0xab, 0xb2, 0xd4, 0xc6, 0x41, 0x4a, 0x8f, 0x3b, 0x79, 0xee, 0xa4, 0x1b, 0x71, - 0x93, 0xfa, 0x44, 0xa7, 0x90, 0x2e, 0xe4, 0xc1, 0xaa, 0x4f, 0x30, 0xfb, 0xdd, 0x90, 0x06, 0x7e, - 0xdb, 0xd5, 0x67, 0xec, 0x15, 0x79, 0x99, 0x71, 0x21, 0x21, 0xf5, 0x4e, 0xa3, 0xac, 0x9d, 0xa6, - 0x5e, 0xa8, 0x40, 0xa5, 0xcf, 0x5b, 0x56, 0xeb, 0xc5, 0x93, 0x04, 0xac, 0x85, 0xae, 0x55, 0x06, - 0xac, 0xae, 0x4c, 0x02, 0x96, 0x9e, 0x76, 0x63, 0x04, 0x17, 0x0e, 0x8c, 0xe2, 0xd2, 0x9f, 0x59, - 0x9f, 0x70, 0x29, 0xe9, 0x8b, 0x7b, 0xb0, 0x6c, 0x81, 0xbd, 0xc4, 0x69, 0xc0, 0x6a, 0xc2, 0x54, - 0xe3, 0xcb, 0xe9, 0x77, 0xd8, 0xc7, 0xa0, 0x7e, 0xca, 0x1d, 0xff, 0x0c, 0xe9, 0x61, 0xa4, 0x80, - 0x94, 0x46, 0x63, 0x31, 0x38, 0x0a, 0x61, 0xae, 0xbe, 0xc7, 0x7f, 0x2a, 0x60, 0xe8, 0x60, 0x0b, - 0x0c, 0xff, 0x6a, 0xe5, 0xff, 0x54, 0x65, 0xe5, 0xe8, 0x0f, 0x18, 0xfd, 0xbf, 0xb3, 0xd6, 0xf6, - 0xe3, 0xf5, 0xf0, 0xd3, 0x1a, 0xe9, 0xfd, 0x5a, 0xdf, 0x44, 0x5f, 0xde, 0x19, 0xc3, 0xed, 0x6e, - 0x3b, 0x94, 0xb8, 0x64, 0xca, 0xb5, 0xb7, 0xe9, 0xc2, 0x65, 0x56, 0xbf, 0xbf, 0xba, 0x9d, 0x45, - 0xf5, 0x7c, 0xd6, 0x9f, 0x5d, 0xdf, 0xb6, 0x2b, 0xe8, 0x6e, 0x51, 0x7d, 0x78, 0xd7, 0xfc, 0xdf, - 0xde, 0xfa, 0x29, 0x7c, 0xfe, 0x5c, 0x7f, 0x90, 0x73, 0xfe, 0xd7, 0xfa, 0x69, 0x1e, 0x82, 0xf1, - 0x69, 0x13, 0x85, 0x23, 0x9e, 0x26, 0x83, 0xa8, 0x4d, 0xd9, 0xfc, 0x7d, 0x47, 0xb8, 0xe4, 0xd3, - 0xe6, 0x72, 0x49, 0xb8, 0x9c, 0x0c, 0x2e, 0x03, 0xe1, 0xd3, 0x7a, 0x2f, 0x58, 0xe3, 0x98, 0x4f, - 0x9b, 0x38, 0x5e, 0x52, 0xe2, 0x78, 0x32, 0x88, 0xe3, 0x40, 0xfa, 0xe5, 0x61, 0x5b, 0xdd, 0x8f, - 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0x20, 0x07, 0x21, 0xfb, 0x54, 0x05, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/internal_error.pb.go b/googleapis/ads/googleads/v0/errors/internal_error.pb.go deleted file mode 100644 index 93879f2eaa..0000000000 --- a/googleapis/ads/googleads/v0/errors/internal_error.pb.go +++ /dev/null @@ -1,123 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/internal_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible internal errors. -type InternalErrorEnum_InternalError int32 - -const ( - // Enum unspecified. - InternalErrorEnum_UNSPECIFIED InternalErrorEnum_InternalError = 0 - // The received error code is not known in this version. - InternalErrorEnum_UNKNOWN InternalErrorEnum_InternalError = 1 - // Google Ads API encountered unexpected internal error. - InternalErrorEnum_INTERNAL_ERROR InternalErrorEnum_InternalError = 2 - // The intended error code doesn't exist in any API version. This will be - // fixed by adding a new error code as soon as possible. - InternalErrorEnum_ERROR_CODE_NOT_PUBLISHED InternalErrorEnum_InternalError = 3 - // Google Ads API encountered an unexpected transient error. The user - // should retry their request in these cases. - InternalErrorEnum_TRANSIENT_ERROR InternalErrorEnum_InternalError = 4 -) - -var InternalErrorEnum_InternalError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "INTERNAL_ERROR", - 3: "ERROR_CODE_NOT_PUBLISHED", - 4: "TRANSIENT_ERROR", -} -var InternalErrorEnum_InternalError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "INTERNAL_ERROR": 2, - "ERROR_CODE_NOT_PUBLISHED": 3, - "TRANSIENT_ERROR": 4, -} - -func (x InternalErrorEnum_InternalError) String() string { - return proto.EnumName(InternalErrorEnum_InternalError_name, int32(x)) -} -func (InternalErrorEnum_InternalError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_internal_error_973997f4b95955bf, []int{0, 0} -} - -// Container for enum describing possible internal errors. -type InternalErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *InternalErrorEnum) Reset() { *m = InternalErrorEnum{} } -func (m *InternalErrorEnum) String() string { return proto.CompactTextString(m) } -func (*InternalErrorEnum) ProtoMessage() {} -func (*InternalErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_internal_error_973997f4b95955bf, []int{0} -} -func (m *InternalErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_InternalErrorEnum.Unmarshal(m, b) -} -func (m *InternalErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_InternalErrorEnum.Marshal(b, m, deterministic) -} -func (dst *InternalErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_InternalErrorEnum.Merge(dst, src) -} -func (m *InternalErrorEnum) XXX_Size() int { - return xxx_messageInfo_InternalErrorEnum.Size(m) -} -func (m *InternalErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_InternalErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_InternalErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*InternalErrorEnum)(nil), "google.ads.googleads.v0.errors.InternalErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.InternalErrorEnum_InternalError", InternalErrorEnum_InternalError_name, InternalErrorEnum_InternalError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/internal_error.proto", fileDescriptor_internal_error_973997f4b95955bf) -} - -var fileDescriptor_internal_error_973997f4b95955bf = []byte{ - // 314 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, - 0x00, 0x86, 0x6d, 0x27, 0x0a, 0x19, 0xba, 0x1a, 0x2f, 0x1e, 0x64, 0x87, 0x3e, 0x40, 0x5a, 0xd8, - 0x2d, 0x9e, 0xb2, 0x35, 0xce, 0xe0, 0x48, 0x4b, 0xd7, 0x4d, 0x90, 0x42, 0xa9, 0xb6, 0x84, 0xc1, - 0xd6, 0x8c, 0x64, 0xee, 0x1d, 0x7c, 0x0d, 0x8f, 0x3e, 0x8a, 0x8f, 0x22, 0xf8, 0x0e, 0xd2, 0xa6, - 0x2b, 0xec, 0xa0, 0xa7, 0xfe, 0xfd, 0xf9, 0xfe, 0xe4, 0xcf, 0x0f, 0x46, 0x42, 0x4a, 0xb1, 0x2e, - 0xbd, 0xbc, 0xd0, 0x9e, 0x91, 0xb5, 0xda, 0xfb, 0x5e, 0xa9, 0x94, 0x54, 0xda, 0x5b, 0x55, 0xbb, - 0x52, 0x55, 0xf9, 0x3a, 0x6b, 0xfe, 0xd1, 0x56, 0xc9, 0x9d, 0x84, 0x43, 0x43, 0xa2, 0xbc, 0xd0, - 0xa8, 0x0b, 0xa1, 0xbd, 0x8f, 0x4c, 0xc8, 0x7d, 0xb7, 0xc0, 0x15, 0x6b, 0x83, 0xb4, 0xb6, 0x68, - 0xf5, 0xb6, 0x71, 0x77, 0xe0, 0xe2, 0xc8, 0x84, 0x03, 0xd0, 0x5f, 0xf0, 0x79, 0x44, 0x27, 0xec, - 0x9e, 0xd1, 0xc0, 0x39, 0x81, 0x7d, 0x70, 0xbe, 0xe0, 0x8f, 0x3c, 0x7c, 0xe2, 0x8e, 0x05, 0x21, - 0xb8, 0x64, 0x3c, 0xa1, 0x31, 0x27, 0xb3, 0x8c, 0xc6, 0x71, 0x18, 0x3b, 0x36, 0xbc, 0x05, 0x37, - 0x8d, 0xcc, 0x26, 0x61, 0x40, 0x33, 0x1e, 0x26, 0x59, 0xb4, 0x18, 0xcf, 0xd8, 0xfc, 0x81, 0x06, - 0x4e, 0x0f, 0x5e, 0x83, 0x41, 0x12, 0x13, 0x3e, 0x67, 0x94, 0x27, 0x6d, 0xe4, 0x74, 0xfc, 0x63, - 0x01, 0xf7, 0x55, 0x6e, 0xd0, 0xff, 0x95, 0xc7, 0xf0, 0xa8, 0x5a, 0x54, 0x3f, 0x33, 0xb2, 0x9e, - 0x83, 0x36, 0x25, 0xe4, 0x3a, 0xaf, 0x04, 0x92, 0x4a, 0x78, 0xa2, 0xac, 0x9a, 0x11, 0x0e, 0x6b, - 0x6d, 0x57, 0xfa, 0xaf, 0xf1, 0xee, 0xcc, 0xe7, 0xc3, 0xee, 0x4d, 0x09, 0xf9, 0xb4, 0x87, 0x53, - 0x73, 0x18, 0x29, 0x34, 0x32, 0xb2, 0x56, 0x4b, 0x1f, 0x35, 0x57, 0xea, 0xaf, 0x03, 0x90, 0x92, - 0x42, 0xa7, 0x1d, 0x90, 0x2e, 0xfd, 0xd4, 0x00, 0xdf, 0xb6, 0x6b, 0x5c, 0x8c, 0x49, 0xa1, 0x31, - 0xee, 0x10, 0x8c, 0x97, 0x3e, 0xc6, 0x06, 0x7a, 0x39, 0x6b, 0xda, 0x8d, 0x7e, 0x03, 0x00, 0x00, - 0xff, 0xff, 0x19, 0xd6, 0x35, 0x54, 0xd9, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/keyword_plan_ad_group_error.pb.go b/googleapis/ads/googleads/v0/errors/keyword_plan_ad_group_error.pb.go deleted file mode 100644 index f12b0a2719..0000000000 --- a/googleapis/ads/googleads/v0/errors/keyword_plan_ad_group_error.pb.go +++ /dev/null @@ -1,120 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/keyword_plan_ad_group_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible errors from applying a keyword plan ad group. -type KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError int32 - -const ( - // Enum unspecified. - KeywordPlanAdGroupErrorEnum_UNSPECIFIED KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError = 0 - // The received error code is not known in this version. - KeywordPlanAdGroupErrorEnum_UNKNOWN KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError = 1 - // The keyword plan ad group name is missing, empty, longer than allowed - // limit or contains invalid chars. - KeywordPlanAdGroupErrorEnum_INVALID_NAME KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError = 2 - // The keyword plan ad group name is duplicate to an existing keyword plan - // AdGroup name or other keyword plan AdGroup name in the request. - KeywordPlanAdGroupErrorEnum_DUPLICATE_NAME KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError = 3 -) - -var KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "INVALID_NAME", - 3: "DUPLICATE_NAME", -} -var KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "INVALID_NAME": 2, - "DUPLICATE_NAME": 3, -} - -func (x KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError) String() string { - return proto.EnumName(KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError_name, int32(x)) -} -func (KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_ad_group_error_a23b712d0a08ffb8, []int{0, 0} -} - -// Container for enum describing possible errors from applying a keyword plan -// ad group. -type KeywordPlanAdGroupErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanAdGroupErrorEnum) Reset() { *m = KeywordPlanAdGroupErrorEnum{} } -func (m *KeywordPlanAdGroupErrorEnum) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanAdGroupErrorEnum) ProtoMessage() {} -func (*KeywordPlanAdGroupErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_ad_group_error_a23b712d0a08ffb8, []int{0} -} -func (m *KeywordPlanAdGroupErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanAdGroupErrorEnum.Unmarshal(m, b) -} -func (m *KeywordPlanAdGroupErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanAdGroupErrorEnum.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanAdGroupErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanAdGroupErrorEnum.Merge(dst, src) -} -func (m *KeywordPlanAdGroupErrorEnum) XXX_Size() int { - return xxx_messageInfo_KeywordPlanAdGroupErrorEnum.Size(m) -} -func (m *KeywordPlanAdGroupErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanAdGroupErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanAdGroupErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*KeywordPlanAdGroupErrorEnum)(nil), "google.ads.googleads.v0.errors.KeywordPlanAdGroupErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError", KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError_name, KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/keyword_plan_ad_group_error.proto", fileDescriptor_keyword_plan_ad_group_error_a23b712d0a08ffb8) -} - -var fileDescriptor_keyword_plan_ad_group_error_a23b712d0a08ffb8 = []byte{ - // 307 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xc1, 0x4a, 0xc4, 0x30, - 0x14, 0x74, 0xbb, 0xa0, 0x90, 0x15, 0x2d, 0xb9, 0x78, 0x50, 0xf6, 0xd0, 0x0f, 0x48, 0x0b, 0xde, - 0xe2, 0xc5, 0xec, 0x36, 0x96, 0xb2, 0x6b, 0x2c, 0x68, 0x2b, 0x48, 0xa5, 0x44, 0x53, 0x82, 0xd8, - 0x6d, 0x4a, 0xe2, 0xae, 0x08, 0x7e, 0x8d, 0x47, 0x3f, 0xc5, 0x4f, 0xf1, 0x07, 0xbc, 0x4a, 0x1b, - 0xb7, 0xb7, 0x7a, 0xca, 0xf0, 0x66, 0xde, 0x64, 0xde, 0x80, 0x73, 0xa9, 0x94, 0xac, 0x4a, 0x9f, - 0x0b, 0xe3, 0x5b, 0xd8, 0xa2, 0x4d, 0xe0, 0x97, 0x5a, 0x2b, 0x6d, 0xfc, 0xe7, 0xf2, 0xed, 0x55, - 0x69, 0x51, 0x34, 0x15, 0xaf, 0x0b, 0x2e, 0x0a, 0xa9, 0xd5, 0xba, 0x29, 0x3a, 0x12, 0x35, 0x5a, - 0xbd, 0x28, 0x38, 0xb5, 0x6b, 0x88, 0x0b, 0x83, 0x7a, 0x07, 0xb4, 0x09, 0x90, 0x75, 0xf0, 0xde, - 0xc1, 0xf1, 0xc2, 0x9a, 0x24, 0x15, 0xaf, 0x89, 0x88, 0x5a, 0x07, 0xda, 0x72, 0xb4, 0x5e, 0xaf, - 0xbc, 0x7b, 0x70, 0x34, 0x40, 0xc3, 0x43, 0x30, 0x49, 0xd9, 0x75, 0x42, 0xe7, 0xf1, 0x45, 0x4c, - 0x43, 0x77, 0x07, 0x4e, 0xc0, 0x5e, 0xca, 0x16, 0xec, 0xea, 0x96, 0xb9, 0x23, 0xe8, 0x82, 0xfd, - 0x98, 0x65, 0x64, 0x19, 0x87, 0x05, 0x23, 0x97, 0xd4, 0x75, 0x20, 0x04, 0x07, 0x61, 0x9a, 0x2c, - 0xe3, 0x39, 0xb9, 0xa1, 0x76, 0x36, 0x9e, 0xfd, 0x8c, 0x80, 0xf7, 0xa8, 0x56, 0xe8, 0xff, 0x90, - 0xb3, 0x93, 0x81, 0x0c, 0x49, 0x7b, 0x62, 0x32, 0xba, 0x0b, 0xff, 0xf6, 0xa5, 0xaa, 0x78, 0x2d, - 0x91, 0xd2, 0xd2, 0x97, 0x65, 0xdd, 0x15, 0xb0, 0xad, 0xad, 0x79, 0x32, 0x43, 0x2d, 0x9e, 0xd9, - 0xe7, 0xc3, 0x19, 0x47, 0x84, 0x7c, 0x3a, 0xd3, 0xc8, 0x9a, 0x11, 0x61, 0x90, 0x85, 0x2d, 0xca, - 0x02, 0xd4, 0x7d, 0x69, 0xbe, 0xb6, 0x82, 0x9c, 0x08, 0x93, 0xf7, 0x82, 0x3c, 0x0b, 0x72, 0x2b, - 0xf8, 0x76, 0x3c, 0x3b, 0xc5, 0x98, 0x08, 0x83, 0x71, 0x2f, 0xc1, 0x38, 0x0b, 0x30, 0xb6, 0xa2, - 0x87, 0xdd, 0x2e, 0xdd, 0xe9, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xb2, 0xc6, 0xaf, 0x56, 0xe2, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/keyword_plan_campaign_error.pb.go b/googleapis/ads/googleads/v0/errors/keyword_plan_campaign_error.pb.go deleted file mode 100644 index 147a66cdd2..0000000000 --- a/googleapis/ads/googleads/v0/errors/keyword_plan_campaign_error.pb.go +++ /dev/null @@ -1,134 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/keyword_plan_campaign_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible errors from applying a keyword plan campaign. -type KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError int32 - -const ( - // Enum unspecified. - KeywordPlanCampaignErrorEnum_UNSPECIFIED KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError = 0 - // The received error code is not known in this version. - KeywordPlanCampaignErrorEnum_UNKNOWN KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError = 1 - // A keyword plan campaign name is missing, empty, longer than allowed limit - // or contains invalid chars. - KeywordPlanCampaignErrorEnum_INVALID_NAME KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError = 2 - // A keyword plan campaign contains one or more untargetable languages. - KeywordPlanCampaignErrorEnum_INVALID_LANGUAGES KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError = 3 - // A keyword plan campaign contains one or more invalid geo targets. - KeywordPlanCampaignErrorEnum_INVALID_GEOS KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError = 4 - // The keyword plan campaign name is duplicate to an existing keyword plan - // campaign name or other keyword plan campaign name in the request. - KeywordPlanCampaignErrorEnum_DUPLICATE_NAME KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError = 5 - // The number of geo targets in the keyword plan campaign exceeds limits. - KeywordPlanCampaignErrorEnum_MAX_GEOS_EXCEEDED KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError = 6 -) - -var KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "INVALID_NAME", - 3: "INVALID_LANGUAGES", - 4: "INVALID_GEOS", - 5: "DUPLICATE_NAME", - 6: "MAX_GEOS_EXCEEDED", -} -var KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "INVALID_NAME": 2, - "INVALID_LANGUAGES": 3, - "INVALID_GEOS": 4, - "DUPLICATE_NAME": 5, - "MAX_GEOS_EXCEEDED": 6, -} - -func (x KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError) String() string { - return proto.EnumName(KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError_name, int32(x)) -} -func (KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_error_d952d0b9847e6439, []int{0, 0} -} - -// Container for enum describing possible errors from applying a keyword plan -// campaign. -type KeywordPlanCampaignErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanCampaignErrorEnum) Reset() { *m = KeywordPlanCampaignErrorEnum{} } -func (m *KeywordPlanCampaignErrorEnum) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanCampaignErrorEnum) ProtoMessage() {} -func (*KeywordPlanCampaignErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_error_d952d0b9847e6439, []int{0} -} -func (m *KeywordPlanCampaignErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanCampaignErrorEnum.Unmarshal(m, b) -} -func (m *KeywordPlanCampaignErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanCampaignErrorEnum.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanCampaignErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanCampaignErrorEnum.Merge(dst, src) -} -func (m *KeywordPlanCampaignErrorEnum) XXX_Size() int { - return xxx_messageInfo_KeywordPlanCampaignErrorEnum.Size(m) -} -func (m *KeywordPlanCampaignErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanCampaignErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanCampaignErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*KeywordPlanCampaignErrorEnum)(nil), "google.ads.googleads.v0.errors.KeywordPlanCampaignErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError", KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError_name, KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/keyword_plan_campaign_error.proto", fileDescriptor_keyword_plan_campaign_error_d952d0b9847e6439) -} - -var fileDescriptor_keyword_plan_campaign_error_d952d0b9847e6439 = []byte{ - // 350 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x41, 0x4b, 0xfb, 0x30, - 0x18, 0xc6, 0xff, 0xed, 0xfe, 0x4e, 0xc8, 0x44, 0x6b, 0x41, 0xf0, 0xa0, 0x3b, 0xf4, 0x03, 0xa4, - 0x05, 0x6f, 0xf1, 0x62, 0xd6, 0xc6, 0x52, 0xb6, 0x65, 0x85, 0xd9, 0x3a, 0xa4, 0x50, 0xe2, 0x5a, - 0xc2, 0xb0, 0x6b, 0x4a, 0xa3, 0x13, 0xbf, 0x8c, 0x07, 0x8f, 0x7e, 0x09, 0xef, 0x7e, 0x14, 0x3f, - 0x81, 0x47, 0x69, 0xb3, 0x0d, 0x2f, 0xf3, 0x94, 0x87, 0xf7, 0xfd, 0xbd, 0x4f, 0xf2, 0x3e, 0x01, - 0x57, 0x5c, 0x08, 0x5e, 0xe4, 0x36, 0xcb, 0xa4, 0xad, 0x64, 0xa3, 0x56, 0x8e, 0x9d, 0xd7, 0xb5, - 0xa8, 0xa5, 0xfd, 0x90, 0xbf, 0x3c, 0x8b, 0x3a, 0x4b, 0xab, 0x82, 0x95, 0xe9, 0x9c, 0x2d, 0x2b, - 0xb6, 0xe0, 0x65, 0xda, 0x36, 0x61, 0x55, 0x8b, 0x47, 0x61, 0xf6, 0xd5, 0x18, 0x64, 0x99, 0x84, - 0x5b, 0x07, 0xb8, 0x72, 0xa0, 0x72, 0xb0, 0x3e, 0x34, 0x70, 0x36, 0x54, 0x2e, 0x61, 0xc1, 0x4a, - 0x77, 0xed, 0x41, 0x9a, 0x2e, 0x29, 0x9f, 0x96, 0xd6, 0xab, 0x06, 0x4e, 0x77, 0x01, 0xe6, 0x11, - 0xe8, 0x45, 0x74, 0x1a, 0x12, 0x37, 0xb8, 0x0e, 0x88, 0x67, 0xfc, 0x33, 0x7b, 0x60, 0x3f, 0xa2, - 0x43, 0x3a, 0xb9, 0xa5, 0x86, 0x66, 0x1a, 0xe0, 0x20, 0xa0, 0x31, 0x1e, 0x05, 0x5e, 0x4a, 0xf1, - 0x98, 0x18, 0xba, 0x79, 0x02, 0x8e, 0x37, 0x95, 0x11, 0xa6, 0x7e, 0x84, 0x7d, 0x32, 0x35, 0x3a, - 0xbf, 0x41, 0x9f, 0x4c, 0xa6, 0xc6, 0x7f, 0xd3, 0x04, 0x87, 0x5e, 0x14, 0x8e, 0x02, 0x17, 0xdf, - 0x10, 0x35, 0xbc, 0xd7, 0x0c, 0x8f, 0xf1, 0xac, 0x25, 0x52, 0x32, 0x73, 0x09, 0xf1, 0x88, 0x67, - 0x74, 0x07, 0xdf, 0x1a, 0xb0, 0xe6, 0x62, 0x09, 0xff, 0x5e, 0x74, 0x70, 0xbe, 0x6b, 0x89, 0xb0, - 0xc9, 0x29, 0xd4, 0xee, 0xbc, 0xb5, 0x01, 0x17, 0x05, 0x2b, 0x39, 0x14, 0x35, 0xb7, 0x79, 0x5e, - 0xb6, 0x29, 0x6e, 0xb2, 0xaf, 0x16, 0x72, 0xd7, 0x57, 0x5c, 0xaa, 0xe3, 0x4d, 0xef, 0xf8, 0x18, - 0xbf, 0xeb, 0x7d, 0x5f, 0x99, 0xe1, 0x4c, 0x42, 0x25, 0x1b, 0x15, 0x3b, 0xb0, 0xbd, 0x52, 0x7e, - 0x6e, 0x80, 0x04, 0x67, 0x32, 0xd9, 0x02, 0x49, 0xec, 0x24, 0x0a, 0xf8, 0xd2, 0x2d, 0x55, 0x45, - 0x08, 0x67, 0x12, 0xa1, 0x2d, 0x82, 0x50, 0xec, 0x20, 0xa4, 0xa0, 0xfb, 0x6e, 0xfb, 0xba, 0x8b, - 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xcf, 0x7c, 0xec, 0x11, 0x27, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/keyword_plan_error.pb.go b/googleapis/ads/googleads/v0/errors/keyword_plan_error.pb.go deleted file mode 100644 index ea201cb3c6..0000000000 --- a/googleapis/ads/googleads/v0/errors/keyword_plan_error.pb.go +++ /dev/null @@ -1,179 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/keyword_plan_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible errors from applying a keyword plan. -type KeywordPlanErrorEnum_KeywordPlanError int32 - -const ( - // Enum unspecified. - KeywordPlanErrorEnum_UNSPECIFIED KeywordPlanErrorEnum_KeywordPlanError = 0 - // The received error code is not known in this version. - KeywordPlanErrorEnum_UNKNOWN KeywordPlanErrorEnum_KeywordPlanError = 1 - // The plan's bid multiplier value is outside the valid range. - KeywordPlanErrorEnum_BID_MULTIPLIER_OUT_OF_RANGE KeywordPlanErrorEnum_KeywordPlanError = 2 - // The plan's bid value is too high. - KeywordPlanErrorEnum_BID_TOO_HIGH KeywordPlanErrorEnum_KeywordPlanError = 3 - // The plan's bid value is too low. - KeywordPlanErrorEnum_BID_TOO_LOW KeywordPlanErrorEnum_KeywordPlanError = 4 - // The plan's cpc bid is not a multiple of the minimum billable unit. - KeywordPlanErrorEnum_BID_TOO_MANY_FRACTIONAL_DIGITS KeywordPlanErrorEnum_KeywordPlanError = 5 - // The plan's daily budget value is too low. - KeywordPlanErrorEnum_DAILY_BUDGET_TOO_LOW KeywordPlanErrorEnum_KeywordPlanError = 6 - // The plan's daily budget is not a multiple of the minimum billable unit. - KeywordPlanErrorEnum_DAILY_BUDGET_TOO_MANY_FRACTIONAL_DIGITS KeywordPlanErrorEnum_KeywordPlanError = 7 - // The input has an invalid value. - KeywordPlanErrorEnum_INVALID_VALUE KeywordPlanErrorEnum_KeywordPlanError = 8 - // The plan has no keyword. - KeywordPlanErrorEnum_KEYWORD_PLAN_HAS_NO_KEYWORDS KeywordPlanErrorEnum_KeywordPlanError = 9 - // The plan is not enabled and API cannot provide mutation, forecast or - // stats. - KeywordPlanErrorEnum_KEYWORD_PLAN_NOT_ENABLED KeywordPlanErrorEnum_KeywordPlanError = 10 - // The requested plan cannot be found for providing forecast or stats. - KeywordPlanErrorEnum_KEYWORD_PLAN_NOT_FOUND KeywordPlanErrorEnum_KeywordPlanError = 11 - // The plan is missing a cpc bid. - KeywordPlanErrorEnum_MISSING_BID KeywordPlanErrorEnum_KeywordPlanError = 13 - // The plan is missing required forecast_period field. - KeywordPlanErrorEnum_MISSING_FORECAST_PERIOD KeywordPlanErrorEnum_KeywordPlanError = 14 - // The plan's forecast_period has invalid forecast date range. - KeywordPlanErrorEnum_INVALID_FORECAST_DATE_RANGE KeywordPlanErrorEnum_KeywordPlanError = 15 - // The plan's name is invalid. - KeywordPlanErrorEnum_INVALID_NAME KeywordPlanErrorEnum_KeywordPlanError = 16 -) - -var KeywordPlanErrorEnum_KeywordPlanError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "BID_MULTIPLIER_OUT_OF_RANGE", - 3: "BID_TOO_HIGH", - 4: "BID_TOO_LOW", - 5: "BID_TOO_MANY_FRACTIONAL_DIGITS", - 6: "DAILY_BUDGET_TOO_LOW", - 7: "DAILY_BUDGET_TOO_MANY_FRACTIONAL_DIGITS", - 8: "INVALID_VALUE", - 9: "KEYWORD_PLAN_HAS_NO_KEYWORDS", - 10: "KEYWORD_PLAN_NOT_ENABLED", - 11: "KEYWORD_PLAN_NOT_FOUND", - 13: "MISSING_BID", - 14: "MISSING_FORECAST_PERIOD", - 15: "INVALID_FORECAST_DATE_RANGE", - 16: "INVALID_NAME", -} -var KeywordPlanErrorEnum_KeywordPlanError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "BID_MULTIPLIER_OUT_OF_RANGE": 2, - "BID_TOO_HIGH": 3, - "BID_TOO_LOW": 4, - "BID_TOO_MANY_FRACTIONAL_DIGITS": 5, - "DAILY_BUDGET_TOO_LOW": 6, - "DAILY_BUDGET_TOO_MANY_FRACTIONAL_DIGITS": 7, - "INVALID_VALUE": 8, - "KEYWORD_PLAN_HAS_NO_KEYWORDS": 9, - "KEYWORD_PLAN_NOT_ENABLED": 10, - "KEYWORD_PLAN_NOT_FOUND": 11, - "MISSING_BID": 13, - "MISSING_FORECAST_PERIOD": 14, - "INVALID_FORECAST_DATE_RANGE": 15, - "INVALID_NAME": 16, -} - -func (x KeywordPlanErrorEnum_KeywordPlanError) String() string { - return proto.EnumName(KeywordPlanErrorEnum_KeywordPlanError_name, int32(x)) -} -func (KeywordPlanErrorEnum_KeywordPlanError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_error_d7df061126d84594, []int{0, 0} -} - -// Container for enum describing possible errors from applying a keyword plan -// resource (keyword plan, keyword plan campaign, keyword plan ad group or -// keyword plan keyword) or KeywordPlanService RPC. -type KeywordPlanErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanErrorEnum) Reset() { *m = KeywordPlanErrorEnum{} } -func (m *KeywordPlanErrorEnum) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanErrorEnum) ProtoMessage() {} -func (*KeywordPlanErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_error_d7df061126d84594, []int{0} -} -func (m *KeywordPlanErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanErrorEnum.Unmarshal(m, b) -} -func (m *KeywordPlanErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanErrorEnum.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanErrorEnum.Merge(dst, src) -} -func (m *KeywordPlanErrorEnum) XXX_Size() int { - return xxx_messageInfo_KeywordPlanErrorEnum.Size(m) -} -func (m *KeywordPlanErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*KeywordPlanErrorEnum)(nil), "google.ads.googleads.v0.errors.KeywordPlanErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.KeywordPlanErrorEnum_KeywordPlanError", KeywordPlanErrorEnum_KeywordPlanError_name, KeywordPlanErrorEnum_KeywordPlanError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/keyword_plan_error.proto", fileDescriptor_keyword_plan_error_d7df061126d84594) -} - -var fileDescriptor_keyword_plan_error_d7df061126d84594 = []byte{ - // 489 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x4f, 0x8b, 0xd3, 0x40, - 0x18, 0xc6, 0x6d, 0xab, 0xbb, 0x3a, 0x75, 0xdd, 0x71, 0x58, 0x75, 0x71, 0x97, 0x2a, 0xbd, 0x78, - 0x10, 0x92, 0x80, 0x07, 0x21, 0x9e, 0x26, 0x9d, 0x49, 0x3a, 0x34, 0x9d, 0x09, 0xf9, 0x57, 0x2a, - 0x85, 0x21, 0x9a, 0x12, 0xc4, 0x6e, 0x52, 0x12, 0x5d, 0xf1, 0xeb, 0x78, 0xf4, 0xe2, 0xd7, 0x10, - 0x3f, 0x8a, 0x27, 0x3f, 0x82, 0x4c, 0xa7, 0x09, 0xb8, 0xcb, 0x7a, 0xca, 0xcb, 0xf3, 0xfe, 0x9e, - 0x37, 0x33, 0xef, 0x3c, 0xe0, 0x75, 0x51, 0x55, 0xc5, 0x66, 0x6d, 0x66, 0x79, 0x63, 0xea, 0x52, - 0x55, 0x97, 0x96, 0xb9, 0xae, 0xeb, 0xaa, 0x6e, 0xcc, 0x8f, 0xeb, 0xaf, 0x5f, 0xaa, 0x3a, 0x97, - 0xdb, 0x4d, 0x56, 0xca, 0x9d, 0x66, 0x6c, 0xeb, 0xea, 0x53, 0x85, 0x46, 0x9a, 0x36, 0xb2, 0xbc, - 0x31, 0x3a, 0xa3, 0x71, 0x69, 0x19, 0xda, 0x38, 0xfe, 0x39, 0x00, 0x27, 0x33, 0x6d, 0x0e, 0x36, - 0x59, 0x49, 0x95, 0x4a, 0xcb, 0xcf, 0x17, 0xe3, 0x1f, 0x03, 0x00, 0xaf, 0x36, 0xd0, 0x31, 0x18, - 0x26, 0x3c, 0x0a, 0xe8, 0x84, 0xb9, 0x8c, 0x12, 0x78, 0x0b, 0x0d, 0xc1, 0x61, 0xc2, 0x67, 0x5c, - 0x2c, 0x38, 0xec, 0xa1, 0x67, 0xe0, 0xcc, 0x61, 0x44, 0xce, 0x13, 0x3f, 0x66, 0x81, 0xcf, 0x68, - 0x28, 0x45, 0x12, 0x4b, 0xe1, 0xca, 0x10, 0x73, 0x8f, 0xc2, 0x3e, 0x82, 0xe0, 0xbe, 0x02, 0x62, - 0x21, 0xe4, 0x94, 0x79, 0x53, 0x38, 0x50, 0x03, 0x5b, 0xc5, 0x17, 0x0b, 0x78, 0x1b, 0x8d, 0xc1, - 0xa8, 0x15, 0xe6, 0x98, 0x2f, 0xa5, 0x1b, 0xe2, 0x49, 0xcc, 0x04, 0xc7, 0xbe, 0x24, 0xcc, 0x63, - 0x71, 0x04, 0xef, 0xa0, 0x53, 0x70, 0x42, 0x30, 0xf3, 0x97, 0xd2, 0x49, 0x88, 0x47, 0xe3, 0xce, - 0x7d, 0x80, 0x5e, 0x82, 0x17, 0xd7, 0x3a, 0x37, 0x8c, 0x39, 0x44, 0x0f, 0xc1, 0x11, 0xe3, 0x29, - 0xf6, 0x19, 0x91, 0x29, 0xf6, 0x13, 0x0a, 0xef, 0xa2, 0xe7, 0xe0, 0x7c, 0x46, 0x97, 0x0b, 0x11, - 0x12, 0x19, 0xf8, 0x98, 0xcb, 0x29, 0x8e, 0x24, 0x17, 0x72, 0xaf, 0x45, 0xf0, 0x1e, 0x3a, 0x07, - 0xa7, 0xff, 0x10, 0x5c, 0xc4, 0x92, 0x72, 0xec, 0xf8, 0x94, 0x40, 0x80, 0x9e, 0x82, 0xc7, 0xd7, - 0xba, 0xae, 0x48, 0x38, 0x81, 0x43, 0x75, 0xd5, 0x39, 0x8b, 0x22, 0xc6, 0x3d, 0xe9, 0x30, 0x02, - 0x8f, 0xd0, 0x19, 0x78, 0xd2, 0x0a, 0xae, 0x08, 0xe9, 0x04, 0x47, 0xb1, 0x0c, 0x68, 0xc8, 0x04, - 0x81, 0x0f, 0xd4, 0x2e, 0xdb, 0xc3, 0x75, 0x4d, 0x82, 0x63, 0xba, 0xdf, 0xe5, 0xb1, 0xda, 0x65, - 0x0b, 0x70, 0x3c, 0xa7, 0x10, 0x3a, 0x7f, 0x7a, 0x60, 0xfc, 0xbe, 0xba, 0x30, 0xfe, 0xff, 0xe2, - 0xce, 0xa3, 0xab, 0xaf, 0x1a, 0xa8, 0xa0, 0x04, 0xbd, 0xb7, 0x64, 0x6f, 0x2c, 0xaa, 0x4d, 0x56, - 0x16, 0x46, 0x55, 0x17, 0x66, 0xb1, 0x2e, 0x77, 0x31, 0x6a, 0x33, 0xb7, 0xfd, 0xd0, 0xdc, 0x14, - 0xc1, 0x37, 0xfa, 0xf3, 0xad, 0x3f, 0xf0, 0x30, 0xfe, 0xde, 0x1f, 0x79, 0x7a, 0x18, 0xce, 0x1b, - 0x43, 0x97, 0xaa, 0x4a, 0x2d, 0x63, 0xf7, 0xcb, 0xe6, 0x57, 0x0b, 0xac, 0x70, 0xde, 0xac, 0x3a, - 0x60, 0x95, 0x5a, 0x2b, 0x0d, 0xfc, 0xee, 0x8f, 0xb5, 0x6a, 0xdb, 0x38, 0x6f, 0x6c, 0xbb, 0x43, - 0x6c, 0x3b, 0xb5, 0x6c, 0x5b, 0x43, 0xef, 0x0e, 0x76, 0xa7, 0x7b, 0xf5, 0x37, 0x00, 0x00, 0xff, - 0xff, 0x9e, 0xf7, 0xd3, 0x36, 0x1f, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/keyword_plan_idea_error.pb.go b/googleapis/ads/googleads/v0/errors/keyword_plan_idea_error.pb.go deleted file mode 100644 index b1bf84edd1..0000000000 --- a/googleapis/ads/googleads/v0/errors/keyword_plan_idea_error.pb.go +++ /dev/null @@ -1,117 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/keyword_plan_idea_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible errors from KeywordPlanIdeaService. -type KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError int32 - -const ( - // Enum unspecified. - KeywordPlanIdeaErrorEnum_UNSPECIFIED KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError = 0 - // The received error code is not known in this version. - KeywordPlanIdeaErrorEnum_UNKNOWN KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError = 1 - // Error when crawling the input URL. - KeywordPlanIdeaErrorEnum_URL_CRAWL_ERROR KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError = 2 - // The input has an invalid value. - KeywordPlanIdeaErrorEnum_INVALID_VALUE KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError = 3 -) - -var KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "URL_CRAWL_ERROR", - 3: "INVALID_VALUE", -} -var KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "URL_CRAWL_ERROR": 2, - "INVALID_VALUE": 3, -} - -func (x KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError) String() string { - return proto.EnumName(KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError_name, int32(x)) -} -func (KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_idea_error_1001dbac13fcb45e, []int{0, 0} -} - -// Container for enum describing possible errors from KeywordPlanIdeaService. -type KeywordPlanIdeaErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanIdeaErrorEnum) Reset() { *m = KeywordPlanIdeaErrorEnum{} } -func (m *KeywordPlanIdeaErrorEnum) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanIdeaErrorEnum) ProtoMessage() {} -func (*KeywordPlanIdeaErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_idea_error_1001dbac13fcb45e, []int{0} -} -func (m *KeywordPlanIdeaErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanIdeaErrorEnum.Unmarshal(m, b) -} -func (m *KeywordPlanIdeaErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanIdeaErrorEnum.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanIdeaErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanIdeaErrorEnum.Merge(dst, src) -} -func (m *KeywordPlanIdeaErrorEnum) XXX_Size() int { - return xxx_messageInfo_KeywordPlanIdeaErrorEnum.Size(m) -} -func (m *KeywordPlanIdeaErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanIdeaErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanIdeaErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*KeywordPlanIdeaErrorEnum)(nil), "google.ads.googleads.v0.errors.KeywordPlanIdeaErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError", KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError_name, KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/keyword_plan_idea_error.proto", fileDescriptor_keyword_plan_idea_error_1001dbac13fcb45e) -} - -var fileDescriptor_keyword_plan_idea_error_1001dbac13fcb45e = []byte{ - // 309 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, - 0x1c, 0xc6, 0x5d, 0x07, 0x0a, 0x19, 0xb2, 0x5a, 0x3d, 0xe8, 0x65, 0x87, 0x3e, 0x40, 0x5a, 0xf0, - 0x16, 0xbd, 0x64, 0x5b, 0x1c, 0x65, 0xa5, 0x2b, 0x95, 0x76, 0x20, 0x85, 0x10, 0x4d, 0x08, 0xc3, - 0xae, 0x19, 0x89, 0x4e, 0x7d, 0x1d, 0x8f, 0x3e, 0x8a, 0x8f, 0xe2, 0xd9, 0x07, 0x90, 0x36, 0xae, - 0xa7, 0xe9, 0xa9, 0x1f, 0xfd, 0x7e, 0xdf, 0x3f, 0xdf, 0xff, 0x0f, 0xae, 0xa5, 0x52, 0xb2, 0x12, - 0x01, 0xe3, 0x26, 0xb0, 0xb2, 0x51, 0xdb, 0x30, 0x10, 0x5a, 0x2b, 0x6d, 0x82, 0x47, 0xf1, 0xf6, - 0xa2, 0x34, 0xa7, 0x9b, 0x8a, 0xd5, 0x74, 0xc5, 0x05, 0xa3, 0xad, 0x01, 0x37, 0x5a, 0x3d, 0x29, - 0x6f, 0x64, 0x23, 0x90, 0x71, 0x03, 0xbb, 0x34, 0xdc, 0x86, 0xd0, 0xa6, 0xfd, 0x57, 0x70, 0x3e, - 0xb7, 0x03, 0xd2, 0x8a, 0xd5, 0x11, 0x17, 0x8c, 0x34, 0x06, 0xa9, 0x9f, 0xd7, 0x7e, 0x09, 0xce, - 0xf6, 0x79, 0xde, 0x10, 0x0c, 0xf2, 0xe4, 0x36, 0x25, 0x93, 0xe8, 0x26, 0x22, 0x53, 0xf7, 0xc0, - 0x1b, 0x80, 0xa3, 0x3c, 0x99, 0x27, 0x8b, 0x65, 0xe2, 0xf6, 0xbc, 0x53, 0x30, 0xcc, 0xb3, 0x98, - 0x4e, 0x32, 0xbc, 0x8c, 0x29, 0xc9, 0xb2, 0x45, 0xe6, 0x3a, 0xde, 0x09, 0x38, 0x8e, 0x92, 0x02, - 0xc7, 0xd1, 0x94, 0x16, 0x38, 0xce, 0x89, 0xdb, 0x1f, 0x7f, 0xf7, 0x80, 0xff, 0xa0, 0xd6, 0xf0, - 0xff, 0x82, 0xe3, 0x8b, 0x7d, 0x15, 0xd2, 0x66, 0xb7, 0xb4, 0x77, 0x37, 0xfd, 0x0d, 0x4b, 0x55, - 0xb1, 0x5a, 0x42, 0xa5, 0x65, 0x20, 0x45, 0xdd, 0x6e, 0xbe, 0xbb, 0xd5, 0x66, 0x65, 0xfe, 0x3a, - 0xdd, 0x95, 0xfd, 0xbc, 0x3b, 0xfd, 0x19, 0xc6, 0x1f, 0xce, 0x68, 0x66, 0x87, 0x61, 0x6e, 0xa0, - 0x95, 0x8d, 0x2a, 0x42, 0xd8, 0x3e, 0x69, 0x3e, 0x77, 0x40, 0x89, 0xb9, 0x29, 0x3b, 0xa0, 0x2c, - 0xc2, 0xd2, 0x02, 0x5f, 0x8e, 0x6f, 0xff, 0x22, 0x84, 0xb9, 0x41, 0xa8, 0x43, 0x10, 0x2a, 0x42, - 0x84, 0x2c, 0x74, 0x7f, 0xd8, 0xb6, 0xbb, 0xfc, 0x09, 0x00, 0x00, 0xff, 0xff, 0x81, 0x49, 0x33, - 0x8f, 0xd7, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/keyword_plan_keyword_error.pb.go b/googleapis/ads/googleads/v0/errors/keyword_plan_keyword_error.pb.go deleted file mode 100644 index cec1f60cc6..0000000000 --- a/googleapis/ads/googleads/v0/errors/keyword_plan_keyword_error.pb.go +++ /dev/null @@ -1,139 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/keyword_plan_keyword_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible errors from applying a keyword plan keyword. -type KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError int32 - -const ( - // Enum unspecified. - KeywordPlanKeywordErrorEnum_UNSPECIFIED KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError = 0 - // The received error code is not known in this version. - KeywordPlanKeywordErrorEnum_UNKNOWN KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError = 1 - // A keyword or negative keyword has invalid match type. - KeywordPlanKeywordErrorEnum_INVALID_KEYWORD_MATCH_TYPE KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError = 2 - // A keyword or negative keyword with same text and match type already - // exists. - KeywordPlanKeywordErrorEnum_DUPLICATE_KEYWORD KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError = 3 - // Keyword or negative keyword text exceeds the allowed limit. - KeywordPlanKeywordErrorEnum_KEYWORD_TEXT_TOO_LONG KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError = 4 - // Keyword or negative keyword text has invalid characters or symbols. - KeywordPlanKeywordErrorEnum_KEYWORD_HAS_INVALID_CHARS KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError = 5 - // Keyword or negative keyword text has too many words. - KeywordPlanKeywordErrorEnum_KEYWORD_HAS_TOO_MANY_WORDS KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError = 6 - // Keyword or negative keyword has invalid text. - KeywordPlanKeywordErrorEnum_INVALID_KEYWORD_TEXT KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError = 7 -) - -var KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "INVALID_KEYWORD_MATCH_TYPE", - 3: "DUPLICATE_KEYWORD", - 4: "KEYWORD_TEXT_TOO_LONG", - 5: "KEYWORD_HAS_INVALID_CHARS", - 6: "KEYWORD_HAS_TOO_MANY_WORDS", - 7: "INVALID_KEYWORD_TEXT", -} -var KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "INVALID_KEYWORD_MATCH_TYPE": 2, - "DUPLICATE_KEYWORD": 3, - "KEYWORD_TEXT_TOO_LONG": 4, - "KEYWORD_HAS_INVALID_CHARS": 5, - "KEYWORD_HAS_TOO_MANY_WORDS": 6, - "INVALID_KEYWORD_TEXT": 7, -} - -func (x KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError) String() string { - return proto.EnumName(KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError_name, int32(x)) -} -func (KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_keyword_error_1f1391d467d22297, []int{0, 0} -} - -// Container for enum describing possible errors from applying a keyword or a -// negative keyword from a keyword plan. -type KeywordPlanKeywordErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanKeywordErrorEnum) Reset() { *m = KeywordPlanKeywordErrorEnum{} } -func (m *KeywordPlanKeywordErrorEnum) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanKeywordErrorEnum) ProtoMessage() {} -func (*KeywordPlanKeywordErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_keyword_error_1f1391d467d22297, []int{0} -} -func (m *KeywordPlanKeywordErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanKeywordErrorEnum.Unmarshal(m, b) -} -func (m *KeywordPlanKeywordErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanKeywordErrorEnum.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanKeywordErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanKeywordErrorEnum.Merge(dst, src) -} -func (m *KeywordPlanKeywordErrorEnum) XXX_Size() int { - return xxx_messageInfo_KeywordPlanKeywordErrorEnum.Size(m) -} -func (m *KeywordPlanKeywordErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanKeywordErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanKeywordErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*KeywordPlanKeywordErrorEnum)(nil), "google.ads.googleads.v0.errors.KeywordPlanKeywordErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError", KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError_name, KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/keyword_plan_keyword_error.proto", fileDescriptor_keyword_plan_keyword_error_1f1391d467d22297) -} - -var fileDescriptor_keyword_plan_keyword_error_1f1391d467d22297 = []byte{ - // 379 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xcb, 0xce, 0x93, 0x40, - 0x14, 0x16, 0x7e, 0x6d, 0x93, 0xe9, 0xc2, 0x71, 0x62, 0xa3, 0xf5, 0xd2, 0x05, 0x0f, 0x30, 0x90, - 0xb8, 0x1b, 0x17, 0x66, 0x0a, 0x63, 0x4b, 0xda, 0x02, 0x29, 0x94, 0x5a, 0x43, 0x32, 0x41, 0x21, - 0xc4, 0x48, 0x99, 0x86, 0xd1, 0x1a, 0xb7, 0x3e, 0x8a, 0x4b, 0x1f, 0xc5, 0xc7, 0x70, 0xe9, 0x0b, - 0xb8, 0x35, 0xc3, 0x94, 0xc6, 0x98, 0xf4, 0x5f, 0xcd, 0x37, 0xe7, 0xbb, 0x9c, 0x93, 0x73, 0xc0, - 0xab, 0x4a, 0x88, 0xaa, 0x2e, 0xed, 0xbc, 0x90, 0xb6, 0x86, 0x0a, 0x9d, 0x1c, 0xbb, 0x6c, 0x5b, - 0xd1, 0x4a, 0xfb, 0x63, 0xf9, 0xf5, 0x8b, 0x68, 0x0b, 0x7e, 0xac, 0xf3, 0x86, 0xf7, 0x9f, 0x8e, - 0xc3, 0xc7, 0x56, 0x7c, 0x12, 0x68, 0xaa, 0x5d, 0x38, 0x2f, 0x24, 0xbe, 0x04, 0xe0, 0x93, 0x83, - 0x75, 0x80, 0xf5, 0xcd, 0x04, 0x4f, 0x97, 0xda, 0x17, 0xd5, 0x79, 0x73, 0x86, 0x4c, 0x91, 0xac, - 0xf9, 0x7c, 0xb0, 0x7e, 0x19, 0xe0, 0xd1, 0x15, 0x1e, 0xdd, 0x07, 0xa3, 0x6d, 0x10, 0x47, 0xcc, - 0xf5, 0x5f, 0xfb, 0xcc, 0x83, 0x77, 0xd0, 0x08, 0x0c, 0xb7, 0xc1, 0x32, 0x08, 0x77, 0x01, 0x34, - 0xd0, 0x14, 0x3c, 0xf1, 0x83, 0x94, 0xae, 0x7c, 0x8f, 0x2f, 0xd9, 0x7e, 0x17, 0x6e, 0x3c, 0xbe, - 0xa6, 0x89, 0xbb, 0xe0, 0xc9, 0x3e, 0x62, 0xd0, 0x44, 0x63, 0xf0, 0xc0, 0xdb, 0x46, 0x2b, 0xdf, - 0xa5, 0x09, 0xeb, 0x15, 0xf0, 0x06, 0x4d, 0xc0, 0xb8, 0x97, 0x27, 0xec, 0x4d, 0xc2, 0x93, 0x30, - 0xe4, 0xab, 0x30, 0x98, 0xc3, 0xbb, 0xe8, 0x39, 0x98, 0xf4, 0xd4, 0x82, 0xc6, 0xbc, 0x4f, 0x77, - 0x17, 0x74, 0x13, 0xc3, 0x7b, 0xaa, 0xe1, 0xbf, 0xb4, 0x32, 0xae, 0x69, 0xb0, 0xe7, 0xaa, 0x12, - 0xc3, 0x01, 0x7a, 0x0c, 0x1e, 0xfe, 0x3f, 0x90, 0xea, 0x00, 0x87, 0xb3, 0x3f, 0x06, 0xb0, 0xde, - 0x8b, 0x03, 0xbe, 0x7d, 0x57, 0xb3, 0x67, 0x57, 0x16, 0x11, 0xa9, 0x4d, 0x47, 0xc6, 0x5b, 0xef, - 0xec, 0xaf, 0x44, 0x9d, 0x37, 0x15, 0x16, 0x6d, 0x65, 0x57, 0x65, 0xd3, 0xdd, 0xa1, 0x3f, 0xde, - 0xf1, 0x83, 0xbc, 0x76, 0xcb, 0x97, 0xfa, 0xf9, 0x6e, 0xde, 0xcc, 0x29, 0xfd, 0x61, 0x4e, 0xe7, - 0x3a, 0x8c, 0x16, 0x12, 0x6b, 0xa8, 0x50, 0xea, 0xe0, 0xae, 0xa5, 0xfc, 0xd9, 0x0b, 0x32, 0x5a, - 0xc8, 0xec, 0x22, 0xc8, 0x52, 0x27, 0xd3, 0x82, 0xdf, 0xa6, 0xa5, 0xab, 0x84, 0xd0, 0x42, 0x12, - 0x72, 0x91, 0x10, 0x92, 0x3a, 0x84, 0x68, 0xd1, 0xbb, 0x41, 0x37, 0xdd, 0x8b, 0xbf, 0x01, 0x00, - 0x00, 0xff, 0xff, 0x76, 0x56, 0xec, 0x81, 0x68, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/keyword_plan_negative_keyword_error.pb.go b/googleapis/ads/googleads/v0/errors/keyword_plan_negative_keyword_error.pb.go deleted file mode 100644 index c71ea0d09f..0000000000 --- a/googleapis/ads/googleads/v0/errors/keyword_plan_negative_keyword_error.pb.go +++ /dev/null @@ -1,109 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/keyword_plan_negative_keyword_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible errors from applying a keyword plan negative -// keyword. -type KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError int32 - -const ( - // Enum unspecified. - KeywordPlanNegativeKeywordErrorEnum_UNSPECIFIED KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError = 0 - // The received error code is not known in this version. - KeywordPlanNegativeKeywordErrorEnum_UNKNOWN KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError = 1 -) - -var KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", -} -var KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, -} - -func (x KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError) String() string { - return proto.EnumName(KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError_name, int32(x)) -} -func (KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_negative_keyword_error_585eed7a6029e95c, []int{0, 0} -} - -// Container for enum describing possible errors from applying a keyword plan -// negative keyword. -type KeywordPlanNegativeKeywordErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanNegativeKeywordErrorEnum) Reset() { *m = KeywordPlanNegativeKeywordErrorEnum{} } -func (m *KeywordPlanNegativeKeywordErrorEnum) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanNegativeKeywordErrorEnum) ProtoMessage() {} -func (*KeywordPlanNegativeKeywordErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_negative_keyword_error_585eed7a6029e95c, []int{0} -} -func (m *KeywordPlanNegativeKeywordErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanNegativeKeywordErrorEnum.Unmarshal(m, b) -} -func (m *KeywordPlanNegativeKeywordErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanNegativeKeywordErrorEnum.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanNegativeKeywordErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanNegativeKeywordErrorEnum.Merge(dst, src) -} -func (m *KeywordPlanNegativeKeywordErrorEnum) XXX_Size() int { - return xxx_messageInfo_KeywordPlanNegativeKeywordErrorEnum.Size(m) -} -func (m *KeywordPlanNegativeKeywordErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanNegativeKeywordErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanNegativeKeywordErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*KeywordPlanNegativeKeywordErrorEnum)(nil), "google.ads.googleads.v0.errors.KeywordPlanNegativeKeywordErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError", KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError_name, KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/keyword_plan_negative_keyword_error.proto", fileDescriptor_keyword_plan_negative_keyword_error_585eed7a6029e95c) -} - -var fileDescriptor_keyword_plan_negative_keyword_error_585eed7a6029e95c = []byte{ - // 280 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xdf, 0x4a, 0xc3, 0x30, - 0x14, 0xc6, 0x6d, 0x05, 0x85, 0xec, 0xc2, 0xd1, 0x07, 0x98, 0x50, 0xbd, 0x4e, 0x0b, 0xde, 0xc5, - 0x0b, 0xc9, 0x5c, 0x9d, 0x63, 0x10, 0x0b, 0xb2, 0x0a, 0x52, 0x28, 0xd1, 0xc4, 0x30, 0xec, 0x92, - 0x92, 0xcc, 0x8a, 0xaf, 0xe3, 0xa5, 0x8f, 0xe2, 0xa3, 0xf8, 0x12, 0x4a, 0x7b, 0xda, 0xde, 0xb9, - 0x5d, 0x9d, 0x8f, 0x8f, 0xdf, 0xf9, 0xce, 0x1f, 0x74, 0xab, 0x8c, 0x51, 0xa5, 0x8c, 0xb8, 0x70, - 0x11, 0xc8, 0x46, 0xd5, 0x71, 0x24, 0xad, 0x35, 0xd6, 0x45, 0xaf, 0xf2, 0xe3, 0xdd, 0x58, 0x51, - 0x54, 0x25, 0xd7, 0x85, 0x96, 0x8a, 0x6f, 0xd7, 0xb5, 0x2c, 0x7a, 0xb7, 0x85, 0x70, 0x65, 0xcd, - 0xd6, 0x04, 0x13, 0x68, 0xc7, 0x5c, 0x38, 0x3c, 0x24, 0xe1, 0x3a, 0xc6, 0x90, 0x14, 0xbe, 0xa0, - 0xb3, 0x25, 0xb4, 0xa5, 0x25, 0xd7, 0xac, 0x8b, 0xea, 0xac, 0xa4, 0x61, 0x12, 0xfd, 0xb6, 0x09, - 0xaf, 0xd0, 0xe9, 0x1e, 0x2c, 0x38, 0x41, 0xa3, 0x15, 0xbb, 0x4f, 0x93, 0xeb, 0xc5, 0xcd, 0x22, - 0x99, 0x8d, 0x0f, 0x82, 0x11, 0x3a, 0x5e, 0xb1, 0x25, 0xbb, 0x7b, 0x60, 0x63, 0x6f, 0xfa, 0xeb, - 0xa1, 0xf0, 0xd9, 0x6c, 0xf0, 0xee, 0x75, 0xa6, 0xe7, 0x7b, 0xa6, 0xa4, 0xcd, 0x51, 0xa9, 0xf7, - 0x38, 0xeb, 0x72, 0x94, 0x29, 0xb9, 0x56, 0xd8, 0x58, 0x15, 0x29, 0xa9, 0xdb, 0x93, 0xfb, 0x87, - 0x55, 0x6b, 0xf7, 0xdf, 0xff, 0x2e, 0xa1, 0x7c, 0xfa, 0x87, 0x73, 0x4a, 0xbf, 0xfc, 0xc9, 0x1c, - 0xc2, 0xa8, 0x70, 0x18, 0x64, 0xa3, 0xb2, 0x18, 0xb7, 0x23, 0xdd, 0x77, 0x0f, 0xe4, 0x54, 0xb8, - 0x7c, 0x00, 0xf2, 0x2c, 0xce, 0x01, 0xf8, 0xf1, 0x43, 0x70, 0x09, 0xa1, 0xc2, 0x11, 0x32, 0x20, - 0x84, 0x64, 0x31, 0x21, 0x00, 0x3d, 0x1d, 0xb5, 0xdb, 0x5d, 0xfc, 0x05, 0x00, 0x00, 0xff, 0xff, - 0xa9, 0x6a, 0x05, 0x02, 0xdc, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/list_operation_error.pb.go b/googleapis/ads/googleads/v0/errors/list_operation_error.pb.go deleted file mode 100644 index b639e5d415..0000000000 --- a/googleapis/ads/googleads/v0/errors/list_operation_error.pb.go +++ /dev/null @@ -1,117 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/list_operation_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible list operation errors. -type ListOperationErrorEnum_ListOperationError int32 - -const ( - // Enum unspecified. - ListOperationErrorEnum_UNSPECIFIED ListOperationErrorEnum_ListOperationError = 0 - // The received error code is not known in this version. - ListOperationErrorEnum_UNKNOWN ListOperationErrorEnum_ListOperationError = 1 - // Field required in value is missing. - ListOperationErrorEnum_REQUIRED_FIELD_MISSING ListOperationErrorEnum_ListOperationError = 7 - // Duplicate or identical value is sent in multiple list operations. - ListOperationErrorEnum_DUPLICATE_VALUES ListOperationErrorEnum_ListOperationError = 8 -) - -var ListOperationErrorEnum_ListOperationError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 7: "REQUIRED_FIELD_MISSING", - 8: "DUPLICATE_VALUES", -} -var ListOperationErrorEnum_ListOperationError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "REQUIRED_FIELD_MISSING": 7, - "DUPLICATE_VALUES": 8, -} - -func (x ListOperationErrorEnum_ListOperationError) String() string { - return proto.EnumName(ListOperationErrorEnum_ListOperationError_name, int32(x)) -} -func (ListOperationErrorEnum_ListOperationError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_list_operation_error_e389788800b2105f, []int{0, 0} -} - -// Container for enum describing possible list operation errors. -type ListOperationErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ListOperationErrorEnum) Reset() { *m = ListOperationErrorEnum{} } -func (m *ListOperationErrorEnum) String() string { return proto.CompactTextString(m) } -func (*ListOperationErrorEnum) ProtoMessage() {} -func (*ListOperationErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_list_operation_error_e389788800b2105f, []int{0} -} -func (m *ListOperationErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ListOperationErrorEnum.Unmarshal(m, b) -} -func (m *ListOperationErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ListOperationErrorEnum.Marshal(b, m, deterministic) -} -func (dst *ListOperationErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ListOperationErrorEnum.Merge(dst, src) -} -func (m *ListOperationErrorEnum) XXX_Size() int { - return xxx_messageInfo_ListOperationErrorEnum.Size(m) -} -func (m *ListOperationErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ListOperationErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ListOperationErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ListOperationErrorEnum)(nil), "google.ads.googleads.v0.errors.ListOperationErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.ListOperationErrorEnum_ListOperationError", ListOperationErrorEnum_ListOperationError_name, ListOperationErrorEnum_ListOperationError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/list_operation_error.proto", fileDescriptor_list_operation_error_e389788800b2105f) -} - -var fileDescriptor_list_operation_error_e389788800b2105f = []byte{ - // 311 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, - 0x1c, 0xc6, 0xdd, 0x04, 0x27, 0xd9, 0xc1, 0x12, 0x64, 0x82, 0x87, 0x1d, 0xfa, 0x00, 0x69, 0xc1, - 0x93, 0xf1, 0x94, 0xad, 0xd9, 0x08, 0xd6, 0xae, 0xae, 0xb6, 0x82, 0x14, 0x4a, 0x35, 0x25, 0x14, - 0xb6, 0x66, 0x24, 0x75, 0x47, 0x1f, 0xc6, 0xa3, 0x8f, 0xe2, 0xa3, 0x78, 0xf4, 0x09, 0xa4, 0x8d, - 0xed, 0x65, 0xe8, 0x29, 0x1f, 0x5f, 0x7e, 0x5f, 0xf2, 0xfd, 0xff, 0xe0, 0x5a, 0x48, 0x29, 0x36, - 0x85, 0x93, 0x73, 0xed, 0x18, 0xd9, 0xa8, 0xbd, 0xeb, 0x14, 0x4a, 0x49, 0xa5, 0x9d, 0x4d, 0xa9, - 0xeb, 0x4c, 0xee, 0x0a, 0x95, 0xd7, 0xa5, 0xac, 0xb2, 0xd6, 0x45, 0x3b, 0x25, 0x6b, 0x09, 0xa7, - 0x86, 0x47, 0x39, 0xd7, 0xa8, 0x8f, 0xa2, 0xbd, 0x8b, 0x4c, 0xd4, 0x7e, 0x03, 0x13, 0xbf, 0xd4, - 0xf5, 0xaa, 0x0b, 0xd3, 0xc6, 0xa6, 0xd5, 0xeb, 0xd6, 0xe6, 0x00, 0x1e, 0xde, 0xc0, 0x33, 0x30, - 0x8e, 0x83, 0x28, 0xa4, 0x73, 0xb6, 0x60, 0xd4, 0xb3, 0x8e, 0xe0, 0x18, 0x8c, 0xe2, 0xe0, 0x36, - 0x58, 0x3d, 0x06, 0xd6, 0x00, 0x5e, 0x82, 0xc9, 0x9a, 0xde, 0xc7, 0x6c, 0x4d, 0xbd, 0x6c, 0xc1, - 0xa8, 0xef, 0x65, 0x77, 0x2c, 0x8a, 0x58, 0xb0, 0xb4, 0x46, 0xf0, 0x1c, 0x58, 0x5e, 0x1c, 0xfa, - 0x6c, 0x4e, 0x1e, 0x68, 0x96, 0x10, 0x3f, 0xa6, 0x91, 0x75, 0x3a, 0xfb, 0x1e, 0x00, 0xfb, 0x45, - 0x6e, 0xd1, 0xff, 0x35, 0x67, 0x17, 0x87, 0x55, 0xc2, 0x66, 0xbe, 0x70, 0xf0, 0xe4, 0xfd, 0x46, - 0x85, 0xdc, 0xe4, 0x95, 0x40, 0x52, 0x09, 0x47, 0x14, 0x55, 0x3b, 0x7d, 0xb7, 0xac, 0x5d, 0xa9, - 0xff, 0xda, 0xdd, 0x8d, 0x39, 0xde, 0x87, 0xc7, 0x4b, 0x42, 0x3e, 0x86, 0xd3, 0xa5, 0x79, 0x8c, - 0x70, 0x8d, 0x8c, 0x6c, 0x54, 0xe2, 0xa2, 0xf6, 0x4b, 0xfd, 0xd9, 0x01, 0x29, 0xe1, 0x3a, 0xed, - 0x81, 0x34, 0x71, 0x53, 0x03, 0x7c, 0x0d, 0x6d, 0xe3, 0x62, 0x4c, 0xb8, 0xc6, 0xb8, 0x47, 0x30, - 0x4e, 0x5c, 0x8c, 0x0d, 0xf4, 0x7c, 0xd2, 0xb6, 0xbb, 0xfa, 0x09, 0x00, 0x00, 0xff, 0xff, 0xf4, - 0xf2, 0x70, 0x8f, 0xd8, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/media_bundle_error.pb.go b/googleapis/ads/googleads/v0/errors/media_bundle_error.pb.go deleted file mode 100644 index a276c2b5e4..0000000000 --- a/googleapis/ads/googleads/v0/errors/media_bundle_error.pb.go +++ /dev/null @@ -1,217 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/media_bundle_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible media bundle errors. -type MediaBundleErrorEnum_MediaBundleError int32 - -const ( - // Enum unspecified. - MediaBundleErrorEnum_UNSPECIFIED MediaBundleErrorEnum_MediaBundleError = 0 - // The received error code is not known in this version. - MediaBundleErrorEnum_UNKNOWN MediaBundleErrorEnum_MediaBundleError = 1 - // There was a problem with the request. - MediaBundleErrorEnum_BAD_REQUEST MediaBundleErrorEnum_MediaBundleError = 3 - // HTML5 ads using DoubleClick Studio created ZIP files are not supported. - MediaBundleErrorEnum_DOUBLECLICK_BUNDLE_NOT_ALLOWED MediaBundleErrorEnum_MediaBundleError = 4 - // Cannot reference URL external to the media bundle. - MediaBundleErrorEnum_EXTERNAL_URL_NOT_ALLOWED MediaBundleErrorEnum_MediaBundleError = 5 - // Media bundle file is too large. - MediaBundleErrorEnum_FILE_TOO_LARGE MediaBundleErrorEnum_MediaBundleError = 6 - // ZIP file from Google Web Designer is not published. - MediaBundleErrorEnum_GOOGLE_WEB_DESIGNER_ZIP_FILE_NOT_PUBLISHED MediaBundleErrorEnum_MediaBundleError = 7 - // Input was invalid. - MediaBundleErrorEnum_INVALID_INPUT MediaBundleErrorEnum_MediaBundleError = 8 - // There was a problem with the media bundle. - MediaBundleErrorEnum_INVALID_MEDIA_BUNDLE MediaBundleErrorEnum_MediaBundleError = 9 - // There was a problem with one or more of the media bundle entries. - MediaBundleErrorEnum_INVALID_MEDIA_BUNDLE_ENTRY MediaBundleErrorEnum_MediaBundleError = 10 - // The media bundle contains a file with an unknown mime type - MediaBundleErrorEnum_INVALID_MIME_TYPE MediaBundleErrorEnum_MediaBundleError = 11 - // The media bundle contain an invalid asset path. - MediaBundleErrorEnum_INVALID_PATH MediaBundleErrorEnum_MediaBundleError = 12 - // HTML5 ad is trying to reference an asset not in .ZIP file - MediaBundleErrorEnum_INVALID_URL_REFERENCE MediaBundleErrorEnum_MediaBundleError = 13 - // Media data is too large. - MediaBundleErrorEnum_MEDIA_DATA_TOO_LARGE MediaBundleErrorEnum_MediaBundleError = 14 - // The media bundle contains no primary entry. - MediaBundleErrorEnum_MISSING_PRIMARY_MEDIA_BUNDLE_ENTRY MediaBundleErrorEnum_MediaBundleError = 15 - // There was an error on the server. - MediaBundleErrorEnum_SERVER_ERROR MediaBundleErrorEnum_MediaBundleError = 16 - // The image could not be stored. - MediaBundleErrorEnum_STORAGE_ERROR MediaBundleErrorEnum_MediaBundleError = 17 - // Media bundle created with the Swiffy tool is not allowed. - MediaBundleErrorEnum_SWIFFY_BUNDLE_NOT_ALLOWED MediaBundleErrorEnum_MediaBundleError = 18 - // The media bundle contains too many files. - MediaBundleErrorEnum_TOO_MANY_FILES MediaBundleErrorEnum_MediaBundleError = 19 - // The media bundle is not of legal dimensions. - MediaBundleErrorEnum_UNEXPECTED_SIZE MediaBundleErrorEnum_MediaBundleError = 20 - // Google Web Designer not created for "Google Ads" environment. - MediaBundleErrorEnum_UNSUPPORTED_GOOGLE_WEB_DESIGNER_ENVIRONMENT MediaBundleErrorEnum_MediaBundleError = 21 - // Unsupported HTML5 feature in HTML5 asset. - MediaBundleErrorEnum_UNSUPPORTED_HTML5_FEATURE MediaBundleErrorEnum_MediaBundleError = 22 - // URL in HTML5 entry is not ssl compliant. - MediaBundleErrorEnum_URL_IN_MEDIA_BUNDLE_NOT_SSL_COMPLIANT MediaBundleErrorEnum_MediaBundleError = 23 - // Custom exits not allowed in HTML5 entry. - MediaBundleErrorEnum_CUSTOM_EXIT_NOT_ALLOWED MediaBundleErrorEnum_MediaBundleError = 24 -) - -var MediaBundleErrorEnum_MediaBundleError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 3: "BAD_REQUEST", - 4: "DOUBLECLICK_BUNDLE_NOT_ALLOWED", - 5: "EXTERNAL_URL_NOT_ALLOWED", - 6: "FILE_TOO_LARGE", - 7: "GOOGLE_WEB_DESIGNER_ZIP_FILE_NOT_PUBLISHED", - 8: "INVALID_INPUT", - 9: "INVALID_MEDIA_BUNDLE", - 10: "INVALID_MEDIA_BUNDLE_ENTRY", - 11: "INVALID_MIME_TYPE", - 12: "INVALID_PATH", - 13: "INVALID_URL_REFERENCE", - 14: "MEDIA_DATA_TOO_LARGE", - 15: "MISSING_PRIMARY_MEDIA_BUNDLE_ENTRY", - 16: "SERVER_ERROR", - 17: "STORAGE_ERROR", - 18: "SWIFFY_BUNDLE_NOT_ALLOWED", - 19: "TOO_MANY_FILES", - 20: "UNEXPECTED_SIZE", - 21: "UNSUPPORTED_GOOGLE_WEB_DESIGNER_ENVIRONMENT", - 22: "UNSUPPORTED_HTML5_FEATURE", - 23: "URL_IN_MEDIA_BUNDLE_NOT_SSL_COMPLIANT", - 24: "CUSTOM_EXIT_NOT_ALLOWED", -} -var MediaBundleErrorEnum_MediaBundleError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "BAD_REQUEST": 3, - "DOUBLECLICK_BUNDLE_NOT_ALLOWED": 4, - "EXTERNAL_URL_NOT_ALLOWED": 5, - "FILE_TOO_LARGE": 6, - "GOOGLE_WEB_DESIGNER_ZIP_FILE_NOT_PUBLISHED": 7, - "INVALID_INPUT": 8, - "INVALID_MEDIA_BUNDLE": 9, - "INVALID_MEDIA_BUNDLE_ENTRY": 10, - "INVALID_MIME_TYPE": 11, - "INVALID_PATH": 12, - "INVALID_URL_REFERENCE": 13, - "MEDIA_DATA_TOO_LARGE": 14, - "MISSING_PRIMARY_MEDIA_BUNDLE_ENTRY": 15, - "SERVER_ERROR": 16, - "STORAGE_ERROR": 17, - "SWIFFY_BUNDLE_NOT_ALLOWED": 18, - "TOO_MANY_FILES": 19, - "UNEXPECTED_SIZE": 20, - "UNSUPPORTED_GOOGLE_WEB_DESIGNER_ENVIRONMENT": 21, - "UNSUPPORTED_HTML5_FEATURE": 22, - "URL_IN_MEDIA_BUNDLE_NOT_SSL_COMPLIANT": 23, - "CUSTOM_EXIT_NOT_ALLOWED": 24, -} - -func (x MediaBundleErrorEnum_MediaBundleError) String() string { - return proto.EnumName(MediaBundleErrorEnum_MediaBundleError_name, int32(x)) -} -func (MediaBundleErrorEnum_MediaBundleError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_media_bundle_error_1ce8f9bf0aa8af7c, []int{0, 0} -} - -// Container for enum describing possible media bundle errors. -type MediaBundleErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MediaBundleErrorEnum) Reset() { *m = MediaBundleErrorEnum{} } -func (m *MediaBundleErrorEnum) String() string { return proto.CompactTextString(m) } -func (*MediaBundleErrorEnum) ProtoMessage() {} -func (*MediaBundleErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_media_bundle_error_1ce8f9bf0aa8af7c, []int{0} -} -func (m *MediaBundleErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MediaBundleErrorEnum.Unmarshal(m, b) -} -func (m *MediaBundleErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MediaBundleErrorEnum.Marshal(b, m, deterministic) -} -func (dst *MediaBundleErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_MediaBundleErrorEnum.Merge(dst, src) -} -func (m *MediaBundleErrorEnum) XXX_Size() int { - return xxx_messageInfo_MediaBundleErrorEnum.Size(m) -} -func (m *MediaBundleErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_MediaBundleErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_MediaBundleErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*MediaBundleErrorEnum)(nil), "google.ads.googleads.v0.errors.MediaBundleErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.MediaBundleErrorEnum_MediaBundleError", MediaBundleErrorEnum_MediaBundleError_name, MediaBundleErrorEnum_MediaBundleError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/media_bundle_error.proto", fileDescriptor_media_bundle_error_1ce8f9bf0aa8af7c) -} - -var fileDescriptor_media_bundle_error_1ce8f9bf0aa8af7c = []byte{ - // 625 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0xdd, 0x6a, 0x1b, 0x39, - 0x14, 0xde, 0x24, 0x9b, 0x64, 0x57, 0xf9, 0x53, 0x94, 0x78, 0x93, 0x6c, 0x5b, 0x5f, 0x18, 0x5a, - 0x68, 0x0b, 0x63, 0x43, 0x29, 0x85, 0xe9, 0x95, 0xc6, 0x73, 0x3c, 0x11, 0xd1, 0x48, 0x53, 0x49, - 0x63, 0xc7, 0xc1, 0x20, 0x9c, 0x8e, 0x31, 0x81, 0xc4, 0x13, 0x3c, 0x4d, 0x5e, 0xa7, 0xd0, 0xcb, - 0x3e, 0x41, 0x9f, 0xa1, 0x8f, 0xd2, 0xab, 0x3e, 0x42, 0xd1, 0x4c, 0x6c, 0x92, 0xe0, 0xf6, 0x4a, - 0x87, 0xef, 0x7c, 0xdf, 0xf9, 0xf9, 0xd0, 0x41, 0xef, 0xc6, 0x79, 0x3e, 0xbe, 0x1c, 0x35, 0x87, - 0x59, 0xd1, 0xac, 0x42, 0x17, 0xdd, 0xb6, 0x9a, 0xa3, 0xe9, 0x34, 0x9f, 0x16, 0xcd, 0xab, 0x51, - 0x76, 0x31, 0xb4, 0xe7, 0x37, 0x93, 0xec, 0x72, 0x64, 0x4b, 0xcc, 0xbb, 0x9e, 0xe6, 0x9f, 0x72, - 0x52, 0xaf, 0xd8, 0xde, 0x30, 0x2b, 0xbc, 0xb9, 0xd0, 0xbb, 0x6d, 0x79, 0x95, 0xb0, 0xf1, 0x6d, - 0x15, 0xed, 0xc7, 0x4e, 0x1c, 0x94, 0x5a, 0x70, 0x28, 0x4c, 0x6e, 0xae, 0x1a, 0x9f, 0x57, 0x11, - 0x7e, 0x9c, 0x20, 0x3b, 0x68, 0x23, 0x15, 0x3a, 0x81, 0x36, 0xeb, 0x30, 0x08, 0xf1, 0x5f, 0x64, - 0x03, 0xad, 0xa7, 0xe2, 0x44, 0xc8, 0x9e, 0xc0, 0x4b, 0x2e, 0x1b, 0xd0, 0xd0, 0x2a, 0xf8, 0x90, - 0x82, 0x36, 0x78, 0x85, 0x34, 0x50, 0x3d, 0x94, 0x69, 0xc0, 0xa1, 0xcd, 0x59, 0xfb, 0xc4, 0x06, - 0xa9, 0x08, 0x39, 0x58, 0x21, 0x8d, 0xa5, 0x9c, 0xcb, 0x1e, 0x84, 0xf8, 0x6f, 0xf2, 0x14, 0x1d, - 0xc2, 0xa9, 0x01, 0x25, 0x28, 0xb7, 0xa9, 0xe2, 0x0f, 0xb2, 0xab, 0x84, 0xa0, 0xed, 0x0e, 0xe3, - 0x60, 0x8d, 0x94, 0x96, 0x53, 0x15, 0x01, 0x5e, 0x23, 0x1e, 0x7a, 0x15, 0x49, 0x19, 0x71, 0xb0, - 0x3d, 0x08, 0x6c, 0x08, 0x9a, 0x45, 0x02, 0x94, 0x3d, 0x63, 0x89, 0x2d, 0xb9, 0xae, 0x42, 0x92, - 0x06, 0x9c, 0xe9, 0x63, 0x08, 0xf1, 0x3a, 0xd9, 0x45, 0x5b, 0x4c, 0x74, 0x29, 0x67, 0xa1, 0x65, - 0x22, 0x49, 0x0d, 0xfe, 0x87, 0x1c, 0xa2, 0xfd, 0x19, 0x14, 0x43, 0xc8, 0xe8, 0xdd, 0x68, 0xf8, - 0x5f, 0x52, 0x47, 0xff, 0x2f, 0xca, 0x58, 0x10, 0x46, 0xf5, 0x31, 0x22, 0x35, 0xb4, 0x3b, 0xcf, - 0xb3, 0x18, 0xac, 0xe9, 0x27, 0x80, 0x37, 0x08, 0x46, 0x9b, 0x33, 0x38, 0xa1, 0xe6, 0x18, 0x6f, - 0x92, 0x23, 0x54, 0x9b, 0x21, 0x6e, 0x2d, 0x05, 0x1d, 0x50, 0x20, 0xda, 0x80, 0xb7, 0x5c, 0xf7, - 0xaa, 0x76, 0x48, 0x0d, 0xbd, 0xb7, 0xda, 0x36, 0x79, 0x81, 0x1a, 0x31, 0xd3, 0x9a, 0x89, 0xc8, - 0x26, 0x8a, 0xc5, 0x54, 0xf5, 0x17, 0x4d, 0xb1, 0xe3, 0xda, 0x69, 0x50, 0x5d, 0x50, 0x16, 0x94, - 0x92, 0x0a, 0x63, 0xb7, 0xa4, 0x36, 0x52, 0xd1, 0x08, 0xee, 0xa0, 0x5d, 0xf2, 0x0c, 0x1d, 0xe9, - 0x1e, 0xeb, 0x74, 0xfa, 0x8b, 0x8c, 0x27, 0xce, 0x5a, 0xd7, 0x3a, 0xa6, 0xa2, 0x5f, 0xfa, 0xa6, - 0xf1, 0x1e, 0xd9, 0x43, 0x3b, 0xa9, 0x80, 0xd3, 0x04, 0xda, 0x06, 0x42, 0xab, 0xd9, 0x19, 0xe0, - 0x7d, 0xd2, 0x44, 0xaf, 0x53, 0xa1, 0xd3, 0x24, 0x91, 0xca, 0xa1, 0x8b, 0xbc, 0x07, 0xd1, 0x65, - 0x4a, 0x8a, 0x18, 0x84, 0xc1, 0x35, 0xd7, 0xf8, 0xbe, 0xe0, 0xd8, 0xc4, 0xfc, 0xad, 0xed, 0x00, - 0x35, 0xa9, 0x02, 0xfc, 0x1f, 0x79, 0x89, 0x9e, 0x3b, 0x47, 0x98, 0x78, 0xb8, 0x9b, 0x9b, 0x4e, - 0x6b, 0x6e, 0xdb, 0x32, 0x4e, 0x38, 0xa3, 0xc2, 0xe0, 0x03, 0xf2, 0x04, 0x1d, 0xb4, 0x53, 0x6d, - 0x64, 0x6c, 0xe1, 0x94, 0x99, 0x07, 0x0b, 0x1c, 0x06, 0x3f, 0x97, 0x50, 0xe3, 0x63, 0x7e, 0xe5, - 0xfd, 0xf9, 0x87, 0x07, 0xb5, 0xc7, 0xbf, 0x38, 0x71, 0x87, 0x91, 0x2c, 0x9d, 0x85, 0x77, 0xc2, - 0x71, 0x7e, 0x39, 0x9c, 0x8c, 0xbd, 0x7c, 0x3a, 0x6e, 0x8e, 0x47, 0x93, 0xf2, 0x6c, 0x66, 0x37, - 0x76, 0x7d, 0x51, 0xfc, 0xee, 0xe4, 0xde, 0x57, 0xcf, 0x97, 0xe5, 0x95, 0x88, 0xd2, 0xaf, 0xcb, - 0xf5, 0xa8, 0x2a, 0x46, 0xb3, 0xc2, 0xab, 0x42, 0x17, 0x75, 0x5b, 0x5e, 0xd9, 0xb2, 0xf8, 0x3e, - 0x23, 0x0c, 0x68, 0x56, 0x0c, 0xe6, 0x84, 0x41, 0xb7, 0x35, 0xa8, 0x08, 0x3f, 0x96, 0x1b, 0x15, - 0xea, 0xfb, 0x34, 0x2b, 0x7c, 0x7f, 0x4e, 0xf1, 0xfd, 0x6e, 0xcb, 0xf7, 0x2b, 0xd2, 0xf9, 0x5a, - 0x39, 0xdd, 0x9b, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xd6, 0x22, 0x62, 0x36, 0x0f, 0x04, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/media_file_error.pb.go b/googleapis/ads/googleads/v0/errors/media_file_error.pb.go deleted file mode 100644 index 84be9b78f4..0000000000 --- a/googleapis/ads/googleads/v0/errors/media_file_error.pb.go +++ /dev/null @@ -1,223 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/media_file_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible media file errors. -type MediaFileErrorEnum_MediaFileError int32 - -const ( - // Enum unspecified. - MediaFileErrorEnum_UNSPECIFIED MediaFileErrorEnum_MediaFileError = 0 - // The received error code is not known in this version. - MediaFileErrorEnum_UNKNOWN MediaFileErrorEnum_MediaFileError = 1 - // Cannot create a standard icon type. - MediaFileErrorEnum_CANNOT_CREATE_STANDARD_ICON MediaFileErrorEnum_MediaFileError = 2 - // May only select Standard Icons alone. - MediaFileErrorEnum_CANNOT_SELECT_STANDARD_ICON_WITH_OTHER_TYPES MediaFileErrorEnum_MediaFileError = 3 - // Image contains both a media file ID and data. - MediaFileErrorEnum_CANNOT_SPECIFY_MEDIA_FILE_ID_AND_DATA MediaFileErrorEnum_MediaFileError = 4 - // A media file with given type and reference ID already exists. - MediaFileErrorEnum_DUPLICATE_MEDIA MediaFileErrorEnum_MediaFileError = 5 - // A required field was not specified or is an empty string. - MediaFileErrorEnum_EMPTY_FIELD MediaFileErrorEnum_MediaFileError = 6 - // A media file may only be modified once per call. - MediaFileErrorEnum_RESOURCE_REFERENCED_IN_MULTIPLE_OPS MediaFileErrorEnum_MediaFileError = 7 - // Field is not supported for the media sub type. - MediaFileErrorEnum_FIELD_NOT_SUPPORTED_FOR_MEDIA_SUB_TYPE MediaFileErrorEnum_MediaFileError = 8 - // The media file ID is invalid. - MediaFileErrorEnum_INVALID_MEDIA_FILE_ID MediaFileErrorEnum_MediaFileError = 9 - // The media subtype is invalid. - MediaFileErrorEnum_INVALID_MEDIA_SUB_TYPE MediaFileErrorEnum_MediaFileError = 10 - // The media file type is invalid. - MediaFileErrorEnum_INVALID_MEDIA_FILE_TYPE MediaFileErrorEnum_MediaFileError = 11 - // The mimetype is invalid. - MediaFileErrorEnum_INVALID_MIME_TYPE MediaFileErrorEnum_MediaFileError = 12 - // The media reference ID is invalid. - MediaFileErrorEnum_INVALID_REFERENCE_ID MediaFileErrorEnum_MediaFileError = 13 - // The YouTube video ID is invalid. - MediaFileErrorEnum_INVALID_YOU_TUBE_ID MediaFileErrorEnum_MediaFileError = 14 - // Media file has failed transcoding - MediaFileErrorEnum_MEDIA_FILE_FAILED_TRANSCODING MediaFileErrorEnum_MediaFileError = 15 - // Media file has not been transcoded. - MediaFileErrorEnum_MEDIA_NOT_TRANSCODED MediaFileErrorEnum_MediaFileError = 16 - // The media type does not match the actual media file's type. - MediaFileErrorEnum_MEDIA_TYPE_DOES_NOT_MATCH_MEDIA_FILE_TYPE MediaFileErrorEnum_MediaFileError = 17 - // None of the fields have been specified. - MediaFileErrorEnum_NO_FIELDS_SPECIFIED MediaFileErrorEnum_MediaFileError = 18 - // One of reference ID or media file ID must be specified. - MediaFileErrorEnum_NULL_REFERENCE_ID_AND_MEDIA_ID MediaFileErrorEnum_MediaFileError = 19 - // The string has too many characters. - MediaFileErrorEnum_TOO_LONG MediaFileErrorEnum_MediaFileError = 20 - // The specified type is not supported. - MediaFileErrorEnum_UNSUPPORTED_TYPE MediaFileErrorEnum_MediaFileError = 21 - // YouTube is unavailable for requesting video data. - MediaFileErrorEnum_YOU_TUBE_SERVICE_UNAVAILABLE MediaFileErrorEnum_MediaFileError = 22 - // The YouTube video has a non positive duration. - MediaFileErrorEnum_YOU_TUBE_VIDEO_HAS_NON_POSITIVE_DURATION MediaFileErrorEnum_MediaFileError = 23 - // The YouTube video ID is syntactically valid but the video was not found. - MediaFileErrorEnum_YOU_TUBE_VIDEO_NOT_FOUND MediaFileErrorEnum_MediaFileError = 24 -) - -var MediaFileErrorEnum_MediaFileError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CANNOT_CREATE_STANDARD_ICON", - 3: "CANNOT_SELECT_STANDARD_ICON_WITH_OTHER_TYPES", - 4: "CANNOT_SPECIFY_MEDIA_FILE_ID_AND_DATA", - 5: "DUPLICATE_MEDIA", - 6: "EMPTY_FIELD", - 7: "RESOURCE_REFERENCED_IN_MULTIPLE_OPS", - 8: "FIELD_NOT_SUPPORTED_FOR_MEDIA_SUB_TYPE", - 9: "INVALID_MEDIA_FILE_ID", - 10: "INVALID_MEDIA_SUB_TYPE", - 11: "INVALID_MEDIA_FILE_TYPE", - 12: "INVALID_MIME_TYPE", - 13: "INVALID_REFERENCE_ID", - 14: "INVALID_YOU_TUBE_ID", - 15: "MEDIA_FILE_FAILED_TRANSCODING", - 16: "MEDIA_NOT_TRANSCODED", - 17: "MEDIA_TYPE_DOES_NOT_MATCH_MEDIA_FILE_TYPE", - 18: "NO_FIELDS_SPECIFIED", - 19: "NULL_REFERENCE_ID_AND_MEDIA_ID", - 20: "TOO_LONG", - 21: "UNSUPPORTED_TYPE", - 22: "YOU_TUBE_SERVICE_UNAVAILABLE", - 23: "YOU_TUBE_VIDEO_HAS_NON_POSITIVE_DURATION", - 24: "YOU_TUBE_VIDEO_NOT_FOUND", -} -var MediaFileErrorEnum_MediaFileError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CANNOT_CREATE_STANDARD_ICON": 2, - "CANNOT_SELECT_STANDARD_ICON_WITH_OTHER_TYPES": 3, - "CANNOT_SPECIFY_MEDIA_FILE_ID_AND_DATA": 4, - "DUPLICATE_MEDIA": 5, - "EMPTY_FIELD": 6, - "RESOURCE_REFERENCED_IN_MULTIPLE_OPS": 7, - "FIELD_NOT_SUPPORTED_FOR_MEDIA_SUB_TYPE": 8, - "INVALID_MEDIA_FILE_ID": 9, - "INVALID_MEDIA_SUB_TYPE": 10, - "INVALID_MEDIA_FILE_TYPE": 11, - "INVALID_MIME_TYPE": 12, - "INVALID_REFERENCE_ID": 13, - "INVALID_YOU_TUBE_ID": 14, - "MEDIA_FILE_FAILED_TRANSCODING": 15, - "MEDIA_NOT_TRANSCODED": 16, - "MEDIA_TYPE_DOES_NOT_MATCH_MEDIA_FILE_TYPE": 17, - "NO_FIELDS_SPECIFIED": 18, - "NULL_REFERENCE_ID_AND_MEDIA_ID": 19, - "TOO_LONG": 20, - "UNSUPPORTED_TYPE": 21, - "YOU_TUBE_SERVICE_UNAVAILABLE": 22, - "YOU_TUBE_VIDEO_HAS_NON_POSITIVE_DURATION": 23, - "YOU_TUBE_VIDEO_NOT_FOUND": 24, -} - -func (x MediaFileErrorEnum_MediaFileError) String() string { - return proto.EnumName(MediaFileErrorEnum_MediaFileError_name, int32(x)) -} -func (MediaFileErrorEnum_MediaFileError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_media_file_error_8a88169be9d50fbb, []int{0, 0} -} - -// Container for enum describing possible media file errors. -type MediaFileErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MediaFileErrorEnum) Reset() { *m = MediaFileErrorEnum{} } -func (m *MediaFileErrorEnum) String() string { return proto.CompactTextString(m) } -func (*MediaFileErrorEnum) ProtoMessage() {} -func (*MediaFileErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_error_8a88169be9d50fbb, []int{0} -} -func (m *MediaFileErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MediaFileErrorEnum.Unmarshal(m, b) -} -func (m *MediaFileErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MediaFileErrorEnum.Marshal(b, m, deterministic) -} -func (dst *MediaFileErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_MediaFileErrorEnum.Merge(dst, src) -} -func (m *MediaFileErrorEnum) XXX_Size() int { - return xxx_messageInfo_MediaFileErrorEnum.Size(m) -} -func (m *MediaFileErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_MediaFileErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_MediaFileErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*MediaFileErrorEnum)(nil), "google.ads.googleads.v0.errors.MediaFileErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.MediaFileErrorEnum_MediaFileError", MediaFileErrorEnum_MediaFileError_name, MediaFileErrorEnum_MediaFileError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/media_file_error.proto", fileDescriptor_media_file_error_8a88169be9d50fbb) -} - -var fileDescriptor_media_file_error_8a88169be9d50fbb = []byte{ - // 657 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0x5d, 0x6f, 0xd3, 0x48, - 0x14, 0xdd, 0xa6, 0xbb, 0x69, 0x77, 0xda, 0x6d, 0xa7, 0x93, 0x7e, 0xed, 0xb6, 0x5b, 0x20, 0x88, - 0x8f, 0xa2, 0xe2, 0x44, 0x42, 0xbc, 0x98, 0xa7, 0x89, 0xe7, 0x3a, 0x19, 0xe1, 0xcc, 0x58, 0xf6, - 0xd8, 0x55, 0x50, 0xa4, 0xab, 0x40, 0x42, 0x14, 0x29, 0xad, 0xab, 0x18, 0xfa, 0xcc, 0xbf, 0xe0, - 0x9d, 0x47, 0x7e, 0x0a, 0x3f, 0x85, 0x07, 0x7e, 0x03, 0xb2, 0x9d, 0xb8, 0x84, 0xaf, 0xa7, 0x5c, - 0xdd, 0x73, 0xce, 0x3d, 0xe7, 0x4e, 0x7c, 0xc9, 0xd3, 0x71, 0x92, 0x8c, 0xa7, 0xa3, 0xc6, 0x60, - 0x98, 0x36, 0x8a, 0x32, 0xab, 0xae, 0x9b, 0x8d, 0xd1, 0x6c, 0x96, 0xcc, 0xd2, 0xc6, 0xc5, 0x68, - 0x38, 0x19, 0xe0, 0xeb, 0xc9, 0x74, 0x84, 0x79, 0xc7, 0xba, 0x9a, 0x25, 0x6f, 0x12, 0x76, 0x52, - 0x70, 0xad, 0xc1, 0x30, 0xb5, 0x4a, 0x99, 0x75, 0xdd, 0xb4, 0x0a, 0x59, 0xfd, 0x7d, 0x95, 0xb0, - 0x6e, 0x26, 0x75, 0x27, 0xd3, 0x11, 0x64, 0x3d, 0xb8, 0x7c, 0x7b, 0x51, 0x7f, 0x57, 0x25, 0x5b, - 0xcb, 0x6d, 0xb6, 0x4d, 0x36, 0x22, 0x15, 0xfa, 0xe0, 0x48, 0x57, 0x82, 0xa0, 0x7f, 0xb0, 0x0d, - 0xb2, 0x16, 0xa9, 0xe7, 0x4a, 0x9f, 0x2b, 0xba, 0xc2, 0x6e, 0x91, 0x23, 0x87, 0x2b, 0xa5, 0x0d, - 0x3a, 0x01, 0x70, 0x03, 0x18, 0x1a, 0xae, 0x04, 0x0f, 0x04, 0x4a, 0x47, 0x2b, 0x5a, 0x61, 0x4d, - 0x72, 0x36, 0x27, 0x84, 0xe0, 0x81, 0x63, 0x96, 0x09, 0x78, 0x2e, 0x4d, 0x07, 0xb5, 0xe9, 0x40, - 0x80, 0xa6, 0xe7, 0x43, 0x48, 0x57, 0xd9, 0x29, 0xb9, 0xb7, 0x50, 0xe4, 0xae, 0x3d, 0xec, 0x82, - 0x90, 0x1c, 0x5d, 0xe9, 0x01, 0x4a, 0x81, 0x5c, 0x09, 0x14, 0xdc, 0x70, 0xfa, 0x27, 0xab, 0x91, - 0x6d, 0x11, 0xf9, 0x9e, 0x74, 0x32, 0xe7, 0x9c, 0x45, 0xff, 0xca, 0x02, 0x43, 0xd7, 0x37, 0x3d, - 0x74, 0x25, 0x78, 0x82, 0x56, 0xd9, 0x03, 0x72, 0x37, 0x80, 0x50, 0x47, 0x81, 0x03, 0x18, 0x80, - 0x0b, 0x01, 0x28, 0x07, 0x04, 0x4a, 0x85, 0xdd, 0xc8, 0x33, 0xd2, 0xf7, 0x00, 0xb5, 0x1f, 0xd2, - 0x35, 0xf6, 0x88, 0xdc, 0xcf, 0x35, 0x98, 0x9b, 0x47, 0xbe, 0xaf, 0x03, 0x03, 0x02, 0x5d, 0x1d, - 0xcc, 0x23, 0x84, 0x51, 0x2b, 0x8f, 0x49, 0xd7, 0xd9, 0xbf, 0x64, 0x4f, 0xaa, 0x98, 0x7b, 0x52, - 0x2c, 0xc7, 0xa3, 0x7f, 0xb3, 0xff, 0xc8, 0xfe, 0x32, 0x54, 0xca, 0x08, 0x3b, 0x22, 0x07, 0x3f, - 0x91, 0xe5, 0xe0, 0x06, 0xdb, 0x23, 0x3b, 0x25, 0x28, 0xbb, 0xf3, 0xf6, 0x26, 0x3b, 0x24, 0xbb, - 0x8b, 0x76, 0x19, 0x3f, 0x73, 0xfa, 0x87, 0x1d, 0x90, 0xda, 0x02, 0xe9, 0xe9, 0x08, 0x4d, 0xd4, - 0xca, 0x81, 0x2d, 0x76, 0x87, 0xfc, 0xff, 0xcd, 0x78, 0x97, 0x4b, 0x0f, 0x04, 0x9a, 0x80, 0xab, - 0xd0, 0xd1, 0x42, 0xaa, 0x36, 0xdd, 0xce, 0xa6, 0x16, 0x94, 0x6c, 0xd9, 0x05, 0x04, 0x82, 0x52, - 0xf6, 0x98, 0x9c, 0x16, 0x48, 0xe6, 0x8f, 0x42, 0x43, 0x98, 0x73, 0xba, 0xdc, 0x38, 0x9d, 0x1f, - 0x52, 0xef, 0x64, 0x21, 0x94, 0x2e, 0x1e, 0x3b, 0xc4, 0x9b, 0x0f, 0x85, 0xb1, 0x3a, 0x39, 0x51, - 0x91, 0xe7, 0x2d, 0x85, 0xce, 0xff, 0xbd, 0x62, 0x86, 0x14, 0xb4, 0xc6, 0x36, 0xc9, 0xba, 0xd1, - 0x1a, 0x3d, 0xad, 0xda, 0x74, 0x97, 0xed, 0x12, 0x1a, 0xa9, 0x9b, 0x87, 0xcf, 0x0d, 0xf6, 0xd8, - 0x6d, 0x72, 0x5c, 0x6e, 0x17, 0x42, 0x10, 0x4b, 0x07, 0x30, 0x52, 0x3c, 0xe6, 0xd2, 0xe3, 0x2d, - 0x0f, 0xe8, 0x3e, 0x3b, 0x23, 0x0f, 0x4b, 0x46, 0x2c, 0x05, 0x68, 0xec, 0xf0, 0x2c, 0xb4, 0x42, - 0x5f, 0x87, 0xd2, 0xc8, 0x18, 0x50, 0x44, 0x01, 0x37, 0x52, 0x2b, 0x7a, 0xc0, 0x8e, 0xc9, 0xe1, - 0x77, 0xec, 0x6c, 0x3d, 0x57, 0x47, 0x4a, 0xd0, 0xc3, 0xd6, 0x97, 0x15, 0x52, 0x7f, 0x95, 0x5c, - 0x58, 0xbf, 0x3f, 0xa0, 0x56, 0x6d, 0xf9, 0x4c, 0xfc, 0xec, 0xea, 0xfc, 0x95, 0x17, 0x62, 0x2e, - 0x1b, 0x27, 0xd3, 0xc1, 0xe5, 0xd8, 0x4a, 0x66, 0xe3, 0xc6, 0x78, 0x74, 0x99, 0xdf, 0xe4, 0xe2, - 0x7c, 0xaf, 0x26, 0xe9, 0xaf, 0xae, 0xf9, 0x59, 0xf1, 0xf3, 0xa1, 0xb2, 0xda, 0xe6, 0xfc, 0x63, - 0xe5, 0xa4, 0x5d, 0x0c, 0xe3, 0xc3, 0xd4, 0x2a, 0xca, 0xac, 0x8a, 0x9b, 0x56, 0x6e, 0x99, 0x7e, - 0x5a, 0x10, 0xfa, 0x7c, 0x98, 0xf6, 0x4b, 0x42, 0x3f, 0x6e, 0xf6, 0x0b, 0xc2, 0xe7, 0x4a, 0xbd, - 0xe8, 0xda, 0x36, 0x1f, 0xa6, 0xb6, 0x5d, 0x52, 0x6c, 0x3b, 0x6e, 0xda, 0x76, 0x41, 0x7a, 0x59, - 0xcd, 0xd3, 0x3d, 0xf9, 0x1a, 0x00, 0x00, 0xff, 0xff, 0x38, 0x38, 0x9e, 0x24, 0x6a, 0x04, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/multiplier_error.pb.go b/googleapis/ads/googleads/v0/errors/multiplier_error.pb.go deleted file mode 100644 index f4875908d8..0000000000 --- a/googleapis/ads/googleads/v0/errors/multiplier_error.pb.go +++ /dev/null @@ -1,170 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/multiplier_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible multiplier errors. -type MultiplierErrorEnum_MultiplierError int32 - -const ( - // Enum unspecified. - MultiplierErrorEnum_UNSPECIFIED MultiplierErrorEnum_MultiplierError = 0 - // The received error code is not known in this version. - MultiplierErrorEnum_UNKNOWN MultiplierErrorEnum_MultiplierError = 1 - // Multiplier value is too high - MultiplierErrorEnum_MULTIPLIER_TOO_HIGH MultiplierErrorEnum_MultiplierError = 2 - // Multiplier value is too low - MultiplierErrorEnum_MULTIPLIER_TOO_LOW MultiplierErrorEnum_MultiplierError = 3 - // Too many fractional digits - MultiplierErrorEnum_TOO_MANY_FRACTIONAL_DIGITS MultiplierErrorEnum_MultiplierError = 4 - // A multiplier cannot be set for this bidding strategy - MultiplierErrorEnum_MULTIPLIER_NOT_ALLOWED_FOR_BIDDING_STRATEGY MultiplierErrorEnum_MultiplierError = 5 - // A multiplier cannot be set when there is no base bid (e.g., content max - // cpc) - MultiplierErrorEnum_MULTIPLIER_NOT_ALLOWED_WHEN_BASE_BID_IS_MISSING MultiplierErrorEnum_MultiplierError = 6 - // A bid multiplier must be specified - MultiplierErrorEnum_NO_MULTIPLIER_SPECIFIED MultiplierErrorEnum_MultiplierError = 7 - // Multiplier causes bid to exceed daily budget - MultiplierErrorEnum_MULTIPLIER_CAUSES_BID_TO_EXCEED_DAILY_BUDGET MultiplierErrorEnum_MultiplierError = 8 - // Multiplier causes bid to exceed monthly budget - MultiplierErrorEnum_MULTIPLIER_CAUSES_BID_TO_EXCEED_MONTHLY_BUDGET MultiplierErrorEnum_MultiplierError = 9 - // Multiplier causes bid to exceed custom budget - MultiplierErrorEnum_MULTIPLIER_CAUSES_BID_TO_EXCEED_CUSTOM_BUDGET MultiplierErrorEnum_MultiplierError = 10 - // Multiplier causes bid to exceed maximum allowed bid - MultiplierErrorEnum_MULTIPLIER_CAUSES_BID_TO_EXCEED_MAX_ALLOWED_BID MultiplierErrorEnum_MultiplierError = 11 - // Multiplier causes bid to become less than the minimum bid allowed - MultiplierErrorEnum_BID_LESS_THAN_MIN_ALLOWED_BID_WITH_MULTIPLIER MultiplierErrorEnum_MultiplierError = 12 - // Multiplier type (cpc vs. cpm) needs to match campaign's bidding strategy - MultiplierErrorEnum_MULTIPLIER_AND_BIDDING_STRATEGY_TYPE_MISMATCH MultiplierErrorEnum_MultiplierError = 13 -) - -var MultiplierErrorEnum_MultiplierError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "MULTIPLIER_TOO_HIGH", - 3: "MULTIPLIER_TOO_LOW", - 4: "TOO_MANY_FRACTIONAL_DIGITS", - 5: "MULTIPLIER_NOT_ALLOWED_FOR_BIDDING_STRATEGY", - 6: "MULTIPLIER_NOT_ALLOWED_WHEN_BASE_BID_IS_MISSING", - 7: "NO_MULTIPLIER_SPECIFIED", - 8: "MULTIPLIER_CAUSES_BID_TO_EXCEED_DAILY_BUDGET", - 9: "MULTIPLIER_CAUSES_BID_TO_EXCEED_MONTHLY_BUDGET", - 10: "MULTIPLIER_CAUSES_BID_TO_EXCEED_CUSTOM_BUDGET", - 11: "MULTIPLIER_CAUSES_BID_TO_EXCEED_MAX_ALLOWED_BID", - 12: "BID_LESS_THAN_MIN_ALLOWED_BID_WITH_MULTIPLIER", - 13: "MULTIPLIER_AND_BIDDING_STRATEGY_TYPE_MISMATCH", -} -var MultiplierErrorEnum_MultiplierError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "MULTIPLIER_TOO_HIGH": 2, - "MULTIPLIER_TOO_LOW": 3, - "TOO_MANY_FRACTIONAL_DIGITS": 4, - "MULTIPLIER_NOT_ALLOWED_FOR_BIDDING_STRATEGY": 5, - "MULTIPLIER_NOT_ALLOWED_WHEN_BASE_BID_IS_MISSING": 6, - "NO_MULTIPLIER_SPECIFIED": 7, - "MULTIPLIER_CAUSES_BID_TO_EXCEED_DAILY_BUDGET": 8, - "MULTIPLIER_CAUSES_BID_TO_EXCEED_MONTHLY_BUDGET": 9, - "MULTIPLIER_CAUSES_BID_TO_EXCEED_CUSTOM_BUDGET": 10, - "MULTIPLIER_CAUSES_BID_TO_EXCEED_MAX_ALLOWED_BID": 11, - "BID_LESS_THAN_MIN_ALLOWED_BID_WITH_MULTIPLIER": 12, - "MULTIPLIER_AND_BIDDING_STRATEGY_TYPE_MISMATCH": 13, -} - -func (x MultiplierErrorEnum_MultiplierError) String() string { - return proto.EnumName(MultiplierErrorEnum_MultiplierError_name, int32(x)) -} -func (MultiplierErrorEnum_MultiplierError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_multiplier_error_31cb9fd88a52db84, []int{0, 0} -} - -// Container for enum describing possible multiplier errors. -type MultiplierErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MultiplierErrorEnum) Reset() { *m = MultiplierErrorEnum{} } -func (m *MultiplierErrorEnum) String() string { return proto.CompactTextString(m) } -func (*MultiplierErrorEnum) ProtoMessage() {} -func (*MultiplierErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_multiplier_error_31cb9fd88a52db84, []int{0} -} -func (m *MultiplierErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MultiplierErrorEnum.Unmarshal(m, b) -} -func (m *MultiplierErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MultiplierErrorEnum.Marshal(b, m, deterministic) -} -func (dst *MultiplierErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_MultiplierErrorEnum.Merge(dst, src) -} -func (m *MultiplierErrorEnum) XXX_Size() int { - return xxx_messageInfo_MultiplierErrorEnum.Size(m) -} -func (m *MultiplierErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_MultiplierErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_MultiplierErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*MultiplierErrorEnum)(nil), "google.ads.googleads.v0.errors.MultiplierErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.MultiplierErrorEnum_MultiplierError", MultiplierErrorEnum_MultiplierError_name, MultiplierErrorEnum_MultiplierError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/multiplier_error.proto", fileDescriptor_multiplier_error_31cb9fd88a52db84) -} - -var fileDescriptor_multiplier_error_31cb9fd88a52db84 = []byte{ - // 505 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x93, 0xdf, 0x6e, 0xd3, 0x3e, - 0x14, 0xc7, 0x7f, 0xed, 0xfa, 0xdb, 0xc0, 0x05, 0xcd, 0xf2, 0x10, 0x93, 0x40, 0xea, 0x45, 0x6f, - 0x81, 0x24, 0x30, 0x71, 0x13, 0xae, 0x9c, 0xd8, 0x4d, 0x2c, 0x12, 0xbb, 0xaa, 0x9d, 0x76, 0x45, - 0x95, 0x8e, 0x0a, 0xad, 0xa2, 0x4a, 0x6d, 0x53, 0x25, 0xdb, 0x1e, 0x88, 0x4b, 0x5e, 0x80, 0x77, - 0xe0, 0x86, 0xf7, 0xe0, 0x86, 0x57, 0x40, 0x69, 0x68, 0x57, 0x05, 0xc6, 0xae, 0x72, 0x72, 0xfc, - 0xfd, 0xf8, 0xfc, 0xd1, 0xd7, 0xe8, 0x6d, 0x9a, 0x65, 0xe9, 0x72, 0x6e, 0x4f, 0x67, 0x85, 0x5d, - 0x85, 0x65, 0x74, 0xe3, 0xd8, 0xf3, 0x3c, 0xcf, 0xf2, 0xc2, 0x5e, 0x5d, 0x2f, 0xaf, 0x16, 0x9b, - 0xe5, 0x62, 0x9e, 0xc3, 0x36, 0x63, 0x6d, 0xf2, 0xec, 0x2a, 0x23, 0x9d, 0x4a, 0x6b, 0x4d, 0x67, - 0x85, 0xb5, 0xc7, 0xac, 0x1b, 0xc7, 0xaa, 0xb0, 0xee, 0xf7, 0x16, 0x3a, 0x8b, 0xf7, 0x28, 0x2f, - 0x93, 0x7c, 0x7d, 0xbd, 0xea, 0x7e, 0x6d, 0xa1, 0xd3, 0x5a, 0x9e, 0x9c, 0xa2, 0x76, 0x22, 0x75, - 0x9f, 0xfb, 0xa2, 0x27, 0x38, 0xc3, 0xff, 0x91, 0x36, 0x3a, 0x49, 0xe4, 0x7b, 0xa9, 0x46, 0x12, - 0x37, 0xc8, 0x39, 0x3a, 0x8b, 0x93, 0xc8, 0x88, 0x7e, 0x24, 0xf8, 0x00, 0x8c, 0x52, 0x10, 0x8a, - 0x20, 0xc4, 0x4d, 0xf2, 0x14, 0x91, 0xda, 0x41, 0xa4, 0x46, 0xf8, 0x88, 0x74, 0xd0, 0xb3, 0xf2, - 0x27, 0xa6, 0x72, 0x0c, 0xbd, 0x01, 0xf5, 0x8d, 0x50, 0x92, 0x46, 0xc0, 0x44, 0x20, 0x8c, 0xc6, - 0x2d, 0x62, 0xa3, 0x17, 0x07, 0x9c, 0x54, 0x06, 0x68, 0x14, 0xa9, 0x11, 0x67, 0xd0, 0x53, 0x03, - 0xf0, 0x04, 0x63, 0x42, 0x06, 0xa0, 0xcd, 0x80, 0x1a, 0x1e, 0x8c, 0xf1, 0xff, 0xe4, 0x02, 0xd9, - 0x77, 0x00, 0xa3, 0x90, 0x4b, 0xf0, 0xa8, 0xe6, 0x25, 0x06, 0x42, 0x43, 0x2c, 0xb4, 0x16, 0x32, - 0xc0, 0xc7, 0xe4, 0x39, 0x3a, 0x97, 0x0a, 0x0e, 0xb8, 0xdb, 0x01, 0x4f, 0x88, 0x83, 0x5e, 0x1e, - 0x9c, 0xf8, 0x34, 0xd1, 0x5c, 0x6f, 0xaf, 0x30, 0x0a, 0xf8, 0xa5, 0xcf, 0x39, 0x03, 0x46, 0x45, - 0x34, 0x06, 0x2f, 0x61, 0x01, 0x37, 0xf8, 0x01, 0x79, 0x83, 0xac, 0xfb, 0x88, 0x58, 0x49, 0x13, - 0xde, 0x32, 0x0f, 0xc9, 0x6b, 0xf4, 0xea, 0x3e, 0xc6, 0x4f, 0xb4, 0x51, 0xf1, 0x0e, 0x41, 0xb5, - 0x51, 0xff, 0x5e, 0x86, 0x5e, 0xee, 0xe7, 0xf7, 0x04, 0xc3, 0xed, 0xb2, 0x4e, 0x29, 0x89, 0xb8, - 0xd6, 0x60, 0x42, 0x2a, 0x21, 0x16, 0xf2, 0x50, 0x02, 0x23, 0x61, 0xc2, 0x83, 0x55, 0xe0, 0x47, - 0xb5, 0xd6, 0xa8, 0x64, 0x7f, 0xec, 0x1d, 0xcc, 0xb8, 0xcf, 0xcb, 0x7d, 0xc6, 0xd4, 0xf8, 0x21, - 0x7e, 0xec, 0xfd, 0x6c, 0xa0, 0xee, 0xa7, 0x6c, 0x65, 0xfd, 0xdb, 0x78, 0xde, 0x93, 0x9a, 0xbb, - 0xfa, 0xa5, 0x5d, 0xfb, 0x8d, 0x0f, 0xec, 0x37, 0x97, 0x66, 0xcb, 0xe9, 0x3a, 0xb5, 0xb2, 0x3c, - 0xb5, 0xd3, 0xf9, 0x7a, 0x6b, 0xe6, 0x9d, 0xef, 0x37, 0x8b, 0xe2, 0xae, 0x67, 0xf0, 0xae, 0xfa, - 0x7c, 0x6e, 0x1e, 0x05, 0x94, 0x7e, 0x69, 0x76, 0x82, 0xea, 0x32, 0x3a, 0x2b, 0xac, 0x2a, 0x2c, - 0xa3, 0xa1, 0x63, 0x6d, 0x4b, 0x16, 0xdf, 0x76, 0x82, 0x09, 0x9d, 0x15, 0x93, 0xbd, 0x60, 0x32, - 0x74, 0x26, 0x95, 0xe0, 0x47, 0xb3, 0x5b, 0x65, 0x5d, 0x97, 0xce, 0x0a, 0xd7, 0xdd, 0x4b, 0x5c, - 0x77, 0xe8, 0xb8, 0x6e, 0x25, 0xfa, 0x78, 0xbc, 0xed, 0xee, 0xe2, 0x57, 0x00, 0x00, 0x00, 0xff, - 0xff, 0x72, 0x8f, 0xb6, 0xc9, 0xa3, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/mutate_error.pb.go b/googleapis/ads/googleads/v0/errors/mutate_error.pb.go deleted file mode 100644 index d1c32f6abe..0000000000 --- a/googleapis/ads/googleads/v0/errors/mutate_error.pb.go +++ /dev/null @@ -1,133 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/mutate_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible mutate errors. -type MutateErrorEnum_MutateError int32 - -const ( - // Enum unspecified. - MutateErrorEnum_UNSPECIFIED MutateErrorEnum_MutateError = 0 - // The received error code is not known in this version. - MutateErrorEnum_UNKNOWN MutateErrorEnum_MutateError = 1 - // Requested resource was not found. - MutateErrorEnum_RESOURCE_NOT_FOUND MutateErrorEnum_MutateError = 3 - // Cannot mutate the same resource twice in one request. - MutateErrorEnum_ID_EXISTS_IN_MULTIPLE_MUTATES MutateErrorEnum_MutateError = 7 - // The field's contents don't match another field that represents the same - // data. - MutateErrorEnum_INCONSISTENT_FIELD_VALUES MutateErrorEnum_MutateError = 8 - // Mutates are not allowed for the requested resource. - MutateErrorEnum_MUTATE_NOT_ALLOWED MutateErrorEnum_MutateError = 9 - // The resource isn't in Google Ads. It belongs to another ads system. - MutateErrorEnum_RESOURCE_NOT_IN_GOOGLE_ADS MutateErrorEnum_MutateError = 10 -) - -var MutateErrorEnum_MutateError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 3: "RESOURCE_NOT_FOUND", - 7: "ID_EXISTS_IN_MULTIPLE_MUTATES", - 8: "INCONSISTENT_FIELD_VALUES", - 9: "MUTATE_NOT_ALLOWED", - 10: "RESOURCE_NOT_IN_GOOGLE_ADS", -} -var MutateErrorEnum_MutateError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "RESOURCE_NOT_FOUND": 3, - "ID_EXISTS_IN_MULTIPLE_MUTATES": 7, - "INCONSISTENT_FIELD_VALUES": 8, - "MUTATE_NOT_ALLOWED": 9, - "RESOURCE_NOT_IN_GOOGLE_ADS": 10, -} - -func (x MutateErrorEnum_MutateError) String() string { - return proto.EnumName(MutateErrorEnum_MutateError_name, int32(x)) -} -func (MutateErrorEnum_MutateError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_mutate_error_91b1822685171f8a, []int{0, 0} -} - -// Container for enum describing possible mutate errors. -type MutateErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateErrorEnum) Reset() { *m = MutateErrorEnum{} } -func (m *MutateErrorEnum) String() string { return proto.CompactTextString(m) } -func (*MutateErrorEnum) ProtoMessage() {} -func (*MutateErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_mutate_error_91b1822685171f8a, []int{0} -} -func (m *MutateErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateErrorEnum.Unmarshal(m, b) -} -func (m *MutateErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateErrorEnum.Marshal(b, m, deterministic) -} -func (dst *MutateErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateErrorEnum.Merge(dst, src) -} -func (m *MutateErrorEnum) XXX_Size() int { - return xxx_messageInfo_MutateErrorEnum.Size(m) -} -func (m *MutateErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_MutateErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*MutateErrorEnum)(nil), "google.ads.googleads.v0.errors.MutateErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.MutateErrorEnum_MutateError", MutateErrorEnum_MutateError_name, MutateErrorEnum_MutateError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/mutate_error.proto", fileDescriptor_mutate_error_91b1822685171f8a) -} - -var fileDescriptor_mutate_error_91b1822685171f8a = []byte{ - // 366 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xd1, 0xea, 0xd3, 0x30, - 0x14, 0xc6, 0xed, 0xfe, 0xe0, 0x34, 0xbb, 0x58, 0xc8, 0x85, 0xa0, 0xb0, 0x81, 0x7d, 0x80, 0xb4, - 0xe2, 0x5d, 0xbc, 0xca, 0xd6, 0xac, 0x04, 0xbb, 0xa4, 0x2c, 0x6d, 0x27, 0x52, 0x08, 0xd5, 0x96, - 0x22, 0x6c, 0xcb, 0x68, 0xb6, 0x3d, 0x90, 0x97, 0xbe, 0x83, 0x2f, 0xe0, 0x9d, 0xaf, 0xa1, 0x2f, - 0x21, 0x6d, 0xdc, 0x98, 0x17, 0xfe, 0xaf, 0xf2, 0xe5, 0xf0, 0xfb, 0xce, 0xc9, 0xf9, 0x02, 0xde, - 0xb4, 0xc6, 0xb4, 0xbb, 0x26, 0xa8, 0x6a, 0x1b, 0x38, 0xd9, 0xab, 0x4b, 0x18, 0x34, 0x5d, 0x67, - 0x3a, 0x1b, 0xec, 0xcf, 0xa7, 0xea, 0xd4, 0xe8, 0xe1, 0x86, 0x8f, 0x9d, 0x39, 0x19, 0x34, 0x77, - 0x1c, 0xae, 0x6a, 0x8b, 0x6f, 0x16, 0x7c, 0x09, 0xb1, 0xb3, 0xf8, 0x3f, 0x3d, 0x30, 0x5d, 0x0f, - 0x36, 0xd6, 0x17, 0xd8, 0xe1, 0xbc, 0xf7, 0xbf, 0x7b, 0x60, 0x72, 0x57, 0x43, 0x53, 0x30, 0xc9, - 0x85, 0x4a, 0xd9, 0x92, 0xaf, 0x38, 0x8b, 0xe0, 0x13, 0x34, 0x01, 0xe3, 0x5c, 0xbc, 0x17, 0x72, - 0x2b, 0xa0, 0x87, 0x5e, 0x00, 0xb4, 0x61, 0x4a, 0xe6, 0x9b, 0x25, 0xd3, 0x42, 0x66, 0x7a, 0x25, - 0x73, 0x11, 0xc1, 0x07, 0xf4, 0x1a, 0xcc, 0x78, 0xa4, 0xd9, 0x07, 0xae, 0x32, 0xa5, 0xb9, 0xd0, - 0xeb, 0x3c, 0xc9, 0x78, 0x9a, 0x30, 0xbd, 0xce, 0x33, 0x9a, 0x31, 0x05, 0xc7, 0x68, 0x06, 0x5e, - 0x72, 0xb1, 0x94, 0x42, 0x71, 0x95, 0x31, 0x91, 0xe9, 0x15, 0x67, 0x49, 0xa4, 0x0b, 0x9a, 0xe4, - 0x4c, 0xc1, 0x67, 0x7d, 0x67, 0xc7, 0x0e, 0x7d, 0x69, 0x92, 0xc8, 0x2d, 0x8b, 0xe0, 0x73, 0x34, - 0x07, 0xaf, 0xfe, 0x99, 0xc8, 0x85, 0x8e, 0xa5, 0x8c, 0x13, 0xa6, 0x69, 0xa4, 0x20, 0x58, 0xfc, - 0xf6, 0x80, 0xff, 0xd9, 0xec, 0xf1, 0xe3, 0xab, 0x2f, 0xe0, 0xdd, 0x8e, 0x69, 0x1f, 0x56, 0xea, - 0x7d, 0x8c, 0xfe, 0x7a, 0x5a, 0xb3, 0xab, 0x0e, 0x2d, 0x36, 0x5d, 0x1b, 0xb4, 0xcd, 0x61, 0x88, - 0xf2, 0x9a, 0xf8, 0xf1, 0x8b, 0xfd, 0xdf, 0x07, 0xbc, 0x73, 0xc7, 0xd7, 0xd1, 0x43, 0x4c, 0xe9, - 0xb7, 0xd1, 0x3c, 0x76, 0xcd, 0x68, 0x6d, 0xb1, 0x93, 0xbd, 0x2a, 0x42, 0x3c, 0x8c, 0xb4, 0x3f, - 0xae, 0x40, 0x49, 0x6b, 0x5b, 0xde, 0x80, 0xb2, 0x08, 0x4b, 0x07, 0xfc, 0x1a, 0xf9, 0xae, 0x4a, - 0x08, 0xad, 0x2d, 0x21, 0x37, 0x84, 0x90, 0x22, 0x24, 0xc4, 0x41, 0x9f, 0x9e, 0x0e, 0xaf, 0x7b, - 0xfb, 0x27, 0x00, 0x00, 0xff, 0xff, 0x58, 0x98, 0xf4, 0xa2, 0x1d, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/new_resource_creation_error.pb.go b/googleapis/ads/googleads/v0/errors/new_resource_creation_error.pb.go deleted file mode 100644 index dd46499ebf..0000000000 --- a/googleapis/ads/googleads/v0/errors/new_resource_creation_error.pb.go +++ /dev/null @@ -1,124 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/new_resource_creation_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible new resource creation errors. -type NewResourceCreationErrorEnum_NewResourceCreationError int32 - -const ( - // Enum unspecified. - NewResourceCreationErrorEnum_UNSPECIFIED NewResourceCreationErrorEnum_NewResourceCreationError = 0 - // The received error code is not known in this version. - NewResourceCreationErrorEnum_UNKNOWN NewResourceCreationErrorEnum_NewResourceCreationError = 1 - // Do not set the id field while creating new resources. - NewResourceCreationErrorEnum_CANNOT_SET_ID_FOR_CREATE NewResourceCreationErrorEnum_NewResourceCreationError = 2 - // Creating more than one resource with the same temp ID is not allowed. - NewResourceCreationErrorEnum_DUPLICATE_TEMP_IDS NewResourceCreationErrorEnum_NewResourceCreationError = 3 - // Parent resource with specified temp ID failed validation, so no - // validation will be done for this child resource. - NewResourceCreationErrorEnum_TEMP_ID_RESOURCE_HAD_ERRORS NewResourceCreationErrorEnum_NewResourceCreationError = 4 -) - -var NewResourceCreationErrorEnum_NewResourceCreationError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CANNOT_SET_ID_FOR_CREATE", - 3: "DUPLICATE_TEMP_IDS", - 4: "TEMP_ID_RESOURCE_HAD_ERRORS", -} -var NewResourceCreationErrorEnum_NewResourceCreationError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CANNOT_SET_ID_FOR_CREATE": 2, - "DUPLICATE_TEMP_IDS": 3, - "TEMP_ID_RESOURCE_HAD_ERRORS": 4, -} - -func (x NewResourceCreationErrorEnum_NewResourceCreationError) String() string { - return proto.EnumName(NewResourceCreationErrorEnum_NewResourceCreationError_name, int32(x)) -} -func (NewResourceCreationErrorEnum_NewResourceCreationError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_new_resource_creation_error_c53e81c213476e90, []int{0, 0} -} - -// Container for enum describing possible new resource creation errors. -type NewResourceCreationErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *NewResourceCreationErrorEnum) Reset() { *m = NewResourceCreationErrorEnum{} } -func (m *NewResourceCreationErrorEnum) String() string { return proto.CompactTextString(m) } -func (*NewResourceCreationErrorEnum) ProtoMessage() {} -func (*NewResourceCreationErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_new_resource_creation_error_c53e81c213476e90, []int{0} -} -func (m *NewResourceCreationErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_NewResourceCreationErrorEnum.Unmarshal(m, b) -} -func (m *NewResourceCreationErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_NewResourceCreationErrorEnum.Marshal(b, m, deterministic) -} -func (dst *NewResourceCreationErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_NewResourceCreationErrorEnum.Merge(dst, src) -} -func (m *NewResourceCreationErrorEnum) XXX_Size() int { - return xxx_messageInfo_NewResourceCreationErrorEnum.Size(m) -} -func (m *NewResourceCreationErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_NewResourceCreationErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_NewResourceCreationErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*NewResourceCreationErrorEnum)(nil), "google.ads.googleads.v0.errors.NewResourceCreationErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.NewResourceCreationErrorEnum_NewResourceCreationError", NewResourceCreationErrorEnum_NewResourceCreationError_name, NewResourceCreationErrorEnum_NewResourceCreationError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/new_resource_creation_error.proto", fileDescriptor_new_resource_creation_error_c53e81c213476e90) -} - -var fileDescriptor_new_resource_creation_error_c53e81c213476e90 = []byte{ - // 351 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x4d, 0x6e, 0xa3, 0x30, - 0x18, 0x86, 0x07, 0x32, 0x9a, 0x91, 0x9c, 0xc5, 0x20, 0x16, 0xa3, 0x48, 0x93, 0xc9, 0x48, 0x1c, - 0xc0, 0x20, 0xcd, 0xce, 0xb3, 0x19, 0x07, 0x9c, 0x14, 0xb5, 0x05, 0x64, 0x20, 0x95, 0x2a, 0x24, - 0x8b, 0x06, 0x0b, 0x45, 0x4a, 0x70, 0x64, 0xe7, 0xe7, 0x18, 0xbd, 0x43, 0x97, 0x5d, 0xf5, 0x1c, - 0x3d, 0x4a, 0x4f, 0xd0, 0x65, 0x05, 0x26, 0xd9, 0xa5, 0x2b, 0x5e, 0xf8, 0x1e, 0x1e, 0x7f, 0x7e, - 0xc1, 0xff, 0x5a, 0x88, 0x7a, 0xcd, 0xdd, 0xb2, 0x52, 0xae, 0x8e, 0x6d, 0x3a, 0x78, 0x2e, 0x97, - 0x52, 0x48, 0xe5, 0x36, 0xfc, 0xc8, 0x24, 0x57, 0x62, 0x2f, 0x97, 0x9c, 0x2d, 0x25, 0x2f, 0x77, - 0x2b, 0xd1, 0xb0, 0x6e, 0x08, 0xb7, 0x52, 0xec, 0x84, 0x3d, 0xd1, 0xbf, 0xc1, 0xb2, 0x52, 0xf0, - 0x6c, 0x80, 0x07, 0x0f, 0x6a, 0x83, 0xf3, 0x62, 0x80, 0x71, 0xc4, 0x8f, 0xb4, 0x97, 0xf8, 0xbd, - 0x83, 0xb4, 0x53, 0xd2, 0xec, 0x37, 0xce, 0xa3, 0x01, 0x46, 0x97, 0x00, 0xfb, 0x07, 0x18, 0xe6, - 0x51, 0x9a, 0x10, 0x3f, 0x9c, 0x85, 0x24, 0xb0, 0xbe, 0xd8, 0x43, 0xf0, 0x3d, 0x8f, 0xae, 0xa3, - 0xf8, 0x2e, 0xb2, 0x0c, 0x7b, 0x0c, 0x46, 0x3e, 0x8e, 0xa2, 0x38, 0x63, 0x29, 0xc9, 0x58, 0x18, - 0xb0, 0x59, 0x4c, 0x99, 0x4f, 0x09, 0xce, 0x88, 0x65, 0xda, 0x3f, 0x81, 0x1d, 0xe4, 0xc9, 0x4d, - 0xe8, 0xe3, 0x8c, 0xb0, 0x8c, 0xdc, 0x26, 0x2c, 0x0c, 0x52, 0x6b, 0x60, 0xff, 0x01, 0xbf, 0xfa, - 0x37, 0x46, 0x49, 0x1a, 0xe7, 0xd4, 0x27, 0xec, 0x0a, 0x07, 0x8c, 0x50, 0x1a, 0xd3, 0xd4, 0xfa, - 0x3a, 0x7d, 0x37, 0x80, 0xb3, 0x14, 0x1b, 0xf8, 0xf9, 0xcd, 0xa6, 0xbf, 0x2f, 0x6d, 0x9d, 0xb4, - 0xc5, 0x24, 0xc6, 0x7d, 0xd0, 0x0b, 0x6a, 0xb1, 0x2e, 0x9b, 0x1a, 0x0a, 0x59, 0xbb, 0x35, 0x6f, - 0xba, 0xda, 0x4e, 0x65, 0x6f, 0x57, 0xea, 0x52, 0xf7, 0xff, 0xf4, 0xe3, 0xc9, 0x1c, 0xcc, 0x31, - 0x7e, 0x36, 0x27, 0x73, 0x2d, 0xc3, 0x95, 0x82, 0x3a, 0xb6, 0x69, 0xe1, 0xc1, 0xee, 0x48, 0xf5, - 0x7a, 0x02, 0x0a, 0x5c, 0xa9, 0xe2, 0x0c, 0x14, 0x0b, 0xaf, 0xd0, 0xc0, 0x9b, 0xe9, 0xe8, 0xaf, - 0x08, 0xe1, 0x4a, 0x21, 0x74, 0x46, 0x10, 0x5a, 0x78, 0x08, 0x69, 0xe8, 0xe1, 0x5b, 0xb7, 0xdd, - 0xdf, 0x8f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xbe, 0x79, 0x1b, 0x37, 0x18, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/not_empty_error.pb.go b/googleapis/ads/googleads/v0/errors/not_empty_error.pb.go deleted file mode 100644 index 9d6c04a233..0000000000 --- a/googleapis/ads/googleads/v0/errors/not_empty_error.pb.go +++ /dev/null @@ -1,111 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/not_empty_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible not empty errors. -type NotEmptyErrorEnum_NotEmptyError int32 - -const ( - // Enum unspecified. - NotEmptyErrorEnum_UNSPECIFIED NotEmptyErrorEnum_NotEmptyError = 0 - // The received error code is not known in this version. - NotEmptyErrorEnum_UNKNOWN NotEmptyErrorEnum_NotEmptyError = 1 - // Empty list. - NotEmptyErrorEnum_EMPTY_LIST NotEmptyErrorEnum_NotEmptyError = 2 -) - -var NotEmptyErrorEnum_NotEmptyError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "EMPTY_LIST", -} -var NotEmptyErrorEnum_NotEmptyError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "EMPTY_LIST": 2, -} - -func (x NotEmptyErrorEnum_NotEmptyError) String() string { - return proto.EnumName(NotEmptyErrorEnum_NotEmptyError_name, int32(x)) -} -func (NotEmptyErrorEnum_NotEmptyError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_not_empty_error_e40309e1a1a9f13f, []int{0, 0} -} - -// Container for enum describing possible not empty errors. -type NotEmptyErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *NotEmptyErrorEnum) Reset() { *m = NotEmptyErrorEnum{} } -func (m *NotEmptyErrorEnum) String() string { return proto.CompactTextString(m) } -func (*NotEmptyErrorEnum) ProtoMessage() {} -func (*NotEmptyErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_not_empty_error_e40309e1a1a9f13f, []int{0} -} -func (m *NotEmptyErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_NotEmptyErrorEnum.Unmarshal(m, b) -} -func (m *NotEmptyErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_NotEmptyErrorEnum.Marshal(b, m, deterministic) -} -func (dst *NotEmptyErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_NotEmptyErrorEnum.Merge(dst, src) -} -func (m *NotEmptyErrorEnum) XXX_Size() int { - return xxx_messageInfo_NotEmptyErrorEnum.Size(m) -} -func (m *NotEmptyErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_NotEmptyErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_NotEmptyErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*NotEmptyErrorEnum)(nil), "google.ads.googleads.v0.errors.NotEmptyErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.NotEmptyErrorEnum_NotEmptyError", NotEmptyErrorEnum_NotEmptyError_name, NotEmptyErrorEnum_NotEmptyError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/not_empty_error.proto", fileDescriptor_not_empty_error_e40309e1a1a9f13f) -} - -var fileDescriptor_not_empty_error_e40309e1a1a9f13f = []byte{ - // 275 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x49, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xa2, - 0xa2, 0xfc, 0xa2, 0x62, 0xfd, 0xbc, 0xfc, 0x92, 0xf8, 0xd4, 0xdc, 0x82, 0x92, 0xca, 0x78, 0xb0, - 0x80, 0x5e, 0x41, 0x51, 0x7e, 0x49, 0xbe, 0x90, 0x1c, 0x44, 0xa9, 0x5e, 0x62, 0x4a, 0xb1, 0x1e, - 0x5c, 0x97, 0x5e, 0x99, 0x81, 0x1e, 0x44, 0x97, 0x52, 0x10, 0x97, 0xa0, 0x5f, 0x7e, 0x89, 0x2b, - 0x48, 0x9f, 0x2b, 0x48, 0xc4, 0x35, 0xaf, 0x34, 0x57, 0xc9, 0x96, 0x8b, 0x17, 0x45, 0x50, 0x88, - 0x9f, 0x8b, 0x3b, 0xd4, 0x2f, 0x38, 0xc0, 0xd5, 0xd9, 0xd3, 0xcd, 0xd3, 0xd5, 0x45, 0x80, 0x41, - 0x88, 0x9b, 0x8b, 0x3d, 0xd4, 0xcf, 0xdb, 0xcf, 0x3f, 0xdc, 0x4f, 0x80, 0x51, 0x88, 0x8f, 0x8b, - 0xcb, 0xd5, 0x37, 0x20, 0x24, 0x32, 0xde, 0xc7, 0x33, 0x38, 0x44, 0x80, 0xc9, 0xe9, 0x2d, 0x23, - 0x97, 0x52, 0x72, 0x7e, 0xae, 0x1e, 0x7e, 0xab, 0x9d, 0x84, 0x50, 0xec, 0x08, 0x00, 0x39, 0x37, - 0x80, 0x31, 0xca, 0x05, 0xaa, 0x2b, 0x3d, 0x3f, 0x27, 0x31, 0x2f, 0x5d, 0x2f, 0xbf, 0x28, 0x5d, - 0x3f, 0x3d, 0x35, 0x0f, 0xec, 0x19, 0x98, 0xb7, 0x0b, 0x32, 0x8b, 0x71, 0x85, 0x82, 0x35, 0x84, - 0x5a, 0xc4, 0xc4, 0xec, 0xee, 0xe8, 0xb8, 0x8a, 0x49, 0xce, 0x1d, 0x62, 0x98, 0x63, 0x4a, 0xb1, - 0x1e, 0x84, 0x09, 0x62, 0x85, 0x19, 0xe8, 0x81, 0xad, 0x2c, 0x3e, 0x05, 0x53, 0x10, 0xe3, 0x98, - 0x52, 0x1c, 0x03, 0x57, 0x10, 0x13, 0x66, 0x10, 0x03, 0x51, 0xf0, 0x8a, 0x49, 0x09, 0x22, 0x6a, - 0x65, 0xe5, 0x98, 0x52, 0x6c, 0x65, 0x05, 0x57, 0x62, 0x65, 0x15, 0x66, 0x60, 0x65, 0x05, 0x51, - 0x94, 0xc4, 0x06, 0x76, 0x9d, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x65, 0xa9, 0xf3, 0x12, 0xa2, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/null_error.pb.go b/googleapis/ads/googleads/v0/errors/null_error.pb.go deleted file mode 100644 index 1c1aa3f994..0000000000 --- a/googleapis/ads/googleads/v0/errors/null_error.pb.go +++ /dev/null @@ -1,110 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/null_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible null errors. -type NullErrorEnum_NullError int32 - -const ( - // Enum unspecified. - NullErrorEnum_UNSPECIFIED NullErrorEnum_NullError = 0 - // The received error code is not known in this version. - NullErrorEnum_UNKNOWN NullErrorEnum_NullError = 1 - // Specified list/container must not contain any null elements - NullErrorEnum_NULL_CONTENT NullErrorEnum_NullError = 2 -) - -var NullErrorEnum_NullError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "NULL_CONTENT", -} -var NullErrorEnum_NullError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "NULL_CONTENT": 2, -} - -func (x NullErrorEnum_NullError) String() string { - return proto.EnumName(NullErrorEnum_NullError_name, int32(x)) -} -func (NullErrorEnum_NullError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_null_error_d37788be6737a841, []int{0, 0} -} - -// Container for enum describing possible null errors. -type NullErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *NullErrorEnum) Reset() { *m = NullErrorEnum{} } -func (m *NullErrorEnum) String() string { return proto.CompactTextString(m) } -func (*NullErrorEnum) ProtoMessage() {} -func (*NullErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_null_error_d37788be6737a841, []int{0} -} -func (m *NullErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_NullErrorEnum.Unmarshal(m, b) -} -func (m *NullErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_NullErrorEnum.Marshal(b, m, deterministic) -} -func (dst *NullErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_NullErrorEnum.Merge(dst, src) -} -func (m *NullErrorEnum) XXX_Size() int { - return xxx_messageInfo_NullErrorEnum.Size(m) -} -func (m *NullErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_NullErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_NullErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*NullErrorEnum)(nil), "google.ads.googleads.v0.errors.NullErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.NullErrorEnum_NullError", NullErrorEnum_NullError_name, NullErrorEnum_NullError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/null_error.proto", fileDescriptor_null_error_d37788be6737a841) -} - -var fileDescriptor_null_error_d37788be6737a841 = []byte{ - // 269 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4f, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0x86, 0x32, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xa2, 0xa2, - 0xfc, 0xa2, 0x62, 0xfd, 0xbc, 0xd2, 0x9c, 0x9c, 0x78, 0x30, 0x5b, 0xaf, 0xa0, 0x28, 0xbf, 0x24, - 0x5f, 0x48, 0x0e, 0xa2, 0x4a, 0x2f, 0x31, 0xa5, 0x58, 0x0f, 0xae, 0x41, 0xaf, 0xcc, 0x40, 0x0f, - 0xa2, 0x41, 0xc9, 0x87, 0x8b, 0xd7, 0xaf, 0x34, 0x27, 0xc7, 0x15, 0xc4, 0x73, 0xcd, 0x2b, 0xcd, - 0x55, 0xb2, 0xe6, 0xe2, 0x84, 0x0b, 0x08, 0xf1, 0x73, 0x71, 0x87, 0xfa, 0x05, 0x07, 0xb8, 0x3a, - 0x7b, 0xba, 0x79, 0xba, 0xba, 0x08, 0x30, 0x08, 0x71, 0x73, 0xb1, 0x87, 0xfa, 0x79, 0xfb, 0xf9, - 0x87, 0xfb, 0x09, 0x30, 0x0a, 0x09, 0x70, 0xf1, 0xf8, 0x85, 0xfa, 0xf8, 0xc4, 0x3b, 0xfb, 0xfb, - 0x85, 0xb8, 0xfa, 0x85, 0x08, 0x30, 0x39, 0xbd, 0x64, 0xe4, 0x52, 0x4a, 0xce, 0xcf, 0xd5, 0xc3, - 0x6f, 0xa9, 0x13, 0x1f, 0xdc, 0x86, 0x00, 0x90, 0x23, 0x03, 0x18, 0xa3, 0x5c, 0xa0, 0x3a, 0xd2, - 0xf3, 0x73, 0x12, 0xf3, 0xd2, 0xf5, 0xf2, 0x8b, 0xd2, 0xf5, 0xd3, 0x53, 0xf3, 0xc0, 0x5e, 0x80, - 0xf9, 0xb3, 0x20, 0xb3, 0x18, 0x97, 0xb7, 0xad, 0x21, 0xd4, 0x22, 0x26, 0x66, 0x77, 0x47, 0xc7, - 0x55, 0x4c, 0x72, 0xee, 0x10, 0xc3, 0x1c, 0x53, 0x8a, 0xf5, 0x20, 0x4c, 0x10, 0x2b, 0xcc, 0x40, - 0x0f, 0x6c, 0x65, 0xf1, 0x29, 0x98, 0x82, 0x18, 0xc7, 0x94, 0xe2, 0x18, 0xb8, 0x82, 0x98, 0x30, - 0x83, 0x18, 0x88, 0x82, 0x57, 0x4c, 0x4a, 0x10, 0x51, 0x2b, 0x2b, 0xc7, 0x94, 0x62, 0x2b, 0x2b, - 0xb8, 0x12, 0x2b, 0xab, 0x30, 0x03, 0x2b, 0x2b, 0x88, 0xa2, 0x24, 0x36, 0xb0, 0xeb, 0x8c, 0x01, - 0x01, 0x00, 0x00, 0xff, 0xff, 0xe7, 0x87, 0xae, 0x3d, 0x93, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/operation_access_denied_error.pb.go b/googleapis/ads/googleads/v0/errors/operation_access_denied_error.pb.go deleted file mode 100644 index 817385a79a..0000000000 --- a/googleapis/ads/googleads/v0/errors/operation_access_denied_error.pb.go +++ /dev/null @@ -1,156 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/operation_access_denied_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible operation access denied errors. -type OperationAccessDeniedErrorEnum_OperationAccessDeniedError int32 - -const ( - // Enum unspecified. - OperationAccessDeniedErrorEnum_UNSPECIFIED OperationAccessDeniedErrorEnum_OperationAccessDeniedError = 0 - // The received error code is not known in this version. - OperationAccessDeniedErrorEnum_UNKNOWN OperationAccessDeniedErrorEnum_OperationAccessDeniedError = 1 - // Unauthorized invocation of a service's method (get, mutate, etc.) - OperationAccessDeniedErrorEnum_ACTION_NOT_PERMITTED OperationAccessDeniedErrorEnum_OperationAccessDeniedError = 2 - // Unauthorized CREATE operation in invoking a service's mutate method. - OperationAccessDeniedErrorEnum_CREATE_OPERATION_NOT_PERMITTED OperationAccessDeniedErrorEnum_OperationAccessDeniedError = 3 - // Unauthorized REMOVE operation in invoking a service's mutate method. - OperationAccessDeniedErrorEnum_REMOVE_OPERATION_NOT_PERMITTED OperationAccessDeniedErrorEnum_OperationAccessDeniedError = 4 - // Unauthorized UPDATE operation in invoking a service's mutate method. - OperationAccessDeniedErrorEnum_UPDATE_OPERATION_NOT_PERMITTED OperationAccessDeniedErrorEnum_OperationAccessDeniedError = 5 - // A mutate action is not allowed on this campaign, from this client. - OperationAccessDeniedErrorEnum_MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT OperationAccessDeniedErrorEnum_OperationAccessDeniedError = 6 - // This operation is not permitted on this campaign type - OperationAccessDeniedErrorEnum_OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE OperationAccessDeniedErrorEnum_OperationAccessDeniedError = 7 - // A CREATE operation may not set status to REMOVED. - OperationAccessDeniedErrorEnum_CREATE_AS_REMOVED_NOT_PERMITTED OperationAccessDeniedErrorEnum_OperationAccessDeniedError = 8 - // This operation is not allowed because the campaign or adgroup is removed. - OperationAccessDeniedErrorEnum_OPERATION_NOT_PERMITTED_FOR_REMOVED_RESOURCE OperationAccessDeniedErrorEnum_OperationAccessDeniedError = 9 - // This operation is not permitted on this ad group type. - OperationAccessDeniedErrorEnum_OPERATION_NOT_PERMITTED_FOR_AD_GROUP_TYPE OperationAccessDeniedErrorEnum_OperationAccessDeniedError = 10 - // The mutate is not allowed for this customer. - OperationAccessDeniedErrorEnum_MUTATE_NOT_PERMITTED_FOR_CUSTOMER OperationAccessDeniedErrorEnum_OperationAccessDeniedError = 11 -) - -var OperationAccessDeniedErrorEnum_OperationAccessDeniedError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ACTION_NOT_PERMITTED", - 3: "CREATE_OPERATION_NOT_PERMITTED", - 4: "REMOVE_OPERATION_NOT_PERMITTED", - 5: "UPDATE_OPERATION_NOT_PERMITTED", - 6: "MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT", - 7: "OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE", - 8: "CREATE_AS_REMOVED_NOT_PERMITTED", - 9: "OPERATION_NOT_PERMITTED_FOR_REMOVED_RESOURCE", - 10: "OPERATION_NOT_PERMITTED_FOR_AD_GROUP_TYPE", - 11: "MUTATE_NOT_PERMITTED_FOR_CUSTOMER", -} -var OperationAccessDeniedErrorEnum_OperationAccessDeniedError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ACTION_NOT_PERMITTED": 2, - "CREATE_OPERATION_NOT_PERMITTED": 3, - "REMOVE_OPERATION_NOT_PERMITTED": 4, - "UPDATE_OPERATION_NOT_PERMITTED": 5, - "MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT": 6, - "OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE": 7, - "CREATE_AS_REMOVED_NOT_PERMITTED": 8, - "OPERATION_NOT_PERMITTED_FOR_REMOVED_RESOURCE": 9, - "OPERATION_NOT_PERMITTED_FOR_AD_GROUP_TYPE": 10, - "MUTATE_NOT_PERMITTED_FOR_CUSTOMER": 11, -} - -func (x OperationAccessDeniedErrorEnum_OperationAccessDeniedError) String() string { - return proto.EnumName(OperationAccessDeniedErrorEnum_OperationAccessDeniedError_name, int32(x)) -} -func (OperationAccessDeniedErrorEnum_OperationAccessDeniedError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_operation_access_denied_error_0bd6e6e65f3c5497, []int{0, 0} -} - -// Container for enum describing possible operation access denied errors. -type OperationAccessDeniedErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *OperationAccessDeniedErrorEnum) Reset() { *m = OperationAccessDeniedErrorEnum{} } -func (m *OperationAccessDeniedErrorEnum) String() string { return proto.CompactTextString(m) } -func (*OperationAccessDeniedErrorEnum) ProtoMessage() {} -func (*OperationAccessDeniedErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_access_denied_error_0bd6e6e65f3c5497, []int{0} -} -func (m *OperationAccessDeniedErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_OperationAccessDeniedErrorEnum.Unmarshal(m, b) -} -func (m *OperationAccessDeniedErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_OperationAccessDeniedErrorEnum.Marshal(b, m, deterministic) -} -func (dst *OperationAccessDeniedErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_OperationAccessDeniedErrorEnum.Merge(dst, src) -} -func (m *OperationAccessDeniedErrorEnum) XXX_Size() int { - return xxx_messageInfo_OperationAccessDeniedErrorEnum.Size(m) -} -func (m *OperationAccessDeniedErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_OperationAccessDeniedErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_OperationAccessDeniedErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*OperationAccessDeniedErrorEnum)(nil), "google.ads.googleads.v0.errors.OperationAccessDeniedErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.OperationAccessDeniedErrorEnum_OperationAccessDeniedError", OperationAccessDeniedErrorEnum_OperationAccessDeniedError_name, OperationAccessDeniedErrorEnum_OperationAccessDeniedError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/operation_access_denied_error.proto", fileDescriptor_operation_access_denied_error_0bd6e6e65f3c5497) -} - -var fileDescriptor_operation_access_denied_error_0bd6e6e65f3c5497 = []byte{ - // 432 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xd1, 0xaa, 0xd3, 0x30, - 0x1c, 0xc6, 0xdd, 0xa6, 0xe7, 0x68, 0x76, 0x61, 0x09, 0x5e, 0x88, 0x17, 0x3b, 0x58, 0x51, 0x50, - 0x34, 0x2d, 0x78, 0x17, 0xaf, 0xb2, 0x36, 0x67, 0x14, 0x6d, 0x12, 0xb2, 0x74, 0xa2, 0x0c, 0x42, - 0x5d, 0x4b, 0x19, 0x9c, 0xd3, 0x8c, 0xe6, 0x78, 0x1e, 0xc8, 0x4b, 0x9f, 0x44, 0x7c, 0x14, 0x7d, - 0x03, 0xaf, 0xa4, 0xcd, 0xba, 0x0b, 0x59, 0xe7, 0x55, 0xff, 0x34, 0xbf, 0xfc, 0xf2, 0x85, 0x7c, - 0x60, 0x5e, 0x19, 0x53, 0x5d, 0x95, 0x41, 0x5e, 0xd8, 0xc0, 0x8d, 0xed, 0x74, 0x1b, 0x06, 0x65, - 0xd3, 0x98, 0xc6, 0x06, 0x66, 0x57, 0x36, 0xf9, 0xcd, 0xd6, 0xd4, 0x3a, 0xdf, 0x6c, 0x4a, 0x6b, - 0x75, 0x51, 0xd6, 0xdb, 0xb2, 0xd0, 0xdd, 0x32, 0xda, 0x35, 0xe6, 0xc6, 0xc0, 0x99, 0xdb, 0x88, - 0xf2, 0xc2, 0xa2, 0x83, 0x03, 0xdd, 0x86, 0xc8, 0x39, 0xfc, 0xdf, 0x13, 0x30, 0xe3, 0xbd, 0x87, - 0x74, 0x9a, 0xb8, 0xb3, 0xd0, 0x76, 0x9d, 0xd6, 0x5f, 0xaf, 0xfd, 0x1f, 0x13, 0xf0, 0x64, 0x18, - 0x81, 0x0f, 0xc1, 0x34, 0x63, 0x4b, 0x41, 0xa3, 0xe4, 0x32, 0xa1, 0xb1, 0x77, 0x07, 0x4e, 0xc1, - 0x79, 0xc6, 0xde, 0x33, 0xfe, 0x91, 0x79, 0x23, 0xf8, 0x18, 0x3c, 0x22, 0x91, 0x4a, 0x38, 0xd3, - 0x8c, 0x2b, 0x2d, 0xa8, 0x4c, 0x13, 0xa5, 0x68, 0xec, 0x8d, 0xa1, 0x0f, 0x66, 0x91, 0xa4, 0x44, - 0x51, 0xcd, 0x05, 0x95, 0xe4, 0x08, 0x33, 0x69, 0x19, 0x49, 0x53, 0xbe, 0x1a, 0x66, 0xee, 0xb6, - 0x4c, 0x26, 0xe2, 0x53, 0x9e, 0x7b, 0xf0, 0x15, 0x78, 0x91, 0x66, 0xaa, 0x65, 0x8e, 0x85, 0xd1, - 0x97, 0x5c, 0xea, 0xe8, 0x43, 0x42, 0x99, 0xf2, 0xce, 0xe0, 0x1b, 0xf0, 0x72, 0x40, 0xe4, 0x38, - 0x92, 0x0a, 0x92, 0x2c, 0x98, 0x56, 0x9f, 0x04, 0xf5, 0xce, 0xe1, 0x33, 0x70, 0xb1, 0xbf, 0x06, - 0x59, 0x6a, 0x17, 0x36, 0xfe, 0xe7, 0xfc, 0xfb, 0x30, 0x04, 0xaf, 0x4f, 0x39, 0xfb, 0x6d, 0x92, - 0x2e, 0x79, 0x26, 0x23, 0xea, 0x3d, 0xf8, 0x5f, 0x0a, 0x12, 0xeb, 0x85, 0xe4, 0x99, 0x70, 0x29, - 0x00, 0x7c, 0x0e, 0x9e, 0xee, 0x2f, 0x78, 0x24, 0x71, 0xb6, 0x54, 0x3c, 0xa5, 0xd2, 0x9b, 0xce, - 0xff, 0x8c, 0x80, 0xbf, 0x31, 0xd7, 0xe8, 0x74, 0x29, 0xe6, 0x17, 0xc3, 0xcf, 0x2d, 0xda, 0x56, - 0x89, 0xd1, 0xe7, 0x78, 0xaf, 0xa8, 0xcc, 0x55, 0x5e, 0x57, 0xc8, 0x34, 0x55, 0x50, 0x95, 0x75, - 0xd7, 0xb9, 0xbe, 0xab, 0xbb, 0xad, 0x1d, 0xaa, 0xee, 0x3b, 0xf7, 0xf9, 0x36, 0x9e, 0x2c, 0x08, - 0xf9, 0x3e, 0x9e, 0x2d, 0x9c, 0x8c, 0x14, 0x16, 0xb9, 0xb1, 0x9d, 0x56, 0x21, 0xea, 0x8e, 0xb4, - 0x3f, 0x7b, 0x60, 0x4d, 0x0a, 0xbb, 0x3e, 0x00, 0xeb, 0x55, 0xb8, 0x76, 0xc0, 0xaf, 0xb1, 0xef, - 0xfe, 0x62, 0x4c, 0x0a, 0x8b, 0xf1, 0x01, 0xc1, 0x78, 0x15, 0x62, 0xec, 0xa0, 0x2f, 0x67, 0x5d, - 0xba, 0xb7, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x16, 0x16, 0x0c, 0x83, 0x57, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/operator_error.pb.go b/googleapis/ads/googleads/v0/errors/operator_error.pb.go deleted file mode 100644 index 6b57110d01..0000000000 --- a/googleapis/ads/googleads/v0/errors/operator_error.pb.go +++ /dev/null @@ -1,111 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/operator_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible operator errors. -type OperatorErrorEnum_OperatorError int32 - -const ( - // Enum unspecified. - OperatorErrorEnum_UNSPECIFIED OperatorErrorEnum_OperatorError = 0 - // The received error code is not known in this version. - OperatorErrorEnum_UNKNOWN OperatorErrorEnum_OperatorError = 1 - // Operator not supported. - OperatorErrorEnum_OPERATOR_NOT_SUPPORTED OperatorErrorEnum_OperatorError = 2 -) - -var OperatorErrorEnum_OperatorError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "OPERATOR_NOT_SUPPORTED", -} -var OperatorErrorEnum_OperatorError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "OPERATOR_NOT_SUPPORTED": 2, -} - -func (x OperatorErrorEnum_OperatorError) String() string { - return proto.EnumName(OperatorErrorEnum_OperatorError_name, int32(x)) -} -func (OperatorErrorEnum_OperatorError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_operator_error_e75adc23624ca7d6, []int{0, 0} -} - -// Container for enum describing possible operator errors. -type OperatorErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *OperatorErrorEnum) Reset() { *m = OperatorErrorEnum{} } -func (m *OperatorErrorEnum) String() string { return proto.CompactTextString(m) } -func (*OperatorErrorEnum) ProtoMessage() {} -func (*OperatorErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_operator_error_e75adc23624ca7d6, []int{0} -} -func (m *OperatorErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_OperatorErrorEnum.Unmarshal(m, b) -} -func (m *OperatorErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_OperatorErrorEnum.Marshal(b, m, deterministic) -} -func (dst *OperatorErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_OperatorErrorEnum.Merge(dst, src) -} -func (m *OperatorErrorEnum) XXX_Size() int { - return xxx_messageInfo_OperatorErrorEnum.Size(m) -} -func (m *OperatorErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_OperatorErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_OperatorErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*OperatorErrorEnum)(nil), "google.ads.googleads.v0.errors.OperatorErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.OperatorErrorEnum_OperatorError", OperatorErrorEnum_OperatorError_name, OperatorErrorEnum_OperatorError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/operator_error.proto", fileDescriptor_operator_error_e75adc23624ca7d6) -} - -var fileDescriptor_operator_error_e75adc23624ca7d6 = []byte{ - // 284 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4e, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xa2, - 0xa2, 0xfc, 0xa2, 0x62, 0xfd, 0xfc, 0x82, 0xd4, 0xa2, 0xc4, 0x92, 0xfc, 0xa2, 0x78, 0x30, 0x5f, - 0xaf, 0xa0, 0x28, 0xbf, 0x24, 0x5f, 0x48, 0x0e, 0xa2, 0x52, 0x2f, 0x31, 0xa5, 0x58, 0x0f, 0xae, - 0x49, 0xaf, 0xcc, 0x40, 0x0f, 0xa2, 0x49, 0x29, 0x8e, 0x4b, 0xd0, 0x1f, 0xaa, 0xcf, 0x15, 0x24, - 0xe2, 0x9a, 0x57, 0x9a, 0xab, 0xe4, 0xc9, 0xc5, 0x8b, 0x22, 0x28, 0xc4, 0xcf, 0xc5, 0x1d, 0xea, - 0x17, 0x1c, 0xe0, 0xea, 0xec, 0xe9, 0xe6, 0xe9, 0xea, 0x22, 0xc0, 0x20, 0xc4, 0xcd, 0xc5, 0x1e, - 0xea, 0xe7, 0xed, 0xe7, 0x1f, 0xee, 0x27, 0xc0, 0x28, 0x24, 0xc5, 0x25, 0xe6, 0x1f, 0xe0, 0x1a, - 0xe4, 0x18, 0xe2, 0x1f, 0x14, 0xef, 0xe7, 0x1f, 0x12, 0x1f, 0x1c, 0x1a, 0x10, 0xe0, 0x1f, 0x14, - 0xe2, 0xea, 0x22, 0xc0, 0xe4, 0xf4, 0x96, 0x91, 0x4b, 0x29, 0x39, 0x3f, 0x57, 0x0f, 0xbf, 0x33, - 0x9c, 0x84, 0x50, 0xec, 0x0b, 0x00, 0x39, 0x3d, 0x80, 0x31, 0xca, 0x05, 0xaa, 0x2b, 0x3d, 0x3f, - 0x27, 0x31, 0x2f, 0x5d, 0x2f, 0xbf, 0x28, 0x5d, 0x3f, 0x3d, 0x35, 0x0f, 0xec, 0x31, 0x58, 0x08, - 0x14, 0x64, 0x16, 0xe3, 0x0a, 0x10, 0x6b, 0x08, 0xb5, 0x88, 0x89, 0xd9, 0xdd, 0xd1, 0x71, 0x15, - 0x93, 0x9c, 0x3b, 0xc4, 0x30, 0xc7, 0x94, 0x62, 0x3d, 0x08, 0x13, 0xc4, 0x0a, 0x33, 0xd0, 0x03, - 0x5b, 0x59, 0x7c, 0x0a, 0xa6, 0x20, 0xc6, 0x31, 0xa5, 0x38, 0x06, 0xae, 0x20, 0x26, 0xcc, 0x20, - 0x06, 0xa2, 0xe0, 0x15, 0x93, 0x12, 0x44, 0xd4, 0xca, 0xca, 0x31, 0xa5, 0xd8, 0xca, 0x0a, 0xae, - 0xc4, 0xca, 0x2a, 0xcc, 0xc0, 0xca, 0x0a, 0xa2, 0x28, 0x89, 0x0d, 0xec, 0x3a, 0x63, 0x40, 0x00, - 0x00, 0x00, 0xff, 0xff, 0xc6, 0x9c, 0xb4, 0xbf, 0xad, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/policy_finding_error.pb.go b/googleapis/ads/googleads/v0/errors/policy_finding_error.pb.go deleted file mode 100644 index 688cc4a7d8..0000000000 --- a/googleapis/ads/googleads/v0/errors/policy_finding_error.pb.go +++ /dev/null @@ -1,118 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/policy_finding_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible policy finding errors. -type PolicyFindingErrorEnum_PolicyFindingError int32 - -const ( - // Enum unspecified. - PolicyFindingErrorEnum_UNSPECIFIED PolicyFindingErrorEnum_PolicyFindingError = 0 - // The received error code is not known in this version. - PolicyFindingErrorEnum_UNKNOWN PolicyFindingErrorEnum_PolicyFindingError = 1 - // The resource has been disapproved since the policy summary includes - // policy topics of type PROHIBITED. - PolicyFindingErrorEnum_POLICY_FINDING PolicyFindingErrorEnum_PolicyFindingError = 2 - // The given policy topic does not exist. - PolicyFindingErrorEnum_POLICY_TOPIC_NOT_FOUND PolicyFindingErrorEnum_PolicyFindingError = 3 -) - -var PolicyFindingErrorEnum_PolicyFindingError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "POLICY_FINDING", - 3: "POLICY_TOPIC_NOT_FOUND", -} -var PolicyFindingErrorEnum_PolicyFindingError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "POLICY_FINDING": 2, - "POLICY_TOPIC_NOT_FOUND": 3, -} - -func (x PolicyFindingErrorEnum_PolicyFindingError) String() string { - return proto.EnumName(PolicyFindingErrorEnum_PolicyFindingError_name, int32(x)) -} -func (PolicyFindingErrorEnum_PolicyFindingError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_policy_finding_error_2bcddd4128074568, []int{0, 0} -} - -// Container for enum describing possible policy finding errors. -type PolicyFindingErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyFindingErrorEnum) Reset() { *m = PolicyFindingErrorEnum{} } -func (m *PolicyFindingErrorEnum) String() string { return proto.CompactTextString(m) } -func (*PolicyFindingErrorEnum) ProtoMessage() {} -func (*PolicyFindingErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_finding_error_2bcddd4128074568, []int{0} -} -func (m *PolicyFindingErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyFindingErrorEnum.Unmarshal(m, b) -} -func (m *PolicyFindingErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyFindingErrorEnum.Marshal(b, m, deterministic) -} -func (dst *PolicyFindingErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyFindingErrorEnum.Merge(dst, src) -} -func (m *PolicyFindingErrorEnum) XXX_Size() int { - return xxx_messageInfo_PolicyFindingErrorEnum.Size(m) -} -func (m *PolicyFindingErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyFindingErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyFindingErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*PolicyFindingErrorEnum)(nil), "google.ads.googleads.v0.errors.PolicyFindingErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.PolicyFindingErrorEnum_PolicyFindingError", PolicyFindingErrorEnum_PolicyFindingError_name, PolicyFindingErrorEnum_PolicyFindingError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/policy_finding_error.proto", fileDescriptor_policy_finding_error_2bcddd4128074568) -} - -var fileDescriptor_policy_finding_error_2bcddd4128074568 = []byte{ - // 307 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x4a, 0xec, 0x30, - 0x18, 0xc5, 0xef, 0x74, 0xe0, 0x0a, 0x19, 0xd0, 0x92, 0xc5, 0x08, 0x2e, 0x66, 0xd1, 0x07, 0x48, - 0x0b, 0xae, 0x8c, 0xab, 0x4e, 0xff, 0x11, 0x94, 0x34, 0xe0, 0xb4, 0xa2, 0x14, 0x4a, 0x67, 0x52, - 0x43, 0xa1, 0xd3, 0x94, 0x46, 0x07, 0x04, 0x9f, 0xc6, 0xa5, 0x8f, 0xe2, 0xa3, 0xb8, 0xf4, 0x09, - 0xa4, 0xcd, 0x4c, 0x37, 0x83, 0xae, 0x72, 0x38, 0xf9, 0x9d, 0xe4, 0x7c, 0x1f, 0xb8, 0x12, 0x52, - 0x8a, 0xba, 0xb4, 0x0b, 0xae, 0x6c, 0x2d, 0x7b, 0xb5, 0x73, 0xec, 0xb2, 0xeb, 0x64, 0xa7, 0xec, - 0x56, 0xd6, 0xd5, 0xe6, 0x35, 0x7f, 0xaa, 0x1a, 0x5e, 0x35, 0x22, 0x1f, 0x5c, 0xd4, 0x76, 0xf2, - 0x59, 0xc2, 0x85, 0xe6, 0x51, 0xc1, 0x15, 0x1a, 0xa3, 0x68, 0xe7, 0x20, 0x1d, 0xb5, 0xde, 0xc0, - 0x9c, 0x0d, 0xe9, 0x50, 0x87, 0x83, 0xde, 0x0e, 0x9a, 0x97, 0xad, 0xb5, 0x06, 0xf0, 0xf8, 0x06, - 0x9e, 0x81, 0x59, 0x42, 0xef, 0x58, 0xe0, 0x91, 0x90, 0x04, 0xbe, 0xf9, 0x0f, 0xce, 0xc0, 0x49, - 0x42, 0x6f, 0x68, 0x7c, 0x4f, 0xcd, 0x09, 0x84, 0xe0, 0x94, 0xc5, 0xb7, 0xc4, 0x7b, 0xc8, 0x43, - 0x42, 0x7d, 0x42, 0x23, 0xd3, 0x80, 0x17, 0x60, 0xbe, 0xf7, 0x56, 0x31, 0x23, 0x5e, 0x4e, 0xe3, - 0x55, 0x1e, 0xc6, 0x09, 0xf5, 0xcd, 0xe9, 0xf2, 0x7b, 0x02, 0xac, 0x8d, 0xdc, 0xa2, 0xbf, 0x4b, - 0x2e, 0xcf, 0x8f, 0x8b, 0xb0, 0x7e, 0x3a, 0x36, 0x79, 0xf4, 0xf7, 0x51, 0x21, 0xeb, 0xa2, 0x11, - 0x48, 0x76, 0xc2, 0x16, 0x65, 0x33, 0xcc, 0x7e, 0x58, 0x55, 0x5b, 0xa9, 0xdf, 0x36, 0x77, 0xad, - 0x8f, 0x77, 0x63, 0x1a, 0xb9, 0xee, 0x87, 0xb1, 0x88, 0xf4, 0x63, 0x2e, 0x57, 0x48, 0xcb, 0x5e, - 0xa5, 0x0e, 0x1a, 0xbe, 0x54, 0x9f, 0x07, 0x20, 0x73, 0xb9, 0xca, 0x46, 0x20, 0x4b, 0x9d, 0x4c, - 0x03, 0x5f, 0x86, 0xa5, 0x5d, 0x8c, 0x5d, 0xae, 0x30, 0x1e, 0x11, 0x8c, 0x53, 0x07, 0x63, 0x0d, - 0xad, 0xff, 0x0f, 0xed, 0x2e, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x7f, 0xfc, 0xca, 0x46, 0xd6, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/policy_violation_error.pb.go b/googleapis/ads/googleads/v0/errors/policy_violation_error.pb.go deleted file mode 100644 index be7b7f300f..0000000000 --- a/googleapis/ads/googleads/v0/errors/policy_violation_error.pb.go +++ /dev/null @@ -1,111 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/policy_violation_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible policy violation errors. -type PolicyViolationErrorEnum_PolicyViolationError int32 - -const ( - // Enum unspecified. - PolicyViolationErrorEnum_UNSPECIFIED PolicyViolationErrorEnum_PolicyViolationError = 0 - // The received error code is not known in this version. - PolicyViolationErrorEnum_UNKNOWN PolicyViolationErrorEnum_PolicyViolationError = 1 - // A policy was violated. See PolicyViolationDetails for more detail. - PolicyViolationErrorEnum_POLICY_ERROR PolicyViolationErrorEnum_PolicyViolationError = 2 -) - -var PolicyViolationErrorEnum_PolicyViolationError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "POLICY_ERROR", -} -var PolicyViolationErrorEnum_PolicyViolationError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "POLICY_ERROR": 2, -} - -func (x PolicyViolationErrorEnum_PolicyViolationError) String() string { - return proto.EnumName(PolicyViolationErrorEnum_PolicyViolationError_name, int32(x)) -} -func (PolicyViolationErrorEnum_PolicyViolationError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_policy_violation_error_0010342b22cdd554, []int{0, 0} -} - -// Container for enum describing possible policy violation errors. -type PolicyViolationErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *PolicyViolationErrorEnum) Reset() { *m = PolicyViolationErrorEnum{} } -func (m *PolicyViolationErrorEnum) String() string { return proto.CompactTextString(m) } -func (*PolicyViolationErrorEnum) ProtoMessage() {} -func (*PolicyViolationErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_violation_error_0010342b22cdd554, []int{0} -} -func (m *PolicyViolationErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_PolicyViolationErrorEnum.Unmarshal(m, b) -} -func (m *PolicyViolationErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_PolicyViolationErrorEnum.Marshal(b, m, deterministic) -} -func (dst *PolicyViolationErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_PolicyViolationErrorEnum.Merge(dst, src) -} -func (m *PolicyViolationErrorEnum) XXX_Size() int { - return xxx_messageInfo_PolicyViolationErrorEnum.Size(m) -} -func (m *PolicyViolationErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_PolicyViolationErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_PolicyViolationErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*PolicyViolationErrorEnum)(nil), "google.ads.googleads.v0.errors.PolicyViolationErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.PolicyViolationErrorEnum_PolicyViolationError", PolicyViolationErrorEnum_PolicyViolationError_name, PolicyViolationErrorEnum_PolicyViolationError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/policy_violation_error.proto", fileDescriptor_policy_violation_error_0010342b22cdd554) -} - -var fileDescriptor_policy_violation_error_0010342b22cdd554 = []byte{ - // 285 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4e, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xa2, - 0xa2, 0xfc, 0xa2, 0x62, 0xfd, 0x82, 0xfc, 0x9c, 0xcc, 0xe4, 0xca, 0xf8, 0xb2, 0xcc, 0xfc, 0x9c, - 0xc4, 0x92, 0xcc, 0xfc, 0xbc, 0x78, 0xb0, 0xb8, 0x5e, 0x41, 0x51, 0x7e, 0x49, 0xbe, 0x90, 0x1c, - 0x44, 0x87, 0x5e, 0x62, 0x4a, 0xb1, 0x1e, 0x5c, 0xb3, 0x5e, 0x99, 0x81, 0x1e, 0x44, 0xb3, 0x52, - 0x12, 0x97, 0x44, 0x00, 0x58, 0x7f, 0x18, 0x4c, 0xbb, 0x2b, 0x48, 0xc2, 0x35, 0xaf, 0x34, 0x57, - 0xc9, 0x8d, 0x4b, 0x04, 0x9b, 0x9c, 0x10, 0x3f, 0x17, 0x77, 0xa8, 0x5f, 0x70, 0x80, 0xab, 0xb3, - 0xa7, 0x9b, 0xa7, 0xab, 0x8b, 0x00, 0x83, 0x10, 0x37, 0x17, 0x7b, 0xa8, 0x9f, 0xb7, 0x9f, 0x7f, - 0xb8, 0x9f, 0x00, 0xa3, 0x90, 0x00, 0x17, 0x4f, 0x80, 0xbf, 0x8f, 0xa7, 0x73, 0x64, 0xbc, 0x6b, - 0x50, 0x90, 0x7f, 0x90, 0x00, 0x93, 0xd3, 0x17, 0x46, 0x2e, 0xa5, 0xe4, 0xfc, 0x5c, 0x3d, 0xfc, - 0x4e, 0x71, 0x92, 0xc4, 0x66, 0x59, 0x00, 0xc8, 0x17, 0x01, 0x8c, 0x51, 0x2e, 0x50, 0xcd, 0xe9, - 0xf9, 0x39, 0x89, 0x79, 0xe9, 0x7a, 0xf9, 0x45, 0xe9, 0xfa, 0xe9, 0xa9, 0x79, 0x60, 0x3f, 0xc2, - 0x02, 0xa5, 0x20, 0xb3, 0x18, 0x57, 0x18, 0x59, 0x43, 0xa8, 0x45, 0x4c, 0xcc, 0xee, 0x8e, 0x8e, - 0xab, 0x98, 0xe4, 0xdc, 0x21, 0x86, 0x39, 0xa6, 0x14, 0xeb, 0x41, 0x98, 0x20, 0x56, 0x98, 0x81, - 0x1e, 0xd8, 0xca, 0xe2, 0x53, 0x30, 0x05, 0x31, 0x8e, 0x29, 0xc5, 0x31, 0x70, 0x05, 0x31, 0x61, - 0x06, 0x31, 0x10, 0x05, 0xaf, 0x98, 0x94, 0x20, 0xa2, 0x56, 0x56, 0x8e, 0x29, 0xc5, 0x56, 0x56, - 0x70, 0x25, 0x56, 0x56, 0x61, 0x06, 0x56, 0x56, 0x10, 0x45, 0x49, 0x6c, 0x60, 0xd7, 0x19, 0x03, - 0x02, 0x00, 0x00, 0xff, 0xff, 0x11, 0x3e, 0x4e, 0x3d, 0xc0, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/query_error.pb.go b/googleapis/ads/googleads/v0/errors/query_error.pb.go deleted file mode 100644 index 4ad1ea18a1..0000000000 --- a/googleapis/ads/googleads/v0/errors/query_error.pb.go +++ /dev/null @@ -1,362 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/query_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible query errors. -type QueryErrorEnum_QueryError int32 - -const ( - // Name unspecified. - QueryErrorEnum_UNSPECIFIED QueryErrorEnum_QueryError = 0 - // The received error code is not known in this version. - QueryErrorEnum_UNKNOWN QueryErrorEnum_QueryError = 1 - // Returned if all other query error reasons are not applicable. - QueryErrorEnum_QUERY_ERROR QueryErrorEnum_QueryError = 50 - // A condition used in the query references an invalid enum constant. - QueryErrorEnum_BAD_ENUM_CONSTANT QueryErrorEnum_QueryError = 18 - // Query contains an invalid escape sequence. - QueryErrorEnum_BAD_ESCAPE_SEQUENCE QueryErrorEnum_QueryError = 7 - // Field name is invalid. - QueryErrorEnum_BAD_FIELD_NAME QueryErrorEnum_QueryError = 12 - // Limit value is invalid (i.e. not a number) - QueryErrorEnum_BAD_LIMIT_VALUE QueryErrorEnum_QueryError = 15 - // Encountered number can not be parsed. - QueryErrorEnum_BAD_NUMBER QueryErrorEnum_QueryError = 5 - // Invalid operator encountered. - QueryErrorEnum_BAD_OPERATOR QueryErrorEnum_QueryError = 3 - // Invalid resource type was specified in the FROM clause. - QueryErrorEnum_BAD_RESOURCE_TYPE_IN_FROM_CLAUSE QueryErrorEnum_QueryError = 45 - // Non-ASCII symbol encountered outside of strings. - QueryErrorEnum_BAD_SYMBOL QueryErrorEnum_QueryError = 2 - // Value is invalid. - QueryErrorEnum_BAD_VALUE QueryErrorEnum_QueryError = 4 - // Date filters fail to restrict date to a range smaller than 31 days. - // Applicable if the query is segmented by date. - QueryErrorEnum_DATE_RANGE_TOO_WIDE QueryErrorEnum_QueryError = 36 - // Expected AND between values with BETWEEN operator. - QueryErrorEnum_EXPECTED_AND QueryErrorEnum_QueryError = 30 - // Expecting ORDER BY to have BY. - QueryErrorEnum_EXPECTED_BY QueryErrorEnum_QueryError = 14 - // There was no dimension field selected. - QueryErrorEnum_EXPECTED_DIMENSION_FIELD_IN_SELECT_CLAUSE QueryErrorEnum_QueryError = 37 - // Missing filters on date related fields. - QueryErrorEnum_EXPECTED_FILTERS_ON_DATE_RANGE QueryErrorEnum_QueryError = 55 - // Missing FROM clause. - QueryErrorEnum_EXPECTED_FROM QueryErrorEnum_QueryError = 44 - // The operator used in the conditions requires the value to be a list. - QueryErrorEnum_EXPECTED_LIST QueryErrorEnum_QueryError = 41 - // Fields used in WHERE or ORDER BY clauses are missing from the SELECT - // clause. - QueryErrorEnum_EXPECTED_REFERENCED_FIELD_IN_SELECT_CLAUSE QueryErrorEnum_QueryError = 16 - // SELECT is missing at the beginning of query. - QueryErrorEnum_EXPECTED_SELECT QueryErrorEnum_QueryError = 13 - // A list was passed as a value to a condition whose operator expects a - // single value. - QueryErrorEnum_EXPECTED_SINGLE_VALUE QueryErrorEnum_QueryError = 42 - // Missing one or both values with BETWEEN operator. - QueryErrorEnum_EXPECTED_VALUE_WITH_BETWEEN_OPERATOR QueryErrorEnum_QueryError = 29 - // Invalid date format. Expected 'YYYY-MM-DD'. - QueryErrorEnum_INVALID_DATE_FORMAT QueryErrorEnum_QueryError = 38 - // Value passed was not a string when it should have been. I.e., it was a - // number or unquoted literal. - QueryErrorEnum_INVALID_STRING_VALUE QueryErrorEnum_QueryError = 57 - // A String value passed to the BETWEEN operator does not parse as a date. - QueryErrorEnum_INVALID_VALUE_WITH_BETWEEN_OPERATOR QueryErrorEnum_QueryError = 26 - // The value passed to the DURING operator is not a Date range literal - QueryErrorEnum_INVALID_VALUE_WITH_DURING_OPERATOR QueryErrorEnum_QueryError = 22 - // A non-string value was passed to the LIKE operator. - QueryErrorEnum_INVALID_VALUE_WITH_LIKE_OPERATOR QueryErrorEnum_QueryError = 56 - // An operator was provided that is inapplicable to the field being - // filtered. - QueryErrorEnum_OPERATOR_FIELD_MISMATCH QueryErrorEnum_QueryError = 35 - // A Condition was found with an empty list. - QueryErrorEnum_PROHIBITED_EMPTY_LIST_IN_CONDITION QueryErrorEnum_QueryError = 28 - // A condition used in the query references an unsupported enum constant. - QueryErrorEnum_PROHIBITED_ENUM_CONSTANT QueryErrorEnum_QueryError = 54 - // Fields that are not allowed to be selected together were included in - // the SELECT clause. - QueryErrorEnum_PROHIBITED_FIELD_COMBINATION_IN_SELECT_CLAUSE QueryErrorEnum_QueryError = 31 - // A field that is not orderable was included in the ORDER BY clause. - QueryErrorEnum_PROHIBITED_FIELD_IN_ORDER_BY_CLAUSE QueryErrorEnum_QueryError = 40 - // A field that is not selectable was included in the SELECT clause. - QueryErrorEnum_PROHIBITED_FIELD_IN_SELECT_CLAUSE QueryErrorEnum_QueryError = 23 - // A field that is not filterable was included in the WHERE clause. - QueryErrorEnum_PROHIBITED_FIELD_IN_WHERE_CLAUSE QueryErrorEnum_QueryError = 24 - // Resource type specified in the FROM clause is not supported by this - // service. - QueryErrorEnum_PROHIBITED_RESOURCE_TYPE_IN_FROM_CLAUSE QueryErrorEnum_QueryError = 43 - // A field that comes from an incompatible resource was included in the - // SELECT clause. - QueryErrorEnum_PROHIBITED_RESOURCE_TYPE_IN_SELECT_CLAUSE QueryErrorEnum_QueryError = 48 - // A field that comes from an incompatible resource was included in the - // WHERE clause. - QueryErrorEnum_PROHIBITED_RESOURCE_TYPE_IN_WHERE_CLAUSE QueryErrorEnum_QueryError = 58 - // A metric incompatible with the main resource or other selected - // segmenting resources was included in the SELECT or WHERE clause. - QueryErrorEnum_PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE QueryErrorEnum_QueryError = 49 - // A segment incompatible with the main resource or other selected - // segmenting resources was included in the SELECT or WHERE clause. - QueryErrorEnum_PROHIBITED_SEGMENT_IN_SELECT_OR_WHERE_CLAUSE QueryErrorEnum_QueryError = 51 - // A segment in the SELECT clause is incompatible with a metric in the - // SELECT or WHERE clause. - QueryErrorEnum_PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE QueryErrorEnum_QueryError = 53 - // The value passed to the limit clause is too low. - QueryErrorEnum_LIMIT_VALUE_TOO_LOW QueryErrorEnum_QueryError = 25 - // Query has a string containing a newline character. - QueryErrorEnum_PROHIBITED_NEWLINE_IN_STRING QueryErrorEnum_QueryError = 8 - // List contains values of different types. - QueryErrorEnum_PROHIBITED_VALUE_COMBINATION_IN_LIST QueryErrorEnum_QueryError = 10 - // The values passed to the BETWEEN operator are not of the same type. - QueryErrorEnum_PROHIBITED_VALUE_COMBINATION_WITH_BETWEEN_OPERATOR QueryErrorEnum_QueryError = 21 - // Query contains unterminated string. - QueryErrorEnum_STRING_NOT_TERMINATED QueryErrorEnum_QueryError = 6 - // Too many segments are specified in SELECT clause. - QueryErrorEnum_TOO_MANY_SEGMENTS QueryErrorEnum_QueryError = 34 - // Query is incomplete and cannot be parsed. - QueryErrorEnum_UNEXPECTED_END_OF_QUERY QueryErrorEnum_QueryError = 9 - // FROM clause cannot be specified in this query. - QueryErrorEnum_UNEXPECTED_FROM_CLAUSE QueryErrorEnum_QueryError = 47 - // Query contains one or more unrecognized fields. - QueryErrorEnum_UNRECOGNIZED_FIELD QueryErrorEnum_QueryError = 32 - // Query has an unexpected extra part. - QueryErrorEnum_UNEXPECTED_INPUT QueryErrorEnum_QueryError = 11 - // Metrics cannot be requested for a manager account. To retrieve metrics, - // issue separate requests against each client account under the manager - // account. - QueryErrorEnum_REQUESTED_METRICS_FOR_MANAGER QueryErrorEnum_QueryError = 59 -) - -var QueryErrorEnum_QueryError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 50: "QUERY_ERROR", - 18: "BAD_ENUM_CONSTANT", - 7: "BAD_ESCAPE_SEQUENCE", - 12: "BAD_FIELD_NAME", - 15: "BAD_LIMIT_VALUE", - 5: "BAD_NUMBER", - 3: "BAD_OPERATOR", - 45: "BAD_RESOURCE_TYPE_IN_FROM_CLAUSE", - 2: "BAD_SYMBOL", - 4: "BAD_VALUE", - 36: "DATE_RANGE_TOO_WIDE", - 30: "EXPECTED_AND", - 14: "EXPECTED_BY", - 37: "EXPECTED_DIMENSION_FIELD_IN_SELECT_CLAUSE", - 55: "EXPECTED_FILTERS_ON_DATE_RANGE", - 44: "EXPECTED_FROM", - 41: "EXPECTED_LIST", - 16: "EXPECTED_REFERENCED_FIELD_IN_SELECT_CLAUSE", - 13: "EXPECTED_SELECT", - 42: "EXPECTED_SINGLE_VALUE", - 29: "EXPECTED_VALUE_WITH_BETWEEN_OPERATOR", - 38: "INVALID_DATE_FORMAT", - 57: "INVALID_STRING_VALUE", - 26: "INVALID_VALUE_WITH_BETWEEN_OPERATOR", - 22: "INVALID_VALUE_WITH_DURING_OPERATOR", - 56: "INVALID_VALUE_WITH_LIKE_OPERATOR", - 35: "OPERATOR_FIELD_MISMATCH", - 28: "PROHIBITED_EMPTY_LIST_IN_CONDITION", - 54: "PROHIBITED_ENUM_CONSTANT", - 31: "PROHIBITED_FIELD_COMBINATION_IN_SELECT_CLAUSE", - 40: "PROHIBITED_FIELD_IN_ORDER_BY_CLAUSE", - 23: "PROHIBITED_FIELD_IN_SELECT_CLAUSE", - 24: "PROHIBITED_FIELD_IN_WHERE_CLAUSE", - 43: "PROHIBITED_RESOURCE_TYPE_IN_FROM_CLAUSE", - 48: "PROHIBITED_RESOURCE_TYPE_IN_SELECT_CLAUSE", - 58: "PROHIBITED_RESOURCE_TYPE_IN_WHERE_CLAUSE", - 49: "PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE", - 51: "PROHIBITED_SEGMENT_IN_SELECT_OR_WHERE_CLAUSE", - 53: "PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE", - 25: "LIMIT_VALUE_TOO_LOW", - 8: "PROHIBITED_NEWLINE_IN_STRING", - 10: "PROHIBITED_VALUE_COMBINATION_IN_LIST", - 21: "PROHIBITED_VALUE_COMBINATION_WITH_BETWEEN_OPERATOR", - 6: "STRING_NOT_TERMINATED", - 34: "TOO_MANY_SEGMENTS", - 9: "UNEXPECTED_END_OF_QUERY", - 47: "UNEXPECTED_FROM_CLAUSE", - 32: "UNRECOGNIZED_FIELD", - 11: "UNEXPECTED_INPUT", - 59: "REQUESTED_METRICS_FOR_MANAGER", -} -var QueryErrorEnum_QueryError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "QUERY_ERROR": 50, - "BAD_ENUM_CONSTANT": 18, - "BAD_ESCAPE_SEQUENCE": 7, - "BAD_FIELD_NAME": 12, - "BAD_LIMIT_VALUE": 15, - "BAD_NUMBER": 5, - "BAD_OPERATOR": 3, - "BAD_RESOURCE_TYPE_IN_FROM_CLAUSE": 45, - "BAD_SYMBOL": 2, - "BAD_VALUE": 4, - "DATE_RANGE_TOO_WIDE": 36, - "EXPECTED_AND": 30, - "EXPECTED_BY": 14, - "EXPECTED_DIMENSION_FIELD_IN_SELECT_CLAUSE": 37, - "EXPECTED_FILTERS_ON_DATE_RANGE": 55, - "EXPECTED_FROM": 44, - "EXPECTED_LIST": 41, - "EXPECTED_REFERENCED_FIELD_IN_SELECT_CLAUSE": 16, - "EXPECTED_SELECT": 13, - "EXPECTED_SINGLE_VALUE": 42, - "EXPECTED_VALUE_WITH_BETWEEN_OPERATOR": 29, - "INVALID_DATE_FORMAT": 38, - "INVALID_STRING_VALUE": 57, - "INVALID_VALUE_WITH_BETWEEN_OPERATOR": 26, - "INVALID_VALUE_WITH_DURING_OPERATOR": 22, - "INVALID_VALUE_WITH_LIKE_OPERATOR": 56, - "OPERATOR_FIELD_MISMATCH": 35, - "PROHIBITED_EMPTY_LIST_IN_CONDITION": 28, - "PROHIBITED_ENUM_CONSTANT": 54, - "PROHIBITED_FIELD_COMBINATION_IN_SELECT_CLAUSE": 31, - "PROHIBITED_FIELD_IN_ORDER_BY_CLAUSE": 40, - "PROHIBITED_FIELD_IN_SELECT_CLAUSE": 23, - "PROHIBITED_FIELD_IN_WHERE_CLAUSE": 24, - "PROHIBITED_RESOURCE_TYPE_IN_FROM_CLAUSE": 43, - "PROHIBITED_RESOURCE_TYPE_IN_SELECT_CLAUSE": 48, - "PROHIBITED_RESOURCE_TYPE_IN_WHERE_CLAUSE": 58, - "PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE": 49, - "PROHIBITED_SEGMENT_IN_SELECT_OR_WHERE_CLAUSE": 51, - "PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE": 53, - "LIMIT_VALUE_TOO_LOW": 25, - "PROHIBITED_NEWLINE_IN_STRING": 8, - "PROHIBITED_VALUE_COMBINATION_IN_LIST": 10, - "PROHIBITED_VALUE_COMBINATION_WITH_BETWEEN_OPERATOR": 21, - "STRING_NOT_TERMINATED": 6, - "TOO_MANY_SEGMENTS": 34, - "UNEXPECTED_END_OF_QUERY": 9, - "UNEXPECTED_FROM_CLAUSE": 47, - "UNRECOGNIZED_FIELD": 32, - "UNEXPECTED_INPUT": 11, - "REQUESTED_METRICS_FOR_MANAGER": 59, -} - -func (x QueryErrorEnum_QueryError) String() string { - return proto.EnumName(QueryErrorEnum_QueryError_name, int32(x)) -} -func (QueryErrorEnum_QueryError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_error_3ace7ea6d1564412, []int{0, 0} -} - -// Container for enum describing possible query errors. -type QueryErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *QueryErrorEnum) Reset() { *m = QueryErrorEnum{} } -func (m *QueryErrorEnum) String() string { return proto.CompactTextString(m) } -func (*QueryErrorEnum) ProtoMessage() {} -func (*QueryErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_query_error_3ace7ea6d1564412, []int{0} -} -func (m *QueryErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_QueryErrorEnum.Unmarshal(m, b) -} -func (m *QueryErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_QueryErrorEnum.Marshal(b, m, deterministic) -} -func (dst *QueryErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_QueryErrorEnum.Merge(dst, src) -} -func (m *QueryErrorEnum) XXX_Size() int { - return xxx_messageInfo_QueryErrorEnum.Size(m) -} -func (m *QueryErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_QueryErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_QueryErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*QueryErrorEnum)(nil), "google.ads.googleads.v0.errors.QueryErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.QueryErrorEnum_QueryError", QueryErrorEnum_QueryError_name, QueryErrorEnum_QueryError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/query_error.proto", fileDescriptor_query_error_3ace7ea6d1564412) -} - -var fileDescriptor_query_error_3ace7ea6d1564412 = []byte{ - // 930 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x55, 0xef, 0x72, 0xd3, 0x46, - 0x10, 0x6f, 0x42, 0x0b, 0x65, 0xf3, 0xef, 0x38, 0xc8, 0x1f, 0x68, 0x48, 0x83, 0x09, 0x10, 0x48, - 0x22, 0x1b, 0x98, 0x52, 0x2a, 0xfa, 0xe5, 0x24, 0xad, 0x9d, 0x1b, 0xa4, 0x3b, 0xe5, 0x74, 0xb2, - 0x6b, 0x26, 0x33, 0x37, 0x69, 0x9d, 0xf1, 0x74, 0x06, 0x62, 0x6a, 0x17, 0x66, 0xfa, 0x04, 0x7d, - 0x8f, 0x7e, 0xec, 0xa3, 0xf4, 0x51, 0xf8, 0xdc, 0x07, 0xe8, 0x9c, 0x64, 0xc9, 0x72, 0x31, 0xe6, - 0x93, 0xee, 0x7e, 0xfb, 0xfb, 0xed, 0xee, 0xad, 0x76, 0xef, 0xa0, 0xd1, 0x1f, 0x0c, 0xfa, 0xaf, - 0xcf, 0xeb, 0x67, 0xbd, 0x51, 0x3d, 0x5f, 0xda, 0xd5, 0xfb, 0x46, 0xfd, 0x7c, 0x38, 0x1c, 0x0c, - 0x47, 0xf5, 0xdf, 0xde, 0x9d, 0x0f, 0xff, 0x30, 0xd9, 0xc6, 0x79, 0x3b, 0x1c, 0xfc, 0x3e, 0xa0, - 0x3b, 0x39, 0xcd, 0x39, 0xeb, 0x8d, 0x9c, 0x52, 0xe1, 0xbc, 0x6f, 0x38, 0xb9, 0xa2, 0xf6, 0xe7, - 0x0a, 0xac, 0x9e, 0x58, 0x15, 0xda, 0x3d, 0x5e, 0xbc, 0x7b, 0x53, 0xfb, 0x77, 0x19, 0x60, 0x02, - 0xd1, 0x35, 0x58, 0x4a, 0x45, 0x12, 0xa3, 0xcf, 0x9b, 0x1c, 0x03, 0xf2, 0x05, 0x5d, 0x82, 0x2b, - 0xa9, 0x78, 0x29, 0x64, 0x47, 0x90, 0x05, 0x6b, 0x3d, 0x49, 0x51, 0x75, 0x0d, 0x2a, 0x25, 0x15, - 0x79, 0x42, 0xd7, 0xe1, 0x9a, 0xc7, 0x02, 0x83, 0x22, 0x8d, 0x8c, 0x2f, 0x45, 0xa2, 0x99, 0xd0, - 0x84, 0xd2, 0x4d, 0xb8, 0x9e, 0xc1, 0x89, 0xcf, 0x62, 0x34, 0x09, 0x9e, 0xa4, 0x28, 0x7c, 0x24, - 0x57, 0x28, 0x85, 0x55, 0x6b, 0x68, 0x72, 0x0c, 0x03, 0x23, 0x58, 0x84, 0x64, 0x99, 0x5e, 0x87, - 0x35, 0x8b, 0x85, 0x3c, 0xe2, 0xda, 0xb4, 0x59, 0x98, 0x22, 0x59, 0xa3, 0xab, 0x00, 0x16, 0x14, - 0x69, 0xe4, 0xa1, 0x22, 0x5f, 0x51, 0x02, 0xcb, 0x76, 0x2f, 0x63, 0x54, 0x4c, 0x4b, 0x45, 0x2e, - 0xd1, 0x3d, 0xd8, 0xb5, 0x88, 0xc2, 0x44, 0xa6, 0xca, 0x47, 0xa3, 0xbb, 0x31, 0x1a, 0x2e, 0x4c, - 0x53, 0xc9, 0xc8, 0xf8, 0x21, 0x4b, 0x13, 0x24, 0x47, 0x85, 0x9f, 0xa4, 0x1b, 0x79, 0x32, 0x24, - 0x8b, 0x74, 0x05, 0xae, 0xda, 0x7d, 0x1e, 0xe6, 0x4b, 0x9b, 0x68, 0xc0, 0x34, 0x1a, 0xc5, 0x44, - 0x0b, 0x8d, 0x96, 0xd2, 0x74, 0x78, 0x80, 0x64, 0xcf, 0xc6, 0xc3, 0x9f, 0x62, 0xf4, 0x35, 0x06, - 0x86, 0x89, 0x80, 0xec, 0xd8, 0xb3, 0x97, 0x88, 0xd7, 0x25, 0xab, 0xf4, 0x08, 0x1e, 0x96, 0x40, - 0xc0, 0x23, 0x14, 0x09, 0x97, 0x62, 0x7c, 0x34, 0x2e, 0x4c, 0x82, 0x21, 0xfa, 0xba, 0xc8, 0xe4, - 0x1e, 0xad, 0xc1, 0x4e, 0x49, 0x6f, 0xf2, 0x50, 0xa3, 0x4a, 0x8c, 0x14, 0x66, 0x12, 0x9e, 0x7c, - 0x4f, 0xaf, 0xc1, 0xca, 0x84, 0xa3, 0x64, 0x44, 0x0e, 0xa7, 0xa0, 0x90, 0x27, 0x9a, 0x3c, 0xa4, - 0x0e, 0x3c, 0x2a, 0x21, 0x85, 0x4d, 0x54, 0xb6, 0xb8, 0xc1, 0xa7, 0x22, 0x13, 0x5b, 0xe0, 0x92, - 0x9f, 0xdb, 0xc8, 0x0a, 0xbd, 0x09, 0xeb, 0x13, 0x90, 0x8b, 0x56, 0x88, 0xe3, 0xa2, 0x3c, 0xa2, - 0xfb, 0xb0, 0x57, 0x9a, 0x32, 0xcc, 0x74, 0xb8, 0x3e, 0x36, 0x1e, 0xea, 0x0e, 0xa2, 0x98, 0xfc, - 0x83, 0xdb, 0xb6, 0x7c, 0x5c, 0xb4, 0x59, 0xc8, 0x83, 0xfc, 0x1c, 0x4d, 0xa9, 0x22, 0xa6, 0xc9, - 0x7d, 0xba, 0x05, 0x37, 0x0a, 0x43, 0xa2, 0x15, 0x17, 0xad, 0xb1, 0xf3, 0x1f, 0xe8, 0x03, 0xb8, - 0x5b, 0x58, 0xe6, 0xf9, 0xbe, 0x45, 0xef, 0x43, 0x6d, 0x06, 0x31, 0x48, 0x33, 0x6f, 0x25, 0x6f, - 0xc3, 0xf6, 0xc1, 0x0c, 0x5e, 0xc8, 0x5f, 0xe2, 0x84, 0xf5, 0x9c, 0x7e, 0x03, 0x9b, 0xc5, 0x6e, - 0x5c, 0xa8, 0x88, 0x27, 0x11, 0xd3, 0xfe, 0x31, 0xb9, 0x6b, 0x43, 0xc5, 0x4a, 0x1e, 0x73, 0x8f, - 0xdb, 0x23, 0x63, 0x14, 0xeb, 0x6e, 0x56, 0x6b, 0x5b, 0x4c, 0x5f, 0x8a, 0x80, 0x6b, 0x2e, 0x05, - 0xd9, 0xa6, 0xdb, 0xb0, 0x55, 0xe5, 0x4d, 0x35, 0xfd, 0x33, 0xfa, 0x18, 0x8e, 0x2a, 0xd6, 0x3c, - 0x88, 0x2f, 0x23, 0x8f, 0x0b, 0x66, 0xf5, 0x1f, 0xff, 0x99, 0x6f, 0x6d, 0x31, 0x3e, 0x92, 0x70, - 0x61, 0xa4, 0x0a, 0x50, 0x19, 0xaf, 0x5b, 0x10, 0xf7, 0xe9, 0x3d, 0xb8, 0x33, 0x8b, 0x38, 0xed, - 0x6f, 0xd3, 0xd6, 0x62, 0x16, 0xad, 0x73, 0x8c, 0x0a, 0x0b, 0xd6, 0x16, 0x3d, 0x80, 0x07, 0x15, - 0xd6, 0xdc, 0x01, 0x3a, 0xb0, 0x5d, 0x3e, 0x8f, 0x3c, 0x9d, 0x41, 0x83, 0x1e, 0xc2, 0xfe, 0x3c, - 0xfa, 0x54, 0x26, 0x2e, 0xad, 0xc3, 0x41, 0x85, 0x1d, 0xa1, 0x56, 0xdc, 0xaf, 0x78, 0x95, 0x6a, - 0x5a, 0xf0, 0x98, 0x36, 0xe0, 0xb0, 0x22, 0x48, 0xb0, 0x15, 0xa1, 0xd0, 0x73, 0x14, 0x4f, 0xe9, - 0x8f, 0xf0, 0x7c, 0x86, 0x22, 0xeb, 0x91, 0xcf, 0xc6, 0xfb, 0xce, 0x36, 0x78, 0xe5, 0x5e, 0xca, - 0x2e, 0x88, 0x50, 0x76, 0xc8, 0x4d, 0xba, 0x0b, 0xdb, 0x15, 0xb7, 0x02, 0x3b, 0x21, 0x17, 0x79, - 0x41, 0xb2, 0x76, 0x27, 0x5f, 0xdb, 0x29, 0xaa, 0x30, 0x72, 0xfd, 0xff, 0xda, 0x21, 0x9b, 0x67, - 0xa0, 0xcf, 0xe0, 0xc9, 0x5c, 0xe6, 0xec, 0x09, 0x59, 0xb7, 0x23, 0x3c, 0x1e, 0x2e, 0x21, 0xb5, - 0xd1, 0xa8, 0x22, 0xab, 0xc0, 0x80, 0x5c, 0xb6, 0xf7, 0xb2, 0xcd, 0x35, 0x62, 0xa2, 0x5b, 0x9c, - 0x39, 0x21, 0x35, 0x3b, 0x05, 0xa9, 0x28, 0x67, 0x1b, 0x45, 0x60, 0x64, 0xd3, 0x64, 0x37, 0x3a, - 0xb9, 0x4a, 0x6f, 0xc1, 0x46, 0xc5, 0x58, 0xed, 0x82, 0x3a, 0xdd, 0x00, 0x9a, 0x0a, 0x85, 0xbe, - 0x6c, 0x09, 0xfe, 0xaa, 0x68, 0x2d, 0xb2, 0x4b, 0x6f, 0x00, 0xa9, 0x68, 0xb8, 0x88, 0x53, 0x4d, - 0x96, 0xe8, 0x1d, 0xb8, 0xad, 0xec, 0x9d, 0x9f, 0x4c, 0xfe, 0x6a, 0x62, 0xef, 0x06, 0x9b, 0x0f, - 0x6b, 0xa1, 0x22, 0x2f, 0xbc, 0x0f, 0x0b, 0x50, 0xfb, 0x65, 0xf0, 0xc6, 0x99, 0xff, 0x60, 0x79, - 0x6b, 0x93, 0xa7, 0x29, 0xb6, 0x2f, 0x5c, 0xbc, 0xf0, 0x2a, 0x18, 0x4b, 0xfa, 0x83, 0xd7, 0x67, - 0x17, 0x7d, 0x67, 0x30, 0xec, 0xd7, 0xfb, 0xe7, 0x17, 0xd9, 0xfb, 0x57, 0xbc, 0x92, 0x6f, 0x7f, - 0x1d, 0x7d, 0xea, 0xd1, 0x7c, 0x91, 0x7f, 0xfe, 0x5a, 0xbc, 0xd4, 0x62, 0xec, 0xef, 0xc5, 0x9d, - 0x56, 0xee, 0x8c, 0xf5, 0x46, 0x4e, 0xbe, 0xb4, 0xab, 0x76, 0xc3, 0xc9, 0x42, 0x8e, 0xfe, 0x29, - 0x08, 0xa7, 0xac, 0x37, 0x3a, 0x2d, 0x09, 0xa7, 0xed, 0xc6, 0x69, 0x4e, 0xf8, 0xb0, 0x58, 0xcb, - 0x51, 0xd7, 0x65, 0xbd, 0x91, 0xeb, 0x96, 0x14, 0xd7, 0x6d, 0x37, 0x5c, 0x37, 0x27, 0xfd, 0x7c, - 0x39, 0xcb, 0xee, 0xe9, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x9d, 0xc5, 0x95, 0xe1, 0xd1, 0x07, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/quota_error.pb.go b/googleapis/ads/googleads/v0/errors/quota_error.pb.go deleted file mode 100644 index 99aa80fe3e..0000000000 --- a/googleapis/ads/googleads/v0/errors/quota_error.pb.go +++ /dev/null @@ -1,121 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/quota_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible quota errors. -type QuotaErrorEnum_QuotaError int32 - -const ( - // Enum unspecified. - QuotaErrorEnum_UNSPECIFIED QuotaErrorEnum_QuotaError = 0 - // The received error code is not known in this version. - QuotaErrorEnum_UNKNOWN QuotaErrorEnum_QuotaError = 1 - // Too many requests. - QuotaErrorEnum_RESOURCE_EXHAUSTED QuotaErrorEnum_QuotaError = 2 - // Access is prohibited. - QuotaErrorEnum_ACCESS_PROHIBITED QuotaErrorEnum_QuotaError = 3 - // Too many requests in a short amount of time. - QuotaErrorEnum_RESOURCE_TEMPORARILY_EXHAUSTED QuotaErrorEnum_QuotaError = 4 -) - -var QuotaErrorEnum_QuotaError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "RESOURCE_EXHAUSTED", - 3: "ACCESS_PROHIBITED", - 4: "RESOURCE_TEMPORARILY_EXHAUSTED", -} -var QuotaErrorEnum_QuotaError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "RESOURCE_EXHAUSTED": 2, - "ACCESS_PROHIBITED": 3, - "RESOURCE_TEMPORARILY_EXHAUSTED": 4, -} - -func (x QuotaErrorEnum_QuotaError) String() string { - return proto.EnumName(QuotaErrorEnum_QuotaError_name, int32(x)) -} -func (QuotaErrorEnum_QuotaError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_quota_error_57e44f2baa0e7c9d, []int{0, 0} -} - -// Container for enum describing possible quota errors. -type QuotaErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *QuotaErrorEnum) Reset() { *m = QuotaErrorEnum{} } -func (m *QuotaErrorEnum) String() string { return proto.CompactTextString(m) } -func (*QuotaErrorEnum) ProtoMessage() {} -func (*QuotaErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_quota_error_57e44f2baa0e7c9d, []int{0} -} -func (m *QuotaErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_QuotaErrorEnum.Unmarshal(m, b) -} -func (m *QuotaErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_QuotaErrorEnum.Marshal(b, m, deterministic) -} -func (dst *QuotaErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_QuotaErrorEnum.Merge(dst, src) -} -func (m *QuotaErrorEnum) XXX_Size() int { - return xxx_messageInfo_QuotaErrorEnum.Size(m) -} -func (m *QuotaErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_QuotaErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_QuotaErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*QuotaErrorEnum)(nil), "google.ads.googleads.v0.errors.QuotaErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.QuotaErrorEnum_QuotaError", QuotaErrorEnum_QuotaError_name, QuotaErrorEnum_QuotaError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/quota_error.proto", fileDescriptor_quota_error_57e44f2baa0e7c9d) -} - -var fileDescriptor_quota_error_57e44f2baa0e7c9d = []byte{ - // 316 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x4f, 0x4e, 0xeb, 0x30, - 0x18, 0xc4, 0x5f, 0xd2, 0x27, 0x90, 0x5c, 0x89, 0x16, 0x4b, 0xb0, 0xec, 0x22, 0x07, 0x70, 0x2c, - 0xb1, 0x33, 0x2b, 0x37, 0x31, 0x6d, 0x04, 0x24, 0x21, 0x69, 0xc2, 0x1f, 0x45, 0x8a, 0x02, 0x89, - 0x2c, 0xa4, 0x36, 0x2e, 0x71, 0xdb, 0x1d, 0x67, 0xe0, 0x0e, 0x2c, 0x39, 0x0a, 0x47, 0xe9, 0x29, - 0x90, 0x63, 0x9a, 0xb2, 0x81, 0x95, 0xe7, 0xfb, 0xf4, 0x1b, 0x7b, 0x3c, 0x00, 0x73, 0x21, 0xf8, - 0xbc, 0xb2, 0x8b, 0x52, 0xda, 0x5a, 0x2a, 0xb5, 0xc1, 0x76, 0xd5, 0x34, 0xa2, 0x91, 0xf6, 0xcb, - 0x5a, 0xac, 0x8a, 0xbc, 0x1d, 0xd0, 0xb2, 0x11, 0x2b, 0x01, 0x47, 0x1a, 0x43, 0x45, 0x29, 0x51, - 0xe7, 0x40, 0x1b, 0x8c, 0xb4, 0xc3, 0x7a, 0x33, 0xc0, 0xd1, 0x8d, 0x72, 0x31, 0x35, 0xb3, 0x7a, - 0xbd, 0xb0, 0x5e, 0x01, 0xd8, 0x6f, 0xe0, 0x00, 0xf4, 0x13, 0x3f, 0x0e, 0x99, 0xe3, 0x5d, 0x78, - 0xcc, 0x1d, 0xfe, 0x83, 0x7d, 0x70, 0x98, 0xf8, 0x97, 0x7e, 0x70, 0xeb, 0x0f, 0x0d, 0x78, 0x0a, - 0x60, 0xc4, 0xe2, 0x20, 0x89, 0x1c, 0x96, 0xb3, 0xbb, 0x29, 0x4d, 0xe2, 0x19, 0x73, 0x87, 0x26, - 0x3c, 0x01, 0xc7, 0xd4, 0x71, 0x58, 0x1c, 0xe7, 0x61, 0x14, 0x4c, 0xbd, 0xb1, 0xa7, 0xd6, 0x3d, - 0x68, 0x81, 0x51, 0x87, 0xcf, 0xd8, 0x75, 0x18, 0x44, 0x34, 0xf2, 0xae, 0xee, 0x7f, 0x58, 0xff, - 0x8f, 0xb7, 0x06, 0xb0, 0x9e, 0xc4, 0x02, 0xfd, 0x1d, 0x7c, 0x3c, 0xd8, 0x67, 0x0c, 0xd5, 0x4f, - 0x43, 0xe3, 0xc1, 0xfd, 0xb6, 0x70, 0x31, 0x2f, 0x6a, 0x8e, 0x44, 0xc3, 0x6d, 0x5e, 0xd5, 0x6d, - 0x0f, 0xbb, 0xb6, 0x96, 0xcf, 0xf2, 0xb7, 0xf2, 0xce, 0xf5, 0xf1, 0x6e, 0xf6, 0x26, 0x94, 0x7e, - 0x98, 0xa3, 0x89, 0xbe, 0x8c, 0x96, 0x12, 0x69, 0xa9, 0x54, 0x8a, 0x51, 0xfb, 0xa4, 0xfc, 0xdc, - 0x01, 0x19, 0x2d, 0x65, 0xd6, 0x01, 0x59, 0x8a, 0x33, 0x0d, 0x6c, 0x4d, 0x4b, 0x6f, 0x09, 0xa1, - 0xa5, 0x24, 0xa4, 0x43, 0x08, 0x49, 0x31, 0x21, 0x1a, 0x7a, 0x3c, 0x68, 0xd3, 0x9d, 0x7d, 0x05, - 0x00, 0x00, 0xff, 0xff, 0x74, 0xce, 0x43, 0x62, 0xd9, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/range_error.pb.go b/googleapis/ads/googleads/v0/errors/range_error.pb.go deleted file mode 100644 index 40476ec62f..0000000000 --- a/googleapis/ads/googleads/v0/errors/range_error.pb.go +++ /dev/null @@ -1,115 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/range_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible range errors. -type RangeErrorEnum_RangeError int32 - -const ( - // Enum unspecified. - RangeErrorEnum_UNSPECIFIED RangeErrorEnum_RangeError = 0 - // The received error code is not known in this version. - RangeErrorEnum_UNKNOWN RangeErrorEnum_RangeError = 1 - // Too low. - RangeErrorEnum_TOO_LOW RangeErrorEnum_RangeError = 2 - // Too high. - RangeErrorEnum_TOO_HIGH RangeErrorEnum_RangeError = 3 -) - -var RangeErrorEnum_RangeError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "TOO_LOW", - 3: "TOO_HIGH", -} -var RangeErrorEnum_RangeError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "TOO_LOW": 2, - "TOO_HIGH": 3, -} - -func (x RangeErrorEnum_RangeError) String() string { - return proto.EnumName(RangeErrorEnum_RangeError_name, int32(x)) -} -func (RangeErrorEnum_RangeError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_range_error_18eba858ffbdb363, []int{0, 0} -} - -// Container for enum describing possible range errors. -type RangeErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *RangeErrorEnum) Reset() { *m = RangeErrorEnum{} } -func (m *RangeErrorEnum) String() string { return proto.CompactTextString(m) } -func (*RangeErrorEnum) ProtoMessage() {} -func (*RangeErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_range_error_18eba858ffbdb363, []int{0} -} -func (m *RangeErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_RangeErrorEnum.Unmarshal(m, b) -} -func (m *RangeErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_RangeErrorEnum.Marshal(b, m, deterministic) -} -func (dst *RangeErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_RangeErrorEnum.Merge(dst, src) -} -func (m *RangeErrorEnum) XXX_Size() int { - return xxx_messageInfo_RangeErrorEnum.Size(m) -} -func (m *RangeErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_RangeErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_RangeErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*RangeErrorEnum)(nil), "google.ads.googleads.v0.errors.RangeErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.RangeErrorEnum_RangeError", RangeErrorEnum_RangeError_name, RangeErrorEnum_RangeError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/range_error.proto", fileDescriptor_range_error_18eba858ffbdb363) -} - -var fileDescriptor_range_error_18eba858ffbdb363 = []byte{ - // 274 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xc3, 0x30, - 0x14, 0x86, 0x6d, 0x07, 0x2a, 0x99, 0xb8, 0xd2, 0x07, 0xd8, 0x45, 0x1f, 0xe0, 0x34, 0xe0, 0x5d, - 0xbc, 0xca, 0x5c, 0xec, 0x8a, 0xd2, 0x16, 0x75, 0x2d, 0x48, 0x61, 0x54, 0x53, 0x82, 0xb0, 0x35, - 0x23, 0xd1, 0x3d, 0x90, 0x97, 0x3e, 0x8a, 0x8f, 0xb2, 0xa7, 0x90, 0xf4, 0xb8, 0xee, 0x4a, 0xaf, - 0xfa, 0xff, 0x87, 0xef, 0xef, 0x7f, 0x4e, 0x08, 0x55, 0x5a, 0xab, 0x75, 0x1b, 0x37, 0xd2, 0xc6, - 0x28, 0x9d, 0xda, 0xd1, 0xb8, 0x35, 0x46, 0x1b, 0x1b, 0x9b, 0xa6, 0x53, 0xed, 0xaa, 0x37, 0xb0, - 0x35, 0xfa, 0x5d, 0x87, 0x53, 0xc4, 0xa0, 0x91, 0x16, 0x86, 0x04, 0xec, 0x28, 0x60, 0x22, 0xaa, - 0xc8, 0xe5, 0x83, 0x0b, 0x09, 0x67, 0x45, 0xf7, 0xb1, 0x89, 0x04, 0x21, 0xc7, 0x49, 0x38, 0x21, - 0xe3, 0x65, 0xf6, 0x58, 0x88, 0x9b, 0xf4, 0x36, 0x15, 0xf3, 0xe0, 0x24, 0x1c, 0x93, 0xb3, 0x65, - 0x76, 0x97, 0xe5, 0x55, 0x16, 0x78, 0xce, 0x3c, 0xe5, 0xf9, 0xea, 0x3e, 0xaf, 0x02, 0x3f, 0xbc, - 0x20, 0xe7, 0xce, 0x2c, 0xd2, 0x64, 0x11, 0x8c, 0x66, 0x7b, 0x8f, 0x44, 0xaf, 0x7a, 0x03, 0xff, - 0xf7, 0xcf, 0x26, 0xc7, 0xae, 0xc2, 0x2d, 0x5c, 0x78, 0xcf, 0xf3, 0xdf, 0x88, 0xd2, 0xeb, 0xa6, - 0x53, 0xa0, 0x8d, 0x8a, 0x55, 0xdb, 0xf5, 0xe7, 0x1c, 0x8e, 0xde, 0xbe, 0xd9, 0xbf, 0xde, 0xe0, - 0x1a, 0x3f, 0x9f, 0xfe, 0x28, 0xe1, 0xfc, 0xcb, 0x9f, 0x26, 0xf8, 0x33, 0x2e, 0x2d, 0xa0, 0x74, - 0xaa, 0xa4, 0xd0, 0x57, 0xda, 0xef, 0x03, 0x50, 0x73, 0x69, 0xeb, 0x01, 0xa8, 0x4b, 0x5a, 0x23, - 0xb0, 0xf7, 0x23, 0x9c, 0x32, 0xc6, 0xa5, 0x65, 0x6c, 0x40, 0x18, 0x2b, 0x29, 0x63, 0x08, 0xbd, - 0x9c, 0xf6, 0xdb, 0x5d, 0xfd, 0x04, 0x00, 0x00, 0xff, 0xff, 0x2b, 0x11, 0x6c, 0x1e, 0xa0, 0x01, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/recommendation_error.pb.go b/googleapis/ads/googleads/v0/errors/recommendation_error.pb.go deleted file mode 100644 index 42cbf9a525..0000000000 --- a/googleapis/ads/googleads/v0/errors/recommendation_error.pb.go +++ /dev/null @@ -1,176 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/recommendation_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible errors from applying a recommendation. -type RecommendationErrorEnum_RecommendationError int32 - -const ( - // Enum unspecified. - RecommendationErrorEnum_UNSPECIFIED RecommendationErrorEnum_RecommendationError = 0 - // The received error code is not known in this version. - RecommendationErrorEnum_UNKNOWN RecommendationErrorEnum_RecommendationError = 1 - // The specified budget amount is too low e.g. lower than minimum currency - // unit or lower than ad group minimum cost-per-click. - RecommendationErrorEnum_BUDGET_AMOUNT_TOO_SMALL RecommendationErrorEnum_RecommendationError = 2 - // The specified budget amount is too large. - RecommendationErrorEnum_BUDGET_AMOUNT_TOO_LARGE RecommendationErrorEnum_RecommendationError = 3 - // The specified budget amount is not a valid amount. e.g. not a multiple - // of minimum currency unit. - RecommendationErrorEnum_INVALID_BUDGET_AMOUNT RecommendationErrorEnum_RecommendationError = 4 - // The specified keyword or ad violates ad policy. - RecommendationErrorEnum_POLICY_ERROR RecommendationErrorEnum_RecommendationError = 5 - // The specified bid amount is not valid. e.g. too many fractional digits, - // or negative amount. - RecommendationErrorEnum_INVALID_BID_AMOUNT RecommendationErrorEnum_RecommendationError = 6 - // The number of keywords in ad group have reached the maximum allowed. - RecommendationErrorEnum_ADGROUP_KEYWORD_LIMIT RecommendationErrorEnum_RecommendationError = 7 - // The recommendation requested to apply has already been applied. - RecommendationErrorEnum_RECOMMENDATION_ALREADY_APPLIED RecommendationErrorEnum_RecommendationError = 8 - // The recommendation requested to apply has been invalidated. - RecommendationErrorEnum_RECOMMENDATION_INVALIDATED RecommendationErrorEnum_RecommendationError = 9 - // The number of operations in a single request exceeds the maximum allowed. - RecommendationErrorEnum_TOO_MANY_OPERATIONS RecommendationErrorEnum_RecommendationError = 10 - // There are no operations in the request. - RecommendationErrorEnum_NO_OPERATIONS RecommendationErrorEnum_RecommendationError = 11 - // Operations with multiple recommendation types are not supported when - // partial failure mode is not enabled. - RecommendationErrorEnum_DIFFERENT_TYPES_NOT_SUPPORTED RecommendationErrorEnum_RecommendationError = 12 - // Request contains multiple operations with the same resource_name. - RecommendationErrorEnum_DUPLICATE_RESOURCE_NAME RecommendationErrorEnum_RecommendationError = 13 - // The recommendation requested to dismiss has already been dismissed. - RecommendationErrorEnum_RECOMMENDATION_ALREADY_DISMISSED RecommendationErrorEnum_RecommendationError = 14 -) - -var RecommendationErrorEnum_RecommendationError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "BUDGET_AMOUNT_TOO_SMALL", - 3: "BUDGET_AMOUNT_TOO_LARGE", - 4: "INVALID_BUDGET_AMOUNT", - 5: "POLICY_ERROR", - 6: "INVALID_BID_AMOUNT", - 7: "ADGROUP_KEYWORD_LIMIT", - 8: "RECOMMENDATION_ALREADY_APPLIED", - 9: "RECOMMENDATION_INVALIDATED", - 10: "TOO_MANY_OPERATIONS", - 11: "NO_OPERATIONS", - 12: "DIFFERENT_TYPES_NOT_SUPPORTED", - 13: "DUPLICATE_RESOURCE_NAME", - 14: "RECOMMENDATION_ALREADY_DISMISSED", -} -var RecommendationErrorEnum_RecommendationError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "BUDGET_AMOUNT_TOO_SMALL": 2, - "BUDGET_AMOUNT_TOO_LARGE": 3, - "INVALID_BUDGET_AMOUNT": 4, - "POLICY_ERROR": 5, - "INVALID_BID_AMOUNT": 6, - "ADGROUP_KEYWORD_LIMIT": 7, - "RECOMMENDATION_ALREADY_APPLIED": 8, - "RECOMMENDATION_INVALIDATED": 9, - "TOO_MANY_OPERATIONS": 10, - "NO_OPERATIONS": 11, - "DIFFERENT_TYPES_NOT_SUPPORTED": 12, - "DUPLICATE_RESOURCE_NAME": 13, - "RECOMMENDATION_ALREADY_DISMISSED": 14, -} - -func (x RecommendationErrorEnum_RecommendationError) String() string { - return proto.EnumName(RecommendationErrorEnum_RecommendationError_name, int32(x)) -} -func (RecommendationErrorEnum_RecommendationError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_recommendation_error_f08d8d745102169d, []int{0, 0} -} - -// Container for enum describing possible errors from applying a recommendation. -type RecommendationErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *RecommendationErrorEnum) Reset() { *m = RecommendationErrorEnum{} } -func (m *RecommendationErrorEnum) String() string { return proto.CompactTextString(m) } -func (*RecommendationErrorEnum) ProtoMessage() {} -func (*RecommendationErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_error_f08d8d745102169d, []int{0} -} -func (m *RecommendationErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_RecommendationErrorEnum.Unmarshal(m, b) -} -func (m *RecommendationErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_RecommendationErrorEnum.Marshal(b, m, deterministic) -} -func (dst *RecommendationErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_RecommendationErrorEnum.Merge(dst, src) -} -func (m *RecommendationErrorEnum) XXX_Size() int { - return xxx_messageInfo_RecommendationErrorEnum.Size(m) -} -func (m *RecommendationErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_RecommendationErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_RecommendationErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*RecommendationErrorEnum)(nil), "google.ads.googleads.v0.errors.RecommendationErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.RecommendationErrorEnum_RecommendationError", RecommendationErrorEnum_RecommendationError_name, RecommendationErrorEnum_RecommendationError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/recommendation_error.proto", fileDescriptor_recommendation_error_f08d8d745102169d) -} - -var fileDescriptor_recommendation_error_f08d8d745102169d = []byte{ - // 485 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xdf, 0x6e, 0xd3, 0x30, - 0x14, 0xc6, 0x69, 0x0b, 0x1b, 0xb8, 0x1b, 0x18, 0x4f, 0x50, 0xfe, 0x88, 0x0a, 0x2a, 0xae, 0xd3, - 0x4a, 0x5c, 0x11, 0xae, 0xdc, 0xfa, 0xb4, 0xb2, 0x96, 0xd8, 0x96, 0x93, 0x74, 0x2a, 0xaa, 0x64, - 0x95, 0x25, 0x8a, 0x26, 0xad, 0xf1, 0x94, 0x8c, 0x3d, 0x10, 0xdc, 0xf1, 0x12, 0xdc, 0xf3, 0x28, - 0xdc, 0xf2, 0x02, 0xc8, 0xc9, 0x5a, 0x31, 0xd4, 0xed, 0x2a, 0x9f, 0xce, 0xf9, 0x7d, 0xc7, 0xc7, - 0xf1, 0x87, 0x3e, 0xe6, 0xd6, 0xe6, 0xe7, 0xd9, 0x70, 0x95, 0x56, 0xc3, 0x46, 0x3a, 0x75, 0x35, - 0x1a, 0x66, 0x65, 0x69, 0xcb, 0x6a, 0x58, 0x66, 0xa7, 0x76, 0xbd, 0xce, 0x8a, 0x74, 0x75, 0x79, - 0x66, 0x0b, 0x53, 0x57, 0xbd, 0x8b, 0xd2, 0x5e, 0x5a, 0xd2, 0x6f, 0x78, 0x6f, 0x95, 0x56, 0xde, - 0xd6, 0xea, 0x5d, 0x8d, 0xbc, 0xc6, 0x3a, 0xf8, 0xd9, 0x41, 0x3d, 0x7d, 0xc3, 0x0e, 0xae, 0x01, - 0xc5, 0xd7, 0xf5, 0xe0, 0x7b, 0x07, 0x1d, 0xed, 0xe8, 0x91, 0x27, 0xa8, 0x9b, 0x88, 0x48, 0xc1, - 0x84, 0x4f, 0x39, 0x30, 0x7c, 0x8f, 0x74, 0xd1, 0x7e, 0x22, 0x8e, 0x85, 0x3c, 0x11, 0xb8, 0x45, - 0x5e, 0xa3, 0xde, 0x38, 0x61, 0x33, 0x88, 0x0d, 0x0d, 0x65, 0x22, 0x62, 0x13, 0x4b, 0x69, 0xa2, - 0x90, 0x06, 0x01, 0x6e, 0xef, 0x6e, 0x06, 0x54, 0xcf, 0x00, 0x77, 0xc8, 0x4b, 0xf4, 0x8c, 0x8b, - 0x39, 0x0d, 0x38, 0x33, 0x37, 0x20, 0x7c, 0x9f, 0x60, 0x74, 0xa0, 0x64, 0xc0, 0x27, 0x0b, 0x03, - 0x5a, 0x4b, 0x8d, 0x1f, 0x90, 0xe7, 0x88, 0x6c, 0x61, 0xce, 0x36, 0xe4, 0x9e, 0x1b, 0x42, 0xd9, - 0x4c, 0xcb, 0x44, 0x99, 0x63, 0x58, 0x9c, 0x48, 0xcd, 0x4c, 0xc0, 0x43, 0x1e, 0xe3, 0x7d, 0x32, - 0x40, 0x7d, 0x0d, 0x13, 0x19, 0x86, 0x20, 0x18, 0x8d, 0xb9, 0x14, 0x86, 0x06, 0x1a, 0x28, 0x5b, - 0x18, 0xaa, 0x54, 0xe0, 0xae, 0xf2, 0x90, 0xf4, 0xd1, 0xab, 0xff, 0x98, 0xeb, 0x53, 0x68, 0x0c, - 0x0c, 0x3f, 0x22, 0x3d, 0x74, 0xe4, 0x56, 0x0e, 0xa9, 0x58, 0x18, 0xa9, 0x40, 0xd7, 0x4c, 0x84, - 0x11, 0x79, 0x8a, 0x0e, 0x85, 0xfc, 0xb7, 0xd4, 0x25, 0xef, 0xd0, 0x1b, 0xc6, 0xa7, 0x53, 0xd0, - 0xe0, 0x2e, 0xba, 0x50, 0x10, 0x19, 0x21, 0x63, 0x13, 0x25, 0x4a, 0x49, 0xed, 0xc6, 0x1d, 0xb8, - 0xff, 0xc1, 0x12, 0x15, 0xf0, 0x09, 0x8d, 0xc1, 0x68, 0x88, 0x64, 0xa2, 0x27, 0x60, 0x04, 0x0d, - 0x01, 0x1f, 0x92, 0xf7, 0xe8, 0xed, 0x2d, 0xfb, 0x32, 0x1e, 0x85, 0x3c, 0x8a, 0x80, 0xe1, 0xc7, - 0xe3, 0x3f, 0x2d, 0x34, 0x38, 0xb5, 0x6b, 0xef, 0xee, 0x87, 0x1e, 0xbf, 0xd8, 0xf1, 0x92, 0xca, - 0x45, 0x44, 0xb5, 0x3e, 0xb3, 0x6b, 0x6f, 0x6e, 0xcf, 0x57, 0x45, 0xee, 0xd9, 0x32, 0x1f, 0xe6, - 0x59, 0x51, 0x07, 0x68, 0x93, 0xb7, 0x8b, 0xb3, 0xea, 0xb6, 0xf8, 0x7d, 0x6a, 0x3e, 0xdf, 0xda, - 0x9d, 0x19, 0xa5, 0x3f, 0xda, 0xfd, 0x59, 0x33, 0x8c, 0xa6, 0x95, 0xd7, 0x48, 0xa7, 0xe6, 0x23, - 0xaf, 0x3e, 0xb2, 0xfa, 0xb5, 0x01, 0x96, 0x34, 0xad, 0x96, 0x5b, 0x60, 0x39, 0x1f, 0x2d, 0x1b, - 0xe0, 0x77, 0x7b, 0xd0, 0x54, 0x7d, 0x9f, 0xa6, 0x95, 0xef, 0x6f, 0x11, 0xdf, 0x9f, 0x8f, 0x7c, - 0xbf, 0x81, 0xbe, 0xec, 0xd5, 0xdb, 0x7d, 0xf8, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x79, 0x1c, 0x9a, - 0x35, 0x1b, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/region_code_error.pb.go b/googleapis/ads/googleads/v0/errors/region_code_error.pb.go deleted file mode 100644 index 5e2cc695a8..0000000000 --- a/googleapis/ads/googleads/v0/errors/region_code_error.pb.go +++ /dev/null @@ -1,111 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/region_code_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible region code errors. -type RegionCodeErrorEnum_RegionCodeError int32 - -const ( - // Enum unspecified. - RegionCodeErrorEnum_UNSPECIFIED RegionCodeErrorEnum_RegionCodeError = 0 - // The received error code is not known in this version. - RegionCodeErrorEnum_UNKNOWN RegionCodeErrorEnum_RegionCodeError = 1 - // Invalid region code. - RegionCodeErrorEnum_INVALID_REGION_CODE RegionCodeErrorEnum_RegionCodeError = 2 -) - -var RegionCodeErrorEnum_RegionCodeError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "INVALID_REGION_CODE", -} -var RegionCodeErrorEnum_RegionCodeError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "INVALID_REGION_CODE": 2, -} - -func (x RegionCodeErrorEnum_RegionCodeError) String() string { - return proto.EnumName(RegionCodeErrorEnum_RegionCodeError_name, int32(x)) -} -func (RegionCodeErrorEnum_RegionCodeError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_region_code_error_6722165fc661603e, []int{0, 0} -} - -// Container for enum describing possible region code errors. -type RegionCodeErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *RegionCodeErrorEnum) Reset() { *m = RegionCodeErrorEnum{} } -func (m *RegionCodeErrorEnum) String() string { return proto.CompactTextString(m) } -func (*RegionCodeErrorEnum) ProtoMessage() {} -func (*RegionCodeErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_region_code_error_6722165fc661603e, []int{0} -} -func (m *RegionCodeErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_RegionCodeErrorEnum.Unmarshal(m, b) -} -func (m *RegionCodeErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_RegionCodeErrorEnum.Marshal(b, m, deterministic) -} -func (dst *RegionCodeErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_RegionCodeErrorEnum.Merge(dst, src) -} -func (m *RegionCodeErrorEnum) XXX_Size() int { - return xxx_messageInfo_RegionCodeErrorEnum.Size(m) -} -func (m *RegionCodeErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_RegionCodeErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_RegionCodeErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*RegionCodeErrorEnum)(nil), "google.ads.googleads.v0.errors.RegionCodeErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.RegionCodeErrorEnum_RegionCodeError", RegionCodeErrorEnum_RegionCodeError_name, RegionCodeErrorEnum_RegionCodeError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/region_code_error.proto", fileDescriptor_region_code_error_6722165fc661603e) -} - -var fileDescriptor_region_code_error_6722165fc661603e = []byte{ - // 286 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, - 0x18, 0xc7, 0x5d, 0x05, 0x85, 0xec, 0xb0, 0xd2, 0x09, 0xde, 0x76, 0xe8, 0x03, 0xa4, 0x05, 0xc1, - 0x43, 0x3c, 0x65, 0x6d, 0xac, 0x45, 0x49, 0xcb, 0x64, 0x15, 0xa4, 0x50, 0xea, 0x12, 0xc2, 0x60, - 0xeb, 0x37, 0x12, 0xdd, 0x03, 0x79, 0xf4, 0x51, 0x7c, 0x14, 0x2f, 0xbe, 0x82, 0x34, 0x71, 0x3d, - 0x0c, 0xf4, 0x94, 0x3f, 0x7f, 0x7e, 0xff, 0x7c, 0xff, 0xef, 0x43, 0xd7, 0x0a, 0x40, 0x6d, 0x64, - 0xd4, 0x0a, 0x13, 0x39, 0xd9, 0xab, 0x7d, 0x1c, 0x49, 0xad, 0x41, 0x9b, 0x48, 0x4b, 0xb5, 0x86, - 0xae, 0x59, 0x81, 0x90, 0x8d, 0xb5, 0xf0, 0x4e, 0xc3, 0x2b, 0x04, 0x33, 0x07, 0xe3, 0x56, 0x18, - 0x3c, 0xe4, 0xf0, 0x3e, 0xc6, 0x2e, 0x17, 0x36, 0x68, 0xba, 0xb0, 0xd1, 0x04, 0x84, 0x64, 0xbd, - 0xc7, 0xba, 0xb7, 0x6d, 0x78, 0x87, 0x26, 0x47, 0x76, 0x30, 0x41, 0xe3, 0x25, 0x7f, 0x2c, 0x59, - 0x92, 0xdf, 0xe6, 0x2c, 0xf5, 0x4f, 0x82, 0x31, 0x3a, 0x5f, 0xf2, 0x7b, 0x5e, 0x3c, 0x71, 0x7f, - 0x14, 0x5c, 0xa2, 0x69, 0xce, 0x2b, 0xfa, 0x90, 0xa7, 0xcd, 0x82, 0x65, 0x79, 0xc1, 0x9b, 0xa4, - 0x48, 0x99, 0xef, 0xcd, 0xbf, 0x47, 0x28, 0x5c, 0xc1, 0x16, 0xff, 0xdf, 0x63, 0x7e, 0x71, 0x34, - 0xae, 0xec, 0xdb, 0x97, 0xa3, 0xe7, 0xf4, 0x37, 0xa7, 0x60, 0xd3, 0x76, 0x0a, 0x83, 0x56, 0x91, - 0x92, 0x9d, 0xdd, 0xed, 0x70, 0x87, 0xdd, 0xda, 0xfc, 0x75, 0x96, 0x1b, 0xf7, 0xbc, 0x7b, 0xa7, - 0x19, 0xa5, 0x1f, 0xde, 0x2c, 0x73, 0x9f, 0x51, 0x61, 0xb0, 0x93, 0xbd, 0xaa, 0x62, 0x6c, 0x47, - 0x9a, 0xcf, 0x03, 0x50, 0x53, 0x61, 0xea, 0x01, 0xa8, 0xab, 0xb8, 0x76, 0xc0, 0x97, 0x17, 0x3a, - 0x97, 0x10, 0x2a, 0x0c, 0x21, 0x03, 0x42, 0x48, 0x15, 0x13, 0xe2, 0xa0, 0x97, 0x33, 0xdb, 0xee, - 0xea, 0x27, 0x00, 0x00, 0xff, 0xff, 0x17, 0xe7, 0xf4, 0x96, 0xb3, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/request_error.pb.go b/googleapis/ads/googleads/v0/errors/request_error.pb.go deleted file mode 100644 index 0600219e6e..0000000000 --- a/googleapis/ads/googleads/v0/errors/request_error.pb.go +++ /dev/null @@ -1,194 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/request_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible request errors. -type RequestErrorEnum_RequestError int32 - -const ( - // Enum unspecified. - RequestErrorEnum_UNSPECIFIED RequestErrorEnum_RequestError = 0 - // The received error code is not known in this version. - RequestErrorEnum_UNKNOWN RequestErrorEnum_RequestError = 1 - // Resource name is required for this request. - RequestErrorEnum_RESOURCE_NAME_MISSING RequestErrorEnum_RequestError = 3 - // Resource name provided is malformed. - RequestErrorEnum_RESOURCE_NAME_MALFORMED RequestErrorEnum_RequestError = 4 - // Resource name provided is malformed. - RequestErrorEnum_BAD_RESOURCE_ID RequestErrorEnum_RequestError = 17 - // Customer ID is invalid. - RequestErrorEnum_INVALID_CUSTOMER_ID RequestErrorEnum_RequestError = 16 - // Mutate operation should have either create, update, or remove specified. - RequestErrorEnum_OPERATION_REQUIRED RequestErrorEnum_RequestError = 5 - // Requested resource not found. - RequestErrorEnum_RESOURCE_NOT_FOUND RequestErrorEnum_RequestError = 6 - // Next page token specified in user request is invalid. - RequestErrorEnum_INVALID_PAGE_TOKEN RequestErrorEnum_RequestError = 7 - // Next page token specified in user request has expired. - RequestErrorEnum_EXPIRED_PAGE_TOKEN RequestErrorEnum_RequestError = 8 - // Required field is missing. - RequestErrorEnum_REQUIRED_FIELD_MISSING RequestErrorEnum_RequestError = 9 - // The field cannot be modified because it's immutable. It's also possible - // that the field can be modified using 'create' operation but not 'update'. - RequestErrorEnum_IMMUTABLE_FIELD RequestErrorEnum_RequestError = 11 - // Received too many entries in request. - RequestErrorEnum_TOO_MANY_MUTATE_OPERATIONS RequestErrorEnum_RequestError = 13 - // Request cannot be executed by a manager account. - RequestErrorEnum_CANNOT_BE_EXECUTED_BY_MANAGER_ACCOUNT RequestErrorEnum_RequestError = 14 - // Mutate request was attempting to modify a readonly field. - // For instance, Budget fields can be requested for Ad Group, - // but are read-only for adGroups:mutate. - RequestErrorEnum_CANNOT_MODIFY_FOREIGN_FIELD RequestErrorEnum_RequestError = 15 - // Enum value is not permitted. - RequestErrorEnum_INVALID_ENUM_VALUE RequestErrorEnum_RequestError = 18 - // The developer-token parameter is required for all requests. - RequestErrorEnum_DEVELOPER_TOKEN_PARAMETER_MISSING RequestErrorEnum_RequestError = 19 - // The login-customer-id parameter is required for this request. - RequestErrorEnum_LOGIN_CUSTOMER_ID_PARAMETER_MISSING RequestErrorEnum_RequestError = 20 - // page_token is set in the validate only request - RequestErrorEnum_VALIDATE_ONLY_REQUEST_HAS_PAGE_TOKEN RequestErrorEnum_RequestError = 21 -) - -var RequestErrorEnum_RequestError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 3: "RESOURCE_NAME_MISSING", - 4: "RESOURCE_NAME_MALFORMED", - 17: "BAD_RESOURCE_ID", - 16: "INVALID_CUSTOMER_ID", - 5: "OPERATION_REQUIRED", - 6: "RESOURCE_NOT_FOUND", - 7: "INVALID_PAGE_TOKEN", - 8: "EXPIRED_PAGE_TOKEN", - 9: "REQUIRED_FIELD_MISSING", - 11: "IMMUTABLE_FIELD", - 13: "TOO_MANY_MUTATE_OPERATIONS", - 14: "CANNOT_BE_EXECUTED_BY_MANAGER_ACCOUNT", - 15: "CANNOT_MODIFY_FOREIGN_FIELD", - 18: "INVALID_ENUM_VALUE", - 19: "DEVELOPER_TOKEN_PARAMETER_MISSING", - 20: "LOGIN_CUSTOMER_ID_PARAMETER_MISSING", - 21: "VALIDATE_ONLY_REQUEST_HAS_PAGE_TOKEN", -} -var RequestErrorEnum_RequestError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "RESOURCE_NAME_MISSING": 3, - "RESOURCE_NAME_MALFORMED": 4, - "BAD_RESOURCE_ID": 17, - "INVALID_CUSTOMER_ID": 16, - "OPERATION_REQUIRED": 5, - "RESOURCE_NOT_FOUND": 6, - "INVALID_PAGE_TOKEN": 7, - "EXPIRED_PAGE_TOKEN": 8, - "REQUIRED_FIELD_MISSING": 9, - "IMMUTABLE_FIELD": 11, - "TOO_MANY_MUTATE_OPERATIONS": 13, - "CANNOT_BE_EXECUTED_BY_MANAGER_ACCOUNT": 14, - "CANNOT_MODIFY_FOREIGN_FIELD": 15, - "INVALID_ENUM_VALUE": 18, - "DEVELOPER_TOKEN_PARAMETER_MISSING": 19, - "LOGIN_CUSTOMER_ID_PARAMETER_MISSING": 20, - "VALIDATE_ONLY_REQUEST_HAS_PAGE_TOKEN": 21, -} - -func (x RequestErrorEnum_RequestError) String() string { - return proto.EnumName(RequestErrorEnum_RequestError_name, int32(x)) -} -func (RequestErrorEnum_RequestError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_request_error_64f419971d01d1de, []int{0, 0} -} - -// Container for enum describing possible request errors. -type RequestErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *RequestErrorEnum) Reset() { *m = RequestErrorEnum{} } -func (m *RequestErrorEnum) String() string { return proto.CompactTextString(m) } -func (*RequestErrorEnum) ProtoMessage() {} -func (*RequestErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_request_error_64f419971d01d1de, []int{0} -} -func (m *RequestErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_RequestErrorEnum.Unmarshal(m, b) -} -func (m *RequestErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_RequestErrorEnum.Marshal(b, m, deterministic) -} -func (dst *RequestErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_RequestErrorEnum.Merge(dst, src) -} -func (m *RequestErrorEnum) XXX_Size() int { - return xxx_messageInfo_RequestErrorEnum.Size(m) -} -func (m *RequestErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_RequestErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_RequestErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*RequestErrorEnum)(nil), "google.ads.googleads.v0.errors.RequestErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.RequestErrorEnum_RequestError", RequestErrorEnum_RequestError_name, RequestErrorEnum_RequestError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/request_error.proto", fileDescriptor_request_error_64f419971d01d1de) -} - -var fileDescriptor_request_error_64f419971d01d1de = []byte{ - // 542 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xdb, 0x6e, 0xd4, 0x30, - 0x10, 0xa5, 0x17, 0x5a, 0x70, 0x81, 0xba, 0x2e, 0x6d, 0x45, 0x2b, 0x15, 0xb1, 0x50, 0x01, 0x2f, - 0xd9, 0x15, 0xbc, 0x85, 0x27, 0x27, 0x9e, 0x04, 0xab, 0x89, 0x1d, 0x9c, 0x0b, 0x5d, 0xb4, 0x92, - 0x55, 0xd8, 0x55, 0x84, 0xd4, 0x36, 0x25, 0x69, 0xfb, 0x3f, 0xf0, 0xc8, 0x07, 0xf0, 0x11, 0x7c, - 0x0a, 0xe2, 0x23, 0x90, 0xe3, 0x6e, 0x88, 0x10, 0xf0, 0x94, 0xc9, 0x99, 0x73, 0x3c, 0x67, 0x46, - 0x07, 0xbd, 0x28, 0xab, 0xaa, 0x3c, 0x99, 0x0d, 0x8f, 0xa7, 0xcd, 0xd0, 0x96, 0xa6, 0xba, 0x1a, - 0x0d, 0x67, 0x75, 0x5d, 0xd5, 0xcd, 0xb0, 0x9e, 0x7d, 0xba, 0x9c, 0x35, 0x17, 0xba, 0xfd, 0x75, - 0xce, 0xeb, 0xea, 0xa2, 0x22, 0xfb, 0x96, 0xe8, 0x1c, 0x4f, 0x1b, 0xa7, 0xd3, 0x38, 0x57, 0x23, - 0xc7, 0x6a, 0x06, 0xdf, 0x96, 0x11, 0x56, 0x56, 0x07, 0x06, 0x81, 0xb3, 0xcb, 0xd3, 0xc1, 0xe7, - 0x65, 0x74, 0xa7, 0x0f, 0x92, 0x75, 0xb4, 0x96, 0x8b, 0x34, 0x01, 0x9f, 0x07, 0x1c, 0x18, 0xbe, - 0x41, 0xd6, 0xd0, 0x6a, 0x2e, 0x0e, 0x85, 0x7c, 0x2b, 0xf0, 0x02, 0x79, 0x80, 0xb6, 0x14, 0xa4, - 0x32, 0x57, 0x3e, 0x68, 0x41, 0x63, 0xd0, 0x31, 0x4f, 0x53, 0x2e, 0x42, 0xbc, 0x44, 0xf6, 0xd0, - 0xce, 0x1f, 0x2d, 0x1a, 0x05, 0x52, 0xc5, 0xc0, 0xf0, 0x32, 0xd9, 0x44, 0xeb, 0x1e, 0x65, 0xba, - 0x23, 0x70, 0x86, 0x37, 0xc8, 0x0e, 0xda, 0xe4, 0xa2, 0xa0, 0x11, 0x67, 0xda, 0xcf, 0xd3, 0x4c, - 0xc6, 0xa0, 0x4c, 0x03, 0x93, 0x6d, 0x44, 0x64, 0x02, 0x8a, 0x66, 0x5c, 0x0a, 0xad, 0xe0, 0x4d, - 0xce, 0x15, 0x30, 0x7c, 0xd3, 0xe0, 0xbf, 0x47, 0xc8, 0x4c, 0x07, 0x32, 0x17, 0x0c, 0xaf, 0x18, - 0x7c, 0xfe, 0x50, 0x42, 0x43, 0xd0, 0x99, 0x3c, 0x04, 0x81, 0x57, 0x0d, 0x0e, 0x47, 0x89, 0x11, - 0xf7, 0xf1, 0x5b, 0x64, 0x17, 0x6d, 0xcf, 0x5f, 0xd5, 0x01, 0x87, 0x88, 0x75, 0x6b, 0xdc, 0x36, - 0x4e, 0x79, 0x1c, 0xe7, 0x19, 0xf5, 0x22, 0xb0, 0x4d, 0xbc, 0x46, 0xf6, 0xd1, 0x6e, 0x26, 0xa5, - 0x8e, 0xa9, 0x18, 0x6b, 0xd3, 0xcb, 0x40, 0x77, 0x06, 0x53, 0x7c, 0x97, 0x3c, 0x47, 0x07, 0x3e, - 0x15, 0xc6, 0x92, 0x07, 0x1a, 0x8e, 0xc0, 0xcf, 0x33, 0x60, 0xda, 0x1b, 0x1b, 0x05, 0x0d, 0x41, - 0x69, 0xea, 0xfb, 0x32, 0x17, 0x19, 0xbe, 0x47, 0x1e, 0xa2, 0xbd, 0x6b, 0x6a, 0x2c, 0x19, 0x0f, - 0xc6, 0x3a, 0x90, 0x0a, 0x78, 0x28, 0xae, 0x67, 0xad, 0xf7, 0x97, 0x01, 0x91, 0xc7, 0xba, 0xa0, - 0x51, 0x0e, 0x98, 0x90, 0x03, 0xf4, 0x88, 0x41, 0x01, 0x91, 0x19, 0x6c, 0x37, 0xd1, 0x09, 0x55, - 0x34, 0x86, 0x0c, 0x54, 0xe7, 0x7f, 0x93, 0x3c, 0x45, 0x8f, 0x23, 0x19, 0x72, 0xd1, 0x3f, 0xe9, - 0x5f, 0x88, 0xf7, 0xc9, 0x33, 0xf4, 0xa4, 0x9d, 0xd2, 0x2e, 0x23, 0xa2, 0x71, 0x7b, 0x68, 0x48, - 0x33, 0xfd, 0x9a, 0xa6, 0xfd, 0x73, 0x6d, 0x79, 0x3f, 0x17, 0xd0, 0xe0, 0x43, 0x75, 0xea, 0xfc, - 0x3f, 0x5f, 0xde, 0x46, 0x3f, 0x47, 0x89, 0x89, 0x64, 0xb2, 0xf0, 0x8e, 0x5d, 0x8b, 0xca, 0xea, - 0xe4, 0xf8, 0xac, 0x74, 0xaa, 0xba, 0x1c, 0x96, 0xb3, 0xb3, 0x36, 0xb0, 0xf3, 0x60, 0x9f, 0x7f, - 0x6c, 0xfe, 0x95, 0xf3, 0x57, 0xf6, 0xf3, 0x65, 0x71, 0x29, 0xa4, 0xf4, 0xeb, 0xe2, 0x7e, 0x68, - 0x1f, 0xa3, 0xd3, 0xc6, 0xb1, 0xa5, 0xa9, 0x8a, 0x91, 0xd3, 0x8e, 0x6c, 0xbe, 0xcf, 0x09, 0x13, - 0x3a, 0x6d, 0x26, 0x1d, 0x61, 0x52, 0x8c, 0x26, 0x96, 0xf0, 0x63, 0x71, 0x60, 0x51, 0xd7, 0xa5, - 0xd3, 0xc6, 0x75, 0x3b, 0x8a, 0xeb, 0x16, 0x23, 0xd7, 0xb5, 0xa4, 0xf7, 0x2b, 0xad, 0xbb, 0x97, - 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x67, 0x0b, 0xe0, 0x01, 0x84, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/resource_access_denied_error.pb.go b/googleapis/ads/googleads/v0/errors/resource_access_denied_error.pb.go deleted file mode 100644 index 07be43c74f..0000000000 --- a/googleapis/ads/googleads/v0/errors/resource_access_denied_error.pb.go +++ /dev/null @@ -1,112 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/resource_access_denied_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible resource access denied errors. -type ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError int32 - -const ( - // Enum unspecified. - ResourceAccessDeniedErrorEnum_UNSPECIFIED ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError = 0 - // The received error code is not known in this version. - ResourceAccessDeniedErrorEnum_UNKNOWN ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError = 1 - // User did not have write access. - ResourceAccessDeniedErrorEnum_WRITE_ACCESS_DENIED ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError = 3 -) - -var ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 3: "WRITE_ACCESS_DENIED", -} -var ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "WRITE_ACCESS_DENIED": 3, -} - -func (x ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError) String() string { - return proto.EnumName(ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError_name, int32(x)) -} -func (ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resource_access_denied_error_6ed1e2aa195d3047, []int{0, 0} -} - -// Container for enum describing possible resource access denied errors. -type ResourceAccessDeniedErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ResourceAccessDeniedErrorEnum) Reset() { *m = ResourceAccessDeniedErrorEnum{} } -func (m *ResourceAccessDeniedErrorEnum) String() string { return proto.CompactTextString(m) } -func (*ResourceAccessDeniedErrorEnum) ProtoMessage() {} -func (*ResourceAccessDeniedErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_resource_access_denied_error_6ed1e2aa195d3047, []int{0} -} -func (m *ResourceAccessDeniedErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ResourceAccessDeniedErrorEnum.Unmarshal(m, b) -} -func (m *ResourceAccessDeniedErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ResourceAccessDeniedErrorEnum.Marshal(b, m, deterministic) -} -func (dst *ResourceAccessDeniedErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ResourceAccessDeniedErrorEnum.Merge(dst, src) -} -func (m *ResourceAccessDeniedErrorEnum) XXX_Size() int { - return xxx_messageInfo_ResourceAccessDeniedErrorEnum.Size(m) -} -func (m *ResourceAccessDeniedErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ResourceAccessDeniedErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ResourceAccessDeniedErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ResourceAccessDeniedErrorEnum)(nil), "google.ads.googleads.v0.errors.ResourceAccessDeniedErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError", ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError_name, ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/resource_access_denied_error.proto", fileDescriptor_resource_access_denied_error_6ed1e2aa195d3047) -} - -var fileDescriptor_resource_access_denied_error_6ed1e2aa195d3047 = []byte{ - // 294 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x4a, 0xc3, 0x30, - 0x1c, 0xc7, 0x5d, 0x07, 0x0a, 0xd9, 0xc1, 0x51, 0x0f, 0xe2, 0xc1, 0x1e, 0xfa, 0x00, 0x69, 0xc1, - 0x5b, 0x3c, 0x65, 0x6d, 0x1c, 0x45, 0xa8, 0xa5, 0x75, 0x1d, 0x48, 0xa1, 0xd4, 0x26, 0x84, 0xc1, - 0xd6, 0x8c, 0xfc, 0xdc, 0x1e, 0xc8, 0xa3, 0x8f, 0xe2, 0xa3, 0xf8, 0x06, 0xde, 0xa4, 0xc9, 0xd6, - 0x5b, 0x3d, 0xf5, 0x4b, 0x7f, 0x9f, 0x7c, 0x7e, 0x7f, 0x10, 0x95, 0x4a, 0xc9, 0xad, 0x08, 0x1a, - 0x0e, 0x81, 0x8d, 0x7d, 0x3a, 0x86, 0x81, 0xd0, 0x5a, 0x69, 0x08, 0xb4, 0x00, 0x75, 0xd0, 0xad, - 0xa8, 0x9b, 0xb6, 0x15, 0x00, 0x35, 0x17, 0xdd, 0x46, 0xf0, 0xda, 0x54, 0xf1, 0x5e, 0xab, 0x0f, - 0xe5, 0x7a, 0xf6, 0x1d, 0x6e, 0x38, 0xe0, 0x41, 0x81, 0x8f, 0x21, 0xb6, 0x0a, 0x1f, 0xd0, 0x7d, - 0x7e, 0xb2, 0x50, 0x23, 0x89, 0x8d, 0x83, 0xf5, 0x55, 0xd6, 0x1d, 0x76, 0x7e, 0x8e, 0xee, 0x46, - 0x01, 0xf7, 0x1a, 0xcd, 0x56, 0x69, 0x91, 0xb1, 0x28, 0x79, 0x4a, 0x58, 0x3c, 0xbf, 0x70, 0x67, - 0xe8, 0x6a, 0x95, 0x3e, 0xa7, 0x2f, 0xeb, 0x74, 0x3e, 0x71, 0x6f, 0xd1, 0xcd, 0x3a, 0x4f, 0x5e, - 0x59, 0x4d, 0xa3, 0x88, 0x15, 0x45, 0x1d, 0xb3, 0xb4, 0xa7, 0xa6, 0x8b, 0xdf, 0x09, 0xf2, 0x5b, - 0xb5, 0xc3, 0xff, 0xcf, 0xb6, 0xf0, 0x46, 0x1b, 0x67, 0xfd, 0x6e, 0xd9, 0xe4, 0x2d, 0x3e, 0x19, - 0xa4, 0xda, 0x36, 0x9d, 0xc4, 0x4a, 0xcb, 0x40, 0x8a, 0xce, 0x6c, 0x7e, 0x3e, 0xd8, 0x7e, 0x03, - 0x63, 0xf7, 0x7b, 0xb4, 0x9f, 0x4f, 0x67, 0xba, 0xa4, 0xf4, 0xcb, 0xf1, 0x96, 0x56, 0x46, 0x39, - 0x60, 0x1b, 0xfb, 0x54, 0x86, 0xd8, 0xb4, 0x84, 0xef, 0x33, 0x50, 0x51, 0x0e, 0xd5, 0x00, 0x54, - 0x65, 0x58, 0x59, 0xe0, 0xc7, 0xf1, 0xed, 0x5f, 0x42, 0x28, 0x07, 0x42, 0x06, 0x84, 0x90, 0x32, - 0x24, 0xc4, 0x42, 0xef, 0x97, 0x66, 0xba, 0x87, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x45, 0x29, - 0x4d, 0xec, 0xdc, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/resource_count_limit_exceeded_error.pb.go b/googleapis/ads/googleads/v0/errors/resource_count_limit_exceeded_error.pb.go deleted file mode 100644 index c6fd43e75a..0000000000 --- a/googleapis/ads/googleads/v0/errors/resource_count_limit_exceeded_error.pb.go +++ /dev/null @@ -1,168 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/resource_count_limit_exceeded_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible resource count limit exceeded errors. -type ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError int32 - -const ( - // Enum unspecified. - ResourceCountLimitExceededErrorEnum_UNSPECIFIED ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError = 0 - // The received error code is not known in this version. - ResourceCountLimitExceededErrorEnum_UNKNOWN ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError = 1 - // Indicates that this request would exceed the number of allowed resources - // for the Google Ads account. The exact resource type and limit being - // checked - // can be inferred from accountLimitType. - ResourceCountLimitExceededErrorEnum_ACCOUNT_LIMIT ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError = 2 - // Indicates that this request would exceed the number of allowed resources - // in a Campaign. The exact resource type and limit being checked can be - // inferred from accountLimitType, and the numeric id of the - // Campaign involved is given by enclosingId. - ResourceCountLimitExceededErrorEnum_CAMPAIGN_LIMIT ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError = 3 - // Indicates that this request would exceed the number of allowed resources - // in an ad group. The exact resource type and limit being checked can be - // inferred from accountLimitType, and the numeric id of the - // ad group involved is given by enclosingId. - ResourceCountLimitExceededErrorEnum_ADGROUP_LIMIT ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError = 4 - // Indicates that this request would exceed the number of allowed resources - // in an ad group ad. The exact resource type and limit being checked can - // be inferred from accountLimitType, and the enclosingId - // contains the ad group id followed by the ad id, separated by a single - // comma (,). - ResourceCountLimitExceededErrorEnum_AD_GROUP_AD_LIMIT ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError = 5 - // Indicates that this request would exceed the number of allowed resources - // in an ad group criterion. The exact resource type and limit being checked - // can be inferred from accountLimitType, and the - // enclosingId contains the ad group id followed by the - // criterion id, separated by a single comma (,). - ResourceCountLimitExceededErrorEnum_AD_GROUP_CRITERION_LIMIT ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError = 6 - // Indicates that this request would exceed the number of allowed resources - // in this shared set. The exact resource type and limit being checked can - // be inferred from accountLimitType, and the numeric id of the - // shared set involved is given by enclosingId. - ResourceCountLimitExceededErrorEnum_SHARED_SET_LIMIT ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError = 7 - // Exceeds a limit related to a matching function. - ResourceCountLimitExceededErrorEnum_MATCHING_FUNCTION_LIMIT ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError = 8 - // The response for this request would exceed the maximum number of rows - // that can be returned. - ResourceCountLimitExceededErrorEnum_RESPONSE_ROW_LIMIT_EXCEEDED ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError = 9 -) - -var ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ACCOUNT_LIMIT", - 3: "CAMPAIGN_LIMIT", - 4: "ADGROUP_LIMIT", - 5: "AD_GROUP_AD_LIMIT", - 6: "AD_GROUP_CRITERION_LIMIT", - 7: "SHARED_SET_LIMIT", - 8: "MATCHING_FUNCTION_LIMIT", - 9: "RESPONSE_ROW_LIMIT_EXCEEDED", -} -var ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ACCOUNT_LIMIT": 2, - "CAMPAIGN_LIMIT": 3, - "ADGROUP_LIMIT": 4, - "AD_GROUP_AD_LIMIT": 5, - "AD_GROUP_CRITERION_LIMIT": 6, - "SHARED_SET_LIMIT": 7, - "MATCHING_FUNCTION_LIMIT": 8, - "RESPONSE_ROW_LIMIT_EXCEEDED": 9, -} - -func (x ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError) String() string { - return proto.EnumName(ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError_name, int32(x)) -} -func (ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resource_count_limit_exceeded_error_483ed17123eb8279, []int{0, 0} -} - -// Container for enum describing possible resource count limit exceeded errors. -type ResourceCountLimitExceededErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ResourceCountLimitExceededErrorEnum) Reset() { *m = ResourceCountLimitExceededErrorEnum{} } -func (m *ResourceCountLimitExceededErrorEnum) String() string { return proto.CompactTextString(m) } -func (*ResourceCountLimitExceededErrorEnum) ProtoMessage() {} -func (*ResourceCountLimitExceededErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_resource_count_limit_exceeded_error_483ed17123eb8279, []int{0} -} -func (m *ResourceCountLimitExceededErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ResourceCountLimitExceededErrorEnum.Unmarshal(m, b) -} -func (m *ResourceCountLimitExceededErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ResourceCountLimitExceededErrorEnum.Marshal(b, m, deterministic) -} -func (dst *ResourceCountLimitExceededErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_ResourceCountLimitExceededErrorEnum.Merge(dst, src) -} -func (m *ResourceCountLimitExceededErrorEnum) XXX_Size() int { - return xxx_messageInfo_ResourceCountLimitExceededErrorEnum.Size(m) -} -func (m *ResourceCountLimitExceededErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_ResourceCountLimitExceededErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_ResourceCountLimitExceededErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*ResourceCountLimitExceededErrorEnum)(nil), "google.ads.googleads.v0.errors.ResourceCountLimitExceededErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError", ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError_name, ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/resource_count_limit_exceeded_error.proto", fileDescriptor_resource_count_limit_exceeded_error_483ed17123eb8279) -} - -var fileDescriptor_resource_count_limit_exceeded_error_483ed17123eb8279 = []byte{ - // 411 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xcf, 0x6e, 0xd3, 0x30, - 0x1c, 0xc7, 0x69, 0x06, 0x1b, 0x78, 0x02, 0x32, 0x0b, 0x04, 0xd2, 0xd0, 0x26, 0x15, 0xce, 0x4e, - 0x24, 0x6e, 0xe6, 0xe4, 0xd9, 0x5e, 0x6a, 0xb1, 0x3a, 0x51, 0xfe, 0x74, 0x08, 0x55, 0xb2, 0x4a, - 0x63, 0x45, 0x95, 0xda, 0x7a, 0x8a, 0xdb, 0x89, 0x33, 0x8f, 0xc2, 0x71, 0x8f, 0xc2, 0xa3, 0xf0, - 0x12, 0xa0, 0xc4, 0x49, 0x38, 0xb1, 0x9d, 0xf2, 0xd5, 0x57, 0x1f, 0x7f, 0x1c, 0xfd, 0x7e, 0x06, - 0x93, 0xca, 0x98, 0x6a, 0xad, 0x83, 0x45, 0x69, 0x03, 0x17, 0x9b, 0x74, 0x1b, 0x06, 0xba, 0xae, - 0x4d, 0x6d, 0x83, 0x5a, 0x5b, 0xb3, 0xaf, 0x97, 0x5a, 0x2d, 0xcd, 0x7e, 0xbb, 0x53, 0xeb, 0xd5, - 0x66, 0xb5, 0x53, 0xfa, 0xfb, 0x52, 0xeb, 0x52, 0x97, 0xaa, 0x85, 0xd0, 0x4d, 0x6d, 0x76, 0x06, - 0x9e, 0xb9, 0xe3, 0x68, 0x51, 0x5a, 0x34, 0x98, 0xd0, 0x6d, 0x88, 0x9c, 0x69, 0x7c, 0xe7, 0x81, - 0xf7, 0x69, 0x67, 0xa3, 0x8d, 0xec, 0xaa, 0x71, 0xf1, 0x4e, 0xc5, 0x1b, 0x88, 0x6f, 0xf7, 0x9b, - 0xf1, 0x0f, 0x0f, 0x9c, 0x3f, 0xc0, 0xc1, 0x97, 0xe0, 0xb8, 0x90, 0x59, 0xc2, 0xa9, 0xb8, 0x14, - 0x9c, 0xf9, 0x8f, 0xe0, 0x31, 0x38, 0x2a, 0xe4, 0x67, 0x19, 0x5f, 0x4b, 0x7f, 0x04, 0x4f, 0xc0, - 0x73, 0x42, 0x69, 0x5c, 0xc8, 0x5c, 0x5d, 0x89, 0xa9, 0xc8, 0x7d, 0x0f, 0x42, 0xf0, 0x82, 0x92, - 0x69, 0x42, 0x44, 0x24, 0xbb, 0xee, 0xa0, 0xc5, 0x58, 0x94, 0xc6, 0x45, 0xd2, 0x55, 0x8f, 0xe1, - 0x6b, 0x70, 0x42, 0x98, 0x72, 0x1d, 0x61, 0x5d, 0xfd, 0x04, 0xbe, 0x03, 0x6f, 0x87, 0x9a, 0xa6, - 0x22, 0xe7, 0xa9, 0x88, 0x7b, 0xcf, 0x21, 0x7c, 0x05, 0xfc, 0x6c, 0x42, 0x52, 0xce, 0x54, 0xc6, - 0xfb, 0x1b, 0x8f, 0xe0, 0x29, 0x78, 0x33, 0x25, 0x39, 0x9d, 0x08, 0x19, 0xa9, 0xcb, 0x42, 0xd2, - 0xfc, 0xdf, 0x91, 0xa7, 0xf0, 0x1c, 0x9c, 0xa6, 0x3c, 0x4b, 0x62, 0x99, 0x71, 0x95, 0xc6, 0xd7, - 0xae, 0x57, 0xfc, 0x0b, 0xe5, 0x9c, 0x71, 0xe6, 0x3f, 0xbb, 0xf8, 0x33, 0x02, 0xe3, 0xa5, 0xd9, - 0xa0, 0xfb, 0x67, 0x7a, 0xf1, 0xe1, 0x81, 0x41, 0x25, 0xcd, 0x66, 0x92, 0xd1, 0x57, 0xd6, 0x79, - 0x2a, 0xb3, 0x5e, 0x6c, 0x2b, 0x64, 0xea, 0x2a, 0xa8, 0xf4, 0xb6, 0xdd, 0x5b, 0xbf, 0xf5, 0x9b, - 0x95, 0xfd, 0xdf, 0x23, 0xf8, 0xe4, 0x3e, 0x3f, 0xbd, 0x83, 0x88, 0x90, 0x3b, 0xef, 0x2c, 0x72, - 0x32, 0x52, 0x5a, 0xe4, 0x62, 0x93, 0x66, 0x21, 0x6a, 0xaf, 0xb4, 0xbf, 0x7a, 0x60, 0x4e, 0x4a, - 0x3b, 0x1f, 0x80, 0xf9, 0x2c, 0x9c, 0x3b, 0xe0, 0xb7, 0x37, 0x76, 0x2d, 0xc6, 0xa4, 0xb4, 0x18, - 0x0f, 0x08, 0xc6, 0xb3, 0x10, 0x63, 0x07, 0x7d, 0x3b, 0x6c, 0xff, 0xee, 0xe3, 0xdf, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x38, 0xc5, 0xbd, 0x3c, 0xa1, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/setting_error.pb.go b/googleapis/ads/googleads/v0/errors/setting_error.pb.go deleted file mode 100644 index d7d3f11cfe..0000000000 --- a/googleapis/ads/googleads/v0/errors/setting_error.pb.go +++ /dev/null @@ -1,210 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/setting_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible setting errors. -type SettingErrorEnum_SettingError int32 - -const ( - // Enum unspecified. - SettingErrorEnum_UNSPECIFIED SettingErrorEnum_SettingError = 0 - // The received error code is not known in this version. - SettingErrorEnum_UNKNOWN SettingErrorEnum_SettingError = 1 - // The campaign setting is not available for this Google Ads account. - SettingErrorEnum_SETTING_TYPE_IS_NOT_AVAILABLE SettingErrorEnum_SettingError = 3 - // The setting is not compatible with the campaign. - SettingErrorEnum_SETTING_TYPE_IS_NOT_COMPATIBLE_WITH_CAMPAIGN SettingErrorEnum_SettingError = 4 - // The supplied TargetingSetting contains an invalid CriterionTypeGroup. See - // CriterionTypeGroup documentation for CriterionTypeGroups allowed - // in Campaign or AdGroup TargetingSettings. - SettingErrorEnum_TARGETING_SETTING_CONTAINS_INVALID_CRITERION_TYPE_GROUP SettingErrorEnum_SettingError = 5 - // TargetingSetting must not explicitly - // set any of the Demographic CriterionTypeGroups (AGE_RANGE, GENDER, - // PARENT, INCOME_RANGE) to false (it's okay to not set them at all, in - // which case the system will set them to true automatically). - SettingErrorEnum_TARGETING_SETTING_DEMOGRAPHIC_CRITERION_TYPE_GROUPS_MUST_BE_SET_TO_TARGET_ALL SettingErrorEnum_SettingError = 6 - // TargetingSetting cannot change any of - // the Demographic CriterionTypeGroups (AGE_RANGE, GENDER, PARENT, - // INCOME_RANGE) from true to false. - SettingErrorEnum_TARGETING_SETTING_CANNOT_CHANGE_TARGET_ALL_TO_FALSE_FOR_DEMOGRAPHIC_CRITERION_TYPE_GROUP SettingErrorEnum_SettingError = 7 - // At least one feed id should be present. - SettingErrorEnum_DYNAMIC_SEARCH_ADS_SETTING_AT_LEAST_ONE_FEED_ID_MUST_BE_PRESENT SettingErrorEnum_SettingError = 8 - // The supplied DynamicSearchAdsSetting contains an invalid domain name. - SettingErrorEnum_DYNAMIC_SEARCH_ADS_SETTING_CONTAINS_INVALID_DOMAIN_NAME SettingErrorEnum_SettingError = 9 - // The supplied DynamicSearchAdsSetting contains a subdomain name. - SettingErrorEnum_DYNAMIC_SEARCH_ADS_SETTING_CONTAINS_SUBDOMAIN_NAME SettingErrorEnum_SettingError = 10 - // The supplied DynamicSearchAdsSetting contains an invalid language code. - SettingErrorEnum_DYNAMIC_SEARCH_ADS_SETTING_CONTAINS_INVALID_LANGUAGE_CODE SettingErrorEnum_SettingError = 11 - // TargetingSettings in search campaigns should not have - // CriterionTypeGroup.PLACEMENT set to targetAll. - SettingErrorEnum_TARGET_ALL_IS_NOT_ALLOWED_FOR_PLACEMENT_IN_SEARCH_CAMPAIGN SettingErrorEnum_SettingError = 12 - // Duplicate description in universal app setting description field. - SettingErrorEnum_UNIVERSAL_APP_CAMPAIGN_SETTING_DUPLICATE_DESCRIPTION SettingErrorEnum_SettingError = 13 - // Description line width is too long in universal app setting description - // field. - SettingErrorEnum_UNIVERSAL_APP_CAMPAIGN_SETTING_DESCRIPTION_LINE_WIDTH_TOO_LONG SettingErrorEnum_SettingError = 14 - // Universal app setting appId field cannot be modified for COMPLETE - // campaigns. - SettingErrorEnum_UNIVERSAL_APP_CAMPAIGN_SETTING_APP_ID_CANNOT_BE_MODIFIED SettingErrorEnum_SettingError = 15 - // YoutubeVideoMediaIds in universal app setting cannot exceed size limit. - SettingErrorEnum_TOO_MANY_YOUTUBE_MEDIA_IDS_IN_UNIVERSAL_APP_CAMPAIGN SettingErrorEnum_SettingError = 16 - // ImageMediaIds in universal app setting cannot exceed size limit. - SettingErrorEnum_TOO_MANY_IMAGE_MEDIA_IDS_IN_UNIVERSAL_APP_CAMPAIGN SettingErrorEnum_SettingError = 17 - // Media is incompatible for universal app campaign. - SettingErrorEnum_MEDIA_INCOMPATIBLE_FOR_UNIVERSAL_APP_CAMPAIGN SettingErrorEnum_SettingError = 18 - // Too many exclamation marks in universal app campaign ad text ideas. - SettingErrorEnum_TOO_MANY_EXCLAMATION_MARKS SettingErrorEnum_SettingError = 19 -) - -var SettingErrorEnum_SettingError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 3: "SETTING_TYPE_IS_NOT_AVAILABLE", - 4: "SETTING_TYPE_IS_NOT_COMPATIBLE_WITH_CAMPAIGN", - 5: "TARGETING_SETTING_CONTAINS_INVALID_CRITERION_TYPE_GROUP", - 6: "TARGETING_SETTING_DEMOGRAPHIC_CRITERION_TYPE_GROUPS_MUST_BE_SET_TO_TARGET_ALL", - 7: "TARGETING_SETTING_CANNOT_CHANGE_TARGET_ALL_TO_FALSE_FOR_DEMOGRAPHIC_CRITERION_TYPE_GROUP", - 8: "DYNAMIC_SEARCH_ADS_SETTING_AT_LEAST_ONE_FEED_ID_MUST_BE_PRESENT", - 9: "DYNAMIC_SEARCH_ADS_SETTING_CONTAINS_INVALID_DOMAIN_NAME", - 10: "DYNAMIC_SEARCH_ADS_SETTING_CONTAINS_SUBDOMAIN_NAME", - 11: "DYNAMIC_SEARCH_ADS_SETTING_CONTAINS_INVALID_LANGUAGE_CODE", - 12: "TARGET_ALL_IS_NOT_ALLOWED_FOR_PLACEMENT_IN_SEARCH_CAMPAIGN", - 13: "UNIVERSAL_APP_CAMPAIGN_SETTING_DUPLICATE_DESCRIPTION", - 14: "UNIVERSAL_APP_CAMPAIGN_SETTING_DESCRIPTION_LINE_WIDTH_TOO_LONG", - 15: "UNIVERSAL_APP_CAMPAIGN_SETTING_APP_ID_CANNOT_BE_MODIFIED", - 16: "TOO_MANY_YOUTUBE_MEDIA_IDS_IN_UNIVERSAL_APP_CAMPAIGN", - 17: "TOO_MANY_IMAGE_MEDIA_IDS_IN_UNIVERSAL_APP_CAMPAIGN", - 18: "MEDIA_INCOMPATIBLE_FOR_UNIVERSAL_APP_CAMPAIGN", - 19: "TOO_MANY_EXCLAMATION_MARKS", -} -var SettingErrorEnum_SettingError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "SETTING_TYPE_IS_NOT_AVAILABLE": 3, - "SETTING_TYPE_IS_NOT_COMPATIBLE_WITH_CAMPAIGN": 4, - "TARGETING_SETTING_CONTAINS_INVALID_CRITERION_TYPE_GROUP": 5, - "TARGETING_SETTING_DEMOGRAPHIC_CRITERION_TYPE_GROUPS_MUST_BE_SET_TO_TARGET_ALL": 6, - "TARGETING_SETTING_CANNOT_CHANGE_TARGET_ALL_TO_FALSE_FOR_DEMOGRAPHIC_CRITERION_TYPE_GROUP": 7, - "DYNAMIC_SEARCH_ADS_SETTING_AT_LEAST_ONE_FEED_ID_MUST_BE_PRESENT": 8, - "DYNAMIC_SEARCH_ADS_SETTING_CONTAINS_INVALID_DOMAIN_NAME": 9, - "DYNAMIC_SEARCH_ADS_SETTING_CONTAINS_SUBDOMAIN_NAME": 10, - "DYNAMIC_SEARCH_ADS_SETTING_CONTAINS_INVALID_LANGUAGE_CODE": 11, - "TARGET_ALL_IS_NOT_ALLOWED_FOR_PLACEMENT_IN_SEARCH_CAMPAIGN": 12, - "UNIVERSAL_APP_CAMPAIGN_SETTING_DUPLICATE_DESCRIPTION": 13, - "UNIVERSAL_APP_CAMPAIGN_SETTING_DESCRIPTION_LINE_WIDTH_TOO_LONG": 14, - "UNIVERSAL_APP_CAMPAIGN_SETTING_APP_ID_CANNOT_BE_MODIFIED": 15, - "TOO_MANY_YOUTUBE_MEDIA_IDS_IN_UNIVERSAL_APP_CAMPAIGN": 16, - "TOO_MANY_IMAGE_MEDIA_IDS_IN_UNIVERSAL_APP_CAMPAIGN": 17, - "MEDIA_INCOMPATIBLE_FOR_UNIVERSAL_APP_CAMPAIGN": 18, - "TOO_MANY_EXCLAMATION_MARKS": 19, -} - -func (x SettingErrorEnum_SettingError) String() string { - return proto.EnumName(SettingErrorEnum_SettingError_name, int32(x)) -} -func (SettingErrorEnum_SettingError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_setting_error_284274bcad413424, []int{0, 0} -} - -// Container for enum describing possible setting errors. -type SettingErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SettingErrorEnum) Reset() { *m = SettingErrorEnum{} } -func (m *SettingErrorEnum) String() string { return proto.CompactTextString(m) } -func (*SettingErrorEnum) ProtoMessage() {} -func (*SettingErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_setting_error_284274bcad413424, []int{0} -} -func (m *SettingErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SettingErrorEnum.Unmarshal(m, b) -} -func (m *SettingErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SettingErrorEnum.Marshal(b, m, deterministic) -} -func (dst *SettingErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_SettingErrorEnum.Merge(dst, src) -} -func (m *SettingErrorEnum) XXX_Size() int { - return xxx_messageInfo_SettingErrorEnum.Size(m) -} -func (m *SettingErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_SettingErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_SettingErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*SettingErrorEnum)(nil), "google.ads.googleads.v0.errors.SettingErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.SettingErrorEnum_SettingError", SettingErrorEnum_SettingError_name, SettingErrorEnum_SettingError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/setting_error.proto", fileDescriptor_setting_error_284274bcad413424) -} - -var fileDescriptor_setting_error_284274bcad413424 = []byte{ - // 678 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x6f, 0x8f, 0xdb, 0x44, - 0x10, 0xc6, 0xb9, 0x2b, 0xb4, 0xc7, 0x5e, 0xa1, 0xdb, 0xe5, 0x1d, 0x12, 0x27, 0x91, 0xd7, 0xe0, - 0x84, 0x82, 0xa0, 0xb8, 0x50, 0x34, 0xf6, 0x4e, 0x9c, 0x55, 0xd7, 0xbb, 0xc6, 0xbb, 0xce, 0x35, - 0x28, 0xd2, 0xe8, 0x20, 0x51, 0x54, 0xa9, 0x8d, 0xab, 0xf8, 0xe8, 0x07, 0xe2, 0x1d, 0x7c, 0x08, - 0x3e, 0x00, 0x1f, 0x05, 0xf1, 0x21, 0xd0, 0xda, 0x8d, 0x2f, 0xd2, 0xe5, 0xfe, 0xf4, 0x55, 0x36, - 0xe3, 0xe7, 0x37, 0x33, 0x7e, 0x3c, 0x3b, 0xec, 0xd1, 0xaa, 0xae, 0x57, 0x2f, 0x97, 0xc3, 0xb3, - 0x45, 0x33, 0xec, 0x8e, 0xe1, 0xf4, 0x66, 0x34, 0x5c, 0x6e, 0x36, 0xf5, 0xa6, 0x19, 0x36, 0xcb, - 0xf3, 0xf3, 0x17, 0xeb, 0x15, 0xb5, 0x7f, 0xa3, 0xd7, 0x9b, 0xfa, 0xbc, 0x16, 0x27, 0x9d, 0x30, - 0x3a, 0x5b, 0x34, 0x51, 0xcf, 0x44, 0x6f, 0x46, 0x51, 0xc7, 0x0c, 0xfe, 0x3e, 0x62, 0xdc, 0x75, - 0x1c, 0x86, 0x08, 0xae, 0x7f, 0x7f, 0x35, 0xf8, 0xf3, 0x88, 0xdd, 0xdf, 0x0d, 0x8a, 0x07, 0xec, - 0xb8, 0x32, 0xae, 0xc0, 0x54, 0x8d, 0x15, 0x4a, 0xfe, 0x9e, 0x38, 0x66, 0xf7, 0x2a, 0xf3, 0xcc, - 0xd8, 0x53, 0xc3, 0x0f, 0xc4, 0xe7, 0xec, 0x33, 0x87, 0xde, 0x2b, 0x93, 0x91, 0x9f, 0x15, 0x48, - 0xca, 0x91, 0xb1, 0x9e, 0x60, 0x0a, 0x4a, 0x43, 0xa2, 0x91, 0xdf, 0x11, 0x23, 0xf6, 0xc5, 0x3e, - 0x49, 0x6a, 0xf3, 0x02, 0xbc, 0x4a, 0x34, 0xd2, 0xa9, 0xf2, 0x13, 0x4a, 0x21, 0x2f, 0x40, 0x65, - 0x86, 0xbf, 0x2f, 0x9e, 0xb0, 0xef, 0x3c, 0x94, 0x19, 0xb6, 0xcc, 0x96, 0x4d, 0xad, 0xf1, 0xa0, - 0x8c, 0x23, 0x65, 0xa6, 0xa0, 0x95, 0xa4, 0xb4, 0x54, 0x1e, 0x4b, 0x65, 0x4d, 0x97, 0x36, 0x2b, - 0x6d, 0x55, 0xf0, 0x0f, 0xc4, 0xcf, 0x2c, 0xbf, 0x0c, 0x4b, 0xcc, 0x6d, 0x56, 0x42, 0x31, 0x51, - 0xe9, 0x5e, 0xce, 0x51, 0x5e, 0x39, 0x4f, 0x09, 0x06, 0x82, 0xbc, 0xa5, 0x2e, 0x05, 0x81, 0xd6, - 0xfc, 0xae, 0x98, 0xb3, 0xe7, 0x7b, 0xfa, 0x01, 0xd3, 0xbe, 0xc6, 0x04, 0x4c, 0x86, 0x3b, 0xfa, - 0x40, 0x8f, 0x41, 0x3b, 0xa4, 0xb1, 0x2d, 0x6f, 0x2c, 0xcc, 0xef, 0x89, 0x94, 0xfd, 0x24, 0x67, - 0x06, 0x72, 0x95, 0x92, 0x43, 0x28, 0xd3, 0x09, 0x81, 0x74, 0x7d, 0x19, 0xf0, 0xa4, 0x11, 0x9c, - 0x27, 0x6b, 0x90, 0xc6, 0x88, 0x92, 0x94, 0xec, 0x9b, 0x2d, 0x4a, 0x74, 0x68, 0x3c, 0x3f, 0x0a, - 0x96, 0x5d, 0x93, 0xe4, 0x92, 0x77, 0xd2, 0xe6, 0xa0, 0x0c, 0x19, 0xc8, 0x91, 0x7f, 0x28, 0xbe, - 0x65, 0x8f, 0x6e, 0x03, 0xbb, 0x2a, 0xd9, 0xe5, 0x98, 0xf8, 0x91, 0x7d, 0xff, 0x2e, 0x45, 0x35, - 0x98, 0xac, 0x82, 0x0c, 0x29, 0xb5, 0x12, 0xf9, 0xb1, 0x78, 0xca, 0xe2, 0x1d, 0xdb, 0xb6, 0x93, - 0xa3, 0xb5, 0x3d, 0x45, 0xd9, 0x9a, 0x57, 0x68, 0x48, 0x31, 0x47, 0xe3, 0x49, 0x99, 0x6d, 0x85, - 0x7e, 0x4c, 0xee, 0x8b, 0xc7, 0xec, 0x9b, 0xca, 0xa8, 0x29, 0x96, 0x0e, 0x34, 0x41, 0x51, 0xf4, - 0xcf, 0x2e, 0x3e, 0x7b, 0x55, 0x68, 0x95, 0x82, 0x47, 0x92, 0xe8, 0xd2, 0x52, 0x15, 0x5e, 0x59, - 0xc3, 0x3f, 0x12, 0x09, 0x7b, 0x7a, 0x13, 0x79, 0xa1, 0x27, 0xad, 0x4c, 0x98, 0x51, 0xe9, 0x27, - 0xe4, 0xad, 0x25, 0x6d, 0x4d, 0xc6, 0x3f, 0x16, 0x3f, 0xb0, 0xc7, 0x37, 0xe4, 0x08, 0xc1, 0x30, - 0xa7, 0xdd, 0xa0, 0x24, 0x48, 0xb9, 0x95, 0xdd, 0x25, 0x7a, 0x10, 0x7a, 0x0f, 0xb9, 0x72, 0x30, - 0x33, 0x9a, 0xd9, 0xca, 0x57, 0xe1, 0x31, 0x4a, 0x05, 0xa4, 0x64, 0x70, 0x8c, 0xf6, 0xe7, 0xe6, - 0x3c, 0x7c, 0xac, 0x9e, 0x54, 0x79, 0xb0, 0xf3, 0x36, 0xdc, 0x43, 0xf1, 0x15, 0xfb, 0xf2, 0xad, - 0xd0, 0xec, 0x5c, 0xbd, 0x60, 0xf3, 0x15, 0x88, 0x10, 0x27, 0xec, 0xd3, 0xbe, 0x14, 0x3e, 0x4f, - 0x35, 0xe4, 0xd0, 0x1a, 0x92, 0x43, 0xf9, 0xcc, 0xf1, 0x4f, 0x92, 0xff, 0x0e, 0xd8, 0xe0, 0xb7, - 0xfa, 0x55, 0x74, 0xfd, 0x9e, 0x49, 0x1e, 0xee, 0xee, 0x93, 0x22, 0xac, 0xa6, 0xe2, 0xe0, 0x17, - 0xf9, 0x16, 0x5a, 0xd5, 0x2f, 0xcf, 0xd6, 0xab, 0xa8, 0xde, 0xac, 0x86, 0xab, 0xe5, 0xba, 0x5d, - 0x5c, 0xdb, 0x05, 0xf7, 0xfa, 0x45, 0x73, 0xd5, 0xbe, 0x7b, 0xd2, 0xfd, 0xfc, 0x71, 0x78, 0x27, - 0x03, 0xf8, 0xeb, 0xf0, 0x24, 0xeb, 0x92, 0xc1, 0xa2, 0x89, 0xba, 0x63, 0x38, 0x4d, 0x47, 0x51, - 0x5b, 0xb2, 0xf9, 0x67, 0x2b, 0x98, 0xc3, 0xa2, 0x99, 0xf7, 0x82, 0xf9, 0x74, 0x34, 0xef, 0x04, - 0xff, 0x1e, 0x0e, 0xba, 0x68, 0x1c, 0xc3, 0xa2, 0x89, 0xe3, 0x5e, 0x12, 0xc7, 0xd3, 0x51, 0x1c, - 0x77, 0xa2, 0x5f, 0xef, 0xb6, 0xdd, 0x7d, 0xfd, 0x7f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe2, 0xb2, - 0xb5, 0x7b, 0x8c, 0x05, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/shared_criterion_error.pb.go b/googleapis/ads/googleads/v0/errors/shared_criterion_error.pb.go deleted file mode 100644 index 11a0df9e00..0000000000 --- a/googleapis/ads/googleads/v0/errors/shared_criterion_error.pb.go +++ /dev/null @@ -1,113 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/shared_criterion_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible shared criterion errors. -type SharedCriterionErrorEnum_SharedCriterionError int32 - -const ( - // Enum unspecified. - SharedCriterionErrorEnum_UNSPECIFIED SharedCriterionErrorEnum_SharedCriterionError = 0 - // The received error code is not known in this version. - SharedCriterionErrorEnum_UNKNOWN SharedCriterionErrorEnum_SharedCriterionError = 1 - // The criterion is not appropriate for the shared set type. - SharedCriterionErrorEnum_CRITERION_TYPE_NOT_ALLOWED_FOR_SHARED_SET_TYPE SharedCriterionErrorEnum_SharedCriterionError = 2 -) - -var SharedCriterionErrorEnum_SharedCriterionError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CRITERION_TYPE_NOT_ALLOWED_FOR_SHARED_SET_TYPE", -} -var SharedCriterionErrorEnum_SharedCriterionError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CRITERION_TYPE_NOT_ALLOWED_FOR_SHARED_SET_TYPE": 2, -} - -func (x SharedCriterionErrorEnum_SharedCriterionError) String() string { - return proto.EnumName(SharedCriterionErrorEnum_SharedCriterionError_name, int32(x)) -} -func (SharedCriterionErrorEnum_SharedCriterionError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_shared_criterion_error_2febcb77bc0ead07, []int{0, 0} -} - -// Container for enum describing possible shared criterion errors. -type SharedCriterionErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SharedCriterionErrorEnum) Reset() { *m = SharedCriterionErrorEnum{} } -func (m *SharedCriterionErrorEnum) String() string { return proto.CompactTextString(m) } -func (*SharedCriterionErrorEnum) ProtoMessage() {} -func (*SharedCriterionErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_criterion_error_2febcb77bc0ead07, []int{0} -} -func (m *SharedCriterionErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SharedCriterionErrorEnum.Unmarshal(m, b) -} -func (m *SharedCriterionErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SharedCriterionErrorEnum.Marshal(b, m, deterministic) -} -func (dst *SharedCriterionErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_SharedCriterionErrorEnum.Merge(dst, src) -} -func (m *SharedCriterionErrorEnum) XXX_Size() int { - return xxx_messageInfo_SharedCriterionErrorEnum.Size(m) -} -func (m *SharedCriterionErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_SharedCriterionErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_SharedCriterionErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*SharedCriterionErrorEnum)(nil), "google.ads.googleads.v0.errors.SharedCriterionErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.SharedCriterionErrorEnum_SharedCriterionError", SharedCriterionErrorEnum_SharedCriterionError_name, SharedCriterionErrorEnum_SharedCriterionError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/shared_criterion_error.proto", fileDescriptor_shared_criterion_error_2febcb77bc0ead07) -} - -var fileDescriptor_shared_criterion_error_2febcb77bc0ead07 = []byte{ - // 312 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x31, 0x4e, 0xc3, 0x30, - 0x14, 0x25, 0x41, 0x02, 0xc9, 0x1d, 0xa8, 0x22, 0x06, 0x58, 0x3a, 0xe4, 0x00, 0x4e, 0x04, 0x9b, - 0x3b, 0xb9, 0x8d, 0x5b, 0x22, 0x2a, 0x27, 0x4a, 0xd2, 0x56, 0xa0, 0x48, 0x56, 0xa8, 0x23, 0xb7, - 0x52, 0x1b, 0x57, 0x76, 0xe9, 0x09, 0x38, 0x09, 0x23, 0x47, 0xe1, 0x28, 0xcc, 0x1c, 0x00, 0xc5, - 0xa6, 0x9d, 0x0a, 0x93, 0x9f, 0xfe, 0x7b, 0xef, 0xfb, 0xfd, 0x07, 0xfa, 0x42, 0x4a, 0xb1, 0xae, - 0x83, 0x8a, 0xeb, 0xc0, 0xc2, 0x16, 0xed, 0xc3, 0xa0, 0x56, 0x4a, 0x2a, 0x1d, 0xe8, 0x65, 0xa5, - 0x6a, 0xce, 0x16, 0x6a, 0xb5, 0xab, 0xd5, 0x4a, 0x36, 0xcc, 0xcc, 0xe1, 0x56, 0xc9, 0x9d, 0xf4, - 0x7a, 0xd6, 0x01, 0x2b, 0xae, 0xe1, 0xd1, 0x0c, 0xf7, 0x21, 0xb4, 0x66, 0xff, 0xcd, 0x01, 0x37, - 0xb9, 0x59, 0x30, 0x3c, 0xf8, 0x49, 0xcb, 0x90, 0xe6, 0x75, 0xe3, 0x2f, 0xc1, 0xf5, 0x29, 0xce, - 0xbb, 0x02, 0x9d, 0x29, 0xcd, 0x53, 0x32, 0x8c, 0x47, 0x31, 0x89, 0xba, 0x67, 0x5e, 0x07, 0x5c, - 0x4e, 0xe9, 0x23, 0x4d, 0xe6, 0xb4, 0xeb, 0x78, 0x77, 0x00, 0x0e, 0xb3, 0xb8, 0x20, 0x59, 0x9c, - 0x50, 0x56, 0x3c, 0xa5, 0x84, 0xd1, 0xa4, 0x60, 0x78, 0x32, 0x49, 0xe6, 0x24, 0x62, 0xa3, 0x24, - 0x63, 0xf9, 0x03, 0xce, 0x48, 0xc4, 0x72, 0x52, 0x18, 0xbe, 0xeb, 0x0e, 0xbe, 0x1d, 0xe0, 0x2f, - 0xe4, 0x06, 0xfe, 0x9f, 0x76, 0x70, 0x7b, 0x2a, 0x4e, 0xda, 0x1e, 0x9a, 0x3a, 0xcf, 0xd1, 0xaf, - 0x59, 0xc8, 0x75, 0xd5, 0x08, 0x28, 0x95, 0x08, 0x44, 0xdd, 0x98, 0x1a, 0x0e, 0xbd, 0x6d, 0x57, - 0xfa, 0xaf, 0x1a, 0xfb, 0xf6, 0x79, 0x77, 0xcf, 0xc7, 0x18, 0x7f, 0xb8, 0xbd, 0xb1, 0x5d, 0x86, - 0xb9, 0x86, 0x16, 0xb6, 0x68, 0x16, 0x42, 0xf3, 0xa5, 0xfe, 0x3c, 0x08, 0x4a, 0xcc, 0x75, 0x79, - 0x14, 0x94, 0xb3, 0xb0, 0xb4, 0x82, 0x2f, 0xd7, 0xb7, 0x53, 0x84, 0x30, 0xd7, 0x08, 0x1d, 0x25, - 0x08, 0xcd, 0x42, 0x84, 0xac, 0xe8, 0xe5, 0xc2, 0xa4, 0xbb, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, - 0xaa, 0x9e, 0x7b, 0xeb, 0xe3, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/shared_set_error.pb.go b/googleapis/ads/googleads/v0/errors/shared_set_error.pb.go deleted file mode 100644 index d7f04c83cd..0000000000 --- a/googleapis/ads/googleads/v0/errors/shared_set_error.pb.go +++ /dev/null @@ -1,127 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/shared_set_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible shared set errors. -type SharedSetErrorEnum_SharedSetError int32 - -const ( - // Enum unspecified. - SharedSetErrorEnum_UNSPECIFIED SharedSetErrorEnum_SharedSetError = 0 - // The received error code is not known in this version. - SharedSetErrorEnum_UNKNOWN SharedSetErrorEnum_SharedSetError = 1 - // The customer cannot create this type of shared set. - SharedSetErrorEnum_CUSTOMER_CANNOT_CREATE_SHARED_SET_OF_THIS_TYPE SharedSetErrorEnum_SharedSetError = 2 - // A shared set with this name already exists. - SharedSetErrorEnum_DUPLICATE_NAME SharedSetErrorEnum_SharedSetError = 3 - // Removed shared sets cannot be mutated. - SharedSetErrorEnum_SHARED_SET_REMOVED SharedSetErrorEnum_SharedSetError = 4 - // The shared set cannot be removed because it is in use. - SharedSetErrorEnum_SHARED_SET_IN_USE SharedSetErrorEnum_SharedSetError = 5 -) - -var SharedSetErrorEnum_SharedSetError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "CUSTOMER_CANNOT_CREATE_SHARED_SET_OF_THIS_TYPE", - 3: "DUPLICATE_NAME", - 4: "SHARED_SET_REMOVED", - 5: "SHARED_SET_IN_USE", -} -var SharedSetErrorEnum_SharedSetError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "CUSTOMER_CANNOT_CREATE_SHARED_SET_OF_THIS_TYPE": 2, - "DUPLICATE_NAME": 3, - "SHARED_SET_REMOVED": 4, - "SHARED_SET_IN_USE": 5, -} - -func (x SharedSetErrorEnum_SharedSetError) String() string { - return proto.EnumName(SharedSetErrorEnum_SharedSetError_name, int32(x)) -} -func (SharedSetErrorEnum_SharedSetError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_shared_set_error_e82e1d0d8fee6003, []int{0, 0} -} - -// Container for enum describing possible shared set errors. -type SharedSetErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SharedSetErrorEnum) Reset() { *m = SharedSetErrorEnum{} } -func (m *SharedSetErrorEnum) String() string { return proto.CompactTextString(m) } -func (*SharedSetErrorEnum) ProtoMessage() {} -func (*SharedSetErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_error_e82e1d0d8fee6003, []int{0} -} -func (m *SharedSetErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SharedSetErrorEnum.Unmarshal(m, b) -} -func (m *SharedSetErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SharedSetErrorEnum.Marshal(b, m, deterministic) -} -func (dst *SharedSetErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_SharedSetErrorEnum.Merge(dst, src) -} -func (m *SharedSetErrorEnum) XXX_Size() int { - return xxx_messageInfo_SharedSetErrorEnum.Size(m) -} -func (m *SharedSetErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_SharedSetErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_SharedSetErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*SharedSetErrorEnum)(nil), "google.ads.googleads.v0.errors.SharedSetErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.SharedSetErrorEnum_SharedSetError", SharedSetErrorEnum_SharedSetError_name, SharedSetErrorEnum_SharedSetError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/shared_set_error.proto", fileDescriptor_shared_set_error_e82e1d0d8fee6003) -} - -var fileDescriptor_shared_set_error_e82e1d0d8fee6003 = []byte{ - // 351 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x4d, 0x4e, 0xe3, 0x30, - 0x00, 0x85, 0x27, 0xe9, 0xfc, 0x48, 0xae, 0xd4, 0xc9, 0x78, 0x34, 0xb3, 0xec, 0x22, 0x07, 0x70, - 0x22, 0x10, 0x1b, 0xb3, 0x72, 0x13, 0xb7, 0x8d, 0xa0, 0x4e, 0x14, 0x27, 0x41, 0xa0, 0x48, 0x56, - 0x20, 0x51, 0x40, 0x6a, 0xeb, 0x2a, 0x2e, 0x3d, 0x10, 0x12, 0x1b, 0xce, 0xc0, 0x09, 0x38, 0x0a, - 0x0b, 0xce, 0x80, 0x12, 0xd3, 0xaa, 0x5d, 0xc0, 0xca, 0x4f, 0x4f, 0xdf, 0xb3, 0xfd, 0x1e, 0x38, - 0xa9, 0xa5, 0xac, 0xe7, 0x95, 0x53, 0x94, 0xca, 0xd1, 0xb2, 0x55, 0x1b, 0xd7, 0xa9, 0x9a, 0x46, - 0x36, 0xca, 0x51, 0xb7, 0x45, 0x53, 0x95, 0x42, 0x55, 0x6b, 0xd1, 0x39, 0x68, 0xd5, 0xc8, 0xb5, - 0x84, 0x43, 0xcd, 0xa2, 0xa2, 0x54, 0x68, 0x17, 0x43, 0x1b, 0x17, 0xe9, 0x98, 0xfd, 0x6c, 0x00, - 0xc8, 0xbb, 0x28, 0xaf, 0xd6, 0xb4, 0xf5, 0xe8, 0xf2, 0x7e, 0x61, 0x3f, 0x1a, 0x60, 0x70, 0x68, - 0xc3, 0xdf, 0xa0, 0x9f, 0x32, 0x1e, 0x51, 0x2f, 0x18, 0x07, 0xd4, 0xb7, 0xbe, 0xc1, 0x3e, 0xf8, - 0x95, 0xb2, 0x33, 0x16, 0x5e, 0x30, 0xcb, 0x80, 0x47, 0x00, 0x79, 0x29, 0x4f, 0xc2, 0x19, 0x8d, - 0x85, 0x47, 0x18, 0x0b, 0x13, 0xe1, 0xc5, 0x94, 0x24, 0x54, 0xf0, 0x29, 0x89, 0xa9, 0x2f, 0x38, - 0x4d, 0x44, 0x38, 0x16, 0xc9, 0x34, 0xe0, 0x22, 0xb9, 0x8c, 0xa8, 0x65, 0x42, 0x08, 0x06, 0x7e, - 0x1a, 0x9d, 0x07, 0x5e, 0x8b, 0x31, 0x32, 0xa3, 0x56, 0x0f, 0xfe, 0x07, 0x70, 0x2f, 0x10, 0xd3, - 0x59, 0x98, 0x51, 0xdf, 0xfa, 0x0e, 0xff, 0x81, 0x3f, 0x7b, 0x7e, 0xc0, 0x44, 0xca, 0xa9, 0xf5, - 0x63, 0xf4, 0x66, 0x00, 0xfb, 0x46, 0x2e, 0xd0, 0xd7, 0x2d, 0x47, 0x7f, 0x0f, 0xbb, 0x44, 0xed, - 0x34, 0x91, 0x71, 0xe5, 0x7f, 0xc4, 0x6a, 0x39, 0x2f, 0x96, 0x35, 0x92, 0x4d, 0xed, 0xd4, 0xd5, - 0xb2, 0x1b, 0x6e, 0xbb, 0xf1, 0xea, 0x4e, 0x7d, 0x36, 0xf9, 0xa9, 0x3e, 0x1e, 0xcc, 0xde, 0x84, - 0x90, 0x27, 0x73, 0x38, 0xd1, 0x97, 0x91, 0x52, 0x21, 0x2d, 0x5b, 0x95, 0xb9, 0xa8, 0x7b, 0x52, - 0xbd, 0x6c, 0x81, 0x9c, 0x94, 0x2a, 0xdf, 0x01, 0x79, 0xe6, 0xe6, 0x1a, 0x78, 0x35, 0x6d, 0xed, - 0x62, 0x4c, 0x4a, 0x85, 0xf1, 0x0e, 0xc1, 0x38, 0x73, 0x31, 0xd6, 0xd0, 0xf5, 0xcf, 0xee, 0x77, - 0xc7, 0xef, 0x01, 0x00, 0x00, 0xff, 0xff, 0xfb, 0xcf, 0xc3, 0x65, 0x0f, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/string_format_error.pb.go b/googleapis/ads/googleads/v0/errors/string_format_error.pb.go deleted file mode 100644 index 0084119d8d..0000000000 --- a/googleapis/ads/googleads/v0/errors/string_format_error.pb.go +++ /dev/null @@ -1,116 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/string_format_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible string format errors. -type StringFormatErrorEnum_StringFormatError int32 - -const ( - // Enum unspecified. - StringFormatErrorEnum_UNSPECIFIED StringFormatErrorEnum_StringFormatError = 0 - // The received error code is not known in this version. - StringFormatErrorEnum_UNKNOWN StringFormatErrorEnum_StringFormatError = 1 - // The input string value contains disallowed characters. - StringFormatErrorEnum_ILLEGAL_CHARS StringFormatErrorEnum_StringFormatError = 2 - // The input string value is invalid for the associated field. - StringFormatErrorEnum_INVALID_FORMAT StringFormatErrorEnum_StringFormatError = 3 -) - -var StringFormatErrorEnum_StringFormatError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ILLEGAL_CHARS", - 3: "INVALID_FORMAT", -} -var StringFormatErrorEnum_StringFormatError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ILLEGAL_CHARS": 2, - "INVALID_FORMAT": 3, -} - -func (x StringFormatErrorEnum_StringFormatError) String() string { - return proto.EnumName(StringFormatErrorEnum_StringFormatError_name, int32(x)) -} -func (StringFormatErrorEnum_StringFormatError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_string_format_error_33a1378c4984fed1, []int{0, 0} -} - -// Container for enum describing possible string format errors. -type StringFormatErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *StringFormatErrorEnum) Reset() { *m = StringFormatErrorEnum{} } -func (m *StringFormatErrorEnum) String() string { return proto.CompactTextString(m) } -func (*StringFormatErrorEnum) ProtoMessage() {} -func (*StringFormatErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_string_format_error_33a1378c4984fed1, []int{0} -} -func (m *StringFormatErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_StringFormatErrorEnum.Unmarshal(m, b) -} -func (m *StringFormatErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_StringFormatErrorEnum.Marshal(b, m, deterministic) -} -func (dst *StringFormatErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_StringFormatErrorEnum.Merge(dst, src) -} -func (m *StringFormatErrorEnum) XXX_Size() int { - return xxx_messageInfo_StringFormatErrorEnum.Size(m) -} -func (m *StringFormatErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_StringFormatErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_StringFormatErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*StringFormatErrorEnum)(nil), "google.ads.googleads.v0.errors.StringFormatErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.StringFormatErrorEnum_StringFormatError", StringFormatErrorEnum_StringFormatError_name, StringFormatErrorEnum_StringFormatError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/string_format_error.proto", fileDescriptor_string_format_error_33a1378c4984fed1) -} - -var fileDescriptor_string_format_error_33a1378c4984fed1 = []byte{ - // 300 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x4a, 0xc3, 0x30, - 0x1c, 0xc7, 0x5d, 0x07, 0x0a, 0x19, 0x6a, 0x17, 0xd0, 0xe3, 0x0e, 0x7d, 0x80, 0xb4, 0xe0, 0x45, - 0xe2, 0x29, 0x5b, 0xff, 0x58, 0xac, 0x5d, 0x59, 0x5d, 0x15, 0x29, 0x94, 0x6a, 0x6a, 0x18, 0xac, - 0xcd, 0x4c, 0xea, 0x1e, 0xc8, 0xa3, 0x8f, 0xe2, 0xa3, 0x78, 0xf3, 0x0d, 0xa4, 0x89, 0xeb, 0x65, - 0xe8, 0x29, 0x5f, 0xbe, 0xf9, 0x7c, 0x7f, 0xff, 0xc0, 0x25, 0xe3, 0x9c, 0xad, 0x2b, 0xbb, 0xa4, - 0xd2, 0xd6, 0xb2, 0x53, 0x5b, 0xc7, 0xae, 0x84, 0xe0, 0x42, 0xda, 0xb2, 0x15, 0xab, 0x86, 0x15, - 0x2f, 0x5c, 0xd4, 0x65, 0x5b, 0x28, 0x13, 0x6d, 0x04, 0x6f, 0x39, 0x9c, 0x68, 0x1c, 0x95, 0x54, - 0xa2, 0x3e, 0x89, 0xb6, 0x0e, 0xd2, 0x49, 0xeb, 0x15, 0x9c, 0xa5, 0x2a, 0xec, 0xab, 0xac, 0xd7, - 0xb9, 0x5e, 0xf3, 0x56, 0x5b, 0x0f, 0x60, 0xbc, 0xf7, 0x01, 0x4f, 0xc1, 0x68, 0x19, 0xa7, 0x89, - 0x37, 0x0b, 0xfd, 0xd0, 0x73, 0xcd, 0x03, 0x38, 0x02, 0x47, 0xcb, 0xf8, 0x26, 0x9e, 0xdf, 0xc7, - 0xe6, 0x00, 0x8e, 0xc1, 0x71, 0x18, 0x45, 0x5e, 0x40, 0xa2, 0x62, 0x76, 0x4d, 0x16, 0xa9, 0x69, - 0x40, 0x08, 0x4e, 0xc2, 0x38, 0x23, 0x51, 0xe8, 0x16, 0xfe, 0x7c, 0x71, 0x4b, 0xee, 0xcc, 0xe1, - 0xf4, 0x7b, 0x00, 0xac, 0x67, 0x5e, 0xa3, 0xff, 0x27, 0x9b, 0x9e, 0xef, 0xb5, 0x4f, 0xba, 0x8d, - 0x92, 0xc1, 0xa3, 0xfb, 0x9b, 0x64, 0x7c, 0x5d, 0x36, 0x0c, 0x71, 0xc1, 0x6c, 0x56, 0x35, 0x6a, - 0xdf, 0xdd, 0x75, 0x36, 0x2b, 0xf9, 0xd7, 0xb1, 0xae, 0xf4, 0xf3, 0x6e, 0x0c, 0x03, 0x42, 0x3e, - 0x8c, 0x49, 0xa0, 0x8b, 0x11, 0x2a, 0x91, 0x96, 0x9d, 0xca, 0x1c, 0xa4, 0x5a, 0xca, 0xcf, 0x1d, - 0x90, 0x13, 0x2a, 0xf3, 0x1e, 0xc8, 0x33, 0x27, 0xd7, 0xc0, 0x97, 0x61, 0x69, 0x17, 0x63, 0x42, - 0x25, 0xc6, 0x3d, 0x82, 0x71, 0xe6, 0x60, 0xac, 0xa1, 0xa7, 0x43, 0x35, 0xdd, 0xc5, 0x4f, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x68, 0x39, 0x75, 0xa6, 0xc9, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/string_length_error.pb.go b/googleapis/ads/googleads/v0/errors/string_length_error.pb.go deleted file mode 100644 index 3b953ce598..0000000000 --- a/googleapis/ads/googleads/v0/errors/string_length_error.pb.go +++ /dev/null @@ -1,116 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/string_length_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible string length errors. -type StringLengthErrorEnum_StringLengthError int32 - -const ( - // Enum unspecified. - StringLengthErrorEnum_UNSPECIFIED StringLengthErrorEnum_StringLengthError = 0 - // The received error code is not known in this version. - StringLengthErrorEnum_UNKNOWN StringLengthErrorEnum_StringLengthError = 1 - // Too short. - StringLengthErrorEnum_TOO_SHORT StringLengthErrorEnum_StringLengthError = 2 - // Too long. - StringLengthErrorEnum_TOO_LONG StringLengthErrorEnum_StringLengthError = 3 -) - -var StringLengthErrorEnum_StringLengthError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "TOO_SHORT", - 3: "TOO_LONG", -} -var StringLengthErrorEnum_StringLengthError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "TOO_SHORT": 2, - "TOO_LONG": 3, -} - -func (x StringLengthErrorEnum_StringLengthError) String() string { - return proto.EnumName(StringLengthErrorEnum_StringLengthError_name, int32(x)) -} -func (StringLengthErrorEnum_StringLengthError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_string_length_error_c2e1746450ba61aa, []int{0, 0} -} - -// Container for enum describing possible string length errors. -type StringLengthErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *StringLengthErrorEnum) Reset() { *m = StringLengthErrorEnum{} } -func (m *StringLengthErrorEnum) String() string { return proto.CompactTextString(m) } -func (*StringLengthErrorEnum) ProtoMessage() {} -func (*StringLengthErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_string_length_error_c2e1746450ba61aa, []int{0} -} -func (m *StringLengthErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_StringLengthErrorEnum.Unmarshal(m, b) -} -func (m *StringLengthErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_StringLengthErrorEnum.Marshal(b, m, deterministic) -} -func (dst *StringLengthErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_StringLengthErrorEnum.Merge(dst, src) -} -func (m *StringLengthErrorEnum) XXX_Size() int { - return xxx_messageInfo_StringLengthErrorEnum.Size(m) -} -func (m *StringLengthErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_StringLengthErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_StringLengthErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*StringLengthErrorEnum)(nil), "google.ads.googleads.v0.errors.StringLengthErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.StringLengthErrorEnum_StringLengthError", StringLengthErrorEnum_StringLengthError_name, StringLengthErrorEnum_StringLengthError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/string_length_error.proto", fileDescriptor_string_length_error_c2e1746450ba61aa) -} - -var fileDescriptor_string_length_error_c2e1746450ba61aa = []byte{ - // 290 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x48, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xa2, - 0xa2, 0xfc, 0xa2, 0x62, 0xfd, 0xe2, 0x92, 0xa2, 0xcc, 0xbc, 0xf4, 0xf8, 0x9c, 0xd4, 0xbc, 0xf4, - 0x92, 0x8c, 0x78, 0xb0, 0xa0, 0x5e, 0x41, 0x51, 0x7e, 0x49, 0xbe, 0x90, 0x1c, 0x44, 0xb9, 0x5e, - 0x62, 0x4a, 0xb1, 0x1e, 0x5c, 0xa7, 0x5e, 0x99, 0x81, 0x1e, 0x44, 0xa7, 0x52, 0x3a, 0x97, 0x68, - 0x30, 0x58, 0xb3, 0x0f, 0x58, 0xaf, 0x2b, 0x48, 0xd4, 0x35, 0xaf, 0x34, 0x57, 0xc9, 0x8f, 0x4b, - 0x10, 0x43, 0x42, 0x88, 0x9f, 0x8b, 0x3b, 0xd4, 0x2f, 0x38, 0xc0, 0xd5, 0xd9, 0xd3, 0xcd, 0xd3, - 0xd5, 0x45, 0x80, 0x41, 0x88, 0x9b, 0x8b, 0x3d, 0xd4, 0xcf, 0xdb, 0xcf, 0x3f, 0xdc, 0x4f, 0x80, - 0x51, 0x88, 0x97, 0x8b, 0x33, 0xc4, 0xdf, 0x3f, 0x3e, 0xd8, 0xc3, 0x3f, 0x28, 0x44, 0x80, 0x49, - 0x88, 0x87, 0x8b, 0x03, 0xc4, 0xf5, 0xf1, 0xf7, 0x73, 0x17, 0x60, 0x76, 0xfa, 0xc8, 0xc8, 0xa5, - 0x94, 0x9c, 0x9f, 0xab, 0x87, 0xdf, 0x3d, 0x4e, 0x62, 0x18, 0x96, 0x06, 0x80, 0xfc, 0x11, 0xc0, - 0x18, 0xe5, 0x02, 0xd5, 0x99, 0x9e, 0x9f, 0x93, 0x98, 0x97, 0xae, 0x97, 0x5f, 0x94, 0xae, 0x9f, - 0x9e, 0x9a, 0x07, 0xf6, 0x25, 0x2c, 0x4c, 0x0a, 0x32, 0x8b, 0x71, 0x05, 0x91, 0x35, 0x84, 0x5a, - 0xc4, 0xc4, 0xec, 0xee, 0xe8, 0xb8, 0x8a, 0x49, 0xce, 0x1d, 0x62, 0x98, 0x63, 0x4a, 0xb1, 0x1e, - 0x84, 0x09, 0x62, 0x85, 0x19, 0xe8, 0x81, 0xad, 0x2c, 0x3e, 0x05, 0x53, 0x10, 0xe3, 0x98, 0x52, - 0x1c, 0x03, 0x57, 0x10, 0x13, 0x66, 0x10, 0x03, 0x51, 0xf0, 0x8a, 0x49, 0x09, 0x22, 0x6a, 0x65, - 0xe5, 0x98, 0x52, 0x6c, 0x65, 0x05, 0x57, 0x62, 0x65, 0x15, 0x66, 0x60, 0x65, 0x05, 0x51, 0x94, - 0xc4, 0x06, 0x76, 0x9d, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xdb, 0x56, 0xf3, 0x01, 0xbf, 0x01, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/url_field_error.pb.go b/googleapis/ads/googleads/v0/errors/url_field_error.pb.go deleted file mode 100644 index d51b2f18ca..0000000000 --- a/googleapis/ads/googleads/v0/errors/url_field_error.pb.go +++ /dev/null @@ -1,361 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/url_field_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible url field errors. -type UrlFieldErrorEnum_UrlFieldError int32 - -const ( - // Enum unspecified. - UrlFieldErrorEnum_UNSPECIFIED UrlFieldErrorEnum_UrlFieldError = 0 - // The received error code is not known in this version. - UrlFieldErrorEnum_UNKNOWN UrlFieldErrorEnum_UrlFieldError = 1 - // The tracking url template is invalid. - UrlFieldErrorEnum_INVALID_TRACKING_URL_TEMPLATE UrlFieldErrorEnum_UrlFieldError = 2 - // The tracking url template contains invalid tag. - UrlFieldErrorEnum_INVALID_TAG_IN_TRACKING_URL_TEMPLATE UrlFieldErrorEnum_UrlFieldError = 3 - // The tracking url template must contain at least one tag (e.g. {lpurl}), - // This applies only to tracking url template associated with website ads or - // product ads. - UrlFieldErrorEnum_MISSING_TRACKING_URL_TEMPLATE_TAG UrlFieldErrorEnum_UrlFieldError = 4 - // The tracking url template must start with a valid protocol (or lpurl - // tag). - UrlFieldErrorEnum_MISSING_PROTOCOL_IN_TRACKING_URL_TEMPLATE UrlFieldErrorEnum_UrlFieldError = 5 - // The tracking url template starts with an invalid protocol. - UrlFieldErrorEnum_INVALID_PROTOCOL_IN_TRACKING_URL_TEMPLATE UrlFieldErrorEnum_UrlFieldError = 6 - // The tracking url template contains illegal characters. - UrlFieldErrorEnum_MALFORMED_TRACKING_URL_TEMPLATE UrlFieldErrorEnum_UrlFieldError = 7 - // The tracking url template must contain a host name (or lpurl tag). - UrlFieldErrorEnum_MISSING_HOST_IN_TRACKING_URL_TEMPLATE UrlFieldErrorEnum_UrlFieldError = 8 - // The tracking url template has an invalid or missing top level domain - // extension. - UrlFieldErrorEnum_INVALID_TLD_IN_TRACKING_URL_TEMPLATE UrlFieldErrorEnum_UrlFieldError = 9 - // The tracking url template contains nested occurrences of the same - // conditional tag (i.e. {ifmobile:{ifmobile:x}}). - UrlFieldErrorEnum_REDUNDANT_NESTED_TRACKING_URL_TEMPLATE_TAG UrlFieldErrorEnum_UrlFieldError = 10 - // The final url is invalid. - UrlFieldErrorEnum_INVALID_FINAL_URL UrlFieldErrorEnum_UrlFieldError = 11 - // The final url contains invalid tag. - UrlFieldErrorEnum_INVALID_TAG_IN_FINAL_URL UrlFieldErrorEnum_UrlFieldError = 12 - // The final url contains nested occurrences of the same conditional tag - // (i.e. {ifmobile:{ifmobile:x}}). - UrlFieldErrorEnum_REDUNDANT_NESTED_FINAL_URL_TAG UrlFieldErrorEnum_UrlFieldError = 13 - // The final url must start with a valid protocol. - UrlFieldErrorEnum_MISSING_PROTOCOL_IN_FINAL_URL UrlFieldErrorEnum_UrlFieldError = 14 - // The final url starts with an invalid protocol. - UrlFieldErrorEnum_INVALID_PROTOCOL_IN_FINAL_URL UrlFieldErrorEnum_UrlFieldError = 15 - // The final url contains illegal characters. - UrlFieldErrorEnum_MALFORMED_FINAL_URL UrlFieldErrorEnum_UrlFieldError = 16 - // The final url must contain a host name. - UrlFieldErrorEnum_MISSING_HOST_IN_FINAL_URL UrlFieldErrorEnum_UrlFieldError = 17 - // The tracking url template has an invalid or missing top level domain - // extension. - UrlFieldErrorEnum_INVALID_TLD_IN_FINAL_URL UrlFieldErrorEnum_UrlFieldError = 18 - // The final mobile url is invalid. - UrlFieldErrorEnum_INVALID_FINAL_MOBILE_URL UrlFieldErrorEnum_UrlFieldError = 19 - // The final mobile url contains invalid tag. - UrlFieldErrorEnum_INVALID_TAG_IN_FINAL_MOBILE_URL UrlFieldErrorEnum_UrlFieldError = 20 - // The final mobile url contains nested occurrences of the same conditional - // tag (i.e. {ifmobile:{ifmobile:x}}). - UrlFieldErrorEnum_REDUNDANT_NESTED_FINAL_MOBILE_URL_TAG UrlFieldErrorEnum_UrlFieldError = 21 - // The final mobile url must start with a valid protocol. - UrlFieldErrorEnum_MISSING_PROTOCOL_IN_FINAL_MOBILE_URL UrlFieldErrorEnum_UrlFieldError = 22 - // The final mobile url starts with an invalid protocol. - UrlFieldErrorEnum_INVALID_PROTOCOL_IN_FINAL_MOBILE_URL UrlFieldErrorEnum_UrlFieldError = 23 - // The final mobile url contains illegal characters. - UrlFieldErrorEnum_MALFORMED_FINAL_MOBILE_URL UrlFieldErrorEnum_UrlFieldError = 24 - // The final mobile url must contain a host name. - UrlFieldErrorEnum_MISSING_HOST_IN_FINAL_MOBILE_URL UrlFieldErrorEnum_UrlFieldError = 25 - // The tracking url template has an invalid or missing top level domain - // extension. - UrlFieldErrorEnum_INVALID_TLD_IN_FINAL_MOBILE_URL UrlFieldErrorEnum_UrlFieldError = 26 - // The final app url is invalid. - UrlFieldErrorEnum_INVALID_FINAL_APP_URL UrlFieldErrorEnum_UrlFieldError = 27 - // The final app url contains invalid tag. - UrlFieldErrorEnum_INVALID_TAG_IN_FINAL_APP_URL UrlFieldErrorEnum_UrlFieldError = 28 - // The final app url contains nested occurrences of the same conditional tag - // (i.e. {ifmobile:{ifmobile:x}}). - UrlFieldErrorEnum_REDUNDANT_NESTED_FINAL_APP_URL_TAG UrlFieldErrorEnum_UrlFieldError = 29 - // More than one app url found for the same OS type. - UrlFieldErrorEnum_MULTIPLE_APP_URLS_FOR_OSTYPE UrlFieldErrorEnum_UrlFieldError = 30 - // The OS type given for an app url is not valid. - UrlFieldErrorEnum_INVALID_OSTYPE UrlFieldErrorEnum_UrlFieldError = 31 - // The protocol given for an app url is not valid. (E.g. "android-app://") - UrlFieldErrorEnum_INVALID_PROTOCOL_FOR_APP_URL UrlFieldErrorEnum_UrlFieldError = 32 - // The package id (app id) given for an app url is not valid. - UrlFieldErrorEnum_INVALID_PACKAGE_ID_FOR_APP_URL UrlFieldErrorEnum_UrlFieldError = 33 - // The number of url custom parameters for an resource exceeds the maximum - // limit allowed. - UrlFieldErrorEnum_URL_CUSTOM_PARAMETERS_COUNT_EXCEEDS_LIMIT UrlFieldErrorEnum_UrlFieldError = 34 - // An invalid character appears in the parameter key. - UrlFieldErrorEnum_INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_KEY UrlFieldErrorEnum_UrlFieldError = 39 - // An invalid character appears in the parameter value. - UrlFieldErrorEnum_INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_VALUE UrlFieldErrorEnum_UrlFieldError = 40 - // The url custom parameter value fails url tag validation. - UrlFieldErrorEnum_INVALID_TAG_IN_URL_CUSTOM_PARAMETER_VALUE UrlFieldErrorEnum_UrlFieldError = 41 - // The custom parameter contains nested occurrences of the same conditional - // tag (i.e. {ifmobile:{ifmobile:x}}). - UrlFieldErrorEnum_REDUNDANT_NESTED_URL_CUSTOM_PARAMETER_TAG UrlFieldErrorEnum_UrlFieldError = 42 - // The protocol (http:// or https://) is missing. - UrlFieldErrorEnum_MISSING_PROTOCOL UrlFieldErrorEnum_UrlFieldError = 43 - // Unsupported protocol in URL. Only http and https are supported. - UrlFieldErrorEnum_INVALID_PROTOCOL UrlFieldErrorEnum_UrlFieldError = 52 - // The url is invalid. - UrlFieldErrorEnum_INVALID_URL UrlFieldErrorEnum_UrlFieldError = 44 - // Destination Url is deprecated. - UrlFieldErrorEnum_DESTINATION_URL_DEPRECATED UrlFieldErrorEnum_UrlFieldError = 45 - // The url contains invalid tag. - UrlFieldErrorEnum_INVALID_TAG_IN_URL UrlFieldErrorEnum_UrlFieldError = 46 - // The url must contain at least one tag (e.g. {lpurl}), This applies only - // to urls associated with website ads or product ads. - UrlFieldErrorEnum_MISSING_URL_TAG UrlFieldErrorEnum_UrlFieldError = 47 - // Duplicate url id. - UrlFieldErrorEnum_DUPLICATE_URL_ID UrlFieldErrorEnum_UrlFieldError = 48 - // Invalid url id. - UrlFieldErrorEnum_INVALID_URL_ID UrlFieldErrorEnum_UrlFieldError = 49 - // The final url suffix cannot begin with '?' or '&' characters and must be - // a valid query string. - UrlFieldErrorEnum_FINAL_URL_SUFFIX_MALFORMED UrlFieldErrorEnum_UrlFieldError = 50 - // The final url suffix cannot contain {lpurl} related or {ignore} tags. - UrlFieldErrorEnum_INVALID_TAG_IN_FINAL_URL_SUFFIX UrlFieldErrorEnum_UrlFieldError = 51 - // The top level domain is invalid, e.g, not a public top level domain - // listed in publicsuffix.org. - UrlFieldErrorEnum_INVALID_TOP_LEVEL_DOMAIN UrlFieldErrorEnum_UrlFieldError = 53 - // Malformed top level domain in URL. - UrlFieldErrorEnum_MALFORMED_TOP_LEVEL_DOMAIN UrlFieldErrorEnum_UrlFieldError = 54 - // Malformed URL. - UrlFieldErrorEnum_MALFORMED_URL UrlFieldErrorEnum_UrlFieldError = 55 - // No host found in URL. - UrlFieldErrorEnum_MISSING_HOST UrlFieldErrorEnum_UrlFieldError = 56 -) - -var UrlFieldErrorEnum_UrlFieldError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "INVALID_TRACKING_URL_TEMPLATE", - 3: "INVALID_TAG_IN_TRACKING_URL_TEMPLATE", - 4: "MISSING_TRACKING_URL_TEMPLATE_TAG", - 5: "MISSING_PROTOCOL_IN_TRACKING_URL_TEMPLATE", - 6: "INVALID_PROTOCOL_IN_TRACKING_URL_TEMPLATE", - 7: "MALFORMED_TRACKING_URL_TEMPLATE", - 8: "MISSING_HOST_IN_TRACKING_URL_TEMPLATE", - 9: "INVALID_TLD_IN_TRACKING_URL_TEMPLATE", - 10: "REDUNDANT_NESTED_TRACKING_URL_TEMPLATE_TAG", - 11: "INVALID_FINAL_URL", - 12: "INVALID_TAG_IN_FINAL_URL", - 13: "REDUNDANT_NESTED_FINAL_URL_TAG", - 14: "MISSING_PROTOCOL_IN_FINAL_URL", - 15: "INVALID_PROTOCOL_IN_FINAL_URL", - 16: "MALFORMED_FINAL_URL", - 17: "MISSING_HOST_IN_FINAL_URL", - 18: "INVALID_TLD_IN_FINAL_URL", - 19: "INVALID_FINAL_MOBILE_URL", - 20: "INVALID_TAG_IN_FINAL_MOBILE_URL", - 21: "REDUNDANT_NESTED_FINAL_MOBILE_URL_TAG", - 22: "MISSING_PROTOCOL_IN_FINAL_MOBILE_URL", - 23: "INVALID_PROTOCOL_IN_FINAL_MOBILE_URL", - 24: "MALFORMED_FINAL_MOBILE_URL", - 25: "MISSING_HOST_IN_FINAL_MOBILE_URL", - 26: "INVALID_TLD_IN_FINAL_MOBILE_URL", - 27: "INVALID_FINAL_APP_URL", - 28: "INVALID_TAG_IN_FINAL_APP_URL", - 29: "REDUNDANT_NESTED_FINAL_APP_URL_TAG", - 30: "MULTIPLE_APP_URLS_FOR_OSTYPE", - 31: "INVALID_OSTYPE", - 32: "INVALID_PROTOCOL_FOR_APP_URL", - 33: "INVALID_PACKAGE_ID_FOR_APP_URL", - 34: "URL_CUSTOM_PARAMETERS_COUNT_EXCEEDS_LIMIT", - 39: "INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_KEY", - 40: "INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_VALUE", - 41: "INVALID_TAG_IN_URL_CUSTOM_PARAMETER_VALUE", - 42: "REDUNDANT_NESTED_URL_CUSTOM_PARAMETER_TAG", - 43: "MISSING_PROTOCOL", - 52: "INVALID_PROTOCOL", - 44: "INVALID_URL", - 45: "DESTINATION_URL_DEPRECATED", - 46: "INVALID_TAG_IN_URL", - 47: "MISSING_URL_TAG", - 48: "DUPLICATE_URL_ID", - 49: "INVALID_URL_ID", - 50: "FINAL_URL_SUFFIX_MALFORMED", - 51: "INVALID_TAG_IN_FINAL_URL_SUFFIX", - 53: "INVALID_TOP_LEVEL_DOMAIN", - 54: "MALFORMED_TOP_LEVEL_DOMAIN", - 55: "MALFORMED_URL", - 56: "MISSING_HOST", -} -var UrlFieldErrorEnum_UrlFieldError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "INVALID_TRACKING_URL_TEMPLATE": 2, - "INVALID_TAG_IN_TRACKING_URL_TEMPLATE": 3, - "MISSING_TRACKING_URL_TEMPLATE_TAG": 4, - "MISSING_PROTOCOL_IN_TRACKING_URL_TEMPLATE": 5, - "INVALID_PROTOCOL_IN_TRACKING_URL_TEMPLATE": 6, - "MALFORMED_TRACKING_URL_TEMPLATE": 7, - "MISSING_HOST_IN_TRACKING_URL_TEMPLATE": 8, - "INVALID_TLD_IN_TRACKING_URL_TEMPLATE": 9, - "REDUNDANT_NESTED_TRACKING_URL_TEMPLATE_TAG": 10, - "INVALID_FINAL_URL": 11, - "INVALID_TAG_IN_FINAL_URL": 12, - "REDUNDANT_NESTED_FINAL_URL_TAG": 13, - "MISSING_PROTOCOL_IN_FINAL_URL": 14, - "INVALID_PROTOCOL_IN_FINAL_URL": 15, - "MALFORMED_FINAL_URL": 16, - "MISSING_HOST_IN_FINAL_URL": 17, - "INVALID_TLD_IN_FINAL_URL": 18, - "INVALID_FINAL_MOBILE_URL": 19, - "INVALID_TAG_IN_FINAL_MOBILE_URL": 20, - "REDUNDANT_NESTED_FINAL_MOBILE_URL_TAG": 21, - "MISSING_PROTOCOL_IN_FINAL_MOBILE_URL": 22, - "INVALID_PROTOCOL_IN_FINAL_MOBILE_URL": 23, - "MALFORMED_FINAL_MOBILE_URL": 24, - "MISSING_HOST_IN_FINAL_MOBILE_URL": 25, - "INVALID_TLD_IN_FINAL_MOBILE_URL": 26, - "INVALID_FINAL_APP_URL": 27, - "INVALID_TAG_IN_FINAL_APP_URL": 28, - "REDUNDANT_NESTED_FINAL_APP_URL_TAG": 29, - "MULTIPLE_APP_URLS_FOR_OSTYPE": 30, - "INVALID_OSTYPE": 31, - "INVALID_PROTOCOL_FOR_APP_URL": 32, - "INVALID_PACKAGE_ID_FOR_APP_URL": 33, - "URL_CUSTOM_PARAMETERS_COUNT_EXCEEDS_LIMIT": 34, - "INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_KEY": 39, - "INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_VALUE": 40, - "INVALID_TAG_IN_URL_CUSTOM_PARAMETER_VALUE": 41, - "REDUNDANT_NESTED_URL_CUSTOM_PARAMETER_TAG": 42, - "MISSING_PROTOCOL": 43, - "INVALID_PROTOCOL": 52, - "INVALID_URL": 44, - "DESTINATION_URL_DEPRECATED": 45, - "INVALID_TAG_IN_URL": 46, - "MISSING_URL_TAG": 47, - "DUPLICATE_URL_ID": 48, - "INVALID_URL_ID": 49, - "FINAL_URL_SUFFIX_MALFORMED": 50, - "INVALID_TAG_IN_FINAL_URL_SUFFIX": 51, - "INVALID_TOP_LEVEL_DOMAIN": 53, - "MALFORMED_TOP_LEVEL_DOMAIN": 54, - "MALFORMED_URL": 55, - "MISSING_HOST": 56, -} - -func (x UrlFieldErrorEnum_UrlFieldError) String() string { - return proto.EnumName(UrlFieldErrorEnum_UrlFieldError_name, int32(x)) -} -func (UrlFieldErrorEnum_UrlFieldError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_url_field_error_e4e71a2ba6485baf, []int{0, 0} -} - -// Container for enum describing possible url field errors. -type UrlFieldErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UrlFieldErrorEnum) Reset() { *m = UrlFieldErrorEnum{} } -func (m *UrlFieldErrorEnum) String() string { return proto.CompactTextString(m) } -func (*UrlFieldErrorEnum) ProtoMessage() {} -func (*UrlFieldErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_url_field_error_e4e71a2ba6485baf, []int{0} -} -func (m *UrlFieldErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UrlFieldErrorEnum.Unmarshal(m, b) -} -func (m *UrlFieldErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UrlFieldErrorEnum.Marshal(b, m, deterministic) -} -func (dst *UrlFieldErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_UrlFieldErrorEnum.Merge(dst, src) -} -func (m *UrlFieldErrorEnum) XXX_Size() int { - return xxx_messageInfo_UrlFieldErrorEnum.Size(m) -} -func (m *UrlFieldErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_UrlFieldErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_UrlFieldErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*UrlFieldErrorEnum)(nil), "google.ads.googleads.v0.errors.UrlFieldErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.UrlFieldErrorEnum_UrlFieldError", UrlFieldErrorEnum_UrlFieldError_name, UrlFieldErrorEnum_UrlFieldError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/url_field_error.proto", fileDescriptor_url_field_error_e4e71a2ba6485baf) -} - -var fileDescriptor_url_field_error_e4e71a2ba6485baf = []byte{ - // 835 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x95, 0xeb, 0x72, 0xdb, 0x44, - 0x14, 0xc7, 0x49, 0x0a, 0x2d, 0x9c, 0x34, 0xc9, 0xfa, 0xa4, 0x69, 0x9b, 0x92, 0xb8, 0x89, 0x69, - 0xa1, 0x29, 0x54, 0x36, 0x6d, 0xb8, 0x8c, 0xf8, 0xb4, 0x91, 0xd6, 0xee, 0x8e, 0x75, 0x1b, 0x69, - 0x65, 0x5a, 0xc6, 0x33, 0x3b, 0x01, 0x1b, 0x4f, 0x67, 0xdc, 0xa8, 0x63, 0xd1, 0xbe, 0x09, 0x2f, - 0xc0, 0x47, 0x1e, 0x85, 0x47, 0x61, 0x86, 0x67, 0x80, 0x59, 0xc9, 0xba, 0xd9, 0x52, 0x98, 0x7e, - 0xd2, 0xce, 0x39, 0xbf, 0x73, 0xd9, 0xff, 0xd1, 0xee, 0xc2, 0xd9, 0x2c, 0x8a, 0x66, 0xf3, 0x69, - 0xf7, 0x62, 0x12, 0x77, 0xd3, 0xa5, 0x5a, 0xbd, 0xeb, 0x75, 0xa7, 0x8b, 0x45, 0xb4, 0x88, 0xbb, - 0x6f, 0x17, 0x73, 0xf9, 0xeb, 0xab, 0xe9, 0x7c, 0x22, 0x13, 0x83, 0xf6, 0x66, 0x11, 0xfd, 0x16, - 0x61, 0x3b, 0x45, 0xb5, 0x8b, 0x49, 0xac, 0xe5, 0x51, 0xda, 0xbb, 0x9e, 0x96, 0x46, 0x75, 0x7e, - 0xdf, 0x81, 0x56, 0xb8, 0x98, 0xf7, 0x55, 0x20, 0x53, 0x26, 0x76, 0xf9, 0xf6, 0x75, 0xe7, 0xdf, - 0x6d, 0xd8, 0xae, 0x58, 0x71, 0x17, 0xb6, 0x42, 0x27, 0xf0, 0x98, 0xc1, 0xfb, 0x9c, 0x99, 0xe4, - 0x03, 0xdc, 0x82, 0x1b, 0xa1, 0x33, 0x74, 0xdc, 0x1f, 0x1d, 0xb2, 0x81, 0x27, 0x70, 0xc4, 0x9d, - 0x11, 0xb5, 0xb8, 0x29, 0x85, 0x4f, 0x8d, 0x21, 0x77, 0x06, 0x32, 0xf4, 0x2d, 0x29, 0x98, 0xed, - 0x59, 0x54, 0x30, 0xb2, 0x89, 0x8f, 0xe0, 0x41, 0x8e, 0xd0, 0x81, 0xe4, 0x4e, 0x03, 0x79, 0x0d, - 0x1f, 0xc2, 0x89, 0xcd, 0x83, 0x40, 0x79, 0x6a, 0x11, 0x15, 0x4f, 0x3e, 0xc4, 0x27, 0x70, 0x9a, - 0x61, 0x9e, 0xef, 0x0a, 0xd7, 0x70, 0xad, 0xe6, 0xac, 0x1f, 0x29, 0x3c, 0xab, 0xff, 0xff, 0xf8, - 0x75, 0xfc, 0x0c, 0xee, 0xdb, 0xd4, 0xea, 0xbb, 0xbe, 0xcd, 0x9a, 0xf6, 0x74, 0x03, 0x4f, 0xe1, - 0x61, 0xd6, 0xc2, 0x73, 0x37, 0x10, 0xcd, 0xf9, 0x3e, 0xae, 0x6c, 0xdf, 0x32, 0x9b, 0xc9, 0x4f, - 0x50, 0x83, 0xc7, 0x3e, 0x33, 0x43, 0xc7, 0xa4, 0x8e, 0x90, 0x0e, 0x0b, 0x44, 0x53, 0x03, 0x89, - 0x0e, 0x80, 0xfb, 0xd0, 0xca, 0x32, 0xf7, 0xb9, 0x43, 0x2d, 0xc5, 0x90, 0x2d, 0x3c, 0x84, 0xbb, - 0x2b, 0x7a, 0x17, 0xde, 0x9b, 0xd8, 0x81, 0xf6, 0x5a, 0x91, 0xdc, 0x9f, 0x24, 0xde, 0x56, 0x43, - 0xad, 0x13, 0xb8, 0x48, 0xb3, 0x53, 0x9e, 0x7b, 0x3d, 0xb2, 0x8b, 0x77, 0x60, 0xaf, 0x10, 0xb2, - 0x70, 0x10, 0x3c, 0x82, 0x83, 0x55, 0xf1, 0x0a, 0x77, 0xab, 0xd2, 0x7f, 0x2a, 0x58, 0xe1, 0xc5, - 0xb2, 0x37, 0x35, 0xdb, 0xee, 0x39, 0xb7, 0x58, 0xe2, 0xdd, 0x53, 0xc3, 0xab, 0xdd, 0x7b, 0x09, - 0xba, 0xa5, 0x86, 0xd7, 0x20, 0x41, 0x81, 0x25, 0x4a, 0xec, 0xab, 0xe1, 0x35, 0x2b, 0x51, 0x4a, - 0x7a, 0xbb, 0x3c, 0xe6, 0x2b, 0xc9, 0x3b, 0xd8, 0x86, 0x7b, 0xab, 0xba, 0x94, 0xfc, 0x77, 0xf1, - 0x01, 0x1c, 0xd7, 0xcb, 0x53, 0xa2, 0x0e, 0x2a, 0x3b, 0x2d, 0xab, 0x54, 0x82, 0xee, 0xe1, 0x01, - 0xec, 0x57, 0xc5, 0xa2, 0x9e, 0x97, 0xb8, 0x3e, 0xc5, 0x63, 0x38, 0xac, 0x55, 0x2a, 0x23, 0x0e, - 0xf1, 0x73, 0xe8, 0x34, 0xc8, 0xb4, 0x64, 0x12, 0x8d, 0x8e, 0x54, 0x26, 0x3b, 0xb4, 0x04, 0xf7, - 0x2c, 0x96, 0x79, 0x02, 0xd9, 0x77, 0x7d, 0xe9, 0x06, 0xe2, 0xa5, 0xc7, 0x48, 0x1b, 0x11, 0x76, - 0xb2, 0x5a, 0x4b, 0xdb, 0xfd, 0x72, 0xfd, 0x5c, 0x2f, 0x15, 0x94, 0xd5, 0x3f, 0x56, 0x7f, 0x6a, - 0x4e, 0x50, 0x63, 0x48, 0x07, 0x4c, 0xaa, 0x7d, 0x94, 0x98, 0x13, 0x75, 0xb6, 0x55, 0x23, 0x46, - 0x18, 0x08, 0xd7, 0x96, 0x1e, 0xf5, 0xa9, 0xcd, 0x04, 0xf3, 0x03, 0x69, 0xb8, 0xa1, 0x23, 0x24, - 0x7b, 0x61, 0x30, 0x66, 0x06, 0xd2, 0xe2, 0x36, 0x17, 0xa4, 0x83, 0x4f, 0x41, 0xcb, 0x52, 0x1a, - 0xcf, 0xa9, 0x4f, 0x8d, 0x84, 0xe5, 0x8e, 0xac, 0x4b, 0x22, 0x87, 0xec, 0x25, 0xf9, 0x02, 0xcf, - 0xa0, 0xf7, 0x1e, 0x31, 0x23, 0x6a, 0x85, 0x8c, 0x3c, 0x2a, 0x5f, 0x3a, 0x4b, 0x79, 0xaf, 0xc0, - 0x4f, 0x15, 0xbe, 0xa6, 0x75, 0x6d, 0x80, 0x92, 0xfc, 0x31, 0xde, 0x02, 0xb2, 0xfa, 0x5b, 0x92, - 0x2f, 0x95, 0x75, 0x55, 0x52, 0x72, 0xa6, 0xee, 0xef, 0xcc, 0xaa, 0x34, 0xfb, 0x4a, 0xfd, 0x7f, - 0x26, 0x0b, 0x04, 0x77, 0xa8, 0xe0, 0x6e, 0xda, 0x97, 0xc9, 0x3c, 0x9f, 0x19, 0x54, 0x30, 0x93, - 0x3c, 0xc1, 0xdb, 0x80, 0xeb, 0xad, 0x13, 0x0d, 0xf7, 0x60, 0x37, 0x2b, 0x9a, 0x0d, 0xbf, 0xab, - 0x6a, 0x9a, 0xa1, 0x67, 0x71, 0x15, 0x9c, 0x98, 0xb9, 0x49, 0x7a, 0xe5, 0x81, 0x2f, 0x6d, 0x5f, - 0xab, 0xb2, 0xc5, 0x3d, 0x13, 0x84, 0xfd, 0x3e, 0x7f, 0x21, 0xf3, 0x73, 0x40, 0x9e, 0x36, 0x1e, - 0xdd, 0x02, 0x27, 0xcf, 0x2a, 0x77, 0x83, 0xeb, 0x49, 0x8b, 0x8d, 0x98, 0x25, 0x4d, 0xd7, 0xa6, - 0xdc, 0x21, 0xdf, 0x54, 0x4f, 0xd6, 0x9a, 0xff, 0x5b, 0x6c, 0xc1, 0x76, 0xe1, 0x57, 0x9b, 0xfa, - 0x0e, 0x09, 0xdc, 0x2c, 0x1f, 0x36, 0xf2, 0xfd, 0xf9, 0x3f, 0x1b, 0xd0, 0xf9, 0x25, 0x7a, 0xad, - 0x5d, 0xfd, 0x7c, 0x9e, 0x63, 0xe5, 0x95, 0xf4, 0xd4, 0x93, 0xeb, 0x6d, 0xfc, 0x64, 0x2e, 0xa3, - 0x66, 0xd1, 0xfc, 0xe2, 0x72, 0xa6, 0x45, 0x8b, 0x59, 0x77, 0x36, 0xbd, 0x4c, 0x1e, 0xe4, 0xec, - 0xe9, 0x7e, 0xf3, 0x2a, 0x6e, 0x7a, 0xc9, 0x7f, 0x48, 0x3f, 0x7f, 0x6c, 0x5e, 0x1b, 0x50, 0xfa, - 0xe7, 0x66, 0x7b, 0x90, 0x26, 0xa3, 0x93, 0x58, 0x4b, 0x97, 0x6a, 0x35, 0xea, 0x69, 0x49, 0xc9, - 0xf8, 0xaf, 0x0c, 0x18, 0xd3, 0x49, 0x3c, 0xce, 0x81, 0xf1, 0xa8, 0x37, 0x4e, 0x81, 0xbf, 0x37, - 0x3b, 0xa9, 0x55, 0xd7, 0xe9, 0x24, 0xd6, 0xf5, 0x1c, 0xd1, 0xf5, 0x51, 0x4f, 0xd7, 0x53, 0xe8, - 0xe7, 0xeb, 0x49, 0x77, 0xcf, 0xfe, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xea, 0x82, 0xf2, 0x9f, 0x66, - 0x08, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/errors/user_list_error.pb.go b/googleapis/ads/googleads/v0/errors/user_list_error.pb.go deleted file mode 100644 index 177617f681..0000000000 --- a/googleapis/ads/googleads/v0/errors/user_list_error.pb.go +++ /dev/null @@ -1,246 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/errors/user_list_error.proto - -package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Enum describing possible user list errors. -type UserListErrorEnum_UserListError int32 - -const ( - // Enum unspecified. - UserListErrorEnum_UNSPECIFIED UserListErrorEnum_UserListError = 0 - // The received error code is not known in this version. - UserListErrorEnum_UNKNOWN UserListErrorEnum_UserListError = 1 - // Creating and updating external remarketing user lists is not supported. - UserListErrorEnum_EXTERNAL_REMARKETING_USER_LIST_MUTATE_NOT_SUPPORTED UserListErrorEnum_UserListError = 2 - // Concrete type of user list is required. - UserListErrorEnum_CONCRETE_TYPE_REQUIRED UserListErrorEnum_UserListError = 3 - // Creating/updating user list conversion types requires specifying the - // conversion type Id. - UserListErrorEnum_CONVERSION_TYPE_ID_REQUIRED UserListErrorEnum_UserListError = 4 - // Remarketing user list cannot have duplicate conversion types. - UserListErrorEnum_DUPLICATE_CONVERSION_TYPES UserListErrorEnum_UserListError = 5 - // Conversion type is invalid/unknown. - UserListErrorEnum_INVALID_CONVERSION_TYPE UserListErrorEnum_UserListError = 6 - // User list description is empty or invalid. - UserListErrorEnum_INVALID_DESCRIPTION UserListErrorEnum_UserListError = 7 - // User list name is empty or invalid. - UserListErrorEnum_INVALID_NAME UserListErrorEnum_UserListError = 8 - // Type of the UserList does not match. - UserListErrorEnum_INVALID_TYPE UserListErrorEnum_UserListError = 9 - // Embedded logical user lists are not allowed. - UserListErrorEnum_CAN_NOT_ADD_LOGICAL_LIST_AS_LOGICAL_LIST_OPERAND UserListErrorEnum_UserListError = 10 - // User list rule operand is invalid. - UserListErrorEnum_INVALID_USER_LIST_LOGICAL_RULE_OPERAND UserListErrorEnum_UserListError = 11 - // Name is already being used for another user list for the account. - UserListErrorEnum_NAME_ALREADY_USED UserListErrorEnum_UserListError = 12 - // Name is required when creating a new conversion type. - UserListErrorEnum_NEW_CONVERSION_TYPE_NAME_REQUIRED UserListErrorEnum_UserListError = 13 - // The given conversion type name has been used. - UserListErrorEnum_CONVERSION_TYPE_NAME_ALREADY_USED UserListErrorEnum_UserListError = 14 - // Only an owner account may edit a user list. - UserListErrorEnum_OWNERSHIP_REQUIRED_FOR_SET UserListErrorEnum_UserListError = 15 - // Creating user list without setting type in oneof user_list field, or - // creating/updating read-only user list types is not allowed. - UserListErrorEnum_USER_LIST_MUTATE_NOT_SUPPORTED UserListErrorEnum_UserListError = 16 - // Rule is invalid. - UserListErrorEnum_INVALID_RULE UserListErrorEnum_UserListError = 17 - // The specified date range is empty. - UserListErrorEnum_INVALID_DATE_RANGE UserListErrorEnum_UserListError = 27 - // A UserList which is privacy sensitive or legal rejected cannot be mutated - // by external users. - UserListErrorEnum_CAN_NOT_MUTATE_SENSITIVE_USERLIST UserListErrorEnum_UserListError = 28 - // Maximum number of rulebased user lists a customer can have. - UserListErrorEnum_MAX_NUM_RULEBASED_USERLISTS UserListErrorEnum_UserListError = 29 - // BasicUserList's billable record field cannot be modified once it is set. - UserListErrorEnum_CANNOT_MODIFY_BILLABLE_RECORD_COUNT UserListErrorEnum_UserListError = 30 - // crm_based_user_list.app_id field must be set when upload_key_type is - // MOBILE_ADVERTISING_ID. - UserListErrorEnum_APP_ID_NOT_SET UserListErrorEnum_UserListError = 31 - // Name of the user list is reserved for system generated lists and cannot - // be used. - UserListErrorEnum_USERLIST_NAME_IS_RESERVED_FOR_SYSTEM_LIST UserListErrorEnum_UserListError = 32 - // Advertiser needs to be whitelisted to use remarketing lists created from - // advertiser uploaded data (e.g., Customer Match lists). - UserListErrorEnum_ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA UserListErrorEnum_UserListError = 33 - // The provided rule_type is not supported for the user list. - UserListErrorEnum_RULE_TYPE_IS_NOT_SUPPORTED UserListErrorEnum_UserListError = 34 - // Similar user list cannot be used as a logical user list operand. - UserListErrorEnum_CAN_NOT_ADD_A_SIMILAR_USERLIST_AS_LOGICAL_LIST_OPERAND UserListErrorEnum_UserListError = 35 - // Logical user list should not have a mix of CRM based user list and other - // types of lists in its rules. - UserListErrorEnum_CAN_NOT_MIX_CRM_BASED_IN_LOGICAL_LIST_WITH_OTHER_LISTS UserListErrorEnum_UserListError = 36 -) - -var UserListErrorEnum_UserListError_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "EXTERNAL_REMARKETING_USER_LIST_MUTATE_NOT_SUPPORTED", - 3: "CONCRETE_TYPE_REQUIRED", - 4: "CONVERSION_TYPE_ID_REQUIRED", - 5: "DUPLICATE_CONVERSION_TYPES", - 6: "INVALID_CONVERSION_TYPE", - 7: "INVALID_DESCRIPTION", - 8: "INVALID_NAME", - 9: "INVALID_TYPE", - 10: "CAN_NOT_ADD_LOGICAL_LIST_AS_LOGICAL_LIST_OPERAND", - 11: "INVALID_USER_LIST_LOGICAL_RULE_OPERAND", - 12: "NAME_ALREADY_USED", - 13: "NEW_CONVERSION_TYPE_NAME_REQUIRED", - 14: "CONVERSION_TYPE_NAME_ALREADY_USED", - 15: "OWNERSHIP_REQUIRED_FOR_SET", - 16: "USER_LIST_MUTATE_NOT_SUPPORTED", - 17: "INVALID_RULE", - 27: "INVALID_DATE_RANGE", - 28: "CAN_NOT_MUTATE_SENSITIVE_USERLIST", - 29: "MAX_NUM_RULEBASED_USERLISTS", - 30: "CANNOT_MODIFY_BILLABLE_RECORD_COUNT", - 31: "APP_ID_NOT_SET", - 32: "USERLIST_NAME_IS_RESERVED_FOR_SYSTEM_LIST", - 33: "ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA", - 34: "RULE_TYPE_IS_NOT_SUPPORTED", - 35: "CAN_NOT_ADD_A_SIMILAR_USERLIST_AS_LOGICAL_LIST_OPERAND", - 36: "CAN_NOT_MIX_CRM_BASED_IN_LOGICAL_LIST_WITH_OTHER_LISTS", -} -var UserListErrorEnum_UserListError_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "EXTERNAL_REMARKETING_USER_LIST_MUTATE_NOT_SUPPORTED": 2, - "CONCRETE_TYPE_REQUIRED": 3, - "CONVERSION_TYPE_ID_REQUIRED": 4, - "DUPLICATE_CONVERSION_TYPES": 5, - "INVALID_CONVERSION_TYPE": 6, - "INVALID_DESCRIPTION": 7, - "INVALID_NAME": 8, - "INVALID_TYPE": 9, - "CAN_NOT_ADD_LOGICAL_LIST_AS_LOGICAL_LIST_OPERAND": 10, - "INVALID_USER_LIST_LOGICAL_RULE_OPERAND": 11, - "NAME_ALREADY_USED": 12, - "NEW_CONVERSION_TYPE_NAME_REQUIRED": 13, - "CONVERSION_TYPE_NAME_ALREADY_USED": 14, - "OWNERSHIP_REQUIRED_FOR_SET": 15, - "USER_LIST_MUTATE_NOT_SUPPORTED": 16, - "INVALID_RULE": 17, - "INVALID_DATE_RANGE": 27, - "CAN_NOT_MUTATE_SENSITIVE_USERLIST": 28, - "MAX_NUM_RULEBASED_USERLISTS": 29, - "CANNOT_MODIFY_BILLABLE_RECORD_COUNT": 30, - "APP_ID_NOT_SET": 31, - "USERLIST_NAME_IS_RESERVED_FOR_SYSTEM_LIST": 32, - "ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA": 33, - "RULE_TYPE_IS_NOT_SUPPORTED": 34, - "CAN_NOT_ADD_A_SIMILAR_USERLIST_AS_LOGICAL_LIST_OPERAND": 35, - "CAN_NOT_MIX_CRM_BASED_IN_LOGICAL_LIST_WITH_OTHER_LISTS": 36, -} - -func (x UserListErrorEnum_UserListError) String() string { - return proto.EnumName(UserListErrorEnum_UserListError_name, int32(x)) -} -func (UserListErrorEnum_UserListError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_error_1e016a5195a79925, []int{0, 0} -} - -// Container for enum describing possible user list errors. -type UserListErrorEnum struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListErrorEnum) Reset() { *m = UserListErrorEnum{} } -func (m *UserListErrorEnum) String() string { return proto.CompactTextString(m) } -func (*UserListErrorEnum) ProtoMessage() {} -func (*UserListErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_error_1e016a5195a79925, []int{0} -} -func (m *UserListErrorEnum) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListErrorEnum.Unmarshal(m, b) -} -func (m *UserListErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListErrorEnum.Marshal(b, m, deterministic) -} -func (dst *UserListErrorEnum) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListErrorEnum.Merge(dst, src) -} -func (m *UserListErrorEnum) XXX_Size() int { - return xxx_messageInfo_UserListErrorEnum.Size(m) -} -func (m *UserListErrorEnum) XXX_DiscardUnknown() { - xxx_messageInfo_UserListErrorEnum.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListErrorEnum proto.InternalMessageInfo - -func init() { - proto.RegisterType((*UserListErrorEnum)(nil), "google.ads.googleads.v0.errors.UserListErrorEnum") - proto.RegisterEnum("google.ads.googleads.v0.errors.UserListErrorEnum_UserListError", UserListErrorEnum_UserListError_name, UserListErrorEnum_UserListError_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/errors/user_list_error.proto", fileDescriptor_user_list_error_1e016a5195a79925) -} - -var fileDescriptor_user_list_error_1e016a5195a79925 = []byte{ - // 723 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0xff, 0x6e, 0xeb, 0x34, - 0x14, 0x66, 0xbd, 0x70, 0x0b, 0xde, 0xbd, 0x9b, 0x67, 0xc4, 0x26, 0x6d, 0xd0, 0xb1, 0x8e, 0x1f, - 0x02, 0x89, 0xb4, 0x62, 0xd3, 0x90, 0xc2, 0x5f, 0x6e, 0x7c, 0xd6, 0x5a, 0x4b, 0x9c, 0x60, 0x3b, - 0xe9, 0x8a, 0x2a, 0x59, 0x83, 0x56, 0xd5, 0xa4, 0x6d, 0x99, 0x9a, 0x6d, 0x0f, 0xc4, 0x9f, 0x3c, - 0x0a, 0x0f, 0xc0, 0x43, 0x20, 0x78, 0x07, 0x64, 0xa7, 0xc9, 0xda, 0x8a, 0x71, 0xff, 0xaa, 0x7b, - 0xce, 0xf7, 0x7d, 0xf6, 0xf9, 0xce, 0xc9, 0x41, 0xa7, 0xb3, 0x3c, 0x9f, 0xdd, 0x4c, 0x3b, 0x57, - 0x93, 0xa2, 0x53, 0x1e, 0xed, 0xe9, 0xa9, 0xdb, 0x99, 0xce, 0xe7, 0xf9, 0xbc, 0xe8, 0x3c, 0x16, - 0xd3, 0xb9, 0xb9, 0xb9, 0x2e, 0x1e, 0x8c, 0x0b, 0x78, 0xf7, 0xf3, 0xfc, 0x21, 0x27, 0xad, 0x12, - 0xea, 0x5d, 0x4d, 0x0a, 0xaf, 0x66, 0x79, 0x4f, 0x5d, 0xaf, 0x64, 0xb5, 0xff, 0x6e, 0xa2, 0x9d, - 0xb4, 0x98, 0xce, 0xc3, 0xeb, 0xe2, 0x01, 0x6c, 0x08, 0xee, 0x1e, 0x6f, 0xdb, 0x7f, 0x36, 0xd1, - 0xdb, 0x95, 0x28, 0xd9, 0x46, 0x9b, 0xa9, 0x50, 0x09, 0x04, 0xfc, 0x9c, 0x03, 0xc3, 0xef, 0x91, - 0x4d, 0xd4, 0x4c, 0xc5, 0x85, 0x88, 0x87, 0x02, 0x6f, 0x90, 0x1f, 0xd0, 0x09, 0x5c, 0x6a, 0x90, - 0x82, 0x86, 0x46, 0x42, 0x44, 0xe5, 0x05, 0x68, 0x2e, 0xfa, 0x26, 0x55, 0x20, 0x4d, 0xc8, 0x95, - 0x36, 0x51, 0xaa, 0xa9, 0x06, 0x23, 0x62, 0x6d, 0x54, 0x9a, 0x24, 0xb1, 0xd4, 0xc0, 0x70, 0x83, - 0xec, 0xa3, 0xdd, 0x20, 0x16, 0x81, 0x04, 0x0d, 0x46, 0x8f, 0x12, 0x30, 0x12, 0x7e, 0x4a, 0xb9, - 0x04, 0x86, 0x5f, 0x91, 0x43, 0x74, 0x10, 0xc4, 0x22, 0x03, 0xa9, 0x78, 0x2c, 0xca, 0x2c, 0x67, - 0xcf, 0x80, 0xf7, 0x49, 0x0b, 0xed, 0xb3, 0x34, 0x09, 0x79, 0x60, 0x95, 0xd7, 0xa0, 0x0a, 0x7f, - 0x40, 0x0e, 0xd0, 0x1e, 0x17, 0x19, 0x0d, 0x39, 0x5b, 0xcf, 0xe2, 0xd7, 0x64, 0x0f, 0x7d, 0x5c, - 0x25, 0x19, 0xa8, 0x40, 0xf2, 0x44, 0xf3, 0x58, 0xe0, 0x26, 0xc1, 0xe8, 0x4d, 0x95, 0x10, 0x34, - 0x02, 0xfc, 0xe1, 0x72, 0xc4, 0x91, 0x3f, 0x22, 0xa7, 0xa8, 0x1b, 0x50, 0xe1, 0xaa, 0xa1, 0x8c, - 0x99, 0x30, 0xee, 0xf3, 0x80, 0x86, 0x65, 0xa5, 0x54, 0xad, 0xfe, 0x8f, 0x13, 0x90, 0x54, 0x30, - 0x8c, 0xc8, 0xb7, 0xe8, 0xab, 0x4a, 0xe7, 0xd9, 0x98, 0x0a, 0x2b, 0xd3, 0x10, 0x6a, 0xec, 0x26, - 0xf9, 0x04, 0xed, 0xd8, 0xdb, 0x0d, 0x0d, 0x25, 0x50, 0x36, 0xb2, 0x04, 0x86, 0xdf, 0x90, 0x2f, - 0xd1, 0x91, 0x80, 0xe1, 0x7a, 0x39, 0xee, 0xa1, 0xcf, 0xce, 0xbc, 0xb5, 0xb0, 0xff, 0x84, 0xac, - 0xa8, 0x6d, 0x59, 0x03, 0xe3, 0xa1, 0x00, 0xa9, 0x06, 0x3c, 0xa9, 0xe9, 0xe6, 0x3c, 0x96, 0x46, - 0x81, 0xc6, 0xdb, 0xa4, 0x8d, 0x5a, 0xef, 0xe8, 0x20, 0x5e, 0x36, 0xc7, 0x96, 0x80, 0x77, 0xc8, - 0x2e, 0x22, 0xb5, 0xb3, 0x96, 0x21, 0xa9, 0xe8, 0x03, 0x3e, 0x70, 0x8f, 0x5a, 0x98, 0xb6, 0xd0, - 0x52, 0x20, 0x14, 0xd7, 0x3c, 0x03, 0xe7, 0x87, 0xbd, 0x05, 0x7f, 0x6a, 0xdb, 0x1e, 0xd1, 0x4b, - 0x23, 0xd2, 0xc8, 0x09, 0xf6, 0xa8, 0x02, 0x56, 0xe7, 0x15, 0xfe, 0x8c, 0x7c, 0x8d, 0x8e, 0x03, - 0x2a, 0x9c, 0x4c, 0xcc, 0xf8, 0xf9, 0xc8, 0xf4, 0x78, 0x18, 0xd2, 0x5e, 0x68, 0x1d, 0x08, 0x62, - 0x69, 0x9b, 0x9d, 0x0a, 0x8d, 0x5b, 0x84, 0xa0, 0x2d, 0x9a, 0x24, 0x76, 0x68, 0xdc, 0xa3, 0x41, - 0xe3, 0x43, 0xf2, 0x1d, 0xfa, 0xa6, 0xd2, 0x2a, 0x2d, 0xe1, 0xca, 0x48, 0x50, 0x20, 0xb3, 0xaa, - 0xf2, 0x91, 0xd2, 0x10, 0xb9, 0x92, 0xf1, 0xe7, 0xe4, 0x0c, 0x7d, 0x4f, 0x59, 0x06, 0x52, 0x73, - 0xeb, 0x83, 0x95, 0x19, 0x0e, 0xb8, 0x06, 0x9b, 0x5d, 0xe0, 0x53, 0xe5, 0x06, 0x3d, 0x09, 0x63, - 0xca, 0xc0, 0x55, 0x4c, 0xf1, 0x91, 0x75, 0xd6, 0x35, 0xb4, 0x9c, 0x5a, 0xb5, 0xe6, 0x5a, 0x9b, - 0xf8, 0xe8, 0x6c, 0x79, 0x80, 0xa8, 0x51, 0x3c, 0xe2, 0x21, 0x95, 0x75, 0xa1, 0x2f, 0x8e, 0xd1, - 0xf1, 0x32, 0x37, 0xe2, 0x97, 0x26, 0x90, 0x91, 0x29, 0x4d, 0xe2, 0x62, 0x95, 0x32, 0xe4, 0x7a, - 0x60, 0x62, 0x3d, 0x58, 0x74, 0x50, 0xe1, 0x2f, 0x7a, 0xff, 0x6c, 0xa0, 0xf6, 0xaf, 0xf9, 0xad, - 0xf7, 0xff, 0x5b, 0xa1, 0x47, 0x56, 0x3e, 0xfe, 0xc4, 0x6e, 0x92, 0x64, 0xe3, 0x67, 0xb6, 0x60, - 0xcd, 0xf2, 0x9b, 0xab, 0xbb, 0x99, 0x97, 0xcf, 0x67, 0x9d, 0xd9, 0xf4, 0xce, 0xed, 0x99, 0x6a, - 0x23, 0xdd, 0x5f, 0x17, 0x2f, 0x2d, 0xa8, 0x1f, 0xcb, 0x9f, 0xdf, 0x1a, 0xaf, 0xfa, 0x94, 0xfe, - 0xde, 0x68, 0xf5, 0x4b, 0x31, 0x3a, 0x29, 0xbc, 0xf2, 0x68, 0x4f, 0x59, 0xd7, 0x73, 0x57, 0x16, - 0x7f, 0x54, 0x80, 0x31, 0x9d, 0x14, 0xe3, 0x1a, 0x30, 0xce, 0xba, 0xe3, 0x12, 0xf0, 0x57, 0xa3, - 0x5d, 0x46, 0x7d, 0x9f, 0x4e, 0x0a, 0xdf, 0xaf, 0x21, 0xbe, 0x9f, 0x75, 0x7d, 0xbf, 0x04, 0xfd, - 0xf2, 0xda, 0xbd, 0xee, 0xe4, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x65, 0x0a, 0x53, 0x90, 0x3d, - 0x05, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/account_budget.pb.go b/googleapis/ads/googleads/v0/resources/account_budget.pb.go deleted file mode 100644 index 9295c92b84..0000000000 --- a/googleapis/ads/googleads/v0/resources/account_budget.pb.go +++ /dev/null @@ -1,1053 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/account_budget.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// An account-level budget. It contains information about the budget itself, -// as well as the most recently approved changes to the budget and proposed -// changes that are pending approval. The proposed changes that are pending -// approval, if any, are found in 'pending_proposal'. Effective details about -// the budget are found in fields prefixed 'approved_', 'adjusted_' and those -// without a prefix. Since some effective details may differ from what the user -// had originally requested (e.g. spending limit), these differences are -// juxtaposed via 'proposed_', 'approved_', and possibly 'adjusted_' fields. -// -// This resource is mutated using AccountBudgetProposal and cannot be mutated -// directly. A budget may have at most one pending proposal at any given time. -// It is read through pending_proposal. -// -// Once approved, a budget may be subject to adjustments, such as credit -// adjustments. Adjustments create differences between the 'approved' and -// 'adjusted' fields, which would otherwise be identical. -type AccountBudget struct { - // The resource name of the account-level budget. - // AccountBudget resource names have the form: - // - // `customers/{customer_id}/accountBudgets/{account_budget_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the account-level budget. - Id *wrappers.Int64Value `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - // The resource name of the billing setup associated with this account-level - // budget. BillingSetup resource names have the form: - // - // `customers/{customer_id}/billingSetups/{billing_setup_id}` - BillingSetup *wrappers.StringValue `protobuf:"bytes,3,opt,name=billing_setup,json=billingSetup,proto3" json:"billing_setup,omitempty"` - // The status of this account-level budget. - Status enums.AccountBudgetStatusEnum_AccountBudgetStatus `protobuf:"varint,4,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.AccountBudgetStatusEnum_AccountBudgetStatus" json:"status,omitempty"` - // The name of the account-level budget. - Name *wrappers.StringValue `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` - // The proposed start time of the account-level budget in - // yyyy-MM-dd HH:mm:ss format. If a start time type of NOW was proposed, - // this is the time of request. - ProposedStartDateTime *wrappers.StringValue `protobuf:"bytes,6,opt,name=proposed_start_date_time,json=proposedStartDateTime,proto3" json:"proposed_start_date_time,omitempty"` - // The approved start time of the account-level budget in yyyy-MM-dd HH:mm:ss - // format. - // - // For example, if a new budget is approved after the proposed start time, - // the approved start time is the time of approval. - ApprovedStartDateTime *wrappers.StringValue `protobuf:"bytes,7,opt,name=approved_start_date_time,json=approvedStartDateTime,proto3" json:"approved_start_date_time,omitempty"` - // The total adjustments amount. - // - // An example of an adjustment is courtesy credits. - TotalAdjustmentsMicros *wrappers.Int64Value `protobuf:"bytes,18,opt,name=total_adjustments_micros,json=totalAdjustmentsMicros,proto3" json:"total_adjustments_micros,omitempty"` - // The value of Ads that have been served, in micros. - // - // This includes overdelivery costs, in which case a credit might be - // automatically applied to the budget (see total_adjustments_micros). - AmountServedMicros *wrappers.Int64Value `protobuf:"bytes,19,opt,name=amount_served_micros,json=amountServedMicros,proto3" json:"amount_served_micros,omitempty"` - // A purchase order number is a value that helps users reference this budget - // in their monthly invoices. - PurchaseOrderNumber *wrappers.StringValue `protobuf:"bytes,20,opt,name=purchase_order_number,json=purchaseOrderNumber,proto3" json:"purchase_order_number,omitempty"` - // Notes associated with the budget. - Notes *wrappers.StringValue `protobuf:"bytes,21,opt,name=notes,proto3" json:"notes,omitempty"` - // The pending proposal to modify this budget, if applicable. - PendingProposal *AccountBudget_PendingAccountBudgetProposal `protobuf:"bytes,22,opt,name=pending_proposal,json=pendingProposal,proto3" json:"pending_proposal,omitempty"` - // The proposed end time of the account-level budget. - // - // Types that are valid to be assigned to ProposedEndTime: - // *AccountBudget_ProposedEndDateTime - // *AccountBudget_ProposedEndTimeType - ProposedEndTime isAccountBudget_ProposedEndTime `protobuf_oneof:"proposed_end_time"` - // The approved end time of the account-level budget. - // - // For example, if a budget's end time is updated and the proposal is approved - // after the proposed end time, the approved end time is the time of approval. - // - // Types that are valid to be assigned to ApprovedEndTime: - // *AccountBudget_ApprovedEndDateTime - // *AccountBudget_ApprovedEndTimeType - ApprovedEndTime isAccountBudget_ApprovedEndTime `protobuf_oneof:"approved_end_time"` - // The proposed spending limit. - // - // Types that are valid to be assigned to ProposedSpendingLimit: - // *AccountBudget_ProposedSpendingLimitMicros - // *AccountBudget_ProposedSpendingLimitType - ProposedSpendingLimit isAccountBudget_ProposedSpendingLimit `protobuf_oneof:"proposed_spending_limit"` - // The approved spending limit. - // - // For example, if the amount already spent by the account exceeds the - // proposed spending limit at the time the proposal is approved, the approved - // spending limit is set to the amount already spent. - // - // Types that are valid to be assigned to ApprovedSpendingLimit: - // *AccountBudget_ApprovedSpendingLimitMicros - // *AccountBudget_ApprovedSpendingLimitType - ApprovedSpendingLimit isAccountBudget_ApprovedSpendingLimit `protobuf_oneof:"approved_spending_limit"` - // The spending limit after adjustments have been applied. Adjustments are - // stored in total_adjustments_micros. - // - // This value has the final say on how much the account is allowed to spend. - // - // Types that are valid to be assigned to AdjustedSpendingLimit: - // *AccountBudget_AdjustedSpendingLimitMicros - // *AccountBudget_AdjustedSpendingLimitType - AdjustedSpendingLimit isAccountBudget_AdjustedSpendingLimit `protobuf_oneof:"adjusted_spending_limit"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AccountBudget) Reset() { *m = AccountBudget{} } -func (m *AccountBudget) String() string { return proto.CompactTextString(m) } -func (*AccountBudget) ProtoMessage() {} -func (*AccountBudget) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_b49b5199235ca7bd, []int{0} -} -func (m *AccountBudget) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AccountBudget.Unmarshal(m, b) -} -func (m *AccountBudget) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AccountBudget.Marshal(b, m, deterministic) -} -func (dst *AccountBudget) XXX_Merge(src proto.Message) { - xxx_messageInfo_AccountBudget.Merge(dst, src) -} -func (m *AccountBudget) XXX_Size() int { - return xxx_messageInfo_AccountBudget.Size(m) -} -func (m *AccountBudget) XXX_DiscardUnknown() { - xxx_messageInfo_AccountBudget.DiscardUnknown(m) -} - -var xxx_messageInfo_AccountBudget proto.InternalMessageInfo - -func (m *AccountBudget) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *AccountBudget) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *AccountBudget) GetBillingSetup() *wrappers.StringValue { - if m != nil { - return m.BillingSetup - } - return nil -} - -func (m *AccountBudget) GetStatus() enums.AccountBudgetStatusEnum_AccountBudgetStatus { - if m != nil { - return m.Status - } - return enums.AccountBudgetStatusEnum_UNSPECIFIED -} - -func (m *AccountBudget) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *AccountBudget) GetProposedStartDateTime() *wrappers.StringValue { - if m != nil { - return m.ProposedStartDateTime - } - return nil -} - -func (m *AccountBudget) GetApprovedStartDateTime() *wrappers.StringValue { - if m != nil { - return m.ApprovedStartDateTime - } - return nil -} - -func (m *AccountBudget) GetTotalAdjustmentsMicros() *wrappers.Int64Value { - if m != nil { - return m.TotalAdjustmentsMicros - } - return nil -} - -func (m *AccountBudget) GetAmountServedMicros() *wrappers.Int64Value { - if m != nil { - return m.AmountServedMicros - } - return nil -} - -func (m *AccountBudget) GetPurchaseOrderNumber() *wrappers.StringValue { - if m != nil { - return m.PurchaseOrderNumber - } - return nil -} - -func (m *AccountBudget) GetNotes() *wrappers.StringValue { - if m != nil { - return m.Notes - } - return nil -} - -func (m *AccountBudget) GetPendingProposal() *AccountBudget_PendingAccountBudgetProposal { - if m != nil { - return m.PendingProposal - } - return nil -} - -type isAccountBudget_ProposedEndTime interface { - isAccountBudget_ProposedEndTime() -} - -type AccountBudget_ProposedEndDateTime struct { - ProposedEndDateTime *wrappers.StringValue `protobuf:"bytes,8,opt,name=proposed_end_date_time,json=proposedEndDateTime,proto3,oneof"` -} - -type AccountBudget_ProposedEndTimeType struct { - ProposedEndTimeType enums.TimeTypeEnum_TimeType `protobuf:"varint,9,opt,name=proposed_end_time_type,json=proposedEndTimeType,proto3,enum=google.ads.googleads.v0.enums.TimeTypeEnum_TimeType,oneof"` -} - -func (*AccountBudget_ProposedEndDateTime) isAccountBudget_ProposedEndTime() {} - -func (*AccountBudget_ProposedEndTimeType) isAccountBudget_ProposedEndTime() {} - -func (m *AccountBudget) GetProposedEndTime() isAccountBudget_ProposedEndTime { - if m != nil { - return m.ProposedEndTime - } - return nil -} - -func (m *AccountBudget) GetProposedEndDateTime() *wrappers.StringValue { - if x, ok := m.GetProposedEndTime().(*AccountBudget_ProposedEndDateTime); ok { - return x.ProposedEndDateTime - } - return nil -} - -func (m *AccountBudget) GetProposedEndTimeType() enums.TimeTypeEnum_TimeType { - if x, ok := m.GetProposedEndTime().(*AccountBudget_ProposedEndTimeType); ok { - return x.ProposedEndTimeType - } - return enums.TimeTypeEnum_UNSPECIFIED -} - -type isAccountBudget_ApprovedEndTime interface { - isAccountBudget_ApprovedEndTime() -} - -type AccountBudget_ApprovedEndDateTime struct { - ApprovedEndDateTime *wrappers.StringValue `protobuf:"bytes,10,opt,name=approved_end_date_time,json=approvedEndDateTime,proto3,oneof"` -} - -type AccountBudget_ApprovedEndTimeType struct { - ApprovedEndTimeType enums.TimeTypeEnum_TimeType `protobuf:"varint,11,opt,name=approved_end_time_type,json=approvedEndTimeType,proto3,enum=google.ads.googleads.v0.enums.TimeTypeEnum_TimeType,oneof"` -} - -func (*AccountBudget_ApprovedEndDateTime) isAccountBudget_ApprovedEndTime() {} - -func (*AccountBudget_ApprovedEndTimeType) isAccountBudget_ApprovedEndTime() {} - -func (m *AccountBudget) GetApprovedEndTime() isAccountBudget_ApprovedEndTime { - if m != nil { - return m.ApprovedEndTime - } - return nil -} - -func (m *AccountBudget) GetApprovedEndDateTime() *wrappers.StringValue { - if x, ok := m.GetApprovedEndTime().(*AccountBudget_ApprovedEndDateTime); ok { - return x.ApprovedEndDateTime - } - return nil -} - -func (m *AccountBudget) GetApprovedEndTimeType() enums.TimeTypeEnum_TimeType { - if x, ok := m.GetApprovedEndTime().(*AccountBudget_ApprovedEndTimeType); ok { - return x.ApprovedEndTimeType - } - return enums.TimeTypeEnum_UNSPECIFIED -} - -type isAccountBudget_ProposedSpendingLimit interface { - isAccountBudget_ProposedSpendingLimit() -} - -type AccountBudget_ProposedSpendingLimitMicros struct { - ProposedSpendingLimitMicros *wrappers.Int64Value `protobuf:"bytes,12,opt,name=proposed_spending_limit_micros,json=proposedSpendingLimitMicros,proto3,oneof"` -} - -type AccountBudget_ProposedSpendingLimitType struct { - ProposedSpendingLimitType enums.SpendingLimitTypeEnum_SpendingLimitType `protobuf:"varint,13,opt,name=proposed_spending_limit_type,json=proposedSpendingLimitType,proto3,enum=google.ads.googleads.v0.enums.SpendingLimitTypeEnum_SpendingLimitType,oneof"` -} - -func (*AccountBudget_ProposedSpendingLimitMicros) isAccountBudget_ProposedSpendingLimit() {} - -func (*AccountBudget_ProposedSpendingLimitType) isAccountBudget_ProposedSpendingLimit() {} - -func (m *AccountBudget) GetProposedSpendingLimit() isAccountBudget_ProposedSpendingLimit { - if m != nil { - return m.ProposedSpendingLimit - } - return nil -} - -func (m *AccountBudget) GetProposedSpendingLimitMicros() *wrappers.Int64Value { - if x, ok := m.GetProposedSpendingLimit().(*AccountBudget_ProposedSpendingLimitMicros); ok { - return x.ProposedSpendingLimitMicros - } - return nil -} - -func (m *AccountBudget) GetProposedSpendingLimitType() enums.SpendingLimitTypeEnum_SpendingLimitType { - if x, ok := m.GetProposedSpendingLimit().(*AccountBudget_ProposedSpendingLimitType); ok { - return x.ProposedSpendingLimitType - } - return enums.SpendingLimitTypeEnum_UNSPECIFIED -} - -type isAccountBudget_ApprovedSpendingLimit interface { - isAccountBudget_ApprovedSpendingLimit() -} - -type AccountBudget_ApprovedSpendingLimitMicros struct { - ApprovedSpendingLimitMicros *wrappers.Int64Value `protobuf:"bytes,14,opt,name=approved_spending_limit_micros,json=approvedSpendingLimitMicros,proto3,oneof"` -} - -type AccountBudget_ApprovedSpendingLimitType struct { - ApprovedSpendingLimitType enums.SpendingLimitTypeEnum_SpendingLimitType `protobuf:"varint,15,opt,name=approved_spending_limit_type,json=approvedSpendingLimitType,proto3,enum=google.ads.googleads.v0.enums.SpendingLimitTypeEnum_SpendingLimitType,oneof"` -} - -func (*AccountBudget_ApprovedSpendingLimitMicros) isAccountBudget_ApprovedSpendingLimit() {} - -func (*AccountBudget_ApprovedSpendingLimitType) isAccountBudget_ApprovedSpendingLimit() {} - -func (m *AccountBudget) GetApprovedSpendingLimit() isAccountBudget_ApprovedSpendingLimit { - if m != nil { - return m.ApprovedSpendingLimit - } - return nil -} - -func (m *AccountBudget) GetApprovedSpendingLimitMicros() *wrappers.Int64Value { - if x, ok := m.GetApprovedSpendingLimit().(*AccountBudget_ApprovedSpendingLimitMicros); ok { - return x.ApprovedSpendingLimitMicros - } - return nil -} - -func (m *AccountBudget) GetApprovedSpendingLimitType() enums.SpendingLimitTypeEnum_SpendingLimitType { - if x, ok := m.GetApprovedSpendingLimit().(*AccountBudget_ApprovedSpendingLimitType); ok { - return x.ApprovedSpendingLimitType - } - return enums.SpendingLimitTypeEnum_UNSPECIFIED -} - -type isAccountBudget_AdjustedSpendingLimit interface { - isAccountBudget_AdjustedSpendingLimit() -} - -type AccountBudget_AdjustedSpendingLimitMicros struct { - AdjustedSpendingLimitMicros *wrappers.Int64Value `protobuf:"bytes,16,opt,name=adjusted_spending_limit_micros,json=adjustedSpendingLimitMicros,proto3,oneof"` -} - -type AccountBudget_AdjustedSpendingLimitType struct { - AdjustedSpendingLimitType enums.SpendingLimitTypeEnum_SpendingLimitType `protobuf:"varint,17,opt,name=adjusted_spending_limit_type,json=adjustedSpendingLimitType,proto3,enum=google.ads.googleads.v0.enums.SpendingLimitTypeEnum_SpendingLimitType,oneof"` -} - -func (*AccountBudget_AdjustedSpendingLimitMicros) isAccountBudget_AdjustedSpendingLimit() {} - -func (*AccountBudget_AdjustedSpendingLimitType) isAccountBudget_AdjustedSpendingLimit() {} - -func (m *AccountBudget) GetAdjustedSpendingLimit() isAccountBudget_AdjustedSpendingLimit { - if m != nil { - return m.AdjustedSpendingLimit - } - return nil -} - -func (m *AccountBudget) GetAdjustedSpendingLimitMicros() *wrappers.Int64Value { - if x, ok := m.GetAdjustedSpendingLimit().(*AccountBudget_AdjustedSpendingLimitMicros); ok { - return x.AdjustedSpendingLimitMicros - } - return nil -} - -func (m *AccountBudget) GetAdjustedSpendingLimitType() enums.SpendingLimitTypeEnum_SpendingLimitType { - if x, ok := m.GetAdjustedSpendingLimit().(*AccountBudget_AdjustedSpendingLimitType); ok { - return x.AdjustedSpendingLimitType - } - return enums.SpendingLimitTypeEnum_UNSPECIFIED -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*AccountBudget) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _AccountBudget_OneofMarshaler, _AccountBudget_OneofUnmarshaler, _AccountBudget_OneofSizer, []interface{}{ - (*AccountBudget_ProposedEndDateTime)(nil), - (*AccountBudget_ProposedEndTimeType)(nil), - (*AccountBudget_ApprovedEndDateTime)(nil), - (*AccountBudget_ApprovedEndTimeType)(nil), - (*AccountBudget_ProposedSpendingLimitMicros)(nil), - (*AccountBudget_ProposedSpendingLimitType)(nil), - (*AccountBudget_ApprovedSpendingLimitMicros)(nil), - (*AccountBudget_ApprovedSpendingLimitType)(nil), - (*AccountBudget_AdjustedSpendingLimitMicros)(nil), - (*AccountBudget_AdjustedSpendingLimitType)(nil), - } -} - -func _AccountBudget_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*AccountBudget) - // proposed_end_time - switch x := m.ProposedEndTime.(type) { - case *AccountBudget_ProposedEndDateTime: - b.EncodeVarint(8<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ProposedEndDateTime); err != nil { - return err - } - case *AccountBudget_ProposedEndTimeType: - b.EncodeVarint(9<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ProposedEndTimeType)) - case nil: - default: - return fmt.Errorf("AccountBudget.ProposedEndTime has unexpected type %T", x) - } - // approved_end_time - switch x := m.ApprovedEndTime.(type) { - case *AccountBudget_ApprovedEndDateTime: - b.EncodeVarint(10<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ApprovedEndDateTime); err != nil { - return err - } - case *AccountBudget_ApprovedEndTimeType: - b.EncodeVarint(11<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ApprovedEndTimeType)) - case nil: - default: - return fmt.Errorf("AccountBudget.ApprovedEndTime has unexpected type %T", x) - } - // proposed_spending_limit - switch x := m.ProposedSpendingLimit.(type) { - case *AccountBudget_ProposedSpendingLimitMicros: - b.EncodeVarint(12<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ProposedSpendingLimitMicros); err != nil { - return err - } - case *AccountBudget_ProposedSpendingLimitType: - b.EncodeVarint(13<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ProposedSpendingLimitType)) - case nil: - default: - return fmt.Errorf("AccountBudget.ProposedSpendingLimit has unexpected type %T", x) - } - // approved_spending_limit - switch x := m.ApprovedSpendingLimit.(type) { - case *AccountBudget_ApprovedSpendingLimitMicros: - b.EncodeVarint(14<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ApprovedSpendingLimitMicros); err != nil { - return err - } - case *AccountBudget_ApprovedSpendingLimitType: - b.EncodeVarint(15<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ApprovedSpendingLimitType)) - case nil: - default: - return fmt.Errorf("AccountBudget.ApprovedSpendingLimit has unexpected type %T", x) - } - // adjusted_spending_limit - switch x := m.AdjustedSpendingLimit.(type) { - case *AccountBudget_AdjustedSpendingLimitMicros: - b.EncodeVarint(16<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.AdjustedSpendingLimitMicros); err != nil { - return err - } - case *AccountBudget_AdjustedSpendingLimitType: - b.EncodeVarint(17<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.AdjustedSpendingLimitType)) - case nil: - default: - return fmt.Errorf("AccountBudget.AdjustedSpendingLimit has unexpected type %T", x) - } - return nil -} - -func _AccountBudget_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*AccountBudget) - switch tag { - case 8: // proposed_end_time.proposed_end_date_time - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.StringValue) - err := b.DecodeMessage(msg) - m.ProposedEndTime = &AccountBudget_ProposedEndDateTime{msg} - return true, err - case 9: // proposed_end_time.proposed_end_time_type - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ProposedEndTime = &AccountBudget_ProposedEndTimeType{enums.TimeTypeEnum_TimeType(x)} - return true, err - case 10: // approved_end_time.approved_end_date_time - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.StringValue) - err := b.DecodeMessage(msg) - m.ApprovedEndTime = &AccountBudget_ApprovedEndDateTime{msg} - return true, err - case 11: // approved_end_time.approved_end_time_type - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ApprovedEndTime = &AccountBudget_ApprovedEndTimeType{enums.TimeTypeEnum_TimeType(x)} - return true, err - case 12: // proposed_spending_limit.proposed_spending_limit_micros - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.Int64Value) - err := b.DecodeMessage(msg) - m.ProposedSpendingLimit = &AccountBudget_ProposedSpendingLimitMicros{msg} - return true, err - case 13: // proposed_spending_limit.proposed_spending_limit_type - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ProposedSpendingLimit = &AccountBudget_ProposedSpendingLimitType{enums.SpendingLimitTypeEnum_SpendingLimitType(x)} - return true, err - case 14: // approved_spending_limit.approved_spending_limit_micros - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.Int64Value) - err := b.DecodeMessage(msg) - m.ApprovedSpendingLimit = &AccountBudget_ApprovedSpendingLimitMicros{msg} - return true, err - case 15: // approved_spending_limit.approved_spending_limit_type - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ApprovedSpendingLimit = &AccountBudget_ApprovedSpendingLimitType{enums.SpendingLimitTypeEnum_SpendingLimitType(x)} - return true, err - case 16: // adjusted_spending_limit.adjusted_spending_limit_micros - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.Int64Value) - err := b.DecodeMessage(msg) - m.AdjustedSpendingLimit = &AccountBudget_AdjustedSpendingLimitMicros{msg} - return true, err - case 17: // adjusted_spending_limit.adjusted_spending_limit_type - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.AdjustedSpendingLimit = &AccountBudget_AdjustedSpendingLimitType{enums.SpendingLimitTypeEnum_SpendingLimitType(x)} - return true, err - default: - return false, nil - } -} - -func _AccountBudget_OneofSizer(msg proto.Message) (n int) { - m := msg.(*AccountBudget) - // proposed_end_time - switch x := m.ProposedEndTime.(type) { - case *AccountBudget_ProposedEndDateTime: - s := proto.Size(x.ProposedEndDateTime) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AccountBudget_ProposedEndTimeType: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.ProposedEndTimeType)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - // approved_end_time - switch x := m.ApprovedEndTime.(type) { - case *AccountBudget_ApprovedEndDateTime: - s := proto.Size(x.ApprovedEndDateTime) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AccountBudget_ApprovedEndTimeType: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.ApprovedEndTimeType)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - // proposed_spending_limit - switch x := m.ProposedSpendingLimit.(type) { - case *AccountBudget_ProposedSpendingLimitMicros: - s := proto.Size(x.ProposedSpendingLimitMicros) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AccountBudget_ProposedSpendingLimitType: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.ProposedSpendingLimitType)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - // approved_spending_limit - switch x := m.ApprovedSpendingLimit.(type) { - case *AccountBudget_ApprovedSpendingLimitMicros: - s := proto.Size(x.ApprovedSpendingLimitMicros) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AccountBudget_ApprovedSpendingLimitType: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.ApprovedSpendingLimitType)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - // adjusted_spending_limit - switch x := m.AdjustedSpendingLimit.(type) { - case *AccountBudget_AdjustedSpendingLimitMicros: - s := proto.Size(x.AdjustedSpendingLimitMicros) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AccountBudget_AdjustedSpendingLimitType: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.AdjustedSpendingLimitType)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// A pending proposal associated with the enclosing account-level budget, -// if applicable. -type AccountBudget_PendingAccountBudgetProposal struct { - // The resource name of the proposal. - // AccountBudgetProposal resource names have the form: - // - // - // `customers/{customer_id}/accountBudgetProposals/{account_budget_proposal_id}` - AccountBudgetProposal *wrappers.StringValue `protobuf:"bytes,1,opt,name=account_budget_proposal,json=accountBudgetProposal,proto3" json:"account_budget_proposal,omitempty"` - // The type of this proposal, e.g. END to end the budget associated - // with this proposal. - ProposalType enums.AccountBudgetProposalTypeEnum_AccountBudgetProposalType `protobuf:"varint,2,opt,name=proposal_type,json=proposalType,proto3,enum=google.ads.googleads.v0.enums.AccountBudgetProposalTypeEnum_AccountBudgetProposalType" json:"proposal_type,omitempty"` - // The name to assign to the account-level budget. - Name *wrappers.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` - // The start time in yyyy-MM-dd HH:mm:ss format. - StartDateTime *wrappers.StringValue `protobuf:"bytes,4,opt,name=start_date_time,json=startDateTime,proto3" json:"start_date_time,omitempty"` - // A purchase order number is a value that helps users reference this budget - // in their monthly invoices. - PurchaseOrderNumber *wrappers.StringValue `protobuf:"bytes,9,opt,name=purchase_order_number,json=purchaseOrderNumber,proto3" json:"purchase_order_number,omitempty"` - // Notes associated with this budget. - Notes *wrappers.StringValue `protobuf:"bytes,10,opt,name=notes,proto3" json:"notes,omitempty"` - // The time when this account-level budget proposal was created. - // Formatted as yyyy-MM-dd HH:mm:ss. - CreationDateTime *wrappers.StringValue `protobuf:"bytes,11,opt,name=creation_date_time,json=creationDateTime,proto3" json:"creation_date_time,omitempty"` - // The end time of the account-level budget. - // - // Types that are valid to be assigned to EndTime: - // *AccountBudget_PendingAccountBudgetProposal_EndDateTime - // *AccountBudget_PendingAccountBudgetProposal_EndTimeType - EndTime isAccountBudget_PendingAccountBudgetProposal_EndTime `protobuf_oneof:"end_time"` - // The spending limit. - // - // Types that are valid to be assigned to SpendingLimit: - // *AccountBudget_PendingAccountBudgetProposal_SpendingLimitMicros - // *AccountBudget_PendingAccountBudgetProposal_SpendingLimitType - SpendingLimit isAccountBudget_PendingAccountBudgetProposal_SpendingLimit `protobuf_oneof:"spending_limit"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AccountBudget_PendingAccountBudgetProposal) Reset() { - *m = AccountBudget_PendingAccountBudgetProposal{} -} -func (m *AccountBudget_PendingAccountBudgetProposal) String() string { - return proto.CompactTextString(m) -} -func (*AccountBudget_PendingAccountBudgetProposal) ProtoMessage() {} -func (*AccountBudget_PendingAccountBudgetProposal) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_b49b5199235ca7bd, []int{0, 0} -} -func (m *AccountBudget_PendingAccountBudgetProposal) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AccountBudget_PendingAccountBudgetProposal.Unmarshal(m, b) -} -func (m *AccountBudget_PendingAccountBudgetProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AccountBudget_PendingAccountBudgetProposal.Marshal(b, m, deterministic) -} -func (dst *AccountBudget_PendingAccountBudgetProposal) XXX_Merge(src proto.Message) { - xxx_messageInfo_AccountBudget_PendingAccountBudgetProposal.Merge(dst, src) -} -func (m *AccountBudget_PendingAccountBudgetProposal) XXX_Size() int { - return xxx_messageInfo_AccountBudget_PendingAccountBudgetProposal.Size(m) -} -func (m *AccountBudget_PendingAccountBudgetProposal) XXX_DiscardUnknown() { - xxx_messageInfo_AccountBudget_PendingAccountBudgetProposal.DiscardUnknown(m) -} - -var xxx_messageInfo_AccountBudget_PendingAccountBudgetProposal proto.InternalMessageInfo - -func (m *AccountBudget_PendingAccountBudgetProposal) GetAccountBudgetProposal() *wrappers.StringValue { - if m != nil { - return m.AccountBudgetProposal - } - return nil -} - -func (m *AccountBudget_PendingAccountBudgetProposal) GetProposalType() enums.AccountBudgetProposalTypeEnum_AccountBudgetProposalType { - if m != nil { - return m.ProposalType - } - return enums.AccountBudgetProposalTypeEnum_UNSPECIFIED -} - -func (m *AccountBudget_PendingAccountBudgetProposal) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *AccountBudget_PendingAccountBudgetProposal) GetStartDateTime() *wrappers.StringValue { - if m != nil { - return m.StartDateTime - } - return nil -} - -func (m *AccountBudget_PendingAccountBudgetProposal) GetPurchaseOrderNumber() *wrappers.StringValue { - if m != nil { - return m.PurchaseOrderNumber - } - return nil -} - -func (m *AccountBudget_PendingAccountBudgetProposal) GetNotes() *wrappers.StringValue { - if m != nil { - return m.Notes - } - return nil -} - -func (m *AccountBudget_PendingAccountBudgetProposal) GetCreationDateTime() *wrappers.StringValue { - if m != nil { - return m.CreationDateTime - } - return nil -} - -type isAccountBudget_PendingAccountBudgetProposal_EndTime interface { - isAccountBudget_PendingAccountBudgetProposal_EndTime() -} - -type AccountBudget_PendingAccountBudgetProposal_EndDateTime struct { - EndDateTime *wrappers.StringValue `protobuf:"bytes,5,opt,name=end_date_time,json=endDateTime,proto3,oneof"` -} - -type AccountBudget_PendingAccountBudgetProposal_EndTimeType struct { - EndTimeType enums.TimeTypeEnum_TimeType `protobuf:"varint,6,opt,name=end_time_type,json=endTimeType,proto3,enum=google.ads.googleads.v0.enums.TimeTypeEnum_TimeType,oneof"` -} - -func (*AccountBudget_PendingAccountBudgetProposal_EndDateTime) isAccountBudget_PendingAccountBudgetProposal_EndTime() { -} - -func (*AccountBudget_PendingAccountBudgetProposal_EndTimeType) isAccountBudget_PendingAccountBudgetProposal_EndTime() { -} - -func (m *AccountBudget_PendingAccountBudgetProposal) GetEndTime() isAccountBudget_PendingAccountBudgetProposal_EndTime { - if m != nil { - return m.EndTime - } - return nil -} - -func (m *AccountBudget_PendingAccountBudgetProposal) GetEndDateTime() *wrappers.StringValue { - if x, ok := m.GetEndTime().(*AccountBudget_PendingAccountBudgetProposal_EndDateTime); ok { - return x.EndDateTime - } - return nil -} - -func (m *AccountBudget_PendingAccountBudgetProposal) GetEndTimeType() enums.TimeTypeEnum_TimeType { - if x, ok := m.GetEndTime().(*AccountBudget_PendingAccountBudgetProposal_EndTimeType); ok { - return x.EndTimeType - } - return enums.TimeTypeEnum_UNSPECIFIED -} - -type isAccountBudget_PendingAccountBudgetProposal_SpendingLimit interface { - isAccountBudget_PendingAccountBudgetProposal_SpendingLimit() -} - -type AccountBudget_PendingAccountBudgetProposal_SpendingLimitMicros struct { - SpendingLimitMicros *wrappers.Int64Value `protobuf:"bytes,7,opt,name=spending_limit_micros,json=spendingLimitMicros,proto3,oneof"` -} - -type AccountBudget_PendingAccountBudgetProposal_SpendingLimitType struct { - SpendingLimitType enums.SpendingLimitTypeEnum_SpendingLimitType `protobuf:"varint,8,opt,name=spending_limit_type,json=spendingLimitType,proto3,enum=google.ads.googleads.v0.enums.SpendingLimitTypeEnum_SpendingLimitType,oneof"` -} - -func (*AccountBudget_PendingAccountBudgetProposal_SpendingLimitMicros) isAccountBudget_PendingAccountBudgetProposal_SpendingLimit() { -} - -func (*AccountBudget_PendingAccountBudgetProposal_SpendingLimitType) isAccountBudget_PendingAccountBudgetProposal_SpendingLimit() { -} - -func (m *AccountBudget_PendingAccountBudgetProposal) GetSpendingLimit() isAccountBudget_PendingAccountBudgetProposal_SpendingLimit { - if m != nil { - return m.SpendingLimit - } - return nil -} - -func (m *AccountBudget_PendingAccountBudgetProposal) GetSpendingLimitMicros() *wrappers.Int64Value { - if x, ok := m.GetSpendingLimit().(*AccountBudget_PendingAccountBudgetProposal_SpendingLimitMicros); ok { - return x.SpendingLimitMicros - } - return nil -} - -func (m *AccountBudget_PendingAccountBudgetProposal) GetSpendingLimitType() enums.SpendingLimitTypeEnum_SpendingLimitType { - if x, ok := m.GetSpendingLimit().(*AccountBudget_PendingAccountBudgetProposal_SpendingLimitType); ok { - return x.SpendingLimitType - } - return enums.SpendingLimitTypeEnum_UNSPECIFIED -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*AccountBudget_PendingAccountBudgetProposal) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _AccountBudget_PendingAccountBudgetProposal_OneofMarshaler, _AccountBudget_PendingAccountBudgetProposal_OneofUnmarshaler, _AccountBudget_PendingAccountBudgetProposal_OneofSizer, []interface{}{ - (*AccountBudget_PendingAccountBudgetProposal_EndDateTime)(nil), - (*AccountBudget_PendingAccountBudgetProposal_EndTimeType)(nil), - (*AccountBudget_PendingAccountBudgetProposal_SpendingLimitMicros)(nil), - (*AccountBudget_PendingAccountBudgetProposal_SpendingLimitType)(nil), - } -} - -func _AccountBudget_PendingAccountBudgetProposal_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*AccountBudget_PendingAccountBudgetProposal) - // end_time - switch x := m.EndTime.(type) { - case *AccountBudget_PendingAccountBudgetProposal_EndDateTime: - b.EncodeVarint(5<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.EndDateTime); err != nil { - return err - } - case *AccountBudget_PendingAccountBudgetProposal_EndTimeType: - b.EncodeVarint(6<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.EndTimeType)) - case nil: - default: - return fmt.Errorf("AccountBudget_PendingAccountBudgetProposal.EndTime has unexpected type %T", x) - } - // spending_limit - switch x := m.SpendingLimit.(type) { - case *AccountBudget_PendingAccountBudgetProposal_SpendingLimitMicros: - b.EncodeVarint(7<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.SpendingLimitMicros); err != nil { - return err - } - case *AccountBudget_PendingAccountBudgetProposal_SpendingLimitType: - b.EncodeVarint(8<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.SpendingLimitType)) - case nil: - default: - return fmt.Errorf("AccountBudget_PendingAccountBudgetProposal.SpendingLimit has unexpected type %T", x) - } - return nil -} - -func _AccountBudget_PendingAccountBudgetProposal_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*AccountBudget_PendingAccountBudgetProposal) - switch tag { - case 5: // end_time.end_date_time - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.StringValue) - err := b.DecodeMessage(msg) - m.EndTime = &AccountBudget_PendingAccountBudgetProposal_EndDateTime{msg} - return true, err - case 6: // end_time.end_time_type - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.EndTime = &AccountBudget_PendingAccountBudgetProposal_EndTimeType{enums.TimeTypeEnum_TimeType(x)} - return true, err - case 7: // spending_limit.spending_limit_micros - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.Int64Value) - err := b.DecodeMessage(msg) - m.SpendingLimit = &AccountBudget_PendingAccountBudgetProposal_SpendingLimitMicros{msg} - return true, err - case 8: // spending_limit.spending_limit_type - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.SpendingLimit = &AccountBudget_PendingAccountBudgetProposal_SpendingLimitType{enums.SpendingLimitTypeEnum_SpendingLimitType(x)} - return true, err - default: - return false, nil - } -} - -func _AccountBudget_PendingAccountBudgetProposal_OneofSizer(msg proto.Message) (n int) { - m := msg.(*AccountBudget_PendingAccountBudgetProposal) - // end_time - switch x := m.EndTime.(type) { - case *AccountBudget_PendingAccountBudgetProposal_EndDateTime: - s := proto.Size(x.EndDateTime) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AccountBudget_PendingAccountBudgetProposal_EndTimeType: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.EndTimeType)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - // spending_limit - switch x := m.SpendingLimit.(type) { - case *AccountBudget_PendingAccountBudgetProposal_SpendingLimitMicros: - s := proto.Size(x.SpendingLimitMicros) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AccountBudget_PendingAccountBudgetProposal_SpendingLimitType: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.SpendingLimitType)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -func init() { - proto.RegisterType((*AccountBudget)(nil), "google.ads.googleads.v0.resources.AccountBudget") - proto.RegisterType((*AccountBudget_PendingAccountBudgetProposal)(nil), "google.ads.googleads.v0.resources.AccountBudget.PendingAccountBudgetProposal") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/account_budget.proto", fileDescriptor_account_budget_b49b5199235ca7bd) -} - -var fileDescriptor_account_budget_b49b5199235ca7bd = []byte{ - // 998 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xdd, 0x6e, 0xdb, 0x36, - 0x14, 0x9e, 0x6c, 0xe7, 0x8f, 0x89, 0xf3, 0x23, 0x37, 0xa9, 0xf2, 0x83, 0x22, 0xdd, 0x50, 0x20, - 0xc0, 0x30, 0xd9, 0xc8, 0x8a, 0x0e, 0xf3, 0x6e, 0x66, 0xa3, 0x5d, 0xb3, 0x60, 0xe9, 0x32, 0x39, - 0xf3, 0x45, 0x11, 0x40, 0xa0, 0x2d, 0x4e, 0xd3, 0x66, 0x91, 0x02, 0x49, 0x65, 0x2d, 0xf6, 0x04, - 0x7b, 0x8d, 0x5d, 0xec, 0x62, 0x0f, 0xb2, 0x8b, 0x3d, 0xca, 0x5e, 0x62, 0x05, 0x29, 0x91, 0xb6, - 0x6c, 0x29, 0x52, 0x90, 0xdc, 0x51, 0xe4, 0xf9, 0xbe, 0x73, 0x3e, 0x92, 0xe7, 0x1c, 0x0a, 0xbc, - 0xf0, 0x09, 0xf1, 0x27, 0xa8, 0x0d, 0x3d, 0xd6, 0x4e, 0x86, 0x62, 0x74, 0xd3, 0x69, 0x53, 0xc4, - 0x48, 0x4c, 0xc7, 0x88, 0xb5, 0xe1, 0x78, 0x4c, 0x62, 0xcc, 0xdd, 0x51, 0xec, 0xf9, 0x88, 0xdb, - 0x11, 0x25, 0x9c, 0x98, 0x4f, 0x13, 0x63, 0x1b, 0x7a, 0xcc, 0xd6, 0x38, 0xfb, 0xa6, 0x63, 0x6b, - 0xdc, 0xc1, 0xd7, 0x45, 0xd4, 0x08, 0xc7, 0xe1, 0x3c, 0xad, 0x1b, 0x51, 0x12, 0x11, 0x06, 0x27, - 0x2e, 0x7f, 0x1f, 0xa1, 0xc4, 0xc9, 0xc1, 0x97, 0x77, 0x62, 0x60, 0x1c, 0xf2, 0x98, 0xa5, 0xd0, - 0x2f, 0x6e, 0x87, 0xb2, 0x08, 0x61, 0x2f, 0xc0, 0xbe, 0x3b, 0x09, 0xc2, 0x80, 0xcf, 0xfa, 0xfc, - 0xec, 0x76, 0x20, 0x0f, 0x42, 0x34, 0x6b, 0xfe, 0x24, 0x35, 0x97, 0x5f, 0xa3, 0xf8, 0xa7, 0xf6, - 0x6f, 0x14, 0x46, 0x11, 0xa2, 0x69, 0x1c, 0x1f, 0xff, 0x65, 0x81, 0x66, 0x2f, 0x89, 0xb3, 0x2f, - 0xc3, 0x34, 0x3f, 0x01, 0x4d, 0xb5, 0x47, 0x2e, 0x86, 0x21, 0xb2, 0x8c, 0x63, 0xe3, 0x64, 0xcd, - 0xd9, 0x50, 0x93, 0x6f, 0x60, 0x88, 0xcc, 0x4f, 0x41, 0x2d, 0xf0, 0xac, 0xda, 0xb1, 0x71, 0xb2, - 0x7e, 0x7a, 0x98, 0x6e, 0xb0, 0xad, 0x7c, 0xd8, 0xdf, 0x62, 0xfe, 0xe2, 0xf9, 0x10, 0x4e, 0x62, - 0xe4, 0xd4, 0x02, 0xcf, 0xec, 0x81, 0xe6, 0x28, 0x98, 0x4c, 0x84, 0x1c, 0x86, 0x78, 0x1c, 0x59, - 0x75, 0x89, 0x3b, 0x5a, 0xc0, 0x0d, 0x38, 0x0d, 0xb0, 0x9f, 0x00, 0x37, 0x52, 0xc8, 0x40, 0x20, - 0xcc, 0x11, 0x58, 0x4e, 0xb6, 0xcf, 0x6a, 0x1c, 0x1b, 0x27, 0x9b, 0xa7, 0xe7, 0x76, 0xd1, 0xf9, - 0xca, 0x6d, 0xb0, 0x33, 0x92, 0x06, 0x12, 0xf9, 0x0a, 0xc7, 0x61, 0xde, 0xbc, 0x93, 0x32, 0x9b, - 0x1d, 0xd0, 0x90, 0x7a, 0x97, 0x2a, 0x44, 0x27, 0x2d, 0xcd, 0x1f, 0x81, 0x95, 0x5c, 0x0b, 0xe4, - 0x89, 0xd3, 0xa5, 0xdc, 0xf5, 0x20, 0x47, 0xae, 0x38, 0x03, 0x6b, 0xb9, 0x02, 0xcb, 0xae, 0x42, - 0x0f, 0x04, 0xf8, 0x25, 0xe4, 0xe8, 0x2a, 0x48, 0x68, 0x61, 0x14, 0x51, 0x72, 0x93, 0x43, 0xbb, - 0x52, 0x85, 0x56, 0xa1, 0x17, 0x68, 0x39, 0xe1, 0x70, 0xe2, 0x42, 0xef, 0x97, 0x98, 0xf1, 0x10, - 0x61, 0xce, 0xdc, 0x30, 0x18, 0x53, 0xc2, 0x2c, 0xb3, 0xfc, 0x24, 0xf7, 0x24, 0xb8, 0x37, 0xc5, - 0x5e, 0x48, 0xa8, 0x79, 0x01, 0x1e, 0xc1, 0x50, 0xde, 0x73, 0x86, 0xa8, 0x08, 0x39, 0xa5, 0x6c, - 0x95, 0x53, 0x9a, 0x09, 0x70, 0x20, 0x71, 0x29, 0xdd, 0x25, 0xd8, 0x8d, 0x62, 0x3a, 0xfe, 0x19, - 0x32, 0xe4, 0x12, 0xea, 0x21, 0xea, 0xe2, 0x38, 0x1c, 0x21, 0x6a, 0x3d, 0xaa, 0xa0, 0xbc, 0xa5, - 0xa0, 0xdf, 0x0b, 0xe4, 0x1b, 0x09, 0x34, 0x4f, 0xc1, 0x12, 0x26, 0x1c, 0x31, 0x6b, 0xb7, 0x02, - 0x43, 0x62, 0x6a, 0xbe, 0x03, 0xdb, 0x2a, 0x03, 0x55, 0xe2, 0x5b, 0x7b, 0x12, 0x7e, 0x61, 0x97, - 0x56, 0x96, 0xec, 0x2d, 0xb3, 0x2f, 0x13, 0xa2, 0xcc, 0xe4, 0x65, 0x4a, 0xea, 0x6c, 0xa5, 0x6e, - 0xd4, 0x84, 0x39, 0x00, 0x7b, 0xfa, 0x4e, 0x21, 0xec, 0xcd, 0x1c, 0xfd, 0x6a, 0x79, 0xf8, 0x67, - 0x1f, 0x39, 0x2d, 0x85, 0x7e, 0x85, 0x3d, 0x7d, 0xf4, 0xbf, 0xce, 0x91, 0xea, 0x2a, 0x61, 0xad, - 0xc9, 0x74, 0x7a, 0x5e, 0x92, 0x4e, 0x82, 0xe4, 0xea, 0x7d, 0x84, 0x64, 0x0e, 0xa9, 0x8f, 0x39, - 0x67, 0x6a, 0x5a, 0x28, 0xd0, 0xd7, 0x37, 0xab, 0x00, 0x54, 0x50, 0x60, 0x38, 0x2d, 0x85, 0x9e, - 0x53, 0x90, 0x21, 0x9d, 0x2a, 0x58, 0xbf, 0x87, 0x82, 0xac, 0x33, 0xad, 0x60, 0x04, 0x9e, 0x4c, - 0xf3, 0x3a, 0x5b, 0x89, 0xd3, 0xcb, 0xbd, 0x51, 0x7a, 0xb9, 0xcf, 0x6a, 0xce, 0xa1, 0x4e, 0xef, - 0x94, 0xe3, 0x3b, 0x41, 0x91, 0xde, 0xf3, 0x3f, 0x0c, 0x70, 0x54, 0xe4, 0x44, 0xea, 0x6a, 0x4a, - 0x5d, 0xdf, 0x94, 0xe8, 0xca, 0x50, 0x6b, 0x81, 0x0b, 0xb3, 0x67, 0x35, 0x67, 0x3f, 0x37, 0x1a, - 0xa5, 0x77, 0x5a, 0x70, 0x72, 0xf5, 0x6e, 0x96, 0xeb, 0xad, 0x3b, 0x87, 0xba, 0xee, 0x14, 0xe8, - 0x2d, 0x72, 0x22, 0xf5, 0x6e, 0x3d, 0xa8, 0xde, 0xba, 0xb3, 0x9f, 0x1b, 0x8d, 0xd6, 0x2b, 0xeb, - 0x58, 0xa1, 0xde, 0xed, 0x72, 0xbd, 0x0d, 0xe7, 0x50, 0x91, 0x14, 0xea, 0x2d, 0x70, 0x22, 0xf5, - 0xee, 0x3c, 0xa8, 0xde, 0x86, 0xb3, 0x9f, 0x1b, 0x8d, 0x58, 0x3c, 0xf8, 0x67, 0x05, 0x1c, 0xdd, - 0x56, 0x85, 0xcc, 0x2b, 0xf0, 0xb8, 0xe0, 0xb9, 0x23, 0xbb, 0x7f, 0x79, 0xc3, 0xc9, 0x65, 0xfd, - 0x1d, 0x34, 0x33, 0xaf, 0x26, 0xf9, 0x5e, 0xd8, 0x3c, 0x1d, 0xde, 0xa5, 0x77, 0x2b, 0x32, 0x2d, - 0xbd, 0x70, 0xd5, 0xd9, 0x88, 0x66, 0xbe, 0x74, 0x37, 0xaf, 0x57, 0xee, 0xe6, 0x2f, 0xc1, 0xd6, - 0x7c, 0xb7, 0x6d, 0x54, 0x00, 0x37, 0x59, 0xa6, 0xcb, 0x16, 0xf6, 0xaf, 0xb5, 0x7b, 0xf7, 0x2f, - 0x50, 0xbd, 0x7f, 0x9d, 0x03, 0x73, 0x4c, 0x11, 0xe4, 0x01, 0xc1, 0x33, 0x72, 0xd6, 0x2b, 0x10, - 0x6c, 0x2b, 0x9c, 0x56, 0xd4, 0x07, 0xcd, 0x6c, 0x19, 0x5f, 0xaa, 0xd4, 0x88, 0xd6, 0xd1, 0x4c, - 0xf9, 0x7e, 0x9b, 0x70, 0x4c, 0xab, 0xf6, 0xf2, 0xbd, 0xfa, 0x8e, 0xe0, 0xd6, 0xd5, 0xfa, 0x07, - 0xb0, 0x9b, 0x9f, 0xc4, 0x2b, 0xe5, 0x49, 0x6c, 0x38, 0x2d, 0x96, 0x93, 0xbc, 0xef, 0x40, 0x2b, - 0x2f, 0x65, 0x57, 0x1f, 0x34, 0x65, 0x0d, 0x67, 0x87, 0xcd, 0x4f, 0xf6, 0x01, 0x58, 0x55, 0x1b, - 0xd5, 0xdf, 0x06, 0x9b, 0xd9, 0x28, 0xfa, 0x2d, 0xb0, 0xb3, 0xd0, 0xc7, 0xc5, 0xe4, 0x42, 0x6b, - 0xec, 0xef, 0x83, 0xc7, 0x05, 0xdd, 0x45, 0x2c, 0x15, 0x14, 0x62, 0xb9, 0x94, 0x5f, 0xb3, 0xfa, - 0xff, 0x1b, 0xe0, 0xd9, 0x98, 0x84, 0xe5, 0xaf, 0x9f, 0xbe, 0x39, 0x9f, 0xa2, 0x9c, 0x5c, 0x1a, - 0x6f, 0xcf, 0x53, 0xa0, 0x4f, 0x26, 0x10, 0xfb, 0x36, 0xa1, 0x7e, 0xdb, 0x47, 0x58, 0x9e, 0x89, - 0xfa, 0x8f, 0x89, 0x02, 0x76, 0xcb, 0x7f, 0xde, 0x57, 0x7a, 0xf4, 0x67, 0xad, 0xfe, 0xba, 0xd7, - 0xfb, 0xbb, 0xf6, 0xf4, 0x75, 0x42, 0xd9, 0xf3, 0x98, 0x9d, 0x0c, 0xc5, 0x68, 0xd8, 0xb1, 0x1d, - 0x65, 0xf9, 0xaf, 0xb2, 0xb9, 0xee, 0x79, 0xec, 0x5a, 0xdb, 0x5c, 0x0f, 0x3b, 0xd7, 0xda, 0xe6, - 0xbf, 0xda, 0xb3, 0x64, 0xa1, 0xdb, 0xed, 0x79, 0xac, 0xdb, 0xd5, 0x56, 0xdd, 0xee, 0xb0, 0xd3, - 0xed, 0x6a, 0xbb, 0xd1, 0xb2, 0x0c, 0xf6, 0xf3, 0x0f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x66, 0x97, - 0x24, 0xa4, 0x93, 0x0e, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/account_budget_proposal.pb.go b/googleapis/ads/googleads/v0/resources/account_budget_proposal.pb.go deleted file mode 100644 index 9d8f42490c..0000000000 --- a/googleapis/ads/googleads/v0/resources/account_budget_proposal.pb.go +++ /dev/null @@ -1,711 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/account_budget_proposal.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// An account-level budget proposal. -// -// All fields prefixed with 'proposed' may not necessarily be applied directly. -// For example, proposed spending limits may be adjusted before their -// application. This is true if the 'proposed' field has an 'approved' -// counterpart, e.g. spending limits. -// -// Please note that the proposal type (proposal_type) changes which fields are -// required and which must remain empty. -type AccountBudgetProposal struct { - // The resource name of the proposal. - // AccountBudgetProposal resource names have the form: - // - // - // `customers/{customer_id}/accountBudgetProposals/{account_budget_proposal_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the proposal. - Id *wrappers.Int64Value `protobuf:"bytes,14,opt,name=id,proto3" json:"id,omitempty"` - // The resource name of the billing setup associated with this proposal. - BillingSetup *wrappers.StringValue `protobuf:"bytes,2,opt,name=billing_setup,json=billingSetup,proto3" json:"billing_setup,omitempty"` - // The resource name of the account-level budget associated with this - // proposal. - AccountBudget *wrappers.StringValue `protobuf:"bytes,3,opt,name=account_budget,json=accountBudget,proto3" json:"account_budget,omitempty"` - // The type of this proposal, e.g. END to end the budget associated with this - // proposal. - ProposalType enums.AccountBudgetProposalTypeEnum_AccountBudgetProposalType `protobuf:"varint,4,opt,name=proposal_type,json=proposalType,proto3,enum=google.ads.googleads.v0.enums.AccountBudgetProposalTypeEnum_AccountBudgetProposalType" json:"proposal_type,omitempty"` - // The status of this proposal. - // When a new proposal is created, the status defaults to PENDING. - Status enums.AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus `protobuf:"varint,15,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus" json:"status,omitempty"` - // The name to assign to the account-level budget. - ProposedName *wrappers.StringValue `protobuf:"bytes,5,opt,name=proposed_name,json=proposedName,proto3" json:"proposed_name,omitempty"` - // The approved start date time in yyyy-mm-dd hh:mm:ss format. - ApprovedStartDateTime *wrappers.StringValue `protobuf:"bytes,20,opt,name=approved_start_date_time,json=approvedStartDateTime,proto3" json:"approved_start_date_time,omitempty"` - // A purchase order number is a value that enables the user to help them - // reference this budget in their monthly invoices. - ProposedPurchaseOrderNumber *wrappers.StringValue `protobuf:"bytes,12,opt,name=proposed_purchase_order_number,json=proposedPurchaseOrderNumber,proto3" json:"proposed_purchase_order_number,omitempty"` - // Notes associated with this budget. - ProposedNotes *wrappers.StringValue `protobuf:"bytes,13,opt,name=proposed_notes,json=proposedNotes,proto3" json:"proposed_notes,omitempty"` - // The date time when this account-level budget proposal was created, which is - // not the same as its approval date time, if applicable. - CreationDateTime *wrappers.StringValue `protobuf:"bytes,16,opt,name=creation_date_time,json=creationDateTime,proto3" json:"creation_date_time,omitempty"` - // The date time when this account-level budget was approved, if applicable. - ApprovalDateTime *wrappers.StringValue `protobuf:"bytes,17,opt,name=approval_date_time,json=approvalDateTime,proto3" json:"approval_date_time,omitempty"` - // The proposed start date time of the account-level budget, which cannot be - // in the past. - // - // Types that are valid to be assigned to ProposedStartTime: - // *AccountBudgetProposal_ProposedStartDateTime - // *AccountBudgetProposal_ProposedStartTimeType - ProposedStartTime isAccountBudgetProposal_ProposedStartTime `protobuf_oneof:"proposed_start_time"` - // The proposed end date time of the account-level budget, which cannot be in - // the past. - // - // Types that are valid to be assigned to ProposedEndTime: - // *AccountBudgetProposal_ProposedEndDateTime - // *AccountBudgetProposal_ProposedEndTimeType - ProposedEndTime isAccountBudgetProposal_ProposedEndTime `protobuf_oneof:"proposed_end_time"` - // The approved end date time of the account-level budget. - // - // Types that are valid to be assigned to ApprovedEndTime: - // *AccountBudgetProposal_ApprovedEndDateTime - // *AccountBudgetProposal_ApprovedEndTimeType - ApprovedEndTime isAccountBudgetProposal_ApprovedEndTime `protobuf_oneof:"approved_end_time"` - // The proposed spending limit. - // - // Types that are valid to be assigned to ProposedSpendingLimit: - // *AccountBudgetProposal_ProposedSpendingLimitMicros - // *AccountBudgetProposal_ProposedSpendingLimitType - ProposedSpendingLimit isAccountBudgetProposal_ProposedSpendingLimit `protobuf_oneof:"proposed_spending_limit"` - // The approved spending limit. - // - // Types that are valid to be assigned to ApprovedSpendingLimit: - // *AccountBudgetProposal_ApprovedSpendingLimitMicros - // *AccountBudgetProposal_ApprovedSpendingLimitType - ApprovedSpendingLimit isAccountBudgetProposal_ApprovedSpendingLimit `protobuf_oneof:"approved_spending_limit"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AccountBudgetProposal) Reset() { *m = AccountBudgetProposal{} } -func (m *AccountBudgetProposal) String() string { return proto.CompactTextString(m) } -func (*AccountBudgetProposal) ProtoMessage() {} -func (*AccountBudgetProposal) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_13bbb9bf380a278c, []int{0} -} -func (m *AccountBudgetProposal) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AccountBudgetProposal.Unmarshal(m, b) -} -func (m *AccountBudgetProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AccountBudgetProposal.Marshal(b, m, deterministic) -} -func (dst *AccountBudgetProposal) XXX_Merge(src proto.Message) { - xxx_messageInfo_AccountBudgetProposal.Merge(dst, src) -} -func (m *AccountBudgetProposal) XXX_Size() int { - return xxx_messageInfo_AccountBudgetProposal.Size(m) -} -func (m *AccountBudgetProposal) XXX_DiscardUnknown() { - xxx_messageInfo_AccountBudgetProposal.DiscardUnknown(m) -} - -var xxx_messageInfo_AccountBudgetProposal proto.InternalMessageInfo - -func (m *AccountBudgetProposal) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *AccountBudgetProposal) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *AccountBudgetProposal) GetBillingSetup() *wrappers.StringValue { - if m != nil { - return m.BillingSetup - } - return nil -} - -func (m *AccountBudgetProposal) GetAccountBudget() *wrappers.StringValue { - if m != nil { - return m.AccountBudget - } - return nil -} - -func (m *AccountBudgetProposal) GetProposalType() enums.AccountBudgetProposalTypeEnum_AccountBudgetProposalType { - if m != nil { - return m.ProposalType - } - return enums.AccountBudgetProposalTypeEnum_UNSPECIFIED -} - -func (m *AccountBudgetProposal) GetStatus() enums.AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus { - if m != nil { - return m.Status - } - return enums.AccountBudgetProposalStatusEnum_UNSPECIFIED -} - -func (m *AccountBudgetProposal) GetProposedName() *wrappers.StringValue { - if m != nil { - return m.ProposedName - } - return nil -} - -func (m *AccountBudgetProposal) GetApprovedStartDateTime() *wrappers.StringValue { - if m != nil { - return m.ApprovedStartDateTime - } - return nil -} - -func (m *AccountBudgetProposal) GetProposedPurchaseOrderNumber() *wrappers.StringValue { - if m != nil { - return m.ProposedPurchaseOrderNumber - } - return nil -} - -func (m *AccountBudgetProposal) GetProposedNotes() *wrappers.StringValue { - if m != nil { - return m.ProposedNotes - } - return nil -} - -func (m *AccountBudgetProposal) GetCreationDateTime() *wrappers.StringValue { - if m != nil { - return m.CreationDateTime - } - return nil -} - -func (m *AccountBudgetProposal) GetApprovalDateTime() *wrappers.StringValue { - if m != nil { - return m.ApprovalDateTime - } - return nil -} - -type isAccountBudgetProposal_ProposedStartTime interface { - isAccountBudgetProposal_ProposedStartTime() -} - -type AccountBudgetProposal_ProposedStartDateTime struct { - ProposedStartDateTime *wrappers.StringValue `protobuf:"bytes,18,opt,name=proposed_start_date_time,json=proposedStartDateTime,proto3,oneof"` -} - -type AccountBudgetProposal_ProposedStartTimeType struct { - ProposedStartTimeType enums.TimeTypeEnum_TimeType `protobuf:"varint,7,opt,name=proposed_start_time_type,json=proposedStartTimeType,proto3,enum=google.ads.googleads.v0.enums.TimeTypeEnum_TimeType,oneof"` -} - -func (*AccountBudgetProposal_ProposedStartDateTime) isAccountBudgetProposal_ProposedStartTime() {} - -func (*AccountBudgetProposal_ProposedStartTimeType) isAccountBudgetProposal_ProposedStartTime() {} - -func (m *AccountBudgetProposal) GetProposedStartTime() isAccountBudgetProposal_ProposedStartTime { - if m != nil { - return m.ProposedStartTime - } - return nil -} - -func (m *AccountBudgetProposal) GetProposedStartDateTime() *wrappers.StringValue { - if x, ok := m.GetProposedStartTime().(*AccountBudgetProposal_ProposedStartDateTime); ok { - return x.ProposedStartDateTime - } - return nil -} - -func (m *AccountBudgetProposal) GetProposedStartTimeType() enums.TimeTypeEnum_TimeType { - if x, ok := m.GetProposedStartTime().(*AccountBudgetProposal_ProposedStartTimeType); ok { - return x.ProposedStartTimeType - } - return enums.TimeTypeEnum_UNSPECIFIED -} - -type isAccountBudgetProposal_ProposedEndTime interface { - isAccountBudgetProposal_ProposedEndTime() -} - -type AccountBudgetProposal_ProposedEndDateTime struct { - ProposedEndDateTime *wrappers.StringValue `protobuf:"bytes,19,opt,name=proposed_end_date_time,json=proposedEndDateTime,proto3,oneof"` -} - -type AccountBudgetProposal_ProposedEndTimeType struct { - ProposedEndTimeType enums.TimeTypeEnum_TimeType `protobuf:"varint,9,opt,name=proposed_end_time_type,json=proposedEndTimeType,proto3,enum=google.ads.googleads.v0.enums.TimeTypeEnum_TimeType,oneof"` -} - -func (*AccountBudgetProposal_ProposedEndDateTime) isAccountBudgetProposal_ProposedEndTime() {} - -func (*AccountBudgetProposal_ProposedEndTimeType) isAccountBudgetProposal_ProposedEndTime() {} - -func (m *AccountBudgetProposal) GetProposedEndTime() isAccountBudgetProposal_ProposedEndTime { - if m != nil { - return m.ProposedEndTime - } - return nil -} - -func (m *AccountBudgetProposal) GetProposedEndDateTime() *wrappers.StringValue { - if x, ok := m.GetProposedEndTime().(*AccountBudgetProposal_ProposedEndDateTime); ok { - return x.ProposedEndDateTime - } - return nil -} - -func (m *AccountBudgetProposal) GetProposedEndTimeType() enums.TimeTypeEnum_TimeType { - if x, ok := m.GetProposedEndTime().(*AccountBudgetProposal_ProposedEndTimeType); ok { - return x.ProposedEndTimeType - } - return enums.TimeTypeEnum_UNSPECIFIED -} - -type isAccountBudgetProposal_ApprovedEndTime interface { - isAccountBudgetProposal_ApprovedEndTime() -} - -type AccountBudgetProposal_ApprovedEndDateTime struct { - ApprovedEndDateTime *wrappers.StringValue `protobuf:"bytes,21,opt,name=approved_end_date_time,json=approvedEndDateTime,proto3,oneof"` -} - -type AccountBudgetProposal_ApprovedEndTimeType struct { - ApprovedEndTimeType enums.TimeTypeEnum_TimeType `protobuf:"varint,22,opt,name=approved_end_time_type,json=approvedEndTimeType,proto3,enum=google.ads.googleads.v0.enums.TimeTypeEnum_TimeType,oneof"` -} - -func (*AccountBudgetProposal_ApprovedEndDateTime) isAccountBudgetProposal_ApprovedEndTime() {} - -func (*AccountBudgetProposal_ApprovedEndTimeType) isAccountBudgetProposal_ApprovedEndTime() {} - -func (m *AccountBudgetProposal) GetApprovedEndTime() isAccountBudgetProposal_ApprovedEndTime { - if m != nil { - return m.ApprovedEndTime - } - return nil -} - -func (m *AccountBudgetProposal) GetApprovedEndDateTime() *wrappers.StringValue { - if x, ok := m.GetApprovedEndTime().(*AccountBudgetProposal_ApprovedEndDateTime); ok { - return x.ApprovedEndDateTime - } - return nil -} - -func (m *AccountBudgetProposal) GetApprovedEndTimeType() enums.TimeTypeEnum_TimeType { - if x, ok := m.GetApprovedEndTime().(*AccountBudgetProposal_ApprovedEndTimeType); ok { - return x.ApprovedEndTimeType - } - return enums.TimeTypeEnum_UNSPECIFIED -} - -type isAccountBudgetProposal_ProposedSpendingLimit interface { - isAccountBudgetProposal_ProposedSpendingLimit() -} - -type AccountBudgetProposal_ProposedSpendingLimitMicros struct { - ProposedSpendingLimitMicros *wrappers.Int64Value `protobuf:"bytes,10,opt,name=proposed_spending_limit_micros,json=proposedSpendingLimitMicros,proto3,oneof"` -} - -type AccountBudgetProposal_ProposedSpendingLimitType struct { - ProposedSpendingLimitType enums.SpendingLimitTypeEnum_SpendingLimitType `protobuf:"varint,11,opt,name=proposed_spending_limit_type,json=proposedSpendingLimitType,proto3,enum=google.ads.googleads.v0.enums.SpendingLimitTypeEnum_SpendingLimitType,oneof"` -} - -func (*AccountBudgetProposal_ProposedSpendingLimitMicros) isAccountBudgetProposal_ProposedSpendingLimit() { -} - -func (*AccountBudgetProposal_ProposedSpendingLimitType) isAccountBudgetProposal_ProposedSpendingLimit() { -} - -func (m *AccountBudgetProposal) GetProposedSpendingLimit() isAccountBudgetProposal_ProposedSpendingLimit { - if m != nil { - return m.ProposedSpendingLimit - } - return nil -} - -func (m *AccountBudgetProposal) GetProposedSpendingLimitMicros() *wrappers.Int64Value { - if x, ok := m.GetProposedSpendingLimit().(*AccountBudgetProposal_ProposedSpendingLimitMicros); ok { - return x.ProposedSpendingLimitMicros - } - return nil -} - -func (m *AccountBudgetProposal) GetProposedSpendingLimitType() enums.SpendingLimitTypeEnum_SpendingLimitType { - if x, ok := m.GetProposedSpendingLimit().(*AccountBudgetProposal_ProposedSpendingLimitType); ok { - return x.ProposedSpendingLimitType - } - return enums.SpendingLimitTypeEnum_UNSPECIFIED -} - -type isAccountBudgetProposal_ApprovedSpendingLimit interface { - isAccountBudgetProposal_ApprovedSpendingLimit() -} - -type AccountBudgetProposal_ApprovedSpendingLimitMicros struct { - ApprovedSpendingLimitMicros *wrappers.Int64Value `protobuf:"bytes,23,opt,name=approved_spending_limit_micros,json=approvedSpendingLimitMicros,proto3,oneof"` -} - -type AccountBudgetProposal_ApprovedSpendingLimitType struct { - ApprovedSpendingLimitType enums.SpendingLimitTypeEnum_SpendingLimitType `protobuf:"varint,24,opt,name=approved_spending_limit_type,json=approvedSpendingLimitType,proto3,enum=google.ads.googleads.v0.enums.SpendingLimitTypeEnum_SpendingLimitType,oneof"` -} - -func (*AccountBudgetProposal_ApprovedSpendingLimitMicros) isAccountBudgetProposal_ApprovedSpendingLimit() { -} - -func (*AccountBudgetProposal_ApprovedSpendingLimitType) isAccountBudgetProposal_ApprovedSpendingLimit() { -} - -func (m *AccountBudgetProposal) GetApprovedSpendingLimit() isAccountBudgetProposal_ApprovedSpendingLimit { - if m != nil { - return m.ApprovedSpendingLimit - } - return nil -} - -func (m *AccountBudgetProposal) GetApprovedSpendingLimitMicros() *wrappers.Int64Value { - if x, ok := m.GetApprovedSpendingLimit().(*AccountBudgetProposal_ApprovedSpendingLimitMicros); ok { - return x.ApprovedSpendingLimitMicros - } - return nil -} - -func (m *AccountBudgetProposal) GetApprovedSpendingLimitType() enums.SpendingLimitTypeEnum_SpendingLimitType { - if x, ok := m.GetApprovedSpendingLimit().(*AccountBudgetProposal_ApprovedSpendingLimitType); ok { - return x.ApprovedSpendingLimitType - } - return enums.SpendingLimitTypeEnum_UNSPECIFIED -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*AccountBudgetProposal) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _AccountBudgetProposal_OneofMarshaler, _AccountBudgetProposal_OneofUnmarshaler, _AccountBudgetProposal_OneofSizer, []interface{}{ - (*AccountBudgetProposal_ProposedStartDateTime)(nil), - (*AccountBudgetProposal_ProposedStartTimeType)(nil), - (*AccountBudgetProposal_ProposedEndDateTime)(nil), - (*AccountBudgetProposal_ProposedEndTimeType)(nil), - (*AccountBudgetProposal_ApprovedEndDateTime)(nil), - (*AccountBudgetProposal_ApprovedEndTimeType)(nil), - (*AccountBudgetProposal_ProposedSpendingLimitMicros)(nil), - (*AccountBudgetProposal_ProposedSpendingLimitType)(nil), - (*AccountBudgetProposal_ApprovedSpendingLimitMicros)(nil), - (*AccountBudgetProposal_ApprovedSpendingLimitType)(nil), - } -} - -func _AccountBudgetProposal_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*AccountBudgetProposal) - // proposed_start_time - switch x := m.ProposedStartTime.(type) { - case *AccountBudgetProposal_ProposedStartDateTime: - b.EncodeVarint(18<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ProposedStartDateTime); err != nil { - return err - } - case *AccountBudgetProposal_ProposedStartTimeType: - b.EncodeVarint(7<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ProposedStartTimeType)) - case nil: - default: - return fmt.Errorf("AccountBudgetProposal.ProposedStartTime has unexpected type %T", x) - } - // proposed_end_time - switch x := m.ProposedEndTime.(type) { - case *AccountBudgetProposal_ProposedEndDateTime: - b.EncodeVarint(19<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ProposedEndDateTime); err != nil { - return err - } - case *AccountBudgetProposal_ProposedEndTimeType: - b.EncodeVarint(9<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ProposedEndTimeType)) - case nil: - default: - return fmt.Errorf("AccountBudgetProposal.ProposedEndTime has unexpected type %T", x) - } - // approved_end_time - switch x := m.ApprovedEndTime.(type) { - case *AccountBudgetProposal_ApprovedEndDateTime: - b.EncodeVarint(21<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ApprovedEndDateTime); err != nil { - return err - } - case *AccountBudgetProposal_ApprovedEndTimeType: - b.EncodeVarint(22<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ApprovedEndTimeType)) - case nil: - default: - return fmt.Errorf("AccountBudgetProposal.ApprovedEndTime has unexpected type %T", x) - } - // proposed_spending_limit - switch x := m.ProposedSpendingLimit.(type) { - case *AccountBudgetProposal_ProposedSpendingLimitMicros: - b.EncodeVarint(10<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ProposedSpendingLimitMicros); err != nil { - return err - } - case *AccountBudgetProposal_ProposedSpendingLimitType: - b.EncodeVarint(11<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ProposedSpendingLimitType)) - case nil: - default: - return fmt.Errorf("AccountBudgetProposal.ProposedSpendingLimit has unexpected type %T", x) - } - // approved_spending_limit - switch x := m.ApprovedSpendingLimit.(type) { - case *AccountBudgetProposal_ApprovedSpendingLimitMicros: - b.EncodeVarint(23<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ApprovedSpendingLimitMicros); err != nil { - return err - } - case *AccountBudgetProposal_ApprovedSpendingLimitType: - b.EncodeVarint(24<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.ApprovedSpendingLimitType)) - case nil: - default: - return fmt.Errorf("AccountBudgetProposal.ApprovedSpendingLimit has unexpected type %T", x) - } - return nil -} - -func _AccountBudgetProposal_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*AccountBudgetProposal) - switch tag { - case 18: // proposed_start_time.proposed_start_date_time - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.StringValue) - err := b.DecodeMessage(msg) - m.ProposedStartTime = &AccountBudgetProposal_ProposedStartDateTime{msg} - return true, err - case 7: // proposed_start_time.proposed_start_time_type - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ProposedStartTime = &AccountBudgetProposal_ProposedStartTimeType{enums.TimeTypeEnum_TimeType(x)} - return true, err - case 19: // proposed_end_time.proposed_end_date_time - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.StringValue) - err := b.DecodeMessage(msg) - m.ProposedEndTime = &AccountBudgetProposal_ProposedEndDateTime{msg} - return true, err - case 9: // proposed_end_time.proposed_end_time_type - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ProposedEndTime = &AccountBudgetProposal_ProposedEndTimeType{enums.TimeTypeEnum_TimeType(x)} - return true, err - case 21: // approved_end_time.approved_end_date_time - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.StringValue) - err := b.DecodeMessage(msg) - m.ApprovedEndTime = &AccountBudgetProposal_ApprovedEndDateTime{msg} - return true, err - case 22: // approved_end_time.approved_end_time_type - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ApprovedEndTime = &AccountBudgetProposal_ApprovedEndTimeType{enums.TimeTypeEnum_TimeType(x)} - return true, err - case 10: // proposed_spending_limit.proposed_spending_limit_micros - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.Int64Value) - err := b.DecodeMessage(msg) - m.ProposedSpendingLimit = &AccountBudgetProposal_ProposedSpendingLimitMicros{msg} - return true, err - case 11: // proposed_spending_limit.proposed_spending_limit_type - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ProposedSpendingLimit = &AccountBudgetProposal_ProposedSpendingLimitType{enums.SpendingLimitTypeEnum_SpendingLimitType(x)} - return true, err - case 23: // approved_spending_limit.approved_spending_limit_micros - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.Int64Value) - err := b.DecodeMessage(msg) - m.ApprovedSpendingLimit = &AccountBudgetProposal_ApprovedSpendingLimitMicros{msg} - return true, err - case 24: // approved_spending_limit.approved_spending_limit_type - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.ApprovedSpendingLimit = &AccountBudgetProposal_ApprovedSpendingLimitType{enums.SpendingLimitTypeEnum_SpendingLimitType(x)} - return true, err - default: - return false, nil - } -} - -func _AccountBudgetProposal_OneofSizer(msg proto.Message) (n int) { - m := msg.(*AccountBudgetProposal) - // proposed_start_time - switch x := m.ProposedStartTime.(type) { - case *AccountBudgetProposal_ProposedStartDateTime: - s := proto.Size(x.ProposedStartDateTime) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AccountBudgetProposal_ProposedStartTimeType: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.ProposedStartTimeType)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - // proposed_end_time - switch x := m.ProposedEndTime.(type) { - case *AccountBudgetProposal_ProposedEndDateTime: - s := proto.Size(x.ProposedEndDateTime) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AccountBudgetProposal_ProposedEndTimeType: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.ProposedEndTimeType)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - // approved_end_time - switch x := m.ApprovedEndTime.(type) { - case *AccountBudgetProposal_ApprovedEndDateTime: - s := proto.Size(x.ApprovedEndDateTime) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AccountBudgetProposal_ApprovedEndTimeType: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.ApprovedEndTimeType)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - // proposed_spending_limit - switch x := m.ProposedSpendingLimit.(type) { - case *AccountBudgetProposal_ProposedSpendingLimitMicros: - s := proto.Size(x.ProposedSpendingLimitMicros) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AccountBudgetProposal_ProposedSpendingLimitType: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.ProposedSpendingLimitType)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - // approved_spending_limit - switch x := m.ApprovedSpendingLimit.(type) { - case *AccountBudgetProposal_ApprovedSpendingLimitMicros: - s := proto.Size(x.ApprovedSpendingLimitMicros) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AccountBudgetProposal_ApprovedSpendingLimitType: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.ApprovedSpendingLimitType)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -func init() { - proto.RegisterType((*AccountBudgetProposal)(nil), "google.ads.googleads.v0.resources.AccountBudgetProposal") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/account_budget_proposal.proto", fileDescriptor_account_budget_proposal_13bbb9bf380a278c) -} - -var fileDescriptor_account_budget_proposal_13bbb9bf380a278c = []byte{ - // 830 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0xdf, 0x6e, 0xdb, 0x36, - 0x14, 0xc6, 0x67, 0x39, 0xcb, 0x10, 0xc6, 0xce, 0x12, 0x79, 0x4e, 0x94, 0x3f, 0x08, 0x92, 0x0d, - 0x01, 0x02, 0x0c, 0x93, 0x8d, 0x2c, 0xd8, 0x00, 0xed, 0x62, 0xb3, 0xb7, 0x2c, 0x59, 0xb0, 0xa6, - 0x86, 0x9c, 0xba, 0x40, 0x60, 0x40, 0xa0, 0x2d, 0x56, 0x15, 0x2a, 0x89, 0x02, 0x49, 0xa5, 0x08, - 0xfa, 0x00, 0x45, 0x5f, 0xa3, 0x97, 0x7d, 0x94, 0xbe, 0x45, 0x6f, 0xfb, 0x14, 0x05, 0x25, 0x91, - 0x96, 0x6c, 0x2b, 0x16, 0x92, 0xde, 0x51, 0x22, 0xbf, 0xef, 0x9c, 0xdf, 0xe1, 0x21, 0x25, 0xf0, - 0xa7, 0x83, 0xb1, 0xe3, 0xa1, 0x16, 0xb4, 0x69, 0x2b, 0x19, 0xf2, 0xd1, 0x6d, 0xbb, 0x45, 0x10, - 0xc5, 0x11, 0x19, 0x23, 0xda, 0x82, 0xe3, 0x31, 0x8e, 0x02, 0x66, 0x8d, 0x22, 0xdb, 0x41, 0xcc, - 0x0a, 0x09, 0x0e, 0x31, 0x85, 0x9e, 0x1e, 0x12, 0xcc, 0xb0, 0x7a, 0x98, 0xa8, 0x74, 0x68, 0x53, - 0x5d, 0x1a, 0xe8, 0xb7, 0x6d, 0x5d, 0x1a, 0xec, 0x74, 0x8b, 0x62, 0xa0, 0x20, 0xf2, 0x0b, 0xfd, - 0x2d, 0xca, 0x20, 0x8b, 0x68, 0x12, 0x66, 0xe7, 0xaf, 0x87, 0x79, 0xb0, 0xbb, 0x10, 0xa5, 0x0e, - 0xbf, 0xdf, 0xef, 0x40, 0x43, 0x14, 0xd8, 0x6e, 0xe0, 0x58, 0x9e, 0xeb, 0xbb, 0x2c, 0x2b, 0xfc, - 0xe5, 0x7e, 0x21, 0x73, 0x7d, 0x94, 0x5d, 0xbe, 0x9f, 0x2e, 0x8f, 0x9f, 0x46, 0xd1, 0x8b, 0xd6, - 0x6b, 0x02, 0xc3, 0x10, 0x91, 0x94, 0xe4, 0xc7, 0x4f, 0xeb, 0xa0, 0xd9, 0x49, 0xd2, 0xed, 0xc6, - 0xd9, 0xf6, 0xd2, 0x64, 0xd5, 0x9f, 0x40, 0x5d, 0x14, 0xcd, 0x0a, 0xa0, 0x8f, 0xb4, 0xca, 0x41, - 0xe5, 0x78, 0xc5, 0xac, 0x89, 0x97, 0x57, 0xd0, 0x47, 0xea, 0xcf, 0x40, 0x71, 0x6d, 0x6d, 0xed, - 0xa0, 0x72, 0xbc, 0x7a, 0xb2, 0x9b, 0x56, 0x5c, 0x17, 0xb1, 0xf4, 0xff, 0x02, 0xf6, 0xdb, 0xe9, - 0x00, 0x7a, 0x11, 0x32, 0x15, 0xd7, 0x56, 0x3b, 0xa0, 0x3e, 0x72, 0x3d, 0x8f, 0x63, 0x51, 0xc4, - 0xa2, 0x50, 0x53, 0x62, 0xdd, 0xde, 0x8c, 0xae, 0xcf, 0x88, 0x1b, 0x38, 0x89, 0xb0, 0x96, 0x4a, - 0xfa, 0x5c, 0xa1, 0xfe, 0x0d, 0xd6, 0xf2, 0xc5, 0xd5, 0xaa, 0x25, 0x3c, 0xea, 0x30, 0x4b, 0xa8, - 0xbe, 0x01, 0xf5, 0xdc, 0x96, 0x68, 0x4b, 0x07, 0x95, 0xe3, 0xb5, 0x93, 0x81, 0x5e, 0xd4, 0x3c, - 0x71, 0x69, 0xf5, 0xb9, 0x65, 0xba, 0xbe, 0x0b, 0xd1, 0x59, 0x10, 0xf9, 0xc5, 0xb3, 0x66, 0x2d, - 0xcc, 0x3c, 0xa9, 0x04, 0x2c, 0x27, 0xad, 0xa4, 0x7d, 0x1f, 0x47, 0xbd, 0x79, 0x48, 0xd4, 0x7e, - 0xec, 0x50, 0x1c, 0x37, 0x99, 0x37, 0xd3, 0x48, 0xbc, 0xf0, 0x49, 0x0e, 0xc8, 0x4e, 0xb6, 0xf2, - 0xdb, 0x32, 0x85, 0x17, 0x92, 0x78, 0xa3, 0x9f, 0x01, 0x0d, 0x86, 0x21, 0xc1, 0xb7, 0xc8, 0xe6, - 0x47, 0x81, 0x30, 0xcb, 0x86, 0x0c, 0x59, 0xbc, 0xdd, 0xb4, 0x1f, 0x4a, 0xb8, 0x35, 0x85, 0xba, - 0xcf, 0xc5, 0xff, 0x40, 0x86, 0xae, 0x5d, 0x1f, 0xa9, 0x10, 0xec, 0xcb, 0xcc, 0xc2, 0x88, 0x8c, - 0x5f, 0x42, 0x8a, 0x2c, 0x4c, 0x6c, 0x44, 0xac, 0x20, 0xf2, 0x47, 0x88, 0x68, 0xb5, 0x12, 0xe6, - 0xbb, 0xc2, 0xa3, 0x97, 0x5a, 0x3c, 0xe5, 0x0e, 0x57, 0xb1, 0x01, 0x6f, 0x99, 0x09, 0x3c, 0x66, - 0x88, 0x6a, 0xf5, 0x32, 0x2d, 0x23, 0xe9, 0xb9, 0x44, 0xbd, 0x04, 0xea, 0x98, 0x20, 0xc8, 0x5c, - 0x1c, 0x64, 0xc0, 0xd7, 0x4b, 0x18, 0xad, 0x0b, 0x9d, 0x64, 0xbe, 0x04, 0x6a, 0x52, 0x0c, 0xe8, - 0x65, 0xbc, 0x36, 0xca, 0x78, 0x09, 0x9d, 0xf4, 0x7a, 0x0e, 0x34, 0x09, 0x37, 0xbd, 0x2d, 0xea, - 0x62, 0xc7, 0x8b, 0x6f, 0xcc, 0xa6, 0xd0, 0xe7, 0x37, 0x06, 0xcf, 0x18, 0xcb, 0x9b, 0x45, 0xfb, - 0x2e, 0x6e, 0xdc, 0xd3, 0x05, 0x8d, 0xcb, 0x6d, 0xe4, 0xe9, 0x10, 0x0f, 0x33, 0x01, 0xc5, 0x84, - 0xda, 0x07, 0x9b, 0x32, 0x20, 0x0a, 0xec, 0x0c, 0x47, 0xa3, 0x04, 0x47, 0xc5, 0x6c, 0x08, 0xf5, - 0x59, 0x60, 0x4b, 0x8a, 0x57, 0x53, 0xa6, 0x13, 0x86, 0x95, 0x47, 0x30, 0xe4, 0x83, 0x65, 0x09, - 0xe4, 0x11, 0xc9, 0x13, 0x34, 0x4b, 0x10, 0x28, 0x66, 0x43, 0xa8, 0xa7, 0x08, 0x72, 0xa6, 0x13, - 0x82, 0xcd, 0x47, 0x10, 0xe4, 0x83, 0x49, 0x82, 0x51, 0xe6, 0x34, 0x4e, 0x7d, 0x81, 0x7c, 0x77, - 0x4c, 0x30, 0xd5, 0xc0, 0xc2, 0x9b, 0xfe, 0xa2, 0x3a, 0x39, 0x8e, 0xfd, 0xd4, 0xe3, 0x7f, 0x6e, - 0xf1, 0x24, 0x76, 0x50, 0xdf, 0x55, 0xc0, 0x5e, 0x51, 0x90, 0x98, 0x6b, 0x35, 0xe6, 0xfa, 0x77, - 0x01, 0x57, 0xce, 0x5a, 0x02, 0xce, 0xbc, 0xbd, 0xa8, 0x9a, 0xdb, 0x73, 0xb3, 0x11, 0xbc, 0x93, - 0x4b, 0x6d, 0x2e, 0xef, 0xd6, 0x62, 0xde, 0x25, 0x73, 0x57, 0xde, 0x6d, 0x05, 0xbc, 0x45, 0x41, - 0x62, 0x5e, 0xed, 0xab, 0xf2, 0x2e, 0x99, 0xdb, 0x73, 0xb3, 0xe1, 0x93, 0xdd, 0x26, 0x68, 0xcc, - 0x39, 0xd4, 0xdd, 0x06, 0xd8, 0x98, 0x39, 0x25, 0xfc, 0xe5, 0x4c, 0xe3, 0x75, 0xb7, 0xc1, 0x56, - 0xc1, 0xde, 0xf1, 0xa9, 0x02, 0xcc, 0xee, 0x5b, 0x05, 0x1c, 0x8d, 0xb1, 0xaf, 0x2f, 0xfc, 0x37, - 0xeb, 0xee, 0xcc, 0xfd, 0x9a, 0xf5, 0x78, 0xd5, 0x7b, 0x95, 0x9b, 0xcb, 0xd4, 0xc0, 0xc1, 0x1e, - 0x0c, 0x1c, 0x1d, 0x13, 0xa7, 0xe5, 0xa0, 0x20, 0xde, 0x13, 0xf1, 0x2b, 0x14, 0xba, 0xf4, 0x9e, - 0x9f, 0xc7, 0x3f, 0xe4, 0xe8, 0xbd, 0x52, 0x3d, 0xef, 0x74, 0x3e, 0x28, 0x87, 0xe7, 0x89, 0x65, - 0xc7, 0xa6, 0x7a, 0x32, 0xe4, 0xa3, 0x41, 0x5b, 0x37, 0xc5, 0xca, 0x8f, 0x62, 0xcd, 0xb0, 0x63, - 0xd3, 0xa1, 0x5c, 0x33, 0x1c, 0xb4, 0x87, 0x72, 0xcd, 0x67, 0xe5, 0x28, 0x99, 0x30, 0x8c, 0x8e, - 0x4d, 0x0d, 0x43, 0xae, 0x32, 0x8c, 0x41, 0xdb, 0x30, 0xe4, 0xba, 0xd1, 0x72, 0x9c, 0xec, 0xaf, - 0x5f, 0x02, 0x00, 0x00, 0xff, 0xff, 0xf7, 0xf2, 0x38, 0x7d, 0xe8, 0x0a, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/ad.pb.go b/googleapis/ads/googleads/v0/resources/ad.pb.go deleted file mode 100644 index 44ec994c31..0000000000 --- a/googleapis/ads/googleads/v0/resources/ad.pb.go +++ /dev/null @@ -1,670 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/ad.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// An ad. -type Ad struct { - // The ID of the ad. - Id *wrappers.Int64Value `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - // The list of possible final URLs after all cross-domain redirects for the - // ad. - FinalUrls []*wrappers.StringValue `protobuf:"bytes,2,rep,name=final_urls,json=finalUrls,proto3" json:"final_urls,omitempty"` - // The list of possible final mobile URLs after all cross-domain redirects - // for the ad. - FinalMobileUrls []*wrappers.StringValue `protobuf:"bytes,16,rep,name=final_mobile_urls,json=finalMobileUrls,proto3" json:"final_mobile_urls,omitempty"` - // The URL template for constructing a tracking URL. - TrackingUrlTemplate *wrappers.StringValue `protobuf:"bytes,12,opt,name=tracking_url_template,json=trackingUrlTemplate,proto3" json:"tracking_url_template,omitempty"` - // The list of mappings that can be used to substitute custom parameter tags - // in a - // `tracking_url_template`, `final_urls`, or `mobile_final_urls`. - UrlCustomParameters []*common.CustomParameter `protobuf:"bytes,10,rep,name=url_custom_parameters,json=urlCustomParameters,proto3" json:"url_custom_parameters,omitempty"` - // The URL that appears in the ad description for some ad formats. - DisplayUrl *wrappers.StringValue `protobuf:"bytes,4,opt,name=display_url,json=displayUrl,proto3" json:"display_url,omitempty"` - // The type of ad. - Type enums.AdTypeEnum_AdType `protobuf:"varint,5,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.AdTypeEnum_AdType" json:"type,omitempty"` - // Indicates if this ad was automatically added by Google Ads and not by a - // user. For example, this could happen when ads are automatically created as - // suggestions for new ads based on knowledge of how existing ads are - // performing. - AddedByGoogleAds *wrappers.BoolValue `protobuf:"bytes,19,opt,name=added_by_google_ads,json=addedByGoogleAds,proto3" json:"added_by_google_ads,omitempty"` - // The device preference for the ad. You can only specify a preference for - // mobile devices. When this preference is set the ad will be preferred over - // other ads when being displayed on a mobile device. The ad can still be - // displayed on other device types, e.g. if no other ads are available. - // If unspecified (no device preference), all devices are targeted. - // This is only supported by some ad types. - DevicePreference enums.DeviceEnum_Device `protobuf:"varint,20,opt,name=device_preference,json=devicePreference,proto3,enum=google.ads.googleads.v0.enums.DeviceEnum_Device" json:"device_preference,omitempty"` - // The name of the ad. This is only used to be able to identify the ad. It - // does not need to be unique and does not affect the served ad. - Name *wrappers.StringValue `protobuf:"bytes,23,opt,name=name,proto3" json:"name,omitempty"` - // Details pertinent to the ad type. Exactly one value must be set. - // - // Types that are valid to be assigned to AdData: - // *Ad_TextAd - // *Ad_ExpandedTextAd - // *Ad_DynamicSearchAd - // *Ad_ResponsiveDisplayAd - // *Ad_CallOnlyAd - // *Ad_ExpandedDynamicSearchAd - // *Ad_HotelAd - // *Ad_ShoppingSmartAd - // *Ad_ShoppingProductAd - // *Ad_GmailAd - // *Ad_ImageAd - // *Ad_VideoAd - AdData isAd_AdData `protobuf_oneof:"ad_data"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Ad) Reset() { *m = Ad{} } -func (m *Ad) String() string { return proto.CompactTextString(m) } -func (*Ad) ProtoMessage() {} -func (*Ad) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_45f6b0bbb7e6ab2e, []int{0} -} -func (m *Ad) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Ad.Unmarshal(m, b) -} -func (m *Ad) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Ad.Marshal(b, m, deterministic) -} -func (dst *Ad) XXX_Merge(src proto.Message) { - xxx_messageInfo_Ad.Merge(dst, src) -} -func (m *Ad) XXX_Size() int { - return xxx_messageInfo_Ad.Size(m) -} -func (m *Ad) XXX_DiscardUnknown() { - xxx_messageInfo_Ad.DiscardUnknown(m) -} - -var xxx_messageInfo_Ad proto.InternalMessageInfo - -func (m *Ad) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *Ad) GetFinalUrls() []*wrappers.StringValue { - if m != nil { - return m.FinalUrls - } - return nil -} - -func (m *Ad) GetFinalMobileUrls() []*wrappers.StringValue { - if m != nil { - return m.FinalMobileUrls - } - return nil -} - -func (m *Ad) GetTrackingUrlTemplate() *wrappers.StringValue { - if m != nil { - return m.TrackingUrlTemplate - } - return nil -} - -func (m *Ad) GetUrlCustomParameters() []*common.CustomParameter { - if m != nil { - return m.UrlCustomParameters - } - return nil -} - -func (m *Ad) GetDisplayUrl() *wrappers.StringValue { - if m != nil { - return m.DisplayUrl - } - return nil -} - -func (m *Ad) GetType() enums.AdTypeEnum_AdType { - if m != nil { - return m.Type - } - return enums.AdTypeEnum_UNSPECIFIED -} - -func (m *Ad) GetAddedByGoogleAds() *wrappers.BoolValue { - if m != nil { - return m.AddedByGoogleAds - } - return nil -} - -func (m *Ad) GetDevicePreference() enums.DeviceEnum_Device { - if m != nil { - return m.DevicePreference - } - return enums.DeviceEnum_UNSPECIFIED -} - -func (m *Ad) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -type isAd_AdData interface { - isAd_AdData() -} - -type Ad_TextAd struct { - TextAd *common.TextAdInfo `protobuf:"bytes,6,opt,name=text_ad,json=textAd,proto3,oneof"` -} - -type Ad_ExpandedTextAd struct { - ExpandedTextAd *common.ExpandedTextAdInfo `protobuf:"bytes,7,opt,name=expanded_text_ad,json=expandedTextAd,proto3,oneof"` -} - -type Ad_DynamicSearchAd struct { - DynamicSearchAd *common.DynamicSearchAdInfo `protobuf:"bytes,8,opt,name=dynamic_search_ad,json=dynamicSearchAd,proto3,oneof"` -} - -type Ad_ResponsiveDisplayAd struct { - ResponsiveDisplayAd *common.ResponsiveDisplayAdInfo `protobuf:"bytes,9,opt,name=responsive_display_ad,json=responsiveDisplayAd,proto3,oneof"` -} - -type Ad_CallOnlyAd struct { - CallOnlyAd *common.CallOnlyAdInfo `protobuf:"bytes,13,opt,name=call_only_ad,json=callOnlyAd,proto3,oneof"` -} - -type Ad_ExpandedDynamicSearchAd struct { - ExpandedDynamicSearchAd *common.ExpandedDynamicSearchAdInfo `protobuf:"bytes,14,opt,name=expanded_dynamic_search_ad,json=expandedDynamicSearchAd,proto3,oneof"` -} - -type Ad_HotelAd struct { - HotelAd *common.HotelAdInfo `protobuf:"bytes,15,opt,name=hotel_ad,json=hotelAd,proto3,oneof"` -} - -type Ad_ShoppingSmartAd struct { - ShoppingSmartAd *common.ShoppingSmartAdInfo `protobuf:"bytes,17,opt,name=shopping_smart_ad,json=shoppingSmartAd,proto3,oneof"` -} - -type Ad_ShoppingProductAd struct { - ShoppingProductAd *common.ShoppingProductAdInfo `protobuf:"bytes,18,opt,name=shopping_product_ad,json=shoppingProductAd,proto3,oneof"` -} - -type Ad_GmailAd struct { - GmailAd *common.GmailAdInfo `protobuf:"bytes,21,opt,name=gmail_ad,json=gmailAd,proto3,oneof"` -} - -type Ad_ImageAd struct { - ImageAd *common.ImageAdInfo `protobuf:"bytes,22,opt,name=image_ad,json=imageAd,proto3,oneof"` -} - -type Ad_VideoAd struct { - VideoAd *common.VideoAdInfo `protobuf:"bytes,24,opt,name=video_ad,json=videoAd,proto3,oneof"` -} - -func (*Ad_TextAd) isAd_AdData() {} - -func (*Ad_ExpandedTextAd) isAd_AdData() {} - -func (*Ad_DynamicSearchAd) isAd_AdData() {} - -func (*Ad_ResponsiveDisplayAd) isAd_AdData() {} - -func (*Ad_CallOnlyAd) isAd_AdData() {} - -func (*Ad_ExpandedDynamicSearchAd) isAd_AdData() {} - -func (*Ad_HotelAd) isAd_AdData() {} - -func (*Ad_ShoppingSmartAd) isAd_AdData() {} - -func (*Ad_ShoppingProductAd) isAd_AdData() {} - -func (*Ad_GmailAd) isAd_AdData() {} - -func (*Ad_ImageAd) isAd_AdData() {} - -func (*Ad_VideoAd) isAd_AdData() {} - -func (m *Ad) GetAdData() isAd_AdData { - if m != nil { - return m.AdData - } - return nil -} - -func (m *Ad) GetTextAd() *common.TextAdInfo { - if x, ok := m.GetAdData().(*Ad_TextAd); ok { - return x.TextAd - } - return nil -} - -func (m *Ad) GetExpandedTextAd() *common.ExpandedTextAdInfo { - if x, ok := m.GetAdData().(*Ad_ExpandedTextAd); ok { - return x.ExpandedTextAd - } - return nil -} - -func (m *Ad) GetDynamicSearchAd() *common.DynamicSearchAdInfo { - if x, ok := m.GetAdData().(*Ad_DynamicSearchAd); ok { - return x.DynamicSearchAd - } - return nil -} - -func (m *Ad) GetResponsiveDisplayAd() *common.ResponsiveDisplayAdInfo { - if x, ok := m.GetAdData().(*Ad_ResponsiveDisplayAd); ok { - return x.ResponsiveDisplayAd - } - return nil -} - -func (m *Ad) GetCallOnlyAd() *common.CallOnlyAdInfo { - if x, ok := m.GetAdData().(*Ad_CallOnlyAd); ok { - return x.CallOnlyAd - } - return nil -} - -func (m *Ad) GetExpandedDynamicSearchAd() *common.ExpandedDynamicSearchAdInfo { - if x, ok := m.GetAdData().(*Ad_ExpandedDynamicSearchAd); ok { - return x.ExpandedDynamicSearchAd - } - return nil -} - -func (m *Ad) GetHotelAd() *common.HotelAdInfo { - if x, ok := m.GetAdData().(*Ad_HotelAd); ok { - return x.HotelAd - } - return nil -} - -func (m *Ad) GetShoppingSmartAd() *common.ShoppingSmartAdInfo { - if x, ok := m.GetAdData().(*Ad_ShoppingSmartAd); ok { - return x.ShoppingSmartAd - } - return nil -} - -func (m *Ad) GetShoppingProductAd() *common.ShoppingProductAdInfo { - if x, ok := m.GetAdData().(*Ad_ShoppingProductAd); ok { - return x.ShoppingProductAd - } - return nil -} - -func (m *Ad) GetGmailAd() *common.GmailAdInfo { - if x, ok := m.GetAdData().(*Ad_GmailAd); ok { - return x.GmailAd - } - return nil -} - -func (m *Ad) GetImageAd() *common.ImageAdInfo { - if x, ok := m.GetAdData().(*Ad_ImageAd); ok { - return x.ImageAd - } - return nil -} - -func (m *Ad) GetVideoAd() *common.VideoAdInfo { - if x, ok := m.GetAdData().(*Ad_VideoAd); ok { - return x.VideoAd - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*Ad) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _Ad_OneofMarshaler, _Ad_OneofUnmarshaler, _Ad_OneofSizer, []interface{}{ - (*Ad_TextAd)(nil), - (*Ad_ExpandedTextAd)(nil), - (*Ad_DynamicSearchAd)(nil), - (*Ad_ResponsiveDisplayAd)(nil), - (*Ad_CallOnlyAd)(nil), - (*Ad_ExpandedDynamicSearchAd)(nil), - (*Ad_HotelAd)(nil), - (*Ad_ShoppingSmartAd)(nil), - (*Ad_ShoppingProductAd)(nil), - (*Ad_GmailAd)(nil), - (*Ad_ImageAd)(nil), - (*Ad_VideoAd)(nil), - } -} - -func _Ad_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*Ad) - // ad_data - switch x := m.AdData.(type) { - case *Ad_TextAd: - b.EncodeVarint(6<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.TextAd); err != nil { - return err - } - case *Ad_ExpandedTextAd: - b.EncodeVarint(7<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ExpandedTextAd); err != nil { - return err - } - case *Ad_DynamicSearchAd: - b.EncodeVarint(8<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.DynamicSearchAd); err != nil { - return err - } - case *Ad_ResponsiveDisplayAd: - b.EncodeVarint(9<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ResponsiveDisplayAd); err != nil { - return err - } - case *Ad_CallOnlyAd: - b.EncodeVarint(13<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CallOnlyAd); err != nil { - return err - } - case *Ad_ExpandedDynamicSearchAd: - b.EncodeVarint(14<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ExpandedDynamicSearchAd); err != nil { - return err - } - case *Ad_HotelAd: - b.EncodeVarint(15<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.HotelAd); err != nil { - return err - } - case *Ad_ShoppingSmartAd: - b.EncodeVarint(17<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ShoppingSmartAd); err != nil { - return err - } - case *Ad_ShoppingProductAd: - b.EncodeVarint(18<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ShoppingProductAd); err != nil { - return err - } - case *Ad_GmailAd: - b.EncodeVarint(21<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.GmailAd); err != nil { - return err - } - case *Ad_ImageAd: - b.EncodeVarint(22<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ImageAd); err != nil { - return err - } - case *Ad_VideoAd: - b.EncodeVarint(24<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.VideoAd); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("Ad.AdData has unexpected type %T", x) - } - return nil -} - -func _Ad_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*Ad) - switch tag { - case 6: // ad_data.text_ad - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.TextAdInfo) - err := b.DecodeMessage(msg) - m.AdData = &Ad_TextAd{msg} - return true, err - case 7: // ad_data.expanded_text_ad - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.ExpandedTextAdInfo) - err := b.DecodeMessage(msg) - m.AdData = &Ad_ExpandedTextAd{msg} - return true, err - case 8: // ad_data.dynamic_search_ad - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.DynamicSearchAdInfo) - err := b.DecodeMessage(msg) - m.AdData = &Ad_DynamicSearchAd{msg} - return true, err - case 9: // ad_data.responsive_display_ad - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.ResponsiveDisplayAdInfo) - err := b.DecodeMessage(msg) - m.AdData = &Ad_ResponsiveDisplayAd{msg} - return true, err - case 13: // ad_data.call_only_ad - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.CallOnlyAdInfo) - err := b.DecodeMessage(msg) - m.AdData = &Ad_CallOnlyAd{msg} - return true, err - case 14: // ad_data.expanded_dynamic_search_ad - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.ExpandedDynamicSearchAdInfo) - err := b.DecodeMessage(msg) - m.AdData = &Ad_ExpandedDynamicSearchAd{msg} - return true, err - case 15: // ad_data.hotel_ad - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.HotelAdInfo) - err := b.DecodeMessage(msg) - m.AdData = &Ad_HotelAd{msg} - return true, err - case 17: // ad_data.shopping_smart_ad - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.ShoppingSmartAdInfo) - err := b.DecodeMessage(msg) - m.AdData = &Ad_ShoppingSmartAd{msg} - return true, err - case 18: // ad_data.shopping_product_ad - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.ShoppingProductAdInfo) - err := b.DecodeMessage(msg) - m.AdData = &Ad_ShoppingProductAd{msg} - return true, err - case 21: // ad_data.gmail_ad - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.GmailAdInfo) - err := b.DecodeMessage(msg) - m.AdData = &Ad_GmailAd{msg} - return true, err - case 22: // ad_data.image_ad - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.ImageAdInfo) - err := b.DecodeMessage(msg) - m.AdData = &Ad_ImageAd{msg} - return true, err - case 24: // ad_data.video_ad - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.VideoAdInfo) - err := b.DecodeMessage(msg) - m.AdData = &Ad_VideoAd{msg} - return true, err - default: - return false, nil - } -} - -func _Ad_OneofSizer(msg proto.Message) (n int) { - m := msg.(*Ad) - // ad_data - switch x := m.AdData.(type) { - case *Ad_TextAd: - s := proto.Size(x.TextAd) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Ad_ExpandedTextAd: - s := proto.Size(x.ExpandedTextAd) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Ad_DynamicSearchAd: - s := proto.Size(x.DynamicSearchAd) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Ad_ResponsiveDisplayAd: - s := proto.Size(x.ResponsiveDisplayAd) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Ad_CallOnlyAd: - s := proto.Size(x.CallOnlyAd) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Ad_ExpandedDynamicSearchAd: - s := proto.Size(x.ExpandedDynamicSearchAd) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Ad_HotelAd: - s := proto.Size(x.HotelAd) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Ad_ShoppingSmartAd: - s := proto.Size(x.ShoppingSmartAd) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Ad_ShoppingProductAd: - s := proto.Size(x.ShoppingProductAd) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Ad_GmailAd: - s := proto.Size(x.GmailAd) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Ad_ImageAd: - s := proto.Size(x.ImageAd) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Ad_VideoAd: - s := proto.Size(x.VideoAd) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -func init() { - proto.RegisterType((*Ad)(nil), "google.ads.googleads.v0.resources.Ad") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/ad.proto", fileDescriptor_ad_45f6b0bbb7e6ab2e) -} - -var fileDescriptor_ad_45f6b0bbb7e6ab2e = []byte{ - // 880 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x96, 0xdd, 0x6e, 0x23, 0x35, - 0x18, 0x86, 0x49, 0xb6, 0x34, 0x5b, 0x77, 0xe9, 0x8f, 0x43, 0xd9, 0x51, 0x41, 0xa8, 0x8b, 0xb4, - 0x52, 0xd5, 0x4a, 0x93, 0x28, 0xcb, 0x82, 0x94, 0x8a, 0x83, 0x09, 0xad, 0xda, 0x22, 0x21, 0xa2, - 0xb4, 0xcd, 0x01, 0x2a, 0x8c, 0xdc, 0xb1, 0x33, 0x1d, 0xe1, 0xb1, 0x47, 0xf6, 0x4c, 0x68, 0xb8, - 0x12, 0x8e, 0x39, 0xe4, 0x52, 0xb8, 0x14, 0x8e, 0xb9, 0x00, 0xe4, 0xcf, 0x33, 0x8e, 0xba, 0xfd, - 0x99, 0x39, 0xf3, 0xcf, 0xfb, 0xbc, 0xef, 0xd7, 0xcf, 0x8e, 0x3b, 0xe8, 0x20, 0x96, 0x32, 0xe6, - 0xac, 0x47, 0xa8, 0xee, 0xd9, 0xa1, 0x19, 0xcd, 0xfb, 0x3d, 0xc5, 0xb4, 0x2c, 0x54, 0xc4, 0x74, - 0x8f, 0x50, 0x3f, 0x53, 0x32, 0x97, 0xf8, 0x8d, 0x15, 0xf8, 0x84, 0x6a, 0xdf, 0x69, 0xfd, 0x79, - 0xdf, 0x77, 0xda, 0xdd, 0xc1, 0x53, 0x76, 0x91, 0x4c, 0x53, 0x29, 0x7a, 0x84, 0x86, 0xf9, 0x22, - 0x63, 0x61, 0x22, 0x66, 0x52, 0x5b, 0xdb, 0xdd, 0xf7, 0x35, 0x4c, 0x54, 0xe8, 0x5c, 0xa6, 0x61, - 0x46, 0x14, 0x49, 0x59, 0xce, 0x54, 0x89, 0x1d, 0x3e, 0x85, 0x31, 0x51, 0xa4, 0xba, 0x4a, 0x2a, - 0xc5, 0x07, 0xcf, 0x8b, 0x29, 0x9b, 0x27, 0x51, 0xa5, 0xfd, 0xb2, 0xd4, 0xc2, 0xec, 0xa6, 0x98, - 0xf5, 0x7e, 0x57, 0x24, 0xcb, 0x98, 0x2a, 0xeb, 0xfd, 0xea, 0xcf, 0x0d, 0xd4, 0x0e, 0x28, 0x3e, - 0x44, 0xed, 0x84, 0x7a, 0xad, 0xbd, 0xd6, 0xfe, 0xfa, 0xe0, 0xf3, 0xb2, 0x1f, 0x7e, 0xc5, 0xf8, - 0xe7, 0x22, 0xff, 0xe6, 0xeb, 0x29, 0xe1, 0x05, 0x9b, 0xb4, 0x13, 0x8a, 0x8f, 0x10, 0x9a, 0x25, - 0x82, 0xf0, 0xb0, 0x50, 0x5c, 0x7b, 0xed, 0xbd, 0x17, 0xfb, 0xeb, 0x83, 0x2f, 0x1e, 0x40, 0x17, - 0xb9, 0x4a, 0x44, 0x6c, 0xa9, 0x35, 0xd0, 0x5f, 0x29, 0xae, 0xf1, 0x19, 0xda, 0xb6, 0x70, 0x2a, - 0x6f, 0x12, 0xce, 0xac, 0xc7, 0x56, 0x03, 0x8f, 0x4d, 0xc0, 0x7e, 0x04, 0x0a, 0x9c, 0xc6, 0x68, - 0x27, 0x57, 0x24, 0xfa, 0x2d, 0x11, 0xb1, 0x71, 0x09, 0x73, 0x96, 0x66, 0x9c, 0xe4, 0xcc, 0x7b, - 0x05, 0x7f, 0xc6, 0xf3, 0x6e, 0xdd, 0x0a, 0xbd, 0x52, 0xfc, 0xb2, 0x04, 0x71, 0x84, 0x76, 0x8c, - 0xd1, 0x87, 0x67, 0xa4, 0x3d, 0x04, 0xf5, 0xf5, 0xfc, 0xa7, 0xee, 0x8c, 0x3d, 0x5c, 0xff, 0x7b, - 0x00, 0xc7, 0x15, 0x37, 0xe9, 0x16, 0x8a, 0x7f, 0xb0, 0xa6, 0xf1, 0x77, 0x68, 0x9d, 0x26, 0x3a, - 0xe3, 0x64, 0x61, 0xaa, 0xf6, 0x56, 0x1a, 0x14, 0x8b, 0x4a, 0xe0, 0x4a, 0x71, 0x7c, 0x8c, 0x56, - 0xcc, 0x55, 0xf0, 0x3e, 0xde, 0x6b, 0xed, 0x6f, 0x0c, 0xfa, 0x4f, 0x96, 0x04, 0x77, 0xc1, 0x0f, - 0xe8, 0xe5, 0x22, 0x63, 0x27, 0xa2, 0x48, 0xcb, 0xe1, 0x04, 0x68, 0x7c, 0x8e, 0xba, 0x84, 0x52, - 0x46, 0xc3, 0x9b, 0x45, 0x68, 0xb1, 0x90, 0x50, 0xed, 0x75, 0xa1, 0x98, 0xdd, 0x07, 0xc5, 0x8c, - 0xa4, 0xe4, 0xb6, 0x94, 0x2d, 0xc0, 0x46, 0x8b, 0x53, 0x50, 0x04, 0x54, 0xe3, 0x5f, 0xd0, 0xb6, - 0xbd, 0x71, 0x61, 0xa6, 0xd8, 0x8c, 0x29, 0x26, 0x22, 0xe6, 0x7d, 0xda, 0xa8, 0xba, 0x63, 0xe0, - 0xa0, 0x3a, 0x3b, 0x9c, 0x6c, 0x59, 0xab, 0xb1, 0x73, 0xc2, 0x7d, 0xb4, 0x22, 0x48, 0xca, 0xbc, - 0xd7, 0x0d, 0xfa, 0x04, 0x4a, 0x7c, 0x82, 0x3a, 0x39, 0xbb, 0xcb, 0x43, 0x42, 0xbd, 0x55, 0x80, - 0x0e, 0xea, 0xce, 0xed, 0x92, 0xdd, 0xe5, 0x01, 0x3d, 0x17, 0x33, 0x79, 0xf6, 0xd1, 0x64, 0x35, - 0x87, 0x19, 0xfe, 0x15, 0x6d, 0xb1, 0xbb, 0x8c, 0x08, 0xd3, 0xa5, 0xca, 0xaf, 0x03, 0x7e, 0x83, - 0x3a, 0xbf, 0x93, 0x92, 0xbb, 0xe7, 0xbb, 0xc1, 0xee, 0xad, 0x62, 0x82, 0xb6, 0xe9, 0x42, 0x90, - 0x34, 0x89, 0x42, 0xcd, 0x88, 0x8a, 0x6e, 0x4d, 0xc0, 0x4b, 0x08, 0x78, 0x57, 0x17, 0x70, 0x6c, - 0xc1, 0x0b, 0xe0, 0x5c, 0xc2, 0x26, 0xbd, 0xbf, 0x8c, 0x53, 0xb4, 0xa3, 0x98, 0xce, 0xa4, 0xd0, - 0xc9, 0x9c, 0x85, 0xd5, 0xad, 0x23, 0xd4, 0x5b, 0x83, 0x98, 0x6f, 0xeb, 0x62, 0x26, 0x0e, 0x3e, - 0xb6, 0xac, 0x8b, 0xea, 0xaa, 0x87, 0x5b, 0x78, 0x82, 0x5e, 0x45, 0x84, 0xf3, 0x50, 0x0a, 0x0e, - 0x29, 0x9f, 0x40, 0x8a, 0x5f, 0xfb, 0xab, 0x21, 0x9c, 0xff, 0x24, 0xf8, 0xd2, 0x1c, 0x45, 0x6e, - 0x05, 0xff, 0x81, 0x76, 0xdd, 0x29, 0x3c, 0x6c, 0xd7, 0x06, 0x24, 0x1c, 0x35, 0x3d, 0x8f, 0xc7, - 0xdb, 0xf6, 0x9a, 0x3d, 0xbe, 0x8d, 0xcf, 0xd0, 0xcb, 0x5b, 0x99, 0x33, 0x6e, 0x92, 0x36, 0x21, - 0xe9, 0xb0, 0x2e, 0xe9, 0xcc, 0xe8, 0x9d, 0x73, 0xe7, 0xd6, 0x4e, 0xcd, 0x59, 0xeb, 0x5b, 0x99, - 0x65, 0xe6, 0xa9, 0xd2, 0x29, 0x51, 0x70, 0x99, 0xb6, 0x9b, 0x9d, 0xf5, 0x45, 0x09, 0x5e, 0x18, - 0x6e, 0x79, 0xd6, 0xfa, 0xfe, 0x32, 0x8e, 0x51, 0xd7, 0x45, 0x64, 0x4a, 0xd2, 0x22, 0x82, 0x10, - 0x0c, 0x21, 0xef, 0x9b, 0x86, 0x8c, 0x2d, 0xe9, 0x62, 0x5c, 0xd9, 0x6e, 0xc3, 0x74, 0x25, 0x4e, - 0x49, 0x02, 0x5d, 0xd9, 0x69, 0xd6, 0x95, 0x53, 0xa3, 0x5f, 0x76, 0x25, 0xb6, 0x53, 0xe3, 0x94, - 0xa4, 0x24, 0x36, 0x4f, 0x8f, 0xf7, 0x59, 0x33, 0xa7, 0x73, 0xa3, 0x5f, 0x3a, 0x25, 0x76, 0x6a, - 0x9c, 0xe6, 0x09, 0x65, 0xd2, 0x38, 0x79, 0xcd, 0x9c, 0xa6, 0x46, 0xbf, 0x74, 0x9a, 0xdb, 0xe9, - 0x68, 0x0d, 0x75, 0x08, 0x0d, 0x29, 0xc9, 0xc9, 0xe8, 0xbf, 0x16, 0x7a, 0x1b, 0xc9, 0xd4, 0xaf, - 0xfd, 0x50, 0x18, 0x75, 0x02, 0x3a, 0x36, 0xef, 0xd1, 0xb8, 0xf5, 0xf3, 0x0f, 0xa5, 0x3a, 0x96, - 0x9c, 0x88, 0xd8, 0x97, 0x2a, 0xee, 0xc5, 0x4c, 0xc0, 0x6b, 0x55, 0xfd, 0xaf, 0xce, 0x12, 0xfd, - 0xcc, 0x17, 0xca, 0x91, 0x1b, 0xfd, 0xd5, 0x7e, 0x71, 0x1a, 0x04, 0x7f, 0xb7, 0xdf, 0xd8, 0xb7, - 0xd6, 0x0f, 0xa8, 0xf6, 0xdd, 0xb3, 0xeb, 0x4f, 0xfb, 0xe6, 0xe7, 0x69, 0x95, 0xff, 0x54, 0x9a, - 0xeb, 0x80, 0xea, 0x6b, 0xa7, 0xb9, 0x9e, 0xf6, 0xaf, 0x9d, 0xe6, 0xdf, 0xf6, 0x5b, 0xbb, 0x31, - 0x1c, 0x06, 0x54, 0x0f, 0x87, 0x4e, 0x35, 0x1c, 0x4e, 0xfb, 0xc3, 0xa1, 0xd3, 0xdd, 0xac, 0x42, - 0xb1, 0xef, 0xfe, 0x0f, 0x00, 0x00, 0xff, 0xff, 0x3c, 0xc6, 0x60, 0x4c, 0x4d, 0x09, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/ad_group.pb.go b/googleapis/ads/googleads/v0/resources/ad_group.pb.go deleted file mode 100644 index 3a0df309aa..0000000000 --- a/googleapis/ads/googleads/v0/resources/ad_group.pb.go +++ /dev/null @@ -1,364 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/ad_group.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// An ad group. -type AdGroup struct { - // The resource name of the ad group. - // Ad group resource names have the form: - // - // `customers/{customer_id}/adGroups/{ad_group_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the ad group. - Id *wrappers.Int64Value `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` - // The name of the ad group. - // - // This field is required and should not be empty when creating new ad - // groups. - // - // It must contain fewer than 255 UTF-8 full-width characters. - // - // 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 ad group. - Status enums.AdGroupStatusEnum_AdGroupStatus `protobuf:"varint,5,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.AdGroupStatusEnum_AdGroupStatus" json:"status,omitempty"` - // The type of the ad group. - Type enums.AdGroupTypeEnum_AdGroupType `protobuf:"varint,12,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.AdGroupTypeEnum_AdGroupType" json:"type,omitempty"` - // The ad rotation mode of the ad group. - AdRotationMode enums.AdGroupAdRotationModeEnum_AdGroupAdRotationMode `protobuf:"varint,22,opt,name=ad_rotation_mode,json=adRotationMode,proto3,enum=google.ads.googleads.v0.enums.AdGroupAdRotationModeEnum_AdGroupAdRotationMode" json:"ad_rotation_mode,omitempty"` - // The URL template for constructing a tracking URL. - TrackingUrlTemplate *wrappers.StringValue `protobuf:"bytes,13,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,6,rep,name=url_custom_parameters,json=urlCustomParameters,proto3" json:"url_custom_parameters,omitempty"` - // The campaign to which the ad group belongs. - Campaign *wrappers.StringValue `protobuf:"bytes,10,opt,name=campaign,proto3" json:"campaign,omitempty"` - // The maximum CPC (cost-per-click) bid. - CpcBidMicros *wrappers.Int64Value `protobuf:"bytes,14,opt,name=cpc_bid_micros,json=cpcBidMicros,proto3" json:"cpc_bid_micros,omitempty"` - // The maximum CPM (cost-per-thousand viewable impressions) bid. - CpmBidMicros *wrappers.Int64Value `protobuf:"bytes,15,opt,name=cpm_bid_micros,json=cpmBidMicros,proto3" json:"cpm_bid_micros,omitempty"` - // The target CPA (cost-per-acquisition). - TargetCpaMicros *wrappers.Int64Value `protobuf:"bytes,27,opt,name=target_cpa_micros,json=targetCpaMicros,proto3" json:"target_cpa_micros,omitempty"` - // The CPV (cost-per-view) bid. - CpvBidMicros *wrappers.Int64Value `protobuf:"bytes,17,opt,name=cpv_bid_micros,json=cpvBidMicros,proto3" json:"cpv_bid_micros,omitempty"` - // Average amount in micros that the advertiser is willing to pay for every - // thousand times the ad is shown. - TargetCpmMicros *wrappers.Int64Value `protobuf:"bytes,26,opt,name=target_cpm_micros,json=targetCpmMicros,proto3" json:"target_cpm_micros,omitempty"` - // The target ROAS (return-on-ad-spend) override. If the ad group's campaign - // bidding strategy is a standard Target ROAS strategy, then this field - // overrides the target ROAS specified in the campaign's bidding strategy. - // Otherwise, this value is ignored. - TargetRoas *wrappers.DoubleValue `protobuf:"bytes,30,opt,name=target_roas,json=targetRoas,proto3" json:"target_roas,omitempty"` - // The percent cpc bid amount, expressed as a fraction of the advertised price - // for some good or service. The valid range for the fraction is [0,1) and the - // value stored here is 1,000,000 * [fraction]. - PercentCpcBidMicros *wrappers.Int64Value `protobuf:"bytes,20,opt,name=percent_cpc_bid_micros,json=percentCpcBidMicros,proto3" json:"percent_cpc_bid_micros,omitempty"` - // Settings for the Display Campaign Optimizer, initially termed "Explorer". - ExplorerAutoOptimizerSetting *common.ExplorerAutoOptimizerSetting `protobuf:"bytes,21,opt,name=explorer_auto_optimizer_setting,json=explorerAutoOptimizerSetting,proto3" json:"explorer_auto_optimizer_setting,omitempty"` - // Allows advertisers to specify a targeting dimension on which to place - // absolute bids. This is only applicable for campaigns that target only the - // display network and not search. - DisplayCustomBidDimension enums.TargetingDimensionEnum_TargetingDimension `protobuf:"varint,23,opt,name=display_custom_bid_dimension,json=displayCustomBidDimension,proto3,enum=google.ads.googleads.v0.enums.TargetingDimensionEnum_TargetingDimension" json:"display_custom_bid_dimension,omitempty"` - // URL template for appending params to Final URL. - FinalUrlSuffix *wrappers.StringValue `protobuf:"bytes,24,opt,name=final_url_suffix,json=finalUrlSuffix,proto3" json:"final_url_suffix,omitempty"` - // Setting for targeting related features. - TargetingSetting *common.TargetingSetting `protobuf:"bytes,25,opt,name=targeting_setting,json=targetingSetting,proto3" json:"targeting_setting,omitempty"` - // The effective target CPA (cost-per-acquisition). - // This field is read-only. - EffectiveTargetCpaMicros *wrappers.Int64Value `protobuf:"bytes,28,opt,name=effective_target_cpa_micros,json=effectiveTargetCpaMicros,proto3" json:"effective_target_cpa_micros,omitempty"` - // Source of the effective target CPA. - // This field is read-only. - EffectiveTargetCpaSource enums.BiddingSourceEnum_BiddingSource `protobuf:"varint,29,opt,name=effective_target_cpa_source,json=effectiveTargetCpaSource,proto3,enum=google.ads.googleads.v0.enums.BiddingSourceEnum_BiddingSource" json:"effective_target_cpa_source,omitempty"` - // The effective target ROAS (return-on-ad-spend). - // This field is read-only. - EffectiveTargetRoas *wrappers.DoubleValue `protobuf:"bytes,31,opt,name=effective_target_roas,json=effectiveTargetRoas,proto3" json:"effective_target_roas,omitempty"` - // Source of the effective target ROAS. - // This field is read-only. - EffectiveTargetRoasSource enums.BiddingSourceEnum_BiddingSource `protobuf:"varint,32,opt,name=effective_target_roas_source,json=effectiveTargetRoasSource,proto3,enum=google.ads.googleads.v0.enums.BiddingSourceEnum_BiddingSource" json:"effective_target_roas_source,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroup) Reset() { *m = AdGroup{} } -func (m *AdGroup) String() string { return proto.CompactTextString(m) } -func (*AdGroup) ProtoMessage() {} -func (*AdGroup) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_772133f79f9a8455, []int{0} -} -func (m *AdGroup) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroup.Unmarshal(m, b) -} -func (m *AdGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroup.Marshal(b, m, deterministic) -} -func (dst *AdGroup) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroup.Merge(dst, src) -} -func (m *AdGroup) XXX_Size() int { - return xxx_messageInfo_AdGroup.Size(m) -} -func (m *AdGroup) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroup.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroup proto.InternalMessageInfo - -func (m *AdGroup) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *AdGroup) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *AdGroup) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *AdGroup) GetStatus() enums.AdGroupStatusEnum_AdGroupStatus { - if m != nil { - return m.Status - } - return enums.AdGroupStatusEnum_UNSPECIFIED -} - -func (m *AdGroup) GetType() enums.AdGroupTypeEnum_AdGroupType { - if m != nil { - return m.Type - } - return enums.AdGroupTypeEnum_UNSPECIFIED -} - -func (m *AdGroup) GetAdRotationMode() enums.AdGroupAdRotationModeEnum_AdGroupAdRotationMode { - if m != nil { - return m.AdRotationMode - } - return enums.AdGroupAdRotationModeEnum_UNSPECIFIED -} - -func (m *AdGroup) GetTrackingUrlTemplate() *wrappers.StringValue { - if m != nil { - return m.TrackingUrlTemplate - } - return nil -} - -func (m *AdGroup) GetUrlCustomParameters() []*common.CustomParameter { - if m != nil { - return m.UrlCustomParameters - } - return nil -} - -func (m *AdGroup) GetCampaign() *wrappers.StringValue { - if m != nil { - return m.Campaign - } - return nil -} - -func (m *AdGroup) GetCpcBidMicros() *wrappers.Int64Value { - if m != nil { - return m.CpcBidMicros - } - return nil -} - -func (m *AdGroup) GetCpmBidMicros() *wrappers.Int64Value { - if m != nil { - return m.CpmBidMicros - } - return nil -} - -func (m *AdGroup) GetTargetCpaMicros() *wrappers.Int64Value { - if m != nil { - return m.TargetCpaMicros - } - return nil -} - -func (m *AdGroup) GetCpvBidMicros() *wrappers.Int64Value { - if m != nil { - return m.CpvBidMicros - } - return nil -} - -func (m *AdGroup) GetTargetCpmMicros() *wrappers.Int64Value { - if m != nil { - return m.TargetCpmMicros - } - return nil -} - -func (m *AdGroup) GetTargetRoas() *wrappers.DoubleValue { - if m != nil { - return m.TargetRoas - } - return nil -} - -func (m *AdGroup) GetPercentCpcBidMicros() *wrappers.Int64Value { - if m != nil { - return m.PercentCpcBidMicros - } - return nil -} - -func (m *AdGroup) GetExplorerAutoOptimizerSetting() *common.ExplorerAutoOptimizerSetting { - if m != nil { - return m.ExplorerAutoOptimizerSetting - } - return nil -} - -func (m *AdGroup) GetDisplayCustomBidDimension() enums.TargetingDimensionEnum_TargetingDimension { - if m != nil { - return m.DisplayCustomBidDimension - } - return enums.TargetingDimensionEnum_UNSPECIFIED -} - -func (m *AdGroup) GetFinalUrlSuffix() *wrappers.StringValue { - if m != nil { - return m.FinalUrlSuffix - } - return nil -} - -func (m *AdGroup) GetTargetingSetting() *common.TargetingSetting { - if m != nil { - return m.TargetingSetting - } - return nil -} - -func (m *AdGroup) GetEffectiveTargetCpaMicros() *wrappers.Int64Value { - if m != nil { - return m.EffectiveTargetCpaMicros - } - return nil -} - -func (m *AdGroup) GetEffectiveTargetCpaSource() enums.BiddingSourceEnum_BiddingSource { - if m != nil { - return m.EffectiveTargetCpaSource - } - return enums.BiddingSourceEnum_UNSPECIFIED -} - -func (m *AdGroup) GetEffectiveTargetRoas() *wrappers.DoubleValue { - if m != nil { - return m.EffectiveTargetRoas - } - return nil -} - -func (m *AdGroup) GetEffectiveTargetRoasSource() enums.BiddingSourceEnum_BiddingSource { - if m != nil { - return m.EffectiveTargetRoasSource - } - return enums.BiddingSourceEnum_UNSPECIFIED -} - -func init() { - proto.RegisterType((*AdGroup)(nil), "google.ads.googleads.v0.resources.AdGroup") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/ad_group.proto", fileDescriptor_ad_group_772133f79f9a8455) -} - -var fileDescriptor_ad_group_772133f79f9a8455 = []byte{ - // 941 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0x4f, 0x6f, 0xe3, 0x44, - 0x18, 0xc6, 0x95, 0xb6, 0x14, 0x98, 0x76, 0xd3, 0xae, 0x4b, 0x17, 0xb7, 0x0d, 0xbb, 0x59, 0xd0, - 0x4a, 0x95, 0x90, 0x9c, 0xd0, 0x85, 0x05, 0x05, 0x16, 0xc9, 0x69, 0x97, 0x02, 0xd2, 0x96, 0xc8, - 0xe9, 0xe6, 0xb0, 0x2a, 0xb2, 0x26, 0x9e, 0x89, 0x35, 0xc2, 0xe3, 0xb1, 0x66, 0xc6, 0xa1, 0x45, - 0x42, 0x1c, 0x38, 0xf1, 0x35, 0x38, 0xf2, 0x51, 0xf8, 0x28, 0x5c, 0x39, 0x71, 0x43, 0x9e, 0x3f, - 0x6e, 0x92, 0x36, 0xb5, 0x91, 0xb8, 0xd9, 0x33, 0xef, 0xf3, 0x9b, 0xf7, 0x9d, 0x79, 0x1f, 0x8f, - 0x41, 0x37, 0x66, 0x2c, 0x4e, 0x70, 0x07, 0x22, 0xd1, 0xd1, 0x8f, 0xc5, 0xd3, 0xb4, 0xdb, 0xe1, - 0x58, 0xb0, 0x9c, 0x47, 0x58, 0x74, 0x20, 0x0a, 0x63, 0xce, 0xf2, 0xcc, 0xcb, 0x38, 0x93, 0xcc, - 0x79, 0xac, 0xc3, 0x3c, 0x88, 0x84, 0x57, 0x2a, 0xbc, 0x69, 0xd7, 0x2b, 0x15, 0xfb, 0x9f, 0x2c, - 0x83, 0x46, 0x8c, 0x52, 0x96, 0x76, 0xa2, 0x5c, 0x48, 0x46, 0xc3, 0x0c, 0x72, 0x48, 0xb1, 0xc4, - 0x5c, 0x93, 0xf7, 0x4f, 0x2a, 0x64, 0xf8, 0x32, 0x4b, 0x18, 0xc7, 0x3c, 0x84, 0xb9, 0x64, 0x21, - 0xcb, 0x24, 0xa1, 0xe4, 0x27, 0xcc, 0x43, 0x81, 0xa5, 0x24, 0x69, 0x6c, 0x28, 0xcf, 0x2a, 0x28, - 0x12, 0xf2, 0x18, 0x17, 0xf1, 0x0b, 0xba, 0xe7, 0xcb, 0x74, 0x38, 0xcd, 0xe9, 0xf5, 0x2e, 0x84, - 0x10, 0x85, 0x9c, 0x49, 0x28, 0x09, 0x4b, 0x43, 0xca, 0x10, 0x36, 0xf2, 0xa7, 0x35, 0xe5, 0x42, - 0x42, 0x99, 0x0b, 0x23, 0xfa, 0xa8, 0xa6, 0x48, 0x5e, 0x65, 0x76, 0x9d, 0xa3, 0xbb, 0x25, 0x63, - 0x82, 0x90, 0xaa, 0x4d, 0x1d, 0x85, 0xd1, 0x7c, 0x7a, 0xb7, 0xe6, 0x7a, 0x47, 0x10, 0xa1, 0x38, - 0x15, 0x84, 0xa5, 0x46, 0xf8, 0xd0, 0x08, 0xd5, 0xdb, 0x38, 0x9f, 0x74, 0x7e, 0xe4, 0x30, 0xcb, - 0x30, 0x37, 0xf9, 0xbf, 0xff, 0xf7, 0x16, 0x78, 0xd3, 0x47, 0xa7, 0x45, 0x8e, 0xce, 0x07, 0xe0, - 0x9e, 0xed, 0x80, 0x30, 0x85, 0x14, 0xbb, 0x8d, 0x76, 0xe3, 0xf0, 0xed, 0x60, 0xd3, 0x0e, 0x9e, - 0x41, 0x8a, 0x9d, 0x0f, 0xc1, 0x0a, 0x41, 0xee, 0x6a, 0xbb, 0x71, 0xb8, 0x71, 0x74, 0x60, 0xda, - 0xc7, 0xb3, 0x74, 0xef, 0x9b, 0x54, 0x3e, 0xfb, 0x78, 0x04, 0x93, 0x1c, 0x07, 0x2b, 0x04, 0x39, - 0x5d, 0xb0, 0xa6, 0x40, 0x6b, 0x2a, 0xbc, 0x75, 0x23, 0x7c, 0x28, 0x39, 0x49, 0x63, 0x1d, 0xaf, - 0x22, 0x9d, 0x11, 0x58, 0xd7, 0xfb, 0xeb, 0xbe, 0xd1, 0x6e, 0x1c, 0x36, 0x8f, 0xbe, 0xf4, 0x96, - 0x35, 0xab, 0xaa, 0xdc, 0x33, 0xb9, 0x0f, 0x95, 0xe6, 0x45, 0x9a, 0xd3, 0xf9, 0x91, 0xc0, 0xd0, - 0x9c, 0x33, 0xb0, 0x56, 0x1c, 0x81, 0xbb, 0xa9, 0xa8, 0xbd, 0x7a, 0xd4, 0xf3, 0xab, 0x0c, 0xcf, - 0x32, 0x8b, 0xf7, 0x40, 0x71, 0x9c, 0x4b, 0xb0, 0xbd, 0xd8, 0x46, 0xee, 0x03, 0xc5, 0x3e, 0xab, - 0xc7, 0xf6, 0x51, 0x60, 0xc4, 0x2f, 0x19, 0x9a, 0x5b, 0x65, 0x7e, 0x26, 0x68, 0xc2, 0xb9, 0x77, - 0x67, 0x00, 0x76, 0x25, 0x87, 0xd1, 0x0f, 0xc5, 0x69, 0xe7, 0x3c, 0x09, 0x25, 0xa6, 0x59, 0x02, - 0x25, 0x76, 0xef, 0xd5, 0xd8, 0xe4, 0x1d, 0x2b, 0x7d, 0xc5, 0x93, 0x73, 0x23, 0x74, 0x22, 0xb0, - 0x5b, 0x80, 0x16, 0x3d, 0x2d, 0xdc, 0xf5, 0xf6, 0xea, 0xe1, 0xc6, 0x51, 0x67, 0x69, 0x41, 0xda, - 0x8f, 0xde, 0xb1, 0x12, 0x0e, 0xac, 0x2e, 0xd8, 0xc9, 0x79, 0xb2, 0x30, 0x26, 0x9c, 0xcf, 0xc0, - 0x5b, 0x11, 0xa4, 0x19, 0x24, 0x71, 0xea, 0x82, 0x1a, 0x99, 0x96, 0xd1, 0x8e, 0x0f, 0x9a, 0x51, - 0x16, 0x85, 0x63, 0x82, 0x42, 0x4a, 0x22, 0xce, 0x84, 0xdb, 0xac, 0xee, 0xbe, 0xcd, 0x28, 0x8b, - 0xfa, 0x04, 0xbd, 0x54, 0x02, 0x8d, 0xa0, 0xb3, 0x88, 0xad, 0x5a, 0x08, 0x7a, 0x8d, 0x38, 0x05, - 0xf7, 0xb5, 0xcb, 0xc2, 0x28, 0x83, 0x96, 0x72, 0x50, 0x4d, 0xd9, 0xd2, 0xaa, 0xe3, 0x0c, 0xce, - 0xe6, 0x32, 0x9d, 0xcd, 0xe5, 0x7e, 0xad, 0x5c, 0xa6, 0xb7, 0xe7, 0x42, 0x2d, 0x65, 0xff, 0x3f, - 0xe4, 0x42, 0x0d, 0xe8, 0x39, 0xd8, 0x30, 0x20, 0xce, 0xa0, 0x70, 0x1f, 0x2e, 0x39, 0x97, 0x13, - 0x96, 0x8f, 0x13, 0xac, 0x19, 0x40, 0x0b, 0x02, 0x06, 0x85, 0x33, 0x00, 0x0f, 0x32, 0xcc, 0x23, - 0x9c, 0x16, 0x89, 0xcc, 0x9d, 0xd0, 0x3b, 0xd5, 0xc9, 0xec, 0x18, 0xe9, 0xf1, 0xec, 0x41, 0xfd, - 0xda, 0x00, 0x8f, 0x2a, 0x2e, 0x09, 0x77, 0x57, 0xb1, 0xbf, 0xa8, 0xea, 0xca, 0x17, 0x06, 0xe3, - 0xe7, 0x92, 0x7d, 0x67, 0x21, 0x43, 0xcd, 0x08, 0x5a, 0xf8, 0x8e, 0x59, 0xe7, 0xb7, 0x06, 0x68, - 0x21, 0x22, 0xb2, 0x04, 0x5e, 0x59, 0x57, 0x14, 0xb5, 0x95, 0xdf, 0x56, 0xf7, 0x5d, 0xe5, 0xf4, - 0xaf, 0x2b, 0x9c, 0x7e, 0x6e, 0xbf, 0xca, 0x27, 0x56, 0xa8, 0x6c, 0x7e, 0x73, 0x38, 0xd8, 0x33, - 0xab, 0x69, 0xd7, 0xf4, 0x09, 0x2a, 0xa7, 0x9c, 0xaf, 0xc0, 0xf6, 0x84, 0xa4, 0x30, 0x51, 0x5e, - 0x17, 0xf9, 0x64, 0x42, 0x2e, 0x5d, 0xb7, 0x86, 0x7f, 0x9a, 0x4a, 0xf5, 0x8a, 0x27, 0x43, 0xa5, - 0x71, 0xbe, 0xb7, 0x3d, 0x33, 0x73, 0x6f, 0xba, 0x7b, 0x0a, 0xd4, 0xad, 0xda, 0xca, 0x32, 0x63, - 0xbb, 0x7d, 0xdb, 0x72, 0x61, 0xc4, 0x79, 0x0d, 0x0e, 0xf0, 0x64, 0x82, 0x23, 0x49, 0xa6, 0x38, - 0xbc, 0x69, 0x94, 0x56, 0x75, 0x3f, 0xb8, 0xa5, 0xfe, 0x7c, 0xc1, 0x31, 0x3f, 0x2f, 0x61, 0xeb, - 0x5b, 0xc9, 0x7d, 0xaf, 0xd6, 0x45, 0xd1, 0xd7, 0xd7, 0xea, 0x50, 0x69, 0xd4, 0x39, 0xcc, 0x8d, - 0xdc, 0xb6, 0xbc, 0x9e, 0x29, 0x3e, 0xb8, 0x37, 0x96, 0x57, 0x76, 0x79, 0x54, 0xc3, 0x2e, 0x3b, - 0x0b, 0x58, 0xe5, 0x9b, 0x5f, 0x40, 0xeb, 0x56, 0xa2, 0xad, 0xa8, 0xfd, 0xbf, 0x54, 0xb4, 0x77, - 0xcb, 0xd2, 0x7a, 0xaa, 0xff, 0x4f, 0x03, 0x3c, 0x89, 0x18, 0xf5, 0x2a, 0x7f, 0x04, 0xfb, 0x9b, - 0xe6, 0x52, 0x1a, 0x14, 0xc5, 0x0d, 0x1a, 0xaf, 0xbf, 0x35, 0x92, 0x98, 0x25, 0x30, 0x8d, 0x3d, - 0xc6, 0xe3, 0x4e, 0x8c, 0x53, 0x55, 0xba, 0xfd, 0x31, 0xc9, 0x88, 0xb8, 0xe3, 0x67, 0xf4, 0xf3, - 0xf2, 0xe9, 0xf7, 0x95, 0xd5, 0x53, 0xdf, 0xff, 0x63, 0xe5, 0xf1, 0xa9, 0x46, 0xfa, 0x48, 0x78, - 0xfa, 0xb1, 0x78, 0x1a, 0x75, 0xbd, 0xc0, 0x46, 0xfe, 0x69, 0x63, 0x2e, 0x7c, 0x24, 0x2e, 0xca, - 0x98, 0x8b, 0x51, 0xf7, 0xa2, 0x8c, 0xf9, 0x6b, 0xe5, 0x89, 0x9e, 0xe8, 0xf5, 0x7c, 0x24, 0x7a, - 0xbd, 0x32, 0xaa, 0xd7, 0x1b, 0x75, 0x7b, 0xbd, 0x32, 0x6e, 0xbc, 0xae, 0x92, 0x7d, 0xfa, 0x6f, - 0x00, 0x00, 0x00, 0xff, 0xff, 0x12, 0x7c, 0x78, 0xc5, 0x38, 0x0b, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/ad_group_ad.pb.go b/googleapis/ads/googleads/v0/resources/ad_group_ad.pb.go deleted file mode 100644 index 32a70da55a..0000000000 --- a/googleapis/ads/googleads/v0/resources/ad_group_ad.pb.go +++ /dev/null @@ -1,207 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/ad_group_ad.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// An ad group ad. -type AdGroupAd struct { - // The resource name of the ad. - // Ad group ad resource names have the form: - // - // `customers/{customer_id}/adGroupAds/{ad_group_id}_{ad_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The status of the ad. - Status enums.AdGroupAdStatusEnum_AdGroupAdStatus `protobuf:"varint,3,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.AdGroupAdStatusEnum_AdGroupAdStatus" json:"status,omitempty"` - // The ad group to which the ad belongs. - AdGroup *wrappers.StringValue `protobuf:"bytes,4,opt,name=ad_group,json=adGroup,proto3" json:"ad_group,omitempty"` - // The ad. - Ad *Ad `protobuf:"bytes,5,opt,name=ad,proto3" json:"ad,omitempty"` - // Policy information for the ad. - PolicySummary *AdGroupAdPolicySummary `protobuf:"bytes,6,opt,name=policy_summary,json=policySummary,proto3" json:"policy_summary,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupAd) Reset() { *m = AdGroupAd{} } -func (m *AdGroupAd) String() string { return proto.CompactTextString(m) } -func (*AdGroupAd) ProtoMessage() {} -func (*AdGroupAd) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_e51a2210f608e674, []int{0} -} -func (m *AdGroupAd) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupAd.Unmarshal(m, b) -} -func (m *AdGroupAd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupAd.Marshal(b, m, deterministic) -} -func (dst *AdGroupAd) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupAd.Merge(dst, src) -} -func (m *AdGroupAd) XXX_Size() int { - return xxx_messageInfo_AdGroupAd.Size(m) -} -func (m *AdGroupAd) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupAd.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupAd proto.InternalMessageInfo - -func (m *AdGroupAd) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *AdGroupAd) GetStatus() enums.AdGroupAdStatusEnum_AdGroupAdStatus { - if m != nil { - return m.Status - } - return enums.AdGroupAdStatusEnum_UNSPECIFIED -} - -func (m *AdGroupAd) GetAdGroup() *wrappers.StringValue { - if m != nil { - return m.AdGroup - } - return nil -} - -func (m *AdGroupAd) GetAd() *Ad { - if m != nil { - return m.Ad - } - return nil -} - -func (m *AdGroupAd) GetPolicySummary() *AdGroupAdPolicySummary { - if m != nil { - return m.PolicySummary - } - return nil -} - -// Contains policy information for an ad. -type AdGroupAdPolicySummary struct { - // The list of policy findings for this ad. - PolicyTopicEntries []*common.PolicyTopicEntry `protobuf:"bytes,1,rep,name=policy_topic_entries,json=policyTopicEntries,proto3" json:"policy_topic_entries,omitempty"` - // Where in the review process this ad is. - ReviewStatus enums.PolicyReviewStatusEnum_PolicyReviewStatus `protobuf:"varint,2,opt,name=review_status,json=reviewStatus,proto3,enum=google.ads.googleads.v0.enums.PolicyReviewStatusEnum_PolicyReviewStatus" json:"review_status,omitempty"` - // The overall approval status of this ad, calculated based on the status of - // its individual policy topic entries. - ApprovalStatus enums.PolicyApprovalStatusEnum_PolicyApprovalStatus `protobuf:"varint,3,opt,name=approval_status,json=approvalStatus,proto3,enum=google.ads.googleads.v0.enums.PolicyApprovalStatusEnum_PolicyApprovalStatus" json:"approval_status,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupAdPolicySummary) Reset() { *m = AdGroupAdPolicySummary{} } -func (m *AdGroupAdPolicySummary) String() string { return proto.CompactTextString(m) } -func (*AdGroupAdPolicySummary) ProtoMessage() {} -func (*AdGroupAdPolicySummary) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_e51a2210f608e674, []int{1} -} -func (m *AdGroupAdPolicySummary) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupAdPolicySummary.Unmarshal(m, b) -} -func (m *AdGroupAdPolicySummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupAdPolicySummary.Marshal(b, m, deterministic) -} -func (dst *AdGroupAdPolicySummary) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupAdPolicySummary.Merge(dst, src) -} -func (m *AdGroupAdPolicySummary) XXX_Size() int { - return xxx_messageInfo_AdGroupAdPolicySummary.Size(m) -} -func (m *AdGroupAdPolicySummary) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupAdPolicySummary.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupAdPolicySummary proto.InternalMessageInfo - -func (m *AdGroupAdPolicySummary) GetPolicyTopicEntries() []*common.PolicyTopicEntry { - if m != nil { - return m.PolicyTopicEntries - } - return nil -} - -func (m *AdGroupAdPolicySummary) GetReviewStatus() enums.PolicyReviewStatusEnum_PolicyReviewStatus { - if m != nil { - return m.ReviewStatus - } - return enums.PolicyReviewStatusEnum_UNSPECIFIED -} - -func (m *AdGroupAdPolicySummary) GetApprovalStatus() enums.PolicyApprovalStatusEnum_PolicyApprovalStatus { - if m != nil { - return m.ApprovalStatus - } - return enums.PolicyApprovalStatusEnum_UNSPECIFIED -} - -func init() { - proto.RegisterType((*AdGroupAd)(nil), "google.ads.googleads.v0.resources.AdGroupAd") - proto.RegisterType((*AdGroupAdPolicySummary)(nil), "google.ads.googleads.v0.resources.AdGroupAdPolicySummary") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/ad_group_ad.proto", fileDescriptor_ad_group_ad_e51a2210f608e674) -} - -var fileDescriptor_ad_group_ad_e51a2210f608e674 = []byte{ - // 544 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xdf, 0x8a, 0xd3, 0x4e, - 0x14, 0x26, 0xe9, 0xef, 0x57, 0xdd, 0x59, 0xb7, 0x42, 0x10, 0x09, 0x8b, 0x48, 0x77, 0xa5, 0x50, - 0x14, 0x26, 0xa1, 0x8b, 0xff, 0xe2, 0x55, 0x0a, 0x4b, 0x45, 0x44, 0x96, 0x54, 0x7a, 0xb1, 0x14, - 0xe2, 0xb4, 0x33, 0x86, 0x40, 0x26, 0x33, 0xcc, 0x24, 0x5d, 0xfa, 0x3a, 0x5e, 0xfa, 0x28, 0x3e, - 0x84, 0x17, 0x5e, 0xfa, 0x0a, 0xde, 0x48, 0x66, 0x26, 0xd9, 0x66, 0xd7, 0x6e, 0x7b, 0x77, 0xce, - 0xc9, 0xf7, 0x7d, 0xe7, 0x9c, 0x39, 0x5f, 0xc0, 0x59, 0xc2, 0x58, 0x92, 0x11, 0x0f, 0x61, 0xe9, - 0xe9, 0xb0, 0x8a, 0x56, 0xbe, 0x27, 0x88, 0x64, 0xa5, 0x58, 0x12, 0xe9, 0x21, 0x1c, 0x27, 0x82, - 0x95, 0x3c, 0x46, 0x18, 0x72, 0xc1, 0x0a, 0xe6, 0x9c, 0x68, 0x24, 0x44, 0x58, 0xc2, 0x86, 0x04, - 0x57, 0x3e, 0x6c, 0x48, 0xc7, 0x2f, 0xb6, 0xe9, 0x2e, 0x19, 0xa5, 0x2c, 0xf7, 0x38, 0xcb, 0xd2, - 0xe5, 0x5a, 0xeb, 0x1d, 0xbf, 0xda, 0x06, 0x26, 0x79, 0x49, 0x5b, 0x03, 0xc4, 0xb2, 0x40, 0x45, - 0x29, 0x0d, 0x2f, 0xb8, 0x9b, 0xa7, 0x7b, 0xc4, 0x88, 0x73, 0xc1, 0x56, 0x28, 0x6b, 0x73, 0xdf, - 0xec, 0xc5, 0x15, 0x64, 0x95, 0x92, 0xab, 0x36, 0xf3, 0xf9, 0x3e, 0x4f, 0x66, 0xb0, 0x4f, 0x0d, - 0x56, 0x65, 0x8b, 0xf2, 0xab, 0x77, 0x25, 0x10, 0xe7, 0x44, 0x18, 0xad, 0xd3, 0x9f, 0x36, 0x38, - 0x08, 0xf1, 0xa4, 0xda, 0x2e, 0xc4, 0xce, 0x33, 0x70, 0x54, 0x6b, 0xc4, 0x39, 0xa2, 0xc4, 0xb5, - 0xfa, 0xd6, 0xf0, 0x20, 0x7a, 0x50, 0x17, 0x3f, 0x21, 0x4a, 0x9c, 0x4b, 0xd0, 0xd5, 0xe3, 0xb8, - 0x9d, 0xbe, 0x35, 0xec, 0x8d, 0xc6, 0x70, 0xdb, 0x35, 0xd4, 0x26, 0xb0, 0x91, 0x9f, 0x2a, 0xd6, - 0x79, 0x5e, 0xd2, 0x9b, 0xb5, 0xc8, 0x28, 0x3a, 0xaf, 0xc1, 0xfd, 0xfa, 0xb1, 0xdd, 0xff, 0xfa, - 0xd6, 0xf0, 0x70, 0xf4, 0xa4, 0x56, 0xaf, 0x37, 0x80, 0xd3, 0x42, 0xa4, 0x79, 0x32, 0x43, 0x59, - 0x49, 0xa2, 0x7b, 0x48, 0x0b, 0x39, 0x2f, 0x81, 0x8d, 0xb0, 0xfb, 0xbf, 0xa2, 0x0c, 0xe0, 0x4e, - 0x7b, 0xc0, 0x10, 0x47, 0x36, 0xc2, 0xce, 0x17, 0xd0, 0x33, 0x0f, 0x2d, 0x4b, 0x4a, 0x91, 0x58, - 0xbb, 0x5d, 0x25, 0xf1, 0x76, 0x2f, 0x09, 0xb3, 0xc3, 0x85, 0x52, 0x98, 0x6a, 0x81, 0xe8, 0x88, - 0x6f, 0xa6, 0xa7, 0xbf, 0x6c, 0xf0, 0xf8, 0xdf, 0x48, 0x67, 0x01, 0x1e, 0x99, 0xe6, 0x05, 0xe3, - 0xe9, 0x32, 0x26, 0x79, 0x21, 0x52, 0x22, 0x5d, 0xab, 0xdf, 0x19, 0x1e, 0x8e, 0xfc, 0xad, 0x23, - 0x68, 0x07, 0x43, 0x2d, 0xf6, 0xb9, 0xa2, 0x9e, 0xe7, 0x85, 0x58, 0x47, 0x0e, 0x6f, 0x57, 0x52, - 0x22, 0x1d, 0x5a, 0x5d, 0x74, 0xc3, 0x42, 0xae, 0xad, 0x6e, 0xf6, 0x7e, 0xc7, 0xcd, 0xb4, 0x76, - 0xa4, 0x98, 0x1b, 0x67, 0xbb, 0x5d, 0xae, 0xbc, 0x71, 0x9d, 0x39, 0x25, 0x78, 0x78, 0xc3, 0xed, - 0xc6, 0x24, 0x1f, 0xf7, 0x6a, 0x18, 0x1a, 0xee, 0xad, 0x96, 0xed, 0x0f, 0x51, 0x0f, 0xb5, 0xf2, - 0xf1, 0x1f, 0x0b, 0x0c, 0x96, 0x8c, 0xee, 0x3e, 0xda, 0xb8, 0x77, 0x7d, 0x8b, 0xca, 0x4f, 0x17, - 0xd6, 0xe5, 0x07, 0x43, 0x4a, 0x58, 0x86, 0xf2, 0x04, 0x32, 0x91, 0x78, 0x09, 0xc9, 0x95, 0xdb, - 0xea, 0xbf, 0x8b, 0xa7, 0xf2, 0x8e, 0x9f, 0xed, 0x5d, 0x13, 0x7d, 0xb3, 0x3b, 0x93, 0x30, 0xfc, - 0x6e, 0x9f, 0x4c, 0xb4, 0x64, 0x88, 0x25, 0xd4, 0x61, 0x15, 0xcd, 0x7c, 0x18, 0xd5, 0xc8, 0x1f, - 0x35, 0x66, 0x1e, 0x62, 0x39, 0x6f, 0x30, 0xf3, 0x99, 0x3f, 0x6f, 0x30, 0xbf, 0xed, 0x81, 0xfe, - 0x10, 0x04, 0x21, 0x96, 0x41, 0xd0, 0xa0, 0x82, 0x60, 0xe6, 0x07, 0x41, 0x83, 0x5b, 0x74, 0xd5, - 0xb0, 0x67, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x16, 0x68, 0x0e, 0xf9, 0x4b, 0x05, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/ad_group_audience_view.pb.go b/googleapis/ads/googleads/v0/resources/ad_group_audience_view.pb.go deleted file mode 100644 index 8e98a67703..0000000000 --- a/googleapis/ads/googleads/v0/resources/ad_group_audience_view.pb.go +++ /dev/null @@ -1,94 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/ad_group_audience_view.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// An ad group audience view. -// Includes performance data from interests and remarketing lists for Display -// Network and YouTube Network ads, and remarketing lists for search ads (RLSA), -// aggregated at the audience level. -type AdGroupAudienceView struct { - // The resource name of the ad group audience view. - // Ad group audience view resource names have the form: - // - // `customers/{customer_id}/adGroupAudienceViews/{ad_group_id}_{criterion_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupAudienceView) Reset() { *m = AdGroupAudienceView{} } -func (m *AdGroupAudienceView) String() string { return proto.CompactTextString(m) } -func (*AdGroupAudienceView) ProtoMessage() {} -func (*AdGroupAudienceView) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_audience_view_de7c81a0ef26d1ea, []int{0} -} -func (m *AdGroupAudienceView) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupAudienceView.Unmarshal(m, b) -} -func (m *AdGroupAudienceView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupAudienceView.Marshal(b, m, deterministic) -} -func (dst *AdGroupAudienceView) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupAudienceView.Merge(dst, src) -} -func (m *AdGroupAudienceView) XXX_Size() int { - return xxx_messageInfo_AdGroupAudienceView.Size(m) -} -func (m *AdGroupAudienceView) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupAudienceView.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupAudienceView proto.InternalMessageInfo - -func (m *AdGroupAudienceView) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*AdGroupAudienceView)(nil), "google.ads.googleads.v0.resources.AdGroupAudienceView") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/ad_group_audience_view.proto", fileDescriptor_ad_group_audience_view_de7c81a0ef26d1ea) -} - -var fileDescriptor_ad_group_audience_view_de7c81a0ef26d1ea = []byte{ - // 261 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xc1, 0x4a, 0xc4, 0x30, - 0x10, 0x86, 0x69, 0x05, 0xc1, 0xa2, 0x97, 0xf5, 0xb2, 0x47, 0x57, 0x59, 0xf0, 0x94, 0x04, 0xbc, - 0x8d, 0x20, 0x64, 0x2f, 0x05, 0x0f, 0xb2, 0xec, 0xa1, 0x07, 0x29, 0x94, 0xd8, 0x0c, 0xa1, 0xb0, - 0xed, 0x94, 0xc4, 0x76, 0x9f, 0xc0, 0x17, 0xf1, 0xe8, 0xa3, 0xf8, 0x28, 0x3e, 0x85, 0x74, 0xd3, - 0xe4, 0x24, 0xee, 0xed, 0xa3, 0xfd, 0xfe, 0x7f, 0x66, 0x92, 0x3d, 0x19, 0x22, 0xb3, 0x47, 0xae, - 0xb4, 0xe3, 0x1e, 0x27, 0x1a, 0x05, 0xb7, 0xe8, 0x68, 0xb0, 0x35, 0x3a, 0xae, 0x74, 0x65, 0x2c, - 0x0d, 0x7d, 0xa5, 0x06, 0xdd, 0x60, 0x57, 0x63, 0x35, 0x36, 0x78, 0x60, 0xbd, 0xa5, 0x77, 0x5a, - 0xac, 0x7c, 0x88, 0x29, 0xed, 0x58, 0xcc, 0xb3, 0x51, 0xb0, 0x98, 0xbf, 0x85, 0xec, 0x5a, 0xea, - 0x7c, 0x6a, 0x90, 0x73, 0x41, 0xd1, 0xe0, 0x61, 0x71, 0x97, 0x5d, 0x05, 0xa7, 0xea, 0x54, 0x8b, - 0xcb, 0xe4, 0x26, 0xb9, 0xbf, 0xd8, 0x5d, 0x86, 0x8f, 0x2f, 0xaa, 0xc5, 0xcd, 0x47, 0x9a, 0xad, - 0x6b, 0x6a, 0xd9, 0xc9, 0x29, 0x9b, 0xe5, 0x1f, 0x33, 0xb6, 0xd3, 0x8a, 0xdb, 0xe4, 0xf5, 0x79, - 0x8e, 0x1b, 0xda, 0xab, 0xce, 0x30, 0xb2, 0x86, 0x1b, 0xec, 0x8e, 0x07, 0x84, 0xa3, 0xfb, 0xc6, - 0xfd, 0xf3, 0x06, 0x8f, 0x91, 0x3e, 0xd3, 0xb3, 0x5c, 0xca, 0xaf, 0x74, 0x95, 0xfb, 0x4a, 0xa9, - 0x1d, 0xf3, 0x38, 0x51, 0x21, 0xd8, 0x2e, 0x98, 0xdf, 0xc1, 0x29, 0xa5, 0x76, 0x65, 0x74, 0xca, - 0x42, 0x94, 0xd1, 0xf9, 0x49, 0xd7, 0xfe, 0x07, 0x80, 0xd4, 0x0e, 0x20, 0x5a, 0x00, 0x85, 0x00, - 0x88, 0xde, 0xdb, 0xf9, 0x71, 0xd9, 0x87, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x36, 0x7a, 0xb3, - 0xc2, 0xaf, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/ad_group_bid_modifier.pb.go b/googleapis/ads/googleads/v0/resources/ad_group_bid_modifier.pb.go deleted file mode 100644 index b99aa56c31..0000000000 --- a/googleapis/ads/googleads/v0/resources/ad_group_bid_modifier.pb.go +++ /dev/null @@ -1,422 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/ad_group_bid_modifier.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Represents an ad group bid modifier. -type AdGroupBidModifier struct { - // The resource name of the ad group bid modifier. - // Ad group bid modifier resource names have the form: - // - // `customers/{customer_id}/adGroupBidModifiers/{ad_group_id}_{criterion_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ad group to which this criterion belongs. - AdGroup *wrappers.StringValue `protobuf:"bytes,2,opt,name=ad_group,json=adGroup,proto3" json:"ad_group,omitempty"` - // The ID of the criterion to bid modify. - // - // This field is ignored for mutates. - CriterionId *wrappers.Int64Value `protobuf:"bytes,3,opt,name=criterion_id,json=criterionId,proto3" json:"criterion_id,omitempty"` - // The modifier for the bid when the criterion matches. The modifier must be - // in the range: 0.1 - 10.0. The range is 1.0 - 6.0 for PreferredContent. - // Use 0 to opt out of a Device type. - BidModifier *wrappers.DoubleValue `protobuf:"bytes,4,opt,name=bid_modifier,json=bidModifier,proto3" json:"bid_modifier,omitempty"` - // The base ad group from which this draft/trial adgroup bid modifier was - // created. If ad_group is a base ad group then this field will be equal to - // ad_group. If the ad group was created in the draft or trial and has no - // corresponding base ad group, then this field will be null. - // This field is readonly. - BaseAdGroup *wrappers.StringValue `protobuf:"bytes,9,opt,name=base_ad_group,json=baseAdGroup,proto3" json:"base_ad_group,omitempty"` - // Bid modifier source. - BidModifierSource enums.BidModifierSourceEnum_BidModifierSource `protobuf:"varint,10,opt,name=bid_modifier_source,json=bidModifierSource,proto3,enum=google.ads.googleads.v0.enums.BidModifierSourceEnum_BidModifierSource" json:"bid_modifier_source,omitempty"` - // The criterion of this ad group bid modifier. - // - // Types that are valid to be assigned to Criterion: - // *AdGroupBidModifier_HotelDateSelectionType - // *AdGroupBidModifier_HotelAdvanceBookingWindow - // *AdGroupBidModifier_HotelLengthOfStay - // *AdGroupBidModifier_HotelCheckInDay - // *AdGroupBidModifier_Device - // *AdGroupBidModifier_PreferredContent - Criterion isAdGroupBidModifier_Criterion `protobuf_oneof:"criterion"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupBidModifier) Reset() { *m = AdGroupBidModifier{} } -func (m *AdGroupBidModifier) String() string { return proto.CompactTextString(m) } -func (*AdGroupBidModifier) ProtoMessage() {} -func (*AdGroupBidModifier) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_bid_modifier_21bd86ba8971e156, []int{0} -} -func (m *AdGroupBidModifier) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupBidModifier.Unmarshal(m, b) -} -func (m *AdGroupBidModifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupBidModifier.Marshal(b, m, deterministic) -} -func (dst *AdGroupBidModifier) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupBidModifier.Merge(dst, src) -} -func (m *AdGroupBidModifier) XXX_Size() int { - return xxx_messageInfo_AdGroupBidModifier.Size(m) -} -func (m *AdGroupBidModifier) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupBidModifier.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupBidModifier proto.InternalMessageInfo - -func (m *AdGroupBidModifier) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *AdGroupBidModifier) GetAdGroup() *wrappers.StringValue { - if m != nil { - return m.AdGroup - } - return nil -} - -func (m *AdGroupBidModifier) GetCriterionId() *wrappers.Int64Value { - if m != nil { - return m.CriterionId - } - return nil -} - -func (m *AdGroupBidModifier) GetBidModifier() *wrappers.DoubleValue { - if m != nil { - return m.BidModifier - } - return nil -} - -func (m *AdGroupBidModifier) GetBaseAdGroup() *wrappers.StringValue { - if m != nil { - return m.BaseAdGroup - } - return nil -} - -func (m *AdGroupBidModifier) GetBidModifierSource() enums.BidModifierSourceEnum_BidModifierSource { - if m != nil { - return m.BidModifierSource - } - return enums.BidModifierSourceEnum_UNSPECIFIED -} - -type isAdGroupBidModifier_Criterion interface { - isAdGroupBidModifier_Criterion() -} - -type AdGroupBidModifier_HotelDateSelectionType struct { - HotelDateSelectionType *common.HotelDateSelectionTypeInfo `protobuf:"bytes,5,opt,name=hotel_date_selection_type,json=hotelDateSelectionType,proto3,oneof"` -} - -type AdGroupBidModifier_HotelAdvanceBookingWindow struct { - HotelAdvanceBookingWindow *common.HotelAdvanceBookingWindowInfo `protobuf:"bytes,6,opt,name=hotel_advance_booking_window,json=hotelAdvanceBookingWindow,proto3,oneof"` -} - -type AdGroupBidModifier_HotelLengthOfStay struct { - HotelLengthOfStay *common.HotelLengthOfStayInfo `protobuf:"bytes,7,opt,name=hotel_length_of_stay,json=hotelLengthOfStay,proto3,oneof"` -} - -type AdGroupBidModifier_HotelCheckInDay struct { - HotelCheckInDay *common.HotelCheckInDayInfo `protobuf:"bytes,8,opt,name=hotel_check_in_day,json=hotelCheckInDay,proto3,oneof"` -} - -type AdGroupBidModifier_Device struct { - Device *common.DeviceInfo `protobuf:"bytes,11,opt,name=device,proto3,oneof"` -} - -type AdGroupBidModifier_PreferredContent struct { - PreferredContent *common.PreferredContentInfo `protobuf:"bytes,12,opt,name=preferred_content,json=preferredContent,proto3,oneof"` -} - -func (*AdGroupBidModifier_HotelDateSelectionType) isAdGroupBidModifier_Criterion() {} - -func (*AdGroupBidModifier_HotelAdvanceBookingWindow) isAdGroupBidModifier_Criterion() {} - -func (*AdGroupBidModifier_HotelLengthOfStay) isAdGroupBidModifier_Criterion() {} - -func (*AdGroupBidModifier_HotelCheckInDay) isAdGroupBidModifier_Criterion() {} - -func (*AdGroupBidModifier_Device) isAdGroupBidModifier_Criterion() {} - -func (*AdGroupBidModifier_PreferredContent) isAdGroupBidModifier_Criterion() {} - -func (m *AdGroupBidModifier) GetCriterion() isAdGroupBidModifier_Criterion { - if m != nil { - return m.Criterion - } - return nil -} - -func (m *AdGroupBidModifier) GetHotelDateSelectionType() *common.HotelDateSelectionTypeInfo { - if x, ok := m.GetCriterion().(*AdGroupBidModifier_HotelDateSelectionType); ok { - return x.HotelDateSelectionType - } - return nil -} - -func (m *AdGroupBidModifier) GetHotelAdvanceBookingWindow() *common.HotelAdvanceBookingWindowInfo { - if x, ok := m.GetCriterion().(*AdGroupBidModifier_HotelAdvanceBookingWindow); ok { - return x.HotelAdvanceBookingWindow - } - return nil -} - -func (m *AdGroupBidModifier) GetHotelLengthOfStay() *common.HotelLengthOfStayInfo { - if x, ok := m.GetCriterion().(*AdGroupBidModifier_HotelLengthOfStay); ok { - return x.HotelLengthOfStay - } - return nil -} - -func (m *AdGroupBidModifier) GetHotelCheckInDay() *common.HotelCheckInDayInfo { - if x, ok := m.GetCriterion().(*AdGroupBidModifier_HotelCheckInDay); ok { - return x.HotelCheckInDay - } - return nil -} - -func (m *AdGroupBidModifier) GetDevice() *common.DeviceInfo { - if x, ok := m.GetCriterion().(*AdGroupBidModifier_Device); ok { - return x.Device - } - return nil -} - -func (m *AdGroupBidModifier) GetPreferredContent() *common.PreferredContentInfo { - if x, ok := m.GetCriterion().(*AdGroupBidModifier_PreferredContent); ok { - return x.PreferredContent - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*AdGroupBidModifier) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _AdGroupBidModifier_OneofMarshaler, _AdGroupBidModifier_OneofUnmarshaler, _AdGroupBidModifier_OneofSizer, []interface{}{ - (*AdGroupBidModifier_HotelDateSelectionType)(nil), - (*AdGroupBidModifier_HotelAdvanceBookingWindow)(nil), - (*AdGroupBidModifier_HotelLengthOfStay)(nil), - (*AdGroupBidModifier_HotelCheckInDay)(nil), - (*AdGroupBidModifier_Device)(nil), - (*AdGroupBidModifier_PreferredContent)(nil), - } -} - -func _AdGroupBidModifier_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*AdGroupBidModifier) - // criterion - switch x := m.Criterion.(type) { - case *AdGroupBidModifier_HotelDateSelectionType: - b.EncodeVarint(5<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.HotelDateSelectionType); err != nil { - return err - } - case *AdGroupBidModifier_HotelAdvanceBookingWindow: - b.EncodeVarint(6<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.HotelAdvanceBookingWindow); err != nil { - return err - } - case *AdGroupBidModifier_HotelLengthOfStay: - b.EncodeVarint(7<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.HotelLengthOfStay); err != nil { - return err - } - case *AdGroupBidModifier_HotelCheckInDay: - b.EncodeVarint(8<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.HotelCheckInDay); err != nil { - return err - } - case *AdGroupBidModifier_Device: - b.EncodeVarint(11<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Device); err != nil { - return err - } - case *AdGroupBidModifier_PreferredContent: - b.EncodeVarint(12<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.PreferredContent); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("AdGroupBidModifier.Criterion has unexpected type %T", x) - } - return nil -} - -func _AdGroupBidModifier_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*AdGroupBidModifier) - switch tag { - case 5: // criterion.hotel_date_selection_type - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.HotelDateSelectionTypeInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupBidModifier_HotelDateSelectionType{msg} - return true, err - case 6: // criterion.hotel_advance_booking_window - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.HotelAdvanceBookingWindowInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupBidModifier_HotelAdvanceBookingWindow{msg} - return true, err - case 7: // criterion.hotel_length_of_stay - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.HotelLengthOfStayInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupBidModifier_HotelLengthOfStay{msg} - return true, err - case 8: // criterion.hotel_check_in_day - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.HotelCheckInDayInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupBidModifier_HotelCheckInDay{msg} - return true, err - case 11: // criterion.device - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.DeviceInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupBidModifier_Device{msg} - return true, err - case 12: // criterion.preferred_content - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.PreferredContentInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupBidModifier_PreferredContent{msg} - return true, err - default: - return false, nil - } -} - -func _AdGroupBidModifier_OneofSizer(msg proto.Message) (n int) { - m := msg.(*AdGroupBidModifier) - // criterion - switch x := m.Criterion.(type) { - case *AdGroupBidModifier_HotelDateSelectionType: - s := proto.Size(x.HotelDateSelectionType) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupBidModifier_HotelAdvanceBookingWindow: - s := proto.Size(x.HotelAdvanceBookingWindow) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupBidModifier_HotelLengthOfStay: - s := proto.Size(x.HotelLengthOfStay) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupBidModifier_HotelCheckInDay: - s := proto.Size(x.HotelCheckInDay) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupBidModifier_Device: - s := proto.Size(x.Device) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupBidModifier_PreferredContent: - s := proto.Size(x.PreferredContent) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -func init() { - proto.RegisterType((*AdGroupBidModifier)(nil), "google.ads.googleads.v0.resources.AdGroupBidModifier") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/ad_group_bid_modifier.proto", fileDescriptor_ad_group_bid_modifier_21bd86ba8971e156) -} - -var fileDescriptor_ad_group_bid_modifier_21bd86ba8971e156 = []byte{ - // 679 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0xdd, 0x6e, 0xd3, 0x4c, - 0x10, 0x86, 0xbf, 0xa4, 0x1f, 0xfd, 0xd9, 0xa4, 0x40, 0x0d, 0x02, 0x53, 0x2a, 0xd4, 0x82, 0x2a, - 0x55, 0x48, 0xd8, 0x51, 0x5b, 0xa8, 0x64, 0x54, 0x20, 0x69, 0xa0, 0x0d, 0xe2, 0xa7, 0x4a, 0x50, - 0x90, 0x50, 0xa4, 0xd5, 0xda, 0x3b, 0x71, 0xac, 0xc6, 0xbb, 0xd6, 0x7a, 0x9d, 0x28, 0x67, 0x1c, - 0x70, 0x25, 0x1c, 0x72, 0xc2, 0x7d, 0x70, 0x29, 0x5c, 0x05, 0xf2, 0xae, 0x6d, 0x85, 0xb6, 0xa1, - 0x39, 0x9b, 0xcc, 0xce, 0xf3, 0xbe, 0x33, 0x13, 0xef, 0xa2, 0x43, 0x9f, 0x73, 0x7f, 0x08, 0x36, - 0xa1, 0xb1, 0xad, 0xc3, 0x34, 0x1a, 0xd5, 0x6c, 0x01, 0x31, 0x4f, 0x84, 0x07, 0xb1, 0x4d, 0x28, - 0xf6, 0x05, 0x4f, 0x22, 0xec, 0x06, 0x14, 0x87, 0x9c, 0x06, 0xfd, 0x00, 0x84, 0x15, 0x09, 0x2e, - 0xb9, 0xb1, 0xa5, 0x19, 0x8b, 0xd0, 0xd8, 0x2a, 0x70, 0x6b, 0x54, 0xb3, 0x0a, 0x7c, 0xfd, 0xc9, - 0x2c, 0x07, 0x8f, 0x87, 0x21, 0x67, 0xb6, 0x27, 0x02, 0x09, 0x22, 0x20, 0x5a, 0x71, 0xfd, 0x60, - 0x56, 0x39, 0xb0, 0x24, 0x8c, 0xed, 0xe9, 0x1e, 0xb0, 0xb6, 0xc8, 0xc0, 0x07, 0x19, 0xa8, 0x7e, - 0xb9, 0x49, 0xdf, 0x1e, 0x0b, 0x12, 0x45, 0x20, 0x62, 0x7d, 0xfe, 0xf0, 0xe7, 0x32, 0x32, 0xea, - 0xf4, 0x38, 0x9d, 0xa4, 0x11, 0xd0, 0xf7, 0x99, 0x86, 0xf1, 0x08, 0xad, 0xe6, 0xbd, 0x62, 0x46, - 0x42, 0x30, 0x4b, 0x9b, 0xa5, 0x9d, 0x95, 0x76, 0x35, 0x4f, 0x7e, 0x20, 0x21, 0x18, 0x07, 0x68, - 0x39, 0xdf, 0x82, 0x59, 0xde, 0x2c, 0xed, 0x54, 0x76, 0x37, 0xb2, 0x71, 0xad, 0xdc, 0xce, 0xea, - 0x48, 0x11, 0x30, 0xbf, 0x4b, 0x86, 0x09, 0xb4, 0x97, 0x88, 0x36, 0x32, 0x5e, 0xa0, 0x6a, 0x36, - 0x1f, 0x67, 0x38, 0xa0, 0xe6, 0x82, 0x82, 0xef, 0x5f, 0x80, 0x5b, 0x4c, 0x3e, 0xdb, 0xd7, 0x6c, - 0xa5, 0x00, 0x5a, 0xd4, 0x78, 0x89, 0xaa, 0xd3, 0x13, 0x9b, 0xff, 0xcf, 0x30, 0x6f, 0xf2, 0xc4, - 0x1d, 0x42, 0x26, 0xe0, 0x4e, 0x8d, 0xf7, 0x0a, 0xad, 0xba, 0x24, 0x06, 0x5c, 0xb4, 0xbf, 0x32, - 0x47, 0xfb, 0x95, 0x14, 0xc9, 0x76, 0x65, 0x8c, 0xd0, 0xad, 0x4b, 0x96, 0x6e, 0xa2, 0xcd, 0xd2, - 0xce, 0xf5, 0xdd, 0x37, 0xd6, 0xac, 0x0f, 0x40, 0xfd, 0x5d, 0xd6, 0xd4, 0xa6, 0x3b, 0x8a, 0x7b, - 0xcd, 0x92, 0xf0, 0x62, 0xb6, 0xbd, 0xe6, 0x9e, 0x4f, 0x19, 0x63, 0x74, 0x6f, 0xc0, 0x25, 0x0c, - 0x31, 0x25, 0x12, 0x70, 0x0c, 0x43, 0xf0, 0x64, 0xba, 0x45, 0x39, 0x89, 0xc0, 0xbc, 0xa6, 0xa6, - 0x70, 0x66, 0xba, 0xeb, 0x6f, 0xcb, 0x3a, 0x49, 0x05, 0x9a, 0x44, 0x42, 0x27, 0xc7, 0x3f, 0x4d, - 0x22, 0x68, 0xb1, 0x3e, 0x3f, 0xf9, 0xaf, 0x7d, 0x67, 0x70, 0xe9, 0xa9, 0xf1, 0xb5, 0x84, 0x36, - 0xb4, 0x33, 0xa1, 0x23, 0xc2, 0x3c, 0xc0, 0x2e, 0xe7, 0x67, 0x01, 0xf3, 0xf1, 0x38, 0x60, 0x94, - 0x8f, 0xcd, 0x45, 0x65, 0x7e, 0x38, 0x97, 0x79, 0x5d, 0x4b, 0x34, 0xb4, 0xc2, 0x67, 0x25, 0x90, - 0xf9, 0xeb, 0xf1, 0x2e, 0x2b, 0x30, 0x06, 0xe8, 0xb6, 0xee, 0x60, 0x08, 0xcc, 0x97, 0x03, 0xcc, - 0xfb, 0x38, 0x96, 0x64, 0x62, 0x2e, 0x29, 0xe7, 0xa7, 0x73, 0x39, 0xbf, 0x53, 0xe8, 0xc7, 0x7e, - 0x47, 0x92, 0x49, 0xe6, 0xb8, 0x36, 0x38, 0x7f, 0x60, 0xb8, 0xc8, 0xd0, 0x4e, 0xde, 0x00, 0xbc, - 0x33, 0x1c, 0x30, 0x4c, 0xc9, 0xc4, 0x5c, 0x56, 0x3e, 0x7b, 0x73, 0xf9, 0x1c, 0xa5, 0x60, 0x8b, - 0x35, 0x0b, 0x97, 0x1b, 0x83, 0xbf, 0xd3, 0x46, 0x13, 0x2d, 0x52, 0x18, 0x05, 0x1e, 0x98, 0x15, - 0xa5, 0xfb, 0xf8, 0x2a, 0xdd, 0xa6, 0xaa, 0xce, 0xe4, 0x32, 0xd6, 0xf0, 0xd0, 0x5a, 0x24, 0xa0, - 0x0f, 0x42, 0x00, 0xc5, 0x1e, 0x67, 0x12, 0x98, 0x34, 0xab, 0x4a, 0x70, 0xff, 0x2a, 0xc1, 0xd3, - 0x1c, 0x3c, 0xd2, 0x5c, 0x26, 0x7d, 0x33, 0x3a, 0x97, 0x6f, 0x54, 0xd0, 0x4a, 0x71, 0xfd, 0x1a, - 0xdf, 0xca, 0x68, 0xdb, 0xe3, 0xa1, 0x75, 0xe5, 0x1b, 0xd7, 0xb8, 0x7b, 0xf1, 0x61, 0x39, 0x4d, - 0x2f, 0xd6, 0x69, 0xe9, 0xcb, 0xdb, 0x8c, 0xf6, 0xf9, 0x90, 0x30, 0xdf, 0xe2, 0xc2, 0xb7, 0x7d, - 0x60, 0xea, 0xda, 0xe5, 0xef, 0x5b, 0x14, 0xc4, 0xff, 0x78, 0x7f, 0x9f, 0x17, 0xd1, 0xf7, 0xf2, - 0xc2, 0x71, 0xbd, 0xfe, 0xa3, 0xbc, 0x75, 0xac, 0x25, 0xeb, 0x34, 0xb6, 0x74, 0x98, 0x46, 0xdd, - 0x9a, 0xd5, 0xce, 0x2b, 0x7f, 0xe5, 0x35, 0xbd, 0x3a, 0x8d, 0x7b, 0x45, 0x4d, 0xaf, 0x5b, 0xeb, - 0x15, 0x35, 0xbf, 0xcb, 0xdb, 0xfa, 0xc0, 0x71, 0xea, 0x34, 0x76, 0x9c, 0xa2, 0xca, 0x71, 0xba, - 0x35, 0xc7, 0x29, 0xea, 0xdc, 0x45, 0xd5, 0xec, 0xde, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x61, - 0x68, 0xa5, 0x12, 0x2b, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/ad_group_criterion.pb.go b/googleapis/ads/googleads/v0/resources/ad_group_criterion.pb.go deleted file mode 100644 index 81fb332248..0000000000 --- a/googleapis/ads/googleads/v0/resources/ad_group_criterion.pb.go +++ /dev/null @@ -1,1089 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/ad_group_criterion.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// An ad group criterion. -type AdGroupCriterion struct { - // The resource name of the ad group criterion. - // Ad group criterion resource names have the form: - // - // `customers/{customer_id}/adGroupCriteria/{ad_group_id}_{criterion_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the criterion. - // - // This field is ignored for mutates. - CriterionId *wrappers.Int64Value `protobuf:"bytes,26,opt,name=criterion_id,json=criterionId,proto3" json:"criterion_id,omitempty"` - // The status of the criterion. - Status enums.AdGroupCriterionStatusEnum_AdGroupCriterionStatus `protobuf:"varint,3,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.AdGroupCriterionStatusEnum_AdGroupCriterionStatus" json:"status,omitempty"` - // Information regarding the quality of the criterion. - QualityInfo *AdGroupCriterion_QualityInfo `protobuf:"bytes,4,opt,name=quality_info,json=qualityInfo,proto3" json:"quality_info,omitempty"` - // The ad group to which the criterion belongs. - AdGroup *wrappers.StringValue `protobuf:"bytes,5,opt,name=ad_group,json=adGroup,proto3" json:"ad_group,omitempty"` - // The type of the criterion. - Type enums.CriterionTypeEnum_CriterionType `protobuf:"varint,25,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.CriterionTypeEnum_CriterionType" json:"type,omitempty"` - // Whether to target (`false`) or exclude (`true`) the criterion. - // - // This field is immutable. To switch a criterion from positive to negative, - // remove then re-add it. - Negative *wrappers.BoolValue `protobuf:"bytes,31,opt,name=negative,proto3" json:"negative,omitempty"` - // The modifier for the bid when the criterion matches. The modifier must be - // in the range: 0.1 - 10.0. Most targetable criteria types support modifiers. - BidModifier *wrappers.DoubleValue `protobuf:"bytes,44,opt,name=bid_modifier,json=bidModifier,proto3" json:"bid_modifier,omitempty"` - // The CPC (cost-per-click) bid. - CpcBidMicros *wrappers.Int64Value `protobuf:"bytes,16,opt,name=cpc_bid_micros,json=cpcBidMicros,proto3" json:"cpc_bid_micros,omitempty"` - // The CPM (cost-per-thousand viewable impressions) bid. - CpmBidMicros *wrappers.Int64Value `protobuf:"bytes,17,opt,name=cpm_bid_micros,json=cpmBidMicros,proto3" json:"cpm_bid_micros,omitempty"` - // The CPV (cost-per-view) bid. - CpvBidMicros *wrappers.Int64Value `protobuf:"bytes,24,opt,name=cpv_bid_micros,json=cpvBidMicros,proto3" json:"cpv_bid_micros,omitempty"` - // The CPC bid amount, expressed as a fraction of the advertised price - // for some good or service. The valid range for the fraction is [0,1) and the - // value stored here is 1,000,000 * [fraction]. - PercentCpcBidMicros *wrappers.Int64Value `protobuf:"bytes,33,opt,name=percent_cpc_bid_micros,json=percentCpcBidMicros,proto3" json:"percent_cpc_bid_micros,omitempty"` - // The effective CPC (cost-per-click) bid. - EffectiveCpcBidMicros *wrappers.Int64Value `protobuf:"bytes,18,opt,name=effective_cpc_bid_micros,json=effectiveCpcBidMicros,proto3" json:"effective_cpc_bid_micros,omitempty"` - // The effective CPM (cost-per-thousand viewable impressions) bid. - EffectiveCpmBidMicros *wrappers.Int64Value `protobuf:"bytes,19,opt,name=effective_cpm_bid_micros,json=effectiveCpmBidMicros,proto3" json:"effective_cpm_bid_micros,omitempty"` - // The effective CPV (cost-per-view) bid. - EffectiveCpvBidMicros *wrappers.Int64Value `protobuf:"bytes,20,opt,name=effective_cpv_bid_micros,json=effectiveCpvBidMicros,proto3" json:"effective_cpv_bid_micros,omitempty"` - // The effective Percent CPC bid amount. - EffectivePercentCpcBidMicros *wrappers.Int64Value `protobuf:"bytes,34,opt,name=effective_percent_cpc_bid_micros,json=effectivePercentCpcBidMicros,proto3" json:"effective_percent_cpc_bid_micros,omitempty"` - // Source of the effective CPC bid. - EffectiveCpcBidSource enums.BiddingSourceEnum_BiddingSource `protobuf:"varint,21,opt,name=effective_cpc_bid_source,json=effectiveCpcBidSource,proto3,enum=google.ads.googleads.v0.enums.BiddingSourceEnum_BiddingSource" json:"effective_cpc_bid_source,omitempty"` - // Source of the effective CPM bid. - EffectiveCpmBidSource enums.BiddingSourceEnum_BiddingSource `protobuf:"varint,22,opt,name=effective_cpm_bid_source,json=effectiveCpmBidSource,proto3,enum=google.ads.googleads.v0.enums.BiddingSourceEnum_BiddingSource" json:"effective_cpm_bid_source,omitempty"` - // Source of the effective CPV bid. - EffectiveCpvBidSource enums.BiddingSourceEnum_BiddingSource `protobuf:"varint,23,opt,name=effective_cpv_bid_source,json=effectiveCpvBidSource,proto3,enum=google.ads.googleads.v0.enums.BiddingSourceEnum_BiddingSource" json:"effective_cpv_bid_source,omitempty"` - // Source of the effective Percent CPC bid. - EffectivePercentCpcBidSource enums.BiddingSourceEnum_BiddingSource `protobuf:"varint,35,opt,name=effective_percent_cpc_bid_source,json=effectivePercentCpcBidSource,proto3,enum=google.ads.googleads.v0.enums.BiddingSourceEnum_BiddingSource" json:"effective_percent_cpc_bid_source,omitempty"` - // Estimates for criterion bids at various positions. - PositionEstimates *AdGroupCriterion_PositionEstimates `protobuf:"bytes,10,opt,name=position_estimates,json=positionEstimates,proto3" json:"position_estimates,omitempty"` - // The list of possible final URLs after all cross-domain redirects for the - // ad. - FinalUrls []*wrappers.StringValue `protobuf:"bytes,11,rep,name=final_urls,json=finalUrls,proto3" json:"final_urls,omitempty"` - // The URL template for constructing a tracking URL. - TrackingUrlTemplate *wrappers.StringValue `protobuf:"bytes,13,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,14,rep,name=url_custom_parameters,json=urlCustomParameters,proto3" json:"url_custom_parameters,omitempty"` - // The ad group criterion. - // - // Exactly one must be set. - // - // Types that are valid to be assigned to Criterion: - // *AdGroupCriterion_Keyword - // *AdGroupCriterion_Placement - // *AdGroupCriterion_MobileAppCategory - // *AdGroupCriterion_ListingGroup - // *AdGroupCriterion_AgeRange - // *AdGroupCriterion_Gender - // *AdGroupCriterion_IncomeRange - // *AdGroupCriterion_ParentalStatus - // *AdGroupCriterion_UserList - // *AdGroupCriterion_YoutubeVideo - // *AdGroupCriterion_YoutubeChannel - // *AdGroupCriterion_Topic - // *AdGroupCriterion_UserInterest - // *AdGroupCriterion_Webpage - // *AdGroupCriterion_AppPaymentModel - Criterion isAdGroupCriterion_Criterion `protobuf_oneof:"criterion"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupCriterion) Reset() { *m = AdGroupCriterion{} } -func (m *AdGroupCriterion) String() string { return proto.CompactTextString(m) } -func (*AdGroupCriterion) ProtoMessage() {} -func (*AdGroupCriterion) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_c91904ece975ad88, []int{0} -} -func (m *AdGroupCriterion) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupCriterion.Unmarshal(m, b) -} -func (m *AdGroupCriterion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupCriterion.Marshal(b, m, deterministic) -} -func (dst *AdGroupCriterion) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupCriterion.Merge(dst, src) -} -func (m *AdGroupCriterion) XXX_Size() int { - return xxx_messageInfo_AdGroupCriterion.Size(m) -} -func (m *AdGroupCriterion) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupCriterion.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupCriterion proto.InternalMessageInfo - -func (m *AdGroupCriterion) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *AdGroupCriterion) GetCriterionId() *wrappers.Int64Value { - if m != nil { - return m.CriterionId - } - return nil -} - -func (m *AdGroupCriterion) GetStatus() enums.AdGroupCriterionStatusEnum_AdGroupCriterionStatus { - if m != nil { - return m.Status - } - return enums.AdGroupCriterionStatusEnum_UNSPECIFIED -} - -func (m *AdGroupCriterion) GetQualityInfo() *AdGroupCriterion_QualityInfo { - if m != nil { - return m.QualityInfo - } - return nil -} - -func (m *AdGroupCriterion) GetAdGroup() *wrappers.StringValue { - if m != nil { - return m.AdGroup - } - return nil -} - -func (m *AdGroupCriterion) GetType() enums.CriterionTypeEnum_CriterionType { - if m != nil { - return m.Type - } - return enums.CriterionTypeEnum_UNSPECIFIED -} - -func (m *AdGroupCriterion) GetNegative() *wrappers.BoolValue { - if m != nil { - return m.Negative - } - return nil -} - -func (m *AdGroupCriterion) GetBidModifier() *wrappers.DoubleValue { - if m != nil { - return m.BidModifier - } - return nil -} - -func (m *AdGroupCriterion) GetCpcBidMicros() *wrappers.Int64Value { - if m != nil { - return m.CpcBidMicros - } - return nil -} - -func (m *AdGroupCriterion) GetCpmBidMicros() *wrappers.Int64Value { - if m != nil { - return m.CpmBidMicros - } - return nil -} - -func (m *AdGroupCriterion) GetCpvBidMicros() *wrappers.Int64Value { - if m != nil { - return m.CpvBidMicros - } - return nil -} - -func (m *AdGroupCriterion) GetPercentCpcBidMicros() *wrappers.Int64Value { - if m != nil { - return m.PercentCpcBidMicros - } - return nil -} - -func (m *AdGroupCriterion) GetEffectiveCpcBidMicros() *wrappers.Int64Value { - if m != nil { - return m.EffectiveCpcBidMicros - } - return nil -} - -func (m *AdGroupCriterion) GetEffectiveCpmBidMicros() *wrappers.Int64Value { - if m != nil { - return m.EffectiveCpmBidMicros - } - return nil -} - -func (m *AdGroupCriterion) GetEffectiveCpvBidMicros() *wrappers.Int64Value { - if m != nil { - return m.EffectiveCpvBidMicros - } - return nil -} - -func (m *AdGroupCriterion) GetEffectivePercentCpcBidMicros() *wrappers.Int64Value { - if m != nil { - return m.EffectivePercentCpcBidMicros - } - return nil -} - -func (m *AdGroupCriterion) GetEffectiveCpcBidSource() enums.BiddingSourceEnum_BiddingSource { - if m != nil { - return m.EffectiveCpcBidSource - } - return enums.BiddingSourceEnum_UNSPECIFIED -} - -func (m *AdGroupCriterion) GetEffectiveCpmBidSource() enums.BiddingSourceEnum_BiddingSource { - if m != nil { - return m.EffectiveCpmBidSource - } - return enums.BiddingSourceEnum_UNSPECIFIED -} - -func (m *AdGroupCriterion) GetEffectiveCpvBidSource() enums.BiddingSourceEnum_BiddingSource { - if m != nil { - return m.EffectiveCpvBidSource - } - return enums.BiddingSourceEnum_UNSPECIFIED -} - -func (m *AdGroupCriterion) GetEffectivePercentCpcBidSource() enums.BiddingSourceEnum_BiddingSource { - if m != nil { - return m.EffectivePercentCpcBidSource - } - return enums.BiddingSourceEnum_UNSPECIFIED -} - -func (m *AdGroupCriterion) GetPositionEstimates() *AdGroupCriterion_PositionEstimates { - if m != nil { - return m.PositionEstimates - } - return nil -} - -func (m *AdGroupCriterion) GetFinalUrls() []*wrappers.StringValue { - if m != nil { - return m.FinalUrls - } - return nil -} - -func (m *AdGroupCriterion) GetTrackingUrlTemplate() *wrappers.StringValue { - if m != nil { - return m.TrackingUrlTemplate - } - return nil -} - -func (m *AdGroupCriterion) GetUrlCustomParameters() []*common.CustomParameter { - if m != nil { - return m.UrlCustomParameters - } - return nil -} - -type isAdGroupCriterion_Criterion interface { - isAdGroupCriterion_Criterion() -} - -type AdGroupCriterion_Keyword struct { - Keyword *common.KeywordInfo `protobuf:"bytes,27,opt,name=keyword,proto3,oneof"` -} - -type AdGroupCriterion_Placement struct { - Placement *common.PlacementInfo `protobuf:"bytes,28,opt,name=placement,proto3,oneof"` -} - -type AdGroupCriterion_MobileAppCategory struct { - MobileAppCategory *common.MobileAppCategoryInfo `protobuf:"bytes,29,opt,name=mobile_app_category,json=mobileAppCategory,proto3,oneof"` -} - -type AdGroupCriterion_ListingGroup struct { - ListingGroup *common.ListingGroupInfo `protobuf:"bytes,32,opt,name=listing_group,json=listingGroup,proto3,oneof"` -} - -type AdGroupCriterion_AgeRange struct { - AgeRange *common.AgeRangeInfo `protobuf:"bytes,36,opt,name=age_range,json=ageRange,proto3,oneof"` -} - -type AdGroupCriterion_Gender struct { - Gender *common.GenderInfo `protobuf:"bytes,37,opt,name=gender,proto3,oneof"` -} - -type AdGroupCriterion_IncomeRange struct { - IncomeRange *common.IncomeRangeInfo `protobuf:"bytes,38,opt,name=income_range,json=incomeRange,proto3,oneof"` -} - -type AdGroupCriterion_ParentalStatus struct { - ParentalStatus *common.ParentalStatusInfo `protobuf:"bytes,39,opt,name=parental_status,json=parentalStatus,proto3,oneof"` -} - -type AdGroupCriterion_UserList struct { - UserList *common.UserListInfo `protobuf:"bytes,42,opt,name=user_list,json=userList,proto3,oneof"` -} - -type AdGroupCriterion_YoutubeVideo struct { - YoutubeVideo *common.YouTubeVideoInfo `protobuf:"bytes,40,opt,name=youtube_video,json=youtubeVideo,proto3,oneof"` -} - -type AdGroupCriterion_YoutubeChannel struct { - YoutubeChannel *common.YouTubeChannelInfo `protobuf:"bytes,41,opt,name=youtube_channel,json=youtubeChannel,proto3,oneof"` -} - -type AdGroupCriterion_Topic struct { - Topic *common.TopicInfo `protobuf:"bytes,43,opt,name=topic,proto3,oneof"` -} - -type AdGroupCriterion_UserInterest struct { - UserInterest *common.UserInterestInfo `protobuf:"bytes,45,opt,name=user_interest,json=userInterest,proto3,oneof"` -} - -type AdGroupCriterion_Webpage struct { - Webpage *common.WebpageInfo `protobuf:"bytes,46,opt,name=webpage,proto3,oneof"` -} - -type AdGroupCriterion_AppPaymentModel struct { - AppPaymentModel *common.AppPaymentModelInfo `protobuf:"bytes,47,opt,name=app_payment_model,json=appPaymentModel,proto3,oneof"` -} - -func (*AdGroupCriterion_Keyword) isAdGroupCriterion_Criterion() {} - -func (*AdGroupCriterion_Placement) isAdGroupCriterion_Criterion() {} - -func (*AdGroupCriterion_MobileAppCategory) isAdGroupCriterion_Criterion() {} - -func (*AdGroupCriterion_ListingGroup) isAdGroupCriterion_Criterion() {} - -func (*AdGroupCriterion_AgeRange) isAdGroupCriterion_Criterion() {} - -func (*AdGroupCriterion_Gender) isAdGroupCriterion_Criterion() {} - -func (*AdGroupCriterion_IncomeRange) isAdGroupCriterion_Criterion() {} - -func (*AdGroupCriterion_ParentalStatus) isAdGroupCriterion_Criterion() {} - -func (*AdGroupCriterion_UserList) isAdGroupCriterion_Criterion() {} - -func (*AdGroupCriterion_YoutubeVideo) isAdGroupCriterion_Criterion() {} - -func (*AdGroupCriterion_YoutubeChannel) isAdGroupCriterion_Criterion() {} - -func (*AdGroupCriterion_Topic) isAdGroupCriterion_Criterion() {} - -func (*AdGroupCriterion_UserInterest) isAdGroupCriterion_Criterion() {} - -func (*AdGroupCriterion_Webpage) isAdGroupCriterion_Criterion() {} - -func (*AdGroupCriterion_AppPaymentModel) isAdGroupCriterion_Criterion() {} - -func (m *AdGroupCriterion) GetCriterion() isAdGroupCriterion_Criterion { - if m != nil { - return m.Criterion - } - return nil -} - -func (m *AdGroupCriterion) GetKeyword() *common.KeywordInfo { - if x, ok := m.GetCriterion().(*AdGroupCriterion_Keyword); ok { - return x.Keyword - } - return nil -} - -func (m *AdGroupCriterion) GetPlacement() *common.PlacementInfo { - if x, ok := m.GetCriterion().(*AdGroupCriterion_Placement); ok { - return x.Placement - } - return nil -} - -func (m *AdGroupCriterion) GetMobileAppCategory() *common.MobileAppCategoryInfo { - if x, ok := m.GetCriterion().(*AdGroupCriterion_MobileAppCategory); ok { - return x.MobileAppCategory - } - return nil -} - -func (m *AdGroupCriterion) GetListingGroup() *common.ListingGroupInfo { - if x, ok := m.GetCriterion().(*AdGroupCriterion_ListingGroup); ok { - return x.ListingGroup - } - return nil -} - -func (m *AdGroupCriterion) GetAgeRange() *common.AgeRangeInfo { - if x, ok := m.GetCriterion().(*AdGroupCriterion_AgeRange); ok { - return x.AgeRange - } - return nil -} - -func (m *AdGroupCriterion) GetGender() *common.GenderInfo { - if x, ok := m.GetCriterion().(*AdGroupCriterion_Gender); ok { - return x.Gender - } - return nil -} - -func (m *AdGroupCriterion) GetIncomeRange() *common.IncomeRangeInfo { - if x, ok := m.GetCriterion().(*AdGroupCriterion_IncomeRange); ok { - return x.IncomeRange - } - return nil -} - -func (m *AdGroupCriterion) GetParentalStatus() *common.ParentalStatusInfo { - if x, ok := m.GetCriterion().(*AdGroupCriterion_ParentalStatus); ok { - return x.ParentalStatus - } - return nil -} - -func (m *AdGroupCriterion) GetUserList() *common.UserListInfo { - if x, ok := m.GetCriterion().(*AdGroupCriterion_UserList); ok { - return x.UserList - } - return nil -} - -func (m *AdGroupCriterion) GetYoutubeVideo() *common.YouTubeVideoInfo { - if x, ok := m.GetCriterion().(*AdGroupCriterion_YoutubeVideo); ok { - return x.YoutubeVideo - } - return nil -} - -func (m *AdGroupCriterion) GetYoutubeChannel() *common.YouTubeChannelInfo { - if x, ok := m.GetCriterion().(*AdGroupCriterion_YoutubeChannel); ok { - return x.YoutubeChannel - } - return nil -} - -func (m *AdGroupCriterion) GetTopic() *common.TopicInfo { - if x, ok := m.GetCriterion().(*AdGroupCriterion_Topic); ok { - return x.Topic - } - return nil -} - -func (m *AdGroupCriterion) GetUserInterest() *common.UserInterestInfo { - if x, ok := m.GetCriterion().(*AdGroupCriterion_UserInterest); ok { - return x.UserInterest - } - return nil -} - -func (m *AdGroupCriterion) GetWebpage() *common.WebpageInfo { - if x, ok := m.GetCriterion().(*AdGroupCriterion_Webpage); ok { - return x.Webpage - } - return nil -} - -func (m *AdGroupCriterion) GetAppPaymentModel() *common.AppPaymentModelInfo { - if x, ok := m.GetCriterion().(*AdGroupCriterion_AppPaymentModel); ok { - return x.AppPaymentModel - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*AdGroupCriterion) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _AdGroupCriterion_OneofMarshaler, _AdGroupCriterion_OneofUnmarshaler, _AdGroupCriterion_OneofSizer, []interface{}{ - (*AdGroupCriterion_Keyword)(nil), - (*AdGroupCriterion_Placement)(nil), - (*AdGroupCriterion_MobileAppCategory)(nil), - (*AdGroupCriterion_ListingGroup)(nil), - (*AdGroupCriterion_AgeRange)(nil), - (*AdGroupCriterion_Gender)(nil), - (*AdGroupCriterion_IncomeRange)(nil), - (*AdGroupCriterion_ParentalStatus)(nil), - (*AdGroupCriterion_UserList)(nil), - (*AdGroupCriterion_YoutubeVideo)(nil), - (*AdGroupCriterion_YoutubeChannel)(nil), - (*AdGroupCriterion_Topic)(nil), - (*AdGroupCriterion_UserInterest)(nil), - (*AdGroupCriterion_Webpage)(nil), - (*AdGroupCriterion_AppPaymentModel)(nil), - } -} - -func _AdGroupCriterion_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*AdGroupCriterion) - // criterion - switch x := m.Criterion.(type) { - case *AdGroupCriterion_Keyword: - b.EncodeVarint(27<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Keyword); err != nil { - return err - } - case *AdGroupCriterion_Placement: - b.EncodeVarint(28<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Placement); err != nil { - return err - } - case *AdGroupCriterion_MobileAppCategory: - b.EncodeVarint(29<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.MobileAppCategory); err != nil { - return err - } - case *AdGroupCriterion_ListingGroup: - b.EncodeVarint(32<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ListingGroup); err != nil { - return err - } - case *AdGroupCriterion_AgeRange: - b.EncodeVarint(36<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.AgeRange); err != nil { - return err - } - case *AdGroupCriterion_Gender: - b.EncodeVarint(37<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Gender); err != nil { - return err - } - case *AdGroupCriterion_IncomeRange: - b.EncodeVarint(38<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.IncomeRange); err != nil { - return err - } - case *AdGroupCriterion_ParentalStatus: - b.EncodeVarint(39<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ParentalStatus); err != nil { - return err - } - case *AdGroupCriterion_UserList: - b.EncodeVarint(42<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.UserList); err != nil { - return err - } - case *AdGroupCriterion_YoutubeVideo: - b.EncodeVarint(40<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.YoutubeVideo); err != nil { - return err - } - case *AdGroupCriterion_YoutubeChannel: - b.EncodeVarint(41<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.YoutubeChannel); err != nil { - return err - } - case *AdGroupCriterion_Topic: - b.EncodeVarint(43<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Topic); err != nil { - return err - } - case *AdGroupCriterion_UserInterest: - b.EncodeVarint(45<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.UserInterest); err != nil { - return err - } - case *AdGroupCriterion_Webpage: - b.EncodeVarint(46<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Webpage); err != nil { - return err - } - case *AdGroupCriterion_AppPaymentModel: - b.EncodeVarint(47<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.AppPaymentModel); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("AdGroupCriterion.Criterion has unexpected type %T", x) - } - return nil -} - -func _AdGroupCriterion_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*AdGroupCriterion) - switch tag { - case 27: // criterion.keyword - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.KeywordInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupCriterion_Keyword{msg} - return true, err - case 28: // criterion.placement - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.PlacementInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupCriterion_Placement{msg} - return true, err - case 29: // criterion.mobile_app_category - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.MobileAppCategoryInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupCriterion_MobileAppCategory{msg} - return true, err - case 32: // criterion.listing_group - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.ListingGroupInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupCriterion_ListingGroup{msg} - return true, err - case 36: // criterion.age_range - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.AgeRangeInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupCriterion_AgeRange{msg} - return true, err - case 37: // criterion.gender - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.GenderInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupCriterion_Gender{msg} - return true, err - case 38: // criterion.income_range - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.IncomeRangeInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupCriterion_IncomeRange{msg} - return true, err - case 39: // criterion.parental_status - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.ParentalStatusInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupCriterion_ParentalStatus{msg} - return true, err - case 42: // criterion.user_list - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.UserListInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupCriterion_UserList{msg} - return true, err - case 40: // criterion.youtube_video - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.YouTubeVideoInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupCriterion_YoutubeVideo{msg} - return true, err - case 41: // criterion.youtube_channel - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.YouTubeChannelInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupCriterion_YoutubeChannel{msg} - return true, err - case 43: // criterion.topic - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.TopicInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupCriterion_Topic{msg} - return true, err - case 45: // criterion.user_interest - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.UserInterestInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupCriterion_UserInterest{msg} - return true, err - case 46: // criterion.webpage - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.WebpageInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupCriterion_Webpage{msg} - return true, err - case 47: // criterion.app_payment_model - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.AppPaymentModelInfo) - err := b.DecodeMessage(msg) - m.Criterion = &AdGroupCriterion_AppPaymentModel{msg} - return true, err - default: - return false, nil - } -} - -func _AdGroupCriterion_OneofSizer(msg proto.Message) (n int) { - m := msg.(*AdGroupCriterion) - // criterion - switch x := m.Criterion.(type) { - case *AdGroupCriterion_Keyword: - s := proto.Size(x.Keyword) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupCriterion_Placement: - s := proto.Size(x.Placement) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupCriterion_MobileAppCategory: - s := proto.Size(x.MobileAppCategory) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupCriterion_ListingGroup: - s := proto.Size(x.ListingGroup) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupCriterion_AgeRange: - s := proto.Size(x.AgeRange) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupCriterion_Gender: - s := proto.Size(x.Gender) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupCriterion_IncomeRange: - s := proto.Size(x.IncomeRange) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupCriterion_ParentalStatus: - s := proto.Size(x.ParentalStatus) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupCriterion_UserList: - s := proto.Size(x.UserList) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupCriterion_YoutubeVideo: - s := proto.Size(x.YoutubeVideo) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupCriterion_YoutubeChannel: - s := proto.Size(x.YoutubeChannel) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupCriterion_Topic: - s := proto.Size(x.Topic) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupCriterion_UserInterest: - s := proto.Size(x.UserInterest) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupCriterion_Webpage: - s := proto.Size(x.Webpage) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupCriterion_AppPaymentModel: - s := proto.Size(x.AppPaymentModel) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// A container for ad group criterion quality information. -type AdGroupCriterion_QualityInfo struct { - // The quality score. - // - // This field may not be populated if Google does not have enough - // information to determine a value. - QualityScore *wrappers.Int32Value `protobuf:"bytes,1,opt,name=quality_score,json=qualityScore,proto3" json:"quality_score,omitempty"` - // The performance of the ad compared to other advertisers. - CreativeQualityScore enums.QualityScoreBucketEnum_QualityScoreBucket `protobuf:"varint,2,opt,name=creative_quality_score,json=creativeQualityScore,proto3,enum=google.ads.googleads.v0.enums.QualityScoreBucketEnum_QualityScoreBucket" json:"creative_quality_score,omitempty"` - // The quality score of the landing page. - PostClickQualityScore enums.QualityScoreBucketEnum_QualityScoreBucket `protobuf:"varint,3,opt,name=post_click_quality_score,json=postClickQualityScore,proto3,enum=google.ads.googleads.v0.enums.QualityScoreBucketEnum_QualityScoreBucket" json:"post_click_quality_score,omitempty"` - // The click-through rate compared to that of other advertisers. - SearchPredictedCtr enums.QualityScoreBucketEnum_QualityScoreBucket `protobuf:"varint,4,opt,name=search_predicted_ctr,json=searchPredictedCtr,proto3,enum=google.ads.googleads.v0.enums.QualityScoreBucketEnum_QualityScoreBucket" json:"search_predicted_ctr,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupCriterion_QualityInfo) Reset() { *m = AdGroupCriterion_QualityInfo{} } -func (m *AdGroupCriterion_QualityInfo) String() string { return proto.CompactTextString(m) } -func (*AdGroupCriterion_QualityInfo) ProtoMessage() {} -func (*AdGroupCriterion_QualityInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_c91904ece975ad88, []int{0, 0} -} -func (m *AdGroupCriterion_QualityInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupCriterion_QualityInfo.Unmarshal(m, b) -} -func (m *AdGroupCriterion_QualityInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupCriterion_QualityInfo.Marshal(b, m, deterministic) -} -func (dst *AdGroupCriterion_QualityInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupCriterion_QualityInfo.Merge(dst, src) -} -func (m *AdGroupCriterion_QualityInfo) XXX_Size() int { - return xxx_messageInfo_AdGroupCriterion_QualityInfo.Size(m) -} -func (m *AdGroupCriterion_QualityInfo) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupCriterion_QualityInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupCriterion_QualityInfo proto.InternalMessageInfo - -func (m *AdGroupCriterion_QualityInfo) GetQualityScore() *wrappers.Int32Value { - if m != nil { - return m.QualityScore - } - return nil -} - -func (m *AdGroupCriterion_QualityInfo) GetCreativeQualityScore() enums.QualityScoreBucketEnum_QualityScoreBucket { - if m != nil { - return m.CreativeQualityScore - } - return enums.QualityScoreBucketEnum_UNSPECIFIED -} - -func (m *AdGroupCriterion_QualityInfo) GetPostClickQualityScore() enums.QualityScoreBucketEnum_QualityScoreBucket { - if m != nil { - return m.PostClickQualityScore - } - return enums.QualityScoreBucketEnum_UNSPECIFIED -} - -func (m *AdGroupCriterion_QualityInfo) GetSearchPredictedCtr() enums.QualityScoreBucketEnum_QualityScoreBucket { - if m != nil { - return m.SearchPredictedCtr - } - return enums.QualityScoreBucketEnum_UNSPECIFIED -} - -// Estimates for criterion bids at various positions. -type AdGroupCriterion_PositionEstimates struct { - // The estimate of the CPC bid required for ad to be shown on first - // page of search results. - FirstPageCpcMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=first_page_cpc_micros,json=firstPageCpcMicros,proto3" json:"first_page_cpc_micros,omitempty"` - // The estimate of the CPC bid required for ad to be displayed in first - // position, at the top of the first page of search results. - FirstPositionCpcMicros *wrappers.Int64Value `protobuf:"bytes,2,opt,name=first_position_cpc_micros,json=firstPositionCpcMicros,proto3" json:"first_position_cpc_micros,omitempty"` - // The estimate of the CPC bid required for ad to be displayed at the top - // of the first page of search results. - TopOfPageCpcMicros *wrappers.Int64Value `protobuf:"bytes,3,opt,name=top_of_page_cpc_micros,json=topOfPageCpcMicros,proto3" json:"top_of_page_cpc_micros,omitempty"` - // Estimate of how many clicks per week you might get by changing your - // keyword bid to the value in first_position_cpc_micros. - EstimatedAddClicksAtFirstPositionCpc *wrappers.Int64Value `protobuf:"bytes,4,opt,name=estimated_add_clicks_at_first_position_cpc,json=estimatedAddClicksAtFirstPositionCpc,proto3" json:"estimated_add_clicks_at_first_position_cpc,omitempty"` - // Estimate of how your cost per week might change when changing your - // keyword bid to the value in first_position_cpc_micros. - EstimatedAddCostAtFirstPositionCpc *wrappers.Int64Value `protobuf:"bytes,5,opt,name=estimated_add_cost_at_first_position_cpc,json=estimatedAddCostAtFirstPositionCpc,proto3" json:"estimated_add_cost_at_first_position_cpc,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupCriterion_PositionEstimates) Reset() { *m = AdGroupCriterion_PositionEstimates{} } -func (m *AdGroupCriterion_PositionEstimates) String() string { return proto.CompactTextString(m) } -func (*AdGroupCriterion_PositionEstimates) ProtoMessage() {} -func (*AdGroupCriterion_PositionEstimates) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_c91904ece975ad88, []int{0, 1} -} -func (m *AdGroupCriterion_PositionEstimates) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupCriterion_PositionEstimates.Unmarshal(m, b) -} -func (m *AdGroupCriterion_PositionEstimates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupCriterion_PositionEstimates.Marshal(b, m, deterministic) -} -func (dst *AdGroupCriterion_PositionEstimates) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupCriterion_PositionEstimates.Merge(dst, src) -} -func (m *AdGroupCriterion_PositionEstimates) XXX_Size() int { - return xxx_messageInfo_AdGroupCriterion_PositionEstimates.Size(m) -} -func (m *AdGroupCriterion_PositionEstimates) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupCriterion_PositionEstimates.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupCriterion_PositionEstimates proto.InternalMessageInfo - -func (m *AdGroupCriterion_PositionEstimates) GetFirstPageCpcMicros() *wrappers.Int64Value { - if m != nil { - return m.FirstPageCpcMicros - } - return nil -} - -func (m *AdGroupCriterion_PositionEstimates) GetFirstPositionCpcMicros() *wrappers.Int64Value { - if m != nil { - return m.FirstPositionCpcMicros - } - return nil -} - -func (m *AdGroupCriterion_PositionEstimates) GetTopOfPageCpcMicros() *wrappers.Int64Value { - if m != nil { - return m.TopOfPageCpcMicros - } - return nil -} - -func (m *AdGroupCriterion_PositionEstimates) GetEstimatedAddClicksAtFirstPositionCpc() *wrappers.Int64Value { - if m != nil { - return m.EstimatedAddClicksAtFirstPositionCpc - } - return nil -} - -func (m *AdGroupCriterion_PositionEstimates) GetEstimatedAddCostAtFirstPositionCpc() *wrappers.Int64Value { - if m != nil { - return m.EstimatedAddCostAtFirstPositionCpc - } - return nil -} - -func init() { - proto.RegisterType((*AdGroupCriterion)(nil), "google.ads.googleads.v0.resources.AdGroupCriterion") - proto.RegisterType((*AdGroupCriterion_QualityInfo)(nil), "google.ads.googleads.v0.resources.AdGroupCriterion.QualityInfo") - proto.RegisterType((*AdGroupCriterion_PositionEstimates)(nil), "google.ads.googleads.v0.resources.AdGroupCriterion.PositionEstimates") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/ad_group_criterion.proto", fileDescriptor_ad_group_criterion_c91904ece975ad88) -} - -var fileDescriptor_ad_group_criterion_c91904ece975ad88 = []byte{ - // 1495 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x98, 0xcb, 0x73, 0xdc, 0x34, - 0x1c, 0xc7, 0xd9, 0xa4, 0xaf, 0x28, 0x8f, 0x36, 0x4a, 0x13, 0xd4, 0xb4, 0x40, 0xd2, 0x07, 0xa4, - 0x2f, 0x6f, 0x26, 0xa5, 0x85, 0xd9, 0x0e, 0x2d, 0x9b, 0xb4, 0xa4, 0xa1, 0xa4, 0xdd, 0x6e, 0xd2, - 0x74, 0x60, 0xc2, 0x78, 0xb4, 0xb6, 0xd6, 0xd5, 0xc4, 0xb6, 0x54, 0x49, 0xde, 0xcc, 0x72, 0x60, - 0x06, 0x0e, 0xfc, 0x21, 0x1c, 0xf9, 0x53, 0xb8, 0xf0, 0x7f, 0x70, 0xe4, 0xc0, 0x99, 0x91, 0x2c, - 0x7b, 0x5f, 0xd9, 0x78, 0xcb, 0xe4, 0x66, 0xcb, 0xfa, 0x7e, 0x7e, 0x2f, 0x59, 0xfa, 0xd9, 0xa0, - 0x12, 0x30, 0x16, 0x84, 0xa4, 0x8c, 0x7d, 0x59, 0x4e, 0x2f, 0xf5, 0x55, 0x6b, 0xb5, 0x2c, 0x88, - 0x64, 0x89, 0xf0, 0x88, 0x2c, 0x63, 0xdf, 0x0d, 0x04, 0x4b, 0xb8, 0xeb, 0x09, 0xaa, 0x88, 0xa0, - 0x2c, 0x76, 0xb8, 0x60, 0x8a, 0xc1, 0xe5, 0x54, 0xe0, 0x60, 0x5f, 0x3a, 0xb9, 0xd6, 0x69, 0xad, - 0x3a, 0xb9, 0x76, 0xf1, 0xee, 0x30, 0xbc, 0xc7, 0xa2, 0x88, 0xc5, 0x65, 0x8b, 0xc4, 0x29, 0x71, - 0xf1, 0x7e, 0xd1, 0xf4, 0x44, 0x2a, 0x16, 0xb9, 0x1c, 0x0b, 0x1c, 0x11, 0x45, 0x84, 0x95, 0x7d, - 0x35, 0x4c, 0x46, 0xe2, 0x24, 0x3a, 0x2a, 0x00, 0x57, 0x2a, 0xac, 0x12, 0x69, 0xe5, 0x6b, 0xc7, - 0xcb, 0x1b, 0xd4, 0xf7, 0x69, 0x1c, 0xb8, 0x69, 0x4c, 0xa3, 0x69, 0x3a, 0x96, 0x54, 0x9b, 0x67, - 0x9a, 0x2f, 0x8f, 0xd7, 0xbc, 0x4b, 0x70, 0x48, 0x55, 0xdb, 0x95, 0x1e, 0x13, 0xc4, 0x6d, 0x24, - 0xde, 0x01, 0x51, 0x56, 0xf9, 0xb1, 0x55, 0x9a, 0xbb, 0x46, 0xd2, 0x2c, 0x1f, 0x0a, 0xcc, 0x39, - 0x11, 0x36, 0x82, 0xab, 0xff, 0x2c, 0x83, 0x0b, 0x55, 0x7f, 0x53, 0x07, 0xb9, 0x91, 0x59, 0x86, - 0xd7, 0xc0, 0x74, 0x56, 0x08, 0x37, 0xc6, 0x11, 0x41, 0xa5, 0xa5, 0xd2, 0xca, 0x44, 0x7d, 0x2a, - 0x1b, 0x7c, 0x81, 0x23, 0x02, 0x1f, 0x81, 0xa9, 0x8e, 0xaf, 0xd4, 0x47, 0x8b, 0x4b, 0xa5, 0x95, - 0xc9, 0xb5, 0xcb, 0xb6, 0x9e, 0x4e, 0x66, 0xd0, 0xd9, 0x8a, 0xd5, 0x83, 0xcf, 0xf7, 0x70, 0x98, - 0x90, 0xfa, 0x64, 0x2e, 0xd8, 0xf2, 0xe1, 0x5b, 0x70, 0x26, 0xcd, 0x25, 0x1a, 0x5f, 0x2a, 0xad, - 0xcc, 0xac, 0xd5, 0x9c, 0x61, 0x8b, 0xc2, 0x04, 0xe9, 0xf4, 0x7b, 0xb9, 0x63, 0xc4, 0x4f, 0xe3, - 0x24, 0x1a, 0xf2, 0xa8, 0x6e, 0xf9, 0xb0, 0x01, 0xa6, 0xb2, 0x0c, 0xd1, 0xb8, 0xc9, 0xd0, 0x29, - 0xe3, 0xe9, 0x63, 0xa7, 0x70, 0x11, 0x0e, 0x80, 0x9d, 0x57, 0x29, 0x67, 0x2b, 0x6e, 0xb2, 0xfa, - 0xe4, 0xbb, 0xce, 0x0d, 0xfc, 0x02, 0x9c, 0xcb, 0x16, 0x0b, 0x3a, 0x6d, 0xf8, 0x57, 0x06, 0x32, - 0xb1, 0xa3, 0x04, 0x8d, 0x83, 0x34, 0x15, 0x67, 0x71, 0x8a, 0x86, 0x75, 0x70, 0x4a, 0x17, 0x1a, - 0x5d, 0x32, 0x49, 0x78, 0x54, 0x90, 0x84, 0xdc, 0x93, 0xdd, 0x36, 0x27, 0x26, 0xf6, 0x9e, 0x91, - 0xba, 0x61, 0xc1, 0x07, 0xe0, 0x5c, 0x4c, 0x02, 0xac, 0x68, 0x8b, 0xa0, 0x4f, 0x8c, 0x33, 0x8b, - 0x03, 0xce, 0xac, 0x33, 0x16, 0xa6, 0xae, 0xe4, 0x73, 0xe1, 0x63, 0x30, 0xd5, 0xa0, 0xbe, 0x1b, - 0x31, 0x9f, 0x36, 0x29, 0x11, 0xe8, 0xce, 0x90, 0x40, 0x9e, 0xb0, 0xa4, 0x11, 0x12, 0x5b, 0xd3, - 0x06, 0xf5, 0xb7, 0xad, 0x00, 0x56, 0xc1, 0x8c, 0xc7, 0x3d, 0xd7, 0x40, 0xa8, 0x27, 0x98, 0x44, - 0x17, 0x8a, 0x57, 0xc5, 0x94, 0xc7, 0xbd, 0x75, 0xea, 0x6f, 0x1b, 0x41, 0x8a, 0x88, 0xba, 0x11, - 0xb3, 0x23, 0x21, 0xa2, 0x3e, 0x44, 0xab, 0x1b, 0x81, 0x46, 0x42, 0xb4, 0x3a, 0x88, 0x1a, 0x58, - 0xe0, 0x44, 0x78, 0x24, 0x56, 0x6e, 0x5f, 0x40, 0xcb, 0xc5, 0xa8, 0x39, 0x2b, 0xdd, 0xe8, 0x8e, - 0x6b, 0x17, 0x20, 0xd2, 0x6c, 0x12, 0x4f, 0x27, 0xba, 0x9f, 0x09, 0x8b, 0x99, 0xf3, 0xb9, 0xf8, - 0x38, 0x6a, 0x4f, 0xde, 0xe6, 0xde, 0x8f, 0x1a, 0x0d, 0xa5, 0xf6, 0xa4, 0xf2, 0xe2, 0xfb, 0x51, - 0xbb, 0x72, 0xea, 0x81, 0xa5, 0x0e, 0x75, 0x48, 0x76, 0xaf, 0x16, 0xd3, 0xaf, 0xe4, 0x90, 0xda, - 0x11, 0x69, 0x3e, 0x3c, 0x2a, 0xcd, 0xe9, 0xeb, 0x8c, 0xe6, 0x47, 0x7a, 0xc5, 0xd6, 0xd3, 0x4d, - 0x7b, 0xc7, 0x68, 0xcc, 0x2b, 0xd6, 0x33, 0x32, 0x50, 0x89, 0x74, 0xb8, 0xdf, 0x70, 0xd4, 0x6d, - 0x78, 0xe1, 0xc4, 0x0d, 0x47, 0x43, 0x0d, 0xb7, 0xba, 0x0d, 0x7f, 0x78, 0xe2, 0x86, 0x5b, 0x1d, - 0xc3, 0xbf, 0x95, 0x8e, 0x2b, 0xa8, 0xf5, 0xe0, 0xda, 0x89, 0x78, 0x30, 0xa4, 0xe6, 0xd6, 0x11, - 0x05, 0x20, 0x67, 0x92, 0x2a, 0x7d, 0x10, 0x11, 0xa9, 0x68, 0x84, 0x15, 0x91, 0x08, 0x98, 0xa5, - 0xf4, 0xf4, 0xff, 0xec, 0xf2, 0x35, 0x4b, 0x7b, 0x9a, 0xc1, 0xea, 0xb3, 0xbc, 0x7f, 0x08, 0x3e, - 0x04, 0xa0, 0x49, 0x63, 0x1c, 0xba, 0x89, 0x08, 0x25, 0x9a, 0x5c, 0x1a, 0x2f, 0xdc, 0xf3, 0x27, - 0xcc, 0xfc, 0xd7, 0x22, 0xd4, 0xfb, 0xcb, 0xbc, 0x12, 0xd8, 0x3b, 0xd0, 0xdd, 0x41, 0x22, 0x42, - 0x57, 0x91, 0x88, 0x87, 0x58, 0x11, 0x34, 0x3d, 0xc2, 0xd9, 0x31, 0x97, 0x49, 0x5f, 0x8b, 0x70, - 0xd7, 0x0a, 0xa1, 0x07, 0xe6, 0x35, 0xa8, 0xbf, 0xcf, 0x91, 0x68, 0xc6, 0x78, 0x56, 0x1e, 0x9a, - 0x87, 0xb4, 0x41, 0x72, 0x36, 0x8c, 0xb0, 0x96, 0xe9, 0xea, 0x73, 0x89, 0x08, 0xfb, 0xc6, 0x24, - 0xdc, 0x04, 0x67, 0x0f, 0x48, 0xfb, 0x90, 0x09, 0x1f, 0x5d, 0x36, 0x8e, 0xde, 0x2e, 0xc2, 0x3e, - 0x4f, 0xa7, 0xeb, 0x33, 0xf2, 0xd9, 0x07, 0xf5, 0x4c, 0x0d, 0xb7, 0xc1, 0x04, 0x0f, 0xb1, 0x47, - 0x22, 0x12, 0x2b, 0x74, 0xc5, 0xa0, 0xee, 0x16, 0xa1, 0x6a, 0x99, 0xc0, 0xc2, 0x3a, 0x04, 0x18, - 0x80, 0xb9, 0x88, 0x35, 0x68, 0x48, 0x5c, 0xcc, 0xb9, 0xeb, 0x61, 0x45, 0x02, 0x26, 0xda, 0xe8, - 0x23, 0x03, 0xbe, 0x5f, 0x04, 0xde, 0x36, 0xd2, 0x2a, 0xe7, 0x1b, 0x56, 0x68, 0x0d, 0xcc, 0x46, - 0xfd, 0x0f, 0xe0, 0x1b, 0x30, 0x1d, 0x52, 0xa9, 0x74, 0xd9, 0xd2, 0xb3, 0x7e, 0xc9, 0x98, 0x58, - 0x2d, 0x32, 0xf1, 0x5d, 0x2a, 0x32, 0xeb, 0xcc, 0xd2, 0xa7, 0xc2, 0xae, 0x31, 0xf8, 0x1c, 0x4c, - 0xe0, 0x80, 0xb8, 0x02, 0xc7, 0x01, 0x41, 0xd7, 0x0d, 0xf4, 0x4e, 0x11, 0xb4, 0x1a, 0x90, 0xba, - 0x9e, 0x6f, 0x81, 0xe7, 0xb0, 0xbd, 0x87, 0x4f, 0xc0, 0x99, 0x80, 0xc4, 0x3e, 0x11, 0xe8, 0x86, - 0x21, 0xdd, 0x2a, 0x22, 0x6d, 0x9a, 0xd9, 0x96, 0x63, 0xb5, 0x70, 0x17, 0x4c, 0xd1, 0xd8, 0x63, - 0x51, 0xe6, 0xd5, 0xa7, 0x86, 0x55, 0xb8, 0x90, 0xb6, 0x8c, 0xa6, 0xdb, 0xb1, 0x49, 0xda, 0x19, - 0x82, 0x3f, 0x82, 0xf3, 0x1c, 0x0b, 0x12, 0x2b, 0x1c, 0xda, 0x5e, 0x1a, 0x7d, 0x66, 0xc0, 0x6b, - 0x85, 0xf5, 0xb7, 0xb2, 0xb4, 0xbb, 0xb3, 0xec, 0x19, 0xde, 0x33, 0xaa, 0xf3, 0x98, 0x48, 0x22, - 0x5c, 0x9d, 0x5c, 0x74, 0x6b, 0xb4, 0x3c, 0xbe, 0x96, 0x44, 0xe8, 0x02, 0x65, 0x79, 0x4c, 0xec, - 0xbd, 0xae, 0x76, 0x9b, 0x25, 0x2a, 0x69, 0x10, 0xb7, 0x45, 0x7d, 0xc2, 0xd0, 0xca, 0x68, 0xd5, - 0xfe, 0x9e, 0x25, 0xbb, 0x49, 0x83, 0xec, 0x69, 0x4d, 0x56, 0x6d, 0x0b, 0x32, 0x63, 0x3a, 0x09, - 0x19, 0xd8, 0x7b, 0x8b, 0xe3, 0x98, 0x84, 0xe8, 0xe6, 0x68, 0x49, 0xb0, 0xe8, 0x8d, 0x54, 0x95, - 0x25, 0xc1, 0xc2, 0xec, 0x28, 0xac, 0x82, 0xd3, 0x8a, 0x71, 0xea, 0xa1, 0xdb, 0x06, 0x7a, 0xb3, - 0x08, 0xba, 0xab, 0x27, 0x5b, 0x56, 0xaa, 0xd4, 0xa1, 0x9b, 0x3c, 0xd2, 0x58, 0x11, 0x41, 0xa4, - 0x42, 0x77, 0x47, 0x0b, 0x5d, 0xe7, 0x72, 0xcb, 0x6a, 0xb2, 0xd0, 0x93, 0xae, 0x31, 0xbd, 0x85, - 0x1c, 0x92, 0x06, 0xc7, 0x01, 0x41, 0xce, 0x68, 0x5b, 0xc8, 0x9b, 0x74, 0x7a, 0xb6, 0x85, 0x58, - 0x35, 0xc4, 0x60, 0x56, 0xbf, 0xec, 0x1c, 0xb7, 0xf5, 0x16, 0xa0, 0x9b, 0x56, 0x12, 0xa2, 0xb2, - 0x41, 0xde, 0x2b, 0x7c, 0x73, 0x38, 0xaf, 0xa5, 0xba, 0x6d, 0x2d, 0xb3, 0xe8, 0xf3, 0xb8, 0x77, - 0x78, 0xf1, 0xaf, 0x71, 0x30, 0xd9, 0xd5, 0xf1, 0xc3, 0xaf, 0xc1, 0x74, 0xcf, 0xa7, 0x96, 0xf9, - 0x2e, 0x1a, 0xd2, 0xae, 0xdc, 0x5b, 0xb3, 0x7d, 0xa5, 0x55, 0xec, 0x68, 0x01, 0xfc, 0x19, 0x2c, - 0x78, 0x82, 0x98, 0x6e, 0xdb, 0xed, 0x45, 0x8d, 0x99, 0x83, 0xf2, 0x59, 0xc1, 0x41, 0xf9, 0xaa, - 0x0b, 0xb6, 0x6e, 0xbe, 0xf3, 0xcc, 0x69, 0x39, 0x38, 0x5c, 0xbf, 0x98, 0xd9, 0xe9, 0x7e, 0x06, - 0x7f, 0x29, 0x01, 0xc4, 0x99, 0x54, 0xae, 0x17, 0x52, 0xef, 0xa0, 0xcf, 0x85, 0xf1, 0x13, 0x76, - 0x61, 0x5e, 0x5b, 0xda, 0xd0, 0x86, 0x7a, 0x7c, 0xf8, 0x09, 0x5c, 0x94, 0x04, 0x0b, 0xef, 0xad, - 0xcb, 0x05, 0xf1, 0xa9, 0xa7, 0x88, 0xef, 0x7a, 0x4a, 0x98, 0xcf, 0xb2, 0x93, 0x34, 0x0f, 0x53, - 0x2b, 0xb5, 0xcc, 0xc8, 0x86, 0x12, 0x8b, 0xff, 0x8e, 0x83, 0xd9, 0x81, 0xd3, 0x1d, 0xbe, 0x00, - 0xf3, 0x4d, 0x2a, 0xa4, 0x72, 0xf5, 0xc2, 0x32, 0x1d, 0x8c, 0x6d, 0x47, 0x4b, 0xc5, 0xed, 0x28, - 0x34, 0xca, 0x1a, 0x0e, 0x74, 0x3b, 0x68, 0x9b, 0xd0, 0x3d, 0x70, 0xc9, 0xf2, 0xb2, 0xb6, 0xa4, - 0x8b, 0x39, 0x56, 0xcc, 0x5c, 0x48, 0x99, 0x56, 0xdc, 0xe1, 0xbe, 0x04, 0x0b, 0x8a, 0x71, 0x97, - 0x35, 0x07, 0x1c, 0x1d, 0x1f, 0xc1, 0x51, 0xc5, 0xf8, 0xcb, 0x66, 0xaf, 0xa3, 0x09, 0xb8, 0x95, - 0x35, 0x4c, 0xbe, 0x8b, 0x7d, 0x3f, 0x5d, 0x16, 0xd2, 0xc5, 0xca, 0x1d, 0x0c, 0xc0, 0x7e, 0x37, - 0x1f, 0x6b, 0xe4, 0x7a, 0x8e, 0xab, 0xfa, 0xbe, 0x29, 0xbd, 0xac, 0xaa, 0x6f, 0xfa, 0xa2, 0x81, - 0xef, 0xc0, 0x4a, 0x9f, 0x59, 0xbd, 0x24, 0x8f, 0x36, 0x7a, 0xba, 0xd8, 0xe8, 0xd5, 0x1e, 0xa3, - 0x4c, 0xaa, 0x41, 0x93, 0xeb, 0x93, 0x60, 0x22, 0xff, 0xf9, 0xb0, 0xfe, 0xeb, 0x18, 0xb8, 0xe1, - 0xb1, 0xa8, 0xb8, 0x35, 0x5c, 0x9f, 0xef, 0xef, 0x0d, 0x6b, 0xda, 0x7e, 0xad, 0xf4, 0xc3, 0xb7, - 0x56, 0x1b, 0xb0, 0x10, 0xc7, 0x81, 0xc3, 0x44, 0x50, 0x0e, 0x48, 0x6c, 0xbc, 0xcb, 0xfe, 0xd0, - 0x70, 0x2a, 0x8f, 0xf9, 0x39, 0xf6, 0x30, 0xbf, 0xfa, 0x7d, 0x6c, 0x7c, 0xb3, 0x5a, 0xfd, 0x63, - 0x6c, 0x79, 0x33, 0x45, 0x56, 0x7d, 0xe9, 0xa4, 0x97, 0xfa, 0x6a, 0x6f, 0xd5, 0xa9, 0x67, 0x33, - 0xff, 0xcc, 0xe6, 0xec, 0x57, 0x7d, 0xb9, 0x9f, 0xcf, 0xd9, 0xdf, 0x5b, 0xdd, 0xcf, 0xe7, 0xfc, - 0x3d, 0x76, 0x23, 0x7d, 0x50, 0xa9, 0x54, 0x7d, 0x59, 0xa9, 0xe4, 0xb3, 0x2a, 0x95, 0xbd, 0xd5, - 0x4a, 0x25, 0x9f, 0xd7, 0x38, 0x63, 0x9c, 0xbd, 0xf7, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc2, - 0xf3, 0x53, 0x54, 0xc8, 0x13, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/ad_group_feed.pb.go b/googleapis/ads/googleads/v0/resources/ad_group_feed.pb.go deleted file mode 100644 index 910693dc0c..0000000000 --- a/googleapis/ads/googleads/v0/resources/ad_group_feed.pb.go +++ /dev/null @@ -1,156 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/ad_group_feed.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// An ad group feed. -type AdGroupFeed struct { - // The resource name of the ad group feed. - // Ad group feed resource names have the form: - // - // `customers/{customer_id}/adGroupFeeds/{ad_group_id}_{feed_id} - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The feed being linked to the ad group. - Feed *wrappers.StringValue `protobuf:"bytes,2,opt,name=feed,proto3" json:"feed,omitempty"` - // The ad group being linked to the feed. - AdGroup *wrappers.StringValue `protobuf:"bytes,3,opt,name=ad_group,json=adGroup,proto3" json:"ad_group,omitempty"` - // Indicates which placeholder types the feed may populate under the connected - // ad group. Required. - PlaceholderTypes []enums.PlaceholderTypeEnum_PlaceholderType `protobuf:"varint,4,rep,packed,name=placeholder_types,json=placeholderTypes,proto3,enum=google.ads.googleads.v0.enums.PlaceholderTypeEnum_PlaceholderType" json:"placeholder_types,omitempty"` - // Matching function associated with the AdGroupFeed. - // The matching function is used to filter the set of feed items selected. - // Required. - MatchingFunction *common.MatchingFunction `protobuf:"bytes,5,opt,name=matching_function,json=matchingFunction,proto3" json:"matching_function,omitempty"` - // Status of the ad group feed. - // This field is read-only. - Status enums.FeedLinkStatusEnum_FeedLinkStatus `protobuf:"varint,6,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.FeedLinkStatusEnum_FeedLinkStatus" json:"status,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupFeed) Reset() { *m = AdGroupFeed{} } -func (m *AdGroupFeed) String() string { return proto.CompactTextString(m) } -func (*AdGroupFeed) ProtoMessage() {} -func (*AdGroupFeed) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_feed_994dec95ac7c3fb1, []int{0} -} -func (m *AdGroupFeed) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupFeed.Unmarshal(m, b) -} -func (m *AdGroupFeed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupFeed.Marshal(b, m, deterministic) -} -func (dst *AdGroupFeed) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupFeed.Merge(dst, src) -} -func (m *AdGroupFeed) XXX_Size() int { - return xxx_messageInfo_AdGroupFeed.Size(m) -} -func (m *AdGroupFeed) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupFeed.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupFeed proto.InternalMessageInfo - -func (m *AdGroupFeed) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *AdGroupFeed) GetFeed() *wrappers.StringValue { - if m != nil { - return m.Feed - } - return nil -} - -func (m *AdGroupFeed) GetAdGroup() *wrappers.StringValue { - if m != nil { - return m.AdGroup - } - return nil -} - -func (m *AdGroupFeed) GetPlaceholderTypes() []enums.PlaceholderTypeEnum_PlaceholderType { - if m != nil { - return m.PlaceholderTypes - } - return nil -} - -func (m *AdGroupFeed) GetMatchingFunction() *common.MatchingFunction { - if m != nil { - return m.MatchingFunction - } - return nil -} - -func (m *AdGroupFeed) GetStatus() enums.FeedLinkStatusEnum_FeedLinkStatus { - if m != nil { - return m.Status - } - return enums.FeedLinkStatusEnum_UNSPECIFIED -} - -func init() { - proto.RegisterType((*AdGroupFeed)(nil), "google.ads.googleads.v0.resources.AdGroupFeed") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/ad_group_feed.proto", fileDescriptor_ad_group_feed_994dec95ac7c3fb1) -} - -var fileDescriptor_ad_group_feed_994dec95ac7c3fb1 = []byte{ - // 474 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xdd, 0x6a, 0xd4, 0x40, - 0x14, 0xc7, 0xc9, 0x6e, 0x5d, 0x75, 0xaa, 0x65, 0x9b, 0xab, 0x50, 0x44, 0xb6, 0x4a, 0x61, 0xaf, - 0x26, 0x61, 0xfd, 0x82, 0x78, 0x63, 0x16, 0xec, 0x82, 0xa8, 0x2c, 0xa9, 0x2c, 0x22, 0x2b, 0x61, - 0x9a, 0x39, 0x3b, 0x0d, 0xcd, 0x7c, 0x30, 0x93, 0x54, 0xfa, 0x3a, 0x5e, 0xfa, 0x22, 0x82, 0x8f, - 0xe2, 0x3b, 0x08, 0x92, 0x4c, 0x12, 0xed, 0x4a, 0x6c, 0xef, 0x4e, 0x4e, 0xfe, 0xbf, 0x33, 0xe7, - 0x9c, 0xff, 0x0c, 0x7a, 0xc6, 0xa4, 0x64, 0x39, 0xf8, 0x84, 0x1a, 0xdf, 0x86, 0x55, 0x74, 0x11, - 0xf8, 0x1a, 0x8c, 0x2c, 0x75, 0x0a, 0xc6, 0x27, 0x34, 0x61, 0x5a, 0x96, 0x2a, 0xd9, 0x00, 0x50, - 0xac, 0xb4, 0x2c, 0xa4, 0x7b, 0x68, 0xb5, 0x98, 0x50, 0x83, 0x3b, 0x0c, 0x5f, 0x04, 0xb8, 0xc3, - 0x0e, 0x9e, 0xf7, 0x55, 0x4e, 0x25, 0xe7, 0x52, 0xf8, 0x9c, 0x14, 0xe9, 0x59, 0x26, 0x58, 0xb2, - 0x29, 0x45, 0x5a, 0x64, 0x52, 0xd8, 0xd2, 0x07, 0x4f, 0xfb, 0x38, 0x10, 0x25, 0x37, 0x7e, 0xd5, - 0x44, 0x92, 0x67, 0xe2, 0x3c, 0x31, 0x05, 0x29, 0x4a, 0x73, 0x33, 0x4a, 0xe5, 0x24, 0x85, 0x33, - 0x99, 0x53, 0xd0, 0x49, 0x71, 0xa9, 0xa0, 0xa1, 0x1e, 0x36, 0x54, 0xfd, 0x75, 0x5a, 0x6e, 0xfc, - 0x2f, 0x9a, 0x28, 0x05, 0xba, 0xa9, 0xfa, 0xe8, 0xfb, 0x10, 0xed, 0x46, 0x74, 0x51, 0x4d, 0x7f, - 0x0c, 0x40, 0xdd, 0xc7, 0xe8, 0x7e, 0x3b, 0x60, 0x22, 0x08, 0x07, 0xcf, 0x99, 0x38, 0xd3, 0xbb, - 0xf1, 0xbd, 0x36, 0xf9, 0x9e, 0x70, 0x70, 0x03, 0xb4, 0x53, 0x35, 0xe9, 0x0d, 0x26, 0xce, 0x74, - 0x77, 0xf6, 0xa0, 0xd9, 0x0f, 0x6e, 0xcf, 0xc0, 0x27, 0x85, 0xce, 0x04, 0x5b, 0x91, 0xbc, 0x84, - 0xb8, 0x56, 0xba, 0x2f, 0xd0, 0x9d, 0x76, 0xc9, 0xde, 0xf0, 0x06, 0xd4, 0x6d, 0x62, 0x7b, 0x72, - 0x25, 0xda, 0xdf, 0x9e, 0xcc, 0x78, 0x3b, 0x93, 0xe1, 0x74, 0x6f, 0x36, 0xc7, 0x7d, 0x16, 0xd5, - 0x1b, 0xc1, 0xcb, 0x3f, 0xdc, 0x87, 0x4b, 0x05, 0xaf, 0x45, 0xc9, 0xb7, 0x73, 0xf1, 0x58, 0x5d, - 0x4d, 0x18, 0xf7, 0x33, 0xda, 0xff, 0xc7, 0x37, 0xef, 0x56, 0xdd, 0x72, 0xd0, 0x7b, 0xa0, 0x35, - 0x1c, 0xbf, 0x6b, 0xc0, 0xe3, 0x86, 0x8b, 0xc7, 0x7c, 0x2b, 0xe3, 0x7e, 0x44, 0x23, 0xeb, 0xaa, - 0x37, 0x9a, 0x38, 0xd3, 0xbd, 0xd9, 0xab, 0x6b, 0x86, 0xa8, 0x4c, 0x79, 0x9b, 0x89, 0xf3, 0x93, - 0x1a, 0xaa, 0x67, 0xb8, 0x9a, 0x8a, 0x9b, 0x7a, 0xf3, 0x5f, 0x0e, 0x3a, 0x4a, 0x25, 0xc7, 0xd7, - 0xde, 0xdb, 0xf9, 0xf8, 0x2f, 0xc3, 0x97, 0xd5, 0xf6, 0x97, 0xce, 0xa7, 0x37, 0x0d, 0xc6, 0x64, - 0x4e, 0x04, 0xc3, 0x52, 0x33, 0x9f, 0x81, 0xa8, 0xbd, 0x69, 0x6f, 0x9b, 0xca, 0xcc, 0x7f, 0x1e, - 0xd1, 0xcb, 0x2e, 0xfa, 0x3a, 0x18, 0x2e, 0xa2, 0xe8, 0xdb, 0xe0, 0x70, 0x61, 0x4b, 0x46, 0xd4, - 0x60, 0x1b, 0x56, 0xd1, 0x2a, 0xc0, 0x71, 0xab, 0xfc, 0xd1, 0x6a, 0xd6, 0x11, 0x35, 0xeb, 0x4e, - 0xb3, 0x5e, 0x05, 0xeb, 0x4e, 0xf3, 0x73, 0x70, 0x64, 0x7f, 0x84, 0x61, 0x44, 0x4d, 0x18, 0x76, - 0xaa, 0x30, 0x5c, 0x05, 0x61, 0xd8, 0xe9, 0x4e, 0x47, 0x75, 0xb3, 0x4f, 0x7e, 0x07, 0x00, 0x00, - 0xff, 0xff, 0x69, 0xbe, 0xb6, 0x73, 0xf0, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/ad_parameter.pb.go b/googleapis/ads/googleads/v0/resources/ad_parameter.pb.go deleted file mode 100644 index 82915306e1..0000000000 --- a/googleapis/ads/googleads/v0/resources/ad_parameter.pb.go +++ /dev/null @@ -1,143 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/ad_parameter.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// An ad parameter that is used to update numeric values (such as prices or -// inventory levels) in any text line of an ad (including URLs). There can -// be a maximum of two AdParameters per ad group criterion. (One with -// parameter_index = 1 and one with parameter_index = 2.) -// In the ad the parameters are referenced by a placeholder of the form -// "{param#:value}". E.g. "{param1:$17}" -type AdParameter struct { - // The resource name of the ad parameter. - // Ad parameter resource names have the form: - // - // - // `customers/{customer_id}/adParameters/{ad_group_id}_{criterion_id}_{parameter_index}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ad group criterion that this ad parameter belongs to. - AdGroupCriterion *wrappers.StringValue `protobuf:"bytes,2,opt,name=ad_group_criterion,json=adGroupCriterion,proto3" json:"ad_group_criterion,omitempty"` - // The unique index of this ad parameter. Must be either 1 or 2. - ParameterIndex *wrappers.Int64Value `protobuf:"bytes,3,opt,name=parameter_index,json=parameterIndex,proto3" json:"parameter_index,omitempty"` - // Numeric value to insert into the ad text. The following restrictions - // apply: - // - Can use comma or period as a separator, with an optional period or - // comma (respectively) for fractional values. For example, 1,000,000.00 - // and 2.000.000,10 are valid. - // - Can be prepended or appended with a currency symbol. For example, - // $99.99 and 200£ are valid. - // - Can be prepended or appended with a currency code. For example, 99.99USD - // and EUR200 are valid. - // - Can use '%'. For example, 1.0% and 1,0% are valid. - // - Can use plus or minus. For example, -10.99 and 25+ are valid. - // - Can use '/' between two numbers. For example 4/1 and 0.95/0.45 are - // valid. - InsertionText *wrappers.StringValue `protobuf:"bytes,4,opt,name=insertion_text,json=insertionText,proto3" json:"insertion_text,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdParameter) Reset() { *m = AdParameter{} } -func (m *AdParameter) String() string { return proto.CompactTextString(m) } -func (*AdParameter) ProtoMessage() {} -func (*AdParameter) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_parameter_7a4629ae23a6439c, []int{0} -} -func (m *AdParameter) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdParameter.Unmarshal(m, b) -} -func (m *AdParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdParameter.Marshal(b, m, deterministic) -} -func (dst *AdParameter) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdParameter.Merge(dst, src) -} -func (m *AdParameter) XXX_Size() int { - return xxx_messageInfo_AdParameter.Size(m) -} -func (m *AdParameter) XXX_DiscardUnknown() { - xxx_messageInfo_AdParameter.DiscardUnknown(m) -} - -var xxx_messageInfo_AdParameter proto.InternalMessageInfo - -func (m *AdParameter) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *AdParameter) GetAdGroupCriterion() *wrappers.StringValue { - if m != nil { - return m.AdGroupCriterion - } - return nil -} - -func (m *AdParameter) GetParameterIndex() *wrappers.Int64Value { - if m != nil { - return m.ParameterIndex - } - return nil -} - -func (m *AdParameter) GetInsertionText() *wrappers.StringValue { - if m != nil { - return m.InsertionText - } - return nil -} - -func init() { - proto.RegisterType((*AdParameter)(nil), "google.ads.googleads.v0.resources.AdParameter") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/ad_parameter.proto", fileDescriptor_ad_parameter_7a4629ae23a6439c) -} - -var fileDescriptor_ad_parameter_7a4629ae23a6439c = []byte{ - // 366 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xc1, 0x4a, 0xc3, 0x30, - 0x18, 0xc7, 0x69, 0x27, 0x82, 0x9d, 0x9b, 0xa3, 0xa7, 0xa2, 0x22, 0x9b, 0x32, 0xd8, 0x29, 0x2d, - 0x3a, 0x3c, 0xc4, 0x53, 0x37, 0x61, 0x6c, 0x07, 0x19, 0x53, 0x7a, 0x90, 0x42, 0xc9, 0x96, 0x18, - 0x0a, 0x6b, 0x52, 0x92, 0x74, 0xee, 0x15, 0x7c, 0x0d, 0x8f, 0x3e, 0x8a, 0x8f, 0xe2, 0x3b, 0x08, - 0xd2, 0x76, 0x09, 0x82, 0xa0, 0xde, 0xfe, 0xb4, 0xff, 0xdf, 0x2f, 0x5f, 0xf2, 0x39, 0x43, 0xca, - 0x39, 0x5d, 0x13, 0x1f, 0x61, 0xe9, 0xd7, 0xb1, 0x4c, 0x9b, 0xc0, 0x17, 0x44, 0xf2, 0x42, 0xac, - 0x88, 0xf4, 0x11, 0x4e, 0x72, 0x24, 0x50, 0x46, 0x14, 0x11, 0x20, 0x17, 0x5c, 0x71, 0xb7, 0x57, - 0x57, 0x01, 0xc2, 0x12, 0x18, 0x0a, 0x6c, 0x02, 0x60, 0xa8, 0xe3, 0xb3, 0x9d, 0xb8, 0x02, 0x96, - 0xc5, 0x93, 0xff, 0x2c, 0x50, 0x9e, 0x13, 0x21, 0x6b, 0xc5, 0xf9, 0x8b, 0xed, 0x34, 0x43, 0x3c, - 0xd7, 0x62, 0xf7, 0xc2, 0x69, 0x69, 0x38, 0x61, 0x28, 0x23, 0x9e, 0xd5, 0xb5, 0x06, 0x07, 0x8b, - 0x43, 0xfd, 0xf1, 0x0e, 0x65, 0xc4, 0x9d, 0x39, 0x2e, 0xc2, 0x09, 0x15, 0xbc, 0xc8, 0x93, 0x95, - 0x48, 0x15, 0x11, 0x29, 0x67, 0x9e, 0xdd, 0xb5, 0x06, 0xcd, 0xcb, 0xd3, 0xdd, 0x24, 0x40, 0x9f, - 0x08, 0xee, 0x95, 0x48, 0x19, 0x8d, 0xd0, 0xba, 0x20, 0x8b, 0x0e, 0xc2, 0x93, 0x12, 0x1b, 0x6b, - 0xca, 0xbd, 0x75, 0x8e, 0xcc, 0xb5, 0x92, 0x94, 0x61, 0xb2, 0xf5, 0x1a, 0x95, 0xe8, 0xe4, 0x87, - 0x68, 0xca, 0xd4, 0xf5, 0xb0, 0xf6, 0xb4, 0x0d, 0x33, 0x2d, 0x11, 0x77, 0xec, 0xb4, 0x53, 0x26, - 0x89, 0x50, 0x29, 0x67, 0x89, 0x22, 0x5b, 0xe5, 0xed, 0xfd, 0x63, 0x9a, 0x96, 0x61, 0x1e, 0xc8, - 0x56, 0x8d, 0x3e, 0x2d, 0xa7, 0xbf, 0xe2, 0x19, 0xf8, 0xf3, 0x55, 0x47, 0x9d, 0x6f, 0x4f, 0x36, - 0x2f, 0xcd, 0x73, 0xeb, 0x71, 0xb6, 0xc3, 0x28, 0x5f, 0x23, 0x46, 0x01, 0x17, 0xd4, 0xa7, 0x84, - 0x55, 0xe7, 0xea, 0x95, 0xe6, 0xa9, 0xfc, 0x65, 0xc3, 0x37, 0x26, 0xbd, 0xda, 0x8d, 0x49, 0x18, - 0xbe, 0xd9, 0xbd, 0x49, 0xad, 0x0c, 0xb1, 0x04, 0x75, 0x2c, 0x53, 0x14, 0x80, 0x85, 0x6e, 0xbe, - 0xeb, 0x4e, 0x1c, 0x62, 0x19, 0x9b, 0x4e, 0x1c, 0x05, 0xb1, 0xe9, 0x7c, 0xd8, 0xfd, 0xfa, 0x07, - 0x84, 0x21, 0x96, 0x10, 0x9a, 0x16, 0x84, 0x51, 0x00, 0xa1, 0xe9, 0x2d, 0xf7, 0xab, 0x61, 0xaf, - 0xbe, 0x02, 0x00, 0x00, 0xff, 0xff, 0x36, 0x75, 0x37, 0x96, 0x8d, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/ad_schedule_view.pb.go b/googleapis/ads/googleads/v0/resources/ad_schedule_view.pb.go deleted file mode 100644 index b8283bebf2..0000000000 --- a/googleapis/ads/googleads/v0/resources/ad_schedule_view.pb.go +++ /dev/null @@ -1,91 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/ad_schedule_view.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// An ad schedule view summarizes the performance of campaigns by -// AdSchedule criteria. -type AdScheduleView struct { - // The resource name of the ad schedule view. - // AdSchedule view resource names have the form: - // - // `customers/{customer_id}/adScheduleViews/{campaign_id}_{criterion_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdScheduleView) Reset() { *m = AdScheduleView{} } -func (m *AdScheduleView) String() string { return proto.CompactTextString(m) } -func (*AdScheduleView) ProtoMessage() {} -func (*AdScheduleView) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_schedule_view_dc1d16472b2a8f34, []int{0} -} -func (m *AdScheduleView) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdScheduleView.Unmarshal(m, b) -} -func (m *AdScheduleView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdScheduleView.Marshal(b, m, deterministic) -} -func (dst *AdScheduleView) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdScheduleView.Merge(dst, src) -} -func (m *AdScheduleView) XXX_Size() int { - return xxx_messageInfo_AdScheduleView.Size(m) -} -func (m *AdScheduleView) XXX_DiscardUnknown() { - xxx_messageInfo_AdScheduleView.DiscardUnknown(m) -} - -var xxx_messageInfo_AdScheduleView proto.InternalMessageInfo - -func (m *AdScheduleView) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*AdScheduleView)(nil), "google.ads.googleads.v0.resources.AdScheduleView") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/ad_schedule_view.proto", fileDescriptor_ad_schedule_view_dc1d16472b2a8f34) -} - -var fileDescriptor_ad_schedule_view_dc1d16472b2a8f34 = []byte{ - // 251 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x48, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xa2, 0xd4, - 0xe2, 0xfc, 0xd2, 0xa2, 0xe4, 0xd4, 0x62, 0xfd, 0xc4, 0x94, 0xf8, 0xe2, 0xe4, 0x8c, 0xd4, 0x94, - 0xd2, 0x9c, 0xd4, 0xf8, 0xb2, 0xcc, 0xd4, 0x72, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x45, - 0x88, 0x72, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x4e, 0xbd, 0x32, 0x03, 0x3d, 0xb8, 0x4e, 0x25, - 0x53, 0x2e, 0x3e, 0xc7, 0x94, 0x60, 0xa8, 0xde, 0xb0, 0xcc, 0xd4, 0x72, 0x21, 0x65, 0x2e, 0x5e, - 0x98, 0x74, 0x7c, 0x5e, 0x62, 0x6e, 0xaa, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0x67, 0x10, 0x0f, 0x4c, - 0xd0, 0x2f, 0x31, 0x37, 0xd5, 0xa9, 0x81, 0x89, 0x4b, 0x35, 0x39, 0x3f, 0x57, 0x8f, 0xa0, 0x05, - 0x4e, 0xc2, 0xa8, 0xc6, 0x07, 0x80, 0x1c, 0x16, 0xc0, 0x18, 0xe5, 0x05, 0xd5, 0x99, 0x9e, 0x9f, - 0x93, 0x98, 0x97, 0xae, 0x97, 0x5f, 0x94, 0xae, 0x9f, 0x9e, 0x9a, 0x07, 0x76, 0x36, 0xcc, 0x93, - 0x05, 0x99, 0xc5, 0x78, 0xfc, 0x6c, 0x0d, 0x67, 0x2d, 0x62, 0x62, 0x76, 0x77, 0x74, 0x5c, 0xc5, - 0xa4, 0xe8, 0x0e, 0x31, 0xd2, 0x31, 0xa5, 0x58, 0x0f, 0xc2, 0x04, 0xb1, 0xc2, 0x0c, 0xf4, 0x82, - 0x60, 0x2a, 0x4f, 0xc1, 0xd4, 0xc4, 0x38, 0xa6, 0x14, 0xc7, 0xc0, 0xd5, 0xc4, 0x84, 0x19, 0xc4, - 0xc0, 0xd5, 0xbc, 0x62, 0x52, 0x85, 0x48, 0x58, 0x59, 0x39, 0xa6, 0x14, 0x5b, 0x59, 0xc1, 0x55, - 0x59, 0x59, 0x85, 0x19, 0x58, 0x59, 0xc1, 0xd5, 0x25, 0xb1, 0x81, 0x1d, 0x6b, 0x0c, 0x08, 0x00, - 0x00, 0xff, 0xff, 0x1f, 0x2f, 0x68, 0x08, 0x9f, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/age_range_view.pb.go b/googleapis/ads/googleads/v0/resources/age_range_view.pb.go deleted file mode 100644 index 20aa54f995..0000000000 --- a/googleapis/ads/googleads/v0/resources/age_range_view.pb.go +++ /dev/null @@ -1,90 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/age_range_view.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// An age range view. -type AgeRangeView struct { - // The resource name of the age range view. - // Age range view resource names have the form: - // - // `customers/{customer_id}/ageRangeViews/{ad_group_id}_{criterion_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AgeRangeView) Reset() { *m = AgeRangeView{} } -func (m *AgeRangeView) String() string { return proto.CompactTextString(m) } -func (*AgeRangeView) ProtoMessage() {} -func (*AgeRangeView) Descriptor() ([]byte, []int) { - return fileDescriptor_age_range_view_5b05708d3a6908a4, []int{0} -} -func (m *AgeRangeView) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AgeRangeView.Unmarshal(m, b) -} -func (m *AgeRangeView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AgeRangeView.Marshal(b, m, deterministic) -} -func (dst *AgeRangeView) XXX_Merge(src proto.Message) { - xxx_messageInfo_AgeRangeView.Merge(dst, src) -} -func (m *AgeRangeView) XXX_Size() int { - return xxx_messageInfo_AgeRangeView.Size(m) -} -func (m *AgeRangeView) XXX_DiscardUnknown() { - xxx_messageInfo_AgeRangeView.DiscardUnknown(m) -} - -var xxx_messageInfo_AgeRangeView proto.InternalMessageInfo - -func (m *AgeRangeView) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*AgeRangeView)(nil), "google.ads.googleads.v0.resources.AgeRangeView") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/age_range_view.proto", fileDescriptor_age_range_view_5b05708d3a6908a4) -} - -var fileDescriptor_age_range_view_5b05708d3a6908a4 = []byte{ - // 250 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4b, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xa2, 0xd4, - 0xe2, 0xfc, 0xd2, 0xa2, 0xe4, 0xd4, 0x62, 0xfd, 0xc4, 0xf4, 0xd4, 0xf8, 0xa2, 0xc4, 0xbc, 0xf4, - 0xd4, 0xf8, 0xb2, 0xcc, 0xd4, 0x72, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x45, 0x88, 0x62, - 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x3e, 0xbd, 0x32, 0x03, 0x3d, 0xb8, 0x3e, 0x25, 0x63, 0x2e, - 0x1e, 0xc7, 0xf4, 0xd4, 0x20, 0x90, 0xce, 0xb0, 0xcc, 0xd4, 0x72, 0x21, 0x65, 0x2e, 0x5e, 0x98, - 0x64, 0x7c, 0x5e, 0x62, 0x6e, 0xaa, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0x67, 0x10, 0x0f, 0x4c, 0xd0, - 0x2f, 0x31, 0x37, 0xd5, 0xe9, 0x1f, 0x23, 0x97, 0x6a, 0x72, 0x7e, 0xae, 0x1e, 0x41, 0xe3, 0x9d, - 0x04, 0x91, 0x0d, 0x0f, 0x00, 0x39, 0x2a, 0x80, 0x31, 0xca, 0x0b, 0xaa, 0x2f, 0x3d, 0x3f, 0x27, - 0x31, 0x2f, 0x5d, 0x2f, 0xbf, 0x28, 0x5d, 0x3f, 0x3d, 0x35, 0x0f, 0xec, 0x64, 0x98, 0xf7, 0x0a, - 0x32, 0x8b, 0xf1, 0xf8, 0xd6, 0x1a, 0xce, 0x5a, 0xc4, 0xc4, 0xec, 0xee, 0xe8, 0xb8, 0x8a, 0x49, - 0xd1, 0x1d, 0x62, 0xa4, 0x63, 0x4a, 0xb1, 0x1e, 0x84, 0x09, 0x62, 0x85, 0x19, 0xe8, 0x05, 0xc1, - 0x54, 0x9e, 0x82, 0xa9, 0x89, 0x71, 0x4c, 0x29, 0x8e, 0x81, 0xab, 0x89, 0x09, 0x33, 0x88, 0x81, - 0xab, 0x79, 0xc5, 0xa4, 0x0a, 0x91, 0xb0, 0xb2, 0x72, 0x4c, 0x29, 0xb6, 0xb2, 0x82, 0xab, 0xb2, - 0xb2, 0x0a, 0x33, 0xb0, 0xb2, 0x82, 0xab, 0x4b, 0x62, 0x03, 0x3b, 0xd6, 0x18, 0x10, 0x00, 0x00, - 0xff, 0xff, 0x54, 0xef, 0x65, 0x6b, 0x99, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/bidding_strategy.pb.go b/googleapis/ads/googleads/v0/resources/bidding_strategy.pb.go deleted file mode 100644 index 701ec2f0e8..0000000000 --- a/googleapis/ads/googleads/v0/resources/bidding_strategy.pb.go +++ /dev/null @@ -1,398 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/bidding_strategy.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A bidding strategy. -type BiddingStrategy struct { - // The resource name of the bidding strategy. - // Bidding strategy resource names have the form: - // - // `customers/{customer_id}/biddingStrategies/{bidding_strategy_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the bidding strategy. - Id *wrappers.Int64Value `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` - // The name of the bidding strategy. - // All bidding strategies within an account must be named distinctly. - // - // The length of this string should be between 1 and 255, inclusive, - // in UTF-8 bytes, (trimmed). - Name *wrappers.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` - // The type of the bidding strategy. - // Create a bidding strategy by setting the bidding scheme. - // - // This field is read-only. - Type enums.BiddingStrategyTypeEnum_BiddingStrategyType `protobuf:"varint,5,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.BiddingStrategyTypeEnum_BiddingStrategyType" json:"type,omitempty"` - // The bidding scheme. - // - // Only one can be set. - // - // Types that are valid to be assigned to Scheme: - // *BiddingStrategy_EnhancedCpc - // *BiddingStrategy_PageOnePromoted - // *BiddingStrategy_TargetCpa - // *BiddingStrategy_TargetOutrankShare - // *BiddingStrategy_TargetRoas - // *BiddingStrategy_TargetSpend - Scheme isBiddingStrategy_Scheme `protobuf_oneof:"scheme"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BiddingStrategy) Reset() { *m = BiddingStrategy{} } -func (m *BiddingStrategy) String() string { return proto.CompactTextString(m) } -func (*BiddingStrategy) ProtoMessage() {} -func (*BiddingStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_40c5902f16816310, []int{0} -} -func (m *BiddingStrategy) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BiddingStrategy.Unmarshal(m, b) -} -func (m *BiddingStrategy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BiddingStrategy.Marshal(b, m, deterministic) -} -func (dst *BiddingStrategy) XXX_Merge(src proto.Message) { - xxx_messageInfo_BiddingStrategy.Merge(dst, src) -} -func (m *BiddingStrategy) XXX_Size() int { - return xxx_messageInfo_BiddingStrategy.Size(m) -} -func (m *BiddingStrategy) XXX_DiscardUnknown() { - xxx_messageInfo_BiddingStrategy.DiscardUnknown(m) -} - -var xxx_messageInfo_BiddingStrategy proto.InternalMessageInfo - -func (m *BiddingStrategy) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *BiddingStrategy) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *BiddingStrategy) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *BiddingStrategy) GetType() enums.BiddingStrategyTypeEnum_BiddingStrategyType { - if m != nil { - return m.Type - } - return enums.BiddingStrategyTypeEnum_UNSPECIFIED -} - -type isBiddingStrategy_Scheme interface { - isBiddingStrategy_Scheme() -} - -type BiddingStrategy_EnhancedCpc struct { - EnhancedCpc *common.EnhancedCpc `protobuf:"bytes,7,opt,name=enhanced_cpc,json=enhancedCpc,proto3,oneof"` -} - -type BiddingStrategy_PageOnePromoted struct { - PageOnePromoted *common.PageOnePromoted `protobuf:"bytes,8,opt,name=page_one_promoted,json=pageOnePromoted,proto3,oneof"` -} - -type BiddingStrategy_TargetCpa struct { - TargetCpa *common.TargetCpa `protobuf:"bytes,9,opt,name=target_cpa,json=targetCpa,proto3,oneof"` -} - -type BiddingStrategy_TargetOutrankShare struct { - TargetOutrankShare *common.TargetOutrankShare `protobuf:"bytes,10,opt,name=target_outrank_share,json=targetOutrankShare,proto3,oneof"` -} - -type BiddingStrategy_TargetRoas struct { - TargetRoas *common.TargetRoas `protobuf:"bytes,11,opt,name=target_roas,json=targetRoas,proto3,oneof"` -} - -type BiddingStrategy_TargetSpend struct { - TargetSpend *common.TargetSpend `protobuf:"bytes,12,opt,name=target_spend,json=targetSpend,proto3,oneof"` -} - -func (*BiddingStrategy_EnhancedCpc) isBiddingStrategy_Scheme() {} - -func (*BiddingStrategy_PageOnePromoted) isBiddingStrategy_Scheme() {} - -func (*BiddingStrategy_TargetCpa) isBiddingStrategy_Scheme() {} - -func (*BiddingStrategy_TargetOutrankShare) isBiddingStrategy_Scheme() {} - -func (*BiddingStrategy_TargetRoas) isBiddingStrategy_Scheme() {} - -func (*BiddingStrategy_TargetSpend) isBiddingStrategy_Scheme() {} - -func (m *BiddingStrategy) GetScheme() isBiddingStrategy_Scheme { - if m != nil { - return m.Scheme - } - return nil -} - -func (m *BiddingStrategy) GetEnhancedCpc() *common.EnhancedCpc { - if x, ok := m.GetScheme().(*BiddingStrategy_EnhancedCpc); ok { - return x.EnhancedCpc - } - return nil -} - -func (m *BiddingStrategy) GetPageOnePromoted() *common.PageOnePromoted { - if x, ok := m.GetScheme().(*BiddingStrategy_PageOnePromoted); ok { - return x.PageOnePromoted - } - return nil -} - -func (m *BiddingStrategy) GetTargetCpa() *common.TargetCpa { - if x, ok := m.GetScheme().(*BiddingStrategy_TargetCpa); ok { - return x.TargetCpa - } - return nil -} - -func (m *BiddingStrategy) GetTargetOutrankShare() *common.TargetOutrankShare { - if x, ok := m.GetScheme().(*BiddingStrategy_TargetOutrankShare); ok { - return x.TargetOutrankShare - } - return nil -} - -func (m *BiddingStrategy) GetTargetRoas() *common.TargetRoas { - if x, ok := m.GetScheme().(*BiddingStrategy_TargetRoas); ok { - return x.TargetRoas - } - return nil -} - -func (m *BiddingStrategy) GetTargetSpend() *common.TargetSpend { - if x, ok := m.GetScheme().(*BiddingStrategy_TargetSpend); ok { - return x.TargetSpend - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*BiddingStrategy) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _BiddingStrategy_OneofMarshaler, _BiddingStrategy_OneofUnmarshaler, _BiddingStrategy_OneofSizer, []interface{}{ - (*BiddingStrategy_EnhancedCpc)(nil), - (*BiddingStrategy_PageOnePromoted)(nil), - (*BiddingStrategy_TargetCpa)(nil), - (*BiddingStrategy_TargetOutrankShare)(nil), - (*BiddingStrategy_TargetRoas)(nil), - (*BiddingStrategy_TargetSpend)(nil), - } -} - -func _BiddingStrategy_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*BiddingStrategy) - // scheme - switch x := m.Scheme.(type) { - case *BiddingStrategy_EnhancedCpc: - b.EncodeVarint(7<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.EnhancedCpc); err != nil { - return err - } - case *BiddingStrategy_PageOnePromoted: - b.EncodeVarint(8<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.PageOnePromoted); err != nil { - return err - } - case *BiddingStrategy_TargetCpa: - b.EncodeVarint(9<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.TargetCpa); err != nil { - return err - } - case *BiddingStrategy_TargetOutrankShare: - b.EncodeVarint(10<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.TargetOutrankShare); err != nil { - return err - } - case *BiddingStrategy_TargetRoas: - b.EncodeVarint(11<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.TargetRoas); err != nil { - return err - } - case *BiddingStrategy_TargetSpend: - b.EncodeVarint(12<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.TargetSpend); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("BiddingStrategy.Scheme has unexpected type %T", x) - } - return nil -} - -func _BiddingStrategy_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*BiddingStrategy) - switch tag { - case 7: // scheme.enhanced_cpc - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.EnhancedCpc) - err := b.DecodeMessage(msg) - m.Scheme = &BiddingStrategy_EnhancedCpc{msg} - return true, err - case 8: // scheme.page_one_promoted - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.PageOnePromoted) - err := b.DecodeMessage(msg) - m.Scheme = &BiddingStrategy_PageOnePromoted{msg} - return true, err - case 9: // scheme.target_cpa - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.TargetCpa) - err := b.DecodeMessage(msg) - m.Scheme = &BiddingStrategy_TargetCpa{msg} - return true, err - case 10: // scheme.target_outrank_share - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.TargetOutrankShare) - err := b.DecodeMessage(msg) - m.Scheme = &BiddingStrategy_TargetOutrankShare{msg} - return true, err - case 11: // scheme.target_roas - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.TargetRoas) - err := b.DecodeMessage(msg) - m.Scheme = &BiddingStrategy_TargetRoas{msg} - return true, err - case 12: // scheme.target_spend - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.TargetSpend) - err := b.DecodeMessage(msg) - m.Scheme = &BiddingStrategy_TargetSpend{msg} - return true, err - default: - return false, nil - } -} - -func _BiddingStrategy_OneofSizer(msg proto.Message) (n int) { - m := msg.(*BiddingStrategy) - // scheme - switch x := m.Scheme.(type) { - case *BiddingStrategy_EnhancedCpc: - s := proto.Size(x.EnhancedCpc) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *BiddingStrategy_PageOnePromoted: - s := proto.Size(x.PageOnePromoted) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *BiddingStrategy_TargetCpa: - s := proto.Size(x.TargetCpa) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *BiddingStrategy_TargetOutrankShare: - s := proto.Size(x.TargetOutrankShare) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *BiddingStrategy_TargetRoas: - s := proto.Size(x.TargetRoas) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *BiddingStrategy_TargetSpend: - s := proto.Size(x.TargetSpend) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -func init() { - proto.RegisterType((*BiddingStrategy)(nil), "google.ads.googleads.v0.resources.BiddingStrategy") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/bidding_strategy.proto", fileDescriptor_bidding_strategy_40c5902f16816310) -} - -var fileDescriptor_bidding_strategy_40c5902f16816310 = []byte{ - // 574 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0xd1, 0x4e, 0xd4, 0x4c, - 0x14, 0xc7, 0x77, 0x0b, 0x1f, 0x1f, 0xcc, 0xa2, 0xc4, 0x86, 0x8b, 0x06, 0x8d, 0x01, 0x0d, 0x09, - 0x8a, 0x99, 0x36, 0x68, 0x8c, 0xd6, 0xab, 0x5d, 0x42, 0x58, 0x49, 0x94, 0x4d, 0x97, 0xec, 0x85, - 0x59, 0x6d, 0x86, 0xce, 0x61, 0x68, 0xa4, 0x33, 0x93, 0x99, 0x29, 0x86, 0x4b, 0x2f, 0x7c, 0x11, - 0x2f, 0x7d, 0x14, 0x1f, 0xc5, 0xa7, 0x30, 0x9d, 0x69, 0x4b, 0x04, 0x57, 0xb8, 0x3b, 0xe7, 0xf4, - 0xff, 0xff, 0xcd, 0x39, 0x3d, 0xd3, 0xa2, 0x57, 0x4c, 0x08, 0x76, 0x06, 0x21, 0xa1, 0x3a, 0x74, - 0x61, 0x15, 0x9d, 0x47, 0xa1, 0x02, 0x2d, 0x4a, 0x95, 0x81, 0x0e, 0x8f, 0x73, 0x4a, 0x73, 0xce, - 0x52, 0x6d, 0x14, 0x31, 0xc0, 0x2e, 0xb0, 0x54, 0xc2, 0x08, 0x7f, 0xc3, 0xc9, 0x31, 0xa1, 0x1a, - 0xb7, 0x4e, 0x7c, 0x1e, 0xe1, 0xd6, 0xb9, 0xf6, 0x6c, 0x16, 0x3c, 0x13, 0x45, 0x21, 0x78, 0x43, - 0x76, 0xc0, 0xb5, 0xd7, 0xb3, 0xd4, 0xc0, 0xcb, 0xe2, 0x7a, 0x1b, 0xa9, 0xb9, 0x90, 0x50, 0x5b, - 0x1f, 0xd6, 0x56, 0x9b, 0x1d, 0x97, 0x27, 0xe1, 0x17, 0x45, 0xa4, 0x04, 0xa5, 0xdd, 0xf3, 0x47, - 0xdf, 0x16, 0xd0, 0xca, 0xc0, 0xf9, 0xc7, 0xb5, 0xdd, 0x7f, 0x8c, 0xee, 0x34, 0x9d, 0xa6, 0x9c, - 0x14, 0x10, 0x74, 0xd7, 0xbb, 0x5b, 0x4b, 0xc9, 0x72, 0x53, 0x7c, 0x4f, 0x0a, 0xf0, 0xb7, 0x91, - 0x97, 0xd3, 0x60, 0x6e, 0xbd, 0xbb, 0xd5, 0xdb, 0xb9, 0x5f, 0x8f, 0x89, 0x9b, 0x53, 0xf0, 0x5b, - 0x6e, 0x5e, 0xbe, 0x98, 0x90, 0xb3, 0x12, 0x12, 0x2f, 0xa7, 0x7e, 0x84, 0xe6, 0x2d, 0x68, 0xde, - 0xca, 0x1f, 0x5c, 0x93, 0x8f, 0x8d, 0xca, 0x39, 0x73, 0x7a, 0xab, 0xf4, 0x3f, 0xa1, 0xf9, 0x6a, - 0x8a, 0xe0, 0xbf, 0xf5, 0xee, 0xd6, 0xdd, 0x9d, 0x03, 0x3c, 0xeb, 0x95, 0xda, 0x37, 0x80, 0xaf, - 0x4c, 0x70, 0x74, 0x21, 0x61, 0x8f, 0x97, 0xc5, 0xdf, 0xea, 0x89, 0xe5, 0xfa, 0x23, 0xb4, 0x0c, - 0xfc, 0x94, 0xf0, 0x0c, 0x68, 0x9a, 0xc9, 0x2c, 0xf8, 0xdf, 0x76, 0xb6, 0x3d, 0xf3, 0x1c, 0xb7, - 0x17, 0xbc, 0x57, 0x7b, 0x76, 0x65, 0x36, 0xec, 0x24, 0x3d, 0xb8, 0x4c, 0xfd, 0x8f, 0xe8, 0x9e, - 0x24, 0x0c, 0x52, 0xc1, 0x21, 0x95, 0x4a, 0x14, 0xc2, 0x00, 0x0d, 0x16, 0x2d, 0x36, 0xbc, 0x09, - 0x3b, 0x22, 0x0c, 0x0e, 0x39, 0x8c, 0x6a, 0xdb, 0xb0, 0x93, 0xac, 0xc8, 0x3f, 0x4b, 0xfe, 0x01, - 0x42, 0x86, 0x28, 0x06, 0x26, 0xcd, 0x24, 0x09, 0x96, 0x2c, 0xf7, 0xc9, 0x4d, 0xdc, 0x23, 0xeb, - 0xd8, 0x95, 0x64, 0xd8, 0x49, 0x96, 0x4c, 0x93, 0xf8, 0x27, 0x68, 0xb5, 0x66, 0x89, 0xd2, 0x28, - 0xc2, 0x3f, 0xa7, 0xfa, 0x94, 0x28, 0x08, 0x90, 0xa5, 0xee, 0xdc, 0x8e, 0x7a, 0xe8, 0xac, 0xe3, - 0xca, 0x39, 0xec, 0x24, 0xbe, 0xb9, 0x56, 0xf5, 0xdf, 0xa1, 0x5e, 0x7d, 0x8e, 0x12, 0x44, 0x07, - 0x3d, 0x8b, 0x7f, 0x7a, 0x3b, 0x7c, 0x22, 0x88, 0x1e, 0x76, 0x92, 0x7a, 0xe8, 0x2a, 0xab, 0x76, - 0x56, 0xe3, 0xb4, 0x04, 0x4e, 0x83, 0xe5, 0xdb, 0xed, 0xcc, 0xf1, 0xc6, 0x95, 0xa5, 0xda, 0x99, - 0xb9, 0x4c, 0x07, 0x8b, 0x68, 0x41, 0x67, 0xa7, 0x50, 0xc0, 0xe0, 0xab, 0x87, 0x36, 0x33, 0x51, - 0xe0, 0x1b, 0x3f, 0xdd, 0xc1, 0xea, 0x95, 0x4b, 0x35, 0xaa, 0x2e, 0xf1, 0xa8, 0xfb, 0xe1, 0xa0, - 0xb6, 0x32, 0x71, 0x46, 0x38, 0xc3, 0x42, 0xb1, 0x90, 0x01, 0xb7, 0x57, 0xbc, 0xf9, 0x68, 0x65, - 0xae, 0xff, 0xf1, 0x3b, 0x79, 0xd3, 0x46, 0xdf, 0xbd, 0xb9, 0xfd, 0x7e, 0xff, 0x87, 0xb7, 0xb1, - 0xef, 0x90, 0x7d, 0xaa, 0xb1, 0x0b, 0xab, 0x68, 0x12, 0xe1, 0xa4, 0x51, 0xfe, 0x6c, 0x34, 0xd3, - 0x3e, 0xd5, 0xd3, 0x56, 0x33, 0x9d, 0x44, 0xd3, 0x56, 0xf3, 0xcb, 0xdb, 0x74, 0x0f, 0xe2, 0xb8, - 0x4f, 0x75, 0x1c, 0xb7, 0xaa, 0x38, 0x9e, 0x44, 0x71, 0xdc, 0xea, 0x8e, 0x17, 0x6c, 0xb3, 0xcf, - 0x7f, 0x07, 0x00, 0x00, 0xff, 0xff, 0x21, 0x93, 0x56, 0xa6, 0xfa, 0x04, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/billing_setup.pb.go b/googleapis/ads/googleads/v0/resources/billing_setup.pb.go deleted file mode 100644 index 936004085d..0000000000 --- a/googleapis/ads/googleads/v0/resources/billing_setup.pb.go +++ /dev/null @@ -1,460 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/billing_setup.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A billing setup across Ads and Payments systems; an association between a -// Payments account and an advertiser. A billing setup is specific to one -// advertiser. -type BillingSetup struct { - // The resource name of the billing setup. - // BillingSetup resource names have the form: - // - // `customers/{customer_id}/billingSetups/{billing_setup_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the billing setup. - Id *wrappers.Int64Value `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - // The status of the billing setup. - Status enums.BillingSetupStatusEnum_BillingSetupStatus `protobuf:"varint,3,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.BillingSetupStatusEnum_BillingSetupStatus" json:"status,omitempty"` - // The resource name of the Payments account associated with this billing - // setup. Payments resource names have the form: - // - // `customers/{customer_id}/paymentsAccounts/{payments_account_id}` - // When setting up billing, this is used to signup with an existing Payments - // account (and then payments_account_info should not be set). - // When getting a billing setup, this and payments_account_info will be - // populated. - PaymentsAccount *wrappers.StringValue `protobuf:"bytes,11,opt,name=payments_account,json=paymentsAccount,proto3" json:"payments_account,omitempty"` - // The Payments account information associated with this billing setup. - // When setting up billing, this is used to signup with a new Payments account - // (and then payments_account should not be set). - // When getting a billing setup, this and payments_account will be - // populated. - PaymentsAccountInfo *BillingSetup_PaymentsAccountInfo `protobuf:"bytes,12,opt,name=payments_account_info,json=paymentsAccountInfo,proto3" json:"payments_account_info,omitempty"` - // When creating a new billing setup, this is when the setup should take - // effect. NOW is the only acceptable start time if the customer doesn't have - // any approved setups. - // - // When fetching an existing billing setup, this is the requested start time. - // However, if the setup was approved (see status) after the requested start - // time, then this is the approval time. - // - // Types that are valid to be assigned to StartTime: - // *BillingSetup_StartDateTime - // *BillingSetup_StartTimeType - StartTime isBillingSetup_StartTime `protobuf_oneof:"start_time"` - // When the billing setup ends / ended. This is either FOREVER or the start - // time of the next scheduled billing setup. - // - // Types that are valid to be assigned to EndTime: - // *BillingSetup_EndDateTime - // *BillingSetup_EndTimeType - EndTime isBillingSetup_EndTime `protobuf_oneof:"end_time"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BillingSetup) Reset() { *m = BillingSetup{} } -func (m *BillingSetup) String() string { return proto.CompactTextString(m) } -func (*BillingSetup) ProtoMessage() {} -func (*BillingSetup) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_4f967751186eeb13, []int{0} -} -func (m *BillingSetup) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BillingSetup.Unmarshal(m, b) -} -func (m *BillingSetup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BillingSetup.Marshal(b, m, deterministic) -} -func (dst *BillingSetup) XXX_Merge(src proto.Message) { - xxx_messageInfo_BillingSetup.Merge(dst, src) -} -func (m *BillingSetup) XXX_Size() int { - return xxx_messageInfo_BillingSetup.Size(m) -} -func (m *BillingSetup) XXX_DiscardUnknown() { - xxx_messageInfo_BillingSetup.DiscardUnknown(m) -} - -var xxx_messageInfo_BillingSetup proto.InternalMessageInfo - -func (m *BillingSetup) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *BillingSetup) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *BillingSetup) GetStatus() enums.BillingSetupStatusEnum_BillingSetupStatus { - if m != nil { - return m.Status - } - return enums.BillingSetupStatusEnum_UNSPECIFIED -} - -func (m *BillingSetup) GetPaymentsAccount() *wrappers.StringValue { - if m != nil { - return m.PaymentsAccount - } - return nil -} - -func (m *BillingSetup) GetPaymentsAccountInfo() *BillingSetup_PaymentsAccountInfo { - if m != nil { - return m.PaymentsAccountInfo - } - return nil -} - -type isBillingSetup_StartTime interface { - isBillingSetup_StartTime() -} - -type BillingSetup_StartDateTime struct { - StartDateTime *wrappers.StringValue `protobuf:"bytes,9,opt,name=start_date_time,json=startDateTime,proto3,oneof"` -} - -type BillingSetup_StartTimeType struct { - StartTimeType enums.TimeTypeEnum_TimeType `protobuf:"varint,10,opt,name=start_time_type,json=startTimeType,proto3,enum=google.ads.googleads.v0.enums.TimeTypeEnum_TimeType,oneof"` -} - -func (*BillingSetup_StartDateTime) isBillingSetup_StartTime() {} - -func (*BillingSetup_StartTimeType) isBillingSetup_StartTime() {} - -func (m *BillingSetup) GetStartTime() isBillingSetup_StartTime { - if m != nil { - return m.StartTime - } - return nil -} - -func (m *BillingSetup) GetStartDateTime() *wrappers.StringValue { - if x, ok := m.GetStartTime().(*BillingSetup_StartDateTime); ok { - return x.StartDateTime - } - return nil -} - -func (m *BillingSetup) GetStartTimeType() enums.TimeTypeEnum_TimeType { - if x, ok := m.GetStartTime().(*BillingSetup_StartTimeType); ok { - return x.StartTimeType - } - return enums.TimeTypeEnum_UNSPECIFIED -} - -type isBillingSetup_EndTime interface { - isBillingSetup_EndTime() -} - -type BillingSetup_EndDateTime struct { - EndDateTime *wrappers.StringValue `protobuf:"bytes,13,opt,name=end_date_time,json=endDateTime,proto3,oneof"` -} - -type BillingSetup_EndTimeType struct { - EndTimeType enums.TimeTypeEnum_TimeType `protobuf:"varint,14,opt,name=end_time_type,json=endTimeType,proto3,enum=google.ads.googleads.v0.enums.TimeTypeEnum_TimeType,oneof"` -} - -func (*BillingSetup_EndDateTime) isBillingSetup_EndTime() {} - -func (*BillingSetup_EndTimeType) isBillingSetup_EndTime() {} - -func (m *BillingSetup) GetEndTime() isBillingSetup_EndTime { - if m != nil { - return m.EndTime - } - return nil -} - -func (m *BillingSetup) GetEndDateTime() *wrappers.StringValue { - if x, ok := m.GetEndTime().(*BillingSetup_EndDateTime); ok { - return x.EndDateTime - } - return nil -} - -func (m *BillingSetup) GetEndTimeType() enums.TimeTypeEnum_TimeType { - if x, ok := m.GetEndTime().(*BillingSetup_EndTimeType); ok { - return x.EndTimeType - } - return enums.TimeTypeEnum_UNSPECIFIED -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*BillingSetup) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _BillingSetup_OneofMarshaler, _BillingSetup_OneofUnmarshaler, _BillingSetup_OneofSizer, []interface{}{ - (*BillingSetup_StartDateTime)(nil), - (*BillingSetup_StartTimeType)(nil), - (*BillingSetup_EndDateTime)(nil), - (*BillingSetup_EndTimeType)(nil), - } -} - -func _BillingSetup_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*BillingSetup) - // start_time - switch x := m.StartTime.(type) { - case *BillingSetup_StartDateTime: - b.EncodeVarint(9<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.StartDateTime); err != nil { - return err - } - case *BillingSetup_StartTimeType: - b.EncodeVarint(10<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.StartTimeType)) - case nil: - default: - return fmt.Errorf("BillingSetup.StartTime has unexpected type %T", x) - } - // end_time - switch x := m.EndTime.(type) { - case *BillingSetup_EndDateTime: - b.EncodeVarint(13<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.EndDateTime); err != nil { - return err - } - case *BillingSetup_EndTimeType: - b.EncodeVarint(14<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.EndTimeType)) - case nil: - default: - return fmt.Errorf("BillingSetup.EndTime has unexpected type %T", x) - } - return nil -} - -func _BillingSetup_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*BillingSetup) - switch tag { - case 9: // start_time.start_date_time - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.StringValue) - err := b.DecodeMessage(msg) - m.StartTime = &BillingSetup_StartDateTime{msg} - return true, err - case 10: // start_time.start_time_type - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.StartTime = &BillingSetup_StartTimeType{enums.TimeTypeEnum_TimeType(x)} - return true, err - case 13: // end_time.end_date_time - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.StringValue) - err := b.DecodeMessage(msg) - m.EndTime = &BillingSetup_EndDateTime{msg} - return true, err - case 14: // end_time.end_time_type - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.EndTime = &BillingSetup_EndTimeType{enums.TimeTypeEnum_TimeType(x)} - return true, err - default: - return false, nil - } -} - -func _BillingSetup_OneofSizer(msg proto.Message) (n int) { - m := msg.(*BillingSetup) - // start_time - switch x := m.StartTime.(type) { - case *BillingSetup_StartDateTime: - s := proto.Size(x.StartDateTime) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *BillingSetup_StartTimeType: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.StartTimeType)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - // end_time - switch x := m.EndTime.(type) { - case *BillingSetup_EndDateTime: - s := proto.Size(x.EndDateTime) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *BillingSetup_EndTimeType: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.EndTimeType)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Container of Payments account information for this billing. -type BillingSetup_PaymentsAccountInfo struct { - // A 16 digit id used to identify the Payments account associated with the - // billing setup. - // - // This must be passed as a string with dashes, e.g. "1234-5678-9012-3456". - PaymentsAccountId *wrappers.StringValue `protobuf:"bytes,1,opt,name=payments_account_id,json=paymentsAccountId,proto3" json:"payments_account_id,omitempty"` - // The name of the Payments account associated with the billing setup. - // - // This enables the user to specify a meaningful name for a Payments account - // to aid in reconciling monthly invoices. - // - // This name will be printed in the monthly invoices. - PaymentsAccountName *wrappers.StringValue `protobuf:"bytes,2,opt,name=payments_account_name,json=paymentsAccountName,proto3" json:"payments_account_name,omitempty"` - // A 12 digit id used to identify the Payments profile associated with the - // billing setup. - // - // This must be passed in as a string with dashes, e.g. "1234-5678-9012". - PaymentsProfileId *wrappers.StringValue `protobuf:"bytes,3,opt,name=payments_profile_id,json=paymentsProfileId,proto3" json:"payments_profile_id,omitempty"` - // The name of the Payments profile associated with the billing setup. - PaymentsProfileName *wrappers.StringValue `protobuf:"bytes,4,opt,name=payments_profile_name,json=paymentsProfileName,proto3" json:"payments_profile_name,omitempty"` - // A secondary payments profile id present in uncommon situations, e.g. - // when a sequential liability agreement has been arranged. - SecondaryPaymentsProfileId *wrappers.StringValue `protobuf:"bytes,5,opt,name=secondary_payments_profile_id,json=secondaryPaymentsProfileId,proto3" json:"secondary_payments_profile_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BillingSetup_PaymentsAccountInfo) Reset() { *m = BillingSetup_PaymentsAccountInfo{} } -func (m *BillingSetup_PaymentsAccountInfo) String() string { return proto.CompactTextString(m) } -func (*BillingSetup_PaymentsAccountInfo) ProtoMessage() {} -func (*BillingSetup_PaymentsAccountInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_4f967751186eeb13, []int{0, 0} -} -func (m *BillingSetup_PaymentsAccountInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BillingSetup_PaymentsAccountInfo.Unmarshal(m, b) -} -func (m *BillingSetup_PaymentsAccountInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BillingSetup_PaymentsAccountInfo.Marshal(b, m, deterministic) -} -func (dst *BillingSetup_PaymentsAccountInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_BillingSetup_PaymentsAccountInfo.Merge(dst, src) -} -func (m *BillingSetup_PaymentsAccountInfo) XXX_Size() int { - return xxx_messageInfo_BillingSetup_PaymentsAccountInfo.Size(m) -} -func (m *BillingSetup_PaymentsAccountInfo) XXX_DiscardUnknown() { - xxx_messageInfo_BillingSetup_PaymentsAccountInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_BillingSetup_PaymentsAccountInfo proto.InternalMessageInfo - -func (m *BillingSetup_PaymentsAccountInfo) GetPaymentsAccountId() *wrappers.StringValue { - if m != nil { - return m.PaymentsAccountId - } - return nil -} - -func (m *BillingSetup_PaymentsAccountInfo) GetPaymentsAccountName() *wrappers.StringValue { - if m != nil { - return m.PaymentsAccountName - } - return nil -} - -func (m *BillingSetup_PaymentsAccountInfo) GetPaymentsProfileId() *wrappers.StringValue { - if m != nil { - return m.PaymentsProfileId - } - return nil -} - -func (m *BillingSetup_PaymentsAccountInfo) GetPaymentsProfileName() *wrappers.StringValue { - if m != nil { - return m.PaymentsProfileName - } - return nil -} - -func (m *BillingSetup_PaymentsAccountInfo) GetSecondaryPaymentsProfileId() *wrappers.StringValue { - if m != nil { - return m.SecondaryPaymentsProfileId - } - return nil -} - -func init() { - proto.RegisterType((*BillingSetup)(nil), "google.ads.googleads.v0.resources.BillingSetup") - proto.RegisterType((*BillingSetup_PaymentsAccountInfo)(nil), "google.ads.googleads.v0.resources.BillingSetup.PaymentsAccountInfo") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/billing_setup.proto", fileDescriptor_billing_setup_4f967751186eeb13) -} - -var fileDescriptor_billing_setup_4f967751186eeb13 = []byte{ - // 620 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0xdf, 0x6a, 0xdb, 0x3e, - 0x14, 0xc7, 0x7f, 0x76, 0x7e, 0x2b, 0xab, 0x9a, 0xb4, 0xab, 0xcb, 0xc0, 0x64, 0x7f, 0x68, 0x37, - 0x0a, 0x85, 0x31, 0x25, 0x74, 0xdd, 0x18, 0xde, 0x95, 0xbd, 0x3f, 0x6d, 0xc7, 0x18, 0xc6, 0x2d, - 0xb9, 0x28, 0x61, 0x9e, 0x1a, 0x29, 0xc6, 0x60, 0x4b, 0xc6, 0x92, 0x5b, 0xf2, 0x34, 0x83, 0x5d, - 0xee, 0x01, 0xf6, 0x10, 0x7b, 0x94, 0x3d, 0xc4, 0x18, 0x96, 0x2c, 0x37, 0x75, 0xd3, 0x26, 0x65, - 0x77, 0x47, 0xf2, 0xf9, 0x7e, 0xf5, 0xd1, 0x39, 0x47, 0x06, 0x2f, 0x23, 0xc6, 0xa2, 0x84, 0xf4, - 0x10, 0xe6, 0x3d, 0x15, 0x96, 0xd1, 0x59, 0xbf, 0x97, 0x13, 0xce, 0x8a, 0x7c, 0x44, 0x78, 0xef, - 0x34, 0x4e, 0x92, 0x98, 0x46, 0x21, 0x27, 0xa2, 0xc8, 0x60, 0x96, 0x33, 0xc1, 0xac, 0x2d, 0x95, - 0x0b, 0x11, 0xe6, 0xb0, 0x96, 0xc1, 0xb3, 0x3e, 0xac, 0x65, 0xdd, 0xd7, 0xd7, 0x39, 0x13, 0x5a, - 0xa4, 0x0d, 0xd7, 0x90, 0x0b, 0x24, 0x0a, 0xae, 0xcc, 0xbb, 0xcf, 0x6f, 0x56, 0x8a, 0x38, 0x25, - 0xa1, 0x98, 0x64, 0xa4, 0x4a, 0x7f, 0x5c, 0xa5, 0xcb, 0xd5, 0x69, 0x31, 0xee, 0x9d, 0xe7, 0x28, - 0xcb, 0x48, 0x5e, 0xd9, 0x3d, 0xf9, 0xb6, 0x0c, 0xda, 0x9e, 0x3a, 0xed, 0xa8, 0x3c, 0xcc, 0x7a, - 0x0a, 0x3a, 0x1a, 0x33, 0xa4, 0x28, 0x25, 0xb6, 0xb1, 0x69, 0xec, 0x2c, 0x07, 0x6d, 0xbd, 0xf9, - 0x19, 0xa5, 0xc4, 0x7a, 0x06, 0xcc, 0x18, 0xdb, 0xe6, 0xa6, 0xb1, 0xb3, 0xb2, 0xfb, 0xa0, 0xba, - 0x23, 0xd4, 0x47, 0xc0, 0x43, 0x2a, 0x5e, 0xed, 0x0d, 0x50, 0x52, 0x90, 0xc0, 0x8c, 0xb1, 0xf5, - 0x15, 0x2c, 0xa9, 0x1b, 0xd8, 0xad, 0x4d, 0x63, 0x67, 0x75, 0xf7, 0x00, 0x5e, 0x57, 0x1f, 0x79, - 0x05, 0x38, 0x8d, 0x73, 0x24, 0x85, 0xef, 0x69, 0x91, 0xce, 0xd8, 0x0e, 0x2a, 0x5f, 0x6b, 0x1f, - 0xdc, 0xcb, 0xd0, 0x24, 0x25, 0x54, 0xf0, 0x10, 0x8d, 0x46, 0xac, 0xa0, 0xc2, 0x5e, 0x91, 0x70, - 0x0f, 0xaf, 0xc0, 0x1d, 0x89, 0x3c, 0xa6, 0x91, 0xa2, 0x5b, 0xd3, 0x2a, 0x57, 0x89, 0xac, 0x73, - 0x70, 0xbf, 0x69, 0x14, 0xc6, 0x74, 0xcc, 0xec, 0xb6, 0x74, 0x7b, 0x0b, 0xe7, 0x76, 0xf6, 0x12, - 0x26, 0xf4, 0x2f, 0xfb, 0x1f, 0xd2, 0x31, 0x0b, 0x36, 0xb2, 0xab, 0x9b, 0xd6, 0x07, 0xb0, 0xc6, - 0x05, 0xca, 0x45, 0x88, 0x91, 0x20, 0x61, 0xd9, 0x44, 0x7b, 0x79, 0xfe, 0x05, 0x0e, 0xfe, 0x0b, - 0x3a, 0x52, 0xf6, 0x0e, 0x09, 0x72, 0x1c, 0xa7, 0xc4, 0xfa, 0xa2, 0x7d, 0xea, 0x39, 0xb0, 0x81, - 0x2c, 0xfa, 0xde, 0x9c, 0xa2, 0x97, 0xea, 0xe3, 0x49, 0x46, 0x64, 0xa9, 0xf5, 0xa2, 0xf6, 0xd7, - 0x1b, 0x96, 0x07, 0x3a, 0x84, 0xe2, 0x29, 0xca, 0xce, 0x02, 0x94, 0x46, 0xb0, 0x42, 0x28, 0xae, - 0x19, 0x4f, 0x94, 0xc7, 0x05, 0xe1, 0xea, 0x3f, 0x10, 0x2a, 0x6f, 0xbd, 0xec, 0xfe, 0x6c, 0x81, - 0x8d, 0x19, 0x45, 0xb7, 0x3e, 0x81, 0x8d, 0xab, 0x8d, 0xc5, 0x72, 0xb6, 0xe7, 0x0d, 0xc9, 0x7a, - 0xb3, 0x5f, 0xd8, 0xf2, 0x67, 0x8c, 0x89, 0x7c, 0x2b, 0xe6, 0x02, 0x7e, 0xcd, 0xfe, 0xcb, 0x07, - 0x35, 0xcd, 0x97, 0xe5, 0x6c, 0x1c, 0x27, 0xa4, 0xe4, 0x6b, 0xdd, 0x86, 0xcf, 0x57, 0xba, 0x06, - 0x9f, 0x76, 0x93, 0x7c, 0xff, 0xdf, 0x86, 0xaf, 0xf2, 0x93, 0x7c, 0x21, 0x78, 0xc4, 0xc9, 0x88, - 0x51, 0x8c, 0xf2, 0x49, 0x38, 0x8b, 0xf4, 0xce, 0x02, 0xce, 0xdd, 0xda, 0xc2, 0x6f, 0x22, 0x7b, - 0x6d, 0x00, 0x2e, 0x06, 0xd7, 0x03, 0xe0, 0xae, 0x1e, 0x11, 0xef, 0x8f, 0x01, 0xb6, 0x47, 0x2c, - 0x9d, 0xff, 0xf4, 0xbc, 0xf5, 0xe9, 0xb7, 0xe7, 0x97, 0x04, 0xbe, 0x71, 0xf2, 0xb1, 0xd2, 0x45, - 0x2c, 0x41, 0x34, 0x82, 0x2c, 0x8f, 0x7a, 0x11, 0xa1, 0x92, 0x4f, 0xff, 0x3f, 0xb3, 0x98, 0xdf, - 0xf0, 0x8b, 0x7f, 0x53, 0x47, 0xdf, 0xcd, 0xd6, 0xbe, 0xeb, 0xfe, 0x30, 0xb7, 0xf6, 0x95, 0xa5, - 0x8b, 0x39, 0x54, 0x61, 0x19, 0x0d, 0xfa, 0x30, 0xd0, 0x99, 0xbf, 0x74, 0xce, 0xd0, 0xc5, 0x7c, - 0x58, 0xe7, 0x0c, 0x07, 0xfd, 0x61, 0x9d, 0xf3, 0xdb, 0xdc, 0x56, 0x1f, 0x1c, 0xc7, 0xc5, 0xdc, - 0x71, 0xea, 0x2c, 0xc7, 0x19, 0xf4, 0x1d, 0xa7, 0xce, 0x3b, 0x5d, 0x92, 0xb0, 0x2f, 0xfe, 0x06, - 0x00, 0x00, 0xff, 0xff, 0x96, 0xe4, 0x6d, 0x72, 0x8e, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/campaign.pb.go b/googleapis/ads/googleads/v0/resources/campaign.pb.go deleted file mode 100644 index 805746300b..0000000000 --- a/googleapis/ads/googleads/v0/resources/campaign.pb.go +++ /dev/null @@ -1,1263 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/campaign.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // 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.v0.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.v0.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.v0.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.v0.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.v0.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 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.v0.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.v0.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"` - // 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_ManualCpc - // *Campaign_ManualCpm - // *Campaign_ManualCpv - // *Campaign_MaximizeConversions - // *Campaign_MaximizeConversionValue - // *Campaign_TargetCpa - // *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_campaign_84f689eff017e599, []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 (dst *Campaign) XXX_Merge(src proto.Message) { - xxx_messageInfo_Campaign.Merge(dst, 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) 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 -} - -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_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_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_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_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) 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) 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_OneofFuncs is for the internal use of the proto package. -func (*Campaign) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _Campaign_OneofMarshaler, _Campaign_OneofUnmarshaler, _Campaign_OneofSizer, []interface{}{ - (*Campaign_BiddingStrategy)(nil), - (*Campaign_ManualCpc)(nil), - (*Campaign_ManualCpm)(nil), - (*Campaign_ManualCpv)(nil), - (*Campaign_MaximizeConversions)(nil), - (*Campaign_MaximizeConversionValue)(nil), - (*Campaign_TargetCpa)(nil), - (*Campaign_TargetRoas)(nil), - (*Campaign_TargetSpend)(nil), - (*Campaign_PercentCpc)(nil), - (*Campaign_TargetCpm)(nil), - } -} - -func _Campaign_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*Campaign) - // campaign_bidding_strategy - switch x := m.CampaignBiddingStrategy.(type) { - case *Campaign_BiddingStrategy: - b.EncodeVarint(23<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.BiddingStrategy); err != nil { - return err - } - case *Campaign_ManualCpc: - b.EncodeVarint(24<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ManualCpc); err != nil { - return err - } - case *Campaign_ManualCpm: - b.EncodeVarint(25<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ManualCpm); err != nil { - return err - } - case *Campaign_ManualCpv: - b.EncodeVarint(37<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ManualCpv); err != nil { - return err - } - case *Campaign_MaximizeConversions: - b.EncodeVarint(30<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.MaximizeConversions); err != nil { - return err - } - case *Campaign_MaximizeConversionValue: - b.EncodeVarint(31<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.MaximizeConversionValue); err != nil { - return err - } - case *Campaign_TargetCpa: - b.EncodeVarint(26<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.TargetCpa); err != nil { - return err - } - case *Campaign_TargetRoas: - b.EncodeVarint(29<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.TargetRoas); err != nil { - return err - } - case *Campaign_TargetSpend: - b.EncodeVarint(27<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.TargetSpend); err != nil { - return err - } - case *Campaign_PercentCpc: - b.EncodeVarint(34<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.PercentCpc); err != nil { - return err - } - case *Campaign_TargetCpm: - b.EncodeVarint(41<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.TargetCpm); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("Campaign.CampaignBiddingStrategy has unexpected type %T", x) - } - return nil -} - -func _Campaign_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*Campaign) - switch tag { - case 23: // campaign_bidding_strategy.bidding_strategy - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(wrappers.StringValue) - err := b.DecodeMessage(msg) - m.CampaignBiddingStrategy = &Campaign_BiddingStrategy{msg} - return true, err - case 24: // campaign_bidding_strategy.manual_cpc - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.ManualCpc) - err := b.DecodeMessage(msg) - m.CampaignBiddingStrategy = &Campaign_ManualCpc{msg} - return true, err - case 25: // campaign_bidding_strategy.manual_cpm - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.ManualCpm) - err := b.DecodeMessage(msg) - m.CampaignBiddingStrategy = &Campaign_ManualCpm{msg} - return true, err - case 37: // campaign_bidding_strategy.manual_cpv - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.ManualCpv) - err := b.DecodeMessage(msg) - m.CampaignBiddingStrategy = &Campaign_ManualCpv{msg} - return true, err - case 30: // campaign_bidding_strategy.maximize_conversions - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.MaximizeConversions) - err := b.DecodeMessage(msg) - m.CampaignBiddingStrategy = &Campaign_MaximizeConversions{msg} - return true, err - case 31: // campaign_bidding_strategy.maximize_conversion_value - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.MaximizeConversionValue) - err := b.DecodeMessage(msg) - m.CampaignBiddingStrategy = &Campaign_MaximizeConversionValue{msg} - return true, err - case 26: // campaign_bidding_strategy.target_cpa - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.TargetCpa) - err := b.DecodeMessage(msg) - m.CampaignBiddingStrategy = &Campaign_TargetCpa{msg} - return true, err - case 29: // campaign_bidding_strategy.target_roas - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.TargetRoas) - err := b.DecodeMessage(msg) - m.CampaignBiddingStrategy = &Campaign_TargetRoas{msg} - return true, err - case 27: // campaign_bidding_strategy.target_spend - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.TargetSpend) - err := b.DecodeMessage(msg) - m.CampaignBiddingStrategy = &Campaign_TargetSpend{msg} - return true, err - case 34: // campaign_bidding_strategy.percent_cpc - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.PercentCpc) - err := b.DecodeMessage(msg) - m.CampaignBiddingStrategy = &Campaign_PercentCpc{msg} - return true, err - case 41: // campaign_bidding_strategy.target_cpm - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.TargetCpm) - err := b.DecodeMessage(msg) - m.CampaignBiddingStrategy = &Campaign_TargetCpm{msg} - return true, err - default: - return false, nil - } -} - -func _Campaign_OneofSizer(msg proto.Message) (n int) { - m := msg.(*Campaign) - // campaign_bidding_strategy - switch x := m.CampaignBiddingStrategy.(type) { - case *Campaign_BiddingStrategy: - s := proto.Size(x.BiddingStrategy) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Campaign_ManualCpc: - s := proto.Size(x.ManualCpc) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Campaign_ManualCpm: - s := proto.Size(x.ManualCpm) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Campaign_ManualCpv: - s := proto.Size(x.ManualCpv) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Campaign_MaximizeConversions: - s := proto.Size(x.MaximizeConversions) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Campaign_MaximizeConversionValue: - s := proto.Size(x.MaximizeConversionValue) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Campaign_TargetCpa: - s := proto.Size(x.TargetCpa) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Campaign_TargetRoas: - s := proto.Size(x.TargetRoas) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Campaign_TargetSpend: - s := proto.Size(x.TargetSpend) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Campaign_PercentCpc: - s := proto.Size(x.PercentCpc) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Campaign_TargetCpm: - s := proto.Size(x.TargetCpm) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// 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_campaign_84f689eff017e599, []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 (dst *Campaign_NetworkSettings) XXX_Merge(src proto.Message) { - xxx_messageInfo_Campaign_NetworkSettings.Merge(dst, 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_campaign_84f689eff017e599, []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 (dst *Campaign_HotelSettingInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_Campaign_HotelSettingInfo.Merge(dst, 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. - FeedIds []*wrappers.Int64Value `protobuf:"bytes,4,rep,name=feed_ids,json=feedIds,proto3" json:"feed_ids,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_campaign_84f689eff017e599, []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 (dst *Campaign_DynamicSearchAdsSetting) XXX_Merge(src proto.Message) { - xxx_messageInfo_Campaign_DynamicSearchAdsSetting.Merge(dst, 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) GetFeedIds() []*wrappers.Int64Value { - if m != nil { - return m.FeedIds - } - 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"` - // Enable local inventory ads. This field is ignored for Smart Shopping - // campaigns. - 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_campaign_84f689eff017e599, []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 (dst *Campaign_ShoppingSetting) XXX_Merge(src proto.Message) { - xxx_messageInfo_Campaign_ShoppingSetting.Merge(dst, 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_campaign_84f689eff017e599, []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 (dst *Campaign_TrackingSetting) XXX_Merge(src proto.Message) { - xxx_messageInfo_Campaign_TrackingSetting.Merge(dst, 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 -} - -// 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.v0.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.v0.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_campaign_84f689eff017e599, []int{0, 5} -} -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 (dst *Campaign_VanityPharma) XXX_Merge(src proto.Message) { - xxx_messageInfo_Campaign_VanityPharma.Merge(dst, 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_campaign_84f689eff017e599, []int{0, 6} -} -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 (dst *Campaign_SelectiveOptimization) XXX_Merge(src proto.Message) { - xxx_messageInfo_Campaign_SelectiveOptimization.Merge(dst, 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.v0.resources.Campaign") - proto.RegisterType((*Campaign_NetworkSettings)(nil), "google.ads.googleads.v0.resources.Campaign.NetworkSettings") - proto.RegisterType((*Campaign_HotelSettingInfo)(nil), "google.ads.googleads.v0.resources.Campaign.HotelSettingInfo") - proto.RegisterType((*Campaign_DynamicSearchAdsSetting)(nil), "google.ads.googleads.v0.resources.Campaign.DynamicSearchAdsSetting") - proto.RegisterType((*Campaign_ShoppingSetting)(nil), "google.ads.googleads.v0.resources.Campaign.ShoppingSetting") - proto.RegisterType((*Campaign_TrackingSetting)(nil), "google.ads.googleads.v0.resources.Campaign.TrackingSetting") - proto.RegisterType((*Campaign_VanityPharma)(nil), "google.ads.googleads.v0.resources.Campaign.VanityPharma") - proto.RegisterType((*Campaign_SelectiveOptimization)(nil), "google.ads.googleads.v0.resources.Campaign.SelectiveOptimization") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/campaign.proto", fileDescriptor_campaign_84f689eff017e599) -} - -var fileDescriptor_campaign_84f689eff017e599 = []byte{ - // 1835 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x58, 0x4f, 0x73, 0x1b, 0x49, - 0x15, 0x8f, 0x94, 0x90, 0x4d, 0x5a, 0xf2, 0x9f, 0xb4, 0x63, 0x67, 0x2c, 0xef, 0x06, 0x67, 0x21, - 0xac, 0x77, 0xb3, 0x48, 0xc6, 0x81, 0x2c, 0x38, 0x59, 0x58, 0x59, 0xc9, 0xae, 0x1d, 0x36, 0x89, - 0x6a, 0xe4, 0x98, 0xd4, 0x96, 0x53, 0x53, 0xad, 0xe9, 0x96, 0x3c, 0xb5, 0x33, 0xdd, 0xb3, 0xdd, - 0x3d, 0x8a, 0xc5, 0x81, 0xe2, 0xcc, 0x9d, 0xe2, 0x00, 0x55, 0x14, 0x14, 0x27, 0xae, 0x7c, 0x0b, - 0x3e, 0x05, 0x67, 0x3e, 0x02, 0x27, 0xaa, 0xff, 0xcc, 0x78, 0x24, 0x4b, 0x1a, 0xe9, 0x36, 0xf3, - 0xfa, 0xfd, 0x7e, 0xef, 0xcd, 0xeb, 0xf7, 0xfa, 0xbd, 0x1e, 0xb0, 0xdb, 0x67, 0xac, 0x1f, 0x92, - 0x06, 0xc2, 0xa2, 0x61, 0x1e, 0xd5, 0xd3, 0x60, 0xb7, 0xc1, 0x89, 0x60, 0x09, 0xf7, 0x89, 0x68, - 0xf8, 0x28, 0x8a, 0x51, 0xd0, 0xa7, 0xf5, 0x98, 0x33, 0xc9, 0xe0, 0x3d, 0xa3, 0x56, 0x47, 0x58, - 0xd4, 0x33, 0x44, 0x7d, 0xb0, 0x5b, 0xcf, 0x10, 0xb5, 0x4f, 0xa7, 0x91, 0xfa, 0x2c, 0x8a, 0x18, - 0x6d, 0x74, 0x03, 0x8c, 0x03, 0xda, 0x37, 0x84, 0xb5, 0x9f, 0x15, 0x68, 0xfb, 0x89, 0x90, 0x2c, - 0xf2, 0x62, 0xc4, 0x51, 0x44, 0x24, 0xe1, 0x16, 0xb6, 0x57, 0x00, 0xeb, 0x71, 0xf2, 0x5d, 0x42, - 0xa8, 0x3f, 0xf4, 0x7c, 0x14, 0x5b, 0xcc, 0x2f, 0x0b, 0x30, 0x9c, 0xa0, 0xd0, 0x93, 0x41, 0x44, - 0x3c, 0xeb, 0xa2, 0x27, 0x88, 0x94, 0x17, 0xae, 0x3e, 0x2a, 0xc0, 0x4b, 0xc4, 0xfb, 0x44, 0x5e, - 0xc6, 0x1d, 0x4c, 0xc3, 0x11, 0x9a, 0x44, 0xa2, 0x81, 0xb0, 0x27, 0x08, 0x1f, 0x28, 0x1c, 0x8b, - 0x65, 0x10, 0x05, 0xbf, 0x45, 0x32, 0x60, 0xd4, 0x13, 0x12, 0xc9, 0x44, 0x58, 0x8e, 0x2f, 0x8a, - 0x38, 0x06, 0x84, 0xcb, 0x40, 0x28, 0x12, 0xff, 0x0c, 0x51, 0x4a, 0x42, 0x4f, 0x24, 0x5d, 0x4f, - 0x0e, 0x63, 0x62, 0x19, 0x9e, 0x2c, 0xce, 0x90, 0x43, 0xff, 0x62, 0x36, 0x3a, 0x0b, 0x98, 0xe4, - 0x48, 0x92, 0xfe, 0x70, 0x01, 0xc3, 0x5d, 0x8e, 0x28, 0xf6, 0x04, 0xea, 0x11, 0x39, 0xf4, 0x44, - 0x12, 0x48, 0xd4, 0x0d, 0xc2, 0x40, 0x0e, 0x2d, 0xfa, 0xf1, 0x6c, 0x74, 0x9a, 0x9e, 0x59, 0x08, - 0x47, 0xa2, 0xf6, 0x70, 0x5e, 0x70, 0x1e, 0x54, 0xb0, 0x5d, 0x03, 0x44, 0x03, 0x39, 0xf4, 0xe2, - 0x33, 0xc4, 0x23, 0xe4, 0xe1, 0x40, 0xc4, 0x21, 0x1a, 0x7a, 0x09, 0x0f, 0xbd, 0x88, 0x61, 0x52, - 0x94, 0x2a, 0x93, 0x38, 0x24, 0x39, 0x97, 0x16, 0x77, 0xd7, 0xe2, 0xf4, 0x5b, 0x37, 0xe9, 0x35, - 0xde, 0x71, 0x14, 0xc7, 0x84, 0x5b, 0xdf, 0x3e, 0xfc, 0xd7, 0x47, 0xe0, 0x46, 0xcb, 0x7a, 0x0d, - 0x7f, 0x00, 0x96, 0xd2, 0xaa, 0xf3, 0x28, 0x8a, 0x88, 0x53, 0xda, 0x2e, 0xed, 0xdc, 0x74, 0xab, - 0xa9, 0xf0, 0x25, 0x8a, 0x08, 0x7c, 0x00, 0xca, 0x01, 0x76, 0xae, 0x6e, 0x97, 0x76, 0x2a, 0x7b, - 0x5b, 0xb6, 0x64, 0xeb, 0x29, 0x7d, 0xfd, 0x88, 0xca, 0x47, 0x3f, 0x3d, 0x41, 0x61, 0x42, 0xdc, - 0x72, 0x80, 0xe1, 0x2e, 0xb8, 0xa6, 0x89, 0xae, 0x69, 0xf5, 0xf7, 0x2f, 0xa9, 0x77, 0x24, 0x0f, - 0x68, 0xdf, 0xe8, 0x6b, 0x4d, 0xf8, 0x06, 0x5c, 0x37, 0xc1, 0x73, 0xbe, 0xb7, 0x5d, 0xda, 0x59, - 0xde, 0xfb, 0xa2, 0x3e, 0xed, 0x80, 0xd0, 0x5f, 0x5e, 0x4f, 0x9d, 0xef, 0x68, 0xd0, 0x33, 0x9a, - 0x44, 0x63, 0x22, 0xd7, 0xf2, 0xc1, 0x04, 0x2c, 0x8f, 0xee, 0xa9, 0xb3, 0xae, 0x2d, 0xbc, 0x9c, - 0xd7, 0x82, 0x01, 0x4f, 0x32, 0x94, 0x5f, 0x71, 0x97, 0x44, 0xfe, 0x15, 0xfe, 0xb5, 0x04, 0xee, - 0xce, 0xae, 0x48, 0xe7, 0x86, 0xf6, 0xe3, 0x9b, 0x02, 0x3f, 0x9a, 0xd8, 0xda, 0x79, 0x95, 0xa3, - 0xc8, 0x79, 0x33, 0x63, 0xdd, 0xdd, 0x42, 0xd3, 0x17, 0xe1, 0x1f, 0x4a, 0xc0, 0x99, 0x56, 0xad, - 0xce, 0x4d, 0xed, 0x5b, 0xbb, 0xd0, 0xb7, 0x0c, 0xde, 0x32, 0xe8, 0xe3, 0x61, 0x4c, 0xac, 0x5b, - 0x93, 0x96, 0xdc, 0x0d, 0x34, 0x51, 0x0e, 0xff, 0x54, 0x02, 0xef, 0xcf, 0x3a, 0x7c, 0x1c, 0xa0, - 0x1d, 0x3a, 0x59, 0xd8, 0xa1, 0x4e, 0xd2, 0x9d, 0xe1, 0x93, 0x5d, 0x75, 0x37, 0xd1, 0xb4, 0x25, - 0xd8, 0x06, 0xeb, 0x92, 0x23, 0xff, 0x5b, 0xe5, 0x95, 0xaa, 0x4e, 0x49, 0xa2, 0x38, 0x44, 0x92, - 0x38, 0x95, 0x39, 0x92, 0x7b, 0x2d, 0x85, 0xbe, 0xe6, 0xe1, 0xb1, 0x05, 0x42, 0x1f, 0xac, 0x2b, - 0xa2, 0xf1, 0x8e, 0x24, 0x9c, 0xea, 0xf6, 0xd5, 0x9d, 0xca, 0x5e, 0x63, 0xea, 0x37, 0x9a, 0xfe, - 0x50, 0x6f, 0x69, 0x60, 0x3b, 0xc5, 0xb9, 0x6b, 0x09, 0x0f, 0xc7, 0x64, 0x02, 0x7e, 0x07, 0x36, - 0xa7, 0xf6, 0x21, 0xe7, 0x23, 0xed, 0xfa, 0xa3, 0x22, 0x43, 0x2e, 0x41, 0xe1, 0x71, 0x10, 0x91, - 0x03, 0x03, 0xef, 0x18, 0xb4, 0xbb, 0xc1, 0x27, 0xca, 0x61, 0x0f, 0xac, 0x52, 0x22, 0xdf, 0x31, - 0xfe, 0x6d, 0x6a, 0x48, 0x38, 0xcb, 0xda, 0xd2, 0xe3, 0x7a, 0x61, 0xbb, 0xcf, 0xaa, 0xaa, 0xfe, - 0xd2, 0x70, 0x58, 0x56, 0xe1, 0xae, 0xd0, 0x51, 0x01, 0x44, 0x60, 0xe9, 0x8c, 0x49, 0x95, 0x1c, - 0xf6, 0x73, 0xb6, 0xb5, 0x91, 0x27, 0x8b, 0x18, 0x39, 0x54, 0x04, 0x96, 0xf1, 0x88, 0xf6, 0x98, - 0x5b, 0x3d, 0xcb, 0x49, 0xe0, 0xef, 0x4b, 0xa0, 0x86, 0x87, 0x14, 0x45, 0x81, 0xef, 0x09, 0x82, - 0xb8, 0x7f, 0xe6, 0x21, 0x2c, 0x32, 0x83, 0xf7, 0xb4, 0xc1, 0xd6, 0x22, 0x06, 0x9f, 0x1a, 0xb6, - 0x8e, 0x26, 0x6b, 0x62, 0x91, 0x06, 0xf3, 0x0e, 0x9e, 0xbc, 0xa0, 0xa2, 0x29, 0xce, 0x58, 0x1c, - 0xe7, 0xf7, 0xed, 0x87, 0x8b, 0x47, 0xb3, 0x63, 0x39, 0x52, 0x7b, 0x2b, 0x62, 0x54, 0x00, 0xdf, - 0x82, 0x5b, 0x97, 0x06, 0x0e, 0xe7, 0x81, 0x36, 0xb4, 0x5b, 0x94, 0x20, 0xc7, 0x29, 0x30, 0x65, - 0x5f, 0x95, 0x63, 0x12, 0xf8, 0x0c, 0xac, 0x64, 0xed, 0xb1, 0x9b, 0xe0, 0x3e, 0x91, 0xce, 0xf5, - 0x39, 0x0a, 0x67, 0x39, 0x05, 0x1d, 0x68, 0x0c, 0xfc, 0x1d, 0x58, 0x9f, 0x38, 0x1b, 0x38, 0x1b, - 0xfa, 0x5c, 0x78, 0x5e, 0x70, 0x2e, 0xa4, 0x99, 0x6a, 0xa1, 0xd9, 0x89, 0x30, 0x41, 0xee, 0xae, - 0x75, 0x2f, 0x0b, 0xe1, 0x63, 0x00, 0x84, 0x44, 0x5c, 0x7a, 0x58, 0x95, 0xfe, 0xda, 0x1c, 0x5f, - 0x70, 0x53, 0xeb, 0x3f, 0x55, 0x05, 0xff, 0x19, 0xb8, 0x41, 0x28, 0x36, 0xd0, 0xdb, 0x73, 0x40, - 0xdf, 0x23, 0x14, 0x6b, 0xe0, 0x97, 0x60, 0xb5, 0x17, 0x50, 0x14, 0xea, 0x83, 0x47, 0x24, 0xbd, - 0x5e, 0x70, 0xee, 0xfc, 0x68, 0x9e, 0xe8, 0x69, 0xd4, 0x6b, 0x1e, 0x76, 0x34, 0x06, 0xbe, 0x01, - 0xcb, 0x23, 0x83, 0xac, 0x70, 0x76, 0xf4, 0x51, 0xf3, 0x93, 0xa2, 0x0d, 0xfe, 0x32, 0x45, 0xb5, - 0x50, 0xfc, 0x8c, 0x4a, 0x3e, 0x74, 0x97, 0x7a, 0x39, 0x91, 0x80, 0x7f, 0x2c, 0x81, 0xbb, 0x83, - 0x00, 0x13, 0xe6, 0x4d, 0x9b, 0xbf, 0x9c, 0x4f, 0xe6, 0x6a, 0x25, 0x07, 0x0a, 0xde, 0xd1, 0xe8, - 0xce, 0x05, 0xd8, 0x6c, 0xd2, 0xc4, 0x25, 0x77, 0x4b, 0xdb, 0x9d, 0xbc, 0x08, 0xdf, 0x82, 0xa5, - 0x91, 0xe1, 0xc8, 0xf9, 0x54, 0x87, 0xed, 0xe7, 0x8b, 0x94, 0xce, 0x89, 0x26, 0x68, 0x6b, 0xbc, - 0x5b, 0x1d, 0xe4, 0xde, 0xe0, 0x39, 0xd8, 0x10, 0x24, 0x24, 0xbe, 0x0c, 0x06, 0x64, 0xa4, 0xb7, - 0x3b, 0x3f, 0xd6, 0x76, 0x9a, 0x0b, 0x95, 0x68, 0xca, 0x94, 0x6f, 0xd2, 0xee, 0xba, 0x98, 0x24, - 0x56, 0xc7, 0x42, 0xd6, 0x8e, 0xd2, 0x6a, 0xad, 0x2f, 0x7e, 0x2c, 0x1c, 0x5b, 0x8e, 0xec, 0x58, - 0x90, 0xa3, 0x02, 0x78, 0x04, 0x56, 0xc7, 0x0b, 0xce, 0xb9, 0x53, 0x9c, 0x7a, 0x87, 0x57, 0xdc, - 0x95, 0xb1, 0xfa, 0x81, 0xcf, 0x01, 0x88, 0x10, 0x4d, 0x50, 0xe8, 0xf9, 0xb1, 0xef, 0x38, 0x9a, - 0xe4, 0xe3, 0xa2, 0xcc, 0x7b, 0xa1, 0x11, 0xad, 0xd8, 0x3f, 0xbc, 0xe2, 0xde, 0x8c, 0xd2, 0x97, - 0x11, 0xae, 0xc8, 0xd9, 0x5c, 0x8c, 0x2b, 0xca, 0x73, 0x45, 0x23, 0x5c, 0x03, 0xe7, 0xfe, 0x62, - 0x5c, 0x83, 0x3c, 0xd7, 0x00, 0x9e, 0x81, 0xdb, 0x11, 0x3a, 0x57, 0xdb, 0x44, 0x3c, 0x9f, 0xd1, - 0x01, 0xe1, 0x22, 0x60, 0x54, 0x38, 0x77, 0x35, 0xeb, 0xc3, 0x62, 0x56, 0x83, 0x6d, 0x5d, 0x40, - 0x0f, 0xaf, 0xb8, 0x6b, 0xd1, 0x65, 0x31, 0x4c, 0xc0, 0xe6, 0x04, 0x4b, 0xde, 0x40, 0x45, 0xdf, - 0xf9, 0xbe, 0x36, 0xf7, 0xd9, 0xe2, 0xe6, 0xd2, 0xcd, 0xbb, 0x13, 0x4d, 0x5e, 0x52, 0xc1, 0x32, - 0x67, 0xbb, 0xe7, 0xc7, 0xc8, 0xa9, 0xcd, 0x17, 0x2c, 0xd3, 0x1f, 0x5a, 0x31, 0x52, 0xc1, 0x92, - 0xe9, 0x0b, 0x7c, 0x01, 0x2a, 0x96, 0x8b, 0x33, 0x24, 0x9c, 0x0f, 0x34, 0xd9, 0x27, 0xf3, 0x91, - 0xb9, 0x0c, 0xa9, 0xd0, 0x58, 0x67, 0xd4, 0x1b, 0x6c, 0x83, 0xaa, 0xa5, 0x13, 0x31, 0xa1, 0xd8, - 0xd9, 0xd2, 0x7c, 0x0f, 0xe6, 0xe3, 0xeb, 0x28, 0xc8, 0xe1, 0x15, 0xd7, 0x7a, 0xa4, 0x5f, 0x95, - 0x83, 0x31, 0xe1, 0x3e, 0xa1, 0x52, 0xa7, 0xec, 0x87, 0xf3, 0x39, 0xd8, 0x36, 0x10, 0x93, 0xb3, - 0x20, 0xce, 0xde, 0x46, 0x62, 0x17, 0x39, 0x1f, 0x2f, 0x16, 0xbb, 0x28, 0x1f, 0xbb, 0xa8, 0xf6, - 0x9f, 0x32, 0x58, 0x19, 0x9b, 0x90, 0xe0, 0xd7, 0xe0, 0xb6, 0xe5, 0x37, 0x44, 0x76, 0x64, 0xd1, - 0xf7, 0xb8, 0xca, 0x5e, 0xed, 0x52, 0xbd, 0x1e, 0x30, 0x16, 0x9a, 0x46, 0x01, 0x0d, 0xee, 0x2b, - 0xad, 0x60, 0x46, 0x10, 0xf8, 0x12, 0xac, 0xa7, 0xe1, 0x34, 0x93, 0x8f, 0x9d, 0xbf, 0x9c, 0x72, - 0x21, 0xdd, 0x9a, 0x0d, 0xa2, 0xc6, 0x59, 0x2f, 0x61, 0x1b, 0x6c, 0xa4, 0x5f, 0xcf, 0xa8, 0x54, - 0x31, 0x4d, 0x09, 0xaf, 0x16, 0x12, 0xda, 0xef, 0x6a, 0x19, 0x60, 0xca, 0xf8, 0x16, 0x7c, 0x60, - 0x19, 0x63, 0xc4, 0x25, 0x25, 0x7c, 0xdc, 0xd3, 0x6b, 0x85, 0xc4, 0x35, 0x43, 0xd0, 0x36, 0xf8, - 0x11, 0x87, 0x6b, 0xbf, 0x01, 0xab, 0xe3, 0xe3, 0x21, 0x6c, 0x81, 0x15, 0x33, 0x73, 0xaa, 0x3d, - 0x25, 0xdc, 0x0b, 0xb0, 0x8d, 0xee, 0xcc, 0xbb, 0xb0, 0x99, 0x53, 0x5b, 0x1a, 0x72, 0x84, 0x6b, - 0xff, 0x28, 0x83, 0x3b, 0x53, 0xe6, 0x40, 0xf8, 0x39, 0xa8, 0x60, 0x16, 0xa1, 0x80, 0x5e, 0x5c, - 0xc1, 0x8b, 0xba, 0x3c, 0x30, 0x00, 0x7d, 0x3d, 0x6f, 0x82, 0xa5, 0x10, 0xd1, 0x7e, 0x82, 0xfa, - 0xea, 0x54, 0xc0, 0xc4, 0x6e, 0xd6, 0x6c, 0x82, 0x6a, 0x0a, 0x69, 0x31, 0x4c, 0xe0, 0x2b, 0xb0, - 0x91, 0x08, 0xe2, 0x89, 0x24, 0x8e, 0xc3, 0x80, 0x60, 0x35, 0x73, 0x08, 0x8f, 0xd1, 0x70, 0x38, - 0xc7, 0x3e, 0xad, 0x25, 0x82, 0x74, 0x2c, 0xf0, 0x35, 0x0f, 0xc5, 0x2b, 0x1a, 0x0e, 0xe1, 0x23, - 0x70, 0xa3, 0x47, 0x08, 0xf6, 0x02, 0x2c, 0x9c, 0x6b, 0x7a, 0xde, 0x98, 0x19, 0xac, 0xf7, 0x94, - 0xf2, 0x11, 0x16, 0xb5, 0x3f, 0x97, 0xc1, 0xca, 0xd8, 0xd8, 0x0a, 0x9f, 0x80, 0x4a, 0x44, 0xb8, - 0xba, 0x15, 0xca, 0x39, 0x63, 0x0f, 0x52, 0xfd, 0x23, 0xac, 0xa2, 0x23, 0x50, 0x48, 0x84, 0xe7, - 0xb3, 0x44, 0x4d, 0x31, 0xf3, 0x45, 0x47, 0x43, 0x5a, 0x06, 0x01, 0x0f, 0xc1, 0xad, 0x6c, 0x8e, - 0x8d, 0x79, 0xc0, 0xb8, 0x1a, 0x6d, 0x66, 0xfc, 0x0e, 0x79, 0xb8, 0x67, 0x58, 0x56, 0x53, 0x54, - 0xdb, 0x82, 0xe0, 0xe7, 0xa0, 0x4a, 0x28, 0xea, 0x86, 0xc4, 0x0b, 0x99, 0x8f, 0xc2, 0x39, 0x92, - 0xb5, 0x62, 0xf4, 0xbf, 0x56, 0xea, 0x35, 0x17, 0xac, 0x8c, 0x35, 0x6f, 0xf8, 0x2b, 0x50, 0xcd, - 0x5f, 0x51, 0xe7, 0x4a, 0x9e, 0x4a, 0xee, 0x66, 0x5a, 0xfb, 0x5b, 0x19, 0x54, 0xf3, 0xd3, 0x0e, - 0xfc, 0x8b, 0x1a, 0xeb, 0x66, 0xfe, 0xa0, 0xd2, 0x46, 0x96, 0xf7, 0xde, 0x14, 0x8c, 0x75, 0x79, - 0xd6, 0xa7, 0x86, 0xe2, 0x35, 0x0f, 0x5f, 0x30, 0x6c, 0xe6, 0xef, 0xe9, 0xcb, 0x6e, 0x6d, 0x30, - 0x75, 0x0d, 0x72, 0x00, 0x2f, 0xff, 0xfa, 0xd2, 0x9b, 0xba, 0xbc, 0xf7, 0x74, 0x01, 0x8f, 0x8e, - 0xc9, 0xb9, 0xbc, 0xe4, 0x87, 0x12, 0xba, 0xab, 0x83, 0x31, 0x49, 0x0d, 0x83, 0xf5, 0x89, 0x83, - 0x1a, 0xfc, 0x35, 0x80, 0xb9, 0x3e, 0x8c, 0x7c, 0xa9, 0x1b, 0x7f, 0x49, 0x27, 0xfc, 0xec, 0x3d, - 0xb8, 0x75, 0x81, 0x6b, 0x1a, 0xd8, 0xc1, 0x16, 0xd8, 0xbc, 0xb8, 0x2e, 0x8d, 0xcd, 0x5f, 0x07, - 0xff, 0x2b, 0x81, 0xfb, 0x3e, 0x8b, 0x8a, 0xe7, 0xbc, 0x83, 0xa5, 0x56, 0x96, 0x75, 0x4c, 0xb2, - 0x76, 0xe9, 0x9b, 0xe7, 0x16, 0xd3, 0x67, 0xaa, 0xe6, 0xeb, 0x8c, 0xf7, 0x1b, 0x7d, 0x42, 0xb5, - 0x57, 0xe9, 0x8f, 0xc5, 0x38, 0x10, 0x33, 0x7e, 0xe0, 0x3f, 0xce, 0x9e, 0xfe, 0x5e, 0xbe, 0xfa, - 0x55, 0xb3, 0xf9, 0xcf, 0xf2, 0x3d, 0xd3, 0x35, 0xea, 0x4d, 0x2c, 0xea, 0xe6, 0x51, 0x3d, 0x9d, - 0xec, 0xd6, 0xdd, 0x54, 0xf3, 0xdf, 0xa9, 0xce, 0x69, 0x13, 0x8b, 0xd3, 0x4c, 0xe7, 0xf4, 0x64, - 0xf7, 0x34, 0xd3, 0xf9, 0x6f, 0xf9, 0xbe, 0x59, 0xd8, 0xdf, 0x6f, 0x62, 0xb1, 0xbf, 0x9f, 0x69, - 0xed, 0xef, 0x9f, 0xec, 0xee, 0xef, 0x67, 0x7a, 0xdd, 0xeb, 0xda, 0xd9, 0x87, 0xff, 0x0f, 0x00, - 0x00, 0xff, 0xff, 0xd3, 0x1b, 0xc8, 0xa6, 0x6c, 0x18, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/campaign_audience_view.pb.go b/googleapis/ads/googleads/v0/resources/campaign_audience_view.pb.go deleted file mode 100644 index cc3633dd7d..0000000000 --- a/googleapis/ads/googleads/v0/resources/campaign_audience_view.pb.go +++ /dev/null @@ -1,96 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/campaign_audience_view.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A campaign audience view. -// Includes performance data from interests and remarketing lists for Display -// Network and YouTube Network ads, and remarketing lists for search ads (RLSA), -// aggregated by campaign and audience criterion. This view only includes -// audiences attached at the campaign level. -type CampaignAudienceView struct { - // The resource name of the campaign audience view. - // Campaign audience view resource names have the form: - // - // - // `customers/{customer_id}/campaignAudienceViews/{campaign_id}_{criterion_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignAudienceView) Reset() { *m = CampaignAudienceView{} } -func (m *CampaignAudienceView) String() string { return proto.CompactTextString(m) } -func (*CampaignAudienceView) ProtoMessage() {} -func (*CampaignAudienceView) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_audience_view_f9559ed312d2c5a1, []int{0} -} -func (m *CampaignAudienceView) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignAudienceView.Unmarshal(m, b) -} -func (m *CampaignAudienceView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignAudienceView.Marshal(b, m, deterministic) -} -func (dst *CampaignAudienceView) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignAudienceView.Merge(dst, src) -} -func (m *CampaignAudienceView) XXX_Size() int { - return xxx_messageInfo_CampaignAudienceView.Size(m) -} -func (m *CampaignAudienceView) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignAudienceView.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignAudienceView proto.InternalMessageInfo - -func (m *CampaignAudienceView) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*CampaignAudienceView)(nil), "google.ads.googleads.v0.resources.CampaignAudienceView") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/campaign_audience_view.proto", fileDescriptor_campaign_audience_view_f9559ed312d2c5a1) -} - -var fileDescriptor_campaign_audience_view_f9559ed312d2c5a1 = []byte{ - // 259 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4b, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xa2, 0xd4, - 0xe2, 0xfc, 0xd2, 0xa2, 0xe4, 0xd4, 0x62, 0xfd, 0xe4, 0xc4, 0xdc, 0x82, 0xc4, 0xcc, 0xf4, 0xbc, - 0xf8, 0xc4, 0xd2, 0x94, 0xcc, 0xd4, 0xbc, 0xe4, 0xd4, 0xf8, 0xb2, 0xcc, 0xd4, 0x72, 0xbd, 0x82, - 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x45, 0x88, 0x26, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x7e, 0xbd, - 0x32, 0x03, 0x3d, 0xb8, 0x7e, 0x25, 0x6b, 0x2e, 0x11, 0x67, 0xa8, 0x11, 0x8e, 0x50, 0x13, 0xc2, - 0x32, 0x53, 0xcb, 0x85, 0x94, 0xb9, 0x78, 0x61, 0x8a, 0xe2, 0xf3, 0x12, 0x73, 0x53, 0x25, 0x18, - 0x15, 0x18, 0x35, 0x38, 0x83, 0x78, 0x60, 0x82, 0x7e, 0x89, 0xb9, 0xa9, 0x4e, 0x6d, 0x4c, 0x5c, - 0xaa, 0xc9, 0xf9, 0xb9, 0x7a, 0x04, 0xad, 0x71, 0x92, 0xc4, 0x66, 0x49, 0x00, 0xc8, 0x91, 0x01, - 0x8c, 0x51, 0x5e, 0x50, 0xfd, 0xe9, 0xf9, 0x39, 0x89, 0x79, 0xe9, 0x7a, 0xf9, 0x45, 0xe9, 0xfa, - 0xe9, 0xa9, 0x79, 0x60, 0x2f, 0xc0, 0xbc, 0x5d, 0x90, 0x59, 0x8c, 0x27, 0x14, 0xac, 0xe1, 0xac, - 0x45, 0x4c, 0xcc, 0xee, 0x8e, 0x8e, 0xab, 0x98, 0x14, 0xdd, 0x21, 0x46, 0x3a, 0xa6, 0x14, 0xeb, - 0x41, 0x98, 0x20, 0x56, 0x98, 0x81, 0x5e, 0x10, 0x4c, 0xe5, 0x29, 0x98, 0x9a, 0x18, 0xc7, 0x94, - 0xe2, 0x18, 0xb8, 0x9a, 0x98, 0x30, 0x83, 0x18, 0xb8, 0x9a, 0x57, 0x4c, 0xaa, 0x10, 0x09, 0x2b, - 0x2b, 0xc7, 0x94, 0x62, 0x2b, 0x2b, 0xb8, 0x2a, 0x2b, 0xab, 0x30, 0x03, 0x2b, 0x2b, 0xb8, 0xba, - 0x24, 0x36, 0xb0, 0x63, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xeb, 0xa1, 0x69, 0x4b, 0xb1, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/campaign_bid_modifier.pb.go b/googleapis/ads/googleads/v0/resources/campaign_bid_modifier.pb.go deleted file mode 100644 index 4fc1ccb24b..0000000000 --- a/googleapis/ads/googleads/v0/resources/campaign_bid_modifier.pb.go +++ /dev/null @@ -1,216 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/campaign_bid_modifier.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Represents a bid-modifiable only criterion at the campaign level. -type CampaignBidModifier struct { - // The resource name of the campaign bid modifier. - // Campaign bid modifier resource names have the form: - // - // `customers/{customer_id}/campaignBidModifiers/{campaign_id}_{criterion_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The campaign to which this criterion belongs. - Campaign *wrappers.StringValue `protobuf:"bytes,2,opt,name=campaign,proto3" json:"campaign,omitempty"` - // The ID of the criterion to bid modify. - // - // This field is ignored for mutates. - CriterionId *wrappers.Int64Value `protobuf:"bytes,3,opt,name=criterion_id,json=criterionId,proto3" json:"criterion_id,omitempty"` - // The modifier for the bid when the criterion matches. - BidModifier *wrappers.DoubleValue `protobuf:"bytes,4,opt,name=bid_modifier,json=bidModifier,proto3" json:"bid_modifier,omitempty"` - // The criterion of this campaign bid modifier. - // - // Types that are valid to be assigned to Criterion: - // *CampaignBidModifier_InteractionType - Criterion isCampaignBidModifier_Criterion `protobuf_oneof:"criterion"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignBidModifier) Reset() { *m = CampaignBidModifier{} } -func (m *CampaignBidModifier) String() string { return proto.CompactTextString(m) } -func (*CampaignBidModifier) ProtoMessage() {} -func (*CampaignBidModifier) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_bid_modifier_8a4182815fbca687, []int{0} -} -func (m *CampaignBidModifier) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignBidModifier.Unmarshal(m, b) -} -func (m *CampaignBidModifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignBidModifier.Marshal(b, m, deterministic) -} -func (dst *CampaignBidModifier) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignBidModifier.Merge(dst, src) -} -func (m *CampaignBidModifier) XXX_Size() int { - return xxx_messageInfo_CampaignBidModifier.Size(m) -} -func (m *CampaignBidModifier) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignBidModifier.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignBidModifier proto.InternalMessageInfo - -func (m *CampaignBidModifier) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *CampaignBidModifier) GetCampaign() *wrappers.StringValue { - if m != nil { - return m.Campaign - } - return nil -} - -func (m *CampaignBidModifier) GetCriterionId() *wrappers.Int64Value { - if m != nil { - return m.CriterionId - } - return nil -} - -func (m *CampaignBidModifier) GetBidModifier() *wrappers.DoubleValue { - if m != nil { - return m.BidModifier - } - return nil -} - -type isCampaignBidModifier_Criterion interface { - isCampaignBidModifier_Criterion() -} - -type CampaignBidModifier_InteractionType struct { - InteractionType *common.InteractionTypeInfo `protobuf:"bytes,5,opt,name=interaction_type,json=interactionType,proto3,oneof"` -} - -func (*CampaignBidModifier_InteractionType) isCampaignBidModifier_Criterion() {} - -func (m *CampaignBidModifier) GetCriterion() isCampaignBidModifier_Criterion { - if m != nil { - return m.Criterion - } - return nil -} - -func (m *CampaignBidModifier) GetInteractionType() *common.InteractionTypeInfo { - if x, ok := m.GetCriterion().(*CampaignBidModifier_InteractionType); ok { - return x.InteractionType - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*CampaignBidModifier) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _CampaignBidModifier_OneofMarshaler, _CampaignBidModifier_OneofUnmarshaler, _CampaignBidModifier_OneofSizer, []interface{}{ - (*CampaignBidModifier_InteractionType)(nil), - } -} - -func _CampaignBidModifier_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*CampaignBidModifier) - // criterion - switch x := m.Criterion.(type) { - case *CampaignBidModifier_InteractionType: - b.EncodeVarint(5<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.InteractionType); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("CampaignBidModifier.Criterion has unexpected type %T", x) - } - return nil -} - -func _CampaignBidModifier_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*CampaignBidModifier) - switch tag { - case 5: // criterion.interaction_type - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.InteractionTypeInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignBidModifier_InteractionType{msg} - return true, err - default: - return false, nil - } -} - -func _CampaignBidModifier_OneofSizer(msg proto.Message) (n int) { - m := msg.(*CampaignBidModifier) - // criterion - switch x := m.Criterion.(type) { - case *CampaignBidModifier_InteractionType: - s := proto.Size(x.InteractionType) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -func init() { - proto.RegisterType((*CampaignBidModifier)(nil), "google.ads.googleads.v0.resources.CampaignBidModifier") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/campaign_bid_modifier.proto", fileDescriptor_campaign_bid_modifier_8a4182815fbca687) -} - -var fileDescriptor_campaign_bid_modifier_8a4182815fbca687 = []byte{ - // 425 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xd1, 0x8a, 0xd4, 0x30, - 0x14, 0x86, 0x6d, 0x57, 0xc5, 0xcd, 0x8c, 0x28, 0xf5, 0xa6, 0xac, 0x22, 0xbb, 0xca, 0xc2, 0xde, - 0x98, 0x16, 0x57, 0x44, 0x22, 0x2a, 0xad, 0xc2, 0x3a, 0x82, 0xb2, 0x54, 0xe9, 0x85, 0x14, 0x6a, - 0xda, 0x64, 0x42, 0xa0, 0x4d, 0x4a, 0xd2, 0xae, 0xcc, 0x03, 0xf8, 0x22, 0x5e, 0xfa, 0x28, 0x3e, - 0x87, 0x57, 0x3e, 0x85, 0xb4, 0x69, 0xc2, 0x88, 0x8e, 0xde, 0xfd, 0x6d, 0xfe, 0xef, 0x9c, 0xff, - 0xe4, 0x04, 0x3c, 0x63, 0x52, 0xb2, 0x86, 0x46, 0x98, 0xe8, 0xc8, 0xc8, 0x51, 0x5d, 0xc4, 0x91, - 0xa2, 0x5a, 0x0e, 0xaa, 0xa6, 0x3a, 0xaa, 0x71, 0xdb, 0x61, 0xce, 0x44, 0x59, 0x71, 0x52, 0xb6, - 0x92, 0xf0, 0x35, 0xa7, 0x0a, 0x76, 0x4a, 0xf6, 0x32, 0x38, 0x32, 0x0c, 0xc4, 0x44, 0x43, 0x87, - 0xc3, 0x8b, 0x18, 0x3a, 0xfc, 0xe0, 0xc1, 0xae, 0x0e, 0xb5, 0x6c, 0x5b, 0x29, 0xa2, 0x5a, 0xf1, - 0x9e, 0x2a, 0x8e, 0x4d, 0xc5, 0x83, 0xbb, 0xb3, 0x7d, 0xfa, 0xaa, 0x86, 0x75, 0xf4, 0x59, 0xe1, - 0xae, 0xa3, 0x4a, 0x9b, 0xf3, 0x7b, 0x3f, 0x7c, 0x70, 0xeb, 0xe5, 0x9c, 0x28, 0xe5, 0xe4, 0xed, - 0x9c, 0x27, 0xb8, 0x0f, 0xae, 0xdb, 0x9e, 0xa5, 0xc0, 0x2d, 0x0d, 0xbd, 0x43, 0xef, 0x64, 0x3f, - 0x5b, 0xda, 0x9f, 0xef, 0x70, 0x4b, 0x83, 0x27, 0xe0, 0x9a, 0x9d, 0x26, 0xf4, 0x0f, 0xbd, 0x93, - 0xc5, 0xc3, 0x3b, 0x73, 0x6c, 0x68, 0xfb, 0xc1, 0xf7, 0xbd, 0xe2, 0x82, 0xe5, 0xb8, 0x19, 0x68, - 0xe6, 0xdc, 0xc1, 0x73, 0xb0, 0x9c, 0x83, 0x4a, 0x51, 0x72, 0x12, 0xee, 0x4d, 0xf4, 0xed, 0x3f, - 0xe8, 0x95, 0xe8, 0x1f, 0x3f, 0x32, 0xf0, 0xc2, 0x01, 0x2b, 0x12, 0xbc, 0x00, 0xcb, 0xed, 0xeb, - 0x0b, 0x2f, 0xef, 0xe8, 0xfe, 0x4a, 0x0e, 0x55, 0x43, 0xe7, 0x02, 0xd5, 0xd6, 0x7c, 0x9f, 0xc0, - 0x4d, 0x2e, 0x7a, 0xaa, 0x70, 0xdd, 0x8f, 0x11, 0xfa, 0x4d, 0x47, 0xc3, 0x2b, 0x53, 0x91, 0x53, - 0xb8, 0x6b, 0x09, 0xe6, 0x86, 0xc7, 0x4c, 0x96, 0xfb, 0xb0, 0xe9, 0xe8, 0x4a, 0xac, 0xe5, 0xeb, - 0x4b, 0xd9, 0x0d, 0xfe, 0xfb, 0xef, 0x74, 0x01, 0xf6, 0x5d, 0xe2, 0xf4, 0x8b, 0x0f, 0x8e, 0x6b, - 0xd9, 0xc2, 0xff, 0xee, 0x37, 0x0d, 0xff, 0xb2, 0x8d, 0xf3, 0x71, 0x9c, 0x73, 0xef, 0xe3, 0x9b, - 0x19, 0x67, 0xb2, 0xc1, 0x82, 0x41, 0xa9, 0x58, 0xc4, 0xa8, 0x98, 0x86, 0xb5, 0x6f, 0xa1, 0xe3, - 0xfa, 0x1f, 0x8f, 0xef, 0xa9, 0x53, 0x5f, 0xfd, 0xbd, 0xb3, 0x24, 0xf9, 0xe6, 0x1f, 0x9d, 0x99, - 0x92, 0x09, 0xd1, 0xd0, 0xc8, 0x51, 0xe5, 0x31, 0xcc, 0xac, 0xf3, 0xbb, 0xf5, 0x14, 0x09, 0xd1, - 0x85, 0xf3, 0x14, 0x79, 0x5c, 0x38, 0xcf, 0x4f, 0xff, 0xd8, 0x1c, 0x20, 0x94, 0x10, 0x8d, 0x90, - 0x73, 0x21, 0x94, 0xc7, 0x08, 0x39, 0x5f, 0x75, 0x75, 0x0a, 0x7b, 0xfa, 0x2b, 0x00, 0x00, 0xff, - 0xff, 0x14, 0x76, 0xbf, 0xaa, 0x28, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/campaign_budget.pb.go b/googleapis/ads/googleads/v0/resources/campaign_budget.pb.go deleted file mode 100644 index 0f9b2b3258..0000000000 --- a/googleapis/ads/googleads/v0/resources/campaign_budget.pb.go +++ /dev/null @@ -1,310 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/campaign_budget.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A campaign budget. -type CampaignBudget struct { - // The resource name of the campaign budget. - // Campaign budget resource names have the form: - // - // `customers/{customer_id}/campaignBudgets/{budget_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the campaign budget. - // - // A campaign budget is created using the CampaignBudgetService create - // operation and is assigned a budget ID. A budget ID can be shared across - // different campaigns; the system will then allocate the campaign budget - // among different campaigns to get optimum results. - Id *wrappers.Int64Value `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` - // The name of the campaign budget. - // - // When creating a campaign budget through CampaignBudgetService, every - // explicitly shared campaign budget must have a non-null, non-empty name. - // Campaign budgets that are not explicitly shared derive their name from the - // attached campaign's name. - // - // The length of this string must be between 1 and 255, inclusive, - // in UTF-8 bytes, (trimmed). - Name *wrappers.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` - // The amount of the budget, in the local currency for the account. - // Amount is specified in micros, where one million is equivalent to one - // currency unit. - AmountMicros *wrappers.Int64Value `protobuf:"bytes,5,opt,name=amount_micros,json=amountMicros,proto3" json:"amount_micros,omitempty"` - // The lifetime amount of the budget, in the local currency for the account. - // Amount is specified in micros, where one million is equivalent to one - // currency unit. - TotalAmountMicros *wrappers.Int64Value `protobuf:"bytes,10,opt,name=total_amount_micros,json=totalAmountMicros,proto3" json:"total_amount_micros,omitempty"` - // The status of this campaign budget. This field is read-only. - Status enums.BudgetStatusEnum_BudgetStatus `protobuf:"varint,6,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.BudgetStatusEnum_BudgetStatus" json:"status,omitempty"` - // The delivery method that determines the rate at which the campaign budget - // is spent. - // - // Defaults to STANDARD if unspecified in a create operation. - DeliveryMethod enums.BudgetDeliveryMethodEnum_BudgetDeliveryMethod `protobuf:"varint,7,opt,name=delivery_method,json=deliveryMethod,proto3,enum=google.ads.googleads.v0.enums.BudgetDeliveryMethodEnum_BudgetDeliveryMethod" json:"delivery_method,omitempty"` - // Specifies whether the budget is explicitly shared. Defaults to true if - // unspecified in a create operation. - // - // If true, the budget was created with the purpose of sharing - // across one or more campaigns. - // - // If false, the budget was created with the intention of only being used - // with a single campaign. The budget's name and status will stay in sync - // with the campaign's name and status. Attempting to share the budget with a - // second campaign will result in an error. - // - // A non-shared budget can become an explicitly shared. The same operation - // must - // also assign the budget a name. - // - // A shared campaign budget can never become non-shared. - ExplicitlyShared *wrappers.BoolValue `protobuf:"bytes,8,opt,name=explicitly_shared,json=explicitlyShared,proto3" json:"explicitly_shared,omitempty"` - // The number of campaigns actively using the budget. - // - // This field is read-only. - ReferenceCount *wrappers.Int64Value `protobuf:"bytes,9,opt,name=reference_count,json=referenceCount,proto3" json:"reference_count,omitempty"` - // Indicates whether there is a recommended budget for this campaign budget. - // - // This field is read-only. - HasRecommendedBudget *wrappers.BoolValue `protobuf:"bytes,11,opt,name=has_recommended_budget,json=hasRecommendedBudget,proto3" json:"has_recommended_budget,omitempty"` - // The recommended budget amount. If no recommendation is available, this will - // be set to the budget amount. - // Amount is specified in micros, where one million is equivalent to one - // currency unit. - // - // This field is read-only. - RecommendedBudgetAmountMicros *wrappers.Int64Value `protobuf:"bytes,12,opt,name=recommended_budget_amount_micros,json=recommendedBudgetAmountMicros,proto3" json:"recommended_budget_amount_micros,omitempty"` - // Period over which to spend the budget. Defaults to DAILY if not specified. - Period enums.BudgetPeriodEnum_BudgetPeriod `protobuf:"varint,13,opt,name=period,proto3,enum=google.ads.googleads.v0.enums.BudgetPeriodEnum_BudgetPeriod" json:"period,omitempty"` - // The estimated change in weekly clicks if the recommended budget is applied. - // - // This field is read-only. - RecommendedBudgetEstimatedChangeWeeklyClicks *wrappers.Int64Value `protobuf:"bytes,14,opt,name=recommended_budget_estimated_change_weekly_clicks,json=recommendedBudgetEstimatedChangeWeeklyClicks,proto3" json:"recommended_budget_estimated_change_weekly_clicks,omitempty"` - // The estimated change in weekly cost in micros if the recommended budget is - // applied. One million is equivalent to one currency unit. - // - // This field is read-only. - RecommendedBudgetEstimatedChangeWeeklyCostMicros *wrappers.Int64Value `protobuf:"bytes,15,opt,name=recommended_budget_estimated_change_weekly_cost_micros,json=recommendedBudgetEstimatedChangeWeeklyCostMicros,proto3" json:"recommended_budget_estimated_change_weekly_cost_micros,omitempty"` - // The estimated change in weekly interactions if the recommended budget is - // applied. - // - // This field is read-only. - RecommendedBudgetEstimatedChangeWeeklyInteractions *wrappers.Int64Value `protobuf:"bytes,16,opt,name=recommended_budget_estimated_change_weekly_interactions,json=recommendedBudgetEstimatedChangeWeeklyInteractions,proto3" json:"recommended_budget_estimated_change_weekly_interactions,omitempty"` - // The estimated change in weekly views if the recommended budget is applied. - // - // This field is read-only. - RecommendedBudgetEstimatedChangeWeeklyViews *wrappers.Int64Value `protobuf:"bytes,17,opt,name=recommended_budget_estimated_change_weekly_views,json=recommendedBudgetEstimatedChangeWeeklyViews,proto3" json:"recommended_budget_estimated_change_weekly_views,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignBudget) Reset() { *m = CampaignBudget{} } -func (m *CampaignBudget) String() string { return proto.CompactTextString(m) } -func (*CampaignBudget) ProtoMessage() {} -func (*CampaignBudget) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_budget_f46174f50b4674ec, []int{0} -} -func (m *CampaignBudget) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignBudget.Unmarshal(m, b) -} -func (m *CampaignBudget) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignBudget.Marshal(b, m, deterministic) -} -func (dst *CampaignBudget) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignBudget.Merge(dst, src) -} -func (m *CampaignBudget) XXX_Size() int { - return xxx_messageInfo_CampaignBudget.Size(m) -} -func (m *CampaignBudget) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignBudget.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignBudget proto.InternalMessageInfo - -func (m *CampaignBudget) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *CampaignBudget) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *CampaignBudget) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *CampaignBudget) GetAmountMicros() *wrappers.Int64Value { - if m != nil { - return m.AmountMicros - } - return nil -} - -func (m *CampaignBudget) GetTotalAmountMicros() *wrappers.Int64Value { - if m != nil { - return m.TotalAmountMicros - } - return nil -} - -func (m *CampaignBudget) GetStatus() enums.BudgetStatusEnum_BudgetStatus { - if m != nil { - return m.Status - } - return enums.BudgetStatusEnum_UNSPECIFIED -} - -func (m *CampaignBudget) GetDeliveryMethod() enums.BudgetDeliveryMethodEnum_BudgetDeliveryMethod { - if m != nil { - return m.DeliveryMethod - } - return enums.BudgetDeliveryMethodEnum_UNSPECIFIED -} - -func (m *CampaignBudget) GetExplicitlyShared() *wrappers.BoolValue { - if m != nil { - return m.ExplicitlyShared - } - return nil -} - -func (m *CampaignBudget) GetReferenceCount() *wrappers.Int64Value { - if m != nil { - return m.ReferenceCount - } - return nil -} - -func (m *CampaignBudget) GetHasRecommendedBudget() *wrappers.BoolValue { - if m != nil { - return m.HasRecommendedBudget - } - return nil -} - -func (m *CampaignBudget) GetRecommendedBudgetAmountMicros() *wrappers.Int64Value { - if m != nil { - return m.RecommendedBudgetAmountMicros - } - return nil -} - -func (m *CampaignBudget) GetPeriod() enums.BudgetPeriodEnum_BudgetPeriod { - if m != nil { - return m.Period - } - return enums.BudgetPeriodEnum_UNSPECIFIED -} - -func (m *CampaignBudget) GetRecommendedBudgetEstimatedChangeWeeklyClicks() *wrappers.Int64Value { - if m != nil { - return m.RecommendedBudgetEstimatedChangeWeeklyClicks - } - return nil -} - -func (m *CampaignBudget) GetRecommendedBudgetEstimatedChangeWeeklyCostMicros() *wrappers.Int64Value { - if m != nil { - return m.RecommendedBudgetEstimatedChangeWeeklyCostMicros - } - return nil -} - -func (m *CampaignBudget) GetRecommendedBudgetEstimatedChangeWeeklyInteractions() *wrappers.Int64Value { - if m != nil { - return m.RecommendedBudgetEstimatedChangeWeeklyInteractions - } - return nil -} - -func (m *CampaignBudget) GetRecommendedBudgetEstimatedChangeWeeklyViews() *wrappers.Int64Value { - if m != nil { - return m.RecommendedBudgetEstimatedChangeWeeklyViews - } - return nil -} - -func init() { - proto.RegisterType((*CampaignBudget)(nil), "google.ads.googleads.v0.resources.CampaignBudget") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/campaign_budget.proto", fileDescriptor_campaign_budget_f46174f50b4674ec) -} - -var fileDescriptor_campaign_budget_f46174f50b4674ec = []byte{ - // 707 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x95, 0xdd, 0x4e, 0xd4, 0x40, - 0x18, 0x86, 0xd3, 0x05, 0x51, 0x06, 0x58, 0xa0, 0x18, 0xd3, 0xe0, 0x4f, 0x16, 0x0d, 0x09, 0x09, - 0xa6, 0x5b, 0xd0, 0x40, 0x52, 0x3d, 0x70, 0x77, 0x21, 0x04, 0x15, 0xb3, 0x59, 0xcc, 0x9a, 0x98, - 0x4d, 0x9a, 0xa1, 0xf3, 0xd1, 0x9d, 0xd0, 0x76, 0x9a, 0x99, 0xe9, 0x22, 0x67, 0xc6, 0x78, 0x6a, - 0xe2, 0x35, 0x78, 0xe8, 0x35, 0x78, 0x05, 0x5e, 0x8a, 0x57, 0x61, 0x76, 0xfa, 0xc3, 0xfe, 0x88, - 0xdd, 0x3d, 0x9b, 0xce, 0xbc, 0xef, 0x33, 0xef, 0x7c, 0xfd, 0xda, 0x41, 0xfb, 0x1e, 0x63, 0x9e, - 0x0f, 0x55, 0x4c, 0x44, 0x35, 0x19, 0xf6, 0x47, 0x3d, 0xab, 0xca, 0x41, 0xb0, 0x98, 0xbb, 0x20, - 0xaa, 0x2e, 0x0e, 0x22, 0x4c, 0xbd, 0xd0, 0x39, 0x8b, 0x89, 0x07, 0xd2, 0x8c, 0x38, 0x93, 0x4c, - 0xdf, 0x48, 0xd4, 0x26, 0x26, 0xc2, 0xcc, 0x8d, 0x66, 0xcf, 0x32, 0x73, 0xe3, 0xba, 0x7d, 0x13, - 0x1b, 0xc2, 0x38, 0x10, 0xd5, 0x04, 0xe7, 0x10, 0xf0, 0x69, 0x0f, 0xf8, 0x95, 0x13, 0x80, 0xec, - 0x32, 0x92, 0xe0, 0xd7, 0x77, 0x26, 0xf2, 0x46, 0xc0, 0xe9, 0x94, 0x16, 0x21, 0xb1, 0x8c, 0x45, - 0x6a, 0x79, 0x94, 0x5a, 0xd4, 0xd3, 0x59, 0x7c, 0x5e, 0xbd, 0xe4, 0x38, 0x8a, 0x80, 0xa7, 0xeb, - 0x8f, 0x7f, 0x2d, 0xa0, 0x72, 0x23, 0x3d, 0x7e, 0x5d, 0xf9, 0xf5, 0x27, 0x68, 0x29, 0x3b, 0xa1, - 0x13, 0xe2, 0x00, 0x0c, 0xad, 0xa2, 0x6d, 0xcd, 0xb7, 0x16, 0xb3, 0xc9, 0x77, 0x38, 0x00, 0x7d, - 0x1b, 0x95, 0x28, 0x31, 0x66, 0x2a, 0xda, 0xd6, 0xc2, 0xee, 0xfd, 0xb4, 0x3c, 0x66, 0xb6, 0x89, - 0x79, 0x1c, 0xca, 0xbd, 0xe7, 0x6d, 0xec, 0xc7, 0xd0, 0x2a, 0x51, 0xa2, 0x5b, 0x68, 0x56, 0x81, - 0x66, 0x95, 0xfc, 0xc1, 0x98, 0xfc, 0x54, 0x72, 0x1a, 0x7a, 0x89, 0x5e, 0x29, 0xf5, 0x57, 0x68, - 0x09, 0x07, 0x2c, 0x0e, 0xa5, 0x13, 0x50, 0x97, 0x33, 0x61, 0xdc, 0x2a, 0xde, 0x69, 0x31, 0x71, - 0x9c, 0x28, 0x83, 0xfe, 0x06, 0xad, 0x49, 0x26, 0xb1, 0xef, 0x0c, 0x73, 0x50, 0x31, 0x67, 0x55, - 0xf9, 0x6a, 0x83, 0xb0, 0xf7, 0x68, 0x2e, 0xa9, 0xaa, 0x31, 0x57, 0xd1, 0xb6, 0xca, 0xbb, 0x2f, - 0xcd, 0x9b, 0x7a, 0x43, 0xbd, 0x09, 0x33, 0xa9, 0xe4, 0xa9, 0xb2, 0x1c, 0x86, 0x71, 0x30, 0x34, - 0xd1, 0x4a, 0x59, 0x7a, 0x8c, 0x96, 0x47, 0x5a, 0xc3, 0xb8, 0xad, 0xf0, 0x6f, 0x27, 0xc2, 0x1f, - 0xa4, 0xde, 0x13, 0x65, 0x1d, 0xd8, 0x66, 0x78, 0xa1, 0x55, 0x26, 0x43, 0xcf, 0xfa, 0x11, 0x5a, - 0x85, 0x4f, 0x91, 0x4f, 0x5d, 0x2a, 0xfd, 0x2b, 0x47, 0x74, 0x31, 0x07, 0x62, 0xdc, 0x51, 0x75, - 0x59, 0x1f, 0xab, 0x4b, 0x9d, 0x31, 0x3f, 0x29, 0xcb, 0xca, 0xb5, 0xe9, 0x54, 0x79, 0xf4, 0x03, - 0xb4, 0xcc, 0xe1, 0x1c, 0x38, 0x84, 0x2e, 0x38, 0x6e, 0xbf, 0x5c, 0xc6, 0x7c, 0x71, 0x79, 0xcb, - 0xb9, 0xa7, 0xd1, 0xb7, 0xe8, 0x4d, 0x74, 0xaf, 0x8b, 0x85, 0xc3, 0xc1, 0x65, 0x41, 0x00, 0x21, - 0x01, 0x92, 0x7e, 0x86, 0xc6, 0x42, 0x61, 0xa6, 0xbb, 0x5d, 0x2c, 0x5a, 0xd7, 0xc6, 0xb4, 0x81, - 0x09, 0xaa, 0x8c, 0xd3, 0x46, 0xfa, 0x60, 0xb1, 0x38, 0xe8, 0x43, 0x3e, 0x4a, 0x1e, 0xed, 0x89, - 0xe4, 0xe3, 0x34, 0x96, 0xa6, 0xe8, 0x89, 0xa6, 0xb2, 0x0c, 0xbc, 0xac, 0x64, 0xa2, 0x95, 0xb2, - 0xf4, 0xaf, 0x1a, 0xda, 0xf9, 0x47, 0x78, 0x10, 0x92, 0x06, 0x58, 0x02, 0x71, 0xdc, 0x2e, 0x0e, - 0x3d, 0x70, 0x2e, 0x01, 0x2e, 0xfc, 0x2b, 0xc7, 0xf5, 0xa9, 0x7b, 0x21, 0x8c, 0x72, 0xf1, 0x69, - 0x9e, 0x8e, 0x9d, 0xe6, 0x30, 0x63, 0x36, 0x14, 0xf2, 0x83, 0x22, 0x36, 0x14, 0x50, 0xff, 0xa6, - 0xa1, 0xbd, 0x69, 0x62, 0x30, 0x91, 0x57, 0x76, 0xb9, 0x38, 0x8b, 0x35, 0x61, 0x16, 0x26, 0xb2, - 0x62, 0x7f, 0xd7, 0xd0, 0xfe, 0x14, 0x79, 0x68, 0x28, 0x81, 0x63, 0x57, 0x52, 0x16, 0x0a, 0x63, - 0xa5, 0x38, 0xd0, 0xee, 0x64, 0x81, 0x8e, 0x07, 0xb0, 0xfa, 0x17, 0x0d, 0x59, 0x53, 0x44, 0xea, - 0x51, 0xb8, 0x14, 0xc6, 0x6a, 0x71, 0x96, 0xed, 0xc9, 0xb2, 0xb4, 0xfb, 0xbc, 0xfa, 0xe7, 0x12, - 0xda, 0x74, 0x59, 0x60, 0x16, 0x5e, 0x55, 0xf5, 0xb5, 0xe1, 0xbf, 0x7c, 0xb3, 0xbf, 0x73, 0x53, - 0xfb, 0xf8, 0x3a, 0x75, 0x7a, 0xcc, 0xc7, 0xa1, 0x67, 0x32, 0xee, 0x55, 0x3d, 0x08, 0x55, 0xae, - 0xec, 0x8a, 0x89, 0xa8, 0xf8, 0xcf, 0xe5, 0xf9, 0x22, 0x1f, 0xfd, 0x28, 0xcd, 0x1c, 0xd5, 0x6a, - 0x3f, 0x4b, 0x1b, 0x47, 0x09, 0xb2, 0x46, 0x84, 0x99, 0x0c, 0xfb, 0xa3, 0xb6, 0x65, 0xb6, 0x32, - 0xe5, 0xef, 0x4c, 0xd3, 0xa9, 0x11, 0xd1, 0xc9, 0x35, 0x9d, 0xb6, 0xd5, 0xc9, 0x35, 0x7f, 0x4a, - 0x9b, 0xc9, 0x82, 0x6d, 0xd7, 0x88, 0xb0, 0xed, 0x5c, 0x65, 0xdb, 0x6d, 0xcb, 0xb6, 0x73, 0xdd, - 0xd9, 0x9c, 0x0a, 0xfb, 0xec, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x6a, 0xec, 0x75, 0x81, 0xe8, - 0x07, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/campaign_criterion.pb.go b/googleapis/ads/googleads/v0/resources/campaign_criterion.pb.go deleted file mode 100644 index c6a609f954..0000000000 --- a/googleapis/ads/googleads/v0/resources/campaign_criterion.pb.go +++ /dev/null @@ -1,1001 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/campaign_criterion.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A campaign criterion. -type CampaignCriterion struct { - // 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"` - // The campaign to which the criterion belongs. - Campaign *wrappers.StringValue `protobuf:"bytes,4,opt,name=campaign,proto3" json:"campaign,omitempty"` - // 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"` - // Whether to target (`false`) or exclude (`true`) the criterion. - Negative *wrappers.BoolValue `protobuf:"bytes,7,opt,name=negative,proto3" json:"negative,omitempty"` - // The type of the criterion. - Type enums.CriterionTypeEnum_CriterionType `protobuf:"varint,6,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.CriterionTypeEnum_CriterionType" json:"type,omitempty"` - // The campaign criterion. - // - // Exactly one must be set. - // - // Types that are valid to be assigned to Criterion: - // *CampaignCriterion_Keyword - // *CampaignCriterion_Placement - // *CampaignCriterion_MobileAppCategory - // *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 - Criterion isCampaignCriterion_Criterion `protobuf_oneof:"criterion"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignCriterion) Reset() { *m = CampaignCriterion{} } -func (m *CampaignCriterion) String() string { return proto.CompactTextString(m) } -func (*CampaignCriterion) ProtoMessage() {} -func (*CampaignCriterion) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_criterion_7bc4748acba0df76, []int{0} -} -func (m *CampaignCriterion) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignCriterion.Unmarshal(m, b) -} -func (m *CampaignCriterion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignCriterion.Marshal(b, m, deterministic) -} -func (dst *CampaignCriterion) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignCriterion.Merge(dst, src) -} -func (m *CampaignCriterion) XXX_Size() int { - return xxx_messageInfo_CampaignCriterion.Size(m) -} -func (m *CampaignCriterion) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignCriterion.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignCriterion proto.InternalMessageInfo - -func (m *CampaignCriterion) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *CampaignCriterion) GetCampaign() *wrappers.StringValue { - if m != nil { - return m.Campaign - } - return nil -} - -func (m *CampaignCriterion) GetCriterionId() *wrappers.Int64Value { - if m != nil { - return m.CriterionId - } - return nil -} - -func (m *CampaignCriterion) GetBidModifier() *wrappers.FloatValue { - if m != nil { - return m.BidModifier - } - return nil -} - -func (m *CampaignCriterion) GetNegative() *wrappers.BoolValue { - if m != nil { - return m.Negative - } - return nil -} - -func (m *CampaignCriterion) GetType() enums.CriterionTypeEnum_CriterionType { - if m != nil { - return m.Type - } - return enums.CriterionTypeEnum_UNSPECIFIED -} - -type isCampaignCriterion_Criterion interface { - isCampaignCriterion_Criterion() -} - -type CampaignCriterion_Keyword struct { - Keyword *common.KeywordInfo `protobuf:"bytes,8,opt,name=keyword,proto3,oneof"` -} - -type CampaignCriterion_Placement struct { - Placement *common.PlacementInfo `protobuf:"bytes,9,opt,name=placement,proto3,oneof"` -} - -type CampaignCriterion_MobileAppCategory struct { - MobileAppCategory *common.MobileAppCategoryInfo `protobuf:"bytes,10,opt,name=mobile_app_category,json=mobileAppCategory,proto3,oneof"` -} - -type CampaignCriterion_Location struct { - Location *common.LocationInfo `protobuf:"bytes,12,opt,name=location,proto3,oneof"` -} - -type CampaignCriterion_Device struct { - Device *common.DeviceInfo `protobuf:"bytes,13,opt,name=device,proto3,oneof"` -} - -type CampaignCriterion_AdSchedule struct { - AdSchedule *common.AdScheduleInfo `protobuf:"bytes,15,opt,name=ad_schedule,json=adSchedule,proto3,oneof"` -} - -type CampaignCriterion_AgeRange struct { - AgeRange *common.AgeRangeInfo `protobuf:"bytes,16,opt,name=age_range,json=ageRange,proto3,oneof"` -} - -type CampaignCriterion_Gender struct { - Gender *common.GenderInfo `protobuf:"bytes,17,opt,name=gender,proto3,oneof"` -} - -type CampaignCriterion_IncomeRange struct { - IncomeRange *common.IncomeRangeInfo `protobuf:"bytes,18,opt,name=income_range,json=incomeRange,proto3,oneof"` -} - -type CampaignCriterion_ParentalStatus struct { - ParentalStatus *common.ParentalStatusInfo `protobuf:"bytes,19,opt,name=parental_status,json=parentalStatus,proto3,oneof"` -} - -type CampaignCriterion_UserList struct { - UserList *common.UserListInfo `protobuf:"bytes,22,opt,name=user_list,json=userList,proto3,oneof"` -} - -type CampaignCriterion_YoutubeVideo struct { - YoutubeVideo *common.YouTubeVideoInfo `protobuf:"bytes,20,opt,name=youtube_video,json=youtubeVideo,proto3,oneof"` -} - -type CampaignCriterion_YoutubeChannel struct { - YoutubeChannel *common.YouTubeChannelInfo `protobuf:"bytes,21,opt,name=youtube_channel,json=youtubeChannel,proto3,oneof"` -} - -type CampaignCriterion_Proximity struct { - Proximity *common.ProximityInfo `protobuf:"bytes,23,opt,name=proximity,proto3,oneof"` -} - -type CampaignCriterion_Topic struct { - Topic *common.TopicInfo `protobuf:"bytes,24,opt,name=topic,proto3,oneof"` -} - -type CampaignCriterion_ListingScope struct { - ListingScope *common.ListingScopeInfo `protobuf:"bytes,25,opt,name=listing_scope,json=listingScope,proto3,oneof"` -} - -type CampaignCriterion_Language struct { - Language *common.LanguageInfo `protobuf:"bytes,26,opt,name=language,proto3,oneof"` -} - -type CampaignCriterion_IpBlock struct { - IpBlock *common.IpBlockInfo `protobuf:"bytes,27,opt,name=ip_block,json=ipBlock,proto3,oneof"` -} - -type CampaignCriterion_ContentLabel struct { - ContentLabel *common.ContentLabelInfo `protobuf:"bytes,28,opt,name=content_label,json=contentLabel,proto3,oneof"` -} - -type CampaignCriterion_Carrier struct { - Carrier *common.CarrierInfo `protobuf:"bytes,29,opt,name=carrier,proto3,oneof"` -} - -type CampaignCriterion_UserInterest struct { - UserInterest *common.UserInterestInfo `protobuf:"bytes,30,opt,name=user_interest,json=userInterest,proto3,oneof"` -} - -type CampaignCriterion_Webpage struct { - Webpage *common.WebpageInfo `protobuf:"bytes,31,opt,name=webpage,proto3,oneof"` -} - -type CampaignCriterion_OperatingSystemVersion struct { - OperatingSystemVersion *common.OperatingSystemVersionInfo `protobuf:"bytes,32,opt,name=operating_system_version,json=operatingSystemVersion,proto3,oneof"` -} - -func (*CampaignCriterion_Keyword) isCampaignCriterion_Criterion() {} - -func (*CampaignCriterion_Placement) isCampaignCriterion_Criterion() {} - -func (*CampaignCriterion_MobileAppCategory) 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 (m *CampaignCriterion) GetCriterion() isCampaignCriterion_Criterion { - if m != nil { - return m.Criterion - } - return nil -} - -func (m *CampaignCriterion) GetKeyword() *common.KeywordInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_Keyword); ok { - return x.Keyword - } - return nil -} - -func (m *CampaignCriterion) GetPlacement() *common.PlacementInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_Placement); ok { - return x.Placement - } - return nil -} - -func (m *CampaignCriterion) GetMobileAppCategory() *common.MobileAppCategoryInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_MobileAppCategory); ok { - return x.MobileAppCategory - } - return nil -} - -func (m *CampaignCriterion) GetLocation() *common.LocationInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_Location); ok { - return x.Location - } - return nil -} - -func (m *CampaignCriterion) GetDevice() *common.DeviceInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_Device); ok { - return x.Device - } - return nil -} - -func (m *CampaignCriterion) GetAdSchedule() *common.AdScheduleInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_AdSchedule); ok { - return x.AdSchedule - } - return nil -} - -func (m *CampaignCriterion) GetAgeRange() *common.AgeRangeInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_AgeRange); ok { - return x.AgeRange - } - return nil -} - -func (m *CampaignCriterion) GetGender() *common.GenderInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_Gender); ok { - return x.Gender - } - return nil -} - -func (m *CampaignCriterion) GetIncomeRange() *common.IncomeRangeInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_IncomeRange); ok { - return x.IncomeRange - } - return nil -} - -func (m *CampaignCriterion) GetParentalStatus() *common.ParentalStatusInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_ParentalStatus); ok { - return x.ParentalStatus - } - return nil -} - -func (m *CampaignCriterion) GetUserList() *common.UserListInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_UserList); ok { - return x.UserList - } - return nil -} - -func (m *CampaignCriterion) GetYoutubeVideo() *common.YouTubeVideoInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_YoutubeVideo); ok { - return x.YoutubeVideo - } - return nil -} - -func (m *CampaignCriterion) GetYoutubeChannel() *common.YouTubeChannelInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_YoutubeChannel); ok { - return x.YoutubeChannel - } - return nil -} - -func (m *CampaignCriterion) GetProximity() *common.ProximityInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_Proximity); ok { - return x.Proximity - } - return nil -} - -func (m *CampaignCriterion) GetTopic() *common.TopicInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_Topic); ok { - return x.Topic - } - return nil -} - -func (m *CampaignCriterion) GetListingScope() *common.ListingScopeInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_ListingScope); ok { - return x.ListingScope - } - return nil -} - -func (m *CampaignCriterion) GetLanguage() *common.LanguageInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_Language); ok { - return x.Language - } - return nil -} - -func (m *CampaignCriterion) GetIpBlock() *common.IpBlockInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_IpBlock); ok { - return x.IpBlock - } - return nil -} - -func (m *CampaignCriterion) GetContentLabel() *common.ContentLabelInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_ContentLabel); ok { - return x.ContentLabel - } - return nil -} - -func (m *CampaignCriterion) GetCarrier() *common.CarrierInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_Carrier); ok { - return x.Carrier - } - return nil -} - -func (m *CampaignCriterion) GetUserInterest() *common.UserInterestInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_UserInterest); ok { - return x.UserInterest - } - return nil -} - -func (m *CampaignCriterion) GetWebpage() *common.WebpageInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_Webpage); ok { - return x.Webpage - } - return nil -} - -func (m *CampaignCriterion) GetOperatingSystemVersion() *common.OperatingSystemVersionInfo { - if x, ok := m.GetCriterion().(*CampaignCriterion_OperatingSystemVersion); ok { - return x.OperatingSystemVersion - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*CampaignCriterion) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _CampaignCriterion_OneofMarshaler, _CampaignCriterion_OneofUnmarshaler, _CampaignCriterion_OneofSizer, []interface{}{ - (*CampaignCriterion_Keyword)(nil), - (*CampaignCriterion_Placement)(nil), - (*CampaignCriterion_MobileAppCategory)(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), - } -} - -func _CampaignCriterion_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*CampaignCriterion) - // criterion - switch x := m.Criterion.(type) { - case *CampaignCriterion_Keyword: - b.EncodeVarint(8<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Keyword); err != nil { - return err - } - case *CampaignCriterion_Placement: - b.EncodeVarint(9<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Placement); err != nil { - return err - } - case *CampaignCriterion_MobileAppCategory: - b.EncodeVarint(10<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.MobileAppCategory); err != nil { - return err - } - case *CampaignCriterion_Location: - b.EncodeVarint(12<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Location); err != nil { - return err - } - case *CampaignCriterion_Device: - b.EncodeVarint(13<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Device); err != nil { - return err - } - case *CampaignCriterion_AdSchedule: - b.EncodeVarint(15<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.AdSchedule); err != nil { - return err - } - case *CampaignCriterion_AgeRange: - b.EncodeVarint(16<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.AgeRange); err != nil { - return err - } - case *CampaignCriterion_Gender: - b.EncodeVarint(17<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Gender); err != nil { - return err - } - case *CampaignCriterion_IncomeRange: - b.EncodeVarint(18<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.IncomeRange); err != nil { - return err - } - case *CampaignCriterion_ParentalStatus: - b.EncodeVarint(19<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ParentalStatus); err != nil { - return err - } - case *CampaignCriterion_UserList: - b.EncodeVarint(22<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.UserList); err != nil { - return err - } - case *CampaignCriterion_YoutubeVideo: - b.EncodeVarint(20<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.YoutubeVideo); err != nil { - return err - } - case *CampaignCriterion_YoutubeChannel: - b.EncodeVarint(21<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.YoutubeChannel); err != nil { - return err - } - case *CampaignCriterion_Proximity: - b.EncodeVarint(23<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Proximity); err != nil { - return err - } - case *CampaignCriterion_Topic: - b.EncodeVarint(24<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Topic); err != nil { - return err - } - case *CampaignCriterion_ListingScope: - b.EncodeVarint(25<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ListingScope); err != nil { - return err - } - case *CampaignCriterion_Language: - b.EncodeVarint(26<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Language); err != nil { - return err - } - case *CampaignCriterion_IpBlock: - b.EncodeVarint(27<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.IpBlock); err != nil { - return err - } - case *CampaignCriterion_ContentLabel: - b.EncodeVarint(28<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ContentLabel); err != nil { - return err - } - case *CampaignCriterion_Carrier: - b.EncodeVarint(29<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Carrier); err != nil { - return err - } - case *CampaignCriterion_UserInterest: - b.EncodeVarint(30<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.UserInterest); err != nil { - return err - } - case *CampaignCriterion_Webpage: - b.EncodeVarint(31<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Webpage); err != nil { - return err - } - case *CampaignCriterion_OperatingSystemVersion: - b.EncodeVarint(32<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.OperatingSystemVersion); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("CampaignCriterion.Criterion has unexpected type %T", x) - } - return nil -} - -func _CampaignCriterion_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*CampaignCriterion) - switch tag { - case 8: // criterion.keyword - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.KeywordInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_Keyword{msg} - return true, err - case 9: // criterion.placement - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.PlacementInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_Placement{msg} - return true, err - case 10: // criterion.mobile_app_category - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.MobileAppCategoryInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_MobileAppCategory{msg} - return true, err - case 12: // criterion.location - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.LocationInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_Location{msg} - return true, err - case 13: // criterion.device - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.DeviceInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_Device{msg} - return true, err - case 15: // criterion.ad_schedule - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.AdScheduleInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_AdSchedule{msg} - return true, err - case 16: // criterion.age_range - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.AgeRangeInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_AgeRange{msg} - return true, err - case 17: // criterion.gender - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.GenderInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_Gender{msg} - return true, err - case 18: // criterion.income_range - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.IncomeRangeInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_IncomeRange{msg} - return true, err - case 19: // criterion.parental_status - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.ParentalStatusInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_ParentalStatus{msg} - return true, err - case 22: // criterion.user_list - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.UserListInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_UserList{msg} - return true, err - case 20: // criterion.youtube_video - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.YouTubeVideoInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_YoutubeVideo{msg} - return true, err - case 21: // criterion.youtube_channel - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.YouTubeChannelInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_YoutubeChannel{msg} - return true, err - case 23: // criterion.proximity - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.ProximityInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_Proximity{msg} - return true, err - case 24: // criterion.topic - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.TopicInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_Topic{msg} - return true, err - case 25: // criterion.listing_scope - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.ListingScopeInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_ListingScope{msg} - return true, err - case 26: // criterion.language - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.LanguageInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_Language{msg} - return true, err - case 27: // criterion.ip_block - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.IpBlockInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_IpBlock{msg} - return true, err - case 28: // criterion.content_label - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.ContentLabelInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_ContentLabel{msg} - return true, err - case 29: // criterion.carrier - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.CarrierInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_Carrier{msg} - return true, err - case 30: // criterion.user_interest - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.UserInterestInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_UserInterest{msg} - return true, err - case 31: // criterion.webpage - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.WebpageInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_Webpage{msg} - return true, err - case 32: // criterion.operating_system_version - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.OperatingSystemVersionInfo) - err := b.DecodeMessage(msg) - m.Criterion = &CampaignCriterion_OperatingSystemVersion{msg} - return true, err - default: - return false, nil - } -} - -func _CampaignCriterion_OneofSizer(msg proto.Message) (n int) { - m := msg.(*CampaignCriterion) - // criterion - switch x := m.Criterion.(type) { - case *CampaignCriterion_Keyword: - s := proto.Size(x.Keyword) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_Placement: - s := proto.Size(x.Placement) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_MobileAppCategory: - s := proto.Size(x.MobileAppCategory) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_Location: - s := proto.Size(x.Location) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_Device: - s := proto.Size(x.Device) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_AdSchedule: - s := proto.Size(x.AdSchedule) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_AgeRange: - s := proto.Size(x.AgeRange) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_Gender: - s := proto.Size(x.Gender) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_IncomeRange: - s := proto.Size(x.IncomeRange) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_ParentalStatus: - s := proto.Size(x.ParentalStatus) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_UserList: - s := proto.Size(x.UserList) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_YoutubeVideo: - s := proto.Size(x.YoutubeVideo) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_YoutubeChannel: - s := proto.Size(x.YoutubeChannel) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_Proximity: - s := proto.Size(x.Proximity) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_Topic: - s := proto.Size(x.Topic) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_ListingScope: - s := proto.Size(x.ListingScope) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_Language: - s := proto.Size(x.Language) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_IpBlock: - s := proto.Size(x.IpBlock) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_ContentLabel: - s := proto.Size(x.ContentLabel) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_Carrier: - s := proto.Size(x.Carrier) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_UserInterest: - s := proto.Size(x.UserInterest) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_Webpage: - s := proto.Size(x.Webpage) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterion_OperatingSystemVersion: - s := proto.Size(x.OperatingSystemVersion) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -func init() { - proto.RegisterType((*CampaignCriterion)(nil), "google.ads.googleads.v0.resources.CampaignCriterion") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/campaign_criterion.proto", fileDescriptor_campaign_criterion_7bc4748acba0df76) -} - -var fileDescriptor_campaign_criterion_7bc4748acba0df76 = []byte{ - // 1007 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x96, 0xdd, 0x6e, 0x1c, 0x35, - 0x14, 0xc7, 0x49, 0xe8, 0xc7, 0xc6, 0xf9, 0x28, 0x99, 0x42, 0x30, 0x69, 0x29, 0x29, 0xa8, 0x52, - 0xf8, 0xe8, 0xec, 0x2a, 0x40, 0x85, 0x16, 0xa9, 0xd2, 0x66, 0x0b, 0xe9, 0xb6, 0x09, 0x84, 0x4d, - 0xd8, 0x0a, 0x14, 0x34, 0xf2, 0xce, 0x9c, 0x4c, 0xad, 0xce, 0xd8, 0x96, 0xed, 0xd9, 0xb0, 0xd7, - 0xbc, 0x09, 0x97, 0x3c, 0x0a, 0x8f, 0xc2, 0x2b, 0x70, 0x83, 0xfc, 0x35, 0x49, 0x09, 0x61, 0xe6, - 0xce, 0x3e, 0xf3, 0xff, 0xfd, 0xe7, 0x9c, 0x33, 0xb6, 0xc7, 0xa8, 0x9f, 0x73, 0x9e, 0x17, 0xd0, - 0x25, 0x99, 0xea, 0xba, 0xa1, 0x19, 0xcd, 0x7a, 0x5d, 0x09, 0x8a, 0x57, 0x32, 0x05, 0xd5, 0x4d, - 0x49, 0x29, 0x08, 0xcd, 0x59, 0x92, 0x4a, 0xaa, 0x41, 0x52, 0xce, 0x62, 0x21, 0xb9, 0xe6, 0xd1, - 0x7d, 0x07, 0xc4, 0x24, 0x53, 0x71, 0xcd, 0xc6, 0xb3, 0x5e, 0x5c, 0xb3, 0x9b, 0x0f, 0xaf, 0xb2, - 0x4f, 0x79, 0x59, 0x72, 0xd6, 0xf5, 0x96, 0xc4, 0x39, 0x6e, 0xee, 0x5c, 0x25, 0x07, 0x56, 0x95, - 0xaa, 0x5b, 0x27, 0x90, 0xe8, 0xb9, 0x00, 0xcf, 0xdc, 0xf3, 0x8c, 0x9d, 0x4d, 0xab, 0xd3, 0xee, - 0x99, 0x24, 0x42, 0x80, 0x54, 0xee, 0xf9, 0x87, 0x7f, 0xaf, 0xa3, 0xf5, 0xa1, 0x2f, 0x61, 0x18, - 0x0c, 0xa2, 0x8f, 0xd0, 0x6a, 0xc8, 0x32, 0x61, 0xa4, 0x04, 0xbc, 0xb0, 0xb5, 0xb0, 0xbd, 0x34, - 0x5e, 0x09, 0xc1, 0xef, 0x48, 0x09, 0xd1, 0x57, 0xa8, 0x13, 0x8a, 0xc7, 0xd7, 0xb6, 0x16, 0xb6, - 0x97, 0x77, 0xee, 0xfa, 0x42, 0xe3, 0xf0, 0xb6, 0xf8, 0x48, 0x4b, 0xca, 0xf2, 0x09, 0x29, 0x2a, - 0x18, 0xd7, 0xea, 0xe8, 0x31, 0x5a, 0x39, 0x4f, 0x96, 0x66, 0xf8, 0xba, 0xa5, 0xef, 0x5c, 0xa2, - 0x47, 0x4c, 0x3f, 0xfa, 0xc2, 0xc1, 0xcb, 0x35, 0x30, 0xca, 0x0c, 0x3f, 0xa5, 0x59, 0x52, 0xf2, - 0x8c, 0x9e, 0x52, 0x90, 0x78, 0xed, 0x0a, 0xfe, 0xdb, 0x82, 0x13, 0xed, 0xf9, 0x29, 0xcd, 0x0e, - 0xbc, 0x3e, 0x7a, 0x84, 0x3a, 0x0c, 0x72, 0xa2, 0xe9, 0x0c, 0xf0, 0x4d, 0xcb, 0x6e, 0x5e, 0x62, - 0x77, 0x39, 0x2f, 0x7c, 0xde, 0x41, 0x1b, 0x8d, 0xd1, 0x35, 0xd3, 0x5a, 0x7c, 0x63, 0x6b, 0x61, - 0x7b, 0x6d, 0xe7, 0x71, 0x7c, 0xd5, 0x17, 0xb6, 0xdf, 0x23, 0xae, 0xdb, 0x79, 0x3c, 0x17, 0xf0, - 0x0d, 0xab, 0xca, 0xd7, 0x23, 0x63, 0xeb, 0x15, 0xed, 0xa1, 0x9b, 0xaf, 0x60, 0x7e, 0xc6, 0x65, - 0x86, 0x3b, 0x36, 0x95, 0x4f, 0xaf, 0xb4, 0x75, 0xab, 0x22, 0x7e, 0xee, 0xe4, 0x23, 0x76, 0xca, - 0x9f, 0xbe, 0x31, 0x0e, 0x74, 0x74, 0x80, 0x96, 0x44, 0x41, 0x52, 0x28, 0x81, 0x69, 0xbc, 0x64, - 0xad, 0x1e, 0x36, 0x59, 0x1d, 0x06, 0xc0, 0x9b, 0x9d, 0x3b, 0x44, 0x39, 0xba, 0x5d, 0xf2, 0x29, - 0x2d, 0x20, 0x21, 0x42, 0x24, 0x29, 0xd1, 0x90, 0x73, 0x39, 0xc7, 0xc8, 0x1a, 0x7f, 0xd9, 0x64, - 0x7c, 0x60, 0xd1, 0x81, 0x10, 0x43, 0x0f, 0xfa, 0x17, 0xac, 0x97, 0xff, 0x7e, 0x10, 0x3d, 0x43, - 0x9d, 0x82, 0xa7, 0x44, 0x53, 0xce, 0xf0, 0x8a, 0x75, 0xff, 0xac, 0xc9, 0x7d, 0xdf, 0xeb, 0xbd, - 0x69, 0xcd, 0x47, 0x4f, 0xd0, 0x8d, 0x0c, 0x66, 0x34, 0x05, 0xbc, 0x6a, 0x9d, 0x3e, 0x69, 0x72, - 0x7a, 0x62, 0xd5, 0xde, 0xc7, 0xb3, 0xd1, 0x0f, 0x68, 0x99, 0x64, 0x89, 0x4a, 0x5f, 0x42, 0x56, - 0x15, 0x80, 0x6f, 0x59, 0xab, 0xb8, 0xc9, 0x6a, 0x90, 0x1d, 0x79, 0xc2, 0xdb, 0x21, 0x52, 0x47, - 0xa2, 0xe7, 0x68, 0x89, 0xe4, 0x90, 0x48, 0xc2, 0x72, 0xc0, 0x6f, 0xb5, 0xab, 0x72, 0x90, 0xc3, - 0xd8, 0xe8, 0x43, 0x95, 0xc4, 0xcf, 0x4d, 0x95, 0x39, 0xb0, 0x0c, 0x24, 0x5e, 0x6f, 0x57, 0xe5, - 0x9e, 0x55, 0x87, 0x2a, 0x1d, 0x1b, 0x1d, 0xa3, 0x15, 0xca, 0x52, 0x5e, 0x86, 0xac, 0x22, 0xeb, - 0xd5, 0x6d, 0xf2, 0x1a, 0x59, 0xe6, 0x62, 0x62, 0xcb, 0xf4, 0x3c, 0x14, 0xfd, 0x82, 0x6e, 0x09, - 0x22, 0x81, 0x69, 0x52, 0x24, 0x4a, 0x13, 0x5d, 0x29, 0x7c, 0xdb, 0x1a, 0xef, 0x34, 0xae, 0x45, - 0x8f, 0x1d, 0x59, 0xca, 0x7b, 0xaf, 0x89, 0xd7, 0xa2, 0xa6, 0x8f, 0x95, 0x02, 0x99, 0x14, 0x54, - 0x69, 0xbc, 0xd1, 0xae, 0x8f, 0x3f, 0x2a, 0x90, 0xfb, 0x54, 0x85, 0x35, 0xde, 0xa9, 0xfc, 0x3c, - 0x7a, 0x81, 0x56, 0xe7, 0xbc, 0xd2, 0xd5, 0x14, 0x92, 0x19, 0xcd, 0x80, 0xe3, 0xb7, 0xad, 0x61, - 0xaf, 0xc9, 0xf0, 0x27, 0x5e, 0x1d, 0x57, 0x53, 0x98, 0x18, 0xc6, 0x9b, 0xae, 0x78, 0x23, 0x1b, - 0x33, 0x4d, 0x08, 0xc6, 0xe9, 0x4b, 0xc2, 0x18, 0x14, 0xf8, 0x9d, 0x76, 0x4d, 0xf0, 0xd6, 0x43, - 0x47, 0x85, 0x26, 0x78, 0x33, 0x1f, 0xb5, 0x3b, 0x5d, 0xf2, 0x5f, 0x69, 0x49, 0xf5, 0x1c, 0xbf, - 0xdb, 0x72, 0xa7, 0x07, 0xa0, 0xde, 0xe9, 0x21, 0x10, 0x0d, 0xd0, 0x75, 0xcd, 0x05, 0x4d, 0x31, - 0xb6, 0x56, 0x1f, 0x37, 0x59, 0x1d, 0x1b, 0xb1, 0xb7, 0x71, 0xa4, 0xe9, 0xa4, 0xf9, 0x22, 0x94, - 0xe5, 0x89, 0x4a, 0xb9, 0x00, 0xfc, 0x5e, 0xbb, 0x4e, 0xee, 0x3b, 0xe8, 0xc8, 0x30, 0xa1, 0x93, - 0xc5, 0x85, 0x98, 0x3d, 0x1c, 0x08, 0xcb, 0x2b, 0x92, 0x03, 0xde, 0x6c, 0x79, 0x38, 0x78, 0x7d, - 0x7d, 0x38, 0xf8, 0x79, 0xf4, 0x14, 0x75, 0xa8, 0x48, 0xa6, 0x05, 0x4f, 0x5f, 0xe1, 0x3b, 0xed, - 0x8e, 0xda, 0x91, 0xd8, 0x35, 0xf2, 0x70, 0xd4, 0x52, 0x37, 0x35, 0xe5, 0xa6, 0x9c, 0x69, 0x60, - 0x3a, 0x29, 0xc8, 0x14, 0x0a, 0x7c, 0xb7, 0x5d, 0xb9, 0x43, 0x07, 0xed, 0x1b, 0x26, 0x94, 0x9b, - 0x5e, 0x88, 0x99, 0x9f, 0x41, 0x4a, 0xa4, 0x34, 0xff, 0xb4, 0xf7, 0xdb, 0x65, 0x38, 0x74, 0xf2, - 0x90, 0xa1, 0xa7, 0x4d, 0x86, 0x76, 0x9f, 0x50, 0xa6, 0x41, 0x82, 0xd2, 0xf8, 0x5e, 0xbb, 0x0c, - 0xcd, 0x5e, 0x19, 0x79, 0x26, 0x64, 0x58, 0x5d, 0x88, 0x99, 0x0c, 0xcf, 0x60, 0x2a, 0xcc, 0xf7, - 0xf8, 0xa0, 0x5d, 0x86, 0x2f, 0x9c, 0x3c, 0x64, 0xe8, 0xe9, 0x68, 0x86, 0x30, 0x17, 0x20, 0x89, - 0x5b, 0x34, 0x73, 0xa5, 0xa1, 0x4c, 0x66, 0x20, 0x95, 0xf9, 0x0d, 0x6c, 0x59, 0xe7, 0x7e, 0x93, - 0xf3, 0xf7, 0x81, 0x3f, 0xb2, 0xf8, 0xc4, 0xd1, 0xfe, 0x45, 0x1b, 0xfc, 0x3f, 0x9f, 0xee, 0x2e, - 0xa3, 0xa5, 0xfa, 0x2a, 0xb1, 0xfb, 0xdb, 0x22, 0x7a, 0x90, 0xf2, 0x32, 0x6e, 0xbc, 0xaa, 0xed, - 0x6e, 0x5c, 0xba, 0x24, 0x1d, 0x9a, 0x9b, 0xc2, 0xe1, 0xc2, 0xcf, 0xcf, 0x3c, 0x9c, 0x73, 0xb3, - 0xd2, 0x62, 0x2e, 0xf3, 0x6e, 0x0e, 0xcc, 0xde, 0x23, 0xc2, 0x2d, 0x4d, 0x50, 0xf5, 0x3f, 0x57, - 0xc8, 0xaf, 0xeb, 0xd1, 0xef, 0x8b, 0x6f, 0xee, 0x0d, 0x06, 0x7f, 0x2c, 0xde, 0xdf, 0x73, 0x96, - 0x83, 0x4c, 0xc5, 0x6e, 0x68, 0x46, 0x93, 0x5e, 0x3c, 0x0e, 0xca, 0x3f, 0x83, 0xe6, 0x64, 0x90, - 0xa9, 0x93, 0x5a, 0x73, 0x32, 0xe9, 0x9d, 0xd4, 0x9a, 0xbf, 0x16, 0x1f, 0xb8, 0x07, 0xfd, 0xfe, - 0x20, 0x53, 0xfd, 0x7e, 0xad, 0xea, 0xf7, 0x27, 0xbd, 0x7e, 0xbf, 0xd6, 0x4d, 0x6f, 0xd8, 0x64, - 0x3f, 0xff, 0x27, 0x00, 0x00, 0xff, 0xff, 0x21, 0x7d, 0xe9, 0xfd, 0xee, 0x0a, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/campaign_feed.pb.go b/googleapis/ads/googleads/v0/resources/campaign_feed.pb.go deleted file mode 100644 index 19043a2ed2..0000000000 --- a/googleapis/ads/googleads/v0/resources/campaign_feed.pb.go +++ /dev/null @@ -1,156 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/campaign_feed.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A campaign feed. -type CampaignFeed struct { - // The resource name of the campaign feed. - // Campaign feed resource names have the form: - // - // `customers/{customer_id}/campaignFeeds/{campaign_id}_{feed_id} - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The feed to which the CampaignFeed belongs. - Feed *wrappers.StringValue `protobuf:"bytes,2,opt,name=feed,proto3" json:"feed,omitempty"` - // The campaign to which the CampaignFeed belongs. - Campaign *wrappers.StringValue `protobuf:"bytes,3,opt,name=campaign,proto3" json:"campaign,omitempty"` - // Indicates which placeholder types the feed may populate under the connected - // campaign. Required. - PlaceholderTypes []enums.PlaceholderTypeEnum_PlaceholderType `protobuf:"varint,4,rep,packed,name=placeholder_types,json=placeholderTypes,proto3,enum=google.ads.googleads.v0.enums.PlaceholderTypeEnum_PlaceholderType" json:"placeholder_types,omitempty"` - // Matching function associated with the CampaignFeed. - // The matching function is used to filter the set of feed items selected. - // Required. - MatchingFunction *common.MatchingFunction `protobuf:"bytes,5,opt,name=matching_function,json=matchingFunction,proto3" json:"matching_function,omitempty"` - // Status of the campaign feed. - // This field is read-only. - Status enums.FeedLinkStatusEnum_FeedLinkStatus `protobuf:"varint,6,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.FeedLinkStatusEnum_FeedLinkStatus" json:"status,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignFeed) Reset() { *m = CampaignFeed{} } -func (m *CampaignFeed) String() string { return proto.CompactTextString(m) } -func (*CampaignFeed) ProtoMessage() {} -func (*CampaignFeed) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_feed_b60dfab618c1acbc, []int{0} -} -func (m *CampaignFeed) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignFeed.Unmarshal(m, b) -} -func (m *CampaignFeed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignFeed.Marshal(b, m, deterministic) -} -func (dst *CampaignFeed) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignFeed.Merge(dst, src) -} -func (m *CampaignFeed) XXX_Size() int { - return xxx_messageInfo_CampaignFeed.Size(m) -} -func (m *CampaignFeed) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignFeed.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignFeed proto.InternalMessageInfo - -func (m *CampaignFeed) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *CampaignFeed) GetFeed() *wrappers.StringValue { - if m != nil { - return m.Feed - } - return nil -} - -func (m *CampaignFeed) GetCampaign() *wrappers.StringValue { - if m != nil { - return m.Campaign - } - return nil -} - -func (m *CampaignFeed) GetPlaceholderTypes() []enums.PlaceholderTypeEnum_PlaceholderType { - if m != nil { - return m.PlaceholderTypes - } - return nil -} - -func (m *CampaignFeed) GetMatchingFunction() *common.MatchingFunction { - if m != nil { - return m.MatchingFunction - } - return nil -} - -func (m *CampaignFeed) GetStatus() enums.FeedLinkStatusEnum_FeedLinkStatus { - if m != nil { - return m.Status - } - return enums.FeedLinkStatusEnum_UNSPECIFIED -} - -func init() { - proto.RegisterType((*CampaignFeed)(nil), "google.ads.googleads.v0.resources.CampaignFeed") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/campaign_feed.proto", fileDescriptor_campaign_feed_b60dfab618c1acbc) -} - -var fileDescriptor_campaign_feed_b60dfab618c1acbc = []byte{ - // 470 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xdd, 0x6a, 0xd4, 0x40, - 0x14, 0xc7, 0xc9, 0x6e, 0x5d, 0x74, 0xac, 0xa5, 0x9b, 0xab, 0x50, 0x44, 0xb6, 0x4a, 0x61, 0xaf, - 0x26, 0x61, 0xfd, 0x40, 0xe2, 0x8d, 0x59, 0xb1, 0x05, 0x51, 0x59, 0x52, 0x59, 0x44, 0x56, 0xc2, - 0x34, 0x39, 0x3b, 0x0d, 0xcd, 0x7c, 0x90, 0x49, 0x2a, 0x7d, 0x1d, 0x2f, 0x7d, 0x13, 0x7d, 0x14, - 0x1f, 0x42, 0x24, 0x99, 0xc9, 0x68, 0x57, 0x62, 0xf7, 0xee, 0xe4, 0xe4, 0xff, 0x3b, 0x73, 0xce, - 0xf9, 0xcf, 0xa0, 0xa7, 0x54, 0x08, 0x5a, 0x80, 0x4f, 0x32, 0xe5, 0xeb, 0xb0, 0x89, 0x2e, 0x03, - 0xbf, 0x04, 0x25, 0xea, 0x32, 0x05, 0xe5, 0xa7, 0x84, 0x49, 0x92, 0x53, 0x9e, 0xac, 0x01, 0x32, - 0x2c, 0x4b, 0x51, 0x09, 0xf7, 0x50, 0x6b, 0x31, 0xc9, 0x14, 0xb6, 0x18, 0xbe, 0x0c, 0xb0, 0xc5, - 0x0e, 0x9e, 0xf5, 0x55, 0x4e, 0x05, 0x63, 0x82, 0xfb, 0x8c, 0x54, 0xe9, 0x79, 0xce, 0x69, 0xb2, - 0xae, 0x79, 0x5a, 0xe5, 0x82, 0xeb, 0xd2, 0x07, 0x4f, 0xfa, 0x38, 0xe0, 0x35, 0x53, 0x7e, 0xd3, - 0x44, 0x52, 0xe4, 0xfc, 0x22, 0x51, 0x15, 0xa9, 0x6a, 0xb5, 0x1d, 0x25, 0x0b, 0x92, 0xc2, 0xb9, - 0x28, 0x32, 0x28, 0x93, 0xea, 0x4a, 0x82, 0xa1, 0x1e, 0x18, 0xaa, 0xfd, 0x3a, 0xab, 0xd7, 0xfe, - 0x97, 0x92, 0x48, 0x09, 0xa5, 0xa9, 0xfa, 0xf0, 0xfb, 0x10, 0xed, 0xbe, 0x32, 0xe3, 0x1f, 0x03, - 0x64, 0xee, 0x23, 0x74, 0xaf, 0x9b, 0x30, 0xe1, 0x84, 0x81, 0xe7, 0x4c, 0x9c, 0xe9, 0x9d, 0x78, - 0xb7, 0x4b, 0xbe, 0x27, 0x0c, 0xdc, 0x00, 0xed, 0x34, 0x5d, 0x7a, 0x83, 0x89, 0x33, 0xbd, 0x3b, - 0xbb, 0x6f, 0x16, 0x84, 0xbb, 0x43, 0xf0, 0x69, 0x55, 0xe6, 0x9c, 0x2e, 0x49, 0x51, 0x43, 0xdc, - 0x2a, 0xdd, 0xe7, 0xe8, 0x76, 0xb7, 0x65, 0x6f, 0xb8, 0x05, 0x65, 0xd5, 0xae, 0x40, 0xe3, 0xcd, - 0xd9, 0x94, 0xb7, 0x33, 0x19, 0x4e, 0xf7, 0x66, 0x73, 0xdc, 0x67, 0x52, 0xbb, 0x13, 0xbc, 0xf8, - 0xc3, 0x7d, 0xb8, 0x92, 0xf0, 0x9a, 0xd7, 0x6c, 0x33, 0x17, 0xef, 0xcb, 0xeb, 0x09, 0xe5, 0x7e, - 0x46, 0xe3, 0x7f, 0x9c, 0xf3, 0x6e, 0xb5, 0x3d, 0x07, 0xbd, 0x07, 0x6a, 0xcb, 0xf1, 0x3b, 0x03, - 0x1e, 0x1b, 0x2e, 0xde, 0x67, 0x1b, 0x19, 0xf7, 0x23, 0x1a, 0x69, 0x5f, 0xbd, 0xd1, 0xc4, 0x99, - 0xee, 0xcd, 0x5e, 0xde, 0x30, 0x44, 0xe3, 0xca, 0xdb, 0x9c, 0x5f, 0x9c, 0xb6, 0x50, 0x3b, 0xc3, - 0xf5, 0x54, 0x6c, 0xea, 0xcd, 0x7f, 0x39, 0xe8, 0x28, 0x15, 0x0c, 0xdf, 0x78, 0x73, 0xe7, 0xe3, - 0xbf, 0x2d, 0x5f, 0x34, 0xfb, 0x5f, 0x38, 0x9f, 0xde, 0x18, 0x8e, 0x8a, 0x82, 0x70, 0x8a, 0x45, - 0x49, 0x7d, 0x0a, 0xbc, 0x75, 0xa7, 0xbb, 0x70, 0x32, 0x57, 0xff, 0x79, 0x47, 0x2f, 0x6c, 0xf4, - 0x75, 0x30, 0x3c, 0x89, 0xa2, 0x6f, 0x83, 0xc3, 0x13, 0x5d, 0x32, 0xca, 0x14, 0xd6, 0x61, 0x13, - 0x2d, 0x03, 0x1c, 0x77, 0xca, 0x1f, 0x9d, 0x66, 0x15, 0x65, 0x6a, 0x65, 0x35, 0xab, 0x65, 0xb0, - 0xb2, 0x9a, 0x9f, 0x83, 0x23, 0xfd, 0x23, 0x0c, 0xa3, 0x4c, 0x85, 0xa1, 0x55, 0x85, 0xe1, 0x32, - 0x08, 0x43, 0xab, 0x3b, 0x1b, 0xb5, 0xcd, 0x3e, 0xfe, 0x1d, 0x00, 0x00, 0xff, 0xff, 0xbd, 0x78, - 0xa4, 0x6f, 0xf3, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/campaign_shared_set.pb.go b/googleapis/ads/googleads/v0/resources/campaign_shared_set.pb.go deleted file mode 100644 index 8c9d2d99c3..0000000000 --- a/googleapis/ads/googleads/v0/resources/campaign_shared_set.pb.go +++ /dev/null @@ -1,133 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/campaign_shared_set.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// CampaignSharedSets are used for managing the shared sets associated with a -// campaign. -type CampaignSharedSet struct { - // The resource name of the campaign shared set. - // Campaign shared set resource names have the form: - // - // `customers/{customer_id}/campaignSharedSets/{campaign_id}_{shared_set_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The campaign to which the campaign shared set belongs. - Campaign *wrappers.StringValue `protobuf:"bytes,3,opt,name=campaign,proto3" json:"campaign,omitempty"` - // The shared set associated with the campaign. This may be a negative keyword - // shared set of another customer. This customer should be a manager of the - // other customer, otherwise the campaign shared set will exist but have no - // serving effect. Only negative keyword shared sets can be associated with - // Shopping campaigns. Only negative placement shared sets can be associated - // with Display mobile app campaigns. - SharedSet *wrappers.StringValue `protobuf:"bytes,4,opt,name=shared_set,json=sharedSet,proto3" json:"shared_set,omitempty"` - // The status of this campaign shared set. Read only. - Status enums.CampaignSharedSetStatusEnum_CampaignSharedSetStatus `protobuf:"varint,2,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.CampaignSharedSetStatusEnum_CampaignSharedSetStatus" json:"status,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignSharedSet) Reset() { *m = CampaignSharedSet{} } -func (m *CampaignSharedSet) String() string { return proto.CompactTextString(m) } -func (*CampaignSharedSet) ProtoMessage() {} -func (*CampaignSharedSet) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_e941c935a4673601, []int{0} -} -func (m *CampaignSharedSet) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignSharedSet.Unmarshal(m, b) -} -func (m *CampaignSharedSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignSharedSet.Marshal(b, m, deterministic) -} -func (dst *CampaignSharedSet) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignSharedSet.Merge(dst, src) -} -func (m *CampaignSharedSet) XXX_Size() int { - return xxx_messageInfo_CampaignSharedSet.Size(m) -} -func (m *CampaignSharedSet) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignSharedSet.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignSharedSet proto.InternalMessageInfo - -func (m *CampaignSharedSet) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *CampaignSharedSet) GetCampaign() *wrappers.StringValue { - if m != nil { - return m.Campaign - } - return nil -} - -func (m *CampaignSharedSet) GetSharedSet() *wrappers.StringValue { - if m != nil { - return m.SharedSet - } - return nil -} - -func (m *CampaignSharedSet) GetStatus() enums.CampaignSharedSetStatusEnum_CampaignSharedSetStatus { - if m != nil { - return m.Status - } - return enums.CampaignSharedSetStatusEnum_UNSPECIFIED -} - -func init() { - proto.RegisterType((*CampaignSharedSet)(nil), "google.ads.googleads.v0.resources.CampaignSharedSet") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/campaign_shared_set.proto", fileDescriptor_campaign_shared_set_e941c935a4673601) -} - -var fileDescriptor_campaign_shared_set_e941c935a4673601 = []byte{ - // 371 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xd1, 0x4a, 0xf3, 0x30, - 0x18, 0xa5, 0xdd, 0xcf, 0xf8, 0x97, 0xff, 0x57, 0xb0, 0x17, 0x52, 0x86, 0xc8, 0xa6, 0x0c, 0x76, - 0x95, 0x96, 0x79, 0x23, 0x19, 0x08, 0x9d, 0xc8, 0xc0, 0x0b, 0x19, 0x2d, 0xf4, 0x42, 0x0a, 0x25, - 0x5b, 0x63, 0x9c, 0xac, 0x49, 0x49, 0xda, 0xf9, 0x00, 0x3e, 0x86, 0x77, 0x5e, 0xfa, 0x28, 0x3e, - 0x8a, 0x4f, 0x21, 0x6b, 0x9a, 0x78, 0x31, 0xa7, 0xde, 0x9d, 0xf6, 0x3b, 0xe7, 0x7c, 0xe7, 0x24, - 0x01, 0x63, 0xca, 0x39, 0x5d, 0x11, 0x0f, 0x67, 0xd2, 0x53, 0x70, 0x83, 0xd6, 0xbe, 0x27, 0x88, - 0xe4, 0x95, 0x58, 0x10, 0xe9, 0x2d, 0x70, 0x5e, 0xe0, 0x25, 0x65, 0xa9, 0xbc, 0xc7, 0x82, 0x64, - 0xa9, 0x24, 0x25, 0x2c, 0x04, 0x2f, 0xb9, 0xd3, 0x57, 0x0a, 0x88, 0x33, 0x09, 0x8d, 0x18, 0xae, - 0x7d, 0x68, 0xc4, 0xdd, 0x8b, 0x5d, 0xfe, 0x84, 0x55, 0xf9, 0x97, 0xde, 0xa9, 0x2c, 0x71, 0x59, - 0x49, 0xb5, 0xa2, 0x7b, 0xdc, 0xe8, 0xeb, 0xaf, 0x79, 0x75, 0xe7, 0x3d, 0x0a, 0x5c, 0x14, 0x44, - 0x34, 0xf3, 0x93, 0x67, 0x1b, 0x1c, 0x5c, 0x36, 0x26, 0x51, 0xed, 0x11, 0x91, 0xd2, 0x39, 0x05, - 0x7b, 0x3a, 0x42, 0xca, 0x70, 0x4e, 0x5c, 0xab, 0x67, 0x0d, 0x3b, 0xe1, 0x7f, 0xfd, 0xf3, 0x06, - 0xe7, 0xc4, 0x39, 0x07, 0x7f, 0xf5, 0x7a, 0xb7, 0xd5, 0xb3, 0x86, 0xff, 0x46, 0x47, 0x4d, 0x0b, - 0xa8, 0xb7, 0xc1, 0xa8, 0x14, 0x4b, 0x46, 0x63, 0xbc, 0xaa, 0x48, 0x68, 0xd8, 0xce, 0x18, 0x80, - 0xcf, 0xbc, 0xee, 0x9f, 0x5f, 0x68, 0x3b, 0xd2, 0x64, 0x7b, 0x00, 0x6d, 0xd5, 0xd0, 0xb5, 0x7b, - 0xd6, 0x70, 0x7f, 0x14, 0xc2, 0x5d, 0xa7, 0x58, 0x1f, 0x11, 0xdc, 0x6a, 0x17, 0xd5, 0xea, 0x2b, - 0x56, 0xe5, 0xbb, 0x66, 0x61, 0xb3, 0x61, 0xf2, 0x64, 0x83, 0xc1, 0x82, 0xe7, 0xf0, 0xc7, 0x7b, - 0x9a, 0x1c, 0x6e, 0x59, 0xcd, 0x36, 0x3d, 0x66, 0xd6, 0xed, 0x75, 0x23, 0xa6, 0x7c, 0x85, 0x19, - 0x85, 0x5c, 0x50, 0x8f, 0x12, 0x56, 0xb7, 0xd4, 0x37, 0x5a, 0x2c, 0xe5, 0x37, 0x0f, 0x68, 0x6c, - 0xd0, 0x8b, 0xdd, 0x9a, 0x06, 0xc1, 0xab, 0xdd, 0x9f, 0x2a, 0xcb, 0x20, 0x93, 0x50, 0xc1, 0x0d, - 0x8a, 0x7d, 0x18, 0x6a, 0xe6, 0x9b, 0xe6, 0x24, 0x41, 0x26, 0x13, 0xc3, 0x49, 0x62, 0x3f, 0x31, - 0x9c, 0x77, 0x7b, 0xa0, 0x06, 0x08, 0x05, 0x99, 0x44, 0xc8, 0xb0, 0x10, 0x8a, 0x7d, 0x84, 0x0c, - 0x6f, 0xde, 0xae, 0xc3, 0x9e, 0x7d, 0x04, 0x00, 0x00, 0xff, 0xff, 0x33, 0xc7, 0x7a, 0x7f, 0xec, - 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/carrier_constant.pb.go b/googleapis/ads/googleads/v0/resources/carrier_constant.pb.go deleted file mode 100644 index 3234659a79..0000000000 --- a/googleapis/ads/googleads/v0/resources/carrier_constant.pb.go +++ /dev/null @@ -1,125 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/carrier_constant.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A carrier criterion that can be used in campaign targeting. -type CarrierConstant struct { - // The resource name of the carrier criterion. - // Carrier criterion resource names have the form: - // - // `carrierConstants/{criterion_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the carrier criterion. - Id *wrappers.Int64Value `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - // The full name of the carrier in English. - Name *wrappers.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` - // The country code of the country where the carrier is located, e.g., "AR", - // "FR", etc. - CountryCode *wrappers.StringValue `protobuf:"bytes,4,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CarrierConstant) Reset() { *m = CarrierConstant{} } -func (m *CarrierConstant) String() string { return proto.CompactTextString(m) } -func (*CarrierConstant) ProtoMessage() {} -func (*CarrierConstant) Descriptor() ([]byte, []int) { - return fileDescriptor_carrier_constant_7a0d86bb405a4b27, []int{0} -} -func (m *CarrierConstant) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CarrierConstant.Unmarshal(m, b) -} -func (m *CarrierConstant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CarrierConstant.Marshal(b, m, deterministic) -} -func (dst *CarrierConstant) XXX_Merge(src proto.Message) { - xxx_messageInfo_CarrierConstant.Merge(dst, src) -} -func (m *CarrierConstant) XXX_Size() int { - return xxx_messageInfo_CarrierConstant.Size(m) -} -func (m *CarrierConstant) XXX_DiscardUnknown() { - xxx_messageInfo_CarrierConstant.DiscardUnknown(m) -} - -var xxx_messageInfo_CarrierConstant proto.InternalMessageInfo - -func (m *CarrierConstant) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *CarrierConstant) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *CarrierConstant) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *CarrierConstant) GetCountryCode() *wrappers.StringValue { - if m != nil { - return m.CountryCode - } - return nil -} - -func init() { - proto.RegisterType((*CarrierConstant)(nil), "google.ads.googleads.v0.resources.CarrierConstant") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/carrier_constant.proto", fileDescriptor_carrier_constant_7a0d86bb405a4b27) -} - -var fileDescriptor_carrier_constant_7a0d86bb405a4b27 = []byte{ - // 346 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xc1, 0x4a, 0xfb, 0x30, - 0x1c, 0xc7, 0x69, 0x36, 0xfe, 0xf0, 0xcf, 0x26, 0x42, 0xf1, 0x30, 0x54, 0x64, 0x53, 0x06, 0x03, - 0x21, 0x2d, 0x2a, 0x22, 0xf1, 0x20, 0xdd, 0x0e, 0x43, 0x0f, 0x32, 0x26, 0xf4, 0x20, 0x85, 0x91, - 0x35, 0x31, 0x14, 0xb6, 0xa4, 0x24, 0xed, 0xc4, 0xa3, 0xaf, 0xe2, 0xd1, 0x47, 0xf1, 0x01, 0x7c, - 0x08, 0x9f, 0x42, 0xda, 0x34, 0x39, 0x28, 0xa8, 0xb7, 0x2f, 0xed, 0xe7, 0xfb, 0xf9, 0x25, 0xf9, - 0xc1, 0x0b, 0x2e, 0x25, 0x5f, 0xb1, 0x80, 0x50, 0x1d, 0x98, 0x58, 0xa5, 0x4d, 0x18, 0x28, 0xa6, - 0x65, 0xa9, 0x52, 0xa6, 0x83, 0x94, 0x28, 0x95, 0x31, 0xb5, 0x48, 0xa5, 0xd0, 0x05, 0x11, 0x05, - 0xca, 0x95, 0x2c, 0xa4, 0x3f, 0x30, 0x38, 0x22, 0x54, 0x23, 0xd7, 0x44, 0x9b, 0x10, 0xb9, 0xe6, - 0xee, 0x41, 0x23, 0xaf, 0x0b, 0xcb, 0xf2, 0x21, 0x78, 0x54, 0x24, 0xcf, 0x99, 0xd2, 0x46, 0x71, - 0xf8, 0xee, 0xc1, 0xed, 0x89, 0xb1, 0x4f, 0x1a, 0xb9, 0x7f, 0x04, 0xb7, 0xac, 0x60, 0x21, 0xc8, - 0x9a, 0xf5, 0xbc, 0xbe, 0x37, 0xfa, 0x3f, 0xef, 0xda, 0x8f, 0xb7, 0x64, 0xcd, 0xfc, 0x63, 0x08, - 0x32, 0xda, 0x03, 0x7d, 0x6f, 0xd4, 0x39, 0xd9, 0x6b, 0xa6, 0x23, 0x3b, 0x05, 0x5d, 0x8b, 0xe2, - 0xfc, 0x2c, 0x26, 0xab, 0x92, 0xcd, 0x41, 0x46, 0xfd, 0x10, 0xb6, 0x6b, 0x51, 0xab, 0xc6, 0xf7, - 0xbf, 0xe1, 0x77, 0x85, 0xca, 0x04, 0x37, 0x7c, 0x4d, 0xfa, 0x57, 0xb0, 0x9b, 0xca, 0x52, 0x14, - 0xea, 0x69, 0x91, 0x4a, 0xca, 0x7a, 0xed, 0x3f, 0x34, 0x3b, 0x4d, 0x63, 0x22, 0x29, 0x1b, 0x3f, - 0x03, 0x38, 0x4c, 0xe5, 0x1a, 0xfd, 0xfa, 0x44, 0xe3, 0x9d, 0x2f, 0xf7, 0x9f, 0x55, 0xee, 0x99, - 0x77, 0x7f, 0xd3, 0x54, 0xb9, 0x5c, 0x11, 0xc1, 0x91, 0x54, 0x3c, 0xe0, 0x4c, 0xd4, 0x93, 0xed, - 0x9e, 0xf2, 0x4c, 0xff, 0xb0, 0xb6, 0x4b, 0x97, 0x5e, 0x40, 0x6b, 0x1a, 0x45, 0xaf, 0x60, 0x30, - 0x35, 0xca, 0x88, 0x6a, 0x64, 0x62, 0x95, 0xe2, 0x10, 0xcd, 0x2d, 0xf9, 0x66, 0x99, 0x24, 0xa2, - 0x3a, 0x71, 0x4c, 0x12, 0x87, 0x89, 0x63, 0x3e, 0xc0, 0xd0, 0xfc, 0xc0, 0x38, 0xa2, 0x1a, 0x63, - 0x47, 0x61, 0x1c, 0x87, 0x18, 0x3b, 0x6e, 0xf9, 0xaf, 0x3e, 0xec, 0xe9, 0x67, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xf9, 0x7f, 0x40, 0xbc, 0x62, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/change_status.pb.go b/googleapis/ads/googleads/v0/resources/change_status.pb.go deleted file mode 100644 index 1d53e52bf8..0000000000 --- a/googleapis/ads/googleads/v0/resources/change_status.pb.go +++ /dev/null @@ -1,202 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/change_status.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Describes the status of returned resource. -type ChangeStatus struct { - // The resource name of the change status. - // Change status resource names have the form: - // - // `customers/{customer_id}/changeStatus/{change_status_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // Time at which the most recent change has occurred on this resource. - LastChangeDateTime *wrappers.StringValue `protobuf:"bytes,3,opt,name=last_change_date_time,json=lastChangeDateTime,proto3" json:"last_change_date_time,omitempty"` - // Represents the type of the changed resource. This dictates what fields - // will be set. For example, for AD_GROUP, campaign and ad_group fields will - // be set. - ResourceType enums.ChangeStatusResourceTypeEnum_ChangeStatusResourceType `protobuf:"varint,4,opt,name=resource_type,json=resourceType,proto3,enum=google.ads.googleads.v0.enums.ChangeStatusResourceTypeEnum_ChangeStatusResourceType" json:"resource_type,omitempty"` - // The Campaign affected by this change. - Campaign *wrappers.StringValue `protobuf:"bytes,5,opt,name=campaign,proto3" json:"campaign,omitempty"` - // The AdGroup affected by this change. - AdGroup *wrappers.StringValue `protobuf:"bytes,6,opt,name=ad_group,json=adGroup,proto3" json:"ad_group,omitempty"` - // Represents the status of the changed resource. - ResourceStatus enums.ChangeStatusOperationEnum_ChangeStatusOperation `protobuf:"varint,8,opt,name=resource_status,json=resourceStatus,proto3,enum=google.ads.googleads.v0.enums.ChangeStatusOperationEnum_ChangeStatusOperation" json:"resource_status,omitempty"` - // The AdGroupAd affected by this change. - AdGroupAd *wrappers.StringValue `protobuf:"bytes,9,opt,name=ad_group_ad,json=adGroupAd,proto3" json:"ad_group_ad,omitempty"` - // The AdGroupCriterion affected by this change. - AdGroupCriterion *wrappers.StringValue `protobuf:"bytes,10,opt,name=ad_group_criterion,json=adGroupCriterion,proto3" json:"ad_group_criterion,omitempty"` - // The CampaignCriterion affected by this change. - CampaignCriterion *wrappers.StringValue `protobuf:"bytes,11,opt,name=campaign_criterion,json=campaignCriterion,proto3" json:"campaign_criterion,omitempty"` - // The Feed affected by this change. - Feed *wrappers.StringValue `protobuf:"bytes,12,opt,name=feed,proto3" json:"feed,omitempty"` - // The FeedItem affected by this change. - FeedItem *wrappers.StringValue `protobuf:"bytes,13,opt,name=feed_item,json=feedItem,proto3" json:"feed_item,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ChangeStatus) Reset() { *m = ChangeStatus{} } -func (m *ChangeStatus) String() string { return proto.CompactTextString(m) } -func (*ChangeStatus) ProtoMessage() {} -func (*ChangeStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_change_status_835f588a9485472b, []int{0} -} -func (m *ChangeStatus) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ChangeStatus.Unmarshal(m, b) -} -func (m *ChangeStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ChangeStatus.Marshal(b, m, deterministic) -} -func (dst *ChangeStatus) XXX_Merge(src proto.Message) { - xxx_messageInfo_ChangeStatus.Merge(dst, src) -} -func (m *ChangeStatus) XXX_Size() int { - return xxx_messageInfo_ChangeStatus.Size(m) -} -func (m *ChangeStatus) XXX_DiscardUnknown() { - xxx_messageInfo_ChangeStatus.DiscardUnknown(m) -} - -var xxx_messageInfo_ChangeStatus proto.InternalMessageInfo - -func (m *ChangeStatus) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *ChangeStatus) GetLastChangeDateTime() *wrappers.StringValue { - if m != nil { - return m.LastChangeDateTime - } - return nil -} - -func (m *ChangeStatus) GetResourceType() enums.ChangeStatusResourceTypeEnum_ChangeStatusResourceType { - if m != nil { - return m.ResourceType - } - return enums.ChangeStatusResourceTypeEnum_UNSPECIFIED -} - -func (m *ChangeStatus) GetCampaign() *wrappers.StringValue { - if m != nil { - return m.Campaign - } - return nil -} - -func (m *ChangeStatus) GetAdGroup() *wrappers.StringValue { - if m != nil { - return m.AdGroup - } - return nil -} - -func (m *ChangeStatus) GetResourceStatus() enums.ChangeStatusOperationEnum_ChangeStatusOperation { - if m != nil { - return m.ResourceStatus - } - return enums.ChangeStatusOperationEnum_UNSPECIFIED -} - -func (m *ChangeStatus) GetAdGroupAd() *wrappers.StringValue { - if m != nil { - return m.AdGroupAd - } - return nil -} - -func (m *ChangeStatus) GetAdGroupCriterion() *wrappers.StringValue { - if m != nil { - return m.AdGroupCriterion - } - return nil -} - -func (m *ChangeStatus) GetCampaignCriterion() *wrappers.StringValue { - if m != nil { - return m.CampaignCriterion - } - return nil -} - -func (m *ChangeStatus) GetFeed() *wrappers.StringValue { - if m != nil { - return m.Feed - } - return nil -} - -func (m *ChangeStatus) GetFeedItem() *wrappers.StringValue { - if m != nil { - return m.FeedItem - } - return nil -} - -func init() { - proto.RegisterType((*ChangeStatus)(nil), "google.ads.googleads.v0.resources.ChangeStatus") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/change_status.proto", fileDescriptor_change_status_835f588a9485472b) -} - -var fileDescriptor_change_status_835f588a9485472b = []byte{ - // 535 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0xd1, 0x6a, 0xdb, 0x30, - 0x14, 0x86, 0x71, 0xda, 0x65, 0x89, 0x92, 0x76, 0xab, 0x60, 0x60, 0xca, 0x18, 0xe9, 0x46, 0x21, - 0x57, 0xb2, 0xe9, 0x18, 0xdb, 0xdc, 0xc1, 0x70, 0xbb, 0x11, 0xd6, 0x41, 0x5b, 0xd2, 0x90, 0x8b, - 0x11, 0x30, 0x6a, 0x74, 0xea, 0x19, 0x62, 0xcb, 0x48, 0x72, 0x4b, 0x5e, 0x67, 0x97, 0xbb, 0xd9, - 0x7b, 0xec, 0x51, 0xf6, 0x10, 0x63, 0xd8, 0x96, 0xd4, 0xb0, 0x91, 0xd5, 0xbd, 0xca, 0x51, 0xf4, - 0xff, 0xdf, 0x39, 0x47, 0x47, 0x32, 0x7a, 0x15, 0x73, 0x1e, 0x2f, 0xc0, 0xa3, 0x4c, 0x7a, 0x75, - 0x58, 0x46, 0xd7, 0xbe, 0x27, 0x40, 0xf2, 0x42, 0xcc, 0x41, 0x7a, 0xf3, 0xaf, 0x34, 0x8b, 0x21, - 0x92, 0x8a, 0xaa, 0x42, 0x92, 0x5c, 0x70, 0xc5, 0xf1, 0x5e, 0xad, 0x25, 0x94, 0x49, 0x62, 0x6d, - 0xe4, 0xda, 0x27, 0xd6, 0xb6, 0x7b, 0xb8, 0x8e, 0x0c, 0x59, 0x91, 0xfe, 0x45, 0x8d, 0x78, 0x0e, - 0x82, 0xaa, 0x84, 0x67, 0x35, 0x7f, 0xf7, 0xfd, 0x7d, 0xcc, 0x26, 0x67, 0xa4, 0x96, 0x39, 0x68, - 0xc0, 0x33, 0x0d, 0xa8, 0x56, 0x97, 0xc5, 0x95, 0x77, 0x23, 0x68, 0x9e, 0x83, 0xd0, 0x0d, 0x3c, - 0xff, 0xd1, 0x46, 0xfd, 0xe3, 0x8a, 0x72, 0x51, 0x41, 0xf0, 0x0b, 0xb4, 0x65, 0x39, 0x19, 0x4d, - 0xc1, 0x75, 0x06, 0xce, 0xb0, 0x3b, 0xee, 0x9b, 0x3f, 0x4f, 0x69, 0x0a, 0xf8, 0x0c, 0x3d, 0x59, - 0x50, 0xa9, 0x22, 0x9d, 0x9f, 0x51, 0x05, 0x91, 0x4a, 0x52, 0x70, 0x37, 0x06, 0xce, 0xb0, 0x77, - 0xf0, 0x54, 0x9f, 0x05, 0x31, 0x59, 0xc9, 0x85, 0x12, 0x49, 0x16, 0x4f, 0xe9, 0xa2, 0x80, 0x31, - 0x2e, 0xad, 0x75, 0xce, 0x0f, 0x54, 0xc1, 0x24, 0x49, 0x01, 0x2f, 0x57, 0xb2, 0x96, 0xd5, 0xbb, - 0x9b, 0x03, 0x67, 0xb8, 0x7d, 0x30, 0x21, 0xeb, 0xce, 0xb7, 0xea, 0x9f, 0xac, 0x56, 0x3e, 0xd6, - 0xfe, 0xc9, 0x32, 0x87, 0x8f, 0x59, 0x91, 0xae, 0xdd, 0xbc, 0xed, 0xa5, 0x5c, 0xe1, 0x37, 0xa8, - 0x33, 0xa7, 0x69, 0x4e, 0x93, 0x38, 0x73, 0x1f, 0x34, 0x28, 0xdf, 0xaa, 0xf1, 0x6b, 0xd4, 0xa1, - 0x2c, 0x8a, 0x05, 0x2f, 0x72, 0xb7, 0xdd, 0xc0, 0xf9, 0x90, 0xb2, 0x51, 0x29, 0xc6, 0x37, 0xe8, - 0x91, 0xed, 0xb6, 0x9e, 0x9d, 0xdb, 0xa9, 0xfa, 0x3d, 0xbd, 0x47, 0xbf, 0x67, 0xe6, 0xaa, 0xfc, - 0xd3, 0xac, 0xdd, 0x19, 0x6f, 0x9b, 0x34, 0x7a, 0xb8, 0xef, 0x50, 0xcf, 0x54, 0x1c, 0x51, 0xe6, - 0x76, 0x1b, 0x14, 0xdd, 0xd5, 0x45, 0x87, 0x0c, 0x9f, 0x20, 0x6c, 0xdd, 0x73, 0x91, 0x28, 0x10, - 0x09, 0xcf, 0x5c, 0xd4, 0x00, 0xf2, 0x58, 0x43, 0x8e, 0x8d, 0x0b, 0x7f, 0x46, 0xd8, 0x9c, 0xe3, - 0x0a, 0xab, 0xd7, 0x80, 0xb5, 0x63, 0x7c, 0xb7, 0x30, 0x1f, 0x6d, 0x5e, 0x01, 0x30, 0xb7, 0xdf, - 0xc0, 0x5e, 0x29, 0xf1, 0x5b, 0xd4, 0x2d, 0x7f, 0xa3, 0x44, 0x41, 0xea, 0x6e, 0x35, 0x99, 0x7a, - 0x29, 0xff, 0xa4, 0x20, 0x3d, 0xfa, 0xed, 0xa0, 0xfd, 0x39, 0x4f, 0xc9, 0x9d, 0x2f, 0xff, 0x68, - 0x67, 0x75, 0x28, 0xe7, 0x25, 0xf5, 0xdc, 0xf9, 0x72, 0xa2, 0x7d, 0x31, 0x5f, 0xd0, 0x2c, 0x26, - 0x5c, 0xc4, 0x5e, 0x0c, 0x59, 0x95, 0xd3, 0xbc, 0xf0, 0x3c, 0x91, 0xff, 0xf9, 0x0e, 0x1d, 0xda, - 0xe8, 0x5b, 0x6b, 0x63, 0x14, 0x86, 0xdf, 0x5b, 0x7b, 0xa3, 0x1a, 0x19, 0x32, 0x49, 0xea, 0xb0, - 0x8c, 0xa6, 0x3e, 0x31, 0xb7, 0x5e, 0xfe, 0x34, 0x9a, 0x59, 0xc8, 0xe4, 0xcc, 0x6a, 0x66, 0x53, - 0x7f, 0x66, 0x35, 0xbf, 0x5a, 0xfb, 0xf5, 0x46, 0x10, 0x84, 0x4c, 0x06, 0x81, 0x55, 0x05, 0xc1, - 0xd4, 0x0f, 0x02, 0xab, 0xbb, 0x6c, 0x57, 0xc5, 0xbe, 0xfc, 0x13, 0x00, 0x00, 0xff, 0xff, 0x21, - 0xc6, 0x81, 0xba, 0x33, 0x05, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/conversion_action.pb.go b/googleapis/ads/googleads/v0/resources/conversion_action.pb.go deleted file mode 100644 index 70bb041e18..0000000000 --- a/googleapis/ads/googleads/v0/resources/conversion_action.pb.go +++ /dev/null @@ -1,402 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/conversion_action.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A conversion action. -type ConversionAction struct { - // The resource name of the conversion action. - // Conversion action resource names have the form: - // - // `customers/{customer_id}/conversionActions/{conversion_action_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the conversion action. - Id *wrappers.Int64Value `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - // The name of the conversion action. - // - // This field is required and should not be empty when creating new - // conversion actions. - Name *wrappers.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` - // The status of this conversion action for conversion event accrual. - Status enums.ConversionActionStatusEnum_ConversionActionStatus `protobuf:"varint,4,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.ConversionActionStatusEnum_ConversionActionStatus" json:"status,omitempty"` - // The type of this conversion action. - Type enums.ConversionActionTypeEnum_ConversionActionType `protobuf:"varint,5,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.ConversionActionTypeEnum_ConversionActionType" json:"type,omitempty"` - // The category of conversions reported for this conversion action. - Category enums.ConversionActionCategoryEnum_ConversionActionCategory `protobuf:"varint,6,opt,name=category,proto3,enum=google.ads.googleads.v0.enums.ConversionActionCategoryEnum_ConversionActionCategory" json:"category,omitempty"` - // The resource name of the conversion action owner customer, or null if this - // is a system-defined conversion action. - OwnerCustomer *wrappers.StringValue `protobuf:"bytes,7,opt,name=owner_customer,json=ownerCustomer,proto3" json:"owner_customer,omitempty"` - // Whether this conversion action should be included in the "conversions" - // metric. - IncludeInConversionsMetric *wrappers.BoolValue `protobuf:"bytes,8,opt,name=include_in_conversions_metric,json=includeInConversionsMetric,proto3" json:"include_in_conversions_metric,omitempty"` - // The maximum number of days that may elapse between an interaction - // (e.g., a click) and a conversion event. - ClickThroughLookbackWindowDays *wrappers.Int64Value `protobuf:"bytes,9,opt,name=click_through_lookback_window_days,json=clickThroughLookbackWindowDays,proto3" json:"click_through_lookback_window_days,omitempty"` - // The maximum number of days which may elapse between an impression and a - // conversion without an interaction. - ViewThroughLookbackWindowDays *wrappers.Int64Value `protobuf:"bytes,10,opt,name=view_through_lookback_window_days,json=viewThroughLookbackWindowDays,proto3" json:"view_through_lookback_window_days,omitempty"` - // Settings related to the value for conversion events associated with this - // conversion action. - ValueSettings *ConversionAction_ValueSettings `protobuf:"bytes,11,opt,name=value_settings,json=valueSettings,proto3" json:"value_settings,omitempty"` - // How to count conversion events for the conversion action. - CountingType enums.ConversionActionCountingTypeEnum_ConversionActionCountingType `protobuf:"varint,12,opt,name=counting_type,json=countingType,proto3,enum=google.ads.googleads.v0.enums.ConversionActionCountingTypeEnum_ConversionActionCountingType" json:"counting_type,omitempty"` - // Settings related to this conversion action's attribution model. - AttributionModelSettings *ConversionAction_AttributionModelSettings `protobuf:"bytes,13,opt,name=attribution_model_settings,json=attributionModelSettings,proto3" json:"attribution_model_settings,omitempty"` - // The snippets used for tracking conversions. - TagSnippets []*common.TagSnippet `protobuf:"bytes,14,rep,name=tag_snippets,json=tagSnippets,proto3" json:"tag_snippets,omitempty"` - // The phone call duration in seconds after which a conversion should be - // reported for this conversion action. - // - // The value must be between 0 and 10000, inclusive. - PhoneCallDurationSeconds *wrappers.Int64Value `protobuf:"bytes,15,opt,name=phone_call_duration_seconds,json=phoneCallDurationSeconds,proto3" json:"phone_call_duration_seconds,omitempty"` - // App ID for an app conversion action. - AppId *wrappers.StringValue `protobuf:"bytes,16,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ConversionAction) Reset() { *m = ConversionAction{} } -func (m *ConversionAction) String() string { return proto.CompactTextString(m) } -func (*ConversionAction) ProtoMessage() {} -func (*ConversionAction) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_43651a776b3d7ff3, []int{0} -} -func (m *ConversionAction) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ConversionAction.Unmarshal(m, b) -} -func (m *ConversionAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ConversionAction.Marshal(b, m, deterministic) -} -func (dst *ConversionAction) XXX_Merge(src proto.Message) { - xxx_messageInfo_ConversionAction.Merge(dst, src) -} -func (m *ConversionAction) XXX_Size() int { - return xxx_messageInfo_ConversionAction.Size(m) -} -func (m *ConversionAction) XXX_DiscardUnknown() { - xxx_messageInfo_ConversionAction.DiscardUnknown(m) -} - -var xxx_messageInfo_ConversionAction proto.InternalMessageInfo - -func (m *ConversionAction) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *ConversionAction) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *ConversionAction) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *ConversionAction) GetStatus() enums.ConversionActionStatusEnum_ConversionActionStatus { - if m != nil { - return m.Status - } - return enums.ConversionActionStatusEnum_UNSPECIFIED -} - -func (m *ConversionAction) GetType() enums.ConversionActionTypeEnum_ConversionActionType { - if m != nil { - return m.Type - } - return enums.ConversionActionTypeEnum_UNSPECIFIED -} - -func (m *ConversionAction) GetCategory() enums.ConversionActionCategoryEnum_ConversionActionCategory { - if m != nil { - return m.Category - } - return enums.ConversionActionCategoryEnum_UNSPECIFIED -} - -func (m *ConversionAction) GetOwnerCustomer() *wrappers.StringValue { - if m != nil { - return m.OwnerCustomer - } - return nil -} - -func (m *ConversionAction) GetIncludeInConversionsMetric() *wrappers.BoolValue { - if m != nil { - return m.IncludeInConversionsMetric - } - return nil -} - -func (m *ConversionAction) GetClickThroughLookbackWindowDays() *wrappers.Int64Value { - if m != nil { - return m.ClickThroughLookbackWindowDays - } - return nil -} - -func (m *ConversionAction) GetViewThroughLookbackWindowDays() *wrappers.Int64Value { - if m != nil { - return m.ViewThroughLookbackWindowDays - } - return nil -} - -func (m *ConversionAction) GetValueSettings() *ConversionAction_ValueSettings { - if m != nil { - return m.ValueSettings - } - return nil -} - -func (m *ConversionAction) GetCountingType() enums.ConversionActionCountingTypeEnum_ConversionActionCountingType { - if m != nil { - return m.CountingType - } - return enums.ConversionActionCountingTypeEnum_UNSPECIFIED -} - -func (m *ConversionAction) GetAttributionModelSettings() *ConversionAction_AttributionModelSettings { - if m != nil { - return m.AttributionModelSettings - } - return nil -} - -func (m *ConversionAction) GetTagSnippets() []*common.TagSnippet { - if m != nil { - return m.TagSnippets - } - return nil -} - -func (m *ConversionAction) GetPhoneCallDurationSeconds() *wrappers.Int64Value { - if m != nil { - return m.PhoneCallDurationSeconds - } - return nil -} - -func (m *ConversionAction) GetAppId() *wrappers.StringValue { - if m != nil { - return m.AppId - } - return nil -} - -// Settings related to this conversion action's attribution model. -type ConversionAction_AttributionModelSettings struct { - // The attribution model type of this conversion action. - AttributionModel enums.AttributionModelEnum_AttributionModel `protobuf:"varint,1,opt,name=attribution_model,json=attributionModel,proto3,enum=google.ads.googleads.v0.enums.AttributionModelEnum_AttributionModel" json:"attribution_model,omitempty"` - // The status of the data-driven attribution model for the conversion - // action. - DataDrivenModelStatus enums.DataDrivenModelStatusEnum_DataDrivenModelStatus `protobuf:"varint,2,opt,name=data_driven_model_status,json=dataDrivenModelStatus,proto3,enum=google.ads.googleads.v0.enums.DataDrivenModelStatusEnum_DataDrivenModelStatus" json:"data_driven_model_status,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ConversionAction_AttributionModelSettings) Reset() { - *m = ConversionAction_AttributionModelSettings{} -} -func (m *ConversionAction_AttributionModelSettings) String() string { return proto.CompactTextString(m) } -func (*ConversionAction_AttributionModelSettings) ProtoMessage() {} -func (*ConversionAction_AttributionModelSettings) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_43651a776b3d7ff3, []int{0, 0} -} -func (m *ConversionAction_AttributionModelSettings) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ConversionAction_AttributionModelSettings.Unmarshal(m, b) -} -func (m *ConversionAction_AttributionModelSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ConversionAction_AttributionModelSettings.Marshal(b, m, deterministic) -} -func (dst *ConversionAction_AttributionModelSettings) XXX_Merge(src proto.Message) { - xxx_messageInfo_ConversionAction_AttributionModelSettings.Merge(dst, src) -} -func (m *ConversionAction_AttributionModelSettings) XXX_Size() int { - return xxx_messageInfo_ConversionAction_AttributionModelSettings.Size(m) -} -func (m *ConversionAction_AttributionModelSettings) XXX_DiscardUnknown() { - xxx_messageInfo_ConversionAction_AttributionModelSettings.DiscardUnknown(m) -} - -var xxx_messageInfo_ConversionAction_AttributionModelSettings proto.InternalMessageInfo - -func (m *ConversionAction_AttributionModelSettings) GetAttributionModel() enums.AttributionModelEnum_AttributionModel { - if m != nil { - return m.AttributionModel - } - return enums.AttributionModelEnum_UNSPECIFIED -} - -func (m *ConversionAction_AttributionModelSettings) GetDataDrivenModelStatus() enums.DataDrivenModelStatusEnum_DataDrivenModelStatus { - if m != nil { - return m.DataDrivenModelStatus - } - return enums.DataDrivenModelStatusEnum_UNSPECIFIED -} - -// Settings related to the value for conversion events associated with this -// conversion action. -type ConversionAction_ValueSettings struct { - // The value to use when conversion events for this conversion action are - // sent with an invalid, disallowed or missing value, or when - // this conversion action is configured to always use the default value. - DefaultValue *wrappers.DoubleValue `protobuf:"bytes,1,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"` - // The currency code to use when conversion events for this conversion - // action are sent with an invalid or missing currency code, or when this - // conversion action is configured to always use the default value. - DefaultCurrencyCode *wrappers.StringValue `protobuf:"bytes,2,opt,name=default_currency_code,json=defaultCurrencyCode,proto3" json:"default_currency_code,omitempty"` - // Controls whether the default value and default currency code are used in - // place of the value and currency code specified in conversion events for - // this conversion action. - AlwaysUseDefaultValue *wrappers.BoolValue `protobuf:"bytes,3,opt,name=always_use_default_value,json=alwaysUseDefaultValue,proto3" json:"always_use_default_value,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ConversionAction_ValueSettings) Reset() { *m = ConversionAction_ValueSettings{} } -func (m *ConversionAction_ValueSettings) String() string { return proto.CompactTextString(m) } -func (*ConversionAction_ValueSettings) ProtoMessage() {} -func (*ConversionAction_ValueSettings) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_43651a776b3d7ff3, []int{0, 1} -} -func (m *ConversionAction_ValueSettings) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ConversionAction_ValueSettings.Unmarshal(m, b) -} -func (m *ConversionAction_ValueSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ConversionAction_ValueSettings.Marshal(b, m, deterministic) -} -func (dst *ConversionAction_ValueSettings) XXX_Merge(src proto.Message) { - xxx_messageInfo_ConversionAction_ValueSettings.Merge(dst, src) -} -func (m *ConversionAction_ValueSettings) XXX_Size() int { - return xxx_messageInfo_ConversionAction_ValueSettings.Size(m) -} -func (m *ConversionAction_ValueSettings) XXX_DiscardUnknown() { - xxx_messageInfo_ConversionAction_ValueSettings.DiscardUnknown(m) -} - -var xxx_messageInfo_ConversionAction_ValueSettings proto.InternalMessageInfo - -func (m *ConversionAction_ValueSettings) GetDefaultValue() *wrappers.DoubleValue { - if m != nil { - return m.DefaultValue - } - return nil -} - -func (m *ConversionAction_ValueSettings) GetDefaultCurrencyCode() *wrappers.StringValue { - if m != nil { - return m.DefaultCurrencyCode - } - return nil -} - -func (m *ConversionAction_ValueSettings) GetAlwaysUseDefaultValue() *wrappers.BoolValue { - if m != nil { - return m.AlwaysUseDefaultValue - } - return nil -} - -func init() { - proto.RegisterType((*ConversionAction)(nil), "google.ads.googleads.v0.resources.ConversionAction") - proto.RegisterType((*ConversionAction_AttributionModelSettings)(nil), "google.ads.googleads.v0.resources.ConversionAction.AttributionModelSettings") - proto.RegisterType((*ConversionAction_ValueSettings)(nil), "google.ads.googleads.v0.resources.ConversionAction.ValueSettings") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/conversion_action.proto", fileDescriptor_conversion_action_43651a776b3d7ff3) -} - -var fileDescriptor_conversion_action_43651a776b3d7ff3 = []byte{ - // 955 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0xcf, 0x6e, 0x23, 0x35, - 0x18, 0x57, 0xd2, 0xdd, 0xb2, 0xeb, 0x26, 0xd9, 0x62, 0x54, 0x69, 0x94, 0x65, 0x57, 0xed, 0xa2, - 0x95, 0x2a, 0x90, 0x26, 0x51, 0x16, 0x90, 0x08, 0x08, 0x29, 0x4d, 0xd0, 0xaa, 0xa8, 0x5d, 0x55, - 0x93, 0x52, 0xa4, 0x55, 0x90, 0x71, 0x6c, 0xef, 0x64, 0xd4, 0x19, 0x7b, 0xb0, 0x3d, 0x89, 0x72, - 0x84, 0x0b, 0x12, 0x2f, 0xc0, 0x9d, 0x23, 0x6f, 0xc0, 0x2b, 0xf0, 0x28, 0xbc, 0x01, 0x37, 0x34, - 0x1e, 0xcf, 0x34, 0x4d, 0x32, 0x4d, 0xc3, 0xcd, 0x1e, 0xff, 0xfe, 0xf8, 0xfb, 0xfc, 0xf9, 0xf3, - 0x80, 0x2f, 0x7c, 0x21, 0xfc, 0x90, 0xb5, 0x30, 0x55, 0xad, 0x6c, 0x98, 0x8e, 0xa6, 0xed, 0x96, - 0x64, 0x4a, 0x24, 0x92, 0x30, 0xd5, 0x22, 0x82, 0x4f, 0x99, 0x54, 0x81, 0xe0, 0x08, 0x13, 0x1d, - 0x08, 0xee, 0xc6, 0x52, 0x68, 0x01, 0x8f, 0x32, 0xbc, 0x8b, 0xa9, 0x72, 0x0b, 0xaa, 0x3b, 0x6d, - 0xbb, 0x05, 0xb5, 0xd9, 0x2e, 0x53, 0x27, 0x22, 0x8a, 0x04, 0x6f, 0x69, 0xec, 0x23, 0xc5, 0x83, - 0x38, 0x66, 0x3a, 0x13, 0x6d, 0x7e, 0x56, 0xc6, 0x60, 0x3c, 0x89, 0x54, 0x0b, 0x6b, 0x2d, 0x83, - 0x71, 0x92, 0xee, 0x02, 0x45, 0x82, 0xb2, 0xd0, 0xd2, 0xbe, 0xbe, 0x9b, 0xb6, 0x12, 0x02, 0x22, - 0x58, 0x33, 0x5f, 0xc8, 0xb9, 0xe5, 0xf7, 0xb7, 0xe6, 0x8b, 0x84, 0xeb, 0x80, 0xfb, 0x48, 0xcf, - 0x63, 0x66, 0x45, 0xbe, 0xda, 0x56, 0x44, 0x69, 0xac, 0x13, 0x65, 0xd9, 0xdd, 0x6d, 0xd9, 0xf7, - 0x77, 0xa6, 0x58, 0x63, 0x44, 0x65, 0x30, 0x65, 0x36, 0x6b, 0xb7, 0x9d, 0x9f, 0x5b, 0xb6, 0x99, - 0x8d, 0x93, 0x77, 0xad, 0x99, 0xc4, 0x71, 0xcc, 0xa4, 0x5d, 0x7f, 0xf1, 0xd7, 0x13, 0xb0, 0xdf, - 0x2f, 0xec, 0x7b, 0xc6, 0x1d, 0x7e, 0x04, 0xea, 0xf9, 0x39, 0x23, 0x8e, 0x23, 0xe6, 0x54, 0x0e, - 0x2b, 0xc7, 0x8f, 0xbd, 0x5a, 0xfe, 0xf1, 0x0d, 0x8e, 0x18, 0xfc, 0x04, 0x54, 0x03, 0xea, 0x54, - 0x0f, 0x2b, 0xc7, 0x7b, 0x9d, 0xa7, 0xb6, 0x48, 0xdc, 0xdc, 0xc6, 0x3d, 0xe5, 0xfa, 0xf3, 0x4f, - 0xaf, 0x70, 0x98, 0x30, 0xaf, 0x1a, 0x50, 0xd8, 0x06, 0x0f, 0x8c, 0xd0, 0x8e, 0x81, 0x7f, 0xb8, - 0x02, 0x1f, 0x6a, 0x19, 0x70, 0x3f, 0xc3, 0x1b, 0x24, 0x9c, 0x80, 0xdd, 0x2c, 0x10, 0xe7, 0xc1, - 0x61, 0xe5, 0xb8, 0xd1, 0xb9, 0x70, 0xcb, 0x4a, 0xd2, 0xe4, 0xc1, 0x5d, 0x0e, 0x62, 0x68, 0xc8, - 0xdf, 0xf0, 0x24, 0x2a, 0x59, 0xf2, 0xac, 0x3e, 0xfc, 0x11, 0x3c, 0x48, 0xd3, 0xed, 0x3c, 0x34, - 0x3e, 0x67, 0x5b, 0xfa, 0x5c, 0xce, 0x63, 0xb6, 0xd6, 0x25, 0x5d, 0xf0, 0x8c, 0x32, 0x8c, 0xc1, - 0xa3, 0xbc, 0x26, 0x9d, 0x5d, 0xe3, 0x72, 0xb9, 0xa5, 0x4b, 0xdf, 0xd2, 0xd7, 0x3a, 0xe5, 0x8b, - 0x5e, 0xe1, 0x02, 0xfb, 0xa0, 0x21, 0x66, 0x9c, 0x49, 0x44, 0x12, 0xa5, 0x45, 0xc4, 0xa4, 0xf3, - 0xde, 0x3d, 0x32, 0x5f, 0x37, 0x9c, 0xbe, 0xa5, 0xc0, 0x1f, 0xc0, 0xb3, 0x80, 0x93, 0x30, 0xa1, - 0x0c, 0x05, 0xe9, 0xad, 0xc8, 0x5d, 0x15, 0x8a, 0x98, 0x96, 0x01, 0x71, 0x1e, 0x19, 0xcd, 0xe6, - 0x8a, 0xe6, 0x89, 0x10, 0x61, 0xa6, 0xd8, 0xb4, 0x02, 0xa7, 0xfc, 0x66, 0xd3, 0xea, 0xdc, 0xb0, - 0xa1, 0x0f, 0x5e, 0x90, 0x30, 0x20, 0xd7, 0x48, 0x4f, 0xa4, 0x48, 0xfc, 0x09, 0x0a, 0x85, 0xb8, - 0x1e, 0x63, 0x72, 0x8d, 0x66, 0x01, 0xa7, 0x62, 0x86, 0x28, 0x9e, 0x2b, 0xe7, 0xf1, 0xe6, 0x02, - 0x7b, 0x6e, 0x64, 0x2e, 0x33, 0x95, 0x33, 0x2b, 0xf2, 0xbd, 0xd1, 0x18, 0xe0, 0xb9, 0x82, 0x0c, - 0x1c, 0x4d, 0x03, 0x36, 0xbb, 0xdb, 0x07, 0x6c, 0xf6, 0x79, 0x96, 0xaa, 0x94, 0xdb, 0x4c, 0x40, - 0x63, 0x9a, 0xe2, 0x90, 0x62, 0x3a, 0x6d, 0x1f, 0xca, 0xd9, 0x33, 0x9a, 0x3d, 0x77, 0x63, 0x33, - 0x5d, 0x39, 0x52, 0xd7, 0x38, 0x0e, 0xad, 0x90, 0x57, 0x9f, 0x2e, 0x4e, 0xe1, 0xcf, 0x15, 0x50, - 0xbf, 0xd5, 0xa4, 0x9c, 0x9a, 0xa9, 0xaa, 0xd1, 0xb6, 0x55, 0x65, 0x35, 0x4a, 0x6b, 0x78, 0x11, - 0xe0, 0xd5, 0xc8, 0xc2, 0x0c, 0xfe, 0x56, 0x01, 0xcd, 0x95, 0x8e, 0x7d, 0x13, 0x7a, 0xdd, 0x84, - 0x7e, 0xf6, 0x7f, 0x42, 0xef, 0xdd, 0xa8, 0x9e, 0xa7, 0xa2, 0x45, 0x16, 0x1c, 0x5c, 0xb2, 0x02, - 0xcf, 0x41, 0x6d, 0xe1, 0xb9, 0x51, 0x4e, 0xe3, 0x70, 0xe7, 0x78, 0xaf, 0xf3, 0x71, 0xa9, 0x7b, - 0xf6, 0x44, 0xb9, 0x97, 0xd8, 0x1f, 0x66, 0x14, 0x6f, 0x4f, 0x17, 0x63, 0x05, 0xdf, 0x82, 0xa7, - 0xf1, 0x44, 0x70, 0x86, 0x08, 0x0e, 0x43, 0x44, 0x13, 0x89, 0xb3, 0x96, 0xce, 0x88, 0xe0, 0x54, - 0x39, 0x4f, 0x36, 0x97, 0x8a, 0x63, 0xf8, 0x7d, 0x1c, 0x86, 0x03, 0xcb, 0x1e, 0x66, 0x64, 0xf8, - 0x0a, 0xec, 0xe2, 0x38, 0x46, 0x01, 0x75, 0xf6, 0xef, 0x71, 0x23, 0x1f, 0xe2, 0x38, 0x3e, 0xa5, - 0xcd, 0xdf, 0xab, 0xc0, 0x29, 0x4b, 0x0b, 0xfc, 0x09, 0xbc, 0xbf, 0x72, 0x10, 0xa6, 0x63, 0x37, - 0x3a, 0x83, 0x0d, 0x05, 0xb1, 0xac, 0x69, 0x8a, 0x60, 0xf9, 0xa3, 0xb7, 0xbf, 0x9c, 0x77, 0xf8, - 0x6b, 0x05, 0x38, 0x65, 0x0f, 0x8f, 0x79, 0x12, 0x1a, 0x9d, 0x37, 0x1b, 0xac, 0x07, 0x58, 0xe3, - 0x81, 0x61, 0x67, 0xd1, 0xdc, 0xb4, 0xeb, 0xb5, 0x2b, 0xde, 0x01, 0x5d, 0xf7, 0xb9, 0xf9, 0x6f, - 0x05, 0xd4, 0x6f, 0xdd, 0x15, 0xd8, 0x03, 0x75, 0xca, 0xde, 0xe1, 0x24, 0xd4, 0xc8, 0xdc, 0x1a, - 0x93, 0x8a, 0x75, 0x79, 0x1e, 0x88, 0x64, 0x1c, 0xb2, 0x2c, 0xcf, 0x35, 0x4b, 0x31, 0x33, 0x78, - 0x01, 0x0e, 0x72, 0x09, 0x92, 0x48, 0xc9, 0x38, 0x99, 0x23, 0x22, 0x28, 0xb3, 0xaf, 0xdd, 0xdd, - 0x47, 0xf6, 0x81, 0xa5, 0xf6, 0x2d, 0xb3, 0x2f, 0x28, 0x83, 0x43, 0xe0, 0xe0, 0x70, 0x86, 0xe7, - 0x0a, 0x25, 0x8a, 0xa1, 0xdb, 0xfb, 0xdb, 0xd9, 0xd8, 0x45, 0x0f, 0x32, 0xee, 0x77, 0x8a, 0x0d, - 0x16, 0xb6, 0x79, 0xf2, 0x4b, 0x15, 0xbc, 0x24, 0x22, 0xda, 0x7c, 0xc7, 0x4e, 0x0e, 0x96, 0x2f, - 0xd9, 0x45, 0x6a, 0x72, 0x51, 0x79, 0xfb, 0xad, 0xe5, 0xfa, 0x22, 0xc4, 0xdc, 0x77, 0x85, 0xf4, - 0x5b, 0x3e, 0xe3, 0x66, 0x0b, 0xf9, 0xcf, 0x46, 0x1c, 0xa8, 0x3b, 0xfe, 0x20, 0xbf, 0x2c, 0x46, - 0x7f, 0x54, 0x77, 0x5e, 0xf7, 0x7a, 0x7f, 0x56, 0x8f, 0x5e, 0x67, 0x92, 0x3d, 0xaa, 0xdc, 0x6c, - 0x98, 0x8e, 0xae, 0xda, 0xae, 0x97, 0x23, 0xff, 0xce, 0x31, 0xa3, 0x1e, 0x55, 0xa3, 0x02, 0x33, - 0xba, 0x6a, 0x8f, 0x0a, 0xcc, 0x3f, 0xd5, 0x97, 0xd9, 0x42, 0xb7, 0xdb, 0xa3, 0xaa, 0xdb, 0x2d, - 0x50, 0xdd, 0xee, 0x55, 0xbb, 0xdb, 0x2d, 0x70, 0xe3, 0x5d, 0xb3, 0xd9, 0x57, 0xff, 0x05, 0x00, - 0x00, 0xff, 0xff, 0xca, 0x40, 0xd9, 0xc1, 0xed, 0x0a, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/customer.pb.go b/googleapis/ads/googleads/v0/resources/customer.pb.go deleted file mode 100644 index a092421235..0000000000 --- a/googleapis/ads/googleads/v0/resources/customer.pb.go +++ /dev/null @@ -1,350 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/customer.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A customer. -type Customer struct { - // The resource name of the customer. - // Customer resource names have the form: - // - // `customers/{customer_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the customer. - Id *wrappers.Int64Value `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` - // Optional, non-unique descriptive name of the customer. - DescriptiveName *wrappers.StringValue `protobuf:"bytes,4,opt,name=descriptive_name,json=descriptiveName,proto3" json:"descriptive_name,omitempty"` - // The currency in which the account operates. - // A subset of the currency codes from the ISO 4217 standard is - // supported. - CurrencyCode *wrappers.StringValue `protobuf:"bytes,5,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"` - // The local timezone ID of the customer. - TimeZone *wrappers.StringValue `protobuf:"bytes,6,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"` - // The URL template for constructing a tracking URL out of parameters. - TrackingUrlTemplate *wrappers.StringValue `protobuf:"bytes,7,opt,name=tracking_url_template,json=trackingUrlTemplate,proto3" json:"tracking_url_template,omitempty"` - // The URL template for appending params to the final URL - FinalUrlSuffix *wrappers.StringValue `protobuf:"bytes,11,opt,name=final_url_suffix,json=finalUrlSuffix,proto3" json:"final_url_suffix,omitempty"` - // Whether auto-tagging is enabled for the customer. - AutoTaggingEnabled *wrappers.BoolValue `protobuf:"bytes,8,opt,name=auto_tagging_enabled,json=autoTaggingEnabled,proto3" json:"auto_tagging_enabled,omitempty"` - // Whether the Customer has a Partners program badge. If the Customer is not - // associated with the Partners program, this will be false. For more - // information, see https://support.google.com/partners/answer/3125774. - HasPartnersBadge *wrappers.BoolValue `protobuf:"bytes,9,opt,name=has_partners_badge,json=hasPartnersBadge,proto3" json:"has_partners_badge,omitempty"` - // Whether the customer is a manager. - Manager *wrappers.BoolValue `protobuf:"bytes,12,opt,name=manager,proto3" json:"manager,omitempty"` - // Whether the customer is a test account. - TestAccount *wrappers.BoolValue `protobuf:"bytes,13,opt,name=test_account,json=testAccount,proto3" json:"test_account,omitempty"` - // Call reporting setting for a customer. - CallReportingSetting *CallReportingSetting `protobuf:"bytes,10,opt,name=call_reporting_setting,json=callReportingSetting,proto3" json:"call_reporting_setting,omitempty"` - // Conversion tracking setting for a customer. - ConversionTrackingSetting *ConversionTrackingSetting `protobuf:"bytes,14,opt,name=conversion_tracking_setting,json=conversionTrackingSetting,proto3" json:"conversion_tracking_setting,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Customer) Reset() { *m = Customer{} } -func (m *Customer) String() string { return proto.CompactTextString(m) } -func (*Customer) ProtoMessage() {} -func (*Customer) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_0ab473c999471a98, []int{0} -} -func (m *Customer) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Customer.Unmarshal(m, b) -} -func (m *Customer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Customer.Marshal(b, m, deterministic) -} -func (dst *Customer) XXX_Merge(src proto.Message) { - xxx_messageInfo_Customer.Merge(dst, src) -} -func (m *Customer) XXX_Size() int { - return xxx_messageInfo_Customer.Size(m) -} -func (m *Customer) XXX_DiscardUnknown() { - xxx_messageInfo_Customer.DiscardUnknown(m) -} - -var xxx_messageInfo_Customer proto.InternalMessageInfo - -func (m *Customer) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *Customer) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *Customer) GetDescriptiveName() *wrappers.StringValue { - if m != nil { - return m.DescriptiveName - } - return nil -} - -func (m *Customer) GetCurrencyCode() *wrappers.StringValue { - if m != nil { - return m.CurrencyCode - } - return nil -} - -func (m *Customer) GetTimeZone() *wrappers.StringValue { - if m != nil { - return m.TimeZone - } - return nil -} - -func (m *Customer) GetTrackingUrlTemplate() *wrappers.StringValue { - if m != nil { - return m.TrackingUrlTemplate - } - return nil -} - -func (m *Customer) GetFinalUrlSuffix() *wrappers.StringValue { - if m != nil { - return m.FinalUrlSuffix - } - return nil -} - -func (m *Customer) GetAutoTaggingEnabled() *wrappers.BoolValue { - if m != nil { - return m.AutoTaggingEnabled - } - return nil -} - -func (m *Customer) GetHasPartnersBadge() *wrappers.BoolValue { - if m != nil { - return m.HasPartnersBadge - } - return nil -} - -func (m *Customer) GetManager() *wrappers.BoolValue { - if m != nil { - return m.Manager - } - return nil -} - -func (m *Customer) GetTestAccount() *wrappers.BoolValue { - if m != nil { - return m.TestAccount - } - return nil -} - -func (m *Customer) GetCallReportingSetting() *CallReportingSetting { - if m != nil { - return m.CallReportingSetting - } - return nil -} - -func (m *Customer) GetConversionTrackingSetting() *ConversionTrackingSetting { - if m != nil { - return m.ConversionTrackingSetting - } - return nil -} - -// Call reporting setting for a customer. -type CallReportingSetting struct { - // Enable reporting of phone call events by redirecting them via Google - // System. - CallReportingEnabled *wrappers.BoolValue `protobuf:"bytes,1,opt,name=call_reporting_enabled,json=callReportingEnabled,proto3" json:"call_reporting_enabled,omitempty"` - // Whether to enable call conversion reporting. - CallConversionReportingEnabled *wrappers.BoolValue `protobuf:"bytes,2,opt,name=call_conversion_reporting_enabled,json=callConversionReportingEnabled,proto3" json:"call_conversion_reporting_enabled,omitempty"` - // Customer-level call conversion action to attribute a call conversion to. - // If not set a default conversion action is used. Only in effect when - // call_conversion_reporting_enabled is set to true. - CallConversionAction *wrappers.StringValue `protobuf:"bytes,9,opt,name=call_conversion_action,json=callConversionAction,proto3" json:"call_conversion_action,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CallReportingSetting) Reset() { *m = CallReportingSetting{} } -func (m *CallReportingSetting) String() string { return proto.CompactTextString(m) } -func (*CallReportingSetting) ProtoMessage() {} -func (*CallReportingSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_0ab473c999471a98, []int{1} -} -func (m *CallReportingSetting) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CallReportingSetting.Unmarshal(m, b) -} -func (m *CallReportingSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CallReportingSetting.Marshal(b, m, deterministic) -} -func (dst *CallReportingSetting) XXX_Merge(src proto.Message) { - xxx_messageInfo_CallReportingSetting.Merge(dst, src) -} -func (m *CallReportingSetting) XXX_Size() int { - return xxx_messageInfo_CallReportingSetting.Size(m) -} -func (m *CallReportingSetting) XXX_DiscardUnknown() { - xxx_messageInfo_CallReportingSetting.DiscardUnknown(m) -} - -var xxx_messageInfo_CallReportingSetting proto.InternalMessageInfo - -func (m *CallReportingSetting) GetCallReportingEnabled() *wrappers.BoolValue { - if m != nil { - return m.CallReportingEnabled - } - return nil -} - -func (m *CallReportingSetting) GetCallConversionReportingEnabled() *wrappers.BoolValue { - if m != nil { - return m.CallConversionReportingEnabled - } - return nil -} - -func (m *CallReportingSetting) GetCallConversionAction() *wrappers.StringValue { - if m != nil { - return m.CallConversionAction - } - return nil -} - -// A collection of customer-wide settings related to Google Ads Conversion -// Tracking. -type ConversionTrackingSetting struct { - // The conversion tracking id used for this account. This id is automatically - // assigned after any conversion tracking feature is used. If the customer - // doesn't use conversion tracking, this is 0. This field is read-only. - ConversionTrackingId *wrappers.Int64Value `protobuf:"bytes,1,opt,name=conversion_tracking_id,json=conversionTrackingId,proto3" json:"conversion_tracking_id,omitempty"` - // The conversion tracking id of the customer's manager. This is set when the - // customer is opted into cross account conversion tracking, and it overrides - // conversion_tracking_id. This field can only be managed through the Google - // Ads UI. This field is read-only. - CrossAccountConversionTrackingId *wrappers.Int64Value `protobuf:"bytes,2,opt,name=cross_account_conversion_tracking_id,json=crossAccountConversionTrackingId,proto3" json:"cross_account_conversion_tracking_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ConversionTrackingSetting) Reset() { *m = ConversionTrackingSetting{} } -func (m *ConversionTrackingSetting) String() string { return proto.CompactTextString(m) } -func (*ConversionTrackingSetting) ProtoMessage() {} -func (*ConversionTrackingSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_0ab473c999471a98, []int{2} -} -func (m *ConversionTrackingSetting) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ConversionTrackingSetting.Unmarshal(m, b) -} -func (m *ConversionTrackingSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ConversionTrackingSetting.Marshal(b, m, deterministic) -} -func (dst *ConversionTrackingSetting) XXX_Merge(src proto.Message) { - xxx_messageInfo_ConversionTrackingSetting.Merge(dst, src) -} -func (m *ConversionTrackingSetting) XXX_Size() int { - return xxx_messageInfo_ConversionTrackingSetting.Size(m) -} -func (m *ConversionTrackingSetting) XXX_DiscardUnknown() { - xxx_messageInfo_ConversionTrackingSetting.DiscardUnknown(m) -} - -var xxx_messageInfo_ConversionTrackingSetting proto.InternalMessageInfo - -func (m *ConversionTrackingSetting) GetConversionTrackingId() *wrappers.Int64Value { - if m != nil { - return m.ConversionTrackingId - } - return nil -} - -func (m *ConversionTrackingSetting) GetCrossAccountConversionTrackingId() *wrappers.Int64Value { - if m != nil { - return m.CrossAccountConversionTrackingId - } - return nil -} - -func init() { - proto.RegisterType((*Customer)(nil), "google.ads.googleads.v0.resources.Customer") - proto.RegisterType((*CallReportingSetting)(nil), "google.ads.googleads.v0.resources.CallReportingSetting") - proto.RegisterType((*ConversionTrackingSetting)(nil), "google.ads.googleads.v0.resources.ConversionTrackingSetting") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/customer.proto", fileDescriptor_customer_0ab473c999471a98) -} - -var fileDescriptor_customer_0ab473c999471a98 = []byte{ - // 710 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x95, 0xdd, 0x6e, 0xd3, 0x3c, - 0x18, 0xc7, 0x95, 0xec, 0x7d, 0xf7, 0xe1, 0xb5, 0x63, 0x32, 0x65, 0xca, 0x36, 0x34, 0x6d, 0x83, - 0x49, 0x93, 0x90, 0xd2, 0x0a, 0x26, 0x10, 0x01, 0x0e, 0xd2, 0x0a, 0xc6, 0x10, 0x42, 0xa5, 0xdb, - 0x7a, 0x30, 0x55, 0x8a, 0x5c, 0xc7, 0xcd, 0xa2, 0x25, 0x76, 0x64, 0x3b, 0xe5, 0x43, 0x5c, 0x0d, - 0x9c, 0x71, 0x03, 0xdc, 0x03, 0xb7, 0xc0, 0x1d, 0x70, 0x09, 0x1c, 0xa1, 0x38, 0x71, 0xd8, 0xd4, - 0x6e, 0xe9, 0x51, 0xad, 0xe6, 0xf9, 0xfd, 0xfe, 0xf6, 0x93, 0x27, 0x09, 0x68, 0x05, 0x8c, 0x05, - 0x11, 0x69, 0x22, 0x5f, 0x34, 0xf3, 0x65, 0xb6, 0x1a, 0xb7, 0x9a, 0x9c, 0x08, 0x96, 0x72, 0x4c, - 0x44, 0x13, 0xa7, 0x42, 0xb2, 0x98, 0x70, 0x3b, 0xe1, 0x4c, 0x32, 0xb8, 0x93, 0x97, 0xd9, 0xc8, - 0x17, 0x76, 0x49, 0xd8, 0xe3, 0x96, 0x5d, 0x12, 0x1b, 0x5b, 0x85, 0x54, 0x01, 0xc3, 0x74, 0xd4, - 0xfc, 0xc0, 0x51, 0x92, 0x10, 0x2e, 0x72, 0xc5, 0xee, 0x8f, 0x05, 0xb0, 0xd8, 0x29, 0xac, 0xf0, - 0x1e, 0xa8, 0x6b, 0xd2, 0xa3, 0x28, 0x26, 0x96, 0xb1, 0x6d, 0xec, 0x2f, 0xf5, 0x6a, 0xfa, 0xcf, - 0x77, 0x28, 0x26, 0xf0, 0x01, 0x30, 0x43, 0xdf, 0x9a, 0xdb, 0x36, 0xf6, 0x97, 0x1f, 0x6e, 0x16, - 0xb1, 0xb6, 0xd6, 0xdb, 0x47, 0x54, 0x3e, 0x3e, 0xe8, 0xa3, 0x28, 0x25, 0x3d, 0x33, 0xf4, 0xe1, - 0x21, 0x58, 0xf5, 0x89, 0xc0, 0x3c, 0x4c, 0x64, 0x38, 0x2e, 0xa4, 0xff, 0x29, 0xf4, 0xee, 0x04, - 0x7a, 0x2c, 0x79, 0x48, 0x83, 0x9c, 0xbd, 0x75, 0x89, 0x52, 0xa9, 0x2e, 0xa8, 0xe3, 0x94, 0x73, - 0x42, 0xf1, 0x27, 0x0f, 0x33, 0x9f, 0x58, 0xff, 0xcf, 0x60, 0xa9, 0x69, 0xa4, 0xc3, 0x7c, 0x02, - 0x9f, 0x82, 0x25, 0x19, 0xc6, 0xc4, 0xfb, 0xcc, 0x28, 0xb1, 0xe6, 0x67, 0xc0, 0x17, 0xb3, 0xf2, - 0x33, 0x46, 0x09, 0xec, 0x82, 0x3b, 0x92, 0x23, 0x7c, 0x11, 0xd2, 0xc0, 0x4b, 0x79, 0xe4, 0x49, - 0x12, 0x27, 0x11, 0x92, 0xc4, 0x5a, 0x98, 0x41, 0x73, 0x5b, 0xa3, 0xa7, 0x3c, 0x3a, 0x29, 0x40, - 0xf8, 0x0a, 0xac, 0x8e, 0x42, 0x8a, 0x22, 0xa5, 0x13, 0xe9, 0x68, 0x14, 0x7e, 0xb4, 0x96, 0x67, - 0x90, 0xad, 0x28, 0xea, 0x94, 0x47, 0xc7, 0x8a, 0x81, 0x6f, 0x41, 0x03, 0xa5, 0x92, 0x79, 0x12, - 0x05, 0x41, 0xb6, 0x3b, 0x42, 0xd1, 0x30, 0x22, 0xbe, 0xb5, 0xa8, 0x5c, 0x1b, 0x13, 0xae, 0x36, - 0x63, 0x51, 0x6e, 0x82, 0x19, 0x77, 0x92, 0x63, 0x2f, 0x73, 0x0a, 0xbe, 0x06, 0xf0, 0x1c, 0x09, - 0x2f, 0x41, 0x5c, 0x52, 0xc2, 0x85, 0x37, 0x44, 0x7e, 0x40, 0xac, 0xa5, 0x4a, 0xd7, 0xea, 0x39, - 0x12, 0xdd, 0x02, 0x6a, 0x67, 0x0c, 0x3c, 0x00, 0x0b, 0x31, 0xa2, 0x28, 0x20, 0xdc, 0xaa, 0x55, - 0xe2, 0xba, 0x14, 0xbe, 0x00, 0x35, 0x49, 0x84, 0xf4, 0x10, 0xc6, 0x2c, 0xa5, 0xd2, 0xaa, 0x57, - 0xa2, 0xcb, 0x59, 0xbd, 0x9b, 0x97, 0xc3, 0x18, 0xac, 0x61, 0x14, 0x45, 0x1e, 0x27, 0x09, 0xe3, - 0x32, 0x6b, 0x87, 0x20, 0x32, 0xfb, 0xb5, 0x80, 0x12, 0x3d, 0xb1, 0x2b, 0x1f, 0x18, 0xbb, 0x83, - 0xa2, 0xa8, 0xa7, 0xf9, 0xe3, 0x1c, 0xef, 0x35, 0xf0, 0x94, 0x7f, 0xe1, 0x17, 0xb0, 0x89, 0x19, - 0x1d, 0x13, 0x2e, 0x42, 0x46, 0xbd, 0x72, 0x40, 0x74, 0xe6, 0x8a, 0xca, 0x7c, 0x3e, 0x4b, 0x66, - 0x69, 0x39, 0x29, 0x24, 0x3a, 0x78, 0x1d, 0x5f, 0x77, 0x69, 0xf7, 0x9b, 0x09, 0x1a, 0xd3, 0x36, - 0x0b, 0xbb, 0x13, 0x5d, 0xd0, 0x43, 0x61, 0x54, 0xb6, 0xf3, 0xea, 0x41, 0xf5, 0x58, 0x10, 0xb0, - 0xa3, 0x8c, 0x97, 0x4e, 0x3b, 0x29, 0x37, 0x2b, 0xe5, 0x5b, 0x99, 0xe4, 0xdf, 0x59, 0x27, 0x62, - 0x7a, 0xc5, 0xc6, 0x2f, 0xc5, 0x20, 0x2c, 0x43, 0x46, 0x8b, 0x09, 0xbc, 0xf9, 0xc9, 0x68, 0x5c, - 0xb5, 0xbb, 0x8a, 0xdc, 0xfd, 0x65, 0x80, 0xf5, 0x6b, 0xdb, 0x0b, 0xdf, 0x83, 0xb5, 0x69, 0x77, - 0x30, 0xd4, 0xad, 0xba, 0xf1, 0xfd, 0xd6, 0x98, 0xbc, 0x37, 0x47, 0x3e, 0xbc, 0x00, 0xf7, 0x31, - 0x67, 0x42, 0xe8, 0x19, 0xf6, 0xae, 0x09, 0x30, 0xab, 0x03, 0xb6, 0x95, 0xa8, 0x18, 0xee, 0xce, - 0x94, 0xb0, 0xf6, 0x1f, 0x03, 0xec, 0x61, 0x16, 0x57, 0x8f, 0x58, 0xbb, 0xae, 0x5f, 0xf2, 0xdd, - 0x2c, 0xa8, 0x6b, 0x9c, 0xbd, 0x29, 0x98, 0x80, 0x45, 0x88, 0x06, 0x36, 0xe3, 0x41, 0x33, 0x20, - 0x54, 0x6d, 0x43, 0x7f, 0x7d, 0x92, 0x50, 0xdc, 0xf0, 0x31, 0x7a, 0x56, 0xae, 0xbe, 0x9a, 0x73, - 0x87, 0xae, 0xfb, 0xdd, 0xdc, 0x39, 0xcc, 0x95, 0xae, 0x2f, 0xec, 0x7c, 0x99, 0xad, 0xfa, 0x2d, - 0xbb, 0xa7, 0x2b, 0x7f, 0xea, 0x9a, 0x81, 0xeb, 0x8b, 0x41, 0x59, 0x33, 0xe8, 0xb7, 0x06, 0x65, - 0xcd, 0x6f, 0x73, 0x2f, 0xbf, 0xe0, 0x38, 0xae, 0x2f, 0x1c, 0xa7, 0xac, 0x72, 0x9c, 0x7e, 0xcb, - 0x71, 0xca, 0xba, 0xe1, 0xbc, 0xda, 0xec, 0xa3, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xbe, 0x94, - 0x25, 0x6e, 0x38, 0x07, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/customer_client.pb.go b/googleapis/ads/googleads/v0/resources/customer_client.pb.go deleted file mode 100644 index 57b1c00964..0000000000 --- a/googleapis/ads/googleads/v0/resources/customer_client.pb.go +++ /dev/null @@ -1,130 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/customer_client.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A link between the given customer and a client customer. CustomerClients only -// exist for manager customers. All direct and indirect client customers are -// included, as well as the manager itself. -type CustomerClient struct { - // The resource name of the customer client. - // CustomerClient resource names have the form: - // `customers/{customer_id}/customerClients/{client_customer_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The resource name of the client-customer which is linked to - // the given customer. Read only. - ClientCustomer *wrappers.StringValue `protobuf:"bytes,3,opt,name=client_customer,json=clientCustomer,proto3" json:"client_customer,omitempty"` - // Specifies whether this is a hidden account. Learn more about hidden - // accounts - // here. - // Read only. - Hidden *wrappers.BoolValue `protobuf:"bytes,4,opt,name=hidden,proto3" json:"hidden,omitempty"` - // Distance between given customer and client. For self link, the level value - // will be 0. Read only. - Level *wrappers.Int64Value `protobuf:"bytes,5,opt,name=level,proto3" json:"level,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CustomerClient) Reset() { *m = CustomerClient{} } -func (m *CustomerClient) String() string { return proto.CompactTextString(m) } -func (*CustomerClient) ProtoMessage() {} -func (*CustomerClient) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_b474fc80928b30c9, []int{0} -} -func (m *CustomerClient) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CustomerClient.Unmarshal(m, b) -} -func (m *CustomerClient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CustomerClient.Marshal(b, m, deterministic) -} -func (dst *CustomerClient) XXX_Merge(src proto.Message) { - xxx_messageInfo_CustomerClient.Merge(dst, src) -} -func (m *CustomerClient) XXX_Size() int { - return xxx_messageInfo_CustomerClient.Size(m) -} -func (m *CustomerClient) XXX_DiscardUnknown() { - xxx_messageInfo_CustomerClient.DiscardUnknown(m) -} - -var xxx_messageInfo_CustomerClient proto.InternalMessageInfo - -func (m *CustomerClient) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *CustomerClient) GetClientCustomer() *wrappers.StringValue { - if m != nil { - return m.ClientCustomer - } - return nil -} - -func (m *CustomerClient) GetHidden() *wrappers.BoolValue { - if m != nil { - return m.Hidden - } - return nil -} - -func (m *CustomerClient) GetLevel() *wrappers.Int64Value { - if m != nil { - return m.Level - } - return nil -} - -func init() { - proto.RegisterType((*CustomerClient)(nil), "google.ads.googleads.v0.resources.CustomerClient") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/customer_client.proto", fileDescriptor_customer_client_b474fc80928b30c9) -} - -var fileDescriptor_customer_client_b474fc80928b30c9 = []byte{ - // 351 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0x41, 0x4b, 0xf3, 0x30, - 0x18, 0xc7, 0x69, 0xf7, 0x6e, 0xf0, 0x56, 0x9d, 0x50, 0x2f, 0x65, 0x8a, 0x6c, 0xca, 0x60, 0xa7, - 0xb4, 0x4e, 0x51, 0x88, 0xa7, 0x6e, 0xc8, 0xd0, 0x83, 0x8c, 0x09, 0x3d, 0x48, 0x61, 0x74, 0x4d, - 0x8c, 0x85, 0x34, 0x29, 0x49, 0x3b, 0xaf, 0x7e, 0x16, 0x8f, 0x7e, 0x14, 0xbf, 0x86, 0x37, 0x3f, - 0x85, 0xac, 0x69, 0x02, 0x32, 0xd0, 0xdb, 0x9f, 0xf6, 0xf7, 0xfb, 0x3f, 0x0f, 0x79, 0x9c, 0x2b, - 0xc2, 0x39, 0xa1, 0xd8, 0x4f, 0x90, 0xf4, 0x55, 0xdc, 0xa4, 0x75, 0xe0, 0x0b, 0x2c, 0x79, 0x25, - 0x52, 0x2c, 0xfd, 0xb4, 0x92, 0x25, 0xcf, 0xb1, 0x58, 0xa6, 0x34, 0xc3, 0xac, 0x04, 0x85, 0xe0, - 0x25, 0x77, 0x07, 0x8a, 0x06, 0x09, 0x92, 0xc0, 0x88, 0x60, 0x1d, 0x00, 0x23, 0xf6, 0x8e, 0x9b, - 0xee, 0x5a, 0x58, 0x55, 0x4f, 0xfe, 0x8b, 0x48, 0x8a, 0x02, 0x0b, 0xa9, 0x2a, 0x4e, 0x3e, 0x2d, - 0xa7, 0x3b, 0x6d, 0xca, 0xa7, 0x75, 0xb7, 0x7b, 0xea, 0xec, 0x69, 0x7f, 0xc9, 0x92, 0x1c, 0x7b, - 0x56, 0xdf, 0x1a, 0xfd, 0x5f, 0xec, 0xea, 0x8f, 0xf7, 0x49, 0x8e, 0xdd, 0x1b, 0x67, 0x5f, 0xad, - 0xb2, 0xd4, 0xab, 0x79, 0xad, 0xbe, 0x35, 0xda, 0x19, 0x1f, 0x35, 0x9b, 0x00, 0x3d, 0x11, 0x3c, - 0x94, 0x22, 0x63, 0x24, 0x4a, 0x68, 0x85, 0x17, 0x5d, 0x25, 0xe9, 0x89, 0xee, 0xd8, 0xe9, 0x3c, - 0x67, 0x08, 0x61, 0xe6, 0xfd, 0xab, 0xed, 0xde, 0x96, 0x3d, 0xe1, 0x9c, 0x2a, 0xb7, 0x21, 0xdd, - 0x33, 0xa7, 0x4d, 0xf1, 0x1a, 0x53, 0xaf, 0x5d, 0x2b, 0x87, 0x5b, 0xca, 0x2d, 0x2b, 0x2f, 0x2f, - 0x94, 0xa3, 0xc8, 0xc9, 0xab, 0xed, 0x0c, 0x53, 0x9e, 0x83, 0x3f, 0xdf, 0x6b, 0x72, 0xf0, 0xf3, - 0x31, 0xe6, 0x9b, 0xce, 0xb9, 0xf5, 0x78, 0xd7, 0x98, 0x84, 0xd3, 0x84, 0x11, 0xc0, 0x05, 0xf1, - 0x09, 0x66, 0xf5, 0x44, 0x7d, 0xb2, 0x22, 0x93, 0xbf, 0x5c, 0xf0, 0xda, 0xa4, 0x37, 0xbb, 0x35, - 0x0b, 0xc3, 0x77, 0x7b, 0x30, 0x53, 0x95, 0x21, 0x92, 0x40, 0xc5, 0x4d, 0x8a, 0x02, 0xb0, 0xd0, - 0xe4, 0x87, 0x66, 0xe2, 0x10, 0xc9, 0xd8, 0x30, 0x71, 0x14, 0xc4, 0x86, 0xf9, 0xb2, 0x87, 0xea, - 0x07, 0x84, 0x21, 0x92, 0x10, 0x1a, 0x0a, 0xc2, 0x28, 0x80, 0xd0, 0x70, 0xab, 0x4e, 0xbd, 0xec, - 0xf9, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x16, 0x7a, 0xb0, 0x1a, 0x6d, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/customer_client_link.pb.go b/googleapis/ads/googleads/v0/resources/customer_client_link.pb.go deleted file mode 100644 index 9919dc30ed..0000000000 --- a/googleapis/ads/googleads/v0/resources/customer_client_link.pb.go +++ /dev/null @@ -1,141 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/customer_client_link.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Represents customer client link relationship. -type CustomerClientLink struct { - // Name of the resource. - // CustomerClientLink resource names have the form: - // - // `customers/{customer_id}/customerClientLinks/{client_customer_id}_{manager_link_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The client customer linked to this customer. - ClientCustomer *wrappers.StringValue `protobuf:"bytes,3,opt,name=client_customer,json=clientCustomer,proto3" json:"client_customer,omitempty"` - // This is uniquely identifies a customer client link. Read only. - ManagerLinkId *wrappers.Int64Value `protobuf:"bytes,4,opt,name=manager_link_id,json=managerLinkId,proto3" json:"manager_link_id,omitempty"` - // This is the status of the link between client and manager. - Status enums.ManagerLinkStatusEnum_ManagerLinkStatus `protobuf:"varint,5,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.ManagerLinkStatusEnum_ManagerLinkStatus" json:"status,omitempty"` - // The visibility of the link. Users can choose whether or not to see hidden - // links in the AdWords UI. - // Default value is false - Hidden *wrappers.BoolValue `protobuf:"bytes,6,opt,name=hidden,proto3" json:"hidden,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CustomerClientLink) Reset() { *m = CustomerClientLink{} } -func (m *CustomerClientLink) String() string { return proto.CompactTextString(m) } -func (*CustomerClientLink) ProtoMessage() {} -func (*CustomerClientLink) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_link_68e992234fb5b8cb, []int{0} -} -func (m *CustomerClientLink) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CustomerClientLink.Unmarshal(m, b) -} -func (m *CustomerClientLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CustomerClientLink.Marshal(b, m, deterministic) -} -func (dst *CustomerClientLink) XXX_Merge(src proto.Message) { - xxx_messageInfo_CustomerClientLink.Merge(dst, src) -} -func (m *CustomerClientLink) XXX_Size() int { - return xxx_messageInfo_CustomerClientLink.Size(m) -} -func (m *CustomerClientLink) XXX_DiscardUnknown() { - xxx_messageInfo_CustomerClientLink.DiscardUnknown(m) -} - -var xxx_messageInfo_CustomerClientLink proto.InternalMessageInfo - -func (m *CustomerClientLink) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *CustomerClientLink) GetClientCustomer() *wrappers.StringValue { - if m != nil { - return m.ClientCustomer - } - return nil -} - -func (m *CustomerClientLink) GetManagerLinkId() *wrappers.Int64Value { - if m != nil { - return m.ManagerLinkId - } - return nil -} - -func (m *CustomerClientLink) GetStatus() enums.ManagerLinkStatusEnum_ManagerLinkStatus { - if m != nil { - return m.Status - } - return enums.ManagerLinkStatusEnum_UNSPECIFIED -} - -func (m *CustomerClientLink) GetHidden() *wrappers.BoolValue { - if m != nil { - return m.Hidden - } - return nil -} - -func init() { - proto.RegisterType((*CustomerClientLink)(nil), "google.ads.googleads.v0.resources.CustomerClientLink") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/customer_client_link.proto", fileDescriptor_customer_client_link_68e992234fb5b8cb) -} - -var fileDescriptor_customer_client_link_68e992234fb5b8cb = []byte{ - // 420 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0x5d, 0x8a, 0xd4, 0x30, - 0x1c, 0xa7, 0x5d, 0x2d, 0x18, 0xdd, 0x5d, 0xe8, 0x8b, 0x65, 0x14, 0x99, 0x55, 0x16, 0xe6, 0x29, - 0x2d, 0xa3, 0x28, 0x44, 0x5f, 0x3a, 0xc3, 0xba, 0xac, 0xa8, 0x2c, 0x5d, 0xe8, 0x83, 0x14, 0x4b, - 0xb6, 0x89, 0xb1, 0x6c, 0x9b, 0x94, 0xa4, 0x1d, 0x2f, 0xe0, 0x49, 0x7c, 0xf4, 0x28, 0xde, 0xc0, - 0x2b, 0x78, 0x0a, 0x69, 0x3e, 0x2a, 0x52, 0x46, 0xdf, 0x7e, 0x49, 0x7e, 0x5f, 0xff, 0x24, 0xe0, - 0x15, 0x13, 0x82, 0x35, 0x34, 0xc6, 0x44, 0xc5, 0x06, 0x8e, 0x68, 0x97, 0xc4, 0x92, 0x2a, 0x31, - 0xc8, 0x8a, 0xaa, 0xb8, 0x1a, 0x54, 0x2f, 0x5a, 0x2a, 0xcb, 0xaa, 0xa9, 0x29, 0xef, 0xcb, 0xa6, - 0xe6, 0x37, 0xb0, 0x93, 0xa2, 0x17, 0xe1, 0x89, 0x91, 0x40, 0x4c, 0x14, 0x9c, 0xd4, 0x70, 0x97, - 0xc0, 0x49, 0xbd, 0x78, 0xb1, 0x2f, 0x80, 0xf2, 0xa1, 0x55, 0x71, 0x8b, 0x39, 0x66, 0x54, 0x6a, - 0xd3, 0x52, 0xf5, 0xb8, 0x1f, 0x94, 0xf1, 0x5e, 0x3c, 0xb2, 0x42, 0xbd, 0xba, 0x1e, 0x3e, 0xc5, - 0x5f, 0x24, 0xee, 0x3a, 0x2a, 0xed, 0xf9, 0xe3, 0x9f, 0x3e, 0x08, 0xb7, 0xb6, 0xda, 0x56, 0x37, - 0x7b, 0x5b, 0xf3, 0x9b, 0xf0, 0x09, 0x38, 0x74, 0xe1, 0x25, 0xc7, 0x2d, 0x8d, 0xbc, 0xa5, 0xb7, - 0xba, 0x93, 0xdd, 0x73, 0x9b, 0xef, 0x71, 0x4b, 0xc3, 0x33, 0x70, 0x6c, 0x87, 0x71, 0xc3, 0x45, - 0x07, 0x4b, 0x6f, 0x75, 0x77, 0xfd, 0xd0, 0x8e, 0x01, 0x5d, 0x2a, 0xbc, 0xea, 0x65, 0xcd, 0x59, - 0x8e, 0x9b, 0x81, 0x66, 0x47, 0x46, 0xe4, 0x52, 0xc3, 0x2d, 0x38, 0xfe, 0xab, 0x7f, 0x4d, 0xa2, - 0x5b, 0xda, 0xe6, 0xc1, 0xcc, 0xe6, 0x82, 0xf7, 0xcf, 0x9f, 0x19, 0x97, 0x43, 0xab, 0x19, 0xeb, - 0x5e, 0x90, 0xf0, 0x23, 0x08, 0xcc, 0xdc, 0xd1, 0xed, 0xa5, 0xb7, 0x3a, 0x5a, 0xbf, 0x86, 0xfb, - 0x2e, 0x55, 0xdf, 0x18, 0x7c, 0xf7, 0x47, 0x7d, 0xa5, 0x75, 0x67, 0x7c, 0x68, 0xe7, 0xbb, 0x99, - 0x75, 0x0d, 0xd7, 0x20, 0xf8, 0x5c, 0x13, 0x42, 0x79, 0x14, 0xe8, 0x6e, 0x8b, 0x59, 0xb7, 0x8d, - 0x10, 0x8d, 0xa9, 0x66, 0x99, 0x9b, 0xaf, 0x3e, 0x38, 0xad, 0x44, 0x0b, 0xff, 0xfb, 0xbc, 0x9b, - 0xfb, 0xf3, 0x27, 0xb8, 0x1c, 0x7d, 0x2f, 0xbd, 0x0f, 0x6f, 0xac, 0x9a, 0x89, 0x06, 0x73, 0x06, - 0x85, 0x64, 0x31, 0xa3, 0x5c, 0xa7, 0xba, 0x9f, 0xd0, 0xd5, 0xea, 0x1f, 0x3f, 0xef, 0xe5, 0x84, - 0xbe, 0xf9, 0x07, 0xe7, 0x69, 0xfa, 0xdd, 0x3f, 0x39, 0x37, 0x96, 0x29, 0x51, 0xd0, 0xc0, 0x11, - 0xe5, 0x09, 0xcc, 0x1c, 0xf3, 0x87, 0xe3, 0x14, 0x29, 0x51, 0xc5, 0xc4, 0x29, 0xf2, 0xa4, 0x98, - 0x38, 0xbf, 0xfc, 0x53, 0x73, 0x80, 0x50, 0x4a, 0x14, 0x42, 0x13, 0x0b, 0xa1, 0x3c, 0x41, 0x68, - 0xe2, 0x5d, 0x07, 0xba, 0xec, 0xd3, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xb2, 0x0c, 0xa0, 0xa7, - 0x25, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/customer_feed.pb.go b/googleapis/ads/googleads/v0/resources/customer_feed.pb.go deleted file mode 100644 index 5ecd5afa67..0000000000 --- a/googleapis/ads/googleads/v0/resources/customer_feed.pb.go +++ /dev/null @@ -1,146 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/customer_feed.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A customer feed. -type CustomerFeed struct { - // The resource name of the customer feed. - // Customer feed resource names have the form: - // - // `customers/{customer_id}/customerFeeds/{feed_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The feed being linked to the customer. - Feed *wrappers.StringValue `protobuf:"bytes,2,opt,name=feed,proto3" json:"feed,omitempty"` - // Indicates which placeholder types the feed may populate under the connected - // customer. Required. - PlaceholderTypes []enums.PlaceholderTypeEnum_PlaceholderType `protobuf:"varint,3,rep,packed,name=placeholder_types,json=placeholderTypes,proto3,enum=google.ads.googleads.v0.enums.PlaceholderTypeEnum_PlaceholderType" json:"placeholder_types,omitempty"` - // Matching function associated with the CustomerFeed. - // The matching function is used to filter the set of feed items selected. - // Required. - MatchingFunction *common.MatchingFunction `protobuf:"bytes,4,opt,name=matching_function,json=matchingFunction,proto3" json:"matching_function,omitempty"` - // Status of the customer feed. - // This field is read-only. - Status enums.FeedLinkStatusEnum_FeedLinkStatus `protobuf:"varint,5,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.FeedLinkStatusEnum_FeedLinkStatus" json:"status,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CustomerFeed) Reset() { *m = CustomerFeed{} } -func (m *CustomerFeed) String() string { return proto.CompactTextString(m) } -func (*CustomerFeed) ProtoMessage() {} -func (*CustomerFeed) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_feed_679e6d16646b6dfc, []int{0} -} -func (m *CustomerFeed) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CustomerFeed.Unmarshal(m, b) -} -func (m *CustomerFeed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CustomerFeed.Marshal(b, m, deterministic) -} -func (dst *CustomerFeed) XXX_Merge(src proto.Message) { - xxx_messageInfo_CustomerFeed.Merge(dst, src) -} -func (m *CustomerFeed) XXX_Size() int { - return xxx_messageInfo_CustomerFeed.Size(m) -} -func (m *CustomerFeed) XXX_DiscardUnknown() { - xxx_messageInfo_CustomerFeed.DiscardUnknown(m) -} - -var xxx_messageInfo_CustomerFeed proto.InternalMessageInfo - -func (m *CustomerFeed) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *CustomerFeed) GetFeed() *wrappers.StringValue { - if m != nil { - return m.Feed - } - return nil -} - -func (m *CustomerFeed) GetPlaceholderTypes() []enums.PlaceholderTypeEnum_PlaceholderType { - if m != nil { - return m.PlaceholderTypes - } - return nil -} - -func (m *CustomerFeed) GetMatchingFunction() *common.MatchingFunction { - if m != nil { - return m.MatchingFunction - } - return nil -} - -func (m *CustomerFeed) GetStatus() enums.FeedLinkStatusEnum_FeedLinkStatus { - if m != nil { - return m.Status - } - return enums.FeedLinkStatusEnum_UNSPECIFIED -} - -func init() { - proto.RegisterType((*CustomerFeed)(nil), "google.ads.googleads.v0.resources.CustomerFeed") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/customer_feed.proto", fileDescriptor_customer_feed_679e6d16646b6dfc) -} - -var fileDescriptor_customer_feed_679e6d16646b6dfc = []byte{ - // 460 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xdd, 0x6a, 0xd4, 0x40, - 0x14, 0xc7, 0xc9, 0x6e, 0x2d, 0x18, 0x6b, 0xe9, 0xe6, 0x2a, 0x14, 0x91, 0xad, 0x52, 0xd8, 0xab, - 0x49, 0x58, 0x3f, 0x2e, 0xe2, 0x8d, 0x59, 0xb1, 0x05, 0x51, 0x59, 0x52, 0x59, 0x44, 0x56, 0xc2, - 0x34, 0x39, 0x9b, 0x86, 0x66, 0x3e, 0x98, 0x8f, 0x4a, 0x9f, 0xc2, 0x77, 0xf0, 0xd2, 0x47, 0xf1, - 0x51, 0x7c, 0x08, 0x91, 0xcc, 0x4c, 0xa2, 0x5d, 0x59, 0xb7, 0x77, 0x27, 0x27, 0xff, 0xdf, 0x99, - 0x73, 0xfe, 0x67, 0xc6, 0x7f, 0x56, 0x31, 0x56, 0x35, 0x10, 0xe1, 0x52, 0x46, 0x36, 0x6c, 0xa3, - 0xab, 0x38, 0x12, 0x20, 0x99, 0x16, 0x05, 0xc8, 0xa8, 0xd0, 0x52, 0x31, 0x02, 0x22, 0x5f, 0x01, - 0x94, 0x88, 0x0b, 0xa6, 0x58, 0x70, 0x64, 0xb5, 0x08, 0x97, 0x12, 0xf5, 0x18, 0xba, 0x8a, 0x51, - 0x8f, 0x1d, 0x3e, 0xdf, 0x54, 0xb9, 0x60, 0x84, 0x30, 0x1a, 0x11, 0xac, 0x8a, 0x8b, 0x9a, 0x56, - 0xf9, 0x4a, 0xd3, 0x42, 0xd5, 0x8c, 0xda, 0xd2, 0x87, 0x4f, 0x37, 0x71, 0x40, 0x35, 0x91, 0x51, - 0xdb, 0x44, 0xde, 0xd4, 0xf4, 0x32, 0x97, 0x0a, 0x2b, 0x2d, 0x6f, 0x47, 0xf1, 0x06, 0x17, 0x70, - 0xc1, 0x9a, 0x12, 0x44, 0xae, 0xae, 0x39, 0x38, 0xea, 0xa1, 0xa3, 0xcc, 0xd7, 0xb9, 0x5e, 0x45, - 0x5f, 0x04, 0xe6, 0x1c, 0x84, 0xab, 0xfa, 0xe8, 0xeb, 0xd0, 0xdf, 0x7b, 0xe5, 0xc6, 0x3f, 0x01, - 0x28, 0x83, 0xc7, 0xfe, 0xfd, 0x6e, 0xc2, 0x9c, 0x62, 0x02, 0xa1, 0x37, 0xf6, 0x26, 0x77, 0xb3, - 0xbd, 0x2e, 0xf9, 0x1e, 0x13, 0x08, 0x62, 0x7f, 0xa7, 0xed, 0x32, 0x1c, 0x8c, 0xbd, 0xc9, 0xbd, - 0xe9, 0x03, 0x67, 0x10, 0xea, 0x0e, 0x41, 0x67, 0x4a, 0xd4, 0xb4, 0x5a, 0xe0, 0x46, 0x43, 0x66, - 0x94, 0x01, 0xf3, 0x47, 0xeb, 0x1d, 0xca, 0x70, 0x38, 0x1e, 0x4e, 0xf6, 0xa7, 0x33, 0xb4, 0xc9, - 0x6a, 0x33, 0x19, 0x9a, 0xff, 0xe1, 0x3e, 0x5c, 0x73, 0x78, 0x4d, 0x35, 0x59, 0xcf, 0x65, 0x07, - 0xfc, 0x66, 0x42, 0x06, 0x9f, 0xfd, 0xd1, 0x3f, 0xfe, 0x87, 0x3b, 0xa6, 0xdf, 0x78, 0xe3, 0x81, - 0x76, 0x71, 0xe8, 0x9d, 0x03, 0x4f, 0x1c, 0x97, 0x1d, 0x90, 0xb5, 0x4c, 0xf0, 0xd1, 0xdf, 0xb5, - 0xdb, 0x09, 0xef, 0x8c, 0xbd, 0xc9, 0xfe, 0xf4, 0xe5, 0x96, 0x21, 0x5a, 0x6f, 0xdf, 0xd6, 0xf4, - 0xf2, 0xcc, 0x40, 0x66, 0x86, 0x9b, 0xa9, 0xcc, 0xd5, 0x9b, 0xfd, 0xf2, 0xfc, 0xe3, 0x82, 0x11, - 0xb4, 0xf5, 0xfe, 0xcd, 0x46, 0x7f, 0x2f, 0x6e, 0xde, 0x7a, 0x3f, 0xf7, 0x3e, 0xbd, 0x71, 0x5c, - 0xc5, 0x1a, 0x4c, 0x2b, 0xc4, 0x44, 0x15, 0x55, 0x40, 0xcd, 0x66, 0xba, 0x6b, 0xc3, 0x6b, 0xf9, - 0x9f, 0xd7, 0xf0, 0xa2, 0x8f, 0xbe, 0x0d, 0x86, 0xa7, 0x69, 0xfa, 0x7d, 0x70, 0x74, 0x6a, 0x4b, - 0xa6, 0xa5, 0x44, 0x36, 0x6c, 0xa3, 0x45, 0x8c, 0xb2, 0x4e, 0xf9, 0xa3, 0xd3, 0x2c, 0xd3, 0x52, - 0x2e, 0x7b, 0xcd, 0x72, 0x11, 0x2f, 0x7b, 0xcd, 0xcf, 0xc1, 0xb1, 0xfd, 0x91, 0x24, 0x69, 0x29, - 0x93, 0xa4, 0x57, 0x25, 0xc9, 0x22, 0x4e, 0x92, 0x5e, 0x77, 0xbe, 0x6b, 0x9a, 0x7d, 0xf2, 0x3b, - 0x00, 0x00, 0xff, 0xff, 0x9d, 0x3c, 0x75, 0x8c, 0xb9, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/customer_manager_link.pb.go b/googleapis/ads/googleads/v0/resources/customer_manager_link.pb.go deleted file mode 100644 index 50b51d77ac..0000000000 --- a/googleapis/ads/googleads/v0/resources/customer_manager_link.pb.go +++ /dev/null @@ -1,128 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/customer_manager_link.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Represents customer-manager link relationship. -type CustomerManagerLink struct { - // Name of the resource. - // CustomerManagerLink resource names have the form: - // - // `customers/{customer_id}/customerManagerLinks/{manager_customer_id}_{manager_link_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The manager customer linked to the customer. - ManagerCustomer *wrappers.StringValue `protobuf:"bytes,3,opt,name=manager_customer,json=managerCustomer,proto3" json:"manager_customer,omitempty"` - // ID of the customer-manager link. This field is read only. - ManagerLinkId *wrappers.Int64Value `protobuf:"bytes,4,opt,name=manager_link_id,json=managerLinkId,proto3" json:"manager_link_id,omitempty"` - // Status of the link between the customer and the manager. - Status enums.ManagerLinkStatusEnum_ManagerLinkStatus `protobuf:"varint,5,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.ManagerLinkStatusEnum_ManagerLinkStatus" json:"status,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CustomerManagerLink) Reset() { *m = CustomerManagerLink{} } -func (m *CustomerManagerLink) String() string { return proto.CompactTextString(m) } -func (*CustomerManagerLink) ProtoMessage() {} -func (*CustomerManagerLink) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_manager_link_b6637712dc1d7465, []int{0} -} -func (m *CustomerManagerLink) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CustomerManagerLink.Unmarshal(m, b) -} -func (m *CustomerManagerLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CustomerManagerLink.Marshal(b, m, deterministic) -} -func (dst *CustomerManagerLink) XXX_Merge(src proto.Message) { - xxx_messageInfo_CustomerManagerLink.Merge(dst, src) -} -func (m *CustomerManagerLink) XXX_Size() int { - return xxx_messageInfo_CustomerManagerLink.Size(m) -} -func (m *CustomerManagerLink) XXX_DiscardUnknown() { - xxx_messageInfo_CustomerManagerLink.DiscardUnknown(m) -} - -var xxx_messageInfo_CustomerManagerLink proto.InternalMessageInfo - -func (m *CustomerManagerLink) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *CustomerManagerLink) GetManagerCustomer() *wrappers.StringValue { - if m != nil { - return m.ManagerCustomer - } - return nil -} - -func (m *CustomerManagerLink) GetManagerLinkId() *wrappers.Int64Value { - if m != nil { - return m.ManagerLinkId - } - return nil -} - -func (m *CustomerManagerLink) GetStatus() enums.ManagerLinkStatusEnum_ManagerLinkStatus { - if m != nil { - return m.Status - } - return enums.ManagerLinkStatusEnum_UNSPECIFIED -} - -func init() { - proto.RegisterType((*CustomerManagerLink)(nil), "google.ads.googleads.v0.resources.CustomerManagerLink") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/customer_manager_link.proto", fileDescriptor_customer_manager_link_b6637712dc1d7465) -} - -var fileDescriptor_customer_manager_link_b6637712dc1d7465 = []byte{ - // 397 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xcf, 0x6a, 0xdb, 0x30, - 0x1c, 0xc6, 0xce, 0x16, 0x98, 0xb7, 0x2c, 0xc3, 0xbb, 0x98, 0x6c, 0x8c, 0x64, 0x23, 0x90, 0x93, - 0x6c, 0xb2, 0xb1, 0x81, 0xc6, 0x0e, 0x4e, 0xd8, 0x42, 0xc6, 0x36, 0x82, 0x03, 0x3e, 0x0c, 0x53, - 0xa3, 0xc4, 0xaa, 0x30, 0xb1, 0x24, 0x23, 0xd9, 0xe9, 0x13, 0xf4, 0x45, 0x7a, 0x2a, 0x7d, 0x94, - 0x3e, 0x4a, 0x9f, 0xa2, 0xc4, 0xb2, 0xdc, 0x94, 0x34, 0xed, 0xed, 0xb3, 0xf4, 0xfd, 0xf9, 0x7d, - 0x3f, 0xd9, 0xfa, 0x41, 0x38, 0x27, 0x19, 0x76, 0x51, 0x22, 0x5d, 0x05, 0x77, 0x68, 0xeb, 0xb9, - 0x02, 0x4b, 0x5e, 0x8a, 0x35, 0x96, 0xee, 0xba, 0x94, 0x05, 0xa7, 0x58, 0xc4, 0x14, 0x31, 0x44, - 0xb0, 0x88, 0xb3, 0x94, 0x6d, 0x40, 0x2e, 0x78, 0xc1, 0xed, 0x81, 0xd2, 0x00, 0x94, 0x48, 0xd0, - 0xc8, 0xc1, 0xd6, 0x03, 0x8d, 0xbc, 0xf7, 0xed, 0x58, 0x02, 0x66, 0x25, 0x95, 0xee, 0xbe, 0x69, - 0x2c, 0x0b, 0x54, 0x94, 0x52, 0x79, 0xf7, 0x3e, 0xd4, 0xc2, 0xea, 0x6b, 0x55, 0x9e, 0xba, 0x67, - 0x02, 0xe5, 0x39, 0x16, 0xf5, 0xfd, 0xc7, 0x4b, 0xd3, 0x7a, 0x3b, 0xad, 0x67, 0xfb, 0xab, 0x5c, - 0xfe, 0xa4, 0x6c, 0x63, 0x7f, 0xb2, 0x3a, 0x3a, 0x3d, 0x66, 0x88, 0x62, 0xc7, 0xe8, 0x1b, 0xa3, - 0x17, 0xc1, 0x2b, 0x7d, 0xf8, 0x0f, 0x51, 0x6c, 0xcf, 0xac, 0x37, 0x3a, 0x59, 0xf7, 0x73, 0x5a, - 0x7d, 0x63, 0xf4, 0x72, 0xfc, 0xbe, 0x2e, 0x02, 0x74, 0x2e, 0x58, 0x16, 0x22, 0x65, 0x24, 0x44, - 0x59, 0x89, 0x83, 0x6e, 0xad, 0xd2, 0xc1, 0xf6, 0xd4, 0xea, 0xde, 0xab, 0x90, 0x26, 0xce, 0xb3, - 0xca, 0xe7, 0xdd, 0x81, 0xcf, 0x9c, 0x15, 0x5f, 0xbf, 0x28, 0x9b, 0x0e, 0xbd, 0x1b, 0x78, 0x9e, - 0xd8, 0x27, 0x56, 0x5b, 0x55, 0x77, 0x9e, 0xf7, 0x8d, 0xd1, 0xeb, 0xf1, 0x2f, 0x70, 0x6c, 0xaf, - 0xd5, 0xd2, 0xc0, 0x5e, 0xdd, 0x65, 0xa5, 0xfb, 0xc9, 0x4a, 0x7a, 0x78, 0x1a, 0xd4, 0xae, 0x93, - 0x73, 0xd3, 0x1a, 0xae, 0x39, 0x05, 0x4f, 0xbe, 0xd6, 0xc4, 0x79, 0x60, 0xa3, 0x8b, 0x5d, 0x81, - 0x85, 0xf1, 0xff, 0x77, 0x2d, 0x27, 0x3c, 0x43, 0x8c, 0x00, 0x2e, 0x88, 0x4b, 0x30, 0xab, 0xea, - 0xe9, 0x97, 0xcd, 0x53, 0xf9, 0xc8, 0xaf, 0xf4, 0xbd, 0x41, 0x17, 0x66, 0x6b, 0xe6, 0xfb, 0x57, - 0xe6, 0x60, 0xa6, 0x2c, 0xfd, 0x44, 0x02, 0x05, 0x77, 0x28, 0xf4, 0x40, 0xa0, 0x99, 0xd7, 0x9a, - 0x13, 0xf9, 0x89, 0x8c, 0x1a, 0x4e, 0x14, 0x7a, 0x51, 0xc3, 0xb9, 0x31, 0x87, 0xea, 0x02, 0x42, - 0x3f, 0x91, 0x10, 0x36, 0x2c, 0x08, 0x43, 0x0f, 0xc2, 0x86, 0xb7, 0x6a, 0x57, 0xc3, 0x7e, 0xbe, - 0x0d, 0x00, 0x00, 0xff, 0xff, 0xa0, 0x05, 0x7b, 0x54, 0xf6, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/display_keyword_view.pb.go b/googleapis/ads/googleads/v0/resources/display_keyword_view.pb.go deleted file mode 100644 index 63fd733424..0000000000 --- a/googleapis/ads/googleads/v0/resources/display_keyword_view.pb.go +++ /dev/null @@ -1,90 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/display_keyword_view.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A display keyword view. -type DisplayKeywordView struct { - // The resource name of the display keyword view. - // Display Keyword view resource names have the form: - // - // `customers/{customer_id}/displayKeywordViews/{ad_group_id}_{criterion_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DisplayKeywordView) Reset() { *m = DisplayKeywordView{} } -func (m *DisplayKeywordView) String() string { return proto.CompactTextString(m) } -func (*DisplayKeywordView) ProtoMessage() {} -func (*DisplayKeywordView) Descriptor() ([]byte, []int) { - return fileDescriptor_display_keyword_view_494273d33b6218ac, []int{0} -} -func (m *DisplayKeywordView) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DisplayKeywordView.Unmarshal(m, b) -} -func (m *DisplayKeywordView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DisplayKeywordView.Marshal(b, m, deterministic) -} -func (dst *DisplayKeywordView) XXX_Merge(src proto.Message) { - xxx_messageInfo_DisplayKeywordView.Merge(dst, src) -} -func (m *DisplayKeywordView) XXX_Size() int { - return xxx_messageInfo_DisplayKeywordView.Size(m) -} -func (m *DisplayKeywordView) XXX_DiscardUnknown() { - xxx_messageInfo_DisplayKeywordView.DiscardUnknown(m) -} - -var xxx_messageInfo_DisplayKeywordView proto.InternalMessageInfo - -func (m *DisplayKeywordView) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*DisplayKeywordView)(nil), "google.ads.googleads.v0.resources.DisplayKeywordView") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/display_keyword_view.proto", fileDescriptor_display_keyword_view_494273d33b6218ac) -} - -var fileDescriptor_display_keyword_view_494273d33b6218ac = []byte{ - // 256 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x49, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xa2, 0xd4, - 0xe2, 0xfc, 0xd2, 0xa2, 0xe4, 0xd4, 0x62, 0xfd, 0x94, 0xcc, 0xe2, 0x82, 0x9c, 0xc4, 0xca, 0xf8, - 0xec, 0xd4, 0xca, 0xf2, 0xfc, 0xa2, 0x94, 0xf8, 0xb2, 0xcc, 0xd4, 0x72, 0xbd, 0x82, 0xa2, 0xfc, - 0x92, 0x7c, 0x21, 0x45, 0x88, 0x16, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x6e, 0xbd, 0x32, 0x03, - 0x3d, 0xb8, 0x6e, 0x25, 0x4b, 0x2e, 0x21, 0x17, 0x88, 0x01, 0xde, 0x10, 0xfd, 0x61, 0x99, 0xa9, - 0xe5, 0x42, 0xca, 0x5c, 0xbc, 0x30, 0x25, 0xf1, 0x79, 0x89, 0xb9, 0xa9, 0x12, 0x8c, 0x0a, 0x8c, - 0x1a, 0x9c, 0x41, 0x3c, 0x30, 0x41, 0xbf, 0xc4, 0xdc, 0x54, 0xa7, 0x16, 0x26, 0x2e, 0xd5, 0xe4, - 0xfc, 0x5c, 0x3d, 0x82, 0x96, 0x38, 0x89, 0x63, 0x5a, 0x11, 0x00, 0x72, 0x60, 0x00, 0x63, 0x94, - 0x17, 0x54, 0x77, 0x7a, 0x7e, 0x4e, 0x62, 0x5e, 0xba, 0x5e, 0x7e, 0x51, 0xba, 0x7e, 0x7a, 0x6a, - 0x1e, 0xd8, 0xf9, 0x30, 0x0f, 0x17, 0x64, 0x16, 0xe3, 0xf1, 0xbf, 0x35, 0x9c, 0xb5, 0x88, 0x89, - 0xd9, 0xdd, 0xd1, 0x71, 0x15, 0x93, 0xa2, 0x3b, 0xc4, 0x48, 0xc7, 0x94, 0x62, 0x3d, 0x08, 0x13, - 0xc4, 0x0a, 0x33, 0xd0, 0x0b, 0x82, 0xa9, 0x3c, 0x05, 0x53, 0x13, 0xe3, 0x98, 0x52, 0x1c, 0x03, - 0x57, 0x13, 0x13, 0x66, 0x10, 0x03, 0x57, 0xf3, 0x8a, 0x49, 0x15, 0x22, 0x61, 0x65, 0xe5, 0x98, - 0x52, 0x6c, 0x65, 0x05, 0x57, 0x65, 0x65, 0x15, 0x66, 0x60, 0x65, 0x05, 0x57, 0x97, 0xc4, 0x06, - 0x76, 0xac, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xe6, 0xbe, 0x8f, 0x64, 0xab, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/feed.pb.go b/googleapis/ads/googleads/v0/resources/feed.pb.go deleted file mode 100644 index b4c6afb410..0000000000 --- a/googleapis/ads/googleads/v0/resources/feed.pb.go +++ /dev/null @@ -1,683 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/feed.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// The operator. -type FeedAttributeOperation_Operator int32 - -const ( - // Unspecified. - FeedAttributeOperation_UNSPECIFIED FeedAttributeOperation_Operator = 0 - // Used for return value only. Represents value unknown in this version. - FeedAttributeOperation_UNKNOWN FeedAttributeOperation_Operator = 1 - // Add the attribute to the existing attributes. - FeedAttributeOperation_ADD FeedAttributeOperation_Operator = 2 -) - -var FeedAttributeOperation_Operator_name = map[int32]string{ - 0: "UNSPECIFIED", - 1: "UNKNOWN", - 2: "ADD", -} -var FeedAttributeOperation_Operator_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "ADD": 2, -} - -func (x FeedAttributeOperation_Operator) String() string { - return proto.EnumName(FeedAttributeOperation_Operator_name, int32(x)) -} -func (FeedAttributeOperation_Operator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_936759060ffa240e, []int{2, 0} -} - -// A feed. -type Feed struct { - // The resource name of the feed. - // Feed resource names have the form: - // - // `customers/{customer_id}/feeds/{feed_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the feed. - // This field is read-only. - Id *wrappers.Int64Value `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - // Name of the feed. Required. - Name *wrappers.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` - // The Feed's attributes. Required on CREATE. - // Disallowed on UPDATE. Use attribute_operations to add new attributes. - Attributes []*FeedAttribute `protobuf:"bytes,4,rep,name=attributes,proto3" json:"attributes,omitempty"` - // The list of operations changing the feed attributes. Attributes can only - // be added, not removed. - AttributeOperations []*FeedAttributeOperation `protobuf:"bytes,9,rep,name=attribute_operations,json=attributeOperations,proto3" json:"attribute_operations,omitempty"` - // Specifies who manages the FeedAttributes for the Feed. - Origin enums.FeedOriginEnum_FeedOrigin `protobuf:"varint,5,opt,name=origin,proto3,enum=google.ads.googleads.v0.enums.FeedOriginEnum_FeedOrigin" json:"origin,omitempty"` - // Status of the feed. - // This field is read-only. - Status enums.FeedStatusEnum_FeedStatus `protobuf:"varint,8,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.FeedStatusEnum_FeedStatus" json:"status,omitempty"` - // The system data for the Feed. This data specifies information for - // generating the feed items of the system generated feed. - // - // Types that are valid to be assigned to SystemFeedGenerationData: - // *Feed_PlacesLocationFeedData_ - // *Feed_AffiliateLocationFeedData_ - SystemFeedGenerationData isFeed_SystemFeedGenerationData `protobuf_oneof:"system_feed_generation_data"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Feed) Reset() { *m = Feed{} } -func (m *Feed) String() string { return proto.CompactTextString(m) } -func (*Feed) ProtoMessage() {} -func (*Feed) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_936759060ffa240e, []int{0} -} -func (m *Feed) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Feed.Unmarshal(m, b) -} -func (m *Feed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Feed.Marshal(b, m, deterministic) -} -func (dst *Feed) XXX_Merge(src proto.Message) { - xxx_messageInfo_Feed.Merge(dst, src) -} -func (m *Feed) XXX_Size() int { - return xxx_messageInfo_Feed.Size(m) -} -func (m *Feed) XXX_DiscardUnknown() { - xxx_messageInfo_Feed.DiscardUnknown(m) -} - -var xxx_messageInfo_Feed proto.InternalMessageInfo - -func (m *Feed) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *Feed) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *Feed) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *Feed) GetAttributes() []*FeedAttribute { - if m != nil { - return m.Attributes - } - return nil -} - -func (m *Feed) GetAttributeOperations() []*FeedAttributeOperation { - if m != nil { - return m.AttributeOperations - } - return nil -} - -func (m *Feed) GetOrigin() enums.FeedOriginEnum_FeedOrigin { - if m != nil { - return m.Origin - } - return enums.FeedOriginEnum_UNSPECIFIED -} - -func (m *Feed) GetStatus() enums.FeedStatusEnum_FeedStatus { - if m != nil { - return m.Status - } - return enums.FeedStatusEnum_UNSPECIFIED -} - -type isFeed_SystemFeedGenerationData interface { - isFeed_SystemFeedGenerationData() -} - -type Feed_PlacesLocationFeedData_ struct { - PlacesLocationFeedData *Feed_PlacesLocationFeedData `protobuf:"bytes,6,opt,name=places_location_feed_data,json=placesLocationFeedData,proto3,oneof"` -} - -type Feed_AffiliateLocationFeedData_ struct { - AffiliateLocationFeedData *Feed_AffiliateLocationFeedData `protobuf:"bytes,7,opt,name=affiliate_location_feed_data,json=affiliateLocationFeedData,proto3,oneof"` -} - -func (*Feed_PlacesLocationFeedData_) isFeed_SystemFeedGenerationData() {} - -func (*Feed_AffiliateLocationFeedData_) isFeed_SystemFeedGenerationData() {} - -func (m *Feed) GetSystemFeedGenerationData() isFeed_SystemFeedGenerationData { - if m != nil { - return m.SystemFeedGenerationData - } - return nil -} - -func (m *Feed) GetPlacesLocationFeedData() *Feed_PlacesLocationFeedData { - if x, ok := m.GetSystemFeedGenerationData().(*Feed_PlacesLocationFeedData_); ok { - return x.PlacesLocationFeedData - } - return nil -} - -func (m *Feed) GetAffiliateLocationFeedData() *Feed_AffiliateLocationFeedData { - if x, ok := m.GetSystemFeedGenerationData().(*Feed_AffiliateLocationFeedData_); ok { - return x.AffiliateLocationFeedData - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*Feed) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _Feed_OneofMarshaler, _Feed_OneofUnmarshaler, _Feed_OneofSizer, []interface{}{ - (*Feed_PlacesLocationFeedData_)(nil), - (*Feed_AffiliateLocationFeedData_)(nil), - } -} - -func _Feed_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*Feed) - // system_feed_generation_data - switch x := m.SystemFeedGenerationData.(type) { - case *Feed_PlacesLocationFeedData_: - b.EncodeVarint(6<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.PlacesLocationFeedData); err != nil { - return err - } - case *Feed_AffiliateLocationFeedData_: - b.EncodeVarint(7<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.AffiliateLocationFeedData); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("Feed.SystemFeedGenerationData has unexpected type %T", x) - } - return nil -} - -func _Feed_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*Feed) - switch tag { - case 6: // system_feed_generation_data.places_location_feed_data - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(Feed_PlacesLocationFeedData) - err := b.DecodeMessage(msg) - m.SystemFeedGenerationData = &Feed_PlacesLocationFeedData_{msg} - return true, err - case 7: // system_feed_generation_data.affiliate_location_feed_data - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(Feed_AffiliateLocationFeedData) - err := b.DecodeMessage(msg) - m.SystemFeedGenerationData = &Feed_AffiliateLocationFeedData_{msg} - return true, err - default: - return false, nil - } -} - -func _Feed_OneofSizer(msg proto.Message) (n int) { - m := msg.(*Feed) - // system_feed_generation_data - switch x := m.SystemFeedGenerationData.(type) { - case *Feed_PlacesLocationFeedData_: - s := proto.Size(x.PlacesLocationFeedData) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *Feed_AffiliateLocationFeedData_: - s := proto.Size(x.AffiliateLocationFeedData) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Data used to configure a location feed populated from Google My Business -// Locations. -type Feed_PlacesLocationFeedData struct { - // Required authentication token (from OAuth API) for the email. - // This field can only be specified in a create request. All its subfields - // are not selectable. - OauthInfo *Feed_PlacesLocationFeedData_OAuthInfo `protobuf:"bytes,1,opt,name=oauth_info,json=oauthInfo,proto3" json:"oauth_info,omitempty"` - // Email address of a Google My Business account or email address of a - // manager of the Google My Business account. Required. - EmailAddress *wrappers.StringValue `protobuf:"bytes,2,opt,name=email_address,json=emailAddress,proto3" json:"email_address,omitempty"` - // Plus page ID of the managed business whose locations should be used. If - // this field is not set, then all businesses accessible by the user - // (specified by email_address) are used. - // This field is mutate-only and is not selectable. - BusinessAccountId *wrappers.StringValue `protobuf:"bytes,10,opt,name=business_account_id,json=businessAccountId,proto3" json:"business_account_id,omitempty"` - // Used to filter Google My Business listings by business name. If - // business_name_filter is set, only listings with a matching business name - // are candidates to be sync'd into FeedItems. - BusinessNameFilter *wrappers.StringValue `protobuf:"bytes,4,opt,name=business_name_filter,json=businessNameFilter,proto3" json:"business_name_filter,omitempty"` - // Used to filter Google My Business listings by categories. If entries - // exist in category_filters, only listings that belong to any of the - // categories are candidates to be sync'd into FeedItems. If no entries - // exist in category_filters, then all listings are candidates for syncing. - CategoryFilters []*wrappers.StringValue `protobuf:"bytes,5,rep,name=category_filters,json=categoryFilters,proto3" json:"category_filters,omitempty"` - // Used to filter Google My Business listings by labels. If entries exist in - // label_filters, only listings that has any of the labels set are - // candidates to be synchronized into FeedItems. If no entries exist in - // label_filters, then all listings are candidates for syncing. - LabelFilters []*wrappers.StringValue `protobuf:"bytes,6,rep,name=label_filters,json=labelFilters,proto3" json:"label_filters,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Feed_PlacesLocationFeedData) Reset() { *m = Feed_PlacesLocationFeedData{} } -func (m *Feed_PlacesLocationFeedData) String() string { return proto.CompactTextString(m) } -func (*Feed_PlacesLocationFeedData) ProtoMessage() {} -func (*Feed_PlacesLocationFeedData) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_936759060ffa240e, []int{0, 0} -} -func (m *Feed_PlacesLocationFeedData) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Feed_PlacesLocationFeedData.Unmarshal(m, b) -} -func (m *Feed_PlacesLocationFeedData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Feed_PlacesLocationFeedData.Marshal(b, m, deterministic) -} -func (dst *Feed_PlacesLocationFeedData) XXX_Merge(src proto.Message) { - xxx_messageInfo_Feed_PlacesLocationFeedData.Merge(dst, src) -} -func (m *Feed_PlacesLocationFeedData) XXX_Size() int { - return xxx_messageInfo_Feed_PlacesLocationFeedData.Size(m) -} -func (m *Feed_PlacesLocationFeedData) XXX_DiscardUnknown() { - xxx_messageInfo_Feed_PlacesLocationFeedData.DiscardUnknown(m) -} - -var xxx_messageInfo_Feed_PlacesLocationFeedData proto.InternalMessageInfo - -func (m *Feed_PlacesLocationFeedData) GetOauthInfo() *Feed_PlacesLocationFeedData_OAuthInfo { - if m != nil { - return m.OauthInfo - } - return nil -} - -func (m *Feed_PlacesLocationFeedData) GetEmailAddress() *wrappers.StringValue { - if m != nil { - return m.EmailAddress - } - return nil -} - -func (m *Feed_PlacesLocationFeedData) GetBusinessAccountId() *wrappers.StringValue { - if m != nil { - return m.BusinessAccountId - } - return nil -} - -func (m *Feed_PlacesLocationFeedData) GetBusinessNameFilter() *wrappers.StringValue { - if m != nil { - return m.BusinessNameFilter - } - return nil -} - -func (m *Feed_PlacesLocationFeedData) GetCategoryFilters() []*wrappers.StringValue { - if m != nil { - return m.CategoryFilters - } - return nil -} - -func (m *Feed_PlacesLocationFeedData) GetLabelFilters() []*wrappers.StringValue { - if m != nil { - return m.LabelFilters - } - return nil -} - -// Data used for authorization using OAuth. -type Feed_PlacesLocationFeedData_OAuthInfo struct { - // The HTTP method used to obtain authorization. - HttpMethod *wrappers.StringValue `protobuf:"bytes,1,opt,name=http_method,json=httpMethod,proto3" json:"http_method,omitempty"` - // The HTTP request URL used to obtain authorization. - HttpRequestUrl *wrappers.StringValue `protobuf:"bytes,2,opt,name=http_request_url,json=httpRequestUrl,proto3" json:"http_request_url,omitempty"` - // The HTTP authorization header used to obtain authorization. - HttpAuthorizationHeader *wrappers.StringValue `protobuf:"bytes,3,opt,name=http_authorization_header,json=httpAuthorizationHeader,proto3" json:"http_authorization_header,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Feed_PlacesLocationFeedData_OAuthInfo) Reset() { *m = Feed_PlacesLocationFeedData_OAuthInfo{} } -func (m *Feed_PlacesLocationFeedData_OAuthInfo) String() string { return proto.CompactTextString(m) } -func (*Feed_PlacesLocationFeedData_OAuthInfo) ProtoMessage() {} -func (*Feed_PlacesLocationFeedData_OAuthInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_936759060ffa240e, []int{0, 0, 0} -} -func (m *Feed_PlacesLocationFeedData_OAuthInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Feed_PlacesLocationFeedData_OAuthInfo.Unmarshal(m, b) -} -func (m *Feed_PlacesLocationFeedData_OAuthInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Feed_PlacesLocationFeedData_OAuthInfo.Marshal(b, m, deterministic) -} -func (dst *Feed_PlacesLocationFeedData_OAuthInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_Feed_PlacesLocationFeedData_OAuthInfo.Merge(dst, src) -} -func (m *Feed_PlacesLocationFeedData_OAuthInfo) XXX_Size() int { - return xxx_messageInfo_Feed_PlacesLocationFeedData_OAuthInfo.Size(m) -} -func (m *Feed_PlacesLocationFeedData_OAuthInfo) XXX_DiscardUnknown() { - xxx_messageInfo_Feed_PlacesLocationFeedData_OAuthInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_Feed_PlacesLocationFeedData_OAuthInfo proto.InternalMessageInfo - -func (m *Feed_PlacesLocationFeedData_OAuthInfo) GetHttpMethod() *wrappers.StringValue { - if m != nil { - return m.HttpMethod - } - return nil -} - -func (m *Feed_PlacesLocationFeedData_OAuthInfo) GetHttpRequestUrl() *wrappers.StringValue { - if m != nil { - return m.HttpRequestUrl - } - return nil -} - -func (m *Feed_PlacesLocationFeedData_OAuthInfo) GetHttpAuthorizationHeader() *wrappers.StringValue { - if m != nil { - return m.HttpAuthorizationHeader - } - return nil -} - -// Data used to configure an affiliate location feed populated with the -// specified chains. -type Feed_AffiliateLocationFeedData struct { - // The list of chains that the affiliate location feed will sync the - // locations from. - ChainIds []*wrappers.Int64Value `protobuf:"bytes,1,rep,name=chain_ids,json=chainIds,proto3" json:"chain_ids,omitempty"` - // The relationship the chains have with the advertiser. - RelationshipType enums.AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType `protobuf:"varint,2,opt,name=relationship_type,json=relationshipType,proto3,enum=google.ads.googleads.v0.enums.AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType" json:"relationship_type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Feed_AffiliateLocationFeedData) Reset() { *m = Feed_AffiliateLocationFeedData{} } -func (m *Feed_AffiliateLocationFeedData) String() string { return proto.CompactTextString(m) } -func (*Feed_AffiliateLocationFeedData) ProtoMessage() {} -func (*Feed_AffiliateLocationFeedData) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_936759060ffa240e, []int{0, 1} -} -func (m *Feed_AffiliateLocationFeedData) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Feed_AffiliateLocationFeedData.Unmarshal(m, b) -} -func (m *Feed_AffiliateLocationFeedData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Feed_AffiliateLocationFeedData.Marshal(b, m, deterministic) -} -func (dst *Feed_AffiliateLocationFeedData) XXX_Merge(src proto.Message) { - xxx_messageInfo_Feed_AffiliateLocationFeedData.Merge(dst, src) -} -func (m *Feed_AffiliateLocationFeedData) XXX_Size() int { - return xxx_messageInfo_Feed_AffiliateLocationFeedData.Size(m) -} -func (m *Feed_AffiliateLocationFeedData) XXX_DiscardUnknown() { - xxx_messageInfo_Feed_AffiliateLocationFeedData.DiscardUnknown(m) -} - -var xxx_messageInfo_Feed_AffiliateLocationFeedData proto.InternalMessageInfo - -func (m *Feed_AffiliateLocationFeedData) GetChainIds() []*wrappers.Int64Value { - if m != nil { - return m.ChainIds - } - return nil -} - -func (m *Feed_AffiliateLocationFeedData) GetRelationshipType() enums.AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType { - if m != nil { - return m.RelationshipType - } - return enums.AffiliateLocationFeedRelationshipTypeEnum_UNSPECIFIED -} - -// FeedAttributes define the types of data expected to be present in a Feed. A -// single FeedAttribute specifies the expected type of the FeedItemAttributes -// with the same FeedAttributeId. Optionally, a FeedAttribute can be marked as -// being part of a FeedItem's unique key. -type FeedAttribute struct { - // ID of the attribute. - Id *wrappers.Int64Value `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - // The name of the attribute. Required. - Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - // Data type for feed attribute. Required. - Type enums.FeedAttributeTypeEnum_FeedAttributeType `protobuf:"varint,3,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.FeedAttributeTypeEnum_FeedAttributeType" json:"type,omitempty"` - // Indicates that data corresponding to this attribute is part of a - // FeedItem's unique key. It defaults to false if it is unspecified. Note - // that a unique key is not required in a Feed's schema, in which case the - // FeedItems must be referenced by their feed_item_id. - IsPartOfKey *wrappers.BoolValue `protobuf:"bytes,4,opt,name=is_part_of_key,json=isPartOfKey,proto3" json:"is_part_of_key,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedAttribute) Reset() { *m = FeedAttribute{} } -func (m *FeedAttribute) String() string { return proto.CompactTextString(m) } -func (*FeedAttribute) ProtoMessage() {} -func (*FeedAttribute) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_936759060ffa240e, []int{1} -} -func (m *FeedAttribute) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedAttribute.Unmarshal(m, b) -} -func (m *FeedAttribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedAttribute.Marshal(b, m, deterministic) -} -func (dst *FeedAttribute) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedAttribute.Merge(dst, src) -} -func (m *FeedAttribute) XXX_Size() int { - return xxx_messageInfo_FeedAttribute.Size(m) -} -func (m *FeedAttribute) XXX_DiscardUnknown() { - xxx_messageInfo_FeedAttribute.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedAttribute proto.InternalMessageInfo - -func (m *FeedAttribute) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *FeedAttribute) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *FeedAttribute) GetType() enums.FeedAttributeTypeEnum_FeedAttributeType { - if m != nil { - return m.Type - } - return enums.FeedAttributeTypeEnum_UNSPECIFIED -} - -func (m *FeedAttribute) GetIsPartOfKey() *wrappers.BoolValue { - if m != nil { - return m.IsPartOfKey - } - return nil -} - -// Operation to be performed on a feed attribute list in a mutate. -type FeedAttributeOperation struct { - // Type of list operation to perform. - Operator FeedAttributeOperation_Operator `protobuf:"varint,1,opt,name=operator,proto3,enum=google.ads.googleads.v0.resources.FeedAttributeOperation_Operator" json:"operator,omitempty"` - // The feed attribute being added to the list. - Value *FeedAttribute `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedAttributeOperation) Reset() { *m = FeedAttributeOperation{} } -func (m *FeedAttributeOperation) String() string { return proto.CompactTextString(m) } -func (*FeedAttributeOperation) ProtoMessage() {} -func (*FeedAttributeOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_936759060ffa240e, []int{2} -} -func (m *FeedAttributeOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedAttributeOperation.Unmarshal(m, b) -} -func (m *FeedAttributeOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedAttributeOperation.Marshal(b, m, deterministic) -} -func (dst *FeedAttributeOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedAttributeOperation.Merge(dst, src) -} -func (m *FeedAttributeOperation) XXX_Size() int { - return xxx_messageInfo_FeedAttributeOperation.Size(m) -} -func (m *FeedAttributeOperation) XXX_DiscardUnknown() { - xxx_messageInfo_FeedAttributeOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedAttributeOperation proto.InternalMessageInfo - -func (m *FeedAttributeOperation) GetOperator() FeedAttributeOperation_Operator { - if m != nil { - return m.Operator - } - return FeedAttributeOperation_UNSPECIFIED -} - -func (m *FeedAttributeOperation) GetValue() *FeedAttribute { - if m != nil { - return m.Value - } - return nil -} - -func init() { - proto.RegisterType((*Feed)(nil), "google.ads.googleads.v0.resources.Feed") - proto.RegisterType((*Feed_PlacesLocationFeedData)(nil), "google.ads.googleads.v0.resources.Feed.PlacesLocationFeedData") - proto.RegisterType((*Feed_PlacesLocationFeedData_OAuthInfo)(nil), "google.ads.googleads.v0.resources.Feed.PlacesLocationFeedData.OAuthInfo") - proto.RegisterType((*Feed_AffiliateLocationFeedData)(nil), "google.ads.googleads.v0.resources.Feed.AffiliateLocationFeedData") - proto.RegisterType((*FeedAttribute)(nil), "google.ads.googleads.v0.resources.FeedAttribute") - proto.RegisterType((*FeedAttributeOperation)(nil), "google.ads.googleads.v0.resources.FeedAttributeOperation") - proto.RegisterEnum("google.ads.googleads.v0.resources.FeedAttributeOperation_Operator", FeedAttributeOperation_Operator_name, FeedAttributeOperation_Operator_value) -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/feed.proto", fileDescriptor_feed_936759060ffa240e) -} - -var fileDescriptor_feed_936759060ffa240e = []byte{ - // 1018 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x96, 0xcf, 0x6f, 0xe3, 0x44, - 0x14, 0xc7, 0xd7, 0xe9, 0xcf, 0xbc, 0xb4, 0xdd, 0xec, 0xec, 0xaa, 0xb8, 0xd9, 0x05, 0x75, 0x8b, - 0x56, 0xaa, 0x04, 0x72, 0x42, 0x40, 0xb0, 0x04, 0x01, 0x72, 0x69, 0xd3, 0x86, 0xdd, 0x4d, 0x22, - 0x97, 0x16, 0xb4, 0xaa, 0xb0, 0xa6, 0xf1, 0xc4, 0x19, 0xe1, 0x78, 0xcc, 0xcc, 0xb8, 0x28, 0x70, - 0xe5, 0xc6, 0x9f, 0xc0, 0x8d, 0x23, 0x7f, 0x0a, 0xff, 0x03, 0x67, 0x24, 0xc4, 0x6d, 0x25, 0xce, - 0xc8, 0x33, 0xb6, 0x29, 0xdb, 0x24, 0x75, 0xd9, 0xdb, 0x78, 0xe6, 0xfb, 0xfd, 0xf8, 0xe5, 0xbd, - 0xbc, 0x37, 0x86, 0xb7, 0x7d, 0xc6, 0xfc, 0x80, 0xd4, 0xb1, 0x27, 0xea, 0x7a, 0x99, 0xac, 0x2e, - 0x1a, 0x75, 0x4e, 0x04, 0x8b, 0xf9, 0x80, 0x88, 0xfa, 0x90, 0x10, 0xcf, 0x8a, 0x38, 0x93, 0x0c, - 0x3d, 0xd4, 0x12, 0x0b, 0x7b, 0xc2, 0xca, 0xd5, 0xd6, 0x45, 0xc3, 0xca, 0xd5, 0xb5, 0x67, 0xb3, - 0x80, 0x24, 0x8c, 0xc7, 0xa2, 0x8e, 0x87, 0x43, 0x1a, 0x50, 0x2c, 0x89, 0x1b, 0xb0, 0x01, 0x96, - 0x94, 0x85, 0x6e, 0xc2, 0x77, 0x39, 0x09, 0xd4, 0x93, 0x18, 0xd1, 0xc8, 0x95, 0x93, 0x88, 0xe8, - 0x37, 0xd6, 0x3e, 0x98, 0x8f, 0x53, 0x5e, 0x2c, 0x25, 0xa7, 0xe7, 0xb1, 0x24, 0x97, 0x8d, 0xf5, - 0x02, 0x46, 0xc6, 0xa9, 0x4f, 0xc3, 0x1b, 0x18, 0x84, 0xc4, 0x32, 0x16, 0xa9, 0xe1, 0x8d, 0xd4, - 0xa0, 0x9e, 0xce, 0xe3, 0x61, 0xfd, 0x3b, 0x8e, 0xa3, 0x88, 0xf0, 0xf4, 0x7c, 0xe7, 0x8f, 0x75, - 0x58, 0x6c, 0x13, 0xe2, 0xa1, 0x37, 0x61, 0x3d, 0xcb, 0x8f, 0x1b, 0xe2, 0x31, 0x31, 0x8d, 0x6d, - 0x63, 0xb7, 0xec, 0xac, 0x65, 0x9b, 0x5d, 0x3c, 0x26, 0xe8, 0x2d, 0x28, 0x51, 0xcf, 0x2c, 0x6d, - 0x1b, 0xbb, 0x95, 0xe6, 0xfd, 0x34, 0xb9, 0x56, 0x86, 0xb6, 0x3a, 0xa1, 0x7c, 0xff, 0xbd, 0x53, - 0x1c, 0xc4, 0xc4, 0x29, 0x51, 0x0f, 0x35, 0x60, 0x51, 0x81, 0x16, 0x94, 0xfc, 0xc1, 0x15, 0xf9, - 0xb1, 0xe4, 0x34, 0xf4, 0xb5, 0x5e, 0x29, 0x51, 0x1f, 0x20, 0x4f, 0x93, 0x30, 0x17, 0xb7, 0x17, - 0x76, 0x2b, 0xcd, 0x86, 0x75, 0x6d, 0x39, 0xad, 0xe4, 0x07, 0xd8, 0x99, 0xd1, 0xb9, 0xc4, 0x40, - 0x01, 0xdc, 0xfb, 0x37, 0xf1, 0x2c, 0x22, 0x5c, 0xd7, 0xcf, 0x2c, 0x2b, 0xf6, 0x87, 0x37, 0x65, - 0xf7, 0x32, 0x82, 0x73, 0x17, 0x5f, 0xd9, 0x13, 0xa8, 0x0f, 0xcb, 0xba, 0x5a, 0xe6, 0xd2, 0xb6, - 0xb1, 0xbb, 0xd1, 0x7c, 0x3c, 0x93, 0xaf, 0xca, 0xa5, 0xd8, 0x3d, 0x65, 0x38, 0x08, 0xe3, 0xf1, - 0xa5, 0x47, 0x27, 0xe5, 0x24, 0x44, 0x5d, 0x4e, 0x73, 0xb5, 0x30, 0xf1, 0x58, 0x19, 0x72, 0xa2, - 0x7e, 0x74, 0x52, 0x0e, 0xfa, 0x01, 0xb6, 0xa2, 0x00, 0x0f, 0x88, 0x78, 0xe9, 0xbf, 0xed, 0x61, - 0x89, 0xcd, 0x65, 0x55, 0xaa, 0x4f, 0x0a, 0xa6, 0xc5, 0xea, 0x2b, 0xd0, 0xd3, 0x94, 0x93, 0x6c, - 0xed, 0x63, 0x89, 0x8f, 0x6e, 0x39, 0x9b, 0xd1, 0xd4, 0x13, 0xf4, 0xa3, 0x01, 0x0f, 0x66, 0x35, - 0x97, 0x0a, 0x60, 0x45, 0x05, 0x60, 0x17, 0x0d, 0xc0, 0xce, 0x58, 0x53, 0x62, 0xd8, 0xc2, 0xb3, - 0x0e, 0x6b, 0xbf, 0x2f, 0xc1, 0xe6, 0xf4, 0xd8, 0x91, 0x0f, 0xc0, 0x70, 0x2c, 0x47, 0x2e, 0x0d, - 0x87, 0x4c, 0xf5, 0x40, 0xa5, 0x79, 0xf4, 0x6a, 0xf9, 0xb0, 0x7a, 0x76, 0x2c, 0x47, 0x9d, 0x70, - 0xc8, 0x9c, 0xb2, 0x62, 0x27, 0x4b, 0x64, 0xc3, 0x3a, 0x19, 0x63, 0x1a, 0xb8, 0xd8, 0xf3, 0x38, - 0x11, 0x22, 0xed, 0xaa, 0xf9, 0x6d, 0xb2, 0xa6, 0x2c, 0xb6, 0x76, 0xa0, 0xa7, 0x70, 0xf7, 0x3c, - 0x16, 0x34, 0x24, 0x42, 0xb8, 0x78, 0x30, 0x60, 0x71, 0x28, 0x5d, 0xea, 0x99, 0x50, 0x00, 0x74, - 0x27, 0x33, 0xda, 0xda, 0xd7, 0xf1, 0x50, 0x17, 0xee, 0xe5, 0xb4, 0xa4, 0x1b, 0xdd, 0x21, 0x0d, - 0x24, 0xe1, 0xe6, 0x62, 0x01, 0x1c, 0xca, 0x9c, 0xc9, 0x94, 0x68, 0x2b, 0x1f, 0x3a, 0x84, 0xea, - 0x00, 0x4b, 0xe2, 0x33, 0x3e, 0x49, 0x51, 0xc2, 0x5c, 0x52, 0x6d, 0x37, 0x9f, 0x75, 0x3b, 0x73, - 0x69, 0x8e, 0x48, 0x32, 0x15, 0xe0, 0x73, 0x12, 0xe4, 0x94, 0xe5, 0x02, 0x94, 0x35, 0x65, 0x49, - 0x11, 0xb5, 0xbf, 0x0c, 0x28, 0xe7, 0x55, 0x40, 0x1f, 0x43, 0x65, 0x24, 0x65, 0xe4, 0x8e, 0x89, - 0x1c, 0x31, 0x2f, 0x2d, 0xf2, 0x7c, 0x1c, 0x24, 0x86, 0x67, 0x4a, 0x8f, 0xda, 0x50, 0x55, 0x76, - 0x4e, 0xbe, 0x8d, 0x89, 0x90, 0x6e, 0xcc, 0x83, 0x42, 0xc5, 0xdb, 0x48, 0x5c, 0x8e, 0x36, 0x9d, - 0xf0, 0x00, 0x7d, 0x05, 0x5b, 0x8a, 0x93, 0xfc, 0x25, 0x18, 0xa7, 0xdf, 0xeb, 0x5e, 0x18, 0x11, - 0xec, 0x11, 0x5e, 0x68, 0x68, 0xbe, 0x96, 0xd8, 0xed, 0xcb, 0xee, 0x23, 0x65, 0xae, 0xbd, 0x30, - 0x60, 0x6b, 0x66, 0x6b, 0xa0, 0xc7, 0x50, 0x1e, 0x8c, 0x30, 0x0d, 0x5d, 0xea, 0x09, 0xd3, 0x50, - 0xb9, 0x9c, 0x3b, 0xcb, 0x57, 0x95, 0xba, 0xe3, 0x09, 0xf4, 0xb3, 0x01, 0x77, 0xae, 0xdc, 0x81, - 0xea, 0xb7, 0x6f, 0x34, 0xc3, 0x6b, 0x26, 0xd3, 0xd4, 0x78, 0x9c, 0x4b, 0xb0, 0x2f, 0x26, 0x11, - 0x51, 0x43, 0xab, 0x90, 0xd2, 0xa9, 0xf2, 0x97, 0x76, 0xf6, 0x5e, 0x87, 0xfb, 0x62, 0x22, 0x24, - 0x19, 0xeb, 0x79, 0xe2, 0x93, 0x30, 0x1d, 0xcc, 0x6a, 0xb4, 0xec, 0xfc, 0x54, 0x82, 0xf5, 0xff, - 0x0c, 0xf3, 0xf4, 0x36, 0x33, 0x6e, 0x76, 0x9b, 0x95, 0x0a, 0xdf, 0x66, 0xcf, 0x61, 0x51, 0xe5, - 0x67, 0x41, 0xe5, 0xa7, 0x5d, 0x60, 0x72, 0xe7, 0xa1, 0xe5, 0xb9, 0xb8, 0xb2, 0xeb, 0x28, 0x26, - 0xfa, 0x14, 0x36, 0xa8, 0x70, 0x23, 0xcc, 0xa5, 0xcb, 0x86, 0xee, 0x37, 0x64, 0x92, 0xb6, 0x69, - 0xed, 0x4a, 0x5c, 0x7b, 0x8c, 0x05, 0x3a, 0xaa, 0x0a, 0x15, 0x7d, 0xcc, 0x65, 0x6f, 0xf8, 0x84, - 0x4c, 0x76, 0x5e, 0x18, 0xb0, 0x39, 0xfd, 0x6a, 0x43, 0x5f, 0xc3, 0xaa, 0xbe, 0x29, 0x19, 0x57, - 0xc9, 0xd9, 0x68, 0xee, 0xfd, 0xef, 0x7b, 0xd2, 0xea, 0xa5, 0x24, 0x27, 0x67, 0xa2, 0x36, 0x2c, - 0x5d, 0x24, 0x01, 0xa5, 0xa9, 0xbc, 0xf9, 0x05, 0xaf, 0xed, 0x3b, 0xef, 0xc0, 0x6a, 0x46, 0x47, - 0xb7, 0xa1, 0x72, 0xd2, 0x3d, 0xee, 0x1f, 0x7c, 0xd6, 0x69, 0x77, 0x0e, 0xf6, 0xab, 0xb7, 0x50, - 0x05, 0x56, 0x4e, 0xba, 0x4f, 0xba, 0xbd, 0x2f, 0xbb, 0x55, 0x03, 0xad, 0xc0, 0x82, 0xbd, 0xbf, - 0x5f, 0x2d, 0xed, 0xfd, 0x6d, 0xc0, 0xa3, 0x01, 0x1b, 0x5f, 0xff, 0xc6, 0xbd, 0x72, 0xf2, 0xca, - 0x7e, 0x92, 0xc4, 0xbe, 0xf1, 0xfc, 0xf3, 0x54, 0xef, 0xb3, 0x00, 0x87, 0xbe, 0xc5, 0xb8, 0x5f, - 0xf7, 0x49, 0xa8, 0x52, 0x9c, 0x7d, 0x85, 0x45, 0x54, 0xcc, 0xf9, 0x3c, 0xfd, 0x28, 0x5f, 0xfd, - 0x52, 0x5a, 0x38, 0xb4, 0xed, 0x5f, 0x4b, 0x0f, 0x0f, 0x35, 0xd2, 0xf6, 0x84, 0xa5, 0x97, 0xc9, - 0xea, 0xb4, 0x61, 0x39, 0x99, 0xf2, 0xb7, 0x4c, 0x73, 0x66, 0x7b, 0xe2, 0x2c, 0xd7, 0x9c, 0x9d, - 0x36, 0xce, 0x72, 0xcd, 0x9f, 0xa5, 0x47, 0xfa, 0xa0, 0xd5, 0xb2, 0x3d, 0xd1, 0x6a, 0xe5, 0xaa, - 0x56, 0xeb, 0xb4, 0xd1, 0x6a, 0xe5, 0xba, 0xf3, 0x65, 0x15, 0xec, 0xbb, 0xff, 0x04, 0x00, 0x00, - 0xff, 0xff, 0x70, 0x64, 0x37, 0xb8, 0x4a, 0x0b, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/feed_item.pb.go b/googleapis/ads/googleads/v0/resources/feed_item.pb.go deleted file mode 100644 index 1443b06e1b..0000000000 --- a/googleapis/ads/googleads/v0/resources/feed_item.pb.go +++ /dev/null @@ -1,578 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/feed_item.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" -import errors "google.golang.org/genproto/googleapis/ads/googleads/v0/errors" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A feed item. -type FeedItem struct { - // The resource name of the feed item. - // Feed item resource names have the form: - // - // `customers/{customer_id}/feedItems/{feed_id}_{feed_item_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The feed to which this feed item belongs. - Feed *wrappers.StringValue `protobuf:"bytes,2,opt,name=feed,proto3" json:"feed,omitempty"` - // The ID of this feed item. - Id *wrappers.Int64Value `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` - // Start time in which this feed item is effective and can begin serving. - // The format is "YYYY-MM-DD HH:MM:SS". - // Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30" - StartDateTime *wrappers.StringValue `protobuf:"bytes,4,opt,name=start_date_time,json=startDateTime,proto3" json:"start_date_time,omitempty"` - // End time in which this feed item is no longer effective and will stop - // serving. - // The format is "YYYY-MM-DD HH:MM:SS". - // Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30" - EndDateTime *wrappers.StringValue `protobuf:"bytes,5,opt,name=end_date_time,json=endDateTime,proto3" json:"end_date_time,omitempty"` - // The feed item's attribute values. - AttributeValues []*FeedItemAttributeValue `protobuf:"bytes,6,rep,name=attribute_values,json=attributeValues,proto3" json:"attribute_values,omitempty"` - // Geo targeting restriction specifies the type of location that can be used - // for targeting. - GeoTargetingRestriction enums.GeoTargetingRestrictionEnum_GeoTargetingRestriction `protobuf:"varint,7,opt,name=geo_targeting_restriction,json=geoTargetingRestriction,proto3,enum=google.ads.googleads.v0.enums.GeoTargetingRestrictionEnum_GeoTargetingRestriction" json:"geo_targeting_restriction,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,8,rep,name=url_custom_parameters,json=urlCustomParameters,proto3" json:"url_custom_parameters,omitempty"` - // Status of the feed item. - // This field is read-only. - Status enums.FeedItemStatusEnum_FeedItemStatus `protobuf:"varint,9,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.FeedItemStatusEnum_FeedItemStatus" json:"status,omitempty"` - // List of info about a feed item's validation and approval state for active - // feed mappings. There will be an entry in the list for each type of feed - // mapping associated with the feed, e.g. a feed with a sitelink and a call - // feed mapping would cause every feed item associated with that feed to have - // an entry in this list for both sitelink and call. - // This field is read-only. - PolicyInfos []*FeedItemPlaceholderPolicyInfo `protobuf:"bytes,10,rep,name=policy_infos,json=policyInfos,proto3" json:"policy_infos,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedItem) Reset() { *m = FeedItem{} } -func (m *FeedItem) String() string { return proto.CompactTextString(m) } -func (*FeedItem) ProtoMessage() {} -func (*FeedItem) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_88175960541cbcbf, []int{0} -} -func (m *FeedItem) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedItem.Unmarshal(m, b) -} -func (m *FeedItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedItem.Marshal(b, m, deterministic) -} -func (dst *FeedItem) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedItem.Merge(dst, src) -} -func (m *FeedItem) XXX_Size() int { - return xxx_messageInfo_FeedItem.Size(m) -} -func (m *FeedItem) XXX_DiscardUnknown() { - xxx_messageInfo_FeedItem.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedItem proto.InternalMessageInfo - -func (m *FeedItem) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *FeedItem) GetFeed() *wrappers.StringValue { - if m != nil { - return m.Feed - } - return nil -} - -func (m *FeedItem) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *FeedItem) GetStartDateTime() *wrappers.StringValue { - if m != nil { - return m.StartDateTime - } - return nil -} - -func (m *FeedItem) GetEndDateTime() *wrappers.StringValue { - if m != nil { - return m.EndDateTime - } - return nil -} - -func (m *FeedItem) GetAttributeValues() []*FeedItemAttributeValue { - if m != nil { - return m.AttributeValues - } - return nil -} - -func (m *FeedItem) GetGeoTargetingRestriction() enums.GeoTargetingRestrictionEnum_GeoTargetingRestriction { - if m != nil { - return m.GeoTargetingRestriction - } - return enums.GeoTargetingRestrictionEnum_UNSPECIFIED -} - -func (m *FeedItem) GetUrlCustomParameters() []*common.CustomParameter { - if m != nil { - return m.UrlCustomParameters - } - return nil -} - -func (m *FeedItem) GetStatus() enums.FeedItemStatusEnum_FeedItemStatus { - if m != nil { - return m.Status - } - return enums.FeedItemStatusEnum_UNSPECIFIED -} - -func (m *FeedItem) GetPolicyInfos() []*FeedItemPlaceholderPolicyInfo { - if m != nil { - return m.PolicyInfos - } - return nil -} - -// A feed item attribute value. -type FeedItemAttributeValue struct { - // Id of the feed attribute for which the value is associated with. - FeedAttributeId *wrappers.Int64Value `protobuf:"bytes,1,opt,name=feed_attribute_id,json=feedAttributeId,proto3" json:"feed_attribute_id,omitempty"` - // Int64 value. Should be set if feed_attribute_id refers to a feed attribute - // of type INT64. - IntegerValue *wrappers.Int64Value `protobuf:"bytes,2,opt,name=integer_value,json=integerValue,proto3" json:"integer_value,omitempty"` - // Bool value. Should be set if feed_attribute_id refers to a feed attribute - // of type BOOLEAN. - BooleanValue *wrappers.BoolValue `protobuf:"bytes,3,opt,name=boolean_value,json=booleanValue,proto3" json:"boolean_value,omitempty"` - // String value. Should be set if feed_attribute_id refers to a feed attribute - // of type STRING, URL or DATE_TIME. - // For STRING the maximum length is 1500 characters. For URL the maximum - // length is 2076 characters. For DATE_TIME the format of the string must - // be the same as start and end time for the feed item. - StringValue *wrappers.StringValue `protobuf:"bytes,4,opt,name=string_value,json=stringValue,proto3" json:"string_value,omitempty"` - // Double value. Should be set if feed_attribute_id refers to a feed attribute - // of type DOUBLE. - DoubleValue *wrappers.DoubleValue `protobuf:"bytes,5,opt,name=double_value,json=doubleValue,proto3" json:"double_value,omitempty"` - // Price value. Should be set if feed_attribute_id refers to a feed attribute - // of type PRICE. - PriceValue *common.Price `protobuf:"bytes,6,opt,name=price_value,json=priceValue,proto3" json:"price_value,omitempty"` - // Repeated int64 value. Should be set if feed_attribute_id refers to a feed - // attribute of type INT64_LIST. - IntegerValues []*wrappers.Int64Value `protobuf:"bytes,7,rep,name=integer_values,json=integerValues,proto3" json:"integer_values,omitempty"` - // Repeated bool value. Should be set if feed_attribute_id refers to a feed - // attribute of type BOOLEAN_LIST. - BooleanValues []*wrappers.BoolValue `protobuf:"bytes,8,rep,name=boolean_values,json=booleanValues,proto3" json:"boolean_values,omitempty"` - // Repeated string value. Should be set if feed_attribute_id refers to a feed - // attribute of type STRING_LIST, URL_LIST or DATE_TIME_LIST. - // For STRING_LIST and URL_LIST the total size of the list in bytes may not - // exceed 3000. For DATE_TIME_LIST the number of elements may not exceed 200. - // - // For STRING_LIST the maximum length of each string element is 1500 - // characters. For URL_LIST the maximum length is 2076 characters. For - // DATE_TIME the format of the string must be the same as start and end time - // for the feed item. - StringValues []*wrappers.StringValue `protobuf:"bytes,9,rep,name=string_values,json=stringValues,proto3" json:"string_values,omitempty"` - // Repeated double value. Should be set if feed_attribute_id refers to a feed - // attribute of type DOUBLE_LIST. - DoubleValues []*wrappers.DoubleValue `protobuf:"bytes,10,rep,name=double_values,json=doubleValues,proto3" json:"double_values,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedItemAttributeValue) Reset() { *m = FeedItemAttributeValue{} } -func (m *FeedItemAttributeValue) String() string { return proto.CompactTextString(m) } -func (*FeedItemAttributeValue) ProtoMessage() {} -func (*FeedItemAttributeValue) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_88175960541cbcbf, []int{1} -} -func (m *FeedItemAttributeValue) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedItemAttributeValue.Unmarshal(m, b) -} -func (m *FeedItemAttributeValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedItemAttributeValue.Marshal(b, m, deterministic) -} -func (dst *FeedItemAttributeValue) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedItemAttributeValue.Merge(dst, src) -} -func (m *FeedItemAttributeValue) XXX_Size() int { - return xxx_messageInfo_FeedItemAttributeValue.Size(m) -} -func (m *FeedItemAttributeValue) XXX_DiscardUnknown() { - xxx_messageInfo_FeedItemAttributeValue.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedItemAttributeValue proto.InternalMessageInfo - -func (m *FeedItemAttributeValue) GetFeedAttributeId() *wrappers.Int64Value { - if m != nil { - return m.FeedAttributeId - } - return nil -} - -func (m *FeedItemAttributeValue) GetIntegerValue() *wrappers.Int64Value { - if m != nil { - return m.IntegerValue - } - return nil -} - -func (m *FeedItemAttributeValue) GetBooleanValue() *wrappers.BoolValue { - if m != nil { - return m.BooleanValue - } - return nil -} - -func (m *FeedItemAttributeValue) GetStringValue() *wrappers.StringValue { - if m != nil { - return m.StringValue - } - return nil -} - -func (m *FeedItemAttributeValue) GetDoubleValue() *wrappers.DoubleValue { - if m != nil { - return m.DoubleValue - } - return nil -} - -func (m *FeedItemAttributeValue) GetPriceValue() *common.Price { - if m != nil { - return m.PriceValue - } - return nil -} - -func (m *FeedItemAttributeValue) GetIntegerValues() []*wrappers.Int64Value { - if m != nil { - return m.IntegerValues - } - return nil -} - -func (m *FeedItemAttributeValue) GetBooleanValues() []*wrappers.BoolValue { - if m != nil { - return m.BooleanValues - } - return nil -} - -func (m *FeedItemAttributeValue) GetStringValues() []*wrappers.StringValue { - if m != nil { - return m.StringValues - } - return nil -} - -func (m *FeedItemAttributeValue) GetDoubleValues() []*wrappers.DoubleValue { - if m != nil { - return m.DoubleValues - } - return nil -} - -// Policy, validation, and quality approval info for a feed item for the -// specified placeholder type. -type FeedItemPlaceholderPolicyInfo struct { - // The placeholder type. - PlaceholderType *wrappers.Int32Value `protobuf:"bytes,1,opt,name=placeholder_type,json=placeholderType,proto3" json:"placeholder_type,omitempty"` - // The FeedMapping that contains the placeholder type. - FeedMappingResourceName *wrappers.StringValue `protobuf:"bytes,2,opt,name=feed_mapping_resource_name,json=feedMappingResourceName,proto3" json:"feed_mapping_resource_name,omitempty"` - // Where the placeholder type is in the review process. - ReviewStatus enums.PolicyReviewStatusEnum_PolicyReviewStatus `protobuf:"varint,3,opt,name=review_status,json=reviewStatus,proto3,enum=google.ads.googleads.v0.enums.PolicyReviewStatusEnum_PolicyReviewStatus" json:"review_status,omitempty"` - // The overall approval status of the placeholder type, calculated based on - // the status of its individual policy topic entries. - ApprovalStatus enums.PolicyApprovalStatusEnum_PolicyApprovalStatus `protobuf:"varint,4,opt,name=approval_status,json=approvalStatus,proto3,enum=google.ads.googleads.v0.enums.PolicyApprovalStatusEnum_PolicyApprovalStatus" json:"approval_status,omitempty"` - // The list of policy findings for the placeholder type. - PolicyTopicEntries []*common.PolicyTopicEntry `protobuf:"bytes,5,rep,name=policy_topic_entries,json=policyTopicEntries,proto3" json:"policy_topic_entries,omitempty"` - // The validation status of the palceholder type. - ValidationStatus enums.FeedItemValidationStatusEnum_FeedItemValidationStatus `protobuf:"varint,6,opt,name=validation_status,json=validationStatus,proto3,enum=google.ads.googleads.v0.enums.FeedItemValidationStatusEnum_FeedItemValidationStatus" json:"validation_status,omitempty"` - // List of placeholder type validation errors. - ValidationErrors []*FeedItemValidationError `protobuf:"bytes,7,rep,name=validation_errors,json=validationErrors,proto3" json:"validation_errors,omitempty"` - // Placeholder type quality evaluation approval status. - QualityApprovalStatus enums.FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus `protobuf:"varint,8,opt,name=quality_approval_status,json=qualityApprovalStatus,proto3,enum=google.ads.googleads.v0.enums.FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus" json:"quality_approval_status,omitempty"` - // List of placeholder type quality evaluation disapproval reasons. - QualityDisapprovalReasons []enums.FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason `protobuf:"varint,9,rep,packed,name=quality_disapproval_reasons,json=qualityDisapprovalReasons,proto3,enum=google.ads.googleads.v0.enums.FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason" json:"quality_disapproval_reasons,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedItemPlaceholderPolicyInfo) Reset() { *m = FeedItemPlaceholderPolicyInfo{} } -func (m *FeedItemPlaceholderPolicyInfo) String() string { return proto.CompactTextString(m) } -func (*FeedItemPlaceholderPolicyInfo) ProtoMessage() {} -func (*FeedItemPlaceholderPolicyInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_88175960541cbcbf, []int{2} -} -func (m *FeedItemPlaceholderPolicyInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedItemPlaceholderPolicyInfo.Unmarshal(m, b) -} -func (m *FeedItemPlaceholderPolicyInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedItemPlaceholderPolicyInfo.Marshal(b, m, deterministic) -} -func (dst *FeedItemPlaceholderPolicyInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedItemPlaceholderPolicyInfo.Merge(dst, src) -} -func (m *FeedItemPlaceholderPolicyInfo) XXX_Size() int { - return xxx_messageInfo_FeedItemPlaceholderPolicyInfo.Size(m) -} -func (m *FeedItemPlaceholderPolicyInfo) XXX_DiscardUnknown() { - xxx_messageInfo_FeedItemPlaceholderPolicyInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedItemPlaceholderPolicyInfo proto.InternalMessageInfo - -func (m *FeedItemPlaceholderPolicyInfo) GetPlaceholderType() *wrappers.Int32Value { - if m != nil { - return m.PlaceholderType - } - return nil -} - -func (m *FeedItemPlaceholderPolicyInfo) GetFeedMappingResourceName() *wrappers.StringValue { - if m != nil { - return m.FeedMappingResourceName - } - return nil -} - -func (m *FeedItemPlaceholderPolicyInfo) GetReviewStatus() enums.PolicyReviewStatusEnum_PolicyReviewStatus { - if m != nil { - return m.ReviewStatus - } - return enums.PolicyReviewStatusEnum_UNSPECIFIED -} - -func (m *FeedItemPlaceholderPolicyInfo) GetApprovalStatus() enums.PolicyApprovalStatusEnum_PolicyApprovalStatus { - if m != nil { - return m.ApprovalStatus - } - return enums.PolicyApprovalStatusEnum_UNSPECIFIED -} - -func (m *FeedItemPlaceholderPolicyInfo) GetPolicyTopicEntries() []*common.PolicyTopicEntry { - if m != nil { - return m.PolicyTopicEntries - } - return nil -} - -func (m *FeedItemPlaceholderPolicyInfo) GetValidationStatus() enums.FeedItemValidationStatusEnum_FeedItemValidationStatus { - if m != nil { - return m.ValidationStatus - } - return enums.FeedItemValidationStatusEnum_UNSPECIFIED -} - -func (m *FeedItemPlaceholderPolicyInfo) GetValidationErrors() []*FeedItemValidationError { - if m != nil { - return m.ValidationErrors - } - return nil -} - -func (m *FeedItemPlaceholderPolicyInfo) GetQualityApprovalStatus() enums.FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus { - if m != nil { - return m.QualityApprovalStatus - } - return enums.FeedItemQualityApprovalStatusEnum_UNSPECIFIED -} - -func (m *FeedItemPlaceholderPolicyInfo) GetQualityDisapprovalReasons() []enums.FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason { - if m != nil { - return m.QualityDisapprovalReasons - } - return nil -} - -// Stores a validation error and the set of offending feed attributes which -// together are responsible for causing a feed item validation error. -type FeedItemValidationError struct { - // Error code indicating what validation error was triggered. The description - // of the error can be found in the 'description' field. - ValidationError errors.FeedItemValidationErrorEnum_FeedItemValidationError `protobuf:"varint,1,opt,name=validation_error,json=validationError,proto3,enum=google.ads.googleads.v0.errors.FeedItemValidationErrorEnum_FeedItemValidationError" json:"validation_error,omitempty"` - // The description of the validation error. - Description *wrappers.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` - // Set of feed attributes in the feed item flagged during validation. If - // empty, no specific feed attributes can be associated with the error - // (e.g. error across the entire feed item). - FeedAttributeIds []*wrappers.Int64Value `protobuf:"bytes,3,rep,name=feed_attribute_ids,json=feedAttributeIds,proto3" json:"feed_attribute_ids,omitempty"` - // Any extra information related to this error which is not captured by - // validation_error and feed_attribute_id (e.g. placeholder field IDs when - // feed_attribute_id is not mapped). Note that extra_information is not - // localized. - ExtraInformation *wrappers.StringValue `protobuf:"bytes,4,opt,name=extra_information,json=extraInformation,proto3" json:"extra_information,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedItemValidationError) Reset() { *m = FeedItemValidationError{} } -func (m *FeedItemValidationError) String() string { return proto.CompactTextString(m) } -func (*FeedItemValidationError) ProtoMessage() {} -func (*FeedItemValidationError) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_88175960541cbcbf, []int{3} -} -func (m *FeedItemValidationError) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedItemValidationError.Unmarshal(m, b) -} -func (m *FeedItemValidationError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedItemValidationError.Marshal(b, m, deterministic) -} -func (dst *FeedItemValidationError) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedItemValidationError.Merge(dst, src) -} -func (m *FeedItemValidationError) XXX_Size() int { - return xxx_messageInfo_FeedItemValidationError.Size(m) -} -func (m *FeedItemValidationError) XXX_DiscardUnknown() { - xxx_messageInfo_FeedItemValidationError.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedItemValidationError proto.InternalMessageInfo - -func (m *FeedItemValidationError) GetValidationError() errors.FeedItemValidationErrorEnum_FeedItemValidationError { - if m != nil { - return m.ValidationError - } - return errors.FeedItemValidationErrorEnum_UNSPECIFIED -} - -func (m *FeedItemValidationError) GetDescription() *wrappers.StringValue { - if m != nil { - return m.Description - } - return nil -} - -func (m *FeedItemValidationError) GetFeedAttributeIds() []*wrappers.Int64Value { - if m != nil { - return m.FeedAttributeIds - } - return nil -} - -func (m *FeedItemValidationError) GetExtraInformation() *wrappers.StringValue { - if m != nil { - return m.ExtraInformation - } - return nil -} - -func init() { - proto.RegisterType((*FeedItem)(nil), "google.ads.googleads.v0.resources.FeedItem") - proto.RegisterType((*FeedItemAttributeValue)(nil), "google.ads.googleads.v0.resources.FeedItemAttributeValue") - proto.RegisterType((*FeedItemPlaceholderPolicyInfo)(nil), "google.ads.googleads.v0.resources.FeedItemPlaceholderPolicyInfo") - proto.RegisterType((*FeedItemValidationError)(nil), "google.ads.googleads.v0.resources.FeedItemValidationError") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/feed_item.proto", fileDescriptor_feed_item_88175960541cbcbf) -} - -var fileDescriptor_feed_item_88175960541cbcbf = []byte{ - // 1200 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x57, 0x4b, 0x6f, 0xe4, 0x34, - 0x1c, 0xd7, 0x4c, 0xb7, 0xdd, 0xae, 0xe7, 0xd1, 0xa9, 0x61, 0x69, 0xb6, 0x0b, 0xa8, 0x5b, 0x54, - 0xa9, 0xd2, 0x4a, 0x99, 0x61, 0x76, 0x41, 0x30, 0x08, 0xb6, 0x53, 0xfa, 0xd8, 0x41, 0x80, 0x4a, - 0x5a, 0x55, 0x80, 0x2a, 0x22, 0x4f, 0xec, 0x06, 0x4b, 0x49, 0x9c, 0xda, 0xce, 0x2c, 0xbd, 0x20, - 0xf1, 0x05, 0x38, 0xf2, 0x01, 0x10, 0x27, 0x6e, 0x1c, 0x11, 0xdf, 0x80, 0x8f, 0xc2, 0x85, 0x3b, - 0x27, 0x14, 0xc7, 0xc9, 0x64, 0x1e, 0x99, 0x49, 0x6f, 0x8e, 0xfd, 0xff, 0xfd, 0xfe, 0x0f, 0xff, - 0x1f, 0x0e, 0x78, 0xd7, 0x65, 0xcc, 0xf5, 0x48, 0x1b, 0x61, 0xd1, 0x4e, 0x96, 0xf1, 0x6a, 0xd4, - 0x69, 0x73, 0x22, 0x58, 0xc4, 0x1d, 0x22, 0xda, 0xd7, 0x84, 0x60, 0x9b, 0x4a, 0xe2, 0x9b, 0x21, - 0x67, 0x92, 0xc1, 0x27, 0x89, 0x9c, 0x89, 0xb0, 0x30, 0x33, 0x88, 0x39, 0xea, 0x98, 0x19, 0x64, - 0xfb, 0xbd, 0x22, 0x56, 0x87, 0xf9, 0x3e, 0x0b, 0xda, 0x4e, 0x24, 0x24, 0xf3, 0xed, 0x10, 0x71, - 0xe4, 0x13, 0x49, 0x78, 0xc2, 0xbc, 0xdd, 0x59, 0x02, 0x53, 0x96, 0x24, 0x6b, 0x8d, 0x78, 0xba, - 0x04, 0x11, 0x32, 0x8f, 0x3a, 0xb7, 0x5a, 0xf8, 0xb8, 0x48, 0x98, 0x04, 0x91, 0x9f, 0xf3, 0xd3, - 0xbe, 0x89, 0x90, 0x47, 0xe5, 0xad, 0x8d, 0xc2, 0x90, 0xb3, 0x11, 0xf2, 0x6c, 0x21, 0x91, 0x8c, - 0x84, 0xa6, 0x79, 0x79, 0x57, 0x1a, 0x4c, 0x45, 0xc6, 0xc4, 0x09, 0x12, 0x99, 0xf5, 0xcf, 0xcb, - 0x32, 0x4d, 0xe8, 0x7f, 0x51, 0x16, 0x35, 0x42, 0x1e, 0xc5, 0x48, 0x52, 0x16, 0x4c, 0x12, 0x7c, - 0xbc, 0x98, 0xc0, 0x25, 0xcc, 0x96, 0x88, 0xbb, 0x44, 0xd2, 0xc0, 0xb5, 0x39, 0x11, 0x92, 0x53, - 0x27, 0x66, 0xd1, 0xf0, 0xde, 0x62, 0x78, 0x12, 0xf2, 0x82, 0xd8, 0x7d, 0x50, 0x0a, 0xcb, 0xc9, - 0x88, 0x92, 0x57, 0x65, 0xbd, 0xe6, 0x9c, 0xf1, 0x02, 0xb7, 0xd5, 0x99, 0x26, 0x78, 0x5b, 0x13, - 0xa8, 0xaf, 0x61, 0x74, 0xdd, 0x7e, 0xc5, 0x51, 0x18, 0x12, 0xae, 0x15, 0xec, 0xfe, 0xb1, 0x06, - 0xd6, 0x4f, 0x08, 0xc1, 0x03, 0x49, 0x7c, 0xf8, 0x0e, 0x68, 0xa4, 0xd9, 0x6c, 0x07, 0xc8, 0x27, - 0x46, 0x65, 0xa7, 0xb2, 0xff, 0xc0, 0xaa, 0xa7, 0x9b, 0x5f, 0x22, 0x9f, 0xc0, 0x0e, 0xb8, 0x17, - 0x6b, 0x35, 0xaa, 0x3b, 0x95, 0xfd, 0x5a, 0xf7, 0x4d, 0x5d, 0x0c, 0x66, 0xaa, 0xc0, 0x3c, 0x97, - 0x9c, 0x06, 0xee, 0x25, 0xf2, 0x22, 0x62, 0x29, 0x49, 0xf8, 0x14, 0x54, 0x29, 0x36, 0x56, 0x94, - 0xfc, 0xe3, 0x19, 0xf9, 0x41, 0x20, 0xdf, 0x7f, 0x9e, 0x88, 0x57, 0x29, 0x86, 0x47, 0x60, 0x43, - 0x48, 0xc4, 0xa5, 0x8d, 0x91, 0x24, 0xb6, 0xa4, 0x3e, 0x31, 0xee, 0x95, 0xd0, 0xd4, 0x50, 0xa0, - 0x23, 0x24, 0xc9, 0x05, 0xf5, 0x09, 0x3c, 0x00, 0x0d, 0x12, 0xe0, 0x1c, 0xc7, 0x6a, 0x09, 0x8e, - 0x1a, 0x09, 0x70, 0xc6, 0x80, 0x41, 0x0b, 0x49, 0xc9, 0xe9, 0x30, 0x92, 0x24, 0x0e, 0x6e, 0x44, - 0x84, 0xb1, 0xb6, 0xb3, 0xb2, 0x5f, 0xeb, 0x7e, 0x68, 0x2e, 0x6d, 0x05, 0x66, 0x1a, 0xd2, 0x7e, - 0x4a, 0x91, 0x68, 0xd8, 0x40, 0x13, 0xdf, 0x02, 0xfe, 0x5c, 0x01, 0x8f, 0x0a, 0x33, 0xcf, 0xb8, - 0xbf, 0x53, 0xd9, 0x6f, 0x76, 0xad, 0x42, 0x7d, 0x2a, 0x7d, 0xcc, 0x53, 0xc2, 0x2e, 0x52, 0xb8, - 0x35, 0x46, 0x1f, 0x07, 0x91, 0x5f, 0x74, 0x66, 0x6d, 0xb9, 0xf3, 0x0f, 0xa0, 0x03, 0x1e, 0x46, - 0xdc, 0xb3, 0xa7, 0x5b, 0x95, 0x30, 0xd6, 0x95, 0xef, 0xed, 0x42, 0x5b, 0x74, 0x83, 0xfa, 0x54, - 0x01, 0xcf, 0x52, 0x9c, 0xf5, 0x5a, 0xc4, 0xbd, 0xa9, 0x3d, 0x01, 0xbf, 0x06, 0x6b, 0x49, 0x96, - 0x1b, 0x0f, 0x94, 0x87, 0x07, 0x4b, 0x3c, 0x4c, 0xa3, 0x79, 0xae, 0x40, 0xca, 0xb1, 0xc9, 0x2d, - 0x4b, 0xf3, 0x41, 0x07, 0xd4, 0x75, 0x35, 0xd1, 0xe0, 0x9a, 0x09, 0x03, 0x28, 0xab, 0x0f, 0xee, - 0x70, 0x63, 0x67, 0x1e, 0x72, 0xc8, 0xf7, 0xcc, 0xc3, 0x84, 0x9f, 0x29, 0xa6, 0x41, 0x70, 0xcd, - 0xac, 0x5a, 0x98, 0xad, 0xc5, 0xee, 0x5f, 0xab, 0xe0, 0x8d, 0xf9, 0x17, 0x0c, 0x4f, 0xc1, 0xa6, - 0x2a, 0xc9, 0x71, 0xea, 0x50, 0xac, 0xaa, 0x68, 0x49, 0xe6, 0x6f, 0xc4, 0xa8, 0x8c, 0x6b, 0x80, - 0xe3, 0x04, 0xa6, 0x81, 0x24, 0x2e, 0xe1, 0x49, 0xf2, 0xe9, 0x72, 0x5b, 0x48, 0x52, 0xd7, 0x88, - 0xc4, 0x94, 0x17, 0xa0, 0x31, 0x64, 0xcc, 0x23, 0x28, 0xd0, 0x0c, 0x49, 0x01, 0x6e, 0xcf, 0x30, - 0x1c, 0x32, 0xe6, 0x69, 0x02, 0x0d, 0x48, 0x09, 0xea, 0x42, 0x55, 0x87, 0xc6, 0x97, 0x29, 0xc3, - 0x9a, 0x18, 0x7f, 0xc4, 0x04, 0x98, 0x45, 0x43, 0x4f, 0xd7, 0x4f, 0x61, 0x0d, 0x1e, 0x29, 0x21, - 0x4d, 0x80, 0xc7, 0x1f, 0xf0, 0x04, 0xd4, 0x42, 0x4e, 0x9d, 0x14, 0xbf, 0xa6, 0xf0, 0x7b, 0xcb, - 0x52, 0xf0, 0x2c, 0x86, 0x58, 0x40, 0x21, 0x13, 0x9e, 0x43, 0xd0, 0x9c, 0x08, 0xa6, 0x30, 0xee, - 0xab, 0xbc, 0x58, 0x18, 0xcd, 0x46, 0x3e, 0x9a, 0x02, 0xf6, 0x41, 0x73, 0x22, 0x9c, 0x69, 0x45, - 0x2c, 0x8a, 0x67, 0x23, 0x1f, 0xcf, 0x98, 0xa2, 0x91, 0x0f, 0x68, 0x9c, 0xfd, 0x2b, 0x4b, 0x23, - 0x5a, 0xcf, 0x45, 0x54, 0x51, 0xe4, 0x43, 0x9a, 0x26, 0xf8, 0xe2, 0x98, 0xd6, 0x73, 0x31, 0x15, - 0xbb, 0x7f, 0xae, 0x83, 0xb7, 0x16, 0x26, 0x3b, 0x3c, 0x01, 0xad, 0x70, 0x7c, 0x60, 0xcb, 0xdb, - 0x90, 0x2c, 0xca, 0xe1, 0x67, 0x5d, 0x9d, 0xc3, 0x39, 0xd0, 0xc5, 0x6d, 0x48, 0xe0, 0x37, 0x60, - 0x5b, 0x15, 0x83, 0x8f, 0xc2, 0x50, 0xb7, 0xb6, 0xdc, 0x6c, 0x29, 0x33, 0x3f, 0xb6, 0x62, 0xfc, - 0x17, 0x09, 0xdc, 0xca, 0x0f, 0x21, 0x3f, 0x9e, 0x54, 0xb9, 0x71, 0xa9, 0x92, 0xbb, 0xd9, 0x7d, - 0xb9, 0xa4, 0x91, 0x24, 0x4e, 0x5a, 0x0a, 0x99, 0x6b, 0x26, 0xb3, 0xdb, 0xf1, 0xcc, 0x1b, 0x7f, - 0xc1, 0x08, 0x6c, 0x4c, 0x4d, 0x76, 0x55, 0x0d, 0xcd, 0xee, 0xe7, 0xa5, 0x14, 0xf6, 0x35, 0x76, - 0x46, 0xe5, 0xe4, 0x81, 0xd5, 0x44, 0x13, 0xdf, 0x70, 0x08, 0x5e, 0xd7, 0xdd, 0x4c, 0xb2, 0x90, - 0x3a, 0x36, 0x09, 0x24, 0xa7, 0x44, 0x18, 0xab, 0xea, 0xd2, 0x3b, 0x4b, 0x0b, 0x41, 0x61, 0x2f, - 0x62, 0xe8, 0x71, 0x20, 0xf9, 0xad, 0x05, 0xc3, 0xc9, 0x1d, 0x4a, 0x04, 0xfc, 0xa9, 0x02, 0x36, - 0x67, 0x9e, 0x4c, 0xaa, 0xd4, 0x9a, 0xdd, 0x8b, 0x92, 0x7d, 0xf9, 0x32, 0xc3, 0xcf, 0xe9, 0xd0, - 0xd3, 0x87, 0x56, 0x6b, 0x34, 0xb5, 0x03, 0xdd, 0x09, 0x13, 0x92, 0xa7, 0x8d, 0x2e, 0xd1, 0xde, - 0x1d, 0x5a, 0xf7, 0x58, 0xd3, 0x71, 0x4c, 0x91, 0x57, 0xa4, 0x36, 0x04, 0xfc, 0xa5, 0x02, 0xb6, - 0x0a, 0x9e, 0xb9, 0xc6, 0xba, 0x72, 0xf9, 0xbb, 0x92, 0x2e, 0x7f, 0x95, 0xb0, 0xcc, 0xb9, 0xd9, - 0x85, 0x12, 0xd6, 0xc3, 0x9b, 0x79, 0xdb, 0xf0, 0xb7, 0x0a, 0x78, 0x5c, 0xfc, 0x70, 0x4e, 0x3a, - 0x45, 0xb3, 0x8b, 0xef, 0x66, 0xdc, 0xd1, 0x98, 0xc8, 0x52, 0x3c, 0xf3, 0xec, 0x9b, 0x11, 0xb2, - 0x1e, 0xdd, 0x14, 0x9c, 0x88, 0xdd, 0x7f, 0xab, 0x60, 0xab, 0x20, 0xda, 0xf0, 0x47, 0xd0, 0x9a, - 0xbe, 0x44, 0xd5, 0x35, 0x9a, 0xdd, 0xf3, 0x62, 0xb3, 0xd5, 0xb5, 0x14, 0x5d, 0x60, 0x41, 0x1a, - 0x25, 0x97, 0xbb, 0x31, 0x75, 0xb9, 0xf0, 0x13, 0x50, 0xc3, 0x44, 0x38, 0x9c, 0x86, 0xea, 0xed, - 0x54, 0xa6, 0xbd, 0xe4, 0x01, 0x70, 0x00, 0xe0, 0xcc, 0xe8, 0x8e, 0xfb, 0xca, 0xd2, 0x41, 0xd1, - 0x9a, 0x9a, 0xdd, 0x02, 0x0e, 0xc0, 0x26, 0xf9, 0x41, 0x72, 0xa4, 0x1e, 0x21, 0xdc, 0x57, 0x46, - 0x96, 0x1a, 0x9f, 0x2d, 0x05, 0x1b, 0x8c, 0x51, 0x87, 0xff, 0x55, 0xc0, 0x9e, 0xc3, 0xfc, 0xe5, - 0x55, 0x70, 0xd8, 0xc8, 0x9a, 0x7a, 0xcc, 0x7c, 0x56, 0xf9, 0xf6, 0x33, 0x8d, 0x71, 0x99, 0x87, - 0x02, 0xd7, 0x64, 0xdc, 0x6d, 0xbb, 0x24, 0x50, 0x7a, 0xd3, 0x7f, 0x89, 0x90, 0x8a, 0x05, 0xff, - 0xc0, 0x1f, 0x65, 0xab, 0x5f, 0xab, 0x2b, 0xa7, 0xfd, 0xfe, 0xef, 0xd5, 0x27, 0xa7, 0x09, 0x65, - 0x1f, 0x0b, 0x33, 0x59, 0xc6, 0xab, 0xcb, 0x8e, 0x99, 0x36, 0x67, 0xf1, 0x77, 0x2a, 0x73, 0xd5, - 0xc7, 0xe2, 0x2a, 0x93, 0xb9, 0xba, 0xec, 0x5c, 0x65, 0x32, 0xff, 0x54, 0xf7, 0x92, 0x83, 0x5e, - 0xaf, 0x8f, 0x45, 0xaf, 0x97, 0x49, 0xf5, 0x7a, 0x97, 0x9d, 0x5e, 0x2f, 0x93, 0x1b, 0xae, 0x29, - 0x63, 0x9f, 0xfd, 0x1f, 0x00, 0x00, 0xff, 0xff, 0x4a, 0x40, 0x77, 0x65, 0xaf, 0x0f, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/feed_mapping.pb.go b/googleapis/ads/googleads/v0/resources/feed_mapping.pb.go deleted file mode 100644 index 4612151eef..0000000000 --- a/googleapis/ads/googleads/v0/resources/feed_mapping.pb.go +++ /dev/null @@ -1,868 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/feed_mapping.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A feed mapping. -type FeedMapping struct { - // The resource name of the feed mapping. - // Feed mapping resource names have the form: - // - // `customers/{customer_id}/feedMappings/{feed_id}_{feed_mapping_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The feed of this feed mapping. - Feed *wrappers.StringValue `protobuf:"bytes,2,opt,name=feed,proto3" json:"feed,omitempty"` - // Feed attributes to field mappings. These mappings are a one-to-many - // relationship meaning that 1 feed attribute can be used to populate - // multiple placeholder fields, but 1 placeholder field can only draw - // data from 1 feed attribute. Ad Customizer is an exception, 1 placeholder - // field can be mapped to multiple feed attributes. Required. - AttributeFieldMappings []*AttributeFieldMapping `protobuf:"bytes,5,rep,name=attribute_field_mappings,json=attributeFieldMappings,proto3" json:"attribute_field_mappings,omitempty"` - // Status of the feed mapping. - // This field is read-only. - Status enums.FeedMappingStatusEnum_FeedMappingStatus `protobuf:"varint,6,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.FeedMappingStatusEnum_FeedMappingStatus" json:"status,omitempty"` - // Feed mapping target. Can be either a placeholder or a criterion. For a - // given feed, the active FeedMappings must have unique targets. Required. - // - // Types that are valid to be assigned to Target: - // *FeedMapping_PlaceholderType - // *FeedMapping_CriterionType - Target isFeedMapping_Target `protobuf_oneof:"target"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedMapping) Reset() { *m = FeedMapping{} } -func (m *FeedMapping) String() string { return proto.CompactTextString(m) } -func (*FeedMapping) ProtoMessage() {} -func (*FeedMapping) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_334515cabe7cdafe, []int{0} -} -func (m *FeedMapping) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedMapping.Unmarshal(m, b) -} -func (m *FeedMapping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedMapping.Marshal(b, m, deterministic) -} -func (dst *FeedMapping) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedMapping.Merge(dst, src) -} -func (m *FeedMapping) XXX_Size() int { - return xxx_messageInfo_FeedMapping.Size(m) -} -func (m *FeedMapping) XXX_DiscardUnknown() { - xxx_messageInfo_FeedMapping.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedMapping proto.InternalMessageInfo - -func (m *FeedMapping) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *FeedMapping) GetFeed() *wrappers.StringValue { - if m != nil { - return m.Feed - } - return nil -} - -func (m *FeedMapping) GetAttributeFieldMappings() []*AttributeFieldMapping { - if m != nil { - return m.AttributeFieldMappings - } - return nil -} - -func (m *FeedMapping) GetStatus() enums.FeedMappingStatusEnum_FeedMappingStatus { - if m != nil { - return m.Status - } - return enums.FeedMappingStatusEnum_UNSPECIFIED -} - -type isFeedMapping_Target interface { - isFeedMapping_Target() -} - -type FeedMapping_PlaceholderType struct { - PlaceholderType enums.PlaceholderTypeEnum_PlaceholderType `protobuf:"varint,3,opt,name=placeholder_type,json=placeholderType,proto3,enum=google.ads.googleads.v0.enums.PlaceholderTypeEnum_PlaceholderType,oneof"` -} - -type FeedMapping_CriterionType struct { - CriterionType enums.FeedMappingCriterionTypeEnum_FeedMappingCriterionType `protobuf:"varint,4,opt,name=criterion_type,json=criterionType,proto3,enum=google.ads.googleads.v0.enums.FeedMappingCriterionTypeEnum_FeedMappingCriterionType,oneof"` -} - -func (*FeedMapping_PlaceholderType) isFeedMapping_Target() {} - -func (*FeedMapping_CriterionType) isFeedMapping_Target() {} - -func (m *FeedMapping) GetTarget() isFeedMapping_Target { - if m != nil { - return m.Target - } - return nil -} - -func (m *FeedMapping) GetPlaceholderType() enums.PlaceholderTypeEnum_PlaceholderType { - if x, ok := m.GetTarget().(*FeedMapping_PlaceholderType); ok { - return x.PlaceholderType - } - return enums.PlaceholderTypeEnum_UNSPECIFIED -} - -func (m *FeedMapping) GetCriterionType() enums.FeedMappingCriterionTypeEnum_FeedMappingCriterionType { - if x, ok := m.GetTarget().(*FeedMapping_CriterionType); ok { - return x.CriterionType - } - return enums.FeedMappingCriterionTypeEnum_UNSPECIFIED -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*FeedMapping) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _FeedMapping_OneofMarshaler, _FeedMapping_OneofUnmarshaler, _FeedMapping_OneofSizer, []interface{}{ - (*FeedMapping_PlaceholderType)(nil), - (*FeedMapping_CriterionType)(nil), - } -} - -func _FeedMapping_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*FeedMapping) - // target - switch x := m.Target.(type) { - case *FeedMapping_PlaceholderType: - b.EncodeVarint(3<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.PlaceholderType)) - case *FeedMapping_CriterionType: - b.EncodeVarint(4<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.CriterionType)) - case nil: - default: - return fmt.Errorf("FeedMapping.Target has unexpected type %T", x) - } - return nil -} - -func _FeedMapping_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*FeedMapping) - switch tag { - case 3: // target.placeholder_type - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Target = &FeedMapping_PlaceholderType{enums.PlaceholderTypeEnum_PlaceholderType(x)} - return true, err - case 4: // target.criterion_type - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Target = &FeedMapping_CriterionType{enums.FeedMappingCriterionTypeEnum_FeedMappingCriterionType(x)} - return true, err - default: - return false, nil - } -} - -func _FeedMapping_OneofSizer(msg proto.Message) (n int) { - m := msg.(*FeedMapping) - // target - switch x := m.Target.(type) { - case *FeedMapping_PlaceholderType: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.PlaceholderType)) - case *FeedMapping_CriterionType: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.CriterionType)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Maps from feed attribute id to a placeholder or criterion field id. -type AttributeFieldMapping struct { - // Feed attribute from which to map. - FeedAttributeId *wrappers.Int64Value `protobuf:"bytes,1,opt,name=feed_attribute_id,json=feedAttributeId,proto3" json:"feed_attribute_id,omitempty"` - // The placeholder field ID. If a placeholder field enum is not published in - // the current API version, then this field will be populated and the field - // oneof will be empty. - // This field is read-only. - FieldId *wrappers.Int64Value `protobuf:"bytes,2,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"` - // Placeholder or criterion field to be populated using data from - // the above feed attribute. Required. - // - // Types that are valid to be assigned to Field: - // *AttributeFieldMapping_SitelinkField - // *AttributeFieldMapping_CallField - // *AttributeFieldMapping_AppField - // *AttributeFieldMapping_CalloutField - // *AttributeFieldMapping_StructuredSnippetField - // *AttributeFieldMapping_MessageField - // *AttributeFieldMapping_PriceField - // *AttributeFieldMapping_PromotionField - // *AttributeFieldMapping_AdCustomizerField - // *AttributeFieldMapping_EducationField - // *AttributeFieldMapping_FlightField - // *AttributeFieldMapping_CustomField - // *AttributeFieldMapping_HotelField - // *AttributeFieldMapping_RealEstateField - // *AttributeFieldMapping_TravelField - // *AttributeFieldMapping_LocalField - // *AttributeFieldMapping_JobField - Field isAttributeFieldMapping_Field `protobuf_oneof:"field"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AttributeFieldMapping) Reset() { *m = AttributeFieldMapping{} } -func (m *AttributeFieldMapping) String() string { return proto.CompactTextString(m) } -func (*AttributeFieldMapping) ProtoMessage() {} -func (*AttributeFieldMapping) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_334515cabe7cdafe, []int{1} -} -func (m *AttributeFieldMapping) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AttributeFieldMapping.Unmarshal(m, b) -} -func (m *AttributeFieldMapping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AttributeFieldMapping.Marshal(b, m, deterministic) -} -func (dst *AttributeFieldMapping) XXX_Merge(src proto.Message) { - xxx_messageInfo_AttributeFieldMapping.Merge(dst, src) -} -func (m *AttributeFieldMapping) XXX_Size() int { - return xxx_messageInfo_AttributeFieldMapping.Size(m) -} -func (m *AttributeFieldMapping) XXX_DiscardUnknown() { - xxx_messageInfo_AttributeFieldMapping.DiscardUnknown(m) -} - -var xxx_messageInfo_AttributeFieldMapping proto.InternalMessageInfo - -func (m *AttributeFieldMapping) GetFeedAttributeId() *wrappers.Int64Value { - if m != nil { - return m.FeedAttributeId - } - return nil -} - -func (m *AttributeFieldMapping) GetFieldId() *wrappers.Int64Value { - if m != nil { - return m.FieldId - } - return nil -} - -type isAttributeFieldMapping_Field interface { - isAttributeFieldMapping_Field() -} - -type AttributeFieldMapping_SitelinkField struct { - SitelinkField enums.SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField `protobuf:"varint,3,opt,name=sitelink_field,json=sitelinkField,proto3,enum=google.ads.googleads.v0.enums.SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField,oneof"` -} - -type AttributeFieldMapping_CallField struct { - CallField enums.CallPlaceholderFieldEnum_CallPlaceholderField `protobuf:"varint,4,opt,name=call_field,json=callField,proto3,enum=google.ads.googleads.v0.enums.CallPlaceholderFieldEnum_CallPlaceholderField,oneof"` -} - -type AttributeFieldMapping_AppField struct { - AppField enums.AppPlaceholderFieldEnum_AppPlaceholderField `protobuf:"varint,5,opt,name=app_field,json=appField,proto3,enum=google.ads.googleads.v0.enums.AppPlaceholderFieldEnum_AppPlaceholderField,oneof"` -} - -type AttributeFieldMapping_CalloutField struct { - CalloutField enums.CalloutPlaceholderFieldEnum_CalloutPlaceholderField `protobuf:"varint,8,opt,name=callout_field,json=calloutField,proto3,enum=google.ads.googleads.v0.enums.CalloutPlaceholderFieldEnum_CalloutPlaceholderField,oneof"` -} - -type AttributeFieldMapping_StructuredSnippetField struct { - StructuredSnippetField enums.StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField `protobuf:"varint,9,opt,name=structured_snippet_field,json=structuredSnippetField,proto3,enum=google.ads.googleads.v0.enums.StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField,oneof"` -} - -type AttributeFieldMapping_MessageField struct { - MessageField enums.MessagePlaceholderFieldEnum_MessagePlaceholderField `protobuf:"varint,10,opt,name=message_field,json=messageField,proto3,enum=google.ads.googleads.v0.enums.MessagePlaceholderFieldEnum_MessagePlaceholderField,oneof"` -} - -type AttributeFieldMapping_PriceField struct { - PriceField enums.PricePlaceholderFieldEnum_PricePlaceholderField `protobuf:"varint,11,opt,name=price_field,json=priceField,proto3,enum=google.ads.googleads.v0.enums.PricePlaceholderFieldEnum_PricePlaceholderField,oneof"` -} - -type AttributeFieldMapping_PromotionField struct { - PromotionField enums.PromotionPlaceholderFieldEnum_PromotionPlaceholderField `protobuf:"varint,12,opt,name=promotion_field,json=promotionField,proto3,enum=google.ads.googleads.v0.enums.PromotionPlaceholderFieldEnum_PromotionPlaceholderField,oneof"` -} - -type AttributeFieldMapping_AdCustomizerField struct { - AdCustomizerField enums.AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField `protobuf:"varint,13,opt,name=ad_customizer_field,json=adCustomizerField,proto3,enum=google.ads.googleads.v0.enums.AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField,oneof"` -} - -type AttributeFieldMapping_EducationField struct { - EducationField enums.EducationPlaceholderFieldEnum_EducationPlaceholderField `protobuf:"varint,16,opt,name=education_field,json=educationField,proto3,enum=google.ads.googleads.v0.enums.EducationPlaceholderFieldEnum_EducationPlaceholderField,oneof"` -} - -type AttributeFieldMapping_FlightField struct { - FlightField enums.FlightPlaceholderFieldEnum_FlightPlaceholderField `protobuf:"varint,17,opt,name=flight_field,json=flightField,proto3,enum=google.ads.googleads.v0.enums.FlightPlaceholderFieldEnum_FlightPlaceholderField,oneof"` -} - -type AttributeFieldMapping_CustomField struct { - CustomField enums.CustomPlaceholderFieldEnum_CustomPlaceholderField `protobuf:"varint,18,opt,name=custom_field,json=customField,proto3,enum=google.ads.googleads.v0.enums.CustomPlaceholderFieldEnum_CustomPlaceholderField,oneof"` -} - -type AttributeFieldMapping_HotelField struct { - HotelField enums.HotelPlaceholderFieldEnum_HotelPlaceholderField `protobuf:"varint,19,opt,name=hotel_field,json=hotelField,proto3,enum=google.ads.googleads.v0.enums.HotelPlaceholderFieldEnum_HotelPlaceholderField,oneof"` -} - -type AttributeFieldMapping_RealEstateField struct { - RealEstateField enums.RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField `protobuf:"varint,20,opt,name=real_estate_field,json=realEstateField,proto3,enum=google.ads.googleads.v0.enums.RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField,oneof"` -} - -type AttributeFieldMapping_TravelField struct { - TravelField enums.TravelPlaceholderFieldEnum_TravelPlaceholderField `protobuf:"varint,21,opt,name=travel_field,json=travelField,proto3,enum=google.ads.googleads.v0.enums.TravelPlaceholderFieldEnum_TravelPlaceholderField,oneof"` -} - -type AttributeFieldMapping_LocalField struct { - LocalField enums.LocalPlaceholderFieldEnum_LocalPlaceholderField `protobuf:"varint,22,opt,name=local_field,json=localField,proto3,enum=google.ads.googleads.v0.enums.LocalPlaceholderFieldEnum_LocalPlaceholderField,oneof"` -} - -type AttributeFieldMapping_JobField struct { - JobField enums.JobPlaceholderFieldEnum_JobPlaceholderField `protobuf:"varint,23,opt,name=job_field,json=jobField,proto3,enum=google.ads.googleads.v0.enums.JobPlaceholderFieldEnum_JobPlaceholderField,oneof"` -} - -func (*AttributeFieldMapping_SitelinkField) isAttributeFieldMapping_Field() {} - -func (*AttributeFieldMapping_CallField) isAttributeFieldMapping_Field() {} - -func (*AttributeFieldMapping_AppField) isAttributeFieldMapping_Field() {} - -func (*AttributeFieldMapping_CalloutField) isAttributeFieldMapping_Field() {} - -func (*AttributeFieldMapping_StructuredSnippetField) isAttributeFieldMapping_Field() {} - -func (*AttributeFieldMapping_MessageField) isAttributeFieldMapping_Field() {} - -func (*AttributeFieldMapping_PriceField) isAttributeFieldMapping_Field() {} - -func (*AttributeFieldMapping_PromotionField) isAttributeFieldMapping_Field() {} - -func (*AttributeFieldMapping_AdCustomizerField) isAttributeFieldMapping_Field() {} - -func (*AttributeFieldMapping_EducationField) isAttributeFieldMapping_Field() {} - -func (*AttributeFieldMapping_FlightField) isAttributeFieldMapping_Field() {} - -func (*AttributeFieldMapping_CustomField) isAttributeFieldMapping_Field() {} - -func (*AttributeFieldMapping_HotelField) isAttributeFieldMapping_Field() {} - -func (*AttributeFieldMapping_RealEstateField) isAttributeFieldMapping_Field() {} - -func (*AttributeFieldMapping_TravelField) isAttributeFieldMapping_Field() {} - -func (*AttributeFieldMapping_LocalField) isAttributeFieldMapping_Field() {} - -func (*AttributeFieldMapping_JobField) isAttributeFieldMapping_Field() {} - -func (m *AttributeFieldMapping) GetField() isAttributeFieldMapping_Field { - if m != nil { - return m.Field - } - return nil -} - -func (m *AttributeFieldMapping) GetSitelinkField() enums.SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_SitelinkField); ok { - return x.SitelinkField - } - return enums.SitelinkPlaceholderFieldEnum_UNSPECIFIED -} - -func (m *AttributeFieldMapping) GetCallField() enums.CallPlaceholderFieldEnum_CallPlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_CallField); ok { - return x.CallField - } - return enums.CallPlaceholderFieldEnum_UNSPECIFIED -} - -func (m *AttributeFieldMapping) GetAppField() enums.AppPlaceholderFieldEnum_AppPlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_AppField); ok { - return x.AppField - } - return enums.AppPlaceholderFieldEnum_UNSPECIFIED -} - -func (m *AttributeFieldMapping) GetCalloutField() enums.CalloutPlaceholderFieldEnum_CalloutPlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_CalloutField); ok { - return x.CalloutField - } - return enums.CalloutPlaceholderFieldEnum_UNSPECIFIED -} - -func (m *AttributeFieldMapping) GetStructuredSnippetField() enums.StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_StructuredSnippetField); ok { - return x.StructuredSnippetField - } - return enums.StructuredSnippetPlaceholderFieldEnum_UNSPECIFIED -} - -func (m *AttributeFieldMapping) GetMessageField() enums.MessagePlaceholderFieldEnum_MessagePlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_MessageField); ok { - return x.MessageField - } - return enums.MessagePlaceholderFieldEnum_UNSPECIFIED -} - -func (m *AttributeFieldMapping) GetPriceField() enums.PricePlaceholderFieldEnum_PricePlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_PriceField); ok { - return x.PriceField - } - return enums.PricePlaceholderFieldEnum_UNSPECIFIED -} - -func (m *AttributeFieldMapping) GetPromotionField() enums.PromotionPlaceholderFieldEnum_PromotionPlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_PromotionField); ok { - return x.PromotionField - } - return enums.PromotionPlaceholderFieldEnum_UNSPECIFIED -} - -func (m *AttributeFieldMapping) GetAdCustomizerField() enums.AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_AdCustomizerField); ok { - return x.AdCustomizerField - } - return enums.AdCustomizerPlaceholderFieldEnum_UNSPECIFIED -} - -func (m *AttributeFieldMapping) GetEducationField() enums.EducationPlaceholderFieldEnum_EducationPlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_EducationField); ok { - return x.EducationField - } - return enums.EducationPlaceholderFieldEnum_UNSPECIFIED -} - -func (m *AttributeFieldMapping) GetFlightField() enums.FlightPlaceholderFieldEnum_FlightPlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_FlightField); ok { - return x.FlightField - } - return enums.FlightPlaceholderFieldEnum_UNSPECIFIED -} - -func (m *AttributeFieldMapping) GetCustomField() enums.CustomPlaceholderFieldEnum_CustomPlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_CustomField); ok { - return x.CustomField - } - return enums.CustomPlaceholderFieldEnum_UNSPECIFIED -} - -func (m *AttributeFieldMapping) GetHotelField() enums.HotelPlaceholderFieldEnum_HotelPlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_HotelField); ok { - return x.HotelField - } - return enums.HotelPlaceholderFieldEnum_UNSPECIFIED -} - -func (m *AttributeFieldMapping) GetRealEstateField() enums.RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_RealEstateField); ok { - return x.RealEstateField - } - return enums.RealEstatePlaceholderFieldEnum_UNSPECIFIED -} - -func (m *AttributeFieldMapping) GetTravelField() enums.TravelPlaceholderFieldEnum_TravelPlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_TravelField); ok { - return x.TravelField - } - return enums.TravelPlaceholderFieldEnum_UNSPECIFIED -} - -func (m *AttributeFieldMapping) GetLocalField() enums.LocalPlaceholderFieldEnum_LocalPlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_LocalField); ok { - return x.LocalField - } - return enums.LocalPlaceholderFieldEnum_UNSPECIFIED -} - -func (m *AttributeFieldMapping) GetJobField() enums.JobPlaceholderFieldEnum_JobPlaceholderField { - if x, ok := m.GetField().(*AttributeFieldMapping_JobField); ok { - return x.JobField - } - return enums.JobPlaceholderFieldEnum_UNSPECIFIED -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*AttributeFieldMapping) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _AttributeFieldMapping_OneofMarshaler, _AttributeFieldMapping_OneofUnmarshaler, _AttributeFieldMapping_OneofSizer, []interface{}{ - (*AttributeFieldMapping_SitelinkField)(nil), - (*AttributeFieldMapping_CallField)(nil), - (*AttributeFieldMapping_AppField)(nil), - (*AttributeFieldMapping_CalloutField)(nil), - (*AttributeFieldMapping_StructuredSnippetField)(nil), - (*AttributeFieldMapping_MessageField)(nil), - (*AttributeFieldMapping_PriceField)(nil), - (*AttributeFieldMapping_PromotionField)(nil), - (*AttributeFieldMapping_AdCustomizerField)(nil), - (*AttributeFieldMapping_EducationField)(nil), - (*AttributeFieldMapping_FlightField)(nil), - (*AttributeFieldMapping_CustomField)(nil), - (*AttributeFieldMapping_HotelField)(nil), - (*AttributeFieldMapping_RealEstateField)(nil), - (*AttributeFieldMapping_TravelField)(nil), - (*AttributeFieldMapping_LocalField)(nil), - (*AttributeFieldMapping_JobField)(nil), - } -} - -func _AttributeFieldMapping_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*AttributeFieldMapping) - // field - switch x := m.Field.(type) { - case *AttributeFieldMapping_SitelinkField: - b.EncodeVarint(3<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.SitelinkField)) - case *AttributeFieldMapping_CallField: - b.EncodeVarint(4<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.CallField)) - case *AttributeFieldMapping_AppField: - b.EncodeVarint(5<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.AppField)) - case *AttributeFieldMapping_CalloutField: - b.EncodeVarint(8<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.CalloutField)) - case *AttributeFieldMapping_StructuredSnippetField: - b.EncodeVarint(9<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.StructuredSnippetField)) - case *AttributeFieldMapping_MessageField: - b.EncodeVarint(10<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.MessageField)) - case *AttributeFieldMapping_PriceField: - b.EncodeVarint(11<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.PriceField)) - case *AttributeFieldMapping_PromotionField: - b.EncodeVarint(12<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.PromotionField)) - case *AttributeFieldMapping_AdCustomizerField: - b.EncodeVarint(13<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.AdCustomizerField)) - case *AttributeFieldMapping_EducationField: - b.EncodeVarint(16<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.EducationField)) - case *AttributeFieldMapping_FlightField: - b.EncodeVarint(17<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.FlightField)) - case *AttributeFieldMapping_CustomField: - b.EncodeVarint(18<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.CustomField)) - case *AttributeFieldMapping_HotelField: - b.EncodeVarint(19<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.HotelField)) - case *AttributeFieldMapping_RealEstateField: - b.EncodeVarint(20<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.RealEstateField)) - case *AttributeFieldMapping_TravelField: - b.EncodeVarint(21<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.TravelField)) - case *AttributeFieldMapping_LocalField: - b.EncodeVarint(22<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.LocalField)) - case *AttributeFieldMapping_JobField: - b.EncodeVarint(23<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.JobField)) - case nil: - default: - return fmt.Errorf("AttributeFieldMapping.Field has unexpected type %T", x) - } - return nil -} - -func _AttributeFieldMapping_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*AttributeFieldMapping) - switch tag { - case 3: // field.sitelink_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_SitelinkField{enums.SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField(x)} - return true, err - case 4: // field.call_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_CallField{enums.CallPlaceholderFieldEnum_CallPlaceholderField(x)} - return true, err - case 5: // field.app_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_AppField{enums.AppPlaceholderFieldEnum_AppPlaceholderField(x)} - return true, err - case 8: // field.callout_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_CalloutField{enums.CalloutPlaceholderFieldEnum_CalloutPlaceholderField(x)} - return true, err - case 9: // field.structured_snippet_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_StructuredSnippetField{enums.StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField(x)} - return true, err - case 10: // field.message_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_MessageField{enums.MessagePlaceholderFieldEnum_MessagePlaceholderField(x)} - return true, err - case 11: // field.price_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_PriceField{enums.PricePlaceholderFieldEnum_PricePlaceholderField(x)} - return true, err - case 12: // field.promotion_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_PromotionField{enums.PromotionPlaceholderFieldEnum_PromotionPlaceholderField(x)} - return true, err - case 13: // field.ad_customizer_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_AdCustomizerField{enums.AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField(x)} - return true, err - case 16: // field.education_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_EducationField{enums.EducationPlaceholderFieldEnum_EducationPlaceholderField(x)} - return true, err - case 17: // field.flight_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_FlightField{enums.FlightPlaceholderFieldEnum_FlightPlaceholderField(x)} - return true, err - case 18: // field.custom_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_CustomField{enums.CustomPlaceholderFieldEnum_CustomPlaceholderField(x)} - return true, err - case 19: // field.hotel_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_HotelField{enums.HotelPlaceholderFieldEnum_HotelPlaceholderField(x)} - return true, err - case 20: // field.real_estate_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_RealEstateField{enums.RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField(x)} - return true, err - case 21: // field.travel_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_TravelField{enums.TravelPlaceholderFieldEnum_TravelPlaceholderField(x)} - return true, err - case 22: // field.local_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_LocalField{enums.LocalPlaceholderFieldEnum_LocalPlaceholderField(x)} - return true, err - case 23: // field.job_field - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Field = &AttributeFieldMapping_JobField{enums.JobPlaceholderFieldEnum_JobPlaceholderField(x)} - return true, err - default: - return false, nil - } -} - -func _AttributeFieldMapping_OneofSizer(msg proto.Message) (n int) { - m := msg.(*AttributeFieldMapping) - // field - switch x := m.Field.(type) { - case *AttributeFieldMapping_SitelinkField: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.SitelinkField)) - case *AttributeFieldMapping_CallField: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.CallField)) - case *AttributeFieldMapping_AppField: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.AppField)) - case *AttributeFieldMapping_CalloutField: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.CalloutField)) - case *AttributeFieldMapping_StructuredSnippetField: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.StructuredSnippetField)) - case *AttributeFieldMapping_MessageField: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.MessageField)) - case *AttributeFieldMapping_PriceField: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.PriceField)) - case *AttributeFieldMapping_PromotionField: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.PromotionField)) - case *AttributeFieldMapping_AdCustomizerField: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.AdCustomizerField)) - case *AttributeFieldMapping_EducationField: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.EducationField)) - case *AttributeFieldMapping_FlightField: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.FlightField)) - case *AttributeFieldMapping_CustomField: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.CustomField)) - case *AttributeFieldMapping_HotelField: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.HotelField)) - case *AttributeFieldMapping_RealEstateField: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.RealEstateField)) - case *AttributeFieldMapping_TravelField: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.TravelField)) - case *AttributeFieldMapping_LocalField: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.LocalField)) - case *AttributeFieldMapping_JobField: - n += 2 // tag and wire - n += proto.SizeVarint(uint64(x.JobField)) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -func init() { - proto.RegisterType((*FeedMapping)(nil), "google.ads.googleads.v0.resources.FeedMapping") - proto.RegisterType((*AttributeFieldMapping)(nil), "google.ads.googleads.v0.resources.AttributeFieldMapping") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/feed_mapping.proto", fileDescriptor_feed_mapping_334515cabe7cdafe) -} - -var fileDescriptor_feed_mapping_334515cabe7cdafe = []byte{ - // 1134 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x98, 0xdd, 0x6e, 0xdb, 0x36, - 0x14, 0xc7, 0xed, 0x7c, 0x35, 0xa1, 0xf3, 0xa9, 0xae, 0x99, 0xd1, 0x0d, 0x43, 0xda, 0xa1, 0x40, - 0xae, 0x64, 0x23, 0x0b, 0xba, 0xcd, 0xdd, 0x07, 0x9c, 0x20, 0x89, 0x12, 0xb4, 0x45, 0xa0, 0x04, - 0xc1, 0x30, 0x04, 0x33, 0x68, 0x89, 0x51, 0xd4, 0xc9, 0x22, 0x47, 0x51, 0x19, 0x32, 0x60, 0x17, - 0xbb, 0xd9, 0xe5, 0x1e, 0xa2, 0x97, 0xbb, 0xdc, 0x63, 0xec, 0x29, 0x76, 0xbd, 0x77, 0x18, 0x30, - 0x90, 0x47, 0xa2, 0x9d, 0x94, 0xfa, 0xa8, 0xef, 0x14, 0x1e, 0xfe, 0xcf, 0xef, 0xf0, 0xf0, 0x90, - 0x3c, 0x0e, 0xda, 0x0d, 0x28, 0x0d, 0x22, 0xd2, 0xc1, 0x7e, 0xd2, 0x81, 0x4f, 0xf9, 0x75, 0xd3, - 0xed, 0x70, 0x92, 0xd0, 0x94, 0x7b, 0x24, 0xe9, 0x5c, 0x11, 0xe2, 0x0f, 0x46, 0x98, 0xb1, 0x30, - 0x0e, 0x6c, 0xc6, 0xa9, 0xa0, 0xd6, 0x13, 0x98, 0x6a, 0x63, 0x3f, 0xb1, 0xb5, 0xca, 0xbe, 0xe9, - 0xda, 0x5a, 0xf5, 0x78, 0xbf, 0xc8, 0x31, 0x89, 0xd3, 0x51, 0xd2, 0xc1, 0xfe, 0xc0, 0x4b, 0x13, - 0x41, 0x47, 0xe1, 0x2f, 0x84, 0x0f, 0x58, 0x84, 0x3d, 0x72, 0x4d, 0x23, 0x9f, 0xf0, 0xc1, 0x55, - 0x48, 0x22, 0x1f, 0x38, 0x8f, 0xbf, 0xac, 0x70, 0xc2, 0x58, 0xa1, 0xb4, 0x57, 0x2e, 0xf5, 0x70, - 0x14, 0x15, 0x6a, 0xbf, 0xae, 0xd6, 0xd2, 0x54, 0x14, 0xca, 0xbf, 0xaa, 0x90, 0xab, 0x75, 0x17, - 0xaa, 0xbf, 0x2d, 0x57, 0x13, 0x3f, 0xf5, 0xb0, 0x08, 0x69, 0x3c, 0xad, 0x83, 0xc9, 0xed, 0x1c, - 0x78, 0x3c, 0x14, 0x84, 0x4b, 0x6f, 0xe2, 0x96, 0x91, 0xcc, 0xc1, 0xe7, 0xef, 0xe1, 0x20, 0x11, - 0x58, 0xa4, 0x49, 0xbd, 0x85, 0x5f, 0x45, 0x61, 0x70, 0x5d, 0x9c, 0xb6, 0x17, 0xe5, 0xea, 0x6b, - 0x2a, 0x48, 0x34, 0x6d, 0xa5, 0xbc, 0xa1, 0xc3, 0x69, 0xb9, 0x11, 0xf5, 0xf0, 0xd4, 0xa5, 0x32, - 0x22, 0x49, 0x82, 0x03, 0x52, 0x28, 0xdf, 0x2d, 0x97, 0x4f, 0xca, 0x26, 0x36, 0xa8, 0x22, 0x62, - 0xc6, 0x43, 0x8f, 0x4c, 0x5b, 0x1e, 0x8c, 0xd3, 0x11, 0x2d, 0xad, 0xaf, 0x7e, 0xb9, 0x03, 0x4e, - 0x70, 0x34, 0x20, 0xb2, 0x2e, 0x8a, 0x63, 0xf8, 0xa6, 0xdc, 0x45, 0x12, 0x0a, 0x12, 0x85, 0xf1, - 0x8f, 0x85, 0x7a, 0xa7, 0x42, 0x2f, 0x78, 0xea, 0x89, 0x94, 0x13, 0x7f, 0x90, 0xc4, 0x21, 0x63, - 0x64, 0xea, 0xb3, 0x2a, 0x38, 0xbe, 0x29, 0xa9, 0xba, 0x4f, 0x32, 0xb5, 0xfa, 0x6b, 0x98, 0x5e, - 0x75, 0x7e, 0xe6, 0x98, 0x31, 0xc2, 0xb3, 0x03, 0xf1, 0xf4, 0xaf, 0x39, 0xd4, 0x3a, 0x24, 0xc4, - 0x7f, 0x05, 0xa7, 0xc5, 0xfa, 0x14, 0xad, 0xe4, 0x37, 0xe4, 0x20, 0xc6, 0x23, 0xd2, 0x6e, 0x6e, - 0x35, 0xb7, 0x97, 0xdc, 0xe5, 0x7c, 0xf0, 0x35, 0x1e, 0x11, 0xab, 0x8b, 0xe6, 0xe4, 0x11, 0x6b, - 0xcf, 0x6c, 0x35, 0xb7, 0x5b, 0x3b, 0x1f, 0x67, 0x17, 0xac, 0x9d, 0x33, 0xec, 0x33, 0xc1, 0xc3, - 0x38, 0xb8, 0xc0, 0x51, 0x4a, 0x5c, 0x35, 0xd3, 0xe2, 0xa8, 0x8d, 0x85, 0xe0, 0xe1, 0x30, 0x15, - 0x04, 0xe2, 0xcb, 0xcf, 0x67, 0xd2, 0x9e, 0xdf, 0x9a, 0xdd, 0x6e, 0xed, 0x7c, 0x61, 0x57, 0xde, - 0xd8, 0x76, 0x3f, 0x77, 0x71, 0x28, 0x3d, 0x64, 0x21, 0xbb, 0x9b, 0xd8, 0x34, 0x9c, 0x58, 0x3f, - 0xa0, 0x05, 0x38, 0xfb, 0xed, 0x85, 0xad, 0xe6, 0xf6, 0xea, 0xce, 0x61, 0x21, 0x41, 0x65, 0xd2, - 0x9e, 0x48, 0xc3, 0x99, 0xd2, 0x1d, 0xc4, 0xe9, 0xe8, 0xdd, 0x51, 0x37, 0xf3, 0x6a, 0x51, 0xb4, - 0x7e, 0xbf, 0xfa, 0xdb, 0xb3, 0x8a, 0xb4, 0x57, 0x41, 0x3a, 0x1d, 0xcb, 0xce, 0x6f, 0x19, 0x51, - 0x9c, 0x7b, 0x63, 0x4e, 0xc3, 0x5d, 0x63, 0x77, 0x87, 0xac, 0x5f, 0xd1, 0xea, 0xdd, 0xdb, 0xb0, - 0x3d, 0xa7, 0x70, 0xe7, 0xf5, 0x17, 0xb6, 0x9f, 0xeb, 0x35, 0xb7, 0xc8, 0xe8, 0x34, 0xdc, 0x15, - 0x6f, 0x72, 0x60, 0x6f, 0x11, 0x2d, 0x08, 0xcc, 0x03, 0x22, 0x9e, 0xfe, 0xb3, 0x81, 0x1e, 0x19, - 0xf7, 0xc2, 0x3a, 0x42, 0x1b, 0xea, 0xf2, 0x1d, 0x6f, 0x76, 0xe8, 0xab, 0x12, 0x6a, 0xed, 0x7c, - 0xf4, 0x4e, 0x99, 0x1c, 0xc7, 0xe2, 0xf9, 0x2e, 0x54, 0xc9, 0x9a, 0x54, 0x69, 0x97, 0xc7, 0xbe, - 0xf5, 0x1c, 0x2d, 0x42, 0x99, 0x84, 0x79, 0x99, 0x95, 0xea, 0x1f, 0xa8, 0xc9, 0xc7, 0xbe, 0xcc, - 0x91, 0x3e, 0x9b, 0x6a, 0x2c, 0xdb, 0x92, 0xaa, 0x1c, 0x9d, 0x65, 0xa2, 0x89, 0x6d, 0x50, 0x0b, - 0x53, 0x39, 0x2a, 0x32, 0xca, 0x1c, 0xe5, 0x34, 0x35, 0x60, 0x8d, 0x10, 0x52, 0xef, 0x36, 0xa0, - 0x61, 0x7b, 0x5e, 0x56, 0xa0, 0xf7, 0x71, 0x14, 0x19, 0xb1, 0x26, 0x83, 0xd3, 0x70, 0x97, 0x24, - 0x01, 0x70, 0x21, 0x5a, 0x92, 0x1d, 0x06, 0xd0, 0xe6, 0x15, 0xed, 0xa4, 0x82, 0xd6, 0x67, 0xcc, - 0x08, 0x33, 0x8c, 0x3b, 0x0d, 0x77, 0x11, 0x33, 0x06, 0xa8, 0x5b, 0xb4, 0x92, 0x77, 0x15, 0x80, - 0x5b, 0x54, 0x38, 0xb7, 0xc6, 0xe2, 0x68, 0x2a, 0x0a, 0xd7, 0x67, 0xb0, 0x39, 0x0d, 0x77, 0x39, - 0x43, 0x01, 0xfa, 0x6d, 0x13, 0xb5, 0x0d, 0x17, 0x26, 0x84, 0xb1, 0xa4, 0xc2, 0xb8, 0xaa, 0xda, - 0x5e, 0x2d, 0x3f, 0x03, 0xb5, 0x79, 0x9f, 0xab, 0x66, 0x39, 0x0d, 0x77, 0x33, 0xb9, 0x3f, 0x49, - 0xe7, 0x27, 0x7f, 0x4a, 0x21, 0x30, 0x54, 0x2b, 0x3f, 0xaf, 0x40, 0x63, 0x0c, 0xa7, 0xc0, 0x26, - 0xf3, 0x93, 0xa1, 0x00, 0xfd, 0x13, 0x6a, 0xc1, 0x83, 0x0a, 0xe0, 0x96, 0x02, 0xbf, 0xae, 0xba, - 0x83, 0xa4, 0xc2, 0x88, 0x35, 0x5a, 0x9c, 0x86, 0x8b, 0x14, 0x04, 0x90, 0xbf, 0x35, 0xd1, 0xda, - 0xf8, 0x1d, 0x06, 0xee, 0xb2, 0xe2, 0x5e, 0x54, 0x72, 0x33, 0x55, 0x01, 0xbb, 0xc0, 0xea, 0x34, - 0xdc, 0x55, 0x0d, 0x84, 0x18, 0xfe, 0x68, 0xa2, 0x87, 0x77, 0x9b, 0x74, 0x88, 0x63, 0x45, 0xc5, - 0x71, 0x59, 0x75, 0x0e, 0xfc, 0x7d, 0x2d, 0x34, 0x1f, 0x88, 0x92, 0x09, 0x4e, 0xc3, 0xdd, 0xc0, - 0x13, 0xf6, 0x71, 0x52, 0xc6, 0xcd, 0x2f, 0x04, 0xb3, 0x5e, 0x2b, 0x29, 0x07, 0xb9, 0xca, 0x18, - 0x49, 0xa1, 0x55, 0x26, 0x45, 0x03, 0x21, 0x86, 0x14, 0x2d, 0x67, 0x4d, 0x2c, 0xf0, 0x37, 0x14, - 0xff, 0xb4, 0xea, 0x85, 0x50, 0x12, 0x23, 0xdc, 0x6c, 0x72, 0x1a, 0x6e, 0x0b, 0x38, 0x1a, 0x9b, - 0xfd, 0x68, 0x00, 0xac, 0x55, 0x0b, 0x0b, 0x09, 0x34, 0xdf, 0x0d, 0x46, 0x93, 0xc4, 0x02, 0x47, - 0x57, 0x3e, 0x34, 0xdd, 0x40, 0x7d, 0x58, 0xab, 0xf2, 0x1d, 0xa9, 0x30, 0x42, 0x8d, 0x16, 0x59, - 0xf9, 0x0a, 0x02, 0xc8, 0xdf, 0x9b, 0x68, 0x63, 0xb2, 0x81, 0x04, 0xf2, 0x07, 0x8a, 0xfc, 0x5d, - 0x05, 0xd9, 0x25, 0x38, 0x3a, 0x50, 0x32, 0x23, 0xbe, 0xd8, 0x2c, 0xbb, 0x01, 0xae, 0xad, 0x3a, - 0xe5, 0x59, 0xef, 0x07, 0x21, 0x3c, 0xaa, 0x95, 0xf2, 0x73, 0x25, 0x31, 0xe2, 0xcd, 0x26, 0x99, - 0x72, 0xe0, 0xe8, 0x94, 0xc3, 0xef, 0x0d, 0xa0, 0x6e, 0xd6, 0x4a, 0xf9, 0x4b, 0xa9, 0x30, 0x42, - 0x8d, 0x16, 0x99, 0x72, 0x05, 0xd1, 0xaf, 0x9c, 0xfc, 0x75, 0x04, 0xc0, 0x0f, 0x6b, 0xbd, 0x72, - 0x27, 0x74, 0x68, 0xc4, 0x19, 0xc6, 0xe5, 0x2b, 0xf7, 0x86, 0x0e, 0xd5, 0xf7, 0xde, 0x03, 0x34, - 0xaf, 0x30, 0x7b, 0xff, 0x35, 0xd1, 0x33, 0x8f, 0x8e, 0xaa, 0x9b, 0xd2, 0xbd, 0xf5, 0x89, 0x0e, - 0xea, 0x54, 0xb6, 0x26, 0xa7, 0xcd, 0xef, 0x4f, 0x32, 0x59, 0x40, 0x23, 0x1c, 0x07, 0x36, 0xe5, - 0x41, 0x27, 0x20, 0xb1, 0x6a, 0x5c, 0xf2, 0x1e, 0x9e, 0x85, 0x49, 0xc9, 0xbf, 0x34, 0x5e, 0xe8, - 0xaf, 0xb7, 0x33, 0xb3, 0x47, 0xfd, 0xfe, 0x9f, 0x33, 0x4f, 0x8e, 0xc0, 0x65, 0xdf, 0x4f, 0x6c, - 0xf8, 0x94, 0x5f, 0x17, 0x5d, 0xdb, 0xcd, 0x67, 0xfe, 0x9d, 0xcf, 0xb9, 0xec, 0xfb, 0xc9, 0xa5, - 0x9e, 0x73, 0x79, 0xd1, 0xbd, 0xd4, 0x73, 0xfe, 0x9d, 0x79, 0x06, 0x86, 0x5e, 0xaf, 0xef, 0x27, - 0xbd, 0x9e, 0x9e, 0xd5, 0xeb, 0x5d, 0x74, 0x7b, 0x3d, 0x3d, 0x6f, 0xb8, 0xa0, 0x82, 0xfd, 0xec, - 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0x36, 0x06, 0xda, 0xba, 0x7e, 0x11, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/gender_view.pb.go b/googleapis/ads/googleads/v0/resources/gender_view.pb.go deleted file mode 100644 index 2bf68680ed..0000000000 --- a/googleapis/ads/googleads/v0/resources/gender_view.pb.go +++ /dev/null @@ -1,90 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/gender_view.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A gender view. -type GenderView struct { - // The resource name of the gender view. - // Gender view resource names have the form: - // - // `customers/{customer_id}/genderViews/{ad_group_id}_{criterion_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GenderView) Reset() { *m = GenderView{} } -func (m *GenderView) String() string { return proto.CompactTextString(m) } -func (*GenderView) ProtoMessage() {} -func (*GenderView) Descriptor() ([]byte, []int) { - return fileDescriptor_gender_view_5674b96e81d6b40e, []int{0} -} -func (m *GenderView) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GenderView.Unmarshal(m, b) -} -func (m *GenderView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GenderView.Marshal(b, m, deterministic) -} -func (dst *GenderView) XXX_Merge(src proto.Message) { - xxx_messageInfo_GenderView.Merge(dst, src) -} -func (m *GenderView) XXX_Size() int { - return xxx_messageInfo_GenderView.Size(m) -} -func (m *GenderView) XXX_DiscardUnknown() { - xxx_messageInfo_GenderView.DiscardUnknown(m) -} - -var xxx_messageInfo_GenderView proto.InternalMessageInfo - -func (m *GenderView) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GenderView)(nil), "google.ads.googleads.v0.resources.GenderView") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/gender_view.proto", fileDescriptor_gender_view_5674b96e81d6b40e) -} - -var fileDescriptor_gender_view_5674b96e81d6b40e = []byte{ - // 242 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4e, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xa2, 0xd4, - 0xe2, 0xfc, 0xd2, 0xa2, 0xe4, 0xd4, 0x62, 0xfd, 0xf4, 0xd4, 0xbc, 0x94, 0xd4, 0xa2, 0xf8, 0xb2, - 0xcc, 0xd4, 0x72, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x45, 0x88, 0x4a, 0xbd, 0xc4, 0x94, - 0x62, 0x3d, 0xb8, 0x26, 0xbd, 0x32, 0x03, 0x3d, 0xb8, 0x26, 0x25, 0x43, 0x2e, 0x2e, 0x77, 0xb0, - 0xbe, 0xb0, 0xcc, 0xd4, 0x72, 0x21, 0x65, 0x2e, 0x5e, 0x98, 0x54, 0x7c, 0x5e, 0x62, 0x6e, 0xaa, - 0x04, 0xa3, 0x02, 0xa3, 0x06, 0x67, 0x10, 0x0f, 0x4c, 0xd0, 0x2f, 0x31, 0x37, 0xd5, 0xe9, 0x0f, - 0x23, 0x97, 0x6a, 0x72, 0x7e, 0xae, 0x1e, 0x41, 0xc3, 0x9d, 0xf8, 0x11, 0x46, 0x07, 0x80, 0x1c, - 0x14, 0xc0, 0x18, 0xe5, 0x05, 0xd5, 0x95, 0x9e, 0x9f, 0x93, 0x98, 0x97, 0xae, 0x97, 0x5f, 0x94, - 0x0e, 0x72, 0x37, 0xd8, 0xb9, 0x30, 0x7f, 0x15, 0x64, 0x16, 0xe3, 0xf1, 0xa6, 0x35, 0x9c, 0xb5, - 0x88, 0x89, 0xd9, 0xdd, 0xd1, 0x71, 0x15, 0x93, 0xa2, 0x3b, 0xc4, 0x48, 0xc7, 0x94, 0x62, 0x3d, - 0x08, 0x13, 0xc4, 0x0a, 0x33, 0xd0, 0x0b, 0x82, 0xa9, 0x3c, 0x05, 0x53, 0x13, 0xe3, 0x98, 0x52, - 0x1c, 0x03, 0x57, 0x13, 0x13, 0x66, 0x10, 0x03, 0x57, 0xf3, 0x8a, 0x49, 0x15, 0x22, 0x61, 0x65, - 0xe5, 0x98, 0x52, 0x6c, 0x65, 0x05, 0x57, 0x65, 0x65, 0x15, 0x66, 0x60, 0x65, 0x05, 0x57, 0x97, - 0xc4, 0x06, 0x76, 0xac, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x78, 0x4a, 0xab, 0x4a, 0x92, 0x01, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/geo_target_constant.pb.go b/googleapis/ads/googleads/v0/resources/geo_target_constant.pb.go deleted file mode 100644 index 1ced71310c..0000000000 --- a/googleapis/ads/googleads/v0/resources/geo_target_constant.pb.go +++ /dev/null @@ -1,159 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/geo_target_constant.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A geo target constant. -type GeoTargetConstant struct { - // The resource name of the geo target constant. - // Geo target constant resource names have the form: - // - // `geoTargetConstants/{geo_target_constant_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the geo target constant. - Id *wrappers.Int64Value `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` - // Geo target constant English name. - Name *wrappers.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` - // The ISO-3166-1 alpha-2 country code that is associated with the target. - CountryCode *wrappers.StringValue `protobuf:"bytes,5,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"` - // Geo target constant target type. - TargetType *wrappers.StringValue `protobuf:"bytes,6,opt,name=target_type,json=targetType,proto3" json:"target_type,omitempty"` - // Geo target constant status. - Status enums.GeoTargetConstantStatusEnum_GeoTargetConstantStatus `protobuf:"varint,7,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.GeoTargetConstantStatusEnum_GeoTargetConstantStatus" json:"status,omitempty"` - // The fully qualified English name, consisting of the target's name and that - // of its parent and country. - CanonicalName *wrappers.StringValue `protobuf:"bytes,8,opt,name=canonical_name,json=canonicalName,proto3" json:"canonical_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GeoTargetConstant) Reset() { *m = GeoTargetConstant{} } -func (m *GeoTargetConstant) String() string { return proto.CompactTextString(m) } -func (*GeoTargetConstant) ProtoMessage() {} -func (*GeoTargetConstant) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_7cb5572383d64c07, []int{0} -} -func (m *GeoTargetConstant) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GeoTargetConstant.Unmarshal(m, b) -} -func (m *GeoTargetConstant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GeoTargetConstant.Marshal(b, m, deterministic) -} -func (dst *GeoTargetConstant) XXX_Merge(src proto.Message) { - xxx_messageInfo_GeoTargetConstant.Merge(dst, src) -} -func (m *GeoTargetConstant) XXX_Size() int { - return xxx_messageInfo_GeoTargetConstant.Size(m) -} -func (m *GeoTargetConstant) XXX_DiscardUnknown() { - xxx_messageInfo_GeoTargetConstant.DiscardUnknown(m) -} - -var xxx_messageInfo_GeoTargetConstant proto.InternalMessageInfo - -func (m *GeoTargetConstant) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *GeoTargetConstant) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *GeoTargetConstant) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *GeoTargetConstant) GetCountryCode() *wrappers.StringValue { - if m != nil { - return m.CountryCode - } - return nil -} - -func (m *GeoTargetConstant) GetTargetType() *wrappers.StringValue { - if m != nil { - return m.TargetType - } - return nil -} - -func (m *GeoTargetConstant) GetStatus() enums.GeoTargetConstantStatusEnum_GeoTargetConstantStatus { - if m != nil { - return m.Status - } - return enums.GeoTargetConstantStatusEnum_UNSPECIFIED -} - -func (m *GeoTargetConstant) GetCanonicalName() *wrappers.StringValue { - if m != nil { - return m.CanonicalName - } - return nil -} - -func init() { - proto.RegisterType((*GeoTargetConstant)(nil), "google.ads.googleads.v0.resources.GeoTargetConstant") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/geo_target_constant.proto", fileDescriptor_geo_target_constant_7cb5572383d64c07) -} - -var fileDescriptor_geo_target_constant_7cb5572383d64c07 = []byte{ - // 441 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0x41, 0x8b, 0xd3, 0x40, - 0x14, 0xc7, 0x49, 0xba, 0x56, 0x9d, 0xee, 0x2e, 0x98, 0x83, 0x84, 0x55, 0xa4, 0xab, 0x2c, 0x14, - 0x84, 0x49, 0x58, 0xc5, 0x43, 0x16, 0x95, 0x6c, 0x91, 0xa2, 0x07, 0x59, 0xb2, 0x4b, 0x0f, 0x52, - 0x08, 0xb3, 0x99, 0xe7, 0x10, 0x69, 0x66, 0xc2, 0xcc, 0xa4, 0xd2, 0xb3, 0xdf, 0xc4, 0xa3, 0x9f, - 0x44, 0xfc, 0x28, 0x7e, 0x0a, 0xe9, 0xcc, 0x64, 0x2e, 0xb5, 0xda, 0xdb, 0x4b, 0xe6, 0xff, 0xfb, - 0xbf, 0x3f, 0xef, 0x3d, 0x74, 0xc1, 0x84, 0x60, 0x4b, 0x48, 0x08, 0x55, 0x89, 0x2d, 0x37, 0xd5, - 0x2a, 0x4d, 0x24, 0x28, 0xd1, 0xc9, 0x0a, 0x54, 0xc2, 0x40, 0x94, 0x9a, 0x48, 0x06, 0xba, 0xac, - 0x04, 0x57, 0x9a, 0x70, 0x8d, 0x5b, 0x29, 0xb4, 0x88, 0x4e, 0x2d, 0x81, 0x09, 0x55, 0xd8, 0xc3, - 0x78, 0x95, 0x62, 0x0f, 0x9f, 0xbc, 0xd9, 0xe5, 0x0f, 0xbc, 0x6b, 0xfe, 0xea, 0x5d, 0x2a, 0x4d, - 0x74, 0xa7, 0x6c, 0x8b, 0x93, 0x27, 0x8e, 0x37, 0x5f, 0xb7, 0xdd, 0xe7, 0xe4, 0xab, 0x24, 0x6d, - 0x0b, 0xd2, 0xbd, 0x3f, 0xfd, 0x39, 0x40, 0x0f, 0x66, 0x20, 0x6e, 0x8c, 0xc7, 0xd4, 0x59, 0x44, - 0xcf, 0xd0, 0x51, 0x1f, 0xa1, 0xe4, 0xa4, 0x81, 0x38, 0x18, 0x07, 0x93, 0xfb, 0xc5, 0x61, 0xff, - 0xf3, 0x23, 0x69, 0x20, 0x7a, 0x8e, 0xc2, 0x9a, 0xc6, 0x83, 0x71, 0x30, 0x19, 0x9d, 0x3f, 0x72, - 0xf9, 0x71, 0xdf, 0x07, 0xbf, 0xe7, 0xfa, 0xd5, 0xcb, 0x39, 0x59, 0x76, 0x50, 0x84, 0x35, 0x8d, - 0x52, 0x74, 0x60, 0x8c, 0x0e, 0x8c, 0xfc, 0xf1, 0x96, 0xfc, 0x5a, 0xcb, 0x9a, 0x33, 0xab, 0x37, - 0xca, 0xe8, 0x2d, 0x3a, 0xac, 0x44, 0xc7, 0xb5, 0x5c, 0x97, 0x95, 0xa0, 0x10, 0xdf, 0xd9, 0x83, - 0x1c, 0x39, 0x62, 0x2a, 0x28, 0x44, 0xaf, 0xd1, 0xc8, 0x8d, 0x46, 0xaf, 0x5b, 0x88, 0x87, 0x7b, - 0xf0, 0xc8, 0x02, 0x37, 0xeb, 0x16, 0xa2, 0x2f, 0x68, 0x68, 0x27, 0x19, 0xdf, 0x1d, 0x07, 0x93, - 0xe3, 0xf3, 0x02, 0xef, 0xda, 0x96, 0x59, 0x05, 0xde, 0x9a, 0xe2, 0xb5, 0xa1, 0xdf, 0xf1, 0xae, - 0xd9, 0xf5, 0x56, 0xb8, 0x0e, 0xd1, 0x14, 0x1d, 0x57, 0x84, 0x0b, 0x5e, 0x57, 0x64, 0x69, 0x07, - 0x7e, 0x6f, 0x8f, 0xb4, 0x47, 0x9e, 0xd9, 0xec, 0xe3, 0xf2, 0x5b, 0x88, 0xce, 0x2a, 0xd1, 0xe0, - 0xff, 0x1e, 0xd5, 0xe5, 0xc3, 0xad, 0x3c, 0x57, 0x1b, 0xff, 0xab, 0xe0, 0xd3, 0x07, 0x07, 0x33, - 0xb1, 0x24, 0x9c, 0x61, 0x21, 0x59, 0xc2, 0x80, 0x9b, 0xee, 0xfd, 0xf9, 0xb5, 0xb5, 0xfa, 0xc7, - 0xb5, 0x5f, 0xf8, 0xea, 0x7b, 0x38, 0x98, 0xe5, 0xf9, 0x8f, 0xf0, 0x74, 0x66, 0x2d, 0x73, 0xaa, - 0xb0, 0x2d, 0x37, 0xd5, 0x3c, 0xc5, 0x45, 0xaf, 0xfc, 0xd5, 0x6b, 0x16, 0x39, 0x55, 0x0b, 0xaf, - 0x59, 0xcc, 0xd3, 0x85, 0xd7, 0xfc, 0x0e, 0xcf, 0xec, 0x43, 0x96, 0xe5, 0x54, 0x65, 0x99, 0x57, - 0x65, 0xd9, 0x3c, 0xcd, 0x32, 0xaf, 0xbb, 0x1d, 0x9a, 0xb0, 0x2f, 0xfe, 0x04, 0x00, 0x00, 0xff, - 0xff, 0xf2, 0xaa, 0x39, 0x12, 0x99, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/google_ads_field.pb.go b/googleapis/ads/googleads/v0/resources/google_ads_field.pb.go deleted file mode 100644 index c196a63c65..0000000000 --- a/googleapis/ads/googleads/v0/resources/google_ads_field.pb.go +++ /dev/null @@ -1,247 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/google_ads_field.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A field or resource (artifact) used by GoogleAdsService. -type GoogleAdsField struct { - // The resource name of the artifact. - // Artifact resource names have the form: - // - // `googleAdsFields/{name}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The name of the artifact. - Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - // The category of the artifact. - Category enums.GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory `protobuf:"varint,3,opt,name=category,proto3,enum=google.ads.googleads.v0.enums.GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory" json:"category,omitempty"` - // Whether the artifact can be used in a SELECT clause in search - // queries. - Selectable *wrappers.BoolValue `protobuf:"bytes,4,opt,name=selectable,proto3" json:"selectable,omitempty"` - // Whether the artifact can be used in a WHERE clause in search - // queries. - Filterable *wrappers.BoolValue `protobuf:"bytes,5,opt,name=filterable,proto3" json:"filterable,omitempty"` - // Whether the artifact can be used in a ORDER BY clause in search - // queries. - Sortable *wrappers.BoolValue `protobuf:"bytes,6,opt,name=sortable,proto3" json:"sortable,omitempty"` - // The names of all resources, segments, and metrics that are selectable with - // the described artifact. - SelectableWith []*wrappers.StringValue `protobuf:"bytes,7,rep,name=selectable_with,json=selectableWith,proto3" json:"selectable_with,omitempty"` - // The names of all resources that are selectable with the described - // artifact. Fields from these resources do not segment metrics when included - // in search queries. - // - // This field is only set for artifacts whose category is RESOURCE. - AttributeResources []*wrappers.StringValue `protobuf:"bytes,8,rep,name=attribute_resources,json=attributeResources,proto3" json:"attribute_resources,omitempty"` - // The names of all metrics that are selectable with the described artifact. - // - // This field is only set for artifacts whose category is either RESOURCE or - // SEGMENT. - Metrics []*wrappers.StringValue `protobuf:"bytes,9,rep,name=metrics,proto3" json:"metrics,omitempty"` - // The names of all artifacts, whether a segment or another resource, that - // segment metrics when included in search queries. - // - // This field is only set for artifacts of category RESOURCE, SEGMENT or - // METRIC. - Segments []*wrappers.StringValue `protobuf:"bytes,10,rep,name=segments,proto3" json:"segments,omitempty"` - // Values the artifact can assume if it is a field of type ENUM. - // - // This field is only set for artifacts of category SEGMENT or ATTRIBUTE. - EnumValues []*wrappers.StringValue `protobuf:"bytes,11,rep,name=enum_values,json=enumValues,proto3" json:"enum_values,omitempty"` - // This field determines the operators that can be used with the artifact - // in WHERE clauses. - DataType enums.GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType `protobuf:"varint,12,opt,name=data_type,json=dataType,proto3,enum=google.ads.googleads.v0.enums.GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType" json:"data_type,omitempty"` - // The URL of proto describing the artifact's data type. - TypeUrl *wrappers.StringValue `protobuf:"bytes,13,opt,name=type_url,json=typeUrl,proto3" json:"type_url,omitempty"` - // Whether the field artifact is repeated. - IsRepeated *wrappers.BoolValue `protobuf:"bytes,14,opt,name=is_repeated,json=isRepeated,proto3" json:"is_repeated,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GoogleAdsField) Reset() { *m = GoogleAdsField{} } -func (m *GoogleAdsField) String() string { return proto.CompactTextString(m) } -func (*GoogleAdsField) ProtoMessage() {} -func (*GoogleAdsField) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_field_c22565e2dfed71e8, []int{0} -} -func (m *GoogleAdsField) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GoogleAdsField.Unmarshal(m, b) -} -func (m *GoogleAdsField) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GoogleAdsField.Marshal(b, m, deterministic) -} -func (dst *GoogleAdsField) XXX_Merge(src proto.Message) { - xxx_messageInfo_GoogleAdsField.Merge(dst, src) -} -func (m *GoogleAdsField) XXX_Size() int { - return xxx_messageInfo_GoogleAdsField.Size(m) -} -func (m *GoogleAdsField) XXX_DiscardUnknown() { - xxx_messageInfo_GoogleAdsField.DiscardUnknown(m) -} - -var xxx_messageInfo_GoogleAdsField proto.InternalMessageInfo - -func (m *GoogleAdsField) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *GoogleAdsField) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *GoogleAdsField) GetCategory() enums.GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory { - if m != nil { - return m.Category - } - return enums.GoogleAdsFieldCategoryEnum_UNSPECIFIED -} - -func (m *GoogleAdsField) GetSelectable() *wrappers.BoolValue { - if m != nil { - return m.Selectable - } - return nil -} - -func (m *GoogleAdsField) GetFilterable() *wrappers.BoolValue { - if m != nil { - return m.Filterable - } - return nil -} - -func (m *GoogleAdsField) GetSortable() *wrappers.BoolValue { - if m != nil { - return m.Sortable - } - return nil -} - -func (m *GoogleAdsField) GetSelectableWith() []*wrappers.StringValue { - if m != nil { - return m.SelectableWith - } - return nil -} - -func (m *GoogleAdsField) GetAttributeResources() []*wrappers.StringValue { - if m != nil { - return m.AttributeResources - } - return nil -} - -func (m *GoogleAdsField) GetMetrics() []*wrappers.StringValue { - if m != nil { - return m.Metrics - } - return nil -} - -func (m *GoogleAdsField) GetSegments() []*wrappers.StringValue { - if m != nil { - return m.Segments - } - return nil -} - -func (m *GoogleAdsField) GetEnumValues() []*wrappers.StringValue { - if m != nil { - return m.EnumValues - } - return nil -} - -func (m *GoogleAdsField) GetDataType() enums.GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType { - if m != nil { - return m.DataType - } - return enums.GoogleAdsFieldDataTypeEnum_UNSPECIFIED -} - -func (m *GoogleAdsField) GetTypeUrl() *wrappers.StringValue { - if m != nil { - return m.TypeUrl - } - return nil -} - -func (m *GoogleAdsField) GetIsRepeated() *wrappers.BoolValue { - if m != nil { - return m.IsRepeated - } - return nil -} - -func init() { - proto.RegisterType((*GoogleAdsField)(nil), "google.ads.googleads.v0.resources.GoogleAdsField") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/google_ads_field.proto", fileDescriptor_google_ads_field_c22565e2dfed71e8) -} - -var fileDescriptor_google_ads_field_c22565e2dfed71e8 = []byte{ - // 569 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0xdf, 0x6a, 0xdb, 0x3e, - 0x14, 0xc7, 0x49, 0xda, 0x5f, 0xe3, 0x2a, 0x6d, 0x7e, 0xa0, 0xde, 0x98, 0x30, 0x46, 0xba, 0x51, - 0xc8, 0x95, 0x62, 0x3a, 0xe8, 0x8a, 0x4b, 0x07, 0xce, 0xd6, 0x15, 0x06, 0x1b, 0xc1, 0xdb, 0x32, - 0x18, 0x01, 0xa3, 0x44, 0x27, 0xae, 0x41, 0xb6, 0x8c, 0x24, 0xa7, 0xe4, 0x6e, 0xcf, 0xb2, 0xcb, - 0xdd, 0xed, 0x35, 0xf6, 0x28, 0x7b, 0x8a, 0xe1, 0x7f, 0x4a, 0x4b, 0x97, 0x25, 0xdb, 0xdd, 0xf1, - 0x39, 0xdf, 0xcf, 0xf9, 0x23, 0x1f, 0x09, 0x9d, 0x87, 0x42, 0x84, 0x1c, 0x06, 0x94, 0xa9, 0x41, - 0x69, 0xe6, 0xd6, 0xc2, 0x19, 0x48, 0x50, 0x22, 0x93, 0x33, 0xa8, 0xdd, 0x01, 0x65, 0x2a, 0x98, - 0x47, 0xc0, 0x19, 0x49, 0xa5, 0xd0, 0x02, 0x1f, 0x97, 0x7e, 0x42, 0x99, 0x22, 0x86, 0x24, 0x0b, - 0x87, 0x18, 0xb2, 0x7b, 0xb9, 0x2e, 0x39, 0x24, 0x59, 0xfc, 0x30, 0x71, 0x30, 0xa3, 0x1a, 0x42, - 0x21, 0x97, 0x65, 0x85, 0xee, 0x8b, 0xbf, 0xc4, 0x19, 0xd5, 0x34, 0xd0, 0xcb, 0x14, 0x2a, 0xfe, - 0x71, 0xc5, 0x17, 0x5f, 0xd3, 0x6c, 0x3e, 0xb8, 0x95, 0x34, 0x4d, 0x41, 0xaa, 0x32, 0xfe, 0xe4, - 0x7b, 0x0b, 0x75, 0xae, 0x0b, 0x89, 0xc7, 0xd4, 0xeb, 0x3c, 0x05, 0x7e, 0x8a, 0x0e, 0xeb, 0xf6, - 0x83, 0x84, 0xc6, 0x60, 0x37, 0x7a, 0x8d, 0xfe, 0xbe, 0x7f, 0x50, 0x3b, 0xdf, 0xd1, 0x18, 0xb0, - 0x83, 0x76, 0x8b, 0x58, 0xb3, 0xd7, 0xe8, 0xb7, 0x4f, 0x1f, 0x55, 0xd3, 0x93, 0xba, 0x0c, 0x79, - 0xaf, 0x65, 0x94, 0x84, 0x63, 0xca, 0x33, 0xf0, 0x0b, 0x25, 0xe6, 0xc8, 0xaa, 0x67, 0xb3, 0x77, - 0x7a, 0x8d, 0x7e, 0xe7, 0x74, 0x44, 0xd6, 0x1d, 0x5f, 0x31, 0x1c, 0xb9, 0xdf, 0xd7, 0xcb, 0x0a, - 0xbe, 0x4a, 0xb2, 0x78, 0x4d, 0xc8, 0x37, 0x15, 0xb0, 0x8b, 0x90, 0x02, 0x0e, 0x33, 0x4d, 0xa7, - 0x1c, 0xec, 0xdd, 0xa2, 0xcb, 0xee, 0x83, 0x2e, 0x87, 0x42, 0xf0, 0xb2, 0xc7, 0x3b, 0xea, 0x9c, - 0x9d, 0x47, 0x5c, 0x83, 0x2c, 0xd8, 0xff, 0x36, 0xb3, 0x2b, 0x35, 0x3e, 0x43, 0x96, 0x12, 0xb2, - 0xac, 0xba, 0xb7, 0x91, 0x34, 0x5a, 0x7c, 0x85, 0xfe, 0x5f, 0x75, 0x10, 0xdc, 0x46, 0xfa, 0xc6, - 0x6e, 0xf5, 0x76, 0x36, 0x1e, 0x6d, 0x67, 0x05, 0x7d, 0x8a, 0xf4, 0x0d, 0x7e, 0x8b, 0x8e, 0xa8, - 0xd6, 0x32, 0x9a, 0x66, 0x1a, 0x02, 0xb3, 0x84, 0xb6, 0xb5, 0x45, 0x2a, 0x6c, 0x40, 0xbf, 0xe6, - 0xf0, 0x19, 0x6a, 0xc5, 0xa0, 0x65, 0x34, 0x53, 0xf6, 0xfe, 0x16, 0x29, 0x6a, 0x31, 0x3e, 0x47, - 0x96, 0x82, 0x30, 0x86, 0x44, 0x2b, 0x1b, 0x6d, 0x01, 0x1a, 0x35, 0xbe, 0x44, 0xed, 0xfc, 0xe7, - 0x07, 0x8b, 0xdc, 0xaf, 0xec, 0xf6, 0x16, 0x30, 0xca, 0x81, 0xc2, 0x54, 0x38, 0x46, 0xfb, 0xe6, - 0x06, 0xd8, 0x07, 0xff, 0xb0, 0x65, 0xaf, 0xa8, 0xa6, 0x1f, 0x96, 0x29, 0xfc, 0x66, 0xcb, 0xea, - 0x90, 0x6f, 0xb1, 0xca, 0xc2, 0xcf, 0x91, 0x95, 0x57, 0x0a, 0x32, 0xc9, 0xed, 0xc3, 0x2d, 0x6e, - 0x42, 0x2b, 0x57, 0x7f, 0x94, 0x1c, 0x5f, 0xa0, 0x76, 0xa4, 0x02, 0x09, 0x29, 0x50, 0x0d, 0xcc, - 0xee, 0x6c, 0xde, 0xb1, 0x48, 0xf9, 0x95, 0x7a, 0xf8, 0xa5, 0x89, 0x4e, 0x66, 0x22, 0x26, 0x1b, - 0x1f, 0x9f, 0xe1, 0xd1, 0xfd, 0x09, 0x46, 0x79, 0xde, 0x51, 0xe3, 0xf3, 0x9b, 0x8a, 0x0c, 0x05, - 0xa7, 0x49, 0x48, 0x84, 0x0c, 0x07, 0x21, 0x24, 0x45, 0xd5, 0xfa, 0x91, 0x49, 0x23, 0xf5, 0x87, - 0xf7, 0xf0, 0xc2, 0x58, 0x5f, 0x9b, 0x3b, 0xd7, 0x9e, 0xf7, 0xad, 0x79, 0x5c, 0x56, 0x22, 0x1e, - 0xbb, 0x73, 0xa2, 0x64, 0xec, 0x10, 0xb3, 0x4c, 0x3f, 0x6a, 0xcd, 0xc4, 0x63, 0x6a, 0x62, 0x34, - 0x93, 0xb1, 0x33, 0x31, 0x9a, 0x9f, 0xcd, 0x93, 0x32, 0xe0, 0xba, 0x1e, 0x53, 0xae, 0x6b, 0x54, - 0xae, 0x3b, 0x76, 0x5c, 0xd7, 0xe8, 0xa6, 0x7b, 0x45, 0xb3, 0xcf, 0x7e, 0x05, 0x00, 0x00, 0xff, - 0xff, 0xb6, 0x0d, 0xf5, 0xb9, 0xbb, 0x05, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/hotel_group_view.pb.go b/googleapis/ads/googleads/v0/resources/hotel_group_view.pb.go deleted file mode 100644 index 3ae0be8e6d..0000000000 --- a/googleapis/ads/googleads/v0/resources/hotel_group_view.pb.go +++ /dev/null @@ -1,90 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/hotel_group_view.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A hotel group view. -type HotelGroupView struct { - // The resource name of the hotel group view. - // Hotel Group view resource names have the form: - // - // `customers/{customer_id}/hotelGroupViews/{ad_group_id}_{criterion_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *HotelGroupView) Reset() { *m = HotelGroupView{} } -func (m *HotelGroupView) String() string { return proto.CompactTextString(m) } -func (*HotelGroupView) ProtoMessage() {} -func (*HotelGroupView) Descriptor() ([]byte, []int) { - return fileDescriptor_hotel_group_view_1341f4e1367b97b6, []int{0} -} -func (m *HotelGroupView) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_HotelGroupView.Unmarshal(m, b) -} -func (m *HotelGroupView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_HotelGroupView.Marshal(b, m, deterministic) -} -func (dst *HotelGroupView) XXX_Merge(src proto.Message) { - xxx_messageInfo_HotelGroupView.Merge(dst, src) -} -func (m *HotelGroupView) XXX_Size() int { - return xxx_messageInfo_HotelGroupView.Size(m) -} -func (m *HotelGroupView) XXX_DiscardUnknown() { - xxx_messageInfo_HotelGroupView.DiscardUnknown(m) -} - -var xxx_messageInfo_HotelGroupView proto.InternalMessageInfo - -func (m *HotelGroupView) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*HotelGroupView)(nil), "google.ads.googleads.v0.resources.HotelGroupView") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/hotel_group_view.proto", fileDescriptor_hotel_group_view_1341f4e1367b97b6) -} - -var fileDescriptor_hotel_group_view_1341f4e1367b97b6 = []byte{ - // 252 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x48, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xa2, 0xd4, - 0xe2, 0xfc, 0xd2, 0xa2, 0xe4, 0xd4, 0x62, 0xfd, 0x8c, 0xfc, 0x92, 0xd4, 0x9c, 0xf8, 0xf4, 0xa2, - 0xfc, 0xd2, 0x82, 0xf8, 0xb2, 0xcc, 0xd4, 0x72, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x45, - 0x88, 0x72, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x4e, 0xbd, 0x32, 0x03, 0x3d, 0xb8, 0x4e, 0x25, - 0x53, 0x2e, 0x3e, 0x0f, 0x90, 0x66, 0x77, 0x90, 0xde, 0xb0, 0xcc, 0xd4, 0x72, 0x21, 0x65, 0x2e, - 0x5e, 0x98, 0x74, 0x7c, 0x5e, 0x62, 0x6e, 0xaa, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0x67, 0x10, 0x0f, - 0x4c, 0xd0, 0x2f, 0x31, 0x37, 0xd5, 0xa9, 0x81, 0x89, 0x4b, 0x35, 0x39, 0x3f, 0x57, 0x8f, 0xa0, - 0x05, 0x4e, 0xc2, 0xa8, 0xc6, 0x07, 0x80, 0x1c, 0x16, 0xc0, 0x18, 0xe5, 0x05, 0xd5, 0x99, 0x9e, - 0x9f, 0x93, 0x98, 0x97, 0xae, 0x97, 0x5f, 0x94, 0xae, 0x9f, 0x9e, 0x9a, 0x07, 0x76, 0x36, 0xcc, - 0x93, 0x05, 0x99, 0xc5, 0x78, 0xfc, 0x6c, 0x0d, 0x67, 0x2d, 0x62, 0x62, 0x76, 0x77, 0x74, 0x5c, - 0xc5, 0xa4, 0xe8, 0x0e, 0x31, 0xd2, 0x31, 0xa5, 0x58, 0x0f, 0xc2, 0x04, 0xb1, 0xc2, 0x0c, 0xf4, - 0x82, 0x60, 0x2a, 0x4f, 0xc1, 0xd4, 0xc4, 0x38, 0xa6, 0x14, 0xc7, 0xc0, 0xd5, 0xc4, 0x84, 0x19, - 0xc4, 0xc0, 0xd5, 0xbc, 0x62, 0x52, 0x85, 0x48, 0x58, 0x59, 0x39, 0xa6, 0x14, 0x5b, 0x59, 0xc1, - 0x55, 0x59, 0x59, 0x85, 0x19, 0x58, 0x59, 0xc1, 0xd5, 0x25, 0xb1, 0x81, 0x1d, 0x6b, 0x0c, 0x08, - 0x00, 0x00, 0xff, 0xff, 0x58, 0xc6, 0xd3, 0x1d, 0x9f, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/hotel_performance_view.pb.go b/googleapis/ads/googleads/v0/resources/hotel_performance_view.pb.go deleted file mode 100644 index aeea0d5649..0000000000 --- a/googleapis/ads/googleads/v0/resources/hotel_performance_view.pb.go +++ /dev/null @@ -1,91 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/hotel_performance_view.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A hotel performance view. -type HotelPerformanceView struct { - // The resource name of the hotel performance view. - // Hotel performance view resource names have the form: - // - // `customers/{customer_id}/hotelPerformanceView` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *HotelPerformanceView) Reset() { *m = HotelPerformanceView{} } -func (m *HotelPerformanceView) String() string { return proto.CompactTextString(m) } -func (*HotelPerformanceView) ProtoMessage() {} -func (*HotelPerformanceView) Descriptor() ([]byte, []int) { - return fileDescriptor_hotel_performance_view_6bfe172dd36d1c96, []int{0} -} -func (m *HotelPerformanceView) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_HotelPerformanceView.Unmarshal(m, b) -} -func (m *HotelPerformanceView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_HotelPerformanceView.Marshal(b, m, deterministic) -} -func (dst *HotelPerformanceView) XXX_Merge(src proto.Message) { - xxx_messageInfo_HotelPerformanceView.Merge(dst, src) -} -func (m *HotelPerformanceView) XXX_Size() int { - return xxx_messageInfo_HotelPerformanceView.Size(m) -} -func (m *HotelPerformanceView) XXX_DiscardUnknown() { - xxx_messageInfo_HotelPerformanceView.DiscardUnknown(m) -} - -var xxx_messageInfo_HotelPerformanceView proto.InternalMessageInfo - -func (m *HotelPerformanceView) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*HotelPerformanceView)(nil), "google.ads.googleads.v0.resources.HotelPerformanceView") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/hotel_performance_view.proto", fileDescriptor_hotel_performance_view_6bfe172dd36d1c96) -} - -var fileDescriptor_hotel_performance_view_6bfe172dd36d1c96 = []byte{ - // 259 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4b, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xa2, 0xd4, - 0xe2, 0xfc, 0xd2, 0xa2, 0xe4, 0xd4, 0x62, 0xfd, 0x8c, 0xfc, 0x92, 0xd4, 0x9c, 0xf8, 0x82, 0xd4, - 0xa2, 0xb4, 0xfc, 0xa2, 0xdc, 0xc4, 0xbc, 0xe4, 0xd4, 0xf8, 0xb2, 0xcc, 0xd4, 0x72, 0xbd, 0x82, - 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x45, 0x88, 0x26, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x7e, 0xbd, - 0x32, 0x03, 0x3d, 0xb8, 0x7e, 0x25, 0x6b, 0x2e, 0x11, 0x0f, 0x90, 0x11, 0x01, 0x08, 0x13, 0xc2, - 0x32, 0x53, 0xcb, 0x85, 0x94, 0xb9, 0x78, 0x61, 0x8a, 0xe2, 0xf3, 0x12, 0x73, 0x53, 0x25, 0x18, - 0x15, 0x18, 0x35, 0x38, 0x83, 0x78, 0x60, 0x82, 0x7e, 0x89, 0xb9, 0xa9, 0x4e, 0x6d, 0x4c, 0x5c, - 0xaa, 0xc9, 0xf9, 0xb9, 0x7a, 0x04, 0xad, 0x71, 0x92, 0xc4, 0x66, 0x49, 0x00, 0xc8, 0x91, 0x01, - 0x8c, 0x51, 0x5e, 0x50, 0xfd, 0xe9, 0xf9, 0x39, 0x89, 0x79, 0xe9, 0x7a, 0xf9, 0x45, 0xe9, 0xfa, - 0xe9, 0xa9, 0x79, 0x60, 0x2f, 0xc0, 0xbc, 0x5d, 0x90, 0x59, 0x8c, 0x27, 0x14, 0xac, 0xe1, 0xac, - 0x45, 0x4c, 0xcc, 0xee, 0x8e, 0x8e, 0xab, 0x98, 0x14, 0xdd, 0x21, 0x46, 0x3a, 0xa6, 0x14, 0xeb, - 0x41, 0x98, 0x20, 0x56, 0x98, 0x81, 0x5e, 0x10, 0x4c, 0xe5, 0x29, 0x98, 0x9a, 0x18, 0xc7, 0x94, - 0xe2, 0x18, 0xb8, 0x9a, 0x98, 0x30, 0x83, 0x18, 0xb8, 0x9a, 0x57, 0x4c, 0xaa, 0x10, 0x09, 0x2b, - 0x2b, 0xc7, 0x94, 0x62, 0x2b, 0x2b, 0xb8, 0x2a, 0x2b, 0xab, 0x30, 0x03, 0x2b, 0x2b, 0xb8, 0xba, - 0x24, 0x36, 0xb0, 0x63, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x08, 0xba, 0x00, 0x9f, 0xb1, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/keyword_plan.pb.go b/googleapis/ads/googleads/v0/resources/keyword_plan.pb.go deleted file mode 100644 index e9fb877906..0000000000 --- a/googleapis/ads/googleads/v0/resources/keyword_plan.pb.go +++ /dev/null @@ -1,283 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/keyword_plan.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A Keyword Planner plan. -// Max number of saved keyword plans: 10000. -// It's possible to remove plans if limit is reached. -type KeywordPlan struct { - // The resource name of the Keyword Planner plan. - // KeywordPlan resource names have the form: - // - // `customers/{customer_id}/keywordPlans/{kp_plan_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the keyword plan. - Id *wrappers.Int64Value `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - // The name of the keyword plan. - // - // This field is required and should not be empty when creating new keyword - // plans. - Name *wrappers.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` - // The date period used for forecasting the plan. - ForecastPeriod *KeywordPlanForecastPeriod `protobuf:"bytes,4,opt,name=forecast_period,json=forecastPeriod,proto3" json:"forecast_period,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlan) Reset() { *m = KeywordPlan{} } -func (m *KeywordPlan) String() string { return proto.CompactTextString(m) } -func (*KeywordPlan) ProtoMessage() {} -func (*KeywordPlan) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_0987a890c66a71a2, []int{0} -} -func (m *KeywordPlan) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlan.Unmarshal(m, b) -} -func (m *KeywordPlan) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlan.Marshal(b, m, deterministic) -} -func (dst *KeywordPlan) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlan.Merge(dst, src) -} -func (m *KeywordPlan) XXX_Size() int { - return xxx_messageInfo_KeywordPlan.Size(m) -} -func (m *KeywordPlan) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlan.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlan proto.InternalMessageInfo - -func (m *KeywordPlan) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *KeywordPlan) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *KeywordPlan) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *KeywordPlan) GetForecastPeriod() *KeywordPlanForecastPeriod { - if m != nil { - return m.ForecastPeriod - } - return nil -} - -// The forecasting period associated with the keyword plan. -type KeywordPlanForecastPeriod struct { - // Required. The date used for forecasting the Plan. - // - // Types that are valid to be assigned to Interval: - // *KeywordPlanForecastPeriod_DateInterval - // *KeywordPlanForecastPeriod_DateRange - Interval isKeywordPlanForecastPeriod_Interval `protobuf_oneof:"interval"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanForecastPeriod) Reset() { *m = KeywordPlanForecastPeriod{} } -func (m *KeywordPlanForecastPeriod) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanForecastPeriod) ProtoMessage() {} -func (*KeywordPlanForecastPeriod) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_0987a890c66a71a2, []int{1} -} -func (m *KeywordPlanForecastPeriod) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanForecastPeriod.Unmarshal(m, b) -} -func (m *KeywordPlanForecastPeriod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanForecastPeriod.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanForecastPeriod) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanForecastPeriod.Merge(dst, src) -} -func (m *KeywordPlanForecastPeriod) XXX_Size() int { - return xxx_messageInfo_KeywordPlanForecastPeriod.Size(m) -} -func (m *KeywordPlanForecastPeriod) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanForecastPeriod.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanForecastPeriod proto.InternalMessageInfo - -type isKeywordPlanForecastPeriod_Interval interface { - isKeywordPlanForecastPeriod_Interval() -} - -type KeywordPlanForecastPeriod_DateInterval struct { - DateInterval enums.KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval `protobuf:"varint,1,opt,name=date_interval,json=dateInterval,proto3,enum=google.ads.googleads.v0.enums.KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval,oneof"` -} - -type KeywordPlanForecastPeriod_DateRange struct { - DateRange *common.DateRange `protobuf:"bytes,2,opt,name=date_range,json=dateRange,proto3,oneof"` -} - -func (*KeywordPlanForecastPeriod_DateInterval) isKeywordPlanForecastPeriod_Interval() {} - -func (*KeywordPlanForecastPeriod_DateRange) isKeywordPlanForecastPeriod_Interval() {} - -func (m *KeywordPlanForecastPeriod) GetInterval() isKeywordPlanForecastPeriod_Interval { - if m != nil { - return m.Interval - } - return nil -} - -func (m *KeywordPlanForecastPeriod) GetDateInterval() enums.KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval { - if x, ok := m.GetInterval().(*KeywordPlanForecastPeriod_DateInterval); ok { - return x.DateInterval - } - return enums.KeywordPlanForecastIntervalEnum_UNSPECIFIED -} - -func (m *KeywordPlanForecastPeriod) GetDateRange() *common.DateRange { - if x, ok := m.GetInterval().(*KeywordPlanForecastPeriod_DateRange); ok { - return x.DateRange - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*KeywordPlanForecastPeriod) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _KeywordPlanForecastPeriod_OneofMarshaler, _KeywordPlanForecastPeriod_OneofUnmarshaler, _KeywordPlanForecastPeriod_OneofSizer, []interface{}{ - (*KeywordPlanForecastPeriod_DateInterval)(nil), - (*KeywordPlanForecastPeriod_DateRange)(nil), - } -} - -func _KeywordPlanForecastPeriod_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*KeywordPlanForecastPeriod) - // interval - switch x := m.Interval.(type) { - case *KeywordPlanForecastPeriod_DateInterval: - b.EncodeVarint(1<<3 | proto.WireVarint) - b.EncodeVarint(uint64(x.DateInterval)) - case *KeywordPlanForecastPeriod_DateRange: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.DateRange); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("KeywordPlanForecastPeriod.Interval has unexpected type %T", x) - } - return nil -} - -func _KeywordPlanForecastPeriod_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*KeywordPlanForecastPeriod) - switch tag { - case 1: // interval.date_interval - if wire != proto.WireVarint { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeVarint() - m.Interval = &KeywordPlanForecastPeriod_DateInterval{enums.KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval(x)} - return true, err - case 2: // interval.date_range - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.DateRange) - err := b.DecodeMessage(msg) - m.Interval = &KeywordPlanForecastPeriod_DateRange{msg} - return true, err - default: - return false, nil - } -} - -func _KeywordPlanForecastPeriod_OneofSizer(msg proto.Message) (n int) { - m := msg.(*KeywordPlanForecastPeriod) - // interval - switch x := m.Interval.(type) { - case *KeywordPlanForecastPeriod_DateInterval: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(x.DateInterval)) - case *KeywordPlanForecastPeriod_DateRange: - s := proto.Size(x.DateRange) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -func init() { - proto.RegisterType((*KeywordPlan)(nil), "google.ads.googleads.v0.resources.KeywordPlan") - proto.RegisterType((*KeywordPlanForecastPeriod)(nil), "google.ads.googleads.v0.resources.KeywordPlanForecastPeriod") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/keyword_plan.proto", fileDescriptor_keyword_plan_0987a890c66a71a2) -} - -var fileDescriptor_keyword_plan_0987a890c66a71a2 = []byte{ - // 473 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x93, 0xdd, 0x6a, 0xd4, 0x40, - 0x14, 0xc7, 0x9b, 0xb4, 0x88, 0x9d, 0x7e, 0x28, 0xb9, 0x5a, 0xab, 0x48, 0x5b, 0x29, 0x54, 0x85, - 0x49, 0xa8, 0xc5, 0x8b, 0xe8, 0x4d, 0x16, 0xb5, 0x1f, 0x82, 0x2c, 0x11, 0xf6, 0xa2, 0x2c, 0x2c, - 0xd3, 0x9d, 0xb3, 0x43, 0x30, 0x99, 0x09, 0x33, 0xc9, 0x16, 0x2f, 0x7d, 0x15, 0x2f, 0x7d, 0x14, - 0x1f, 0xc5, 0x17, 0xd0, 0x1b, 0x41, 0x32, 0x5f, 0xb4, 0xd8, 0x74, 0xef, 0xce, 0xd9, 0xfc, 0xce, - 0xff, 0xfc, 0xcf, 0x39, 0xb3, 0xe8, 0x98, 0x09, 0xc1, 0x4a, 0x88, 0x09, 0x55, 0xb1, 0x09, 0xbb, - 0x68, 0x91, 0xc4, 0x12, 0x94, 0x68, 0xe5, 0x0c, 0x54, 0xfc, 0x05, 0xbe, 0x5e, 0x09, 0x49, 0xa7, - 0x75, 0x49, 0x38, 0xae, 0xa5, 0x68, 0x44, 0xb4, 0x67, 0x50, 0x4c, 0xa8, 0xc2, 0xbe, 0x0a, 0x2f, - 0x12, 0xec, 0xab, 0x76, 0x5e, 0xf4, 0x09, 0xcf, 0x44, 0x55, 0x09, 0x1e, 0x53, 0xd2, 0x80, 0x32, - 0x72, 0x3b, 0xc3, 0x3e, 0x16, 0x78, 0x5b, 0xdd, 0x34, 0x30, 0x9d, 0x0b, 0x09, 0x33, 0xa2, 0x9a, - 0x69, 0xc1, 0x1b, 0x90, 0x0b, 0x52, 0x5a, 0x8d, 0xa7, 0x56, 0x43, 0x67, 0x97, 0xed, 0x3c, 0xbe, - 0x92, 0xa4, 0xae, 0x41, 0xda, 0x1e, 0xfb, 0x7f, 0x02, 0xb4, 0xf1, 0xd1, 0x08, 0x8d, 0x4a, 0xc2, - 0xa3, 0x67, 0x68, 0xcb, 0x99, 0x9d, 0x72, 0x52, 0xc1, 0x20, 0xd8, 0x0d, 0x0e, 0xd7, 0xf3, 0x4d, - 0xf7, 0xe3, 0x27, 0x52, 0x41, 0xf4, 0x12, 0x85, 0x05, 0x1d, 0x84, 0xbb, 0xc1, 0xe1, 0xc6, 0xd1, - 0x63, 0x3b, 0x29, 0x76, 0x1d, 0xf0, 0x19, 0x6f, 0x5e, 0x1f, 0x8f, 0x49, 0xd9, 0x42, 0x1e, 0x16, - 0x34, 0x4a, 0xd0, 0x9a, 0x16, 0x5a, 0xd5, 0xf8, 0x93, 0xff, 0xf0, 0xcf, 0x8d, 0x2c, 0x38, 0x33, - 0xbc, 0x26, 0x23, 0x40, 0x0f, 0xfc, 0x38, 0x35, 0xc8, 0x42, 0xd0, 0xc1, 0x9a, 0x2e, 0x7e, 0x8b, - 0x97, 0x2e, 0x18, 0x5f, 0x1b, 0xe6, 0x83, 0x15, 0x19, 0x69, 0x8d, 0x7c, 0x7b, 0x7e, 0x23, 0xdf, - 0xff, 0x1d, 0xa0, 0x47, 0xbd, 0x74, 0xf4, 0x2d, 0x40, 0x5b, 0xdd, 0x31, 0xfc, 0x42, 0xf5, 0x26, - 0xb6, 0x8f, 0x2e, 0x7a, 0x3d, 0xe8, 0xab, 0xdc, 0xd6, 0xff, 0xcc, 0x2a, 0xbc, 0xe7, 0x6d, 0x75, - 0xd7, 0xf7, 0xd3, 0x95, 0x7c, 0xb3, 0x6b, 0xe9, 0xf2, 0xe8, 0x1c, 0x21, 0x6d, 0x41, 0x12, 0xce, - 0xc0, 0xee, 0xfb, 0x79, 0x6f, 0x7f, 0xf3, 0x82, 0xf0, 0x3b, 0xd2, 0x40, 0xde, 0x15, 0x9c, 0xae, - 0xe4, 0xeb, 0xd4, 0x25, 0x43, 0x84, 0xee, 0xbb, 0x49, 0x86, 0x7f, 0x03, 0x74, 0x30, 0x13, 0xd5, - 0xf2, 0x6d, 0x0e, 0x1f, 0x5e, 0xb3, 0x3b, 0xea, 0x2e, 0x36, 0x0a, 0x2e, 0xce, 0x6d, 0x19, 0x13, - 0x25, 0xe1, 0x0c, 0x0b, 0xc9, 0x62, 0x06, 0x5c, 0xdf, 0xd3, 0x3d, 0xd3, 0xba, 0x50, 0x77, 0xfc, - 0x75, 0xde, 0xf8, 0xe8, 0x7b, 0xb8, 0x7a, 0x92, 0x65, 0x3f, 0xc2, 0xbd, 0x13, 0x23, 0x99, 0x51, - 0x85, 0x4d, 0xd8, 0x45, 0xe3, 0x04, 0xe7, 0x8e, 0xfc, 0xe9, 0x98, 0x49, 0x46, 0xd5, 0xc4, 0x33, - 0x93, 0x71, 0x32, 0xf1, 0xcc, 0xaf, 0xf0, 0xc0, 0x7c, 0x48, 0xd3, 0x8c, 0xaa, 0x34, 0xf5, 0x54, - 0x9a, 0x8e, 0x93, 0x34, 0xf5, 0xdc, 0xe5, 0x3d, 0x6d, 0xf6, 0xd5, 0xbf, 0x00, 0x00, 0x00, 0xff, - 0xff, 0xc4, 0xd4, 0x18, 0x9c, 0xe6, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/keyword_plan_ad_group.pb.go b/googleapis/ads/googleads/v0/resources/keyword_plan_ad_group.pb.go deleted file mode 100644 index ae1edbb6f6..0000000000 --- a/googleapis/ads/googleads/v0/resources/keyword_plan_ad_group.pb.go +++ /dev/null @@ -1,141 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/keyword_plan_ad_group.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A Keyword Planner ad group. -// Max number of keyword plan ad groups per plan: 50. -type KeywordPlanAdGroup struct { - // The resource name of the Keyword Planner ad group. - // KeywordPlanAdGroup resource names have the form: - // - // `customers/{customer_id}/keywordPlanAdGroups/{kp_ad_group_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The keyword plan campaign to which this ad group belongs. - KeywordPlanCampaign *wrappers.StringValue `protobuf:"bytes,2,opt,name=keyword_plan_campaign,json=keywordPlanCampaign,proto3" json:"keyword_plan_campaign,omitempty"` - // The ID of the keyword plan ad group. - Id *wrappers.Int64Value `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` - // The name of the keyword plan ad group. - // - // This field is required and should not be empty when creating keyword plan - // ad group. - Name *wrappers.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` - // A default ad group max cpc bid in micros in account currency for all - // biddable keywords under the keyword plan ad group. - // If not set, will inherit from parent campaign. - CpcBidMicros *wrappers.Int64Value `protobuf:"bytes,5,opt,name=cpc_bid_micros,json=cpcBidMicros,proto3" json:"cpc_bid_micros,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanAdGroup) Reset() { *m = KeywordPlanAdGroup{} } -func (m *KeywordPlanAdGroup) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanAdGroup) ProtoMessage() {} -func (*KeywordPlanAdGroup) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_ad_group_fcdf401410dd8523, []int{0} -} -func (m *KeywordPlanAdGroup) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanAdGroup.Unmarshal(m, b) -} -func (m *KeywordPlanAdGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanAdGroup.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanAdGroup) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanAdGroup.Merge(dst, src) -} -func (m *KeywordPlanAdGroup) XXX_Size() int { - return xxx_messageInfo_KeywordPlanAdGroup.Size(m) -} -func (m *KeywordPlanAdGroup) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanAdGroup.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanAdGroup proto.InternalMessageInfo - -func (m *KeywordPlanAdGroup) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *KeywordPlanAdGroup) GetKeywordPlanCampaign() *wrappers.StringValue { - if m != nil { - return m.KeywordPlanCampaign - } - return nil -} - -func (m *KeywordPlanAdGroup) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *KeywordPlanAdGroup) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *KeywordPlanAdGroup) GetCpcBidMicros() *wrappers.Int64Value { - if m != nil { - return m.CpcBidMicros - } - return nil -} - -func init() { - proto.RegisterType((*KeywordPlanAdGroup)(nil), "google.ads.googleads.v0.resources.KeywordPlanAdGroup") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/keyword_plan_ad_group.proto", fileDescriptor_keyword_plan_ad_group_fcdf401410dd8523) -} - -var fileDescriptor_keyword_plan_ad_group_fcdf401410dd8523 = []byte{ - // 381 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xd1, 0xca, 0xd3, 0x30, - 0x1c, 0xc5, 0x69, 0x36, 0x05, 0xe3, 0xf4, 0xa2, 0x22, 0x16, 0x15, 0xd9, 0x94, 0xc1, 0x40, 0x48, - 0x8b, 0x8a, 0x17, 0x11, 0x2f, 0x3a, 0x2f, 0x86, 0x8a, 0x52, 0x26, 0xf4, 0x42, 0x0a, 0x25, 0x4b, - 0x62, 0x08, 0x6b, 0x93, 0x90, 0xac, 0x1b, 0xde, 0xfb, 0x24, 0x5e, 0x0a, 0xbe, 0x88, 0x8f, 0xe2, - 0x53, 0x48, 0x9b, 0xb6, 0x22, 0x03, 0xf7, 0xdd, 0x1d, 0xda, 0xf3, 0x3b, 0xe7, 0x10, 0xfe, 0xf0, - 0xb5, 0xd0, 0x5a, 0x54, 0x3c, 0x26, 0xcc, 0xc5, 0x5e, 0xb6, 0xea, 0x98, 0xc4, 0x96, 0x3b, 0xdd, - 0x58, 0xca, 0x5d, 0xbc, 0xe7, 0x5f, 0x4f, 0xda, 0xb2, 0xd2, 0x54, 0x44, 0x95, 0x84, 0x95, 0xc2, - 0xea, 0xc6, 0x20, 0x63, 0xf5, 0x41, 0x87, 0x0b, 0xcf, 0x20, 0xc2, 0x1c, 0x1a, 0x71, 0x74, 0x4c, - 0xd0, 0x88, 0xdf, 0x7f, 0xd4, 0x37, 0x74, 0xc0, 0xae, 0xf9, 0x12, 0x9f, 0x2c, 0x31, 0x86, 0x5b, - 0xe7, 0x23, 0x1e, 0xff, 0x04, 0x30, 0x7c, 0xef, 0x2b, 0xb2, 0x8a, 0xa8, 0x94, 0x6d, 0xda, 0xfc, - 0xf0, 0x09, 0xbc, 0x35, 0x64, 0x94, 0x8a, 0xd4, 0x3c, 0x0a, 0xe6, 0xc1, 0xea, 0xc6, 0x76, 0x36, - 0x7c, 0xfc, 0x48, 0x6a, 0x1e, 0x66, 0xf0, 0xee, 0x3f, 0xeb, 0x28, 0xa9, 0x0d, 0x91, 0x42, 0x45, - 0x60, 0x1e, 0xac, 0x6e, 0x3e, 0x7b, 0xd8, 0x6f, 0x42, 0x43, 0x37, 0xfa, 0x74, 0xb0, 0x52, 0x89, - 0x9c, 0x54, 0x0d, 0xdf, 0xde, 0xd9, 0xff, 0x6d, 0x7d, 0xd3, 0x83, 0xe1, 0x53, 0x08, 0x24, 0x8b, - 0x26, 0x1d, 0xfe, 0xe0, 0x0c, 0x7f, 0xab, 0x0e, 0x2f, 0x5f, 0x78, 0x1a, 0x48, 0x16, 0x26, 0x70, - 0xda, 0x4d, 0x9b, 0x5e, 0xa1, 0xad, 0x73, 0x86, 0x29, 0xbc, 0x4d, 0x0d, 0x2d, 0x77, 0x92, 0x95, - 0xb5, 0xa4, 0x56, 0xbb, 0xe8, 0xda, 0xe5, 0xaa, 0x19, 0x35, 0x74, 0x2d, 0xd9, 0x87, 0x0e, 0x58, - 0x7f, 0x03, 0x70, 0x49, 0x75, 0x8d, 0x2e, 0xbe, 0xfc, 0xfa, 0xde, 0xf9, 0xb3, 0x66, 0x6d, 0x7c, - 0x16, 0x7c, 0x7e, 0xd7, 0xd3, 0x42, 0x57, 0x44, 0x09, 0xa4, 0xad, 0x88, 0x05, 0x57, 0x5d, 0xf9, - 0x70, 0x06, 0x46, 0xba, 0xff, 0x5c, 0xc5, 0xab, 0x51, 0x7d, 0x07, 0x93, 0x4d, 0x9a, 0xfe, 0x00, - 0x8b, 0x8d, 0x8f, 0x4c, 0x99, 0x43, 0x5e, 0xb6, 0x2a, 0x4f, 0xd0, 0x76, 0x70, 0xfe, 0x1a, 0x3c, - 0x45, 0xca, 0x5c, 0x31, 0x7a, 0x8a, 0x3c, 0x29, 0x46, 0xcf, 0x6f, 0xb0, 0xf4, 0x3f, 0x30, 0x4e, - 0x99, 0xc3, 0x78, 0x74, 0x61, 0x9c, 0x27, 0x18, 0x8f, 0xbe, 0xdd, 0xf5, 0x6e, 0xec, 0xf3, 0x3f, - 0x01, 0x00, 0x00, 0xff, 0xff, 0x5a, 0x19, 0xa3, 0x92, 0xc1, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/keyword_plan_campaign.pb.go b/googleapis/ads/googleads/v0/resources/keyword_plan_campaign.pb.go deleted file mode 100644 index 3ac04fa44f..0000000000 --- a/googleapis/ads/googleads/v0/resources/keyword_plan_campaign.pb.go +++ /dev/null @@ -1,226 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/keyword_plan_campaign.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A Keyword Plan campaign. -// Max number of keyword plan campaigns per plan allowed: 1. -type KeywordPlanCampaign struct { - // The resource name of the Keyword Plan campaign. - // KeywordPlanCampaign resource names have the form: - // - // `customers/{customer_id}/keywordPlanCampaigns/{kp_campaign_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The keyword plan this campaign belongs to. - KeywordPlan *wrappers.StringValue `protobuf:"bytes,2,opt,name=keyword_plan,json=keywordPlan,proto3" json:"keyword_plan,omitempty"` - // The ID of the Keyword Plan campaign. - Id *wrappers.Int64Value `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` - // The name of the Keyword Plan campaign. - // - // This field is required and should not be empty when creating Keyword Plan - // campaigns. - Name *wrappers.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` - // The languages targeted for the Keyword Plan campaign. - // Max allowed: 1. - LanguageConstants []*wrappers.StringValue `protobuf:"bytes,5,rep,name=language_constants,json=languageConstants,proto3" json:"language_constants,omitempty"` - // Targeting network. - // - // This field is required and should not be empty when creating Keyword Plan - // campaigns. - KeywordPlanNetwork enums.KeywordPlanNetworkEnum_KeywordPlanNetwork `protobuf:"varint,6,opt,name=keyword_plan_network,json=keywordPlanNetwork,proto3,enum=google.ads.googleads.v0.enums.KeywordPlanNetworkEnum_KeywordPlanNetwork" json:"keyword_plan_network,omitempty"` - // A default max cpc bid in micros, and in the account currency, for all ad - // groups under the campaign. - // - // This field is required and should not be empty when creating Keyword Plan - // campaigns. - CpcBidMicros *wrappers.Int64Value `protobuf:"bytes,7,opt,name=cpc_bid_micros,json=cpcBidMicros,proto3" json:"cpc_bid_micros,omitempty"` - // The geo targets. - // Max number allowed: 20. - GeoTargets []*KeywordPlanGeoTarget `protobuf:"bytes,8,rep,name=geo_targets,json=geoTargets,proto3" json:"geo_targets,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanCampaign) Reset() { *m = KeywordPlanCampaign{} } -func (m *KeywordPlanCampaign) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanCampaign) ProtoMessage() {} -func (*KeywordPlanCampaign) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_601a4f8c7129cc37, []int{0} -} -func (m *KeywordPlanCampaign) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanCampaign.Unmarshal(m, b) -} -func (m *KeywordPlanCampaign) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanCampaign.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanCampaign) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanCampaign.Merge(dst, src) -} -func (m *KeywordPlanCampaign) XXX_Size() int { - return xxx_messageInfo_KeywordPlanCampaign.Size(m) -} -func (m *KeywordPlanCampaign) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanCampaign.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanCampaign proto.InternalMessageInfo - -func (m *KeywordPlanCampaign) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *KeywordPlanCampaign) GetKeywordPlan() *wrappers.StringValue { - if m != nil { - return m.KeywordPlan - } - return nil -} - -func (m *KeywordPlanCampaign) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *KeywordPlanCampaign) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *KeywordPlanCampaign) GetLanguageConstants() []*wrappers.StringValue { - if m != nil { - return m.LanguageConstants - } - return nil -} - -func (m *KeywordPlanCampaign) GetKeywordPlanNetwork() enums.KeywordPlanNetworkEnum_KeywordPlanNetwork { - if m != nil { - return m.KeywordPlanNetwork - } - return enums.KeywordPlanNetworkEnum_UNSPECIFIED -} - -func (m *KeywordPlanCampaign) GetCpcBidMicros() *wrappers.Int64Value { - if m != nil { - return m.CpcBidMicros - } - return nil -} - -func (m *KeywordPlanCampaign) GetGeoTargets() []*KeywordPlanGeoTarget { - if m != nil { - return m.GeoTargets - } - return nil -} - -// A geo target. -// Next ID: 3 -type KeywordPlanGeoTarget struct { - // Required. The resource name of the geo target. - GeoTargetConstant *wrappers.StringValue `protobuf:"bytes,1,opt,name=geo_target_constant,json=geoTargetConstant,proto3" json:"geo_target_constant,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanGeoTarget) Reset() { *m = KeywordPlanGeoTarget{} } -func (m *KeywordPlanGeoTarget) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanGeoTarget) ProtoMessage() {} -func (*KeywordPlanGeoTarget) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_601a4f8c7129cc37, []int{1} -} -func (m *KeywordPlanGeoTarget) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanGeoTarget.Unmarshal(m, b) -} -func (m *KeywordPlanGeoTarget) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanGeoTarget.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanGeoTarget) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanGeoTarget.Merge(dst, src) -} -func (m *KeywordPlanGeoTarget) XXX_Size() int { - return xxx_messageInfo_KeywordPlanGeoTarget.Size(m) -} -func (m *KeywordPlanGeoTarget) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanGeoTarget.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanGeoTarget proto.InternalMessageInfo - -func (m *KeywordPlanGeoTarget) GetGeoTargetConstant() *wrappers.StringValue { - if m != nil { - return m.GeoTargetConstant - } - return nil -} - -func init() { - proto.RegisterType((*KeywordPlanCampaign)(nil), "google.ads.googleads.v0.resources.KeywordPlanCampaign") - proto.RegisterType((*KeywordPlanGeoTarget)(nil), "google.ads.googleads.v0.resources.KeywordPlanGeoTarget") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/keyword_plan_campaign.proto", fileDescriptor_keyword_plan_campaign_601a4f8c7129cc37) -} - -var fileDescriptor_keyword_plan_campaign_601a4f8c7129cc37 = []byte{ - // 508 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x61, 0x6b, 0xd4, 0x30, - 0x18, 0xc7, 0x69, 0x77, 0x4e, 0xcd, 0x9d, 0x03, 0xb3, 0xbd, 0x28, 0x53, 0xe4, 0x36, 0x19, 0x1c, - 0x08, 0x69, 0x99, 0xa2, 0x52, 0x11, 0xe9, 0x0d, 0x39, 0x75, 0x3a, 0x8e, 0x2a, 0x87, 0xc8, 0x41, - 0xc9, 0x35, 0x31, 0x94, 0x6b, 0x93, 0x92, 0xb4, 0x3b, 0xf4, 0xbd, 0x5f, 0xc4, 0x97, 0x7e, 0x0a, - 0x5f, 0xfb, 0x51, 0xfc, 0x14, 0x72, 0xc9, 0xa5, 0x3b, 0xdc, 0xcd, 0xfa, 0xee, 0x69, 0xf2, 0xff, - 0x3d, 0xff, 0xa7, 0xff, 0x24, 0xe0, 0x39, 0x13, 0x82, 0xe5, 0xd4, 0xc7, 0x44, 0xf9, 0xa6, 0x5c, - 0x56, 0xe7, 0x81, 0x2f, 0xa9, 0x12, 0xb5, 0x4c, 0xa9, 0xf2, 0xe7, 0xf4, 0xcb, 0x42, 0x48, 0x92, - 0x94, 0x39, 0xe6, 0x49, 0x8a, 0x8b, 0x12, 0x67, 0x8c, 0xa3, 0x52, 0x8a, 0x4a, 0xc0, 0x03, 0xc3, - 0x20, 0x4c, 0x14, 0x6a, 0x70, 0x74, 0x1e, 0xa0, 0x06, 0xdf, 0x7f, 0x7a, 0x95, 0x03, 0xe5, 0x75, - 0xf1, 0x57, 0x77, 0x4e, 0xab, 0x85, 0x90, 0x73, 0xd3, 0x7c, 0xff, 0xde, 0x8a, 0xd4, 0x5f, 0xb3, - 0xfa, 0xb3, 0xbf, 0x90, 0xb8, 0x2c, 0xa9, 0x54, 0x66, 0xff, 0xf0, 0x67, 0x07, 0xec, 0x9e, 0x1a, - 0x7c, 0x9c, 0x63, 0x7e, 0xb2, 0x1a, 0x0d, 0xde, 0x07, 0xb7, 0xac, 0x7d, 0xc2, 0x71, 0x41, 0x3d, - 0xa7, 0xef, 0x0c, 0x6e, 0xc6, 0x3d, 0xbb, 0x78, 0x86, 0x0b, 0x0a, 0x5f, 0x80, 0xde, 0xba, 0xb5, - 0xe7, 0xf6, 0x9d, 0x41, 0xf7, 0xf8, 0xee, 0xea, 0x2f, 0x90, 0xf5, 0x44, 0xef, 0x2b, 0x99, 0x71, - 0x36, 0xc1, 0x79, 0x4d, 0xe3, 0xee, 0xfc, 0xc2, 0x0d, 0x3e, 0x00, 0x6e, 0x46, 0xbc, 0x2d, 0x8d, - 0xdd, 0xb9, 0x84, 0xbd, 0xe6, 0xd5, 0xe3, 0x47, 0x86, 0x72, 0x33, 0x02, 0x03, 0xd0, 0xd1, 0x93, - 0x74, 0xfe, 0xc3, 0x45, 0x2b, 0xe1, 0x29, 0x80, 0x39, 0xe6, 0xac, 0xc6, 0x8c, 0x26, 0xa9, 0xe0, - 0xaa, 0xc2, 0xbc, 0x52, 0xde, 0xb5, 0xfe, 0x56, 0x2b, 0x7f, 0xdb, 0x72, 0x27, 0x16, 0x83, 0x5f, - 0xc1, 0xde, 0xa6, 0x9c, 0xbd, 0xed, 0xbe, 0x33, 0xd8, 0x39, 0x7e, 0x85, 0xae, 0x3a, 0x45, 0x7d, - 0x44, 0x68, 0x2d, 0xe3, 0x33, 0x03, 0xbe, 0xe4, 0x75, 0xb1, 0x61, 0x39, 0x86, 0xf3, 0x4b, 0x6b, - 0x30, 0x02, 0x3b, 0x69, 0x99, 0x26, 0xb3, 0x8c, 0x24, 0x45, 0x96, 0x4a, 0xa1, 0xbc, 0xeb, 0xed, - 0x99, 0xf5, 0xd2, 0x32, 0x1d, 0x66, 0xe4, 0x9d, 0x06, 0xe0, 0x47, 0xd0, 0x65, 0x54, 0x24, 0x15, - 0x96, 0x8c, 0x56, 0xca, 0xbb, 0xa1, 0x43, 0x78, 0x82, 0x5a, 0xef, 0xde, 0xfa, 0x88, 0x23, 0x2a, - 0x3e, 0x68, 0x3e, 0x06, 0xcc, 0x96, 0xea, 0x90, 0x80, 0xbd, 0x4d, 0x1a, 0xf8, 0x16, 0xec, 0x5e, - 0x38, 0x36, 0xf9, 0xeb, 0x8b, 0xd4, 0x1a, 0x7f, 0xd3, 0xde, 0xe6, 0x3f, 0xfc, 0xe6, 0x82, 0xa3, - 0x54, 0x14, 0xed, 0x03, 0x0f, 0xbd, 0x0d, 0xf7, 0x79, 0xbc, 0x74, 0x19, 0x3b, 0x9f, 0xde, 0xac, - 0x70, 0x26, 0x96, 0x07, 0x8c, 0x84, 0x64, 0x3e, 0xa3, 0x5c, 0xcf, 0x60, 0x1f, 0x56, 0x99, 0xa9, - 0x7f, 0xbc, 0xe4, 0x67, 0x4d, 0xf5, 0xdd, 0xdd, 0x1a, 0x45, 0xd1, 0x0f, 0xf7, 0x60, 0x64, 0x5a, - 0x46, 0x44, 0x21, 0x53, 0x2e, 0xab, 0x49, 0x80, 0x62, 0xab, 0xfc, 0x65, 0x35, 0xd3, 0x88, 0xa8, - 0x69, 0xa3, 0x99, 0x4e, 0x82, 0x69, 0xa3, 0xf9, 0xed, 0x1e, 0x99, 0x8d, 0x30, 0x8c, 0x88, 0x0a, - 0xc3, 0x46, 0x15, 0x86, 0x93, 0x20, 0x0c, 0x1b, 0xdd, 0x6c, 0x5b, 0x0f, 0xfb, 0xf0, 0x4f, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x74, 0xe7, 0x19, 0xc7, 0x75, 0x04, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/keyword_plan_keyword.pb.go b/googleapis/ads/googleads/v0/resources/keyword_plan_keyword.pb.go deleted file mode 100644 index 2afebcb6f2..0000000000 --- a/googleapis/ads/googleads/v0/resources/keyword_plan_keyword.pb.go +++ /dev/null @@ -1,151 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/keyword_plan_keyword.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A Keyword Plan ad group keyword. -// Max number of keyword plan keywords per plan: 2500. -type KeywordPlanKeyword struct { - // The resource name of the Keyword Plan ad group keyword. - // KeywordPlanKeyword resource names have the form: - // - // `customers/{customer_id}/keywordPlanKeywords/{kp_ad_group_keyword_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The Keyword Plan ad group to which this keyword belongs. - KeywordPlanAdGroup *wrappers.StringValue `protobuf:"bytes,2,opt,name=keyword_plan_ad_group,json=keywordPlanAdGroup,proto3" json:"keyword_plan_ad_group,omitempty"` - // The ID of the Keyword Plan keyword. - Id *wrappers.Int64Value `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` - // The keyword text. - Text *wrappers.StringValue `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"` - // The keyword match type. - MatchType enums.KeywordMatchTypeEnum_KeywordMatchType `protobuf:"varint,5,opt,name=match_type,json=matchType,proto3,enum=google.ads.googleads.v0.enums.KeywordMatchTypeEnum_KeywordMatchType" json:"match_type,omitempty"` - // A keyword level max cpc bid in micros, in the account currency, that - // overrides the keyword plan ad group cpc bid. - CpcBidMicros *wrappers.Int64Value `protobuf:"bytes,6,opt,name=cpc_bid_micros,json=cpcBidMicros,proto3" json:"cpc_bid_micros,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanKeyword) Reset() { *m = KeywordPlanKeyword{} } -func (m *KeywordPlanKeyword) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanKeyword) ProtoMessage() {} -func (*KeywordPlanKeyword) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_keyword_32484b3586ce413e, []int{0} -} -func (m *KeywordPlanKeyword) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanKeyword.Unmarshal(m, b) -} -func (m *KeywordPlanKeyword) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanKeyword.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanKeyword) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanKeyword.Merge(dst, src) -} -func (m *KeywordPlanKeyword) XXX_Size() int { - return xxx_messageInfo_KeywordPlanKeyword.Size(m) -} -func (m *KeywordPlanKeyword) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanKeyword.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanKeyword proto.InternalMessageInfo - -func (m *KeywordPlanKeyword) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *KeywordPlanKeyword) GetKeywordPlanAdGroup() *wrappers.StringValue { - if m != nil { - return m.KeywordPlanAdGroup - } - return nil -} - -func (m *KeywordPlanKeyword) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *KeywordPlanKeyword) GetText() *wrappers.StringValue { - if m != nil { - return m.Text - } - return nil -} - -func (m *KeywordPlanKeyword) GetMatchType() enums.KeywordMatchTypeEnum_KeywordMatchType { - if m != nil { - return m.MatchType - } - return enums.KeywordMatchTypeEnum_UNSPECIFIED -} - -func (m *KeywordPlanKeyword) GetCpcBidMicros() *wrappers.Int64Value { - if m != nil { - return m.CpcBidMicros - } - return nil -} - -func init() { - proto.RegisterType((*KeywordPlanKeyword)(nil), "google.ads.googleads.v0.resources.KeywordPlanKeyword") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/keyword_plan_keyword.proto", fileDescriptor_keyword_plan_keyword_32484b3586ce413e) -} - -var fileDescriptor_keyword_plan_keyword_32484b3586ce413e = []byte{ - // 439 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xdf, 0x8a, 0xd4, 0x30, - 0x14, 0xc6, 0x69, 0x67, 0x5d, 0xd8, 0xb8, 0xee, 0x45, 0x40, 0x2c, 0xab, 0xc8, 0xac, 0xb2, 0x30, - 0x20, 0xa4, 0x65, 0x95, 0xbd, 0x88, 0xde, 0x74, 0x50, 0x06, 0x95, 0xd5, 0x61, 0x94, 0xb9, 0x90, - 0x42, 0xc9, 0x24, 0x31, 0x96, 0x6d, 0xfe, 0x90, 0xb4, 0xbb, 0xce, 0xbd, 0x2f, 0xe0, 0x2b, 0x78, - 0xe9, 0xa3, 0xf8, 0x28, 0x3e, 0x85, 0xb4, 0x69, 0x3b, 0xc8, 0xb0, 0x8e, 0x77, 0x5f, 0x92, 0xef, - 0x77, 0xbe, 0x9e, 0xd3, 0x03, 0x5e, 0x08, 0xad, 0x45, 0xc9, 0x63, 0xc2, 0x5c, 0xec, 0x65, 0xa3, - 0xae, 0x92, 0xd8, 0x72, 0xa7, 0x6b, 0x4b, 0xb9, 0x8b, 0x2f, 0xf9, 0xfa, 0x5a, 0x5b, 0x96, 0x9b, - 0x92, 0xa8, 0xbc, 0x3b, 0x20, 0x63, 0x75, 0xa5, 0xe1, 0x89, 0x47, 0x10, 0x61, 0x0e, 0x0d, 0x34, - 0xba, 0x4a, 0xd0, 0x40, 0x1f, 0x9f, 0xdf, 0x14, 0xc0, 0x55, 0x2d, 0x37, 0xc5, 0x25, 0xa9, 0xe8, - 0x97, 0xbc, 0x5a, 0x1b, 0xee, 0x4b, 0x1f, 0x3f, 0xec, 0xb8, 0xf6, 0xb4, 0xaa, 0x3f, 0xc7, 0xd7, - 0x96, 0x18, 0xc3, 0xad, 0xf3, 0xef, 0x8f, 0xbe, 0x8f, 0x00, 0x7c, 0xeb, 0xe1, 0x79, 0x49, 0x54, - 0x27, 0xe1, 0x63, 0x70, 0xa7, 0xcf, 0xce, 0x15, 0x91, 0x3c, 0x0a, 0xc6, 0xc1, 0xe4, 0x60, 0x71, - 0xd8, 0x5f, 0xbe, 0x23, 0x92, 0xc3, 0xf7, 0xe0, 0xee, 0x5f, 0x4d, 0x11, 0x96, 0x0b, 0xab, 0x6b, - 0x13, 0x85, 0xe3, 0x60, 0x72, 0xfb, 0xec, 0x41, 0xd7, 0x0b, 0xea, 0xb3, 0xd1, 0x87, 0xca, 0x16, - 0x4a, 0x2c, 0x49, 0x59, 0xf3, 0x05, 0xbc, 0xdc, 0xa4, 0xa6, 0x6c, 0xd6, 0x70, 0xf0, 0x09, 0x08, - 0x0b, 0x16, 0x8d, 0x5a, 0xfa, 0xfe, 0x16, 0xfd, 0x5a, 0x55, 0xe7, 0xcf, 0x3c, 0x1c, 0x16, 0x0c, - 0x26, 0x60, 0xaf, 0xe2, 0x5f, 0xab, 0x68, 0xef, 0x3f, 0xc2, 0x5a, 0x27, 0xa4, 0x00, 0x6c, 0xe6, - 0x13, 0xdd, 0x1a, 0x07, 0x93, 0xa3, 0xb3, 0x97, 0xe8, 0xa6, 0xd9, 0xb7, 0x83, 0x45, 0xdd, 0x40, - 0x2e, 0x1a, 0xee, 0xe3, 0xda, 0xf0, 0x57, 0xaa, 0x96, 0x5b, 0x97, 0x8b, 0x03, 0xd9, 0x4b, 0x98, - 0x82, 0x23, 0x6a, 0x68, 0xbe, 0x2a, 0x58, 0x2e, 0x0b, 0x6a, 0xb5, 0x8b, 0xf6, 0x77, 0xf7, 0x73, - 0x48, 0x0d, 0x9d, 0x16, 0xec, 0xa2, 0x05, 0xa6, 0xdf, 0x42, 0x70, 0x4a, 0xb5, 0x44, 0x3b, 0xb7, - 0x62, 0x7a, 0x6f, 0xfb, 0xd7, 0xcd, 0x9b, 0xf2, 0xf3, 0xe0, 0xd3, 0x9b, 0x8e, 0x16, 0xba, 0x24, - 0x4a, 0x20, 0x6d, 0x45, 0x2c, 0xb8, 0x6a, 0xc3, 0xfb, 0x05, 0x32, 0x85, 0xfb, 0xc7, 0xc2, 0x3e, - 0x1f, 0xd4, 0x8f, 0x70, 0x34, 0x4b, 0xd3, 0x9f, 0xe1, 0xc9, 0xcc, 0x97, 0x4c, 0x99, 0x43, 0x5e, - 0x36, 0x6a, 0x99, 0xa0, 0x45, 0xef, 0xfc, 0xd5, 0x7b, 0xb2, 0x94, 0xb9, 0x6c, 0xf0, 0x64, 0xcb, - 0x24, 0x1b, 0x3c, 0xbf, 0xc3, 0x53, 0xff, 0x80, 0x71, 0xca, 0x1c, 0xc6, 0x83, 0x0b, 0xe3, 0x65, - 0x82, 0xf1, 0xe0, 0x5b, 0xed, 0xb7, 0x1f, 0xfb, 0xf4, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x13, - 0xc4, 0xff, 0xa5, 0x5c, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/keyword_plan_negative_keyword.pb.go b/googleapis/ads/googleads/v0/resources/keyword_plan_negative_keyword.pb.go deleted file mode 100644 index 364538ee5c..0000000000 --- a/googleapis/ads/googleads/v0/resources/keyword_plan_negative_keyword.pb.go +++ /dev/null @@ -1,141 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/keyword_plan_negative_keyword.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A Keyword Plan negative keyword. -// Max number of keyword plan negative keywords per plan: 1000. -type KeywordPlanNegativeKeyword struct { - // The resource name of the Keyword Plan negative keyword. - // KeywordPlanNegativeKeyword resource names have the form: - // - // - // `customers/{customer_id}/keywordPlanNegativeKeywords/{kp_negative_keyword_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The Keyword Plan campaign to which this negative keyword belongs. - KeywordPlanCampaign *wrappers.StringValue `protobuf:"bytes,2,opt,name=keyword_plan_campaign,json=keywordPlanCampaign,proto3" json:"keyword_plan_campaign,omitempty"` - // The ID of the Keyword Plan negative keyword. - Id *wrappers.Int64Value `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` - // The keyword text. - Text *wrappers.StringValue `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"` - // The keyword match type. - MatchType enums.KeywordMatchTypeEnum_KeywordMatchType `protobuf:"varint,5,opt,name=match_type,json=matchType,proto3,enum=google.ads.googleads.v0.enums.KeywordMatchTypeEnum_KeywordMatchType" json:"match_type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanNegativeKeyword) Reset() { *m = KeywordPlanNegativeKeyword{} } -func (m *KeywordPlanNegativeKeyword) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanNegativeKeyword) ProtoMessage() {} -func (*KeywordPlanNegativeKeyword) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_negative_keyword_b7d19f4194ef6279, []int{0} -} -func (m *KeywordPlanNegativeKeyword) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanNegativeKeyword.Unmarshal(m, b) -} -func (m *KeywordPlanNegativeKeyword) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanNegativeKeyword.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanNegativeKeyword) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanNegativeKeyword.Merge(dst, src) -} -func (m *KeywordPlanNegativeKeyword) XXX_Size() int { - return xxx_messageInfo_KeywordPlanNegativeKeyword.Size(m) -} -func (m *KeywordPlanNegativeKeyword) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanNegativeKeyword.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanNegativeKeyword proto.InternalMessageInfo - -func (m *KeywordPlanNegativeKeyword) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *KeywordPlanNegativeKeyword) GetKeywordPlanCampaign() *wrappers.StringValue { - if m != nil { - return m.KeywordPlanCampaign - } - return nil -} - -func (m *KeywordPlanNegativeKeyword) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *KeywordPlanNegativeKeyword) GetText() *wrappers.StringValue { - if m != nil { - return m.Text - } - return nil -} - -func (m *KeywordPlanNegativeKeyword) GetMatchType() enums.KeywordMatchTypeEnum_KeywordMatchType { - if m != nil { - return m.MatchType - } - return enums.KeywordMatchTypeEnum_UNSPECIFIED -} - -func init() { - proto.RegisterType((*KeywordPlanNegativeKeyword)(nil), "google.ads.googleads.v0.resources.KeywordPlanNegativeKeyword") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/keyword_plan_negative_keyword.proto", fileDescriptor_keyword_plan_negative_keyword_b7d19f4194ef6279) -} - -var fileDescriptor_keyword_plan_negative_keyword_b7d19f4194ef6279 = []byte{ - // 421 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xdd, 0x6a, 0xd4, 0x40, - 0x18, 0x25, 0xd3, 0x2a, 0x74, 0xfc, 0xb9, 0x88, 0x08, 0x61, 0x15, 0xdd, 0x2a, 0x85, 0x05, 0x61, - 0x12, 0xaa, 0xf4, 0x62, 0xbc, 0x4a, 0xb5, 0x14, 0x15, 0xcb, 0xb2, 0xca, 0x5e, 0x48, 0x20, 0x4c, - 0x33, 0xe3, 0x18, 0x9a, 0xf9, 0x61, 0x66, 0xb2, 0x75, 0xdf, 0xc1, 0xa7, 0xf0, 0xd2, 0x47, 0xf1, - 0x05, 0x7c, 0x07, 0x9f, 0x42, 0x92, 0x99, 0x64, 0x91, 0xb2, 0xda, 0xbb, 0x33, 0xdf, 0x9c, 0x73, - 0xbe, 0x5f, 0x78, 0xc2, 0x95, 0xe2, 0x0d, 0x4b, 0x09, 0xb5, 0xa9, 0x87, 0x1d, 0x5a, 0x65, 0xa9, - 0x61, 0x56, 0xb5, 0xa6, 0x62, 0x36, 0xbd, 0x60, 0xeb, 0x4b, 0x65, 0x68, 0xa9, 0x1b, 0x22, 0x4b, - 0xc9, 0x38, 0x71, 0xf5, 0x8a, 0x95, 0x21, 0x8a, 0xb4, 0x51, 0x4e, 0xc5, 0xfb, 0x5e, 0x8b, 0x08, - 0xb5, 0x68, 0xb4, 0x41, 0xab, 0x0c, 0x8d, 0x36, 0x93, 0xa3, 0x6d, 0x99, 0x98, 0x6c, 0xc5, 0x26, - 0x8b, 0x20, 0xae, 0xfa, 0x52, 0xba, 0xb5, 0x66, 0xde, 0x7a, 0xf2, 0x28, 0xe8, 0xfa, 0xd7, 0x79, - 0xfb, 0x39, 0xbd, 0x34, 0x44, 0x6b, 0x66, 0xac, 0xff, 0x7f, 0xf2, 0x0b, 0xc0, 0xc9, 0x3b, 0x2f, - 0x9e, 0x37, 0x44, 0x9e, 0x85, 0x02, 0x43, 0x28, 0x7e, 0x0a, 0xef, 0x0c, 0x35, 0x94, 0x92, 0x08, - 0x96, 0x44, 0xd3, 0x68, 0xb6, 0xb7, 0xb8, 0x3d, 0x04, 0xcf, 0x88, 0x60, 0xf1, 0x1c, 0xde, 0xff, - 0xab, 0xcb, 0x8a, 0x08, 0x4d, 0x6a, 0x2e, 0x13, 0x30, 0x8d, 0x66, 0xb7, 0x0e, 0x1f, 0x86, 0x9e, - 0xd0, 0x50, 0x03, 0xfa, 0xe0, 0x4c, 0x2d, 0xf9, 0x92, 0x34, 0x2d, 0x5b, 0xdc, 0xbb, 0xd8, 0x64, - 0x7f, 0x15, 0x84, 0xf1, 0x33, 0x08, 0x6a, 0x9a, 0xec, 0xf4, 0xf2, 0x07, 0x57, 0xe4, 0x6f, 0xa4, - 0x3b, 0x7a, 0xe1, 0xd5, 0xa0, 0xa6, 0x71, 0x06, 0x77, 0x1d, 0xfb, 0xea, 0x92, 0xdd, 0x6b, 0x64, - 0xeb, 0x99, 0x71, 0x05, 0xe1, 0x66, 0x50, 0xc9, 0x8d, 0x69, 0x34, 0xbb, 0x7b, 0xf8, 0x1a, 0x6d, - 0x5b, 0x42, 0x3f, 0x61, 0x14, 0x26, 0xf2, 0xbe, 0xd3, 0x7d, 0x5c, 0x6b, 0x76, 0x22, 0x5b, 0x71, - 0x25, 0xb8, 0xd8, 0x13, 0x03, 0x3c, 0xfe, 0x06, 0xe0, 0x41, 0xa5, 0x04, 0xfa, 0xef, 0x6e, 0x8f, - 0x1f, 0x6f, 0x5f, 0xc0, 0xbc, 0x6b, 0x62, 0x1e, 0x7d, 0x7a, 0x1b, 0x5c, 0xb8, 0x6a, 0x88, 0xe4, - 0x48, 0x19, 0x9e, 0x72, 0x26, 0xfb, 0x16, 0x87, 0x73, 0xd0, 0xb5, 0xfd, 0xc7, 0x1d, 0xbe, 0x1c, - 0xd1, 0x77, 0xb0, 0x73, 0x9a, 0xe7, 0x3f, 0xc0, 0xfe, 0xa9, 0xb7, 0xcc, 0xa9, 0x45, 0x1e, 0x76, - 0x68, 0x99, 0xa1, 0xc5, 0xc0, 0xfc, 0x39, 0x70, 0x8a, 0x9c, 0xda, 0x62, 0xe4, 0x14, 0xcb, 0xac, - 0x18, 0x39, 0xbf, 0xc1, 0x81, 0xff, 0xc0, 0x38, 0xa7, 0x16, 0xe3, 0x91, 0x85, 0xf1, 0x32, 0xc3, - 0x78, 0xe4, 0x9d, 0xdf, 0xec, 0x8b, 0x7d, 0xfe, 0x27, 0x00, 0x00, 0xff, 0xff, 0x18, 0x5c, 0xd5, - 0xdc, 0x33, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/keyword_view.pb.go b/googleapis/ads/googleads/v0/resources/keyword_view.pb.go deleted file mode 100644 index 8081dac7a7..0000000000 --- a/googleapis/ads/googleads/v0/resources/keyword_view.pb.go +++ /dev/null @@ -1,90 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/keyword_view.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A keyword view. -type KeywordView struct { - // The resource name of the keyword view. - // Keyword view resource names have the form: - // - // `customers/{customer_id}/keywordViews/{ad_group_id}_{criterion_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordView) Reset() { *m = KeywordView{} } -func (m *KeywordView) String() string { return proto.CompactTextString(m) } -func (*KeywordView) ProtoMessage() {} -func (*KeywordView) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_view_22e622f7e84f515f, []int{0} -} -func (m *KeywordView) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordView.Unmarshal(m, b) -} -func (m *KeywordView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordView.Marshal(b, m, deterministic) -} -func (dst *KeywordView) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordView.Merge(dst, src) -} -func (m *KeywordView) XXX_Size() int { - return xxx_messageInfo_KeywordView.Size(m) -} -func (m *KeywordView) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordView.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordView proto.InternalMessageInfo - -func (m *KeywordView) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*KeywordView)(nil), "google.ads.googleads.v0.resources.KeywordView") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/keyword_view.proto", fileDescriptor_keyword_view_22e622f7e84f515f) -} - -var fileDescriptor_keyword_view_22e622f7e84f515f = []byte{ - // 245 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x49, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xa2, 0xd4, - 0xe2, 0xfc, 0xd2, 0xa2, 0xe4, 0xd4, 0x62, 0xfd, 0xec, 0xd4, 0xca, 0xf2, 0xfc, 0xa2, 0x94, 0xf8, - 0xb2, 0xcc, 0xd4, 0x72, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x45, 0x88, 0x52, 0xbd, 0xc4, - 0x94, 0x62, 0x3d, 0xb8, 0x2e, 0xbd, 0x32, 0x03, 0x3d, 0xb8, 0x2e, 0x25, 0x23, 0x2e, 0x6e, 0x6f, - 0x88, 0xc6, 0xb0, 0xcc, 0xd4, 0x72, 0x21, 0x65, 0x2e, 0x5e, 0x98, 0x5c, 0x7c, 0x5e, 0x62, 0x6e, - 0xaa, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0x67, 0x10, 0x0f, 0x4c, 0xd0, 0x2f, 0x31, 0x37, 0xd5, 0xe9, - 0x2f, 0x23, 0x97, 0x6a, 0x72, 0x7e, 0xae, 0x1e, 0x41, 0xd3, 0x9d, 0x04, 0x90, 0xcc, 0x0e, 0x00, - 0x39, 0x29, 0x80, 0x31, 0xca, 0x0b, 0xaa, 0x2d, 0x3d, 0x3f, 0x27, 0x31, 0x2f, 0x5d, 0x2f, 0xbf, - 0x28, 0x5d, 0x3f, 0x3d, 0x35, 0x0f, 0xec, 0x60, 0x98, 0xd7, 0x0a, 0x32, 0x8b, 0xf1, 0xf8, 0xd4, - 0x1a, 0xce, 0x5a, 0xc4, 0xc4, 0xec, 0xee, 0xe8, 0xb8, 0x8a, 0x49, 0xd1, 0x1d, 0x62, 0xa4, 0x63, - 0x4a, 0xb1, 0x1e, 0x84, 0x09, 0x62, 0x85, 0x19, 0xe8, 0x05, 0xc1, 0x54, 0x9e, 0x82, 0xa9, 0x89, - 0x71, 0x4c, 0x29, 0x8e, 0x81, 0xab, 0x89, 0x09, 0x33, 0x88, 0x81, 0xab, 0x79, 0xc5, 0xa4, 0x0a, - 0x91, 0xb0, 0xb2, 0x72, 0x4c, 0x29, 0xb6, 0xb2, 0x82, 0xab, 0xb2, 0xb2, 0x0a, 0x33, 0xb0, 0xb2, - 0x82, 0xab, 0x4b, 0x62, 0x03, 0x3b, 0xd6, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x11, 0x6e, 0x7e, - 0x68, 0x95, 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/language_constant.pb.go b/googleapis/ads/googleads/v0/resources/language_constant.pb.go deleted file mode 100644 index e2e9daf777..0000000000 --- a/googleapis/ads/googleads/v0/resources/language_constant.pb.go +++ /dev/null @@ -1,124 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/language_constant.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A language. -type LanguageConstant struct { - // The resource name of the language constant. - // Language constant resource names have the form: - // - // `languageConstants/{criterion_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the language constant. - Id *wrappers.Int64Value `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - // The language code, e.g. "en_US", "en_AU", "es", "fr", etc. - Code *wrappers.StringValue `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"` - // The full name of the language in English, e.g., "English (US)", "Spanish", - // etc. - Name *wrappers.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *LanguageConstant) Reset() { *m = LanguageConstant{} } -func (m *LanguageConstant) String() string { return proto.CompactTextString(m) } -func (*LanguageConstant) ProtoMessage() {} -func (*LanguageConstant) Descriptor() ([]byte, []int) { - return fileDescriptor_language_constant_f99f4e02e7918979, []int{0} -} -func (m *LanguageConstant) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_LanguageConstant.Unmarshal(m, b) -} -func (m *LanguageConstant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_LanguageConstant.Marshal(b, m, deterministic) -} -func (dst *LanguageConstant) XXX_Merge(src proto.Message) { - xxx_messageInfo_LanguageConstant.Merge(dst, src) -} -func (m *LanguageConstant) XXX_Size() int { - return xxx_messageInfo_LanguageConstant.Size(m) -} -func (m *LanguageConstant) XXX_DiscardUnknown() { - xxx_messageInfo_LanguageConstant.DiscardUnknown(m) -} - -var xxx_messageInfo_LanguageConstant proto.InternalMessageInfo - -func (m *LanguageConstant) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *LanguageConstant) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *LanguageConstant) GetCode() *wrappers.StringValue { - if m != nil { - return m.Code - } - return nil -} - -func (m *LanguageConstant) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func init() { - proto.RegisterType((*LanguageConstant)(nil), "google.ads.googleads.v0.resources.LanguageConstant") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/language_constant.proto", fileDescriptor_language_constant_f99f4e02e7918979) -} - -var fileDescriptor_language_constant_f99f4e02e7918979 = []byte{ - // 332 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xd1, 0x4a, 0xf3, 0x30, - 0x1c, 0xc5, 0x69, 0x36, 0x3e, 0xf8, 0xaa, 0x82, 0x14, 0x84, 0xa1, 0x22, 0x9b, 0x32, 0x18, 0x08, - 0x69, 0x51, 0x11, 0x8c, 0x57, 0x9d, 0x17, 0x43, 0x11, 0x19, 0x13, 0x7a, 0x21, 0x85, 0x91, 0x35, - 0x31, 0x14, 0xb6, 0xa4, 0x24, 0xed, 0xbc, 0xf7, 0x51, 0xbc, 0xf4, 0x49, 0xc4, 0x47, 0xf1, 0x29, - 0x24, 0x49, 0x93, 0x0b, 0x05, 0xf5, 0xee, 0x90, 0xfc, 0xce, 0x39, 0xc9, 0xff, 0x1f, 0x5e, 0x30, - 0x21, 0xd8, 0x92, 0xc6, 0x98, 0xa8, 0xd8, 0x4a, 0xad, 0xd6, 0x49, 0x2c, 0xa9, 0x12, 0x8d, 0x2c, - 0xa8, 0x8a, 0x97, 0x98, 0xb3, 0x06, 0x33, 0x3a, 0x2f, 0x04, 0x57, 0x35, 0xe6, 0x35, 0xac, 0xa4, - 0xa8, 0x45, 0x34, 0xb0, 0x3c, 0xc4, 0x44, 0x41, 0x6f, 0x85, 0xeb, 0x04, 0x7a, 0xeb, 0xee, 0x41, - 0x9b, 0x6e, 0x0c, 0x8b, 0xe6, 0x31, 0x7e, 0x92, 0xb8, 0xaa, 0xa8, 0x54, 0x36, 0xe2, 0xf0, 0x2d, - 0x08, 0xb7, 0x6f, 0xdb, 0xf8, 0xab, 0x36, 0x3d, 0x3a, 0x0a, 0xb7, 0x5c, 0xc2, 0x9c, 0xe3, 0x15, - 0xed, 0x05, 0xfd, 0x60, 0xf4, 0x7f, 0xb6, 0xe9, 0x0e, 0xef, 0xf0, 0x8a, 0x46, 0xc7, 0x21, 0x28, - 0x49, 0x0f, 0xf4, 0x83, 0xd1, 0xc6, 0xc9, 0x5e, 0x5b, 0x0f, 0x5d, 0x0d, 0xbc, 0xe6, 0xf5, 0xf9, - 0x59, 0x86, 0x97, 0x0d, 0x9d, 0x81, 0x92, 0x44, 0x49, 0xd8, 0x2d, 0x04, 0xa1, 0xbd, 0x8e, 0xc1, - 0xf7, 0xbf, 0xe1, 0xf7, 0xb5, 0x2c, 0x39, 0xb3, 0xbc, 0x21, 0xb5, 0xc3, 0x54, 0x77, 0xff, 0xe2, - 0xd0, 0xe4, 0xf8, 0x19, 0x84, 0xc3, 0x42, 0xac, 0xe0, 0xaf, 0x43, 0x19, 0xef, 0x7c, 0xfd, 0xf1, - 0x54, 0xa7, 0x4e, 0x83, 0x87, 0x9b, 0xd6, 0xcb, 0x84, 0x1e, 0x39, 0x14, 0x92, 0xc5, 0x8c, 0x72, - 0xd3, 0xe9, 0x76, 0x53, 0x95, 0xea, 0x87, 0x55, 0x5d, 0x7a, 0xf5, 0x02, 0x3a, 0x93, 0x34, 0x7d, - 0x05, 0x83, 0x89, 0x8d, 0x4c, 0x89, 0x82, 0x56, 0x6a, 0x95, 0x25, 0x70, 0xe6, 0xc8, 0x77, 0xc7, - 0xe4, 0x29, 0x51, 0xb9, 0x67, 0xf2, 0x2c, 0xc9, 0x3d, 0xf3, 0x01, 0x86, 0xf6, 0x02, 0xa1, 0x94, - 0x28, 0x84, 0x3c, 0x85, 0x50, 0x96, 0x20, 0xe4, 0xb9, 0xc5, 0x3f, 0xf3, 0xd8, 0xd3, 0xcf, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x1f, 0x35, 0xd2, 0x7c, 0x56, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/managed_placement_view.pb.go b/googleapis/ads/googleads/v0/resources/managed_placement_view.pb.go deleted file mode 100644 index cfc633a454..0000000000 --- a/googleapis/ads/googleads/v0/resources/managed_placement_view.pb.go +++ /dev/null @@ -1,92 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/managed_placement_view.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A managed placement view. -type ManagedPlacementView struct { - // The resource name of the Managed Placement view. - // Managed placement view resource names have the form: - // - // - // `customers/{customer_id}/managedPlacementViews/{ad_group_id}_{criterion_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ManagedPlacementView) Reset() { *m = ManagedPlacementView{} } -func (m *ManagedPlacementView) String() string { return proto.CompactTextString(m) } -func (*ManagedPlacementView) ProtoMessage() {} -func (*ManagedPlacementView) Descriptor() ([]byte, []int) { - return fileDescriptor_managed_placement_view_4bcd4b1e12afaf0c, []int{0} -} -func (m *ManagedPlacementView) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ManagedPlacementView.Unmarshal(m, b) -} -func (m *ManagedPlacementView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ManagedPlacementView.Marshal(b, m, deterministic) -} -func (dst *ManagedPlacementView) XXX_Merge(src proto.Message) { - xxx_messageInfo_ManagedPlacementView.Merge(dst, src) -} -func (m *ManagedPlacementView) XXX_Size() int { - return xxx_messageInfo_ManagedPlacementView.Size(m) -} -func (m *ManagedPlacementView) XXX_DiscardUnknown() { - xxx_messageInfo_ManagedPlacementView.DiscardUnknown(m) -} - -var xxx_messageInfo_ManagedPlacementView proto.InternalMessageInfo - -func (m *ManagedPlacementView) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*ManagedPlacementView)(nil), "google.ads.googleads.v0.resources.ManagedPlacementView") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/managed_placement_view.proto", fileDescriptor_managed_placement_view_4bcd4b1e12afaf0c) -} - -var fileDescriptor_managed_placement_view_4bcd4b1e12afaf0c = []byte{ - // 259 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4b, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xa2, 0xd4, - 0xe2, 0xfc, 0xd2, 0xa2, 0xe4, 0xd4, 0x62, 0xfd, 0xdc, 0xc4, 0xbc, 0xc4, 0xf4, 0xd4, 0x94, 0xf8, - 0x82, 0x9c, 0xc4, 0xe4, 0xd4, 0xdc, 0xd4, 0xbc, 0x92, 0xf8, 0xb2, 0xcc, 0xd4, 0x72, 0xbd, 0x82, - 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x45, 0x88, 0x26, 0xbd, 0xc4, 0x94, 0x62, 0x3d, 0xb8, 0x7e, 0xbd, - 0x32, 0x03, 0x3d, 0xb8, 0x7e, 0x25, 0x6b, 0x2e, 0x11, 0x5f, 0x88, 0x11, 0x01, 0x30, 0x13, 0xc2, - 0x32, 0x53, 0xcb, 0x85, 0x94, 0xb9, 0x78, 0x61, 0x8a, 0xe2, 0xf3, 0x12, 0x73, 0x53, 0x25, 0x18, - 0x15, 0x18, 0x35, 0x38, 0x83, 0x78, 0x60, 0x82, 0x7e, 0x89, 0xb9, 0xa9, 0x4e, 0x6d, 0x4c, 0x5c, - 0xaa, 0xc9, 0xf9, 0xb9, 0x7a, 0x04, 0xad, 0x71, 0x92, 0xc4, 0x66, 0x49, 0x00, 0xc8, 0x91, 0x01, - 0x8c, 0x51, 0x5e, 0x50, 0xfd, 0xe9, 0xf9, 0x39, 0x89, 0x79, 0xe9, 0x7a, 0xf9, 0x45, 0xe9, 0xfa, - 0xe9, 0xa9, 0x79, 0x60, 0x2f, 0xc0, 0xbc, 0x5d, 0x90, 0x59, 0x8c, 0x27, 0x14, 0xac, 0xe1, 0xac, - 0x45, 0x4c, 0xcc, 0xee, 0x8e, 0x8e, 0xab, 0x98, 0x14, 0xdd, 0x21, 0x46, 0x3a, 0xa6, 0x14, 0xeb, - 0x41, 0x98, 0x20, 0x56, 0x98, 0x81, 0x5e, 0x10, 0x4c, 0xe5, 0x29, 0x98, 0x9a, 0x18, 0xc7, 0x94, - 0xe2, 0x18, 0xb8, 0x9a, 0x98, 0x30, 0x83, 0x18, 0xb8, 0x9a, 0x57, 0x4c, 0xaa, 0x10, 0x09, 0x2b, - 0x2b, 0xc7, 0x94, 0x62, 0x2b, 0x2b, 0xb8, 0x2a, 0x2b, 0xab, 0x30, 0x03, 0x2b, 0x2b, 0xb8, 0xba, - 0x24, 0x36, 0xb0, 0x63, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xbf, 0x61, 0x97, 0x59, 0xb1, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/media_file.pb.go b/googleapis/ads/googleads/v0/resources/media_file.pb.go deleted file mode 100644 index 378347985e..0000000000 --- a/googleapis/ads/googleads/v0/resources/media_file.pb.go +++ /dev/null @@ -1,551 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/media_file.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A media file. -type MediaFile struct { - // The resource name of the media file. - // Media file resource names have the form: - // - // `customers/{customer_id}/mediaFiles/{media_file_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the media file. - Id *wrappers.Int64Value `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - // Type of the media file. - Type enums.MediaTypeEnum_MediaType `protobuf:"varint,5,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.MediaTypeEnum_MediaType" json:"type,omitempty"` - // The mime type of the media file. - MimeType enums.MimeTypeEnum_MimeType `protobuf:"varint,6,opt,name=mime_type,json=mimeType,proto3,enum=google.ads.googleads.v0.enums.MimeTypeEnum_MimeType" json:"mime_type,omitempty"` - // The URL of where the original media file was downloaded from (or a file - // name). - SourceUrl *wrappers.StringValue `protobuf:"bytes,7,opt,name=source_url,json=sourceUrl,proto3" json:"source_url,omitempty"` - // The name of the media file. The name can be used by clients to help - // identify previously uploaded media. - Name *wrappers.StringValue `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"` - // The size of the media file in bytes. - FileSize *wrappers.Int64Value `protobuf:"bytes,9,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"` - // The specific type of the media file. - // - // Types that are valid to be assigned to Mediatype: - // *MediaFile_Image - // *MediaFile_MediaBundle - // *MediaFile_Audio - // *MediaFile_Video - Mediatype isMediaFile_Mediatype `protobuf_oneof:"mediatype"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MediaFile) Reset() { *m = MediaFile{} } -func (m *MediaFile) String() string { return proto.CompactTextString(m) } -func (*MediaFile) ProtoMessage() {} -func (*MediaFile) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_29fb685b40df9f39, []int{0} -} -func (m *MediaFile) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MediaFile.Unmarshal(m, b) -} -func (m *MediaFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MediaFile.Marshal(b, m, deterministic) -} -func (dst *MediaFile) XXX_Merge(src proto.Message) { - xxx_messageInfo_MediaFile.Merge(dst, src) -} -func (m *MediaFile) XXX_Size() int { - return xxx_messageInfo_MediaFile.Size(m) -} -func (m *MediaFile) XXX_DiscardUnknown() { - xxx_messageInfo_MediaFile.DiscardUnknown(m) -} - -var xxx_messageInfo_MediaFile proto.InternalMessageInfo - -func (m *MediaFile) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *MediaFile) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *MediaFile) GetType() enums.MediaTypeEnum_MediaType { - if m != nil { - return m.Type - } - return enums.MediaTypeEnum_UNSPECIFIED -} - -func (m *MediaFile) GetMimeType() enums.MimeTypeEnum_MimeType { - if m != nil { - return m.MimeType - } - return enums.MimeTypeEnum_UNSPECIFIED -} - -func (m *MediaFile) GetSourceUrl() *wrappers.StringValue { - if m != nil { - return m.SourceUrl - } - return nil -} - -func (m *MediaFile) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *MediaFile) GetFileSize() *wrappers.Int64Value { - if m != nil { - return m.FileSize - } - return nil -} - -type isMediaFile_Mediatype interface { - isMediaFile_Mediatype() -} - -type MediaFile_Image struct { - Image *MediaImage `protobuf:"bytes,3,opt,name=image,proto3,oneof"` -} - -type MediaFile_MediaBundle struct { - MediaBundle *MediaBundle `protobuf:"bytes,4,opt,name=media_bundle,json=mediaBundle,proto3,oneof"` -} - -type MediaFile_Audio struct { - Audio *MediaAudio `protobuf:"bytes,10,opt,name=audio,proto3,oneof"` -} - -type MediaFile_Video struct { - Video *MediaVideo `protobuf:"bytes,11,opt,name=video,proto3,oneof"` -} - -func (*MediaFile_Image) isMediaFile_Mediatype() {} - -func (*MediaFile_MediaBundle) isMediaFile_Mediatype() {} - -func (*MediaFile_Audio) isMediaFile_Mediatype() {} - -func (*MediaFile_Video) isMediaFile_Mediatype() {} - -func (m *MediaFile) GetMediatype() isMediaFile_Mediatype { - if m != nil { - return m.Mediatype - } - return nil -} - -func (m *MediaFile) GetImage() *MediaImage { - if x, ok := m.GetMediatype().(*MediaFile_Image); ok { - return x.Image - } - return nil -} - -func (m *MediaFile) GetMediaBundle() *MediaBundle { - if x, ok := m.GetMediatype().(*MediaFile_MediaBundle); ok { - return x.MediaBundle - } - return nil -} - -func (m *MediaFile) GetAudio() *MediaAudio { - if x, ok := m.GetMediatype().(*MediaFile_Audio); ok { - return x.Audio - } - return nil -} - -func (m *MediaFile) GetVideo() *MediaVideo { - if x, ok := m.GetMediatype().(*MediaFile_Video); ok { - return x.Video - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*MediaFile) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _MediaFile_OneofMarshaler, _MediaFile_OneofUnmarshaler, _MediaFile_OneofSizer, []interface{}{ - (*MediaFile_Image)(nil), - (*MediaFile_MediaBundle)(nil), - (*MediaFile_Audio)(nil), - (*MediaFile_Video)(nil), - } -} - -func _MediaFile_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*MediaFile) - // mediatype - switch x := m.Mediatype.(type) { - case *MediaFile_Image: - b.EncodeVarint(3<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Image); err != nil { - return err - } - case *MediaFile_MediaBundle: - b.EncodeVarint(4<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.MediaBundle); err != nil { - return err - } - case *MediaFile_Audio: - b.EncodeVarint(10<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Audio); err != nil { - return err - } - case *MediaFile_Video: - b.EncodeVarint(11<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Video); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("MediaFile.Mediatype has unexpected type %T", x) - } - return nil -} - -func _MediaFile_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*MediaFile) - switch tag { - case 3: // mediatype.image - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MediaImage) - err := b.DecodeMessage(msg) - m.Mediatype = &MediaFile_Image{msg} - return true, err - case 4: // mediatype.media_bundle - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MediaBundle) - err := b.DecodeMessage(msg) - m.Mediatype = &MediaFile_MediaBundle{msg} - return true, err - case 10: // mediatype.audio - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MediaAudio) - err := b.DecodeMessage(msg) - m.Mediatype = &MediaFile_Audio{msg} - return true, err - case 11: // mediatype.video - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MediaVideo) - err := b.DecodeMessage(msg) - m.Mediatype = &MediaFile_Video{msg} - return true, err - default: - return false, nil - } -} - -func _MediaFile_OneofSizer(msg proto.Message) (n int) { - m := msg.(*MediaFile) - // mediatype - switch x := m.Mediatype.(type) { - case *MediaFile_Image: - s := proto.Size(x.Image) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MediaFile_MediaBundle: - s := proto.Size(x.MediaBundle) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MediaFile_Audio: - s := proto.Size(x.Audio) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MediaFile_Video: - s := proto.Size(x.Video) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Encapsulates an Image. -type MediaImage struct { - // Raw image data. - Data *wrappers.BytesValue `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MediaImage) Reset() { *m = MediaImage{} } -func (m *MediaImage) String() string { return proto.CompactTextString(m) } -func (*MediaImage) ProtoMessage() {} -func (*MediaImage) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_29fb685b40df9f39, []int{1} -} -func (m *MediaImage) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MediaImage.Unmarshal(m, b) -} -func (m *MediaImage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MediaImage.Marshal(b, m, deterministic) -} -func (dst *MediaImage) XXX_Merge(src proto.Message) { - xxx_messageInfo_MediaImage.Merge(dst, src) -} -func (m *MediaImage) XXX_Size() int { - return xxx_messageInfo_MediaImage.Size(m) -} -func (m *MediaImage) XXX_DiscardUnknown() { - xxx_messageInfo_MediaImage.DiscardUnknown(m) -} - -var xxx_messageInfo_MediaImage proto.InternalMessageInfo - -func (m *MediaImage) GetData() *wrappers.BytesValue { - if m != nil { - return m.Data - } - return nil -} - -// Represents a ZIP archive media the content of which contains HTML5 assets. -type MediaBundle struct { - // Raw zipped data. - Data *wrappers.BytesValue `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MediaBundle) Reset() { *m = MediaBundle{} } -func (m *MediaBundle) String() string { return proto.CompactTextString(m) } -func (*MediaBundle) ProtoMessage() {} -func (*MediaBundle) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_29fb685b40df9f39, []int{2} -} -func (m *MediaBundle) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MediaBundle.Unmarshal(m, b) -} -func (m *MediaBundle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MediaBundle.Marshal(b, m, deterministic) -} -func (dst *MediaBundle) XXX_Merge(src proto.Message) { - xxx_messageInfo_MediaBundle.Merge(dst, src) -} -func (m *MediaBundle) XXX_Size() int { - return xxx_messageInfo_MediaBundle.Size(m) -} -func (m *MediaBundle) XXX_DiscardUnknown() { - xxx_messageInfo_MediaBundle.DiscardUnknown(m) -} - -var xxx_messageInfo_MediaBundle proto.InternalMessageInfo - -func (m *MediaBundle) GetData() *wrappers.BytesValue { - if m != nil { - return m.Data - } - return nil -} - -// Encapsulates an Audio. -type MediaAudio struct { - // The duration of the Audio in milliseconds. - AdDurationMillis *wrappers.Int64Value `protobuf:"bytes,1,opt,name=ad_duration_millis,json=adDurationMillis,proto3" json:"ad_duration_millis,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MediaAudio) Reset() { *m = MediaAudio{} } -func (m *MediaAudio) String() string { return proto.CompactTextString(m) } -func (*MediaAudio) ProtoMessage() {} -func (*MediaAudio) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_29fb685b40df9f39, []int{3} -} -func (m *MediaAudio) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MediaAudio.Unmarshal(m, b) -} -func (m *MediaAudio) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MediaAudio.Marshal(b, m, deterministic) -} -func (dst *MediaAudio) XXX_Merge(src proto.Message) { - xxx_messageInfo_MediaAudio.Merge(dst, src) -} -func (m *MediaAudio) XXX_Size() int { - return xxx_messageInfo_MediaAudio.Size(m) -} -func (m *MediaAudio) XXX_DiscardUnknown() { - xxx_messageInfo_MediaAudio.DiscardUnknown(m) -} - -var xxx_messageInfo_MediaAudio proto.InternalMessageInfo - -func (m *MediaAudio) GetAdDurationMillis() *wrappers.Int64Value { - if m != nil { - return m.AdDurationMillis - } - return nil -} - -// Encapsulates a Video. -type MediaVideo struct { - // The duration of the Video in milliseconds. - AdDurationMillis *wrappers.Int64Value `protobuf:"bytes,1,opt,name=ad_duration_millis,json=adDurationMillis,proto3" json:"ad_duration_millis,omitempty"` - // The YouTube video ID (as seen in YouTube URLs). - YoutubeVideoId *wrappers.StringValue `protobuf:"bytes,2,opt,name=youtube_video_id,json=youtubeVideoId,proto3" json:"youtube_video_id,omitempty"` - // The Advertising Digital Identification code for this video, as defined by - // the American Association of Advertising Agencies, used mainly for - // television commercials. - AdvertisingIdCode *wrappers.StringValue `protobuf:"bytes,3,opt,name=advertising_id_code,json=advertisingIdCode,proto3" json:"advertising_id_code,omitempty"` - // The Industry Standard Commercial Identifier code for this video, used - // mainly for television commercials. - IsciCode *wrappers.StringValue `protobuf:"bytes,4,opt,name=isci_code,json=isciCode,proto3" json:"isci_code,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MediaVideo) Reset() { *m = MediaVideo{} } -func (m *MediaVideo) String() string { return proto.CompactTextString(m) } -func (*MediaVideo) ProtoMessage() {} -func (*MediaVideo) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_29fb685b40df9f39, []int{4} -} -func (m *MediaVideo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MediaVideo.Unmarshal(m, b) -} -func (m *MediaVideo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MediaVideo.Marshal(b, m, deterministic) -} -func (dst *MediaVideo) XXX_Merge(src proto.Message) { - xxx_messageInfo_MediaVideo.Merge(dst, src) -} -func (m *MediaVideo) XXX_Size() int { - return xxx_messageInfo_MediaVideo.Size(m) -} -func (m *MediaVideo) XXX_DiscardUnknown() { - xxx_messageInfo_MediaVideo.DiscardUnknown(m) -} - -var xxx_messageInfo_MediaVideo proto.InternalMessageInfo - -func (m *MediaVideo) GetAdDurationMillis() *wrappers.Int64Value { - if m != nil { - return m.AdDurationMillis - } - return nil -} - -func (m *MediaVideo) GetYoutubeVideoId() *wrappers.StringValue { - if m != nil { - return m.YoutubeVideoId - } - return nil -} - -func (m *MediaVideo) GetAdvertisingIdCode() *wrappers.StringValue { - if m != nil { - return m.AdvertisingIdCode - } - return nil -} - -func (m *MediaVideo) GetIsciCode() *wrappers.StringValue { - if m != nil { - return m.IsciCode - } - return nil -} - -func init() { - proto.RegisterType((*MediaFile)(nil), "google.ads.googleads.v0.resources.MediaFile") - proto.RegisterType((*MediaImage)(nil), "google.ads.googleads.v0.resources.MediaImage") - proto.RegisterType((*MediaBundle)(nil), "google.ads.googleads.v0.resources.MediaBundle") - proto.RegisterType((*MediaAudio)(nil), "google.ads.googleads.v0.resources.MediaAudio") - proto.RegisterType((*MediaVideo)(nil), "google.ads.googleads.v0.resources.MediaVideo") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/media_file.proto", fileDescriptor_media_file_29fb685b40df9f39) -} - -var fileDescriptor_media_file_29fb685b40df9f39 = []byte{ - // 670 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x95, 0xed, 0x6a, 0x13, 0x4f, - 0x14, 0xc6, 0x9b, 0x6d, 0xda, 0x7f, 0x76, 0xd2, 0x7f, 0xa9, 0xe3, 0x97, 0xa5, 0x8a, 0xb4, 0x91, - 0x42, 0x41, 0x3a, 0x1b, 0x6a, 0x29, 0xba, 0x45, 0x21, 0xd1, 0xbe, 0xa4, 0x58, 0xa9, 0x5b, 0x8d, - 0x20, 0x81, 0x65, 0x92, 0x39, 0x5d, 0x06, 0x76, 0x77, 0x96, 0x9d, 0xdd, 0x48, 0x7a, 0x39, 0x7e, - 0x12, 0x2f, 0xc5, 0x6b, 0xf0, 0x0a, 0xbc, 0x05, 0xbf, 0xc8, 0xcc, 0xbe, 0x24, 0xa0, 0x6d, 0x5a, - 0xf0, 0xdb, 0x99, 0xec, 0xf3, 0xfc, 0xe6, 0x39, 0x27, 0x27, 0x1b, 0xb4, 0xeb, 0x0b, 0xe1, 0x07, - 0x60, 0x53, 0x26, 0xed, 0xbc, 0x54, 0xd5, 0xb8, 0x6d, 0x27, 0x20, 0x45, 0x96, 0x8c, 0x40, 0xda, - 0x21, 0x30, 0x4e, 0xbd, 0x4b, 0x1e, 0x00, 0x89, 0x13, 0x91, 0x0a, 0xbc, 0x99, 0x0b, 0x09, 0x65, - 0x92, 0x54, 0x1e, 0x32, 0x6e, 0x93, 0xca, 0xb3, 0x4e, 0xae, 0xc3, 0x42, 0x94, 0x85, 0x25, 0x32, - 0x9d, 0xc4, 0x05, 0x72, 0x7d, 0x67, 0x8e, 0x9e, 0x87, 0x30, 0x2b, 0x7f, 0x54, 0xc8, 0xf5, 0x69, - 0x98, 0x5d, 0xda, 0x9f, 0x13, 0x1a, 0xc7, 0x90, 0xc8, 0xfc, 0x79, 0xeb, 0xc7, 0x12, 0x32, 0xcf, - 0xd4, 0x1d, 0x47, 0x3c, 0x00, 0xfc, 0x18, 0xfd, 0x5f, 0x26, 0xf3, 0x22, 0x1a, 0x82, 0x55, 0xdb, - 0xa8, 0x6d, 0x9b, 0xee, 0x4a, 0xf9, 0xe1, 0x5b, 0x1a, 0x02, 0x7e, 0x82, 0x0c, 0xce, 0x2c, 0x63, - 0xa3, 0xb6, 0xdd, 0xdc, 0x7d, 0x50, 0xc4, 0x27, 0x25, 0x9f, 0xf4, 0xa2, 0x74, 0x7f, 0xaf, 0x4f, - 0x83, 0x0c, 0x5c, 0x83, 0x33, 0x7c, 0x8a, 0xea, 0x2a, 0x8d, 0xb5, 0xb4, 0x51, 0xdb, 0x5e, 0xdd, - 0xdd, 0x27, 0xd7, 0x0d, 0x44, 0xa7, 0x27, 0x3a, 0xc9, 0xfb, 0x49, 0x0c, 0x87, 0x51, 0x16, 0x4e, - 0x4f, 0xae, 0x66, 0xe0, 0x77, 0xc8, 0xac, 0xda, 0xb3, 0x96, 0x35, 0x70, 0x6f, 0x1e, 0x90, 0x87, - 0x30, 0xe5, 0x15, 0x07, 0xb7, 0x11, 0x16, 0x15, 0x3e, 0x40, 0xa8, 0x68, 0x37, 0x4b, 0x02, 0xeb, - 0x3f, 0xdd, 0xd3, 0xc3, 0x3f, 0x7a, 0xba, 0x48, 0x13, 0x1e, 0xf9, 0x79, 0x53, 0x66, 0xae, 0xff, - 0x90, 0x04, 0xb8, 0x8d, 0xea, 0x7a, 0x48, 0x8d, 0x5b, 0xd8, 0xb4, 0x12, 0x3f, 0x43, 0xa6, 0xda, - 0x0e, 0x4f, 0xf2, 0x2b, 0xb0, 0xcc, 0xf9, 0x13, 0x6c, 0x28, 0xf5, 0x05, 0xbf, 0x02, 0x7c, 0x88, - 0x96, 0x78, 0x48, 0x7d, 0xb0, 0x16, 0xb5, 0x6b, 0x87, 0xcc, 0xdd, 0xac, 0x7c, 0x7c, 0x3d, 0x65, - 0x3a, 0x59, 0x70, 0x73, 0x37, 0xbe, 0x40, 0x2b, 0xf9, 0x46, 0x0d, 0xb3, 0x88, 0x05, 0x60, 0xd5, - 0x35, 0x8d, 0xdc, 0x96, 0xd6, 0xd5, 0xae, 0x93, 0x05, 0xb7, 0x19, 0x4e, 0x8f, 0x2a, 0x1b, 0xcd, - 0x18, 0x17, 0x16, 0xba, 0x5b, 0xb6, 0x8e, 0x32, 0xa9, 0x6c, 0xda, 0xad, 0x30, 0x63, 0xce, 0x40, - 0x58, 0xcd, 0xbb, 0x61, 0xfa, 0xca, 0xa4, 0x30, 0xda, 0xdd, 0x6d, 0x22, 0x53, 0x87, 0x53, 0x5b, - 0xd2, 0x7a, 0x81, 0xd0, 0x74, 0x0c, 0xd8, 0x46, 0x75, 0x46, 0x53, 0xaa, 0xb7, 0xfa, 0x6f, 0x93, - 0xef, 0x4e, 0x52, 0x90, 0xc5, 0xf7, 0xa5, 0x84, 0xad, 0x97, 0xa8, 0x39, 0xd3, 0xf7, 0xdd, 0xfd, - 0x1f, 0x8b, 0xeb, 0x75, 0xa7, 0xb8, 0x87, 0x30, 0x65, 0x1e, 0xcb, 0x12, 0x9a, 0x72, 0x11, 0x79, - 0x21, 0x0f, 0x02, 0x2e, 0xaf, 0x85, 0xcd, 0xac, 0xc1, 0x1a, 0x65, 0xaf, 0x0b, 0xd7, 0x99, 0x36, - 0xb5, 0xbe, 0x1a, 0x05, 0x59, 0x37, 0xff, 0x0f, 0xc9, 0xf8, 0x08, 0xad, 0x4d, 0x44, 0x96, 0x66, - 0x43, 0xf0, 0xf4, 0x3c, 0xbd, 0xea, 0xb7, 0x7e, 0xf3, 0x82, 0xaf, 0x16, 0x2e, 0x1d, 0xa8, 0xc7, - 0xf0, 0x1b, 0x74, 0x9f, 0xb2, 0x31, 0x24, 0x29, 0x97, 0x3c, 0xf2, 0x3d, 0xce, 0xbc, 0x91, 0x60, - 0xe5, 0xfa, 0xde, 0x8c, 0xba, 0x37, 0x63, 0xec, 0xb1, 0x57, 0x82, 0x01, 0x7e, 0x8e, 0x4c, 0x2e, - 0x47, 0x3c, 0x67, 0xd4, 0x6f, 0xc1, 0x68, 0x28, 0xb9, 0xb2, 0x76, 0x7f, 0xd5, 0xd0, 0xd6, 0x48, - 0x84, 0xf3, 0xb7, 0xa9, 0xbb, 0x5a, 0xbd, 0x08, 0xcf, 0x15, 0xf2, 0xbc, 0xf6, 0xe9, 0xb4, 0x30, - 0xf9, 0x22, 0xa0, 0x91, 0x4f, 0x44, 0xe2, 0xdb, 0x3e, 0x44, 0xfa, 0xc2, 0xf2, 0xe5, 0x1b, 0x73, - 0x79, 0xc3, 0x5f, 0xc2, 0x41, 0x55, 0x7d, 0x31, 0x16, 0x8f, 0x3b, 0x9d, 0x6f, 0xc6, 0xe6, 0x71, - 0x8e, 0xec, 0x30, 0x49, 0xf2, 0x52, 0x55, 0xfd, 0x36, 0x71, 0x4b, 0xe5, 0xf7, 0x52, 0x33, 0xe8, - 0x30, 0x39, 0xa8, 0x34, 0x83, 0x7e, 0x7b, 0x50, 0x69, 0x7e, 0x1a, 0x5b, 0xf9, 0x03, 0xc7, 0xe9, - 0x30, 0xe9, 0x38, 0x95, 0xca, 0x71, 0xfa, 0x6d, 0xc7, 0xa9, 0x74, 0xc3, 0x65, 0x1d, 0xf6, 0xe9, - 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0xea, 0xa9, 0x7d, 0xf7, 0xbe, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/mobile_app_category_constant.pb.go b/googleapis/ads/googleads/v0/resources/mobile_app_category_constant.pb.go deleted file mode 100644 index 6867ac3a95..0000000000 --- a/googleapis/ads/googleads/v0/resources/mobile_app_category_constant.pb.go +++ /dev/null @@ -1,114 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/mobile_app_category_constant.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A mobile application category constant. -type MobileAppCategoryConstant struct { - // The resource name of the mobile app category constant. - // Mobile app category constant resource names have the form: - // - // `mobileAppCategoryConstants/{mobile_app_category_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the mobile app category constant. - Id *wrappers.Int32Value `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - // Mobile app category name. - Name *wrappers.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MobileAppCategoryConstant) Reset() { *m = MobileAppCategoryConstant{} } -func (m *MobileAppCategoryConstant) String() string { return proto.CompactTextString(m) } -func (*MobileAppCategoryConstant) ProtoMessage() {} -func (*MobileAppCategoryConstant) Descriptor() ([]byte, []int) { - return fileDescriptor_mobile_app_category_constant_cb90389b707a1175, []int{0} -} -func (m *MobileAppCategoryConstant) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MobileAppCategoryConstant.Unmarshal(m, b) -} -func (m *MobileAppCategoryConstant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MobileAppCategoryConstant.Marshal(b, m, deterministic) -} -func (dst *MobileAppCategoryConstant) XXX_Merge(src proto.Message) { - xxx_messageInfo_MobileAppCategoryConstant.Merge(dst, src) -} -func (m *MobileAppCategoryConstant) XXX_Size() int { - return xxx_messageInfo_MobileAppCategoryConstant.Size(m) -} -func (m *MobileAppCategoryConstant) XXX_DiscardUnknown() { - xxx_messageInfo_MobileAppCategoryConstant.DiscardUnknown(m) -} - -var xxx_messageInfo_MobileAppCategoryConstant proto.InternalMessageInfo - -func (m *MobileAppCategoryConstant) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *MobileAppCategoryConstant) GetId() *wrappers.Int32Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *MobileAppCategoryConstant) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func init() { - proto.RegisterType((*MobileAppCategoryConstant)(nil), "google.ads.googleads.v0.resources.MobileAppCategoryConstant") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/mobile_app_category_constant.proto", fileDescriptor_mobile_app_category_constant_cb90389b707a1175) -} - -var fileDescriptor_mobile_app_category_constant_cb90389b707a1175 = []byte{ - // 336 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xdf, 0x4a, 0xf3, 0x30, - 0x18, 0xc6, 0x69, 0xf6, 0xf1, 0x81, 0x55, 0x4f, 0x7a, 0x34, 0xff, 0x30, 0x36, 0x65, 0x30, 0x10, - 0xd2, 0xb2, 0x9d, 0xc5, 0xa3, 0x6e, 0xc2, 0x50, 0x50, 0xc6, 0x84, 0x1e, 0x48, 0xa1, 0x64, 0x4d, - 0x0c, 0x85, 0x36, 0x09, 0x49, 0x37, 0xf1, 0x1a, 0xbc, 0x08, 0xc1, 0x43, 0x2f, 0xc5, 0x4b, 0xf1, - 0x2a, 0xa4, 0x49, 0x9b, 0x13, 0x51, 0xcf, 0x1e, 0xda, 0x5f, 0x7e, 0xcf, 0xfb, 0xf2, 0xfa, 0x57, - 0x4c, 0x08, 0x56, 0xd2, 0x10, 0x13, 0x1d, 0xda, 0xd8, 0xa4, 0x5d, 0x14, 0x2a, 0xaa, 0xc5, 0x56, - 0xe5, 0x54, 0x87, 0x95, 0xd8, 0x14, 0x25, 0xcd, 0xb0, 0x94, 0x59, 0x8e, 0x6b, 0xca, 0x84, 0x7a, - 0xce, 0x72, 0xc1, 0x75, 0x8d, 0x79, 0x0d, 0xa5, 0x12, 0xb5, 0x08, 0x46, 0xf6, 0x29, 0xc4, 0x44, - 0x43, 0x67, 0x81, 0xbb, 0x08, 0x3a, 0xcb, 0xf1, 0xa0, 0x2d, 0x32, 0x0f, 0x36, 0xdb, 0xc7, 0xf0, - 0x49, 0x61, 0x29, 0xa9, 0xd2, 0x56, 0x71, 0xf6, 0xea, 0xf9, 0x47, 0xb7, 0xa6, 0x29, 0x96, 0x72, - 0xd1, 0xf6, 0x2c, 0xda, 0x9a, 0xe0, 0xdc, 0x3f, 0xec, 0x54, 0x19, 0xc7, 0x15, 0xed, 0x7b, 0x43, - 0x6f, 0xb2, 0xb7, 0x3e, 0xe8, 0x3e, 0xde, 0xe1, 0x8a, 0x06, 0x17, 0x3e, 0x28, 0x48, 0x1f, 0x0c, - 0xbd, 0xc9, 0xfe, 0xf4, 0xa4, 0x9d, 0x03, 0x76, 0x7d, 0xf0, 0x9a, 0xd7, 0xb3, 0x69, 0x82, 0xcb, - 0x2d, 0x5d, 0x83, 0x82, 0x04, 0x91, 0xff, 0xcf, 0x88, 0x7a, 0x06, 0x3f, 0xfd, 0x86, 0xdf, 0xd7, - 0xaa, 0xe0, 0xcc, 0xf2, 0x86, 0x9c, 0xbf, 0x00, 0x7f, 0x9c, 0x8b, 0x0a, 0xfe, 0xb9, 0xeb, 0x7c, - 0xf0, 0xe3, 0x22, 0xab, 0x46, 0xbf, 0xf2, 0x1e, 0x6e, 0x5a, 0x09, 0x13, 0x25, 0xe6, 0x0c, 0x0a, - 0xc5, 0x42, 0x46, 0xb9, 0x29, 0xef, 0xce, 0x20, 0x0b, 0xfd, 0xcb, 0x55, 0x2e, 0x5d, 0x7a, 0x03, - 0xbd, 0x65, 0x1c, 0xbf, 0x83, 0xd1, 0xd2, 0x2a, 0x63, 0xa2, 0xa1, 0x8d, 0x4d, 0x4a, 0x22, 0xb8, - 0xee, 0xc8, 0x8f, 0x8e, 0x49, 0x63, 0xa2, 0x53, 0xc7, 0xa4, 0x49, 0x94, 0x3a, 0xe6, 0x13, 0x8c, - 0xed, 0x0f, 0x84, 0x62, 0xa2, 0x11, 0x72, 0x14, 0x42, 0x49, 0x84, 0x90, 0xe3, 0x36, 0xff, 0xcd, - 0xb0, 0xb3, 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x96, 0x34, 0xf0, 0x20, 0x41, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/mobile_device_constant.pb.go b/googleapis/ads/googleads/v0/resources/mobile_device_constant.pb.go deleted file mode 100644 index 71ac59eb76..0000000000 --- a/googleapis/ads/googleads/v0/resources/mobile_device_constant.pb.go +++ /dev/null @@ -1,149 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/mobile_device_constant.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A mobile device constant. -type MobileDeviceConstant struct { - // The resource name of the mobile device constant. - // Mobile device constant resource names have the form: - // - // `mobileDeviceConstants/{criterion_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the mobile device constant. - Id *wrappers.Int64Value `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - // The name of the mobile device. - Name *wrappers.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` - // The manufacturer of the mobile device. - ManufacturerName *wrappers.StringValue `protobuf:"bytes,4,opt,name=manufacturer_name,json=manufacturerName,proto3" json:"manufacturer_name,omitempty"` - // The operating system of the mobile device. - OperatingSystemName *wrappers.StringValue `protobuf:"bytes,5,opt,name=operating_system_name,json=operatingSystemName,proto3" json:"operating_system_name,omitempty"` - // The type of mobile device. - Type enums.MobileDeviceTypeEnum_MobileDeviceType `protobuf:"varint,6,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.MobileDeviceTypeEnum_MobileDeviceType" json:"type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MobileDeviceConstant) Reset() { *m = MobileDeviceConstant{} } -func (m *MobileDeviceConstant) String() string { return proto.CompactTextString(m) } -func (*MobileDeviceConstant) ProtoMessage() {} -func (*MobileDeviceConstant) Descriptor() ([]byte, []int) { - return fileDescriptor_mobile_device_constant_549b82f80486f0f8, []int{0} -} -func (m *MobileDeviceConstant) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MobileDeviceConstant.Unmarshal(m, b) -} -func (m *MobileDeviceConstant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MobileDeviceConstant.Marshal(b, m, deterministic) -} -func (dst *MobileDeviceConstant) XXX_Merge(src proto.Message) { - xxx_messageInfo_MobileDeviceConstant.Merge(dst, src) -} -func (m *MobileDeviceConstant) XXX_Size() int { - return xxx_messageInfo_MobileDeviceConstant.Size(m) -} -func (m *MobileDeviceConstant) XXX_DiscardUnknown() { - xxx_messageInfo_MobileDeviceConstant.DiscardUnknown(m) -} - -var xxx_messageInfo_MobileDeviceConstant proto.InternalMessageInfo - -func (m *MobileDeviceConstant) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *MobileDeviceConstant) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *MobileDeviceConstant) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *MobileDeviceConstant) GetManufacturerName() *wrappers.StringValue { - if m != nil { - return m.ManufacturerName - } - return nil -} - -func (m *MobileDeviceConstant) GetOperatingSystemName() *wrappers.StringValue { - if m != nil { - return m.OperatingSystemName - } - return nil -} - -func (m *MobileDeviceConstant) GetType() enums.MobileDeviceTypeEnum_MobileDeviceType { - if m != nil { - return m.Type - } - return enums.MobileDeviceTypeEnum_UNSPECIFIED -} - -func init() { - proto.RegisterType((*MobileDeviceConstant)(nil), "google.ads.googleads.v0.resources.MobileDeviceConstant") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/mobile_device_constant.proto", fileDescriptor_mobile_device_constant_549b82f80486f0f8) -} - -var fileDescriptor_mobile_device_constant_549b82f80486f0f8 = []byte{ - // 434 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xdf, 0x8a, 0xd4, 0x30, - 0x14, 0xc6, 0x69, 0x67, 0x5c, 0x30, 0xfe, 0x41, 0xab, 0xc2, 0xb8, 0x8a, 0xcc, 0x2a, 0x0b, 0x03, - 0x42, 0x5a, 0x56, 0xd9, 0x8b, 0x08, 0x42, 0xd7, 0x95, 0x65, 0x05, 0x65, 0x98, 0x95, 0x41, 0x64, - 0x60, 0xc8, 0x34, 0x67, 0x43, 0xa1, 0x49, 0x4a, 0x92, 0x8e, 0xcc, 0x0b, 0x78, 0xef, 0x2b, 0x78, - 0xe9, 0xa3, 0xf8, 0x28, 0x3e, 0x85, 0x34, 0x69, 0xc3, 0xe2, 0xba, 0x3a, 0x77, 0xa7, 0xcd, 0xf7, - 0xfb, 0xce, 0x97, 0x9c, 0x83, 0x5e, 0x73, 0xa5, 0x78, 0x05, 0x29, 0x65, 0x26, 0xf5, 0x65, 0x5b, - 0xad, 0xb3, 0x54, 0x83, 0x51, 0x8d, 0x2e, 0xc0, 0xa4, 0x42, 0xad, 0xca, 0x0a, 0x96, 0x0c, 0xd6, - 0x65, 0x01, 0xcb, 0x42, 0x49, 0x63, 0xa9, 0xb4, 0xb8, 0xd6, 0xca, 0xaa, 0x64, 0xcf, 0x43, 0x98, - 0x32, 0x83, 0x03, 0x8f, 0xd7, 0x19, 0x0e, 0xfc, 0xee, 0xe1, 0x55, 0x2d, 0x40, 0x36, 0xe2, 0x4f, - 0x7b, 0xbb, 0xa9, 0xc1, 0x5b, 0xef, 0x3e, 0xe9, 0x38, 0xf7, 0xb5, 0x6a, 0xce, 0xd3, 0x2f, 0x9a, - 0xd6, 0x35, 0x68, 0xe3, 0xcf, 0x9f, 0x7e, 0x1b, 0xa0, 0xfb, 0xef, 0x1d, 0x7c, 0xec, 0xd8, 0x37, - 0x5d, 0xb2, 0xe4, 0x19, 0xba, 0xd5, 0x77, 0x5f, 0x4a, 0x2a, 0x60, 0x14, 0x8d, 0xa3, 0xc9, 0xf5, - 0xd9, 0xcd, 0xfe, 0xe7, 0x07, 0x2a, 0x20, 0x79, 0x8e, 0xe2, 0x92, 0x8d, 0xe2, 0x71, 0x34, 0xb9, - 0x71, 0xf0, 0xa8, 0x8b, 0x8e, 0xfb, 0x56, 0xf8, 0x54, 0xda, 0xc3, 0x97, 0x73, 0x5a, 0x35, 0x30, - 0x8b, 0x4b, 0x96, 0x64, 0x68, 0xe8, 0x8c, 0x06, 0x4e, 0xfe, 0xf8, 0x92, 0xfc, 0xcc, 0xea, 0x52, - 0x72, 0xaf, 0x77, 0xca, 0xe4, 0x14, 0xdd, 0x15, 0x54, 0x36, 0xe7, 0xb4, 0xb0, 0x8d, 0x06, 0xed, - 0x73, 0x0c, 0xb7, 0xc0, 0xef, 0x5c, 0xc4, 0x5c, 0xd2, 0x29, 0x7a, 0xa0, 0x6a, 0xd0, 0xd4, 0x96, - 0x92, 0x2f, 0xcd, 0xc6, 0x58, 0x10, 0xde, 0xee, 0xda, 0x16, 0x76, 0xf7, 0x02, 0x7a, 0xe6, 0x48, - 0xe7, 0xf8, 0x09, 0x0d, 0xdb, 0x77, 0x1e, 0xed, 0x8c, 0xa3, 0xc9, 0xed, 0x83, 0x63, 0x7c, 0xd5, - 0x0c, 0xdd, 0x80, 0xf0, 0xc5, 0x37, 0xfe, 0xb8, 0xa9, 0xe1, 0xad, 0x6c, 0xc4, 0xa5, 0x9f, 0x33, - 0xe7, 0x78, 0xf4, 0x35, 0x46, 0xfb, 0x85, 0x12, 0xf8, 0xbf, 0x5b, 0x71, 0xf4, 0xf0, 0x6f, 0xa3, - 0x9b, 0xb6, 0x57, 0x98, 0x46, 0x9f, 0xdf, 0x75, 0x3c, 0x57, 0x15, 0x95, 0x1c, 0x2b, 0xcd, 0x53, - 0x0e, 0xd2, 0x5d, 0xb0, 0x5f, 0xa1, 0xba, 0x34, 0xff, 0x58, 0xda, 0x57, 0xa1, 0xfa, 0x1e, 0x0f, - 0x4e, 0xf2, 0xfc, 0x47, 0xbc, 0x77, 0xe2, 0x2d, 0x73, 0x66, 0xb0, 0x2f, 0xdb, 0x6a, 0x9e, 0xe1, - 0x59, 0xaf, 0xfc, 0xd9, 0x6b, 0x16, 0x39, 0x33, 0x8b, 0xa0, 0x59, 0xcc, 0xb3, 0x45, 0xd0, 0xfc, - 0x8a, 0xf7, 0xfd, 0x01, 0x21, 0x39, 0x33, 0x84, 0x04, 0x15, 0x21, 0xf3, 0x8c, 0x90, 0xa0, 0x5b, - 0xed, 0xb8, 0xb0, 0x2f, 0x7e, 0x07, 0x00, 0x00, 0xff, 0xff, 0x5a, 0xc5, 0xfd, 0xf2, 0x60, 0x03, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/operating_system_version_constant.pb.go b/googleapis/ads/googleads/v0/resources/operating_system_version_constant.pb.go deleted file mode 100644 index c2b1ae498d..0000000000 --- a/googleapis/ads/googleads/v0/resources/operating_system_version_constant.pb.go +++ /dev/null @@ -1,155 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/operating_system_version_constant.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A mobile operating system version or a range of versions, depending on -// 'operator_type'. The complete list of available mobile platforms is available -// - // here - Path []*wrappers.StringValue `protobuf:"bytes,4,rep,name=path,proto3" json:"path,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TopicConstant) Reset() { *m = TopicConstant{} } -func (m *TopicConstant) String() string { return proto.CompactTextString(m) } -func (*TopicConstant) ProtoMessage() {} -func (*TopicConstant) Descriptor() ([]byte, []int) { - return fileDescriptor_topic_constant_da643b0bfad51048, []int{0} -} -func (m *TopicConstant) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TopicConstant.Unmarshal(m, b) -} -func (m *TopicConstant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TopicConstant.Marshal(b, m, deterministic) -} -func (dst *TopicConstant) XXX_Merge(src proto.Message) { - xxx_messageInfo_TopicConstant.Merge(dst, src) -} -func (m *TopicConstant) XXX_Size() int { - return xxx_messageInfo_TopicConstant.Size(m) -} -func (m *TopicConstant) XXX_DiscardUnknown() { - xxx_messageInfo_TopicConstant.DiscardUnknown(m) -} - -var xxx_messageInfo_TopicConstant proto.InternalMessageInfo - -func (m *TopicConstant) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *TopicConstant) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *TopicConstant) GetTopicConstantParent() *wrappers.StringValue { - if m != nil { - return m.TopicConstantParent - } - return nil -} - -func (m *TopicConstant) GetPath() []*wrappers.StringValue { - if m != nil { - return m.Path - } - return nil -} - -func init() { - proto.RegisterType((*TopicConstant)(nil), "google.ads.googleads.v0.resources.TopicConstant") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/topic_constant.proto", fileDescriptor_topic_constant_da643b0bfad51048) -} - -var fileDescriptor_topic_constant_da643b0bfad51048 = []byte{ - // 347 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xd1, 0x4a, 0xeb, 0x30, - 0x18, 0xc7, 0x69, 0x37, 0x0e, 0x9c, 0x9c, 0xb3, 0x9b, 0x1e, 0x0e, 0x14, 0x15, 0xd9, 0x94, 0xc1, - 0x40, 0x48, 0x8b, 0xca, 0x2e, 0xe2, 0x55, 0xe7, 0xc5, 0xd0, 0x0b, 0x29, 0x53, 0x7a, 0x21, 0x85, - 0x91, 0x35, 0x31, 0x16, 0xb6, 0x24, 0x24, 0xd9, 0x7c, 0x1f, 0x2f, 0x7d, 0x14, 0xdf, 0xc3, 0x1b, - 0x5f, 0x42, 0x69, 0xd3, 0x06, 0x87, 0xe0, 0xee, 0xfe, 0xb4, 0xff, 0xdf, 0xef, 0xfb, 0xc8, 0x07, - 0xc6, 0x4c, 0x08, 0xb6, 0xa4, 0x11, 0x26, 0x3a, 0xb2, 0xb1, 0x4a, 0x9b, 0x38, 0x52, 0x54, 0x8b, - 0xb5, 0x2a, 0xa8, 0x8e, 0x8c, 0x90, 0x65, 0x31, 0x2f, 0x04, 0xd7, 0x06, 0x73, 0x03, 0xa5, 0x12, - 0x46, 0x04, 0x03, 0x5b, 0x86, 0x98, 0x68, 0xe8, 0x38, 0xb8, 0x89, 0xa1, 0xe3, 0xf6, 0x0e, 0x1b, - 0x75, 0x0d, 0x2c, 0xd6, 0x0f, 0xd1, 0x93, 0xc2, 0x52, 0x52, 0xa5, 0xad, 0xe2, 0xe8, 0xcd, 0x03, - 0xbd, 0xbb, 0xca, 0x7d, 0xd9, 0xa8, 0x83, 0x63, 0xd0, 0x6b, 0xf1, 0x39, 0xc7, 0x2b, 0x1a, 0x7a, - 0x7d, 0x6f, 0xf4, 0x7b, 0xf6, 0xb7, 0xfd, 0x78, 0x83, 0x57, 0x34, 0x38, 0x01, 0x7e, 0x49, 0x42, - 0xbf, 0xef, 0x8d, 0xfe, 0x9c, 0xee, 0x37, 0xb3, 0x61, 0x3b, 0x03, 0x5e, 0x71, 0x33, 0x3e, 0xcf, - 0xf0, 0x72, 0x4d, 0x67, 0x7e, 0x49, 0x82, 0x14, 0xfc, 0xdf, 0x5e, 0x7f, 0x2e, 0xb1, 0xa2, 0xdc, - 0x84, 0x9d, 0x9a, 0x3f, 0xf8, 0xc6, 0xdf, 0x1a, 0x55, 0x72, 0x66, 0x05, 0xff, 0xcc, 0xd7, 0xed, - 0xd2, 0x1a, 0x0c, 0x62, 0xd0, 0x95, 0xd8, 0x3c, 0x86, 0xdd, 0x7e, 0x67, 0xa7, 0xa0, 0x6e, 0x4e, - 0x3e, 0x3c, 0x30, 0x2c, 0xc4, 0x0a, 0xee, 0x7c, 0xb1, 0x49, 0xb0, 0xf5, 0x1c, 0x69, 0xa5, 0x4c, - 0xbd, 0xfb, 0xeb, 0x06, 0x64, 0x62, 0x89, 0x39, 0x83, 0x42, 0xb1, 0x88, 0x51, 0x5e, 0x0f, 0x6c, - 0x4f, 0x26, 0x4b, 0xfd, 0xc3, 0x05, 0x2f, 0x5c, 0x7a, 0xf6, 0x3b, 0xd3, 0x24, 0x79, 0xf1, 0x07, - 0x53, 0xab, 0x4c, 0x88, 0x86, 0x36, 0x56, 0x29, 0x8b, 0xe1, 0xac, 0x6d, 0xbe, 0xb6, 0x9d, 0x3c, - 0x21, 0x3a, 0x77, 0x9d, 0x3c, 0x8b, 0x73, 0xd7, 0x79, 0xf7, 0x87, 0xf6, 0x07, 0x42, 0x09, 0xd1, - 0x08, 0xb9, 0x16, 0x42, 0x59, 0x8c, 0x90, 0xeb, 0x2d, 0x7e, 0xd5, 0xcb, 0x9e, 0x7d, 0x06, 0x00, - 0x00, 0xff, 0xff, 0xb4, 0xe0, 0x6f, 0x5d, 0x6d, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/topic_view.pb.go b/googleapis/ads/googleads/v0/resources/topic_view.pb.go deleted file mode 100644 index 8a103b37ec..0000000000 --- a/googleapis/ads/googleads/v0/resources/topic_view.pb.go +++ /dev/null @@ -1,90 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/topic_view.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A topic view. -type TopicView struct { - // The resource name of the topic view. - // Topic view resource names have the form: - // - // `customers/{customer_id}/topicViews/{ad_group_id}_{criterion_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *TopicView) Reset() { *m = TopicView{} } -func (m *TopicView) String() string { return proto.CompactTextString(m) } -func (*TopicView) ProtoMessage() {} -func (*TopicView) Descriptor() ([]byte, []int) { - return fileDescriptor_topic_view_2a0faf06103dabf3, []int{0} -} -func (m *TopicView) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_TopicView.Unmarshal(m, b) -} -func (m *TopicView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_TopicView.Marshal(b, m, deterministic) -} -func (dst *TopicView) XXX_Merge(src proto.Message) { - xxx_messageInfo_TopicView.Merge(dst, src) -} -func (m *TopicView) XXX_Size() int { - return xxx_messageInfo_TopicView.Size(m) -} -func (m *TopicView) XXX_DiscardUnknown() { - xxx_messageInfo_TopicView.DiscardUnknown(m) -} - -var xxx_messageInfo_TopicView proto.InternalMessageInfo - -func (m *TopicView) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*TopicView)(nil), "google.ads.googleads.v0.resources.TopicView") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/topic_view.proto", fileDescriptor_topic_view_2a0faf06103dabf3) -} - -var fileDescriptor_topic_view_2a0faf06103dabf3 = []byte{ - // 243 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4a, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xa2, 0xd4, - 0xe2, 0xfc, 0xd2, 0xa2, 0xe4, 0xd4, 0x62, 0xfd, 0x92, 0xfc, 0x82, 0xcc, 0xe4, 0xf8, 0xb2, 0xcc, - 0xd4, 0x72, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x45, 0x88, 0x42, 0xbd, 0xc4, 0x94, 0x62, - 0x3d, 0xb8, 0x1e, 0xbd, 0x32, 0x03, 0x3d, 0xb8, 0x1e, 0x25, 0x03, 0x2e, 0xce, 0x10, 0x90, 0xb6, - 0xb0, 0xcc, 0xd4, 0x72, 0x21, 0x65, 0x2e, 0x5e, 0x98, 0x4c, 0x7c, 0x5e, 0x62, 0x6e, 0xaa, 0x04, - 0xa3, 0x02, 0xa3, 0x06, 0x67, 0x10, 0x0f, 0x4c, 0xd0, 0x2f, 0x31, 0x37, 0xd5, 0xe9, 0x37, 0x23, - 0x97, 0x6a, 0x72, 0x7e, 0xae, 0x1e, 0x41, 0xb3, 0x9d, 0xf8, 0xe0, 0x26, 0x07, 0x80, 0x9c, 0x13, - 0xc0, 0x18, 0xe5, 0x05, 0xd5, 0x94, 0x9e, 0x9f, 0x93, 0x98, 0x97, 0xae, 0x97, 0x5f, 0x94, 0xae, - 0x9f, 0x9e, 0x9a, 0x07, 0x76, 0x2c, 0xcc, 0x53, 0x05, 0x99, 0xc5, 0x78, 0xfc, 0x68, 0x0d, 0x67, - 0x2d, 0x62, 0x62, 0x76, 0x77, 0x74, 0x5c, 0xc5, 0xa4, 0xe8, 0x0e, 0x31, 0xd2, 0x31, 0xa5, 0x58, - 0x0f, 0xc2, 0x04, 0xb1, 0xc2, 0x0c, 0xf4, 0x82, 0x60, 0x2a, 0x4f, 0xc1, 0xd4, 0xc4, 0x38, 0xa6, - 0x14, 0xc7, 0xc0, 0xd5, 0xc4, 0x84, 0x19, 0xc4, 0xc0, 0xd5, 0xbc, 0x62, 0x52, 0x85, 0x48, 0x58, - 0x59, 0x39, 0xa6, 0x14, 0x5b, 0x59, 0xc1, 0x55, 0x59, 0x59, 0x85, 0x19, 0x58, 0x59, 0xc1, 0xd5, - 0x25, 0xb1, 0x81, 0x1d, 0x6b, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x40, 0xf6, 0x1d, 0x2b, 0x8f, - 0x01, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/user_interest.pb.go b/googleapis/ads/googleads/v0/resources/user_interest.pb.go deleted file mode 100644 index 92b4dc2df7..0000000000 --- a/googleapis/ads/googleads/v0/resources/user_interest.pb.go +++ /dev/null @@ -1,163 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/user_interest.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A user interest: a particular interest-based vertical to be targeted. -type UserInterest struct { - // The resource name of the user interest. - // User interest resource names have the form: - // - // `customers/{customer_id}/userInterests/{user_interest_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // Taxonomy type of the user interest. - TaxonomyType enums.UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType `protobuf:"varint,2,opt,name=taxonomy_type,json=taxonomyType,proto3,enum=google.ads.googleads.v0.enums.UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType" json:"taxonomy_type,omitempty"` - // The ID of the user interest. - UserInterestId *wrappers.Int64Value `protobuf:"bytes,3,opt,name=user_interest_id,json=userInterestId,proto3" json:"user_interest_id,omitempty"` - // The name of the user interest. - Name *wrappers.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` - // The parent of the user interest. - UserInterestParent *wrappers.StringValue `protobuf:"bytes,5,opt,name=user_interest_parent,json=userInterestParent,proto3" json:"user_interest_parent,omitempty"` - // True if the user interest is launched to all channels and locales. - LaunchedToAll *wrappers.BoolValue `protobuf:"bytes,6,opt,name=launched_to_all,json=launchedToAll,proto3" json:"launched_to_all,omitempty"` - // Availability information of the user interest. - Availabilities []*common.CriterionCategoryAvailability `protobuf:"bytes,7,rep,name=availabilities,proto3" json:"availabilities,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserInterest) Reset() { *m = UserInterest{} } -func (m *UserInterest) String() string { return proto.CompactTextString(m) } -func (*UserInterest) ProtoMessage() {} -func (*UserInterest) Descriptor() ([]byte, []int) { - return fileDescriptor_user_interest_efcffaac8da4ceae, []int{0} -} -func (m *UserInterest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserInterest.Unmarshal(m, b) -} -func (m *UserInterest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserInterest.Marshal(b, m, deterministic) -} -func (dst *UserInterest) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserInterest.Merge(dst, src) -} -func (m *UserInterest) XXX_Size() int { - return xxx_messageInfo_UserInterest.Size(m) -} -func (m *UserInterest) XXX_DiscardUnknown() { - xxx_messageInfo_UserInterest.DiscardUnknown(m) -} - -var xxx_messageInfo_UserInterest proto.InternalMessageInfo - -func (m *UserInterest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *UserInterest) GetTaxonomyType() enums.UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType { - if m != nil { - return m.TaxonomyType - } - return enums.UserInterestTaxonomyTypeEnum_UNSPECIFIED -} - -func (m *UserInterest) GetUserInterestId() *wrappers.Int64Value { - if m != nil { - return m.UserInterestId - } - return nil -} - -func (m *UserInterest) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *UserInterest) GetUserInterestParent() *wrappers.StringValue { - if m != nil { - return m.UserInterestParent - } - return nil -} - -func (m *UserInterest) GetLaunchedToAll() *wrappers.BoolValue { - if m != nil { - return m.LaunchedToAll - } - return nil -} - -func (m *UserInterest) GetAvailabilities() []*common.CriterionCategoryAvailability { - if m != nil { - return m.Availabilities - } - return nil -} - -func init() { - proto.RegisterType((*UserInterest)(nil), "google.ads.googleads.v0.resources.UserInterest") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/user_interest.proto", fileDescriptor_user_interest_efcffaac8da4ceae) -} - -var fileDescriptor_user_interest_efcffaac8da4ceae = []byte{ - // 507 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xdf, 0x8a, 0xd3, 0x40, - 0x14, 0xc6, 0x49, 0xb7, 0xae, 0x38, 0xdb, 0x56, 0x0d, 0x5e, 0x84, 0x2a, 0xd2, 0x55, 0x16, 0x7a, - 0x35, 0x09, 0xf5, 0xcf, 0x45, 0x44, 0x24, 0x5d, 0x97, 0xa5, 0x5e, 0x2c, 0xa5, 0xd6, 0x5e, 0x48, - 0x21, 0x4c, 0x93, 0x63, 0x1c, 0x98, 0xcc, 0x84, 0x99, 0x49, 0x35, 0xaf, 0xb3, 0x97, 0x3e, 0x8a, - 0x8f, 0xe2, 0x43, 0x88, 0x34, 0x93, 0x84, 0x74, 0x97, 0xaa, 0x77, 0x67, 0x3a, 0xdf, 0xf7, 0x3b, - 0xe7, 0x74, 0xbe, 0xa0, 0x57, 0x89, 0x10, 0x09, 0x03, 0x97, 0xc4, 0xca, 0x35, 0xe5, 0xae, 0xda, - 0x7a, 0xae, 0x04, 0x25, 0x72, 0x19, 0x81, 0x72, 0x73, 0x05, 0x32, 0xa4, 0x5c, 0x83, 0x04, 0xa5, - 0x71, 0x26, 0x85, 0x16, 0xf6, 0xa9, 0xd1, 0x62, 0x12, 0x2b, 0xdc, 0xd8, 0xf0, 0xd6, 0xc3, 0x8d, - 0x6d, 0xf8, 0xfe, 0x10, 0x39, 0x12, 0x69, 0x2a, 0xb8, 0x1b, 0x49, 0xaa, 0x41, 0x52, 0xc1, 0xc3, - 0x88, 0x68, 0x48, 0x84, 0x2c, 0x42, 0xb2, 0x25, 0x94, 0x91, 0x0d, 0x65, 0x54, 0x17, 0xa6, 0xd1, - 0xf0, 0xdd, 0x21, 0x0a, 0xf0, 0x3c, 0xbd, 0x31, 0x5b, 0xa8, 0xc9, 0x77, 0xc1, 0x45, 0x5a, 0x84, - 0xba, 0xc8, 0xa0, 0x02, 0x3c, 0xad, 0x00, 0xe5, 0x69, 0x93, 0x7f, 0x71, 0xbf, 0x49, 0x92, 0x65, - 0x20, 0x95, 0xb9, 0x7f, 0x76, 0xdd, 0x45, 0xbd, 0x4f, 0x0a, 0xe4, 0xac, 0x82, 0xd8, 0xcf, 0x51, - 0xbf, 0x5e, 0x22, 0xe4, 0x24, 0x05, 0xc7, 0x1a, 0x59, 0xe3, 0x7b, 0x8b, 0x5e, 0xfd, 0xe3, 0x15, - 0x49, 0xc1, 0x2e, 0x50, 0x7f, 0xaf, 0x99, 0xd3, 0x19, 0x59, 0xe3, 0xc1, 0x64, 0x89, 0x0f, 0xfd, - 0x2f, 0xe5, 0xb8, 0xb8, 0xdd, 0x68, 0x59, 0xf9, 0x97, 0x45, 0x06, 0x17, 0x3c, 0x4f, 0x0f, 0x5e, - 0x2e, 0x7a, 0xba, 0x75, 0xb2, 0x2f, 0xd0, 0x83, 0xfd, 0xad, 0x69, 0xec, 0x1c, 0x8d, 0xac, 0xf1, - 0xc9, 0xe4, 0x71, 0xdd, 0xbd, 0xde, 0x15, 0xcf, 0xb8, 0x7e, 0xfd, 0x72, 0x45, 0x58, 0x0e, 0x8b, - 0x41, 0xde, 0xc2, 0xcf, 0x62, 0xdb, 0x43, 0xdd, 0x72, 0xbb, 0x6e, 0x69, 0x7d, 0x72, 0xcb, 0xfa, - 0x51, 0x4b, 0xca, 0x13, 0xe3, 0x2d, 0x95, 0xf6, 0x15, 0x7a, 0xb4, 0xdf, 0x38, 0x23, 0x12, 0xb8, - 0x76, 0xee, 0xfc, 0x07, 0xc1, 0x6e, 0x77, 0x9f, 0x97, 0x3e, 0x7b, 0x8a, 0xee, 0x33, 0x92, 0xf3, - 0xe8, 0x2b, 0xc4, 0xa1, 0x16, 0x21, 0x61, 0xcc, 0x39, 0x2e, 0x51, 0xc3, 0x5b, 0xa8, 0xa9, 0x10, - 0xcc, 0x80, 0xfa, 0xb5, 0x65, 0x29, 0x02, 0xc6, 0x6c, 0x40, 0x83, 0x56, 0x68, 0x28, 0x28, 0xe7, - 0xee, 0xe8, 0x68, 0x7c, 0x32, 0x79, 0x7b, 0xf0, 0x21, 0x4c, 0xfa, 0xf0, 0x79, 0x9d, 0xbe, 0xf3, - 0x2a, 0x7c, 0x41, 0x2b, 0x7b, 0x8b, 0x1b, 0xd0, 0xe9, 0x6f, 0x0b, 0x9d, 0x45, 0x22, 0xc5, 0xff, - 0x4c, 0xfd, 0xf4, 0x61, 0xfb, 0x15, 0xe7, 0xbb, 0xf9, 0xe7, 0xd6, 0xe7, 0x0f, 0x95, 0x2f, 0x11, - 0x8c, 0xf0, 0x04, 0x0b, 0x99, 0xb8, 0x09, 0xf0, 0x72, 0xbb, 0x3a, 0xd4, 0x19, 0x55, 0x7f, 0xf9, - 0x06, 0xdf, 0x34, 0xd5, 0x75, 0xe7, 0xe8, 0x32, 0x08, 0x7e, 0x74, 0x4e, 0x2f, 0x0d, 0x32, 0x88, - 0x15, 0x36, 0xe5, 0xae, 0x5a, 0x79, 0x78, 0x51, 0x2b, 0x7f, 0xd6, 0x9a, 0x75, 0x10, 0xab, 0x75, - 0xa3, 0x59, 0xaf, 0xbc, 0x75, 0xa3, 0xf9, 0xd5, 0x39, 0x33, 0x17, 0xbe, 0x1f, 0xc4, 0xca, 0xf7, - 0x1b, 0x95, 0xef, 0xaf, 0x3c, 0xdf, 0x6f, 0x74, 0x9b, 0xe3, 0x72, 0xd8, 0x17, 0x7f, 0x02, 0x00, - 0x00, 0xff, 0xff, 0xa2, 0xa1, 0xae, 0x6c, 0x2f, 0x04, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/user_list.pb.go b/googleapis/ads/googleads/v0/resources/user_list.pb.go deleted file mode 100644 index 763edca9af..0000000000 --- a/googleapis/ads/googleads/v0/resources/user_list.pb.go +++ /dev/null @@ -1,543 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/user_list.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A user list. This is a list of users a customer may target. -type UserList struct { - // The resource name of the user list. - // User list resource names have the form: - // - // `customers/{customer_id}/userLists/{user_list_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // Id of the user list. - Id *wrappers.Int64Value `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - // A flag that indicates if a user may edit a list. Depends on the list - // ownership and list type. For example, external remarketing user lists are - // not editable. - // - // This field is read-only. - ReadOnly *wrappers.BoolValue `protobuf:"bytes,3,opt,name=read_only,json=readOnly,proto3" json:"read_only,omitempty"` - // Name of this user list. Depending on its access_reason, the user list name - // may not be unique (e.g. if access_reason=SHARED) - Name *wrappers.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` - // Description of this user list. - Description *wrappers.StringValue `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` - // Membership status of this user list. Indicates whether a user list is open - // or active. Only open user lists can accumulate more users and can be - // targeted to. - MembershipStatus enums.UserListMembershipStatusEnum_UserListMembershipStatus `protobuf:"varint,6,opt,name=membership_status,json=membershipStatus,proto3,enum=google.ads.googleads.v0.enums.UserListMembershipStatusEnum_UserListMembershipStatus" json:"membership_status,omitempty"` - // An ID from external system. It is used by user list sellers to correlate - // IDs on their systems. - IntegrationCode *wrappers.StringValue `protobuf:"bytes,7,opt,name=integration_code,json=integrationCode,proto3" json:"integration_code,omitempty"` - // Number of days a user's cookie stays on your list since its most recent - // addition to the list. This field must be between 0 and 540 inclusive. - // However, for CRM based userlists, this field can be set to 10000 which - // means no expiration. - // - // It'll be ignored for logical_user_list. - MembershipLifeSpan *wrappers.Int64Value `protobuf:"bytes,8,opt,name=membership_life_span,json=membershipLifeSpan,proto3" json:"membership_life_span,omitempty"` - // Estimated number of users in this user list, on the Google Display Network. - // This value is null if the number of users has not yet been determined. - // - // This field is read-only. - SizeForDisplay *wrappers.Int64Value `protobuf:"bytes,9,opt,name=size_for_display,json=sizeForDisplay,proto3" json:"size_for_display,omitempty"` - // Size range in terms of number of users of the UserList, on the Google - // Display Network. - // - // This field is read-only. - SizeRangeForDisplay enums.UserListSizeRangeEnum_UserListSizeRange `protobuf:"varint,10,opt,name=size_range_for_display,json=sizeRangeForDisplay,proto3,enum=google.ads.googleads.v0.enums.UserListSizeRangeEnum_UserListSizeRange" json:"size_range_for_display,omitempty"` - // Estimated number of users in this user list in the google.com domain. - // These are the users available for targeting in Search campaigns. - // This value is null if the number of users has not yet been determined. - // - // This field is read-only. - SizeForSearch *wrappers.Int64Value `protobuf:"bytes,11,opt,name=size_for_search,json=sizeForSearch,proto3" json:"size_for_search,omitempty"` - // Size range in terms of number of users of the UserList, for Search ads. - // - // This field is read-only. - SizeRangeForSearch enums.UserListSizeRangeEnum_UserListSizeRange `protobuf:"varint,12,opt,name=size_range_for_search,json=sizeRangeForSearch,proto3,enum=google.ads.googleads.v0.enums.UserListSizeRangeEnum_UserListSizeRange" json:"size_range_for_search,omitempty"` - // Type of this list. - // - // This field is read-only. - Type enums.UserListTypeEnum_UserListType `protobuf:"varint,13,opt,name=type,proto3,enum=google.ads.googleads.v0.enums.UserListTypeEnum_UserListType" json:"type,omitempty"` - // Indicating the reason why this user list membership status is closed. It is - // only populated on lists that were automatically closed due to inactivity, - // and will be cleared once the list membership status becomes open. - ClosingReason enums.UserListClosingReasonEnum_UserListClosingReason `protobuf:"varint,14,opt,name=closing_reason,json=closingReason,proto3,enum=google.ads.googleads.v0.enums.UserListClosingReasonEnum_UserListClosingReason" json:"closing_reason,omitempty"` - // Indicates the reason this account has been granted access to the list. - // The reason can be SHARED, OWNED, LICENSED or SUBSCRIBED. - // - // This field is read-only. - AccessReason enums.AccessReasonEnum_AccessReason `protobuf:"varint,15,opt,name=access_reason,json=accessReason,proto3,enum=google.ads.googleads.v0.enums.AccessReasonEnum_AccessReason" json:"access_reason,omitempty"` - // Indicates if this share is still enabled. When a UserList is shared with - // the user this field is set to ENABLED. Later the userList owner can decide - // to revoke the share and make it DISABLED. - // The default value of this field is set to ENABLED. - AccountUserListStatus enums.UserListAccessStatusEnum_UserListAccessStatus `protobuf:"varint,16,opt,name=account_user_list_status,json=accountUserListStatus,proto3,enum=google.ads.googleads.v0.enums.UserListAccessStatusEnum_UserListAccessStatus" json:"account_user_list_status,omitempty"` - // Indicates if this user list is eligible for Google Search Network. - EligibleForSearch *wrappers.BoolValue `protobuf:"bytes,17,opt,name=eligible_for_search,json=eligibleForSearch,proto3" json:"eligible_for_search,omitempty"` - // Indicates this user list is eligible for Google Display Network. - // - // This field is read-only. - EligibleForDisplay *wrappers.BoolValue `protobuf:"bytes,18,opt,name=eligible_for_display,json=eligibleForDisplay,proto3" json:"eligible_for_display,omitempty"` - // The user list. - // - // Exactly one must be set. - // - // Types that are valid to be assigned to UserList: - // *UserList_CrmBasedUserList - // *UserList_SimilarUserList - // *UserList_RuleBasedUserList - // *UserList_LogicalUserList - // *UserList_BasicUserList - UserList isUserList_UserList `protobuf_oneof:"user_list"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserList) Reset() { *m = UserList{} } -func (m *UserList) String() string { return proto.CompactTextString(m) } -func (*UserList) ProtoMessage() {} -func (*UserList) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_08c87b1497f76ecd, []int{0} -} -func (m *UserList) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserList.Unmarshal(m, b) -} -func (m *UserList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserList.Marshal(b, m, deterministic) -} -func (dst *UserList) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserList.Merge(dst, src) -} -func (m *UserList) XXX_Size() int { - return xxx_messageInfo_UserList.Size(m) -} -func (m *UserList) XXX_DiscardUnknown() { - xxx_messageInfo_UserList.DiscardUnknown(m) -} - -var xxx_messageInfo_UserList proto.InternalMessageInfo - -func (m *UserList) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *UserList) GetId() *wrappers.Int64Value { - if m != nil { - return m.Id - } - return nil -} - -func (m *UserList) GetReadOnly() *wrappers.BoolValue { - if m != nil { - return m.ReadOnly - } - return nil -} - -func (m *UserList) GetName() *wrappers.StringValue { - if m != nil { - return m.Name - } - return nil -} - -func (m *UserList) GetDescription() *wrappers.StringValue { - if m != nil { - return m.Description - } - return nil -} - -func (m *UserList) GetMembershipStatus() enums.UserListMembershipStatusEnum_UserListMembershipStatus { - if m != nil { - return m.MembershipStatus - } - return enums.UserListMembershipStatusEnum_UNSPECIFIED -} - -func (m *UserList) GetIntegrationCode() *wrappers.StringValue { - if m != nil { - return m.IntegrationCode - } - return nil -} - -func (m *UserList) GetMembershipLifeSpan() *wrappers.Int64Value { - if m != nil { - return m.MembershipLifeSpan - } - return nil -} - -func (m *UserList) GetSizeForDisplay() *wrappers.Int64Value { - if m != nil { - return m.SizeForDisplay - } - return nil -} - -func (m *UserList) GetSizeRangeForDisplay() enums.UserListSizeRangeEnum_UserListSizeRange { - if m != nil { - return m.SizeRangeForDisplay - } - return enums.UserListSizeRangeEnum_UNSPECIFIED -} - -func (m *UserList) GetSizeForSearch() *wrappers.Int64Value { - if m != nil { - return m.SizeForSearch - } - return nil -} - -func (m *UserList) GetSizeRangeForSearch() enums.UserListSizeRangeEnum_UserListSizeRange { - if m != nil { - return m.SizeRangeForSearch - } - return enums.UserListSizeRangeEnum_UNSPECIFIED -} - -func (m *UserList) GetType() enums.UserListTypeEnum_UserListType { - if m != nil { - return m.Type - } - return enums.UserListTypeEnum_UNSPECIFIED -} - -func (m *UserList) GetClosingReason() enums.UserListClosingReasonEnum_UserListClosingReason { - if m != nil { - return m.ClosingReason - } - return enums.UserListClosingReasonEnum_UNSPECIFIED -} - -func (m *UserList) GetAccessReason() enums.AccessReasonEnum_AccessReason { - if m != nil { - return m.AccessReason - } - return enums.AccessReasonEnum_UNSPECIFIED -} - -func (m *UserList) GetAccountUserListStatus() enums.UserListAccessStatusEnum_UserListAccessStatus { - if m != nil { - return m.AccountUserListStatus - } - return enums.UserListAccessStatusEnum_UNSPECIFIED -} - -func (m *UserList) GetEligibleForSearch() *wrappers.BoolValue { - if m != nil { - return m.EligibleForSearch - } - return nil -} - -func (m *UserList) GetEligibleForDisplay() *wrappers.BoolValue { - if m != nil { - return m.EligibleForDisplay - } - return nil -} - -type isUserList_UserList interface { - isUserList_UserList() -} - -type UserList_CrmBasedUserList struct { - CrmBasedUserList *common.CrmBasedUserListInfo `protobuf:"bytes,19,opt,name=crm_based_user_list,json=crmBasedUserList,proto3,oneof"` -} - -type UserList_SimilarUserList struct { - SimilarUserList *common.SimilarUserListInfo `protobuf:"bytes,20,opt,name=similar_user_list,json=similarUserList,proto3,oneof"` -} - -type UserList_RuleBasedUserList struct { - RuleBasedUserList *common.RuleBasedUserListInfo `protobuf:"bytes,21,opt,name=rule_based_user_list,json=ruleBasedUserList,proto3,oneof"` -} - -type UserList_LogicalUserList struct { - LogicalUserList *common.LogicalUserListInfo `protobuf:"bytes,22,opt,name=logical_user_list,json=logicalUserList,proto3,oneof"` -} - -type UserList_BasicUserList struct { - BasicUserList *common.BasicUserListInfo `protobuf:"bytes,23,opt,name=basic_user_list,json=basicUserList,proto3,oneof"` -} - -func (*UserList_CrmBasedUserList) isUserList_UserList() {} - -func (*UserList_SimilarUserList) isUserList_UserList() {} - -func (*UserList_RuleBasedUserList) isUserList_UserList() {} - -func (*UserList_LogicalUserList) isUserList_UserList() {} - -func (*UserList_BasicUserList) isUserList_UserList() {} - -func (m *UserList) GetUserList() isUserList_UserList { - if m != nil { - return m.UserList - } - return nil -} - -func (m *UserList) GetCrmBasedUserList() *common.CrmBasedUserListInfo { - if x, ok := m.GetUserList().(*UserList_CrmBasedUserList); ok { - return x.CrmBasedUserList - } - return nil -} - -func (m *UserList) GetSimilarUserList() *common.SimilarUserListInfo { - if x, ok := m.GetUserList().(*UserList_SimilarUserList); ok { - return x.SimilarUserList - } - return nil -} - -func (m *UserList) GetRuleBasedUserList() *common.RuleBasedUserListInfo { - if x, ok := m.GetUserList().(*UserList_RuleBasedUserList); ok { - return x.RuleBasedUserList - } - return nil -} - -func (m *UserList) GetLogicalUserList() *common.LogicalUserListInfo { - if x, ok := m.GetUserList().(*UserList_LogicalUserList); ok { - return x.LogicalUserList - } - return nil -} - -func (m *UserList) GetBasicUserList() *common.BasicUserListInfo { - if x, ok := m.GetUserList().(*UserList_BasicUserList); ok { - return x.BasicUserList - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*UserList) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _UserList_OneofMarshaler, _UserList_OneofUnmarshaler, _UserList_OneofSizer, []interface{}{ - (*UserList_CrmBasedUserList)(nil), - (*UserList_SimilarUserList)(nil), - (*UserList_RuleBasedUserList)(nil), - (*UserList_LogicalUserList)(nil), - (*UserList_BasicUserList)(nil), - } -} - -func _UserList_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*UserList) - // user_list - switch x := m.UserList.(type) { - case *UserList_CrmBasedUserList: - b.EncodeVarint(19<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CrmBasedUserList); err != nil { - return err - } - case *UserList_SimilarUserList: - b.EncodeVarint(20<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.SimilarUserList); err != nil { - return err - } - case *UserList_RuleBasedUserList: - b.EncodeVarint(21<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.RuleBasedUserList); err != nil { - return err - } - case *UserList_LogicalUserList: - b.EncodeVarint(22<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.LogicalUserList); err != nil { - return err - } - case *UserList_BasicUserList: - b.EncodeVarint(23<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.BasicUserList); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("UserList.UserList has unexpected type %T", x) - } - return nil -} - -func _UserList_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*UserList) - switch tag { - case 19: // user_list.crm_based_user_list - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.CrmBasedUserListInfo) - err := b.DecodeMessage(msg) - m.UserList = &UserList_CrmBasedUserList{msg} - return true, err - case 20: // user_list.similar_user_list - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.SimilarUserListInfo) - err := b.DecodeMessage(msg) - m.UserList = &UserList_SimilarUserList{msg} - return true, err - case 21: // user_list.rule_based_user_list - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.RuleBasedUserListInfo) - err := b.DecodeMessage(msg) - m.UserList = &UserList_RuleBasedUserList{msg} - return true, err - case 22: // user_list.logical_user_list - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.LogicalUserListInfo) - err := b.DecodeMessage(msg) - m.UserList = &UserList_LogicalUserList{msg} - return true, err - case 23: // user_list.basic_user_list - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(common.BasicUserListInfo) - err := b.DecodeMessage(msg) - m.UserList = &UserList_BasicUserList{msg} - return true, err - default: - return false, nil - } -} - -func _UserList_OneofSizer(msg proto.Message) (n int) { - m := msg.(*UserList) - // user_list - switch x := m.UserList.(type) { - case *UserList_CrmBasedUserList: - s := proto.Size(x.CrmBasedUserList) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *UserList_SimilarUserList: - s := proto.Size(x.SimilarUserList) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *UserList_RuleBasedUserList: - s := proto.Size(x.RuleBasedUserList) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *UserList_LogicalUserList: - s := proto.Size(x.LogicalUserList) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *UserList_BasicUserList: - s := proto.Size(x.BasicUserList) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -func init() { - proto.RegisterType((*UserList)(nil), "google.ads.googleads.v0.resources.UserList") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/user_list.proto", fileDescriptor_user_list_08c87b1497f76ecd) -} - -var fileDescriptor_user_list_08c87b1497f76ecd = []byte{ - // 915 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0x4d, 0x6f, 0xdb, 0x36, - 0x1c, 0xc6, 0x67, 0x37, 0xeb, 0x12, 0x26, 0x8e, 0x6d, 0x26, 0xe9, 0x84, 0x6c, 0x18, 0xd2, 0x0d, - 0x05, 0x02, 0x0c, 0x90, 0xdd, 0xb4, 0x7b, 0x81, 0x5a, 0x6c, 0xb0, 0xb3, 0x36, 0x6b, 0xe1, 0x76, - 0x81, 0xdc, 0xe5, 0xb0, 0x05, 0x10, 0x68, 0x89, 0x56, 0x08, 0x50, 0xa4, 0x40, 0x4a, 0x1d, 0xdc, - 0x9d, 0x76, 0xd8, 0x17, 0xd9, 0x71, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x60, 0x87, 0x9d, 0x06, 0x91, - 0x92, 0x4c, 0xd9, 0x75, 0xa5, 0xc3, 0x6e, 0xf4, 0x5f, 0xff, 0xdf, 0xf3, 0xf0, 0xe1, 0x8b, 0x2c, - 0x70, 0x3f, 0xe4, 0x3c, 0xa4, 0x78, 0x80, 0x02, 0x39, 0xd0, 0xc3, 0x6c, 0xf4, 0x7a, 0x38, 0x10, - 0x58, 0xf2, 0x54, 0xf8, 0x58, 0x0e, 0x52, 0x89, 0x85, 0x47, 0x89, 0x4c, 0xec, 0x58, 0xf0, 0x84, - 0xc3, 0xbb, 0xba, 0xcf, 0x46, 0x81, 0xb4, 0x4b, 0xc4, 0x7e, 0x3d, 0xb4, 0x4b, 0xe4, 0x78, 0xb0, - 0x49, 0xd5, 0xe7, 0x51, 0xc4, 0xd9, 0x52, 0x52, 0x6a, 0xcd, 0xe3, 0x8d, 0xd3, 0xc0, 0x2c, 0x8d, - 0xe4, 0x00, 0xf9, 0x3e, 0x96, 0xd2, 0x13, 0x18, 0x49, 0xce, 0x72, 0xe4, 0xd1, 0xbb, 0x91, 0xd2, - 0xc2, 0xcb, 0x61, 0x99, 0xa0, 0x24, 0x2d, 0xfc, 0x1e, 0x37, 0x85, 0x7d, 0xca, 0x25, 0x61, 0x61, - 0xd5, 0xfa, 0xdb, 0xa6, 0x74, 0x84, 0xa3, 0x19, 0x16, 0xf2, 0x86, 0xc4, 0x55, 0xfb, 0xaf, 0x9b, - 0x0a, 0x48, 0xf2, 0x06, 0x7b, 0x02, 0xb1, 0x10, 0xe7, 0xe4, 0x59, 0x53, 0x32, 0x59, 0xc4, 0x05, - 0xf3, 0x49, 0xce, 0xa8, 0x5f, 0xb3, 0x74, 0x3e, 0xf8, 0x45, 0xa0, 0x38, 0xc6, 0x22, 0x9f, 0xcd, - 0xa7, 0xff, 0x74, 0xc1, 0xf6, 0x8f, 0x12, 0x8b, 0x09, 0x91, 0x09, 0xfc, 0x0c, 0x74, 0x8a, 0x7d, - 0xf4, 0x18, 0x8a, 0xb0, 0xd5, 0x3a, 0x69, 0x9d, 0xee, 0xb8, 0x7b, 0x45, 0xf1, 0x25, 0x8a, 0x30, - 0xfc, 0x1c, 0xb4, 0x49, 0x60, 0xb5, 0x4f, 0x5a, 0xa7, 0xbb, 0x67, 0x1f, 0xe5, 0x87, 0xc0, 0x2e, - 0xe4, 0xed, 0x67, 0x2c, 0xf9, 0xf2, 0xe1, 0x15, 0xa2, 0x29, 0x76, 0xdb, 0x24, 0x80, 0x5f, 0x81, - 0x1d, 0x81, 0x51, 0xe0, 0x71, 0x46, 0x17, 0xd6, 0x2d, 0xc5, 0x1c, 0xaf, 0x31, 0x63, 0xce, 0xa9, - 0x46, 0xb6, 0xb3, 0xe6, 0x1f, 0x18, 0x5d, 0xc0, 0x21, 0xd8, 0x52, 0x33, 0xd8, 0x52, 0xcc, 0xc7, - 0x6b, 0xcc, 0x34, 0x11, 0x84, 0x85, 0x9a, 0x52, 0x9d, 0xf0, 0x1b, 0xb0, 0x1b, 0x60, 0xe9, 0x0b, - 0x12, 0x27, 0x84, 0x33, 0xeb, 0xfd, 0x06, 0xa0, 0x09, 0xc0, 0xdf, 0x5a, 0xa0, 0xbf, 0xb6, 0x67, - 0xd6, 0xed, 0x93, 0xd6, 0xe9, 0xfe, 0xd9, 0x2b, 0x7b, 0xd3, 0xb9, 0x57, 0x4b, 0x6f, 0x17, 0x2b, - 0xf8, 0xa2, 0xe4, 0xa7, 0x0a, 0x7f, 0xc2, 0xd2, 0x68, 0xe3, 0x43, 0xb7, 0x17, 0xad, 0x54, 0xe0, - 0x05, 0xe8, 0x11, 0x96, 0xe0, 0x50, 0xa0, 0x6c, 0x4a, 0x9e, 0xcf, 0x03, 0x6c, 0x7d, 0xd0, 0x20, - 0x48, 0xd7, 0xa0, 0xce, 0x79, 0x80, 0xe1, 0x0b, 0x70, 0x68, 0x64, 0xa1, 0x64, 0x8e, 0x3d, 0x19, - 0x23, 0x66, 0x6d, 0xd7, 0x6f, 0x1b, 0x5c, 0x82, 0x13, 0x32, 0xc7, 0xd3, 0x18, 0x31, 0xf8, 0x04, - 0xf4, 0xd4, 0x69, 0x9c, 0x73, 0xe1, 0x05, 0x44, 0xc6, 0x14, 0x2d, 0xac, 0x9d, 0x7a, 0xa9, 0xfd, - 0x0c, 0x7a, 0xca, 0xc5, 0x77, 0x1a, 0x81, 0xbf, 0x82, 0x3b, 0xcb, 0x43, 0x5d, 0x11, 0x03, 0x6a, - 0x99, 0x9f, 0x36, 0x5c, 0xe6, 0x29, 0x79, 0x83, 0xdd, 0x4c, 0xa3, 0xb2, 0xbe, 0x65, 0xd5, 0x3d, - 0x90, 0xc5, 0xd0, 0x30, 0x3f, 0x07, 0xdd, 0x32, 0x83, 0xc4, 0x48, 0xf8, 0x37, 0xd6, 0x6e, 0x7d, - 0x84, 0x4e, 0x1e, 0x61, 0xaa, 0x08, 0xb8, 0x00, 0x47, 0x2b, 0x09, 0x72, 0xa9, 0xbd, 0xff, 0x35, - 0x00, 0x34, 0x03, 0xe4, 0xd6, 0x97, 0x60, 0x2b, 0xbb, 0xd7, 0x56, 0x47, 0x39, 0x3d, 0x6e, 0xe8, - 0xf4, 0x6a, 0x11, 0x57, 0x4d, 0xb2, 0x82, 0xab, 0x94, 0x60, 0x0a, 0xf6, 0xab, 0xaf, 0x38, 0x6b, - 0x5f, 0x69, 0xbf, 0x6c, 0xa8, 0x7d, 0xae, 0x61, 0x57, 0xb1, 0x15, 0x93, 0xca, 0x13, 0xb7, 0xe3, - 0x9b, 0x3f, 0x21, 0x02, 0x9d, 0xca, 0x3b, 0xdd, 0xea, 0x36, 0x4a, 0x34, 0x52, 0x8c, 0x61, 0x66, - 0x16, 0xdc, 0x3d, 0x64, 0xfc, 0x82, 0xbf, 0xb7, 0x80, 0x85, 0x7c, 0x9f, 0xa7, 0x2c, 0xf1, 0x8c, - 0x17, 0xaa, 0xbe, 0xd2, 0x3d, 0x65, 0x37, 0x69, 0x18, 0x52, 0xbb, 0xbc, 0xe5, 0x3a, 0x9b, 0x0f, - 0xdc, 0xa3, 0xdc, 0xad, 0xdc, 0x4a, 0x7d, 0x9f, 0x9f, 0x83, 0x03, 0x4c, 0x49, 0x48, 0x66, 0xb4, - 0x72, 0x58, 0xfa, 0xb5, 0x2f, 0xc2, 0x7e, 0x81, 0x2d, 0xf7, 0x7f, 0x02, 0x0e, 0x2b, 0x5a, 0xc5, - 0xd5, 0x81, 0xb5, 0x62, 0xd0, 0x10, 0x2b, 0x6e, 0x03, 0x06, 0x07, 0xbe, 0x88, 0xbc, 0x19, 0x92, - 0x38, 0x58, 0x2e, 0x91, 0x75, 0xa0, 0xc4, 0x1e, 0x6e, 0x5c, 0x1b, 0xfd, 0x1f, 0x6e, 0x9f, 0x8b, - 0x68, 0x9c, 0x91, 0x45, 0xdc, 0x67, 0x6c, 0xce, 0xbf, 0x7f, 0xcf, 0xed, 0xf9, 0x2b, 0x75, 0x88, - 0x40, 0x5f, 0x92, 0x88, 0x50, 0x24, 0x0c, 0x93, 0x43, 0x65, 0xf2, 0xa0, 0xce, 0x64, 0xaa, 0xc1, - 0x15, 0x8f, 0xae, 0xac, 0x96, 0xe1, 0x0d, 0x38, 0x14, 0x29, 0xc5, 0x6b, 0x51, 0x8e, 0x94, 0xcb, - 0x17, 0x75, 0x2e, 0x6e, 0x4a, 0xf1, 0xdb, 0xb2, 0xf4, 0xc5, 0xea, 0x83, 0x2c, 0x0c, 0xe5, 0x21, - 0xf1, 0x11, 0x35, 0x6c, 0xee, 0x34, 0x0b, 0x33, 0xd1, 0xe0, 0x6a, 0x18, 0x5a, 0x2d, 0xc3, 0x9f, - 0x41, 0x77, 0x86, 0x24, 0xf1, 0x0d, 0x83, 0x0f, 0x95, 0xc1, 0xfd, 0x3a, 0x83, 0x71, 0x86, 0xad, - 0xc8, 0x77, 0x66, 0x66, 0x71, 0xbc, 0x0b, 0x76, 0x4a, 0xd9, 0xf1, 0xbf, 0x2d, 0x70, 0xcf, 0xe7, - 0x91, 0x5d, 0xfb, 0x41, 0x37, 0xee, 0x14, 0x02, 0x97, 0xd9, 0xd1, 0xba, 0x6c, 0xfd, 0xf4, 0x3c, - 0x67, 0x42, 0x4e, 0x11, 0x0b, 0x6d, 0x2e, 0xc2, 0x41, 0x88, 0x99, 0x3a, 0x78, 0xc5, 0x77, 0x49, - 0x4c, 0xe4, 0x3b, 0x3e, 0x2b, 0x1f, 0x95, 0xa3, 0x3f, 0xda, 0xb7, 0x2e, 0x46, 0xa3, 0x3f, 0xdb, - 0x77, 0x2f, 0xb4, 0xe4, 0x28, 0x90, 0xb6, 0x1e, 0x66, 0xa3, 0xab, 0xa1, 0xed, 0x16, 0x9d, 0x7f, - 0x15, 0x3d, 0xd7, 0xa3, 0x40, 0x5e, 0x97, 0x3d, 0xd7, 0x57, 0xc3, 0xeb, 0xb2, 0xe7, 0xef, 0xf6, - 0x3d, 0xfd, 0xc0, 0x71, 0x46, 0x81, 0x74, 0x9c, 0xb2, 0xcb, 0x71, 0xae, 0x86, 0x8e, 0x53, 0xf6, - 0xcd, 0x6e, 0xab, 0xc9, 0x3e, 0xf8, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x50, 0xa1, 0xe4, 0xd4, 0x02, - 0x0b, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/resources/video.pb.go b/googleapis/ads/googleads/v0/resources/video.pb.go deleted file mode 100644 index cb21f19978..0000000000 --- a/googleapis/ads/googleads/v0/resources/video.pb.go +++ /dev/null @@ -1,134 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/resources/video.proto - -package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// A video. -type Video struct { - // The resource name of the video. - // Video resource names have the form: - // - // `customers/{customer_id}/videos/{video_id}` - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // The ID of the video. - Id *wrappers.StringValue `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - // The owner channel id of the video. - ChannelId *wrappers.StringValue `protobuf:"bytes,3,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` - // The duration of the video in milliseconds. - DurationMillis *wrappers.Int64Value `protobuf:"bytes,4,opt,name=duration_millis,json=durationMillis,proto3" json:"duration_millis,omitempty"` - // The title of the video. - Title *wrappers.StringValue `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Video) Reset() { *m = Video{} } -func (m *Video) String() string { return proto.CompactTextString(m) } -func (*Video) ProtoMessage() {} -func (*Video) Descriptor() ([]byte, []int) { - return fileDescriptor_video_73e5fc43b8d25bfc, []int{0} -} -func (m *Video) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Video.Unmarshal(m, b) -} -func (m *Video) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Video.Marshal(b, m, deterministic) -} -func (dst *Video) XXX_Merge(src proto.Message) { - xxx_messageInfo_Video.Merge(dst, src) -} -func (m *Video) XXX_Size() int { - return xxx_messageInfo_Video.Size(m) -} -func (m *Video) XXX_DiscardUnknown() { - xxx_messageInfo_Video.DiscardUnknown(m) -} - -var xxx_messageInfo_Video proto.InternalMessageInfo - -func (m *Video) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func (m *Video) GetId() *wrappers.StringValue { - if m != nil { - return m.Id - } - return nil -} - -func (m *Video) GetChannelId() *wrappers.StringValue { - if m != nil { - return m.ChannelId - } - return nil -} - -func (m *Video) GetDurationMillis() *wrappers.Int64Value { - if m != nil { - return m.DurationMillis - } - return nil -} - -func (m *Video) GetTitle() *wrappers.StringValue { - if m != nil { - return m.Title - } - return nil -} - -func init() { - proto.RegisterType((*Video)(nil), "google.ads.googleads.v0.resources.Video") -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/resources/video.proto", fileDescriptor_video_73e5fc43b8d25bfc) -} - -var fileDescriptor_video_73e5fc43b8d25bfc = []byte{ - // 357 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xdf, 0x4a, 0xf3, 0x30, - 0x18, 0xc6, 0x69, 0xf7, 0xed, 0x83, 0xe5, 0xfb, 0x23, 0xf4, 0xa8, 0xa8, 0xc8, 0xa6, 0x0c, 0x76, - 0xa0, 0x69, 0x99, 0xe2, 0x41, 0x76, 0xd4, 0x21, 0x8c, 0x09, 0xca, 0x98, 0xd0, 0x03, 0x29, 0x8c, - 0x6c, 0x89, 0x35, 0xd0, 0x26, 0x25, 0x69, 0xe7, 0x75, 0x78, 0x0b, 0x1e, 0x7a, 0x29, 0x5e, 0x8a, - 0x37, 0xe0, 0xa9, 0xb4, 0x69, 0x72, 0x22, 0xe8, 0xce, 0x1e, 0xda, 0xdf, 0xf3, 0x7b, 0xc3, 0xfb, - 0x82, 0xb3, 0x54, 0x88, 0x34, 0xa3, 0x01, 0x26, 0x2a, 0xd0, 0xb1, 0x4e, 0xdb, 0x30, 0x90, 0x54, - 0x89, 0x4a, 0x6e, 0xa8, 0x0a, 0xb6, 0x8c, 0x50, 0x01, 0x0b, 0x29, 0x4a, 0xe1, 0x0d, 0x34, 0x03, - 0x31, 0x51, 0xd0, 0xe2, 0x70, 0x1b, 0x42, 0x8b, 0xef, 0x1f, 0xb5, 0xc6, 0xa6, 0xb0, 0xae, 0x1e, - 0x82, 0x27, 0x89, 0x8b, 0x82, 0x4a, 0xa5, 0x15, 0xc7, 0xcf, 0x2e, 0xe8, 0xc6, 0xb5, 0xd2, 0x3b, - 0x01, 0xff, 0x4c, 0x6d, 0xc5, 0x71, 0x4e, 0x7d, 0xa7, 0xef, 0x8c, 0x7a, 0xcb, 0xbf, 0xe6, 0xe3, - 0x2d, 0xce, 0xa9, 0x77, 0x0a, 0x5c, 0x46, 0x7c, 0xb7, 0xef, 0x8c, 0xfe, 0x8c, 0x0f, 0xdb, 0x99, - 0xd0, 0xb8, 0xe1, 0x5d, 0x29, 0x19, 0x4f, 0x63, 0x9c, 0x55, 0x74, 0xe9, 0x32, 0xe2, 0x4d, 0x00, - 0xd8, 0x3c, 0x62, 0xce, 0x69, 0xb6, 0x62, 0xc4, 0xef, 0xec, 0xd0, 0xea, 0xb5, 0xfc, 0x9c, 0x78, - 0x57, 0x60, 0x8f, 0x54, 0x12, 0x97, 0x4c, 0xf0, 0x55, 0xce, 0xb2, 0x8c, 0x29, 0xff, 0x57, 0x63, - 0x38, 0xf8, 0x62, 0x98, 0xf3, 0xf2, 0xf2, 0x42, 0x0b, 0xfe, 0x9b, 0xce, 0x4d, 0x53, 0xf1, 0xc6, - 0xa0, 0x5b, 0xb2, 0x32, 0xa3, 0x7e, 0x77, 0x87, 0xe9, 0x1a, 0x9d, 0x7e, 0x38, 0x60, 0xb8, 0x11, - 0x39, 0xfc, 0x71, 0xbb, 0x53, 0xd0, 0xac, 0x6e, 0x51, 0xbb, 0x16, 0xce, 0xfd, 0x75, 0x5b, 0x48, - 0x45, 0x86, 0x79, 0x0a, 0x85, 0x4c, 0x83, 0x94, 0xf2, 0x66, 0x92, 0xb9, 0x66, 0xc1, 0xd4, 0x37, - 0xc7, 0x9d, 0xd8, 0xf4, 0xe2, 0x76, 0x66, 0x51, 0xf4, 0xea, 0x0e, 0x66, 0x5a, 0x19, 0x11, 0x05, - 0x75, 0xac, 0x53, 0x1c, 0xc2, 0xa5, 0x21, 0xdf, 0x0c, 0x93, 0x44, 0x44, 0x25, 0x96, 0x49, 0xe2, - 0x30, 0xb1, 0xcc, 0xbb, 0x3b, 0xd4, 0x3f, 0x10, 0x8a, 0x88, 0x42, 0xc8, 0x52, 0x08, 0xc5, 0x21, - 0x42, 0x96, 0x5b, 0xff, 0x6e, 0x1e, 0x7b, 0xfe, 0x19, 0x00, 0x00, 0xff, 0xff, 0x1d, 0x26, 0xd5, - 0xfb, 0x88, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/account_budget_proposal_service.pb.go b/googleapis/ads/googleads/v0/services/account_budget_proposal_service.pb.go deleted file mode 100644 index 0872d71862..0000000000 --- a/googleapis/ads/googleads/v0/services/account_budget_proposal_service.pb.go +++ /dev/null @@ -1,522 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/account_budget_proposal_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [AccountBudgetProposalService.GetAccountBudgetProposal][google.ads.googleads.v0.services.AccountBudgetProposalService.GetAccountBudgetProposal]. -type GetAccountBudgetProposalRequest struct { - // The resource name of the account-level budget proposal to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetAccountBudgetProposalRequest) Reset() { *m = GetAccountBudgetProposalRequest{} } -func (m *GetAccountBudgetProposalRequest) String() string { return proto.CompactTextString(m) } -func (*GetAccountBudgetProposalRequest) ProtoMessage() {} -func (*GetAccountBudgetProposalRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_service_e914761b5f55b9ea, []int{0} -} -func (m *GetAccountBudgetProposalRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAccountBudgetProposalRequest.Unmarshal(m, b) -} -func (m *GetAccountBudgetProposalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAccountBudgetProposalRequest.Marshal(b, m, deterministic) -} -func (dst *GetAccountBudgetProposalRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAccountBudgetProposalRequest.Merge(dst, src) -} -func (m *GetAccountBudgetProposalRequest) XXX_Size() int { - return xxx_messageInfo_GetAccountBudgetProposalRequest.Size(m) -} -func (m *GetAccountBudgetProposalRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAccountBudgetProposalRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetAccountBudgetProposalRequest proto.InternalMessageInfo - -func (m *GetAccountBudgetProposalRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [AccountBudgetProposalService.MutateAccountBudgetProposal][google.ads.googleads.v0.services.AccountBudgetProposalService.MutateAccountBudgetProposal]. -type MutateAccountBudgetProposalRequest struct { - // The ID of the customer. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The operation to perform on an individual account-level budget proposal. - Operation *AccountBudgetProposalOperation `protobuf:"bytes,2,opt,name=operation,proto3" json:"operation,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAccountBudgetProposalRequest) Reset() { *m = MutateAccountBudgetProposalRequest{} } -func (m *MutateAccountBudgetProposalRequest) String() string { return proto.CompactTextString(m) } -func (*MutateAccountBudgetProposalRequest) ProtoMessage() {} -func (*MutateAccountBudgetProposalRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_service_e914761b5f55b9ea, []int{1} -} -func (m *MutateAccountBudgetProposalRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAccountBudgetProposalRequest.Unmarshal(m, b) -} -func (m *MutateAccountBudgetProposalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAccountBudgetProposalRequest.Marshal(b, m, deterministic) -} -func (dst *MutateAccountBudgetProposalRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAccountBudgetProposalRequest.Merge(dst, src) -} -func (m *MutateAccountBudgetProposalRequest) XXX_Size() int { - return xxx_messageInfo_MutateAccountBudgetProposalRequest.Size(m) -} -func (m *MutateAccountBudgetProposalRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAccountBudgetProposalRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAccountBudgetProposalRequest proto.InternalMessageInfo - -func (m *MutateAccountBudgetProposalRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateAccountBudgetProposalRequest) GetOperation() *AccountBudgetProposalOperation { - if m != nil { - return m.Operation - } - return nil -} - -// A single operation to propose the creation of a new account-level budget or -// edit/end/remove an existing one. -type AccountBudgetProposalOperation struct { - // FieldMask that determines which budget fields are modified. While budgets - // may be modified, proposals that propose such modifications are final. - // Therefore, update operations are not supported for proposals. - // - // Proposals that modify budgets have the 'update' proposal type. Specifying - // a mask for any other proposal type is considered an error. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *AccountBudgetProposalOperation_Create - // *AccountBudgetProposalOperation_Remove - Operation isAccountBudgetProposalOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AccountBudgetProposalOperation) Reset() { *m = AccountBudgetProposalOperation{} } -func (m *AccountBudgetProposalOperation) String() string { return proto.CompactTextString(m) } -func (*AccountBudgetProposalOperation) ProtoMessage() {} -func (*AccountBudgetProposalOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_service_e914761b5f55b9ea, []int{2} -} -func (m *AccountBudgetProposalOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AccountBudgetProposalOperation.Unmarshal(m, b) -} -func (m *AccountBudgetProposalOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AccountBudgetProposalOperation.Marshal(b, m, deterministic) -} -func (dst *AccountBudgetProposalOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_AccountBudgetProposalOperation.Merge(dst, src) -} -func (m *AccountBudgetProposalOperation) XXX_Size() int { - return xxx_messageInfo_AccountBudgetProposalOperation.Size(m) -} -func (m *AccountBudgetProposalOperation) XXX_DiscardUnknown() { - xxx_messageInfo_AccountBudgetProposalOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_AccountBudgetProposalOperation proto.InternalMessageInfo - -func (m *AccountBudgetProposalOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isAccountBudgetProposalOperation_Operation interface { - isAccountBudgetProposalOperation_Operation() -} - -type AccountBudgetProposalOperation_Create struct { - Create *resources.AccountBudgetProposal `protobuf:"bytes,2,opt,name=create,proto3,oneof"` -} - -type AccountBudgetProposalOperation_Remove struct { - Remove string `protobuf:"bytes,1,opt,name=remove,proto3,oneof"` -} - -func (*AccountBudgetProposalOperation_Create) isAccountBudgetProposalOperation_Operation() {} - -func (*AccountBudgetProposalOperation_Remove) isAccountBudgetProposalOperation_Operation() {} - -func (m *AccountBudgetProposalOperation) GetOperation() isAccountBudgetProposalOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *AccountBudgetProposalOperation) GetCreate() *resources.AccountBudgetProposal { - if x, ok := m.GetOperation().(*AccountBudgetProposalOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *AccountBudgetProposalOperation) GetRemove() string { - if x, ok := m.GetOperation().(*AccountBudgetProposalOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*AccountBudgetProposalOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _AccountBudgetProposalOperation_OneofMarshaler, _AccountBudgetProposalOperation_OneofUnmarshaler, _AccountBudgetProposalOperation_OneofSizer, []interface{}{ - (*AccountBudgetProposalOperation_Create)(nil), - (*AccountBudgetProposalOperation_Remove)(nil), - } -} - -func _AccountBudgetProposalOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*AccountBudgetProposalOperation) - // operation - switch x := m.Operation.(type) { - case *AccountBudgetProposalOperation_Create: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *AccountBudgetProposalOperation_Remove: - b.EncodeVarint(1<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("AccountBudgetProposalOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _AccountBudgetProposalOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*AccountBudgetProposalOperation) - switch tag { - case 2: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.AccountBudgetProposal) - err := b.DecodeMessage(msg) - m.Operation = &AccountBudgetProposalOperation_Create{msg} - return true, err - case 1: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &AccountBudgetProposalOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _AccountBudgetProposalOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*AccountBudgetProposalOperation) - // operation - switch x := m.Operation.(type) { - case *AccountBudgetProposalOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AccountBudgetProposalOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for account-level budget mutate operations. -type MutateAccountBudgetProposalResponse struct { - // The result of the mutate. - Result *MutateAccountBudgetProposalResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAccountBudgetProposalResponse) Reset() { *m = MutateAccountBudgetProposalResponse{} } -func (m *MutateAccountBudgetProposalResponse) String() string { return proto.CompactTextString(m) } -func (*MutateAccountBudgetProposalResponse) ProtoMessage() {} -func (*MutateAccountBudgetProposalResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_service_e914761b5f55b9ea, []int{3} -} -func (m *MutateAccountBudgetProposalResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAccountBudgetProposalResponse.Unmarshal(m, b) -} -func (m *MutateAccountBudgetProposalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAccountBudgetProposalResponse.Marshal(b, m, deterministic) -} -func (dst *MutateAccountBudgetProposalResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAccountBudgetProposalResponse.Merge(dst, src) -} -func (m *MutateAccountBudgetProposalResponse) XXX_Size() int { - return xxx_messageInfo_MutateAccountBudgetProposalResponse.Size(m) -} -func (m *MutateAccountBudgetProposalResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAccountBudgetProposalResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAccountBudgetProposalResponse proto.InternalMessageInfo - -func (m *MutateAccountBudgetProposalResponse) GetResult() *MutateAccountBudgetProposalResult { - if m != nil { - return m.Result - } - return nil -} - -// The result for the account budget proposal mutate. -type MutateAccountBudgetProposalResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAccountBudgetProposalResult) Reset() { *m = MutateAccountBudgetProposalResult{} } -func (m *MutateAccountBudgetProposalResult) String() string { return proto.CompactTextString(m) } -func (*MutateAccountBudgetProposalResult) ProtoMessage() {} -func (*MutateAccountBudgetProposalResult) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_service_e914761b5f55b9ea, []int{4} -} -func (m *MutateAccountBudgetProposalResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAccountBudgetProposalResult.Unmarshal(m, b) -} -func (m *MutateAccountBudgetProposalResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAccountBudgetProposalResult.Marshal(b, m, deterministic) -} -func (dst *MutateAccountBudgetProposalResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAccountBudgetProposalResult.Merge(dst, src) -} -func (m *MutateAccountBudgetProposalResult) XXX_Size() int { - return xxx_messageInfo_MutateAccountBudgetProposalResult.Size(m) -} -func (m *MutateAccountBudgetProposalResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAccountBudgetProposalResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAccountBudgetProposalResult proto.InternalMessageInfo - -func (m *MutateAccountBudgetProposalResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetAccountBudgetProposalRequest)(nil), "google.ads.googleads.v0.services.GetAccountBudgetProposalRequest") - proto.RegisterType((*MutateAccountBudgetProposalRequest)(nil), "google.ads.googleads.v0.services.MutateAccountBudgetProposalRequest") - proto.RegisterType((*AccountBudgetProposalOperation)(nil), "google.ads.googleads.v0.services.AccountBudgetProposalOperation") - proto.RegisterType((*MutateAccountBudgetProposalResponse)(nil), "google.ads.googleads.v0.services.MutateAccountBudgetProposalResponse") - proto.RegisterType((*MutateAccountBudgetProposalResult)(nil), "google.ads.googleads.v0.services.MutateAccountBudgetProposalResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// AccountBudgetProposalServiceClient is the client API for AccountBudgetProposalService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type AccountBudgetProposalServiceClient interface { - // Returns an account-level budget proposal in full detail. - GetAccountBudgetProposal(ctx context.Context, in *GetAccountBudgetProposalRequest, opts ...grpc.CallOption) (*resources.AccountBudgetProposal, error) - // Creates, updates, or removes account budget proposals. Operation statuses - // are returned. - MutateAccountBudgetProposal(ctx context.Context, in *MutateAccountBudgetProposalRequest, opts ...grpc.CallOption) (*MutateAccountBudgetProposalResponse, error) -} - -type accountBudgetProposalServiceClient struct { - cc *grpc.ClientConn -} - -func NewAccountBudgetProposalServiceClient(cc *grpc.ClientConn) AccountBudgetProposalServiceClient { - return &accountBudgetProposalServiceClient{cc} -} - -func (c *accountBudgetProposalServiceClient) GetAccountBudgetProposal(ctx context.Context, in *GetAccountBudgetProposalRequest, opts ...grpc.CallOption) (*resources.AccountBudgetProposal, error) { - out := new(resources.AccountBudgetProposal) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AccountBudgetProposalService/GetAccountBudgetProposal", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *accountBudgetProposalServiceClient) MutateAccountBudgetProposal(ctx context.Context, in *MutateAccountBudgetProposalRequest, opts ...grpc.CallOption) (*MutateAccountBudgetProposalResponse, error) { - out := new(MutateAccountBudgetProposalResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AccountBudgetProposalService/MutateAccountBudgetProposal", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// AccountBudgetProposalServiceServer is the server API for AccountBudgetProposalService service. -type AccountBudgetProposalServiceServer interface { - // Returns an account-level budget proposal in full detail. - GetAccountBudgetProposal(context.Context, *GetAccountBudgetProposalRequest) (*resources.AccountBudgetProposal, error) - // Creates, updates, or removes account budget proposals. Operation statuses - // are returned. - MutateAccountBudgetProposal(context.Context, *MutateAccountBudgetProposalRequest) (*MutateAccountBudgetProposalResponse, error) -} - -func RegisterAccountBudgetProposalServiceServer(s *grpc.Server, srv AccountBudgetProposalServiceServer) { - s.RegisterService(&_AccountBudgetProposalService_serviceDesc, srv) -} - -func _AccountBudgetProposalService_GetAccountBudgetProposal_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetAccountBudgetProposalRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AccountBudgetProposalServiceServer).GetAccountBudgetProposal(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AccountBudgetProposalService/GetAccountBudgetProposal", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AccountBudgetProposalServiceServer).GetAccountBudgetProposal(ctx, req.(*GetAccountBudgetProposalRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _AccountBudgetProposalService_MutateAccountBudgetProposal_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateAccountBudgetProposalRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AccountBudgetProposalServiceServer).MutateAccountBudgetProposal(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AccountBudgetProposalService/MutateAccountBudgetProposal", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AccountBudgetProposalServiceServer).MutateAccountBudgetProposal(ctx, req.(*MutateAccountBudgetProposalRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _AccountBudgetProposalService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.AccountBudgetProposalService", - HandlerType: (*AccountBudgetProposalServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetAccountBudgetProposal", - Handler: _AccountBudgetProposalService_GetAccountBudgetProposal_Handler, - }, - { - MethodName: "MutateAccountBudgetProposal", - Handler: _AccountBudgetProposalService_MutateAccountBudgetProposal_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/account_budget_proposal_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/account_budget_proposal_service.proto", fileDescriptor_account_budget_proposal_service_e914761b5f55b9ea) -} - -var fileDescriptor_account_budget_proposal_service_e914761b5f55b9ea = []byte{ - // 603 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0x3f, 0x6f, 0xd3, 0x40, - 0x1c, 0xc5, 0xae, 0x14, 0xa9, 0x17, 0x58, 0x6e, 0x8a, 0x42, 0x45, 0x53, 0xb7, 0x43, 0x95, 0xc1, - 0x8e, 0xca, 0x52, 0x5d, 0x54, 0x11, 0x07, 0x48, 0xc2, 0x50, 0x88, 0x8c, 0x94, 0x01, 0x22, 0xac, - 0x8b, 0x7d, 0xb5, 0xac, 0xda, 0x3e, 0xe3, 0x3b, 0x67, 0xa9, 0xba, 0x74, 0x62, 0xe7, 0x1b, 0x20, - 0xb1, 0xf0, 0x51, 0x58, 0x59, 0x60, 0x67, 0x62, 0x41, 0xe2, 0x13, 0x20, 0xfb, 0xee, 0xd2, 0x56, - 0x4a, 0x6c, 0x44, 0xb7, 0x9f, 0xcf, 0xef, 0xde, 0x7b, 0xbf, 0x7f, 0x07, 0x46, 0x01, 0xa5, 0x41, - 0x44, 0x2c, 0xec, 0x33, 0x4b, 0x84, 0x45, 0xb4, 0xec, 0x59, 0x8c, 0x64, 0xcb, 0xd0, 0x23, 0xcc, - 0xc2, 0x9e, 0x47, 0xf3, 0x84, 0xbb, 0x8b, 0xdc, 0x0f, 0x08, 0x77, 0xd3, 0x8c, 0xa6, 0x94, 0xe1, - 0xc8, 0x95, 0x00, 0x33, 0xcd, 0x28, 0xa7, 0xb0, 0x23, 0x2e, 0x9b, 0xd8, 0x67, 0xe6, 0x8a, 0xc7, - 0x5c, 0xf6, 0x4c, 0xc5, 0xd3, 0x7e, 0xb2, 0x49, 0x29, 0x23, 0x8c, 0xe6, 0x59, 0x85, 0x94, 0x90, - 0x68, 0xef, 0x28, 0x82, 0x34, 0xb4, 0x70, 0x92, 0x50, 0x8e, 0x79, 0x48, 0x13, 0x26, 0xff, 0x4a, - 0x03, 0x56, 0xf9, 0xb5, 0xc8, 0xcf, 0xac, 0xb3, 0x90, 0x44, 0xbe, 0x1b, 0x63, 0x76, 0x2e, 0x10, - 0xc6, 0x08, 0xec, 0x8e, 0x09, 0xb7, 0x85, 0xc6, 0xb0, 0x94, 0x98, 0x4a, 0x05, 0x87, 0xbc, 0xcf, - 0x09, 0xe3, 0x70, 0x1f, 0x3c, 0x50, 0x6e, 0xdc, 0x04, 0xc7, 0xa4, 0xa5, 0x75, 0xb4, 0xc3, 0x6d, - 0xe7, 0xbe, 0x3a, 0x7c, 0x89, 0x63, 0x62, 0x7c, 0xd6, 0x80, 0x71, 0x9a, 0x73, 0xcc, 0x49, 0x25, - 0xd7, 0x2e, 0x68, 0x7a, 0x39, 0xe3, 0x34, 0x26, 0x99, 0x1b, 0xfa, 0x92, 0x09, 0xa8, 0xa3, 0x17, - 0x3e, 0x7c, 0x07, 0xb6, 0x69, 0x4a, 0xb2, 0x32, 0x8b, 0x96, 0xde, 0xd1, 0x0e, 0x9b, 0x47, 0x03, - 0xb3, 0xae, 0x8c, 0xe6, 0x5a, 0xcd, 0x57, 0x8a, 0xc7, 0xb9, 0xa6, 0x34, 0xbe, 0x6b, 0xe0, 0x51, - 0x35, 0x1a, 0xf6, 0x41, 0x33, 0x4f, 0x7d, 0xcc, 0x49, 0x59, 0xa7, 0xd6, 0x56, 0x69, 0xa2, 0xad, - 0x4c, 0xa8, 0x52, 0x9a, 0xa3, 0xa2, 0x94, 0xa7, 0x98, 0x9d, 0x3b, 0x40, 0xc0, 0x8b, 0x18, 0x3a, - 0xa0, 0xe1, 0x65, 0x04, 0x73, 0x22, 0xcd, 0x1f, 0x6f, 0x34, 0xbf, 0xea, 0xf0, 0x7a, 0xf7, 0x93, - 0x7b, 0x8e, 0x64, 0x82, 0x2d, 0xd0, 0xc8, 0x48, 0x4c, 0x97, 0xb2, 0xf2, 0xc5, 0x1f, 0xf1, 0x3d, - 0x6c, 0xde, 0xa8, 0x96, 0x71, 0xa5, 0x81, 0xfd, 0xca, 0x16, 0xb0, 0x94, 0x26, 0x8c, 0xc0, 0xb7, - 0x05, 0x1d, 0xcb, 0x23, 0x2e, 0x2d, 0x3e, 0xad, 0xaf, 0x6f, 0x35, 0x6d, 0x1e, 0x71, 0x47, 0x52, - 0x1a, 0x13, 0xb0, 0x57, 0x0b, 0xfe, 0xa7, 0x89, 0x3a, 0xfa, 0xbd, 0x05, 0x76, 0xd6, 0x92, 0xbc, - 0x16, 0xae, 0xe0, 0x0f, 0x0d, 0xb4, 0x36, 0xcd, 0x2e, 0xb4, 0xeb, 0x93, 0xaa, 0x99, 0xfb, 0xf6, - 0x7f, 0xb7, 0xce, 0x18, 0x5c, 0x7d, 0xfb, 0xf9, 0x51, 0x47, 0xf0, 0xb8, 0xd8, 0xe4, 0x8b, 0x5b, - 0xa9, 0x9e, 0xa8, 0x59, 0x67, 0x56, 0x57, 0xad, 0xf6, 0xed, 0xdb, 0xcc, 0xea, 0x5e, 0xc2, 0x3f, - 0x1a, 0x78, 0x58, 0x51, 0x47, 0xf8, 0xec, 0x8e, 0x3d, 0x13, 0x19, 0x3e, 0xbf, 0x6b, 0xe7, 0xcb, - 0x81, 0x32, 0x46, 0x65, 0xba, 0x03, 0xa3, 0x5f, 0xa4, 0x7b, 0x9d, 0xdf, 0xc5, 0x8d, 0x4d, 0x3f, - 0xe9, 0x5e, 0x6e, 0xc8, 0x16, 0xc5, 0xa5, 0x02, 0xd2, 0xba, 0xc3, 0x0f, 0x3a, 0x38, 0xf0, 0x68, - 0x5c, 0x6b, 0x6a, 0xb8, 0x57, 0x35, 0x17, 0xd3, 0x62, 0x41, 0xa7, 0xda, 0x9b, 0x89, 0xa4, 0x09, - 0x68, 0x84, 0x93, 0xc0, 0xa4, 0x59, 0x60, 0x05, 0x24, 0x29, 0xd7, 0x57, 0x3d, 0xb5, 0x69, 0xc8, - 0x36, 0xbf, 0xf1, 0x7d, 0x15, 0x7c, 0xd2, 0xb7, 0xc6, 0xb6, 0xfd, 0x45, 0xef, 0x8c, 0x05, 0xa1, - 0xed, 0x33, 0x53, 0x84, 0x45, 0x34, 0xeb, 0x99, 0x52, 0x98, 0x7d, 0x55, 0x90, 0xb9, 0xed, 0xb3, - 0xf9, 0x0a, 0x32, 0x9f, 0xf5, 0xe6, 0x0a, 0xf2, 0x4b, 0x3f, 0x10, 0xe7, 0x08, 0xd9, 0x3e, 0x43, - 0x68, 0x05, 0x42, 0x68, 0xd6, 0x43, 0x48, 0xc1, 0x16, 0x8d, 0xd2, 0xe7, 0xe3, 0xbf, 0x01, 0x00, - 0x00, 0xff, 0xff, 0xd2, 0xc8, 0x94, 0x6f, 0x8a, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/account_budget_service.pb.go b/googleapis/ads/googleads/v0/services/account_budget_service.pb.go deleted file mode 100644 index 2b33d6dc64..0000000000 --- a/googleapis/ads/googleads/v0/services/account_budget_service.pb.go +++ /dev/null @@ -1,176 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/account_budget_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [AccountBudgetService.GetAccountBudget][google.ads.googleads.v0.services.AccountBudgetService.GetAccountBudget]. -type GetAccountBudgetRequest struct { - // The resource name of the account-level budget to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetAccountBudgetRequest) Reset() { *m = GetAccountBudgetRequest{} } -func (m *GetAccountBudgetRequest) String() string { return proto.CompactTextString(m) } -func (*GetAccountBudgetRequest) ProtoMessage() {} -func (*GetAccountBudgetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_service_18e5ccab714ba478, []int{0} -} -func (m *GetAccountBudgetRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAccountBudgetRequest.Unmarshal(m, b) -} -func (m *GetAccountBudgetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAccountBudgetRequest.Marshal(b, m, deterministic) -} -func (dst *GetAccountBudgetRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAccountBudgetRequest.Merge(dst, src) -} -func (m *GetAccountBudgetRequest) XXX_Size() int { - return xxx_messageInfo_GetAccountBudgetRequest.Size(m) -} -func (m *GetAccountBudgetRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAccountBudgetRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetAccountBudgetRequest proto.InternalMessageInfo - -func (m *GetAccountBudgetRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetAccountBudgetRequest)(nil), "google.ads.googleads.v0.services.GetAccountBudgetRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// AccountBudgetServiceClient is the client API for AccountBudgetService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type AccountBudgetServiceClient interface { - // Returns an account-level budget in full detail. - GetAccountBudget(ctx context.Context, in *GetAccountBudgetRequest, opts ...grpc.CallOption) (*resources.AccountBudget, error) -} - -type accountBudgetServiceClient struct { - cc *grpc.ClientConn -} - -func NewAccountBudgetServiceClient(cc *grpc.ClientConn) AccountBudgetServiceClient { - return &accountBudgetServiceClient{cc} -} - -func (c *accountBudgetServiceClient) GetAccountBudget(ctx context.Context, in *GetAccountBudgetRequest, opts ...grpc.CallOption) (*resources.AccountBudget, error) { - out := new(resources.AccountBudget) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AccountBudgetService/GetAccountBudget", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// AccountBudgetServiceServer is the server API for AccountBudgetService service. -type AccountBudgetServiceServer interface { - // Returns an account-level budget in full detail. - GetAccountBudget(context.Context, *GetAccountBudgetRequest) (*resources.AccountBudget, error) -} - -func RegisterAccountBudgetServiceServer(s *grpc.Server, srv AccountBudgetServiceServer) { - s.RegisterService(&_AccountBudgetService_serviceDesc, srv) -} - -func _AccountBudgetService_GetAccountBudget_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetAccountBudgetRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AccountBudgetServiceServer).GetAccountBudget(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AccountBudgetService/GetAccountBudget", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AccountBudgetServiceServer).GetAccountBudget(ctx, req.(*GetAccountBudgetRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _AccountBudgetService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.AccountBudgetService", - HandlerType: (*AccountBudgetServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetAccountBudget", - Handler: _AccountBudgetService_GetAccountBudget_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/account_budget_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/account_budget_service.proto", fileDescriptor_account_budget_service_18e5ccab714ba478) -} - -var fileDescriptor_account_budget_service_18e5ccab714ba478 = []byte{ - // 363 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x4f, 0x4a, 0xf3, 0x40, - 0x18, 0xc6, 0x49, 0x3e, 0xf8, 0xc0, 0xa0, 0x20, 0x41, 0x50, 0x8b, 0x8b, 0x52, 0xbb, 0x90, 0x2e, - 0x66, 0x86, 0x0a, 0xa2, 0x23, 0x15, 0xd2, 0x4d, 0x5d, 0x49, 0xa9, 0xd0, 0x85, 0x04, 0xca, 0x34, - 0x19, 0x86, 0x40, 0x33, 0x53, 0xf3, 0x4e, 0xba, 0x11, 0x41, 0xbc, 0x82, 0x37, 0x70, 0xe9, 0x0d, - 0xbc, 0x82, 0x4b, 0xbd, 0x82, 0x2b, 0x4f, 0x21, 0xe9, 0x74, 0x02, 0x51, 0x43, 0x77, 0x0f, 0x6f, - 0x9e, 0xdf, 0xfb, 0xe7, 0xc9, 0x78, 0x3d, 0xa1, 0x94, 0x98, 0x71, 0xcc, 0x62, 0xc0, 0x46, 0x16, - 0x6a, 0x41, 0x30, 0xf0, 0x6c, 0x91, 0x44, 0x1c, 0x30, 0x8b, 0x22, 0x95, 0x4b, 0x3d, 0x99, 0xe6, - 0xb1, 0xe0, 0x7a, 0xb2, 0xaa, 0xa3, 0x79, 0xa6, 0xb4, 0xf2, 0x9b, 0x86, 0x41, 0x2c, 0x06, 0x54, - 0xe2, 0x68, 0x41, 0x90, 0xc5, 0x1b, 0x27, 0x75, 0x03, 0x32, 0x0e, 0x2a, 0xcf, 0x7e, 0x4f, 0x30, - 0x9d, 0x1b, 0x07, 0x96, 0x9b, 0x27, 0x98, 0x49, 0xa9, 0x34, 0xd3, 0x89, 0x92, 0x60, 0xbe, 0xb6, - 0x2e, 0xbc, 0xdd, 0x01, 0xd7, 0x81, 0x01, 0xfb, 0x4b, 0x6e, 0xc4, 0x6f, 0x73, 0x0e, 0xda, 0x3f, - 0xf4, 0xb6, 0x6c, 0xeb, 0x89, 0x64, 0x29, 0xdf, 0x73, 0x9a, 0xce, 0xd1, 0xc6, 0x68, 0xd3, 0x16, - 0xaf, 0x58, 0xca, 0xbb, 0xef, 0x8e, 0xb7, 0x53, 0xa1, 0xaf, 0xcd, 0xbe, 0xfe, 0xab, 0xe3, 0x6d, - 0xff, 0xec, 0xec, 0x9f, 0xa1, 0x75, 0x67, 0xa2, 0x9a, 0x6d, 0x1a, 0xa4, 0x16, 0x2d, 0xef, 0x47, - 0x15, 0xb0, 0x75, 0xfa, 0xf8, 0xf1, 0xf9, 0xe4, 0x76, 0x7d, 0x52, 0x84, 0x74, 0x57, 0x39, 0xa5, - 0x17, 0xe5, 0xa0, 0x55, 0xca, 0x33, 0xc0, 0x1d, 0x9b, 0x9a, 0xa1, 0x00, 0x77, 0xee, 0xfb, 0x0f, - 0xae, 0xd7, 0x8e, 0x54, 0xba, 0x76, 0xd9, 0xfe, 0xfe, 0x5f, 0xa7, 0x0f, 0x8b, 0x60, 0x87, 0xce, - 0xcd, 0xe5, 0x0a, 0x17, 0x6a, 0xc6, 0xa4, 0x40, 0x2a, 0x13, 0x58, 0x70, 0xb9, 0x8c, 0xdd, 0xfe, - 0xc0, 0x79, 0x02, 0xf5, 0x0f, 0xe6, 0xdc, 0x8a, 0x67, 0xf7, 0xdf, 0x20, 0x08, 0x5e, 0xdc, 0xe6, - 0xc0, 0x34, 0x0c, 0x62, 0x40, 0x46, 0x16, 0x6a, 0x4c, 0xd0, 0x6a, 0x30, 0xbc, 0x59, 0x4b, 0x18, - 0xc4, 0x10, 0x96, 0x96, 0x70, 0x4c, 0x42, 0x6b, 0xf9, 0x72, 0xdb, 0xa6, 0x4e, 0x69, 0x10, 0x03, - 0xa5, 0xa5, 0x89, 0xd2, 0x31, 0xa1, 0xd4, 0xda, 0xa6, 0xff, 0x97, 0x7b, 0x1e, 0x7f, 0x07, 0x00, - 0x00, 0xff, 0xff, 0xef, 0xf9, 0x6f, 0x58, 0xd7, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/ad_group_ad_service.pb.go b/googleapis/ads/googleads/v0/services/ad_group_ad_service.pb.go deleted file mode 100644 index ac7f508972..0000000000 --- a/googleapis/ads/googleads/v0/services/ad_group_ad_service.pb.go +++ /dev/null @@ -1,603 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/ad_group_ad_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [AdGroupAdService.GetAdGroupAd][google.ads.googleads.v0.services.AdGroupAdService.GetAdGroupAd]. -type GetAdGroupAdRequest struct { - // The resource name of the ad to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetAdGroupAdRequest) Reset() { *m = GetAdGroupAdRequest{} } -func (m *GetAdGroupAdRequest) String() string { return proto.CompactTextString(m) } -func (*GetAdGroupAdRequest) ProtoMessage() {} -func (*GetAdGroupAdRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_service_06b03a3e5817667d, []int{0} -} -func (m *GetAdGroupAdRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAdGroupAdRequest.Unmarshal(m, b) -} -func (m *GetAdGroupAdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAdGroupAdRequest.Marshal(b, m, deterministic) -} -func (dst *GetAdGroupAdRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAdGroupAdRequest.Merge(dst, src) -} -func (m *GetAdGroupAdRequest) XXX_Size() int { - return xxx_messageInfo_GetAdGroupAdRequest.Size(m) -} -func (m *GetAdGroupAdRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAdGroupAdRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetAdGroupAdRequest proto.InternalMessageInfo - -func (m *GetAdGroupAdRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [AdGroupAdService.MutateAdGroupAds][google.ads.googleads.v0.services.AdGroupAdService.MutateAdGroupAds]. -type MutateAdGroupAdsRequest struct { - // The ID of the customer whose ads are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual ads. - Operations []*AdGroupAdOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdGroupAdsRequest) Reset() { *m = MutateAdGroupAdsRequest{} } -func (m *MutateAdGroupAdsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateAdGroupAdsRequest) ProtoMessage() {} -func (*MutateAdGroupAdsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_service_06b03a3e5817667d, []int{1} -} -func (m *MutateAdGroupAdsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdGroupAdsRequest.Unmarshal(m, b) -} -func (m *MutateAdGroupAdsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdGroupAdsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateAdGroupAdsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdGroupAdsRequest.Merge(dst, src) -} -func (m *MutateAdGroupAdsRequest) XXX_Size() int { - return xxx_messageInfo_MutateAdGroupAdsRequest.Size(m) -} -func (m *MutateAdGroupAdsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdGroupAdsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdGroupAdsRequest proto.InternalMessageInfo - -func (m *MutateAdGroupAdsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateAdGroupAdsRequest) GetOperations() []*AdGroupAdOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateAdGroupAdsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateAdGroupAdsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on an ad group ad. -type AdGroupAdOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // Configuration for how policies are validated. - PolicyValidationParameter *common.PolicyValidationParameter `protobuf:"bytes,5,opt,name=policy_validation_parameter,json=policyValidationParameter,proto3" json:"policy_validation_parameter,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *AdGroupAdOperation_Create - // *AdGroupAdOperation_Update - // *AdGroupAdOperation_Remove - Operation isAdGroupAdOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupAdOperation) Reset() { *m = AdGroupAdOperation{} } -func (m *AdGroupAdOperation) String() string { return proto.CompactTextString(m) } -func (*AdGroupAdOperation) ProtoMessage() {} -func (*AdGroupAdOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_service_06b03a3e5817667d, []int{2} -} -func (m *AdGroupAdOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupAdOperation.Unmarshal(m, b) -} -func (m *AdGroupAdOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupAdOperation.Marshal(b, m, deterministic) -} -func (dst *AdGroupAdOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupAdOperation.Merge(dst, src) -} -func (m *AdGroupAdOperation) XXX_Size() int { - return xxx_messageInfo_AdGroupAdOperation.Size(m) -} -func (m *AdGroupAdOperation) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupAdOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupAdOperation proto.InternalMessageInfo - -func (m *AdGroupAdOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -func (m *AdGroupAdOperation) GetPolicyValidationParameter() *common.PolicyValidationParameter { - if m != nil { - return m.PolicyValidationParameter - } - return nil -} - -type isAdGroupAdOperation_Operation interface { - isAdGroupAdOperation_Operation() -} - -type AdGroupAdOperation_Create struct { - Create *resources.AdGroupAd `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type AdGroupAdOperation_Update struct { - Update *resources.AdGroupAd `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type AdGroupAdOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*AdGroupAdOperation_Create) isAdGroupAdOperation_Operation() {} - -func (*AdGroupAdOperation_Update) isAdGroupAdOperation_Operation() {} - -func (*AdGroupAdOperation_Remove) isAdGroupAdOperation_Operation() {} - -func (m *AdGroupAdOperation) GetOperation() isAdGroupAdOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *AdGroupAdOperation) GetCreate() *resources.AdGroupAd { - if x, ok := m.GetOperation().(*AdGroupAdOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *AdGroupAdOperation) GetUpdate() *resources.AdGroupAd { - if x, ok := m.GetOperation().(*AdGroupAdOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *AdGroupAdOperation) GetRemove() string { - if x, ok := m.GetOperation().(*AdGroupAdOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*AdGroupAdOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _AdGroupAdOperation_OneofMarshaler, _AdGroupAdOperation_OneofUnmarshaler, _AdGroupAdOperation_OneofSizer, []interface{}{ - (*AdGroupAdOperation_Create)(nil), - (*AdGroupAdOperation_Update)(nil), - (*AdGroupAdOperation_Remove)(nil), - } -} - -func _AdGroupAdOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*AdGroupAdOperation) - // operation - switch x := m.Operation.(type) { - case *AdGroupAdOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *AdGroupAdOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *AdGroupAdOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("AdGroupAdOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _AdGroupAdOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*AdGroupAdOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.AdGroupAd) - err := b.DecodeMessage(msg) - m.Operation = &AdGroupAdOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.AdGroupAd) - err := b.DecodeMessage(msg) - m.Operation = &AdGroupAdOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &AdGroupAdOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _AdGroupAdOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*AdGroupAdOperation) - // operation - switch x := m.Operation.(type) { - case *AdGroupAdOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupAdOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupAdOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for an ad group ad mutate. -type MutateAdGroupAdsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateAdGroupAdResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdGroupAdsResponse) Reset() { *m = MutateAdGroupAdsResponse{} } -func (m *MutateAdGroupAdsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateAdGroupAdsResponse) ProtoMessage() {} -func (*MutateAdGroupAdsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_service_06b03a3e5817667d, []int{3} -} -func (m *MutateAdGroupAdsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdGroupAdsResponse.Unmarshal(m, b) -} -func (m *MutateAdGroupAdsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdGroupAdsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateAdGroupAdsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdGroupAdsResponse.Merge(dst, src) -} -func (m *MutateAdGroupAdsResponse) XXX_Size() int { - return xxx_messageInfo_MutateAdGroupAdsResponse.Size(m) -} -func (m *MutateAdGroupAdsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdGroupAdsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdGroupAdsResponse proto.InternalMessageInfo - -func (m *MutateAdGroupAdsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateAdGroupAdsResponse) GetResults() []*MutateAdGroupAdResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the ad mutate. -type MutateAdGroupAdResult struct { - // The resource name returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdGroupAdResult) Reset() { *m = MutateAdGroupAdResult{} } -func (m *MutateAdGroupAdResult) String() string { return proto.CompactTextString(m) } -func (*MutateAdGroupAdResult) ProtoMessage() {} -func (*MutateAdGroupAdResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_service_06b03a3e5817667d, []int{4} -} -func (m *MutateAdGroupAdResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdGroupAdResult.Unmarshal(m, b) -} -func (m *MutateAdGroupAdResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdGroupAdResult.Marshal(b, m, deterministic) -} -func (dst *MutateAdGroupAdResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdGroupAdResult.Merge(dst, src) -} -func (m *MutateAdGroupAdResult) XXX_Size() int { - return xxx_messageInfo_MutateAdGroupAdResult.Size(m) -} -func (m *MutateAdGroupAdResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdGroupAdResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdGroupAdResult proto.InternalMessageInfo - -func (m *MutateAdGroupAdResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetAdGroupAdRequest)(nil), "google.ads.googleads.v0.services.GetAdGroupAdRequest") - proto.RegisterType((*MutateAdGroupAdsRequest)(nil), "google.ads.googleads.v0.services.MutateAdGroupAdsRequest") - proto.RegisterType((*AdGroupAdOperation)(nil), "google.ads.googleads.v0.services.AdGroupAdOperation") - proto.RegisterType((*MutateAdGroupAdsResponse)(nil), "google.ads.googleads.v0.services.MutateAdGroupAdsResponse") - proto.RegisterType((*MutateAdGroupAdResult)(nil), "google.ads.googleads.v0.services.MutateAdGroupAdResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// AdGroupAdServiceClient is the client API for AdGroupAdService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type AdGroupAdServiceClient interface { - // Returns the requested ad in full detail. - GetAdGroupAd(ctx context.Context, in *GetAdGroupAdRequest, opts ...grpc.CallOption) (*resources.AdGroupAd, error) - // Creates, updates, or removes ads. Operation statuses are returned. - MutateAdGroupAds(ctx context.Context, in *MutateAdGroupAdsRequest, opts ...grpc.CallOption) (*MutateAdGroupAdsResponse, error) -} - -type adGroupAdServiceClient struct { - cc *grpc.ClientConn -} - -func NewAdGroupAdServiceClient(cc *grpc.ClientConn) AdGroupAdServiceClient { - return &adGroupAdServiceClient{cc} -} - -func (c *adGroupAdServiceClient) GetAdGroupAd(ctx context.Context, in *GetAdGroupAdRequest, opts ...grpc.CallOption) (*resources.AdGroupAd, error) { - out := new(resources.AdGroupAd) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AdGroupAdService/GetAdGroupAd", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *adGroupAdServiceClient) MutateAdGroupAds(ctx context.Context, in *MutateAdGroupAdsRequest, opts ...grpc.CallOption) (*MutateAdGroupAdsResponse, error) { - out := new(MutateAdGroupAdsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AdGroupAdService/MutateAdGroupAds", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// AdGroupAdServiceServer is the server API for AdGroupAdService service. -type AdGroupAdServiceServer interface { - // Returns the requested ad in full detail. - GetAdGroupAd(context.Context, *GetAdGroupAdRequest) (*resources.AdGroupAd, error) - // Creates, updates, or removes ads. Operation statuses are returned. - MutateAdGroupAds(context.Context, *MutateAdGroupAdsRequest) (*MutateAdGroupAdsResponse, error) -} - -func RegisterAdGroupAdServiceServer(s *grpc.Server, srv AdGroupAdServiceServer) { - s.RegisterService(&_AdGroupAdService_serviceDesc, srv) -} - -func _AdGroupAdService_GetAdGroupAd_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetAdGroupAdRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AdGroupAdServiceServer).GetAdGroupAd(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AdGroupAdService/GetAdGroupAd", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AdGroupAdServiceServer).GetAdGroupAd(ctx, req.(*GetAdGroupAdRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _AdGroupAdService_MutateAdGroupAds_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateAdGroupAdsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AdGroupAdServiceServer).MutateAdGroupAds(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AdGroupAdService/MutateAdGroupAds", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AdGroupAdServiceServer).MutateAdGroupAds(ctx, req.(*MutateAdGroupAdsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _AdGroupAdService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.AdGroupAdService", - HandlerType: (*AdGroupAdServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetAdGroupAd", - Handler: _AdGroupAdService_GetAdGroupAd_Handler, - }, - { - MethodName: "MutateAdGroupAds", - Handler: _AdGroupAdService_MutateAdGroupAds_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/ad_group_ad_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/ad_group_ad_service.proto", fileDescriptor_ad_group_ad_service_06b03a3e5817667d) -} - -var fileDescriptor_ad_group_ad_service_06b03a3e5817667d = []byte{ - // 766 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0xc1, 0x6e, 0xd3, 0x4a, - 0x14, 0x7d, 0x4e, 0xde, 0xeb, 0x7b, 0x9d, 0xf4, 0x41, 0x35, 0x55, 0x55, 0x13, 0x10, 0x44, 0xa6, - 0x12, 0x55, 0xa8, 0xec, 0x28, 0x2d, 0x42, 0x75, 0xe9, 0x22, 0x95, 0x68, 0xca, 0xa2, 0x34, 0xb8, - 0x28, 0x0b, 0x14, 0xc9, 0x9a, 0xda, 0xd3, 0xc8, 0xaa, 0xed, 0x19, 0x66, 0xc6, 0x41, 0x51, 0xd5, - 0x0d, 0x48, 0xfc, 0x00, 0x7f, 0xc0, 0x0e, 0xf6, 0x7c, 0x02, 0x1b, 0xb6, 0xec, 0x59, 0xb1, 0xe2, - 0x1b, 0x58, 0x20, 0x7b, 0x3c, 0x26, 0x4d, 0x1b, 0x85, 0x76, 0x37, 0xbe, 0x73, 0xcf, 0xb9, 0x67, - 0xe6, 0xdc, 0xb9, 0x06, 0x76, 0x9f, 0x90, 0x7e, 0x88, 0x2d, 0xe4, 0x73, 0x4b, 0x2e, 0xd3, 0xd5, - 0xa0, 0x61, 0x71, 0xcc, 0x06, 0x81, 0x87, 0xb9, 0x85, 0x7c, 0xb7, 0xcf, 0x48, 0x42, 0x5d, 0xe4, - 0xbb, 0x79, 0xd0, 0xa4, 0x8c, 0x08, 0x02, 0x6b, 0x12, 0x60, 0x22, 0x9f, 0x9b, 0x05, 0xd6, 0x1c, - 0x34, 0x4c, 0x85, 0xad, 0xde, 0x9f, 0xc4, 0xee, 0x91, 0x28, 0x22, 0xb1, 0x45, 0x49, 0x18, 0x78, - 0x43, 0x49, 0x57, 0x5d, 0x9b, 0x94, 0xcc, 0x30, 0x27, 0x09, 0x1b, 0xd3, 0x92, 0x83, 0x6e, 0x29, - 0x10, 0x0d, 0x2c, 0x14, 0xc7, 0x44, 0x20, 0x11, 0x90, 0x98, 0xe7, 0xbb, 0xb9, 0x42, 0x2b, 0xfb, - 0x3a, 0x4c, 0x8e, 0xac, 0xa3, 0x00, 0x87, 0xbe, 0x1b, 0x21, 0x7e, 0x9c, 0x67, 0xdc, 0x1e, 0xcf, - 0x78, 0xc5, 0x10, 0xa5, 0x98, 0x29, 0x86, 0xa5, 0x7c, 0x9f, 0x51, 0xcf, 0xe2, 0x02, 0x89, 0x24, - 0xdf, 0x30, 0x6c, 0xb0, 0xd0, 0xc6, 0xa2, 0xe5, 0xb7, 0x53, 0x3d, 0x2d, 0xdf, 0xc1, 0x2f, 0x13, - 0xcc, 0x05, 0xbc, 0x0b, 0xfe, 0x57, 0x72, 0xdd, 0x18, 0x45, 0x58, 0xd7, 0x6a, 0xda, 0xca, 0xac, - 0x33, 0xa7, 0x82, 0x4f, 0x51, 0x84, 0x8d, 0x6f, 0x1a, 0x58, 0xda, 0x4b, 0x04, 0x12, 0xb8, 0xc0, - 0x73, 0x45, 0x70, 0x07, 0x54, 0xbc, 0x84, 0x0b, 0x12, 0x61, 0xe6, 0x06, 0x7e, 0x0e, 0x07, 0x2a, - 0xf4, 0xc4, 0x87, 0xcf, 0x01, 0x20, 0x14, 0x33, 0x79, 0x4e, 0xbd, 0x54, 0x2b, 0xaf, 0x54, 0x9a, - 0xeb, 0xe6, 0x34, 0x2b, 0xcc, 0xa2, 0xd2, 0xbe, 0x02, 0x3b, 0x23, 0x3c, 0xf0, 0x1e, 0xb8, 0x4e, - 0x11, 0x13, 0x01, 0x0a, 0xdd, 0x23, 0x14, 0x84, 0x09, 0xc3, 0x7a, 0xb9, 0xa6, 0xad, 0xfc, 0xe7, - 0x5c, 0xcb, 0xc3, 0x3b, 0x32, 0x9a, 0x1e, 0x70, 0x80, 0xc2, 0xc0, 0x47, 0x02, 0xbb, 0x24, 0x0e, - 0x87, 0xfa, 0xdf, 0x59, 0xda, 0x9c, 0x0a, 0xee, 0xc7, 0xe1, 0xd0, 0x78, 0x53, 0x06, 0xf0, 0x7c, - 0x41, 0xb8, 0x09, 0x2a, 0x09, 0xcd, 0x90, 0xa9, 0x03, 0x19, 0xb2, 0xd2, 0xac, 0x2a, 0xed, 0xca, - 0x02, 0x73, 0x27, 0x35, 0x69, 0x0f, 0xf1, 0x63, 0x07, 0xc8, 0xf4, 0x74, 0x0d, 0x87, 0xe0, 0xa6, - 0x6c, 0x17, 0x37, 0x2f, 0x15, 0x90, 0xd8, 0xa5, 0x88, 0xa1, 0x08, 0x0b, 0xcc, 0xf4, 0x7f, 0x32, - 0xb2, 0x8d, 0x89, 0x17, 0x21, 0x3b, 0xce, 0xec, 0x64, 0x14, 0xdd, 0x82, 0xa1, 0xa3, 0x08, 0x9c, - 0x1b, 0x74, 0xd2, 0x16, 0xdc, 0x01, 0x33, 0x1e, 0xc3, 0x48, 0x48, 0x37, 0x2b, 0xcd, 0xd5, 0x89, - 0x55, 0x8a, 0x56, 0xfd, 0x7d, 0xdf, 0xbb, 0x7f, 0x39, 0x39, 0x3a, 0xe5, 0x91, 0x07, 0xd2, 0x4b, - 0x57, 0xe3, 0x91, 0x68, 0xa8, 0x83, 0x19, 0x86, 0x23, 0x32, 0x90, 0x1e, 0xcd, 0xa6, 0x3b, 0xf2, - 0x7b, 0xbb, 0x02, 0x66, 0x0b, 0x53, 0x8d, 0x4f, 0x1a, 0xd0, 0xcf, 0xb7, 0x19, 0xa7, 0x24, 0xe6, - 0xa9, 0x96, 0xc5, 0x31, 0xc3, 0x5d, 0xcc, 0x18, 0x61, 0x19, 0x65, 0xa5, 0x09, 0x95, 0x34, 0x46, - 0x3d, 0xf3, 0x20, 0x6b, 0x7c, 0x67, 0xe1, 0x6c, 0x2b, 0x3c, 0x4e, 0xd3, 0xe1, 0x33, 0xf0, 0x2f, - 0xc3, 0x3c, 0x09, 0x85, 0xea, 0xc5, 0x87, 0xd3, 0x7b, 0x71, 0x4c, 0x94, 0x93, 0xe1, 0x1d, 0xc5, - 0x63, 0x3c, 0x02, 0x8b, 0x17, 0x66, 0xfc, 0xd1, 0xe3, 0x6a, 0xbe, 0x2d, 0x83, 0xf9, 0x02, 0x78, - 0x20, 0x4b, 0xc2, 0x0f, 0x1a, 0x98, 0x1b, 0x7d, 0xae, 0xf0, 0xc1, 0x74, 0x95, 0x17, 0x3c, 0xef, - 0xea, 0xa5, 0x1c, 0x33, 0xd6, 0x5f, 0x7f, 0xfd, 0xfe, 0xae, 0x64, 0xc2, 0xd5, 0x74, 0x8a, 0x9d, - 0x9c, 0x91, 0xbe, 0xa5, 0x5e, 0x34, 0xb7, 0xea, 0x16, 0x2a, 0xec, 0xb1, 0xea, 0xa7, 0xf0, 0xb3, - 0x06, 0xe6, 0xc7, 0x6d, 0x83, 0x1b, 0x97, 0xbe, 0x55, 0x35, 0x51, 0xaa, 0xf6, 0x55, 0xa0, 0xb2, - 0x4b, 0x0c, 0x3b, 0x3b, 0xc1, 0xba, 0x61, 0x65, 0x43, 0xbb, 0x90, 0x7c, 0x32, 0x32, 0xa2, 0xb6, - 0xea, 0xa7, 0x23, 0x07, 0xb0, 0xa3, 0x8c, 0xca, 0xd6, 0xea, 0xdb, 0x3f, 0x35, 0xb0, 0xec, 0x91, - 0x68, 0x6a, 0xf5, 0xed, 0xc5, 0x71, 0xbb, 0x3a, 0xe9, 0x24, 0xe8, 0x68, 0x2f, 0x76, 0x73, 0x68, - 0x9f, 0x84, 0x28, 0xee, 0x9b, 0x84, 0xf5, 0xad, 0x3e, 0x8e, 0xb3, 0x39, 0xa1, 0xfe, 0x10, 0x34, - 0xe0, 0x93, 0xff, 0x5d, 0x9b, 0x6a, 0xf1, 0xbe, 0x54, 0x6e, 0xb7, 0x5a, 0x1f, 0x4b, 0xb5, 0xb6, - 0x24, 0x6c, 0xf9, 0xdc, 0x94, 0xcb, 0x74, 0xd5, 0x6d, 0x98, 0x79, 0x61, 0xfe, 0x45, 0xa5, 0xf4, - 0x5a, 0x3e, 0xef, 0x15, 0x29, 0xbd, 0x6e, 0xa3, 0xa7, 0x52, 0x7e, 0x94, 0x96, 0x65, 0xdc, 0xb6, - 0xd3, 0xf3, 0xda, 0x45, 0x92, 0x6d, 0x77, 0x1b, 0xb6, 0xad, 0xd2, 0x0e, 0x67, 0x32, 0x9d, 0x6b, - 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x5f, 0xef, 0x59, 0x8e, 0x62, 0x07, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/ad_group_audience_view_service.pb.go b/googleapis/ads/googleads/v0/services/ad_group_audience_view_service.pb.go deleted file mode 100644 index 454712862d..0000000000 --- a/googleapis/ads/googleads/v0/services/ad_group_audience_view_service.pb.go +++ /dev/null @@ -1,176 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/ad_group_audience_view_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for [AdGroupAudienceViewService.GetAdGoupAudienceView][]. -type GetAdGroupAudienceViewRequest struct { - // The resource name of the ad group audience view to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetAdGroupAudienceViewRequest) Reset() { *m = GetAdGroupAudienceViewRequest{} } -func (m *GetAdGroupAudienceViewRequest) String() string { return proto.CompactTextString(m) } -func (*GetAdGroupAudienceViewRequest) ProtoMessage() {} -func (*GetAdGroupAudienceViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_audience_view_service_63c90b1e31981bbe, []int{0} -} -func (m *GetAdGroupAudienceViewRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAdGroupAudienceViewRequest.Unmarshal(m, b) -} -func (m *GetAdGroupAudienceViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAdGroupAudienceViewRequest.Marshal(b, m, deterministic) -} -func (dst *GetAdGroupAudienceViewRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAdGroupAudienceViewRequest.Merge(dst, src) -} -func (m *GetAdGroupAudienceViewRequest) XXX_Size() int { - return xxx_messageInfo_GetAdGroupAudienceViewRequest.Size(m) -} -func (m *GetAdGroupAudienceViewRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAdGroupAudienceViewRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetAdGroupAudienceViewRequest proto.InternalMessageInfo - -func (m *GetAdGroupAudienceViewRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetAdGroupAudienceViewRequest)(nil), "google.ads.googleads.v0.services.GetAdGroupAudienceViewRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// AdGroupAudienceViewServiceClient is the client API for AdGroupAudienceViewService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type AdGroupAudienceViewServiceClient interface { - // Returns the requested ad group audience view in full detail. - GetAdGroupAudienceView(ctx context.Context, in *GetAdGroupAudienceViewRequest, opts ...grpc.CallOption) (*resources.AdGroupAudienceView, error) -} - -type adGroupAudienceViewServiceClient struct { - cc *grpc.ClientConn -} - -func NewAdGroupAudienceViewServiceClient(cc *grpc.ClientConn) AdGroupAudienceViewServiceClient { - return &adGroupAudienceViewServiceClient{cc} -} - -func (c *adGroupAudienceViewServiceClient) GetAdGroupAudienceView(ctx context.Context, in *GetAdGroupAudienceViewRequest, opts ...grpc.CallOption) (*resources.AdGroupAudienceView, error) { - out := new(resources.AdGroupAudienceView) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AdGroupAudienceViewService/GetAdGroupAudienceView", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// AdGroupAudienceViewServiceServer is the server API for AdGroupAudienceViewService service. -type AdGroupAudienceViewServiceServer interface { - // Returns the requested ad group audience view in full detail. - GetAdGroupAudienceView(context.Context, *GetAdGroupAudienceViewRequest) (*resources.AdGroupAudienceView, error) -} - -func RegisterAdGroupAudienceViewServiceServer(s *grpc.Server, srv AdGroupAudienceViewServiceServer) { - s.RegisterService(&_AdGroupAudienceViewService_serviceDesc, srv) -} - -func _AdGroupAudienceViewService_GetAdGroupAudienceView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetAdGroupAudienceViewRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AdGroupAudienceViewServiceServer).GetAdGroupAudienceView(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AdGroupAudienceViewService/GetAdGroupAudienceView", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AdGroupAudienceViewServiceServer).GetAdGroupAudienceView(ctx, req.(*GetAdGroupAudienceViewRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _AdGroupAudienceViewService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.AdGroupAudienceViewService", - HandlerType: (*AdGroupAudienceViewServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetAdGroupAudienceView", - Handler: _AdGroupAudienceViewService_GetAdGroupAudienceView_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/ad_group_audience_view_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/ad_group_audience_view_service.proto", fileDescriptor_ad_group_audience_view_service_63c90b1e31981bbe) -} - -var fileDescriptor_ad_group_audience_view_service_63c90b1e31981bbe = []byte{ - // 377 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xbd, 0x4a, 0xec, 0x40, - 0x14, 0x26, 0xb9, 0x70, 0xe1, 0x86, 0x7b, 0x9b, 0x14, 0x17, 0x09, 0x8a, 0xcb, 0xba, 0x85, 0x6c, - 0x31, 0x13, 0x14, 0x16, 0x19, 0x71, 0x25, 0x8b, 0x12, 0x2b, 0x59, 0x56, 0x48, 0x21, 0x81, 0x30, - 0x66, 0x86, 0x10, 0xd8, 0x64, 0x62, 0x4e, 0x92, 0x2d, 0xc4, 0xc6, 0xc2, 0x17, 0xf0, 0x0d, 0x2c, - 0x7d, 0x14, 0x3b, 0xf1, 0x15, 0xac, 0xac, 0x7c, 0x04, 0xc9, 0x4e, 0x26, 0x20, 0x6e, 0xdc, 0xee, - 0x63, 0xe6, 0xfb, 0x39, 0xf3, 0x9d, 0x31, 0x4e, 0x23, 0x21, 0xa2, 0x39, 0xc7, 0x94, 0x01, 0x96, - 0xb0, 0x46, 0x95, 0x8d, 0x81, 0xe7, 0x55, 0x1c, 0x72, 0xc0, 0x94, 0x05, 0x51, 0x2e, 0xca, 0x2c, - 0xa0, 0x25, 0x8b, 0x79, 0x1a, 0xf2, 0xa0, 0x8a, 0xf9, 0x22, 0x68, 0xee, 0x51, 0x96, 0x8b, 0x42, - 0x98, 0x3d, 0xa9, 0x45, 0x94, 0x01, 0x6a, 0x6d, 0x50, 0x65, 0x23, 0x65, 0x63, 0x8d, 0xbb, 0x82, - 0x72, 0x0e, 0xa2, 0xcc, 0xbb, 0x93, 0x64, 0x82, 0xb5, 0xa9, 0xf4, 0x59, 0x8c, 0x69, 0x9a, 0x8a, - 0x82, 0x16, 0xb1, 0x48, 0x41, 0xde, 0xf6, 0x4f, 0x8c, 0x2d, 0x97, 0x17, 0x0e, 0x73, 0x6b, 0xbd, - 0xd3, 0xc8, 0xbd, 0x98, 0x2f, 0x66, 0xfc, 0xba, 0xe4, 0x50, 0x98, 0x3b, 0xc6, 0x3f, 0x15, 0x14, - 0xa4, 0x34, 0xe1, 0x1b, 0x5a, 0x4f, 0xdb, 0xfd, 0x33, 0xfb, 0xab, 0x0e, 0xcf, 0x69, 0xc2, 0xf7, - 0x3e, 0x34, 0xc3, 0x5a, 0xe1, 0x71, 0x21, 0xdf, 0x60, 0xbe, 0x68, 0xc6, 0xff, 0xd5, 0x29, 0xe6, - 0x31, 0x5a, 0x57, 0x00, 0xfa, 0x71, 0x3e, 0x6b, 0xd4, 0x69, 0xd0, 0xf6, 0x83, 0x56, 0xc8, 0xfb, - 0xe3, 0xbb, 0xd7, 0xb7, 0x07, 0xfd, 0xc0, 0x1c, 0xd5, 0x55, 0xde, 0x7c, 0x79, 0xe2, 0x51, 0x58, - 0x42, 0x21, 0x12, 0x9e, 0x03, 0x1e, 0x62, 0xfa, 0x5d, 0x0b, 0x78, 0x78, 0x3b, 0xb9, 0xd7, 0x8d, - 0x41, 0x28, 0x92, 0xb5, 0xe3, 0x4f, 0xb6, 0xbb, 0x8b, 0x99, 0xd6, 0x2b, 0x98, 0x6a, 0x97, 0x67, - 0x8d, 0x49, 0x24, 0xe6, 0x34, 0x8d, 0x90, 0xc8, 0x23, 0x1c, 0xf1, 0x74, 0xb9, 0x20, 0xb5, 0xf2, - 0x2c, 0x86, 0xee, 0xaf, 0x76, 0xa8, 0xc0, 0xa3, 0xfe, 0xcb, 0x75, 0x9c, 0x27, 0xbd, 0xe7, 0x4a, - 0x43, 0x87, 0x01, 0x92, 0xb0, 0x46, 0x9e, 0x8d, 0x9a, 0x60, 0x78, 0x56, 0x14, 0xdf, 0x61, 0xe0, - 0xb7, 0x14, 0xdf, 0xb3, 0x7d, 0x45, 0x79, 0xd7, 0x07, 0xf2, 0x9c, 0x10, 0x87, 0x01, 0x21, 0x2d, - 0x89, 0x10, 0xcf, 0x26, 0x44, 0xd1, 0xae, 0x7e, 0x2f, 0xe7, 0xdc, 0xff, 0x0c, 0x00, 0x00, 0xff, - 0xff, 0xc4, 0x1d, 0x81, 0x8a, 0x11, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/ad_group_bid_modifier_service.pb.go b/googleapis/ads/googleads/v0/services/ad_group_bid_modifier_service.pb.go deleted file mode 100644 index c1860a729b..0000000000 --- a/googleapis/ads/googleads/v0/services/ad_group_bid_modifier_service.pb.go +++ /dev/null @@ -1,593 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/ad_group_bid_modifier_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [AdGroupBidModifierService.GetAdGroupBidModifier][google.ads.googleads.v0.services.AdGroupBidModifierService.GetAdGroupBidModifier]. -type GetAdGroupBidModifierRequest struct { - // The resource name of the ad group bid modifier to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetAdGroupBidModifierRequest) Reset() { *m = GetAdGroupBidModifierRequest{} } -func (m *GetAdGroupBidModifierRequest) String() string { return proto.CompactTextString(m) } -func (*GetAdGroupBidModifierRequest) ProtoMessage() {} -func (*GetAdGroupBidModifierRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_bid_modifier_service_0e9927f22e81e348, []int{0} -} -func (m *GetAdGroupBidModifierRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAdGroupBidModifierRequest.Unmarshal(m, b) -} -func (m *GetAdGroupBidModifierRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAdGroupBidModifierRequest.Marshal(b, m, deterministic) -} -func (dst *GetAdGroupBidModifierRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAdGroupBidModifierRequest.Merge(dst, src) -} -func (m *GetAdGroupBidModifierRequest) XXX_Size() int { - return xxx_messageInfo_GetAdGroupBidModifierRequest.Size(m) -} -func (m *GetAdGroupBidModifierRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAdGroupBidModifierRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetAdGroupBidModifierRequest proto.InternalMessageInfo - -func (m *GetAdGroupBidModifierRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [AdGroupBidModifierService.MutateAdGroupBidModifiers][google.ads.googleads.v0.services.AdGroupBidModifierService.MutateAdGroupBidModifiers]. -type MutateAdGroupBidModifiersRequest struct { - // ID of the customer whose ad group bid modifiers are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual ad group bid modifiers. - Operations []*AdGroupBidModifierOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdGroupBidModifiersRequest) Reset() { *m = MutateAdGroupBidModifiersRequest{} } -func (m *MutateAdGroupBidModifiersRequest) String() string { return proto.CompactTextString(m) } -func (*MutateAdGroupBidModifiersRequest) ProtoMessage() {} -func (*MutateAdGroupBidModifiersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_bid_modifier_service_0e9927f22e81e348, []int{1} -} -func (m *MutateAdGroupBidModifiersRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdGroupBidModifiersRequest.Unmarshal(m, b) -} -func (m *MutateAdGroupBidModifiersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdGroupBidModifiersRequest.Marshal(b, m, deterministic) -} -func (dst *MutateAdGroupBidModifiersRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdGroupBidModifiersRequest.Merge(dst, src) -} -func (m *MutateAdGroupBidModifiersRequest) XXX_Size() int { - return xxx_messageInfo_MutateAdGroupBidModifiersRequest.Size(m) -} -func (m *MutateAdGroupBidModifiersRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdGroupBidModifiersRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdGroupBidModifiersRequest proto.InternalMessageInfo - -func (m *MutateAdGroupBidModifiersRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateAdGroupBidModifiersRequest) GetOperations() []*AdGroupBidModifierOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateAdGroupBidModifiersRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateAdGroupBidModifiersRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, remove, update) on an ad group bid modifier. -type AdGroupBidModifierOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *AdGroupBidModifierOperation_Create - // *AdGroupBidModifierOperation_Update - // *AdGroupBidModifierOperation_Remove - Operation isAdGroupBidModifierOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupBidModifierOperation) Reset() { *m = AdGroupBidModifierOperation{} } -func (m *AdGroupBidModifierOperation) String() string { return proto.CompactTextString(m) } -func (*AdGroupBidModifierOperation) ProtoMessage() {} -func (*AdGroupBidModifierOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_bid_modifier_service_0e9927f22e81e348, []int{2} -} -func (m *AdGroupBidModifierOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupBidModifierOperation.Unmarshal(m, b) -} -func (m *AdGroupBidModifierOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupBidModifierOperation.Marshal(b, m, deterministic) -} -func (dst *AdGroupBidModifierOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupBidModifierOperation.Merge(dst, src) -} -func (m *AdGroupBidModifierOperation) XXX_Size() int { - return xxx_messageInfo_AdGroupBidModifierOperation.Size(m) -} -func (m *AdGroupBidModifierOperation) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupBidModifierOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupBidModifierOperation proto.InternalMessageInfo - -func (m *AdGroupBidModifierOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isAdGroupBidModifierOperation_Operation interface { - isAdGroupBidModifierOperation_Operation() -} - -type AdGroupBidModifierOperation_Create struct { - Create *resources.AdGroupBidModifier `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type AdGroupBidModifierOperation_Update struct { - Update *resources.AdGroupBidModifier `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type AdGroupBidModifierOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*AdGroupBidModifierOperation_Create) isAdGroupBidModifierOperation_Operation() {} - -func (*AdGroupBidModifierOperation_Update) isAdGroupBidModifierOperation_Operation() {} - -func (*AdGroupBidModifierOperation_Remove) isAdGroupBidModifierOperation_Operation() {} - -func (m *AdGroupBidModifierOperation) GetOperation() isAdGroupBidModifierOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *AdGroupBidModifierOperation) GetCreate() *resources.AdGroupBidModifier { - if x, ok := m.GetOperation().(*AdGroupBidModifierOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *AdGroupBidModifierOperation) GetUpdate() *resources.AdGroupBidModifier { - if x, ok := m.GetOperation().(*AdGroupBidModifierOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *AdGroupBidModifierOperation) GetRemove() string { - if x, ok := m.GetOperation().(*AdGroupBidModifierOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*AdGroupBidModifierOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _AdGroupBidModifierOperation_OneofMarshaler, _AdGroupBidModifierOperation_OneofUnmarshaler, _AdGroupBidModifierOperation_OneofSizer, []interface{}{ - (*AdGroupBidModifierOperation_Create)(nil), - (*AdGroupBidModifierOperation_Update)(nil), - (*AdGroupBidModifierOperation_Remove)(nil), - } -} - -func _AdGroupBidModifierOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*AdGroupBidModifierOperation) - // operation - switch x := m.Operation.(type) { - case *AdGroupBidModifierOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *AdGroupBidModifierOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *AdGroupBidModifierOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("AdGroupBidModifierOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _AdGroupBidModifierOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*AdGroupBidModifierOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.AdGroupBidModifier) - err := b.DecodeMessage(msg) - m.Operation = &AdGroupBidModifierOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.AdGroupBidModifier) - err := b.DecodeMessage(msg) - m.Operation = &AdGroupBidModifierOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &AdGroupBidModifierOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _AdGroupBidModifierOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*AdGroupBidModifierOperation) - // operation - switch x := m.Operation.(type) { - case *AdGroupBidModifierOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupBidModifierOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupBidModifierOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for ad group bid modifiers mutate. -type MutateAdGroupBidModifiersResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateAdGroupBidModifierResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdGroupBidModifiersResponse) Reset() { *m = MutateAdGroupBidModifiersResponse{} } -func (m *MutateAdGroupBidModifiersResponse) String() string { return proto.CompactTextString(m) } -func (*MutateAdGroupBidModifiersResponse) ProtoMessage() {} -func (*MutateAdGroupBidModifiersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_bid_modifier_service_0e9927f22e81e348, []int{3} -} -func (m *MutateAdGroupBidModifiersResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdGroupBidModifiersResponse.Unmarshal(m, b) -} -func (m *MutateAdGroupBidModifiersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdGroupBidModifiersResponse.Marshal(b, m, deterministic) -} -func (dst *MutateAdGroupBidModifiersResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdGroupBidModifiersResponse.Merge(dst, src) -} -func (m *MutateAdGroupBidModifiersResponse) XXX_Size() int { - return xxx_messageInfo_MutateAdGroupBidModifiersResponse.Size(m) -} -func (m *MutateAdGroupBidModifiersResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdGroupBidModifiersResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdGroupBidModifiersResponse proto.InternalMessageInfo - -func (m *MutateAdGroupBidModifiersResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateAdGroupBidModifiersResponse) GetResults() []*MutateAdGroupBidModifierResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the criterion mutate. -type MutateAdGroupBidModifierResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdGroupBidModifierResult) Reset() { *m = MutateAdGroupBidModifierResult{} } -func (m *MutateAdGroupBidModifierResult) String() string { return proto.CompactTextString(m) } -func (*MutateAdGroupBidModifierResult) ProtoMessage() {} -func (*MutateAdGroupBidModifierResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_bid_modifier_service_0e9927f22e81e348, []int{4} -} -func (m *MutateAdGroupBidModifierResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdGroupBidModifierResult.Unmarshal(m, b) -} -func (m *MutateAdGroupBidModifierResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdGroupBidModifierResult.Marshal(b, m, deterministic) -} -func (dst *MutateAdGroupBidModifierResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdGroupBidModifierResult.Merge(dst, src) -} -func (m *MutateAdGroupBidModifierResult) XXX_Size() int { - return xxx_messageInfo_MutateAdGroupBidModifierResult.Size(m) -} -func (m *MutateAdGroupBidModifierResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdGroupBidModifierResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdGroupBidModifierResult proto.InternalMessageInfo - -func (m *MutateAdGroupBidModifierResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetAdGroupBidModifierRequest)(nil), "google.ads.googleads.v0.services.GetAdGroupBidModifierRequest") - proto.RegisterType((*MutateAdGroupBidModifiersRequest)(nil), "google.ads.googleads.v0.services.MutateAdGroupBidModifiersRequest") - proto.RegisterType((*AdGroupBidModifierOperation)(nil), "google.ads.googleads.v0.services.AdGroupBidModifierOperation") - proto.RegisterType((*MutateAdGroupBidModifiersResponse)(nil), "google.ads.googleads.v0.services.MutateAdGroupBidModifiersResponse") - proto.RegisterType((*MutateAdGroupBidModifierResult)(nil), "google.ads.googleads.v0.services.MutateAdGroupBidModifierResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// AdGroupBidModifierServiceClient is the client API for AdGroupBidModifierService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type AdGroupBidModifierServiceClient interface { - // Returns the requested ad group bid modifier in full detail. - GetAdGroupBidModifier(ctx context.Context, in *GetAdGroupBidModifierRequest, opts ...grpc.CallOption) (*resources.AdGroupBidModifier, error) - // Creates, updates, or removes ad group bid modifiers. - // Operation statuses are returned. - MutateAdGroupBidModifiers(ctx context.Context, in *MutateAdGroupBidModifiersRequest, opts ...grpc.CallOption) (*MutateAdGroupBidModifiersResponse, error) -} - -type adGroupBidModifierServiceClient struct { - cc *grpc.ClientConn -} - -func NewAdGroupBidModifierServiceClient(cc *grpc.ClientConn) AdGroupBidModifierServiceClient { - return &adGroupBidModifierServiceClient{cc} -} - -func (c *adGroupBidModifierServiceClient) GetAdGroupBidModifier(ctx context.Context, in *GetAdGroupBidModifierRequest, opts ...grpc.CallOption) (*resources.AdGroupBidModifier, error) { - out := new(resources.AdGroupBidModifier) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AdGroupBidModifierService/GetAdGroupBidModifier", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *adGroupBidModifierServiceClient) MutateAdGroupBidModifiers(ctx context.Context, in *MutateAdGroupBidModifiersRequest, opts ...grpc.CallOption) (*MutateAdGroupBidModifiersResponse, error) { - out := new(MutateAdGroupBidModifiersResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AdGroupBidModifierService/MutateAdGroupBidModifiers", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// AdGroupBidModifierServiceServer is the server API for AdGroupBidModifierService service. -type AdGroupBidModifierServiceServer interface { - // Returns the requested ad group bid modifier in full detail. - GetAdGroupBidModifier(context.Context, *GetAdGroupBidModifierRequest) (*resources.AdGroupBidModifier, error) - // Creates, updates, or removes ad group bid modifiers. - // Operation statuses are returned. - MutateAdGroupBidModifiers(context.Context, *MutateAdGroupBidModifiersRequest) (*MutateAdGroupBidModifiersResponse, error) -} - -func RegisterAdGroupBidModifierServiceServer(s *grpc.Server, srv AdGroupBidModifierServiceServer) { - s.RegisterService(&_AdGroupBidModifierService_serviceDesc, srv) -} - -func _AdGroupBidModifierService_GetAdGroupBidModifier_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetAdGroupBidModifierRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AdGroupBidModifierServiceServer).GetAdGroupBidModifier(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AdGroupBidModifierService/GetAdGroupBidModifier", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AdGroupBidModifierServiceServer).GetAdGroupBidModifier(ctx, req.(*GetAdGroupBidModifierRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _AdGroupBidModifierService_MutateAdGroupBidModifiers_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateAdGroupBidModifiersRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AdGroupBidModifierServiceServer).MutateAdGroupBidModifiers(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AdGroupBidModifierService/MutateAdGroupBidModifiers", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AdGroupBidModifierServiceServer).MutateAdGroupBidModifiers(ctx, req.(*MutateAdGroupBidModifiersRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _AdGroupBidModifierService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.AdGroupBidModifierService", - HandlerType: (*AdGroupBidModifierServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetAdGroupBidModifier", - Handler: _AdGroupBidModifierService_GetAdGroupBidModifier_Handler, - }, - { - MethodName: "MutateAdGroupBidModifiers", - Handler: _AdGroupBidModifierService_MutateAdGroupBidModifiers_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/ad_group_bid_modifier_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/ad_group_bid_modifier_service.proto", fileDescriptor_ad_group_bid_modifier_service_0e9927f22e81e348) -} - -var fileDescriptor_ad_group_bid_modifier_service_0e9927f22e81e348 = []byte{ - // 730 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xcd, 0x6e, 0xd3, 0x4a, - 0x14, 0xc7, 0xaf, 0x9d, 0xab, 0xde, 0xdb, 0x49, 0xef, 0x45, 0x1a, 0x54, 0x91, 0x86, 0xaa, 0x04, - 0x53, 0x89, 0x2a, 0x0b, 0x3b, 0x0a, 0xaa, 0x40, 0xae, 0x82, 0x48, 0x4a, 0x9b, 0xb2, 0x28, 0xad, - 0x5c, 0xa9, 0x8b, 0x2a, 0xc8, 0x9a, 0x66, 0x26, 0x96, 0x55, 0xdb, 0x63, 0x66, 0xc6, 0x41, 0x55, - 0xd5, 0x0d, 0x12, 0x4f, 0xc0, 0x1b, 0xc0, 0x8e, 0x17, 0x41, 0x42, 0x62, 0xc5, 0x82, 0x17, 0x60, - 0x03, 0x2b, 0x1e, 0x01, 0xd9, 0xe3, 0x09, 0x6d, 0x53, 0x27, 0xa8, 0xdd, 0x9d, 0x9c, 0xf9, 0xe7, - 0x77, 0x3e, 0x67, 0x0c, 0x9e, 0x7a, 0x94, 0x7a, 0x01, 0xb1, 0x10, 0xe6, 0x96, 0x34, 0x53, 0x6b, - 0xd8, 0xb0, 0x38, 0x61, 0x43, 0xbf, 0x4f, 0xb8, 0x85, 0xb0, 0xeb, 0x31, 0x9a, 0xc4, 0xee, 0xa1, - 0x8f, 0xdd, 0x90, 0x62, 0x7f, 0xe0, 0x13, 0xe6, 0xe6, 0xc7, 0x66, 0xcc, 0xa8, 0xa0, 0xb0, 0x26, - 0xff, 0x6a, 0x22, 0xcc, 0xcd, 0x11, 0xc5, 0x1c, 0x36, 0x4c, 0x45, 0xa9, 0xb6, 0x8a, 0xe2, 0x30, - 0xc2, 0x69, 0xc2, 0x0a, 0x03, 0xc9, 0x00, 0xd5, 0x45, 0xf5, 0xf7, 0xd8, 0xb7, 0x50, 0x14, 0x51, - 0x81, 0x84, 0x4f, 0x23, 0x9e, 0x9f, 0xe6, 0xe1, 0xad, 0xec, 0xd7, 0x61, 0x32, 0xb0, 0x06, 0x3e, - 0x09, 0xb0, 0x1b, 0x22, 0x7e, 0x94, 0x2b, 0x96, 0x2e, 0x2a, 0x5e, 0x31, 0x14, 0xc7, 0x84, 0x29, - 0xc2, 0xad, 0xfc, 0x9c, 0xc5, 0x7d, 0x8b, 0x0b, 0x24, 0x92, 0xfc, 0xc0, 0x58, 0x07, 0x8b, 0x5d, - 0x22, 0xda, 0xb8, 0x9b, 0x66, 0xd6, 0xf1, 0xf1, 0x76, 0x9e, 0x97, 0x43, 0x5e, 0x26, 0x84, 0x0b, - 0x78, 0x0f, 0xfc, 0xa7, 0x2a, 0x70, 0x23, 0x14, 0x92, 0x8a, 0x56, 0xd3, 0x56, 0x66, 0x9d, 0x39, - 0xe5, 0x7c, 0x8e, 0x42, 0x62, 0xfc, 0xd4, 0x40, 0x6d, 0x3b, 0x11, 0x48, 0x90, 0x71, 0x10, 0x57, - 0xa4, 0x3b, 0xa0, 0xdc, 0x4f, 0xb8, 0xa0, 0x21, 0x61, 0xae, 0x8f, 0x73, 0x0e, 0x50, 0xae, 0x67, - 0x18, 0xbe, 0x00, 0x80, 0xc6, 0x84, 0xc9, 0xca, 0x2b, 0x7a, 0xad, 0xb4, 0x52, 0x6e, 0xb6, 0xcc, - 0x69, 0x9d, 0x37, 0xc7, 0x43, 0xee, 0x28, 0x8a, 0x73, 0x06, 0x08, 0xef, 0x83, 0x1b, 0x31, 0x62, - 0xc2, 0x47, 0x81, 0x3b, 0x40, 0x7e, 0x90, 0x30, 0x52, 0x29, 0xd5, 0xb4, 0x95, 0x7f, 0x9d, 0xff, - 0x73, 0xf7, 0xa6, 0xf4, 0xa6, 0x25, 0x0f, 0x51, 0xe0, 0x63, 0x24, 0x88, 0x4b, 0xa3, 0xe0, 0xb8, - 0xf2, 0x77, 0x26, 0x9b, 0x53, 0xce, 0x9d, 0x28, 0x38, 0x36, 0xde, 0xeb, 0xe0, 0xf6, 0x84, 0xc8, - 0x70, 0x0d, 0x94, 0x93, 0x38, 0x43, 0xa4, 0x53, 0xca, 0x10, 0xe5, 0x66, 0x55, 0x55, 0xa3, 0xc6, - 0x64, 0x6e, 0xa6, 0x83, 0xdc, 0x46, 0xfc, 0xc8, 0x01, 0x52, 0x9e, 0xda, 0x70, 0x07, 0xcc, 0xf4, - 0x19, 0x41, 0x42, 0x76, 0xbb, 0xdc, 0x5c, 0x2d, 0xec, 0xc2, 0x68, 0xbb, 0x2e, 0x69, 0xc3, 0xd6, - 0x5f, 0x4e, 0x8e, 0x49, 0x81, 0x12, 0x5f, 0xd1, 0xaf, 0x09, 0x94, 0x18, 0x58, 0x01, 0x33, 0x8c, - 0x84, 0x74, 0x28, 0x7b, 0x38, 0x9b, 0x9e, 0xc8, 0xdf, 0x9d, 0x32, 0x98, 0x1d, 0x35, 0xdd, 0xf8, - 0xa8, 0x81, 0xbb, 0x13, 0x16, 0x83, 0xc7, 0x34, 0xe2, 0x04, 0x6e, 0x82, 0xf9, 0x0b, 0x93, 0x71, - 0x09, 0x63, 0x94, 0x65, 0xec, 0x72, 0x13, 0xaa, 0x64, 0x59, 0xdc, 0x37, 0xf7, 0xb2, 0xe5, 0x75, - 0x6e, 0x9e, 0x9f, 0xd9, 0x46, 0x2a, 0x87, 0x07, 0xe0, 0x1f, 0x46, 0x78, 0x12, 0x08, 0xb5, 0x3d, - 0x4f, 0xa6, 0x6f, 0x4f, 0x51, 0x76, 0x4e, 0x06, 0x72, 0x14, 0xd0, 0xd8, 0x00, 0x4b, 0x93, 0xa5, - 0x7f, 0x74, 0x53, 0x9a, 0x5f, 0x4b, 0x60, 0x61, 0x9c, 0xb0, 0x27, 0xb3, 0x81, 0x9f, 0x35, 0x30, - 0x7f, 0xe9, 0x6d, 0x84, 0x8f, 0xa7, 0x57, 0x32, 0xe9, 0x1a, 0x57, 0xaf, 0x36, 0x70, 0xa3, 0xf5, - 0xfa, 0xcb, 0xb7, 0xb7, 0xfa, 0x43, 0xb8, 0x9a, 0xbe, 0x64, 0x27, 0xe7, 0xca, 0x6b, 0xa9, 0x9b, - 0xcb, 0xad, 0xba, 0x85, 0xc6, 0xa7, 0x6b, 0xd5, 0x4f, 0xe1, 0x77, 0x0d, 0x2c, 0x14, 0x8e, 0x1f, - 0x76, 0xae, 0x3e, 0x1d, 0xf5, 0xa8, 0x54, 0xd7, 0xaf, 0xc5, 0x90, 0xfb, 0x67, 0xac, 0x67, 0x55, - 0xb6, 0x8c, 0x47, 0x69, 0x95, 0xbf, 0xcb, 0x3a, 0x39, 0xf3, 0x5c, 0xb5, 0xea, 0xa7, 0x97, 0x15, - 0x69, 0x87, 0x19, 0xdc, 0xd6, 0xea, 0x9d, 0x37, 0x3a, 0x58, 0xee, 0xd3, 0x70, 0x6a, 0x3e, 0x9d, - 0xa5, 0xc2, 0xf9, 0xef, 0xa6, 0xaf, 0xc2, 0xae, 0x76, 0xb0, 0x95, 0x33, 0x3c, 0x1a, 0xa0, 0xc8, - 0x33, 0x29, 0xf3, 0x2c, 0x8f, 0x44, 0xd9, 0x9b, 0xa1, 0xbe, 0x2d, 0xb1, 0xcf, 0x8b, 0x3f, 0x69, - 0x6b, 0xca, 0x78, 0xa7, 0x97, 0xba, 0xed, 0xf6, 0x07, 0xbd, 0xd6, 0x95, 0xc0, 0x36, 0xe6, 0xa6, - 0x34, 0x53, 0x6b, 0xbf, 0x61, 0xe6, 0x81, 0xf9, 0x27, 0x25, 0xe9, 0xb5, 0x31, 0xef, 0x8d, 0x24, - 0xbd, 0xfd, 0x46, 0x4f, 0x49, 0x7e, 0xe8, 0xcb, 0xd2, 0x6f, 0xdb, 0x6d, 0xcc, 0x6d, 0x7b, 0x24, - 0xb2, 0xed, 0xfd, 0x86, 0x6d, 0x2b, 0xd9, 0xe1, 0x4c, 0x96, 0xe7, 0x83, 0x5f, 0x01, 0x00, 0x00, - 0xff, 0xff, 0x7a, 0x28, 0x07, 0xaf, 0x79, 0x07, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/ad_group_criterion_service.pb.go b/googleapis/ads/googleads/v0/services/ad_group_criterion_service.pb.go deleted file mode 100644 index 26911f7a92..0000000000 --- a/googleapis/ads/googleads/v0/services/ad_group_criterion_service.pb.go +++ /dev/null @@ -1,591 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/ad_group_criterion_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [AdGroupCriterionService.GetAdGroupCriterion][google.ads.googleads.v0.services.AdGroupCriterionService.GetAdGroupCriterion]. -type GetAdGroupCriterionRequest struct { - // The resource name of the criterion to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetAdGroupCriterionRequest) Reset() { *m = GetAdGroupCriterionRequest{} } -func (m *GetAdGroupCriterionRequest) String() string { return proto.CompactTextString(m) } -func (*GetAdGroupCriterionRequest) ProtoMessage() {} -func (*GetAdGroupCriterionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_service_d5ce27efc431f72d, []int{0} -} -func (m *GetAdGroupCriterionRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAdGroupCriterionRequest.Unmarshal(m, b) -} -func (m *GetAdGroupCriterionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAdGroupCriterionRequest.Marshal(b, m, deterministic) -} -func (dst *GetAdGroupCriterionRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAdGroupCriterionRequest.Merge(dst, src) -} -func (m *GetAdGroupCriterionRequest) XXX_Size() int { - return xxx_messageInfo_GetAdGroupCriterionRequest.Size(m) -} -func (m *GetAdGroupCriterionRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAdGroupCriterionRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetAdGroupCriterionRequest proto.InternalMessageInfo - -func (m *GetAdGroupCriterionRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [AdGroupCriterionService.MutateAdGroupCriteria][google.ads.googleads.v0.services.AdGroupCriterionService.MutateAdGroupCriteria]. -type MutateAdGroupCriteriaRequest struct { - // ID of the customer whose criteria are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual criteria. - Operations []*AdGroupCriterionOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdGroupCriteriaRequest) Reset() { *m = MutateAdGroupCriteriaRequest{} } -func (m *MutateAdGroupCriteriaRequest) String() string { return proto.CompactTextString(m) } -func (*MutateAdGroupCriteriaRequest) ProtoMessage() {} -func (*MutateAdGroupCriteriaRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_service_d5ce27efc431f72d, []int{1} -} -func (m *MutateAdGroupCriteriaRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdGroupCriteriaRequest.Unmarshal(m, b) -} -func (m *MutateAdGroupCriteriaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdGroupCriteriaRequest.Marshal(b, m, deterministic) -} -func (dst *MutateAdGroupCriteriaRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdGroupCriteriaRequest.Merge(dst, src) -} -func (m *MutateAdGroupCriteriaRequest) XXX_Size() int { - return xxx_messageInfo_MutateAdGroupCriteriaRequest.Size(m) -} -func (m *MutateAdGroupCriteriaRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdGroupCriteriaRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdGroupCriteriaRequest proto.InternalMessageInfo - -func (m *MutateAdGroupCriteriaRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateAdGroupCriteriaRequest) GetOperations() []*AdGroupCriterionOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateAdGroupCriteriaRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateAdGroupCriteriaRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, remove, update) on an ad group criterion. -type AdGroupCriterionOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *AdGroupCriterionOperation_Create - // *AdGroupCriterionOperation_Update - // *AdGroupCriterionOperation_Remove - Operation isAdGroupCriterionOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupCriterionOperation) Reset() { *m = AdGroupCriterionOperation{} } -func (m *AdGroupCriterionOperation) String() string { return proto.CompactTextString(m) } -func (*AdGroupCriterionOperation) ProtoMessage() {} -func (*AdGroupCriterionOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_service_d5ce27efc431f72d, []int{2} -} -func (m *AdGroupCriterionOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupCriterionOperation.Unmarshal(m, b) -} -func (m *AdGroupCriterionOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupCriterionOperation.Marshal(b, m, deterministic) -} -func (dst *AdGroupCriterionOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupCriterionOperation.Merge(dst, src) -} -func (m *AdGroupCriterionOperation) XXX_Size() int { - return xxx_messageInfo_AdGroupCriterionOperation.Size(m) -} -func (m *AdGroupCriterionOperation) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupCriterionOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupCriterionOperation proto.InternalMessageInfo - -func (m *AdGroupCriterionOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isAdGroupCriterionOperation_Operation interface { - isAdGroupCriterionOperation_Operation() -} - -type AdGroupCriterionOperation_Create struct { - Create *resources.AdGroupCriterion `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type AdGroupCriterionOperation_Update struct { - Update *resources.AdGroupCriterion `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type AdGroupCriterionOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*AdGroupCriterionOperation_Create) isAdGroupCriterionOperation_Operation() {} - -func (*AdGroupCriterionOperation_Update) isAdGroupCriterionOperation_Operation() {} - -func (*AdGroupCriterionOperation_Remove) isAdGroupCriterionOperation_Operation() {} - -func (m *AdGroupCriterionOperation) GetOperation() isAdGroupCriterionOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *AdGroupCriterionOperation) GetCreate() *resources.AdGroupCriterion { - if x, ok := m.GetOperation().(*AdGroupCriterionOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *AdGroupCriterionOperation) GetUpdate() *resources.AdGroupCriterion { - if x, ok := m.GetOperation().(*AdGroupCriterionOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *AdGroupCriterionOperation) GetRemove() string { - if x, ok := m.GetOperation().(*AdGroupCriterionOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*AdGroupCriterionOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _AdGroupCriterionOperation_OneofMarshaler, _AdGroupCriterionOperation_OneofUnmarshaler, _AdGroupCriterionOperation_OneofSizer, []interface{}{ - (*AdGroupCriterionOperation_Create)(nil), - (*AdGroupCriterionOperation_Update)(nil), - (*AdGroupCriterionOperation_Remove)(nil), - } -} - -func _AdGroupCriterionOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*AdGroupCriterionOperation) - // operation - switch x := m.Operation.(type) { - case *AdGroupCriterionOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *AdGroupCriterionOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *AdGroupCriterionOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("AdGroupCriterionOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _AdGroupCriterionOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*AdGroupCriterionOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.AdGroupCriterion) - err := b.DecodeMessage(msg) - m.Operation = &AdGroupCriterionOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.AdGroupCriterion) - err := b.DecodeMessage(msg) - m.Operation = &AdGroupCriterionOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &AdGroupCriterionOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _AdGroupCriterionOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*AdGroupCriterionOperation) - // operation - switch x := m.Operation.(type) { - case *AdGroupCriterionOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupCriterionOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupCriterionOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for an ad group criterion mutate. -type MutateAdGroupCriteriaResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateAdGroupCriterionResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdGroupCriteriaResponse) Reset() { *m = MutateAdGroupCriteriaResponse{} } -func (m *MutateAdGroupCriteriaResponse) String() string { return proto.CompactTextString(m) } -func (*MutateAdGroupCriteriaResponse) ProtoMessage() {} -func (*MutateAdGroupCriteriaResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_service_d5ce27efc431f72d, []int{3} -} -func (m *MutateAdGroupCriteriaResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdGroupCriteriaResponse.Unmarshal(m, b) -} -func (m *MutateAdGroupCriteriaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdGroupCriteriaResponse.Marshal(b, m, deterministic) -} -func (dst *MutateAdGroupCriteriaResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdGroupCriteriaResponse.Merge(dst, src) -} -func (m *MutateAdGroupCriteriaResponse) XXX_Size() int { - return xxx_messageInfo_MutateAdGroupCriteriaResponse.Size(m) -} -func (m *MutateAdGroupCriteriaResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdGroupCriteriaResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdGroupCriteriaResponse proto.InternalMessageInfo - -func (m *MutateAdGroupCriteriaResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateAdGroupCriteriaResponse) GetResults() []*MutateAdGroupCriterionResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the criterion mutate. -type MutateAdGroupCriterionResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdGroupCriterionResult) Reset() { *m = MutateAdGroupCriterionResult{} } -func (m *MutateAdGroupCriterionResult) String() string { return proto.CompactTextString(m) } -func (*MutateAdGroupCriterionResult) ProtoMessage() {} -func (*MutateAdGroupCriterionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_service_d5ce27efc431f72d, []int{4} -} -func (m *MutateAdGroupCriterionResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdGroupCriterionResult.Unmarshal(m, b) -} -func (m *MutateAdGroupCriterionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdGroupCriterionResult.Marshal(b, m, deterministic) -} -func (dst *MutateAdGroupCriterionResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdGroupCriterionResult.Merge(dst, src) -} -func (m *MutateAdGroupCriterionResult) XXX_Size() int { - return xxx_messageInfo_MutateAdGroupCriterionResult.Size(m) -} -func (m *MutateAdGroupCriterionResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdGroupCriterionResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdGroupCriterionResult proto.InternalMessageInfo - -func (m *MutateAdGroupCriterionResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetAdGroupCriterionRequest)(nil), "google.ads.googleads.v0.services.GetAdGroupCriterionRequest") - proto.RegisterType((*MutateAdGroupCriteriaRequest)(nil), "google.ads.googleads.v0.services.MutateAdGroupCriteriaRequest") - proto.RegisterType((*AdGroupCriterionOperation)(nil), "google.ads.googleads.v0.services.AdGroupCriterionOperation") - proto.RegisterType((*MutateAdGroupCriteriaResponse)(nil), "google.ads.googleads.v0.services.MutateAdGroupCriteriaResponse") - proto.RegisterType((*MutateAdGroupCriterionResult)(nil), "google.ads.googleads.v0.services.MutateAdGroupCriterionResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// AdGroupCriterionServiceClient is the client API for AdGroupCriterionService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type AdGroupCriterionServiceClient interface { - // Returns the requested criterion in full detail. - GetAdGroupCriterion(ctx context.Context, in *GetAdGroupCriterionRequest, opts ...grpc.CallOption) (*resources.AdGroupCriterion, error) - // Creates, updates, or removes criteria. Operation statuses are returned. - MutateAdGroupCriteria(ctx context.Context, in *MutateAdGroupCriteriaRequest, opts ...grpc.CallOption) (*MutateAdGroupCriteriaResponse, error) -} - -type adGroupCriterionServiceClient struct { - cc *grpc.ClientConn -} - -func NewAdGroupCriterionServiceClient(cc *grpc.ClientConn) AdGroupCriterionServiceClient { - return &adGroupCriterionServiceClient{cc} -} - -func (c *adGroupCriterionServiceClient) GetAdGroupCriterion(ctx context.Context, in *GetAdGroupCriterionRequest, opts ...grpc.CallOption) (*resources.AdGroupCriterion, error) { - out := new(resources.AdGroupCriterion) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AdGroupCriterionService/GetAdGroupCriterion", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *adGroupCriterionServiceClient) MutateAdGroupCriteria(ctx context.Context, in *MutateAdGroupCriteriaRequest, opts ...grpc.CallOption) (*MutateAdGroupCriteriaResponse, error) { - out := new(MutateAdGroupCriteriaResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AdGroupCriterionService/MutateAdGroupCriteria", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// AdGroupCriterionServiceServer is the server API for AdGroupCriterionService service. -type AdGroupCriterionServiceServer interface { - // Returns the requested criterion in full detail. - GetAdGroupCriterion(context.Context, *GetAdGroupCriterionRequest) (*resources.AdGroupCriterion, error) - // Creates, updates, or removes criteria. Operation statuses are returned. - MutateAdGroupCriteria(context.Context, *MutateAdGroupCriteriaRequest) (*MutateAdGroupCriteriaResponse, error) -} - -func RegisterAdGroupCriterionServiceServer(s *grpc.Server, srv AdGroupCriterionServiceServer) { - s.RegisterService(&_AdGroupCriterionService_serviceDesc, srv) -} - -func _AdGroupCriterionService_GetAdGroupCriterion_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetAdGroupCriterionRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AdGroupCriterionServiceServer).GetAdGroupCriterion(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AdGroupCriterionService/GetAdGroupCriterion", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AdGroupCriterionServiceServer).GetAdGroupCriterion(ctx, req.(*GetAdGroupCriterionRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _AdGroupCriterionService_MutateAdGroupCriteria_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateAdGroupCriteriaRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AdGroupCriterionServiceServer).MutateAdGroupCriteria(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AdGroupCriterionService/MutateAdGroupCriteria", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AdGroupCriterionServiceServer).MutateAdGroupCriteria(ctx, req.(*MutateAdGroupCriteriaRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _AdGroupCriterionService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.AdGroupCriterionService", - HandlerType: (*AdGroupCriterionServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetAdGroupCriterion", - Handler: _AdGroupCriterionService_GetAdGroupCriterion_Handler, - }, - { - MethodName: "MutateAdGroupCriteria", - Handler: _AdGroupCriterionService_MutateAdGroupCriteria_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/ad_group_criterion_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/ad_group_criterion_service.proto", fileDescriptor_ad_group_criterion_service_d5ce27efc431f72d) -} - -var fileDescriptor_ad_group_criterion_service_d5ce27efc431f72d = []byte{ - // 722 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0x4f, 0x4f, 0xd4, 0x4c, - 0x1c, 0xc7, 0x9f, 0x76, 0x9f, 0xf0, 0x3c, 0xcc, 0xf2, 0x3c, 0x26, 0x43, 0x08, 0xeb, 0x06, 0x75, - 0x53, 0x49, 0x24, 0x7b, 0x68, 0xd7, 0xc5, 0x0b, 0x45, 0x24, 0x85, 0xc8, 0xe2, 0x01, 0x21, 0x25, - 0x21, 0x46, 0x37, 0x69, 0x86, 0x76, 0x68, 0x1a, 0xda, 0x4e, 0x9d, 0x99, 0xae, 0x21, 0x84, 0x8b, - 0xbe, 0x04, 0xcf, 0x5e, 0x3c, 0xfa, 0x16, 0x3c, 0x19, 0x6f, 0x5e, 0x3d, 0x79, 0xf7, 0xc4, 0xab, - 0x30, 0xd3, 0xe9, 0xac, 0xec, 0xba, 0xcd, 0x1a, 0xbc, 0xfd, 0xfa, 0x9b, 0xef, 0x7c, 0xe6, 0xf7, - 0x6f, 0xa6, 0xc0, 0x09, 0x09, 0x09, 0x63, 0x6c, 0xa1, 0x80, 0x59, 0xd2, 0x14, 0xd6, 0xa0, 0x63, - 0x31, 0x4c, 0x07, 0x91, 0x8f, 0x99, 0x85, 0x02, 0x2f, 0xa4, 0x24, 0xcf, 0x3c, 0x9f, 0x46, 0x1c, - 0xd3, 0x88, 0xa4, 0x5e, 0xb9, 0x66, 0x66, 0x94, 0x70, 0x02, 0x5b, 0x72, 0x9f, 0x89, 0x02, 0x66, - 0x0e, 0x11, 0xe6, 0xa0, 0x63, 0x2a, 0x44, 0xd3, 0xae, 0x3a, 0x84, 0x62, 0x46, 0x72, 0x3a, 0xf9, - 0x14, 0x49, 0x6f, 0x2e, 0xa9, 0xbd, 0x59, 0x64, 0xa1, 0x34, 0x25, 0x1c, 0xf1, 0x88, 0xa4, 0xac, - 0x5c, 0x2d, 0xcf, 0xb6, 0x8a, 0xaf, 0xe3, 0xfc, 0xc4, 0x3a, 0x89, 0x70, 0x1c, 0x78, 0x09, 0x62, - 0xa7, 0xa5, 0xe2, 0xf6, 0xb8, 0xe2, 0x15, 0x45, 0x59, 0x86, 0xa9, 0x22, 0x2c, 0x96, 0xeb, 0x34, - 0xf3, 0x2d, 0xc6, 0x11, 0xcf, 0xcb, 0x05, 0xc3, 0x01, 0xcd, 0x1e, 0xe6, 0x4e, 0xd0, 0x13, 0x61, - 0x6d, 0xab, 0xa8, 0x5c, 0xfc, 0x32, 0xc7, 0x8c, 0xc3, 0xbb, 0xe0, 0x3f, 0x15, 0xbc, 0x97, 0xa2, - 0x04, 0x37, 0xb4, 0x96, 0xb6, 0x32, 0xeb, 0xce, 0x29, 0xe7, 0x53, 0x94, 0x60, 0xe3, 0x52, 0x03, - 0x4b, 0x7b, 0x39, 0x47, 0x1c, 0x8f, 0x62, 0x90, 0xa2, 0xdc, 0x01, 0x75, 0x3f, 0x67, 0x9c, 0x24, - 0x98, 0x7a, 0x51, 0x50, 0x32, 0x80, 0x72, 0x3d, 0x09, 0xe0, 0x0b, 0x00, 0x48, 0x86, 0xa9, 0xcc, - 0xb9, 0xa1, 0xb7, 0x6a, 0x2b, 0xf5, 0xee, 0xba, 0x39, 0xad, 0xe0, 0xe6, 0x78, 0xd4, 0xfb, 0x8a, - 0xe1, 0x5e, 0xc1, 0xc1, 0x7b, 0xe0, 0x46, 0x86, 0x28, 0x8f, 0x50, 0xec, 0x9d, 0xa0, 0x28, 0xce, - 0x29, 0x6e, 0xd4, 0x5a, 0xda, 0xca, 0xbf, 0xee, 0xff, 0xa5, 0x7b, 0x47, 0x7a, 0x45, 0xb2, 0x03, - 0x14, 0x47, 0x01, 0xe2, 0xd8, 0x23, 0x69, 0x7c, 0xd6, 0xf8, 0xbb, 0x90, 0xcd, 0x29, 0xe7, 0x7e, - 0x1a, 0x9f, 0x19, 0xef, 0x74, 0x70, 0xb3, 0xf2, 0x5c, 0xb8, 0x0e, 0xea, 0x79, 0x56, 0x00, 0x44, - 0x6f, 0x0a, 0x40, 0xbd, 0xdb, 0x54, 0x99, 0xa8, 0xe6, 0x98, 0x3b, 0xa2, 0x7d, 0x7b, 0x88, 0x9d, - 0xba, 0x40, 0xca, 0x85, 0x0d, 0xf7, 0xc0, 0x8c, 0x4f, 0x31, 0xe2, 0xb2, 0xca, 0xf5, 0xee, 0x6a, - 0x65, 0x05, 0x86, 0x03, 0xf5, 0x4b, 0x09, 0x76, 0xff, 0x72, 0x4b, 0x88, 0xc0, 0x49, 0x78, 0x43, - 0xff, 0x23, 0x9c, 0x84, 0xc0, 0x06, 0x98, 0xa1, 0x38, 0x21, 0x03, 0x59, 0xbd, 0x59, 0xb1, 0x22, - 0xbf, 0xb7, 0xea, 0x60, 0x76, 0x58, 0x6e, 0xe3, 0x93, 0x06, 0x6e, 0x55, 0x0c, 0x03, 0xcb, 0x48, - 0xca, 0x30, 0xdc, 0x01, 0x0b, 0x63, 0xfd, 0xf0, 0x30, 0xa5, 0x84, 0x16, 0xdc, 0x7a, 0x17, 0xaa, - 0x30, 0x69, 0xe6, 0x9b, 0x87, 0xc5, 0xa8, 0xba, 0xf3, 0xa3, 0x9d, 0x7a, 0x2c, 0xe4, 0xf0, 0x19, - 0xf8, 0x87, 0x62, 0x96, 0xc7, 0x5c, 0x4d, 0xcc, 0xa3, 0xe9, 0x13, 0x33, 0x29, 0x32, 0x31, 0xed, - 0x02, 0xe3, 0x2a, 0x9c, 0xb1, 0x3d, 0x79, 0x9e, 0x95, 0xf0, 0xb7, 0x6e, 0x45, 0xf7, 0x63, 0x0d, - 0x2c, 0x8e, 0xef, 0x3f, 0x94, 0x71, 0xc0, 0xcf, 0x1a, 0x98, 0x9f, 0x70, 0xeb, 0xe0, 0xc3, 0xe9, - 0x19, 0x54, 0x5f, 0xd6, 0xe6, 0x75, 0x1a, 0x6c, 0xac, 0xbd, 0xfe, 0xfa, 0xfd, 0xad, 0xbe, 0x0a, - 0xef, 0x8b, 0x87, 0xea, 0x7c, 0x24, 0xad, 0x0d, 0x75, 0x43, 0x99, 0xd5, 0xb6, 0xd0, 0x68, 0x37, - 0xad, 0xf6, 0x05, 0xfc, 0xa6, 0x81, 0x85, 0x89, 0xad, 0x86, 0xd7, 0xec, 0x84, 0x7a, 0x30, 0x9a, - 0x9b, 0xd7, 0xde, 0x2f, 0x67, 0xcc, 0xd8, 0x2c, 0xb2, 0x5a, 0x33, 0x1e, 0x88, 0xac, 0x7e, 0xa6, - 0x71, 0x7e, 0xe5, 0x19, 0xda, 0x68, 0x5f, 0x8c, 0x27, 0x65, 0x27, 0x05, 0xd4, 0xd6, 0xda, 0x5b, - 0x6f, 0x74, 0xb0, 0xec, 0x93, 0x64, 0x6a, 0x1c, 0x5b, 0x4b, 0x15, 0x3d, 0x3e, 0x10, 0x77, 0xfd, - 0x40, 0x7b, 0xbe, 0x5b, 0x12, 0x42, 0x12, 0xa3, 0x34, 0x34, 0x09, 0x0d, 0xad, 0x10, 0xa7, 0xc5, - 0x4b, 0xa0, 0x7e, 0x12, 0x59, 0xc4, 0xaa, 0x7f, 0x4c, 0xeb, 0xca, 0x78, 0xaf, 0xd7, 0x7a, 0x8e, - 0xf3, 0x41, 0x6f, 0xf5, 0x24, 0xd0, 0x09, 0x98, 0x29, 0x4d, 0x61, 0x1d, 0x75, 0xcc, 0xf2, 0x60, - 0xf6, 0x45, 0x49, 0xfa, 0x4e, 0xc0, 0xfa, 0x43, 0x49, 0xff, 0xa8, 0xd3, 0x57, 0x92, 0x4b, 0x7d, - 0x59, 0xfa, 0x6d, 0xdb, 0x09, 0x98, 0x6d, 0x0f, 0x45, 0xb6, 0x7d, 0xd4, 0xb1, 0x6d, 0x25, 0x3b, - 0x9e, 0x29, 0xe2, 0x5c, 0xfd, 0x11, 0x00, 0x00, 0xff, 0xff, 0xb6, 0xb7, 0x0b, 0x04, 0x3f, 0x07, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/ad_group_feed_service.pb.go b/googleapis/ads/googleads/v0/services/ad_group_feed_service.pb.go deleted file mode 100644 index 0b829e995c..0000000000 --- a/googleapis/ads/googleads/v0/services/ad_group_feed_service.pb.go +++ /dev/null @@ -1,592 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/ad_group_feed_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [AdGroupFeedService.GetAdGroupFeed][google.ads.googleads.v0.services.AdGroupFeedService.GetAdGroupFeed]. -type GetAdGroupFeedRequest struct { - // The resource name of the ad group feed to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetAdGroupFeedRequest) Reset() { *m = GetAdGroupFeedRequest{} } -func (m *GetAdGroupFeedRequest) String() string { return proto.CompactTextString(m) } -func (*GetAdGroupFeedRequest) ProtoMessage() {} -func (*GetAdGroupFeedRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_feed_service_6e4e12f683e24ded, []int{0} -} -func (m *GetAdGroupFeedRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAdGroupFeedRequest.Unmarshal(m, b) -} -func (m *GetAdGroupFeedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAdGroupFeedRequest.Marshal(b, m, deterministic) -} -func (dst *GetAdGroupFeedRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAdGroupFeedRequest.Merge(dst, src) -} -func (m *GetAdGroupFeedRequest) XXX_Size() int { - return xxx_messageInfo_GetAdGroupFeedRequest.Size(m) -} -func (m *GetAdGroupFeedRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAdGroupFeedRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetAdGroupFeedRequest proto.InternalMessageInfo - -func (m *GetAdGroupFeedRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [AdGroupFeedService.MutateAdGroupFeeds][google.ads.googleads.v0.services.AdGroupFeedService.MutateAdGroupFeeds]. -type MutateAdGroupFeedsRequest struct { - // The ID of the customer whose ad group feeds are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual ad group feeds. - Operations []*AdGroupFeedOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdGroupFeedsRequest) Reset() { *m = MutateAdGroupFeedsRequest{} } -func (m *MutateAdGroupFeedsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateAdGroupFeedsRequest) ProtoMessage() {} -func (*MutateAdGroupFeedsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_feed_service_6e4e12f683e24ded, []int{1} -} -func (m *MutateAdGroupFeedsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdGroupFeedsRequest.Unmarshal(m, b) -} -func (m *MutateAdGroupFeedsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdGroupFeedsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateAdGroupFeedsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdGroupFeedsRequest.Merge(dst, src) -} -func (m *MutateAdGroupFeedsRequest) XXX_Size() int { - return xxx_messageInfo_MutateAdGroupFeedsRequest.Size(m) -} -func (m *MutateAdGroupFeedsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdGroupFeedsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdGroupFeedsRequest proto.InternalMessageInfo - -func (m *MutateAdGroupFeedsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateAdGroupFeedsRequest) GetOperations() []*AdGroupFeedOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateAdGroupFeedsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateAdGroupFeedsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on an ad group feed. -type AdGroupFeedOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *AdGroupFeedOperation_Create - // *AdGroupFeedOperation_Update - // *AdGroupFeedOperation_Remove - Operation isAdGroupFeedOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupFeedOperation) Reset() { *m = AdGroupFeedOperation{} } -func (m *AdGroupFeedOperation) String() string { return proto.CompactTextString(m) } -func (*AdGroupFeedOperation) ProtoMessage() {} -func (*AdGroupFeedOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_feed_service_6e4e12f683e24ded, []int{2} -} -func (m *AdGroupFeedOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupFeedOperation.Unmarshal(m, b) -} -func (m *AdGroupFeedOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupFeedOperation.Marshal(b, m, deterministic) -} -func (dst *AdGroupFeedOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupFeedOperation.Merge(dst, src) -} -func (m *AdGroupFeedOperation) XXX_Size() int { - return xxx_messageInfo_AdGroupFeedOperation.Size(m) -} -func (m *AdGroupFeedOperation) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupFeedOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupFeedOperation proto.InternalMessageInfo - -func (m *AdGroupFeedOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isAdGroupFeedOperation_Operation interface { - isAdGroupFeedOperation_Operation() -} - -type AdGroupFeedOperation_Create struct { - Create *resources.AdGroupFeed `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type AdGroupFeedOperation_Update struct { - Update *resources.AdGroupFeed `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type AdGroupFeedOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*AdGroupFeedOperation_Create) isAdGroupFeedOperation_Operation() {} - -func (*AdGroupFeedOperation_Update) isAdGroupFeedOperation_Operation() {} - -func (*AdGroupFeedOperation_Remove) isAdGroupFeedOperation_Operation() {} - -func (m *AdGroupFeedOperation) GetOperation() isAdGroupFeedOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *AdGroupFeedOperation) GetCreate() *resources.AdGroupFeed { - if x, ok := m.GetOperation().(*AdGroupFeedOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *AdGroupFeedOperation) GetUpdate() *resources.AdGroupFeed { - if x, ok := m.GetOperation().(*AdGroupFeedOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *AdGroupFeedOperation) GetRemove() string { - if x, ok := m.GetOperation().(*AdGroupFeedOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*AdGroupFeedOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _AdGroupFeedOperation_OneofMarshaler, _AdGroupFeedOperation_OneofUnmarshaler, _AdGroupFeedOperation_OneofSizer, []interface{}{ - (*AdGroupFeedOperation_Create)(nil), - (*AdGroupFeedOperation_Update)(nil), - (*AdGroupFeedOperation_Remove)(nil), - } -} - -func _AdGroupFeedOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*AdGroupFeedOperation) - // operation - switch x := m.Operation.(type) { - case *AdGroupFeedOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *AdGroupFeedOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *AdGroupFeedOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("AdGroupFeedOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _AdGroupFeedOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*AdGroupFeedOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.AdGroupFeed) - err := b.DecodeMessage(msg) - m.Operation = &AdGroupFeedOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.AdGroupFeed) - err := b.DecodeMessage(msg) - m.Operation = &AdGroupFeedOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &AdGroupFeedOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _AdGroupFeedOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*AdGroupFeedOperation) - // operation - switch x := m.Operation.(type) { - case *AdGroupFeedOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupFeedOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupFeedOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for an ad group feed mutate. -type MutateAdGroupFeedsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateAdGroupFeedResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdGroupFeedsResponse) Reset() { *m = MutateAdGroupFeedsResponse{} } -func (m *MutateAdGroupFeedsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateAdGroupFeedsResponse) ProtoMessage() {} -func (*MutateAdGroupFeedsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_feed_service_6e4e12f683e24ded, []int{3} -} -func (m *MutateAdGroupFeedsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdGroupFeedsResponse.Unmarshal(m, b) -} -func (m *MutateAdGroupFeedsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdGroupFeedsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateAdGroupFeedsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdGroupFeedsResponse.Merge(dst, src) -} -func (m *MutateAdGroupFeedsResponse) XXX_Size() int { - return xxx_messageInfo_MutateAdGroupFeedsResponse.Size(m) -} -func (m *MutateAdGroupFeedsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdGroupFeedsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdGroupFeedsResponse proto.InternalMessageInfo - -func (m *MutateAdGroupFeedsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateAdGroupFeedsResponse) GetResults() []*MutateAdGroupFeedResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the ad group feed mutate. -type MutateAdGroupFeedResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdGroupFeedResult) Reset() { *m = MutateAdGroupFeedResult{} } -func (m *MutateAdGroupFeedResult) String() string { return proto.CompactTextString(m) } -func (*MutateAdGroupFeedResult) ProtoMessage() {} -func (*MutateAdGroupFeedResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_feed_service_6e4e12f683e24ded, []int{4} -} -func (m *MutateAdGroupFeedResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdGroupFeedResult.Unmarshal(m, b) -} -func (m *MutateAdGroupFeedResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdGroupFeedResult.Marshal(b, m, deterministic) -} -func (dst *MutateAdGroupFeedResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdGroupFeedResult.Merge(dst, src) -} -func (m *MutateAdGroupFeedResult) XXX_Size() int { - return xxx_messageInfo_MutateAdGroupFeedResult.Size(m) -} -func (m *MutateAdGroupFeedResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdGroupFeedResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdGroupFeedResult proto.InternalMessageInfo - -func (m *MutateAdGroupFeedResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetAdGroupFeedRequest)(nil), "google.ads.googleads.v0.services.GetAdGroupFeedRequest") - proto.RegisterType((*MutateAdGroupFeedsRequest)(nil), "google.ads.googleads.v0.services.MutateAdGroupFeedsRequest") - proto.RegisterType((*AdGroupFeedOperation)(nil), "google.ads.googleads.v0.services.AdGroupFeedOperation") - proto.RegisterType((*MutateAdGroupFeedsResponse)(nil), "google.ads.googleads.v0.services.MutateAdGroupFeedsResponse") - proto.RegisterType((*MutateAdGroupFeedResult)(nil), "google.ads.googleads.v0.services.MutateAdGroupFeedResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// AdGroupFeedServiceClient is the client API for AdGroupFeedService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type AdGroupFeedServiceClient interface { - // Returns the requested ad group feed in full detail. - GetAdGroupFeed(ctx context.Context, in *GetAdGroupFeedRequest, opts ...grpc.CallOption) (*resources.AdGroupFeed, error) - // Creates, updates, or removes ad group feeds. Operation statuses are - // returned. - MutateAdGroupFeeds(ctx context.Context, in *MutateAdGroupFeedsRequest, opts ...grpc.CallOption) (*MutateAdGroupFeedsResponse, error) -} - -type adGroupFeedServiceClient struct { - cc *grpc.ClientConn -} - -func NewAdGroupFeedServiceClient(cc *grpc.ClientConn) AdGroupFeedServiceClient { - return &adGroupFeedServiceClient{cc} -} - -func (c *adGroupFeedServiceClient) GetAdGroupFeed(ctx context.Context, in *GetAdGroupFeedRequest, opts ...grpc.CallOption) (*resources.AdGroupFeed, error) { - out := new(resources.AdGroupFeed) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AdGroupFeedService/GetAdGroupFeed", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *adGroupFeedServiceClient) MutateAdGroupFeeds(ctx context.Context, in *MutateAdGroupFeedsRequest, opts ...grpc.CallOption) (*MutateAdGroupFeedsResponse, error) { - out := new(MutateAdGroupFeedsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AdGroupFeedService/MutateAdGroupFeeds", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// AdGroupFeedServiceServer is the server API for AdGroupFeedService service. -type AdGroupFeedServiceServer interface { - // Returns the requested ad group feed in full detail. - GetAdGroupFeed(context.Context, *GetAdGroupFeedRequest) (*resources.AdGroupFeed, error) - // Creates, updates, or removes ad group feeds. Operation statuses are - // returned. - MutateAdGroupFeeds(context.Context, *MutateAdGroupFeedsRequest) (*MutateAdGroupFeedsResponse, error) -} - -func RegisterAdGroupFeedServiceServer(s *grpc.Server, srv AdGroupFeedServiceServer) { - s.RegisterService(&_AdGroupFeedService_serviceDesc, srv) -} - -func _AdGroupFeedService_GetAdGroupFeed_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetAdGroupFeedRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AdGroupFeedServiceServer).GetAdGroupFeed(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AdGroupFeedService/GetAdGroupFeed", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AdGroupFeedServiceServer).GetAdGroupFeed(ctx, req.(*GetAdGroupFeedRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _AdGroupFeedService_MutateAdGroupFeeds_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateAdGroupFeedsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AdGroupFeedServiceServer).MutateAdGroupFeeds(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AdGroupFeedService/MutateAdGroupFeeds", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AdGroupFeedServiceServer).MutateAdGroupFeeds(ctx, req.(*MutateAdGroupFeedsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _AdGroupFeedService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.AdGroupFeedService", - HandlerType: (*AdGroupFeedServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetAdGroupFeed", - Handler: _AdGroupFeedService_GetAdGroupFeed_Handler, - }, - { - MethodName: "MutateAdGroupFeeds", - Handler: _AdGroupFeedService_MutateAdGroupFeeds_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/ad_group_feed_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/ad_group_feed_service.proto", fileDescriptor_ad_group_feed_service_6e4e12f683e24ded) -} - -var fileDescriptor_ad_group_feed_service_6e4e12f683e24ded = []byte{ - // 715 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0xcd, 0x6e, 0xd3, 0x4a, - 0x14, 0xbe, 0x76, 0xae, 0x7a, 0x6f, 0xc7, 0xbd, 0xbd, 0xd2, 0x40, 0xd5, 0x10, 0x21, 0x88, 0x4c, - 0x25, 0xaa, 0x2c, 0xc6, 0x21, 0x88, 0x22, 0xdc, 0x14, 0x29, 0x95, 0x48, 0xca, 0xa2, 0xb4, 0x72, - 0xa5, 0x2c, 0x50, 0x24, 0x6b, 0x1a, 0x4f, 0x2c, 0xab, 0xb6, 0xc7, 0xcc, 0x8c, 0x83, 0xaa, 0xaa, - 0x1b, 0x1e, 0x80, 0x0d, 0x1b, 0xd6, 0x2c, 0xd9, 0xb1, 0xe4, 0x15, 0x90, 0x58, 0xf1, 0x06, 0x88, - 0x15, 0x0f, 0x81, 0x90, 0x3d, 0x9e, 0xe0, 0x34, 0x8d, 0x02, 0xdd, 0x9d, 0x9c, 0xf9, 0xbe, 0xef, - 0xfc, 0x3b, 0xa0, 0xed, 0x53, 0xea, 0x87, 0xc4, 0xc2, 0x1e, 0xb7, 0xa4, 0x99, 0x59, 0xe3, 0xa6, - 0xc5, 0x09, 0x1b, 0x07, 0x43, 0xc2, 0x2d, 0xec, 0xb9, 0x3e, 0xa3, 0x69, 0xe2, 0x8e, 0x08, 0xf1, - 0xdc, 0xc2, 0x8d, 0x12, 0x46, 0x05, 0x85, 0x75, 0x49, 0x41, 0xd8, 0xe3, 0x68, 0xc2, 0x46, 0xe3, - 0x26, 0x52, 0xec, 0xda, 0x83, 0x79, 0xfa, 0x8c, 0x70, 0x9a, 0xb2, 0x99, 0x00, 0x52, 0xb8, 0x76, - 0x53, 0xd1, 0x92, 0xc0, 0xc2, 0x71, 0x4c, 0x05, 0x16, 0x01, 0x8d, 0x79, 0xf1, 0x5a, 0x84, 0xb5, - 0xf2, 0x5f, 0xc7, 0xe9, 0xc8, 0x1a, 0x05, 0x24, 0xf4, 0xdc, 0x08, 0xf3, 0x93, 0x02, 0x71, 0xeb, - 0x22, 0xe2, 0x25, 0xc3, 0x49, 0x42, 0x98, 0x52, 0x58, 0x2f, 0xde, 0x59, 0x32, 0xb4, 0xb8, 0xc0, - 0x22, 0x2d, 0x1e, 0xcc, 0x36, 0x58, 0xeb, 0x11, 0xd1, 0xf1, 0x7a, 0x59, 0x46, 0x5d, 0x42, 0x3c, - 0x87, 0xbc, 0x48, 0x09, 0x17, 0xf0, 0x0e, 0xf8, 0x4f, 0xa5, 0xec, 0xc6, 0x38, 0x22, 0x55, 0xad, - 0xae, 0x6d, 0x2e, 0x3b, 0x2b, 0xca, 0xf9, 0x0c, 0x47, 0xc4, 0xfc, 0xaa, 0x81, 0x1b, 0xfb, 0xa9, - 0xc0, 0x82, 0x94, 0x14, 0xb8, 0x92, 0xb8, 0x0d, 0x8c, 0x61, 0xca, 0x05, 0x8d, 0x08, 0x73, 0x03, - 0xaf, 0x10, 0x00, 0xca, 0xf5, 0xd4, 0x83, 0x7d, 0x00, 0x68, 0x42, 0x98, 0xac, 0xb5, 0xaa, 0xd7, - 0x2b, 0x9b, 0x46, 0x6b, 0x0b, 0x2d, 0xea, 0x31, 0x2a, 0xc5, 0x3a, 0x50, 0x74, 0xa7, 0xa4, 0x04, - 0xef, 0x82, 0xff, 0x13, 0xcc, 0x44, 0x80, 0x43, 0x77, 0x84, 0x83, 0x30, 0x65, 0xa4, 0x5a, 0xa9, - 0x6b, 0x9b, 0xff, 0x3a, 0xab, 0x85, 0xbb, 0x2b, 0xbd, 0x59, 0x91, 0x63, 0x1c, 0x06, 0x1e, 0x16, - 0xc4, 0xa5, 0x71, 0x78, 0x5a, 0xfd, 0x3b, 0x87, 0xad, 0x28, 0xe7, 0x41, 0x1c, 0x9e, 0x9a, 0xaf, - 0x75, 0x70, 0xfd, 0xb2, 0x90, 0x70, 0x1b, 0x18, 0x69, 0x92, 0x73, 0xb3, 0x49, 0xe4, 0x5c, 0xa3, - 0x55, 0x53, 0xf9, 0xab, 0x51, 0xa0, 0x6e, 0x36, 0xac, 0x7d, 0xcc, 0x4f, 0x1c, 0x20, 0xe1, 0x99, - 0x0d, 0xf7, 0xc0, 0xd2, 0x90, 0x11, 0x2c, 0x64, 0x63, 0x8d, 0x16, 0x9a, 0x5b, 0xf7, 0x64, 0x73, - 0xca, 0x85, 0xef, 0xfd, 0xe5, 0x14, 0xfc, 0x4c, 0x49, 0xea, 0x56, 0xf5, 0xab, 0x2a, 0x49, 0x3e, - 0xac, 0x82, 0x25, 0x46, 0x22, 0x3a, 0x96, 0xed, 0x5a, 0xce, 0x5e, 0xe4, 0xef, 0x5d, 0x03, 0x2c, - 0x4f, 0xfa, 0x6b, 0x7e, 0xd4, 0x40, 0xed, 0xb2, 0xa9, 0xf3, 0x84, 0xc6, 0x9c, 0xc0, 0x2e, 0x58, - 0xbb, 0xd0, 0x7d, 0x97, 0x30, 0x46, 0x59, 0x2e, 0x6a, 0xb4, 0xa0, 0x4a, 0x8f, 0x25, 0x43, 0x74, - 0x94, 0xef, 0xa2, 0x73, 0x6d, 0x7a, 0x2e, 0x4f, 0x32, 0x38, 0x3c, 0x02, 0xff, 0x30, 0xc2, 0xd3, - 0x50, 0xa8, 0xd5, 0x78, 0xb4, 0x78, 0x35, 0x66, 0xd2, 0x72, 0x72, 0x05, 0x47, 0x29, 0x99, 0x8f, - 0xc1, 0xfa, 0x1c, 0xcc, 0x6f, 0x6d, 0x7c, 0xeb, 0x6d, 0x05, 0xc0, 0x12, 0xf5, 0x48, 0x06, 0x86, - 0x1f, 0x34, 0xb0, 0x3a, 0x7d, 0x47, 0xf0, 0xe1, 0xe2, 0x6c, 0x2f, 0xbd, 0xbc, 0xda, 0x1f, 0xce, - 0xcf, 0xdc, 0x7a, 0xf5, 0xe5, 0xdb, 0x1b, 0xbd, 0x09, 0x51, 0xf6, 0x99, 0x39, 0x9b, 0x2a, 0x61, - 0x47, 0x1d, 0x1b, 0xb7, 0x1a, 0x16, 0x2e, 0x0d, 0xcb, 0x6a, 0x9c, 0xc3, 0xcf, 0x1a, 0x80, 0xb3, - 0x63, 0x84, 0xdb, 0x57, 0xe8, 0xb2, 0x3a, 0xf9, 0x5a, 0xfb, 0x6a, 0x64, 0xb9, 0x39, 0x66, 0x3b, - 0xaf, 0x64, 0xcb, 0xbc, 0x97, 0x55, 0xf2, 0x2b, 0xf5, 0xb3, 0xd2, 0x57, 0x64, 0xa7, 0x71, 0x3e, - 0x55, 0x88, 0x1d, 0xe5, 0x72, 0xb6, 0xd6, 0xd8, 0xfd, 0xa1, 0x81, 0x8d, 0x21, 0x8d, 0x16, 0x66, - 0xb0, 0xbb, 0x3e, 0x3b, 0xc0, 0xc3, 0xec, 0x58, 0x0f, 0xb5, 0xe7, 0x7b, 0x05, 0xd9, 0xa7, 0x21, - 0x8e, 0x7d, 0x44, 0x99, 0x6f, 0xf9, 0x24, 0xce, 0x4f, 0x59, 0x7d, 0xce, 0x93, 0x80, 0xcf, 0xff, - 0xf7, 0xd8, 0x56, 0xc6, 0x3b, 0xbd, 0xd2, 0xeb, 0x74, 0xde, 0xeb, 0xf5, 0x9e, 0x14, 0xec, 0x78, - 0x1c, 0x49, 0x33, 0xb3, 0xfa, 0x4d, 0x54, 0x04, 0xe6, 0x9f, 0x14, 0x64, 0xd0, 0xf1, 0xf8, 0x60, - 0x02, 0x19, 0xf4, 0x9b, 0x03, 0x05, 0xf9, 0xae, 0x6f, 0x48, 0xbf, 0x6d, 0x77, 0x3c, 0x6e, 0xdb, - 0x13, 0x90, 0x6d, 0xf7, 0x9b, 0xb6, 0xad, 0x60, 0xc7, 0x4b, 0x79, 0x9e, 0xf7, 0x7f, 0x06, 0x00, - 0x00, 0xff, 0xff, 0xfe, 0x60, 0x8f, 0x08, 0xe4, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/ad_group_service.pb.go b/googleapis/ads/googleads/v0/services/ad_group_service.pb.go deleted file mode 100644 index 00319ed298..0000000000 --- a/googleapis/ads/googleads/v0/services/ad_group_service.pb.go +++ /dev/null @@ -1,589 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/ad_group_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [AdGroupService.GetAdGroup][google.ads.googleads.v0.services.AdGroupService.GetAdGroup]. -type GetAdGroupRequest struct { - // The resource name of the ad group to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetAdGroupRequest) Reset() { *m = GetAdGroupRequest{} } -func (m *GetAdGroupRequest) String() string { return proto.CompactTextString(m) } -func (*GetAdGroupRequest) ProtoMessage() {} -func (*GetAdGroupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_service_4c0210e2180edd04, []int{0} -} -func (m *GetAdGroupRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAdGroupRequest.Unmarshal(m, b) -} -func (m *GetAdGroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAdGroupRequest.Marshal(b, m, deterministic) -} -func (dst *GetAdGroupRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAdGroupRequest.Merge(dst, src) -} -func (m *GetAdGroupRequest) XXX_Size() int { - return xxx_messageInfo_GetAdGroupRequest.Size(m) -} -func (m *GetAdGroupRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAdGroupRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetAdGroupRequest proto.InternalMessageInfo - -func (m *GetAdGroupRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [AdGroupService.MutateAdGroups][google.ads.googleads.v0.services.AdGroupService.MutateAdGroups]. -type MutateAdGroupsRequest struct { - // The ID of the customer whose ad groups are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual ad groups. - Operations []*AdGroupOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdGroupsRequest) Reset() { *m = MutateAdGroupsRequest{} } -func (m *MutateAdGroupsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateAdGroupsRequest) ProtoMessage() {} -func (*MutateAdGroupsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_service_4c0210e2180edd04, []int{1} -} -func (m *MutateAdGroupsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdGroupsRequest.Unmarshal(m, b) -} -func (m *MutateAdGroupsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdGroupsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateAdGroupsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdGroupsRequest.Merge(dst, src) -} -func (m *MutateAdGroupsRequest) XXX_Size() int { - return xxx_messageInfo_MutateAdGroupsRequest.Size(m) -} -func (m *MutateAdGroupsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdGroupsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdGroupsRequest proto.InternalMessageInfo - -func (m *MutateAdGroupsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateAdGroupsRequest) GetOperations() []*AdGroupOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateAdGroupsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateAdGroupsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on an ad group. -type AdGroupOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *AdGroupOperation_Create - // *AdGroupOperation_Update - // *AdGroupOperation_Remove - Operation isAdGroupOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdGroupOperation) Reset() { *m = AdGroupOperation{} } -func (m *AdGroupOperation) String() string { return proto.CompactTextString(m) } -func (*AdGroupOperation) ProtoMessage() {} -func (*AdGroupOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_service_4c0210e2180edd04, []int{2} -} -func (m *AdGroupOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdGroupOperation.Unmarshal(m, b) -} -func (m *AdGroupOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdGroupOperation.Marshal(b, m, deterministic) -} -func (dst *AdGroupOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdGroupOperation.Merge(dst, src) -} -func (m *AdGroupOperation) XXX_Size() int { - return xxx_messageInfo_AdGroupOperation.Size(m) -} -func (m *AdGroupOperation) XXX_DiscardUnknown() { - xxx_messageInfo_AdGroupOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_AdGroupOperation proto.InternalMessageInfo - -func (m *AdGroupOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isAdGroupOperation_Operation interface { - isAdGroupOperation_Operation() -} - -type AdGroupOperation_Create struct { - Create *resources.AdGroup `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type AdGroupOperation_Update struct { - Update *resources.AdGroup `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type AdGroupOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*AdGroupOperation_Create) isAdGroupOperation_Operation() {} - -func (*AdGroupOperation_Update) isAdGroupOperation_Operation() {} - -func (*AdGroupOperation_Remove) isAdGroupOperation_Operation() {} - -func (m *AdGroupOperation) GetOperation() isAdGroupOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *AdGroupOperation) GetCreate() *resources.AdGroup { - if x, ok := m.GetOperation().(*AdGroupOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *AdGroupOperation) GetUpdate() *resources.AdGroup { - if x, ok := m.GetOperation().(*AdGroupOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *AdGroupOperation) GetRemove() string { - if x, ok := m.GetOperation().(*AdGroupOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*AdGroupOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _AdGroupOperation_OneofMarshaler, _AdGroupOperation_OneofUnmarshaler, _AdGroupOperation_OneofSizer, []interface{}{ - (*AdGroupOperation_Create)(nil), - (*AdGroupOperation_Update)(nil), - (*AdGroupOperation_Remove)(nil), - } -} - -func _AdGroupOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*AdGroupOperation) - // operation - switch x := m.Operation.(type) { - case *AdGroupOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *AdGroupOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *AdGroupOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("AdGroupOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _AdGroupOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*AdGroupOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.AdGroup) - err := b.DecodeMessage(msg) - m.Operation = &AdGroupOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.AdGroup) - err := b.DecodeMessage(msg) - m.Operation = &AdGroupOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &AdGroupOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _AdGroupOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*AdGroupOperation) - // operation - switch x := m.Operation.(type) { - case *AdGroupOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdGroupOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for an ad group mutate. -type MutateAdGroupsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateAdGroupResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdGroupsResponse) Reset() { *m = MutateAdGroupsResponse{} } -func (m *MutateAdGroupsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateAdGroupsResponse) ProtoMessage() {} -func (*MutateAdGroupsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_service_4c0210e2180edd04, []int{3} -} -func (m *MutateAdGroupsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdGroupsResponse.Unmarshal(m, b) -} -func (m *MutateAdGroupsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdGroupsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateAdGroupsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdGroupsResponse.Merge(dst, src) -} -func (m *MutateAdGroupsResponse) XXX_Size() int { - return xxx_messageInfo_MutateAdGroupsResponse.Size(m) -} -func (m *MutateAdGroupsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdGroupsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdGroupsResponse proto.InternalMessageInfo - -func (m *MutateAdGroupsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateAdGroupsResponse) GetResults() []*MutateAdGroupResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the ad group mutate. -type MutateAdGroupResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdGroupResult) Reset() { *m = MutateAdGroupResult{} } -func (m *MutateAdGroupResult) String() string { return proto.CompactTextString(m) } -func (*MutateAdGroupResult) ProtoMessage() {} -func (*MutateAdGroupResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_service_4c0210e2180edd04, []int{4} -} -func (m *MutateAdGroupResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdGroupResult.Unmarshal(m, b) -} -func (m *MutateAdGroupResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdGroupResult.Marshal(b, m, deterministic) -} -func (dst *MutateAdGroupResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdGroupResult.Merge(dst, src) -} -func (m *MutateAdGroupResult) XXX_Size() int { - return xxx_messageInfo_MutateAdGroupResult.Size(m) -} -func (m *MutateAdGroupResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdGroupResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdGroupResult proto.InternalMessageInfo - -func (m *MutateAdGroupResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetAdGroupRequest)(nil), "google.ads.googleads.v0.services.GetAdGroupRequest") - proto.RegisterType((*MutateAdGroupsRequest)(nil), "google.ads.googleads.v0.services.MutateAdGroupsRequest") - proto.RegisterType((*AdGroupOperation)(nil), "google.ads.googleads.v0.services.AdGroupOperation") - proto.RegisterType((*MutateAdGroupsResponse)(nil), "google.ads.googleads.v0.services.MutateAdGroupsResponse") - proto.RegisterType((*MutateAdGroupResult)(nil), "google.ads.googleads.v0.services.MutateAdGroupResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// AdGroupServiceClient is the client API for AdGroupService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type AdGroupServiceClient interface { - // Returns the requested ad group in full detail. - GetAdGroup(ctx context.Context, in *GetAdGroupRequest, opts ...grpc.CallOption) (*resources.AdGroup, error) - // Creates, updates, or removes ad groups. Operation statuses are returned. - MutateAdGroups(ctx context.Context, in *MutateAdGroupsRequest, opts ...grpc.CallOption) (*MutateAdGroupsResponse, error) -} - -type adGroupServiceClient struct { - cc *grpc.ClientConn -} - -func NewAdGroupServiceClient(cc *grpc.ClientConn) AdGroupServiceClient { - return &adGroupServiceClient{cc} -} - -func (c *adGroupServiceClient) GetAdGroup(ctx context.Context, in *GetAdGroupRequest, opts ...grpc.CallOption) (*resources.AdGroup, error) { - out := new(resources.AdGroup) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AdGroupService/GetAdGroup", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *adGroupServiceClient) MutateAdGroups(ctx context.Context, in *MutateAdGroupsRequest, opts ...grpc.CallOption) (*MutateAdGroupsResponse, error) { - out := new(MutateAdGroupsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AdGroupService/MutateAdGroups", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// AdGroupServiceServer is the server API for AdGroupService service. -type AdGroupServiceServer interface { - // Returns the requested ad group in full detail. - GetAdGroup(context.Context, *GetAdGroupRequest) (*resources.AdGroup, error) - // Creates, updates, or removes ad groups. Operation statuses are returned. - MutateAdGroups(context.Context, *MutateAdGroupsRequest) (*MutateAdGroupsResponse, error) -} - -func RegisterAdGroupServiceServer(s *grpc.Server, srv AdGroupServiceServer) { - s.RegisterService(&_AdGroupService_serviceDesc, srv) -} - -func _AdGroupService_GetAdGroup_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetAdGroupRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AdGroupServiceServer).GetAdGroup(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AdGroupService/GetAdGroup", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AdGroupServiceServer).GetAdGroup(ctx, req.(*GetAdGroupRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _AdGroupService_MutateAdGroups_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateAdGroupsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AdGroupServiceServer).MutateAdGroups(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AdGroupService/MutateAdGroups", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AdGroupServiceServer).MutateAdGroups(ctx, req.(*MutateAdGroupsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _AdGroupService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.AdGroupService", - HandlerType: (*AdGroupServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetAdGroup", - Handler: _AdGroupService_GetAdGroup_Handler, - }, - { - MethodName: "MutateAdGroups", - Handler: _AdGroupService_MutateAdGroups_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/ad_group_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/ad_group_service.proto", fileDescriptor_ad_group_service_4c0210e2180edd04) -} - -var fileDescriptor_ad_group_service_4c0210e2180edd04 = []byte{ - // 703 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4f, 0x4f, 0xd4, 0x4e, - 0x18, 0xfe, 0xb5, 0xfc, 0x82, 0x32, 0x45, 0xd4, 0x21, 0xe8, 0x66, 0x63, 0x74, 0x53, 0x49, 0x24, - 0x1b, 0x6d, 0x37, 0x25, 0x06, 0x52, 0xc2, 0x61, 0x89, 0xb2, 0x78, 0x40, 0x48, 0x49, 0x38, 0x98, - 0x4d, 0x9a, 0x61, 0x3b, 0x34, 0x0d, 0x6d, 0xa7, 0xce, 0x4c, 0xd7, 0x10, 0xc2, 0x85, 0xaf, 0xe0, - 0x27, 0xd0, 0xa3, 0x37, 0x3f, 0x80, 0x5f, 0xc0, 0xab, 0x37, 0xcf, 0x9e, 0x3c, 0x7b, 0xf2, 0x64, - 0xa6, 0x33, 0x53, 0xd8, 0x55, 0xb2, 0xe2, 0xed, 0x9d, 0x77, 0xde, 0xe7, 0x79, 0x9f, 0x79, 0xff, - 0x0c, 0x58, 0x89, 0x09, 0x89, 0x53, 0xec, 0xa2, 0x88, 0xb9, 0xd2, 0x14, 0xd6, 0xb0, 0xe3, 0x32, - 0x4c, 0x87, 0xc9, 0x00, 0x33, 0x17, 0x45, 0x61, 0x4c, 0x49, 0x59, 0x84, 0xca, 0xe3, 0x14, 0x94, - 0x70, 0x02, 0x5b, 0x32, 0xda, 0x41, 0x11, 0x73, 0x6a, 0xa0, 0x33, 0xec, 0x38, 0x1a, 0xd8, 0xec, - 0x5c, 0x46, 0x4d, 0x31, 0x23, 0x25, 0xbd, 0xc8, 0x2d, 0x39, 0x9b, 0xf7, 0x34, 0xa2, 0x48, 0x5c, - 0x94, 0xe7, 0x84, 0x23, 0x9e, 0x90, 0x9c, 0xa9, 0x5b, 0x95, 0xd1, 0xad, 0x4e, 0x07, 0xe5, 0xa1, - 0x7b, 0x98, 0xe0, 0x34, 0x0a, 0x33, 0xc4, 0x8e, 0x54, 0xc4, 0xfd, 0xf1, 0x88, 0x37, 0x14, 0x15, - 0x05, 0xa6, 0x9a, 0xe1, 0xae, 0xba, 0xa7, 0xc5, 0xc0, 0x65, 0x1c, 0xf1, 0x52, 0x5d, 0xd8, 0xab, - 0xe0, 0x76, 0x0f, 0xf3, 0x6e, 0xd4, 0x13, 0x62, 0x02, 0xfc, 0xba, 0xc4, 0x8c, 0xc3, 0x87, 0xe0, - 0x86, 0x56, 0x1a, 0xe6, 0x28, 0xc3, 0x0d, 0xa3, 0x65, 0x2c, 0xcd, 0x04, 0xb3, 0xda, 0xf9, 0x12, - 0x65, 0xd8, 0xfe, 0x6a, 0x80, 0x85, 0xed, 0x92, 0x23, 0x8e, 0x15, 0x9a, 0x69, 0xf8, 0x03, 0x60, - 0x0d, 0x4a, 0xc6, 0x49, 0x86, 0x69, 0x98, 0x44, 0x0a, 0x0c, 0xb4, 0xeb, 0x45, 0x04, 0x03, 0x00, - 0x48, 0x81, 0xa9, 0x7c, 0x63, 0xc3, 0x6c, 0x4d, 0x2d, 0x59, 0x9e, 0xe7, 0x4c, 0x2a, 0xab, 0xa3, - 0xf2, 0xec, 0x68, 0x68, 0x70, 0x81, 0x05, 0x3e, 0x02, 0x37, 0x0b, 0x44, 0x79, 0x82, 0xd2, 0xf0, - 0x10, 0x25, 0x69, 0x49, 0x71, 0x63, 0xaa, 0x65, 0x2c, 0x5d, 0x0f, 0xe6, 0x94, 0x7b, 0x53, 0x7a, - 0xc5, 0xe3, 0x86, 0x28, 0x4d, 0x22, 0xc4, 0x71, 0x48, 0xf2, 0xf4, 0xb8, 0xf1, 0x7f, 0x15, 0x36, - 0xab, 0x9d, 0x3b, 0x79, 0x7a, 0x6c, 0x9f, 0x99, 0xe0, 0xd6, 0x78, 0x3a, 0xb8, 0x06, 0xac, 0xb2, - 0xa8, 0x70, 0xa2, 0xf2, 0x15, 0xce, 0xf2, 0x9a, 0x5a, 0xb7, 0x2e, 0xbd, 0xb3, 0x29, 0x9a, 0xb3, - 0x8d, 0xd8, 0x51, 0x00, 0x64, 0xb8, 0xb0, 0xe1, 0x33, 0x30, 0x3d, 0xa0, 0x18, 0x71, 0x59, 0x4c, - 0xcb, 0x6b, 0x5f, 0xfa, 0xde, 0x7a, 0x48, 0xf4, 0x83, 0xb7, 0xfe, 0x0b, 0x14, 0x56, 0xb0, 0x48, - 0xce, 0x86, 0xf9, 0x2f, 0x2c, 0x12, 0x0b, 0x1b, 0x60, 0x9a, 0xe2, 0x8c, 0x0c, 0x65, 0x89, 0x66, - 0xc4, 0x8d, 0x3c, 0x6f, 0x58, 0x60, 0xa6, 0xae, 0xa9, 0xfd, 0xd1, 0x00, 0x77, 0xc6, 0x3b, 0xcc, - 0x0a, 0x92, 0x33, 0x0c, 0x37, 0xc1, 0xc2, 0x58, 0xb5, 0x43, 0x4c, 0x29, 0xa1, 0x15, 0xa1, 0xe5, - 0x41, 0x2d, 0x8b, 0x16, 0x03, 0x67, 0xaf, 0x9a, 0xb7, 0x60, 0x7e, 0xb4, 0x0f, 0xcf, 0x45, 0x38, - 0xdc, 0x01, 0xd7, 0x28, 0x66, 0x65, 0xca, 0xf5, 0x18, 0x3c, 0x9d, 0x3c, 0x06, 0x23, 0x92, 0x82, - 0x0a, 0x1d, 0x68, 0x16, 0xdb, 0x07, 0xf3, 0x7f, 0xb8, 0xff, 0xab, 0x89, 0xf6, 0x7e, 0x98, 0x60, - 0x4e, 0xc1, 0xf6, 0x64, 0x32, 0xf8, 0xce, 0x00, 0xe0, 0x7c, 0x3f, 0xe0, 0xf2, 0x64, 0x75, 0xbf, - 0x6d, 0x53, 0xf3, 0x0a, 0x3d, 0xb2, 0xbd, 0xb3, 0x2f, 0xdf, 0xde, 0x9a, 0x8f, 0x61, 0x5b, 0xfc, - 0x16, 0x27, 0x23, 0x92, 0xd7, 0xf5, 0x02, 0x31, 0xb7, 0xed, 0x22, 0xd5, 0x10, 0xb7, 0x7d, 0x0a, - 0x3f, 0x19, 0x60, 0x6e, 0xb4, 0x4d, 0x70, 0xe5, 0x8a, 0x55, 0xd4, 0xab, 0xdb, 0x5c, 0xbd, 0x3a, - 0x50, 0x4e, 0x84, 0xbd, 0x5a, 0x29, 0xf7, 0xec, 0x27, 0x42, 0xf9, 0xb9, 0xd4, 0x93, 0x0b, 0x3f, - 0xc1, 0x7a, 0xfb, 0xb4, 0x16, 0xee, 0x67, 0x15, 0x8d, 0x6f, 0xb4, 0x37, 0x7e, 0x1a, 0x60, 0x71, - 0x40, 0xb2, 0x89, 0x99, 0x37, 0xe6, 0x47, 0x9b, 0xb3, 0x2b, 0x16, 0x6e, 0xd7, 0x78, 0xb5, 0xa5, - 0x80, 0x31, 0x49, 0x51, 0x1e, 0x3b, 0x84, 0xc6, 0x6e, 0x8c, 0xf3, 0x6a, 0x1d, 0xf5, 0xef, 0x5b, - 0x24, 0xec, 0xf2, 0x7f, 0x7e, 0x4d, 0x1b, 0xef, 0xcd, 0xa9, 0x5e, 0xb7, 0xfb, 0xc1, 0x6c, 0xf5, - 0x24, 0x61, 0x37, 0x62, 0x8e, 0x34, 0x85, 0xb5, 0xdf, 0x71, 0x54, 0x62, 0xf6, 0x59, 0x87, 0xf4, - 0xbb, 0x11, 0xeb, 0xd7, 0x21, 0xfd, 0xfd, 0x4e, 0x5f, 0x87, 0x7c, 0x37, 0x17, 0xa5, 0xdf, 0xf7, - 0xbb, 0x11, 0xf3, 0xfd, 0x3a, 0xc8, 0xf7, 0xf7, 0x3b, 0xbe, 0xaf, 0xc3, 0x0e, 0xa6, 0x2b, 0x9d, - 0xcb, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0xa3, 0x0a, 0xa6, 0x9e, 0x8e, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/ad_parameter_service.pb.go b/googleapis/ads/googleads/v0/services/ad_parameter_service.pb.go deleted file mode 100644 index d640d496b0..0000000000 --- a/googleapis/ads/googleads/v0/services/ad_parameter_service.pb.go +++ /dev/null @@ -1,592 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/ad_parameter_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [AdParameterService.GetAdParameter][google.ads.googleads.v0.services.AdParameterService.GetAdParameter] -type GetAdParameterRequest struct { - // The resource name of the ad parameter to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetAdParameterRequest) Reset() { *m = GetAdParameterRequest{} } -func (m *GetAdParameterRequest) String() string { return proto.CompactTextString(m) } -func (*GetAdParameterRequest) ProtoMessage() {} -func (*GetAdParameterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_parameter_service_6b2779bba5e0199d, []int{0} -} -func (m *GetAdParameterRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAdParameterRequest.Unmarshal(m, b) -} -func (m *GetAdParameterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAdParameterRequest.Marshal(b, m, deterministic) -} -func (dst *GetAdParameterRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAdParameterRequest.Merge(dst, src) -} -func (m *GetAdParameterRequest) XXX_Size() int { - return xxx_messageInfo_GetAdParameterRequest.Size(m) -} -func (m *GetAdParameterRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAdParameterRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetAdParameterRequest proto.InternalMessageInfo - -func (m *GetAdParameterRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [AdParameterService.MutateAdParameters][google.ads.googleads.v0.services.AdParameterService.MutateAdParameters] -type MutateAdParametersRequest struct { - // The ID of the customer whose ad parameters are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual ad parameters. - Operations []*AdParameterOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdParametersRequest) Reset() { *m = MutateAdParametersRequest{} } -func (m *MutateAdParametersRequest) String() string { return proto.CompactTextString(m) } -func (*MutateAdParametersRequest) ProtoMessage() {} -func (*MutateAdParametersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_parameter_service_6b2779bba5e0199d, []int{1} -} -func (m *MutateAdParametersRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdParametersRequest.Unmarshal(m, b) -} -func (m *MutateAdParametersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdParametersRequest.Marshal(b, m, deterministic) -} -func (dst *MutateAdParametersRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdParametersRequest.Merge(dst, src) -} -func (m *MutateAdParametersRequest) XXX_Size() int { - return xxx_messageInfo_MutateAdParametersRequest.Size(m) -} -func (m *MutateAdParametersRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdParametersRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdParametersRequest proto.InternalMessageInfo - -func (m *MutateAdParametersRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateAdParametersRequest) GetOperations() []*AdParameterOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateAdParametersRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateAdParametersRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on ad parameter. -type AdParameterOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *AdParameterOperation_Create - // *AdParameterOperation_Update - // *AdParameterOperation_Remove - Operation isAdParameterOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *AdParameterOperation) Reset() { *m = AdParameterOperation{} } -func (m *AdParameterOperation) String() string { return proto.CompactTextString(m) } -func (*AdParameterOperation) ProtoMessage() {} -func (*AdParameterOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_parameter_service_6b2779bba5e0199d, []int{2} -} -func (m *AdParameterOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_AdParameterOperation.Unmarshal(m, b) -} -func (m *AdParameterOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_AdParameterOperation.Marshal(b, m, deterministic) -} -func (dst *AdParameterOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_AdParameterOperation.Merge(dst, src) -} -func (m *AdParameterOperation) XXX_Size() int { - return xxx_messageInfo_AdParameterOperation.Size(m) -} -func (m *AdParameterOperation) XXX_DiscardUnknown() { - xxx_messageInfo_AdParameterOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_AdParameterOperation proto.InternalMessageInfo - -func (m *AdParameterOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isAdParameterOperation_Operation interface { - isAdParameterOperation_Operation() -} - -type AdParameterOperation_Create struct { - Create *resources.AdParameter `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type AdParameterOperation_Update struct { - Update *resources.AdParameter `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type AdParameterOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*AdParameterOperation_Create) isAdParameterOperation_Operation() {} - -func (*AdParameterOperation_Update) isAdParameterOperation_Operation() {} - -func (*AdParameterOperation_Remove) isAdParameterOperation_Operation() {} - -func (m *AdParameterOperation) GetOperation() isAdParameterOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *AdParameterOperation) GetCreate() *resources.AdParameter { - if x, ok := m.GetOperation().(*AdParameterOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *AdParameterOperation) GetUpdate() *resources.AdParameter { - if x, ok := m.GetOperation().(*AdParameterOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *AdParameterOperation) GetRemove() string { - if x, ok := m.GetOperation().(*AdParameterOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*AdParameterOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _AdParameterOperation_OneofMarshaler, _AdParameterOperation_OneofUnmarshaler, _AdParameterOperation_OneofSizer, []interface{}{ - (*AdParameterOperation_Create)(nil), - (*AdParameterOperation_Update)(nil), - (*AdParameterOperation_Remove)(nil), - } -} - -func _AdParameterOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*AdParameterOperation) - // operation - switch x := m.Operation.(type) { - case *AdParameterOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *AdParameterOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *AdParameterOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("AdParameterOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _AdParameterOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*AdParameterOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.AdParameter) - err := b.DecodeMessage(msg) - m.Operation = &AdParameterOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.AdParameter) - err := b.DecodeMessage(msg) - m.Operation = &AdParameterOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &AdParameterOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _AdParameterOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*AdParameterOperation) - // operation - switch x := m.Operation.(type) { - case *AdParameterOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdParameterOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *AdParameterOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for an ad parameter mutate. -type MutateAdParametersResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateAdParameterResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdParametersResponse) Reset() { *m = MutateAdParametersResponse{} } -func (m *MutateAdParametersResponse) String() string { return proto.CompactTextString(m) } -func (*MutateAdParametersResponse) ProtoMessage() {} -func (*MutateAdParametersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_parameter_service_6b2779bba5e0199d, []int{3} -} -func (m *MutateAdParametersResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdParametersResponse.Unmarshal(m, b) -} -func (m *MutateAdParametersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdParametersResponse.Marshal(b, m, deterministic) -} -func (dst *MutateAdParametersResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdParametersResponse.Merge(dst, src) -} -func (m *MutateAdParametersResponse) XXX_Size() int { - return xxx_messageInfo_MutateAdParametersResponse.Size(m) -} -func (m *MutateAdParametersResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdParametersResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdParametersResponse proto.InternalMessageInfo - -func (m *MutateAdParametersResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateAdParametersResponse) GetResults() []*MutateAdParameterResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the ad parameter mutate. -type MutateAdParameterResult struct { - // The resource name returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateAdParameterResult) Reset() { *m = MutateAdParameterResult{} } -func (m *MutateAdParameterResult) String() string { return proto.CompactTextString(m) } -func (*MutateAdParameterResult) ProtoMessage() {} -func (*MutateAdParameterResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_parameter_service_6b2779bba5e0199d, []int{4} -} -func (m *MutateAdParameterResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateAdParameterResult.Unmarshal(m, b) -} -func (m *MutateAdParameterResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateAdParameterResult.Marshal(b, m, deterministic) -} -func (dst *MutateAdParameterResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateAdParameterResult.Merge(dst, src) -} -func (m *MutateAdParameterResult) XXX_Size() int { - return xxx_messageInfo_MutateAdParameterResult.Size(m) -} -func (m *MutateAdParameterResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateAdParameterResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateAdParameterResult proto.InternalMessageInfo - -func (m *MutateAdParameterResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetAdParameterRequest)(nil), "google.ads.googleads.v0.services.GetAdParameterRequest") - proto.RegisterType((*MutateAdParametersRequest)(nil), "google.ads.googleads.v0.services.MutateAdParametersRequest") - proto.RegisterType((*AdParameterOperation)(nil), "google.ads.googleads.v0.services.AdParameterOperation") - proto.RegisterType((*MutateAdParametersResponse)(nil), "google.ads.googleads.v0.services.MutateAdParametersResponse") - proto.RegisterType((*MutateAdParameterResult)(nil), "google.ads.googleads.v0.services.MutateAdParameterResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// AdParameterServiceClient is the client API for AdParameterService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type AdParameterServiceClient interface { - // Returns the requested ad parameter in full detail. - GetAdParameter(ctx context.Context, in *GetAdParameterRequest, opts ...grpc.CallOption) (*resources.AdParameter, error) - // Creates, updates, or removes ad parameters. Operation statuses are - // returned. - MutateAdParameters(ctx context.Context, in *MutateAdParametersRequest, opts ...grpc.CallOption) (*MutateAdParametersResponse, error) -} - -type adParameterServiceClient struct { - cc *grpc.ClientConn -} - -func NewAdParameterServiceClient(cc *grpc.ClientConn) AdParameterServiceClient { - return &adParameterServiceClient{cc} -} - -func (c *adParameterServiceClient) GetAdParameter(ctx context.Context, in *GetAdParameterRequest, opts ...grpc.CallOption) (*resources.AdParameter, error) { - out := new(resources.AdParameter) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AdParameterService/GetAdParameter", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *adParameterServiceClient) MutateAdParameters(ctx context.Context, in *MutateAdParametersRequest, opts ...grpc.CallOption) (*MutateAdParametersResponse, error) { - out := new(MutateAdParametersResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AdParameterService/MutateAdParameters", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// AdParameterServiceServer is the server API for AdParameterService service. -type AdParameterServiceServer interface { - // Returns the requested ad parameter in full detail. - GetAdParameter(context.Context, *GetAdParameterRequest) (*resources.AdParameter, error) - // Creates, updates, or removes ad parameters. Operation statuses are - // returned. - MutateAdParameters(context.Context, *MutateAdParametersRequest) (*MutateAdParametersResponse, error) -} - -func RegisterAdParameterServiceServer(s *grpc.Server, srv AdParameterServiceServer) { - s.RegisterService(&_AdParameterService_serviceDesc, srv) -} - -func _AdParameterService_GetAdParameter_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetAdParameterRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AdParameterServiceServer).GetAdParameter(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AdParameterService/GetAdParameter", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AdParameterServiceServer).GetAdParameter(ctx, req.(*GetAdParameterRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _AdParameterService_MutateAdParameters_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateAdParametersRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AdParameterServiceServer).MutateAdParameters(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AdParameterService/MutateAdParameters", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AdParameterServiceServer).MutateAdParameters(ctx, req.(*MutateAdParametersRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _AdParameterService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.AdParameterService", - HandlerType: (*AdParameterServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetAdParameter", - Handler: _AdParameterService_GetAdParameter_Handler, - }, - { - MethodName: "MutateAdParameters", - Handler: _AdParameterService_MutateAdParameters_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/ad_parameter_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/ad_parameter_service.proto", fileDescriptor_ad_parameter_service_6b2779bba5e0199d) -} - -var fileDescriptor_ad_parameter_service_6b2779bba5e0199d = []byte{ - // 710 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0x4f, 0x6b, 0xd4, 0x4e, - 0x18, 0xfe, 0x25, 0xfb, 0xa3, 0xda, 0x49, 0xad, 0x30, 0x5a, 0xba, 0x2e, 0xa2, 0x4b, 0x2c, 0x58, - 0xf6, 0x30, 0x59, 0x57, 0xa9, 0x98, 0x6d, 0x85, 0x2d, 0xd8, 0xd6, 0x43, 0x6d, 0x49, 0x61, 0x0f, - 0xb2, 0x10, 0xa6, 0x9b, 0xe9, 0x12, 0x9a, 0x64, 0xe2, 0xcc, 0x64, 0xa5, 0x94, 0x5e, 0xfc, 0x00, - 0x5e, 0xbc, 0x78, 0xf6, 0xe8, 0xcd, 0xa3, 0x5f, 0x41, 0xf0, 0xe4, 0x37, 0x10, 0x4f, 0x7e, 0x08, - 0x91, 0xc9, 0x64, 0xd6, 0x6c, 0xdb, 0x65, 0x75, 0x6f, 0x6f, 0xde, 0x79, 0x9e, 0x67, 0xde, 0xbf, - 0x13, 0xd0, 0x1e, 0x50, 0x3a, 0x88, 0x88, 0x83, 0x03, 0xee, 0x28, 0x53, 0x5a, 0xc3, 0xa6, 0xc3, - 0x09, 0x1b, 0x86, 0x7d, 0xc2, 0x1d, 0x1c, 0xf8, 0x29, 0x66, 0x38, 0x26, 0x82, 0x30, 0xbf, 0xf0, - 0xa2, 0x94, 0x51, 0x41, 0x61, 0x5d, 0x31, 0x10, 0x0e, 0x38, 0x1a, 0x91, 0xd1, 0xb0, 0x89, 0x34, - 0xb9, 0xf6, 0x68, 0x92, 0x3c, 0x23, 0x9c, 0x66, 0xec, 0xbc, 0xbe, 0xd2, 0xad, 0xdd, 0xd6, 0xac, - 0x34, 0x74, 0x70, 0x92, 0x50, 0x81, 0x45, 0x48, 0x13, 0x5e, 0x9c, 0x16, 0xb7, 0x3a, 0xf9, 0xd7, - 0x61, 0x76, 0xe4, 0x1c, 0x85, 0x24, 0x0a, 0xfc, 0x18, 0xf3, 0xe3, 0x02, 0x71, 0xe7, 0x3c, 0xe2, - 0x35, 0xc3, 0x69, 0x4a, 0x98, 0x56, 0x58, 0x2e, 0xce, 0x59, 0xda, 0x77, 0xb8, 0xc0, 0x22, 0x2b, - 0x0e, 0xec, 0x75, 0xb0, 0xb4, 0x4d, 0x44, 0x27, 0xd8, 0xd7, 0x01, 0x79, 0xe4, 0x55, 0x46, 0xb8, - 0x80, 0xf7, 0xc0, 0x35, 0x1d, 0xb1, 0x9f, 0xe0, 0x98, 0x54, 0x8d, 0xba, 0xb1, 0x3a, 0xef, 0x2d, - 0x68, 0xe7, 0x0b, 0x1c, 0x13, 0xfb, 0xbb, 0x01, 0x6e, 0xed, 0x66, 0x02, 0x0b, 0x52, 0x52, 0xe0, - 0x5a, 0xe2, 0x2e, 0xb0, 0xfa, 0x19, 0x17, 0x34, 0x26, 0xcc, 0x0f, 0x83, 0x42, 0x00, 0x68, 0xd7, - 0xf3, 0x00, 0x76, 0x01, 0xa0, 0x29, 0x61, 0x2a, 0xd7, 0xaa, 0x59, 0xaf, 0xac, 0x5a, 0xad, 0x35, - 0x34, 0xad, 0xc4, 0xa8, 0x74, 0xd7, 0x9e, 0xa6, 0x7b, 0x25, 0x25, 0x78, 0x1f, 0x5c, 0x4f, 0x31, - 0x13, 0x21, 0x8e, 0xfc, 0x23, 0x1c, 0x46, 0x19, 0x23, 0xd5, 0x4a, 0xdd, 0x58, 0xbd, 0xea, 0x2d, - 0x16, 0xee, 0x2d, 0xe5, 0x95, 0x49, 0x0e, 0x71, 0x14, 0x06, 0x58, 0x10, 0x9f, 0x26, 0xd1, 0x49, - 0xf5, 0xff, 0x1c, 0xb6, 0xa0, 0x9d, 0x7b, 0x49, 0x74, 0x62, 0xbf, 0x35, 0xc1, 0xcd, 0xcb, 0xae, - 0x84, 0x6d, 0x60, 0x65, 0x69, 0xce, 0x95, 0x9d, 0xc8, 0xb9, 0x56, 0xab, 0xa6, 0xe3, 0xd7, 0xad, - 0x40, 0x5b, 0xb2, 0x59, 0xbb, 0x98, 0x1f, 0x7b, 0x40, 0xc1, 0xa5, 0x0d, 0x77, 0xc0, 0x5c, 0x9f, - 0x11, 0x2c, 0x54, 0x61, 0xad, 0x16, 0x9a, 0x98, 0xf7, 0x68, 0x70, 0xca, 0x89, 0xef, 0xfc, 0xe7, - 0x15, 0x7c, 0xa9, 0xa4, 0x74, 0xab, 0xe6, 0xac, 0x4a, 0x8a, 0x0f, 0xab, 0x60, 0x8e, 0x91, 0x98, - 0x0e, 0x55, 0xb9, 0xe6, 0xe5, 0x89, 0xfa, 0xde, 0xb4, 0xc0, 0xfc, 0xa8, 0xbe, 0xf6, 0x67, 0x03, - 0xd4, 0x2e, 0xeb, 0x3a, 0x4f, 0x69, 0xc2, 0x09, 0xdc, 0x02, 0x4b, 0xe7, 0xaa, 0xef, 0x13, 0xc6, - 0x28, 0xcb, 0x45, 0xad, 0x16, 0xd4, 0xe1, 0xb1, 0xb4, 0x8f, 0x0e, 0xf2, 0x59, 0xf4, 0x6e, 0x8c, - 0xf7, 0xe5, 0x99, 0x84, 0xc3, 0x03, 0x70, 0x85, 0x11, 0x9e, 0x45, 0x42, 0x8f, 0xc6, 0x93, 0xe9, - 0xa3, 0x71, 0x21, 0x2c, 0x2f, 0x57, 0xf0, 0xb4, 0x92, 0xfd, 0x14, 0x2c, 0x4f, 0xc0, 0xfc, 0xd5, - 0xc4, 0xb7, 0xde, 0x57, 0x00, 0x2c, 0x51, 0x0f, 0xd4, 0xc5, 0xf0, 0x93, 0x01, 0x16, 0xc7, 0xf7, - 0x08, 0x3e, 0x9e, 0x1e, 0xed, 0xa5, 0x9b, 0x57, 0xfb, 0xc7, 0xfe, 0xd9, 0x6b, 0x6f, 0xbe, 0xfd, - 0x78, 0x67, 0x36, 0x21, 0x92, 0xaf, 0xcc, 0xe9, 0x58, 0x0a, 0x1b, 0x7a, 0xd9, 0xb8, 0xd3, 0x70, - 0x70, 0xa9, 0x59, 0x4e, 0xe3, 0x0c, 0x7e, 0x35, 0x00, 0xbc, 0xd8, 0x46, 0xd8, 0x9e, 0xa1, 0xca, - 0x7a, 0xe5, 0x6b, 0xeb, 0xb3, 0x91, 0xd5, 0xe4, 0xd8, 0xeb, 0x79, 0x26, 0x6b, 0xf6, 0x03, 0x99, - 0xc9, 0x9f, 0xd0, 0x4f, 0x4b, 0xaf, 0xc8, 0x46, 0xe3, 0x6c, 0x2c, 0x11, 0x37, 0xce, 0xe5, 0x5c, - 0xa3, 0xb1, 0xf9, 0xcb, 0x00, 0x2b, 0x7d, 0x1a, 0x4f, 0x8d, 0x60, 0x73, 0xf9, 0x62, 0x03, 0xf7, - 0xe5, 0xb2, 0xee, 0x1b, 0x2f, 0x77, 0x0a, 0xf2, 0x80, 0x46, 0x38, 0x19, 0x20, 0xca, 0x06, 0xce, - 0x80, 0x24, 0xf9, 0x2a, 0xeb, 0xd7, 0x3c, 0x0d, 0xf9, 0xe4, 0x7f, 0x47, 0x5b, 0x1b, 0x1f, 0xcc, - 0xca, 0x76, 0xa7, 0xf3, 0xd1, 0xac, 0x6f, 0x2b, 0xc1, 0x4e, 0xc0, 0x91, 0x32, 0xa5, 0xd5, 0x6d, - 0xa2, 0xe2, 0x62, 0xfe, 0x45, 0x43, 0x7a, 0x9d, 0x80, 0xf7, 0x46, 0x90, 0x5e, 0xb7, 0xd9, 0xd3, - 0x90, 0x9f, 0xe6, 0x8a, 0xf2, 0xbb, 0x6e, 0x27, 0xe0, 0xae, 0x3b, 0x02, 0xb9, 0x6e, 0xb7, 0xe9, - 0xba, 0x1a, 0x76, 0x38, 0x97, 0xc7, 0xf9, 0xf0, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xdd, 0x1f, - 0x90, 0x74, 0xe2, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/ad_schedule_view_service.pb.go b/googleapis/ads/googleads/v0/services/ad_schedule_view_service.pb.go deleted file mode 100644 index 9b0dbe052b..0000000000 --- a/googleapis/ads/googleads/v0/services/ad_schedule_view_service.pb.go +++ /dev/null @@ -1,177 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/ad_schedule_view_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [AdScheduleViewService.GetAdScheduleView][google.ads.googleads.v0.services.AdScheduleViewService.GetAdScheduleView]. -type GetAdScheduleViewRequest struct { - // The resource name of the ad schedule view to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetAdScheduleViewRequest) Reset() { *m = GetAdScheduleViewRequest{} } -func (m *GetAdScheduleViewRequest) String() string { return proto.CompactTextString(m) } -func (*GetAdScheduleViewRequest) ProtoMessage() {} -func (*GetAdScheduleViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_schedule_view_service_d080b6815f203272, []int{0} -} -func (m *GetAdScheduleViewRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAdScheduleViewRequest.Unmarshal(m, b) -} -func (m *GetAdScheduleViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAdScheduleViewRequest.Marshal(b, m, deterministic) -} -func (dst *GetAdScheduleViewRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAdScheduleViewRequest.Merge(dst, src) -} -func (m *GetAdScheduleViewRequest) XXX_Size() int { - return xxx_messageInfo_GetAdScheduleViewRequest.Size(m) -} -func (m *GetAdScheduleViewRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAdScheduleViewRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetAdScheduleViewRequest proto.InternalMessageInfo - -func (m *GetAdScheduleViewRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetAdScheduleViewRequest)(nil), "google.ads.googleads.v0.services.GetAdScheduleViewRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// AdScheduleViewServiceClient is the client API for AdScheduleViewService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type AdScheduleViewServiceClient interface { - // Returns the requested ad schedule view in full detail. - GetAdScheduleView(ctx context.Context, in *GetAdScheduleViewRequest, opts ...grpc.CallOption) (*resources.AdScheduleView, error) -} - -type adScheduleViewServiceClient struct { - cc *grpc.ClientConn -} - -func NewAdScheduleViewServiceClient(cc *grpc.ClientConn) AdScheduleViewServiceClient { - return &adScheduleViewServiceClient{cc} -} - -func (c *adScheduleViewServiceClient) GetAdScheduleView(ctx context.Context, in *GetAdScheduleViewRequest, opts ...grpc.CallOption) (*resources.AdScheduleView, error) { - out := new(resources.AdScheduleView) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AdScheduleViewService/GetAdScheduleView", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// AdScheduleViewServiceServer is the server API for AdScheduleViewService service. -type AdScheduleViewServiceServer interface { - // Returns the requested ad schedule view in full detail. - GetAdScheduleView(context.Context, *GetAdScheduleViewRequest) (*resources.AdScheduleView, error) -} - -func RegisterAdScheduleViewServiceServer(s *grpc.Server, srv AdScheduleViewServiceServer) { - s.RegisterService(&_AdScheduleViewService_serviceDesc, srv) -} - -func _AdScheduleViewService_GetAdScheduleView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetAdScheduleViewRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AdScheduleViewServiceServer).GetAdScheduleView(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AdScheduleViewService/GetAdScheduleView", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AdScheduleViewServiceServer).GetAdScheduleView(ctx, req.(*GetAdScheduleViewRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _AdScheduleViewService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.AdScheduleViewService", - HandlerType: (*AdScheduleViewServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetAdScheduleView", - Handler: _AdScheduleViewService_GetAdScheduleView_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/ad_schedule_view_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/ad_schedule_view_service.proto", fileDescriptor_ad_schedule_view_service_d080b6815f203272) -} - -var fileDescriptor_ad_schedule_view_service_d080b6815f203272 = []byte{ - // 370 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xcf, 0x4a, 0xeb, 0x40, - 0x14, 0xc6, 0x49, 0x2e, 0x5c, 0xb8, 0xe1, 0xba, 0x30, 0x20, 0x94, 0xe0, 0xa2, 0xd4, 0x2e, 0xa4, - 0x8b, 0x99, 0xd4, 0x6e, 0x74, 0x44, 0x4a, 0xba, 0xa9, 0x2b, 0x29, 0x2d, 0x64, 0x21, 0x81, 0x30, - 0x66, 0x86, 0x18, 0x68, 0x32, 0x35, 0x27, 0x49, 0x17, 0xe2, 0x42, 0x5f, 0xc1, 0x37, 0x70, 0xe9, - 0x3b, 0xf8, 0x02, 0x6e, 0x5d, 0xf8, 0x02, 0xae, 0x7c, 0x0a, 0x49, 0x27, 0x13, 0x08, 0x36, 0x74, - 0xf7, 0x31, 0xe7, 0xfb, 0x7d, 0xe7, 0x4f, 0x62, 0x8c, 0x43, 0x21, 0xc2, 0x25, 0xc7, 0x94, 0x01, - 0x96, 0xb2, 0x54, 0x85, 0x8d, 0x81, 0xa7, 0x45, 0x14, 0x70, 0xc0, 0x94, 0xf9, 0x10, 0xdc, 0x72, - 0x96, 0x2f, 0xb9, 0x5f, 0x44, 0x7c, 0xed, 0x57, 0x15, 0xb4, 0x4a, 0x45, 0x26, 0xcc, 0xae, 0xa4, - 0x10, 0x65, 0x80, 0xea, 0x00, 0x54, 0xd8, 0x48, 0x05, 0x58, 0xa7, 0x6d, 0x2d, 0x52, 0x0e, 0x22, - 0x4f, 0xb7, 0xf5, 0x90, 0xd9, 0xd6, 0xa1, 0x22, 0x57, 0x11, 0xa6, 0x49, 0x22, 0x32, 0x9a, 0x45, - 0x22, 0x01, 0x59, 0xed, 0x8d, 0x8d, 0xce, 0x94, 0x67, 0x0e, 0x5b, 0x54, 0xa4, 0x1b, 0xf1, 0xf5, - 0x9c, 0xdf, 0xe5, 0x1c, 0x32, 0xf3, 0xc8, 0xd8, 0x53, 0xe9, 0x7e, 0x42, 0x63, 0xde, 0xd1, 0xba, - 0xda, 0xf1, 0xbf, 0xf9, 0x7f, 0xf5, 0x78, 0x45, 0x63, 0x7e, 0xf2, 0xa9, 0x19, 0x07, 0x4d, 0x7c, - 0x21, 0x67, 0x36, 0xdf, 0x34, 0x63, 0xff, 0x57, 0xb6, 0x49, 0xd0, 0xae, 0x5d, 0x51, 0xdb, 0x40, - 0xd6, 0xb0, 0x95, 0xad, 0xaf, 0x80, 0x9a, 0x64, 0xef, 0xec, 0xe9, 0xe3, 0xeb, 0x59, 0x1f, 0x99, - 0xc3, 0xf2, 0x56, 0xf7, 0x8d, 0x75, 0x2e, 0x82, 0x1c, 0x32, 0x11, 0xf3, 0x14, 0xf0, 0x00, 0xd3, - 0x06, 0x06, 0x78, 0xf0, 0x30, 0x79, 0xd4, 0x8d, 0x7e, 0x20, 0xe2, 0x9d, 0xf3, 0x4e, 0xac, 0xad, - 0xfb, 0xcf, 0xca, 0xfb, 0xce, 0xb4, 0xeb, 0xcb, 0x8a, 0x0f, 0xc5, 0x92, 0x26, 0x21, 0x12, 0x69, - 0x88, 0x43, 0x9e, 0x6c, 0xae, 0xaf, 0xbe, 0xe4, 0x2a, 0x82, 0xf6, 0x7f, 0xe7, 0x5c, 0x89, 0x17, - 0xfd, 0xcf, 0xd4, 0x71, 0x5e, 0xf5, 0xee, 0x54, 0x06, 0x3a, 0x0c, 0x90, 0x94, 0xa5, 0x72, 0x6d, - 0x54, 0x35, 0x86, 0x77, 0x65, 0xf1, 0x1c, 0x06, 0x5e, 0x6d, 0xf1, 0x5c, 0xdb, 0x53, 0x96, 0x6f, - 0xbd, 0x2f, 0xdf, 0x09, 0x71, 0x18, 0x10, 0x52, 0x9b, 0x08, 0x71, 0x6d, 0x42, 0x94, 0xed, 0xe6, - 0xef, 0x66, 0xce, 0xd1, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x3a, 0xfb, 0x20, 0x21, 0xe2, 0x02, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/age_range_view_service.pb.go b/googleapis/ads/googleads/v0/services/age_range_view_service.pb.go deleted file mode 100644 index f04044072f..0000000000 --- a/googleapis/ads/googleads/v0/services/age_range_view_service.pb.go +++ /dev/null @@ -1,176 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/age_range_view_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [AgeRangeViewService.GetAgeRangeView][google.ads.googleads.v0.services.AgeRangeViewService.GetAgeRangeView]. -type GetAgeRangeViewRequest struct { - // The resource name of the age range view to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetAgeRangeViewRequest) Reset() { *m = GetAgeRangeViewRequest{} } -func (m *GetAgeRangeViewRequest) String() string { return proto.CompactTextString(m) } -func (*GetAgeRangeViewRequest) ProtoMessage() {} -func (*GetAgeRangeViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_age_range_view_service_c5ed166d0158ab8e, []int{0} -} -func (m *GetAgeRangeViewRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetAgeRangeViewRequest.Unmarshal(m, b) -} -func (m *GetAgeRangeViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetAgeRangeViewRequest.Marshal(b, m, deterministic) -} -func (dst *GetAgeRangeViewRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetAgeRangeViewRequest.Merge(dst, src) -} -func (m *GetAgeRangeViewRequest) XXX_Size() int { - return xxx_messageInfo_GetAgeRangeViewRequest.Size(m) -} -func (m *GetAgeRangeViewRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetAgeRangeViewRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetAgeRangeViewRequest proto.InternalMessageInfo - -func (m *GetAgeRangeViewRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetAgeRangeViewRequest)(nil), "google.ads.googleads.v0.services.GetAgeRangeViewRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// AgeRangeViewServiceClient is the client API for AgeRangeViewService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type AgeRangeViewServiceClient interface { - // Returns the requested age range view in full detail. - GetAgeRangeView(ctx context.Context, in *GetAgeRangeViewRequest, opts ...grpc.CallOption) (*resources.AgeRangeView, error) -} - -type ageRangeViewServiceClient struct { - cc *grpc.ClientConn -} - -func NewAgeRangeViewServiceClient(cc *grpc.ClientConn) AgeRangeViewServiceClient { - return &ageRangeViewServiceClient{cc} -} - -func (c *ageRangeViewServiceClient) GetAgeRangeView(ctx context.Context, in *GetAgeRangeViewRequest, opts ...grpc.CallOption) (*resources.AgeRangeView, error) { - out := new(resources.AgeRangeView) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.AgeRangeViewService/GetAgeRangeView", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// AgeRangeViewServiceServer is the server API for AgeRangeViewService service. -type AgeRangeViewServiceServer interface { - // Returns the requested age range view in full detail. - GetAgeRangeView(context.Context, *GetAgeRangeViewRequest) (*resources.AgeRangeView, error) -} - -func RegisterAgeRangeViewServiceServer(s *grpc.Server, srv AgeRangeViewServiceServer) { - s.RegisterService(&_AgeRangeViewService_serviceDesc, srv) -} - -func _AgeRangeViewService_GetAgeRangeView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetAgeRangeViewRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AgeRangeViewServiceServer).GetAgeRangeView(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.AgeRangeViewService/GetAgeRangeView", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AgeRangeViewServiceServer).GetAgeRangeView(ctx, req.(*GetAgeRangeViewRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _AgeRangeViewService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.AgeRangeViewService", - HandlerType: (*AgeRangeViewServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetAgeRangeView", - Handler: _AgeRangeViewService_GetAgeRangeView_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/age_range_view_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/age_range_view_service.proto", fileDescriptor_age_range_view_service_c5ed166d0158ab8e) -} - -var fileDescriptor_age_range_view_service_c5ed166d0158ab8e = []byte{ - // 366 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xcf, 0x4a, 0xf3, 0x40, - 0x14, 0xc5, 0x49, 0x3e, 0xf8, 0xc0, 0xa0, 0x08, 0x11, 0xa4, 0x14, 0x17, 0xa5, 0x76, 0x21, 0x5d, - 0xcc, 0x44, 0x05, 0x95, 0x91, 0x2e, 0xd2, 0x4d, 0x5d, 0x49, 0xa9, 0x90, 0x85, 0x04, 0xc2, 0xd8, - 0x5c, 0x86, 0x40, 0x93, 0xa9, 0x73, 0xd3, 0x74, 0x21, 0x6e, 0x7c, 0x05, 0xdf, 0xc0, 0xa5, 0x7b, - 0x5f, 0x42, 0x70, 0xe5, 0x2b, 0xb8, 0xf2, 0x25, 0x94, 0x74, 0x3a, 0xa1, 0x6a, 0x4b, 0x77, 0x87, - 0x9b, 0xf3, 0xbb, 0x7f, 0x4e, 0xc6, 0xe9, 0x08, 0x29, 0xc5, 0x08, 0x28, 0x8f, 0x91, 0x6a, 0x59, - 0xaa, 0xc2, 0xa3, 0x08, 0xaa, 0x48, 0x86, 0x80, 0x94, 0x0b, 0x88, 0x14, 0xcf, 0x04, 0x44, 0x45, - 0x02, 0xd3, 0x68, 0x5e, 0x27, 0x63, 0x25, 0x73, 0xe9, 0x36, 0x34, 0x43, 0x78, 0x8c, 0xa4, 0xc2, - 0x49, 0xe1, 0x11, 0x83, 0xd7, 0x4f, 0x56, 0x0d, 0x50, 0x80, 0x72, 0xa2, 0xfe, 0x4e, 0xd0, 0x9d, - 0xeb, 0x7b, 0x86, 0x1b, 0x27, 0x94, 0x67, 0x99, 0xcc, 0x79, 0x9e, 0xc8, 0x0c, 0xf5, 0xd7, 0x66, - 0xc7, 0xd9, 0xed, 0x41, 0xee, 0x0b, 0x18, 0x94, 0x5c, 0x90, 0xc0, 0x74, 0x00, 0xb7, 0x13, 0xc0, - 0xdc, 0xdd, 0x77, 0xb6, 0x4c, 0xe7, 0x28, 0xe3, 0x29, 0xd4, 0xac, 0x86, 0x75, 0xb0, 0x31, 0xd8, - 0x34, 0xc5, 0x4b, 0x9e, 0xc2, 0xd1, 0x9b, 0xe5, 0xec, 0x2c, 0xc2, 0x57, 0x7a, 0x5b, 0xf7, 0xc5, - 0x72, 0xb6, 0x7f, 0xf5, 0x75, 0xcf, 0xc8, 0xba, 0x1b, 0xc9, 0xf2, 0x55, 0xea, 0x74, 0x25, 0x59, - 0xdd, 0x4e, 0x16, 0xb9, 0xe6, 0xe9, 0xc3, 0xfb, 0xc7, 0xa3, 0x7d, 0xe8, 0xd2, 0x32, 0x9f, 0xbb, - 0x1f, 0x67, 0x74, 0x86, 0x13, 0xcc, 0x65, 0x0a, 0x0a, 0x69, 0xbb, 0x0c, 0xac, 0x82, 0x90, 0xb6, - 0xef, 0xbb, 0x5f, 0x96, 0xd3, 0x1a, 0xca, 0x74, 0xed, 0xa6, 0xdd, 0xda, 0x92, 0xab, 0xfb, 0x65, - 0xa2, 0x7d, 0xeb, 0xfa, 0x62, 0x4e, 0x0b, 0x39, 0xe2, 0x99, 0x20, 0x52, 0x09, 0x2a, 0x20, 0x9b, - 0xe5, 0x6d, 0xfe, 0xdc, 0x38, 0xc1, 0xd5, 0x2f, 0xe5, 0xdc, 0x88, 0x27, 0xfb, 0x5f, 0xcf, 0xf7, - 0x9f, 0xed, 0x46, 0x4f, 0x37, 0xf4, 0x63, 0x24, 0x5a, 0x96, 0x2a, 0xf0, 0xc8, 0x7c, 0x30, 0xbe, - 0x1a, 0x4b, 0xe8, 0xc7, 0x18, 0x56, 0x96, 0x30, 0xf0, 0x42, 0x63, 0xf9, 0xb4, 0x5b, 0xba, 0xce, - 0x98, 0x1f, 0x23, 0x63, 0x95, 0x89, 0xb1, 0xc0, 0x63, 0xcc, 0xd8, 0x6e, 0xfe, 0xcf, 0xf6, 0x3c, - 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff, 0xf3, 0x2f, 0xce, 0x25, 0xd0, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/bidding_strategy_service.pb.go b/googleapis/ads/googleads/v0/services/bidding_strategy_service.pb.go deleted file mode 100644 index 042c0e697d..0000000000 --- a/googleapis/ads/googleads/v0/services/bidding_strategy_service.pb.go +++ /dev/null @@ -1,593 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/bidding_strategy_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [BiddingStrategyService.GetBiddingStrategy][google.ads.googleads.v0.services.BiddingStrategyService.GetBiddingStrategy]. -type GetBiddingStrategyRequest struct { - // The resource name of the bidding strategy to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetBiddingStrategyRequest) Reset() { *m = GetBiddingStrategyRequest{} } -func (m *GetBiddingStrategyRequest) String() string { return proto.CompactTextString(m) } -func (*GetBiddingStrategyRequest) ProtoMessage() {} -func (*GetBiddingStrategyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_service_2d7048ce4b6e0fc2, []int{0} -} -func (m *GetBiddingStrategyRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetBiddingStrategyRequest.Unmarshal(m, b) -} -func (m *GetBiddingStrategyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetBiddingStrategyRequest.Marshal(b, m, deterministic) -} -func (dst *GetBiddingStrategyRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetBiddingStrategyRequest.Merge(dst, src) -} -func (m *GetBiddingStrategyRequest) XXX_Size() int { - return xxx_messageInfo_GetBiddingStrategyRequest.Size(m) -} -func (m *GetBiddingStrategyRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetBiddingStrategyRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetBiddingStrategyRequest proto.InternalMessageInfo - -func (m *GetBiddingStrategyRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [BiddingStrategyService.MutateBiddingStrategies][google.ads.googleads.v0.services.BiddingStrategyService.MutateBiddingStrategies]. -type MutateBiddingStrategiesRequest struct { - // The ID of the customer whose bidding strategies are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual bidding strategies. - Operations []*BiddingStrategyOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateBiddingStrategiesRequest) Reset() { *m = MutateBiddingStrategiesRequest{} } -func (m *MutateBiddingStrategiesRequest) String() string { return proto.CompactTextString(m) } -func (*MutateBiddingStrategiesRequest) ProtoMessage() {} -func (*MutateBiddingStrategiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_service_2d7048ce4b6e0fc2, []int{1} -} -func (m *MutateBiddingStrategiesRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateBiddingStrategiesRequest.Unmarshal(m, b) -} -func (m *MutateBiddingStrategiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateBiddingStrategiesRequest.Marshal(b, m, deterministic) -} -func (dst *MutateBiddingStrategiesRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateBiddingStrategiesRequest.Merge(dst, src) -} -func (m *MutateBiddingStrategiesRequest) XXX_Size() int { - return xxx_messageInfo_MutateBiddingStrategiesRequest.Size(m) -} -func (m *MutateBiddingStrategiesRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateBiddingStrategiesRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateBiddingStrategiesRequest proto.InternalMessageInfo - -func (m *MutateBiddingStrategiesRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateBiddingStrategiesRequest) GetOperations() []*BiddingStrategyOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateBiddingStrategiesRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateBiddingStrategiesRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on a bidding strategy. -type BiddingStrategyOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *BiddingStrategyOperation_Create - // *BiddingStrategyOperation_Update - // *BiddingStrategyOperation_Remove - Operation isBiddingStrategyOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BiddingStrategyOperation) Reset() { *m = BiddingStrategyOperation{} } -func (m *BiddingStrategyOperation) String() string { return proto.CompactTextString(m) } -func (*BiddingStrategyOperation) ProtoMessage() {} -func (*BiddingStrategyOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_service_2d7048ce4b6e0fc2, []int{2} -} -func (m *BiddingStrategyOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BiddingStrategyOperation.Unmarshal(m, b) -} -func (m *BiddingStrategyOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BiddingStrategyOperation.Marshal(b, m, deterministic) -} -func (dst *BiddingStrategyOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_BiddingStrategyOperation.Merge(dst, src) -} -func (m *BiddingStrategyOperation) XXX_Size() int { - return xxx_messageInfo_BiddingStrategyOperation.Size(m) -} -func (m *BiddingStrategyOperation) XXX_DiscardUnknown() { - xxx_messageInfo_BiddingStrategyOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_BiddingStrategyOperation proto.InternalMessageInfo - -func (m *BiddingStrategyOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isBiddingStrategyOperation_Operation interface { - isBiddingStrategyOperation_Operation() -} - -type BiddingStrategyOperation_Create struct { - Create *resources.BiddingStrategy `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type BiddingStrategyOperation_Update struct { - Update *resources.BiddingStrategy `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type BiddingStrategyOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*BiddingStrategyOperation_Create) isBiddingStrategyOperation_Operation() {} - -func (*BiddingStrategyOperation_Update) isBiddingStrategyOperation_Operation() {} - -func (*BiddingStrategyOperation_Remove) isBiddingStrategyOperation_Operation() {} - -func (m *BiddingStrategyOperation) GetOperation() isBiddingStrategyOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *BiddingStrategyOperation) GetCreate() *resources.BiddingStrategy { - if x, ok := m.GetOperation().(*BiddingStrategyOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *BiddingStrategyOperation) GetUpdate() *resources.BiddingStrategy { - if x, ok := m.GetOperation().(*BiddingStrategyOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *BiddingStrategyOperation) GetRemove() string { - if x, ok := m.GetOperation().(*BiddingStrategyOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*BiddingStrategyOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _BiddingStrategyOperation_OneofMarshaler, _BiddingStrategyOperation_OneofUnmarshaler, _BiddingStrategyOperation_OneofSizer, []interface{}{ - (*BiddingStrategyOperation_Create)(nil), - (*BiddingStrategyOperation_Update)(nil), - (*BiddingStrategyOperation_Remove)(nil), - } -} - -func _BiddingStrategyOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*BiddingStrategyOperation) - // operation - switch x := m.Operation.(type) { - case *BiddingStrategyOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *BiddingStrategyOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *BiddingStrategyOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("BiddingStrategyOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _BiddingStrategyOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*BiddingStrategyOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.BiddingStrategy) - err := b.DecodeMessage(msg) - m.Operation = &BiddingStrategyOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.BiddingStrategy) - err := b.DecodeMessage(msg) - m.Operation = &BiddingStrategyOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &BiddingStrategyOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _BiddingStrategyOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*BiddingStrategyOperation) - // operation - switch x := m.Operation.(type) { - case *BiddingStrategyOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *BiddingStrategyOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *BiddingStrategyOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for bidding strategy mutate. -type MutateBiddingStrategiesResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateBiddingStrategyResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateBiddingStrategiesResponse) Reset() { *m = MutateBiddingStrategiesResponse{} } -func (m *MutateBiddingStrategiesResponse) String() string { return proto.CompactTextString(m) } -func (*MutateBiddingStrategiesResponse) ProtoMessage() {} -func (*MutateBiddingStrategiesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_service_2d7048ce4b6e0fc2, []int{3} -} -func (m *MutateBiddingStrategiesResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateBiddingStrategiesResponse.Unmarshal(m, b) -} -func (m *MutateBiddingStrategiesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateBiddingStrategiesResponse.Marshal(b, m, deterministic) -} -func (dst *MutateBiddingStrategiesResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateBiddingStrategiesResponse.Merge(dst, src) -} -func (m *MutateBiddingStrategiesResponse) XXX_Size() int { - return xxx_messageInfo_MutateBiddingStrategiesResponse.Size(m) -} -func (m *MutateBiddingStrategiesResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateBiddingStrategiesResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateBiddingStrategiesResponse proto.InternalMessageInfo - -func (m *MutateBiddingStrategiesResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateBiddingStrategiesResponse) GetResults() []*MutateBiddingStrategyResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the bidding strategy mutate. -type MutateBiddingStrategyResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateBiddingStrategyResult) Reset() { *m = MutateBiddingStrategyResult{} } -func (m *MutateBiddingStrategyResult) String() string { return proto.CompactTextString(m) } -func (*MutateBiddingStrategyResult) ProtoMessage() {} -func (*MutateBiddingStrategyResult) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_service_2d7048ce4b6e0fc2, []int{4} -} -func (m *MutateBiddingStrategyResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateBiddingStrategyResult.Unmarshal(m, b) -} -func (m *MutateBiddingStrategyResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateBiddingStrategyResult.Marshal(b, m, deterministic) -} -func (dst *MutateBiddingStrategyResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateBiddingStrategyResult.Merge(dst, src) -} -func (m *MutateBiddingStrategyResult) XXX_Size() int { - return xxx_messageInfo_MutateBiddingStrategyResult.Size(m) -} -func (m *MutateBiddingStrategyResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateBiddingStrategyResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateBiddingStrategyResult proto.InternalMessageInfo - -func (m *MutateBiddingStrategyResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetBiddingStrategyRequest)(nil), "google.ads.googleads.v0.services.GetBiddingStrategyRequest") - proto.RegisterType((*MutateBiddingStrategiesRequest)(nil), "google.ads.googleads.v0.services.MutateBiddingStrategiesRequest") - proto.RegisterType((*BiddingStrategyOperation)(nil), "google.ads.googleads.v0.services.BiddingStrategyOperation") - proto.RegisterType((*MutateBiddingStrategiesResponse)(nil), "google.ads.googleads.v0.services.MutateBiddingStrategiesResponse") - proto.RegisterType((*MutateBiddingStrategyResult)(nil), "google.ads.googleads.v0.services.MutateBiddingStrategyResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// BiddingStrategyServiceClient is the client API for BiddingStrategyService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type BiddingStrategyServiceClient interface { - // Returns the requested bidding strategy in full detail. - GetBiddingStrategy(ctx context.Context, in *GetBiddingStrategyRequest, opts ...grpc.CallOption) (*resources.BiddingStrategy, error) - // Creates, updates, or removes bidding strategies. Operation statuses are - // returned. - MutateBiddingStrategies(ctx context.Context, in *MutateBiddingStrategiesRequest, opts ...grpc.CallOption) (*MutateBiddingStrategiesResponse, error) -} - -type biddingStrategyServiceClient struct { - cc *grpc.ClientConn -} - -func NewBiddingStrategyServiceClient(cc *grpc.ClientConn) BiddingStrategyServiceClient { - return &biddingStrategyServiceClient{cc} -} - -func (c *biddingStrategyServiceClient) GetBiddingStrategy(ctx context.Context, in *GetBiddingStrategyRequest, opts ...grpc.CallOption) (*resources.BiddingStrategy, error) { - out := new(resources.BiddingStrategy) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.BiddingStrategyService/GetBiddingStrategy", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *biddingStrategyServiceClient) MutateBiddingStrategies(ctx context.Context, in *MutateBiddingStrategiesRequest, opts ...grpc.CallOption) (*MutateBiddingStrategiesResponse, error) { - out := new(MutateBiddingStrategiesResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.BiddingStrategyService/MutateBiddingStrategies", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// BiddingStrategyServiceServer is the server API for BiddingStrategyService service. -type BiddingStrategyServiceServer interface { - // Returns the requested bidding strategy in full detail. - GetBiddingStrategy(context.Context, *GetBiddingStrategyRequest) (*resources.BiddingStrategy, error) - // Creates, updates, or removes bidding strategies. Operation statuses are - // returned. - MutateBiddingStrategies(context.Context, *MutateBiddingStrategiesRequest) (*MutateBiddingStrategiesResponse, error) -} - -func RegisterBiddingStrategyServiceServer(s *grpc.Server, srv BiddingStrategyServiceServer) { - s.RegisterService(&_BiddingStrategyService_serviceDesc, srv) -} - -func _BiddingStrategyService_GetBiddingStrategy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetBiddingStrategyRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(BiddingStrategyServiceServer).GetBiddingStrategy(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.BiddingStrategyService/GetBiddingStrategy", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(BiddingStrategyServiceServer).GetBiddingStrategy(ctx, req.(*GetBiddingStrategyRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _BiddingStrategyService_MutateBiddingStrategies_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateBiddingStrategiesRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(BiddingStrategyServiceServer).MutateBiddingStrategies(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.BiddingStrategyService/MutateBiddingStrategies", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(BiddingStrategyServiceServer).MutateBiddingStrategies(ctx, req.(*MutateBiddingStrategiesRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _BiddingStrategyService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.BiddingStrategyService", - HandlerType: (*BiddingStrategyServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetBiddingStrategy", - Handler: _BiddingStrategyService_GetBiddingStrategy_Handler, - }, - { - MethodName: "MutateBiddingStrategies", - Handler: _BiddingStrategyService_MutateBiddingStrategies_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/bidding_strategy_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/bidding_strategy_service.proto", fileDescriptor_bidding_strategy_service_2d7048ce4b6e0fc2) -} - -var fileDescriptor_bidding_strategy_service_2d7048ce4b6e0fc2 = []byte{ - // 721 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xd1, 0x6a, 0xd4, 0x4c, - 0x14, 0xc7, 0xbf, 0x64, 0x3f, 0xaa, 0x9d, 0x54, 0x85, 0x11, 0x6d, 0xdc, 0x4a, 0xbb, 0xc4, 0x82, - 0x65, 0x2f, 0x92, 0x65, 0x8b, 0x22, 0x59, 0x8a, 0xcd, 0x82, 0x6d, 0x05, 0x6b, 0x4b, 0x0a, 0x15, - 0xca, 0x42, 0x98, 0x6e, 0xa6, 0x21, 0x34, 0xc9, 0xc4, 0x99, 0xc9, 0xca, 0x52, 0x7a, 0xd3, 0x57, - 0xf0, 0xce, 0x4b, 0x2f, 0x7d, 0x0b, 0x7b, 0xe9, 0xad, 0x4f, 0x20, 0x78, 0xa5, 0x2f, 0x21, 0xc9, - 0x64, 0xb6, 0xed, 0xb6, 0x71, 0xa5, 0xbd, 0x3b, 0x39, 0xf3, 0x9f, 0xdf, 0x9c, 0x33, 0xe7, 0xcc, - 0x09, 0x78, 0x19, 0x10, 0x12, 0x44, 0xd8, 0x42, 0x3e, 0xb3, 0x84, 0x99, 0x5b, 0x83, 0x96, 0xc5, - 0x30, 0x1d, 0x84, 0x7d, 0xcc, 0xac, 0xfd, 0xd0, 0xf7, 0xc3, 0x24, 0xf0, 0x18, 0xa7, 0x88, 0xe3, - 0x60, 0xe8, 0x95, 0x2b, 0x66, 0x4a, 0x09, 0x27, 0xb0, 0x21, 0x76, 0x99, 0xc8, 0x67, 0xe6, 0x08, - 0x60, 0x0e, 0x5a, 0xa6, 0x04, 0xd4, 0x5f, 0x54, 0x1d, 0x41, 0x31, 0x23, 0x19, 0xbd, 0xea, 0x0c, - 0xc1, 0xae, 0x3f, 0x96, 0x3b, 0xd3, 0xd0, 0x42, 0x49, 0x42, 0x38, 0xe2, 0x21, 0x49, 0x58, 0xb9, - 0x5a, 0x9e, 0x6c, 0x15, 0x5f, 0xfb, 0xd9, 0x81, 0x75, 0x10, 0xe2, 0xc8, 0xf7, 0x62, 0xc4, 0x0e, - 0x4b, 0xc5, 0xfc, 0xb8, 0xe2, 0x03, 0x45, 0x69, 0x8a, 0xa9, 0x24, 0xcc, 0x96, 0xeb, 0x34, 0xed, - 0x5b, 0x8c, 0x23, 0x9e, 0x95, 0x0b, 0xc6, 0x2a, 0x78, 0xb4, 0x8e, 0x79, 0x57, 0x44, 0xb5, 0x53, - 0x06, 0xe5, 0xe2, 0xf7, 0x19, 0x66, 0x1c, 0x3e, 0x01, 0x77, 0x64, 0xe4, 0x5e, 0x82, 0x62, 0xac, - 0x2b, 0x0d, 0x65, 0x69, 0xda, 0x9d, 0x91, 0xce, 0xb7, 0x28, 0xc6, 0xc6, 0x6f, 0x05, 0xcc, 0x6f, - 0x66, 0x1c, 0x71, 0x7c, 0x91, 0x12, 0x62, 0x26, 0x39, 0x0b, 0x40, 0xeb, 0x67, 0x8c, 0x93, 0x18, - 0x53, 0x2f, 0xf4, 0x4b, 0x0a, 0x90, 0xae, 0xd7, 0x3e, 0xdc, 0x03, 0x80, 0xa4, 0x98, 0x8a, 0xa4, - 0x75, 0xb5, 0x51, 0x5b, 0xd2, 0xda, 0xb6, 0x39, 0xe9, 0xbe, 0xcd, 0xb1, 0xb0, 0xb7, 0x24, 0xc2, - 0x3d, 0x47, 0x83, 0x4f, 0xc1, 0xbd, 0x14, 0x51, 0x1e, 0xa2, 0xc8, 0x3b, 0x40, 0x61, 0x94, 0x51, - 0xac, 0xd7, 0x1a, 0xca, 0xd2, 0x6d, 0xf7, 0x6e, 0xe9, 0x5e, 0x13, 0xde, 0x3c, 0xdb, 0x01, 0x8a, - 0x42, 0x1f, 0x71, 0xec, 0x91, 0x24, 0x1a, 0xea, 0xff, 0x17, 0xb2, 0x19, 0xe9, 0xdc, 0x4a, 0xa2, - 0xa1, 0xf1, 0x49, 0x05, 0x7a, 0xd5, 0xb1, 0xb0, 0x03, 0xb4, 0x2c, 0x2d, 0xf6, 0xe7, 0xa5, 0x29, - 0xf6, 0x6b, 0xed, 0xba, 0xcc, 0x43, 0xd6, 0xc6, 0x5c, 0xcb, 0xab, 0xb7, 0x89, 0xd8, 0xa1, 0x0b, - 0x84, 0x3c, 0xb7, 0xe1, 0x1b, 0x30, 0xd5, 0xa7, 0x18, 0x71, 0x71, 0xcb, 0x5a, 0xbb, 0x5d, 0x99, - 0xff, 0xa8, 0x9b, 0xc6, 0x2f, 0x60, 0xe3, 0x3f, 0xb7, 0x64, 0xe4, 0x34, 0xc1, 0xd6, 0xd5, 0x9b, - 0xd0, 0x04, 0x03, 0xea, 0x60, 0x8a, 0xe2, 0x98, 0x0c, 0xc4, 0xd5, 0x4d, 0xe7, 0x2b, 0xe2, 0xbb, - 0xab, 0x81, 0xe9, 0xd1, 0x5d, 0x1b, 0xa7, 0x0a, 0x58, 0xa8, 0x6c, 0x05, 0x96, 0x92, 0x84, 0x61, - 0xb8, 0x06, 0x1e, 0x8c, 0x95, 0xc3, 0xc3, 0x94, 0x12, 0x5a, 0x90, 0xb5, 0x36, 0x94, 0x71, 0xd2, - 0xb4, 0x6f, 0xee, 0x14, 0x9d, 0xea, 0xde, 0xbf, 0x58, 0xa8, 0x57, 0xb9, 0x1c, 0xbe, 0x03, 0xb7, - 0x28, 0x66, 0x59, 0xc4, 0x65, 0xbf, 0xac, 0x4c, 0xee, 0x97, 0xab, 0x62, 0x1b, 0xba, 0x05, 0xc5, - 0x95, 0x34, 0xa3, 0x0b, 0xe6, 0xfe, 0xa2, 0xfb, 0xa7, 0x37, 0xd1, 0xfe, 0x5a, 0x03, 0x0f, 0xc7, - 0xb6, 0xef, 0x88, 0x20, 0xe0, 0xa9, 0x02, 0xe0, 0xe5, 0x17, 0x07, 0x3b, 0x93, 0xa3, 0xaf, 0x7c, - 0xa7, 0xf5, 0x6b, 0x14, 0xd7, 0xe8, 0x9c, 0x7c, 0xff, 0xf9, 0x51, 0x7d, 0x06, 0x97, 0xf3, 0xf9, - 0x74, 0x74, 0x21, 0xa5, 0x15, 0xf9, 0x32, 0x99, 0xd5, 0x94, 0x03, 0xeb, 0xac, 0x92, 0x56, 0xf3, - 0x18, 0xfe, 0x50, 0xc0, 0x6c, 0x45, 0xa1, 0xe1, 0xea, 0xf5, 0xea, 0x70, 0x36, 0x2e, 0xea, 0xce, - 0x0d, 0x08, 0xa2, 0xcb, 0x0c, 0xa7, 0xc8, 0xae, 0x63, 0x3c, 0xcf, 0xb3, 0x3b, 0x4b, 0xe7, 0xe8, - 0xdc, 0x18, 0x5a, 0x69, 0x1e, 0x5f, 0x4e, 0xce, 0x8e, 0x0b, 0xb0, 0xad, 0x34, 0xbb, 0x27, 0x2a, - 0x58, 0xec, 0x93, 0x78, 0x62, 0x2c, 0xdd, 0xb9, 0xab, 0x2b, 0xbd, 0x9d, 0x3f, 0xf7, 0x6d, 0x65, - 0x6f, 0xa3, 0x04, 0x04, 0x24, 0x42, 0x49, 0x60, 0x12, 0x1a, 0x58, 0x01, 0x4e, 0x8a, 0x61, 0x20, - 0x7f, 0x12, 0x69, 0xc8, 0xaa, 0x7f, 0x4b, 0x1d, 0x69, 0x7c, 0x56, 0x6b, 0xeb, 0x8e, 0xf3, 0x45, - 0x6d, 0xac, 0x0b, 0xa0, 0xe3, 0x33, 0x53, 0x98, 0xb9, 0xb5, 0xdb, 0x32, 0xcb, 0x83, 0xd9, 0x37, - 0x29, 0xe9, 0x39, 0x3e, 0xeb, 0x8d, 0x24, 0xbd, 0xdd, 0x56, 0x4f, 0x4a, 0x7e, 0xa9, 0x8b, 0xc2, - 0x6f, 0xdb, 0x8e, 0xcf, 0x6c, 0x7b, 0x24, 0xb2, 0xed, 0xdd, 0x96, 0x6d, 0x4b, 0xd9, 0xfe, 0x54, - 0x11, 0xe7, 0xf2, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x3a, 0xf8, 0x0d, 0x33, 0x3d, 0x07, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/billing_setup_service.pb.go b/googleapis/ads/googleads/v0/services/billing_setup_service.pb.go deleted file mode 100644 index 8d703fdfec..0000000000 --- a/googleapis/ads/googleads/v0/services/billing_setup_service.pb.go +++ /dev/null @@ -1,502 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/billing_setup_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [BillingSetupService.GetBillingSetup][google.ads.googleads.v0.services.BillingSetupService.GetBillingSetup]. -type GetBillingSetupRequest struct { - // The resource name of the billing setup to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetBillingSetupRequest) Reset() { *m = GetBillingSetupRequest{} } -func (m *GetBillingSetupRequest) String() string { return proto.CompactTextString(m) } -func (*GetBillingSetupRequest) ProtoMessage() {} -func (*GetBillingSetupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_service_d261261c49205cc7, []int{0} -} -func (m *GetBillingSetupRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetBillingSetupRequest.Unmarshal(m, b) -} -func (m *GetBillingSetupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetBillingSetupRequest.Marshal(b, m, deterministic) -} -func (dst *GetBillingSetupRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetBillingSetupRequest.Merge(dst, src) -} -func (m *GetBillingSetupRequest) XXX_Size() int { - return xxx_messageInfo_GetBillingSetupRequest.Size(m) -} -func (m *GetBillingSetupRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetBillingSetupRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetBillingSetupRequest proto.InternalMessageInfo - -func (m *GetBillingSetupRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for billing setup mutate operations. -type MutateBillingSetupRequest struct { - // Id of the customer to apply the billing setup mutate operation to. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The operation to perform. - Operation *BillingSetupOperation `protobuf:"bytes,2,opt,name=operation,proto3" json:"operation,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateBillingSetupRequest) Reset() { *m = MutateBillingSetupRequest{} } -func (m *MutateBillingSetupRequest) String() string { return proto.CompactTextString(m) } -func (*MutateBillingSetupRequest) ProtoMessage() {} -func (*MutateBillingSetupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_service_d261261c49205cc7, []int{1} -} -func (m *MutateBillingSetupRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateBillingSetupRequest.Unmarshal(m, b) -} -func (m *MutateBillingSetupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateBillingSetupRequest.Marshal(b, m, deterministic) -} -func (dst *MutateBillingSetupRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateBillingSetupRequest.Merge(dst, src) -} -func (m *MutateBillingSetupRequest) XXX_Size() int { - return xxx_messageInfo_MutateBillingSetupRequest.Size(m) -} -func (m *MutateBillingSetupRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateBillingSetupRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateBillingSetupRequest proto.InternalMessageInfo - -func (m *MutateBillingSetupRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateBillingSetupRequest) GetOperation() *BillingSetupOperation { - if m != nil { - return m.Operation - } - return nil -} - -// A single operation on a billing setup, which describes the cancellation of an -// existing billing setup. -type BillingSetupOperation struct { - // Only one of these operations can be set. "Update" operations are not - // supported. - // - // Types that are valid to be assigned to Operation: - // *BillingSetupOperation_Create - // *BillingSetupOperation_Remove - Operation isBillingSetupOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *BillingSetupOperation) Reset() { *m = BillingSetupOperation{} } -func (m *BillingSetupOperation) String() string { return proto.CompactTextString(m) } -func (*BillingSetupOperation) ProtoMessage() {} -func (*BillingSetupOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_service_d261261c49205cc7, []int{2} -} -func (m *BillingSetupOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_BillingSetupOperation.Unmarshal(m, b) -} -func (m *BillingSetupOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_BillingSetupOperation.Marshal(b, m, deterministic) -} -func (dst *BillingSetupOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_BillingSetupOperation.Merge(dst, src) -} -func (m *BillingSetupOperation) XXX_Size() int { - return xxx_messageInfo_BillingSetupOperation.Size(m) -} -func (m *BillingSetupOperation) XXX_DiscardUnknown() { - xxx_messageInfo_BillingSetupOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_BillingSetupOperation proto.InternalMessageInfo - -type isBillingSetupOperation_Operation interface { - isBillingSetupOperation_Operation() -} - -type BillingSetupOperation_Create struct { - Create *resources.BillingSetup `protobuf:"bytes,2,opt,name=create,proto3,oneof"` -} - -type BillingSetupOperation_Remove struct { - Remove string `protobuf:"bytes,1,opt,name=remove,proto3,oneof"` -} - -func (*BillingSetupOperation_Create) isBillingSetupOperation_Operation() {} - -func (*BillingSetupOperation_Remove) isBillingSetupOperation_Operation() {} - -func (m *BillingSetupOperation) GetOperation() isBillingSetupOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *BillingSetupOperation) GetCreate() *resources.BillingSetup { - if x, ok := m.GetOperation().(*BillingSetupOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *BillingSetupOperation) GetRemove() string { - if x, ok := m.GetOperation().(*BillingSetupOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*BillingSetupOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _BillingSetupOperation_OneofMarshaler, _BillingSetupOperation_OneofUnmarshaler, _BillingSetupOperation_OneofSizer, []interface{}{ - (*BillingSetupOperation_Create)(nil), - (*BillingSetupOperation_Remove)(nil), - } -} - -func _BillingSetupOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*BillingSetupOperation) - // operation - switch x := m.Operation.(type) { - case *BillingSetupOperation_Create: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *BillingSetupOperation_Remove: - b.EncodeVarint(1<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("BillingSetupOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _BillingSetupOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*BillingSetupOperation) - switch tag { - case 2: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.BillingSetup) - err := b.DecodeMessage(msg) - m.Operation = &BillingSetupOperation_Create{msg} - return true, err - case 1: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &BillingSetupOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _BillingSetupOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*BillingSetupOperation) - // operation - switch x := m.Operation.(type) { - case *BillingSetupOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *BillingSetupOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for a billing setup operation. -type MutateBillingSetupResponse struct { - // A result that identifies the resource affected by the mutate request. - Result *MutateBillingSetupResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateBillingSetupResponse) Reset() { *m = MutateBillingSetupResponse{} } -func (m *MutateBillingSetupResponse) String() string { return proto.CompactTextString(m) } -func (*MutateBillingSetupResponse) ProtoMessage() {} -func (*MutateBillingSetupResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_service_d261261c49205cc7, []int{3} -} -func (m *MutateBillingSetupResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateBillingSetupResponse.Unmarshal(m, b) -} -func (m *MutateBillingSetupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateBillingSetupResponse.Marshal(b, m, deterministic) -} -func (dst *MutateBillingSetupResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateBillingSetupResponse.Merge(dst, src) -} -func (m *MutateBillingSetupResponse) XXX_Size() int { - return xxx_messageInfo_MutateBillingSetupResponse.Size(m) -} -func (m *MutateBillingSetupResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateBillingSetupResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateBillingSetupResponse proto.InternalMessageInfo - -func (m *MutateBillingSetupResponse) GetResult() *MutateBillingSetupResult { - if m != nil { - return m.Result - } - return nil -} - -// Result for a single billing setup mutate. -type MutateBillingSetupResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateBillingSetupResult) Reset() { *m = MutateBillingSetupResult{} } -func (m *MutateBillingSetupResult) String() string { return proto.CompactTextString(m) } -func (*MutateBillingSetupResult) ProtoMessage() {} -func (*MutateBillingSetupResult) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_service_d261261c49205cc7, []int{4} -} -func (m *MutateBillingSetupResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateBillingSetupResult.Unmarshal(m, b) -} -func (m *MutateBillingSetupResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateBillingSetupResult.Marshal(b, m, deterministic) -} -func (dst *MutateBillingSetupResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateBillingSetupResult.Merge(dst, src) -} -func (m *MutateBillingSetupResult) XXX_Size() int { - return xxx_messageInfo_MutateBillingSetupResult.Size(m) -} -func (m *MutateBillingSetupResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateBillingSetupResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateBillingSetupResult proto.InternalMessageInfo - -func (m *MutateBillingSetupResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetBillingSetupRequest)(nil), "google.ads.googleads.v0.services.GetBillingSetupRequest") - proto.RegisterType((*MutateBillingSetupRequest)(nil), "google.ads.googleads.v0.services.MutateBillingSetupRequest") - proto.RegisterType((*BillingSetupOperation)(nil), "google.ads.googleads.v0.services.BillingSetupOperation") - proto.RegisterType((*MutateBillingSetupResponse)(nil), "google.ads.googleads.v0.services.MutateBillingSetupResponse") - proto.RegisterType((*MutateBillingSetupResult)(nil), "google.ads.googleads.v0.services.MutateBillingSetupResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// BillingSetupServiceClient is the client API for BillingSetupService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type BillingSetupServiceClient interface { - // Returns a billing setup. - GetBillingSetup(ctx context.Context, in *GetBillingSetupRequest, opts ...grpc.CallOption) (*resources.BillingSetup, error) - // Creates a billing setup, or cancels an existing billing setup. - MutateBillingSetup(ctx context.Context, in *MutateBillingSetupRequest, opts ...grpc.CallOption) (*MutateBillingSetupResponse, error) -} - -type billingSetupServiceClient struct { - cc *grpc.ClientConn -} - -func NewBillingSetupServiceClient(cc *grpc.ClientConn) BillingSetupServiceClient { - return &billingSetupServiceClient{cc} -} - -func (c *billingSetupServiceClient) GetBillingSetup(ctx context.Context, in *GetBillingSetupRequest, opts ...grpc.CallOption) (*resources.BillingSetup, error) { - out := new(resources.BillingSetup) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.BillingSetupService/GetBillingSetup", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *billingSetupServiceClient) MutateBillingSetup(ctx context.Context, in *MutateBillingSetupRequest, opts ...grpc.CallOption) (*MutateBillingSetupResponse, error) { - out := new(MutateBillingSetupResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.BillingSetupService/MutateBillingSetup", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// BillingSetupServiceServer is the server API for BillingSetupService service. -type BillingSetupServiceServer interface { - // Returns a billing setup. - GetBillingSetup(context.Context, *GetBillingSetupRequest) (*resources.BillingSetup, error) - // Creates a billing setup, or cancels an existing billing setup. - MutateBillingSetup(context.Context, *MutateBillingSetupRequest) (*MutateBillingSetupResponse, error) -} - -func RegisterBillingSetupServiceServer(s *grpc.Server, srv BillingSetupServiceServer) { - s.RegisterService(&_BillingSetupService_serviceDesc, srv) -} - -func _BillingSetupService_GetBillingSetup_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetBillingSetupRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(BillingSetupServiceServer).GetBillingSetup(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.BillingSetupService/GetBillingSetup", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(BillingSetupServiceServer).GetBillingSetup(ctx, req.(*GetBillingSetupRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _BillingSetupService_MutateBillingSetup_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateBillingSetupRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(BillingSetupServiceServer).MutateBillingSetup(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.BillingSetupService/MutateBillingSetup", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(BillingSetupServiceServer).MutateBillingSetup(ctx, req.(*MutateBillingSetupRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _BillingSetupService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.BillingSetupService", - HandlerType: (*BillingSetupServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetBillingSetup", - Handler: _BillingSetupService_GetBillingSetup_Handler, - }, - { - MethodName: "MutateBillingSetup", - Handler: _BillingSetupService_MutateBillingSetup_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/billing_setup_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/billing_setup_service.proto", fileDescriptor_billing_setup_service_d261261c49205cc7) -} - -var fileDescriptor_billing_setup_service_d261261c49205cc7 = []byte{ - // 546 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x31, 0x6f, 0xd3, 0x40, - 0x14, 0xe6, 0x52, 0x29, 0x52, 0x2f, 0x20, 0xa4, 0x43, 0xa0, 0x10, 0x21, 0x11, 0x99, 0x0e, 0x55, - 0x86, 0x3b, 0x13, 0x84, 0x82, 0xae, 0x8d, 0x90, 0xb3, 0xa4, 0x1d, 0x80, 0xca, 0x15, 0x19, 0x50, - 0xa4, 0xc8, 0x8d, 0x4f, 0x96, 0x25, 0xdb, 0x67, 0xfc, 0xce, 0x59, 0xaa, 0x2e, 0x6c, 0xcc, 0xdd, - 0x19, 0x18, 0xd9, 0xf9, 0x13, 0x0c, 0x2c, 0xfc, 0x05, 0x26, 0xfe, 0x04, 0xc8, 0x3e, 0x5f, 0x9a, - 0x50, 0x47, 0x81, 0x6e, 0xcf, 0xe7, 0xf7, 0x7d, 0xdf, 0x7b, 0xdf, 0x7b, 0x77, 0xf8, 0x30, 0x90, - 0x32, 0x88, 0x04, 0xf3, 0x7c, 0x60, 0x3a, 0x2c, 0xa2, 0x85, 0xcd, 0x40, 0x64, 0x8b, 0x70, 0x2e, - 0x80, 0x9d, 0x85, 0x51, 0x14, 0x26, 0xc1, 0x0c, 0x84, 0xca, 0xd3, 0x59, 0x75, 0x4c, 0xd3, 0x4c, - 0x2a, 0x49, 0xba, 0x1a, 0x42, 0x3d, 0x1f, 0xe8, 0x12, 0x4d, 0x17, 0x36, 0x35, 0xe8, 0xce, 0xf3, - 0x4d, 0xfc, 0x99, 0x00, 0x99, 0x67, 0xd7, 0x04, 0x34, 0x71, 0xe7, 0x91, 0x81, 0xa5, 0x21, 0xf3, - 0x92, 0x44, 0x2a, 0x4f, 0x85, 0x32, 0x01, 0xfd, 0xd7, 0x1a, 0xe2, 0x07, 0x63, 0xa1, 0x46, 0x1a, - 0x77, 0x5a, 0xc0, 0x5c, 0xf1, 0x3e, 0x17, 0xa0, 0xc8, 0x13, 0x7c, 0xc7, 0x10, 0xcf, 0x12, 0x2f, - 0x16, 0x6d, 0xd4, 0x45, 0xfb, 0xbb, 0xee, 0x6d, 0x73, 0xf8, 0xda, 0x8b, 0x85, 0x75, 0x89, 0xf0, - 0xc3, 0x57, 0xb9, 0xf2, 0x94, 0xa8, 0xa3, 0x78, 0x8c, 0x5b, 0xf3, 0x1c, 0x94, 0x8c, 0x45, 0x36, - 0x0b, 0xfd, 0x8a, 0x00, 0x9b, 0xa3, 0x63, 0x9f, 0xbc, 0xc5, 0xbb, 0x32, 0x15, 0x59, 0x59, 0x51, - 0xbb, 0xd1, 0x45, 0xfb, 0xad, 0xfe, 0x80, 0x6e, 0x33, 0x82, 0xae, 0x4a, 0xbd, 0x31, 0x70, 0xf7, - 0x8a, 0xc9, 0xfa, 0x88, 0xf0, 0xfd, 0xda, 0x24, 0x72, 0x8c, 0x9b, 0xf3, 0x4c, 0x78, 0x4a, 0x54, - 0x6a, 0x6c, 0xa3, 0xda, 0xd2, 0xd4, 0x35, 0xb9, 0xa3, 0x5b, 0x6e, 0x45, 0x40, 0xda, 0xb8, 0x99, - 0x89, 0x58, 0x2e, 0x2a, 0x63, 0x8a, 0x3f, 0xfa, 0x7b, 0xd4, 0x5a, 0xe9, 0xca, 0x4a, 0x71, 0xa7, - 0xce, 0x20, 0x48, 0x65, 0x02, 0x82, 0xb8, 0x05, 0x09, 0xe4, 0x91, 0x2a, 0x49, 0x5a, 0x7d, 0xbe, - 0xbd, 0xfb, 0x5a, 0xb6, 0x3c, 0x52, 0x6e, 0xc5, 0x64, 0xbd, 0xc4, 0xed, 0x4d, 0x39, 0xff, 0x34, - 0xd4, 0xfe, 0xa7, 0x1d, 0x7c, 0x6f, 0x15, 0x7b, 0xaa, 0xa5, 0xc9, 0x57, 0x84, 0xef, 0xfe, 0xb5, - 0x2c, 0xe4, 0xc5, 0xf6, 0x82, 0xeb, 0xf7, 0xab, 0xf3, 0xbf, 0xd6, 0x5b, 0x83, 0x0f, 0x3f, 0x7e, - 0x5e, 0x36, 0x9e, 0x12, 0x56, 0xec, 0xfc, 0xf9, 0x5a, 0x1b, 0x43, 0xb3, 0x53, 0xc0, 0x7a, 0xe6, - 0x12, 0x94, 0x20, 0x60, 0xbd, 0x0b, 0xf2, 0x1d, 0x61, 0x72, 0xdd, 0x11, 0x72, 0x70, 0x33, 0xaf, - 0x75, 0xf5, 0x87, 0x37, 0x1c, 0x54, 0x39, 0x76, 0x6b, 0x58, 0xb6, 0x32, 0xb0, 0xfa, 0x45, 0x2b, - 0x57, 0xb5, 0x9f, 0xaf, 0xdc, 0x96, 0x61, 0xef, 0x62, 0xbd, 0x13, 0x1e, 0x97, 0x7c, 0x1c, 0xf5, - 0x46, 0xbf, 0x11, 0xde, 0x9b, 0xcb, 0x78, 0x6b, 0x09, 0xa3, 0x76, 0xcd, 0x18, 0x4f, 0x8a, 0x7b, - 0x7f, 0x82, 0xde, 0x1d, 0x55, 0xe8, 0x40, 0x46, 0x5e, 0x12, 0x50, 0x99, 0x05, 0x2c, 0x10, 0x49, - 0xf9, 0x2a, 0x98, 0xe7, 0x25, 0x0d, 0x61, 0xf3, 0x6b, 0x76, 0x60, 0x82, 0xcf, 0x8d, 0x9d, 0xb1, - 0xe3, 0x7c, 0x69, 0x74, 0xc7, 0x9a, 0xd0, 0xf1, 0x81, 0xea, 0xb0, 0x88, 0x26, 0x36, 0xad, 0x84, - 0xe1, 0x9b, 0x49, 0x99, 0x3a, 0x3e, 0x4c, 0x97, 0x29, 0xd3, 0x89, 0x3d, 0x35, 0x29, 0xbf, 0x1a, - 0x7b, 0xfa, 0x9c, 0x73, 0xc7, 0x07, 0xce, 0x97, 0x49, 0x9c, 0x4f, 0x6c, 0xce, 0x4d, 0xda, 0x59, - 0xb3, 0xac, 0xf3, 0xd9, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x92, 0x30, 0x0d, 0xa0, 0x74, 0x05, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/campaign_audience_view_service.pb.go b/googleapis/ads/googleads/v0/services/campaign_audience_view_service.pb.go deleted file mode 100644 index 21b7e4b515..0000000000 --- a/googleapis/ads/googleads/v0/services/campaign_audience_view_service.pb.go +++ /dev/null @@ -1,177 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/campaign_audience_view_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [CampaignAudienceViewService.GetCampaignAudienceView][google.ads.googleads.v0.services.CampaignAudienceViewService.GetCampaignAudienceView]. -type GetCampaignAudienceViewRequest struct { - // The resource name of the campaign audience view to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetCampaignAudienceViewRequest) Reset() { *m = GetCampaignAudienceViewRequest{} } -func (m *GetCampaignAudienceViewRequest) String() string { return proto.CompactTextString(m) } -func (*GetCampaignAudienceViewRequest) ProtoMessage() {} -func (*GetCampaignAudienceViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_audience_view_service_26039bf6e45e500c, []int{0} -} -func (m *GetCampaignAudienceViewRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetCampaignAudienceViewRequest.Unmarshal(m, b) -} -func (m *GetCampaignAudienceViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetCampaignAudienceViewRequest.Marshal(b, m, deterministic) -} -func (dst *GetCampaignAudienceViewRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetCampaignAudienceViewRequest.Merge(dst, src) -} -func (m *GetCampaignAudienceViewRequest) XXX_Size() int { - return xxx_messageInfo_GetCampaignAudienceViewRequest.Size(m) -} -func (m *GetCampaignAudienceViewRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetCampaignAudienceViewRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetCampaignAudienceViewRequest proto.InternalMessageInfo - -func (m *GetCampaignAudienceViewRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetCampaignAudienceViewRequest)(nil), "google.ads.googleads.v0.services.GetCampaignAudienceViewRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// CampaignAudienceViewServiceClient is the client API for CampaignAudienceViewService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type CampaignAudienceViewServiceClient interface { - // Returns the requested campaign audience view in full detail. - GetCampaignAudienceView(ctx context.Context, in *GetCampaignAudienceViewRequest, opts ...grpc.CallOption) (*resources.CampaignAudienceView, error) -} - -type campaignAudienceViewServiceClient struct { - cc *grpc.ClientConn -} - -func NewCampaignAudienceViewServiceClient(cc *grpc.ClientConn) CampaignAudienceViewServiceClient { - return &campaignAudienceViewServiceClient{cc} -} - -func (c *campaignAudienceViewServiceClient) GetCampaignAudienceView(ctx context.Context, in *GetCampaignAudienceViewRequest, opts ...grpc.CallOption) (*resources.CampaignAudienceView, error) { - out := new(resources.CampaignAudienceView) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CampaignAudienceViewService/GetCampaignAudienceView", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// CampaignAudienceViewServiceServer is the server API for CampaignAudienceViewService service. -type CampaignAudienceViewServiceServer interface { - // Returns the requested campaign audience view in full detail. - GetCampaignAudienceView(context.Context, *GetCampaignAudienceViewRequest) (*resources.CampaignAudienceView, error) -} - -func RegisterCampaignAudienceViewServiceServer(s *grpc.Server, srv CampaignAudienceViewServiceServer) { - s.RegisterService(&_CampaignAudienceViewService_serviceDesc, srv) -} - -func _CampaignAudienceViewService_GetCampaignAudienceView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetCampaignAudienceViewRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CampaignAudienceViewServiceServer).GetCampaignAudienceView(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CampaignAudienceViewService/GetCampaignAudienceView", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CampaignAudienceViewServiceServer).GetCampaignAudienceView(ctx, req.(*GetCampaignAudienceViewRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _CampaignAudienceViewService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.CampaignAudienceViewService", - HandlerType: (*CampaignAudienceViewServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetCampaignAudienceView", - Handler: _CampaignAudienceViewService_GetCampaignAudienceView_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/campaign_audience_view_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/campaign_audience_view_service.proto", fileDescriptor_campaign_audience_view_service_26039bf6e45e500c) -} - -var fileDescriptor_campaign_audience_view_service_26039bf6e45e500c = []byte{ - // 378 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0x3d, 0x6b, 0xdb, 0x40, - 0x18, 0x46, 0x2a, 0x14, 0x2a, 0xda, 0x45, 0x4b, 0x8b, 0x5b, 0x8a, 0x70, 0x3d, 0x14, 0x0f, 0x77, - 0xa2, 0x1d, 0x4c, 0x2e, 0xe4, 0x43, 0x0e, 0xc6, 0x99, 0x82, 0x71, 0x40, 0x43, 0x10, 0x88, 0x8b, - 0x74, 0x88, 0x03, 0xeb, 0x4e, 0xd1, 0x2b, 0xc9, 0x43, 0xc8, 0x92, 0x25, 0x3f, 0x20, 0xff, 0x20, - 0x63, 0x7e, 0x4a, 0xd6, 0x90, 0x7f, 0x90, 0x29, 0x7b, 0xf6, 0x20, 0x9f, 0x4e, 0x24, 0x60, 0xd9, - 0xdb, 0xc3, 0xdd, 0xf3, 0x71, 0xef, 0xf3, 0x9e, 0x35, 0x49, 0xa4, 0x4c, 0x16, 0x0c, 0xd3, 0x18, - 0xb0, 0x82, 0x35, 0xaa, 0x5c, 0x0c, 0x2c, 0xaf, 0x78, 0xc4, 0x00, 0x47, 0x34, 0xcd, 0x28, 0x4f, - 0x44, 0x48, 0xcb, 0x98, 0x33, 0x11, 0xb1, 0xb0, 0xe2, 0x6c, 0x19, 0x36, 0xf7, 0x28, 0xcb, 0x65, - 0x21, 0x6d, 0x47, 0x69, 0x11, 0x8d, 0x01, 0xb5, 0x36, 0xa8, 0x72, 0x91, 0xb6, 0xe9, 0xed, 0x77, - 0x05, 0xe5, 0x0c, 0x64, 0x99, 0x77, 0x27, 0xa9, 0x84, 0xde, 0x2f, 0xad, 0xcf, 0x38, 0xa6, 0x42, - 0xc8, 0x82, 0x16, 0x5c, 0x0a, 0x50, 0xb7, 0xfd, 0x89, 0xf5, 0x7b, 0xca, 0x8a, 0xa3, 0xc6, 0xc0, - 0x6b, 0xf4, 0x3e, 0x67, 0xcb, 0x39, 0xbb, 0x28, 0x19, 0x14, 0xf6, 0x1f, 0xeb, 0x9b, 0x4e, 0x0a, - 0x05, 0x4d, 0xd9, 0x0f, 0xc3, 0x31, 0xfe, 0x7e, 0x99, 0x7f, 0xd5, 0x87, 0x27, 0x34, 0x65, 0xff, - 0x5e, 0x0d, 0xeb, 0xe7, 0x3a, 0x93, 0x53, 0x35, 0x85, 0xfd, 0x64, 0x58, 0xdf, 0x3b, 0x72, 0xec, - 0x43, 0xb4, 0xad, 0x03, 0xb4, 0xf9, 0x89, 0xbd, 0x51, 0xa7, 0x43, 0xdb, 0x11, 0x5a, 0xa7, 0xef, - 0x1f, 0x5c, 0x3f, 0x3e, 0xdf, 0x9a, 0x3b, 0xf6, 0xa8, 0xee, 0xf3, 0xf2, 0xc3, 0x98, 0x7b, 0x51, - 0x09, 0x85, 0x4c, 0x59, 0x0e, 0x78, 0xd8, 0x16, 0xfc, 0x5e, 0x0c, 0x78, 0x78, 0x35, 0xbe, 0x31, - 0xad, 0x41, 0x24, 0xd3, 0xad, 0x13, 0x8c, 0x9d, 0x0d, 0xed, 0xcc, 0xea, 0x4d, 0xcc, 0x8c, 0xb3, - 0xe3, 0xc6, 0x25, 0x91, 0x0b, 0x2a, 0x12, 0x24, 0xf3, 0x04, 0x27, 0x4c, 0xac, 0xf6, 0xa4, 0x37, - 0x9f, 0x71, 0xe8, 0xfe, 0x71, 0xbb, 0x1a, 0xdc, 0x99, 0x9f, 0xa6, 0x9e, 0x77, 0x6f, 0x3a, 0x53, - 0x65, 0xe8, 0xc5, 0x80, 0x14, 0xac, 0x91, 0xef, 0xa2, 0x26, 0x18, 0x1e, 0x34, 0x25, 0xf0, 0x62, - 0x08, 0x5a, 0x4a, 0xe0, 0xbb, 0x81, 0xa6, 0xbc, 0x98, 0x03, 0x75, 0x4e, 0x88, 0x17, 0x03, 0x21, - 0x2d, 0x89, 0x10, 0xdf, 0x25, 0x44, 0xd3, 0xce, 0x3f, 0xaf, 0xde, 0xf9, 0xff, 0x2d, 0x00, 0x00, - 0xff, 0xff, 0x3e, 0x06, 0x9c, 0xfc, 0x18, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/campaign_bid_modifier_service.pb.go b/googleapis/ads/googleads/v0/services/campaign_bid_modifier_service.pb.go deleted file mode 100644 index e5e2c4eaab..0000000000 --- a/googleapis/ads/googleads/v0/services/campaign_bid_modifier_service.pb.go +++ /dev/null @@ -1,592 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/campaign_bid_modifier_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [CampaignBidModifierService.GetCampaignBidModifier][google.ads.googleads.v0.services.CampaignBidModifierService.GetCampaignBidModifier]. -type GetCampaignBidModifierRequest struct { - // The resource name of the campaign bid modifier to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetCampaignBidModifierRequest) Reset() { *m = GetCampaignBidModifierRequest{} } -func (m *GetCampaignBidModifierRequest) String() string { return proto.CompactTextString(m) } -func (*GetCampaignBidModifierRequest) ProtoMessage() {} -func (*GetCampaignBidModifierRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_bid_modifier_service_29ee2fdba95f21e0, []int{0} -} -func (m *GetCampaignBidModifierRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetCampaignBidModifierRequest.Unmarshal(m, b) -} -func (m *GetCampaignBidModifierRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetCampaignBidModifierRequest.Marshal(b, m, deterministic) -} -func (dst *GetCampaignBidModifierRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetCampaignBidModifierRequest.Merge(dst, src) -} -func (m *GetCampaignBidModifierRequest) XXX_Size() int { - return xxx_messageInfo_GetCampaignBidModifierRequest.Size(m) -} -func (m *GetCampaignBidModifierRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetCampaignBidModifierRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetCampaignBidModifierRequest proto.InternalMessageInfo - -func (m *GetCampaignBidModifierRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for [CampaignBidModifierService.MutateCampaignBidModifier][]. -type MutateCampaignBidModifiersRequest struct { - // ID of the customer whose campaign bid modifiers are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual campaign bid modifiers. - Operations []*CampaignBidModifierOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignBidModifiersRequest) Reset() { *m = MutateCampaignBidModifiersRequest{} } -func (m *MutateCampaignBidModifiersRequest) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignBidModifiersRequest) ProtoMessage() {} -func (*MutateCampaignBidModifiersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_bid_modifier_service_29ee2fdba95f21e0, []int{1} -} -func (m *MutateCampaignBidModifiersRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignBidModifiersRequest.Unmarshal(m, b) -} -func (m *MutateCampaignBidModifiersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignBidModifiersRequest.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignBidModifiersRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignBidModifiersRequest.Merge(dst, src) -} -func (m *MutateCampaignBidModifiersRequest) XXX_Size() int { - return xxx_messageInfo_MutateCampaignBidModifiersRequest.Size(m) -} -func (m *MutateCampaignBidModifiersRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignBidModifiersRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignBidModifiersRequest proto.InternalMessageInfo - -func (m *MutateCampaignBidModifiersRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateCampaignBidModifiersRequest) GetOperations() []*CampaignBidModifierOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateCampaignBidModifiersRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateCampaignBidModifiersRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, remove, update) on a campaign bid modifier. -type CampaignBidModifierOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *CampaignBidModifierOperation_Create - // *CampaignBidModifierOperation_Update - // *CampaignBidModifierOperation_Remove - Operation isCampaignBidModifierOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignBidModifierOperation) Reset() { *m = CampaignBidModifierOperation{} } -func (m *CampaignBidModifierOperation) String() string { return proto.CompactTextString(m) } -func (*CampaignBidModifierOperation) ProtoMessage() {} -func (*CampaignBidModifierOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_bid_modifier_service_29ee2fdba95f21e0, []int{2} -} -func (m *CampaignBidModifierOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignBidModifierOperation.Unmarshal(m, b) -} -func (m *CampaignBidModifierOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignBidModifierOperation.Marshal(b, m, deterministic) -} -func (dst *CampaignBidModifierOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignBidModifierOperation.Merge(dst, src) -} -func (m *CampaignBidModifierOperation) XXX_Size() int { - return xxx_messageInfo_CampaignBidModifierOperation.Size(m) -} -func (m *CampaignBidModifierOperation) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignBidModifierOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignBidModifierOperation proto.InternalMessageInfo - -func (m *CampaignBidModifierOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isCampaignBidModifierOperation_Operation interface { - isCampaignBidModifierOperation_Operation() -} - -type CampaignBidModifierOperation_Create struct { - Create *resources.CampaignBidModifier `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type CampaignBidModifierOperation_Update struct { - Update *resources.CampaignBidModifier `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type CampaignBidModifierOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*CampaignBidModifierOperation_Create) isCampaignBidModifierOperation_Operation() {} - -func (*CampaignBidModifierOperation_Update) isCampaignBidModifierOperation_Operation() {} - -func (*CampaignBidModifierOperation_Remove) isCampaignBidModifierOperation_Operation() {} - -func (m *CampaignBidModifierOperation) GetOperation() isCampaignBidModifierOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *CampaignBidModifierOperation) GetCreate() *resources.CampaignBidModifier { - if x, ok := m.GetOperation().(*CampaignBidModifierOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *CampaignBidModifierOperation) GetUpdate() *resources.CampaignBidModifier { - if x, ok := m.GetOperation().(*CampaignBidModifierOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *CampaignBidModifierOperation) GetRemove() string { - if x, ok := m.GetOperation().(*CampaignBidModifierOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*CampaignBidModifierOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _CampaignBidModifierOperation_OneofMarshaler, _CampaignBidModifierOperation_OneofUnmarshaler, _CampaignBidModifierOperation_OneofSizer, []interface{}{ - (*CampaignBidModifierOperation_Create)(nil), - (*CampaignBidModifierOperation_Update)(nil), - (*CampaignBidModifierOperation_Remove)(nil), - } -} - -func _CampaignBidModifierOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*CampaignBidModifierOperation) - // operation - switch x := m.Operation.(type) { - case *CampaignBidModifierOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *CampaignBidModifierOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *CampaignBidModifierOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("CampaignBidModifierOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _CampaignBidModifierOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*CampaignBidModifierOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.CampaignBidModifier) - err := b.DecodeMessage(msg) - m.Operation = &CampaignBidModifierOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.CampaignBidModifier) - err := b.DecodeMessage(msg) - m.Operation = &CampaignBidModifierOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &CampaignBidModifierOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _CampaignBidModifierOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*CampaignBidModifierOperation) - // operation - switch x := m.Operation.(type) { - case *CampaignBidModifierOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignBidModifierOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignBidModifierOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for campaign bid modifiers mutate. -type MutateCampaignBidModifiersResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateCampaignBidModifierResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignBidModifiersResponse) Reset() { *m = MutateCampaignBidModifiersResponse{} } -func (m *MutateCampaignBidModifiersResponse) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignBidModifiersResponse) ProtoMessage() {} -func (*MutateCampaignBidModifiersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_bid_modifier_service_29ee2fdba95f21e0, []int{3} -} -func (m *MutateCampaignBidModifiersResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignBidModifiersResponse.Unmarshal(m, b) -} -func (m *MutateCampaignBidModifiersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignBidModifiersResponse.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignBidModifiersResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignBidModifiersResponse.Merge(dst, src) -} -func (m *MutateCampaignBidModifiersResponse) XXX_Size() int { - return xxx_messageInfo_MutateCampaignBidModifiersResponse.Size(m) -} -func (m *MutateCampaignBidModifiersResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignBidModifiersResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignBidModifiersResponse proto.InternalMessageInfo - -func (m *MutateCampaignBidModifiersResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateCampaignBidModifiersResponse) GetResults() []*MutateCampaignBidModifierResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the criterion mutate. -type MutateCampaignBidModifierResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignBidModifierResult) Reset() { *m = MutateCampaignBidModifierResult{} } -func (m *MutateCampaignBidModifierResult) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignBidModifierResult) ProtoMessage() {} -func (*MutateCampaignBidModifierResult) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_bid_modifier_service_29ee2fdba95f21e0, []int{4} -} -func (m *MutateCampaignBidModifierResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignBidModifierResult.Unmarshal(m, b) -} -func (m *MutateCampaignBidModifierResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignBidModifierResult.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignBidModifierResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignBidModifierResult.Merge(dst, src) -} -func (m *MutateCampaignBidModifierResult) XXX_Size() int { - return xxx_messageInfo_MutateCampaignBidModifierResult.Size(m) -} -func (m *MutateCampaignBidModifierResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignBidModifierResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignBidModifierResult proto.InternalMessageInfo - -func (m *MutateCampaignBidModifierResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetCampaignBidModifierRequest)(nil), "google.ads.googleads.v0.services.GetCampaignBidModifierRequest") - proto.RegisterType((*MutateCampaignBidModifiersRequest)(nil), "google.ads.googleads.v0.services.MutateCampaignBidModifiersRequest") - proto.RegisterType((*CampaignBidModifierOperation)(nil), "google.ads.googleads.v0.services.CampaignBidModifierOperation") - proto.RegisterType((*MutateCampaignBidModifiersResponse)(nil), "google.ads.googleads.v0.services.MutateCampaignBidModifiersResponse") - proto.RegisterType((*MutateCampaignBidModifierResult)(nil), "google.ads.googleads.v0.services.MutateCampaignBidModifierResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// CampaignBidModifierServiceClient is the client API for CampaignBidModifierService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type CampaignBidModifierServiceClient interface { - // Returns the requested campaign bid modifier in full detail. - GetCampaignBidModifier(ctx context.Context, in *GetCampaignBidModifierRequest, opts ...grpc.CallOption) (*resources.CampaignBidModifier, error) - // Creates, updates, or removes campaign bid modifiers. - // Operation statuses are returned. - MutateCampaignBidModifiers(ctx context.Context, in *MutateCampaignBidModifiersRequest, opts ...grpc.CallOption) (*MutateCampaignBidModifiersResponse, error) -} - -type campaignBidModifierServiceClient struct { - cc *grpc.ClientConn -} - -func NewCampaignBidModifierServiceClient(cc *grpc.ClientConn) CampaignBidModifierServiceClient { - return &campaignBidModifierServiceClient{cc} -} - -func (c *campaignBidModifierServiceClient) GetCampaignBidModifier(ctx context.Context, in *GetCampaignBidModifierRequest, opts ...grpc.CallOption) (*resources.CampaignBidModifier, error) { - out := new(resources.CampaignBidModifier) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CampaignBidModifierService/GetCampaignBidModifier", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *campaignBidModifierServiceClient) MutateCampaignBidModifiers(ctx context.Context, in *MutateCampaignBidModifiersRequest, opts ...grpc.CallOption) (*MutateCampaignBidModifiersResponse, error) { - out := new(MutateCampaignBidModifiersResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CampaignBidModifierService/MutateCampaignBidModifiers", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// CampaignBidModifierServiceServer is the server API for CampaignBidModifierService service. -type CampaignBidModifierServiceServer interface { - // Returns the requested campaign bid modifier in full detail. - GetCampaignBidModifier(context.Context, *GetCampaignBidModifierRequest) (*resources.CampaignBidModifier, error) - // Creates, updates, or removes campaign bid modifiers. - // Operation statuses are returned. - MutateCampaignBidModifiers(context.Context, *MutateCampaignBidModifiersRequest) (*MutateCampaignBidModifiersResponse, error) -} - -func RegisterCampaignBidModifierServiceServer(s *grpc.Server, srv CampaignBidModifierServiceServer) { - s.RegisterService(&_CampaignBidModifierService_serviceDesc, srv) -} - -func _CampaignBidModifierService_GetCampaignBidModifier_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetCampaignBidModifierRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CampaignBidModifierServiceServer).GetCampaignBidModifier(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CampaignBidModifierService/GetCampaignBidModifier", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CampaignBidModifierServiceServer).GetCampaignBidModifier(ctx, req.(*GetCampaignBidModifierRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _CampaignBidModifierService_MutateCampaignBidModifiers_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateCampaignBidModifiersRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CampaignBidModifierServiceServer).MutateCampaignBidModifiers(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CampaignBidModifierService/MutateCampaignBidModifiers", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CampaignBidModifierServiceServer).MutateCampaignBidModifiers(ctx, req.(*MutateCampaignBidModifiersRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _CampaignBidModifierService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.CampaignBidModifierService", - HandlerType: (*CampaignBidModifierServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetCampaignBidModifier", - Handler: _CampaignBidModifierService_GetCampaignBidModifier_Handler, - }, - { - MethodName: "MutateCampaignBidModifiers", - Handler: _CampaignBidModifierService_MutateCampaignBidModifiers_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/campaign_bid_modifier_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/campaign_bid_modifier_service.proto", fileDescriptor_campaign_bid_modifier_service_29ee2fdba95f21e0) -} - -var fileDescriptor_campaign_bid_modifier_service_29ee2fdba95f21e0 = []byte{ - // 728 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0x4f, 0x6e, 0xd3, 0x4c, - 0x14, 0xc0, 0x3f, 0x3b, 0x9f, 0x0a, 0x9d, 0x14, 0x90, 0x06, 0x01, 0x51, 0x54, 0x68, 0x30, 0x95, - 0xa8, 0xb2, 0xb0, 0xa3, 0x20, 0x55, 0xe0, 0xaa, 0x45, 0x49, 0x43, 0x5a, 0x16, 0xa5, 0x95, 0x2b, - 0x75, 0x01, 0x11, 0xd6, 0xd4, 0x9e, 0x58, 0xa3, 0xda, 0x1e, 0x33, 0x33, 0x0e, 0xaa, 0xaa, 0x6e, - 0x58, 0x70, 0x01, 0x6e, 0xc0, 0x82, 0x05, 0x37, 0x81, 0x1d, 0xe2, 0x02, 0x2c, 0x58, 0x21, 0xb1, - 0xe1, 0x04, 0xc8, 0x1e, 0x4f, 0x68, 0xab, 0xb8, 0x41, 0x74, 0xf7, 0xfc, 0xe6, 0xf9, 0xf7, 0xfe, - 0xce, 0x1b, 0xd0, 0x0b, 0x28, 0x0d, 0x42, 0x6c, 0x21, 0x9f, 0x5b, 0x52, 0xcc, 0xa4, 0x51, 0xcb, - 0xe2, 0x98, 0x8d, 0x88, 0x87, 0xb9, 0xe5, 0xa1, 0x28, 0x41, 0x24, 0x88, 0xdd, 0x7d, 0xe2, 0xbb, - 0x11, 0xf5, 0xc9, 0x90, 0x60, 0xe6, 0x16, 0xc7, 0x66, 0xc2, 0xa8, 0xa0, 0xb0, 0x21, 0x7f, 0x35, - 0x91, 0xcf, 0xcd, 0x31, 0xc5, 0x1c, 0xb5, 0x4c, 0x45, 0xa9, 0xaf, 0x96, 0xf9, 0x61, 0x98, 0xd3, - 0x94, 0x95, 0x3a, 0x92, 0x0e, 0xea, 0xf3, 0xea, 0xf7, 0x84, 0x58, 0x28, 0x8e, 0xa9, 0x40, 0x82, - 0xd0, 0x98, 0x17, 0xa7, 0x85, 0x7b, 0x2b, 0xff, 0xda, 0x4f, 0x87, 0xd6, 0x90, 0xe0, 0xd0, 0x77, - 0x23, 0xc4, 0x0f, 0x0a, 0x8b, 0x3b, 0x67, 0x2d, 0x5e, 0x33, 0x94, 0x24, 0x98, 0x29, 0xc2, 0xad, - 0xe2, 0x9c, 0x25, 0x9e, 0xc5, 0x05, 0x12, 0x69, 0x71, 0x60, 0xf4, 0xc0, 0xed, 0x0d, 0x2c, 0xd6, - 0x8b, 0xd0, 0xba, 0xc4, 0xdf, 0x2a, 0x02, 0x73, 0xf0, 0xab, 0x14, 0x73, 0x01, 0xef, 0x81, 0x2b, - 0x2a, 0x05, 0x37, 0x46, 0x11, 0xae, 0x69, 0x0d, 0x6d, 0x69, 0xd6, 0x99, 0x53, 0xca, 0x67, 0x28, - 0xc2, 0xc6, 0x2f, 0x0d, 0xdc, 0xdd, 0x4a, 0x05, 0x12, 0x78, 0x02, 0x89, 0x2b, 0xd4, 0x02, 0xa8, - 0x7a, 0x29, 0x17, 0x34, 0xc2, 0xcc, 0x25, 0x7e, 0x01, 0x02, 0x4a, 0xf5, 0xd4, 0x87, 0x2f, 0x01, - 0xa0, 0x09, 0x66, 0x32, 0xf7, 0x9a, 0xde, 0xa8, 0x2c, 0x55, 0xdb, 0x6b, 0xe6, 0xb4, 0xda, 0x9b, - 0x13, 0x7c, 0x6e, 0x2b, 0x8c, 0x73, 0x82, 0x08, 0xef, 0x83, 0x6b, 0x09, 0x62, 0x82, 0xa0, 0xd0, - 0x1d, 0x22, 0x12, 0xa6, 0x0c, 0xd7, 0x2a, 0x0d, 0x6d, 0xe9, 0xb2, 0x73, 0xb5, 0x50, 0xf7, 0xa5, - 0x36, 0x4b, 0x7a, 0x84, 0x42, 0xe2, 0x23, 0x81, 0x5d, 0x1a, 0x87, 0x87, 0xb5, 0xff, 0x73, 0xb3, - 0x39, 0xa5, 0xdc, 0x8e, 0xc3, 0x43, 0xe3, 0x83, 0x0e, 0xe6, 0xcf, 0x73, 0x0d, 0x57, 0x40, 0x35, - 0x4d, 0x72, 0x46, 0xd6, 0xa9, 0x9c, 0x51, 0x6d, 0xd7, 0x55, 0x3e, 0xaa, 0x55, 0x66, 0x3f, 0x6b, - 0xe6, 0x16, 0xe2, 0x07, 0x0e, 0x90, 0xe6, 0x99, 0x0c, 0x77, 0xc0, 0x8c, 0xc7, 0x30, 0x12, 0xb2, - 0xe0, 0xd5, 0xf6, 0x72, 0x69, 0x1d, 0xc6, 0x13, 0x36, 0xa9, 0x10, 0x9b, 0xff, 0x39, 0x05, 0x27, - 0x23, 0x4a, 0x7e, 0x4d, 0xbf, 0x28, 0x51, 0x72, 0x60, 0x0d, 0xcc, 0x30, 0x1c, 0xd1, 0x91, 0x2c, - 0xe3, 0x6c, 0x76, 0x22, 0xbf, 0xbb, 0x55, 0x30, 0x3b, 0xae, 0xbb, 0xf1, 0x49, 0x03, 0xc6, 0x79, - 0xd3, 0xc1, 0x13, 0x1a, 0x73, 0x0c, 0xfb, 0xe0, 0xc6, 0x99, 0xee, 0xb8, 0x98, 0x31, 0xca, 0x72, - 0x78, 0xb5, 0x0d, 0x55, 0xb8, 0x2c, 0xf1, 0xcc, 0xdd, 0x7c, 0x86, 0x9d, 0xeb, 0xa7, 0xfb, 0xf6, - 0x24, 0x33, 0x87, 0x2f, 0xc0, 0x25, 0x86, 0x79, 0x1a, 0x0a, 0x35, 0x42, 0x9d, 0xe9, 0x23, 0x54, - 0x1a, 0x9e, 0x93, 0x93, 0x1c, 0x45, 0x34, 0xfa, 0x60, 0x61, 0x8a, 0xed, 0x5f, 0xdd, 0x98, 0xf6, - 0xb7, 0x0a, 0xa8, 0x4f, 0x40, 0xec, 0xca, 0x80, 0xe0, 0x17, 0x0d, 0xdc, 0x9c, 0x7c, 0x2f, 0xe1, - 0xe3, 0xe9, 0xd9, 0x9c, 0x7b, 0xa3, 0xeb, 0xff, 0xd8, 0x77, 0x63, 0xed, 0xcd, 0xd7, 0xef, 0xef, - 0xf4, 0x87, 0x70, 0x39, 0x5b, 0x6b, 0x47, 0xa7, 0x52, 0x5c, 0x55, 0x97, 0x98, 0x5b, 0xcd, 0xf1, - 0x9e, 0x3b, 0xd9, 0x64, 0xab, 0x79, 0x0c, 0x7f, 0x6a, 0xa0, 0x5e, 0x3e, 0x06, 0x70, 0xfd, 0x02, - 0x5d, 0x52, 0x2b, 0xa6, 0xde, 0xbb, 0x18, 0x44, 0x4e, 0xa2, 0xd1, 0xcb, 0x33, 0x5d, 0x33, 0x1e, - 0x65, 0x99, 0xfe, 0x49, 0xed, 0xe8, 0xc4, 0xf6, 0x5a, 0x6d, 0x1e, 0x4f, 0x4c, 0xd4, 0x8e, 0x72, - 0xbc, 0xad, 0x35, 0xbb, 0x6f, 0x75, 0xb0, 0xe8, 0xd1, 0x68, 0x6a, 0x44, 0xdd, 0x85, 0xf2, 0x41, - 0xd8, 0xc9, 0x96, 0xc4, 0x8e, 0xf6, 0x7c, 0xb3, 0x80, 0x04, 0x34, 0x44, 0x71, 0x60, 0x52, 0x16, - 0x58, 0x01, 0x8e, 0xf3, 0x15, 0xa2, 0x9e, 0x9b, 0x84, 0xf0, 0xf2, 0x57, 0x6e, 0x45, 0x09, 0xef, - 0xf5, 0xca, 0x46, 0xa7, 0xf3, 0x51, 0x6f, 0x6c, 0x48, 0x60, 0xc7, 0xe7, 0xa6, 0x14, 0x33, 0x69, - 0xaf, 0x65, 0x16, 0x8e, 0xf9, 0x67, 0x65, 0x32, 0xe8, 0xf8, 0x7c, 0x30, 0x36, 0x19, 0xec, 0xb5, - 0x06, 0xca, 0xe4, 0x87, 0xbe, 0x28, 0xf5, 0xb6, 0xdd, 0xf1, 0xb9, 0x6d, 0x8f, 0x8d, 0x6c, 0x7b, - 0xaf, 0x65, 0xdb, 0xca, 0x6c, 0x7f, 0x26, 0x8f, 0xf3, 0xc1, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, - 0x48, 0x9d, 0x9a, 0xab, 0x8c, 0x07, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/campaign_budget_service.pb.go b/googleapis/ads/googleads/v0/services/campaign_budget_service.pb.go deleted file mode 100644 index 3b3f078c58..0000000000 --- a/googleapis/ads/googleads/v0/services/campaign_budget_service.pb.go +++ /dev/null @@ -1,592 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/campaign_budget_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [CampaignBudgetService.GetCampaignBudget][google.ads.googleads.v0.services.CampaignBudgetService.GetCampaignBudget]. -type GetCampaignBudgetRequest struct { - // The resource name of the campaign budget to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetCampaignBudgetRequest) Reset() { *m = GetCampaignBudgetRequest{} } -func (m *GetCampaignBudgetRequest) String() string { return proto.CompactTextString(m) } -func (*GetCampaignBudgetRequest) ProtoMessage() {} -func (*GetCampaignBudgetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_budget_service_40b534b534ea287e, []int{0} -} -func (m *GetCampaignBudgetRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetCampaignBudgetRequest.Unmarshal(m, b) -} -func (m *GetCampaignBudgetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetCampaignBudgetRequest.Marshal(b, m, deterministic) -} -func (dst *GetCampaignBudgetRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetCampaignBudgetRequest.Merge(dst, src) -} -func (m *GetCampaignBudgetRequest) XXX_Size() int { - return xxx_messageInfo_GetCampaignBudgetRequest.Size(m) -} -func (m *GetCampaignBudgetRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetCampaignBudgetRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetCampaignBudgetRequest proto.InternalMessageInfo - -func (m *GetCampaignBudgetRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [CampaignBudgetService.MutateCampaignBudgets][google.ads.googleads.v0.services.CampaignBudgetService.MutateCampaignBudgets]. -type MutateCampaignBudgetsRequest struct { - // The ID of the customer whose campaign budgets are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual campaign budgets. - Operations []*CampaignBudgetOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignBudgetsRequest) Reset() { *m = MutateCampaignBudgetsRequest{} } -func (m *MutateCampaignBudgetsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignBudgetsRequest) ProtoMessage() {} -func (*MutateCampaignBudgetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_budget_service_40b534b534ea287e, []int{1} -} -func (m *MutateCampaignBudgetsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignBudgetsRequest.Unmarshal(m, b) -} -func (m *MutateCampaignBudgetsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignBudgetsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignBudgetsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignBudgetsRequest.Merge(dst, src) -} -func (m *MutateCampaignBudgetsRequest) XXX_Size() int { - return xxx_messageInfo_MutateCampaignBudgetsRequest.Size(m) -} -func (m *MutateCampaignBudgetsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignBudgetsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignBudgetsRequest proto.InternalMessageInfo - -func (m *MutateCampaignBudgetsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateCampaignBudgetsRequest) GetOperations() []*CampaignBudgetOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateCampaignBudgetsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateCampaignBudgetsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on a campaign budget. -type CampaignBudgetOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *CampaignBudgetOperation_Create - // *CampaignBudgetOperation_Update - // *CampaignBudgetOperation_Remove - Operation isCampaignBudgetOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignBudgetOperation) Reset() { *m = CampaignBudgetOperation{} } -func (m *CampaignBudgetOperation) String() string { return proto.CompactTextString(m) } -func (*CampaignBudgetOperation) ProtoMessage() {} -func (*CampaignBudgetOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_budget_service_40b534b534ea287e, []int{2} -} -func (m *CampaignBudgetOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignBudgetOperation.Unmarshal(m, b) -} -func (m *CampaignBudgetOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignBudgetOperation.Marshal(b, m, deterministic) -} -func (dst *CampaignBudgetOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignBudgetOperation.Merge(dst, src) -} -func (m *CampaignBudgetOperation) XXX_Size() int { - return xxx_messageInfo_CampaignBudgetOperation.Size(m) -} -func (m *CampaignBudgetOperation) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignBudgetOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignBudgetOperation proto.InternalMessageInfo - -func (m *CampaignBudgetOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isCampaignBudgetOperation_Operation interface { - isCampaignBudgetOperation_Operation() -} - -type CampaignBudgetOperation_Create struct { - Create *resources.CampaignBudget `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type CampaignBudgetOperation_Update struct { - Update *resources.CampaignBudget `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type CampaignBudgetOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*CampaignBudgetOperation_Create) isCampaignBudgetOperation_Operation() {} - -func (*CampaignBudgetOperation_Update) isCampaignBudgetOperation_Operation() {} - -func (*CampaignBudgetOperation_Remove) isCampaignBudgetOperation_Operation() {} - -func (m *CampaignBudgetOperation) GetOperation() isCampaignBudgetOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *CampaignBudgetOperation) GetCreate() *resources.CampaignBudget { - if x, ok := m.GetOperation().(*CampaignBudgetOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *CampaignBudgetOperation) GetUpdate() *resources.CampaignBudget { - if x, ok := m.GetOperation().(*CampaignBudgetOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *CampaignBudgetOperation) GetRemove() string { - if x, ok := m.GetOperation().(*CampaignBudgetOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*CampaignBudgetOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _CampaignBudgetOperation_OneofMarshaler, _CampaignBudgetOperation_OneofUnmarshaler, _CampaignBudgetOperation_OneofSizer, []interface{}{ - (*CampaignBudgetOperation_Create)(nil), - (*CampaignBudgetOperation_Update)(nil), - (*CampaignBudgetOperation_Remove)(nil), - } -} - -func _CampaignBudgetOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*CampaignBudgetOperation) - // operation - switch x := m.Operation.(type) { - case *CampaignBudgetOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *CampaignBudgetOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *CampaignBudgetOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("CampaignBudgetOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _CampaignBudgetOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*CampaignBudgetOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.CampaignBudget) - err := b.DecodeMessage(msg) - m.Operation = &CampaignBudgetOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.CampaignBudget) - err := b.DecodeMessage(msg) - m.Operation = &CampaignBudgetOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &CampaignBudgetOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _CampaignBudgetOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*CampaignBudgetOperation) - // operation - switch x := m.Operation.(type) { - case *CampaignBudgetOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignBudgetOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignBudgetOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for campaign budget mutate. -type MutateCampaignBudgetsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateCampaignBudgetResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignBudgetsResponse) Reset() { *m = MutateCampaignBudgetsResponse{} } -func (m *MutateCampaignBudgetsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignBudgetsResponse) ProtoMessage() {} -func (*MutateCampaignBudgetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_budget_service_40b534b534ea287e, []int{3} -} -func (m *MutateCampaignBudgetsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignBudgetsResponse.Unmarshal(m, b) -} -func (m *MutateCampaignBudgetsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignBudgetsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignBudgetsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignBudgetsResponse.Merge(dst, src) -} -func (m *MutateCampaignBudgetsResponse) XXX_Size() int { - return xxx_messageInfo_MutateCampaignBudgetsResponse.Size(m) -} -func (m *MutateCampaignBudgetsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignBudgetsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignBudgetsResponse proto.InternalMessageInfo - -func (m *MutateCampaignBudgetsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateCampaignBudgetsResponse) GetResults() []*MutateCampaignBudgetResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the campaign budget mutate. -type MutateCampaignBudgetResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignBudgetResult) Reset() { *m = MutateCampaignBudgetResult{} } -func (m *MutateCampaignBudgetResult) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignBudgetResult) ProtoMessage() {} -func (*MutateCampaignBudgetResult) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_budget_service_40b534b534ea287e, []int{4} -} -func (m *MutateCampaignBudgetResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignBudgetResult.Unmarshal(m, b) -} -func (m *MutateCampaignBudgetResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignBudgetResult.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignBudgetResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignBudgetResult.Merge(dst, src) -} -func (m *MutateCampaignBudgetResult) XXX_Size() int { - return xxx_messageInfo_MutateCampaignBudgetResult.Size(m) -} -func (m *MutateCampaignBudgetResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignBudgetResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignBudgetResult proto.InternalMessageInfo - -func (m *MutateCampaignBudgetResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetCampaignBudgetRequest)(nil), "google.ads.googleads.v0.services.GetCampaignBudgetRequest") - proto.RegisterType((*MutateCampaignBudgetsRequest)(nil), "google.ads.googleads.v0.services.MutateCampaignBudgetsRequest") - proto.RegisterType((*CampaignBudgetOperation)(nil), "google.ads.googleads.v0.services.CampaignBudgetOperation") - proto.RegisterType((*MutateCampaignBudgetsResponse)(nil), "google.ads.googleads.v0.services.MutateCampaignBudgetsResponse") - proto.RegisterType((*MutateCampaignBudgetResult)(nil), "google.ads.googleads.v0.services.MutateCampaignBudgetResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// CampaignBudgetServiceClient is the client API for CampaignBudgetService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type CampaignBudgetServiceClient interface { - // Returns the requested Campaign Budget in full detail. - GetCampaignBudget(ctx context.Context, in *GetCampaignBudgetRequest, opts ...grpc.CallOption) (*resources.CampaignBudget, error) - // Creates, updates, or removes campaign budgets. Operation statuses are - // returned. - MutateCampaignBudgets(ctx context.Context, in *MutateCampaignBudgetsRequest, opts ...grpc.CallOption) (*MutateCampaignBudgetsResponse, error) -} - -type campaignBudgetServiceClient struct { - cc *grpc.ClientConn -} - -func NewCampaignBudgetServiceClient(cc *grpc.ClientConn) CampaignBudgetServiceClient { - return &campaignBudgetServiceClient{cc} -} - -func (c *campaignBudgetServiceClient) GetCampaignBudget(ctx context.Context, in *GetCampaignBudgetRequest, opts ...grpc.CallOption) (*resources.CampaignBudget, error) { - out := new(resources.CampaignBudget) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CampaignBudgetService/GetCampaignBudget", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *campaignBudgetServiceClient) MutateCampaignBudgets(ctx context.Context, in *MutateCampaignBudgetsRequest, opts ...grpc.CallOption) (*MutateCampaignBudgetsResponse, error) { - out := new(MutateCampaignBudgetsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CampaignBudgetService/MutateCampaignBudgets", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// CampaignBudgetServiceServer is the server API for CampaignBudgetService service. -type CampaignBudgetServiceServer interface { - // Returns the requested Campaign Budget in full detail. - GetCampaignBudget(context.Context, *GetCampaignBudgetRequest) (*resources.CampaignBudget, error) - // Creates, updates, or removes campaign budgets. Operation statuses are - // returned. - MutateCampaignBudgets(context.Context, *MutateCampaignBudgetsRequest) (*MutateCampaignBudgetsResponse, error) -} - -func RegisterCampaignBudgetServiceServer(s *grpc.Server, srv CampaignBudgetServiceServer) { - s.RegisterService(&_CampaignBudgetService_serviceDesc, srv) -} - -func _CampaignBudgetService_GetCampaignBudget_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetCampaignBudgetRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CampaignBudgetServiceServer).GetCampaignBudget(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CampaignBudgetService/GetCampaignBudget", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CampaignBudgetServiceServer).GetCampaignBudget(ctx, req.(*GetCampaignBudgetRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _CampaignBudgetService_MutateCampaignBudgets_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateCampaignBudgetsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CampaignBudgetServiceServer).MutateCampaignBudgets(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CampaignBudgetService/MutateCampaignBudgets", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CampaignBudgetServiceServer).MutateCampaignBudgets(ctx, req.(*MutateCampaignBudgetsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _CampaignBudgetService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.CampaignBudgetService", - HandlerType: (*CampaignBudgetServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetCampaignBudget", - Handler: _CampaignBudgetService_GetCampaignBudget_Handler, - }, - { - MethodName: "MutateCampaignBudgets", - Handler: _CampaignBudgetService_MutateCampaignBudgets_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/campaign_budget_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/campaign_budget_service.proto", fileDescriptor_campaign_budget_service_40b534b534ea287e) -} - -var fileDescriptor_campaign_budget_service_40b534b534ea287e = []byte{ - // 720 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xc1, 0x6b, 0xd4, 0x4c, - 0x14, 0xff, 0x92, 0xfd, 0xe8, 0xf7, 0x75, 0xb6, 0xdf, 0x27, 0x8e, 0x94, 0x86, 0x50, 0x75, 0x89, - 0x05, 0xcb, 0x1e, 0x92, 0xed, 0x56, 0x90, 0xa6, 0xb6, 0x65, 0x57, 0x6c, 0x2b, 0x52, 0x5b, 0x52, - 0x58, 0x50, 0x16, 0xc2, 0x34, 0x99, 0x86, 0xd0, 0x24, 0x13, 0x67, 0x26, 0x2b, 0xa5, 0xf4, 0xa0, - 0xff, 0x82, 0x07, 0xef, 0x1e, 0xbd, 0x7a, 0x16, 0xef, 0x5e, 0x3d, 0x79, 0xf7, 0x20, 0xfe, 0x15, - 0x92, 0x4c, 0x66, 0xed, 0xae, 0x1b, 0x56, 0xeb, 0xed, 0xe5, 0xcd, 0xef, 0xfd, 0xde, 0xfb, 0xcd, - 0x7b, 0x6f, 0x02, 0x36, 0x03, 0x42, 0x82, 0x08, 0x5b, 0xc8, 0x67, 0x96, 0x30, 0x73, 0x6b, 0xd0, - 0xb2, 0x18, 0xa6, 0x83, 0xd0, 0xc3, 0xcc, 0xf2, 0x50, 0x9c, 0xa2, 0x30, 0x48, 0xdc, 0xa3, 0xcc, - 0x0f, 0x30, 0x77, 0xcb, 0x03, 0x33, 0xa5, 0x84, 0x13, 0xd8, 0x10, 0x41, 0x26, 0xf2, 0x99, 0x39, - 0x8c, 0x37, 0x07, 0x2d, 0x53, 0xc6, 0xeb, 0x77, 0xab, 0x32, 0x50, 0xcc, 0x48, 0x46, 0x27, 0xa4, - 0x10, 0xd4, 0xfa, 0xa2, 0x0c, 0x4c, 0x43, 0x0b, 0x25, 0x09, 0xe1, 0x88, 0x87, 0x24, 0x61, 0xe5, - 0x69, 0x99, 0xd8, 0x2a, 0xbe, 0x8e, 0xb2, 0x63, 0xeb, 0x38, 0xc4, 0x91, 0xef, 0xc6, 0x88, 0x9d, - 0x94, 0x88, 0x1b, 0xe3, 0x88, 0xe7, 0x14, 0xa5, 0x29, 0xa6, 0x92, 0x61, 0xa1, 0x3c, 0xa7, 0xa9, - 0x67, 0x31, 0x8e, 0x78, 0x56, 0x1e, 0x18, 0x5b, 0x40, 0xdb, 0xc1, 0xfc, 0x7e, 0x59, 0x54, 0xb7, - 0xa8, 0xc9, 0xc1, 0xcf, 0x32, 0xcc, 0x38, 0xbc, 0x05, 0xfe, 0x93, 0x75, 0xbb, 0x09, 0x8a, 0xb1, - 0xa6, 0x34, 0x94, 0xe5, 0x59, 0x67, 0x4e, 0x3a, 0x1f, 0xa3, 0x18, 0x1b, 0x5f, 0x15, 0xb0, 0xb8, - 0x97, 0x71, 0xc4, 0xf1, 0x28, 0x09, 0x93, 0x2c, 0x37, 0x41, 0xdd, 0xcb, 0x18, 0x27, 0x31, 0xa6, - 0x6e, 0xe8, 0x97, 0x1c, 0x40, 0xba, 0x1e, 0xfa, 0xf0, 0x09, 0x00, 0x24, 0xc5, 0x54, 0x28, 0xd6, - 0xd4, 0x46, 0x6d, 0xb9, 0xde, 0x5e, 0x33, 0xa7, 0xdd, 0xb5, 0x39, 0x9a, 0x6e, 0x5f, 0x32, 0x38, - 0x17, 0xc8, 0xe0, 0x6d, 0x70, 0x25, 0x45, 0x94, 0x87, 0x28, 0x72, 0x8f, 0x51, 0x18, 0x65, 0x14, - 0x6b, 0xb5, 0x86, 0xb2, 0xfc, 0xaf, 0xf3, 0x7f, 0xe9, 0xde, 0x16, 0xde, 0x5c, 0xea, 0x00, 0x45, - 0xa1, 0x8f, 0x38, 0x76, 0x49, 0x12, 0x9d, 0x6a, 0x7f, 0x17, 0xb0, 0x39, 0xe9, 0xdc, 0x4f, 0xa2, - 0x53, 0xe3, 0xb5, 0x0a, 0x16, 0x2a, 0xb2, 0xc2, 0x75, 0x50, 0xcf, 0xd2, 0x22, 0x3c, 0xef, 0x4a, - 0x11, 0x5e, 0x6f, 0xeb, 0x52, 0x85, 0x6c, 0x8b, 0xb9, 0x9d, 0x37, 0x6e, 0x0f, 0xb1, 0x13, 0x07, - 0x08, 0x78, 0x6e, 0xc3, 0x47, 0x60, 0xc6, 0xa3, 0x18, 0x71, 0x71, 0xc3, 0xf5, 0xf6, 0x4a, 0xa5, - 0xfa, 0xe1, 0x1c, 0x8d, 0xc9, 0xdf, 0xfd, 0xcb, 0x29, 0x29, 0x72, 0x32, 0x41, 0xad, 0xa9, 0x7f, - 0x40, 0x26, 0x28, 0xa0, 0x06, 0x66, 0x28, 0x8e, 0xc9, 0x40, 0xdc, 0xdb, 0x6c, 0x7e, 0x22, 0xbe, - 0xbb, 0x75, 0x30, 0x3b, 0xbc, 0x68, 0xe3, 0x83, 0x02, 0xae, 0x57, 0x0c, 0x01, 0x4b, 0x49, 0xc2, - 0x30, 0xdc, 0x06, 0xf3, 0x63, 0x9d, 0x70, 0x31, 0xa5, 0x84, 0x16, 0xbc, 0xf5, 0x36, 0x94, 0x45, - 0xd2, 0xd4, 0x33, 0x0f, 0x8b, 0x01, 0x75, 0xae, 0x8d, 0xf6, 0xe8, 0x41, 0x0e, 0x87, 0x3d, 0xf0, - 0x0f, 0xc5, 0x2c, 0x8b, 0xb8, 0x9c, 0x94, 0x7b, 0xd3, 0x27, 0x65, 0x52, 0x65, 0x4e, 0x41, 0xe2, - 0x48, 0x32, 0xa3, 0x03, 0xf4, 0x6a, 0xd8, 0x2f, 0x6d, 0x42, 0xfb, 0x5d, 0x0d, 0xcc, 0x8f, 0x46, - 0x1f, 0x8a, 0x0a, 0xe0, 0x7b, 0x05, 0x5c, 0xfd, 0x69, 0xcb, 0xa0, 0x3d, 0xbd, 0xf2, 0xaa, 0xd5, - 0xd4, 0x7f, 0xbf, 0xa9, 0xc6, 0xda, 0xcb, 0x4f, 0x5f, 0x5e, 0xa9, 0xab, 0x70, 0x25, 0x7f, 0x8f, - 0xce, 0x46, 0xe4, 0x6c, 0xc8, 0x6d, 0x64, 0x56, 0x73, 0xf8, 0x40, 0x95, 0x1d, 0xb4, 0x9a, 0xe7, - 0xf0, 0xb3, 0x02, 0xe6, 0x27, 0xb6, 0x17, 0x6e, 0x5e, 0xee, 0xf6, 0xe5, 0xe3, 0xa0, 0x6f, 0x5d, - 0x3a, 0x5e, 0xcc, 0x95, 0xb1, 0x55, 0xa8, 0x5a, 0x33, 0xee, 0xe4, 0xaa, 0x7e, 0xc8, 0x38, 0xbb, - 0xf0, 0xe4, 0x6c, 0x34, 0xcf, 0xc7, 0x45, 0xd9, 0x71, 0x41, 0x6a, 0x2b, 0xcd, 0xee, 0x0b, 0x15, - 0x2c, 0x79, 0x24, 0x9e, 0x5a, 0x47, 0x57, 0x9f, 0xd8, 0xdb, 0x83, 0x7c, 0xb3, 0x0f, 0x94, 0xa7, - 0xbb, 0x65, 0x7c, 0x40, 0x22, 0x94, 0x04, 0x26, 0xa1, 0x81, 0x15, 0xe0, 0xa4, 0xd8, 0x7b, 0xf9, - 0x27, 0x48, 0x43, 0x56, 0xfd, 0xeb, 0x59, 0x97, 0xc6, 0x1b, 0xb5, 0xb6, 0xd3, 0xe9, 0xbc, 0x55, - 0x1b, 0x3b, 0x82, 0xb0, 0xe3, 0x33, 0x53, 0x98, 0xb9, 0xd5, 0x6b, 0x99, 0x65, 0x62, 0xf6, 0x51, - 0x42, 0xfa, 0x1d, 0x9f, 0xf5, 0x87, 0x90, 0x7e, 0xaf, 0xd5, 0x97, 0x90, 0x6f, 0xea, 0x92, 0xf0, - 0xdb, 0x76, 0xc7, 0x67, 0xb6, 0x3d, 0x04, 0xd9, 0x76, 0xaf, 0x65, 0xdb, 0x12, 0x76, 0x34, 0x53, - 0xd4, 0xb9, 0xfa, 0x3d, 0x00, 0x00, 0xff, 0xff, 0x9d, 0xd1, 0x43, 0x08, 0x21, 0x07, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/campaign_criterion_service.pb.go b/googleapis/ads/googleads/v0/services/campaign_criterion_service.pb.go deleted file mode 100644 index 52c26917bd..0000000000 --- a/googleapis/ads/googleads/v0/services/campaign_criterion_service.pb.go +++ /dev/null @@ -1,591 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/campaign_criterion_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [CampaignCriterionService.GetCampaignCriterion][google.ads.googleads.v0.services.CampaignCriterionService.GetCampaignCriterion]. -type GetCampaignCriterionRequest struct { - // The resource name of the criterion to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetCampaignCriterionRequest) Reset() { *m = GetCampaignCriterionRequest{} } -func (m *GetCampaignCriterionRequest) String() string { return proto.CompactTextString(m) } -func (*GetCampaignCriterionRequest) ProtoMessage() {} -func (*GetCampaignCriterionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_criterion_service_5b8c5edfbbb0e8d6, []int{0} -} -func (m *GetCampaignCriterionRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetCampaignCriterionRequest.Unmarshal(m, b) -} -func (m *GetCampaignCriterionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetCampaignCriterionRequest.Marshal(b, m, deterministic) -} -func (dst *GetCampaignCriterionRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetCampaignCriterionRequest.Merge(dst, src) -} -func (m *GetCampaignCriterionRequest) XXX_Size() int { - return xxx_messageInfo_GetCampaignCriterionRequest.Size(m) -} -func (m *GetCampaignCriterionRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetCampaignCriterionRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetCampaignCriterionRequest proto.InternalMessageInfo - -func (m *GetCampaignCriterionRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [CampaignCriterionService.MutateCampaignCriteria][google.ads.googleads.v0.services.CampaignCriterionService.MutateCampaignCriteria]. -type MutateCampaignCriteriaRequest struct { - // The ID of the customer whose criteria are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual criteria. - Operations []*CampaignCriterionOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignCriteriaRequest) Reset() { *m = MutateCampaignCriteriaRequest{} } -func (m *MutateCampaignCriteriaRequest) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignCriteriaRequest) ProtoMessage() {} -func (*MutateCampaignCriteriaRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_criterion_service_5b8c5edfbbb0e8d6, []int{1} -} -func (m *MutateCampaignCriteriaRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignCriteriaRequest.Unmarshal(m, b) -} -func (m *MutateCampaignCriteriaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignCriteriaRequest.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignCriteriaRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignCriteriaRequest.Merge(dst, src) -} -func (m *MutateCampaignCriteriaRequest) XXX_Size() int { - return xxx_messageInfo_MutateCampaignCriteriaRequest.Size(m) -} -func (m *MutateCampaignCriteriaRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignCriteriaRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignCriteriaRequest proto.InternalMessageInfo - -func (m *MutateCampaignCriteriaRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateCampaignCriteriaRequest) GetOperations() []*CampaignCriterionOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateCampaignCriteriaRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateCampaignCriteriaRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on a campaign criterion. -type CampaignCriterionOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *CampaignCriterionOperation_Create - // *CampaignCriterionOperation_Update - // *CampaignCriterionOperation_Remove - Operation isCampaignCriterionOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignCriterionOperation) Reset() { *m = CampaignCriterionOperation{} } -func (m *CampaignCriterionOperation) String() string { return proto.CompactTextString(m) } -func (*CampaignCriterionOperation) ProtoMessage() {} -func (*CampaignCriterionOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_criterion_service_5b8c5edfbbb0e8d6, []int{2} -} -func (m *CampaignCriterionOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignCriterionOperation.Unmarshal(m, b) -} -func (m *CampaignCriterionOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignCriterionOperation.Marshal(b, m, deterministic) -} -func (dst *CampaignCriterionOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignCriterionOperation.Merge(dst, src) -} -func (m *CampaignCriterionOperation) XXX_Size() int { - return xxx_messageInfo_CampaignCriterionOperation.Size(m) -} -func (m *CampaignCriterionOperation) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignCriterionOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignCriterionOperation proto.InternalMessageInfo - -func (m *CampaignCriterionOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isCampaignCriterionOperation_Operation interface { - isCampaignCriterionOperation_Operation() -} - -type CampaignCriterionOperation_Create struct { - Create *resources.CampaignCriterion `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type CampaignCriterionOperation_Update struct { - Update *resources.CampaignCriterion `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type CampaignCriterionOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*CampaignCriterionOperation_Create) isCampaignCriterionOperation_Operation() {} - -func (*CampaignCriterionOperation_Update) isCampaignCriterionOperation_Operation() {} - -func (*CampaignCriterionOperation_Remove) isCampaignCriterionOperation_Operation() {} - -func (m *CampaignCriterionOperation) GetOperation() isCampaignCriterionOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *CampaignCriterionOperation) GetCreate() *resources.CampaignCriterion { - if x, ok := m.GetOperation().(*CampaignCriterionOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *CampaignCriterionOperation) GetUpdate() *resources.CampaignCriterion { - if x, ok := m.GetOperation().(*CampaignCriterionOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *CampaignCriterionOperation) GetRemove() string { - if x, ok := m.GetOperation().(*CampaignCriterionOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*CampaignCriterionOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _CampaignCriterionOperation_OneofMarshaler, _CampaignCriterionOperation_OneofUnmarshaler, _CampaignCriterionOperation_OneofSizer, []interface{}{ - (*CampaignCriterionOperation_Create)(nil), - (*CampaignCriterionOperation_Update)(nil), - (*CampaignCriterionOperation_Remove)(nil), - } -} - -func _CampaignCriterionOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*CampaignCriterionOperation) - // operation - switch x := m.Operation.(type) { - case *CampaignCriterionOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *CampaignCriterionOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *CampaignCriterionOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("CampaignCriterionOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _CampaignCriterionOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*CampaignCriterionOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.CampaignCriterion) - err := b.DecodeMessage(msg) - m.Operation = &CampaignCriterionOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.CampaignCriterion) - err := b.DecodeMessage(msg) - m.Operation = &CampaignCriterionOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &CampaignCriterionOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _CampaignCriterionOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*CampaignCriterionOperation) - // operation - switch x := m.Operation.(type) { - case *CampaignCriterionOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterionOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignCriterionOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for campaign criterion mutate. -type MutateCampaignCriteriaResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateCampaignCriterionResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignCriteriaResponse) Reset() { *m = MutateCampaignCriteriaResponse{} } -func (m *MutateCampaignCriteriaResponse) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignCriteriaResponse) ProtoMessage() {} -func (*MutateCampaignCriteriaResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_criterion_service_5b8c5edfbbb0e8d6, []int{3} -} -func (m *MutateCampaignCriteriaResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignCriteriaResponse.Unmarshal(m, b) -} -func (m *MutateCampaignCriteriaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignCriteriaResponse.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignCriteriaResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignCriteriaResponse.Merge(dst, src) -} -func (m *MutateCampaignCriteriaResponse) XXX_Size() int { - return xxx_messageInfo_MutateCampaignCriteriaResponse.Size(m) -} -func (m *MutateCampaignCriteriaResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignCriteriaResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignCriteriaResponse proto.InternalMessageInfo - -func (m *MutateCampaignCriteriaResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateCampaignCriteriaResponse) GetResults() []*MutateCampaignCriterionResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the criterion mutate. -type MutateCampaignCriterionResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignCriterionResult) Reset() { *m = MutateCampaignCriterionResult{} } -func (m *MutateCampaignCriterionResult) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignCriterionResult) ProtoMessage() {} -func (*MutateCampaignCriterionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_criterion_service_5b8c5edfbbb0e8d6, []int{4} -} -func (m *MutateCampaignCriterionResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignCriterionResult.Unmarshal(m, b) -} -func (m *MutateCampaignCriterionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignCriterionResult.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignCriterionResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignCriterionResult.Merge(dst, src) -} -func (m *MutateCampaignCriterionResult) XXX_Size() int { - return xxx_messageInfo_MutateCampaignCriterionResult.Size(m) -} -func (m *MutateCampaignCriterionResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignCriterionResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignCriterionResult proto.InternalMessageInfo - -func (m *MutateCampaignCriterionResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetCampaignCriterionRequest)(nil), "google.ads.googleads.v0.services.GetCampaignCriterionRequest") - proto.RegisterType((*MutateCampaignCriteriaRequest)(nil), "google.ads.googleads.v0.services.MutateCampaignCriteriaRequest") - proto.RegisterType((*CampaignCriterionOperation)(nil), "google.ads.googleads.v0.services.CampaignCriterionOperation") - proto.RegisterType((*MutateCampaignCriteriaResponse)(nil), "google.ads.googleads.v0.services.MutateCampaignCriteriaResponse") - proto.RegisterType((*MutateCampaignCriterionResult)(nil), "google.ads.googleads.v0.services.MutateCampaignCriterionResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// CampaignCriterionServiceClient is the client API for CampaignCriterionService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type CampaignCriterionServiceClient interface { - // Returns the requested criterion in full detail. - GetCampaignCriterion(ctx context.Context, in *GetCampaignCriterionRequest, opts ...grpc.CallOption) (*resources.CampaignCriterion, error) - // Creates, updates, or removes criteria. Operation statuses are returned. - MutateCampaignCriteria(ctx context.Context, in *MutateCampaignCriteriaRequest, opts ...grpc.CallOption) (*MutateCampaignCriteriaResponse, error) -} - -type campaignCriterionServiceClient struct { - cc *grpc.ClientConn -} - -func NewCampaignCriterionServiceClient(cc *grpc.ClientConn) CampaignCriterionServiceClient { - return &campaignCriterionServiceClient{cc} -} - -func (c *campaignCriterionServiceClient) GetCampaignCriterion(ctx context.Context, in *GetCampaignCriterionRequest, opts ...grpc.CallOption) (*resources.CampaignCriterion, error) { - out := new(resources.CampaignCriterion) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CampaignCriterionService/GetCampaignCriterion", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *campaignCriterionServiceClient) MutateCampaignCriteria(ctx context.Context, in *MutateCampaignCriteriaRequest, opts ...grpc.CallOption) (*MutateCampaignCriteriaResponse, error) { - out := new(MutateCampaignCriteriaResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CampaignCriterionService/MutateCampaignCriteria", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// CampaignCriterionServiceServer is the server API for CampaignCriterionService service. -type CampaignCriterionServiceServer interface { - // Returns the requested criterion in full detail. - GetCampaignCriterion(context.Context, *GetCampaignCriterionRequest) (*resources.CampaignCriterion, error) - // Creates, updates, or removes criteria. Operation statuses are returned. - MutateCampaignCriteria(context.Context, *MutateCampaignCriteriaRequest) (*MutateCampaignCriteriaResponse, error) -} - -func RegisterCampaignCriterionServiceServer(s *grpc.Server, srv CampaignCriterionServiceServer) { - s.RegisterService(&_CampaignCriterionService_serviceDesc, srv) -} - -func _CampaignCriterionService_GetCampaignCriterion_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetCampaignCriterionRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CampaignCriterionServiceServer).GetCampaignCriterion(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CampaignCriterionService/GetCampaignCriterion", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CampaignCriterionServiceServer).GetCampaignCriterion(ctx, req.(*GetCampaignCriterionRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _CampaignCriterionService_MutateCampaignCriteria_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateCampaignCriteriaRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CampaignCriterionServiceServer).MutateCampaignCriteria(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CampaignCriterionService/MutateCampaignCriteria", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CampaignCriterionServiceServer).MutateCampaignCriteria(ctx, req.(*MutateCampaignCriteriaRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _CampaignCriterionService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.CampaignCriterionService", - HandlerType: (*CampaignCriterionServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetCampaignCriterion", - Handler: _CampaignCriterionService_GetCampaignCriterion_Handler, - }, - { - MethodName: "MutateCampaignCriteria", - Handler: _CampaignCriterionService_MutateCampaignCriteria_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/campaign_criterion_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/campaign_criterion_service.proto", fileDescriptor_campaign_criterion_service_5b8c5edfbbb0e8d6) -} - -var fileDescriptor_campaign_criterion_service_5b8c5edfbbb0e8d6 = []byte{ - // 721 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0x4f, 0x6b, 0xd4, 0x4c, - 0x1c, 0xc7, 0x9f, 0x64, 0x1f, 0xfa, 0x3c, 0x9d, 0xad, 0x0a, 0xe3, 0xbf, 0xb0, 0xda, 0xba, 0xc4, - 0x82, 0x65, 0x0f, 0xc9, 0xb2, 0xd6, 0x4b, 0x6a, 0xb1, 0xbb, 0xd5, 0xb6, 0x1e, 0xfa, 0x87, 0x14, - 0x0a, 0xca, 0x42, 0x98, 0x26, 0xd3, 0x10, 0x9a, 0x64, 0xe2, 0xcc, 0x64, 0xa5, 0x94, 0x5e, 0xc4, - 0x77, 0xe0, 0x1b, 0x10, 0x8f, 0xbe, 0x0d, 0x05, 0xc1, 0xab, 0x67, 0x6f, 0x9e, 0xc4, 0x17, 0x21, - 0x93, 0xc9, 0xac, 0x6d, 0x77, 0xe3, 0x4a, 0xbd, 0xfd, 0xf2, 0x9b, 0x6f, 0x3e, 0xf3, 0xfb, 0x37, - 0x33, 0xa0, 0x1b, 0x12, 0x12, 0xc6, 0xd8, 0x46, 0x01, 0xb3, 0xa5, 0x29, 0xac, 0x41, 0xdb, 0x66, - 0x98, 0x0e, 0x22, 0x1f, 0x33, 0xdb, 0x47, 0x49, 0x86, 0xa2, 0x30, 0xf5, 0x7c, 0x1a, 0x71, 0x4c, - 0x23, 0x92, 0x7a, 0xe5, 0x9a, 0x95, 0x51, 0xc2, 0x09, 0x6c, 0xca, 0xff, 0x2c, 0x14, 0x30, 0x6b, - 0x88, 0xb0, 0x06, 0x6d, 0x4b, 0x21, 0x1a, 0x4e, 0xd5, 0x26, 0x14, 0x33, 0x92, 0xd3, 0xf1, 0xbb, - 0x48, 0x7a, 0xe3, 0xb6, 0xfa, 0x37, 0x8b, 0x6c, 0x94, 0xa6, 0x84, 0x23, 0x1e, 0x91, 0x94, 0x95, - 0xab, 0xe5, 0xde, 0x76, 0xf1, 0xb5, 0x9f, 0x1f, 0xd8, 0x07, 0x11, 0x8e, 0x03, 0x2f, 0x41, 0xec, - 0xb0, 0x54, 0xcc, 0x9d, 0x57, 0xbc, 0xa4, 0x28, 0xcb, 0x30, 0x55, 0x84, 0x9b, 0xe5, 0x3a, 0xcd, - 0x7c, 0x9b, 0x71, 0xc4, 0xf3, 0x72, 0xc1, 0xec, 0x81, 0x5b, 0xeb, 0x98, 0xaf, 0x96, 0x71, 0xad, - 0xaa, 0xb0, 0x5c, 0xfc, 0x22, 0xc7, 0x8c, 0xc3, 0xbb, 0xe0, 0x92, 0x8a, 0xde, 0x4b, 0x51, 0x82, - 0x0d, 0xad, 0xa9, 0x2d, 0x4c, 0xbb, 0x33, 0xca, 0xb9, 0x85, 0x12, 0x6c, 0xfe, 0xd0, 0xc0, 0xec, - 0x66, 0xce, 0x11, 0xc7, 0xe7, 0x38, 0x48, 0x61, 0xee, 0x80, 0xba, 0x9f, 0x33, 0x4e, 0x12, 0x4c, - 0xbd, 0x28, 0x28, 0x21, 0x40, 0xb9, 0x9e, 0x06, 0xb0, 0x0f, 0x00, 0xc9, 0x30, 0x95, 0x59, 0x1b, - 0x7a, 0xb3, 0xb6, 0x50, 0xef, 0x3c, 0xb4, 0x26, 0x95, 0xdc, 0x1a, 0x89, 0x7b, 0x5b, 0x41, 0xdc, - 0x53, 0x3c, 0x78, 0x0f, 0x5c, 0xc9, 0x10, 0xe5, 0x11, 0x8a, 0xbd, 0x03, 0x14, 0xc5, 0x39, 0xc5, - 0x46, 0xad, 0xa9, 0x2d, 0xfc, 0xef, 0x5e, 0x2e, 0xdd, 0x6b, 0xd2, 0x2b, 0xd2, 0x1d, 0xa0, 0x38, - 0x0a, 0x10, 0xc7, 0x1e, 0x49, 0xe3, 0x23, 0xe3, 0xdf, 0x42, 0x36, 0xa3, 0x9c, 0xdb, 0x69, 0x7c, - 0x64, 0xbe, 0xd5, 0x41, 0xa3, 0x7a, 0x63, 0xb8, 0x04, 0xea, 0x79, 0x56, 0x10, 0x44, 0x7f, 0x0a, - 0x42, 0xbd, 0xd3, 0x50, 0xb9, 0xa8, 0x06, 0x59, 0x6b, 0xa2, 0x85, 0x9b, 0x88, 0x1d, 0xba, 0x40, - 0xca, 0x85, 0x0d, 0xb7, 0xc0, 0x94, 0x4f, 0x31, 0xe2, 0xb2, 0xd0, 0xf5, 0xce, 0x62, 0x65, 0x0d, - 0x86, 0x43, 0x35, 0x5a, 0x84, 0x8d, 0x7f, 0xdc, 0x92, 0x22, 0x78, 0x92, 0x6e, 0xe8, 0x7f, 0xc7, - 0x93, 0x14, 0x68, 0x80, 0x29, 0x8a, 0x13, 0x32, 0x90, 0x05, 0x9c, 0x16, 0x2b, 0xf2, 0xbb, 0x57, - 0x07, 0xd3, 0xc3, 0x8a, 0x9b, 0x1f, 0x34, 0x30, 0x57, 0x35, 0x11, 0x2c, 0x23, 0x29, 0xc3, 0x70, - 0x0d, 0x5c, 0x3f, 0xd7, 0x13, 0x0f, 0x53, 0x4a, 0x68, 0x01, 0xae, 0x77, 0xa0, 0x0a, 0x94, 0x66, - 0xbe, 0xb5, 0x5b, 0x4c, 0xac, 0x7b, 0xf5, 0x6c, 0xb7, 0x9e, 0x08, 0x39, 0x7c, 0x06, 0xfe, 0xa3, - 0x98, 0xe5, 0x31, 0x57, 0x63, 0xf3, 0x68, 0xf2, 0xd8, 0x8c, 0x0d, 0x4d, 0x0c, 0xbd, 0xe0, 0xb8, - 0x8a, 0x67, 0x3e, 0xae, 0x18, 0x6b, 0xa5, 0xfc, 0xa3, 0xd3, 0xd1, 0xf9, 0x58, 0x03, 0xc6, 0x08, - 0x60, 0x57, 0x86, 0x02, 0x3f, 0x69, 0xe0, 0xda, 0xb8, 0xf3, 0x07, 0x97, 0x27, 0x67, 0xf1, 0x9b, - 0x73, 0xdb, 0xb8, 0x50, 0x9f, 0x4d, 0xe7, 0xd5, 0x97, 0x6f, 0x6f, 0xf4, 0x45, 0xd8, 0x11, 0xb7, - 0xd6, 0xf1, 0x99, 0xd4, 0x96, 0xd5, 0x61, 0x65, 0x76, 0x6b, 0x78, 0x8d, 0xa9, 0xa6, 0xda, 0xad, - 0x13, 0xf8, 0x55, 0x03, 0x37, 0xc6, 0xb7, 0x1c, 0x5e, 0xb4, 0x23, 0xea, 0xfa, 0x68, 0xac, 0x5c, - 0x1c, 0x20, 0xa7, 0xcd, 0x5c, 0x29, 0x32, 0x73, 0xcc, 0x07, 0x22, 0xb3, 0x5f, 0xa9, 0x1c, 0x9f, - 0xba, 0x95, 0x96, 0x5b, 0x27, 0x23, 0x89, 0x39, 0x49, 0x81, 0x75, 0xb4, 0x56, 0xef, 0xb5, 0x0e, - 0xe6, 0x7d, 0x92, 0x4c, 0x8c, 0xa4, 0x37, 0x5b, 0xd5, 0xec, 0x1d, 0x71, 0xf4, 0x77, 0xb4, 0xe7, - 0x1b, 0x25, 0x22, 0x24, 0x31, 0x4a, 0x43, 0x8b, 0xd0, 0xd0, 0x0e, 0x71, 0x5a, 0x5c, 0x0c, 0xea, - 0xdd, 0xc8, 0x22, 0x56, 0xfd, 0x56, 0x2d, 0x29, 0xe3, 0x9d, 0x5e, 0x5b, 0xef, 0x76, 0xdf, 0xeb, - 0xcd, 0x75, 0x09, 0xec, 0x06, 0xcc, 0x92, 0xa6, 0xb0, 0xf6, 0xda, 0x56, 0xb9, 0x31, 0xfb, 0xac, - 0x24, 0xfd, 0x6e, 0xc0, 0xfa, 0x43, 0x49, 0x7f, 0xaf, 0xdd, 0x57, 0x92, 0xef, 0xfa, 0xbc, 0xf4, - 0x3b, 0x4e, 0x37, 0x60, 0x8e, 0x33, 0x14, 0x39, 0xce, 0x5e, 0xdb, 0x71, 0x94, 0x6c, 0x7f, 0xaa, - 0x88, 0xf3, 0xfe, 0xcf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x59, 0x19, 0xb2, 0x03, 0x52, 0x07, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/campaign_feed_service.pb.go b/googleapis/ads/googleads/v0/services/campaign_feed_service.pb.go deleted file mode 100644 index bb93fac83c..0000000000 --- a/googleapis/ads/googleads/v0/services/campaign_feed_service.pb.go +++ /dev/null @@ -1,592 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/campaign_feed_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [CampaignFeedService.GetCampaignFeed][google.ads.googleads.v0.services.CampaignFeedService.GetCampaignFeed]. -type GetCampaignFeedRequest struct { - // The resource name of the campaign feed to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetCampaignFeedRequest) Reset() { *m = GetCampaignFeedRequest{} } -func (m *GetCampaignFeedRequest) String() string { return proto.CompactTextString(m) } -func (*GetCampaignFeedRequest) ProtoMessage() {} -func (*GetCampaignFeedRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_feed_service_a5d2ffb834d3ed7c, []int{0} -} -func (m *GetCampaignFeedRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetCampaignFeedRequest.Unmarshal(m, b) -} -func (m *GetCampaignFeedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetCampaignFeedRequest.Marshal(b, m, deterministic) -} -func (dst *GetCampaignFeedRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetCampaignFeedRequest.Merge(dst, src) -} -func (m *GetCampaignFeedRequest) XXX_Size() int { - return xxx_messageInfo_GetCampaignFeedRequest.Size(m) -} -func (m *GetCampaignFeedRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetCampaignFeedRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetCampaignFeedRequest proto.InternalMessageInfo - -func (m *GetCampaignFeedRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [CampaignFeedService.MutateCampaignFeeds][google.ads.googleads.v0.services.CampaignFeedService.MutateCampaignFeeds]. -type MutateCampaignFeedsRequest struct { - // The ID of the customer whose campaign feeds are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual campaign feeds. - Operations []*CampaignFeedOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignFeedsRequest) Reset() { *m = MutateCampaignFeedsRequest{} } -func (m *MutateCampaignFeedsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignFeedsRequest) ProtoMessage() {} -func (*MutateCampaignFeedsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_feed_service_a5d2ffb834d3ed7c, []int{1} -} -func (m *MutateCampaignFeedsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignFeedsRequest.Unmarshal(m, b) -} -func (m *MutateCampaignFeedsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignFeedsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignFeedsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignFeedsRequest.Merge(dst, src) -} -func (m *MutateCampaignFeedsRequest) XXX_Size() int { - return xxx_messageInfo_MutateCampaignFeedsRequest.Size(m) -} -func (m *MutateCampaignFeedsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignFeedsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignFeedsRequest proto.InternalMessageInfo - -func (m *MutateCampaignFeedsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateCampaignFeedsRequest) GetOperations() []*CampaignFeedOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateCampaignFeedsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateCampaignFeedsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on a campaign feed. -type CampaignFeedOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *CampaignFeedOperation_Create - // *CampaignFeedOperation_Update - // *CampaignFeedOperation_Remove - Operation isCampaignFeedOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignFeedOperation) Reset() { *m = CampaignFeedOperation{} } -func (m *CampaignFeedOperation) String() string { return proto.CompactTextString(m) } -func (*CampaignFeedOperation) ProtoMessage() {} -func (*CampaignFeedOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_feed_service_a5d2ffb834d3ed7c, []int{2} -} -func (m *CampaignFeedOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignFeedOperation.Unmarshal(m, b) -} -func (m *CampaignFeedOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignFeedOperation.Marshal(b, m, deterministic) -} -func (dst *CampaignFeedOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignFeedOperation.Merge(dst, src) -} -func (m *CampaignFeedOperation) XXX_Size() int { - return xxx_messageInfo_CampaignFeedOperation.Size(m) -} -func (m *CampaignFeedOperation) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignFeedOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignFeedOperation proto.InternalMessageInfo - -func (m *CampaignFeedOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isCampaignFeedOperation_Operation interface { - isCampaignFeedOperation_Operation() -} - -type CampaignFeedOperation_Create struct { - Create *resources.CampaignFeed `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type CampaignFeedOperation_Update struct { - Update *resources.CampaignFeed `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type CampaignFeedOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*CampaignFeedOperation_Create) isCampaignFeedOperation_Operation() {} - -func (*CampaignFeedOperation_Update) isCampaignFeedOperation_Operation() {} - -func (*CampaignFeedOperation_Remove) isCampaignFeedOperation_Operation() {} - -func (m *CampaignFeedOperation) GetOperation() isCampaignFeedOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *CampaignFeedOperation) GetCreate() *resources.CampaignFeed { - if x, ok := m.GetOperation().(*CampaignFeedOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *CampaignFeedOperation) GetUpdate() *resources.CampaignFeed { - if x, ok := m.GetOperation().(*CampaignFeedOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *CampaignFeedOperation) GetRemove() string { - if x, ok := m.GetOperation().(*CampaignFeedOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*CampaignFeedOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _CampaignFeedOperation_OneofMarshaler, _CampaignFeedOperation_OneofUnmarshaler, _CampaignFeedOperation_OneofSizer, []interface{}{ - (*CampaignFeedOperation_Create)(nil), - (*CampaignFeedOperation_Update)(nil), - (*CampaignFeedOperation_Remove)(nil), - } -} - -func _CampaignFeedOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*CampaignFeedOperation) - // operation - switch x := m.Operation.(type) { - case *CampaignFeedOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *CampaignFeedOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *CampaignFeedOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("CampaignFeedOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _CampaignFeedOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*CampaignFeedOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.CampaignFeed) - err := b.DecodeMessage(msg) - m.Operation = &CampaignFeedOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.CampaignFeed) - err := b.DecodeMessage(msg) - m.Operation = &CampaignFeedOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &CampaignFeedOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _CampaignFeedOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*CampaignFeedOperation) - // operation - switch x := m.Operation.(type) { - case *CampaignFeedOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignFeedOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignFeedOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for a campaign feed mutate. -type MutateCampaignFeedsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateCampaignFeedResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignFeedsResponse) Reset() { *m = MutateCampaignFeedsResponse{} } -func (m *MutateCampaignFeedsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignFeedsResponse) ProtoMessage() {} -func (*MutateCampaignFeedsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_feed_service_a5d2ffb834d3ed7c, []int{3} -} -func (m *MutateCampaignFeedsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignFeedsResponse.Unmarshal(m, b) -} -func (m *MutateCampaignFeedsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignFeedsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignFeedsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignFeedsResponse.Merge(dst, src) -} -func (m *MutateCampaignFeedsResponse) XXX_Size() int { - return xxx_messageInfo_MutateCampaignFeedsResponse.Size(m) -} -func (m *MutateCampaignFeedsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignFeedsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignFeedsResponse proto.InternalMessageInfo - -func (m *MutateCampaignFeedsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateCampaignFeedsResponse) GetResults() []*MutateCampaignFeedResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the campaign feed mutate. -type MutateCampaignFeedResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignFeedResult) Reset() { *m = MutateCampaignFeedResult{} } -func (m *MutateCampaignFeedResult) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignFeedResult) ProtoMessage() {} -func (*MutateCampaignFeedResult) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_feed_service_a5d2ffb834d3ed7c, []int{4} -} -func (m *MutateCampaignFeedResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignFeedResult.Unmarshal(m, b) -} -func (m *MutateCampaignFeedResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignFeedResult.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignFeedResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignFeedResult.Merge(dst, src) -} -func (m *MutateCampaignFeedResult) XXX_Size() int { - return xxx_messageInfo_MutateCampaignFeedResult.Size(m) -} -func (m *MutateCampaignFeedResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignFeedResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignFeedResult proto.InternalMessageInfo - -func (m *MutateCampaignFeedResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetCampaignFeedRequest)(nil), "google.ads.googleads.v0.services.GetCampaignFeedRequest") - proto.RegisterType((*MutateCampaignFeedsRequest)(nil), "google.ads.googleads.v0.services.MutateCampaignFeedsRequest") - proto.RegisterType((*CampaignFeedOperation)(nil), "google.ads.googleads.v0.services.CampaignFeedOperation") - proto.RegisterType((*MutateCampaignFeedsResponse)(nil), "google.ads.googleads.v0.services.MutateCampaignFeedsResponse") - proto.RegisterType((*MutateCampaignFeedResult)(nil), "google.ads.googleads.v0.services.MutateCampaignFeedResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// CampaignFeedServiceClient is the client API for CampaignFeedService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type CampaignFeedServiceClient interface { - // Returns the requested campaign feed in full detail. - GetCampaignFeed(ctx context.Context, in *GetCampaignFeedRequest, opts ...grpc.CallOption) (*resources.CampaignFeed, error) - // Creates, updates, or removes campaign feeds. Operation statuses are - // returned. - MutateCampaignFeeds(ctx context.Context, in *MutateCampaignFeedsRequest, opts ...grpc.CallOption) (*MutateCampaignFeedsResponse, error) -} - -type campaignFeedServiceClient struct { - cc *grpc.ClientConn -} - -func NewCampaignFeedServiceClient(cc *grpc.ClientConn) CampaignFeedServiceClient { - return &campaignFeedServiceClient{cc} -} - -func (c *campaignFeedServiceClient) GetCampaignFeed(ctx context.Context, in *GetCampaignFeedRequest, opts ...grpc.CallOption) (*resources.CampaignFeed, error) { - out := new(resources.CampaignFeed) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CampaignFeedService/GetCampaignFeed", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *campaignFeedServiceClient) MutateCampaignFeeds(ctx context.Context, in *MutateCampaignFeedsRequest, opts ...grpc.CallOption) (*MutateCampaignFeedsResponse, error) { - out := new(MutateCampaignFeedsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CampaignFeedService/MutateCampaignFeeds", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// CampaignFeedServiceServer is the server API for CampaignFeedService service. -type CampaignFeedServiceServer interface { - // Returns the requested campaign feed in full detail. - GetCampaignFeed(context.Context, *GetCampaignFeedRequest) (*resources.CampaignFeed, error) - // Creates, updates, or removes campaign feeds. Operation statuses are - // returned. - MutateCampaignFeeds(context.Context, *MutateCampaignFeedsRequest) (*MutateCampaignFeedsResponse, error) -} - -func RegisterCampaignFeedServiceServer(s *grpc.Server, srv CampaignFeedServiceServer) { - s.RegisterService(&_CampaignFeedService_serviceDesc, srv) -} - -func _CampaignFeedService_GetCampaignFeed_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetCampaignFeedRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CampaignFeedServiceServer).GetCampaignFeed(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CampaignFeedService/GetCampaignFeed", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CampaignFeedServiceServer).GetCampaignFeed(ctx, req.(*GetCampaignFeedRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _CampaignFeedService_MutateCampaignFeeds_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateCampaignFeedsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CampaignFeedServiceServer).MutateCampaignFeeds(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CampaignFeedService/MutateCampaignFeeds", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CampaignFeedServiceServer).MutateCampaignFeeds(ctx, req.(*MutateCampaignFeedsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _CampaignFeedService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.CampaignFeedService", - HandlerType: (*CampaignFeedServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetCampaignFeed", - Handler: _CampaignFeedService_GetCampaignFeed_Handler, - }, - { - MethodName: "MutateCampaignFeeds", - Handler: _CampaignFeedService_MutateCampaignFeeds_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/campaign_feed_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/campaign_feed_service.proto", fileDescriptor_campaign_feed_service_a5d2ffb834d3ed7c) -} - -var fileDescriptor_campaign_feed_service_a5d2ffb834d3ed7c = []byte{ - // 713 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0xc1, 0x6e, 0xd3, 0x40, - 0x10, 0xc5, 0x0e, 0x2a, 0x74, 0x5d, 0xa8, 0xb4, 0x55, 0xc1, 0x0a, 0x08, 0x22, 0x53, 0x89, 0x2a, - 0x07, 0x3b, 0x04, 0xa1, 0x22, 0xb7, 0x11, 0x4a, 0x11, 0x69, 0x7b, 0x28, 0xad, 0x5c, 0x54, 0x24, - 0x14, 0xc9, 0xda, 0xda, 0x1b, 0xcb, 0xaa, 0xed, 0x35, 0xbb, 0xeb, 0xa0, 0xaa, 0xea, 0x85, 0x3f, - 0x40, 0x7c, 0x01, 0x1c, 0xb9, 0x73, 0xe2, 0x0f, 0xb8, 0x21, 0x7e, 0xa1, 0x27, 0x7e, 0x02, 0x64, - 0xaf, 0x37, 0x24, 0x6d, 0xa2, 0x40, 0x6e, 0xe3, 0xd9, 0x37, 0x6f, 0x66, 0xf6, 0xcd, 0x8e, 0xc1, - 0x46, 0x40, 0x48, 0x10, 0x61, 0x0b, 0xf9, 0xcc, 0x12, 0x66, 0x6e, 0xf5, 0x1b, 0x16, 0xc3, 0xb4, - 0x1f, 0x7a, 0x98, 0x59, 0x1e, 0x8a, 0x53, 0x14, 0x06, 0x89, 0xdb, 0xc3, 0xd8, 0x77, 0x4b, 0xb7, - 0x99, 0x52, 0xc2, 0x09, 0xac, 0x89, 0x10, 0x13, 0xf9, 0xcc, 0x1c, 0x44, 0x9b, 0xfd, 0x86, 0x29, - 0xa3, 0xab, 0x4f, 0x26, 0xf1, 0x53, 0xcc, 0x48, 0x46, 0x2f, 0x25, 0x10, 0xc4, 0xd5, 0xbb, 0x32, - 0x2c, 0x0d, 0x2d, 0x94, 0x24, 0x84, 0x23, 0x1e, 0x92, 0x84, 0x95, 0xa7, 0x65, 0x5a, 0xab, 0xf8, - 0x3a, 0xca, 0x7a, 0x56, 0x2f, 0xc4, 0x91, 0xef, 0xc6, 0x88, 0x1d, 0x97, 0x88, 0x7b, 0x17, 0x11, - 0xef, 0x28, 0x4a, 0x53, 0x4c, 0x25, 0xc3, 0xed, 0xf2, 0x9c, 0xa6, 0x9e, 0xc5, 0x38, 0xe2, 0x59, - 0x79, 0x60, 0xb4, 0xc0, 0xad, 0x2d, 0xcc, 0x9f, 0x97, 0x25, 0x75, 0x30, 0xf6, 0x1d, 0xfc, 0x36, - 0xc3, 0x8c, 0xc3, 0x07, 0xe0, 0x86, 0xac, 0xd9, 0x4d, 0x50, 0x8c, 0x75, 0xa5, 0xa6, 0xac, 0xce, - 0x3b, 0x0b, 0xd2, 0xf9, 0x12, 0xc5, 0xd8, 0x38, 0x57, 0x40, 0x75, 0x37, 0xe3, 0x88, 0xe3, 0x61, - 0x0a, 0x26, 0x39, 0xee, 0x03, 0xcd, 0xcb, 0x18, 0x27, 0x31, 0xa6, 0x6e, 0xe8, 0x97, 0x0c, 0x40, - 0xba, 0x76, 0x7c, 0xf8, 0x1a, 0x00, 0x92, 0x62, 0x2a, 0xba, 0xd5, 0xd5, 0x5a, 0x65, 0x55, 0x6b, - 0xae, 0x99, 0xd3, 0x6e, 0xd9, 0x1c, 0x4e, 0xb6, 0x27, 0xe3, 0x9d, 0x21, 0x2a, 0xf8, 0x10, 0x2c, - 0xa6, 0x88, 0xf2, 0x10, 0x45, 0x6e, 0x0f, 0x85, 0x51, 0x46, 0xb1, 0x5e, 0xa9, 0x29, 0xab, 0xd7, - 0x9d, 0x9b, 0xa5, 0xbb, 0x23, 0xbc, 0x79, 0x9b, 0x7d, 0x14, 0x85, 0x3e, 0xe2, 0xd8, 0x25, 0x49, - 0x74, 0xa2, 0x5f, 0x2d, 0x60, 0x0b, 0xd2, 0xb9, 0x97, 0x44, 0x27, 0xc6, 0x07, 0x15, 0x2c, 0x8f, - 0xcd, 0x09, 0xd7, 0x81, 0x96, 0xa5, 0x45, 0x70, 0xae, 0x46, 0x11, 0xac, 0x35, 0xab, 0xb2, 0x03, - 0x29, 0x87, 0xd9, 0xc9, 0x05, 0xdb, 0x45, 0xec, 0xd8, 0x01, 0x02, 0x9e, 0xdb, 0x70, 0x07, 0xcc, - 0x79, 0x14, 0x23, 0x2e, 0xee, 0x56, 0x6b, 0x5a, 0x13, 0x3b, 0x1f, 0x4c, 0xcf, 0x48, 0xeb, 0xdb, - 0x57, 0x9c, 0x92, 0x20, 0xa7, 0x12, 0xc4, 0xba, 0x3a, 0x33, 0x95, 0x20, 0x80, 0x3a, 0x98, 0xa3, - 0x38, 0x26, 0x7d, 0x71, 0x63, 0xf3, 0xf9, 0x89, 0xf8, 0xde, 0xd4, 0xc0, 0xfc, 0xe0, 0x8a, 0x8d, - 0x6f, 0x0a, 0xb8, 0x33, 0x56, 0x7a, 0x96, 0x92, 0x84, 0x61, 0xd8, 0x01, 0xcb, 0x17, 0x14, 0x70, - 0x31, 0xa5, 0x84, 0x16, 0xac, 0x5a, 0x13, 0xca, 0x02, 0x69, 0xea, 0x99, 0x07, 0xc5, 0x48, 0x3a, - 0x4b, 0xa3, 0xda, 0xbc, 0xc8, 0xe1, 0xf0, 0x15, 0xb8, 0x46, 0x31, 0xcb, 0x22, 0x2e, 0xe7, 0xc3, - 0x9e, 0x3e, 0x1f, 0x97, 0xeb, 0x72, 0x0a, 0x0a, 0x47, 0x52, 0x19, 0xcf, 0x80, 0x3e, 0x09, 0xf4, - 0x4f, 0x93, 0xdf, 0xfc, 0x54, 0x01, 0x4b, 0xc3, 0xb1, 0x07, 0x22, 0x37, 0xfc, 0xaa, 0x80, 0xc5, - 0x0b, 0x2f, 0x0a, 0x3e, 0x9d, 0x5e, 0xf1, 0xf8, 0x47, 0x58, 0xfd, 0x5f, 0x19, 0x8d, 0xb5, 0xf7, - 0x3f, 0xcf, 0x3f, 0xaa, 0x8f, 0xa0, 0x95, 0xef, 0x9c, 0xd3, 0x91, 0x36, 0x5a, 0xf2, 0xdd, 0x31, - 0xab, 0x3e, 0x58, 0x42, 0x85, 0x66, 0x56, 0xfd, 0x0c, 0xfe, 0x50, 0xc0, 0xd2, 0x18, 0x39, 0xe1, - 0xc6, 0x2c, 0xb7, 0x2d, 0x17, 0x40, 0xb5, 0x35, 0x63, 0xb4, 0x98, 0x21, 0xa3, 0x55, 0x74, 0xb3, - 0x66, 0x34, 0xf3, 0x6e, 0xfe, 0x96, 0x7f, 0x3a, 0xb4, 0x54, 0x5a, 0xf5, 0xb3, 0xd1, 0x66, 0xec, - 0xb8, 0x20, 0xb4, 0x95, 0xfa, 0xe6, 0x6f, 0x05, 0xac, 0x78, 0x24, 0x9e, 0x5a, 0xc3, 0xa6, 0x3e, - 0x46, 0xc9, 0xfd, 0xfc, 0xed, 0xee, 0x2b, 0x6f, 0xb6, 0xcb, 0xe8, 0x80, 0x44, 0x28, 0x09, 0x4c, - 0x42, 0x03, 0x2b, 0xc0, 0x49, 0xf1, 0xb2, 0xe5, 0x86, 0x4f, 0x43, 0x36, 0xf9, 0x87, 0xb2, 0x2e, - 0x8d, 0xcf, 0x6a, 0x65, 0xab, 0xdd, 0xfe, 0xa2, 0xd6, 0xb6, 0x04, 0x61, 0xdb, 0x67, 0xa6, 0x30, - 0x73, 0xeb, 0xb0, 0x61, 0x96, 0x89, 0xd9, 0x77, 0x09, 0xe9, 0xb6, 0x7d, 0xd6, 0x1d, 0x40, 0xba, - 0x87, 0x8d, 0xae, 0x84, 0xfc, 0x52, 0x57, 0x84, 0xdf, 0xb6, 0xdb, 0x3e, 0xb3, 0xed, 0x01, 0xc8, - 0xb6, 0x0f, 0x1b, 0xb6, 0x2d, 0x61, 0x47, 0x73, 0x45, 0x9d, 0x8f, 0xff, 0x04, 0x00, 0x00, 0xff, - 0xff, 0x37, 0xcb, 0x9f, 0x04, 0xf7, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/campaign_service.pb.go b/googleapis/ads/googleads/v0/services/campaign_service.pb.go deleted file mode 100644 index da958ba84e..0000000000 --- a/googleapis/ads/googleads/v0/services/campaign_service.pb.go +++ /dev/null @@ -1,589 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/campaign_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [CampaignService.GetCampaign][google.ads.googleads.v0.services.CampaignService.GetCampaign]. -type GetCampaignRequest struct { - // The resource name of the campaign to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetCampaignRequest) Reset() { *m = GetCampaignRequest{} } -func (m *GetCampaignRequest) String() string { return proto.CompactTextString(m) } -func (*GetCampaignRequest) ProtoMessage() {} -func (*GetCampaignRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_service_568fd27aee04fe9b, []int{0} -} -func (m *GetCampaignRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetCampaignRequest.Unmarshal(m, b) -} -func (m *GetCampaignRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetCampaignRequest.Marshal(b, m, deterministic) -} -func (dst *GetCampaignRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetCampaignRequest.Merge(dst, src) -} -func (m *GetCampaignRequest) XXX_Size() int { - return xxx_messageInfo_GetCampaignRequest.Size(m) -} -func (m *GetCampaignRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetCampaignRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetCampaignRequest proto.InternalMessageInfo - -func (m *GetCampaignRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [CampaignService.MutateCampaigns][google.ads.googleads.v0.services.CampaignService.MutateCampaigns]. -type MutateCampaignsRequest struct { - // The ID of the customer whose campaigns are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual campaigns. - Operations []*CampaignOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignsRequest) Reset() { *m = MutateCampaignsRequest{} } -func (m *MutateCampaignsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignsRequest) ProtoMessage() {} -func (*MutateCampaignsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_service_568fd27aee04fe9b, []int{1} -} -func (m *MutateCampaignsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignsRequest.Unmarshal(m, b) -} -func (m *MutateCampaignsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignsRequest.Merge(dst, src) -} -func (m *MutateCampaignsRequest) XXX_Size() int { - return xxx_messageInfo_MutateCampaignsRequest.Size(m) -} -func (m *MutateCampaignsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignsRequest proto.InternalMessageInfo - -func (m *MutateCampaignsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateCampaignsRequest) GetOperations() []*CampaignOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateCampaignsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateCampaignsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on a campaign. -type CampaignOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *CampaignOperation_Create - // *CampaignOperation_Update - // *CampaignOperation_Remove - Operation isCampaignOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignOperation) Reset() { *m = CampaignOperation{} } -func (m *CampaignOperation) String() string { return proto.CompactTextString(m) } -func (*CampaignOperation) ProtoMessage() {} -func (*CampaignOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_service_568fd27aee04fe9b, []int{2} -} -func (m *CampaignOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignOperation.Unmarshal(m, b) -} -func (m *CampaignOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignOperation.Marshal(b, m, deterministic) -} -func (dst *CampaignOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignOperation.Merge(dst, src) -} -func (m *CampaignOperation) XXX_Size() int { - return xxx_messageInfo_CampaignOperation.Size(m) -} -func (m *CampaignOperation) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignOperation proto.InternalMessageInfo - -func (m *CampaignOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isCampaignOperation_Operation interface { - isCampaignOperation_Operation() -} - -type CampaignOperation_Create struct { - Create *resources.Campaign `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type CampaignOperation_Update struct { - Update *resources.Campaign `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type CampaignOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*CampaignOperation_Create) isCampaignOperation_Operation() {} - -func (*CampaignOperation_Update) isCampaignOperation_Operation() {} - -func (*CampaignOperation_Remove) isCampaignOperation_Operation() {} - -func (m *CampaignOperation) GetOperation() isCampaignOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *CampaignOperation) GetCreate() *resources.Campaign { - if x, ok := m.GetOperation().(*CampaignOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *CampaignOperation) GetUpdate() *resources.Campaign { - if x, ok := m.GetOperation().(*CampaignOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *CampaignOperation) GetRemove() string { - if x, ok := m.GetOperation().(*CampaignOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*CampaignOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _CampaignOperation_OneofMarshaler, _CampaignOperation_OneofUnmarshaler, _CampaignOperation_OneofSizer, []interface{}{ - (*CampaignOperation_Create)(nil), - (*CampaignOperation_Update)(nil), - (*CampaignOperation_Remove)(nil), - } -} - -func _CampaignOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*CampaignOperation) - // operation - switch x := m.Operation.(type) { - case *CampaignOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *CampaignOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *CampaignOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("CampaignOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _CampaignOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*CampaignOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.Campaign) - err := b.DecodeMessage(msg) - m.Operation = &CampaignOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.Campaign) - err := b.DecodeMessage(msg) - m.Operation = &CampaignOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &CampaignOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _CampaignOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*CampaignOperation) - // operation - switch x := m.Operation.(type) { - case *CampaignOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for campaign mutate. -type MutateCampaignsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateCampaignResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignsResponse) Reset() { *m = MutateCampaignsResponse{} } -func (m *MutateCampaignsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignsResponse) ProtoMessage() {} -func (*MutateCampaignsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_service_568fd27aee04fe9b, []int{3} -} -func (m *MutateCampaignsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignsResponse.Unmarshal(m, b) -} -func (m *MutateCampaignsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignsResponse.Merge(dst, src) -} -func (m *MutateCampaignsResponse) XXX_Size() int { - return xxx_messageInfo_MutateCampaignsResponse.Size(m) -} -func (m *MutateCampaignsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignsResponse proto.InternalMessageInfo - -func (m *MutateCampaignsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateCampaignsResponse) GetResults() []*MutateCampaignResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the campaign mutate. -type MutateCampaignResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignResult) Reset() { *m = MutateCampaignResult{} } -func (m *MutateCampaignResult) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignResult) ProtoMessage() {} -func (*MutateCampaignResult) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_service_568fd27aee04fe9b, []int{4} -} -func (m *MutateCampaignResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignResult.Unmarshal(m, b) -} -func (m *MutateCampaignResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignResult.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignResult.Merge(dst, src) -} -func (m *MutateCampaignResult) XXX_Size() int { - return xxx_messageInfo_MutateCampaignResult.Size(m) -} -func (m *MutateCampaignResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignResult proto.InternalMessageInfo - -func (m *MutateCampaignResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetCampaignRequest)(nil), "google.ads.googleads.v0.services.GetCampaignRequest") - proto.RegisterType((*MutateCampaignsRequest)(nil), "google.ads.googleads.v0.services.MutateCampaignsRequest") - proto.RegisterType((*CampaignOperation)(nil), "google.ads.googleads.v0.services.CampaignOperation") - proto.RegisterType((*MutateCampaignsResponse)(nil), "google.ads.googleads.v0.services.MutateCampaignsResponse") - proto.RegisterType((*MutateCampaignResult)(nil), "google.ads.googleads.v0.services.MutateCampaignResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// CampaignServiceClient is the client API for CampaignService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type CampaignServiceClient interface { - // Returns the requested campaign in full detail. - GetCampaign(ctx context.Context, in *GetCampaignRequest, opts ...grpc.CallOption) (*resources.Campaign, error) - // Creates, updates, or removes campaigns. Operation statuses are returned. - MutateCampaigns(ctx context.Context, in *MutateCampaignsRequest, opts ...grpc.CallOption) (*MutateCampaignsResponse, error) -} - -type campaignServiceClient struct { - cc *grpc.ClientConn -} - -func NewCampaignServiceClient(cc *grpc.ClientConn) CampaignServiceClient { - return &campaignServiceClient{cc} -} - -func (c *campaignServiceClient) GetCampaign(ctx context.Context, in *GetCampaignRequest, opts ...grpc.CallOption) (*resources.Campaign, error) { - out := new(resources.Campaign) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CampaignService/GetCampaign", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *campaignServiceClient) MutateCampaigns(ctx context.Context, in *MutateCampaignsRequest, opts ...grpc.CallOption) (*MutateCampaignsResponse, error) { - out := new(MutateCampaignsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CampaignService/MutateCampaigns", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// CampaignServiceServer is the server API for CampaignService service. -type CampaignServiceServer interface { - // Returns the requested campaign in full detail. - GetCampaign(context.Context, *GetCampaignRequest) (*resources.Campaign, error) - // Creates, updates, or removes campaigns. Operation statuses are returned. - MutateCampaigns(context.Context, *MutateCampaignsRequest) (*MutateCampaignsResponse, error) -} - -func RegisterCampaignServiceServer(s *grpc.Server, srv CampaignServiceServer) { - s.RegisterService(&_CampaignService_serviceDesc, srv) -} - -func _CampaignService_GetCampaign_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetCampaignRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CampaignServiceServer).GetCampaign(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CampaignService/GetCampaign", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CampaignServiceServer).GetCampaign(ctx, req.(*GetCampaignRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _CampaignService_MutateCampaigns_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateCampaignsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CampaignServiceServer).MutateCampaigns(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CampaignService/MutateCampaigns", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CampaignServiceServer).MutateCampaigns(ctx, req.(*MutateCampaignsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _CampaignService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.CampaignService", - HandlerType: (*CampaignServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetCampaign", - Handler: _CampaignService_GetCampaign_Handler, - }, - { - MethodName: "MutateCampaigns", - Handler: _CampaignService_MutateCampaigns_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/campaign_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/campaign_service.proto", fileDescriptor_campaign_service_568fd27aee04fe9b) -} - -var fileDescriptor_campaign_service_568fd27aee04fe9b = []byte{ - // 702 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4d, 0x6b, 0xd4, 0x40, - 0x18, 0x36, 0xa9, 0x54, 0x3b, 0xa9, 0x16, 0xc7, 0x6a, 0x97, 0x45, 0x74, 0x89, 0x05, 0xcb, 0x16, - 0x27, 0xcb, 0xae, 0xa8, 0x4d, 0xe9, 0x61, 0x2b, 0xfd, 0xf0, 0x50, 0x5b, 0x52, 0xe8, 0x41, 0x16, - 0xc2, 0x34, 0x99, 0x86, 0xd0, 0x24, 0x13, 0x67, 0x26, 0x2b, 0xa5, 0xf4, 0x22, 0xf8, 0x0b, 0xfc, - 0x07, 0x82, 0x17, 0xaf, 0xfe, 0x02, 0xaf, 0x5e, 0xbd, 0x7a, 0xf4, 0xe4, 0x5f, 0x10, 0x41, 0x92, - 0xc9, 0xa4, 0xdb, 0xad, 0xcb, 0xda, 0xde, 0x26, 0x6f, 0x9e, 0xe7, 0x79, 0x9f, 0x79, 0x3f, 0x06, - 0x3c, 0x0b, 0x28, 0x0d, 0x22, 0x62, 0x61, 0x9f, 0x5b, 0xf2, 0x98, 0x9f, 0xfa, 0x2d, 0x8b, 0x13, - 0xd6, 0x0f, 0x3d, 0xc2, 0x2d, 0x0f, 0xc7, 0x29, 0x0e, 0x83, 0xc4, 0x2d, 0x23, 0x28, 0x65, 0x54, - 0x50, 0xd8, 0x90, 0x68, 0x84, 0x7d, 0x8e, 0x2a, 0x22, 0xea, 0xb7, 0x90, 0x22, 0xd6, 0x5b, 0xa3, - 0xa4, 0x19, 0xe1, 0x34, 0x63, 0x83, 0xda, 0x52, 0xb3, 0x7e, 0x4f, 0x31, 0xd2, 0xd0, 0xc2, 0x49, - 0x42, 0x05, 0x16, 0x21, 0x4d, 0x78, 0xf9, 0xb7, 0xcc, 0x68, 0x15, 0x5f, 0xfb, 0xd9, 0x81, 0x75, - 0x10, 0x92, 0xc8, 0x77, 0x63, 0xcc, 0x0f, 0x4b, 0xc4, 0xfd, 0x61, 0xc4, 0x5b, 0x86, 0xd3, 0x94, - 0x30, 0xa5, 0x30, 0x57, 0xfe, 0x67, 0xa9, 0x67, 0x71, 0x81, 0x45, 0x56, 0xfe, 0x30, 0x97, 0x00, - 0xdc, 0x20, 0xe2, 0x45, 0xe9, 0xc6, 0x21, 0x6f, 0x32, 0xc2, 0x05, 0x7c, 0x08, 0x6e, 0x28, 0xab, - 0x6e, 0x82, 0x63, 0x52, 0xd3, 0x1a, 0xda, 0xc2, 0x94, 0x33, 0xad, 0x82, 0xaf, 0x70, 0x4c, 0xcc, - 0x1f, 0x1a, 0xb8, 0xbb, 0x95, 0x09, 0x2c, 0x88, 0xa2, 0x73, 0xc5, 0x7f, 0x00, 0x0c, 0x2f, 0xe3, - 0x82, 0xc6, 0x84, 0xb9, 0xa1, 0x5f, 0xb2, 0x81, 0x0a, 0xbd, 0xf4, 0xe1, 0x2e, 0x00, 0x34, 0x25, - 0x4c, 0xde, 0xb2, 0xa6, 0x37, 0x26, 0x16, 0x8c, 0x76, 0x07, 0x8d, 0x2b, 0x2c, 0x52, 0x89, 0xb6, - 0x15, 0xd7, 0x19, 0x90, 0x81, 0x8f, 0xc0, 0x4c, 0x8a, 0x99, 0x08, 0x71, 0xe4, 0x1e, 0xe0, 0x30, - 0xca, 0x18, 0xa9, 0x4d, 0x34, 0xb4, 0x85, 0xeb, 0xce, 0xcd, 0x32, 0xbc, 0x2e, 0xa3, 0xf9, 0xf5, - 0xfa, 0x38, 0x0a, 0x7d, 0x2c, 0x88, 0x4b, 0x93, 0xe8, 0xa8, 0x76, 0xb5, 0x80, 0x4d, 0xab, 0xe0, - 0x76, 0x12, 0x1d, 0x99, 0xef, 0x75, 0x70, 0xeb, 0x5c, 0x3e, 0xb8, 0x0c, 0x8c, 0x2c, 0x2d, 0x88, - 0x79, 0xf5, 0x0b, 0xa2, 0xd1, 0xae, 0x2b, 0xe7, 0xaa, 0xfc, 0x68, 0x3d, 0x6f, 0xd0, 0x16, 0xe6, - 0x87, 0x0e, 0x90, 0xf0, 0xfc, 0x0c, 0xd7, 0xc0, 0xa4, 0xc7, 0x08, 0x16, 0xb2, 0x9e, 0x46, 0x7b, - 0x71, 0xe4, 0x8d, 0xab, 0x41, 0xa9, 0xae, 0xbc, 0x79, 0xc5, 0x29, 0xc9, 0xb9, 0x8c, 0x14, 0xad, - 0xe9, 0x97, 0x92, 0x91, 0x64, 0x58, 0x03, 0x93, 0x8c, 0xc4, 0xb4, 0x2f, 0xab, 0x34, 0x95, 0xff, - 0x91, 0xdf, 0xab, 0x06, 0x98, 0xaa, 0xca, 0x6a, 0x7e, 0xd1, 0xc0, 0xdc, 0xb9, 0x36, 0xf3, 0x94, - 0x26, 0x9c, 0xc0, 0x75, 0x70, 0x67, 0xa8, 0xe2, 0x2e, 0x61, 0x8c, 0xb2, 0x42, 0xd1, 0x68, 0x43, - 0x65, 0x8c, 0xa5, 0x1e, 0xda, 0x2d, 0xc6, 0xce, 0xb9, 0x7d, 0xb6, 0x17, 0x6b, 0x39, 0x1c, 0xee, - 0x80, 0x6b, 0x8c, 0xf0, 0x2c, 0x12, 0x6a, 0x16, 0x9e, 0x8e, 0x9f, 0x85, 0xb3, 0x9e, 0x9c, 0x82, - 0xee, 0x28, 0x19, 0x73, 0x19, 0xcc, 0xfe, 0x0b, 0xf0, 0x5f, 0x93, 0xdd, 0xfe, 0xa3, 0x83, 0x19, - 0xc5, 0xdb, 0x95, 0xf9, 0xe0, 0x27, 0x0d, 0x18, 0x03, 0x9b, 0x02, 0x9f, 0x8c, 0x77, 0x78, 0x7e, - 0xb1, 0xea, 0x17, 0x69, 0x95, 0xd9, 0x79, 0xf7, 0xfd, 0xe7, 0x07, 0xfd, 0x31, 0x5c, 0xcc, 0x9f, - 0x8e, 0xe3, 0x33, 0xb6, 0x57, 0xd4, 0x2e, 0x71, 0xab, 0x59, 0xbd, 0x25, 0xdc, 0x6a, 0x9e, 0xc0, - 0xaf, 0x1a, 0x98, 0x19, 0x6a, 0x17, 0x7c, 0x7e, 0xd1, 0x6a, 0xaa, 0x45, 0xae, 0x2f, 0x5d, 0x82, - 0x29, 0x67, 0xc3, 0x5c, 0x2a, 0xdc, 0x77, 0x4c, 0x94, 0xbb, 0x3f, 0xb5, 0x7b, 0x3c, 0xf0, 0x30, - 0xac, 0x34, 0x4f, 0x4e, 0xcd, 0xdb, 0x71, 0x21, 0x64, 0x6b, 0xcd, 0xd5, 0xdf, 0x1a, 0x98, 0xf7, - 0x68, 0x3c, 0x36, 0xf7, 0xea, 0xec, 0x50, 0x97, 0x76, 0xf2, 0xfd, 0xdb, 0xd1, 0x5e, 0x6f, 0x96, - 0xcc, 0x80, 0x46, 0x38, 0x09, 0x10, 0x65, 0x81, 0x15, 0x90, 0xa4, 0xd8, 0x4e, 0xf5, 0x20, 0xa7, - 0x21, 0x1f, 0xfd, 0xf4, 0x2f, 0xab, 0xc3, 0x47, 0x7d, 0x62, 0xa3, 0xdb, 0xfd, 0xac, 0x37, 0x36, - 0xa4, 0x60, 0xd7, 0xe7, 0x48, 0x1e, 0xf3, 0xd3, 0x5e, 0x0b, 0x95, 0x89, 0xf9, 0x37, 0x05, 0xe9, - 0x75, 0x7d, 0xde, 0xab, 0x20, 0xbd, 0xbd, 0x56, 0x4f, 0x41, 0x7e, 0xe9, 0xf3, 0x32, 0x6e, 0xdb, - 0x5d, 0x9f, 0xdb, 0x76, 0x05, 0xb2, 0xed, 0xbd, 0x96, 0x6d, 0x2b, 0xd8, 0xfe, 0x64, 0xe1, 0xb3, - 0xf3, 0x37, 0x00, 0x00, 0xff, 0xff, 0x3b, 0x32, 0x96, 0x28, 0xa1, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/campaign_shared_set_service.pb.go b/googleapis/ads/googleads/v0/services/campaign_shared_set_service.pb.go deleted file mode 100644 index fb6567462c..0000000000 --- a/googleapis/ads/googleads/v0/services/campaign_shared_set_service.pb.go +++ /dev/null @@ -1,544 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/campaign_shared_set_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [CampaignSharedSetService.GetCampaignSharedSet][google.ads.googleads.v0.services.CampaignSharedSetService.GetCampaignSharedSet]. -type GetCampaignSharedSetRequest struct { - // The resource name of the campaign shared set to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetCampaignSharedSetRequest) Reset() { *m = GetCampaignSharedSetRequest{} } -func (m *GetCampaignSharedSetRequest) String() string { return proto.CompactTextString(m) } -func (*GetCampaignSharedSetRequest) ProtoMessage() {} -func (*GetCampaignSharedSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_service_d31dba2bcb6adfd0, []int{0} -} -func (m *GetCampaignSharedSetRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetCampaignSharedSetRequest.Unmarshal(m, b) -} -func (m *GetCampaignSharedSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetCampaignSharedSetRequest.Marshal(b, m, deterministic) -} -func (dst *GetCampaignSharedSetRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetCampaignSharedSetRequest.Merge(dst, src) -} -func (m *GetCampaignSharedSetRequest) XXX_Size() int { - return xxx_messageInfo_GetCampaignSharedSetRequest.Size(m) -} -func (m *GetCampaignSharedSetRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetCampaignSharedSetRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetCampaignSharedSetRequest proto.InternalMessageInfo - -func (m *GetCampaignSharedSetRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [CampaignSharedSetService.MutateCampaignSharedSets][google.ads.googleads.v0.services.CampaignSharedSetService.MutateCampaignSharedSets]. -type MutateCampaignSharedSetsRequest struct { - // The ID of the customer whose campaign shared sets are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual campaign shared sets. - Operations []*CampaignSharedSetOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignSharedSetsRequest) Reset() { *m = MutateCampaignSharedSetsRequest{} } -func (m *MutateCampaignSharedSetsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignSharedSetsRequest) ProtoMessage() {} -func (*MutateCampaignSharedSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_service_d31dba2bcb6adfd0, []int{1} -} -func (m *MutateCampaignSharedSetsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignSharedSetsRequest.Unmarshal(m, b) -} -func (m *MutateCampaignSharedSetsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignSharedSetsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignSharedSetsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignSharedSetsRequest.Merge(dst, src) -} -func (m *MutateCampaignSharedSetsRequest) XXX_Size() int { - return xxx_messageInfo_MutateCampaignSharedSetsRequest.Size(m) -} -func (m *MutateCampaignSharedSetsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignSharedSetsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignSharedSetsRequest proto.InternalMessageInfo - -func (m *MutateCampaignSharedSetsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateCampaignSharedSetsRequest) GetOperations() []*CampaignSharedSetOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateCampaignSharedSetsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateCampaignSharedSetsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, remove) on an campaign shared set. -type CampaignSharedSetOperation struct { - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *CampaignSharedSetOperation_Create - // *CampaignSharedSetOperation_Remove - Operation isCampaignSharedSetOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CampaignSharedSetOperation) Reset() { *m = CampaignSharedSetOperation{} } -func (m *CampaignSharedSetOperation) String() string { return proto.CompactTextString(m) } -func (*CampaignSharedSetOperation) ProtoMessage() {} -func (*CampaignSharedSetOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_service_d31dba2bcb6adfd0, []int{2} -} -func (m *CampaignSharedSetOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CampaignSharedSetOperation.Unmarshal(m, b) -} -func (m *CampaignSharedSetOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CampaignSharedSetOperation.Marshal(b, m, deterministic) -} -func (dst *CampaignSharedSetOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_CampaignSharedSetOperation.Merge(dst, src) -} -func (m *CampaignSharedSetOperation) XXX_Size() int { - return xxx_messageInfo_CampaignSharedSetOperation.Size(m) -} -func (m *CampaignSharedSetOperation) XXX_DiscardUnknown() { - xxx_messageInfo_CampaignSharedSetOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_CampaignSharedSetOperation proto.InternalMessageInfo - -type isCampaignSharedSetOperation_Operation interface { - isCampaignSharedSetOperation_Operation() -} - -type CampaignSharedSetOperation_Create struct { - Create *resources.CampaignSharedSet `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type CampaignSharedSetOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*CampaignSharedSetOperation_Create) isCampaignSharedSetOperation_Operation() {} - -func (*CampaignSharedSetOperation_Remove) isCampaignSharedSetOperation_Operation() {} - -func (m *CampaignSharedSetOperation) GetOperation() isCampaignSharedSetOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *CampaignSharedSetOperation) GetCreate() *resources.CampaignSharedSet { - if x, ok := m.GetOperation().(*CampaignSharedSetOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *CampaignSharedSetOperation) GetRemove() string { - if x, ok := m.GetOperation().(*CampaignSharedSetOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*CampaignSharedSetOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _CampaignSharedSetOperation_OneofMarshaler, _CampaignSharedSetOperation_OneofUnmarshaler, _CampaignSharedSetOperation_OneofSizer, []interface{}{ - (*CampaignSharedSetOperation_Create)(nil), - (*CampaignSharedSetOperation_Remove)(nil), - } -} - -func _CampaignSharedSetOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*CampaignSharedSetOperation) - // operation - switch x := m.Operation.(type) { - case *CampaignSharedSetOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *CampaignSharedSetOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("CampaignSharedSetOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _CampaignSharedSetOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*CampaignSharedSetOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.CampaignSharedSet) - err := b.DecodeMessage(msg) - m.Operation = &CampaignSharedSetOperation_Create{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &CampaignSharedSetOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _CampaignSharedSetOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*CampaignSharedSetOperation) - // operation - switch x := m.Operation.(type) { - case *CampaignSharedSetOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CampaignSharedSetOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for a campaign shared set mutate. -type MutateCampaignSharedSetsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateCampaignSharedSetResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignSharedSetsResponse) Reset() { *m = MutateCampaignSharedSetsResponse{} } -func (m *MutateCampaignSharedSetsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignSharedSetsResponse) ProtoMessage() {} -func (*MutateCampaignSharedSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_service_d31dba2bcb6adfd0, []int{3} -} -func (m *MutateCampaignSharedSetsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignSharedSetsResponse.Unmarshal(m, b) -} -func (m *MutateCampaignSharedSetsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignSharedSetsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignSharedSetsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignSharedSetsResponse.Merge(dst, src) -} -func (m *MutateCampaignSharedSetsResponse) XXX_Size() int { - return xxx_messageInfo_MutateCampaignSharedSetsResponse.Size(m) -} -func (m *MutateCampaignSharedSetsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignSharedSetsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignSharedSetsResponse proto.InternalMessageInfo - -func (m *MutateCampaignSharedSetsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateCampaignSharedSetsResponse) GetResults() []*MutateCampaignSharedSetResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the campaign shared set mutate. -type MutateCampaignSharedSetResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCampaignSharedSetResult) Reset() { *m = MutateCampaignSharedSetResult{} } -func (m *MutateCampaignSharedSetResult) String() string { return proto.CompactTextString(m) } -func (*MutateCampaignSharedSetResult) ProtoMessage() {} -func (*MutateCampaignSharedSetResult) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_service_d31dba2bcb6adfd0, []int{4} -} -func (m *MutateCampaignSharedSetResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCampaignSharedSetResult.Unmarshal(m, b) -} -func (m *MutateCampaignSharedSetResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCampaignSharedSetResult.Marshal(b, m, deterministic) -} -func (dst *MutateCampaignSharedSetResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCampaignSharedSetResult.Merge(dst, src) -} -func (m *MutateCampaignSharedSetResult) XXX_Size() int { - return xxx_messageInfo_MutateCampaignSharedSetResult.Size(m) -} -func (m *MutateCampaignSharedSetResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCampaignSharedSetResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCampaignSharedSetResult proto.InternalMessageInfo - -func (m *MutateCampaignSharedSetResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetCampaignSharedSetRequest)(nil), "google.ads.googleads.v0.services.GetCampaignSharedSetRequest") - proto.RegisterType((*MutateCampaignSharedSetsRequest)(nil), "google.ads.googleads.v0.services.MutateCampaignSharedSetsRequest") - proto.RegisterType((*CampaignSharedSetOperation)(nil), "google.ads.googleads.v0.services.CampaignSharedSetOperation") - proto.RegisterType((*MutateCampaignSharedSetsResponse)(nil), "google.ads.googleads.v0.services.MutateCampaignSharedSetsResponse") - proto.RegisterType((*MutateCampaignSharedSetResult)(nil), "google.ads.googleads.v0.services.MutateCampaignSharedSetResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// CampaignSharedSetServiceClient is the client API for CampaignSharedSetService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type CampaignSharedSetServiceClient interface { - // Returns the requested campaign shared set in full detail. - GetCampaignSharedSet(ctx context.Context, in *GetCampaignSharedSetRequest, opts ...grpc.CallOption) (*resources.CampaignSharedSet, error) - // Creates or removes campaign shared sets. Operation statuses are returned. - MutateCampaignSharedSets(ctx context.Context, in *MutateCampaignSharedSetsRequest, opts ...grpc.CallOption) (*MutateCampaignSharedSetsResponse, error) -} - -type campaignSharedSetServiceClient struct { - cc *grpc.ClientConn -} - -func NewCampaignSharedSetServiceClient(cc *grpc.ClientConn) CampaignSharedSetServiceClient { - return &campaignSharedSetServiceClient{cc} -} - -func (c *campaignSharedSetServiceClient) GetCampaignSharedSet(ctx context.Context, in *GetCampaignSharedSetRequest, opts ...grpc.CallOption) (*resources.CampaignSharedSet, error) { - out := new(resources.CampaignSharedSet) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CampaignSharedSetService/GetCampaignSharedSet", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *campaignSharedSetServiceClient) MutateCampaignSharedSets(ctx context.Context, in *MutateCampaignSharedSetsRequest, opts ...grpc.CallOption) (*MutateCampaignSharedSetsResponse, error) { - out := new(MutateCampaignSharedSetsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CampaignSharedSetService/MutateCampaignSharedSets", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// CampaignSharedSetServiceServer is the server API for CampaignSharedSetService service. -type CampaignSharedSetServiceServer interface { - // Returns the requested campaign shared set in full detail. - GetCampaignSharedSet(context.Context, *GetCampaignSharedSetRequest) (*resources.CampaignSharedSet, error) - // Creates or removes campaign shared sets. Operation statuses are returned. - MutateCampaignSharedSets(context.Context, *MutateCampaignSharedSetsRequest) (*MutateCampaignSharedSetsResponse, error) -} - -func RegisterCampaignSharedSetServiceServer(s *grpc.Server, srv CampaignSharedSetServiceServer) { - s.RegisterService(&_CampaignSharedSetService_serviceDesc, srv) -} - -func _CampaignSharedSetService_GetCampaignSharedSet_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetCampaignSharedSetRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CampaignSharedSetServiceServer).GetCampaignSharedSet(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CampaignSharedSetService/GetCampaignSharedSet", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CampaignSharedSetServiceServer).GetCampaignSharedSet(ctx, req.(*GetCampaignSharedSetRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _CampaignSharedSetService_MutateCampaignSharedSets_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateCampaignSharedSetsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CampaignSharedSetServiceServer).MutateCampaignSharedSets(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CampaignSharedSetService/MutateCampaignSharedSets", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CampaignSharedSetServiceServer).MutateCampaignSharedSets(ctx, req.(*MutateCampaignSharedSetsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _CampaignSharedSetService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.CampaignSharedSetService", - HandlerType: (*CampaignSharedSetServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetCampaignSharedSet", - Handler: _CampaignSharedSetService_GetCampaignSharedSet_Handler, - }, - { - MethodName: "MutateCampaignSharedSets", - Handler: _CampaignSharedSetService_MutateCampaignSharedSets_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/campaign_shared_set_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/campaign_shared_set_service.proto", fileDescriptor_campaign_shared_set_service_d31dba2bcb6adfd0) -} - -var fileDescriptor_campaign_shared_set_service_d31dba2bcb6adfd0 = []byte{ - // 671 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0x41, 0x6b, 0xd4, 0x4e, - 0x14, 0xff, 0x67, 0xf7, 0x4f, 0xb5, 0xb3, 0x55, 0x61, 0x54, 0x0c, 0xab, 0xb5, 0x4b, 0x2c, 0x58, - 0xf6, 0x90, 0x2c, 0x6b, 0x51, 0x48, 0x5b, 0x24, 0x51, 0xdb, 0x7a, 0xb0, 0x2d, 0x59, 0x58, 0x50, - 0x16, 0xc2, 0x34, 0x99, 0xc6, 0x40, 0x92, 0x89, 0x33, 0x93, 0x95, 0x52, 0x7a, 0x11, 0xbf, 0x41, - 0xbf, 0x81, 0x47, 0xbf, 0x87, 0x07, 0x3d, 0x78, 0xf1, 0x2b, 0xe8, 0xc5, 0x83, 0x9f, 0x41, 0x92, - 0xc9, 0xa4, 0xad, 0xdb, 0x74, 0xa5, 0xde, 0x5e, 0xde, 0x7b, 0xf3, 0x7b, 0xef, 0x37, 0xbf, 0x37, - 0x2f, 0xc0, 0x0e, 0x08, 0x09, 0x22, 0x6c, 0x20, 0x9f, 0x19, 0xc2, 0xcc, 0xad, 0x71, 0xcf, 0x60, - 0x98, 0x8e, 0x43, 0x0f, 0x33, 0xc3, 0x43, 0x71, 0x8a, 0xc2, 0x20, 0x71, 0xd9, 0x6b, 0x44, 0xb1, - 0xef, 0x32, 0xcc, 0xdd, 0x32, 0xa8, 0xa7, 0x94, 0x70, 0x02, 0x3b, 0xe2, 0xa0, 0x8e, 0x7c, 0xa6, - 0x57, 0x18, 0xfa, 0xb8, 0xa7, 0x4b, 0x8c, 0xf6, 0x4a, 0x5d, 0x15, 0x8a, 0x19, 0xc9, 0x68, 0x4d, - 0x19, 0x01, 0xdf, 0xbe, 0x23, 0x0f, 0xa7, 0xa1, 0x81, 0x92, 0x84, 0x70, 0xc4, 0x43, 0x92, 0xb0, - 0x32, 0x7a, 0xb7, 0x8c, 0x16, 0x5f, 0xbb, 0xd9, 0x9e, 0xf1, 0x96, 0xa2, 0x34, 0xc5, 0x54, 0xc6, - 0x6f, 0x95, 0x71, 0x9a, 0x7a, 0x06, 0xe3, 0x88, 0x67, 0x65, 0x40, 0xb3, 0xc1, 0xed, 0x0d, 0xcc, - 0x9f, 0x94, 0x65, 0x07, 0x45, 0xd5, 0x01, 0xe6, 0x0e, 0x7e, 0x93, 0x61, 0xc6, 0xe1, 0x3d, 0x70, - 0x45, 0x36, 0xe7, 0x26, 0x28, 0xc6, 0xaa, 0xd2, 0x51, 0x96, 0x66, 0x9d, 0x39, 0xe9, 0xdc, 0x42, - 0x31, 0xd6, 0x7e, 0x29, 0x60, 0xe1, 0x45, 0xc6, 0x11, 0xc7, 0x13, 0x38, 0x4c, 0x02, 0x2d, 0x80, - 0x96, 0x97, 0x31, 0x4e, 0x62, 0x4c, 0xdd, 0xd0, 0x2f, 0x61, 0x80, 0x74, 0x3d, 0xf7, 0xe1, 0x08, - 0x00, 0x92, 0x62, 0x2a, 0x58, 0xa9, 0x8d, 0x4e, 0x73, 0xa9, 0xd5, 0x5f, 0xd5, 0xa7, 0xdd, 0xa9, - 0x3e, 0x51, 0x71, 0x5b, 0x82, 0x38, 0x27, 0xf0, 0xe0, 0x7d, 0x70, 0x2d, 0x45, 0x94, 0x87, 0x28, - 0x72, 0xf7, 0x50, 0x18, 0x65, 0x14, 0xab, 0xcd, 0x8e, 0xb2, 0x74, 0xd9, 0xb9, 0x5a, 0xba, 0xd7, - 0x85, 0x37, 0x27, 0x3c, 0x46, 0x51, 0xe8, 0x23, 0x8e, 0x5d, 0x92, 0x44, 0xfb, 0xea, 0xff, 0x45, - 0xda, 0x9c, 0x74, 0x6e, 0x27, 0xd1, 0xbe, 0x76, 0xa4, 0x80, 0x76, 0x7d, 0x61, 0xb8, 0x05, 0x66, - 0x3c, 0x8a, 0x11, 0x17, 0xb7, 0xd5, 0xea, 0x2f, 0xd7, 0xd2, 0xa8, 0x84, 0x9f, 0xe4, 0xb1, 0xf9, - 0x9f, 0x53, 0xa2, 0x40, 0x15, 0xcc, 0x50, 0x1c, 0x93, 0xb1, 0xe8, 0x79, 0x36, 0x8f, 0x88, 0x6f, - 0xbb, 0x05, 0x66, 0x2b, 0x92, 0xda, 0x27, 0x05, 0x74, 0xea, 0x65, 0x60, 0x29, 0x49, 0x18, 0x86, - 0xeb, 0xe0, 0xe6, 0x1f, 0x17, 0xe1, 0x62, 0x4a, 0x09, 0x2d, 0xa0, 0x5b, 0x7d, 0x28, 0x5b, 0xa5, - 0xa9, 0xa7, 0x0f, 0x8a, 0x41, 0x71, 0xae, 0x9f, 0xbe, 0xa2, 0x67, 0x79, 0x3a, 0x7c, 0x09, 0x2e, - 0x51, 0xcc, 0xb2, 0x88, 0x4b, 0xad, 0x1e, 0x4f, 0xd7, 0xaa, 0xa6, 0x39, 0xa7, 0xc0, 0x71, 0x24, - 0x9e, 0xf6, 0x14, 0xcc, 0x9f, 0x9b, 0xf9, 0x57, 0x43, 0xd9, 0xff, 0xda, 0x04, 0xea, 0x04, 0xc0, - 0x40, 0xb4, 0x02, 0x3f, 0x2b, 0xe0, 0xc6, 0x59, 0x63, 0x0f, 0xd7, 0xa6, 0xb3, 0x38, 0xe7, 0xb9, - 0xb4, 0x2f, 0xa4, 0xb4, 0xb6, 0xfa, 0xee, 0xdb, 0xf7, 0xa3, 0xc6, 0x43, 0xb8, 0x9c, 0xef, 0x82, - 0x83, 0x53, 0xd4, 0xd6, 0xe4, 0x0b, 0x61, 0x46, 0xb7, 0x5a, 0x0e, 0xc7, 0xb2, 0x1a, 0xdd, 0x43, - 0xf8, 0x43, 0x01, 0x6a, 0x9d, 0xec, 0xd0, 0xba, 0xb0, 0x2a, 0xf2, 0xe5, 0xb6, 0xed, 0x7f, 0x81, - 0x10, 0x53, 0xa7, 0xd9, 0x05, 0xc3, 0x55, 0xed, 0x51, 0xce, 0xf0, 0x98, 0xd2, 0xc1, 0x89, 0x95, - 0xb0, 0xd6, 0x3d, 0x3c, 0x83, 0xa0, 0x19, 0x17, 0xd0, 0xa6, 0xd2, 0xb5, 0xdf, 0x37, 0xc0, 0xa2, - 0x47, 0xe2, 0xa9, 0xdd, 0xd8, 0xf3, 0x75, 0xb2, 0xef, 0xe4, 0x1b, 0x6f, 0x47, 0x79, 0xb5, 0x59, - 0x42, 0x04, 0x24, 0x42, 0x49, 0xa0, 0x13, 0x1a, 0x18, 0x01, 0x4e, 0x8a, 0x7d, 0x28, 0xf7, 0x72, - 0x1a, 0xb2, 0xfa, 0x9f, 0xc1, 0x8a, 0x34, 0x3e, 0x34, 0x9a, 0x1b, 0x96, 0xf5, 0xb1, 0xd1, 0xd9, - 0x10, 0x80, 0x96, 0xcf, 0x74, 0x61, 0xe6, 0xd6, 0xb0, 0xa7, 0x97, 0x85, 0xd9, 0x17, 0x99, 0x32, - 0xb2, 0x7c, 0x36, 0xaa, 0x52, 0x46, 0xc3, 0xde, 0x48, 0xa6, 0xfc, 0x6c, 0x2c, 0x0a, 0xbf, 0x69, - 0x5a, 0x3e, 0x33, 0xcd, 0x2a, 0xc9, 0x34, 0x87, 0x3d, 0xd3, 0x94, 0x69, 0xbb, 0x33, 0x45, 0x9f, - 0x0f, 0x7e, 0x07, 0x00, 0x00, 0xff, 0xff, 0xba, 0x45, 0xfe, 0xa5, 0xb3, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/carrier_constant_service.pb.go b/googleapis/ads/googleads/v0/services/carrier_constant_service.pb.go deleted file mode 100644 index 4b3973227b..0000000000 --- a/googleapis/ads/googleads/v0/services/carrier_constant_service.pb.go +++ /dev/null @@ -1,176 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/carrier_constant_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [CarrierConstantService.GetCarrierConstant][google.ads.googleads.v0.services.CarrierConstantService.GetCarrierConstant]. -type GetCarrierConstantRequest struct { - // Resource name of the carrier constant to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetCarrierConstantRequest) Reset() { *m = GetCarrierConstantRequest{} } -func (m *GetCarrierConstantRequest) String() string { return proto.CompactTextString(m) } -func (*GetCarrierConstantRequest) ProtoMessage() {} -func (*GetCarrierConstantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_carrier_constant_service_f107d8a55b6664af, []int{0} -} -func (m *GetCarrierConstantRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetCarrierConstantRequest.Unmarshal(m, b) -} -func (m *GetCarrierConstantRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetCarrierConstantRequest.Marshal(b, m, deterministic) -} -func (dst *GetCarrierConstantRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetCarrierConstantRequest.Merge(dst, src) -} -func (m *GetCarrierConstantRequest) XXX_Size() int { - return xxx_messageInfo_GetCarrierConstantRequest.Size(m) -} -func (m *GetCarrierConstantRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetCarrierConstantRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetCarrierConstantRequest proto.InternalMessageInfo - -func (m *GetCarrierConstantRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetCarrierConstantRequest)(nil), "google.ads.googleads.v0.services.GetCarrierConstantRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// CarrierConstantServiceClient is the client API for CarrierConstantService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type CarrierConstantServiceClient interface { - // Returns the requested carrier constant in full detail. - GetCarrierConstant(ctx context.Context, in *GetCarrierConstantRequest, opts ...grpc.CallOption) (*resources.CarrierConstant, error) -} - -type carrierConstantServiceClient struct { - cc *grpc.ClientConn -} - -func NewCarrierConstantServiceClient(cc *grpc.ClientConn) CarrierConstantServiceClient { - return &carrierConstantServiceClient{cc} -} - -func (c *carrierConstantServiceClient) GetCarrierConstant(ctx context.Context, in *GetCarrierConstantRequest, opts ...grpc.CallOption) (*resources.CarrierConstant, error) { - out := new(resources.CarrierConstant) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CarrierConstantService/GetCarrierConstant", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// CarrierConstantServiceServer is the server API for CarrierConstantService service. -type CarrierConstantServiceServer interface { - // Returns the requested carrier constant in full detail. - GetCarrierConstant(context.Context, *GetCarrierConstantRequest) (*resources.CarrierConstant, error) -} - -func RegisterCarrierConstantServiceServer(s *grpc.Server, srv CarrierConstantServiceServer) { - s.RegisterService(&_CarrierConstantService_serviceDesc, srv) -} - -func _CarrierConstantService_GetCarrierConstant_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetCarrierConstantRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CarrierConstantServiceServer).GetCarrierConstant(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CarrierConstantService/GetCarrierConstant", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CarrierConstantServiceServer).GetCarrierConstant(ctx, req.(*GetCarrierConstantRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _CarrierConstantService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.CarrierConstantService", - HandlerType: (*CarrierConstantServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetCarrierConstant", - Handler: _CarrierConstantService_GetCarrierConstant_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/carrier_constant_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/carrier_constant_service.proto", fileDescriptor_carrier_constant_service_f107d8a55b6664af) -} - -var fileDescriptor_carrier_constant_service_f107d8a55b6664af = []byte{ - // 356 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xc1, 0x4a, 0xf3, 0x40, - 0x18, 0x24, 0xf9, 0xe1, 0x07, 0x83, 0x5e, 0x72, 0x10, 0xad, 0x1e, 0x4a, 0x2d, 0x52, 0x3c, 0xec, - 0x86, 0x7a, 0x91, 0x2d, 0xa2, 0x69, 0x0f, 0xf5, 0x24, 0xa5, 0x42, 0x0f, 0x12, 0x28, 0x6b, 0xb2, - 0x2c, 0x81, 0x76, 0xb7, 0xee, 0xb7, 0xcd, 0x45, 0xbc, 0xf4, 0x15, 0x7c, 0x03, 0x8f, 0xde, 0x7d, - 0x09, 0x4f, 0x82, 0xaf, 0xe0, 0xc9, 0xa7, 0x90, 0x74, 0xb3, 0x81, 0xd6, 0x86, 0xde, 0x86, 0xfd, - 0x66, 0xe6, 0x9b, 0x6f, 0x12, 0xef, 0x8a, 0x4b, 0xc9, 0x27, 0x0c, 0xd3, 0x04, 0xb0, 0x81, 0x39, - 0xca, 0x02, 0x0c, 0x4c, 0x65, 0x69, 0xcc, 0x00, 0xc7, 0x54, 0xa9, 0x94, 0xa9, 0x71, 0x2c, 0x05, - 0x68, 0x2a, 0xf4, 0xb8, 0x98, 0xa0, 0x99, 0x92, 0x5a, 0xfa, 0x75, 0xa3, 0x42, 0x34, 0x01, 0x54, - 0x1a, 0xa0, 0x2c, 0x40, 0xd6, 0xa0, 0x76, 0x51, 0xb5, 0x42, 0x31, 0x90, 0x73, 0xb5, 0x69, 0x87, - 0xf1, 0xae, 0x1d, 0x5b, 0xe5, 0x2c, 0xc5, 0x54, 0x08, 0xa9, 0xa9, 0x4e, 0xa5, 0x00, 0x33, 0x6d, - 0x5c, 0x7b, 0x87, 0x7d, 0xa6, 0x7b, 0x46, 0xda, 0x2b, 0x94, 0x43, 0xf6, 0x38, 0x67, 0xa0, 0xfd, - 0x13, 0x6f, 0xcf, 0xda, 0x8f, 0x05, 0x9d, 0xb2, 0x03, 0xa7, 0xee, 0xb4, 0x76, 0x86, 0xbb, 0xf6, - 0xf1, 0x96, 0x4e, 0x59, 0xfb, 0xd3, 0xf1, 0xf6, 0xd7, 0xf4, 0x77, 0x26, 0xb5, 0xff, 0xee, 0x78, - 0xfe, 0x5f, 0x77, 0xbf, 0x83, 0xb6, 0x9d, 0x8b, 0x2a, 0x33, 0xd5, 0xda, 0x95, 0xe2, 0xb2, 0x09, - 0xb4, 0x26, 0x6d, 0xa0, 0xc5, 0xd7, 0xf7, 0x8b, 0xdb, 0xf2, 0x4f, 0xf3, 0xc2, 0x9e, 0x56, 0x4e, - 0xba, 0x8c, 0x57, 0xb9, 0x80, 0xcf, 0x9e, 0xbb, 0x0b, 0xd7, 0x6b, 0xc6, 0x72, 0xba, 0x35, 0x66, - 0xf7, 0x68, 0xf3, 0xe1, 0x83, 0xbc, 0xda, 0x81, 0x73, 0x7f, 0x53, 0x18, 0x70, 0x39, 0xa1, 0x82, - 0x23, 0xa9, 0x38, 0xe6, 0x4c, 0x2c, 0x8b, 0xb7, 0x1f, 0x71, 0x96, 0x42, 0xf5, 0x6f, 0xd3, 0xb1, - 0xe0, 0xd5, 0xfd, 0xd7, 0x0f, 0xc3, 0x37, 0xb7, 0xde, 0x37, 0x86, 0x61, 0x02, 0xc8, 0xc0, 0x1c, - 0x8d, 0x02, 0x54, 0x2c, 0x86, 0x0f, 0x4b, 0x89, 0xc2, 0x04, 0xa2, 0x92, 0x12, 0x8d, 0x82, 0xc8, - 0x52, 0x7e, 0xdc, 0xa6, 0x79, 0x27, 0x24, 0x4c, 0x80, 0x90, 0x92, 0x44, 0xc8, 0x28, 0x20, 0xc4, - 0xd2, 0x1e, 0xfe, 0x2f, 0x73, 0x9e, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0x48, 0x79, 0xe9, 0xbd, - 0xdd, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/change_status_service.pb.go b/googleapis/ads/googleads/v0/services/change_status_service.pb.go deleted file mode 100644 index 2b299c586f..0000000000 --- a/googleapis/ads/googleads/v0/services/change_status_service.pb.go +++ /dev/null @@ -1,176 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/change_status_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// '[ChangeStatusService.GetChangeStatus][google.ads.googleads.v0.services.ChangeStatusService.GetChangeStatus]'. -type GetChangeStatusRequest struct { - // The resource name of the change status to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetChangeStatusRequest) Reset() { *m = GetChangeStatusRequest{} } -func (m *GetChangeStatusRequest) String() string { return proto.CompactTextString(m) } -func (*GetChangeStatusRequest) ProtoMessage() {} -func (*GetChangeStatusRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_change_status_service_d3545abf41b37a3c, []int{0} -} -func (m *GetChangeStatusRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetChangeStatusRequest.Unmarshal(m, b) -} -func (m *GetChangeStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetChangeStatusRequest.Marshal(b, m, deterministic) -} -func (dst *GetChangeStatusRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetChangeStatusRequest.Merge(dst, src) -} -func (m *GetChangeStatusRequest) XXX_Size() int { - return xxx_messageInfo_GetChangeStatusRequest.Size(m) -} -func (m *GetChangeStatusRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetChangeStatusRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetChangeStatusRequest proto.InternalMessageInfo - -func (m *GetChangeStatusRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetChangeStatusRequest)(nil), "google.ads.googleads.v0.services.GetChangeStatusRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// ChangeStatusServiceClient is the client API for ChangeStatusService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type ChangeStatusServiceClient interface { - // Returns the requested change status in full detail. - GetChangeStatus(ctx context.Context, in *GetChangeStatusRequest, opts ...grpc.CallOption) (*resources.ChangeStatus, error) -} - -type changeStatusServiceClient struct { - cc *grpc.ClientConn -} - -func NewChangeStatusServiceClient(cc *grpc.ClientConn) ChangeStatusServiceClient { - return &changeStatusServiceClient{cc} -} - -func (c *changeStatusServiceClient) GetChangeStatus(ctx context.Context, in *GetChangeStatusRequest, opts ...grpc.CallOption) (*resources.ChangeStatus, error) { - out := new(resources.ChangeStatus) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.ChangeStatusService/GetChangeStatus", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// ChangeStatusServiceServer is the server API for ChangeStatusService service. -type ChangeStatusServiceServer interface { - // Returns the requested change status in full detail. - GetChangeStatus(context.Context, *GetChangeStatusRequest) (*resources.ChangeStatus, error) -} - -func RegisterChangeStatusServiceServer(s *grpc.Server, srv ChangeStatusServiceServer) { - s.RegisterService(&_ChangeStatusService_serviceDesc, srv) -} - -func _ChangeStatusService_GetChangeStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetChangeStatusRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(ChangeStatusServiceServer).GetChangeStatus(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.ChangeStatusService/GetChangeStatus", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(ChangeStatusServiceServer).GetChangeStatus(ctx, req.(*GetChangeStatusRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _ChangeStatusService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.ChangeStatusService", - HandlerType: (*ChangeStatusServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetChangeStatus", - Handler: _ChangeStatusService_GetChangeStatus_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/change_status_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/change_status_service.proto", fileDescriptor_change_status_service_d3545abf41b37a3c) -} - -var fileDescriptor_change_status_service_d3545abf41b37a3c = []byte{ - // 360 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x3f, 0x4b, 0xc3, 0x40, - 0x18, 0xc6, 0x49, 0x04, 0xc1, 0xa0, 0x08, 0x11, 0xa4, 0x14, 0x87, 0x52, 0x3b, 0x48, 0x87, 0xbb, - 0xa0, 0x28, 0x72, 0xda, 0x21, 0x75, 0xa8, 0x93, 0x94, 0x16, 0x3a, 0x48, 0xa0, 0x9c, 0xc9, 0x71, - 0x06, 0x9a, 0xbb, 0x9a, 0xf7, 0xd2, 0x45, 0x5c, 0xfc, 0x0a, 0x7e, 0x03, 0x47, 0x67, 0x3f, 0x85, - 0xb8, 0xf9, 0x15, 0x9c, 0xfc, 0x12, 0x4a, 0x72, 0xb9, 0x50, 0xb5, 0xa5, 0xdb, 0xc3, 0x9b, 0xe7, - 0xf7, 0xbc, 0x7f, 0x72, 0xce, 0x39, 0x97, 0x92, 0x4f, 0x18, 0xa6, 0x11, 0x60, 0x2d, 0x73, 0x35, - 0xf3, 0x30, 0xb0, 0x74, 0x16, 0x87, 0x0c, 0x70, 0x78, 0x4b, 0x05, 0x67, 0x63, 0x50, 0x54, 0x65, - 0x30, 0x2e, 0xcb, 0x68, 0x9a, 0x4a, 0x25, 0xdd, 0x86, 0x46, 0x10, 0x8d, 0x00, 0x55, 0x34, 0x9a, - 0x79, 0xc8, 0xd0, 0xf5, 0xe3, 0x65, 0xf9, 0x29, 0x03, 0x99, 0xa5, 0xff, 0x1a, 0xe8, 0xe0, 0xfa, - 0x9e, 0xc1, 0xa6, 0x31, 0xa6, 0x42, 0x48, 0x45, 0x55, 0x2c, 0x45, 0xf9, 0xb5, 0xd9, 0x71, 0x76, - 0x7b, 0x4c, 0x5d, 0x14, 0xdc, 0xb0, 0xc0, 0x06, 0xec, 0x2e, 0x63, 0xa0, 0xdc, 0x7d, 0x67, 0xcb, - 0x04, 0x8f, 0x05, 0x4d, 0x58, 0xcd, 0x6a, 0x58, 0x07, 0x1b, 0x83, 0x4d, 0x53, 0xbc, 0xa2, 0x09, - 0x3b, 0x7c, 0xb7, 0x9c, 0x9d, 0x79, 0x78, 0xa8, 0x87, 0x75, 0x5f, 0x2d, 0x67, 0xfb, 0x4f, 0xae, - 0x7b, 0x8a, 0x56, 0xad, 0x88, 0x16, 0x8f, 0x52, 0xc7, 0x4b, 0xc9, 0x6a, 0x75, 0x34, 0xcf, 0x35, - 0x4f, 0x1e, 0x3f, 0x3e, 0x9f, 0x6c, 0xcf, 0x45, 0xf9, 0x79, 0xee, 0x7f, 0xad, 0xd1, 0x09, 0x33, - 0x50, 0x32, 0x61, 0x29, 0xe0, 0x76, 0x79, 0x2f, 0x0d, 0xe1, 0xf6, 0x43, 0xf7, 0xdb, 0x72, 0x5a, - 0xa1, 0x4c, 0x56, 0x0e, 0xda, 0xad, 0x2d, 0x58, 0xba, 0x9f, 0x1f, 0xb4, 0x6f, 0x5d, 0x5f, 0x96, - 0x34, 0x97, 0x13, 0x2a, 0x38, 0x92, 0x29, 0xc7, 0x9c, 0x89, 0xe2, 0xdc, 0xe6, 0xbf, 0x4d, 0x63, - 0x58, 0xfe, 0x4c, 0xce, 0x8c, 0x78, 0xb6, 0xd7, 0x7a, 0xbe, 0xff, 0x62, 0x37, 0x7a, 0x3a, 0xd0, - 0x8f, 0x00, 0x69, 0x99, 0xab, 0x91, 0x87, 0xca, 0xc6, 0xf0, 0x66, 0x2c, 0x81, 0x1f, 0x41, 0x50, - 0x59, 0x82, 0x91, 0x17, 0x18, 0xcb, 0x97, 0xdd, 0xd2, 0x75, 0x42, 0xfc, 0x08, 0x08, 0xa9, 0x4c, - 0x84, 0x8c, 0x3c, 0x42, 0x8c, 0xed, 0x66, 0xbd, 0x98, 0xf3, 0xe8, 0x27, 0x00, 0x00, 0xff, 0xff, - 0x01, 0x61, 0xa6, 0x61, 0xcd, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/conversion_action_service.pb.go b/googleapis/ads/googleads/v0/services/conversion_action_service.pb.go deleted file mode 100644 index a198b9a152..0000000000 --- a/googleapis/ads/googleads/v0/services/conversion_action_service.pb.go +++ /dev/null @@ -1,590 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/conversion_action_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for [ConversionActionService.GetConversionAction]. -type GetConversionActionRequest struct { - // The resource name of the conversion action to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetConversionActionRequest) Reset() { *m = GetConversionActionRequest{} } -func (m *GetConversionActionRequest) String() string { return proto.CompactTextString(m) } -func (*GetConversionActionRequest) ProtoMessage() {} -func (*GetConversionActionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_service_a3114b9b067f0aff, []int{0} -} -func (m *GetConversionActionRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetConversionActionRequest.Unmarshal(m, b) -} -func (m *GetConversionActionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetConversionActionRequest.Marshal(b, m, deterministic) -} -func (dst *GetConversionActionRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetConversionActionRequest.Merge(dst, src) -} -func (m *GetConversionActionRequest) XXX_Size() int { - return xxx_messageInfo_GetConversionActionRequest.Size(m) -} -func (m *GetConversionActionRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetConversionActionRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetConversionActionRequest proto.InternalMessageInfo - -func (m *GetConversionActionRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for [ConversionActionService.MutateConversionActions]. -type MutateConversionActionsRequest struct { - // The ID of the customer whose conversion actions are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual conversion actions. - Operations []*ConversionActionOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateConversionActionsRequest) Reset() { *m = MutateConversionActionsRequest{} } -func (m *MutateConversionActionsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateConversionActionsRequest) ProtoMessage() {} -func (*MutateConversionActionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_service_a3114b9b067f0aff, []int{1} -} -func (m *MutateConversionActionsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateConversionActionsRequest.Unmarshal(m, b) -} -func (m *MutateConversionActionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateConversionActionsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateConversionActionsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateConversionActionsRequest.Merge(dst, src) -} -func (m *MutateConversionActionsRequest) XXX_Size() int { - return xxx_messageInfo_MutateConversionActionsRequest.Size(m) -} -func (m *MutateConversionActionsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateConversionActionsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateConversionActionsRequest proto.InternalMessageInfo - -func (m *MutateConversionActionsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateConversionActionsRequest) GetOperations() []*ConversionActionOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateConversionActionsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateConversionActionsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on a conversion action. -type ConversionActionOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *ConversionActionOperation_Create - // *ConversionActionOperation_Update - // *ConversionActionOperation_Remove - Operation isConversionActionOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ConversionActionOperation) Reset() { *m = ConversionActionOperation{} } -func (m *ConversionActionOperation) String() string { return proto.CompactTextString(m) } -func (*ConversionActionOperation) ProtoMessage() {} -func (*ConversionActionOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_service_a3114b9b067f0aff, []int{2} -} -func (m *ConversionActionOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ConversionActionOperation.Unmarshal(m, b) -} -func (m *ConversionActionOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ConversionActionOperation.Marshal(b, m, deterministic) -} -func (dst *ConversionActionOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_ConversionActionOperation.Merge(dst, src) -} -func (m *ConversionActionOperation) XXX_Size() int { - return xxx_messageInfo_ConversionActionOperation.Size(m) -} -func (m *ConversionActionOperation) XXX_DiscardUnknown() { - xxx_messageInfo_ConversionActionOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_ConversionActionOperation proto.InternalMessageInfo - -func (m *ConversionActionOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isConversionActionOperation_Operation interface { - isConversionActionOperation_Operation() -} - -type ConversionActionOperation_Create struct { - Create *resources.ConversionAction `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type ConversionActionOperation_Update struct { - Update *resources.ConversionAction `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type ConversionActionOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*ConversionActionOperation_Create) isConversionActionOperation_Operation() {} - -func (*ConversionActionOperation_Update) isConversionActionOperation_Operation() {} - -func (*ConversionActionOperation_Remove) isConversionActionOperation_Operation() {} - -func (m *ConversionActionOperation) GetOperation() isConversionActionOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *ConversionActionOperation) GetCreate() *resources.ConversionAction { - if x, ok := m.GetOperation().(*ConversionActionOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *ConversionActionOperation) GetUpdate() *resources.ConversionAction { - if x, ok := m.GetOperation().(*ConversionActionOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *ConversionActionOperation) GetRemove() string { - if x, ok := m.GetOperation().(*ConversionActionOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*ConversionActionOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _ConversionActionOperation_OneofMarshaler, _ConversionActionOperation_OneofUnmarshaler, _ConversionActionOperation_OneofSizer, []interface{}{ - (*ConversionActionOperation_Create)(nil), - (*ConversionActionOperation_Update)(nil), - (*ConversionActionOperation_Remove)(nil), - } -} - -func _ConversionActionOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*ConversionActionOperation) - // operation - switch x := m.Operation.(type) { - case *ConversionActionOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *ConversionActionOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *ConversionActionOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("ConversionActionOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _ConversionActionOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*ConversionActionOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.ConversionAction) - err := b.DecodeMessage(msg) - m.Operation = &ConversionActionOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.ConversionAction) - err := b.DecodeMessage(msg) - m.Operation = &ConversionActionOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &ConversionActionOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _ConversionActionOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*ConversionActionOperation) - // operation - switch x := m.Operation.(type) { - case *ConversionActionOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ConversionActionOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ConversionActionOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for conversion action mutate. -type MutateConversionActionsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateConversionActionResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateConversionActionsResponse) Reset() { *m = MutateConversionActionsResponse{} } -func (m *MutateConversionActionsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateConversionActionsResponse) ProtoMessage() {} -func (*MutateConversionActionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_service_a3114b9b067f0aff, []int{3} -} -func (m *MutateConversionActionsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateConversionActionsResponse.Unmarshal(m, b) -} -func (m *MutateConversionActionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateConversionActionsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateConversionActionsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateConversionActionsResponse.Merge(dst, src) -} -func (m *MutateConversionActionsResponse) XXX_Size() int { - return xxx_messageInfo_MutateConversionActionsResponse.Size(m) -} -func (m *MutateConversionActionsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateConversionActionsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateConversionActionsResponse proto.InternalMessageInfo - -func (m *MutateConversionActionsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateConversionActionsResponse) GetResults() []*MutateConversionActionResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the conversion action mutate. -type MutateConversionActionResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateConversionActionResult) Reset() { *m = MutateConversionActionResult{} } -func (m *MutateConversionActionResult) String() string { return proto.CompactTextString(m) } -func (*MutateConversionActionResult) ProtoMessage() {} -func (*MutateConversionActionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_service_a3114b9b067f0aff, []int{4} -} -func (m *MutateConversionActionResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateConversionActionResult.Unmarshal(m, b) -} -func (m *MutateConversionActionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateConversionActionResult.Marshal(b, m, deterministic) -} -func (dst *MutateConversionActionResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateConversionActionResult.Merge(dst, src) -} -func (m *MutateConversionActionResult) XXX_Size() int { - return xxx_messageInfo_MutateConversionActionResult.Size(m) -} -func (m *MutateConversionActionResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateConversionActionResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateConversionActionResult proto.InternalMessageInfo - -func (m *MutateConversionActionResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetConversionActionRequest)(nil), "google.ads.googleads.v0.services.GetConversionActionRequest") - proto.RegisterType((*MutateConversionActionsRequest)(nil), "google.ads.googleads.v0.services.MutateConversionActionsRequest") - proto.RegisterType((*ConversionActionOperation)(nil), "google.ads.googleads.v0.services.ConversionActionOperation") - proto.RegisterType((*MutateConversionActionsResponse)(nil), "google.ads.googleads.v0.services.MutateConversionActionsResponse") - proto.RegisterType((*MutateConversionActionResult)(nil), "google.ads.googleads.v0.services.MutateConversionActionResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// ConversionActionServiceClient is the client API for ConversionActionService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type ConversionActionServiceClient interface { - // Returns the requested conversion action. - GetConversionAction(ctx context.Context, in *GetConversionActionRequest, opts ...grpc.CallOption) (*resources.ConversionAction, error) - // Creates, updates or removes conversion actions. Operation statuses are - // returned. - MutateConversionActions(ctx context.Context, in *MutateConversionActionsRequest, opts ...grpc.CallOption) (*MutateConversionActionsResponse, error) -} - -type conversionActionServiceClient struct { - cc *grpc.ClientConn -} - -func NewConversionActionServiceClient(cc *grpc.ClientConn) ConversionActionServiceClient { - return &conversionActionServiceClient{cc} -} - -func (c *conversionActionServiceClient) GetConversionAction(ctx context.Context, in *GetConversionActionRequest, opts ...grpc.CallOption) (*resources.ConversionAction, error) { - out := new(resources.ConversionAction) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.ConversionActionService/GetConversionAction", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *conversionActionServiceClient) MutateConversionActions(ctx context.Context, in *MutateConversionActionsRequest, opts ...grpc.CallOption) (*MutateConversionActionsResponse, error) { - out := new(MutateConversionActionsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.ConversionActionService/MutateConversionActions", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// ConversionActionServiceServer is the server API for ConversionActionService service. -type ConversionActionServiceServer interface { - // Returns the requested conversion action. - GetConversionAction(context.Context, *GetConversionActionRequest) (*resources.ConversionAction, error) - // Creates, updates or removes conversion actions. Operation statuses are - // returned. - MutateConversionActions(context.Context, *MutateConversionActionsRequest) (*MutateConversionActionsResponse, error) -} - -func RegisterConversionActionServiceServer(s *grpc.Server, srv ConversionActionServiceServer) { - s.RegisterService(&_ConversionActionService_serviceDesc, srv) -} - -func _ConversionActionService_GetConversionAction_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetConversionActionRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(ConversionActionServiceServer).GetConversionAction(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.ConversionActionService/GetConversionAction", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(ConversionActionServiceServer).GetConversionAction(ctx, req.(*GetConversionActionRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _ConversionActionService_MutateConversionActions_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateConversionActionsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(ConversionActionServiceServer).MutateConversionActions(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.ConversionActionService/MutateConversionActions", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(ConversionActionServiceServer).MutateConversionActions(ctx, req.(*MutateConversionActionsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _ConversionActionService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.ConversionActionService", - HandlerType: (*ConversionActionServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetConversionAction", - Handler: _ConversionActionService_GetConversionAction_Handler, - }, - { - MethodName: "MutateConversionActions", - Handler: _ConversionActionService_MutateConversionActions_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/conversion_action_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/conversion_action_service.proto", fileDescriptor_conversion_action_service_a3114b9b067f0aff) -} - -var fileDescriptor_conversion_action_service_a3114b9b067f0aff = []byte{ - // 716 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0x4f, 0x4f, 0xd4, 0x4c, - 0x18, 0xc0, 0xdf, 0x76, 0xdf, 0xa0, 0x4c, 0x51, 0x93, 0x21, 0x86, 0x75, 0x43, 0x60, 0x53, 0x49, - 0x24, 0x7b, 0x68, 0x37, 0x4b, 0x34, 0xb1, 0x2b, 0x86, 0x42, 0x04, 0x3c, 0x20, 0xa4, 0x24, 0xc4, - 0xe8, 0x26, 0xcd, 0xd0, 0x0e, 0x9b, 0x86, 0xb6, 0x53, 0x67, 0xa6, 0x6b, 0x08, 0xe1, 0xa2, 0x1f, - 0xc1, 0xb3, 0x17, 0x8f, 0x7e, 0x0d, 0xc3, 0xc5, 0xab, 0x9f, 0xc0, 0xc4, 0x93, 0xf1, 0x43, 0x98, - 0xe9, 0x74, 0x56, 0x58, 0xa8, 0x6b, 0xe0, 0xb4, 0xcf, 0x3e, 0xcf, 0x33, 0xbf, 0xe7, 0xef, 0x4c, - 0xc1, 0x4a, 0x9f, 0x90, 0x7e, 0x8c, 0x6d, 0x14, 0x32, 0x5b, 0x8a, 0x42, 0x1a, 0xb4, 0x6d, 0x86, - 0xe9, 0x20, 0x0a, 0x30, 0xb3, 0x03, 0x92, 0x0e, 0x30, 0x65, 0x11, 0x49, 0x7d, 0x14, 0x70, 0xf1, - 0x53, 0x9a, 0xac, 0x8c, 0x12, 0x4e, 0x60, 0x53, 0x1e, 0xb3, 0x50, 0xc8, 0xac, 0x21, 0xc1, 0x1a, - 0xb4, 0x2d, 0x45, 0x68, 0x3c, 0xae, 0x8a, 0x41, 0x31, 0x23, 0x39, 0xbd, 0x34, 0x88, 0x84, 0x37, - 0x66, 0xd5, 0xd1, 0x2c, 0xb2, 0x51, 0x9a, 0x12, 0x8e, 0x84, 0x91, 0x95, 0xd6, 0x32, 0xb4, 0x5d, - 0xfc, 0xdb, 0xcf, 0x0f, 0xec, 0x83, 0x08, 0xc7, 0xa1, 0x9f, 0x20, 0x76, 0x58, 0x7a, 0xcc, 0x8d, - 0x7a, 0xbc, 0xa5, 0x28, 0xcb, 0x30, 0x55, 0x84, 0x99, 0xd2, 0x4e, 0xb3, 0xc0, 0x66, 0x1c, 0xf1, - 0xbc, 0x34, 0x98, 0x2e, 0x68, 0x6c, 0x60, 0xbe, 0x36, 0x4c, 0xcb, 0x2d, 0xb2, 0xf2, 0xf0, 0x9b, - 0x1c, 0x33, 0x0e, 0xef, 0x83, 0x5b, 0x2a, 0x77, 0x3f, 0x45, 0x09, 0xae, 0x6b, 0x4d, 0x6d, 0x71, - 0xd2, 0x9b, 0x52, 0xca, 0x17, 0x28, 0xc1, 0xe6, 0x2f, 0x0d, 0xcc, 0x6d, 0xe5, 0x1c, 0x71, 0x3c, - 0x8a, 0x61, 0x8a, 0x33, 0x0f, 0x8c, 0x20, 0x67, 0x9c, 0x24, 0x98, 0xfa, 0x51, 0x58, 0x52, 0x80, - 0x52, 0x3d, 0x0f, 0xe1, 0x6b, 0x00, 0x48, 0x86, 0xa9, 0xac, 0xba, 0xae, 0x37, 0x6b, 0x8b, 0x46, - 0xa7, 0x6b, 0x8d, 0xeb, 0xb8, 0x35, 0x1a, 0x70, 0x5b, 0x31, 0xbc, 0x33, 0x38, 0xf8, 0x00, 0xdc, - 0xc9, 0x10, 0xe5, 0x11, 0x8a, 0xfd, 0x03, 0x14, 0xc5, 0x39, 0xc5, 0xf5, 0x5a, 0x53, 0x5b, 0xbc, - 0xe9, 0xdd, 0x2e, 0xd5, 0xeb, 0x52, 0x2b, 0xca, 0x1d, 0xa0, 0x38, 0x0a, 0x11, 0xc7, 0x3e, 0x49, - 0xe3, 0xa3, 0xfa, 0xff, 0x85, 0xdb, 0x94, 0x52, 0x6e, 0xa7, 0xf1, 0x91, 0xf9, 0x51, 0x07, 0xf7, - 0x2a, 0xe3, 0xc2, 0x2e, 0x30, 0xf2, 0xac, 0x00, 0x88, 0xe9, 0x14, 0x00, 0xa3, 0xd3, 0x50, 0x95, - 0xa8, 0xf1, 0x58, 0xeb, 0x62, 0x80, 0x5b, 0x88, 0x1d, 0x7a, 0x40, 0xba, 0x0b, 0x19, 0x6e, 0x81, - 0x89, 0x80, 0x62, 0xc4, 0x65, 0x9f, 0x8d, 0xce, 0x52, 0x65, 0x07, 0x86, 0x1b, 0x75, 0xa1, 0x05, - 0x9b, 0xff, 0x79, 0x25, 0x44, 0xe0, 0x24, 0xbc, 0xae, 0x5f, 0x0b, 0x27, 0x21, 0xb0, 0x0e, 0x26, - 0x28, 0x4e, 0xc8, 0x40, 0x76, 0x6f, 0x52, 0x58, 0xe4, 0xff, 0x55, 0x03, 0x4c, 0x0e, 0xdb, 0x6d, - 0x7e, 0xd1, 0xc0, 0x7c, 0xe5, 0x3a, 0xb0, 0x8c, 0xa4, 0x0c, 0xc3, 0x75, 0x70, 0x77, 0x64, 0x22, - 0x3e, 0xa6, 0x94, 0xd0, 0x82, 0x6c, 0x74, 0xa0, 0x4a, 0x94, 0x66, 0x81, 0xb5, 0x5b, 0xac, 0xab, - 0x37, 0x7d, 0x7e, 0x56, 0xcf, 0x84, 0x3b, 0x7c, 0x09, 0x6e, 0x50, 0xcc, 0xf2, 0x98, 0xab, 0x9d, - 0x79, 0x3a, 0x7e, 0x67, 0x2e, 0xcf, 0xcd, 0x2b, 0x30, 0x9e, 0xc2, 0x99, 0x6b, 0x60, 0xf6, 0x6f, - 0x8e, 0xff, 0x74, 0x33, 0x3a, 0xa7, 0x35, 0x30, 0x33, 0x7a, 0x7e, 0x57, 0xe6, 0x01, 0x4f, 0x35, - 0x30, 0x7d, 0xc9, 0xcd, 0x83, 0x4f, 0xc6, 0x57, 0x50, 0x7d, 0x61, 0x1b, 0x57, 0x19, 0xb1, 0xd9, - 0x7d, 0xf7, 0xed, 0xc7, 0x07, 0xfd, 0x21, 0x5c, 0x12, 0x6f, 0xd5, 0xf1, 0xb9, 0xb2, 0x96, 0xd5, - 0x1d, 0x65, 0x76, 0xeb, 0xcc, 0xe3, 0x55, 0xce, 0xd3, 0x6e, 0x9d, 0xc0, 0xef, 0x1a, 0x98, 0xa9, - 0x18, 0x37, 0x5c, 0xb9, 0xea, 0x34, 0xd4, 0xc3, 0xd1, 0x70, 0xaf, 0x41, 0x90, 0xbb, 0x66, 0xba, - 0x45, 0x75, 0x5d, 0xf3, 0x91, 0xa8, 0xee, 0x4f, 0x39, 0xc7, 0x67, 0x1e, 0xa4, 0xe5, 0xd6, 0xc9, - 0xc5, 0xe2, 0x9c, 0xa4, 0x00, 0x3b, 0x5a, 0x6b, 0xf5, 0xbd, 0x0e, 0x16, 0x02, 0x92, 0x8c, 0xcd, - 0x65, 0x75, 0xb6, 0x62, 0xda, 0x3b, 0xe2, 0xde, 0xef, 0x68, 0xaf, 0x36, 0x4b, 0x42, 0x9f, 0xc4, - 0x28, 0xed, 0x5b, 0x84, 0xf6, 0xed, 0x3e, 0x4e, 0x8b, 0x57, 0x41, 0x7d, 0x31, 0xb2, 0x88, 0x55, - 0x7f, 0xa4, 0xba, 0x4a, 0xf8, 0xa4, 0xd7, 0x36, 0x5c, 0xf7, 0xb3, 0xde, 0xdc, 0x90, 0x40, 0x37, - 0x64, 0x96, 0x14, 0x85, 0xb4, 0xd7, 0xb6, 0xca, 0xc0, 0xec, 0xab, 0x72, 0xe9, 0xb9, 0x21, 0xeb, - 0x0d, 0x5d, 0x7a, 0x7b, 0xed, 0x9e, 0x72, 0xf9, 0xa9, 0x2f, 0x48, 0xbd, 0xe3, 0xb8, 0x21, 0x73, - 0x9c, 0xa1, 0x93, 0xe3, 0xec, 0xb5, 0x1d, 0x47, 0xb9, 0xed, 0x4f, 0x14, 0x79, 0x2e, 0xfd, 0x0e, - 0x00, 0x00, 0xff, 0xff, 0x5f, 0x8d, 0xab, 0xce, 0x4b, 0x07, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/customer_client_link_service.pb.go b/googleapis/ads/googleads/v0/services/customer_client_link_service.pb.go deleted file mode 100644 index e583d6755e..0000000000 --- a/googleapis/ads/googleads/v0/services/customer_client_link_service.pb.go +++ /dev/null @@ -1,520 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/customer_client_link_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [CustomerClientLinkService.GetCustomerClientLink][google.ads.googleads.v0.services.CustomerClientLinkService.GetCustomerClientLink]. -type GetCustomerClientLinkRequest struct { - // The resource name of the customer client link to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetCustomerClientLinkRequest) Reset() { *m = GetCustomerClientLinkRequest{} } -func (m *GetCustomerClientLinkRequest) String() string { return proto.CompactTextString(m) } -func (*GetCustomerClientLinkRequest) ProtoMessage() {} -func (*GetCustomerClientLinkRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_link_service_706cd4e851eebd0b, []int{0} -} -func (m *GetCustomerClientLinkRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetCustomerClientLinkRequest.Unmarshal(m, b) -} -func (m *GetCustomerClientLinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetCustomerClientLinkRequest.Marshal(b, m, deterministic) -} -func (dst *GetCustomerClientLinkRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetCustomerClientLinkRequest.Merge(dst, src) -} -func (m *GetCustomerClientLinkRequest) XXX_Size() int { - return xxx_messageInfo_GetCustomerClientLinkRequest.Size(m) -} -func (m *GetCustomerClientLinkRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetCustomerClientLinkRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetCustomerClientLinkRequest proto.InternalMessageInfo - -func (m *GetCustomerClientLinkRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [CustomerClientLinkService.MutateCustomerClientLink][google.ads.googleads.v0.services.CustomerClientLinkService.MutateCustomerClientLink]. -type MutateCustomerClientLinkRequest struct { - // The ID of the customer whose customer link are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The operation to perform on the individual CustomerClientLink. - Operation *CustomerClientLinkOperation `protobuf:"bytes,2,opt,name=operation,proto3" json:"operation,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCustomerClientLinkRequest) Reset() { *m = MutateCustomerClientLinkRequest{} } -func (m *MutateCustomerClientLinkRequest) String() string { return proto.CompactTextString(m) } -func (*MutateCustomerClientLinkRequest) ProtoMessage() {} -func (*MutateCustomerClientLinkRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_link_service_706cd4e851eebd0b, []int{1} -} -func (m *MutateCustomerClientLinkRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCustomerClientLinkRequest.Unmarshal(m, b) -} -func (m *MutateCustomerClientLinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCustomerClientLinkRequest.Marshal(b, m, deterministic) -} -func (dst *MutateCustomerClientLinkRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCustomerClientLinkRequest.Merge(dst, src) -} -func (m *MutateCustomerClientLinkRequest) XXX_Size() int { - return xxx_messageInfo_MutateCustomerClientLinkRequest.Size(m) -} -func (m *MutateCustomerClientLinkRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCustomerClientLinkRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCustomerClientLinkRequest proto.InternalMessageInfo - -func (m *MutateCustomerClientLinkRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateCustomerClientLinkRequest) GetOperation() *CustomerClientLinkOperation { - if m != nil { - return m.Operation - } - return nil -} - -// A single operation (create, update) on a CustomerClientLink. -type CustomerClientLinkOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *CustomerClientLinkOperation_Create - // *CustomerClientLinkOperation_Update - Operation isCustomerClientLinkOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CustomerClientLinkOperation) Reset() { *m = CustomerClientLinkOperation{} } -func (m *CustomerClientLinkOperation) String() string { return proto.CompactTextString(m) } -func (*CustomerClientLinkOperation) ProtoMessage() {} -func (*CustomerClientLinkOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_link_service_706cd4e851eebd0b, []int{2} -} -func (m *CustomerClientLinkOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CustomerClientLinkOperation.Unmarshal(m, b) -} -func (m *CustomerClientLinkOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CustomerClientLinkOperation.Marshal(b, m, deterministic) -} -func (dst *CustomerClientLinkOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_CustomerClientLinkOperation.Merge(dst, src) -} -func (m *CustomerClientLinkOperation) XXX_Size() int { - return xxx_messageInfo_CustomerClientLinkOperation.Size(m) -} -func (m *CustomerClientLinkOperation) XXX_DiscardUnknown() { - xxx_messageInfo_CustomerClientLinkOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_CustomerClientLinkOperation proto.InternalMessageInfo - -func (m *CustomerClientLinkOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isCustomerClientLinkOperation_Operation interface { - isCustomerClientLinkOperation_Operation() -} - -type CustomerClientLinkOperation_Create struct { - Create *resources.CustomerClientLink `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type CustomerClientLinkOperation_Update struct { - Update *resources.CustomerClientLink `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -func (*CustomerClientLinkOperation_Create) isCustomerClientLinkOperation_Operation() {} - -func (*CustomerClientLinkOperation_Update) isCustomerClientLinkOperation_Operation() {} - -func (m *CustomerClientLinkOperation) GetOperation() isCustomerClientLinkOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *CustomerClientLinkOperation) GetCreate() *resources.CustomerClientLink { - if x, ok := m.GetOperation().(*CustomerClientLinkOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *CustomerClientLinkOperation) GetUpdate() *resources.CustomerClientLink { - if x, ok := m.GetOperation().(*CustomerClientLinkOperation_Update); ok { - return x.Update - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*CustomerClientLinkOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _CustomerClientLinkOperation_OneofMarshaler, _CustomerClientLinkOperation_OneofUnmarshaler, _CustomerClientLinkOperation_OneofSizer, []interface{}{ - (*CustomerClientLinkOperation_Create)(nil), - (*CustomerClientLinkOperation_Update)(nil), - } -} - -func _CustomerClientLinkOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*CustomerClientLinkOperation) - // operation - switch x := m.Operation.(type) { - case *CustomerClientLinkOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *CustomerClientLinkOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("CustomerClientLinkOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _CustomerClientLinkOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*CustomerClientLinkOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.CustomerClientLink) - err := b.DecodeMessage(msg) - m.Operation = &CustomerClientLinkOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.CustomerClientLink) - err := b.DecodeMessage(msg) - m.Operation = &CustomerClientLinkOperation_Update{msg} - return true, err - default: - return false, nil - } -} - -func _CustomerClientLinkOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*CustomerClientLinkOperation) - // operation - switch x := m.Operation.(type) { - case *CustomerClientLinkOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CustomerClientLinkOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for a CustomerClientLink mutate. -type MutateCustomerClientLinkResponse struct { - // A result that identifies the resource affected by the mutate request. - Result *MutateCustomerClientLinkResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCustomerClientLinkResponse) Reset() { *m = MutateCustomerClientLinkResponse{} } -func (m *MutateCustomerClientLinkResponse) String() string { return proto.CompactTextString(m) } -func (*MutateCustomerClientLinkResponse) ProtoMessage() {} -func (*MutateCustomerClientLinkResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_link_service_706cd4e851eebd0b, []int{3} -} -func (m *MutateCustomerClientLinkResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCustomerClientLinkResponse.Unmarshal(m, b) -} -func (m *MutateCustomerClientLinkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCustomerClientLinkResponse.Marshal(b, m, deterministic) -} -func (dst *MutateCustomerClientLinkResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCustomerClientLinkResponse.Merge(dst, src) -} -func (m *MutateCustomerClientLinkResponse) XXX_Size() int { - return xxx_messageInfo_MutateCustomerClientLinkResponse.Size(m) -} -func (m *MutateCustomerClientLinkResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCustomerClientLinkResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCustomerClientLinkResponse proto.InternalMessageInfo - -func (m *MutateCustomerClientLinkResponse) GetResult() *MutateCustomerClientLinkResult { - if m != nil { - return m.Result - } - return nil -} - -// The result for a single customer client link mutate. -type MutateCustomerClientLinkResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCustomerClientLinkResult) Reset() { *m = MutateCustomerClientLinkResult{} } -func (m *MutateCustomerClientLinkResult) String() string { return proto.CompactTextString(m) } -func (*MutateCustomerClientLinkResult) ProtoMessage() {} -func (*MutateCustomerClientLinkResult) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_link_service_706cd4e851eebd0b, []int{4} -} -func (m *MutateCustomerClientLinkResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCustomerClientLinkResult.Unmarshal(m, b) -} -func (m *MutateCustomerClientLinkResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCustomerClientLinkResult.Marshal(b, m, deterministic) -} -func (dst *MutateCustomerClientLinkResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCustomerClientLinkResult.Merge(dst, src) -} -func (m *MutateCustomerClientLinkResult) XXX_Size() int { - return xxx_messageInfo_MutateCustomerClientLinkResult.Size(m) -} -func (m *MutateCustomerClientLinkResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCustomerClientLinkResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCustomerClientLinkResult proto.InternalMessageInfo - -func (m *MutateCustomerClientLinkResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetCustomerClientLinkRequest)(nil), "google.ads.googleads.v0.services.GetCustomerClientLinkRequest") - proto.RegisterType((*MutateCustomerClientLinkRequest)(nil), "google.ads.googleads.v0.services.MutateCustomerClientLinkRequest") - proto.RegisterType((*CustomerClientLinkOperation)(nil), "google.ads.googleads.v0.services.CustomerClientLinkOperation") - proto.RegisterType((*MutateCustomerClientLinkResponse)(nil), "google.ads.googleads.v0.services.MutateCustomerClientLinkResponse") - proto.RegisterType((*MutateCustomerClientLinkResult)(nil), "google.ads.googleads.v0.services.MutateCustomerClientLinkResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// CustomerClientLinkServiceClient is the client API for CustomerClientLinkService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type CustomerClientLinkServiceClient interface { - // Returns the requested CustomerClientLink in full detail. - GetCustomerClientLink(ctx context.Context, in *GetCustomerClientLinkRequest, opts ...grpc.CallOption) (*resources.CustomerClientLink, error) - // Creates or updates a customer client link. Operation statuses are returned. - MutateCustomerClientLink(ctx context.Context, in *MutateCustomerClientLinkRequest, opts ...grpc.CallOption) (*MutateCustomerClientLinkResponse, error) -} - -type customerClientLinkServiceClient struct { - cc *grpc.ClientConn -} - -func NewCustomerClientLinkServiceClient(cc *grpc.ClientConn) CustomerClientLinkServiceClient { - return &customerClientLinkServiceClient{cc} -} - -func (c *customerClientLinkServiceClient) GetCustomerClientLink(ctx context.Context, in *GetCustomerClientLinkRequest, opts ...grpc.CallOption) (*resources.CustomerClientLink, error) { - out := new(resources.CustomerClientLink) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CustomerClientLinkService/GetCustomerClientLink", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *customerClientLinkServiceClient) MutateCustomerClientLink(ctx context.Context, in *MutateCustomerClientLinkRequest, opts ...grpc.CallOption) (*MutateCustomerClientLinkResponse, error) { - out := new(MutateCustomerClientLinkResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CustomerClientLinkService/MutateCustomerClientLink", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// CustomerClientLinkServiceServer is the server API for CustomerClientLinkService service. -type CustomerClientLinkServiceServer interface { - // Returns the requested CustomerClientLink in full detail. - GetCustomerClientLink(context.Context, *GetCustomerClientLinkRequest) (*resources.CustomerClientLink, error) - // Creates or updates a customer client link. Operation statuses are returned. - MutateCustomerClientLink(context.Context, *MutateCustomerClientLinkRequest) (*MutateCustomerClientLinkResponse, error) -} - -func RegisterCustomerClientLinkServiceServer(s *grpc.Server, srv CustomerClientLinkServiceServer) { - s.RegisterService(&_CustomerClientLinkService_serviceDesc, srv) -} - -func _CustomerClientLinkService_GetCustomerClientLink_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetCustomerClientLinkRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CustomerClientLinkServiceServer).GetCustomerClientLink(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CustomerClientLinkService/GetCustomerClientLink", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CustomerClientLinkServiceServer).GetCustomerClientLink(ctx, req.(*GetCustomerClientLinkRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _CustomerClientLinkService_MutateCustomerClientLink_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateCustomerClientLinkRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CustomerClientLinkServiceServer).MutateCustomerClientLink(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CustomerClientLinkService/MutateCustomerClientLink", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CustomerClientLinkServiceServer).MutateCustomerClientLink(ctx, req.(*MutateCustomerClientLinkRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _CustomerClientLinkService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.CustomerClientLinkService", - HandlerType: (*CustomerClientLinkServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetCustomerClientLink", - Handler: _CustomerClientLinkService_GetCustomerClientLink_Handler, - }, - { - MethodName: "MutateCustomerClientLink", - Handler: _CustomerClientLinkService_MutateCustomerClientLink_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/customer_client_link_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/customer_client_link_service.proto", fileDescriptor_customer_client_link_service_706cd4e851eebd0b) -} - -var fileDescriptor_customer_client_link_service_706cd4e851eebd0b = []byte{ - // 612 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0x41, 0x8b, 0xd3, 0x40, - 0x14, 0xc7, 0x4d, 0x56, 0x0a, 0x3b, 0xd5, 0x4b, 0x40, 0xa8, 0x75, 0xe9, 0x96, 0xb8, 0x87, 0xa5, - 0x87, 0x49, 0xa9, 0x2c, 0x4a, 0xd6, 0x8a, 0x69, 0xd1, 0xae, 0xe0, 0xba, 0x4b, 0x84, 0x22, 0x5a, - 0x28, 0xb3, 0xcd, 0x6c, 0x08, 0x4d, 0x32, 0x71, 0x66, 0x52, 0x0f, 0xeb, 0x5e, 0x04, 0x0f, 0x9e, - 0xfd, 0x00, 0x82, 0x47, 0x3f, 0x8a, 0xe0, 0x49, 0x3f, 0x82, 0x78, 0xf0, 0x53, 0x48, 0x32, 0x33, - 0xe9, 0xea, 0x36, 0xad, 0xec, 0xde, 0x5e, 0x26, 0xef, 0xfd, 0xde, 0xfb, 0xbf, 0x37, 0x6f, 0x40, - 0xdf, 0x27, 0xc4, 0x0f, 0xb1, 0x85, 0x3c, 0x66, 0x09, 0x33, 0xb3, 0x66, 0x6d, 0x8b, 0x61, 0x3a, - 0x0b, 0x26, 0x98, 0x59, 0x93, 0x94, 0x71, 0x12, 0x61, 0x3a, 0x9e, 0x84, 0x01, 0x8e, 0xf9, 0x38, - 0x0c, 0xe2, 0xe9, 0x58, 0xfe, 0x85, 0x09, 0x25, 0x9c, 0x18, 0x4d, 0x11, 0x09, 0x91, 0xc7, 0x60, - 0x01, 0x81, 0xb3, 0x36, 0x54, 0x90, 0xfa, 0xfd, 0xb2, 0x34, 0x14, 0x33, 0x92, 0xd2, 0xb2, 0x3c, - 0x82, 0x5f, 0xdf, 0x50, 0xd1, 0x49, 0x60, 0xa1, 0x38, 0x26, 0x1c, 0xf1, 0x80, 0xc4, 0x4c, 0xfe, - 0x95, 0xd9, 0xad, 0xfc, 0xeb, 0x28, 0x3d, 0xb6, 0x8e, 0x03, 0x1c, 0x7a, 0xe3, 0x08, 0x31, 0x15, - 0xdf, 0xf8, 0xd7, 0xe3, 0x0d, 0x45, 0x49, 0x82, 0xa9, 0x24, 0x98, 0x7d, 0xb0, 0x31, 0xc0, 0xbc, - 0x2f, 0x0b, 0xe8, 0xe7, 0xf9, 0x9f, 0x06, 0xf1, 0xd4, 0xc5, 0xaf, 0x53, 0xcc, 0xb8, 0x71, 0x1b, - 0x5c, 0x57, 0x75, 0x8e, 0x63, 0x14, 0xe1, 0x9a, 0xd6, 0xd4, 0xb6, 0xd7, 0xdd, 0x6b, 0xea, 0xf0, - 0x19, 0x8a, 0xb0, 0xf9, 0x49, 0x03, 0x9b, 0xfb, 0x29, 0x47, 0x1c, 0x97, 0x83, 0x36, 0x41, 0xb5, - 0x90, 0x19, 0x78, 0x12, 0x03, 0xd4, 0xd1, 0x13, 0xcf, 0x78, 0x05, 0xd6, 0x49, 0x82, 0x69, 0xae, - 0xaf, 0xa6, 0x37, 0xb5, 0xed, 0x6a, 0xa7, 0x0b, 0x57, 0x75, 0x17, 0x9e, 0x4f, 0x78, 0xa0, 0x20, - 0xee, 0x9c, 0x67, 0x7e, 0xd0, 0xc1, 0xad, 0x25, 0xae, 0xc6, 0x2e, 0xa8, 0xa6, 0x89, 0x87, 0x38, - 0xce, 0x7b, 0x57, 0xbb, 0x9a, 0xa7, 0xaf, 0xab, 0xf4, 0xaa, 0x79, 0xf0, 0x71, 0xd6, 0xde, 0x7d, - 0xc4, 0xa6, 0x2e, 0x10, 0xee, 0x99, 0x6d, 0x1c, 0x80, 0xca, 0x84, 0x62, 0xc4, 0x45, 0x73, 0xaa, - 0x9d, 0x9d, 0xd2, 0xb2, 0x8b, 0x91, 0x2f, 0xa8, 0x7b, 0xef, 0x8a, 0x2b, 0x31, 0x19, 0x50, 0xe0, - 0x65, 0x1f, 0x2e, 0x0e, 0x14, 0x98, 0x5e, 0xf5, 0x4c, 0x6f, 0xcd, 0xb7, 0xa0, 0x59, 0x3e, 0x2c, - 0x96, 0x90, 0x98, 0x61, 0xe3, 0x05, 0xa8, 0x50, 0xcc, 0xd2, 0x90, 0x4b, 0x49, 0x0f, 0x57, 0x4f, - 0x62, 0x09, 0x33, 0x0d, 0xb9, 0x2b, 0x79, 0xe6, 0x23, 0xd0, 0x58, 0xee, 0xf9, 0x5f, 0x57, 0xae, - 0xf3, 0x63, 0x0d, 0xdc, 0x3c, 0x4f, 0x78, 0x2e, 0x8a, 0x31, 0xbe, 0x69, 0xe0, 0xc6, 0xc2, 0x6b, - 0x6d, 0x3c, 0x58, 0x2d, 0x64, 0xd9, 0x3e, 0xd4, 0x2f, 0x36, 0x0a, 0xb3, 0xfb, 0xee, 0xfb, 0xcf, - 0x8f, 0xfa, 0x5d, 0x63, 0x27, 0x5b, 0xfc, 0x93, 0xbf, 0xe4, 0x75, 0xd5, 0x0e, 0x30, 0xab, 0x55, - 0xbc, 0x04, 0xf3, 0x50, 0x66, 0xb5, 0x4e, 0x8d, 0x5f, 0x1a, 0xa8, 0x95, 0x75, 0xcd, 0x70, 0x2e, - 0x33, 0x1b, 0xa1, 0xaa, 0x77, 0xa9, 0xf1, 0xe6, 0x57, 0xc6, 0xec, 0xe7, 0x12, 0xbb, 0xe6, 0xbd, - 0x4c, 0xe2, 0x5c, 0xd3, 0xc9, 0x99, 0xad, 0xef, 0xb6, 0x4e, 0x17, 0x29, 0xb4, 0xa3, 0x9c, 0x6d, - 0x6b, 0xad, 0xde, 0x7b, 0x1d, 0x6c, 0x4d, 0x48, 0xb4, 0xb2, 0x9c, 0x5e, 0xa3, 0x74, 0xf8, 0x87, - 0xd9, 0xb2, 0x1e, 0x6a, 0x2f, 0xf7, 0x24, 0xc3, 0x27, 0x21, 0x8a, 0x7d, 0x48, 0xa8, 0x6f, 0xf9, - 0x38, 0xce, 0x57, 0x59, 0xbd, 0xc3, 0x49, 0xc0, 0xca, 0x5f, 0xff, 0x5d, 0x65, 0x7c, 0xd6, 0xd7, - 0x06, 0x8e, 0xf3, 0x45, 0x6f, 0x0e, 0x04, 0xd0, 0xf1, 0x18, 0x14, 0x66, 0x66, 0x0d, 0xdb, 0x50, - 0x26, 0x66, 0x5f, 0x95, 0xcb, 0xc8, 0xf1, 0xd8, 0xa8, 0x70, 0x19, 0x0d, 0xdb, 0x23, 0xe5, 0xf2, - 0x5b, 0xdf, 0x12, 0xe7, 0xb6, 0xed, 0x78, 0xcc, 0xb6, 0x0b, 0x27, 0xdb, 0x1e, 0xb6, 0x6d, 0x5b, - 0xb9, 0x1d, 0x55, 0xf2, 0x3a, 0xef, 0xfc, 0x09, 0x00, 0x00, 0xff, 0xff, 0x0e, 0x00, 0x59, 0x09, - 0xa4, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/customer_client_service.pb.go b/googleapis/ads/googleads/v0/services/customer_client_service.pb.go deleted file mode 100644 index 46932e1a69..0000000000 --- a/googleapis/ads/googleads/v0/services/customer_client_service.pb.go +++ /dev/null @@ -1,176 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/customer_client_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [CustomerClientService.GetCustomerClient][google.ads.googleads.v0.services.CustomerClientService.GetCustomerClient]. -type GetCustomerClientRequest struct { - // The resource name of the client to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetCustomerClientRequest) Reset() { *m = GetCustomerClientRequest{} } -func (m *GetCustomerClientRequest) String() string { return proto.CompactTextString(m) } -func (*GetCustomerClientRequest) ProtoMessage() {} -func (*GetCustomerClientRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_service_681e719e1b9cfd67, []int{0} -} -func (m *GetCustomerClientRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetCustomerClientRequest.Unmarshal(m, b) -} -func (m *GetCustomerClientRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetCustomerClientRequest.Marshal(b, m, deterministic) -} -func (dst *GetCustomerClientRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetCustomerClientRequest.Merge(dst, src) -} -func (m *GetCustomerClientRequest) XXX_Size() int { - return xxx_messageInfo_GetCustomerClientRequest.Size(m) -} -func (m *GetCustomerClientRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetCustomerClientRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetCustomerClientRequest proto.InternalMessageInfo - -func (m *GetCustomerClientRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetCustomerClientRequest)(nil), "google.ads.googleads.v0.services.GetCustomerClientRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// CustomerClientServiceClient is the client API for CustomerClientService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type CustomerClientServiceClient interface { - // Returns the requested client in full detail. - GetCustomerClient(ctx context.Context, in *GetCustomerClientRequest, opts ...grpc.CallOption) (*resources.CustomerClient, error) -} - -type customerClientServiceClient struct { - cc *grpc.ClientConn -} - -func NewCustomerClientServiceClient(cc *grpc.ClientConn) CustomerClientServiceClient { - return &customerClientServiceClient{cc} -} - -func (c *customerClientServiceClient) GetCustomerClient(ctx context.Context, in *GetCustomerClientRequest, opts ...grpc.CallOption) (*resources.CustomerClient, error) { - out := new(resources.CustomerClient) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CustomerClientService/GetCustomerClient", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// CustomerClientServiceServer is the server API for CustomerClientService service. -type CustomerClientServiceServer interface { - // Returns the requested client in full detail. - GetCustomerClient(context.Context, *GetCustomerClientRequest) (*resources.CustomerClient, error) -} - -func RegisterCustomerClientServiceServer(s *grpc.Server, srv CustomerClientServiceServer) { - s.RegisterService(&_CustomerClientService_serviceDesc, srv) -} - -func _CustomerClientService_GetCustomerClient_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetCustomerClientRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CustomerClientServiceServer).GetCustomerClient(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CustomerClientService/GetCustomerClient", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CustomerClientServiceServer).GetCustomerClient(ctx, req.(*GetCustomerClientRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _CustomerClientService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.CustomerClientService", - HandlerType: (*CustomerClientServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetCustomerClient", - Handler: _CustomerClientService_GetCustomerClient_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/customer_client_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/customer_client_service.proto", fileDescriptor_customer_client_service_681e719e1b9cfd67) -} - -var fileDescriptor_customer_client_service_681e719e1b9cfd67 = []byte{ - // 361 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xbf, 0x4a, 0xc3, 0x40, - 0x1c, 0xc7, 0x49, 0x04, 0xc1, 0xa0, 0x83, 0x01, 0xa1, 0x04, 0x87, 0x52, 0x3b, 0x48, 0x87, 0xbb, - 0xd4, 0x0e, 0xe2, 0x89, 0x4a, 0xda, 0xa1, 0x4e, 0x52, 0x2a, 0x74, 0x90, 0x40, 0x39, 0x93, 0x23, - 0x04, 0x9a, 0xbb, 0x7a, 0xbf, 0x6b, 0x17, 0x71, 0xd0, 0x57, 0xf0, 0x0d, 0x1c, 0x7d, 0x07, 0x5f, - 0xc0, 0xd5, 0xc1, 0x17, 0x70, 0xf2, 0x29, 0x24, 0xbd, 0x5c, 0x20, 0xd8, 0xd0, 0xed, 0xcb, 0xfd, - 0xbe, 0x9f, 0xdf, 0x9f, 0x6f, 0xe2, 0x5c, 0x26, 0x42, 0x24, 0x33, 0x86, 0x69, 0x0c, 0x58, 0xcb, - 0x5c, 0x2d, 0x7d, 0x0c, 0x4c, 0x2e, 0xd3, 0x88, 0x01, 0x8e, 0x16, 0xa0, 0x44, 0xc6, 0xe4, 0x34, - 0x9a, 0xa5, 0x8c, 0xab, 0x69, 0x51, 0x40, 0x73, 0x29, 0x94, 0x70, 0x9b, 0x1a, 0x42, 0x34, 0x06, - 0x54, 0xf2, 0x68, 0xe9, 0x23, 0xc3, 0x7b, 0xa7, 0x75, 0x13, 0x24, 0x03, 0xb1, 0x90, 0x6b, 0x46, - 0xe8, 0xd6, 0xde, 0xa1, 0x01, 0xe7, 0x29, 0xa6, 0x9c, 0x0b, 0x45, 0x55, 0x2a, 0x38, 0xe8, 0x6a, - 0xeb, 0xca, 0x69, 0x0c, 0x99, 0x1a, 0x14, 0xe4, 0x60, 0x05, 0x8e, 0xd9, 0xc3, 0x82, 0x81, 0x72, - 0x8f, 0x9c, 0x3d, 0xd3, 0x7c, 0xca, 0x69, 0xc6, 0x1a, 0x56, 0xd3, 0x3a, 0xde, 0x19, 0xef, 0x9a, - 0xc7, 0x1b, 0x9a, 0xb1, 0x93, 0x6f, 0xcb, 0x39, 0xa8, 0xe2, 0xb7, 0x7a, 0x65, 0xf7, 0xc3, 0x72, - 0xf6, 0xff, 0xf5, 0x76, 0x09, 0xda, 0x74, 0x2a, 0xaa, 0x5b, 0xc8, 0xeb, 0xd6, 0xb2, 0x65, 0x08, - 0xa8, 0x4a, 0xb6, 0xce, 0x5e, 0xbe, 0x7e, 0x5e, 0xed, 0x9e, 0xdb, 0xcd, 0xa3, 0x7a, 0xac, 0x9c, - 0x73, 0x61, 0xf2, 0x02, 0xdc, 0x29, 0xb3, 0xd3, 0x18, 0xe0, 0xce, 0x53, 0xff, 0xd9, 0x76, 0xda, - 0x91, 0xc8, 0x36, 0xee, 0xdb, 0xf7, 0xd6, 0xde, 0x3f, 0xca, 0xf3, 0x1d, 0x59, 0x77, 0xd7, 0x05, - 0x9f, 0x88, 0x19, 0xe5, 0x09, 0x12, 0x32, 0xc1, 0x09, 0xe3, 0xab, 0xf4, 0xcd, 0x87, 0x9c, 0xa7, - 0x50, 0xff, 0xe7, 0x9c, 0x1b, 0xf1, 0x66, 0x6f, 0x0d, 0x83, 0xe0, 0xdd, 0x6e, 0x0e, 0x75, 0xc3, - 0x20, 0x06, 0xa4, 0x65, 0xae, 0x26, 0x3e, 0x2a, 0x06, 0xc3, 0xa7, 0xb1, 0x84, 0x41, 0x0c, 0x61, - 0x69, 0x09, 0x27, 0x7e, 0x68, 0x2c, 0xbf, 0x76, 0x5b, 0xbf, 0x13, 0x12, 0xc4, 0x40, 0x48, 0x69, - 0x22, 0x64, 0xe2, 0x13, 0x62, 0x6c, 0xf7, 0xdb, 0xab, 0x3d, 0x7b, 0x7f, 0x01, 0x00, 0x00, 0xff, - 0xff, 0xbf, 0x83, 0x94, 0xa2, 0xe0, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/customer_feed_service.pb.go b/googleapis/ads/googleads/v0/services/customer_feed_service.pb.go deleted file mode 100644 index 0d36f2b5dd..0000000000 --- a/googleapis/ads/googleads/v0/services/customer_feed_service.pb.go +++ /dev/null @@ -1,592 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/customer_feed_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [CustomerFeedService.GetCustomerFeed][google.ads.googleads.v0.services.CustomerFeedService.GetCustomerFeed]. -type GetCustomerFeedRequest struct { - // The resource name of the customer feed to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetCustomerFeedRequest) Reset() { *m = GetCustomerFeedRequest{} } -func (m *GetCustomerFeedRequest) String() string { return proto.CompactTextString(m) } -func (*GetCustomerFeedRequest) ProtoMessage() {} -func (*GetCustomerFeedRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_feed_service_79696b6662fb3717, []int{0} -} -func (m *GetCustomerFeedRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetCustomerFeedRequest.Unmarshal(m, b) -} -func (m *GetCustomerFeedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetCustomerFeedRequest.Marshal(b, m, deterministic) -} -func (dst *GetCustomerFeedRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetCustomerFeedRequest.Merge(dst, src) -} -func (m *GetCustomerFeedRequest) XXX_Size() int { - return xxx_messageInfo_GetCustomerFeedRequest.Size(m) -} -func (m *GetCustomerFeedRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetCustomerFeedRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetCustomerFeedRequest proto.InternalMessageInfo - -func (m *GetCustomerFeedRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [CustomerFeedService.MutateCustomerFeeds][google.ads.googleads.v0.services.CustomerFeedService.MutateCustomerFeeds]. -type MutateCustomerFeedsRequest struct { - // The ID of the customer whose customer feeds are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual customer feeds. - Operations []*CustomerFeedOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCustomerFeedsRequest) Reset() { *m = MutateCustomerFeedsRequest{} } -func (m *MutateCustomerFeedsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateCustomerFeedsRequest) ProtoMessage() {} -func (*MutateCustomerFeedsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_feed_service_79696b6662fb3717, []int{1} -} -func (m *MutateCustomerFeedsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCustomerFeedsRequest.Unmarshal(m, b) -} -func (m *MutateCustomerFeedsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCustomerFeedsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateCustomerFeedsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCustomerFeedsRequest.Merge(dst, src) -} -func (m *MutateCustomerFeedsRequest) XXX_Size() int { - return xxx_messageInfo_MutateCustomerFeedsRequest.Size(m) -} -func (m *MutateCustomerFeedsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCustomerFeedsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCustomerFeedsRequest proto.InternalMessageInfo - -func (m *MutateCustomerFeedsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateCustomerFeedsRequest) GetOperations() []*CustomerFeedOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateCustomerFeedsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateCustomerFeedsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on a customer feed. -type CustomerFeedOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *CustomerFeedOperation_Create - // *CustomerFeedOperation_Update - // *CustomerFeedOperation_Remove - Operation isCustomerFeedOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CustomerFeedOperation) Reset() { *m = CustomerFeedOperation{} } -func (m *CustomerFeedOperation) String() string { return proto.CompactTextString(m) } -func (*CustomerFeedOperation) ProtoMessage() {} -func (*CustomerFeedOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_feed_service_79696b6662fb3717, []int{2} -} -func (m *CustomerFeedOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CustomerFeedOperation.Unmarshal(m, b) -} -func (m *CustomerFeedOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CustomerFeedOperation.Marshal(b, m, deterministic) -} -func (dst *CustomerFeedOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_CustomerFeedOperation.Merge(dst, src) -} -func (m *CustomerFeedOperation) XXX_Size() int { - return xxx_messageInfo_CustomerFeedOperation.Size(m) -} -func (m *CustomerFeedOperation) XXX_DiscardUnknown() { - xxx_messageInfo_CustomerFeedOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_CustomerFeedOperation proto.InternalMessageInfo - -func (m *CustomerFeedOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isCustomerFeedOperation_Operation interface { - isCustomerFeedOperation_Operation() -} - -type CustomerFeedOperation_Create struct { - Create *resources.CustomerFeed `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type CustomerFeedOperation_Update struct { - Update *resources.CustomerFeed `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type CustomerFeedOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*CustomerFeedOperation_Create) isCustomerFeedOperation_Operation() {} - -func (*CustomerFeedOperation_Update) isCustomerFeedOperation_Operation() {} - -func (*CustomerFeedOperation_Remove) isCustomerFeedOperation_Operation() {} - -func (m *CustomerFeedOperation) GetOperation() isCustomerFeedOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *CustomerFeedOperation) GetCreate() *resources.CustomerFeed { - if x, ok := m.GetOperation().(*CustomerFeedOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *CustomerFeedOperation) GetUpdate() *resources.CustomerFeed { - if x, ok := m.GetOperation().(*CustomerFeedOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *CustomerFeedOperation) GetRemove() string { - if x, ok := m.GetOperation().(*CustomerFeedOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*CustomerFeedOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _CustomerFeedOperation_OneofMarshaler, _CustomerFeedOperation_OneofUnmarshaler, _CustomerFeedOperation_OneofSizer, []interface{}{ - (*CustomerFeedOperation_Create)(nil), - (*CustomerFeedOperation_Update)(nil), - (*CustomerFeedOperation_Remove)(nil), - } -} - -func _CustomerFeedOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*CustomerFeedOperation) - // operation - switch x := m.Operation.(type) { - case *CustomerFeedOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *CustomerFeedOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *CustomerFeedOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("CustomerFeedOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _CustomerFeedOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*CustomerFeedOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.CustomerFeed) - err := b.DecodeMessage(msg) - m.Operation = &CustomerFeedOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.CustomerFeed) - err := b.DecodeMessage(msg) - m.Operation = &CustomerFeedOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &CustomerFeedOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _CustomerFeedOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*CustomerFeedOperation) - // operation - switch x := m.Operation.(type) { - case *CustomerFeedOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CustomerFeedOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *CustomerFeedOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for a customer feed mutate. -type MutateCustomerFeedsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateCustomerFeedResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCustomerFeedsResponse) Reset() { *m = MutateCustomerFeedsResponse{} } -func (m *MutateCustomerFeedsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateCustomerFeedsResponse) ProtoMessage() {} -func (*MutateCustomerFeedsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_feed_service_79696b6662fb3717, []int{3} -} -func (m *MutateCustomerFeedsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCustomerFeedsResponse.Unmarshal(m, b) -} -func (m *MutateCustomerFeedsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCustomerFeedsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateCustomerFeedsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCustomerFeedsResponse.Merge(dst, src) -} -func (m *MutateCustomerFeedsResponse) XXX_Size() int { - return xxx_messageInfo_MutateCustomerFeedsResponse.Size(m) -} -func (m *MutateCustomerFeedsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCustomerFeedsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCustomerFeedsResponse proto.InternalMessageInfo - -func (m *MutateCustomerFeedsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateCustomerFeedsResponse) GetResults() []*MutateCustomerFeedResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the customer feed mutate. -type MutateCustomerFeedResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCustomerFeedResult) Reset() { *m = MutateCustomerFeedResult{} } -func (m *MutateCustomerFeedResult) String() string { return proto.CompactTextString(m) } -func (*MutateCustomerFeedResult) ProtoMessage() {} -func (*MutateCustomerFeedResult) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_feed_service_79696b6662fb3717, []int{4} -} -func (m *MutateCustomerFeedResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCustomerFeedResult.Unmarshal(m, b) -} -func (m *MutateCustomerFeedResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCustomerFeedResult.Marshal(b, m, deterministic) -} -func (dst *MutateCustomerFeedResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCustomerFeedResult.Merge(dst, src) -} -func (m *MutateCustomerFeedResult) XXX_Size() int { - return xxx_messageInfo_MutateCustomerFeedResult.Size(m) -} -func (m *MutateCustomerFeedResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCustomerFeedResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCustomerFeedResult proto.InternalMessageInfo - -func (m *MutateCustomerFeedResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetCustomerFeedRequest)(nil), "google.ads.googleads.v0.services.GetCustomerFeedRequest") - proto.RegisterType((*MutateCustomerFeedsRequest)(nil), "google.ads.googleads.v0.services.MutateCustomerFeedsRequest") - proto.RegisterType((*CustomerFeedOperation)(nil), "google.ads.googleads.v0.services.CustomerFeedOperation") - proto.RegisterType((*MutateCustomerFeedsResponse)(nil), "google.ads.googleads.v0.services.MutateCustomerFeedsResponse") - proto.RegisterType((*MutateCustomerFeedResult)(nil), "google.ads.googleads.v0.services.MutateCustomerFeedResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// CustomerFeedServiceClient is the client API for CustomerFeedService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type CustomerFeedServiceClient interface { - // Returns the requested customer feed in full detail. - GetCustomerFeed(ctx context.Context, in *GetCustomerFeedRequest, opts ...grpc.CallOption) (*resources.CustomerFeed, error) - // Creates, updates, or removes customer feeds. Operation statuses are - // returned. - MutateCustomerFeeds(ctx context.Context, in *MutateCustomerFeedsRequest, opts ...grpc.CallOption) (*MutateCustomerFeedsResponse, error) -} - -type customerFeedServiceClient struct { - cc *grpc.ClientConn -} - -func NewCustomerFeedServiceClient(cc *grpc.ClientConn) CustomerFeedServiceClient { - return &customerFeedServiceClient{cc} -} - -func (c *customerFeedServiceClient) GetCustomerFeed(ctx context.Context, in *GetCustomerFeedRequest, opts ...grpc.CallOption) (*resources.CustomerFeed, error) { - out := new(resources.CustomerFeed) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CustomerFeedService/GetCustomerFeed", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *customerFeedServiceClient) MutateCustomerFeeds(ctx context.Context, in *MutateCustomerFeedsRequest, opts ...grpc.CallOption) (*MutateCustomerFeedsResponse, error) { - out := new(MutateCustomerFeedsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CustomerFeedService/MutateCustomerFeeds", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// CustomerFeedServiceServer is the server API for CustomerFeedService service. -type CustomerFeedServiceServer interface { - // Returns the requested customer feed in full detail. - GetCustomerFeed(context.Context, *GetCustomerFeedRequest) (*resources.CustomerFeed, error) - // Creates, updates, or removes customer feeds. Operation statuses are - // returned. - MutateCustomerFeeds(context.Context, *MutateCustomerFeedsRequest) (*MutateCustomerFeedsResponse, error) -} - -func RegisterCustomerFeedServiceServer(s *grpc.Server, srv CustomerFeedServiceServer) { - s.RegisterService(&_CustomerFeedService_serviceDesc, srv) -} - -func _CustomerFeedService_GetCustomerFeed_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetCustomerFeedRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CustomerFeedServiceServer).GetCustomerFeed(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CustomerFeedService/GetCustomerFeed", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CustomerFeedServiceServer).GetCustomerFeed(ctx, req.(*GetCustomerFeedRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _CustomerFeedService_MutateCustomerFeeds_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateCustomerFeedsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CustomerFeedServiceServer).MutateCustomerFeeds(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CustomerFeedService/MutateCustomerFeeds", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CustomerFeedServiceServer).MutateCustomerFeeds(ctx, req.(*MutateCustomerFeedsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _CustomerFeedService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.CustomerFeedService", - HandlerType: (*CustomerFeedServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetCustomerFeed", - Handler: _CustomerFeedService_GetCustomerFeed_Handler, - }, - { - MethodName: "MutateCustomerFeeds", - Handler: _CustomerFeedService_MutateCustomerFeeds_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/customer_feed_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/customer_feed_service.proto", fileDescriptor_customer_feed_service_79696b6662fb3717) -} - -var fileDescriptor_customer_feed_service_79696b6662fb3717 = []byte{ - // 711 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0xc1, 0x6e, 0xd3, 0x4c, - 0x10, 0xfe, 0xed, 0xfc, 0xea, 0xff, 0x77, 0x5d, 0xa8, 0xb4, 0x55, 0xc1, 0x0a, 0x08, 0x22, 0x53, - 0x89, 0x2a, 0x07, 0x6f, 0x08, 0x42, 0x45, 0x6e, 0x23, 0x94, 0x22, 0xd2, 0xf6, 0x50, 0x5a, 0xb9, - 0xa8, 0x48, 0x28, 0x92, 0xb5, 0x8d, 0x37, 0x91, 0x55, 0xdb, 0x6b, 0x76, 0xd7, 0x41, 0x55, 0xd5, - 0x0b, 0x6f, 0x80, 0x78, 0x02, 0x38, 0x72, 0xe7, 0xc4, 0x1b, 0x70, 0x43, 0xbc, 0x42, 0x4f, 0xbc, - 0x04, 0xc8, 0x5e, 0xaf, 0x49, 0xda, 0x44, 0x81, 0xde, 0xc6, 0xb3, 0xdf, 0x7c, 0x33, 0xb3, 0xdf, - 0xec, 0x18, 0x6c, 0x0c, 0x28, 0x1d, 0x84, 0x04, 0x61, 0x9f, 0x23, 0x69, 0x66, 0xd6, 0xb0, 0x81, - 0x38, 0x61, 0xc3, 0xa0, 0x47, 0x38, 0xea, 0xa5, 0x5c, 0xd0, 0x88, 0x30, 0xaf, 0x4f, 0x88, 0xef, - 0x15, 0x6e, 0x3b, 0x61, 0x54, 0x50, 0x58, 0x93, 0x21, 0x36, 0xf6, 0xb9, 0x5d, 0x46, 0xdb, 0xc3, - 0x86, 0xad, 0xa2, 0xab, 0x8f, 0xa6, 0xf1, 0x33, 0xc2, 0x69, 0xca, 0x2e, 0x25, 0x90, 0xc4, 0xd5, - 0xdb, 0x2a, 0x2c, 0x09, 0x10, 0x8e, 0x63, 0x2a, 0xb0, 0x08, 0x68, 0xcc, 0x8b, 0xd3, 0x22, 0x2d, - 0xca, 0xbf, 0x8e, 0xd2, 0x3e, 0xea, 0x07, 0x24, 0xf4, 0xbd, 0x08, 0xf3, 0xe3, 0x02, 0x71, 0xe7, - 0x22, 0xe2, 0x0d, 0xc3, 0x49, 0x42, 0x98, 0x62, 0xb8, 0x59, 0x9c, 0xb3, 0xa4, 0x87, 0xb8, 0xc0, - 0x22, 0x2d, 0x0e, 0xac, 0x16, 0xb8, 0xb1, 0x45, 0xc4, 0xd3, 0xa2, 0xa4, 0x0e, 0x21, 0xbe, 0x4b, - 0x5e, 0xa7, 0x84, 0x0b, 0x78, 0x0f, 0x5c, 0x53, 0x35, 0x7b, 0x31, 0x8e, 0x88, 0xa9, 0xd5, 0xb4, - 0xd5, 0x79, 0x77, 0x41, 0x39, 0x9f, 0xe3, 0x88, 0x58, 0xe7, 0x1a, 0xa8, 0xee, 0xa6, 0x02, 0x0b, - 0x32, 0x4a, 0xc1, 0x15, 0xc7, 0x5d, 0x60, 0x94, 0xdd, 0x06, 0x7e, 0xc1, 0x00, 0x94, 0x6b, 0xc7, - 0x87, 0x2f, 0x01, 0xa0, 0x09, 0x61, 0xb2, 0x5b, 0x53, 0xaf, 0x55, 0x56, 0x8d, 0xe6, 0x9a, 0x3d, - 0xeb, 0x96, 0xed, 0xd1, 0x64, 0x7b, 0x2a, 0xde, 0x1d, 0xa1, 0x82, 0xf7, 0xc1, 0x62, 0x82, 0x99, - 0x08, 0x70, 0xe8, 0xf5, 0x71, 0x10, 0xa6, 0x8c, 0x98, 0x95, 0x9a, 0xb6, 0xfa, 0xbf, 0x7b, 0xbd, - 0x70, 0x77, 0xa4, 0x37, 0x6b, 0x73, 0x88, 0xc3, 0xc0, 0xc7, 0x82, 0x78, 0x34, 0x0e, 0x4f, 0xcc, - 0x7f, 0x73, 0xd8, 0x82, 0x72, 0xee, 0xc5, 0xe1, 0x89, 0xf5, 0x4e, 0x07, 0xcb, 0x13, 0x73, 0xc2, - 0x75, 0x60, 0xa4, 0x49, 0x1e, 0x9c, 0xa9, 0x91, 0x07, 0x1b, 0xcd, 0xaa, 0xea, 0x40, 0xc9, 0x61, - 0x77, 0x32, 0xc1, 0x76, 0x31, 0x3f, 0x76, 0x81, 0x84, 0x67, 0x36, 0xdc, 0x01, 0x73, 0x3d, 0x46, - 0xb0, 0x90, 0x77, 0x6b, 0x34, 0xd1, 0xd4, 0xce, 0xcb, 0xe9, 0x19, 0x6b, 0x7d, 0xfb, 0x1f, 0xb7, - 0x20, 0xc8, 0xa8, 0x24, 0xb1, 0xa9, 0x5f, 0x99, 0x4a, 0x12, 0x40, 0x13, 0xcc, 0x31, 0x12, 0xd1, - 0xa1, 0xbc, 0xb1, 0xf9, 0xec, 0x44, 0x7e, 0x6f, 0x1a, 0x60, 0xbe, 0xbc, 0x62, 0xeb, 0x8b, 0x06, - 0x6e, 0x4d, 0x94, 0x9e, 0x27, 0x34, 0xe6, 0x04, 0x76, 0xc0, 0xf2, 0x05, 0x05, 0x3c, 0xc2, 0x18, - 0x65, 0x39, 0xab, 0xd1, 0x84, 0xaa, 0x40, 0x96, 0xf4, 0xec, 0x83, 0x7c, 0x24, 0xdd, 0xa5, 0x71, - 0x6d, 0x9e, 0x65, 0x70, 0xf8, 0x02, 0xfc, 0xc7, 0x08, 0x4f, 0x43, 0xa1, 0xe6, 0xc3, 0x99, 0x3d, - 0x1f, 0x97, 0xeb, 0x72, 0x73, 0x0a, 0x57, 0x51, 0x59, 0x4f, 0x80, 0x39, 0x0d, 0xf4, 0x47, 0x93, - 0xdf, 0xfc, 0x50, 0x01, 0x4b, 0xa3, 0xb1, 0x07, 0x32, 0x37, 0xfc, 0xac, 0x81, 0xc5, 0x0b, 0x2f, - 0x0a, 0x3e, 0x9e, 0x5d, 0xf1, 0xe4, 0x47, 0x58, 0xfd, 0x5b, 0x19, 0xad, 0xb5, 0xb7, 0xdf, 0xcf, - 0xdf, 0xeb, 0x0f, 0x20, 0xca, 0x76, 0xce, 0xe9, 0x58, 0x1b, 0x2d, 0xf5, 0xee, 0x38, 0xaa, 0x97, - 0x4b, 0x28, 0xd7, 0x0c, 0xd5, 0xcf, 0xe0, 0x37, 0x0d, 0x2c, 0x4d, 0x90, 0x13, 0x6e, 0x5c, 0xe5, - 0xb6, 0xd5, 0x02, 0xa8, 0xb6, 0xae, 0x18, 0x2d, 0x67, 0xc8, 0x6a, 0xe5, 0xdd, 0xac, 0x59, 0xcd, - 0xac, 0x9b, 0xdf, 0xe5, 0x9f, 0x8e, 0x2c, 0x95, 0x56, 0xfd, 0x6c, 0xbc, 0x19, 0x27, 0xca, 0x09, - 0x1d, 0xad, 0xbe, 0xf9, 0x53, 0x03, 0x2b, 0x3d, 0x1a, 0xcd, 0xac, 0x61, 0xd3, 0x9c, 0xa0, 0xe4, - 0x7e, 0xf6, 0x76, 0xf7, 0xb5, 0x57, 0xdb, 0x45, 0xf4, 0x80, 0x86, 0x38, 0x1e, 0xd8, 0x94, 0x0d, - 0xd0, 0x80, 0xc4, 0xf9, 0xcb, 0x56, 0x1b, 0x3e, 0x09, 0xf8, 0xf4, 0x1f, 0xca, 0xba, 0x32, 0x3e, - 0xea, 0x95, 0xad, 0x76, 0xfb, 0x93, 0x5e, 0xdb, 0x92, 0x84, 0x6d, 0x9f, 0xdb, 0xd2, 0xcc, 0xac, - 0xc3, 0x86, 0x5d, 0x24, 0xe6, 0x5f, 0x15, 0xa4, 0xdb, 0xf6, 0x79, 0xb7, 0x84, 0x74, 0x0f, 0x1b, - 0x5d, 0x05, 0xf9, 0xa1, 0xaf, 0x48, 0xbf, 0xe3, 0xb4, 0x7d, 0xee, 0x38, 0x25, 0xc8, 0x71, 0x0e, - 0x1b, 0x8e, 0xa3, 0x60, 0x47, 0x73, 0x79, 0x9d, 0x0f, 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, 0x00, - 0x9c, 0x26, 0xb8, 0xf7, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/customer_manager_link_service.pb.go b/googleapis/ads/googleads/v0/services/customer_manager_link_service.pb.go deleted file mode 100644 index c2488608d3..0000000000 --- a/googleapis/ads/googleads/v0/services/customer_manager_link_service.pb.go +++ /dev/null @@ -1,489 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/customer_manager_link_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [CustomerManagerLinkService.GetCustomerManagerLink][google.ads.googleads.v0.services.CustomerManagerLinkService.GetCustomerManagerLink]. -type GetCustomerManagerLinkRequest struct { - // The resource name of the CustomerManagerLink to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetCustomerManagerLinkRequest) Reset() { *m = GetCustomerManagerLinkRequest{} } -func (m *GetCustomerManagerLinkRequest) String() string { return proto.CompactTextString(m) } -func (*GetCustomerManagerLinkRequest) ProtoMessage() {} -func (*GetCustomerManagerLinkRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_manager_link_service_c7fed20b251450d8, []int{0} -} -func (m *GetCustomerManagerLinkRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetCustomerManagerLinkRequest.Unmarshal(m, b) -} -func (m *GetCustomerManagerLinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetCustomerManagerLinkRequest.Marshal(b, m, deterministic) -} -func (dst *GetCustomerManagerLinkRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetCustomerManagerLinkRequest.Merge(dst, src) -} -func (m *GetCustomerManagerLinkRequest) XXX_Size() int { - return xxx_messageInfo_GetCustomerManagerLinkRequest.Size(m) -} -func (m *GetCustomerManagerLinkRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetCustomerManagerLinkRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetCustomerManagerLinkRequest proto.InternalMessageInfo - -func (m *GetCustomerManagerLinkRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [CustomerManagerLinkService.MutateCustomerManagerLink][google.ads.googleads.v0.services.CustomerManagerLinkService.MutateCustomerManagerLink]. -type MutateCustomerManagerLinkRequest struct { - // The ID of the customer whose customer manager links are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual customer manager links. - Operations []*CustomerManagerLinkOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCustomerManagerLinkRequest) Reset() { *m = MutateCustomerManagerLinkRequest{} } -func (m *MutateCustomerManagerLinkRequest) String() string { return proto.CompactTextString(m) } -func (*MutateCustomerManagerLinkRequest) ProtoMessage() {} -func (*MutateCustomerManagerLinkRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_manager_link_service_c7fed20b251450d8, []int{1} -} -func (m *MutateCustomerManagerLinkRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCustomerManagerLinkRequest.Unmarshal(m, b) -} -func (m *MutateCustomerManagerLinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCustomerManagerLinkRequest.Marshal(b, m, deterministic) -} -func (dst *MutateCustomerManagerLinkRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCustomerManagerLinkRequest.Merge(dst, src) -} -func (m *MutateCustomerManagerLinkRequest) XXX_Size() int { - return xxx_messageInfo_MutateCustomerManagerLinkRequest.Size(m) -} -func (m *MutateCustomerManagerLinkRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCustomerManagerLinkRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCustomerManagerLinkRequest proto.InternalMessageInfo - -func (m *MutateCustomerManagerLinkRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateCustomerManagerLinkRequest) GetOperations() []*CustomerManagerLinkOperation { - if m != nil { - return m.Operations - } - return nil -} - -// Updates the status of a CustomerManagerLink. -// The following actions are possible: -// 1. Update operation with status ACTIVE accepts a pending invitation. -// 2. Update operation with status REFUSED declines a pending invitation. -// 3. Update operation with status INACTIVE terminates link to manager. -type CustomerManagerLinkOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *CustomerManagerLinkOperation_Update - Operation isCustomerManagerLinkOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CustomerManagerLinkOperation) Reset() { *m = CustomerManagerLinkOperation{} } -func (m *CustomerManagerLinkOperation) String() string { return proto.CompactTextString(m) } -func (*CustomerManagerLinkOperation) ProtoMessage() {} -func (*CustomerManagerLinkOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_manager_link_service_c7fed20b251450d8, []int{2} -} -func (m *CustomerManagerLinkOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CustomerManagerLinkOperation.Unmarshal(m, b) -} -func (m *CustomerManagerLinkOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CustomerManagerLinkOperation.Marshal(b, m, deterministic) -} -func (dst *CustomerManagerLinkOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_CustomerManagerLinkOperation.Merge(dst, src) -} -func (m *CustomerManagerLinkOperation) XXX_Size() int { - return xxx_messageInfo_CustomerManagerLinkOperation.Size(m) -} -func (m *CustomerManagerLinkOperation) XXX_DiscardUnknown() { - xxx_messageInfo_CustomerManagerLinkOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_CustomerManagerLinkOperation proto.InternalMessageInfo - -func (m *CustomerManagerLinkOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isCustomerManagerLinkOperation_Operation interface { - isCustomerManagerLinkOperation_Operation() -} - -type CustomerManagerLinkOperation_Update struct { - Update *resources.CustomerManagerLink `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -func (*CustomerManagerLinkOperation_Update) isCustomerManagerLinkOperation_Operation() {} - -func (m *CustomerManagerLinkOperation) GetOperation() isCustomerManagerLinkOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *CustomerManagerLinkOperation) GetUpdate() *resources.CustomerManagerLink { - if x, ok := m.GetOperation().(*CustomerManagerLinkOperation_Update); ok { - return x.Update - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*CustomerManagerLinkOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _CustomerManagerLinkOperation_OneofMarshaler, _CustomerManagerLinkOperation_OneofUnmarshaler, _CustomerManagerLinkOperation_OneofSizer, []interface{}{ - (*CustomerManagerLinkOperation_Update)(nil), - } -} - -func _CustomerManagerLinkOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*CustomerManagerLinkOperation) - // operation - switch x := m.Operation.(type) { - case *CustomerManagerLinkOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("CustomerManagerLinkOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _CustomerManagerLinkOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*CustomerManagerLinkOperation) - switch tag { - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.CustomerManagerLink) - err := b.DecodeMessage(msg) - m.Operation = &CustomerManagerLinkOperation_Update{msg} - return true, err - default: - return false, nil - } -} - -func _CustomerManagerLinkOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*CustomerManagerLinkOperation) - // operation - switch x := m.Operation.(type) { - case *CustomerManagerLinkOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for a CustomerManagerLink mutate. -type MutateCustomerManagerLinkResponse struct { - // A result that identifies the resource affected by the mutate request. - Results []*MutateCustomerManagerLinkResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCustomerManagerLinkResponse) Reset() { *m = MutateCustomerManagerLinkResponse{} } -func (m *MutateCustomerManagerLinkResponse) String() string { return proto.CompactTextString(m) } -func (*MutateCustomerManagerLinkResponse) ProtoMessage() {} -func (*MutateCustomerManagerLinkResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_manager_link_service_c7fed20b251450d8, []int{3} -} -func (m *MutateCustomerManagerLinkResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCustomerManagerLinkResponse.Unmarshal(m, b) -} -func (m *MutateCustomerManagerLinkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCustomerManagerLinkResponse.Marshal(b, m, deterministic) -} -func (dst *MutateCustomerManagerLinkResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCustomerManagerLinkResponse.Merge(dst, src) -} -func (m *MutateCustomerManagerLinkResponse) XXX_Size() int { - return xxx_messageInfo_MutateCustomerManagerLinkResponse.Size(m) -} -func (m *MutateCustomerManagerLinkResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCustomerManagerLinkResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCustomerManagerLinkResponse proto.InternalMessageInfo - -func (m *MutateCustomerManagerLinkResponse) GetResults() []*MutateCustomerManagerLinkResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the customer manager link mutate. -type MutateCustomerManagerLinkResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCustomerManagerLinkResult) Reset() { *m = MutateCustomerManagerLinkResult{} } -func (m *MutateCustomerManagerLinkResult) String() string { return proto.CompactTextString(m) } -func (*MutateCustomerManagerLinkResult) ProtoMessage() {} -func (*MutateCustomerManagerLinkResult) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_manager_link_service_c7fed20b251450d8, []int{4} -} -func (m *MutateCustomerManagerLinkResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCustomerManagerLinkResult.Unmarshal(m, b) -} -func (m *MutateCustomerManagerLinkResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCustomerManagerLinkResult.Marshal(b, m, deterministic) -} -func (dst *MutateCustomerManagerLinkResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCustomerManagerLinkResult.Merge(dst, src) -} -func (m *MutateCustomerManagerLinkResult) XXX_Size() int { - return xxx_messageInfo_MutateCustomerManagerLinkResult.Size(m) -} -func (m *MutateCustomerManagerLinkResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCustomerManagerLinkResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCustomerManagerLinkResult proto.InternalMessageInfo - -func (m *MutateCustomerManagerLinkResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetCustomerManagerLinkRequest)(nil), "google.ads.googleads.v0.services.GetCustomerManagerLinkRequest") - proto.RegisterType((*MutateCustomerManagerLinkRequest)(nil), "google.ads.googleads.v0.services.MutateCustomerManagerLinkRequest") - proto.RegisterType((*CustomerManagerLinkOperation)(nil), "google.ads.googleads.v0.services.CustomerManagerLinkOperation") - proto.RegisterType((*MutateCustomerManagerLinkResponse)(nil), "google.ads.googleads.v0.services.MutateCustomerManagerLinkResponse") - proto.RegisterType((*MutateCustomerManagerLinkResult)(nil), "google.ads.googleads.v0.services.MutateCustomerManagerLinkResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// CustomerManagerLinkServiceClient is the client API for CustomerManagerLinkService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type CustomerManagerLinkServiceClient interface { - // Returns the requested CustomerManagerLink in full detail. - GetCustomerManagerLink(ctx context.Context, in *GetCustomerManagerLinkRequest, opts ...grpc.CallOption) (*resources.CustomerManagerLink, error) - // Creates or updates customer manager links. Operation statuses are returned. - MutateCustomerManagerLink(ctx context.Context, in *MutateCustomerManagerLinkRequest, opts ...grpc.CallOption) (*MutateCustomerManagerLinkResponse, error) -} - -type customerManagerLinkServiceClient struct { - cc *grpc.ClientConn -} - -func NewCustomerManagerLinkServiceClient(cc *grpc.ClientConn) CustomerManagerLinkServiceClient { - return &customerManagerLinkServiceClient{cc} -} - -func (c *customerManagerLinkServiceClient) GetCustomerManagerLink(ctx context.Context, in *GetCustomerManagerLinkRequest, opts ...grpc.CallOption) (*resources.CustomerManagerLink, error) { - out := new(resources.CustomerManagerLink) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CustomerManagerLinkService/GetCustomerManagerLink", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *customerManagerLinkServiceClient) MutateCustomerManagerLink(ctx context.Context, in *MutateCustomerManagerLinkRequest, opts ...grpc.CallOption) (*MutateCustomerManagerLinkResponse, error) { - out := new(MutateCustomerManagerLinkResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CustomerManagerLinkService/MutateCustomerManagerLink", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// CustomerManagerLinkServiceServer is the server API for CustomerManagerLinkService service. -type CustomerManagerLinkServiceServer interface { - // Returns the requested CustomerManagerLink in full detail. - GetCustomerManagerLink(context.Context, *GetCustomerManagerLinkRequest) (*resources.CustomerManagerLink, error) - // Creates or updates customer manager links. Operation statuses are returned. - MutateCustomerManagerLink(context.Context, *MutateCustomerManagerLinkRequest) (*MutateCustomerManagerLinkResponse, error) -} - -func RegisterCustomerManagerLinkServiceServer(s *grpc.Server, srv CustomerManagerLinkServiceServer) { - s.RegisterService(&_CustomerManagerLinkService_serviceDesc, srv) -} - -func _CustomerManagerLinkService_GetCustomerManagerLink_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetCustomerManagerLinkRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CustomerManagerLinkServiceServer).GetCustomerManagerLink(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CustomerManagerLinkService/GetCustomerManagerLink", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CustomerManagerLinkServiceServer).GetCustomerManagerLink(ctx, req.(*GetCustomerManagerLinkRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _CustomerManagerLinkService_MutateCustomerManagerLink_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateCustomerManagerLinkRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CustomerManagerLinkServiceServer).MutateCustomerManagerLink(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CustomerManagerLinkService/MutateCustomerManagerLink", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CustomerManagerLinkServiceServer).MutateCustomerManagerLink(ctx, req.(*MutateCustomerManagerLinkRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _CustomerManagerLinkService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.CustomerManagerLinkService", - HandlerType: (*CustomerManagerLinkServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetCustomerManagerLink", - Handler: _CustomerManagerLinkService_GetCustomerManagerLink_Handler, - }, - { - MethodName: "MutateCustomerManagerLink", - Handler: _CustomerManagerLinkService_MutateCustomerManagerLink_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/customer_manager_link_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/customer_manager_link_service.proto", fileDescriptor_customer_manager_link_service_c7fed20b251450d8) -} - -var fileDescriptor_customer_manager_link_service_c7fed20b251450d8 = []byte{ - // 597 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0x41, 0x8b, 0xd3, 0x40, - 0x14, 0x36, 0xa9, 0xac, 0xec, 0x54, 0x2f, 0x73, 0x90, 0x5a, 0x56, 0x1a, 0xe3, 0x1e, 0x4a, 0x0f, - 0x93, 0x52, 0x61, 0xd1, 0x2c, 0xad, 0xa4, 0x5b, 0xb6, 0x2b, 0x58, 0x2d, 0x11, 0x7a, 0xd0, 0x62, - 0x99, 0x6d, 0x66, 0x43, 0x68, 0x92, 0x89, 0x99, 0x49, 0x2f, 0xcb, 0x82, 0x78, 0xf0, 0x0f, 0xf8, - 0x0f, 0xf4, 0xe6, 0x4f, 0xf0, 0x27, 0x78, 0x13, 0xcf, 0xde, 0x3c, 0xed, 0xaf, 0x90, 0x64, 0x32, - 0xb1, 0x42, 0xd3, 0xca, 0xee, 0xed, 0x65, 0xf2, 0xde, 0xf7, 0xbe, 0xef, 0x9b, 0xf7, 0x06, 0x0c, - 0x5c, 0x4a, 0x5d, 0x9f, 0x18, 0xd8, 0x61, 0x86, 0x08, 0xd3, 0x68, 0xd9, 0x36, 0x18, 0x89, 0x97, - 0xde, 0x9c, 0x30, 0x63, 0x9e, 0x30, 0x4e, 0x03, 0x12, 0xcf, 0x02, 0x1c, 0x62, 0x97, 0xc4, 0x33, - 0xdf, 0x0b, 0x17, 0xb3, 0xfc, 0x37, 0x8a, 0x62, 0xca, 0x29, 0xd4, 0x44, 0x29, 0xc2, 0x0e, 0x43, - 0x05, 0x0a, 0x5a, 0xb6, 0x91, 0x44, 0xa9, 0x77, 0xcb, 0xfa, 0xc4, 0x84, 0xd1, 0x24, 0x2e, 0x6d, - 0x24, 0x1a, 0xd4, 0xf7, 0x64, 0x79, 0xe4, 0x19, 0x38, 0x0c, 0x29, 0xc7, 0xdc, 0xa3, 0x21, 0xcb, - 0xff, 0xe6, 0xed, 0x8d, 0xec, 0xeb, 0x34, 0x39, 0x33, 0xce, 0x3c, 0xe2, 0x3b, 0xb3, 0x00, 0xb3, - 0xbc, 0x5e, 0x1f, 0x80, 0xfb, 0x43, 0xc2, 0x8f, 0xf2, 0x0e, 0x23, 0xd1, 0xe0, 0xb9, 0x17, 0x2e, - 0x6c, 0xf2, 0x2e, 0x21, 0x8c, 0xc3, 0x87, 0xe0, 0x8e, 0x64, 0x32, 0x0b, 0x71, 0x40, 0x6a, 0x8a, - 0xa6, 0x34, 0x77, 0xed, 0xdb, 0xf2, 0xf0, 0x05, 0x0e, 0x88, 0xfe, 0x45, 0x01, 0xda, 0x28, 0xe1, - 0x98, 0x93, 0x0d, 0x48, 0x0d, 0x50, 0x2d, 0x94, 0x78, 0x4e, 0x8e, 0x03, 0xe4, 0xd1, 0x33, 0x07, - 0xbe, 0x05, 0x80, 0x46, 0x24, 0x16, 0x0a, 0x6a, 0xaa, 0x56, 0x69, 0x56, 0x3b, 0x3d, 0xb4, 0xcd, - 0x41, 0xb4, 0xa6, 0xe5, 0x4b, 0x09, 0x63, 0xaf, 0x20, 0xea, 0xdf, 0x14, 0xb0, 0xb7, 0x29, 0x19, - 0x1e, 0x82, 0x6a, 0x12, 0x39, 0x98, 0x93, 0xcc, 0xa1, 0xda, 0x4d, 0x4d, 0x69, 0x56, 0x3b, 0x75, - 0xc9, 0x40, 0x9a, 0x88, 0x8e, 0x53, 0x13, 0x47, 0x98, 0x2d, 0x6c, 0x20, 0xd2, 0xd3, 0x18, 0x8e, - 0xc1, 0x8e, 0xf8, 0xaa, 0xa9, 0x59, 0xdd, 0x41, 0x29, 0xf3, 0xe2, 0x66, 0xd7, 0x51, 0x3f, 0xb9, - 0x61, 0xe7, 0x38, 0xfd, 0x2a, 0xd8, 0x2d, 0xd8, 0xeb, 0xef, 0x15, 0xf0, 0x60, 0x83, 0xc5, 0x2c, - 0xa2, 0x21, 0x23, 0xf0, 0x0d, 0xb8, 0x15, 0x13, 0x96, 0xf8, 0x9c, 0xd5, 0x94, 0xcc, 0x3f, 0x6b, - 0xbb, 0x7f, 0x9b, 0x50, 0x13, 0x9f, 0xdb, 0x12, 0x51, 0x3f, 0x06, 0x8d, 0x2d, 0xb9, 0xff, 0x35, - 0x2d, 0x9d, 0x5f, 0x15, 0x50, 0x5f, 0x03, 0xf1, 0x4a, 0x10, 0x82, 0x3f, 0x14, 0x70, 0x77, 0xfd, - 0x4c, 0xc2, 0xa7, 0xdb, 0xd5, 0x6c, 0x9c, 0xe6, 0xfa, 0x15, 0x2f, 0x45, 0xef, 0x7d, 0xf8, 0xf9, - 0xfb, 0x93, 0xfa, 0x18, 0x1e, 0xa4, 0x9b, 0x79, 0xfe, 0x8f, 0xc4, 0xae, 0x9c, 0x60, 0x66, 0xb4, - 0x8a, 0x55, 0x5d, 0xa9, 0x65, 0x46, 0xeb, 0x02, 0x5e, 0x2a, 0xe0, 0x5e, 0xa9, 0x77, 0xb0, 0x7f, - 0xad, 0x4b, 0x12, 0xca, 0x8e, 0xae, 0x77, 0xd1, 0xd9, 0xf8, 0xe8, 0x83, 0x4c, 0x66, 0x4f, 0x7f, - 0x92, 0xca, 0xfc, 0xab, 0xeb, 0x7c, 0x65, 0x6f, 0xbb, 0xad, 0x8b, 0xb5, 0x2a, 0xcd, 0x20, 0x43, - 0x37, 0x95, 0x56, 0xff, 0xa3, 0x0a, 0xf6, 0xe7, 0x34, 0xd8, 0x4a, 0xa8, 0xdf, 0x28, 0x9f, 0x82, - 0x71, 0xba, 0x6c, 0x63, 0xe5, 0xf5, 0x49, 0x0e, 0xe2, 0x52, 0x1f, 0x87, 0x2e, 0xa2, 0xb1, 0x6b, - 0xb8, 0x24, 0xcc, 0x56, 0x51, 0x3e, 0x97, 0x91, 0xc7, 0xca, 0x5f, 0xe9, 0x43, 0x19, 0x7c, 0x56, - 0x2b, 0x43, 0xcb, 0xfa, 0xaa, 0x6a, 0x43, 0x01, 0x68, 0x39, 0x0c, 0x89, 0x30, 0x8d, 0x26, 0x6d, - 0x94, 0x37, 0x66, 0xdf, 0x65, 0xca, 0xd4, 0x72, 0xd8, 0xb4, 0x48, 0x99, 0x4e, 0xda, 0x53, 0x99, - 0x72, 0xa9, 0xee, 0x8b, 0x73, 0xd3, 0xb4, 0x1c, 0x66, 0x9a, 0x45, 0x92, 0x69, 0x4e, 0xda, 0xa6, - 0x29, 0xd3, 0x4e, 0x77, 0x32, 0x9e, 0x8f, 0xfe, 0x04, 0x00, 0x00, 0xff, 0xff, 0xeb, 0x83, 0x9a, - 0xe4, 0x4c, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/customer_service.pb.go b/googleapis/ads/googleads/v0/services/customer_service.pb.go deleted file mode 100644 index 0cf0eed756..0000000000 --- a/googleapis/ads/googleads/v0/services/customer_service.pb.go +++ /dev/null @@ -1,671 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/customer_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [CustomerService.GetCustomer][google.ads.googleads.v0.services.CustomerService.GetCustomer]. -type GetCustomerRequest struct { - // The resource name of the customer to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetCustomerRequest) Reset() { *m = GetCustomerRequest{} } -func (m *GetCustomerRequest) String() string { return proto.CompactTextString(m) } -func (*GetCustomerRequest) ProtoMessage() {} -func (*GetCustomerRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_e2c9b50dc5d976a3, []int{0} -} -func (m *GetCustomerRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetCustomerRequest.Unmarshal(m, b) -} -func (m *GetCustomerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetCustomerRequest.Marshal(b, m, deterministic) -} -func (dst *GetCustomerRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetCustomerRequest.Merge(dst, src) -} -func (m *GetCustomerRequest) XXX_Size() int { - return xxx_messageInfo_GetCustomerRequest.Size(m) -} -func (m *GetCustomerRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetCustomerRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetCustomerRequest proto.InternalMessageInfo - -func (m *GetCustomerRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [CustomerService.MutateCustomer][google.ads.googleads.v0.services.CustomerService.MutateCustomer]. -type MutateCustomerRequest struct { - // The ID of the customer being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The operation to perform on the customer - Operation *CustomerOperation `protobuf:"bytes,4,opt,name=operation,proto3" json:"operation,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,5,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCustomerRequest) Reset() { *m = MutateCustomerRequest{} } -func (m *MutateCustomerRequest) String() string { return proto.CompactTextString(m) } -func (*MutateCustomerRequest) ProtoMessage() {} -func (*MutateCustomerRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_e2c9b50dc5d976a3, []int{1} -} -func (m *MutateCustomerRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCustomerRequest.Unmarshal(m, b) -} -func (m *MutateCustomerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCustomerRequest.Marshal(b, m, deterministic) -} -func (dst *MutateCustomerRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCustomerRequest.Merge(dst, src) -} -func (m *MutateCustomerRequest) XXX_Size() int { - return xxx_messageInfo_MutateCustomerRequest.Size(m) -} -func (m *MutateCustomerRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCustomerRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCustomerRequest proto.InternalMessageInfo - -func (m *MutateCustomerRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateCustomerRequest) GetOperation() *CustomerOperation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *MutateCustomerRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// Request message for -// [CustomerService.CreateCustomerClient][google.ads.googleads.v0.services.CustomerService.CreateCustomerClient]. -type CreateCustomerClientRequest struct { - // The ID of the Manager under whom client customer is being created. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The new client customer to create. The resource name on this customer - // will be ignored. - CustomerClient *resources.Customer `protobuf:"bytes,2,opt,name=customer_client,json=customerClient,proto3" json:"customer_client,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CreateCustomerClientRequest) Reset() { *m = CreateCustomerClientRequest{} } -func (m *CreateCustomerClientRequest) String() string { return proto.CompactTextString(m) } -func (*CreateCustomerClientRequest) ProtoMessage() {} -func (*CreateCustomerClientRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_e2c9b50dc5d976a3, []int{2} -} -func (m *CreateCustomerClientRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CreateCustomerClientRequest.Unmarshal(m, b) -} -func (m *CreateCustomerClientRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CreateCustomerClientRequest.Marshal(b, m, deterministic) -} -func (dst *CreateCustomerClientRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_CreateCustomerClientRequest.Merge(dst, src) -} -func (m *CreateCustomerClientRequest) XXX_Size() int { - return xxx_messageInfo_CreateCustomerClientRequest.Size(m) -} -func (m *CreateCustomerClientRequest) XXX_DiscardUnknown() { - xxx_messageInfo_CreateCustomerClientRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_CreateCustomerClientRequest proto.InternalMessageInfo - -func (m *CreateCustomerClientRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *CreateCustomerClientRequest) GetCustomerClient() *resources.Customer { - if m != nil { - return m.CustomerClient - } - return nil -} - -// A single update on a customer. -type CustomerOperation struct { - // Mutate operation. Only updates are supported for customer. - Update *resources.Customer `protobuf:"bytes,1,opt,name=update,proto3" json:"update,omitempty"` - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CustomerOperation) Reset() { *m = CustomerOperation{} } -func (m *CustomerOperation) String() string { return proto.CompactTextString(m) } -func (*CustomerOperation) ProtoMessage() {} -func (*CustomerOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_e2c9b50dc5d976a3, []int{3} -} -func (m *CustomerOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CustomerOperation.Unmarshal(m, b) -} -func (m *CustomerOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CustomerOperation.Marshal(b, m, deterministic) -} -func (dst *CustomerOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_CustomerOperation.Merge(dst, src) -} -func (m *CustomerOperation) XXX_Size() int { - return xxx_messageInfo_CustomerOperation.Size(m) -} -func (m *CustomerOperation) XXX_DiscardUnknown() { - xxx_messageInfo_CustomerOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_CustomerOperation proto.InternalMessageInfo - -func (m *CustomerOperation) GetUpdate() *resources.Customer { - if m != nil { - return m.Update - } - return nil -} - -func (m *CustomerOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -// Response message for CreateCustomerClient mutate. -type CreateCustomerClientResponse struct { - // The resource name of the newly created customer client. - ResourceName string `protobuf:"bytes,2,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *CreateCustomerClientResponse) Reset() { *m = CreateCustomerClientResponse{} } -func (m *CreateCustomerClientResponse) String() string { return proto.CompactTextString(m) } -func (*CreateCustomerClientResponse) ProtoMessage() {} -func (*CreateCustomerClientResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_e2c9b50dc5d976a3, []int{4} -} -func (m *CreateCustomerClientResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_CreateCustomerClientResponse.Unmarshal(m, b) -} -func (m *CreateCustomerClientResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_CreateCustomerClientResponse.Marshal(b, m, deterministic) -} -func (dst *CreateCustomerClientResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_CreateCustomerClientResponse.Merge(dst, src) -} -func (m *CreateCustomerClientResponse) XXX_Size() int { - return xxx_messageInfo_CreateCustomerClientResponse.Size(m) -} -func (m *CreateCustomerClientResponse) XXX_DiscardUnknown() { - xxx_messageInfo_CreateCustomerClientResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_CreateCustomerClientResponse proto.InternalMessageInfo - -func (m *CreateCustomerClientResponse) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Response message for customer mutate. -type MutateCustomerResponse struct { - // Result for the mutate. - Result *MutateCustomerResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCustomerResponse) Reset() { *m = MutateCustomerResponse{} } -func (m *MutateCustomerResponse) String() string { return proto.CompactTextString(m) } -func (*MutateCustomerResponse) ProtoMessage() {} -func (*MutateCustomerResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_e2c9b50dc5d976a3, []int{5} -} -func (m *MutateCustomerResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCustomerResponse.Unmarshal(m, b) -} -func (m *MutateCustomerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCustomerResponse.Marshal(b, m, deterministic) -} -func (dst *MutateCustomerResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCustomerResponse.Merge(dst, src) -} -func (m *MutateCustomerResponse) XXX_Size() int { - return xxx_messageInfo_MutateCustomerResponse.Size(m) -} -func (m *MutateCustomerResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCustomerResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCustomerResponse proto.InternalMessageInfo - -func (m *MutateCustomerResponse) GetResult() *MutateCustomerResult { - if m != nil { - return m.Result - } - return nil -} - -// The result for the customer mutate. -type MutateCustomerResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateCustomerResult) Reset() { *m = MutateCustomerResult{} } -func (m *MutateCustomerResult) String() string { return proto.CompactTextString(m) } -func (*MutateCustomerResult) ProtoMessage() {} -func (*MutateCustomerResult) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_e2c9b50dc5d976a3, []int{6} -} -func (m *MutateCustomerResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateCustomerResult.Unmarshal(m, b) -} -func (m *MutateCustomerResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateCustomerResult.Marshal(b, m, deterministic) -} -func (dst *MutateCustomerResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateCustomerResult.Merge(dst, src) -} -func (m *MutateCustomerResult) XXX_Size() int { - return xxx_messageInfo_MutateCustomerResult.Size(m) -} -func (m *MutateCustomerResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateCustomerResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateCustomerResult proto.InternalMessageInfo - -func (m *MutateCustomerResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [CustomerService.ListAccessibleCustomers][google.ads.googleads.v0.services.CustomerService.ListAccessibleCustomers]. -type ListAccessibleCustomersRequest struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ListAccessibleCustomersRequest) Reset() { *m = ListAccessibleCustomersRequest{} } -func (m *ListAccessibleCustomersRequest) String() string { return proto.CompactTextString(m) } -func (*ListAccessibleCustomersRequest) ProtoMessage() {} -func (*ListAccessibleCustomersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_e2c9b50dc5d976a3, []int{7} -} -func (m *ListAccessibleCustomersRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ListAccessibleCustomersRequest.Unmarshal(m, b) -} -func (m *ListAccessibleCustomersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ListAccessibleCustomersRequest.Marshal(b, m, deterministic) -} -func (dst *ListAccessibleCustomersRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_ListAccessibleCustomersRequest.Merge(dst, src) -} -func (m *ListAccessibleCustomersRequest) XXX_Size() int { - return xxx_messageInfo_ListAccessibleCustomersRequest.Size(m) -} -func (m *ListAccessibleCustomersRequest) XXX_DiscardUnknown() { - xxx_messageInfo_ListAccessibleCustomersRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_ListAccessibleCustomersRequest proto.InternalMessageInfo - -// Response message for -// [CustomerService.ListAccessibleCustomers][google.ads.googleads.v0.services.CustomerService.ListAccessibleCustomers]. -type ListAccessibleCustomersResponse struct { - // Resource name of customers directly accessible by the - // user authenticating the call. - ResourceNames []string `protobuf:"bytes,1,rep,name=resource_names,json=resourceNames,proto3" json:"resource_names,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ListAccessibleCustomersResponse) Reset() { *m = ListAccessibleCustomersResponse{} } -func (m *ListAccessibleCustomersResponse) String() string { return proto.CompactTextString(m) } -func (*ListAccessibleCustomersResponse) ProtoMessage() {} -func (*ListAccessibleCustomersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_e2c9b50dc5d976a3, []int{8} -} -func (m *ListAccessibleCustomersResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ListAccessibleCustomersResponse.Unmarshal(m, b) -} -func (m *ListAccessibleCustomersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ListAccessibleCustomersResponse.Marshal(b, m, deterministic) -} -func (dst *ListAccessibleCustomersResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_ListAccessibleCustomersResponse.Merge(dst, src) -} -func (m *ListAccessibleCustomersResponse) XXX_Size() int { - return xxx_messageInfo_ListAccessibleCustomersResponse.Size(m) -} -func (m *ListAccessibleCustomersResponse) XXX_DiscardUnknown() { - xxx_messageInfo_ListAccessibleCustomersResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_ListAccessibleCustomersResponse proto.InternalMessageInfo - -func (m *ListAccessibleCustomersResponse) GetResourceNames() []string { - if m != nil { - return m.ResourceNames - } - return nil -} - -func init() { - proto.RegisterType((*GetCustomerRequest)(nil), "google.ads.googleads.v0.services.GetCustomerRequest") - proto.RegisterType((*MutateCustomerRequest)(nil), "google.ads.googleads.v0.services.MutateCustomerRequest") - proto.RegisterType((*CreateCustomerClientRequest)(nil), "google.ads.googleads.v0.services.CreateCustomerClientRequest") - proto.RegisterType((*CustomerOperation)(nil), "google.ads.googleads.v0.services.CustomerOperation") - proto.RegisterType((*CreateCustomerClientResponse)(nil), "google.ads.googleads.v0.services.CreateCustomerClientResponse") - proto.RegisterType((*MutateCustomerResponse)(nil), "google.ads.googleads.v0.services.MutateCustomerResponse") - proto.RegisterType((*MutateCustomerResult)(nil), "google.ads.googleads.v0.services.MutateCustomerResult") - proto.RegisterType((*ListAccessibleCustomersRequest)(nil), "google.ads.googleads.v0.services.ListAccessibleCustomersRequest") - proto.RegisterType((*ListAccessibleCustomersResponse)(nil), "google.ads.googleads.v0.services.ListAccessibleCustomersResponse") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// CustomerServiceClient is the client API for CustomerService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type CustomerServiceClient interface { - // Returns the requested customer in full detail. - GetCustomer(ctx context.Context, in *GetCustomerRequest, opts ...grpc.CallOption) (*resources.Customer, error) - // Updates a customer. Operation statuses are returned. - MutateCustomer(ctx context.Context, in *MutateCustomerRequest, opts ...grpc.CallOption) (*MutateCustomerResponse, error) - // Returns resource names of customers directly accessible by the - // user authenticating the call. - ListAccessibleCustomers(ctx context.Context, in *ListAccessibleCustomersRequest, opts ...grpc.CallOption) (*ListAccessibleCustomersResponse, error) - // Creates a new client under manager. The new client customer is returned. - CreateCustomerClient(ctx context.Context, in *CreateCustomerClientRequest, opts ...grpc.CallOption) (*CreateCustomerClientResponse, error) -} - -type customerServiceClient struct { - cc *grpc.ClientConn -} - -func NewCustomerServiceClient(cc *grpc.ClientConn) CustomerServiceClient { - return &customerServiceClient{cc} -} - -func (c *customerServiceClient) GetCustomer(ctx context.Context, in *GetCustomerRequest, opts ...grpc.CallOption) (*resources.Customer, error) { - out := new(resources.Customer) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CustomerService/GetCustomer", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *customerServiceClient) MutateCustomer(ctx context.Context, in *MutateCustomerRequest, opts ...grpc.CallOption) (*MutateCustomerResponse, error) { - out := new(MutateCustomerResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CustomerService/MutateCustomer", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *customerServiceClient) ListAccessibleCustomers(ctx context.Context, in *ListAccessibleCustomersRequest, opts ...grpc.CallOption) (*ListAccessibleCustomersResponse, error) { - out := new(ListAccessibleCustomersResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CustomerService/ListAccessibleCustomers", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *customerServiceClient) CreateCustomerClient(ctx context.Context, in *CreateCustomerClientRequest, opts ...grpc.CallOption) (*CreateCustomerClientResponse, error) { - out := new(CreateCustomerClientResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.CustomerService/CreateCustomerClient", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// CustomerServiceServer is the server API for CustomerService service. -type CustomerServiceServer interface { - // Returns the requested customer in full detail. - GetCustomer(context.Context, *GetCustomerRequest) (*resources.Customer, error) - // Updates a customer. Operation statuses are returned. - MutateCustomer(context.Context, *MutateCustomerRequest) (*MutateCustomerResponse, error) - // Returns resource names of customers directly accessible by the - // user authenticating the call. - ListAccessibleCustomers(context.Context, *ListAccessibleCustomersRequest) (*ListAccessibleCustomersResponse, error) - // Creates a new client under manager. The new client customer is returned. - CreateCustomerClient(context.Context, *CreateCustomerClientRequest) (*CreateCustomerClientResponse, error) -} - -func RegisterCustomerServiceServer(s *grpc.Server, srv CustomerServiceServer) { - s.RegisterService(&_CustomerService_serviceDesc, srv) -} - -func _CustomerService_GetCustomer_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetCustomerRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CustomerServiceServer).GetCustomer(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CustomerService/GetCustomer", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CustomerServiceServer).GetCustomer(ctx, req.(*GetCustomerRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _CustomerService_MutateCustomer_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateCustomerRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CustomerServiceServer).MutateCustomer(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CustomerService/MutateCustomer", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CustomerServiceServer).MutateCustomer(ctx, req.(*MutateCustomerRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _CustomerService_ListAccessibleCustomers_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(ListAccessibleCustomersRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CustomerServiceServer).ListAccessibleCustomers(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CustomerService/ListAccessibleCustomers", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CustomerServiceServer).ListAccessibleCustomers(ctx, req.(*ListAccessibleCustomersRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _CustomerService_CreateCustomerClient_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(CreateCustomerClientRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CustomerServiceServer).CreateCustomerClient(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.CustomerService/CreateCustomerClient", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CustomerServiceServer).CreateCustomerClient(ctx, req.(*CreateCustomerClientRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _CustomerService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.CustomerService", - HandlerType: (*CustomerServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetCustomer", - Handler: _CustomerService_GetCustomer_Handler, - }, - { - MethodName: "MutateCustomer", - Handler: _CustomerService_MutateCustomer_Handler, - }, - { - MethodName: "ListAccessibleCustomers", - Handler: _CustomerService_ListAccessibleCustomers_Handler, - }, - { - MethodName: "CreateCustomerClient", - Handler: _CustomerService_CreateCustomerClient_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/customer_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/customer_service.proto", fileDescriptor_customer_service_e2c9b50dc5d976a3) -} - -var fileDescriptor_customer_service_e2c9b50dc5d976a3 = []byte{ - // 744 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0x4d, 0x6f, 0xd3, 0x40, - 0x10, 0xd5, 0xa6, 0x10, 0xd1, 0x4d, 0x3f, 0xc4, 0xaa, 0x40, 0x14, 0xaa, 0x36, 0x98, 0x56, 0x0d, - 0x41, 0xd8, 0x51, 0x8b, 0x28, 0xb8, 0x0a, 0xc2, 0x8d, 0x44, 0x8b, 0x44, 0x3f, 0x30, 0xa8, 0x07, - 0x14, 0x29, 0x72, 0xed, 0x6d, 0xb0, 0xea, 0x78, 0x8d, 0xd7, 0x0e, 0xaa, 0xaa, 0x5e, 0xb8, 0x72, - 0x04, 0x0e, 0x5c, 0x39, 0x72, 0xe2, 0xc0, 0xaf, 0x40, 0xe2, 0x04, 0x3f, 0x81, 0x13, 0x7f, 0x81, - 0x0b, 0xf2, 0x7a, 0xd7, 0xcd, 0x97, 0x9b, 0xb6, 0xdc, 0x26, 0x9b, 0x79, 0x6f, 0xde, 0xcc, 0xbe, - 0x1d, 0xc3, 0xe5, 0x26, 0x21, 0x4d, 0x07, 0x2b, 0x86, 0x45, 0x95, 0x38, 0x8c, 0xa2, 0x76, 0x45, - 0xa1, 0xd8, 0x6f, 0xdb, 0x26, 0xa6, 0x8a, 0x19, 0xd2, 0x80, 0xb4, 0xb0, 0xdf, 0xe0, 0x27, 0xb2, - 0xe7, 0x93, 0x80, 0xa0, 0x62, 0x9c, 0x2d, 0x1b, 0x16, 0x95, 0x13, 0xa0, 0xdc, 0xae, 0xc8, 0x02, - 0x58, 0xa8, 0xa4, 0x51, 0xfb, 0x98, 0x92, 0xd0, 0xef, 0xe4, 0x8e, 0x39, 0x0b, 0xd3, 0x02, 0xe1, - 0xd9, 0x8a, 0xe1, 0xba, 0x24, 0x30, 0x02, 0x9b, 0xb8, 0x94, 0xff, 0xcb, 0x2b, 0x2a, 0xec, 0xd7, - 0x6e, 0xb8, 0xa7, 0xec, 0xd9, 0xd8, 0xb1, 0x1a, 0x2d, 0x83, 0xee, 0xf3, 0x8c, 0x99, 0xde, 0x8c, - 0x37, 0xbe, 0xe1, 0x79, 0xd8, 0xe7, 0x0c, 0xd2, 0x03, 0x88, 0xd6, 0x70, 0x50, 0xe3, 0x45, 0x75, - 0xfc, 0x3a, 0xc4, 0x34, 0x40, 0x37, 0xe1, 0xb8, 0x50, 0xd4, 0x70, 0x8d, 0x16, 0xce, 0x83, 0x22, - 0x28, 0x8d, 0xea, 0x63, 0xe2, 0x70, 0xd3, 0x68, 0x61, 0xe9, 0x2b, 0x80, 0x57, 0x36, 0xc2, 0xc0, - 0x08, 0x70, 0x2f, 0x7c, 0x16, 0xe6, 0x92, 0x11, 0xd9, 0x16, 0x07, 0x43, 0x71, 0xf4, 0xc4, 0x42, - 0xcf, 0xe0, 0x28, 0xf1, 0xb0, 0xcf, 0x7a, 0xc9, 0x5f, 0x28, 0x82, 0x52, 0x6e, 0x71, 0x49, 0x1e, - 0x36, 0x3d, 0x59, 0x94, 0xd9, 0x12, 0x50, 0xfd, 0x98, 0x25, 0x92, 0xdc, 0x36, 0x1c, 0xdb, 0x32, - 0x02, 0xdc, 0x20, 0xae, 0x73, 0x90, 0xbf, 0x58, 0x04, 0xa5, 0x4b, 0xfa, 0x98, 0x38, 0xdc, 0x72, - 0x9d, 0x03, 0xe9, 0x03, 0x80, 0xd7, 0x6b, 0x3e, 0xee, 0x90, 0x5c, 0x73, 0x6c, 0xec, 0x06, 0xa7, - 0x16, 0xfe, 0x02, 0x4e, 0x26, 0x09, 0x26, 0x83, 0xe6, 0x33, 0x4c, 0xfe, 0xed, 0x54, 0xf9, 0xc9, - 0xd5, 0x26, 0xfa, 0xf5, 0x09, 0xb3, 0xab, 0xba, 0xf4, 0x11, 0xc0, 0xcb, 0x7d, 0xcd, 0xa1, 0x1a, - 0xcc, 0x86, 0x5e, 0x24, 0x9d, 0xe9, 0x38, 0x63, 0x09, 0x0e, 0x45, 0x2b, 0x30, 0x17, 0x47, 0xcc, - 0x14, 0x5c, 0x6c, 0x41, 0x30, 0x09, 0x57, 0xc8, 0x8f, 0x23, 0xdf, 0x6c, 0x18, 0x74, 0x5f, 0x87, - 0x71, 0x7a, 0x14, 0x4b, 0x35, 0x38, 0x3d, 0x78, 0x5a, 0xd4, 0x23, 0x2e, 0xc5, 0xfd, 0x36, 0xc9, - 0x0c, 0xb0, 0xc9, 0x2b, 0x78, 0xb5, 0xd7, 0x25, 0x1c, 0xbe, 0x09, 0xb3, 0x3e, 0xa6, 0xa1, 0x23, - 0x66, 0x78, 0x6f, 0xb8, 0x05, 0xfa, 0x98, 0x42, 0x27, 0xd0, 0x39, 0x8b, 0xb4, 0x02, 0xa7, 0x06, - 0xfd, 0x7f, 0x3a, 0x37, 0x17, 0xe1, 0xcc, 0x53, 0x9b, 0x06, 0x9a, 0x69, 0x62, 0x4a, 0xed, 0x5d, - 0x27, 0x21, 0xa1, 0xdc, 0x1c, 0xd2, 0x3a, 0x9c, 0x4d, 0xcd, 0xe0, 0x1d, 0xcd, 0xc3, 0x89, 0xae, - 0x4a, 0x34, 0x0f, 0x8a, 0x23, 0xa5, 0x51, 0x7d, 0xbc, 0xb3, 0x14, 0x5d, 0x7c, 0x97, 0x85, 0x93, - 0x02, 0xfc, 0x3c, 0x6e, 0x0d, 0x7d, 0x02, 0x30, 0xd7, 0xf1, 0x12, 0xd1, 0xdd, 0xe1, 0xc3, 0xe8, - 0x7f, 0xb8, 0x85, 0xb3, 0x78, 0x44, 0x5a, 0x78, 0xfb, 0xf3, 0xf7, 0xfb, 0xcc, 0x0d, 0x34, 0x1b, - 0x6d, 0xa0, 0xc3, 0x2e, 0xe1, 0x55, 0xe1, 0x50, 0xaa, 0x94, 0x8f, 0xd0, 0x37, 0x00, 0x27, 0xba, - 0x27, 0x8b, 0x96, 0xcf, 0x7e, 0x57, 0xb1, 0xc2, 0xfb, 0xe7, 0xb8, 0x64, 0x36, 0x5c, 0x49, 0x61, - 0x72, 0x6f, 0x49, 0x73, 0x91, 0xdc, 0x63, 0x7d, 0x87, 0x1d, 0x2f, 0xb6, 0x5a, 0x3e, 0x52, 0x5b, - 0x0c, 0xad, 0x82, 0x32, 0xfa, 0x01, 0xe0, 0xb5, 0x94, 0x1b, 0x43, 0x8f, 0x86, 0xcb, 0x38, 0xd9, - 0x0e, 0x05, 0xed, 0x3f, 0x18, 0x78, 0x47, 0x77, 0x58, 0x47, 0x0b, 0x68, 0xbe, 0xab, 0x23, 0xd5, - 0x49, 0xd1, 0xfc, 0x0b, 0xc0, 0xa9, 0x41, 0xef, 0x11, 0x55, 0x4f, 0xb1, 0x3b, 0xd3, 0xb7, 0x5e, - 0xe1, 0xe1, 0x79, 0xe1, 0xbc, 0x8d, 0x2a, 0x6b, 0x63, 0x59, 0x5a, 0x3c, 0xf9, 0x62, 0xcc, 0x01, - 0x1c, 0x2a, 0x28, 0xaf, 0xfe, 0x05, 0x70, 0xce, 0x24, 0xad, 0xa1, 0x22, 0x56, 0xa7, 0x7a, 0xde, - 0xcc, 0x76, 0xb4, 0xbd, 0xb6, 0xc1, 0xcb, 0x75, 0x8e, 0x6c, 0x12, 0xc7, 0x70, 0x9b, 0x32, 0xf1, - 0x9b, 0x4a, 0x13, 0xbb, 0x6c, 0xb7, 0x89, 0xaf, 0xac, 0x67, 0xd3, 0xf4, 0xef, 0xf9, 0x8a, 0x08, - 0x3e, 0x67, 0x46, 0xd6, 0x34, 0xed, 0x4b, 0xa6, 0xb8, 0x16, 0x13, 0x6a, 0x16, 0x95, 0xe3, 0x30, - 0x8a, 0x76, 0x2a, 0x32, 0x2f, 0x4c, 0xbf, 0x8b, 0x94, 0xba, 0x66, 0xd1, 0x7a, 0x92, 0x52, 0xdf, - 0xa9, 0xd4, 0x45, 0xca, 0x9f, 0xcc, 0x5c, 0x7c, 0xae, 0xaa, 0x9a, 0x45, 0x55, 0x35, 0x49, 0x52, - 0xd5, 0x9d, 0x8a, 0xaa, 0x8a, 0xb4, 0xdd, 0x2c, 0xd3, 0xb9, 0xf4, 0x2f, 0x00, 0x00, 0xff, 0xff, - 0xd6, 0x1c, 0x7d, 0xc4, 0x76, 0x08, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/display_keyword_view_service.pb.go b/googleapis/ads/googleads/v0/services/display_keyword_view_service.pb.go deleted file mode 100644 index 7b8eaa8466..0000000000 --- a/googleapis/ads/googleads/v0/services/display_keyword_view_service.pb.go +++ /dev/null @@ -1,177 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/display_keyword_view_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [DisplayKeywordViewService.GetDisplayKeywordView][google.ads.googleads.v0.services.DisplayKeywordViewService.GetDisplayKeywordView]. -type GetDisplayKeywordViewRequest struct { - // The resource name of the display keyword view to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetDisplayKeywordViewRequest) Reset() { *m = GetDisplayKeywordViewRequest{} } -func (m *GetDisplayKeywordViewRequest) String() string { return proto.CompactTextString(m) } -func (*GetDisplayKeywordViewRequest) ProtoMessage() {} -func (*GetDisplayKeywordViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_display_keyword_view_service_556daad34baedb81, []int{0} -} -func (m *GetDisplayKeywordViewRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetDisplayKeywordViewRequest.Unmarshal(m, b) -} -func (m *GetDisplayKeywordViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetDisplayKeywordViewRequest.Marshal(b, m, deterministic) -} -func (dst *GetDisplayKeywordViewRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetDisplayKeywordViewRequest.Merge(dst, src) -} -func (m *GetDisplayKeywordViewRequest) XXX_Size() int { - return xxx_messageInfo_GetDisplayKeywordViewRequest.Size(m) -} -func (m *GetDisplayKeywordViewRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetDisplayKeywordViewRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetDisplayKeywordViewRequest proto.InternalMessageInfo - -func (m *GetDisplayKeywordViewRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetDisplayKeywordViewRequest)(nil), "google.ads.googleads.v0.services.GetDisplayKeywordViewRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// DisplayKeywordViewServiceClient is the client API for DisplayKeywordViewService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type DisplayKeywordViewServiceClient interface { - // Returns the requested display keyword view in full detail. - GetDisplayKeywordView(ctx context.Context, in *GetDisplayKeywordViewRequest, opts ...grpc.CallOption) (*resources.DisplayKeywordView, error) -} - -type displayKeywordViewServiceClient struct { - cc *grpc.ClientConn -} - -func NewDisplayKeywordViewServiceClient(cc *grpc.ClientConn) DisplayKeywordViewServiceClient { - return &displayKeywordViewServiceClient{cc} -} - -func (c *displayKeywordViewServiceClient) GetDisplayKeywordView(ctx context.Context, in *GetDisplayKeywordViewRequest, opts ...grpc.CallOption) (*resources.DisplayKeywordView, error) { - out := new(resources.DisplayKeywordView) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.DisplayKeywordViewService/GetDisplayKeywordView", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// DisplayKeywordViewServiceServer is the server API for DisplayKeywordViewService service. -type DisplayKeywordViewServiceServer interface { - // Returns the requested display keyword view in full detail. - GetDisplayKeywordView(context.Context, *GetDisplayKeywordViewRequest) (*resources.DisplayKeywordView, error) -} - -func RegisterDisplayKeywordViewServiceServer(s *grpc.Server, srv DisplayKeywordViewServiceServer) { - s.RegisterService(&_DisplayKeywordViewService_serviceDesc, srv) -} - -func _DisplayKeywordViewService_GetDisplayKeywordView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetDisplayKeywordViewRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(DisplayKeywordViewServiceServer).GetDisplayKeywordView(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.DisplayKeywordViewService/GetDisplayKeywordView", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(DisplayKeywordViewServiceServer).GetDisplayKeywordView(ctx, req.(*GetDisplayKeywordViewRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _DisplayKeywordViewService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.DisplayKeywordViewService", - HandlerType: (*DisplayKeywordViewServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetDisplayKeywordView", - Handler: _DisplayKeywordViewService_GetDisplayKeywordView_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/display_keyword_view_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/display_keyword_view_service.proto", fileDescriptor_display_keyword_view_service_556daad34baedb81) -} - -var fileDescriptor_display_keyword_view_service_556daad34baedb81 = []byte{ - // 373 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xcf, 0x4a, 0xc3, 0x30, - 0x18, 0xa7, 0x15, 0x04, 0x8b, 0x5e, 0x0a, 0x82, 0x8e, 0x21, 0x63, 0xee, 0x20, 0x3b, 0x24, 0x45, - 0x19, 0x42, 0x74, 0x42, 0x37, 0x61, 0x82, 0x20, 0x63, 0x42, 0x0f, 0x52, 0x28, 0x71, 0x0d, 0xa5, - 0xb8, 0x36, 0x35, 0x5f, 0xd7, 0x31, 0xc4, 0x8b, 0xe0, 0x13, 0xf8, 0x06, 0x1e, 0x7d, 0x14, 0xc1, - 0x93, 0xaf, 0xe0, 0x49, 0x5f, 0x42, 0xba, 0x2c, 0x45, 0x99, 0x75, 0xb7, 0x1f, 0xc9, 0xef, 0xcf, - 0x97, 0xdf, 0x17, 0xa3, 0x1b, 0x70, 0x1e, 0x8c, 0x18, 0xa6, 0x3e, 0x60, 0x09, 0x73, 0x94, 0x59, - 0x18, 0x98, 0xc8, 0xc2, 0x21, 0x03, 0xec, 0x87, 0x90, 0x8c, 0xe8, 0xd4, 0xbb, 0x61, 0xd3, 0x09, - 0x17, 0xbe, 0x97, 0x85, 0x6c, 0xe2, 0xcd, 0x6f, 0x51, 0x22, 0x78, 0xca, 0xcd, 0x9a, 0x54, 0x22, - 0xea, 0x03, 0x2a, 0x4c, 0x50, 0x66, 0x21, 0x65, 0x52, 0x39, 0x2e, 0x8b, 0x11, 0x0c, 0xf8, 0x58, - 0x94, 0xe5, 0x48, 0xff, 0x4a, 0x55, 0xa9, 0x93, 0x10, 0xd3, 0x38, 0xe6, 0x29, 0x4d, 0x43, 0x1e, - 0x83, 0xbc, 0xad, 0x77, 0x8d, 0x6a, 0x8f, 0xa5, 0xa7, 0x52, 0x7e, 0x2e, 0xd5, 0x4e, 0xc8, 0x26, - 0x03, 0x76, 0x3b, 0x66, 0x90, 0x9a, 0xbb, 0xc6, 0x86, 0x4a, 0xf1, 0x62, 0x1a, 0xb1, 0x2d, 0xad, - 0xa6, 0xed, 0xad, 0x0d, 0xd6, 0xd5, 0xe1, 0x05, 0x8d, 0xd8, 0xfe, 0x97, 0x66, 0x6c, 0x2f, 0x5a, - 0x5c, 0xca, 0xf9, 0xcd, 0x37, 0xcd, 0xd8, 0xfc, 0x33, 0xc3, 0x3c, 0x41, 0xcb, 0xde, 0x8e, 0xfe, - 0x1b, 0xae, 0xd2, 0x2a, 0xd5, 0x17, 0xcd, 0xa0, 0x45, 0x75, 0xbd, 0xfd, 0xf0, 0xfe, 0xf1, 0xa4, - 0x1f, 0x9a, 0xad, 0xbc, 0xc3, 0xbb, 0x5f, 0xcf, 0x6b, 0x0f, 0xc7, 0x90, 0xf2, 0x88, 0x09, 0xc0, - 0x4d, 0x55, 0xea, 0x0f, 0x29, 0xe0, 0xe6, 0x7d, 0xe7, 0x51, 0x37, 0x1a, 0x43, 0x1e, 0x2d, 0x9d, - 0xbd, 0xb3, 0x53, 0xda, 0x49, 0x3f, 0xef, 0xbe, 0xaf, 0x5d, 0x9d, 0xcd, 0x3d, 0x02, 0x3e, 0xa2, - 0x71, 0x80, 0xb8, 0x08, 0x70, 0xc0, 0xe2, 0xd9, 0x66, 0xd4, 0xa6, 0x93, 0x10, 0xca, 0xff, 0xd7, - 0x91, 0x02, 0xcf, 0xfa, 0x4a, 0xcf, 0xb6, 0x5f, 0xf4, 0x5a, 0x4f, 0x1a, 0xda, 0x3e, 0x20, 0x09, - 0x73, 0xe4, 0x58, 0x68, 0x1e, 0x0c, 0xaf, 0x8a, 0xe2, 0xda, 0x3e, 0xb8, 0x05, 0xc5, 0x75, 0x2c, - 0x57, 0x51, 0x3e, 0xf5, 0x86, 0x3c, 0x27, 0xc4, 0xf6, 0x81, 0x90, 0x82, 0x44, 0x88, 0x63, 0x11, - 0xa2, 0x68, 0xd7, 0xab, 0xb3, 0x39, 0x0f, 0xbe, 0x03, 0x00, 0x00, 0xff, 0xff, 0x27, 0x20, 0xf0, - 0x27, 0x06, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/feed_item_service.pb.go b/googleapis/ads/googleads/v0/services/feed_item_service.pb.go deleted file mode 100644 index 78c261aab6..0000000000 --- a/googleapis/ads/googleads/v0/services/feed_item_service.pb.go +++ /dev/null @@ -1,592 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/feed_item_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [FeedItemService.GetFeedItem][google.ads.googleads.v0.services.FeedItemService.GetFeedItem]. -type GetFeedItemRequest struct { - // The resource name of the feed item to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetFeedItemRequest) Reset() { *m = GetFeedItemRequest{} } -func (m *GetFeedItemRequest) String() string { return proto.CompactTextString(m) } -func (*GetFeedItemRequest) ProtoMessage() {} -func (*GetFeedItemRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_service_4454f9ecd8af0362, []int{0} -} -func (m *GetFeedItemRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetFeedItemRequest.Unmarshal(m, b) -} -func (m *GetFeedItemRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetFeedItemRequest.Marshal(b, m, deterministic) -} -func (dst *GetFeedItemRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetFeedItemRequest.Merge(dst, src) -} -func (m *GetFeedItemRequest) XXX_Size() int { - return xxx_messageInfo_GetFeedItemRequest.Size(m) -} -func (m *GetFeedItemRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetFeedItemRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetFeedItemRequest proto.InternalMessageInfo - -func (m *GetFeedItemRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [FeedItemService.MutateFeedItems][google.ads.googleads.v0.services.FeedItemService.MutateFeedItems]. -type MutateFeedItemsRequest struct { - // The ID of the customer whose feed items are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual feed items. - Operations []*FeedItemOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateFeedItemsRequest) Reset() { *m = MutateFeedItemsRequest{} } -func (m *MutateFeedItemsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateFeedItemsRequest) ProtoMessage() {} -func (*MutateFeedItemsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_service_4454f9ecd8af0362, []int{1} -} -func (m *MutateFeedItemsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateFeedItemsRequest.Unmarshal(m, b) -} -func (m *MutateFeedItemsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateFeedItemsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateFeedItemsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateFeedItemsRequest.Merge(dst, src) -} -func (m *MutateFeedItemsRequest) XXX_Size() int { - return xxx_messageInfo_MutateFeedItemsRequest.Size(m) -} -func (m *MutateFeedItemsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateFeedItemsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateFeedItemsRequest proto.InternalMessageInfo - -func (m *MutateFeedItemsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateFeedItemsRequest) GetOperations() []*FeedItemOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateFeedItemsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateFeedItemsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on an feed item. -type FeedItemOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *FeedItemOperation_Create - // *FeedItemOperation_Update - // *FeedItemOperation_Remove - Operation isFeedItemOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedItemOperation) Reset() { *m = FeedItemOperation{} } -func (m *FeedItemOperation) String() string { return proto.CompactTextString(m) } -func (*FeedItemOperation) ProtoMessage() {} -func (*FeedItemOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_service_4454f9ecd8af0362, []int{2} -} -func (m *FeedItemOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedItemOperation.Unmarshal(m, b) -} -func (m *FeedItemOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedItemOperation.Marshal(b, m, deterministic) -} -func (dst *FeedItemOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedItemOperation.Merge(dst, src) -} -func (m *FeedItemOperation) XXX_Size() int { - return xxx_messageInfo_FeedItemOperation.Size(m) -} -func (m *FeedItemOperation) XXX_DiscardUnknown() { - xxx_messageInfo_FeedItemOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedItemOperation proto.InternalMessageInfo - -func (m *FeedItemOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isFeedItemOperation_Operation interface { - isFeedItemOperation_Operation() -} - -type FeedItemOperation_Create struct { - Create *resources.FeedItem `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type FeedItemOperation_Update struct { - Update *resources.FeedItem `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type FeedItemOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*FeedItemOperation_Create) isFeedItemOperation_Operation() {} - -func (*FeedItemOperation_Update) isFeedItemOperation_Operation() {} - -func (*FeedItemOperation_Remove) isFeedItemOperation_Operation() {} - -func (m *FeedItemOperation) GetOperation() isFeedItemOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *FeedItemOperation) GetCreate() *resources.FeedItem { - if x, ok := m.GetOperation().(*FeedItemOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *FeedItemOperation) GetUpdate() *resources.FeedItem { - if x, ok := m.GetOperation().(*FeedItemOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *FeedItemOperation) GetRemove() string { - if x, ok := m.GetOperation().(*FeedItemOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*FeedItemOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _FeedItemOperation_OneofMarshaler, _FeedItemOperation_OneofUnmarshaler, _FeedItemOperation_OneofSizer, []interface{}{ - (*FeedItemOperation_Create)(nil), - (*FeedItemOperation_Update)(nil), - (*FeedItemOperation_Remove)(nil), - } -} - -func _FeedItemOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*FeedItemOperation) - // operation - switch x := m.Operation.(type) { - case *FeedItemOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *FeedItemOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *FeedItemOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("FeedItemOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _FeedItemOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*FeedItemOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.FeedItem) - err := b.DecodeMessage(msg) - m.Operation = &FeedItemOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.FeedItem) - err := b.DecodeMessage(msg) - m.Operation = &FeedItemOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &FeedItemOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _FeedItemOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*FeedItemOperation) - // operation - switch x := m.Operation.(type) { - case *FeedItemOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *FeedItemOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *FeedItemOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for an feed item mutate. -type MutateFeedItemsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateFeedItemResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateFeedItemsResponse) Reset() { *m = MutateFeedItemsResponse{} } -func (m *MutateFeedItemsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateFeedItemsResponse) ProtoMessage() {} -func (*MutateFeedItemsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_service_4454f9ecd8af0362, []int{3} -} -func (m *MutateFeedItemsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateFeedItemsResponse.Unmarshal(m, b) -} -func (m *MutateFeedItemsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateFeedItemsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateFeedItemsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateFeedItemsResponse.Merge(dst, src) -} -func (m *MutateFeedItemsResponse) XXX_Size() int { - return xxx_messageInfo_MutateFeedItemsResponse.Size(m) -} -func (m *MutateFeedItemsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateFeedItemsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateFeedItemsResponse proto.InternalMessageInfo - -func (m *MutateFeedItemsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateFeedItemsResponse) GetResults() []*MutateFeedItemResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the feed item mutate. -type MutateFeedItemResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateFeedItemResult) Reset() { *m = MutateFeedItemResult{} } -func (m *MutateFeedItemResult) String() string { return proto.CompactTextString(m) } -func (*MutateFeedItemResult) ProtoMessage() {} -func (*MutateFeedItemResult) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_service_4454f9ecd8af0362, []int{4} -} -func (m *MutateFeedItemResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateFeedItemResult.Unmarshal(m, b) -} -func (m *MutateFeedItemResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateFeedItemResult.Marshal(b, m, deterministic) -} -func (dst *MutateFeedItemResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateFeedItemResult.Merge(dst, src) -} -func (m *MutateFeedItemResult) XXX_Size() int { - return xxx_messageInfo_MutateFeedItemResult.Size(m) -} -func (m *MutateFeedItemResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateFeedItemResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateFeedItemResult proto.InternalMessageInfo - -func (m *MutateFeedItemResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetFeedItemRequest)(nil), "google.ads.googleads.v0.services.GetFeedItemRequest") - proto.RegisterType((*MutateFeedItemsRequest)(nil), "google.ads.googleads.v0.services.MutateFeedItemsRequest") - proto.RegisterType((*FeedItemOperation)(nil), "google.ads.googleads.v0.services.FeedItemOperation") - proto.RegisterType((*MutateFeedItemsResponse)(nil), "google.ads.googleads.v0.services.MutateFeedItemsResponse") - proto.RegisterType((*MutateFeedItemResult)(nil), "google.ads.googleads.v0.services.MutateFeedItemResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// FeedItemServiceClient is the client API for FeedItemService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type FeedItemServiceClient interface { - // Returns the requested feed item in full detail. - GetFeedItem(ctx context.Context, in *GetFeedItemRequest, opts ...grpc.CallOption) (*resources.FeedItem, error) - // Creates, updates, or removes feed items. Operation statuses are - // returned. - MutateFeedItems(ctx context.Context, in *MutateFeedItemsRequest, opts ...grpc.CallOption) (*MutateFeedItemsResponse, error) -} - -type feedItemServiceClient struct { - cc *grpc.ClientConn -} - -func NewFeedItemServiceClient(cc *grpc.ClientConn) FeedItemServiceClient { - return &feedItemServiceClient{cc} -} - -func (c *feedItemServiceClient) GetFeedItem(ctx context.Context, in *GetFeedItemRequest, opts ...grpc.CallOption) (*resources.FeedItem, error) { - out := new(resources.FeedItem) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.FeedItemService/GetFeedItem", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *feedItemServiceClient) MutateFeedItems(ctx context.Context, in *MutateFeedItemsRequest, opts ...grpc.CallOption) (*MutateFeedItemsResponse, error) { - out := new(MutateFeedItemsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.FeedItemService/MutateFeedItems", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// FeedItemServiceServer is the server API for FeedItemService service. -type FeedItemServiceServer interface { - // Returns the requested feed item in full detail. - GetFeedItem(context.Context, *GetFeedItemRequest) (*resources.FeedItem, error) - // Creates, updates, or removes feed items. Operation statuses are - // returned. - MutateFeedItems(context.Context, *MutateFeedItemsRequest) (*MutateFeedItemsResponse, error) -} - -func RegisterFeedItemServiceServer(s *grpc.Server, srv FeedItemServiceServer) { - s.RegisterService(&_FeedItemService_serviceDesc, srv) -} - -func _FeedItemService_GetFeedItem_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetFeedItemRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(FeedItemServiceServer).GetFeedItem(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.FeedItemService/GetFeedItem", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(FeedItemServiceServer).GetFeedItem(ctx, req.(*GetFeedItemRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _FeedItemService_MutateFeedItems_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateFeedItemsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(FeedItemServiceServer).MutateFeedItems(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.FeedItemService/MutateFeedItems", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(FeedItemServiceServer).MutateFeedItems(ctx, req.(*MutateFeedItemsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _FeedItemService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.FeedItemService", - HandlerType: (*FeedItemServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetFeedItem", - Handler: _FeedItemService_GetFeedItem_Handler, - }, - { - MethodName: "MutateFeedItems", - Handler: _FeedItemService_MutateFeedItems_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/feed_item_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/feed_item_service.proto", fileDescriptor_feed_item_service_4454f9ecd8af0362) -} - -var fileDescriptor_feed_item_service_4454f9ecd8af0362 = []byte{ - // 710 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4f, 0x6b, 0x13, 0x4f, - 0x18, 0xfe, 0xed, 0xf6, 0x47, 0xb5, 0xb3, 0xd5, 0xe2, 0x58, 0x6d, 0x08, 0xa2, 0x61, 0x2d, 0x58, - 0x52, 0xdc, 0x8d, 0x89, 0x48, 0xbb, 0xa5, 0x87, 0x14, 0x9a, 0xb6, 0x87, 0xda, 0xb2, 0x85, 0x1e, - 0x24, 0xb0, 0x4c, 0xb3, 0x6f, 0xc2, 0xd2, 0xdd, 0x9d, 0x75, 0x66, 0x36, 0x52, 0x4a, 0x2f, 0x82, - 0x9f, 0xc0, 0x6f, 0x20, 0x78, 0xf1, 0xea, 0x27, 0xf0, 0xea, 0xd5, 0xab, 0x47, 0x4f, 0x7e, 0x05, - 0x11, 0x64, 0x77, 0x76, 0xd2, 0x26, 0x35, 0xc4, 0xf6, 0xf6, 0xce, 0x3b, 0xcf, 0xf3, 0xbc, 0xef, - 0xbc, 0x7f, 0x06, 0xad, 0xf4, 0x28, 0xed, 0x85, 0x60, 0x13, 0x9f, 0xdb, 0xd2, 0xcc, 0xac, 0x7e, - 0xcd, 0xe6, 0xc0, 0xfa, 0x41, 0x07, 0xb8, 0xdd, 0x05, 0xf0, 0xbd, 0x40, 0x40, 0xe4, 0x15, 0x2e, - 0x2b, 0x61, 0x54, 0x50, 0x5c, 0x91, 0x70, 0x8b, 0xf8, 0xdc, 0x1a, 0x30, 0xad, 0x7e, 0xcd, 0x52, - 0xcc, 0xf2, 0xb3, 0x71, 0xda, 0x0c, 0x38, 0x4d, 0xd9, 0x90, 0xb8, 0x14, 0x2d, 0x3f, 0x50, 0x94, - 0x24, 0xb0, 0x49, 0x1c, 0x53, 0x41, 0x44, 0x40, 0x63, 0x5e, 0xdc, 0x16, 0x21, 0xed, 0xfc, 0x74, - 0x94, 0x76, 0xed, 0x6e, 0x00, 0xa1, 0xef, 0x45, 0x84, 0x1f, 0x17, 0x88, 0x87, 0xa3, 0x88, 0x37, - 0x8c, 0x24, 0x09, 0x30, 0xa5, 0xb0, 0x50, 0xdc, 0xb3, 0xa4, 0x63, 0x73, 0x41, 0x44, 0x5a, 0x5c, - 0x98, 0xab, 0x08, 0x6f, 0x81, 0x68, 0x01, 0xf8, 0x3b, 0x02, 0x22, 0x17, 0x5e, 0xa7, 0xc0, 0x05, - 0x7e, 0x8c, 0x6e, 0xa9, 0x5c, 0xbd, 0x98, 0x44, 0x50, 0xd2, 0x2a, 0xda, 0xd2, 0x8c, 0x3b, 0xab, - 0x9c, 0x2f, 0x49, 0x04, 0xe6, 0x77, 0x0d, 0xdd, 0xdf, 0x4d, 0x05, 0x11, 0xa0, 0xe8, 0x5c, 0xf1, - 0x1f, 0x21, 0xa3, 0x93, 0x72, 0x41, 0x23, 0x60, 0x5e, 0xe0, 0x17, 0x6c, 0xa4, 0x5c, 0x3b, 0x3e, - 0x3e, 0x40, 0x88, 0x26, 0xc0, 0xe4, 0x2b, 0x4b, 0x7a, 0x65, 0x6a, 0xc9, 0xa8, 0x37, 0xac, 0x49, - 0x95, 0xb5, 0x54, 0xa0, 0x3d, 0xc5, 0x75, 0x2f, 0xc8, 0xe0, 0x27, 0x68, 0x2e, 0x21, 0x4c, 0x04, - 0x24, 0xf4, 0xba, 0x24, 0x08, 0x53, 0x06, 0xa5, 0xa9, 0x8a, 0xb6, 0x74, 0xd3, 0xbd, 0x5d, 0xb8, - 0x5b, 0xd2, 0x9b, 0x3d, 0xaf, 0x4f, 0xc2, 0xc0, 0x27, 0x02, 0x3c, 0x1a, 0x87, 0x27, 0xa5, 0xff, - 0x73, 0xd8, 0xac, 0x72, 0xee, 0xc5, 0xe1, 0x89, 0xf9, 0x4e, 0x47, 0x77, 0x2e, 0xc5, 0xc3, 0x6b, - 0xc8, 0x48, 0x93, 0x9c, 0x98, 0x55, 0x3f, 0x27, 0x1a, 0xf5, 0xb2, 0xca, 0x5c, 0x95, 0xdf, 0x6a, - 0x65, 0x0d, 0xda, 0x25, 0xfc, 0xd8, 0x45, 0x12, 0x9e, 0xd9, 0x78, 0x13, 0x4d, 0x77, 0x18, 0x10, - 0x21, 0xeb, 0x69, 0xd4, 0x97, 0xc7, 0xbe, 0x78, 0x30, 0x29, 0x83, 0x27, 0x6f, 0xff, 0xe7, 0x16, - 0xe4, 0x4c, 0x46, 0x8a, 0x96, 0xf4, 0x6b, 0xc9, 0x48, 0x32, 0x2e, 0xa1, 0x69, 0x06, 0x11, 0xed, - 0xcb, 0x2a, 0xcd, 0x64, 0x37, 0xf2, 0xbc, 0x61, 0xa0, 0x99, 0x41, 0x59, 0xcd, 0xcf, 0x1a, 0x5a, - 0xb8, 0xd4, 0x66, 0x9e, 0xd0, 0x98, 0x03, 0x6e, 0xa1, 0x7b, 0x23, 0x15, 0xf7, 0x80, 0x31, 0xca, - 0x72, 0x45, 0xa3, 0x8e, 0x55, 0x62, 0x2c, 0xe9, 0x58, 0x07, 0xf9, 0xd8, 0xb9, 0x77, 0x87, 0x7b, - 0xb1, 0x99, 0xc1, 0xf1, 0x3e, 0xba, 0xc1, 0x80, 0xa7, 0xa1, 0x50, 0xb3, 0xf0, 0x62, 0xf2, 0x2c, - 0x0c, 0xe7, 0xe4, 0xe6, 0x74, 0x57, 0xc9, 0x98, 0x6b, 0x68, 0xfe, 0x6f, 0x80, 0x7f, 0x9a, 0xec, - 0xfa, 0x6f, 0x1d, 0xcd, 0x29, 0xde, 0x81, 0x8c, 0x87, 0x3f, 0x6a, 0xc8, 0xb8, 0xb0, 0x29, 0xf8, - 0xf9, 0xe4, 0x0c, 0x2f, 0x2f, 0x56, 0xf9, 0x2a, 0xad, 0x32, 0x1b, 0x6f, 0xbf, 0xfd, 0x78, 0xaf, - 0x3f, 0xc5, 0xcb, 0xd9, 0xdf, 0x71, 0x3a, 0x94, 0xf6, 0xba, 0xda, 0x25, 0x6e, 0x57, 0xf3, 0xcf, - 0x24, 0xef, 0x8b, 0x5d, 0x3d, 0xc3, 0x5f, 0x34, 0x34, 0x37, 0xd2, 0x2e, 0xbc, 0x72, 0xd5, 0x6a, - 0xaa, 0x45, 0x2e, 0xaf, 0x5e, 0x83, 0x29, 0x67, 0xc3, 0x5c, 0xcd, 0xb3, 0x6f, 0x98, 0x56, 0x96, - 0xfd, 0x79, 0xba, 0xa7, 0x17, 0x3e, 0x86, 0xf5, 0xea, 0xd9, 0x79, 0xf2, 0x4e, 0x94, 0x0b, 0x39, - 0x5a, 0x75, 0xe3, 0x97, 0x86, 0x16, 0x3b, 0x34, 0x9a, 0x18, 0x7b, 0x63, 0x7e, 0xa4, 0x4b, 0xfb, - 0xd9, 0xfe, 0xed, 0x6b, 0xaf, 0xb6, 0x0b, 0x66, 0x8f, 0x86, 0x24, 0xee, 0x59, 0x94, 0xf5, 0xec, - 0x1e, 0xc4, 0xf9, 0x76, 0xaa, 0x1f, 0x39, 0x09, 0xf8, 0xf8, 0xcf, 0x7f, 0x4d, 0x19, 0x1f, 0xf4, - 0xa9, 0xad, 0x66, 0xf3, 0x93, 0x5e, 0xd9, 0x92, 0x82, 0x4d, 0x9f, 0x5b, 0xd2, 0xcc, 0xac, 0xc3, - 0x9a, 0x55, 0x04, 0xe6, 0x5f, 0x15, 0xa4, 0xdd, 0xf4, 0x79, 0x7b, 0x00, 0x69, 0x1f, 0xd6, 0xda, - 0x0a, 0xf2, 0x53, 0x5f, 0x94, 0x7e, 0xc7, 0x69, 0xfa, 0xdc, 0x71, 0x06, 0x20, 0xc7, 0x39, 0xac, - 0x39, 0x8e, 0x82, 0x1d, 0x4d, 0xe7, 0x79, 0x36, 0xfe, 0x04, 0x00, 0x00, 0xff, 0xff, 0x28, 0x3b, - 0xdb, 0x9f, 0xa3, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/feed_mapping_service.pb.go b/googleapis/ads/googleads/v0/services/feed_mapping_service.pb.go deleted file mode 100644 index a32dcb1791..0000000000 --- a/googleapis/ads/googleads/v0/services/feed_mapping_service.pb.go +++ /dev/null @@ -1,546 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/feed_mapping_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [FeedMappingService.GetFeedMapping][google.ads.googleads.v0.services.FeedMappingService.GetFeedMapping]. -type GetFeedMappingRequest struct { - // The resource name of the feed mapping to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetFeedMappingRequest) Reset() { *m = GetFeedMappingRequest{} } -func (m *GetFeedMappingRequest) String() string { return proto.CompactTextString(m) } -func (*GetFeedMappingRequest) ProtoMessage() {} -func (*GetFeedMappingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_service_be319f3aef939115, []int{0} -} -func (m *GetFeedMappingRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetFeedMappingRequest.Unmarshal(m, b) -} -func (m *GetFeedMappingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetFeedMappingRequest.Marshal(b, m, deterministic) -} -func (dst *GetFeedMappingRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetFeedMappingRequest.Merge(dst, src) -} -func (m *GetFeedMappingRequest) XXX_Size() int { - return xxx_messageInfo_GetFeedMappingRequest.Size(m) -} -func (m *GetFeedMappingRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetFeedMappingRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetFeedMappingRequest proto.InternalMessageInfo - -func (m *GetFeedMappingRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [FeedMappingService.MutateFeedMappings][google.ads.googleads.v0.services.FeedMappingService.MutateFeedMappings]. -type MutateFeedMappingsRequest struct { - // The ID of the customer whose feed mappings are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual feed mappings. - Operations []*FeedMappingOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateFeedMappingsRequest) Reset() { *m = MutateFeedMappingsRequest{} } -func (m *MutateFeedMappingsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateFeedMappingsRequest) ProtoMessage() {} -func (*MutateFeedMappingsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_service_be319f3aef939115, []int{1} -} -func (m *MutateFeedMappingsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateFeedMappingsRequest.Unmarshal(m, b) -} -func (m *MutateFeedMappingsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateFeedMappingsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateFeedMappingsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateFeedMappingsRequest.Merge(dst, src) -} -func (m *MutateFeedMappingsRequest) XXX_Size() int { - return xxx_messageInfo_MutateFeedMappingsRequest.Size(m) -} -func (m *MutateFeedMappingsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateFeedMappingsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateFeedMappingsRequest proto.InternalMessageInfo - -func (m *MutateFeedMappingsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateFeedMappingsRequest) GetOperations() []*FeedMappingOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateFeedMappingsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateFeedMappingsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, remove) on a feed mapping. -type FeedMappingOperation struct { - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *FeedMappingOperation_Create - // *FeedMappingOperation_Remove - Operation isFeedMappingOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedMappingOperation) Reset() { *m = FeedMappingOperation{} } -func (m *FeedMappingOperation) String() string { return proto.CompactTextString(m) } -func (*FeedMappingOperation) ProtoMessage() {} -func (*FeedMappingOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_service_be319f3aef939115, []int{2} -} -func (m *FeedMappingOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedMappingOperation.Unmarshal(m, b) -} -func (m *FeedMappingOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedMappingOperation.Marshal(b, m, deterministic) -} -func (dst *FeedMappingOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedMappingOperation.Merge(dst, src) -} -func (m *FeedMappingOperation) XXX_Size() int { - return xxx_messageInfo_FeedMappingOperation.Size(m) -} -func (m *FeedMappingOperation) XXX_DiscardUnknown() { - xxx_messageInfo_FeedMappingOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedMappingOperation proto.InternalMessageInfo - -type isFeedMappingOperation_Operation interface { - isFeedMappingOperation_Operation() -} - -type FeedMappingOperation_Create struct { - Create *resources.FeedMapping `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type FeedMappingOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*FeedMappingOperation_Create) isFeedMappingOperation_Operation() {} - -func (*FeedMappingOperation_Remove) isFeedMappingOperation_Operation() {} - -func (m *FeedMappingOperation) GetOperation() isFeedMappingOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *FeedMappingOperation) GetCreate() *resources.FeedMapping { - if x, ok := m.GetOperation().(*FeedMappingOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *FeedMappingOperation) GetRemove() string { - if x, ok := m.GetOperation().(*FeedMappingOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*FeedMappingOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _FeedMappingOperation_OneofMarshaler, _FeedMappingOperation_OneofUnmarshaler, _FeedMappingOperation_OneofSizer, []interface{}{ - (*FeedMappingOperation_Create)(nil), - (*FeedMappingOperation_Remove)(nil), - } -} - -func _FeedMappingOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*FeedMappingOperation) - // operation - switch x := m.Operation.(type) { - case *FeedMappingOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *FeedMappingOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("FeedMappingOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _FeedMappingOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*FeedMappingOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.FeedMapping) - err := b.DecodeMessage(msg) - m.Operation = &FeedMappingOperation_Create{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &FeedMappingOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _FeedMappingOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*FeedMappingOperation) - // operation - switch x := m.Operation.(type) { - case *FeedMappingOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *FeedMappingOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for a feed mapping mutate. -type MutateFeedMappingsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateFeedMappingResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateFeedMappingsResponse) Reset() { *m = MutateFeedMappingsResponse{} } -func (m *MutateFeedMappingsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateFeedMappingsResponse) ProtoMessage() {} -func (*MutateFeedMappingsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_service_be319f3aef939115, []int{3} -} -func (m *MutateFeedMappingsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateFeedMappingsResponse.Unmarshal(m, b) -} -func (m *MutateFeedMappingsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateFeedMappingsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateFeedMappingsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateFeedMappingsResponse.Merge(dst, src) -} -func (m *MutateFeedMappingsResponse) XXX_Size() int { - return xxx_messageInfo_MutateFeedMappingsResponse.Size(m) -} -func (m *MutateFeedMappingsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateFeedMappingsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateFeedMappingsResponse proto.InternalMessageInfo - -func (m *MutateFeedMappingsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateFeedMappingsResponse) GetResults() []*MutateFeedMappingResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the feed mapping mutate. -type MutateFeedMappingResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateFeedMappingResult) Reset() { *m = MutateFeedMappingResult{} } -func (m *MutateFeedMappingResult) String() string { return proto.CompactTextString(m) } -func (*MutateFeedMappingResult) ProtoMessage() {} -func (*MutateFeedMappingResult) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_service_be319f3aef939115, []int{4} -} -func (m *MutateFeedMappingResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateFeedMappingResult.Unmarshal(m, b) -} -func (m *MutateFeedMappingResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateFeedMappingResult.Marshal(b, m, deterministic) -} -func (dst *MutateFeedMappingResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateFeedMappingResult.Merge(dst, src) -} -func (m *MutateFeedMappingResult) XXX_Size() int { - return xxx_messageInfo_MutateFeedMappingResult.Size(m) -} -func (m *MutateFeedMappingResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateFeedMappingResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateFeedMappingResult proto.InternalMessageInfo - -func (m *MutateFeedMappingResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetFeedMappingRequest)(nil), "google.ads.googleads.v0.services.GetFeedMappingRequest") - proto.RegisterType((*MutateFeedMappingsRequest)(nil), "google.ads.googleads.v0.services.MutateFeedMappingsRequest") - proto.RegisterType((*FeedMappingOperation)(nil), "google.ads.googleads.v0.services.FeedMappingOperation") - proto.RegisterType((*MutateFeedMappingsResponse)(nil), "google.ads.googleads.v0.services.MutateFeedMappingsResponse") - proto.RegisterType((*MutateFeedMappingResult)(nil), "google.ads.googleads.v0.services.MutateFeedMappingResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// FeedMappingServiceClient is the client API for FeedMappingService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type FeedMappingServiceClient interface { - // Returns the requested feed mapping in full detail. - GetFeedMapping(ctx context.Context, in *GetFeedMappingRequest, opts ...grpc.CallOption) (*resources.FeedMapping, error) - // Creates or removes feed mappings. Operation statuses are - // returned. - MutateFeedMappings(ctx context.Context, in *MutateFeedMappingsRequest, opts ...grpc.CallOption) (*MutateFeedMappingsResponse, error) -} - -type feedMappingServiceClient struct { - cc *grpc.ClientConn -} - -func NewFeedMappingServiceClient(cc *grpc.ClientConn) FeedMappingServiceClient { - return &feedMappingServiceClient{cc} -} - -func (c *feedMappingServiceClient) GetFeedMapping(ctx context.Context, in *GetFeedMappingRequest, opts ...grpc.CallOption) (*resources.FeedMapping, error) { - out := new(resources.FeedMapping) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.FeedMappingService/GetFeedMapping", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *feedMappingServiceClient) MutateFeedMappings(ctx context.Context, in *MutateFeedMappingsRequest, opts ...grpc.CallOption) (*MutateFeedMappingsResponse, error) { - out := new(MutateFeedMappingsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.FeedMappingService/MutateFeedMappings", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// FeedMappingServiceServer is the server API for FeedMappingService service. -type FeedMappingServiceServer interface { - // Returns the requested feed mapping in full detail. - GetFeedMapping(context.Context, *GetFeedMappingRequest) (*resources.FeedMapping, error) - // Creates or removes feed mappings. Operation statuses are - // returned. - MutateFeedMappings(context.Context, *MutateFeedMappingsRequest) (*MutateFeedMappingsResponse, error) -} - -func RegisterFeedMappingServiceServer(s *grpc.Server, srv FeedMappingServiceServer) { - s.RegisterService(&_FeedMappingService_serviceDesc, srv) -} - -func _FeedMappingService_GetFeedMapping_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetFeedMappingRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(FeedMappingServiceServer).GetFeedMapping(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.FeedMappingService/GetFeedMapping", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(FeedMappingServiceServer).GetFeedMapping(ctx, req.(*GetFeedMappingRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _FeedMappingService_MutateFeedMappings_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateFeedMappingsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(FeedMappingServiceServer).MutateFeedMappings(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.FeedMappingService/MutateFeedMappings", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(FeedMappingServiceServer).MutateFeedMappings(ctx, req.(*MutateFeedMappingsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _FeedMappingService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.FeedMappingService", - HandlerType: (*FeedMappingServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetFeedMapping", - Handler: _FeedMappingService_GetFeedMapping_Handler, - }, - { - MethodName: "MutateFeedMappings", - Handler: _FeedMappingService_MutateFeedMappings_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/feed_mapping_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/feed_mapping_service.proto", fileDescriptor_feed_mapping_service_be319f3aef939115) -} - -var fileDescriptor_feed_mapping_service_be319f3aef939115 = []byte{ - // 663 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4f, 0x6b, 0x13, 0x4f, - 0x18, 0xfe, 0x6d, 0xf2, 0xa3, 0xda, 0x49, 0xad, 0x30, 0x5a, 0x1a, 0x83, 0x68, 0x58, 0x0b, 0x96, - 0x1c, 0x66, 0x63, 0x94, 0x8a, 0xdb, 0x56, 0x48, 0xc1, 0xb6, 0x1e, 0x6a, 0xcb, 0x16, 0x72, 0x90, - 0xc0, 0x32, 0xcd, 0xbe, 0x5d, 0x16, 0x76, 0x77, 0xd6, 0x99, 0xd9, 0x48, 0x29, 0xbd, 0x78, 0xf1, - 0x03, 0x78, 0xf1, 0xec, 0xd1, 0x9b, 0x47, 0xbf, 0x82, 0xe0, 0xc9, 0x6f, 0x20, 0x9e, 0xfc, 0x10, - 0x22, 0xbb, 0xb3, 0x13, 0x37, 0x6d, 0x42, 0xb4, 0xb7, 0x99, 0xf7, 0x7d, 0x9f, 0xe7, 0x7d, 0xde, - 0x3f, 0x33, 0x68, 0xdd, 0x67, 0xcc, 0x0f, 0xc1, 0xa2, 0x9e, 0xb0, 0xd4, 0x31, 0x3b, 0x0d, 0xdb, - 0x96, 0x00, 0x3e, 0x0c, 0x06, 0x20, 0xac, 0x63, 0x00, 0xcf, 0x8d, 0x68, 0x92, 0x04, 0xb1, 0xef, - 0x16, 0x56, 0x92, 0x70, 0x26, 0x19, 0x6e, 0x2a, 0x04, 0xa1, 0x9e, 0x20, 0x23, 0x30, 0x19, 0xb6, - 0x89, 0x06, 0x37, 0x1e, 0x4d, 0xa3, 0xe7, 0x20, 0x58, 0xca, 0xcf, 0xf3, 0x2b, 0xde, 0xc6, 0x6d, - 0x8d, 0x4a, 0x02, 0x8b, 0xc6, 0x31, 0x93, 0x54, 0x06, 0x2c, 0x16, 0x85, 0xf7, 0x4e, 0xe1, 0xcd, - 0x6f, 0x47, 0xe9, 0xb1, 0xf5, 0x9a, 0xd3, 0x24, 0x01, 0xae, 0xfd, 0xcb, 0x85, 0x9f, 0x27, 0x03, - 0x4b, 0x48, 0x2a, 0xd3, 0xc2, 0x61, 0x6e, 0xa0, 0xa5, 0x1d, 0x90, 0xdb, 0x00, 0xde, 0x9e, 0x4a, - 0xe7, 0xc0, 0xab, 0x14, 0x84, 0xc4, 0xf7, 0xd0, 0x35, 0xad, 0xc7, 0x8d, 0x69, 0x04, 0x75, 0xa3, - 0x69, 0xac, 0xce, 0x3b, 0x0b, 0xda, 0xf8, 0x82, 0x46, 0x60, 0x7e, 0x37, 0xd0, 0xad, 0xbd, 0x54, - 0x52, 0x09, 0x25, 0x06, 0xa1, 0x29, 0xee, 0xa2, 0xda, 0x20, 0x15, 0x92, 0x45, 0xc0, 0xdd, 0xc0, - 0x2b, 0x08, 0x90, 0x36, 0x3d, 0xf7, 0x70, 0x0f, 0x21, 0x96, 0x00, 0x57, 0x95, 0xd4, 0x2b, 0xcd, - 0xea, 0x6a, 0xad, 0xb3, 0x46, 0x66, 0x35, 0x90, 0x94, 0x72, 0xed, 0x6b, 0xb8, 0x53, 0x62, 0xc2, - 0xf7, 0xd1, 0xf5, 0x84, 0x72, 0x19, 0xd0, 0xd0, 0x3d, 0xa6, 0x41, 0x98, 0x72, 0xa8, 0x57, 0x9b, - 0xc6, 0xea, 0x55, 0x67, 0xb1, 0x30, 0x6f, 0x2b, 0x6b, 0x56, 0xe4, 0x90, 0x86, 0x81, 0x47, 0x25, - 0xb8, 0x2c, 0x0e, 0x4f, 0xea, 0xff, 0xe7, 0x61, 0x0b, 0xda, 0xb8, 0x1f, 0x87, 0x27, 0xe6, 0x5b, - 0x03, 0xdd, 0x9c, 0x94, 0x12, 0xef, 0xa2, 0xb9, 0x01, 0x07, 0x2a, 0x55, 0x6f, 0x6a, 0x1d, 0x32, - 0x55, 0xfa, 0x68, 0xb2, 0x65, 0xed, 0xbb, 0xff, 0x39, 0x05, 0x1e, 0xd7, 0xd1, 0x1c, 0x87, 0x88, - 0x0d, 0x95, 0xce, 0xf9, 0xcc, 0xa3, 0xee, 0x5b, 0x35, 0x34, 0x3f, 0x2a, 0xcc, 0xfc, 0x6c, 0xa0, - 0xc6, 0xa4, 0x76, 0x8b, 0x84, 0xc5, 0x02, 0xf0, 0x36, 0x5a, 0x3a, 0x57, 0xb6, 0x0b, 0x9c, 0x33, - 0x9e, 0x93, 0xd6, 0x3a, 0x58, 0xcb, 0xe3, 0xc9, 0x80, 0x1c, 0xe6, 0x4b, 0xe0, 0xdc, 0x18, 0x6f, - 0xc8, 0xb3, 0x2c, 0x1c, 0x1f, 0xa2, 0x2b, 0x1c, 0x44, 0x1a, 0x4a, 0x3d, 0x93, 0x27, 0xb3, 0x67, - 0x72, 0x41, 0x96, 0x93, 0x33, 0x38, 0x9a, 0xc9, 0x7c, 0x8a, 0x96, 0xa7, 0xc4, 0xfc, 0xd5, 0xaa, - 0x75, 0xde, 0x57, 0x11, 0x2e, 0x41, 0x0f, 0x55, 0x62, 0xfc, 0xc9, 0x40, 0x8b, 0xe3, 0x0b, 0x8c, - 0x1f, 0xcf, 0x56, 0x3b, 0x71, 0xe5, 0x1b, 0xff, 0x38, 0x3f, 0x73, 0xed, 0xcd, 0xb7, 0x1f, 0xef, - 0x2a, 0x6d, 0x4c, 0xb2, 0xc7, 0x7b, 0x3a, 0x56, 0xc2, 0xa6, 0xde, 0x72, 0x61, 0xb5, 0xf2, 0xd7, - 0xac, 0x87, 0x65, 0xb5, 0xce, 0xf0, 0x57, 0x03, 0xe1, 0x8b, 0x63, 0xc4, 0xeb, 0x97, 0xe8, 0xb2, - 0x7e, 0x6b, 0x8d, 0x8d, 0xcb, 0x81, 0xd5, 0xe6, 0x98, 0x1b, 0x79, 0x25, 0x6b, 0xe6, 0x83, 0xac, - 0x92, 0x3f, 0xd2, 0x4f, 0x4b, 0xcf, 0x77, 0xb3, 0x75, 0x36, 0x56, 0x88, 0x1d, 0xe5, 0x74, 0xb6, - 0xd1, 0xda, 0xfa, 0x65, 0xa0, 0x95, 0x01, 0x8b, 0x66, 0x2a, 0xd8, 0x5a, 0xbe, 0x38, 0xc0, 0x83, - 0xec, 0x17, 0x3a, 0x30, 0x5e, 0xee, 0x16, 0x60, 0x9f, 0x85, 0x34, 0xf6, 0x09, 0xe3, 0xbe, 0xe5, - 0x43, 0x9c, 0xff, 0x51, 0xfa, 0x93, 0x4c, 0x02, 0x31, 0xfd, 0x4b, 0x5e, 0xd7, 0x87, 0x0f, 0x95, - 0xea, 0x4e, 0xb7, 0xfb, 0xb1, 0xd2, 0xdc, 0x51, 0x84, 0x5d, 0x4f, 0x10, 0x75, 0xcc, 0x4e, 0xbd, - 0x36, 0x29, 0x12, 0x8b, 0x2f, 0x3a, 0xa4, 0xdf, 0xf5, 0x44, 0x7f, 0x14, 0xd2, 0xef, 0xb5, 0xfb, - 0x3a, 0xe4, 0x67, 0x65, 0x45, 0xd9, 0x6d, 0xbb, 0xeb, 0x09, 0xdb, 0x1e, 0x05, 0xd9, 0x76, 0xaf, - 0x6d, 0xdb, 0x3a, 0xec, 0x68, 0x2e, 0xd7, 0xf9, 0xf0, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x1c, - 0x40, 0x3b, 0xda, 0x39, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/feed_service.pb.go b/googleapis/ads/googleads/v0/services/feed_service.pb.go deleted file mode 100644 index 3eb69d921a..0000000000 --- a/googleapis/ads/googleads/v0/services/feed_service.pb.go +++ /dev/null @@ -1,591 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/feed_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [FeedService.GetFeed][google.ads.googleads.v0.services.FeedService.GetFeed]. -type GetFeedRequest struct { - // The resource name of the feed to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetFeedRequest) Reset() { *m = GetFeedRequest{} } -func (m *GetFeedRequest) String() string { return proto.CompactTextString(m) } -func (*GetFeedRequest) ProtoMessage() {} -func (*GetFeedRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_service_9fbf4e9c6d5c4c96, []int{0} -} -func (m *GetFeedRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetFeedRequest.Unmarshal(m, b) -} -func (m *GetFeedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetFeedRequest.Marshal(b, m, deterministic) -} -func (dst *GetFeedRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetFeedRequest.Merge(dst, src) -} -func (m *GetFeedRequest) XXX_Size() int { - return xxx_messageInfo_GetFeedRequest.Size(m) -} -func (m *GetFeedRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetFeedRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetFeedRequest proto.InternalMessageInfo - -func (m *GetFeedRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [FeedService.MutateFeeds][google.ads.googleads.v0.services.FeedService.MutateFeeds]. -type MutateFeedsRequest struct { - // The ID of the customer whose feeds are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual feeds. - Operations []*FeedOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateFeedsRequest) Reset() { *m = MutateFeedsRequest{} } -func (m *MutateFeedsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateFeedsRequest) ProtoMessage() {} -func (*MutateFeedsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_service_9fbf4e9c6d5c4c96, []int{1} -} -func (m *MutateFeedsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateFeedsRequest.Unmarshal(m, b) -} -func (m *MutateFeedsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateFeedsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateFeedsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateFeedsRequest.Merge(dst, src) -} -func (m *MutateFeedsRequest) XXX_Size() int { - return xxx_messageInfo_MutateFeedsRequest.Size(m) -} -func (m *MutateFeedsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateFeedsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateFeedsRequest proto.InternalMessageInfo - -func (m *MutateFeedsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateFeedsRequest) GetOperations() []*FeedOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateFeedsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateFeedsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on an feed. -type FeedOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *FeedOperation_Create - // *FeedOperation_Update - // *FeedOperation_Remove - Operation isFeedOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FeedOperation) Reset() { *m = FeedOperation{} } -func (m *FeedOperation) String() string { return proto.CompactTextString(m) } -func (*FeedOperation) ProtoMessage() {} -func (*FeedOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_service_9fbf4e9c6d5c4c96, []int{2} -} -func (m *FeedOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FeedOperation.Unmarshal(m, b) -} -func (m *FeedOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FeedOperation.Marshal(b, m, deterministic) -} -func (dst *FeedOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_FeedOperation.Merge(dst, src) -} -func (m *FeedOperation) XXX_Size() int { - return xxx_messageInfo_FeedOperation.Size(m) -} -func (m *FeedOperation) XXX_DiscardUnknown() { - xxx_messageInfo_FeedOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_FeedOperation proto.InternalMessageInfo - -func (m *FeedOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isFeedOperation_Operation interface { - isFeedOperation_Operation() -} - -type FeedOperation_Create struct { - Create *resources.Feed `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type FeedOperation_Update struct { - Update *resources.Feed `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type FeedOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*FeedOperation_Create) isFeedOperation_Operation() {} - -func (*FeedOperation_Update) isFeedOperation_Operation() {} - -func (*FeedOperation_Remove) isFeedOperation_Operation() {} - -func (m *FeedOperation) GetOperation() isFeedOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *FeedOperation) GetCreate() *resources.Feed { - if x, ok := m.GetOperation().(*FeedOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *FeedOperation) GetUpdate() *resources.Feed { - if x, ok := m.GetOperation().(*FeedOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *FeedOperation) GetRemove() string { - if x, ok := m.GetOperation().(*FeedOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*FeedOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _FeedOperation_OneofMarshaler, _FeedOperation_OneofUnmarshaler, _FeedOperation_OneofSizer, []interface{}{ - (*FeedOperation_Create)(nil), - (*FeedOperation_Update)(nil), - (*FeedOperation_Remove)(nil), - } -} - -func _FeedOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*FeedOperation) - // operation - switch x := m.Operation.(type) { - case *FeedOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *FeedOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *FeedOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("FeedOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _FeedOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*FeedOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.Feed) - err := b.DecodeMessage(msg) - m.Operation = &FeedOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.Feed) - err := b.DecodeMessage(msg) - m.Operation = &FeedOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &FeedOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _FeedOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*FeedOperation) - // operation - switch x := m.Operation.(type) { - case *FeedOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *FeedOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *FeedOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for an feed mutate. -type MutateFeedsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateFeedResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateFeedsResponse) Reset() { *m = MutateFeedsResponse{} } -func (m *MutateFeedsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateFeedsResponse) ProtoMessage() {} -func (*MutateFeedsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_service_9fbf4e9c6d5c4c96, []int{3} -} -func (m *MutateFeedsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateFeedsResponse.Unmarshal(m, b) -} -func (m *MutateFeedsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateFeedsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateFeedsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateFeedsResponse.Merge(dst, src) -} -func (m *MutateFeedsResponse) XXX_Size() int { - return xxx_messageInfo_MutateFeedsResponse.Size(m) -} -func (m *MutateFeedsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateFeedsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateFeedsResponse proto.InternalMessageInfo - -func (m *MutateFeedsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateFeedsResponse) GetResults() []*MutateFeedResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the feed mutate. -type MutateFeedResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateFeedResult) Reset() { *m = MutateFeedResult{} } -func (m *MutateFeedResult) String() string { return proto.CompactTextString(m) } -func (*MutateFeedResult) ProtoMessage() {} -func (*MutateFeedResult) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_service_9fbf4e9c6d5c4c96, []int{4} -} -func (m *MutateFeedResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateFeedResult.Unmarshal(m, b) -} -func (m *MutateFeedResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateFeedResult.Marshal(b, m, deterministic) -} -func (dst *MutateFeedResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateFeedResult.Merge(dst, src) -} -func (m *MutateFeedResult) XXX_Size() int { - return xxx_messageInfo_MutateFeedResult.Size(m) -} -func (m *MutateFeedResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateFeedResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateFeedResult proto.InternalMessageInfo - -func (m *MutateFeedResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetFeedRequest)(nil), "google.ads.googleads.v0.services.GetFeedRequest") - proto.RegisterType((*MutateFeedsRequest)(nil), "google.ads.googleads.v0.services.MutateFeedsRequest") - proto.RegisterType((*FeedOperation)(nil), "google.ads.googleads.v0.services.FeedOperation") - proto.RegisterType((*MutateFeedsResponse)(nil), "google.ads.googleads.v0.services.MutateFeedsResponse") - proto.RegisterType((*MutateFeedResult)(nil), "google.ads.googleads.v0.services.MutateFeedResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// FeedServiceClient is the client API for FeedService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type FeedServiceClient interface { - // Returns the requested feed in full detail. - GetFeed(ctx context.Context, in *GetFeedRequest, opts ...grpc.CallOption) (*resources.Feed, error) - // Creates, updates, or removes feeds. Operation statuses are - // returned. - MutateFeeds(ctx context.Context, in *MutateFeedsRequest, opts ...grpc.CallOption) (*MutateFeedsResponse, error) -} - -type feedServiceClient struct { - cc *grpc.ClientConn -} - -func NewFeedServiceClient(cc *grpc.ClientConn) FeedServiceClient { - return &feedServiceClient{cc} -} - -func (c *feedServiceClient) GetFeed(ctx context.Context, in *GetFeedRequest, opts ...grpc.CallOption) (*resources.Feed, error) { - out := new(resources.Feed) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.FeedService/GetFeed", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *feedServiceClient) MutateFeeds(ctx context.Context, in *MutateFeedsRequest, opts ...grpc.CallOption) (*MutateFeedsResponse, error) { - out := new(MutateFeedsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.FeedService/MutateFeeds", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// FeedServiceServer is the server API for FeedService service. -type FeedServiceServer interface { - // Returns the requested feed in full detail. - GetFeed(context.Context, *GetFeedRequest) (*resources.Feed, error) - // Creates, updates, or removes feeds. Operation statuses are - // returned. - MutateFeeds(context.Context, *MutateFeedsRequest) (*MutateFeedsResponse, error) -} - -func RegisterFeedServiceServer(s *grpc.Server, srv FeedServiceServer) { - s.RegisterService(&_FeedService_serviceDesc, srv) -} - -func _FeedService_GetFeed_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetFeedRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(FeedServiceServer).GetFeed(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.FeedService/GetFeed", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(FeedServiceServer).GetFeed(ctx, req.(*GetFeedRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _FeedService_MutateFeeds_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateFeedsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(FeedServiceServer).MutateFeeds(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.FeedService/MutateFeeds", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(FeedServiceServer).MutateFeeds(ctx, req.(*MutateFeedsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _FeedService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.FeedService", - HandlerType: (*FeedServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetFeed", - Handler: _FeedService_GetFeed_Handler, - }, - { - MethodName: "MutateFeeds", - Handler: _FeedService_MutateFeeds_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/feed_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/feed_service.proto", fileDescriptor_feed_service_9fbf4e9c6d5c4c96) -} - -var fileDescriptor_feed_service_9fbf4e9c6d5c4c96 = []byte{ - // 695 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0x41, 0x6b, 0x13, 0x4f, - 0x14, 0xff, 0x6f, 0xfa, 0xa7, 0xb5, 0xb3, 0x6d, 0x2d, 0x53, 0xc4, 0x10, 0x44, 0xc3, 0x5a, 0x68, - 0x0d, 0xb2, 0x13, 0x52, 0x8b, 0xb0, 0xa5, 0x87, 0x14, 0x4c, 0x2b, 0x58, 0x5b, 0xb6, 0xd0, 0x83, - 0x04, 0x96, 0x69, 0xf6, 0x25, 0x2c, 0xdd, 0xdd, 0x59, 0x67, 0x66, 0x23, 0xa5, 0xf4, 0xe2, 0x57, - 0x10, 0xbf, 0x80, 0x47, 0x3d, 0xf9, 0x35, 0xbc, 0xea, 0xc5, 0xbb, 0x27, 0xbf, 0x80, 0x78, 0x93, - 0xd9, 0xd9, 0x49, 0x93, 0x42, 0x49, 0x7b, 0x7b, 0xfb, 0xe6, 0xf7, 0xfb, 0xbd, 0xdf, 0xbc, 0xb7, - 0x6f, 0xd0, 0xc6, 0x80, 0xb1, 0x41, 0x0c, 0x84, 0x86, 0x82, 0xe8, 0x50, 0x45, 0xc3, 0x26, 0x11, - 0xc0, 0x87, 0x51, 0x0f, 0x04, 0xe9, 0x03, 0x84, 0x41, 0xf9, 0xe5, 0x66, 0x9c, 0x49, 0x86, 0xeb, - 0x1a, 0xe9, 0xd2, 0x50, 0xb8, 0x23, 0x92, 0x3b, 0x6c, 0xba, 0x86, 0x54, 0x7b, 0x7a, 0x9d, 0x2c, - 0x07, 0xc1, 0x72, 0x6e, 0x74, 0xb5, 0x5e, 0xed, 0x81, 0x41, 0x67, 0x11, 0xa1, 0x69, 0xca, 0x24, - 0x95, 0x11, 0x4b, 0x45, 0x79, 0x5a, 0x56, 0x23, 0xc5, 0xd7, 0x49, 0xde, 0x27, 0xfd, 0x08, 0xe2, - 0x30, 0x48, 0xa8, 0x38, 0x2d, 0x11, 0x0f, 0xaf, 0x22, 0xde, 0x71, 0x9a, 0x65, 0xc0, 0x8d, 0xc2, - 0xfd, 0xf2, 0x9c, 0x67, 0x3d, 0x22, 0x24, 0x95, 0x79, 0x79, 0xe0, 0x6c, 0xa2, 0xa5, 0x5d, 0x90, - 0x1d, 0x80, 0xd0, 0x87, 0xb7, 0x39, 0x08, 0x89, 0x1f, 0xa3, 0x45, 0x63, 0x31, 0x48, 0x69, 0x02, - 0x55, 0xab, 0x6e, 0xad, 0xcf, 0xfb, 0x0b, 0x26, 0xf9, 0x9a, 0x26, 0xe0, 0xfc, 0xb0, 0x10, 0xde, - 0xcf, 0x25, 0x95, 0xa0, 0xa8, 0xc2, 0x70, 0x1f, 0x21, 0xbb, 0x97, 0x0b, 0xc9, 0x12, 0xe0, 0x41, - 0x14, 0x96, 0x4c, 0x64, 0x52, 0x2f, 0x43, 0x7c, 0x80, 0x10, 0xcb, 0x80, 0xeb, 0xdb, 0x55, 0x2b, - 0xf5, 0x99, 0x75, 0xbb, 0x45, 0xdc, 0x69, 0xcd, 0x74, 0x55, 0x91, 0x03, 0xc3, 0xf3, 0xc7, 0x24, - 0xf0, 0x1a, 0xba, 0x9b, 0x51, 0x2e, 0x23, 0x1a, 0x07, 0x7d, 0x1a, 0xc5, 0x39, 0x87, 0xea, 0x4c, - 0xdd, 0x5a, 0xbf, 0xe3, 0x2f, 0x95, 0xe9, 0x8e, 0xce, 0xaa, 0x6b, 0x0d, 0x69, 0x1c, 0x85, 0x54, - 0x42, 0xc0, 0xd2, 0xf8, 0xac, 0xfa, 0x7f, 0x01, 0x5b, 0x30, 0xc9, 0x83, 0x34, 0x3e, 0x73, 0xfe, - 0x5a, 0x68, 0x71, 0xa2, 0x16, 0xde, 0x42, 0x76, 0x9e, 0x15, 0x24, 0xd5, 0xed, 0x82, 0x64, 0xb7, - 0x6a, 0xc6, 0xb1, 0x69, 0xb7, 0xdb, 0x51, 0x03, 0xd9, 0xa7, 0xe2, 0xd4, 0x47, 0x1a, 0xae, 0x62, - 0xdc, 0x46, 0xb3, 0x3d, 0x0e, 0x54, 0xea, 0x1e, 0xda, 0xad, 0xb5, 0x6b, 0x6f, 0x3a, 0xfa, 0x29, - 0x8a, 0xab, 0xee, 0xfd, 0xe7, 0x97, 0x44, 0x25, 0xa1, 0x05, 0xab, 0x95, 0x5b, 0x4b, 0x68, 0x22, - 0xae, 0xa2, 0x59, 0x0e, 0x09, 0x1b, 0xea, 0xce, 0xcc, 0xab, 0x13, 0xfd, 0xbd, 0x63, 0xa3, 0xf9, - 0x51, 0x2b, 0x9d, 0x2f, 0x16, 0x5a, 0x99, 0x18, 0xa9, 0xc8, 0x58, 0x2a, 0x00, 0x77, 0xd0, 0xbd, - 0x2b, 0x1d, 0x0e, 0x80, 0x73, 0xc6, 0x0b, 0x35, 0xbb, 0x85, 0x8d, 0x21, 0x9e, 0xf5, 0xdc, 0xa3, - 0xe2, 0xd7, 0xf2, 0x57, 0x26, 0x7b, 0xff, 0x42, 0xc1, 0xf1, 0x2b, 0x34, 0xc7, 0x41, 0xe4, 0xb1, - 0x34, 0x73, 0x6f, 0x4d, 0x9f, 0xfb, 0xa5, 0x1f, 0xbf, 0xa0, 0xfa, 0x46, 0xc2, 0x79, 0x8e, 0x96, - 0xaf, 0x1e, 0xde, 0xe8, 0xcf, 0x6d, 0xfd, 0xac, 0x20, 0x5b, 0x71, 0x8e, 0x74, 0x0d, 0xfc, 0xd1, - 0x42, 0x73, 0xe5, 0x06, 0xe0, 0xe6, 0x74, 0x47, 0x93, 0xcb, 0x52, 0xbb, 0xe9, 0x38, 0x1c, 0xf2, - 0xfe, 0xfb, 0xaf, 0x0f, 0x95, 0x27, 0x78, 0x4d, 0x3d, 0x01, 0xe7, 0x13, 0x36, 0xb7, 0xcd, 0x7e, - 0x08, 0xd2, 0x28, 0xde, 0x04, 0x41, 0x1a, 0x17, 0xf8, 0xab, 0x85, 0xec, 0xb1, 0x71, 0xe0, 0x67, - 0xb7, 0xe9, 0x96, 0x59, 0xc8, 0xda, 0xe6, 0x2d, 0x59, 0x7a, 0xe6, 0xce, 0x66, 0xe1, 0x96, 0x38, - 0x0d, 0xe5, 0xf6, 0xd2, 0xde, 0xf9, 0xd8, 0x72, 0x6f, 0x37, 0x2e, 0xb4, 0x59, 0x2f, 0x29, 0x04, - 0x3c, 0xab, 0xb1, 0xf3, 0xc7, 0x42, 0xab, 0x3d, 0x96, 0x4c, 0xad, 0xb9, 0xb3, 0x3c, 0x36, 0x81, - 0x43, 0xb5, 0x43, 0x87, 0xd6, 0x9b, 0xbd, 0x92, 0x35, 0x60, 0x31, 0x4d, 0x07, 0x2e, 0xe3, 0x03, - 0x32, 0x80, 0xb4, 0xd8, 0x30, 0xf3, 0x80, 0x66, 0x91, 0xb8, 0xfe, 0x99, 0xde, 0x32, 0xc1, 0xa7, - 0xca, 0xcc, 0x6e, 0xbb, 0xfd, 0xb9, 0x52, 0xdf, 0xd5, 0x82, 0xed, 0x50, 0xb8, 0x3a, 0x54, 0xd1, - 0x71, 0xd3, 0x2d, 0x0b, 0x8b, 0x6f, 0x06, 0xd2, 0x6d, 0x87, 0xa2, 0x3b, 0x82, 0x74, 0x8f, 0x9b, - 0x5d, 0x03, 0xf9, 0x5d, 0x59, 0xd5, 0x79, 0xcf, 0x6b, 0x87, 0xc2, 0xf3, 0x46, 0x20, 0xcf, 0x3b, - 0x6e, 0x7a, 0x9e, 0x81, 0x9d, 0xcc, 0x16, 0x3e, 0x37, 0xfe, 0x05, 0x00, 0x00, 0xff, 0xff, 0x0d, - 0x61, 0x14, 0xd1, 0x4d, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/gender_view_service.pb.go b/googleapis/ads/googleads/v0/services/gender_view_service.pb.go deleted file mode 100644 index 4180ea74a7..0000000000 --- a/googleapis/ads/googleads/v0/services/gender_view_service.pb.go +++ /dev/null @@ -1,176 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/gender_view_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [GenderViewService.GetGenderView][google.ads.googleads.v0.services.GenderViewService.GetGenderView]. -type GetGenderViewRequest struct { - // The resource name of the gender view to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetGenderViewRequest) Reset() { *m = GetGenderViewRequest{} } -func (m *GetGenderViewRequest) String() string { return proto.CompactTextString(m) } -func (*GetGenderViewRequest) ProtoMessage() {} -func (*GetGenderViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_gender_view_service_d807a804f7f3c73c, []int{0} -} -func (m *GetGenderViewRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetGenderViewRequest.Unmarshal(m, b) -} -func (m *GetGenderViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetGenderViewRequest.Marshal(b, m, deterministic) -} -func (dst *GetGenderViewRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetGenderViewRequest.Merge(dst, src) -} -func (m *GetGenderViewRequest) XXX_Size() int { - return xxx_messageInfo_GetGenderViewRequest.Size(m) -} -func (m *GetGenderViewRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetGenderViewRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetGenderViewRequest proto.InternalMessageInfo - -func (m *GetGenderViewRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetGenderViewRequest)(nil), "google.ads.googleads.v0.services.GetGenderViewRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// GenderViewServiceClient is the client API for GenderViewService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type GenderViewServiceClient interface { - // Returns the requested gender view in full detail. - GetGenderView(ctx context.Context, in *GetGenderViewRequest, opts ...grpc.CallOption) (*resources.GenderView, error) -} - -type genderViewServiceClient struct { - cc *grpc.ClientConn -} - -func NewGenderViewServiceClient(cc *grpc.ClientConn) GenderViewServiceClient { - return &genderViewServiceClient{cc} -} - -func (c *genderViewServiceClient) GetGenderView(ctx context.Context, in *GetGenderViewRequest, opts ...grpc.CallOption) (*resources.GenderView, error) { - out := new(resources.GenderView) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.GenderViewService/GetGenderView", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// GenderViewServiceServer is the server API for GenderViewService service. -type GenderViewServiceServer interface { - // Returns the requested gender view in full detail. - GetGenderView(context.Context, *GetGenderViewRequest) (*resources.GenderView, error) -} - -func RegisterGenderViewServiceServer(s *grpc.Server, srv GenderViewServiceServer) { - s.RegisterService(&_GenderViewService_serviceDesc, srv) -} - -func _GenderViewService_GetGenderView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetGenderViewRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(GenderViewServiceServer).GetGenderView(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.GenderViewService/GetGenderView", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(GenderViewServiceServer).GetGenderView(ctx, req.(*GetGenderViewRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _GenderViewService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.GenderViewService", - HandlerType: (*GenderViewServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetGenderView", - Handler: _GenderViewService_GetGenderView_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/gender_view_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/gender_view_service.proto", fileDescriptor_gender_view_service_d807a804f7f3c73c) -} - -var fileDescriptor_gender_view_service_d807a804f7f3c73c = []byte{ - // 361 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xb1, 0x4a, 0xc3, 0x50, - 0x14, 0x86, 0x49, 0x04, 0xc1, 0x60, 0x07, 0x83, 0x88, 0x14, 0x87, 0x52, 0x3b, 0x48, 0xa1, 0xf7, - 0x06, 0x8b, 0x0e, 0xb7, 0x38, 0xa4, 0x4b, 0x9c, 0xa4, 0x54, 0xc8, 0x20, 0x81, 0x72, 0x6d, 0x0e, - 0x21, 0xd0, 0xe4, 0xd6, 0x7b, 0xd2, 0x74, 0x10, 0x17, 0x5f, 0xc1, 0x37, 0x70, 0x14, 0x7c, 0x0a, - 0x37, 0x57, 0x5f, 0xc1, 0xc9, 0x77, 0x10, 0x24, 0xbd, 0xb9, 0x29, 0x55, 0x4b, 0xb7, 0x9f, 0xd3, - 0xff, 0xfb, 0xef, 0x7f, 0x4e, 0x63, 0xb1, 0x48, 0x88, 0x68, 0x02, 0x94, 0x87, 0x48, 0x95, 0x2c, - 0x54, 0xee, 0x50, 0x04, 0x99, 0xc7, 0x63, 0x40, 0x1a, 0x41, 0x1a, 0x82, 0x1c, 0xe5, 0x31, 0xcc, - 0x47, 0xe5, 0x90, 0x4c, 0xa5, 0xc8, 0x84, 0xdd, 0x50, 0x00, 0xe1, 0x21, 0x92, 0x8a, 0x25, 0xb9, - 0x43, 0x34, 0x5b, 0xef, 0xae, 0x4b, 0x97, 0x80, 0x62, 0x26, 0x7f, 0xc5, 0xab, 0xd8, 0xfa, 0x91, - 0x86, 0xa6, 0x31, 0xe5, 0x69, 0x2a, 0x32, 0x9e, 0xc5, 0x22, 0x45, 0xf5, 0x6b, 0xb3, 0x67, 0xed, - 0x7b, 0x90, 0x79, 0x0b, 0xca, 0x8f, 0x61, 0x3e, 0x84, 0xbb, 0x19, 0x60, 0x66, 0x1f, 0x5b, 0x35, - 0x1d, 0x3a, 0x4a, 0x79, 0x02, 0x87, 0x46, 0xc3, 0x38, 0xd9, 0x19, 0xee, 0xea, 0xe1, 0x15, 0x4f, - 0xe0, 0xf4, 0xcd, 0xb0, 0xf6, 0x96, 0xe8, 0xb5, 0xaa, 0x69, 0xbf, 0x1a, 0x56, 0x6d, 0x25, 0xd3, - 0x3e, 0x27, 0x9b, 0x56, 0x23, 0xff, 0x95, 0xa8, 0x77, 0xd6, 0x72, 0xd5, 0xc2, 0x64, 0x49, 0x35, - 0xcf, 0x1e, 0x3f, 0x3e, 0x9f, 0x4c, 0x6a, 0x77, 0x8a, 0x93, 0xdc, 0xaf, 0xd4, 0xbf, 0x18, 0xcf, - 0x30, 0x13, 0x09, 0x48, 0xa4, 0xed, 0xf2, 0x46, 0x05, 0x82, 0xb4, 0xfd, 0xd0, 0xff, 0x36, 0xac, - 0xd6, 0x58, 0x24, 0x1b, 0x3b, 0xf6, 0x0f, 0xfe, 0xec, 0x3a, 0x28, 0x6e, 0x38, 0x30, 0x6e, 0x2e, - 0x4b, 0x36, 0x12, 0x13, 0x9e, 0x46, 0x44, 0xc8, 0xa8, 0x78, 0x64, 0x71, 0x61, 0xfd, 0x47, 0x4d, - 0x63, 0x5c, 0xff, 0x55, 0xf4, 0xb4, 0x78, 0x36, 0xb7, 0x3c, 0xd7, 0x7d, 0x31, 0x1b, 0x9e, 0x0a, - 0x74, 0x43, 0x24, 0x4a, 0x16, 0xca, 0x77, 0x48, 0xf9, 0x30, 0xbe, 0x6b, 0x4b, 0xe0, 0x86, 0x18, - 0x54, 0x96, 0xc0, 0x77, 0x02, 0x6d, 0xf9, 0x32, 0x5b, 0x6a, 0xce, 0x98, 0x1b, 0x22, 0x63, 0x95, - 0x89, 0x31, 0xdf, 0x61, 0x4c, 0xdb, 0x6e, 0xb7, 0x17, 0x3d, 0xbb, 0x3f, 0x01, 0x00, 0x00, 0xff, - 0xff, 0x3d, 0xf4, 0x06, 0xad, 0xbc, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/geo_target_constant_service.pb.go b/googleapis/ads/googleads/v0/services/geo_target_constant_service.pb.go deleted file mode 100644 index 5d0f8d94ac..0000000000 --- a/googleapis/ads/googleads/v0/services/geo_target_constant_service.pb.go +++ /dev/null @@ -1,618 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/geo_target_constant_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [GeoTargetConstantService.GetGeoTargetConstant][google.ads.googleads.v0.services.GeoTargetConstantService.GetGeoTargetConstant]. -type GetGeoTargetConstantRequest struct { - // The resource name of the geo target constant to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetGeoTargetConstantRequest) Reset() { *m = GetGeoTargetConstantRequest{} } -func (m *GetGeoTargetConstantRequest) String() string { return proto.CompactTextString(m) } -func (*GetGeoTargetConstantRequest) ProtoMessage() {} -func (*GetGeoTargetConstantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_service_92a604f8c20fd743, []int{0} -} -func (m *GetGeoTargetConstantRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetGeoTargetConstantRequest.Unmarshal(m, b) -} -func (m *GetGeoTargetConstantRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetGeoTargetConstantRequest.Marshal(b, m, deterministic) -} -func (dst *GetGeoTargetConstantRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetGeoTargetConstantRequest.Merge(dst, src) -} -func (m *GetGeoTargetConstantRequest) XXX_Size() int { - return xxx_messageInfo_GetGeoTargetConstantRequest.Size(m) -} -func (m *GetGeoTargetConstantRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetGeoTargetConstantRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetGeoTargetConstantRequest proto.InternalMessageInfo - -func (m *GetGeoTargetConstantRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [GeoTargetConstantService.SuggestGeoTargetConstantsRequest][]. -type SuggestGeoTargetConstantsRequest struct { - // If possible, returned geo targets are translated using this locale. If not, - // en is used by default. This is also used as a hint for returned geo - // targets. - Locale *wrappers.StringValue `protobuf:"bytes,3,opt,name=locale,proto3" json:"locale,omitempty"` - // Returned geo targets are restricted to this country code. - CountryCode *wrappers.StringValue `protobuf:"bytes,5,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"` - // Required. A selector of geo target constants. - // - // Types that are valid to be assigned to Query: - // *SuggestGeoTargetConstantsRequest_LocationNames_ - // *SuggestGeoTargetConstantsRequest_GeoTargets_ - Query isSuggestGeoTargetConstantsRequest_Query `protobuf_oneof:"query"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SuggestGeoTargetConstantsRequest) Reset() { *m = SuggestGeoTargetConstantsRequest{} } -func (m *SuggestGeoTargetConstantsRequest) String() string { return proto.CompactTextString(m) } -func (*SuggestGeoTargetConstantsRequest) ProtoMessage() {} -func (*SuggestGeoTargetConstantsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_service_92a604f8c20fd743, []int{1} -} -func (m *SuggestGeoTargetConstantsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SuggestGeoTargetConstantsRequest.Unmarshal(m, b) -} -func (m *SuggestGeoTargetConstantsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SuggestGeoTargetConstantsRequest.Marshal(b, m, deterministic) -} -func (dst *SuggestGeoTargetConstantsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_SuggestGeoTargetConstantsRequest.Merge(dst, src) -} -func (m *SuggestGeoTargetConstantsRequest) XXX_Size() int { - return xxx_messageInfo_SuggestGeoTargetConstantsRequest.Size(m) -} -func (m *SuggestGeoTargetConstantsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_SuggestGeoTargetConstantsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_SuggestGeoTargetConstantsRequest proto.InternalMessageInfo - -func (m *SuggestGeoTargetConstantsRequest) GetLocale() *wrappers.StringValue { - if m != nil { - return m.Locale - } - return nil -} - -func (m *SuggestGeoTargetConstantsRequest) GetCountryCode() *wrappers.StringValue { - if m != nil { - return m.CountryCode - } - return nil -} - -type isSuggestGeoTargetConstantsRequest_Query interface { - isSuggestGeoTargetConstantsRequest_Query() -} - -type SuggestGeoTargetConstantsRequest_LocationNames_ struct { - LocationNames *SuggestGeoTargetConstantsRequest_LocationNames `protobuf:"bytes,1,opt,name=location_names,json=locationNames,proto3,oneof"` -} - -type SuggestGeoTargetConstantsRequest_GeoTargets_ struct { - GeoTargets *SuggestGeoTargetConstantsRequest_GeoTargets `protobuf:"bytes,2,opt,name=geo_targets,json=geoTargets,proto3,oneof"` -} - -func (*SuggestGeoTargetConstantsRequest_LocationNames_) isSuggestGeoTargetConstantsRequest_Query() {} - -func (*SuggestGeoTargetConstantsRequest_GeoTargets_) isSuggestGeoTargetConstantsRequest_Query() {} - -func (m *SuggestGeoTargetConstantsRequest) GetQuery() isSuggestGeoTargetConstantsRequest_Query { - if m != nil { - return m.Query - } - return nil -} - -func (m *SuggestGeoTargetConstantsRequest) GetLocationNames() *SuggestGeoTargetConstantsRequest_LocationNames { - if x, ok := m.GetQuery().(*SuggestGeoTargetConstantsRequest_LocationNames_); ok { - return x.LocationNames - } - return nil -} - -func (m *SuggestGeoTargetConstantsRequest) GetGeoTargets() *SuggestGeoTargetConstantsRequest_GeoTargets { - if x, ok := m.GetQuery().(*SuggestGeoTargetConstantsRequest_GeoTargets_); ok { - return x.GeoTargets - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*SuggestGeoTargetConstantsRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _SuggestGeoTargetConstantsRequest_OneofMarshaler, _SuggestGeoTargetConstantsRequest_OneofUnmarshaler, _SuggestGeoTargetConstantsRequest_OneofSizer, []interface{}{ - (*SuggestGeoTargetConstantsRequest_LocationNames_)(nil), - (*SuggestGeoTargetConstantsRequest_GeoTargets_)(nil), - } -} - -func _SuggestGeoTargetConstantsRequest_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*SuggestGeoTargetConstantsRequest) - // query - switch x := m.Query.(type) { - case *SuggestGeoTargetConstantsRequest_LocationNames_: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.LocationNames); err != nil { - return err - } - case *SuggestGeoTargetConstantsRequest_GeoTargets_: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.GeoTargets); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("SuggestGeoTargetConstantsRequest.Query has unexpected type %T", x) - } - return nil -} - -func _SuggestGeoTargetConstantsRequest_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*SuggestGeoTargetConstantsRequest) - switch tag { - case 1: // query.location_names - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(SuggestGeoTargetConstantsRequest_LocationNames) - err := b.DecodeMessage(msg) - m.Query = &SuggestGeoTargetConstantsRequest_LocationNames_{msg} - return true, err - case 2: // query.geo_targets - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(SuggestGeoTargetConstantsRequest_GeoTargets) - err := b.DecodeMessage(msg) - m.Query = &SuggestGeoTargetConstantsRequest_GeoTargets_{msg} - return true, err - default: - return false, nil - } -} - -func _SuggestGeoTargetConstantsRequest_OneofSizer(msg proto.Message) (n int) { - m := msg.(*SuggestGeoTargetConstantsRequest) - // query - switch x := m.Query.(type) { - case *SuggestGeoTargetConstantsRequest_LocationNames_: - s := proto.Size(x.LocationNames) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *SuggestGeoTargetConstantsRequest_GeoTargets_: - s := proto.Size(x.GeoTargets) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// A list of location names. -type SuggestGeoTargetConstantsRequest_LocationNames struct { - // A list of location names. - Names []*wrappers.StringValue `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SuggestGeoTargetConstantsRequest_LocationNames) Reset() { - *m = SuggestGeoTargetConstantsRequest_LocationNames{} -} -func (m *SuggestGeoTargetConstantsRequest_LocationNames) String() string { - return proto.CompactTextString(m) -} -func (*SuggestGeoTargetConstantsRequest_LocationNames) ProtoMessage() {} -func (*SuggestGeoTargetConstantsRequest_LocationNames) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_service_92a604f8c20fd743, []int{1, 0} -} -func (m *SuggestGeoTargetConstantsRequest_LocationNames) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SuggestGeoTargetConstantsRequest_LocationNames.Unmarshal(m, b) -} -func (m *SuggestGeoTargetConstantsRequest_LocationNames) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SuggestGeoTargetConstantsRequest_LocationNames.Marshal(b, m, deterministic) -} -func (dst *SuggestGeoTargetConstantsRequest_LocationNames) XXX_Merge(src proto.Message) { - xxx_messageInfo_SuggestGeoTargetConstantsRequest_LocationNames.Merge(dst, src) -} -func (m *SuggestGeoTargetConstantsRequest_LocationNames) XXX_Size() int { - return xxx_messageInfo_SuggestGeoTargetConstantsRequest_LocationNames.Size(m) -} -func (m *SuggestGeoTargetConstantsRequest_LocationNames) XXX_DiscardUnknown() { - xxx_messageInfo_SuggestGeoTargetConstantsRequest_LocationNames.DiscardUnknown(m) -} - -var xxx_messageInfo_SuggestGeoTargetConstantsRequest_LocationNames proto.InternalMessageInfo - -func (m *SuggestGeoTargetConstantsRequest_LocationNames) GetNames() []*wrappers.StringValue { - if m != nil { - return m.Names - } - return nil -} - -// A list of geo target constant resource names. -type SuggestGeoTargetConstantsRequest_GeoTargets struct { - // A list of geo target constant resource names. - GeoTargetConstants []*wrappers.StringValue `protobuf:"bytes,1,rep,name=geo_target_constants,json=geoTargetConstants,proto3" json:"geo_target_constants,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SuggestGeoTargetConstantsRequest_GeoTargets) Reset() { - *m = SuggestGeoTargetConstantsRequest_GeoTargets{} -} -func (m *SuggestGeoTargetConstantsRequest_GeoTargets) String() string { - return proto.CompactTextString(m) -} -func (*SuggestGeoTargetConstantsRequest_GeoTargets) ProtoMessage() {} -func (*SuggestGeoTargetConstantsRequest_GeoTargets) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_service_92a604f8c20fd743, []int{1, 1} -} -func (m *SuggestGeoTargetConstantsRequest_GeoTargets) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SuggestGeoTargetConstantsRequest_GeoTargets.Unmarshal(m, b) -} -func (m *SuggestGeoTargetConstantsRequest_GeoTargets) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SuggestGeoTargetConstantsRequest_GeoTargets.Marshal(b, m, deterministic) -} -func (dst *SuggestGeoTargetConstantsRequest_GeoTargets) XXX_Merge(src proto.Message) { - xxx_messageInfo_SuggestGeoTargetConstantsRequest_GeoTargets.Merge(dst, src) -} -func (m *SuggestGeoTargetConstantsRequest_GeoTargets) XXX_Size() int { - return xxx_messageInfo_SuggestGeoTargetConstantsRequest_GeoTargets.Size(m) -} -func (m *SuggestGeoTargetConstantsRequest_GeoTargets) XXX_DiscardUnknown() { - xxx_messageInfo_SuggestGeoTargetConstantsRequest_GeoTargets.DiscardUnknown(m) -} - -var xxx_messageInfo_SuggestGeoTargetConstantsRequest_GeoTargets proto.InternalMessageInfo - -func (m *SuggestGeoTargetConstantsRequest_GeoTargets) GetGeoTargetConstants() []*wrappers.StringValue { - if m != nil { - return m.GeoTargetConstants - } - return nil -} - -// Response message for -// [GeoTargetConstantService.SuggestGeoTargetConstants][google.ads.googleads.v0.services.GeoTargetConstantService.SuggestGeoTargetConstants] -type SuggestGeoTargetConstantsResponse struct { - // Geo target constant suggestions. - GeoTargetConstantSuggestions []*GeoTargetConstantSuggestion `protobuf:"bytes,1,rep,name=geo_target_constant_suggestions,json=geoTargetConstantSuggestions,proto3" json:"geo_target_constant_suggestions,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SuggestGeoTargetConstantsResponse) Reset() { *m = SuggestGeoTargetConstantsResponse{} } -func (m *SuggestGeoTargetConstantsResponse) String() string { return proto.CompactTextString(m) } -func (*SuggestGeoTargetConstantsResponse) ProtoMessage() {} -func (*SuggestGeoTargetConstantsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_service_92a604f8c20fd743, []int{2} -} -func (m *SuggestGeoTargetConstantsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SuggestGeoTargetConstantsResponse.Unmarshal(m, b) -} -func (m *SuggestGeoTargetConstantsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SuggestGeoTargetConstantsResponse.Marshal(b, m, deterministic) -} -func (dst *SuggestGeoTargetConstantsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_SuggestGeoTargetConstantsResponse.Merge(dst, src) -} -func (m *SuggestGeoTargetConstantsResponse) XXX_Size() int { - return xxx_messageInfo_SuggestGeoTargetConstantsResponse.Size(m) -} -func (m *SuggestGeoTargetConstantsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_SuggestGeoTargetConstantsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_SuggestGeoTargetConstantsResponse proto.InternalMessageInfo - -func (m *SuggestGeoTargetConstantsResponse) GetGeoTargetConstantSuggestions() []*GeoTargetConstantSuggestion { - if m != nil { - return m.GeoTargetConstantSuggestions - } - return nil -} - -// A geo target constant suggestion. -type GeoTargetConstantSuggestion struct { - // The language this GeoTargetConstantSuggestion is currently translated to. - // It affects the name of geo target fields. For example, if locale=en, then - // name=Spain. If locale=es, then name=España. The default locale will be - // returned if no translation exists for the locale in the request. - Locale *wrappers.StringValue `protobuf:"bytes,1,opt,name=locale,proto3" json:"locale,omitempty"` - // Approximate user population that will be targeted, rounded to the - // nearest 100. - Reach *wrappers.Int64Value `protobuf:"bytes,2,opt,name=reach,proto3" json:"reach,omitempty"` - // If the request searched by location name, this is the location name that - // matched the geo target. - SearchTerm *wrappers.StringValue `protobuf:"bytes,3,opt,name=search_term,json=searchTerm,proto3" json:"search_term,omitempty"` - // The GeoTargetConstant result. - GeoTargetConstant *resources.GeoTargetConstant `protobuf:"bytes,4,opt,name=geo_target_constant,json=geoTargetConstant,proto3" json:"geo_target_constant,omitempty"` - // The list of parents of the geo target constant. - GeoTargetConstantParents []*resources.GeoTargetConstant `protobuf:"bytes,5,rep,name=geo_target_constant_parents,json=geoTargetConstantParents,proto3" json:"geo_target_constant_parents,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GeoTargetConstantSuggestion) Reset() { *m = GeoTargetConstantSuggestion{} } -func (m *GeoTargetConstantSuggestion) String() string { return proto.CompactTextString(m) } -func (*GeoTargetConstantSuggestion) ProtoMessage() {} -func (*GeoTargetConstantSuggestion) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_service_92a604f8c20fd743, []int{3} -} -func (m *GeoTargetConstantSuggestion) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GeoTargetConstantSuggestion.Unmarshal(m, b) -} -func (m *GeoTargetConstantSuggestion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GeoTargetConstantSuggestion.Marshal(b, m, deterministic) -} -func (dst *GeoTargetConstantSuggestion) XXX_Merge(src proto.Message) { - xxx_messageInfo_GeoTargetConstantSuggestion.Merge(dst, src) -} -func (m *GeoTargetConstantSuggestion) XXX_Size() int { - return xxx_messageInfo_GeoTargetConstantSuggestion.Size(m) -} -func (m *GeoTargetConstantSuggestion) XXX_DiscardUnknown() { - xxx_messageInfo_GeoTargetConstantSuggestion.DiscardUnknown(m) -} - -var xxx_messageInfo_GeoTargetConstantSuggestion proto.InternalMessageInfo - -func (m *GeoTargetConstantSuggestion) GetLocale() *wrappers.StringValue { - if m != nil { - return m.Locale - } - return nil -} - -func (m *GeoTargetConstantSuggestion) GetReach() *wrappers.Int64Value { - if m != nil { - return m.Reach - } - return nil -} - -func (m *GeoTargetConstantSuggestion) GetSearchTerm() *wrappers.StringValue { - if m != nil { - return m.SearchTerm - } - return nil -} - -func (m *GeoTargetConstantSuggestion) GetGeoTargetConstant() *resources.GeoTargetConstant { - if m != nil { - return m.GeoTargetConstant - } - return nil -} - -func (m *GeoTargetConstantSuggestion) GetGeoTargetConstantParents() []*resources.GeoTargetConstant { - if m != nil { - return m.GeoTargetConstantParents - } - return nil -} - -func init() { - proto.RegisterType((*GetGeoTargetConstantRequest)(nil), "google.ads.googleads.v0.services.GetGeoTargetConstantRequest") - proto.RegisterType((*SuggestGeoTargetConstantsRequest)(nil), "google.ads.googleads.v0.services.SuggestGeoTargetConstantsRequest") - proto.RegisterType((*SuggestGeoTargetConstantsRequest_LocationNames)(nil), "google.ads.googleads.v0.services.SuggestGeoTargetConstantsRequest.LocationNames") - proto.RegisterType((*SuggestGeoTargetConstantsRequest_GeoTargets)(nil), "google.ads.googleads.v0.services.SuggestGeoTargetConstantsRequest.GeoTargets") - proto.RegisterType((*SuggestGeoTargetConstantsResponse)(nil), "google.ads.googleads.v0.services.SuggestGeoTargetConstantsResponse") - proto.RegisterType((*GeoTargetConstantSuggestion)(nil), "google.ads.googleads.v0.services.GeoTargetConstantSuggestion") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// GeoTargetConstantServiceClient is the client API for GeoTargetConstantService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type GeoTargetConstantServiceClient interface { - // Returns the requested geo target constant in full detail. - GetGeoTargetConstant(ctx context.Context, in *GetGeoTargetConstantRequest, opts ...grpc.CallOption) (*resources.GeoTargetConstant, error) - // Returns GeoTargetConstant suggestions by location name or by resource name. - SuggestGeoTargetConstants(ctx context.Context, in *SuggestGeoTargetConstantsRequest, opts ...grpc.CallOption) (*SuggestGeoTargetConstantsResponse, error) -} - -type geoTargetConstantServiceClient struct { - cc *grpc.ClientConn -} - -func NewGeoTargetConstantServiceClient(cc *grpc.ClientConn) GeoTargetConstantServiceClient { - return &geoTargetConstantServiceClient{cc} -} - -func (c *geoTargetConstantServiceClient) GetGeoTargetConstant(ctx context.Context, in *GetGeoTargetConstantRequest, opts ...grpc.CallOption) (*resources.GeoTargetConstant, error) { - out := new(resources.GeoTargetConstant) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.GeoTargetConstantService/GetGeoTargetConstant", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *geoTargetConstantServiceClient) SuggestGeoTargetConstants(ctx context.Context, in *SuggestGeoTargetConstantsRequest, opts ...grpc.CallOption) (*SuggestGeoTargetConstantsResponse, error) { - out := new(SuggestGeoTargetConstantsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.GeoTargetConstantService/SuggestGeoTargetConstants", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// GeoTargetConstantServiceServer is the server API for GeoTargetConstantService service. -type GeoTargetConstantServiceServer interface { - // Returns the requested geo target constant in full detail. - GetGeoTargetConstant(context.Context, *GetGeoTargetConstantRequest) (*resources.GeoTargetConstant, error) - // Returns GeoTargetConstant suggestions by location name or by resource name. - SuggestGeoTargetConstants(context.Context, *SuggestGeoTargetConstantsRequest) (*SuggestGeoTargetConstantsResponse, error) -} - -func RegisterGeoTargetConstantServiceServer(s *grpc.Server, srv GeoTargetConstantServiceServer) { - s.RegisterService(&_GeoTargetConstantService_serviceDesc, srv) -} - -func _GeoTargetConstantService_GetGeoTargetConstant_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetGeoTargetConstantRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(GeoTargetConstantServiceServer).GetGeoTargetConstant(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.GeoTargetConstantService/GetGeoTargetConstant", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(GeoTargetConstantServiceServer).GetGeoTargetConstant(ctx, req.(*GetGeoTargetConstantRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _GeoTargetConstantService_SuggestGeoTargetConstants_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(SuggestGeoTargetConstantsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(GeoTargetConstantServiceServer).SuggestGeoTargetConstants(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.GeoTargetConstantService/SuggestGeoTargetConstants", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(GeoTargetConstantServiceServer).SuggestGeoTargetConstants(ctx, req.(*SuggestGeoTargetConstantsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _GeoTargetConstantService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.GeoTargetConstantService", - HandlerType: (*GeoTargetConstantServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetGeoTargetConstant", - Handler: _GeoTargetConstantService_GetGeoTargetConstant_Handler, - }, - { - MethodName: "SuggestGeoTargetConstants", - Handler: _GeoTargetConstantService_SuggestGeoTargetConstants_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/geo_target_constant_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/geo_target_constant_service.proto", fileDescriptor_geo_target_constant_service_92a604f8c20fd743) -} - -var fileDescriptor_geo_target_constant_service_92a604f8c20fd743 = []byte{ - // 714 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xcd, 0x6e, 0xd3, 0x4c, - 0x14, 0xfd, 0x9c, 0x34, 0xfd, 0xc4, 0xa4, 0x45, 0x62, 0xe8, 0xc2, 0xa4, 0xa5, 0x04, 0xb7, 0x8b, - 0xd2, 0x85, 0x1d, 0x42, 0xc5, 0xc2, 0x55, 0x85, 0x92, 0x2c, 0x52, 0x24, 0xa8, 0xa2, 0xb4, 0xca, - 0x02, 0x45, 0x8a, 0xa6, 0xf6, 0x65, 0x1a, 0x29, 0xf1, 0xb8, 0x33, 0xe3, 0xa2, 0x0a, 0xb1, 0x41, - 0x7d, 0x03, 0x5e, 0x00, 0xb1, 0xac, 0x58, 0xb1, 0xe7, 0x05, 0xd8, 0xb0, 0xe0, 0x15, 0x58, 0xf1, - 0x14, 0xc8, 0xf6, 0xd8, 0x6d, 0xe5, 0x98, 0x84, 0x96, 0xdd, 0x78, 0xee, 0xbd, 0xe7, 0xcc, 0xb9, - 0x7f, 0x46, 0x4d, 0xca, 0x18, 0x1d, 0x81, 0x45, 0x5c, 0x61, 0xc5, 0xc7, 0xf0, 0x74, 0x52, 0xb3, - 0x04, 0xf0, 0x93, 0xa1, 0x03, 0xc2, 0xa2, 0xc0, 0x06, 0x92, 0x70, 0x0a, 0x72, 0xe0, 0x30, 0x4f, - 0x48, 0xe2, 0xc9, 0x81, 0x32, 0x9a, 0x3e, 0x67, 0x92, 0xe1, 0x6a, 0x1c, 0x68, 0x12, 0x57, 0x98, - 0x29, 0x86, 0x79, 0x52, 0x33, 0x13, 0x8c, 0xca, 0x76, 0x1e, 0x0b, 0x07, 0xc1, 0x02, 0x9e, 0x43, - 0x13, 0xc3, 0x57, 0x56, 0x92, 0x60, 0x7f, 0x68, 0x11, 0xcf, 0x63, 0x92, 0xc8, 0x21, 0xf3, 0x84, - 0xb2, 0xae, 0x2a, 0x6b, 0xf4, 0x75, 0x18, 0xbc, 0xb6, 0xde, 0x70, 0xe2, 0xfb, 0xc0, 0x95, 0xdd, - 0x68, 0xa2, 0xe5, 0x36, 0xc8, 0x36, 0xb0, 0x83, 0x08, 0xbc, 0xa5, 0xb0, 0xbb, 0x70, 0x1c, 0x80, - 0x90, 0x78, 0x0d, 0x2d, 0x26, 0x6f, 0x18, 0x78, 0x64, 0x0c, 0xba, 0x56, 0xd5, 0x36, 0x6e, 0x75, - 0x17, 0x92, 0xcb, 0x3d, 0x32, 0x06, 0xe3, 0xcb, 0x1c, 0xaa, 0xee, 0x07, 0x94, 0x82, 0xc8, 0x02, - 0x89, 0x04, 0x69, 0x0b, 0xcd, 0x8f, 0x98, 0x43, 0x46, 0xa0, 0x17, 0xab, 0xda, 0x46, 0xb9, 0xbe, - 0xa2, 0x72, 0x61, 0x26, 0x2f, 0x33, 0xf7, 0x25, 0x1f, 0x7a, 0xb4, 0x47, 0x46, 0x01, 0x74, 0x95, - 0x2f, 0x7e, 0x86, 0x16, 0x1c, 0x16, 0x78, 0x92, 0x9f, 0x0e, 0x1c, 0xe6, 0x82, 0x5e, 0x9a, 0x21, - 0xb6, 0xac, 0x22, 0x5a, 0xcc, 0x05, 0x7c, 0x8a, 0x6e, 0x87, 0x50, 0x61, 0x4a, 0x22, 0x01, 0x22, - 0x52, 0x50, 0xae, 0x77, 0xcc, 0x69, 0x55, 0x31, 0xa7, 0x49, 0x32, 0x5f, 0x28, 0xe0, 0x30, 0x09, - 0x62, 0xf7, 0xbf, 0xee, 0xe2, 0xe8, 0xf2, 0x05, 0xf6, 0x51, 0xf9, 0xa2, 0x6a, 0x42, 0x2f, 0x44, - 0xbc, 0x2f, 0xff, 0x01, 0x6f, 0x6a, 0x09, 0x49, 0x11, 0x4d, 0xbf, 0x2a, 0x2d, 0xb4, 0x78, 0xe5, - 0x4d, 0xb8, 0x8e, 0x4a, 0x89, 0xe8, 0xe2, 0xd4, 0xbc, 0xc5, 0xae, 0x95, 0x3e, 0x42, 0x17, 0x04, - 0x78, 0x0f, 0x2d, 0x4d, 0x68, 0xbd, 0xd9, 0x00, 0x31, 0xcd, 0x48, 0x68, 0xfe, 0x8f, 0x4a, 0xc7, - 0x01, 0xf0, 0x53, 0xe3, 0x5c, 0x43, 0x0f, 0xff, 0xa0, 0x54, 0xf8, 0xcc, 0x13, 0x80, 0xcf, 0x34, - 0xf4, 0x60, 0xe2, 0x84, 0xc5, 0x91, 0x61, 0xa3, 0xab, 0xa7, 0xec, 0x4c, 0x4f, 0x6c, 0x86, 0x67, - 0x3f, 0x45, 0xe9, 0xae, 0xd0, 0x7c, 0xa3, 0x30, 0x3e, 0x16, 0xc3, 0x31, 0xc9, 0x75, 0xb8, 0xd4, - 0xdc, 0xda, 0x5f, 0x34, 0xf7, 0x63, 0x54, 0xe2, 0x40, 0x9c, 0x23, 0xd5, 0x1a, 0xcb, 0x99, 0xa0, - 0xe7, 0x9e, 0x7c, 0xba, 0xa5, 0x8a, 0x13, 0x79, 0xe2, 0x1d, 0x54, 0x16, 0x40, 0xb8, 0x73, 0x34, - 0x90, 0xc0, 0xc7, 0x33, 0x8d, 0x12, 0x8a, 0x03, 0x0e, 0x80, 0x8f, 0xb1, 0x8b, 0xee, 0x4e, 0xc8, - 0xa6, 0x3e, 0x17, 0xc1, 0x6c, 0xe5, 0x66, 0x30, 0x5d, 0x43, 0xd9, 0x14, 0x76, 0xef, 0x64, 0x12, - 0x87, 0x05, 0x5a, 0x9e, 0x54, 0x33, 0x9f, 0x70, 0x08, 0x5b, 0xa7, 0x14, 0xd5, 0xeb, 0x7a, 0x6c, - 0x7a, 0x86, 0xad, 0x13, 0xa3, 0xd6, 0x3f, 0x17, 0x91, 0x9e, 0x2d, 0x51, 0x5c, 0x7a, 0xfc, 0x55, - 0x43, 0x4b, 0x93, 0xd6, 0x1c, 0x9e, 0xa9, 0x6b, 0x72, 0xd7, 0x63, 0xe5, 0x5a, 0x22, 0x8c, 0xda, - 0xfb, 0x1f, 0x3f, 0x3f, 0x14, 0x36, 0xf1, 0x46, 0xb8, 0xe2, 0xdf, 0x5e, 0xd9, 0xaf, 0x3b, 0xd9, - 0x91, 0xb1, 0x36, 0xdf, 0xe1, 0xef, 0x1a, 0xba, 0x97, 0x3b, 0x2c, 0xb8, 0x79, 0xf3, 0x9d, 0x52, - 0x69, 0xdd, 0x08, 0x23, 0x9e, 0x56, 0xe3, 0x51, 0x24, 0x6c, 0xcd, 0x58, 0x0d, 0x85, 0x65, 0x95, - 0xd8, 0x6a, 0x6a, 0x6d, 0x6d, 0xb3, 0x79, 0x56, 0x40, 0xeb, 0x0e, 0x1b, 0x4f, 0x65, 0x6d, 0xde, - 0xcf, 0x2b, 0x6a, 0x27, 0x6c, 0xf6, 0x8e, 0xf6, 0x6a, 0x57, 0x41, 0x50, 0x36, 0x22, 0x1e, 0x35, - 0x19, 0xa7, 0x16, 0x05, 0x2f, 0x1a, 0x85, 0xe4, 0x67, 0xea, 0x0f, 0x45, 0xfe, 0x1f, 0x7c, 0x3b, - 0x39, 0x7c, 0x2a, 0x14, 0xdb, 0x8d, 0xc6, 0x79, 0xa1, 0xda, 0x8e, 0x01, 0x1b, 0xae, 0x30, 0xe3, - 0x63, 0x78, 0xea, 0xd5, 0x4c, 0x45, 0x2c, 0xbe, 0x25, 0x2e, 0xfd, 0x86, 0x2b, 0xfa, 0xa9, 0x4b, - 0xbf, 0x57, 0xeb, 0x27, 0x2e, 0xbf, 0x0a, 0xeb, 0xf1, 0xbd, 0x6d, 0x37, 0x5c, 0x61, 0xdb, 0xa9, - 0x93, 0x6d, 0xf7, 0x6a, 0xb6, 0x9d, 0xb8, 0x1d, 0xce, 0x47, 0xef, 0x7c, 0xf2, 0x3b, 0x00, 0x00, - 0xff, 0xff, 0x48, 0xae, 0x77, 0xa6, 0x68, 0x08, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/google_ads_field_service.pb.go b/googleapis/ads/googleads/v0/services/google_ads_field_service.pb.go deleted file mode 100644 index 654c4a2d2d..0000000000 --- a/googleapis/ads/googleads/v0/services/google_ads_field_service.pb.go +++ /dev/null @@ -1,348 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/google_ads_field_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [GoogleAdsFieldService.GetGoogleAdsField][google.ads.googleads.v0.services.GoogleAdsFieldService.GetGoogleAdsField]. -type GetGoogleAdsFieldRequest struct { - // The resource name of the field to get. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetGoogleAdsFieldRequest) Reset() { *m = GetGoogleAdsFieldRequest{} } -func (m *GetGoogleAdsFieldRequest) String() string { return proto.CompactTextString(m) } -func (*GetGoogleAdsFieldRequest) ProtoMessage() {} -func (*GetGoogleAdsFieldRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_field_service_d89cb2ddce8b241d, []int{0} -} -func (m *GetGoogleAdsFieldRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetGoogleAdsFieldRequest.Unmarshal(m, b) -} -func (m *GetGoogleAdsFieldRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetGoogleAdsFieldRequest.Marshal(b, m, deterministic) -} -func (dst *GetGoogleAdsFieldRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetGoogleAdsFieldRequest.Merge(dst, src) -} -func (m *GetGoogleAdsFieldRequest) XXX_Size() int { - return xxx_messageInfo_GetGoogleAdsFieldRequest.Size(m) -} -func (m *GetGoogleAdsFieldRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetGoogleAdsFieldRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetGoogleAdsFieldRequest proto.InternalMessageInfo - -func (m *GetGoogleAdsFieldRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v0.services.GoogleAdsFieldService.SearchGoogleAdsFields]. -type SearchGoogleAdsFieldsRequest struct { - // The query string. - Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` - // Token of the page to retrieve. If not specified, the first page of - // results will be returned. Use the value obtained from `next_page_token` - // in the previous response in order to request the next page of results. - PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` - // Number of elements to retrieve in a single page. - // When too large a page is requested, the server may decide to further - // limit the number of returned resources. - PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SearchGoogleAdsFieldsRequest) Reset() { *m = SearchGoogleAdsFieldsRequest{} } -func (m *SearchGoogleAdsFieldsRequest) String() string { return proto.CompactTextString(m) } -func (*SearchGoogleAdsFieldsRequest) ProtoMessage() {} -func (*SearchGoogleAdsFieldsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_field_service_d89cb2ddce8b241d, []int{1} -} -func (m *SearchGoogleAdsFieldsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SearchGoogleAdsFieldsRequest.Unmarshal(m, b) -} -func (m *SearchGoogleAdsFieldsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SearchGoogleAdsFieldsRequest.Marshal(b, m, deterministic) -} -func (dst *SearchGoogleAdsFieldsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_SearchGoogleAdsFieldsRequest.Merge(dst, src) -} -func (m *SearchGoogleAdsFieldsRequest) XXX_Size() int { - return xxx_messageInfo_SearchGoogleAdsFieldsRequest.Size(m) -} -func (m *SearchGoogleAdsFieldsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_SearchGoogleAdsFieldsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_SearchGoogleAdsFieldsRequest proto.InternalMessageInfo - -func (m *SearchGoogleAdsFieldsRequest) GetQuery() string { - if m != nil { - return m.Query - } - return "" -} - -func (m *SearchGoogleAdsFieldsRequest) GetPageToken() string { - if m != nil { - return m.PageToken - } - return "" -} - -func (m *SearchGoogleAdsFieldsRequest) GetPageSize() int32 { - if m != nil { - return m.PageSize - } - return 0 -} - -// Response message for -// [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v0.services.GoogleAdsFieldService.SearchGoogleAdsFields]. -type SearchGoogleAdsFieldsResponse struct { - // The list of fields that matched the query. - Results []*resources.GoogleAdsField `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` - // Pagination token used to retrieve the next page of results. Pass the - // content of this string as the `page_token` attribute of the next request. - // `next_page_token` is not returned for the last page. - NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` - // Total number of results that match the query ignoring the LIMIT clause. - TotalResultsCount int64 `protobuf:"varint,3,opt,name=total_results_count,json=totalResultsCount,proto3" json:"total_results_count,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SearchGoogleAdsFieldsResponse) Reset() { *m = SearchGoogleAdsFieldsResponse{} } -func (m *SearchGoogleAdsFieldsResponse) String() string { return proto.CompactTextString(m) } -func (*SearchGoogleAdsFieldsResponse) ProtoMessage() {} -func (*SearchGoogleAdsFieldsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_field_service_d89cb2ddce8b241d, []int{2} -} -func (m *SearchGoogleAdsFieldsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SearchGoogleAdsFieldsResponse.Unmarshal(m, b) -} -func (m *SearchGoogleAdsFieldsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SearchGoogleAdsFieldsResponse.Marshal(b, m, deterministic) -} -func (dst *SearchGoogleAdsFieldsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_SearchGoogleAdsFieldsResponse.Merge(dst, src) -} -func (m *SearchGoogleAdsFieldsResponse) XXX_Size() int { - return xxx_messageInfo_SearchGoogleAdsFieldsResponse.Size(m) -} -func (m *SearchGoogleAdsFieldsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_SearchGoogleAdsFieldsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_SearchGoogleAdsFieldsResponse proto.InternalMessageInfo - -func (m *SearchGoogleAdsFieldsResponse) GetResults() []*resources.GoogleAdsField { - if m != nil { - return m.Results - } - return nil -} - -func (m *SearchGoogleAdsFieldsResponse) GetNextPageToken() string { - if m != nil { - return m.NextPageToken - } - return "" -} - -func (m *SearchGoogleAdsFieldsResponse) GetTotalResultsCount() int64 { - if m != nil { - return m.TotalResultsCount - } - return 0 -} - -func init() { - proto.RegisterType((*GetGoogleAdsFieldRequest)(nil), "google.ads.googleads.v0.services.GetGoogleAdsFieldRequest") - proto.RegisterType((*SearchGoogleAdsFieldsRequest)(nil), "google.ads.googleads.v0.services.SearchGoogleAdsFieldsRequest") - proto.RegisterType((*SearchGoogleAdsFieldsResponse)(nil), "google.ads.googleads.v0.services.SearchGoogleAdsFieldsResponse") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// GoogleAdsFieldServiceClient is the client API for GoogleAdsFieldService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type GoogleAdsFieldServiceClient interface { - // Returns just the requested field. - GetGoogleAdsField(ctx context.Context, in *GetGoogleAdsFieldRequest, opts ...grpc.CallOption) (*resources.GoogleAdsField, error) - // Returns all fields that match the search query. - SearchGoogleAdsFields(ctx context.Context, in *SearchGoogleAdsFieldsRequest, opts ...grpc.CallOption) (*SearchGoogleAdsFieldsResponse, error) -} - -type googleAdsFieldServiceClient struct { - cc *grpc.ClientConn -} - -func NewGoogleAdsFieldServiceClient(cc *grpc.ClientConn) GoogleAdsFieldServiceClient { - return &googleAdsFieldServiceClient{cc} -} - -func (c *googleAdsFieldServiceClient) GetGoogleAdsField(ctx context.Context, in *GetGoogleAdsFieldRequest, opts ...grpc.CallOption) (*resources.GoogleAdsField, error) { - out := new(resources.GoogleAdsField) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.GoogleAdsFieldService/GetGoogleAdsField", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *googleAdsFieldServiceClient) SearchGoogleAdsFields(ctx context.Context, in *SearchGoogleAdsFieldsRequest, opts ...grpc.CallOption) (*SearchGoogleAdsFieldsResponse, error) { - out := new(SearchGoogleAdsFieldsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.GoogleAdsFieldService/SearchGoogleAdsFields", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// GoogleAdsFieldServiceServer is the server API for GoogleAdsFieldService service. -type GoogleAdsFieldServiceServer interface { - // Returns just the requested field. - GetGoogleAdsField(context.Context, *GetGoogleAdsFieldRequest) (*resources.GoogleAdsField, error) - // Returns all fields that match the search query. - SearchGoogleAdsFields(context.Context, *SearchGoogleAdsFieldsRequest) (*SearchGoogleAdsFieldsResponse, error) -} - -func RegisterGoogleAdsFieldServiceServer(s *grpc.Server, srv GoogleAdsFieldServiceServer) { - s.RegisterService(&_GoogleAdsFieldService_serviceDesc, srv) -} - -func _GoogleAdsFieldService_GetGoogleAdsField_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetGoogleAdsFieldRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(GoogleAdsFieldServiceServer).GetGoogleAdsField(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.GoogleAdsFieldService/GetGoogleAdsField", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(GoogleAdsFieldServiceServer).GetGoogleAdsField(ctx, req.(*GetGoogleAdsFieldRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _GoogleAdsFieldService_SearchGoogleAdsFields_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(SearchGoogleAdsFieldsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(GoogleAdsFieldServiceServer).SearchGoogleAdsFields(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.GoogleAdsFieldService/SearchGoogleAdsFields", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(GoogleAdsFieldServiceServer).SearchGoogleAdsFields(ctx, req.(*SearchGoogleAdsFieldsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _GoogleAdsFieldService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.GoogleAdsFieldService", - HandlerType: (*GoogleAdsFieldServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetGoogleAdsField", - Handler: _GoogleAdsFieldService_GetGoogleAdsField_Handler, - }, - { - MethodName: "SearchGoogleAdsFields", - Handler: _GoogleAdsFieldService_SearchGoogleAdsFields_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/google_ads_field_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/google_ads_field_service.proto", fileDescriptor_google_ads_field_service_d89cb2ddce8b241d) -} - -var fileDescriptor_google_ads_field_service_d89cb2ddce8b241d = []byte{ - // 539 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x41, 0x8b, 0xd3, 0x4e, - 0x14, 0x27, 0x29, 0xfb, 0xff, 0xbb, 0xa3, 0x8b, 0xec, 0xe8, 0x42, 0x89, 0xbb, 0x58, 0xe2, 0xae, - 0x96, 0x05, 0x27, 0x75, 0xbd, 0xc8, 0x88, 0x96, 0xac, 0x60, 0x05, 0x41, 0x4a, 0x2b, 0x3d, 0x48, - 0x21, 0x8c, 0xcd, 0x33, 0x06, 0xdb, 0x99, 0x6c, 0x66, 0x5a, 0x74, 0xc5, 0x83, 0xde, 0x3d, 0xf9, - 0x0d, 0x3c, 0x7a, 0xf3, 0x13, 0x78, 0xf1, 0xe4, 0xd5, 0xaf, 0xe0, 0xc9, 0x4f, 0x21, 0x93, 0xe9, - 0x04, 0xbb, 0xdb, 0x58, 0xf4, 0x36, 0x79, 0xbf, 0xf7, 0xfb, 0xfd, 0xde, 0xbc, 0xf7, 0x26, 0xa8, - 0x9d, 0x08, 0x91, 0x8c, 0x21, 0x60, 0xb1, 0x0c, 0xcc, 0x51, 0x9f, 0x66, 0xad, 0x40, 0x42, 0x3e, - 0x4b, 0x47, 0x60, 0xa3, 0x11, 0x8b, 0x65, 0xf4, 0x2c, 0x85, 0x71, 0x1c, 0xcd, 0x11, 0x92, 0xe5, - 0x42, 0x09, 0xdc, 0x30, 0x38, 0x61, 0xb1, 0x24, 0xa5, 0x00, 0x99, 0xb5, 0x88, 0x15, 0xf0, 0x6e, - 0x55, 0x59, 0xe4, 0x20, 0xc5, 0x34, 0x5f, 0xe6, 0x61, 0xb4, 0xbd, 0x6d, 0xcb, 0xcc, 0xd2, 0x80, - 0x71, 0x2e, 0x14, 0x53, 0xa9, 0xe0, 0xd2, 0xa0, 0x7e, 0x1b, 0xd5, 0x3b, 0xa0, 0x3a, 0x45, 0x4a, - 0x18, 0xcb, 0xfb, 0x9a, 0xd8, 0x83, 0xa3, 0x29, 0x48, 0x85, 0xaf, 0xa0, 0x0d, 0xab, 0x1e, 0x71, - 0x36, 0x81, 0xba, 0xd3, 0x70, 0x9a, 0xeb, 0xbd, 0x73, 0x36, 0xf8, 0x88, 0x4d, 0xc0, 0xcf, 0xd0, - 0x76, 0x1f, 0x58, 0x3e, 0x7a, 0xbe, 0xa8, 0x21, 0xad, 0xc8, 0x45, 0xb4, 0x76, 0x34, 0x85, 0xfc, - 0xd5, 0x9c, 0x6c, 0x3e, 0xf0, 0x0e, 0x42, 0x19, 0x4b, 0x20, 0x52, 0xe2, 0x05, 0xf0, 0xba, 0x5b, - 0x40, 0xeb, 0x3a, 0xf2, 0x58, 0x07, 0xf0, 0x25, 0x54, 0x7c, 0x44, 0x32, 0x3d, 0x86, 0x7a, 0xad, - 0xe1, 0x34, 0xd7, 0x7a, 0x67, 0x74, 0xa0, 0x9f, 0x1e, 0x83, 0xff, 0xd5, 0x41, 0x3b, 0x15, 0x96, - 0x32, 0x13, 0x5c, 0x02, 0x7e, 0x88, 0xfe, 0xcf, 0x41, 0x4e, 0xc7, 0x4a, 0xd6, 0x9d, 0x46, 0xad, - 0x79, 0xf6, 0xe0, 0x06, 0xa9, 0x6a, 0x70, 0xd9, 0x3e, 0x72, 0xa2, 0x07, 0x56, 0x01, 0x5f, 0x45, - 0xe7, 0x39, 0xbc, 0x54, 0xd1, 0xa9, 0x7a, 0x37, 0x74, 0xb8, 0x5b, 0xd6, 0x4c, 0xd0, 0x05, 0x25, - 0x14, 0x1b, 0x47, 0x73, 0x62, 0x34, 0x12, 0x53, 0xae, 0x8a, 0xea, 0x6b, 0xbd, 0xcd, 0x02, 0xea, - 0x19, 0xe4, 0x9e, 0x06, 0x0e, 0xde, 0xd7, 0xd0, 0xd6, 0xa2, 0x67, 0xdf, 0x0c, 0x1b, 0x7f, 0x76, - 0xd0, 0xe6, 0xa9, 0xa1, 0x60, 0x4a, 0x56, 0x2d, 0x09, 0xa9, 0x9a, 0xa4, 0xf7, 0xf7, 0xf7, 0xf7, - 0xaf, 0xbf, 0xfb, 0xfe, 0xe3, 0x83, 0x7b, 0x0d, 0xef, 0xe9, 0x25, 0x7b, 0xbd, 0xb0, 0x07, 0x77, - 0x92, 0xc5, 0xbe, 0x07, 0xfb, 0x6f, 0xf0, 0x17, 0x07, 0x6d, 0x2d, 0x1d, 0x0a, 0xbe, 0xbb, 0xba, - 0xee, 0x3f, 0x2d, 0x90, 0xd7, 0xfe, 0x67, 0xbe, 0xd9, 0x06, 0x7f, 0xaf, 0xb8, 0xc9, 0x65, 0xdf, - 0xd3, 0x37, 0x39, 0x51, 0x3a, 0x95, 0x05, 0x95, 0x3a, 0xfb, 0x87, 0x6f, 0x5d, 0xb4, 0x3b, 0x12, - 0x93, 0x95, 0x6e, 0x87, 0xde, 0xd2, 0xa9, 0x75, 0xf5, 0x73, 0xea, 0x3a, 0x4f, 0x1e, 0xcc, 0xf9, - 0x89, 0x18, 0x33, 0x9e, 0x10, 0x91, 0x27, 0x41, 0x02, 0xbc, 0x78, 0x6c, 0xf6, 0xe1, 0x66, 0xa9, - 0xac, 0xfe, 0x55, 0xdc, 0xb6, 0x87, 0x8f, 0x6e, 0xad, 0x13, 0x86, 0x9f, 0xdc, 0x86, 0xb1, 0x23, - 0x61, 0xfc, 0xdb, 0x8c, 0xc8, 0xa0, 0x45, 0xe6, 0xc6, 0xf2, 0x9b, 0x4d, 0x19, 0x86, 0xb1, 0x1c, - 0x96, 0x29, 0xc3, 0x41, 0x6b, 0x68, 0x53, 0x7e, 0xba, 0xbb, 0x26, 0x4e, 0x69, 0x18, 0x4b, 0x4a, - 0xcb, 0x24, 0x4a, 0x07, 0x2d, 0x4a, 0x6d, 0xda, 0xd3, 0xff, 0x8a, 0x3a, 0x6f, 0xfe, 0x0a, 0x00, - 0x00, 0xff, 0xff, 0x44, 0xa9, 0x28, 0xa6, 0xd1, 0x04, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/google_ads_service.pb.go b/googleapis/ads/googleads/v0/services/google_ads_service.pb.go deleted file mode 100644 index fcce92e13f..0000000000 --- a/googleapis/ads/googleads/v0/services/google_ads_service.pb.go +++ /dev/null @@ -1,2305 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/google_ads_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [GoogleAdsService.Search][google.ads.googleads.v0.services.GoogleAdsService.Search]. -type SearchGoogleAdsRequest struct { - // The ID of the customer being queried. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The query string. - Query string `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"` - // Token of the page to retrieve. If not specified, the first - // page of results will be returned. Use the value obtained from - // `next_page_token` in the previous response in order to request - // the next page of results. - PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` - // Number of elements to retrieve in a single page. - // When too large a page is requested, the server may decide to - // further limit the number of returned resources. - PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` - // If true, the request is validated but not executed. - ValidateOnly bool `protobuf:"varint,5,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SearchGoogleAdsRequest) Reset() { *m = SearchGoogleAdsRequest{} } -func (m *SearchGoogleAdsRequest) String() string { return proto.CompactTextString(m) } -func (*SearchGoogleAdsRequest) ProtoMessage() {} -func (*SearchGoogleAdsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_service_43132bd23a47b7d0, []int{0} -} -func (m *SearchGoogleAdsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SearchGoogleAdsRequest.Unmarshal(m, b) -} -func (m *SearchGoogleAdsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SearchGoogleAdsRequest.Marshal(b, m, deterministic) -} -func (dst *SearchGoogleAdsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_SearchGoogleAdsRequest.Merge(dst, src) -} -func (m *SearchGoogleAdsRequest) XXX_Size() int { - return xxx_messageInfo_SearchGoogleAdsRequest.Size(m) -} -func (m *SearchGoogleAdsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_SearchGoogleAdsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_SearchGoogleAdsRequest proto.InternalMessageInfo - -func (m *SearchGoogleAdsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *SearchGoogleAdsRequest) GetQuery() string { - if m != nil { - return m.Query - } - return "" -} - -func (m *SearchGoogleAdsRequest) GetPageToken() string { - if m != nil { - return m.PageToken - } - return "" -} - -func (m *SearchGoogleAdsRequest) GetPageSize() int32 { - if m != nil { - return m.PageSize - } - return 0 -} - -func (m *SearchGoogleAdsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// Response message for -// [GoogleAdsService.Search][google.ads.googleads.v0.services.GoogleAdsService.Search]. -type SearchGoogleAdsResponse struct { - // The list of rows that matched the query. - Results []*GoogleAdsRow `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` - // Pagination token used to retrieve the next page of results. - // Pass the content of this string as the `page_token` attribute of - // the next request. `next_page_token` is not returned for the last - // page. - NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` - // Total number of results that match the query ignoring the LIMIT - // clause. - TotalResultsCount int64 `protobuf:"varint,3,opt,name=total_results_count,json=totalResultsCount,proto3" json:"total_results_count,omitempty"` - // FieldMask that represents what fields were requested by the user. - FieldMask *field_mask.FieldMask `protobuf:"bytes,5,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SearchGoogleAdsResponse) Reset() { *m = SearchGoogleAdsResponse{} } -func (m *SearchGoogleAdsResponse) String() string { return proto.CompactTextString(m) } -func (*SearchGoogleAdsResponse) ProtoMessage() {} -func (*SearchGoogleAdsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_service_43132bd23a47b7d0, []int{1} -} -func (m *SearchGoogleAdsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SearchGoogleAdsResponse.Unmarshal(m, b) -} -func (m *SearchGoogleAdsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SearchGoogleAdsResponse.Marshal(b, m, deterministic) -} -func (dst *SearchGoogleAdsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_SearchGoogleAdsResponse.Merge(dst, src) -} -func (m *SearchGoogleAdsResponse) XXX_Size() int { - return xxx_messageInfo_SearchGoogleAdsResponse.Size(m) -} -func (m *SearchGoogleAdsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_SearchGoogleAdsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_SearchGoogleAdsResponse proto.InternalMessageInfo - -func (m *SearchGoogleAdsResponse) GetResults() []*GoogleAdsRow { - if m != nil { - return m.Results - } - return nil -} - -func (m *SearchGoogleAdsResponse) GetNextPageToken() string { - if m != nil { - return m.NextPageToken - } - return "" -} - -func (m *SearchGoogleAdsResponse) GetTotalResultsCount() int64 { - if m != nil { - return m.TotalResultsCount - } - return 0 -} - -func (m *SearchGoogleAdsResponse) GetFieldMask() *field_mask.FieldMask { - if m != nil { - return m.FieldMask - } - return nil -} - -// A returned row from the query. -type GoogleAdsRow struct { - // The account budget in the query. - AccountBudget *resources.AccountBudget `protobuf:"bytes,42,opt,name=account_budget,json=accountBudget,proto3" json:"account_budget,omitempty"` - // The account budget proposal referenced in the query. - AccountBudgetProposal *resources.AccountBudgetProposal `protobuf:"bytes,43,opt,name=account_budget_proposal,json=accountBudgetProposal,proto3" json:"account_budget_proposal,omitempty"` - // The ad group referenced in the query. - AdGroup *resources.AdGroup `protobuf:"bytes,3,opt,name=ad_group,json=adGroup,proto3" json:"ad_group,omitempty"` - // The ad referenced in the query. - AdGroupAd *resources.AdGroupAd `protobuf:"bytes,16,opt,name=ad_group_ad,json=adGroupAd,proto3" json:"ad_group_ad,omitempty"` - // The ad group audience view referenced in the query. - AdGroupAudienceView *resources.AdGroupAudienceView `protobuf:"bytes,57,opt,name=ad_group_audience_view,json=adGroupAudienceView,proto3" json:"ad_group_audience_view,omitempty"` - // The bid modifier referenced in the query. - AdGroupBidModifier *resources.AdGroupBidModifier `protobuf:"bytes,24,opt,name=ad_group_bid_modifier,json=adGroupBidModifier,proto3" json:"ad_group_bid_modifier,omitempty"` - // The criterion referenced in the query. - AdGroupCriterion *resources.AdGroupCriterion `protobuf:"bytes,17,opt,name=ad_group_criterion,json=adGroupCriterion,proto3" json:"ad_group_criterion,omitempty"` - // The ad group feed referenced in the query. - AdGroupFeed *resources.AdGroupFeed `protobuf:"bytes,67,opt,name=ad_group_feed,json=adGroupFeed,proto3" json:"ad_group_feed,omitempty"` - // The age range view referenced in the query. - AgeRangeView *resources.AgeRangeView `protobuf:"bytes,48,opt,name=age_range_view,json=ageRangeView,proto3" json:"age_range_view,omitempty"` - // The ad schedule view referenced in the query. - AdScheduleView *resources.AdScheduleView `protobuf:"bytes,89,opt,name=ad_schedule_view,json=adScheduleView,proto3" json:"ad_schedule_view,omitempty"` - // The bidding strategy referenced in the query. - BiddingStrategy *resources.BiddingStrategy `protobuf:"bytes,18,opt,name=bidding_strategy,json=biddingStrategy,proto3" json:"bidding_strategy,omitempty"` - // The billing setup referenced in the query. - BillingSetup *resources.BillingSetup `protobuf:"bytes,41,opt,name=billing_setup,json=billingSetup,proto3" json:"billing_setup,omitempty"` - // The campaign budget referenced in the query. - CampaignBudget *resources.CampaignBudget `protobuf:"bytes,19,opt,name=campaign_budget,json=campaignBudget,proto3" json:"campaign_budget,omitempty"` - // The campaign referenced in the query. - Campaign *resources.Campaign `protobuf:"bytes,2,opt,name=campaign,proto3" json:"campaign,omitempty"` - // The campaign audience view referenced in the query. - CampaignAudienceView *resources.CampaignAudienceView `protobuf:"bytes,69,opt,name=campaign_audience_view,json=campaignAudienceView,proto3" json:"campaign_audience_view,omitempty"` - // The campaign bid modifier referenced in the query. - CampaignBidModifier *resources.CampaignBidModifier `protobuf:"bytes,26,opt,name=campaign_bid_modifier,json=campaignBidModifier,proto3" json:"campaign_bid_modifier,omitempty"` - // The campaign criterion referenced in the query. - CampaignCriterion *resources.CampaignCriterion `protobuf:"bytes,20,opt,name=campaign_criterion,json=campaignCriterion,proto3" json:"campaign_criterion,omitempty"` - // The campaign feed referenced in the query. - CampaignFeed *resources.CampaignFeed `protobuf:"bytes,63,opt,name=campaign_feed,json=campaignFeed,proto3" json:"campaign_feed,omitempty"` - // Campaign Shared Set referenced in AWQL query. - CampaignSharedSet *resources.CampaignSharedSet `protobuf:"bytes,30,opt,name=campaign_shared_set,json=campaignSharedSet,proto3" json:"campaign_shared_set,omitempty"` - // The carrier constant referenced in the query. - CarrierConstant *resources.CarrierConstant `protobuf:"bytes,66,opt,name=carrier_constant,json=carrierConstant,proto3" json:"carrier_constant,omitempty"` - // The ChangeStatus referenced in the query. - ChangeStatus *resources.ChangeStatus `protobuf:"bytes,37,opt,name=change_status,json=changeStatus,proto3" json:"change_status,omitempty"` - // The conversion action referenced in the query. - ConversionAction *resources.ConversionAction `protobuf:"bytes,103,opt,name=conversion_action,json=conversionAction,proto3" json:"conversion_action,omitempty"` - // The customer referenced in the query. - Customer *resources.Customer `protobuf:"bytes,1,opt,name=customer,proto3" json:"customer,omitempty"` - // The CustomerManagerLink referenced in the query. - CustomerManagerLink *resources.CustomerManagerLink `protobuf:"bytes,61,opt,name=customer_manager_link,json=customerManagerLink,proto3" json:"customer_manager_link,omitempty"` - // The CustomerClientLink referenced in the query. - CustomerClientLink *resources.CustomerClientLink `protobuf:"bytes,62,opt,name=customer_client_link,json=customerClientLink,proto3" json:"customer_client_link,omitempty"` - // The CustomerClient referenced in the query. - CustomerClient *resources.CustomerClient `protobuf:"bytes,70,opt,name=customer_client,json=customerClient,proto3" json:"customer_client,omitempty"` - // The customer feed referenced in the query. - CustomerFeed *resources.CustomerFeed `protobuf:"bytes,64,opt,name=customer_feed,json=customerFeed,proto3" json:"customer_feed,omitempty"` - // The display keyword view referenced in the query. - DisplayKeywordView *resources.DisplayKeywordView `protobuf:"bytes,47,opt,name=display_keyword_view,json=displayKeywordView,proto3" json:"display_keyword_view,omitempty"` - // The feed referenced in the query. - Feed *resources.Feed `protobuf:"bytes,46,opt,name=feed,proto3" json:"feed,omitempty"` - // The feed item referenced in the query. - FeedItem *resources.FeedItem `protobuf:"bytes,50,opt,name=feed_item,json=feedItem,proto3" json:"feed_item,omitempty"` - // The feed mapping referenced in the query. - FeedMapping *resources.FeedMapping `protobuf:"bytes,58,opt,name=feed_mapping,json=feedMapping,proto3" json:"feed_mapping,omitempty"` - // The gender view referenced in the query. - GenderView *resources.GenderView `protobuf:"bytes,40,opt,name=gender_view,json=genderView,proto3" json:"gender_view,omitempty"` - // The geo target constant referenced in the query. - GeoTargetConstant *resources.GeoTargetConstant `protobuf:"bytes,23,opt,name=geo_target_constant,json=geoTargetConstant,proto3" json:"geo_target_constant,omitempty"` - // The hotel group view referenced in the query. - HotelGroupView *resources.HotelGroupView `protobuf:"bytes,51,opt,name=hotel_group_view,json=hotelGroupView,proto3" json:"hotel_group_view,omitempty"` - // The hotel performance view referenced in the query. - HotelPerformanceView *resources.HotelPerformanceView `protobuf:"bytes,71,opt,name=hotel_performance_view,json=hotelPerformanceView,proto3" json:"hotel_performance_view,omitempty"` - // The keyword view referenced in the query. - KeywordView *resources.KeywordView `protobuf:"bytes,21,opt,name=keyword_view,json=keywordView,proto3" json:"keyword_view,omitempty"` - // The keyword plan referenced in the query. - KeywordPlan *resources.KeywordPlan `protobuf:"bytes,32,opt,name=keyword_plan,json=keywordPlan,proto3" json:"keyword_plan,omitempty"` - // The keyword plan campaign referenced in the query. - KeywordPlanCampaign *resources.KeywordPlanCampaign `protobuf:"bytes,33,opt,name=keyword_plan_campaign,json=keywordPlanCampaign,proto3" json:"keyword_plan_campaign,omitempty"` - // The keyword plan negative keyword referenced in the query. - KeywordPlanNegativeKeyword *resources.KeywordPlanNegativeKeyword `protobuf:"bytes,34,opt,name=keyword_plan_negative_keyword,json=keywordPlanNegativeKeyword,proto3" json:"keyword_plan_negative_keyword,omitempty"` - // The keyword plan ad group referenced in the query. - KeywordPlanAdGroup *resources.KeywordPlanAdGroup `protobuf:"bytes,35,opt,name=keyword_plan_ad_group,json=keywordPlanAdGroup,proto3" json:"keyword_plan_ad_group,omitempty"` - // The keyword plan keyword referenced in the query. - KeywordPlanKeyword *resources.KeywordPlanKeyword `protobuf:"bytes,36,opt,name=keyword_plan_keyword,json=keywordPlanKeyword,proto3" json:"keyword_plan_keyword,omitempty"` - // The language constant referenced in the query. - LanguageConstant *resources.LanguageConstant `protobuf:"bytes,55,opt,name=language_constant,json=languageConstant,proto3" json:"language_constant,omitempty"` - // The managed placement view referenced in the query. - ManagedPlacementView *resources.ManagedPlacementView `protobuf:"bytes,53,opt,name=managed_placement_view,json=managedPlacementView,proto3" json:"managed_placement_view,omitempty"` - // The media file referenced in the query. - MediaFile *resources.MediaFile `protobuf:"bytes,90,opt,name=media_file,json=mediaFile,proto3" json:"media_file,omitempty"` - // The mobile app category constant referenced in the query. - MobileAppCategoryConstant *resources.MobileAppCategoryConstant `protobuf:"bytes,87,opt,name=mobile_app_category_constant,json=mobileAppCategoryConstant,proto3" json:"mobile_app_category_constant,omitempty"` - // The mobile device constant referenced in the query. - MobileDeviceConstant *resources.MobileDeviceConstant `protobuf:"bytes,98,opt,name=mobile_device_constant,json=mobileDeviceConstant,proto3" json:"mobile_device_constant,omitempty"` - // The operating system version constant referenced in the query. - OperatingSystemVersionConstant *resources.OperatingSystemVersionConstant `protobuf:"bytes,86,opt,name=operating_system_version_constant,json=operatingSystemVersionConstant,proto3" json:"operating_system_version_constant,omitempty"` - // The parental status view referenced in the query. - ParentalStatusView *resources.ParentalStatusView `protobuf:"bytes,45,opt,name=parental_status_view,json=parentalStatusView,proto3" json:"parental_status_view,omitempty"` - // The product group view referenced in the query. - ProductGroupView *resources.ProductGroupView `protobuf:"bytes,54,opt,name=product_group_view,json=productGroupView,proto3" json:"product_group_view,omitempty"` - // The recommendation referenced in the query. - Recommendation *resources.Recommendation `protobuf:"bytes,22,opt,name=recommendation,proto3" json:"recommendation,omitempty"` - // The search term view referenced in the query. - SearchTermView *resources.SearchTermView `protobuf:"bytes,68,opt,name=search_term_view,json=searchTermView,proto3" json:"search_term_view,omitempty"` - // The shared set referenced in the query. - SharedCriterion *resources.SharedCriterion `protobuf:"bytes,29,opt,name=shared_criterion,json=sharedCriterion,proto3" json:"shared_criterion,omitempty"` - // The shared set referenced in the query. - SharedSet *resources.SharedSet `protobuf:"bytes,27,opt,name=shared_set,json=sharedSet,proto3" json:"shared_set,omitempty"` - // The topic view referenced in the query. - TopicView *resources.TopicView `protobuf:"bytes,44,opt,name=topic_view,json=topicView,proto3" json:"topic_view,omitempty"` - // The user interest referenced in the query. - UserInterest *resources.UserInterest `protobuf:"bytes,59,opt,name=user_interest,json=userInterest,proto3" json:"user_interest,omitempty"` - // The user list referenced in the query. - UserList *resources.UserList `protobuf:"bytes,38,opt,name=user_list,json=userList,proto3" json:"user_list,omitempty"` - // The remarketing action referenced in the query. - RemarketingAction *resources.RemarketingAction `protobuf:"bytes,60,opt,name=remarketing_action,json=remarketingAction,proto3" json:"remarketing_action,omitempty"` - // The topic constant referenced in the query. - TopicConstant *resources.TopicConstant `protobuf:"bytes,31,opt,name=topic_constant,json=topicConstant,proto3" json:"topic_constant,omitempty"` - // The video referenced in the query. - Video *resources.Video `protobuf:"bytes,39,opt,name=video,proto3" json:"video,omitempty"` - // The metrics. - Metrics *common.Metrics `protobuf:"bytes,4,opt,name=metrics,proto3" json:"metrics,omitempty"` - // The segments. - Segments *common.Segments `protobuf:"bytes,102,opt,name=segments,proto3" json:"segments,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GoogleAdsRow) Reset() { *m = GoogleAdsRow{} } -func (m *GoogleAdsRow) String() string { return proto.CompactTextString(m) } -func (*GoogleAdsRow) ProtoMessage() {} -func (*GoogleAdsRow) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_service_43132bd23a47b7d0, []int{2} -} -func (m *GoogleAdsRow) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GoogleAdsRow.Unmarshal(m, b) -} -func (m *GoogleAdsRow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GoogleAdsRow.Marshal(b, m, deterministic) -} -func (dst *GoogleAdsRow) XXX_Merge(src proto.Message) { - xxx_messageInfo_GoogleAdsRow.Merge(dst, src) -} -func (m *GoogleAdsRow) XXX_Size() int { - return xxx_messageInfo_GoogleAdsRow.Size(m) -} -func (m *GoogleAdsRow) XXX_DiscardUnknown() { - xxx_messageInfo_GoogleAdsRow.DiscardUnknown(m) -} - -var xxx_messageInfo_GoogleAdsRow proto.InternalMessageInfo - -func (m *GoogleAdsRow) GetAccountBudget() *resources.AccountBudget { - if m != nil { - return m.AccountBudget - } - return nil -} - -func (m *GoogleAdsRow) GetAccountBudgetProposal() *resources.AccountBudgetProposal { - if m != nil { - return m.AccountBudgetProposal - } - return nil -} - -func (m *GoogleAdsRow) GetAdGroup() *resources.AdGroup { - if m != nil { - return m.AdGroup - } - return nil -} - -func (m *GoogleAdsRow) GetAdGroupAd() *resources.AdGroupAd { - if m != nil { - return m.AdGroupAd - } - return nil -} - -func (m *GoogleAdsRow) GetAdGroupAudienceView() *resources.AdGroupAudienceView { - if m != nil { - return m.AdGroupAudienceView - } - return nil -} - -func (m *GoogleAdsRow) GetAdGroupBidModifier() *resources.AdGroupBidModifier { - if m != nil { - return m.AdGroupBidModifier - } - return nil -} - -func (m *GoogleAdsRow) GetAdGroupCriterion() *resources.AdGroupCriterion { - if m != nil { - return m.AdGroupCriterion - } - return nil -} - -func (m *GoogleAdsRow) GetAdGroupFeed() *resources.AdGroupFeed { - if m != nil { - return m.AdGroupFeed - } - return nil -} - -func (m *GoogleAdsRow) GetAgeRangeView() *resources.AgeRangeView { - if m != nil { - return m.AgeRangeView - } - return nil -} - -func (m *GoogleAdsRow) GetAdScheduleView() *resources.AdScheduleView { - if m != nil { - return m.AdScheduleView - } - return nil -} - -func (m *GoogleAdsRow) GetBiddingStrategy() *resources.BiddingStrategy { - if m != nil { - return m.BiddingStrategy - } - return nil -} - -func (m *GoogleAdsRow) GetBillingSetup() *resources.BillingSetup { - if m != nil { - return m.BillingSetup - } - return nil -} - -func (m *GoogleAdsRow) GetCampaignBudget() *resources.CampaignBudget { - if m != nil { - return m.CampaignBudget - } - return nil -} - -func (m *GoogleAdsRow) GetCampaign() *resources.Campaign { - if m != nil { - return m.Campaign - } - return nil -} - -func (m *GoogleAdsRow) GetCampaignAudienceView() *resources.CampaignAudienceView { - if m != nil { - return m.CampaignAudienceView - } - return nil -} - -func (m *GoogleAdsRow) GetCampaignBidModifier() *resources.CampaignBidModifier { - if m != nil { - return m.CampaignBidModifier - } - return nil -} - -func (m *GoogleAdsRow) GetCampaignCriterion() *resources.CampaignCriterion { - if m != nil { - return m.CampaignCriterion - } - return nil -} - -func (m *GoogleAdsRow) GetCampaignFeed() *resources.CampaignFeed { - if m != nil { - return m.CampaignFeed - } - return nil -} - -func (m *GoogleAdsRow) GetCampaignSharedSet() *resources.CampaignSharedSet { - if m != nil { - return m.CampaignSharedSet - } - return nil -} - -func (m *GoogleAdsRow) GetCarrierConstant() *resources.CarrierConstant { - if m != nil { - return m.CarrierConstant - } - return nil -} - -func (m *GoogleAdsRow) GetChangeStatus() *resources.ChangeStatus { - if m != nil { - return m.ChangeStatus - } - return nil -} - -func (m *GoogleAdsRow) GetConversionAction() *resources.ConversionAction { - if m != nil { - return m.ConversionAction - } - return nil -} - -func (m *GoogleAdsRow) GetCustomer() *resources.Customer { - if m != nil { - return m.Customer - } - return nil -} - -func (m *GoogleAdsRow) GetCustomerManagerLink() *resources.CustomerManagerLink { - if m != nil { - return m.CustomerManagerLink - } - return nil -} - -func (m *GoogleAdsRow) GetCustomerClientLink() *resources.CustomerClientLink { - if m != nil { - return m.CustomerClientLink - } - return nil -} - -func (m *GoogleAdsRow) GetCustomerClient() *resources.CustomerClient { - if m != nil { - return m.CustomerClient - } - return nil -} - -func (m *GoogleAdsRow) GetCustomerFeed() *resources.CustomerFeed { - if m != nil { - return m.CustomerFeed - } - return nil -} - -func (m *GoogleAdsRow) GetDisplayKeywordView() *resources.DisplayKeywordView { - if m != nil { - return m.DisplayKeywordView - } - return nil -} - -func (m *GoogleAdsRow) GetFeed() *resources.Feed { - if m != nil { - return m.Feed - } - return nil -} - -func (m *GoogleAdsRow) GetFeedItem() *resources.FeedItem { - if m != nil { - return m.FeedItem - } - return nil -} - -func (m *GoogleAdsRow) GetFeedMapping() *resources.FeedMapping { - if m != nil { - return m.FeedMapping - } - return nil -} - -func (m *GoogleAdsRow) GetGenderView() *resources.GenderView { - if m != nil { - return m.GenderView - } - return nil -} - -func (m *GoogleAdsRow) GetGeoTargetConstant() *resources.GeoTargetConstant { - if m != nil { - return m.GeoTargetConstant - } - return nil -} - -func (m *GoogleAdsRow) GetHotelGroupView() *resources.HotelGroupView { - if m != nil { - return m.HotelGroupView - } - return nil -} - -func (m *GoogleAdsRow) GetHotelPerformanceView() *resources.HotelPerformanceView { - if m != nil { - return m.HotelPerformanceView - } - return nil -} - -func (m *GoogleAdsRow) GetKeywordView() *resources.KeywordView { - if m != nil { - return m.KeywordView - } - return nil -} - -func (m *GoogleAdsRow) GetKeywordPlan() *resources.KeywordPlan { - if m != nil { - return m.KeywordPlan - } - return nil -} - -func (m *GoogleAdsRow) GetKeywordPlanCampaign() *resources.KeywordPlanCampaign { - if m != nil { - return m.KeywordPlanCampaign - } - return nil -} - -func (m *GoogleAdsRow) GetKeywordPlanNegativeKeyword() *resources.KeywordPlanNegativeKeyword { - if m != nil { - return m.KeywordPlanNegativeKeyword - } - return nil -} - -func (m *GoogleAdsRow) GetKeywordPlanAdGroup() *resources.KeywordPlanAdGroup { - if m != nil { - return m.KeywordPlanAdGroup - } - return nil -} - -func (m *GoogleAdsRow) GetKeywordPlanKeyword() *resources.KeywordPlanKeyword { - if m != nil { - return m.KeywordPlanKeyword - } - return nil -} - -func (m *GoogleAdsRow) GetLanguageConstant() *resources.LanguageConstant { - if m != nil { - return m.LanguageConstant - } - return nil -} - -func (m *GoogleAdsRow) GetManagedPlacementView() *resources.ManagedPlacementView { - if m != nil { - return m.ManagedPlacementView - } - return nil -} - -func (m *GoogleAdsRow) GetMediaFile() *resources.MediaFile { - if m != nil { - return m.MediaFile - } - return nil -} - -func (m *GoogleAdsRow) GetMobileAppCategoryConstant() *resources.MobileAppCategoryConstant { - if m != nil { - return m.MobileAppCategoryConstant - } - return nil -} - -func (m *GoogleAdsRow) GetMobileDeviceConstant() *resources.MobileDeviceConstant { - if m != nil { - return m.MobileDeviceConstant - } - return nil -} - -func (m *GoogleAdsRow) GetOperatingSystemVersionConstant() *resources.OperatingSystemVersionConstant { - if m != nil { - return m.OperatingSystemVersionConstant - } - return nil -} - -func (m *GoogleAdsRow) GetParentalStatusView() *resources.ParentalStatusView { - if m != nil { - return m.ParentalStatusView - } - return nil -} - -func (m *GoogleAdsRow) GetProductGroupView() *resources.ProductGroupView { - if m != nil { - return m.ProductGroupView - } - return nil -} - -func (m *GoogleAdsRow) GetRecommendation() *resources.Recommendation { - if m != nil { - return m.Recommendation - } - return nil -} - -func (m *GoogleAdsRow) GetSearchTermView() *resources.SearchTermView { - if m != nil { - return m.SearchTermView - } - return nil -} - -func (m *GoogleAdsRow) GetSharedCriterion() *resources.SharedCriterion { - if m != nil { - return m.SharedCriterion - } - return nil -} - -func (m *GoogleAdsRow) GetSharedSet() *resources.SharedSet { - if m != nil { - return m.SharedSet - } - return nil -} - -func (m *GoogleAdsRow) GetTopicView() *resources.TopicView { - if m != nil { - return m.TopicView - } - return nil -} - -func (m *GoogleAdsRow) GetUserInterest() *resources.UserInterest { - if m != nil { - return m.UserInterest - } - return nil -} - -func (m *GoogleAdsRow) GetUserList() *resources.UserList { - if m != nil { - return m.UserList - } - return nil -} - -func (m *GoogleAdsRow) GetRemarketingAction() *resources.RemarketingAction { - if m != nil { - return m.RemarketingAction - } - return nil -} - -func (m *GoogleAdsRow) GetTopicConstant() *resources.TopicConstant { - if m != nil { - return m.TopicConstant - } - return nil -} - -func (m *GoogleAdsRow) GetVideo() *resources.Video { - if m != nil { - return m.Video - } - return nil -} - -func (m *GoogleAdsRow) GetMetrics() *common.Metrics { - if m != nil { - return m.Metrics - } - return nil -} - -func (m *GoogleAdsRow) GetSegments() *common.Segments { - if m != nil { - return m.Segments - } - return nil -} - -// Request message for -// [GoogleAdsService.Mutate][google.ads.googleads.v0.services.GoogleAdsService.Mutate]. -type MutateGoogleAdsRequest struct { - // The ID of the customer whose resources are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual resources. - MutateOperations []*MutateOperation `protobuf:"bytes,2,rep,name=mutate_operations,json=mutateOperations,proto3" json:"mutate_operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateGoogleAdsRequest) Reset() { *m = MutateGoogleAdsRequest{} } -func (m *MutateGoogleAdsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateGoogleAdsRequest) ProtoMessage() {} -func (*MutateGoogleAdsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_service_43132bd23a47b7d0, []int{3} -} -func (m *MutateGoogleAdsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateGoogleAdsRequest.Unmarshal(m, b) -} -func (m *MutateGoogleAdsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateGoogleAdsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateGoogleAdsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateGoogleAdsRequest.Merge(dst, src) -} -func (m *MutateGoogleAdsRequest) XXX_Size() int { - return xxx_messageInfo_MutateGoogleAdsRequest.Size(m) -} -func (m *MutateGoogleAdsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateGoogleAdsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateGoogleAdsRequest proto.InternalMessageInfo - -func (m *MutateGoogleAdsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateGoogleAdsRequest) GetMutateOperations() []*MutateOperation { - if m != nil { - return m.MutateOperations - } - return nil -} - -func (m *MutateGoogleAdsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateGoogleAdsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// Response message for -// [GoogleAdsService.Mutate][google.ads.googleads.v0.services.GoogleAdsService.Mutate]. -type MutateGoogleAdsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All responses for the mutate. - MutateOperationResponses []*MutateOperationResponse `protobuf:"bytes,1,rep,name=mutate_operation_responses,json=mutateOperationResponses,proto3" json:"mutate_operation_responses,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateGoogleAdsResponse) Reset() { *m = MutateGoogleAdsResponse{} } -func (m *MutateGoogleAdsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateGoogleAdsResponse) ProtoMessage() {} -func (*MutateGoogleAdsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_service_43132bd23a47b7d0, []int{4} -} -func (m *MutateGoogleAdsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateGoogleAdsResponse.Unmarshal(m, b) -} -func (m *MutateGoogleAdsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateGoogleAdsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateGoogleAdsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateGoogleAdsResponse.Merge(dst, src) -} -func (m *MutateGoogleAdsResponse) XXX_Size() int { - return xxx_messageInfo_MutateGoogleAdsResponse.Size(m) -} -func (m *MutateGoogleAdsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateGoogleAdsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateGoogleAdsResponse proto.InternalMessageInfo - -func (m *MutateGoogleAdsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateGoogleAdsResponse) GetMutateOperationResponses() []*MutateOperationResponse { - if m != nil { - return m.MutateOperationResponses - } - return nil -} - -// A single operation (create, update, remove) on a resource. -type MutateOperation struct { - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *MutateOperation_AdGroupAdOperation - // *MutateOperation_AdGroupBidModifierOperation - // *MutateOperation_AdGroupCriterionOperation - // *MutateOperation_AdGroupOperation - // *MutateOperation_BiddingStrategyOperation - // *MutateOperation_CampaignBidModifierOperation - // *MutateOperation_CampaignBudgetOperation - // *MutateOperation_CampaignOperation - // *MutateOperation_CampaignSharedSetOperation - // *MutateOperation_ConversionActionOperation - // *MutateOperation_CampaignCriterionOperation - // *MutateOperation_SharedCriterionOperation - // *MutateOperation_SharedSetOperation - // *MutateOperation_UserListOperation - Operation isMutateOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateOperation) Reset() { *m = MutateOperation{} } -func (m *MutateOperation) String() string { return proto.CompactTextString(m) } -func (*MutateOperation) ProtoMessage() {} -func (*MutateOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_service_43132bd23a47b7d0, []int{5} -} -func (m *MutateOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateOperation.Unmarshal(m, b) -} -func (m *MutateOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateOperation.Marshal(b, m, deterministic) -} -func (dst *MutateOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateOperation.Merge(dst, src) -} -func (m *MutateOperation) XXX_Size() int { - return xxx_messageInfo_MutateOperation.Size(m) -} -func (m *MutateOperation) XXX_DiscardUnknown() { - xxx_messageInfo_MutateOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateOperation proto.InternalMessageInfo - -type isMutateOperation_Operation interface { - isMutateOperation_Operation() -} - -type MutateOperation_AdGroupAdOperation struct { - AdGroupAdOperation *AdGroupAdOperation `protobuf:"bytes,1,opt,name=ad_group_ad_operation,json=adGroupAdOperation,proto3,oneof"` -} - -type MutateOperation_AdGroupBidModifierOperation struct { - AdGroupBidModifierOperation *AdGroupBidModifierOperation `protobuf:"bytes,2,opt,name=ad_group_bid_modifier_operation,json=adGroupBidModifierOperation,proto3,oneof"` -} - -type MutateOperation_AdGroupCriterionOperation struct { - AdGroupCriterionOperation *AdGroupCriterionOperation `protobuf:"bytes,3,opt,name=ad_group_criterion_operation,json=adGroupCriterionOperation,proto3,oneof"` -} - -type MutateOperation_AdGroupOperation struct { - AdGroupOperation *AdGroupOperation `protobuf:"bytes,5,opt,name=ad_group_operation,json=adGroupOperation,proto3,oneof"` -} - -type MutateOperation_BiddingStrategyOperation struct { - BiddingStrategyOperation *BiddingStrategyOperation `protobuf:"bytes,6,opt,name=bidding_strategy_operation,json=biddingStrategyOperation,proto3,oneof"` -} - -type MutateOperation_CampaignBidModifierOperation struct { - CampaignBidModifierOperation *CampaignBidModifierOperation `protobuf:"bytes,7,opt,name=campaign_bid_modifier_operation,json=campaignBidModifierOperation,proto3,oneof"` -} - -type MutateOperation_CampaignBudgetOperation struct { - CampaignBudgetOperation *CampaignBudgetOperation `protobuf:"bytes,8,opt,name=campaign_budget_operation,json=campaignBudgetOperation,proto3,oneof"` -} - -type MutateOperation_CampaignOperation struct { - CampaignOperation *CampaignOperation `protobuf:"bytes,10,opt,name=campaign_operation,json=campaignOperation,proto3,oneof"` -} - -type MutateOperation_CampaignSharedSetOperation struct { - CampaignSharedSetOperation *CampaignSharedSetOperation `protobuf:"bytes,11,opt,name=campaign_shared_set_operation,json=campaignSharedSetOperation,proto3,oneof"` -} - -type MutateOperation_ConversionActionOperation struct { - ConversionActionOperation *ConversionActionOperation `protobuf:"bytes,12,opt,name=conversion_action_operation,json=conversionActionOperation,proto3,oneof"` -} - -type MutateOperation_CampaignCriterionOperation struct { - CampaignCriterionOperation *CampaignCriterionOperation `protobuf:"bytes,13,opt,name=campaign_criterion_operation,json=campaignCriterionOperation,proto3,oneof"` -} - -type MutateOperation_SharedCriterionOperation struct { - SharedCriterionOperation *SharedCriterionOperation `protobuf:"bytes,14,opt,name=shared_criterion_operation,json=sharedCriterionOperation,proto3,oneof"` -} - -type MutateOperation_SharedSetOperation struct { - SharedSetOperation *SharedSetOperation `protobuf:"bytes,15,opt,name=shared_set_operation,json=sharedSetOperation,proto3,oneof"` -} - -type MutateOperation_UserListOperation struct { - UserListOperation *UserListOperation `protobuf:"bytes,16,opt,name=user_list_operation,json=userListOperation,proto3,oneof"` -} - -func (*MutateOperation_AdGroupAdOperation) isMutateOperation_Operation() {} - -func (*MutateOperation_AdGroupBidModifierOperation) isMutateOperation_Operation() {} - -func (*MutateOperation_AdGroupCriterionOperation) isMutateOperation_Operation() {} - -func (*MutateOperation_AdGroupOperation) isMutateOperation_Operation() {} - -func (*MutateOperation_BiddingStrategyOperation) isMutateOperation_Operation() {} - -func (*MutateOperation_CampaignBidModifierOperation) isMutateOperation_Operation() {} - -func (*MutateOperation_CampaignBudgetOperation) isMutateOperation_Operation() {} - -func (*MutateOperation_CampaignOperation) isMutateOperation_Operation() {} - -func (*MutateOperation_CampaignSharedSetOperation) isMutateOperation_Operation() {} - -func (*MutateOperation_ConversionActionOperation) isMutateOperation_Operation() {} - -func (*MutateOperation_CampaignCriterionOperation) isMutateOperation_Operation() {} - -func (*MutateOperation_SharedCriterionOperation) isMutateOperation_Operation() {} - -func (*MutateOperation_SharedSetOperation) isMutateOperation_Operation() {} - -func (*MutateOperation_UserListOperation) isMutateOperation_Operation() {} - -func (m *MutateOperation) GetOperation() isMutateOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *MutateOperation) GetAdGroupAdOperation() *AdGroupAdOperation { - if x, ok := m.GetOperation().(*MutateOperation_AdGroupAdOperation); ok { - return x.AdGroupAdOperation - } - return nil -} - -func (m *MutateOperation) GetAdGroupBidModifierOperation() *AdGroupBidModifierOperation { - if x, ok := m.GetOperation().(*MutateOperation_AdGroupBidModifierOperation); ok { - return x.AdGroupBidModifierOperation - } - return nil -} - -func (m *MutateOperation) GetAdGroupCriterionOperation() *AdGroupCriterionOperation { - if x, ok := m.GetOperation().(*MutateOperation_AdGroupCriterionOperation); ok { - return x.AdGroupCriterionOperation - } - return nil -} - -func (m *MutateOperation) GetAdGroupOperation() *AdGroupOperation { - if x, ok := m.GetOperation().(*MutateOperation_AdGroupOperation); ok { - return x.AdGroupOperation - } - return nil -} - -func (m *MutateOperation) GetBiddingStrategyOperation() *BiddingStrategyOperation { - if x, ok := m.GetOperation().(*MutateOperation_BiddingStrategyOperation); ok { - return x.BiddingStrategyOperation - } - return nil -} - -func (m *MutateOperation) GetCampaignBidModifierOperation() *CampaignBidModifierOperation { - if x, ok := m.GetOperation().(*MutateOperation_CampaignBidModifierOperation); ok { - return x.CampaignBidModifierOperation - } - return nil -} - -func (m *MutateOperation) GetCampaignBudgetOperation() *CampaignBudgetOperation { - if x, ok := m.GetOperation().(*MutateOperation_CampaignBudgetOperation); ok { - return x.CampaignBudgetOperation - } - return nil -} - -func (m *MutateOperation) GetCampaignOperation() *CampaignOperation { - if x, ok := m.GetOperation().(*MutateOperation_CampaignOperation); ok { - return x.CampaignOperation - } - return nil -} - -func (m *MutateOperation) GetCampaignSharedSetOperation() *CampaignSharedSetOperation { - if x, ok := m.GetOperation().(*MutateOperation_CampaignSharedSetOperation); ok { - return x.CampaignSharedSetOperation - } - return nil -} - -func (m *MutateOperation) GetConversionActionOperation() *ConversionActionOperation { - if x, ok := m.GetOperation().(*MutateOperation_ConversionActionOperation); ok { - return x.ConversionActionOperation - } - return nil -} - -func (m *MutateOperation) GetCampaignCriterionOperation() *CampaignCriterionOperation { - if x, ok := m.GetOperation().(*MutateOperation_CampaignCriterionOperation); ok { - return x.CampaignCriterionOperation - } - return nil -} - -func (m *MutateOperation) GetSharedCriterionOperation() *SharedCriterionOperation { - if x, ok := m.GetOperation().(*MutateOperation_SharedCriterionOperation); ok { - return x.SharedCriterionOperation - } - return nil -} - -func (m *MutateOperation) GetSharedSetOperation() *SharedSetOperation { - if x, ok := m.GetOperation().(*MutateOperation_SharedSetOperation); ok { - return x.SharedSetOperation - } - return nil -} - -func (m *MutateOperation) GetUserListOperation() *UserListOperation { - if x, ok := m.GetOperation().(*MutateOperation_UserListOperation); ok { - return x.UserListOperation - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*MutateOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _MutateOperation_OneofMarshaler, _MutateOperation_OneofUnmarshaler, _MutateOperation_OneofSizer, []interface{}{ - (*MutateOperation_AdGroupAdOperation)(nil), - (*MutateOperation_AdGroupBidModifierOperation)(nil), - (*MutateOperation_AdGroupCriterionOperation)(nil), - (*MutateOperation_AdGroupOperation)(nil), - (*MutateOperation_BiddingStrategyOperation)(nil), - (*MutateOperation_CampaignBidModifierOperation)(nil), - (*MutateOperation_CampaignBudgetOperation)(nil), - (*MutateOperation_CampaignOperation)(nil), - (*MutateOperation_CampaignSharedSetOperation)(nil), - (*MutateOperation_ConversionActionOperation)(nil), - (*MutateOperation_CampaignCriterionOperation)(nil), - (*MutateOperation_SharedCriterionOperation)(nil), - (*MutateOperation_SharedSetOperation)(nil), - (*MutateOperation_UserListOperation)(nil), - } -} - -func _MutateOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*MutateOperation) - // operation - switch x := m.Operation.(type) { - case *MutateOperation_AdGroupAdOperation: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.AdGroupAdOperation); err != nil { - return err - } - case *MutateOperation_AdGroupBidModifierOperation: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.AdGroupBidModifierOperation); err != nil { - return err - } - case *MutateOperation_AdGroupCriterionOperation: - b.EncodeVarint(3<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.AdGroupCriterionOperation); err != nil { - return err - } - case *MutateOperation_AdGroupOperation: - b.EncodeVarint(5<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.AdGroupOperation); err != nil { - return err - } - case *MutateOperation_BiddingStrategyOperation: - b.EncodeVarint(6<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.BiddingStrategyOperation); err != nil { - return err - } - case *MutateOperation_CampaignBidModifierOperation: - b.EncodeVarint(7<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CampaignBidModifierOperation); err != nil { - return err - } - case *MutateOperation_CampaignBudgetOperation: - b.EncodeVarint(8<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CampaignBudgetOperation); err != nil { - return err - } - case *MutateOperation_CampaignOperation: - b.EncodeVarint(10<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CampaignOperation); err != nil { - return err - } - case *MutateOperation_CampaignSharedSetOperation: - b.EncodeVarint(11<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CampaignSharedSetOperation); err != nil { - return err - } - case *MutateOperation_ConversionActionOperation: - b.EncodeVarint(12<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ConversionActionOperation); err != nil { - return err - } - case *MutateOperation_CampaignCriterionOperation: - b.EncodeVarint(13<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CampaignCriterionOperation); err != nil { - return err - } - case *MutateOperation_SharedCriterionOperation: - b.EncodeVarint(14<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.SharedCriterionOperation); err != nil { - return err - } - case *MutateOperation_SharedSetOperation: - b.EncodeVarint(15<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.SharedSetOperation); err != nil { - return err - } - case *MutateOperation_UserListOperation: - b.EncodeVarint(16<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.UserListOperation); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("MutateOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _MutateOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*MutateOperation) - switch tag { - case 1: // operation.ad_group_ad_operation - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(AdGroupAdOperation) - err := b.DecodeMessage(msg) - m.Operation = &MutateOperation_AdGroupAdOperation{msg} - return true, err - case 2: // operation.ad_group_bid_modifier_operation - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(AdGroupBidModifierOperation) - err := b.DecodeMessage(msg) - m.Operation = &MutateOperation_AdGroupBidModifierOperation{msg} - return true, err - case 3: // operation.ad_group_criterion_operation - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(AdGroupCriterionOperation) - err := b.DecodeMessage(msg) - m.Operation = &MutateOperation_AdGroupCriterionOperation{msg} - return true, err - case 5: // operation.ad_group_operation - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(AdGroupOperation) - err := b.DecodeMessage(msg) - m.Operation = &MutateOperation_AdGroupOperation{msg} - return true, err - case 6: // operation.bidding_strategy_operation - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(BiddingStrategyOperation) - err := b.DecodeMessage(msg) - m.Operation = &MutateOperation_BiddingStrategyOperation{msg} - return true, err - case 7: // operation.campaign_bid_modifier_operation - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(CampaignBidModifierOperation) - err := b.DecodeMessage(msg) - m.Operation = &MutateOperation_CampaignBidModifierOperation{msg} - return true, err - case 8: // operation.campaign_budget_operation - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(CampaignBudgetOperation) - err := b.DecodeMessage(msg) - m.Operation = &MutateOperation_CampaignBudgetOperation{msg} - return true, err - case 10: // operation.campaign_operation - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(CampaignOperation) - err := b.DecodeMessage(msg) - m.Operation = &MutateOperation_CampaignOperation{msg} - return true, err - case 11: // operation.campaign_shared_set_operation - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(CampaignSharedSetOperation) - err := b.DecodeMessage(msg) - m.Operation = &MutateOperation_CampaignSharedSetOperation{msg} - return true, err - case 12: // operation.conversion_action_operation - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(ConversionActionOperation) - err := b.DecodeMessage(msg) - m.Operation = &MutateOperation_ConversionActionOperation{msg} - return true, err - case 13: // operation.campaign_criterion_operation - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(CampaignCriterionOperation) - err := b.DecodeMessage(msg) - m.Operation = &MutateOperation_CampaignCriterionOperation{msg} - return true, err - case 14: // operation.shared_criterion_operation - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(SharedCriterionOperation) - err := b.DecodeMessage(msg) - m.Operation = &MutateOperation_SharedCriterionOperation{msg} - return true, err - case 15: // operation.shared_set_operation - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(SharedSetOperation) - err := b.DecodeMessage(msg) - m.Operation = &MutateOperation_SharedSetOperation{msg} - return true, err - case 16: // operation.user_list_operation - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(UserListOperation) - err := b.DecodeMessage(msg) - m.Operation = &MutateOperation_UserListOperation{msg} - return true, err - default: - return false, nil - } -} - -func _MutateOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*MutateOperation) - // operation - switch x := m.Operation.(type) { - case *MutateOperation_AdGroupAdOperation: - s := proto.Size(x.AdGroupAdOperation) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperation_AdGroupBidModifierOperation: - s := proto.Size(x.AdGroupBidModifierOperation) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperation_AdGroupCriterionOperation: - s := proto.Size(x.AdGroupCriterionOperation) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperation_AdGroupOperation: - s := proto.Size(x.AdGroupOperation) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperation_BiddingStrategyOperation: - s := proto.Size(x.BiddingStrategyOperation) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperation_CampaignBidModifierOperation: - s := proto.Size(x.CampaignBidModifierOperation) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperation_CampaignBudgetOperation: - s := proto.Size(x.CampaignBudgetOperation) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperation_CampaignOperation: - s := proto.Size(x.CampaignOperation) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperation_CampaignSharedSetOperation: - s := proto.Size(x.CampaignSharedSetOperation) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperation_ConversionActionOperation: - s := proto.Size(x.ConversionActionOperation) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperation_CampaignCriterionOperation: - s := proto.Size(x.CampaignCriterionOperation) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperation_SharedCriterionOperation: - s := proto.Size(x.SharedCriterionOperation) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperation_SharedSetOperation: - s := proto.Size(x.SharedSetOperation) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperation_UserListOperation: - s := proto.Size(x.UserListOperation) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for the resource mutate. -type MutateOperationResponse struct { - // The mutate response - // - // Types that are valid to be assigned to Response: - // *MutateOperationResponse_AdGroupAdResult - // *MutateOperationResponse_AdGroupBidModifierResult - // *MutateOperationResponse_AdGroupCriterionResult - // *MutateOperationResponse_AdGroupResult - // *MutateOperationResponse_BiddingStrategyResult - // *MutateOperationResponse_CampaignBidModifierResult - // *MutateOperationResponse_CampaignBudgetResult - // *MutateOperationResponse_CampaignResult - // *MutateOperationResponse_CampaignSharedSetResult - // *MutateOperationResponse_ConversionActionResult - // *MutateOperationResponse_CampaignCriterionResult - // *MutateOperationResponse_SharedCriterionResult - // *MutateOperationResponse_SharedSetResult - // *MutateOperationResponse_UserListResult - Response isMutateOperationResponse_Response `protobuf_oneof:"response"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateOperationResponse) Reset() { *m = MutateOperationResponse{} } -func (m *MutateOperationResponse) String() string { return proto.CompactTextString(m) } -func (*MutateOperationResponse) ProtoMessage() {} -func (*MutateOperationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_service_43132bd23a47b7d0, []int{6} -} -func (m *MutateOperationResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateOperationResponse.Unmarshal(m, b) -} -func (m *MutateOperationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateOperationResponse.Marshal(b, m, deterministic) -} -func (dst *MutateOperationResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateOperationResponse.Merge(dst, src) -} -func (m *MutateOperationResponse) XXX_Size() int { - return xxx_messageInfo_MutateOperationResponse.Size(m) -} -func (m *MutateOperationResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateOperationResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateOperationResponse proto.InternalMessageInfo - -type isMutateOperationResponse_Response interface { - isMutateOperationResponse_Response() -} - -type MutateOperationResponse_AdGroupAdResult struct { - AdGroupAdResult *MutateAdGroupAdResult `protobuf:"bytes,1,opt,name=ad_group_ad_result,json=adGroupAdResult,proto3,oneof"` -} - -type MutateOperationResponse_AdGroupBidModifierResult struct { - AdGroupBidModifierResult *MutateAdGroupBidModifierResult `protobuf:"bytes,2,opt,name=ad_group_bid_modifier_result,json=adGroupBidModifierResult,proto3,oneof"` -} - -type MutateOperationResponse_AdGroupCriterionResult struct { - AdGroupCriterionResult *MutateAdGroupCriterionResult `protobuf:"bytes,3,opt,name=ad_group_criterion_result,json=adGroupCriterionResult,proto3,oneof"` -} - -type MutateOperationResponse_AdGroupResult struct { - AdGroupResult *MutateAdGroupResult `protobuf:"bytes,5,opt,name=ad_group_result,json=adGroupResult,proto3,oneof"` -} - -type MutateOperationResponse_BiddingStrategyResult struct { - BiddingStrategyResult *MutateBiddingStrategyResult `protobuf:"bytes,6,opt,name=bidding_strategy_result,json=biddingStrategyResult,proto3,oneof"` -} - -type MutateOperationResponse_CampaignBidModifierResult struct { - CampaignBidModifierResult *MutateCampaignBidModifierResult `protobuf:"bytes,7,opt,name=campaign_bid_modifier_result,json=campaignBidModifierResult,proto3,oneof"` -} - -type MutateOperationResponse_CampaignBudgetResult struct { - CampaignBudgetResult *MutateCampaignBudgetResult `protobuf:"bytes,8,opt,name=campaign_budget_result,json=campaignBudgetResult,proto3,oneof"` -} - -type MutateOperationResponse_CampaignResult struct { - CampaignResult *MutateCampaignResult `protobuf:"bytes,10,opt,name=campaign_result,json=campaignResult,proto3,oneof"` -} - -type MutateOperationResponse_CampaignSharedSetResult struct { - CampaignSharedSetResult *MutateCampaignSharedSetResult `protobuf:"bytes,11,opt,name=campaign_shared_set_result,json=campaignSharedSetResult,proto3,oneof"` -} - -type MutateOperationResponse_ConversionActionResult struct { - ConversionActionResult *MutateConversionActionResult `protobuf:"bytes,12,opt,name=conversion_action_result,json=conversionActionResult,proto3,oneof"` -} - -type MutateOperationResponse_CampaignCriterionResult struct { - CampaignCriterionResult *MutateCampaignCriterionResult `protobuf:"bytes,13,opt,name=campaign_criterion_result,json=campaignCriterionResult,proto3,oneof"` -} - -type MutateOperationResponse_SharedCriterionResult struct { - SharedCriterionResult *MutateSharedCriterionResult `protobuf:"bytes,14,opt,name=shared_criterion_result,json=sharedCriterionResult,proto3,oneof"` -} - -type MutateOperationResponse_SharedSetResult struct { - SharedSetResult *MutateSharedSetResult `protobuf:"bytes,15,opt,name=shared_set_result,json=sharedSetResult,proto3,oneof"` -} - -type MutateOperationResponse_UserListResult struct { - UserListResult *MutateUserListResult `protobuf:"bytes,16,opt,name=user_list_result,json=userListResult,proto3,oneof"` -} - -func (*MutateOperationResponse_AdGroupAdResult) isMutateOperationResponse_Response() {} - -func (*MutateOperationResponse_AdGroupBidModifierResult) isMutateOperationResponse_Response() {} - -func (*MutateOperationResponse_AdGroupCriterionResult) isMutateOperationResponse_Response() {} - -func (*MutateOperationResponse_AdGroupResult) isMutateOperationResponse_Response() {} - -func (*MutateOperationResponse_BiddingStrategyResult) isMutateOperationResponse_Response() {} - -func (*MutateOperationResponse_CampaignBidModifierResult) isMutateOperationResponse_Response() {} - -func (*MutateOperationResponse_CampaignBudgetResult) isMutateOperationResponse_Response() {} - -func (*MutateOperationResponse_CampaignResult) isMutateOperationResponse_Response() {} - -func (*MutateOperationResponse_CampaignSharedSetResult) isMutateOperationResponse_Response() {} - -func (*MutateOperationResponse_ConversionActionResult) isMutateOperationResponse_Response() {} - -func (*MutateOperationResponse_CampaignCriterionResult) isMutateOperationResponse_Response() {} - -func (*MutateOperationResponse_SharedCriterionResult) isMutateOperationResponse_Response() {} - -func (*MutateOperationResponse_SharedSetResult) isMutateOperationResponse_Response() {} - -func (*MutateOperationResponse_UserListResult) isMutateOperationResponse_Response() {} - -func (m *MutateOperationResponse) GetResponse() isMutateOperationResponse_Response { - if m != nil { - return m.Response - } - return nil -} - -func (m *MutateOperationResponse) GetAdGroupAdResult() *MutateAdGroupAdResult { - if x, ok := m.GetResponse().(*MutateOperationResponse_AdGroupAdResult); ok { - return x.AdGroupAdResult - } - return nil -} - -func (m *MutateOperationResponse) GetAdGroupBidModifierResult() *MutateAdGroupBidModifierResult { - if x, ok := m.GetResponse().(*MutateOperationResponse_AdGroupBidModifierResult); ok { - return x.AdGroupBidModifierResult - } - return nil -} - -func (m *MutateOperationResponse) GetAdGroupCriterionResult() *MutateAdGroupCriterionResult { - if x, ok := m.GetResponse().(*MutateOperationResponse_AdGroupCriterionResult); ok { - return x.AdGroupCriterionResult - } - return nil -} - -func (m *MutateOperationResponse) GetAdGroupResult() *MutateAdGroupResult { - if x, ok := m.GetResponse().(*MutateOperationResponse_AdGroupResult); ok { - return x.AdGroupResult - } - return nil -} - -func (m *MutateOperationResponse) GetBiddingStrategyResult() *MutateBiddingStrategyResult { - if x, ok := m.GetResponse().(*MutateOperationResponse_BiddingStrategyResult); ok { - return x.BiddingStrategyResult - } - return nil -} - -func (m *MutateOperationResponse) GetCampaignBidModifierResult() *MutateCampaignBidModifierResult { - if x, ok := m.GetResponse().(*MutateOperationResponse_CampaignBidModifierResult); ok { - return x.CampaignBidModifierResult - } - return nil -} - -func (m *MutateOperationResponse) GetCampaignBudgetResult() *MutateCampaignBudgetResult { - if x, ok := m.GetResponse().(*MutateOperationResponse_CampaignBudgetResult); ok { - return x.CampaignBudgetResult - } - return nil -} - -func (m *MutateOperationResponse) GetCampaignResult() *MutateCampaignResult { - if x, ok := m.GetResponse().(*MutateOperationResponse_CampaignResult); ok { - return x.CampaignResult - } - return nil -} - -func (m *MutateOperationResponse) GetCampaignSharedSetResult() *MutateCampaignSharedSetResult { - if x, ok := m.GetResponse().(*MutateOperationResponse_CampaignSharedSetResult); ok { - return x.CampaignSharedSetResult - } - return nil -} - -func (m *MutateOperationResponse) GetConversionActionResult() *MutateConversionActionResult { - if x, ok := m.GetResponse().(*MutateOperationResponse_ConversionActionResult); ok { - return x.ConversionActionResult - } - return nil -} - -func (m *MutateOperationResponse) GetCampaignCriterionResult() *MutateCampaignCriterionResult { - if x, ok := m.GetResponse().(*MutateOperationResponse_CampaignCriterionResult); ok { - return x.CampaignCriterionResult - } - return nil -} - -func (m *MutateOperationResponse) GetSharedCriterionResult() *MutateSharedCriterionResult { - if x, ok := m.GetResponse().(*MutateOperationResponse_SharedCriterionResult); ok { - return x.SharedCriterionResult - } - return nil -} - -func (m *MutateOperationResponse) GetSharedSetResult() *MutateSharedSetResult { - if x, ok := m.GetResponse().(*MutateOperationResponse_SharedSetResult); ok { - return x.SharedSetResult - } - return nil -} - -func (m *MutateOperationResponse) GetUserListResult() *MutateUserListResult { - if x, ok := m.GetResponse().(*MutateOperationResponse_UserListResult); ok { - return x.UserListResult - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*MutateOperationResponse) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _MutateOperationResponse_OneofMarshaler, _MutateOperationResponse_OneofUnmarshaler, _MutateOperationResponse_OneofSizer, []interface{}{ - (*MutateOperationResponse_AdGroupAdResult)(nil), - (*MutateOperationResponse_AdGroupBidModifierResult)(nil), - (*MutateOperationResponse_AdGroupCriterionResult)(nil), - (*MutateOperationResponse_AdGroupResult)(nil), - (*MutateOperationResponse_BiddingStrategyResult)(nil), - (*MutateOperationResponse_CampaignBidModifierResult)(nil), - (*MutateOperationResponse_CampaignBudgetResult)(nil), - (*MutateOperationResponse_CampaignResult)(nil), - (*MutateOperationResponse_CampaignSharedSetResult)(nil), - (*MutateOperationResponse_ConversionActionResult)(nil), - (*MutateOperationResponse_CampaignCriterionResult)(nil), - (*MutateOperationResponse_SharedCriterionResult)(nil), - (*MutateOperationResponse_SharedSetResult)(nil), - (*MutateOperationResponse_UserListResult)(nil), - } -} - -func _MutateOperationResponse_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*MutateOperationResponse) - // response - switch x := m.Response.(type) { - case *MutateOperationResponse_AdGroupAdResult: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.AdGroupAdResult); err != nil { - return err - } - case *MutateOperationResponse_AdGroupBidModifierResult: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.AdGroupBidModifierResult); err != nil { - return err - } - case *MutateOperationResponse_AdGroupCriterionResult: - b.EncodeVarint(3<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.AdGroupCriterionResult); err != nil { - return err - } - case *MutateOperationResponse_AdGroupResult: - b.EncodeVarint(5<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.AdGroupResult); err != nil { - return err - } - case *MutateOperationResponse_BiddingStrategyResult: - b.EncodeVarint(6<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.BiddingStrategyResult); err != nil { - return err - } - case *MutateOperationResponse_CampaignBidModifierResult: - b.EncodeVarint(7<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CampaignBidModifierResult); err != nil { - return err - } - case *MutateOperationResponse_CampaignBudgetResult: - b.EncodeVarint(8<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CampaignBudgetResult); err != nil { - return err - } - case *MutateOperationResponse_CampaignResult: - b.EncodeVarint(10<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CampaignResult); err != nil { - return err - } - case *MutateOperationResponse_CampaignSharedSetResult: - b.EncodeVarint(11<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CampaignSharedSetResult); err != nil { - return err - } - case *MutateOperationResponse_ConversionActionResult: - b.EncodeVarint(12<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.ConversionActionResult); err != nil { - return err - } - case *MutateOperationResponse_CampaignCriterionResult: - b.EncodeVarint(13<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CampaignCriterionResult); err != nil { - return err - } - case *MutateOperationResponse_SharedCriterionResult: - b.EncodeVarint(14<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.SharedCriterionResult); err != nil { - return err - } - case *MutateOperationResponse_SharedSetResult: - b.EncodeVarint(15<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.SharedSetResult); err != nil { - return err - } - case *MutateOperationResponse_UserListResult: - b.EncodeVarint(16<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.UserListResult); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("MutateOperationResponse.Response has unexpected type %T", x) - } - return nil -} - -func _MutateOperationResponse_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*MutateOperationResponse) - switch tag { - case 1: // response.ad_group_ad_result - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MutateAdGroupAdResult) - err := b.DecodeMessage(msg) - m.Response = &MutateOperationResponse_AdGroupAdResult{msg} - return true, err - case 2: // response.ad_group_bid_modifier_result - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MutateAdGroupBidModifierResult) - err := b.DecodeMessage(msg) - m.Response = &MutateOperationResponse_AdGroupBidModifierResult{msg} - return true, err - case 3: // response.ad_group_criterion_result - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MutateAdGroupCriterionResult) - err := b.DecodeMessage(msg) - m.Response = &MutateOperationResponse_AdGroupCriterionResult{msg} - return true, err - case 5: // response.ad_group_result - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MutateAdGroupResult) - err := b.DecodeMessage(msg) - m.Response = &MutateOperationResponse_AdGroupResult{msg} - return true, err - case 6: // response.bidding_strategy_result - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MutateBiddingStrategyResult) - err := b.DecodeMessage(msg) - m.Response = &MutateOperationResponse_BiddingStrategyResult{msg} - return true, err - case 7: // response.campaign_bid_modifier_result - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MutateCampaignBidModifierResult) - err := b.DecodeMessage(msg) - m.Response = &MutateOperationResponse_CampaignBidModifierResult{msg} - return true, err - case 8: // response.campaign_budget_result - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MutateCampaignBudgetResult) - err := b.DecodeMessage(msg) - m.Response = &MutateOperationResponse_CampaignBudgetResult{msg} - return true, err - case 10: // response.campaign_result - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MutateCampaignResult) - err := b.DecodeMessage(msg) - m.Response = &MutateOperationResponse_CampaignResult{msg} - return true, err - case 11: // response.campaign_shared_set_result - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MutateCampaignSharedSetResult) - err := b.DecodeMessage(msg) - m.Response = &MutateOperationResponse_CampaignSharedSetResult{msg} - return true, err - case 12: // response.conversion_action_result - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MutateConversionActionResult) - err := b.DecodeMessage(msg) - m.Response = &MutateOperationResponse_ConversionActionResult{msg} - return true, err - case 13: // response.campaign_criterion_result - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MutateCampaignCriterionResult) - err := b.DecodeMessage(msg) - m.Response = &MutateOperationResponse_CampaignCriterionResult{msg} - return true, err - case 14: // response.shared_criterion_result - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MutateSharedCriterionResult) - err := b.DecodeMessage(msg) - m.Response = &MutateOperationResponse_SharedCriterionResult{msg} - return true, err - case 15: // response.shared_set_result - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MutateSharedSetResult) - err := b.DecodeMessage(msg) - m.Response = &MutateOperationResponse_SharedSetResult{msg} - return true, err - case 16: // response.user_list_result - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(MutateUserListResult) - err := b.DecodeMessage(msg) - m.Response = &MutateOperationResponse_UserListResult{msg} - return true, err - default: - return false, nil - } -} - -func _MutateOperationResponse_OneofSizer(msg proto.Message) (n int) { - m := msg.(*MutateOperationResponse) - // response - switch x := m.Response.(type) { - case *MutateOperationResponse_AdGroupAdResult: - s := proto.Size(x.AdGroupAdResult) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperationResponse_AdGroupBidModifierResult: - s := proto.Size(x.AdGroupBidModifierResult) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperationResponse_AdGroupCriterionResult: - s := proto.Size(x.AdGroupCriterionResult) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperationResponse_AdGroupResult: - s := proto.Size(x.AdGroupResult) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperationResponse_BiddingStrategyResult: - s := proto.Size(x.BiddingStrategyResult) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperationResponse_CampaignBidModifierResult: - s := proto.Size(x.CampaignBidModifierResult) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperationResponse_CampaignBudgetResult: - s := proto.Size(x.CampaignBudgetResult) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperationResponse_CampaignResult: - s := proto.Size(x.CampaignResult) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperationResponse_CampaignSharedSetResult: - s := proto.Size(x.CampaignSharedSetResult) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperationResponse_ConversionActionResult: - s := proto.Size(x.ConversionActionResult) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperationResponse_CampaignCriterionResult: - s := proto.Size(x.CampaignCriterionResult) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperationResponse_SharedCriterionResult: - s := proto.Size(x.SharedCriterionResult) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperationResponse_SharedSetResult: - s := proto.Size(x.SharedSetResult) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *MutateOperationResponse_UserListResult: - s := proto.Size(x.UserListResult) - n += 2 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -func init() { - proto.RegisterType((*SearchGoogleAdsRequest)(nil), "google.ads.googleads.v0.services.SearchGoogleAdsRequest") - proto.RegisterType((*SearchGoogleAdsResponse)(nil), "google.ads.googleads.v0.services.SearchGoogleAdsResponse") - proto.RegisterType((*GoogleAdsRow)(nil), "google.ads.googleads.v0.services.GoogleAdsRow") - proto.RegisterType((*MutateGoogleAdsRequest)(nil), "google.ads.googleads.v0.services.MutateGoogleAdsRequest") - proto.RegisterType((*MutateGoogleAdsResponse)(nil), "google.ads.googleads.v0.services.MutateGoogleAdsResponse") - proto.RegisterType((*MutateOperation)(nil), "google.ads.googleads.v0.services.MutateOperation") - proto.RegisterType((*MutateOperationResponse)(nil), "google.ads.googleads.v0.services.MutateOperationResponse") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// GoogleAdsServiceClient is the client API for GoogleAdsService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type GoogleAdsServiceClient interface { - // Returns all rows that match the search query. - Search(ctx context.Context, in *SearchGoogleAdsRequest, opts ...grpc.CallOption) (*SearchGoogleAdsResponse, error) - // Creates, updates, or removes resources. Operation statuses are returned. - Mutate(ctx context.Context, in *MutateGoogleAdsRequest, opts ...grpc.CallOption) (*MutateGoogleAdsResponse, error) -} - -type googleAdsServiceClient struct { - cc *grpc.ClientConn -} - -func NewGoogleAdsServiceClient(cc *grpc.ClientConn) GoogleAdsServiceClient { - return &googleAdsServiceClient{cc} -} - -func (c *googleAdsServiceClient) Search(ctx context.Context, in *SearchGoogleAdsRequest, opts ...grpc.CallOption) (*SearchGoogleAdsResponse, error) { - out := new(SearchGoogleAdsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.GoogleAdsService/Search", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *googleAdsServiceClient) Mutate(ctx context.Context, in *MutateGoogleAdsRequest, opts ...grpc.CallOption) (*MutateGoogleAdsResponse, error) { - out := new(MutateGoogleAdsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.GoogleAdsService/Mutate", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// GoogleAdsServiceServer is the server API for GoogleAdsService service. -type GoogleAdsServiceServer interface { - // Returns all rows that match the search query. - Search(context.Context, *SearchGoogleAdsRequest) (*SearchGoogleAdsResponse, error) - // Creates, updates, or removes resources. Operation statuses are returned. - Mutate(context.Context, *MutateGoogleAdsRequest) (*MutateGoogleAdsResponse, error) -} - -func RegisterGoogleAdsServiceServer(s *grpc.Server, srv GoogleAdsServiceServer) { - s.RegisterService(&_GoogleAdsService_serviceDesc, srv) -} - -func _GoogleAdsService_Search_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(SearchGoogleAdsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(GoogleAdsServiceServer).Search(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.GoogleAdsService/Search", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(GoogleAdsServiceServer).Search(ctx, req.(*SearchGoogleAdsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _GoogleAdsService_Mutate_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateGoogleAdsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(GoogleAdsServiceServer).Mutate(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.GoogleAdsService/Mutate", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(GoogleAdsServiceServer).Mutate(ctx, req.(*MutateGoogleAdsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _GoogleAdsService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.GoogleAdsService", - HandlerType: (*GoogleAdsServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "Search", - Handler: _GoogleAdsService_Search_Handler, - }, - { - MethodName: "Mutate", - Handler: _GoogleAdsService_Mutate_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/google_ads_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/google_ads_service.proto", fileDescriptor_google_ads_service_43132bd23a47b7d0) -} - -var fileDescriptor_google_ads_service_43132bd23a47b7d0 = []byte{ - // 3224 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x5b, 0xcd, 0x73, 0xdc, 0xb6, - 0x15, 0xcf, 0xca, 0xb1, 0x2d, 0x41, 0xdf, 0x90, 0x64, 0xc1, 0xb2, 0x1d, 0x2b, 0x4a, 0x9a, 0xb8, - 0x8e, 0xbd, 0x52, 0xe4, 0x24, 0xb6, 0xd6, 0x5f, 0x59, 0xc9, 0xb6, 0xec, 0x89, 0x95, 0xa8, 0x94, - 0xa3, 0x4c, 0x52, 0xb7, 0x0c, 0x96, 0x84, 0x56, 0xac, 0xf8, 0x15, 0x92, 0x2b, 0x55, 0xce, 0x38, - 0xd3, 0x66, 0xda, 0x69, 0x0e, 0xbd, 0xf5, 0x3f, 0xe8, 0xb1, 0x33, 0x9d, 0xe9, 0xb1, 0x7f, 0x43, - 0xaf, 0x3d, 0xb5, 0xe7, 0xce, 0x74, 0xa6, 0x7f, 0x40, 0x4f, 0x3d, 0x74, 0x00, 0x02, 0x24, 0x08, - 0x72, 0xbd, 0xa0, 0x6e, 0xcb, 0x07, 0xfe, 0xde, 0xef, 0xe1, 0xe3, 0xe1, 0x3d, 0x3c, 0x70, 0xc1, - 0x5a, 0x37, 0x08, 0xba, 0x2e, 0x59, 0xc6, 0x76, 0xbc, 0x9c, 0xfe, 0xa4, 0xbf, 0x0e, 0x57, 0x96, - 0x63, 0x12, 0x1d, 0x3a, 0x16, 0x11, 0x52, 0x13, 0xdb, 0xb1, 0xc9, 0x65, 0xcd, 0x30, 0x0a, 0x92, - 0x00, 0x2e, 0xa6, 0x2d, 0x4d, 0x6c, 0xc7, 0xcd, 0x0c, 0xda, 0x3c, 0x5c, 0x69, 0x0a, 0xe8, 0xc2, - 0xb5, 0x7e, 0xca, 0xad, 0xc0, 0xf3, 0x02, 0x7f, 0xd9, 0x23, 0x49, 0xe4, 0x58, 0x71, 0xaa, 0x6f, - 0xe1, 0xfa, 0x80, 0xb7, 0x63, 0xd2, 0xf5, 0x88, 0x9f, 0x88, 0xd7, 0x3f, 0xea, 0xf7, 0x7a, 0x44, - 0xe2, 0xa0, 0x17, 0x51, 0xd3, 0xb1, 0x65, 0x05, 0x3d, 0x3f, 0x31, 0x3b, 0x3d, 0xbb, 0x4b, 0x12, - 0x8e, 0xbb, 0x5f, 0x17, 0x67, 0x86, 0x51, 0x10, 0x06, 0x31, 0x76, 0xb9, 0x82, 0x15, 0x0d, 0x05, - 0xb6, 0xd9, 0x8d, 0x82, 0x5e, 0xc8, 0x11, 0x37, 0xf4, 0x11, 0x26, 0xb6, 0x39, 0xe8, 0x5e, 0x1d, - 0x50, 0xcf, 0x76, 0x88, 0x6f, 0x11, 0xf3, 0xd0, 0x21, 0x47, 0x1c, 0x7f, 0xb7, 0x06, 0xbe, 0xe3, - 0xd8, 0xa6, 0x17, 0xd8, 0xce, 0x9e, 0x43, 0x22, 0x0e, 0x6f, 0xd5, 0x80, 0x5b, 0x91, 0x93, 0x90, - 0xc8, 0x09, 0x7c, 0x8e, 0xfd, 0xb0, 0x06, 0x76, 0x8f, 0x10, 0xd1, 0xe3, 0x5b, 0x5a, 0xb0, 0xd8, - 0xda, 0x27, 0x76, 0xcf, 0x2d, 0xf4, 0x55, 0x67, 0x2d, 0x74, 0x89, 0x19, 0x61, 0xbf, 0x5b, 0xc0, - 0x69, 0x30, 0x76, 0x1c, 0xdb, 0x76, 0xfc, 0xae, 0x19, 0x27, 0x11, 0x4e, 0x48, 0xf7, 0x58, 0xbf, - 0x8b, 0x1d, 0xc7, 0x75, 0x19, 0x92, 0x24, 0xd9, 0x4a, 0xd0, 0x58, 0x3b, 0x16, 0xf6, 0x42, 0xec, - 0x74, 0x7d, 0xfd, 0x65, 0x20, 0x10, 0x27, 0x5d, 0x06, 0x19, 0xbe, 0x62, 0x19, 0xdc, 0xac, 0x03, - 0x97, 0xdd, 0xac, 0x55, 0x03, 0x78, 0x82, 0xf5, 0x93, 0x61, 0xa5, 0xf5, 0x73, 0xbb, 0x06, 0x2c, - 0xde, 0xc7, 0x11, 0xb1, 0xe9, 0xdc, 0xe8, 0x2f, 0x05, 0x0b, 0x47, 0x91, 0x43, 0x22, 0xd3, 0x0a, - 0xfc, 0x38, 0xc1, 0x7e, 0x52, 0xc3, 0xda, 0x7d, 0xb6, 0xf2, 0xe2, 0x04, 0x27, 0x3d, 0xb1, 0x7f, - 0xad, 0x69, 0xc0, 0x02, 0xff, 0x90, 0x44, 0xb1, 0x13, 0xf8, 0x26, 0xb6, 0x92, 0x7c, 0x7c, 0x74, - 0x56, 0x51, 0x2f, 0x4e, 0x02, 0xaf, 0xd6, 0x34, 0x72, 0x84, 0x69, 0xb9, 0x0e, 0xc9, 0x3a, 0x77, - 0xa7, 0x36, 0xd0, 0x74, 0x1d, 0xff, 0xa0, 0xc6, 0xd0, 0x08, 0xb4, 0x34, 0x91, 0x77, 0x6b, 0xc0, - 0x3c, 0xec, 0xe3, 0x2e, 0x89, 0x64, 0x56, 0x0d, 0x9b, 0x6d, 0x27, 0x0e, 0x5d, 0x7c, 0x6c, 0x1e, - 0x90, 0xe3, 0xa3, 0x20, 0xb2, 0x65, 0x87, 0xb9, 0x36, 0x18, 0x2d, 0x99, 0xfa, 0xbe, 0xde, 0xdb, - 0xa6, 0x93, 0x10, 0x8f, 0x43, 0x3e, 0xd0, 0x84, 0x78, 0x38, 0x0c, 0x1d, 0xbf, 0xab, 0x1f, 0x43, - 0xba, 0xc4, 0xb7, 0x49, 0x24, 0xf7, 0xe5, 0xb6, 0x0e, 0x28, 0x30, 0x13, 0x1c, 0xd1, 0x38, 0xa7, - 0xac, 0x6b, 0x0d, 0x8f, 0xd8, 0x0f, 0x12, 0xe2, 0xf2, 0x8d, 0x5c, 0xa2, 0xbd, 0xa7, 0x8b, 0x0c, - 0x49, 0xb4, 0x17, 0x44, 0x1e, 0x56, 0xf6, 0x2c, 0x8d, 0x11, 0x12, 0x13, 0x17, 0xba, 0xd8, 0xd7, - 0x5f, 0x35, 0x32, 0xca, 0x54, 0x82, 0x74, 0x5d, 0xb8, 0xb2, 0x4f, 0xdf, 0xa9, 0x09, 0xe7, 0x0f, - 0x1c, 0xfd, 0xb0, 0x26, 0xda, 0x27, 0x5d, 0x9c, 0x38, 0x87, 0x44, 0x51, 0x53, 0x63, 0xe0, 0xa4, - 0xe1, 0xd6, 0xd8, 0x89, 0x5c, 0xec, 0x77, 0x7b, 0x34, 0x84, 0x2a, 0x6b, 0x44, 0x63, 0xa6, 0x53, - 0x07, 0x65, 0x76, 0x5b, 0x84, 0x26, 0x70, 0x32, 0xf5, 0xaa, 0x06, 0x9e, 0xd8, 0x0e, 0x36, 0xf7, - 0x1c, 0x97, 0xe7, 0x9d, 0x0b, 0x0f, 0x34, 0x30, 0x41, 0xc7, 0xa1, 0x39, 0x6b, 0x18, 0x9a, 0x16, - 0x8d, 0xda, 0x41, 0x74, 0x7c, 0x12, 0xcb, 0x53, 0x2d, 0x36, 0xa1, 0xd9, 0xac, 0x8a, 0x7f, 0x32, - 0x18, 0x1f, 0x84, 0x24, 0xc2, 0x09, 0x4b, 0x01, 0x8e, 0xe3, 0x84, 0x78, 0xa6, 0xd8, 0xcc, 0x15, - 0x55, 0x1a, 0x4b, 0x27, 0xc4, 0x11, 0xf1, 0x13, 0xec, 0xf2, 0x10, 0x22, 0x0f, 0xa1, 0x46, 0xa0, - 0x0d, 0xa3, 0xc0, 0xee, 0x59, 0x49, 0xd9, 0x51, 0x35, 0xf2, 0xa6, 0x88, 0xd0, 0xf4, 0x9b, 0xf8, - 0x36, 0x96, 0x02, 0x50, 0x4b, 0x07, 0xe7, 0xe1, 0xe8, 0x80, 0xb0, 0xee, 0x17, 0x82, 0x97, 0xc6, - 0xb6, 0x12, 0x13, 0x1c, 0x59, 0xfb, 0x66, 0x42, 0x22, 0xaf, 0x66, 0xb6, 0xc6, 0xc3, 0xba, 0x9a, - 0x50, 0xac, 0x6a, 0x23, 0xf3, 0x84, 0x40, 0x63, 0x6c, 0x92, 0x20, 0x74, 0x2c, 0x75, 0x36, 0x57, - 0x75, 0x71, 0x52, 0xcf, 0x34, 0xe2, 0x64, 0x2f, 0x26, 0x91, 0xe9, 0xf8, 0x09, 0x89, 0x48, 0x9c, - 0xe8, 0x07, 0x1f, 0x06, 0x73, 0x9d, 0x0c, 0x72, 0x7d, 0x30, 0xe4, 0xd0, 0xb1, 0x49, 0x30, 0x68, - 0xa2, 0xb3, 0xe3, 0xa1, 0x74, 0x70, 0x29, 0x9e, 0x0f, 0xfb, 0xfb, 0x69, 0x19, 0x2b, 0x27, 0x9e, - 0x8a, 0x96, 0xb6, 0xbe, 0x96, 0x6c, 0xd6, 0x15, 0x15, 0x37, 0xf5, 0x55, 0x14, 0x81, 0xf7, 0x07, - 0x02, 0xd5, 0xd3, 0x41, 0xed, 0x21, 0xa8, 0xcc, 0xbd, 0x15, 0x2d, 0xf7, 0x6a, 0x68, 0x49, 0x4f, - 0xac, 0x75, 0x87, 0xb0, 0x9c, 0x89, 0xd7, 0x1e, 0xc2, 0x3c, 0xb3, 0x2e, 0x00, 0xd7, 0x6b, 0x00, - 0x33, 0x0f, 0x54, 0x74, 0x7c, 0x3c, 0x58, 0x87, 0x9a, 0x28, 0xd7, 0x9e, 0x48, 0x75, 0xe3, 0x50, - 0x14, 0xac, 0xe9, 0x2a, 0x28, 0x5b, 0x7f, 0x6b, 0x20, 0x34, 0xf3, 0x51, 0x05, 0x79, 0x51, 0x20, - 0x43, 0x67, 0x19, 0xfb, 0x7e, 0x90, 0xb0, 0x2d, 0x58, 0x9c, 0x1f, 0x78, 0xf9, 0x65, 0x99, 0x3d, - 0x75, 0x7a, 0x7b, 0xcb, 0x7b, 0x0e, 0x71, 0x69, 0xd6, 0x18, 0x8b, 0x3c, 0x78, 0x9e, 0xbf, 0x11, - 0x85, 0xd6, 0xb2, 0x7c, 0xf4, 0x58, 0xfa, 0x4b, 0x03, 0x9c, 0xdb, 0x61, 0x7b, 0xec, 0x26, 0x7b, - 0xa3, 0x6d, 0xc7, 0x06, 0xf9, 0xa6, 0x47, 0xe2, 0x04, 0x5e, 0x06, 0xa3, 0x59, 0x6a, 0xed, 0xd8, - 0xa8, 0xb1, 0xd8, 0xb8, 0x32, 0x62, 0x00, 0x21, 0x7a, 0x62, 0xc3, 0x59, 0x70, 0xfa, 0x9b, 0x1e, - 0x89, 0x8e, 0xd1, 0x10, 0x6b, 0x4a, 0x1f, 0xe0, 0x25, 0x00, 0x42, 0x9a, 0x1e, 0x24, 0xc1, 0x01, - 0xf1, 0xd1, 0x29, 0xd6, 0x34, 0x42, 0x25, 0xcf, 0xa8, 0x00, 0x5e, 0x00, 0xec, 0xc1, 0x8c, 0x9d, - 0x17, 0x04, 0xbd, 0xbe, 0xd8, 0xb8, 0x72, 0xda, 0x18, 0xa6, 0x82, 0x1d, 0xe7, 0x05, 0x81, 0x6f, - 0x81, 0xf1, 0x43, 0xec, 0x3a, 0x36, 0x4e, 0x88, 0x19, 0xf8, 0xee, 0x31, 0x3a, 0xbd, 0xd8, 0xb8, - 0x32, 0x6c, 0x8c, 0x09, 0xe1, 0x67, 0xbe, 0x7b, 0xbc, 0xf4, 0xdf, 0x06, 0x98, 0x2f, 0x99, 0x1c, - 0x87, 0x81, 0x1f, 0x13, 0xf8, 0x18, 0x9c, 0x8d, 0x48, 0xdc, 0x73, 0x93, 0x18, 0x35, 0x16, 0x4f, - 0x5d, 0x19, 0x5d, 0x6d, 0x36, 0x07, 0x95, 0xa6, 0x9a, 0xb9, 0x96, 0xe0, 0xc8, 0x10, 0x70, 0xf8, - 0x0e, 0x98, 0xf4, 0xc9, 0x2f, 0x13, 0x53, 0xea, 0x4b, 0xda, 0xcd, 0x71, 0x2a, 0xde, 0xce, 0xfa, - 0xd3, 0x04, 0x33, 0x49, 0x40, 0xc3, 0x31, 0x07, 0x9a, 0xac, 0x5e, 0xc4, 0xfa, 0x7d, 0xca, 0x98, - 0x66, 0x4d, 0x46, 0xda, 0xb2, 0x41, 0x1b, 0xe0, 0x1a, 0x00, 0xf9, 0xec, 0xb0, 0xfe, 0x8d, 0xae, - 0x2e, 0x08, 0x23, 0xc5, 0x04, 0x36, 0x1f, 0xd1, 0x57, 0xb6, 0x70, 0x7c, 0x60, 0x8c, 0xec, 0x89, - 0x9f, 0x4b, 0xff, 0xb8, 0x06, 0xc6, 0x64, 0x63, 0xe1, 0x17, 0x60, 0xa2, 0x58, 0x9f, 0x42, 0x57, - 0x99, 0xbe, 0x95, 0xbe, 0x9d, 0xce, 0xb6, 0xf6, 0x66, 0x3b, 0x05, 0xae, 0x33, 0x9c, 0x31, 0x8e, - 0xe5, 0x47, 0x18, 0x82, 0xf9, 0x3e, 0x85, 0x2f, 0xf4, 0x1e, 0x63, 0xb8, 0x55, 0x97, 0x61, 0x9b, - 0xe3, 0x8d, 0x39, 0x5c, 0x25, 0x86, 0x0f, 0xc1, 0xb0, 0xd8, 0x79, 0xd9, 0xd8, 0x8d, 0xae, 0x5e, - 0xd5, 0xa1, 0xb0, 0x37, 0x29, 0xc2, 0x38, 0x8b, 0xd3, 0x1f, 0xf0, 0x29, 0x18, 0x95, 0xa2, 0x10, - 0x9a, 0x62, 0x9a, 0xae, 0xe9, 0x6b, 0x6a, 0xdb, 0xc6, 0x08, 0x16, 0x3f, 0xe1, 0x01, 0x38, 0x57, - 0x5d, 0x57, 0x43, 0x6b, 0x4c, 0xf1, 0x47, 0x35, 0x14, 0x73, 0xf8, 0xae, 0x43, 0x8e, 0x8c, 0x19, - 0x5c, 0x16, 0xc2, 0x7d, 0x30, 0x57, 0x19, 0x04, 0x11, 0x62, 0x5c, 0x1f, 0xea, 0x73, 0xad, 0x3b, - 0xf6, 0x16, 0x07, 0x1b, 0x10, 0x97, 0x64, 0x10, 0x03, 0x58, 0x0e, 0x94, 0x68, 0x9a, 0xd1, 0xdc, - 0xd0, 0xa7, 0xd9, 0x10, 0x50, 0x63, 0x0a, 0x2b, 0x12, 0x68, 0x80, 0xf1, 0x42, 0x59, 0x0f, 0x6d, - 0x30, 0xed, 0x4d, 0x7d, 0xed, 0x8f, 0x08, 0xb1, 0x8d, 0x51, 0x9c, 0x3f, 0xc0, 0xcf, 0xc1, 0x44, - 0xb1, 0x72, 0x87, 0x56, 0x98, 0xd2, 0x65, 0x1d, 0xa5, 0x5d, 0x62, 0x50, 0x1c, 0x1b, 0xfe, 0x31, - 0x2c, 0x3d, 0xc1, 0x9f, 0x82, 0x29, 0xb5, 0x94, 0x88, 0xbe, 0x64, 0x8a, 0xdf, 0xd7, 0xb2, 0x76, - 0x87, 0x23, 0x99, 0xea, 0x09, 0x5c, 0x78, 0x86, 0x3f, 0x03, 0x53, 0x6a, 0x5e, 0x80, 0x20, 0x53, - 0xbe, 0xaa, 0xa1, 0x7c, 0x3d, 0x85, 0xee, 0x70, 0xa4, 0x31, 0xd9, 0x29, 0x0a, 0xe0, 0x33, 0x30, - 0x5e, 0x28, 0x2d, 0xa2, 0x1f, 0x6b, 0x8f, 0xc8, 0x7a, 0x8a, 0xdb, 0xa1, 0x30, 0x63, 0xac, 0x23, - 0x3d, 0xc1, 0xaf, 0xc0, 0xa4, 0x92, 0x45, 0xa0, 0x19, 0xed, 0x01, 0xd9, 0xe0, 0x48, 0xbe, 0xb1, - 0x4c, 0x58, 0x85, 0x67, 0xb8, 0x09, 0x86, 0x85, 0x84, 0xed, 0xa7, 0xa3, 0xab, 0xef, 0xd5, 0x50, - 0x6a, 0x64, 0x60, 0xe8, 0x81, 0x73, 0xd5, 0xc5, 0x4e, 0xf4, 0x90, 0xa9, 0xbd, 0x59, 0x43, 0x6d, - 0xc1, 0x39, 0x67, 0xad, 0x0a, 0x29, 0xfc, 0x05, 0x98, 0xab, 0xcc, 0xcf, 0xd0, 0x82, 0xf6, 0x4e, - 0x90, 0x8d, 0x8c, 0xe4, 0x9e, 0x33, 0x56, 0x59, 0x08, 0x2d, 0x00, 0xcb, 0x59, 0x18, 0x9a, 0x65, - 0x44, 0x1f, 0xd4, 0x20, 0xca, 0x1d, 0x74, 0xda, 0x52, 0x45, 0x74, 0xe9, 0x14, 0x0a, 0xa7, 0xe8, - 0xbe, 0xf6, 0xd2, 0x11, 0xfa, 0x99, 0x8b, 0x8e, 0x59, 0xd2, 0x13, 0xb4, 0xc1, 0x4c, 0x45, 0x12, - 0x87, 0xde, 0xa8, 0x6d, 0xfb, 0x0e, 0x03, 0xef, 0x90, 0x24, 0xb7, 0x3d, 0x13, 0x51, 0xaf, 0x52, - 0x0b, 0xb0, 0x68, 0x5d, 0xdb, 0xab, 0x36, 0x52, 0xe8, 0x06, 0x47, 0x1a, 0x93, 0x56, 0x51, 0xc0, - 0x86, 0x46, 0xae, 0xd2, 0xa2, 0x1f, 0xe9, 0x0f, 0x0d, 0xc3, 0xed, 0x30, 0x98, 0x31, 0x66, 0x49, - 0x4f, 0xf0, 0x6b, 0x30, 0x5d, 0xca, 0x4d, 0x51, 0x57, 0x7b, 0xd3, 0xdd, 0xc8, 0xb0, 0x6d, 0x06, - 0x35, 0xa6, 0x2c, 0x45, 0xc2, 0x7c, 0x8b, 0x67, 0x67, 0x2c, 0x5b, 0xd3, 0xf4, 0x2d, 0x0e, 0x31, - 0x32, 0x30, 0x5b, 0xec, 0x55, 0x45, 0x55, 0x74, 0x57, 0x7f, 0xb1, 0x73, 0xfc, 0x56, 0x0a, 0x7f, - 0xea, 0xf8, 0x07, 0xc6, 0x8c, 0x55, 0x16, 0xc2, 0x2e, 0x98, 0xad, 0xaa, 0x1a, 0xa3, 0x7b, 0xda, - 0x51, 0x4f, 0x50, 0x6d, 0x30, 0x34, 0x63, 0x82, 0x56, 0x49, 0xc6, 0x76, 0xb5, 0x22, 0x11, 0x7a, - 0xa4, 0xbf, 0xab, 0x15, 0xf4, 0x19, 0x13, 0x45, 0xfd, 0x6c, 0xc5, 0xc8, 0xc5, 0x6b, 0xf4, 0xb1, - 0xfe, 0x8a, 0xe1, 0x38, 0xee, 0x4c, 0xd2, 0x13, 0x1d, 0x9a, 0xaa, 0xe2, 0x34, 0x5a, 0xd6, 0x1e, - 0x9a, 0x07, 0x29, 0xfc, 0x93, 0x14, 0xcd, 0xb6, 0x37, 0x68, 0x97, 0x64, 0xf0, 0x36, 0x78, 0x9d, - 0x59, 0xdd, 0x64, 0x8a, 0xdf, 0xd5, 0x50, 0xcc, 0xac, 0x65, 0x20, 0xf8, 0x18, 0x8c, 0x64, 0x65, - 0x6d, 0xb4, 0xaa, 0xbd, 0xec, 0xa8, 0x86, 0x27, 0x09, 0xf1, 0x8c, 0xe1, 0x3d, 0xfe, 0x0b, 0xfe, - 0x04, 0x8c, 0xc9, 0xd5, 0x6e, 0xd4, 0xd2, 0xce, 0x19, 0xa8, 0xb2, 0xad, 0x14, 0x65, 0x8c, 0xee, - 0xe5, 0x0f, 0xf0, 0x53, 0x30, 0x2a, 0x95, 0xc2, 0xd1, 0x15, 0xa6, 0xf1, 0xba, 0x86, 0xc6, 0x4d, - 0x86, 0x62, 0x23, 0x06, 0xba, 0xd9, 0x6f, 0xba, 0xbf, 0x55, 0x54, 0xc9, 0xd1, 0xbc, 0xf6, 0xfe, - 0xb6, 0x49, 0x82, 0x67, 0x0c, 0x9c, 0x6d, 0x3f, 0xd3, 0x5d, 0x55, 0x44, 0x53, 0x12, 0xb5, 0x9c, - 0x8e, 0x6e, 0x68, 0xaf, 0xd5, 0xc7, 0x14, 0xca, 0xd2, 0xa6, 0x34, 0x25, 0xd9, 0x2f, 0x3c, 0xd3, - 0xc0, 0x59, 0x5d, 0x71, 0x47, 0x9b, 0xda, 0x81, 0x93, 0x51, 0x6c, 0xe7, 0xf8, 0x34, 0x70, 0xee, - 0x57, 0x48, 0xe9, 0xa4, 0x16, 0x16, 0xef, 0x9c, 0xf6, 0xa4, 0xca, 0xab, 0x76, 0xf4, 0x40, 0x5a, - 0xae, 0x92, 0xca, 0xd0, 0xc5, 0x3e, 0x5a, 0xac, 0xab, 0x72, 0xdb, 0xc5, 0x7e, 0xa6, 0x92, 0x3e, - 0xd0, 0x1d, 0xaf, 0xb2, 0xa2, 0x8f, 0xde, 0xd4, 0xde, 0xf1, 0x24, 0xdd, 0x59, 0xba, 0x32, 0x73, - 0x50, 0x16, 0xc2, 0x5f, 0x35, 0xc0, 0xa5, 0x57, 0x56, 0xf0, 0xd1, 0x12, 0x23, 0xbd, 0x5b, 0x8f, - 0xf4, 0x53, 0xae, 0x85, 0x8b, 0x8c, 0x85, 0x83, 0xbe, 0x6d, 0xf4, 0xac, 0x51, 0x79, 0xff, 0x81, - 0xde, 0xd2, 0xde, 0x5a, 0x24, 0x66, 0x71, 0x0a, 0x83, 0x07, 0x25, 0x19, 0xdd, 0xc3, 0xaa, 0xee, - 0x3a, 0xd0, 0xdb, 0x27, 0x21, 0x12, 0x5d, 0x93, 0x89, 0x44, 0x97, 0xbe, 0x06, 0xd3, 0xa5, 0x9b, - 0x09, 0x74, 0x53, 0x3b, 0xbc, 0x3e, 0xe5, 0xd8, 0xcc, 0x2d, 0xa7, 0x5c, 0x45, 0x42, 0x1d, 0xa7, - 0xfa, 0x02, 0x03, 0x7d, 0xa8, 0xed, 0x38, 0x69, 0xe4, 0xa3, 0x86, 0xa7, 0xf8, 0xd4, 0x71, 0xbc, - 0x0a, 0x29, 0xfc, 0x04, 0x80, 0xfc, 0xbe, 0x03, 0x7d, 0xa5, 0x7d, 0x92, 0xdd, 0xa2, 0xa0, 0x47, - 0x8e, 0x4b, 0x8c, 0x11, 0x4f, 0xfc, 0x84, 0x2f, 0xc1, 0xc5, 0x57, 0x5d, 0x84, 0xa0, 0x2f, 0x98, - 0xfa, 0x3b, 0x3a, 0xea, 0x99, 0x9a, 0x76, 0x18, 0x6e, 0x70, 0x25, 0xd9, 0x88, 0x9d, 0xf7, 0xfa, - 0x35, 0xb1, 0xa1, 0xab, 0xbc, 0x41, 0x41, 0x1d, 0xfd, 0xa1, 0x63, 0x0a, 0x1e, 0x30, 0x7c, 0xc6, - 0x39, 0xeb, 0x55, 0x48, 0xe1, 0xef, 0x1b, 0xe0, 0xcd, 0x81, 0x37, 0x2e, 0x68, 0x97, 0x51, 0xb7, - 0x35, 0xa8, 0x3f, 0x13, 0xba, 0x76, 0x98, 0xaa, 0xdd, 0x54, 0x53, 0x66, 0xc4, 0x1b, 0xc1, 0x2b, - 0xdb, 0xa9, 0x0f, 0x54, 0x5d, 0xda, 0xa0, 0xeb, 0xda, 0x3e, 0xb0, 0xcd, 0xe1, 0x69, 0x2a, 0x99, - 0xc6, 0xf1, 0xb0, 0x24, 0xa3, 0x07, 0xfb, 0xf2, 0xfd, 0x0e, 0xfa, 0x48, 0xdb, 0x09, 0xb6, 0x53, - 0x70, 0x1e, 0x3b, 0xa6, 0x42, 0x45, 0x02, 0xbf, 0x04, 0x13, 0xc5, 0x6b, 0x20, 0x74, 0x4e, 0x3b, - 0x30, 0x19, 0x05, 0xa0, 0xa1, 0x28, 0xa2, 0x51, 0x4f, 0xbd, 0xed, 0x41, 0x0f, 0xb4, 0x95, 0xa7, - 0x15, 0xc1, 0x67, 0x24, 0xf2, 0xd2, 0xa8, 0x17, 0x17, 0x9e, 0xe9, 0x91, 0x41, 0xad, 0xeb, 0xa2, - 0x4b, 0xda, 0x47, 0x86, 0xf4, 0xe8, 0x91, 0x9f, 0xa7, 0x26, 0xe3, 0xa2, 0x80, 0x3a, 0xab, 0x74, - 0xdc, 0xb9, 0xa0, 0xed, 0xac, 0xf9, 0x31, 0x67, 0x24, 0xce, 0x8e, 0x37, 0x9f, 0x00, 0x90, 0x5f, - 0x0b, 0xa1, 0x6b, 0xda, 0xca, 0x9e, 0x51, 0x10, 0xeb, 0xfd, 0x48, 0x22, 0x7e, 0xd2, 0xd4, 0xb4, - 0x70, 0x5f, 0x84, 0x6e, 0x6b, 0xa7, 0xa6, 0x9f, 0xc7, 0x24, 0x7a, 0xc2, 0x61, 0xc6, 0x58, 0x4f, - 0x7a, 0xa2, 0x49, 0x5f, 0x56, 0xaa, 0x46, 0xef, 0x68, 0x27, 0x7d, 0x54, 0xe3, 0x53, 0x27, 0x4e, - 0x8c, 0xe1, 0x1e, 0xff, 0x45, 0x0f, 0xbb, 0xe5, 0xfb, 0x41, 0x74, 0x47, 0x3b, 0xa1, 0x32, 0x72, - 0x30, 0x3f, 0x18, 0x4d, 0x47, 0xaa, 0x08, 0x7e, 0x01, 0x26, 0x8a, 0x17, 0x74, 0xe8, 0xb2, 0x76, - 0xa1, 0x94, 0x8d, 0x6a, 0xe6, 0xeb, 0xe3, 0x89, 0xfc, 0x08, 0xef, 0x81, 0xd3, 0xec, 0x8e, 0x0c, - 0xbd, 0xcb, 0xf4, 0x5d, 0xd1, 0xd0, 0xb7, 0x4b, 0xdf, 0x37, 0x52, 0x18, 0x6c, 0x83, 0xb3, 0xfc, - 0xcb, 0x47, 0x56, 0x0b, 0x7f, 0x55, 0xf2, 0x9d, 0x7e, 0xfa, 0xd8, 0xdc, 0x4a, 0x5f, 0x37, 0x04, - 0x0e, 0x3e, 0x00, 0xc3, 0xe2, 0x73, 0x48, 0xb4, 0x37, 0xc0, 0x0a, 0xae, 0x63, 0x87, 0xbf, 0x6f, - 0x64, 0xc8, 0xa5, 0x7f, 0x37, 0xc0, 0xb9, 0xad, 0x5e, 0x82, 0x13, 0x52, 0xff, 0x1e, 0xe0, 0xe7, - 0x60, 0xda, 0x63, 0x50, 0x93, 0x6f, 0x84, 0x81, 0x1f, 0xa3, 0x21, 0x56, 0x7e, 0x7f, 0x7f, 0x70, - 0xf9, 0x3d, 0x65, 0xfd, 0x4c, 0x20, 0x8d, 0x29, 0xaf, 0x28, 0x88, 0xe1, 0xbb, 0x60, 0x32, 0xc4, - 0x51, 0xe2, 0x60, 0xd7, 0xdc, 0xc3, 0x8e, 0xdb, 0x8b, 0x08, 0x2b, 0x11, 0x0f, 0x1b, 0x13, 0x5c, - 0xfc, 0x28, 0x95, 0x96, 0xaf, 0x0f, 0x5e, 0xaf, 0xb8, 0x3e, 0xf8, 0x67, 0x03, 0xcc, 0x97, 0x7a, - 0xca, 0xaf, 0x0f, 0x1e, 0x81, 0x39, 0x85, 0xc9, 0x24, 0x51, 0x14, 0x44, 0xbc, 0x24, 0x0d, 0x45, - 0x6f, 0xa2, 0xd0, 0x6a, 0xf2, 0x43, 0xfe, 0x4c, 0xd1, 0x86, 0x87, 0xf4, 0x75, 0x78, 0x04, 0x16, - 0xd4, 0x11, 0x31, 0x23, 0x4e, 0x22, 0x6e, 0x26, 0xd6, 0xea, 0x0f, 0x0d, 0xd7, 0x60, 0x20, 0xaf, - 0xba, 0x21, 0x5e, 0xfa, 0xf3, 0x38, 0x98, 0x54, 0x50, 0xd0, 0x91, 0x0a, 0xcb, 0xd8, 0xce, 0x2d, - 0xe2, 0x35, 0x82, 0x0f, 0x06, 0xdb, 0x91, 0x15, 0xc7, 0x33, 0xa5, 0x8f, 0x5f, 0xcb, 0x2a, 0xcb, - 0x92, 0x14, 0xfe, 0xb6, 0x01, 0x2e, 0x57, 0xdf, 0xe4, 0xe6, 0xac, 0x43, 0x03, 0x92, 0x5b, 0x95, - 0x55, 0xaa, 0x8c, 0xc9, 0xf4, 0x17, 0x70, 0xff, 0x66, 0xf8, 0x1d, 0xb8, 0x58, 0x71, 0x15, 0x9c, - 0xdb, 0x90, 0x4e, 0xe7, 0x6d, 0x6d, 0x1b, 0xb2, 0x8d, 0x5e, 0xb6, 0xe0, 0x3c, 0xee, 0xd7, 0x08, - 0x3b, 0x52, 0x85, 0x3d, 0x67, 0x3d, 0x3d, 0x20, 0xde, 0xa8, 0xac, 0x32, 0x99, 0x28, 0xb1, 0xe7, - 0x1c, 0x2f, 0xc0, 0x42, 0xe9, 0xca, 0x39, 0xe7, 0x3a, 0xc3, 0xb8, 0x5a, 0x83, 0xb9, 0x94, 0x1a, - 0xb3, 0xcc, 0x89, 0x3a, 0x7d, 0xda, 0xe0, 0xef, 0x1a, 0xe0, 0x72, 0xf5, 0x75, 0x75, 0x6e, 0xc1, - 0x59, 0x66, 0xc1, 0xbd, 0xc1, 0x16, 0x54, 0xd4, 0x45, 0x65, 0x2b, 0x2e, 0x5a, 0xaf, 0x68, 0x87, - 0x47, 0xe0, 0xbc, 0x7a, 0xe3, 0x9d, 0x9b, 0x30, 0xcc, 0x4c, 0x58, 0xab, 0x61, 0x02, 0xd3, 0x20, - 0xb3, 0xcf, 0x5b, 0xd5, 0x4d, 0xd0, 0x96, 0x8a, 0xb4, 0x39, 0x23, 0x18, 0x90, 0x6b, 0x95, 0x18, - 0x65, 0xae, 0xac, 0xd2, 0x99, 0xb3, 0xfc, 0xba, 0x01, 0x2e, 0x55, 0xdd, 0x8a, 0xe7, 0x8c, 0xa3, - 0x03, 0x32, 0xf7, 0x12, 0x63, 0x96, 0x72, 0xc8, 0xd4, 0x0b, 0x56, 0xdf, 0x56, 0xf8, 0x12, 0x5c, - 0x28, 0x5f, 0xaa, 0xe7, 0x06, 0x8c, 0xe9, 0xfa, 0x92, 0x5a, 0xc1, 0x2c, 0xf8, 0x92, 0xd5, 0xaf, - 0x91, 0x1e, 0x97, 0x2f, 0x56, 0x7c, 0x94, 0x90, 0x1b, 0x30, 0x5e, 0x77, 0x04, 0x2a, 0xbd, 0x79, - 0xc1, 0xea, 0xdb, 0x4a, 0x5d, 0xad, 0xf4, 0x51, 0x40, 0xce, 0x3f, 0xa1, 0xeb, 0x6a, 0x4a, 0x16, - 0x59, 0x70, 0xb5, 0xb8, 0x4f, 0x1b, 0xdc, 0x07, 0xb3, 0x95, 0xf3, 0x3e, 0xa9, 0xbb, 0x79, 0x57, - 0xce, 0x37, 0x8c, 0xcb, 0xf3, 0x4c, 0xc0, 0x4c, 0xfe, 0xf9, 0x41, 0x4e, 0x34, 0xa5, 0xbb, 0xa4, - 0x45, 0x72, 0x57, 0x58, 0xd2, 0x3d, 0x55, 0xb8, 0x3e, 0x0a, 0x46, 0x32, 0xe5, 0x4b, 0x3f, 0x8c, - 0x8b, 0x60, 0x5c, 0x0a, 0x66, 0x70, 0x4f, 0xda, 0x44, 0xb1, 0xcd, 0xef, 0xd7, 0x79, 0xd0, 0xba, - 0xa9, 0x1b, 0x3c, 0xf3, 0x7b, 0x5d, 0x06, 0x7f, 0xfc, 0x9a, 0x31, 0x89, 0x8b, 0x22, 0xf8, 0x7d, - 0x43, 0x8a, 0x16, 0x85, 0xcd, 0x8c, 0x53, 0xa6, 0x11, 0xeb, 0xe3, 0x9a, 0x94, 0xf2, 0x35, 0x8f, - 0xe0, 0x46, 0xb8, 0x4f, 0x1b, 0xfc, 0x16, 0x9c, 0xaf, 0x88, 0x58, 0xdc, 0x80, 0x53, 0xba, 0x5b, - 0x69, 0xc1, 0x80, 0xfc, 0xb8, 0x22, 0xe8, 0xcf, 0xe1, 0xca, 0x16, 0x68, 0x82, 0xc9, 0x8c, 0x9c, - 0x53, 0x9e, 0x1e, 0x70, 0x36, 0xad, 0xa6, 0xcc, 0x98, 0xc6, 0xb1, 0x2c, 0x80, 0x47, 0x60, 0xbe, - 0x14, 0xab, 0x38, 0xd1, 0x19, 0xdd, 0x74, 0x20, 0x25, 0x52, 0xaf, 0x44, 0x05, 0xe1, 0x5c, 0xa7, - 0xaa, 0x01, 0xfe, 0x46, 0xde, 0x3c, 0xaa, 0xe6, 0xf6, 0xec, 0x80, 0x22, 0x80, 0x42, 0x5f, 0x75, - 0x87, 0x27, 0x4c, 0x38, 0x6f, 0xf5, 0x6b, 0x84, 0x89, 0x74, 0x59, 0xc9, 0xa3, 0x14, 0xe7, 0x1f, - 0xd6, 0xdd, 0xbc, 0x14, 0xfe, 0xf4, 0x76, 0x55, 0x50, 0xcf, 0x5a, 0x15, 0x72, 0x88, 0xa5, 0x7b, - 0x5c, 0x4e, 0x07, 0x06, 0x94, 0x33, 0xfb, 0xd0, 0x65, 0x44, 0xd9, 0x75, 0x2e, 0xa7, 0xf8, 0x0e, - 0x2c, 0x54, 0x85, 0x27, 0xce, 0x96, 0xc6, 0xa6, 0xfb, 0x75, 0xd9, 0xf2, 0x43, 0xb1, 0xa0, 0x9d, - 0xb7, 0xaa, 0x9b, 0xe0, 0x0b, 0x80, 0xca, 0xb1, 0x89, 0xb3, 0x8f, 0xd5, 0xf3, 0x9a, 0xd2, 0x05, - 0x5b, 0xe6, 0x35, 0x56, 0x65, 0x0b, 0x7c, 0x29, 0xa5, 0x1e, 0x25, 0x97, 0x1d, 0x3f, 0x59, 0xd7, - 0xcb, 0x3e, 0x3b, 0x6f, 0x55, 0x37, 0x51, 0x9f, 0x2a, 0x05, 0x25, 0x4e, 0x3e, 0x51, 0xcf, 0xa7, - 0xd4, 0xea, 0x46, 0xe6, 0x53, 0x71, 0x55, 0x03, 0x24, 0x60, 0xba, 0x3c, 0xd5, 0x93, 0xf5, 0xb6, - 0xe5, 0xf2, 0x14, 0x4f, 0xc6, 0xca, 0xd4, 0x76, 0xc0, 0x54, 0x1e, 0x8e, 0x38, 0xcb, 0x54, 0xbd, - 0xe5, 0x9b, 0x95, 0x1b, 0xb2, 0xe5, 0xdb, 0x2b, 0x48, 0xd6, 0x01, 0x18, 0x16, 0xc7, 0xb2, 0xd5, - 0x1f, 0x4e, 0x81, 0xa9, 0xec, 0x44, 0xb8, 0x93, 0x2a, 0x82, 0x7f, 0x6d, 0x80, 0x33, 0x69, 0x65, - 0x09, 0xde, 0xd2, 0x08, 0xb5, 0x95, 0x1f, 0xd2, 0x2d, 0xac, 0x9d, 0x00, 0x99, 0x1a, 0xb5, 0xb4, - 0xf6, 0xfd, 0xdf, 0xff, 0xf5, 0x87, 0xa1, 0x1b, 0x4b, 0x4d, 0xf6, 0xe7, 0x47, 0x7e, 0xe4, 0x8e, - 0x97, 0xbf, 0x95, 0x0e, 0xe4, 0x77, 0xaf, 0xbe, 0xe4, 0x1f, 0x13, 0xb6, 0xed, 0xb8, 0x95, 0x96, - 0xbd, 0x5a, 0x8d, 0xab, 0xcc, 0xf4, 0x74, 0x18, 0x74, 0x4c, 0xaf, 0x3e, 0xfb, 0x2f, 0xac, 0x9d, - 0x00, 0x79, 0x52, 0xd3, 0xd3, 0x43, 0x6d, 0xab, 0x71, 0x75, 0xfd, 0x7f, 0x0d, 0xf0, 0xb6, 0x15, - 0x78, 0x03, 0xb9, 0xd7, 0xe7, 0xd4, 0x09, 0xdb, 0x8e, 0x82, 0x24, 0xd8, 0x6e, 0x7c, 0xf5, 0x98, - 0x43, 0xbb, 0x81, 0x8b, 0xfd, 0x6e, 0x33, 0x88, 0xba, 0xcb, 0x5d, 0xe2, 0xb3, 0xcf, 0xeb, 0xc4, - 0x97, 0x97, 0xa1, 0x13, 0xf7, 0xff, 0x10, 0xf3, 0xb6, 0xf8, 0xf1, 0xc7, 0xa1, 0x53, 0x9b, 0xed, - 0xf6, 0x9f, 0x86, 0x16, 0x53, 0xa6, 0x66, 0xdb, 0x96, 0x3e, 0x18, 0x6c, 0xee, 0xae, 0x34, 0x39, - 0x71, 0xfc, 0x37, 0xf1, 0xca, 0xf3, 0xb6, 0x1d, 0x3f, 0xcf, 0x5e, 0x79, 0xbe, 0xbb, 0xf2, 0x5c, - 0xbc, 0xf2, 0x9f, 0xa1, 0xb7, 0x53, 0x79, 0xab, 0x45, 0xfb, 0xdb, 0xca, 0x5e, 0x6a, 0xb5, 0x76, - 0x57, 0x5a, 0x2d, 0xf1, 0x5a, 0xe7, 0x0c, 0xb3, 0xf3, 0xc6, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, - 0x11, 0x58, 0xa6, 0xb8, 0x91, 0x3b, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/hotel_group_view_service.pb.go b/googleapis/ads/googleads/v0/services/hotel_group_view_service.pb.go deleted file mode 100644 index 79a21b36f3..0000000000 --- a/googleapis/ads/googleads/v0/services/hotel_group_view_service.pb.go +++ /dev/null @@ -1,177 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/hotel_group_view_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [HotelGroupViewService.GetHotelGroupView][google.ads.googleads.v0.services.HotelGroupViewService.GetHotelGroupView]. -type GetHotelGroupViewRequest struct { - // Resource name of the Hotel Group View to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetHotelGroupViewRequest) Reset() { *m = GetHotelGroupViewRequest{} } -func (m *GetHotelGroupViewRequest) String() string { return proto.CompactTextString(m) } -func (*GetHotelGroupViewRequest) ProtoMessage() {} -func (*GetHotelGroupViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_hotel_group_view_service_e2fc7e3c919ad1a4, []int{0} -} -func (m *GetHotelGroupViewRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetHotelGroupViewRequest.Unmarshal(m, b) -} -func (m *GetHotelGroupViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetHotelGroupViewRequest.Marshal(b, m, deterministic) -} -func (dst *GetHotelGroupViewRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetHotelGroupViewRequest.Merge(dst, src) -} -func (m *GetHotelGroupViewRequest) XXX_Size() int { - return xxx_messageInfo_GetHotelGroupViewRequest.Size(m) -} -func (m *GetHotelGroupViewRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetHotelGroupViewRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetHotelGroupViewRequest proto.InternalMessageInfo - -func (m *GetHotelGroupViewRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetHotelGroupViewRequest)(nil), "google.ads.googleads.v0.services.GetHotelGroupViewRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// HotelGroupViewServiceClient is the client API for HotelGroupViewService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type HotelGroupViewServiceClient interface { - // Returns the requested Hotel Group View in full detail. - GetHotelGroupView(ctx context.Context, in *GetHotelGroupViewRequest, opts ...grpc.CallOption) (*resources.HotelGroupView, error) -} - -type hotelGroupViewServiceClient struct { - cc *grpc.ClientConn -} - -func NewHotelGroupViewServiceClient(cc *grpc.ClientConn) HotelGroupViewServiceClient { - return &hotelGroupViewServiceClient{cc} -} - -func (c *hotelGroupViewServiceClient) GetHotelGroupView(ctx context.Context, in *GetHotelGroupViewRequest, opts ...grpc.CallOption) (*resources.HotelGroupView, error) { - out := new(resources.HotelGroupView) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.HotelGroupViewService/GetHotelGroupView", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// HotelGroupViewServiceServer is the server API for HotelGroupViewService service. -type HotelGroupViewServiceServer interface { - // Returns the requested Hotel Group View in full detail. - GetHotelGroupView(context.Context, *GetHotelGroupViewRequest) (*resources.HotelGroupView, error) -} - -func RegisterHotelGroupViewServiceServer(s *grpc.Server, srv HotelGroupViewServiceServer) { - s.RegisterService(&_HotelGroupViewService_serviceDesc, srv) -} - -func _HotelGroupViewService_GetHotelGroupView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetHotelGroupViewRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(HotelGroupViewServiceServer).GetHotelGroupView(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.HotelGroupViewService/GetHotelGroupView", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(HotelGroupViewServiceServer).GetHotelGroupView(ctx, req.(*GetHotelGroupViewRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _HotelGroupViewService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.HotelGroupViewService", - HandlerType: (*HotelGroupViewServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetHotelGroupView", - Handler: _HotelGroupViewService_GetHotelGroupView_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/hotel_group_view_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/hotel_group_view_service.proto", fileDescriptor_hotel_group_view_service_e2fc7e3c919ad1a4) -} - -var fileDescriptor_hotel_group_view_service_e2fc7e3c919ad1a4 = []byte{ - // 369 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xb1, 0x4a, 0xc3, 0x40, - 0x18, 0xc7, 0x49, 0x04, 0xc1, 0xa0, 0x83, 0x01, 0xa1, 0x04, 0x87, 0x52, 0x3b, 0x48, 0x87, 0xbb, - 0xd4, 0x2e, 0x7a, 0x22, 0x25, 0x5d, 0xd2, 0x49, 0x4a, 0x85, 0x0c, 0x12, 0x08, 0xb1, 0xf9, 0x88, - 0x81, 0x26, 0x17, 0xf3, 0x25, 0xe9, 0x20, 0x0e, 0xfa, 0x0a, 0xbe, 0x81, 0xa3, 0xef, 0xe0, 0x0b, - 0xb8, 0x3a, 0xf8, 0x02, 0x4e, 0x3e, 0x85, 0xa4, 0xd7, 0x0b, 0x14, 0x1b, 0xba, 0xfd, 0xb9, 0xfb, - 0xff, 0xfe, 0xf7, 0x7d, 0xff, 0x44, 0x1b, 0x86, 0x9c, 0x87, 0x73, 0xa0, 0x7e, 0x80, 0x54, 0xc8, - 0x4a, 0x95, 0x26, 0x45, 0xc8, 0xca, 0x68, 0x06, 0x48, 0xef, 0x79, 0x0e, 0x73, 0x2f, 0xcc, 0x78, - 0x91, 0x7a, 0x65, 0x04, 0x0b, 0x6f, 0x75, 0x43, 0xd2, 0x8c, 0xe7, 0x5c, 0x6f, 0x0b, 0x8a, 0xf8, - 0x01, 0x92, 0x3a, 0x80, 0x94, 0x26, 0x91, 0x01, 0xc6, 0x79, 0xd3, 0x13, 0x19, 0x20, 0x2f, 0xb2, - 0x4d, 0x6f, 0x88, 0x6c, 0xe3, 0x58, 0x92, 0x69, 0x44, 0xfd, 0x24, 0xe1, 0xb9, 0x9f, 0x47, 0x3c, - 0x41, 0x71, 0xdb, 0x19, 0x6a, 0x2d, 0x1b, 0xf2, 0x71, 0x85, 0xda, 0x15, 0xe9, 0x44, 0xb0, 0x98, - 0xc2, 0x43, 0x01, 0x98, 0xeb, 0x27, 0xda, 0x81, 0x4c, 0xf7, 0x12, 0x3f, 0x86, 0x96, 0xd2, 0x56, - 0x4e, 0xf7, 0xa6, 0xfb, 0xf2, 0xf0, 0xda, 0x8f, 0xe1, 0xec, 0x5b, 0xd1, 0x8e, 0xd6, 0xf1, 0x1b, - 0x31, 0xb3, 0xfe, 0xa1, 0x68, 0x87, 0xff, 0xb2, 0x75, 0x46, 0xb6, 0xed, 0x4a, 0x9a, 0x06, 0x32, - 0xfa, 0x8d, 0x6c, 0xdd, 0x02, 0x59, 0x27, 0x3b, 0x17, 0x2f, 0x5f, 0x3f, 0xaf, 0xea, 0x40, 0xef, - 0x57, 0x5d, 0x3d, 0xae, 0xad, 0x73, 0x35, 0x2b, 0x30, 0xe7, 0x31, 0x64, 0x48, 0x7b, 0xa2, 0xbc, - 0x1a, 0x43, 0xda, 0x7b, 0x1a, 0x3d, 0xab, 0x5a, 0x77, 0xc6, 0xe3, 0xad, 0xf3, 0x8e, 0x8c, 0x8d, - 0xfb, 0x4f, 0xaa, 0x7e, 0x27, 0xca, 0xed, 0x78, 0xc5, 0x87, 0x7c, 0xee, 0x27, 0x21, 0xe1, 0x59, - 0x48, 0x43, 0x48, 0x96, 0xed, 0xcb, 0x2f, 0x99, 0x46, 0xd8, 0xfc, 0xef, 0x5c, 0x4a, 0xf1, 0xa6, - 0xee, 0xd8, 0x96, 0xf5, 0xae, 0xb6, 0x6d, 0x11, 0x68, 0x05, 0x48, 0x84, 0xac, 0x94, 0x63, 0x92, - 0xd5, 0xc3, 0xf8, 0x29, 0x2d, 0xae, 0x15, 0xa0, 0x5b, 0x5b, 0x5c, 0xc7, 0x74, 0xa5, 0xe5, 0x57, - 0xed, 0x8a, 0x73, 0xc6, 0xac, 0x00, 0x19, 0xab, 0x4d, 0x8c, 0x39, 0x26, 0x63, 0xd2, 0x76, 0xb7, - 0xbb, 0x9c, 0x73, 0xf0, 0x17, 0x00, 0x00, 0xff, 0xff, 0xc2, 0x2d, 0x0c, 0x9f, 0xe2, 0x02, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/hotel_performance_view_service.pb.go b/googleapis/ads/googleads/v0/services/hotel_performance_view_service.pb.go deleted file mode 100644 index 107406203a..0000000000 --- a/googleapis/ads/googleads/v0/services/hotel_performance_view_service.pb.go +++ /dev/null @@ -1,177 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/hotel_performance_view_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [HotelPerformanceViewService.GetHotelPerformanceView][google.ads.googleads.v0.services.HotelPerformanceViewService.GetHotelPerformanceView]. -type GetHotelPerformanceViewRequest struct { - // Resource name of the Hotel Performance View to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetHotelPerformanceViewRequest) Reset() { *m = GetHotelPerformanceViewRequest{} } -func (m *GetHotelPerformanceViewRequest) String() string { return proto.CompactTextString(m) } -func (*GetHotelPerformanceViewRequest) ProtoMessage() {} -func (*GetHotelPerformanceViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_hotel_performance_view_service_e288f76fe9987a5f, []int{0} -} -func (m *GetHotelPerformanceViewRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetHotelPerformanceViewRequest.Unmarshal(m, b) -} -func (m *GetHotelPerformanceViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetHotelPerformanceViewRequest.Marshal(b, m, deterministic) -} -func (dst *GetHotelPerformanceViewRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetHotelPerformanceViewRequest.Merge(dst, src) -} -func (m *GetHotelPerformanceViewRequest) XXX_Size() int { - return xxx_messageInfo_GetHotelPerformanceViewRequest.Size(m) -} -func (m *GetHotelPerformanceViewRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetHotelPerformanceViewRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetHotelPerformanceViewRequest proto.InternalMessageInfo - -func (m *GetHotelPerformanceViewRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetHotelPerformanceViewRequest)(nil), "google.ads.googleads.v0.services.GetHotelPerformanceViewRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// HotelPerformanceViewServiceClient is the client API for HotelPerformanceViewService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type HotelPerformanceViewServiceClient interface { - // Returns the requested Hotel Performance View in full detail. - GetHotelPerformanceView(ctx context.Context, in *GetHotelPerformanceViewRequest, opts ...grpc.CallOption) (*resources.HotelPerformanceView, error) -} - -type hotelPerformanceViewServiceClient struct { - cc *grpc.ClientConn -} - -func NewHotelPerformanceViewServiceClient(cc *grpc.ClientConn) HotelPerformanceViewServiceClient { - return &hotelPerformanceViewServiceClient{cc} -} - -func (c *hotelPerformanceViewServiceClient) GetHotelPerformanceView(ctx context.Context, in *GetHotelPerformanceViewRequest, opts ...grpc.CallOption) (*resources.HotelPerformanceView, error) { - out := new(resources.HotelPerformanceView) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.HotelPerformanceViewService/GetHotelPerformanceView", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// HotelPerformanceViewServiceServer is the server API for HotelPerformanceViewService service. -type HotelPerformanceViewServiceServer interface { - // Returns the requested Hotel Performance View in full detail. - GetHotelPerformanceView(context.Context, *GetHotelPerformanceViewRequest) (*resources.HotelPerformanceView, error) -} - -func RegisterHotelPerformanceViewServiceServer(s *grpc.Server, srv HotelPerformanceViewServiceServer) { - s.RegisterService(&_HotelPerformanceViewService_serviceDesc, srv) -} - -func _HotelPerformanceViewService_GetHotelPerformanceView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetHotelPerformanceViewRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(HotelPerformanceViewServiceServer).GetHotelPerformanceView(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.HotelPerformanceViewService/GetHotelPerformanceView", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(HotelPerformanceViewServiceServer).GetHotelPerformanceView(ctx, req.(*GetHotelPerformanceViewRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _HotelPerformanceViewService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.HotelPerformanceViewService", - HandlerType: (*HotelPerformanceViewServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetHotelPerformanceView", - Handler: _HotelPerformanceViewService_GetHotelPerformanceView_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/hotel_performance_view_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/hotel_performance_view_service.proto", fileDescriptor_hotel_performance_view_service_e288f76fe9987a5f) -} - -var fileDescriptor_hotel_performance_view_service_e288f76fe9987a5f = []byte{ - // 374 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xcd, 0x4a, 0xf3, 0x40, - 0x14, 0x25, 0xf9, 0xe0, 0x03, 0x83, 0x6e, 0xb2, 0x51, 0xaa, 0x48, 0xa8, 0x5d, 0x88, 0x8b, 0x49, - 0x50, 0x51, 0x18, 0x7f, 0x30, 0x85, 0xd2, 0xae, 0xa4, 0x54, 0xc8, 0x42, 0x02, 0x61, 0x4c, 0xae, - 0x31, 0xd0, 0x64, 0xe2, 0xcc, 0x34, 0x5d, 0x88, 0x1b, 0x37, 0x3e, 0x80, 0x6f, 0xe0, 0xd2, 0x47, - 0x71, 0xa9, 0xaf, 0xe0, 0xca, 0xa5, 0x4f, 0x20, 0xe9, 0x74, 0x22, 0x4a, 0xd3, 0xee, 0x0e, 0x33, - 0xe7, 0xe7, 0xce, 0xb9, 0x63, 0x74, 0x62, 0x4a, 0xe3, 0x21, 0xd8, 0x24, 0xe2, 0xb6, 0x84, 0x25, - 0x2a, 0x1c, 0x9b, 0x03, 0x2b, 0x92, 0x10, 0xb8, 0x7d, 0x43, 0x05, 0x0c, 0x83, 0x1c, 0xd8, 0x35, - 0x65, 0x29, 0xc9, 0x42, 0x08, 0x8a, 0x04, 0xc6, 0xc1, 0xf4, 0x1e, 0xe5, 0x8c, 0x0a, 0x6a, 0x5a, - 0x52, 0x8b, 0x48, 0xc4, 0x51, 0x65, 0x83, 0x0a, 0x07, 0x29, 0x9b, 0xc6, 0x69, 0x5d, 0x10, 0x03, - 0x4e, 0x47, 0xac, 0x3e, 0x49, 0x26, 0x34, 0x36, 0x94, 0x3e, 0x4f, 0x6c, 0x92, 0x65, 0x54, 0x10, - 0x91, 0xd0, 0x8c, 0xcb, 0xdb, 0x66, 0xc7, 0xd8, 0xec, 0x82, 0xe8, 0x95, 0x06, 0xfd, 0x1f, 0xbd, - 0x97, 0xc0, 0x78, 0x00, 0xb7, 0x23, 0xe0, 0xc2, 0xdc, 0x32, 0x56, 0x54, 0x52, 0x90, 0x91, 0x14, - 0xd6, 0x34, 0x4b, 0xdb, 0x5e, 0x1a, 0x2c, 0xab, 0xc3, 0x73, 0x92, 0xc2, 0xee, 0x97, 0x66, 0xac, - 0xcf, 0x32, 0xb9, 0x90, 0xaf, 0x30, 0xdf, 0x34, 0x63, 0xb5, 0x26, 0xc7, 0x3c, 0x43, 0x8b, 0x3a, - 0x40, 0xf3, 0x47, 0x6c, 0x1c, 0xd6, 0x3a, 0x54, 0x1d, 0xa1, 0x59, 0xfa, 0xe6, 0xf1, 0xc3, 0xfb, - 0xc7, 0x93, 0x7e, 0x60, 0xee, 0x97, 0x7d, 0xde, 0xfd, 0x7a, 0xe6, 0x49, 0x38, 0xe2, 0x82, 0xa6, - 0xc0, 0xb8, 0xbd, 0x23, 0x0b, 0xfe, 0x23, 0xbe, 0x6f, 0x3f, 0xea, 0x46, 0x2b, 0xa4, 0xe9, 0xc2, - 0xf1, 0xdb, 0xd6, 0x9c, 0x6a, 0xfa, 0xe5, 0x1a, 0xfa, 0xda, 0x65, 0x6f, 0xea, 0x12, 0xd3, 0x21, - 0xc9, 0x62, 0x44, 0x59, 0x6c, 0xc7, 0x90, 0x4d, 0x96, 0xa4, 0xd6, 0x9e, 0x27, 0xbc, 0xfe, 0xbb, - 0x1d, 0x29, 0xf0, 0xac, 0xff, 0xeb, 0xba, 0xee, 0x8b, 0x6e, 0x75, 0xa5, 0xa1, 0x1b, 0x71, 0x24, - 0x61, 0x89, 0x3c, 0x07, 0x4d, 0x83, 0xf9, 0xab, 0xa2, 0xf8, 0x6e, 0xc4, 0xfd, 0x8a, 0xe2, 0x7b, - 0x8e, 0xaf, 0x28, 0x9f, 0x7a, 0x4b, 0x9e, 0x63, 0xec, 0x46, 0x1c, 0xe3, 0x8a, 0x84, 0xb1, 0xe7, - 0x60, 0xac, 0x68, 0x57, 0xff, 0x27, 0x73, 0xee, 0x7d, 0x07, 0x00, 0x00, 0xff, 0xff, 0x59, 0x25, - 0xb5, 0xba, 0x15, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/keyword_plan_ad_group_service.pb.go b/googleapis/ads/googleads/v0/services/keyword_plan_ad_group_service.pb.go deleted file mode 100644 index 013a88cb25..0000000000 --- a/googleapis/ads/googleads/v0/services/keyword_plan_ad_group_service.pb.go +++ /dev/null @@ -1,594 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/keyword_plan_ad_group_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [KeywordPlanAdGroupService.GetKeywordPlanAdGroup][google.ads.googleads.v0.services.KeywordPlanAdGroupService.GetKeywordPlanAdGroup]. -type GetKeywordPlanAdGroupRequest struct { - // The resource name of the Keyword Plan ad group to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetKeywordPlanAdGroupRequest) Reset() { *m = GetKeywordPlanAdGroupRequest{} } -func (m *GetKeywordPlanAdGroupRequest) String() string { return proto.CompactTextString(m) } -func (*GetKeywordPlanAdGroupRequest) ProtoMessage() {} -func (*GetKeywordPlanAdGroupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_ad_group_service_23167d7785051dea, []int{0} -} -func (m *GetKeywordPlanAdGroupRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetKeywordPlanAdGroupRequest.Unmarshal(m, b) -} -func (m *GetKeywordPlanAdGroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetKeywordPlanAdGroupRequest.Marshal(b, m, deterministic) -} -func (dst *GetKeywordPlanAdGroupRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetKeywordPlanAdGroupRequest.Merge(dst, src) -} -func (m *GetKeywordPlanAdGroupRequest) XXX_Size() int { - return xxx_messageInfo_GetKeywordPlanAdGroupRequest.Size(m) -} -func (m *GetKeywordPlanAdGroupRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetKeywordPlanAdGroupRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetKeywordPlanAdGroupRequest proto.InternalMessageInfo - -func (m *GetKeywordPlanAdGroupRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [KeywordPlanAdGroupService.MutateKeywordPlanAdGroups][google.ads.googleads.v0.services.KeywordPlanAdGroupService.MutateKeywordPlanAdGroups]. -type MutateKeywordPlanAdGroupsRequest struct { - // The ID of the customer whose Keyword Plan ad groups are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual Keyword Plan ad groups. - Operations []*KeywordPlanAdGroupOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateKeywordPlanAdGroupsRequest) Reset() { *m = MutateKeywordPlanAdGroupsRequest{} } -func (m *MutateKeywordPlanAdGroupsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateKeywordPlanAdGroupsRequest) ProtoMessage() {} -func (*MutateKeywordPlanAdGroupsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_ad_group_service_23167d7785051dea, []int{1} -} -func (m *MutateKeywordPlanAdGroupsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateKeywordPlanAdGroupsRequest.Unmarshal(m, b) -} -func (m *MutateKeywordPlanAdGroupsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateKeywordPlanAdGroupsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateKeywordPlanAdGroupsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateKeywordPlanAdGroupsRequest.Merge(dst, src) -} -func (m *MutateKeywordPlanAdGroupsRequest) XXX_Size() int { - return xxx_messageInfo_MutateKeywordPlanAdGroupsRequest.Size(m) -} -func (m *MutateKeywordPlanAdGroupsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateKeywordPlanAdGroupsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateKeywordPlanAdGroupsRequest proto.InternalMessageInfo - -func (m *MutateKeywordPlanAdGroupsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateKeywordPlanAdGroupsRequest) GetOperations() []*KeywordPlanAdGroupOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateKeywordPlanAdGroupsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateKeywordPlanAdGroupsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on a Keyword Plan ad group. -type KeywordPlanAdGroupOperation struct { - // The FieldMask that determines which resource fields are modified in an - // update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *KeywordPlanAdGroupOperation_Create - // *KeywordPlanAdGroupOperation_Update - // *KeywordPlanAdGroupOperation_Remove - Operation isKeywordPlanAdGroupOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanAdGroupOperation) Reset() { *m = KeywordPlanAdGroupOperation{} } -func (m *KeywordPlanAdGroupOperation) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanAdGroupOperation) ProtoMessage() {} -func (*KeywordPlanAdGroupOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_ad_group_service_23167d7785051dea, []int{2} -} -func (m *KeywordPlanAdGroupOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanAdGroupOperation.Unmarshal(m, b) -} -func (m *KeywordPlanAdGroupOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanAdGroupOperation.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanAdGroupOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanAdGroupOperation.Merge(dst, src) -} -func (m *KeywordPlanAdGroupOperation) XXX_Size() int { - return xxx_messageInfo_KeywordPlanAdGroupOperation.Size(m) -} -func (m *KeywordPlanAdGroupOperation) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanAdGroupOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanAdGroupOperation proto.InternalMessageInfo - -func (m *KeywordPlanAdGroupOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isKeywordPlanAdGroupOperation_Operation interface { - isKeywordPlanAdGroupOperation_Operation() -} - -type KeywordPlanAdGroupOperation_Create struct { - Create *resources.KeywordPlanAdGroup `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type KeywordPlanAdGroupOperation_Update struct { - Update *resources.KeywordPlanAdGroup `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type KeywordPlanAdGroupOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*KeywordPlanAdGroupOperation_Create) isKeywordPlanAdGroupOperation_Operation() {} - -func (*KeywordPlanAdGroupOperation_Update) isKeywordPlanAdGroupOperation_Operation() {} - -func (*KeywordPlanAdGroupOperation_Remove) isKeywordPlanAdGroupOperation_Operation() {} - -func (m *KeywordPlanAdGroupOperation) GetOperation() isKeywordPlanAdGroupOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *KeywordPlanAdGroupOperation) GetCreate() *resources.KeywordPlanAdGroup { - if x, ok := m.GetOperation().(*KeywordPlanAdGroupOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *KeywordPlanAdGroupOperation) GetUpdate() *resources.KeywordPlanAdGroup { - if x, ok := m.GetOperation().(*KeywordPlanAdGroupOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *KeywordPlanAdGroupOperation) GetRemove() string { - if x, ok := m.GetOperation().(*KeywordPlanAdGroupOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*KeywordPlanAdGroupOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _KeywordPlanAdGroupOperation_OneofMarshaler, _KeywordPlanAdGroupOperation_OneofUnmarshaler, _KeywordPlanAdGroupOperation_OneofSizer, []interface{}{ - (*KeywordPlanAdGroupOperation_Create)(nil), - (*KeywordPlanAdGroupOperation_Update)(nil), - (*KeywordPlanAdGroupOperation_Remove)(nil), - } -} - -func _KeywordPlanAdGroupOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*KeywordPlanAdGroupOperation) - // operation - switch x := m.Operation.(type) { - case *KeywordPlanAdGroupOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *KeywordPlanAdGroupOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *KeywordPlanAdGroupOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("KeywordPlanAdGroupOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _KeywordPlanAdGroupOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*KeywordPlanAdGroupOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.KeywordPlanAdGroup) - err := b.DecodeMessage(msg) - m.Operation = &KeywordPlanAdGroupOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.KeywordPlanAdGroup) - err := b.DecodeMessage(msg) - m.Operation = &KeywordPlanAdGroupOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &KeywordPlanAdGroupOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _KeywordPlanAdGroupOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*KeywordPlanAdGroupOperation) - // operation - switch x := m.Operation.(type) { - case *KeywordPlanAdGroupOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *KeywordPlanAdGroupOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *KeywordPlanAdGroupOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for a Keyword Plan ad group mutate. -type MutateKeywordPlanAdGroupsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateKeywordPlanAdGroupResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateKeywordPlanAdGroupsResponse) Reset() { *m = MutateKeywordPlanAdGroupsResponse{} } -func (m *MutateKeywordPlanAdGroupsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateKeywordPlanAdGroupsResponse) ProtoMessage() {} -func (*MutateKeywordPlanAdGroupsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_ad_group_service_23167d7785051dea, []int{3} -} -func (m *MutateKeywordPlanAdGroupsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateKeywordPlanAdGroupsResponse.Unmarshal(m, b) -} -func (m *MutateKeywordPlanAdGroupsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateKeywordPlanAdGroupsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateKeywordPlanAdGroupsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateKeywordPlanAdGroupsResponse.Merge(dst, src) -} -func (m *MutateKeywordPlanAdGroupsResponse) XXX_Size() int { - return xxx_messageInfo_MutateKeywordPlanAdGroupsResponse.Size(m) -} -func (m *MutateKeywordPlanAdGroupsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateKeywordPlanAdGroupsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateKeywordPlanAdGroupsResponse proto.InternalMessageInfo - -func (m *MutateKeywordPlanAdGroupsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateKeywordPlanAdGroupsResponse) GetResults() []*MutateKeywordPlanAdGroupResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the Keyword Plan ad group mutate. -type MutateKeywordPlanAdGroupResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateKeywordPlanAdGroupResult) Reset() { *m = MutateKeywordPlanAdGroupResult{} } -func (m *MutateKeywordPlanAdGroupResult) String() string { return proto.CompactTextString(m) } -func (*MutateKeywordPlanAdGroupResult) ProtoMessage() {} -func (*MutateKeywordPlanAdGroupResult) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_ad_group_service_23167d7785051dea, []int{4} -} -func (m *MutateKeywordPlanAdGroupResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateKeywordPlanAdGroupResult.Unmarshal(m, b) -} -func (m *MutateKeywordPlanAdGroupResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateKeywordPlanAdGroupResult.Marshal(b, m, deterministic) -} -func (dst *MutateKeywordPlanAdGroupResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateKeywordPlanAdGroupResult.Merge(dst, src) -} -func (m *MutateKeywordPlanAdGroupResult) XXX_Size() int { - return xxx_messageInfo_MutateKeywordPlanAdGroupResult.Size(m) -} -func (m *MutateKeywordPlanAdGroupResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateKeywordPlanAdGroupResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateKeywordPlanAdGroupResult proto.InternalMessageInfo - -func (m *MutateKeywordPlanAdGroupResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetKeywordPlanAdGroupRequest)(nil), "google.ads.googleads.v0.services.GetKeywordPlanAdGroupRequest") - proto.RegisterType((*MutateKeywordPlanAdGroupsRequest)(nil), "google.ads.googleads.v0.services.MutateKeywordPlanAdGroupsRequest") - proto.RegisterType((*KeywordPlanAdGroupOperation)(nil), "google.ads.googleads.v0.services.KeywordPlanAdGroupOperation") - proto.RegisterType((*MutateKeywordPlanAdGroupsResponse)(nil), "google.ads.googleads.v0.services.MutateKeywordPlanAdGroupsResponse") - proto.RegisterType((*MutateKeywordPlanAdGroupResult)(nil), "google.ads.googleads.v0.services.MutateKeywordPlanAdGroupResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// KeywordPlanAdGroupServiceClient is the client API for KeywordPlanAdGroupService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type KeywordPlanAdGroupServiceClient interface { - // Returns the requested Keyword Plan ad group in full detail. - GetKeywordPlanAdGroup(ctx context.Context, in *GetKeywordPlanAdGroupRequest, opts ...grpc.CallOption) (*resources.KeywordPlanAdGroup, error) - // Creates, updates, or removes Keyword Plan ad groups. Operation statuses are - // returned. - MutateKeywordPlanAdGroups(ctx context.Context, in *MutateKeywordPlanAdGroupsRequest, opts ...grpc.CallOption) (*MutateKeywordPlanAdGroupsResponse, error) -} - -type keywordPlanAdGroupServiceClient struct { - cc *grpc.ClientConn -} - -func NewKeywordPlanAdGroupServiceClient(cc *grpc.ClientConn) KeywordPlanAdGroupServiceClient { - return &keywordPlanAdGroupServiceClient{cc} -} - -func (c *keywordPlanAdGroupServiceClient) GetKeywordPlanAdGroup(ctx context.Context, in *GetKeywordPlanAdGroupRequest, opts ...grpc.CallOption) (*resources.KeywordPlanAdGroup, error) { - out := new(resources.KeywordPlanAdGroup) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.KeywordPlanAdGroupService/GetKeywordPlanAdGroup", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *keywordPlanAdGroupServiceClient) MutateKeywordPlanAdGroups(ctx context.Context, in *MutateKeywordPlanAdGroupsRequest, opts ...grpc.CallOption) (*MutateKeywordPlanAdGroupsResponse, error) { - out := new(MutateKeywordPlanAdGroupsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.KeywordPlanAdGroupService/MutateKeywordPlanAdGroups", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// KeywordPlanAdGroupServiceServer is the server API for KeywordPlanAdGroupService service. -type KeywordPlanAdGroupServiceServer interface { - // Returns the requested Keyword Plan ad group in full detail. - GetKeywordPlanAdGroup(context.Context, *GetKeywordPlanAdGroupRequest) (*resources.KeywordPlanAdGroup, error) - // Creates, updates, or removes Keyword Plan ad groups. Operation statuses are - // returned. - MutateKeywordPlanAdGroups(context.Context, *MutateKeywordPlanAdGroupsRequest) (*MutateKeywordPlanAdGroupsResponse, error) -} - -func RegisterKeywordPlanAdGroupServiceServer(s *grpc.Server, srv KeywordPlanAdGroupServiceServer) { - s.RegisterService(&_KeywordPlanAdGroupService_serviceDesc, srv) -} - -func _KeywordPlanAdGroupService_GetKeywordPlanAdGroup_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetKeywordPlanAdGroupRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(KeywordPlanAdGroupServiceServer).GetKeywordPlanAdGroup(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.KeywordPlanAdGroupService/GetKeywordPlanAdGroup", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(KeywordPlanAdGroupServiceServer).GetKeywordPlanAdGroup(ctx, req.(*GetKeywordPlanAdGroupRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _KeywordPlanAdGroupService_MutateKeywordPlanAdGroups_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateKeywordPlanAdGroupsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(KeywordPlanAdGroupServiceServer).MutateKeywordPlanAdGroups(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.KeywordPlanAdGroupService/MutateKeywordPlanAdGroups", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(KeywordPlanAdGroupServiceServer).MutateKeywordPlanAdGroups(ctx, req.(*MutateKeywordPlanAdGroupsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _KeywordPlanAdGroupService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.KeywordPlanAdGroupService", - HandlerType: (*KeywordPlanAdGroupServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetKeywordPlanAdGroup", - Handler: _KeywordPlanAdGroupService_GetKeywordPlanAdGroup_Handler, - }, - { - MethodName: "MutateKeywordPlanAdGroups", - Handler: _KeywordPlanAdGroupService_MutateKeywordPlanAdGroups_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/keyword_plan_ad_group_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/keyword_plan_ad_group_service.proto", fileDescriptor_keyword_plan_ad_group_service_23167d7785051dea) -} - -var fileDescriptor_keyword_plan_ad_group_service_23167d7785051dea = []byte{ - // 730 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xdd, 0x6a, 0xd4, 0x4e, - 0x14, 0xc0, 0xff, 0xc9, 0xfe, 0xa9, 0x76, 0xb6, 0x2a, 0x8c, 0x14, 0xb7, 0x6b, 0xa9, 0x6b, 0x2c, - 0x58, 0xf6, 0x22, 0x59, 0x56, 0x8a, 0x92, 0xb2, 0xe2, 0x6e, 0x6d, 0xb7, 0x22, 0xb5, 0x25, 0x85, - 0x5e, 0x94, 0x95, 0x30, 0xdd, 0x4c, 0x43, 0x68, 0x92, 0x89, 0x33, 0x93, 0x2d, 0xa5, 0xf4, 0x46, - 0xf0, 0x09, 0x7c, 0x03, 0xbd, 0xf3, 0x45, 0x04, 0xc1, 0x2b, 0x2f, 0x7c, 0x01, 0x6f, 0xf4, 0xca, - 0x47, 0x90, 0xc9, 0x64, 0xd6, 0x7e, 0x65, 0x57, 0xda, 0xbb, 0x93, 0x33, 0x27, 0xbf, 0xf3, 0x39, - 0x67, 0xc0, 0x73, 0x9f, 0x10, 0x3f, 0xc4, 0x16, 0xf2, 0x98, 0x25, 0x45, 0x21, 0x0d, 0x1a, 0x16, - 0xc3, 0x74, 0x10, 0xf4, 0x31, 0xb3, 0xf6, 0xf1, 0xe1, 0x01, 0xa1, 0x9e, 0x9b, 0x84, 0x28, 0x76, - 0x91, 0xe7, 0xfa, 0x94, 0xa4, 0x89, 0x9b, 0x1f, 0x9b, 0x09, 0x25, 0x9c, 0xc0, 0x9a, 0xfc, 0xd5, - 0x44, 0x1e, 0x33, 0x87, 0x14, 0x73, 0xd0, 0x30, 0x15, 0xa5, 0xda, 0x2a, 0xf2, 0x43, 0x31, 0x23, - 0x29, 0x2d, 0x74, 0x24, 0x1d, 0x54, 0x67, 0xd5, 0xef, 0x49, 0x60, 0xa1, 0x38, 0x26, 0x1c, 0xf1, - 0x80, 0xc4, 0x2c, 0x3f, 0xcd, 0xdd, 0x5b, 0xd9, 0xd7, 0x6e, 0xba, 0x67, 0xed, 0x05, 0x38, 0xf4, - 0xdc, 0x08, 0xb1, 0xfd, 0xdc, 0x62, 0xee, 0xac, 0xc5, 0x01, 0x45, 0x49, 0x82, 0xa9, 0x22, 0xdc, - 0xc9, 0xcf, 0x69, 0xd2, 0xb7, 0x18, 0x47, 0x3c, 0xcd, 0x0f, 0x8c, 0x65, 0x30, 0xdb, 0xc5, 0xfc, - 0xa5, 0x0c, 0x6d, 0x33, 0x44, 0x71, 0xdb, 0xeb, 0x8a, 0xb8, 0x1c, 0xfc, 0x26, 0xc5, 0x8c, 0xc3, - 0x07, 0xe0, 0x86, 0xca, 0xc0, 0x8d, 0x51, 0x84, 0x2b, 0x5a, 0x4d, 0x5b, 0x98, 0x74, 0xa6, 0x94, - 0xf2, 0x15, 0x8a, 0xb0, 0xf1, 0x5b, 0x03, 0xb5, 0xf5, 0x94, 0x23, 0x8e, 0xcf, 0x83, 0x98, 0x22, - 0xdd, 0x03, 0xe5, 0x7e, 0xca, 0x38, 0x89, 0x30, 0x75, 0x03, 0x2f, 0xe7, 0x00, 0xa5, 0x7a, 0xe1, - 0xc1, 0xd7, 0x00, 0x90, 0x04, 0x53, 0x99, 0x79, 0x45, 0xaf, 0x95, 0x16, 0xca, 0xcd, 0x96, 0x39, - 0xae, 0xf2, 0xe6, 0x79, 0x97, 0x1b, 0x8a, 0xe2, 0x9c, 0x00, 0xc2, 0x87, 0xe0, 0x56, 0x82, 0x28, - 0x0f, 0x50, 0xe8, 0xee, 0xa1, 0x20, 0x4c, 0x29, 0xae, 0x94, 0x6a, 0xda, 0xc2, 0x75, 0xe7, 0x66, - 0xae, 0x5e, 0x95, 0x5a, 0x91, 0xf2, 0x00, 0x85, 0x81, 0x87, 0x38, 0x76, 0x49, 0x1c, 0x1e, 0x56, - 0xfe, 0xcf, 0xcc, 0xa6, 0x94, 0x72, 0x23, 0x0e, 0x0f, 0x8d, 0x8f, 0x3a, 0xb8, 0x3b, 0xc2, 0x33, - 0x5c, 0x02, 0xe5, 0x34, 0xc9, 0x10, 0xa2, 0x4b, 0x19, 0xa2, 0xdc, 0xac, 0xaa, 0x6c, 0x54, 0x9b, - 0xcc, 0x55, 0xd1, 0xc8, 0x75, 0xc4, 0xf6, 0x1d, 0x20, 0xcd, 0x85, 0x0c, 0x37, 0xc0, 0x44, 0x9f, - 0x62, 0xc4, 0x65, 0xb5, 0xcb, 0xcd, 0xc5, 0xc2, 0x2a, 0x0c, 0xa7, 0xeb, 0x82, 0x32, 0xac, 0xfd, - 0xe7, 0xe4, 0x18, 0x01, 0x94, 0xf8, 0x8a, 0x7e, 0x45, 0xa0, 0xc4, 0xc0, 0x0a, 0x98, 0xa0, 0x38, - 0x22, 0x03, 0x59, 0xc3, 0x49, 0x71, 0x22, 0xbf, 0x3b, 0x65, 0x30, 0x39, 0x2c, 0xba, 0xf1, 0x59, - 0x03, 0xf7, 0x47, 0x0c, 0x06, 0x4b, 0x48, 0xcc, 0x30, 0x5c, 0x05, 0xd3, 0x67, 0x3a, 0xe3, 0x62, - 0x4a, 0x09, 0xcd, 0xd8, 0xe5, 0x26, 0x54, 0xc1, 0xd2, 0xa4, 0x6f, 0x6e, 0x65, 0xc3, 0xeb, 0xdc, - 0x3e, 0xdd, 0xb3, 0x15, 0x61, 0x0e, 0x77, 0xc0, 0x35, 0x8a, 0x59, 0x1a, 0x72, 0x35, 0x3d, 0xcf, - 0xc6, 0x4f, 0x4f, 0x51, 0x74, 0x4e, 0x06, 0x72, 0x14, 0xd0, 0x58, 0x01, 0x73, 0xa3, 0x4d, 0xff, - 0xe9, 0xa6, 0x34, 0xbf, 0x97, 0xc0, 0xcc, 0x79, 0xc2, 0x96, 0x8c, 0x06, 0x7e, 0xd5, 0xc0, 0xf4, - 0x85, 0xb7, 0x11, 0x3e, 0x1d, 0x9f, 0xc9, 0xa8, 0x6b, 0x5c, 0xbd, 0x5c, 0xc3, 0x8d, 0xd6, 0xdb, - 0x6f, 0x3f, 0xde, 0xeb, 0x8f, 0xe1, 0xa2, 0xd8, 0x64, 0x47, 0xa7, 0xd2, 0x6b, 0xa9, 0x9b, 0xcb, - 0xac, 0xba, 0x5a, 0x6d, 0x27, 0xbb, 0x6b, 0xd5, 0x8f, 0xe1, 0x4f, 0x0d, 0xcc, 0x14, 0xb6, 0x1f, - 0x76, 0x2e, 0xdf, 0x1d, 0xb5, 0x54, 0xaa, 0xcb, 0x57, 0x62, 0xc8, 0xf9, 0x33, 0x96, 0xb3, 0x2c, - 0x5b, 0xc6, 0x13, 0x91, 0xe5, 0xdf, 0xb4, 0x8e, 0x4e, 0xac, 0xab, 0x56, 0xfd, 0xf8, 0xa2, 0x24, - 0xed, 0x28, 0x83, 0xdb, 0x5a, 0xbd, 0xf3, 0x4e, 0x07, 0xf3, 0x7d, 0x12, 0x8d, 0x8d, 0xa7, 0x33, - 0x57, 0xd8, 0xff, 0x4d, 0xb1, 0x15, 0x36, 0xb5, 0x9d, 0xb5, 0x9c, 0xe1, 0x93, 0x10, 0xc5, 0xbe, - 0x49, 0xa8, 0x6f, 0xf9, 0x38, 0xce, 0x76, 0x86, 0x7a, 0x5b, 0x92, 0x80, 0x15, 0x3f, 0x69, 0x4b, - 0x4a, 0xf8, 0xa0, 0x97, 0xba, 0xed, 0xf6, 0x27, 0xbd, 0xd6, 0x95, 0xc0, 0xb6, 0xc7, 0x4c, 0x29, - 0x0a, 0x69, 0xbb, 0x61, 0xe6, 0x8e, 0xd9, 0x17, 0x65, 0xd2, 0x6b, 0x7b, 0xac, 0x37, 0x34, 0xe9, - 0x6d, 0x37, 0x7a, 0xca, 0xe4, 0x97, 0x3e, 0x2f, 0xf5, 0xb6, 0xdd, 0xf6, 0x98, 0x6d, 0x0f, 0x8d, - 0x6c, 0x7b, 0xbb, 0x61, 0xdb, 0xca, 0x6c, 0x77, 0x22, 0x8b, 0xf3, 0xd1, 0x9f, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xc5, 0xa9, 0x88, 0xa6, 0x79, 0x07, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/keyword_plan_campaign_service.pb.go b/googleapis/ads/googleads/v0/services/keyword_plan_campaign_service.pb.go deleted file mode 100644 index 8c05df13d5..0000000000 --- a/googleapis/ads/googleads/v0/services/keyword_plan_campaign_service.pb.go +++ /dev/null @@ -1,594 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/keyword_plan_campaign_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [KeywordPlanCampaignService.GetKeywordPlanCampaign][google.ads.googleads.v0.services.KeywordPlanCampaignService.GetKeywordPlanCampaign]. -type GetKeywordPlanCampaignRequest struct { - // The resource name of the Keyword Plan campaign to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetKeywordPlanCampaignRequest) Reset() { *m = GetKeywordPlanCampaignRequest{} } -func (m *GetKeywordPlanCampaignRequest) String() string { return proto.CompactTextString(m) } -func (*GetKeywordPlanCampaignRequest) ProtoMessage() {} -func (*GetKeywordPlanCampaignRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_service_4a0fa0ed751f3ed6, []int{0} -} -func (m *GetKeywordPlanCampaignRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetKeywordPlanCampaignRequest.Unmarshal(m, b) -} -func (m *GetKeywordPlanCampaignRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetKeywordPlanCampaignRequest.Marshal(b, m, deterministic) -} -func (dst *GetKeywordPlanCampaignRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetKeywordPlanCampaignRequest.Merge(dst, src) -} -func (m *GetKeywordPlanCampaignRequest) XXX_Size() int { - return xxx_messageInfo_GetKeywordPlanCampaignRequest.Size(m) -} -func (m *GetKeywordPlanCampaignRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetKeywordPlanCampaignRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetKeywordPlanCampaignRequest proto.InternalMessageInfo - -func (m *GetKeywordPlanCampaignRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [KeywordPlanCampaignService.MutateKeywordPlanCampaigns][google.ads.googleads.v0.services.KeywordPlanCampaignService.MutateKeywordPlanCampaigns]. -type MutateKeywordPlanCampaignsRequest struct { - // The ID of the customer whose Keyword Plan campaigns are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual Keyword Plan campaigns. - Operations []*KeywordPlanCampaignOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateKeywordPlanCampaignsRequest) Reset() { *m = MutateKeywordPlanCampaignsRequest{} } -func (m *MutateKeywordPlanCampaignsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateKeywordPlanCampaignsRequest) ProtoMessage() {} -func (*MutateKeywordPlanCampaignsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_service_4a0fa0ed751f3ed6, []int{1} -} -func (m *MutateKeywordPlanCampaignsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateKeywordPlanCampaignsRequest.Unmarshal(m, b) -} -func (m *MutateKeywordPlanCampaignsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateKeywordPlanCampaignsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateKeywordPlanCampaignsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateKeywordPlanCampaignsRequest.Merge(dst, src) -} -func (m *MutateKeywordPlanCampaignsRequest) XXX_Size() int { - return xxx_messageInfo_MutateKeywordPlanCampaignsRequest.Size(m) -} -func (m *MutateKeywordPlanCampaignsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateKeywordPlanCampaignsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateKeywordPlanCampaignsRequest proto.InternalMessageInfo - -func (m *MutateKeywordPlanCampaignsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateKeywordPlanCampaignsRequest) GetOperations() []*KeywordPlanCampaignOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateKeywordPlanCampaignsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateKeywordPlanCampaignsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on a Keyword Plan campaign. -type KeywordPlanCampaignOperation struct { - // The FieldMask that determines which resource fields are modified in an - // update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *KeywordPlanCampaignOperation_Create - // *KeywordPlanCampaignOperation_Update - // *KeywordPlanCampaignOperation_Remove - Operation isKeywordPlanCampaignOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanCampaignOperation) Reset() { *m = KeywordPlanCampaignOperation{} } -func (m *KeywordPlanCampaignOperation) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanCampaignOperation) ProtoMessage() {} -func (*KeywordPlanCampaignOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_service_4a0fa0ed751f3ed6, []int{2} -} -func (m *KeywordPlanCampaignOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanCampaignOperation.Unmarshal(m, b) -} -func (m *KeywordPlanCampaignOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanCampaignOperation.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanCampaignOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanCampaignOperation.Merge(dst, src) -} -func (m *KeywordPlanCampaignOperation) XXX_Size() int { - return xxx_messageInfo_KeywordPlanCampaignOperation.Size(m) -} -func (m *KeywordPlanCampaignOperation) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanCampaignOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanCampaignOperation proto.InternalMessageInfo - -func (m *KeywordPlanCampaignOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isKeywordPlanCampaignOperation_Operation interface { - isKeywordPlanCampaignOperation_Operation() -} - -type KeywordPlanCampaignOperation_Create struct { - Create *resources.KeywordPlanCampaign `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type KeywordPlanCampaignOperation_Update struct { - Update *resources.KeywordPlanCampaign `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type KeywordPlanCampaignOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*KeywordPlanCampaignOperation_Create) isKeywordPlanCampaignOperation_Operation() {} - -func (*KeywordPlanCampaignOperation_Update) isKeywordPlanCampaignOperation_Operation() {} - -func (*KeywordPlanCampaignOperation_Remove) isKeywordPlanCampaignOperation_Operation() {} - -func (m *KeywordPlanCampaignOperation) GetOperation() isKeywordPlanCampaignOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *KeywordPlanCampaignOperation) GetCreate() *resources.KeywordPlanCampaign { - if x, ok := m.GetOperation().(*KeywordPlanCampaignOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *KeywordPlanCampaignOperation) GetUpdate() *resources.KeywordPlanCampaign { - if x, ok := m.GetOperation().(*KeywordPlanCampaignOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *KeywordPlanCampaignOperation) GetRemove() string { - if x, ok := m.GetOperation().(*KeywordPlanCampaignOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*KeywordPlanCampaignOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _KeywordPlanCampaignOperation_OneofMarshaler, _KeywordPlanCampaignOperation_OneofUnmarshaler, _KeywordPlanCampaignOperation_OneofSizer, []interface{}{ - (*KeywordPlanCampaignOperation_Create)(nil), - (*KeywordPlanCampaignOperation_Update)(nil), - (*KeywordPlanCampaignOperation_Remove)(nil), - } -} - -func _KeywordPlanCampaignOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*KeywordPlanCampaignOperation) - // operation - switch x := m.Operation.(type) { - case *KeywordPlanCampaignOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *KeywordPlanCampaignOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *KeywordPlanCampaignOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("KeywordPlanCampaignOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _KeywordPlanCampaignOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*KeywordPlanCampaignOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.KeywordPlanCampaign) - err := b.DecodeMessage(msg) - m.Operation = &KeywordPlanCampaignOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.KeywordPlanCampaign) - err := b.DecodeMessage(msg) - m.Operation = &KeywordPlanCampaignOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &KeywordPlanCampaignOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _KeywordPlanCampaignOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*KeywordPlanCampaignOperation) - // operation - switch x := m.Operation.(type) { - case *KeywordPlanCampaignOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *KeywordPlanCampaignOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *KeywordPlanCampaignOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for a Keyword Plan campaign mutate. -type MutateKeywordPlanCampaignsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateKeywordPlanCampaignResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateKeywordPlanCampaignsResponse) Reset() { *m = MutateKeywordPlanCampaignsResponse{} } -func (m *MutateKeywordPlanCampaignsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateKeywordPlanCampaignsResponse) ProtoMessage() {} -func (*MutateKeywordPlanCampaignsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_service_4a0fa0ed751f3ed6, []int{3} -} -func (m *MutateKeywordPlanCampaignsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateKeywordPlanCampaignsResponse.Unmarshal(m, b) -} -func (m *MutateKeywordPlanCampaignsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateKeywordPlanCampaignsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateKeywordPlanCampaignsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateKeywordPlanCampaignsResponse.Merge(dst, src) -} -func (m *MutateKeywordPlanCampaignsResponse) XXX_Size() int { - return xxx_messageInfo_MutateKeywordPlanCampaignsResponse.Size(m) -} -func (m *MutateKeywordPlanCampaignsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateKeywordPlanCampaignsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateKeywordPlanCampaignsResponse proto.InternalMessageInfo - -func (m *MutateKeywordPlanCampaignsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateKeywordPlanCampaignsResponse) GetResults() []*MutateKeywordPlanCampaignResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the Keyword Plan campaign mutate. -type MutateKeywordPlanCampaignResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateKeywordPlanCampaignResult) Reset() { *m = MutateKeywordPlanCampaignResult{} } -func (m *MutateKeywordPlanCampaignResult) String() string { return proto.CompactTextString(m) } -func (*MutateKeywordPlanCampaignResult) ProtoMessage() {} -func (*MutateKeywordPlanCampaignResult) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_service_4a0fa0ed751f3ed6, []int{4} -} -func (m *MutateKeywordPlanCampaignResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateKeywordPlanCampaignResult.Unmarshal(m, b) -} -func (m *MutateKeywordPlanCampaignResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateKeywordPlanCampaignResult.Marshal(b, m, deterministic) -} -func (dst *MutateKeywordPlanCampaignResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateKeywordPlanCampaignResult.Merge(dst, src) -} -func (m *MutateKeywordPlanCampaignResult) XXX_Size() int { - return xxx_messageInfo_MutateKeywordPlanCampaignResult.Size(m) -} -func (m *MutateKeywordPlanCampaignResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateKeywordPlanCampaignResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateKeywordPlanCampaignResult proto.InternalMessageInfo - -func (m *MutateKeywordPlanCampaignResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetKeywordPlanCampaignRequest)(nil), "google.ads.googleads.v0.services.GetKeywordPlanCampaignRequest") - proto.RegisterType((*MutateKeywordPlanCampaignsRequest)(nil), "google.ads.googleads.v0.services.MutateKeywordPlanCampaignsRequest") - proto.RegisterType((*KeywordPlanCampaignOperation)(nil), "google.ads.googleads.v0.services.KeywordPlanCampaignOperation") - proto.RegisterType((*MutateKeywordPlanCampaignsResponse)(nil), "google.ads.googleads.v0.services.MutateKeywordPlanCampaignsResponse") - proto.RegisterType((*MutateKeywordPlanCampaignResult)(nil), "google.ads.googleads.v0.services.MutateKeywordPlanCampaignResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// KeywordPlanCampaignServiceClient is the client API for KeywordPlanCampaignService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type KeywordPlanCampaignServiceClient interface { - // Returns the requested Keyword Plan campaign in full detail. - GetKeywordPlanCampaign(ctx context.Context, in *GetKeywordPlanCampaignRequest, opts ...grpc.CallOption) (*resources.KeywordPlanCampaign, error) - // Creates, updates, or removes Keyword Plan campaigns. Operation statuses are - // returned. - MutateKeywordPlanCampaigns(ctx context.Context, in *MutateKeywordPlanCampaignsRequest, opts ...grpc.CallOption) (*MutateKeywordPlanCampaignsResponse, error) -} - -type keywordPlanCampaignServiceClient struct { - cc *grpc.ClientConn -} - -func NewKeywordPlanCampaignServiceClient(cc *grpc.ClientConn) KeywordPlanCampaignServiceClient { - return &keywordPlanCampaignServiceClient{cc} -} - -func (c *keywordPlanCampaignServiceClient) GetKeywordPlanCampaign(ctx context.Context, in *GetKeywordPlanCampaignRequest, opts ...grpc.CallOption) (*resources.KeywordPlanCampaign, error) { - out := new(resources.KeywordPlanCampaign) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.KeywordPlanCampaignService/GetKeywordPlanCampaign", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *keywordPlanCampaignServiceClient) MutateKeywordPlanCampaigns(ctx context.Context, in *MutateKeywordPlanCampaignsRequest, opts ...grpc.CallOption) (*MutateKeywordPlanCampaignsResponse, error) { - out := new(MutateKeywordPlanCampaignsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.KeywordPlanCampaignService/MutateKeywordPlanCampaigns", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// KeywordPlanCampaignServiceServer is the server API for KeywordPlanCampaignService service. -type KeywordPlanCampaignServiceServer interface { - // Returns the requested Keyword Plan campaign in full detail. - GetKeywordPlanCampaign(context.Context, *GetKeywordPlanCampaignRequest) (*resources.KeywordPlanCampaign, error) - // Creates, updates, or removes Keyword Plan campaigns. Operation statuses are - // returned. - MutateKeywordPlanCampaigns(context.Context, *MutateKeywordPlanCampaignsRequest) (*MutateKeywordPlanCampaignsResponse, error) -} - -func RegisterKeywordPlanCampaignServiceServer(s *grpc.Server, srv KeywordPlanCampaignServiceServer) { - s.RegisterService(&_KeywordPlanCampaignService_serviceDesc, srv) -} - -func _KeywordPlanCampaignService_GetKeywordPlanCampaign_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetKeywordPlanCampaignRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(KeywordPlanCampaignServiceServer).GetKeywordPlanCampaign(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.KeywordPlanCampaignService/GetKeywordPlanCampaign", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(KeywordPlanCampaignServiceServer).GetKeywordPlanCampaign(ctx, req.(*GetKeywordPlanCampaignRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _KeywordPlanCampaignService_MutateKeywordPlanCampaigns_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateKeywordPlanCampaignsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(KeywordPlanCampaignServiceServer).MutateKeywordPlanCampaigns(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.KeywordPlanCampaignService/MutateKeywordPlanCampaigns", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(KeywordPlanCampaignServiceServer).MutateKeywordPlanCampaigns(ctx, req.(*MutateKeywordPlanCampaignsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _KeywordPlanCampaignService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.KeywordPlanCampaignService", - HandlerType: (*KeywordPlanCampaignServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetKeywordPlanCampaign", - Handler: _KeywordPlanCampaignService_GetKeywordPlanCampaign_Handler, - }, - { - MethodName: "MutateKeywordPlanCampaigns", - Handler: _KeywordPlanCampaignService_MutateKeywordPlanCampaigns_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/keyword_plan_campaign_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/keyword_plan_campaign_service.proto", fileDescriptor_keyword_plan_campaign_service_4a0fa0ed751f3ed6) -} - -var fileDescriptor_keyword_plan_campaign_service_4a0fa0ed751f3ed6 = []byte{ - // 728 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0x4f, 0x6b, 0xd4, 0x4c, - 0x18, 0xc0, 0xdf, 0x64, 0x5f, 0xaa, 0x9d, 0x54, 0x85, 0x11, 0x75, 0x09, 0xd5, 0xae, 0xb1, 0x60, - 0xd9, 0x43, 0xb2, 0xac, 0x50, 0x34, 0xa5, 0x95, 0x6d, 0xd7, 0x6d, 0x45, 0x6a, 0x97, 0x14, 0x7a, - 0xd0, 0xc5, 0x30, 0x4d, 0xa6, 0x21, 0x34, 0xc9, 0xc4, 0x99, 0xc9, 0x96, 0x52, 0x7a, 0xf1, 0xe0, - 0x17, 0xf0, 0x1b, 0x78, 0xf0, 0xe0, 0x37, 0xd1, 0x9b, 0xf8, 0x05, 0x3c, 0x78, 0x12, 0xbc, 0xf8, - 0x09, 0x24, 0x99, 0xcc, 0xda, 0x96, 0x4d, 0x57, 0xec, 0xed, 0xc9, 0x33, 0x4f, 0x7e, 0xcf, 0xdf, - 0x79, 0x06, 0x74, 0x03, 0x42, 0x82, 0x08, 0x5b, 0xc8, 0x67, 0x96, 0x10, 0x73, 0x69, 0xd8, 0xb2, - 0x18, 0xa6, 0xc3, 0xd0, 0xc3, 0xcc, 0xda, 0xc7, 0x87, 0x07, 0x84, 0xfa, 0x6e, 0x1a, 0xa1, 0xc4, - 0xf5, 0x50, 0x9c, 0xa2, 0x30, 0x48, 0xdc, 0xf2, 0xd8, 0x4c, 0x29, 0xe1, 0x04, 0x36, 0xc4, 0xaf, - 0x26, 0xf2, 0x99, 0x39, 0xa2, 0x98, 0xc3, 0x96, 0x29, 0x29, 0xfa, 0x72, 0x95, 0x1f, 0x8a, 0x19, - 0xc9, 0x68, 0xa5, 0x23, 0xe1, 0x40, 0x9f, 0x95, 0xbf, 0xa7, 0xa1, 0x85, 0x92, 0x84, 0x70, 0xc4, - 0x43, 0x92, 0xb0, 0xf2, 0xb4, 0x74, 0x6f, 0x15, 0x5f, 0xbb, 0xd9, 0x9e, 0xb5, 0x17, 0xe2, 0xc8, - 0x77, 0x63, 0xc4, 0xf6, 0x4b, 0x8b, 0x3b, 0x67, 0x2d, 0x0e, 0x28, 0x4a, 0x53, 0x4c, 0x25, 0xe1, - 0x56, 0x79, 0x4e, 0x53, 0xcf, 0x62, 0x1c, 0xf1, 0xac, 0x3c, 0x30, 0xba, 0xe0, 0xf6, 0x3a, 0xe6, - 0xcf, 0x44, 0x68, 0xfd, 0x08, 0x25, 0x6b, 0x65, 0x60, 0x0e, 0x7e, 0x9d, 0x61, 0xc6, 0xe1, 0x3d, - 0x70, 0x45, 0xa6, 0xe0, 0x26, 0x28, 0xc6, 0x75, 0xa5, 0xa1, 0x2c, 0x4c, 0x3b, 0x33, 0x52, 0xf9, - 0x1c, 0xc5, 0xd8, 0xf8, 0xa5, 0x80, 0xbb, 0x9b, 0x19, 0x47, 0x1c, 0x8f, 0x21, 0x31, 0x89, 0x9a, - 0x03, 0x9a, 0x97, 0x31, 0x4e, 0x62, 0x4c, 0xdd, 0xd0, 0x2f, 0x41, 0x40, 0xaa, 0x9e, 0xfa, 0xf0, - 0x15, 0x00, 0x24, 0xc5, 0x54, 0xe4, 0x5e, 0x57, 0x1b, 0xb5, 0x05, 0xad, 0xbd, 0x62, 0x4e, 0xaa, - 0xbd, 0x39, 0xc6, 0xe7, 0x96, 0xc4, 0x38, 0x27, 0x88, 0xf0, 0x3e, 0xb8, 0x96, 0x22, 0xca, 0x43, - 0x14, 0xb9, 0x7b, 0x28, 0x8c, 0x32, 0x8a, 0xeb, 0xb5, 0x86, 0xb2, 0x70, 0xd9, 0xb9, 0x5a, 0xaa, - 0x7b, 0x42, 0x9b, 0x27, 0x3d, 0x44, 0x51, 0xe8, 0x23, 0x8e, 0x5d, 0x92, 0x44, 0x87, 0xf5, 0xff, - 0x0b, 0xb3, 0x19, 0xa9, 0xdc, 0x4a, 0xa2, 0x43, 0xe3, 0x83, 0x0a, 0x66, 0xcf, 0x73, 0x0d, 0x97, - 0x80, 0x96, 0xa5, 0x05, 0x23, 0xef, 0x54, 0xc1, 0xd0, 0xda, 0xba, 0xcc, 0x47, 0xb6, 0xca, 0xec, - 0xe5, 0xcd, 0xdc, 0x44, 0x6c, 0xdf, 0x01, 0xc2, 0x3c, 0x97, 0x61, 0x1f, 0x4c, 0x79, 0x14, 0x23, - 0x2e, 0x0a, 0xae, 0xb5, 0x17, 0x2b, 0xeb, 0x30, 0x9a, 0xb0, 0x71, 0x85, 0xd8, 0xf8, 0xcf, 0x29, - 0x39, 0x39, 0x51, 0xf0, 0xeb, 0xea, 0x45, 0x89, 0x82, 0x03, 0xeb, 0x60, 0x8a, 0xe2, 0x98, 0x0c, - 0x45, 0x19, 0xa7, 0xf3, 0x13, 0xf1, 0xbd, 0xaa, 0x81, 0xe9, 0x51, 0xdd, 0x8d, 0x4f, 0x0a, 0x30, - 0xce, 0x9b, 0x0e, 0x96, 0x92, 0x84, 0x61, 0xd8, 0x03, 0x37, 0xce, 0x74, 0xc7, 0xc5, 0x94, 0x12, - 0x5a, 0xc0, 0xb5, 0x36, 0x94, 0xe1, 0xd2, 0xd4, 0x33, 0xb7, 0x8b, 0x19, 0x76, 0xae, 0x9f, 0xee, - 0xdb, 0x93, 0xdc, 0x1c, 0xbe, 0x04, 0x97, 0x28, 0x66, 0x59, 0xc4, 0xe5, 0x08, 0x75, 0x26, 0x8f, - 0x50, 0x65, 0x78, 0x4e, 0x41, 0x72, 0x24, 0xd1, 0xe8, 0x81, 0xb9, 0x09, 0xb6, 0x7f, 0x75, 0x63, - 0xda, 0xdf, 0x6a, 0x40, 0x1f, 0x83, 0xd8, 0x16, 0x01, 0xc1, 0x2f, 0x0a, 0xb8, 0x39, 0xfe, 0x5e, - 0xc2, 0xc7, 0x93, 0xb3, 0x39, 0xf7, 0x46, 0xeb, 0xff, 0xd8, 0x77, 0x63, 0xe5, 0xcd, 0xd7, 0xef, - 0xef, 0xd4, 0x87, 0x70, 0x31, 0x5f, 0x6b, 0x47, 0xa7, 0x52, 0x5c, 0x96, 0x97, 0x98, 0x59, 0x4d, - 0xb9, 0xe7, 0x4e, 0x35, 0xd9, 0x6a, 0x1e, 0xc3, 0x9f, 0x0a, 0xd0, 0xab, 0xc7, 0x00, 0xae, 0x5d, - 0xa0, 0x4b, 0x72, 0xc5, 0xe8, 0xdd, 0x8b, 0x41, 0xc4, 0x24, 0x1a, 0xdd, 0x22, 0xd3, 0x15, 0xe3, - 0x51, 0x9e, 0xe9, 0x9f, 0xd4, 0x8e, 0x4e, 0x6c, 0xaf, 0xe5, 0xe6, 0xf1, 0xd8, 0x44, 0xed, 0xb8, - 0xc0, 0xdb, 0x4a, 0x73, 0xf5, 0xad, 0x0a, 0xe6, 0x3d, 0x12, 0x4f, 0x8c, 0x68, 0x75, 0xae, 0x7a, - 0x10, 0xfa, 0xf9, 0x92, 0xe8, 0x2b, 0x2f, 0x36, 0x4a, 0x48, 0x40, 0x22, 0x94, 0x04, 0x26, 0xa1, - 0x81, 0x15, 0xe0, 0xa4, 0x58, 0x21, 0xf2, 0xb9, 0x49, 0x43, 0x56, 0xfd, 0xca, 0x2d, 0x49, 0xe1, - 0xbd, 0x5a, 0x5b, 0xef, 0x74, 0x3e, 0xaa, 0x8d, 0x75, 0x01, 0xec, 0xf8, 0xcc, 0x14, 0x62, 0x2e, - 0xed, 0xb4, 0xcc, 0xd2, 0x31, 0xfb, 0x2c, 0x4d, 0x06, 0x1d, 0x9f, 0x0d, 0x46, 0x26, 0x83, 0x9d, - 0xd6, 0x40, 0x9a, 0xfc, 0x50, 0xe7, 0x85, 0xde, 0xb6, 0x3b, 0x3e, 0xb3, 0xed, 0x91, 0x91, 0x6d, - 0xef, 0xb4, 0x6c, 0x5b, 0x9a, 0xed, 0x4e, 0x15, 0x71, 0x3e, 0xf8, 0x1d, 0x00, 0x00, 0xff, 0xff, - 0x5a, 0x33, 0x1b, 0xac, 0x8c, 0x07, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/keyword_plan_idea_service.pb.go b/googleapis/ads/googleads/v0/services/keyword_plan_idea_service.pb.go deleted file mode 100644 index 7f2d658eec..0000000000 --- a/googleapis/ads/googleads/v0/services/keyword_plan_idea_service.pb.go +++ /dev/null @@ -1,605 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/keyword_plan_idea_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for [KeywordIdeaService.GenerateKeywordIdeas][]. -type GenerateKeywordIdeasRequest struct { - // The ID of the customer with the recommendation. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The resource name of the language to target. - // Required - Language *wrappers.StringValue `protobuf:"bytes,7,opt,name=language,proto3" json:"language,omitempty"` - // The resource names of the location to target. - // Max 10 - GeoTargetConstants []*wrappers.StringValue `protobuf:"bytes,8,rep,name=geo_target_constants,json=geoTargetConstants,proto3" json:"geo_target_constants,omitempty"` - // Targeting network. - KeywordPlanNetwork enums.KeywordPlanNetworkEnum_KeywordPlanNetwork `protobuf:"varint,9,opt,name=keyword_plan_network,json=keywordPlanNetwork,proto3,enum=google.ads.googleads.v0.enums.KeywordPlanNetworkEnum_KeywordPlanNetwork" json:"keyword_plan_network,omitempty"` - // The type of seed to generate keyword ideas. - // - // Types that are valid to be assigned to Seed: - // *GenerateKeywordIdeasRequest_KeywordAndUrlSeed - // *GenerateKeywordIdeasRequest_KeywordSeed - // *GenerateKeywordIdeasRequest_UrlSeed - Seed isGenerateKeywordIdeasRequest_Seed `protobuf_oneof:"seed"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GenerateKeywordIdeasRequest) Reset() { *m = GenerateKeywordIdeasRequest{} } -func (m *GenerateKeywordIdeasRequest) String() string { return proto.CompactTextString(m) } -func (*GenerateKeywordIdeasRequest) ProtoMessage() {} -func (*GenerateKeywordIdeasRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_idea_service_b9927177ccf30eb2, []int{0} -} -func (m *GenerateKeywordIdeasRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GenerateKeywordIdeasRequest.Unmarshal(m, b) -} -func (m *GenerateKeywordIdeasRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GenerateKeywordIdeasRequest.Marshal(b, m, deterministic) -} -func (dst *GenerateKeywordIdeasRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GenerateKeywordIdeasRequest.Merge(dst, src) -} -func (m *GenerateKeywordIdeasRequest) XXX_Size() int { - return xxx_messageInfo_GenerateKeywordIdeasRequest.Size(m) -} -func (m *GenerateKeywordIdeasRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GenerateKeywordIdeasRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GenerateKeywordIdeasRequest proto.InternalMessageInfo - -func (m *GenerateKeywordIdeasRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *GenerateKeywordIdeasRequest) GetLanguage() *wrappers.StringValue { - if m != nil { - return m.Language - } - return nil -} - -func (m *GenerateKeywordIdeasRequest) GetGeoTargetConstants() []*wrappers.StringValue { - if m != nil { - return m.GeoTargetConstants - } - return nil -} - -func (m *GenerateKeywordIdeasRequest) GetKeywordPlanNetwork() enums.KeywordPlanNetworkEnum_KeywordPlanNetwork { - if m != nil { - return m.KeywordPlanNetwork - } - return enums.KeywordPlanNetworkEnum_UNSPECIFIED -} - -type isGenerateKeywordIdeasRequest_Seed interface { - isGenerateKeywordIdeasRequest_Seed() -} - -type GenerateKeywordIdeasRequest_KeywordAndUrlSeed struct { - KeywordAndUrlSeed *KeywordAndUrlSeed `protobuf:"bytes,2,opt,name=keyword_and_url_seed,json=keywordAndUrlSeed,proto3,oneof"` -} - -type GenerateKeywordIdeasRequest_KeywordSeed struct { - KeywordSeed *KeywordSeed `protobuf:"bytes,3,opt,name=keyword_seed,json=keywordSeed,proto3,oneof"` -} - -type GenerateKeywordIdeasRequest_UrlSeed struct { - UrlSeed *UrlSeed `protobuf:"bytes,5,opt,name=url_seed,json=urlSeed,proto3,oneof"` -} - -func (*GenerateKeywordIdeasRequest_KeywordAndUrlSeed) isGenerateKeywordIdeasRequest_Seed() {} - -func (*GenerateKeywordIdeasRequest_KeywordSeed) isGenerateKeywordIdeasRequest_Seed() {} - -func (*GenerateKeywordIdeasRequest_UrlSeed) isGenerateKeywordIdeasRequest_Seed() {} - -func (m *GenerateKeywordIdeasRequest) GetSeed() isGenerateKeywordIdeasRequest_Seed { - if m != nil { - return m.Seed - } - return nil -} - -func (m *GenerateKeywordIdeasRequest) GetKeywordAndUrlSeed() *KeywordAndUrlSeed { - if x, ok := m.GetSeed().(*GenerateKeywordIdeasRequest_KeywordAndUrlSeed); ok { - return x.KeywordAndUrlSeed - } - return nil -} - -func (m *GenerateKeywordIdeasRequest) GetKeywordSeed() *KeywordSeed { - if x, ok := m.GetSeed().(*GenerateKeywordIdeasRequest_KeywordSeed); ok { - return x.KeywordSeed - } - return nil -} - -func (m *GenerateKeywordIdeasRequest) GetUrlSeed() *UrlSeed { - if x, ok := m.GetSeed().(*GenerateKeywordIdeasRequest_UrlSeed); ok { - return x.UrlSeed - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*GenerateKeywordIdeasRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _GenerateKeywordIdeasRequest_OneofMarshaler, _GenerateKeywordIdeasRequest_OneofUnmarshaler, _GenerateKeywordIdeasRequest_OneofSizer, []interface{}{ - (*GenerateKeywordIdeasRequest_KeywordAndUrlSeed)(nil), - (*GenerateKeywordIdeasRequest_KeywordSeed)(nil), - (*GenerateKeywordIdeasRequest_UrlSeed)(nil), - } -} - -func _GenerateKeywordIdeasRequest_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*GenerateKeywordIdeasRequest) - // seed - switch x := m.Seed.(type) { - case *GenerateKeywordIdeasRequest_KeywordAndUrlSeed: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.KeywordAndUrlSeed); err != nil { - return err - } - case *GenerateKeywordIdeasRequest_KeywordSeed: - b.EncodeVarint(3<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.KeywordSeed); err != nil { - return err - } - case *GenerateKeywordIdeasRequest_UrlSeed: - b.EncodeVarint(5<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.UrlSeed); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("GenerateKeywordIdeasRequest.Seed has unexpected type %T", x) - } - return nil -} - -func _GenerateKeywordIdeasRequest_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*GenerateKeywordIdeasRequest) - switch tag { - case 2: // seed.keyword_and_url_seed - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(KeywordAndUrlSeed) - err := b.DecodeMessage(msg) - m.Seed = &GenerateKeywordIdeasRequest_KeywordAndUrlSeed{msg} - return true, err - case 3: // seed.keyword_seed - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(KeywordSeed) - err := b.DecodeMessage(msg) - m.Seed = &GenerateKeywordIdeasRequest_KeywordSeed{msg} - return true, err - case 5: // seed.url_seed - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(UrlSeed) - err := b.DecodeMessage(msg) - m.Seed = &GenerateKeywordIdeasRequest_UrlSeed{msg} - return true, err - default: - return false, nil - } -} - -func _GenerateKeywordIdeasRequest_OneofSizer(msg proto.Message) (n int) { - m := msg.(*GenerateKeywordIdeasRequest) - // seed - switch x := m.Seed.(type) { - case *GenerateKeywordIdeasRequest_KeywordAndUrlSeed: - s := proto.Size(x.KeywordAndUrlSeed) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *GenerateKeywordIdeasRequest_KeywordSeed: - s := proto.Size(x.KeywordSeed) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *GenerateKeywordIdeasRequest_UrlSeed: - s := proto.Size(x.UrlSeed) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Keyword And Url Seed -type KeywordAndUrlSeed struct { - // The URL to crawl in order to generate keyword ideas. - Url *wrappers.StringValue `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` - // Requires at least one keyword. - Keywords []*wrappers.StringValue `protobuf:"bytes,2,rep,name=keywords,proto3" json:"keywords,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordAndUrlSeed) Reset() { *m = KeywordAndUrlSeed{} } -func (m *KeywordAndUrlSeed) String() string { return proto.CompactTextString(m) } -func (*KeywordAndUrlSeed) ProtoMessage() {} -func (*KeywordAndUrlSeed) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_idea_service_b9927177ccf30eb2, []int{1} -} -func (m *KeywordAndUrlSeed) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordAndUrlSeed.Unmarshal(m, b) -} -func (m *KeywordAndUrlSeed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordAndUrlSeed.Marshal(b, m, deterministic) -} -func (dst *KeywordAndUrlSeed) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordAndUrlSeed.Merge(dst, src) -} -func (m *KeywordAndUrlSeed) XXX_Size() int { - return xxx_messageInfo_KeywordAndUrlSeed.Size(m) -} -func (m *KeywordAndUrlSeed) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordAndUrlSeed.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordAndUrlSeed proto.InternalMessageInfo - -func (m *KeywordAndUrlSeed) GetUrl() *wrappers.StringValue { - if m != nil { - return m.Url - } - return nil -} - -func (m *KeywordAndUrlSeed) GetKeywords() []*wrappers.StringValue { - if m != nil { - return m.Keywords - } - return nil -} - -// Keyword Seed -type KeywordSeed struct { - // Requires at least one keyword. - Keywords []*wrappers.StringValue `protobuf:"bytes,1,rep,name=keywords,proto3" json:"keywords,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordSeed) Reset() { *m = KeywordSeed{} } -func (m *KeywordSeed) String() string { return proto.CompactTextString(m) } -func (*KeywordSeed) ProtoMessage() {} -func (*KeywordSeed) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_idea_service_b9927177ccf30eb2, []int{2} -} -func (m *KeywordSeed) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordSeed.Unmarshal(m, b) -} -func (m *KeywordSeed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordSeed.Marshal(b, m, deterministic) -} -func (dst *KeywordSeed) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordSeed.Merge(dst, src) -} -func (m *KeywordSeed) XXX_Size() int { - return xxx_messageInfo_KeywordSeed.Size(m) -} -func (m *KeywordSeed) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordSeed.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordSeed proto.InternalMessageInfo - -func (m *KeywordSeed) GetKeywords() []*wrappers.StringValue { - if m != nil { - return m.Keywords - } - return nil -} - -// Url Seed -type UrlSeed struct { - // The URL to crawl in order to generate keyword ideas. - Url *wrappers.StringValue `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UrlSeed) Reset() { *m = UrlSeed{} } -func (m *UrlSeed) String() string { return proto.CompactTextString(m) } -func (*UrlSeed) ProtoMessage() {} -func (*UrlSeed) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_idea_service_b9927177ccf30eb2, []int{3} -} -func (m *UrlSeed) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UrlSeed.Unmarshal(m, b) -} -func (m *UrlSeed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UrlSeed.Marshal(b, m, deterministic) -} -func (dst *UrlSeed) XXX_Merge(src proto.Message) { - xxx_messageInfo_UrlSeed.Merge(dst, src) -} -func (m *UrlSeed) XXX_Size() int { - return xxx_messageInfo_UrlSeed.Size(m) -} -func (m *UrlSeed) XXX_DiscardUnknown() { - xxx_messageInfo_UrlSeed.DiscardUnknown(m) -} - -var xxx_messageInfo_UrlSeed proto.InternalMessageInfo - -func (m *UrlSeed) GetUrl() *wrappers.StringValue { - if m != nil { - return m.Url - } - return nil -} - -// Response message for [KeywordIdeaService.GenerateKeywordIdeas][]. -type GenerateKeywordIdeaResponse struct { - // Results of generating keyword ideas. - Results []*GenerateKeywordIdeaResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GenerateKeywordIdeaResponse) Reset() { *m = GenerateKeywordIdeaResponse{} } -func (m *GenerateKeywordIdeaResponse) String() string { return proto.CompactTextString(m) } -func (*GenerateKeywordIdeaResponse) ProtoMessage() {} -func (*GenerateKeywordIdeaResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_idea_service_b9927177ccf30eb2, []int{4} -} -func (m *GenerateKeywordIdeaResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GenerateKeywordIdeaResponse.Unmarshal(m, b) -} -func (m *GenerateKeywordIdeaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GenerateKeywordIdeaResponse.Marshal(b, m, deterministic) -} -func (dst *GenerateKeywordIdeaResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GenerateKeywordIdeaResponse.Merge(dst, src) -} -func (m *GenerateKeywordIdeaResponse) XXX_Size() int { - return xxx_messageInfo_GenerateKeywordIdeaResponse.Size(m) -} -func (m *GenerateKeywordIdeaResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GenerateKeywordIdeaResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_GenerateKeywordIdeaResponse proto.InternalMessageInfo - -func (m *GenerateKeywordIdeaResponse) GetResults() []*GenerateKeywordIdeaResult { - if m != nil { - return m.Results - } - return nil -} - -// The result of generating keyword ideas. -type GenerateKeywordIdeaResult struct { - // Text of the keyword idea. - // As in Keyword Plan historical metrics, this text may not be an actual - // keyword, but the canonical form of multiple keywords. - // See KeywordPlanKeywordHistoricalMetrics message in KeywordPlanService. - Text *wrappers.StringValue `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"` - // The historical metrics for the keyword - KeywordIdeaMetrics *common.KeywordPlanHistoricalMetrics `protobuf:"bytes,3,opt,name=keyword_idea_metrics,json=keywordIdeaMetrics,proto3" json:"keyword_idea_metrics,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GenerateKeywordIdeaResult) Reset() { *m = GenerateKeywordIdeaResult{} } -func (m *GenerateKeywordIdeaResult) String() string { return proto.CompactTextString(m) } -func (*GenerateKeywordIdeaResult) ProtoMessage() {} -func (*GenerateKeywordIdeaResult) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_idea_service_b9927177ccf30eb2, []int{5} -} -func (m *GenerateKeywordIdeaResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GenerateKeywordIdeaResult.Unmarshal(m, b) -} -func (m *GenerateKeywordIdeaResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GenerateKeywordIdeaResult.Marshal(b, m, deterministic) -} -func (dst *GenerateKeywordIdeaResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_GenerateKeywordIdeaResult.Merge(dst, src) -} -func (m *GenerateKeywordIdeaResult) XXX_Size() int { - return xxx_messageInfo_GenerateKeywordIdeaResult.Size(m) -} -func (m *GenerateKeywordIdeaResult) XXX_DiscardUnknown() { - xxx_messageInfo_GenerateKeywordIdeaResult.DiscardUnknown(m) -} - -var xxx_messageInfo_GenerateKeywordIdeaResult proto.InternalMessageInfo - -func (m *GenerateKeywordIdeaResult) GetText() *wrappers.StringValue { - if m != nil { - return m.Text - } - return nil -} - -func (m *GenerateKeywordIdeaResult) GetKeywordIdeaMetrics() *common.KeywordPlanHistoricalMetrics { - if m != nil { - return m.KeywordIdeaMetrics - } - return nil -} - -func init() { - proto.RegisterType((*GenerateKeywordIdeasRequest)(nil), "google.ads.googleads.v0.services.GenerateKeywordIdeasRequest") - proto.RegisterType((*KeywordAndUrlSeed)(nil), "google.ads.googleads.v0.services.KeywordAndUrlSeed") - proto.RegisterType((*KeywordSeed)(nil), "google.ads.googleads.v0.services.KeywordSeed") - proto.RegisterType((*UrlSeed)(nil), "google.ads.googleads.v0.services.UrlSeed") - proto.RegisterType((*GenerateKeywordIdeaResponse)(nil), "google.ads.googleads.v0.services.GenerateKeywordIdeaResponse") - proto.RegisterType((*GenerateKeywordIdeaResult)(nil), "google.ads.googleads.v0.services.GenerateKeywordIdeaResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// KeywordPlanIdeaServiceClient is the client API for KeywordPlanIdeaService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type KeywordPlanIdeaServiceClient interface { - // Returns a list of keyword ideas. - GenerateKeywordIdeas(ctx context.Context, in *GenerateKeywordIdeasRequest, opts ...grpc.CallOption) (*GenerateKeywordIdeaResponse, error) -} - -type keywordPlanIdeaServiceClient struct { - cc *grpc.ClientConn -} - -func NewKeywordPlanIdeaServiceClient(cc *grpc.ClientConn) KeywordPlanIdeaServiceClient { - return &keywordPlanIdeaServiceClient{cc} -} - -func (c *keywordPlanIdeaServiceClient) GenerateKeywordIdeas(ctx context.Context, in *GenerateKeywordIdeasRequest, opts ...grpc.CallOption) (*GenerateKeywordIdeaResponse, error) { - out := new(GenerateKeywordIdeaResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.KeywordPlanIdeaService/GenerateKeywordIdeas", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// KeywordPlanIdeaServiceServer is the server API for KeywordPlanIdeaService service. -type KeywordPlanIdeaServiceServer interface { - // Returns a list of keyword ideas. - GenerateKeywordIdeas(context.Context, *GenerateKeywordIdeasRequest) (*GenerateKeywordIdeaResponse, error) -} - -func RegisterKeywordPlanIdeaServiceServer(s *grpc.Server, srv KeywordPlanIdeaServiceServer) { - s.RegisterService(&_KeywordPlanIdeaService_serviceDesc, srv) -} - -func _KeywordPlanIdeaService_GenerateKeywordIdeas_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GenerateKeywordIdeasRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(KeywordPlanIdeaServiceServer).GenerateKeywordIdeas(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.KeywordPlanIdeaService/GenerateKeywordIdeas", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(KeywordPlanIdeaServiceServer).GenerateKeywordIdeas(ctx, req.(*GenerateKeywordIdeasRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _KeywordPlanIdeaService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.KeywordPlanIdeaService", - HandlerType: (*KeywordPlanIdeaServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GenerateKeywordIdeas", - Handler: _KeywordPlanIdeaService_GenerateKeywordIdeas_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/keyword_plan_idea_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/keyword_plan_idea_service.proto", fileDescriptor_keyword_plan_idea_service_b9927177ccf30eb2) -} - -var fileDescriptor_keyword_plan_idea_service_b9927177ccf30eb2 = []byte{ - // 725 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0xcd, 0x6e, 0xd3, 0x40, - 0x10, 0xc6, 0x49, 0x69, 0xda, 0x0d, 0x42, 0xea, 0xaa, 0x42, 0xa1, 0xad, 0x20, 0x8a, 0x7a, 0x28, - 0x95, 0xb0, 0xa3, 0xf4, 0x40, 0x71, 0x89, 0x44, 0x8a, 0x20, 0xa9, 0x10, 0x55, 0xe5, 0xd2, 0x1c, - 0x50, 0x24, 0x6b, 0x1b, 0x4f, 0x2d, 0x2b, 0xce, 0x6e, 0xd8, 0x5d, 0xb7, 0xfc, 0xa8, 0x97, 0xbe, - 0x02, 0x6f, 0xc0, 0x91, 0x77, 0xe0, 0x05, 0x38, 0x21, 0xf5, 0x15, 0x38, 0x71, 0xe0, 0x19, 0x90, - 0xed, 0xdd, 0x24, 0x6d, 0x1d, 0x52, 0x7a, 0x1b, 0xcf, 0x7e, 0xf3, 0xcd, 0xb7, 0x33, 0xb3, 0x63, - 0xf4, 0xdc, 0x67, 0xcc, 0x0f, 0xc1, 0x22, 0x9e, 0xb0, 0x52, 0x33, 0xb6, 0x8e, 0xab, 0x96, 0x00, - 0x7e, 0x1c, 0x74, 0x41, 0x58, 0x3d, 0xf8, 0x78, 0xc2, 0xb8, 0xe7, 0x0e, 0x42, 0x42, 0xdd, 0xc0, - 0x03, 0xe2, 0xaa, 0x23, 0x73, 0xc0, 0x99, 0x64, 0xb8, 0x9c, 0x86, 0x99, 0xc4, 0x13, 0xe6, 0x90, - 0xc1, 0x3c, 0xae, 0x9a, 0x9a, 0x61, 0x69, 0x73, 0x52, 0x8e, 0x2e, 0xeb, 0xf7, 0x19, 0xbd, 0x98, - 0x21, 0xf5, 0xa5, 0xdc, 0x93, 0x23, 0x81, 0x46, 0xfd, 0x4b, 0xd2, 0x28, 0xc8, 0x13, 0xc6, 0x7b, - 0x2a, 0x72, 0x45, 0x47, 0x0e, 0x02, 0x8b, 0x50, 0xca, 0x24, 0x91, 0x01, 0xa3, 0x42, 0x9d, 0x3e, - 0x50, 0xa7, 0xc9, 0xd7, 0x61, 0x74, 0x64, 0x9d, 0x70, 0x32, 0x18, 0x00, 0x57, 0xe7, 0x95, 0x9f, - 0x33, 0x68, 0xb9, 0x09, 0x14, 0x38, 0x91, 0xf0, 0x3a, 0x4d, 0xb2, 0xe3, 0x01, 0x11, 0x0e, 0xbc, - 0x8f, 0x40, 0x48, 0xfc, 0x10, 0x15, 0xbb, 0x91, 0x90, 0xac, 0x0f, 0xdc, 0x0d, 0xbc, 0x92, 0x51, - 0x36, 0xd6, 0xe6, 0x1d, 0xa4, 0x5d, 0x3b, 0x1e, 0xde, 0x44, 0x73, 0x21, 0xa1, 0x7e, 0x44, 0x7c, - 0x28, 0x15, 0xca, 0xc6, 0x5a, 0xb1, 0xb6, 0xa2, 0x8a, 0x63, 0xea, 0x9c, 0xe6, 0xbe, 0xe4, 0x01, - 0xf5, 0xdb, 0x24, 0x8c, 0xc0, 0x19, 0xa2, 0xf1, 0x2e, 0x5a, 0xf4, 0x81, 0xb9, 0x92, 0x70, 0x1f, - 0xa4, 0xdb, 0x65, 0x54, 0x48, 0x42, 0xa5, 0x28, 0xcd, 0x95, 0xf3, 0x53, 0x59, 0xb0, 0x0f, 0xec, - 0x6d, 0x12, 0xf8, 0x42, 0xc7, 0xe1, 0x4f, 0x68, 0x31, 0xab, 0x4c, 0xa5, 0xf9, 0xb2, 0xb1, 0x76, - 0xb7, 0xd6, 0x32, 0x27, 0x75, 0x2f, 0xa9, 0xb0, 0xa9, 0x2e, 0xbf, 0x17, 0x12, 0xba, 0x9b, 0x06, - 0xbe, 0xa4, 0x51, 0x3f, 0xc3, 0xed, 0xe0, 0xde, 0x15, 0x1f, 0x3e, 0x1a, 0xe5, 0x26, 0xd4, 0x73, - 0x23, 0x1e, 0xba, 0x02, 0xc0, 0x2b, 0xe5, 0x92, 0x8a, 0x6c, 0x98, 0xd3, 0x26, 0x47, 0xe7, 0x69, - 0x50, 0xef, 0x80, 0x87, 0xfb, 0x00, 0x5e, 0xeb, 0x96, 0xb3, 0xd0, 0xbb, 0xec, 0xc4, 0x0e, 0xba, - 0xa3, 0xf3, 0x24, 0xfc, 0xf9, 0x84, 0xff, 0xf1, 0xb5, 0xf9, 0x15, 0x73, 0xb1, 0x37, 0xfa, 0xc4, - 0xaf, 0xd0, 0xdc, 0x50, 0xef, 0xed, 0x84, 0xef, 0xd1, 0x74, 0xbe, 0x91, 0xca, 0x42, 0x94, 0x9a, - 0xdb, 0xb3, 0x68, 0x26, 0xe6, 0xa8, 0x9c, 0xa2, 0x85, 0x2b, 0xb7, 0xc1, 0x26, 0xca, 0x47, 0x3c, - 0x4c, 0xe6, 0x67, 0x5a, 0x6f, 0x63, 0x60, 0x3c, 0x56, 0x4a, 0xa3, 0x28, 0xe5, 0xae, 0x31, 0x10, - 0x43, 0x74, 0xa5, 0x89, 0x8a, 0x63, 0x97, 0xbd, 0x40, 0x64, 0xfc, 0x17, 0xd1, 0x53, 0x54, 0xb8, - 0xa1, 0xfa, 0x8a, 0xcc, 0x7c, 0x54, 0x0e, 0x88, 0x01, 0xa3, 0x02, 0xf0, 0x01, 0x2a, 0x70, 0x10, - 0x51, 0x28, 0xb5, 0xa4, 0xad, 0xe9, 0x05, 0xcf, 0xe6, 0x8b, 0x42, 0xe9, 0x68, 0xae, 0xca, 0x77, - 0x03, 0xdd, 0x9f, 0x08, 0xc3, 0x55, 0x34, 0x23, 0xe1, 0x83, 0x54, 0x23, 0xf9, 0xef, 0x4b, 0x24, - 0x48, 0x4c, 0x47, 0x43, 0x9d, 0x6c, 0xc3, 0x3e, 0x48, 0x1e, 0x74, 0x85, 0x1a, 0xba, 0x67, 0x13, - 0x35, 0xab, 0xc5, 0x36, 0xf6, 0x74, 0x5a, 0x81, 0x90, 0x8c, 0x07, 0x5d, 0x12, 0xbe, 0x49, 0x39, - 0x86, 0x8f, 0x28, 0x16, 0xa8, 0x7c, 0xb5, 0x3f, 0x06, 0xba, 0x37, 0x16, 0x14, 0x1f, 0xed, 0xa7, - 0xd7, 0xc7, 0xe7, 0x06, 0x5a, 0xcc, 0x5a, 0x53, 0xb8, 0x7e, 0xa3, 0xca, 0xe9, 0xf5, 0xb6, 0x54, - 0xbf, 0x69, 0xe1, 0x93, 0x46, 0x56, 0xea, 0x67, 0xe7, 0xbf, 0xbe, 0xe4, 0x9e, 0x54, 0x6a, 0xc9, - 0x8e, 0x57, 0x4b, 0x51, 0x58, 0x9f, 0xc7, 0x56, 0x66, 0x7d, 0xfd, 0xd4, 0xf6, 0x33, 0x14, 0xd8, - 0xc6, 0xfa, 0xf6, 0x59, 0x0e, 0xad, 0x76, 0x59, 0x7f, 0xaa, 0x86, 0xed, 0xe5, 0xec, 0xb2, 0xec, - 0xc5, 0xbd, 0xdb, 0x33, 0xde, 0xb5, 0x14, 0x81, 0xcf, 0xe2, 0xe5, 0x6a, 0x32, 0xee, 0x5b, 0x3e, - 0xd0, 0xa4, 0xb3, 0xfa, 0x67, 0x32, 0x08, 0xc4, 0xe4, 0x3f, 0xdf, 0x96, 0x36, 0xbe, 0xe6, 0xf2, - 0xcd, 0x46, 0xe3, 0x5b, 0xae, 0xdc, 0x4c, 0x09, 0x1b, 0x9e, 0x30, 0x53, 0x33, 0xb6, 0xda, 0x55, - 0x53, 0x25, 0x16, 0x3f, 0x34, 0xa4, 0xd3, 0xf0, 0x44, 0x67, 0x08, 0xe9, 0xb4, 0xab, 0x1d, 0x0d, - 0xf9, 0x9d, 0x5b, 0x4d, 0xfd, 0xb6, 0xdd, 0xf0, 0x84, 0x6d, 0x0f, 0x41, 0xb6, 0xdd, 0xae, 0xda, - 0xb6, 0x86, 0x1d, 0xce, 0x26, 0x3a, 0x37, 0xfe, 0x06, 0x00, 0x00, 0xff, 0xff, 0x42, 0xdf, 0x0b, - 0xe9, 0xa0, 0x07, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/keyword_plan_keyword_service.pb.go b/googleapis/ads/googleads/v0/services/keyword_plan_keyword_service.pb.go deleted file mode 100644 index 10299de573..0000000000 --- a/googleapis/ads/googleads/v0/services/keyword_plan_keyword_service.pb.go +++ /dev/null @@ -1,594 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/keyword_plan_keyword_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [KeywordPlanKeywordService.GetKeywordPlanKeyword][google.ads.googleads.v0.services.KeywordPlanKeywordService.GetKeywordPlanKeyword]. -type GetKeywordPlanKeywordRequest struct { - // The resource name of the ad group keyword to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetKeywordPlanKeywordRequest) Reset() { *m = GetKeywordPlanKeywordRequest{} } -func (m *GetKeywordPlanKeywordRequest) String() string { return proto.CompactTextString(m) } -func (*GetKeywordPlanKeywordRequest) ProtoMessage() {} -func (*GetKeywordPlanKeywordRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_keyword_service_a5c2b9cc51518230, []int{0} -} -func (m *GetKeywordPlanKeywordRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetKeywordPlanKeywordRequest.Unmarshal(m, b) -} -func (m *GetKeywordPlanKeywordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetKeywordPlanKeywordRequest.Marshal(b, m, deterministic) -} -func (dst *GetKeywordPlanKeywordRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetKeywordPlanKeywordRequest.Merge(dst, src) -} -func (m *GetKeywordPlanKeywordRequest) XXX_Size() int { - return xxx_messageInfo_GetKeywordPlanKeywordRequest.Size(m) -} -func (m *GetKeywordPlanKeywordRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetKeywordPlanKeywordRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetKeywordPlanKeywordRequest proto.InternalMessageInfo - -func (m *GetKeywordPlanKeywordRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [KeywordPlanKeywordService.MutateKeywordPlanKeywords][google.ads.googleads.v0.services.KeywordPlanKeywordService.MutateKeywordPlanKeywords]. -type MutateKeywordPlanKeywordsRequest struct { - // The ID of the customer whose Keyword Plan keywords are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual Keyword Plan keywords. - Operations []*KeywordPlanKeywordOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateKeywordPlanKeywordsRequest) Reset() { *m = MutateKeywordPlanKeywordsRequest{} } -func (m *MutateKeywordPlanKeywordsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateKeywordPlanKeywordsRequest) ProtoMessage() {} -func (*MutateKeywordPlanKeywordsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_keyword_service_a5c2b9cc51518230, []int{1} -} -func (m *MutateKeywordPlanKeywordsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateKeywordPlanKeywordsRequest.Unmarshal(m, b) -} -func (m *MutateKeywordPlanKeywordsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateKeywordPlanKeywordsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateKeywordPlanKeywordsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateKeywordPlanKeywordsRequest.Merge(dst, src) -} -func (m *MutateKeywordPlanKeywordsRequest) XXX_Size() int { - return xxx_messageInfo_MutateKeywordPlanKeywordsRequest.Size(m) -} -func (m *MutateKeywordPlanKeywordsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateKeywordPlanKeywordsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateKeywordPlanKeywordsRequest proto.InternalMessageInfo - -func (m *MutateKeywordPlanKeywordsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateKeywordPlanKeywordsRequest) GetOperations() []*KeywordPlanKeywordOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateKeywordPlanKeywordsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateKeywordPlanKeywordsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on a Keyword Plan keyword. -type KeywordPlanKeywordOperation struct { - // The FieldMask that determines which resource fields are modified in an - // update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *KeywordPlanKeywordOperation_Create - // *KeywordPlanKeywordOperation_Update - // *KeywordPlanKeywordOperation_Remove - Operation isKeywordPlanKeywordOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanKeywordOperation) Reset() { *m = KeywordPlanKeywordOperation{} } -func (m *KeywordPlanKeywordOperation) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanKeywordOperation) ProtoMessage() {} -func (*KeywordPlanKeywordOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_keyword_service_a5c2b9cc51518230, []int{2} -} -func (m *KeywordPlanKeywordOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanKeywordOperation.Unmarshal(m, b) -} -func (m *KeywordPlanKeywordOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanKeywordOperation.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanKeywordOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanKeywordOperation.Merge(dst, src) -} -func (m *KeywordPlanKeywordOperation) XXX_Size() int { - return xxx_messageInfo_KeywordPlanKeywordOperation.Size(m) -} -func (m *KeywordPlanKeywordOperation) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanKeywordOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanKeywordOperation proto.InternalMessageInfo - -func (m *KeywordPlanKeywordOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isKeywordPlanKeywordOperation_Operation interface { - isKeywordPlanKeywordOperation_Operation() -} - -type KeywordPlanKeywordOperation_Create struct { - Create *resources.KeywordPlanKeyword `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type KeywordPlanKeywordOperation_Update struct { - Update *resources.KeywordPlanKeyword `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type KeywordPlanKeywordOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*KeywordPlanKeywordOperation_Create) isKeywordPlanKeywordOperation_Operation() {} - -func (*KeywordPlanKeywordOperation_Update) isKeywordPlanKeywordOperation_Operation() {} - -func (*KeywordPlanKeywordOperation_Remove) isKeywordPlanKeywordOperation_Operation() {} - -func (m *KeywordPlanKeywordOperation) GetOperation() isKeywordPlanKeywordOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *KeywordPlanKeywordOperation) GetCreate() *resources.KeywordPlanKeyword { - if x, ok := m.GetOperation().(*KeywordPlanKeywordOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *KeywordPlanKeywordOperation) GetUpdate() *resources.KeywordPlanKeyword { - if x, ok := m.GetOperation().(*KeywordPlanKeywordOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *KeywordPlanKeywordOperation) GetRemove() string { - if x, ok := m.GetOperation().(*KeywordPlanKeywordOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*KeywordPlanKeywordOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _KeywordPlanKeywordOperation_OneofMarshaler, _KeywordPlanKeywordOperation_OneofUnmarshaler, _KeywordPlanKeywordOperation_OneofSizer, []interface{}{ - (*KeywordPlanKeywordOperation_Create)(nil), - (*KeywordPlanKeywordOperation_Update)(nil), - (*KeywordPlanKeywordOperation_Remove)(nil), - } -} - -func _KeywordPlanKeywordOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*KeywordPlanKeywordOperation) - // operation - switch x := m.Operation.(type) { - case *KeywordPlanKeywordOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *KeywordPlanKeywordOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *KeywordPlanKeywordOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("KeywordPlanKeywordOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _KeywordPlanKeywordOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*KeywordPlanKeywordOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.KeywordPlanKeyword) - err := b.DecodeMessage(msg) - m.Operation = &KeywordPlanKeywordOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.KeywordPlanKeyword) - err := b.DecodeMessage(msg) - m.Operation = &KeywordPlanKeywordOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &KeywordPlanKeywordOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _KeywordPlanKeywordOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*KeywordPlanKeywordOperation) - // operation - switch x := m.Operation.(type) { - case *KeywordPlanKeywordOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *KeywordPlanKeywordOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *KeywordPlanKeywordOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for a Keyword Plan keyword mutate. -type MutateKeywordPlanKeywordsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateKeywordPlanKeywordResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateKeywordPlanKeywordsResponse) Reset() { *m = MutateKeywordPlanKeywordsResponse{} } -func (m *MutateKeywordPlanKeywordsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateKeywordPlanKeywordsResponse) ProtoMessage() {} -func (*MutateKeywordPlanKeywordsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_keyword_service_a5c2b9cc51518230, []int{3} -} -func (m *MutateKeywordPlanKeywordsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateKeywordPlanKeywordsResponse.Unmarshal(m, b) -} -func (m *MutateKeywordPlanKeywordsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateKeywordPlanKeywordsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateKeywordPlanKeywordsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateKeywordPlanKeywordsResponse.Merge(dst, src) -} -func (m *MutateKeywordPlanKeywordsResponse) XXX_Size() int { - return xxx_messageInfo_MutateKeywordPlanKeywordsResponse.Size(m) -} -func (m *MutateKeywordPlanKeywordsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateKeywordPlanKeywordsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateKeywordPlanKeywordsResponse proto.InternalMessageInfo - -func (m *MutateKeywordPlanKeywordsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateKeywordPlanKeywordsResponse) GetResults() []*MutateKeywordPlanKeywordResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the Keyword Plan keyword mutate. -type MutateKeywordPlanKeywordResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateKeywordPlanKeywordResult) Reset() { *m = MutateKeywordPlanKeywordResult{} } -func (m *MutateKeywordPlanKeywordResult) String() string { return proto.CompactTextString(m) } -func (*MutateKeywordPlanKeywordResult) ProtoMessage() {} -func (*MutateKeywordPlanKeywordResult) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_keyword_service_a5c2b9cc51518230, []int{4} -} -func (m *MutateKeywordPlanKeywordResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateKeywordPlanKeywordResult.Unmarshal(m, b) -} -func (m *MutateKeywordPlanKeywordResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateKeywordPlanKeywordResult.Marshal(b, m, deterministic) -} -func (dst *MutateKeywordPlanKeywordResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateKeywordPlanKeywordResult.Merge(dst, src) -} -func (m *MutateKeywordPlanKeywordResult) XXX_Size() int { - return xxx_messageInfo_MutateKeywordPlanKeywordResult.Size(m) -} -func (m *MutateKeywordPlanKeywordResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateKeywordPlanKeywordResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateKeywordPlanKeywordResult proto.InternalMessageInfo - -func (m *MutateKeywordPlanKeywordResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetKeywordPlanKeywordRequest)(nil), "google.ads.googleads.v0.services.GetKeywordPlanKeywordRequest") - proto.RegisterType((*MutateKeywordPlanKeywordsRequest)(nil), "google.ads.googleads.v0.services.MutateKeywordPlanKeywordsRequest") - proto.RegisterType((*KeywordPlanKeywordOperation)(nil), "google.ads.googleads.v0.services.KeywordPlanKeywordOperation") - proto.RegisterType((*MutateKeywordPlanKeywordsResponse)(nil), "google.ads.googleads.v0.services.MutateKeywordPlanKeywordsResponse") - proto.RegisterType((*MutateKeywordPlanKeywordResult)(nil), "google.ads.googleads.v0.services.MutateKeywordPlanKeywordResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// KeywordPlanKeywordServiceClient is the client API for KeywordPlanKeywordService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type KeywordPlanKeywordServiceClient interface { - // Returns the requested Keyword Plan keyword in full detail. - GetKeywordPlanKeyword(ctx context.Context, in *GetKeywordPlanKeywordRequest, opts ...grpc.CallOption) (*resources.KeywordPlanKeyword, error) - // Creates, updates, or removes Keyword Plan keywords. Operation statuses are - // returned. - MutateKeywordPlanKeywords(ctx context.Context, in *MutateKeywordPlanKeywordsRequest, opts ...grpc.CallOption) (*MutateKeywordPlanKeywordsResponse, error) -} - -type keywordPlanKeywordServiceClient struct { - cc *grpc.ClientConn -} - -func NewKeywordPlanKeywordServiceClient(cc *grpc.ClientConn) KeywordPlanKeywordServiceClient { - return &keywordPlanKeywordServiceClient{cc} -} - -func (c *keywordPlanKeywordServiceClient) GetKeywordPlanKeyword(ctx context.Context, in *GetKeywordPlanKeywordRequest, opts ...grpc.CallOption) (*resources.KeywordPlanKeyword, error) { - out := new(resources.KeywordPlanKeyword) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.KeywordPlanKeywordService/GetKeywordPlanKeyword", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *keywordPlanKeywordServiceClient) MutateKeywordPlanKeywords(ctx context.Context, in *MutateKeywordPlanKeywordsRequest, opts ...grpc.CallOption) (*MutateKeywordPlanKeywordsResponse, error) { - out := new(MutateKeywordPlanKeywordsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.KeywordPlanKeywordService/MutateKeywordPlanKeywords", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// KeywordPlanKeywordServiceServer is the server API for KeywordPlanKeywordService service. -type KeywordPlanKeywordServiceServer interface { - // Returns the requested Keyword Plan keyword in full detail. - GetKeywordPlanKeyword(context.Context, *GetKeywordPlanKeywordRequest) (*resources.KeywordPlanKeyword, error) - // Creates, updates, or removes Keyword Plan keywords. Operation statuses are - // returned. - MutateKeywordPlanKeywords(context.Context, *MutateKeywordPlanKeywordsRequest) (*MutateKeywordPlanKeywordsResponse, error) -} - -func RegisterKeywordPlanKeywordServiceServer(s *grpc.Server, srv KeywordPlanKeywordServiceServer) { - s.RegisterService(&_KeywordPlanKeywordService_serviceDesc, srv) -} - -func _KeywordPlanKeywordService_GetKeywordPlanKeyword_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetKeywordPlanKeywordRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(KeywordPlanKeywordServiceServer).GetKeywordPlanKeyword(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.KeywordPlanKeywordService/GetKeywordPlanKeyword", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(KeywordPlanKeywordServiceServer).GetKeywordPlanKeyword(ctx, req.(*GetKeywordPlanKeywordRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _KeywordPlanKeywordService_MutateKeywordPlanKeywords_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateKeywordPlanKeywordsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(KeywordPlanKeywordServiceServer).MutateKeywordPlanKeywords(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.KeywordPlanKeywordService/MutateKeywordPlanKeywords", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(KeywordPlanKeywordServiceServer).MutateKeywordPlanKeywords(ctx, req.(*MutateKeywordPlanKeywordsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _KeywordPlanKeywordService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.KeywordPlanKeywordService", - HandlerType: (*KeywordPlanKeywordServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetKeywordPlanKeyword", - Handler: _KeywordPlanKeywordService_GetKeywordPlanKeyword_Handler, - }, - { - MethodName: "MutateKeywordPlanKeywords", - Handler: _KeywordPlanKeywordService_MutateKeywordPlanKeywords_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/keyword_plan_keyword_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/keyword_plan_keyword_service.proto", fileDescriptor_keyword_plan_keyword_service_a5c2b9cc51518230) -} - -var fileDescriptor_keyword_plan_keyword_service_a5c2b9cc51518230 = []byte{ - // 721 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xdd, 0x6a, 0xd4, 0x4e, - 0x14, 0xc0, 0xff, 0xc9, 0xfe, 0xa9, 0x76, 0x52, 0x15, 0x46, 0x8a, 0xdb, 0xb5, 0xd4, 0x35, 0x16, - 0x2c, 0x7b, 0x91, 0x2c, 0x2b, 0x45, 0x49, 0x5d, 0x71, 0x77, 0xe9, 0x87, 0x48, 0x6d, 0x49, 0xa1, - 0x17, 0x65, 0x25, 0x4c, 0x37, 0xd3, 0x25, 0x34, 0xc9, 0xc4, 0x99, 0xc9, 0x96, 0x52, 0x7a, 0x23, - 0xf8, 0x04, 0xbe, 0x81, 0xde, 0xf9, 0x22, 0x82, 0xe0, 0x95, 0x17, 0xbe, 0x80, 0x37, 0x7a, 0xe5, - 0x23, 0x48, 0x32, 0x33, 0x6b, 0xbf, 0xb2, 0x2b, 0xed, 0xdd, 0x99, 0x33, 0x27, 0xbf, 0xf3, 0x39, - 0x27, 0xa0, 0xd3, 0x27, 0xa4, 0x1f, 0x62, 0x1b, 0xf9, 0xcc, 0x16, 0x62, 0x26, 0x0d, 0xea, 0x36, - 0xc3, 0x74, 0x10, 0xf4, 0x30, 0xb3, 0xf7, 0xf1, 0xe1, 0x01, 0xa1, 0xbe, 0x97, 0x84, 0x28, 0xf6, - 0xd4, 0x41, 0xde, 0x5a, 0x09, 0x25, 0x9c, 0xc0, 0xaa, 0xf8, 0xd2, 0x42, 0x3e, 0xb3, 0x86, 0x10, - 0x6b, 0x50, 0xb7, 0x14, 0xa4, 0xf2, 0xb4, 0xc8, 0x0d, 0xc5, 0x8c, 0xa4, 0xb4, 0xc8, 0x8f, 0xe0, - 0x57, 0x66, 0xd5, 0xd7, 0x49, 0x60, 0xa3, 0x38, 0x26, 0x1c, 0xf1, 0x80, 0xc4, 0x4c, 0xde, 0x4a, - 0xef, 0x76, 0x7e, 0xda, 0x4d, 0xf7, 0xec, 0xbd, 0x00, 0x87, 0xbe, 0x17, 0x21, 0xb6, 0x2f, 0x2d, - 0xe6, 0xce, 0x5a, 0x1c, 0x50, 0x94, 0x24, 0x98, 0x2a, 0xc2, 0x1d, 0x79, 0x4f, 0x93, 0x9e, 0xcd, - 0x38, 0xe2, 0xa9, 0xbc, 0x30, 0x3b, 0x60, 0x76, 0x15, 0xf3, 0x97, 0x22, 0x98, 0xcd, 0x10, 0xc5, - 0x52, 0x74, 0xf1, 0x9b, 0x14, 0x33, 0x0e, 0x1f, 0x80, 0x1b, 0x2a, 0x01, 0x2f, 0x46, 0x11, 0x2e, - 0x6b, 0x55, 0x6d, 0x61, 0xd2, 0x9d, 0x52, 0xca, 0x57, 0x28, 0xc2, 0xe6, 0x6f, 0x0d, 0x54, 0xd7, - 0x53, 0x8e, 0x38, 0x3e, 0x0f, 0x62, 0x8a, 0x74, 0x0f, 0x18, 0xbd, 0x94, 0x71, 0x12, 0x61, 0xea, - 0x05, 0xbe, 0xe4, 0x00, 0xa5, 0x7a, 0xe1, 0xc3, 0xd7, 0x00, 0x90, 0x04, 0x53, 0x91, 0x79, 0x59, - 0xaf, 0x96, 0x16, 0x8c, 0x46, 0xd3, 0x1a, 0x57, 0x78, 0xeb, 0xbc, 0xcb, 0x0d, 0x45, 0x71, 0x4f, - 0x00, 0xe1, 0x43, 0x70, 0x2b, 0x41, 0x94, 0x07, 0x28, 0xf4, 0xf6, 0x50, 0x10, 0xa6, 0x14, 0x97, - 0x4b, 0x55, 0x6d, 0xe1, 0xba, 0x7b, 0x53, 0xaa, 0x57, 0x84, 0x36, 0x4b, 0x79, 0x80, 0xc2, 0xc0, - 0x47, 0x1c, 0x7b, 0x24, 0x0e, 0x0f, 0xcb, 0xff, 0xe7, 0x66, 0x53, 0x4a, 0xb9, 0x11, 0x87, 0x87, - 0xe6, 0x47, 0x1d, 0xdc, 0x1d, 0xe1, 0x19, 0x2e, 0x01, 0x23, 0x4d, 0x72, 0x44, 0xd6, 0xa5, 0x1c, - 0x61, 0x34, 0x2a, 0x2a, 0x1b, 0xd5, 0x26, 0x6b, 0x25, 0x6b, 0xe4, 0x3a, 0x62, 0xfb, 0x2e, 0x10, - 0xe6, 0x99, 0x0c, 0x37, 0xc0, 0x44, 0x8f, 0x62, 0xc4, 0x45, 0xb5, 0x8d, 0xc6, 0x62, 0x61, 0x15, - 0x86, 0xc3, 0x75, 0x41, 0x19, 0xd6, 0xfe, 0x73, 0x25, 0x26, 0x03, 0x0a, 0x7c, 0x59, 0xbf, 0x22, - 0x50, 0x60, 0x60, 0x19, 0x4c, 0x50, 0x1c, 0x91, 0x81, 0xa8, 0xe1, 0x64, 0x76, 0x23, 0xce, 0x6d, - 0x03, 0x4c, 0x0e, 0x8b, 0x6e, 0x7e, 0xd6, 0xc0, 0xfd, 0x11, 0x83, 0xc1, 0x12, 0x12, 0x33, 0x0c, - 0x57, 0xc0, 0xf4, 0x99, 0xce, 0x78, 0x98, 0x52, 0x42, 0x73, 0xb6, 0xd1, 0x80, 0x2a, 0x58, 0x9a, - 0xf4, 0xac, 0xad, 0x7c, 0x78, 0xdd, 0xdb, 0xa7, 0x7b, 0xb6, 0x9c, 0x99, 0xc3, 0x1d, 0x70, 0x8d, - 0x62, 0x96, 0x86, 0x5c, 0x4d, 0xcf, 0xf3, 0xf1, 0xd3, 0x53, 0x14, 0x9d, 0x9b, 0x83, 0x5c, 0x05, - 0x34, 0x97, 0xc1, 0xdc, 0x68, 0xd3, 0x7f, 0x7a, 0x29, 0x8d, 0xef, 0x25, 0x30, 0x73, 0x9e, 0xb0, - 0x25, 0xa2, 0x81, 0x5f, 0x35, 0x30, 0x7d, 0xe1, 0x6b, 0x84, 0xcf, 0xc6, 0x67, 0x32, 0xea, 0x19, - 0x57, 0x2e, 0xd7, 0x70, 0xb3, 0xf9, 0xf6, 0xdb, 0x8f, 0xf7, 0xfa, 0x63, 0xb8, 0x98, 0x2d, 0xb2, - 0xa3, 0x53, 0xe9, 0x35, 0xd5, 0xcb, 0x65, 0x76, 0x4d, 0x6d, 0xb6, 0x93, 0xdd, 0xb5, 0x6b, 0xc7, - 0xf0, 0xa7, 0x06, 0x66, 0x0a, 0xdb, 0x0f, 0xdb, 0x97, 0xef, 0x8e, 0x5a, 0x2a, 0x95, 0xce, 0x95, - 0x18, 0x62, 0xfe, 0xcc, 0x4e, 0x9e, 0x65, 0xd3, 0x7c, 0x92, 0x65, 0xf9, 0x37, 0xad, 0xa3, 0x13, - 0xeb, 0xaa, 0x59, 0x3b, 0xbe, 0x28, 0x49, 0x27, 0xca, 0xe1, 0x8e, 0x56, 0x6b, 0xbf, 0xd3, 0xc1, - 0x7c, 0x8f, 0x44, 0x63, 0xe3, 0x69, 0xcf, 0x15, 0xf6, 0x7f, 0x33, 0xdb, 0x0a, 0x9b, 0xda, 0xce, - 0x9a, 0x64, 0xf4, 0x49, 0x88, 0xe2, 0xbe, 0x45, 0x68, 0xdf, 0xee, 0xe3, 0x38, 0xdf, 0x19, 0xea, - 0xd7, 0x92, 0x04, 0xac, 0xf8, 0x87, 0xb6, 0xa4, 0x84, 0x0f, 0x7a, 0x69, 0xb5, 0xd5, 0xfa, 0xa4, - 0x57, 0x57, 0x05, 0xb0, 0xe5, 0x33, 0x4b, 0x88, 0x99, 0xb4, 0x5d, 0xb7, 0xa4, 0x63, 0xf6, 0x45, - 0x99, 0x74, 0x5b, 0x3e, 0xeb, 0x0e, 0x4d, 0xba, 0xdb, 0xf5, 0xae, 0x32, 0xf9, 0xa5, 0xcf, 0x0b, - 0xbd, 0xe3, 0xb4, 0x7c, 0xe6, 0x38, 0x43, 0x23, 0xc7, 0xd9, 0xae, 0x3b, 0x8e, 0x32, 0xdb, 0x9d, - 0xc8, 0xe3, 0x7c, 0xf4, 0x27, 0x00, 0x00, 0xff, 0xff, 0xba, 0x01, 0x70, 0x40, 0x77, 0x07, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/keyword_plan_negative_keyword_service.pb.go b/googleapis/ads/googleads/v0/services/keyword_plan_negative_keyword_service.pb.go deleted file mode 100644 index a66c48b565..0000000000 --- a/googleapis/ads/googleads/v0/services/keyword_plan_negative_keyword_service.pb.go +++ /dev/null @@ -1,602 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/keyword_plan_negative_keyword_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [KeywordPlanNegativeKeywordService.GetKeywordPlanNegativeKeyword][google.ads.googleads.v0.services.KeywordPlanNegativeKeywordService.GetKeywordPlanNegativeKeyword]. -type GetKeywordPlanNegativeKeywordRequest struct { - // The resource name of the plan to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetKeywordPlanNegativeKeywordRequest) Reset() { *m = GetKeywordPlanNegativeKeywordRequest{} } -func (m *GetKeywordPlanNegativeKeywordRequest) String() string { return proto.CompactTextString(m) } -func (*GetKeywordPlanNegativeKeywordRequest) ProtoMessage() {} -func (*GetKeywordPlanNegativeKeywordRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_negative_keyword_service_acb4f884bb90c91c, []int{0} -} -func (m *GetKeywordPlanNegativeKeywordRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetKeywordPlanNegativeKeywordRequest.Unmarshal(m, b) -} -func (m *GetKeywordPlanNegativeKeywordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetKeywordPlanNegativeKeywordRequest.Marshal(b, m, deterministic) -} -func (dst *GetKeywordPlanNegativeKeywordRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetKeywordPlanNegativeKeywordRequest.Merge(dst, src) -} -func (m *GetKeywordPlanNegativeKeywordRequest) XXX_Size() int { - return xxx_messageInfo_GetKeywordPlanNegativeKeywordRequest.Size(m) -} -func (m *GetKeywordPlanNegativeKeywordRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetKeywordPlanNegativeKeywordRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetKeywordPlanNegativeKeywordRequest proto.InternalMessageInfo - -func (m *GetKeywordPlanNegativeKeywordRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [KeywordPlanNegativeKeywordService.MutateKeywordPlanNegativeKeywords][google.ads.googleads.v0.services.KeywordPlanNegativeKeywordService.MutateKeywordPlanNegativeKeywords]. -type MutateKeywordPlanNegativeKeywordsRequest struct { - // The ID of the customer whose negative keywords are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual Keyword Plan negative - // keywords. - Operations []*KeywordPlanNegativeKeywordOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateKeywordPlanNegativeKeywordsRequest) Reset() { - *m = MutateKeywordPlanNegativeKeywordsRequest{} -} -func (m *MutateKeywordPlanNegativeKeywordsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateKeywordPlanNegativeKeywordsRequest) ProtoMessage() {} -func (*MutateKeywordPlanNegativeKeywordsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_negative_keyword_service_acb4f884bb90c91c, []int{1} -} -func (m *MutateKeywordPlanNegativeKeywordsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateKeywordPlanNegativeKeywordsRequest.Unmarshal(m, b) -} -func (m *MutateKeywordPlanNegativeKeywordsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateKeywordPlanNegativeKeywordsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateKeywordPlanNegativeKeywordsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateKeywordPlanNegativeKeywordsRequest.Merge(dst, src) -} -func (m *MutateKeywordPlanNegativeKeywordsRequest) XXX_Size() int { - return xxx_messageInfo_MutateKeywordPlanNegativeKeywordsRequest.Size(m) -} -func (m *MutateKeywordPlanNegativeKeywordsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateKeywordPlanNegativeKeywordsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateKeywordPlanNegativeKeywordsRequest proto.InternalMessageInfo - -func (m *MutateKeywordPlanNegativeKeywordsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateKeywordPlanNegativeKeywordsRequest) GetOperations() []*KeywordPlanNegativeKeywordOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateKeywordPlanNegativeKeywordsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateKeywordPlanNegativeKeywordsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on a Keyword Plan negative -// keyword. -type KeywordPlanNegativeKeywordOperation struct { - // The FieldMask that determines which resource fields are modified in an - // update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *KeywordPlanNegativeKeywordOperation_Create - // *KeywordPlanNegativeKeywordOperation_Update - // *KeywordPlanNegativeKeywordOperation_Remove - Operation isKeywordPlanNegativeKeywordOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanNegativeKeywordOperation) Reset() { *m = KeywordPlanNegativeKeywordOperation{} } -func (m *KeywordPlanNegativeKeywordOperation) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanNegativeKeywordOperation) ProtoMessage() {} -func (*KeywordPlanNegativeKeywordOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_negative_keyword_service_acb4f884bb90c91c, []int{2} -} -func (m *KeywordPlanNegativeKeywordOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanNegativeKeywordOperation.Unmarshal(m, b) -} -func (m *KeywordPlanNegativeKeywordOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanNegativeKeywordOperation.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanNegativeKeywordOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanNegativeKeywordOperation.Merge(dst, src) -} -func (m *KeywordPlanNegativeKeywordOperation) XXX_Size() int { - return xxx_messageInfo_KeywordPlanNegativeKeywordOperation.Size(m) -} -func (m *KeywordPlanNegativeKeywordOperation) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanNegativeKeywordOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanNegativeKeywordOperation proto.InternalMessageInfo - -func (m *KeywordPlanNegativeKeywordOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isKeywordPlanNegativeKeywordOperation_Operation interface { - isKeywordPlanNegativeKeywordOperation_Operation() -} - -type KeywordPlanNegativeKeywordOperation_Create struct { - Create *resources.KeywordPlanNegativeKeyword `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type KeywordPlanNegativeKeywordOperation_Update struct { - Update *resources.KeywordPlanNegativeKeyword `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type KeywordPlanNegativeKeywordOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*KeywordPlanNegativeKeywordOperation_Create) isKeywordPlanNegativeKeywordOperation_Operation() {} - -func (*KeywordPlanNegativeKeywordOperation_Update) isKeywordPlanNegativeKeywordOperation_Operation() {} - -func (*KeywordPlanNegativeKeywordOperation_Remove) isKeywordPlanNegativeKeywordOperation_Operation() {} - -func (m *KeywordPlanNegativeKeywordOperation) GetOperation() isKeywordPlanNegativeKeywordOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *KeywordPlanNegativeKeywordOperation) GetCreate() *resources.KeywordPlanNegativeKeyword { - if x, ok := m.GetOperation().(*KeywordPlanNegativeKeywordOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *KeywordPlanNegativeKeywordOperation) GetUpdate() *resources.KeywordPlanNegativeKeyword { - if x, ok := m.GetOperation().(*KeywordPlanNegativeKeywordOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *KeywordPlanNegativeKeywordOperation) GetRemove() string { - if x, ok := m.GetOperation().(*KeywordPlanNegativeKeywordOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*KeywordPlanNegativeKeywordOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _KeywordPlanNegativeKeywordOperation_OneofMarshaler, _KeywordPlanNegativeKeywordOperation_OneofUnmarshaler, _KeywordPlanNegativeKeywordOperation_OneofSizer, []interface{}{ - (*KeywordPlanNegativeKeywordOperation_Create)(nil), - (*KeywordPlanNegativeKeywordOperation_Update)(nil), - (*KeywordPlanNegativeKeywordOperation_Remove)(nil), - } -} - -func _KeywordPlanNegativeKeywordOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*KeywordPlanNegativeKeywordOperation) - // operation - switch x := m.Operation.(type) { - case *KeywordPlanNegativeKeywordOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *KeywordPlanNegativeKeywordOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *KeywordPlanNegativeKeywordOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("KeywordPlanNegativeKeywordOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _KeywordPlanNegativeKeywordOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*KeywordPlanNegativeKeywordOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.KeywordPlanNegativeKeyword) - err := b.DecodeMessage(msg) - m.Operation = &KeywordPlanNegativeKeywordOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.KeywordPlanNegativeKeyword) - err := b.DecodeMessage(msg) - m.Operation = &KeywordPlanNegativeKeywordOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &KeywordPlanNegativeKeywordOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _KeywordPlanNegativeKeywordOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*KeywordPlanNegativeKeywordOperation) - // operation - switch x := m.Operation.(type) { - case *KeywordPlanNegativeKeywordOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *KeywordPlanNegativeKeywordOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *KeywordPlanNegativeKeywordOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for a Keyword Plan negative keyword mutate. -type MutateKeywordPlanNegativeKeywordsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateKeywordPlanNegativeKeywordResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateKeywordPlanNegativeKeywordsResponse) Reset() { - *m = MutateKeywordPlanNegativeKeywordsResponse{} -} -func (m *MutateKeywordPlanNegativeKeywordsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateKeywordPlanNegativeKeywordsResponse) ProtoMessage() {} -func (*MutateKeywordPlanNegativeKeywordsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_negative_keyword_service_acb4f884bb90c91c, []int{3} -} -func (m *MutateKeywordPlanNegativeKeywordsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateKeywordPlanNegativeKeywordsResponse.Unmarshal(m, b) -} -func (m *MutateKeywordPlanNegativeKeywordsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateKeywordPlanNegativeKeywordsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateKeywordPlanNegativeKeywordsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateKeywordPlanNegativeKeywordsResponse.Merge(dst, src) -} -func (m *MutateKeywordPlanNegativeKeywordsResponse) XXX_Size() int { - return xxx_messageInfo_MutateKeywordPlanNegativeKeywordsResponse.Size(m) -} -func (m *MutateKeywordPlanNegativeKeywordsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateKeywordPlanNegativeKeywordsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateKeywordPlanNegativeKeywordsResponse proto.InternalMessageInfo - -func (m *MutateKeywordPlanNegativeKeywordsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateKeywordPlanNegativeKeywordsResponse) GetResults() []*MutateKeywordPlanNegativeKeywordResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the Keyword Plan negative keyword mutate. -type MutateKeywordPlanNegativeKeywordResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateKeywordPlanNegativeKeywordResult) Reset() { - *m = MutateKeywordPlanNegativeKeywordResult{} -} -func (m *MutateKeywordPlanNegativeKeywordResult) String() string { return proto.CompactTextString(m) } -func (*MutateKeywordPlanNegativeKeywordResult) ProtoMessage() {} -func (*MutateKeywordPlanNegativeKeywordResult) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_negative_keyword_service_acb4f884bb90c91c, []int{4} -} -func (m *MutateKeywordPlanNegativeKeywordResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateKeywordPlanNegativeKeywordResult.Unmarshal(m, b) -} -func (m *MutateKeywordPlanNegativeKeywordResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateKeywordPlanNegativeKeywordResult.Marshal(b, m, deterministic) -} -func (dst *MutateKeywordPlanNegativeKeywordResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateKeywordPlanNegativeKeywordResult.Merge(dst, src) -} -func (m *MutateKeywordPlanNegativeKeywordResult) XXX_Size() int { - return xxx_messageInfo_MutateKeywordPlanNegativeKeywordResult.Size(m) -} -func (m *MutateKeywordPlanNegativeKeywordResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateKeywordPlanNegativeKeywordResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateKeywordPlanNegativeKeywordResult proto.InternalMessageInfo - -func (m *MutateKeywordPlanNegativeKeywordResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetKeywordPlanNegativeKeywordRequest)(nil), "google.ads.googleads.v0.services.GetKeywordPlanNegativeKeywordRequest") - proto.RegisterType((*MutateKeywordPlanNegativeKeywordsRequest)(nil), "google.ads.googleads.v0.services.MutateKeywordPlanNegativeKeywordsRequest") - proto.RegisterType((*KeywordPlanNegativeKeywordOperation)(nil), "google.ads.googleads.v0.services.KeywordPlanNegativeKeywordOperation") - proto.RegisterType((*MutateKeywordPlanNegativeKeywordsResponse)(nil), "google.ads.googleads.v0.services.MutateKeywordPlanNegativeKeywordsResponse") - proto.RegisterType((*MutateKeywordPlanNegativeKeywordResult)(nil), "google.ads.googleads.v0.services.MutateKeywordPlanNegativeKeywordResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// KeywordPlanNegativeKeywordServiceClient is the client API for KeywordPlanNegativeKeywordService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type KeywordPlanNegativeKeywordServiceClient interface { - // Returns the requested plan in full detail. - GetKeywordPlanNegativeKeyword(ctx context.Context, in *GetKeywordPlanNegativeKeywordRequest, opts ...grpc.CallOption) (*resources.KeywordPlanNegativeKeyword, error) - // Creates, updates, or removes Keyword Plan negative keywords. Operation - // statuses are returned. - MutateKeywordPlanNegativeKeywords(ctx context.Context, in *MutateKeywordPlanNegativeKeywordsRequest, opts ...grpc.CallOption) (*MutateKeywordPlanNegativeKeywordsResponse, error) -} - -type keywordPlanNegativeKeywordServiceClient struct { - cc *grpc.ClientConn -} - -func NewKeywordPlanNegativeKeywordServiceClient(cc *grpc.ClientConn) KeywordPlanNegativeKeywordServiceClient { - return &keywordPlanNegativeKeywordServiceClient{cc} -} - -func (c *keywordPlanNegativeKeywordServiceClient) GetKeywordPlanNegativeKeyword(ctx context.Context, in *GetKeywordPlanNegativeKeywordRequest, opts ...grpc.CallOption) (*resources.KeywordPlanNegativeKeyword, error) { - out := new(resources.KeywordPlanNegativeKeyword) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.KeywordPlanNegativeKeywordService/GetKeywordPlanNegativeKeyword", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *keywordPlanNegativeKeywordServiceClient) MutateKeywordPlanNegativeKeywords(ctx context.Context, in *MutateKeywordPlanNegativeKeywordsRequest, opts ...grpc.CallOption) (*MutateKeywordPlanNegativeKeywordsResponse, error) { - out := new(MutateKeywordPlanNegativeKeywordsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.KeywordPlanNegativeKeywordService/MutateKeywordPlanNegativeKeywords", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// KeywordPlanNegativeKeywordServiceServer is the server API for KeywordPlanNegativeKeywordService service. -type KeywordPlanNegativeKeywordServiceServer interface { - // Returns the requested plan in full detail. - GetKeywordPlanNegativeKeyword(context.Context, *GetKeywordPlanNegativeKeywordRequest) (*resources.KeywordPlanNegativeKeyword, error) - // Creates, updates, or removes Keyword Plan negative keywords. Operation - // statuses are returned. - MutateKeywordPlanNegativeKeywords(context.Context, *MutateKeywordPlanNegativeKeywordsRequest) (*MutateKeywordPlanNegativeKeywordsResponse, error) -} - -func RegisterKeywordPlanNegativeKeywordServiceServer(s *grpc.Server, srv KeywordPlanNegativeKeywordServiceServer) { - s.RegisterService(&_KeywordPlanNegativeKeywordService_serviceDesc, srv) -} - -func _KeywordPlanNegativeKeywordService_GetKeywordPlanNegativeKeyword_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetKeywordPlanNegativeKeywordRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(KeywordPlanNegativeKeywordServiceServer).GetKeywordPlanNegativeKeyword(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.KeywordPlanNegativeKeywordService/GetKeywordPlanNegativeKeyword", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(KeywordPlanNegativeKeywordServiceServer).GetKeywordPlanNegativeKeyword(ctx, req.(*GetKeywordPlanNegativeKeywordRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _KeywordPlanNegativeKeywordService_MutateKeywordPlanNegativeKeywords_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateKeywordPlanNegativeKeywordsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(KeywordPlanNegativeKeywordServiceServer).MutateKeywordPlanNegativeKeywords(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.KeywordPlanNegativeKeywordService/MutateKeywordPlanNegativeKeywords", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(KeywordPlanNegativeKeywordServiceServer).MutateKeywordPlanNegativeKeywords(ctx, req.(*MutateKeywordPlanNegativeKeywordsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _KeywordPlanNegativeKeywordService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.KeywordPlanNegativeKeywordService", - HandlerType: (*KeywordPlanNegativeKeywordServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetKeywordPlanNegativeKeyword", - Handler: _KeywordPlanNegativeKeywordService_GetKeywordPlanNegativeKeyword_Handler, - }, - { - MethodName: "MutateKeywordPlanNegativeKeywords", - Handler: _KeywordPlanNegativeKeywordService_MutateKeywordPlanNegativeKeywords_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/keyword_plan_negative_keyword_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/keyword_plan_negative_keyword_service.proto", fileDescriptor_keyword_plan_negative_keyword_service_acb4f884bb90c91c) -} - -var fileDescriptor_keyword_plan_negative_keyword_service_acb4f884bb90c91c = []byte{ - // 736 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x95, 0xcd, 0x6a, 0xdb, 0x4a, - 0x14, 0xc7, 0xaf, 0x94, 0x90, 0x7b, 0x33, 0xca, 0x6d, 0x61, 0x4a, 0xa9, 0x31, 0xfd, 0x70, 0x94, - 0x90, 0xba, 0x5e, 0x48, 0xc6, 0xdd, 0x29, 0x98, 0xd6, 0x01, 0x3b, 0x69, 0xdd, 0x7c, 0xa0, 0x40, - 0x0a, 0xc5, 0x20, 0x26, 0xd6, 0x44, 0x88, 0x48, 0x1a, 0x75, 0x66, 0xe4, 0x10, 0x42, 0xa0, 0x74, - 0xd7, 0x45, 0x57, 0x7d, 0x80, 0x42, 0x97, 0x7d, 0x85, 0xbe, 0x41, 0xb7, 0x5d, 0xf4, 0x05, 0xba, - 0x2a, 0xf4, 0x1d, 0x8a, 0x34, 0x33, 0x6e, 0x12, 0xea, 0xc8, 0x90, 0xec, 0x8e, 0xce, 0xfc, 0xf5, - 0x3b, 0x67, 0xce, 0x39, 0x3a, 0x02, 0x2f, 0x02, 0x42, 0x82, 0x08, 0xdb, 0xc8, 0x67, 0xb6, 0x30, - 0x73, 0x6b, 0xd4, 0xb4, 0x19, 0xa6, 0xa3, 0x70, 0x88, 0x99, 0x7d, 0x88, 0x8f, 0x8f, 0x08, 0xf5, - 0xbd, 0x34, 0x42, 0x89, 0x97, 0xe0, 0x00, 0xf1, 0x70, 0x84, 0x3d, 0xe5, 0x95, 0x32, 0x2b, 0xa5, - 0x84, 0x13, 0x58, 0x13, 0x08, 0x0b, 0xf9, 0xcc, 0x1a, 0xd3, 0xac, 0x51, 0xd3, 0x52, 0xb4, 0x6a, - 0x77, 0x52, 0x3c, 0x8a, 0x19, 0xc9, 0x68, 0x69, 0x40, 0x11, 0xa8, 0x7a, 0x57, 0x61, 0xd2, 0xd0, - 0x46, 0x49, 0x42, 0x38, 0xe2, 0x21, 0x49, 0x98, 0x3c, 0x95, 0x69, 0xd8, 0xc5, 0xd3, 0x7e, 0x76, - 0x60, 0x1f, 0x84, 0x38, 0xf2, 0xbd, 0x18, 0xb1, 0x43, 0xa9, 0xb8, 0x7f, 0x51, 0x71, 0x44, 0x51, - 0x9a, 0x62, 0xaa, 0x08, 0x77, 0xe4, 0x39, 0x4d, 0x87, 0x36, 0xe3, 0x88, 0x67, 0xf2, 0xc0, 0xec, - 0x83, 0xe5, 0x75, 0xcc, 0xfb, 0x22, 0x99, 0x9d, 0x08, 0x25, 0x5b, 0x32, 0x41, 0xe9, 0x72, 0xf1, - 0xeb, 0x0c, 0x33, 0x0e, 0x97, 0xc0, 0xff, 0xea, 0x46, 0x5e, 0x82, 0x62, 0x5c, 0xd1, 0x6a, 0x5a, - 0x7d, 0xde, 0x5d, 0x50, 0xce, 0x2d, 0x14, 0x63, 0xf3, 0x8d, 0x0e, 0xea, 0x9b, 0x19, 0x47, 0x1c, - 0x4f, 0x06, 0x32, 0x45, 0x7c, 0x00, 0x8c, 0x61, 0xc6, 0x38, 0x89, 0x31, 0xf5, 0x42, 0x5f, 0xf2, - 0x80, 0x72, 0x3d, 0xf3, 0x21, 0x06, 0x80, 0xa4, 0x98, 0x8a, 0x4a, 0x54, 0xf4, 0xda, 0x4c, 0xdd, - 0x68, 0x75, 0xad, 0xb2, 0x8e, 0x58, 0x93, 0x43, 0x6f, 0x2b, 0x9a, 0x7b, 0x06, 0x0c, 0x1f, 0x82, - 0x9b, 0x29, 0xa2, 0x3c, 0x44, 0x91, 0x77, 0x80, 0xc2, 0x28, 0xa3, 0xb8, 0x32, 0x53, 0xd3, 0xea, - 0xff, 0xb9, 0x37, 0xa4, 0xbb, 0x27, 0xbc, 0x79, 0x09, 0x46, 0x28, 0x0a, 0x7d, 0xc4, 0xb1, 0x47, - 0x92, 0xe8, 0xb8, 0x32, 0x5b, 0xc8, 0x16, 0x94, 0x73, 0x3b, 0x89, 0x8e, 0xcd, 0x2f, 0x3a, 0x58, - 0x9a, 0x22, 0x03, 0xb8, 0x0a, 0x8c, 0x2c, 0x2d, 0x50, 0x79, 0x17, 0x0b, 0x94, 0xd1, 0xaa, 0xaa, - 0xdb, 0xa9, 0x36, 0x5a, 0xbd, 0xbc, 0xd1, 0x9b, 0x88, 0x1d, 0xba, 0x40, 0xc8, 0x73, 0x1b, 0xbe, - 0x04, 0x73, 0x43, 0x8a, 0x11, 0x17, 0x5d, 0x30, 0x5a, 0xed, 0x89, 0x55, 0x19, 0x4f, 0xe1, 0x25, - 0x65, 0xd9, 0xf8, 0xc7, 0x95, 0xb8, 0x1c, 0x2c, 0xc2, 0x54, 0xf4, 0x6b, 0x02, 0x0b, 0x1c, 0xac, - 0x80, 0x39, 0x8a, 0x63, 0x32, 0x12, 0xb5, 0x9d, 0xcf, 0x4f, 0xc4, 0xf3, 0x9a, 0x01, 0xe6, 0xc7, - 0xcd, 0x30, 0xbf, 0x6b, 0xe0, 0xd1, 0x14, 0x03, 0xc4, 0x52, 0x92, 0x30, 0x0c, 0x7b, 0xe0, 0xf6, - 0x85, 0xce, 0x79, 0x98, 0x52, 0x42, 0x8b, 0x18, 0x46, 0x0b, 0xaa, 0xe4, 0x69, 0x3a, 0xb4, 0x76, - 0x8b, 0xa1, 0x77, 0x6f, 0x9d, 0xef, 0x69, 0x37, 0x97, 0xc3, 0x7d, 0xf0, 0x2f, 0xc5, 0x2c, 0x8b, - 0xb8, 0x9a, 0xb2, 0x8d, 0xf2, 0x29, 0x2b, 0xcb, 0xd2, 0x2d, 0x80, 0xae, 0x02, 0x9b, 0x9b, 0x60, - 0x65, 0xba, 0x57, 0xa6, 0xfa, 0xd2, 0x5a, 0x1f, 0x67, 0xc1, 0xe2, 0x64, 0xd2, 0xae, 0xc8, 0x12, - 0xfe, 0xd2, 0xc0, 0xbd, 0x4b, 0xbf, 0x6e, 0xd8, 0x2b, 0xbf, 0xe9, 0x34, 0xeb, 0xa1, 0x7a, 0xb5, - 0x41, 0x31, 0xbb, 0x6f, 0xbf, 0xfd, 0xf8, 0xa0, 0x3f, 0x81, 0xed, 0x7c, 0x73, 0x9e, 0x9c, 0xbb, - 0x7e, 0x5b, 0x6d, 0x04, 0x66, 0x37, 0xd4, 0x2a, 0xfd, 0xdb, 0x54, 0xd8, 0x8d, 0x53, 0xf8, 0x4e, - 0x07, 0x8b, 0xa5, 0xe3, 0x03, 0x9f, 0x5f, 0xbd, 0xbb, 0x6a, 0x89, 0x55, 0xfb, 0xd7, 0xc2, 0x12, - 0xf3, 0x6c, 0xf6, 0x8b, 0x2a, 0x74, 0xcd, 0xa7, 0x79, 0x15, 0xfe, 0x5c, 0xfb, 0xe4, 0xcc, 0x9a, - 0x6c, 0x37, 0x4e, 0x2f, 0x2b, 0x82, 0x13, 0x17, 0xc1, 0x1c, 0xad, 0xb1, 0xf6, 0x5e, 0x07, 0xcb, - 0x43, 0x12, 0x97, 0xe6, 0xb7, 0xb6, 0x52, 0x3a, 0x47, 0x3b, 0xf9, 0x36, 0xda, 0xd1, 0x5e, 0x6d, - 0x48, 0x56, 0x40, 0x22, 0x94, 0x04, 0x16, 0xa1, 0x81, 0x1d, 0xe0, 0xa4, 0xd8, 0x55, 0xea, 0xdf, - 0x97, 0x86, 0x6c, 0xf2, 0xaf, 0x77, 0x55, 0x19, 0x9f, 0xf4, 0x99, 0xf5, 0x4e, 0xe7, 0xb3, 0x5e, - 0x5b, 0x17, 0xc0, 0x8e, 0xcf, 0x2c, 0x61, 0xe6, 0xd6, 0x5e, 0xd3, 0x92, 0x81, 0xd9, 0x57, 0x25, - 0x19, 0x74, 0x7c, 0x36, 0x18, 0x4b, 0x06, 0x7b, 0xcd, 0x81, 0x92, 0xfc, 0xd4, 0x97, 0x85, 0xdf, - 0x71, 0x3a, 0x3e, 0x73, 0x9c, 0xb1, 0xc8, 0x71, 0xf6, 0x9a, 0x8e, 0xa3, 0x64, 0xfb, 0x73, 0x45, - 0x9e, 0x8f, 0x7f, 0x07, 0x00, 0x00, 0xff, 0xff, 0xad, 0x0e, 0x6c, 0xf9, 0x21, 0x08, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/keyword_plan_service.pb.go b/googleapis/ads/googleads/v0/services/keyword_plan_service.pb.go deleted file mode 100644 index d6e97255b5..0000000000 --- a/googleapis/ads/googleads/v0/services/keyword_plan_service.pb.go +++ /dev/null @@ -1,1176 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/keyword_plan_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [KeywordPlanService.GetKeywordPlan][google.ads.googleads.v0.services.KeywordPlanService.GetKeywordPlan]. -type GetKeywordPlanRequest struct { - // The resource name of the plan to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetKeywordPlanRequest) Reset() { *m = GetKeywordPlanRequest{} } -func (m *GetKeywordPlanRequest) String() string { return proto.CompactTextString(m) } -func (*GetKeywordPlanRequest) ProtoMessage() {} -func (*GetKeywordPlanRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_2e21527bcdebeb7e, []int{0} -} -func (m *GetKeywordPlanRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetKeywordPlanRequest.Unmarshal(m, b) -} -func (m *GetKeywordPlanRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetKeywordPlanRequest.Marshal(b, m, deterministic) -} -func (dst *GetKeywordPlanRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetKeywordPlanRequest.Merge(dst, src) -} -func (m *GetKeywordPlanRequest) XXX_Size() int { - return xxx_messageInfo_GetKeywordPlanRequest.Size(m) -} -func (m *GetKeywordPlanRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetKeywordPlanRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetKeywordPlanRequest proto.InternalMessageInfo - -func (m *GetKeywordPlanRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [KeywordPlanService.MutateKeywordPlans][google.ads.googleads.v0.services.KeywordPlanService.MutateKeywordPlans]. -type MutateKeywordPlansRequest struct { - // The ID of the customer whose keyword plans are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual keyword plans. - Operations []*KeywordPlanOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateKeywordPlansRequest) Reset() { *m = MutateKeywordPlansRequest{} } -func (m *MutateKeywordPlansRequest) String() string { return proto.CompactTextString(m) } -func (*MutateKeywordPlansRequest) ProtoMessage() {} -func (*MutateKeywordPlansRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_2e21527bcdebeb7e, []int{1} -} -func (m *MutateKeywordPlansRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateKeywordPlansRequest.Unmarshal(m, b) -} -func (m *MutateKeywordPlansRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateKeywordPlansRequest.Marshal(b, m, deterministic) -} -func (dst *MutateKeywordPlansRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateKeywordPlansRequest.Merge(dst, src) -} -func (m *MutateKeywordPlansRequest) XXX_Size() int { - return xxx_messageInfo_MutateKeywordPlansRequest.Size(m) -} -func (m *MutateKeywordPlansRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateKeywordPlansRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateKeywordPlansRequest proto.InternalMessageInfo - -func (m *MutateKeywordPlansRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateKeywordPlansRequest) GetOperations() []*KeywordPlanOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateKeywordPlansRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateKeywordPlansRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on a keyword plan. -type KeywordPlanOperation struct { - // The FieldMask that determines which resource fields are modified in an - // update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *KeywordPlanOperation_Create - // *KeywordPlanOperation_Update - // *KeywordPlanOperation_Remove - Operation isKeywordPlanOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanOperation) Reset() { *m = KeywordPlanOperation{} } -func (m *KeywordPlanOperation) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanOperation) ProtoMessage() {} -func (*KeywordPlanOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_2e21527bcdebeb7e, []int{2} -} -func (m *KeywordPlanOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanOperation.Unmarshal(m, b) -} -func (m *KeywordPlanOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanOperation.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanOperation.Merge(dst, src) -} -func (m *KeywordPlanOperation) XXX_Size() int { - return xxx_messageInfo_KeywordPlanOperation.Size(m) -} -func (m *KeywordPlanOperation) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanOperation proto.InternalMessageInfo - -func (m *KeywordPlanOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isKeywordPlanOperation_Operation interface { - isKeywordPlanOperation_Operation() -} - -type KeywordPlanOperation_Create struct { - Create *resources.KeywordPlan `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type KeywordPlanOperation_Update struct { - Update *resources.KeywordPlan `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type KeywordPlanOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*KeywordPlanOperation_Create) isKeywordPlanOperation_Operation() {} - -func (*KeywordPlanOperation_Update) isKeywordPlanOperation_Operation() {} - -func (*KeywordPlanOperation_Remove) isKeywordPlanOperation_Operation() {} - -func (m *KeywordPlanOperation) GetOperation() isKeywordPlanOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *KeywordPlanOperation) GetCreate() *resources.KeywordPlan { - if x, ok := m.GetOperation().(*KeywordPlanOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *KeywordPlanOperation) GetUpdate() *resources.KeywordPlan { - if x, ok := m.GetOperation().(*KeywordPlanOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *KeywordPlanOperation) GetRemove() string { - if x, ok := m.GetOperation().(*KeywordPlanOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*KeywordPlanOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _KeywordPlanOperation_OneofMarshaler, _KeywordPlanOperation_OneofUnmarshaler, _KeywordPlanOperation_OneofSizer, []interface{}{ - (*KeywordPlanOperation_Create)(nil), - (*KeywordPlanOperation_Update)(nil), - (*KeywordPlanOperation_Remove)(nil), - } -} - -func _KeywordPlanOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*KeywordPlanOperation) - // operation - switch x := m.Operation.(type) { - case *KeywordPlanOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *KeywordPlanOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *KeywordPlanOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("KeywordPlanOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _KeywordPlanOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*KeywordPlanOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.KeywordPlan) - err := b.DecodeMessage(msg) - m.Operation = &KeywordPlanOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.KeywordPlan) - err := b.DecodeMessage(msg) - m.Operation = &KeywordPlanOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &KeywordPlanOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _KeywordPlanOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*KeywordPlanOperation) - // operation - switch x := m.Operation.(type) { - case *KeywordPlanOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *KeywordPlanOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *KeywordPlanOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for a keyword plan mutate. -type MutateKeywordPlansResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateKeywordPlansResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateKeywordPlansResponse) Reset() { *m = MutateKeywordPlansResponse{} } -func (m *MutateKeywordPlansResponse) String() string { return proto.CompactTextString(m) } -func (*MutateKeywordPlansResponse) ProtoMessage() {} -func (*MutateKeywordPlansResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_2e21527bcdebeb7e, []int{3} -} -func (m *MutateKeywordPlansResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateKeywordPlansResponse.Unmarshal(m, b) -} -func (m *MutateKeywordPlansResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateKeywordPlansResponse.Marshal(b, m, deterministic) -} -func (dst *MutateKeywordPlansResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateKeywordPlansResponse.Merge(dst, src) -} -func (m *MutateKeywordPlansResponse) XXX_Size() int { - return xxx_messageInfo_MutateKeywordPlansResponse.Size(m) -} -func (m *MutateKeywordPlansResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateKeywordPlansResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateKeywordPlansResponse proto.InternalMessageInfo - -func (m *MutateKeywordPlansResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateKeywordPlansResponse) GetResults() []*MutateKeywordPlansResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the keyword plan mutate. -type MutateKeywordPlansResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateKeywordPlansResult) Reset() { *m = MutateKeywordPlansResult{} } -func (m *MutateKeywordPlansResult) String() string { return proto.CompactTextString(m) } -func (*MutateKeywordPlansResult) ProtoMessage() {} -func (*MutateKeywordPlansResult) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_2e21527bcdebeb7e, []int{4} -} -func (m *MutateKeywordPlansResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateKeywordPlansResult.Unmarshal(m, b) -} -func (m *MutateKeywordPlansResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateKeywordPlansResult.Marshal(b, m, deterministic) -} -func (dst *MutateKeywordPlansResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateKeywordPlansResult.Merge(dst, src) -} -func (m *MutateKeywordPlansResult) XXX_Size() int { - return xxx_messageInfo_MutateKeywordPlansResult.Size(m) -} -func (m *MutateKeywordPlansResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateKeywordPlansResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateKeywordPlansResult proto.InternalMessageInfo - -func (m *MutateKeywordPlansResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [KeywordPlanService.GenerateForecastMetrics][google.ads.googleads.v0.services.KeywordPlanService.GenerateForecastMetrics]. -type GenerateForecastMetricsRequest struct { - // The resource name of the keyword plan to be forecasted. - KeywordPlan string `protobuf:"bytes,1,opt,name=keyword_plan,json=keywordPlan,proto3" json:"keyword_plan,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GenerateForecastMetricsRequest) Reset() { *m = GenerateForecastMetricsRequest{} } -func (m *GenerateForecastMetricsRequest) String() string { return proto.CompactTextString(m) } -func (*GenerateForecastMetricsRequest) ProtoMessage() {} -func (*GenerateForecastMetricsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_2e21527bcdebeb7e, []int{5} -} -func (m *GenerateForecastMetricsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GenerateForecastMetricsRequest.Unmarshal(m, b) -} -func (m *GenerateForecastMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GenerateForecastMetricsRequest.Marshal(b, m, deterministic) -} -func (dst *GenerateForecastMetricsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GenerateForecastMetricsRequest.Merge(dst, src) -} -func (m *GenerateForecastMetricsRequest) XXX_Size() int { - return xxx_messageInfo_GenerateForecastMetricsRequest.Size(m) -} -func (m *GenerateForecastMetricsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GenerateForecastMetricsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GenerateForecastMetricsRequest proto.InternalMessageInfo - -func (m *GenerateForecastMetricsRequest) GetKeywordPlan() string { - if m != nil { - return m.KeywordPlan - } - return "" -} - -// Response message for -// [KeywordPlanService.GenerateForecastMetrics][google.ads.googleads.v0.services.KeywordPlanService.GenerateForecastMetrics]. -type GenerateForecastMetricsResponse struct { - // List of campaign forecasts. - // One maximum. - CampaignForecasts []*KeywordPlanCampaignForecast `protobuf:"bytes,1,rep,name=campaign_forecasts,json=campaignForecasts,proto3" json:"campaign_forecasts,omitempty"` - // List of ad group forecasts. - AdGroupForecasts []*KeywordPlanAdGroupForecast `protobuf:"bytes,2,rep,name=ad_group_forecasts,json=adGroupForecasts,proto3" json:"ad_group_forecasts,omitempty"` - // List of keyword forecasts. - KeywordForecasts []*KeywordPlanKeywordForecast `protobuf:"bytes,3,rep,name=keyword_forecasts,json=keywordForecasts,proto3" json:"keyword_forecasts,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GenerateForecastMetricsResponse) Reset() { *m = GenerateForecastMetricsResponse{} } -func (m *GenerateForecastMetricsResponse) String() string { return proto.CompactTextString(m) } -func (*GenerateForecastMetricsResponse) ProtoMessage() {} -func (*GenerateForecastMetricsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_2e21527bcdebeb7e, []int{6} -} -func (m *GenerateForecastMetricsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GenerateForecastMetricsResponse.Unmarshal(m, b) -} -func (m *GenerateForecastMetricsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GenerateForecastMetricsResponse.Marshal(b, m, deterministic) -} -func (dst *GenerateForecastMetricsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GenerateForecastMetricsResponse.Merge(dst, src) -} -func (m *GenerateForecastMetricsResponse) XXX_Size() int { - return xxx_messageInfo_GenerateForecastMetricsResponse.Size(m) -} -func (m *GenerateForecastMetricsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GenerateForecastMetricsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_GenerateForecastMetricsResponse proto.InternalMessageInfo - -func (m *GenerateForecastMetricsResponse) GetCampaignForecasts() []*KeywordPlanCampaignForecast { - if m != nil { - return m.CampaignForecasts - } - return nil -} - -func (m *GenerateForecastMetricsResponse) GetAdGroupForecasts() []*KeywordPlanAdGroupForecast { - if m != nil { - return m.AdGroupForecasts - } - return nil -} - -func (m *GenerateForecastMetricsResponse) GetKeywordForecasts() []*KeywordPlanKeywordForecast { - if m != nil { - return m.KeywordForecasts - } - return nil -} - -// A campaign forecast. -type KeywordPlanCampaignForecast struct { - // The resource name of the Keyword Plan campaign related to the forecast. - // - // `customers/{customer_id}/keywordPlanCampaigns/{keyword+plan_campaign_id}` - KeywordPlanCampaign *wrappers.StringValue `protobuf:"bytes,1,opt,name=keyword_plan_campaign,json=keywordPlanCampaign,proto3" json:"keyword_plan_campaign,omitempty"` - // The forecast for the Keyword Plan campaign. - CampaignForecast *ForecastMetrics `protobuf:"bytes,2,opt,name=campaign_forecast,json=campaignForecast,proto3" json:"campaign_forecast,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanCampaignForecast) Reset() { *m = KeywordPlanCampaignForecast{} } -func (m *KeywordPlanCampaignForecast) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanCampaignForecast) ProtoMessage() {} -func (*KeywordPlanCampaignForecast) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_2e21527bcdebeb7e, []int{7} -} -func (m *KeywordPlanCampaignForecast) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanCampaignForecast.Unmarshal(m, b) -} -func (m *KeywordPlanCampaignForecast) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanCampaignForecast.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanCampaignForecast) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanCampaignForecast.Merge(dst, src) -} -func (m *KeywordPlanCampaignForecast) XXX_Size() int { - return xxx_messageInfo_KeywordPlanCampaignForecast.Size(m) -} -func (m *KeywordPlanCampaignForecast) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanCampaignForecast.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanCampaignForecast proto.InternalMessageInfo - -func (m *KeywordPlanCampaignForecast) GetKeywordPlanCampaign() *wrappers.StringValue { - if m != nil { - return m.KeywordPlanCampaign - } - return nil -} - -func (m *KeywordPlanCampaignForecast) GetCampaignForecast() *ForecastMetrics { - if m != nil { - return m.CampaignForecast - } - return nil -} - -// An ad group forecast. -type KeywordPlanAdGroupForecast struct { - // The resource name of the Keyword Plan ad group related to the forecast. - // - // `customers/{customer_id}/keywordPlanAdGroups/{keyword_plan_ad_group_id}` - KeywordPlanAdGroup *wrappers.StringValue `protobuf:"bytes,1,opt,name=keyword_plan_ad_group,json=keywordPlanAdGroup,proto3" json:"keyword_plan_ad_group,omitempty"` - // The forecast for the Keyword Plan ad group. - AdGroupForecast *ForecastMetrics `protobuf:"bytes,2,opt,name=ad_group_forecast,json=adGroupForecast,proto3" json:"ad_group_forecast,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanAdGroupForecast) Reset() { *m = KeywordPlanAdGroupForecast{} } -func (m *KeywordPlanAdGroupForecast) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanAdGroupForecast) ProtoMessage() {} -func (*KeywordPlanAdGroupForecast) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_2e21527bcdebeb7e, []int{8} -} -func (m *KeywordPlanAdGroupForecast) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanAdGroupForecast.Unmarshal(m, b) -} -func (m *KeywordPlanAdGroupForecast) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanAdGroupForecast.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanAdGroupForecast) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanAdGroupForecast.Merge(dst, src) -} -func (m *KeywordPlanAdGroupForecast) XXX_Size() int { - return xxx_messageInfo_KeywordPlanAdGroupForecast.Size(m) -} -func (m *KeywordPlanAdGroupForecast) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanAdGroupForecast.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanAdGroupForecast proto.InternalMessageInfo - -func (m *KeywordPlanAdGroupForecast) GetKeywordPlanAdGroup() *wrappers.StringValue { - if m != nil { - return m.KeywordPlanAdGroup - } - return nil -} - -func (m *KeywordPlanAdGroupForecast) GetAdGroupForecast() *ForecastMetrics { - if m != nil { - return m.AdGroupForecast - } - return nil -} - -// A keyword forecast. -type KeywordPlanKeywordForecast struct { - // The resource name of the Keyword Plan keyword related to the forecast. - // - // - // `customers/{customer_id}/keywordPlanAdGroupKeywords/{keyword_plan_ad_group_keyword_id}` - KeywordPlanAdGroupKeyword *wrappers.StringValue `protobuf:"bytes,1,opt,name=keyword_plan_ad_group_keyword,json=keywordPlanAdGroupKeyword,proto3" json:"keyword_plan_ad_group_keyword,omitempty"` - // The forecast for the Keyword Plan keyword. - KeywordForecast *ForecastMetrics `protobuf:"bytes,2,opt,name=keyword_forecast,json=keywordForecast,proto3" json:"keyword_forecast,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanKeywordForecast) Reset() { *m = KeywordPlanKeywordForecast{} } -func (m *KeywordPlanKeywordForecast) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanKeywordForecast) ProtoMessage() {} -func (*KeywordPlanKeywordForecast) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_2e21527bcdebeb7e, []int{9} -} -func (m *KeywordPlanKeywordForecast) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanKeywordForecast.Unmarshal(m, b) -} -func (m *KeywordPlanKeywordForecast) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanKeywordForecast.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanKeywordForecast) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanKeywordForecast.Merge(dst, src) -} -func (m *KeywordPlanKeywordForecast) XXX_Size() int { - return xxx_messageInfo_KeywordPlanKeywordForecast.Size(m) -} -func (m *KeywordPlanKeywordForecast) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanKeywordForecast.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanKeywordForecast proto.InternalMessageInfo - -func (m *KeywordPlanKeywordForecast) GetKeywordPlanAdGroupKeyword() *wrappers.StringValue { - if m != nil { - return m.KeywordPlanAdGroupKeyword - } - return nil -} - -func (m *KeywordPlanKeywordForecast) GetKeywordForecast() *ForecastMetrics { - if m != nil { - return m.KeywordForecast - } - return nil -} - -// Forecast metrics. -type ForecastMetrics struct { - // Impressions - Impressions *wrappers.DoubleValue `protobuf:"bytes,1,opt,name=impressions,proto3" json:"impressions,omitempty"` - // Ctr - Ctr *wrappers.DoubleValue `protobuf:"bytes,2,opt,name=ctr,proto3" json:"ctr,omitempty"` - // AVG cpc - AverageCpc *wrappers.Int64Value `protobuf:"bytes,3,opt,name=average_cpc,json=averageCpc,proto3" json:"average_cpc,omitempty"` - // Clicks - Clicks *wrappers.DoubleValue `protobuf:"bytes,5,opt,name=clicks,proto3" json:"clicks,omitempty"` - // Cost - CostMicros *wrappers.Int64Value `protobuf:"bytes,6,opt,name=cost_micros,json=costMicros,proto3" json:"cost_micros,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ForecastMetrics) Reset() { *m = ForecastMetrics{} } -func (m *ForecastMetrics) String() string { return proto.CompactTextString(m) } -func (*ForecastMetrics) ProtoMessage() {} -func (*ForecastMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_2e21527bcdebeb7e, []int{10} -} -func (m *ForecastMetrics) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ForecastMetrics.Unmarshal(m, b) -} -func (m *ForecastMetrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ForecastMetrics.Marshal(b, m, deterministic) -} -func (dst *ForecastMetrics) XXX_Merge(src proto.Message) { - xxx_messageInfo_ForecastMetrics.Merge(dst, src) -} -func (m *ForecastMetrics) XXX_Size() int { - return xxx_messageInfo_ForecastMetrics.Size(m) -} -func (m *ForecastMetrics) XXX_DiscardUnknown() { - xxx_messageInfo_ForecastMetrics.DiscardUnknown(m) -} - -var xxx_messageInfo_ForecastMetrics proto.InternalMessageInfo - -func (m *ForecastMetrics) GetImpressions() *wrappers.DoubleValue { - if m != nil { - return m.Impressions - } - return nil -} - -func (m *ForecastMetrics) GetCtr() *wrappers.DoubleValue { - if m != nil { - return m.Ctr - } - return nil -} - -func (m *ForecastMetrics) GetAverageCpc() *wrappers.Int64Value { - if m != nil { - return m.AverageCpc - } - return nil -} - -func (m *ForecastMetrics) GetClicks() *wrappers.DoubleValue { - if m != nil { - return m.Clicks - } - return nil -} - -func (m *ForecastMetrics) GetCostMicros() *wrappers.Int64Value { - if m != nil { - return m.CostMicros - } - return nil -} - -// Request message for -// [KeywordPlanService.GenerateHistoricalMetrics][google.ads.googleads.v0.services.KeywordPlanService.GenerateHistoricalMetrics]. -type GenerateHistoricalMetricsRequest struct { - // The resource name of the keyword plan of which historical metrics are - // requested. - KeywordPlan string `protobuf:"bytes,1,opt,name=keyword_plan,json=keywordPlan,proto3" json:"keyword_plan,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GenerateHistoricalMetricsRequest) Reset() { *m = GenerateHistoricalMetricsRequest{} } -func (m *GenerateHistoricalMetricsRequest) String() string { return proto.CompactTextString(m) } -func (*GenerateHistoricalMetricsRequest) ProtoMessage() {} -func (*GenerateHistoricalMetricsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_2e21527bcdebeb7e, []int{11} -} -func (m *GenerateHistoricalMetricsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GenerateHistoricalMetricsRequest.Unmarshal(m, b) -} -func (m *GenerateHistoricalMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GenerateHistoricalMetricsRequest.Marshal(b, m, deterministic) -} -func (dst *GenerateHistoricalMetricsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GenerateHistoricalMetricsRequest.Merge(dst, src) -} -func (m *GenerateHistoricalMetricsRequest) XXX_Size() int { - return xxx_messageInfo_GenerateHistoricalMetricsRequest.Size(m) -} -func (m *GenerateHistoricalMetricsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GenerateHistoricalMetricsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GenerateHistoricalMetricsRequest proto.InternalMessageInfo - -func (m *GenerateHistoricalMetricsRequest) GetKeywordPlan() string { - if m != nil { - return m.KeywordPlan - } - return "" -} - -// Response message for -// [KeywordPlanService.GenerateHistoricalMetrics][google.ads.googleads.v0.services.KeywordPlanService.GenerateHistoricalMetrics]. -type GenerateHistoricalMetricsResponse struct { - // List of keyword historical metrics. - Metrics []*KeywordPlanKeywordHistoricalMetrics `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GenerateHistoricalMetricsResponse) Reset() { *m = GenerateHistoricalMetricsResponse{} } -func (m *GenerateHistoricalMetricsResponse) String() string { return proto.CompactTextString(m) } -func (*GenerateHistoricalMetricsResponse) ProtoMessage() {} -func (*GenerateHistoricalMetricsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_2e21527bcdebeb7e, []int{12} -} -func (m *GenerateHistoricalMetricsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GenerateHistoricalMetricsResponse.Unmarshal(m, b) -} -func (m *GenerateHistoricalMetricsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GenerateHistoricalMetricsResponse.Marshal(b, m, deterministic) -} -func (dst *GenerateHistoricalMetricsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_GenerateHistoricalMetricsResponse.Merge(dst, src) -} -func (m *GenerateHistoricalMetricsResponse) XXX_Size() int { - return xxx_messageInfo_GenerateHistoricalMetricsResponse.Size(m) -} -func (m *GenerateHistoricalMetricsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_GenerateHistoricalMetricsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_GenerateHistoricalMetricsResponse proto.InternalMessageInfo - -func (m *GenerateHistoricalMetricsResponse) GetMetrics() []*KeywordPlanKeywordHistoricalMetrics { - if m != nil { - return m.Metrics - } - return nil -} - -// A keyword historical metrics. -type KeywordPlanKeywordHistoricalMetrics struct { - // The text of the query associated with one or more ad_group_keywords in the - // plan. - // - // Note that we de-dupe your keywords list, eliminating close variants before - // returning the plan's keywords as text. For example, if your plan originally - // contained the keywords 'car' and 'cars', the returned search query will - // only contain 'car'. - SearchQuery *wrappers.StringValue `protobuf:"bytes,1,opt,name=search_query,json=searchQuery,proto3" json:"search_query,omitempty"` - // The historical metrics for the query associated with one or more - // ad_group_keywords in the plan. - KeywordMetrics *common.KeywordPlanHistoricalMetrics `protobuf:"bytes,2,opt,name=keyword_metrics,json=keywordMetrics,proto3" json:"keyword_metrics,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *KeywordPlanKeywordHistoricalMetrics) Reset() { *m = KeywordPlanKeywordHistoricalMetrics{} } -func (m *KeywordPlanKeywordHistoricalMetrics) String() string { return proto.CompactTextString(m) } -func (*KeywordPlanKeywordHistoricalMetrics) ProtoMessage() {} -func (*KeywordPlanKeywordHistoricalMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_2e21527bcdebeb7e, []int{13} -} -func (m *KeywordPlanKeywordHistoricalMetrics) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_KeywordPlanKeywordHistoricalMetrics.Unmarshal(m, b) -} -func (m *KeywordPlanKeywordHistoricalMetrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_KeywordPlanKeywordHistoricalMetrics.Marshal(b, m, deterministic) -} -func (dst *KeywordPlanKeywordHistoricalMetrics) XXX_Merge(src proto.Message) { - xxx_messageInfo_KeywordPlanKeywordHistoricalMetrics.Merge(dst, src) -} -func (m *KeywordPlanKeywordHistoricalMetrics) XXX_Size() int { - return xxx_messageInfo_KeywordPlanKeywordHistoricalMetrics.Size(m) -} -func (m *KeywordPlanKeywordHistoricalMetrics) XXX_DiscardUnknown() { - xxx_messageInfo_KeywordPlanKeywordHistoricalMetrics.DiscardUnknown(m) -} - -var xxx_messageInfo_KeywordPlanKeywordHistoricalMetrics proto.InternalMessageInfo - -func (m *KeywordPlanKeywordHistoricalMetrics) GetSearchQuery() *wrappers.StringValue { - if m != nil { - return m.SearchQuery - } - return nil -} - -func (m *KeywordPlanKeywordHistoricalMetrics) GetKeywordMetrics() *common.KeywordPlanHistoricalMetrics { - if m != nil { - return m.KeywordMetrics - } - return nil -} - -func init() { - proto.RegisterType((*GetKeywordPlanRequest)(nil), "google.ads.googleads.v0.services.GetKeywordPlanRequest") - proto.RegisterType((*MutateKeywordPlansRequest)(nil), "google.ads.googleads.v0.services.MutateKeywordPlansRequest") - proto.RegisterType((*KeywordPlanOperation)(nil), "google.ads.googleads.v0.services.KeywordPlanOperation") - proto.RegisterType((*MutateKeywordPlansResponse)(nil), "google.ads.googleads.v0.services.MutateKeywordPlansResponse") - proto.RegisterType((*MutateKeywordPlansResult)(nil), "google.ads.googleads.v0.services.MutateKeywordPlansResult") - proto.RegisterType((*GenerateForecastMetricsRequest)(nil), "google.ads.googleads.v0.services.GenerateForecastMetricsRequest") - proto.RegisterType((*GenerateForecastMetricsResponse)(nil), "google.ads.googleads.v0.services.GenerateForecastMetricsResponse") - proto.RegisterType((*KeywordPlanCampaignForecast)(nil), "google.ads.googleads.v0.services.KeywordPlanCampaignForecast") - proto.RegisterType((*KeywordPlanAdGroupForecast)(nil), "google.ads.googleads.v0.services.KeywordPlanAdGroupForecast") - proto.RegisterType((*KeywordPlanKeywordForecast)(nil), "google.ads.googleads.v0.services.KeywordPlanKeywordForecast") - proto.RegisterType((*ForecastMetrics)(nil), "google.ads.googleads.v0.services.ForecastMetrics") - proto.RegisterType((*GenerateHistoricalMetricsRequest)(nil), "google.ads.googleads.v0.services.GenerateHistoricalMetricsRequest") - proto.RegisterType((*GenerateHistoricalMetricsResponse)(nil), "google.ads.googleads.v0.services.GenerateHistoricalMetricsResponse") - proto.RegisterType((*KeywordPlanKeywordHistoricalMetrics)(nil), "google.ads.googleads.v0.services.KeywordPlanKeywordHistoricalMetrics") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// KeywordPlanServiceClient is the client API for KeywordPlanService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type KeywordPlanServiceClient interface { - // Returns the requested plan in full detail. - GetKeywordPlan(ctx context.Context, in *GetKeywordPlanRequest, opts ...grpc.CallOption) (*resources.KeywordPlan, error) - // Creates, updates, or removes keyword plans. Operation statuses are - // returned. - MutateKeywordPlans(ctx context.Context, in *MutateKeywordPlansRequest, opts ...grpc.CallOption) (*MutateKeywordPlansResponse, error) - // Returns the requested Keyword Plan forecasts. - GenerateForecastMetrics(ctx context.Context, in *GenerateForecastMetricsRequest, opts ...grpc.CallOption) (*GenerateForecastMetricsResponse, error) - // Returns the requested Keyword Plan historical metrics. - GenerateHistoricalMetrics(ctx context.Context, in *GenerateHistoricalMetricsRequest, opts ...grpc.CallOption) (*GenerateHistoricalMetricsResponse, error) -} - -type keywordPlanServiceClient struct { - cc *grpc.ClientConn -} - -func NewKeywordPlanServiceClient(cc *grpc.ClientConn) KeywordPlanServiceClient { - return &keywordPlanServiceClient{cc} -} - -func (c *keywordPlanServiceClient) GetKeywordPlan(ctx context.Context, in *GetKeywordPlanRequest, opts ...grpc.CallOption) (*resources.KeywordPlan, error) { - out := new(resources.KeywordPlan) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.KeywordPlanService/GetKeywordPlan", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *keywordPlanServiceClient) MutateKeywordPlans(ctx context.Context, in *MutateKeywordPlansRequest, opts ...grpc.CallOption) (*MutateKeywordPlansResponse, error) { - out := new(MutateKeywordPlansResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.KeywordPlanService/MutateKeywordPlans", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *keywordPlanServiceClient) GenerateForecastMetrics(ctx context.Context, in *GenerateForecastMetricsRequest, opts ...grpc.CallOption) (*GenerateForecastMetricsResponse, error) { - out := new(GenerateForecastMetricsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.KeywordPlanService/GenerateForecastMetrics", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *keywordPlanServiceClient) GenerateHistoricalMetrics(ctx context.Context, in *GenerateHistoricalMetricsRequest, opts ...grpc.CallOption) (*GenerateHistoricalMetricsResponse, error) { - out := new(GenerateHistoricalMetricsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.KeywordPlanService/GenerateHistoricalMetrics", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// KeywordPlanServiceServer is the server API for KeywordPlanService service. -type KeywordPlanServiceServer interface { - // Returns the requested plan in full detail. - GetKeywordPlan(context.Context, *GetKeywordPlanRequest) (*resources.KeywordPlan, error) - // Creates, updates, or removes keyword plans. Operation statuses are - // returned. - MutateKeywordPlans(context.Context, *MutateKeywordPlansRequest) (*MutateKeywordPlansResponse, error) - // Returns the requested Keyword Plan forecasts. - GenerateForecastMetrics(context.Context, *GenerateForecastMetricsRequest) (*GenerateForecastMetricsResponse, error) - // Returns the requested Keyword Plan historical metrics. - GenerateHistoricalMetrics(context.Context, *GenerateHistoricalMetricsRequest) (*GenerateHistoricalMetricsResponse, error) -} - -func RegisterKeywordPlanServiceServer(s *grpc.Server, srv KeywordPlanServiceServer) { - s.RegisterService(&_KeywordPlanService_serviceDesc, srv) -} - -func _KeywordPlanService_GetKeywordPlan_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetKeywordPlanRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(KeywordPlanServiceServer).GetKeywordPlan(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.KeywordPlanService/GetKeywordPlan", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(KeywordPlanServiceServer).GetKeywordPlan(ctx, req.(*GetKeywordPlanRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _KeywordPlanService_MutateKeywordPlans_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateKeywordPlansRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(KeywordPlanServiceServer).MutateKeywordPlans(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.KeywordPlanService/MutateKeywordPlans", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(KeywordPlanServiceServer).MutateKeywordPlans(ctx, req.(*MutateKeywordPlansRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _KeywordPlanService_GenerateForecastMetrics_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GenerateForecastMetricsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(KeywordPlanServiceServer).GenerateForecastMetrics(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.KeywordPlanService/GenerateForecastMetrics", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(KeywordPlanServiceServer).GenerateForecastMetrics(ctx, req.(*GenerateForecastMetricsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _KeywordPlanService_GenerateHistoricalMetrics_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GenerateHistoricalMetricsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(KeywordPlanServiceServer).GenerateHistoricalMetrics(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.KeywordPlanService/GenerateHistoricalMetrics", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(KeywordPlanServiceServer).GenerateHistoricalMetrics(ctx, req.(*GenerateHistoricalMetricsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _KeywordPlanService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.KeywordPlanService", - HandlerType: (*KeywordPlanServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetKeywordPlan", - Handler: _KeywordPlanService_GetKeywordPlan_Handler, - }, - { - MethodName: "MutateKeywordPlans", - Handler: _KeywordPlanService_MutateKeywordPlans_Handler, - }, - { - MethodName: "GenerateForecastMetrics", - Handler: _KeywordPlanService_GenerateForecastMetrics_Handler, - }, - { - MethodName: "GenerateHistoricalMetrics", - Handler: _KeywordPlanService_GenerateHistoricalMetrics_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/keyword_plan_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/keyword_plan_service.proto", fileDescriptor_keyword_plan_service_2e21527bcdebeb7e) -} - -var fileDescriptor_keyword_plan_service_2e21527bcdebeb7e = []byte{ - // 1236 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x57, 0x41, 0x6f, 0xdc, 0xc4, - 0x17, 0xff, 0x7b, 0xf3, 0x27, 0xa5, 0x6f, 0x43, 0xdb, 0x4c, 0xa9, 0xba, 0xdd, 0x96, 0x36, 0x75, - 0x2b, 0x51, 0xe5, 0x60, 0x6f, 0x43, 0x15, 0x90, 0x93, 0x52, 0x36, 0x21, 0xd9, 0x14, 0x08, 0x0d, - 0x5b, 0x94, 0x03, 0x0a, 0xb5, 0xa6, 0xf6, 0x64, 0x31, 0x6b, 0x7b, 0xdc, 0x19, 0x7b, 0xab, 0xa8, - 0xea, 0x05, 0x21, 0x8e, 0x5c, 0xf8, 0x06, 0x1c, 0xb9, 0x21, 0x6e, 0x7c, 0x04, 0x44, 0xc5, 0x81, - 0x1b, 0x47, 0x84, 0x38, 0x70, 0xe2, 0xc8, 0x09, 0x21, 0x7b, 0x66, 0xb6, 0x5e, 0x7b, 0x9d, 0x6c, - 0xb6, 0xb7, 0xf1, 0xf3, 0x7b, 0xbf, 0xf7, 0x7e, 0xef, 0xbd, 0x79, 0x7e, 0x86, 0x95, 0x1e, 0xa5, - 0x3d, 0x9f, 0x98, 0xd8, 0xe5, 0xa6, 0x38, 0xa6, 0xa7, 0x41, 0xcb, 0xe4, 0x84, 0x0d, 0x3c, 0x87, - 0x70, 0xb3, 0x4f, 0x0e, 0x1e, 0x53, 0xe6, 0xda, 0x91, 0x8f, 0x43, 0x5b, 0x4a, 0x8d, 0x88, 0xd1, - 0x98, 0xa2, 0x05, 0x61, 0x61, 0x60, 0x97, 0x1b, 0x43, 0x63, 0x63, 0xd0, 0x32, 0x94, 0x71, 0xf3, - 0xad, 0x2a, 0x78, 0x87, 0x06, 0x01, 0x0d, 0x47, 0xc1, 0x85, 0x4c, 0x60, 0x37, 0x6f, 0x55, 0x59, - 0x32, 0xc2, 0x69, 0xc2, 0x8a, 0x91, 0x49, 0xab, 0x4b, 0xca, 0x2a, 0xf2, 0x4c, 0x1c, 0x86, 0x34, - 0xc6, 0xb1, 0x47, 0x43, 0x2e, 0xdf, 0xca, 0x78, 0xcd, 0xec, 0xe9, 0x61, 0xb2, 0x6f, 0xee, 0x7b, - 0xc4, 0x77, 0xed, 0x00, 0xf3, 0xbe, 0xd4, 0xb8, 0x5c, 0xd4, 0x78, 0xcc, 0x70, 0x14, 0x11, 0xa6, - 0x10, 0xce, 0xcb, 0xf7, 0x2c, 0x72, 0x4c, 0x1e, 0xe3, 0x38, 0x91, 0x2f, 0xf4, 0x55, 0x38, 0xd7, - 0x21, 0xf1, 0xfb, 0x22, 0xa2, 0x1d, 0x1f, 0x87, 0x5d, 0xf2, 0x28, 0x21, 0x3c, 0x46, 0xd7, 0xe0, - 0x15, 0x15, 0xb1, 0x1d, 0xe2, 0x80, 0x34, 0xb4, 0x05, 0xed, 0xc6, 0xc9, 0xee, 0x9c, 0x12, 0x7e, - 0x88, 0x03, 0xa2, 0xff, 0xae, 0xc1, 0x85, 0xed, 0x24, 0xc6, 0x31, 0xc9, 0x21, 0x70, 0x05, 0x71, - 0x05, 0xea, 0x4e, 0xc2, 0x63, 0x1a, 0x10, 0x66, 0x7b, 0xae, 0x04, 0x00, 0x25, 0xba, 0xeb, 0xa2, - 0x5d, 0x00, 0x1a, 0x11, 0x26, 0xb8, 0x36, 0x6a, 0x0b, 0x33, 0x37, 0xea, 0x4b, 0xcb, 0xc6, 0x51, - 0xc5, 0x31, 0x72, 0xbe, 0xee, 0x29, 0xf3, 0x6e, 0x0e, 0x09, 0xbd, 0x0e, 0xa7, 0x23, 0xcc, 0x62, - 0x0f, 0xfb, 0xf6, 0x3e, 0xf6, 0xfc, 0x84, 0x91, 0xc6, 0xcc, 0x82, 0x76, 0xe3, 0xe5, 0xee, 0x29, - 0x29, 0xde, 0x14, 0xd2, 0x94, 0xe4, 0x00, 0xfb, 0x9e, 0x8b, 0x63, 0x62, 0xd3, 0xd0, 0x3f, 0x68, - 0xfc, 0x3f, 0x53, 0x9b, 0x53, 0xc2, 0x7b, 0xa1, 0x7f, 0xa0, 0x7f, 0x5d, 0x83, 0x57, 0xc7, 0xb9, - 0x44, 0x2b, 0x50, 0x4f, 0xa2, 0xcc, 0x36, 0xad, 0x44, 0x66, 0x5b, 0x5f, 0x6a, 0xaa, 0xf8, 0x55, - 0x29, 0x8c, 0xcd, 0xb4, 0x58, 0xdb, 0x98, 0xf7, 0xbb, 0x20, 0xd4, 0xd3, 0x33, 0xda, 0x82, 0x59, - 0x87, 0x11, 0x1c, 0x8b, 0xc4, 0xd6, 0x97, 0x8c, 0x4a, 0xde, 0xc3, 0xc6, 0xc9, 0x13, 0xdf, 0xfa, - 0x5f, 0x57, 0xda, 0xa7, 0x48, 0x02, 0xb7, 0x51, 0x9b, 0x16, 0x49, 0xd8, 0xa3, 0x06, 0xcc, 0x32, - 0x12, 0xd0, 0x81, 0x48, 0xd7, 0xc9, 0xf4, 0x8d, 0x78, 0x5e, 0xab, 0xc3, 0xc9, 0x61, 0x7e, 0xf5, - 0x1f, 0x35, 0x68, 0x8e, 0xab, 0x3a, 0x8f, 0x68, 0xc8, 0x09, 0xda, 0x84, 0x73, 0x85, 0xec, 0xdb, - 0x84, 0x31, 0xca, 0x32, 0xd0, 0xfa, 0x12, 0x52, 0xe1, 0xb1, 0xc8, 0x31, 0xee, 0x67, 0xbd, 0xd8, - 0x3d, 0x3b, 0x5a, 0x97, 0x8d, 0x54, 0x1d, 0x7d, 0x0c, 0x27, 0x18, 0xe1, 0x89, 0x1f, 0xab, 0xd6, - 0xb0, 0x8e, 0x6e, 0x8d, 0xb1, 0x61, 0x25, 0x7e, 0xdc, 0x55, 0x50, 0xfa, 0x1d, 0x68, 0x54, 0x29, - 0x4d, 0xd6, 0xf3, 0xeb, 0x70, 0xb9, 0x43, 0xc2, 0x34, 0x17, 0x64, 0x93, 0x32, 0xe2, 0x60, 0x1e, - 0x6f, 0x93, 0x98, 0x79, 0xce, 0xb0, 0xef, 0xaf, 0xc2, 0x5c, 0xfe, 0x8a, 0x4b, 0x94, 0x7a, 0xff, - 0xb9, 0x43, 0xfd, 0xcf, 0x1a, 0x5c, 0xa9, 0x44, 0x91, 0x79, 0xf4, 0x01, 0x39, 0x38, 0x88, 0xb0, - 0xd7, 0x0b, 0xed, 0x7d, 0xa9, 0xc3, 0x1b, 0x5a, 0x96, 0x8a, 0xdb, 0xc7, 0xba, 0x25, 0xeb, 0x12, - 0x46, 0x79, 0xea, 0xce, 0x3b, 0x05, 0x09, 0x47, 0x9f, 0x03, 0xc2, 0xae, 0xdd, 0x63, 0x34, 0x89, - 0x72, 0xde, 0x44, 0xe2, 0x57, 0x8f, 0xe5, 0xad, 0xed, 0x76, 0x52, 0x94, 0xa1, 0xb3, 0x33, 0x78, - 0x54, 0xc0, 0x91, 0x07, 0xf3, 0x2a, 0x41, 0xcf, 0x5d, 0xcd, 0x4c, 0xe1, 0x4a, 0x1e, 0x9f, 0xbb, - 0xea, 0x8f, 0x0a, 0xb8, 0xfe, 0x8b, 0x06, 0x17, 0x0f, 0xc9, 0x04, 0xda, 0x81, 0x73, 0xa3, 0xb3, - 0x5c, 0x2a, 0xc8, 0x5b, 0x79, 0xa9, 0x74, 0x9b, 0xef, 0xc7, 0xcc, 0x0b, 0x7b, 0xbb, 0xd8, 0x4f, - 0x48, 0xf7, 0x6c, 0xbf, 0x8c, 0x8c, 0x1e, 0xc0, 0x7c, 0xa9, 0x6c, 0xf2, 0x66, 0xde, 0x3c, 0x9a, - 0x5c, 0xb1, 0x19, 0xce, 0x14, 0x2b, 0xa5, 0xff, 0xac, 0x41, 0xb3, 0x3a, 0xdb, 0xe8, 0x5e, 0x81, - 0x90, 0x2a, 0xea, 0x44, 0x84, 0x50, 0xbf, 0x04, 0x8c, 0x3e, 0x85, 0xf9, 0x52, 0x63, 0x4c, 0xcf, - 0xe7, 0x74, 0xa1, 0x19, 0xf4, 0xdf, 0x46, 0xe9, 0x14, 0x2a, 0x8a, 0x1e, 0xc0, 0x6b, 0x63, 0xe9, - 0xd8, 0x52, 0x3a, 0x11, 0xad, 0x0b, 0x65, 0x5a, 0xd2, 0x0f, 0xda, 0x83, 0x33, 0xc5, 0x56, 0x7c, - 0x01, 0x72, 0x85, 0xf6, 0xd3, 0x7f, 0xa8, 0xc1, 0xe9, 0x82, 0x12, 0x7a, 0x1b, 0xea, 0x5e, 0x10, - 0x31, 0xc2, 0x79, 0xf6, 0xd5, 0xab, 0x8a, 0xff, 0x5d, 0x9a, 0x3c, 0xf4, 0x89, 0x88, 0x3f, 0x6f, - 0x80, 0x0c, 0x98, 0x71, 0x62, 0x26, 0x83, 0x3c, 0xdc, 0x2e, 0x55, 0x44, 0xab, 0x50, 0xc7, 0x03, - 0xc2, 0x70, 0x8f, 0xd8, 0x4e, 0xe4, 0xc8, 0x21, 0x7c, 0xb1, 0x64, 0x77, 0x37, 0x8c, 0x97, 0x6f, - 0x09, 0x33, 0x90, 0xfa, 0xeb, 0x91, 0x83, 0x6e, 0xc1, 0xac, 0xe3, 0x7b, 0x4e, 0x9f, 0x37, 0x5e, - 0x9a, 0xc0, 0xa1, 0xd4, 0x4d, 0x7d, 0x3a, 0x94, 0xc7, 0x76, 0xe0, 0x39, 0x8c, 0xf2, 0xc6, 0xec, - 0x04, 0x3e, 0x53, 0xfd, 0xed, 0x4c, 0x5d, 0xdf, 0x80, 0x05, 0x35, 0x1b, 0xb7, 0x3c, 0x1e, 0x53, - 0xe6, 0x39, 0xd8, 0x3f, 0xfe, 0x8c, 0xfd, 0x52, 0x83, 0xab, 0x87, 0xe0, 0xc8, 0x29, 0x6b, 0xc3, - 0x89, 0x40, 0x88, 0xe4, 0x68, 0xdd, 0x98, 0x66, 0x02, 0x95, 0xf1, 0x15, 0xaa, 0xfe, 0x4c, 0x83, - 0x6b, 0x13, 0x18, 0xa0, 0x3b, 0x30, 0xc7, 0x09, 0x66, 0xce, 0x67, 0xf6, 0xa3, 0x84, 0xb0, 0x83, - 0x89, 0x1a, 0xbb, 0x2e, 0x2c, 0x3e, 0x4a, 0x0d, 0x10, 0x01, 0xd5, 0x7f, 0xb6, 0x62, 0x24, 0x9a, - 0xa4, 0x7a, 0xa6, 0xca, 0xcd, 0x35, 0xbf, 0x0d, 0x94, 0x88, 0x9c, 0x92, 0xa0, 0xf2, 0x79, 0xe9, - 0xab, 0x13, 0x80, 0x72, 0x06, 0xf7, 0x45, 0x52, 0xd0, 0xf7, 0x1a, 0x9c, 0x1a, 0xdd, 0x24, 0xd1, - 0x9b, 0x47, 0x67, 0x72, 0xec, 0xee, 0xd9, 0x3c, 0xe6, 0x06, 0xa3, 0x2f, 0x7f, 0xf1, 0xeb, 0x1f, - 0xdf, 0xd4, 0x5a, 0xc8, 0x48, 0xf7, 0xec, 0x27, 0x23, 0x9f, 0xf0, 0xdb, 0x6a, 0xdd, 0xe4, 0xe6, - 0xa2, 0x99, 0xeb, 0x0e, 0x6e, 0x2e, 0x3e, 0x45, 0xcf, 0x34, 0x40, 0xe5, 0x65, 0x00, 0xad, 0x4c, - 0xb7, 0x67, 0x88, 0xd8, 0x57, 0xa7, 0x5c, 0x52, 0xb2, 0x6e, 0xd4, 0x57, 0x33, 0x26, 0xcb, 0xfa, - 0xcd, 0xec, 0x5f, 0x63, 0x18, 0xfa, 0x93, 0xdc, 0x1e, 0x7d, 0x7b, 0xf1, 0xe9, 0x08, 0x11, 0x2b, - 0xc8, 0xe0, 0x2c, 0x6d, 0x11, 0xfd, 0xad, 0xc1, 0xf9, 0x8a, 0xad, 0x02, 0xbd, 0x33, 0x49, 0x31, - 0x0e, 0x5b, 0x6b, 0x9a, 0xed, 0x17, 0x40, 0x90, 0xf4, 0x76, 0x32, 0x7a, 0xef, 0xe9, 0x1b, 0x59, - 0xa1, 0xf2, 0x17, 0xf8, 0xb0, 0x3a, 0x59, 0xbd, 0xf1, 0xb0, 0x29, 0xe5, 0x7f, 0x34, 0xb8, 0x50, - 0x79, 0xc9, 0xd1, 0xda, 0xe4, 0x21, 0x57, 0x4d, 0x9a, 0xe6, 0xfa, 0x0b, 0x61, 0x48, 0xe2, 0xdd, - 0x8c, 0xf8, 0x07, 0x7a, 0x67, 0x3a, 0xe2, 0x25, 0x60, 0x4b, 0x5b, 0x5c, 0xfb, 0x57, 0x83, 0xeb, - 0x0e, 0x0d, 0x8e, 0x0c, 0x6f, 0xed, 0x7c, 0xf9, 0xba, 0xee, 0xa4, 0xd3, 0x64, 0x47, 0xfb, 0x64, - 0x4b, 0x1a, 0xf7, 0xa8, 0x8f, 0xc3, 0x9e, 0x41, 0x59, 0xcf, 0xec, 0x91, 0x30, 0x9b, 0x35, 0xea, - 0xef, 0x35, 0xf2, 0x78, 0xf5, 0x5f, 0xf6, 0x8a, 0x3a, 0x7c, 0x5b, 0x9b, 0xe9, 0xb4, 0xdb, 0xdf, - 0xd5, 0x16, 0x3a, 0x02, 0xb0, 0xed, 0x72, 0x43, 0x1c, 0xd3, 0xd3, 0x6e, 0xcb, 0x90, 0x8e, 0xf9, - 0x4f, 0x4a, 0x65, 0xaf, 0xed, 0xf2, 0xbd, 0xa1, 0xca, 0xde, 0x6e, 0x6b, 0x4f, 0xa9, 0xfc, 0x55, - 0xbb, 0x2e, 0xe4, 0x96, 0xd5, 0x76, 0xb9, 0x65, 0x0d, 0x95, 0x2c, 0x6b, 0xb7, 0x65, 0x59, 0x4a, - 0xed, 0xe1, 0x6c, 0x16, 0xe7, 0x1b, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x60, 0xdb, 0x54, 0x74, - 0x0c, 0x10, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/keyword_view_service.pb.go b/googleapis/ads/googleads/v0/services/keyword_view_service.pb.go deleted file mode 100644 index 90378b10fa..0000000000 --- a/googleapis/ads/googleads/v0/services/keyword_view_service.pb.go +++ /dev/null @@ -1,176 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/keyword_view_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [KeywordViewService.GetKeywordView][google.ads.googleads.v0.services.KeywordViewService.GetKeywordView]. -type GetKeywordViewRequest struct { - // The resource name of the keyword view to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetKeywordViewRequest) Reset() { *m = GetKeywordViewRequest{} } -func (m *GetKeywordViewRequest) String() string { return proto.CompactTextString(m) } -func (*GetKeywordViewRequest) ProtoMessage() {} -func (*GetKeywordViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_view_service_54b973e8c5c2fb26, []int{0} -} -func (m *GetKeywordViewRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetKeywordViewRequest.Unmarshal(m, b) -} -func (m *GetKeywordViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetKeywordViewRequest.Marshal(b, m, deterministic) -} -func (dst *GetKeywordViewRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetKeywordViewRequest.Merge(dst, src) -} -func (m *GetKeywordViewRequest) XXX_Size() int { - return xxx_messageInfo_GetKeywordViewRequest.Size(m) -} -func (m *GetKeywordViewRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetKeywordViewRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetKeywordViewRequest proto.InternalMessageInfo - -func (m *GetKeywordViewRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetKeywordViewRequest)(nil), "google.ads.googleads.v0.services.GetKeywordViewRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// KeywordViewServiceClient is the client API for KeywordViewService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type KeywordViewServiceClient interface { - // Returns the requested keyword view in full detail. - GetKeywordView(ctx context.Context, in *GetKeywordViewRequest, opts ...grpc.CallOption) (*resources.KeywordView, error) -} - -type keywordViewServiceClient struct { - cc *grpc.ClientConn -} - -func NewKeywordViewServiceClient(cc *grpc.ClientConn) KeywordViewServiceClient { - return &keywordViewServiceClient{cc} -} - -func (c *keywordViewServiceClient) GetKeywordView(ctx context.Context, in *GetKeywordViewRequest, opts ...grpc.CallOption) (*resources.KeywordView, error) { - out := new(resources.KeywordView) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.KeywordViewService/GetKeywordView", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// KeywordViewServiceServer is the server API for KeywordViewService service. -type KeywordViewServiceServer interface { - // Returns the requested keyword view in full detail. - GetKeywordView(context.Context, *GetKeywordViewRequest) (*resources.KeywordView, error) -} - -func RegisterKeywordViewServiceServer(s *grpc.Server, srv KeywordViewServiceServer) { - s.RegisterService(&_KeywordViewService_serviceDesc, srv) -} - -func _KeywordViewService_GetKeywordView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetKeywordViewRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(KeywordViewServiceServer).GetKeywordView(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.KeywordViewService/GetKeywordView", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(KeywordViewServiceServer).GetKeywordView(ctx, req.(*GetKeywordViewRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _KeywordViewService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.KeywordViewService", - HandlerType: (*KeywordViewServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetKeywordView", - Handler: _KeywordViewService_GetKeywordView_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/keyword_view_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/keyword_view_service.proto", fileDescriptor_keyword_view_service_54b973e8c5c2fb26) -} - -var fileDescriptor_keyword_view_service_54b973e8c5c2fb26 = []byte{ - // 364 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xb1, 0x4a, 0xfb, 0x50, - 0x14, 0xc6, 0x49, 0xfe, 0xf0, 0x07, 0x83, 0x3a, 0x04, 0x44, 0x29, 0x0e, 0xa5, 0x76, 0x90, 0x0e, - 0xe7, 0x06, 0x15, 0x85, 0x5b, 0x1d, 0xd2, 0xa5, 0x82, 0x20, 0xa5, 0x42, 0x06, 0x09, 0x94, 0xd8, - 0x1c, 0x42, 0xb0, 0xc9, 0xad, 0xf7, 0xa4, 0x29, 0x22, 0x2e, 0xbe, 0x82, 0x6f, 0xe0, 0xe8, 0xe6, - 0x5b, 0x88, 0xab, 0xaf, 0xe0, 0xe4, 0x43, 0x88, 0xa4, 0xb7, 0x37, 0xb4, 0x6a, 0xe9, 0xf6, 0x71, - 0xf2, 0xfd, 0xbe, 0x9c, 0xf3, 0x25, 0x56, 0x33, 0x12, 0x22, 0x1a, 0x20, 0x0b, 0x42, 0x62, 0x4a, - 0x16, 0x2a, 0x77, 0x18, 0xa1, 0xcc, 0xe3, 0x3e, 0x12, 0xbb, 0xc6, 0xdb, 0xb1, 0x90, 0x61, 0x2f, - 0x8f, 0x71, 0xdc, 0x9b, 0x4e, 0x61, 0x28, 0x45, 0x26, 0xec, 0xaa, 0x22, 0x20, 0x08, 0x09, 0x4a, - 0x18, 0x72, 0x07, 0x34, 0x5c, 0x39, 0x58, 0x14, 0x2f, 0x91, 0xc4, 0x48, 0xfe, 0xcc, 0x57, 0xb9, - 0x95, 0x6d, 0x4d, 0x0d, 0x63, 0x16, 0xa4, 0xa9, 0xc8, 0x82, 0x2c, 0x16, 0x29, 0xa9, 0xa7, 0xb5, - 0x63, 0x6b, 0xa3, 0x8d, 0xd9, 0x99, 0xc2, 0xbc, 0x18, 0xc7, 0x5d, 0xbc, 0x19, 0x21, 0x65, 0xf6, - 0x8e, 0xb5, 0xa6, 0x63, 0x7b, 0x69, 0x90, 0xe0, 0x96, 0x51, 0x35, 0x76, 0x57, 0xba, 0xab, 0x7a, - 0x78, 0x1e, 0x24, 0xb8, 0xf7, 0x6a, 0x58, 0xf6, 0x0c, 0x7b, 0xa1, 0x36, 0xb5, 0x5f, 0x0c, 0x6b, - 0x7d, 0x3e, 0xd5, 0x3e, 0x82, 0x65, 0xe7, 0xc1, 0x9f, 0x7b, 0x54, 0x60, 0x21, 0x58, 0x5e, 0x0d, - 0x33, 0x58, 0xed, 0xf0, 0xe1, 0xfd, 0xe3, 0xd1, 0x74, 0x6c, 0x28, 0x8a, 0xb9, 0x9b, 0x3b, 0xe1, - 0xa4, 0x3f, 0xa2, 0x4c, 0x24, 0x28, 0x89, 0x35, 0x74, 0x53, 0x05, 0x43, 0xac, 0x71, 0xdf, 0xfa, - 0x32, 0xac, 0x7a, 0x5f, 0x24, 0x4b, 0xd7, 0x6c, 0x6d, 0xfe, 0x3e, 0xb8, 0x53, 0x54, 0xd9, 0x31, - 0x2e, 0x4f, 0xa7, 0x70, 0x24, 0x06, 0x41, 0x1a, 0x81, 0x90, 0x11, 0x8b, 0x30, 0x9d, 0x14, 0xad, - 0x3f, 0xd8, 0x30, 0xa6, 0xc5, 0xbf, 0x47, 0x53, 0x8b, 0x27, 0xf3, 0x5f, 0xdb, 0x75, 0x9f, 0xcd, - 0x6a, 0x5b, 0x05, 0xba, 0x21, 0x81, 0x92, 0x85, 0xf2, 0x1c, 0x98, 0xbe, 0x98, 0xde, 0xb4, 0xc5, - 0x77, 0x43, 0xf2, 0x4b, 0x8b, 0xef, 0x39, 0xbe, 0xb6, 0x7c, 0x9a, 0x75, 0x35, 0xe7, 0xdc, 0x0d, - 0x89, 0xf3, 0xd2, 0xc4, 0xb9, 0xe7, 0x70, 0xae, 0x6d, 0x57, 0xff, 0x27, 0x7b, 0xee, 0x7f, 0x07, - 0x00, 0x00, 0xff, 0xff, 0xca, 0xa5, 0xfe, 0xd8, 0xc5, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/language_constant_service.pb.go b/googleapis/ads/googleads/v0/services/language_constant_service.pb.go deleted file mode 100644 index f33cf9277d..0000000000 --- a/googleapis/ads/googleads/v0/services/language_constant_service.pb.go +++ /dev/null @@ -1,176 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/language_constant_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [LanguageConstantService.GetLanguageConstant][google.ads.googleads.v0.services.LanguageConstantService.GetLanguageConstant]. -type GetLanguageConstantRequest struct { - // Resource name of the language constant to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetLanguageConstantRequest) Reset() { *m = GetLanguageConstantRequest{} } -func (m *GetLanguageConstantRequest) String() string { return proto.CompactTextString(m) } -func (*GetLanguageConstantRequest) ProtoMessage() {} -func (*GetLanguageConstantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_constant_service_4507ac69eb068a0c, []int{0} -} -func (m *GetLanguageConstantRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetLanguageConstantRequest.Unmarshal(m, b) -} -func (m *GetLanguageConstantRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetLanguageConstantRequest.Marshal(b, m, deterministic) -} -func (dst *GetLanguageConstantRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetLanguageConstantRequest.Merge(dst, src) -} -func (m *GetLanguageConstantRequest) XXX_Size() int { - return xxx_messageInfo_GetLanguageConstantRequest.Size(m) -} -func (m *GetLanguageConstantRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetLanguageConstantRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetLanguageConstantRequest proto.InternalMessageInfo - -func (m *GetLanguageConstantRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetLanguageConstantRequest)(nil), "google.ads.googleads.v0.services.GetLanguageConstantRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// LanguageConstantServiceClient is the client API for LanguageConstantService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type LanguageConstantServiceClient interface { - // Returns the requested language constant. - GetLanguageConstant(ctx context.Context, in *GetLanguageConstantRequest, opts ...grpc.CallOption) (*resources.LanguageConstant, error) -} - -type languageConstantServiceClient struct { - cc *grpc.ClientConn -} - -func NewLanguageConstantServiceClient(cc *grpc.ClientConn) LanguageConstantServiceClient { - return &languageConstantServiceClient{cc} -} - -func (c *languageConstantServiceClient) GetLanguageConstant(ctx context.Context, in *GetLanguageConstantRequest, opts ...grpc.CallOption) (*resources.LanguageConstant, error) { - out := new(resources.LanguageConstant) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.LanguageConstantService/GetLanguageConstant", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// LanguageConstantServiceServer is the server API for LanguageConstantService service. -type LanguageConstantServiceServer interface { - // Returns the requested language constant. - GetLanguageConstant(context.Context, *GetLanguageConstantRequest) (*resources.LanguageConstant, error) -} - -func RegisterLanguageConstantServiceServer(s *grpc.Server, srv LanguageConstantServiceServer) { - s.RegisterService(&_LanguageConstantService_serviceDesc, srv) -} - -func _LanguageConstantService_GetLanguageConstant_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetLanguageConstantRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(LanguageConstantServiceServer).GetLanguageConstant(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.LanguageConstantService/GetLanguageConstant", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(LanguageConstantServiceServer).GetLanguageConstant(ctx, req.(*GetLanguageConstantRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _LanguageConstantService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.LanguageConstantService", - HandlerType: (*LanguageConstantServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetLanguageConstant", - Handler: _LanguageConstantService_GetLanguageConstant_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/language_constant_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/language_constant_service.proto", fileDescriptor_language_constant_service_4507ac69eb068a0c) -} - -var fileDescriptor_language_constant_service_4507ac69eb068a0c = []byte{ - // 355 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0x4d, 0x4a, 0xc3, 0x40, - 0x14, 0x26, 0x11, 0x04, 0x07, 0xdd, 0xc4, 0x85, 0x12, 0xba, 0x28, 0xb5, 0xe0, 0xcf, 0x62, 0x26, - 0xd8, 0x95, 0xa3, 0x82, 0x53, 0x17, 0x75, 0x21, 0x52, 0x2a, 0x74, 0x21, 0x81, 0x32, 0x36, 0xc3, - 0x10, 0x68, 0x67, 0x6a, 0xde, 0xb4, 0x1b, 0x71, 0xa3, 0x47, 0xf0, 0x06, 0x2e, 0xbd, 0x81, 0x57, - 0x70, 0x2b, 0xde, 0xc0, 0x95, 0xa7, 0x90, 0x74, 0x32, 0x01, 0x4b, 0x43, 0x77, 0x1f, 0xf3, 0xbe, - 0x9f, 0xf7, 0xbe, 0x04, 0x5d, 0x48, 0xad, 0xe5, 0x48, 0x10, 0x9e, 0x00, 0xb1, 0x30, 0x47, 0xb3, - 0x88, 0x80, 0xc8, 0x66, 0xe9, 0x50, 0x00, 0x19, 0x71, 0x25, 0xa7, 0x5c, 0x8a, 0xc1, 0x50, 0x2b, - 0x30, 0x5c, 0x99, 0x41, 0x31, 0xc2, 0x93, 0x4c, 0x1b, 0x1d, 0xd4, 0xad, 0x0c, 0xf3, 0x04, 0x70, - 0xe9, 0x80, 0x67, 0x11, 0x76, 0x0e, 0xe1, 0x49, 0x55, 0x46, 0x26, 0x40, 0x4f, 0xb3, 0xa5, 0x21, - 0xd6, 0x3c, 0xac, 0x39, 0xe9, 0x24, 0x25, 0x5c, 0x29, 0x6d, 0xb8, 0x49, 0xb5, 0x02, 0x3b, 0x6d, - 0x30, 0x14, 0x76, 0x84, 0xb9, 0x2e, 0xb4, 0x97, 0x85, 0xb4, 0x27, 0x1e, 0xa6, 0x02, 0x4c, 0xb0, - 0x87, 0xb6, 0x5c, 0xc0, 0x40, 0xf1, 0xb1, 0xd8, 0xf5, 0xea, 0xde, 0xc1, 0x46, 0x6f, 0xd3, 0x3d, - 0xde, 0xf0, 0xb1, 0x38, 0xfe, 0xf6, 0xd0, 0xce, 0xa2, 0xc1, 0xad, 0x5d, 0x3c, 0xf8, 0xf0, 0xd0, - 0xf6, 0x12, 0xff, 0xe0, 0x0c, 0xaf, 0x3a, 0x19, 0x57, 0xaf, 0x15, 0xb6, 0x2a, 0xd5, 0x65, 0x1d, - 0x78, 0x51, 0xdb, 0x20, 0xcf, 0x5f, 0x3f, 0xaf, 0xfe, 0x61, 0xb0, 0x9f, 0xd7, 0xf6, 0xf8, 0xef, - 0xac, 0xf3, 0xd1, 0x02, 0x19, 0xc8, 0xd1, 0x53, 0xfb, 0xc5, 0x47, 0xcd, 0xa1, 0x1e, 0xaf, 0xdc, - 0xb4, 0x5d, 0xab, 0xb8, 0xbe, 0x9b, 0x37, 0xdc, 0xf5, 0xee, 0xae, 0x0a, 0x07, 0xa9, 0xf3, 0x1c, - 0xac, 0x33, 0x49, 0xa4, 0x50, 0xf3, 0xfe, 0xdd, 0xc7, 0x9c, 0xa4, 0x50, 0xfd, 0xff, 0x9c, 0x3a, - 0xf0, 0xe6, 0xaf, 0x75, 0x18, 0x7b, 0xf7, 0xeb, 0x1d, 0x6b, 0xc8, 0x12, 0xc0, 0x16, 0xe6, 0xa8, - 0x1f, 0xe1, 0x22, 0x18, 0x3e, 0x1d, 0x25, 0x66, 0x09, 0xc4, 0x25, 0x25, 0xee, 0x47, 0xb1, 0xa3, - 0xfc, 0xfa, 0x4d, 0xfb, 0x4e, 0x29, 0x4b, 0x80, 0xd2, 0x92, 0x44, 0x69, 0x3f, 0xa2, 0xd4, 0xd1, - 0xee, 0xd7, 0xe7, 0x7b, 0xb6, 0xfe, 0x02, 0x00, 0x00, 0xff, 0xff, 0x8d, 0x1c, 0x2f, 0xcf, 0xe6, - 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/managed_placement_view_service.pb.go b/googleapis/ads/googleads/v0/services/managed_placement_view_service.pb.go deleted file mode 100644 index ac09592d74..0000000000 --- a/googleapis/ads/googleads/v0/services/managed_placement_view_service.pb.go +++ /dev/null @@ -1,177 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/managed_placement_view_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [ManagedPlacementViewService.GetManagedPlacementView][google.ads.googleads.v0.services.ManagedPlacementViewService.GetManagedPlacementView]. -type GetManagedPlacementViewRequest struct { - // The resource name of the Managed Placement View to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetManagedPlacementViewRequest) Reset() { *m = GetManagedPlacementViewRequest{} } -func (m *GetManagedPlacementViewRequest) String() string { return proto.CompactTextString(m) } -func (*GetManagedPlacementViewRequest) ProtoMessage() {} -func (*GetManagedPlacementViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_managed_placement_view_service_2de3611a77d06c09, []int{0} -} -func (m *GetManagedPlacementViewRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetManagedPlacementViewRequest.Unmarshal(m, b) -} -func (m *GetManagedPlacementViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetManagedPlacementViewRequest.Marshal(b, m, deterministic) -} -func (dst *GetManagedPlacementViewRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetManagedPlacementViewRequest.Merge(dst, src) -} -func (m *GetManagedPlacementViewRequest) XXX_Size() int { - return xxx_messageInfo_GetManagedPlacementViewRequest.Size(m) -} -func (m *GetManagedPlacementViewRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetManagedPlacementViewRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetManagedPlacementViewRequest proto.InternalMessageInfo - -func (m *GetManagedPlacementViewRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetManagedPlacementViewRequest)(nil), "google.ads.googleads.v0.services.GetManagedPlacementViewRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// ManagedPlacementViewServiceClient is the client API for ManagedPlacementViewService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type ManagedPlacementViewServiceClient interface { - // Returns the requested Managed Placement view in full detail. - GetManagedPlacementView(ctx context.Context, in *GetManagedPlacementViewRequest, opts ...grpc.CallOption) (*resources.ManagedPlacementView, error) -} - -type managedPlacementViewServiceClient struct { - cc *grpc.ClientConn -} - -func NewManagedPlacementViewServiceClient(cc *grpc.ClientConn) ManagedPlacementViewServiceClient { - return &managedPlacementViewServiceClient{cc} -} - -func (c *managedPlacementViewServiceClient) GetManagedPlacementView(ctx context.Context, in *GetManagedPlacementViewRequest, opts ...grpc.CallOption) (*resources.ManagedPlacementView, error) { - out := new(resources.ManagedPlacementView) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.ManagedPlacementViewService/GetManagedPlacementView", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// ManagedPlacementViewServiceServer is the server API for ManagedPlacementViewService service. -type ManagedPlacementViewServiceServer interface { - // Returns the requested Managed Placement view in full detail. - GetManagedPlacementView(context.Context, *GetManagedPlacementViewRequest) (*resources.ManagedPlacementView, error) -} - -func RegisterManagedPlacementViewServiceServer(s *grpc.Server, srv ManagedPlacementViewServiceServer) { - s.RegisterService(&_ManagedPlacementViewService_serviceDesc, srv) -} - -func _ManagedPlacementViewService_GetManagedPlacementView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetManagedPlacementViewRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(ManagedPlacementViewServiceServer).GetManagedPlacementView(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.ManagedPlacementViewService/GetManagedPlacementView", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(ManagedPlacementViewServiceServer).GetManagedPlacementView(ctx, req.(*GetManagedPlacementViewRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _ManagedPlacementViewService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.ManagedPlacementViewService", - HandlerType: (*ManagedPlacementViewServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetManagedPlacementView", - Handler: _ManagedPlacementViewService_GetManagedPlacementView_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/managed_placement_view_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/managed_placement_view_service.proto", fileDescriptor_managed_placement_view_service_2de3611a77d06c09) -} - -var fileDescriptor_managed_placement_view_service_2de3611a77d06c09 = []byte{ - // 378 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0x3d, 0x6b, 0xdb, 0x40, - 0x18, 0x46, 0x2a, 0x14, 0x2a, 0xda, 0x45, 0x4b, 0x8b, 0x5b, 0x8a, 0x70, 0x3d, 0x14, 0x0f, 0x77, - 0xa2, 0x1d, 0x4c, 0x2e, 0xe4, 0x43, 0x06, 0xe3, 0x2c, 0x09, 0xc6, 0x01, 0x0d, 0x41, 0x20, 0x2e, - 0xd2, 0x8b, 0x10, 0x58, 0x77, 0x8a, 0x5e, 0x59, 0x1e, 0x42, 0x96, 0x2c, 0xf9, 0x01, 0xf9, 0x07, - 0x19, 0xf3, 0x53, 0xb2, 0x86, 0xfc, 0x83, 0x4c, 0xd9, 0xb3, 0x07, 0xf9, 0x7c, 0x02, 0x83, 0x65, - 0x6f, 0x0f, 0x77, 0xcf, 0xc7, 0xbd, 0xcf, 0x7b, 0xd6, 0x28, 0x91, 0x32, 0x99, 0x01, 0xe5, 0x31, - 0x52, 0x05, 0x6b, 0x54, 0xb9, 0x14, 0xa1, 0xa8, 0xd2, 0x08, 0x90, 0x66, 0x5c, 0xf0, 0x04, 0xe2, - 0x30, 0x9f, 0xf1, 0x08, 0x32, 0x10, 0x65, 0x58, 0xa5, 0xb0, 0x08, 0x57, 0xf7, 0x24, 0x2f, 0x64, - 0x29, 0x6d, 0x47, 0x69, 0x09, 0x8f, 0x91, 0x34, 0x36, 0xa4, 0x72, 0x89, 0xb6, 0xe9, 0x1c, 0xb6, - 0x05, 0x15, 0x80, 0x72, 0x5e, 0xb4, 0x27, 0xa9, 0x84, 0xce, 0x2f, 0xad, 0xcf, 0x53, 0xca, 0x85, - 0x90, 0x25, 0x2f, 0x53, 0x29, 0x50, 0xdd, 0x76, 0x47, 0xd6, 0xef, 0x31, 0x94, 0xa7, 0xca, 0x60, - 0xa2, 0xf5, 0x7e, 0x0a, 0x8b, 0x29, 0x5c, 0xcd, 0x01, 0x4b, 0xfb, 0x8f, 0xf5, 0x4d, 0x27, 0x85, - 0x82, 0x67, 0xf0, 0xc3, 0x70, 0x8c, 0xbf, 0x5f, 0xa6, 0x5f, 0xf5, 0xe1, 0x19, 0xcf, 0xe0, 0xdf, - 0xbb, 0x61, 0xfd, 0xdc, 0x64, 0x72, 0xae, 0xa6, 0xb0, 0x5f, 0x0c, 0xeb, 0x7b, 0x4b, 0x8e, 0x7d, - 0x4c, 0x76, 0x75, 0x40, 0xb6, 0x3f, 0xb1, 0x33, 0x68, 0x75, 0x68, 0x3a, 0x22, 0x9b, 0xf4, 0xdd, - 0xa3, 0xdb, 0xe7, 0xd7, 0x7b, 0x73, 0xcf, 0x1e, 0xd4, 0x7d, 0x5e, 0xaf, 0x8d, 0x79, 0x10, 0xcd, - 0xb1, 0x94, 0x19, 0x14, 0x48, 0xfb, 0xba, 0xe0, 0x35, 0x31, 0xd2, 0xfe, 0xcd, 0xf0, 0xce, 0xb4, - 0x7a, 0x91, 0xcc, 0x76, 0x4e, 0x30, 0x74, 0xb6, 0xb4, 0x33, 0xa9, 0x37, 0x31, 0x31, 0x2e, 0x4e, - 0x56, 0x2e, 0x89, 0x9c, 0x71, 0x91, 0x10, 0x59, 0x24, 0x34, 0x01, 0xb1, 0xdc, 0x93, 0xde, 0x7c, - 0x9e, 0x62, 0xfb, 0x8f, 0xdb, 0xd7, 0xe0, 0xc1, 0xfc, 0x34, 0xf6, 0xbc, 0x47, 0xd3, 0x19, 0x2b, - 0x43, 0x2f, 0x46, 0xa2, 0x60, 0x8d, 0x7c, 0x97, 0xac, 0x82, 0xf1, 0x49, 0x53, 0x02, 0x2f, 0xc6, - 0xa0, 0xa1, 0x04, 0xbe, 0x1b, 0x68, 0xca, 0x9b, 0xd9, 0x53, 0xe7, 0x8c, 0x79, 0x31, 0x32, 0xd6, - 0x90, 0x18, 0xf3, 0x5d, 0xc6, 0x34, 0xed, 0xf2, 0xf3, 0xf2, 0x9d, 0xff, 0x3f, 0x02, 0x00, 0x00, - 0xff, 0xff, 0x88, 0xac, 0x27, 0x79, 0x18, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/media_file_service.pb.go b/googleapis/ads/googleads/v0/services/media_file_service.pb.go deleted file mode 100644 index 5364be8f7a..0000000000 --- a/googleapis/ads/googleads/v0/services/media_file_service.pb.go +++ /dev/null @@ -1,514 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/media_file_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [MediaFileService.GetMediaFile][google.ads.googleads.v0.services.MediaFileService.GetMediaFile] -type GetMediaFileRequest struct { - // The resource name of the media file to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetMediaFileRequest) Reset() { *m = GetMediaFileRequest{} } -func (m *GetMediaFileRequest) String() string { return proto.CompactTextString(m) } -func (*GetMediaFileRequest) ProtoMessage() {} -func (*GetMediaFileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_service_2a988d7863d00e5a, []int{0} -} -func (m *GetMediaFileRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetMediaFileRequest.Unmarshal(m, b) -} -func (m *GetMediaFileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetMediaFileRequest.Marshal(b, m, deterministic) -} -func (dst *GetMediaFileRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetMediaFileRequest.Merge(dst, src) -} -func (m *GetMediaFileRequest) XXX_Size() int { - return xxx_messageInfo_GetMediaFileRequest.Size(m) -} -func (m *GetMediaFileRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetMediaFileRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetMediaFileRequest proto.InternalMessageInfo - -func (m *GetMediaFileRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [MediaFileService.MutateMediaFiles][google.ads.googleads.v0.services.MediaFileService.MutateMediaFiles] -type MutateMediaFilesRequest struct { - // The ID of the customer whose media files are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual media file. - Operations []*MediaFileOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateMediaFilesRequest) Reset() { *m = MutateMediaFilesRequest{} } -func (m *MutateMediaFilesRequest) String() string { return proto.CompactTextString(m) } -func (*MutateMediaFilesRequest) ProtoMessage() {} -func (*MutateMediaFilesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_service_2a988d7863d00e5a, []int{1} -} -func (m *MutateMediaFilesRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateMediaFilesRequest.Unmarshal(m, b) -} -func (m *MutateMediaFilesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateMediaFilesRequest.Marshal(b, m, deterministic) -} -func (dst *MutateMediaFilesRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateMediaFilesRequest.Merge(dst, src) -} -func (m *MutateMediaFilesRequest) XXX_Size() int { - return xxx_messageInfo_MutateMediaFilesRequest.Size(m) -} -func (m *MutateMediaFilesRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateMediaFilesRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateMediaFilesRequest proto.InternalMessageInfo - -func (m *MutateMediaFilesRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateMediaFilesRequest) GetOperations() []*MediaFileOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateMediaFilesRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateMediaFilesRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation to create media file. -type MediaFileOperation struct { - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *MediaFileOperation_Create - Operation isMediaFileOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MediaFileOperation) Reset() { *m = MediaFileOperation{} } -func (m *MediaFileOperation) String() string { return proto.CompactTextString(m) } -func (*MediaFileOperation) ProtoMessage() {} -func (*MediaFileOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_service_2a988d7863d00e5a, []int{2} -} -func (m *MediaFileOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MediaFileOperation.Unmarshal(m, b) -} -func (m *MediaFileOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MediaFileOperation.Marshal(b, m, deterministic) -} -func (dst *MediaFileOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_MediaFileOperation.Merge(dst, src) -} -func (m *MediaFileOperation) XXX_Size() int { - return xxx_messageInfo_MediaFileOperation.Size(m) -} -func (m *MediaFileOperation) XXX_DiscardUnknown() { - xxx_messageInfo_MediaFileOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_MediaFileOperation proto.InternalMessageInfo - -type isMediaFileOperation_Operation interface { - isMediaFileOperation_Operation() -} - -type MediaFileOperation_Create struct { - Create *resources.MediaFile `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -func (*MediaFileOperation_Create) isMediaFileOperation_Operation() {} - -func (m *MediaFileOperation) GetOperation() isMediaFileOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *MediaFileOperation) GetCreate() *resources.MediaFile { - if x, ok := m.GetOperation().(*MediaFileOperation_Create); ok { - return x.Create - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*MediaFileOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _MediaFileOperation_OneofMarshaler, _MediaFileOperation_OneofUnmarshaler, _MediaFileOperation_OneofSizer, []interface{}{ - (*MediaFileOperation_Create)(nil), - } -} - -func _MediaFileOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*MediaFileOperation) - // operation - switch x := m.Operation.(type) { - case *MediaFileOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("MediaFileOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _MediaFileOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*MediaFileOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.MediaFile) - err := b.DecodeMessage(msg) - m.Operation = &MediaFileOperation_Create{msg} - return true, err - default: - return false, nil - } -} - -func _MediaFileOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*MediaFileOperation) - // operation - switch x := m.Operation.(type) { - case *MediaFileOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for a media file mutate. -type MutateMediaFilesResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateMediaFileResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateMediaFilesResponse) Reset() { *m = MutateMediaFilesResponse{} } -func (m *MutateMediaFilesResponse) String() string { return proto.CompactTextString(m) } -func (*MutateMediaFilesResponse) ProtoMessage() {} -func (*MutateMediaFilesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_service_2a988d7863d00e5a, []int{3} -} -func (m *MutateMediaFilesResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateMediaFilesResponse.Unmarshal(m, b) -} -func (m *MutateMediaFilesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateMediaFilesResponse.Marshal(b, m, deterministic) -} -func (dst *MutateMediaFilesResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateMediaFilesResponse.Merge(dst, src) -} -func (m *MutateMediaFilesResponse) XXX_Size() int { - return xxx_messageInfo_MutateMediaFilesResponse.Size(m) -} -func (m *MutateMediaFilesResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateMediaFilesResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateMediaFilesResponse proto.InternalMessageInfo - -func (m *MutateMediaFilesResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateMediaFilesResponse) GetResults() []*MutateMediaFileResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the media file mutate. -type MutateMediaFileResult struct { - // The resource name returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateMediaFileResult) Reset() { *m = MutateMediaFileResult{} } -func (m *MutateMediaFileResult) String() string { return proto.CompactTextString(m) } -func (*MutateMediaFileResult) ProtoMessage() {} -func (*MutateMediaFileResult) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_service_2a988d7863d00e5a, []int{4} -} -func (m *MutateMediaFileResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateMediaFileResult.Unmarshal(m, b) -} -func (m *MutateMediaFileResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateMediaFileResult.Marshal(b, m, deterministic) -} -func (dst *MutateMediaFileResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateMediaFileResult.Merge(dst, src) -} -func (m *MutateMediaFileResult) XXX_Size() int { - return xxx_messageInfo_MutateMediaFileResult.Size(m) -} -func (m *MutateMediaFileResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateMediaFileResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateMediaFileResult proto.InternalMessageInfo - -func (m *MutateMediaFileResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetMediaFileRequest)(nil), "google.ads.googleads.v0.services.GetMediaFileRequest") - proto.RegisterType((*MutateMediaFilesRequest)(nil), "google.ads.googleads.v0.services.MutateMediaFilesRequest") - proto.RegisterType((*MediaFileOperation)(nil), "google.ads.googleads.v0.services.MediaFileOperation") - proto.RegisterType((*MutateMediaFilesResponse)(nil), "google.ads.googleads.v0.services.MutateMediaFilesResponse") - proto.RegisterType((*MutateMediaFileResult)(nil), "google.ads.googleads.v0.services.MutateMediaFileResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// MediaFileServiceClient is the client API for MediaFileService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type MediaFileServiceClient interface { - // Returns the requested media file in full detail. - GetMediaFile(ctx context.Context, in *GetMediaFileRequest, opts ...grpc.CallOption) (*resources.MediaFile, error) - // Creates media files. Operation statuses are returned. - MutateMediaFiles(ctx context.Context, in *MutateMediaFilesRequest, opts ...grpc.CallOption) (*MutateMediaFilesResponse, error) -} - -type mediaFileServiceClient struct { - cc *grpc.ClientConn -} - -func NewMediaFileServiceClient(cc *grpc.ClientConn) MediaFileServiceClient { - return &mediaFileServiceClient{cc} -} - -func (c *mediaFileServiceClient) GetMediaFile(ctx context.Context, in *GetMediaFileRequest, opts ...grpc.CallOption) (*resources.MediaFile, error) { - out := new(resources.MediaFile) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.MediaFileService/GetMediaFile", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *mediaFileServiceClient) MutateMediaFiles(ctx context.Context, in *MutateMediaFilesRequest, opts ...grpc.CallOption) (*MutateMediaFilesResponse, error) { - out := new(MutateMediaFilesResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.MediaFileService/MutateMediaFiles", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// MediaFileServiceServer is the server API for MediaFileService service. -type MediaFileServiceServer interface { - // Returns the requested media file in full detail. - GetMediaFile(context.Context, *GetMediaFileRequest) (*resources.MediaFile, error) - // Creates media files. Operation statuses are returned. - MutateMediaFiles(context.Context, *MutateMediaFilesRequest) (*MutateMediaFilesResponse, error) -} - -func RegisterMediaFileServiceServer(s *grpc.Server, srv MediaFileServiceServer) { - s.RegisterService(&_MediaFileService_serviceDesc, srv) -} - -func _MediaFileService_GetMediaFile_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetMediaFileRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(MediaFileServiceServer).GetMediaFile(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.MediaFileService/GetMediaFile", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(MediaFileServiceServer).GetMediaFile(ctx, req.(*GetMediaFileRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _MediaFileService_MutateMediaFiles_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateMediaFilesRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(MediaFileServiceServer).MutateMediaFiles(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.MediaFileService/MutateMediaFiles", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(MediaFileServiceServer).MutateMediaFiles(ctx, req.(*MutateMediaFilesRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _MediaFileService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.MediaFileService", - HandlerType: (*MediaFileServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetMediaFile", - Handler: _MediaFileService_GetMediaFile_Handler, - }, - { - MethodName: "MutateMediaFiles", - Handler: _MediaFileService_MutateMediaFiles_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/media_file_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/media_file_service.proto", fileDescriptor_media_file_service_2a988d7863d00e5a) -} - -var fileDescriptor_media_file_service_2a988d7863d00e5a = []byte{ - // 646 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xcd, 0x6e, 0xd3, 0x4c, - 0x14, 0xfd, 0x9c, 0x7c, 0x2a, 0x74, 0x52, 0xa0, 0x9a, 0xaa, 0x6a, 0x14, 0x21, 0x88, 0x4c, 0x25, - 0xaa, 0xa8, 0x1a, 0x47, 0xa1, 0x08, 0x75, 0xa0, 0x8b, 0x54, 0x22, 0x2d, 0x8b, 0xd2, 0xe2, 0xa2, - 0x2e, 0x50, 0x24, 0x6b, 0x6a, 0x4f, 0xad, 0x91, 0x6c, 0x8f, 0x99, 0x19, 0x07, 0x55, 0x55, 0x37, - 0x2c, 0x78, 0x01, 0xde, 0x80, 0x1d, 0xec, 0x79, 0x04, 0x36, 0x6c, 0xd9, 0xb3, 0x62, 0xc5, 0x33, - 0xb0, 0x40, 0xf6, 0x78, 0xdc, 0xa4, 0x3f, 0x6a, 0xcb, 0xee, 0xfa, 0xde, 0x73, 0xee, 0x3d, 0xf7, - 0xc7, 0x03, 0x56, 0x43, 0xce, 0xc3, 0x88, 0x3a, 0x24, 0x90, 0x8e, 0x36, 0x73, 0x6b, 0xd4, 0x75, - 0x24, 0x15, 0x23, 0xe6, 0x53, 0xe9, 0xc4, 0x34, 0x60, 0xc4, 0x3b, 0x60, 0x11, 0xf5, 0x4a, 0x1f, - 0x4a, 0x05, 0x57, 0x1c, 0xb6, 0x35, 0x1e, 0x91, 0x40, 0xa2, 0x8a, 0x8a, 0x46, 0x5d, 0x64, 0xa8, - 0xad, 0xde, 0x45, 0xc9, 0x05, 0x95, 0x3c, 0x13, 0x93, 0xd9, 0x75, 0xd6, 0xd6, 0x5d, 0xc3, 0x49, - 0x99, 0x43, 0x92, 0x84, 0x2b, 0xa2, 0x18, 0x4f, 0x64, 0x19, 0xbd, 0x57, 0x46, 0x8b, 0xaf, 0xfd, - 0xec, 0xc0, 0x79, 0x27, 0x48, 0x9a, 0x52, 0x61, 0xe2, 0x0b, 0x65, 0x5c, 0xa4, 0xbe, 0x23, 0x15, - 0x51, 0x59, 0x19, 0xb0, 0x31, 0x98, 0xdb, 0xa0, 0x6a, 0x2b, 0xaf, 0x36, 0x60, 0x11, 0x75, 0xe9, - 0xdb, 0x8c, 0x4a, 0x05, 0x1f, 0x80, 0x5b, 0x46, 0x8b, 0x97, 0x90, 0x98, 0x36, 0xad, 0xb6, 0xb5, - 0x34, 0xed, 0xce, 0x18, 0xe7, 0x4b, 0x12, 0x53, 0xfb, 0xa7, 0x05, 0x16, 0xb6, 0x32, 0x45, 0x14, - 0xad, 0xf8, 0xd2, 0x24, 0xb8, 0x0f, 0x1a, 0x7e, 0x26, 0x15, 0x8f, 0xa9, 0xf0, 0x58, 0x50, 0xd2, - 0x81, 0x71, 0xbd, 0x08, 0xe0, 0x6b, 0x00, 0x78, 0x4a, 0x85, 0xee, 0xa2, 0x59, 0x6b, 0xd7, 0x97, - 0x1a, 0xbd, 0x15, 0x74, 0xd9, 0xe8, 0x50, 0x55, 0x69, 0xdb, 0x90, 0xdd, 0xb1, 0x3c, 0xf0, 0x21, - 0xb8, 0x93, 0x12, 0xa1, 0x18, 0x89, 0xbc, 0x03, 0xc2, 0xa2, 0x4c, 0xd0, 0x66, 0xbd, 0x6d, 0x2d, - 0xdd, 0x74, 0x6f, 0x97, 0xee, 0x81, 0xf6, 0xe6, 0x0d, 0x8e, 0x48, 0xc4, 0x02, 0xa2, 0xa8, 0xc7, - 0x93, 0xe8, 0xb0, 0xf9, 0x7f, 0x01, 0x9b, 0x31, 0xce, 0xed, 0x24, 0x3a, 0xb4, 0x19, 0x80, 0x67, - 0xeb, 0xc1, 0x01, 0x98, 0xf2, 0x05, 0x25, 0x4a, 0x0f, 0xa5, 0xd1, 0x5b, 0xbe, 0x50, 0x75, 0xb5, - 0xce, 0x13, 0xd9, 0x9b, 0xff, 0xb9, 0x25, 0x7b, 0xbd, 0x01, 0xa6, 0x2b, 0xe5, 0xf6, 0x57, 0x0b, - 0x34, 0xcf, 0xce, 0x52, 0xa6, 0x3c, 0x91, 0x14, 0x0e, 0xc0, 0xfc, 0xa9, 0xae, 0x3c, 0x2a, 0x04, - 0x17, 0x45, 0x6f, 0x8d, 0x1e, 0x34, 0x02, 0x44, 0xea, 0xa3, 0xdd, 0x62, 0xbb, 0xee, 0xdc, 0x64, - 0xbf, 0xcf, 0x73, 0x38, 0x7c, 0x05, 0x6e, 0x08, 0x2a, 0xb3, 0x48, 0x99, 0x81, 0x3f, 0xb9, 0xc2, - 0xc0, 0x27, 0x45, 0xb9, 0x05, 0xdf, 0x35, 0x79, 0xec, 0x67, 0x60, 0xfe, 0x5c, 0xc4, 0x95, 0x2e, - 0xa8, 0xf7, 0xa1, 0x0e, 0x66, 0x2b, 0xe2, 0xae, 0x2e, 0x09, 0x3f, 0x5b, 0x60, 0x66, 0xfc, 0x26, - 0xe1, 0xe3, 0xcb, 0x55, 0x9e, 0x73, 0xc3, 0xad, 0x6b, 0xed, 0xc5, 0x5e, 0x79, 0xff, 0xe3, 0xd7, - 0xc7, 0x1a, 0x82, 0xcb, 0xf9, 0x7f, 0x78, 0x34, 0x21, 0x7d, 0xcd, 0x9c, 0xad, 0x74, 0x3a, 0xfa, - 0xc7, 0x2c, 0xd6, 0xe3, 0x74, 0x8e, 0xe1, 0x37, 0x0b, 0xcc, 0x9e, 0x5e, 0x1b, 0x5c, 0xbd, 0xf6, - 0x54, 0xcd, 0x6f, 0xd3, 0xc2, 0xff, 0x42, 0xd5, 0x57, 0x62, 0xe3, 0xa2, 0x83, 0x15, 0xdb, 0xc9, - 0x3b, 0x38, 0x91, 0x7c, 0x34, 0xf6, 0x1f, 0xae, 0x75, 0x8e, 0xc7, 0x1a, 0xc0, 0x71, 0x91, 0x0a, - 0x5b, 0x9d, 0xf5, 0x3f, 0x16, 0x58, 0xf4, 0x79, 0x7c, 0x69, 0xf5, 0xf5, 0xf9, 0xd3, 0xeb, 0xda, - 0xc9, 0x9f, 0x91, 0x1d, 0xeb, 0xcd, 0x66, 0x49, 0x0d, 0x79, 0x44, 0x92, 0x10, 0x71, 0x11, 0x3a, - 0x21, 0x4d, 0x8a, 0x47, 0xc6, 0xbc, 0x71, 0x29, 0x93, 0x17, 0xbf, 0xa7, 0x4f, 0x8d, 0xf1, 0xa9, - 0x56, 0xdf, 0xe8, 0xf7, 0xbf, 0xd4, 0xda, 0x1b, 0x3a, 0x61, 0x3f, 0x90, 0x48, 0x9b, 0xb9, 0xb5, - 0xd7, 0x45, 0x65, 0x61, 0xf9, 0xdd, 0x40, 0x86, 0xfd, 0x40, 0x0e, 0x2b, 0xc8, 0x70, 0xaf, 0x3b, - 0x34, 0x90, 0xdf, 0xb5, 0x45, 0xed, 0xc7, 0xb8, 0x1f, 0x48, 0x8c, 0x2b, 0x10, 0xc6, 0x7b, 0x5d, - 0x8c, 0x0d, 0x6c, 0x7f, 0xaa, 0xd0, 0xf9, 0xe8, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xab, 0x4d, - 0x6f, 0xab, 0xf6, 0x05, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/mobile_app_category_constant_service.pb.go b/googleapis/ads/googleads/v0/services/mobile_app_category_constant_service.pb.go deleted file mode 100644 index 0f13d3d2a7..0000000000 --- a/googleapis/ads/googleads/v0/services/mobile_app_category_constant_service.pb.go +++ /dev/null @@ -1,177 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/mobile_app_category_constant_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [MobileAppCategoryConstantService.GetMobileAppCategoryConstant][google.ads.googleads.v0.services.MobileAppCategoryConstantService.GetMobileAppCategoryConstant]. -type GetMobileAppCategoryConstantRequest struct { - // Resource name of the mobile app category constant to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetMobileAppCategoryConstantRequest) Reset() { *m = GetMobileAppCategoryConstantRequest{} } -func (m *GetMobileAppCategoryConstantRequest) String() string { return proto.CompactTextString(m) } -func (*GetMobileAppCategoryConstantRequest) ProtoMessage() {} -func (*GetMobileAppCategoryConstantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_mobile_app_category_constant_service_31f6694677b1cb29, []int{0} -} -func (m *GetMobileAppCategoryConstantRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetMobileAppCategoryConstantRequest.Unmarshal(m, b) -} -func (m *GetMobileAppCategoryConstantRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetMobileAppCategoryConstantRequest.Marshal(b, m, deterministic) -} -func (dst *GetMobileAppCategoryConstantRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetMobileAppCategoryConstantRequest.Merge(dst, src) -} -func (m *GetMobileAppCategoryConstantRequest) XXX_Size() int { - return xxx_messageInfo_GetMobileAppCategoryConstantRequest.Size(m) -} -func (m *GetMobileAppCategoryConstantRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetMobileAppCategoryConstantRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetMobileAppCategoryConstantRequest proto.InternalMessageInfo - -func (m *GetMobileAppCategoryConstantRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetMobileAppCategoryConstantRequest)(nil), "google.ads.googleads.v0.services.GetMobileAppCategoryConstantRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// MobileAppCategoryConstantServiceClient is the client API for MobileAppCategoryConstantService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type MobileAppCategoryConstantServiceClient interface { - // Returns the requested mobile app category constant. - GetMobileAppCategoryConstant(ctx context.Context, in *GetMobileAppCategoryConstantRequest, opts ...grpc.CallOption) (*resources.MobileAppCategoryConstant, error) -} - -type mobileAppCategoryConstantServiceClient struct { - cc *grpc.ClientConn -} - -func NewMobileAppCategoryConstantServiceClient(cc *grpc.ClientConn) MobileAppCategoryConstantServiceClient { - return &mobileAppCategoryConstantServiceClient{cc} -} - -func (c *mobileAppCategoryConstantServiceClient) GetMobileAppCategoryConstant(ctx context.Context, in *GetMobileAppCategoryConstantRequest, opts ...grpc.CallOption) (*resources.MobileAppCategoryConstant, error) { - out := new(resources.MobileAppCategoryConstant) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.MobileAppCategoryConstantService/GetMobileAppCategoryConstant", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// MobileAppCategoryConstantServiceServer is the server API for MobileAppCategoryConstantService service. -type MobileAppCategoryConstantServiceServer interface { - // Returns the requested mobile app category constant. - GetMobileAppCategoryConstant(context.Context, *GetMobileAppCategoryConstantRequest) (*resources.MobileAppCategoryConstant, error) -} - -func RegisterMobileAppCategoryConstantServiceServer(s *grpc.Server, srv MobileAppCategoryConstantServiceServer) { - s.RegisterService(&_MobileAppCategoryConstantService_serviceDesc, srv) -} - -func _MobileAppCategoryConstantService_GetMobileAppCategoryConstant_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetMobileAppCategoryConstantRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(MobileAppCategoryConstantServiceServer).GetMobileAppCategoryConstant(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.MobileAppCategoryConstantService/GetMobileAppCategoryConstant", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(MobileAppCategoryConstantServiceServer).GetMobileAppCategoryConstant(ctx, req.(*GetMobileAppCategoryConstantRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _MobileAppCategoryConstantService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.MobileAppCategoryConstantService", - HandlerType: (*MobileAppCategoryConstantServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetMobileAppCategoryConstant", - Handler: _MobileAppCategoryConstantService_GetMobileAppCategoryConstant_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/mobile_app_category_constant_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/mobile_app_category_constant_service.proto", fileDescriptor_mobile_app_category_constant_service_31f6694677b1cb29) -} - -var fileDescriptor_mobile_app_category_constant_service_31f6694677b1cb29 = []byte{ - // 369 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0x31, 0x4b, 0xc3, 0x40, - 0x1c, 0xc5, 0x49, 0x04, 0xc1, 0xa0, 0x4b, 0x26, 0x29, 0x1d, 0x42, 0x5b, 0x41, 0x1c, 0x2e, 0xa1, - 0x2e, 0x72, 0xea, 0x90, 0x56, 0xa9, 0x28, 0x4a, 0xa9, 0xd0, 0x41, 0x02, 0xe1, 0x9a, 0x1c, 0x21, - 0xd0, 0xdc, 0x9d, 0xf9, 0x5f, 0x0b, 0x22, 0x2e, 0x9d, 0xdd, 0xfc, 0x06, 0x8e, 0x7e, 0x14, 0x57, - 0x67, 0x37, 0x27, 0x3f, 0x85, 0xa4, 0x97, 0x0b, 0x38, 0xc4, 0xb8, 0x3d, 0x2e, 0x2f, 0xbf, 0x77, - 0xff, 0x77, 0x7f, 0xeb, 0x2a, 0xe1, 0x3c, 0x99, 0x53, 0x97, 0xc4, 0xe0, 0x2a, 0x59, 0xa8, 0xa5, - 0xe7, 0x02, 0xcd, 0x97, 0x69, 0x44, 0xc1, 0xcd, 0xf8, 0x2c, 0x9d, 0xd3, 0x90, 0x08, 0x11, 0x46, - 0x44, 0xd2, 0x84, 0xe7, 0x0f, 0x61, 0xc4, 0x19, 0x48, 0xc2, 0x64, 0x58, 0xba, 0x90, 0xc8, 0xb9, - 0xe4, 0xb6, 0xa3, 0x08, 0x88, 0xc4, 0x80, 0x2a, 0x18, 0x5a, 0x7a, 0x48, 0xc3, 0x5a, 0x67, 0x75, - 0x71, 0x39, 0x05, 0xbe, 0xc8, 0x9b, 0xf2, 0x54, 0x4e, 0xab, 0xad, 0x29, 0x22, 0x75, 0x09, 0x63, - 0x5c, 0x12, 0x99, 0x72, 0x06, 0xea, 0x6b, 0xe7, 0xd2, 0xea, 0x8e, 0xa8, 0xbc, 0x5e, 0x63, 0x7c, - 0x21, 0x86, 0x25, 0x64, 0x58, 0x32, 0x26, 0xf4, 0x7e, 0x41, 0x41, 0xda, 0x5d, 0x6b, 0x47, 0x87, - 0x86, 0x8c, 0x64, 0x74, 0xd7, 0x70, 0x8c, 0xfd, 0xad, 0xc9, 0xb6, 0x3e, 0xbc, 0x21, 0x19, 0xed, - 0xaf, 0x4c, 0xcb, 0xa9, 0x25, 0xdd, 0xaa, 0xa9, 0xec, 0x4f, 0xc3, 0x6a, 0xff, 0x95, 0x68, 0x9f, - 0xa3, 0xa6, 0x62, 0xd0, 0x3f, 0x6e, 0xdc, 0x3a, 0xa9, 0xc5, 0x54, 0xed, 0xa1, 0x5a, 0x48, 0xe7, - 0x68, 0xf5, 0xf1, 0xf5, 0x62, 0xf6, 0x6d, 0xaf, 0xa8, 0xfb, 0xf1, 0xd7, 0xe8, 0xa7, 0x59, 0xdd, - 0x5f, 0xe0, 0x1e, 0x3c, 0x0d, 0x9e, 0x4d, 0xab, 0x17, 0xf1, 0xac, 0x71, 0x88, 0xc1, 0x5e, 0x53, - 0x55, 0xe3, 0xe2, 0x81, 0xc6, 0xc6, 0xdd, 0x45, 0x89, 0x4a, 0xf8, 0x9c, 0xb0, 0x04, 0xf1, 0x3c, - 0x71, 0x13, 0xca, 0xd6, 0xcf, 0xa7, 0xd7, 0x42, 0xa4, 0x50, 0xbf, 0x94, 0xc7, 0x5a, 0xbc, 0x9a, - 0x1b, 0x23, 0xdf, 0x7f, 0x33, 0x9d, 0x91, 0x02, 0xfa, 0x31, 0x20, 0x25, 0x0b, 0x35, 0xf5, 0x50, - 0x19, 0x0c, 0xef, 0xda, 0x12, 0xf8, 0x31, 0x04, 0x95, 0x25, 0x98, 0x7a, 0x81, 0xb6, 0x7c, 0x9b, - 0x3d, 0x75, 0x8e, 0xb1, 0x1f, 0x03, 0xc6, 0x95, 0x09, 0xe3, 0xa9, 0x87, 0xb1, 0xb6, 0xcd, 0x36, - 0xd7, 0xf7, 0x3c, 0xfc, 0x09, 0x00, 0x00, 0xff, 0xff, 0xb4, 0x6e, 0xb6, 0x64, 0x3b, 0x03, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/mobile_device_constant_service.pb.go b/googleapis/ads/googleads/v0/services/mobile_device_constant_service.pb.go deleted file mode 100644 index 3c9004fe34..0000000000 --- a/googleapis/ads/googleads/v0/services/mobile_device_constant_service.pb.go +++ /dev/null @@ -1,176 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/mobile_device_constant_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [MobileDeviceConstantService.GetMobileDeviceConstant][google.ads.googleads.v0.services.MobileDeviceConstantService.GetMobileDeviceConstant]. -type GetMobileDeviceConstantRequest struct { - // Resource name of the mobile device to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetMobileDeviceConstantRequest) Reset() { *m = GetMobileDeviceConstantRequest{} } -func (m *GetMobileDeviceConstantRequest) String() string { return proto.CompactTextString(m) } -func (*GetMobileDeviceConstantRequest) ProtoMessage() {} -func (*GetMobileDeviceConstantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_mobile_device_constant_service_d4a2ac5306cc6c06, []int{0} -} -func (m *GetMobileDeviceConstantRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetMobileDeviceConstantRequest.Unmarshal(m, b) -} -func (m *GetMobileDeviceConstantRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetMobileDeviceConstantRequest.Marshal(b, m, deterministic) -} -func (dst *GetMobileDeviceConstantRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetMobileDeviceConstantRequest.Merge(dst, src) -} -func (m *GetMobileDeviceConstantRequest) XXX_Size() int { - return xxx_messageInfo_GetMobileDeviceConstantRequest.Size(m) -} -func (m *GetMobileDeviceConstantRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetMobileDeviceConstantRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetMobileDeviceConstantRequest proto.InternalMessageInfo - -func (m *GetMobileDeviceConstantRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetMobileDeviceConstantRequest)(nil), "google.ads.googleads.v0.services.GetMobileDeviceConstantRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// MobileDeviceConstantServiceClient is the client API for MobileDeviceConstantService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type MobileDeviceConstantServiceClient interface { - // Returns the requested mobile device constant in full detail. - GetMobileDeviceConstant(ctx context.Context, in *GetMobileDeviceConstantRequest, opts ...grpc.CallOption) (*resources.MobileDeviceConstant, error) -} - -type mobileDeviceConstantServiceClient struct { - cc *grpc.ClientConn -} - -func NewMobileDeviceConstantServiceClient(cc *grpc.ClientConn) MobileDeviceConstantServiceClient { - return &mobileDeviceConstantServiceClient{cc} -} - -func (c *mobileDeviceConstantServiceClient) GetMobileDeviceConstant(ctx context.Context, in *GetMobileDeviceConstantRequest, opts ...grpc.CallOption) (*resources.MobileDeviceConstant, error) { - out := new(resources.MobileDeviceConstant) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.MobileDeviceConstantService/GetMobileDeviceConstant", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// MobileDeviceConstantServiceServer is the server API for MobileDeviceConstantService service. -type MobileDeviceConstantServiceServer interface { - // Returns the requested mobile device constant in full detail. - GetMobileDeviceConstant(context.Context, *GetMobileDeviceConstantRequest) (*resources.MobileDeviceConstant, error) -} - -func RegisterMobileDeviceConstantServiceServer(s *grpc.Server, srv MobileDeviceConstantServiceServer) { - s.RegisterService(&_MobileDeviceConstantService_serviceDesc, srv) -} - -func _MobileDeviceConstantService_GetMobileDeviceConstant_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetMobileDeviceConstantRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(MobileDeviceConstantServiceServer).GetMobileDeviceConstant(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.MobileDeviceConstantService/GetMobileDeviceConstant", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(MobileDeviceConstantServiceServer).GetMobileDeviceConstant(ctx, req.(*GetMobileDeviceConstantRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _MobileDeviceConstantService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.MobileDeviceConstantService", - HandlerType: (*MobileDeviceConstantServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetMobileDeviceConstant", - Handler: _MobileDeviceConstantService_GetMobileDeviceConstant_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/mobile_device_constant_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/mobile_device_constant_service.proto", fileDescriptor_mobile_device_constant_service_d4a2ac5306cc6c06) -} - -var fileDescriptor_mobile_device_constant_service_d4a2ac5306cc6c06 = []byte{ - // 362 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xbf, 0x4a, 0xc3, 0x40, - 0x18, 0x27, 0x11, 0x04, 0x83, 0x2e, 0x59, 0x94, 0x2a, 0x12, 0x6a, 0x07, 0x51, 0xbc, 0x0b, 0x76, - 0x10, 0x4e, 0x14, 0x53, 0x2d, 0x75, 0x51, 0x4a, 0x85, 0x0e, 0x12, 0x08, 0xd7, 0xe6, 0x08, 0x81, - 0xe6, 0xae, 0xe6, 0xbb, 0x76, 0x11, 0x17, 0x17, 0x1f, 0xc0, 0x37, 0x70, 0xf4, 0x4d, 0x74, 0xf5, - 0x15, 0x5c, 0xf4, 0x29, 0x24, 0xb9, 0x5c, 0x40, 0x48, 0xda, 0xed, 0x97, 0xbb, 0xdf, 0x9f, 0xef, - 0x7e, 0x5f, 0xac, 0x6e, 0x24, 0x44, 0x34, 0x61, 0x98, 0x86, 0x80, 0x15, 0xcc, 0xd0, 0xdc, 0xc5, - 0xc0, 0xd2, 0x79, 0x3c, 0x66, 0x80, 0x13, 0x31, 0x8a, 0x27, 0x2c, 0x08, 0x59, 0xf6, 0x19, 0x8c, - 0x05, 0x07, 0x49, 0xb9, 0x0c, 0x8a, 0x7b, 0x34, 0x4d, 0x85, 0x14, 0xb6, 0xa3, 0xb4, 0x88, 0x86, - 0x80, 0x4a, 0x1b, 0x34, 0x77, 0x91, 0xb6, 0x69, 0x9c, 0xd7, 0x05, 0xa5, 0x0c, 0xc4, 0x2c, 0xad, - 0x4f, 0x52, 0x09, 0x8d, 0x1d, 0xad, 0x9f, 0xc6, 0x98, 0x72, 0x2e, 0x24, 0x95, 0xb1, 0xe0, 0xa0, - 0x6e, 0x9b, 0x5d, 0x6b, 0xb7, 0xc7, 0xe4, 0x4d, 0x6e, 0x70, 0x95, 0xeb, 0x2f, 0x0b, 0xf9, 0x80, - 0x3d, 0xcc, 0x18, 0x48, 0x7b, 0xcf, 0xda, 0xd0, 0x49, 0x01, 0xa7, 0x09, 0xdb, 0x32, 0x1c, 0x63, - 0x7f, 0x6d, 0xb0, 0xae, 0x0f, 0x6f, 0x69, 0xc2, 0x8e, 0x7f, 0x0c, 0x6b, 0xbb, 0xca, 0xe4, 0x4e, - 0xbd, 0xc2, 0xfe, 0x30, 0xac, 0xcd, 0x9a, 0x1c, 0xfb, 0x02, 0x2d, 0xeb, 0x00, 0x2d, 0x1e, 0xb1, - 0x71, 0x52, 0xeb, 0x50, 0x76, 0x84, 0xaa, 0xf4, 0xcd, 0xf6, 0xf3, 0xd7, 0xf7, 0xab, 0x79, 0x64, - 0x1f, 0x66, 0x7d, 0x3e, 0xfe, 0x7b, 0xe6, 0x59, 0x52, 0x21, 0x00, 0x7c, 0xf0, 0xd4, 0x79, 0x31, - 0xad, 0xd6, 0x58, 0x24, 0x4b, 0xa7, 0xee, 0x38, 0x0b, 0x1a, 0xe9, 0x67, 0xed, 0xf7, 0x8d, 0xfb, - 0xeb, 0xc2, 0x25, 0x12, 0x13, 0xca, 0x23, 0x24, 0xd2, 0x08, 0x47, 0x8c, 0xe7, 0xbb, 0xd1, 0xdb, - 0x9e, 0xc6, 0x50, 0xff, 0x97, 0x9d, 0x6a, 0xf0, 0x66, 0xae, 0xf4, 0x3c, 0xef, 0xdd, 0x74, 0x7a, - 0xca, 0xd0, 0x0b, 0x01, 0x29, 0x98, 0xa1, 0xa1, 0x8b, 0x8a, 0x60, 0xf8, 0xd4, 0x14, 0xdf, 0x0b, - 0xc1, 0x2f, 0x29, 0xfe, 0xd0, 0xf5, 0x35, 0xe5, 0xd7, 0x6c, 0xa9, 0x73, 0x42, 0xbc, 0x10, 0x08, - 0x29, 0x49, 0x84, 0x0c, 0x5d, 0x42, 0x34, 0x6d, 0xb4, 0x9a, 0xcf, 0xd9, 0xfe, 0x0b, 0x00, 0x00, - 0xff, 0xff, 0xcd, 0xc0, 0x26, 0x9e, 0x0c, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/operating_system_version_constant_service.pb.go b/googleapis/ads/googleads/v0/services/operating_system_version_constant_service.pb.go deleted file mode 100644 index c61944ea9f..0000000000 --- a/googleapis/ads/googleads/v0/services/operating_system_version_constant_service.pb.go +++ /dev/null @@ -1,179 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/operating_system_version_constant_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [OperatingSystemVersionConstantService.GetOperatingSystemVersionConstant][google.ads.googleads.v0.services.OperatingSystemVersionConstantService.GetOperatingSystemVersionConstant]. -type GetOperatingSystemVersionConstantRequest struct { - // Resource name of the OS version to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetOperatingSystemVersionConstantRequest) Reset() { - *m = GetOperatingSystemVersionConstantRequest{} -} -func (m *GetOperatingSystemVersionConstantRequest) String() string { return proto.CompactTextString(m) } -func (*GetOperatingSystemVersionConstantRequest) ProtoMessage() {} -func (*GetOperatingSystemVersionConstantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_operating_system_version_constant_service_3ab31064b18c22b0, []int{0} -} -func (m *GetOperatingSystemVersionConstantRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetOperatingSystemVersionConstantRequest.Unmarshal(m, b) -} -func (m *GetOperatingSystemVersionConstantRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetOperatingSystemVersionConstantRequest.Marshal(b, m, deterministic) -} -func (dst *GetOperatingSystemVersionConstantRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetOperatingSystemVersionConstantRequest.Merge(dst, src) -} -func (m *GetOperatingSystemVersionConstantRequest) XXX_Size() int { - return xxx_messageInfo_GetOperatingSystemVersionConstantRequest.Size(m) -} -func (m *GetOperatingSystemVersionConstantRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetOperatingSystemVersionConstantRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetOperatingSystemVersionConstantRequest proto.InternalMessageInfo - -func (m *GetOperatingSystemVersionConstantRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetOperatingSystemVersionConstantRequest)(nil), "google.ads.googleads.v0.services.GetOperatingSystemVersionConstantRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// OperatingSystemVersionConstantServiceClient is the client API for OperatingSystemVersionConstantService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type OperatingSystemVersionConstantServiceClient interface { - // Returns the requested OS version constant in full detail. - GetOperatingSystemVersionConstant(ctx context.Context, in *GetOperatingSystemVersionConstantRequest, opts ...grpc.CallOption) (*resources.OperatingSystemVersionConstant, error) -} - -type operatingSystemVersionConstantServiceClient struct { - cc *grpc.ClientConn -} - -func NewOperatingSystemVersionConstantServiceClient(cc *grpc.ClientConn) OperatingSystemVersionConstantServiceClient { - return &operatingSystemVersionConstantServiceClient{cc} -} - -func (c *operatingSystemVersionConstantServiceClient) GetOperatingSystemVersionConstant(ctx context.Context, in *GetOperatingSystemVersionConstantRequest, opts ...grpc.CallOption) (*resources.OperatingSystemVersionConstant, error) { - out := new(resources.OperatingSystemVersionConstant) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.OperatingSystemVersionConstantService/GetOperatingSystemVersionConstant", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// OperatingSystemVersionConstantServiceServer is the server API for OperatingSystemVersionConstantService service. -type OperatingSystemVersionConstantServiceServer interface { - // Returns the requested OS version constant in full detail. - GetOperatingSystemVersionConstant(context.Context, *GetOperatingSystemVersionConstantRequest) (*resources.OperatingSystemVersionConstant, error) -} - -func RegisterOperatingSystemVersionConstantServiceServer(s *grpc.Server, srv OperatingSystemVersionConstantServiceServer) { - s.RegisterService(&_OperatingSystemVersionConstantService_serviceDesc, srv) -} - -func _OperatingSystemVersionConstantService_GetOperatingSystemVersionConstant_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetOperatingSystemVersionConstantRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(OperatingSystemVersionConstantServiceServer).GetOperatingSystemVersionConstant(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.OperatingSystemVersionConstantService/GetOperatingSystemVersionConstant", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(OperatingSystemVersionConstantServiceServer).GetOperatingSystemVersionConstant(ctx, req.(*GetOperatingSystemVersionConstantRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _OperatingSystemVersionConstantService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.OperatingSystemVersionConstantService", - HandlerType: (*OperatingSystemVersionConstantServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetOperatingSystemVersionConstant", - Handler: _OperatingSystemVersionConstantService_GetOperatingSystemVersionConstant_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/operating_system_version_constant_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/operating_system_version_constant_service.proto", fileDescriptor_operating_system_version_constant_service_3ab31064b18c22b0) -} - -var fileDescriptor_operating_system_version_constant_service_3ab31064b18c22b0 = []byte{ - // 376 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xcf, 0x4a, 0xf3, 0x40, - 0x14, 0xc5, 0x49, 0x3e, 0xf8, 0xc0, 0xa0, 0x9b, 0xac, 0xa4, 0xb8, 0xa8, 0xb5, 0x42, 0xe9, 0x62, - 0x12, 0x14, 0x11, 0x46, 0xba, 0x48, 0x5d, 0x54, 0x5d, 0xd8, 0xd2, 0x42, 0x16, 0x12, 0x08, 0x63, - 0x33, 0x84, 0x40, 0x33, 0x37, 0xe6, 0x4e, 0x03, 0x22, 0x6e, 0x7c, 0x03, 0x71, 0xe9, 0xce, 0xa5, - 0x8f, 0xe2, 0xd6, 0x57, 0x70, 0xe5, 0xce, 0x37, 0x90, 0x74, 0x32, 0x01, 0x17, 0xfd, 0xb3, 0x3b, - 0x4c, 0x4e, 0x7e, 0x67, 0xee, 0xb9, 0x63, 0x8d, 0x62, 0x80, 0x78, 0xc6, 0x1d, 0x16, 0xa1, 0xa3, - 0x64, 0xa9, 0x0a, 0xd7, 0x41, 0x9e, 0x17, 0xc9, 0x94, 0xa3, 0x03, 0x19, 0xcf, 0x99, 0x4c, 0x44, - 0x1c, 0xe2, 0x3d, 0x4a, 0x9e, 0x86, 0x05, 0xcf, 0x31, 0x01, 0x11, 0x4e, 0x41, 0xa0, 0x64, 0x42, - 0x86, 0x95, 0x95, 0x64, 0x39, 0x48, 0xb0, 0x9b, 0x0a, 0x43, 0x58, 0x84, 0xa4, 0x26, 0x92, 0xc2, - 0x25, 0x9a, 0xd8, 0xb8, 0x5c, 0x96, 0x99, 0x73, 0x84, 0x79, 0xbe, 0x51, 0xa8, 0x0a, 0x6b, 0xec, - 0x69, 0x54, 0x96, 0x38, 0x4c, 0x08, 0x90, 0x4c, 0x26, 0x20, 0x50, 0x7d, 0x6d, 0x0d, 0xad, 0xce, - 0x80, 0xcb, 0xa1, 0x66, 0x4d, 0x16, 0x28, 0x5f, 0x91, 0xce, 0x2b, 0xd0, 0x98, 0xdf, 0xcd, 0x39, - 0x4a, 0xfb, 0xc0, 0xda, 0xd1, 0xf1, 0xa1, 0x60, 0x29, 0xdf, 0x35, 0x9a, 0x46, 0x67, 0x6b, 0xbc, - 0xad, 0x0f, 0xaf, 0x59, 0xca, 0x8f, 0x5e, 0x4d, 0xeb, 0x70, 0x35, 0x6e, 0xa2, 0x86, 0xb4, 0x7f, - 0x0c, 0x6b, 0x7f, 0x6d, 0xb6, 0x7d, 0x45, 0xd6, 0x95, 0x45, 0x36, 0x1d, 0xa0, 0xe1, 0x2d, 0x65, - 0xd5, 0xb5, 0x92, 0xd5, 0xa4, 0x56, 0xef, 0xe9, 0xf3, 0xeb, 0xc5, 0x3c, 0xb5, 0x4f, 0xca, 0x65, - 0x3c, 0xfc, 0xa9, 0xa3, 0x07, 0x2b, 0x7f, 0x45, 0xa7, 0xfb, 0xd8, 0x7f, 0x36, 0xad, 0xf6, 0x14, - 0xd2, 0xb5, 0x33, 0xf5, 0xbb, 0x1b, 0x75, 0x38, 0x2a, 0x77, 0x38, 0x32, 0x6e, 0x2e, 0x2a, 0x5e, - 0x0c, 0x33, 0x26, 0x62, 0x02, 0x79, 0xec, 0xc4, 0x5c, 0x2c, 0x36, 0xac, 0x9f, 0x4f, 0x96, 0xe0, - 0xf2, 0x17, 0x7c, 0xa6, 0xc5, 0x9b, 0xf9, 0x6f, 0xe0, 0x79, 0xef, 0x66, 0x73, 0xa0, 0x80, 0x5e, - 0x84, 0x44, 0xc9, 0x52, 0xf9, 0x2e, 0xa9, 0x82, 0xf1, 0x43, 0x5b, 0x02, 0x2f, 0xc2, 0xa0, 0xb6, - 0x04, 0xbe, 0x1b, 0x68, 0xcb, 0xb7, 0xd9, 0x56, 0xe7, 0x94, 0x7a, 0x11, 0x52, 0x5a, 0x9b, 0x28, - 0xf5, 0x5d, 0x4a, 0xb5, 0xed, 0xf6, 0xff, 0xe2, 0x9e, 0xc7, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, - 0x15, 0x9b, 0xe8, 0x12, 0x68, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/parental_status_view_service.pb.go b/googleapis/ads/googleads/v0/services/parental_status_view_service.pb.go deleted file mode 100644 index 186090b92d..0000000000 --- a/googleapis/ads/googleads/v0/services/parental_status_view_service.pb.go +++ /dev/null @@ -1,177 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/parental_status_view_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [ParentalStatusViewService.GetParentalStatusView][google.ads.googleads.v0.services.ParentalStatusViewService.GetParentalStatusView]. -type GetParentalStatusViewRequest struct { - // The resource name of the parental status view to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetParentalStatusViewRequest) Reset() { *m = GetParentalStatusViewRequest{} } -func (m *GetParentalStatusViewRequest) String() string { return proto.CompactTextString(m) } -func (*GetParentalStatusViewRequest) ProtoMessage() {} -func (*GetParentalStatusViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_parental_status_view_service_9f56ca8ded89b71f, []int{0} -} -func (m *GetParentalStatusViewRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetParentalStatusViewRequest.Unmarshal(m, b) -} -func (m *GetParentalStatusViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetParentalStatusViewRequest.Marshal(b, m, deterministic) -} -func (dst *GetParentalStatusViewRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetParentalStatusViewRequest.Merge(dst, src) -} -func (m *GetParentalStatusViewRequest) XXX_Size() int { - return xxx_messageInfo_GetParentalStatusViewRequest.Size(m) -} -func (m *GetParentalStatusViewRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetParentalStatusViewRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetParentalStatusViewRequest proto.InternalMessageInfo - -func (m *GetParentalStatusViewRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetParentalStatusViewRequest)(nil), "google.ads.googleads.v0.services.GetParentalStatusViewRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// ParentalStatusViewServiceClient is the client API for ParentalStatusViewService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type ParentalStatusViewServiceClient interface { - // Returns the requested parental status view in full detail. - GetParentalStatusView(ctx context.Context, in *GetParentalStatusViewRequest, opts ...grpc.CallOption) (*resources.ParentalStatusView, error) -} - -type parentalStatusViewServiceClient struct { - cc *grpc.ClientConn -} - -func NewParentalStatusViewServiceClient(cc *grpc.ClientConn) ParentalStatusViewServiceClient { - return &parentalStatusViewServiceClient{cc} -} - -func (c *parentalStatusViewServiceClient) GetParentalStatusView(ctx context.Context, in *GetParentalStatusViewRequest, opts ...grpc.CallOption) (*resources.ParentalStatusView, error) { - out := new(resources.ParentalStatusView) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.ParentalStatusViewService/GetParentalStatusView", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// ParentalStatusViewServiceServer is the server API for ParentalStatusViewService service. -type ParentalStatusViewServiceServer interface { - // Returns the requested parental status view in full detail. - GetParentalStatusView(context.Context, *GetParentalStatusViewRequest) (*resources.ParentalStatusView, error) -} - -func RegisterParentalStatusViewServiceServer(s *grpc.Server, srv ParentalStatusViewServiceServer) { - s.RegisterService(&_ParentalStatusViewService_serviceDesc, srv) -} - -func _ParentalStatusViewService_GetParentalStatusView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetParentalStatusViewRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(ParentalStatusViewServiceServer).GetParentalStatusView(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.ParentalStatusViewService/GetParentalStatusView", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(ParentalStatusViewServiceServer).GetParentalStatusView(ctx, req.(*GetParentalStatusViewRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _ParentalStatusViewService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.ParentalStatusViewService", - HandlerType: (*ParentalStatusViewServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetParentalStatusView", - Handler: _ParentalStatusViewService_GetParentalStatusView_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/parental_status_view_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/parental_status_view_service.proto", fileDescriptor_parental_status_view_service_9f56ca8ded89b71f) -} - -var fileDescriptor_parental_status_view_service_9f56ca8ded89b71f = []byte{ - // 371 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xcf, 0x4a, 0xc3, 0x30, - 0x18, 0xa7, 0x15, 0x04, 0x8b, 0x5e, 0x0a, 0x82, 0x8e, 0x21, 0x63, 0xee, 0x20, 0x3b, 0x24, 0x45, - 0x19, 0x42, 0x74, 0x42, 0xb7, 0xc3, 0x3c, 0xc9, 0xd8, 0xa0, 0x07, 0x29, 0x94, 0xb8, 0x86, 0x52, - 0x58, 0x9b, 0xda, 0x2f, 0xed, 0x0e, 0xe2, 0x45, 0xf0, 0x09, 0x7c, 0x03, 0x8f, 0x3e, 0x8a, 0xe0, - 0xc9, 0x57, 0xf0, 0xa4, 0x2f, 0x21, 0x5d, 0x9a, 0x8a, 0xcc, 0xba, 0xdb, 0x8f, 0xe4, 0xf7, 0xe7, - 0xcb, 0xef, 0x8b, 0x31, 0x0c, 0x38, 0x0f, 0xe6, 0x0c, 0x53, 0x1f, 0xb0, 0x84, 0x05, 0xca, 0x2d, - 0x0c, 0x2c, 0xcd, 0xc3, 0x19, 0x03, 0x9c, 0xd0, 0x94, 0xc5, 0x82, 0xce, 0x3d, 0x10, 0x54, 0x64, - 0xe0, 0xe5, 0x21, 0x5b, 0x78, 0xe5, 0x2d, 0x4a, 0x52, 0x2e, 0xb8, 0xd9, 0x92, 0x4a, 0x44, 0x7d, - 0x40, 0x95, 0x09, 0xca, 0x2d, 0xa4, 0x4c, 0x1a, 0xe7, 0x75, 0x31, 0x29, 0x03, 0x9e, 0xa5, 0x75, - 0x39, 0xd2, 0xbf, 0xd1, 0x54, 0xea, 0x24, 0xc4, 0x34, 0x8e, 0xb9, 0xa0, 0x22, 0xe4, 0x31, 0xc8, - 0xdb, 0xf6, 0xd0, 0x68, 0x8e, 0x98, 0x18, 0x97, 0xf2, 0xe9, 0x52, 0xed, 0x84, 0x6c, 0x31, 0x61, - 0xb7, 0x19, 0x03, 0x61, 0x1e, 0x1a, 0x3b, 0x2a, 0xc5, 0x8b, 0x69, 0xc4, 0xf6, 0xb4, 0x96, 0x76, - 0xb4, 0x35, 0xd9, 0x56, 0x87, 0x57, 0x34, 0x62, 0xc7, 0x5f, 0x9a, 0xb1, 0xbf, 0x6a, 0x31, 0x95, - 0xf3, 0x9b, 0x6f, 0x9a, 0xb1, 0xfb, 0x67, 0x86, 0x79, 0x81, 0xd6, 0xbd, 0x1d, 0xfd, 0x37, 0x5c, - 0xa3, 0x57, 0xab, 0xaf, 0x9a, 0x41, 0xab, 0xea, 0x76, 0xff, 0xe1, 0xfd, 0xe3, 0x49, 0x3f, 0x35, - 0x7b, 0x45, 0x87, 0x77, 0xbf, 0x9e, 0xd7, 0x9f, 0x65, 0x20, 0x78, 0xc4, 0x52, 0xc0, 0xdd, 0xaa, - 0xd4, 0x1f, 0x29, 0xe0, 0xee, 0xfd, 0xe0, 0x51, 0x37, 0x3a, 0x33, 0x1e, 0xad, 0x9d, 0x7d, 0x70, - 0x50, 0xdb, 0xc9, 0xb8, 0xe8, 0x7e, 0xac, 0x5d, 0x5f, 0x96, 0x1e, 0x01, 0x9f, 0xd3, 0x38, 0x40, - 0x3c, 0x0d, 0x70, 0xc0, 0xe2, 0xe5, 0x66, 0xd4, 0xa6, 0x93, 0x10, 0xea, 0xff, 0xd7, 0x99, 0x02, - 0xcf, 0xfa, 0xc6, 0xc8, 0xb6, 0x5f, 0xf4, 0xd6, 0x48, 0x1a, 0xda, 0x3e, 0x20, 0x09, 0x0b, 0xe4, - 0x58, 0xa8, 0x0c, 0x86, 0x57, 0x45, 0x71, 0x6d, 0x1f, 0xdc, 0x8a, 0xe2, 0x3a, 0x96, 0xab, 0x28, - 0x9f, 0x7a, 0x47, 0x9e, 0x13, 0x62, 0xfb, 0x40, 0x48, 0x45, 0x22, 0xc4, 0xb1, 0x08, 0x51, 0xb4, - 0x9b, 0xcd, 0xe5, 0x9c, 0x27, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x79, 0x5b, 0x30, 0xc8, 0x06, - 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/payments_account_service.pb.go b/googleapis/ads/googleads/v0/services/payments_account_service.pb.go deleted file mode 100644 index 6d4d0791fe..0000000000 --- a/googleapis/ads/googleads/v0/services/payments_account_service.pb.go +++ /dev/null @@ -1,223 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/payments_account_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for fetching all accessible Payments accounts. -type ListPaymentsAccountsRequest struct { - // The ID of the customer to apply the PaymentsAccount list operation to. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ListPaymentsAccountsRequest) Reset() { *m = ListPaymentsAccountsRequest{} } -func (m *ListPaymentsAccountsRequest) String() string { return proto.CompactTextString(m) } -func (*ListPaymentsAccountsRequest) ProtoMessage() {} -func (*ListPaymentsAccountsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_payments_account_service_4c750b022223f6eb, []int{0} -} -func (m *ListPaymentsAccountsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ListPaymentsAccountsRequest.Unmarshal(m, b) -} -func (m *ListPaymentsAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ListPaymentsAccountsRequest.Marshal(b, m, deterministic) -} -func (dst *ListPaymentsAccountsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_ListPaymentsAccountsRequest.Merge(dst, src) -} -func (m *ListPaymentsAccountsRequest) XXX_Size() int { - return xxx_messageInfo_ListPaymentsAccountsRequest.Size(m) -} -func (m *ListPaymentsAccountsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_ListPaymentsAccountsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_ListPaymentsAccountsRequest proto.InternalMessageInfo - -func (m *ListPaymentsAccountsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -// Response message for -// [PaymentsAccountService.ListPaymentsAccounts][google.ads.googleads.v0.services.PaymentsAccountService.ListPaymentsAccounts]. -type ListPaymentsAccountsResponse struct { - // The list of accessible Payments accounts. - PaymentsAccounts []*resources.PaymentsAccount `protobuf:"bytes,1,rep,name=payments_accounts,json=paymentsAccounts,proto3" json:"payments_accounts,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ListPaymentsAccountsResponse) Reset() { *m = ListPaymentsAccountsResponse{} } -func (m *ListPaymentsAccountsResponse) String() string { return proto.CompactTextString(m) } -func (*ListPaymentsAccountsResponse) ProtoMessage() {} -func (*ListPaymentsAccountsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_payments_account_service_4c750b022223f6eb, []int{1} -} -func (m *ListPaymentsAccountsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ListPaymentsAccountsResponse.Unmarshal(m, b) -} -func (m *ListPaymentsAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ListPaymentsAccountsResponse.Marshal(b, m, deterministic) -} -func (dst *ListPaymentsAccountsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_ListPaymentsAccountsResponse.Merge(dst, src) -} -func (m *ListPaymentsAccountsResponse) XXX_Size() int { - return xxx_messageInfo_ListPaymentsAccountsResponse.Size(m) -} -func (m *ListPaymentsAccountsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_ListPaymentsAccountsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_ListPaymentsAccountsResponse proto.InternalMessageInfo - -func (m *ListPaymentsAccountsResponse) GetPaymentsAccounts() []*resources.PaymentsAccount { - if m != nil { - return m.PaymentsAccounts - } - return nil -} - -func init() { - proto.RegisterType((*ListPaymentsAccountsRequest)(nil), "google.ads.googleads.v0.services.ListPaymentsAccountsRequest") - proto.RegisterType((*ListPaymentsAccountsResponse)(nil), "google.ads.googleads.v0.services.ListPaymentsAccountsResponse") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// PaymentsAccountServiceClient is the client API for PaymentsAccountService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type PaymentsAccountServiceClient interface { - // Returns all Payments accounts associated with all managers - // between the login customer ID and specified serving customer in the - // hierarchy, inclusive. - ListPaymentsAccounts(ctx context.Context, in *ListPaymentsAccountsRequest, opts ...grpc.CallOption) (*ListPaymentsAccountsResponse, error) -} - -type paymentsAccountServiceClient struct { - cc *grpc.ClientConn -} - -func NewPaymentsAccountServiceClient(cc *grpc.ClientConn) PaymentsAccountServiceClient { - return &paymentsAccountServiceClient{cc} -} - -func (c *paymentsAccountServiceClient) ListPaymentsAccounts(ctx context.Context, in *ListPaymentsAccountsRequest, opts ...grpc.CallOption) (*ListPaymentsAccountsResponse, error) { - out := new(ListPaymentsAccountsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.PaymentsAccountService/ListPaymentsAccounts", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// PaymentsAccountServiceServer is the server API for PaymentsAccountService service. -type PaymentsAccountServiceServer interface { - // Returns all Payments accounts associated with all managers - // between the login customer ID and specified serving customer in the - // hierarchy, inclusive. - ListPaymentsAccounts(context.Context, *ListPaymentsAccountsRequest) (*ListPaymentsAccountsResponse, error) -} - -func RegisterPaymentsAccountServiceServer(s *grpc.Server, srv PaymentsAccountServiceServer) { - s.RegisterService(&_PaymentsAccountService_serviceDesc, srv) -} - -func _PaymentsAccountService_ListPaymentsAccounts_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(ListPaymentsAccountsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(PaymentsAccountServiceServer).ListPaymentsAccounts(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.PaymentsAccountService/ListPaymentsAccounts", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(PaymentsAccountServiceServer).ListPaymentsAccounts(ctx, req.(*ListPaymentsAccountsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _PaymentsAccountService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.PaymentsAccountService", - HandlerType: (*PaymentsAccountServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "ListPaymentsAccounts", - Handler: _PaymentsAccountService_ListPaymentsAccounts_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/payments_account_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/payments_account_service.proto", fileDescriptor_payments_account_service_4c750b022223f6eb) -} - -var fileDescriptor_payments_account_service_4c750b022223f6eb = []byte{ - // 398 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x52, 0xcf, 0x6a, 0xdb, 0x30, - 0x18, 0xc7, 0x0e, 0x0c, 0xa6, 0x5c, 0x36, 0x33, 0x46, 0x48, 0x02, 0x33, 0x21, 0x87, 0xb0, 0x83, - 0x64, 0x32, 0x18, 0x43, 0x23, 0x19, 0xce, 0x25, 0x1b, 0xec, 0x10, 0x32, 0xc8, 0x61, 0x18, 0x8c, - 0x6b, 0x0b, 0x63, 0x48, 0x24, 0xd7, 0x9f, 0x1c, 0x28, 0xa5, 0x14, 0xf2, 0x0a, 0x7d, 0x83, 0x1e, - 0xfb, 0x28, 0x85, 0x9e, 0xfa, 0x0a, 0x3d, 0x94, 0x3e, 0x45, 0x71, 0x64, 0x99, 0x62, 0x9c, 0x06, - 0x7a, 0xfb, 0x21, 0xfd, 0xfe, 0xe8, 0xfb, 0xe9, 0x43, 0xbf, 0x62, 0x21, 0xe2, 0x35, 0x23, 0x41, - 0x04, 0x44, 0xc1, 0x02, 0x6d, 0x1d, 0x02, 0x2c, 0xdb, 0x26, 0x21, 0x03, 0x92, 0x06, 0x67, 0x1b, - 0xc6, 0x25, 0xf8, 0x41, 0x18, 0x8a, 0x9c, 0x4b, 0xbf, 0xbc, 0xc1, 0x69, 0x26, 0xa4, 0xb0, 0x6c, - 0xa5, 0xc2, 0x41, 0x04, 0xb8, 0x32, 0xc0, 0x5b, 0x07, 0x6b, 0x83, 0xee, 0x8f, 0x43, 0x11, 0x19, - 0x03, 0x91, 0x67, 0x4d, 0x19, 0xca, 0xbb, 0xdb, 0xd7, 0xca, 0x34, 0x21, 0x01, 0xe7, 0x42, 0x06, - 0x32, 0x11, 0x1c, 0xd4, 0xed, 0x60, 0x8a, 0x7a, 0x7f, 0x13, 0x90, 0x8b, 0x52, 0xeb, 0x2a, 0x29, - 0x2c, 0xd9, 0x69, 0xce, 0x40, 0x5a, 0x5f, 0x50, 0x3b, 0xcc, 0x41, 0x8a, 0x0d, 0xcb, 0xfc, 0x24, - 0xea, 0x18, 0xb6, 0x31, 0x7a, 0xbf, 0x44, 0xfa, 0xe8, 0x4f, 0x34, 0xb8, 0x44, 0xfd, 0x66, 0x3d, - 0xa4, 0x82, 0x03, 0xb3, 0x7c, 0xf4, 0xb1, 0xfe, 0x2e, 0xe8, 0x18, 0x76, 0x6b, 0xd4, 0x1e, 0x8f, - 0xf1, 0xa1, 0xa9, 0xab, 0x99, 0x70, 0xcd, 0x77, 0xf9, 0x21, 0xad, 0x05, 0x8d, 0x1f, 0x0d, 0xf4, - 0xb9, 0xc6, 0xfa, 0xa7, 0x4a, 0xb3, 0xee, 0x0c, 0xf4, 0xa9, 0xe9, 0x71, 0xd6, 0x04, 0x1f, 0xeb, - 0x1b, 0xbf, 0x52, 0x4a, 0x77, 0xfa, 0x56, 0xb9, 0xea, 0x64, 0xf0, 0x7d, 0x77, 0xff, 0x70, 0x65, - 0x3a, 0x16, 0x2e, 0xfe, 0x4f, 0x77, 0x09, 0xe4, 0xfc, 0x45, 0xd3, 0x93, 0xaf, 0x17, 0xa4, 0x3e, - 0xea, 0x6c, 0x67, 0xa2, 0x61, 0x28, 0x36, 0x47, 0xd3, 0x67, 0xbd, 0xe6, 0x42, 0x16, 0xc5, 0x8f, - 0x2f, 0x8c, 0xff, 0xbf, 0x4b, 0x83, 0x58, 0xac, 0x03, 0x1e, 0x63, 0x91, 0xc5, 0x24, 0x66, 0x7c, - 0xbf, 0x0f, 0x7a, 0xb7, 0xd2, 0x04, 0x0e, 0x6f, 0xf3, 0x4f, 0x0d, 0xae, 0xcd, 0xd6, 0xdc, 0x75, - 0x6f, 0x4c, 0x7b, 0xae, 0x0c, 0xdd, 0x08, 0xb0, 0x82, 0x05, 0x5a, 0x39, 0xb8, 0x0c, 0x86, 0x5b, - 0x4d, 0xf1, 0xdc, 0x08, 0xbc, 0x8a, 0xe2, 0xad, 0x1c, 0x4f, 0x53, 0x9e, 0xcc, 0xa1, 0x3a, 0xa7, - 0xd4, 0x8d, 0x80, 0xd2, 0x8a, 0x44, 0xe9, 0xca, 0xa1, 0x54, 0xd3, 0x4e, 0xde, 0xed, 0xdf, 0xf9, - 0xed, 0x39, 0x00, 0x00, 0xff, 0xff, 0xcd, 0xc2, 0x8a, 0xd2, 0x74, 0x03, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/product_group_view_service.pb.go b/googleapis/ads/googleads/v0/services/product_group_view_service.pb.go deleted file mode 100644 index 24a078b71d..0000000000 --- a/googleapis/ads/googleads/v0/services/product_group_view_service.pb.go +++ /dev/null @@ -1,177 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/product_group_view_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [ProductGroupViewService.GetProductGroupView][google.ads.googleads.v0.services.ProductGroupViewService.GetProductGroupView]. -type GetProductGroupViewRequest struct { - // The resource name of the product group view to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetProductGroupViewRequest) Reset() { *m = GetProductGroupViewRequest{} } -func (m *GetProductGroupViewRequest) String() string { return proto.CompactTextString(m) } -func (*GetProductGroupViewRequest) ProtoMessage() {} -func (*GetProductGroupViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_group_view_service_f9f07d10ed441325, []int{0} -} -func (m *GetProductGroupViewRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetProductGroupViewRequest.Unmarshal(m, b) -} -func (m *GetProductGroupViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetProductGroupViewRequest.Marshal(b, m, deterministic) -} -func (dst *GetProductGroupViewRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetProductGroupViewRequest.Merge(dst, src) -} -func (m *GetProductGroupViewRequest) XXX_Size() int { - return xxx_messageInfo_GetProductGroupViewRequest.Size(m) -} -func (m *GetProductGroupViewRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetProductGroupViewRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetProductGroupViewRequest proto.InternalMessageInfo - -func (m *GetProductGroupViewRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetProductGroupViewRequest)(nil), "google.ads.googleads.v0.services.GetProductGroupViewRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// ProductGroupViewServiceClient is the client API for ProductGroupViewService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type ProductGroupViewServiceClient interface { - // Returns the requested product group view in full detail. - GetProductGroupView(ctx context.Context, in *GetProductGroupViewRequest, opts ...grpc.CallOption) (*resources.ProductGroupView, error) -} - -type productGroupViewServiceClient struct { - cc *grpc.ClientConn -} - -func NewProductGroupViewServiceClient(cc *grpc.ClientConn) ProductGroupViewServiceClient { - return &productGroupViewServiceClient{cc} -} - -func (c *productGroupViewServiceClient) GetProductGroupView(ctx context.Context, in *GetProductGroupViewRequest, opts ...grpc.CallOption) (*resources.ProductGroupView, error) { - out := new(resources.ProductGroupView) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.ProductGroupViewService/GetProductGroupView", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// ProductGroupViewServiceServer is the server API for ProductGroupViewService service. -type ProductGroupViewServiceServer interface { - // Returns the requested product group view in full detail. - GetProductGroupView(context.Context, *GetProductGroupViewRequest) (*resources.ProductGroupView, error) -} - -func RegisterProductGroupViewServiceServer(s *grpc.Server, srv ProductGroupViewServiceServer) { - s.RegisterService(&_ProductGroupViewService_serviceDesc, srv) -} - -func _ProductGroupViewService_GetProductGroupView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetProductGroupViewRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(ProductGroupViewServiceServer).GetProductGroupView(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.ProductGroupViewService/GetProductGroupView", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(ProductGroupViewServiceServer).GetProductGroupView(ctx, req.(*GetProductGroupViewRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _ProductGroupViewService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.ProductGroupViewService", - HandlerType: (*ProductGroupViewServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetProductGroupView", - Handler: _ProductGroupViewService_GetProductGroupView_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/product_group_view_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/product_group_view_service.proto", fileDescriptor_product_group_view_service_f9f07d10ed441325) -} - -var fileDescriptor_product_group_view_service_f9f07d10ed441325 = []byte{ - // 369 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0x31, 0x4b, 0xfb, 0x40, - 0x1c, 0x25, 0xf9, 0xc3, 0x1f, 0x0c, 0xba, 0xc4, 0x41, 0x09, 0x1d, 0x4a, 0xed, 0x20, 0x1d, 0xee, - 0x82, 0xc5, 0xe5, 0xaa, 0x43, 0xba, 0xc4, 0x49, 0x4a, 0x85, 0x0c, 0x12, 0x08, 0x31, 0x39, 0x8e, - 0x40, 0x93, 0x8b, 0xf7, 0xbb, 0xa4, 0x83, 0xb8, 0xe8, 0x47, 0xf0, 0x1b, 0x38, 0xfa, 0x3d, 0x5c, - 0x5c, 0xfd, 0x04, 0x82, 0x93, 0x9f, 0x42, 0xd2, 0xeb, 0x05, 0x2c, 0x0d, 0xdd, 0x1e, 0x77, 0xef, - 0xbd, 0xdf, 0xbb, 0xf7, 0x3b, 0xcb, 0x63, 0x9c, 0xb3, 0x05, 0xc5, 0x71, 0x0a, 0x58, 0xc1, 0x06, - 0xd5, 0x2e, 0x06, 0x2a, 0xea, 0x2c, 0xa1, 0x80, 0x4b, 0xc1, 0xd3, 0x2a, 0x91, 0x11, 0x13, 0xbc, - 0x2a, 0xa3, 0x3a, 0xa3, 0xcb, 0x68, 0x7d, 0x87, 0x4a, 0xc1, 0x25, 0xb7, 0xfb, 0x4a, 0x87, 0xe2, - 0x14, 0x50, 0x6b, 0x81, 0x6a, 0x17, 0x69, 0x0b, 0x87, 0x74, 0x0d, 0x11, 0x14, 0x78, 0x25, 0xb6, - 0x4f, 0x51, 0xee, 0x4e, 0x4f, 0x6b, 0xcb, 0x0c, 0xc7, 0x45, 0xc1, 0x65, 0x2c, 0x33, 0x5e, 0x80, - 0xba, 0x1d, 0x78, 0x96, 0xe3, 0x53, 0x39, 0x53, 0x62, 0xbf, 0xd1, 0x06, 0x19, 0x5d, 0xce, 0xe9, - 0x7d, 0x45, 0x41, 0xda, 0x27, 0xd6, 0x81, 0x9e, 0x10, 0x15, 0x71, 0x4e, 0x8f, 0x8d, 0xbe, 0x71, - 0xba, 0x37, 0xdf, 0xd7, 0x87, 0xd7, 0x71, 0x4e, 0xcf, 0xbe, 0x0c, 0xeb, 0x68, 0xd3, 0xe0, 0x46, - 0x25, 0xb7, 0xdf, 0x0d, 0xeb, 0x70, 0x8b, 0xbf, 0x7d, 0x81, 0x76, 0xbd, 0x19, 0x75, 0xc7, 0x72, - 0xc6, 0x9d, 0xea, 0xb6, 0x0f, 0xb4, 0xa9, 0x1d, 0x4c, 0x9e, 0x3e, 0xbf, 0x5f, 0xcc, 0x73, 0x7b, - 0xdc, 0xf4, 0xf6, 0xf0, 0xe7, 0x59, 0x97, 0x49, 0x05, 0x92, 0xe7, 0x54, 0x00, 0x1e, 0xe9, 0x22, - 0x5b, 0x21, 0xe0, 0xd1, 0xe3, 0xf4, 0xd9, 0xb4, 0x86, 0x09, 0xcf, 0x77, 0xa6, 0x9e, 0xf6, 0x3a, - 0x9a, 0x98, 0x35, 0x6d, 0xcf, 0x8c, 0xdb, 0xab, 0xb5, 0x03, 0xe3, 0x8b, 0xb8, 0x60, 0x88, 0x0b, - 0x86, 0x19, 0x2d, 0x56, 0xbb, 0xd0, 0x9b, 0x2d, 0x33, 0xe8, 0xfe, 0x4d, 0x13, 0x0d, 0x5e, 0xcd, - 0x7f, 0xbe, 0xe7, 0xbd, 0x99, 0x7d, 0x5f, 0x19, 0x7a, 0x29, 0x20, 0x05, 0x1b, 0x14, 0xb8, 0x68, - 0x3d, 0x18, 0x3e, 0x34, 0x25, 0xf4, 0x52, 0x08, 0x5b, 0x4a, 0x18, 0xb8, 0xa1, 0xa6, 0xfc, 0x98, - 0x43, 0x75, 0x4e, 0x88, 0x97, 0x02, 0x21, 0x2d, 0x89, 0x90, 0xc0, 0x25, 0x44, 0xd3, 0xee, 0xfe, - 0xaf, 0x72, 0x8e, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x3a, 0x52, 0x02, 0x81, 0xf4, 0x02, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/recommendation_service.pb.go b/googleapis/ads/googleads/v0/services/recommendation_service.pb.go deleted file mode 100644 index 2809396369..0000000000 --- a/googleapis/ads/googleads/v0/services/recommendation_service.pb.go +++ /dev/null @@ -1,1100 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/recommendation_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import wrappers "github.com/golang/protobuf/ptypes/wrappers" -import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [RecommendationService.GetRecommendation][google.ads.googleads.v0.services.RecommendationService.GetRecommendation]. -type GetRecommendationRequest struct { - // The resource name of the recommendation to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetRecommendationRequest) Reset() { *m = GetRecommendationRequest{} } -func (m *GetRecommendationRequest) String() string { return proto.CompactTextString(m) } -func (*GetRecommendationRequest) ProtoMessage() {} -func (*GetRecommendationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_49514a7817ff77b2, []int{0} -} -func (m *GetRecommendationRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetRecommendationRequest.Unmarshal(m, b) -} -func (m *GetRecommendationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetRecommendationRequest.Marshal(b, m, deterministic) -} -func (dst *GetRecommendationRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetRecommendationRequest.Merge(dst, src) -} -func (m *GetRecommendationRequest) XXX_Size() int { - return xxx_messageInfo_GetRecommendationRequest.Size(m) -} -func (m *GetRecommendationRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetRecommendationRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetRecommendationRequest proto.InternalMessageInfo - -func (m *GetRecommendationRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [RecommendationService.ApplyRecommendation][google.ads.googleads.v0.services.RecommendationService.ApplyRecommendation]. -type ApplyRecommendationRequest struct { - // The ID of the customer with the recommendation. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to apply recommendations. - // If partial_failure=false all recommendations should be of the same type - // There is a limit of 100 operations per request. - Operations []*ApplyRecommendationOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, operations will be carried - // out as a transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ApplyRecommendationRequest) Reset() { *m = ApplyRecommendationRequest{} } -func (m *ApplyRecommendationRequest) String() string { return proto.CompactTextString(m) } -func (*ApplyRecommendationRequest) ProtoMessage() {} -func (*ApplyRecommendationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_49514a7817ff77b2, []int{1} -} -func (m *ApplyRecommendationRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ApplyRecommendationRequest.Unmarshal(m, b) -} -func (m *ApplyRecommendationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ApplyRecommendationRequest.Marshal(b, m, deterministic) -} -func (dst *ApplyRecommendationRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_ApplyRecommendationRequest.Merge(dst, src) -} -func (m *ApplyRecommendationRequest) XXX_Size() int { - return xxx_messageInfo_ApplyRecommendationRequest.Size(m) -} -func (m *ApplyRecommendationRequest) XXX_DiscardUnknown() { - xxx_messageInfo_ApplyRecommendationRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_ApplyRecommendationRequest proto.InternalMessageInfo - -func (m *ApplyRecommendationRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *ApplyRecommendationRequest) GetOperations() []*ApplyRecommendationOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *ApplyRecommendationRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -// Information about the operation to apply a recommendation and any parameters -// to -// customize it. -type ApplyRecommendationOperation struct { - // The resource name of the recommendation to apply. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - // Parameters to use when applying the recommendation. - // - // Types that are valid to be assigned to ApplyParameters: - // *ApplyRecommendationOperation_CampaignBudget - // *ApplyRecommendationOperation_TextAd - // *ApplyRecommendationOperation_Keyword - // *ApplyRecommendationOperation_TargetCpaOptIn - ApplyParameters isApplyRecommendationOperation_ApplyParameters `protobuf_oneof:"apply_parameters"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ApplyRecommendationOperation) Reset() { *m = ApplyRecommendationOperation{} } -func (m *ApplyRecommendationOperation) String() string { return proto.CompactTextString(m) } -func (*ApplyRecommendationOperation) ProtoMessage() {} -func (*ApplyRecommendationOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_49514a7817ff77b2, []int{2} -} -func (m *ApplyRecommendationOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ApplyRecommendationOperation.Unmarshal(m, b) -} -func (m *ApplyRecommendationOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ApplyRecommendationOperation.Marshal(b, m, deterministic) -} -func (dst *ApplyRecommendationOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_ApplyRecommendationOperation.Merge(dst, src) -} -func (m *ApplyRecommendationOperation) XXX_Size() int { - return xxx_messageInfo_ApplyRecommendationOperation.Size(m) -} -func (m *ApplyRecommendationOperation) XXX_DiscardUnknown() { - xxx_messageInfo_ApplyRecommendationOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_ApplyRecommendationOperation proto.InternalMessageInfo - -func (m *ApplyRecommendationOperation) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -type isApplyRecommendationOperation_ApplyParameters interface { - isApplyRecommendationOperation_ApplyParameters() -} - -type ApplyRecommendationOperation_CampaignBudget struct { - CampaignBudget *ApplyRecommendationOperation_CampaignBudgetParameters `protobuf:"bytes,2,opt,name=campaign_budget,json=campaignBudget,proto3,oneof"` -} - -type ApplyRecommendationOperation_TextAd struct { - TextAd *ApplyRecommendationOperation_TextAdParameters `protobuf:"bytes,3,opt,name=text_ad,json=textAd,proto3,oneof"` -} - -type ApplyRecommendationOperation_Keyword struct { - Keyword *ApplyRecommendationOperation_KeywordParameters `protobuf:"bytes,4,opt,name=keyword,proto3,oneof"` -} - -type ApplyRecommendationOperation_TargetCpaOptIn struct { - TargetCpaOptIn *ApplyRecommendationOperation_TargetCpaOptInParameters `protobuf:"bytes,5,opt,name=target_cpa_opt_in,json=targetCpaOptIn,proto3,oneof"` -} - -func (*ApplyRecommendationOperation_CampaignBudget) isApplyRecommendationOperation_ApplyParameters() {} - -func (*ApplyRecommendationOperation_TextAd) isApplyRecommendationOperation_ApplyParameters() {} - -func (*ApplyRecommendationOperation_Keyword) isApplyRecommendationOperation_ApplyParameters() {} - -func (*ApplyRecommendationOperation_TargetCpaOptIn) isApplyRecommendationOperation_ApplyParameters() {} - -func (m *ApplyRecommendationOperation) GetApplyParameters() isApplyRecommendationOperation_ApplyParameters { - if m != nil { - return m.ApplyParameters - } - return nil -} - -func (m *ApplyRecommendationOperation) GetCampaignBudget() *ApplyRecommendationOperation_CampaignBudgetParameters { - if x, ok := m.GetApplyParameters().(*ApplyRecommendationOperation_CampaignBudget); ok { - return x.CampaignBudget - } - return nil -} - -func (m *ApplyRecommendationOperation) GetTextAd() *ApplyRecommendationOperation_TextAdParameters { - if x, ok := m.GetApplyParameters().(*ApplyRecommendationOperation_TextAd); ok { - return x.TextAd - } - return nil -} - -func (m *ApplyRecommendationOperation) GetKeyword() *ApplyRecommendationOperation_KeywordParameters { - if x, ok := m.GetApplyParameters().(*ApplyRecommendationOperation_Keyword); ok { - return x.Keyword - } - return nil -} - -func (m *ApplyRecommendationOperation) GetTargetCpaOptIn() *ApplyRecommendationOperation_TargetCpaOptInParameters { - if x, ok := m.GetApplyParameters().(*ApplyRecommendationOperation_TargetCpaOptIn); ok { - return x.TargetCpaOptIn - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*ApplyRecommendationOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _ApplyRecommendationOperation_OneofMarshaler, _ApplyRecommendationOperation_OneofUnmarshaler, _ApplyRecommendationOperation_OneofSizer, []interface{}{ - (*ApplyRecommendationOperation_CampaignBudget)(nil), - (*ApplyRecommendationOperation_TextAd)(nil), - (*ApplyRecommendationOperation_Keyword)(nil), - (*ApplyRecommendationOperation_TargetCpaOptIn)(nil), - } -} - -func _ApplyRecommendationOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*ApplyRecommendationOperation) - // apply_parameters - switch x := m.ApplyParameters.(type) { - case *ApplyRecommendationOperation_CampaignBudget: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.CampaignBudget); err != nil { - return err - } - case *ApplyRecommendationOperation_TextAd: - b.EncodeVarint(3<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.TextAd); err != nil { - return err - } - case *ApplyRecommendationOperation_Keyword: - b.EncodeVarint(4<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Keyword); err != nil { - return err - } - case *ApplyRecommendationOperation_TargetCpaOptIn: - b.EncodeVarint(5<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.TargetCpaOptIn); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("ApplyRecommendationOperation.ApplyParameters has unexpected type %T", x) - } - return nil -} - -func _ApplyRecommendationOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*ApplyRecommendationOperation) - switch tag { - case 2: // apply_parameters.campaign_budget - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(ApplyRecommendationOperation_CampaignBudgetParameters) - err := b.DecodeMessage(msg) - m.ApplyParameters = &ApplyRecommendationOperation_CampaignBudget{msg} - return true, err - case 3: // apply_parameters.text_ad - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(ApplyRecommendationOperation_TextAdParameters) - err := b.DecodeMessage(msg) - m.ApplyParameters = &ApplyRecommendationOperation_TextAd{msg} - return true, err - case 4: // apply_parameters.keyword - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(ApplyRecommendationOperation_KeywordParameters) - err := b.DecodeMessage(msg) - m.ApplyParameters = &ApplyRecommendationOperation_Keyword{msg} - return true, err - case 5: // apply_parameters.target_cpa_opt_in - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(ApplyRecommendationOperation_TargetCpaOptInParameters) - err := b.DecodeMessage(msg) - m.ApplyParameters = &ApplyRecommendationOperation_TargetCpaOptIn{msg} - return true, err - default: - return false, nil - } -} - -func _ApplyRecommendationOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*ApplyRecommendationOperation) - // apply_parameters - switch x := m.ApplyParameters.(type) { - case *ApplyRecommendationOperation_CampaignBudget: - s := proto.Size(x.CampaignBudget) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ApplyRecommendationOperation_TextAd: - s := proto.Size(x.TextAd) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ApplyRecommendationOperation_Keyword: - s := proto.Size(x.Keyword) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *ApplyRecommendationOperation_TargetCpaOptIn: - s := proto.Size(x.TargetCpaOptIn) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Parameters to use when applying a campaign budget recommendation. -type ApplyRecommendationOperation_CampaignBudgetParameters struct { - // New budget amount to set for target budget resource. This is a required - // field. - NewBudgetAmountMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=new_budget_amount_micros,json=newBudgetAmountMicros,proto3" json:"new_budget_amount_micros,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ApplyRecommendationOperation_CampaignBudgetParameters) Reset() { - *m = ApplyRecommendationOperation_CampaignBudgetParameters{} -} -func (m *ApplyRecommendationOperation_CampaignBudgetParameters) String() string { - return proto.CompactTextString(m) -} -func (*ApplyRecommendationOperation_CampaignBudgetParameters) ProtoMessage() {} -func (*ApplyRecommendationOperation_CampaignBudgetParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_49514a7817ff77b2, []int{2, 0} -} -func (m *ApplyRecommendationOperation_CampaignBudgetParameters) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ApplyRecommendationOperation_CampaignBudgetParameters.Unmarshal(m, b) -} -func (m *ApplyRecommendationOperation_CampaignBudgetParameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ApplyRecommendationOperation_CampaignBudgetParameters.Marshal(b, m, deterministic) -} -func (dst *ApplyRecommendationOperation_CampaignBudgetParameters) XXX_Merge(src proto.Message) { - xxx_messageInfo_ApplyRecommendationOperation_CampaignBudgetParameters.Merge(dst, src) -} -func (m *ApplyRecommendationOperation_CampaignBudgetParameters) XXX_Size() int { - return xxx_messageInfo_ApplyRecommendationOperation_CampaignBudgetParameters.Size(m) -} -func (m *ApplyRecommendationOperation_CampaignBudgetParameters) XXX_DiscardUnknown() { - xxx_messageInfo_ApplyRecommendationOperation_CampaignBudgetParameters.DiscardUnknown(m) -} - -var xxx_messageInfo_ApplyRecommendationOperation_CampaignBudgetParameters proto.InternalMessageInfo - -func (m *ApplyRecommendationOperation_CampaignBudgetParameters) GetNewBudgetAmountMicros() *wrappers.Int64Value { - if m != nil { - return m.NewBudgetAmountMicros - } - return nil -} - -// Parameters to use when applying a text ad recommendation. -type ApplyRecommendationOperation_TextAdParameters struct { - // New ad to add to recommended ad group. All necessary fields need to be - // set in this message. This is a required field. - Ad *resources.Ad `protobuf:"bytes,1,opt,name=ad,proto3" json:"ad,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ApplyRecommendationOperation_TextAdParameters) Reset() { - *m = ApplyRecommendationOperation_TextAdParameters{} -} -func (m *ApplyRecommendationOperation_TextAdParameters) String() string { - return proto.CompactTextString(m) -} -func (*ApplyRecommendationOperation_TextAdParameters) ProtoMessage() {} -func (*ApplyRecommendationOperation_TextAdParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_49514a7817ff77b2, []int{2, 1} -} -func (m *ApplyRecommendationOperation_TextAdParameters) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ApplyRecommendationOperation_TextAdParameters.Unmarshal(m, b) -} -func (m *ApplyRecommendationOperation_TextAdParameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ApplyRecommendationOperation_TextAdParameters.Marshal(b, m, deterministic) -} -func (dst *ApplyRecommendationOperation_TextAdParameters) XXX_Merge(src proto.Message) { - xxx_messageInfo_ApplyRecommendationOperation_TextAdParameters.Merge(dst, src) -} -func (m *ApplyRecommendationOperation_TextAdParameters) XXX_Size() int { - return xxx_messageInfo_ApplyRecommendationOperation_TextAdParameters.Size(m) -} -func (m *ApplyRecommendationOperation_TextAdParameters) XXX_DiscardUnknown() { - xxx_messageInfo_ApplyRecommendationOperation_TextAdParameters.DiscardUnknown(m) -} - -var xxx_messageInfo_ApplyRecommendationOperation_TextAdParameters proto.InternalMessageInfo - -func (m *ApplyRecommendationOperation_TextAdParameters) GetAd() *resources.Ad { - if m != nil { - return m.Ad - } - return nil -} - -// Parameters to use when applying keyword recommendation. -type ApplyRecommendationOperation_KeywordParameters struct { - // The ad group resource to add keyword to. This is a required field. - AdGroup *wrappers.StringValue `protobuf:"bytes,1,opt,name=ad_group,json=adGroup,proto3" json:"ad_group,omitempty"` - // The match type of the keyword. This is a required field. - MatchType enums.KeywordMatchTypeEnum_KeywordMatchType `protobuf:"varint,2,opt,name=match_type,json=matchType,proto3,enum=google.ads.googleads.v0.enums.KeywordMatchTypeEnum_KeywordMatchType" json:"match_type,omitempty"` - // Optional, CPC bid to set for the keyword. If not set, keyword will use - // bid based on bidding strategy used by target ad group. - CpcBidMicros *wrappers.Int64Value `protobuf:"bytes,3,opt,name=cpc_bid_micros,json=cpcBidMicros,proto3" json:"cpc_bid_micros,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ApplyRecommendationOperation_KeywordParameters) Reset() { - *m = ApplyRecommendationOperation_KeywordParameters{} -} -func (m *ApplyRecommendationOperation_KeywordParameters) String() string { - return proto.CompactTextString(m) -} -func (*ApplyRecommendationOperation_KeywordParameters) ProtoMessage() {} -func (*ApplyRecommendationOperation_KeywordParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_49514a7817ff77b2, []int{2, 2} -} -func (m *ApplyRecommendationOperation_KeywordParameters) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ApplyRecommendationOperation_KeywordParameters.Unmarshal(m, b) -} -func (m *ApplyRecommendationOperation_KeywordParameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ApplyRecommendationOperation_KeywordParameters.Marshal(b, m, deterministic) -} -func (dst *ApplyRecommendationOperation_KeywordParameters) XXX_Merge(src proto.Message) { - xxx_messageInfo_ApplyRecommendationOperation_KeywordParameters.Merge(dst, src) -} -func (m *ApplyRecommendationOperation_KeywordParameters) XXX_Size() int { - return xxx_messageInfo_ApplyRecommendationOperation_KeywordParameters.Size(m) -} -func (m *ApplyRecommendationOperation_KeywordParameters) XXX_DiscardUnknown() { - xxx_messageInfo_ApplyRecommendationOperation_KeywordParameters.DiscardUnknown(m) -} - -var xxx_messageInfo_ApplyRecommendationOperation_KeywordParameters proto.InternalMessageInfo - -func (m *ApplyRecommendationOperation_KeywordParameters) GetAdGroup() *wrappers.StringValue { - if m != nil { - return m.AdGroup - } - return nil -} - -func (m *ApplyRecommendationOperation_KeywordParameters) GetMatchType() enums.KeywordMatchTypeEnum_KeywordMatchType { - if m != nil { - return m.MatchType - } - return enums.KeywordMatchTypeEnum_UNSPECIFIED -} - -func (m *ApplyRecommendationOperation_KeywordParameters) GetCpcBidMicros() *wrappers.Int64Value { - if m != nil { - return m.CpcBidMicros - } - return nil -} - -// Parameters to use when applying Target CPA recommendation. -type ApplyRecommendationOperation_TargetCpaOptInParameters struct { - // Average CPA to use for Target CPA bidding strategy. This is a required - // field. - TargetCpaMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=target_cpa_micros,json=targetCpaMicros,proto3" json:"target_cpa_micros,omitempty"` - // Optional, budget amount to set for the campaign. - NewCampaignBudgetAmountMicros *wrappers.Int64Value `protobuf:"bytes,2,opt,name=new_campaign_budget_amount_micros,json=newCampaignBudgetAmountMicros,proto3" json:"new_campaign_budget_amount_micros,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ApplyRecommendationOperation_TargetCpaOptInParameters) Reset() { - *m = ApplyRecommendationOperation_TargetCpaOptInParameters{} -} -func (m *ApplyRecommendationOperation_TargetCpaOptInParameters) String() string { - return proto.CompactTextString(m) -} -func (*ApplyRecommendationOperation_TargetCpaOptInParameters) ProtoMessage() {} -func (*ApplyRecommendationOperation_TargetCpaOptInParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_49514a7817ff77b2, []int{2, 3} -} -func (m *ApplyRecommendationOperation_TargetCpaOptInParameters) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ApplyRecommendationOperation_TargetCpaOptInParameters.Unmarshal(m, b) -} -func (m *ApplyRecommendationOperation_TargetCpaOptInParameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ApplyRecommendationOperation_TargetCpaOptInParameters.Marshal(b, m, deterministic) -} -func (dst *ApplyRecommendationOperation_TargetCpaOptInParameters) XXX_Merge(src proto.Message) { - xxx_messageInfo_ApplyRecommendationOperation_TargetCpaOptInParameters.Merge(dst, src) -} -func (m *ApplyRecommendationOperation_TargetCpaOptInParameters) XXX_Size() int { - return xxx_messageInfo_ApplyRecommendationOperation_TargetCpaOptInParameters.Size(m) -} -func (m *ApplyRecommendationOperation_TargetCpaOptInParameters) XXX_DiscardUnknown() { - xxx_messageInfo_ApplyRecommendationOperation_TargetCpaOptInParameters.DiscardUnknown(m) -} - -var xxx_messageInfo_ApplyRecommendationOperation_TargetCpaOptInParameters proto.InternalMessageInfo - -func (m *ApplyRecommendationOperation_TargetCpaOptInParameters) GetTargetCpaMicros() *wrappers.Int64Value { - if m != nil { - return m.TargetCpaMicros - } - return nil -} - -func (m *ApplyRecommendationOperation_TargetCpaOptInParameters) GetNewCampaignBudgetAmountMicros() *wrappers.Int64Value { - if m != nil { - return m.NewCampaignBudgetAmountMicros - } - return nil -} - -// Response message for -// [RecommendationService.ApplyRecommendation][google.ads.googleads.v0.services.RecommendationService.ApplyRecommendation]. -type ApplyRecommendationResponse struct { - // Results of operations to apply recommendations. - Results []*ApplyRecommendationResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors) - // we return the RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,2,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ApplyRecommendationResponse) Reset() { *m = ApplyRecommendationResponse{} } -func (m *ApplyRecommendationResponse) String() string { return proto.CompactTextString(m) } -func (*ApplyRecommendationResponse) ProtoMessage() {} -func (*ApplyRecommendationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_49514a7817ff77b2, []int{3} -} -func (m *ApplyRecommendationResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ApplyRecommendationResponse.Unmarshal(m, b) -} -func (m *ApplyRecommendationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ApplyRecommendationResponse.Marshal(b, m, deterministic) -} -func (dst *ApplyRecommendationResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_ApplyRecommendationResponse.Merge(dst, src) -} -func (m *ApplyRecommendationResponse) XXX_Size() int { - return xxx_messageInfo_ApplyRecommendationResponse.Size(m) -} -func (m *ApplyRecommendationResponse) XXX_DiscardUnknown() { - xxx_messageInfo_ApplyRecommendationResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_ApplyRecommendationResponse proto.InternalMessageInfo - -func (m *ApplyRecommendationResponse) GetResults() []*ApplyRecommendationResult { - if m != nil { - return m.Results - } - return nil -} - -func (m *ApplyRecommendationResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -// The result of applying a recommendation. -type ApplyRecommendationResult struct { - // Returned for successful applies. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ApplyRecommendationResult) Reset() { *m = ApplyRecommendationResult{} } -func (m *ApplyRecommendationResult) String() string { return proto.CompactTextString(m) } -func (*ApplyRecommendationResult) ProtoMessage() {} -func (*ApplyRecommendationResult) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_49514a7817ff77b2, []int{4} -} -func (m *ApplyRecommendationResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ApplyRecommendationResult.Unmarshal(m, b) -} -func (m *ApplyRecommendationResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ApplyRecommendationResult.Marshal(b, m, deterministic) -} -func (dst *ApplyRecommendationResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_ApplyRecommendationResult.Merge(dst, src) -} -func (m *ApplyRecommendationResult) XXX_Size() int { - return xxx_messageInfo_ApplyRecommendationResult.Size(m) -} -func (m *ApplyRecommendationResult) XXX_DiscardUnknown() { - xxx_messageInfo_ApplyRecommendationResult.DiscardUnknown(m) -} - -var xxx_messageInfo_ApplyRecommendationResult proto.InternalMessageInfo - -func (m *ApplyRecommendationResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [RecommendationService.DismissRecommendation][google.ads.googleads.v0.services.RecommendationService.DismissRecommendation]. -type DismissRecommendationRequest struct { - // The ID of the customer with the recommendation. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to dismiss recommendations. - // If partial_failure=false all recommendations should be of the same type - // There is a limit of 100 operations per request. - Operations []*DismissRecommendationRequest_DismissRecommendationOperation `protobuf:"bytes,3,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, operations will be carried in a - // single transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,2,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DismissRecommendationRequest) Reset() { *m = DismissRecommendationRequest{} } -func (m *DismissRecommendationRequest) String() string { return proto.CompactTextString(m) } -func (*DismissRecommendationRequest) ProtoMessage() {} -func (*DismissRecommendationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_49514a7817ff77b2, []int{5} -} -func (m *DismissRecommendationRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DismissRecommendationRequest.Unmarshal(m, b) -} -func (m *DismissRecommendationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DismissRecommendationRequest.Marshal(b, m, deterministic) -} -func (dst *DismissRecommendationRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_DismissRecommendationRequest.Merge(dst, src) -} -func (m *DismissRecommendationRequest) XXX_Size() int { - return xxx_messageInfo_DismissRecommendationRequest.Size(m) -} -func (m *DismissRecommendationRequest) XXX_DiscardUnknown() { - xxx_messageInfo_DismissRecommendationRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_DismissRecommendationRequest proto.InternalMessageInfo - -func (m *DismissRecommendationRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *DismissRecommendationRequest) GetOperations() []*DismissRecommendationRequest_DismissRecommendationOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *DismissRecommendationRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -// Operation to dismiss a single recommendation identified by resource_name. -type DismissRecommendationRequest_DismissRecommendationOperation struct { - // The resource name of the recommendation to dismiss. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DismissRecommendationRequest_DismissRecommendationOperation) Reset() { - *m = DismissRecommendationRequest_DismissRecommendationOperation{} -} -func (m *DismissRecommendationRequest_DismissRecommendationOperation) String() string { - return proto.CompactTextString(m) -} -func (*DismissRecommendationRequest_DismissRecommendationOperation) ProtoMessage() {} -func (*DismissRecommendationRequest_DismissRecommendationOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_49514a7817ff77b2, []int{5, 0} -} -func (m *DismissRecommendationRequest_DismissRecommendationOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DismissRecommendationRequest_DismissRecommendationOperation.Unmarshal(m, b) -} -func (m *DismissRecommendationRequest_DismissRecommendationOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DismissRecommendationRequest_DismissRecommendationOperation.Marshal(b, m, deterministic) -} -func (dst *DismissRecommendationRequest_DismissRecommendationOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_DismissRecommendationRequest_DismissRecommendationOperation.Merge(dst, src) -} -func (m *DismissRecommendationRequest_DismissRecommendationOperation) XXX_Size() int { - return xxx_messageInfo_DismissRecommendationRequest_DismissRecommendationOperation.Size(m) -} -func (m *DismissRecommendationRequest_DismissRecommendationOperation) XXX_DiscardUnknown() { - xxx_messageInfo_DismissRecommendationRequest_DismissRecommendationOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_DismissRecommendationRequest_DismissRecommendationOperation proto.InternalMessageInfo - -func (m *DismissRecommendationRequest_DismissRecommendationOperation) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Response message for -// [RecommendationService.DismissRecommendation][google.ads.googleads.v0.services.RecommendationService.DismissRecommendation]. -type DismissRecommendationResponse struct { - // Results of operations to dismiss recommendations. - Results []*DismissRecommendationResponse_DismissRecommendationResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors) - // we return the RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,2,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DismissRecommendationResponse) Reset() { *m = DismissRecommendationResponse{} } -func (m *DismissRecommendationResponse) String() string { return proto.CompactTextString(m) } -func (*DismissRecommendationResponse) ProtoMessage() {} -func (*DismissRecommendationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_49514a7817ff77b2, []int{6} -} -func (m *DismissRecommendationResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DismissRecommendationResponse.Unmarshal(m, b) -} -func (m *DismissRecommendationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DismissRecommendationResponse.Marshal(b, m, deterministic) -} -func (dst *DismissRecommendationResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_DismissRecommendationResponse.Merge(dst, src) -} -func (m *DismissRecommendationResponse) XXX_Size() int { - return xxx_messageInfo_DismissRecommendationResponse.Size(m) -} -func (m *DismissRecommendationResponse) XXX_DiscardUnknown() { - xxx_messageInfo_DismissRecommendationResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_DismissRecommendationResponse proto.InternalMessageInfo - -func (m *DismissRecommendationResponse) GetResults() []*DismissRecommendationResponse_DismissRecommendationResult { - if m != nil { - return m.Results - } - return nil -} - -func (m *DismissRecommendationResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -// The result of dismissing a recommendation. -type DismissRecommendationResponse_DismissRecommendationResult struct { - // Returned for successful dismissals. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *DismissRecommendationResponse_DismissRecommendationResult) Reset() { - *m = DismissRecommendationResponse_DismissRecommendationResult{} -} -func (m *DismissRecommendationResponse_DismissRecommendationResult) String() string { - return proto.CompactTextString(m) -} -func (*DismissRecommendationResponse_DismissRecommendationResult) ProtoMessage() {} -func (*DismissRecommendationResponse_DismissRecommendationResult) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_49514a7817ff77b2, []int{6, 0} -} -func (m *DismissRecommendationResponse_DismissRecommendationResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DismissRecommendationResponse_DismissRecommendationResult.Unmarshal(m, b) -} -func (m *DismissRecommendationResponse_DismissRecommendationResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DismissRecommendationResponse_DismissRecommendationResult.Marshal(b, m, deterministic) -} -func (dst *DismissRecommendationResponse_DismissRecommendationResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_DismissRecommendationResponse_DismissRecommendationResult.Merge(dst, src) -} -func (m *DismissRecommendationResponse_DismissRecommendationResult) XXX_Size() int { - return xxx_messageInfo_DismissRecommendationResponse_DismissRecommendationResult.Size(m) -} -func (m *DismissRecommendationResponse_DismissRecommendationResult) XXX_DiscardUnknown() { - xxx_messageInfo_DismissRecommendationResponse_DismissRecommendationResult.DiscardUnknown(m) -} - -var xxx_messageInfo_DismissRecommendationResponse_DismissRecommendationResult proto.InternalMessageInfo - -func (m *DismissRecommendationResponse_DismissRecommendationResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetRecommendationRequest)(nil), "google.ads.googleads.v0.services.GetRecommendationRequest") - proto.RegisterType((*ApplyRecommendationRequest)(nil), "google.ads.googleads.v0.services.ApplyRecommendationRequest") - proto.RegisterType((*ApplyRecommendationOperation)(nil), "google.ads.googleads.v0.services.ApplyRecommendationOperation") - proto.RegisterType((*ApplyRecommendationOperation_CampaignBudgetParameters)(nil), "google.ads.googleads.v0.services.ApplyRecommendationOperation.CampaignBudgetParameters") - proto.RegisterType((*ApplyRecommendationOperation_TextAdParameters)(nil), "google.ads.googleads.v0.services.ApplyRecommendationOperation.TextAdParameters") - proto.RegisterType((*ApplyRecommendationOperation_KeywordParameters)(nil), "google.ads.googleads.v0.services.ApplyRecommendationOperation.KeywordParameters") - proto.RegisterType((*ApplyRecommendationOperation_TargetCpaOptInParameters)(nil), "google.ads.googleads.v0.services.ApplyRecommendationOperation.TargetCpaOptInParameters") - proto.RegisterType((*ApplyRecommendationResponse)(nil), "google.ads.googleads.v0.services.ApplyRecommendationResponse") - proto.RegisterType((*ApplyRecommendationResult)(nil), "google.ads.googleads.v0.services.ApplyRecommendationResult") - proto.RegisterType((*DismissRecommendationRequest)(nil), "google.ads.googleads.v0.services.DismissRecommendationRequest") - proto.RegisterType((*DismissRecommendationRequest_DismissRecommendationOperation)(nil), "google.ads.googleads.v0.services.DismissRecommendationRequest.DismissRecommendationOperation") - proto.RegisterType((*DismissRecommendationResponse)(nil), "google.ads.googleads.v0.services.DismissRecommendationResponse") - proto.RegisterType((*DismissRecommendationResponse_DismissRecommendationResult)(nil), "google.ads.googleads.v0.services.DismissRecommendationResponse.DismissRecommendationResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// RecommendationServiceClient is the client API for RecommendationService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type RecommendationServiceClient interface { - // Returns the requested recommendation in full detail. - GetRecommendation(ctx context.Context, in *GetRecommendationRequest, opts ...grpc.CallOption) (*resources.Recommendation, error) - // Applies given recommendations with corresponding apply parameters. - ApplyRecommendation(ctx context.Context, in *ApplyRecommendationRequest, opts ...grpc.CallOption) (*ApplyRecommendationResponse, error) - // Dismisses given recommendations. - DismissRecommendation(ctx context.Context, in *DismissRecommendationRequest, opts ...grpc.CallOption) (*DismissRecommendationResponse, error) -} - -type recommendationServiceClient struct { - cc *grpc.ClientConn -} - -func NewRecommendationServiceClient(cc *grpc.ClientConn) RecommendationServiceClient { - return &recommendationServiceClient{cc} -} - -func (c *recommendationServiceClient) GetRecommendation(ctx context.Context, in *GetRecommendationRequest, opts ...grpc.CallOption) (*resources.Recommendation, error) { - out := new(resources.Recommendation) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.RecommendationService/GetRecommendation", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *recommendationServiceClient) ApplyRecommendation(ctx context.Context, in *ApplyRecommendationRequest, opts ...grpc.CallOption) (*ApplyRecommendationResponse, error) { - out := new(ApplyRecommendationResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.RecommendationService/ApplyRecommendation", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *recommendationServiceClient) DismissRecommendation(ctx context.Context, in *DismissRecommendationRequest, opts ...grpc.CallOption) (*DismissRecommendationResponse, error) { - out := new(DismissRecommendationResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.RecommendationService/DismissRecommendation", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// RecommendationServiceServer is the server API for RecommendationService service. -type RecommendationServiceServer interface { - // Returns the requested recommendation in full detail. - GetRecommendation(context.Context, *GetRecommendationRequest) (*resources.Recommendation, error) - // Applies given recommendations with corresponding apply parameters. - ApplyRecommendation(context.Context, *ApplyRecommendationRequest) (*ApplyRecommendationResponse, error) - // Dismisses given recommendations. - DismissRecommendation(context.Context, *DismissRecommendationRequest) (*DismissRecommendationResponse, error) -} - -func RegisterRecommendationServiceServer(s *grpc.Server, srv RecommendationServiceServer) { - s.RegisterService(&_RecommendationService_serviceDesc, srv) -} - -func _RecommendationService_GetRecommendation_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetRecommendationRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(RecommendationServiceServer).GetRecommendation(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.RecommendationService/GetRecommendation", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(RecommendationServiceServer).GetRecommendation(ctx, req.(*GetRecommendationRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _RecommendationService_ApplyRecommendation_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(ApplyRecommendationRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(RecommendationServiceServer).ApplyRecommendation(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.RecommendationService/ApplyRecommendation", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(RecommendationServiceServer).ApplyRecommendation(ctx, req.(*ApplyRecommendationRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _RecommendationService_DismissRecommendation_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(DismissRecommendationRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(RecommendationServiceServer).DismissRecommendation(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.RecommendationService/DismissRecommendation", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(RecommendationServiceServer).DismissRecommendation(ctx, req.(*DismissRecommendationRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _RecommendationService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.RecommendationService", - HandlerType: (*RecommendationServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetRecommendation", - Handler: _RecommendationService_GetRecommendation_Handler, - }, - { - MethodName: "ApplyRecommendation", - Handler: _RecommendationService_ApplyRecommendation_Handler, - }, - { - MethodName: "DismissRecommendation", - Handler: _RecommendationService_DismissRecommendation_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/recommendation_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/recommendation_service.proto", fileDescriptor_recommendation_service_49514a7817ff77b2) -} - -var fileDescriptor_recommendation_service_49514a7817ff77b2 = []byte{ - // 1088 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0xc1, 0x72, 0xdc, 0x44, - 0x10, 0x45, 0x32, 0x89, 0xe3, 0x71, 0xb0, 0xe3, 0x49, 0xb9, 0x58, 0x64, 0x27, 0x2c, 0x4b, 0x28, - 0x5c, 0x7b, 0x90, 0x9c, 0x35, 0x31, 0xa0, 0x60, 0x27, 0xda, 0xc4, 0x71, 0x5c, 0x54, 0xb0, 0x4b, - 0x36, 0xa6, 0x0a, 0x0c, 0xaa, 0xb1, 0x66, 0x22, 0x04, 0x2b, 0x69, 0x98, 0x19, 0xd9, 0x71, 0xa5, - 0x7c, 0x20, 0xc5, 0x85, 0x33, 0x7f, 0x90, 0x23, 0x07, 0xbe, 0x00, 0x38, 0x72, 0xc8, 0x11, 0x6e, - 0x9c, 0x39, 0x71, 0xe6, 0x03, 0x28, 0x8d, 0x34, 0x1b, 0x6b, 0xbd, 0xf2, 0x2e, 0x36, 0xb9, 0xcd, - 0x4e, 0x77, 0xbf, 0xee, 0xd7, 0xdd, 0xd3, 0xad, 0x05, 0x4b, 0x41, 0x92, 0x04, 0x1d, 0x62, 0x21, - 0xcc, 0xad, 0xfc, 0x98, 0x9d, 0xf6, 0xe6, 0x2d, 0x4e, 0xd8, 0x5e, 0xe8, 0x13, 0x6e, 0x31, 0xe2, - 0x27, 0x51, 0x44, 0x62, 0x8c, 0x44, 0x98, 0xc4, 0x5e, 0x71, 0x6f, 0x52, 0x96, 0x88, 0x04, 0xd6, - 0x73, 0x1b, 0x13, 0x61, 0x6e, 0x76, 0xcd, 0xcd, 0xbd, 0x79, 0x53, 0x99, 0x1b, 0x8b, 0x55, 0x0e, - 0x48, 0x9c, 0x46, 0xdc, 0xfa, 0x9a, 0x1c, 0xec, 0x27, 0x0c, 0x7b, 0x11, 0x12, 0xfe, 0x97, 0x9e, - 0x38, 0xa0, 0x05, 0xb2, 0xd1, 0xac, 0xb2, 0x63, 0x84, 0x27, 0x29, 0xcb, 0x22, 0x43, 0xb8, 0xd0, - 0x5d, 0x1c, 0xac, 0x5b, 0x66, 0x51, 0xd8, 0xcd, 0x2a, 0x3b, 0x1a, 0x5a, 0x28, 0x8e, 0x13, 0x21, - 0x85, 0xbc, 0x90, 0x5e, 0x2d, 0xa4, 0xf2, 0xd7, 0x6e, 0xfa, 0xd0, 0xda, 0x67, 0x88, 0x52, 0xc2, - 0x94, 0xfc, 0xd5, 0x42, 0xce, 0xa8, 0x6f, 0x71, 0x81, 0x44, 0x5a, 0x08, 0x1a, 0xb7, 0x40, 0x6d, - 0x95, 0x08, 0xb7, 0xe4, 0xd1, 0x25, 0xdf, 0xa4, 0x84, 0x0b, 0xf8, 0x26, 0x78, 0x45, 0x05, 0xe5, - 0xc5, 0x28, 0x22, 0x35, 0xad, 0xae, 0xcd, 0x8d, 0xb9, 0x17, 0xd5, 0xe5, 0x47, 0x28, 0x22, 0x8d, - 0xdf, 0x34, 0x60, 0x38, 0x94, 0x76, 0x0e, 0xfa, 0x63, 0xbc, 0x0e, 0xc6, 0xfd, 0x94, 0x8b, 0x24, - 0x22, 0xcc, 0x0b, 0x71, 0x81, 0x00, 0xd4, 0xd5, 0x1a, 0x86, 0x5f, 0x00, 0x90, 0x50, 0xc2, 0x72, - 0x36, 0x35, 0xbd, 0x3e, 0x32, 0x37, 0xde, 0x5a, 0x36, 0x07, 0x95, 0xca, 0xec, 0xe3, 0x72, 0x5d, - 0xc1, 0xb8, 0x47, 0x10, 0xe1, 0xdb, 0x60, 0x92, 0x22, 0x26, 0x42, 0xd4, 0xf1, 0x1e, 0xa2, 0xb0, - 0x93, 0x32, 0x52, 0x1b, 0xa9, 0x6b, 0x73, 0x17, 0xdc, 0x89, 0xe2, 0xfa, 0x5e, 0x7e, 0xdb, 0xf8, - 0x75, 0x0c, 0xcc, 0x9e, 0x84, 0x3a, 0x54, 0x3a, 0xe0, 0x13, 0x0d, 0x4c, 0xfa, 0x28, 0xa2, 0x28, - 0x0c, 0x62, 0x6f, 0x37, 0xc5, 0x01, 0x11, 0x35, 0xbd, 0xae, 0xcd, 0x8d, 0xb7, 0x3e, 0x39, 0x1b, - 0x29, 0xf3, 0x4e, 0x81, 0xda, 0x96, 0xa0, 0x1b, 0x88, 0xa1, 0x88, 0x08, 0xc2, 0xf8, 0xfd, 0x97, - 0xdc, 0x09, 0xbf, 0x24, 0x83, 0x5f, 0x81, 0x51, 0x41, 0x1e, 0x09, 0x0f, 0x61, 0xc9, 0x75, 0xbc, - 0xb5, 0x7e, 0x46, 0xdf, 0x5b, 0xe4, 0x91, 0x70, 0x70, 0xc9, 0xe7, 0x79, 0x21, 0xef, 0x60, 0x07, - 0x8c, 0x16, 0xef, 0xa2, 0xf6, 0xb2, 0xf4, 0xb5, 0x71, 0x46, 0x5f, 0x1f, 0xe6, 0x68, 0x25, 0x67, - 0xca, 0x05, 0xfc, 0x4e, 0x03, 0x53, 0x02, 0xb1, 0x80, 0x08, 0xcf, 0xa7, 0xc8, 0x4b, 0xa8, 0xf0, - 0xc2, 0xb8, 0x76, 0xee, 0x7f, 0x49, 0xf0, 0x96, 0xc4, 0xbd, 0x43, 0xd1, 0x3a, 0x15, 0x6b, 0x71, - 0x39, 0xc1, 0xa2, 0x24, 0x33, 0x28, 0xa8, 0x55, 0x95, 0x03, 0x6e, 0x81, 0x5a, 0x4c, 0xf6, 0x8b, - 0xda, 0x7b, 0x28, 0x4a, 0xd2, 0x58, 0x78, 0x51, 0xe8, 0xb3, 0x84, 0xcb, 0x8e, 0x19, 0x6f, 0xcd, - 0xa8, 0x40, 0xd5, 0x6b, 0x35, 0xd7, 0x62, 0xb1, 0xf8, 0xce, 0x36, 0xea, 0xa4, 0xc4, 0x9d, 0x8e, - 0xc9, 0x7e, 0x8e, 0xe9, 0x48, 0xd3, 0x07, 0xd2, 0xd2, 0x58, 0x03, 0x97, 0x7a, 0x8b, 0x00, 0x6f, - 0x00, 0x1d, 0xe1, 0x02, 0xf3, 0xad, 0x4a, 0xf2, 0xdd, 0xb9, 0x62, 0x3a, 0xd8, 0xd5, 0x11, 0x36, - 0xfe, 0xd1, 0xc0, 0xd4, 0xb1, 0x24, 0xc3, 0x77, 0xc1, 0x05, 0x84, 0xbd, 0x80, 0x25, 0x29, 0x2d, - 0x20, 0x67, 0x8f, 0x85, 0xb9, 0x29, 0x58, 0x18, 0x07, 0x79, 0x9c, 0xa3, 0x08, 0xaf, 0x66, 0xca, - 0xd0, 0x07, 0xe0, 0xf9, 0x40, 0x94, 0xbd, 0x3e, 0xd1, 0xba, 0x5b, 0x19, 0x8d, 0x9c, 0xa4, 0xaa, - 0xc6, 0x0f, 0x32, 0xbb, 0xad, 0x03, 0x4a, 0x56, 0xe2, 0x34, 0x3a, 0x76, 0xe9, 0x8e, 0x45, 0xea, - 0x08, 0x1d, 0x30, 0xe1, 0x53, 0xdf, 0xdb, 0x0d, 0xb1, 0x4a, 0xe5, 0xc8, 0xe0, 0x54, 0x5e, 0xf4, - 0xa9, 0xdf, 0x0e, 0x71, 0x91, 0xc1, 0x67, 0x1a, 0xa8, 0x55, 0x95, 0x18, 0xae, 0x96, 0xda, 0x6a, - 0xf8, 0x6a, 0x4d, 0x76, 0x1b, 0x23, 0xf7, 0x02, 0x09, 0x78, 0x23, 0xab, 0x7e, 0xcf, 0x08, 0xe8, - 0x69, 0x03, 0x7d, 0x30, 0xf0, 0x95, 0x98, 0xec, 0x97, 0x5b, 0xec, 0x68, 0x3b, 0xb4, 0x21, 0xb8, - 0x84, 0xb2, 0x5e, 0xf6, 0x68, 0x97, 0x43, 0xe3, 0x67, 0x0d, 0xcc, 0xf4, 0x9d, 0xc4, 0x9c, 0x26, - 0x31, 0x27, 0xf0, 0x63, 0x30, 0xca, 0x08, 0x4f, 0x3b, 0x22, 0x63, 0x96, 0x8d, 0xd9, 0x9b, 0xa7, - 0x7a, 0x30, 0xae, 0xc4, 0x70, 0x15, 0x16, 0xbc, 0x07, 0xa6, 0x7b, 0x06, 0xac, 0x47, 0x18, 0x4b, - 0x58, 0xc1, 0x12, 0x2a, 0x27, 0x8c, 0xfa, 0xe6, 0xa6, 0x5c, 0x3d, 0xee, 0xe5, 0xf2, 0xe8, 0x5d, - 0xc9, 0xd4, 0x1b, 0xb7, 0xc1, 0x6b, 0x95, 0xde, 0x86, 0x5b, 0x45, 0x3f, 0xe9, 0x60, 0xf6, 0x6e, - 0xc8, 0xa3, 0x90, 0xf3, 0x53, 0x2e, 0xa3, 0xc3, 0xd2, 0x32, 0x1a, 0x91, 0x59, 0xfa, 0x7c, 0x70, - 0x96, 0x4e, 0x72, 0xda, 0x5f, 0x38, 0xf4, 0xae, 0xd2, 0xfb, 0xed, 0x2a, 0x63, 0x05, 0x5c, 0x3d, - 0x19, 0x76, 0xb8, 0x84, 0x3d, 0xd5, 0xc1, 0x95, 0x8a, 0xd8, 0x8b, 0x9e, 0x49, 0x7b, 0x7b, 0xe6, - 0xb3, 0x53, 0x67, 0x23, 0x47, 0xac, 0x94, 0xbe, 0x88, 0x9e, 0x32, 0xda, 0x60, 0xe6, 0x04, 0x7f, - 0x43, 0x25, 0xa9, 0xf5, 0xfd, 0x39, 0x30, 0x5d, 0xb6, 0xde, 0xcc, 0x99, 0xc2, 0x5f, 0x34, 0x30, - 0x75, 0xec, 0xe3, 0x09, 0xda, 0x83, 0x33, 0x54, 0xf5, 0xc5, 0x65, 0x5c, 0x1f, 0x62, 0x8a, 0x97, - 0x2d, 0x1b, 0xef, 0x3f, 0xf9, 0xe3, 0xaf, 0x1f, 0xf4, 0x05, 0x78, 0x3d, 0xfb, 0x86, 0x7c, 0x5c, - 0xa2, 0xb3, 0xa4, 0x3a, 0x9b, 0x5b, 0xcd, 0x9e, 0x8f, 0x4a, 0x6e, 0x35, 0x0f, 0xe1, 0xef, 0x1a, - 0xb8, 0xdc, 0xe7, 0xc9, 0xc1, 0x0f, 0x4e, 0x39, 0x17, 0x72, 0x0e, 0x4b, 0xa7, 0x9d, 0x2a, 0xb2, - 0x3f, 0x1a, 0xcb, 0x92, 0xcf, 0x7b, 0x8d, 0x85, 0x8c, 0xcf, 0x73, 0x02, 0x8f, 0x8f, 0x3c, 0xdc, - 0xa5, 0xe6, 0x61, 0x2f, 0x1d, 0x5b, 0x4e, 0x43, 0x5b, 0x6b, 0xc2, 0x3f, 0x35, 0x30, 0xdd, 0xb7, - 0xe6, 0x70, 0xf9, 0x6c, 0x0f, 0xd9, 0xb8, 0x75, 0xc6, 0xd6, 0x6f, 0xdc, 0x96, 0xd4, 0xec, 0xc6, - 0x8d, 0xff, 0x46, 0x0d, 0xe7, 0xa0, 0xb6, 0xd6, 0x6c, 0x7f, 0xab, 0x83, 0x6b, 0x7e, 0x12, 0x0d, - 0x0c, 0xa4, 0x6d, 0xf4, 0xed, 0xd8, 0x8d, 0x6c, 0xd1, 0x6c, 0x68, 0x9f, 0xde, 0x2f, 0xec, 0x83, - 0xa4, 0x83, 0xe2, 0xc0, 0x4c, 0x58, 0x60, 0x05, 0x24, 0x96, 0x6b, 0x48, 0xfd, 0x27, 0xa1, 0x21, - 0xaf, 0xfe, 0x9f, 0x75, 0x53, 0x1d, 0x9e, 0xea, 0x23, 0xab, 0x8e, 0xf3, 0xa3, 0x5e, 0x5f, 0xcd, - 0x01, 0x1d, 0xcc, 0xcd, 0xfc, 0x98, 0x9d, 0xb6, 0xe7, 0xcd, 0xc2, 0x31, 0x7f, 0xa6, 0x54, 0x76, - 0x1c, 0xcc, 0x77, 0xba, 0x2a, 0x3b, 0xdb, 0xf3, 0x3b, 0x4a, 0xe5, 0x6f, 0xfd, 0x5a, 0x7e, 0x6f, - 0xdb, 0x0e, 0xe6, 0xb6, 0xdd, 0x55, 0xb2, 0xed, 0xed, 0x79, 0xdb, 0x56, 0x6a, 0xbb, 0xe7, 0x65, - 0x9c, 0x0b, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0x50, 0x57, 0x8d, 0x8c, 0x0e, 0x0e, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/remarketing_action_service.pb.go b/googleapis/ads/googleads/v0/services/remarketing_action_service.pb.go deleted file mode 100644 index c070f743c4..0000000000 --- a/googleapis/ads/googleads/v0/services/remarketing_action_service.pb.go +++ /dev/null @@ -1,561 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/remarketing_action_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [RemarketingActionService.GetRemarketingAction][google.ads.googleads.v0.services.RemarketingActionService.GetRemarketingAction]. -type GetRemarketingActionRequest struct { - // The resource name of the remarketing action to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetRemarketingActionRequest) Reset() { *m = GetRemarketingActionRequest{} } -func (m *GetRemarketingActionRequest) String() string { return proto.CompactTextString(m) } -func (*GetRemarketingActionRequest) ProtoMessage() {} -func (*GetRemarketingActionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_remarketing_action_service_e3937ed01c17fbc4, []int{0} -} -func (m *GetRemarketingActionRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetRemarketingActionRequest.Unmarshal(m, b) -} -func (m *GetRemarketingActionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetRemarketingActionRequest.Marshal(b, m, deterministic) -} -func (dst *GetRemarketingActionRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetRemarketingActionRequest.Merge(dst, src) -} -func (m *GetRemarketingActionRequest) XXX_Size() int { - return xxx_messageInfo_GetRemarketingActionRequest.Size(m) -} -func (m *GetRemarketingActionRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetRemarketingActionRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetRemarketingActionRequest proto.InternalMessageInfo - -func (m *GetRemarketingActionRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [RemarketingActionService.MutateRemarketingActions][google.ads.googleads.v0.services.RemarketingActionService.MutateRemarketingActions]. -type MutateRemarketingActionsRequest struct { - // The ID of the customer whose remarketing actions are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual remarketing actions. - Operations []*RemarketingActionOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateRemarketingActionsRequest) Reset() { *m = MutateRemarketingActionsRequest{} } -func (m *MutateRemarketingActionsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateRemarketingActionsRequest) ProtoMessage() {} -func (*MutateRemarketingActionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_remarketing_action_service_e3937ed01c17fbc4, []int{1} -} -func (m *MutateRemarketingActionsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateRemarketingActionsRequest.Unmarshal(m, b) -} -func (m *MutateRemarketingActionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateRemarketingActionsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateRemarketingActionsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateRemarketingActionsRequest.Merge(dst, src) -} -func (m *MutateRemarketingActionsRequest) XXX_Size() int { - return xxx_messageInfo_MutateRemarketingActionsRequest.Size(m) -} -func (m *MutateRemarketingActionsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateRemarketingActionsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateRemarketingActionsRequest proto.InternalMessageInfo - -func (m *MutateRemarketingActionsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateRemarketingActionsRequest) GetOperations() []*RemarketingActionOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateRemarketingActionsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateRemarketingActionsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update) on a remarketing action. -type RemarketingActionOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *RemarketingActionOperation_Create - // *RemarketingActionOperation_Update - Operation isRemarketingActionOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *RemarketingActionOperation) Reset() { *m = RemarketingActionOperation{} } -func (m *RemarketingActionOperation) String() string { return proto.CompactTextString(m) } -func (*RemarketingActionOperation) ProtoMessage() {} -func (*RemarketingActionOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_remarketing_action_service_e3937ed01c17fbc4, []int{2} -} -func (m *RemarketingActionOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_RemarketingActionOperation.Unmarshal(m, b) -} -func (m *RemarketingActionOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_RemarketingActionOperation.Marshal(b, m, deterministic) -} -func (dst *RemarketingActionOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_RemarketingActionOperation.Merge(dst, src) -} -func (m *RemarketingActionOperation) XXX_Size() int { - return xxx_messageInfo_RemarketingActionOperation.Size(m) -} -func (m *RemarketingActionOperation) XXX_DiscardUnknown() { - xxx_messageInfo_RemarketingActionOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_RemarketingActionOperation proto.InternalMessageInfo - -func (m *RemarketingActionOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isRemarketingActionOperation_Operation interface { - isRemarketingActionOperation_Operation() -} - -type RemarketingActionOperation_Create struct { - Create *resources.RemarketingAction `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type RemarketingActionOperation_Update struct { - Update *resources.RemarketingAction `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -func (*RemarketingActionOperation_Create) isRemarketingActionOperation_Operation() {} - -func (*RemarketingActionOperation_Update) isRemarketingActionOperation_Operation() {} - -func (m *RemarketingActionOperation) GetOperation() isRemarketingActionOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *RemarketingActionOperation) GetCreate() *resources.RemarketingAction { - if x, ok := m.GetOperation().(*RemarketingActionOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *RemarketingActionOperation) GetUpdate() *resources.RemarketingAction { - if x, ok := m.GetOperation().(*RemarketingActionOperation_Update); ok { - return x.Update - } - return nil -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*RemarketingActionOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _RemarketingActionOperation_OneofMarshaler, _RemarketingActionOperation_OneofUnmarshaler, _RemarketingActionOperation_OneofSizer, []interface{}{ - (*RemarketingActionOperation_Create)(nil), - (*RemarketingActionOperation_Update)(nil), - } -} - -func _RemarketingActionOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*RemarketingActionOperation) - // operation - switch x := m.Operation.(type) { - case *RemarketingActionOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *RemarketingActionOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case nil: - default: - return fmt.Errorf("RemarketingActionOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _RemarketingActionOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*RemarketingActionOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.RemarketingAction) - err := b.DecodeMessage(msg) - m.Operation = &RemarketingActionOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.RemarketingAction) - err := b.DecodeMessage(msg) - m.Operation = &RemarketingActionOperation_Update{msg} - return true, err - default: - return false, nil - } -} - -func _RemarketingActionOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*RemarketingActionOperation) - // operation - switch x := m.Operation.(type) { - case *RemarketingActionOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *RemarketingActionOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for remarketing action mutate. -type MutateRemarketingActionsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateRemarketingActionResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateRemarketingActionsResponse) Reset() { *m = MutateRemarketingActionsResponse{} } -func (m *MutateRemarketingActionsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateRemarketingActionsResponse) ProtoMessage() {} -func (*MutateRemarketingActionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_remarketing_action_service_e3937ed01c17fbc4, []int{3} -} -func (m *MutateRemarketingActionsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateRemarketingActionsResponse.Unmarshal(m, b) -} -func (m *MutateRemarketingActionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateRemarketingActionsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateRemarketingActionsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateRemarketingActionsResponse.Merge(dst, src) -} -func (m *MutateRemarketingActionsResponse) XXX_Size() int { - return xxx_messageInfo_MutateRemarketingActionsResponse.Size(m) -} -func (m *MutateRemarketingActionsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateRemarketingActionsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateRemarketingActionsResponse proto.InternalMessageInfo - -func (m *MutateRemarketingActionsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateRemarketingActionsResponse) GetResults() []*MutateRemarketingActionResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the remarketing action mutate. -type MutateRemarketingActionResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateRemarketingActionResult) Reset() { *m = MutateRemarketingActionResult{} } -func (m *MutateRemarketingActionResult) String() string { return proto.CompactTextString(m) } -func (*MutateRemarketingActionResult) ProtoMessage() {} -func (*MutateRemarketingActionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_remarketing_action_service_e3937ed01c17fbc4, []int{4} -} -func (m *MutateRemarketingActionResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateRemarketingActionResult.Unmarshal(m, b) -} -func (m *MutateRemarketingActionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateRemarketingActionResult.Marshal(b, m, deterministic) -} -func (dst *MutateRemarketingActionResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateRemarketingActionResult.Merge(dst, src) -} -func (m *MutateRemarketingActionResult) XXX_Size() int { - return xxx_messageInfo_MutateRemarketingActionResult.Size(m) -} -func (m *MutateRemarketingActionResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateRemarketingActionResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateRemarketingActionResult proto.InternalMessageInfo - -func (m *MutateRemarketingActionResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetRemarketingActionRequest)(nil), "google.ads.googleads.v0.services.GetRemarketingActionRequest") - proto.RegisterType((*MutateRemarketingActionsRequest)(nil), "google.ads.googleads.v0.services.MutateRemarketingActionsRequest") - proto.RegisterType((*RemarketingActionOperation)(nil), "google.ads.googleads.v0.services.RemarketingActionOperation") - proto.RegisterType((*MutateRemarketingActionsResponse)(nil), "google.ads.googleads.v0.services.MutateRemarketingActionsResponse") - proto.RegisterType((*MutateRemarketingActionResult)(nil), "google.ads.googleads.v0.services.MutateRemarketingActionResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// RemarketingActionServiceClient is the client API for RemarketingActionService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type RemarketingActionServiceClient interface { - // Returns the requested remarketing action in full detail. - GetRemarketingAction(ctx context.Context, in *GetRemarketingActionRequest, opts ...grpc.CallOption) (*resources.RemarketingAction, error) - // Creates or updates remarketing actions. Operation statuses are returned. - MutateRemarketingActions(ctx context.Context, in *MutateRemarketingActionsRequest, opts ...grpc.CallOption) (*MutateRemarketingActionsResponse, error) -} - -type remarketingActionServiceClient struct { - cc *grpc.ClientConn -} - -func NewRemarketingActionServiceClient(cc *grpc.ClientConn) RemarketingActionServiceClient { - return &remarketingActionServiceClient{cc} -} - -func (c *remarketingActionServiceClient) GetRemarketingAction(ctx context.Context, in *GetRemarketingActionRequest, opts ...grpc.CallOption) (*resources.RemarketingAction, error) { - out := new(resources.RemarketingAction) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.RemarketingActionService/GetRemarketingAction", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *remarketingActionServiceClient) MutateRemarketingActions(ctx context.Context, in *MutateRemarketingActionsRequest, opts ...grpc.CallOption) (*MutateRemarketingActionsResponse, error) { - out := new(MutateRemarketingActionsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.RemarketingActionService/MutateRemarketingActions", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// RemarketingActionServiceServer is the server API for RemarketingActionService service. -type RemarketingActionServiceServer interface { - // Returns the requested remarketing action in full detail. - GetRemarketingAction(context.Context, *GetRemarketingActionRequest) (*resources.RemarketingAction, error) - // Creates or updates remarketing actions. Operation statuses are returned. - MutateRemarketingActions(context.Context, *MutateRemarketingActionsRequest) (*MutateRemarketingActionsResponse, error) -} - -func RegisterRemarketingActionServiceServer(s *grpc.Server, srv RemarketingActionServiceServer) { - s.RegisterService(&_RemarketingActionService_serviceDesc, srv) -} - -func _RemarketingActionService_GetRemarketingAction_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetRemarketingActionRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(RemarketingActionServiceServer).GetRemarketingAction(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.RemarketingActionService/GetRemarketingAction", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(RemarketingActionServiceServer).GetRemarketingAction(ctx, req.(*GetRemarketingActionRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _RemarketingActionService_MutateRemarketingActions_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateRemarketingActionsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(RemarketingActionServiceServer).MutateRemarketingActions(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.RemarketingActionService/MutateRemarketingActions", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(RemarketingActionServiceServer).MutateRemarketingActions(ctx, req.(*MutateRemarketingActionsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _RemarketingActionService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.RemarketingActionService", - HandlerType: (*RemarketingActionServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetRemarketingAction", - Handler: _RemarketingActionService_GetRemarketingAction_Handler, - }, - { - MethodName: "MutateRemarketingActions", - Handler: _RemarketingActionService_MutateRemarketingActions_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/remarketing_action_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/remarketing_action_service.proto", fileDescriptor_remarketing_action_service_e3937ed01c17fbc4) -} - -var fileDescriptor_remarketing_action_service_e3937ed01c17fbc4 = []byte{ - // 705 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xcf, 0x6a, 0xd4, 0x40, - 0x1c, 0xc7, 0x4d, 0x56, 0xaa, 0x9d, 0x54, 0x85, 0x51, 0x31, 0xac, 0xd6, 0x2e, 0xb1, 0x60, 0xd9, - 0x43, 0xb2, 0xac, 0x45, 0x21, 0x6d, 0x91, 0x2c, 0xda, 0xd6, 0x43, 0xff, 0x90, 0x42, 0x41, 0x59, - 0x08, 0xd3, 0x64, 0x1a, 0x42, 0x93, 0x4c, 0x9c, 0x99, 0xac, 0x94, 0xd2, 0x8b, 0x88, 0x2f, 0xe0, - 0x1b, 0x78, 0xf4, 0x3d, 0x3c, 0xe8, 0xc1, 0x8b, 0xaf, 0xa0, 0x17, 0x0f, 0x3e, 0x83, 0x24, 0x93, - 0xd9, 0xfe, 0xd9, 0xa6, 0x2b, 0xed, 0x6d, 0xf6, 0x37, 0xdf, 0xfd, 0xfc, 0xfe, 0x7c, 0x67, 0x26, - 0xc0, 0x09, 0x09, 0x09, 0x63, 0x6c, 0xa1, 0x80, 0x59, 0x62, 0x59, 0xac, 0x06, 0x1d, 0x8b, 0x61, - 0x3a, 0x88, 0x7c, 0xcc, 0x2c, 0x8a, 0x13, 0x44, 0xf7, 0x30, 0x8f, 0xd2, 0xd0, 0x43, 0x3e, 0x8f, - 0x48, 0xea, 0x55, 0x7b, 0x66, 0x46, 0x09, 0x27, 0xb0, 0x25, 0xfe, 0x67, 0xa2, 0x80, 0x99, 0x43, - 0x84, 0x39, 0xe8, 0x98, 0x12, 0xd1, 0xb4, 0xeb, 0x92, 0x50, 0xcc, 0x48, 0x4e, 0xcf, 0xce, 0x22, - 0xe8, 0xcd, 0x07, 0xf2, 0xbf, 0x59, 0x64, 0xa1, 0x34, 0x25, 0x1c, 0x15, 0x9b, 0xac, 0xda, 0xad, - 0x72, 0x5b, 0xe5, 0xaf, 0x9d, 0x7c, 0xd7, 0xda, 0x8d, 0x70, 0x1c, 0x78, 0x09, 0x62, 0x7b, 0x95, - 0xe2, 0xe1, 0x69, 0xc5, 0x3b, 0x8a, 0xb2, 0x0c, 0x53, 0x49, 0xb8, 0x57, 0xed, 0xd3, 0xcc, 0xb7, - 0x18, 0x47, 0x3c, 0xaf, 0x36, 0x8c, 0x1e, 0xb8, 0xbf, 0x82, 0xb9, 0x7b, 0x54, 0x97, 0x53, 0x96, - 0xe5, 0xe2, 0xb7, 0x39, 0x66, 0x1c, 0x3e, 0x02, 0x37, 0x64, 0xf5, 0x5e, 0x8a, 0x12, 0xac, 0x2b, - 0x2d, 0x65, 0x6e, 0xd2, 0x9d, 0x92, 0xc1, 0x75, 0x94, 0x60, 0xe3, 0xaf, 0x02, 0x66, 0xd6, 0x72, - 0x8e, 0x38, 0x1e, 0xe1, 0x30, 0x09, 0x9a, 0x01, 0x9a, 0x9f, 0x33, 0x4e, 0x12, 0x4c, 0xbd, 0x28, - 0xa8, 0x30, 0x40, 0x86, 0x5e, 0x05, 0xb0, 0x0f, 0x00, 0xc9, 0x30, 0x15, 0x7d, 0xeb, 0x6a, 0xab, - 0x31, 0xa7, 0x75, 0x17, 0xcd, 0x71, 0x43, 0x37, 0x47, 0x32, 0x6e, 0x48, 0x88, 0x7b, 0x8c, 0x07, - 0x1f, 0x83, 0x5b, 0x19, 0xa2, 0x3c, 0x42, 0xb1, 0xb7, 0x8b, 0xa2, 0x38, 0xa7, 0x58, 0x6f, 0xb4, - 0x94, 0xb9, 0xeb, 0xee, 0xcd, 0x2a, 0xbc, 0x2c, 0xa2, 0x45, 0xc3, 0x03, 0x14, 0x47, 0x01, 0xe2, - 0xd8, 0x23, 0x69, 0xbc, 0xaf, 0x5f, 0x2d, 0x65, 0x53, 0x32, 0xb8, 0x91, 0xc6, 0xfb, 0xc6, 0x47, - 0x15, 0x34, 0xeb, 0x13, 0xc3, 0x05, 0xa0, 0xe5, 0x59, 0x49, 0x28, 0x1c, 0x2a, 0x09, 0x5a, 0xb7, - 0x29, 0x7b, 0x91, 0x16, 0x99, 0xcb, 0x85, 0x89, 0x6b, 0x88, 0xed, 0xb9, 0x40, 0xc8, 0x8b, 0x35, - 0x5c, 0x07, 0x13, 0x3e, 0xc5, 0x88, 0x8b, 0x51, 0x6b, 0xdd, 0xf9, 0xda, 0x19, 0x0c, 0x8f, 0xd5, - 0xe8, 0x10, 0x56, 0xaf, 0xb8, 0x15, 0xa5, 0xe0, 0x09, 0xba, 0xae, 0x5e, 0x8e, 0x27, 0x28, 0x3d, - 0x0d, 0x4c, 0x0e, 0xe7, 0x6a, 0x7c, 0x55, 0x40, 0xab, 0xde, 0x79, 0x96, 0x91, 0x94, 0x61, 0xb8, - 0x0c, 0xee, 0x9e, 0x9a, 0xbd, 0x87, 0x29, 0x25, 0xb4, 0x74, 0x40, 0xeb, 0x42, 0x59, 0x10, 0xcd, - 0x7c, 0x73, 0xab, 0x3c, 0x9b, 0xee, 0xed, 0x93, 0xae, 0xbc, 0x2c, 0xe4, 0xf0, 0x35, 0xb8, 0x46, - 0x31, 0xcb, 0x63, 0x2e, 0x8f, 0xc7, 0xf3, 0xf1, 0xc7, 0xa3, 0xa6, 0x38, 0xb7, 0xe4, 0xb8, 0x92, - 0x67, 0xbc, 0x00, 0xd3, 0xe7, 0x2a, 0xff, 0xeb, 0x1e, 0x74, 0x7f, 0x34, 0x80, 0x3e, 0x02, 0xd8, - 0x12, 0xa5, 0xc0, 0x6f, 0x0a, 0xb8, 0x73, 0xd6, 0x4d, 0x83, 0x4b, 0xe3, 0xbb, 0x38, 0xe7, 0x86, - 0x36, 0x2f, 0xe4, 0xa7, 0xb1, 0xf8, 0xfe, 0xe7, 0xaf, 0x4f, 0xea, 0x53, 0x38, 0x5f, 0xbc, 0x4f, - 0x07, 0x27, 0x5a, 0x5b, 0x92, 0x97, 0x92, 0x59, 0xed, 0xe3, 0x0f, 0x56, 0x65, 0xab, 0xd5, 0x3e, - 0x84, 0xbf, 0x15, 0xa0, 0xd7, 0xd9, 0x0e, 0x9d, 0x0b, 0xbb, 0x22, 0x1f, 0x8b, 0x66, 0xef, 0x32, - 0x08, 0x71, 0xea, 0x8c, 0x5e, 0xd9, 0xe1, 0xa2, 0xf1, 0xac, 0xe8, 0xf0, 0xa8, 0xa5, 0x83, 0x63, - 0xaf, 0xd0, 0x52, 0xfb, 0xf0, 0x8c, 0x06, 0xed, 0xa4, 0x44, 0xdb, 0x4a, 0xbb, 0xf7, 0x41, 0x05, - 0xb3, 0x3e, 0x49, 0xc6, 0x56, 0xd3, 0x9b, 0xae, 0xb3, 0x7d, 0xb3, 0xb8, 0xec, 0x9b, 0xca, 0x9b, - 0xd5, 0x0a, 0x11, 0x92, 0x18, 0xa5, 0xa1, 0x49, 0x68, 0x68, 0x85, 0x38, 0x2d, 0x9f, 0x02, 0xf9, - 0xad, 0xc8, 0x22, 0x56, 0xff, 0x7d, 0x5a, 0x90, 0x8b, 0xcf, 0x6a, 0x63, 0xc5, 0x71, 0xbe, 0xa8, - 0xad, 0x15, 0x01, 0x74, 0x02, 0x66, 0x8a, 0x65, 0xb1, 0xda, 0xee, 0x98, 0x55, 0x62, 0xf6, 0x5d, - 0x4a, 0xfa, 0x4e, 0xc0, 0xfa, 0x43, 0x49, 0x7f, 0xbb, 0xd3, 0x97, 0x92, 0x3f, 0xea, 0xac, 0x88, - 0xdb, 0xb6, 0x13, 0x30, 0xdb, 0x1e, 0x8a, 0x6c, 0x7b, 0xbb, 0x63, 0xdb, 0x52, 0xb6, 0x33, 0x51, - 0xd6, 0xf9, 0xe4, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x7d, 0x57, 0x2e, 0x59, 0x46, 0x07, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/search_term_view_service.pb.go b/googleapis/ads/googleads/v0/services/search_term_view_service.pb.go deleted file mode 100644 index 1e5d66eb01..0000000000 --- a/googleapis/ads/googleads/v0/services/search_term_view_service.pb.go +++ /dev/null @@ -1,177 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/search_term_view_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [SearchTermViewService.GetSearchTermView][google.ads.googleads.v0.services.SearchTermViewService.GetSearchTermView]. -type GetSearchTermViewRequest struct { - // The resource name of the search term view to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetSearchTermViewRequest) Reset() { *m = GetSearchTermViewRequest{} } -func (m *GetSearchTermViewRequest) String() string { return proto.CompactTextString(m) } -func (*GetSearchTermViewRequest) ProtoMessage() {} -func (*GetSearchTermViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_search_term_view_service_b0e8f585aa350d3e, []int{0} -} -func (m *GetSearchTermViewRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetSearchTermViewRequest.Unmarshal(m, b) -} -func (m *GetSearchTermViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetSearchTermViewRequest.Marshal(b, m, deterministic) -} -func (dst *GetSearchTermViewRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetSearchTermViewRequest.Merge(dst, src) -} -func (m *GetSearchTermViewRequest) XXX_Size() int { - return xxx_messageInfo_GetSearchTermViewRequest.Size(m) -} -func (m *GetSearchTermViewRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetSearchTermViewRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetSearchTermViewRequest proto.InternalMessageInfo - -func (m *GetSearchTermViewRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetSearchTermViewRequest)(nil), "google.ads.googleads.v0.services.GetSearchTermViewRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// SearchTermViewServiceClient is the client API for SearchTermViewService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type SearchTermViewServiceClient interface { - // Returns the attributes of the requested search term view. - GetSearchTermView(ctx context.Context, in *GetSearchTermViewRequest, opts ...grpc.CallOption) (*resources.SearchTermView, error) -} - -type searchTermViewServiceClient struct { - cc *grpc.ClientConn -} - -func NewSearchTermViewServiceClient(cc *grpc.ClientConn) SearchTermViewServiceClient { - return &searchTermViewServiceClient{cc} -} - -func (c *searchTermViewServiceClient) GetSearchTermView(ctx context.Context, in *GetSearchTermViewRequest, opts ...grpc.CallOption) (*resources.SearchTermView, error) { - out := new(resources.SearchTermView) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.SearchTermViewService/GetSearchTermView", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// SearchTermViewServiceServer is the server API for SearchTermViewService service. -type SearchTermViewServiceServer interface { - // Returns the attributes of the requested search term view. - GetSearchTermView(context.Context, *GetSearchTermViewRequest) (*resources.SearchTermView, error) -} - -func RegisterSearchTermViewServiceServer(s *grpc.Server, srv SearchTermViewServiceServer) { - s.RegisterService(&_SearchTermViewService_serviceDesc, srv) -} - -func _SearchTermViewService_GetSearchTermView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetSearchTermViewRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(SearchTermViewServiceServer).GetSearchTermView(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.SearchTermViewService/GetSearchTermView", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(SearchTermViewServiceServer).GetSearchTermView(ctx, req.(*GetSearchTermViewRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _SearchTermViewService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.SearchTermViewService", - HandlerType: (*SearchTermViewServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetSearchTermView", - Handler: _SearchTermViewService_GetSearchTermView_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/search_term_view_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/search_term_view_service.proto", fileDescriptor_search_term_view_service_b0e8f585aa350d3e) -} - -var fileDescriptor_search_term_view_service_b0e8f585aa350d3e = []byte{ - // 373 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0x31, 0x6a, 0xe3, 0x40, - 0x14, 0x45, 0x5a, 0x58, 0x58, 0xb1, 0x5b, 0xac, 0x60, 0xc1, 0x88, 0x2d, 0x8c, 0xd7, 0xc5, 0xe2, - 0x62, 0x46, 0x5e, 0x37, 0xbb, 0xb3, 0x04, 0x23, 0x37, 0x4e, 0x15, 0x8c, 0x1d, 0x54, 0x04, 0x81, - 0x98, 0x48, 0x1f, 0x45, 0x60, 0x69, 0x9c, 0xf9, 0xb2, 0x5c, 0x84, 0x14, 0xc9, 0x15, 0x72, 0x83, - 0x94, 0xb9, 0x43, 0x2e, 0x90, 0x36, 0x45, 0x2e, 0x90, 0x2a, 0xa7, 0x08, 0xf2, 0x68, 0x04, 0x26, - 0x16, 0xee, 0x1e, 0xf3, 0xdf, 0x7b, 0xff, 0xfd, 0x27, 0x59, 0xe3, 0x44, 0x88, 0x64, 0x09, 0x94, - 0xc7, 0x48, 0x15, 0xac, 0x50, 0xe9, 0x52, 0x04, 0x59, 0xa6, 0x11, 0x20, 0x45, 0xe0, 0x32, 0xba, - 0x08, 0x0b, 0x90, 0x59, 0x58, 0xa6, 0xb0, 0x09, 0xeb, 0x09, 0x59, 0x49, 0x51, 0x08, 0xbb, 0xab, - 0x54, 0x84, 0xc7, 0x48, 0x1a, 0x03, 0x52, 0xba, 0x44, 0x1b, 0x38, 0x7f, 0xdb, 0x56, 0x48, 0x40, - 0xb1, 0x96, 0xfb, 0x76, 0x28, 0x6f, 0xe7, 0xa7, 0x56, 0xae, 0x52, 0xca, 0xf3, 0x5c, 0x14, 0xbc, - 0x48, 0x45, 0x8e, 0x6a, 0xda, 0x1b, 0x5b, 0x9d, 0x29, 0x14, 0x8b, 0xad, 0xf4, 0x14, 0x64, 0xe6, - 0xa7, 0xb0, 0x99, 0xc3, 0xe5, 0x1a, 0xb0, 0xb0, 0x7f, 0x59, 0xdf, 0xb4, 0x7b, 0x98, 0xf3, 0x0c, - 0x3a, 0x46, 0xd7, 0xf8, 0xfd, 0x65, 0xfe, 0x55, 0x3f, 0x9e, 0xf0, 0x0c, 0xfe, 0xbc, 0x18, 0xd6, - 0x8f, 0x5d, 0xf9, 0x42, 0x65, 0xb6, 0x1f, 0x0d, 0xeb, 0xfb, 0x07, 0x6f, 0x9b, 0x91, 0x43, 0xb7, - 0x92, 0xb6, 0x40, 0xce, 0xb0, 0x55, 0xdb, 0xb4, 0x40, 0x76, 0x95, 0xbd, 0x7f, 0xb7, 0xcf, 0xaf, - 0x77, 0xe6, 0xc8, 0x1e, 0x56, 0x5d, 0x5d, 0xed, 0x9c, 0x73, 0x14, 0xad, 0xb1, 0x10, 0x19, 0x48, - 0xa4, 0x83, 0xba, 0x3c, 0x2d, 0x43, 0x3a, 0xb8, 0x9e, 0xdc, 0x98, 0x56, 0x3f, 0x12, 0xd9, 0xc1, - 0xbc, 0x13, 0x67, 0xef, 0xfd, 0xb3, 0xaa, 0xdf, 0x99, 0x71, 0x76, 0x5c, 0xeb, 0x13, 0xb1, 0xe4, - 0x79, 0x42, 0x84, 0x4c, 0x68, 0x02, 0xf9, 0xb6, 0x7d, 0xfd, 0x25, 0x57, 0x29, 0xb6, 0xff, 0x3b, - 0xff, 0x35, 0xb8, 0x37, 0x3f, 0x4d, 0x3d, 0xef, 0xc1, 0xec, 0x4e, 0x95, 0xa1, 0x17, 0x23, 0x51, - 0xb0, 0x42, 0xbe, 0x4b, 0xea, 0xc5, 0xf8, 0xa4, 0x29, 0x81, 0x17, 0x63, 0xd0, 0x50, 0x02, 0xdf, - 0x0d, 0x34, 0xe5, 0xcd, 0xec, 0xab, 0x77, 0xc6, 0xbc, 0x18, 0x19, 0x6b, 0x48, 0x8c, 0xf9, 0x2e, - 0x63, 0x9a, 0x76, 0xfe, 0x79, 0x9b, 0x73, 0xf4, 0x1e, 0x00, 0x00, 0xff, 0xff, 0x49, 0xc5, 0x5c, - 0x30, 0xe2, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/shared_criterion_service.pb.go b/googleapis/ads/googleads/v0/services/shared_criterion_service.pb.go deleted file mode 100644 index 4747f32aed..0000000000 --- a/googleapis/ads/googleads/v0/services/shared_criterion_service.pb.go +++ /dev/null @@ -1,544 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/shared_criterion_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [SharedCriterionService.GetSharedCriterion][google.ads.googleads.v0.services.SharedCriterionService.GetSharedCriterion]. -type GetSharedCriterionRequest struct { - // The resource name of the shared criterion to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetSharedCriterionRequest) Reset() { *m = GetSharedCriterionRequest{} } -func (m *GetSharedCriterionRequest) String() string { return proto.CompactTextString(m) } -func (*GetSharedCriterionRequest) ProtoMessage() {} -func (*GetSharedCriterionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_criterion_service_eb7666e13a33cd20, []int{0} -} -func (m *GetSharedCriterionRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetSharedCriterionRequest.Unmarshal(m, b) -} -func (m *GetSharedCriterionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetSharedCriterionRequest.Marshal(b, m, deterministic) -} -func (dst *GetSharedCriterionRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetSharedCriterionRequest.Merge(dst, src) -} -func (m *GetSharedCriterionRequest) XXX_Size() int { - return xxx_messageInfo_GetSharedCriterionRequest.Size(m) -} -func (m *GetSharedCriterionRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetSharedCriterionRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetSharedCriterionRequest proto.InternalMessageInfo - -func (m *GetSharedCriterionRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [SharedCriterionService.MutateSharedCriteria][google.ads.googleads.v0.services.SharedCriterionService.MutateSharedCriteria]. -type MutateSharedCriteriaRequest struct { - // The ID of the customer whose shared criteria are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual shared criteria. - Operations []*SharedCriterionOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateSharedCriteriaRequest) Reset() { *m = MutateSharedCriteriaRequest{} } -func (m *MutateSharedCriteriaRequest) String() string { return proto.CompactTextString(m) } -func (*MutateSharedCriteriaRequest) ProtoMessage() {} -func (*MutateSharedCriteriaRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_criterion_service_eb7666e13a33cd20, []int{1} -} -func (m *MutateSharedCriteriaRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateSharedCriteriaRequest.Unmarshal(m, b) -} -func (m *MutateSharedCriteriaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateSharedCriteriaRequest.Marshal(b, m, deterministic) -} -func (dst *MutateSharedCriteriaRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateSharedCriteriaRequest.Merge(dst, src) -} -func (m *MutateSharedCriteriaRequest) XXX_Size() int { - return xxx_messageInfo_MutateSharedCriteriaRequest.Size(m) -} -func (m *MutateSharedCriteriaRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateSharedCriteriaRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateSharedCriteriaRequest proto.InternalMessageInfo - -func (m *MutateSharedCriteriaRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateSharedCriteriaRequest) GetOperations() []*SharedCriterionOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateSharedCriteriaRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateSharedCriteriaRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, remove) on an shared criterion. -type SharedCriterionOperation struct { - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *SharedCriterionOperation_Create - // *SharedCriterionOperation_Remove - Operation isSharedCriterionOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SharedCriterionOperation) Reset() { *m = SharedCriterionOperation{} } -func (m *SharedCriterionOperation) String() string { return proto.CompactTextString(m) } -func (*SharedCriterionOperation) ProtoMessage() {} -func (*SharedCriterionOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_criterion_service_eb7666e13a33cd20, []int{2} -} -func (m *SharedCriterionOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SharedCriterionOperation.Unmarshal(m, b) -} -func (m *SharedCriterionOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SharedCriterionOperation.Marshal(b, m, deterministic) -} -func (dst *SharedCriterionOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_SharedCriterionOperation.Merge(dst, src) -} -func (m *SharedCriterionOperation) XXX_Size() int { - return xxx_messageInfo_SharedCriterionOperation.Size(m) -} -func (m *SharedCriterionOperation) XXX_DiscardUnknown() { - xxx_messageInfo_SharedCriterionOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_SharedCriterionOperation proto.InternalMessageInfo - -type isSharedCriterionOperation_Operation interface { - isSharedCriterionOperation_Operation() -} - -type SharedCriterionOperation_Create struct { - Create *resources.SharedCriterion `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type SharedCriterionOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*SharedCriterionOperation_Create) isSharedCriterionOperation_Operation() {} - -func (*SharedCriterionOperation_Remove) isSharedCriterionOperation_Operation() {} - -func (m *SharedCriterionOperation) GetOperation() isSharedCriterionOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *SharedCriterionOperation) GetCreate() *resources.SharedCriterion { - if x, ok := m.GetOperation().(*SharedCriterionOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *SharedCriterionOperation) GetRemove() string { - if x, ok := m.GetOperation().(*SharedCriterionOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*SharedCriterionOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _SharedCriterionOperation_OneofMarshaler, _SharedCriterionOperation_OneofUnmarshaler, _SharedCriterionOperation_OneofSizer, []interface{}{ - (*SharedCriterionOperation_Create)(nil), - (*SharedCriterionOperation_Remove)(nil), - } -} - -func _SharedCriterionOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*SharedCriterionOperation) - // operation - switch x := m.Operation.(type) { - case *SharedCriterionOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *SharedCriterionOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("SharedCriterionOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _SharedCriterionOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*SharedCriterionOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.SharedCriterion) - err := b.DecodeMessage(msg) - m.Operation = &SharedCriterionOperation_Create{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &SharedCriterionOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _SharedCriterionOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*SharedCriterionOperation) - // operation - switch x := m.Operation.(type) { - case *SharedCriterionOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *SharedCriterionOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for a shared criterion mutate. -type MutateSharedCriteriaResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateSharedCriterionResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateSharedCriteriaResponse) Reset() { *m = MutateSharedCriteriaResponse{} } -func (m *MutateSharedCriteriaResponse) String() string { return proto.CompactTextString(m) } -func (*MutateSharedCriteriaResponse) ProtoMessage() {} -func (*MutateSharedCriteriaResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_criterion_service_eb7666e13a33cd20, []int{3} -} -func (m *MutateSharedCriteriaResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateSharedCriteriaResponse.Unmarshal(m, b) -} -func (m *MutateSharedCriteriaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateSharedCriteriaResponse.Marshal(b, m, deterministic) -} -func (dst *MutateSharedCriteriaResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateSharedCriteriaResponse.Merge(dst, src) -} -func (m *MutateSharedCriteriaResponse) XXX_Size() int { - return xxx_messageInfo_MutateSharedCriteriaResponse.Size(m) -} -func (m *MutateSharedCriteriaResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateSharedCriteriaResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateSharedCriteriaResponse proto.InternalMessageInfo - -func (m *MutateSharedCriteriaResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateSharedCriteriaResponse) GetResults() []*MutateSharedCriterionResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the shared criterion mutate. -type MutateSharedCriterionResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateSharedCriterionResult) Reset() { *m = MutateSharedCriterionResult{} } -func (m *MutateSharedCriterionResult) String() string { return proto.CompactTextString(m) } -func (*MutateSharedCriterionResult) ProtoMessage() {} -func (*MutateSharedCriterionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_criterion_service_eb7666e13a33cd20, []int{4} -} -func (m *MutateSharedCriterionResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateSharedCriterionResult.Unmarshal(m, b) -} -func (m *MutateSharedCriterionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateSharedCriterionResult.Marshal(b, m, deterministic) -} -func (dst *MutateSharedCriterionResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateSharedCriterionResult.Merge(dst, src) -} -func (m *MutateSharedCriterionResult) XXX_Size() int { - return xxx_messageInfo_MutateSharedCriterionResult.Size(m) -} -func (m *MutateSharedCriterionResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateSharedCriterionResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateSharedCriterionResult proto.InternalMessageInfo - -func (m *MutateSharedCriterionResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetSharedCriterionRequest)(nil), "google.ads.googleads.v0.services.GetSharedCriterionRequest") - proto.RegisterType((*MutateSharedCriteriaRequest)(nil), "google.ads.googleads.v0.services.MutateSharedCriteriaRequest") - proto.RegisterType((*SharedCriterionOperation)(nil), "google.ads.googleads.v0.services.SharedCriterionOperation") - proto.RegisterType((*MutateSharedCriteriaResponse)(nil), "google.ads.googleads.v0.services.MutateSharedCriteriaResponse") - proto.RegisterType((*MutateSharedCriterionResult)(nil), "google.ads.googleads.v0.services.MutateSharedCriterionResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// SharedCriterionServiceClient is the client API for SharedCriterionService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type SharedCriterionServiceClient interface { - // Returns the requested shared criterion in full detail. - GetSharedCriterion(ctx context.Context, in *GetSharedCriterionRequest, opts ...grpc.CallOption) (*resources.SharedCriterion, error) - // Creates or removes shared criteria. Operation statuses are returned. - MutateSharedCriteria(ctx context.Context, in *MutateSharedCriteriaRequest, opts ...grpc.CallOption) (*MutateSharedCriteriaResponse, error) -} - -type sharedCriterionServiceClient struct { - cc *grpc.ClientConn -} - -func NewSharedCriterionServiceClient(cc *grpc.ClientConn) SharedCriterionServiceClient { - return &sharedCriterionServiceClient{cc} -} - -func (c *sharedCriterionServiceClient) GetSharedCriterion(ctx context.Context, in *GetSharedCriterionRequest, opts ...grpc.CallOption) (*resources.SharedCriterion, error) { - out := new(resources.SharedCriterion) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.SharedCriterionService/GetSharedCriterion", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *sharedCriterionServiceClient) MutateSharedCriteria(ctx context.Context, in *MutateSharedCriteriaRequest, opts ...grpc.CallOption) (*MutateSharedCriteriaResponse, error) { - out := new(MutateSharedCriteriaResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.SharedCriterionService/MutateSharedCriteria", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// SharedCriterionServiceServer is the server API for SharedCriterionService service. -type SharedCriterionServiceServer interface { - // Returns the requested shared criterion in full detail. - GetSharedCriterion(context.Context, *GetSharedCriterionRequest) (*resources.SharedCriterion, error) - // Creates or removes shared criteria. Operation statuses are returned. - MutateSharedCriteria(context.Context, *MutateSharedCriteriaRequest) (*MutateSharedCriteriaResponse, error) -} - -func RegisterSharedCriterionServiceServer(s *grpc.Server, srv SharedCriterionServiceServer) { - s.RegisterService(&_SharedCriterionService_serviceDesc, srv) -} - -func _SharedCriterionService_GetSharedCriterion_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetSharedCriterionRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(SharedCriterionServiceServer).GetSharedCriterion(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.SharedCriterionService/GetSharedCriterion", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(SharedCriterionServiceServer).GetSharedCriterion(ctx, req.(*GetSharedCriterionRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _SharedCriterionService_MutateSharedCriteria_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateSharedCriteriaRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(SharedCriterionServiceServer).MutateSharedCriteria(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.SharedCriterionService/MutateSharedCriteria", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(SharedCriterionServiceServer).MutateSharedCriteria(ctx, req.(*MutateSharedCriteriaRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _SharedCriterionService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.SharedCriterionService", - HandlerType: (*SharedCriterionServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetSharedCriterion", - Handler: _SharedCriterionService_GetSharedCriterion_Handler, - }, - { - MethodName: "MutateSharedCriteria", - Handler: _SharedCriterionService_MutateSharedCriteria_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/shared_criterion_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/shared_criterion_service.proto", fileDescriptor_shared_criterion_service_eb7666e13a33cd20) -} - -var fileDescriptor_shared_criterion_service_eb7666e13a33cd20 = []byte{ - // 664 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xcf, 0x6a, 0xd4, 0x40, - 0x18, 0x37, 0x59, 0xa9, 0x76, 0xb6, 0x2a, 0x8c, 0xff, 0xe2, 0xb6, 0xe8, 0x12, 0x0b, 0x96, 0x3d, - 0x24, 0x21, 0xbd, 0x94, 0x94, 0x56, 0x77, 0xc5, 0xb6, 0x82, 0xda, 0x92, 0x42, 0x85, 0xb2, 0x10, - 0xa6, 0xc9, 0x34, 0x06, 0x92, 0x4c, 0x9c, 0x99, 0xac, 0x94, 0xd2, 0x4b, 0x5f, 0xc0, 0x83, 0x6f, - 0xe0, 0xd1, 0xa3, 0x2f, 0xd0, 0xbb, 0x57, 0xf1, 0x0d, 0x3c, 0x88, 0x4f, 0x21, 0xc9, 0x64, 0xd6, - 0xee, 0x9a, 0x65, 0x65, 0x6f, 0x33, 0xdf, 0xf7, 0xcd, 0xef, 0xfb, 0xfd, 0xbe, 0x3f, 0x03, 0x9e, - 0x86, 0x84, 0x84, 0x31, 0x36, 0x51, 0xc0, 0x4c, 0x71, 0x2c, 0x4e, 0x03, 0xcb, 0x64, 0x98, 0x0e, - 0x22, 0x1f, 0x33, 0x93, 0xbd, 0x43, 0x14, 0x07, 0x9e, 0x4f, 0x23, 0x8e, 0x69, 0x44, 0x52, 0xaf, - 0xf2, 0x18, 0x19, 0x25, 0x9c, 0xc0, 0xb6, 0x78, 0x65, 0xa0, 0x80, 0x19, 0x43, 0x00, 0x63, 0x60, - 0x19, 0x12, 0xa0, 0xb5, 0x36, 0x29, 0x05, 0xc5, 0x8c, 0xe4, 0xb4, 0x2e, 0x87, 0xc0, 0x6e, 0x2d, - 0xc9, 0x97, 0x59, 0x64, 0xa2, 0x34, 0x25, 0x1c, 0xf1, 0x88, 0xa4, 0xac, 0xf2, 0x3e, 0xac, 0xbc, - 0xe5, 0xed, 0x28, 0x3f, 0x36, 0x3f, 0x50, 0x94, 0x65, 0x98, 0x4a, 0xff, 0xfd, 0xca, 0x4f, 0x33, - 0xdf, 0x64, 0x1c, 0xf1, 0xbc, 0x72, 0xe8, 0xcf, 0xc0, 0x83, 0x6d, 0xcc, 0xf7, 0xcb, 0x9c, 0xcf, - 0x65, 0x4a, 0x17, 0xbf, 0xcf, 0x31, 0xe3, 0xf0, 0x31, 0xb8, 0x21, 0x79, 0x79, 0x29, 0x4a, 0xb0, - 0xa6, 0xb4, 0x95, 0x95, 0x79, 0x77, 0x41, 0x1a, 0xdf, 0xa0, 0x04, 0xeb, 0xbf, 0x14, 0xb0, 0xf8, - 0x3a, 0xe7, 0x88, 0xe3, 0x11, 0x14, 0x24, 0x41, 0x1e, 0x81, 0xa6, 0x9f, 0x33, 0x4e, 0x12, 0x4c, - 0xbd, 0x28, 0xa8, 0x20, 0x80, 0x34, 0xbd, 0x0c, 0xe0, 0x21, 0x00, 0x24, 0xc3, 0x54, 0xe8, 0xd1, - 0xd4, 0x76, 0x63, 0xa5, 0x69, 0x3b, 0xc6, 0xb4, 0x52, 0x1a, 0x63, 0x9c, 0x77, 0x25, 0x84, 0x7b, - 0x09, 0x0d, 0x3e, 0x01, 0xb7, 0x32, 0x44, 0x79, 0x84, 0x62, 0xef, 0x18, 0x45, 0x71, 0x4e, 0xb1, - 0xd6, 0x68, 0x2b, 0x2b, 0xd7, 0xdd, 0x9b, 0x95, 0x79, 0x4b, 0x58, 0x0b, 0xa9, 0x03, 0x14, 0x47, - 0x01, 0xe2, 0xd8, 0x23, 0x69, 0x7c, 0xa2, 0x5d, 0x2d, 0xc3, 0x16, 0xa4, 0x71, 0x37, 0x8d, 0x4f, - 0xf4, 0x8f, 0x0a, 0xd0, 0x26, 0xa5, 0x85, 0xaf, 0xc0, 0x9c, 0x4f, 0x31, 0xe2, 0xa2, 0x4a, 0x4d, - 0xdb, 0x9e, 0x28, 0x61, 0xd8, 0xeb, 0x71, 0x0d, 0x3b, 0x57, 0xdc, 0x0a, 0x03, 0x6a, 0x60, 0x8e, - 0xe2, 0x84, 0x0c, 0x04, 0xdf, 0xf9, 0xc2, 0x23, 0xee, 0xbd, 0x26, 0x98, 0x1f, 0x0a, 0xd4, 0x2f, - 0x14, 0xb0, 0x54, 0x5f, 0x7c, 0x96, 0x91, 0x94, 0x61, 0xb8, 0x05, 0xee, 0x8e, 0x15, 0xc0, 0xc3, - 0x94, 0x12, 0x5a, 0xc2, 0x36, 0x6d, 0x28, 0x49, 0xd2, 0xcc, 0x37, 0xf6, 0xcb, 0xc1, 0x70, 0x6f, - 0x8f, 0x96, 0xe6, 0x45, 0x11, 0x0e, 0xdf, 0x82, 0x6b, 0x14, 0xb3, 0x3c, 0xe6, 0xb2, 0x43, 0x1b, - 0xd3, 0x3b, 0x54, 0x43, 0xac, 0x98, 0xad, 0x02, 0xc5, 0x95, 0x68, 0x7a, 0xaf, 0x76, 0x7a, 0x64, - 0xdc, 0x7f, 0x8d, 0xa0, 0xfd, 0xb5, 0x01, 0xee, 0x8d, 0x3d, 0xdf, 0x17, 0x24, 0xe0, 0x85, 0x02, - 0xe0, 0xbf, 0x03, 0x0e, 0xd7, 0xa7, 0xb3, 0x9f, 0xb8, 0x16, 0xad, 0x19, 0x3a, 0xab, 0xaf, 0x9d, - 0x7f, 0xff, 0xf9, 0x49, 0xb5, 0xa1, 0x55, 0x2c, 0xfb, 0xe9, 0x88, 0xa4, 0x0d, 0xb9, 0x0b, 0xcc, - 0xec, 0x54, 0xdb, 0x2f, 0xdb, 0x68, 0x76, 0xce, 0xe0, 0x0f, 0x05, 0xdc, 0xa9, 0x6b, 0x31, 0x9c, - 0xad, 0x03, 0x72, 0x2f, 0x5b, 0x9b, 0xb3, 0x3e, 0x17, 0x93, 0xa5, 0x6f, 0x96, 0x8a, 0xd6, 0xf4, - 0xd5, 0x42, 0xd1, 0x5f, 0x09, 0xa7, 0x97, 0x96, 0x7d, 0xa3, 0x73, 0x36, 0x26, 0xc8, 0x49, 0x4a, - 0x48, 0x47, 0xe9, 0xf4, 0xce, 0x55, 0xb0, 0xec, 0x93, 0x64, 0x2a, 0x8b, 0xde, 0x62, 0x7d, 0x6b, - 0xf7, 0x8a, 0xff, 0x6b, 0x4f, 0x39, 0xdc, 0xa9, 0x00, 0x42, 0x12, 0xa3, 0x34, 0x34, 0x08, 0x0d, - 0xcd, 0x10, 0xa7, 0xe5, 0xef, 0x26, 0xbf, 0xd8, 0x2c, 0x62, 0x93, 0x3f, 0xf5, 0x75, 0x79, 0xf8, - 0xac, 0x36, 0xb6, 0xbb, 0xdd, 0x2f, 0x6a, 0x7b, 0x5b, 0x00, 0x76, 0x03, 0x66, 0x88, 0x63, 0x71, - 0x3a, 0xb0, 0x8c, 0x2a, 0x31, 0xfb, 0x26, 0x43, 0xfa, 0xdd, 0x80, 0xf5, 0x87, 0x21, 0xfd, 0x03, - 0xab, 0x2f, 0x43, 0x7e, 0xab, 0xcb, 0xc2, 0xee, 0x38, 0xdd, 0x80, 0x39, 0xce, 0x30, 0xc8, 0x71, - 0x0e, 0x2c, 0xc7, 0x91, 0x61, 0x47, 0x73, 0x25, 0xcf, 0xd5, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, - 0x3d, 0x7f, 0xcc, 0x3d, 0x7b, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/shared_set_service.pb.go b/googleapis/ads/googleads/v0/services/shared_set_service.pb.go deleted file mode 100644 index a875874f2e..0000000000 --- a/googleapis/ads/googleads/v0/services/shared_set_service.pb.go +++ /dev/null @@ -1,590 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/shared_set_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [SharedSetService.GetSharedSet][google.ads.googleads.v0.services.SharedSetService.GetSharedSet]. -type GetSharedSetRequest struct { - // The resource name of the shared set to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetSharedSetRequest) Reset() { *m = GetSharedSetRequest{} } -func (m *GetSharedSetRequest) String() string { return proto.CompactTextString(m) } -func (*GetSharedSetRequest) ProtoMessage() {} -func (*GetSharedSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_service_8c173976275bc5fe, []int{0} -} -func (m *GetSharedSetRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetSharedSetRequest.Unmarshal(m, b) -} -func (m *GetSharedSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetSharedSetRequest.Marshal(b, m, deterministic) -} -func (dst *GetSharedSetRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetSharedSetRequest.Merge(dst, src) -} -func (m *GetSharedSetRequest) XXX_Size() int { - return xxx_messageInfo_GetSharedSetRequest.Size(m) -} -func (m *GetSharedSetRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetSharedSetRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetSharedSetRequest proto.InternalMessageInfo - -func (m *GetSharedSetRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [SharedSetService.MutateSharedSets][google.ads.googleads.v0.services.SharedSetService.MutateSharedSets]. -type MutateSharedSetsRequest struct { - // The ID of the customer whose shared sets are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual shared sets. - Operations []*SharedSetOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateSharedSetsRequest) Reset() { *m = MutateSharedSetsRequest{} } -func (m *MutateSharedSetsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateSharedSetsRequest) ProtoMessage() {} -func (*MutateSharedSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_service_8c173976275bc5fe, []int{1} -} -func (m *MutateSharedSetsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateSharedSetsRequest.Unmarshal(m, b) -} -func (m *MutateSharedSetsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateSharedSetsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateSharedSetsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateSharedSetsRequest.Merge(dst, src) -} -func (m *MutateSharedSetsRequest) XXX_Size() int { - return xxx_messageInfo_MutateSharedSetsRequest.Size(m) -} -func (m *MutateSharedSetsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateSharedSetsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateSharedSetsRequest proto.InternalMessageInfo - -func (m *MutateSharedSetsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateSharedSetsRequest) GetOperations() []*SharedSetOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateSharedSetsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateSharedSetsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update, remove) on an shared set. -type SharedSetOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *SharedSetOperation_Create - // *SharedSetOperation_Update - // *SharedSetOperation_Remove - Operation isSharedSetOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SharedSetOperation) Reset() { *m = SharedSetOperation{} } -func (m *SharedSetOperation) String() string { return proto.CompactTextString(m) } -func (*SharedSetOperation) ProtoMessage() {} -func (*SharedSetOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_service_8c173976275bc5fe, []int{2} -} -func (m *SharedSetOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SharedSetOperation.Unmarshal(m, b) -} -func (m *SharedSetOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SharedSetOperation.Marshal(b, m, deterministic) -} -func (dst *SharedSetOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_SharedSetOperation.Merge(dst, src) -} -func (m *SharedSetOperation) XXX_Size() int { - return xxx_messageInfo_SharedSetOperation.Size(m) -} -func (m *SharedSetOperation) XXX_DiscardUnknown() { - xxx_messageInfo_SharedSetOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_SharedSetOperation proto.InternalMessageInfo - -func (m *SharedSetOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isSharedSetOperation_Operation interface { - isSharedSetOperation_Operation() -} - -type SharedSetOperation_Create struct { - Create *resources.SharedSet `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type SharedSetOperation_Update struct { - Update *resources.SharedSet `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type SharedSetOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*SharedSetOperation_Create) isSharedSetOperation_Operation() {} - -func (*SharedSetOperation_Update) isSharedSetOperation_Operation() {} - -func (*SharedSetOperation_Remove) isSharedSetOperation_Operation() {} - -func (m *SharedSetOperation) GetOperation() isSharedSetOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *SharedSetOperation) GetCreate() *resources.SharedSet { - if x, ok := m.GetOperation().(*SharedSetOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *SharedSetOperation) GetUpdate() *resources.SharedSet { - if x, ok := m.GetOperation().(*SharedSetOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *SharedSetOperation) GetRemove() string { - if x, ok := m.GetOperation().(*SharedSetOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*SharedSetOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _SharedSetOperation_OneofMarshaler, _SharedSetOperation_OneofUnmarshaler, _SharedSetOperation_OneofSizer, []interface{}{ - (*SharedSetOperation_Create)(nil), - (*SharedSetOperation_Update)(nil), - (*SharedSetOperation_Remove)(nil), - } -} - -func _SharedSetOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*SharedSetOperation) - // operation - switch x := m.Operation.(type) { - case *SharedSetOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *SharedSetOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *SharedSetOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("SharedSetOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _SharedSetOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*SharedSetOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.SharedSet) - err := b.DecodeMessage(msg) - m.Operation = &SharedSetOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.SharedSet) - err := b.DecodeMessage(msg) - m.Operation = &SharedSetOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &SharedSetOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _SharedSetOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*SharedSetOperation) - // operation - switch x := m.Operation.(type) { - case *SharedSetOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *SharedSetOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *SharedSetOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for a shared set mutate. -type MutateSharedSetsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateSharedSetResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateSharedSetsResponse) Reset() { *m = MutateSharedSetsResponse{} } -func (m *MutateSharedSetsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateSharedSetsResponse) ProtoMessage() {} -func (*MutateSharedSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_service_8c173976275bc5fe, []int{3} -} -func (m *MutateSharedSetsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateSharedSetsResponse.Unmarshal(m, b) -} -func (m *MutateSharedSetsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateSharedSetsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateSharedSetsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateSharedSetsResponse.Merge(dst, src) -} -func (m *MutateSharedSetsResponse) XXX_Size() int { - return xxx_messageInfo_MutateSharedSetsResponse.Size(m) -} -func (m *MutateSharedSetsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateSharedSetsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateSharedSetsResponse proto.InternalMessageInfo - -func (m *MutateSharedSetsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateSharedSetsResponse) GetResults() []*MutateSharedSetResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the shared set mutate. -type MutateSharedSetResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateSharedSetResult) Reset() { *m = MutateSharedSetResult{} } -func (m *MutateSharedSetResult) String() string { return proto.CompactTextString(m) } -func (*MutateSharedSetResult) ProtoMessage() {} -func (*MutateSharedSetResult) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_service_8c173976275bc5fe, []int{4} -} -func (m *MutateSharedSetResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateSharedSetResult.Unmarshal(m, b) -} -func (m *MutateSharedSetResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateSharedSetResult.Marshal(b, m, deterministic) -} -func (dst *MutateSharedSetResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateSharedSetResult.Merge(dst, src) -} -func (m *MutateSharedSetResult) XXX_Size() int { - return xxx_messageInfo_MutateSharedSetResult.Size(m) -} -func (m *MutateSharedSetResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateSharedSetResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateSharedSetResult proto.InternalMessageInfo - -func (m *MutateSharedSetResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetSharedSetRequest)(nil), "google.ads.googleads.v0.services.GetSharedSetRequest") - proto.RegisterType((*MutateSharedSetsRequest)(nil), "google.ads.googleads.v0.services.MutateSharedSetsRequest") - proto.RegisterType((*SharedSetOperation)(nil), "google.ads.googleads.v0.services.SharedSetOperation") - proto.RegisterType((*MutateSharedSetsResponse)(nil), "google.ads.googleads.v0.services.MutateSharedSetsResponse") - proto.RegisterType((*MutateSharedSetResult)(nil), "google.ads.googleads.v0.services.MutateSharedSetResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// SharedSetServiceClient is the client API for SharedSetService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type SharedSetServiceClient interface { - // Returns the requested shared set in full detail. - GetSharedSet(ctx context.Context, in *GetSharedSetRequest, opts ...grpc.CallOption) (*resources.SharedSet, error) - // Creates, updates, or removes shared sets. Operation statuses are returned. - MutateSharedSets(ctx context.Context, in *MutateSharedSetsRequest, opts ...grpc.CallOption) (*MutateSharedSetsResponse, error) -} - -type sharedSetServiceClient struct { - cc *grpc.ClientConn -} - -func NewSharedSetServiceClient(cc *grpc.ClientConn) SharedSetServiceClient { - return &sharedSetServiceClient{cc} -} - -func (c *sharedSetServiceClient) GetSharedSet(ctx context.Context, in *GetSharedSetRequest, opts ...grpc.CallOption) (*resources.SharedSet, error) { - out := new(resources.SharedSet) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.SharedSetService/GetSharedSet", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *sharedSetServiceClient) MutateSharedSets(ctx context.Context, in *MutateSharedSetsRequest, opts ...grpc.CallOption) (*MutateSharedSetsResponse, error) { - out := new(MutateSharedSetsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.SharedSetService/MutateSharedSets", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// SharedSetServiceServer is the server API for SharedSetService service. -type SharedSetServiceServer interface { - // Returns the requested shared set in full detail. - GetSharedSet(context.Context, *GetSharedSetRequest) (*resources.SharedSet, error) - // Creates, updates, or removes shared sets. Operation statuses are returned. - MutateSharedSets(context.Context, *MutateSharedSetsRequest) (*MutateSharedSetsResponse, error) -} - -func RegisterSharedSetServiceServer(s *grpc.Server, srv SharedSetServiceServer) { - s.RegisterService(&_SharedSetService_serviceDesc, srv) -} - -func _SharedSetService_GetSharedSet_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetSharedSetRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(SharedSetServiceServer).GetSharedSet(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.SharedSetService/GetSharedSet", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(SharedSetServiceServer).GetSharedSet(ctx, req.(*GetSharedSetRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _SharedSetService_MutateSharedSets_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateSharedSetsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(SharedSetServiceServer).MutateSharedSets(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.SharedSetService/MutateSharedSets", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(SharedSetServiceServer).MutateSharedSets(ctx, req.(*MutateSharedSetsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _SharedSetService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.SharedSetService", - HandlerType: (*SharedSetServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetSharedSet", - Handler: _SharedSetService_GetSharedSet_Handler, - }, - { - MethodName: "MutateSharedSets", - Handler: _SharedSetService_MutateSharedSets_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/shared_set_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/shared_set_service.proto", fileDescriptor_shared_set_service_8c173976275bc5fe) -} - -var fileDescriptor_shared_set_service_8c173976275bc5fe = []byte{ - // 705 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0xcf, 0x4e, 0xd4, 0x40, - 0x1c, 0xb6, 0xbb, 0x06, 0x65, 0x8a, 0x4a, 0x86, 0x10, 0x9a, 0x8d, 0xd1, 0x4d, 0x25, 0x91, 0x6c, - 0x48, 0xbb, 0x59, 0x31, 0x86, 0x41, 0x0e, 0x4b, 0x22, 0xe0, 0x01, 0xc1, 0xae, 0xe1, 0x60, 0x36, - 0x69, 0x86, 0xed, 0xb0, 0x36, 0xb4, 0x9d, 0x3a, 0x33, 0x5d, 0x43, 0x08, 0x17, 0x0f, 0xc6, 0xbb, - 0x6f, 0xe0, 0x4d, 0xef, 0x3e, 0x82, 0x17, 0xaf, 0xde, 0x3d, 0x79, 0xf2, 0x19, 0x3c, 0x98, 0xe9, - 0x74, 0xca, 0xb2, 0x40, 0x56, 0xb8, 0x4d, 0x7f, 0xf3, 0x7d, 0xdf, 0xef, 0xff, 0x14, 0x2c, 0xf7, - 0x29, 0xed, 0x47, 0xc4, 0xc5, 0x01, 0x77, 0xd5, 0x51, 0x9e, 0x06, 0x4d, 0x97, 0x13, 0x36, 0x08, - 0x7b, 0x84, 0xbb, 0xfc, 0x0d, 0x66, 0x24, 0xf0, 0x39, 0x11, 0x7e, 0x61, 0x73, 0x52, 0x46, 0x05, - 0x85, 0x75, 0x85, 0x77, 0x70, 0xc0, 0x9d, 0x92, 0xea, 0x0c, 0x9a, 0x8e, 0xa6, 0xd6, 0x5a, 0x17, - 0x89, 0x33, 0xc2, 0x69, 0xc6, 0x4e, 0xab, 0x2b, 0xd5, 0xda, 0x5d, 0xcd, 0x49, 0x43, 0x17, 0x27, - 0x09, 0x15, 0x58, 0x84, 0x34, 0xe1, 0xc5, 0x6d, 0xe1, 0xd3, 0xcd, 0xbf, 0xf6, 0xb2, 0x7d, 0x77, - 0x3f, 0x24, 0x51, 0xe0, 0xc7, 0x98, 0x1f, 0x14, 0x88, 0x7b, 0xa3, 0x88, 0x77, 0x0c, 0xa7, 0x29, - 0x61, 0x5a, 0x61, 0xae, 0xb8, 0x67, 0x69, 0xcf, 0xe5, 0x02, 0x8b, 0xac, 0xb8, 0xb0, 0x11, 0x98, - 0xd9, 0x20, 0xa2, 0x93, 0xc7, 0xd3, 0x21, 0xc2, 0x23, 0x6f, 0x33, 0xc2, 0x05, 0x7c, 0x00, 0x6e, - 0xe9, 0x68, 0xfd, 0x04, 0xc7, 0xc4, 0x32, 0xea, 0xc6, 0xc2, 0xa4, 0x37, 0xa5, 0x8d, 0x2f, 0x70, - 0x4c, 0xec, 0x5f, 0x06, 0x98, 0xdb, 0xca, 0x04, 0x16, 0xa4, 0xe4, 0x73, 0x2d, 0x70, 0x1f, 0x98, - 0xbd, 0x8c, 0x0b, 0x1a, 0x13, 0xe6, 0x87, 0x41, 0x41, 0x07, 0xda, 0xf4, 0x3c, 0x80, 0xaf, 0x00, - 0xa0, 0x29, 0x61, 0x2a, 0x4f, 0xab, 0x52, 0xaf, 0x2e, 0x98, 0xad, 0x25, 0x67, 0x5c, 0x71, 0x9d, - 0xd2, 0xd3, 0xb6, 0x26, 0x7b, 0x43, 0x3a, 0xf0, 0x21, 0xb8, 0x93, 0x62, 0x26, 0x42, 0x1c, 0xf9, - 0xfb, 0x38, 0x8c, 0x32, 0x46, 0xac, 0x6a, 0xdd, 0x58, 0xb8, 0xe9, 0xdd, 0x2e, 0xcc, 0xeb, 0xca, - 0x2a, 0x13, 0x1c, 0xe0, 0x28, 0x0c, 0xb0, 0x20, 0x3e, 0x4d, 0xa2, 0x43, 0xeb, 0x7a, 0x0e, 0x9b, - 0xd2, 0xc6, 0xed, 0x24, 0x3a, 0xb4, 0x3f, 0x56, 0x00, 0x3c, 0xeb, 0x10, 0xae, 0x00, 0x33, 0x4b, - 0x73, 0xa6, 0xec, 0x40, 0xce, 0x34, 0x5b, 0x35, 0x1d, 0xbb, 0x6e, 0x81, 0xb3, 0x2e, 0x9b, 0xb4, - 0x85, 0xf9, 0x81, 0x07, 0x14, 0x5c, 0x9e, 0xe1, 0x3a, 0x98, 0xe8, 0x31, 0x82, 0x85, 0x2a, 0xa9, - 0xd9, 0x5a, 0xbc, 0x30, 0xe7, 0x72, 0x5c, 0x4e, 0x92, 0xde, 0xbc, 0xe6, 0x15, 0x6c, 0xa9, 0xa3, - 0x54, 0xad, 0xca, 0xd5, 0x74, 0x14, 0x1b, 0x5a, 0x60, 0x82, 0x91, 0x98, 0x0e, 0x54, 0xa1, 0x26, - 0xe5, 0x8d, 0xfa, 0x5e, 0x33, 0xc1, 0x64, 0x59, 0x59, 0xfb, 0x9b, 0x01, 0xac, 0xb3, 0xbd, 0xe6, - 0x29, 0x4d, 0xb8, 0x8c, 0x65, 0x76, 0xa4, 0xea, 0x3e, 0x61, 0x8c, 0xb2, 0x5c, 0xd2, 0x6c, 0x41, - 0x1d, 0x1a, 0x4b, 0x7b, 0x4e, 0x27, 0x9f, 0x3e, 0x6f, 0xe6, 0x74, 0x3f, 0x9e, 0x49, 0x38, 0x7c, - 0x09, 0x6e, 0x30, 0xc2, 0xb3, 0x48, 0xe8, 0x81, 0x78, 0x32, 0x7e, 0x20, 0x46, 0x82, 0xf2, 0x72, - 0xbe, 0xa7, 0x75, 0xec, 0xa7, 0x60, 0xf6, 0x5c, 0xc4, 0x7f, 0x4d, 0x78, 0xeb, 0x43, 0x15, 0x4c, - 0x97, 0xc4, 0x8e, 0x72, 0x09, 0xbf, 0x18, 0x60, 0x6a, 0x78, 0x67, 0xe0, 0xe3, 0xf1, 0x51, 0x9e, - 0xb3, 0x63, 0xb5, 0x4b, 0x75, 0xcc, 0x5e, 0x7a, 0xff, 0xf3, 0xf7, 0xa7, 0x8a, 0x03, 0x17, 0xe5, - 0x4b, 0x72, 0x74, 0x2a, 0xf4, 0x55, 0xbd, 0x56, 0xdc, 0x6d, 0x14, 0x4f, 0x8b, 0x6c, 0x8f, 0xdb, - 0x38, 0x86, 0xdf, 0x0d, 0x30, 0x3d, 0xda, 0x36, 0xb8, 0x7c, 0xe9, 0xaa, 0xea, 0xb5, 0xae, 0xa1, - 0xab, 0x50, 0xd5, 0x94, 0xd8, 0x28, 0xcf, 0x60, 0xc9, 0x76, 0x65, 0x06, 0x27, 0x21, 0x1f, 0x0d, - 0xbd, 0x13, 0xab, 0x8d, 0xe3, 0xa1, 0x04, 0x50, 0x9c, 0x4b, 0x21, 0xa3, 0xb1, 0xf6, 0xd7, 0x00, - 0xf3, 0x3d, 0x1a, 0x8f, 0xf5, 0xbe, 0x36, 0x3b, 0xda, 0xae, 0x1d, 0xb9, 0x8e, 0x3b, 0xc6, 0xeb, - 0xcd, 0x82, 0xda, 0xa7, 0x11, 0x4e, 0xfa, 0x0e, 0x65, 0x7d, 0xb7, 0x4f, 0x92, 0x7c, 0x59, 0xf5, - 0x2b, 0x9d, 0x86, 0xfc, 0xe2, 0x3f, 0xc2, 0x8a, 0x3e, 0x7c, 0xae, 0x54, 0x37, 0xda, 0xed, 0xaf, - 0x95, 0xfa, 0x86, 0x12, 0x6c, 0x07, 0xdc, 0x51, 0x47, 0x79, 0xda, 0x6d, 0x3a, 0x85, 0x63, 0xfe, - 0x43, 0x43, 0xba, 0xed, 0x80, 0x77, 0x4b, 0x48, 0x77, 0xb7, 0xd9, 0xd5, 0x90, 0x3f, 0x95, 0x79, - 0x65, 0x47, 0xa8, 0x1d, 0x70, 0x84, 0x4a, 0x10, 0x42, 0xbb, 0x4d, 0x84, 0x34, 0x6c, 0x6f, 0x22, - 0x8f, 0xf3, 0xd1, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x7e, 0xfe, 0xb0, 0x60, 0xb8, 0x06, 0x00, - 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/topic_constant_service.pb.go b/googleapis/ads/googleads/v0/services/topic_constant_service.pb.go deleted file mode 100644 index 87034627e1..0000000000 --- a/googleapis/ads/googleads/v0/services/topic_constant_service.pb.go +++ /dev/null @@ -1,176 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/topic_constant_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [TopicConstantService.GetTopicConstant][google.ads.googleads.v0.services.TopicConstantService.GetTopicConstant]. -type GetTopicConstantRequest struct { - // Resource name of the Topic to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetTopicConstantRequest) Reset() { *m = GetTopicConstantRequest{} } -func (m *GetTopicConstantRequest) String() string { return proto.CompactTextString(m) } -func (*GetTopicConstantRequest) ProtoMessage() {} -func (*GetTopicConstantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_topic_constant_service_d052687b73cc34a6, []int{0} -} -func (m *GetTopicConstantRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetTopicConstantRequest.Unmarshal(m, b) -} -func (m *GetTopicConstantRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetTopicConstantRequest.Marshal(b, m, deterministic) -} -func (dst *GetTopicConstantRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetTopicConstantRequest.Merge(dst, src) -} -func (m *GetTopicConstantRequest) XXX_Size() int { - return xxx_messageInfo_GetTopicConstantRequest.Size(m) -} -func (m *GetTopicConstantRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetTopicConstantRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetTopicConstantRequest proto.InternalMessageInfo - -func (m *GetTopicConstantRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetTopicConstantRequest)(nil), "google.ads.googleads.v0.services.GetTopicConstantRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// TopicConstantServiceClient is the client API for TopicConstantService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type TopicConstantServiceClient interface { - // Returns the requested topic constant in full detail. - GetTopicConstant(ctx context.Context, in *GetTopicConstantRequest, opts ...grpc.CallOption) (*resources.TopicConstant, error) -} - -type topicConstantServiceClient struct { - cc *grpc.ClientConn -} - -func NewTopicConstantServiceClient(cc *grpc.ClientConn) TopicConstantServiceClient { - return &topicConstantServiceClient{cc} -} - -func (c *topicConstantServiceClient) GetTopicConstant(ctx context.Context, in *GetTopicConstantRequest, opts ...grpc.CallOption) (*resources.TopicConstant, error) { - out := new(resources.TopicConstant) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.TopicConstantService/GetTopicConstant", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// TopicConstantServiceServer is the server API for TopicConstantService service. -type TopicConstantServiceServer interface { - // Returns the requested topic constant in full detail. - GetTopicConstant(context.Context, *GetTopicConstantRequest) (*resources.TopicConstant, error) -} - -func RegisterTopicConstantServiceServer(s *grpc.Server, srv TopicConstantServiceServer) { - s.RegisterService(&_TopicConstantService_serviceDesc, srv) -} - -func _TopicConstantService_GetTopicConstant_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetTopicConstantRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(TopicConstantServiceServer).GetTopicConstant(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.TopicConstantService/GetTopicConstant", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(TopicConstantServiceServer).GetTopicConstant(ctx, req.(*GetTopicConstantRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _TopicConstantService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.TopicConstantService", - HandlerType: (*TopicConstantServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetTopicConstant", - Handler: _TopicConstantService_GetTopicConstant_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/topic_constant_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/topic_constant_service.proto", fileDescriptor_topic_constant_service_d052687b73cc34a6) -} - -var fileDescriptor_topic_constant_service_d052687b73cc34a6 = []byte{ - // 354 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4d, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xe2, 0xd4, - 0xa2, 0xb2, 0xcc, 0xe4, 0xd4, 0x62, 0xfd, 0x92, 0xfc, 0x82, 0xcc, 0xe4, 0xf8, 0xe4, 0xfc, 0xbc, - 0xe2, 0x92, 0xc4, 0xbc, 0x92, 0x78, 0xa8, 0xb8, 0x5e, 0x41, 0x51, 0x7e, 0x49, 0xbe, 0x90, 0x02, - 0x44, 0x8f, 0x5e, 0x62, 0x4a, 0xb1, 0x1e, 0x5c, 0xbb, 0x5e, 0x99, 0x81, 0x1e, 0x4c, 0xbb, 0x94, - 0x19, 0x2e, 0x0b, 0x8a, 0x52, 0x8b, 0xf3, 0x4b, 0x8b, 0x30, 0x6d, 0x80, 0x98, 0x2c, 0x25, 0x03, - 0xd3, 0x57, 0x90, 0xa9, 0x9f, 0x98, 0x97, 0x97, 0x5f, 0x92, 0x58, 0x92, 0x99, 0x9f, 0x57, 0x0c, - 0x91, 0x55, 0xb2, 0xe3, 0x12, 0x77, 0x4f, 0x2d, 0x09, 0x01, 0x69, 0x74, 0x86, 0xea, 0x0b, 0x4a, - 0x2d, 0x2c, 0x4d, 0x2d, 0x2e, 0x11, 0x52, 0xe6, 0xe2, 0x85, 0x19, 0x1d, 0x9f, 0x97, 0x98, 0x9b, - 0x2a, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0xc4, 0x03, 0x13, 0xf4, 0x4b, 0xcc, 0x4d, 0x35, 0x3a, - 0xc6, 0xc8, 0x25, 0x82, 0xa2, 0x3b, 0x18, 0xe2, 0x5e, 0xa1, 0xb5, 0x8c, 0x5c, 0x02, 0xe8, 0x26, - 0x0b, 0x59, 0xea, 0x11, 0xf2, 0xa6, 0x1e, 0x0e, 0xd7, 0x48, 0x19, 0xe0, 0xd4, 0x0a, 0xf7, 0xbf, - 0x1e, 0x8a, 0x46, 0x25, 0x9d, 0xa6, 0xcb, 0x4f, 0x26, 0x33, 0xa9, 0x09, 0xa9, 0x80, 0x02, 0xa9, - 0x1a, 0xc5, 0x2b, 0xb6, 0x25, 0xc8, 0x2a, 0x8b, 0xf5, 0xb5, 0x6a, 0x9d, 0x1a, 0x98, 0xb8, 0x54, - 0x92, 0xf3, 0x73, 0x09, 0x3a, 0xd0, 0x49, 0x12, 0x9b, 0x77, 0x03, 0x40, 0x81, 0x19, 0xc0, 0x18, - 0xe5, 0x01, 0xd5, 0x9e, 0x9e, 0x9f, 0x93, 0x98, 0x97, 0xae, 0x97, 0x5f, 0x94, 0xae, 0x9f, 0x9e, - 0x9a, 0x07, 0x0e, 0x6a, 0x58, 0xa4, 0x15, 0x64, 0x16, 0xe3, 0x4e, 0x24, 0xd6, 0x30, 0xc6, 0x22, - 0x26, 0x66, 0x77, 0x47, 0xc7, 0x55, 0x4c, 0x0a, 0xee, 0x10, 0x03, 0x1d, 0x53, 0x8a, 0xf5, 0x20, - 0x4c, 0x10, 0x2b, 0xcc, 0x40, 0x0f, 0x6a, 0x71, 0xf1, 0x29, 0x98, 0x92, 0x18, 0xc7, 0x94, 0xe2, - 0x18, 0xb8, 0x92, 0x98, 0x30, 0x83, 0x18, 0x98, 0x92, 0x57, 0x4c, 0x2a, 0x10, 0x71, 0x2b, 0x2b, - 0xc7, 0x94, 0x62, 0x2b, 0x2b, 0xb8, 0x22, 0x2b, 0xab, 0x30, 0x03, 0x2b, 0x2b, 0x98, 0xb2, 0x24, - 0x36, 0xb0, 0x3b, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x15, 0xb8, 0x80, 0x62, 0xcb, 0x02, - 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/topic_view_service.pb.go b/googleapis/ads/googleads/v0/services/topic_view_service.pb.go deleted file mode 100644 index ba6f2221dc..0000000000 --- a/googleapis/ads/googleads/v0/services/topic_view_service.pb.go +++ /dev/null @@ -1,176 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/topic_view_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [TopicViewService.GetTopicView][google.ads.googleads.v0.services.TopicViewService.GetTopicView]. -type GetTopicViewRequest struct { - // The resource name of the topic view to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetTopicViewRequest) Reset() { *m = GetTopicViewRequest{} } -func (m *GetTopicViewRequest) String() string { return proto.CompactTextString(m) } -func (*GetTopicViewRequest) ProtoMessage() {} -func (*GetTopicViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_topic_view_service_425a20f8d4116c2e, []int{0} -} -func (m *GetTopicViewRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetTopicViewRequest.Unmarshal(m, b) -} -func (m *GetTopicViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetTopicViewRequest.Marshal(b, m, deterministic) -} -func (dst *GetTopicViewRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetTopicViewRequest.Merge(dst, src) -} -func (m *GetTopicViewRequest) XXX_Size() int { - return xxx_messageInfo_GetTopicViewRequest.Size(m) -} -func (m *GetTopicViewRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetTopicViewRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetTopicViewRequest proto.InternalMessageInfo - -func (m *GetTopicViewRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetTopicViewRequest)(nil), "google.ads.googleads.v0.services.GetTopicViewRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// TopicViewServiceClient is the client API for TopicViewService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type TopicViewServiceClient interface { - // Returns the requested topic view in full detail. - GetTopicView(ctx context.Context, in *GetTopicViewRequest, opts ...grpc.CallOption) (*resources.TopicView, error) -} - -type topicViewServiceClient struct { - cc *grpc.ClientConn -} - -func NewTopicViewServiceClient(cc *grpc.ClientConn) TopicViewServiceClient { - return &topicViewServiceClient{cc} -} - -func (c *topicViewServiceClient) GetTopicView(ctx context.Context, in *GetTopicViewRequest, opts ...grpc.CallOption) (*resources.TopicView, error) { - out := new(resources.TopicView) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.TopicViewService/GetTopicView", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// TopicViewServiceServer is the server API for TopicViewService service. -type TopicViewServiceServer interface { - // Returns the requested topic view in full detail. - GetTopicView(context.Context, *GetTopicViewRequest) (*resources.TopicView, error) -} - -func RegisterTopicViewServiceServer(s *grpc.Server, srv TopicViewServiceServer) { - s.RegisterService(&_TopicViewService_serviceDesc, srv) -} - -func _TopicViewService_GetTopicView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetTopicViewRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(TopicViewServiceServer).GetTopicView(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.TopicViewService/GetTopicView", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(TopicViewServiceServer).GetTopicView(ctx, req.(*GetTopicViewRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _TopicViewService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.TopicViewService", - HandlerType: (*TopicViewServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetTopicView", - Handler: _TopicViewService_GetTopicView_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/topic_view_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/topic_view_service.proto", fileDescriptor_topic_view_service_425a20f8d4116c2e) -} - -var fileDescriptor_topic_view_service_425a20f8d4116c2e = []byte{ - // 363 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4c, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xe2, 0xd4, - 0xa2, 0xb2, 0xcc, 0xe4, 0xd4, 0x62, 0xfd, 0x92, 0xfc, 0x82, 0xcc, 0xe4, 0xf8, 0xb2, 0xcc, 0xd4, - 0xf2, 0x78, 0xa8, 0x98, 0x5e, 0x41, 0x51, 0x7e, 0x49, 0xbe, 0x90, 0x02, 0x44, 0xbd, 0x5e, 0x62, - 0x4a, 0xb1, 0x1e, 0x5c, 0xab, 0x5e, 0x99, 0x81, 0x1e, 0x4c, 0xab, 0x94, 0x11, 0x2e, 0xc3, 0x8b, - 0x52, 0x8b, 0xf3, 0x4b, 0x8b, 0x50, 0x4d, 0x87, 0x98, 0x2a, 0x25, 0x03, 0xd3, 0x53, 0x90, 0xa9, - 0x9f, 0x98, 0x97, 0x97, 0x5f, 0x92, 0x58, 0x92, 0x99, 0x9f, 0x57, 0x0c, 0x91, 0x55, 0xb2, 0xe2, - 0x12, 0x76, 0x4f, 0x2d, 0x09, 0x01, 0x69, 0x0a, 0xcb, 0x4c, 0x2d, 0x0f, 0x4a, 0x2d, 0x2c, 0x4d, - 0x2d, 0x2e, 0x11, 0x52, 0xe6, 0xe2, 0x85, 0x19, 0x19, 0x9f, 0x97, 0x98, 0x9b, 0x2a, 0xc1, 0xa8, - 0xc0, 0xa8, 0xc1, 0x19, 0xc4, 0x03, 0x13, 0xf4, 0x4b, 0xcc, 0x4d, 0x35, 0xda, 0xc7, 0xc8, 0x25, - 0x00, 0xd7, 0x19, 0x0c, 0x71, 0xa3, 0xd0, 0x4a, 0x46, 0x2e, 0x1e, 0x64, 0x13, 0x85, 0x4c, 0xf5, - 0x08, 0x79, 0x4b, 0x0f, 0x8b, 0x0b, 0xa4, 0x74, 0x70, 0x6a, 0x83, 0xfb, 0x55, 0x0f, 0xae, 0x49, - 0xc9, 0xa4, 0xe9, 0xf2, 0x93, 0xc9, 0x4c, 0x7a, 0x42, 0x3a, 0xa0, 0xc0, 0xa8, 0x46, 0x71, 0xba, - 0x6d, 0x72, 0x69, 0x71, 0x49, 0x7e, 0x6e, 0x6a, 0x51, 0xb1, 0xbe, 0x16, 0x24, 0x74, 0x40, 0x3a, - 0x8a, 0xf5, 0xb5, 0x6a, 0x9d, 0xfe, 0x30, 0x72, 0xa9, 0x24, 0xe7, 0xe7, 0x12, 0x74, 0xa0, 0x93, - 0x28, 0xba, 0x37, 0x03, 0x40, 0x81, 0x17, 0xc0, 0x18, 0xe5, 0x01, 0xd5, 0x9a, 0x9e, 0x9f, 0x93, - 0x98, 0x97, 0xae, 0x97, 0x5f, 0x94, 0xae, 0x9f, 0x9e, 0x9a, 0x07, 0x0e, 0x5a, 0x58, 0x04, 0x15, - 0x64, 0x16, 0xe3, 0x4e, 0x0c, 0xd6, 0x30, 0xc6, 0x22, 0x26, 0x66, 0x77, 0x47, 0xc7, 0x55, 0x4c, - 0x0a, 0xee, 0x10, 0x03, 0x1d, 0x53, 0x8a, 0xf5, 0x20, 0x4c, 0x10, 0x2b, 0xcc, 0x40, 0x0f, 0x6a, - 0x71, 0xf1, 0x29, 0x98, 0x92, 0x18, 0xc7, 0x94, 0xe2, 0x18, 0xb8, 0x92, 0x98, 0x30, 0x83, 0x18, - 0x98, 0x92, 0x57, 0x4c, 0x2a, 0x10, 0x71, 0x2b, 0x2b, 0xc7, 0x94, 0x62, 0x2b, 0x2b, 0xb8, 0x22, - 0x2b, 0xab, 0x30, 0x03, 0x2b, 0x2b, 0x98, 0xb2, 0x24, 0x36, 0xb0, 0x3b, 0x8d, 0x01, 0x01, 0x00, - 0x00, 0xff, 0xff, 0x54, 0x1b, 0x69, 0x2f, 0xb3, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/user_interest_service.pb.go b/googleapis/ads/googleads/v0/services/user_interest_service.pb.go deleted file mode 100644 index 23863ead71..0000000000 --- a/googleapis/ads/googleads/v0/services/user_interest_service.pb.go +++ /dev/null @@ -1,176 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/user_interest_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [UserInterestService.GetUserInterest][google.ads.googleads.v0.services.UserInterestService.GetUserInterest]. -type GetUserInterestRequest struct { - // Resource name of the UserInterest to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetUserInterestRequest) Reset() { *m = GetUserInterestRequest{} } -func (m *GetUserInterestRequest) String() string { return proto.CompactTextString(m) } -func (*GetUserInterestRequest) ProtoMessage() {} -func (*GetUserInterestRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_user_interest_service_20b0ebc1438c7b79, []int{0} -} -func (m *GetUserInterestRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetUserInterestRequest.Unmarshal(m, b) -} -func (m *GetUserInterestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetUserInterestRequest.Marshal(b, m, deterministic) -} -func (dst *GetUserInterestRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetUserInterestRequest.Merge(dst, src) -} -func (m *GetUserInterestRequest) XXX_Size() int { - return xxx_messageInfo_GetUserInterestRequest.Size(m) -} -func (m *GetUserInterestRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetUserInterestRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetUserInterestRequest proto.InternalMessageInfo - -func (m *GetUserInterestRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetUserInterestRequest)(nil), "google.ads.googleads.v0.services.GetUserInterestRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// UserInterestServiceClient is the client API for UserInterestService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type UserInterestServiceClient interface { - // Returns the requested user interest in full detail - GetUserInterest(ctx context.Context, in *GetUserInterestRequest, opts ...grpc.CallOption) (*resources.UserInterest, error) -} - -type userInterestServiceClient struct { - cc *grpc.ClientConn -} - -func NewUserInterestServiceClient(cc *grpc.ClientConn) UserInterestServiceClient { - return &userInterestServiceClient{cc} -} - -func (c *userInterestServiceClient) GetUserInterest(ctx context.Context, in *GetUserInterestRequest, opts ...grpc.CallOption) (*resources.UserInterest, error) { - out := new(resources.UserInterest) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.UserInterestService/GetUserInterest", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// UserInterestServiceServer is the server API for UserInterestService service. -type UserInterestServiceServer interface { - // Returns the requested user interest in full detail - GetUserInterest(context.Context, *GetUserInterestRequest) (*resources.UserInterest, error) -} - -func RegisterUserInterestServiceServer(s *grpc.Server, srv UserInterestServiceServer) { - s.RegisterService(&_UserInterestService_serviceDesc, srv) -} - -func _UserInterestService_GetUserInterest_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetUserInterestRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(UserInterestServiceServer).GetUserInterest(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.UserInterestService/GetUserInterest", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(UserInterestServiceServer).GetUserInterest(ctx, req.(*GetUserInterestRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _UserInterestService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.UserInterestService", - HandlerType: (*UserInterestServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetUserInterest", - Handler: _UserInterestService_GetUserInterest_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/user_interest_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/user_interest_service.proto", fileDescriptor_user_interest_service_20b0ebc1438c7b79) -} - -var fileDescriptor_user_interest_service_20b0ebc1438c7b79 = []byte{ - // 362 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x3f, 0x4b, 0xc3, 0x40, - 0x18, 0xc6, 0x49, 0x04, 0xc1, 0xa0, 0x08, 0x11, 0xa4, 0x14, 0x87, 0x52, 0x3b, 0x48, 0x87, 0xbb, - 0xa8, 0x88, 0x72, 0xda, 0x21, 0x5d, 0xaa, 0x8b, 0x94, 0x8a, 0x1d, 0x24, 0x50, 0x62, 0xf3, 0x12, - 0x02, 0xcd, 0x5d, 0xbd, 0xf7, 0xd2, 0x45, 0x5c, 0xfc, 0x0a, 0x7e, 0x03, 0x47, 0x77, 0xbf, 0x84, - 0xe0, 0xe4, 0x57, 0x70, 0xf2, 0x4b, 0x28, 0xe9, 0xe5, 0x42, 0xd5, 0x96, 0x6e, 0x0f, 0x6f, 0x9e, - 0xdf, 0xf3, 0xfe, 0xc9, 0x39, 0x67, 0xb1, 0x10, 0xf1, 0x08, 0x68, 0x18, 0x21, 0xd5, 0x32, 0x57, - 0x13, 0x8f, 0x22, 0xc8, 0x49, 0x32, 0x04, 0xa4, 0x19, 0x82, 0x1c, 0x24, 0x5c, 0x81, 0x04, 0x54, - 0x83, 0xa2, 0x4c, 0xc6, 0x52, 0x28, 0xe1, 0xd6, 0x34, 0x42, 0xc2, 0x08, 0x49, 0x49, 0x93, 0x89, - 0x47, 0x0c, 0x5d, 0x3d, 0x5a, 0x94, 0x2f, 0x01, 0x45, 0x26, 0xff, 0x35, 0xd0, 0xc1, 0xd5, 0x1d, - 0x83, 0x8d, 0x13, 0x1a, 0x72, 0x2e, 0x54, 0xa8, 0x12, 0xc1, 0x51, 0x7f, 0xad, 0xb7, 0x9c, 0xed, - 0x0e, 0xa8, 0x6b, 0x04, 0x79, 0x51, 0x60, 0x3d, 0xb8, 0xcb, 0x00, 0x95, 0xbb, 0xeb, 0x6c, 0x98, - 0xe0, 0x01, 0x0f, 0x53, 0xa8, 0x58, 0x35, 0x6b, 0x6f, 0xad, 0xb7, 0x6e, 0x8a, 0x97, 0x61, 0x0a, - 0x07, 0xef, 0x96, 0xb3, 0x35, 0x0b, 0x5f, 0xe9, 0x61, 0xdd, 0x57, 0xcb, 0xd9, 0xfc, 0x93, 0xeb, - 0x9e, 0x90, 0x65, 0x2b, 0x92, 0xf9, 0xa3, 0x54, 0xe9, 0x42, 0xb2, 0x5c, 0x9d, 0xcc, 0x72, 0xf5, - 0xe3, 0xc7, 0x8f, 0xcf, 0x27, 0x7b, 0xdf, 0xa5, 0xf9, 0x79, 0xee, 0x7f, 0xad, 0xd1, 0x1a, 0x66, - 0xa8, 0x44, 0x0a, 0x12, 0x69, 0x73, 0x7a, 0x2f, 0x03, 0x21, 0x6d, 0x3e, 0xb4, 0xbf, 0x2d, 0xa7, - 0x31, 0x14, 0xe9, 0xd2, 0x49, 0xdb, 0x95, 0x39, 0x5b, 0x77, 0xf3, 0x8b, 0x76, 0xad, 0x9b, 0xf3, - 0x82, 0x8e, 0xc5, 0x28, 0xe4, 0x31, 0x11, 0x32, 0xa6, 0x31, 0xf0, 0xe9, 0xbd, 0xcd, 0x8f, 0x1b, - 0x27, 0xb8, 0xf8, 0x9d, 0x9c, 0x1a, 0xf1, 0x6c, 0xaf, 0x74, 0x7c, 0xff, 0xc5, 0xae, 0x75, 0x74, - 0xa0, 0x1f, 0x21, 0xd1, 0x32, 0x57, 0x7d, 0x8f, 0x14, 0x8d, 0xf1, 0xcd, 0x58, 0x02, 0x3f, 0xc2, - 0xa0, 0xb4, 0x04, 0x7d, 0x2f, 0x30, 0x96, 0x2f, 0xbb, 0xa1, 0xeb, 0x8c, 0xf9, 0x11, 0x32, 0x56, - 0x9a, 0x18, 0xeb, 0x7b, 0x8c, 0x19, 0xdb, 0xed, 0xea, 0x74, 0xce, 0xc3, 0x9f, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xa8, 0xbe, 0x8f, 0x2a, 0xce, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/user_list_service.pb.go b/googleapis/ads/googleads/v0/services/user_list_service.pb.go deleted file mode 100644 index 66d46a4bb1..0000000000 --- a/googleapis/ads/googleads/v0/services/user_list_service.pb.go +++ /dev/null @@ -1,590 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/user_list_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import _ "github.com/golang/protobuf/ptypes/wrappers" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" -import status "google.golang.org/genproto/googleapis/rpc/status" -import field_mask "google.golang.org/genproto/protobuf/field_mask" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [UserListService.GetUserList][google.ads.googleads.v0.services.UserListService.GetUserList]. -type GetUserListRequest struct { - // The resource name of the user list to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetUserListRequest) Reset() { *m = GetUserListRequest{} } -func (m *GetUserListRequest) String() string { return proto.CompactTextString(m) } -func (*GetUserListRequest) ProtoMessage() {} -func (*GetUserListRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_service_9007eca8faf25c9a, []int{0} -} -func (m *GetUserListRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetUserListRequest.Unmarshal(m, b) -} -func (m *GetUserListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetUserListRequest.Marshal(b, m, deterministic) -} -func (dst *GetUserListRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetUserListRequest.Merge(dst, src) -} -func (m *GetUserListRequest) XXX_Size() int { - return xxx_messageInfo_GetUserListRequest.Size(m) -} -func (m *GetUserListRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetUserListRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetUserListRequest proto.InternalMessageInfo - -func (m *GetUserListRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -// Request message for -// [UserListService.MutateUserLists][google.ads.googleads.v0.services.UserListService.MutateUserLists]. -type MutateUserListsRequest struct { - // The ID of the customer whose user lists are being modified. - CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` - // The list of operations to perform on individual user lists. - Operations []*UserListOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` - // If true, successful operations will be carried out and invalid - // operations will return errors. If false, all operations will be carried - // out in one transaction if and only if they are all valid. - // Default is false. - PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"` - // If true, the request is validated but not executed. Only errors are - // returned, not results. - ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateUserListsRequest) Reset() { *m = MutateUserListsRequest{} } -func (m *MutateUserListsRequest) String() string { return proto.CompactTextString(m) } -func (*MutateUserListsRequest) ProtoMessage() {} -func (*MutateUserListsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_service_9007eca8faf25c9a, []int{1} -} -func (m *MutateUserListsRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateUserListsRequest.Unmarshal(m, b) -} -func (m *MutateUserListsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateUserListsRequest.Marshal(b, m, deterministic) -} -func (dst *MutateUserListsRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateUserListsRequest.Merge(dst, src) -} -func (m *MutateUserListsRequest) XXX_Size() int { - return xxx_messageInfo_MutateUserListsRequest.Size(m) -} -func (m *MutateUserListsRequest) XXX_DiscardUnknown() { - xxx_messageInfo_MutateUserListsRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateUserListsRequest proto.InternalMessageInfo - -func (m *MutateUserListsRequest) GetCustomerId() string { - if m != nil { - return m.CustomerId - } - return "" -} - -func (m *MutateUserListsRequest) GetOperations() []*UserListOperation { - if m != nil { - return m.Operations - } - return nil -} - -func (m *MutateUserListsRequest) GetPartialFailure() bool { - if m != nil { - return m.PartialFailure - } - return false -} - -func (m *MutateUserListsRequest) GetValidateOnly() bool { - if m != nil { - return m.ValidateOnly - } - return false -} - -// A single operation (create, update) on a user list. -type UserListOperation struct { - // FieldMask that determines which resource fields are modified in an update. - UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` - // The mutate operation. - // - // Types that are valid to be assigned to Operation: - // *UserListOperation_Create - // *UserListOperation_Update - // *UserListOperation_Remove - Operation isUserListOperation_Operation `protobuf_oneof:"operation"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *UserListOperation) Reset() { *m = UserListOperation{} } -func (m *UserListOperation) String() string { return proto.CompactTextString(m) } -func (*UserListOperation) ProtoMessage() {} -func (*UserListOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_service_9007eca8faf25c9a, []int{2} -} -func (m *UserListOperation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_UserListOperation.Unmarshal(m, b) -} -func (m *UserListOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_UserListOperation.Marshal(b, m, deterministic) -} -func (dst *UserListOperation) XXX_Merge(src proto.Message) { - xxx_messageInfo_UserListOperation.Merge(dst, src) -} -func (m *UserListOperation) XXX_Size() int { - return xxx_messageInfo_UserListOperation.Size(m) -} -func (m *UserListOperation) XXX_DiscardUnknown() { - xxx_messageInfo_UserListOperation.DiscardUnknown(m) -} - -var xxx_messageInfo_UserListOperation proto.InternalMessageInfo - -func (m *UserListOperation) GetUpdateMask() *field_mask.FieldMask { - if m != nil { - return m.UpdateMask - } - return nil -} - -type isUserListOperation_Operation interface { - isUserListOperation_Operation() -} - -type UserListOperation_Create struct { - Create *resources.UserList `protobuf:"bytes,1,opt,name=create,proto3,oneof"` -} - -type UserListOperation_Update struct { - Update *resources.UserList `protobuf:"bytes,2,opt,name=update,proto3,oneof"` -} - -type UserListOperation_Remove struct { - Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"` -} - -func (*UserListOperation_Create) isUserListOperation_Operation() {} - -func (*UserListOperation_Update) isUserListOperation_Operation() {} - -func (*UserListOperation_Remove) isUserListOperation_Operation() {} - -func (m *UserListOperation) GetOperation() isUserListOperation_Operation { - if m != nil { - return m.Operation - } - return nil -} - -func (m *UserListOperation) GetCreate() *resources.UserList { - if x, ok := m.GetOperation().(*UserListOperation_Create); ok { - return x.Create - } - return nil -} - -func (m *UserListOperation) GetUpdate() *resources.UserList { - if x, ok := m.GetOperation().(*UserListOperation_Update); ok { - return x.Update - } - return nil -} - -func (m *UserListOperation) GetRemove() string { - if x, ok := m.GetOperation().(*UserListOperation_Remove); ok { - return x.Remove - } - return "" -} - -// XXX_OneofFuncs is for the internal use of the proto package. -func (*UserListOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { - return _UserListOperation_OneofMarshaler, _UserListOperation_OneofUnmarshaler, _UserListOperation_OneofSizer, []interface{}{ - (*UserListOperation_Create)(nil), - (*UserListOperation_Update)(nil), - (*UserListOperation_Remove)(nil), - } -} - -func _UserListOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { - m := msg.(*UserListOperation) - // operation - switch x := m.Operation.(type) { - case *UserListOperation_Create: - b.EncodeVarint(1<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Create); err != nil { - return err - } - case *UserListOperation_Update: - b.EncodeVarint(2<<3 | proto.WireBytes) - if err := b.EncodeMessage(x.Update); err != nil { - return err - } - case *UserListOperation_Remove: - b.EncodeVarint(3<<3 | proto.WireBytes) - b.EncodeStringBytes(x.Remove) - case nil: - default: - return fmt.Errorf("UserListOperation.Operation has unexpected type %T", x) - } - return nil -} - -func _UserListOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { - m := msg.(*UserListOperation) - switch tag { - case 1: // operation.create - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.UserList) - err := b.DecodeMessage(msg) - m.Operation = &UserListOperation_Create{msg} - return true, err - case 2: // operation.update - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - msg := new(resources.UserList) - err := b.DecodeMessage(msg) - m.Operation = &UserListOperation_Update{msg} - return true, err - case 3: // operation.remove - if wire != proto.WireBytes { - return true, proto.ErrInternalBadWireType - } - x, err := b.DecodeStringBytes() - m.Operation = &UserListOperation_Remove{x} - return true, err - default: - return false, nil - } -} - -func _UserListOperation_OneofSizer(msg proto.Message) (n int) { - m := msg.(*UserListOperation) - // operation - switch x := m.Operation.(type) { - case *UserListOperation_Create: - s := proto.Size(x.Create) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *UserListOperation_Update: - s := proto.Size(x.Update) - n += 1 // tag and wire - n += proto.SizeVarint(uint64(s)) - n += s - case *UserListOperation_Remove: - n += 1 // tag and wire - n += proto.SizeVarint(uint64(len(x.Remove))) - n += len(x.Remove) - case nil: - default: - panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) - } - return n -} - -// Response message for user list mutate. -type MutateUserListsResponse struct { - // Errors that pertain to operation failures in the partial failure mode. - // Returned only when partial_failure = true and all errors occur inside the - // operations. If any errors occur outside the operations (e.g. auth errors), - // we return an RPC level error. - PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` - // All results for the mutate. - Results []*MutateUserListResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateUserListsResponse) Reset() { *m = MutateUserListsResponse{} } -func (m *MutateUserListsResponse) String() string { return proto.CompactTextString(m) } -func (*MutateUserListsResponse) ProtoMessage() {} -func (*MutateUserListsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_service_9007eca8faf25c9a, []int{3} -} -func (m *MutateUserListsResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateUserListsResponse.Unmarshal(m, b) -} -func (m *MutateUserListsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateUserListsResponse.Marshal(b, m, deterministic) -} -func (dst *MutateUserListsResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateUserListsResponse.Merge(dst, src) -} -func (m *MutateUserListsResponse) XXX_Size() int { - return xxx_messageInfo_MutateUserListsResponse.Size(m) -} -func (m *MutateUserListsResponse) XXX_DiscardUnknown() { - xxx_messageInfo_MutateUserListsResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateUserListsResponse proto.InternalMessageInfo - -func (m *MutateUserListsResponse) GetPartialFailureError() *status.Status { - if m != nil { - return m.PartialFailureError - } - return nil -} - -func (m *MutateUserListsResponse) GetResults() []*MutateUserListResult { - if m != nil { - return m.Results - } - return nil -} - -// The result for the user list mutate. -type MutateUserListResult struct { - // Returned for successful operations. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MutateUserListResult) Reset() { *m = MutateUserListResult{} } -func (m *MutateUserListResult) String() string { return proto.CompactTextString(m) } -func (*MutateUserListResult) ProtoMessage() {} -func (*MutateUserListResult) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_service_9007eca8faf25c9a, []int{4} -} -func (m *MutateUserListResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MutateUserListResult.Unmarshal(m, b) -} -func (m *MutateUserListResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MutateUserListResult.Marshal(b, m, deterministic) -} -func (dst *MutateUserListResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_MutateUserListResult.Merge(dst, src) -} -func (m *MutateUserListResult) XXX_Size() int { - return xxx_messageInfo_MutateUserListResult.Size(m) -} -func (m *MutateUserListResult) XXX_DiscardUnknown() { - xxx_messageInfo_MutateUserListResult.DiscardUnknown(m) -} - -var xxx_messageInfo_MutateUserListResult proto.InternalMessageInfo - -func (m *MutateUserListResult) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetUserListRequest)(nil), "google.ads.googleads.v0.services.GetUserListRequest") - proto.RegisterType((*MutateUserListsRequest)(nil), "google.ads.googleads.v0.services.MutateUserListsRequest") - proto.RegisterType((*UserListOperation)(nil), "google.ads.googleads.v0.services.UserListOperation") - proto.RegisterType((*MutateUserListsResponse)(nil), "google.ads.googleads.v0.services.MutateUserListsResponse") - proto.RegisterType((*MutateUserListResult)(nil), "google.ads.googleads.v0.services.MutateUserListResult") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// UserListServiceClient is the client API for UserListService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type UserListServiceClient interface { - // Returns the requested user list. - GetUserList(ctx context.Context, in *GetUserListRequest, opts ...grpc.CallOption) (*resources.UserList, error) - // Creates or updates user lists. Operation statuses are returned. - MutateUserLists(ctx context.Context, in *MutateUserListsRequest, opts ...grpc.CallOption) (*MutateUserListsResponse, error) -} - -type userListServiceClient struct { - cc *grpc.ClientConn -} - -func NewUserListServiceClient(cc *grpc.ClientConn) UserListServiceClient { - return &userListServiceClient{cc} -} - -func (c *userListServiceClient) GetUserList(ctx context.Context, in *GetUserListRequest, opts ...grpc.CallOption) (*resources.UserList, error) { - out := new(resources.UserList) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.UserListService/GetUserList", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *userListServiceClient) MutateUserLists(ctx context.Context, in *MutateUserListsRequest, opts ...grpc.CallOption) (*MutateUserListsResponse, error) { - out := new(MutateUserListsResponse) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.UserListService/MutateUserLists", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// UserListServiceServer is the server API for UserListService service. -type UserListServiceServer interface { - // Returns the requested user list. - GetUserList(context.Context, *GetUserListRequest) (*resources.UserList, error) - // Creates or updates user lists. Operation statuses are returned. - MutateUserLists(context.Context, *MutateUserListsRequest) (*MutateUserListsResponse, error) -} - -func RegisterUserListServiceServer(s *grpc.Server, srv UserListServiceServer) { - s.RegisterService(&_UserListService_serviceDesc, srv) -} - -func _UserListService_GetUserList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetUserListRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(UserListServiceServer).GetUserList(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.UserListService/GetUserList", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(UserListServiceServer).GetUserList(ctx, req.(*GetUserListRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _UserListService_MutateUserLists_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(MutateUserListsRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(UserListServiceServer).MutateUserLists(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.UserListService/MutateUserLists", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(UserListServiceServer).MutateUserLists(ctx, req.(*MutateUserListsRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _UserListService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.UserListService", - HandlerType: (*UserListServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetUserList", - Handler: _UserListService_GetUserList_Handler, - }, - { - MethodName: "MutateUserLists", - Handler: _UserListService_MutateUserLists_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/user_list_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/user_list_service.proto", fileDescriptor_user_list_service_9007eca8faf25c9a) -} - -var fileDescriptor_user_list_service_9007eca8faf25c9a = []byte{ - // 708 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4f, 0x6b, 0xd4, 0x40, - 0x14, 0x37, 0xa9, 0x54, 0x3b, 0xa9, 0x16, 0xc7, 0x6a, 0x97, 0x45, 0x74, 0x89, 0x05, 0xcb, 0x16, - 0x27, 0xeb, 0xae, 0x48, 0x9b, 0xd2, 0xc3, 0x16, 0xfa, 0x47, 0xb0, 0xb6, 0xa4, 0xd8, 0x83, 0x2c, - 0x84, 0xe9, 0x66, 0xba, 0x84, 0x26, 0x99, 0x38, 0x33, 0x59, 0x29, 0xa5, 0x17, 0xc1, 0x4f, 0xe0, - 0x37, 0x10, 0xbc, 0x78, 0xf5, 0x13, 0x78, 0xf5, 0xea, 0xd5, 0xa3, 0x27, 0xbf, 0x82, 0x08, 0x92, - 0x99, 0x4c, 0xda, 0xdd, 0x5a, 0xd6, 0xf6, 0xf6, 0xe6, 0xcd, 0xef, 0xf7, 0x7b, 0x6f, 0xde, 0x9f, - 0x01, 0x0b, 0x3d, 0x4a, 0x7b, 0x11, 0x71, 0x70, 0xc0, 0x1d, 0x65, 0xe6, 0x56, 0xbf, 0xe1, 0x70, - 0xc2, 0xfa, 0x61, 0x97, 0x70, 0x27, 0xe3, 0x84, 0xf9, 0x51, 0xc8, 0x85, 0x5f, 0xb8, 0x50, 0xca, - 0xa8, 0xa0, 0xb0, 0xa6, 0xe0, 0x08, 0x07, 0x1c, 0x95, 0x4c, 0xd4, 0x6f, 0x20, 0xcd, 0xac, 0x3e, - 0x39, 0x4f, 0x9b, 0x11, 0x4e, 0x33, 0x36, 0x20, 0xae, 0x44, 0xab, 0xf7, 0x34, 0x25, 0x0d, 0x1d, - 0x9c, 0x24, 0x54, 0x60, 0x11, 0xd2, 0x84, 0x17, 0xb7, 0x45, 0x48, 0x47, 0x9e, 0xf6, 0xb2, 0x7d, - 0x67, 0x3f, 0x24, 0x51, 0xe0, 0xc7, 0x98, 0x1f, 0x14, 0x88, 0xfb, 0xc3, 0x88, 0xb7, 0x0c, 0xa7, - 0x29, 0x61, 0x5a, 0x61, 0xa6, 0xb8, 0x67, 0x69, 0xd7, 0xe1, 0x02, 0x8b, 0xac, 0xb8, 0xb0, 0x17, - 0x01, 0x5c, 0x27, 0xe2, 0x15, 0x27, 0xec, 0x45, 0xc8, 0x85, 0x47, 0xde, 0x64, 0x84, 0x0b, 0xf8, - 0x10, 0xdc, 0xd0, 0xb9, 0xfa, 0x09, 0x8e, 0x49, 0xc5, 0xa8, 0x19, 0x73, 0x13, 0xde, 0xa4, 0x76, - 0xbe, 0xc4, 0x31, 0xb1, 0x7f, 0x18, 0xe0, 0xee, 0x66, 0x26, 0xb0, 0x20, 0x9a, 0xce, 0x35, 0xff, - 0x01, 0xb0, 0xba, 0x19, 0x17, 0x34, 0x26, 0xcc, 0x0f, 0x83, 0x82, 0x0d, 0xb4, 0xeb, 0x79, 0x00, - 0x77, 0x00, 0xa0, 0x29, 0x61, 0xea, 0x95, 0x15, 0xb3, 0x36, 0x36, 0x67, 0x35, 0x5b, 0x68, 0x54, - 0x65, 0x91, 0x0e, 0xb4, 0xa5, 0xb9, 0xde, 0x29, 0x19, 0xf8, 0x08, 0x4c, 0xa5, 0x98, 0x89, 0x10, - 0x47, 0xfe, 0x3e, 0x0e, 0xa3, 0x8c, 0x91, 0xca, 0x58, 0xcd, 0x98, 0xbb, 0xee, 0xdd, 0x2c, 0xdc, - 0x6b, 0xca, 0x9b, 0x3f, 0xaf, 0x8f, 0xa3, 0x30, 0xc0, 0x82, 0xf8, 0x34, 0x89, 0x0e, 0x2b, 0x57, - 0x25, 0x6c, 0x52, 0x3b, 0xb7, 0x92, 0xe8, 0xd0, 0x7e, 0x6f, 0x82, 0x5b, 0x67, 0xe2, 0xc1, 0x25, - 0x60, 0x65, 0xa9, 0x24, 0xe6, 0xd5, 0x97, 0x44, 0xab, 0x59, 0xd5, 0x99, 0xeb, 0xf2, 0xa3, 0xb5, - 0xbc, 0x41, 0x9b, 0x98, 0x1f, 0x78, 0x40, 0xc1, 0x73, 0x1b, 0xae, 0x82, 0xf1, 0x2e, 0x23, 0x58, - 0xa8, 0x7a, 0x5a, 0xcd, 0xf9, 0x73, 0x5f, 0x5c, 0x4e, 0x4a, 0xf9, 0xe4, 0x8d, 0x2b, 0x5e, 0x41, - 0xce, 0x65, 0x94, 0x68, 0xc5, 0xbc, 0x94, 0x8c, 0x22, 0xc3, 0x0a, 0x18, 0x67, 0x24, 0xa6, 0x7d, - 0x55, 0xa5, 0x89, 0xfc, 0x46, 0x9d, 0x57, 0x2c, 0x30, 0x51, 0x96, 0xd5, 0xfe, 0x62, 0x80, 0x99, - 0x33, 0x6d, 0xe6, 0x29, 0x4d, 0x38, 0x81, 0x6b, 0xe0, 0xce, 0x50, 0xc5, 0x7d, 0xc2, 0x18, 0x65, - 0x52, 0xd1, 0x6a, 0x42, 0x9d, 0x18, 0x4b, 0xbb, 0x68, 0x47, 0x8e, 0x9d, 0x77, 0x7b, 0xb0, 0x17, - 0xab, 0x39, 0x1c, 0x6e, 0x83, 0x6b, 0x8c, 0xf0, 0x2c, 0x12, 0x7a, 0x16, 0x9e, 0x8d, 0x9e, 0x85, - 0xc1, 0x9c, 0x3c, 0x49, 0xf7, 0xb4, 0x8c, 0xbd, 0x04, 0xa6, 0xff, 0x05, 0xf8, 0xaf, 0xc9, 0x6e, - 0xfe, 0x31, 0xc1, 0x94, 0xe6, 0xed, 0xa8, 0x78, 0xf0, 0x93, 0x01, 0xac, 0x53, 0x9b, 0x02, 0x9f, - 0x8e, 0xce, 0xf0, 0xec, 0x62, 0x55, 0x2f, 0xd2, 0x2a, 0xbb, 0xf5, 0xee, 0xfb, 0xcf, 0x0f, 0xe6, - 0x63, 0x38, 0x9f, 0xff, 0x1d, 0x47, 0x03, 0x69, 0x2f, 0xeb, 0x5d, 0xe2, 0x4e, 0x5d, 0x7e, 0x26, - 0xb2, 0x2f, 0x4e, 0xfd, 0x18, 0x7e, 0x35, 0xc0, 0xd4, 0x50, 0xbb, 0xe0, 0xc2, 0x45, 0xab, 0xa9, - 0x17, 0xb9, 0xba, 0x78, 0x09, 0xa6, 0x9a, 0x0d, 0x7b, 0x51, 0x66, 0xdf, 0xb2, 0x51, 0x9e, 0xfd, - 0x49, 0xba, 0x47, 0xa7, 0x3e, 0x86, 0xe5, 0xfa, 0xf1, 0x49, 0xf2, 0x6e, 0x2c, 0x85, 0x5c, 0xa3, - 0xbe, 0xf2, 0xdb, 0x00, 0xb3, 0x5d, 0x1a, 0x8f, 0x8c, 0xbd, 0x32, 0x3d, 0xd4, 0xa5, 0xed, 0x7c, - 0xff, 0xb6, 0x8d, 0xd7, 0x1b, 0x05, 0xb3, 0x47, 0x23, 0x9c, 0xf4, 0x10, 0x65, 0x3d, 0xa7, 0x47, - 0x12, 0xb9, 0x9d, 0xfa, 0x47, 0x4e, 0x43, 0x7e, 0xfe, 0xe7, 0xbf, 0xa4, 0x8d, 0x8f, 0xe6, 0xd8, - 0x7a, 0xbb, 0xfd, 0xd9, 0xac, 0xad, 0x2b, 0xc1, 0x76, 0xc0, 0x91, 0x32, 0x73, 0x6b, 0xb7, 0x81, - 0x8a, 0xc0, 0xfc, 0x9b, 0x86, 0x74, 0xda, 0x01, 0xef, 0x94, 0x90, 0xce, 0x6e, 0xa3, 0xa3, 0x21, - 0xbf, 0xcc, 0x59, 0xe5, 0x77, 0xdd, 0x76, 0xc0, 0x5d, 0xb7, 0x04, 0xb9, 0xee, 0x6e, 0xc3, 0x75, - 0x35, 0x6c, 0x6f, 0x5c, 0xe6, 0xd9, 0xfa, 0x1b, 0x00, 0x00, 0xff, 0xff, 0xd4, 0x79, 0xcc, 0x65, - 0xa3, 0x06, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v0/services/video_service.pb.go b/googleapis/ads/googleads/v0/services/video_service.pb.go deleted file mode 100644 index 3c147b437d..0000000000 --- a/googleapis/ads/googleads/v0/services/video_service.pb.go +++ /dev/null @@ -1,175 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/ads/googleads/v0/services/video_service.proto - -package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources" -import _ "google.golang.org/genproto/googleapis/api/annotations" - -import ( - context "golang.org/x/net/context" - grpc "google.golang.org/grpc" -) - -// 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.ProtoPackageIsVersion2 // please upgrade the proto package - -// Request message for -// [VideoService.GetVideo][google.ads.googleads.v0.services.VideoService.GetVideo]. -type GetVideoRequest struct { - // The resource name of the video to fetch. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *GetVideoRequest) Reset() { *m = GetVideoRequest{} } -func (m *GetVideoRequest) String() string { return proto.CompactTextString(m) } -func (*GetVideoRequest) ProtoMessage() {} -func (*GetVideoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_video_service_57cb2291a24ff9e2, []int{0} -} -func (m *GetVideoRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_GetVideoRequest.Unmarshal(m, b) -} -func (m *GetVideoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_GetVideoRequest.Marshal(b, m, deterministic) -} -func (dst *GetVideoRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_GetVideoRequest.Merge(dst, src) -} -func (m *GetVideoRequest) XXX_Size() int { - return xxx_messageInfo_GetVideoRequest.Size(m) -} -func (m *GetVideoRequest) XXX_DiscardUnknown() { - xxx_messageInfo_GetVideoRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_GetVideoRequest proto.InternalMessageInfo - -func (m *GetVideoRequest) GetResourceName() string { - if m != nil { - return m.ResourceName - } - return "" -} - -func init() { - proto.RegisterType((*GetVideoRequest)(nil), "google.ads.googleads.v0.services.GetVideoRequest") -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConn - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion4 - -// VideoServiceClient is the client API for VideoService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type VideoServiceClient interface { - // Returns the requested video in full detail. - GetVideo(ctx context.Context, in *GetVideoRequest, opts ...grpc.CallOption) (*resources.Video, error) -} - -type videoServiceClient struct { - cc *grpc.ClientConn -} - -func NewVideoServiceClient(cc *grpc.ClientConn) VideoServiceClient { - return &videoServiceClient{cc} -} - -func (c *videoServiceClient) GetVideo(ctx context.Context, in *GetVideoRequest, opts ...grpc.CallOption) (*resources.Video, error) { - out := new(resources.Video) - err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.VideoService/GetVideo", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// VideoServiceServer is the server API for VideoService service. -type VideoServiceServer interface { - // Returns the requested video in full detail. - GetVideo(context.Context, *GetVideoRequest) (*resources.Video, error) -} - -func RegisterVideoServiceServer(s *grpc.Server, srv VideoServiceServer) { - s.RegisterService(&_VideoService_serviceDesc, srv) -} - -func _VideoService_GetVideo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetVideoRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(VideoServiceServer).GetVideo(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.ads.googleads.v0.services.VideoService/GetVideo", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(VideoServiceServer).GetVideo(ctx, req.(*GetVideoRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _VideoService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.ads.googleads.v0.services.VideoService", - HandlerType: (*VideoServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "GetVideo", - Handler: _VideoService_GetVideo_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/ads/googleads/v0/services/video_service.proto", -} - -func init() { - proto.RegisterFile("google/ads/googleads/v0/services/video_service.proto", fileDescriptor_video_service_57cb2291a24ff9e2) -} - -var fileDescriptor_video_service_57cb2291a24ff9e2 = []byte{ - // 350 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xcf, 0x4a, 0xf3, 0x40, - 0x14, 0xc5, 0x49, 0x3e, 0xf8, 0xd0, 0x50, 0x11, 0xb3, 0x92, 0xe2, 0xa2, 0xd4, 0x2e, 0x4a, 0xc1, - 0x99, 0xf8, 0x07, 0x17, 0x23, 0x2e, 0xd2, 0x4d, 0x5d, 0x49, 0xa9, 0x90, 0x85, 0x04, 0xca, 0xd8, - 0x5c, 0x42, 0xa0, 0xc9, 0xad, 0xb9, 0xd3, 0x6c, 0xc4, 0x8d, 0xaf, 0xe0, 0xca, 0xad, 0xcb, 0x3e, - 0x8a, 0x5b, 0x5f, 0xc1, 0x95, 0x4f, 0xe0, 0x52, 0x92, 0xe9, 0x04, 0x15, 0x42, 0x77, 0x27, 0x93, - 0xdf, 0x39, 0x73, 0xef, 0x19, 0xe7, 0x2c, 0x46, 0x8c, 0xe7, 0xc0, 0x65, 0x44, 0x5c, 0xcb, 0x52, - 0x15, 0x1e, 0x27, 0xc8, 0x8b, 0x64, 0x06, 0xc4, 0x8b, 0x24, 0x02, 0x9c, 0xae, 0x3f, 0xd9, 0x22, - 0x47, 0x85, 0x6e, 0x47, 0xa3, 0x4c, 0x46, 0xc4, 0x6a, 0x17, 0x2b, 0x3c, 0x66, 0x5c, 0xed, 0xa3, - 0xa6, 0xdc, 0x1c, 0x08, 0x97, 0x79, 0x1d, 0xac, 0x03, 0xdb, 0x07, 0x06, 0x5f, 0x24, 0x5c, 0x66, - 0x19, 0x2a, 0xa9, 0x12, 0xcc, 0x48, 0xff, 0xed, 0x9e, 0x3b, 0xbb, 0x23, 0x50, 0x41, 0xc9, 0x4f, - 0xe0, 0x7e, 0x09, 0xa4, 0xdc, 0x43, 0x67, 0xc7, 0x24, 0x4d, 0x33, 0x99, 0xc2, 0xbe, 0xd5, 0xb1, - 0xfa, 0xdb, 0x93, 0x96, 0x39, 0xbc, 0x96, 0x29, 0x9c, 0xac, 0x2c, 0xa7, 0x55, 0xb9, 0x6e, 0xf4, - 0x58, 0xee, 0x8b, 0xe5, 0x6c, 0x99, 0x24, 0xf7, 0x98, 0x6d, 0xda, 0x82, 0xfd, 0xb9, 0xb5, 0xdd, - 0x6f, 0xb4, 0xd4, 0x6b, 0xb1, 0xca, 0xd0, 0xf5, 0x9e, 0xde, 0x3f, 0x9e, 0xed, 0x81, 0xdb, 0x2f, - 0x77, 0x7e, 0xf8, 0x35, 0xea, 0xe5, 0x6c, 0x49, 0x0a, 0x53, 0xc8, 0x89, 0x0f, 0x74, 0x09, 0xc4, - 0x07, 0x8f, 0xc3, 0x2f, 0xcb, 0xe9, 0xcd, 0x30, 0xdd, 0x38, 0xd4, 0x70, 0xef, 0xe7, 0x4a, 0xe3, - 0xb2, 0xa0, 0xb1, 0x75, 0x7b, 0xb5, 0xb6, 0xc5, 0x38, 0x97, 0x59, 0xcc, 0x30, 0x8f, 0x79, 0x0c, - 0x59, 0x55, 0x9f, 0xe9, 0x7f, 0x91, 0x50, 0xf3, 0x33, 0x5f, 0x18, 0xf1, 0x6a, 0xff, 0x1b, 0xf9, - 0xfe, 0xca, 0xee, 0x8c, 0x74, 0xa0, 0x1f, 0x11, 0xd3, 0xb2, 0x54, 0x81, 0xc7, 0xd6, 0x17, 0xd3, - 0x9b, 0x41, 0x42, 0x3f, 0xa2, 0xb0, 0x46, 0xc2, 0xc0, 0x0b, 0x0d, 0xf2, 0x69, 0xf7, 0xf4, 0xb9, - 0x10, 0x7e, 0x44, 0x42, 0xd4, 0x90, 0x10, 0x81, 0x27, 0x84, 0xc1, 0xee, 0xfe, 0x57, 0x73, 0x9e, - 0x7e, 0x07, 0x00, 0x00, 0xff, 0xff, 0x69, 0x6b, 0x45, 0x12, 0x8d, 0x02, 0x00, 0x00, -} diff --git a/googleapis/ads/googleads/v1/common/ad_asset.pb.go b/googleapis/ads/googleads/v1/common/ad_asset.pb.go index 5a216b93ad..4ed5cb85f5 100644 --- a/googleapis/ads/googleads/v1/common/ad_asset.pb.go +++ b/googleapis/ads/googleads/v1/common/ad_asset.pb.go @@ -39,7 +39,7 @@ func (m *AdTextAsset) Reset() { *m = AdTextAsset{} } func (m *AdTextAsset) String() string { return proto.CompactTextString(m) } func (*AdTextAsset) ProtoMessage() {} func (*AdTextAsset) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_asset_f6c685bb92eee707, []int{0} + return fileDescriptor_ad_asset_07bce9e3ba61c559, []int{0} } func (m *AdTextAsset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdTextAsset.Unmarshal(m, b) @@ -86,7 +86,7 @@ func (m *AdImageAsset) Reset() { *m = AdImageAsset{} } func (m *AdImageAsset) String() string { return proto.CompactTextString(m) } func (*AdImageAsset) ProtoMessage() {} func (*AdImageAsset) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_asset_f6c685bb92eee707, []int{1} + return fileDescriptor_ad_asset_07bce9e3ba61c559, []int{1} } func (m *AdImageAsset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdImageAsset.Unmarshal(m, b) @@ -126,7 +126,7 @@ func (m *AdVideoAsset) Reset() { *m = AdVideoAsset{} } func (m *AdVideoAsset) String() string { return proto.CompactTextString(m) } func (*AdVideoAsset) ProtoMessage() {} func (*AdVideoAsset) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_asset_f6c685bb92eee707, []int{2} + return fileDescriptor_ad_asset_07bce9e3ba61c559, []int{2} } func (m *AdVideoAsset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdVideoAsset.Unmarshal(m, b) @@ -166,7 +166,7 @@ func (m *AdMediaBundleAsset) Reset() { *m = AdMediaBundleAsset{} } func (m *AdMediaBundleAsset) String() string { return proto.CompactTextString(m) } func (*AdMediaBundleAsset) ProtoMessage() {} func (*AdMediaBundleAsset) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_asset_f6c685bb92eee707, []int{3} + return fileDescriptor_ad_asset_07bce9e3ba61c559, []int{3} } func (m *AdMediaBundleAsset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdMediaBundleAsset.Unmarshal(m, b) @@ -201,10 +201,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/ad_asset.proto", fileDescriptor_ad_asset_f6c685bb92eee707) + proto.RegisterFile("google/ads/googleads/v1/common/ad_asset.proto", fileDescriptor_ad_asset_07bce9e3ba61c559) } -var fileDescriptor_ad_asset_f6c685bb92eee707 = []byte{ +var fileDescriptor_ad_asset_07bce9e3ba61c559 = []byte{ // 401 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x92, 0xcd, 0x6a, 0xdc, 0x30, 0x10, 0xc7, 0xf1, 0xf6, 0xe3, 0xa0, 0x5d, 0x7a, 0xf0, 0x29, 0x84, 0x10, 0x82, 0x4f, 0xb9, 0x54, diff --git a/googleapis/ads/googleads/v1/common/ad_type_infos.pb.go b/googleapis/ads/googleads/v1/common/ad_type_infos.pb.go index 9afe6fb83a..a11c42f734 100644 --- a/googleapis/ads/googleads/v1/common/ad_type_infos.pb.go +++ b/googleapis/ads/googleads/v1/common/ad_type_infos.pb.go @@ -38,7 +38,7 @@ func (m *TextAdInfo) Reset() { *m = TextAdInfo{} } func (m *TextAdInfo) String() string { return proto.CompactTextString(m) } func (*TextAdInfo) ProtoMessage() {} func (*TextAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{0} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{0} } func (m *TextAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAdInfo.Unmarshal(m, b) @@ -104,7 +104,7 @@ func (m *ExpandedTextAdInfo) Reset() { *m = ExpandedTextAdInfo{} } func (m *ExpandedTextAdInfo) String() string { return proto.CompactTextString(m) } func (*ExpandedTextAdInfo) ProtoMessage() {} func (*ExpandedTextAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{1} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{1} } func (m *ExpandedTextAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExpandedTextAdInfo.Unmarshal(m, b) @@ -215,7 +215,7 @@ func (m *CallOnlyAdInfo) Reset() { *m = CallOnlyAdInfo{} } func (m *CallOnlyAdInfo) String() string { return proto.CompactTextString(m) } func (*CallOnlyAdInfo) ProtoMessage() {} func (*CallOnlyAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{2} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{2} } func (m *CallOnlyAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CallOnlyAdInfo.Unmarshal(m, b) @@ -332,7 +332,7 @@ func (m *ExpandedDynamicSearchAdInfo) Reset() { *m = ExpandedDynamicSear func (m *ExpandedDynamicSearchAdInfo) String() string { return proto.CompactTextString(m) } func (*ExpandedDynamicSearchAdInfo) ProtoMessage() {} func (*ExpandedDynamicSearchAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{3} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{3} } func (m *ExpandedDynamicSearchAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExpandedDynamicSearchAdInfo.Unmarshal(m, b) @@ -370,7 +370,7 @@ func (m *HotelAdInfo) Reset() { *m = HotelAdInfo{} } func (m *HotelAdInfo) String() string { return proto.CompactTextString(m) } func (*HotelAdInfo) ProtoMessage() {} func (*HotelAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{4} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{4} } func (m *HotelAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelAdInfo.Unmarshal(m, b) @@ -401,7 +401,7 @@ func (m *ShoppingSmartAdInfo) Reset() { *m = ShoppingSmartAdInfo{} } func (m *ShoppingSmartAdInfo) String() string { return proto.CompactTextString(m) } func (*ShoppingSmartAdInfo) ProtoMessage() {} func (*ShoppingSmartAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{5} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{5} } func (m *ShoppingSmartAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ShoppingSmartAdInfo.Unmarshal(m, b) @@ -432,7 +432,7 @@ func (m *ShoppingProductAdInfo) Reset() { *m = ShoppingProductAdInfo{} } func (m *ShoppingProductAdInfo) String() string { return proto.CompactTextString(m) } func (*ShoppingProductAdInfo) ProtoMessage() {} func (*ShoppingProductAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{6} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{6} } func (m *ShoppingProductAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ShoppingProductAdInfo.Unmarshal(m, b) @@ -485,7 +485,7 @@ func (m *GmailAdInfo) Reset() { *m = GmailAdInfo{} } func (m *GmailAdInfo) String() string { return proto.CompactTextString(m) } func (*GmailAdInfo) ProtoMessage() {} func (*GmailAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{7} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{7} } func (m *GmailAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GmailAdInfo.Unmarshal(m, b) @@ -583,7 +583,7 @@ func (m *GmailTeaser) Reset() { *m = GmailTeaser{} } func (m *GmailTeaser) String() string { return proto.CompactTextString(m) } func (*GmailTeaser) ProtoMessage() {} func (*GmailTeaser) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{8} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{8} } func (m *GmailTeaser) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GmailTeaser.Unmarshal(m, b) @@ -652,7 +652,7 @@ func (m *DisplayCallToAction) Reset() { *m = DisplayCallToAction{} } func (m *DisplayCallToAction) String() string { return proto.CompactTextString(m) } func (*DisplayCallToAction) ProtoMessage() {} func (*DisplayCallToAction) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{9} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{9} } func (m *DisplayCallToAction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DisplayCallToAction.Unmarshal(m, b) @@ -712,7 +712,7 @@ func (m *ProductImage) Reset() { *m = ProductImage{} } func (m *ProductImage) String() string { return proto.CompactTextString(m) } func (*ProductImage) ProtoMessage() {} func (*ProductImage) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{10} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{10} } func (m *ProductImage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductImage.Unmarshal(m, b) @@ -766,7 +766,7 @@ func (m *ProductVideo) Reset() { *m = ProductVideo{} } func (m *ProductVideo) String() string { return proto.CompactTextString(m) } func (*ProductVideo) ProtoMessage() {} func (*ProductVideo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{11} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{11} } func (m *ProductVideo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductVideo.Unmarshal(m, b) @@ -831,7 +831,7 @@ func (m *ImageAdInfo) Reset() { *m = ImageAdInfo{} } func (m *ImageAdInfo) String() string { return proto.CompactTextString(m) } func (*ImageAdInfo) ProtoMessage() {} func (*ImageAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{12} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{12} } func (m *ImageAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageAdInfo.Unmarshal(m, b) @@ -1062,7 +1062,7 @@ func (m *VideoBumperInStreamAdInfo) Reset() { *m = VideoBumperInStreamAd func (m *VideoBumperInStreamAdInfo) String() string { return proto.CompactTextString(m) } func (*VideoBumperInStreamAdInfo) ProtoMessage() {} func (*VideoBumperInStreamAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{13} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{13} } func (m *VideoBumperInStreamAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoBumperInStreamAdInfo.Unmarshal(m, b) @@ -1094,7 +1094,7 @@ func (m *VideoNonSkippableInStreamAdInfo) Reset() { *m = VideoNonSkippab func (m *VideoNonSkippableInStreamAdInfo) String() string { return proto.CompactTextString(m) } func (*VideoNonSkippableInStreamAdInfo) ProtoMessage() {} func (*VideoNonSkippableInStreamAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{14} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{14} } func (m *VideoNonSkippableInStreamAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoNonSkippableInStreamAdInfo.Unmarshal(m, b) @@ -1124,7 +1124,9 @@ type VideoTrueViewInStreamAdInfo struct { ActionButtonLabel *wrappers.StringValue `protobuf:"bytes,1,opt,name=action_button_label,json=actionButtonLabel,proto3" json:"action_button_label,omitempty"` // Additional text displayed with the CTA (call-to-action) button to give // context and encourage clicking on the button. - ActionHeadline *wrappers.StringValue `protobuf:"bytes,2,opt,name=action_headline,json=actionHeadline,proto3" json:"action_headline,omitempty"` + ActionHeadline *wrappers.StringValue `protobuf:"bytes,2,opt,name=action_headline,json=actionHeadline,proto3" json:"action_headline,omitempty"` + // The MediaFile resource name of the companion banner used with the ad. + CompanionBanner *wrappers.StringValue `protobuf:"bytes,3,opt,name=companion_banner,json=companionBanner,proto3" json:"companion_banner,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1134,7 +1136,7 @@ func (m *VideoTrueViewInStreamAdInfo) Reset() { *m = VideoTrueViewInStre func (m *VideoTrueViewInStreamAdInfo) String() string { return proto.CompactTextString(m) } func (*VideoTrueViewInStreamAdInfo) ProtoMessage() {} func (*VideoTrueViewInStreamAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{15} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{15} } func (m *VideoTrueViewInStreamAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoTrueViewInStreamAdInfo.Unmarshal(m, b) @@ -1168,6 +1170,13 @@ func (m *VideoTrueViewInStreamAdInfo) GetActionHeadline() *wrappers.StringValue return nil } +func (m *VideoTrueViewInStreamAdInfo) GetCompanionBanner() *wrappers.StringValue { + if m != nil { + return m.CompanionBanner + } + return nil +} + // Representation of video out-stream ad format (ad shown alongside a feed // with automatic playback, without sound). type VideoOutstreamAdInfo struct { @@ -1184,7 +1193,7 @@ func (m *VideoOutstreamAdInfo) Reset() { *m = VideoOutstreamAdInfo{} } func (m *VideoOutstreamAdInfo) String() string { return proto.CompactTextString(m) } func (*VideoOutstreamAdInfo) ProtoMessage() {} func (*VideoOutstreamAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{16} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{16} } func (m *VideoOutstreamAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoOutstreamAdInfo.Unmarshal(m, b) @@ -1239,7 +1248,7 @@ func (m *VideoAdInfo) Reset() { *m = VideoAdInfo{} } func (m *VideoAdInfo) String() string { return proto.CompactTextString(m) } func (*VideoAdInfo) ProtoMessage() {} func (*VideoAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{17} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{17} } func (m *VideoAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoAdInfo.Unmarshal(m, b) @@ -1473,7 +1482,7 @@ func (m *ResponsiveSearchAdInfo) Reset() { *m = ResponsiveSearchAdInfo{} func (m *ResponsiveSearchAdInfo) String() string { return proto.CompactTextString(m) } func (*ResponsiveSearchAdInfo) ProtoMessage() {} func (*ResponsiveSearchAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{18} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{18} } func (m *ResponsiveSearchAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResponsiveSearchAdInfo.Unmarshal(m, b) @@ -1572,7 +1581,7 @@ func (m *LegacyResponsiveDisplayAdInfo) Reset() { *m = LegacyResponsiveD func (m *LegacyResponsiveDisplayAdInfo) String() string { return proto.CompactTextString(m) } func (*LegacyResponsiveDisplayAdInfo) ProtoMessage() {} func (*LegacyResponsiveDisplayAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{19} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{19} } func (m *LegacyResponsiveDisplayAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LegacyResponsiveDisplayAdInfo.Unmarshal(m, b) @@ -1723,7 +1732,7 @@ func (m *AppAdInfo) Reset() { *m = AppAdInfo{} } func (m *AppAdInfo) String() string { return proto.CompactTextString(m) } func (*AppAdInfo) ProtoMessage() {} func (*AppAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{20} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{20} } func (m *AppAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppAdInfo.Unmarshal(m, b) @@ -1785,6 +1794,78 @@ func (m *AppAdInfo) GetHtml5MediaBundles() []*AdMediaBundleAsset { return nil } +// App engagement ads allow you to write text encouraging a specific action in +// the app, like checking in, making a purchase, or booking a flight. +// They allow you to send users to a specific part of your app where they can +// find what they're looking for easier and faster. +type AppEngagementAdInfo struct { + // List of text assets for headlines. When the ad serves the headlines will + // be selected from this list. + Headlines []*AdTextAsset `protobuf:"bytes,1,rep,name=headlines,proto3" json:"headlines,omitempty"` + // List of text assets for descriptions. When the ad serves the descriptions + // will be selected from this list. + Descriptions []*AdTextAsset `protobuf:"bytes,2,rep,name=descriptions,proto3" json:"descriptions,omitempty"` + // List of image assets that may be displayed with the ad. + Images []*AdImageAsset `protobuf:"bytes,3,rep,name=images,proto3" json:"images,omitempty"` + // List of video assets that may be displayed with the ad. + Videos []*AdVideoAsset `protobuf:"bytes,4,rep,name=videos,proto3" json:"videos,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AppEngagementAdInfo) Reset() { *m = AppEngagementAdInfo{} } +func (m *AppEngagementAdInfo) String() string { return proto.CompactTextString(m) } +func (*AppEngagementAdInfo) ProtoMessage() {} +func (*AppEngagementAdInfo) Descriptor() ([]byte, []int) { + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{21} +} +func (m *AppEngagementAdInfo) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AppEngagementAdInfo.Unmarshal(m, b) +} +func (m *AppEngagementAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AppEngagementAdInfo.Marshal(b, m, deterministic) +} +func (dst *AppEngagementAdInfo) XXX_Merge(src proto.Message) { + xxx_messageInfo_AppEngagementAdInfo.Merge(dst, src) +} +func (m *AppEngagementAdInfo) XXX_Size() int { + return xxx_messageInfo_AppEngagementAdInfo.Size(m) +} +func (m *AppEngagementAdInfo) XXX_DiscardUnknown() { + xxx_messageInfo_AppEngagementAdInfo.DiscardUnknown(m) +} + +var xxx_messageInfo_AppEngagementAdInfo proto.InternalMessageInfo + +func (m *AppEngagementAdInfo) GetHeadlines() []*AdTextAsset { + if m != nil { + return m.Headlines + } + return nil +} + +func (m *AppEngagementAdInfo) GetDescriptions() []*AdTextAsset { + if m != nil { + return m.Descriptions + } + return nil +} + +func (m *AppEngagementAdInfo) GetImages() []*AdImageAsset { + if m != nil { + return m.Images + } + return nil +} + +func (m *AppEngagementAdInfo) GetVideos() []*AdVideoAsset { + if m != nil { + return m.Videos + } + return nil +} + // A legacy app install ad that only can be used by a few select customers. type LegacyAppInstallAdInfo struct { // The id of the mobile app. @@ -1806,7 +1887,7 @@ func (m *LegacyAppInstallAdInfo) Reset() { *m = LegacyAppInstallAdInfo{} func (m *LegacyAppInstallAdInfo) String() string { return proto.CompactTextString(m) } func (*LegacyAppInstallAdInfo) ProtoMessage() {} func (*LegacyAppInstallAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{21} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{22} } func (m *LegacyAppInstallAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LegacyAppInstallAdInfo.Unmarshal(m, b) @@ -1925,7 +2006,7 @@ func (m *ResponsiveDisplayAdInfo) Reset() { *m = ResponsiveDisplayAdInfo func (m *ResponsiveDisplayAdInfo) String() string { return proto.CompactTextString(m) } func (*ResponsiveDisplayAdInfo) ProtoMessage() {} func (*ResponsiveDisplayAdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{22} + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{23} } func (m *ResponsiveDisplayAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResponsiveDisplayAdInfo.Unmarshal(m, b) @@ -2057,6 +2138,132 @@ func (m *ResponsiveDisplayAdInfo) GetFormatSetting() enums.DisplayAdFormatSettin return enums.DisplayAdFormatSettingEnum_UNSPECIFIED } +// A generic type of display ad. The exact ad format is controlled by the +// display_upload_product_type field, which determines what kinds of data +// need to be included with the ad. +type DisplayUploadAdInfo struct { + // The product type of this ad. See comments on the enum for details. + DisplayUploadProductType enums.DisplayUploadProductTypeEnum_DisplayUploadProductType `protobuf:"varint,1,opt,name=display_upload_product_type,json=displayUploadProductType,proto3,enum=google.ads.googleads.v1.enums.DisplayUploadProductTypeEnum_DisplayUploadProductType" json:"display_upload_product_type,omitempty"` + // The asset data that makes up the ad. + // + // Types that are valid to be assigned to MediaAsset: + // *DisplayUploadAdInfo_MediaBundle + MediaAsset isDisplayUploadAdInfo_MediaAsset `protobuf_oneof:"media_asset"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *DisplayUploadAdInfo) Reset() { *m = DisplayUploadAdInfo{} } +func (m *DisplayUploadAdInfo) String() string { return proto.CompactTextString(m) } +func (*DisplayUploadAdInfo) ProtoMessage() {} +func (*DisplayUploadAdInfo) Descriptor() ([]byte, []int) { + return fileDescriptor_ad_type_infos_60e41938ab80fbca, []int{24} +} +func (m *DisplayUploadAdInfo) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DisplayUploadAdInfo.Unmarshal(m, b) +} +func (m *DisplayUploadAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DisplayUploadAdInfo.Marshal(b, m, deterministic) +} +func (dst *DisplayUploadAdInfo) XXX_Merge(src proto.Message) { + xxx_messageInfo_DisplayUploadAdInfo.Merge(dst, src) +} +func (m *DisplayUploadAdInfo) XXX_Size() int { + return xxx_messageInfo_DisplayUploadAdInfo.Size(m) +} +func (m *DisplayUploadAdInfo) XXX_DiscardUnknown() { + xxx_messageInfo_DisplayUploadAdInfo.DiscardUnknown(m) +} + +var xxx_messageInfo_DisplayUploadAdInfo proto.InternalMessageInfo + +func (m *DisplayUploadAdInfo) GetDisplayUploadProductType() enums.DisplayUploadProductTypeEnum_DisplayUploadProductType { + if m != nil { + return m.DisplayUploadProductType + } + return enums.DisplayUploadProductTypeEnum_UNSPECIFIED +} + +type isDisplayUploadAdInfo_MediaAsset interface { + isDisplayUploadAdInfo_MediaAsset() +} + +type DisplayUploadAdInfo_MediaBundle struct { + MediaBundle *AdMediaBundleAsset `protobuf:"bytes,2,opt,name=media_bundle,json=mediaBundle,proto3,oneof"` +} + +func (*DisplayUploadAdInfo_MediaBundle) isDisplayUploadAdInfo_MediaAsset() {} + +func (m *DisplayUploadAdInfo) GetMediaAsset() isDisplayUploadAdInfo_MediaAsset { + if m != nil { + return m.MediaAsset + } + return nil +} + +func (m *DisplayUploadAdInfo) GetMediaBundle() *AdMediaBundleAsset { + if x, ok := m.GetMediaAsset().(*DisplayUploadAdInfo_MediaBundle); ok { + return x.MediaBundle + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*DisplayUploadAdInfo) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _DisplayUploadAdInfo_OneofMarshaler, _DisplayUploadAdInfo_OneofUnmarshaler, _DisplayUploadAdInfo_OneofSizer, []interface{}{ + (*DisplayUploadAdInfo_MediaBundle)(nil), + } +} + +func _DisplayUploadAdInfo_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*DisplayUploadAdInfo) + // media_asset + switch x := m.MediaAsset.(type) { + case *DisplayUploadAdInfo_MediaBundle: + b.EncodeVarint(2<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.MediaBundle); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("DisplayUploadAdInfo.MediaAsset has unexpected type %T", x) + } + return nil +} + +func _DisplayUploadAdInfo_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*DisplayUploadAdInfo) + switch tag { + case 2: // media_asset.media_bundle + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(AdMediaBundleAsset) + err := b.DecodeMessage(msg) + m.MediaAsset = &DisplayUploadAdInfo_MediaBundle{msg} + return true, err + default: + return false, nil + } +} + +func _DisplayUploadAdInfo_OneofSizer(msg proto.Message) (n int) { + m := msg.(*DisplayUploadAdInfo) + // media_asset + switch x := m.MediaAsset.(type) { + case *DisplayUploadAdInfo_MediaBundle: + s := proto.Size(x.MediaBundle) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + func init() { proto.RegisterType((*TextAdInfo)(nil), "google.ads.googleads.v1.common.TextAdInfo") proto.RegisterType((*ExpandedTextAdInfo)(nil), "google.ads.googleads.v1.common.ExpandedTextAdInfo") @@ -2079,154 +2286,164 @@ func init() { proto.RegisterType((*ResponsiveSearchAdInfo)(nil), "google.ads.googleads.v1.common.ResponsiveSearchAdInfo") proto.RegisterType((*LegacyResponsiveDisplayAdInfo)(nil), "google.ads.googleads.v1.common.LegacyResponsiveDisplayAdInfo") proto.RegisterType((*AppAdInfo)(nil), "google.ads.googleads.v1.common.AppAdInfo") + proto.RegisterType((*AppEngagementAdInfo)(nil), "google.ads.googleads.v1.common.AppEngagementAdInfo") proto.RegisterType((*LegacyAppInstallAdInfo)(nil), "google.ads.googleads.v1.common.LegacyAppInstallAdInfo") proto.RegisterType((*ResponsiveDisplayAdInfo)(nil), "google.ads.googleads.v1.common.ResponsiveDisplayAdInfo") + proto.RegisterType((*DisplayUploadAdInfo)(nil), "google.ads.googleads.v1.common.DisplayUploadAdInfo") } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/ad_type_infos.proto", fileDescriptor_ad_type_infos_4e014f86fe7fdcd4) -} - -var fileDescriptor_ad_type_infos_4e014f86fe7fdcd4 = []byte{ - // 2227 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5a, 0xcb, 0x72, 0xdb, 0xc8, - 0x15, 0x35, 0x45, 0x3d, 0xc8, 0x4b, 0x52, 0xb2, 0x20, 0x3f, 0x38, 0xf2, 0xcc, 0x64, 0x06, 0x8b, - 0x94, 0xab, 0x92, 0xa1, 0x22, 0xda, 0x49, 0x65, 0xe4, 0x78, 0x1c, 0x4a, 0x7e, 0x90, 0x35, 0x7e, - 0x68, 0x48, 0x8d, 0x9c, 0x72, 0x29, 0x85, 0x6a, 0x02, 0x4d, 0x12, 0x65, 0x00, 0xdd, 0x41, 0x03, - 0xb2, 0xb8, 0x9d, 0x45, 0xb2, 0xcd, 0x36, 0xa9, 0xac, 0xb2, 0x4c, 0x55, 0x36, 0xf9, 0x85, 0x64, - 0x35, 0x55, 0xc9, 0x17, 0xe4, 0x0b, 0x92, 0x4f, 0xc8, 0x22, 0xa9, 0x7e, 0x80, 0x04, 0x49, 0x51, - 0x6c, 0x48, 0x53, 0xf1, 0x4a, 0x20, 0x70, 0xcf, 0x41, 0x3f, 0xee, 0x3d, 0x7d, 0xba, 0x21, 0xa8, - 0xf7, 0x09, 0xe9, 0x7b, 0x78, 0x07, 0x39, 0x6c, 0x47, 0x5e, 0xf2, 0xab, 0xd3, 0xdd, 0x1d, 0x9b, - 0xf8, 0x3e, 0x09, 0x76, 0x90, 0x63, 0x45, 0x43, 0x8a, 0x2d, 0x37, 0xe8, 0x11, 0x56, 0xa3, 0x21, - 0x89, 0x88, 0xf1, 0xb1, 0x0c, 0xac, 0x21, 0x87, 0xd5, 0x46, 0x98, 0xda, 0xe9, 0x6e, 0x4d, 0x62, - 0xb6, 0x3f, 0x5b, 0xcc, 0x89, 0x18, 0xc3, 0x91, 0xa4, 0xdb, 0x3e, 0x98, 0x17, 0x8e, 0x83, 0xd8, - 0x67, 0x3b, 0x36, 0xf2, 0x3c, 0xcb, 0x26, 0xc1, 0x29, 0x0e, 0x99, 0x4b, 0x02, 0x2b, 0xc4, 0x94, - 0x84, 0x91, 0x1b, 0xf4, 0x2d, 0x16, 0xa1, 0x08, 0x2b, 0x92, 0x87, 0x17, 0x93, 0x38, 0x2e, 0xa3, - 0x1e, 0x1a, 0x5a, 0xc8, 0xb1, 0x7a, 0x24, 0xf4, 0x51, 0x64, 0x31, 0x1c, 0x71, 0x12, 0xbd, 0x36, - 0x78, 0xb8, 0x8f, 0xec, 0xa1, 0x85, 0x28, 0xb5, 0xdc, 0x80, 0x45, 0xbc, 0x45, 0xbc, 0x13, 0x94, - 0x5a, 0x2c, 0x22, 0x61, 0xd2, 0x86, 0xcf, 0x2e, 0x26, 0xf1, 0x5d, 0x1f, 0x8b, 0xc1, 0x54, 0xe1, - 0x6a, 0x18, 0x77, 0xc4, 0xaf, 0x6e, 0xdc, 0xdb, 0x79, 0x17, 0x22, 0x4a, 0x71, 0xa8, 0x86, 0x79, - 0xfb, 0xc3, 0x84, 0x8e, 0xba, 0x3b, 0x28, 0x08, 0x48, 0x84, 0x22, 0x97, 0x04, 0xea, 0xa9, 0xf9, - 0x6d, 0x0e, 0xe0, 0x08, 0x9f, 0x45, 0x0d, 0xa7, 0x15, 0xf4, 0x88, 0xf1, 0x53, 0x28, 0x0c, 0x30, - 0x72, 0x3c, 0x37, 0xc0, 0xd5, 0xdc, 0x27, 0xb9, 0xbb, 0xa5, 0xfa, 0x87, 0x6a, 0x6e, 0x6a, 0x09, - 0x7f, 0xad, 0x13, 0x85, 0x6e, 0xd0, 0x3f, 0x46, 0x5e, 0x8c, 0xdb, 0xa3, 0x68, 0xe3, 0xe7, 0x50, - 0x76, 0x30, 0xb3, 0x43, 0x97, 0x72, 0xfa, 0xdd, 0xea, 0x92, 0x06, 0x7a, 0x02, 0x31, 0xc5, 0x50, - 0xaf, 0xe6, 0x33, 0x32, 0xd4, 0xcd, 0xbf, 0xe7, 0xc1, 0x78, 0x72, 0x46, 0x51, 0xe0, 0x60, 0x27, - 0xd5, 0xa9, 0x03, 0x58, 0x4f, 0x9a, 0x69, 0x51, 0x14, 0x46, 0xbb, 0x5a, 0x5d, 0xab, 0x24, 0x98, - 0x43, 0x0e, 0x99, 0x21, 0xa9, 0x6b, 0xf5, 0x70, 0x82, 0xa4, 0x3e, 0x43, 0x72, 0xaf, 0xba, 0x9a, - 0x95, 0xe4, 0x9e, 0xf1, 0x05, 0x94, 0x52, 0xbd, 0xd6, 0x1a, 0xa6, 0x34, 0x60, 0x66, 0x9c, 0xd7, - 0xb2, 0x8e, 0xb3, 0x51, 0x87, 0x15, 0x8a, 0xa2, 0xc1, 0x6e, 0x75, 0x59, 0x03, 0x2a, 0x43, 0x13, - 0x4c, 0xbd, 0xba, 0xa2, 0x8b, 0xa9, 0x9b, 0x7f, 0x5e, 0x83, 0xf5, 0x03, 0xe4, 0x79, 0xaf, 0x02, - 0x6f, 0xa8, 0xe6, 0xf2, 0x11, 0x94, 0x6d, 0x12, 0x07, 0x51, 0x38, 0xb4, 0x6c, 0xe2, 0xe8, 0x25, - 0x69, 0x49, 0x21, 0x0e, 0x88, 0x83, 0x39, 0x01, 0x1d, 0x90, 0x00, 0x5b, 0x41, 0xec, 0x77, 0x71, - 0xa8, 0x35, 0x8b, 0x25, 0x81, 0x78, 0x29, 0x00, 0x46, 0x03, 0x2a, 0xdd, 0x98, 0xb9, 0x01, 0x66, - 0xcc, 0x0a, 0x90, 0x8f, 0xf5, 0xf2, 0x34, 0x81, 0xbc, 0x44, 0x3e, 0x36, 0xf6, 0xa0, 0x98, 0x4c, - 0xe9, 0x6e, 0xb5, 0xa4, 0x01, 0x1f, 0x87, 0xa7, 0xb1, 0xf5, 0x6a, 0x39, 0x0b, 0xb6, 0x3e, 0x53, - 0xa3, 0xcb, 0x57, 0xae, 0xd1, 0x95, 0xcc, 0xb9, 0xf3, 0x10, 0xca, 0x42, 0x8a, 0xa3, 0x10, 0xd9, - 0x6f, 0xb1, 0xa3, 0x0a, 0x60, 0x7b, 0x86, 0x61, 0x9f, 0x10, 0x2f, 0x99, 0x3e, 0xe4, 0x79, 0x47, - 0x32, 0xdc, 0x68, 0xc3, 0x6d, 0xc7, 0x65, 0xa8, 0xeb, 0x61, 0x6b, 0x4a, 0xd1, 0x55, 0x1e, 0x5f, - 0xc4, 0x74, 0x53, 0x41, 0x79, 0x4e, 0x1d, 0x8c, 0x80, 0x86, 0x05, 0x1f, 0xa5, 0x53, 0xc2, 0x3a, - 0xc5, 0xa1, 0xdb, 0x73, 0x6d, 0xa1, 0x93, 0x56, 0x1c, 0x7a, 0xd5, 0x82, 0x46, 0x2f, 0xb7, 0x53, - 0x39, 0x72, 0x9c, 0x22, 0xf8, 0x3a, 0xf4, 0x8c, 0x16, 0x6c, 0xa6, 0x56, 0x1e, 0x64, 0x8b, 0xba, - 0x2d, 0x6a, 0x90, 0x5e, 0x1f, 0xc3, 0x1a, 0x02, 0x65, 0xfc, 0x3e, 0x07, 0xdb, 0xf3, 0x57, 0xb1, - 0x2a, 0x7c, 0x92, 0xbb, 0xbb, 0x5e, 0x3f, 0xa9, 0xcd, 0x5b, 0x5a, 0xc5, 0x12, 0x52, 0x9b, 0xec, - 0x7f, 0x3b, 0xe1, 0xe8, 0x70, 0x8a, 0x27, 0x41, 0xec, 0x5f, 0x18, 0xd0, 0xae, 0xda, 0x73, 0x9e, - 0x98, 0xbf, 0x84, 0x3b, 0x89, 0xfc, 0x3e, 0x1e, 0x06, 0xc8, 0x77, 0xed, 0x0e, 0x46, 0xa1, 0x3d, - 0x50, 0xb5, 0x3b, 0x25, 0x5c, 0xb9, 0x8c, 0xc2, 0x65, 0x56, 0xa0, 0xd4, 0x24, 0x11, 0xf6, 0x24, - 0x9d, 0x79, 0x13, 0xb6, 0x3a, 0x03, 0x42, 0x29, 0x7f, 0xbd, 0x8f, 0x42, 0xa5, 0xf6, 0xe6, 0x6d, - 0xb8, 0x99, 0xdc, 0x3e, 0x0c, 0x89, 0x13, 0xdb, 0xc9, 0x83, 0xbf, 0xae, 0x40, 0xe9, 0x99, 0x8f, - 0x5c, 0x6f, 0xb4, 0x2c, 0xac, 0x46, 0x18, 0x31, 0x1c, 0xaa, 0x96, 0xfc, 0xa0, 0x76, 0xb1, 0x21, - 0xa9, 0x09, 0xf0, 0x91, 0x80, 0xb4, 0x15, 0x94, 0xcb, 0x09, 0xaf, 0x2f, 0x1c, 0x5a, 0xae, 0x8f, - 0xfa, 0x58, 0x4f, 0x4e, 0x24, 0xa2, 0xc5, 0x01, 0xc6, 0x13, 0xd8, 0xf0, 0x51, 0xf8, 0x16, 0x8b, - 0x49, 0x94, 0x1c, 0x3a, 0x82, 0xb2, 0x3e, 0x02, 0x49, 0x9a, 0x63, 0xa8, 0x4e, 0xd1, 0x58, 0xa3, - 0x85, 0x5c, 0xa7, 0xcc, 0x6f, 0x4d, 0xf2, 0x35, 0x93, 0x65, 0xfd, 0x04, 0xee, 0x4c, 0xf3, 0xa6, - 0xe7, 0x50, 0xa7, 0xfe, 0x3f, 0x98, 0xa4, 0x7e, 0x9c, 0x5a, 0x8a, 0x7e, 0x9d, 0x83, 0xef, 0xcf, - 0xd0, 0x2b, 0x8f, 0x25, 0x55, 0x82, 0x24, 0xe5, 0x22, 0x75, 0xe2, 0xde, 0xa2, 0x39, 0x7a, 0x2c, - 0xd1, 0x3c, 0x81, 0x8f, 0x88, 0xac, 0x99, 0xf6, 0xa7, 0x53, 0x0d, 0x98, 0x0d, 0x31, 0x3a, 0xb0, - 0x4e, 0x65, 0xb2, 0xc8, 0x56, 0xb0, 0xea, 0xda, 0x27, 0xf9, 0xbb, 0xa5, 0xfa, 0x0f, 0x17, 0xbd, - 0x4f, 0xa5, 0x98, 0x20, 0x6e, 0x57, 0x68, 0xea, 0x17, 0x4b, 0x93, 0x9e, 0xba, 0x0e, 0x26, 0xac, - 0x5a, 0xc8, 0x44, 0x7a, 0xcc, 0x41, 0x23, 0x52, 0xf1, 0x8b, 0x99, 0xbf, 0x59, 0x52, 0x59, 0x2c, - 0x13, 0xf1, 0x0a, 0x8e, 0x6d, 0xaa, 0x1c, 0x97, 0xb2, 0xfa, 0x88, 0xef, 0x60, 0x21, 0x7c, 0x00, - 0xe0, 0x91, 0x3e, 0x51, 0x79, 0xaf, 0x93, 0xa7, 0x45, 0x1e, 0x2f, 0xc6, 0xd7, 0xfc, 0x47, 0x0e, - 0xb6, 0xce, 0x9b, 0xcb, 0x1f, 0xc1, 0x72, 0x84, 0xcf, 0x22, 0xad, 0xd1, 0x10, 0x91, 0xbc, 0x19, - 0xfc, 0xaf, 0x65, 0x13, 0x8f, 0xe8, 0x39, 0x82, 0x22, 0x8f, 0x3f, 0xe0, 0xe1, 0x46, 0x13, 0x36, - 0xe3, 0x90, 0x2f, 0x44, 0x9e, 0x87, 0x45, 0x03, 0x2c, 0xd7, 0xd1, 0x1a, 0x8a, 0x8d, 0x38, 0xf4, - 0x0e, 0x46, 0xa8, 0x96, 0x63, 0xfe, 0x27, 0x07, 0xe5, 0x74, 0x3e, 0xf1, 0x11, 0x9e, 0xc8, 0x4a, - 0xad, 0x2e, 0x95, 0xd3, 0x49, 0x78, 0xe5, 0x49, 0x1e, 0xc0, 0xad, 0x39, 0x05, 0x99, 0xbf, 0x7c, - 0x41, 0x6e, 0x39, 0xb3, 0x37, 0xcd, 0xaf, 0x46, 0x9d, 0x17, 0x99, 0x9e, 0xee, 0xbc, 0xa8, 0x9e, - 0x4c, 0x9d, 0x17, 0x14, 0xe6, 0x37, 0xab, 0x50, 0x12, 0xc3, 0xa0, 0x14, 0xff, 0x67, 0x50, 0xa2, - 0xee, 0x19, 0xf6, 0xac, 0x77, 0xae, 0x13, 0x0d, 0x54, 0xbe, 0xdd, 0x99, 0x21, 0x6c, 0x05, 0xd1, - 0x4f, 0xee, 0x4b, 0x3e, 0x10, 0xf1, 0xaf, 0x79, 0xb8, 0xf1, 0x05, 0x94, 0x25, 0x7a, 0x80, 0xdd, - 0xfe, 0x20, 0x52, 0xda, 0x77, 0x21, 0x5c, 0xbe, 0xae, 0x29, 0xe2, 0x8d, 0xcf, 0xa1, 0x28, 0x15, - 0x8e, 0x5b, 0x0a, 0x1d, 0xdf, 0x5f, 0x10, 0xe1, 0xdc, 0x40, 0x7c, 0x09, 0x5b, 0x34, 0xc4, 0xa7, - 0x2e, 0x7e, 0x67, 0xa5, 0x3b, 0xb0, 0xb6, 0xb8, 0x05, 0x9b, 0x0a, 0x77, 0x38, 0xee, 0xc7, 0x0b, - 0xb8, 0x31, 0x49, 0xa6, 0xfa, 0x53, 0x58, 0xcc, 0x66, 0xa4, 0xd9, 0x54, 0xb7, 0x9a, 0x90, 0xbc, - 0xc3, 0x1a, 0x77, 0x4f, 0xc7, 0xdc, 0x6c, 0x28, 0x58, 0x2b, 0xe9, 0xe5, 0x57, 0x50, 0x1c, 0x6d, - 0x6e, 0x95, 0x93, 0xb9, 0xbf, 0xc0, 0xc9, 0xbc, 0x70, 0x7d, 0x7c, 0x34, 0xa4, 0xd2, 0xb5, 0x24, - 0x3f, 0xda, 0x05, 0x5f, 0x5d, 0x71, 0x2d, 0x10, 0xd2, 0xa4, 0x63, 0xb2, 0x45, 0xa4, 0xf1, 0x10, - 0xc0, 0xc7, 0x8e, 0x8b, 0xac, 0x9e, 0xeb, 0x69, 0x15, 0x5c, 0xf3, 0x5a, 0xbb, 0x28, 0x10, 0x4f, - 0x5d, 0x0f, 0x1b, 0xbb, 0xb0, 0xec, 0xa0, 0x08, 0xa9, 0x42, 0x9b, 0x1d, 0xcc, 0xfd, 0x61, 0x84, - 0x59, 0x82, 0x13, 0xa1, 0xc6, 0x11, 0x54, 0x91, 0x63, 0xb9, 0x0e, 0xaf, 0x2d, 0x9b, 0xd0, 0xa1, - 0x1a, 0xc6, 0x5e, 0x48, 0x7c, 0x55, 0x64, 0x17, 0xcd, 0x49, 0xf3, 0x5a, 0x7b, 0x0b, 0x39, 0x2d, - 0xe7, 0x88, 0x1c, 0x10, 0x3a, 0x14, 0x63, 0xf9, 0x34, 0x24, 0xfe, 0xfe, 0x1a, 0xac, 0x08, 0x1e, - 0xf3, 0x0e, 0x7c, 0x20, 0xaa, 0x61, 0x3f, 0xf6, 0x29, 0x0e, 0x5b, 0x41, 0x27, 0x0a, 0x31, 0xf2, - 0x95, 0x27, 0xfa, 0x14, 0xbe, 0x27, 0x1e, 0xbe, 0x24, 0x41, 0xe7, 0xad, 0x4b, 0x29, 0x77, 0xc7, - 0x53, 0x21, 0x7f, 0xc9, 0xc1, 0x1d, 0x11, 0x73, 0x14, 0xc6, 0xf8, 0x98, 0xcf, 0xd7, 0xc4, 0x73, - 0xe3, 0x39, 0x6c, 0x49, 0x45, 0xb0, 0xba, 0x71, 0x14, 0x91, 0xc0, 0xf2, 0x50, 0x17, 0x7b, 0x5a, - 0xd5, 0xba, 0x29, 0x81, 0xfb, 0x02, 0xf7, 0x9c, 0xc3, 0xb8, 0x1d, 0x52, 0x6c, 0xa3, 0x55, 0x4d, - 0x47, 0xb3, 0xd6, 0x25, 0x28, 0xb1, 0x2d, 0xe6, 0x6f, 0x73, 0x70, 0x43, 0x34, 0xfa, 0x55, 0x1c, - 0xb1, 0x74, 0x6b, 0xdf, 0xdb, 0x72, 0x69, 0xfe, 0x2d, 0x0f, 0x25, 0xd1, 0x24, 0xd5, 0x92, 0x07, - 0x59, 0x13, 0x2d, 0x9d, 0x66, 0x6f, 0xa0, 0xe8, 0x06, 0x96, 0xec, 0x99, 0x6a, 0xca, 0x83, 0x45, - 0x4a, 0x7c, 0xc1, 0x24, 0x36, 0xaf, 0xb5, 0x0b, 0xae, 0xba, 0x63, 0x74, 0x60, 0xb5, 0x2b, 0x72, - 0x45, 0x65, 0xdf, 0xe7, 0x5a, 0xc4, 0xe7, 0xa5, 0x57, 0xf3, 0x5a, 0x5b, 0x51, 0x19, 0x5f, 0x03, - 0x90, 0x38, 0x4a, 0x5a, 0x2c, 0x95, 0xf7, 0xbe, 0x16, 0xf1, 0xd4, 0x0c, 0xf2, 0x72, 0x23, 0x71, - 0xa4, 0xda, 0xda, 0x83, 0x4a, 0x40, 0x02, 0x8b, 0x25, 0xb9, 0xab, 0x44, 0xf9, 0x91, 0x16, 0xf3, - 0xfc, 0xa4, 0x6f, 0x5e, 0x6b, 0x97, 0x83, 0xd4, 0xd3, 0xfd, 0x02, 0xac, 0xca, 0x03, 0x3f, 0xf3, - 0x0f, 0x4b, 0x70, 0xab, 0x8d, 0x19, 0x25, 0x01, 0x73, 0x4f, 0xf1, 0xc4, 0xfe, 0xa6, 0x35, 0xde, - 0x9a, 0xb3, 0x6a, 0x4e, 0x58, 0xbd, 0x85, 0x7b, 0x8a, 0x86, 0x3c, 0xa8, 0x62, 0x0c, 0x47, 0xe3, - 0x9d, 0x3a, 0x33, 0x5e, 0x4d, 0xec, 0xb3, 0x59, 0x75, 0x29, 0x3b, 0xdb, 0x04, 0xc1, 0xf8, 0xc8, - 0x26, 0x7f, 0x89, 0x23, 0x9b, 0x65, 0xfd, 0x23, 0x9b, 0x7f, 0x16, 0xe0, 0xa3, 0xe7, 0xe2, 0x98, - 0x73, 0x3c, 0x48, 0xca, 0x02, 0x8c, 0x4f, 0xe3, 0xd8, 0x80, 0x84, 0x91, 0x95, 0xa9, 0x0e, 0x2b, - 0x02, 0x33, 0xda, 0x96, 0x34, 0xa0, 0xe2, 0x91, 0xa0, 0x9f, 0x4d, 0x24, 0xca, 0x1c, 0xd2, 0x9c, - 0x53, 0xcf, 0xf9, 0x2b, 0xdb, 0xdf, 0xe5, 0xcc, 0xf6, 0xf7, 0x39, 0xdc, 0x40, 0x9e, 0x47, 0xde, - 0x59, 0x3d, 0x0f, 0x9f, 0xb9, 0xe2, 0x4c, 0x43, 0x38, 0xd0, 0x95, 0x85, 0x27, 0x19, 0x86, 0xc0, - 0x3d, 0x55, 0x30, 0x69, 0x44, 0x1f, 0x41, 0x19, 0xd9, 0x36, 0x0e, 0x12, 0x1f, 0xab, 0x63, 0x31, - 0x4a, 0x12, 0x21, 0x09, 0xb8, 0x22, 0x21, 0x37, 0x50, 0xf0, 0x35, 0x2d, 0x45, 0x42, 0x6e, 0x20, - 0xc1, 0x5f, 0xc2, 0xd6, 0xa4, 0x41, 0xb4, 0x84, 0x09, 0x2f, 0x68, 0x9d, 0x72, 0xa4, 0x7c, 0xe0, - 0x91, 0x32, 0xe4, 0xa9, 0x7d, 0x41, 0x31, 0xd3, 0xbe, 0x80, 0x1b, 0x12, 0xf6, 0xab, 0x18, 0x85, - 0xd8, 0x4a, 0x71, 0x80, 0x8e, 0x21, 0x91, 0xb0, 0xe7, 0x23, 0xa6, 0x73, 0xf6, 0xe6, 0xa5, 0x4b, - 0xec, 0xcd, 0xdb, 0x70, 0x4b, 0x35, 0x68, 0x9a, 0x4d, 0xe7, 0xfc, 0xee, 0x86, 0xc4, 0xbe, 0x98, - 0xe4, 0x7c, 0x07, 0xeb, 0x93, 0x5f, 0x20, 0xaa, 0x15, 0x61, 0x98, 0x0e, 0x17, 0x18, 0xa6, 0x51, - 0x2d, 0x3e, 0x15, 0xe8, 0x8e, 0x04, 0x0b, 0xfb, 0x74, 0xfe, 0xa3, 0x76, 0xa5, 0x97, 0xfe, 0x29, - 0xce, 0x4f, 0x43, 0xd7, 0xc6, 0x16, 0x0d, 0x71, 0xcf, 0x3d, 0xab, 0xae, 0x6b, 0x9d, 0x9f, 0x72, - 0xc4, 0xa1, 0x00, 0xf0, 0xb9, 0xa5, 0x21, 0xf1, 0x89, 0xcc, 0x8f, 0x0d, 0x9d, 0xb9, 0x15, 0xf1, - 0x3c, 0x31, 0xcc, 0xff, 0xe6, 0xa1, 0xd8, 0xa0, 0x54, 0x49, 0xc9, 0x6b, 0xd8, 0xf4, 0x51, 0xe0, - 0xa0, 0x88, 0x84, 0xe2, 0x9b, 0x4c, 0x6a, 0xdb, 0x97, 0x49, 0x2a, 0x37, 0x46, 0x2c, 0xf2, 0xee, - 0xa4, 0x92, 0x2f, 0x7d, 0xa7, 0x4a, 0x9e, 0xbf, 0xaa, 0x92, 0x3f, 0x86, 0x55, 0x75, 0x44, 0xb1, - 0xac, 0x77, 0x9a, 0xd0, 0x70, 0xe4, 0x1e, 0x48, 0x70, 0x29, 0xac, 0xd1, 0x81, 0xf5, 0x21, 0x89, - 0xa3, 0xb8, 0x8b, 0x93, 0xb3, 0x89, 0x15, 0x5d, 0x36, 0x69, 0x62, 0x04, 0x5b, 0x45, 0x71, 0xc8, - 0xb3, 0x09, 0xa3, 0x0b, 0x5b, 0x83, 0xc8, 0xf7, 0x7e, 0x6c, 0x49, 0x63, 0xd3, 0x8d, 0x03, 0xc7, - 0xc3, 0xac, 0xba, 0x2a, 0x98, 0xeb, 0x8b, 0x99, 0x5f, 0x70, 0xd8, 0xbe, 0x40, 0x49, 0xfe, 0x4d, - 0x41, 0x97, 0xba, 0xcd, 0xcc, 0x6f, 0xf2, 0x70, 0x4b, 0x2e, 0x30, 0x0d, 0x4a, 0x5b, 0xf2, 0x2b, - 0x9a, 0x4a, 0x87, 0x7b, 0xb0, 0x2a, 0x3e, 0xad, 0x39, 0x5a, 0x2b, 0xca, 0x0a, 0xa2, 0xb4, 0xe5, - 0x18, 0x31, 0x14, 0x47, 0x1f, 0xe0, 0xc4, 0x2a, 0xb2, 0x5e, 0xff, 0xc5, 0x82, 0x1a, 0x9a, 0x7d, - 0x7d, 0x83, 0xd2, 0x0e, 0x27, 0x10, 0x75, 0x34, 0xff, 0x71, 0xbb, 0x80, 0xd4, 0xd5, 0x84, 0x0f, - 0xcd, 0x5f, 0xe9, 0x43, 0xdb, 0x7b, 0x38, 0xc4, 0x37, 0x7f, 0x07, 0x70, 0x7b, 0xde, 0xfa, 0xfe, - 0x1a, 0xae, 0x4f, 0xc9, 0x5c, 0x62, 0x86, 0xb2, 0x65, 0xea, 0xc6, 0xa4, 0x8a, 0x32, 0xc3, 0x81, - 0xdb, 0xe7, 0xcb, 0x68, 0x52, 0xa2, 0xd9, 0xf8, 0x6f, 0x9e, 0xa7, 0xab, 0xcc, 0x78, 0x01, 0xa5, - 0xf1, 0xb2, 0x91, 0x94, 0x6b, 0x36, 0x66, 0x18, 0xad, 0x45, 0xcc, 0x78, 0x03, 0xc6, 0xcc, 0x62, - 0x74, 0xb9, 0xca, 0xbd, 0x3e, 0xb5, 0x3a, 0xb1, 0x49, 0x95, 0x5a, 0xb9, 0x92, 0x4a, 0x1d, 0x4e, - 0xfb, 0xa9, 0xd5, 0xec, 0x2a, 0x3a, 0x69, 0xaf, 0xa6, 0x75, 0x6f, 0xed, 0xaa, 0xba, 0x37, 0xab, - 0x58, 0x85, 0xab, 0x2b, 0xd6, 0x8c, 0x89, 0x2b, 0x5e, 0xe6, 0x0c, 0x33, 0xe5, 0x9a, 0x20, 0x9b, - 0x6b, 0x9a, 0xf6, 0x6c, 0xa5, 0xac, 0x9e, 0x6d, 0x9e, 0x85, 0x2c, 0x5f, 0xca, 0x42, 0xce, 0x31, - 0x71, 0x95, 0x4b, 0x99, 0xb8, 0xf7, 0xea, 0x14, 0xce, 0x31, 0x48, 0xd7, 0xff, 0x2f, 0x06, 0x69, - 0xff, 0xdf, 0x39, 0x30, 0x6d, 0xe2, 0x2f, 0xc8, 0xca, 0xfd, 0xeb, 0x0d, 0xe7, 0x68, 0x48, 0x31, - 0x97, 0x4c, 0x76, 0xc8, 0xfb, 0x72, 0x98, 0x7b, 0xf3, 0x58, 0x61, 0xfa, 0xc4, 0x43, 0x41, 0xbf, - 0x46, 0xc2, 0xfe, 0x4e, 0x1f, 0x07, 0xa2, 0xa7, 0xc9, 0x7f, 0x82, 0x50, 0x97, 0xcd, 0xfb, 0x87, - 0x98, 0x07, 0xf2, 0xcf, 0x1f, 0x97, 0xf2, 0xcf, 0x1a, 0x8d, 0x3f, 0x2d, 0x7d, 0xfc, 0x4c, 0x92, - 0x35, 0x1c, 0x56, 0x93, 0x97, 0xfc, 0xea, 0x78, 0xb7, 0x76, 0x20, 0xc2, 0xbe, 0x4d, 0x02, 0x4e, - 0x1a, 0x0e, 0x3b, 0x19, 0x05, 0x9c, 0x1c, 0xef, 0x9e, 0xc8, 0x80, 0x7f, 0x2d, 0x99, 0xf2, 0xee, - 0xde, 0x5e, 0xc3, 0x61, 0x7b, 0x7b, 0xa3, 0x90, 0xbd, 0xbd, 0xe3, 0xdd, 0xbd, 0x3d, 0x19, 0xd4, - 0x5d, 0x15, 0xad, 0xbb, 0xf7, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x82, 0x5a, 0xa9, 0x7a, 0x01, - 0x24, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/common/ad_type_infos.proto", fileDescriptor_ad_type_infos_60e41938ab80fbca) +} + +var fileDescriptor_ad_type_infos_60e41938ab80fbca = []byte{ + // 2358 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x5a, 0x4b, 0x6f, 0xdb, 0xc8, + 0x1d, 0xb7, 0x2c, 0x3f, 0xa4, 0xbf, 0x24, 0x3f, 0xe8, 0x3c, 0xb4, 0xf6, 0xee, 0x36, 0xcb, 0x43, + 0x11, 0xa0, 0x5d, 0xb9, 0x56, 0xd2, 0xa2, 0xeb, 0x34, 0x9b, 0xca, 0x76, 0x12, 0x19, 0x9b, 0x87, + 0x57, 0x76, 0x9c, 0x22, 0x70, 0x41, 0x8c, 0xc5, 0xb1, 0x4c, 0x84, 0x9c, 0x99, 0x72, 0x48, 0xc7, + 0xba, 0xee, 0xa1, 0xbd, 0x16, 0xd8, 0x53, 0x8b, 0x9e, 0x7a, 0x2c, 0xd0, 0x8f, 0xd0, 0x53, 0x7b, + 0x5a, 0xa0, 0xfd, 0x04, 0xfd, 0x04, 0xed, 0x47, 0xd8, 0x43, 0x8b, 0x79, 0x90, 0xa2, 0x24, 0xcb, + 0x1a, 0xd9, 0x8b, 0x06, 0x3d, 0x49, 0x22, 0xff, 0xbf, 0x1f, 0x67, 0xe6, 0xff, 0xfa, 0xcd, 0x50, + 0x50, 0xef, 0x50, 0xda, 0xf1, 0xf1, 0x3a, 0x72, 0xf9, 0xba, 0xfa, 0x2a, 0xbe, 0x9d, 0x6d, 0xac, + 0xb7, 0x69, 0x10, 0x50, 0xb2, 0x8e, 0x5c, 0x27, 0xea, 0x32, 0xec, 0x78, 0xe4, 0x84, 0xf2, 0x1a, + 0x0b, 0x69, 0x44, 0xad, 0x8f, 0x95, 0x61, 0x0d, 0xb9, 0xbc, 0x96, 0x62, 0x6a, 0x67, 0x1b, 0x35, + 0x85, 0x59, 0xfd, 0x74, 0x3c, 0x27, 0xe2, 0x1c, 0x47, 0x8a, 0x6e, 0x75, 0x7b, 0x94, 0x39, 0x26, + 0x71, 0xc0, 0xd7, 0xdb, 0xc8, 0xf7, 0x9d, 0x36, 0x25, 0x67, 0x38, 0xe4, 0x1e, 0x25, 0x4e, 0x88, + 0x19, 0x0d, 0x23, 0x8f, 0x74, 0x1c, 0x1e, 0xa1, 0x08, 0x6b, 0x92, 0x87, 0x97, 0x93, 0xb8, 0x1e, + 0x67, 0x3e, 0xea, 0x3a, 0xc8, 0x75, 0x4e, 0x68, 0x18, 0xa0, 0xc8, 0xe1, 0x38, 0x12, 0x24, 0x1a, + 0xfe, 0xc8, 0x0c, 0x1e, 0x33, 0x9f, 0x22, 0xd7, 0x61, 0x21, 0x75, 0xe3, 0x76, 0x24, 0x57, 0xc6, + 0x6c, 0x12, 0x3e, 0xee, 0xa0, 0x76, 0xd7, 0x41, 0x8c, 0x39, 0x1e, 0xe1, 0x91, 0x98, 0x92, 0x58, + 0x05, 0xc6, 0x1c, 0x1e, 0xd1, 0x30, 0x21, 0xf9, 0xf4, 0x72, 0x92, 0xc0, 0x0b, 0x70, 0xf6, 0x99, + 0xda, 0x0f, 0xeb, 0xf2, 0xd7, 0x71, 0x7c, 0xb2, 0xfe, 0x2e, 0x44, 0x8c, 0xe1, 0x50, 0xfb, 0x69, + 0xf5, 0xc3, 0x84, 0x8e, 0x79, 0xeb, 0x88, 0x10, 0x1a, 0xa1, 0xc8, 0xa3, 0x44, 0xdf, 0xb5, 0xbf, + 0xc9, 0x01, 0x1c, 0xe0, 0xf3, 0xa8, 0xe1, 0xee, 0x92, 0x13, 0x6a, 0xfd, 0x14, 0x0a, 0xa7, 0x18, + 0xb9, 0xbe, 0x47, 0x70, 0x35, 0x77, 0x27, 0x77, 0xb7, 0x54, 0xff, 0x50, 0x3b, 0xb7, 0x96, 0xf0, + 0xd7, 0xf6, 0xa3, 0xd0, 0x23, 0x9d, 0x43, 0xe4, 0xc7, 0xb8, 0x95, 0x5a, 0x5b, 0x3f, 0x87, 0xb2, + 0x8b, 0x79, 0x3b, 0xf4, 0x98, 0xa0, 0xdf, 0xa8, 0x4e, 0x1b, 0xa0, 0xfb, 0x10, 0x03, 0x0c, 0xf5, + 0x6a, 0x7e, 0x42, 0x86, 0xba, 0xfd, 0xf7, 0x3c, 0x58, 0x8f, 0xcf, 0x19, 0x22, 0x2e, 0x76, 0x33, + 0x93, 0xda, 0x86, 0x85, 0x64, 0x98, 0x0e, 0x43, 0x61, 0xb4, 0x61, 0x34, 0xb5, 0x4a, 0x82, 0xd9, + 0x13, 0x90, 0x21, 0x92, 0xba, 0xd1, 0x0c, 0xfb, 0x48, 0xea, 0x43, 0x24, 0xf7, 0xaa, 0x73, 0x93, + 0x92, 0xdc, 0xb3, 0x3e, 0x87, 0x52, 0x66, 0xd6, 0x46, 0xcb, 0x94, 0x05, 0x0c, 0xad, 0xf3, 0xfc, + 0xa4, 0xeb, 0x6c, 0xd5, 0x61, 0x96, 0xa1, 0xe8, 0x74, 0xa3, 0x3a, 0x63, 0x00, 0x55, 0xa6, 0x09, + 0xa6, 0x5e, 0x9d, 0x35, 0xc5, 0xd4, 0xed, 0x3f, 0xcf, 0xc3, 0xc2, 0x36, 0xf2, 0xfd, 0x97, 0xc4, + 0xef, 0x6a, 0x5f, 0x3e, 0x82, 0x72, 0x9b, 0xc6, 0x24, 0x0a, 0xbb, 0x4e, 0x9b, 0xba, 0x66, 0x41, + 0x5a, 0xd2, 0x88, 0x6d, 0xea, 0x62, 0x41, 0xc0, 0x4e, 0x29, 0xc1, 0x0e, 0x89, 0x83, 0x63, 0x1c, + 0x1a, 0x79, 0xb1, 0x24, 0x11, 0x2f, 0x24, 0xc0, 0x6a, 0x40, 0xe5, 0x38, 0xe6, 0x1e, 0xc1, 0x9c, + 0x3b, 0x04, 0x05, 0xd8, 0x2c, 0x4e, 0x13, 0xc8, 0x0b, 0x14, 0x60, 0x6b, 0x13, 0x8a, 0x89, 0x4b, + 0x37, 0xaa, 0x25, 0x03, 0x78, 0xcf, 0x3c, 0x8b, 0xad, 0x57, 0xcb, 0x93, 0x60, 0xeb, 0x43, 0x39, + 0x3a, 0x73, 0xed, 0x1c, 0x9d, 0x9d, 0x38, 0x76, 0x1e, 0x42, 0x59, 0xd6, 0xf2, 0x28, 0x44, 0xed, + 0xb7, 0xd8, 0xd5, 0x09, 0xb0, 0x3a, 0xc4, 0xb0, 0x45, 0xa9, 0x9f, 0xb8, 0x0f, 0xf9, 0xfe, 0x81, + 0x32, 0xb7, 0x5a, 0x70, 0xdb, 0xf5, 0x38, 0x3a, 0xf6, 0xb1, 0x33, 0xd0, 0x12, 0x74, 0x1c, 0x5f, + 0xc6, 0x74, 0x53, 0x43, 0x45, 0x4c, 0x6d, 0xa7, 0x40, 0xcb, 0x81, 0x8f, 0xb2, 0x21, 0xe1, 0x9c, + 0xe1, 0xd0, 0x3b, 0xf1, 0xda, 0xb2, 0x4e, 0x3a, 0x71, 0xe8, 0x57, 0x0b, 0x06, 0xb3, 0x5c, 0xcd, + 0xc4, 0xc8, 0x61, 0x86, 0xe0, 0x55, 0xe8, 0x5b, 0xbb, 0xb0, 0x9c, 0x69, 0x5d, 0xa8, 0x2d, 0xf3, + 0xb6, 0x68, 0x40, 0xba, 0xd4, 0x83, 0x35, 0x24, 0xca, 0xfa, 0x7d, 0x0e, 0x56, 0x47, 0xb7, 0xc1, + 0x2a, 0xdc, 0xc9, 0xdd, 0x5d, 0xa8, 0x1f, 0xd5, 0x46, 0xf5, 0x66, 0xd9, 0x42, 0x6a, 0xfd, 0xf3, + 0x6f, 0x25, 0x1c, 0xfb, 0x82, 0xe2, 0x31, 0x89, 0x83, 0x4b, 0x0d, 0x5a, 0xd5, 0xf6, 0x88, 0x3b, + 0xf6, 0x2f, 0x61, 0x2d, 0x29, 0xbf, 0x3b, 0x5d, 0x82, 0x02, 0xaf, 0xbd, 0x8f, 0x51, 0xd8, 0x3e, + 0xd5, 0xb9, 0x3b, 0x50, 0xb8, 0x72, 0x13, 0x16, 0x2e, 0xbb, 0x02, 0xa5, 0x26, 0x8d, 0xb0, 0xaf, + 0xe8, 0xec, 0x9b, 0xb0, 0xb2, 0x7f, 0x4a, 0x19, 0x13, 0x8f, 0x0f, 0x50, 0xa8, 0xab, 0xbd, 0x7d, + 0x1b, 0x6e, 0x26, 0x97, 0xf7, 0x54, 0x87, 0xd6, 0x37, 0xfe, 0x3a, 0x0b, 0xa5, 0xa7, 0x01, 0xf2, + 0xfc, 0xb4, 0x2d, 0xcc, 0x45, 0x18, 0x71, 0x1c, 0xea, 0x91, 0xfc, 0xa0, 0x76, 0xb9, 0xa2, 0xa9, + 0x49, 0xf0, 0x81, 0x84, 0xb4, 0x34, 0x54, 0x94, 0x13, 0x91, 0x5f, 0x38, 0x74, 0xbc, 0x00, 0x75, + 0xb0, 0x59, 0x39, 0x51, 0x88, 0x5d, 0x01, 0xb0, 0x1e, 0xc3, 0x62, 0x80, 0xc2, 0xb7, 0x58, 0x3a, + 0x51, 0x71, 0x98, 0x14, 0x94, 0x85, 0x14, 0xa4, 0x68, 0x0e, 0xa1, 0x3a, 0x40, 0xe3, 0xa4, 0x8d, + 0xdc, 0x24, 0xcd, 0x6f, 0xf5, 0xf3, 0x35, 0x93, 0xb6, 0x7e, 0x04, 0x6b, 0x83, 0xbc, 0x59, 0x1f, + 0x9a, 0xe4, 0xff, 0x07, 0xfd, 0xd4, 0x3b, 0x99, 0x56, 0xf4, 0xeb, 0x1c, 0x7c, 0x7f, 0x88, 0x5e, + 0xab, 0x2c, 0x55, 0x25, 0x68, 0x92, 0x2e, 0xaa, 0x4e, 0xdc, 0x1b, 0xe7, 0xa3, 0x1d, 0x85, 0x16, + 0x01, 0x7c, 0x40, 0x55, 0xce, 0xb4, 0x3e, 0x19, 0x18, 0xc0, 0xb0, 0x89, 0xb5, 0x0f, 0x0b, 0x89, + 0x9c, 0x93, 0xa3, 0xe0, 0xd5, 0xf9, 0x3b, 0xf9, 0xbb, 0xa5, 0xfa, 0x0f, 0xc7, 0x3d, 0x4f, 0x87, + 0x98, 0x24, 0x6e, 0x55, 0x58, 0xe6, 0x17, 0xcf, 0x92, 0x9e, 0x79, 0x2e, 0xa6, 0xbc, 0x5a, 0x98, + 0x88, 0xf4, 0x50, 0x80, 0x52, 0x52, 0xf9, 0x8b, 0xdb, 0xbf, 0x99, 0xd6, 0x51, 0xac, 0x02, 0xf1, + 0x1a, 0x8a, 0x6d, 0x20, 0x1d, 0xa7, 0x27, 0xd5, 0x11, 0xdf, 0x41, 0x23, 0x7c, 0x00, 0xe0, 0xd3, + 0x0e, 0xd5, 0x71, 0x6f, 0x12, 0xa7, 0x45, 0x61, 0x2f, 0xd7, 0xd7, 0xfe, 0x47, 0x0e, 0x56, 0x2e, + 0xf2, 0xe5, 0x8f, 0x60, 0x26, 0xc2, 0xe7, 0x91, 0xd1, 0x6a, 0x48, 0x4b, 0x31, 0x0c, 0xf1, 0xe9, + 0xb4, 0xa9, 0x4f, 0xcd, 0x14, 0x41, 0x51, 0xd8, 0x6f, 0x0b, 0x73, 0xab, 0x09, 0xcb, 0x71, 0x28, + 0x1a, 0x91, 0xef, 0x63, 0x39, 0x00, 0xc7, 0x73, 0x8d, 0x96, 0x62, 0x31, 0x0e, 0xfd, 0xed, 0x14, + 0xb5, 0xeb, 0xda, 0xdf, 0xe6, 0xa0, 0x9c, 0x8d, 0x27, 0xb1, 0xc2, 0x7d, 0x51, 0x69, 0x34, 0xa5, + 0x72, 0x36, 0x08, 0xaf, 0xed, 0xe4, 0x53, 0xb8, 0x35, 0x22, 0x21, 0xf3, 0x57, 0x4f, 0xc8, 0x15, + 0x77, 0xf8, 0xa2, 0xfd, 0x65, 0x3a, 0x79, 0x19, 0xe9, 0xd9, 0xc9, 0xcb, 0xec, 0x99, 0x68, 0xf2, + 0x92, 0xc2, 0xfe, 0x6a, 0x0e, 0x4a, 0x72, 0x19, 0x74, 0xc5, 0xff, 0x19, 0x94, 0x98, 0x77, 0x8e, + 0x7d, 0xe7, 0x9d, 0xe7, 0x46, 0xa7, 0x3a, 0xde, 0xd6, 0x86, 0x08, 0x77, 0x49, 0xf4, 0x93, 0xfb, + 0x8a, 0x0f, 0xa4, 0xfd, 0x6b, 0x61, 0x6e, 0x7d, 0x0e, 0x65, 0x85, 0x3e, 0xc5, 0x5e, 0xe7, 0x34, + 0xd2, 0xb5, 0xef, 0x52, 0xb8, 0x7a, 0x5c, 0x53, 0xda, 0x5b, 0x9f, 0x41, 0x51, 0x55, 0x38, 0x21, + 0x29, 0x4c, 0x74, 0x7f, 0x41, 0x9a, 0x0b, 0x01, 0xf1, 0x05, 0xac, 0xb0, 0x10, 0x9f, 0x79, 0xf8, + 0x9d, 0x93, 0x9d, 0xc0, 0xfc, 0xf8, 0x11, 0x2c, 0x6b, 0xdc, 0x5e, 0x6f, 0x1e, 0xcf, 0xe1, 0x46, + 0x3f, 0x99, 0x9e, 0x4f, 0x61, 0x3c, 0x9b, 0x95, 0x65, 0xd3, 0xd3, 0x6a, 0x42, 0xf2, 0x0c, 0xa7, + 0x37, 0x3d, 0x13, 0x71, 0xb3, 0xa8, 0x61, 0xbb, 0xc9, 0x2c, 0xbf, 0x84, 0x62, 0xba, 0xb9, 0xd5, + 0x4a, 0xe6, 0xfe, 0x18, 0x25, 0xf3, 0xdc, 0x0b, 0xf0, 0x41, 0x97, 0x29, 0xd5, 0x92, 0xfc, 0x68, + 0x15, 0x02, 0xfd, 0x4d, 0xd4, 0x02, 0x59, 0x9a, 0x4c, 0x44, 0xb6, 0xb4, 0xb4, 0x1e, 0x02, 0x04, + 0xd8, 0xf5, 0x90, 0x73, 0xe2, 0xf9, 0x46, 0x09, 0xd7, 0x9c, 0x6a, 0x15, 0x25, 0xe2, 0x89, 0xe7, + 0x63, 0x6b, 0x03, 0x66, 0x5c, 0x14, 0x21, 0x9d, 0x68, 0xc3, 0x8b, 0xb9, 0xd5, 0x8d, 0x30, 0x4f, + 0x70, 0xd2, 0xd4, 0x3a, 0x80, 0x2a, 0x72, 0x1d, 0xcf, 0x15, 0xb9, 0xd5, 0xa6, 0xac, 0xab, 0x97, + 0xf1, 0x24, 0xa4, 0x81, 0x4e, 0xb2, 0xcb, 0x7c, 0xd2, 0x9c, 0x6a, 0xad, 0x20, 0x77, 0xd7, 0x3d, + 0xa0, 0xdb, 0x94, 0x75, 0xe5, 0x5a, 0x3e, 0x09, 0x69, 0xb0, 0x35, 0x0f, 0xb3, 0x92, 0xc7, 0x5e, + 0x83, 0x0f, 0x64, 0x36, 0x6c, 0xc5, 0x01, 0xc3, 0xe1, 0x2e, 0xd9, 0x8f, 0x42, 0x8c, 0x02, 0xad, + 0x89, 0x3e, 0x81, 0xef, 0xc9, 0x9b, 0x2f, 0x28, 0xd9, 0x7f, 0xeb, 0x31, 0x26, 0xd4, 0xf1, 0x80, + 0xc9, 0xb7, 0x39, 0x58, 0x93, 0x36, 0x07, 0x61, 0x8c, 0x0f, 0x85, 0xbf, 0xfa, 0xee, 0x5b, 0xcf, + 0x60, 0x45, 0x55, 0x04, 0xe7, 0x38, 0x8e, 0x22, 0x4a, 0x1c, 0x1f, 0x1d, 0x63, 0xdf, 0x28, 0x5b, + 0x97, 0x15, 0x70, 0x4b, 0xe2, 0x9e, 0x09, 0x98, 0x90, 0x43, 0x9a, 0x2d, 0xed, 0x6a, 0x26, 0x35, + 0x6b, 0x41, 0x81, 0x52, 0xd9, 0xf2, 0x14, 0x96, 0xda, 0x34, 0x60, 0x88, 0xc8, 0x71, 0x21, 0x42, + 0x70, 0x68, 0x56, 0x93, 0x53, 0xd4, 0x96, 0x04, 0xd9, 0xbf, 0xcd, 0xc1, 0x0d, 0x39, 0xfb, 0x97, + 0x71, 0xc4, 0xb3, 0xd3, 0x7e, 0x6f, 0x7d, 0xd7, 0xfe, 0x5b, 0x1e, 0x4a, 0x72, 0x48, 0x7a, 0x24, + 0x0f, 0x26, 0x8d, 0xd8, 0x6c, 0xbc, 0xbe, 0x81, 0xa2, 0x47, 0x1c, 0x35, 0x33, 0x3d, 0x94, 0x07, + 0xe3, 0x4a, 0xfa, 0x25, 0xd1, 0xd0, 0x9c, 0x6a, 0x15, 0x3c, 0x7d, 0xc5, 0xda, 0x87, 0xb9, 0x63, + 0x19, 0x74, 0x7a, 0xe9, 0x3f, 0x33, 0x22, 0xbe, 0x28, 0x4e, 0x9b, 0x53, 0x2d, 0x4d, 0x65, 0xbd, + 0x02, 0xa0, 0x71, 0x94, 0x8c, 0x58, 0x95, 0xf0, 0xfb, 0x46, 0xc4, 0x03, 0x1e, 0x14, 0x79, 0x4b, + 0xe3, 0x48, 0x8f, 0xf5, 0x04, 0x2a, 0x84, 0x12, 0x87, 0x27, 0x49, 0xa0, 0xab, 0xfb, 0x23, 0x23, + 0xe6, 0xd1, 0xd9, 0xd3, 0x9c, 0x6a, 0x95, 0x49, 0xe6, 0xee, 0x56, 0x01, 0xe6, 0xd4, 0xd1, 0xa3, + 0xfd, 0x87, 0x69, 0xb8, 0xd5, 0xc2, 0x9c, 0x51, 0xc2, 0xbd, 0x33, 0xdc, 0xb7, 0x51, 0xda, 0xed, + 0xed, 0xf1, 0x79, 0x35, 0x27, 0x35, 0xe3, 0xd8, 0xcd, 0x49, 0x43, 0x9d, 0x78, 0x71, 0x8e, 0xa3, + 0xde, 0x96, 0x9f, 0x5b, 0x2f, 0xfb, 0x36, 0xec, 0xbc, 0x3a, 0x3d, 0x39, 0x5b, 0x1f, 0x41, 0xef, + 0xec, 0x27, 0x7f, 0x85, 0xb3, 0x9f, 0x19, 0xf3, 0xb3, 0x9f, 0x7f, 0x16, 0xe0, 0xa3, 0x67, 0xf2, + 0xbc, 0xb4, 0xb7, 0x48, 0x5a, 0x4b, 0xf4, 0x8e, 0xf5, 0xf8, 0x29, 0x0d, 0x23, 0x67, 0xa2, 0x3c, + 0xac, 0x48, 0x4c, 0x5a, 0x28, 0x1a, 0x50, 0xf1, 0x29, 0xe9, 0x4c, 0x56, 0x6d, 0xca, 0x02, 0xd2, + 0x1c, 0x91, 0xcf, 0xf9, 0x6b, 0xeb, 0xe8, 0x99, 0x89, 0x75, 0xf4, 0x33, 0xb8, 0x81, 0x7c, 0x9f, + 0xbe, 0x73, 0x4e, 0x7c, 0x7c, 0xee, 0xc9, 0xc3, 0x11, 0x29, 0x65, 0x67, 0xc7, 0x1e, 0x89, 0x58, + 0x12, 0xf7, 0x44, 0xc3, 0x94, 0xa2, 0x7d, 0x04, 0x65, 0xd4, 0x6e, 0x63, 0x92, 0x08, 0x62, 0x13, + 0xad, 0x52, 0x52, 0x08, 0x45, 0x20, 0x2a, 0x12, 0xf2, 0x88, 0x86, 0xcf, 0x1b, 0x55, 0x24, 0xe4, + 0x11, 0x05, 0xfe, 0x02, 0x56, 0xfa, 0x95, 0xa6, 0x23, 0xd5, 0x7c, 0xc1, 0xe8, 0xb8, 0x24, 0x23, + 0x28, 0x0f, 0xb4, 0xb2, 0xcf, 0x6c, 0x30, 0x8a, 0x13, 0x6d, 0x30, 0x84, 0xb2, 0xe1, 0xbf, 0x8a, + 0x51, 0x88, 0x9d, 0x0c, 0x07, 0x98, 0x74, 0x11, 0x05, 0x7b, 0x96, 0x32, 0x5d, 0xb0, 0xc9, 0x2f, + 0x5d, 0x61, 0x93, 0xdf, 0x82, 0x5b, 0x7a, 0x40, 0x83, 0x6c, 0x26, 0x07, 0x81, 0x37, 0x14, 0xf6, + 0x79, 0x3f, 0xe7, 0x3b, 0x58, 0xe8, 0x7f, 0x17, 0x52, 0xad, 0x48, 0xe5, 0xb5, 0x37, 0x46, 0x79, + 0xa5, 0xb9, 0xf8, 0x44, 0xa2, 0xf7, 0x15, 0x58, 0xea, 0xb0, 0x8b, 0x6f, 0xb5, 0x2a, 0x27, 0xd9, + 0x9f, 0xf2, 0x20, 0x36, 0xf4, 0xda, 0xd8, 0x61, 0x21, 0x3e, 0xf1, 0xce, 0xab, 0x0b, 0x46, 0x07, + 0xb1, 0x02, 0xb1, 0x27, 0x01, 0xc2, 0xb7, 0x2c, 0xa4, 0x01, 0x55, 0xf1, 0xb1, 0x68, 0xe2, 0x5b, + 0x69, 0x2f, 0x02, 0xc3, 0xfe, 0x4f, 0x1e, 0x8a, 0x0d, 0xc6, 0x74, 0x29, 0x79, 0x0d, 0xcb, 0x01, + 0x22, 0x2e, 0x8a, 0x68, 0x28, 0xdf, 0x0e, 0x65, 0xf6, 0x8f, 0x13, 0x95, 0xca, 0xc5, 0x94, 0x45, + 0x5d, 0xed, 0xaf, 0xe4, 0xd3, 0xdf, 0x69, 0x25, 0xcf, 0x5f, 0xb7, 0x92, 0xef, 0xc0, 0x9c, 0x3e, + 0xeb, 0x98, 0x31, 0x3b, 0x96, 0x68, 0xb8, 0x6a, 0x33, 0x25, 0xb9, 0x34, 0xd6, 0xda, 0x87, 0x85, + 0x2e, 0x8d, 0xa3, 0xf8, 0x18, 0x27, 0x87, 0x1c, 0xb3, 0xa6, 0x6c, 0x4a, 0xc4, 0x48, 0xb6, 0x8a, + 0xe6, 0x50, 0x87, 0x1c, 0xd6, 0x31, 0xac, 0x9c, 0x46, 0x81, 0xff, 0x63, 0x47, 0x09, 0x9b, 0xe3, + 0x98, 0xb8, 0x3e, 0xe6, 0xd5, 0x39, 0xc9, 0x5c, 0x1f, 0xcf, 0xfc, 0x5c, 0xc0, 0xb6, 0x24, 0x4a, + 0xf1, 0x2f, 0x4b, 0xba, 0xcc, 0x65, 0x6e, 0xff, 0x65, 0x1a, 0x56, 0x1a, 0x8c, 0x3d, 0x26, 0x1d, + 0xd4, 0xc1, 0x01, 0x26, 0xd1, 0xff, 0x41, 0xf3, 0xed, 0xb9, 0x2c, 0x7f, 0x0d, 0x97, 0xed, 0xc0, + 0x9c, 0x76, 0xd5, 0xcc, 0x15, 0x5c, 0xa5, 0xb1, 0xf6, 0x57, 0x79, 0xb8, 0xa5, 0x1a, 0x74, 0x83, + 0xb1, 0x5d, 0xf5, 0x3a, 0x53, 0x2f, 0xe1, 0x3d, 0x98, 0x93, 0xef, 0x38, 0x5d, 0xa3, 0x8e, 0x3c, + 0x8b, 0x18, 0xdb, 0x75, 0xad, 0x18, 0x8a, 0xe9, 0x9b, 0x50, 0xd9, 0x85, 0x17, 0xea, 0xbf, 0x18, + 0x53, 0x83, 0x86, 0x1f, 0xdf, 0x60, 0x6c, 0x5f, 0x10, 0xc8, 0x3a, 0x34, 0xfa, 0x76, 0xab, 0x80, + 0xf4, 0xb7, 0x3e, 0x1d, 0x9f, 0xbf, 0xd6, 0x1b, 0xcf, 0xf7, 0xf0, 0x36, 0xc5, 0xfe, 0x1d, 0xc0, + 0xed, 0x51, 0xfa, 0xe8, 0x35, 0x2c, 0x0d, 0xb4, 0x89, 0x24, 0x9e, 0x27, 0x0b, 0x9b, 0xc5, 0xfe, + 0x2e, 0xc4, 0x2d, 0x17, 0x6e, 0x5f, 0xdc, 0x86, 0x92, 0x08, 0x9f, 0x8c, 0xff, 0xe6, 0x45, 0x7d, + 0x89, 0x5b, 0xcf, 0xa1, 0xd4, 0x6b, 0xbb, 0x57, 0x0b, 0x78, 0x48, 0x7b, 0x39, 0xb7, 0xde, 0x80, + 0x35, 0xd4, 0xcc, 0xaf, 0x56, 0xf9, 0x96, 0x06, 0xba, 0x3b, 0xef, 0x2f, 0x19, 0xb3, 0xd7, 0x2a, + 0x19, 0x7b, 0x83, 0x7a, 0x74, 0x6e, 0xf2, 0x2e, 0xd4, 0x2f, 0x4f, 0x07, 0x8b, 0xd0, 0xfc, 0x75, + 0x8b, 0xd0, 0x70, 0xc5, 0x2f, 0x5c, 0xbf, 0xe2, 0x0f, 0x89, 0xe0, 0xe2, 0x55, 0x0e, 0x93, 0x33, + 0xaa, 0x13, 0x26, 0x53, 0x9d, 0x83, 0x9a, 0xb7, 0x34, 0xa9, 0xe6, 0x1d, 0x25, 0xc1, 0xcb, 0x57, + 0x92, 0xe0, 0x23, 0x44, 0x70, 0xe5, 0x4a, 0x22, 0xf8, 0xbd, 0x2a, 0xad, 0x0b, 0x04, 0xe6, 0xd2, + 0xff, 0x44, 0x60, 0xda, 0x5f, 0x4f, 0xa7, 0xef, 0x07, 0x5e, 0xc9, 0x7f, 0xec, 0xe8, 0xba, 0xf8, + 0x75, 0x0e, 0xd6, 0x2e, 0xf9, 0x2b, 0x8f, 0xec, 0x59, 0x0b, 0xf5, 0x03, 0xb3, 0xe1, 0x29, 0x66, + 0x7d, 0x70, 0x9d, 0x9e, 0x44, 0x8e, 0xba, 0xd9, 0xaa, 0xba, 0x23, 0xee, 0x58, 0xaf, 0xa1, 0x9c, + 0x15, 0x3b, 0x7a, 0x1f, 0x7a, 0x05, 0xad, 0xd3, 0x9c, 0x6a, 0x95, 0x82, 0xde, 0xb5, 0xad, 0x0a, + 0xa8, 0x9f, 0xea, 0xdf, 0x56, 0x5b, 0xff, 0xce, 0x81, 0xdd, 0xa6, 0xc1, 0x18, 0xde, 0xad, 0xa5, + 0x86, 0x2b, 0x86, 0x25, 0x16, 0x8c, 0xef, 0x09, 0x0f, 0xef, 0xe5, 0xde, 0xec, 0x68, 0x4c, 0x87, + 0xfa, 0x88, 0x74, 0x6a, 0x34, 0xec, 0xac, 0x77, 0x30, 0x91, 0xfe, 0x4f, 0xfe, 0xa8, 0xc4, 0x3c, + 0x3e, 0xea, 0x0f, 0x5f, 0x0f, 0xd4, 0xc7, 0x1f, 0xa7, 0xf3, 0x4f, 0x1b, 0x8d, 0x3f, 0x4d, 0x7f, + 0xfc, 0x54, 0x91, 0x35, 0x5c, 0x5e, 0x53, 0x5f, 0xc5, 0xb7, 0xc3, 0x8d, 0xda, 0xb6, 0x34, 0xfb, + 0x26, 0x31, 0x38, 0x6a, 0xb8, 0xfc, 0x28, 0x35, 0x38, 0x3a, 0xdc, 0x38, 0x52, 0x06, 0xff, 0x9a, + 0xb6, 0xd5, 0xd5, 0xcd, 0xcd, 0x86, 0xcb, 0x37, 0x37, 0x53, 0x93, 0xcd, 0xcd, 0xc3, 0x8d, 0xcd, + 0x4d, 0x65, 0x74, 0x3c, 0x27, 0x47, 0x77, 0xef, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xf3, 0x4f, + 0x9a, 0x27, 0xe1, 0x26, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/common/asset_types.pb.go b/googleapis/ads/googleads/v1/common/asset_types.pb.go index be25b62fd6..78b7244a2a 100644 --- a/googleapis/ads/googleads/v1/common/asset_types.pb.go +++ b/googleapis/ads/googleads/v1/common/asset_types.pb.go @@ -35,7 +35,7 @@ func (m *YoutubeVideoAsset) Reset() { *m = YoutubeVideoAsset{} } func (m *YoutubeVideoAsset) String() string { return proto.CompactTextString(m) } func (*YoutubeVideoAsset) ProtoMessage() {} func (*YoutubeVideoAsset) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_types_0102d1ab43eb8827, []int{0} + return fileDescriptor_asset_types_8b202aa014f30014, []int{0} } func (m *YoutubeVideoAsset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_YoutubeVideoAsset.Unmarshal(m, b) @@ -78,7 +78,7 @@ func (m *MediaBundleAsset) Reset() { *m = MediaBundleAsset{} } func (m *MediaBundleAsset) String() string { return proto.CompactTextString(m) } func (*MediaBundleAsset) ProtoMessage() {} func (*MediaBundleAsset) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_types_0102d1ab43eb8827, []int{1} + return fileDescriptor_asset_types_8b202aa014f30014, []int{1} } func (m *MediaBundleAsset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MediaBundleAsset.Unmarshal(m, b) @@ -124,7 +124,7 @@ func (m *ImageAsset) Reset() { *m = ImageAsset{} } func (m *ImageAsset) String() string { return proto.CompactTextString(m) } func (*ImageAsset) ProtoMessage() {} func (*ImageAsset) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_types_0102d1ab43eb8827, []int{2} + return fileDescriptor_asset_types_8b202aa014f30014, []int{2} } func (m *ImageAsset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageAsset.Unmarshal(m, b) @@ -189,7 +189,7 @@ func (m *ImageDimension) Reset() { *m = ImageDimension{} } func (m *ImageDimension) String() string { return proto.CompactTextString(m) } func (*ImageDimension) ProtoMessage() {} func (*ImageDimension) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_types_0102d1ab43eb8827, []int{3} + return fileDescriptor_asset_types_8b202aa014f30014, []int{3} } func (m *ImageDimension) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageDimension.Unmarshal(m, b) @@ -230,50 +230,92 @@ func (m *ImageDimension) GetUrl() *wrappers.StringValue { return nil } +// A Text asset. +type TextAsset struct { + // Text content of the text asset. + Text *wrappers.StringValue `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *TextAsset) Reset() { *m = TextAsset{} } +func (m *TextAsset) String() string { return proto.CompactTextString(m) } +func (*TextAsset) ProtoMessage() {} +func (*TextAsset) Descriptor() ([]byte, []int) { + return fileDescriptor_asset_types_8b202aa014f30014, []int{4} +} +func (m *TextAsset) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TextAsset.Unmarshal(m, b) +} +func (m *TextAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TextAsset.Marshal(b, m, deterministic) +} +func (dst *TextAsset) XXX_Merge(src proto.Message) { + xxx_messageInfo_TextAsset.Merge(dst, src) +} +func (m *TextAsset) XXX_Size() int { + return xxx_messageInfo_TextAsset.Size(m) +} +func (m *TextAsset) XXX_DiscardUnknown() { + xxx_messageInfo_TextAsset.DiscardUnknown(m) +} + +var xxx_messageInfo_TextAsset proto.InternalMessageInfo + +func (m *TextAsset) GetText() *wrappers.StringValue { + if m != nil { + return m.Text + } + return nil +} + func init() { proto.RegisterType((*YoutubeVideoAsset)(nil), "google.ads.googleads.v1.common.YoutubeVideoAsset") proto.RegisterType((*MediaBundleAsset)(nil), "google.ads.googleads.v1.common.MediaBundleAsset") proto.RegisterType((*ImageAsset)(nil), "google.ads.googleads.v1.common.ImageAsset") proto.RegisterType((*ImageDimension)(nil), "google.ads.googleads.v1.common.ImageDimension") + proto.RegisterType((*TextAsset)(nil), "google.ads.googleads.v1.common.TextAsset") } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/asset_types.proto", fileDescriptor_asset_types_0102d1ab43eb8827) -} - -var fileDescriptor_asset_types_0102d1ab43eb8827 = []byte{ - // 519 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0xd1, 0x6b, 0x13, 0x31, - 0x1c, 0xc7, 0xb9, 0x76, 0x48, 0x9b, 0xcd, 0x3a, 0xef, 0xa9, 0xd4, 0x31, 0xc6, 0x3d, 0xed, 0xc5, - 0xc4, 0xce, 0x21, 0x72, 0x82, 0x78, 0xdd, 0x74, 0x14, 0x19, 0xd4, 0x4e, 0x0a, 0x6a, 0xa1, 0xa4, - 0xcb, 0xaf, 0xd7, 0xc0, 0x25, 0x39, 0x2e, 0xb9, 0xce, 0xee, 0x1f, 0xf1, 0xdd, 0x47, 0xff, 0x0c, - 0x1f, 0xfd, 0x53, 0xf6, 0x57, 0x48, 0x92, 0x6b, 0x99, 0x48, 0x9d, 0xec, 0xe9, 0x7e, 0x97, 0x7c, - 0xbf, 0x9f, 0xfc, 0xf2, 0x4d, 0x82, 0x9e, 0xa5, 0x4a, 0xa5, 0x19, 0x10, 0xca, 0x34, 0xf1, 0xa5, - 0xad, 0x16, 0x5d, 0x72, 0xa9, 0x84, 0x50, 0x92, 0x50, 0xad, 0xc1, 0x4c, 0xcc, 0x32, 0x07, 0x8d, - 0xf3, 0x42, 0x19, 0x15, 0xee, 0x7b, 0x19, 0xa6, 0x4c, 0xe3, 0xb5, 0x03, 0x2f, 0xba, 0xd8, 0x3b, - 0x3a, 0x4f, 0x37, 0x11, 0x41, 0x96, 0x42, 0x13, 0xc1, 0x05, 0x38, 0x9e, 0xc7, 0x75, 0x2a, 0x1c, - 0x71, 0x7f, 0xd3, 0x72, 0x46, 0xae, 0x0a, 0x9a, 0xe7, 0x50, 0x54, 0xcb, 0x75, 0xf6, 0x56, 0xb8, - 0x9c, 0x13, 0x2a, 0xa5, 0x32, 0xd4, 0x70, 0x25, 0xab, 0xd9, 0xe8, 0x0b, 0x7a, 0xfc, 0x49, 0x95, - 0xa6, 0x9c, 0xc2, 0x88, 0x33, 0x50, 0x89, 0xed, 0x36, 0x7c, 0x87, 0x76, 0x97, 0x7e, 0x70, 0xb2, - 0xb0, 0xa3, 0x13, 0xce, 0xda, 0xc1, 0x41, 0x70, 0xb8, 0x7d, 0xb4, 0x57, 0x75, 0x8c, 0x57, 0xab, - 0xe1, 0x0b, 0x53, 0x70, 0x99, 0x8e, 0x68, 0x56, 0xc2, 0xb0, 0xb5, 0xbc, 0x85, 0xea, 0xb3, 0xe8, - 0x04, 0xed, 0x9e, 0x03, 0xe3, 0xb4, 0x57, 0x4a, 0x96, 0x81, 0x67, 0x13, 0xb4, 0xc5, 0xa8, 0xa1, - 0x15, 0xef, 0xc9, 0x5f, 0xbc, 0xde, 0xd2, 0x80, 0xf6, 0x38, 0x27, 0x8c, 0xbe, 0xd5, 0x10, 0xea, - 0x0b, 0x9a, 0xde, 0xd3, 0x1f, 0xbe, 0x44, 0xcd, 0x19, 0xcf, 0x60, 0xa2, 0xf9, 0x35, 0xb4, 0x6b, - 0x1b, 0x5c, 0x7d, 0x69, 0x5e, 0x1c, 0x7b, 0x57, 0xc3, 0xaa, 0x2f, 0xf8, 0x35, 0x84, 0x1f, 0x50, - 0x73, 0x1d, 0x76, 0xbb, 0x7e, 0x10, 0x1c, 0xb6, 0x8e, 0x8e, 0xf1, 0xa6, 0xc3, 0x73, 0x87, 0x83, - 0xcf, 0xb9, 0x80, 0x8f, 0xcb, 0x1c, 0xde, 0xca, 0x52, 0xac, 0x7f, 0x86, 0x0d, 0x51, 0x55, 0xe1, - 0x7b, 0xd4, 0x9c, 0x95, 0x59, 0xe6, 0x9b, 0xd9, 0x72, 0xcd, 0x60, 0xfc, 0xef, 0xfb, 0x80, 0xdd, - 0xe6, 0x4f, 0xb9, 0x00, 0xa9, 0xb9, 0x92, 0xc3, 0x86, 0x05, 0xd8, 0xfe, 0xa2, 0x9f, 0x01, 0x6a, - 0xfd, 0x39, 0x19, 0xbe, 0x41, 0x0f, 0xe7, 0xc0, 0xd3, 0xb9, 0x99, 0xe4, 0xfc, 0x2b, 0x64, 0x7a, - 0x63, 0x4c, 0xb7, 0x36, 0xbc, 0xe3, 0x1d, 0x03, 0x67, 0x08, 0x5f, 0xa3, 0x9d, 0x2b, 0xce, 0xcc, - 0x7c, 0x05, 0xf8, 0x8f, 0xc4, 0xb6, 0x9d, 0xa1, 0xf2, 0x63, 0x54, 0x2f, 0x8b, 0xcc, 0xc5, 0x75, - 0xd7, 0x75, 0xb1, 0xc2, 0xde, 0x4d, 0x80, 0xa2, 0x4b, 0x25, 0xee, 0x08, 0xa1, 0xf7, 0xc8, 0x9d, - 0xbe, 0xcd, 0x50, 0x0f, 0x2c, 0x6b, 0x10, 0x7c, 0x3e, 0xad, 0x2c, 0xa9, 0xca, 0xa8, 0x4c, 0xb1, - 0x2a, 0x52, 0x92, 0x82, 0x74, 0x2b, 0xad, 0xde, 0x4d, 0xce, 0xf5, 0xa6, 0x87, 0xf9, 0xca, 0x7f, - 0xbe, 0xd7, 0xea, 0x67, 0x49, 0xf2, 0xa3, 0xb6, 0x7f, 0xe6, 0x61, 0x09, 0xd3, 0xd8, 0x97, 0xb6, - 0x1a, 0x75, 0xf1, 0x89, 0x93, 0xfd, 0x5a, 0x09, 0xc6, 0x09, 0xd3, 0xe3, 0xb5, 0x60, 0x3c, 0xea, - 0x8e, 0xbd, 0xe0, 0xa6, 0x16, 0xf9, 0xd1, 0x38, 0x4e, 0x98, 0x8e, 0xe3, 0xb5, 0x24, 0x8e, 0x47, - 0xdd, 0x38, 0xf6, 0xa2, 0xe9, 0x03, 0xd7, 0xdd, 0xf3, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x09, - 0x4b, 0x8b, 0xbf, 0x35, 0x04, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/common/asset_types.proto", fileDescriptor_asset_types_8b202aa014f30014) +} + +var fileDescriptor_asset_types_8b202aa014f30014 = []byte{ + // 537 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0x41, 0x6b, 0xdb, 0x30, + 0x14, 0xc7, 0x71, 0x12, 0x46, 0xa2, 0x76, 0x59, 0xe7, 0x53, 0xc8, 0x4a, 0x29, 0x3e, 0xf5, 0x32, + 0xb9, 0xe9, 0xca, 0x18, 0x1e, 0x1b, 0x73, 0xda, 0xad, 0x84, 0x51, 0xc8, 0xd2, 0x12, 0xd8, 0x16, + 0x08, 0x4a, 0xf5, 0xe2, 0x08, 0x2c, 0xc9, 0x58, 0x72, 0x9a, 0xf4, 0x8b, 0xec, 0xbe, 0xe3, 0x3e, + 0xc6, 0x8e, 0xfb, 0x28, 0xfd, 0x14, 0x43, 0x92, 0x13, 0x3a, 0x46, 0xd6, 0xb2, 0x93, 0x9f, 0xa5, + 0xff, 0xff, 0xa7, 0xa7, 0xf7, 0x9e, 0xd0, 0x61, 0x22, 0x65, 0x92, 0x42, 0x48, 0xa8, 0x0a, 0x5d, + 0x68, 0xa2, 0x79, 0x27, 0xbc, 0x92, 0x9c, 0x4b, 0x11, 0x12, 0xa5, 0x40, 0x8f, 0xf5, 0x32, 0x03, + 0x85, 0xb3, 0x5c, 0x6a, 0xe9, 0xef, 0x39, 0x19, 0x26, 0x54, 0xe1, 0xb5, 0x03, 0xcf, 0x3b, 0xd8, + 0x39, 0xda, 0xcf, 0x37, 0x11, 0x41, 0x14, 0x5c, 0x85, 0x9c, 0x71, 0xb0, 0x3c, 0x87, 0x6b, 0x97, + 0xb8, 0xd0, 0xfe, 0x4d, 0x8a, 0x69, 0x78, 0x9d, 0x93, 0x2c, 0x83, 0xbc, 0x3c, 0xae, 0xbd, 0xbb, + 0xc2, 0x65, 0x2c, 0x24, 0x42, 0x48, 0x4d, 0x34, 0x93, 0xa2, 0xdc, 0x0d, 0xbe, 0xa2, 0xa7, 0x9f, + 0x65, 0xa1, 0x8b, 0x09, 0x0c, 0x19, 0x05, 0x19, 0x9b, 0x6c, 0xfd, 0x0f, 0x68, 0x67, 0xe9, 0x16, + 0xc7, 0x73, 0xb3, 0x3a, 0x66, 0xb4, 0xe5, 0xed, 0x7b, 0x07, 0x5b, 0x47, 0xbb, 0x65, 0xc6, 0x78, + 0x75, 0x1a, 0xbe, 0xd0, 0x39, 0x13, 0xc9, 0x90, 0xa4, 0x05, 0x0c, 0x9a, 0xcb, 0x3b, 0xa8, 0x1e, + 0x0d, 0x4e, 0xd0, 0xce, 0x39, 0x50, 0x46, 0xba, 0x85, 0xa0, 0x29, 0x38, 0x76, 0x88, 0x6a, 0x94, + 0x68, 0x52, 0xf2, 0x9e, 0xfd, 0xc5, 0xeb, 0x2e, 0x35, 0x28, 0x87, 0xb3, 0xc2, 0xe0, 0x5b, 0x05, + 0xa1, 0x1e, 0x27, 0xc9, 0x7f, 0xfa, 0xfd, 0x57, 0xa8, 0x31, 0x65, 0x29, 0x8c, 0x15, 0xbb, 0x81, + 0x56, 0x65, 0x83, 0xab, 0x27, 0xf4, 0xcb, 0x63, 0xe7, 0xaa, 0x1b, 0xf5, 0x05, 0xbb, 0x01, 0xff, + 0x13, 0x6a, 0xac, 0x8b, 0xdd, 0xaa, 0xee, 0x7b, 0x07, 0xcd, 0xa3, 0x63, 0xbc, 0xa9, 0x79, 0xb6, + 0x39, 0xf8, 0x9c, 0x71, 0xb8, 0x5c, 0x66, 0xf0, 0x5e, 0x14, 0x7c, 0xfd, 0x33, 0xa8, 0xf3, 0x32, + 0xf2, 0x3f, 0xa2, 0xc6, 0xb4, 0x48, 0x53, 0x97, 0x4c, 0xcd, 0x26, 0x83, 0xf1, 0xbf, 0xe7, 0x01, + 0xdb, 0xcb, 0x9f, 0x32, 0x0e, 0x42, 0x31, 0x29, 0x06, 0x75, 0x03, 0x30, 0xf9, 0x05, 0x3f, 0x3d, + 0xd4, 0xfc, 0x73, 0xd3, 0x7f, 0x87, 0x1e, 0xcf, 0x80, 0x25, 0x33, 0x3d, 0xce, 0xd8, 0x02, 0x52, + 0xb5, 0xb1, 0x4c, 0x77, 0x2e, 0xbc, 0xed, 0x1c, 0x7d, 0x6b, 0xf0, 0xdf, 0xa2, 0xed, 0x6b, 0x46, + 0xf5, 0x6c, 0x05, 0x78, 0x40, 0xc5, 0xb6, 0xac, 0xa1, 0xf4, 0x63, 0x54, 0x2d, 0xf2, 0xd4, 0x96, + 0xeb, 0xbe, 0x71, 0x31, 0xc2, 0xe0, 0x0d, 0x6a, 0x5c, 0xc2, 0x42, 0xbb, 0xe6, 0x1e, 0xa2, 0x9a, + 0x86, 0x85, 0x7e, 0xd0, 0xb0, 0x59, 0x65, 0xf7, 0xd6, 0x43, 0xc1, 0x95, 0xe4, 0xf7, 0xd4, 0xb0, + 0xfb, 0xc4, 0xf2, 0x4d, 0x0b, 0x54, 0xdf, 0xc0, 0xfa, 0xde, 0x97, 0xd3, 0xd2, 0x92, 0xc8, 0x94, + 0x88, 0x04, 0xcb, 0x3c, 0x09, 0x13, 0x10, 0xf6, 0xa8, 0xd5, 0xb3, 0xcb, 0x98, 0xda, 0xf4, 0xae, + 0x5f, 0xbb, 0xcf, 0xf7, 0x4a, 0xf5, 0x2c, 0x8e, 0x7f, 0x54, 0xf6, 0xce, 0x1c, 0x2c, 0xa6, 0x0a, + 0xbb, 0xd0, 0x44, 0xc3, 0x0e, 0x3e, 0xb1, 0xb2, 0x5f, 0x2b, 0xc1, 0x28, 0xa6, 0x6a, 0xb4, 0x16, + 0x8c, 0x86, 0x9d, 0x91, 0x13, 0xdc, 0x56, 0x02, 0xb7, 0x1a, 0x45, 0x31, 0x55, 0x51, 0xb4, 0x96, + 0x44, 0xd1, 0xb0, 0x13, 0x45, 0x4e, 0x34, 0x79, 0x64, 0xb3, 0x7b, 0xf1, 0x3b, 0x00, 0x00, 0xff, + 0xff, 0xd8, 0x95, 0x59, 0x49, 0x74, 0x04, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/common/bidding.pb.go b/googleapis/ads/googleads/v1/common/bidding.pb.go index a37b9a9a1a..f32b832f45 100644 --- a/googleapis/ads/googleads/v1/common/bidding.pb.go +++ b/googleapis/ads/googleads/v1/common/bidding.pb.go @@ -38,7 +38,7 @@ func (m *Commission) Reset() { *m = Commission{} } func (m *Commission) String() string { return proto.CompactTextString(m) } func (*Commission) ProtoMessage() {} func (*Commission) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_e5eb826532178520, []int{0} + return fileDescriptor_bidding_646e34114a6c9f78, []int{0} } func (m *Commission) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Commission.Unmarshal(m, b) @@ -78,7 +78,7 @@ func (m *EnhancedCpc) Reset() { *m = EnhancedCpc{} } func (m *EnhancedCpc) String() string { return proto.CompactTextString(m) } func (*EnhancedCpc) ProtoMessage() {} func (*EnhancedCpc) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_e5eb826532178520, []int{1} + return fileDescriptor_bidding_646e34114a6c9f78, []int{1} } func (m *EnhancedCpc) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EnhancedCpc.Unmarshal(m, b) @@ -111,7 +111,7 @@ func (m *ManualCpc) Reset() { *m = ManualCpc{} } func (m *ManualCpc) String() string { return proto.CompactTextString(m) } func (*ManualCpc) ProtoMessage() {} func (*ManualCpc) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_e5eb826532178520, []int{2} + return fileDescriptor_bidding_646e34114a6c9f78, []int{2} } func (m *ManualCpc) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ManualCpc.Unmarshal(m, b) @@ -149,7 +149,7 @@ func (m *ManualCpm) Reset() { *m = ManualCpm{} } func (m *ManualCpm) String() string { return proto.CompactTextString(m) } func (*ManualCpm) ProtoMessage() {} func (*ManualCpm) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_e5eb826532178520, []int{3} + return fileDescriptor_bidding_646e34114a6c9f78, []int{3} } func (m *ManualCpm) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ManualCpm.Unmarshal(m, b) @@ -180,7 +180,7 @@ func (m *ManualCpv) Reset() { *m = ManualCpv{} } func (m *ManualCpv) String() string { return proto.CompactTextString(m) } func (*ManualCpv) ProtoMessage() {} func (*ManualCpv) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_e5eb826532178520, []int{4} + return fileDescriptor_bidding_646e34114a6c9f78, []int{4} } func (m *ManualCpv) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ManualCpv.Unmarshal(m, b) @@ -212,7 +212,7 @@ func (m *MaximizeConversions) Reset() { *m = MaximizeConversions{} } func (m *MaximizeConversions) String() string { return proto.CompactTextString(m) } func (*MaximizeConversions) ProtoMessage() {} func (*MaximizeConversions) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_e5eb826532178520, []int{5} + return fileDescriptor_bidding_646e34114a6c9f78, []int{5} } func (m *MaximizeConversions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaximizeConversions.Unmarshal(m, b) @@ -250,7 +250,7 @@ func (m *MaximizeConversionValue) Reset() { *m = MaximizeConversionValue func (m *MaximizeConversionValue) String() string { return proto.CompactTextString(m) } func (*MaximizeConversionValue) ProtoMessage() {} func (*MaximizeConversionValue) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_e5eb826532178520, []int{6} + return fileDescriptor_bidding_646e34114a6c9f78, []int{6} } func (m *MaximizeConversionValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaximizeConversionValue.Unmarshal(m, b) @@ -310,7 +310,7 @@ func (m *PageOnePromoted) Reset() { *m = PageOnePromoted{} } func (m *PageOnePromoted) String() string { return proto.CompactTextString(m) } func (*PageOnePromoted) ProtoMessage() {} func (*PageOnePromoted) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_e5eb826532178520, []int{7} + return fileDescriptor_bidding_646e34114a6c9f78, []int{7} } func (m *PageOnePromoted) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PageOnePromoted.Unmarshal(m, b) @@ -394,7 +394,7 @@ func (m *TargetCpa) Reset() { *m = TargetCpa{} } func (m *TargetCpa) String() string { return proto.CompactTextString(m) } func (*TargetCpa) ProtoMessage() {} func (*TargetCpa) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_e5eb826532178520, []int{8} + return fileDescriptor_bidding_646e34114a6c9f78, []int{8} } func (m *TargetCpa) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetCpa.Unmarshal(m, b) @@ -447,7 +447,7 @@ func (m *TargetCpm) Reset() { *m = TargetCpm{} } func (m *TargetCpm) String() string { return proto.CompactTextString(m) } func (*TargetCpm) ProtoMessage() {} func (*TargetCpm) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_e5eb826532178520, []int{9} + return fileDescriptor_bidding_646e34114a6c9f78, []int{9} } func (m *TargetCpm) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetCpm.Unmarshal(m, b) @@ -490,7 +490,7 @@ func (m *TargetImpressionShare) Reset() { *m = TargetImpressionShare{} } func (m *TargetImpressionShare) String() string { return proto.CompactTextString(m) } func (*TargetImpressionShare) ProtoMessage() {} func (*TargetImpressionShare) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_e5eb826532178520, []int{10} + return fileDescriptor_bidding_646e34114a6c9f78, []int{10} } func (m *TargetImpressionShare) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetImpressionShare.Unmarshal(m, b) @@ -564,7 +564,7 @@ func (m *TargetOutrankShare) Reset() { *m = TargetOutrankShare{} } func (m *TargetOutrankShare) String() string { return proto.CompactTextString(m) } func (*TargetOutrankShare) ProtoMessage() {} func (*TargetOutrankShare) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_e5eb826532178520, []int{11} + return fileDescriptor_bidding_646e34114a6c9f78, []int{11} } func (m *TargetOutrankShare) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetOutrankShare.Unmarshal(m, b) @@ -640,7 +640,7 @@ func (m *TargetRoas) Reset() { *m = TargetRoas{} } func (m *TargetRoas) String() string { return proto.CompactTextString(m) } func (*TargetRoas) ProtoMessage() {} func (*TargetRoas) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_e5eb826532178520, []int{12} + return fileDescriptor_bidding_646e34114a6c9f78, []int{12} } func (m *TargetRoas) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetRoas.Unmarshal(m, b) @@ -701,7 +701,7 @@ func (m *TargetSpend) Reset() { *m = TargetSpend{} } func (m *TargetSpend) String() string { return proto.CompactTextString(m) } func (*TargetSpend) ProtoMessage() {} func (*TargetSpend) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_e5eb826532178520, []int{13} + return fileDescriptor_bidding_646e34114a6c9f78, []int{13} } func (m *TargetSpend) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetSpend.Unmarshal(m, b) @@ -757,7 +757,7 @@ func (m *PercentCpc) Reset() { *m = PercentCpc{} } func (m *PercentCpc) String() string { return proto.CompactTextString(m) } func (*PercentCpc) ProtoMessage() {} func (*PercentCpc) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_e5eb826532178520, []int{14} + return fileDescriptor_bidding_646e34114a6c9f78, []int{14} } func (m *PercentCpc) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PercentCpc.Unmarshal(m, b) @@ -810,10 +810,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/bidding.proto", fileDescriptor_bidding_e5eb826532178520) + proto.RegisterFile("google/ads/googleads/v1/common/bidding.proto", fileDescriptor_bidding_646e34114a6c9f78) } -var fileDescriptor_bidding_e5eb826532178520 = []byte{ +var fileDescriptor_bidding_646e34114a6c9f78 = []byte{ // 951 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x96, 0x51, 0x6f, 0x1b, 0x45, 0x10, 0x80, 0x65, 0xbb, 0xad, 0xe8, 0x3a, 0xa5, 0xe4, 0x92, 0x06, 0x2b, 0xad, 0xaa, 0xea, 0x24, diff --git a/googleapis/ads/googleads/v1/common/click_location.pb.go b/googleapis/ads/googleads/v1/common/click_location.pb.go index 7dbeb2048e..9fefc61d04 100644 --- a/googleapis/ads/googleads/v1/common/click_location.pb.go +++ b/googleapis/ads/googleads/v1/common/click_location.pb.go @@ -41,7 +41,7 @@ func (m *ClickLocation) Reset() { *m = ClickLocation{} } func (m *ClickLocation) String() string { return proto.CompactTextString(m) } func (*ClickLocation) ProtoMessage() {} func (*ClickLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_click_location_008a8732139bd35d, []int{0} + return fileDescriptor_click_location_19655ed14d26d9e2, []int{0} } func (m *ClickLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClickLocation.Unmarshal(m, b) @@ -101,10 +101,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/click_location.proto", fileDescriptor_click_location_008a8732139bd35d) + proto.RegisterFile("google/ads/googleads/v1/common/click_location.proto", fileDescriptor_click_location_19655ed14d26d9e2) } -var fileDescriptor_click_location_008a8732139bd35d = []byte{ +var fileDescriptor_click_location_19655ed14d26d9e2 = []byte{ // 354 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xbf, 0x6a, 0xeb, 0x30, 0x14, 0xc6, 0xb1, 0xf3, 0xe7, 0x82, 0xee, 0xcd, 0xe2, 0xc9, 0x84, 0x10, 0x2e, 0x99, 0xee, 0x24, diff --git a/googleapis/ads/googleads/v1/common/criteria.pb.go b/googleapis/ads/googleads/v1/common/criteria.pb.go index 3c02b8b507..1337a0720d 100644 --- a/googleapis/ads/googleads/v1/common/criteria.pb.go +++ b/googleapis/ads/googleads/v1/common/criteria.pb.go @@ -36,7 +36,7 @@ func (m *KeywordInfo) Reset() { *m = KeywordInfo{} } func (m *KeywordInfo) String() string { return proto.CompactTextString(m) } func (*KeywordInfo) ProtoMessage() {} func (*KeywordInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{0} + return fileDescriptor_criteria_e78ca570234fbeae, []int{0} } func (m *KeywordInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordInfo.Unmarshal(m, b) @@ -86,7 +86,7 @@ func (m *PlacementInfo) Reset() { *m = PlacementInfo{} } func (m *PlacementInfo) String() string { return proto.CompactTextString(m) } func (*PlacementInfo) ProtoMessage() {} func (*PlacementInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{1} + return fileDescriptor_criteria_e78ca570234fbeae, []int{1} } func (m *PlacementInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PlacementInfo.Unmarshal(m, b) @@ -126,7 +126,7 @@ func (m *MobileAppCategoryInfo) Reset() { *m = MobileAppCategoryInfo{} } func (m *MobileAppCategoryInfo) String() string { return proto.CompactTextString(m) } func (*MobileAppCategoryInfo) ProtoMessage() {} func (*MobileAppCategoryInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{2} + return fileDescriptor_criteria_e78ca570234fbeae, []int{2} } func (m *MobileAppCategoryInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MobileAppCategoryInfo.Unmarshal(m, b) @@ -169,7 +169,9 @@ type MobileApplicationInfo struct { // A well formed app id for Google Ads API would thus be "1-476943146" for iOS // and "2-com.labpixies.colordrips" for Android. // This field is required and must be set in CREATE operations. - AppId *wrappers.StringValue `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` + AppId *wrappers.StringValue `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` + // Name of this mobile application. + Name *wrappers.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -179,7 +181,7 @@ func (m *MobileApplicationInfo) Reset() { *m = MobileApplicationInfo{} } func (m *MobileApplicationInfo) String() string { return proto.CompactTextString(m) } func (*MobileApplicationInfo) ProtoMessage() {} func (*MobileApplicationInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{3} + return fileDescriptor_criteria_e78ca570234fbeae, []int{3} } func (m *MobileApplicationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MobileApplicationInfo.Unmarshal(m, b) @@ -206,6 +208,13 @@ func (m *MobileApplicationInfo) GetAppId() *wrappers.StringValue { return nil } +func (m *MobileApplicationInfo) GetName() *wrappers.StringValue { + if m != nil { + return m.Name + } + return nil +} + // A location criterion. type LocationInfo struct { // The geo target constant resource name. @@ -219,7 +228,7 @@ func (m *LocationInfo) Reset() { *m = LocationInfo{} } func (m *LocationInfo) String() string { return proto.CompactTextString(m) } func (*LocationInfo) ProtoMessage() {} func (*LocationInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{4} + return fileDescriptor_criteria_e78ca570234fbeae, []int{4} } func (m *LocationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationInfo.Unmarshal(m, b) @@ -259,7 +268,7 @@ func (m *DeviceInfo) Reset() { *m = DeviceInfo{} } func (m *DeviceInfo) String() string { return proto.CompactTextString(m) } func (*DeviceInfo) ProtoMessage() {} func (*DeviceInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{5} + return fileDescriptor_criteria_e78ca570234fbeae, []int{5} } func (m *DeviceInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceInfo.Unmarshal(m, b) @@ -299,7 +308,7 @@ func (m *PreferredContentInfo) Reset() { *m = PreferredContentInfo{} } func (m *PreferredContentInfo) String() string { return proto.CompactTextString(m) } func (*PreferredContentInfo) ProtoMessage() {} func (*PreferredContentInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{6} + return fileDescriptor_criteria_e78ca570234fbeae, []int{6} } func (m *PreferredContentInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PreferredContentInfo.Unmarshal(m, b) @@ -345,7 +354,7 @@ func (m *ListingGroupInfo) Reset() { *m = ListingGroupInfo{} } func (m *ListingGroupInfo) String() string { return proto.CompactTextString(m) } func (*ListingGroupInfo) ProtoMessage() {} func (*ListingGroupInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{7} + return fileDescriptor_criteria_e78ca570234fbeae, []int{7} } func (m *ListingGroupInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListingGroupInfo.Unmarshal(m, b) @@ -399,7 +408,7 @@ func (m *ListingScopeInfo) Reset() { *m = ListingScopeInfo{} } func (m *ListingScopeInfo) String() string { return proto.CompactTextString(m) } func (*ListingScopeInfo) ProtoMessage() {} func (*ListingScopeInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{8} + return fileDescriptor_criteria_e78ca570234fbeae, []int{8} } func (m *ListingScopeInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListingScopeInfo.Unmarshal(m, b) @@ -455,7 +464,7 @@ func (m *ListingDimensionInfo) Reset() { *m = ListingDimensionInfo{} } func (m *ListingDimensionInfo) String() string { return proto.CompactTextString(m) } func (*ListingDimensionInfo) ProtoMessage() {} func (*ListingDimensionInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{9} + return fileDescriptor_criteria_e78ca570234fbeae, []int{9} } func (m *ListingDimensionInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListingDimensionInfo.Unmarshal(m, b) @@ -983,7 +992,7 @@ func (m *ListingBrandInfo) Reset() { *m = ListingBrandInfo{} } func (m *ListingBrandInfo) String() string { return proto.CompactTextString(m) } func (*ListingBrandInfo) ProtoMessage() {} func (*ListingBrandInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{10} + return fileDescriptor_criteria_e78ca570234fbeae, []int{10} } func (m *ListingBrandInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListingBrandInfo.Unmarshal(m, b) @@ -1023,7 +1032,7 @@ func (m *HotelIdInfo) Reset() { *m = HotelIdInfo{} } func (m *HotelIdInfo) String() string { return proto.CompactTextString(m) } func (*HotelIdInfo) ProtoMessage() {} func (*HotelIdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{11} + return fileDescriptor_criteria_e78ca570234fbeae, []int{11} } func (m *HotelIdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelIdInfo.Unmarshal(m, b) @@ -1063,7 +1072,7 @@ func (m *HotelClassInfo) Reset() { *m = HotelClassInfo{} } func (m *HotelClassInfo) String() string { return proto.CompactTextString(m) } func (*HotelClassInfo) ProtoMessage() {} func (*HotelClassInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{12} + return fileDescriptor_criteria_e78ca570234fbeae, []int{12} } func (m *HotelClassInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelClassInfo.Unmarshal(m, b) @@ -1103,7 +1112,7 @@ func (m *HotelCountryRegionInfo) Reset() { *m = HotelCountryRegionInfo{} func (m *HotelCountryRegionInfo) String() string { return proto.CompactTextString(m) } func (*HotelCountryRegionInfo) ProtoMessage() {} func (*HotelCountryRegionInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{13} + return fileDescriptor_criteria_e78ca570234fbeae, []int{13} } func (m *HotelCountryRegionInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelCountryRegionInfo.Unmarshal(m, b) @@ -1143,7 +1152,7 @@ func (m *HotelStateInfo) Reset() { *m = HotelStateInfo{} } func (m *HotelStateInfo) String() string { return proto.CompactTextString(m) } func (*HotelStateInfo) ProtoMessage() {} func (*HotelStateInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{14} + return fileDescriptor_criteria_e78ca570234fbeae, []int{14} } func (m *HotelStateInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelStateInfo.Unmarshal(m, b) @@ -1183,7 +1192,7 @@ func (m *HotelCityInfo) Reset() { *m = HotelCityInfo{} } func (m *HotelCityInfo) String() string { return proto.CompactTextString(m) } func (*HotelCityInfo) ProtoMessage() {} func (*HotelCityInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{15} + return fileDescriptor_criteria_e78ca570234fbeae, []int{15} } func (m *HotelCityInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelCityInfo.Unmarshal(m, b) @@ -1225,7 +1234,7 @@ func (m *ListingCustomAttributeInfo) Reset() { *m = ListingCustomAttribu func (m *ListingCustomAttributeInfo) String() string { return proto.CompactTextString(m) } func (*ListingCustomAttributeInfo) ProtoMessage() {} func (*ListingCustomAttributeInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{16} + return fileDescriptor_criteria_e78ca570234fbeae, []int{16} } func (m *ListingCustomAttributeInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListingCustomAttributeInfo.Unmarshal(m, b) @@ -1280,7 +1289,7 @@ func (m *ProductBiddingCategoryInfo) Reset() { *m = ProductBiddingCatego func (m *ProductBiddingCategoryInfo) String() string { return proto.CompactTextString(m) } func (*ProductBiddingCategoryInfo) ProtoMessage() {} func (*ProductBiddingCategoryInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{17} + return fileDescriptor_criteria_e78ca570234fbeae, []int{17} } func (m *ProductBiddingCategoryInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductBiddingCategoryInfo.Unmarshal(m, b) @@ -1334,7 +1343,7 @@ func (m *ProductChannelInfo) Reset() { *m = ProductChannelInfo{} } func (m *ProductChannelInfo) String() string { return proto.CompactTextString(m) } func (*ProductChannelInfo) ProtoMessage() {} func (*ProductChannelInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{18} + return fileDescriptor_criteria_e78ca570234fbeae, []int{18} } func (m *ProductChannelInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductChannelInfo.Unmarshal(m, b) @@ -1374,7 +1383,7 @@ func (m *ProductChannelExclusivityInfo) Reset() { *m = ProductChannelExc func (m *ProductChannelExclusivityInfo) String() string { return proto.CompactTextString(m) } func (*ProductChannelExclusivityInfo) ProtoMessage() {} func (*ProductChannelExclusivityInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{19} + return fileDescriptor_criteria_e78ca570234fbeae, []int{19} } func (m *ProductChannelExclusivityInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductChannelExclusivityInfo.Unmarshal(m, b) @@ -1414,7 +1423,7 @@ func (m *ProductConditionInfo) Reset() { *m = ProductConditionInfo{} } func (m *ProductConditionInfo) String() string { return proto.CompactTextString(m) } func (*ProductConditionInfo) ProtoMessage() {} func (*ProductConditionInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{20} + return fileDescriptor_criteria_e78ca570234fbeae, []int{20} } func (m *ProductConditionInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductConditionInfo.Unmarshal(m, b) @@ -1454,7 +1463,7 @@ func (m *ProductItemIdInfo) Reset() { *m = ProductItemIdInfo{} } func (m *ProductItemIdInfo) String() string { return proto.CompactTextString(m) } func (*ProductItemIdInfo) ProtoMessage() {} func (*ProductItemIdInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{21} + return fileDescriptor_criteria_e78ca570234fbeae, []int{21} } func (m *ProductItemIdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductItemIdInfo.Unmarshal(m, b) @@ -1496,7 +1505,7 @@ func (m *ProductTypeInfo) Reset() { *m = ProductTypeInfo{} } func (m *ProductTypeInfo) String() string { return proto.CompactTextString(m) } func (*ProductTypeInfo) ProtoMessage() {} func (*ProductTypeInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{22} + return fileDescriptor_criteria_e78ca570234fbeae, []int{22} } func (m *ProductTypeInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductTypeInfo.Unmarshal(m, b) @@ -1541,7 +1550,7 @@ func (m *UnknownListingDimensionInfo) Reset() { *m = UnknownListingDimen func (m *UnknownListingDimensionInfo) String() string { return proto.CompactTextString(m) } func (*UnknownListingDimensionInfo) ProtoMessage() {} func (*UnknownListingDimensionInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{23} + return fileDescriptor_criteria_e78ca570234fbeae, []int{23} } func (m *UnknownListingDimensionInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UnknownListingDimensionInfo.Unmarshal(m, b) @@ -1574,7 +1583,7 @@ func (m *HotelDateSelectionTypeInfo) Reset() { *m = HotelDateSelectionTy func (m *HotelDateSelectionTypeInfo) String() string { return proto.CompactTextString(m) } func (*HotelDateSelectionTypeInfo) ProtoMessage() {} func (*HotelDateSelectionTypeInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{24} + return fileDescriptor_criteria_e78ca570234fbeae, []int{24} } func (m *HotelDateSelectionTypeInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelDateSelectionTypeInfo.Unmarshal(m, b) @@ -1616,7 +1625,7 @@ func (m *HotelAdvanceBookingWindowInfo) Reset() { *m = HotelAdvanceBooki func (m *HotelAdvanceBookingWindowInfo) String() string { return proto.CompactTextString(m) } func (*HotelAdvanceBookingWindowInfo) ProtoMessage() {} func (*HotelAdvanceBookingWindowInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{25} + return fileDescriptor_criteria_e78ca570234fbeae, []int{25} } func (m *HotelAdvanceBookingWindowInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelAdvanceBookingWindowInfo.Unmarshal(m, b) @@ -1665,7 +1674,7 @@ func (m *HotelLengthOfStayInfo) Reset() { *m = HotelLengthOfStayInfo{} } func (m *HotelLengthOfStayInfo) String() string { return proto.CompactTextString(m) } func (*HotelLengthOfStayInfo) ProtoMessage() {} func (*HotelLengthOfStayInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{26} + return fileDescriptor_criteria_e78ca570234fbeae, []int{26} } func (m *HotelLengthOfStayInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelLengthOfStayInfo.Unmarshal(m, b) @@ -1712,7 +1721,7 @@ func (m *HotelCheckInDayInfo) Reset() { *m = HotelCheckInDayInfo{} } func (m *HotelCheckInDayInfo) String() string { return proto.CompactTextString(m) } func (*HotelCheckInDayInfo) ProtoMessage() {} func (*HotelCheckInDayInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{27} + return fileDescriptor_criteria_e78ca570234fbeae, []int{27} } func (m *HotelCheckInDayInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelCheckInDayInfo.Unmarshal(m, b) @@ -1752,7 +1761,7 @@ func (m *InteractionTypeInfo) Reset() { *m = InteractionTypeInfo{} } func (m *InteractionTypeInfo) String() string { return proto.CompactTextString(m) } func (*InteractionTypeInfo) ProtoMessage() {} func (*InteractionTypeInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{28} + return fileDescriptor_criteria_e78ca570234fbeae, []int{28} } func (m *InteractionTypeInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InteractionTypeInfo.Unmarshal(m, b) @@ -1823,7 +1832,7 @@ func (m *AdScheduleInfo) Reset() { *m = AdScheduleInfo{} } func (m *AdScheduleInfo) String() string { return proto.CompactTextString(m) } func (*AdScheduleInfo) ProtoMessage() {} func (*AdScheduleInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{29} + return fileDescriptor_criteria_e78ca570234fbeae, []int{29} } func (m *AdScheduleInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdScheduleInfo.Unmarshal(m, b) @@ -1891,7 +1900,7 @@ func (m *AgeRangeInfo) Reset() { *m = AgeRangeInfo{} } func (m *AgeRangeInfo) String() string { return proto.CompactTextString(m) } func (*AgeRangeInfo) ProtoMessage() {} func (*AgeRangeInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{30} + return fileDescriptor_criteria_e78ca570234fbeae, []int{30} } func (m *AgeRangeInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AgeRangeInfo.Unmarshal(m, b) @@ -1931,7 +1940,7 @@ func (m *GenderInfo) Reset() { *m = GenderInfo{} } func (m *GenderInfo) String() string { return proto.CompactTextString(m) } func (*GenderInfo) ProtoMessage() {} func (*GenderInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{31} + return fileDescriptor_criteria_e78ca570234fbeae, []int{31} } func (m *GenderInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenderInfo.Unmarshal(m, b) @@ -1971,7 +1980,7 @@ func (m *IncomeRangeInfo) Reset() { *m = IncomeRangeInfo{} } func (m *IncomeRangeInfo) String() string { return proto.CompactTextString(m) } func (*IncomeRangeInfo) ProtoMessage() {} func (*IncomeRangeInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{32} + return fileDescriptor_criteria_e78ca570234fbeae, []int{32} } func (m *IncomeRangeInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IncomeRangeInfo.Unmarshal(m, b) @@ -2011,7 +2020,7 @@ func (m *ParentalStatusInfo) Reset() { *m = ParentalStatusInfo{} } func (m *ParentalStatusInfo) String() string { return proto.CompactTextString(m) } func (*ParentalStatusInfo) ProtoMessage() {} func (*ParentalStatusInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{33} + return fileDescriptor_criteria_e78ca570234fbeae, []int{33} } func (m *ParentalStatusInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ParentalStatusInfo.Unmarshal(m, b) @@ -2051,7 +2060,7 @@ func (m *YouTubeVideoInfo) Reset() { *m = YouTubeVideoInfo{} } func (m *YouTubeVideoInfo) String() string { return proto.CompactTextString(m) } func (*YouTubeVideoInfo) ProtoMessage() {} func (*YouTubeVideoInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{34} + return fileDescriptor_criteria_e78ca570234fbeae, []int{34} } func (m *YouTubeVideoInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_YouTubeVideoInfo.Unmarshal(m, b) @@ -2091,7 +2100,7 @@ func (m *YouTubeChannelInfo) Reset() { *m = YouTubeChannelInfo{} } func (m *YouTubeChannelInfo) String() string { return proto.CompactTextString(m) } func (*YouTubeChannelInfo) ProtoMessage() {} func (*YouTubeChannelInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{35} + return fileDescriptor_criteria_e78ca570234fbeae, []int{35} } func (m *YouTubeChannelInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_YouTubeChannelInfo.Unmarshal(m, b) @@ -2132,7 +2141,7 @@ func (m *UserListInfo) Reset() { *m = UserListInfo{} } func (m *UserListInfo) String() string { return proto.CompactTextString(m) } func (*UserListInfo) ProtoMessage() {} func (*UserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{36} + return fileDescriptor_criteria_e78ca570234fbeae, []int{36} } func (m *UserListInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListInfo.Unmarshal(m, b) @@ -2185,7 +2194,7 @@ func (m *ProximityInfo) Reset() { *m = ProximityInfo{} } func (m *ProximityInfo) String() string { return proto.CompactTextString(m) } func (*ProximityInfo) ProtoMessage() {} func (*ProximityInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{37} + return fileDescriptor_criteria_e78ca570234fbeae, []int{37} } func (m *ProximityInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProximityInfo.Unmarshal(m, b) @@ -2248,7 +2257,7 @@ func (m *GeoPointInfo) Reset() { *m = GeoPointInfo{} } func (m *GeoPointInfo) String() string { return proto.CompactTextString(m) } func (*GeoPointInfo) ProtoMessage() {} func (*GeoPointInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{38} + return fileDescriptor_criteria_e78ca570234fbeae, []int{38} } func (m *GeoPointInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GeoPointInfo.Unmarshal(m, b) @@ -2309,7 +2318,7 @@ func (m *AddressInfo) Reset() { *m = AddressInfo{} } func (m *AddressInfo) String() string { return proto.CompactTextString(m) } func (*AddressInfo) ProtoMessage() {} func (*AddressInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{39} + return fileDescriptor_criteria_e78ca570234fbeae, []int{39} } func (m *AddressInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddressInfo.Unmarshal(m, b) @@ -2398,7 +2407,7 @@ func (m *TopicInfo) Reset() { *m = TopicInfo{} } func (m *TopicInfo) String() string { return proto.CompactTextString(m) } func (*TopicInfo) ProtoMessage() {} func (*TopicInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{40} + return fileDescriptor_criteria_e78ca570234fbeae, []int{40} } func (m *TopicInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TopicInfo.Unmarshal(m, b) @@ -2445,7 +2454,7 @@ func (m *LanguageInfo) Reset() { *m = LanguageInfo{} } func (m *LanguageInfo) String() string { return proto.CompactTextString(m) } func (*LanguageInfo) ProtoMessage() {} func (*LanguageInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{41} + return fileDescriptor_criteria_e78ca570234fbeae, []int{41} } func (m *LanguageInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LanguageInfo.Unmarshal(m, b) @@ -2489,7 +2498,7 @@ func (m *IpBlockInfo) Reset() { *m = IpBlockInfo{} } func (m *IpBlockInfo) String() string { return proto.CompactTextString(m) } func (*IpBlockInfo) ProtoMessage() {} func (*IpBlockInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{42} + return fileDescriptor_criteria_e78ca570234fbeae, []int{42} } func (m *IpBlockInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IpBlockInfo.Unmarshal(m, b) @@ -2529,7 +2538,7 @@ func (m *ContentLabelInfo) Reset() { *m = ContentLabelInfo{} } func (m *ContentLabelInfo) String() string { return proto.CompactTextString(m) } func (*ContentLabelInfo) ProtoMessage() {} func (*ContentLabelInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{43} + return fileDescriptor_criteria_e78ca570234fbeae, []int{43} } func (m *ContentLabelInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ContentLabelInfo.Unmarshal(m, b) @@ -2569,7 +2578,7 @@ func (m *CarrierInfo) Reset() { *m = CarrierInfo{} } func (m *CarrierInfo) String() string { return proto.CompactTextString(m) } func (*CarrierInfo) ProtoMessage() {} func (*CarrierInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{44} + return fileDescriptor_criteria_e78ca570234fbeae, []int{44} } func (m *CarrierInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CarrierInfo.Unmarshal(m, b) @@ -2609,7 +2618,7 @@ func (m *UserInterestInfo) Reset() { *m = UserInterestInfo{} } func (m *UserInterestInfo) String() string { return proto.CompactTextString(m) } func (*UserInterestInfo) ProtoMessage() {} func (*UserInterestInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{45} + return fileDescriptor_criteria_e78ca570234fbeae, []int{45} } func (m *UserInterestInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserInterestInfo.Unmarshal(m, b) @@ -2661,7 +2670,7 @@ func (m *WebpageInfo) Reset() { *m = WebpageInfo{} } func (m *WebpageInfo) String() string { return proto.CompactTextString(m) } func (*WebpageInfo) ProtoMessage() {} func (*WebpageInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{46} + return fileDescriptor_criteria_e78ca570234fbeae, []int{46} } func (m *WebpageInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebpageInfo.Unmarshal(m, b) @@ -2712,7 +2721,7 @@ func (m *WebpageConditionInfo) Reset() { *m = WebpageConditionInfo{} } func (m *WebpageConditionInfo) String() string { return proto.CompactTextString(m) } func (*WebpageConditionInfo) ProtoMessage() {} func (*WebpageConditionInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{47} + return fileDescriptor_criteria_e78ca570234fbeae, []int{47} } func (m *WebpageConditionInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebpageConditionInfo.Unmarshal(m, b) @@ -2766,7 +2775,7 @@ func (m *OperatingSystemVersionInfo) Reset() { *m = OperatingSystemVersi func (m *OperatingSystemVersionInfo) String() string { return proto.CompactTextString(m) } func (*OperatingSystemVersionInfo) ProtoMessage() {} func (*OperatingSystemVersionInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{48} + return fileDescriptor_criteria_e78ca570234fbeae, []int{48} } func (m *OperatingSystemVersionInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperatingSystemVersionInfo.Unmarshal(m, b) @@ -2806,7 +2815,7 @@ func (m *AppPaymentModelInfo) Reset() { *m = AppPaymentModelInfo{} } func (m *AppPaymentModelInfo) String() string { return proto.CompactTextString(m) } func (*AppPaymentModelInfo) ProtoMessage() {} func (*AppPaymentModelInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{49} + return fileDescriptor_criteria_e78ca570234fbeae, []int{49} } func (m *AppPaymentModelInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppPaymentModelInfo.Unmarshal(m, b) @@ -2846,7 +2855,7 @@ func (m *MobileDeviceInfo) Reset() { *m = MobileDeviceInfo{} } func (m *MobileDeviceInfo) String() string { return proto.CompactTextString(m) } func (*MobileDeviceInfo) ProtoMessage() {} func (*MobileDeviceInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{50} + return fileDescriptor_criteria_e78ca570234fbeae, []int{50} } func (m *MobileDeviceInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MobileDeviceInfo.Unmarshal(m, b) @@ -2887,7 +2896,7 @@ func (m *CustomAffinityInfo) Reset() { *m = CustomAffinityInfo{} } func (m *CustomAffinityInfo) String() string { return proto.CompactTextString(m) } func (*CustomAffinityInfo) ProtoMessage() {} func (*CustomAffinityInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{51} + return fileDescriptor_criteria_e78ca570234fbeae, []int{51} } func (m *CustomAffinityInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomAffinityInfo.Unmarshal(m, b) @@ -2928,7 +2937,7 @@ func (m *CustomIntentInfo) Reset() { *m = CustomIntentInfo{} } func (m *CustomIntentInfo) String() string { return proto.CompactTextString(m) } func (*CustomIntentInfo) ProtoMessage() {} func (*CustomIntentInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_criteria_92ccbe676b7485ea, []int{52} + return fileDescriptor_criteria_e78ca570234fbeae, []int{52} } func (m *CustomIntentInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomIntentInfo.Unmarshal(m, b) @@ -2955,6 +2964,77 @@ func (m *CustomIntentInfo) GetCustomIntent() *wrappers.StringValue { return nil } +// A radius around a list of locations specified via a feed. +type LocationGroupInfo struct { + // Feed specifying locations for targeting. + // This is required and must be set in CREATE operations. + Feed *wrappers.StringValue `protobuf:"bytes,1,opt,name=feed,proto3" json:"feed,omitempty"` + // Geo target constant(s) restricting the scope of the geographic area within + // the feed. Currently only one geo target constant is allowed. + GeoTargetConstants []*wrappers.StringValue `protobuf:"bytes,2,rep,name=geo_target_constants,json=geoTargetConstants,proto3" json:"geo_target_constants,omitempty"` + // Distance in units specifying the radius around targeted locations. + // This is required and must be set in CREATE operations. + Radius *wrappers.Int64Value `protobuf:"bytes,3,opt,name=radius,proto3" json:"radius,omitempty"` + // Unit of the radius, miles and meters supported currently. + // This is required and must be set in CREATE operations. + RadiusUnits enums.LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits `protobuf:"varint,4,opt,name=radius_units,json=radiusUnits,proto3,enum=google.ads.googleads.v1.enums.LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits" json:"radius_units,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LocationGroupInfo) Reset() { *m = LocationGroupInfo{} } +func (m *LocationGroupInfo) String() string { return proto.CompactTextString(m) } +func (*LocationGroupInfo) ProtoMessage() {} +func (*LocationGroupInfo) Descriptor() ([]byte, []int) { + return fileDescriptor_criteria_e78ca570234fbeae, []int{53} +} +func (m *LocationGroupInfo) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LocationGroupInfo.Unmarshal(m, b) +} +func (m *LocationGroupInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LocationGroupInfo.Marshal(b, m, deterministic) +} +func (dst *LocationGroupInfo) XXX_Merge(src proto.Message) { + xxx_messageInfo_LocationGroupInfo.Merge(dst, src) +} +func (m *LocationGroupInfo) XXX_Size() int { + return xxx_messageInfo_LocationGroupInfo.Size(m) +} +func (m *LocationGroupInfo) XXX_DiscardUnknown() { + xxx_messageInfo_LocationGroupInfo.DiscardUnknown(m) +} + +var xxx_messageInfo_LocationGroupInfo proto.InternalMessageInfo + +func (m *LocationGroupInfo) GetFeed() *wrappers.StringValue { + if m != nil { + return m.Feed + } + return nil +} + +func (m *LocationGroupInfo) GetGeoTargetConstants() []*wrappers.StringValue { + if m != nil { + return m.GeoTargetConstants + } + return nil +} + +func (m *LocationGroupInfo) GetRadius() *wrappers.Int64Value { + if m != nil { + return m.Radius + } + return nil +} + +func (m *LocationGroupInfo) GetRadiusUnits() enums.LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits { + if m != nil { + return m.RadiusUnits + } + return enums.LocationGroupRadiusUnitsEnum_UNSPECIFIED +} + func init() { proto.RegisterType((*KeywordInfo)(nil), "google.ads.googleads.v1.common.KeywordInfo") proto.RegisterType((*PlacementInfo)(nil), "google.ads.googleads.v1.common.PlacementInfo") @@ -3009,181 +3089,187 @@ func init() { proto.RegisterType((*MobileDeviceInfo)(nil), "google.ads.googleads.v1.common.MobileDeviceInfo") proto.RegisterType((*CustomAffinityInfo)(nil), "google.ads.googleads.v1.common.CustomAffinityInfo") proto.RegisterType((*CustomIntentInfo)(nil), "google.ads.googleads.v1.common.CustomIntentInfo") + proto.RegisterType((*LocationGroupInfo)(nil), "google.ads.googleads.v1.common.LocationGroupInfo") } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/criteria.proto", fileDescriptor_criteria_92ccbe676b7485ea) + proto.RegisterFile("google/ads/googleads/v1/common/criteria.proto", fileDescriptor_criteria_e78ca570234fbeae) } -var fileDescriptor_criteria_92ccbe676b7485ea = []byte{ - // 2690 bytes of a gzipped FileDescriptorProto +var fileDescriptor_criteria_e78ca570234fbeae = []byte{ + // 2774 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x5a, 0x4f, 0x73, 0x1c, 0x47, - 0x15, 0xcf, 0xae, 0x6c, 0x4b, 0x7a, 0xbb, 0x92, 0xe5, 0xb1, 0xa3, 0xac, 0x95, 0x3f, 0x15, 0xe6, - 0x94, 0x22, 0x64, 0x65, 0xc9, 0xc6, 0x04, 0x85, 0x10, 0x56, 0x92, 0x91, 0x37, 0x91, 0x63, 0x65, - 0x24, 0xcb, 0x89, 0xed, 0x30, 0x69, 0xcd, 0xb4, 0x66, 0x1b, 0xcf, 0x74, 0x4f, 0xcd, 0xf4, 0xc8, - 0x5a, 0x2e, 0x54, 0x51, 0x45, 0x71, 0xe0, 0xc0, 0x9d, 0x1b, 0x14, 0x07, 0xe0, 0xc4, 0x47, 0xa0, - 0x38, 0x51, 0x7c, 0x04, 0x3e, 0x01, 0xc5, 0x67, 0xe0, 0x40, 0xf5, 0xbf, 0xd9, 0xd9, 0x7f, 0x9a, - 0x59, 0x55, 0x4e, 0xda, 0xe9, 0x7e, 0xbf, 0xdf, 0x7b, 0xdd, 0xfd, 0xfa, 0xbd, 0xd7, 0xdd, 0x82, - 0x0f, 0x02, 0xc6, 0x82, 0x10, 0xaf, 0x23, 0x3f, 0x5d, 0x57, 0x3f, 0xc5, 0xaf, 0xb3, 0x8d, 0x75, - 0x8f, 0x45, 0x11, 0xa3, 0xeb, 0x5e, 0x42, 0x38, 0x4e, 0x08, 0x6a, 0xc7, 0x09, 0xe3, 0xcc, 0x7a, - 0x47, 0xc9, 0xb4, 0x91, 0x9f, 0xb6, 0x73, 0xf1, 0xf6, 0xd9, 0x46, 0x5b, 0x89, 0xaf, 0x6d, 0x4e, - 0xa3, 0xc3, 0x34, 0x8b, 0xd2, 0x75, 0x14, 0x60, 0x37, 0x41, 0x34, 0xc0, 0x2e, 0xef, 0xc7, 0x58, - 0x71, 0xae, 0x6d, 0x95, 0x60, 0xe2, 0xd8, 0x8d, 0x51, 0x3f, 0xc2, 0x94, 0xbb, 0x11, 0xf3, 0x71, - 0x58, 0xc4, 0xde, 0xbf, 0x18, 0xeb, 0x31, 0xca, 0x05, 0x2e, 0x44, 0x27, 0xc3, 0xb8, 0xf5, 0x8b, - 0x71, 0x3e, 0xea, 0xbb, 0xec, 0xd4, 0x7d, 0x85, 0xf1, 0x4b, 0x0d, 0xf8, 0x6e, 0x09, 0x00, 0x9f, - 0x11, 0xaf, 0x22, 0x79, 0x80, 0xa9, 0x8f, 0x93, 0xa2, 0x35, 0x1f, 0x5f, 0x0c, 0xe8, 0x31, 0x8e, - 0x43, 0xd7, 0x47, 0x1c, 0xbb, 0x29, 0x0e, 0xb1, 0xc7, 0x09, 0xa3, 0x45, 0xf8, 0xf7, 0x2f, 0x86, - 0x13, 0xea, 0xb1, 0x68, 0xc2, 0xbc, 0xdf, 0x2b, 0x83, 0x71, 0x9c, 0xa0, 0x31, 0x65, 0x25, 0x33, - 0xfe, 0x12, 0xf7, 0x5f, 0xb1, 0xc4, 0x77, 0x23, 0xc4, 0xbd, 0x5e, 0x11, 0xb7, 0x7d, 0x31, 0x2e, - 0x24, 0x29, 0x27, 0x34, 0x70, 0xbd, 0x2c, 0xe5, 0x2c, 0x72, 0x11, 0xe7, 0x09, 0x39, 0xc9, 0x38, - 0x76, 0x09, 0xf5, 0xf1, 0x79, 0x35, 0xdd, 0x86, 0x23, 0x48, 0x58, 0x16, 0x17, 0x75, 0x97, 0x78, - 0x65, 0x44, 0xa8, 0xd0, 0xc4, 0x4e, 0xdd, 0x1e, 0xcb, 0x12, 0x8d, 0xf9, 0xf0, 0x62, 0x4c, 0x8c, - 0x12, 0x4c, 0x39, 0x0a, 0xdd, 0x94, 0x23, 0x9e, 0xa5, 0x33, 0xf8, 0x73, 0x9c, 0xe0, 0x53, 0x9c, - 0x24, 0xd8, 0x77, 0x8d, 0x77, 0x56, 0x9f, 0xa5, 0x38, 0x61, 0x7e, 0xe6, 0x71, 0xf7, 0x84, 0xf8, - 0xbe, 0x9c, 0x2d, 0xc4, 0x71, 0xc0, 0x92, 0xbe, 0x1b, 0xe2, 0x33, 0x1c, 0x6a, 0x8e, 0xbb, 0xd5, - 0x38, 0xbc, 0x1e, 0xa2, 0x34, 0x07, 0x7d, 0x32, 0x13, 0xc8, 0xc5, 0xe7, 0x5e, 0x98, 0xa5, 0xe4, - 0x8c, 0xf0, 0x7e, 0x35, 0x27, 0xcc, 0x09, 0x18, 0xf5, 0x89, 0xf0, 0xa9, 0x6a, 0x4b, 0x6a, 0x60, - 0x62, 0x8a, 0x86, 0x06, 0x59, 0x3a, 0xc9, 0xec, 0x9c, 0x44, 0x84, 0xf7, 0xdd, 0x04, 0xf9, 0x24, - 0x4b, 0xdd, 0x8c, 0x12, 0x9e, 0x56, 0xdb, 0x6e, 0xaf, 0xf0, 0x49, 0x2c, 0x02, 0x55, 0x6e, 0xaa, - 0xcb, 0x62, 0x9c, 0x20, 0xea, 0x6b, 0xf8, 0x8f, 0x2f, 0x05, 0xe7, 0xcc, 0x78, 0x96, 0x8e, 0xa1, - 0xeb, 0xf2, 0xeb, 0x24, 0x3b, 0x5d, 0x7f, 0x95, 0xa0, 0x38, 0xc6, 0x89, 0x31, 0xef, 0x2d, 0xc3, - 0x1f, 0x93, 0x75, 0x44, 0x29, 0xe3, 0x48, 0xb0, 0xe8, 0x5e, 0xfb, 0x4f, 0x35, 0x68, 0x7c, 0xa6, - 0x36, 0x59, 0x97, 0x9e, 0x32, 0xeb, 0x0e, 0x5c, 0xe1, 0xf8, 0x9c, 0xb7, 0x6a, 0xef, 0xd6, 0xde, - 0x6b, 0x6c, 0xbe, 0xa5, 0xa3, 0x72, 0xdb, 0x90, 0xb7, 0x0f, 0x79, 0x42, 0x68, 0x70, 0x8c, 0xc2, - 0x0c, 0x3b, 0x52, 0xd2, 0xf2, 0x00, 0x06, 0xbb, 0xb3, 0x55, 0x7f, 0xb7, 0xf6, 0xde, 0xf2, 0xe6, - 0x6e, 0x7b, 0x5a, 0x60, 0x97, 0x83, 0x6a, 0x6b, 0x8d, 0x8f, 0x04, 0xee, 0xa8, 0x1f, 0xe3, 0x07, - 0x34, 0x8b, 0xc6, 0x1a, 0x9d, 0xc5, 0xc8, 0xfc, 0xb4, 0x3f, 0x81, 0xa5, 0x83, 0x10, 0x79, 0x58, - 0x84, 0x6d, 0x69, 0x67, 0x1b, 0xe6, 0xb2, 0x24, 0xac, 0x64, 0xa6, 0x10, 0xb4, 0xcf, 0xe0, 0xf5, - 0x47, 0xec, 0x84, 0x84, 0xb8, 0x13, 0xc7, 0x3b, 0xda, 0xcd, 0x25, 0xd1, 0xd7, 0xf0, 0x56, 0x24, - 0x3b, 0x5c, 0x91, 0x19, 0xf2, 0x1d, 0xe0, 0x31, 0x9a, 0x72, 0x44, 0xab, 0x4d, 0xc4, 0xed, 0x68, - 0x94, 0x7a, 0x47, 0xc3, 0xed, 0xfd, 0x82, 0xde, 0x90, 0x78, 0x72, 0xee, 0xa5, 0xde, 0xbb, 0x70, - 0x4d, 0x28, 0x24, 0xbe, 0x9c, 0xb2, 0x32, 0x0d, 0x57, 0x51, 0x1c, 0x77, 0x7d, 0xfb, 0x05, 0x34, - 0xf7, 0x59, 0x81, 0x64, 0x1f, 0x6e, 0x06, 0x98, 0xb9, 0x1c, 0x25, 0x01, 0xe6, 0xb3, 0xd9, 0x7c, - 0x23, 0xc0, 0xec, 0x48, 0xe2, 0x72, 0x5b, 0x1d, 0x80, 0x5d, 0x99, 0x78, 0x24, 0xf7, 0x2e, 0x5c, - 0x91, 0x2b, 0x5a, 0x93, 0x2b, 0x7a, 0xa7, 0x64, 0x45, 0x15, 0x50, 0xae, 0xa3, 0xfa, 0xe9, 0x48, - 0xb4, 0x7d, 0x0e, 0xb7, 0x0e, 0x4c, 0x84, 0xda, 0x51, 0x01, 0x4a, 0xb2, 0x7f, 0xa3, 0xd9, 0x95, - 0xbf, 0xec, 0x97, 0xb0, 0x8f, 0x52, 0xe4, 0x3e, 0x33, 0xa9, 0x43, 0x6b, 0xfe, 0x7d, 0x1d, 0x56, - 0xf6, 0x55, 0x08, 0xdf, 0x13, 0x11, 0x5c, 0xaa, 0xfd, 0x72, 0x68, 0x50, 0x65, 0x6e, 0x5a, 0x84, - 0xe7, 0x2a, 0x47, 0x1b, 0x95, 0x3a, 0xeb, 0x10, 0xc0, 0x43, 0x29, 0x76, 0xcf, 0xc4, 0xec, 0xea, - 0x35, 0xbd, 0xd7, 0xbe, 0xb8, 0xbe, 0x31, 0x5c, 0xbb, 0x24, 0xc2, 0x34, 0xd5, 0x8b, 0xea, 0x2c, - 0x0a, 0x1e, 0xb9, 0x48, 0xd6, 0x53, 0xb8, 0xad, 0x32, 0x83, 0x8b, 0x7c, 0x9d, 0x87, 0x74, 0x05, - 0xc5, 0x68, 0x6b, 0xae, 0xc2, 0x2a, 0xaf, 0x2a, 0x78, 0xc7, 0x97, 0xe6, 0xee, 0x18, 0xac, 0xdd, - 0xcb, 0xe7, 0xe6, 0xd0, 0x63, 0xb1, 0x5a, 0xf0, 0x23, 0x00, 0xdf, 0x18, 0x92, 0xb6, 0xea, 0xef, - 0xce, 0x5d, 0x7a, 0x04, 0x05, 0x1e, 0xfb, 0xb7, 0x0d, 0xb8, 0x35, 0x49, 0xc8, 0x7a, 0x0a, 0x4b, - 0x26, 0xc3, 0x9e, 0x88, 0x70, 0xa8, 0xbd, 0xf6, 0x4e, 0x45, 0x8d, 0xdb, 0x02, 0x23, 0x88, 0x1e, - 0xbe, 0xe6, 0x34, 0xc3, 0x42, 0x9b, 0xf5, 0x10, 0x16, 0x54, 0x89, 0x93, 0xef, 0xad, 0xf7, 0xcb, - 0x38, 0x1f, 0x0a, 0xf9, 0xae, 0xa1, 0x9b, 0xef, 0xa9, 0x4f, 0xeb, 0x0b, 0x68, 0x28, 0x26, 0x2f, - 0x44, 0x69, 0xaa, 0x27, 0xbc, 0x5d, 0x89, 0x6c, 0x47, 0x20, 0x34, 0x1f, 0xf4, 0xf2, 0x16, 0xeb, - 0xe7, 0x70, 0x4b, 0x53, 0xb2, 0x8c, 0xf2, 0xa4, 0xef, 0x26, 0x38, 0x10, 0x8b, 0x79, 0x45, 0x72, - 0xdf, 0xaf, 0xc6, 0xad, 0xa0, 0x8e, 0x44, 0x6a, 0x1d, 0x56, 0x6f, 0xac, 0x67, 0x60, 0xbe, 0x28, - 0x2a, 0x70, 0xeb, 0xea, 0x0c, 0xe6, 0x1f, 0x0a, 0xc4, 0x90, 0xf9, 0xb2, 0xc5, 0xfa, 0x1c, 0x40, - 0x9b, 0x4f, 0x78, 0xbf, 0x75, 0x4d, 0x32, 0x7e, 0x50, 0xcd, 0x68, 0xc2, 0xfb, 0x9a, 0x70, 0xb1, - 0x67, 0x1a, 0xac, 0x33, 0x68, 0x4d, 0x2b, 0xd5, 0x5a, 0xf3, 0x92, 0x7d, 0xab, 0xa2, 0x3f, 0xec, - 0x48, 0x78, 0xc7, 0xa0, 0xb5, 0xaa, 0xd5, 0x70, 0x62, 0xaf, 0xd0, 0x3b, 0xad, 0xf8, 0x69, 0x2d, - 0x55, 0xd3, 0x7b, 0xa0, 0xf0, 0xdb, 0x0a, 0x5e, 0xcc, 0x29, 0x42, 0x6f, 0x3c, 0xb1, 0xd7, 0xfa, - 0x1a, 0xae, 0x8f, 0xd4, 0x3e, 0xad, 0x05, 0xa9, 0x6e, 0xb3, 0xa2, 0xba, 0x1d, 0x85, 0xd2, 0x6a, - 0x96, 0xe3, 0xa1, 0x56, 0xeb, 0x97, 0xf0, 0xe6, 0x05, 0xa5, 0x55, 0x6b, 0x51, 0xaa, 0xfa, 0x78, - 0x36, 0x55, 0x0f, 0x06, 0x04, 0x5a, 0xeb, 0xed, 0x78, 0x9a, 0x80, 0xe5, 0xc1, 0x8d, 0xb1, 0xd2, - 0xac, 0x05, 0xd5, 0x82, 0xa1, 0x51, 0x6b, 0x70, 0x5a, 0xdb, 0x4a, 0x3c, 0xd2, 0x6e, 0x3d, 0x1f, - 0x4c, 0x22, 0xe1, 0x38, 0x12, 0xfb, 0xbc, 0x21, 0x55, 0x6c, 0x54, 0x54, 0xd1, 0xe5, 0x38, 0xca, - 0x77, 0xfb, 0x52, 0x5c, 0x6c, 0xb4, 0x8e, 0xa0, 0x59, 0xac, 0x12, 0x5b, 0x4d, 0xc9, 0xbc, 0x5e, - 0x91, 0x59, 0x24, 0x04, 0xcd, 0xdb, 0x88, 0x07, 0x4d, 0x56, 0x1f, 0x6e, 0x67, 0xf4, 0x25, 0x65, - 0xaf, 0xa8, 0x6b, 0xfc, 0x3d, 0x8f, 0x91, 0xad, 0x65, 0xa9, 0xe2, 0xa3, 0x32, 0x15, 0x4f, 0x14, - 0xc1, 0xa4, 0x60, 0xfa, 0xf0, 0x35, 0xe7, 0x8d, 0x6c, 0x72, 0xf7, 0x76, 0x03, 0x16, 0x73, 0x55, - 0xf6, 0x4f, 0xf3, 0xb8, 0x9f, 0xc7, 0x4f, 0x6b, 0x13, 0xae, 0xaa, 0xa4, 0x55, 0xa5, 0x6c, 0x50, - 0xa2, 0x76, 0x07, 0x1a, 0x85, 0x98, 0x79, 0x29, 0x8a, 0x1d, 0x58, 0x1e, 0x8e, 0x94, 0xd6, 0xc6, - 0x30, 0xcb, 0x9b, 0x63, 0x2c, 0x5d, 0xca, 0xef, 0xdf, 0x1b, 0x22, 0x89, 0x61, 0x75, 0x72, 0x48, - 0xb4, 0x8e, 0xa1, 0x35, 0x1c, 0x62, 0x0b, 0x99, 0xb3, 0x8a, 0x95, 0xab, 0x5e, 0x91, 0x72, 0x90, - 0x39, 0x9f, 0x6a, 0xb3, 0xf3, 0x08, 0x69, 0x3d, 0x80, 0xeb, 0x32, 0xc0, 0xce, 0xa8, 0x60, 0x59, - 0x82, 0x06, 0xc4, 0x47, 0xb0, 0x34, 0x14, 0x28, 0xad, 0x1d, 0x58, 0x16, 0x51, 0x76, 0x46, 0xda, - 0x25, 0x81, 0x19, 0xb0, 0xfe, 0xa3, 0x06, 0x6b, 0xd3, 0x23, 0xe4, 0x65, 0x16, 0xce, 0x8a, 0xe1, - 0xaa, 0x3c, 0x45, 0xeb, 0xda, 0xed, 0x59, 0xb5, 0x22, 0x6a, 0x4c, 0xbb, 0x8f, 0xcf, 0x8b, 0xf5, - 0xd4, 0xa4, 0x7e, 0x47, 0x29, 0xb2, 0xff, 0x57, 0x83, 0xb5, 0xe9, 0xe1, 0xd6, 0x7a, 0x1f, 0xea, - 0xc4, 0xaf, 0xe2, 0x34, 0x75, 0xe2, 0x5b, 0x9f, 0x40, 0xd3, 0xf8, 0x85, 0xc7, 0x7c, 0x5c, 0xa9, - 0xfa, 0x6e, 0x68, 0xc4, 0x0e, 0xf3, 0xe5, 0xf0, 0xe5, 0xc9, 0x51, 0x96, 0x03, 0xe5, 0xc3, 0x9f, - 0x6c, 0xf7, 0xbe, 0x60, 0xd0, 0x15, 0xec, 0xd4, 0x7e, 0x47, 0x29, 0xb2, 0x63, 0xb0, 0xc6, 0xa3, - 0xbf, 0xf5, 0x0c, 0xe6, 0x4d, 0x0a, 0x51, 0xd5, 0xec, 0x4f, 0xaa, 0x59, 0x62, 0xa2, 0x76, 0x41, - 0xb9, 0x6e, 0x72, 0x0c, 0xa1, 0xfd, 0x97, 0x1a, 0xbc, 0x7d, 0x61, 0x16, 0xb0, 0x7e, 0x53, 0x83, - 0x9b, 0x93, 0x52, 0x8c, 0x32, 0xe5, 0x78, 0x36, 0x53, 0x06, 0xf8, 0x09, 0x56, 0x15, 0x7a, 0x1d, - 0xcb, 0x1b, 0x6b, 0xb3, 0x7f, 0x21, 0x4e, 0x18, 0xe3, 0x99, 0xc3, 0x3a, 0x81, 0xc5, 0x41, 0x0a, - 0xaa, 0x56, 0xef, 0x8f, 0xf2, 0x0c, 0x59, 0x63, 0x1a, 0x9d, 0x01, 0xad, 0xbd, 0x07, 0x37, 0xc6, - 0x52, 0xca, 0xa5, 0x82, 0xe1, 0x1f, 0x6a, 0x70, 0x7d, 0x24, 0x85, 0x5c, 0x6a, 0x6f, 0x3e, 0x33, - 0xce, 0x59, 0x9f, 0x65, 0xc0, 0x42, 0xe5, 0x98, 0x47, 0xe6, 0x8d, 0xc6, 0x0d, 0xdf, 0x86, 0x37, - 0x2f, 0x48, 0x41, 0xf6, 0xaf, 0x6a, 0xb0, 0x26, 0x03, 0xd8, 0x2e, 0xe2, 0xf8, 0xd0, 0x5c, 0x2c, - 0xe6, 0xa3, 0xf1, 0x87, 0x4e, 0x5e, 0x07, 0x25, 0x86, 0x4d, 0x26, 0x92, 0xe6, 0x4d, 0xee, 0xd2, - 0x87, 0xbe, 0xdf, 0xd5, 0xe0, 0x6d, 0x29, 0xd0, 0xf1, 0xcf, 0x10, 0xf5, 0xf0, 0x36, 0x63, 0x2f, - 0x09, 0x0d, 0x9e, 0x12, 0xea, 0xb3, 0x57, 0xd2, 0x8e, 0xfb, 0xb0, 0x10, 0x11, 0xea, 0xfa, 0xa8, - 0x9f, 0x56, 0x09, 0x19, 0xf3, 0x11, 0xa1, 0xbb, 0xa8, 0x9f, 0x4a, 0x1c, 0x3a, 0x57, 0xb8, 0x7a, - 0x15, 0x1c, 0x3a, 0x17, 0x38, 0x61, 0xd1, 0xeb, 0xd2, 0xa2, 0x7d, 0x4c, 0x03, 0xde, 0x7b, 0x7c, - 0x7a, 0xc8, 0x91, 0xda, 0x42, 0x5b, 0x00, 0xc2, 0x12, 0x4a, 0x82, 0x1e, 0xaf, 0x64, 0xcb, 0x62, - 0x44, 0xe8, 0xe7, 0x52, 0x5a, 0x62, 0xd1, 0xb9, 0xc1, 0xd6, 0xab, 0x60, 0xd1, 0xb9, 0xc2, 0xda, - 0x11, 0xdc, 0x54, 0x89, 0xa6, 0x87, 0xbd, 0x97, 0x5d, 0x31, 0x3a, 0x9d, 0x30, 0x1b, 0x85, 0x7b, - 0x6a, 0xbd, 0x4e, 0xf7, 0xcb, 0x8e, 0xfd, 0xa8, 0xff, 0xf8, 0xf4, 0x29, 0xc6, 0x2f, 0xd5, 0xc9, - 0xdf, 0x7c, 0x39, 0x8b, 0xbe, 0xf9, 0x29, 0xd4, 0x75, 0x07, 0x77, 0xbf, 0xb9, 0x3f, 0x1c, 0x0f, - 0xf9, 0xc3, 0x76, 0x89, 0x9e, 0x11, 0x06, 0xa9, 0x6d, 0xa4, 0xcd, 0x1c, 0xfb, 0xe7, 0x60, 0xb9, - 0xe3, 0x1f, 0x7a, 0x3d, 0xec, 0x67, 0xa1, 0x52, 0xe5, 0x42, 0x33, 0xe5, 0x28, 0xe1, 0xae, 0xba, - 0x99, 0xd5, 0x2a, 0x7f, 0x54, 0xa2, 0xf2, 0x91, 0x14, 0x7e, 0x7c, 0xfa, 0x90, 0x65, 0x89, 0xd4, - 0x57, 0x6c, 0x70, 0x1a, 0x92, 0x51, 0x35, 0x59, 0xcf, 0x01, 0x30, 0xf5, 0x0d, 0x7d, 0xfd, 0x5b, - 0xa0, 0x5f, 0xc4, 0xd4, 0xd7, 0xe4, 0x5b, 0x00, 0xca, 0xfa, 0x1e, 0xcb, 0x12, 0x7d, 0x06, 0x9d, - 0xb8, 0xd4, 0x77, 0x37, 0xf5, 0x52, 0x4b, 0x71, 0x41, 0x23, 0x9c, 0x56, 0x18, 0x26, 0x91, 0x57, - 0xca, 0x91, 0xf3, 0x98, 0xfa, 0x12, 0x37, 0xe2, 0x0b, 0x57, 0xbf, 0x2d, 0x5f, 0xf8, 0x06, 0x9a, - 0x9d, 0x00, 0x3b, 0x88, 0x06, 0x6a, 0x65, 0x0e, 0x86, 0x9c, 0xa0, 0x6c, 0xca, 0x0c, 0x34, 0xf7, - 0x80, 0x62, 0x83, 0x5e, 0xfe, 0x67, 0x00, 0x7b, 0xf2, 0x41, 0x44, 0xdf, 0x8f, 0x15, 0xf9, 0x3f, - 0x2c, 0xe1, 0x57, 0xc0, 0x9c, 0x7d, 0xf0, 0xa9, 0xb9, 0x09, 0x5c, 0xef, 0xca, 0xc7, 0x8f, 0xc1, - 0x00, 0x66, 0xf5, 0xe2, 0x1c, 0x5d, 0xf0, 0xe2, 0xa1, 0x36, 0xad, 0x2a, 0x01, 0xeb, 0x40, 0x3f, - 0x09, 0x1c, 0xca, 0x17, 0x01, 0xa9, 0xed, 0xc5, 0x90, 0xb6, 0x87, 0x65, 0xc1, 0x7d, 0x88, 0x60, - 0x70, 0x65, 0x36, 0xd6, 0xac, 0x75, 0x7e, 0x06, 0x2b, 0x5f, 0xb1, 0xec, 0x28, 0x3b, 0xc1, 0xc7, - 0xc4, 0xc7, 0x4c, 0x6a, 0xfc, 0x01, 0x2c, 0x9c, 0x89, 0x0f, 0x37, 0x2f, 0xb0, 0x2e, 0x4e, 0x43, - 0xf3, 0x52, 0xba, 0xeb, 0xdb, 0x5f, 0x80, 0xa5, 0xc9, 0x8a, 0x35, 0xcb, 0x47, 0x00, 0xa6, 0x68, - 0xa8, 0x48, 0xb8, 0xa8, 0xe5, 0xbb, 0xbe, 0xdd, 0x85, 0xe6, 0x93, 0x14, 0x27, 0x22, 0xf9, 0x48, - 0xb2, 0x1f, 0xc2, 0x62, 0x96, 0xe2, 0x44, 0x1e, 0xa8, 0x2a, 0x71, 0x2d, 0x64, 0x1a, 0x6e, 0xff, - 0xb3, 0x0e, 0x4b, 0x07, 0xe6, 0x4e, 0x5f, 0x92, 0x75, 0x61, 0x31, 0xc0, 0xcc, 0x8d, 0x19, 0xc9, - 0xef, 0x4f, 0xbf, 0x57, 0x76, 0x20, 0xdb, 0xc3, 0xec, 0x40, 0xc8, 0xcb, 0x3b, 0xaf, 0x85, 0x40, - 0x7f, 0x59, 0xf7, 0xe0, 0x9a, 0x7a, 0x25, 0x98, 0x5a, 0x5b, 0xee, 0xb2, 0xec, 0x24, 0x54, 0x57, - 0x7c, 0x8e, 0x96, 0xb5, 0x18, 0x34, 0x8b, 0x6f, 0x0b, 0xba, 0xba, 0x2c, 0xbf, 0x18, 0xd5, 0x83, - 0x70, 0x24, 0xf6, 0x89, 0x80, 0x9a, 0x24, 0x3e, 0xd6, 0xe1, 0x34, 0x92, 0xc1, 0x87, 0xf5, 0x00, - 0xe6, 0x91, 0xef, 0x27, 0x38, 0x4d, 0x75, 0x68, 0x28, 0xbd, 0x25, 0xeb, 0x28, 0x71, 0x39, 0x5c, - 0x83, 0xb5, 0xff, 0x5e, 0x83, 0x66, 0x71, 0x22, 0xac, 0x2f, 0x61, 0x2d, 0x64, 0x34, 0x20, 0x3c, - 0xf3, 0xb1, 0x4b, 0xa8, 0x1b, 0x11, 0x2f, 0x61, 0xae, 0x8f, 0x83, 0x04, 0xe3, 0x0b, 0xd3, 0x9c, - 0x89, 0x42, 0x6f, 0xe4, 0xf0, 0x2e, 0x7d, 0x24, 0xc0, 0xbb, 0x0a, 0x6b, 0x1d, 0xc3, 0xed, 0x10, - 0xf1, 0x29, 0xc4, 0xf5, 0x72, 0xe2, 0x55, 0x83, 0x1e, 0xe6, 0xb5, 0xff, 0x3d, 0x07, 0x8d, 0xc2, - 0xd8, 0xac, 0x8f, 0xa1, 0x11, 0xb3, 0x94, 0xa3, 0x50, 0x9d, 0x10, 0xaa, 0xb8, 0x16, 0x28, 0x80, - 0x3c, 0x20, 0x74, 0x60, 0x29, 0x4e, 0xd8, 0x19, 0xa1, 0x1e, 0xae, 0x7e, 0xc4, 0x68, 0x1a, 0x88, - 0xa4, 0x18, 0x3d, 0xa4, 0xcc, 0xcd, 0x7a, 0x48, 0x29, 0xda, 0x40, 0x51, 0x84, 0xf5, 0x12, 0x57, - 0xb4, 0xe1, 0x73, 0x14, 0x61, 0x71, 0xfc, 0x4c, 0x79, 0x82, 0x31, 0x77, 0x8d, 0x9b, 0x5c, 0xad, - 0x72, 0xfc, 0x54, 0x18, 0x3d, 0x9d, 0xea, 0x6c, 0x5c, 0x24, 0xd9, 0xd4, 0x97, 0x86, 0xa5, 0x67, - 0xe3, 0x02, 0xcb, 0xa6, 0xd8, 0xea, 0xf2, 0x28, 0x2c, 0x87, 0x32, 0x5f, 0x65, 0xab, 0x0b, 0x71, - 0x31, 0x0c, 0x51, 0x96, 0x2e, 0x1e, 0xb1, 0x98, 0x78, 0xe6, 0x4c, 0xcd, 0xc5, 0xc7, 0x6c, 0x6f, - 0x25, 0x4b, 0x12, 0x63, 0xde, 0x49, 0xac, 0x3b, 0x70, 0x25, 0x46, 0xbc, 0xa7, 0xaf, 0xc8, 0x4b, - 0xde, 0xc8, 0x84, 0xa4, 0xfd, 0x15, 0x34, 0xf7, 0x11, 0x0d, 0x32, 0xa4, 0xd3, 0x46, 0x17, 0x6e, - 0x84, 0xfa, 0x7b, 0x36, 0x4b, 0x56, 0x0c, 0x2c, 0x7f, 0xb4, 0xf9, 0x14, 0x1a, 0xdd, 0x78, 0x3b, - 0x64, 0xa2, 0x94, 0x53, 0x11, 0x96, 0xc4, 0xf9, 0x8a, 0x55, 0x8a, 0xb0, 0x24, 0xd6, 0xf3, 0x6c, - 0x87, 0xb0, 0xa2, 0xdf, 0x51, 0xf6, 0xd1, 0x89, 0x0e, 0xd9, 0xb3, 0xbd, 0x98, 0x14, 0xe1, 0x79, - 0xc6, 0x19, 0x6d, 0xd4, 0xf9, 0xe6, 0x18, 0x1a, 0x3b, 0x28, 0x49, 0x88, 0xce, 0xd5, 0x7b, 0xb0, - 0xe2, 0xa9, 0xcf, 0xd9, 0xa6, 0xe4, 0xba, 0x46, 0xe5, 0x33, 0x72, 0x0a, 0x2b, 0x22, 0x4f, 0xc8, - 0xf2, 0x10, 0xeb, 0x5c, 0xe1, 0xc0, 0xaa, 0xcc, 0x15, 0x44, 0x37, 0x0e, 0x6e, 0x7b, 0xab, 0xa8, - 0xb8, 0x95, 0x15, 0xf8, 0xcc, 0x11, 0xdd, 0xfe, 0x73, 0x0d, 0x1a, 0x4f, 0xd5, 0xeb, 0x6c, 0x7e, - 0x5f, 0x63, 0xee, 0x5d, 0x94, 0xa7, 0x56, 0xbb, 0xaf, 0x31, 0x18, 0xb9, 0xeb, 0x8e, 0x00, 0xf2, - 0xe3, 0x65, 0xe5, 0x47, 0x18, 0x6d, 0xc5, 0xd0, 0xf9, 0xd7, 0x29, 0xf0, 0xd8, 0x7f, 0xab, 0xc3, - 0xad, 0x49, 0x42, 0x56, 0x08, 0xf3, 0xfa, 0x35, 0x5a, 0x2f, 0xb0, 0x53, 0xb2, 0xc0, 0xa3, 0x2c, - 0x8f, 0x15, 0x5a, 0xae, 0xf3, 0x94, 0x3e, 0xc7, 0xa8, 0xb0, 0x62, 0x58, 0x30, 0x8f, 0xd7, 0xba, - 0x4a, 0x3e, 0xba, 0x8c, 0x3a, 0xce, 0x92, 0xe9, 0xfa, 0x38, 0x4b, 0x9c, 0x5c, 0x8b, 0xf5, 0x21, - 0x2c, 0xa0, 0x24, 0xc8, 0x22, 0x4c, 0x79, 0xa5, 0x20, 0x9a, 0x4b, 0xdb, 0xbf, 0xae, 0xc1, 0x9a, - 0x22, 0x24, 0x34, 0x38, 0xec, 0xa7, 0x1c, 0x47, 0xc7, 0x38, 0xc9, 0x5f, 0xaf, 0x02, 0xf8, 0x0e, - 0x33, 0xbd, 0x6e, 0x2a, 0xbb, 0xdd, 0x33, 0xd5, 0x3f, 0x9b, 0xfb, 0xbe, 0xc3, 0x26, 0x2a, 0xc9, - 0xbd, 0x39, 0x83, 0x9b, 0x9d, 0x38, 0x3e, 0x50, 0xff, 0xb1, 0xf4, 0x88, 0xf9, 0x7a, 0x5b, 0xfe, - 0x6c, 0x68, 0x5b, 0x7e, 0x5a, 0x56, 0x39, 0x0f, 0x33, 0x0c, 0x0a, 0xe8, 0xf1, 0x76, 0xbd, 0x39, - 0x4f, 0x61, 0x45, 0xbd, 0x5b, 0x17, 0x5e, 0x84, 0x1d, 0x58, 0xd5, 0x4f, 0xe5, 0xea, 0xff, 0x93, - 0x66, 0x1b, 0xe8, 0xad, 0xa8, 0xc0, 0x97, 0x0f, 0xef, 0x39, 0x58, 0xfa, 0xe6, 0xef, 0xf4, 0x94, - 0x50, 0x53, 0x8d, 0x3d, 0x80, 0xeb, 0xe6, 0x39, 0x48, 0x37, 0x57, 0xbb, 0x52, 0xf5, 0x86, 0xa8, - 0xec, 0x27, 0xb0, 0xa2, 0xc8, 0xbb, 0x83, 0x87, 0xe7, 0x0e, 0x2c, 0x69, 0x6a, 0x22, 0x1b, 0x2b, - 0x11, 0x37, 0xbd, 0x02, 0xcd, 0xf6, 0x7f, 0x6a, 0x60, 0x7b, 0x2c, 0x2a, 0xd9, 0x95, 0xdb, 0x4b, - 0xfa, 0x16, 0x16, 0x1d, 0x08, 0xca, 0x83, 0xda, 0xb3, 0x5d, 0x0d, 0x08, 0x98, 0x88, 0xe2, 0x6d, - 0x96, 0x04, 0xeb, 0x01, 0xa6, 0x52, 0xa1, 0xf9, 0xcf, 0x8f, 0x98, 0xa4, 0xd3, 0xfe, 0x77, 0xee, - 0x23, 0xf5, 0xe7, 0x8f, 0xf5, 0xb9, 0xbd, 0x4e, 0xe7, 0xaf, 0xf5, 0x77, 0xf6, 0x14, 0x59, 0xc7, - 0x4f, 0xdb, 0xea, 0xa7, 0xf8, 0x75, 0xbc, 0xd1, 0xde, 0x91, 0x62, 0xff, 0x32, 0x02, 0x2f, 0x3a, - 0x7e, 0xfa, 0x22, 0x17, 0x78, 0x71, 0xbc, 0xf1, 0x42, 0x09, 0xfc, 0xb7, 0x6e, 0xab, 0xd6, 0xad, - 0xad, 0x8e, 0x9f, 0x6e, 0x6d, 0xe5, 0x22, 0x5b, 0x5b, 0xc7, 0x1b, 0x5b, 0x5b, 0x4a, 0xe8, 0xe4, - 0x9a, 0xb4, 0xee, 0xee, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x07, 0x0b, 0xed, 0xd8, 0x27, - 0x00, 0x00, + 0x15, 0xcf, 0xae, 0x64, 0x4b, 0x7a, 0x2b, 0xc9, 0xf2, 0x58, 0x51, 0xd6, 0xca, 0x9f, 0x0a, 0x73, + 0x4a, 0x11, 0xb2, 0xb2, 0x64, 0x63, 0x82, 0x42, 0x30, 0x2b, 0xc9, 0xc8, 0x9b, 0xc8, 0xb6, 0xb2, + 0x92, 0xe5, 0xc4, 0x71, 0x98, 0xb4, 0x66, 0x7a, 0x67, 0x1b, 0xcf, 0x74, 0x4f, 0xcd, 0xf4, 0x48, + 0x5a, 0x0e, 0x50, 0x45, 0x15, 0xc5, 0x81, 0x03, 0x77, 0x6e, 0x50, 0x1c, 0x80, 0x13, 0x1f, 0x81, + 0x82, 0x0b, 0xc5, 0x47, 0xe0, 0x13, 0x50, 0x7c, 0x06, 0x0e, 0x54, 0xff, 0x9b, 0x9d, 0xfd, 0xa7, + 0x99, 0x55, 0xe5, 0xa4, 0x9d, 0xee, 0xf7, 0xfb, 0xbd, 0xd7, 0xdd, 0xaf, 0xdf, 0x7b, 0xdd, 0x2d, + 0xf8, 0xc0, 0x67, 0xcc, 0x0f, 0xf0, 0x06, 0xf2, 0x92, 0x0d, 0xf5, 0x53, 0xfc, 0x3a, 0xdb, 0xdc, + 0x70, 0x59, 0x18, 0x32, 0xba, 0xe1, 0xc6, 0x84, 0xe3, 0x98, 0xa0, 0x46, 0x14, 0x33, 0xce, 0xac, + 0x77, 0x94, 0x4c, 0x03, 0x79, 0x49, 0x23, 0x13, 0x6f, 0x9c, 0x6d, 0x36, 0x94, 0xf8, 0xfa, 0xd6, + 0x24, 0x3a, 0x4c, 0xd3, 0x30, 0xd9, 0x40, 0x3e, 0x76, 0x62, 0x44, 0x7d, 0xec, 0xf0, 0x5e, 0x84, + 0x15, 0xe7, 0xfa, 0x76, 0x01, 0x26, 0x8a, 0x9c, 0x08, 0xf5, 0x42, 0x4c, 0xb9, 0x13, 0x32, 0x0f, + 0x07, 0x79, 0xec, 0xfd, 0xcb, 0xb1, 0x2e, 0xa3, 0x5c, 0xe0, 0x02, 0x74, 0x3a, 0x88, 0xdb, 0xb8, + 0x1c, 0xe7, 0xa1, 0x9e, 0xc3, 0x3a, 0xce, 0x39, 0xc6, 0xaf, 0x34, 0xe0, 0xdb, 0x05, 0x00, 0x7c, + 0x46, 0xdc, 0x92, 0xe4, 0x3e, 0xa6, 0x1e, 0x8e, 0xf3, 0xd6, 0x7c, 0x7c, 0x39, 0xa0, 0xcb, 0x38, + 0x0e, 0x1c, 0x0f, 0x71, 0xec, 0x24, 0x38, 0xc0, 0x2e, 0x27, 0x8c, 0xe6, 0xe1, 0xdf, 0xbd, 0x1c, + 0x4e, 0xa8, 0xcb, 0xc2, 0x31, 0xf3, 0x7e, 0xaf, 0x08, 0xc6, 0x71, 0x8c, 0x46, 0x94, 0x15, 0xcc, + 0xf8, 0x2b, 0xdc, 0x3b, 0x67, 0xb1, 0xe7, 0x84, 0x88, 0xbb, 0xdd, 0x3c, 0x6e, 0xe7, 0x72, 0x5c, + 0x40, 0x12, 0x4e, 0xa8, 0xef, 0xb8, 0x69, 0xc2, 0x59, 0xe8, 0x20, 0xce, 0x63, 0x72, 0x9a, 0x72, + 0xec, 0x10, 0xea, 0xe1, 0x8b, 0x72, 0xba, 0x0d, 0x87, 0x1f, 0xb3, 0x34, 0xca, 0xeb, 0x7e, 0x50, + 0x80, 0x63, 0x2e, 0x92, 0xc3, 0x54, 0xc0, 0x18, 0x79, 0x24, 0x4d, 0x9c, 0x94, 0x12, 0x9e, 0x68, + 0x82, 0x02, 0xb7, 0x0e, 0x09, 0x15, 0xa6, 0xb2, 0x8e, 0xd3, 0x65, 0x69, 0xac, 0x31, 0x1f, 0x5e, + 0x8e, 0x89, 0x50, 0x8c, 0x29, 0x47, 0x81, 0x93, 0x70, 0xc4, 0xd3, 0x64, 0x8a, 0x0d, 0x11, 0xc5, + 0xb8, 0x83, 0xe3, 0x18, 0x7b, 0x8e, 0x71, 0xef, 0xf2, 0xd3, 0x1c, 0xc5, 0xcc, 0x4b, 0x5d, 0xee, + 0x9c, 0x12, 0xcf, 0x93, 0xd3, 0x8d, 0x38, 0xf6, 0x59, 0xdc, 0x73, 0x02, 0x7c, 0x86, 0x03, 0xcd, + 0x71, 0xb7, 0x1c, 0x87, 0xdb, 0x45, 0x94, 0x66, 0xa0, 0x07, 0x53, 0x81, 0x1c, 0x7c, 0xe1, 0x06, + 0x69, 0x42, 0xce, 0x08, 0xef, 0x95, 0xf3, 0xe2, 0x8c, 0x80, 0x51, 0x8f, 0x88, 0xd5, 0x2a, 0xe7, + 0x13, 0x06, 0x26, 0xa6, 0x68, 0x60, 0x90, 0x85, 0x93, 0xcc, 0x2e, 0x48, 0x48, 0x78, 0x6f, 0x9c, + 0x3b, 0x14, 0xec, 0xd7, 0x73, 0x7c, 0x1a, 0x89, 0x48, 0x97, 0x99, 0xea, 0xb0, 0x08, 0xc7, 0x88, + 0x7a, 0x1a, 0xfe, 0xc3, 0x2b, 0xc1, 0x39, 0x33, 0x9e, 0xa5, 0x83, 0xf0, 0x86, 0xfc, 0x3a, 0x4d, + 0x3b, 0x1b, 0xe7, 0x31, 0x8a, 0x22, 0x1c, 0x1b, 0xf3, 0xde, 0x32, 0xfc, 0x11, 0xd9, 0x40, 0x94, + 0x32, 0x2e, 0xbd, 0x5b, 0xf7, 0xda, 0x7f, 0xac, 0x40, 0xed, 0x53, 0xb5, 0x4b, 0x5b, 0xb4, 0xc3, + 0xac, 0x3b, 0x30, 0xcb, 0xf1, 0x05, 0xaf, 0x57, 0xde, 0xad, 0xbc, 0x57, 0xdb, 0x7a, 0x4b, 0x87, + 0xf5, 0x86, 0x21, 0x6f, 0x1c, 0xf1, 0x98, 0x50, 0xff, 0x04, 0x05, 0x29, 0x6e, 0x4b, 0x49, 0xcb, + 0x05, 0xe8, 0x6f, 0xef, 0x7a, 0xf5, 0xdd, 0xca, 0x7b, 0xcb, 0x5b, 0x7b, 0x8d, 0x49, 0x99, 0x41, + 0x0e, 0xaa, 0xa1, 0x35, 0x3e, 0x16, 0xb8, 0xe3, 0x5e, 0x84, 0x1f, 0xd2, 0x34, 0x1c, 0x69, 0x6c, + 0x2f, 0x84, 0xe6, 0xa7, 0xfd, 0x00, 0x96, 0x0e, 0x03, 0xe4, 0x62, 0x11, 0xf7, 0xa5, 0x9d, 0x0d, + 0x98, 0x49, 0xe3, 0xa0, 0x94, 0x99, 0x42, 0xd0, 0x3e, 0x83, 0xd7, 0x1f, 0xb3, 0x53, 0x12, 0xe0, + 0x66, 0x14, 0xed, 0x6a, 0x37, 0x97, 0x44, 0x5f, 0xc1, 0x5b, 0xa1, 0xec, 0x70, 0x44, 0x6a, 0xc9, + 0x76, 0x80, 0xcb, 0x68, 0xc2, 0x11, 0x2d, 0x37, 0x11, 0xb7, 0xc3, 0x61, 0xea, 0x5d, 0x0d, 0xb7, + 0x7f, 0x9e, 0xd3, 0x1b, 0x10, 0x15, 0x59, 0xa4, 0xde, 0xbb, 0x70, 0x5d, 0x28, 0x24, 0x9e, 0x9c, + 0xb2, 0x22, 0x0d, 0xd7, 0x50, 0x14, 0xb5, 0x3c, 0xb1, 0x3a, 0x14, 0x85, 0xb8, 0x3e, 0x53, 0x66, + 0x75, 0x84, 0xa4, 0xfd, 0x12, 0x16, 0x0f, 0x58, 0x4e, 0xed, 0x01, 0xdc, 0xf2, 0x31, 0x73, 0x38, + 0x8a, 0x7d, 0xcc, 0xa7, 0x1b, 0xe5, 0x4d, 0x1f, 0xb3, 0x63, 0x89, 0xcb, 0x46, 0xd7, 0x06, 0xd8, + 0x93, 0xb9, 0x4e, 0x72, 0xef, 0xc1, 0xac, 0xf4, 0x81, 0x8a, 0xf4, 0x81, 0x3b, 0x05, 0x3e, 0xa0, + 0x80, 0x72, 0xe5, 0xd5, 0xcf, 0xb6, 0x44, 0xdb, 0x17, 0xb0, 0x7a, 0x68, 0x62, 0xda, 0xae, 0x0a, + 0x69, 0x92, 0xfd, 0x6b, 0xcd, 0xae, 0x3c, 0xec, 0xa0, 0x80, 0x7d, 0x98, 0x22, 0xf3, 0xb2, 0x71, + 0x1d, 0x5a, 0xf3, 0xef, 0xaa, 0xb0, 0x72, 0xa0, 0xb2, 0xc6, 0xbe, 0x88, 0xfd, 0x52, 0xed, 0xe7, + 0x03, 0x83, 0x2a, 0x72, 0xec, 0x3c, 0x3c, 0x53, 0x39, 0xdc, 0xa8, 0xd4, 0x59, 0x47, 0x00, 0x2e, + 0x4a, 0xb0, 0x73, 0x26, 0x66, 0x57, 0x7b, 0xc1, 0xbd, 0xc6, 0xe5, 0x25, 0x95, 0xe1, 0xda, 0x23, + 0x21, 0xa6, 0x89, 0x5e, 0xd4, 0xf6, 0x82, 0xe0, 0x91, 0x8b, 0x64, 0x3d, 0x87, 0xdb, 0x2a, 0x97, + 0x38, 0xc8, 0xd3, 0x19, 0x4c, 0x17, 0x6d, 0x8c, 0x96, 0x72, 0x9b, 0x35, 0x05, 0x6f, 0x7a, 0xd2, + 0xdc, 0x5d, 0x83, 0xb5, 0xbb, 0xd9, 0xdc, 0x1c, 0xb9, 0x2c, 0x52, 0x0b, 0x7e, 0x0c, 0xe0, 0x19, + 0x43, 0x92, 0x7a, 0xf5, 0xdd, 0x99, 0x2b, 0x8f, 0x20, 0xc7, 0x63, 0xff, 0xa6, 0x06, 0xab, 0xe3, + 0x84, 0xac, 0xe7, 0xb0, 0x64, 0x92, 0xfa, 0xa9, 0x08, 0xa0, 0xda, 0x6b, 0xef, 0x94, 0xd4, 0xb8, + 0x23, 0x30, 0x82, 0xe8, 0xd1, 0x6b, 0xed, 0xc5, 0x20, 0xd7, 0x66, 0x3d, 0x82, 0x79, 0x55, 0x55, + 0x65, 0xbb, 0xf1, 0xfd, 0x22, 0xce, 0x47, 0x42, 0xbe, 0x65, 0xe8, 0xe6, 0xba, 0xea, 0xd3, 0xfa, + 0x0c, 0x6a, 0x8a, 0xc9, 0x0d, 0x50, 0x92, 0xe8, 0x09, 0x6f, 0x94, 0x22, 0xdb, 0x15, 0x08, 0xcd, + 0x07, 0xdd, 0xac, 0xc5, 0xfa, 0x29, 0xac, 0x6a, 0x4a, 0x96, 0x52, 0x1e, 0xf7, 0x9c, 0x18, 0xfb, + 0x62, 0x31, 0x67, 0x25, 0xf7, 0xfd, 0x72, 0xdc, 0x0a, 0xda, 0x96, 0x48, 0xad, 0xc3, 0xea, 0x8e, + 0xf4, 0xf4, 0xcd, 0x17, 0x65, 0x08, 0xae, 0x5f, 0x9b, 0xc2, 0xfc, 0x23, 0x81, 0x18, 0x30, 0x5f, + 0xb6, 0x58, 0x4f, 0x00, 0xb4, 0xf9, 0x84, 0xf7, 0xea, 0xd7, 0x25, 0xe3, 0x07, 0xe5, 0x8c, 0x26, + 0xbc, 0xa7, 0x09, 0x17, 0xba, 0xa6, 0xc1, 0x3a, 0x83, 0xfa, 0xa4, 0xea, 0xb0, 0x3e, 0x27, 0xd9, + 0xb7, 0x4b, 0xfa, 0xc3, 0xae, 0x84, 0x37, 0x0d, 0x5a, 0xab, 0x5a, 0x0b, 0xc6, 0xf6, 0x0a, 0xbd, + 0x93, 0xca, 0xa5, 0xfa, 0x52, 0x39, 0xbd, 0x87, 0x0a, 0xbf, 0xa3, 0xe0, 0xf9, 0x2c, 0x24, 0xf4, + 0x46, 0x63, 0x7b, 0xad, 0xaf, 0xe0, 0xc6, 0x50, 0xb5, 0x54, 0x9f, 0x97, 0xea, 0xb6, 0x4a, 0xaa, + 0xdb, 0x55, 0x28, 0xad, 0x66, 0x39, 0x1a, 0x68, 0xb5, 0x7e, 0x01, 0x6f, 0x5e, 0x52, 0x8c, 0xd5, + 0x17, 0xa4, 0xaa, 0x8f, 0xa7, 0x53, 0xf5, 0xb0, 0x4f, 0xa0, 0xb5, 0xde, 0x8e, 0x26, 0x09, 0x58, + 0x2e, 0xdc, 0x1c, 0x29, 0xe6, 0xea, 0x50, 0x2e, 0x18, 0x1a, 0xb5, 0x06, 0xa7, 0xb5, 0xad, 0x44, + 0x43, 0xed, 0xd6, 0x97, 0xfd, 0x49, 0x24, 0x1c, 0x87, 0x62, 0x9f, 0xd7, 0xa4, 0x8a, 0xcd, 0x92, + 0x2a, 0x5a, 0x1c, 0x87, 0xd9, 0x6e, 0x5f, 0x8a, 0xf2, 0x8d, 0xd6, 0x31, 0x2c, 0xe6, 0xeb, 0xca, + 0xfa, 0xa2, 0x64, 0xde, 0x28, 0xc9, 0x2c, 0x12, 0x82, 0xe6, 0xad, 0x45, 0xfd, 0x26, 0xab, 0x07, + 0xb7, 0x53, 0xfa, 0x8a, 0xb2, 0x73, 0xea, 0x18, 0x7f, 0xcf, 0x62, 0x64, 0x7d, 0x59, 0xaa, 0xf8, + 0xa8, 0x48, 0xc5, 0x33, 0x45, 0x30, 0x2e, 0x98, 0x3e, 0x7a, 0xad, 0xfd, 0x46, 0x3a, 0xbe, 0x7b, + 0xa7, 0x06, 0x0b, 0x99, 0x2a, 0xfb, 0xc7, 0x59, 0xdc, 0xcf, 0xe2, 0xa7, 0xb5, 0x05, 0xd7, 0x54, + 0xd2, 0x2a, 0x53, 0x36, 0x28, 0x51, 0xbb, 0x09, 0xb5, 0x5c, 0xcc, 0xbc, 0x12, 0xc5, 0x2e, 0x2c, + 0x0f, 0x46, 0x4a, 0x6b, 0x73, 0x90, 0xe5, 0xcd, 0x11, 0x96, 0x16, 0xe5, 0xf7, 0xef, 0x0d, 0x90, + 0x44, 0xb0, 0x36, 0x3e, 0x24, 0x5a, 0x27, 0x50, 0x1f, 0x0c, 0xb1, 0xb9, 0xcc, 0x59, 0xc6, 0xca, + 0x35, 0x37, 0x4f, 0xd9, 0xcf, 0x9c, 0xcf, 0xb5, 0xd9, 0x59, 0x84, 0xb4, 0x1e, 0xc2, 0x0d, 0x19, + 0x60, 0xa7, 0x54, 0xb0, 0x2c, 0x41, 0x7d, 0xe2, 0x63, 0x58, 0x1a, 0x08, 0x94, 0xd6, 0x2e, 0x2c, + 0x8b, 0x28, 0x3b, 0x25, 0xed, 0x92, 0xc0, 0xf4, 0x59, 0xff, 0x5e, 0x81, 0xf5, 0xc9, 0x11, 0xf2, + 0x2a, 0x0b, 0x67, 0x45, 0x70, 0x4d, 0x1e, 0xdc, 0x75, 0xed, 0xf6, 0xa2, 0x5c, 0x11, 0x35, 0xa2, + 0xdd, 0xc3, 0x17, 0xf9, 0x7a, 0x6a, 0x5c, 0x7f, 0x5b, 0x29, 0xb2, 0xff, 0x57, 0x81, 0xf5, 0xc9, + 0xe1, 0xd6, 0x7a, 0x1f, 0xaa, 0xc4, 0x2b, 0xe3, 0x34, 0x55, 0xe2, 0x59, 0x0f, 0x60, 0xd1, 0xf8, + 0x85, 0xcb, 0x3c, 0x5c, 0xaa, 0x5e, 0xaf, 0x69, 0xc4, 0x2e, 0xf3, 0xe4, 0xf0, 0xe5, 0x59, 0x53, + 0x96, 0x03, 0xc5, 0xc3, 0x1f, 0x6f, 0xf7, 0x81, 0x60, 0xd0, 0x15, 0xec, 0xc4, 0xfe, 0xb6, 0x52, + 0x64, 0x47, 0x60, 0x8d, 0x46, 0x7f, 0xeb, 0x05, 0xcc, 0x99, 0x14, 0xa2, 0xaa, 0xd9, 0x1f, 0x95, + 0xb3, 0xc4, 0x44, 0xed, 0x9c, 0x72, 0xdd, 0xd4, 0x36, 0x84, 0xf6, 0x9f, 0x2b, 0xf0, 0xf6, 0xa5, + 0x59, 0xc0, 0xfa, 0x75, 0x05, 0x6e, 0x8d, 0x4b, 0x31, 0xca, 0x94, 0x93, 0xe9, 0x4c, 0xe9, 0xe3, + 0xc7, 0x58, 0x95, 0xeb, 0x6d, 0x5b, 0xee, 0x48, 0x9b, 0xfd, 0x33, 0x71, 0xc2, 0x18, 0xcd, 0x1c, + 0xd6, 0x29, 0x2c, 0xf4, 0x53, 0x50, 0xb9, 0x7a, 0x7f, 0x98, 0x67, 0xc0, 0x1a, 0xd3, 0xd8, 0xee, + 0xd3, 0xda, 0xfb, 0x70, 0x73, 0x24, 0xa5, 0x5c, 0x29, 0x18, 0xfe, 0xbe, 0x02, 0x37, 0x86, 0x52, + 0xc8, 0x95, 0xf6, 0xe6, 0x0b, 0xe3, 0x9c, 0xd5, 0x69, 0x06, 0x2c, 0x54, 0x8e, 0x78, 0x64, 0xd6, + 0x68, 0xdc, 0xf0, 0x6d, 0x78, 0xf3, 0x92, 0x14, 0x64, 0xff, 0xb2, 0x02, 0xeb, 0x32, 0x80, 0xed, + 0x21, 0x8e, 0x8f, 0xcc, 0x5d, 0x66, 0x36, 0x1a, 0x6f, 0xe0, 0xe4, 0x75, 0x58, 0x60, 0xd8, 0x78, + 0x22, 0x69, 0xde, 0xf8, 0x2e, 0x7d, 0xe8, 0xfb, 0x6d, 0x05, 0xde, 0x96, 0x02, 0x4d, 0xef, 0x0c, + 0x51, 0x17, 0xef, 0x30, 0xf6, 0x8a, 0x50, 0xff, 0x39, 0xa1, 0x1e, 0x3b, 0x97, 0x76, 0xdc, 0x87, + 0xf9, 0x90, 0x50, 0xc7, 0x43, 0xbd, 0xa4, 0x4c, 0xc8, 0x98, 0x0b, 0x09, 0xdd, 0x43, 0xbd, 0x44, + 0xe2, 0xd0, 0x85, 0xc2, 0x55, 0xcb, 0xe0, 0xd0, 0x85, 0xc0, 0x09, 0x8b, 0x5e, 0x97, 0x16, 0x1d, + 0x60, 0xea, 0xf3, 0xee, 0xd3, 0xce, 0x11, 0x47, 0x6a, 0x0b, 0x6d, 0x03, 0x08, 0x4b, 0x28, 0xf1, + 0xbb, 0xbc, 0x94, 0x2d, 0x0b, 0x21, 0xa1, 0x4f, 0xa4, 0xb4, 0xc4, 0xa2, 0x0b, 0x83, 0xad, 0x96, + 0xc1, 0xa2, 0x0b, 0x85, 0xb5, 0x43, 0xb8, 0xa5, 0x12, 0x4d, 0x17, 0xbb, 0xaf, 0x5a, 0x62, 0x74, + 0x3a, 0x61, 0xd6, 0x72, 0x57, 0xe3, 0x7a, 0x9d, 0xee, 0x17, 0x1d, 0xfb, 0x51, 0xef, 0x69, 0xe7, + 0x39, 0xc6, 0xaf, 0xd4, 0xc9, 0xdf, 0x7c, 0xb5, 0x17, 0x3c, 0xf3, 0x53, 0xa8, 0x6b, 0xf5, 0xaf, + 0x9b, 0x33, 0x7f, 0x38, 0x19, 0xf0, 0x87, 0x9d, 0x02, 0x3d, 0x43, 0x0c, 0x52, 0xdb, 0x50, 0x9b, + 0x39, 0xf6, 0xcf, 0xc0, 0x72, 0xd3, 0x3b, 0x72, 0xbb, 0xd8, 0x4b, 0x03, 0xa5, 0xca, 0x81, 0xc5, + 0x84, 0xa3, 0x98, 0x3b, 0xea, 0x2e, 0x57, 0xab, 0xfc, 0x41, 0x81, 0xca, 0xc7, 0x52, 0xf8, 0x69, + 0xe7, 0x11, 0x4b, 0x63, 0xa9, 0x2f, 0xdf, 0xd0, 0xae, 0x49, 0x46, 0xd5, 0x64, 0x7d, 0x09, 0x80, + 0xa9, 0x67, 0xe8, 0xab, 0xdf, 0x00, 0xfd, 0x02, 0xa6, 0x9e, 0x26, 0xdf, 0x06, 0x50, 0xd6, 0x77, + 0x59, 0x1a, 0xeb, 0x33, 0xe8, 0xd8, 0xa5, 0xbe, 0xbb, 0xa5, 0x97, 0x5a, 0x8a, 0x0b, 0x1a, 0xe1, + 0xb4, 0xc2, 0x30, 0x89, 0x9c, 0x2d, 0x46, 0xce, 0x61, 0xea, 0x49, 0xdc, 0x90, 0x2f, 0x5c, 0xfb, + 0xa6, 0x7c, 0xe1, 0x6b, 0x58, 0x6c, 0xfa, 0xb8, 0x8d, 0xa8, 0xaf, 0x56, 0xe6, 0x70, 0xc0, 0x09, + 0x8a, 0xa6, 0xcc, 0x40, 0x33, 0x0f, 0xc8, 0x37, 0xe8, 0xe5, 0x7f, 0x01, 0xb0, 0x2f, 0xdf, 0x60, + 0xf4, 0xfd, 0x58, 0x9e, 0xff, 0xc3, 0x02, 0x7e, 0x05, 0xcc, 0xd8, 0xfb, 0x9f, 0x9a, 0x9b, 0xc0, + 0x8d, 0x96, 0x7c, 0x6f, 0xe9, 0x0f, 0x60, 0x5a, 0x2f, 0xce, 0xd0, 0x39, 0x2f, 0x1e, 0x68, 0xd3, + 0xaa, 0x62, 0xb0, 0x0e, 0xf5, 0x23, 0xc2, 0x91, 0x7c, 0x43, 0x90, 0xda, 0x5e, 0x0e, 0x68, 0x7b, + 0x54, 0x14, 0xdc, 0x07, 0x08, 0xfa, 0x57, 0x66, 0x23, 0xcd, 0x5a, 0xe7, 0xa7, 0xb0, 0xf2, 0x05, + 0x4b, 0x8f, 0xd3, 0x53, 0x7c, 0x42, 0x3c, 0xcc, 0xa4, 0xc6, 0xef, 0xc1, 0xfc, 0x99, 0xf8, 0x70, + 0xb2, 0x02, 0xeb, 0xf2, 0x34, 0x34, 0x27, 0xa5, 0x5b, 0x9e, 0xfd, 0x19, 0x58, 0x9a, 0x2c, 0x5f, + 0xb3, 0x7c, 0x04, 0x60, 0x8a, 0x86, 0x92, 0x84, 0x0b, 0x5a, 0xbe, 0xe5, 0xd9, 0x2d, 0x58, 0x7c, + 0x96, 0xe0, 0x58, 0x24, 0x1f, 0x49, 0xf6, 0x7d, 0x58, 0x48, 0x13, 0x1c, 0xcb, 0x03, 0x55, 0x29, + 0xae, 0xf9, 0x54, 0xc3, 0xed, 0x7f, 0x56, 0x61, 0xe9, 0xd0, 0xbc, 0x02, 0x48, 0xb2, 0x16, 0x2c, + 0xf8, 0x98, 0x39, 0x11, 0x23, 0xd9, 0xfd, 0xe9, 0x77, 0x8a, 0x0e, 0x64, 0xfb, 0x98, 0x1d, 0x0a, + 0x79, 0x79, 0xe7, 0x35, 0xef, 0xeb, 0x2f, 0xeb, 0x1e, 0x5c, 0x57, 0xef, 0x0a, 0x13, 0x6b, 0xcb, + 0x3d, 0x96, 0x9e, 0x06, 0xea, 0x8a, 0xaf, 0xad, 0x65, 0x2d, 0x06, 0x8b, 0xf9, 0xd7, 0x08, 0x5d, + 0x5d, 0x16, 0x5f, 0x8c, 0xea, 0x41, 0xb4, 0x25, 0xf6, 0x99, 0x80, 0x9a, 0x24, 0x3e, 0xd2, 0xd1, + 0xae, 0xc5, 0xfd, 0x0f, 0xeb, 0x21, 0xcc, 0x21, 0xcf, 0x8b, 0x71, 0x92, 0xe8, 0xd0, 0x50, 0x78, + 0x4b, 0xd6, 0x54, 0xe2, 0x72, 0xb8, 0x06, 0x6b, 0xff, 0xad, 0x02, 0x8b, 0xf9, 0x89, 0xb0, 0x3e, + 0x87, 0xf5, 0x80, 0x51, 0x9f, 0xf0, 0xd4, 0xc3, 0x0e, 0xa1, 0x4e, 0x48, 0xdc, 0x98, 0x39, 0x1e, + 0xf6, 0x63, 0x8c, 0x2f, 0x4d, 0x73, 0x26, 0x0a, 0xbd, 0x91, 0xc1, 0x5b, 0xf4, 0xb1, 0x00, 0xef, + 0x29, 0xac, 0x75, 0x02, 0xb7, 0x03, 0xc4, 0x27, 0x10, 0x57, 0x8b, 0x89, 0xd7, 0x0c, 0x7a, 0x90, + 0xd7, 0xfe, 0xf7, 0x0c, 0xd4, 0x72, 0x63, 0xb3, 0x3e, 0x86, 0x5a, 0xc4, 0x12, 0x8e, 0x02, 0x75, + 0x42, 0x28, 0xe3, 0x5a, 0xa0, 0x00, 0xf2, 0x80, 0xd0, 0x84, 0xa5, 0x28, 0x66, 0x67, 0x84, 0xba, + 0xb8, 0xfc, 0x11, 0x63, 0xd1, 0x40, 0x24, 0xc5, 0xf0, 0x21, 0x65, 0x66, 0xda, 0x43, 0x4a, 0xde, + 0x06, 0xf9, 0xc6, 0x30, 0x3b, 0x8d, 0x0d, 0x4f, 0x50, 0x88, 0xc5, 0xf1, 0x33, 0xe1, 0x31, 0xc6, + 0xdc, 0x31, 0x6e, 0x72, 0xad, 0xcc, 0xf1, 0x53, 0x61, 0xf4, 0x74, 0xaa, 0xb3, 0x71, 0x9e, 0x64, + 0x4b, 0x5f, 0x1a, 0x16, 0x9e, 0x8d, 0x73, 0x2c, 0x5b, 0x62, 0xab, 0xcb, 0xa3, 0xb0, 0x1c, 0xca, + 0x5c, 0x99, 0xad, 0x2e, 0xc4, 0xc5, 0x30, 0x44, 0x59, 0xba, 0x70, 0xcc, 0x22, 0xe2, 0x9a, 0x33, + 0x35, 0x17, 0x1f, 0xd3, 0xbd, 0x95, 0x2c, 0x49, 0x8c, 0x79, 0x27, 0xb1, 0xee, 0xc0, 0x6c, 0x84, + 0x78, 0x57, 0x5f, 0x91, 0x17, 0xbc, 0xdb, 0x08, 0x49, 0xfb, 0x0b, 0x58, 0x3c, 0x40, 0xd4, 0x4f, + 0x91, 0x4e, 0x1b, 0x2d, 0xb8, 0x19, 0xe8, 0xef, 0xe9, 0x2c, 0x59, 0x31, 0xb0, 0xec, 0xd1, 0xe6, + 0x13, 0xa8, 0xb5, 0xa2, 0x9d, 0x80, 0x89, 0x52, 0x4e, 0x45, 0x58, 0x12, 0x65, 0x2b, 0x56, 0x2a, + 0xc2, 0x92, 0x48, 0xcf, 0xb3, 0x1d, 0xc0, 0x8a, 0x7e, 0x47, 0x39, 0x40, 0xa7, 0x3a, 0x64, 0x4f, + 0xf7, 0x62, 0x92, 0x87, 0x67, 0x19, 0x67, 0xb8, 0x51, 0xe7, 0x9b, 0x13, 0xa8, 0xed, 0xa2, 0x38, + 0x26, 0x3a, 0x57, 0xef, 0xc3, 0x8a, 0xab, 0x3e, 0xa7, 0x9b, 0x92, 0x1b, 0x1a, 0x95, 0xcd, 0x48, + 0x07, 0x56, 0x44, 0x9e, 0x90, 0xe5, 0x21, 0xd6, 0xb9, 0xa2, 0x0d, 0x6b, 0x32, 0x57, 0x10, 0xdd, + 0xd8, 0xbf, 0xed, 0x2d, 0xa3, 0x62, 0x35, 0xcd, 0xf1, 0x99, 0x23, 0xba, 0xfd, 0xa7, 0x0a, 0xd4, + 0x9e, 0xab, 0xf7, 0xdc, 0xec, 0xbe, 0xc6, 0xdc, 0xbb, 0x28, 0x4f, 0x2d, 0x77, 0x5f, 0x63, 0x30, + 0x72, 0xd7, 0x1d, 0x03, 0x64, 0xc7, 0xcb, 0xd2, 0x8f, 0x30, 0xda, 0x8a, 0x81, 0xf3, 0x6f, 0x3b, + 0xc7, 0x63, 0xff, 0xb5, 0x0a, 0xab, 0xe3, 0x84, 0xac, 0x00, 0xe6, 0xf4, 0xfb, 0xb5, 0x5e, 0xe0, + 0x76, 0xc1, 0x02, 0x0f, 0xb3, 0x3c, 0x55, 0x68, 0xb9, 0xce, 0x13, 0xfa, 0xda, 0x46, 0x85, 0x15, + 0xc1, 0xbc, 0x79, 0xee, 0xd6, 0x55, 0xf2, 0xf1, 0x55, 0xd4, 0x71, 0x16, 0x4f, 0xd6, 0xc7, 0x59, + 0xdc, 0xce, 0xb4, 0x58, 0x1f, 0xc2, 0x3c, 0x8a, 0xfd, 0x34, 0xc4, 0x94, 0x97, 0x0a, 0xa2, 0x99, + 0xb4, 0xfd, 0xab, 0x0a, 0xac, 0x2b, 0x42, 0x42, 0xfd, 0xa3, 0x5e, 0xc2, 0x71, 0x78, 0x82, 0xe3, + 0xec, 0xf5, 0xca, 0x87, 0x6f, 0x31, 0xd3, 0xeb, 0x24, 0xb2, 0xdb, 0x39, 0x53, 0xfd, 0xd3, 0xb9, + 0xef, 0x3b, 0x6c, 0xac, 0x92, 0xcc, 0x9b, 0x53, 0xb8, 0xd5, 0x8c, 0xa2, 0x43, 0xf5, 0x4f, 0x52, + 0x8f, 0x99, 0xa7, 0xb7, 0xe5, 0x4f, 0x06, 0xb6, 0xe5, 0x27, 0x45, 0x95, 0xf3, 0x20, 0x43, 0xbf, + 0x80, 0x1e, 0x6d, 0xd7, 0x9b, 0xb3, 0x03, 0x2b, 0xea, 0xa5, 0x3b, 0xf7, 0x22, 0xdc, 0x86, 0x35, + 0xfd, 0xb8, 0xae, 0xfe, 0x25, 0x6a, 0xba, 0x81, 0xae, 0x86, 0x39, 0xbe, 0x6c, 0x78, 0x5f, 0x82, + 0xa5, 0x6f, 0xfe, 0x3a, 0x1d, 0x42, 0x4d, 0x35, 0xf6, 0x10, 0x6e, 0x98, 0xe7, 0x20, 0xdd, 0x5c, + 0xee, 0x4a, 0xd5, 0x1d, 0xa0, 0xb2, 0x9f, 0xc1, 0x8a, 0x22, 0x6f, 0xf5, 0x1f, 0x9e, 0x9b, 0xb0, + 0xa4, 0xa9, 0x89, 0x6c, 0x2c, 0x45, 0xbc, 0xe8, 0xe6, 0x68, 0xec, 0x7f, 0x54, 0xe1, 0xa6, 0x79, + 0x86, 0xef, 0x3f, 0x2d, 0xdf, 0x81, 0xd9, 0x0e, 0xc6, 0xe5, 0xaa, 0x5a, 0x29, 0x69, 0x3d, 0x81, + 0xd5, 0x31, 0xaf, 0xf7, 0x49, 0xa9, 0xbc, 0x62, 0x8d, 0x3c, 0xdf, 0x27, 0xd6, 0xdd, 0xac, 0xf0, + 0x9c, 0x29, 0xbe, 0x10, 0x30, 0x75, 0xe7, 0xf9, 0x50, 0xdd, 0x39, 0x5b, 0x6a, 0x5f, 0x0e, 0x0c, + 0x7f, 0xb8, 0xf6, 0x9c, 0xd4, 0x39, 0x50, 0x7f, 0xee, 0xfc, 0xa7, 0x02, 0xb6, 0xcb, 0xc2, 0x82, + 0xd8, 0xb6, 0xb3, 0xa4, 0xef, 0xb2, 0xd1, 0xa1, 0x18, 0xc4, 0x61, 0xe5, 0xc5, 0x9e, 0x06, 0xf8, + 0x4c, 0xe4, 0xc2, 0x06, 0x8b, 0xfd, 0x0d, 0x1f, 0x53, 0x39, 0x44, 0xf3, 0x1f, 0x37, 0x11, 0x49, + 0x26, 0xfd, 0xd3, 0xe3, 0x47, 0xea, 0xcf, 0x1f, 0xaa, 0x33, 0xfb, 0xcd, 0xe6, 0x5f, 0xaa, 0xef, + 0xec, 0x2b, 0xb2, 0xa6, 0x97, 0x34, 0xd4, 0x4f, 0xf1, 0xeb, 0x64, 0xb3, 0xb1, 0x2b, 0xc5, 0xfe, + 0x65, 0x04, 0x5e, 0x36, 0xbd, 0xe4, 0x65, 0x26, 0xf0, 0xf2, 0x64, 0xf3, 0xa5, 0x12, 0xf8, 0x6f, + 0xd5, 0x56, 0xad, 0xdb, 0xdb, 0x4d, 0x2f, 0xd9, 0xde, 0xce, 0x44, 0xb6, 0xb7, 0x4f, 0x36, 0xb7, + 0xb7, 0x95, 0xd0, 0xe9, 0x75, 0x69, 0xdd, 0xdd, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0x7e, 0x9f, + 0x0b, 0x30, 0x91, 0x29, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/common/criterion_category_availability.pb.go b/googleapis/ads/googleads/v1/common/criterion_category_availability.pb.go index f740b6eb1e..6b82dbd5f0 100644 --- a/googleapis/ads/googleads/v1/common/criterion_category_availability.pb.go +++ b/googleapis/ads/googleads/v1/common/criterion_category_availability.pb.go @@ -36,7 +36,7 @@ func (m *CriterionCategoryAvailability) Reset() { *m = CriterionCategory func (m *CriterionCategoryAvailability) String() string { return proto.CompactTextString(m) } func (*CriterionCategoryAvailability) ProtoMessage() {} func (*CriterionCategoryAvailability) Descriptor() ([]byte, []int) { - return fileDescriptor_criterion_category_availability_aa40e26a9a11ccdc, []int{0} + return fileDescriptor_criterion_category_availability_1772a6f75bfda39e, []int{0} } func (m *CriterionCategoryAvailability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CriterionCategoryAvailability.Unmarshal(m, b) @@ -98,7 +98,7 @@ func (m *CriterionCategoryChannelAvailability) Reset() { *m = CriterionC func (m *CriterionCategoryChannelAvailability) String() string { return proto.CompactTextString(m) } func (*CriterionCategoryChannelAvailability) ProtoMessage() {} func (*CriterionCategoryChannelAvailability) Descriptor() ([]byte, []int) { - return fileDescriptor_criterion_category_availability_aa40e26a9a11ccdc, []int{1} + return fileDescriptor_criterion_category_availability_1772a6f75bfda39e, []int{1} } func (m *CriterionCategoryChannelAvailability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CriterionCategoryChannelAvailability.Unmarshal(m, b) @@ -166,7 +166,7 @@ func (m *CriterionCategoryLocaleAvailability) Reset() { *m = CriterionCa func (m *CriterionCategoryLocaleAvailability) String() string { return proto.CompactTextString(m) } func (*CriterionCategoryLocaleAvailability) ProtoMessage() {} func (*CriterionCategoryLocaleAvailability) Descriptor() ([]byte, []int) { - return fileDescriptor_criterion_category_availability_aa40e26a9a11ccdc, []int{2} + return fileDescriptor_criterion_category_availability_1772a6f75bfda39e, []int{2} } func (m *CriterionCategoryLocaleAvailability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CriterionCategoryLocaleAvailability.Unmarshal(m, b) @@ -214,10 +214,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/criterion_category_availability.proto", fileDescriptor_criterion_category_availability_aa40e26a9a11ccdc) + proto.RegisterFile("google/ads/googleads/v1/common/criterion_category_availability.proto", fileDescriptor_criterion_category_availability_1772a6f75bfda39e) } -var fileDescriptor_criterion_category_availability_aa40e26a9a11ccdc = []byte{ +var fileDescriptor_criterion_category_availability_1772a6f75bfda39e = []byte{ // 609 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x95, 0x41, 0x8e, 0xd3, 0x30, 0x14, 0x86, 0x95, 0x74, 0x34, 0x48, 0xee, 0x30, 0x82, 0x2c, 0x50, 0xa9, 0xca, 0xa8, 0x0a, 0x2c, diff --git a/googleapis/ads/googleads/v1/common/custom_parameter.pb.go b/googleapis/ads/googleads/v1/common/custom_parameter.pb.go index 74a5bf6382..21d85b8120 100644 --- a/googleapis/ads/googleads/v1/common/custom_parameter.pb.go +++ b/googleapis/ads/googleads/v1/common/custom_parameter.pb.go @@ -36,7 +36,7 @@ func (m *CustomParameter) Reset() { *m = CustomParameter{} } func (m *CustomParameter) String() string { return proto.CompactTextString(m) } func (*CustomParameter) ProtoMessage() {} func (*CustomParameter) Descriptor() ([]byte, []int) { - return fileDescriptor_custom_parameter_43f75635a6cfec51, []int{0} + return fileDescriptor_custom_parameter_e9102b323b1b6917, []int{0} } func (m *CustomParameter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomParameter.Unmarshal(m, b) @@ -75,10 +75,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/custom_parameter.proto", fileDescriptor_custom_parameter_43f75635a6cfec51) + proto.RegisterFile("google/ads/googleads/v1/common/custom_parameter.proto", fileDescriptor_custom_parameter_e9102b323b1b6917) } -var fileDescriptor_custom_parameter_43f75635a6cfec51 = []byte{ +var fileDescriptor_custom_parameter_e9102b323b1b6917 = []byte{ // 302 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0xc1, 0x4a, 0xfc, 0x30, 0x10, 0xc6, 0x69, 0x97, 0xff, 0xff, 0x50, 0x0f, 0x42, 0xf1, 0xb0, 0x2c, 0xcb, 0x22, 0x3d, 0x79, diff --git a/googleapis/ads/googleads/v1/common/dates.pb.go b/googleapis/ads/googleads/v1/common/dates.pb.go index 7061176255..c89c43c363 100644 --- a/googleapis/ads/googleads/v1/common/dates.pb.go +++ b/googleapis/ads/googleads/v1/common/dates.pb.go @@ -35,7 +35,7 @@ func (m *DateRange) Reset() { *m = DateRange{} } func (m *DateRange) String() string { return proto.CompactTextString(m) } func (*DateRange) ProtoMessage() {} func (*DateRange) Descriptor() ([]byte, []int) { - return fileDescriptor_dates_2d0d4988d8617604, []int{0} + return fileDescriptor_dates_66330ea013cf984e, []int{0} } func (m *DateRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DateRange.Unmarshal(m, b) @@ -74,10 +74,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/dates.proto", fileDescriptor_dates_2d0d4988d8617604) + proto.RegisterFile("google/ads/googleads/v1/common/dates.proto", fileDescriptor_dates_66330ea013cf984e) } -var fileDescriptor_dates_2d0d4988d8617604 = []byte{ +var fileDescriptor_dates_66330ea013cf984e = []byte{ // 302 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0x41, 0x4b, 0xc3, 0x30, 0x14, 0xc7, 0x69, 0x05, 0x75, 0xf1, 0xd6, 0x93, 0x8c, 0x31, 0xa4, 0x27, 0xf1, 0x90, 0x50, 0x3d, diff --git a/googleapis/ads/googleads/v1/common/explorer_auto_optimizer_setting.pb.go b/googleapis/ads/googleads/v1/common/explorer_auto_optimizer_setting.pb.go index 827b42881f..b8d7e29aba 100644 --- a/googleapis/ads/googleads/v1/common/explorer_auto_optimizer_setting.pb.go +++ b/googleapis/ads/googleads/v1/common/explorer_auto_optimizer_setting.pb.go @@ -35,7 +35,7 @@ func (m *ExplorerAutoOptimizerSetting) Reset() { *m = ExplorerAutoOptimi func (m *ExplorerAutoOptimizerSetting) String() string { return proto.CompactTextString(m) } func (*ExplorerAutoOptimizerSetting) ProtoMessage() {} func (*ExplorerAutoOptimizerSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_explorer_auto_optimizer_setting_bb177ca484642d88, []int{0} + return fileDescriptor_explorer_auto_optimizer_setting_f77a88f13cc516e3, []int{0} } func (m *ExplorerAutoOptimizerSetting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExplorerAutoOptimizerSetting.Unmarshal(m, b) @@ -67,10 +67,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/explorer_auto_optimizer_setting.proto", fileDescriptor_explorer_auto_optimizer_setting_bb177ca484642d88) + proto.RegisterFile("google/ads/googleads/v1/common/explorer_auto_optimizer_setting.proto", fileDescriptor_explorer_auto_optimizer_setting_f77a88f13cc516e3) } -var fileDescriptor_explorer_auto_optimizer_setting_bb177ca484642d88 = []byte{ +var fileDescriptor_explorer_auto_optimizer_setting_f77a88f13cc516e3 = []byte{ // 306 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xb1, 0x4e, 0xc3, 0x30, 0x10, 0x86, 0x95, 0x22, 0x3a, 0x84, 0xad, 0x13, 0xaa, 0xaa, 0x0a, 0x3a, 0x31, 0x9d, 0x65, 0xd8, diff --git a/googleapis/ads/googleads/v1/common/extensions.pb.go b/googleapis/ads/googleads/v1/common/extensions.pb.go index 347480b323..07ee144cb7 100644 --- a/googleapis/ads/googleads/v1/common/extensions.pb.go +++ b/googleapis/ads/googleads/v1/common/extensions.pb.go @@ -52,7 +52,7 @@ func (m *AppFeedItem) Reset() { *m = AppFeedItem{} } func (m *AppFeedItem) String() string { return proto.CompactTextString(m) } func (*AppFeedItem) ProtoMessage() {} func (*AppFeedItem) Descriptor() ([]byte, []int) { - return fileDescriptor_extensions_2239c00309aa63f0, []int{0} + return fileDescriptor_extensions_29e88682b0f69f9b, []int{0} } func (m *AppFeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppFeedItem.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *CallFeedItem) Reset() { *m = CallFeedItem{} } func (m *CallFeedItem) String() string { return proto.CompactTextString(m) } func (*CallFeedItem) ProtoMessage() {} func (*CallFeedItem) Descriptor() ([]byte, []int) { - return fileDescriptor_extensions_2239c00309aa63f0, []int{1} + return fileDescriptor_extensions_29e88682b0f69f9b, []int{1} } func (m *CallFeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CallFeedItem.Unmarshal(m, b) @@ -235,7 +235,7 @@ func (m *CalloutFeedItem) Reset() { *m = CalloutFeedItem{} } func (m *CalloutFeedItem) String() string { return proto.CompactTextString(m) } func (*CalloutFeedItem) ProtoMessage() {} func (*CalloutFeedItem) Descriptor() ([]byte, []int) { - return fileDescriptor_extensions_2239c00309aa63f0, []int{2} + return fileDescriptor_extensions_29e88682b0f69f9b, []int{2} } func (m *CalloutFeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CalloutFeedItem.Unmarshal(m, b) @@ -262,6 +262,230 @@ func (m *CalloutFeedItem) GetCalloutText() *wrappers.StringValue { return nil } +// Represents a location extension. +type LocationFeedItem struct { + // The name of the business. + BusinessName *wrappers.StringValue `protobuf:"bytes,1,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"` + // Line 1 of the business address. + AddressLine_1 *wrappers.StringValue `protobuf:"bytes,2,opt,name=address_line_1,json=addressLine1,proto3" json:"address_line_1,omitempty"` + // Line 2 of the business address. + AddressLine_2 *wrappers.StringValue `protobuf:"bytes,3,opt,name=address_line_2,json=addressLine2,proto3" json:"address_line_2,omitempty"` + // City of the business address. + City *wrappers.StringValue `protobuf:"bytes,4,opt,name=city,proto3" json:"city,omitempty"` + // Province of the business address. + Province *wrappers.StringValue `protobuf:"bytes,5,opt,name=province,proto3" json:"province,omitempty"` + // Postal code of the business address. + PostalCode *wrappers.StringValue `protobuf:"bytes,6,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"` + // Country code of the business address. + CountryCode *wrappers.StringValue `protobuf:"bytes,7,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"` + // Phone number of the business. + PhoneNumber *wrappers.StringValue `protobuf:"bytes,8,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LocationFeedItem) Reset() { *m = LocationFeedItem{} } +func (m *LocationFeedItem) String() string { return proto.CompactTextString(m) } +func (*LocationFeedItem) ProtoMessage() {} +func (*LocationFeedItem) Descriptor() ([]byte, []int) { + return fileDescriptor_extensions_29e88682b0f69f9b, []int{3} +} +func (m *LocationFeedItem) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LocationFeedItem.Unmarshal(m, b) +} +func (m *LocationFeedItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LocationFeedItem.Marshal(b, m, deterministic) +} +func (dst *LocationFeedItem) XXX_Merge(src proto.Message) { + xxx_messageInfo_LocationFeedItem.Merge(dst, src) +} +func (m *LocationFeedItem) XXX_Size() int { + return xxx_messageInfo_LocationFeedItem.Size(m) +} +func (m *LocationFeedItem) XXX_DiscardUnknown() { + xxx_messageInfo_LocationFeedItem.DiscardUnknown(m) +} + +var xxx_messageInfo_LocationFeedItem proto.InternalMessageInfo + +func (m *LocationFeedItem) GetBusinessName() *wrappers.StringValue { + if m != nil { + return m.BusinessName + } + return nil +} + +func (m *LocationFeedItem) GetAddressLine_1() *wrappers.StringValue { + if m != nil { + return m.AddressLine_1 + } + return nil +} + +func (m *LocationFeedItem) GetAddressLine_2() *wrappers.StringValue { + if m != nil { + return m.AddressLine_2 + } + return nil +} + +func (m *LocationFeedItem) GetCity() *wrappers.StringValue { + if m != nil { + return m.City + } + return nil +} + +func (m *LocationFeedItem) GetProvince() *wrappers.StringValue { + if m != nil { + return m.Province + } + return nil +} + +func (m *LocationFeedItem) GetPostalCode() *wrappers.StringValue { + if m != nil { + return m.PostalCode + } + return nil +} + +func (m *LocationFeedItem) GetCountryCode() *wrappers.StringValue { + if m != nil { + return m.CountryCode + } + return nil +} + +func (m *LocationFeedItem) GetPhoneNumber() *wrappers.StringValue { + if m != nil { + return m.PhoneNumber + } + return nil +} + +// Represents an affiliate location extension. +type AffiliateLocationFeedItem struct { + // The name of the business. + BusinessName *wrappers.StringValue `protobuf:"bytes,1,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"` + // Line 1 of the business address. + AddressLine_1 *wrappers.StringValue `protobuf:"bytes,2,opt,name=address_line_1,json=addressLine1,proto3" json:"address_line_1,omitempty"` + // Line 2 of the business address. + AddressLine_2 *wrappers.StringValue `protobuf:"bytes,3,opt,name=address_line_2,json=addressLine2,proto3" json:"address_line_2,omitempty"` + // City of the business address. + City *wrappers.StringValue `protobuf:"bytes,4,opt,name=city,proto3" json:"city,omitempty"` + // Province of the business address. + Province *wrappers.StringValue `protobuf:"bytes,5,opt,name=province,proto3" json:"province,omitempty"` + // Postal code of the business address. + PostalCode *wrappers.StringValue `protobuf:"bytes,6,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"` + // Country code of the business address. + CountryCode *wrappers.StringValue `protobuf:"bytes,7,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"` + // Phone number of the business. + PhoneNumber *wrappers.StringValue `protobuf:"bytes,8,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"` + // Id of the retail chain that is advertised as a seller of your product. + ChainId *wrappers.Int64Value `protobuf:"bytes,9,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` + // Name of chain. + ChainName *wrappers.StringValue `protobuf:"bytes,10,opt,name=chain_name,json=chainName,proto3" json:"chain_name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AffiliateLocationFeedItem) Reset() { *m = AffiliateLocationFeedItem{} } +func (m *AffiliateLocationFeedItem) String() string { return proto.CompactTextString(m) } +func (*AffiliateLocationFeedItem) ProtoMessage() {} +func (*AffiliateLocationFeedItem) Descriptor() ([]byte, []int) { + return fileDescriptor_extensions_29e88682b0f69f9b, []int{4} +} +func (m *AffiliateLocationFeedItem) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AffiliateLocationFeedItem.Unmarshal(m, b) +} +func (m *AffiliateLocationFeedItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AffiliateLocationFeedItem.Marshal(b, m, deterministic) +} +func (dst *AffiliateLocationFeedItem) XXX_Merge(src proto.Message) { + xxx_messageInfo_AffiliateLocationFeedItem.Merge(dst, src) +} +func (m *AffiliateLocationFeedItem) XXX_Size() int { + return xxx_messageInfo_AffiliateLocationFeedItem.Size(m) +} +func (m *AffiliateLocationFeedItem) XXX_DiscardUnknown() { + xxx_messageInfo_AffiliateLocationFeedItem.DiscardUnknown(m) +} + +var xxx_messageInfo_AffiliateLocationFeedItem proto.InternalMessageInfo + +func (m *AffiliateLocationFeedItem) GetBusinessName() *wrappers.StringValue { + if m != nil { + return m.BusinessName + } + return nil +} + +func (m *AffiliateLocationFeedItem) GetAddressLine_1() *wrappers.StringValue { + if m != nil { + return m.AddressLine_1 + } + return nil +} + +func (m *AffiliateLocationFeedItem) GetAddressLine_2() *wrappers.StringValue { + if m != nil { + return m.AddressLine_2 + } + return nil +} + +func (m *AffiliateLocationFeedItem) GetCity() *wrappers.StringValue { + if m != nil { + return m.City + } + return nil +} + +func (m *AffiliateLocationFeedItem) GetProvince() *wrappers.StringValue { + if m != nil { + return m.Province + } + return nil +} + +func (m *AffiliateLocationFeedItem) GetPostalCode() *wrappers.StringValue { + if m != nil { + return m.PostalCode + } + return nil +} + +func (m *AffiliateLocationFeedItem) GetCountryCode() *wrappers.StringValue { + if m != nil { + return m.CountryCode + } + return nil +} + +func (m *AffiliateLocationFeedItem) GetPhoneNumber() *wrappers.StringValue { + if m != nil { + return m.PhoneNumber + } + return nil +} + +func (m *AffiliateLocationFeedItem) GetChainId() *wrappers.Int64Value { + if m != nil { + return m.ChainId + } + return nil +} + +func (m *AffiliateLocationFeedItem) GetChainName() *wrappers.StringValue { + if m != nil { + return m.ChainName + } + return nil +} + // An extension that users can click on to send a text message to the // advertiser. type TextMessageFeedItem struct { @@ -287,7 +511,7 @@ func (m *TextMessageFeedItem) Reset() { *m = TextMessageFeedItem{} } func (m *TextMessageFeedItem) String() string { return proto.CompactTextString(m) } func (*TextMessageFeedItem) ProtoMessage() {} func (*TextMessageFeedItem) Descriptor() ([]byte, []int) { - return fileDescriptor_extensions_2239c00309aa63f0, []int{3} + return fileDescriptor_extensions_29e88682b0f69f9b, []int{5} } func (m *TextMessageFeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextMessageFeedItem.Unmarshal(m, b) @@ -366,7 +590,7 @@ func (m *PriceFeedItem) Reset() { *m = PriceFeedItem{} } func (m *PriceFeedItem) String() string { return proto.CompactTextString(m) } func (*PriceFeedItem) ProtoMessage() {} func (*PriceFeedItem) Descriptor() ([]byte, []int) { - return fileDescriptor_extensions_2239c00309aa63f0, []int{4} + return fileDescriptor_extensions_29e88682b0f69f9b, []int{6} } func (m *PriceFeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PriceFeedItem.Unmarshal(m, b) @@ -451,7 +675,7 @@ func (m *PriceOffer) Reset() { *m = PriceOffer{} } func (m *PriceOffer) String() string { return proto.CompactTextString(m) } func (*PriceOffer) ProtoMessage() {} func (*PriceOffer) Descriptor() ([]byte, []int) { - return fileDescriptor_extensions_2239c00309aa63f0, []int{5} + return fileDescriptor_extensions_29e88682b0f69f9b, []int{7} } func (m *PriceOffer) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PriceOffer.Unmarshal(m, b) @@ -521,10 +745,8 @@ type PromotionFeedItem struct { // Enum that modifies the qualification of the discount. DiscountModifier enums.PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier `protobuf:"varint,2,opt,name=discount_modifier,json=discountModifier,proto3,enum=google.ads.googleads.v1.enums.PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier" json:"discount_modifier,omitempty"` // Start date of when the promotion is eligible to be redeemed. - // This field is currently mutate only. PromotionStartDate *wrappers.StringValue `protobuf:"bytes,7,opt,name=promotion_start_date,json=promotionStartDate,proto3" json:"promotion_start_date,omitempty"` // End date of when the promotion is eligible to be redeemed. - // This field is currently mutate only. PromotionEndDate *wrappers.StringValue `protobuf:"bytes,8,opt,name=promotion_end_date,json=promotionEndDate,proto3" json:"promotion_end_date,omitempty"` // The occasion the promotion was intended for. // If an occasion is set, the redemption window will need to fall within @@ -568,7 +790,7 @@ func (m *PromotionFeedItem) Reset() { *m = PromotionFeedItem{} } func (m *PromotionFeedItem) String() string { return proto.CompactTextString(m) } func (*PromotionFeedItem) ProtoMessage() {} func (*PromotionFeedItem) Descriptor() ([]byte, []int) { - return fileDescriptor_extensions_2239c00309aa63f0, []int{6} + return fileDescriptor_extensions_29e88682b0f69f9b, []int{8} } func (m *PromotionFeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PromotionFeedItem.Unmarshal(m, b) @@ -880,7 +1102,7 @@ func (m *StructuredSnippetFeedItem) Reset() { *m = StructuredSnippetFeed func (m *StructuredSnippetFeedItem) String() string { return proto.CompactTextString(m) } func (*StructuredSnippetFeedItem) ProtoMessage() {} func (*StructuredSnippetFeedItem) Descriptor() ([]byte, []int) { - return fileDescriptor_extensions_2239c00309aa63f0, []int{7} + return fileDescriptor_extensions_29e88682b0f69f9b, []int{9} } func (m *StructuredSnippetFeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredSnippetFeedItem.Unmarshal(m, b) @@ -948,7 +1170,7 @@ func (m *SitelinkFeedItem) Reset() { *m = SitelinkFeedItem{} } func (m *SitelinkFeedItem) String() string { return proto.CompactTextString(m) } func (*SitelinkFeedItem) ProtoMessage() {} func (*SitelinkFeedItem) Descriptor() ([]byte, []int) { - return fileDescriptor_extensions_2239c00309aa63f0, []int{8} + return fileDescriptor_extensions_29e88682b0f69f9b, []int{10} } func (m *SitelinkFeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SitelinkFeedItem.Unmarshal(m, b) @@ -1028,6 +1250,8 @@ func init() { proto.RegisterType((*AppFeedItem)(nil), "google.ads.googleads.v1.common.AppFeedItem") proto.RegisterType((*CallFeedItem)(nil), "google.ads.googleads.v1.common.CallFeedItem") proto.RegisterType((*CalloutFeedItem)(nil), "google.ads.googleads.v1.common.CalloutFeedItem") + proto.RegisterType((*LocationFeedItem)(nil), "google.ads.googleads.v1.common.LocationFeedItem") + proto.RegisterType((*AffiliateLocationFeedItem)(nil), "google.ads.googleads.v1.common.AffiliateLocationFeedItem") proto.RegisterType((*TextMessageFeedItem)(nil), "google.ads.googleads.v1.common.TextMessageFeedItem") proto.RegisterType((*PriceFeedItem)(nil), "google.ads.googleads.v1.common.PriceFeedItem") proto.RegisterType((*PriceOffer)(nil), "google.ads.googleads.v1.common.PriceOffer") @@ -1037,98 +1261,108 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/extensions.proto", fileDescriptor_extensions_2239c00309aa63f0) -} - -var fileDescriptor_extensions_2239c00309aa63f0 = []byte{ - // 1419 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x58, 0xdd, 0x6e, 0x1b, 0x45, - 0x14, 0xae, 0x13, 0xdb, 0x4d, 0x8e, 0x63, 0x3b, 0xd9, 0xb4, 0xc8, 0x84, 0xaa, 0x14, 0x4b, 0x48, - 0x15, 0x12, 0xeb, 0xc6, 0x0d, 0x08, 0x5c, 0xa9, 0xe0, 0x38, 0x69, 0x13, 0xa4, 0xfc, 0x74, 0x9d, - 0x44, 0x08, 0x45, 0x5a, 0x4d, 0x76, 0xc7, 0xee, 0xaa, 0xbb, 0x33, 0xcb, 0xcc, 0x6c, 0x48, 0x1e, - 0x00, 0xf1, 0x04, 0xbc, 0x00, 0x48, 0x20, 0x71, 0xc1, 0x0b, 0x70, 0xc5, 0x2d, 0x77, 0xdc, 0xf0, - 0x10, 0x7d, 0x0a, 0x34, 0xb3, 0xb3, 0xeb, 0xc4, 0x69, 0xb2, 0xeb, 0x10, 0x24, 0x2e, 0xb8, 0xca, - 0xec, 0xfa, 0x7c, 0xdf, 0x9c, 0x39, 0xfb, 0x9d, 0x9f, 0x09, 0xb4, 0x86, 0x94, 0x0e, 0x7d, 0xdc, - 0x42, 0x2e, 0xd7, 0x4b, 0xb9, 0x3a, 0x5e, 0x6e, 0x39, 0x34, 0x08, 0x28, 0x69, 0xe1, 0x13, 0x81, - 0x09, 0xf7, 0x28, 0xe1, 0x66, 0xc8, 0xa8, 0xa0, 0xc6, 0xfd, 0xd8, 0xca, 0x44, 0x2e, 0x37, 0x53, - 0x80, 0x79, 0xbc, 0x6c, 0xc6, 0x80, 0xa5, 0x8f, 0x32, 0x08, 0x9d, 0x88, 0x0b, 0x1a, 0xd8, 0x21, - 0x62, 0x28, 0xc0, 0x02, 0xb3, 0x98, 0x76, 0xe9, 0x51, 0x06, 0x6c, 0x80, 0xb1, 0x6b, 0xc7, 0x6b, - 0x8d, 0xf8, 0xf0, 0x32, 0x04, 0x26, 0x51, 0xc0, 0x5b, 0x28, 0x0c, 0x6d, 0x2e, 0x28, 0xc3, 0xda, - 0xbc, 0x77, 0xb5, 0xb9, 0x83, 0x7c, 0xdf, 0x76, 0x28, 0x39, 0xc6, 0x4c, 0x9e, 0xd6, 0x66, 0x38, - 0xa4, 0x4c, 0x78, 0x64, 0x68, 0x73, 0x81, 0x44, 0x4e, 0x92, 0x90, 0x79, 0x0e, 0xb6, 0xd3, 0x90, - 0xd9, 0xf1, 0xf3, 0xd7, 0x11, 0xf2, 0xbd, 0x81, 0x97, 0x1e, 0xf5, 0xe9, 0x75, 0x48, 0x22, 0xe2, - 0x09, 0x8d, 0xff, 0x64, 0x32, 0xbc, 0x38, 0x0d, 0x13, 0xf7, 0x37, 0xb3, 0x90, 0x34, 0xa0, 0x42, - 0x62, 0x46, 0x68, 0xd7, 0xe3, 0x0e, 0x8d, 0x88, 0xb0, 0x03, 0xea, 0x9e, 0x3d, 0xc4, 0xe7, 0x93, - 0x53, 0x51, 0xc7, 0x41, 0x72, 0xa1, 0x19, 0xb4, 0x90, 0x5a, 0xea, 0xe9, 0x28, 0x1a, 0xb4, 0xbe, - 0x61, 0x28, 0x0c, 0x31, 0xd3, 0x42, 0x5b, 0xba, 0x97, 0xec, 0x10, 0x7a, 0x2d, 0x44, 0x08, 0x15, - 0x48, 0x8c, 0x64, 0xd8, 0xfc, 0xab, 0x08, 0x95, 0x6e, 0x18, 0x3e, 0xc3, 0xd8, 0xdd, 0x14, 0x38, - 0x30, 0x3e, 0x85, 0x59, 0xdf, 0x23, 0xaf, 0x6c, 0x81, 0x4f, 0x44, 0xa3, 0xf0, 0xa0, 0xf0, 0xb0, - 0xd2, 0xbe, 0xa7, 0xf5, 0x69, 0x26, 0x3b, 0x98, 0x7d, 0xc1, 0x3c, 0x32, 0x3c, 0x40, 0x7e, 0x84, - 0xad, 0x19, 0x69, 0xbe, 0x87, 0x4f, 0x84, 0xf1, 0x18, 0xca, 0x52, 0x2c, 0x9e, 0xdb, 0x98, 0xca, - 0x81, 0x2b, 0xa1, 0x30, 0xdc, 0x74, 0x8d, 0x17, 0x30, 0x9b, 0x2a, 0xac, 0x31, 0xfd, 0xa0, 0xf0, - 0xb0, 0xd6, 0x5e, 0x31, 0x2f, 0x4b, 0x0d, 0x15, 0x13, 0xb3, 0x1b, 0x86, 0x7d, 0x69, 0xbe, 0x4e, - 0xa2, 0x20, 0x7d, 0xb0, 0x66, 0x90, 0x5e, 0x19, 0x4f, 0x00, 0x06, 0x1e, 0x41, 0xbe, 0x1d, 0x31, - 0x9f, 0x37, 0x8a, 0x0f, 0xa6, 0x33, 0x7d, 0x99, 0x55, 0xf6, 0xfb, 0xcc, 0xe7, 0xc6, 0x06, 0x2c, - 0xc4, 0xe0, 0x80, 0x1e, 0x79, 0x3e, 0x8e, 0x39, 0x4a, 0x39, 0x38, 0xea, 0x0a, 0xb6, 0xa5, 0x50, - 0x8a, 0x69, 0x17, 0xee, 0x0a, 0x86, 0x9c, 0x57, 0x52, 0xfb, 0x11, 0xf3, 0x6d, 0x81, 0x83, 0xd0, - 0x47, 0x02, 0x37, 0xca, 0x39, 0xa2, 0xb3, 0x98, 0x40, 0xf7, 0x99, 0xbf, 0xa7, 0x81, 0x86, 0x03, - 0x77, 0x25, 0xd1, 0x78, 0xe6, 0xf3, 0xc6, 0x6d, 0xe5, 0x5f, 0xcb, 0xbc, 0xba, 0xa4, 0x98, 0x3d, - 0x05, 0xdc, 0x4d, 0x70, 0xd6, 0x62, 0xc4, 0xfc, 0xb1, 0x77, 0xdc, 0x78, 0x06, 0xf3, 0x69, 0xf4, - 0x6c, 0x1e, 0x0d, 0x06, 0xde, 0x49, 0x63, 0x26, 0x87, 0xc7, 0xb5, 0x24, 0x86, 0x7d, 0x85, 0x69, - 0xfe, 0x5e, 0x84, 0xb9, 0x1e, 0xf2, 0xfd, 0x54, 0x59, 0x9f, 0xc1, 0x5c, 0xf8, 0x92, 0x12, 0x6c, - 0x93, 0x28, 0x38, 0xc2, 0x2c, 0x97, 0xb8, 0x2a, 0x0a, 0xb1, 0xad, 0x00, 0x92, 0x40, 0xa5, 0x10, - 0x3b, 0xb5, 0x1d, 0xea, 0xe2, 0x5c, 0x2a, 0xab, 0x68, 0x44, 0x8f, 0xba, 0xd8, 0xd8, 0x86, 0xbb, - 0xaa, 0x3c, 0xa5, 0x9f, 0x05, 0x13, 0x74, 0xe4, 0x63, 0x57, 0xe9, 0xae, 0xd2, 0x5e, 0xba, 0xc0, - 0xb4, 0x4a, 0xa9, 0xaf, 0xbf, 0x87, 0x04, 0xee, 0x69, 0xdc, 0x7a, 0x0c, 0x33, 0x2c, 0x78, 0x6b, - 0xbc, 0xdc, 0x21, 0x47, 0x26, 0x57, 0xa3, 0x98, 0xc3, 0xb5, 0x3b, 0x12, 0xdb, 0x4b, 0xa1, 0x5d, - 0x85, 0x34, 0x30, 0xbc, 0x37, 0xce, 0x99, 0xba, 0xeb, 0x7a, 0x3c, 0xf6, 0xb7, 0x94, 0xe9, 0xef, - 0xfd, 0xf3, 0xe4, 0x89, 0xe7, 0x6b, 0x9a, 0xc1, 0xf8, 0xb1, 0x00, 0xef, 0x66, 0x94, 0x6a, 0xa5, - 0xd3, 0x5a, 0xfb, 0x30, 0x23, 0x1b, 0x7b, 0xe7, 0x36, 0xb2, 0x12, 0x8e, 0xbe, 0xa4, 0x50, 0x19, - 0x7a, 0x95, 0x81, 0x75, 0xcf, 0xb9, 0xe2, 0xd7, 0xa6, 0x05, 0x75, 0x89, 0xa6, 0x91, 0x38, 0xab, - 0x22, 0x27, 0x7e, 0x95, 0xbf, 0x44, 0x55, 0x34, 0x42, 0x56, 0xa9, 0xe6, 0x9f, 0x53, 0xb0, 0x28, - 0x17, 0x5b, 0x98, 0x73, 0x34, 0xc4, 0x29, 0x71, 0x17, 0xaa, 0x47, 0x11, 0xf7, 0x08, 0xe6, 0xdc, - 0x26, 0x28, 0xc0, 0xb9, 0x98, 0xe7, 0x12, 0xc8, 0x36, 0x0a, 0xf0, 0x3f, 0x17, 0xe8, 0x78, 0x8a, - 0x4c, 0x4f, 0x9a, 0x22, 0x8f, 0xa0, 0xa8, 0xa2, 0x92, 0x47, 0x7f, 0xca, 0xd2, 0xe8, 0x41, 0xed, - 0x4c, 0x8b, 0x93, 0xd8, 0x52, 0x0e, 0x6c, 0x35, 0xc5, 0xa8, 0x98, 0xfe, 0x5c, 0x84, 0xea, 0xae, - 0x6c, 0x97, 0x69, 0x34, 0x0f, 0xa1, 0x28, 0xfb, 0xa5, 0x0a, 0x62, 0xad, 0xbd, 0x91, 0xa1, 0x21, - 0x85, 0x5d, 0x4f, 0x29, 0x4f, 0xc3, 0x58, 0x39, 0x17, 0x5f, 0x5b, 0x8a, 0xd5, 0xf8, 0xb6, 0x00, - 0xf5, 0xb1, 0x99, 0x40, 0x05, 0x3b, 0x5b, 0xad, 0xe7, 0x29, 0xd5, 0xd3, 0x8b, 0x84, 0xe2, 0x0d, - 0x7b, 0x9e, 0x37, 0xb0, 0x6a, 0xe1, 0xb9, 0xe7, 0xcb, 0x4b, 0xfc, 0xf4, 0x75, 0x4b, 0x7c, 0x17, - 0xaa, 0x3e, 0x22, 0xc3, 0x08, 0x0d, 0x71, 0xac, 0xa1, 0x3c, 0x5f, 0x72, 0x2e, 0x81, 0x28, 0x11, - 0xf5, 0x93, 0xd8, 0xd0, 0xc1, 0x00, 0x4b, 0xa3, 0xa4, 0x7f, 0x7d, 0x90, 0xd5, 0x1f, 0xd4, 0x69, - 0x77, 0x24, 0x4a, 0x9f, 0x74, 0x27, 0x61, 0x78, 0x63, 0x57, 0x28, 0x5f, 0xa3, 0x2b, 0xfc, 0x3a, - 0x0d, 0x30, 0xda, 0xc6, 0x58, 0x81, 0xf2, 0x4b, 0x8c, 0xdc, 0x9c, 0xdd, 0x40, 0xdb, 0x1a, 0x4f, - 0xa1, 0xe2, 0x62, 0xee, 0x30, 0x2f, 0x54, 0xc5, 0x36, 0x57, 0x9a, 0x9d, 0x01, 0x18, 0x4f, 0xa0, - 0xa4, 0x8e, 0xa7, 0x3f, 0xd3, 0xfb, 0x59, 0x71, 0xd9, 0xa2, 0x04, 0x9f, 0x5a, 0x31, 0xc6, 0x18, - 0x40, 0x51, 0xce, 0x90, 0xea, 0xc3, 0xd4, 0xda, 0xd6, 0xe4, 0x7a, 0xdb, 0x27, 0x9e, 0xb8, 0x4c, - 0x6a, 0xf2, 0x37, 0x4b, 0xf1, 0x8f, 0x4d, 0x31, 0xa5, 0x1b, 0x98, 0x62, 0xca, 0xd7, 0x98, 0x62, - 0x9a, 0x3f, 0x01, 0x2c, 0xec, 0x26, 0x43, 0x68, 0x9a, 0xde, 0xcf, 0x61, 0x7e, 0x34, 0x99, 0x0a, - 0xc4, 0x86, 0x38, 0x5f, 0x25, 0xae, 0xa7, 0xa8, 0x3d, 0x05, 0x32, 0xbe, 0x2f, 0xc0, 0xc2, 0x85, - 0xd1, 0x58, 0xe7, 0xf2, 0xcb, 0xcc, 0xd8, 0x6a, 0xae, 0x34, 0x86, 0x6b, 0x9a, 0x69, 0x4b, 0x13, - 0xe9, 0x30, 0x67, 0x99, 0x59, 0xf3, 0xee, 0xd8, 0x1b, 0x63, 0x1b, 0xee, 0x8c, 0x0e, 0xc8, 0x05, - 0x62, 0xc2, 0x76, 0x65, 0x62, 0xdf, 0xce, 0x71, 0x48, 0x23, 0x45, 0xf6, 0x25, 0x70, 0x4d, 0xe6, - 0xf5, 0x17, 0x60, 0x9c, 0x19, 0xe5, 0x89, 0x1b, 0xb3, 0xe5, 0x99, 0xab, 0x46, 0x81, 0x5e, 0x27, - 0xae, 0xe2, 0x12, 0x30, 0x93, 0x5c, 0x01, 0x1a, 0xb3, 0x2a, 0x52, 0x5f, 0x4e, 0x1c, 0xa9, 0x1d, - 0x4d, 0x70, 0x49, 0x84, 0x92, 0x9f, 0xad, 0x74, 0xa7, 0x31, 0x3d, 0xc2, 0x0d, 0xe8, 0xb1, 0x72, - 0xa3, 0x53, 0xf5, 0xdc, 0x8d, 0x4f, 0xd5, 0xd5, 0x7f, 0x79, 0xaa, 0xae, 0x4d, 0x5e, 0x3f, 0x2f, - 0xf6, 0x87, 0xfa, 0xc4, 0xfd, 0xe1, 0x29, 0x54, 0x42, 0xcc, 0x1c, 0x4c, 0x84, 0xec, 0x10, 0xba, - 0x06, 0xbe, 0x73, 0x81, 0x60, 0x93, 0x88, 0x8f, 0x57, 0x14, 0x7e, 0xe3, 0x96, 0x05, 0x1a, 0xb1, - 0x33, 0x18, 0x18, 0x2f, 0x60, 0x3e, 0x90, 0x05, 0xd1, 0x46, 0x81, 0xca, 0x5a, 0x49, 0x52, 0x9c, - 0xa0, 0x90, 0x6e, 0xdc, 0xb2, 0x6a, 0x8a, 0xa0, 0xab, 0xf0, 0x92, 0x72, 0x1d, 0x6a, 0xa3, 0xec, - 0x50, 0xc7, 0xca, 0x31, 0x84, 0x6c, 0x14, 0xac, 0x6a, 0x8a, 0x52, 0x27, 0xdb, 0x07, 0x83, 0x32, - 0x17, 0x33, 0x6e, 0xd3, 0x63, 0xcc, 0xb4, 0x7f, 0xba, 0x4d, 0xe5, 0xf4, 0xad, 0x60, 0xcd, 0xc7, - 0x14, 0x3b, 0xc7, 0x98, 0xc5, 0x0e, 0xae, 0xd6, 0xa1, 0x9a, 0x96, 0x28, 0x39, 0x7e, 0xac, 0x2e, - 0xc2, 0xc2, 0x99, 0xea, 0xc7, 0xbc, 0xe1, 0x10, 0xb3, 0xe6, 0x77, 0x05, 0x78, 0xbb, 0x2f, 0x58, - 0xe4, 0x88, 0x88, 0x61, 0xb7, 0x4f, 0xbc, 0x30, 0xc4, 0xa3, 0xb1, 0xf5, 0x7a, 0x8d, 0x6e, 0x05, - 0xca, 0xc7, 0xf2, 0x05, 0x6f, 0x4c, 0xe5, 0xc8, 0x15, 0x6d, 0xdb, 0xfc, 0xad, 0x08, 0xf3, 0x7d, - 0x4f, 0x60, 0x79, 0x31, 0xbf, 0x89, 0x7b, 0x7d, 0x1b, 0x4a, 0xbe, 0x47, 0xf0, 0x72, 0xbe, 0x6b, - 0xbd, 0x32, 0x4d, 0x30, 0xed, 0x5c, 0x93, 0x50, 0x6c, 0xfa, 0xff, 0xbd, 0xfd, 0xbf, 0x70, 0x6f, - 0x5f, 0x7d, 0x5d, 0x80, 0xa6, 0x43, 0x83, 0x0c, 0x9f, 0x56, 0xeb, 0x69, 0xaf, 0xe0, 0xbb, 0x92, - 0x76, 0xb7, 0xf0, 0xd5, 0x9a, 0x86, 0x0c, 0xa9, 0xac, 0x37, 0x26, 0x65, 0xc3, 0xd6, 0x10, 0x13, - 0xb5, 0x69, 0xf2, 0xaf, 0xad, 0xd0, 0xe3, 0x97, 0xfd, 0x67, 0xf2, 0x49, 0xfc, 0xe7, 0x87, 0xa9, - 0xe9, 0xe7, 0xdd, 0xee, 0x2f, 0x53, 0xf7, 0x9f, 0xc7, 0x64, 0x5d, 0x97, 0x9b, 0xf1, 0x52, 0xae, - 0x0e, 0x96, 0xcd, 0x9e, 0x32, 0xfb, 0x23, 0x31, 0x38, 0xec, 0xba, 0xfc, 0x30, 0x35, 0x38, 0x3c, - 0x58, 0x3e, 0x8c, 0x0d, 0x5e, 0x4f, 0x35, 0xe3, 0xb7, 0x9d, 0x4e, 0xd7, 0xe5, 0x9d, 0x4e, 0x6a, - 0xd2, 0xe9, 0x1c, 0x2c, 0x77, 0x3a, 0xb1, 0xd1, 0x51, 0x59, 0x79, 0xf7, 0xf8, 0xef, 0x00, 0x00, - 0x00, 0xff, 0xff, 0xc9, 0x43, 0x56, 0x26, 0xbe, 0x15, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/common/extensions.proto", fileDescriptor_extensions_29e88682b0f69f9b) +} + +var fileDescriptor_extensions_29e88682b0f69f9b = []byte{ + // 1575 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0xdf, 0x4e, 0x1b, 0xc7, + 0x1a, 0x8f, 0xc1, 0x10, 0xf8, 0x0c, 0x06, 0x96, 0xe4, 0xc8, 0xe1, 0x44, 0x39, 0x39, 0x96, 0x8e, + 0x14, 0x1d, 0xa9, 0x76, 0x70, 0x68, 0x94, 0x3a, 0x6a, 0x5a, 0x63, 0x48, 0xa0, 0x0a, 0x7f, 0xb2, + 0x06, 0x54, 0x55, 0x48, 0xab, 0x61, 0x77, 0x6c, 0x46, 0xd9, 0x9d, 0xd9, 0xce, 0xcc, 0x52, 0x78, + 0x80, 0xaa, 0x55, 0xef, 0xfb, 0x02, 0xad, 0xd4, 0x4a, 0xbd, 0xe8, 0x0b, 0xf4, 0xaa, 0xb7, 0xbd, + 0xeb, 0x4d, 0x1f, 0x22, 0x4f, 0x51, 0xcd, 0xec, 0xec, 0x1a, 0x4c, 0x60, 0xd7, 0x94, 0x4a, 0xbd, + 0xc8, 0x15, 0xbb, 0xeb, 0xef, 0xf7, 0x9b, 0x99, 0x6f, 0x7f, 0xdf, 0xbf, 0x05, 0xea, 0x3d, 0xc6, + 0x7a, 0x3e, 0xae, 0x23, 0x4f, 0x98, 0x4b, 0x75, 0x75, 0xb4, 0x58, 0x77, 0x59, 0x10, 0x30, 0x5a, + 0xc7, 0xc7, 0x12, 0x53, 0x41, 0x18, 0x15, 0xb5, 0x90, 0x33, 0xc9, 0xac, 0x7b, 0xb1, 0x55, 0x0d, + 0x79, 0xa2, 0x96, 0x02, 0x6a, 0x47, 0x8b, 0xb5, 0x18, 0xb0, 0xf0, 0x7e, 0x06, 0xa1, 0x1b, 0x09, + 0xc9, 0x02, 0x27, 0x44, 0x1c, 0x05, 0x58, 0x62, 0x1e, 0xd3, 0x2e, 0x3c, 0xcc, 0x80, 0x75, 0x31, + 0xf6, 0x9c, 0xf8, 0xda, 0x20, 0xde, 0xbb, 0x08, 0x81, 0x69, 0x14, 0x88, 0x3a, 0x0a, 0x43, 0x47, + 0x48, 0xc6, 0xb1, 0x31, 0x6f, 0x5f, 0x6e, 0xee, 0x22, 0xdf, 0x77, 0x5c, 0x46, 0x8f, 0x30, 0x57, + 0xa7, 0x75, 0x38, 0x0e, 0x19, 0x97, 0x84, 0xf6, 0x1c, 0x21, 0x91, 0xcc, 0x49, 0x12, 0x72, 0xe2, + 0x62, 0x27, 0x75, 0x99, 0x13, 0xdf, 0x7f, 0x1e, 0x21, 0x9f, 0x74, 0x49, 0x7a, 0xd4, 0x67, 0x57, + 0x21, 0x89, 0x28, 0x91, 0x06, 0xff, 0x64, 0x38, 0xbc, 0x3c, 0x09, 0x93, 0xed, 0xaf, 0x67, 0x21, + 0x59, 0xc0, 0xa4, 0xc2, 0xf4, 0xd1, 0x1e, 0x11, 0x2e, 0x8b, 0xa8, 0x74, 0x02, 0xe6, 0x9d, 0x3e, + 0xc4, 0xc7, 0xc3, 0x53, 0x31, 0xd7, 0x45, 0xea, 0xc2, 0x30, 0x18, 0x21, 0xd5, 0xf5, 0xdd, 0x41, + 0xd4, 0xad, 0x7f, 0xc1, 0x51, 0x18, 0x62, 0x6e, 0x84, 0xb6, 0x70, 0x37, 0x59, 0x21, 0x24, 0x75, + 0x44, 0x29, 0x93, 0x48, 0xf6, 0x65, 0x58, 0xfd, 0xa3, 0x08, 0xa5, 0x56, 0x18, 0x3e, 0xc7, 0xd8, + 0x5b, 0x97, 0x38, 0xb0, 0x3e, 0x80, 0x49, 0x9f, 0xd0, 0xd7, 0x8e, 0xc4, 0xc7, 0xb2, 0x52, 0xb8, + 0x5f, 0x78, 0x50, 0x6a, 0xdc, 0x35, 0xfa, 0xac, 0x25, 0x2b, 0xd4, 0x3a, 0x92, 0x13, 0xda, 0xdb, + 0x43, 0x7e, 0x84, 0xed, 0x09, 0x65, 0xbe, 0x83, 0x8f, 0xa5, 0xf5, 0x08, 0xc6, 0x95, 0x58, 0x88, + 0x57, 0x19, 0xc9, 0x81, 0x1b, 0x43, 0x61, 0xb8, 0xee, 0x59, 0xaf, 0x60, 0x32, 0x55, 0x58, 0x65, + 0xf4, 0x7e, 0xe1, 0x41, 0xb9, 0xb1, 0x54, 0xbb, 0x28, 0x34, 0xb4, 0x4f, 0x6a, 0xad, 0x30, 0xec, + 0x28, 0xf3, 0x55, 0x1a, 0x05, 0xe9, 0x8d, 0x3d, 0x81, 0xcc, 0x95, 0xf5, 0x14, 0xa0, 0x4b, 0x28, + 0xf2, 0x9d, 0x88, 0xfb, 0xa2, 0x52, 0xbc, 0x3f, 0x9a, 0xb9, 0x97, 0x49, 0x6d, 0xbf, 0xcb, 0x7d, + 0x61, 0xad, 0xc1, 0x5c, 0x0c, 0x0e, 0xd8, 0x01, 0xf1, 0x71, 0xcc, 0x31, 0x96, 0x83, 0x63, 0x46, + 0xc3, 0x36, 0x34, 0x4a, 0x33, 0x6d, 0xc3, 0x6d, 0xc9, 0x91, 0xfb, 0x5a, 0x69, 0x3f, 0xe2, 0xbe, + 0x23, 0x71, 0x10, 0xfa, 0x48, 0xe2, 0xca, 0x78, 0x0e, 0xef, 0xcc, 0x27, 0xd0, 0x5d, 0xee, 0xef, + 0x18, 0xa0, 0xe5, 0xc2, 0x6d, 0x45, 0x34, 0x18, 0xf9, 0xa2, 0x72, 0x53, 0xef, 0xaf, 0x5e, 0xbb, + 0x3c, 0xa5, 0xd4, 0xda, 0x1a, 0xb8, 0x9d, 0xe0, 0xec, 0xf9, 0x88, 0xfb, 0x03, 0xcf, 0x84, 0xf5, + 0x1c, 0x66, 0x53, 0xef, 0x39, 0x22, 0xea, 0x76, 0xc9, 0x71, 0x65, 0x22, 0xc7, 0x8e, 0xcb, 0x89, + 0x0f, 0x3b, 0x1a, 0x53, 0xfd, 0xb5, 0x08, 0x53, 0x6d, 0xe4, 0xfb, 0xa9, 0xb2, 0x3e, 0x82, 0xa9, + 0xf0, 0x90, 0x51, 0xec, 0xd0, 0x28, 0x38, 0xc0, 0x3c, 0x97, 0xb8, 0x4a, 0x1a, 0xb1, 0xa9, 0x01, + 0x8a, 0x40, 0x87, 0x10, 0x3f, 0x71, 0x5c, 0xe6, 0xe1, 0x5c, 0x2a, 0x2b, 0x19, 0x44, 0x9b, 0x79, + 0xd8, 0xda, 0x84, 0xdb, 0x3a, 0x3d, 0xa5, 0xaf, 0x05, 0x53, 0x74, 0xe0, 0x63, 0x4f, 0xeb, 0xae, + 0xd4, 0x58, 0x38, 0xc7, 0xb4, 0xcc, 0x98, 0x6f, 0xde, 0x87, 0x02, 0xee, 0x18, 0xdc, 0x6a, 0x0c, + 0xb3, 0x6c, 0xf8, 0xd7, 0x60, 0xba, 0x43, 0xae, 0x0a, 0xae, 0x4a, 0x31, 0xc7, 0xd6, 0x6e, 0x29, + 0x6c, 0x3b, 0x85, 0xb6, 0x34, 0xd2, 0xc2, 0xf0, 0xdf, 0x41, 0xce, 0x74, 0xbb, 0x1e, 0x11, 0xf1, + 0x7e, 0xc7, 0x32, 0xf7, 0x7b, 0xef, 0x2c, 0x79, 0xb2, 0xf3, 0x15, 0xc3, 0x60, 0x7d, 0x5f, 0x80, + 0xff, 0x64, 0xa4, 0x6a, 0xad, 0xd3, 0x72, 0x63, 0x3f, 0x23, 0x1a, 0xdb, 0x67, 0x16, 0xb2, 0x13, + 0x8e, 0x8e, 0xa2, 0xd0, 0x11, 0x7a, 0x99, 0x81, 0x7d, 0xd7, 0xbd, 0xe4, 0xd7, 0xaa, 0x0d, 0x33, + 0x0a, 0xcd, 0x22, 0x79, 0x5a, 0x45, 0x6e, 0xfc, 0x28, 0x7f, 0x8a, 0x2a, 0x19, 0x84, 0xca, 0x52, + 0xd5, 0x6f, 0x8a, 0x30, 0xfb, 0x92, 0xb9, 0x3a, 0x09, 0xa6, 0xac, 0x2d, 0x98, 0x3e, 0x88, 0x04, + 0xa1, 0x58, 0x08, 0x87, 0xa2, 0x00, 0xe7, 0xa2, 0x9d, 0x4a, 0x20, 0x9b, 0x28, 0xc0, 0xd6, 0x32, + 0x94, 0x91, 0xe7, 0x71, 0xc5, 0xe0, 0x13, 0x8a, 0x9d, 0xc5, 0x5c, 0xfa, 0x9c, 0x32, 0x98, 0x97, + 0x84, 0xe2, 0xc5, 0x73, 0x1c, 0x0d, 0xa3, 0xcc, 0xfc, 0x1c, 0x0d, 0xeb, 0x21, 0x14, 0x5d, 0x22, + 0x4f, 0x72, 0x49, 0x50, 0x5b, 0x5a, 0x4f, 0x60, 0x22, 0xe4, 0xec, 0x88, 0x50, 0x17, 0x1b, 0x65, + 0x65, 0x64, 0xfc, 0xc4, 0xda, 0xfa, 0x10, 0x4a, 0x21, 0x13, 0x12, 0xf9, 0x71, 0x40, 0xe6, 0x49, + 0x6c, 0x10, 0x03, 0x74, 0x3c, 0x0e, 0x06, 0xf4, 0xcd, 0x61, 0x03, 0x7a, 0x30, 0xa5, 0x4c, 0x0c, + 0x99, 0x52, 0xaa, 0x5f, 0x8f, 0xc1, 0x9d, 0x56, 0xb7, 0x4b, 0x7c, 0x82, 0x24, 0x7e, 0xa7, 0x8a, + 0x77, 0xaa, 0xd0, 0x85, 0xe6, 0x31, 0x4c, 0xb8, 0x87, 0x88, 0x50, 0xd5, 0xca, 0x4c, 0x6a, 0xf0, + 0xbf, 0xcf, 0x81, 0xd7, 0xa9, 0x7c, 0xbc, 0x14, 0x63, 0x6f, 0x6a, 0xe3, 0x75, 0x4f, 0x35, 0x1e, + 0x31, 0x4e, 0x8b, 0x05, 0x72, 0x2c, 0x3b, 0xa9, 0xed, 0x95, 0x52, 0xaa, 0xbf, 0x8f, 0xc0, 0xbc, + 0x4a, 0x50, 0x1b, 0x58, 0x08, 0xd4, 0xc3, 0xd7, 0x29, 0xc2, 0xbf, 0x5c, 0x38, 0x07, 0x3d, 0x3a, + 0x3a, 0xac, 0x47, 0x1f, 0x42, 0x51, 0x67, 0xeb, 0x5c, 0xf2, 0x53, 0x96, 0x56, 0x1b, 0xca, 0xa7, + 0x5a, 0x6f, 0x85, 0xcd, 0x23, 0xc2, 0xe9, 0x14, 0xa3, 0x73, 0xfd, 0x8f, 0x45, 0x98, 0xde, 0x56, + 0x6d, 0x7c, 0xea, 0xcd, 0x7d, 0x28, 0xaa, 0x3e, 0x5e, 0x3b, 0xb1, 0xdc, 0x58, 0xcb, 0xa8, 0x6d, + 0x1a, 0xbb, 0x9a, 0x52, 0x9e, 0x84, 0x71, 0x45, 0x3b, 0xff, 0xd8, 0xd6, 0xac, 0xd6, 0x97, 0x05, + 0x98, 0x19, 0x98, 0x55, 0xb4, 0xb3, 0xb3, 0xab, 0xe8, 0x59, 0x4a, 0x7d, 0xf7, 0x2a, 0xa1, 0x78, + 0xcb, 0x9a, 0x67, 0x0d, 0xec, 0x72, 0x78, 0xe6, 0xfe, 0xe2, 0xd6, 0x73, 0xf4, 0xaa, 0xad, 0x67, + 0x0b, 0xa6, 0x7d, 0x44, 0x7b, 0x11, 0xea, 0xe1, 0x58, 0x43, 0x79, 0xde, 0xe4, 0x54, 0x02, 0xd1, + 0x22, 0xea, 0x24, 0xbe, 0x61, 0xdd, 0x2e, 0x56, 0x46, 0x49, 0x5f, 0xfd, 0xff, 0xac, 0xbe, 0x55, + 0x9f, 0x76, 0x4b, 0xa1, 0xcc, 0x49, 0xb7, 0x12, 0x86, 0xb7, 0x76, 0xab, 0xe3, 0x57, 0xe8, 0x56, + 0x7f, 0x1e, 0x05, 0xe8, 0x2f, 0x63, 0x2d, 0xc1, 0xf8, 0x21, 0x46, 0x5e, 0xce, 0x2e, 0xd5, 0xd8, + 0x5a, 0xcf, 0xa0, 0xe4, 0x61, 0xe1, 0x72, 0x12, 0xea, 0x26, 0x30, 0x57, 0x98, 0x9d, 0x02, 0x58, + 0x4f, 0x61, 0x4c, 0x1f, 0xcf, 0xbc, 0xa6, 0xff, 0x65, 0xf9, 0x65, 0x83, 0x51, 0x7c, 0x62, 0xc7, + 0x18, 0xab, 0x0b, 0x45, 0x35, 0xdb, 0xea, 0x17, 0x53, 0x6e, 0xd8, 0xc3, 0xeb, 0x6d, 0x97, 0x12, + 0x79, 0x91, 0xd4, 0xd4, 0x6f, 0xb6, 0xe6, 0x1f, 0x98, 0xae, 0xc6, 0xae, 0x61, 0xba, 0x1a, 0xbf, + 0xc2, 0x74, 0x55, 0xfd, 0x01, 0x60, 0x6e, 0x3b, 0x19, 0x8e, 0xd3, 0xf0, 0x7e, 0x01, 0xb3, 0xfd, + 0x89, 0x59, 0x22, 0xde, 0xc3, 0xf9, 0x3a, 0xc4, 0x99, 0x14, 0xb5, 0xa3, 0x41, 0xd6, 0xb7, 0x05, + 0x98, 0x3b, 0x37, 0xb2, 0x9b, 0x58, 0x3e, 0xcc, 0xf4, 0xad, 0xe1, 0x4a, 0x7d, 0xb8, 0x62, 0x98, + 0x36, 0x0c, 0x91, 0x71, 0x73, 0x96, 0x99, 0x3d, 0xeb, 0x0d, 0x3c, 0xb1, 0x36, 0xe1, 0x56, 0xff, + 0x80, 0x42, 0x22, 0x2e, 0x1d, 0x4f, 0x05, 0x76, 0x9e, 0x22, 0x69, 0xa5, 0xc8, 0x8e, 0x02, 0xae, + 0xa8, 0xb8, 0xfe, 0x04, 0xac, 0x53, 0x9f, 0x18, 0xa8, 0x17, 0xb3, 0xe5, 0xa9, 0x98, 0x7d, 0x47, + 0xaf, 0x52, 0x4f, 0x73, 0x49, 0x98, 0x48, 0x3e, 0x4d, 0xe8, 0xb2, 0x59, 0x6e, 0x7c, 0x3a, 0xb4, + 0xa7, 0xb6, 0x0c, 0xc1, 0x05, 0x1e, 0x4a, 0x7e, 0xb6, 0xd3, 0x95, 0x06, 0xf4, 0x08, 0xd7, 0xa0, + 0xc7, 0xd2, 0xb5, 0x4e, 0xfb, 0x53, 0xd7, 0x3e, 0xed, 0x4f, 0xff, 0xcd, 0xd3, 0x7e, 0x79, 0xf8, + 0xfc, 0x79, 0xbe, 0x3e, 0xcc, 0x0c, 0x5d, 0x1f, 0x9e, 0x41, 0x29, 0xc4, 0xdc, 0xc5, 0x54, 0xaa, + 0x0a, 0x61, 0x72, 0xe0, 0x65, 0x8d, 0xd7, 0xda, 0x0d, 0x1b, 0x0c, 0x62, 0xab, 0xdb, 0xb5, 0x5e, + 0xc1, 0x6c, 0xa0, 0x12, 0xa2, 0x83, 0x02, 0x1d, 0xb5, 0x8a, 0xa4, 0x38, 0x44, 0x22, 0x5d, 0xbb, + 0x61, 0x97, 0x35, 0x41, 0x4b, 0xe3, 0x15, 0xe5, 0x2a, 0x94, 0xfb, 0xd1, 0xa1, 0x8f, 0x95, 0xa3, + 0x09, 0x59, 0x2b, 0xd8, 0xd3, 0x29, 0x4a, 0x9f, 0x6c, 0x17, 0x2c, 0xc6, 0x3d, 0xcc, 0x85, 0xc3, + 0x8e, 0x30, 0x37, 0xfb, 0x33, 0x65, 0x2a, 0xe7, 0xde, 0x0a, 0xf6, 0x6c, 0x4c, 0xb1, 0x75, 0x84, + 0x79, 0xbc, 0xc1, 0xe5, 0x19, 0x98, 0x4e, 0x53, 0x94, 0x6a, 0x3f, 0x96, 0xe7, 0x61, 0xee, 0x54, + 0xf6, 0xe3, 0xa4, 0xd7, 0xc3, 0xbc, 0xfa, 0x55, 0x01, 0xee, 0x74, 0x24, 0x8f, 0x5c, 0x19, 0x71, + 0xec, 0x75, 0x28, 0x09, 0x43, 0xdc, 0x1f, 0xa7, 0xaf, 0x56, 0xe8, 0x96, 0x60, 0xfc, 0x48, 0x3d, + 0x10, 0x95, 0x91, 0x1c, 0xb1, 0x62, 0x6c, 0xab, 0xbf, 0x14, 0x61, 0xb6, 0x43, 0x24, 0xf6, 0x09, + 0x7d, 0x7d, 0x1d, 0xdf, 0x1b, 0x1b, 0x30, 0xa6, 0xe6, 0xa1, 0x7c, 0x23, 0x55, 0x6c, 0x9a, 0x60, + 0xf2, 0x8d, 0x50, 0xb1, 0xe9, 0xbb, 0xef, 0x89, 0xff, 0x84, 0xef, 0x89, 0xcb, 0x6f, 0x0a, 0x50, + 0x75, 0x59, 0x90, 0xb1, 0xa7, 0xe5, 0x99, 0xb4, 0x56, 0x88, 0x6d, 0x45, 0xbb, 0x5d, 0xf8, 0x6c, + 0xc5, 0x40, 0x7a, 0x4c, 0xe5, 0x9b, 0x1a, 0xe3, 0xbd, 0x7a, 0x0f, 0x53, 0xbd, 0x68, 0xf2, 0xc9, + 0x3d, 0x24, 0xe2, 0xa2, 0xff, 0x98, 0x3c, 0x8d, 0xff, 0x7c, 0x37, 0x32, 0xfa, 0xa2, 0xd5, 0xfa, + 0x69, 0xe4, 0xde, 0x8b, 0x98, 0xac, 0xe5, 0x89, 0x5a, 0x7c, 0xa9, 0xae, 0xf6, 0x16, 0x6b, 0x6d, + 0x6d, 0xf6, 0x5b, 0x62, 0xb0, 0xdf, 0xf2, 0xc4, 0x7e, 0x6a, 0xb0, 0xbf, 0xb7, 0xb8, 0x1f, 0x1b, + 0xbc, 0x19, 0xa9, 0xc6, 0x4f, 0x9b, 0xcd, 0x96, 0x27, 0x9a, 0xcd, 0xd4, 0xa4, 0xd9, 0xdc, 0x5b, + 0x6c, 0x36, 0x63, 0xa3, 0x83, 0x71, 0xbd, 0xbb, 0x47, 0x7f, 0x06, 0x00, 0x00, 0xff, 0xff, 0xac, + 0x90, 0x60, 0xa0, 0x56, 0x1a, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/common/feed_common.pb.go b/googleapis/ads/googleads/v1/common/feed_common.pb.go index 6840450f24..aac75b7ce8 100644 --- a/googleapis/ads/googleads/v1/common/feed_common.pb.go +++ b/googleapis/ads/googleads/v1/common/feed_common.pb.go @@ -35,7 +35,7 @@ func (m *Money) Reset() { *m = Money{} } func (m *Money) String() string { return proto.CompactTextString(m) } func (*Money) ProtoMessage() {} func (*Money) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_common_b17b466fdc56ce06, []int{0} + return fileDescriptor_feed_common_f503f359313a2ced, []int{0} } func (m *Money) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Money.Unmarshal(m, b) @@ -74,10 +74,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/feed_common.proto", fileDescriptor_feed_common_b17b466fdc56ce06) + proto.RegisterFile("google/ads/googleads/v1/common/feed_common.proto", fileDescriptor_feed_common_f503f359313a2ced) } -var fileDescriptor_feed_common_b17b466fdc56ce06 = []byte{ +var fileDescriptor_feed_common_f503f359313a2ced = []byte{ // 328 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xf3, 0x40, 0x14, 0x85, 0x49, 0x7e, 0x7e, 0x17, 0xd1, 0x22, 0x74, 0x55, 0x6a, 0x29, 0xd2, 0x95, 0xab, 0x19, diff --git a/googleapis/ads/googleads/v1/common/final_app_url.pb.go b/googleapis/ads/googleads/v1/common/final_app_url.pb.go new file mode 100644 index 0000000000..a34b7eee68 --- /dev/null +++ b/googleapis/ads/googleads/v1/common/final_app_url.pb.go @@ -0,0 +1,112 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/common/final_app_url.proto + +package common // import "google.golang.org/genproto/googleapis/ads/googleads/v1/common" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import wrappers "github.com/golang/protobuf/ptypes/wrappers" +import enums "google.golang.org/genproto/googleapis/ads/googleads/v1/enums" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// A URL for deep linking into an app for the given operating system. +type FinalAppUrl struct { + // The operating system targeted by this URL. Required. + OsType enums.AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType `protobuf:"varint,1,opt,name=os_type,json=osType,proto3,enum=google.ads.googleads.v1.enums.AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType" json:"os_type,omitempty"` + // The app deep link URL. Deep links specify a location in an app that + // corresponds to the content you'd like to show, and should be of the form + // {scheme}://{host_path} + // The scheme identifies which app to open. For your app, you can use a custom + // scheme that starts with the app's name. The host and path specify the + // unique location in the app where your content exists. + // Example: "exampleapp://productid_1234". Required. + Url *wrappers.StringValue `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *FinalAppUrl) Reset() { *m = FinalAppUrl{} } +func (m *FinalAppUrl) String() string { return proto.CompactTextString(m) } +func (*FinalAppUrl) ProtoMessage() {} +func (*FinalAppUrl) Descriptor() ([]byte, []int) { + return fileDescriptor_final_app_url_5bb78dc5e57caeaa, []int{0} +} +func (m *FinalAppUrl) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_FinalAppUrl.Unmarshal(m, b) +} +func (m *FinalAppUrl) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_FinalAppUrl.Marshal(b, m, deterministic) +} +func (dst *FinalAppUrl) XXX_Merge(src proto.Message) { + xxx_messageInfo_FinalAppUrl.Merge(dst, src) +} +func (m *FinalAppUrl) XXX_Size() int { + return xxx_messageInfo_FinalAppUrl.Size(m) +} +func (m *FinalAppUrl) XXX_DiscardUnknown() { + xxx_messageInfo_FinalAppUrl.DiscardUnknown(m) +} + +var xxx_messageInfo_FinalAppUrl proto.InternalMessageInfo + +func (m *FinalAppUrl) GetOsType() enums.AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType { + if m != nil { + return m.OsType + } + return enums.AppUrlOperatingSystemTypeEnum_UNSPECIFIED +} + +func (m *FinalAppUrl) GetUrl() *wrappers.StringValue { + if m != nil { + return m.Url + } + return nil +} + +func init() { + proto.RegisterType((*FinalAppUrl)(nil), "google.ads.googleads.v1.common.FinalAppUrl") +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/common/final_app_url.proto", fileDescriptor_final_app_url_5bb78dc5e57caeaa) +} + +var fileDescriptor_final_app_url_5bb78dc5e57caeaa = []byte{ + // 357 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xbf, 0x6a, 0xf3, 0x30, + 0x14, 0xc5, 0xb1, 0x03, 0xf9, 0xc0, 0x81, 0x8f, 0x92, 0x29, 0x84, 0x10, 0x42, 0xa6, 0x4c, 0x12, + 0x4e, 0x37, 0x75, 0x72, 0xfa, 0x27, 0x63, 0x43, 0xd2, 0x7a, 0x28, 0x06, 0xa3, 0xc4, 0x8a, 0x30, + 0xd8, 0xba, 0x42, 0x92, 0x53, 0xf2, 0x3a, 0x1d, 0x3b, 0xf4, 0x41, 0xfa, 0x28, 0xed, 0x4b, 0x14, + 0x4b, 0x76, 0xe8, 0xe2, 0x4e, 0xba, 0xf6, 0xfd, 0xdd, 0x73, 0xce, 0x95, 0x82, 0x25, 0x07, 0xe0, + 0x05, 0xc3, 0x34, 0xd3, 0xd8, 0x95, 0x75, 0x75, 0x0a, 0xf1, 0x01, 0xca, 0x12, 0x04, 0x3e, 0xe6, + 0x82, 0x16, 0x29, 0x95, 0x32, 0xad, 0x54, 0x81, 0xa4, 0x02, 0x03, 0xc3, 0xa9, 0x03, 0x11, 0xcd, + 0x34, 0xba, 0xcc, 0xa0, 0x53, 0x88, 0xdc, 0xcc, 0x38, 0xea, 0xd2, 0x64, 0xa2, 0x2a, 0x35, 0x6e, + 0xc4, 0x52, 0x90, 0x4c, 0x51, 0x93, 0x0b, 0x9e, 0xea, 0xb3, 0x36, 0xac, 0x4c, 0xcd, 0x59, 0x32, + 0x67, 0x31, 0x6e, 0x2c, 0xb0, 0xfd, 0xda, 0x57, 0x47, 0xfc, 0xaa, 0xa8, 0x94, 0x4c, 0xe9, 0xa6, + 0x3f, 0x69, 0x2d, 0x64, 0x8e, 0xa9, 0x10, 0x60, 0xa8, 0xc9, 0x41, 0x34, 0xdd, 0xf9, 0x87, 0x17, + 0x0c, 0x1e, 0xea, 0xe0, 0x91, 0x94, 0xcf, 0xaa, 0x18, 0x42, 0xf0, 0x0f, 0xb4, 0x95, 0x1f, 0x79, + 0x33, 0x6f, 0xf1, 0x7f, 0x19, 0xa3, 0xae, 0x15, 0x6c, 0x44, 0xe4, 0xe6, 0x1e, 0xdb, 0x80, 0x3b, + 0x9b, 0xef, 0xe9, 0x2c, 0xd9, 0xbd, 0xa8, 0xca, 0xee, 0xee, 0xb6, 0x0f, 0xba, 0x3e, 0x87, 0x28, + 0xe8, 0x55, 0xaa, 0x18, 0xf9, 0x33, 0x6f, 0x31, 0x58, 0x4e, 0x5a, 0xb3, 0x76, 0x19, 0xb4, 0x33, + 0x2a, 0x17, 0x3c, 0xa6, 0x45, 0xc5, 0xb6, 0x35, 0xb8, 0xfa, 0xf6, 0x82, 0xf9, 0x01, 0x4a, 0xf4, + 0xf7, 0xc5, 0xae, 0xae, 0x7e, 0x2d, 0xb5, 0xa9, 0xc5, 0x36, 0xde, 0xcb, 0x5d, 0x33, 0xc3, 0xa1, + 0xa0, 0x82, 0x23, 0x50, 0x1c, 0x73, 0x26, 0xac, 0x55, 0x7b, 0xf9, 0x32, 0xd7, 0x5d, 0xef, 0x7b, + 0xe3, 0x8e, 0x37, 0xbf, 0xb7, 0x8e, 0xa2, 0x77, 0x7f, 0xba, 0x76, 0x62, 0x51, 0xa6, 0x91, 0x2b, + 0xeb, 0x2a, 0x0e, 0xd1, 0xad, 0xc5, 0x3e, 0x5b, 0x20, 0x89, 0x32, 0x9d, 0x5c, 0x80, 0x24, 0x0e, + 0x13, 0x07, 0x7c, 0xf9, 0x73, 0xf7, 0x97, 0x90, 0x28, 0xd3, 0x84, 0x5c, 0x10, 0x42, 0xe2, 0x90, + 0x10, 0x07, 0xed, 0xfb, 0x36, 0xdd, 0xf5, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xad, 0x08, 0x8b, + 0xc9, 0x7c, 0x02, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/common/frequency_cap.pb.go b/googleapis/ads/googleads/v1/common/frequency_cap.pb.go index 257e44b8f1..5d301ee5ab 100644 --- a/googleapis/ads/googleads/v1/common/frequency_cap.pb.go +++ b/googleapis/ads/googleads/v1/common/frequency_cap.pb.go @@ -38,7 +38,7 @@ func (m *FrequencyCapEntry) Reset() { *m = FrequencyCapEntry{} } func (m *FrequencyCapEntry) String() string { return proto.CompactTextString(m) } func (*FrequencyCapEntry) ProtoMessage() {} func (*FrequencyCapEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_frequency_cap_862bb28b62c3bb34, []int{0} + return fileDescriptor_frequency_cap_77c2844bd792a9b5, []int{0} } func (m *FrequencyCapEntry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FrequencyCapEntry.Unmarshal(m, b) @@ -93,7 +93,7 @@ func (m *FrequencyCapKey) Reset() { *m = FrequencyCapKey{} } func (m *FrequencyCapKey) String() string { return proto.CompactTextString(m) } func (*FrequencyCapKey) ProtoMessage() {} func (*FrequencyCapKey) Descriptor() ([]byte, []int) { - return fileDescriptor_frequency_cap_862bb28b62c3bb34, []int{1} + return fileDescriptor_frequency_cap_77c2844bd792a9b5, []int{1} } func (m *FrequencyCapKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FrequencyCapKey.Unmarshal(m, b) @@ -147,10 +147,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/frequency_cap.proto", fileDescriptor_frequency_cap_862bb28b62c3bb34) + proto.RegisterFile("google/ads/googleads/v1/common/frequency_cap.proto", fileDescriptor_frequency_cap_77c2844bd792a9b5) } -var fileDescriptor_frequency_cap_862bb28b62c3bb34 = []byte{ +var fileDescriptor_frequency_cap_77c2844bd792a9b5 = []byte{ // 466 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0xcf, 0x6a, 0xd4, 0x40, 0x18, 0x27, 0x1b, 0x15, 0x3b, 0x85, 0x8a, 0x39, 0x2d, 0x55, 0x8a, 0xec, 0xc9, 0x8b, 0x33, 0x24, diff --git a/googleapis/ads/googleads/v1/common/keyword_plan_common.pb.go b/googleapis/ads/googleads/v1/common/keyword_plan_common.pb.go index 170c940fcd..05de623bbb 100644 --- a/googleapis/ads/googleads/v1/common/keyword_plan_common.pb.go +++ b/googleapis/ads/googleads/v1/common/keyword_plan_common.pb.go @@ -36,7 +36,7 @@ func (m *KeywordPlanHistoricalMetrics) Reset() { *m = KeywordPlanHistori func (m *KeywordPlanHistoricalMetrics) String() string { return proto.CompactTextString(m) } func (*KeywordPlanHistoricalMetrics) ProtoMessage() {} func (*KeywordPlanHistoricalMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_common_4e2e51c5040e95c3, []int{0} + return fileDescriptor_keyword_plan_common_ccb20e2e02a00391, []int{0} } func (m *KeywordPlanHistoricalMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanHistoricalMetrics.Unmarshal(m, b) @@ -75,10 +75,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/keyword_plan_common.proto", fileDescriptor_keyword_plan_common_4e2e51c5040e95c3) + proto.RegisterFile("google/ads/googleads/v1/common/keyword_plan_common.proto", fileDescriptor_keyword_plan_common_ccb20e2e02a00391) } -var fileDescriptor_keyword_plan_common_4e2e51c5040e95c3 = []byte{ +var fileDescriptor_keyword_plan_common_ccb20e2e02a00391 = []byte{ // 388 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xcf, 0x6a, 0xdb, 0x30, 0x18, 0xc7, 0x1e, 0xec, 0xe0, 0xc0, 0x0e, 0x66, 0x8c, 0x90, 0x85, 0x10, 0x72, 0xca, 0x49, 0xc2, diff --git a/googleapis/ads/googleads/v1/common/matching_function.pb.go b/googleapis/ads/googleads/v1/common/matching_function.pb.go index 08fce50ca1..9bc71f27c6 100644 --- a/googleapis/ads/googleads/v1/common/matching_function.pb.go +++ b/googleapis/ads/googleads/v1/common/matching_function.pb.go @@ -59,7 +59,7 @@ func (m *MatchingFunction) Reset() { *m = MatchingFunction{} } func (m *MatchingFunction) String() string { return proto.CompactTextString(m) } func (*MatchingFunction) ProtoMessage() {} func (*MatchingFunction) Descriptor() ([]byte, []int) { - return fileDescriptor_matching_function_bb47824ec6458466, []int{0} + return fileDescriptor_matching_function_724626b702bec12d, []int{0} } func (m *MatchingFunction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MatchingFunction.Unmarshal(m, b) @@ -126,7 +126,7 @@ func (m *Operand) Reset() { *m = Operand{} } func (m *Operand) String() string { return proto.CompactTextString(m) } func (*Operand) ProtoMessage() {} func (*Operand) Descriptor() ([]byte, []int) { - return fileDescriptor_matching_function_bb47824ec6458466, []int{1} + return fileDescriptor_matching_function_724626b702bec12d, []int{1} } func (m *Operand) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Operand.Unmarshal(m, b) @@ -340,7 +340,7 @@ func (m *Operand_ConstantOperand) Reset() { *m = Operand_ConstantOperand func (m *Operand_ConstantOperand) String() string { return proto.CompactTextString(m) } func (*Operand_ConstantOperand) ProtoMessage() {} func (*Operand_ConstantOperand) Descriptor() ([]byte, []int) { - return fileDescriptor_matching_function_bb47824ec6458466, []int{1, 0} + return fileDescriptor_matching_function_724626b702bec12d, []int{1, 0} } func (m *Operand_ConstantOperand) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Operand_ConstantOperand.Unmarshal(m, b) @@ -551,7 +551,7 @@ func (m *Operand_FeedAttributeOperand) Reset() { *m = Operand_FeedAttrib func (m *Operand_FeedAttributeOperand) String() string { return proto.CompactTextString(m) } func (*Operand_FeedAttributeOperand) ProtoMessage() {} func (*Operand_FeedAttributeOperand) Descriptor() ([]byte, []int) { - return fileDescriptor_matching_function_bb47824ec6458466, []int{1, 1} + return fileDescriptor_matching_function_724626b702bec12d, []int{1, 1} } func (m *Operand_FeedAttributeOperand) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Operand_FeedAttributeOperand.Unmarshal(m, b) @@ -599,7 +599,7 @@ func (m *Operand_FunctionOperand) Reset() { *m = Operand_FunctionOperand func (m *Operand_FunctionOperand) String() string { return proto.CompactTextString(m) } func (*Operand_FunctionOperand) ProtoMessage() {} func (*Operand_FunctionOperand) Descriptor() ([]byte, []int) { - return fileDescriptor_matching_function_bb47824ec6458466, []int{1, 2} + return fileDescriptor_matching_function_724626b702bec12d, []int{1, 2} } func (m *Operand_FunctionOperand) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Operand_FunctionOperand.Unmarshal(m, b) @@ -639,7 +639,7 @@ func (m *Operand_RequestContextOperand) Reset() { *m = Operand_RequestCo func (m *Operand_RequestContextOperand) String() string { return proto.CompactTextString(m) } func (*Operand_RequestContextOperand) ProtoMessage() {} func (*Operand_RequestContextOperand) Descriptor() ([]byte, []int) { - return fileDescriptor_matching_function_bb47824ec6458466, []int{1, 3} + return fileDescriptor_matching_function_724626b702bec12d, []int{1, 3} } func (m *Operand_RequestContextOperand) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Operand_RequestContextOperand.Unmarshal(m, b) @@ -676,10 +676,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/matching_function.proto", fileDescriptor_matching_function_bb47824ec6458466) + proto.RegisterFile("google/ads/googleads/v1/common/matching_function.proto", fileDescriptor_matching_function_724626b702bec12d) } -var fileDescriptor_matching_function_bb47824ec6458466 = []byte{ +var fileDescriptor_matching_function_724626b702bec12d = []byte{ // 750 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x55, 0xcd, 0x4e, 0xdb, 0x4a, 0x14, 0x26, 0x09, 0x82, 0xcb, 0x24, 0x24, 0x60, 0x01, 0x37, 0x37, 0x20, 0x84, 0xb2, 0xb9, 0xac, diff --git a/googleapis/ads/googleads/v1/common/metrics.pb.go b/googleapis/ads/googleads/v1/common/metrics.pb.go index f99f366698..b8672cc13c 100644 --- a/googleapis/ads/googleads/v1/common/metrics.pb.go +++ b/googleapis/ads/googleads/v1/common/metrics.pb.go @@ -57,9 +57,36 @@ type Metrics struct { // The value of all conversions divided by the total cost of ad interactions // (such as clicks for text ads or views for video ads). AllConversionsValuePerCost *wrappers.DoubleValue `protobuf:"bytes,62,opt,name=all_conversions_value_per_cost,json=allConversionsValuePerCost,proto3" json:"all_conversions_value_per_cost,omitempty"` + // The number of times people clicked the "Call" button to call a store during + // or after clicking an ad. This number doesn’t include whether or not calls + // were connected, or the duration of any calls. + // This metric applies to feed items only. + AllConversionsFromClickToCall *wrappers.DoubleValue `protobuf:"bytes,118,opt,name=all_conversions_from_click_to_call,json=allConversionsFromClickToCall,proto3" json:"all_conversions_from_click_to_call,omitempty"` + // The number of times people clicked a "Get directions" button to navigate to + // a store after clicking an ad. + // This metric applies to feed items only. + AllConversionsFromDirections *wrappers.DoubleValue `protobuf:"bytes,119,opt,name=all_conversions_from_directions,json=allConversionsFromDirections,proto3" json:"all_conversions_from_directions,omitempty"` // The value of all conversions from interactions divided by the total number // of interactions. AllConversionsFromInteractionsValuePerInteraction *wrappers.DoubleValue `protobuf:"bytes,67,opt,name=all_conversions_from_interactions_value_per_interaction,json=allConversionsFromInteractionsValuePerInteraction,proto3" json:"all_conversions_from_interactions_value_per_interaction,omitempty"` + // The number of times people clicked a link to view a store’s menu after + // clicking an ad. + // This metric applies to feed items only. + AllConversionsFromMenu *wrappers.DoubleValue `protobuf:"bytes,120,opt,name=all_conversions_from_menu,json=allConversionsFromMenu,proto3" json:"all_conversions_from_menu,omitempty"` + // The number of times people placed an order at a store after clicking an ad. + // This metric applies to feed items only. + AllConversionsFromOrder *wrappers.DoubleValue `protobuf:"bytes,121,opt,name=all_conversions_from_order,json=allConversionsFromOrder,proto3" json:"all_conversions_from_order,omitempty"` + // The number of other conversions (for example, posting a review or saving a + // location for a store) that occurred after people clicked an ad. + // This metric applies to feed items only. + AllConversionsFromOtherEngagement *wrappers.DoubleValue `protobuf:"bytes,122,opt,name=all_conversions_from_other_engagement,json=allConversionsFromOtherEngagement,proto3" json:"all_conversions_from_other_engagement,omitempty"` + // Estimated number of times people visited a store after clicking an ad. + // This metric applies to feed items only. + AllConversionsFromStoreVisit *wrappers.DoubleValue `protobuf:"bytes,123,opt,name=all_conversions_from_store_visit,json=allConversionsFromStoreVisit,proto3" json:"all_conversions_from_store_visit,omitempty"` + // The number of times that people were taken to a store's URL after clicking + // an ad. + // This metric applies to feed items only. + AllConversionsFromStoreWebsite *wrappers.DoubleValue `protobuf:"bytes,124,opt,name=all_conversions_from_store_website,json=allConversionsFromStoreWebsite,proto3" json:"all_conversions_from_store_website,omitempty"` // The average amount you pay per interaction. This amount is the total cost // of your ads divided by the total number of interactions. AverageCost *wrappers.DoubleValue `protobuf:"bytes,8,opt,name=average_cost,json=averageCost,proto3" json:"average_cost,omitempty"` @@ -96,6 +123,19 @@ type Metrics struct { BounceRate *wrappers.DoubleValue `protobuf:"bytes,15,opt,name=bounce_rate,json=bounceRate,proto3" json:"bounce_rate,omitempty"` // The number of clicks. Clicks *wrappers.Int64Value `protobuf:"bytes,19,opt,name=clicks,proto3" json:"clicks,omitempty"` + // The number of times your ad or your site's listing in the unpaid + // results was clicked. See the help page at + // https://support.google.com/google-ads/answer/3097241 for details. + CombinedClicks *wrappers.Int64Value `protobuf:"bytes,115,opt,name=combined_clicks,json=combinedClicks,proto3" json:"combined_clicks,omitempty"` + // The number of times your ad or your site's listing in the unpaid + // results was clicked (combined_clicks) divided by combined_queries. See the + // help page at https://support.google.com/google-ads/answer/3097241 for + // details. + CombinedClicksPerQuery *wrappers.DoubleValue `protobuf:"bytes,116,opt,name=combined_clicks_per_query,json=combinedClicksPerQuery,proto3" json:"combined_clicks_per_query,omitempty"` + // The number of searches that returned pages from your site in the unpaid + // results or showed one of your text ads. See the help page at + // https://support.google.com/google-ads/answer/3097241 for details. + CombinedQueries *wrappers.Int64Value `protobuf:"bytes,117,opt,name=combined_queries,json=combinedQueries,proto3" json:"combined_queries,omitempty"` // The estimated percent of times that your ad was eligible to show // on the Display Network but didn't because your budget was too low. // Note: Content budget lost impression share is reported in the range of 0 @@ -208,6 +248,9 @@ type Metrics struct { // Number of unique cookies that were exposed to your ad over a given time // period. ImpressionReach *wrappers.Int64Value `protobuf:"bytes,36,opt,name=impression_reach,json=impressionReach,proto3" json:"impression_reach,omitempty"` + // The number of times a store's location-based ad was shown. + // This metric applies to feed items only. + ImpressionsFromStoreReach *wrappers.Int64Value `protobuf:"bytes,125,opt,name=impressions_from_store_reach,json=impressionsFromStoreReach,proto3" json:"impressions_from_store_reach,omitempty"` // Count of how often your ad has appeared on a search results page or // website on the Google Network. Impressions *wrappers.Int64Value `protobuf:"bytes,37,opt,name=impressions,proto3" json:"impressions,omitempty"` @@ -226,6 +269,30 @@ type Metrics struct { InvalidClickRate *wrappers.DoubleValue `protobuf:"bytes,40,opt,name=invalid_click_rate,json=invalidClickRate,proto3" json:"invalid_click_rate,omitempty"` // Number of clicks Google considers illegitimate and doesn't charge you for. InvalidClicks *wrappers.Int64Value `protobuf:"bytes,41,opt,name=invalid_clicks,json=invalidClicks,proto3" json:"invalid_clicks,omitempty"` + // The percentage of mobile clicks that go to a mobile-friendly page. + MobileFriendlyClicksPercentage *wrappers.DoubleValue `protobuf:"bytes,109,opt,name=mobile_friendly_clicks_percentage,json=mobileFriendlyClicksPercentage,proto3" json:"mobile_friendly_clicks_percentage,omitempty"` + // The number of times someone clicked your site's listing in the unpaid + // results for a particular query. See the help page at + // https://support.google.com/google-ads/answer/3097241 for details. + OrganicClicks *wrappers.Int64Value `protobuf:"bytes,110,opt,name=organic_clicks,json=organicClicks,proto3" json:"organic_clicks,omitempty"` + // The number of times someone clicked your site's listing in the unpaid + // results (organic_clicks) divided by the total number of searches that + // returned pages from your site (organic_queries). See the help page at + // https://support.google.com/google-ads/answer/3097241 for details. + OrganicClicksPerQuery *wrappers.DoubleValue `protobuf:"bytes,111,opt,name=organic_clicks_per_query,json=organicClicksPerQuery,proto3" json:"organic_clicks_per_query,omitempty"` + // The number of listings for your site in the unpaid search results. See the + // help page at https://support.google.com/google-ads/answer/3097241 for + // details. + OrganicImpressions *wrappers.Int64Value `protobuf:"bytes,112,opt,name=organic_impressions,json=organicImpressions,proto3" json:"organic_impressions,omitempty"` + // The number of times a page from your site was listed in the unpaid search + // results (organic_impressions) divided by the number of searches returning + // your site's listing in the unpaid results (organic_queries). See the help + // page at https://support.google.com/google-ads/answer/3097241 for details. + OrganicImpressionsPerQuery *wrappers.DoubleValue `protobuf:"bytes,113,opt,name=organic_impressions_per_query,json=organicImpressionsPerQuery,proto3" json:"organic_impressions_per_query,omitempty"` + // The total number of searches that returned your site's listing in the + // unpaid results. See the help page at + // https://support.google.com/google-ads/answer/3097241 for details. + OrganicQueries *wrappers.Int64Value `protobuf:"bytes,114,opt,name=organic_queries,json=organicQueries,proto3" json:"organic_queries,omitempty"` // Percentage of first-time sessions (from people who had never visited your // site before). Imported from Google Analytics. PercentNewVisitors *wrappers.DoubleValue `protobuf:"bytes,42,opt,name=percent_new_visitors,json=percentNewVisitors,proto3" json:"percent_new_visitors,omitempty"` @@ -298,9 +365,15 @@ type Metrics struct { // Note: Search top impression share is reported in the range of 0.1 to 1. Any // value below 0.1 is reported as 0.0999. SearchTopImpressionShare *wrappers.DoubleValue `protobuf:"bytes,92,opt,name=search_top_impression_share,json=searchTopImpressionShare,proto3" json:"search_top_impression_share,omitempty"` + // A measure of how quickly your page loads after clicks on your mobile ads. + // The score is a range from 1 to 10, 10 being the fastest. + SpeedScore *wrappers.Int64Value `protobuf:"bytes,107,opt,name=speed_score,json=speedScore,proto3" json:"speed_score,omitempty"` // The percent of your ad impressions that are shown anywhere above the // organic search results. TopImpressionPercentage *wrappers.DoubleValue `protobuf:"bytes,93,opt,name=top_impression_percentage,json=topImpressionPercentage,proto3" json:"top_impression_percentage,omitempty"` + // The percentage of ad clicks to Accelerated Mobile Pages (AMP) landing pages + // that reach a valid AMP page. + ValidAcceleratedMobilePagesClicksPercentage *wrappers.DoubleValue `protobuf:"bytes,108,opt,name=valid_accelerated_mobile_pages_clicks_percentage,json=validAcceleratedMobilePagesClicksPercentage,proto3" json:"valid_accelerated_mobile_pages_clicks_percentage,omitempty"` // The value of all conversions divided by the number of all conversions. ValuePerAllConversions *wrappers.DoubleValue `protobuf:"bytes,52,opt,name=value_per_all_conversions,json=valuePerAllConversions,proto3" json:"value_per_all_conversions,omitempty"` // The value of conversions divided by the number of conversions. This only @@ -339,7 +412,7 @@ func (m *Metrics) Reset() { *m = Metrics{} } func (m *Metrics) String() string { return proto.CompactTextString(m) } func (*Metrics) ProtoMessage() {} func (*Metrics) Descriptor() ([]byte, []int) { - return fileDescriptor_metrics_3346e1d1037bca38, []int{0} + return fileDescriptor_metrics_a6092c916b5f5d74, []int{0} } func (m *Metrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Metrics.Unmarshal(m, b) @@ -443,6 +516,20 @@ func (m *Metrics) GetAllConversionsValuePerCost() *wrappers.DoubleValue { return nil } +func (m *Metrics) GetAllConversionsFromClickToCall() *wrappers.DoubleValue { + if m != nil { + return m.AllConversionsFromClickToCall + } + return nil +} + +func (m *Metrics) GetAllConversionsFromDirections() *wrappers.DoubleValue { + if m != nil { + return m.AllConversionsFromDirections + } + return nil +} + func (m *Metrics) GetAllConversionsFromInteractionsValuePerInteraction() *wrappers.DoubleValue { if m != nil { return m.AllConversionsFromInteractionsValuePerInteraction @@ -450,6 +537,41 @@ func (m *Metrics) GetAllConversionsFromInteractionsValuePerInteraction() *wrappe return nil } +func (m *Metrics) GetAllConversionsFromMenu() *wrappers.DoubleValue { + if m != nil { + return m.AllConversionsFromMenu + } + return nil +} + +func (m *Metrics) GetAllConversionsFromOrder() *wrappers.DoubleValue { + if m != nil { + return m.AllConversionsFromOrder + } + return nil +} + +func (m *Metrics) GetAllConversionsFromOtherEngagement() *wrappers.DoubleValue { + if m != nil { + return m.AllConversionsFromOtherEngagement + } + return nil +} + +func (m *Metrics) GetAllConversionsFromStoreVisit() *wrappers.DoubleValue { + if m != nil { + return m.AllConversionsFromStoreVisit + } + return nil +} + +func (m *Metrics) GetAllConversionsFromStoreWebsite() *wrappers.DoubleValue { + if m != nil { + return m.AllConversionsFromStoreWebsite + } + return nil +} + func (m *Metrics) GetAverageCost() *wrappers.DoubleValue { if m != nil { return m.AverageCost @@ -541,6 +663,27 @@ func (m *Metrics) GetClicks() *wrappers.Int64Value { return nil } +func (m *Metrics) GetCombinedClicks() *wrappers.Int64Value { + if m != nil { + return m.CombinedClicks + } + return nil +} + +func (m *Metrics) GetCombinedClicksPerQuery() *wrappers.DoubleValue { + if m != nil { + return m.CombinedClicksPerQuery + } + return nil +} + +func (m *Metrics) GetCombinedQueries() *wrappers.Int64Value { + if m != nil { + return m.CombinedQueries + } + return nil +} + func (m *Metrics) GetContentBudgetLostImpressionShare() *wrappers.DoubleValue { if m != nil { return m.ContentBudgetLostImpressionShare @@ -765,6 +908,13 @@ func (m *Metrics) GetImpressionReach() *wrappers.Int64Value { return nil } +func (m *Metrics) GetImpressionsFromStoreReach() *wrappers.Int64Value { + if m != nil { + return m.ImpressionsFromStoreReach + } + return nil +} + func (m *Metrics) GetImpressions() *wrappers.Int64Value { if m != nil { return m.Impressions @@ -807,6 +957,48 @@ func (m *Metrics) GetInvalidClicks() *wrappers.Int64Value { return nil } +func (m *Metrics) GetMobileFriendlyClicksPercentage() *wrappers.DoubleValue { + if m != nil { + return m.MobileFriendlyClicksPercentage + } + return nil +} + +func (m *Metrics) GetOrganicClicks() *wrappers.Int64Value { + if m != nil { + return m.OrganicClicks + } + return nil +} + +func (m *Metrics) GetOrganicClicksPerQuery() *wrappers.DoubleValue { + if m != nil { + return m.OrganicClicksPerQuery + } + return nil +} + +func (m *Metrics) GetOrganicImpressions() *wrappers.Int64Value { + if m != nil { + return m.OrganicImpressions + } + return nil +} + +func (m *Metrics) GetOrganicImpressionsPerQuery() *wrappers.DoubleValue { + if m != nil { + return m.OrganicImpressionsPerQuery + } + return nil +} + +func (m *Metrics) GetOrganicQueries() *wrappers.Int64Value { + if m != nil { + return m.OrganicQueries + } + return nil +} + func (m *Metrics) GetPercentNewVisitors() *wrappers.DoubleValue { if m != nil { return m.PercentNewVisitors @@ -919,6 +1111,13 @@ func (m *Metrics) GetSearchTopImpressionShare() *wrappers.DoubleValue { return nil } +func (m *Metrics) GetSpeedScore() *wrappers.Int64Value { + if m != nil { + return m.SpeedScore + } + return nil +} + func (m *Metrics) GetTopImpressionPercentage() *wrappers.DoubleValue { if m != nil { return m.TopImpressionPercentage @@ -926,6 +1125,13 @@ func (m *Metrics) GetTopImpressionPercentage() *wrappers.DoubleValue { return nil } +func (m *Metrics) GetValidAcceleratedMobilePagesClicksPercentage() *wrappers.DoubleValue { + if m != nil { + return m.ValidAcceleratedMobilePagesClicksPercentage + } + return nil +} + func (m *Metrics) GetValuePerAllConversions() *wrappers.DoubleValue { if m != nil { return m.ValuePerAllConversions @@ -1001,145 +1207,169 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/metrics.proto", fileDescriptor_metrics_3346e1d1037bca38) -} - -var fileDescriptor_metrics_3346e1d1037bca38 = []byte{ - // 2168 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x9a, 0xdb, 0x72, 0x1b, 0xb7, - 0x19, 0xc7, 0x87, 0x76, 0x27, 0x69, 0x3f, 0xc9, 0x92, 0xb3, 0x96, 0x25, 0x48, 0x56, 0x24, 0x59, - 0xf5, 0x41, 0x75, 0x6d, 0x52, 0x92, 0xa3, 0x38, 0xa5, 0xed, 0x64, 0xa8, 0x93, 0x2d, 0x55, 0x72, - 0x74, 0x32, 0xed, 0x24, 0x6a, 0x37, 0xe0, 0x2e, 0x44, 0x6e, 0xb4, 0x07, 0x1a, 0x00, 0x29, 0x6b, - 0x3a, 0xed, 0x45, 0xa7, 0x17, 0xed, 0x55, 0x3b, 0xd3, 0x9b, 0x4c, 0x2f, 0x7b, 0xd9, 0x27, 0xe8, - 0x33, 0xf4, 0x45, 0x3a, 0xd3, 0xa7, 0xe8, 0xe0, 0xb0, 0xdc, 0x25, 0xb9, 0xd4, 0x42, 0x99, 0xdc, - 0xd8, 0xf4, 0x1a, 0xff, 0xdf, 0xff, 0x03, 0x16, 0xf8, 0x00, 0x7c, 0x24, 0x3c, 0xac, 0x47, 0x51, - 0xdd, 0x27, 0x25, 0xec, 0xb2, 0x92, 0xfa, 0x28, 0x3e, 0xb5, 0x97, 0x4a, 0x4e, 0x14, 0x04, 0x51, - 0x58, 0x0a, 0x08, 0xa7, 0x9e, 0xc3, 0x8a, 0x4d, 0x1a, 0xf1, 0xc8, 0x9a, 0x51, 0x4d, 0x8a, 0xd8, - 0x65, 0xc5, 0x4e, 0xeb, 0x62, 0x7b, 0xa9, 0xa8, 0x5a, 0x4f, 0x95, 0x07, 0xd1, 0x48, 0xd8, 0x0a, - 0x58, 0xc9, 0x0b, 0x39, 0xa1, 0xd8, 0xe1, 0x5e, 0x14, 0xda, 0xa4, 0x4d, 0x42, 0x6e, 0xf3, 0xf3, - 0x26, 0x51, 0xec, 0xa9, 0xcf, 0x2e, 0xd6, 0xbe, 0x6b, 0x61, 0xdf, 0xe3, 0xe7, 0x36, 0x73, 0x22, - 0x4a, 0xec, 0x5a, 0xcb, 0x39, 0x25, 0x5c, 0x2b, 0x75, 0x54, 0x25, 0xf9, 0xaf, 0x5a, 0xeb, 0xa4, - 0x74, 0x46, 0x71, 0xb3, 0x49, 0xa8, 0x8e, 0x7a, 0x6a, 0x3a, 0x26, 0x37, 0xbd, 0x12, 0x0e, 0xc3, - 0x88, 0x63, 0x11, 0x81, 0xfe, 0xdf, 0xf9, 0xef, 0x2b, 0xf0, 0xe1, 0xae, 0xea, 0xa5, 0xe5, 0xc1, - 0x3c, 0xae, 0xb1, 0xc8, 0x6f, 0x71, 0x62, 0xf3, 0xa8, 0x69, 0x7b, 0x41, 0x93, 0x12, 0xc6, 0x44, - 0xbc, 0x4d, 0x42, 0x1d, 0x12, 0x72, 0x5c, 0x27, 0xc8, 0x9e, 0x2b, 0x2c, 0x0c, 0x2d, 0x4f, 0xeb, - 0x11, 0x28, 0xc6, 0xb6, 0xc5, 0xf5, 0xa8, 0x55, 0xf3, 0x49, 0x15, 0xfb, 0x2d, 0x72, 0x30, 0x1b, - 0x73, 0x8e, 0xa2, 0xe6, 0x56, 0x87, 0xb2, 0xd7, 0x81, 0x58, 0xeb, 0x30, 0x2a, 0x46, 0xa2, 0x4d, - 0xec, 0xb6, 0x47, 0xce, 0x6c, 0xa7, 0x19, 0xa0, 0x82, 0x01, 0xf7, 0x9a, 0x12, 0x55, 0x3d, 0x72, - 0xb6, 0xd6, 0x0c, 0xfa, 0x28, 0x9c, 0xa2, 0x2f, 0x2f, 0x49, 0xe1, 0xd4, 0x3a, 0x84, 0x89, 0x34, - 0x25, 0xe9, 0x35, 0x43, 0x57, 0x24, 0xed, 0x56, 0x1f, 0x6d, 0x2b, 0xe4, 0x9f, 0x7e, 0xa2, 0x60, - 0x37, 0x13, 0x58, 0xd2, 0x53, 0x66, 0xbd, 0x85, 0xc9, 0x34, 0x34, 0x20, 0x98, 0xb5, 0x28, 0xae, - 0x79, 0xe2, 0x2d, 0xa2, 0x6f, 0x0d, 0x82, 0x9c, 0x48, 0xb8, 0xbb, 0x69, 0xb1, 0x55, 0x87, 0xf9, - 0x2c, 0xb2, 0x4f, 0x6c, 0x27, 0x62, 0xdc, 0x0e, 0x3c, 0x87, 0x46, 0x0c, 0x5d, 0xcd, 0x8f, 0x7c, - 0xa6, 0xdf, 0xc1, 0x27, 0x6b, 0x11, 0xe3, 0xbb, 0x12, 0x61, 0x35, 0x06, 0x1a, 0xa5, 0x87, 0xe8, - 0x27, 0xf9, 0x46, 0xb3, 0x59, 0x46, 0xe9, 0xc1, 0x3a, 0xea, 0x7e, 0x03, 0xe2, 0x8f, 0x78, 0xa8, - 0xb0, 0xc1, 0x50, 0xa5, 0x5e, 0x41, 0x35, 0x91, 0x5a, 0x4d, 0xb8, 0x87, 0x7d, 0xdf, 0x76, 0xa2, - 0xb0, 0x4d, 0xa8, 0x34, 0xb2, 0x4f, 0x68, 0x14, 0xd8, 0xa9, 0x75, 0xc8, 0x6c, 0x8a, 0x39, 0x41, - 0x15, 0x03, 0x93, 0x79, 0xec, 0xfb, 0x6b, 0x09, 0x6a, 0x93, 0x46, 0xc1, 0x56, 0x0a, 0x74, 0x80, - 0x39, 0xb1, 0xf6, 0xe0, 0x66, 0xaf, 0x63, 0x5b, 0x88, 0xd1, 0xaa, 0x81, 0xc1, 0x8d, 0x6e, 0x03, - 0xf9, 0xd0, 0xda, 0x80, 0xd1, 0x1e, 0x22, 0xfa, 0xd0, 0x80, 0x35, 0xd2, 0xcd, 0xb2, 0xbe, 0x85, - 0x99, 0xcc, 0xc0, 0xc4, 0xba, 0x96, 0xd3, 0x06, 0x7d, 0x6e, 0x40, 0x9d, 0xca, 0x88, 0x70, 0x8f, - 0x50, 0x31, 0x65, 0xac, 0xbf, 0x15, 0xe0, 0x49, 0xfe, 0x68, 0x27, 0xa6, 0xa9, 0xc7, 0x68, 0xcd, - 0xc0, 0x7b, 0xe9, 0xe2, 0xe1, 0x8f, 0x63, 0x49, 0x3d, 0xb3, 0xbe, 0x80, 0x61, 0xdc, 0x26, 0x14, - 0xd7, 0xd5, 0xca, 0x40, 0x3f, 0x35, 0xb0, 0x19, 0xd2, 0x0a, 0xd9, 0xa7, 0xe7, 0x30, 0xd4, 0x01, - 0x34, 0x1d, 0xf4, 0x33, 0x03, 0x3d, 0xc4, 0xfa, 0xa6, 0xd3, 0x2d, 0x27, 0xa8, 0x76, 0x29, 0x39, - 0xe9, 0x96, 0x07, 0x08, 0x2e, 0x25, 0x0f, 0xba, 0xe5, 0x6d, 0x34, 0x74, 0x29, 0x79, 0xdb, 0xda, - 0x82, 0x8f, 0x62, 0xf9, 0x09, 0x25, 0xef, 0x5a, 0x24, 0x74, 0xce, 0xd1, 0xb0, 0x01, 0xe4, 0xba, - 0x96, 0x6d, 0xc6, 0x2a, 0x6b, 0x1b, 0xac, 0x18, 0xd5, 0x14, 0x7f, 0x88, 0xe5, 0xcd, 0x90, 0x73, - 0x09, 0xd6, 0x1e, 0xae, 0xcb, 0xd5, 0xcd, 0xac, 0x17, 0x70, 0xbd, 0xc3, 0x8a, 0x98, 0x27, 0xa7, - 0xcf, 0x35, 0x03, 0xd2, 0x68, 0x4c, 0xd2, 0x22, 0x6b, 0x17, 0xc6, 0x62, 0x10, 0xf7, 0x02, 0x62, - 0x47, 0xa1, 0xcd, 0x3c, 0x4e, 0xd0, 0x91, 0x01, 0x2c, 0x1e, 0x99, 0x23, 0x2f, 0x20, 0x5f, 0x86, - 0x87, 0x1e, 0x27, 0xd6, 0x1b, 0x98, 0xac, 0x91, 0xd0, 0x69, 0x04, 0x98, 0x9e, 0xda, 0x31, 0x38, - 0xc0, 0xef, 0xe5, 0xc4, 0x19, 0x31, 0x60, 0x8e, 0x77, 0xe4, 0x15, 0xa5, 0xde, 0xc5, 0xef, 0xc5, - 0x24, 0xaa, 0xc0, 0xb5, 0x04, 0x2c, 0x36, 0xb8, 0x5d, 0x03, 0xd8, 0x70, 0x47, 0x22, 0xf6, 0xb7, - 0xe7, 0x30, 0x54, 0x8b, 0x5a, 0xa1, 0x43, 0x54, 0xb2, 0x1b, 0x35, 0x99, 0x09, 0x4a, 0x20, 0x93, - 0xda, 0x63, 0xf8, 0xc0, 0xf1, 0x3d, 0xe7, 0x94, 0xa1, 0x1b, 0xf9, 0xa9, 0x5e, 0x37, 0xb5, 0x7c, - 0xb8, 0xe3, 0x44, 0x21, 0x17, 0x87, 0x9c, 0x5a, 0xcb, 0xad, 0x13, 0x6e, 0xfb, 0x62, 0x73, 0x4a, - 0x9d, 0x28, 0x58, 0x03, 0x53, 0x82, 0xc6, 0x0c, 0x82, 0x99, 0xd3, 0xa4, 0x55, 0x09, 0xda, 0x89, - 0x18, 0x4f, 0xf6, 0x8e, 0x43, 0x41, 0xb1, 0xaa, 0x80, 0x62, 0xb7, 0x3e, 0x87, 0x9b, 0x26, 0x83, - 0xaf, 0xd5, 0xbd, 0xdc, 0x33, 0x78, 0x90, 0xe4, 0x33, 0xdb, 0xc7, 0x8c, 0xdb, 0x94, 0x38, 0xc4, - 0x6b, 0x13, 0xd7, 0x96, 0xd3, 0x9b, 0x71, 0xdb, 0xc5, 0x5c, 0x4d, 0x21, 0xb4, 0x35, 0xc0, 0xe9, - 0x90, 0x53, 0x2f, 0xac, 0x2b, 0xa7, 0xbb, 0x09, 0x6f, 0x07, 0x33, 0x7e, 0xa0, 0x69, 0x07, 0x0a, - 0xb6, 0x8e, 0xb9, 0x9c, 0x54, 0x96, 0x03, 0xb3, 0xbd, 0xc6, 0xa9, 0x7f, 0x0b, 0x4b, 0xb4, 0x6d, - 0xe0, 0x36, 0xdd, 0xed, 0x96, 0xe4, 0x4f, 0x61, 0x24, 0xf6, 0xf7, 0x78, 0xd4, 0x28, 0x0e, 0x4f, - 0x07, 0xbc, 0xa1, 0x71, 0x83, 0xf1, 0x9b, 0xd1, 0x9c, 0x03, 0x1c, 0x9e, 0x66, 0xbd, 0x1f, 0x4f, - 0x3a, 0xe5, 0xed, 0xc2, 0x1b, 0x26, 0x07, 0x4b, 0x27, 0x67, 0x0b, 0xde, 0x82, 0x8f, 0xfa, 0xb7, - 0xdf, 0x4d, 0x93, 0x5c, 0xe3, 0xf4, 0xee, 0xbd, 0x5f, 0xc1, 0xd4, 0x05, 0x1b, 0xe6, 0x0b, 0x93, - 0x33, 0x9c, 0x33, 0x60, 0xb7, 0xfc, 0x4b, 0x01, 0x1e, 0xff, 0x90, 0x9d, 0xf2, 0xa5, 0x81, 0x69, - 0xd1, 0xb9, 0xdc, 0x36, 0xf9, 0x39, 0x0c, 0xa5, 0x8f, 0x17, 0x93, 0x26, 0xbb, 0x64, 0x4a, 0x60, - 0x3d, 0x13, 0xfa, 0xe4, 0xe0, 0x39, 0x95, 0x9f, 0x24, 0xc0, 0x49, 0x0e, 0x99, 0xaf, 0xc5, 0xd2, - 0x65, 0x5c, 0xf6, 0xb4, 0xf7, 0xa4, 0xb3, 0x6e, 0x72, 0xf6, 0x13, 0xea, 0x3d, 0x42, 0x2b, 0xdd, - 0x07, 0x9e, 0x1d, 0xb8, 0xd1, 0xc1, 0x26, 0x48, 0x34, 0x6d, 0x92, 0xdd, 0x35, 0x31, 0xc1, 0x59, - 0xbf, 0x83, 0x87, 0x09, 0xad, 0x45, 0xa9, 0x58, 0x32, 0x41, 0xe4, 0x12, 0xdf, 0xc6, 0x9c, 0x53, - 0xaf, 0xd6, 0xe2, 0xc4, 0x4d, 0xdb, 0x7c, 0x67, 0x60, 0x73, 0x3f, 0xb6, 0x51, 0xbc, 0x5d, 0x81, - 0xab, 0x74, 0x68, 0x29, 0x73, 0x91, 0xdc, 0x68, 0xc4, 0x98, 0xed, 0x92, 0xb6, 0xe7, 0x90, 0xae, - 0x11, 0xfa, 0xd8, 0x28, 0xb9, 0x09, 0xf5, 0xba, 0x14, 0xa7, 0x87, 0xa8, 0x08, 0x57, 0xc5, 0x7e, - 0x32, 0x63, 0x80, 0x10, 0x0d, 0xad, 0x00, 0xee, 0x18, 0xf4, 0x9d, 0x21, 0x62, 0x00, 0xbc, 0xed, - 0xe4, 0xf4, 0x9a, 0x59, 0xdf, 0x17, 0xe0, 0xa9, 0x89, 0xdf, 0xa0, 0x6c, 0x72, 0x62, 0x10, 0xc6, - 0x4a, 0x6e, 0x18, 0x99, 0x39, 0xe6, 0xdf, 0x05, 0xd8, 0xf9, 0x81, 0xa1, 0x65, 0x2f, 0xeb, 0xba, - 0x41, 0xac, 0xeb, 0x97, 0x8e, 0x35, 0x6b, 0xb1, 0xbf, 0x87, 0x07, 0x46, 0x91, 0xab, 0xbc, 0xd9, - 0x30, 0x88, 0xeb, 0x5e, 0x6e, 0x5c, 0x2a, 0x9b, 0xfe, 0x59, 0xa4, 0x3c, 0x63, 0xeb, 0x24, 0xcf, - 0x7a, 0x06, 0x31, 0x3c, 0x32, 0x8b, 0x21, 0xce, 0xbe, 0x1b, 0x30, 0x4a, 0xc2, 0x3a, 0xae, 0x93, - 0x40, 0xed, 0x7d, 0x9c, 0xa0, 0x59, 0x93, 0x4b, 0x55, 0x22, 0x92, 0xd3, 0xe0, 0x39, 0x0c, 0x25, - 0x4f, 0x18, 0x9a, 0xcb, 0x4f, 0x7c, 0xe9, 0xf6, 0x56, 0x0d, 0x66, 0x1b, 0x11, 0x17, 0xe3, 0xa0, - 0x8f, 0x8b, 0x3e, 0xc1, 0xae, 0xee, 0xbd, 0xce, 0xa5, 0xbf, 0x36, 0x88, 0xea, 0x96, 0x84, 0xe8, - 0x43, 0xe3, 0x0e, 0xc1, 0xae, 0x7c, 0xac, 0xb3, 0xeb, 0xdf, 0x0b, 0x70, 0xbb, 0xe1, 0x31, 0x1e, - 0x51, 0xcf, 0xc1, 0xbe, 0xed, 0x50, 0x82, 0xe5, 0x35, 0xbb, 0xab, 0x9c, 0x84, 0xf6, 0xe6, 0x0a, - 0x0b, 0x23, 0xcb, 0x2f, 0x8b, 0x83, 0xca, 0x5b, 0xb2, 0x04, 0x55, 0xdc, 0x57, 0x9a, 0x43, 0x21, - 0x59, 0x95, 0x05, 0xa8, 0x8d, 0xb0, 0x15, 0x64, 0x3c, 0x3e, 0x98, 0x49, 0x2c, 0xd7, 0xb4, 0x63, - 0xba, 0x95, 0xf5, 0x8f, 0x02, 0xdc, 0x4d, 0x45, 0xe5, 0xe3, 0xd0, 0xf5, 0xc2, 0xba, 0xba, 0x1c, - 0x74, 0x47, 0xb6, 0xff, 0x23, 0x47, 0x96, 0x1a, 0x8c, 0x1d, 0xe5, 0x2a, 0xae, 0x16, 0x5d, 0xc1, - 0xbd, 0x06, 0x94, 0x8a, 0xad, 0x3b, 0x9c, 0x83, 0xfc, 0x57, 0x3c, 0x9e, 0x88, 0xbb, 0xb0, 0x7f, - 0x2d, 0xc0, 0x6c, 0x8a, 0xcb, 0x08, 0xa6, 0x4e, 0xc3, 0x6e, 0x52, 0xe2, 0x7a, 0x8e, 0x5c, 0x01, - 0x9c, 0xa2, 0xc3, 0x1f, 0xb9, 0xb7, 0xd3, 0x89, 0xe1, 0xa1, 0xf4, 0xdb, 0x8b, 0xed, 0xc4, 0xb5, - 0x60, 0x15, 0x46, 0xea, 0x01, 0xf6, 0x7c, 0xfb, 0x24, 0xa2, 0x67, 0x98, 0xba, 0x0c, 0xbd, 0xce, - 0xef, 0xde, 0x35, 0x29, 0xd9, 0xd4, 0x0a, 0xb1, 0xf7, 0x2b, 0x06, 0xc3, 0x6d, 0xc2, 0x50, 0xd5, - 0x60, 0xef, 0x97, 0xed, 0x0f, 0x45, 0x73, 0x6b, 0x1f, 0xc6, 0xb5, 0x9a, 0x38, 0x51, 0xe8, 0x62, - 0x7a, 0x6e, 0xeb, 0x9b, 0xc6, 0x9b, 0x7c, 0xd0, 0x98, 0x02, 0xc5, 0xca, 0x35, 0x75, 0xef, 0xd8, - 0x84, 0xeb, 0xa9, 0x13, 0x2c, 0x25, 0xd8, 0x69, 0xa0, 0x3b, 0xf9, 0xb0, 0xd1, 0x44, 0x74, 0x20, - 0x34, 0x62, 0x6d, 0xa7, 0x8b, 0x5c, 0x77, 0x0d, 0xd6, 0x76, 0xaa, 0xbd, 0xb8, 0xa6, 0xa6, 0xab, - 0xbd, 0x32, 0xc5, 0xdc, 0x33, 0xb9, 0xa6, 0xa6, 0x54, 0x32, 0xc7, 0x7c, 0x01, 0xc3, 0xe9, 0xfd, - 0x03, 0xdd, 0xcf, 0x0f, 0xa4, 0x4b, 0x60, 0xfd, 0xa9, 0x00, 0x13, 0xd9, 0x85, 0x67, 0x86, 0xdc, - 0xb9, 0xab, 0x0b, 0x23, 0xcb, 0x3b, 0x39, 0xf3, 0x2d, 0xb5, 0x7d, 0x6c, 0x08, 0xf1, 0xd1, 0x79, - 0x93, 0xc8, 0x19, 0x97, 0xf5, 0x1f, 0x07, 0x37, 0xbd, 0x8c, 0xa7, 0xcc, 0xda, 0x06, 0xcb, 0x0b, - 0xdb, 0xd8, 0xf7, 0x5c, 0xf5, 0x8a, 0xd5, 0x90, 0x2c, 0x98, 0x9c, 0xcb, 0xb5, 0x4e, 0xbe, 0x60, - 0x39, 0x26, 0xab, 0x30, 0xd2, 0xc5, 0x62, 0xe8, 0x17, 0x06, 0x13, 0x37, 0x8d, 0x61, 0xd6, 0x2b, - 0x18, 0xd3, 0x25, 0x6d, 0x3b, 0x94, 0x15, 0x47, 0xe6, 0xf1, 0x88, 0x32, 0xf4, 0xc0, 0x20, 0x22, - 0x4b, 0x2b, 0x5f, 0x91, 0xb3, 0xaa, 0xd6, 0x89, 0x85, 0xd0, 0x6c, 0x44, 0x21, 0xb1, 0x1d, 0xec, - 0xfb, 0x0c, 0xfd, 0xd2, 0x60, 0x21, 0xc8, 0xf6, 0x6b, 0xa2, 0xb9, 0xf5, 0x12, 0x3e, 0x52, 0xea, - 0xf4, 0x9c, 0x7b, 0x98, 0xcf, 0xb8, 0x2e, 0x55, 0xe9, 0x4a, 0xea, 0x36, 0x58, 0x8a, 0xc4, 0x1b, - 0x34, 0x6a, 0xd5, 0x1b, 0x6a, 0x9c, 0x1f, 0x99, 0x8c, 0xb3, 0xd4, 0x1d, 0x29, 0x59, 0x3c, 0xf7, - 0x28, 0xf1, 0xd5, 0x86, 0x21, 0xd2, 0x53, 0xd1, 0xe4, 0x66, 0x10, 0x2b, 0x44, 0x86, 0xf1, 0xe1, - 0x8e, 0xce, 0x73, 0x83, 0xbe, 0x56, 0x50, 0x57, 0xcc, 0x57, 0x26, 0x45, 0x00, 0x45, 0xaa, 0x64, - 0x7d, 0xaf, 0xa0, 0x2e, 0x99, 0x7f, 0x2c, 0xc0, 0xa2, 0xb6, 0x4b, 0x97, 0x1c, 0x2e, 0xb6, 0x7e, - 0x6b, 0x60, 0xfd, 0x40, 0x51, 0x93, 0xf2, 0xc3, 0x05, 0x41, 0x7c, 0x07, 0x3f, 0xcf, 0x88, 0xa1, - 0xcf, 0xb6, 0x64, 0x72, 0xd5, 0xed, 0xb5, 0xed, 0xf5, 0x7a, 0x07, 0xf7, 0x33, 0xbc, 0x32, 0xbb, - 0xf9, 0x95, 0x49, 0x81, 0xbb, 0xd7, 0x2f, 0xa3, 0x7b, 0xdb, 0x60, 0x69, 0x4b, 0xb5, 0x8a, 0x15, - 0x7d, 0xd1, 0x64, 0x7a, 0x29, 0x9d, 0x5c, 0x7e, 0xbd, 0x43, 0x45, 0xde, 0x63, 0x87, 0xdb, 0x01, - 0xe6, 0x4e, 0xa3, 0x3f, 0xf4, 0x25, 0xf3, 0xa1, 0xda, 0x10, 0x9c, 0x5d, 0x81, 0xe9, 0x8d, 0xfb, - 0x08, 0x26, 0xb4, 0x57, 0x1f, 0x7f, 0xd9, 0xe4, 0x92, 0xa9, 0xc4, 0xbd, 0xd4, 0x3f, 0x40, 0x51, - 0x53, 0x93, 0xfa, 0xc9, 0xc5, 0xd3, 0xed, 0x6b, 0x03, 0xb3, 0x05, 0xc5, 0x8c, 0x6b, 0x29, 0x17, - 0x4c, 0xb6, 0x13, 0xb8, 0xdd, 0xe7, 0xdf, 0x67, 0xf9, 0xd8, 0xc0, 0xf2, 0xe3, 0x6e, 0xcb, 0x5e, - 0x9f, 0x00, 0xee, 0xf6, 0xf9, 0x64, 0x76, 0xef, 0x1b, 0xf3, 0x85, 0x1c, 0x7b, 0x65, 0x74, 0xeb, - 0x1b, 0xb8, 0xa5, 0xed, 0x32, 0x4d, 0x8e, 0x0d, 0x4c, 0x90, 0x02, 0x64, 0xc0, 0xdf, 0xc2, 0xe4, - 0xe0, 0xaf, 0x36, 0x7f, 0x63, 0x52, 0xd3, 0xe1, 0x03, 0xbe, 0xd2, 0x7c, 0x03, 0x93, 0xc9, 0xd5, - 0xa5, 0xb7, 0x94, 0xf1, 0x89, 0xc9, 0x45, 0xbd, 0xad, 0x2f, 0x29, 0x3d, 0xb5, 0x8c, 0x57, 0x30, - 0x96, 0xbe, 0x13, 0x75, 0xaa, 0x0c, 0x2b, 0x26, 0x7b, 0x55, 0xbb, 0x73, 0xf1, 0xe9, 0x14, 0x14, - 0x7e, 0x0f, 0x8f, 0x52, 0x3c, 0x83, 0x72, 0xc6, 0x6f, 0x4d, 0x66, 0x6d, 0xc7, 0x28, 0xaf, 0x9e, - 0x71, 0x08, 0x13, 0x6d, 0xcf, 0x25, 0x91, 0x38, 0x5b, 0x53, 0xee, 0xf9, 0xc4, 0x5e, 0x5a, 0x5c, - 0x54, 0xfb, 0xd4, 0xa7, 0x06, 0x46, 0x63, 0x52, 0xbc, 0xaf, 0xb5, 0x4b, 0x8b, 0x8b, 0x72, 0xaf, - 0xda, 0x87, 0xf1, 0x1e, 0xe8, 0xf2, 0x8a, 0x62, 0x3e, 0x31, 0xf9, 0xea, 0xad, 0x8b, 0xb9, 0xbc, - 0x32, 0x00, 0xb9, 0xa2, 0xc3, 0xfc, 0xec, 0xd2, 0xc8, 0x95, 0x41, 0x51, 0x3e, 0xd1, 0x51, 0xfe, - 0xea, 0xd2, 0xc8, 0x27, 0x2a, 0xca, 0x75, 0x18, 0x55, 0x48, 0xf9, 0xcd, 0xa9, 0x64, 0x95, 0x4d, - 0xbe, 0x02, 0x97, 0xa2, 0xaa, 0x47, 0xce, 0x24, 0xe5, 0x19, 0x0c, 0x25, 0x14, 0x86, 0x9e, 0x1a, - 0x1c, 0x5f, 0x3a, 0x00, 0x59, 0xc3, 0x93, 0xee, 0xf1, 0x99, 0x23, 0x3d, 0xf1, 0x9f, 0x19, 0x5c, - 0x99, 0x84, 0x58, 0x1f, 0x3c, 0x52, 0xf3, 0x7e, 0xf5, 0xbf, 0x05, 0x98, 0x77, 0xa2, 0xa0, 0x78, - 0xf1, 0xaf, 0x2e, 0x56, 0x87, 0xf5, 0xcf, 0x17, 0xf6, 0x04, 0x7a, 0xaf, 0xf0, 0xf5, 0xba, 0x6e, - 0x5f, 0x8f, 0x7c, 0x1c, 0xd6, 0x8b, 0x11, 0xad, 0x97, 0xea, 0x24, 0x94, 0xc6, 0xf1, 0x2f, 0x2b, - 0x9a, 0x1e, 0x1b, 0xf4, 0x93, 0x8f, 0xa7, 0xea, 0xaf, 0x7f, 0x5e, 0xb9, 0xfa, 0xa2, 0x52, 0xf9, - 0xd7, 0x95, 0x99, 0x17, 0x0a, 0x56, 0x71, 0x59, 0x51, 0x7d, 0x14, 0x9f, 0xaa, 0x4b, 0xc5, 0x35, - 0xd9, 0xec, 0x3f, 0x71, 0x83, 0xe3, 0x8a, 0xcb, 0x8e, 0x3b, 0x0d, 0x8e, 0xab, 0x4b, 0xc7, 0xaa, - 0xc1, 0xff, 0xae, 0xcc, 0xab, 0xa7, 0xe5, 0x72, 0xc5, 0x65, 0xe5, 0x72, 0xa7, 0x49, 0xb9, 0x5c, - 0x5d, 0x2a, 0x97, 0x55, 0xa3, 0xda, 0x07, 0x32, 0xba, 0xc7, 0xff, 0x0f, 0x00, 0x00, 0xff, 0xff, - 0x17, 0x3c, 0x42, 0xe1, 0x8f, 0x22, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/common/metrics.proto", fileDescriptor_metrics_a6092c916b5f5d74) +} + +var fileDescriptor_metrics_a6092c916b5f5d74 = []byte{ + // 2556 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x9a, 0xdb, 0x72, 0x14, 0xc7, + 0x19, 0xc7, 0x6b, 0x21, 0x65, 0x27, 0x9f, 0x40, 0xc2, 0x83, 0x80, 0x96, 0x2c, 0x4b, 0x42, 0x01, + 0x43, 0x30, 0xac, 0x0e, 0x58, 0xc6, 0x11, 0x60, 0xd7, 0xea, 0x04, 0x22, 0x12, 0xe8, 0x84, 0x04, + 0xb6, 0x92, 0x71, 0xef, 0x4c, 0x6b, 0x77, 0xac, 0x39, 0x2c, 0xdd, 0xbd, 0x2b, 0x14, 0xc7, 0xb9, + 0x48, 0x72, 0x91, 0x5c, 0x25, 0x55, 0xb9, 0x49, 0xe5, 0x32, 0x97, 0x79, 0x82, 0x3c, 0x43, 0x9e, + 0x21, 0xf7, 0xa9, 0xca, 0x53, 0xa4, 0xfa, 0x30, 0x33, 0xbd, 0xbb, 0xb3, 0xda, 0x16, 0xe5, 0x1b, + 0x58, 0x86, 0xfe, 0xff, 0xfe, 0xdf, 0xf4, 0xf4, 0xe1, 0xeb, 0x6f, 0x06, 0xee, 0xd6, 0x92, 0xa4, + 0x16, 0x92, 0x69, 0xec, 0xb3, 0x69, 0xf5, 0x53, 0xfc, 0x6a, 0xcd, 0x4e, 0x7b, 0x49, 0x14, 0x25, + 0xf1, 0x74, 0x44, 0x38, 0x0d, 0x3c, 0x56, 0x6e, 0xd0, 0x84, 0x27, 0xce, 0xb8, 0x6a, 0x52, 0xc6, + 0x3e, 0x2b, 0x67, 0xad, 0xcb, 0xad, 0xd9, 0xb2, 0x6a, 0x3d, 0xba, 0xd0, 0x8b, 0x46, 0xe2, 0x66, + 0xc4, 0xa6, 0x83, 0x98, 0x13, 0x8a, 0x3d, 0x1e, 0x24, 0xb1, 0x4b, 0x5a, 0x24, 0xe6, 0x2e, 0x3f, + 0x69, 0x10, 0xc5, 0x1e, 0xfd, 0xfc, 0x74, 0xed, 0x9b, 0x26, 0x0e, 0x03, 0x7e, 0xe2, 0x32, 0x2f, + 0xa1, 0xc4, 0xad, 0x36, 0xbd, 0x23, 0xc2, 0xb5, 0x52, 0x47, 0x35, 0x2d, 0xff, 0x55, 0x6d, 0x1e, + 0x4e, 0x1f, 0x53, 0xdc, 0x68, 0x10, 0xaa, 0xa3, 0x1e, 0x1d, 0x4b, 0xc9, 0x8d, 0x60, 0x1a, 0xc7, + 0x71, 0xc2, 0xb1, 0x88, 0x40, 0xff, 0xef, 0xd4, 0x7f, 0x9e, 0xc3, 0xfb, 0x1b, 0xea, 0x2e, 0x9d, + 0x00, 0xa6, 0x70, 0x95, 0x25, 0x61, 0x93, 0x13, 0x97, 0x27, 0x0d, 0x37, 0x88, 0x1a, 0x94, 0x30, + 0x26, 0xe2, 0x6d, 0x10, 0xea, 0x91, 0x98, 0xe3, 0x1a, 0x41, 0xee, 0x64, 0xe9, 0xf6, 0xc0, 0xdc, + 0x98, 0xee, 0x81, 0x72, 0x6a, 0x5b, 0x5e, 0x4e, 0x9a, 0xd5, 0x90, 0xec, 0xe1, 0xb0, 0x49, 0xb6, + 0x27, 0x52, 0xce, 0x6e, 0xd2, 0x58, 0xcb, 0x28, 0x9b, 0x19, 0xc4, 0x59, 0x86, 0x21, 0xd1, 0x13, + 0x2d, 0xe2, 0xb6, 0x02, 0x72, 0xec, 0x7a, 0x8d, 0x08, 0x95, 0x2c, 0xb8, 0x17, 0x95, 0x68, 0x2f, + 0x20, 0xc7, 0x4b, 0x8d, 0xa8, 0x8b, 0xc2, 0x29, 0x7a, 0x71, 0x46, 0x0a, 0xa7, 0xce, 0x0e, 0x5c, + 0x33, 0x29, 0xf9, 0x5d, 0x33, 0x74, 0x4e, 0xd2, 0x3e, 0xec, 0xa2, 0xad, 0xc5, 0xfc, 0xb3, 0x4f, + 0x15, 0xec, 0x4a, 0x0e, 0xcb, 0xef, 0x94, 0x39, 0xaf, 0x60, 0xc4, 0x84, 0x46, 0x04, 0xb3, 0x26, + 0xc5, 0xd5, 0x40, 0x3c, 0x45, 0xf4, 0x8d, 0x45, 0x90, 0xd7, 0x72, 0xee, 0x86, 0x29, 0x76, 0x6a, + 0x30, 0x55, 0x44, 0x0e, 0x89, 0xeb, 0x25, 0x8c, 0xbb, 0x51, 0xe0, 0xd1, 0x84, 0xa1, 0xf3, 0xfd, + 0x23, 0x1f, 0xef, 0x76, 0x08, 0xc9, 0x52, 0xc2, 0xf8, 0x86, 0x44, 0x38, 0xf5, 0x9e, 0x46, 0x66, + 0x17, 0xfd, 0xa8, 0xbf, 0xd1, 0x44, 0x91, 0x91, 0xd9, 0x59, 0xbb, 0xed, 0x4f, 0x40, 0xfc, 0x91, + 0x76, 0x15, 0xb6, 0xe8, 0x2a, 0xe3, 0x11, 0xec, 0xe5, 0x52, 0xa7, 0x01, 0x1f, 0xe3, 0x30, 0x74, + 0xbd, 0x24, 0x6e, 0x11, 0x2a, 0x8d, 0xdc, 0x43, 0x9a, 0x44, 0xae, 0x31, 0x0f, 0x99, 0x4b, 0x31, + 0x27, 0xa8, 0x62, 0x61, 0x32, 0x85, 0xc3, 0x70, 0x29, 0x47, 0xad, 0xd2, 0x24, 0x5a, 0x33, 0x40, + 0xdb, 0x98, 0x13, 0x67, 0x13, 0xae, 0x74, 0x3a, 0xb6, 0x84, 0x18, 0x2d, 0x5a, 0x18, 0x5c, 0x6e, + 0x37, 0x90, 0x17, 0x9d, 0x15, 0x18, 0xea, 0x20, 0xa2, 0xf7, 0x2d, 0x58, 0x83, 0xed, 0x2c, 0xe7, + 0x1b, 0x18, 0x2f, 0x0c, 0x4c, 0xcc, 0x6b, 0x39, 0x6c, 0xd0, 0x17, 0x16, 0xd4, 0xd1, 0x82, 0x08, + 0x37, 0x09, 0x15, 0x43, 0x46, 0x8e, 0xca, 0xa2, 0xce, 0xf6, 0xc2, 0xc0, 0x3b, 0x72, 0x79, 0xe2, + 0x7a, 0x38, 0x0c, 0x51, 0xcb, 0xc2, 0xe5, 0xa3, 0xee, 0x8e, 0x5e, 0x12, 0x90, 0xdd, 0x64, 0x09, + 0x87, 0xa1, 0xe3, 0xc1, 0x44, 0xa1, 0x91, 0x1f, 0x50, 0xa2, 0x1e, 0x05, 0x3a, 0xb6, 0x70, 0x19, + 0xeb, 0x76, 0x59, 0xce, 0x08, 0xce, 0x5f, 0x4a, 0xf0, 0xa0, 0xff, 0xd8, 0xc9, 0xbb, 0xd0, 0xb8, + 0x8c, 0x96, 0x2c, 0xdc, 0x67, 0x4f, 0x1f, 0x4c, 0x69, 0xcf, 0x1a, 0xd7, 0x9c, 0x7d, 0x18, 0x29, + 0x8c, 0x28, 0x22, 0x71, 0x13, 0xbd, 0xb5, 0xf0, 0xbc, 0xda, 0xed, 0xb9, 0x41, 0xe2, 0xa6, 0xf3, + 0x1a, 0x46, 0x0b, 0xc1, 0x09, 0xf5, 0x09, 0x45, 0x27, 0x56, 0x4b, 0x55, 0x17, 0xf9, 0x85, 0x10, + 0x3b, 0x31, 0xdc, 0x2c, 0x46, 0xf3, 0x3a, 0xa1, 0x2e, 0x89, 0x6b, 0xb8, 0x46, 0x22, 0x12, 0x73, + 0xf4, 0x6b, 0x0b, 0x97, 0xeb, 0x05, 0x2e, 0x82, 0xb3, 0x92, 0x61, 0x1c, 0x1f, 0x26, 0x0b, 0xfd, + 0x18, 0x17, 0xbb, 0x66, 0x2b, 0x60, 0x01, 0x47, 0xdf, 0xbd, 0xdb, 0xe0, 0xd8, 0x11, 0x88, 0x3d, + 0x41, 0x90, 0xeb, 0x62, 0x6f, 0x97, 0x63, 0x52, 0x65, 0x01, 0x27, 0xe8, 0x37, 0x16, 0x3e, 0xe3, + 0x3d, 0x7c, 0xf6, 0x15, 0xc3, 0xf9, 0x12, 0x2e, 0xe0, 0x16, 0xa1, 0xb8, 0xa6, 0xd6, 0x76, 0xf4, + 0x63, 0x0b, 0xe6, 0x80, 0x56, 0xc8, 0x59, 0xf9, 0x18, 0x06, 0x32, 0x40, 0xc3, 0x43, 0x3f, 0xb1, + 0xd0, 0x43, 0xaa, 0x6f, 0x78, 0xed, 0x72, 0x82, 0xaa, 0x67, 0x92, 0x93, 0x76, 0x79, 0x84, 0xe0, + 0x4c, 0xf2, 0xa8, 0x5d, 0xde, 0x42, 0x03, 0x67, 0x92, 0xb7, 0x9c, 0x35, 0xf8, 0x20, 0x95, 0x1f, + 0x52, 0xf2, 0xa6, 0x49, 0x62, 0xef, 0x04, 0x5d, 0xb0, 0x80, 0x5c, 0xd2, 0xb2, 0xd5, 0x54, 0xe5, + 0x3c, 0x03, 0x27, 0x45, 0x35, 0xc4, 0x1f, 0x62, 0x83, 0x62, 0xc8, 0x3b, 0x03, 0x6b, 0x13, 0xd7, + 0xe4, 0xfe, 0xc4, 0x9c, 0x27, 0x70, 0x29, 0x63, 0x25, 0x2c, 0x90, 0x4b, 0xc6, 0x45, 0x0b, 0xd2, + 0x50, 0x4a, 0xd2, 0x22, 0x67, 0x03, 0x86, 0x53, 0x10, 0x0f, 0x22, 0xe2, 0x26, 0xb1, 0x2b, 0x07, + 0xde, 0xae, 0x05, 0x2c, 0xed, 0x99, 0xdd, 0x20, 0x22, 0x2f, 0xe2, 0x1d, 0x31, 0xd6, 0xf6, 0x61, + 0xa4, 0x4a, 0x62, 0xaf, 0x1e, 0x61, 0x7a, 0xe4, 0xa6, 0xe0, 0x08, 0xbf, 0x95, 0x03, 0x67, 0xd0, + 0x66, 0x7d, 0xc9, 0xe4, 0x15, 0xa5, 0xde, 0xc0, 0x6f, 0xc5, 0x20, 0xaa, 0xc0, 0xc5, 0x1c, 0x2c, + 0x52, 0xb4, 0x0d, 0x0b, 0xd8, 0x85, 0x4c, 0x22, 0x32, 0xb4, 0xc7, 0x30, 0x50, 0x4d, 0x9a, 0xb1, + 0x47, 0xd4, 0x76, 0x3d, 0x64, 0x33, 0x12, 0x94, 0x40, 0x6e, 0xcb, 0xf7, 0xe1, 0x3d, 0xb9, 0x0d, + 0x31, 0x74, 0xb9, 0x7f, 0xb2, 0xa2, 0x9b, 0x8a, 0xdc, 0xd2, 0x4b, 0xa2, 0x6a, 0x10, 0x13, 0xdf, + 0xd5, 0x6a, 0xd6, 0x5f, 0x3d, 0x98, 0x6a, 0x96, 0x14, 0x65, 0x1f, 0x46, 0x3a, 0x28, 0x72, 0xbf, + 0x78, 0xd3, 0x24, 0xf4, 0x04, 0x71, 0x9b, 0x5e, 0x6d, 0x07, 0x6e, 0x12, 0xba, 0x25, 0xb4, 0xce, + 0x2a, 0x5c, 0xca, 0xc0, 0x82, 0x16, 0x10, 0x86, 0x9a, 0xfd, 0xe3, 0xcb, 0xee, 0x69, 0x4b, 0x69, + 0x9c, 0x10, 0x6e, 0x78, 0x49, 0xcc, 0xc5, 0x69, 0xa4, 0xda, 0xf4, 0x6b, 0x84, 0xbb, 0xa1, 0xc8, + 0x22, 0x8d, 0xd4, 0x9f, 0xd5, 0x31, 0x25, 0x68, 0xd8, 0x22, 0xd6, 0x49, 0x4d, 0x5a, 0x94, 0xa0, + 0xf5, 0x84, 0xf1, 0x3c, 0xc9, 0xdb, 0x11, 0x14, 0x67, 0x0f, 0x50, 0xea, 0xd6, 0xe5, 0x70, 0xc5, + 0xae, 0x37, 0xa4, 0xba, 0x93, 0x7b, 0x0c, 0x77, 0xf2, 0xe5, 0xd8, 0x0d, 0x31, 0xe3, 0x2e, 0x25, + 0x1e, 0x09, 0x5a, 0xc4, 0x77, 0xe5, 0x2c, 0x66, 0xdc, 0xf5, 0x31, 0x57, 0x33, 0x05, 0xad, 0xf5, + 0x70, 0xda, 0xe1, 0x34, 0x88, 0x6b, 0xca, 0xe9, 0x66, 0xce, 0x5b, 0xc7, 0x8c, 0x6f, 0x6b, 0xda, + 0xb6, 0x82, 0x2d, 0x63, 0x2e, 0xe7, 0x8e, 0xc8, 0x46, 0x3a, 0x8d, 0x8d, 0x7f, 0x0b, 0x4b, 0xf4, + 0xcc, 0xc2, 0x6d, 0xac, 0xdd, 0x2d, 0xdf, 0x13, 0x84, 0x91, 0xd8, 0x70, 0xd2, 0x5e, 0xa3, 0x38, + 0x3e, 0xea, 0xf1, 0x84, 0xae, 0xda, 0x6c, 0x38, 0x9a, 0xb3, 0x8d, 0xe3, 0xa3, 0xa2, 0xe7, 0x13, + 0x48, 0xa7, 0x7e, 0xe9, 0xf2, 0x8a, 0xcd, 0x09, 0xd0, 0xeb, 0x93, 0x2b, 0xaf, 0xc1, 0x07, 0xdd, + 0x79, 0xf2, 0xaa, 0xcd, 0x92, 0xea, 0x75, 0x26, 0xc9, 0xaf, 0x61, 0xf4, 0x94, 0xcc, 0xf6, 0x89, + 0x4d, 0x06, 0xe3, 0xf5, 0x48, 0x6b, 0xff, 0x54, 0x82, 0xfb, 0xef, 0x92, 0x04, 0x3e, 0xb5, 0x30, + 0x2d, 0x7b, 0x67, 0xcb, 0x00, 0xbf, 0x80, 0x01, 0xf3, 0x1c, 0x30, 0x62, 0x93, 0x0c, 0x18, 0x02, + 0xe7, 0x91, 0xd0, 0xe7, 0x27, 0xc4, 0xd1, 0xfe, 0xab, 0x05, 0x78, 0xf9, 0x69, 0xf0, 0xa5, 0x98, + 0xba, 0x8c, 0xcb, 0x3b, 0xed, 0x3c, 0x92, 0x2c, 0xdb, 0x1c, 0xd2, 0x84, 0x7a, 0x93, 0xd0, 0x4a, + 0xfb, 0xc9, 0x64, 0x1d, 0x2e, 0x67, 0xd8, 0x1c, 0x89, 0xc6, 0x6c, 0x36, 0x31, 0x4d, 0xcc, 0x71, + 0xce, 0x77, 0x70, 0x37, 0xa7, 0x35, 0x29, 0x15, 0x53, 0x26, 0x4a, 0x7c, 0x12, 0xba, 0x98, 0x73, + 0x1a, 0x54, 0x9b, 0x5c, 0xac, 0xc3, 0xb9, 0xcd, 0xb7, 0x16, 0x36, 0xb7, 0x52, 0x1b, 0xc5, 0xdb, + 0x10, 0xb8, 0x4a, 0x46, 0x33, 0xcc, 0xc5, 0xe2, 0x46, 0x13, 0xc6, 0x5c, 0x9f, 0xb4, 0x02, 0x8f, + 0xb4, 0xf5, 0xd0, 0x47, 0x56, 0x8b, 0x9b, 0x50, 0x2f, 0x4b, 0xb1, 0xd9, 0x45, 0x65, 0x38, 0x2f, + 0xb6, 0xcd, 0x71, 0x0b, 0x84, 0x68, 0xe8, 0x44, 0x70, 0xc3, 0xe2, 0xde, 0x19, 0x22, 0x36, 0x49, + 0xb7, 0xd7, 0xe7, 0xae, 0x99, 0xf3, 0xb7, 0x12, 0x3c, 0xb4, 0xf1, 0xeb, 0xb5, 0x9a, 0x1c, 0x5a, + 0x84, 0x31, 0xdf, 0x37, 0x8c, 0xc2, 0x35, 0xe6, 0x5f, 0x25, 0x58, 0x7f, 0xc7, 0xd0, 0x8a, 0xa7, + 0x75, 0xcd, 0x22, 0xd6, 0xe5, 0x33, 0xc7, 0x5a, 0x34, 0xd9, 0xdf, 0xc2, 0x1d, 0xab, 0xc8, 0xd5, + 0xba, 0x59, 0xb7, 0x88, 0xeb, 0xe3, 0xbe, 0x71, 0xa9, 0xd5, 0xf4, 0x8f, 0x62, 0xc9, 0xb3, 0xb6, + 0xce, 0xd7, 0xd9, 0xc0, 0x22, 0x86, 0x7b, 0x76, 0x31, 0xa4, 0xab, 0xef, 0x0a, 0x0c, 0xe5, 0x87, + 0x44, 0x35, 0x5a, 0x26, 0x6c, 0xaa, 0x1f, 0xb9, 0x48, 0x0e, 0x83, 0xc7, 0x30, 0x90, 0x5f, 0x61, + 0x68, 0xb2, 0xff, 0xc2, 0x67, 0xb6, 0x77, 0xaa, 0x30, 0x51, 0x4f, 0xb8, 0xe8, 0x07, 0x9d, 0x15, + 0x87, 0x04, 0xfb, 0xfa, 0xee, 0xf5, 0x5a, 0xfa, 0x0b, 0x8b, 0xa8, 0x3e, 0x94, 0x10, 0x9d, 0x1b, + 0xaf, 0x13, 0xec, 0xcb, 0xcb, 0x7a, 0x75, 0xfd, 0x6b, 0x09, 0xae, 0xd7, 0x03, 0x71, 0x82, 0x0c, + 0x3c, 0x1c, 0xba, 0x1e, 0x25, 0x58, 0xd6, 0xc3, 0xda, 0xea, 0xbe, 0x68, 0x73, 0xb2, 0x74, 0x7b, + 0x70, 0xee, 0x69, 0xb9, 0x57, 0x1d, 0x5a, 0xd6, 0x8a, 0xcb, 0x5b, 0x4a, 0xb3, 0x23, 0x24, 0x8b, + 0xb2, 0x52, 0xbc, 0x12, 0x37, 0xa3, 0x82, 0xcb, 0xdb, 0xe3, 0xb9, 0xe5, 0x92, 0x76, 0x34, 0x5b, + 0x39, 0x7f, 0x2f, 0xc1, 0x4d, 0x23, 0xaa, 0x10, 0xc7, 0x7e, 0x10, 0xd7, 0xd4, 0x19, 0xa8, 0x3d, + 0xb2, 0xad, 0x1f, 0x38, 0x32, 0xa3, 0x33, 0xd6, 0x95, 0xab, 0x38, 0x41, 0xb5, 0x05, 0xf7, 0x12, + 0x90, 0x11, 0x5b, 0x7b, 0x38, 0xdb, 0xfd, 0x1f, 0xf1, 0xd5, 0x5c, 0xdc, 0x86, 0xfd, 0x73, 0x09, + 0x26, 0x0c, 0x2e, 0x23, 0x98, 0x7a, 0x75, 0xb7, 0x41, 0x89, 0x1f, 0x78, 0x72, 0x06, 0x70, 0x8a, + 0x76, 0x7e, 0xe0, 0xbb, 0x1d, 0xcb, 0x0d, 0x77, 0xa4, 0xdf, 0x66, 0x6a, 0x27, 0x4e, 0x3f, 0x8b, + 0x30, 0x58, 0x8b, 0x70, 0x10, 0xba, 0x87, 0x09, 0x3d, 0xc6, 0xd4, 0x67, 0xe8, 0x65, 0xff, 0xdb, + 0xbb, 0x28, 0x25, 0xab, 0x5a, 0x21, 0xf6, 0x7e, 0xc5, 0x60, 0xb8, 0x45, 0x18, 0xda, 0xb3, 0xd8, + 0xfb, 0x65, 0xfb, 0x1d, 0xd1, 0xdc, 0xd9, 0x82, 0xab, 0x5a, 0x4d, 0xbc, 0x24, 0xf6, 0x31, 0x3d, + 0x49, 0x8f, 0x44, 0xfb, 0xfd, 0x41, 0xc3, 0x0a, 0x94, 0x2a, 0xf5, 0xc1, 0x68, 0x15, 0x2e, 0x19, + 0x19, 0x2c, 0x25, 0xd8, 0xab, 0xa3, 0x1b, 0x16, 0xe7, 0x97, 0x5c, 0xb4, 0x2d, 0x34, 0xce, 0x01, + 0x8c, 0x19, 0xd5, 0x68, 0xb3, 0x10, 0xa3, 0x98, 0xdf, 0xf7, 0x67, 0x8e, 0x18, 0x80, 0xac, 0x04, + 0xa3, 0xe8, 0x8f, 0x61, 0xc0, 0xac, 0x75, 0xdf, 0xb4, 0x58, 0x39, 0x8c, 0xf6, 0xe2, 0xac, 0x6f, + 0xbe, 0xf4, 0x91, 0x0b, 0xd8, 0xc7, 0x36, 0x67, 0x7d, 0x43, 0x25, 0x57, 0xb0, 0x2f, 0xe1, 0x82, + 0xb9, 0x3b, 0xa1, 0x5b, 0xfd, 0x03, 0x69, 0x13, 0x38, 0x7f, 0x28, 0xc1, 0xb5, 0xe2, 0xf7, 0x4f, + 0x0c, 0xf9, 0x93, 0xe7, 0x6f, 0x0f, 0xce, 0xad, 0xf7, 0x19, 0xcd, 0xc6, 0xe6, 0xb4, 0x22, 0xc4, + 0xbb, 0x27, 0x0d, 0x22, 0xc7, 0x73, 0xd1, 0x7f, 0x6c, 0x5f, 0x09, 0x0a, 0xae, 0x32, 0xe7, 0x19, + 0x38, 0x41, 0xdc, 0xc2, 0x61, 0xa0, 0x4f, 0xc3, 0xaa, 0x4b, 0x6e, 0xdb, 0x64, 0xfd, 0x5a, 0x27, + 0x87, 0x8f, 0xec, 0x93, 0x45, 0x18, 0x6c, 0x63, 0x31, 0xf4, 0x33, 0x8b, 0x69, 0x61, 0x62, 0x98, + 0x53, 0x83, 0xeb, 0x51, 0x52, 0x0d, 0x42, 0xe2, 0x1e, 0xd2, 0x80, 0xc4, 0x7e, 0x78, 0x62, 0x9c, + 0xd2, 0xd3, 0x17, 0x5e, 0x91, 0xcd, 0xc1, 0x4a, 0x61, 0x56, 0x35, 0x25, 0x3b, 0xac, 0xa7, 0xef, + 0xbb, 0x16, 0x61, 0x30, 0xa1, 0x35, 0x1c, 0x07, 0x5e, 0x1a, 0x6c, 0x6c, 0x11, 0xac, 0x96, 0xe8, + 0x60, 0x5f, 0x02, 0x6a, 0x67, 0x18, 0xa5, 0x84, 0xc4, 0x26, 0x03, 0x6f, 0xc3, 0x65, 0x95, 0x84, + 0x75, 0xb8, 0x9c, 0x62, 0xcd, 0xb1, 0xde, 0xe8, 0x1f, 0x9f, 0xa3, 0x75, 0xe6, 0xab, 0x1c, 0x17, + 0x3e, 0x2a, 0xa0, 0x19, 0x91, 0xbe, 0xb1, 0x79, 0xd1, 0xd0, 0x0d, 0xce, 0xc2, 0x5d, 0x86, 0xa1, + 0xd4, 0x20, 0xad, 0x7b, 0x50, 0x8b, 0xba, 0x8c, 0xd6, 0xa4, 0x65, 0x8f, 0xe7, 0x30, 0xac, 0x9f, + 0xb0, 0x1b, 0xcb, 0x37, 0x4e, 0x2c, 0xe0, 0x09, 0x65, 0xe8, 0x8e, 0x45, 0x74, 0x8e, 0x56, 0x3e, + 0x27, 0xc7, 0x7b, 0x5a, 0x27, 0xd6, 0xd7, 0x46, 0x3d, 0x89, 0x89, 0x7c, 0xcd, 0xc1, 0xd0, 0x27, + 0x16, 0xeb, 0xab, 0x6c, 0xbf, 0x24, 0x9a, 0x3b, 0x4f, 0xe1, 0x03, 0xa5, 0x36, 0x1f, 0xc0, 0xdd, + 0xfe, 0x8c, 0x4b, 0x52, 0x65, 0x76, 0xff, 0x33, 0x70, 0x14, 0x89, 0xd7, 0x69, 0xd2, 0xac, 0xd5, + 0xd5, 0x04, 0xbb, 0x67, 0x33, 0xc1, 0xa4, 0x6e, 0x57, 0xc9, 0xd2, 0x45, 0x87, 0x92, 0x50, 0xe5, + 0x21, 0x62, 0xd7, 0x2b, 0xdb, 0x1c, 0x38, 0x53, 0x85, 0xd8, 0xb8, 0x42, 0xb8, 0xa1, 0xb7, 0xcf, + 0x5e, 0xaf, 0x95, 0x55, 0xe5, 0xe2, 0xb9, 0x4d, 0x6d, 0x49, 0x91, 0x2a, 0x45, 0xef, 0x95, 0x55, + 0xed, 0xe2, 0x77, 0x25, 0x98, 0xd1, 0x76, 0x66, 0x25, 0xeb, 0x74, 0xeb, 0x57, 0x16, 0xd6, 0x77, + 0x14, 0x35, 0xaf, 0x6a, 0x9d, 0x12, 0xc4, 0xb7, 0xf0, 0xd3, 0x82, 0x18, 0xba, 0x6c, 0xa7, 0x6d, + 0x2a, 0x28, 0x9d, 0xb6, 0x9d, 0x5e, 0x6f, 0xe0, 0x56, 0x81, 0x57, 0xe1, 0x6d, 0xbe, 0xb6, 0x79, + 0xc1, 0xd9, 0xe9, 0x57, 0x70, 0x7b, 0xcf, 0xc0, 0xd1, 0x96, 0x6a, 0xf9, 0x56, 0xf4, 0x19, 0x9b, + 0xe1, 0xa5, 0x74, 0x72, 0xed, 0xe9, 0xec, 0x2a, 0xf2, 0x16, 0x7b, 0xdc, 0x8d, 0x30, 0xf7, 0xea, + 0xdd, 0xa1, 0xcf, 0xda, 0x77, 0xd5, 0x8a, 0xe0, 0x6c, 0x08, 0x4c, 0x67, 0xdc, 0xbb, 0x70, 0x4d, + 0x7b, 0x75, 0xf1, 0xe7, 0x6c, 0x56, 0x4e, 0x25, 0xee, 0xa4, 0xfe, 0x16, 0xca, 0x9a, 0x9a, 0x97, + 0xe5, 0x4e, 0x1f, 0x6e, 0x5f, 0x59, 0x98, 0xdd, 0x56, 0xcc, 0xb4, 0x44, 0x77, 0xca, 0x60, 0x3b, + 0x84, 0xeb, 0x5d, 0xfe, 0x5d, 0x96, 0xf7, 0x6d, 0x5e, 0xb9, 0xb6, 0x5b, 0x76, 0xfa, 0x44, 0x70, + 0xb3, 0xcb, 0xa7, 0xf0, 0xf6, 0xbe, 0xb6, 0x9f, 0xc8, 0xa9, 0x57, 0xc1, 0x6d, 0x7d, 0x0d, 0x1f, + 0x6a, 0xbb, 0x42, 0x93, 0x03, 0x0b, 0x13, 0xa4, 0x00, 0x05, 0xf0, 0x47, 0x30, 0xc0, 0x1a, 0x84, + 0xf8, 0xfa, 0xa0, 0x70, 0x64, 0xb1, 0x50, 0xcb, 0xf6, 0xea, 0x70, 0xf0, 0x0a, 0x46, 0x7a, 0x7f, + 0x18, 0xf3, 0x4b, 0x9b, 0x42, 0x23, 0xef, 0xf1, 0x41, 0xcc, 0xef, 0x4b, 0x30, 0xa3, 0x92, 0x19, + 0xec, 0x79, 0x24, 0x24, 0x62, 0xdd, 0xf6, 0x5d, 0x9d, 0x9c, 0x88, 0x03, 0x17, 0x2b, 0xc8, 0x4c, + 0x42, 0x0b, 0xc7, 0x4f, 0x24, 0xb5, 0x92, 0x43, 0x37, 0x24, 0x53, 0x1c, 0xa7, 0x58, 0x57, 0x9a, + 0xb2, 0x0f, 0x23, 0xf9, 0xa9, 0xbe, 0xb3, 0xca, 0xf7, 0xa9, 0x4d, 0x0d, 0xab, 0xa5, 0xcf, 0xef, + 0x1d, 0x65, 0xbe, 0xe7, 0x30, 0x6c, 0x96, 0x0b, 0xb2, 0x02, 0xdc, 0xbc, 0xcd, 0x7e, 0xdb, 0xca, + 0x6a, 0x02, 0x59, 0xad, 0xed, 0x7b, 0xb8, 0x67, 0xf0, 0x2c, 0x2a, 0x7d, 0xbf, 0xb2, 0x99, 0x79, + 0x99, 0x51, 0xbf, 0x52, 0xdf, 0x0e, 0x5c, 0x6b, 0x05, 0x3e, 0x49, 0xc4, 0xb1, 0x93, 0x72, 0xf1, + 0x88, 0x66, 0x67, 0x66, 0xd4, 0x5e, 0xfb, 0x99, 0x85, 0xd1, 0xb0, 0x14, 0x6f, 0x69, 0xed, 0xec, + 0xcc, 0x8c, 0xdc, 0x6f, 0xb7, 0xe0, 0x6a, 0x07, 0x74, 0x6e, 0x5e, 0x31, 0x1f, 0xd8, 0x7c, 0x3e, + 0xd2, 0xc6, 0x9c, 0x9b, 0xef, 0x81, 0x9c, 0xd7, 0x61, 0x7e, 0x7e, 0x66, 0xe4, 0x7c, 0xaf, 0x28, + 0x1f, 0xe8, 0x28, 0x7f, 0x7e, 0x66, 0xe4, 0x03, 0x15, 0xe5, 0x32, 0x0c, 0x29, 0xa4, 0xfc, 0xfa, + 0x47, 0xb2, 0x16, 0x6c, 0x3e, 0xe3, 0x92, 0xa2, 0xbd, 0x80, 0x1c, 0x4b, 0xca, 0x23, 0x18, 0xc8, + 0x29, 0x0c, 0x3d, 0xb4, 0x98, 0xd9, 0x19, 0x40, 0x26, 0xd7, 0xd2, 0x3d, 0xcd, 0x9b, 0xcc, 0x81, + 0xff, 0xc8, 0xa2, 0x9a, 0x20, 0xc4, 0x3a, 0x79, 0x32, 0xc6, 0xfd, 0xe2, 0x7f, 0x4b, 0x30, 0xe5, + 0x25, 0x51, 0xf9, 0xf4, 0x2f, 0x07, 0x17, 0x2f, 0xe8, 0x4f, 0xf0, 0x36, 0x05, 0x7a, 0xb3, 0xf4, + 0xd5, 0xb2, 0x6e, 0x5f, 0x4b, 0x42, 0x1c, 0xd7, 0xca, 0x09, 0xad, 0x4d, 0xd7, 0x48, 0x2c, 0x8d, + 0xd3, 0xaf, 0x03, 0x1b, 0x01, 0xeb, 0xf5, 0xd9, 0xe2, 0x43, 0xf5, 0xd7, 0x3f, 0xce, 0x9d, 0x7f, + 0x52, 0xa9, 0xfc, 0xf3, 0xdc, 0xf8, 0x13, 0x05, 0xab, 0xf8, 0xac, 0xac, 0x7e, 0x8a, 0x5f, 0x7b, + 0xb3, 0xe5, 0x25, 0xd9, 0xec, 0xdf, 0x69, 0x83, 0x83, 0x8a, 0xcf, 0x0e, 0xb2, 0x06, 0x07, 0x7b, + 0xb3, 0x07, 0xaa, 0xc1, 0xff, 0xce, 0x4d, 0xa9, 0xab, 0x0b, 0x0b, 0x15, 0x9f, 0x2d, 0x2c, 0x64, + 0x4d, 0x16, 0x16, 0xf6, 0x66, 0x17, 0x16, 0x54, 0xa3, 0xea, 0x7b, 0x32, 0xba, 0xfb, 0xff, 0x0f, + 0x00, 0x00, 0xff, 0xff, 0x7b, 0xfc, 0xe8, 0xe6, 0x53, 0x29, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/common/policy.pb.go b/googleapis/ads/googleads/v1/common/policy.pb.go index 78551dcdbc..c2656f1ef5 100644 --- a/googleapis/ads/googleads/v1/common/policy.pb.go +++ b/googleapis/ads/googleads/v1/common/policy.pb.go @@ -41,7 +41,7 @@ func (m *PolicyViolationKey) Reset() { *m = PolicyViolationKey{} } func (m *PolicyViolationKey) String() string { return proto.CompactTextString(m) } func (*PolicyViolationKey) ProtoMessage() {} func (*PolicyViolationKey) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_f657c12d8ca67d0d, []int{0} + return fileDescriptor_policy_0b37253ad551feaf, []int{0} } func (m *PolicyViolationKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyViolationKey.Unmarshal(m, b) @@ -107,7 +107,7 @@ func (m *PolicyValidationParameter) Reset() { *m = PolicyValidationParam func (m *PolicyValidationParameter) String() string { return proto.CompactTextString(m) } func (*PolicyValidationParameter) ProtoMessage() {} func (*PolicyValidationParameter) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_f657c12d8ca67d0d, []int{1} + return fileDescriptor_policy_0b37253ad551feaf, []int{1} } func (m *PolicyValidationParameter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyValidationParameter.Unmarshal(m, b) @@ -149,8 +149,6 @@ func (m *PolicyValidationParameter) GetExemptPolicyViolationKeys() []*PolicyViol // on serving. It may optionally have one or more evidences that indicate the // reason for the finding. It may also optionally have one or more constraints // that provide details about how serving may be restricted. -// -// Next tag: 5 type PolicyTopicEntry struct { // Policy topic this finding refers to. For example, "ALCOHOL", // "TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". The set of possible @@ -174,7 +172,7 @@ func (m *PolicyTopicEntry) Reset() { *m = PolicyTopicEntry{} } func (m *PolicyTopicEntry) String() string { return proto.CompactTextString(m) } func (*PolicyTopicEntry) ProtoMessage() {} func (*PolicyTopicEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_f657c12d8ca67d0d, []int{2} + return fileDescriptor_policy_0b37253ad551feaf, []int{2} } func (m *PolicyTopicEntry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicEntry.Unmarshal(m, b) @@ -223,8 +221,6 @@ func (m *PolicyTopicEntry) GetConstraints() []*PolicyTopicConstraint { } // Additional information that explains a policy finding. -// -// Next Id: 8 type PolicyTopicEvidence struct { // Specific evidence information depending on the evidence type. // @@ -235,6 +231,7 @@ type PolicyTopicEvidence struct { // *PolicyTopicEvidence_LanguageCode // *PolicyTopicEvidence_DestinationTextList_ // *PolicyTopicEvidence_DestinationMismatch_ + // *PolicyTopicEvidence_DestinationNotWorking_ Value isPolicyTopicEvidence_Value `protobuf_oneof:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -245,7 +242,7 @@ func (m *PolicyTopicEvidence) Reset() { *m = PolicyTopicEvidence{} } func (m *PolicyTopicEvidence) String() string { return proto.CompactTextString(m) } func (*PolicyTopicEvidence) ProtoMessage() {} func (*PolicyTopicEvidence) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_f657c12d8ca67d0d, []int{3} + return fileDescriptor_policy_0b37253ad551feaf, []int{3} } func (m *PolicyTopicEvidence) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicEvidence.Unmarshal(m, b) @@ -293,6 +290,10 @@ type PolicyTopicEvidence_DestinationMismatch_ struct { DestinationMismatch *PolicyTopicEvidence_DestinationMismatch `protobuf:"bytes,7,opt,name=destination_mismatch,json=destinationMismatch,proto3,oneof"` } +type PolicyTopicEvidence_DestinationNotWorking_ struct { + DestinationNotWorking *PolicyTopicEvidence_DestinationNotWorking `protobuf:"bytes,8,opt,name=destination_not_working,json=destinationNotWorking,proto3,oneof"` +} + func (*PolicyTopicEvidence_HttpCode) isPolicyTopicEvidence_Value() {} func (*PolicyTopicEvidence_WebsiteList_) isPolicyTopicEvidence_Value() {} @@ -305,6 +306,8 @@ func (*PolicyTopicEvidence_DestinationTextList_) isPolicyTopicEvidence_Value() { func (*PolicyTopicEvidence_DestinationMismatch_) isPolicyTopicEvidence_Value() {} +func (*PolicyTopicEvidence_DestinationNotWorking_) isPolicyTopicEvidence_Value() {} + func (m *PolicyTopicEvidence) GetValue() isPolicyTopicEvidence_Value { if m != nil { return m.Value @@ -354,6 +357,13 @@ func (m *PolicyTopicEvidence) GetDestinationMismatch() *PolicyTopicEvidence_Dest return nil } +func (m *PolicyTopicEvidence) GetDestinationNotWorking() *PolicyTopicEvidence_DestinationNotWorking { + if x, ok := m.GetValue().(*PolicyTopicEvidence_DestinationNotWorking_); ok { + return x.DestinationNotWorking + } + return nil +} + // XXX_OneofFuncs is for the internal use of the proto package. func (*PolicyTopicEvidence) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { return _PolicyTopicEvidence_OneofMarshaler, _PolicyTopicEvidence_OneofUnmarshaler, _PolicyTopicEvidence_OneofSizer, []interface{}{ @@ -363,6 +373,7 @@ func (*PolicyTopicEvidence) XXX_OneofFuncs() (func(msg proto.Message, b *proto.B (*PolicyTopicEvidence_LanguageCode)(nil), (*PolicyTopicEvidence_DestinationTextList_)(nil), (*PolicyTopicEvidence_DestinationMismatch_)(nil), + (*PolicyTopicEvidence_DestinationNotWorking_)(nil), } } @@ -400,6 +411,11 @@ func _PolicyTopicEvidence_OneofMarshaler(msg proto.Message, b *proto.Buffer) err if err := b.EncodeMessage(x.DestinationMismatch); err != nil { return err } + case *PolicyTopicEvidence_DestinationNotWorking_: + b.EncodeVarint(8<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.DestinationNotWorking); err != nil { + return err + } case nil: default: return fmt.Errorf("PolicyTopicEvidence.Value has unexpected type %T", x) @@ -458,6 +474,14 @@ func _PolicyTopicEvidence_OneofUnmarshaler(msg proto.Message, tag, wire int, b * err := b.DecodeMessage(msg) m.Value = &PolicyTopicEvidence_DestinationMismatch_{msg} return true, err + case 8: // value.destination_not_working + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(PolicyTopicEvidence_DestinationNotWorking) + err := b.DecodeMessage(msg) + m.Value = &PolicyTopicEvidence_DestinationNotWorking_{msg} + return true, err default: return false, nil } @@ -497,6 +521,11 @@ func _PolicyTopicEvidence_OneofSizer(msg proto.Message) (n int) { n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s + case *PolicyTopicEvidence_DestinationNotWorking_: + s := proto.Size(x.DestinationNotWorking) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s case nil: default: panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) @@ -505,8 +534,6 @@ func _PolicyTopicEvidence_OneofSizer(msg proto.Message) (n int) { } // A list of fragments of text that violated a policy. -// -// Next Id: 2 type PolicyTopicEvidence_TextList struct { // The fragments of text from the resource that caused the policy finding. Texts []*wrappers.StringValue `protobuf:"bytes,1,rep,name=texts,proto3" json:"texts,omitempty"` @@ -519,7 +546,7 @@ func (m *PolicyTopicEvidence_TextList) Reset() { *m = PolicyTopicEvidenc func (m *PolicyTopicEvidence_TextList) String() string { return proto.CompactTextString(m) } func (*PolicyTopicEvidence_TextList) ProtoMessage() {} func (*PolicyTopicEvidence_TextList) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_f657c12d8ca67d0d, []int{3, 0} + return fileDescriptor_policy_0b37253ad551feaf, []int{3, 0} } func (m *PolicyTopicEvidence_TextList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicEvidence_TextList.Unmarshal(m, b) @@ -550,8 +577,6 @@ func (m *PolicyTopicEvidence_TextList) GetTexts() []*wrappers.StringValue { // ONE_WEBSITE_PER_AD_GROUP policy topic, for example. In case there are more // than five websites, only the top five (those that appear in resources the // most) will be listed here. -// -// Next Id: 2 type PolicyTopicEvidence_WebsiteList struct { // Websites that caused the policy finding. Websites []*wrappers.StringValue `protobuf:"bytes,1,rep,name=websites,proto3" json:"websites,omitempty"` @@ -564,7 +589,7 @@ func (m *PolicyTopicEvidence_WebsiteList) Reset() { *m = PolicyTopicEvid func (m *PolicyTopicEvidence_WebsiteList) String() string { return proto.CompactTextString(m) } func (*PolicyTopicEvidence_WebsiteList) ProtoMessage() {} func (*PolicyTopicEvidence_WebsiteList) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_f657c12d8ca67d0d, []int{3, 1} + return fileDescriptor_policy_0b37253ad551feaf, []int{3, 1} } func (m *PolicyTopicEvidence_WebsiteList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicEvidence_WebsiteList.Unmarshal(m, b) @@ -593,8 +618,6 @@ func (m *PolicyTopicEvidence_WebsiteList) GetWebsites() []*wrappers.StringValue // A list of strings found in a destination page that caused a policy // finding. -// -// Next Id: 2 type PolicyTopicEvidence_DestinationTextList struct { // List of text found in the resource's destination page. DestinationTexts []*wrappers.StringValue `protobuf:"bytes,1,rep,name=destination_texts,json=destinationTexts,proto3" json:"destination_texts,omitempty"` @@ -609,7 +632,7 @@ func (m *PolicyTopicEvidence_DestinationTextList) Reset() { func (m *PolicyTopicEvidence_DestinationTextList) String() string { return proto.CompactTextString(m) } func (*PolicyTopicEvidence_DestinationTextList) ProtoMessage() {} func (*PolicyTopicEvidence_DestinationTextList) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_f657c12d8ca67d0d, []int{3, 2} + return fileDescriptor_policy_0b37253ad551feaf, []int{3, 2} } func (m *PolicyTopicEvidence_DestinationTextList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicEvidence_DestinationTextList.Unmarshal(m, b) @@ -637,8 +660,6 @@ func (m *PolicyTopicEvidence_DestinationTextList) GetDestinationTexts() []*wrapp } // Evidence of mismatches between the URLs of a resource. -// -// Next Id: 2 type PolicyTopicEvidence_DestinationMismatch struct { // The set of URLs that did not match each other. UrlTypes []enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType `protobuf:"varint,1,rep,packed,name=url_types,json=urlTypes,proto3,enum=google.ads.googleads.v1.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType" json:"url_types,omitempty"` @@ -653,7 +674,7 @@ func (m *PolicyTopicEvidence_DestinationMismatch) Reset() { func (m *PolicyTopicEvidence_DestinationMismatch) String() string { return proto.CompactTextString(m) } func (*PolicyTopicEvidence_DestinationMismatch) ProtoMessage() {} func (*PolicyTopicEvidence_DestinationMismatch) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_f657c12d8ca67d0d, []int{3, 3} + return fileDescriptor_policy_0b37253ad551feaf, []int{3, 3} } func (m *PolicyTopicEvidence_DestinationMismatch) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicEvidence_DestinationMismatch.Unmarshal(m, b) @@ -680,9 +701,70 @@ func (m *PolicyTopicEvidence_DestinationMismatch) GetUrlTypes() []enums.PolicyTo return nil } +// Evidence details when the destination is returning an HTTP error +// code or isn't functional in all locations for commonly used devices. +type PolicyTopicEvidence_DestinationNotWorking struct { + // The full URL that didn't work. + ExpandedUrl *wrappers.StringValue `protobuf:"bytes,3,opt,name=expanded_url,json=expandedUrl,proto3" json:"expanded_url,omitempty"` + // The type of device that failed to load the URL. + Device enums.PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice `protobuf:"varint,4,opt,name=device,proto3,enum=google.ads.googleads.v1.enums.PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice" json:"device,omitempty"` + // The time the URL was last checked. + // The format is "YYYY-MM-DD HH:MM:SS". + // Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30" + LastCheckedDateTime *wrappers.StringValue `protobuf:"bytes,5,opt,name=last_checked_date_time,json=lastCheckedDateTime,proto3" json:"last_checked_date_time,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *PolicyTopicEvidence_DestinationNotWorking) Reset() { + *m = PolicyTopicEvidence_DestinationNotWorking{} +} +func (m *PolicyTopicEvidence_DestinationNotWorking) String() string { return proto.CompactTextString(m) } +func (*PolicyTopicEvidence_DestinationNotWorking) ProtoMessage() {} +func (*PolicyTopicEvidence_DestinationNotWorking) Descriptor() ([]byte, []int) { + return fileDescriptor_policy_0b37253ad551feaf, []int{3, 4} +} +func (m *PolicyTopicEvidence_DestinationNotWorking) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PolicyTopicEvidence_DestinationNotWorking.Unmarshal(m, b) +} +func (m *PolicyTopicEvidence_DestinationNotWorking) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PolicyTopicEvidence_DestinationNotWorking.Marshal(b, m, deterministic) +} +func (dst *PolicyTopicEvidence_DestinationNotWorking) XXX_Merge(src proto.Message) { + xxx_messageInfo_PolicyTopicEvidence_DestinationNotWorking.Merge(dst, src) +} +func (m *PolicyTopicEvidence_DestinationNotWorking) XXX_Size() int { + return xxx_messageInfo_PolicyTopicEvidence_DestinationNotWorking.Size(m) +} +func (m *PolicyTopicEvidence_DestinationNotWorking) XXX_DiscardUnknown() { + xxx_messageInfo_PolicyTopicEvidence_DestinationNotWorking.DiscardUnknown(m) +} + +var xxx_messageInfo_PolicyTopicEvidence_DestinationNotWorking proto.InternalMessageInfo + +func (m *PolicyTopicEvidence_DestinationNotWorking) GetExpandedUrl() *wrappers.StringValue { + if m != nil { + return m.ExpandedUrl + } + return nil +} + +func (m *PolicyTopicEvidence_DestinationNotWorking) GetDevice() enums.PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice { + if m != nil { + return m.Device + } + return enums.PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_UNSPECIFIED +} + +func (m *PolicyTopicEvidence_DestinationNotWorking) GetLastCheckedDateTime() *wrappers.StringValue { + if m != nil { + return m.LastCheckedDateTime + } + return nil +} + // Describes the effect on serving that a policy topic entry will have. -// -// Next Id: 5 type PolicyTopicConstraint struct { // Specific information about the constraint. // @@ -701,7 +783,7 @@ func (m *PolicyTopicConstraint) Reset() { *m = PolicyTopicConstraint{} } func (m *PolicyTopicConstraint) String() string { return proto.CompactTextString(m) } func (*PolicyTopicConstraint) ProtoMessage() {} func (*PolicyTopicConstraint) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_f657c12d8ca67d0d, []int{4} + return fileDescriptor_policy_0b37253ad551feaf, []int{4} } func (m *PolicyTopicConstraint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicConstraint.Unmarshal(m, b) @@ -897,8 +979,6 @@ func _PolicyTopicConstraint_OneofSizer(msg proto.Message) (n int) { } // A list of countries where a resource's serving is constrained. -// -// Next Id: 3 type PolicyTopicConstraint_CountryConstraintList struct { // Total number of countries targeted by the resource. TotalTargetedCountries *wrappers.Int32Value `protobuf:"bytes,1,opt,name=total_targeted_countries,json=totalTargetedCountries,proto3" json:"total_targeted_countries,omitempty"` @@ -917,7 +997,7 @@ func (m *PolicyTopicConstraint_CountryConstraintList) String() string { } func (*PolicyTopicConstraint_CountryConstraintList) ProtoMessage() {} func (*PolicyTopicConstraint_CountryConstraintList) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_f657c12d8ca67d0d, []int{4, 0} + return fileDescriptor_policy_0b37253ad551feaf, []int{4, 0} } func (m *PolicyTopicConstraint_CountryConstraintList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicConstraint_CountryConstraintList.Unmarshal(m, b) @@ -953,8 +1033,6 @@ func (m *PolicyTopicConstraint_CountryConstraintList) GetCountries() []*PolicyTo // Indicates that a policy topic was constrained due to disapproval of the // website for reseller purposes. -// -// Next Id: 1 type PolicyTopicConstraint_ResellerConstraint struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -967,7 +1045,7 @@ func (m *PolicyTopicConstraint_ResellerConstraint) Reset() { func (m *PolicyTopicConstraint_ResellerConstraint) String() string { return proto.CompactTextString(m) } func (*PolicyTopicConstraint_ResellerConstraint) ProtoMessage() {} func (*PolicyTopicConstraint_ResellerConstraint) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_f657c12d8ca67d0d, []int{4, 1} + return fileDescriptor_policy_0b37253ad551feaf, []int{4, 1} } func (m *PolicyTopicConstraint_ResellerConstraint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicConstraint_ResellerConstraint.Unmarshal(m, b) @@ -989,8 +1067,6 @@ var xxx_messageInfo_PolicyTopicConstraint_ResellerConstraint proto.InternalMessa // Indicates that a resource's ability to serve in a particular country is // constrained. -// -// Next Id: 2 type PolicyTopicConstraint_CountryConstraint struct { // Geo target constant resource name of the country in which serving is // constrained. @@ -1006,7 +1082,7 @@ func (m *PolicyTopicConstraint_CountryConstraint) Reset() { func (m *PolicyTopicConstraint_CountryConstraint) String() string { return proto.CompactTextString(m) } func (*PolicyTopicConstraint_CountryConstraint) ProtoMessage() {} func (*PolicyTopicConstraint_CountryConstraint) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_f657c12d8ca67d0d, []int{4, 2} + return fileDescriptor_policy_0b37253ad551feaf, []int{4, 2} } func (m *PolicyTopicConstraint_CountryConstraint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicConstraint_CountryConstraint.Unmarshal(m, b) @@ -1042,6 +1118,7 @@ func init() { proto.RegisterType((*PolicyTopicEvidence_WebsiteList)(nil), "google.ads.googleads.v1.common.PolicyTopicEvidence.WebsiteList") proto.RegisterType((*PolicyTopicEvidence_DestinationTextList)(nil), "google.ads.googleads.v1.common.PolicyTopicEvidence.DestinationTextList") proto.RegisterType((*PolicyTopicEvidence_DestinationMismatch)(nil), "google.ads.googleads.v1.common.PolicyTopicEvidence.DestinationMismatch") + proto.RegisterType((*PolicyTopicEvidence_DestinationNotWorking)(nil), "google.ads.googleads.v1.common.PolicyTopicEvidence.DestinationNotWorking") proto.RegisterType((*PolicyTopicConstraint)(nil), "google.ads.googleads.v1.common.PolicyTopicConstraint") proto.RegisterType((*PolicyTopicConstraint_CountryConstraintList)(nil), "google.ads.googleads.v1.common.PolicyTopicConstraint.CountryConstraintList") proto.RegisterType((*PolicyTopicConstraint_ResellerConstraint)(nil), "google.ads.googleads.v1.common.PolicyTopicConstraint.ResellerConstraint") @@ -1049,74 +1126,82 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/policy.proto", fileDescriptor_policy_f657c12d8ca67d0d) -} - -var fileDescriptor_policy_f657c12d8ca67d0d = []byte{ - // 1031 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0xcd, 0x6e, 0x1b, 0x37, - 0x17, 0xf5, 0xc8, 0x76, 0x2c, 0x53, 0x89, 0xe1, 0xd0, 0xf1, 0x17, 0x45, 0x9f, 0x91, 0x06, 0x2a, - 0x50, 0x14, 0x08, 0x30, 0x82, 0x64, 0x14, 0x28, 0x94, 0xfe, 0x40, 0x96, 0x03, 0xc9, 0x48, 0x52, - 0xb8, 0x53, 0x45, 0x06, 0x5a, 0xa3, 0x13, 0x7a, 0x86, 0x99, 0x10, 0x9d, 0x21, 0x07, 0x24, 0x25, - 0x5b, 0xe8, 0x0f, 0xba, 0xe9, 0x3b, 0x14, 0xe8, 0xae, 0xcb, 0x6c, 0xbb, 0xef, 0x03, 0x74, 0xdd, - 0xbe, 0x42, 0x16, 0x7d, 0x8a, 0x62, 0x48, 0xce, 0x68, 0x22, 0xc9, 0x95, 0x2c, 0xb8, 0x2b, 0x53, - 0xe4, 0xbd, 0xe7, 0x1c, 0x9e, 0xb9, 0xbc, 0xa4, 0xc1, 0xc3, 0x80, 0xb1, 0x20, 0xc4, 0x35, 0xe4, - 0x8b, 0x9a, 0x1e, 0x26, 0xa3, 0x61, 0xbd, 0xe6, 0xb1, 0x28, 0x62, 0xb4, 0x16, 0xb3, 0x90, 0x78, - 0x23, 0x3b, 0xe6, 0x4c, 0x32, 0x78, 0x5f, 0x47, 0xd8, 0xc8, 0x17, 0x76, 0x16, 0x6c, 0x0f, 0xeb, - 0xb6, 0x0e, 0xae, 0x3c, 0xba, 0x0c, 0x0c, 0xd3, 0x41, 0x24, 0x0c, 0x96, 0x2b, 0x59, 0x4c, 0x3c, - 0x17, 0x53, 0xc9, 0x47, 0xae, 0x1c, 0xc5, 0x58, 0x83, 0x57, 0x4e, 0xae, 0x92, 0x3c, 0x24, 0x3e, - 0xa6, 0x1e, 0x76, 0x7d, 0x2c, 0x24, 0xa1, 0x48, 0x12, 0x46, 0xdd, 0x88, 0x88, 0x08, 0x49, 0xef, - 0x95, 0x3b, 0xe0, 0x61, 0x1e, 0xd8, 0xa8, 0xae, 0xa9, 0x5f, 0x67, 0x83, 0x97, 0xb5, 0x73, 0x8e, - 0xe2, 0x18, 0x73, 0x61, 0xd6, 0xf7, 0x52, 0xe2, 0x98, 0xd4, 0x10, 0xa5, 0x4c, 0x2a, 0x38, 0xb3, - 0x5a, 0xfd, 0xd9, 0x02, 0xf0, 0x58, 0x71, 0xf7, 0x09, 0x0b, 0xd5, 0xd2, 0x13, 0x3c, 0x82, 0x1f, - 0x83, 0x92, 0x51, 0x44, 0x51, 0x84, 0xcb, 0xd6, 0x03, 0xeb, 0xfd, 0x52, 0x63, 0xcf, 0xb8, 0x62, - 0xa7, 0x54, 0xf6, 0x17, 0x92, 0x13, 0x1a, 0xf4, 0x51, 0x38, 0xc0, 0x0e, 0xd0, 0x09, 0x9f, 0xa1, - 0x08, 0xc3, 0x36, 0xd8, 0x1a, 0x6a, 0x38, 0x1a, 0xb8, 0x12, 0x5f, 0xc8, 0x72, 0x61, 0x01, 0x84, - 0x5b, 0x59, 0x4e, 0x0f, 0x5f, 0xc8, 0xea, 0x1b, 0x0b, 0xdc, 0x33, 0xd2, 0x50, 0x48, 0x7c, 0xa5, - 0xed, 0x18, 0x71, 0x14, 0x61, 0x89, 0x39, 0xec, 0x81, 0xbb, 0x24, 0xa0, 0x8c, 0xa3, 0xb3, 0x10, - 0xbb, 0x79, 0xf7, 0x44, 0xd9, 0x7a, 0xb0, 0x3a, 0x97, 0x6b, 0x37, 0x4b, 0xd6, 0x14, 0x3d, 0x95, - 0x0a, 0x05, 0xd8, 0xc3, 0x17, 0x38, 0x8a, 0x65, 0x0a, 0x39, 0x4c, 0x5d, 0x71, 0xbf, 0xc1, 0x23, - 0x51, 0x2e, 0x28, 0xe8, 0x86, 0xfd, 0xef, 0x95, 0x62, 0x4f, 0x3b, 0xea, 0xdc, 0xd3, 0xb8, 0xd3, - 0x2b, 0xa2, 0xfa, 0x67, 0x01, 0x6c, 0xe7, 0x54, 0x3c, 0x4e, 0x4a, 0x07, 0x36, 0xc0, 0xba, 0xda, - 0xce, 0x42, 0xde, 0xeb, 0x50, 0xf8, 0x02, 0xac, 0x25, 0x85, 0xa1, 0xcc, 0xde, 0x6a, 0x3c, 0xbd, - 0x54, 0xa5, 0x2a, 0x39, 0x7b, 0x92, 0xb2, 0x37, 0x8a, 0xf1, 0x63, 0x3a, 0x88, 0x66, 0x2e, 0x38, - 0x0a, 0x19, 0x7e, 0x0e, 0x36, 0xd3, 0xe2, 0x14, 0xe5, 0x55, 0x65, 0xc6, 0xfe, 0x62, 0x66, 0x68, - 0x38, 0x93, 0xeb, 0x8c, 0x51, 0xe0, 0x09, 0x28, 0x79, 0x8c, 0x0a, 0xc9, 0x11, 0xa1, 0x52, 0x94, - 0xd7, 0x14, 0xe8, 0x07, 0x57, 0x00, 0x6d, 0x67, 0xd9, 0x4e, 0x1e, 0xa9, 0xfa, 0x63, 0x11, 0xec, - 0xcc, 0xe0, 0x86, 0x4d, 0xb0, 0xf9, 0x4a, 0xca, 0xd8, 0xf5, 0x98, 0x8f, 0x4d, 0x5d, 0xfe, 0x7f, - 0xca, 0xdd, 0x23, 0x2a, 0xf7, 0x1b, 0xca, 0xdc, 0xee, 0x8a, 0x53, 0x4c, 0xe2, 0xdb, 0xcc, 0xc7, - 0xd0, 0x07, 0x37, 0xcf, 0xf1, 0x99, 0x20, 0x12, 0xbb, 0x21, 0x11, 0xb2, 0xbc, 0xaa, 0xd2, 0x3f, - 0x5d, 0xc2, 0x02, 0xfb, 0x44, 0xe3, 0x3c, 0x25, 0x42, 0x76, 0x57, 0x9c, 0xd2, 0xf9, 0xf8, 0x27, - 0xfc, 0x0a, 0x6c, 0x26, 0x87, 0x46, 0x53, 0xac, 0x29, 0x8a, 0x8f, 0x96, 0xa1, 0x48, 0x8e, 0x91, - 0xc1, 0x2f, 0x4a, 0x33, 0x86, 0x6d, 0x70, 0x2b, 0x44, 0x34, 0x18, 0xa0, 0x00, 0x6b, 0x0b, 0xd6, - 0xe7, 0x17, 0x58, 0x77, 0xc5, 0xb9, 0x99, 0x26, 0x29, 0x1f, 0xbe, 0x07, 0xbb, 0xf9, 0xde, 0x34, - 0x56, 0x7b, 0x43, 0x81, 0x75, 0x96, 0x51, 0x7b, 0x38, 0x06, 0xcc, 0x09, 0xdf, 0xf1, 0xa7, 0xa7, - 0xe1, 0x77, 0xe0, 0xce, 0xac, 0xd6, 0x58, 0xde, 0xb8, 0x16, 0xf6, 0x67, 0x06, 0x6e, 0x82, 0x3d, - 0x9d, 0xae, 0x7c, 0x02, 0x8a, 0x99, 0x92, 0xe4, 0x98, 0xe2, 0x0b, 0xb9, 0x58, 0xd3, 0xd1, 0xa1, - 0x95, 0x0e, 0x28, 0xe5, 0x3e, 0x3e, 0xfc, 0x10, 0x14, 0xcd, 0xc7, 0x5f, 0x0c, 0x25, 0x8b, 0xae, - 0xbc, 0x00, 0x3b, 0x33, 0x4c, 0x83, 0x47, 0xe0, 0xf6, 0xe4, 0xc7, 0x59, 0x0c, 0x79, 0x7b, 0xc2, - 0x6b, 0x51, 0xf9, 0xcd, 0x7a, 0x8b, 0x22, 0xb5, 0x00, 0xfe, 0x62, 0x81, 0xcd, 0xf4, 0x1e, 0xd2, - 0xd8, 0x5b, 0x8d, 0x1f, 0xae, 0xd0, 0x6f, 0x8c, 0xeb, 0x33, 0xa0, 0x9f, 0xf3, 0x70, 0x66, 0x23, - 0x9a, 0x9b, 0xe1, 0x14, 0x07, 0x7a, 0x20, 0x0e, 0x36, 0xc0, 0xfa, 0x30, 0xd9, 0x50, 0xf5, 0xf7, - 0x0d, 0xb0, 0x3b, 0xb3, 0x53, 0xc0, 0x9f, 0x2c, 0x70, 0xd7, 0x63, 0x03, 0x75, 0x4b, 0x8f, 0x9b, - 0x86, 0xae, 0x61, 0xdd, 0x71, 0x9f, 0x2c, 0xd5, 0x82, 0xec, 0xb6, 0x06, 0x1d, 0xcf, 0x98, 0x3a, - 0xde, 0xf5, 0x66, 0x2d, 0xc0, 0x6f, 0xc1, 0x0e, 0xc7, 0x02, 0x87, 0x21, 0xe6, 0x39, 0x1d, 0xa6, - 0x2d, 0x75, 0x97, 0x93, 0xe0, 0x18, 0xc0, 0xf1, 0x54, 0x77, 0xc5, 0x81, 0x7c, 0x6a, 0x36, 0xf9, - 0x8a, 0xef, 0x7a, 0x98, 0x4b, 0xf2, 0x92, 0x78, 0x48, 0xe2, 0xe4, 0x1c, 0x89, 0xe4, 0xc6, 0x26, - 0xd4, 0x4d, 0xbd, 0xc9, 0x75, 0xb9, 0x6b, 0x36, 0xe4, 0x9d, 0x1c, 0xf3, 0x33, 0x4d, 0x7c, 0x44, - 0x4d, 0xb0, 0xb2, 0xe6, 0xb5, 0x05, 0x1e, 0xe6, 0xd5, 0xf9, 0x2c, 0x42, 0x24, 0xf7, 0x0e, 0x9a, - 0x54, 0xb9, 0xf6, 0x5f, 0xa8, 0x7c, 0x2f, 0xa7, 0xe0, 0x50, 0x09, 0x48, 0xcb, 0xee, 0x2d, 0xb1, - 0x95, 0xbf, 0x2c, 0xb0, 0x3b, 0x13, 0x03, 0x3e, 0x07, 0x65, 0xc9, 0x24, 0x0a, 0x5d, 0x89, 0x78, - 0x80, 0x25, 0xf6, 0x8d, 0x6a, 0xa2, 0x0e, 0xce, 0xbc, 0xdb, 0xc7, 0xf9, 0x9f, 0x4a, 0xee, 0x99, - 0xdc, 0x76, 0x9a, 0x0a, 0x31, 0xd8, 0x1c, 0xe3, 0xe8, 0x67, 0x49, 0xe7, 0x9a, 0xb6, 0xee, 0x8c, - 0x91, 0x2b, 0x77, 0x00, 0x9c, 0x2e, 0xa7, 0xca, 0xd7, 0xe0, 0xf6, 0x54, 0x56, 0xd2, 0x76, 0xb2, - 0x13, 0xc5, 0x89, 0xc4, 0x9c, 0x30, 0xba, 0xd0, 0xeb, 0x65, 0x3b, 0x3d, 0x1a, 0x69, 0x56, 0x76, - 0x80, 0x0f, 0xde, 0x58, 0xa0, 0xea, 0xb1, 0x68, 0xce, 0xc6, 0x0e, 0x4a, 0x7a, 0x67, 0xc7, 0x09, - 0xfa, 0xb1, 0xf5, 0xe5, 0xa1, 0x09, 0x0f, 0x58, 0x72, 0x69, 0xd9, 0x8c, 0x07, 0xb5, 0x00, 0x53, - 0xc5, 0x9d, 0xbe, 0xbd, 0x63, 0x22, 0x2e, 0xfb, 0xa7, 0xe0, 0x91, 0xfe, 0xf3, 0x6b, 0x61, 0xb5, - 0xd3, 0x6a, 0xbd, 0x2e, 0xdc, 0xef, 0x68, 0xb0, 0x96, 0x2f, 0x6c, 0x3d, 0x4c, 0x46, 0xfd, 0xba, - 0xdd, 0x56, 0x61, 0x7f, 0xa4, 0x01, 0xa7, 0x2d, 0x5f, 0x9c, 0x66, 0x01, 0xa7, 0xfd, 0xfa, 0xa9, - 0x0e, 0xf8, 0xbb, 0x50, 0xd5, 0xb3, 0xcd, 0x66, 0xcb, 0x17, 0xcd, 0x66, 0x16, 0xd2, 0x6c, 0xf6, - 0xeb, 0xcd, 0xa6, 0x0e, 0x3a, 0xbb, 0xa1, 0xd4, 0xed, 0xff, 0x13, 0x00, 0x00, 0xff, 0xff, 0x74, - 0x09, 0x24, 0x82, 0xb1, 0x0c, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/common/policy.proto", fileDescriptor_policy_0b37253ad551feaf) +} + +var fileDescriptor_policy_0b37253ad551feaf = []byte{ + // 1167 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0xcb, 0x6e, 0x1b, 0x37, + 0x14, 0xf5, 0xc8, 0x2f, 0x99, 0x72, 0x0c, 0x87, 0x8e, 0x62, 0x45, 0x35, 0xd2, 0x40, 0x05, 0x8a, + 0x02, 0x01, 0x46, 0xb0, 0x8c, 0x02, 0x85, 0xd2, 0x36, 0xb0, 0xe5, 0xc0, 0x32, 0xf2, 0x80, 0x33, + 0x95, 0xed, 0xa2, 0x35, 0x3a, 0xa1, 0x67, 0x98, 0x31, 0xe1, 0x19, 0x72, 0x30, 0xa4, 0x64, 0x0b, + 0x7d, 0xa0, 0x40, 0xd1, 0x7f, 0x68, 0xd1, 0x5d, 0x97, 0xd9, 0x76, 0xdf, 0x6d, 0x81, 0xae, 0xba, + 0x68, 0x7f, 0x21, 0x8b, 0x7e, 0x45, 0x31, 0x24, 0xe7, 0x11, 0x49, 0x8e, 0xe5, 0x47, 0x57, 0xa6, + 0xc9, 0x7b, 0xce, 0x3d, 0x3c, 0x73, 0x79, 0x49, 0x81, 0xfb, 0x1e, 0x63, 0x9e, 0x8f, 0xeb, 0xc8, + 0xe5, 0x75, 0x35, 0x8c, 0x47, 0xbd, 0xd5, 0xba, 0xc3, 0x82, 0x80, 0xd1, 0x7a, 0xc8, 0x7c, 0xe2, + 0xf4, 0xcd, 0x30, 0x62, 0x82, 0xc1, 0xbb, 0x2a, 0xc2, 0x44, 0x2e, 0x37, 0xd3, 0x60, 0xb3, 0xb7, + 0x6a, 0xaa, 0xe0, 0xea, 0x83, 0xb3, 0xc8, 0x30, 0xed, 0x06, 0x5c, 0x73, 0xd9, 0x82, 0x85, 0xc4, + 0xb1, 0x31, 0x15, 0x51, 0xdf, 0x16, 0xfd, 0x10, 0x2b, 0xf2, 0xea, 0xfe, 0x45, 0xc0, 0x3d, 0xe2, + 0x62, 0xea, 0x60, 0xdb, 0xc5, 0x5c, 0x10, 0x8a, 0x04, 0x61, 0xd4, 0x0e, 0x08, 0x0f, 0x90, 0x70, + 0x8e, 0xec, 0x6e, 0xe4, 0xe7, 0x89, 0x3f, 0xbf, 0x2a, 0x31, 0x65, 0xc2, 0x3e, 0x61, 0xd1, 0x31, + 0xa1, 0x9e, 0xed, 0xe2, 0x1e, 0x71, 0x12, 0x66, 0xed, 0x47, 0x5d, 0xfe, 0x77, 0xd8, 0x7d, 0x59, + 0x3f, 0x89, 0x50, 0x18, 0xe2, 0x88, 0xeb, 0xf5, 0x95, 0x24, 0x73, 0x48, 0xea, 0x88, 0x52, 0x26, + 0x24, 0x9f, 0x5e, 0xad, 0xfd, 0x64, 0x00, 0xb8, 0x23, 0x93, 0xef, 0x11, 0xe6, 0xcb, 0xa5, 0xc7, + 0xb8, 0x0f, 0x3f, 0x01, 0x25, 0x2d, 0x89, 0xa2, 0x00, 0x57, 0x8c, 0x7b, 0xc6, 0x07, 0xa5, 0xc6, + 0x8a, 0xf6, 0xdb, 0x4c, 0x52, 0x99, 0x9f, 0x89, 0x88, 0x50, 0x6f, 0x0f, 0xf9, 0x5d, 0x6c, 0x01, + 0x05, 0x78, 0x86, 0x02, 0x0c, 0x5b, 0x60, 0xa1, 0xa7, 0xe8, 0xa8, 0x67, 0x0b, 0x7c, 0x2a, 0x2a, + 0x85, 0x31, 0x18, 0x6e, 0xa4, 0x98, 0x0e, 0x3e, 0x15, 0xb5, 0xd7, 0x06, 0xb8, 0xa3, 0xa5, 0x21, + 0x9f, 0xb8, 0x52, 0xdb, 0x0e, 0x8a, 0x50, 0x80, 0x05, 0x8e, 0x60, 0x07, 0x2c, 0x13, 0x8f, 0xb2, + 0x08, 0x1d, 0xfa, 0xd8, 0xce, 0xdb, 0xc7, 0x2b, 0xc6, 0xbd, 0xc9, 0x73, 0x73, 0x95, 0x53, 0xb0, + 0x4a, 0xd1, 0x91, 0x50, 0xc8, 0xc1, 0x0a, 0x3e, 0xc5, 0x41, 0x28, 0x12, 0xca, 0x5e, 0xe2, 0x8a, + 0x7d, 0x8c, 0xfb, 0xbc, 0x52, 0x90, 0xd4, 0x0d, 0xf3, 0xed, 0x35, 0x68, 0x0e, 0x3b, 0x6a, 0xdd, + 0x51, 0xbc, 0xc3, 0x2b, 0xbc, 0xf6, 0x77, 0x01, 0x2c, 0xe6, 0x54, 0x3c, 0x8a, 0x8b, 0x12, 0x36, + 0xc0, 0xb4, 0xdc, 0xce, 0x58, 0xde, 0xab, 0x50, 0xf8, 0x02, 0x4c, 0xc5, 0x25, 0x27, 0xcd, 0x5e, + 0x68, 0x3c, 0x39, 0x53, 0xa5, 0xac, 0x39, 0x73, 0x30, 0x65, 0xa7, 0x1f, 0xe2, 0x47, 0xb4, 0x1b, + 0x8c, 0x5c, 0xb0, 0x24, 0x33, 0x7c, 0x0e, 0xe6, 0x92, 0xea, 0xe4, 0x95, 0x49, 0x69, 0xc6, 0xda, + 0x78, 0x66, 0x28, 0x3a, 0x8d, 0xb5, 0x32, 0x16, 0xb8, 0x0f, 0x4a, 0x0e, 0xa3, 0x5c, 0x44, 0x88, + 0x50, 0xc1, 0x2b, 0x53, 0x92, 0xf4, 0xc3, 0x0b, 0x90, 0xb6, 0x52, 0xb4, 0x95, 0x67, 0xaa, 0xfd, + 0x55, 0x02, 0x4b, 0x23, 0x72, 0xc3, 0x26, 0x98, 0x3b, 0x12, 0x22, 0xb4, 0x1d, 0xe6, 0x62, 0x5d, + 0x97, 0xef, 0x0c, 0xb9, 0xbb, 0x4d, 0xc5, 0x5a, 0x43, 0x9a, 0xdb, 0x9e, 0xb0, 0x8a, 0x71, 0x7c, + 0x8b, 0xb9, 0x18, 0xba, 0x60, 0xfe, 0x04, 0x1f, 0x72, 0x22, 0xb0, 0xed, 0x13, 0x2e, 0x2a, 0x93, + 0x12, 0xfe, 0xf0, 0x12, 0x16, 0x98, 0xfb, 0x8a, 0xe7, 0x09, 0xe1, 0xa2, 0x3d, 0x61, 0x95, 0x4e, + 0xb2, 0x7f, 0xe1, 0x97, 0x60, 0x2e, 0x3e, 0x34, 0x2a, 0xc5, 0x94, 0x4c, 0xf1, 0xf1, 0x65, 0x52, + 0xc4, 0xc7, 0x48, 0xf3, 0x17, 0x85, 0x1e, 0xc3, 0x16, 0xb8, 0xe1, 0x23, 0xea, 0x75, 0x91, 0x87, + 0x95, 0x05, 0xd3, 0xe7, 0x17, 0x58, 0x7b, 0xc2, 0x9a, 0x4f, 0x40, 0xd2, 0x87, 0x6f, 0x41, 0x39, + 0xdf, 0x9c, 0x32, 0xb5, 0x33, 0x92, 0x6c, 0xeb, 0x32, 0x6a, 0x37, 0x33, 0xc2, 0x9c, 0xf0, 0x25, + 0x77, 0x78, 0x1a, 0x7e, 0x03, 0x6e, 0x8d, 0x6a, 0xba, 0x95, 0xd9, 0x6b, 0xc9, 0xfe, 0x54, 0xd3, + 0x0d, 0x64, 0x4f, 0xa6, 0xe1, 0x0f, 0x06, 0x58, 0x3e, 0xa3, 0x35, 0x57, 0x8a, 0x52, 0xc1, 0xf6, + 0x15, 0x15, 0x3c, 0x63, 0x62, 0x5f, 0x11, 0xb6, 0x27, 0xac, 0xbc, 0xd3, 0xd9, 0x42, 0xf5, 0x53, + 0x50, 0x4c, 0xfd, 0x88, 0x9b, 0x05, 0x3e, 0x15, 0xe3, 0xb5, 0x3e, 0x15, 0x5a, 0xdd, 0x02, 0xa5, + 0x5c, 0x09, 0xc2, 0x8f, 0x40, 0x51, 0x97, 0xe0, 0x78, 0x2c, 0x69, 0x74, 0xf5, 0x05, 0x58, 0x1a, + 0xf1, 0xe9, 0xe0, 0x36, 0xb8, 0x39, 0x58, 0x22, 0xe3, 0x31, 0x2f, 0x0e, 0x7c, 0x71, 0x5e, 0xfd, + 0xcd, 0x78, 0x23, 0x45, 0xfa, 0x21, 0x7e, 0x31, 0xc0, 0x5c, 0x72, 0xcf, 0x2a, 0xee, 0x85, 0xc6, + 0x77, 0x17, 0xe8, 0x7a, 0xda, 0xf9, 0x11, 0xd4, 0xbb, 0x91, 0x3f, 0xb2, 0x1d, 0x9e, 0x8b, 0xb0, + 0x8a, 0x5d, 0x35, 0xe0, 0xd5, 0x3f, 0x0a, 0xa0, 0x3c, 0xf2, 0x9b, 0xc2, 0x87, 0x60, 0x1e, 0x9f, + 0x86, 0x88, 0xba, 0xd8, 0x8d, 0xdf, 0x09, 0xba, 0x8b, 0xbc, 0xdd, 0x95, 0x52, 0x82, 0xd8, 0x8d, + 0x7c, 0xf8, 0xb3, 0x01, 0x66, 0xd4, 0x23, 0x40, 0xb6, 0x87, 0x85, 0xc6, 0xf7, 0xc6, 0x95, 0xb6, + 0x9d, 0x69, 0xdb, 0x94, 0xac, 0x63, 0xec, 0x7b, 0x10, 0x62, 0x69, 0x41, 0xf0, 0x39, 0xb8, 0xed, + 0x23, 0x2e, 0x6c, 0xe7, 0x08, 0x3b, 0xc7, 0xd8, 0xb5, 0x5d, 0x24, 0xb0, 0x2d, 0x48, 0x30, 0x56, + 0xa3, 0xb1, 0x96, 0x62, 0x6c, 0x4b, 0x41, 0x37, 0x91, 0xc0, 0x1d, 0x12, 0xe0, 0x8d, 0x59, 0x30, + 0xdd, 0x8b, 0x57, 0x6b, 0xbf, 0xcf, 0x82, 0xf2, 0xc8, 0xce, 0x0f, 0x7f, 0x34, 0xc0, 0xb2, 0xc3, + 0xba, 0xf2, 0x3d, 0x97, 0x5d, 0x02, 0xaa, 0x27, 0xa9, 0x1b, 0xf4, 0xf1, 0xa5, 0xae, 0x14, 0xb3, + 0xa5, 0x48, 0xb3, 0x19, 0xdd, 0x97, 0xca, 0xce, 0xa8, 0x05, 0xf8, 0x35, 0x58, 0x8a, 0x30, 0xc7, + 0xbe, 0x8f, 0xa3, 0x9c, 0x0e, 0x7d, 0xcd, 0xb4, 0x2f, 0x27, 0xc1, 0xd2, 0x84, 0xd9, 0x54, 0x7b, + 0xc2, 0x82, 0xd1, 0xd0, 0x6c, 0x7c, 0x1e, 0xde, 0x73, 0x70, 0x24, 0xc8, 0x4b, 0xe2, 0xc4, 0xae, + 0x07, 0x84, 0xf3, 0xf8, 0x05, 0x46, 0xa8, 0x9d, 0x78, 0x93, 0xbb, 0xb5, 0xae, 0xd9, 0x90, 0x77, + 0x73, 0x99, 0x9f, 0xaa, 0xc4, 0xdb, 0x54, 0x07, 0x4b, 0x6b, 0x5e, 0x19, 0xe0, 0x7e, 0x5e, 0x9d, + 0xcb, 0x02, 0x44, 0x72, 0x2f, 0xe6, 0x41, 0x95, 0x53, 0xff, 0x87, 0xca, 0xf7, 0x73, 0x0a, 0x36, + 0xa5, 0x80, 0xe4, 0x00, 0xbf, 0x21, 0xb6, 0xfa, 0x8f, 0x01, 0xca, 0x23, 0x39, 0xe0, 0x2e, 0xa8, + 0x08, 0x26, 0x90, 0x6f, 0x0b, 0x14, 0x79, 0x58, 0x60, 0x57, 0xab, 0x26, 0xb2, 0x05, 0x9d, 0xf7, + 0x9a, 0xb0, 0x6e, 0x4b, 0x70, 0x47, 0x63, 0x5b, 0x09, 0x14, 0x62, 0x30, 0x97, 0xf1, 0xa8, 0x67, + 0xe6, 0xd6, 0x35, 0x6d, 0xdd, 0xca, 0x98, 0xab, 0xb7, 0x00, 0x1c, 0x2e, 0xa7, 0xea, 0x57, 0xe0, + 0xe6, 0x10, 0x2a, 0x6e, 0xe0, 0xe9, 0x89, 0x8a, 0x88, 0xc0, 0x11, 0x61, 0x74, 0xac, 0xd7, 0xe8, + 0x62, 0x72, 0x34, 0x12, 0x54, 0x7a, 0x80, 0x37, 0x5e, 0x1b, 0xa0, 0xe6, 0xb0, 0xe0, 0x9c, 0x8d, + 0x6d, 0x94, 0xd4, 0xce, 0x76, 0x62, 0xf6, 0x1d, 0xe3, 0x8b, 0x4d, 0x1d, 0xee, 0xb1, 0xf8, 0x11, + 0x62, 0xb2, 0xc8, 0xab, 0x7b, 0x98, 0xca, 0xdc, 0xc9, 0x8f, 0xa9, 0x90, 0xf0, 0xb3, 0x7e, 0x3e, + 0x3e, 0x50, 0x7f, 0x7e, 0x2d, 0x4c, 0x6e, 0xad, 0xaf, 0xbf, 0x2a, 0xdc, 0xdd, 0x52, 0x64, 0xeb, + 0x2e, 0x37, 0xd5, 0x30, 0x1e, 0xed, 0xad, 0x9a, 0x2d, 0x19, 0xf6, 0x67, 0x12, 0x70, 0xb0, 0xee, + 0xf2, 0x83, 0x34, 0xe0, 0x60, 0x6f, 0xf5, 0x40, 0x05, 0xfc, 0x5b, 0xa8, 0xa9, 0xd9, 0x66, 0x73, + 0xdd, 0xe5, 0xcd, 0x66, 0x1a, 0xd2, 0x6c, 0xee, 0xad, 0x36, 0x9b, 0x2a, 0xe8, 0x70, 0x46, 0xaa, + 0x5b, 0xfb, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x66, 0xb9, 0x40, 0x8e, 0xdb, 0x0e, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/common/real_time_bidding_setting.pb.go b/googleapis/ads/googleads/v1/common/real_time_bidding_setting.pb.go index 1af94c5dce..11901c8d54 100644 --- a/googleapis/ads/googleads/v1/common/real_time_bidding_setting.pb.go +++ b/googleapis/ads/googleads/v1/common/real_time_bidding_setting.pb.go @@ -34,7 +34,7 @@ func (m *RealTimeBiddingSetting) Reset() { *m = RealTimeBiddingSetting{} func (m *RealTimeBiddingSetting) String() string { return proto.CompactTextString(m) } func (*RealTimeBiddingSetting) ProtoMessage() {} func (*RealTimeBiddingSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_real_time_bidding_setting_8e6df22ca701c597, []int{0} + return fileDescriptor_real_time_bidding_setting_e97ac2ff6d978f8d, []int{0} } func (m *RealTimeBiddingSetting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RealTimeBiddingSetting.Unmarshal(m, b) @@ -66,10 +66,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/real_time_bidding_setting.proto", fileDescriptor_real_time_bidding_setting_8e6df22ca701c597) + proto.RegisterFile("google/ads/googleads/v1/common/real_time_bidding_setting.proto", fileDescriptor_real_time_bidding_setting_e97ac2ff6d978f8d) } -var fileDescriptor_real_time_bidding_setting_8e6df22ca701c597 = []byte{ +var fileDescriptor_real_time_bidding_setting_e97ac2ff6d978f8d = []byte{ // 303 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xec, 0x30, 0x14, 0x86, 0xe9, 0x5c, 0xee, 0x2c, 0xea, 0x6e, 0x16, 0x22, 0xa3, 0x0c, 0x32, 0x2b, 0x57, 0x09, diff --git a/googleapis/ads/googleads/v1/common/segments.pb.go b/googleapis/ads/googleads/v1/common/segments.pb.go index ee3ce23dfe..6afc569f9d 100644 --- a/googleapis/ads/googleads/v1/common/segments.pb.go +++ b/googleapis/ads/googleads/v1/common/segments.pb.go @@ -60,10 +60,21 @@ type Segments struct { GeoTargetAirport *wrappers.StringValue `protobuf:"bytes,65,opt,name=geo_target_airport,json=geoTargetAirport,proto3" json:"geo_target_airport,omitempty"` // Resource name of the geo target constant that represents a city. GeoTargetCity *wrappers.StringValue `protobuf:"bytes,62,opt,name=geo_target_city,json=geoTargetCity,proto3" json:"geo_target_city,omitempty"` + // Resource name of the geo target constant that represents a county. + GeoTargetCounty *wrappers.StringValue `protobuf:"bytes,68,opt,name=geo_target_county,json=geoTargetCounty,proto3" json:"geo_target_county,omitempty"` + // Resource name of the geo target constant that represents a district. + GeoTargetDistrict *wrappers.StringValue `protobuf:"bytes,69,opt,name=geo_target_district,json=geoTargetDistrict,proto3" json:"geo_target_district,omitempty"` // Resource name of the geo target constant that represents a metro. GeoTargetMetro *wrappers.StringValue `protobuf:"bytes,63,opt,name=geo_target_metro,json=geoTargetMetro,proto3" json:"geo_target_metro,omitempty"` + // Resource name of the geo target constant that represents the most + // specific location. + GeoTargetMostSpecificLocation *wrappers.StringValue `protobuf:"bytes,72,opt,name=geo_target_most_specific_location,json=geoTargetMostSpecificLocation,proto3" json:"geo_target_most_specific_location,omitempty"` + // Resource name of the geo target constant that represents a postal code. + GeoTargetPostalCode *wrappers.StringValue `protobuf:"bytes,71,opt,name=geo_target_postal_code,json=geoTargetPostalCode,proto3" json:"geo_target_postal_code,omitempty"` // Resource name of the geo target constant that represents a region. GeoTargetRegion *wrappers.StringValue `protobuf:"bytes,64,opt,name=geo_target_region,json=geoTargetRegion,proto3" json:"geo_target_region,omitempty"` + // Resource name of the geo target constant that represents a state. + GeoTargetState *wrappers.StringValue `protobuf:"bytes,67,opt,name=geo_target_state,json=geoTargetState,proto3" json:"geo_target_state,omitempty"` // Hotel booking window in days. HotelBookingWindowDays *wrappers.Int64Value `protobuf:"bytes,6,opt,name=hotel_booking_window_days,json=hotelBookingWindowDays,proto3" json:"hotel_booking_window_days,omitempty"` // Hotel center ID. @@ -158,6 +169,8 @@ type Segments struct { // Uses the calendar year for quarters, e.g., the second quarter of 2018 // starts on 2018-04-01. Formatted as yyyy-MM-dd. Quarter *wrappers.StringValue `protobuf:"bytes,21,opt,name=quarter,proto3" json:"quarter,omitempty"` + // Type of the search engine results page. + SearchEngineResultsPageType enums.SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType `protobuf:"varint,70,opt,name=search_engine_results_page_type,json=searchEngineResultsPageType,proto3,enum=google.ads.googleads.v1.enums.SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType" json:"search_engine_results_page_type,omitempty"` // Match type of the keyword that triggered the ad, including variants. SearchTermMatchType enums.SearchTermMatchTypeEnum_SearchTermMatchType `protobuf:"varint,22,opt,name=search_term_match_type,json=searchTermMatchType,proto3,enum=google.ads.googleads.v1.enums.SearchTermMatchTypeEnum_SearchTermMatchType" json:"search_term_match_type,omitempty"` // Position of the ad. @@ -178,7 +191,7 @@ func (m *Segments) Reset() { *m = Segments{} } func (m *Segments) String() string { return proto.CompactTextString(m) } func (*Segments) ProtoMessage() {} func (*Segments) Descriptor() ([]byte, []int) { - return fileDescriptor_segments_557a0956ffaccbfe, []int{0} + return fileDescriptor_segments_284023ab6b41c387, []int{0} } func (m *Segments) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Segments.Unmarshal(m, b) @@ -303,6 +316,20 @@ func (m *Segments) GetGeoTargetCity() *wrappers.StringValue { return nil } +func (m *Segments) GetGeoTargetCounty() *wrappers.StringValue { + if m != nil { + return m.GeoTargetCounty + } + return nil +} + +func (m *Segments) GetGeoTargetDistrict() *wrappers.StringValue { + if m != nil { + return m.GeoTargetDistrict + } + return nil +} + func (m *Segments) GetGeoTargetMetro() *wrappers.StringValue { if m != nil { return m.GeoTargetMetro @@ -310,6 +337,20 @@ func (m *Segments) GetGeoTargetMetro() *wrappers.StringValue { return nil } +func (m *Segments) GetGeoTargetMostSpecificLocation() *wrappers.StringValue { + if m != nil { + return m.GeoTargetMostSpecificLocation + } + return nil +} + +func (m *Segments) GetGeoTargetPostalCode() *wrappers.StringValue { + if m != nil { + return m.GeoTargetPostalCode + } + return nil +} + func (m *Segments) GetGeoTargetRegion() *wrappers.StringValue { if m != nil { return m.GeoTargetRegion @@ -317,6 +358,13 @@ func (m *Segments) GetGeoTargetRegion() *wrappers.StringValue { return nil } +func (m *Segments) GetGeoTargetState() *wrappers.StringValue { + if m != nil { + return m.GeoTargetState + } + return nil +} + func (m *Segments) GetHotelBookingWindowDays() *wrappers.Int64Value { if m != nil { return m.HotelBookingWindowDays @@ -625,6 +673,13 @@ func (m *Segments) GetQuarter() *wrappers.StringValue { return nil } +func (m *Segments) GetSearchEngineResultsPageType() enums.SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType { + if m != nil { + return m.SearchEngineResultsPageType + } + return enums.SearchEngineResultsPageTypeEnum_UNSPECIFIED +} + func (m *Segments) GetSearchTermMatchType() enums.SearchTermMatchTypeEnum_SearchTermMatchType { if m != nil { return m.SearchTermMatchType @@ -675,7 +730,7 @@ func (m *Keyword) Reset() { *m = Keyword{} } func (m *Keyword) String() string { return proto.CompactTextString(m) } func (*Keyword) ProtoMessage() {} func (*Keyword) Descriptor() ([]byte, []int) { - return fileDescriptor_segments_557a0956ffaccbfe, []int{1} + return fileDescriptor_segments_284023ab6b41c387, []int{1} } func (m *Keyword) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Keyword.Unmarshal(m, b) @@ -715,127 +770,136 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/segments.proto", fileDescriptor_segments_557a0956ffaccbfe) + proto.RegisterFile("google/ads/googleads/v1/common/segments.proto", fileDescriptor_segments_284023ab6b41c387) } -var fileDescriptor_segments_557a0956ffaccbfe = []byte{ - // 1885 bytes of a gzipped FileDescriptorProto +var fileDescriptor_segments_284023ab6b41c387 = []byte{ + // 2031 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x99, 0x5d, 0x7b, 0xdb, 0xb6, - 0x15, 0xc7, 0x1f, 0xa5, 0x6e, 0xd2, 0xc0, 0x75, 0x6c, 0xc3, 0x49, 0x8a, 0x38, 0x69, 0x92, 0xba, - 0xdb, 0x9a, 0xb5, 0xa9, 0x64, 0xbd, 0x38, 0x5b, 0x95, 0xe6, 0x45, 0x96, 0x3d, 0x47, 0xa9, 0x53, - 0xfb, 0xa1, 0x5d, 0x77, 0xdb, 0x93, 0x8d, 0x83, 0x49, 0x98, 0xe2, 0x4c, 0x02, 0x0c, 0x08, 0xd9, - 0xd5, 0xcd, 0xf6, 0x01, 0x76, 0xb7, 0x8b, 0x7e, 0x80, 0x5d, 0x6e, 0x37, 0xfb, 0x1c, 0xfb, 0x24, - 0x7b, 0xf6, 0x11, 0x76, 0xd5, 0x07, 0x00, 0x49, 0x51, 0x96, 0x25, 0x42, 0xf6, 0x95, 0x49, 0xf0, - 0xfc, 0xfe, 0xe7, 0xf0, 0xe8, 0xe0, 0x00, 0xa0, 0xc1, 0x97, 0x1e, 0x63, 0x5e, 0x40, 0x2a, 0xd8, - 0x8d, 0x2b, 0xfa, 0x52, 0x5e, 0x9d, 0x54, 0x2b, 0x0e, 0x0b, 0x43, 0x46, 0x2b, 0x31, 0xf1, 0x42, - 0x42, 0x45, 0x5c, 0x8e, 0x38, 0x13, 0x0c, 0xde, 0xd7, 0x36, 0x65, 0xec, 0xc6, 0xe5, 0xcc, 0xbc, - 0x7c, 0x52, 0x2d, 0x6b, 0xf3, 0xe5, 0x22, 0x39, 0x87, 0xfb, 0x82, 0x70, 0x1f, 0x6b, 0xb9, 0xe5, - 0xfa, 0x38, 0x73, 0x42, 0x7b, 0x61, 0x5c, 0xc1, 0xae, 0x4d, 0x89, 0x38, 0x65, 0xfc, 0xd8, 0x16, - 0xfd, 0x88, 0x24, 0x50, 0x79, 0x32, 0xe4, 0x04, 0xbe, 0x33, 0x64, 0xff, 0xbc, 0xc0, 0x9e, 0xd1, - 0x13, 0xc2, 0x63, 0x9f, 0x51, 0x1b, 0x3b, 0x42, 0xfe, 0x71, 0xb0, 0x20, 0x1e, 0xe3, 0xfd, 0x84, - 0xdf, 0x34, 0xe7, 0x85, 0xe0, 0xfe, 0x61, 0x4f, 0x89, 0x90, 0x13, 0x42, 0x45, 0x3e, 0x8c, 0xaf, - 0x8c, 0x65, 0x02, 0xec, 0xd9, 0x87, 0x3d, 0xe7, 0x98, 0x88, 0x04, 0xdd, 0x32, 0x46, 0x19, 0xb7, - 0xb1, 0xfb, 0xe7, 0x5e, 0x2c, 0xe4, 0x8f, 0x36, 0x2a, 0x54, 0x99, 0x2c, 0xe4, 0xe2, 0xbe, 0xcd, - 0x8e, 0xec, 0x53, 0x42, 0x8e, 0x13, 0xe0, 0xf3, 0x02, 0x80, 0x9c, 0xf8, 0x8e, 0x61, 0x9e, 0xc9, - 0x0f, 0x82, 0x70, 0x8a, 0x03, 0x3b, 0x17, 0x6e, 0xcc, 0x7a, 0x3c, 0xe3, 0x9f, 0x4d, 0xe6, 0xbb, - 0x4c, 0x90, 0xc0, 0x76, 0xb1, 0x20, 0x76, 0x4c, 0x02, 0xa2, 0x7f, 0xaa, 0x5c, 0x7e, 0xab, 0x93, - 0xf1, 0x90, 0x51, 0xd1, 0x95, 0x6f, 0xd7, 0x27, 0x98, 0x27, 0x48, 0x63, 0x32, 0x12, 0x05, 0xd8, - 0x21, 0x5d, 0x16, 0xb8, 0x84, 0xe7, 0x1d, 0x15, 0x14, 0x6d, 0xc4, 0x99, 0xdb, 0x73, 0x84, 0xed, - 0x74, 0x31, 0xa5, 0x24, 0x48, 0xa0, 0x17, 0x53, 0x41, 0x36, 0xf9, 0xc1, 0x09, 0x7a, 0xb1, 0x7f, - 0xe2, 0x8b, 0xb4, 0x0a, 0xd7, 0x0c, 0x05, 0x18, 0x75, 0x7d, 0x99, 0x9a, 0x04, 0x6b, 0x4e, 0xc6, - 0x62, 0x82, 0xb9, 0xd3, 0xb5, 0x05, 0xe1, 0xa1, 0x1d, 0x62, 0x21, 0x2f, 0x07, 0x2f, 0xfa, 0xa8, - 0x80, 0x0d, 0x58, 0x5a, 0x57, 0x49, 0x5b, 0xa8, 0xa8, 0xbb, 0xc3, 0xde, 0x51, 0xe5, 0x94, 0xe3, - 0x28, 0x22, 0x3c, 0x69, 0x1b, 0xcb, 0xf7, 0x52, 0xa5, 0xc8, 0xaf, 0x60, 0x4a, 0x99, 0xc0, 0x32, - 0xc4, 0xe4, 0xe9, 0xca, 0xff, 0x1f, 0x83, 0x0f, 0xf6, 0x92, 0x3e, 0x03, 0x8f, 0xc0, 0xfc, 0x99, - 0x69, 0x8f, 0xde, 0x7b, 0x58, 0x7a, 0x74, 0xa3, 0xf6, 0xbc, 0x3c, 0xae, 0xf7, 0xa8, 0x70, 0xca, - 0x2d, 0xf7, 0x5b, 0x0d, 0xed, 0xf7, 0x23, 0xb2, 0x49, 0x7b, 0xe1, 0xf0, 0x88, 0x35, 0x87, 0xf3, - 0xb7, 0xf0, 0x3b, 0x00, 0x06, 0x9d, 0x02, 0x2d, 0x2b, 0x17, 0x4f, 0x0a, 0x5c, 0xb4, 0x25, 0x90, - 0xc9, 0x67, 0x77, 0xd6, 0x75, 0x27, 0xbd, 0x84, 0x1d, 0xb0, 0x38, 0xd2, 0x50, 0x50, 0xe3, 0x61, - 0xe9, 0xd1, 0x6c, 0xed, 0x5e, 0xaa, 0x9e, 0x66, 0xa9, 0xbc, 0x27, 0xb8, 0x4f, 0xbd, 0x03, 0x1c, - 0xf4, 0x88, 0xb5, 0x30, 0xc0, 0x5a, 0x8a, 0x82, 0x7f, 0x2f, 0x81, 0xe5, 0xf1, 0xcd, 0x09, 0xad, - 0xa9, 0x90, 0xf7, 0x8b, 0x42, 0x3e, 0xa3, 0xda, 0x4e, 0x70, 0xfd, 0x06, 0x63, 0x1e, 0x5a, 0xc8, - 0x19, 0xf3, 0x04, 0x5a, 0xe0, 0xf6, 0x68, 0x4c, 0x14, 0x87, 0x04, 0x3d, 0x31, 0x78, 0xc9, 0x9b, - 0x67, 0x75, 0xbf, 0xc5, 0x21, 0x81, 0x3b, 0xe0, 0x56, 0x5e, 0x33, 0xeb, 0x5f, 0xe8, 0xae, 0x92, - 0x5c, 0x1e, 0x91, 0x5c, 0x67, 0x2c, 0x18, 0x15, 0xcc, 0x38, 0xf8, 0xaf, 0x12, 0xf8, 0xa4, 0xb0, - 0x2d, 0xa3, 0x2b, 0x2a, 0x81, 0x7f, 0x32, 0x4f, 0xe0, 0x40, 0x66, 0x53, 0xaa, 0x0c, 0x0a, 0x61, - 0xa2, 0x89, 0x75, 0xdf, 0x99, 0xf8, 0x1c, 0xfe, 0x65, 0xe8, 0xf5, 0x07, 0x3d, 0x1b, 0xd5, 0x54, - 0x80, 0xaf, 0x8d, 0x03, 0xdc, 0xc6, 0xde, 0xba, 0x22, 0xcf, 0x44, 0x95, 0x8d, 0x5b, 0x4b, 0xce, - 0xe8, 0x20, 0xfc, 0x77, 0x09, 0x7c, 0x6a, 0xb0, 0x84, 0xa0, 0xba, 0x0a, 0xe7, 0xd0, 0x38, 0x9c, - 0x1d, 0x3e, 0xf8, 0x49, 0xc6, 0x85, 0x76, 0xae, 0x8d, 0xf5, 0xc0, 0x99, 0x6c, 0x00, 0x57, 0xc1, - 0x8c, 0x5c, 0x08, 0xd0, 0x8c, 0x41, 0xcd, 0x29, 0x4b, 0x78, 0x00, 0x66, 0x73, 0xab, 0x1b, 0x7a, - 0xdf, 0x68, 0xbe, 0x6f, 0xe0, 0xfe, 0xce, 0xd1, 0xf7, 0x84, 0x1c, 0xab, 0xa8, 0xb3, 0x3b, 0xeb, - 0xba, 0x9b, 0x5e, 0xc2, 0x57, 0xe0, 0xaa, 0x5e, 0x04, 0x51, 0x49, 0x49, 0xae, 0x16, 0x49, 0x2a, - 0x63, 0xad, 0xa7, 0x2e, 0xad, 0x84, 0x57, 0xd3, 0x7d, 0xfc, 0x1a, 0x89, 0x7e, 0x65, 0x34, 0xdd, - 0x37, 0x13, 0x81, 0x41, 0x86, 0xf7, 0x14, 0xae, 0x1c, 0x8e, 0x7b, 0x68, 0x21, 0x32, 0xe6, 0x09, - 0x7c, 0x0d, 0xa0, 0x47, 0x98, 0x2d, 0x30, 0xf7, 0x88, 0xb0, 0xb1, 0xcf, 0x23, 0xc6, 0x05, 0x6a, - 0x99, 0xf4, 0x33, 0x8f, 0xb0, 0x7d, 0x85, 0xb5, 0x34, 0x05, 0x37, 0xc0, 0x7c, 0x4e, 0xcb, 0xf1, - 0x45, 0x1f, 0x3d, 0x37, 0x10, 0x9a, 0xcb, 0x84, 0xda, 0xbe, 0xe8, 0xc3, 0xdf, 0x80, 0x85, 0x9c, - 0x4a, 0x48, 0x04, 0x67, 0xe8, 0x85, 0x81, 0xcc, 0x8d, 0x4c, 0xe6, 0x8d, 0x64, 0xe0, 0x2b, 0xb0, - 0x98, 0xd3, 0xe1, 0xc4, 0x93, 0x8d, 0xfa, 0xa5, 0x81, 0xd0, 0x7c, 0x26, 0x64, 0x29, 0x08, 0x1e, - 0x80, 0x3b, 0x7a, 0x6f, 0x72, 0xc8, 0xd8, 0xb1, 0x4f, 0x3d, 0xfb, 0xd4, 0xa7, 0x2e, 0x3b, 0xb5, - 0x5d, 0xdc, 0x8f, 0xd1, 0x55, 0xa5, 0x78, 0x77, 0x44, 0xb1, 0x43, 0xc5, 0x93, 0x86, 0x16, 0xbc, - 0xad, 0xe8, 0x75, 0x0d, 0x7f, 0xaf, 0xd8, 0x0d, 0xdc, 0x8f, 0x61, 0x1b, 0xcc, 0x6b, 0x5d, 0x87, - 0x50, 0x41, 0xb8, 0xed, 0xbb, 0xe8, 0x5a, 0xb1, 0xda, 0x9c, 0x62, 0xda, 0x0a, 0xe9, 0xb8, 0xf0, - 0x1b, 0xb0, 0x94, 0x88, 0x74, 0x89, 0x73, 0x6c, 0xfb, 0x54, 0xed, 0xa0, 0xd0, 0x07, 0x26, 0xbf, - 0xa0, 0x56, 0x92, 0x5c, 0x87, 0x6e, 0xc8, 0x49, 0xf4, 0x0e, 0x2c, 0x8f, 0x88, 0x0d, 0xe6, 0xd4, - 0xf5, 0x4b, 0xcd, 0xa9, 0x5b, 0xc3, 0xde, 0xd2, 0xf9, 0xf5, 0x14, 0x80, 0xc4, 0xa5, 0xac, 0x17, - 0x60, 0x10, 0xf6, 0x75, 0x2d, 0x24, 0x6b, 0xe5, 0x6b, 0x30, 0x9b, 0xc0, 0x01, 0x8e, 0x63, 0x34, - 0x3b, 0x3e, 0x7b, 0xf5, 0x9a, 0x86, 0xb5, 0xb3, 0xb6, 0x34, 0x87, 0x2d, 0x30, 0x97, 0xd0, 0xac, - 0x47, 0x05, 0xef, 0xa3, 0x0f, 0x0d, 0xbc, 0x7f, 0xa8, 0x05, 0x34, 0x01, 0xff, 0x56, 0x4a, 0x6b, - 0xe3, 0x9c, 0x7d, 0x2b, 0x9a, 0x53, 0x09, 0xdb, 0x2d, 0x48, 0xd8, 0x2b, 0xc9, 0xcb, 0xf4, 0xef, - 0xa5, 0x74, 0xb6, 0xf0, 0x9c, 0xff, 0x28, 0x29, 0xa8, 0x91, 0x71, 0xb8, 0x0d, 0x6e, 0xea, 0x60, - 0x02, 0x42, 0x3d, 0xbd, 0x19, 0x8e, 0x05, 0xee, 0xa3, 0x1b, 0xc5, 0x79, 0x59, 0x54, 0xe0, 0xb6, - 0xe2, 0x76, 0x8e, 0xf6, 0x04, 0xee, 0xc3, 0x67, 0x69, 0x72, 0x63, 0x21, 0x2b, 0x6a, 0xde, 0x20, - 0x39, 0x3a, 0xbb, 0x7b, 0xd2, 0x1e, 0x56, 0xc0, 0x4c, 0x97, 0xf5, 0x38, 0x5a, 0x28, 0x76, 0xae, - 0x0c, 0xe1, 0x1f, 0xc0, 0xc7, 0xbe, 0x2c, 0xea, 0x64, 0xcf, 0x21, 0x93, 0xd8, 0xf5, 0x63, 0x5b, - 0xb6, 0x2e, 0x2a, 0x3b, 0x16, 0xaa, 0x16, 0xee, 0x16, 0x96, 0x73, 0x02, 0x3b, 0x74, 0xbf, 0xeb, - 0xc7, 0x9b, 0x29, 0x0d, 0x5b, 0xe0, 0xda, 0x31, 0xe9, 0x9f, 0x32, 0xee, 0xa2, 0x67, 0x4a, 0xe8, - 0xb3, 0xf2, 0xe4, 0xb3, 0x6e, 0xf9, 0x1b, 0x6d, 0x6e, 0xa5, 0x1c, 0xac, 0x81, 0xf7, 0xd5, 0x29, - 0x03, 0x2d, 0x1a, 0xe4, 0x42, 0x9b, 0xc2, 0x3f, 0x82, 0xb9, 0xa1, 0x93, 0x09, 0x82, 0xaa, 0x28, - 0x9a, 0x05, 0x45, 0xf1, 0x46, 0x32, 0x3b, 0x47, 0xbf, 0x23, 0x98, 0xab, 0x4a, 0xc8, 0xdd, 0x5b, - 0xb3, 0xe1, 0xe0, 0x46, 0xb6, 0xcb, 0x08, 0x73, 0x41, 0x09, 0xb7, 0xf5, 0xaf, 0xe5, 0xbb, 0x68, - 0xc9, 0xa4, 0x5d, 0x26, 0x94, 0x2a, 0xb1, 0x8e, 0x0b, 0x43, 0xb0, 0x70, 0xf6, 0x38, 0x84, 0x6e, - 0xaa, 0x50, 0xd7, 0x0b, 0x42, 0xdd, 0x1d, 0x60, 0x59, 0xe1, 0x9e, 0x19, 0xb3, 0xe6, 0xa3, 0xe1, - 0x01, 0xb8, 0x0b, 0x6e, 0xa5, 0x27, 0x1a, 0xec, 0x79, 0x9c, 0x78, 0x58, 0x30, 0xd5, 0x01, 0xef, - 0x8d, 0x89, 0xfd, 0xbb, 0x5c, 0x0b, 0x5c, 0x4a, 0xd0, 0x56, 0x46, 0x76, 0x5c, 0xe8, 0x80, 0x07, - 0xa9, 0xe2, 0xa1, 0xef, 0xba, 0xb2, 0x4f, 0xa7, 0x5b, 0x69, 0x3b, 0x20, 0x27, 0x24, 0xa8, 0xa2, - 0x5f, 0x1b, 0xe4, 0xe5, 0x5e, 0x22, 0xb2, 0xae, 0x35, 0xd2, 0x7d, 0xf1, 0xb6, 0x52, 0x28, 0x76, - 0x52, 0x43, 0x5f, 0x5d, 0xd2, 0x49, 0xad, 0xd8, 0x49, 0x1d, 0x35, 0x2f, 0xe9, 0xa4, 0x5e, 0xec, - 0xa4, 0x81, 0x9e, 0x5e, 0xd2, 0x49, 0xa3, 0xd8, 0xc9, 0x1a, 0xfa, 0xfa, 0x92, 0x4e, 0xd6, 0x64, - 0x1b, 0xcf, 0x9c, 0x70, 0x4c, 0x5d, 0xf4, 0xb1, 0x49, 0x1b, 0x4f, 0x25, 0x25, 0x01, 0x7d, 0x30, - 0x7f, 0xe6, 0x80, 0x8e, 0xee, 0xab, 0xda, 0x7f, 0x59, 0x54, 0xfb, 0x9a, 0x6a, 0x6b, 0x48, 0x97, - 0xfe, 0xd0, 0x90, 0x75, 0x23, 0x1a, 0xba, 0x87, 0x3f, 0x96, 0xc0, 0xdd, 0x09, 0x1f, 0x03, 0xd0, - 0x03, 0xe5, 0xf7, 0x60, 0x3a, 0xbf, 0x03, 0xfe, 0x9c, 0x10, 0x72, 0x4f, 0xad, 0x3b, 0xd1, 0xb8, - 0x47, 0xf0, 0x1d, 0x58, 0x1c, 0xf9, 0xc6, 0x80, 0x1e, 0xaa, 0x68, 0x36, 0x0c, 0xa3, 0x49, 0xb1, - 0xa1, 0x20, 0xd2, 0x41, 0x6b, 0x21, 0x3a, 0x33, 0x02, 0x37, 0x73, 0x69, 0x4f, 0x96, 0xe0, 0x4f, - 0x8c, 0x5a, 0x57, 0x2a, 0xa4, 0x17, 0xe1, 0xdf, 0x82, 0x3b, 0x99, 0x4c, 0x2f, 0x16, 0x2c, 0xcc, - 0x0e, 0x84, 0x64, 0x15, 0xad, 0x18, 0x08, 0x7e, 0x94, 0x0a, 0x2a, 0xba, 0x95, 0xc1, 0x93, 0x94, - 0xab, 0xe8, 0xd3, 0x8b, 0x2b, 0x57, 0x27, 0x29, 0xd7, 0xd0, 0xcf, 0x2e, 0xae, 0x5c, 0x9b, 0xa4, - 0x5c, 0x47, 0x3f, 0xbf, 0xb8, 0x72, 0x7d, 0x92, 0x72, 0x03, 0xfd, 0xe2, 0xe2, 0xca, 0x0d, 0x79, - 0x72, 0x48, 0x95, 0x7d, 0x41, 0x42, 0xb9, 0x0e, 0x7c, 0x66, 0x72, 0x72, 0x48, 0xa0, 0x8e, 0x20, - 0x61, 0xc7, 0x85, 0x5b, 0x20, 0x2d, 0x31, 0x3b, 0xc0, 0xd4, 0xeb, 0x61, 0x8f, 0xa0, 0x47, 0x26, - 0x1b, 0xfe, 0x84, 0xda, 0x4e, 0x20, 0xb8, 0x0d, 0xd2, 0x15, 0xc6, 0x0e, 0x09, 0x97, 0xb3, 0x54, - 0xc8, 0x90, 0x7e, 0x69, 0xb0, 0x34, 0xa5, 0x73, 0xe8, 0x4d, 0xc2, 0x75, 0x5c, 0xb5, 0x42, 0x27, - 0x6a, 0xb1, 0x60, 0x9c, 0x48, 0xa9, 0xcf, 0xa7, 0x28, 0xf3, 0x3d, 0x09, 0x75, 0xdc, 0x7c, 0x9f, - 0x13, 0xbe, 0x08, 0x08, 0xfa, 0x62, 0x8a, 0x3e, 0xb7, 0x2f, 0x89, 0x7c, 0x9e, 0xe5, 0x02, 0x6f, - 0x07, 0x55, 0xf4, 0x78, 0x8a, 0x3c, 0xcb, 0x95, 0x7b, 0xbb, 0x3a, 0xaa, 0x52, 0x43, 0x5f, 0x4e, - 0xab, 0x52, 0x1b, 0x55, 0xa9, 0xa3, 0xf2, 0xb4, 0x2a, 0xf5, 0x51, 0x95, 0x06, 0xaa, 0x4c, 0xab, - 0xd2, 0x18, 0x55, 0x59, 0x43, 0xab, 0xd3, 0xaa, 0xac, 0xc1, 0x27, 0xe0, 0xda, 0xbb, 0x1e, 0xe6, - 0x82, 0x70, 0x74, 0xcb, 0x80, 0x4e, 0x8d, 0xe1, 0x5f, 0xc1, 0xed, 0xf3, 0x3f, 0xd3, 0xa2, 0xdb, - 0x46, 0x1f, 0x88, 0xf6, 0x14, 0xbc, 0x4f, 0x78, 0xf8, 0x46, 0xa2, 0xd9, 0x26, 0xec, 0x9c, 0x71, - 0x6b, 0x29, 0x1e, 0x1d, 0x84, 0x2f, 0xc1, 0x4c, 0x1c, 0x30, 0x81, 0x3e, 0x52, 0xee, 0x1e, 0x17, - 0xb9, 0x0b, 0x98, 0xfe, 0xca, 0x23, 0x2f, 0x2c, 0x45, 0xca, 0x57, 0x3f, 0x25, 0x87, 0x91, 0x9c, - 0x71, 0xeb, 0x26, 0xaf, 0x9e, 0x18, 0xc3, 0x55, 0x30, 0xa3, 0x8e, 0x96, 0xc8, 0xe4, 0x3b, 0x8f, - 0xb4, 0x94, 0xc7, 0x0a, 0xb5, 0x8d, 0xbe, 0x63, 0x70, 0xac, 0x90, 0x86, 0x2b, 0x3f, 0x96, 0xc0, - 0xb5, 0x64, 0x27, 0x0f, 0x5f, 0x03, 0x88, 0x5d, 0xdb, 0xe3, 0xac, 0x17, 0xd9, 0xc9, 0x7f, 0xaa, - 0x18, 0x55, 0x1f, 0x76, 0x0a, 0xcf, 0xca, 0xd8, 0xdd, 0x92, 0x58, 0x3b, 0xa5, 0xe0, 0x0b, 0x30, - 0xe3, 0xd3, 0x23, 0xa6, 0xbe, 0x32, 0xce, 0xd6, 0xbe, 0x30, 0x3c, 0x4c, 0x74, 0xe8, 0x11, 0xb3, - 0x14, 0xb8, 0xfe, 0xdf, 0x12, 0x58, 0x71, 0x58, 0x58, 0x00, 0xae, 0xcf, 0xa5, 0x5f, 0xce, 0x77, - 0x65, 0x5c, 0xbb, 0xa5, 0xdf, 0x6f, 0x24, 0x80, 0xc7, 0x64, 0x97, 0x2b, 0x33, 0xee, 0x55, 0x3c, - 0x42, 0x55, 0xd4, 0xe9, 0x57, 0xfc, 0xc8, 0x8f, 0xc7, 0xfd, 0x87, 0xee, 0xa9, 0xfe, 0xf3, 0x8f, - 0x2b, 0xef, 0x6d, 0xb5, 0x5a, 0xff, 0xbc, 0x72, 0x7f, 0x4b, 0x8b, 0xb5, 0xdc, 0xb8, 0xac, 0x2f, - 0xe5, 0xd5, 0x41, 0xb5, 0xdc, 0x56, 0x66, 0xff, 0x49, 0x0d, 0xde, 0xb6, 0xdc, 0xf8, 0x6d, 0x66, - 0xf0, 0xf6, 0xa0, 0xfa, 0x56, 0x1b, 0xfc, 0xef, 0xca, 0x8a, 0x1e, 0x6d, 0x36, 0x5b, 0x6e, 0xdc, - 0x6c, 0x66, 0x26, 0xcd, 0xe6, 0x41, 0xb5, 0xd9, 0xd4, 0x46, 0x87, 0x57, 0x55, 0x74, 0xf5, 0x9f, - 0x02, 0x00, 0x00, 0xff, 0xff, 0x6a, 0x92, 0xaf, 0xc1, 0x8d, 0x1c, 0x00, 0x00, + 0x15, 0xc7, 0x1f, 0xa5, 0x6e, 0xd2, 0xc0, 0x75, 0x6c, 0xc3, 0x89, 0x8b, 0x38, 0xef, 0xee, 0xb6, + 0x66, 0x7d, 0x91, 0xac, 0x17, 0x67, 0xab, 0xd2, 0xbc, 0xc8, 0xb2, 0xeb, 0x28, 0x75, 0x6a, 0x8f, + 0x72, 0xdd, 0xad, 0x4f, 0x36, 0x0e, 0x26, 0x21, 0x8a, 0x33, 0x49, 0x30, 0x20, 0x64, 0x57, 0x37, + 0xdb, 0x07, 0xd8, 0xdd, 0x2e, 0x72, 0xbd, 0x67, 0x97, 0xdb, 0xcd, 0x2e, 0xf7, 0x19, 0xf6, 0x49, + 0xf6, 0xec, 0x53, 0xf4, 0x01, 0x40, 0x52, 0x94, 0x64, 0x89, 0x50, 0x7c, 0x25, 0x12, 0x38, 0xff, + 0xdf, 0x39, 0x3c, 0x04, 0x0e, 0x08, 0x08, 0x7c, 0xe1, 0x50, 0xea, 0x78, 0xa4, 0x84, 0xed, 0xa8, + 0xa4, 0x2e, 0xc5, 0xd5, 0x69, 0xb9, 0x64, 0x51, 0xdf, 0xa7, 0x41, 0x29, 0x22, 0x8e, 0x4f, 0x02, + 0x1e, 0x15, 0x43, 0x46, 0x39, 0x85, 0x77, 0x95, 0x4d, 0x11, 0xdb, 0x51, 0x31, 0x35, 0x2f, 0x9e, + 0x96, 0x8b, 0xca, 0x7c, 0x2d, 0x0f, 0x67, 0x31, 0x97, 0x13, 0xe6, 0x62, 0x85, 0x5b, 0xab, 0x4e, + 0x32, 0x27, 0x41, 0xcf, 0x8f, 0x4a, 0xd8, 0x36, 0x03, 0xc2, 0xcf, 0x28, 0x3b, 0x31, 0x79, 0x3f, + 0x24, 0xb1, 0xa8, 0x38, 0x5d, 0x64, 0x79, 0xae, 0x35, 0x64, 0xff, 0x34, 0xc7, 0x9e, 0x06, 0xa7, + 0x84, 0x45, 0x2e, 0x0d, 0x4c, 0x6c, 0x71, 0xf1, 0x63, 0x61, 0x4e, 0x1c, 0xca, 0xfa, 0xb1, 0x7e, + 0x47, 0x5f, 0xcf, 0x39, 0x73, 0x8f, 0x7b, 0x12, 0x42, 0x4e, 0x49, 0xc0, 0xb3, 0x61, 0x7c, 0xa9, + 0x8d, 0xf1, 0xb0, 0x63, 0x1e, 0xf7, 0xac, 0x13, 0xc2, 0x63, 0xe9, 0xae, 0xb6, 0x94, 0x32, 0x13, + 0xdb, 0x7f, 0xea, 0x45, 0x5c, 0xbc, 0xb4, 0x71, 0x50, 0x69, 0x3a, 0xc8, 0xc6, 0x7d, 0x93, 0x76, + 0xcc, 0x33, 0x42, 0x4e, 0x62, 0xc1, 0xa7, 0x39, 0x02, 0x72, 0xea, 0x5a, 0x9a, 0x79, 0x26, 0x3f, + 0x72, 0xc2, 0x02, 0xec, 0x99, 0x99, 0x70, 0x23, 0xda, 0x63, 0xa9, 0xfe, 0xc9, 0x74, 0x7d, 0x97, + 0x72, 0xe2, 0x99, 0x36, 0xe6, 0xc4, 0x8c, 0x88, 0x47, 0xd4, 0xab, 0xca, 0xe4, 0xb7, 0x3c, 0x5d, + 0xee, 0xd3, 0x80, 0x77, 0xc5, 0xd3, 0xf5, 0x09, 0x66, 0xb1, 0xa4, 0x36, 0x5d, 0x12, 0x7a, 0xd8, + 0x22, 0x5d, 0xea, 0xd9, 0x84, 0x65, 0x1d, 0xe5, 0x0c, 0xda, 0x90, 0x51, 0xbb, 0x67, 0x71, 0xd3, + 0xea, 0xe2, 0x20, 0x20, 0x5e, 0x2c, 0x7a, 0x36, 0x93, 0xc8, 0x24, 0x3f, 0x5a, 0x5e, 0x2f, 0x72, + 0x4f, 0x5d, 0x9e, 0x8c, 0xc2, 0x4d, 0x4d, 0x00, 0x0d, 0x6c, 0x57, 0xa4, 0x26, 0x96, 0x35, 0xa7, + 0xcb, 0x22, 0x82, 0x99, 0xd5, 0x35, 0x49, 0xe0, 0xb8, 0x01, 0x31, 0x19, 0x89, 0x7a, 0x1e, 0x8f, + 0xcc, 0x10, 0x3b, 0x24, 0xfb, 0xc4, 0x75, 0x2d, 0x08, 0x27, 0xcc, 0x37, 0x7d, 0xcc, 0xc5, 0xe5, + 0x40, 0xfb, 0x30, 0x47, 0xeb, 0xd1, 0x64, 0x70, 0xc6, 0xb5, 0xa5, 0x24, 0xef, 0x8e, 0x7b, 0x9d, + 0xd2, 0x19, 0xc3, 0x61, 0x48, 0x58, 0x5c, 0x7b, 0xd6, 0x6e, 0x27, 0xa4, 0xd0, 0x2d, 0xe1, 0x20, + 0xa0, 0x1c, 0x8b, 0xe7, 0x8c, 0x7b, 0xd7, 0xff, 0x53, 0x06, 0x1f, 0xb4, 0xe3, 0x62, 0x05, 0x3b, + 0x60, 0x71, 0xa4, 0x76, 0xa0, 0xf7, 0xee, 0x17, 0x1e, 0x5e, 0xab, 0x3c, 0x2d, 0x4e, 0x2a, 0x60, + 0x32, 0x9c, 0x62, 0xc3, 0xfe, 0x56, 0x89, 0x0e, 0xfb, 0x21, 0xd9, 0x09, 0x7a, 0xfe, 0x70, 0x8b, + 0xb1, 0x80, 0xb3, 0xb7, 0xf0, 0x3b, 0x00, 0x06, 0xe5, 0x06, 0xad, 0x49, 0x17, 0x8f, 0x72, 0x5c, + 0x34, 0x85, 0x20, 0xc5, 0xa7, 0x77, 0xc6, 0x55, 0x2b, 0xb9, 0x84, 0x2d, 0xb0, 0x3c, 0x56, 0x95, + 0x50, 0xed, 0x7e, 0xe1, 0xe1, 0x7c, 0xe5, 0x76, 0x42, 0x4f, 0xb2, 0x54, 0x6c, 0x73, 0xe6, 0x06, + 0xce, 0x11, 0xf6, 0x7a, 0xc4, 0x58, 0x1a, 0xc8, 0x1a, 0x52, 0x05, 0xff, 0x56, 0x00, 0x6b, 0x93, + 0x2b, 0x1c, 0xda, 0x94, 0x21, 0x1f, 0xe6, 0x85, 0x3c, 0x42, 0x6d, 0xc6, 0x72, 0xf5, 0x04, 0x13, + 0x3a, 0x0d, 0x64, 0x4d, 0xe8, 0x81, 0x06, 0x58, 0x1d, 0x8f, 0x29, 0xc0, 0x3e, 0x41, 0x8f, 0x34, + 0x1e, 0xf2, 0xfa, 0x28, 0xf7, 0x5b, 0xec, 0x13, 0xb8, 0x0f, 0x6e, 0x64, 0x99, 0x69, 0x11, 0x44, + 0xb7, 0x24, 0x72, 0x6d, 0x0c, 0xb9, 0x45, 0xa9, 0x37, 0x0e, 0x4c, 0x75, 0xf0, 0x5f, 0x05, 0xf0, + 0x20, 0xb7, 0xb6, 0xa3, 0x4b, 0x32, 0x81, 0x7f, 0xd4, 0x4f, 0xe0, 0x00, 0xb3, 0x23, 0x28, 0x83, + 0x81, 0x30, 0xd5, 0xc4, 0xb8, 0x6b, 0x4d, 0xed, 0x87, 0x7f, 0x1e, 0x7a, 0xfc, 0x41, 0xe1, 0x47, + 0x15, 0x19, 0xe0, 0x4b, 0xed, 0x00, 0xf7, 0xb0, 0xb3, 0x25, 0x95, 0x23, 0x51, 0xa5, 0xed, 0xc6, + 0x8a, 0x35, 0xde, 0x08, 0xff, 0x5d, 0x00, 0x1f, 0x6b, 0xac, 0x43, 0xa8, 0x2a, 0xc3, 0x39, 0xd6, + 0x0e, 0x67, 0x9f, 0x0d, 0x5e, 0xc9, 0xa4, 0xd0, 0xce, 0xb5, 0x31, 0xee, 0x59, 0xd3, 0x0d, 0xe0, + 0x06, 0x98, 0x13, 0xab, 0x09, 0x9a, 0xd3, 0x18, 0x73, 0xd2, 0x12, 0x1e, 0x81, 0xf9, 0xcc, 0x12, + 0x89, 0xde, 0xd7, 0x9a, 0xef, 0xdb, 0xb8, 0xbf, 0xdf, 0xf9, 0x9e, 0x90, 0x13, 0x19, 0x75, 0x7a, + 0x67, 0x5c, 0xb5, 0x93, 0x4b, 0xf8, 0x02, 0x5c, 0x56, 0x2b, 0x29, 0x2a, 0x48, 0xe4, 0x46, 0x1e, + 0x52, 0x1a, 0x2b, 0x9e, 0xbc, 0x34, 0x62, 0xbd, 0x9c, 0xee, 0x93, 0x17, 0x5a, 0xf4, 0x2b, 0xad, + 0xe9, 0xbe, 0x13, 0x03, 0x06, 0x19, 0x6e, 0x4b, 0xb9, 0x74, 0x38, 0xa9, 0xd3, 0x40, 0x64, 0x42, + 0x0f, 0x7c, 0x09, 0xa0, 0x43, 0xa8, 0xc9, 0x31, 0x73, 0x08, 0x37, 0xb1, 0xcb, 0x42, 0xca, 0x38, + 0x6a, 0xe8, 0xd4, 0x33, 0x87, 0xd0, 0x43, 0x29, 0x6b, 0x28, 0x15, 0xdc, 0x06, 0x8b, 0x19, 0x96, + 0xe5, 0xf2, 0x3e, 0x7a, 0xaa, 0x01, 0x5a, 0x48, 0x41, 0x4d, 0x97, 0xf7, 0xe1, 0x0b, 0xb0, 0x9c, + 0xa5, 0xd0, 0x5e, 0xc0, 0xfb, 0x68, 0x5b, 0x83, 0xb3, 0x38, 0xe0, 0x48, 0x11, 0xdc, 0x03, 0x2b, + 0x19, 0x92, 0xed, 0x46, 0x9c, 0xb9, 0x16, 0x47, 0x3b, 0x1a, 0xac, 0xe5, 0x94, 0xb5, 0x1d, 0xcb, + 0xe0, 0xd7, 0x60, 0x29, 0x43, 0xf3, 0x09, 0x67, 0x14, 0x3d, 0xd3, 0x40, 0x5d, 0x4b, 0x51, 0xaf, + 0x84, 0x06, 0x76, 0xc0, 0x83, 0x2c, 0x87, 0x46, 0xdc, 0x8c, 0x42, 0x62, 0xb9, 0x1d, 0xd7, 0x32, + 0x3d, 0x6a, 0xc9, 0x85, 0x13, 0xbd, 0xd0, 0x00, 0xdf, 0x19, 0x80, 0x69, 0xc4, 0xdb, 0x31, 0x63, + 0x2f, 0x46, 0xc0, 0xdf, 0x80, 0xd5, 0x8c, 0x9f, 0x90, 0x46, 0x5c, 0x0e, 0x3b, 0x9b, 0xa0, 0x5d, + 0x0d, 0xf8, 0x4a, 0x0a, 0x3f, 0x90, 0xca, 0x26, 0xb5, 0xc9, 0xc8, 0xab, 0x61, 0xc4, 0x11, 0xa1, + 0x3e, 0x9f, 0xe9, 0xd5, 0x18, 0x52, 0x34, 0x92, 0xcc, 0x88, 0x8b, 0xb9, 0xde, 0x9c, 0x29, 0x99, + 0x6d, 0xae, 0x66, 0xfd, 0x4d, 0xf5, 0xed, 0x79, 0x4c, 0xe9, 0x89, 0x1b, 0x38, 0xe6, 0x99, 0x1b, + 0xd8, 0xf4, 0xcc, 0xb4, 0x71, 0x3f, 0x42, 0x97, 0x25, 0xf0, 0xd6, 0x18, 0xb0, 0x15, 0xf0, 0x47, + 0x35, 0xc5, 0x5b, 0x95, 0xea, 0x2d, 0x25, 0xfe, 0x5e, 0x6a, 0xb7, 0x71, 0x3f, 0x82, 0x4d, 0xb0, + 0xa8, 0xb8, 0x16, 0x09, 0x38, 0x61, 0xa6, 0x6b, 0xa3, 0x2b, 0xf9, 0xb4, 0x05, 0xa9, 0x69, 0x4a, + 0x49, 0xcb, 0x86, 0xdf, 0x80, 0x95, 0x18, 0xd2, 0x25, 0xd6, 0x89, 0xe9, 0x06, 0xf2, 0x0b, 0x19, + 0x7d, 0xa0, 0x33, 0xb9, 0x14, 0x49, 0xe8, 0x5a, 0xc1, 0xb6, 0x78, 0xd2, 0x37, 0x60, 0x6d, 0x0c, + 0x36, 0x28, 0x77, 0x57, 0x2f, 0x54, 0xee, 0x6e, 0x0c, 0x7b, 0x4b, 0x4a, 0xdf, 0x63, 0x00, 0x62, + 0x97, 0x62, 0x2a, 0x03, 0x8d, 0xb0, 0xaf, 0x2a, 0x90, 0x98, 0xc6, 0x5f, 0x81, 0xf9, 0x58, 0xec, + 0xe1, 0x28, 0x42, 0xf3, 0x93, 0xb3, 0x57, 0xad, 0x28, 0xb1, 0x72, 0xd6, 0x14, 0xe6, 0xb0, 0x01, + 0x16, 0x62, 0xb5, 0x98, 0xca, 0xac, 0x8f, 0x3e, 0xd4, 0xf0, 0xfe, 0xa1, 0x02, 0x28, 0x05, 0xfc, + 0x6b, 0x21, 0x19, 0x1b, 0xe7, 0xec, 0x4b, 0xd0, 0x82, 0x4c, 0xd8, 0x41, 0x4e, 0xc2, 0x5e, 0x08, + 0xbd, 0x48, 0x7f, 0x3b, 0x51, 0xa7, 0xdf, 0x04, 0xe7, 0x77, 0xc5, 0x03, 0x6a, 0xac, 0x1d, 0xee, + 0x81, 0xeb, 0x2a, 0x18, 0x8f, 0x04, 0x8e, 0xda, 0xec, 0x44, 0x1c, 0xf7, 0xd1, 0xb5, 0xfc, 0xbc, + 0x2c, 0x4b, 0xe1, 0x9e, 0xd4, 0xed, 0x77, 0xda, 0x1c, 0xf7, 0xe1, 0x93, 0x24, 0xb9, 0x6a, 0xe6, + 0x2c, 0x6a, 0x24, 0x47, 0x65, 0x57, 0xcd, 0x9a, 0x12, 0x98, 0xeb, 0xd2, 0x1e, 0x43, 0x4b, 0xf9, + 0xce, 0xa5, 0x21, 0xfc, 0x3d, 0xb8, 0xe3, 0x8a, 0x41, 0x1d, 0x7f, 0x0e, 0x8a, 0x24, 0x76, 0xdd, + 0xc8, 0x14, 0xab, 0x4a, 0x20, 0x16, 0x13, 0x54, 0xce, 0xfd, 0x90, 0x5b, 0xcb, 0x00, 0xf6, 0x83, + 0xc3, 0xae, 0x1b, 0xed, 0x24, 0x6a, 0xd8, 0x00, 0x57, 0x4e, 0x48, 0xff, 0x8c, 0x32, 0x1b, 0x3d, + 0x91, 0xa0, 0x4f, 0x8a, 0xd3, 0xcf, 0x32, 0x8a, 0xdf, 0x28, 0x73, 0x23, 0xd1, 0xc1, 0x0a, 0x78, + 0x5f, 0xee, 0x22, 0xd1, 0xb2, 0x46, 0x2e, 0x94, 0x29, 0xfc, 0x03, 0x58, 0x18, 0xda, 0x79, 0x22, + 0x28, 0x07, 0x45, 0x3d, 0x67, 0x50, 0xbc, 0x12, 0x9a, 0xfd, 0xce, 0xef, 0x08, 0x66, 0x72, 0x24, + 0x64, 0xee, 0x8d, 0x79, 0x7f, 0x70, 0x23, 0x8a, 0x5c, 0x88, 0x19, 0x0f, 0x08, 0x33, 0xd5, 0xdb, + 0x72, 0x6d, 0xb4, 0xa2, 0x53, 0xe4, 0x62, 0x95, 0x1c, 0x62, 0x2d, 0x1b, 0xfa, 0x60, 0x69, 0x74, + 0xbb, 0x8b, 0xae, 0xcb, 0x50, 0xb7, 0x72, 0x42, 0x3d, 0x18, 0xc8, 0xd2, 0x81, 0x3b, 0xd2, 0x66, + 0x2c, 0x86, 0xc3, 0x0d, 0xf0, 0x00, 0xdc, 0x48, 0x76, 0xac, 0xd8, 0x71, 0x18, 0x71, 0x30, 0xa7, + 0xb2, 0x02, 0xde, 0x9e, 0x10, 0xfb, 0x77, 0x99, 0x12, 0xb8, 0x12, 0x4b, 0x1b, 0xa9, 0xb2, 0x65, + 0x43, 0x0b, 0xdc, 0x4b, 0x88, 0xc7, 0xae, 0x6d, 0x8b, 0x3a, 0x9d, 0xec, 0x72, 0x4c, 0x8f, 0x9c, + 0x12, 0xaf, 0x8c, 0x7e, 0xad, 0x91, 0x97, 0xdb, 0x31, 0x64, 0x4b, 0x31, 0x92, 0x2d, 0xcb, 0x9e, + 0x24, 0xe4, 0x3b, 0xa9, 0xa0, 0x2f, 0x2f, 0xe8, 0xa4, 0x92, 0xef, 0xa4, 0x8a, 0xea, 0x17, 0x74, + 0x52, 0xcd, 0x77, 0x52, 0x43, 0x8f, 0x2f, 0xe8, 0xa4, 0x96, 0xef, 0x64, 0x13, 0x7d, 0x75, 0x41, + 0x27, 0x9b, 0xa2, 0x8c, 0xa7, 0x4e, 0x18, 0x0e, 0x6c, 0x74, 0x47, 0xa7, 0x8c, 0x27, 0x48, 0xa1, + 0x80, 0x2e, 0x58, 0x1c, 0x39, 0x80, 0x41, 0x77, 0xe5, 0xd8, 0x7f, 0x9e, 0x37, 0xf6, 0x95, 0xaa, + 0xa9, 0x44, 0x6a, 0xe8, 0x0f, 0x35, 0x19, 0xd7, 0xc2, 0xa1, 0x7b, 0xf8, 0xb6, 0x00, 0x6e, 0x4d, + 0x39, 0xec, 0x41, 0xf7, 0xa4, 0xdf, 0xa3, 0xd9, 0xfc, 0x0e, 0xf4, 0xe7, 0x84, 0x90, 0xe9, 0x35, + 0x6e, 0x86, 0x93, 0xba, 0xe0, 0x1b, 0xb0, 0x3c, 0x76, 0x86, 0x84, 0xee, 0xcb, 0x68, 0xb6, 0x35, + 0xa3, 0x49, 0x64, 0x43, 0x41, 0x24, 0x8d, 0xc6, 0x52, 0x38, 0xd2, 0x02, 0x77, 0x32, 0x69, 0x8f, + 0x97, 0xe0, 0x07, 0x5a, 0xa5, 0x2b, 0x01, 0xa9, 0x45, 0xf8, 0xb7, 0xe0, 0x66, 0x8a, 0xe9, 0x45, + 0x9c, 0xfa, 0xe9, 0x5e, 0x9d, 0x6c, 0xa0, 0x75, 0x0d, 0xe0, 0x47, 0x09, 0x50, 0xaa, 0x1b, 0xa9, + 0x78, 0x1a, 0xb9, 0x8c, 0x3e, 0x7e, 0x77, 0x72, 0x79, 0x1a, 0xb9, 0x82, 0x7e, 0xf6, 0xee, 0xe4, + 0xca, 0x34, 0x72, 0x15, 0xfd, 0xfc, 0xdd, 0xc9, 0xd5, 0x69, 0xe4, 0x1a, 0xfa, 0xc5, 0xbb, 0x93, + 0x6b, 0x62, 0x53, 0x97, 0x90, 0x5d, 0x4e, 0x7c, 0xb1, 0x0e, 0x7c, 0xa2, 0xb3, 0xa9, 0x8b, 0x45, + 0x2d, 0x4e, 0xfc, 0x96, 0x0d, 0x77, 0x41, 0x32, 0xc4, 0x4c, 0x0f, 0x07, 0x4e, 0x0f, 0x3b, 0x04, + 0x3d, 0xd4, 0xd9, 0x38, 0xc4, 0xaa, 0xbd, 0x58, 0x24, 0xf6, 0x74, 0x09, 0xc8, 0x27, 0x4c, 0xcc, + 0x52, 0x2e, 0x42, 0xfa, 0xa5, 0xc6, 0xd2, 0x94, 0xcc, 0xa1, 0x57, 0xb1, 0xae, 0x65, 0xcb, 0x15, + 0x3a, 0xa6, 0x45, 0x9c, 0x32, 0x22, 0x50, 0x9f, 0xce, 0x30, 0xcc, 0xdb, 0x42, 0xd4, 0xb2, 0xb3, + 0x75, 0x8e, 0xbb, 0xdc, 0x23, 0xe8, 0xb3, 0x19, 0xea, 0xdc, 0xa1, 0x50, 0x64, 0xf3, 0x2c, 0x16, + 0x78, 0xd3, 0x2b, 0xa3, 0xcf, 0x67, 0xc8, 0xb3, 0x58, 0xb9, 0xf7, 0xca, 0xe3, 0x94, 0x0a, 0xfa, + 0x62, 0x56, 0x4a, 0x65, 0x9c, 0x52, 0x45, 0xc5, 0x59, 0x29, 0xd5, 0x71, 0x4a, 0x0d, 0x95, 0x66, + 0xa5, 0xd4, 0xc6, 0x29, 0x9b, 0x68, 0x63, 0x56, 0xca, 0x26, 0x7c, 0x04, 0xae, 0xbc, 0xe9, 0x61, + 0xc6, 0x09, 0x43, 0x37, 0x34, 0xd4, 0x89, 0x31, 0xfc, 0x7b, 0x01, 0xdc, 0xcb, 0x39, 0x87, 0x47, + 0x5f, 0xcb, 0x42, 0xfc, 0x43, 0x4e, 0x21, 0x6e, 0x4b, 0xca, 0x8e, 0x84, 0x18, 0x8a, 0x71, 0x80, + 0x1d, 0x92, 0x7e, 0x96, 0x4d, 0xe9, 0x37, 0x6e, 0x45, 0x93, 0x3b, 0xe1, 0x5f, 0xc0, 0xea, 0xf9, + 0x87, 0xfc, 0x68, 0x55, 0xeb, 0x78, 0x51, 0x39, 0x3e, 0x24, 0xcc, 0x7f, 0x25, 0xa4, 0x23, 0x01, + 0x0d, 0xb5, 0x1b, 0x2b, 0xd1, 0x78, 0x23, 0x7c, 0x0e, 0xe6, 0x22, 0x8f, 0x72, 0xf4, 0x91, 0x74, + 0xf7, 0x79, 0x9e, 0x3b, 0x8f, 0xaa, 0x33, 0x42, 0x71, 0x61, 0x48, 0xa5, 0x78, 0x3b, 0x67, 0xe4, + 0x58, 0x64, 0x14, 0x6d, 0xe9, 0xbc, 0x9d, 0xd8, 0x18, 0x6e, 0x80, 0x39, 0xb9, 0xfb, 0x45, 0x3a, + 0xa7, 0x84, 0xc2, 0x52, 0xec, 0x7c, 0xe4, 0x97, 0xfe, 0x4d, 0x8d, 0x9d, 0x8f, 0x30, 0x5c, 0x7f, + 0x5b, 0x00, 0x57, 0xe2, 0xcd, 0x06, 0x7c, 0x09, 0x20, 0xb6, 0x4d, 0x87, 0xd1, 0x5e, 0x68, 0xc6, + 0x7f, 0x96, 0xd2, 0x40, 0x1e, 0x0b, 0xe6, 0x6e, 0xe7, 0xb1, 0xbd, 0x2b, 0x64, 0xcd, 0x44, 0x05, + 0x9f, 0x81, 0x39, 0x37, 0xe8, 0x50, 0x79, 0x46, 0x3d, 0x5f, 0xf9, 0x4c, 0x73, 0xbf, 0xd3, 0x0a, + 0x3a, 0xd4, 0x90, 0xc2, 0xad, 0xff, 0x15, 0xc0, 0xba, 0x45, 0xfd, 0x1c, 0xe1, 0xd6, 0x42, 0xf2, + 0xbf, 0xcb, 0x81, 0x88, 0xeb, 0xa0, 0xf0, 0xc3, 0x76, 0x2c, 0x70, 0xa8, 0x28, 0xc4, 0x45, 0xca, + 0x9c, 0x92, 0x43, 0x02, 0x19, 0x75, 0xf2, 0x1f, 0x50, 0xe8, 0x46, 0x93, 0xfe, 0x24, 0x7e, 0xac, + 0x7e, 0xfe, 0x71, 0xe9, 0xbd, 0xdd, 0x46, 0xe3, 0x9f, 0x97, 0xee, 0xee, 0x2a, 0x58, 0xc3, 0x8e, + 0x8a, 0xea, 0x52, 0x5c, 0x1d, 0x95, 0x8b, 0x4d, 0x69, 0xf6, 0xdf, 0xc4, 0xe0, 0x75, 0xc3, 0x8e, + 0x5e, 0xa7, 0x06, 0xaf, 0x8f, 0xca, 0xaf, 0x95, 0xc1, 0xff, 0x2f, 0xad, 0xab, 0xd6, 0x7a, 0xbd, + 0x61, 0x47, 0xf5, 0x7a, 0x6a, 0x52, 0xaf, 0x1f, 0x95, 0xeb, 0x75, 0x65, 0x74, 0x7c, 0x59, 0x46, + 0x57, 0xfd, 0x29, 0x00, 0x00, 0xff, 0xff, 0x15, 0xf6, 0x4f, 0x34, 0x10, 0x1f, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/common/simulation.pb.go b/googleapis/ads/googleads/v1/common/simulation.pb.go new file mode 100644 index 0000000000..c089b8a25a --- /dev/null +++ b/googleapis/ads/googleads/v1/common/simulation.pb.go @@ -0,0 +1,478 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/common/simulation.proto + +package common // import "google.golang.org/genproto/googleapis/ads/googleads/v1/common" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import wrappers "github.com/golang/protobuf/ptypes/wrappers" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// A container for simulation points for simulations of type BID_MODIFIER. +type BidModifierSimulationPointList struct { + // Projected metrics for a series of bid modifier amounts. + Points []*BidModifierSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *BidModifierSimulationPointList) Reset() { *m = BidModifierSimulationPointList{} } +func (m *BidModifierSimulationPointList) String() string { return proto.CompactTextString(m) } +func (*BidModifierSimulationPointList) ProtoMessage() {} +func (*BidModifierSimulationPointList) Descriptor() ([]byte, []int) { + return fileDescriptor_simulation_236f10bcdfcd99b7, []int{0} +} +func (m *BidModifierSimulationPointList) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BidModifierSimulationPointList.Unmarshal(m, b) +} +func (m *BidModifierSimulationPointList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BidModifierSimulationPointList.Marshal(b, m, deterministic) +} +func (dst *BidModifierSimulationPointList) XXX_Merge(src proto.Message) { + xxx_messageInfo_BidModifierSimulationPointList.Merge(dst, src) +} +func (m *BidModifierSimulationPointList) XXX_Size() int { + return xxx_messageInfo_BidModifierSimulationPointList.Size(m) +} +func (m *BidModifierSimulationPointList) XXX_DiscardUnknown() { + xxx_messageInfo_BidModifierSimulationPointList.DiscardUnknown(m) +} + +var xxx_messageInfo_BidModifierSimulationPointList proto.InternalMessageInfo + +func (m *BidModifierSimulationPointList) GetPoints() []*BidModifierSimulationPoint { + if m != nil { + return m.Points + } + return nil +} + +// A container for simulation points for simulations of type CPC_BID. +type CpcBidSimulationPointList struct { + // Projected metrics for a series of cpc bid amounts. + Points []*CpcBidSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CpcBidSimulationPointList) Reset() { *m = CpcBidSimulationPointList{} } +func (m *CpcBidSimulationPointList) String() string { return proto.CompactTextString(m) } +func (*CpcBidSimulationPointList) ProtoMessage() {} +func (*CpcBidSimulationPointList) Descriptor() ([]byte, []int) { + return fileDescriptor_simulation_236f10bcdfcd99b7, []int{1} +} +func (m *CpcBidSimulationPointList) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CpcBidSimulationPointList.Unmarshal(m, b) +} +func (m *CpcBidSimulationPointList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CpcBidSimulationPointList.Marshal(b, m, deterministic) +} +func (dst *CpcBidSimulationPointList) XXX_Merge(src proto.Message) { + xxx_messageInfo_CpcBidSimulationPointList.Merge(dst, src) +} +func (m *CpcBidSimulationPointList) XXX_Size() int { + return xxx_messageInfo_CpcBidSimulationPointList.Size(m) +} +func (m *CpcBidSimulationPointList) XXX_DiscardUnknown() { + xxx_messageInfo_CpcBidSimulationPointList.DiscardUnknown(m) +} + +var xxx_messageInfo_CpcBidSimulationPointList proto.InternalMessageInfo + +func (m *CpcBidSimulationPointList) GetPoints() []*CpcBidSimulationPoint { + if m != nil { + return m.Points + } + return nil +} + +// A container for simulation points for simulations of type TARGET_CPA. +type TargetCpaSimulationPointList struct { + // Projected metrics for a series of target cpa amounts. + Points []*TargetCpaSimulationPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *TargetCpaSimulationPointList) Reset() { *m = TargetCpaSimulationPointList{} } +func (m *TargetCpaSimulationPointList) String() string { return proto.CompactTextString(m) } +func (*TargetCpaSimulationPointList) ProtoMessage() {} +func (*TargetCpaSimulationPointList) Descriptor() ([]byte, []int) { + return fileDescriptor_simulation_236f10bcdfcd99b7, []int{2} +} +func (m *TargetCpaSimulationPointList) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TargetCpaSimulationPointList.Unmarshal(m, b) +} +func (m *TargetCpaSimulationPointList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TargetCpaSimulationPointList.Marshal(b, m, deterministic) +} +func (dst *TargetCpaSimulationPointList) XXX_Merge(src proto.Message) { + xxx_messageInfo_TargetCpaSimulationPointList.Merge(dst, src) +} +func (m *TargetCpaSimulationPointList) XXX_Size() int { + return xxx_messageInfo_TargetCpaSimulationPointList.Size(m) +} +func (m *TargetCpaSimulationPointList) XXX_DiscardUnknown() { + xxx_messageInfo_TargetCpaSimulationPointList.DiscardUnknown(m) +} + +var xxx_messageInfo_TargetCpaSimulationPointList proto.InternalMessageInfo + +func (m *TargetCpaSimulationPointList) GetPoints() []*TargetCpaSimulationPoint { + if m != nil { + return m.Points + } + return nil +} + +// Projected metrics for a specific bid modifier amount. +type BidModifierSimulationPoint struct { + // The simulated bid modifier upon which projected metrics are based. + BidModifier *wrappers.DoubleValue `protobuf:"bytes,1,opt,name=bid_modifier,json=bidModifier,proto3" json:"bid_modifier,omitempty"` + // Projected number of biddable conversions. + BiddableConversions *wrappers.DoubleValue `protobuf:"bytes,2,opt,name=biddable_conversions,json=biddableConversions,proto3" json:"biddable_conversions,omitempty"` + // Projected total value of biddable conversions. + BiddableConversionsValue *wrappers.DoubleValue `protobuf:"bytes,3,opt,name=biddable_conversions_value,json=biddableConversionsValue,proto3" json:"biddable_conversions_value,omitempty"` + // Projected number of clicks. + Clicks *wrappers.Int64Value `protobuf:"bytes,4,opt,name=clicks,proto3" json:"clicks,omitempty"` + // Projected cost in micros. + CostMicros *wrappers.Int64Value `protobuf:"bytes,5,opt,name=cost_micros,json=costMicros,proto3" json:"cost_micros,omitempty"` + // Projected number of impressions. + Impressions *wrappers.Int64Value `protobuf:"bytes,6,opt,name=impressions,proto3" json:"impressions,omitempty"` + // Projected number of top slot impressions. + TopSlotImpressions *wrappers.Int64Value `protobuf:"bytes,7,opt,name=top_slot_impressions,json=topSlotImpressions,proto3" json:"top_slot_impressions,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *BidModifierSimulationPoint) Reset() { *m = BidModifierSimulationPoint{} } +func (m *BidModifierSimulationPoint) String() string { return proto.CompactTextString(m) } +func (*BidModifierSimulationPoint) ProtoMessage() {} +func (*BidModifierSimulationPoint) Descriptor() ([]byte, []int) { + return fileDescriptor_simulation_236f10bcdfcd99b7, []int{3} +} +func (m *BidModifierSimulationPoint) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BidModifierSimulationPoint.Unmarshal(m, b) +} +func (m *BidModifierSimulationPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BidModifierSimulationPoint.Marshal(b, m, deterministic) +} +func (dst *BidModifierSimulationPoint) XXX_Merge(src proto.Message) { + xxx_messageInfo_BidModifierSimulationPoint.Merge(dst, src) +} +func (m *BidModifierSimulationPoint) XXX_Size() int { + return xxx_messageInfo_BidModifierSimulationPoint.Size(m) +} +func (m *BidModifierSimulationPoint) XXX_DiscardUnknown() { + xxx_messageInfo_BidModifierSimulationPoint.DiscardUnknown(m) +} + +var xxx_messageInfo_BidModifierSimulationPoint proto.InternalMessageInfo + +func (m *BidModifierSimulationPoint) GetBidModifier() *wrappers.DoubleValue { + if m != nil { + return m.BidModifier + } + return nil +} + +func (m *BidModifierSimulationPoint) GetBiddableConversions() *wrappers.DoubleValue { + if m != nil { + return m.BiddableConversions + } + return nil +} + +func (m *BidModifierSimulationPoint) GetBiddableConversionsValue() *wrappers.DoubleValue { + if m != nil { + return m.BiddableConversionsValue + } + return nil +} + +func (m *BidModifierSimulationPoint) GetClicks() *wrappers.Int64Value { + if m != nil { + return m.Clicks + } + return nil +} + +func (m *BidModifierSimulationPoint) GetCostMicros() *wrappers.Int64Value { + if m != nil { + return m.CostMicros + } + return nil +} + +func (m *BidModifierSimulationPoint) GetImpressions() *wrappers.Int64Value { + if m != nil { + return m.Impressions + } + return nil +} + +func (m *BidModifierSimulationPoint) GetTopSlotImpressions() *wrappers.Int64Value { + if m != nil { + return m.TopSlotImpressions + } + return nil +} + +// Projected metrics for a specific cpc bid amount. +type CpcBidSimulationPoint struct { + // The simulated cpc bid upon which projected metrics are based. + CpcBidMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=cpc_bid_micros,json=cpcBidMicros,proto3" json:"cpc_bid_micros,omitempty"` + // Projected number of biddable conversions. + BiddableConversions *wrappers.DoubleValue `protobuf:"bytes,2,opt,name=biddable_conversions,json=biddableConversions,proto3" json:"biddable_conversions,omitempty"` + // Projected total value of biddable conversions. + BiddableConversionsValue *wrappers.DoubleValue `protobuf:"bytes,3,opt,name=biddable_conversions_value,json=biddableConversionsValue,proto3" json:"biddable_conversions_value,omitempty"` + // Projected number of clicks. + Clicks *wrappers.Int64Value `protobuf:"bytes,4,opt,name=clicks,proto3" json:"clicks,omitempty"` + // Projected cost in micros. + CostMicros *wrappers.Int64Value `protobuf:"bytes,5,opt,name=cost_micros,json=costMicros,proto3" json:"cost_micros,omitempty"` + // Projected number of impressions. + Impressions *wrappers.Int64Value `protobuf:"bytes,6,opt,name=impressions,proto3" json:"impressions,omitempty"` + // Projected number of top slot impressions. + // Display network does not support this field at the ad group level. + TopSlotImpressions *wrappers.Int64Value `protobuf:"bytes,7,opt,name=top_slot_impressions,json=topSlotImpressions,proto3" json:"top_slot_impressions,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CpcBidSimulationPoint) Reset() { *m = CpcBidSimulationPoint{} } +func (m *CpcBidSimulationPoint) String() string { return proto.CompactTextString(m) } +func (*CpcBidSimulationPoint) ProtoMessage() {} +func (*CpcBidSimulationPoint) Descriptor() ([]byte, []int) { + return fileDescriptor_simulation_236f10bcdfcd99b7, []int{4} +} +func (m *CpcBidSimulationPoint) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CpcBidSimulationPoint.Unmarshal(m, b) +} +func (m *CpcBidSimulationPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CpcBidSimulationPoint.Marshal(b, m, deterministic) +} +func (dst *CpcBidSimulationPoint) XXX_Merge(src proto.Message) { + xxx_messageInfo_CpcBidSimulationPoint.Merge(dst, src) +} +func (m *CpcBidSimulationPoint) XXX_Size() int { + return xxx_messageInfo_CpcBidSimulationPoint.Size(m) +} +func (m *CpcBidSimulationPoint) XXX_DiscardUnknown() { + xxx_messageInfo_CpcBidSimulationPoint.DiscardUnknown(m) +} + +var xxx_messageInfo_CpcBidSimulationPoint proto.InternalMessageInfo + +func (m *CpcBidSimulationPoint) GetCpcBidMicros() *wrappers.Int64Value { + if m != nil { + return m.CpcBidMicros + } + return nil +} + +func (m *CpcBidSimulationPoint) GetBiddableConversions() *wrappers.DoubleValue { + if m != nil { + return m.BiddableConversions + } + return nil +} + +func (m *CpcBidSimulationPoint) GetBiddableConversionsValue() *wrappers.DoubleValue { + if m != nil { + return m.BiddableConversionsValue + } + return nil +} + +func (m *CpcBidSimulationPoint) GetClicks() *wrappers.Int64Value { + if m != nil { + return m.Clicks + } + return nil +} + +func (m *CpcBidSimulationPoint) GetCostMicros() *wrappers.Int64Value { + if m != nil { + return m.CostMicros + } + return nil +} + +func (m *CpcBidSimulationPoint) GetImpressions() *wrappers.Int64Value { + if m != nil { + return m.Impressions + } + return nil +} + +func (m *CpcBidSimulationPoint) GetTopSlotImpressions() *wrappers.Int64Value { + if m != nil { + return m.TopSlotImpressions + } + return nil +} + +// Projected metrics for a specific target cpa amount. +type TargetCpaSimulationPoint struct { + // The simulated target cpa upon which projected metrics are based. + TargetCpaMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=target_cpa_micros,json=targetCpaMicros,proto3" json:"target_cpa_micros,omitempty"` + // Projected number of biddable conversions. + BiddableConversions *wrappers.DoubleValue `protobuf:"bytes,2,opt,name=biddable_conversions,json=biddableConversions,proto3" json:"biddable_conversions,omitempty"` + // Projected total value of biddable conversions. + BiddableConversionsValue *wrappers.DoubleValue `protobuf:"bytes,3,opt,name=biddable_conversions_value,json=biddableConversionsValue,proto3" json:"biddable_conversions_value,omitempty"` + // Projected number of clicks. + Clicks *wrappers.Int64Value `protobuf:"bytes,4,opt,name=clicks,proto3" json:"clicks,omitempty"` + // Projected cost in micros. + CostMicros *wrappers.Int64Value `protobuf:"bytes,5,opt,name=cost_micros,json=costMicros,proto3" json:"cost_micros,omitempty"` + // Projected number of impressions. + Impressions *wrappers.Int64Value `protobuf:"bytes,6,opt,name=impressions,proto3" json:"impressions,omitempty"` + // Projected number of top slot impressions. + // Display network does not support this field at the ad group level. + TopSlotImpressions *wrappers.Int64Value `protobuf:"bytes,7,opt,name=top_slot_impressions,json=topSlotImpressions,proto3" json:"top_slot_impressions,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *TargetCpaSimulationPoint) Reset() { *m = TargetCpaSimulationPoint{} } +func (m *TargetCpaSimulationPoint) String() string { return proto.CompactTextString(m) } +func (*TargetCpaSimulationPoint) ProtoMessage() {} +func (*TargetCpaSimulationPoint) Descriptor() ([]byte, []int) { + return fileDescriptor_simulation_236f10bcdfcd99b7, []int{5} +} +func (m *TargetCpaSimulationPoint) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TargetCpaSimulationPoint.Unmarshal(m, b) +} +func (m *TargetCpaSimulationPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TargetCpaSimulationPoint.Marshal(b, m, deterministic) +} +func (dst *TargetCpaSimulationPoint) XXX_Merge(src proto.Message) { + xxx_messageInfo_TargetCpaSimulationPoint.Merge(dst, src) +} +func (m *TargetCpaSimulationPoint) XXX_Size() int { + return xxx_messageInfo_TargetCpaSimulationPoint.Size(m) +} +func (m *TargetCpaSimulationPoint) XXX_DiscardUnknown() { + xxx_messageInfo_TargetCpaSimulationPoint.DiscardUnknown(m) +} + +var xxx_messageInfo_TargetCpaSimulationPoint proto.InternalMessageInfo + +func (m *TargetCpaSimulationPoint) GetTargetCpaMicros() *wrappers.Int64Value { + if m != nil { + return m.TargetCpaMicros + } + return nil +} + +func (m *TargetCpaSimulationPoint) GetBiddableConversions() *wrappers.DoubleValue { + if m != nil { + return m.BiddableConversions + } + return nil +} + +func (m *TargetCpaSimulationPoint) GetBiddableConversionsValue() *wrappers.DoubleValue { + if m != nil { + return m.BiddableConversionsValue + } + return nil +} + +func (m *TargetCpaSimulationPoint) GetClicks() *wrappers.Int64Value { + if m != nil { + return m.Clicks + } + return nil +} + +func (m *TargetCpaSimulationPoint) GetCostMicros() *wrappers.Int64Value { + if m != nil { + return m.CostMicros + } + return nil +} + +func (m *TargetCpaSimulationPoint) GetImpressions() *wrappers.Int64Value { + if m != nil { + return m.Impressions + } + return nil +} + +func (m *TargetCpaSimulationPoint) GetTopSlotImpressions() *wrappers.Int64Value { + if m != nil { + return m.TopSlotImpressions + } + return nil +} + +func init() { + proto.RegisterType((*BidModifierSimulationPointList)(nil), "google.ads.googleads.v1.common.BidModifierSimulationPointList") + proto.RegisterType((*CpcBidSimulationPointList)(nil), "google.ads.googleads.v1.common.CpcBidSimulationPointList") + proto.RegisterType((*TargetCpaSimulationPointList)(nil), "google.ads.googleads.v1.common.TargetCpaSimulationPointList") + proto.RegisterType((*BidModifierSimulationPoint)(nil), "google.ads.googleads.v1.common.BidModifierSimulationPoint") + proto.RegisterType((*CpcBidSimulationPoint)(nil), "google.ads.googleads.v1.common.CpcBidSimulationPoint") + proto.RegisterType((*TargetCpaSimulationPoint)(nil), "google.ads.googleads.v1.common.TargetCpaSimulationPoint") +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/common/simulation.proto", fileDescriptor_simulation_236f10bcdfcd99b7) +} + +var fileDescriptor_simulation_236f10bcdfcd99b7 = []byte{ + // 570 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x96, 0xdf, 0x6a, 0xdb, 0x30, + 0x18, 0xc5, 0x71, 0x9a, 0x65, 0xa0, 0x94, 0x95, 0x69, 0x1d, 0x78, 0x59, 0x29, 0x25, 0x57, 0xbd, + 0x92, 0x49, 0xbb, 0x8d, 0xe1, 0x6d, 0x0c, 0x27, 0x85, 0x50, 0x58, 0x58, 0x48, 0x47, 0x2e, 0x4a, + 0xc0, 0xc8, 0x92, 0x6b, 0xb4, 0xd9, 0x96, 0xb0, 0x94, 0xec, 0x15, 0x06, 0xbb, 0xda, 0x2b, 0xec, + 0x72, 0x8f, 0xb2, 0x47, 0xe9, 0x53, 0x0c, 0x4b, 0xb6, 0x13, 0x3a, 0x67, 0xee, 0x2e, 0x0b, 0xbd, + 0xca, 0x97, 0x7c, 0xe7, 0xfc, 0x8e, 0xff, 0x1c, 0x62, 0x03, 0x27, 0xe2, 0x3c, 0x8a, 0x43, 0x07, + 0x53, 0x59, 0x8c, 0xf9, 0xb4, 0x1a, 0x38, 0x84, 0x27, 0x09, 0x4f, 0x1d, 0xc9, 0x92, 0x65, 0x8c, + 0x15, 0xe3, 0x29, 0x12, 0x19, 0x57, 0x1c, 0x1e, 0x1a, 0x15, 0xc2, 0x54, 0xa2, 0xca, 0x80, 0x56, + 0x03, 0x64, 0x0c, 0xbd, 0x62, 0xef, 0x68, 0x75, 0xb0, 0xbc, 0x72, 0xbe, 0x66, 0x58, 0x88, 0x30, + 0x93, 0xc6, 0xdf, 0x3b, 0x28, 0x03, 0x05, 0x73, 0x70, 0x9a, 0x72, 0xa5, 0xe1, 0xc5, 0xb6, 0xaf, + 0xc0, 0xe1, 0x90, 0xd1, 0x09, 0xa7, 0xec, 0x8a, 0x85, 0xd9, 0x45, 0x15, 0x3e, 0xe5, 0x2c, 0x55, + 0x1f, 0x98, 0x54, 0x70, 0x06, 0x3a, 0x22, 0xff, 0x22, 0x6d, 0xeb, 0x68, 0xe7, 0xb8, 0x7b, 0xe2, + 0xa2, 0x7f, 0x1f, 0x10, 0xda, 0xce, 0x9b, 0x15, 0xa4, 0xfe, 0x67, 0xf0, 0x6c, 0x24, 0xc8, 0x90, + 0xd1, 0xba, 0xc0, 0xc9, 0x8d, 0xc0, 0x97, 0x4d, 0x81, 0xb5, 0xa8, 0x2a, 0x4b, 0x80, 0x83, 0x4f, + 0x38, 0x8b, 0x42, 0x35, 0x12, 0xb8, 0x2e, 0x6e, 0x7a, 0x23, 0xee, 0x75, 0x53, 0xdc, 0x36, 0x5a, + 0x95, 0xf8, 0xbd, 0x0d, 0x7a, 0xdb, 0x2f, 0x02, 0x7c, 0x0f, 0x76, 0x03, 0x46, 0xfd, 0xa4, 0x58, + 0xdb, 0xd6, 0x91, 0x75, 0xdc, 0x3d, 0x39, 0x28, 0x63, 0xcb, 0xfb, 0x88, 0xce, 0xf8, 0x32, 0x88, + 0xc3, 0x39, 0x8e, 0x97, 0xe1, 0xac, 0x1b, 0xac, 0x79, 0xf0, 0x23, 0xd8, 0x0f, 0x18, 0xa5, 0x38, + 0x88, 0x43, 0x9f, 0xf0, 0x74, 0x15, 0x66, 0x32, 0xbf, 0xa3, 0x76, 0xeb, 0x16, 0xa0, 0x27, 0xa5, + 0x73, 0xb4, 0x36, 0xc2, 0x4b, 0xd0, 0xab, 0x03, 0xfa, 0xab, 0xdc, 0x62, 0xef, 0xdc, 0x02, 0x6b, + 0xd7, 0x60, 0xf5, 0x06, 0x9e, 0x82, 0x0e, 0x89, 0x19, 0xf9, 0x22, 0xed, 0xb6, 0xe6, 0x3c, 0xff, + 0x8b, 0x73, 0x9e, 0xaa, 0x57, 0x2f, 0x0c, 0xa6, 0x90, 0xc2, 0xb7, 0xa0, 0x4b, 0xb8, 0x54, 0x7e, + 0xc2, 0x48, 0xc6, 0xa5, 0xfd, 0xa0, 0xd9, 0x09, 0x72, 0xfd, 0x44, 0xcb, 0xe1, 0x3b, 0xd0, 0x65, + 0x89, 0xc8, 0x42, 0x69, 0x2e, 0x4b, 0xa7, 0xd9, 0xbd, 0xa9, 0x87, 0x13, 0xb0, 0xaf, 0xb8, 0xf0, + 0x65, 0xcc, 0x95, 0xbf, 0xc9, 0x79, 0xd8, 0xcc, 0x81, 0x8a, 0x8b, 0x8b, 0x98, 0xab, 0xf3, 0xb5, + 0xad, 0xff, 0xad, 0x0d, 0x9e, 0xd6, 0x36, 0x14, 0x7a, 0xe0, 0x11, 0x11, 0xc4, 0xd7, 0x65, 0x30, + 0x27, 0x6a, 0x35, 0x47, 0xec, 0x12, 0xcd, 0x2a, 0x4e, 0xf5, 0xbe, 0x0a, 0x77, 0xa9, 0x0a, 0x3f, + 0xda, 0xc0, 0xde, 0xf6, 0xef, 0x01, 0xc7, 0xe0, 0xb1, 0xd2, 0x3b, 0x9f, 0x08, 0xfc, 0x1f, 0x85, + 0xd8, 0x53, 0x25, 0xf1, 0xbe, 0x13, 0x77, 0xaf, 0x13, 0xc3, 0x6b, 0x0b, 0xf4, 0x09, 0x4f, 0x1a, + 0x1e, 0x3a, 0xc3, 0xbd, 0x8d, 0xba, 0xe4, 0xe4, 0xa9, 0x75, 0x79, 0x56, 0x58, 0x22, 0x1e, 0xe3, + 0x34, 0x42, 0x3c, 0x8b, 0x9c, 0x28, 0x4c, 0x75, 0x6e, 0xf9, 0x66, 0x21, 0x98, 0xdc, 0xf6, 0xa2, + 0xf1, 0xc6, 0x7c, 0xfc, 0x6c, 0xed, 0x8c, 0x3d, 0xef, 0x57, 0xeb, 0x70, 0x6c, 0x60, 0x1e, 0x95, + 0xc8, 0x8c, 0xf9, 0x34, 0x1f, 0xa0, 0x91, 0x96, 0xfd, 0x2e, 0x05, 0x0b, 0x8f, 0xca, 0x45, 0x25, + 0x58, 0xcc, 0x07, 0x0b, 0x23, 0xb8, 0x6e, 0xf5, 0xcd, 0xaf, 0xae, 0xeb, 0x51, 0xe9, 0xba, 0x95, + 0xc4, 0x75, 0xe7, 0x03, 0xd7, 0x35, 0xa2, 0xa0, 0xa3, 0x8f, 0xee, 0xf4, 0x4f, 0x00, 0x00, 0x00, + 0xff, 0xff, 0xf9, 0xd3, 0x30, 0x77, 0x05, 0x09, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/common/tag_snippet.pb.go b/googleapis/ads/googleads/v1/common/tag_snippet.pb.go index 7c4f581fdf..5cd92f8567 100644 --- a/googleapis/ads/googleads/v1/common/tag_snippet.pb.go +++ b/googleapis/ads/googleads/v1/common/tag_snippet.pb.go @@ -43,7 +43,7 @@ func (m *TagSnippet) Reset() { *m = TagSnippet{} } func (m *TagSnippet) String() string { return proto.CompactTextString(m) } func (*TagSnippet) ProtoMessage() {} func (*TagSnippet) Descriptor() ([]byte, []int) { - return fileDescriptor_tag_snippet_9b2d0166dd1e41b8, []int{0} + return fileDescriptor_tag_snippet_8ac1c7c28c0f8743, []int{0} } func (m *TagSnippet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TagSnippet.Unmarshal(m, b) @@ -96,10 +96,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/tag_snippet.proto", fileDescriptor_tag_snippet_9b2d0166dd1e41b8) + proto.RegisterFile("google/ads/googleads/v1/common/tag_snippet.proto", fileDescriptor_tag_snippet_8ac1c7c28c0f8743) } -var fileDescriptor_tag_snippet_9b2d0166dd1e41b8 = []byte{ +var fileDescriptor_tag_snippet_8ac1c7c28c0f8743 = []byte{ // 421 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0x4f, 0x6b, 0xdb, 0x30, 0x14, 0xc7, 0x6e, 0xd9, 0x41, 0x5d, 0x57, 0xf0, 0x29, 0x94, 0x52, 0x4a, 0x4e, 0x3d, 0x49, 0x73, diff --git a/googleapis/ads/googleads/v1/common/targeting_setting.pb.go b/googleapis/ads/googleads/v1/common/targeting_setting.pb.go index 4329017005..4fd2722f78 100644 --- a/googleapis/ads/googleads/v1/common/targeting_setting.pb.go +++ b/googleapis/ads/googleads/v1/common/targeting_setting.pb.go @@ -37,7 +37,7 @@ func (m *TargetingSetting) Reset() { *m = TargetingSetting{} } func (m *TargetingSetting) String() string { return proto.CompactTextString(m) } func (*TargetingSetting) ProtoMessage() {} func (*TargetingSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_targeting_setting_85aa67017683846c, []int{0} + return fileDescriptor_targeting_setting_4ec905eba5714fb0, []int{0} } func (m *TargetingSetting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetingSetting.Unmarshal(m, b) @@ -85,7 +85,7 @@ func (m *TargetRestriction) Reset() { *m = TargetRestriction{} } func (m *TargetRestriction) String() string { return proto.CompactTextString(m) } func (*TargetRestriction) ProtoMessage() {} func (*TargetRestriction) Descriptor() ([]byte, []int) { - return fileDescriptor_targeting_setting_85aa67017683846c, []int{1} + return fileDescriptor_targeting_setting_4ec905eba5714fb0, []int{1} } func (m *TargetRestriction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetRestriction.Unmarshal(m, b) @@ -125,10 +125,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/targeting_setting.proto", fileDescriptor_targeting_setting_85aa67017683846c) + proto.RegisterFile("google/ads/googleads/v1/common/targeting_setting.proto", fileDescriptor_targeting_setting_4ec905eba5714fb0) } -var fileDescriptor_targeting_setting_85aa67017683846c = []byte{ +var fileDescriptor_targeting_setting_4ec905eba5714fb0 = []byte{ // 392 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x4f, 0x6b, 0xdb, 0x30, 0x18, 0xc6, 0xb1, 0x03, 0xdb, 0x70, 0x60, 0x6c, 0x1e, 0x83, 0x10, 0x46, 0x08, 0x3e, 0xe5, 0x24, diff --git a/googleapis/ads/googleads/v1/common/text_label.pb.go b/googleapis/ads/googleads/v1/common/text_label.pb.go index 405d82e5b0..abc9857532 100644 --- a/googleapis/ads/googleads/v1/common/text_label.pb.go +++ b/googleapis/ads/googleads/v1/common/text_label.pb.go @@ -38,7 +38,7 @@ func (m *TextLabel) Reset() { *m = TextLabel{} } func (m *TextLabel) String() string { return proto.CompactTextString(m) } func (*TextLabel) ProtoMessage() {} func (*TextLabel) Descriptor() ([]byte, []int) { - return fileDescriptor_text_label_bccee6aa0f5153d1, []int{0} + return fileDescriptor_text_label_0fdcf32aa0b0b273, []int{0} } func (m *TextLabel) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextLabel.Unmarshal(m, b) @@ -77,10 +77,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/text_label.proto", fileDescriptor_text_label_bccee6aa0f5153d1) + proto.RegisterFile("google/ads/googleads/v1/common/text_label.proto", fileDescriptor_text_label_0fdcf32aa0b0b273) } -var fileDescriptor_text_label_bccee6aa0f5153d1 = []byte{ +var fileDescriptor_text_label_0fdcf32aa0b0b273 = []byte{ // 318 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0xc1, 0x4a, 0xfb, 0x30, 0x1c, 0xc7, 0x69, 0xff, 0xf0, 0x07, 0x3b, 0x50, 0xd9, 0x69, 0x8c, 0x31, 0x64, 0x27, 0x4f, 0x09, diff --git a/googleapis/ads/googleads/v1/common/url_collection.pb.go b/googleapis/ads/googleads/v1/common/url_collection.pb.go index e582a66d1c..76bd7fe087 100644 --- a/googleapis/ads/googleads/v1/common/url_collection.pb.go +++ b/googleapis/ads/googleads/v1/common/url_collection.pb.go @@ -39,7 +39,7 @@ func (m *UrlCollection) Reset() { *m = UrlCollection{} } func (m *UrlCollection) String() string { return proto.CompactTextString(m) } func (*UrlCollection) ProtoMessage() {} func (*UrlCollection) Descriptor() ([]byte, []int) { - return fileDescriptor_url_collection_54f50c0d21c2bb1b, []int{0} + return fileDescriptor_url_collection_4410b50aa3630e5e, []int{0} } func (m *UrlCollection) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UrlCollection.Unmarshal(m, b) @@ -92,10 +92,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/url_collection.proto", fileDescriptor_url_collection_54f50c0d21c2bb1b) + proto.RegisterFile("google/ads/googleads/v1/common/url_collection.proto", fileDescriptor_url_collection_4410b50aa3630e5e) } -var fileDescriptor_url_collection_54f50c0d21c2bb1b = []byte{ +var fileDescriptor_url_collection_4410b50aa3630e5e = []byte{ // 371 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xb1, 0x6a, 0xeb, 0x30, 0x14, 0x86, 0xb1, 0x73, 0xb9, 0x70, 0x7d, 0xb9, 0x84, 0xeb, 0x52, 0x08, 0x21, 0x84, 0x90, 0xa9, diff --git a/googleapis/ads/googleads/v1/common/user_lists.pb.go b/googleapis/ads/googleads/v1/common/user_lists.pb.go index bca85ee071..342cdfb0d3 100644 --- a/googleapis/ads/googleads/v1/common/user_lists.pb.go +++ b/googleapis/ads/googleads/v1/common/user_lists.pb.go @@ -35,7 +35,7 @@ func (m *SimilarUserListInfo) Reset() { *m = SimilarUserListInfo{} } func (m *SimilarUserListInfo) String() string { return proto.CompactTextString(m) } func (*SimilarUserListInfo) ProtoMessage() {} func (*SimilarUserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{0} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{0} } func (m *SimilarUserListInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SimilarUserListInfo.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *CrmBasedUserListInfo) Reset() { *m = CrmBasedUserListInfo{} } func (m *CrmBasedUserListInfo) String() string { return proto.CompactTextString(m) } func (*CrmBasedUserListInfo) ProtoMessage() {} func (*CrmBasedUserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{1} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{1} } func (m *CrmBasedUserListInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CrmBasedUserListInfo.Unmarshal(m, b) @@ -156,7 +156,7 @@ func (m *UserListRuleInfo) Reset() { *m = UserListRuleInfo{} } func (m *UserListRuleInfo) String() string { return proto.CompactTextString(m) } func (*UserListRuleInfo) ProtoMessage() {} func (*UserListRuleInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{2} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{2} } func (m *UserListRuleInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListRuleInfo.Unmarshal(m, b) @@ -203,7 +203,7 @@ func (m *UserListRuleItemGroupInfo) Reset() { *m = UserListRuleItemGroup func (m *UserListRuleItemGroupInfo) String() string { return proto.CompactTextString(m) } func (*UserListRuleItemGroupInfo) ProtoMessage() {} func (*UserListRuleItemGroupInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{3} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{3} } func (m *UserListRuleItemGroupInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListRuleItemGroupInfo.Unmarshal(m, b) @@ -257,7 +257,7 @@ func (m *UserListRuleItemInfo) Reset() { *m = UserListRuleItemInfo{} } func (m *UserListRuleItemInfo) String() string { return proto.CompactTextString(m) } func (*UserListRuleItemInfo) ProtoMessage() {} func (*UserListRuleItemInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{4} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{4} } func (m *UserListRuleItemInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListRuleItemInfo.Unmarshal(m, b) @@ -450,7 +450,7 @@ func (m *UserListDateRuleItemInfo) Reset() { *m = UserListDateRuleItemIn func (m *UserListDateRuleItemInfo) String() string { return proto.CompactTextString(m) } func (*UserListDateRuleItemInfo) ProtoMessage() {} func (*UserListDateRuleItemInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{5} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{5} } func (m *UserListDateRuleItemInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListDateRuleItemInfo.Unmarshal(m, b) @@ -510,7 +510,7 @@ func (m *UserListNumberRuleItemInfo) Reset() { *m = UserListNumberRuleIt func (m *UserListNumberRuleItemInfo) String() string { return proto.CompactTextString(m) } func (*UserListNumberRuleItemInfo) ProtoMessage() {} func (*UserListNumberRuleItemInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{6} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{6} } func (m *UserListNumberRuleItemInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListNumberRuleItemInfo.Unmarshal(m, b) @@ -564,7 +564,7 @@ func (m *UserListStringRuleItemInfo) Reset() { *m = UserListStringRuleIt func (m *UserListStringRuleItemInfo) String() string { return proto.CompactTextString(m) } func (*UserListStringRuleItemInfo) ProtoMessage() {} func (*UserListStringRuleItemInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{7} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{7} } func (m *UserListStringRuleItemInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListStringRuleItemInfo.Unmarshal(m, b) @@ -623,7 +623,7 @@ func (m *CombinedRuleUserListInfo) Reset() { *m = CombinedRuleUserListIn func (m *CombinedRuleUserListInfo) String() string { return proto.CompactTextString(m) } func (*CombinedRuleUserListInfo) ProtoMessage() {} func (*CombinedRuleUserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{8} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{8} } func (m *CombinedRuleUserListInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CombinedRuleUserListInfo.Unmarshal(m, b) @@ -689,7 +689,7 @@ func (m *DateSpecificRuleUserListInfo) Reset() { *m = DateSpecificRuleUs func (m *DateSpecificRuleUserListInfo) String() string { return proto.CompactTextString(m) } func (*DateSpecificRuleUserListInfo) ProtoMessage() {} func (*DateSpecificRuleUserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{9} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{9} } func (m *DateSpecificRuleUserListInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DateSpecificRuleUserListInfo.Unmarshal(m, b) @@ -748,7 +748,7 @@ func (m *ExpressionRuleUserListInfo) Reset() { *m = ExpressionRuleUserLi func (m *ExpressionRuleUserListInfo) String() string { return proto.CompactTextString(m) } func (*ExpressionRuleUserListInfo) ProtoMessage() {} func (*ExpressionRuleUserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{10} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{10} } func (m *ExpressionRuleUserListInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExpressionRuleUserListInfo.Unmarshal(m, b) @@ -802,7 +802,7 @@ func (m *RuleBasedUserListInfo) Reset() { *m = RuleBasedUserListInfo{} } func (m *RuleBasedUserListInfo) String() string { return proto.CompactTextString(m) } func (*RuleBasedUserListInfo) ProtoMessage() {} func (*RuleBasedUserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{11} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{11} } func (m *RuleBasedUserListInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RuleBasedUserListInfo.Unmarshal(m, b) @@ -989,7 +989,7 @@ func (m *LogicalUserListInfo) Reset() { *m = LogicalUserListInfo{} } func (m *LogicalUserListInfo) String() string { return proto.CompactTextString(m) } func (*LogicalUserListInfo) ProtoMessage() {} func (*LogicalUserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{12} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{12} } func (m *LogicalUserListInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogicalUserListInfo.Unmarshal(m, b) @@ -1032,7 +1032,7 @@ func (m *UserListLogicalRuleInfo) Reset() { *m = UserListLogicalRuleInfo func (m *UserListLogicalRuleInfo) String() string { return proto.CompactTextString(m) } func (*UserListLogicalRuleInfo) ProtoMessage() {} func (*UserListLogicalRuleInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{13} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{13} } func (m *UserListLogicalRuleInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListLogicalRuleInfo.Unmarshal(m, b) @@ -1079,7 +1079,7 @@ func (m *LogicalUserListOperandInfo) Reset() { *m = LogicalUserListOpera func (m *LogicalUserListOperandInfo) String() string { return proto.CompactTextString(m) } func (*LogicalUserListOperandInfo) ProtoMessage() {} func (*LogicalUserListOperandInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{14} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{14} } func (m *LogicalUserListOperandInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogicalUserListOperandInfo.Unmarshal(m, b) @@ -1119,7 +1119,7 @@ func (m *BasicUserListInfo) Reset() { *m = BasicUserListInfo{} } func (m *BasicUserListInfo) String() string { return proto.CompactTextString(m) } func (*BasicUserListInfo) ProtoMessage() {} func (*BasicUserListInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{15} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{15} } func (m *BasicUserListInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BasicUserListInfo.Unmarshal(m, b) @@ -1163,7 +1163,7 @@ func (m *UserListActionInfo) Reset() { *m = UserListActionInfo{} } func (m *UserListActionInfo) String() string { return proto.CompactTextString(m) } func (*UserListActionInfo) ProtoMessage() {} func (*UserListActionInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_user_lists_d973bafc93b46dce, []int{16} + return fileDescriptor_user_lists_e2e607ee8d2b2ff7, []int{16} } func (m *UserListActionInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListActionInfo.Unmarshal(m, b) @@ -1315,10 +1315,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/user_lists.proto", fileDescriptor_user_lists_d973bafc93b46dce) + proto.RegisterFile("google/ads/googleads/v1/common/user_lists.proto", fileDescriptor_user_lists_e2e607ee8d2b2ff7) } -var fileDescriptor_user_lists_d973bafc93b46dce = []byte{ +var fileDescriptor_user_lists_e2e607ee8d2b2ff7 = []byte{ // 1306 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x41, 0x6f, 0xdb, 0xb6, 0x17, 0x8f, 0x9c, 0xb4, 0x4d, 0x98, 0xd4, 0xff, 0x94, 0xcd, 0xbf, 0x75, 0xbd, 0xa0, 0x28, 0x74, diff --git a/googleapis/ads/googleads/v1/common/value.pb.go b/googleapis/ads/googleads/v1/common/value.pb.go index d4ccc158aa..906e3c5227 100644 --- a/googleapis/ads/googleads/v1/common/value.pb.go +++ b/googleapis/ads/googleads/v1/common/value.pb.go @@ -39,7 +39,7 @@ func (m *Value) Reset() { *m = Value{} } func (m *Value) String() string { return proto.CompactTextString(m) } func (*Value) ProtoMessage() {} func (*Value) Descriptor() ([]byte, []int) { - return fileDescriptor_value_a81d4dec6fd86099, []int{0} + return fileDescriptor_value_b597d7af186472f5, []int{0} } func (m *Value) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Value.Unmarshal(m, b) @@ -251,10 +251,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/value.proto", fileDescriptor_value_a81d4dec6fd86099) + proto.RegisterFile("google/ads/googleads/v1/common/value.proto", fileDescriptor_value_b597d7af186472f5) } -var fileDescriptor_value_a81d4dec6fd86099 = []byte{ +var fileDescriptor_value_b597d7af186472f5 = []byte{ // 329 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0xd1, 0x41, 0x4b, 0xf3, 0x30, 0x18, 0x07, 0xf0, 0xa5, 0x7b, 0xf7, 0xaa, 0xd9, 0xbc, 0xec, 0x24, 0x22, 0xa3, 0x4e, 0x84, 0xe2, diff --git a/googleapis/ads/googleads/v1/enums/access_reason.pb.go b/googleapis/ads/googleads/v1/enums/access_reason.pb.go index 6f3db79efd..f8ee3ed622 100644 --- a/googleapis/ads/googleads/v1/enums/access_reason.pb.go +++ b/googleapis/ads/googleads/v1/enums/access_reason.pb.go @@ -62,7 +62,7 @@ func (x AccessReasonEnum_AccessReason) String() string { return proto.EnumName(AccessReasonEnum_AccessReason_name, int32(x)) } func (AccessReasonEnum_AccessReason) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_access_reason_e636ebc33a4148d5, []int{0, 0} + return fileDescriptor_access_reason_f540ca2e6dd316e1, []int{0, 0} } // Indicates the way the resource such as user list is related to a user. @@ -76,7 +76,7 @@ func (m *AccessReasonEnum) Reset() { *m = AccessReasonEnum{} } func (m *AccessReasonEnum) String() string { return proto.CompactTextString(m) } func (*AccessReasonEnum) ProtoMessage() {} func (*AccessReasonEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_access_reason_e636ebc33a4148d5, []int{0} + return fileDescriptor_access_reason_f540ca2e6dd316e1, []int{0} } func (m *AccessReasonEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AccessReasonEnum.Unmarshal(m, b) @@ -102,10 +102,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/access_reason.proto", fileDescriptor_access_reason_e636ebc33a4148d5) + proto.RegisterFile("google/ads/googleads/v1/enums/access_reason.proto", fileDescriptor_access_reason_f540ca2e6dd316e1) } -var fileDescriptor_access_reason_e636ebc33a4148d5 = []byte{ +var fileDescriptor_access_reason_f540ca2e6dd316e1 = []byte{ // 336 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xd1, 0x4e, 0xf2, 0x30, 0x18, 0xfd, 0x37, 0x7e, 0x50, 0x0b, 0xd1, 0xda, 0x4b, 0x23, 0x17, 0xf0, 0x00, 0x5d, 0x16, 0xef, diff --git a/googleapis/ads/googleads/v1/enums/account_budget_proposal_status.pb.go b/googleapis/ads/googleads/v1/enums/account_budget_proposal_status.pb.go index 94f155f8da..65f0e7b19f 100644 --- a/googleapis/ads/googleads/v1/enums/account_budget_proposal_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/account_budget_proposal_status.pb.go @@ -66,7 +66,7 @@ func (x AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus) String() st return proto.EnumName(AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus_name, int32(x)) } func (AccountBudgetProposalStatusEnum_AccountBudgetProposalStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_status_473db0901589aea7, []int{0, 0} + return fileDescriptor_account_budget_proposal_status_26386523d21926fe, []int{0, 0} } // Message describing AccountBudgetProposal statuses. @@ -80,7 +80,7 @@ func (m *AccountBudgetProposalStatusEnum) Reset() { *m = AccountBudgetPr func (m *AccountBudgetProposalStatusEnum) String() string { return proto.CompactTextString(m) } func (*AccountBudgetProposalStatusEnum) ProtoMessage() {} func (*AccountBudgetProposalStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_status_473db0901589aea7, []int{0} + return fileDescriptor_account_budget_proposal_status_26386523d21926fe, []int{0} } func (m *AccountBudgetProposalStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AccountBudgetProposalStatusEnum.Unmarshal(m, b) @@ -106,10 +106,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/account_budget_proposal_status.proto", fileDescriptor_account_budget_proposal_status_473db0901589aea7) + proto.RegisterFile("google/ads/googleads/v1/enums/account_budget_proposal_status.proto", fileDescriptor_account_budget_proposal_status_26386523d21926fe) } -var fileDescriptor_account_budget_proposal_status_473db0901589aea7 = []byte{ +var fileDescriptor_account_budget_proposal_status_26386523d21926fe = []byte{ // 354 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xc1, 0x4e, 0xc2, 0x40, 0x10, 0xb5, 0x45, 0x51, 0x17, 0x89, 0xb5, 0x47, 0x95, 0x28, 0x7c, 0xc0, 0x36, 0x8d, 0xb7, 0xf5, diff --git a/googleapis/ads/googleads/v1/enums/account_budget_proposal_type.pb.go b/googleapis/ads/googleads/v1/enums/account_budget_proposal_type.pb.go index 11e8b53d29..d9aac2c465 100644 --- a/googleapis/ads/googleads/v1/enums/account_budget_proposal_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/account_budget_proposal_type.pb.go @@ -58,7 +58,7 @@ func (x AccountBudgetProposalTypeEnum_AccountBudgetProposalType) String() string return proto.EnumName(AccountBudgetProposalTypeEnum_AccountBudgetProposalType_name, int32(x)) } func (AccountBudgetProposalTypeEnum_AccountBudgetProposalType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_type_34ea1eeebb771d71, []int{0, 0} + return fileDescriptor_account_budget_proposal_type_a2ce3cf7765c59ed, []int{0, 0} } // Message describing AccountBudgetProposal types. @@ -72,7 +72,7 @@ func (m *AccountBudgetProposalTypeEnum) Reset() { *m = AccountBudgetProp func (m *AccountBudgetProposalTypeEnum) String() string { return proto.CompactTextString(m) } func (*AccountBudgetProposalTypeEnum) ProtoMessage() {} func (*AccountBudgetProposalTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_type_34ea1eeebb771d71, []int{0} + return fileDescriptor_account_budget_proposal_type_a2ce3cf7765c59ed, []int{0} } func (m *AccountBudgetProposalTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AccountBudgetProposalTypeEnum.Unmarshal(m, b) @@ -98,10 +98,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/account_budget_proposal_type.proto", fileDescriptor_account_budget_proposal_type_34ea1eeebb771d71) + proto.RegisterFile("google/ads/googleads/v1/enums/account_budget_proposal_type.proto", fileDescriptor_account_budget_proposal_type_a2ce3cf7765c59ed) } -var fileDescriptor_account_budget_proposal_type_34ea1eeebb771d71 = []byte{ +var fileDescriptor_account_budget_proposal_type_a2ce3cf7765c59ed = []byte{ // 333 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x6a, 0xc2, 0x30, 0x14, 0x86, 0xd7, 0xba, 0x29, 0xc4, 0x8b, 0x95, 0xde, 0x6d, 0xcc, 0x81, 0x3e, 0x40, 0x4a, 0xd9, diff --git a/googleapis/ads/googleads/v1/enums/account_budget_status.pb.go b/googleapis/ads/googleads/v1/enums/account_budget_status.pb.go index b9012d55d5..fdcbd3a907 100644 --- a/googleapis/ads/googleads/v1/enums/account_budget_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/account_budget_status.pb.go @@ -54,7 +54,7 @@ func (x AccountBudgetStatusEnum_AccountBudgetStatus) String() string { return proto.EnumName(AccountBudgetStatusEnum_AccountBudgetStatus_name, int32(x)) } func (AccountBudgetStatusEnum_AccountBudgetStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_account_budget_status_5e3161e6c6ced43d, []int{0, 0} + return fileDescriptor_account_budget_status_1e96112e98d86ccd, []int{0, 0} } // Message describing AccountBudget statuses. @@ -68,7 +68,7 @@ func (m *AccountBudgetStatusEnum) Reset() { *m = AccountBudgetStatusEnum func (m *AccountBudgetStatusEnum) String() string { return proto.CompactTextString(m) } func (*AccountBudgetStatusEnum) ProtoMessage() {} func (*AccountBudgetStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_status_5e3161e6c6ced43d, []int{0} + return fileDescriptor_account_budget_status_1e96112e98d86ccd, []int{0} } func (m *AccountBudgetStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AccountBudgetStatusEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/account_budget_status.proto", fileDescriptor_account_budget_status_5e3161e6c6ced43d) + proto.RegisterFile("google/ads/googleads/v1/enums/account_budget_status.proto", fileDescriptor_account_budget_status_1e96112e98d86ccd) } -var fileDescriptor_account_budget_status_5e3161e6c6ced43d = []byte{ +var fileDescriptor_account_budget_status_1e96112e98d86ccd = []byte{ // 319 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcd, 0x4a, 0xc3, 0x30, 0x00, 0x76, 0x9d, 0xf8, 0x93, 0x29, 0x96, 0x7a, 0x50, 0xc4, 0x1d, 0xb6, 0x07, 0x48, 0x29, 0x9e, diff --git a/googleapis/ads/googleads/v1/enums/ad_customizer_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/ad_customizer_placeholder_field.pb.go index 864cb29132..9404ae9b06 100644 --- a/googleapis/ads/googleads/v1/enums/ad_customizer_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/ad_customizer_placeholder_field.pb.go @@ -58,7 +58,7 @@ func (x AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField) String() return proto.EnumName(AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField_name, int32(x)) } func (AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_customizer_placeholder_field_3308300489c258a0, []int{0, 0} + return fileDescriptor_ad_customizer_placeholder_field_1a21cd682c8e0db6, []int{0, 0} } // Values for Ad Customizer placeholder fields. @@ -72,7 +72,7 @@ func (m *AdCustomizerPlaceholderFieldEnum) Reset() { *m = AdCustomizerPl func (m *AdCustomizerPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*AdCustomizerPlaceholderFieldEnum) ProtoMessage() {} func (*AdCustomizerPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_customizer_placeholder_field_3308300489c258a0, []int{0} + return fileDescriptor_ad_customizer_placeholder_field_1a21cd682c8e0db6, []int{0} } func (m *AdCustomizerPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdCustomizerPlaceholderFieldEnum.Unmarshal(m, b) @@ -98,10 +98,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/ad_customizer_placeholder_field.proto", fileDescriptor_ad_customizer_placeholder_field_3308300489c258a0) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_customizer_placeholder_field.proto", fileDescriptor_ad_customizer_placeholder_field_1a21cd682c8e0db6) } -var fileDescriptor_ad_customizer_placeholder_field_3308300489c258a0 = []byte{ +var fileDescriptor_ad_customizer_placeholder_field_1a21cd682c8e0db6 = []byte{ // 337 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4d, 0x4e, 0x83, 0x40, 0x18, 0x15, 0xfa, 0xa3, 0x4e, 0x17, 0x12, 0x96, 0xa6, 0x4d, 0x6c, 0x0f, 0x30, 0x84, 0xb8, 0x1b, diff --git a/googleapis/ads/googleads/v1/enums/ad_group_ad_rotation_mode.pb.go b/googleapis/ads/googleads/v1/enums/ad_group_ad_rotation_mode.pb.go index 97e8296150..f4d9df7377 100644 --- a/googleapis/ads/googleads/v1/enums/ad_group_ad_rotation_mode.pb.go +++ b/googleapis/ads/googleads/v1/enums/ad_group_ad_rotation_mode.pb.go @@ -52,7 +52,7 @@ func (x AdGroupAdRotationModeEnum_AdGroupAdRotationMode) String() string { return proto.EnumName(AdGroupAdRotationModeEnum_AdGroupAdRotationMode_name, int32(x)) } func (AdGroupAdRotationModeEnum_AdGroupAdRotationMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_rotation_mode_5c696ca55b61ca54, []int{0, 0} + return fileDescriptor_ad_group_ad_rotation_mode_1bfda688bd69645c, []int{0, 0} } // Container for enum describing possible ad rotation modes of ads within an @@ -67,7 +67,7 @@ func (m *AdGroupAdRotationModeEnum) Reset() { *m = AdGroupAdRotationMode func (m *AdGroupAdRotationModeEnum) String() string { return proto.CompactTextString(m) } func (*AdGroupAdRotationModeEnum) ProtoMessage() {} func (*AdGroupAdRotationModeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_rotation_mode_5c696ca55b61ca54, []int{0} + return fileDescriptor_ad_group_ad_rotation_mode_1bfda688bd69645c, []int{0} } func (m *AdGroupAdRotationModeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupAdRotationModeEnum.Unmarshal(m, b) @@ -93,10 +93,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_ad_rotation_mode.proto", fileDescriptor_ad_group_ad_rotation_mode_5c696ca55b61ca54) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_ad_rotation_mode.proto", fileDescriptor_ad_group_ad_rotation_mode_1bfda688bd69645c) } -var fileDescriptor_ad_group_ad_rotation_mode_5c696ca55b61ca54 = []byte{ +var fileDescriptor_ad_group_ad_rotation_mode_1bfda688bd69645c = []byte{ // 321 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xfb, 0x30, 0x18, 0xc5, 0xff, 0xeb, 0xe0, 0xaf, 0x64, 0xa2, 0xa5, 0xe0, 0x85, 0xc3, 0x5d, 0x6c, 0x0f, 0x90, diff --git a/googleapis/ads/googleads/v1/enums/ad_group_ad_status.pb.go b/googleapis/ads/googleads/v1/enums/ad_group_ad_status.pb.go index b3a2ac189c..1b067dca4b 100644 --- a/googleapis/ads/googleads/v1/enums/ad_group_ad_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/ad_group_ad_status.pb.go @@ -56,7 +56,7 @@ func (x AdGroupAdStatusEnum_AdGroupAdStatus) String() string { return proto.EnumName(AdGroupAdStatusEnum_AdGroupAdStatus_name, int32(x)) } func (AdGroupAdStatusEnum_AdGroupAdStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_status_b613ccdd636f10f6, []int{0, 0} + return fileDescriptor_ad_group_ad_status_b660490e35bdde48, []int{0, 0} } // Container for enum describing possible statuses of an AdGroupAd. @@ -70,7 +70,7 @@ func (m *AdGroupAdStatusEnum) Reset() { *m = AdGroupAdStatusEnum{} } func (m *AdGroupAdStatusEnum) String() string { return proto.CompactTextString(m) } func (*AdGroupAdStatusEnum) ProtoMessage() {} func (*AdGroupAdStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_status_b613ccdd636f10f6, []int{0} + return fileDescriptor_ad_group_ad_status_b660490e35bdde48, []int{0} } func (m *AdGroupAdStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupAdStatusEnum.Unmarshal(m, b) @@ -96,10 +96,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_ad_status.proto", fileDescriptor_ad_group_ad_status_b613ccdd636f10f6) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_ad_status.proto", fileDescriptor_ad_group_ad_status_b660490e35bdde48) } -var fileDescriptor_ad_group_ad_status_b613ccdd636f10f6 = []byte{ +var fileDescriptor_ad_group_ad_status_b660490e35bdde48 = []byte{ // 311 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, 0x18, 0x77, 0x9d, 0x4c, 0xc8, 0x0e, 0x2b, 0xd5, 0x93, 0xb8, 0xc3, 0xf6, 0x00, 0x09, 0x45, 0xf0, diff --git a/googleapis/ads/googleads/v1/enums/ad_group_criterion_approval_status.pb.go b/googleapis/ads/googleads/v1/enums/ad_group_criterion_approval_status.pb.go index 28369c9c27..ac7edae6cc 100644 --- a/googleapis/ads/googleads/v1/enums/ad_group_criterion_approval_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/ad_group_criterion_approval_status.pb.go @@ -58,7 +58,7 @@ func (x AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus) Strin return proto.EnumName(AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus_name, int32(x)) } func (AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_approval_status_626a528bb78b09c2, []int{0, 0} + return fileDescriptor_ad_group_criterion_approval_status_57d27da9f8e80211, []int{0, 0} } // Container for enum describing possible AdGroupCriterion approval statuses. @@ -72,7 +72,7 @@ func (m *AdGroupCriterionApprovalStatusEnum) Reset() { *m = AdGroupCrite func (m *AdGroupCriterionApprovalStatusEnum) String() string { return proto.CompactTextString(m) } func (*AdGroupCriterionApprovalStatusEnum) ProtoMessage() {} func (*AdGroupCriterionApprovalStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_approval_status_626a528bb78b09c2, []int{0} + return fileDescriptor_ad_group_criterion_approval_status_57d27da9f8e80211, []int{0} } func (m *AdGroupCriterionApprovalStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupCriterionApprovalStatusEnum.Unmarshal(m, b) @@ -98,10 +98,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_criterion_approval_status.proto", fileDescriptor_ad_group_criterion_approval_status_626a528bb78b09c2) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_criterion_approval_status.proto", fileDescriptor_ad_group_criterion_approval_status_57d27da9f8e80211) } -var fileDescriptor_ad_group_criterion_approval_status_626a528bb78b09c2 = []byte{ +var fileDescriptor_ad_group_criterion_approval_status_57d27da9f8e80211 = []byte{ // 349 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xcd, 0x6a, 0xab, 0x40, 0x18, 0xbd, 0x9a, 0x7b, 0x6f, 0xcb, 0x24, 0xb4, 0xe2, 0xb2, 0x34, 0x85, 0xa4, 0xfb, 0x11, 0xe9, diff --git a/googleapis/ads/googleads/v1/enums/ad_group_criterion_status.pb.go b/googleapis/ads/googleads/v1/enums/ad_group_criterion_status.pb.go index 9f938dc3a1..8cb3155cca 100644 --- a/googleapis/ads/googleads/v1/enums/ad_group_criterion_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/ad_group_criterion_status.pb.go @@ -56,7 +56,7 @@ func (x AdGroupCriterionStatusEnum_AdGroupCriterionStatus) String() string { return proto.EnumName(AdGroupCriterionStatusEnum_AdGroupCriterionStatus_name, int32(x)) } func (AdGroupCriterionStatusEnum_AdGroupCriterionStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_status_3171d873136577ba, []int{0, 0} + return fileDescriptor_ad_group_criterion_status_38c725642d0e60d1, []int{0, 0} } // Message describing AdGroupCriterion statuses. @@ -70,7 +70,7 @@ func (m *AdGroupCriterionStatusEnum) Reset() { *m = AdGroupCriterionStat func (m *AdGroupCriterionStatusEnum) String() string { return proto.CompactTextString(m) } func (*AdGroupCriterionStatusEnum) ProtoMessage() {} func (*AdGroupCriterionStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_status_3171d873136577ba, []int{0} + return fileDescriptor_ad_group_criterion_status_38c725642d0e60d1, []int{0} } func (m *AdGroupCriterionStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupCriterionStatusEnum.Unmarshal(m, b) @@ -96,10 +96,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_criterion_status.proto", fileDescriptor_ad_group_criterion_status_3171d873136577ba) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_criterion_status.proto", fileDescriptor_ad_group_criterion_status_38c725642d0e60d1) } -var fileDescriptor_ad_group_criterion_status_3171d873136577ba = []byte{ +var fileDescriptor_ad_group_criterion_status_38c725642d0e60d1 = []byte{ // 322 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x4b, 0xf3, 0x30, 0x1c, 0xc6, 0xdf, 0x75, 0x2f, 0x13, 0xb2, 0x83, 0xa5, 0x07, 0x0f, 0xd3, 0x1d, 0xb6, 0x0f, 0x90, diff --git a/googleapis/ads/googleads/v1/enums/ad_group_status.pb.go b/googleapis/ads/googleads/v1/enums/ad_group_status.pb.go index 85c12656ce..6d668ab081 100644 --- a/googleapis/ads/googleads/v1/enums/ad_group_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/ad_group_status.pb.go @@ -56,7 +56,7 @@ func (x AdGroupStatusEnum_AdGroupStatus) String() string { return proto.EnumName(AdGroupStatusEnum_AdGroupStatus_name, int32(x)) } func (AdGroupStatusEnum_AdGroupStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_status_554f816bf5eafd8a, []int{0, 0} + return fileDescriptor_ad_group_status_de784cd4ed39993a, []int{0, 0} } // Container for enum describing possible statuses of an ad group. @@ -70,7 +70,7 @@ func (m *AdGroupStatusEnum) Reset() { *m = AdGroupStatusEnum{} } func (m *AdGroupStatusEnum) String() string { return proto.CompactTextString(m) } func (*AdGroupStatusEnum) ProtoMessage() {} func (*AdGroupStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_status_554f816bf5eafd8a, []int{0} + return fileDescriptor_ad_group_status_de784cd4ed39993a, []int{0} } func (m *AdGroupStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupStatusEnum.Unmarshal(m, b) @@ -96,10 +96,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_status.proto", fileDescriptor_ad_group_status_554f816bf5eafd8a) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_status.proto", fileDescriptor_ad_group_status_de784cd4ed39993a) } -var fileDescriptor_ad_group_status_554f816bf5eafd8a = []byte{ +var fileDescriptor_ad_group_status_de784cd4ed39993a = []byte{ // 306 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, 0x18, 0x77, 0x9d, 0x4c, 0xc8, 0x10, 0x6b, 0x8f, 0xe2, 0x0e, 0xdb, 0x03, 0x24, 0x94, 0xdd, 0xe2, diff --git a/googleapis/ads/googleads/v1/enums/ad_group_type.pb.go b/googleapis/ads/googleads/v1/enums/ad_group_type.pb.go index 866bd9d4cc..d974e72efa 100644 --- a/googleapis/ads/googleads/v1/enums/ad_group_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/ad_group_type.pb.go @@ -88,7 +88,7 @@ func (x AdGroupTypeEnum_AdGroupType) String() string { return proto.EnumName(AdGroupTypeEnum_AdGroupType_name, int32(x)) } func (AdGroupTypeEnum_AdGroupType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_type_7f0b2073c53dd4dc, []int{0, 0} + return fileDescriptor_ad_group_type_8038a67ed0ccfa9a, []int{0, 0} } // Defines types of an ad group, specific to a particular campaign channel @@ -104,7 +104,7 @@ func (m *AdGroupTypeEnum) Reset() { *m = AdGroupTypeEnum{} } func (m *AdGroupTypeEnum) String() string { return proto.CompactTextString(m) } func (*AdGroupTypeEnum) ProtoMessage() {} func (*AdGroupTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_type_7f0b2073c53dd4dc, []int{0} + return fileDescriptor_ad_group_type_8038a67ed0ccfa9a, []int{0} } func (m *AdGroupTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupTypeEnum.Unmarshal(m, b) @@ -130,10 +130,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_type.proto", fileDescriptor_ad_group_type_7f0b2073c53dd4dc) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_type.proto", fileDescriptor_ad_group_type_8038a67ed0ccfa9a) } -var fileDescriptor_ad_group_type_7f0b2073c53dd4dc = []byte{ +var fileDescriptor_ad_group_type_8038a67ed0ccfa9a = []byte{ // 448 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xd1, 0x6a, 0xdb, 0x3c, 0x18, 0xfd, 0xe3, 0xfe, 0xb4, 0xab, 0xd2, 0x12, 0xa1, 0x95, 0xb1, 0x95, 0x65, 0x90, 0x3e, 0x80, diff --git a/googleapis/ads/googleads/v1/enums/ad_network_type.pb.go b/googleapis/ads/googleads/v1/enums/ad_network_type.pb.go index b9ec210937..f1432baecb 100644 --- a/googleapis/ads/googleads/v1/enums/ad_network_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/ad_network_type.pb.go @@ -66,7 +66,7 @@ func (x AdNetworkTypeEnum_AdNetworkType) String() string { return proto.EnumName(AdNetworkTypeEnum_AdNetworkType_name, int32(x)) } func (AdNetworkTypeEnum_AdNetworkType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_network_type_ef7be46207dccd14, []int{0, 0} + return fileDescriptor_ad_network_type_1a1e7d9b181d8408, []int{0, 0} } // Container for enumeration of Google Ads network types. @@ -80,7 +80,7 @@ func (m *AdNetworkTypeEnum) Reset() { *m = AdNetworkTypeEnum{} } func (m *AdNetworkTypeEnum) String() string { return proto.CompactTextString(m) } func (*AdNetworkTypeEnum) ProtoMessage() {} func (*AdNetworkTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_network_type_ef7be46207dccd14, []int{0} + return fileDescriptor_ad_network_type_1a1e7d9b181d8408, []int{0} } func (m *AdNetworkTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdNetworkTypeEnum.Unmarshal(m, b) @@ -106,10 +106,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/ad_network_type.proto", fileDescriptor_ad_network_type_ef7be46207dccd14) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_network_type.proto", fileDescriptor_ad_network_type_1a1e7d9b181d8408) } -var fileDescriptor_ad_network_type_ef7be46207dccd14 = []byte{ +var fileDescriptor_ad_network_type_1a1e7d9b181d8408 = []byte{ // 356 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x6a, 0xe2, 0x40, 0x1c, 0xde, 0xc4, 0x55, 0xd9, 0x11, 0xd7, 0x38, 0x7b, 0x5b, 0xd6, 0x83, 0x3e, 0xc0, 0x84, 0xe0, diff --git a/googleapis/ads/googleads/v1/enums/ad_serving_optimization_status.pb.go b/googleapis/ads/googleads/v1/enums/ad_serving_optimization_status.pb.go index f0f31aed0c..e6ee70c2f5 100644 --- a/googleapis/ads/googleads/v1/enums/ad_serving_optimization_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/ad_serving_optimization_status.pb.go @@ -67,7 +67,7 @@ func (x AdServingOptimizationStatusEnum_AdServingOptimizationStatus) String() st return proto.EnumName(AdServingOptimizationStatusEnum_AdServingOptimizationStatus_name, int32(x)) } func (AdServingOptimizationStatusEnum_AdServingOptimizationStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_serving_optimization_status_ae5af2e80c4aaf8e, []int{0, 0} + return fileDescriptor_ad_serving_optimization_status_41633d967f063778, []int{0, 0} } // Possible ad serving statuses of a campaign. @@ -81,7 +81,7 @@ func (m *AdServingOptimizationStatusEnum) Reset() { *m = AdServingOptimi func (m *AdServingOptimizationStatusEnum) String() string { return proto.CompactTextString(m) } func (*AdServingOptimizationStatusEnum) ProtoMessage() {} func (*AdServingOptimizationStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_serving_optimization_status_ae5af2e80c4aaf8e, []int{0} + return fileDescriptor_ad_serving_optimization_status_41633d967f063778, []int{0} } func (m *AdServingOptimizationStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdServingOptimizationStatusEnum.Unmarshal(m, b) @@ -107,10 +107,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/ad_serving_optimization_status.proto", fileDescriptor_ad_serving_optimization_status_ae5af2e80c4aaf8e) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_serving_optimization_status.proto", fileDescriptor_ad_serving_optimization_status_41633d967f063778) } -var fileDescriptor_ad_serving_optimization_status_ae5af2e80c4aaf8e = []byte{ +var fileDescriptor_ad_serving_optimization_status_41633d967f063778 = []byte{ // 367 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xc1, 0x8a, 0xdb, 0x30, 0x14, 0xac, 0x9d, 0x36, 0x2d, 0x4a, 0xa1, 0xc6, 0x3d, 0x14, 0xda, 0x86, 0x36, 0xf9, 0x00, 0x19, diff --git a/googleapis/ads/googleads/v1/enums/ad_strength.pb.go b/googleapis/ads/googleads/v1/enums/ad_strength.pb.go index 9731d33036..9813475c4d 100644 --- a/googleapis/ads/googleads/v1/enums/ad_strength.pb.go +++ b/googleapis/ads/googleads/v1/enums/ad_strength.pb.go @@ -66,7 +66,7 @@ func (x AdStrengthEnum_AdStrength) String() string { return proto.EnumName(AdStrengthEnum_AdStrength_name, int32(x)) } func (AdStrengthEnum_AdStrength) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_strength_f0b2737c42edfc69, []int{0, 0} + return fileDescriptor_ad_strength_5cb008be111e595d, []int{0, 0} } // Container for enum describing possible ad strengths. @@ -80,7 +80,7 @@ func (m *AdStrengthEnum) Reset() { *m = AdStrengthEnum{} } func (m *AdStrengthEnum) String() string { return proto.CompactTextString(m) } func (*AdStrengthEnum) ProtoMessage() {} func (*AdStrengthEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_strength_f0b2737c42edfc69, []int{0} + return fileDescriptor_ad_strength_5cb008be111e595d, []int{0} } func (m *AdStrengthEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdStrengthEnum.Unmarshal(m, b) @@ -106,10 +106,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/ad_strength.proto", fileDescriptor_ad_strength_f0b2737c42edfc69) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_strength.proto", fileDescriptor_ad_strength_5cb008be111e595d) } -var fileDescriptor_ad_strength_f0b2737c42edfc69 = []byte{ +var fileDescriptor_ad_strength_5cb008be111e595d = []byte{ // 331 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdd, 0x4e, 0xc2, 0x30, 0x18, 0x75, 0x03, 0x41, 0x4b, 0x94, 0x66, 0x97, 0x46, 0x2e, 0xe0, 0x01, 0xba, 0x2c, 0xde, 0xd5, diff --git a/googleapis/ads/googleads/v1/enums/ad_type.pb.go b/googleapis/ads/googleads/v1/enums/ad_type.pb.go index a290fa71e2..c55cd83d0c 100644 --- a/googleapis/ads/googleads/v1/enums/ad_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/ad_type.pb.go @@ -59,6 +59,13 @@ const ( AdTypeEnum_LEGACY_APP_INSTALL_AD AdTypeEnum_AdType = 18 // The ad is a responsive display ad. AdTypeEnum_RESPONSIVE_DISPLAY_AD AdTypeEnum_AdType = 19 + // The ad is a display upload ad with the HTML5_UPLOAD_AD product type. + AdTypeEnum_HTML5_UPLOAD_AD AdTypeEnum_AdType = 21 + // The ad is a display upload ad with one of the DYNAMIC_HTML5_* product + // types. + AdTypeEnum_DYNAMIC_HTML5_AD AdTypeEnum_AdType = 22 + // The ad is an app engagement ad. + AdTypeEnum_APP_ENGAGEMENT_AD AdTypeEnum_AdType = 23 ) var AdTypeEnum_AdType_name = map[int32]string{ @@ -79,6 +86,9 @@ var AdTypeEnum_AdType_name = map[int32]string{ 17: "APP_AD", 18: "LEGACY_APP_INSTALL_AD", 19: "RESPONSIVE_DISPLAY_AD", + 21: "HTML5_UPLOAD_AD", + 22: "DYNAMIC_HTML5_AD", + 23: "APP_ENGAGEMENT_AD", } var AdTypeEnum_AdType_value = map[string]int32{ "UNSPECIFIED": 0, @@ -98,13 +108,16 @@ var AdTypeEnum_AdType_value = map[string]int32{ "APP_AD": 17, "LEGACY_APP_INSTALL_AD": 18, "RESPONSIVE_DISPLAY_AD": 19, + "HTML5_UPLOAD_AD": 21, + "DYNAMIC_HTML5_AD": 22, + "APP_ENGAGEMENT_AD": 23, } func (x AdTypeEnum_AdType) String() string { return proto.EnumName(AdTypeEnum_AdType_name, int32(x)) } func (AdTypeEnum_AdType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_type_a9a274bf62e2c41f, []int{0, 0} + return fileDescriptor_ad_type_8da0c2fb74489b69, []int{0, 0} } // Container for enum describing possible types of an ad. @@ -118,7 +131,7 @@ func (m *AdTypeEnum) Reset() { *m = AdTypeEnum{} } func (m *AdTypeEnum) String() string { return proto.CompactTextString(m) } func (*AdTypeEnum) ProtoMessage() {} func (*AdTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_type_a9a274bf62e2c41f, []int{0} + return fileDescriptor_ad_type_8da0c2fb74489b69, []int{0} } func (m *AdTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdTypeEnum.Unmarshal(m, b) @@ -144,38 +157,40 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/ad_type.proto", fileDescriptor_ad_type_a9a274bf62e2c41f) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_type.proto", fileDescriptor_ad_type_8da0c2fb74489b69) } -var fileDescriptor_ad_type_a9a274bf62e2c41f = []byte{ - // 457 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xcf, 0x6e, 0xd3, 0x30, - 0x18, 0xa7, 0x99, 0xd4, 0x8d, 0xaf, 0x85, 0x65, 0xde, 0x26, 0x60, 0xda, 0x10, 0xdb, 0x15, 0x29, - 0x51, 0xc5, 0x2d, 0x9c, 0xbe, 0x26, 0x26, 0xb5, 0x48, 0x1d, 0xab, 0x49, 0xc3, 0x8a, 0x2a, 0x45, - 0x81, 0x44, 0x51, 0xa5, 0x35, 0x89, 0xe6, 0x6e, 0xd2, 0x5e, 0x87, 0x23, 0x8f, 0xc2, 0x53, 0xc0, - 0x95, 0x13, 0x8f, 0x80, 0xec, 0xac, 0xd1, 0x0e, 0xb0, 0x8b, 0xf5, 0xfb, 0xe7, 0x9f, 0x6c, 0x7d, - 0x1f, 0xbc, 0x2d, 0xeb, 0xba, 0xbc, 0x2a, 0xec, 0x2c, 0x97, 0x76, 0x0b, 0x15, 0xba, 0x1d, 0xd9, - 0x45, 0x75, 0xb3, 0x96, 0x76, 0x96, 0xa7, 0x9b, 0xbb, 0xa6, 0xb0, 0x9a, 0xeb, 0x7a, 0x53, 0x93, - 0xb3, 0x36, 0x61, 0x65, 0xb9, 0xb4, 0xba, 0xb0, 0x75, 0x3b, 0xb2, 0x74, 0xf8, 0xe4, 0x74, 0xdb, - 0xd5, 0xac, 0xec, 0xac, 0xaa, 0xea, 0x4d, 0xb6, 0x59, 0xd5, 0x95, 0x6c, 0x2f, 0x5f, 0xfc, 0x31, - 0x00, 0x30, 0x8f, 0xef, 0x9a, 0x82, 0x56, 0x37, 0xeb, 0x8b, 0x5f, 0x06, 0xf4, 0x5b, 0x4a, 0xf6, - 0x61, 0x30, 0xe7, 0x91, 0xa0, 0x2e, 0xfb, 0xc0, 0xa8, 0x67, 0x3e, 0x21, 0x03, 0xd8, 0x9d, 0xf3, - 0x8f, 0x3c, 0xfc, 0xc4, 0xcd, 0x9e, 0x22, 0x31, 0xbd, 0x8c, 0x53, 0xf4, 0x4c, 0x83, 0x1c, 0x81, - 0x49, 0x2f, 0x05, 0x72, 0x8f, 0x7a, 0xe9, 0x56, 0xdd, 0x21, 0x26, 0x0c, 0x5d, 0x0c, 0x82, 0x34, - 0xe4, 0xc1, 0x42, 0x29, 0x7d, 0xf2, 0x1a, 0x4e, 0xba, 0x9c, 0xb7, 0xe0, 0x38, 0x65, 0x6e, 0x1a, - 0x51, 0x9c, 0xb9, 0x13, 0xe5, 0xef, 0x92, 0x21, 0xec, 0x4d, 0xc2, 0x98, 0x06, 0x8a, 0xed, 0x91, - 0x63, 0x38, 0x88, 0x26, 0xa1, 0x10, 0x8c, 0xfb, 0x69, 0x34, 0xc5, 0x99, 0xae, 0x7d, 0x4a, 0x5e, - 0xc0, 0x61, 0x27, 0x8b, 0x59, 0xe8, 0xcd, 0x5d, 0x6d, 0x80, 0xba, 0x9d, 0x30, 0x8f, 0x86, 0x8a, - 0x0d, 0x15, 0xf3, 0xa7, 0xc8, 0x74, 0xd7, 0x33, 0xc5, 0xd8, 0x14, 0x7d, 0xaa, 0xd8, 0x73, 0xf2, - 0x12, 0x8e, 0x66, 0x34, 0x12, 0x21, 0x8f, 0x58, 0x42, 0x1f, 0xbc, 0x60, 0x9f, 0xbc, 0x81, 0xd3, - 0x80, 0xfa, 0xe8, 0x2e, 0xd2, 0x07, 0x01, 0x8f, 0x45, 0x22, 0x40, 0xfd, 0x07, 0x93, 0x00, 0xf4, - 0x51, 0x08, 0x85, 0x0f, 0xc8, 0x2b, 0x38, 0xbe, 0x4f, 0x2b, 0x89, 0xf1, 0x28, 0x56, 0xff, 0x45, - 0xcf, 0x24, 0xca, 0xfa, 0x77, 0xc3, 0xe1, 0xf8, 0x67, 0x0f, 0xce, 0xbf, 0xd6, 0x6b, 0xeb, 0xd1, - 0xb1, 0x8d, 0x07, 0xed, 0x18, 0x84, 0x9a, 0x92, 0xe8, 0x7d, 0x1e, 0xdf, 0xa7, 0xcb, 0xfa, 0x2a, - 0xab, 0x4a, 0xab, 0xbe, 0x2e, 0xed, 0xb2, 0xa8, 0xf4, 0x0c, 0xb7, 0x1b, 0xd2, 0xac, 0xe4, 0x7f, - 0x16, 0xe6, 0xbd, 0x3e, 0xbf, 0x19, 0x3b, 0x3e, 0xe2, 0x77, 0xe3, 0xcc, 0x6f, 0xab, 0x30, 0x97, - 0x56, 0x0b, 0x15, 0x4a, 0x46, 0x96, 0xda, 0x00, 0xf9, 0x63, 0xeb, 0x2f, 0x31, 0x97, 0xcb, 0xce, - 0x5f, 0x26, 0xa3, 0xa5, 0xf6, 0x7f, 0x1b, 0xe7, 0xad, 0xe8, 0x38, 0x98, 0x4b, 0xc7, 0xe9, 0x12, - 0x8e, 0x93, 0x8c, 0x1c, 0x47, 0x67, 0xbe, 0xf4, 0xf5, 0xc3, 0xde, 0xfd, 0x0d, 0x00, 0x00, 0xff, - 0xff, 0x35, 0xb8, 0x1c, 0x20, 0xc8, 0x02, 0x00, 0x00, +var fileDescriptor_ad_type_8da0c2fb74489b69 = []byte{ + // 495 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xcd, 0x6e, 0xd3, 0x40, + 0x10, 0xa6, 0x89, 0x94, 0x96, 0x49, 0x20, 0xee, 0xa6, 0xa1, 0x50, 0xb5, 0x88, 0xf6, 0x8a, 0x64, + 0x2b, 0x42, 0x5c, 0xcc, 0x69, 0xe2, 0x5d, 0x1c, 0x0b, 0x7b, 0xbd, 0x8a, 0x9d, 0xd0, 0xa0, 0x48, + 0x96, 0xc1, 0x91, 0x15, 0xa9, 0xb1, 0xa3, 0x3a, 0xad, 0xd4, 0xd7, 0x81, 0x1b, 0x47, 0x1e, 0x83, + 0xa7, 0xe0, 0xcc, 0x53, 0xa0, 0x59, 0x37, 0x51, 0x0f, 0xc0, 0xc5, 0x9a, 0xef, 0xc7, 0x9f, 0x76, + 0x7e, 0xe0, 0x75, 0x5e, 0x96, 0xf9, 0xd5, 0xc2, 0x4a, 0xb3, 0xca, 0xaa, 0x4b, 0xaa, 0x6e, 0x07, + 0xd6, 0xa2, 0xb8, 0x59, 0x55, 0x56, 0x9a, 0x25, 0x9b, 0xbb, 0xf5, 0xc2, 0x5c, 0x5f, 0x97, 0x9b, + 0x92, 0x9d, 0xd5, 0x0e, 0x33, 0xcd, 0x2a, 0x73, 0x67, 0x36, 0x6f, 0x07, 0xa6, 0x36, 0x9f, 0x9c, + 0x6e, 0xb3, 0xd6, 0x4b, 0x2b, 0x2d, 0x8a, 0x72, 0x93, 0x6e, 0x96, 0x65, 0x51, 0xd5, 0x3f, 0x5f, + 0xfc, 0x68, 0x02, 0x60, 0x16, 0xdf, 0xad, 0x17, 0xa2, 0xb8, 0x59, 0x5d, 0x7c, 0x6b, 0x42, 0xab, + 0x86, 0xac, 0x0b, 0xed, 0x89, 0x8c, 0x94, 0x70, 0xbc, 0xf7, 0x9e, 0xe0, 0xc6, 0x23, 0xd6, 0x86, + 0xfd, 0x89, 0xfc, 0x20, 0xc3, 0x8f, 0xd2, 0xd8, 0x23, 0x10, 0x8b, 0xcb, 0x38, 0x41, 0x6e, 0x34, + 0xd8, 0x11, 0x18, 0xe2, 0x52, 0xa1, 0xe4, 0x82, 0x27, 0x5b, 0xb6, 0xc9, 0x0c, 0xe8, 0x38, 0xe8, + 0xfb, 0x49, 0x28, 0xfd, 0x19, 0x31, 0x2d, 0xf6, 0x12, 0x4e, 0x76, 0x3e, 0x3e, 0x93, 0x18, 0x78, + 0x4e, 0x12, 0x09, 0x1c, 0x3b, 0x23, 0xd2, 0xf7, 0x59, 0x07, 0x0e, 0x46, 0x61, 0x2c, 0x7c, 0x42, + 0x07, 0xac, 0x0f, 0x87, 0xd1, 0x28, 0x54, 0xca, 0x93, 0x6e, 0x12, 0x05, 0x38, 0xd6, 0xb1, 0x8f, + 0xd9, 0x31, 0xf4, 0x76, 0xb4, 0x1a, 0x87, 0x7c, 0xe2, 0x68, 0x01, 0xe8, 0xef, 0xa9, 0xc7, 0x45, + 0x48, 0xa8, 0x43, 0xc8, 0x0d, 0xd0, 0xd3, 0x59, 0x4f, 0x08, 0x79, 0x01, 0xba, 0x82, 0xd0, 0x53, + 0xf6, 0x1c, 0x8e, 0xc6, 0x22, 0x52, 0xa1, 0x8c, 0xbc, 0xa9, 0x78, 0xf0, 0x82, 0x2e, 0x7b, 0x05, + 0xa7, 0xbe, 0x70, 0xd1, 0x99, 0x25, 0x0f, 0x0c, 0xdc, 0x8b, 0x94, 0x8f, 0xba, 0x07, 0x83, 0x01, + 0xb4, 0x50, 0x29, 0xaa, 0x0f, 0xd9, 0x0b, 0xe8, 0xdf, 0xbb, 0x89, 0xf2, 0x64, 0x14, 0x53, 0xbf, + 0xc8, 0x0d, 0x46, 0xd2, 0xdf, 0x13, 0x7a, 0xac, 0x07, 0xdd, 0x51, 0x1c, 0xf8, 0x6f, 0x93, 0x89, + 0xf2, 0x43, 0xe4, 0x44, 0xf6, 0x69, 0x84, 0xdb, 0x89, 0xd4, 0x22, 0x72, 0xe3, 0x19, 0x8d, 0x80, + 0x92, 0x85, 0x74, 0xd1, 0x15, 0x81, 0x90, 0xba, 0xd3, 0xe3, 0xe1, 0xaf, 0x3d, 0x38, 0xff, 0x52, + 0xae, 0xcc, 0xff, 0x2e, 0x7e, 0xd8, 0xae, 0x17, 0xa9, 0x68, 0xcf, 0x6a, 0xef, 0xd3, 0xf0, 0xde, + 0x9d, 0x97, 0x57, 0x69, 0x91, 0x9b, 0xe5, 0x75, 0x6e, 0xe5, 0x8b, 0x42, 0x5f, 0xc1, 0xf6, 0xc6, + 0xd6, 0xcb, 0xea, 0x1f, 0x27, 0xf7, 0x4e, 0x7f, 0xbf, 0x36, 0x9a, 0x2e, 0xe2, 0xf7, 0xc6, 0x99, + 0x5b, 0x47, 0x61, 0x56, 0x99, 0x75, 0x49, 0xd5, 0x74, 0x60, 0xd2, 0x0d, 0x55, 0x3f, 0xb7, 0xfa, + 0x1c, 0xb3, 0x6a, 0xbe, 0xd3, 0xe7, 0xd3, 0xc1, 0x5c, 0xeb, 0xbf, 0x1b, 0xe7, 0x35, 0x69, 0xdb, + 0x98, 0x55, 0xb6, 0xbd, 0x73, 0xd8, 0xf6, 0x74, 0x60, 0xdb, 0xda, 0xf3, 0xb9, 0xa5, 0x1f, 0xf6, + 0xe6, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x27, 0x88, 0xc1, 0xa2, 0x0a, 0x03, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/enums/advertising_channel_sub_type.pb.go b/googleapis/ads/googleads/v1/enums/advertising_channel_sub_type.pb.go index d6150ddf9d..88ae3e6384 100644 --- a/googleapis/ads/googleads/v1/enums/advertising_channel_sub_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/advertising_channel_sub_type.pb.go @@ -47,8 +47,14 @@ const ( AdvertisingChannelSubTypeEnum_VIDEO_ACTION AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 10 // Video campaigns with non-skippable video ads. AdvertisingChannelSubTypeEnum_VIDEO_NON_SKIPPABLE AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 11 - // Universal App Campaign. + // App Campaign that allows you to easily promote your Android or iOS app + // across Google's top properties including Search, Play, YouTube, and the + // Google Display Network. AdvertisingChannelSubTypeEnum_APP_CAMPAIGN AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 12 + // App Campaign for engagement, focused on driving re-engagement with the + // app across several of Google’s top properties including Search, YouTube, + // and the Google Display Network. + AdvertisingChannelSubTypeEnum_APP_CAMPAIGN_FOR_ENGAGEMENT AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 13 ) var AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_name = map[int32]string{ @@ -65,28 +71,30 @@ var AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_name = map[int32]str 10: "VIDEO_ACTION", 11: "VIDEO_NON_SKIPPABLE", 12: "APP_CAMPAIGN", + 13: "APP_CAMPAIGN_FOR_ENGAGEMENT", } var AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "SEARCH_MOBILE_APP": 2, - "DISPLAY_MOBILE_APP": 3, - "SEARCH_EXPRESS": 4, - "DISPLAY_EXPRESS": 5, - "SHOPPING_SMART_ADS": 6, - "DISPLAY_GMAIL_AD": 7, - "DISPLAY_SMART_CAMPAIGN": 8, - "VIDEO_OUTSTREAM": 9, - "VIDEO_ACTION": 10, - "VIDEO_NON_SKIPPABLE": 11, - "APP_CAMPAIGN": 12, + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "SEARCH_MOBILE_APP": 2, + "DISPLAY_MOBILE_APP": 3, + "SEARCH_EXPRESS": 4, + "DISPLAY_EXPRESS": 5, + "SHOPPING_SMART_ADS": 6, + "DISPLAY_GMAIL_AD": 7, + "DISPLAY_SMART_CAMPAIGN": 8, + "VIDEO_OUTSTREAM": 9, + "VIDEO_ACTION": 10, + "VIDEO_NON_SKIPPABLE": 11, + "APP_CAMPAIGN": 12, + "APP_CAMPAIGN_FOR_ENGAGEMENT": 13, } func (x AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType) String() string { return proto.EnumName(AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_name, int32(x)) } func (AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_advertising_channel_sub_type_02b63a9ec49568b8, []int{0, 0} + return fileDescriptor_advertising_channel_sub_type_85066977ea55d72d, []int{0, 0} } // An immutable specialization of an Advertising Channel. @@ -100,7 +108,7 @@ func (m *AdvertisingChannelSubTypeEnum) Reset() { *m = AdvertisingChanne func (m *AdvertisingChannelSubTypeEnum) String() string { return proto.CompactTextString(m) } func (*AdvertisingChannelSubTypeEnum) ProtoMessage() {} func (*AdvertisingChannelSubTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_advertising_channel_sub_type_02b63a9ec49568b8, []int{0} + return fileDescriptor_advertising_channel_sub_type_85066977ea55d72d, []int{0} } func (m *AdvertisingChannelSubTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdvertisingChannelSubTypeEnum.Unmarshal(m, b) @@ -126,38 +134,39 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/advertising_channel_sub_type.proto", fileDescriptor_advertising_channel_sub_type_02b63a9ec49568b8) + proto.RegisterFile("google/ads/googleads/v1/enums/advertising_channel_sub_type.proto", fileDescriptor_advertising_channel_sub_type_85066977ea55d72d) } -var fileDescriptor_advertising_channel_sub_type_02b63a9ec49568b8 = []byte{ - // 455 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xdf, 0x6e, 0xd3, 0x30, - 0x18, 0xc5, 0x69, 0x06, 0x1b, 0xb8, 0x13, 0x33, 0x1e, 0x0c, 0x31, 0x51, 0xa4, 0xed, 0x01, 0x12, - 0x45, 0xdc, 0x85, 0x1b, 0x9c, 0xc4, 0x64, 0xd6, 0x9a, 0xc4, 0xaa, 0xd3, 0xf2, 0x47, 0x95, 0xac, - 0x74, 0x89, 0x42, 0xa4, 0xd6, 0x89, 0xea, 0xb4, 0xd2, 0x5e, 0x87, 0x4b, 0x24, 0x5e, 0x84, 0x1b, - 0xde, 0x83, 0x5b, 0x5e, 0x00, 0x25, 0x5e, 0x3a, 0x6e, 0xca, 0x4d, 0x74, 0x74, 0xbe, 0x9f, 0xcf, - 0x17, 0xf9, 0x18, 0xbc, 0x2f, 0xaa, 0xaa, 0x58, 0xe6, 0x56, 0x9a, 0x29, 0x4b, 0xcb, 0x56, 0x6d, - 0x6d, 0x2b, 0x97, 0x9b, 0x95, 0xb2, 0xd2, 0x6c, 0x9b, 0xaf, 0x9b, 0x52, 0x95, 0xb2, 0x10, 0x37, - 0x5f, 0x53, 0x29, 0xf3, 0xa5, 0x50, 0x9b, 0x85, 0x68, 0x6e, 0xeb, 0xdc, 0xac, 0xd7, 0x55, 0x53, - 0xa1, 0x91, 0x3e, 0x66, 0xa6, 0x99, 0x32, 0x77, 0x09, 0xe6, 0xd6, 0x36, 0xbb, 0x84, 0xf3, 0xd7, - 0xfd, 0x82, 0xba, 0xb4, 0x52, 0x29, 0xab, 0x26, 0x6d, 0xca, 0x4a, 0x2a, 0x7d, 0xf8, 0xf2, 0x97, - 0x01, 0x46, 0xf8, 0x7e, 0x87, 0xa7, 0x57, 0xf0, 0xcd, 0x22, 0xb9, 0xad, 0x73, 0x22, 0x37, 0xab, - 0xcb, 0x1f, 0x06, 0x78, 0xb5, 0x97, 0x40, 0x27, 0x60, 0x38, 0x8d, 0x38, 0x23, 0x1e, 0xfd, 0x40, - 0x89, 0x0f, 0x1f, 0xa0, 0x21, 0x38, 0x9a, 0x46, 0xd7, 0x51, 0xfc, 0x31, 0x82, 0x03, 0xf4, 0x02, - 0x3c, 0xe3, 0x04, 0x4f, 0xbc, 0x2b, 0x11, 0xc6, 0x2e, 0x1d, 0x13, 0x81, 0x19, 0x83, 0x06, 0x3a, - 0x03, 0xc8, 0xa7, 0x9c, 0x8d, 0xf1, 0xe7, 0x7f, 0xfd, 0x03, 0x84, 0xc0, 0xd3, 0x3b, 0x9c, 0x7c, - 0x62, 0x13, 0xc2, 0x39, 0x7c, 0x88, 0x4e, 0xc1, 0x49, 0xcf, 0xf6, 0xe6, 0xa3, 0x36, 0x80, 0x5f, - 0xc5, 0x8c, 0xd1, 0x28, 0x10, 0x3c, 0xc4, 0x93, 0x44, 0x60, 0x9f, 0xc3, 0x43, 0xf4, 0x1c, 0xc0, - 0x1e, 0x0e, 0x42, 0x4c, 0xc7, 0x02, 0xfb, 0xf0, 0x08, 0x9d, 0x83, 0xb3, 0xde, 0xd5, 0xb0, 0x87, - 0x43, 0x86, 0x69, 0x10, 0xc1, 0xc7, 0x6d, 0xfc, 0x8c, 0xfa, 0x24, 0x16, 0xf1, 0x34, 0xe1, 0xc9, - 0x84, 0xe0, 0x10, 0x3e, 0x41, 0x10, 0x1c, 0x6b, 0x13, 0x7b, 0x09, 0x8d, 0x23, 0x08, 0xd0, 0x4b, - 0x70, 0xaa, 0x9d, 0x28, 0x8e, 0x04, 0xbf, 0xa6, 0x8c, 0x61, 0x77, 0x4c, 0xe0, 0xb0, 0x45, 0x31, - 0x63, 0xf7, 0x89, 0xc7, 0xee, 0x9f, 0x01, 0xb8, 0xb8, 0xa9, 0x56, 0xe6, 0x7f, 0x5b, 0x71, 0xdf, - 0xec, 0xbd, 0x52, 0xd6, 0xf6, 0xc2, 0x06, 0x5f, 0xdc, 0xbb, 0x80, 0xa2, 0x5a, 0xa6, 0xb2, 0x30, - 0xab, 0x75, 0x61, 0x15, 0xb9, 0xec, 0x5a, 0xeb, 0x1f, 0x4a, 0x5d, 0xaa, 0x3d, 0xef, 0xe6, 0x5d, - 0xf7, 0xfd, 0x66, 0x1c, 0x04, 0x18, 0x7f, 0x37, 0x46, 0x81, 0x8e, 0xc2, 0x99, 0x32, 0xb5, 0x6c, - 0xd5, 0xcc, 0x36, 0xdb, 0x82, 0xd5, 0xcf, 0x7e, 0x3e, 0xc7, 0x99, 0x9a, 0xef, 0xe6, 0xf3, 0x99, - 0x3d, 0xef, 0xe6, 0xbf, 0x8d, 0x0b, 0x6d, 0x3a, 0x0e, 0xce, 0x94, 0xe3, 0xec, 0x08, 0xc7, 0x99, - 0xd9, 0x8e, 0xd3, 0x31, 0x8b, 0xc3, 0xee, 0xc7, 0xde, 0xfe, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x6f, - 0x7b, 0x4b, 0xe9, 0xcf, 0x02, 0x00, 0x00, +var fileDescriptor_advertising_channel_sub_type_85066977ea55d72d = []byte{ + // 476 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xcf, 0x6e, 0xd3, 0x4c, + 0x14, 0xc5, 0xbf, 0xb8, 0x1f, 0x2d, 0x4c, 0x0a, 0x1d, 0xa6, 0x50, 0x44, 0x21, 0xa0, 0xf6, 0x01, + 0x6c, 0x45, 0xec, 0xcc, 0x86, 0x9b, 0x64, 0xea, 0x8e, 0x1a, 0x8f, 0x47, 0x19, 0x27, 0xfc, 0x51, + 0xa4, 0x91, 0x53, 0x5b, 0x26, 0x52, 0x32, 0x8e, 0x32, 0x49, 0xa4, 0xbe, 0x0e, 0x4b, 0x1e, 0x85, + 0x05, 0x0f, 0xc2, 0x0a, 0x89, 0x17, 0x40, 0xf6, 0xd4, 0x69, 0x37, 0x61, 0x63, 0x1d, 0x9d, 0xfb, + 0xbb, 0xe7, 0x5a, 0x73, 0x2f, 0xfa, 0x90, 0x17, 0x45, 0x3e, 0xcb, 0xbc, 0x24, 0x35, 0x9e, 0x95, + 0xa5, 0xda, 0xb4, 0xbd, 0x4c, 0xaf, 0xe7, 0xc6, 0x4b, 0xd2, 0x4d, 0xb6, 0x5c, 0x4d, 0xcd, 0x54, + 0xe7, 0xea, 0xfa, 0x6b, 0xa2, 0x75, 0x36, 0x53, 0x66, 0x3d, 0x51, 0xab, 0x9b, 0x45, 0xe6, 0x2e, + 0x96, 0xc5, 0xaa, 0x20, 0x2d, 0xdb, 0xe6, 0x26, 0xa9, 0x71, 0xb7, 0x09, 0xee, 0xa6, 0xed, 0x56, + 0x09, 0xa7, 0xaf, 0xeb, 0x01, 0x8b, 0xa9, 0x97, 0x68, 0x5d, 0xac, 0x92, 0xd5, 0xb4, 0xd0, 0xc6, + 0x36, 0x9f, 0xff, 0x76, 0x50, 0x0b, 0xee, 0x66, 0x74, 0xed, 0x08, 0xb9, 0x9e, 0xc4, 0x37, 0x8b, + 0x8c, 0xea, 0xf5, 0xfc, 0xfc, 0xa7, 0x83, 0x5e, 0xee, 0x24, 0xc8, 0x11, 0x6a, 0x0e, 0xb9, 0x14, + 0xb4, 0xcb, 0x2e, 0x18, 0xed, 0xe1, 0xff, 0x48, 0x13, 0x1d, 0x0c, 0xf9, 0x15, 0x8f, 0x3e, 0x72, + 0xdc, 0x20, 0xcf, 0xd1, 0x53, 0x49, 0x61, 0xd0, 0xbd, 0x54, 0x61, 0xd4, 0x61, 0x7d, 0xaa, 0x40, + 0x08, 0xec, 0x90, 0x13, 0x44, 0x7a, 0x4c, 0x8a, 0x3e, 0x7c, 0xbe, 0xef, 0xef, 0x11, 0x82, 0x9e, + 0xdc, 0xe2, 0xf4, 0x93, 0x18, 0x50, 0x29, 0xf1, 0xff, 0xe4, 0x18, 0x1d, 0xd5, 0x6c, 0x6d, 0x3e, + 0x28, 0x03, 0xe4, 0x65, 0x24, 0x04, 0xe3, 0x81, 0x92, 0x21, 0x0c, 0x62, 0x05, 0x3d, 0x89, 0xf7, + 0xc9, 0x33, 0x84, 0x6b, 0x38, 0x08, 0x81, 0xf5, 0x15, 0xf4, 0xf0, 0x01, 0x39, 0x45, 0x27, 0xb5, + 0x6b, 0xe1, 0x2e, 0x84, 0x02, 0x58, 0xc0, 0xf1, 0xc3, 0x32, 0x7e, 0xc4, 0x7a, 0x34, 0x52, 0xd1, + 0x30, 0x96, 0xf1, 0x80, 0x42, 0x88, 0x1f, 0x11, 0x8c, 0x0e, 0xad, 0x09, 0xdd, 0x98, 0x45, 0x1c, + 0x23, 0xf2, 0x02, 0x1d, 0x5b, 0x87, 0x47, 0x5c, 0xc9, 0x2b, 0x26, 0x04, 0x74, 0xfa, 0x14, 0x37, + 0x4b, 0x14, 0x84, 0xb8, 0x4b, 0x3c, 0x24, 0x6f, 0xd1, 0xab, 0xfb, 0x8e, 0xba, 0x88, 0x06, 0x8a, + 0xf2, 0x00, 0x02, 0x1a, 0x52, 0x1e, 0xe3, 0xc7, 0x9d, 0x3f, 0x0d, 0x74, 0x76, 0x5d, 0xcc, 0xdd, + 0x7f, 0xae, 0xad, 0xf3, 0x66, 0xe7, 0x9b, 0x8b, 0x72, 0x71, 0xa2, 0xf1, 0xa5, 0x73, 0x1b, 0x90, + 0x17, 0xb3, 0x44, 0xe7, 0x6e, 0xb1, 0xcc, 0xbd, 0x3c, 0xd3, 0xd5, 0x5a, 0xeb, 0x4b, 0x5a, 0x4c, + 0xcd, 0x8e, 0xc3, 0x7a, 0x5f, 0x7d, 0xbf, 0x39, 0x7b, 0x01, 0xc0, 0x77, 0xa7, 0x15, 0xd8, 0x28, + 0x48, 0x8d, 0x6b, 0x65, 0xa9, 0x46, 0x6d, 0xb7, 0xbc, 0x00, 0xf3, 0xa3, 0xae, 0x8f, 0x21, 0x35, + 0xe3, 0x6d, 0x7d, 0x3c, 0x6a, 0x8f, 0xab, 0xfa, 0x2f, 0xe7, 0xcc, 0x9a, 0xbe, 0x0f, 0xa9, 0xf1, + 0xfd, 0x2d, 0xe1, 0xfb, 0xa3, 0xb6, 0xef, 0x57, 0xcc, 0x64, 0xbf, 0xfa, 0xb1, 0x77, 0x7f, 0x03, + 0x00, 0x00, 0xff, 0xff, 0xc1, 0x16, 0x40, 0x78, 0xf0, 0x02, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/enums/advertising_channel_type.pb.go b/googleapis/ads/googleads/v1/enums/advertising_channel_type.pb.go index 72dbd74f4e..5ab30b19a3 100644 --- a/googleapis/ads/googleads/v1/enums/advertising_channel_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/advertising_channel_type.pb.go @@ -38,8 +38,8 @@ const ( AdvertisingChannelTypeEnum_HOTEL AdvertisingChannelTypeEnum_AdvertisingChannelType = 5 // Video campaigns. AdvertisingChannelTypeEnum_VIDEO AdvertisingChannelTypeEnum_AdvertisingChannelType = 6 - // Universal App Campaigns, including universal app install and universal - // app reengagement campaigns, that run across multiple channels. + // App Campaigns, and App Campaigns for Engagement, that run + // across multiple channels. AdvertisingChannelTypeEnum_MULTI_CHANNEL AdvertisingChannelTypeEnum_AdvertisingChannelType = 7 ) @@ -68,7 +68,7 @@ func (x AdvertisingChannelTypeEnum_AdvertisingChannelType) String() string { return proto.EnumName(AdvertisingChannelTypeEnum_AdvertisingChannelType_name, int32(x)) } func (AdvertisingChannelTypeEnum_AdvertisingChannelType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_advertising_channel_type_5d82ba2fb41708e4, []int{0, 0} + return fileDescriptor_advertising_channel_type_fa6d1db862c02c2d, []int{0, 0} } // The channel type a campaign may target to serve on. @@ -82,7 +82,7 @@ func (m *AdvertisingChannelTypeEnum) Reset() { *m = AdvertisingChannelTy func (m *AdvertisingChannelTypeEnum) String() string { return proto.CompactTextString(m) } func (*AdvertisingChannelTypeEnum) ProtoMessage() {} func (*AdvertisingChannelTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_advertising_channel_type_5d82ba2fb41708e4, []int{0} + return fileDescriptor_advertising_channel_type_fa6d1db862c02c2d, []int{0} } func (m *AdvertisingChannelTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdvertisingChannelTypeEnum.Unmarshal(m, b) @@ -108,10 +108,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/advertising_channel_type.proto", fileDescriptor_advertising_channel_type_5d82ba2fb41708e4) + proto.RegisterFile("google/ads/googleads/v1/enums/advertising_channel_type.proto", fileDescriptor_advertising_channel_type_fa6d1db862c02c2d) } -var fileDescriptor_advertising_channel_type_5d82ba2fb41708e4 = []byte{ +var fileDescriptor_advertising_channel_type_fa6d1db862c02c2d = []byte{ // 364 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x41, 0x4e, 0xbb, 0x40, 0x18, 0xc5, 0xff, 0xd0, 0x7f, 0x5b, 0x9d, 0x6a, 0x1c, 0x59, 0xb8, 0xa8, 0x76, 0xd1, 0x1e, 0x60, diff --git a/googleapis/ads/googleads/v1/enums/affiliate_location_feed_relationship_type.pb.go b/googleapis/ads/googleads/v1/enums/affiliate_location_feed_relationship_type.pb.go index d4e66ccb4b..8fff72df19 100644 --- a/googleapis/ads/googleads/v1/enums/affiliate_location_feed_relationship_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/affiliate_location_feed_relationship_type.pb.go @@ -46,7 +46,7 @@ func (x AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelations return proto.EnumName(AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType_name, int32(x)) } func (AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_affiliate_location_feed_relationship_type_e8984108a81ad162, []int{0, 0} + return fileDescriptor_affiliate_location_feed_relationship_type_3af3bb377476510a, []int{0, 0} } // Container for enum describing possible values for a relationship type for @@ -63,7 +63,7 @@ func (m *AffiliateLocationFeedRelationshipTypeEnum) Reset() { func (m *AffiliateLocationFeedRelationshipTypeEnum) String() string { return proto.CompactTextString(m) } func (*AffiliateLocationFeedRelationshipTypeEnum) ProtoMessage() {} func (*AffiliateLocationFeedRelationshipTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_affiliate_location_feed_relationship_type_e8984108a81ad162, []int{0} + return fileDescriptor_affiliate_location_feed_relationship_type_3af3bb377476510a, []int{0} } func (m *AffiliateLocationFeedRelationshipTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AffiliateLocationFeedRelationshipTypeEnum.Unmarshal(m, b) @@ -89,10 +89,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/affiliate_location_feed_relationship_type.proto", fileDescriptor_affiliate_location_feed_relationship_type_e8984108a81ad162) + proto.RegisterFile("google/ads/googleads/v1/enums/affiliate_location_feed_relationship_type.proto", fileDescriptor_affiliate_location_feed_relationship_type_3af3bb377476510a) } -var fileDescriptor_affiliate_location_feed_relationship_type_e8984108a81ad162 = []byte{ +var fileDescriptor_affiliate_location_feed_relationship_type_3af3bb377476510a = []byte{ // 332 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xc1, 0x4a, 0xc3, 0x30, 0x18, 0xc7, 0x6d, 0x05, 0x85, 0xec, 0x60, 0x29, 0x9e, 0xc4, 0x1d, 0x36, 0xf0, 0xa0, 0x87, 0x94, diff --git a/googleapis/ads/googleads/v1/enums/affiliate_location_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/affiliate_location_placeholder_field.pb.go index 76ffb42104..9ab7c1ba84 100644 --- a/googleapis/ads/googleads/v1/enums/affiliate_location_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/affiliate_location_placeholder_field.pb.go @@ -86,7 +86,7 @@ func (x AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField) return proto.EnumName(AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField_name, int32(x)) } func (AffiliateLocationPlaceholderFieldEnum_AffiliateLocationPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_affiliate_location_placeholder_field_024fba99945e370b, []int{0, 0} + return fileDescriptor_affiliate_location_placeholder_field_9a684762b064fbe0, []int{0, 0} } // Values for Affiliate Location placeholder fields. @@ -100,7 +100,7 @@ func (m *AffiliateLocationPlaceholderFieldEnum) Reset() { *m = Affiliate func (m *AffiliateLocationPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*AffiliateLocationPlaceholderFieldEnum) ProtoMessage() {} func (*AffiliateLocationPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_affiliate_location_placeholder_field_024fba99945e370b, []int{0} + return fileDescriptor_affiliate_location_placeholder_field_9a684762b064fbe0, []int{0} } func (m *AffiliateLocationPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AffiliateLocationPlaceholderFieldEnum.Unmarshal(m, b) @@ -126,10 +126,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/affiliate_location_placeholder_field.proto", fileDescriptor_affiliate_location_placeholder_field_024fba99945e370b) + proto.RegisterFile("google/ads/googleads/v1/enums/affiliate_location_placeholder_field.proto", fileDescriptor_affiliate_location_placeholder_field_9a684762b064fbe0) } -var fileDescriptor_affiliate_location_placeholder_field_024fba99945e370b = []byte{ +var fileDescriptor_affiliate_location_placeholder_field_9a684762b064fbe0 = []byte{ // 431 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xc1, 0x8e, 0xd3, 0x30, 0x10, 0xa5, 0xd9, 0x65, 0xb7, 0xb8, 0x65, 0x31, 0x3e, 0x22, 0xf6, 0xd0, 0x95, 0xe0, 0xe8, 0x28, diff --git a/googleapis/ads/googleads/v1/enums/age_range_type.pb.go b/googleapis/ads/googleads/v1/enums/age_range_type.pb.go index 033535a1b9..7ef3e94fbe 100644 --- a/googleapis/ads/googleads/v1/enums/age_range_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/age_range_type.pb.go @@ -70,7 +70,7 @@ func (x AgeRangeTypeEnum_AgeRangeType) String() string { return proto.EnumName(AgeRangeTypeEnum_AgeRangeType_name, int32(x)) } func (AgeRangeTypeEnum_AgeRangeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_age_range_type_2b473c235b50dfd4, []int{0, 0} + return fileDescriptor_age_range_type_6aa2521db2f95ab5, []int{0, 0} } // Container for enum describing the type of demographic age ranges. @@ -84,7 +84,7 @@ func (m *AgeRangeTypeEnum) Reset() { *m = AgeRangeTypeEnum{} } func (m *AgeRangeTypeEnum) String() string { return proto.CompactTextString(m) } func (*AgeRangeTypeEnum) ProtoMessage() {} func (*AgeRangeTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_age_range_type_2b473c235b50dfd4, []int{0} + return fileDescriptor_age_range_type_6aa2521db2f95ab5, []int{0} } func (m *AgeRangeTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AgeRangeTypeEnum.Unmarshal(m, b) @@ -110,10 +110,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/age_range_type.proto", fileDescriptor_age_range_type_2b473c235b50dfd4) + proto.RegisterFile("google/ads/googleads/v1/enums/age_range_type.proto", fileDescriptor_age_range_type_6aa2521db2f95ab5) } -var fileDescriptor_age_range_type_2b473c235b50dfd4 = []byte{ +var fileDescriptor_age_range_type_6aa2521db2f95ab5 = []byte{ // 378 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4a, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x43, 0xfd, 0xd4, 0xbc, diff --git a/googleapis/ads/googleads/v1/enums/app_campaign_app_store.pb.go b/googleapis/ads/googleads/v1/enums/app_campaign_app_store.pb.go index b44b7daeec..67b750bb33 100644 --- a/googleapis/ads/googleads/v1/enums/app_campaign_app_store.pb.go +++ b/googleapis/ads/googleads/v1/enums/app_campaign_app_store.pb.go @@ -50,7 +50,7 @@ func (x AppCampaignAppStoreEnum_AppCampaignAppStore) String() string { return proto.EnumName(AppCampaignAppStoreEnum_AppCampaignAppStore_name, int32(x)) } func (AppCampaignAppStoreEnum_AppCampaignAppStore) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_app_campaign_app_store_7053f99b013d0af8, []int{0, 0} + return fileDescriptor_app_campaign_app_store_a6bc8941816fd21e, []int{0, 0} } // The application store that distributes mobile applications. @@ -64,7 +64,7 @@ func (m *AppCampaignAppStoreEnum) Reset() { *m = AppCampaignAppStoreEnum func (m *AppCampaignAppStoreEnum) String() string { return proto.CompactTextString(m) } func (*AppCampaignAppStoreEnum) ProtoMessage() {} func (*AppCampaignAppStoreEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_app_campaign_app_store_7053f99b013d0af8, []int{0} + return fileDescriptor_app_campaign_app_store_a6bc8941816fd21e, []int{0} } func (m *AppCampaignAppStoreEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppCampaignAppStoreEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/app_campaign_app_store.proto", fileDescriptor_app_campaign_app_store_7053f99b013d0af8) + proto.RegisterFile("google/ads/googleads/v1/enums/app_campaign_app_store.proto", fileDescriptor_app_campaign_app_store_a6bc8941816fd21e) } -var fileDescriptor_app_campaign_app_store_7053f99b013d0af8 = []byte{ +var fileDescriptor_app_campaign_app_store_a6bc8941816fd21e = []byte{ // 315 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xd1, 0x4a, 0xc3, 0x30, 0x14, 0x75, 0x1d, 0x28, 0x64, 0x0f, 0x2b, 0x9d, 0xa0, 0x88, 0x7b, 0xd8, 0x3e, 0x20, 0xa1, 0xf8, diff --git a/googleapis/ads/googleads/v1/enums/app_campaign_bidding_strategy_goal_type.pb.go b/googleapis/ads/googleads/v1/enums/app_campaign_bidding_strategy_goal_type.pb.go index 2859c1b0b2..2b4f9fbba8 100644 --- a/googleapis/ads/googleads/v1/enums/app_campaign_bidding_strategy_goal_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/app_campaign_bidding_strategy_goal_type.pb.go @@ -65,7 +65,7 @@ func (x AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalTyp return proto.EnumName(AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType_name, int32(x)) } func (AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_app_campaign_bidding_strategy_goal_type_33c5e49b61e0e1a9, []int{0, 0} + return fileDescriptor_app_campaign_bidding_strategy_goal_type_f6a7d1f1531eb5da, []int{0, 0} } // Container for enum describing goal towards which the bidding strategy of an @@ -82,7 +82,7 @@ func (m *AppCampaignBiddingStrategyGoalTypeEnum) Reset() { func (m *AppCampaignBiddingStrategyGoalTypeEnum) String() string { return proto.CompactTextString(m) } func (*AppCampaignBiddingStrategyGoalTypeEnum) ProtoMessage() {} func (*AppCampaignBiddingStrategyGoalTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_app_campaign_bidding_strategy_goal_type_33c5e49b61e0e1a9, []int{0} + return fileDescriptor_app_campaign_bidding_strategy_goal_type_f6a7d1f1531eb5da, []int{0} } func (m *AppCampaignBiddingStrategyGoalTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppCampaignBiddingStrategyGoalTypeEnum.Unmarshal(m, b) @@ -108,10 +108,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/app_campaign_bidding_strategy_goal_type.proto", fileDescriptor_app_campaign_bidding_strategy_goal_type_33c5e49b61e0e1a9) + proto.RegisterFile("google/ads/googleads/v1/enums/app_campaign_bidding_strategy_goal_type.proto", fileDescriptor_app_campaign_bidding_strategy_goal_type_f6a7d1f1531eb5da) } -var fileDescriptor_app_campaign_bidding_strategy_goal_type_33c5e49b61e0e1a9 = []byte{ +var fileDescriptor_app_campaign_bidding_strategy_goal_type_f6a7d1f1531eb5da = []byte{ // 413 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xcd, 0x8a, 0xdb, 0x30, 0x10, 0x6e, 0xbc, 0xfd, 0x01, 0xed, 0xa1, 0xc1, 0xc7, 0xd2, 0x3d, 0x6c, 0xe8, 0xef, 0x45, 0xc6, diff --git a/googleapis/ads/googleads/v1/enums/app_payment_model_type.pb.go b/googleapis/ads/googleads/v1/enums/app_payment_model_type.pb.go index ce59a76499..f2264e1a72 100644 --- a/googleapis/ads/googleads/v1/enums/app_payment_model_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/app_payment_model_type.pb.go @@ -46,7 +46,7 @@ func (x AppPaymentModelTypeEnum_AppPaymentModelType) String() string { return proto.EnumName(AppPaymentModelTypeEnum_AppPaymentModelType_name, int32(x)) } func (AppPaymentModelTypeEnum_AppPaymentModelType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_app_payment_model_type_4e004d1824ba3296, []int{0, 0} + return fileDescriptor_app_payment_model_type_2d44013d63f90d11, []int{0, 0} } // Represents a criterion for targeting paid apps. @@ -60,7 +60,7 @@ func (m *AppPaymentModelTypeEnum) Reset() { *m = AppPaymentModelTypeEnum func (m *AppPaymentModelTypeEnum) String() string { return proto.CompactTextString(m) } func (*AppPaymentModelTypeEnum) ProtoMessage() {} func (*AppPaymentModelTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_app_payment_model_type_4e004d1824ba3296, []int{0} + return fileDescriptor_app_payment_model_type_2d44013d63f90d11, []int{0} } func (m *AppPaymentModelTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppPaymentModelTypeEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/app_payment_model_type.proto", fileDescriptor_app_payment_model_type_4e004d1824ba3296) + proto.RegisterFile("google/ads/googleads/v1/enums/app_payment_model_type.proto", fileDescriptor_app_payment_model_type_2d44013d63f90d11) } -var fileDescriptor_app_payment_model_type_4e004d1824ba3296 = []byte{ +var fileDescriptor_app_payment_model_type_2d44013d63f90d11 = []byte{ // 302 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xf3, 0x30, 0x1c, 0xc5, 0xbf, 0xed, 0x13, 0x95, 0xec, 0xc2, 0x51, 0x2f, 0x14, 0x71, 0xc2, 0xf6, 0x00, 0x09, diff --git a/googleapis/ads/googleads/v1/enums/app_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/app_placeholder_field.pb.go index b07682c621..5221f6a444 100644 --- a/googleapis/ads/googleads/v1/enums/app_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/app_placeholder_field.pb.go @@ -81,7 +81,7 @@ func (x AppPlaceholderFieldEnum_AppPlaceholderField) String() string { return proto.EnumName(AppPlaceholderFieldEnum_AppPlaceholderField_name, int32(x)) } func (AppPlaceholderFieldEnum_AppPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_app_placeholder_field_e9b299fca4b7b6bb, []int{0, 0} + return fileDescriptor_app_placeholder_field_18f7848a1cee338f, []int{0, 0} } // Values for App placeholder fields. @@ -95,7 +95,7 @@ func (m *AppPlaceholderFieldEnum) Reset() { *m = AppPlaceholderFieldEnum func (m *AppPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*AppPlaceholderFieldEnum) ProtoMessage() {} func (*AppPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_app_placeholder_field_e9b299fca4b7b6bb, []int{0} + return fileDescriptor_app_placeholder_field_18f7848a1cee338f, []int{0} } func (m *AppPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppPlaceholderFieldEnum.Unmarshal(m, b) @@ -121,10 +121,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/app_placeholder_field.proto", fileDescriptor_app_placeholder_field_e9b299fca4b7b6bb) + proto.RegisterFile("google/ads/googleads/v1/enums/app_placeholder_field.proto", fileDescriptor_app_placeholder_field_18f7848a1cee338f) } -var fileDescriptor_app_placeholder_field_e9b299fca4b7b6bb = []byte{ +var fileDescriptor_app_placeholder_field_18f7848a1cee338f = []byte{ // 382 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xdd, 0xce, 0x93, 0x30, 0x18, 0x16, 0xe6, 0xb7, 0xb9, 0x7e, 0xfe, 0xd4, 0xaa, 0xd1, 0x18, 0x77, 0xb0, 0x5d, 0x40, 0x09, diff --git a/googleapis/ads/googleads/v1/enums/app_store.pb.go b/googleapis/ads/googleads/v1/enums/app_store.pb.go index debf90f124..f86baf72d9 100644 --- a/googleapis/ads/googleads/v1/enums/app_store.pb.go +++ b/googleapis/ads/googleads/v1/enums/app_store.pb.go @@ -50,7 +50,7 @@ func (x AppStoreEnum_AppStore) String() string { return proto.EnumName(AppStoreEnum_AppStore_name, int32(x)) } func (AppStoreEnum_AppStore) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_app_store_e3ce800ec4e8457c, []int{0, 0} + return fileDescriptor_app_store_e122b0acc6870c18, []int{0, 0} } // Container for enum describing app store type in an app extension. @@ -64,7 +64,7 @@ func (m *AppStoreEnum) Reset() { *m = AppStoreEnum{} } func (m *AppStoreEnum) String() string { return proto.CompactTextString(m) } func (*AppStoreEnum) ProtoMessage() {} func (*AppStoreEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_app_store_e3ce800ec4e8457c, []int{0} + return fileDescriptor_app_store_e122b0acc6870c18, []int{0} } func (m *AppStoreEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppStoreEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/app_store.proto", fileDescriptor_app_store_e3ce800ec4e8457c) + proto.RegisterFile("google/ads/googleads/v1/enums/app_store.proto", fileDescriptor_app_store_e122b0acc6870c18) } -var fileDescriptor_app_store_e3ce800ec4e8457c = []byte{ +var fileDescriptor_app_store_e122b0acc6870c18 = []byte{ // 299 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, 0x1c, 0xc6, 0x5d, 0x07, 0x2a, 0xd9, 0xc4, 0xd2, 0xa3, 0xb8, 0xc3, 0x76, 0x37, 0xa1, 0x78, 0x8b, diff --git a/googleapis/ads/googleads/v1/enums/app_url_operating_system_type.pb.go b/googleapis/ads/googleads/v1/enums/app_url_operating_system_type.pb.go new file mode 100644 index 0000000000..7000ec3233 --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/app_url_operating_system_type.pb.go @@ -0,0 +1,118 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/app_url_operating_system_type.proto + +package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v1/enums" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Operating System +type AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType int32 + +const ( + // Not specified. + AppUrlOperatingSystemTypeEnum_UNSPECIFIED AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType = 0 + // Used for return value only. Represents value unknown in this version. + AppUrlOperatingSystemTypeEnum_UNKNOWN AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType = 1 + // The Apple IOS operating system. + AppUrlOperatingSystemTypeEnum_IOS AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType = 2 + // The Android operating system. + AppUrlOperatingSystemTypeEnum_ANDROID AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType = 3 +) + +var AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "IOS", + 3: "ANDROID", +} +var AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "IOS": 2, + "ANDROID": 3, +} + +func (x AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType) String() string { + return proto.EnumName(AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType_name, int32(x)) +} +func (AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_app_url_operating_system_type_383fa34862fb8242, []int{0, 0} +} + +// The possible OS types for a deeplink AppUrl. +type AppUrlOperatingSystemTypeEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AppUrlOperatingSystemTypeEnum) Reset() { *m = AppUrlOperatingSystemTypeEnum{} } +func (m *AppUrlOperatingSystemTypeEnum) String() string { return proto.CompactTextString(m) } +func (*AppUrlOperatingSystemTypeEnum) ProtoMessage() {} +func (*AppUrlOperatingSystemTypeEnum) Descriptor() ([]byte, []int) { + return fileDescriptor_app_url_operating_system_type_383fa34862fb8242, []int{0} +} +func (m *AppUrlOperatingSystemTypeEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AppUrlOperatingSystemTypeEnum.Unmarshal(m, b) +} +func (m *AppUrlOperatingSystemTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AppUrlOperatingSystemTypeEnum.Marshal(b, m, deterministic) +} +func (dst *AppUrlOperatingSystemTypeEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_AppUrlOperatingSystemTypeEnum.Merge(dst, src) +} +func (m *AppUrlOperatingSystemTypeEnum) XXX_Size() int { + return xxx_messageInfo_AppUrlOperatingSystemTypeEnum.Size(m) +} +func (m *AppUrlOperatingSystemTypeEnum) XXX_DiscardUnknown() { + xxx_messageInfo_AppUrlOperatingSystemTypeEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_AppUrlOperatingSystemTypeEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*AppUrlOperatingSystemTypeEnum)(nil), "google.ads.googleads.v1.enums.AppUrlOperatingSystemTypeEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType", AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType_name, AppUrlOperatingSystemTypeEnum_AppUrlOperatingSystemType_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/app_url_operating_system_type.proto", fileDescriptor_app_url_operating_system_type_383fa34862fb8242) +} + +var fileDescriptor_app_url_operating_system_type_383fa34862fb8242 = []byte{ + // 314 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x41, 0x4b, 0xc3, 0x30, + 0x18, 0x75, 0x1d, 0x38, 0xc8, 0x0e, 0x96, 0xde, 0x14, 0x27, 0x6c, 0x3f, 0x20, 0xa1, 0x78, 0x8b, + 0xa7, 0xcc, 0xcd, 0x51, 0x84, 0x76, 0x38, 0x37, 0x41, 0x0a, 0x25, 0xda, 0x10, 0x0a, 0x6d, 0x12, + 0x9a, 0x6c, 0xd0, 0xbf, 0xe3, 0xd1, 0x9f, 0xe2, 0x4f, 0xf1, 0xea, 0x1f, 0x90, 0x26, 0xb6, 0xb7, + 0x7a, 0x09, 0x8f, 0xef, 0x7b, 0xdf, 0x7b, 0x2f, 0x0f, 0x10, 0x2e, 0x25, 0x2f, 0x19, 0xa2, 0xb9, + 0x46, 0x0e, 0xb6, 0xe8, 0x14, 0x22, 0x26, 0x8e, 0x95, 0x46, 0x54, 0xa9, 0xec, 0x58, 0x97, 0x99, + 0x54, 0xac, 0xa6, 0xa6, 0x10, 0x3c, 0xd3, 0x8d, 0x36, 0xac, 0xca, 0x4c, 0xa3, 0x18, 0x54, 0xb5, + 0x34, 0x32, 0x98, 0xb9, 0x3b, 0x48, 0x73, 0x0d, 0x7b, 0x09, 0x78, 0x0a, 0xa1, 0x95, 0xb8, 0xba, + 0xee, 0x1c, 0x54, 0x81, 0xa8, 0x10, 0xd2, 0x50, 0x53, 0x48, 0xa1, 0xdd, 0xf1, 0x42, 0x81, 0x19, + 0x51, 0x6a, 0x5f, 0x97, 0x49, 0xe7, 0xb0, 0xb3, 0x06, 0xcf, 0x8d, 0x62, 0x6b, 0x71, 0xac, 0x16, + 0x09, 0xb8, 0x1c, 0x24, 0x04, 0x17, 0x60, 0xba, 0x8f, 0x77, 0xdb, 0xf5, 0x7d, 0xf4, 0x10, 0xad, + 0x57, 0xfe, 0x59, 0x30, 0x05, 0x93, 0x7d, 0xfc, 0x18, 0x27, 0x2f, 0xb1, 0x3f, 0x0a, 0x26, 0x60, + 0x1c, 0x25, 0x3b, 0xdf, 0x6b, 0xa7, 0x24, 0x5e, 0x3d, 0x25, 0xd1, 0xca, 0x1f, 0x2f, 0x7f, 0x46, + 0x60, 0xfe, 0x2e, 0x2b, 0xf8, 0x6f, 0xea, 0xe5, 0xcd, 0xa0, 0xe9, 0xb6, 0xcd, 0xbd, 0x1d, 0xbd, + 0x2e, 0xff, 0x04, 0xb8, 0x2c, 0xa9, 0xe0, 0x50, 0xd6, 0x1c, 0x71, 0x26, 0xec, 0xaf, 0xba, 0x26, + 0x55, 0xa1, 0x07, 0x8a, 0xbd, 0xb3, 0xef, 0x87, 0x37, 0xde, 0x10, 0xf2, 0xe9, 0xcd, 0x36, 0x4e, + 0x8a, 0xe4, 0x1a, 0x3a, 0xd8, 0xa2, 0x43, 0x08, 0xdb, 0x06, 0xf4, 0x57, 0xb7, 0x4f, 0x49, 0xae, + 0xd3, 0x7e, 0x9f, 0x1e, 0xc2, 0xd4, 0xee, 0xbf, 0xbd, 0xb9, 0x1b, 0x62, 0x4c, 0x72, 0x8d, 0x71, + 0xcf, 0xc0, 0xf8, 0x10, 0x62, 0x6c, 0x39, 0x6f, 0xe7, 0x36, 0xd8, 0xed, 0x6f, 0x00, 0x00, 0x00, + 0xff, 0xff, 0x20, 0x39, 0x84, 0x74, 0xf0, 0x01, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/enums/asset_type.pb.go b/googleapis/ads/googleads/v1/enums/asset_type.pb.go index 075ee88a77..a200004928 100644 --- a/googleapis/ads/googleads/v1/enums/asset_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/asset_type.pb.go @@ -33,6 +33,8 @@ const ( AssetTypeEnum_MEDIA_BUNDLE AssetTypeEnum_AssetType = 3 // Image asset. AssetTypeEnum_IMAGE AssetTypeEnum_AssetType = 4 + // Text asset. + AssetTypeEnum_TEXT AssetTypeEnum_AssetType = 5 ) var AssetTypeEnum_AssetType_name = map[int32]string{ @@ -41,6 +43,7 @@ var AssetTypeEnum_AssetType_name = map[int32]string{ 2: "YOUTUBE_VIDEO", 3: "MEDIA_BUNDLE", 4: "IMAGE", + 5: "TEXT", } var AssetTypeEnum_AssetType_value = map[string]int32{ "UNSPECIFIED": 0, @@ -48,13 +51,14 @@ var AssetTypeEnum_AssetType_value = map[string]int32{ "YOUTUBE_VIDEO": 2, "MEDIA_BUNDLE": 3, "IMAGE": 4, + "TEXT": 5, } func (x AssetTypeEnum_AssetType) String() string { return proto.EnumName(AssetTypeEnum_AssetType_name, int32(x)) } func (AssetTypeEnum_AssetType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_asset_type_081a7766bd7235bd, []int{0, 0} + return fileDescriptor_asset_type_6ee0f36116fdf786, []int{0, 0} } // Container for enum describing the types of asset. @@ -68,7 +72,7 @@ func (m *AssetTypeEnum) Reset() { *m = AssetTypeEnum{} } func (m *AssetTypeEnum) String() string { return proto.CompactTextString(m) } func (*AssetTypeEnum) ProtoMessage() {} func (*AssetTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_type_081a7766bd7235bd, []int{0} + return fileDescriptor_asset_type_6ee0f36116fdf786, []int{0} } func (m *AssetTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AssetTypeEnum.Unmarshal(m, b) @@ -94,29 +98,30 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/asset_type.proto", fileDescriptor_asset_type_081a7766bd7235bd) + proto.RegisterFile("google/ads/googleads/v1/enums/asset_type.proto", fileDescriptor_asset_type_6ee0f36116fdf786) } -var fileDescriptor_asset_type_081a7766bd7235bd = []byte{ - // 319 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4b, 0x4e, 0xc3, 0x30, - 0x14, 0xa4, 0x29, 0x1f, 0xd5, 0xa5, 0x10, 0xbc, 0x44, 0x74, 0x41, 0x0f, 0x60, 0x2b, 0x62, 0x67, - 0x56, 0x4e, 0x63, 0xaa, 0x08, 0x9a, 0x56, 0xa2, 0x09, 0x2a, 0x8a, 0x54, 0x19, 0x62, 0x59, 0x45, - 0x8d, 0x1d, 0xd5, 0x69, 0xa5, 0x5e, 0x87, 0x25, 0x47, 0xe1, 0x1c, 0xac, 0x38, 0x05, 0x4a, 0x4c, - 0xb3, 0x83, 0x8d, 0x35, 0x7a, 0x33, 0x6f, 0x3c, 0x6f, 0x00, 0x92, 0x5a, 0xcb, 0x95, 0xc0, 0x3c, - 0x33, 0xd8, 0xc2, 0x0a, 0x6d, 0x3d, 0x2c, 0xd4, 0x26, 0x37, 0x98, 0x1b, 0x23, 0xca, 0x45, 0xb9, - 0x2b, 0x04, 0x2a, 0xd6, 0xba, 0xd4, 0xb0, 0x6f, 0x45, 0x88, 0x67, 0x06, 0x35, 0x7a, 0xb4, 0xf5, - 0x50, 0xad, 0xbf, 0xbc, 0xda, 0xdb, 0x15, 0x4b, 0xcc, 0x95, 0xd2, 0x25, 0x2f, 0x97, 0x5a, 0x19, - 0xbb, 0x3c, 0x78, 0x03, 0x3d, 0x5a, 0x19, 0xce, 0x76, 0x85, 0x60, 0x6a, 0x93, 0x0f, 0xe6, 0xa0, - 0xd3, 0x0c, 0xe0, 0x39, 0xe8, 0xc6, 0xd1, 0xe3, 0x94, 0x0d, 0xc3, 0xbb, 0x90, 0x05, 0xee, 0x01, - 0xec, 0x82, 0x93, 0x38, 0xba, 0x8f, 0x26, 0x4f, 0x91, 0xdb, 0x82, 0x17, 0xa0, 0x37, 0x9f, 0xc4, - 0xb3, 0xd8, 0x67, 0x8b, 0x24, 0x0c, 0xd8, 0xc4, 0x75, 0xa0, 0x0b, 0x4e, 0xc7, 0x2c, 0x08, 0xe9, - 0xc2, 0x8f, 0xa3, 0xe0, 0x81, 0xb9, 0x6d, 0xd8, 0x01, 0x47, 0xe1, 0x98, 0x8e, 0x98, 0x7b, 0xe8, - 0x7f, 0xb5, 0xc0, 0xf5, 0xab, 0xce, 0xd1, 0xbf, 0x79, 0xfd, 0xb3, 0xe6, 0xfb, 0x69, 0x95, 0x70, - 0xda, 0x7a, 0xf6, 0x7f, 0x17, 0xa4, 0x5e, 0x71, 0x25, 0x91, 0x5e, 0x4b, 0x2c, 0x85, 0xaa, 0xf3, - 0xef, 0x0b, 0x2a, 0x96, 0xe6, 0x8f, 0xbe, 0x6e, 0xeb, 0xf7, 0xdd, 0x69, 0x8f, 0x28, 0xfd, 0x70, - 0xfa, 0x23, 0x6b, 0x45, 0x33, 0x83, 0x2c, 0xac, 0x50, 0xe2, 0xa1, 0xea, 0x76, 0xf3, 0xb9, 0xe7, - 0x53, 0x9a, 0x99, 0xb4, 0xe1, 0xd3, 0xc4, 0x4b, 0x6b, 0xfe, 0xdb, 0x19, 0xd8, 0x21, 0x21, 0x34, - 0x33, 0x84, 0x34, 0x0a, 0x42, 0x12, 0x8f, 0x90, 0xa1, 0xce, 0x73, 0xad, 0x5e, 0x8e, 0xeb, 0x64, - 0x37, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x18, 0x86, 0xc7, 0xf0, 0xc8, 0x01, 0x00, 0x00, +var fileDescriptor_asset_type_6ee0f36116fdf786 = []byte{ + // 326 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x4f, 0x4e, 0xf3, 0x30, + 0x14, 0xc4, 0xbf, 0xa6, 0xed, 0x07, 0x75, 0x29, 0x18, 0x2f, 0x11, 0x5d, 0xb4, 0x07, 0x70, 0x14, + 0xb1, 0x33, 0x2b, 0x87, 0x98, 0x2a, 0x82, 0xa6, 0x95, 0x48, 0xc2, 0x1f, 0x45, 0xaa, 0x42, 0x13, + 0x45, 0x95, 0x5a, 0x3b, 0xaa, 0xdd, 0x4a, 0xbd, 0x0e, 0x4b, 0x8e, 0xc2, 0x35, 0xd8, 0x71, 0x0a, + 0x14, 0x9b, 0x64, 0x07, 0x1b, 0x6b, 0xf4, 0xde, 0xef, 0x8d, 0xc6, 0x03, 0x70, 0x21, 0x44, 0xb1, + 0xce, 0xed, 0x34, 0x93, 0xb6, 0x91, 0x95, 0xda, 0x3b, 0x76, 0xce, 0x77, 0x1b, 0x69, 0xa7, 0x52, + 0xe6, 0x6a, 0xa1, 0x0e, 0x65, 0x8e, 0xcb, 0xad, 0x50, 0x02, 0x0d, 0x0d, 0x84, 0xd3, 0x4c, 0xe2, + 0x86, 0xc7, 0x7b, 0x07, 0x6b, 0xfe, 0xe2, 0xb2, 0xb6, 0x2b, 0x57, 0x76, 0xca, 0xb9, 0x50, 0xa9, + 0x5a, 0x09, 0x2e, 0xcd, 0xf1, 0x58, 0x81, 0x01, 0xad, 0x0c, 0xc3, 0x43, 0x99, 0x33, 0xbe, 0xdb, + 0x8c, 0x97, 0xa0, 0xd7, 0x0c, 0xd0, 0x19, 0xe8, 0x47, 0xc1, 0xc3, 0x9c, 0xdd, 0xf8, 0xb7, 0x3e, + 0xf3, 0xe0, 0x3f, 0xd4, 0x07, 0x47, 0x51, 0x70, 0x17, 0xcc, 0x1e, 0x03, 0xd8, 0x42, 0xe7, 0x60, + 0xf0, 0x3c, 0x8b, 0xc2, 0xc8, 0x65, 0x8b, 0xd8, 0xf7, 0xd8, 0x0c, 0x5a, 0x08, 0x82, 0x93, 0x29, + 0xf3, 0x7c, 0xba, 0x70, 0xa3, 0xc0, 0xbb, 0x67, 0xb0, 0x8d, 0x7a, 0xa0, 0xeb, 0x4f, 0xe9, 0x84, + 0xc1, 0x0e, 0x3a, 0x06, 0x9d, 0x90, 0x3d, 0x85, 0xb0, 0xeb, 0x7e, 0xb6, 0xc0, 0x68, 0x29, 0x36, + 0xf8, 0xcf, 0xe4, 0xee, 0x69, 0x13, 0x64, 0x5e, 0x65, 0x9d, 0xb7, 0x5e, 0xdc, 0x9f, 0x83, 0x42, + 0xac, 0x53, 0x5e, 0x60, 0xb1, 0x2d, 0xec, 0x22, 0xe7, 0xfa, 0x27, 0x75, 0x55, 0xe5, 0x4a, 0xfe, + 0xd2, 0xdc, 0xb5, 0x7e, 0xdf, 0xac, 0xf6, 0x84, 0xd2, 0x77, 0x6b, 0x38, 0x31, 0x56, 0x34, 0x93, + 0xd8, 0xc8, 0x4a, 0xc5, 0x0e, 0xae, 0x5a, 0x90, 0x1f, 0xf5, 0x3e, 0xa1, 0x99, 0x4c, 0x9a, 0x7d, + 0x12, 0x3b, 0x89, 0xde, 0x7f, 0x59, 0x23, 0x33, 0x24, 0x84, 0x66, 0x92, 0x90, 0x86, 0x20, 0x24, + 0x76, 0x08, 0xd1, 0xcc, 0xeb, 0x7f, 0x1d, 0xec, 0xea, 0x3b, 0x00, 0x00, 0xff, 0xff, 0x60, 0xe7, + 0xfb, 0x60, 0xd1, 0x01, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/enums/attribution_model.pb.go b/googleapis/ads/googleads/v1/enums/attribution_model.pb.go index 46ba41f908..a3fca632da 100644 --- a/googleapis/ads/googleads/v1/enums/attribution_model.pb.go +++ b/googleapis/ads/googleads/v1/enums/attribution_model.pb.go @@ -77,7 +77,7 @@ func (x AttributionModelEnum_AttributionModel) String() string { return proto.EnumName(AttributionModelEnum_AttributionModel_name, int32(x)) } func (AttributionModelEnum_AttributionModel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_attribution_model_028ceddbc0f18c6c, []int{0, 0} + return fileDescriptor_attribution_model_6e5f9ecff5a128d2, []int{0, 0} } // Container for enum representing the attribution model that describes how to @@ -93,7 +93,7 @@ func (m *AttributionModelEnum) Reset() { *m = AttributionModelEnum{} } func (m *AttributionModelEnum) String() string { return proto.CompactTextString(m) } func (*AttributionModelEnum) ProtoMessage() {} func (*AttributionModelEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_attribution_model_028ceddbc0f18c6c, []int{0} + return fileDescriptor_attribution_model_6e5f9ecff5a128d2, []int{0} } func (m *AttributionModelEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AttributionModelEnum.Unmarshal(m, b) @@ -119,10 +119,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/attribution_model.proto", fileDescriptor_attribution_model_028ceddbc0f18c6c) + proto.RegisterFile("google/ads/googleads/v1/enums/attribution_model.proto", fileDescriptor_attribution_model_6e5f9ecff5a128d2) } -var fileDescriptor_attribution_model_028ceddbc0f18c6c = []byte{ +var fileDescriptor_attribution_model_6e5f9ecff5a128d2 = []byte{ // 407 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xdd, 0x6a, 0xd4, 0x40, 0x1c, 0xc5, 0xdd, 0x08, 0x2a, 0x53, 0xc1, 0x61, 0xb0, 0x17, 0x8a, 0x05, 0x5b, 0x2a, 0x54, 0x90, diff --git a/googleapis/ads/googleads/v1/enums/bid_modifier_source.pb.go b/googleapis/ads/googleads/v1/enums/bid_modifier_source.pb.go index 3193ddf8a6..9450a37afb 100644 --- a/googleapis/ads/googleads/v1/enums/bid_modifier_source.pb.go +++ b/googleapis/ads/googleads/v1/enums/bid_modifier_source.pb.go @@ -51,7 +51,7 @@ func (x BidModifierSourceEnum_BidModifierSource) String() string { return proto.EnumName(BidModifierSourceEnum_BidModifierSource_name, int32(x)) } func (BidModifierSourceEnum_BidModifierSource) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bid_modifier_source_7a9faa1d020f696d, []int{0, 0} + return fileDescriptor_bid_modifier_source_e3eae9c0e23dc5d0, []int{0, 0} } // Container for enum describing possible bid modifier sources. @@ -65,7 +65,7 @@ func (m *BidModifierSourceEnum) Reset() { *m = BidModifierSourceEnum{} } func (m *BidModifierSourceEnum) String() string { return proto.CompactTextString(m) } func (*BidModifierSourceEnum) ProtoMessage() {} func (*BidModifierSourceEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_bid_modifier_source_7a9faa1d020f696d, []int{0} + return fileDescriptor_bid_modifier_source_e3eae9c0e23dc5d0, []int{0} } func (m *BidModifierSourceEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BidModifierSourceEnum.Unmarshal(m, b) @@ -91,10 +91,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/bid_modifier_source.proto", fileDescriptor_bid_modifier_source_7a9faa1d020f696d) + proto.RegisterFile("google/ads/googleads/v1/enums/bid_modifier_source.proto", fileDescriptor_bid_modifier_source_e3eae9c0e23dc5d0) } -var fileDescriptor_bid_modifier_source_7a9faa1d020f696d = []byte{ +var fileDescriptor_bid_modifier_source_e3eae9c0e23dc5d0 = []byte{ // 309 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdf, 0x4a, 0xf3, 0x30, 0x1c, 0xfd, 0xd6, 0xc1, 0xa7, 0x64, 0x82, 0xb5, 0xa0, 0x17, 0xe2, 0x2e, 0xb6, 0x07, 0x48, 0x28, diff --git a/googleapis/ads/googleads/v1/enums/bidding_source.pb.go b/googleapis/ads/googleads/v1/enums/bidding_source.pb.go index 1157964fcf..53816c9fb6 100644 --- a/googleapis/ads/googleads/v1/enums/bidding_source.pb.go +++ b/googleapis/ads/googleads/v1/enums/bidding_source.pb.go @@ -56,7 +56,7 @@ func (x BiddingSourceEnum_BiddingSource) String() string { return proto.EnumName(BiddingSourceEnum_BiddingSource_name, int32(x)) } func (BiddingSourceEnum_BiddingSource) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bidding_source_cb63232b9a57dcf9, []int{0, 0} + return fileDescriptor_bidding_source_c61d46f2f54ad011, []int{0, 0} } // Container for enum describing possible bidding sources. @@ -70,7 +70,7 @@ func (m *BiddingSourceEnum) Reset() { *m = BiddingSourceEnum{} } func (m *BiddingSourceEnum) String() string { return proto.CompactTextString(m) } func (*BiddingSourceEnum) ProtoMessage() {} func (*BiddingSourceEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_source_cb63232b9a57dcf9, []int{0} + return fileDescriptor_bidding_source_c61d46f2f54ad011, []int{0} } func (m *BiddingSourceEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BiddingSourceEnum.Unmarshal(m, b) @@ -96,10 +96,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/bidding_source.proto", fileDescriptor_bidding_source_cb63232b9a57dcf9) + proto.RegisterFile("google/ads/googleads/v1/enums/bidding_source.proto", fileDescriptor_bidding_source_c61d46f2f54ad011) } -var fileDescriptor_bidding_source_cb63232b9a57dcf9 = []byte{ +var fileDescriptor_bidding_source_c61d46f2f54ad011 = []byte{ // 336 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdf, 0x4a, 0xfb, 0x30, 0x18, 0xfd, 0x75, 0x3f, 0xdc, 0x24, 0x53, 0xac, 0xb9, 0x10, 0x14, 0x77, 0xb1, 0x3d, 0x40, 0x4a, diff --git a/googleapis/ads/googleads/v1/enums/bidding_strategy_status.pb.go b/googleapis/ads/googleads/v1/enums/bidding_strategy_status.pb.go index 221699d806..b7ef66292c 100644 --- a/googleapis/ads/googleads/v1/enums/bidding_strategy_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/bidding_strategy_status.pb.go @@ -52,7 +52,7 @@ func (x BiddingStrategyStatusEnum_BiddingStrategyStatus) String() string { return proto.EnumName(BiddingStrategyStatusEnum_BiddingStrategyStatus_name, int32(x)) } func (BiddingStrategyStatusEnum_BiddingStrategyStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_status_33802c045362f160, []int{0, 0} + return fileDescriptor_bidding_strategy_status_47be9e1502989548, []int{0, 0} } // Message describing BiddingStrategy statuses. @@ -66,7 +66,7 @@ func (m *BiddingStrategyStatusEnum) Reset() { *m = BiddingStrategyStatus func (m *BiddingStrategyStatusEnum) String() string { return proto.CompactTextString(m) } func (*BiddingStrategyStatusEnum) ProtoMessage() {} func (*BiddingStrategyStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_status_33802c045362f160, []int{0} + return fileDescriptor_bidding_strategy_status_47be9e1502989548, []int{0} } func (m *BiddingStrategyStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BiddingStrategyStatusEnum.Unmarshal(m, b) @@ -92,10 +92,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/bidding_strategy_status.proto", fileDescriptor_bidding_strategy_status_33802c045362f160) + proto.RegisterFile("google/ads/googleads/v1/enums/bidding_strategy_status.proto", fileDescriptor_bidding_strategy_status_47be9e1502989548) } -var fileDescriptor_bidding_strategy_status_33802c045362f160 = []byte{ +var fileDescriptor_bidding_strategy_status_47be9e1502989548 = []byte{ // 307 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xd1, 0x4a, 0xc3, 0x30, 0x14, 0x75, 0x55, 0x14, 0xb2, 0x07, 0xcb, 0xc0, 0x07, 0x87, 0x7b, 0xd8, 0x3e, 0x20, 0xa1, 0xf8, diff --git a/googleapis/ads/googleads/v1/enums/bidding_strategy_type.pb.go b/googleapis/ads/googleads/v1/enums/bidding_strategy_type.pb.go index b573ec8158..95fa2ed9af 100644 --- a/googleapis/ads/googleads/v1/enums/bidding_strategy_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/bidding_strategy_type.pb.go @@ -116,7 +116,7 @@ func (x BiddingStrategyTypeEnum_BiddingStrategyType) String() string { return proto.EnumName(BiddingStrategyTypeEnum_BiddingStrategyType_name, int32(x)) } func (BiddingStrategyTypeEnum_BiddingStrategyType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_type_6d2c9da63c3ebf94, []int{0, 0} + return fileDescriptor_bidding_strategy_type_5a1ecac8ab3d1803, []int{0, 0} } // Container for enum describing possible bidding strategy types. @@ -130,7 +130,7 @@ func (m *BiddingStrategyTypeEnum) Reset() { *m = BiddingStrategyTypeEnum func (m *BiddingStrategyTypeEnum) String() string { return proto.CompactTextString(m) } func (*BiddingStrategyTypeEnum) ProtoMessage() {} func (*BiddingStrategyTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_type_6d2c9da63c3ebf94, []int{0} + return fileDescriptor_bidding_strategy_type_5a1ecac8ab3d1803, []int{0} } func (m *BiddingStrategyTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BiddingStrategyTypeEnum.Unmarshal(m, b) @@ -156,10 +156,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/bidding_strategy_type.proto", fileDescriptor_bidding_strategy_type_6d2c9da63c3ebf94) + proto.RegisterFile("google/ads/googleads/v1/enums/bidding_strategy_type.proto", fileDescriptor_bidding_strategy_type_5a1ecac8ab3d1803) } -var fileDescriptor_bidding_strategy_type_6d2c9da63c3ebf94 = []byte{ +var fileDescriptor_bidding_strategy_type_5a1ecac8ab3d1803 = []byte{ // 455 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xdb, 0x6e, 0xd3, 0x30, 0x18, 0xc7, 0x69, 0x06, 0x1b, 0xb8, 0x63, 0x33, 0x06, 0xb4, 0x71, 0xe8, 0xc5, 0xf6, 0x00, 0x8e, diff --git a/googleapis/ads/googleads/v1/enums/billing_setup_status.pb.go b/googleapis/ads/googleads/v1/enums/billing_setup_status.pb.go index 15ec372649..c696748fe5 100644 --- a/googleapis/ads/googleads/v1/enums/billing_setup_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/billing_setup_status.pb.go @@ -60,7 +60,7 @@ func (x BillingSetupStatusEnum_BillingSetupStatus) String() string { return proto.EnumName(BillingSetupStatusEnum_BillingSetupStatus_name, int32(x)) } func (BillingSetupStatusEnum_BillingSetupStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_status_589f9d8a0266c4b4, []int{0, 0} + return fileDescriptor_billing_setup_status_98112529998e699e, []int{0, 0} } // Message describing BillingSetup statuses. @@ -74,7 +74,7 @@ func (m *BillingSetupStatusEnum) Reset() { *m = BillingSetupStatusEnum{} func (m *BillingSetupStatusEnum) String() string { return proto.CompactTextString(m) } func (*BillingSetupStatusEnum) ProtoMessage() {} func (*BillingSetupStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_status_589f9d8a0266c4b4, []int{0} + return fileDescriptor_billing_setup_status_98112529998e699e, []int{0} } func (m *BillingSetupStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BillingSetupStatusEnum.Unmarshal(m, b) @@ -100,10 +100,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/billing_setup_status.proto", fileDescriptor_billing_setup_status_589f9d8a0266c4b4) + proto.RegisterFile("google/ads/googleads/v1/enums/billing_setup_status.proto", fileDescriptor_billing_setup_status_98112529998e699e) } -var fileDescriptor_billing_setup_status_589f9d8a0266c4b4 = []byte{ +var fileDescriptor_billing_setup_status_98112529998e699e = []byte{ // 335 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdf, 0x4a, 0xfb, 0x30, 0x18, 0xfd, 0xb5, 0xfb, 0xf9, 0x2f, 0x73, 0x58, 0x73, 0xa1, 0x20, 0xee, 0x62, 0x7b, 0x80, 0x94, diff --git a/googleapis/ads/googleads/v1/enums/brand_safety_suitability.pb.go b/googleapis/ads/googleads/v1/enums/brand_safety_suitability.pb.go index f4349c0939..0197fb2fd8 100644 --- a/googleapis/ads/googleads/v1/enums/brand_safety_suitability.pb.go +++ b/googleapis/ads/googleads/v1/enums/brand_safety_suitability.pb.go @@ -74,7 +74,7 @@ func (x BrandSafetySuitabilityEnum_BrandSafetySuitability) String() string { return proto.EnumName(BrandSafetySuitabilityEnum_BrandSafetySuitability_name, int32(x)) } func (BrandSafetySuitabilityEnum_BrandSafetySuitability) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_brand_safety_suitability_9d82860afb461eab, []int{0, 0} + return fileDescriptor_brand_safety_suitability_8b6fc888662e6ffb, []int{0, 0} } // Container for enum with 3-Tier brand safety suitability control. @@ -88,7 +88,7 @@ func (m *BrandSafetySuitabilityEnum) Reset() { *m = BrandSafetySuitabili func (m *BrandSafetySuitabilityEnum) String() string { return proto.CompactTextString(m) } func (*BrandSafetySuitabilityEnum) ProtoMessage() {} func (*BrandSafetySuitabilityEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_brand_safety_suitability_9d82860afb461eab, []int{0} + return fileDescriptor_brand_safety_suitability_8b6fc888662e6ffb, []int{0} } func (m *BrandSafetySuitabilityEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BrandSafetySuitabilityEnum.Unmarshal(m, b) @@ -114,10 +114,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/brand_safety_suitability.proto", fileDescriptor_brand_safety_suitability_9d82860afb461eab) + proto.RegisterFile("google/ads/googleads/v1/enums/brand_safety_suitability.proto", fileDescriptor_brand_safety_suitability_8b6fc888662e6ffb) } -var fileDescriptor_brand_safety_suitability_9d82860afb461eab = []byte{ +var fileDescriptor_brand_safety_suitability_8b6fc888662e6ffb = []byte{ // 339 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4d, 0x4b, 0xfb, 0x30, 0x1c, 0xfe, 0xb7, 0xfb, 0xa3, 0x90, 0x1d, 0x9c, 0x05, 0x77, 0x98, 0xee, 0xb0, 0x7d, 0x80, 0x94, diff --git a/googleapis/ads/googleads/v1/enums/budget_delivery_method.pb.go b/googleapis/ads/googleads/v1/enums/budget_delivery_method.pb.go index d49bfe9db6..9e708b1c3e 100644 --- a/googleapis/ads/googleads/v1/enums/budget_delivery_method.pb.go +++ b/googleapis/ads/googleads/v1/enums/budget_delivery_method.pb.go @@ -52,7 +52,7 @@ func (x BudgetDeliveryMethodEnum_BudgetDeliveryMethod) String() string { return proto.EnumName(BudgetDeliveryMethodEnum_BudgetDeliveryMethod_name, int32(x)) } func (BudgetDeliveryMethodEnum_BudgetDeliveryMethod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_budget_delivery_method_9bb695e482492a3b, []int{0, 0} + return fileDescriptor_budget_delivery_method_f2a3e0bbe704f256, []int{0, 0} } // Message describing Budget delivery methods. A delivery method determines the @@ -67,7 +67,7 @@ func (m *BudgetDeliveryMethodEnum) Reset() { *m = BudgetDeliveryMethodEn func (m *BudgetDeliveryMethodEnum) String() string { return proto.CompactTextString(m) } func (*BudgetDeliveryMethodEnum) ProtoMessage() {} func (*BudgetDeliveryMethodEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_budget_delivery_method_9bb695e482492a3b, []int{0} + return fileDescriptor_budget_delivery_method_f2a3e0bbe704f256, []int{0} } func (m *BudgetDeliveryMethodEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BudgetDeliveryMethodEnum.Unmarshal(m, b) @@ -93,10 +93,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/budget_delivery_method.proto", fileDescriptor_budget_delivery_method_9bb695e482492a3b) + proto.RegisterFile("google/ads/googleads/v1/enums/budget_delivery_method.proto", fileDescriptor_budget_delivery_method_f2a3e0bbe704f256) } -var fileDescriptor_budget_delivery_method_9bb695e482492a3b = []byte{ +var fileDescriptor_budget_delivery_method_f2a3e0bbe704f256 = []byte{ // 313 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xfb, 0x30, 0x00, 0xfe, 0xad, 0x83, 0x9f, 0x92, 0x09, 0x96, 0xe2, 0x41, 0xc5, 0x1d, 0xb6, 0x07, 0x48, 0x28, diff --git a/googleapis/ads/googleads/v1/enums/budget_period.pb.go b/googleapis/ads/googleads/v1/enums/budget_period.pb.go index b79e2dbe78..e403c48e67 100644 --- a/googleapis/ads/googleads/v1/enums/budget_period.pb.go +++ b/googleapis/ads/googleads/v1/enums/budget_period.pb.go @@ -54,7 +54,7 @@ func (x BudgetPeriodEnum_BudgetPeriod) String() string { return proto.EnumName(BudgetPeriodEnum_BudgetPeriod_name, int32(x)) } func (BudgetPeriodEnum_BudgetPeriod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_budget_period_86f11cad1f904a0a, []int{0, 0} + return fileDescriptor_budget_period_32db56380851a2e1, []int{0, 0} } // Message describing Budget period. @@ -68,7 +68,7 @@ func (m *BudgetPeriodEnum) Reset() { *m = BudgetPeriodEnum{} } func (m *BudgetPeriodEnum) String() string { return proto.CompactTextString(m) } func (*BudgetPeriodEnum) ProtoMessage() {} func (*BudgetPeriodEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_budget_period_86f11cad1f904a0a, []int{0} + return fileDescriptor_budget_period_32db56380851a2e1, []int{0} } func (m *BudgetPeriodEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BudgetPeriodEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/budget_period.proto", fileDescriptor_budget_period_86f11cad1f904a0a) + proto.RegisterFile("google/ads/googleads/v1/enums/budget_period.proto", fileDescriptor_budget_period_32db56380851a2e1) } -var fileDescriptor_budget_period_86f11cad1f904a0a = []byte{ +var fileDescriptor_budget_period_32db56380851a2e1 = []byte{ // 307 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4d, 0x4b, 0xc3, 0x30, 0x18, 0x76, 0x9d, 0x4e, 0xcc, 0x04, 0x6b, 0x8f, 0xe2, 0x0e, 0xdb, 0x0f, 0x48, 0x08, 0xde, 0xe2, diff --git a/googleapis/ads/googleads/v1/enums/budget_status.pb.go b/googleapis/ads/googleads/v1/enums/budget_status.pb.go index e327c3b71f..86214c8237 100644 --- a/googleapis/ads/googleads/v1/enums/budget_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/budget_status.pb.go @@ -50,7 +50,7 @@ func (x BudgetStatusEnum_BudgetStatus) String() string { return proto.EnumName(BudgetStatusEnum_BudgetStatus_name, int32(x)) } func (BudgetStatusEnum_BudgetStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_budget_status_c4c26a2a301df390, []int{0, 0} + return fileDescriptor_budget_status_c0cacb75be9fe794, []int{0, 0} } // Message describing a Budget status @@ -64,7 +64,7 @@ func (m *BudgetStatusEnum) Reset() { *m = BudgetStatusEnum{} } func (m *BudgetStatusEnum) String() string { return proto.CompactTextString(m) } func (*BudgetStatusEnum) ProtoMessage() {} func (*BudgetStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_budget_status_c4c26a2a301df390, []int{0} + return fileDescriptor_budget_status_c0cacb75be9fe794, []int{0} } func (m *BudgetStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BudgetStatusEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/budget_status.proto", fileDescriptor_budget_status_c4c26a2a301df390) + proto.RegisterFile("google/ads/googleads/v1/enums/budget_status.proto", fileDescriptor_budget_status_c0cacb75be9fe794) } -var fileDescriptor_budget_status_c4c26a2a301df390 = []byte{ +var fileDescriptor_budget_status_c0cacb75be9fe794 = []byte{ // 294 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, 0x18, 0x77, 0x1d, 0x28, 0x64, 0x82, 0x75, 0x47, 0x71, 0x87, 0xed, 0x01, 0x12, 0x82, 0xb7, 0x78, diff --git a/googleapis/ads/googleads/v1/enums/budget_type.pb.go b/googleapis/ads/googleads/v1/enums/budget_type.pb.go index 12b2258f30..c003898aac 100644 --- a/googleapis/ads/googleads/v1/enums/budget_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/budget_type.pb.go @@ -28,9 +28,24 @@ const ( // Used for return value only. Represents value unknown in this version. BudgetTypeEnum_UNKNOWN BudgetTypeEnum_BudgetType = 1 // Budget type for standard Google Ads usage. + // Caps daily spend at two times the specified budget amount. + // Full details: https://support.google.com/google-ads/answer/6385083 BudgetTypeEnum_STANDARD BudgetTypeEnum_BudgetType = 2 // Budget type for Hotels Ads commission program. + // Full details: https://support.google.com/google-ads/answer/9243945 + // + // This type is only supported by campaigns with + // AdvertisingChannelType.HOTEL, BiddingStrategyType.COMMISSION and + // PaymentMode.CONVERSION_VALUE. BudgetTypeEnum_HOTEL_ADS_COMMISSION BudgetTypeEnum_BudgetType = 3 + // Budget type with a fixed cost-per-acquisition (conversion). + // Full details: https://support.google.com/google-ads/answer/7528254 + // + // This type is only supported by campaigns with + // AdvertisingChannelType.DISPLAY (excluding + // AdvertisingChannelSubType.DISPLAY_GMAIL), + // BiddingStrategyType.TARGET_CPA and PaymentMode.CONVERSIONS. + BudgetTypeEnum_FIXED_CPA BudgetTypeEnum_BudgetType = 4 ) var BudgetTypeEnum_BudgetType_name = map[int32]string{ @@ -38,19 +53,21 @@ var BudgetTypeEnum_BudgetType_name = map[int32]string{ 1: "UNKNOWN", 2: "STANDARD", 3: "HOTEL_ADS_COMMISSION", + 4: "FIXED_CPA", } var BudgetTypeEnum_BudgetType_value = map[string]int32{ "UNSPECIFIED": 0, "UNKNOWN": 1, "STANDARD": 2, "HOTEL_ADS_COMMISSION": 3, + "FIXED_CPA": 4, } func (x BudgetTypeEnum_BudgetType) String() string { return proto.EnumName(BudgetTypeEnum_BudgetType_name, int32(x)) } func (BudgetTypeEnum_BudgetType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_budget_type_92c37d699c55d2f0, []int{0, 0} + return fileDescriptor_budget_type_ef871b5d9330c0c2, []int{0, 0} } // Describes Budget types. @@ -64,7 +81,7 @@ func (m *BudgetTypeEnum) Reset() { *m = BudgetTypeEnum{} } func (m *BudgetTypeEnum) String() string { return proto.CompactTextString(m) } func (*BudgetTypeEnum) ProtoMessage() {} func (*BudgetTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_budget_type_92c37d699c55d2f0, []int{0} + return fileDescriptor_budget_type_ef871b5d9330c0c2, []int{0} } func (m *BudgetTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BudgetTypeEnum.Unmarshal(m, b) @@ -90,29 +107,30 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/budget_type.proto", fileDescriptor_budget_type_92c37d699c55d2f0) + proto.RegisterFile("google/ads/googleads/v1/enums/budget_type.proto", fileDescriptor_budget_type_ef871b5d9330c0c2) } -var fileDescriptor_budget_type_92c37d699c55d2f0 = []byte{ - // 313 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4f, 0x4b, 0xfb, 0x30, - 0x18, 0xfe, 0xad, 0x83, 0x9f, 0x92, 0x89, 0x2b, 0xc5, 0x83, 0x88, 0x3b, 0x6c, 0x1f, 0x20, 0xa1, - 0x78, 0x8b, 0xa7, 0x74, 0xad, 0xb3, 0xe8, 0xd2, 0xb1, 0x6e, 0x13, 0xa4, 0x30, 0x3a, 0x13, 0xc2, - 0x60, 0x4b, 0xca, 0xd2, 0x0e, 0xf6, 0x75, 0x3c, 0xfa, 0x51, 0xfc, 0x1c, 0x9e, 0xfc, 0x14, 0xd2, - 0x74, 0xed, 0x4e, 0x7a, 0x09, 0x0f, 0xef, 0xf3, 0x27, 0xcf, 0xfb, 0x02, 0x24, 0x94, 0x12, 0x1b, - 0x8e, 0x52, 0xa6, 0x8f, 0xb0, 0x44, 0x7b, 0x17, 0x71, 0x59, 0x6c, 0x35, 0x5a, 0x15, 0x4c, 0xf0, - 0x7c, 0x99, 0x1f, 0x32, 0x0e, 0xb3, 0x9d, 0xca, 0x95, 0xd3, 0xab, 0x54, 0x30, 0x65, 0x1a, 0x36, - 0x06, 0xb8, 0x77, 0xa1, 0x31, 0xdc, 0xdc, 0xd6, 0x79, 0xd9, 0x1a, 0xa5, 0x52, 0xaa, 0x3c, 0xcd, - 0xd7, 0x4a, 0xea, 0xca, 0x3c, 0x60, 0xe0, 0xd2, 0x33, 0x89, 0xb3, 0x43, 0xc6, 0x03, 0x59, 0x6c, - 0x07, 0x53, 0x00, 0x4e, 0x13, 0xa7, 0x0b, 0x3a, 0x73, 0x1a, 0x4f, 0x82, 0x61, 0xf8, 0x10, 0x06, - 0xbe, 0xfd, 0xcf, 0xe9, 0x80, 0xb3, 0x39, 0x7d, 0xa2, 0xd1, 0x0b, 0xb5, 0x5b, 0xce, 0x05, 0x38, - 0x8f, 0x67, 0x84, 0xfa, 0x64, 0xea, 0xdb, 0x96, 0x73, 0x0d, 0xae, 0x1e, 0xa3, 0x59, 0xf0, 0xbc, - 0x24, 0x7e, 0xbc, 0x1c, 0x46, 0xe3, 0x71, 0x18, 0xc7, 0x61, 0x44, 0xed, 0xb6, 0xf7, 0xd5, 0x02, - 0xfd, 0x37, 0xb5, 0x85, 0x7f, 0x36, 0xf5, 0xba, 0xa7, 0x7f, 0x27, 0x65, 0xb9, 0x49, 0xeb, 0xd5, - 0x3b, 0x3a, 0x84, 0xda, 0xa4, 0x52, 0x40, 0xb5, 0x13, 0x48, 0x70, 0x69, 0xaa, 0xd7, 0xc7, 0xc9, - 0xd6, 0xfa, 0x97, 0x5b, 0xdd, 0x9b, 0xf7, 0xdd, 0x6a, 0x8f, 0x08, 0xf9, 0xb0, 0x7a, 0xa3, 0x2a, - 0x8a, 0x30, 0x0d, 0x2b, 0x58, 0xa2, 0x85, 0x0b, 0xcb, 0xad, 0xf5, 0x67, 0xcd, 0x27, 0x84, 0xe9, - 0xa4, 0xe1, 0x93, 0x85, 0x9b, 0x18, 0xfe, 0xdb, 0xea, 0x57, 0x43, 0x8c, 0x09, 0xd3, 0x18, 0x37, - 0x0a, 0x8c, 0x17, 0x2e, 0xc6, 0x46, 0xb3, 0xfa, 0x6f, 0x8a, 0xdd, 0xfd, 0x04, 0x00, 0x00, 0xff, - 0xff, 0xfa, 0x39, 0xf3, 0x55, 0xc3, 0x01, 0x00, 0x00, +var fileDescriptor_budget_type_ef871b5d9330c0c2 = []byte{ + // 325 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdd, 0x4e, 0xfa, 0x30, + 0x1c, 0xfd, 0x33, 0xfe, 0xf1, 0xa3, 0xa8, 0x2c, 0x8b, 0x17, 0xc6, 0xc8, 0x05, 0x3c, 0x40, 0x97, + 0xc5, 0xbb, 0x7a, 0xd5, 0xb1, 0x81, 0x8b, 0xb2, 0x2d, 0x0e, 0xd0, 0x98, 0x25, 0x4b, 0xb1, 0x4d, + 0x43, 0x02, 0xed, 0x42, 0x07, 0x09, 0xaf, 0xe3, 0xa5, 0x8f, 0xe2, 0x73, 0x78, 0xe5, 0x53, 0x98, + 0x75, 0x30, 0xae, 0xf4, 0xa6, 0x39, 0xf9, 0x9d, 0x8f, 0x9c, 0x1e, 0x60, 0x73, 0x29, 0xf9, 0x82, + 0xd9, 0x84, 0xaa, 0x1d, 0x2c, 0xd1, 0xc6, 0xb1, 0x99, 0x58, 0x2f, 0x95, 0x3d, 0x5b, 0x53, 0xce, + 0x8a, 0xac, 0xd8, 0xe6, 0x0c, 0xe6, 0x2b, 0x59, 0x48, 0xab, 0x53, 0xa9, 0x20, 0xa1, 0x0a, 0xd6, + 0x06, 0xb8, 0x71, 0xa0, 0x36, 0x5c, 0xdf, 0xec, 0xf3, 0xf2, 0xb9, 0x4d, 0x84, 0x90, 0x05, 0x29, + 0xe6, 0x52, 0xa8, 0xca, 0xdc, 0x53, 0xe0, 0xc2, 0xd5, 0x89, 0xe3, 0x6d, 0xce, 0x7c, 0xb1, 0x5e, + 0xf6, 0x08, 0x00, 0x87, 0x8b, 0xd5, 0x06, 0xad, 0x49, 0x98, 0xc4, 0x7e, 0x3f, 0x18, 0x04, 0xbe, + 0x67, 0xfe, 0xb3, 0x5a, 0xe0, 0x78, 0x12, 0x3e, 0x84, 0xd1, 0x73, 0x68, 0x36, 0xac, 0x33, 0x70, + 0x92, 0x8c, 0x71, 0xe8, 0xe1, 0x27, 0xcf, 0x34, 0xac, 0x2b, 0x70, 0x79, 0x1f, 0x8d, 0xfd, 0xc7, + 0x0c, 0x7b, 0x49, 0xd6, 0x8f, 0x46, 0xa3, 0x20, 0x49, 0x82, 0x28, 0x34, 0x9b, 0xd6, 0x39, 0x38, + 0x1d, 0x04, 0x2f, 0xbe, 0x97, 0xf5, 0x63, 0x6c, 0xfe, 0x77, 0xbf, 0x1a, 0xa0, 0xfb, 0x26, 0x97, + 0xf0, 0xcf, 0xe2, 0x6e, 0xfb, 0x50, 0x23, 0x2e, 0xbb, 0xc6, 0x8d, 0x57, 0x77, 0xe7, 0xe0, 0x72, + 0x41, 0x04, 0x87, 0x72, 0xc5, 0x6d, 0xce, 0x84, 0xfe, 0xc9, 0x7e, 0xab, 0x7c, 0xae, 0x7e, 0x99, + 0xee, 0x4e, 0xbf, 0xef, 0x46, 0x73, 0x88, 0xf1, 0x87, 0xd1, 0x19, 0x56, 0x51, 0x98, 0x2a, 0x58, + 0xc1, 0x12, 0x4d, 0x1d, 0x58, 0x8e, 0xa0, 0x3e, 0xf7, 0x7c, 0x8a, 0xa9, 0x4a, 0x6b, 0x3e, 0x9d, + 0x3a, 0xa9, 0xe6, 0xbf, 0x8d, 0x6e, 0x75, 0x44, 0x08, 0x53, 0x85, 0x50, 0xad, 0x40, 0x68, 0xea, + 0x20, 0xa4, 0x35, 0xb3, 0x23, 0x5d, 0xec, 0xf6, 0x27, 0x00, 0x00, 0xff, 0xff, 0x9a, 0xec, 0x70, + 0xb2, 0xd2, 0x01, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/enums/call_conversion_reporting_state.pb.go b/googleapis/ads/googleads/v1/enums/call_conversion_reporting_state.pb.go index ebabf221fe..53934db0a0 100644 --- a/googleapis/ads/googleads/v1/enums/call_conversion_reporting_state.pb.go +++ b/googleapis/ads/googleads/v1/enums/call_conversion_reporting_state.pb.go @@ -56,7 +56,7 @@ func (x CallConversionReportingStateEnum_CallConversionReportingState) String() return proto.EnumName(CallConversionReportingStateEnum_CallConversionReportingState_name, int32(x)) } func (CallConversionReportingStateEnum_CallConversionReportingState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_call_conversion_reporting_state_a22fccf91506fd0e, []int{0, 0} + return fileDescriptor_call_conversion_reporting_state_c7c215557a8b7336, []int{0, 0} } // Container for enum describing possible data types for call conversion @@ -71,7 +71,7 @@ func (m *CallConversionReportingStateEnum) Reset() { *m = CallConversion func (m *CallConversionReportingStateEnum) String() string { return proto.CompactTextString(m) } func (*CallConversionReportingStateEnum) ProtoMessage() {} func (*CallConversionReportingStateEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_call_conversion_reporting_state_a22fccf91506fd0e, []int{0} + return fileDescriptor_call_conversion_reporting_state_c7c215557a8b7336, []int{0} } func (m *CallConversionReportingStateEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CallConversionReportingStateEnum.Unmarshal(m, b) @@ -97,10 +97,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/call_conversion_reporting_state.proto", fileDescriptor_call_conversion_reporting_state_a22fccf91506fd0e) + proto.RegisterFile("google/ads/googleads/v1/enums/call_conversion_reporting_state.proto", fileDescriptor_call_conversion_reporting_state_c7c215557a8b7336) } -var fileDescriptor_call_conversion_reporting_state_a22fccf91506fd0e = []byte{ +var fileDescriptor_call_conversion_reporting_state_c7c215557a8b7336 = []byte{ // 365 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0x41, 0xeb, 0x9b, 0x30, 0x1c, 0x9d, 0x76, 0x6c, 0x23, 0x1d, 0x4c, 0x3c, 0x8e, 0x16, 0xd6, 0x9e, 0x36, 0xd8, 0x22, 0xb2, diff --git a/googleapis/ads/googleads/v1/enums/call_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/call_placeholder_field.pb.go index 8e6a014acd..059d736333 100644 --- a/googleapis/ads/googleads/v1/enums/call_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/call_placeholder_field.pb.go @@ -69,7 +69,7 @@ func (x CallPlaceholderFieldEnum_CallPlaceholderField) String() string { return proto.EnumName(CallPlaceholderFieldEnum_CallPlaceholderField_name, int32(x)) } func (CallPlaceholderFieldEnum_CallPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_call_placeholder_field_c52b76f47987fac2, []int{0, 0} + return fileDescriptor_call_placeholder_field_406dc30ab4e5d7bc, []int{0, 0} } // Values for Call placeholder fields. @@ -83,7 +83,7 @@ func (m *CallPlaceholderFieldEnum) Reset() { *m = CallPlaceholderFieldEn func (m *CallPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*CallPlaceholderFieldEnum) ProtoMessage() {} func (*CallPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_call_placeholder_field_c52b76f47987fac2, []int{0} + return fileDescriptor_call_placeholder_field_406dc30ab4e5d7bc, []int{0} } func (m *CallPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CallPlaceholderFieldEnum.Unmarshal(m, b) @@ -109,10 +109,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/call_placeholder_field.proto", fileDescriptor_call_placeholder_field_c52b76f47987fac2) + proto.RegisterFile("google/ads/googleads/v1/enums/call_placeholder_field.proto", fileDescriptor_call_placeholder_field_406dc30ab4e5d7bc) } -var fileDescriptor_call_placeholder_field_c52b76f47987fac2 = []byte{ +var fileDescriptor_call_placeholder_field_406dc30ab4e5d7bc = []byte{ // 377 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x4f, 0x6a, 0xdb, 0x40, 0x14, 0xc6, 0x2b, 0xb9, 0x75, 0x61, 0x5c, 0xe8, 0x20, 0x4a, 0x69, 0x4d, 0x5d, 0xb0, 0x0f, 0x30, diff --git a/googleapis/ads/googleads/v1/enums/callout_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/callout_placeholder_field.pb.go index 5080453638..dda3bd9f64 100644 --- a/googleapis/ads/googleads/v1/enums/callout_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/callout_placeholder_field.pb.go @@ -46,7 +46,7 @@ func (x CalloutPlaceholderFieldEnum_CalloutPlaceholderField) String() string { return proto.EnumName(CalloutPlaceholderFieldEnum_CalloutPlaceholderField_name, int32(x)) } func (CalloutPlaceholderFieldEnum_CalloutPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_callout_placeholder_field_fc0a32a03d50c3e4, []int{0, 0} + return fileDescriptor_callout_placeholder_field_16aa589fff00a281, []int{0, 0} } // Values for Callout placeholder fields. @@ -60,7 +60,7 @@ func (m *CalloutPlaceholderFieldEnum) Reset() { *m = CalloutPlaceholderF func (m *CalloutPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*CalloutPlaceholderFieldEnum) ProtoMessage() {} func (*CalloutPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_callout_placeholder_field_fc0a32a03d50c3e4, []int{0} + return fileDescriptor_callout_placeholder_field_16aa589fff00a281, []int{0} } func (m *CalloutPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CalloutPlaceholderFieldEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/callout_placeholder_field.proto", fileDescriptor_callout_placeholder_field_fc0a32a03d50c3e4) + proto.RegisterFile("google/ads/googleads/v1/enums/callout_placeholder_field.proto", fileDescriptor_callout_placeholder_field_16aa589fff00a281) } -var fileDescriptor_callout_placeholder_field_fc0a32a03d50c3e4 = []byte{ +var fileDescriptor_callout_placeholder_field_16aa589fff00a281 = []byte{ // 310 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xfb, 0x30, 0x18, 0xc5, 0xff, 0xeb, 0x1f, 0x14, 0x32, 0xc1, 0xd2, 0x1b, 0x41, 0xb7, 0x8b, 0xed, 0x01, 0x12, diff --git a/googleapis/ads/googleads/v1/enums/campaign_experiment_type.pb.go b/googleapis/ads/googleads/v1/enums/campaign_experiment_type.pb.go new file mode 100644 index 0000000000..2bf98e9143 --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/campaign_experiment_type.pb.go @@ -0,0 +1,129 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/campaign_experiment_type.proto + +package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v1/enums" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Indicates if this campaign is a normal campaign, +// a draft campaign, or an experiment campaign. +type CampaignExperimentTypeEnum_CampaignExperimentType int32 + +const ( + // Not specified. + CampaignExperimentTypeEnum_UNSPECIFIED CampaignExperimentTypeEnum_CampaignExperimentType = 0 + // Used for return value only. Represents value unknown in this version. + CampaignExperimentTypeEnum_UNKNOWN CampaignExperimentTypeEnum_CampaignExperimentType = 1 + // This is a regular campaign. + CampaignExperimentTypeEnum_BASE CampaignExperimentTypeEnum_CampaignExperimentType = 2 + // This is a draft version of a campaign. + // It has some modifications from a base campaign, + // but it does not serve or accrue metrics. + CampaignExperimentTypeEnum_DRAFT CampaignExperimentTypeEnum_CampaignExperimentType = 3 + // This is an experiment version of a campaign. + // It has some modifications from a base campaign, + // and a percentage of traffic is being diverted + // from the BASE campaign to this experiment campaign. + CampaignExperimentTypeEnum_EXPERIMENT CampaignExperimentTypeEnum_CampaignExperimentType = 4 +) + +var CampaignExperimentTypeEnum_CampaignExperimentType_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "BASE", + 3: "DRAFT", + 4: "EXPERIMENT", +} +var CampaignExperimentTypeEnum_CampaignExperimentType_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "BASE": 2, + "DRAFT": 3, + "EXPERIMENT": 4, +} + +func (x CampaignExperimentTypeEnum_CampaignExperimentType) String() string { + return proto.EnumName(CampaignExperimentTypeEnum_CampaignExperimentType_name, int32(x)) +} +func (CampaignExperimentTypeEnum_CampaignExperimentType) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_campaign_experiment_type_1f7d6a53994657ce, []int{0, 0} +} + +// Container for enum describing campaign experiment type. +type CampaignExperimentTypeEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CampaignExperimentTypeEnum) Reset() { *m = CampaignExperimentTypeEnum{} } +func (m *CampaignExperimentTypeEnum) String() string { return proto.CompactTextString(m) } +func (*CampaignExperimentTypeEnum) ProtoMessage() {} +func (*CampaignExperimentTypeEnum) Descriptor() ([]byte, []int) { + return fileDescriptor_campaign_experiment_type_1f7d6a53994657ce, []int{0} +} +func (m *CampaignExperimentTypeEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CampaignExperimentTypeEnum.Unmarshal(m, b) +} +func (m *CampaignExperimentTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CampaignExperimentTypeEnum.Marshal(b, m, deterministic) +} +func (dst *CampaignExperimentTypeEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_CampaignExperimentTypeEnum.Merge(dst, src) +} +func (m *CampaignExperimentTypeEnum) XXX_Size() int { + return xxx_messageInfo_CampaignExperimentTypeEnum.Size(m) +} +func (m *CampaignExperimentTypeEnum) XXX_DiscardUnknown() { + xxx_messageInfo_CampaignExperimentTypeEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_CampaignExperimentTypeEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*CampaignExperimentTypeEnum)(nil), "google.ads.googleads.v1.enums.CampaignExperimentTypeEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.CampaignExperimentTypeEnum_CampaignExperimentType", CampaignExperimentTypeEnum_CampaignExperimentType_name, CampaignExperimentTypeEnum_CampaignExperimentType_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/campaign_experiment_type.proto", fileDescriptor_campaign_experiment_type_1f7d6a53994657ce) +} + +var fileDescriptor_campaign_experiment_type_1f7d6a53994657ce = []byte{ + // 326 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x4b, 0x4e, 0xf3, 0x30, + 0x1c, 0xc4, 0xbf, 0xa6, 0xfd, 0x78, 0xb8, 0x12, 0x44, 0x59, 0xb0, 0x28, 0x74, 0xd1, 0x1e, 0xc0, + 0x51, 0xc4, 0xce, 0xb0, 0x71, 0x5a, 0xb7, 0xaa, 0x10, 0x21, 0xea, 0x0b, 0x04, 0x91, 0x2a, 0xd3, + 0x58, 0x56, 0xa4, 0xc6, 0xb6, 0xea, 0xb4, 0xa2, 0xd7, 0x61, 0xc9, 0x51, 0x38, 0x0a, 0x2b, 0x8e, + 0x80, 0x12, 0x37, 0x59, 0x15, 0x36, 0xd1, 0x28, 0xf3, 0xff, 0x8d, 0xc6, 0x03, 0x6e, 0xb9, 0x94, + 0x7c, 0xc5, 0x5c, 0x1a, 0x6b, 0xd7, 0xc8, 0x5c, 0x6d, 0x3d, 0x97, 0x89, 0x4d, 0xaa, 0xdd, 0x25, + 0x4d, 0x15, 0x4d, 0xb8, 0x58, 0xb0, 0x37, 0xc5, 0xd6, 0x49, 0xca, 0x44, 0xb6, 0xc8, 0x76, 0x8a, + 0x41, 0xb5, 0x96, 0x99, 0x74, 0xda, 0x06, 0x81, 0x34, 0xd6, 0xb0, 0xa2, 0xe1, 0xd6, 0x83, 0x05, + 0xdd, 0xba, 0x2a, 0xc3, 0x55, 0xe2, 0x52, 0x21, 0x64, 0x46, 0xb3, 0x44, 0x0a, 0x6d, 0xe0, 0xee, + 0x0e, 0xb4, 0x7a, 0xfb, 0x78, 0x52, 0xa5, 0x4f, 0x77, 0x8a, 0x11, 0xb1, 0x49, 0xbb, 0x2f, 0xe0, + 0xe2, 0xb0, 0xeb, 0x9c, 0x83, 0xe6, 0x2c, 0x98, 0x84, 0xa4, 0x37, 0x1a, 0x8c, 0x48, 0xdf, 0xfe, + 0xe7, 0x34, 0xc1, 0xf1, 0x2c, 0xb8, 0x0b, 0x1e, 0x1e, 0x03, 0xbb, 0xe6, 0x9c, 0x80, 0x86, 0x8f, + 0x27, 0xc4, 0xb6, 0x9c, 0x53, 0xf0, 0xbf, 0x3f, 0xc6, 0x83, 0xa9, 0x5d, 0x77, 0xce, 0x00, 0x20, + 0x4f, 0x21, 0x19, 0x8f, 0xee, 0x49, 0x30, 0xb5, 0x1b, 0xfe, 0x77, 0x0d, 0x74, 0x96, 0x32, 0x85, + 0x7f, 0xd6, 0xf7, 0x2f, 0x0f, 0x17, 0x08, 0xf3, 0xf6, 0x61, 0xed, 0xd9, 0xdf, 0xd3, 0x5c, 0xae, + 0xa8, 0xe0, 0x50, 0xae, 0xb9, 0xcb, 0x99, 0x28, 0xde, 0x56, 0x4e, 0xa9, 0x12, 0xfd, 0xcb, 0xb2, + 0x37, 0xc5, 0xf7, 0xdd, 0xaa, 0x0f, 0x31, 0xfe, 0xb0, 0xda, 0x43, 0x13, 0x85, 0x63, 0x0d, 0x8d, + 0xcc, 0xd5, 0xdc, 0x83, 0xf9, 0x14, 0xfa, 0xb3, 0xf4, 0x23, 0x1c, 0xeb, 0xa8, 0xf2, 0xa3, 0xb9, + 0x17, 0x15, 0xfe, 0x97, 0xd5, 0x31, 0x3f, 0x11, 0xc2, 0xb1, 0x46, 0xa8, 0xba, 0x40, 0x68, 0xee, + 0x21, 0x54, 0xdc, 0xbc, 0x1e, 0x15, 0xc5, 0xae, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x50, 0x48, + 0x21, 0xf1, 0xf1, 0x01, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/enums/campaign_serving_status.pb.go b/googleapis/ads/googleads/v1/enums/campaign_serving_status.pb.go index 069d2c17dc..64e8c95edd 100644 --- a/googleapis/ads/googleads/v1/enums/campaign_serving_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/campaign_serving_status.pb.go @@ -64,7 +64,7 @@ func (x CampaignServingStatusEnum_CampaignServingStatus) String() string { return proto.EnumName(CampaignServingStatusEnum_CampaignServingStatus_name, int32(x)) } func (CampaignServingStatusEnum_CampaignServingStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_serving_status_ddbad32a3e942f48, []int{0, 0} + return fileDescriptor_campaign_serving_status_afe2dc785917db06, []int{0, 0} } // Message describing Campaign serving statuses. @@ -78,7 +78,7 @@ func (m *CampaignServingStatusEnum) Reset() { *m = CampaignServingStatus func (m *CampaignServingStatusEnum) String() string { return proto.CompactTextString(m) } func (*CampaignServingStatusEnum) ProtoMessage() {} func (*CampaignServingStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_serving_status_ddbad32a3e942f48, []int{0} + return fileDescriptor_campaign_serving_status_afe2dc785917db06, []int{0} } func (m *CampaignServingStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignServingStatusEnum.Unmarshal(m, b) @@ -104,10 +104,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/campaign_serving_status.proto", fileDescriptor_campaign_serving_status_ddbad32a3e942f48) + proto.RegisterFile("google/ads/googleads/v1/enums/campaign_serving_status.proto", fileDescriptor_campaign_serving_status_afe2dc785917db06) } -var fileDescriptor_campaign_serving_status_ddbad32a3e942f48 = []byte{ +var fileDescriptor_campaign_serving_status_afe2dc785917db06 = []byte{ // 332 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, 0x1c, 0xb6, 0xdd, 0x1f, 0x5d, 0x86, 0x58, 0x0a, 0x1e, 0x1c, 0xee, 0xb0, 0x3d, 0x40, 0x4a, 0xf1, diff --git a/googleapis/ads/googleads/v1/enums/campaign_shared_set_status.pb.go b/googleapis/ads/googleads/v1/enums/campaign_shared_set_status.pb.go index 0cc6893773..7fea40083e 100644 --- a/googleapis/ads/googleads/v1/enums/campaign_shared_set_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/campaign_shared_set_status.pb.go @@ -50,7 +50,7 @@ func (x CampaignSharedSetStatusEnum_CampaignSharedSetStatus) String() string { return proto.EnumName(CampaignSharedSetStatusEnum_CampaignSharedSetStatus_name, int32(x)) } func (CampaignSharedSetStatusEnum_CampaignSharedSetStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_status_794e085f3413c763, []int{0, 0} + return fileDescriptor_campaign_shared_set_status_88d95ddd26d28aba, []int{0, 0} } // Container for enum describing types of campaign shared set statuses. @@ -64,7 +64,7 @@ func (m *CampaignSharedSetStatusEnum) Reset() { *m = CampaignSharedSetSt func (m *CampaignSharedSetStatusEnum) String() string { return proto.CompactTextString(m) } func (*CampaignSharedSetStatusEnum) ProtoMessage() {} func (*CampaignSharedSetStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_status_794e085f3413c763, []int{0} + return fileDescriptor_campaign_shared_set_status_88d95ddd26d28aba, []int{0} } func (m *CampaignSharedSetStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignSharedSetStatusEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/campaign_shared_set_status.proto", fileDescriptor_campaign_shared_set_status_794e085f3413c763) + proto.RegisterFile("google/ads/googleads/v1/enums/campaign_shared_set_status.proto", fileDescriptor_campaign_shared_set_status_88d95ddd26d28aba) } -var fileDescriptor_campaign_shared_set_status_794e085f3413c763 = []byte{ +var fileDescriptor_campaign_shared_set_status_88d95ddd26d28aba = []byte{ // 313 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xd1, 0x4a, 0xf3, 0x30, 0x18, 0xfd, 0xd7, 0xc1, 0x2f, 0x74, 0x17, 0x96, 0xdd, 0x08, 0xba, 0x5d, 0x6c, 0x0f, 0x90, 0x50, diff --git a/googleapis/ads/googleads/v1/enums/campaign_status.pb.go b/googleapis/ads/googleads/v1/enums/campaign_status.pb.go index 5622ef54d8..816da9e5fb 100644 --- a/googleapis/ads/googleads/v1/enums/campaign_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/campaign_status.pb.go @@ -54,7 +54,7 @@ func (x CampaignStatusEnum_CampaignStatus) String() string { return proto.EnumName(CampaignStatusEnum_CampaignStatus_name, int32(x)) } func (CampaignStatusEnum_CampaignStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_status_388a2e3dad50b0c6, []int{0, 0} + return fileDescriptor_campaign_status_fffe5ae9c510246e, []int{0, 0} } // Container for enum describing possible statuses of a campaign. @@ -68,7 +68,7 @@ func (m *CampaignStatusEnum) Reset() { *m = CampaignStatusEnum{} } func (m *CampaignStatusEnum) String() string { return proto.CompactTextString(m) } func (*CampaignStatusEnum) ProtoMessage() {} func (*CampaignStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_status_388a2e3dad50b0c6, []int{0} + return fileDescriptor_campaign_status_fffe5ae9c510246e, []int{0} } func (m *CampaignStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignStatusEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/campaign_status.proto", fileDescriptor_campaign_status_388a2e3dad50b0c6) + proto.RegisterFile("google/ads/googleads/v1/enums/campaign_status.proto", fileDescriptor_campaign_status_fffe5ae9c510246e) } -var fileDescriptor_campaign_status_388a2e3dad50b0c6 = []byte{ +var fileDescriptor_campaign_status_fffe5ae9c510246e = []byte{ // 305 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdd, 0x4a, 0xc3, 0x30, 0x14, 0x76, 0x9d, 0x4c, 0xc8, 0x40, 0x4b, 0xbd, 0x13, 0x77, 0xb1, 0x3d, 0x40, 0x42, 0xd9, 0x5d, diff --git a/googleapis/ads/googleads/v1/enums/change_status_operation.pb.go b/googleapis/ads/googleads/v1/enums/change_status_operation.pb.go index c83bdfd07f..b54fcc3acf 100644 --- a/googleapis/ads/googleads/v1/enums/change_status_operation.pb.go +++ b/googleapis/ads/googleads/v1/enums/change_status_operation.pb.go @@ -55,7 +55,7 @@ func (x ChangeStatusOperationEnum_ChangeStatusOperation) String() string { return proto.EnumName(ChangeStatusOperationEnum_ChangeStatusOperation_name, int32(x)) } func (ChangeStatusOperationEnum_ChangeStatusOperation) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_change_status_operation_e48ec58c5f9b59cd, []int{0, 0} + return fileDescriptor_change_status_operation_4fcc3a6e9d69541d, []int{0, 0} } // Container for enum describing operations for the ChangeStatus resource. @@ -69,7 +69,7 @@ func (m *ChangeStatusOperationEnum) Reset() { *m = ChangeStatusOperation func (m *ChangeStatusOperationEnum) String() string { return proto.CompactTextString(m) } func (*ChangeStatusOperationEnum) ProtoMessage() {} func (*ChangeStatusOperationEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_change_status_operation_e48ec58c5f9b59cd, []int{0} + return fileDescriptor_change_status_operation_4fcc3a6e9d69541d, []int{0} } func (m *ChangeStatusOperationEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChangeStatusOperationEnum.Unmarshal(m, b) @@ -95,10 +95,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/change_status_operation.proto", fileDescriptor_change_status_operation_e48ec58c5f9b59cd) + proto.RegisterFile("google/ads/googleads/v1/enums/change_status_operation.proto", fileDescriptor_change_status_operation_4fcc3a6e9d69541d) } -var fileDescriptor_change_status_operation_e48ec58c5f9b59cd = []byte{ +var fileDescriptor_change_status_operation_4fcc3a6e9d69541d = []byte{ // 318 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x4f, 0xfa, 0x30, 0x18, 0xc6, 0xff, 0x8c, 0xbf, 0x1a, 0xcb, 0xc1, 0x65, 0x89, 0x07, 0x89, 0x1c, 0xe0, 0x03, 0xb4, diff --git a/googleapis/ads/googleads/v1/enums/change_status_resource_type.pb.go b/googleapis/ads/googleads/v1/enums/change_status_resource_type.pb.go index d62a5ecb59..77a84f97dc 100644 --- a/googleapis/ads/googleads/v1/enums/change_status_resource_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/change_status_resource_type.pb.go @@ -83,7 +83,7 @@ func (x ChangeStatusResourceTypeEnum_ChangeStatusResourceType) String() string { return proto.EnumName(ChangeStatusResourceTypeEnum_ChangeStatusResourceType_name, int32(x)) } func (ChangeStatusResourceTypeEnum_ChangeStatusResourceType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_change_status_resource_type_3fb3446407a6ecd1, []int{0, 0} + return fileDescriptor_change_status_resource_type_6cf9a467f229f19c, []int{0, 0} } // Container for enum describing supported resource types for the ChangeStatus @@ -98,7 +98,7 @@ func (m *ChangeStatusResourceTypeEnum) Reset() { *m = ChangeStatusResour func (m *ChangeStatusResourceTypeEnum) String() string { return proto.CompactTextString(m) } func (*ChangeStatusResourceTypeEnum) ProtoMessage() {} func (*ChangeStatusResourceTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_change_status_resource_type_3fb3446407a6ecd1, []int{0} + return fileDescriptor_change_status_resource_type_6cf9a467f229f19c, []int{0} } func (m *ChangeStatusResourceTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChangeStatusResourceTypeEnum.Unmarshal(m, b) @@ -124,10 +124,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/change_status_resource_type.proto", fileDescriptor_change_status_resource_type_3fb3446407a6ecd1) + proto.RegisterFile("google/ads/googleads/v1/enums/change_status_resource_type.proto", fileDescriptor_change_status_resource_type_6cf9a467f229f19c) } -var fileDescriptor_change_status_resource_type_3fb3446407a6ecd1 = []byte{ +var fileDescriptor_change_status_resource_type_6cf9a467f229f19c = []byte{ // 407 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xcd, 0x8a, 0xdb, 0x30, 0x10, 0xc7, 0x6b, 0xef, 0x76, 0x3f, 0x94, 0x0d, 0x55, 0x05, 0x2d, 0x6d, 0xd9, 0x1c, 0x76, 0x1f, diff --git a/googleapis/ads/googleads/v1/enums/click_type.pb.go b/googleapis/ads/googleads/v1/enums/click_type.pb.go index 70ac7d1bb7..22b444a949 100644 --- a/googleapis/ads/googleads/v1/enums/click_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/click_type.pb.go @@ -250,7 +250,7 @@ func (x ClickTypeEnum_ClickType) String() string { return proto.EnumName(ClickTypeEnum_ClickType_name, int32(x)) } func (ClickTypeEnum_ClickType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_click_type_d6ca6ec65af6cf28, []int{0, 0} + return fileDescriptor_click_type_094021787dbc0905, []int{0, 0} } // Container for enumeration of Google Ads click types. @@ -264,7 +264,7 @@ func (m *ClickTypeEnum) Reset() { *m = ClickTypeEnum{} } func (m *ClickTypeEnum) String() string { return proto.CompactTextString(m) } func (*ClickTypeEnum) ProtoMessage() {} func (*ClickTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_click_type_d6ca6ec65af6cf28, []int{0} + return fileDescriptor_click_type_094021787dbc0905, []int{0} } func (m *ClickTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClickTypeEnum.Unmarshal(m, b) @@ -290,10 +290,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/click_type.proto", fileDescriptor_click_type_d6ca6ec65af6cf28) + proto.RegisterFile("google/ads/googleads/v1/enums/click_type.proto", fileDescriptor_click_type_094021787dbc0905) } -var fileDescriptor_click_type_d6ca6ec65af6cf28 = []byte{ +var fileDescriptor_click_type_094021787dbc0905 = []byte{ // 930 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x95, 0xdb, 0x6e, 0xdb, 0x36, 0x18, 0xc7, 0xd7, 0x74, 0x6d, 0x17, 0xe6, 0xc4, 0x32, 0x69, 0xd2, 0x1c, 0x9c, 0xd4, 0xce, 0x92, diff --git a/googleapis/ads/googleads/v1/enums/content_label_type.pb.go b/googleapis/ads/googleads/v1/enums/content_label_type.pb.go index 42edfb1b10..7d6c2c2535 100644 --- a/googleapis/ads/googleads/v1/enums/content_label_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/content_label_type.pb.go @@ -102,7 +102,7 @@ func (x ContentLabelTypeEnum_ContentLabelType) String() string { return proto.EnumName(ContentLabelTypeEnum_ContentLabelType_name, int32(x)) } func (ContentLabelTypeEnum_ContentLabelType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_content_label_type_01798a129ae49fc7, []int{0, 0} + return fileDescriptor_content_label_type_fbdc3184d1a69374, []int{0, 0} } // Container for enum describing content label types in ContentLabel. @@ -116,7 +116,7 @@ func (m *ContentLabelTypeEnum) Reset() { *m = ContentLabelTypeEnum{} } func (m *ContentLabelTypeEnum) String() string { return proto.CompactTextString(m) } func (*ContentLabelTypeEnum) ProtoMessage() {} func (*ContentLabelTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_content_label_type_01798a129ae49fc7, []int{0} + return fileDescriptor_content_label_type_fbdc3184d1a69374, []int{0} } func (m *ContentLabelTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ContentLabelTypeEnum.Unmarshal(m, b) @@ -142,10 +142,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/content_label_type.proto", fileDescriptor_content_label_type_01798a129ae49fc7) + proto.RegisterFile("google/ads/googleads/v1/enums/content_label_type.proto", fileDescriptor_content_label_type_fbdc3184d1a69374) } -var fileDescriptor_content_label_type_01798a129ae49fc7 = []byte{ +var fileDescriptor_content_label_type_fbdc3184d1a69374 = []byte{ // 475 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xdd, 0x6e, 0x9b, 0x3c, 0x18, 0xfe, 0x42, 0xff, 0x12, 0xa7, 0x69, 0x5d, 0x7f, 0xed, 0x36, 0x4d, 0xeb, 0x41, 0x7b, 0x01, diff --git a/googleapis/ads/googleads/v1/enums/conversion_action_category.pb.go b/googleapis/ads/googleads/v1/enums/conversion_action_category.pb.go index 7c971acfdc..f7ccf0b614 100644 --- a/googleapis/ads/googleads/v1/enums/conversion_action_category.pb.go +++ b/googleapis/ads/googleads/v1/enums/conversion_action_category.pb.go @@ -66,7 +66,7 @@ func (x ConversionActionCategoryEnum_ConversionActionCategory) String() string { return proto.EnumName(ConversionActionCategoryEnum_ConversionActionCategory_name, int32(x)) } func (ConversionActionCategoryEnum_ConversionActionCategory) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_category_b6bad8a0930ede9e, []int{0, 0} + return fileDescriptor_conversion_action_category_025dfe4d5b0cb5da, []int{0, 0} } // Container for enum describing the category of conversions that are associated @@ -81,7 +81,7 @@ func (m *ConversionActionCategoryEnum) Reset() { *m = ConversionActionCa func (m *ConversionActionCategoryEnum) String() string { return proto.CompactTextString(m) } func (*ConversionActionCategoryEnum) ProtoMessage() {} func (*ConversionActionCategoryEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_category_b6bad8a0930ede9e, []int{0} + return fileDescriptor_conversion_action_category_025dfe4d5b0cb5da, []int{0} } func (m *ConversionActionCategoryEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionActionCategoryEnum.Unmarshal(m, b) @@ -107,10 +107,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/conversion_action_category.proto", fileDescriptor_conversion_action_category_b6bad8a0930ede9e) + proto.RegisterFile("google/ads/googleads/v1/enums/conversion_action_category.proto", fileDescriptor_conversion_action_category_025dfe4d5b0cb5da) } -var fileDescriptor_conversion_action_category_b6bad8a0930ede9e = []byte{ +var fileDescriptor_conversion_action_category_025dfe4d5b0cb5da = []byte{ // 360 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xc1, 0x6a, 0xea, 0x40, 0x14, 0x7d, 0x89, 0x3e, 0xf5, 0x8d, 0xef, 0xf1, 0x86, 0xac, 0x4a, 0xd1, 0x85, 0x7e, 0xc0, 0x84, diff --git a/googleapis/ads/googleads/v1/enums/conversion_action_counting_type.pb.go b/googleapis/ads/googleads/v1/enums/conversion_action_counting_type.pb.go index 169d80b407..5304a47202 100644 --- a/googleapis/ads/googleads/v1/enums/conversion_action_counting_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/conversion_action_counting_type.pb.go @@ -51,7 +51,7 @@ func (x ConversionActionCountingTypeEnum_ConversionActionCountingType) String() return proto.EnumName(ConversionActionCountingTypeEnum_ConversionActionCountingType_name, int32(x)) } func (ConversionActionCountingTypeEnum_ConversionActionCountingType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_counting_type_1716f95c271033b4, []int{0, 0} + return fileDescriptor_conversion_action_counting_type_8318613c00d341f1, []int{0, 0} } // Container for enum describing the conversion deduplication mode for @@ -66,7 +66,7 @@ func (m *ConversionActionCountingTypeEnum) Reset() { *m = ConversionActi func (m *ConversionActionCountingTypeEnum) String() string { return proto.CompactTextString(m) } func (*ConversionActionCountingTypeEnum) ProtoMessage() {} func (*ConversionActionCountingTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_counting_type_1716f95c271033b4, []int{0} + return fileDescriptor_conversion_action_counting_type_8318613c00d341f1, []int{0} } func (m *ConversionActionCountingTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionActionCountingTypeEnum.Unmarshal(m, b) @@ -92,10 +92,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/conversion_action_counting_type.proto", fileDescriptor_conversion_action_counting_type_1716f95c271033b4) + proto.RegisterFile("google/ads/googleads/v1/enums/conversion_action_counting_type.proto", fileDescriptor_conversion_action_counting_type_8318613c00d341f1) } -var fileDescriptor_conversion_action_counting_type_1716f95c271033b4 = []byte{ +var fileDescriptor_conversion_action_counting_type_8318613c00d341f1 = []byte{ // 326 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdf, 0x4a, 0xf3, 0x30, 0x1c, 0xfd, 0xda, 0xc1, 0x27, 0x64, 0xa8, 0xb3, 0x97, 0xb2, 0x81, 0xdb, 0x03, 0xa4, 0x14, 0xef, diff --git a/googleapis/ads/googleads/v1/enums/conversion_action_status.pb.go b/googleapis/ads/googleads/v1/enums/conversion_action_status.pb.go index b41a6c1af1..7872440edd 100644 --- a/googleapis/ads/googleads/v1/enums/conversion_action_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/conversion_action_status.pb.go @@ -55,7 +55,7 @@ func (x ConversionActionStatusEnum_ConversionActionStatus) String() string { return proto.EnumName(ConversionActionStatusEnum_ConversionActionStatus_name, int32(x)) } func (ConversionActionStatusEnum_ConversionActionStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_status_6ea03205cfba48ad, []int{0, 0} + return fileDescriptor_conversion_action_status_9c04a392c42bd2a7, []int{0, 0} } // Container for enum describing possible statuses of a conversion action. @@ -69,7 +69,7 @@ func (m *ConversionActionStatusEnum) Reset() { *m = ConversionActionStat func (m *ConversionActionStatusEnum) String() string { return proto.CompactTextString(m) } func (*ConversionActionStatusEnum) ProtoMessage() {} func (*ConversionActionStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_status_6ea03205cfba48ad, []int{0} + return fileDescriptor_conversion_action_status_9c04a392c42bd2a7, []int{0} } func (m *ConversionActionStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionActionStatusEnum.Unmarshal(m, b) @@ -95,10 +95,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/conversion_action_status.proto", fileDescriptor_conversion_action_status_6ea03205cfba48ad) + proto.RegisterFile("google/ads/googleads/v1/enums/conversion_action_status.proto", fileDescriptor_conversion_action_status_9c04a392c42bd2a7) } -var fileDescriptor_conversion_action_status_6ea03205cfba48ad = []byte{ +var fileDescriptor_conversion_action_status_9c04a392c42bd2a7 = []byte{ // 316 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xb1, 0x4e, 0xf3, 0x30, 0x18, 0xfc, 0x9b, 0xfe, 0x2a, 0x92, 0x3b, 0x10, 0x65, 0x60, 0x28, 0x74, 0x68, 0x1f, 0xc0, 0x56, diff --git a/googleapis/ads/googleads/v1/enums/conversion_action_type.pb.go b/googleapis/ads/googleads/v1/enums/conversion_action_type.pb.go index 383fb7e73a..2af8b5ac31 100644 --- a/googleapis/ads/googleads/v1/enums/conversion_action_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/conversion_action_type.pb.go @@ -79,7 +79,7 @@ func (x ConversionActionTypeEnum_ConversionActionType) String() string { return proto.EnumName(ConversionActionTypeEnum_ConversionActionType_name, int32(x)) } func (ConversionActionTypeEnum_ConversionActionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_type_3fecf22b5d5a7efe, []int{0, 0} + return fileDescriptor_conversion_action_type_ef6e965e011b0243, []int{0, 0} } // Container for enum describing possible types of a conversion action. @@ -93,7 +93,7 @@ func (m *ConversionActionTypeEnum) Reset() { *m = ConversionActionTypeEn func (m *ConversionActionTypeEnum) String() string { return proto.CompactTextString(m) } func (*ConversionActionTypeEnum) ProtoMessage() {} func (*ConversionActionTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_type_3fecf22b5d5a7efe, []int{0} + return fileDescriptor_conversion_action_type_ef6e965e011b0243, []int{0} } func (m *ConversionActionTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionActionTypeEnum.Unmarshal(m, b) @@ -119,10 +119,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/conversion_action_type.proto", fileDescriptor_conversion_action_type_3fecf22b5d5a7efe) + proto.RegisterFile("google/ads/googleads/v1/enums/conversion_action_type.proto", fileDescriptor_conversion_action_type_ef6e965e011b0243) } -var fileDescriptor_conversion_action_type_3fecf22b5d5a7efe = []byte{ +var fileDescriptor_conversion_action_type_ef6e965e011b0243 = []byte{ // 398 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xdf, 0x8e, 0x94, 0x30, 0x14, 0xc6, 0x85, 0xd5, 0x5d, 0xed, 0x6a, 0xac, 0x64, 0x2f, 0xd6, 0x3f, 0x1b, 0xb3, 0xfb, 0x00, diff --git a/googleapis/ads/googleads/v1/enums/conversion_adjustment_type.pb.go b/googleapis/ads/googleads/v1/enums/conversion_adjustment_type.pb.go index d4a327d660..9ed635909c 100644 --- a/googleapis/ads/googleads/v1/enums/conversion_adjustment_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/conversion_adjustment_type.pb.go @@ -52,7 +52,7 @@ func (x ConversionAdjustmentTypeEnum_ConversionAdjustmentType) String() string { return proto.EnumName(ConversionAdjustmentTypeEnum_ConversionAdjustmentType_name, int32(x)) } func (ConversionAdjustmentTypeEnum_ConversionAdjustmentType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_adjustment_type_e616529d7e414d64, []int{0, 0} + return fileDescriptor_conversion_adjustment_type_aa7254239d7954f6, []int{0, 0} } // Container for enum describing conversion adjustment types. @@ -66,7 +66,7 @@ func (m *ConversionAdjustmentTypeEnum) Reset() { *m = ConversionAdjustme func (m *ConversionAdjustmentTypeEnum) String() string { return proto.CompactTextString(m) } func (*ConversionAdjustmentTypeEnum) ProtoMessage() {} func (*ConversionAdjustmentTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_adjustment_type_e616529d7e414d64, []int{0} + return fileDescriptor_conversion_adjustment_type_aa7254239d7954f6, []int{0} } func (m *ConversionAdjustmentTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionAdjustmentTypeEnum.Unmarshal(m, b) @@ -92,10 +92,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/conversion_adjustment_type.proto", fileDescriptor_conversion_adjustment_type_e616529d7e414d64) + proto.RegisterFile("google/ads/googleads/v1/enums/conversion_adjustment_type.proto", fileDescriptor_conversion_adjustment_type_aa7254239d7954f6) } -var fileDescriptor_conversion_adjustment_type_e616529d7e414d64 = []byte{ +var fileDescriptor_conversion_adjustment_type_aa7254239d7954f6 = []byte{ // 318 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdf, 0x4a, 0xf3, 0x30, 0x1c, 0xfd, 0xd6, 0xc1, 0x27, 0x64, 0xa0, 0xa5, 0x57, 0x22, 0xdb, 0xc5, 0xf6, 0x00, 0x29, 0xc5, diff --git a/googleapis/ads/googleads/v1/enums/conversion_attribution_event_type.pb.go b/googleapis/ads/googleads/v1/enums/conversion_attribution_event_type.pb.go index c96a5acb03..239f6a3e44 100644 --- a/googleapis/ads/googleads/v1/enums/conversion_attribution_event_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/conversion_attribution_event_type.pb.go @@ -50,7 +50,7 @@ func (x ConversionAttributionEventTypeEnum_ConversionAttributionEventType) Strin return proto.EnumName(ConversionAttributionEventTypeEnum_ConversionAttributionEventType_name, int32(x)) } func (ConversionAttributionEventTypeEnum_ConversionAttributionEventType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_attribution_event_type_4687ee459e143dd0, []int{0, 0} + return fileDescriptor_conversion_attribution_event_type_7490467adc98b209, []int{0, 0} } // Container for enum indicating the event type the conversion is attributed to. @@ -64,7 +64,7 @@ func (m *ConversionAttributionEventTypeEnum) Reset() { *m = ConversionAt func (m *ConversionAttributionEventTypeEnum) String() string { return proto.CompactTextString(m) } func (*ConversionAttributionEventTypeEnum) ProtoMessage() {} func (*ConversionAttributionEventTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_attribution_event_type_4687ee459e143dd0, []int{0} + return fileDescriptor_conversion_attribution_event_type_7490467adc98b209, []int{0} } func (m *ConversionAttributionEventTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionAttributionEventTypeEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/conversion_attribution_event_type.proto", fileDescriptor_conversion_attribution_event_type_4687ee459e143dd0) + proto.RegisterFile("google/ads/googleads/v1/enums/conversion_attribution_event_type.proto", fileDescriptor_conversion_attribution_event_type_7490467adc98b209) } -var fileDescriptor_conversion_attribution_event_type_4687ee459e143dd0 = []byte{ +var fileDescriptor_conversion_attribution_event_type_7490467adc98b209 = []byte{ // 325 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdf, 0x4a, 0xfb, 0x30, 0x18, 0xfd, 0xb5, 0x83, 0x9f, 0x90, 0x81, 0x8e, 0x5e, 0x8a, 0x13, 0x36, 0xef, 0x53, 0x8a, 0x77, diff --git a/googleapis/ads/googleads/v1/enums/conversion_lag_bucket.pb.go b/googleapis/ads/googleads/v1/enums/conversion_lag_bucket.pb.go index 81449ef960..6a05d542f2 100644 --- a/googleapis/ads/googleads/v1/enums/conversion_lag_bucket.pb.go +++ b/googleapis/ads/googleads/v1/enums/conversion_lag_bucket.pb.go @@ -135,7 +135,7 @@ func (x ConversionLagBucketEnum_ConversionLagBucket) String() string { return proto.EnumName(ConversionLagBucketEnum_ConversionLagBucket_name, int32(x)) } func (ConversionLagBucketEnum_ConversionLagBucket) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_lag_bucket_f5b8411efb546dd4, []int{0, 0} + return fileDescriptor_conversion_lag_bucket_f7860160ba5d8d24, []int{0, 0} } // Container for enum representing the number of days between impression and @@ -150,7 +150,7 @@ func (m *ConversionLagBucketEnum) Reset() { *m = ConversionLagBucketEnum func (m *ConversionLagBucketEnum) String() string { return proto.CompactTextString(m) } func (*ConversionLagBucketEnum) ProtoMessage() {} func (*ConversionLagBucketEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_lag_bucket_f5b8411efb546dd4, []int{0} + return fileDescriptor_conversion_lag_bucket_f7860160ba5d8d24, []int{0} } func (m *ConversionLagBucketEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionLagBucketEnum.Unmarshal(m, b) @@ -176,10 +176,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/conversion_lag_bucket.proto", fileDescriptor_conversion_lag_bucket_f5b8411efb546dd4) + proto.RegisterFile("google/ads/googleads/v1/enums/conversion_lag_bucket.proto", fileDescriptor_conversion_lag_bucket_f7860160ba5d8d24) } -var fileDescriptor_conversion_lag_bucket_f5b8411efb546dd4 = []byte{ +var fileDescriptor_conversion_lag_bucket_f7860160ba5d8d24 = []byte{ // 512 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0xd1, 0x6e, 0xda, 0x30, 0x14, 0x86, 0x07, 0x65, 0xed, 0x66, 0xb6, 0x91, 0x1a, 0x3a, 0xe8, 0x5a, 0x34, 0xb5, 0x0f, 0x90, diff --git a/googleapis/ads/googleads/v1/enums/conversion_or_adjustment_lag_bucket.pb.go b/googleapis/ads/googleads/v1/enums/conversion_or_adjustment_lag_bucket.pb.go index 1b91f047a5..ac89e6e6ba 100644 --- a/googleapis/ads/googleads/v1/enums/conversion_or_adjustment_lag_bucket.pb.go +++ b/googleapis/ads/googleads/v1/enums/conversion_or_adjustment_lag_bucket.pb.go @@ -246,7 +246,7 @@ func (x ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket) Str return proto.EnumName(ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket_name, int32(x)) } func (ConversionOrAdjustmentLagBucketEnum_ConversionOrAdjustmentLagBucket) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_or_adjustment_lag_bucket_5448d829ddc5cfd6, []int{0, 0} + return fileDescriptor_conversion_or_adjustment_lag_bucket_ea9c79e631bbd90c, []int{0, 0} } // Container for enum representing the number of days between the impression and @@ -261,7 +261,7 @@ func (m *ConversionOrAdjustmentLagBucketEnum) Reset() { *m = ConversionO func (m *ConversionOrAdjustmentLagBucketEnum) String() string { return proto.CompactTextString(m) } func (*ConversionOrAdjustmentLagBucketEnum) ProtoMessage() {} func (*ConversionOrAdjustmentLagBucketEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_or_adjustment_lag_bucket_5448d829ddc5cfd6, []int{0} + return fileDescriptor_conversion_or_adjustment_lag_bucket_ea9c79e631bbd90c, []int{0} } func (m *ConversionOrAdjustmentLagBucketEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionOrAdjustmentLagBucketEnum.Unmarshal(m, b) @@ -287,10 +287,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/conversion_or_adjustment_lag_bucket.proto", fileDescriptor_conversion_or_adjustment_lag_bucket_5448d829ddc5cfd6) + proto.RegisterFile("google/ads/googleads/v1/enums/conversion_or_adjustment_lag_bucket.proto", fileDescriptor_conversion_or_adjustment_lag_bucket_ea9c79e631bbd90c) } -var fileDescriptor_conversion_or_adjustment_lag_bucket_5448d829ddc5cfd6 = []byte{ +var fileDescriptor_conversion_or_adjustment_lag_bucket_ea9c79e631bbd90c = []byte{ // 741 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x95, 0xdf, 0x72, 0xd2, 0x40, 0x14, 0xc6, 0x2d, 0xd5, 0x56, 0xb7, 0xd5, 0xe2, 0xaa, 0x55, 0xdb, 0x52, 0xca, 0x1f, 0xdb, 0xda, diff --git a/googleapis/ads/googleads/v1/enums/criterion_category_channel_availability_mode.pb.go b/googleapis/ads/googleads/v1/enums/criterion_category_channel_availability_mode.pb.go index 0c2af147aa..fefbee93bc 100644 --- a/googleapis/ads/googleads/v1/enums/criterion_category_channel_availability_mode.pb.go +++ b/googleapis/ads/googleads/v1/enums/criterion_category_channel_availability_mode.pb.go @@ -56,7 +56,7 @@ func (x CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAva return proto.EnumName(CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode_name, int32(x)) } func (CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_criterion_category_channel_availability_mode_25131bc98eae7592, []int{0, 0} + return fileDescriptor_criterion_category_channel_availability_mode_54bffde09aaf912b, []int{0, 0} } // Describes channel availability mode for a criterion availability - whether @@ -77,7 +77,7 @@ func (m *CriterionCategoryChannelAvailabilityModeEnum) String() string { } func (*CriterionCategoryChannelAvailabilityModeEnum) ProtoMessage() {} func (*CriterionCategoryChannelAvailabilityModeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_criterion_category_channel_availability_mode_25131bc98eae7592, []int{0} + return fileDescriptor_criterion_category_channel_availability_mode_54bffde09aaf912b, []int{0} } func (m *CriterionCategoryChannelAvailabilityModeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CriterionCategoryChannelAvailabilityModeEnum.Unmarshal(m, b) @@ -103,10 +103,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/criterion_category_channel_availability_mode.proto", fileDescriptor_criterion_category_channel_availability_mode_25131bc98eae7592) + proto.RegisterFile("google/ads/googleads/v1/enums/criterion_category_channel_availability_mode.proto", fileDescriptor_criterion_category_channel_availability_mode_54bffde09aaf912b) } -var fileDescriptor_criterion_category_channel_availability_mode_25131bc98eae7592 = []byte{ +var fileDescriptor_criterion_category_channel_availability_mode_54bffde09aaf912b = []byte{ // 374 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x51, 0x41, 0x6b, 0xdb, 0x30, 0x18, 0x9d, 0x9d, 0xb1, 0x81, 0x32, 0x98, 0xf1, 0x71, 0x2c, 0xb0, 0x84, 0x1d, 0x76, 0xd8, 0x64, diff --git a/googleapis/ads/googleads/v1/enums/criterion_category_locale_availability_mode.pb.go b/googleapis/ads/googleads/v1/enums/criterion_category_locale_availability_mode.pb.go index c8d13b58d6..b513569759 100644 --- a/googleapis/ads/googleads/v1/enums/criterion_category_locale_availability_mode.pb.go +++ b/googleapis/ads/googleads/v1/enums/criterion_category_locale_availability_mode.pb.go @@ -61,7 +61,7 @@ func (x CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvail return proto.EnumName(CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode_name, int32(x)) } func (CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_criterion_category_locale_availability_mode_c1833134bb1ca8cf, []int{0, 0} + return fileDescriptor_criterion_category_locale_availability_mode_3573c0447f09f6e1, []int{0, 0} } // Describes locale availabilty mode for a criterion availability - whether @@ -81,7 +81,7 @@ func (m *CriterionCategoryLocaleAvailabilityModeEnum) String() string { } func (*CriterionCategoryLocaleAvailabilityModeEnum) ProtoMessage() {} func (*CriterionCategoryLocaleAvailabilityModeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_criterion_category_locale_availability_mode_c1833134bb1ca8cf, []int{0} + return fileDescriptor_criterion_category_locale_availability_mode_3573c0447f09f6e1, []int{0} } func (m *CriterionCategoryLocaleAvailabilityModeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CriterionCategoryLocaleAvailabilityModeEnum.Unmarshal(m, b) @@ -107,10 +107,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/criterion_category_locale_availability_mode.proto", fileDescriptor_criterion_category_locale_availability_mode_c1833134bb1ca8cf) + proto.RegisterFile("google/ads/googleads/v1/enums/criterion_category_locale_availability_mode.proto", fileDescriptor_criterion_category_locale_availability_mode_3573c0447f09f6e1) } -var fileDescriptor_criterion_category_locale_availability_mode_c1833134bb1ca8cf = []byte{ +var fileDescriptor_criterion_category_locale_availability_mode_3573c0447f09f6e1 = []byte{ // 381 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x51, 0x4f, 0x8b, 0x9b, 0x40, 0x1c, 0xad, 0xa6, 0x7f, 0x60, 0x72, 0xa8, 0x48, 0x0f, 0x6d, 0x68, 0x0a, 0xc9, 0xa5, 0x87, 0x96, diff --git a/googleapis/ads/googleads/v1/enums/criterion_system_serving_status.pb.go b/googleapis/ads/googleads/v1/enums/criterion_system_serving_status.pb.go index dbf82baee2..0d3724ed96 100644 --- a/googleapis/ads/googleads/v1/enums/criterion_system_serving_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/criterion_system_serving_status.pb.go @@ -50,7 +50,7 @@ func (x CriterionSystemServingStatusEnum_CriterionSystemServingStatus) String() return proto.EnumName(CriterionSystemServingStatusEnum_CriterionSystemServingStatus_name, int32(x)) } func (CriterionSystemServingStatusEnum_CriterionSystemServingStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_criterion_system_serving_status_683684aaf0544463, []int{0, 0} + return fileDescriptor_criterion_system_serving_status_8ef5a705312ec933, []int{0, 0} } // Container for enum describing possible criterion system serving statuses. @@ -64,7 +64,7 @@ func (m *CriterionSystemServingStatusEnum) Reset() { *m = CriterionSyste func (m *CriterionSystemServingStatusEnum) String() string { return proto.CompactTextString(m) } func (*CriterionSystemServingStatusEnum) ProtoMessage() {} func (*CriterionSystemServingStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_criterion_system_serving_status_683684aaf0544463, []int{0} + return fileDescriptor_criterion_system_serving_status_8ef5a705312ec933, []int{0} } func (m *CriterionSystemServingStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CriterionSystemServingStatusEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/criterion_system_serving_status.proto", fileDescriptor_criterion_system_serving_status_683684aaf0544463) + proto.RegisterFile("google/ads/googleads/v1/enums/criterion_system_serving_status.proto", fileDescriptor_criterion_system_serving_status_8ef5a705312ec933) } -var fileDescriptor_criterion_system_serving_status_683684aaf0544463 = []byte{ +var fileDescriptor_criterion_system_serving_status_8ef5a705312ec933 = []byte{ // 328 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xc1, 0x4a, 0xf3, 0x40, 0x18, 0xfc, 0x93, 0xc2, 0xaf, 0x6c, 0x15, 0x63, 0x8e, 0xd2, 0x82, 0xed, 0x03, 0x6c, 0x08, 0xde, diff --git a/googleapis/ads/googleads/v1/enums/criterion_type.pb.go b/googleapis/ads/googleads/v1/enums/criterion_type.pb.go index 71dfbcf826..b8b317a080 100644 --- a/googleapis/ads/googleads/v1/enums/criterion_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/criterion_type.pb.go @@ -85,6 +85,8 @@ const ( CriterionTypeEnum_CUSTOM_AFFINITY CriterionTypeEnum_CriterionType = 29 // Custom intent. CriterionTypeEnum_CUSTOM_INTENT CriterionTypeEnum_CriterionType = 30 + // Location group. + CriterionTypeEnum_LOCATION_GROUP CriterionTypeEnum_CriterionType = 31 ) var CriterionTypeEnum_CriterionType_name = map[int32]string{ @@ -119,6 +121,7 @@ var CriterionTypeEnum_CriterionType_name = map[int32]string{ 28: "MOBILE_DEVICE", 29: "CUSTOM_AFFINITY", 30: "CUSTOM_INTENT", + 31: "LOCATION_GROUP", } var CriterionTypeEnum_CriterionType_value = map[string]int32{ "UNSPECIFIED": 0, @@ -152,13 +155,14 @@ var CriterionTypeEnum_CriterionType_value = map[string]int32{ "MOBILE_DEVICE": 28, "CUSTOM_AFFINITY": 29, "CUSTOM_INTENT": 30, + "LOCATION_GROUP": 31, } func (x CriterionTypeEnum_CriterionType) String() string { return proto.EnumName(CriterionTypeEnum_CriterionType_name, int32(x)) } func (CriterionTypeEnum_CriterionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_criterion_type_a233df97709754bd, []int{0, 0} + return fileDescriptor_criterion_type_6c3b4f09ae204a99, []int{0, 0} } // The possible types of a criterion. @@ -172,7 +176,7 @@ func (m *CriterionTypeEnum) Reset() { *m = CriterionTypeEnum{} } func (m *CriterionTypeEnum) String() string { return proto.CompactTextString(m) } func (*CriterionTypeEnum) ProtoMessage() {} func (*CriterionTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_criterion_type_a233df97709754bd, []int{0} + return fileDescriptor_criterion_type_6c3b4f09ae204a99, []int{0} } func (m *CriterionTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CriterionTypeEnum.Unmarshal(m, b) @@ -198,48 +202,48 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/criterion_type.proto", fileDescriptor_criterion_type_a233df97709754bd) + proto.RegisterFile("google/ads/googleads/v1/enums/criterion_type.proto", fileDescriptor_criterion_type_6c3b4f09ae204a99) } -var fileDescriptor_criterion_type_a233df97709754bd = []byte{ - // 612 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0xcb, 0x6e, 0xdb, 0x3a, - 0x10, 0xbd, 0x71, 0xde, 0x4c, 0x7c, 0x43, 0x33, 0x37, 0x8f, 0x9b, 0x26, 0x05, 0x92, 0x0f, 0x90, - 0xe1, 0x76, 0xa7, 0xae, 0x28, 0x6a, 0xa2, 0x10, 0x91, 0x48, 0x82, 0xa2, 0x9c, 0xba, 0x30, 0x40, - 0xb8, 0xb1, 0x61, 0x18, 0x48, 0x24, 0xc3, 0x72, 0x02, 0xe4, 0x77, 0xba, 0xcc, 0x57, 0x74, 0xdd, - 0x1f, 0x29, 0xd0, 0xaf, 0x28, 0x28, 0xd9, 0x69, 0xb3, 0x68, 0x37, 0xc2, 0x70, 0xce, 0xcc, 0x99, - 0x33, 0xe4, 0x11, 0x7a, 0x37, 0x2e, 0x8a, 0xf1, 0xdd, 0xa8, 0x3d, 0x18, 0x96, 0xed, 0x3a, 0x74, - 0xd1, 0x63, 0xa7, 0x3d, 0xca, 0x1f, 0xee, 0xcb, 0xf6, 0xed, 0x6c, 0x32, 0x1f, 0xcd, 0x26, 0x45, - 0x6e, 0xe7, 0x4f, 0xd3, 0x91, 0x37, 0x9d, 0x15, 0xf3, 0x82, 0x9c, 0xd5, 0x85, 0xde, 0x60, 0x58, - 0x7a, 0x2f, 0x3d, 0xde, 0x63, 0xc7, 0xab, 0x7a, 0x4e, 0x4e, 0x97, 0x94, 0xd3, 0x49, 0x7b, 0x90, - 0xe7, 0xc5, 0x7c, 0x30, 0x9f, 0x14, 0x79, 0x59, 0x37, 0x5f, 0x7c, 0x5d, 0x43, 0x2d, 0xb6, 0x64, - 0x35, 0x4f, 0xd3, 0x11, 0xe4, 0x0f, 0xf7, 0x17, 0xcf, 0x6b, 0xa8, 0xf9, 0x2a, 0x4b, 0xf6, 0xd0, - 0x4e, 0x26, 0x52, 0x05, 0x8c, 0x5f, 0x72, 0x08, 0xf1, 0x3f, 0x64, 0x07, 0x6d, 0x66, 0xe2, 0x5a, - 0xc8, 0x1b, 0x81, 0x57, 0xdc, 0xe1, 0x1a, 0x7a, 0x37, 0x52, 0x87, 0xb8, 0x41, 0x9a, 0x68, 0x5b, - 0xc5, 0x94, 0x41, 0x02, 0xc2, 0xe0, 0x55, 0x72, 0x84, 0xf6, 0x13, 0x19, 0xf0, 0x18, 0x2c, 0x55, - 0xca, 0x32, 0x6a, 0x20, 0x92, 0xba, 0x87, 0xd7, 0xc8, 0x21, 0x22, 0xbf, 0x80, 0x98, 0x33, 0x6a, - 0xb8, 0x14, 0x78, 0x9d, 0x20, 0xb4, 0x11, 0x42, 0x97, 0x33, 0xc0, 0x1b, 0x64, 0x17, 0x6d, 0xc5, - 0x72, 0x81, 0x6c, 0x92, 0x16, 0x6a, 0xc6, 0x3c, 0x35, 0x5c, 0x44, 0x36, 0xd2, 0x32, 0x53, 0x78, - 0xcb, 0xe9, 0xa2, 0xa1, 0x4d, 0xd9, 0x15, 0x84, 0x59, 0x0c, 0x78, 0xdb, 0x4d, 0xa7, 0x11, 0x58, - 0x4d, 0x45, 0x04, 0x18, 0x39, 0xb2, 0x08, 0x44, 0x08, 0x1a, 0xef, 0x10, 0x8c, 0x76, 0xb9, 0x60, - 0x32, 0x59, 0xa2, 0xbb, 0x64, 0x1f, 0xed, 0x29, 0xaa, 0x41, 0x18, 0x1a, 0xdb, 0xd4, 0x50, 0x93, - 0xa5, 0xb8, 0xe9, 0xa6, 0xf4, 0x64, 0x66, 0xb2, 0x00, 0x6c, 0x97, 0x87, 0x20, 0xf1, 0xbf, 0xae, - 0x6e, 0x99, 0x62, 0x57, 0x54, 0x08, 0x88, 0xf1, 0x9e, 0x9b, 0x94, 0xa5, 0xa0, 0xad, 0x93, 0x84, - 0x71, 0xb5, 0xb6, 0x96, 0x1f, 0x79, 0xc2, 0x4d, 0x0f, 0xb7, 0xc8, 0x36, 0x5a, 0x37, 0x52, 0x71, - 0x86, 0xc9, 0xef, 0xb2, 0x53, 0x26, 0x15, 0xe0, 0xfd, 0x6a, 0x2f, 0x2a, 0xa2, 0x8c, 0x46, 0x80, - 0xff, 0x73, 0x27, 0xae, 0x6c, 0x10, 0x4b, 0x76, 0x8d, 0x0f, 0x5c, 0x39, 0x93, 0xc2, 0x80, 0x30, - 0x36, 0xa6, 0x01, 0xc4, 0xf8, 0xd0, 0xdd, 0x2f, 0xa3, 0x5a, 0x73, 0xd0, 0xf8, 0xc8, 0xe1, 0xd5, - 0x5c, 0x2e, 0x0c, 0x68, 0x48, 0x0d, 0x3e, 0x76, 0xf8, 0x0d, 0x04, 0xca, 0xb1, 0xfd, 0x4f, 0x4e, - 0xd1, 0xb1, 0x54, 0xa0, 0x69, 0x3d, 0xb0, 0x97, 0x1a, 0x48, 0x6c, 0x17, 0x74, 0xea, 0xee, 0xf0, - 0x84, 0x1c, 0xa0, 0x96, 0x7b, 0x07, 0x45, 0x7b, 0xee, 0x7d, 0x6c, 0x22, 0x43, 0x88, 0xf1, 0x1b, - 0x47, 0xba, 0x78, 0x8c, 0xc5, 0xdd, 0x9f, 0xba, 0xa5, 0x59, 0x96, 0x1a, 0x99, 0x58, 0x7a, 0x79, - 0xc9, 0x85, 0x5b, 0xeb, 0xac, 0x12, 0x57, 0x27, 0x79, 0x25, 0x11, 0xbf, 0x0d, 0xbe, 0xaf, 0xa0, - 0xf3, 0xdb, 0xe2, 0xde, 0xfb, 0xab, 0x0d, 0x03, 0xf2, 0xca, 0x4f, 0xca, 0x99, 0x4f, 0xad, 0x7c, - 0x0a, 0x16, 0x4d, 0xe3, 0xe2, 0x6e, 0x90, 0x8f, 0xbd, 0x62, 0x36, 0x6e, 0x8f, 0x47, 0x79, 0x65, - 0xcd, 0xa5, 0xff, 0xa7, 0x93, 0xf2, 0x0f, 0xbf, 0xc3, 0x87, 0xea, 0xfb, 0xa5, 0xb1, 0x1a, 0x51, - 0xfa, 0xdc, 0x38, 0x8b, 0x6a, 0x2a, 0x3a, 0x2c, 0xbd, 0x3a, 0x74, 0x51, 0xb7, 0xe3, 0x39, 0x47, - 0x97, 0xdf, 0x96, 0x78, 0x9f, 0x0e, 0xcb, 0xfe, 0x0b, 0xde, 0xef, 0x76, 0xfa, 0x15, 0xfe, 0xa3, - 0x71, 0x5e, 0x27, 0x7d, 0x9f, 0x0e, 0x4b, 0xdf, 0x7f, 0xa9, 0xf0, 0xfd, 0x6e, 0xc7, 0xf7, 0xab, - 0x9a, 0xcf, 0x1b, 0x95, 0xb0, 0xf7, 0x3f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xcc, 0x06, 0x96, 0x55, - 0xa6, 0x03, 0x00, 0x00, +var fileDescriptor_criterion_type_6c3b4f09ae204a99 = []byte{ + // 621 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0xdd, 0x4e, 0xdb, 0x30, + 0x14, 0x1e, 0xe5, 0xdf, 0x50, 0x70, 0xcd, 0xf8, 0x19, 0x83, 0x4d, 0xf0, 0x00, 0xa9, 0xba, 0xdd, + 0x65, 0x57, 0x8e, 0x73, 0x08, 0x16, 0xa9, 0x6d, 0x39, 0x4e, 0x59, 0xa7, 0x4a, 0x56, 0x47, 0xab, + 0xaa, 0x12, 0x24, 0x55, 0x53, 0x90, 0x78, 0x9d, 0x5d, 0xee, 0x21, 0xf6, 0x00, 0xbb, 0xde, 0x3b, + 0x4c, 0xda, 0x53, 0x4c, 0x4e, 0x5a, 0x36, 0x2e, 0xb6, 0x9b, 0xe8, 0xe4, 0x7c, 0xe7, 0x7c, 0xe7, + 0x3b, 0x3f, 0x46, 0xef, 0x46, 0x79, 0x3e, 0xba, 0x1d, 0x36, 0xfb, 0x83, 0xa2, 0x59, 0x99, 0xce, + 0x7a, 0x68, 0x35, 0x87, 0xd9, 0xfd, 0x5d, 0xd1, 0xbc, 0x99, 0x8e, 0x67, 0xc3, 0xe9, 0x38, 0xcf, + 0xec, 0xec, 0x71, 0x32, 0xf4, 0x26, 0xd3, 0x7c, 0x96, 0x93, 0xd3, 0x2a, 0xd0, 0xeb, 0x0f, 0x0a, + 0xef, 0x29, 0xc7, 0x7b, 0x68, 0x79, 0x65, 0xce, 0xf1, 0xc9, 0x82, 0x72, 0x32, 0x6e, 0xf6, 0xb3, + 0x2c, 0x9f, 0xf5, 0x67, 0xe3, 0x3c, 0x2b, 0xaa, 0xe4, 0xf3, 0x1f, 0x2b, 0xa8, 0xc1, 0x16, 0xac, + 0xe6, 0x71, 0x32, 0x84, 0xec, 0xfe, 0xee, 0xfc, 0xdb, 0x0a, 0xaa, 0x3f, 0xf3, 0x92, 0x5d, 0xb4, + 0x95, 0x8a, 0x44, 0x01, 0xe3, 0x17, 0x1c, 0x42, 0xfc, 0x82, 0x6c, 0xa1, 0xf5, 0x54, 0x5c, 0x09, + 0x79, 0x2d, 0xf0, 0x92, 0xfb, 0xb9, 0x82, 0xee, 0xb5, 0xd4, 0x21, 0xae, 0x91, 0x3a, 0xda, 0x54, + 0x31, 0x65, 0xd0, 0x06, 0x61, 0xf0, 0x32, 0x39, 0x44, 0x7b, 0x6d, 0x19, 0xf0, 0x18, 0x2c, 0x55, + 0xca, 0x32, 0x6a, 0x20, 0x92, 0xba, 0x8b, 0x57, 0xc8, 0x01, 0x22, 0x7f, 0x80, 0x98, 0x33, 0x6a, + 0xb8, 0x14, 0x78, 0x95, 0x20, 0xb4, 0x16, 0x42, 0x87, 0x33, 0xc0, 0x6b, 0x64, 0x1b, 0x6d, 0xc4, + 0x72, 0x8e, 0xac, 0x93, 0x06, 0xaa, 0xc7, 0x3c, 0x31, 0x5c, 0x44, 0x36, 0xd2, 0x32, 0x55, 0x78, + 0xc3, 0xe9, 0xa2, 0xa1, 0x4d, 0xd8, 0x25, 0x84, 0x69, 0x0c, 0x78, 0xd3, 0x55, 0xa7, 0x11, 0x58, + 0x4d, 0x45, 0x04, 0x18, 0x39, 0xb2, 0x08, 0x44, 0x08, 0x1a, 0x6f, 0x11, 0x8c, 0xb6, 0xb9, 0x60, + 0xb2, 0xbd, 0x40, 0xb7, 0xc9, 0x1e, 0xda, 0x55, 0x54, 0x83, 0x30, 0x34, 0xb6, 0x89, 0xa1, 0x26, + 0x4d, 0x70, 0xdd, 0x55, 0xe9, 0xca, 0xd4, 0xa4, 0x01, 0xd8, 0x0e, 0x0f, 0x41, 0xe2, 0x1d, 0x17, + 0xb7, 0x70, 0xb1, 0x4b, 0x2a, 0x04, 0xc4, 0x78, 0xd7, 0x55, 0x4a, 0x13, 0xd0, 0xd6, 0x49, 0xc2, + 0xb8, 0x6c, 0x5b, 0xcb, 0x8f, 0xbc, 0xcd, 0x4d, 0x17, 0x37, 0xc8, 0x26, 0x5a, 0x35, 0x52, 0x71, + 0x86, 0xc9, 0xdf, 0xb2, 0x13, 0x26, 0x15, 0xe0, 0xbd, 0xb2, 0x2f, 0x2a, 0xa2, 0x94, 0x46, 0x80, + 0x5f, 0xba, 0x3f, 0xae, 0x6c, 0x10, 0x4b, 0x76, 0x85, 0xf7, 0x5d, 0x38, 0x93, 0xc2, 0x80, 0x30, + 0x36, 0xa6, 0x01, 0xc4, 0xf8, 0xc0, 0xcd, 0x97, 0x51, 0xad, 0x39, 0x68, 0x7c, 0xe8, 0xf0, 0xb2, + 0x2e, 0x17, 0x06, 0x34, 0x24, 0x06, 0x1f, 0x39, 0xfc, 0x1a, 0x02, 0xe5, 0xd8, 0x5e, 0x91, 0x13, + 0x74, 0x24, 0x15, 0x68, 0x5a, 0x15, 0xec, 0x26, 0x06, 0xda, 0xb6, 0x03, 0x3a, 0x71, 0x33, 0x3c, + 0x26, 0xfb, 0xa8, 0xe1, 0xf6, 0xa0, 0x68, 0xd7, 0xed, 0xc7, 0xb6, 0x65, 0x08, 0x31, 0x7e, 0xed, + 0x48, 0xe7, 0xcb, 0x98, 0xcf, 0xfe, 0xc4, 0x35, 0xcd, 0xd2, 0xc4, 0xc8, 0xb6, 0xa5, 0x17, 0x17, + 0x5c, 0xb8, 0xb6, 0x4e, 0x4b, 0x71, 0x95, 0x93, 0x97, 0x12, 0xf1, 0x1b, 0x42, 0xd0, 0xce, 0x62, + 0x47, 0xf3, 0xb5, 0xbc, 0x0d, 0x7e, 0x2e, 0xa1, 0xb3, 0x9b, 0xfc, 0xce, 0xfb, 0xef, 0x69, 0x06, + 0xe4, 0xd9, 0x8d, 0x29, 0x77, 0x90, 0x6a, 0xe9, 0x53, 0x30, 0x4f, 0x1a, 0xe5, 0xb7, 0xfd, 0x6c, + 0xe4, 0xe5, 0xd3, 0x51, 0x73, 0x34, 0xcc, 0xca, 0x73, 0x5d, 0xbc, 0x89, 0xc9, 0xb8, 0xf8, 0xc7, + 0x13, 0xf9, 0x50, 0x7e, 0xbf, 0xd4, 0x96, 0x23, 0x4a, 0xbf, 0xd6, 0x4e, 0xa3, 0x8a, 0x8a, 0x0e, + 0x0a, 0xaf, 0x32, 0x9d, 0xd5, 0x69, 0x79, 0xee, 0xca, 0x8b, 0xef, 0x0b, 0xbc, 0x47, 0x07, 0x45, + 0xef, 0x09, 0xef, 0x75, 0x5a, 0xbd, 0x12, 0xff, 0x55, 0x3b, 0xab, 0x9c, 0xbe, 0x4f, 0x07, 0x85, + 0xef, 0x3f, 0x45, 0xf8, 0x7e, 0xa7, 0xe5, 0xfb, 0x65, 0xcc, 0xe7, 0xb5, 0x52, 0xd8, 0xfb, 0xdf, + 0x01, 0x00, 0x00, 0xff, 0xff, 0x56, 0x3e, 0x57, 0xb9, 0xba, 0x03, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/enums/custom_interest_member_type.pb.go b/googleapis/ads/googleads/v1/enums/custom_interest_member_type.pb.go index fc5d6a3d4e..957633e99d 100644 --- a/googleapis/ads/googleads/v1/enums/custom_interest_member_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/custom_interest_member_type.pb.go @@ -50,7 +50,7 @@ func (x CustomInterestMemberTypeEnum_CustomInterestMemberType) String() string { return proto.EnumName(CustomInterestMemberTypeEnum_CustomInterestMemberType_name, int32(x)) } func (CustomInterestMemberTypeEnum_CustomInterestMemberType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_custom_interest_member_type_fa31dd0cd1587ed3, []int{0, 0} + return fileDescriptor_custom_interest_member_type_320b7c5ee93d2530, []int{0, 0} } // The types of custom interest member, either KEYWORD or URL. @@ -64,7 +64,7 @@ func (m *CustomInterestMemberTypeEnum) Reset() { *m = CustomInterestMemb func (m *CustomInterestMemberTypeEnum) String() string { return proto.CompactTextString(m) } func (*CustomInterestMemberTypeEnum) ProtoMessage() {} func (*CustomInterestMemberTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_custom_interest_member_type_fa31dd0cd1587ed3, []int{0} + return fileDescriptor_custom_interest_member_type_320b7c5ee93d2530, []int{0} } func (m *CustomInterestMemberTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomInterestMemberTypeEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/custom_interest_member_type.proto", fileDescriptor_custom_interest_member_type_fa31dd0cd1587ed3) + proto.RegisterFile("google/ads/googleads/v1/enums/custom_interest_member_type.proto", fileDescriptor_custom_interest_member_type_320b7c5ee93d2530) } -var fileDescriptor_custom_interest_member_type_fa31dd0cd1587ed3 = []byte{ +var fileDescriptor_custom_interest_member_type_320b7c5ee93d2530 = []byte{ // 313 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x6a, 0xc2, 0x30, 0x18, 0x9f, 0x15, 0x26, 0xc4, 0xc3, 0x4a, 0x4f, 0x63, 0xe8, 0x41, 0x1f, 0x20, 0xa1, 0xec, 0x96, diff --git a/googleapis/ads/googleads/v1/enums/custom_interest_status.pb.go b/googleapis/ads/googleads/v1/enums/custom_interest_status.pb.go index 55b3d85b19..d248bb0ea9 100644 --- a/googleapis/ads/googleads/v1/enums/custom_interest_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/custom_interest_status.pb.go @@ -51,7 +51,7 @@ func (x CustomInterestStatusEnum_CustomInterestStatus) String() string { return proto.EnumName(CustomInterestStatusEnum_CustomInterestStatus_name, int32(x)) } func (CustomInterestStatusEnum_CustomInterestStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_custom_interest_status_f31d37e876cc6f20, []int{0, 0} + return fileDescriptor_custom_interest_status_4f118426068e3218, []int{0, 0} } // The status of custom interest. @@ -65,7 +65,7 @@ func (m *CustomInterestStatusEnum) Reset() { *m = CustomInterestStatusEn func (m *CustomInterestStatusEnum) String() string { return proto.CompactTextString(m) } func (*CustomInterestStatusEnum) ProtoMessage() {} func (*CustomInterestStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_custom_interest_status_f31d37e876cc6f20, []int{0} + return fileDescriptor_custom_interest_status_4f118426068e3218, []int{0} } func (m *CustomInterestStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomInterestStatusEnum.Unmarshal(m, b) @@ -91,10 +91,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/custom_interest_status.proto", fileDescriptor_custom_interest_status_f31d37e876cc6f20) + proto.RegisterFile("google/ads/googleads/v1/enums/custom_interest_status.proto", fileDescriptor_custom_interest_status_4f118426068e3218) } -var fileDescriptor_custom_interest_status_f31d37e876cc6f20 = []byte{ +var fileDescriptor_custom_interest_status_4f118426068e3218 = []byte{ // 306 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xc1, 0x4a, 0x03, 0x31, 0x10, 0xb5, 0x5b, 0x50, 0x48, 0x0f, 0x2e, 0xc5, 0x83, 0x8a, 0x3d, 0xb4, 0x1f, 0x90, 0xb0, 0x78, diff --git a/googleapis/ads/googleads/v1/enums/custom_interest_type.pb.go b/googleapis/ads/googleads/v1/enums/custom_interest_type.pb.go index 620d85a6de..13f762a5fc 100644 --- a/googleapis/ads/googleads/v1/enums/custom_interest_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/custom_interest_type.pb.go @@ -50,7 +50,7 @@ func (x CustomInterestTypeEnum_CustomInterestType) String() string { return proto.EnumName(CustomInterestTypeEnum_CustomInterestType_name, int32(x)) } func (CustomInterestTypeEnum_CustomInterestType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_custom_interest_type_00130fca90fd9d74, []int{0, 0} + return fileDescriptor_custom_interest_type_50baa3a4060ff668, []int{0, 0} } // The types of custom interest. @@ -64,7 +64,7 @@ func (m *CustomInterestTypeEnum) Reset() { *m = CustomInterestTypeEnum{} func (m *CustomInterestTypeEnum) String() string { return proto.CompactTextString(m) } func (*CustomInterestTypeEnum) ProtoMessage() {} func (*CustomInterestTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_custom_interest_type_00130fca90fd9d74, []int{0} + return fileDescriptor_custom_interest_type_50baa3a4060ff668, []int{0} } func (m *CustomInterestTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomInterestTypeEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/custom_interest_type.proto", fileDescriptor_custom_interest_type_00130fca90fd9d74) + proto.RegisterFile("google/ads/googleads/v1/enums/custom_interest_type.proto", fileDescriptor_custom_interest_type_50baa3a4060ff668) } -var fileDescriptor_custom_interest_type_00130fca90fd9d74 = []byte{ +var fileDescriptor_custom_interest_type_50baa3a4060ff668 = []byte{ // 318 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdf, 0x6a, 0xf2, 0x30, 0x1c, 0xfd, 0xac, 0xf0, 0x0d, 0x22, 0xc3, 0xae, 0x83, 0x0d, 0xc6, 0xbc, 0xd0, 0x07, 0x48, 0x28, diff --git a/googleapis/ads/googleads/v1/enums/custom_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/custom_placeholder_field.pb.go index 91a0d911ea..62bd823ee4 100644 --- a/googleapis/ads/googleads/v1/enums/custom_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/custom_placeholder_field.pb.go @@ -145,7 +145,7 @@ func (x CustomPlaceholderFieldEnum_CustomPlaceholderField) String() string { return proto.EnumName(CustomPlaceholderFieldEnum_CustomPlaceholderField_name, int32(x)) } func (CustomPlaceholderFieldEnum_CustomPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_custom_placeholder_field_f7812d1838ec22e1, []int{0, 0} + return fileDescriptor_custom_placeholder_field_60b4307cd1510ec1, []int{0, 0} } // Values for Custom placeholder fields. @@ -161,7 +161,7 @@ func (m *CustomPlaceholderFieldEnum) Reset() { *m = CustomPlaceholderFie func (m *CustomPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*CustomPlaceholderFieldEnum) ProtoMessage() {} func (*CustomPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_custom_placeholder_field_f7812d1838ec22e1, []int{0} + return fileDescriptor_custom_placeholder_field_60b4307cd1510ec1, []int{0} } func (m *CustomPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomPlaceholderFieldEnum.Unmarshal(m, b) @@ -187,10 +187,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/custom_placeholder_field.proto", fileDescriptor_custom_placeholder_field_f7812d1838ec22e1) + proto.RegisterFile("google/ads/googleads/v1/enums/custom_placeholder_field.proto", fileDescriptor_custom_placeholder_field_60b4307cd1510ec1) } -var fileDescriptor_custom_placeholder_field_f7812d1838ec22e1 = []byte{ +var fileDescriptor_custom_placeholder_field_60b4307cd1510ec1 = []byte{ // 524 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xdd, 0x8e, 0xd2, 0x40, 0x18, 0x15, 0x70, 0x41, 0x86, 0x65, 0x19, 0x06, 0x56, 0xcd, 0xea, 0x5e, 0xec, 0x3e, 0x40, 0x1b, diff --git a/googleapis/ads/googleads/v1/enums/customer_match_upload_key_type.pb.go b/googleapis/ads/googleads/v1/enums/customer_match_upload_key_type.pb.go index b2e3d8d4a3..4af3e297d1 100644 --- a/googleapis/ads/googleads/v1/enums/customer_match_upload_key_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/customer_match_upload_key_type.pb.go @@ -56,7 +56,7 @@ func (x CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType) String() stri return proto.EnumName(CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType_name, int32(x)) } func (CustomerMatchUploadKeyTypeEnum_CustomerMatchUploadKeyType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_customer_match_upload_key_type_27ee75ce08817c6f, []int{0, 0} + return fileDescriptor_customer_match_upload_key_type_baf8b72a7a5cd145, []int{0, 0} } // Indicates what type of data are the user list's members matched from. @@ -70,7 +70,7 @@ func (m *CustomerMatchUploadKeyTypeEnum) Reset() { *m = CustomerMatchUpl func (m *CustomerMatchUploadKeyTypeEnum) String() string { return proto.CompactTextString(m) } func (*CustomerMatchUploadKeyTypeEnum) ProtoMessage() {} func (*CustomerMatchUploadKeyTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_match_upload_key_type_27ee75ce08817c6f, []int{0} + return fileDescriptor_customer_match_upload_key_type_baf8b72a7a5cd145, []int{0} } func (m *CustomerMatchUploadKeyTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerMatchUploadKeyTypeEnum.Unmarshal(m, b) @@ -96,10 +96,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/customer_match_upload_key_type.proto", fileDescriptor_customer_match_upload_key_type_27ee75ce08817c6f) + proto.RegisterFile("google/ads/googleads/v1/enums/customer_match_upload_key_type.proto", fileDescriptor_customer_match_upload_key_type_baf8b72a7a5cd145) } -var fileDescriptor_customer_match_upload_key_type_27ee75ce08817c6f = []byte{ +var fileDescriptor_customer_match_upload_key_type_baf8b72a7a5cd145 = []byte{ // 352 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0x41, 0x6a, 0x83, 0x40, 0x14, 0xad, 0xa6, 0xa4, 0x30, 0x29, 0x54, 0x84, 0x2e, 0x1a, 0x9a, 0x96, 0xe4, 0x00, 0x23, 0xd2, diff --git a/googleapis/ads/googleads/v1/enums/customer_pay_per_conversion_eligibility_failure_reason.pb.go b/googleapis/ads/googleads/v1/enums/customer_pay_per_conversion_eligibility_failure_reason.pb.go new file mode 100644 index 0000000000..f394fd143c --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/customer_pay_per_conversion_eligibility_failure_reason.pb.go @@ -0,0 +1,155 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/customer_pay_per_conversion_eligibility_failure_reason.proto + +package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v1/enums" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Enum describing possible reasons a customer is not eligible to use +// PaymentMode.CONVERSIONS. +type CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason int32 + +const ( + // Not specified. + CustomerPayPerConversionEligibilityFailureReasonEnum_UNSPECIFIED CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 0 + // Used for return value only. Represents value unknown in this version. + CustomerPayPerConversionEligibilityFailureReasonEnum_UNKNOWN CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 1 + // Customer does not have enough conversions. + CustomerPayPerConversionEligibilityFailureReasonEnum_NOT_ENOUGH_CONVERSIONS CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 2 + // Customer's conversion lag is too high. + CustomerPayPerConversionEligibilityFailureReasonEnum_CONVERSION_LAG_TOO_HIGH CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 3 + // Customer uses shared budgets. + CustomerPayPerConversionEligibilityFailureReasonEnum_HAS_CAMPAIGN_WITH_SHARED_BUDGET CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 4 + // Customer has conversions with ConversionActionType.UPLOAD_CLICKS. + CustomerPayPerConversionEligibilityFailureReasonEnum_HAS_UPLOAD_CLICKS_CONVERSION CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 5 + // Customer's average daily spend is too high. + CustomerPayPerConversionEligibilityFailureReasonEnum_AVERAGE_DAILY_SPEND_TOO_HIGH CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 6 + // Customer's eligibility has not yet been calculated by the Google Ads + // backend. Check back soon. + CustomerPayPerConversionEligibilityFailureReasonEnum_ANALYSIS_NOT_COMPLETE CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 7 + // Customer is not eligible due to other reasons. + CustomerPayPerConversionEligibilityFailureReasonEnum_OTHER CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 8 +) + +var CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "NOT_ENOUGH_CONVERSIONS", + 3: "CONVERSION_LAG_TOO_HIGH", + 4: "HAS_CAMPAIGN_WITH_SHARED_BUDGET", + 5: "HAS_UPLOAD_CLICKS_CONVERSION", + 6: "AVERAGE_DAILY_SPEND_TOO_HIGH", + 7: "ANALYSIS_NOT_COMPLETE", + 8: "OTHER", +} +var CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "NOT_ENOUGH_CONVERSIONS": 2, + "CONVERSION_LAG_TOO_HIGH": 3, + "HAS_CAMPAIGN_WITH_SHARED_BUDGET": 4, + "HAS_UPLOAD_CLICKS_CONVERSION": 5, + "AVERAGE_DAILY_SPEND_TOO_HIGH": 6, + "ANALYSIS_NOT_COMPLETE": 7, + "OTHER": 8, +} + +func (x CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason) String() string { + return proto.EnumName(CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason_name, int32(x)) +} +func (CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_customer_pay_per_conversion_eligibility_failure_reason_fe69e3f1bce20ba1, []int{0, 0} +} + +// Container for enum describing reasons why a customer is not eligible to use +// PaymentMode.CONVERSIONS. +type CustomerPayPerConversionEligibilityFailureReasonEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CustomerPayPerConversionEligibilityFailureReasonEnum) Reset() { + *m = CustomerPayPerConversionEligibilityFailureReasonEnum{} +} +func (m *CustomerPayPerConversionEligibilityFailureReasonEnum) String() string { + return proto.CompactTextString(m) +} +func (*CustomerPayPerConversionEligibilityFailureReasonEnum) ProtoMessage() {} +func (*CustomerPayPerConversionEligibilityFailureReasonEnum) Descriptor() ([]byte, []int) { + return fileDescriptor_customer_pay_per_conversion_eligibility_failure_reason_fe69e3f1bce20ba1, []int{0} +} +func (m *CustomerPayPerConversionEligibilityFailureReasonEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CustomerPayPerConversionEligibilityFailureReasonEnum.Unmarshal(m, b) +} +func (m *CustomerPayPerConversionEligibilityFailureReasonEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CustomerPayPerConversionEligibilityFailureReasonEnum.Marshal(b, m, deterministic) +} +func (dst *CustomerPayPerConversionEligibilityFailureReasonEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_CustomerPayPerConversionEligibilityFailureReasonEnum.Merge(dst, src) +} +func (m *CustomerPayPerConversionEligibilityFailureReasonEnum) XXX_Size() int { + return xxx_messageInfo_CustomerPayPerConversionEligibilityFailureReasonEnum.Size(m) +} +func (m *CustomerPayPerConversionEligibilityFailureReasonEnum) XXX_DiscardUnknown() { + xxx_messageInfo_CustomerPayPerConversionEligibilityFailureReasonEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_CustomerPayPerConversionEligibilityFailureReasonEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*CustomerPayPerConversionEligibilityFailureReasonEnum)(nil), "google.ads.googleads.v1.enums.CustomerPayPerConversionEligibilityFailureReasonEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason", CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason_name, CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/customer_pay_per_conversion_eligibility_failure_reason.proto", fileDescriptor_customer_pay_per_conversion_eligibility_failure_reason_fe69e3f1bce20ba1) +} + +var fileDescriptor_customer_pay_per_conversion_eligibility_failure_reason_fe69e3f1bce20ba1 = []byte{ + // 476 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0x4f, 0x6f, 0x94, 0x40, + 0x18, 0xc6, 0x2d, 0xb5, 0xad, 0x4e, 0x0f, 0x12, 0x12, 0x35, 0xd6, 0x36, 0xda, 0x7a, 0x07, 0x89, + 0x7a, 0xc1, 0xd3, 0x2c, 0x4c, 0x81, 0x94, 0xce, 0x10, 0xfe, 0x35, 0x6d, 0x36, 0x99, 0xd0, 0x65, + 0x24, 0x24, 0xec, 0x0c, 0x61, 0xd8, 0x4d, 0xf6, 0x2b, 0xf8, 0x09, 0x3c, 0x7b, 0xf4, 0xa3, 0x78, + 0xf3, 0x6b, 0xf8, 0x29, 0x0c, 0xd0, 0xdd, 0xf5, 0xa2, 0xc9, 0x5e, 0xc8, 0x93, 0x79, 0x9f, 0x79, + 0x7e, 0x13, 0x9e, 0x17, 0xdc, 0x95, 0x42, 0x94, 0x35, 0x33, 0xf2, 0x42, 0x1a, 0xa3, 0xec, 0xd5, + 0xd2, 0x34, 0x18, 0x5f, 0xcc, 0xa5, 0x31, 0x5b, 0xc8, 0x4e, 0xcc, 0x59, 0x4b, 0x9b, 0x7c, 0x45, + 0x1b, 0xd6, 0xd2, 0x99, 0xe0, 0x4b, 0xd6, 0xca, 0x4a, 0x70, 0xca, 0xea, 0xaa, 0xac, 0xee, 0xab, + 0xba, 0xea, 0x56, 0xf4, 0x4b, 0x5e, 0xd5, 0x8b, 0x96, 0xd1, 0x96, 0xe5, 0x52, 0x70, 0xbd, 0x69, + 0x45, 0x27, 0xb4, 0xb3, 0x31, 0x50, 0xcf, 0x0b, 0xa9, 0x6f, 0xb2, 0xf5, 0xa5, 0xa9, 0x0f, 0xd9, + 0x27, 0xa7, 0x6b, 0x74, 0x53, 0x19, 0x39, 0xe7, 0xa2, 0xcb, 0xbb, 0x4a, 0x70, 0x39, 0x5e, 0xbe, + 0xf8, 0xa5, 0x80, 0x8f, 0xf6, 0x03, 0x3d, 0xcc, 0x57, 0x21, 0x6b, 0xed, 0x0d, 0x1a, 0x6d, 0xc9, + 0x97, 0x23, 0x38, 0x1a, 0xb8, 0x88, 0x2f, 0xe6, 0x17, 0xdf, 0x14, 0xf0, 0x7e, 0xd7, 0x8b, 0xda, + 0x33, 0x70, 0x9c, 0xe2, 0x38, 0x44, 0xb6, 0x7f, 0xe9, 0x23, 0x47, 0x7d, 0xa4, 0x1d, 0x83, 0xa3, + 0x14, 0x5f, 0x61, 0x72, 0x83, 0xd5, 0x3d, 0xed, 0x04, 0xbc, 0xc0, 0x24, 0xa1, 0x08, 0x93, 0xd4, + 0xf5, 0xa8, 0x4d, 0x70, 0x86, 0xa2, 0xd8, 0x27, 0x38, 0x56, 0x15, 0xed, 0x35, 0x78, 0xb9, 0x3d, + 0xa0, 0x01, 0x74, 0x69, 0x42, 0x08, 0xf5, 0x7c, 0xd7, 0x53, 0xf7, 0xb5, 0x77, 0xe0, 0x8d, 0x07, + 0x63, 0x6a, 0xc3, 0xeb, 0x10, 0xfa, 0x2e, 0xa6, 0x37, 0x7e, 0xe2, 0xd1, 0xd8, 0x83, 0x11, 0x72, + 0xe8, 0x24, 0x75, 0x5c, 0x94, 0xa8, 0x8f, 0xb5, 0xb7, 0xe0, 0xb4, 0x37, 0xa5, 0x61, 0x40, 0xa0, + 0x43, 0xed, 0xc0, 0xb7, 0xaf, 0xe2, 0xbf, 0x20, 0xea, 0x41, 0xef, 0x80, 0x19, 0x8a, 0xa0, 0x8b, + 0xa8, 0x03, 0xfd, 0xe0, 0x96, 0xc6, 0x21, 0xc2, 0xce, 0x16, 0x74, 0xa8, 0xbd, 0x02, 0xcf, 0x21, + 0x86, 0xc1, 0x6d, 0xec, 0xc7, 0xb4, 0x7f, 0xaa, 0x4d, 0xae, 0xc3, 0x00, 0x25, 0x48, 0x3d, 0xd2, + 0x9e, 0x82, 0x03, 0x92, 0x78, 0x28, 0x52, 0x9f, 0x4c, 0xbe, 0x2a, 0xe0, 0x7c, 0x26, 0xe6, 0xfa, + 0x7f, 0x7b, 0x99, 0x7c, 0xda, 0xf5, 0xef, 0x85, 0x7d, 0x61, 0xe1, 0xde, 0xdd, 0xe4, 0x21, 0xb7, + 0x14, 0x75, 0xce, 0x4b, 0x5d, 0xb4, 0xa5, 0x51, 0x32, 0x3e, 0xd4, 0xb9, 0xde, 0xad, 0xa6, 0x92, + 0xff, 0x58, 0xb5, 0xcf, 0xc3, 0xf7, 0xbb, 0xb2, 0xef, 0x42, 0xf8, 0x43, 0x39, 0x73, 0xc7, 0x28, + 0x58, 0x48, 0x7d, 0x94, 0xbd, 0xca, 0x4c, 0xbd, 0xaf, 0x58, 0xfe, 0x5c, 0xcf, 0xa7, 0xb0, 0x90, + 0xd3, 0xcd, 0x7c, 0x9a, 0x99, 0xd3, 0x61, 0xfe, 0x5b, 0x39, 0x1f, 0x0f, 0x2d, 0x0b, 0x16, 0xd2, + 0xb2, 0x36, 0x0e, 0xcb, 0xca, 0x4c, 0xcb, 0x1a, 0x3c, 0xf7, 0x87, 0xc3, 0xc3, 0x3e, 0xfc, 0x09, + 0x00, 0x00, 0xff, 0xff, 0x04, 0xd5, 0x05, 0x30, 0x02, 0x03, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/enums/data_driven_model_status.pb.go b/googleapis/ads/googleads/v1/enums/data_driven_model_status.pb.go index 336e693d2f..6b5fc8b58d 100644 --- a/googleapis/ads/googleads/v1/enums/data_driven_model_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/data_driven_model_status.pb.go @@ -64,7 +64,7 @@ func (x DataDrivenModelStatusEnum_DataDrivenModelStatus) String() string { return proto.EnumName(DataDrivenModelStatusEnum_DataDrivenModelStatus_name, int32(x)) } func (DataDrivenModelStatusEnum_DataDrivenModelStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_data_driven_model_status_19a4f304eeeaf9be, []int{0, 0} + return fileDescriptor_data_driven_model_status_cb3109dff421a3f4, []int{0, 0} } // Container for enum indicating data driven model status. @@ -78,7 +78,7 @@ func (m *DataDrivenModelStatusEnum) Reset() { *m = DataDrivenModelStatus func (m *DataDrivenModelStatusEnum) String() string { return proto.CompactTextString(m) } func (*DataDrivenModelStatusEnum) ProtoMessage() {} func (*DataDrivenModelStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_data_driven_model_status_19a4f304eeeaf9be, []int{0} + return fileDescriptor_data_driven_model_status_cb3109dff421a3f4, []int{0} } func (m *DataDrivenModelStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DataDrivenModelStatusEnum.Unmarshal(m, b) @@ -104,10 +104,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/data_driven_model_status.proto", fileDescriptor_data_driven_model_status_19a4f304eeeaf9be) + proto.RegisterFile("google/ads/googleads/v1/enums/data_driven_model_status.proto", fileDescriptor_data_driven_model_status_cb3109dff421a3f4) } -var fileDescriptor_data_driven_model_status_19a4f304eeeaf9be = []byte{ +var fileDescriptor_data_driven_model_status_cb3109dff421a3f4 = []byte{ // 341 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, 0x1c, 0xb6, 0x9d, 0x53, 0x96, 0x21, 0x2b, 0x15, 0x0f, 0x0e, 0x77, 0xd8, 0x1e, 0x20, 0xa5, 0x78, diff --git a/googleapis/ads/googleads/v1/enums/day_of_week.pb.go b/googleapis/ads/googleads/v1/enums/day_of_week.pb.go index 85778e17e6..1f42506213 100644 --- a/googleapis/ads/googleads/v1/enums/day_of_week.pb.go +++ b/googleapis/ads/googleads/v1/enums/day_of_week.pb.go @@ -70,7 +70,7 @@ func (x DayOfWeekEnum_DayOfWeek) String() string { return proto.EnumName(DayOfWeekEnum_DayOfWeek_name, int32(x)) } func (DayOfWeekEnum_DayOfWeek) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_day_of_week_1fa40c8151f330d0, []int{0, 0} + return fileDescriptor_day_of_week_f77dfafb40312473, []int{0, 0} } // Container for enumeration of days of the week, e.g., "Monday". @@ -84,7 +84,7 @@ func (m *DayOfWeekEnum) Reset() { *m = DayOfWeekEnum{} } func (m *DayOfWeekEnum) String() string { return proto.CompactTextString(m) } func (*DayOfWeekEnum) ProtoMessage() {} func (*DayOfWeekEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_day_of_week_1fa40c8151f330d0, []int{0} + return fileDescriptor_day_of_week_f77dfafb40312473, []int{0} } func (m *DayOfWeekEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DayOfWeekEnum.Unmarshal(m, b) @@ -110,10 +110,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/day_of_week.proto", fileDescriptor_day_of_week_1fa40c8151f330d0) + proto.RegisterFile("google/ads/googleads/v1/enums/day_of_week.proto", fileDescriptor_day_of_week_f77dfafb40312473) } -var fileDescriptor_day_of_week_1fa40c8151f330d0 = []byte{ +var fileDescriptor_day_of_week_f77dfafb40312473 = []byte{ // 343 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x4e, 0x32, 0x31, 0x14, 0xc5, 0xbf, 0x19, 0x3e, 0xf9, 0x53, 0x44, 0xc9, 0x2c, 0x8d, 0x2c, 0xe0, 0x01, 0x3a, 0x99, diff --git a/googleapis/ads/googleads/v1/enums/device.pb.go b/googleapis/ads/googleads/v1/enums/device.pb.go index 7c51ee8d0f..b49d9bb1b9 100644 --- a/googleapis/ads/googleads/v1/enums/device.pb.go +++ b/googleapis/ads/googleads/v1/enums/device.pb.go @@ -58,7 +58,7 @@ func (x DeviceEnum_Device) String() string { return proto.EnumName(DeviceEnum_Device_name, int32(x)) } func (DeviceEnum_Device) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_device_0774693a7118df63, []int{0, 0} + return fileDescriptor_device_af26abde288b5cfb, []int{0, 0} } // Container for enumeration of Google Ads devices available for targeting. @@ -72,7 +72,7 @@ func (m *DeviceEnum) Reset() { *m = DeviceEnum{} } func (m *DeviceEnum) String() string { return proto.CompactTextString(m) } func (*DeviceEnum) ProtoMessage() {} func (*DeviceEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_device_0774693a7118df63, []int{0} + return fileDescriptor_device_af26abde288b5cfb, []int{0} } func (m *DeviceEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceEnum.Unmarshal(m, b) @@ -98,10 +98,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/device.proto", fileDescriptor_device_0774693a7118df63) + proto.RegisterFile("google/ads/googleads/v1/enums/device.proto", fileDescriptor_device_af26abde288b5cfb) } -var fileDescriptor_device_0774693a7118df63 = []byte{ +var fileDescriptor_device_af26abde288b5cfb = []byte{ // 305 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x31, 0x4e, 0xf3, 0x30, 0x1c, 0xc5, 0xbf, 0xa6, 0x5f, 0x8b, 0x70, 0x07, 0xac, 0x8c, 0x88, 0x0e, 0xed, 0xc8, 0x60, 0x2b, diff --git a/googleapis/ads/googleads/v1/enums/display_ad_format_setting.pb.go b/googleapis/ads/googleads/v1/enums/display_ad_format_setting.pb.go index 01831febd0..b91edb8d0c 100644 --- a/googleapis/ads/googleads/v1/enums/display_ad_format_setting.pb.go +++ b/googleapis/ads/googleads/v1/enums/display_ad_format_setting.pb.go @@ -55,7 +55,7 @@ func (x DisplayAdFormatSettingEnum_DisplayAdFormatSetting) String() string { return proto.EnumName(DisplayAdFormatSettingEnum_DisplayAdFormatSetting_name, int32(x)) } func (DisplayAdFormatSettingEnum_DisplayAdFormatSetting) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_display_ad_format_setting_bad15206a49517f6, []int{0, 0} + return fileDescriptor_display_ad_format_setting_4bd791b4be3a0ccc, []int{0, 0} } // Container for display ad format settings. @@ -69,7 +69,7 @@ func (m *DisplayAdFormatSettingEnum) Reset() { *m = DisplayAdFormatSetti func (m *DisplayAdFormatSettingEnum) String() string { return proto.CompactTextString(m) } func (*DisplayAdFormatSettingEnum) ProtoMessage() {} func (*DisplayAdFormatSettingEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_display_ad_format_setting_bad15206a49517f6, []int{0} + return fileDescriptor_display_ad_format_setting_4bd791b4be3a0ccc, []int{0} } func (m *DisplayAdFormatSettingEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DisplayAdFormatSettingEnum.Unmarshal(m, b) @@ -95,10 +95,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/display_ad_format_setting.proto", fileDescriptor_display_ad_format_setting_bad15206a49517f6) + proto.RegisterFile("google/ads/googleads/v1/enums/display_ad_format_setting.proto", fileDescriptor_display_ad_format_setting_4bd791b4be3a0ccc) } -var fileDescriptor_display_ad_format_setting_bad15206a49517f6 = []byte{ +var fileDescriptor_display_ad_format_setting_4bd791b4be3a0ccc = []byte{ // 329 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x41, 0x4b, 0xfb, 0x30, 0x1c, 0xfd, 0xb7, 0xfb, 0x33, 0x21, 0x03, 0x2d, 0x3d, 0x78, 0x98, 0xee, 0xb0, 0x7d, 0x80, 0x94, diff --git a/googleapis/ads/googleads/v1/enums/display_upload_product_type.pb.go b/googleapis/ads/googleads/v1/enums/display_upload_product_type.pb.go new file mode 100644 index 0000000000..582aef3c75 --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/display_upload_product_type.pb.go @@ -0,0 +1,181 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/display_upload_product_type.proto + +package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v1/enums" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Enumerates display upload product types. +type DisplayUploadProductTypeEnum_DisplayUploadProductType int32 + +const ( + // Not specified. + DisplayUploadProductTypeEnum_UNSPECIFIED DisplayUploadProductTypeEnum_DisplayUploadProductType = 0 + // The value is unknown in this version. + DisplayUploadProductTypeEnum_UNKNOWN DisplayUploadProductTypeEnum_DisplayUploadProductType = 1 + // HTML5 upload ad. This product type requires the upload_media_bundle + // field in DisplayUploadAdInfo to be set. + DisplayUploadProductTypeEnum_HTML5_UPLOAD_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 2 + // Dynamic HTML5 education ad. This product type requires the + // upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be + // used in an education campaign. + DisplayUploadProductTypeEnum_DYNAMIC_HTML5_EDUCATION_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 3 + // Dynamic HTML5 flight ad. This product type requires the + // upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be + // used in a flight campaign. + DisplayUploadProductTypeEnum_DYNAMIC_HTML5_FLIGHT_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 4 + // Dynamic HTML5 hotel and rental ad. This product type requires the + // upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be + // used in a hotel campaign. + DisplayUploadProductTypeEnum_DYNAMIC_HTML5_HOTEL_RENTAL_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 5 + // Dynamic HTML5 job ad. This product type requires the + // upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be + // used in a job campaign. + DisplayUploadProductTypeEnum_DYNAMIC_HTML5_JOB_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 6 + // Dynamic HTML5 local ad. This product type requires the + // upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be + // used in a local campaign. + DisplayUploadProductTypeEnum_DYNAMIC_HTML5_LOCAL_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 7 + // Dynamic HTML5 real estate ad. This product type requires the + // upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be + // used in a real estate campaign. + DisplayUploadProductTypeEnum_DYNAMIC_HTML5_REAL_ESTATE_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 8 + // Dynamic HTML5 custom ad. This product type requires the + // upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be + // used in a custom campaign. + DisplayUploadProductTypeEnum_DYNAMIC_HTML5_CUSTOM_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 9 + // Dynamic HTML5 travel ad. This product type requires the + // upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be + // used in a travel campaign. + DisplayUploadProductTypeEnum_DYNAMIC_HTML5_TRAVEL_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 10 + // Dynamic HTML5 hotel ad. This product type requires the + // upload_media_bundle field in DisplayUploadAdInfo to be set. Can only be + // used in a hotel campaign. + DisplayUploadProductTypeEnum_DYNAMIC_HTML5_HOTEL_AD DisplayUploadProductTypeEnum_DisplayUploadProductType = 11 +) + +var DisplayUploadProductTypeEnum_DisplayUploadProductType_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "HTML5_UPLOAD_AD", + 3: "DYNAMIC_HTML5_EDUCATION_AD", + 4: "DYNAMIC_HTML5_FLIGHT_AD", + 5: "DYNAMIC_HTML5_HOTEL_RENTAL_AD", + 6: "DYNAMIC_HTML5_JOB_AD", + 7: "DYNAMIC_HTML5_LOCAL_AD", + 8: "DYNAMIC_HTML5_REAL_ESTATE_AD", + 9: "DYNAMIC_HTML5_CUSTOM_AD", + 10: "DYNAMIC_HTML5_TRAVEL_AD", + 11: "DYNAMIC_HTML5_HOTEL_AD", +} +var DisplayUploadProductTypeEnum_DisplayUploadProductType_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "HTML5_UPLOAD_AD": 2, + "DYNAMIC_HTML5_EDUCATION_AD": 3, + "DYNAMIC_HTML5_FLIGHT_AD": 4, + "DYNAMIC_HTML5_HOTEL_RENTAL_AD": 5, + "DYNAMIC_HTML5_JOB_AD": 6, + "DYNAMIC_HTML5_LOCAL_AD": 7, + "DYNAMIC_HTML5_REAL_ESTATE_AD": 8, + "DYNAMIC_HTML5_CUSTOM_AD": 9, + "DYNAMIC_HTML5_TRAVEL_AD": 10, + "DYNAMIC_HTML5_HOTEL_AD": 11, +} + +func (x DisplayUploadProductTypeEnum_DisplayUploadProductType) String() string { + return proto.EnumName(DisplayUploadProductTypeEnum_DisplayUploadProductType_name, int32(x)) +} +func (DisplayUploadProductTypeEnum_DisplayUploadProductType) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_display_upload_product_type_d7c5a6f338709612, []int{0, 0} +} + +// Container for display upload product types. Product types that have the word +// "DYNAMIC" in them must be associated with a campaign that has a dynamic +// remarketing feed. See https://support.google.com/google-ads/answer/6053288 +// for more info about dynamic remarketing. Other product types are regarded +// as "static" and do not have this requirement. +type DisplayUploadProductTypeEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *DisplayUploadProductTypeEnum) Reset() { *m = DisplayUploadProductTypeEnum{} } +func (m *DisplayUploadProductTypeEnum) String() string { return proto.CompactTextString(m) } +func (*DisplayUploadProductTypeEnum) ProtoMessage() {} +func (*DisplayUploadProductTypeEnum) Descriptor() ([]byte, []int) { + return fileDescriptor_display_upload_product_type_d7c5a6f338709612, []int{0} +} +func (m *DisplayUploadProductTypeEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DisplayUploadProductTypeEnum.Unmarshal(m, b) +} +func (m *DisplayUploadProductTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DisplayUploadProductTypeEnum.Marshal(b, m, deterministic) +} +func (dst *DisplayUploadProductTypeEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_DisplayUploadProductTypeEnum.Merge(dst, src) +} +func (m *DisplayUploadProductTypeEnum) XXX_Size() int { + return xxx_messageInfo_DisplayUploadProductTypeEnum.Size(m) +} +func (m *DisplayUploadProductTypeEnum) XXX_DiscardUnknown() { + xxx_messageInfo_DisplayUploadProductTypeEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_DisplayUploadProductTypeEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*DisplayUploadProductTypeEnum)(nil), "google.ads.googleads.v1.enums.DisplayUploadProductTypeEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.DisplayUploadProductTypeEnum_DisplayUploadProductType", DisplayUploadProductTypeEnum_DisplayUploadProductType_name, DisplayUploadProductTypeEnum_DisplayUploadProductType_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/display_upload_product_type.proto", fileDescriptor_display_upload_product_type_d7c5a6f338709612) +} + +var fileDescriptor_display_upload_product_type_d7c5a6f338709612 = []byte{ + // 441 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xc1, 0xaa, 0xd3, 0x40, + 0x14, 0x86, 0x6d, 0xae, 0xde, 0xab, 0xd3, 0xc5, 0x2d, 0xa3, 0xe8, 0xa5, 0xb6, 0x62, 0xef, 0x03, + 0x4c, 0x08, 0xe2, 0x26, 0x2e, 0x64, 0x9a, 0xcc, 0x6d, 0xa3, 0x69, 0x12, 0xda, 0x49, 0x45, 0x29, + 0x84, 0x78, 0x27, 0x84, 0x42, 0x9b, 0x19, 0x3a, 0x69, 0xa1, 0xaf, 0xe3, 0xd2, 0x47, 0xf1, 0x15, + 0x7c, 0x03, 0x97, 0xae, 0x5d, 0xc8, 0xcc, 0xd8, 0x42, 0x28, 0x75, 0x33, 0x1c, 0xe6, 0xfb, 0xcf, + 0x7f, 0x0e, 0xfc, 0x07, 0xbc, 0x2f, 0x39, 0x2f, 0x57, 0x85, 0x9d, 0x33, 0x69, 0x9b, 0x52, 0x55, + 0x3b, 0xc7, 0x2e, 0xaa, 0xed, 0x5a, 0xda, 0x6c, 0x29, 0xc5, 0x2a, 0xdf, 0x67, 0x5b, 0xb1, 0xe2, + 0x39, 0xcb, 0xc4, 0x86, 0xb3, 0xed, 0x7d, 0x9d, 0xd5, 0x7b, 0x51, 0x20, 0xb1, 0xe1, 0x35, 0x87, + 0x7d, 0xd3, 0x85, 0x72, 0x26, 0xd1, 0xd1, 0x00, 0xed, 0x1c, 0xa4, 0x0d, 0xba, 0xbd, 0x83, 0xbf, + 0x58, 0xda, 0x79, 0x55, 0xf1, 0x3a, 0xaf, 0x97, 0xbc, 0x92, 0xa6, 0xf9, 0xf6, 0x8f, 0x05, 0x7a, + 0xbe, 0x19, 0x91, 0xea, 0x09, 0x89, 0x19, 0x40, 0xf7, 0xa2, 0x20, 0xd5, 0x76, 0x7d, 0xfb, 0xd3, + 0x02, 0x37, 0xe7, 0x04, 0xf0, 0x1a, 0xb4, 0xd3, 0x68, 0x96, 0x10, 0x2f, 0xb8, 0x0b, 0x88, 0xdf, + 0x79, 0x00, 0xdb, 0xe0, 0x2a, 0x8d, 0x3e, 0x46, 0xf1, 0xa7, 0xa8, 0xd3, 0x82, 0x4f, 0xc1, 0xf5, + 0x98, 0x4e, 0xc2, 0xb7, 0x59, 0x9a, 0x84, 0x31, 0xf6, 0x33, 0xec, 0x77, 0x2c, 0xf8, 0x0a, 0x74, + 0xfd, 0xcf, 0x11, 0x9e, 0x04, 0x5e, 0x66, 0x20, 0xf1, 0x53, 0x0f, 0xd3, 0x20, 0x8e, 0x14, 0xbf, + 0x80, 0x2f, 0xc1, 0x8b, 0x26, 0xbf, 0x0b, 0x83, 0xd1, 0x98, 0x2a, 0xf8, 0x10, 0x0e, 0x40, 0xbf, + 0x09, 0xc7, 0x31, 0x25, 0x61, 0x36, 0x25, 0x11, 0xc5, 0xa1, 0x92, 0x3c, 0x82, 0x37, 0xe0, 0x59, + 0x53, 0xf2, 0x21, 0x1e, 0x2a, 0x72, 0x09, 0xbb, 0xe0, 0x79, 0x93, 0x84, 0xb1, 0x67, 0xba, 0xae, + 0xe0, 0x6b, 0xd0, 0x6b, 0xb2, 0x29, 0xc1, 0x61, 0x46, 0x66, 0x14, 0x53, 0xa2, 0x14, 0x8f, 0x4f, + 0xf7, 0xf2, 0xd2, 0x19, 0x8d, 0x27, 0x0a, 0x3e, 0x39, 0x85, 0x74, 0x8a, 0xe7, 0x44, 0x7b, 0x83, + 0xd3, 0xb9, 0x66, 0x69, 0xec, 0x77, 0xda, 0xc3, 0xdf, 0x2d, 0x30, 0xb8, 0xe7, 0x6b, 0xf4, 0xdf, + 0x08, 0x87, 0xfd, 0x73, 0x01, 0x24, 0x2a, 0xc3, 0xa4, 0xf5, 0x65, 0xf8, 0xaf, 0xbf, 0xe4, 0xab, + 0xbc, 0x2a, 0x11, 0xdf, 0x94, 0x76, 0x59, 0x54, 0x3a, 0xe1, 0xc3, 0x4d, 0x89, 0xa5, 0x3c, 0x73, + 0x62, 0xef, 0xf4, 0xfb, 0xcd, 0xba, 0x18, 0x61, 0xfc, 0xdd, 0xea, 0x8f, 0x8c, 0x15, 0x66, 0x12, + 0x99, 0x52, 0x55, 0x73, 0x07, 0xa9, 0x6b, 0x90, 0x3f, 0x0e, 0x7c, 0x81, 0x99, 0x5c, 0x1c, 0xf9, + 0x62, 0xee, 0x2c, 0x34, 0xff, 0x65, 0x0d, 0xcc, 0xa7, 0xeb, 0x62, 0x26, 0x5d, 0xf7, 0xa8, 0x70, + 0xdd, 0xb9, 0xe3, 0xba, 0x5a, 0xf3, 0xf5, 0x52, 0x2f, 0xf6, 0xe6, 0x6f, 0x00, 0x00, 0x00, 0xff, + 0xff, 0xb9, 0x0d, 0x64, 0x38, 0xfa, 0x02, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/enums/dsa_page_feed_criterion_field.pb.go b/googleapis/ads/googleads/v1/enums/dsa_page_feed_criterion_field.pb.go index 2b413d8162..93e5026639 100644 --- a/googleapis/ads/googleads/v1/enums/dsa_page_feed_criterion_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/dsa_page_feed_criterion_field.pb.go @@ -51,7 +51,7 @@ func (x DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField) String() string return proto.EnumName(DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField_name, int32(x)) } func (DsaPageFeedCriterionFieldEnum_DsaPageFeedCriterionField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dsa_page_feed_criterion_field_e9797bc759a46566, []int{0, 0} + return fileDescriptor_dsa_page_feed_criterion_field_5246b93b382746b3, []int{0, 0} } // Values for Dynamic Search Ad Page Feed criterion fields. @@ -65,7 +65,7 @@ func (m *DsaPageFeedCriterionFieldEnum) Reset() { *m = DsaPageFeedCriter func (m *DsaPageFeedCriterionFieldEnum) String() string { return proto.CompactTextString(m) } func (*DsaPageFeedCriterionFieldEnum) ProtoMessage() {} func (*DsaPageFeedCriterionFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_dsa_page_feed_criterion_field_e9797bc759a46566, []int{0} + return fileDescriptor_dsa_page_feed_criterion_field_5246b93b382746b3, []int{0} } func (m *DsaPageFeedCriterionFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DsaPageFeedCriterionFieldEnum.Unmarshal(m, b) @@ -91,10 +91,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/dsa_page_feed_criterion_field.proto", fileDescriptor_dsa_page_feed_criterion_field_e9797bc759a46566) + proto.RegisterFile("google/ads/googleads/v1/enums/dsa_page_feed_criterion_field.proto", fileDescriptor_dsa_page_feed_criterion_field_5246b93b382746b3) } -var fileDescriptor_dsa_page_feed_criterion_field_e9797bc759a46566 = []byte{ +var fileDescriptor_dsa_page_feed_criterion_field_5246b93b382746b3 = []byte{ // 318 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcd, 0x4a, 0xc3, 0x40, 0x18, 0xb4, 0x29, 0xfe, 0x6d, 0x05, 0x43, 0x6e, 0x8a, 0x15, 0xda, 0x07, 0xd8, 0x10, 0xbc, 0xad, diff --git a/googleapis/ads/googleads/v1/enums/education_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/education_placeholder_field.pb.go index 240e2a806f..ca4f2d4ec6 100644 --- a/googleapis/ads/googleads/v1/enums/education_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/education_placeholder_field.pb.go @@ -124,7 +124,7 @@ func (x EducationPlaceholderFieldEnum_EducationPlaceholderField) String() string return proto.EnumName(EducationPlaceholderFieldEnum_EducationPlaceholderField_name, int32(x)) } func (EducationPlaceholderFieldEnum_EducationPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_education_placeholder_field_b35221e4bb03002d, []int{0, 0} + return fileDescriptor_education_placeholder_field_7f235e522c33dfac, []int{0, 0} } // Values for Education placeholder fields. @@ -140,7 +140,7 @@ func (m *EducationPlaceholderFieldEnum) Reset() { *m = EducationPlacehol func (m *EducationPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*EducationPlaceholderFieldEnum) ProtoMessage() {} func (*EducationPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_education_placeholder_field_b35221e4bb03002d, []int{0} + return fileDescriptor_education_placeholder_field_7f235e522c33dfac, []int{0} } func (m *EducationPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EducationPlaceholderFieldEnum.Unmarshal(m, b) @@ -166,10 +166,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/education_placeholder_field.proto", fileDescriptor_education_placeholder_field_b35221e4bb03002d) + proto.RegisterFile("google/ads/googleads/v1/enums/education_placeholder_field.proto", fileDescriptor_education_placeholder_field_7f235e522c33dfac) } -var fileDescriptor_education_placeholder_field_b35221e4bb03002d = []byte{ +var fileDescriptor_education_placeholder_field_7f235e522c33dfac = []byte{ // 514 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xcf, 0x8e, 0xd3, 0x30, 0x10, 0xc6, 0xd9, 0x16, 0x76, 0xc1, 0xdd, 0x3f, 0x6e, 0x00, 0x21, 0x10, 0x05, 0xed, 0x72, 0x4f, diff --git a/googleapis/ads/googleads/v1/enums/extension_setting_device.pb.go b/googleapis/ads/googleads/v1/enums/extension_setting_device.pb.go index 159fda4e35..112475c652 100644 --- a/googleapis/ads/googleads/v1/enums/extension_setting_device.pb.go +++ b/googleapis/ads/googleads/v1/enums/extension_setting_device.pb.go @@ -52,7 +52,7 @@ func (x ExtensionSettingDeviceEnum_ExtensionSettingDevice) String() string { return proto.EnumName(ExtensionSettingDeviceEnum_ExtensionSettingDevice_name, int32(x)) } func (ExtensionSettingDeviceEnum_ExtensionSettingDevice) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_extension_setting_device_1f5cc7a17d6f254a, []int{0, 0} + return fileDescriptor_extension_setting_device_c8f5db7acb01d08d, []int{0, 0} } // Container for enum describing extension setting device types. @@ -66,7 +66,7 @@ func (m *ExtensionSettingDeviceEnum) Reset() { *m = ExtensionSettingDevi func (m *ExtensionSettingDeviceEnum) String() string { return proto.CompactTextString(m) } func (*ExtensionSettingDeviceEnum) ProtoMessage() {} func (*ExtensionSettingDeviceEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_extension_setting_device_1f5cc7a17d6f254a, []int{0} + return fileDescriptor_extension_setting_device_c8f5db7acb01d08d, []int{0} } func (m *ExtensionSettingDeviceEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtensionSettingDeviceEnum.Unmarshal(m, b) @@ -92,10 +92,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/extension_setting_device.proto", fileDescriptor_extension_setting_device_1f5cc7a17d6f254a) + proto.RegisterFile("google/ads/googleads/v1/enums/extension_setting_device.proto", fileDescriptor_extension_setting_device_c8f5db7acb01d08d) } -var fileDescriptor_extension_setting_device_1f5cc7a17d6f254a = []byte{ +var fileDescriptor_extension_setting_device_c8f5db7acb01d08d = []byte{ // 311 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x4b, 0xfb, 0x30, 0x18, 0xc6, 0xff, 0xeb, 0x60, 0x7f, 0xc8, 0x0e, 0x96, 0x1e, 0x3c, 0x4c, 0x77, 0xd8, 0x3e, 0x40, diff --git a/googleapis/ads/googleads/v1/enums/extension_type.pb.go b/googleapis/ads/googleads/v1/enums/extension_type.pb.go index 0105ec8b03..57cd2f0d9c 100644 --- a/googleapis/ads/googleads/v1/enums/extension_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/extension_type.pb.go @@ -47,6 +47,10 @@ const ( ExtensionTypeEnum_SITELINK ExtensionTypeEnum_ExtensionType = 10 // Structured snippet. ExtensionTypeEnum_STRUCTURED_SNIPPET ExtensionTypeEnum_ExtensionType = 11 + // Location. + ExtensionTypeEnum_LOCATION ExtensionTypeEnum_ExtensionType = 12 + // Affiliate location. + ExtensionTypeEnum_AFFILIATE_LOCATION ExtensionTypeEnum_ExtensionType = 13 ) var ExtensionTypeEnum_ExtensionType_name = map[int32]string{ @@ -62,6 +66,8 @@ var ExtensionTypeEnum_ExtensionType_name = map[int32]string{ 9: "REVIEW", 10: "SITELINK", 11: "STRUCTURED_SNIPPET", + 12: "LOCATION", + 13: "AFFILIATE_LOCATION", } var ExtensionTypeEnum_ExtensionType_value = map[string]int32{ "UNSPECIFIED": 0, @@ -76,13 +82,15 @@ var ExtensionTypeEnum_ExtensionType_value = map[string]int32{ "REVIEW": 9, "SITELINK": 10, "STRUCTURED_SNIPPET": 11, + "LOCATION": 12, + "AFFILIATE_LOCATION": 13, } func (x ExtensionTypeEnum_ExtensionType) String() string { return proto.EnumName(ExtensionTypeEnum_ExtensionType_name, int32(x)) } func (ExtensionTypeEnum_ExtensionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_extension_type_8c330aa7d831624c, []int{0, 0} + return fileDescriptor_extension_type_daed22fceb6f35da, []int{0, 0} } // Container for enum describing possible data types for an extension in an @@ -97,7 +105,7 @@ func (m *ExtensionTypeEnum) Reset() { *m = ExtensionTypeEnum{} } func (m *ExtensionTypeEnum) String() string { return proto.CompactTextString(m) } func (*ExtensionTypeEnum) ProtoMessage() {} func (*ExtensionTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_extension_type_8c330aa7d831624c, []int{0} + return fileDescriptor_extension_type_daed22fceb6f35da, []int{0} } func (m *ExtensionTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtensionTypeEnum.Unmarshal(m, b) @@ -123,34 +131,35 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/extension_type.proto", fileDescriptor_extension_type_8c330aa7d831624c) + proto.RegisterFile("google/ads/googleads/v1/enums/extension_type.proto", fileDescriptor_extension_type_daed22fceb6f35da) } -var fileDescriptor_extension_type_8c330aa7d831624c = []byte{ - // 387 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0x4b, 0x6e, 0xd4, 0x30, - 0x18, 0x26, 0x99, 0x76, 0x1e, 0x1e, 0x2a, 0x8c, 0x17, 0x2c, 0x10, 0x5d, 0xb4, 0x07, 0x70, 0x14, - 0xd8, 0x99, 0x95, 0x27, 0x35, 0x23, 0xab, 0x53, 0xc7, 0xca, 0xab, 0x12, 0x8a, 0x54, 0x05, 0x12, - 0x45, 0x91, 0x3a, 0x76, 0x54, 0x67, 0x46, 0xcc, 0x75, 0x58, 0xb2, 0xe2, 0x14, 0x2c, 0xb8, 0x08, - 0x12, 0xa7, 0x40, 0x4e, 0xc8, 0x48, 0xb3, 0x80, 0x8d, 0xf5, 0xf9, 0xff, 0x1e, 0xb2, 0xbf, 0x1f, - 0xbc, 0xad, 0xb5, 0xae, 0x1f, 0x2b, 0xaf, 0x28, 0x8d, 0x37, 0x40, 0x8b, 0xf6, 0xbe, 0x57, 0xa9, - 0xdd, 0xd6, 0x78, 0xd5, 0x97, 0xae, 0x52, 0xa6, 0xd1, 0xea, 0xa1, 0x3b, 0xb4, 0x15, 0x6e, 0x9f, - 0x74, 0xa7, 0xd1, 0xe5, 0x20, 0xc4, 0x45, 0x69, 0xf0, 0xd1, 0x83, 0xf7, 0x3e, 0xee, 0x3d, 0xaf, - 0xdf, 0x8c, 0x91, 0x6d, 0xe3, 0x15, 0x4a, 0xe9, 0xae, 0xe8, 0x1a, 0xad, 0xcc, 0x60, 0xbe, 0xfe, - 0xe1, 0x80, 0x97, 0x6c, 0x4c, 0x4d, 0x0e, 0x6d, 0xc5, 0xd4, 0x6e, 0x7b, 0xfd, 0xdd, 0x01, 0x17, - 0x27, 0x53, 0xf4, 0x02, 0x2c, 0x53, 0x11, 0x4b, 0x16, 0xf0, 0x0f, 0x9c, 0xdd, 0xc0, 0x67, 0x68, - 0x09, 0x66, 0xa9, 0xb8, 0x15, 0xe1, 0xbd, 0x80, 0x0e, 0x9a, 0x83, 0x33, 0x11, 0x0a, 0x06, 0x5d, - 0x34, 0x03, 0x13, 0x2a, 0x25, 0x9c, 0xd8, 0x51, 0x40, 0x37, 0x1b, 0x78, 0x66, 0x95, 0x16, 0x85, - 0x69, 0x02, 0xcf, 0xed, 0xe5, 0x8e, 0xc5, 0x31, 0x5d, 0x33, 0x38, 0x45, 0x0b, 0x70, 0x2e, 0x23, - 0x1e, 0x30, 0x38, 0x43, 0x17, 0x60, 0x21, 0xa3, 0xf0, 0x2e, 0x4c, 0x78, 0x28, 0xe0, 0x1c, 0x01, - 0x30, 0x8d, 0x58, 0xc6, 0xd9, 0x3d, 0x5c, 0xa0, 0xe7, 0x60, 0x1e, 0xf3, 0x84, 0x6d, 0xb8, 0xb8, - 0x85, 0x00, 0xbd, 0x02, 0x28, 0x4e, 0xa2, 0x34, 0x48, 0xd2, 0x88, 0xdd, 0x3c, 0xc4, 0x82, 0x4b, - 0xc9, 0x12, 0xb8, 0x5c, 0xfd, 0x72, 0xc0, 0xd5, 0x67, 0xbd, 0xc5, 0xff, 0x2d, 0x63, 0x85, 0x4e, - 0x7e, 0x25, 0x6d, 0x05, 0xd2, 0xf9, 0xb8, 0xfa, 0x6b, 0xaa, 0xf5, 0x63, 0xa1, 0x6a, 0xac, 0x9f, - 0x6a, 0xaf, 0xae, 0x54, 0x5f, 0xd0, 0xb8, 0x85, 0xb6, 0x31, 0xff, 0x58, 0xca, 0xfb, 0xfe, 0xfc, - 0xea, 0x4e, 0xd6, 0x94, 0x7e, 0x73, 0x2f, 0xd7, 0x43, 0x14, 0x2d, 0x0d, 0x1e, 0xa0, 0x45, 0x99, - 0x8f, 0x6d, 0xaf, 0xe6, 0xe7, 0xc8, 0xe7, 0xb4, 0x34, 0xf9, 0x91, 0xcf, 0x33, 0x3f, 0xef, 0xf9, - 0xdf, 0xee, 0xd5, 0x30, 0x24, 0x84, 0x96, 0x86, 0x90, 0xa3, 0x82, 0x90, 0xcc, 0x27, 0xa4, 0xd7, - 0x7c, 0x9a, 0xf6, 0x0f, 0x7b, 0xf7, 0x27, 0x00, 0x00, 0xff, 0xff, 0x5c, 0x61, 0xfb, 0xd5, 0x2c, - 0x02, 0x00, 0x00, +var fileDescriptor_extension_type_daed22fceb6f35da = []byte{ + // 407 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0x4d, 0x6a, 0xdc, 0x30, + 0x18, 0xad, 0x67, 0x92, 0xf9, 0xd1, 0x64, 0xa8, 0xaa, 0x45, 0x17, 0xa5, 0x59, 0x24, 0x07, 0x90, + 0x71, 0xbb, 0x53, 0x57, 0x1a, 0x47, 0x33, 0x88, 0x38, 0xb2, 0xb0, 0xe5, 0x09, 0x94, 0x81, 0xc1, + 0xad, 0x8d, 0x19, 0xc8, 0x48, 0x26, 0x72, 0x42, 0x73, 0x9d, 0x2e, 0x7b, 0x94, 0x1e, 0xa0, 0x57, + 0x28, 0x94, 0x1e, 0xa2, 0xc8, 0xae, 0x0d, 0x59, 0xb4, 0x1b, 0xf1, 0xf4, 0xbe, 0xf7, 0x1e, 0xd2, + 0xfb, 0xc0, 0xbb, 0xca, 0x98, 0xea, 0xae, 0xf4, 0xf3, 0xc2, 0xfa, 0x1d, 0x74, 0xe8, 0x31, 0xf0, + 0x4b, 0xfd, 0x70, 0xb4, 0x7e, 0xf9, 0xa5, 0x29, 0xb5, 0x3d, 0x18, 0xbd, 0x6f, 0x9e, 0xea, 0x12, + 0xd7, 0xf7, 0xa6, 0x31, 0xe8, 0xbc, 0x13, 0xe2, 0xbc, 0xb0, 0x78, 0xf0, 0xe0, 0xc7, 0x00, 0xb7, + 0x9e, 0x37, 0x6f, 0xfb, 0xc8, 0xfa, 0xe0, 0xe7, 0x5a, 0x9b, 0x26, 0x6f, 0x0e, 0x46, 0xdb, 0xce, + 0x7c, 0xf9, 0xdb, 0x03, 0xaf, 0x58, 0x9f, 0xaa, 0x9e, 0xea, 0x92, 0xe9, 0x87, 0xe3, 0xe5, 0x0f, + 0x0f, 0x2c, 0x9f, 0xb1, 0xe8, 0x25, 0x58, 0x64, 0x22, 0x95, 0x2c, 0xe4, 0x6b, 0xce, 0xae, 0xe0, + 0x0b, 0xb4, 0x00, 0xd3, 0x4c, 0x5c, 0x8b, 0xf8, 0x56, 0x40, 0x0f, 0xcd, 0xc0, 0x89, 0x88, 0x05, + 0x83, 0x23, 0x34, 0x05, 0x63, 0x2a, 0x25, 0x1c, 0x3b, 0x2a, 0xa4, 0x51, 0x04, 0x4f, 0x9c, 0xd2, + 0xa1, 0x38, 0x53, 0xf0, 0xd4, 0x5d, 0x6e, 0x58, 0x9a, 0xd2, 0x0d, 0x83, 0x13, 0x34, 0x07, 0xa7, + 0x32, 0xe1, 0x21, 0x83, 0x53, 0xb4, 0x04, 0x73, 0x99, 0xc4, 0x37, 0xb1, 0xe2, 0xb1, 0x80, 0x33, + 0x04, 0xc0, 0x24, 0x61, 0x5b, 0xce, 0x6e, 0xe1, 0x1c, 0x9d, 0x81, 0x59, 0xca, 0x15, 0x8b, 0xb8, + 0xb8, 0x86, 0x00, 0xbd, 0x06, 0x28, 0x55, 0x49, 0x16, 0xaa, 0x2c, 0x61, 0x57, 0xfb, 0x54, 0x70, + 0x29, 0x99, 0x82, 0x0b, 0xa7, 0x8a, 0xe2, 0x90, 0xb6, 0xfe, 0x33, 0xa7, 0xa2, 0xeb, 0x35, 0x8f, + 0x38, 0x55, 0x6c, 0x3f, 0xf0, 0xcb, 0xd5, 0x4f, 0x0f, 0x5c, 0x7c, 0x36, 0x47, 0xfc, 0xdf, 0xca, + 0x56, 0xe8, 0xd9, 0xdf, 0xa5, 0x2b, 0x4a, 0x7a, 0x1f, 0x57, 0x7f, 0x4d, 0x95, 0xb9, 0xcb, 0x75, + 0x85, 0xcd, 0x7d, 0xe5, 0x57, 0xa5, 0x6e, 0x6b, 0xec, 0x77, 0x55, 0x1f, 0xec, 0x3f, 0x56, 0xf7, + 0xa1, 0x3d, 0xbf, 0x8e, 0xc6, 0x1b, 0x4a, 0xbf, 0x8d, 0xce, 0x37, 0x5d, 0x14, 0x2d, 0x2c, 0xee, + 0xa0, 0x43, 0xdb, 0x00, 0xbb, 0xf6, 0xed, 0xf7, 0x7e, 0xbe, 0xa3, 0x85, 0xdd, 0x0d, 0xf3, 0xdd, + 0x36, 0xd8, 0xb5, 0xf3, 0x5f, 0xa3, 0x8b, 0x8e, 0x24, 0x84, 0x16, 0x96, 0x90, 0x41, 0x41, 0xc8, + 0x36, 0x20, 0xa4, 0xd5, 0x7c, 0x9a, 0xb4, 0x0f, 0x7b, 0xff, 0x27, 0x00, 0x00, 0xff, 0xff, 0xb6, + 0x23, 0x53, 0xc3, 0x52, 0x02, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/enums/external_conversion_source.pb.go b/googleapis/ads/googleads/v1/enums/external_conversion_source.pb.go index 9fdb13266b..e60db53d8d 100644 --- a/googleapis/ads/googleads/v1/enums/external_conversion_source.pb.go +++ b/googleapis/ads/googleads/v1/enums/external_conversion_source.pb.go @@ -150,7 +150,7 @@ func (x ExternalConversionSourceEnum_ExternalConversionSource) String() string { return proto.EnumName(ExternalConversionSourceEnum_ExternalConversionSource_name, int32(x)) } func (ExternalConversionSourceEnum_ExternalConversionSource) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_external_conversion_source_e1c5a6df74c3d212, []int{0, 0} + return fileDescriptor_external_conversion_source_4493126392cc16df, []int{0, 0} } // Container for enum describing the external conversion source that is @@ -165,7 +165,7 @@ func (m *ExternalConversionSourceEnum) Reset() { *m = ExternalConversion func (m *ExternalConversionSourceEnum) String() string { return proto.CompactTextString(m) } func (*ExternalConversionSourceEnum) ProtoMessage() {} func (*ExternalConversionSourceEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_external_conversion_source_e1c5a6df74c3d212, []int{0} + return fileDescriptor_external_conversion_source_4493126392cc16df, []int{0} } func (m *ExternalConversionSourceEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExternalConversionSourceEnum.Unmarshal(m, b) @@ -191,10 +191,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/external_conversion_source.proto", fileDescriptor_external_conversion_source_e1c5a6df74c3d212) + proto.RegisterFile("google/ads/googleads/v1/enums/external_conversion_source.proto", fileDescriptor_external_conversion_source_4493126392cc16df) } -var fileDescriptor_external_conversion_source_e1c5a6df74c3d212 = []byte{ +var fileDescriptor_external_conversion_source_4493126392cc16df = []byte{ // 553 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xdd, 0x6e, 0xda, 0x3c, 0x18, 0xfe, 0x4a, 0xfb, 0xf5, 0xc7, 0xfd, 0x73, 0xdd, 0xae, 0xea, 0xb6, 0xa2, 0xa9, 0xbd, 0x80, diff --git a/googleapis/ads/googleads/v1/enums/feed_attribute_type.pb.go b/googleapis/ads/googleads/v1/enums/feed_attribute_type.pb.go index 4e965e95c3..a4a41c178c 100644 --- a/googleapis/ads/googleads/v1/enums/feed_attribute_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/feed_attribute_type.pb.go @@ -94,7 +94,7 @@ func (x FeedAttributeTypeEnum_FeedAttributeType) String() string { return proto.EnumName(FeedAttributeTypeEnum_FeedAttributeType_name, int32(x)) } func (FeedAttributeTypeEnum_FeedAttributeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_attribute_type_8f52ef3e8b3a5d7e, []int{0, 0} + return fileDescriptor_feed_attribute_type_282150463692a3a8, []int{0, 0} } // Container for enum describing possible data types for a feed attribute. @@ -108,7 +108,7 @@ func (m *FeedAttributeTypeEnum) Reset() { *m = FeedAttributeTypeEnum{} } func (m *FeedAttributeTypeEnum) String() string { return proto.CompactTextString(m) } func (*FeedAttributeTypeEnum) ProtoMessage() {} func (*FeedAttributeTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_attribute_type_8f52ef3e8b3a5d7e, []int{0} + return fileDescriptor_feed_attribute_type_282150463692a3a8, []int{0} } func (m *FeedAttributeTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedAttributeTypeEnum.Unmarshal(m, b) @@ -134,10 +134,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/feed_attribute_type.proto", fileDescriptor_feed_attribute_type_8f52ef3e8b3a5d7e) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_attribute_type.proto", fileDescriptor_feed_attribute_type_282150463692a3a8) } -var fileDescriptor_feed_attribute_type_8f52ef3e8b3a5d7e = []byte{ +var fileDescriptor_feed_attribute_type_282150463692a3a8 = []byte{ // 407 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xc1, 0x6a, 0xdb, 0x40, 0x14, 0xac, 0xe5, 0xc6, 0x8e, 0x9f, 0x1d, 0x77, 0xbb, 0xd0, 0x1e, 0x4a, 0x73, 0x48, 0x3e, 0x60, diff --git a/googleapis/ads/googleads/v1/enums/feed_item_quality_approval_status.pb.go b/googleapis/ads/googleads/v1/enums/feed_item_quality_approval_status.pb.go index 4128e34bfd..dbb04c5dca 100644 --- a/googleapis/ads/googleads/v1/enums/feed_item_quality_approval_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/feed_item_quality_approval_status.pb.go @@ -51,7 +51,7 @@ func (x FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus) String( return proto.EnumName(FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus_name, int32(x)) } func (FeedItemQualityApprovalStatusEnum_FeedItemQualityApprovalStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_item_quality_approval_status_6688e7939e1b1ed7, []int{0, 0} + return fileDescriptor_feed_item_quality_approval_status_6b620c95a3e51336, []int{0, 0} } // Container for enum describing possible quality evaluation approval statuses @@ -66,7 +66,7 @@ func (m *FeedItemQualityApprovalStatusEnum) Reset() { *m = FeedItemQuali func (m *FeedItemQualityApprovalStatusEnum) String() string { return proto.CompactTextString(m) } func (*FeedItemQualityApprovalStatusEnum) ProtoMessage() {} func (*FeedItemQualityApprovalStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_quality_approval_status_6688e7939e1b1ed7, []int{0} + return fileDescriptor_feed_item_quality_approval_status_6b620c95a3e51336, []int{0} } func (m *FeedItemQualityApprovalStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItemQualityApprovalStatusEnum.Unmarshal(m, b) @@ -92,10 +92,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_quality_approval_status.proto", fileDescriptor_feed_item_quality_approval_status_6688e7939e1b1ed7) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_quality_approval_status.proto", fileDescriptor_feed_item_quality_approval_status_6b620c95a3e51336) } -var fileDescriptor_feed_item_quality_approval_status_6688e7939e1b1ed7 = []byte{ +var fileDescriptor_feed_item_quality_approval_status_6b620c95a3e51336 = []byte{ // 324 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xd1, 0x4a, 0xf3, 0x30, 0x18, 0xfd, 0xdb, 0xc1, 0xaf, 0x64, 0x82, 0xa3, 0x97, 0xe2, 0x2e, 0xb6, 0x07, 0x48, 0x28, 0xde, diff --git a/googleapis/ads/googleads/v1/enums/feed_item_quality_disapproval_reason.pb.go b/googleapis/ads/googleads/v1/enums/feed_item_quality_disapproval_reason.pb.go index 11510710d1..95ae2645de 100644 --- a/googleapis/ads/googleads/v1/enums/feed_item_quality_disapproval_reason.pb.go +++ b/googleapis/ads/googleads/v1/enums/feed_item_quality_disapproval_reason.pb.go @@ -114,7 +114,7 @@ func (x FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason) S return proto.EnumName(FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason_name, int32(x)) } func (FeedItemQualityDisapprovalReasonEnum_FeedItemQualityDisapprovalReason) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_item_quality_disapproval_reason_bbf803c5ab3b4f32, []int{0, 0} + return fileDescriptor_feed_item_quality_disapproval_reason_592822322f4816f9, []int{0, 0} } // Container for enum describing possible quality evaluation disapproval reasons @@ -129,7 +129,7 @@ func (m *FeedItemQualityDisapprovalReasonEnum) Reset() { *m = FeedItemQu func (m *FeedItemQualityDisapprovalReasonEnum) String() string { return proto.CompactTextString(m) } func (*FeedItemQualityDisapprovalReasonEnum) ProtoMessage() {} func (*FeedItemQualityDisapprovalReasonEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_quality_disapproval_reason_bbf803c5ab3b4f32, []int{0} + return fileDescriptor_feed_item_quality_disapproval_reason_592822322f4816f9, []int{0} } func (m *FeedItemQualityDisapprovalReasonEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItemQualityDisapprovalReasonEnum.Unmarshal(m, b) @@ -155,10 +155,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_quality_disapproval_reason.proto", fileDescriptor_feed_item_quality_disapproval_reason_bbf803c5ab3b4f32) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_quality_disapproval_reason.proto", fileDescriptor_feed_item_quality_disapproval_reason_592822322f4816f9) } -var fileDescriptor_feed_item_quality_disapproval_reason_bbf803c5ab3b4f32 = []byte{ +var fileDescriptor_feed_item_quality_disapproval_reason_592822322f4816f9 = []byte{ // 631 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x94, 0xcd, 0x72, 0xd3, 0x30, 0x10, 0xc7, 0x69, 0x0a, 0x29, 0xa8, 0x40, 0x85, 0xb8, 0x15, 0x5a, 0x68, 0xa0, 0x05, 0x0a, 0xd8, diff --git a/googleapis/ads/googleads/v1/enums/feed_item_status.pb.go b/googleapis/ads/googleads/v1/enums/feed_item_status.pb.go index db95c28a48..34c9486a34 100644 --- a/googleapis/ads/googleads/v1/enums/feed_item_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/feed_item_status.pb.go @@ -50,7 +50,7 @@ func (x FeedItemStatusEnum_FeedItemStatus) String() string { return proto.EnumName(FeedItemStatusEnum_FeedItemStatus_name, int32(x)) } func (FeedItemStatusEnum_FeedItemStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_item_status_925161e4c519a9ac, []int{0, 0} + return fileDescriptor_feed_item_status_38675fbdac6e61e9, []int{0, 0} } // Container for enum describing possible statuses of a feed item. @@ -64,7 +64,7 @@ func (m *FeedItemStatusEnum) Reset() { *m = FeedItemStatusEnum{} } func (m *FeedItemStatusEnum) String() string { return proto.CompactTextString(m) } func (*FeedItemStatusEnum) ProtoMessage() {} func (*FeedItemStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_status_925161e4c519a9ac, []int{0} + return fileDescriptor_feed_item_status_38675fbdac6e61e9, []int{0} } func (m *FeedItemStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItemStatusEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_status.proto", fileDescriptor_feed_item_status_925161e4c519a9ac) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_status.proto", fileDescriptor_feed_item_status_38675fbdac6e61e9) } -var fileDescriptor_feed_item_status_925161e4c519a9ac = []byte{ +var fileDescriptor_feed_item_status_38675fbdac6e61e9 = []byte{ // 302 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdf, 0x4a, 0xfb, 0x30, 0x14, 0xfe, 0xad, 0x83, 0x9f, 0x90, 0x81, 0x96, 0x7a, 0x27, 0xee, 0x62, 0x7b, 0x80, 0x84, 0xa2, diff --git a/googleapis/ads/googleads/v1/enums/feed_item_target_device.pb.go b/googleapis/ads/googleads/v1/enums/feed_item_target_device.pb.go index fda3a51ad7..5b6e15f363 100644 --- a/googleapis/ads/googleads/v1/enums/feed_item_target_device.pb.go +++ b/googleapis/ads/googleads/v1/enums/feed_item_target_device.pb.go @@ -46,7 +46,7 @@ func (x FeedItemTargetDeviceEnum_FeedItemTargetDevice) String() string { return proto.EnumName(FeedItemTargetDeviceEnum_FeedItemTargetDevice_name, int32(x)) } func (FeedItemTargetDeviceEnum_FeedItemTargetDevice) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_item_target_device_4d7a90b6137db5eb, []int{0, 0} + return fileDescriptor_feed_item_target_device_343b6c944046560e, []int{0, 0} } // Container for enum describing possible data types for a feed item target @@ -61,7 +61,7 @@ func (m *FeedItemTargetDeviceEnum) Reset() { *m = FeedItemTargetDeviceEn func (m *FeedItemTargetDeviceEnum) String() string { return proto.CompactTextString(m) } func (*FeedItemTargetDeviceEnum) ProtoMessage() {} func (*FeedItemTargetDeviceEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_target_device_4d7a90b6137db5eb, []int{0} + return fileDescriptor_feed_item_target_device_343b6c944046560e, []int{0} } func (m *FeedItemTargetDeviceEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItemTargetDeviceEnum.Unmarshal(m, b) @@ -87,10 +87,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_target_device.proto", fileDescriptor_feed_item_target_device_4d7a90b6137db5eb) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_target_device.proto", fileDescriptor_feed_item_target_device_343b6c944046560e) } -var fileDescriptor_feed_item_target_device_4d7a90b6137db5eb = []byte{ +var fileDescriptor_feed_item_target_device_343b6c944046560e = []byte{ // 303 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, 0x1c, 0xc6, 0x5d, 0x85, 0x09, 0xd9, 0xc1, 0x51, 0x3c, 0xa8, 0xb8, 0xc3, 0xf6, 0x00, 0x09, 0xc5, diff --git a/googleapis/ads/googleads/v1/enums/feed_item_target_type.pb.go b/googleapis/ads/googleads/v1/enums/feed_item_target_type.pb.go index 428cc131bb..200f012826 100644 --- a/googleapis/ads/googleads/v1/enums/feed_item_target_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/feed_item_target_type.pb.go @@ -54,7 +54,7 @@ func (x FeedItemTargetTypeEnum_FeedItemTargetType) String() string { return proto.EnumName(FeedItemTargetTypeEnum_FeedItemTargetType_name, int32(x)) } func (FeedItemTargetTypeEnum_FeedItemTargetType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_item_target_type_b6b99ed161bf79cc, []int{0, 0} + return fileDescriptor_feed_item_target_type_a71e42a041a59521, []int{0, 0} } // Container for enum describing possible types of a feed item target. @@ -68,7 +68,7 @@ func (m *FeedItemTargetTypeEnum) Reset() { *m = FeedItemTargetTypeEnum{} func (m *FeedItemTargetTypeEnum) String() string { return proto.CompactTextString(m) } func (*FeedItemTargetTypeEnum) ProtoMessage() {} func (*FeedItemTargetTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_target_type_b6b99ed161bf79cc, []int{0} + return fileDescriptor_feed_item_target_type_a71e42a041a59521, []int{0} } func (m *FeedItemTargetTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItemTargetTypeEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_target_type.proto", fileDescriptor_feed_item_target_type_b6b99ed161bf79cc) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_target_type.proto", fileDescriptor_feed_item_target_type_a71e42a041a59521) } -var fileDescriptor_feed_item_target_type_b6b99ed161bf79cc = []byte{ +var fileDescriptor_feed_item_target_type_a71e42a041a59521 = []byte{ // 328 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdd, 0x4a, 0xfb, 0x30, 0x1c, 0xfd, 0xaf, 0xfb, 0xe3, 0x47, 0xa6, 0x58, 0x7a, 0xa1, 0x20, 0xee, 0x62, 0x7b, 0x80, 0x94, diff --git a/googleapis/ads/googleads/v1/enums/feed_item_validation_status.pb.go b/googleapis/ads/googleads/v1/enums/feed_item_validation_status.pb.go index 73d0573ad3..0e35562460 100644 --- a/googleapis/ads/googleads/v1/enums/feed_item_validation_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/feed_item_validation_status.pb.go @@ -54,7 +54,7 @@ func (x FeedItemValidationStatusEnum_FeedItemValidationStatus) String() string { return proto.EnumName(FeedItemValidationStatusEnum_FeedItemValidationStatus_name, int32(x)) } func (FeedItemValidationStatusEnum_FeedItemValidationStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_item_validation_status_6430e686041235c6, []int{0, 0} + return fileDescriptor_feed_item_validation_status_2b319562ff85f2e3, []int{0, 0} } // Container for enum describing possible validation statuses of a feed item. @@ -68,7 +68,7 @@ func (m *FeedItemValidationStatusEnum) Reset() { *m = FeedItemValidation func (m *FeedItemValidationStatusEnum) String() string { return proto.CompactTextString(m) } func (*FeedItemValidationStatusEnum) ProtoMessage() {} func (*FeedItemValidationStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_validation_status_6430e686041235c6, []int{0} + return fileDescriptor_feed_item_validation_status_2b319562ff85f2e3, []int{0} } func (m *FeedItemValidationStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItemValidationStatusEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_validation_status.proto", fileDescriptor_feed_item_validation_status_6430e686041235c6) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_validation_status.proto", fileDescriptor_feed_item_validation_status_2b319562ff85f2e3) } -var fileDescriptor_feed_item_validation_status_6430e686041235c6 = []byte{ +var fileDescriptor_feed_item_validation_status_2b319562ff85f2e3 = []byte{ // 319 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x4f, 0x4a, 0x03, 0x31, 0x14, 0xc6, 0xed, 0xd4, 0x3f, 0x98, 0x2e, 0x1c, 0x66, 0x25, 0xd2, 0x2e, 0xda, 0x03, 0x64, 0x18, diff --git a/googleapis/ads/googleads/v1/enums/feed_link_status.pb.go b/googleapis/ads/googleads/v1/enums/feed_link_status.pb.go index 806b21cd11..458093db15 100644 --- a/googleapis/ads/googleads/v1/enums/feed_link_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/feed_link_status.pb.go @@ -50,7 +50,7 @@ func (x FeedLinkStatusEnum_FeedLinkStatus) String() string { return proto.EnumName(FeedLinkStatusEnum_FeedLinkStatus_name, int32(x)) } func (FeedLinkStatusEnum_FeedLinkStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_link_status_36f32c14f0a47868, []int{0, 0} + return fileDescriptor_feed_link_status_8ca9533e883427cd, []int{0, 0} } // Container for an enum describing possible statuses of a feed link. @@ -64,7 +64,7 @@ func (m *FeedLinkStatusEnum) Reset() { *m = FeedLinkStatusEnum{} } func (m *FeedLinkStatusEnum) String() string { return proto.CompactTextString(m) } func (*FeedLinkStatusEnum) ProtoMessage() {} func (*FeedLinkStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_link_status_36f32c14f0a47868, []int{0} + return fileDescriptor_feed_link_status_8ca9533e883427cd, []int{0} } func (m *FeedLinkStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedLinkStatusEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/feed_link_status.proto", fileDescriptor_feed_link_status_36f32c14f0a47868) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_link_status.proto", fileDescriptor_feed_link_status_8ca9533e883427cd) } -var fileDescriptor_feed_link_status_36f32c14f0a47868 = []byte{ +var fileDescriptor_feed_link_status_8ca9533e883427cd = []byte{ // 302 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, 0x18, 0x77, 0x1d, 0x28, 0x64, 0xa0, 0xa5, 0xde, 0xc4, 0x1d, 0xb6, 0x07, 0x48, 0x28, 0x7a, 0x8a, diff --git a/googleapis/ads/googleads/v1/enums/feed_mapping_criterion_type.pb.go b/googleapis/ads/googleads/v1/enums/feed_mapping_criterion_type.pb.go index 1fdf001a37..1c28616b83 100644 --- a/googleapis/ads/googleads/v1/enums/feed_mapping_criterion_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/feed_mapping_criterion_type.pb.go @@ -50,7 +50,7 @@ func (x FeedMappingCriterionTypeEnum_FeedMappingCriterionType) String() string { return proto.EnumName(FeedMappingCriterionTypeEnum_FeedMappingCriterionType_name, int32(x)) } func (FeedMappingCriterionTypeEnum_FeedMappingCriterionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_criterion_type_588ae09f24160b6c, []int{0, 0} + return fileDescriptor_feed_mapping_criterion_type_6f259ec09688fc9e, []int{0, 0} } // Container for enum describing possible criterion types for a feed mapping. @@ -64,7 +64,7 @@ func (m *FeedMappingCriterionTypeEnum) Reset() { *m = FeedMappingCriteri func (m *FeedMappingCriterionTypeEnum) String() string { return proto.CompactTextString(m) } func (*FeedMappingCriterionTypeEnum) ProtoMessage() {} func (*FeedMappingCriterionTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_criterion_type_588ae09f24160b6c, []int{0} + return fileDescriptor_feed_mapping_criterion_type_6f259ec09688fc9e, []int{0} } func (m *FeedMappingCriterionTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedMappingCriterionTypeEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/feed_mapping_criterion_type.proto", fileDescriptor_feed_mapping_criterion_type_588ae09f24160b6c) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_mapping_criterion_type.proto", fileDescriptor_feed_mapping_criterion_type_6f259ec09688fc9e) } -var fileDescriptor_feed_mapping_criterion_type_588ae09f24160b6c = []byte{ +var fileDescriptor_feed_mapping_criterion_type_6f259ec09688fc9e = []byte{ // 344 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x41, 0x6a, 0xe3, 0x30, 0x14, 0x1d, 0x27, 0xc3, 0x0c, 0x28, 0x0c, 0xe3, 0x7a, 0x55, 0x4a, 0x02, 0x4d, 0x0e, 0x20, 0x63, diff --git a/googleapis/ads/googleads/v1/enums/feed_mapping_status.pb.go b/googleapis/ads/googleads/v1/enums/feed_mapping_status.pb.go index 17f978a9d8..f37bc393ef 100644 --- a/googleapis/ads/googleads/v1/enums/feed_mapping_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/feed_mapping_status.pb.go @@ -50,7 +50,7 @@ func (x FeedMappingStatusEnum_FeedMappingStatus) String() string { return proto.EnumName(FeedMappingStatusEnum_FeedMappingStatus_name, int32(x)) } func (FeedMappingStatusEnum_FeedMappingStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_status_26b03c993eecbc49, []int{0, 0} + return fileDescriptor_feed_mapping_status_4cbd153096d872ad, []int{0, 0} } // Container for enum describing possible statuses of a feed mapping. @@ -64,7 +64,7 @@ func (m *FeedMappingStatusEnum) Reset() { *m = FeedMappingStatusEnum{} } func (m *FeedMappingStatusEnum) String() string { return proto.CompactTextString(m) } func (*FeedMappingStatusEnum) ProtoMessage() {} func (*FeedMappingStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_status_26b03c993eecbc49, []int{0} + return fileDescriptor_feed_mapping_status_4cbd153096d872ad, []int{0} } func (m *FeedMappingStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedMappingStatusEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/feed_mapping_status.proto", fileDescriptor_feed_mapping_status_26b03c993eecbc49) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_mapping_status.proto", fileDescriptor_feed_mapping_status_4cbd153096d872ad) } -var fileDescriptor_feed_mapping_status_26b03c993eecbc49 = []byte{ +var fileDescriptor_feed_mapping_status_4cbd153096d872ad = []byte{ // 303 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, 0x18, 0x77, 0x1d, 0x28, 0x64, 0x07, 0xeb, 0x40, 0x0f, 0xe2, 0x0e, 0xdb, 0x03, 0x24, 0x14, 0x0f, diff --git a/googleapis/ads/googleads/v1/enums/feed_origin.pb.go b/googleapis/ads/googleads/v1/enums/feed_origin.pb.go index 70d58dbe8f..1ee52987d1 100644 --- a/googleapis/ads/googleads/v1/enums/feed_origin.pb.go +++ b/googleapis/ads/googleads/v1/enums/feed_origin.pb.go @@ -53,7 +53,7 @@ func (x FeedOriginEnum_FeedOrigin) String() string { return proto.EnumName(FeedOriginEnum_FeedOrigin_name, int32(x)) } func (FeedOriginEnum_FeedOrigin) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_origin_e53b8306e9c744a6, []int{0, 0} + return fileDescriptor_feed_origin_e721bc225ad36d8a, []int{0, 0} } // Container for enum describing possible values for a feed origin. @@ -67,7 +67,7 @@ func (m *FeedOriginEnum) Reset() { *m = FeedOriginEnum{} } func (m *FeedOriginEnum) String() string { return proto.CompactTextString(m) } func (*FeedOriginEnum) ProtoMessage() {} func (*FeedOriginEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_origin_e53b8306e9c744a6, []int{0} + return fileDescriptor_feed_origin_e721bc225ad36d8a, []int{0} } func (m *FeedOriginEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedOriginEnum.Unmarshal(m, b) @@ -93,10 +93,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/feed_origin.proto", fileDescriptor_feed_origin_e53b8306e9c744a6) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_origin.proto", fileDescriptor_feed_origin_e721bc225ad36d8a) } -var fileDescriptor_feed_origin_e53b8306e9c744a6 = []byte{ +var fileDescriptor_feed_origin_e721bc225ad36d8a = []byte{ // 293 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4d, 0x4a, 0xc3, 0x40, 0x14, 0x36, 0xa9, 0x54, 0x99, 0x82, 0x0d, 0x59, 0x8a, 0x5d, 0xb4, 0x07, 0x98, 0x21, 0xb8, 0x1b, diff --git a/googleapis/ads/googleads/v1/enums/feed_status.pb.go b/googleapis/ads/googleads/v1/enums/feed_status.pb.go index 867baeabd0..55b31ab013 100644 --- a/googleapis/ads/googleads/v1/enums/feed_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/feed_status.pb.go @@ -50,7 +50,7 @@ func (x FeedStatusEnum_FeedStatus) String() string { return proto.EnumName(FeedStatusEnum_FeedStatus_name, int32(x)) } func (FeedStatusEnum_FeedStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_status_22a6a9da13d8ced7, []int{0, 0} + return fileDescriptor_feed_status_bcef086af951c148, []int{0, 0} } // Container for enum describing possible statuses of a feed. @@ -64,7 +64,7 @@ func (m *FeedStatusEnum) Reset() { *m = FeedStatusEnum{} } func (m *FeedStatusEnum) String() string { return proto.CompactTextString(m) } func (*FeedStatusEnum) ProtoMessage() {} func (*FeedStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_status_22a6a9da13d8ced7, []int{0} + return fileDescriptor_feed_status_bcef086af951c148, []int{0} } func (m *FeedStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedStatusEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/feed_status.proto", fileDescriptor_feed_status_22a6a9da13d8ced7) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_status.proto", fileDescriptor_feed_status_bcef086af951c148) } -var fileDescriptor_feed_status_22a6a9da13d8ced7 = []byte{ +var fileDescriptor_feed_status_bcef086af951c148 = []byte{ // 293 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdd, 0x4a, 0xf3, 0x30, 0x18, 0xfe, 0xd6, 0xc1, 0x27, 0x64, 0xe0, 0x4a, 0x0f, 0xc5, 0x1d, 0x6c, 0x17, 0x90, 0x50, 0x3c, diff --git a/googleapis/ads/googleads/v1/enums/flight_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/flight_placeholder_field.pb.go index b74e1e6ecc..31ddb41b61 100644 --- a/googleapis/ads/googleads/v1/enums/flight_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/flight_placeholder_field.pb.go @@ -131,7 +131,7 @@ func (x FlightPlaceholderFieldEnum_FlightPlaceholderField) String() string { return proto.EnumName(FlightPlaceholderFieldEnum_FlightPlaceholderField_name, int32(x)) } func (FlightPlaceholderFieldEnum_FlightPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_flight_placeholder_field_b315bfd3a84a5ef7, []int{0, 0} + return fileDescriptor_flight_placeholder_field_aa0dc850b5bf1d4d, []int{0, 0} } // Values for Flight placeholder fields. @@ -147,7 +147,7 @@ func (m *FlightPlaceholderFieldEnum) Reset() { *m = FlightPlaceholderFie func (m *FlightPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*FlightPlaceholderFieldEnum) ProtoMessage() {} func (*FlightPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_flight_placeholder_field_b315bfd3a84a5ef7, []int{0} + return fileDescriptor_flight_placeholder_field_aa0dc850b5bf1d4d, []int{0} } func (m *FlightPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FlightPlaceholderFieldEnum.Unmarshal(m, b) @@ -173,10 +173,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/flight_placeholder_field.proto", fileDescriptor_flight_placeholder_field_b315bfd3a84a5ef7) + proto.RegisterFile("google/ads/googleads/v1/enums/flight_placeholder_field.proto", fileDescriptor_flight_placeholder_field_aa0dc850b5bf1d4d) } -var fileDescriptor_flight_placeholder_field_b315bfd3a84a5ef7 = []byte{ +var fileDescriptor_flight_placeholder_field_aa0dc850b5bf1d4d = []byte{ // 497 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xcf, 0x6e, 0xd3, 0x30, 0x18, 0xa7, 0x2d, 0x6c, 0xcc, 0xdd, 0x5a, 0xcf, 0x8c, 0x81, 0xc6, 0x76, 0xd8, 0x1e, 0x20, 0x51, diff --git a/googleapis/ads/googleads/v1/enums/frequency_cap_event_type.pb.go b/googleapis/ads/googleads/v1/enums/frequency_cap_event_type.pb.go index 8cf19b8d27..cc8b86291d 100644 --- a/googleapis/ads/googleads/v1/enums/frequency_cap_event_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/frequency_cap_event_type.pb.go @@ -50,7 +50,7 @@ func (x FrequencyCapEventTypeEnum_FrequencyCapEventType) String() string { return proto.EnumName(FrequencyCapEventTypeEnum_FrequencyCapEventType_name, int32(x)) } func (FrequencyCapEventTypeEnum_FrequencyCapEventType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_frequency_cap_event_type_f98a3049de5632f6, []int{0, 0} + return fileDescriptor_frequency_cap_event_type_0dbeda690db4d8fa, []int{0, 0} } // Container for enum describing the type of event that the cap applies to. @@ -64,7 +64,7 @@ func (m *FrequencyCapEventTypeEnum) Reset() { *m = FrequencyCapEventType func (m *FrequencyCapEventTypeEnum) String() string { return proto.CompactTextString(m) } func (*FrequencyCapEventTypeEnum) ProtoMessage() {} func (*FrequencyCapEventTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_frequency_cap_event_type_f98a3049de5632f6, []int{0} + return fileDescriptor_frequency_cap_event_type_0dbeda690db4d8fa, []int{0} } func (m *FrequencyCapEventTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FrequencyCapEventTypeEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/frequency_cap_event_type.proto", fileDescriptor_frequency_cap_event_type_f98a3049de5632f6) + proto.RegisterFile("google/ads/googleads/v1/enums/frequency_cap_event_type.proto", fileDescriptor_frequency_cap_event_type_0dbeda690db4d8fa) } -var fileDescriptor_frequency_cap_event_type_f98a3049de5632f6 = []byte{ +var fileDescriptor_frequency_cap_event_type_0dbeda690db4d8fa = []byte{ // 320 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x41, 0x4b, 0xc3, 0x30, 0x18, 0x75, 0x1d, 0x28, 0x64, 0xa0, 0xa5, 0xe0, 0xc1, 0xe1, 0x0e, 0xdb, 0x0f, 0x48, 0x29, 0xde, diff --git a/googleapis/ads/googleads/v1/enums/frequency_cap_level.pb.go b/googleapis/ads/googleads/v1/enums/frequency_cap_level.pb.go index 59cc302ee7..58549bf326 100644 --- a/googleapis/ads/googleads/v1/enums/frequency_cap_level.pb.go +++ b/googleapis/ads/googleads/v1/enums/frequency_cap_level.pb.go @@ -55,7 +55,7 @@ func (x FrequencyCapLevelEnum_FrequencyCapLevel) String() string { return proto.EnumName(FrequencyCapLevelEnum_FrequencyCapLevel_name, int32(x)) } func (FrequencyCapLevelEnum_FrequencyCapLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_frequency_cap_level_99d62a696fec6bbf, []int{0, 0} + return fileDescriptor_frequency_cap_level_44ed939bc5ce921b, []int{0, 0} } // Container for enum describing the level on which the cap is to be applied. @@ -69,7 +69,7 @@ func (m *FrequencyCapLevelEnum) Reset() { *m = FrequencyCapLevelEnum{} } func (m *FrequencyCapLevelEnum) String() string { return proto.CompactTextString(m) } func (*FrequencyCapLevelEnum) ProtoMessage() {} func (*FrequencyCapLevelEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_frequency_cap_level_99d62a696fec6bbf, []int{0} + return fileDescriptor_frequency_cap_level_44ed939bc5ce921b, []int{0} } func (m *FrequencyCapLevelEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FrequencyCapLevelEnum.Unmarshal(m, b) @@ -95,10 +95,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/frequency_cap_level.proto", fileDescriptor_frequency_cap_level_99d62a696fec6bbf) + proto.RegisterFile("google/ads/googleads/v1/enums/frequency_cap_level.proto", fileDescriptor_frequency_cap_level_44ed939bc5ce921b) } -var fileDescriptor_frequency_cap_level_99d62a696fec6bbf = []byte{ +var fileDescriptor_frequency_cap_level_44ed939bc5ce921b = []byte{ // 318 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdd, 0x4a, 0xfb, 0x30, 0x1c, 0xfd, 0xaf, 0xfb, 0xa3, 0x92, 0x09, 0xd6, 0x82, 0x5e, 0x88, 0xbb, 0xd8, 0x1e, 0x20, 0xa1, diff --git a/googleapis/ads/googleads/v1/enums/frequency_cap_time_unit.pb.go b/googleapis/ads/googleads/v1/enums/frequency_cap_time_unit.pb.go index f0fa78060d..ae603cd68b 100644 --- a/googleapis/ads/googleads/v1/enums/frequency_cap_time_unit.pb.go +++ b/googleapis/ads/googleads/v1/enums/frequency_cap_time_unit.pb.go @@ -54,7 +54,7 @@ func (x FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit) String() string { return proto.EnumName(FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit_name, int32(x)) } func (FrequencyCapTimeUnitEnum_FrequencyCapTimeUnit) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_frequency_cap_time_unit_d8858482f1696885, []int{0, 0} + return fileDescriptor_frequency_cap_time_unit_8ca53ecbfb0650e3, []int{0, 0} } // Container for enum describing the unit of time the cap is defined at. @@ -68,7 +68,7 @@ func (m *FrequencyCapTimeUnitEnum) Reset() { *m = FrequencyCapTimeUnitEn func (m *FrequencyCapTimeUnitEnum) String() string { return proto.CompactTextString(m) } func (*FrequencyCapTimeUnitEnum) ProtoMessage() {} func (*FrequencyCapTimeUnitEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_frequency_cap_time_unit_d8858482f1696885, []int{0} + return fileDescriptor_frequency_cap_time_unit_8ca53ecbfb0650e3, []int{0} } func (m *FrequencyCapTimeUnitEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FrequencyCapTimeUnitEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/frequency_cap_time_unit.proto", fileDescriptor_frequency_cap_time_unit_d8858482f1696885) + proto.RegisterFile("google/ads/googleads/v1/enums/frequency_cap_time_unit.proto", fileDescriptor_frequency_cap_time_unit_8ca53ecbfb0650e3) } -var fileDescriptor_frequency_cap_time_unit_d8858482f1696885 = []byte{ +var fileDescriptor_frequency_cap_time_unit_8ca53ecbfb0650e3 = []byte{ // 324 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x4e, 0xf2, 0x40, 0x14, 0xc5, 0x3f, 0x0a, 0x9f, 0xe8, 0xb0, 0xb0, 0x69, 0x5c, 0xa8, 0x91, 0x05, 0x3c, 0xc0, 0x34, diff --git a/googleapis/ads/googleads/v1/enums/gender_type.pb.go b/googleapis/ads/googleads/v1/enums/gender_type.pb.go index 1b4ae0e09a..fe3a3bc725 100644 --- a/googleapis/ads/googleads/v1/enums/gender_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/gender_type.pb.go @@ -54,7 +54,7 @@ func (x GenderTypeEnum_GenderType) String() string { return proto.EnumName(GenderTypeEnum_GenderType_name, int32(x)) } func (GenderTypeEnum_GenderType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_gender_type_426992588c11ab40, []int{0, 0} + return fileDescriptor_gender_type_4c2fe868c930bc6b, []int{0, 0} } // Container for enum describing the type of demographic genders. @@ -68,7 +68,7 @@ func (m *GenderTypeEnum) Reset() { *m = GenderTypeEnum{} } func (m *GenderTypeEnum) String() string { return proto.CompactTextString(m) } func (*GenderTypeEnum) ProtoMessage() {} func (*GenderTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_gender_type_426992588c11ab40, []int{0} + return fileDescriptor_gender_type_4c2fe868c930bc6b, []int{0} } func (m *GenderTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenderTypeEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/gender_type.proto", fileDescriptor_gender_type_426992588c11ab40) + proto.RegisterFile("google/ads/googleads/v1/enums/gender_type.proto", fileDescriptor_gender_type_4c2fe868c930bc6b) } -var fileDescriptor_gender_type_426992588c11ab40 = []byte{ +var fileDescriptor_gender_type_4c2fe868c930bc6b = []byte{ // 305 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, 0x1c, 0x76, 0x53, 0xa6, 0xfc, 0x26, 0xae, 0x04, 0x4f, 0xe2, 0x0e, 0xdb, 0x03, 0xa4, 0x14, 0x6f, diff --git a/googleapis/ads/googleads/v1/enums/geo_target_constant_status.pb.go b/googleapis/ads/googleads/v1/enums/geo_target_constant_status.pb.go index 4a9796b7c1..f338b9a2ef 100644 --- a/googleapis/ads/googleads/v1/enums/geo_target_constant_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/geo_target_constant_status.pb.go @@ -52,7 +52,7 @@ func (x GeoTargetConstantStatusEnum_GeoTargetConstantStatus) String() string { return proto.EnumName(GeoTargetConstantStatusEnum_GeoTargetConstantStatus_name, int32(x)) } func (GeoTargetConstantStatusEnum_GeoTargetConstantStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_status_7144763aefca9595, []int{0, 0} + return fileDescriptor_geo_target_constant_status_d39400cdaf0b42fd, []int{0, 0} } // Container for describing the status of a geo target constant. @@ -66,7 +66,7 @@ func (m *GeoTargetConstantStatusEnum) Reset() { *m = GeoTargetConstantSt func (m *GeoTargetConstantStatusEnum) String() string { return proto.CompactTextString(m) } func (*GeoTargetConstantStatusEnum) ProtoMessage() {} func (*GeoTargetConstantStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_status_7144763aefca9595, []int{0} + return fileDescriptor_geo_target_constant_status_d39400cdaf0b42fd, []int{0} } func (m *GeoTargetConstantStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GeoTargetConstantStatusEnum.Unmarshal(m, b) @@ -92,10 +92,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/geo_target_constant_status.proto", fileDescriptor_geo_target_constant_status_7144763aefca9595) + proto.RegisterFile("google/ads/googleads/v1/enums/geo_target_constant_status.proto", fileDescriptor_geo_target_constant_status_d39400cdaf0b42fd) } -var fileDescriptor_geo_target_constant_status_7144763aefca9595 = []byte{ +var fileDescriptor_geo_target_constant_status_d39400cdaf0b42fd = []byte{ // 321 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xd1, 0x6a, 0xf2, 0x30, 0x18, 0xfd, 0xad, 0xf0, 0x0f, 0xe2, 0x85, 0xa5, 0xbb, 0x18, 0x6c, 0x7a, 0xa1, 0x0f, 0x90, 0x52, diff --git a/googleapis/ads/googleads/v1/enums/geo_targeting_restriction.pb.go b/googleapis/ads/googleads/v1/enums/geo_targeting_restriction.pb.go index 5e7982da5b..9106e9bf13 100644 --- a/googleapis/ads/googleads/v1/enums/geo_targeting_restriction.pb.go +++ b/googleapis/ads/googleads/v1/enums/geo_targeting_restriction.pb.go @@ -48,7 +48,7 @@ func (x GeoTargetingRestrictionEnum_GeoTargetingRestriction) String() string { return proto.EnumName(GeoTargetingRestrictionEnum_GeoTargetingRestriction_name, int32(x)) } func (GeoTargetingRestrictionEnum_GeoTargetingRestriction) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_geo_targeting_restriction_cd565e75bc64546b, []int{0, 0} + return fileDescriptor_geo_targeting_restriction_40a83d06ddfa34b9, []int{0, 0} } // Message describing feed item geo targeting restriction. @@ -62,7 +62,7 @@ func (m *GeoTargetingRestrictionEnum) Reset() { *m = GeoTargetingRestric func (m *GeoTargetingRestrictionEnum) String() string { return proto.CompactTextString(m) } func (*GeoTargetingRestrictionEnum) ProtoMessage() {} func (*GeoTargetingRestrictionEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_targeting_restriction_cd565e75bc64546b, []int{0} + return fileDescriptor_geo_targeting_restriction_40a83d06ddfa34b9, []int{0} } func (m *GeoTargetingRestrictionEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GeoTargetingRestrictionEnum.Unmarshal(m, b) @@ -88,10 +88,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/geo_targeting_restriction.proto", fileDescriptor_geo_targeting_restriction_cd565e75bc64546b) + proto.RegisterFile("google/ads/googleads/v1/enums/geo_targeting_restriction.proto", fileDescriptor_geo_targeting_restriction_40a83d06ddfa34b9) } -var fileDescriptor_geo_targeting_restriction_cd565e75bc64546b = []byte{ +var fileDescriptor_geo_targeting_restriction_40a83d06ddfa34b9 = []byte{ // 313 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x4a, 0x2b, 0x31, 0x18, 0xc5, 0x6f, 0xe7, 0x82, 0x42, 0xba, 0xb0, 0x0c, 0x82, 0xa2, 0xed, 0xa2, 0x7d, 0x80, 0x84, diff --git a/googleapis/ads/googleads/v1/enums/geo_targeting_type.pb.go b/googleapis/ads/googleads/v1/enums/geo_targeting_type.pb.go index 13df74be69..7f9f9027be 100644 --- a/googleapis/ads/googleads/v1/enums/geo_targeting_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/geo_targeting_type.pb.go @@ -50,7 +50,7 @@ func (x GeoTargetingTypeEnum_GeoTargetingType) String() string { return proto.EnumName(GeoTargetingTypeEnum_GeoTargetingType_name, int32(x)) } func (GeoTargetingTypeEnum_GeoTargetingType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_geo_targeting_type_bee019ba0022abea, []int{0, 0} + return fileDescriptor_geo_targeting_type_16c0620d49cd437f, []int{0, 0} } // Container for enum describing possible geo targeting types. @@ -64,7 +64,7 @@ func (m *GeoTargetingTypeEnum) Reset() { *m = GeoTargetingTypeEnum{} } func (m *GeoTargetingTypeEnum) String() string { return proto.CompactTextString(m) } func (*GeoTargetingTypeEnum) ProtoMessage() {} func (*GeoTargetingTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_targeting_type_bee019ba0022abea, []int{0} + return fileDescriptor_geo_targeting_type_16c0620d49cd437f, []int{0} } func (m *GeoTargetingTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GeoTargetingTypeEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/geo_targeting_type.proto", fileDescriptor_geo_targeting_type_bee019ba0022abea) + proto.RegisterFile("google/ads/googleads/v1/enums/geo_targeting_type.proto", fileDescriptor_geo_targeting_type_16c0620d49cd437f) } -var fileDescriptor_geo_targeting_type_bee019ba0022abea = []byte{ +var fileDescriptor_geo_targeting_type_16c0620d49cd437f = []byte{ // 323 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdf, 0x4a, 0xf3, 0x30, 0x1c, 0xfd, 0xd6, 0xc1, 0x27, 0x64, 0x17, 0x96, 0x32, 0x41, 0xc4, 0x5d, 0x6c, 0x0f, 0x90, 0x52, diff --git a/googleapis/ads/googleads/v1/enums/google_ads_field_category.pb.go b/googleapis/ads/googleads/v1/enums/google_ads_field_category.pb.go index 514ca7d75b..d6557fa914 100644 --- a/googleapis/ads/googleads/v1/enums/google_ads_field_category.pb.go +++ b/googleapis/ads/googleads/v1/enums/google_ads_field_category.pb.go @@ -62,7 +62,7 @@ func (x GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory) String() string { return proto.EnumName(GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory_name, int32(x)) } func (GoogleAdsFieldCategoryEnum_GoogleAdsFieldCategory) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_google_ads_field_category_fb9b5f5841065e71, []int{0, 0} + return fileDescriptor_google_ads_field_category_e668ad533e427a2f, []int{0, 0} } // Container for enum that determines if the described artifact is a resource @@ -77,7 +77,7 @@ func (m *GoogleAdsFieldCategoryEnum) Reset() { *m = GoogleAdsFieldCatego func (m *GoogleAdsFieldCategoryEnum) String() string { return proto.CompactTextString(m) } func (*GoogleAdsFieldCategoryEnum) ProtoMessage() {} func (*GoogleAdsFieldCategoryEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_field_category_fb9b5f5841065e71, []int{0} + return fileDescriptor_google_ads_field_category_e668ad533e427a2f, []int{0} } func (m *GoogleAdsFieldCategoryEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GoogleAdsFieldCategoryEnum.Unmarshal(m, b) @@ -103,10 +103,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/google_ads_field_category.proto", fileDescriptor_google_ads_field_category_fb9b5f5841065e71) + proto.RegisterFile("google/ads/googleads/v1/enums/google_ads_field_category.proto", fileDescriptor_google_ads_field_category_e668ad533e427a2f) } -var fileDescriptor_google_ads_field_category_fb9b5f5841065e71 = []byte{ +var fileDescriptor_google_ads_field_category_e668ad533e427a2f = []byte{ // 336 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, 0x18, 0xb7, 0x1d, 0x4e, 0xcd, 0x14, 0x4b, 0x0f, 0x1e, 0xa6, 0x3b, 0x6c, 0x0f, 0x90, 0x52, 0xbc, diff --git a/googleapis/ads/googleads/v1/enums/google_ads_field_data_type.pb.go b/googleapis/ads/googleads/v1/enums/google_ads_field_data_type.pb.go index b7f7b20944..db4acc259b 100644 --- a/googleapis/ads/googleads/v1/enums/google_ads_field_data_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/google_ads_field_data_type.pb.go @@ -105,7 +105,7 @@ func (x GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType) String() string { return proto.EnumName(GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType_name, int32(x)) } func (GoogleAdsFieldDataTypeEnum_GoogleAdsFieldDataType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_google_ads_field_data_type_68ac4fc618a46f38, []int{0, 0} + return fileDescriptor_google_ads_field_data_type_3292bb2809ac3276, []int{0, 0} } // Container holding the various data types. @@ -119,7 +119,7 @@ func (m *GoogleAdsFieldDataTypeEnum) Reset() { *m = GoogleAdsFieldDataTy func (m *GoogleAdsFieldDataTypeEnum) String() string { return proto.CompactTextString(m) } func (*GoogleAdsFieldDataTypeEnum) ProtoMessage() {} func (*GoogleAdsFieldDataTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_field_data_type_68ac4fc618a46f38, []int{0} + return fileDescriptor_google_ads_field_data_type_3292bb2809ac3276, []int{0} } func (m *GoogleAdsFieldDataTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GoogleAdsFieldDataTypeEnum.Unmarshal(m, b) @@ -145,10 +145,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/google_ads_field_data_type.proto", fileDescriptor_google_ads_field_data_type_68ac4fc618a46f38) + proto.RegisterFile("google/ads/googleads/v1/enums/google_ads_field_data_type.proto", fileDescriptor_google_ads_field_data_type_3292bb2809ac3276) } -var fileDescriptor_google_ads_field_data_type_68ac4fc618a46f38 = []byte{ +var fileDescriptor_google_ads_field_data_type_3292bb2809ac3276 = []byte{ // 392 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xcf, 0x8e, 0x93, 0x40, 0x18, 0x17, 0x76, 0xb7, 0xbb, 0x3b, 0x8d, 0x71, 0xe4, 0xe0, 0x61, 0x75, 0x0f, 0xbb, 0x0f, 0x30, diff --git a/googleapis/ads/googleads/v1/enums/hotel_date_selection_type.pb.go b/googleapis/ads/googleads/v1/enums/hotel_date_selection_type.pb.go index fd239e308c..08ad04cd5e 100644 --- a/googleapis/ads/googleads/v1/enums/hotel_date_selection_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/hotel_date_selection_type.pb.go @@ -50,7 +50,7 @@ func (x HotelDateSelectionTypeEnum_HotelDateSelectionType) String() string { return proto.EnumName(HotelDateSelectionTypeEnum_HotelDateSelectionType_name, int32(x)) } func (HotelDateSelectionTypeEnum_HotelDateSelectionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_hotel_date_selection_type_9464cae88bbb2e76, []int{0, 0} + return fileDescriptor_hotel_date_selection_type_19278eff2b88f900, []int{0, 0} } // Container for enum describing possible hotel date selection types @@ -64,7 +64,7 @@ func (m *HotelDateSelectionTypeEnum) Reset() { *m = HotelDateSelectionTy func (m *HotelDateSelectionTypeEnum) String() string { return proto.CompactTextString(m) } func (*HotelDateSelectionTypeEnum) ProtoMessage() {} func (*HotelDateSelectionTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_hotel_date_selection_type_9464cae88bbb2e76, []int{0} + return fileDescriptor_hotel_date_selection_type_19278eff2b88f900, []int{0} } func (m *HotelDateSelectionTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelDateSelectionTypeEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/hotel_date_selection_type.proto", fileDescriptor_hotel_date_selection_type_9464cae88bbb2e76) + proto.RegisterFile("google/ads/googleads/v1/enums/hotel_date_selection_type.proto", fileDescriptor_hotel_date_selection_type_19278eff2b88f900) } -var fileDescriptor_hotel_date_selection_type_9464cae88bbb2e76 = []byte{ +var fileDescriptor_hotel_date_selection_type_19278eff2b88f900 = []byte{ // 329 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xc1, 0x4e, 0xc2, 0x40, 0x14, 0x14, 0x4c, 0x34, 0x59, 0x62, 0x2c, 0x4d, 0xf4, 0x80, 0x72, 0x80, 0x0f, 0xd8, 0xa6, 0x72, diff --git a/googleapis/ads/googleads/v1/enums/hotel_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/hotel_placeholder_field.pb.go index 4e9f703dce..b43af9b48e 100644 --- a/googleapis/ads/googleads/v1/enums/hotel_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/hotel_placeholder_field.pb.go @@ -140,7 +140,7 @@ func (x HotelPlaceholderFieldEnum_HotelPlaceholderField) String() string { return proto.EnumName(HotelPlaceholderFieldEnum_HotelPlaceholderField_name, int32(x)) } func (HotelPlaceholderFieldEnum_HotelPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_hotel_placeholder_field_16ef566ea2a60b2f, []int{0, 0} + return fileDescriptor_hotel_placeholder_field_f3cb215d888e27b9, []int{0, 0} } // Values for Hotel placeholder fields. @@ -156,7 +156,7 @@ func (m *HotelPlaceholderFieldEnum) Reset() { *m = HotelPlaceholderField func (m *HotelPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*HotelPlaceholderFieldEnum) ProtoMessage() {} func (*HotelPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_hotel_placeholder_field_16ef566ea2a60b2f, []int{0} + return fileDescriptor_hotel_placeholder_field_f3cb215d888e27b9, []int{0} } func (m *HotelPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelPlaceholderFieldEnum.Unmarshal(m, b) @@ -182,10 +182,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/hotel_placeholder_field.proto", fileDescriptor_hotel_placeholder_field_16ef566ea2a60b2f) + proto.RegisterFile("google/ads/googleads/v1/enums/hotel_placeholder_field.proto", fileDescriptor_hotel_placeholder_field_f3cb215d888e27b9) } -var fileDescriptor_hotel_placeholder_field_16ef566ea2a60b2f = []byte{ +var fileDescriptor_hotel_placeholder_field_f3cb215d888e27b9 = []byte{ // 531 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xdd, 0x6e, 0xda, 0x30, 0x18, 0x5d, 0x61, 0xfd, 0x73, 0xa1, 0x18, 0x03, 0xda, 0x6f, 0x2f, 0xda, 0x07, 0x48, 0x84, 0x76, diff --git a/googleapis/ads/googleads/v1/enums/income_range_type.pb.go b/googleapis/ads/googleads/v1/enums/income_range_type.pb.go index c71cbbe524..f0c7b627ec 100644 --- a/googleapis/ads/googleads/v1/enums/income_range_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/income_range_type.pb.go @@ -70,7 +70,7 @@ func (x IncomeRangeTypeEnum_IncomeRangeType) String() string { return proto.EnumName(IncomeRangeTypeEnum_IncomeRangeType_name, int32(x)) } func (IncomeRangeTypeEnum_IncomeRangeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_income_range_type_4c5d00c86689bb01, []int{0, 0} + return fileDescriptor_income_range_type_739e42fc80e579be, []int{0, 0} } // Container for enum describing the type of demographic income ranges. @@ -84,7 +84,7 @@ func (m *IncomeRangeTypeEnum) Reset() { *m = IncomeRangeTypeEnum{} } func (m *IncomeRangeTypeEnum) String() string { return proto.CompactTextString(m) } func (*IncomeRangeTypeEnum) ProtoMessage() {} func (*IncomeRangeTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_income_range_type_4c5d00c86689bb01, []int{0} + return fileDescriptor_income_range_type_739e42fc80e579be, []int{0} } func (m *IncomeRangeTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IncomeRangeTypeEnum.Unmarshal(m, b) @@ -110,10 +110,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/income_range_type.proto", fileDescriptor_income_range_type_4c5d00c86689bb01) + proto.RegisterFile("google/ads/googleads/v1/enums/income_range_type.proto", fileDescriptor_income_range_type_739e42fc80e579be) } -var fileDescriptor_income_range_type_4c5d00c86689bb01 = []byte{ +var fileDescriptor_income_range_type_739e42fc80e579be = []byte{ // 385 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x5d, 0xca, 0xd3, 0x40, 0x18, 0x85, 0x4d, 0x04, 0x85, 0xf9, 0x2e, 0xbe, 0x31, 0x0a, 0xfe, 0xe0, 0x47, 0x68, 0x17, 0x30, diff --git a/googleapis/ads/googleads/v1/enums/interaction_event_type.pb.go b/googleapis/ads/googleads/v1/enums/interaction_event_type.pb.go index 37b9128dc5..6f8b1b5bc4 100644 --- a/googleapis/ads/googleads/v1/enums/interaction_event_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/interaction_event_type.pb.go @@ -64,7 +64,7 @@ func (x InteractionEventTypeEnum_InteractionEventType) String() string { return proto.EnumName(InteractionEventTypeEnum_InteractionEventType_name, int32(x)) } func (InteractionEventTypeEnum_InteractionEventType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_interaction_event_type_2d5b94e724a35766, []int{0, 0} + return fileDescriptor_interaction_event_type_18ad80b1ed99b3b2, []int{0, 0} } // Container for enum describing types of payable and free interactions. @@ -78,7 +78,7 @@ func (m *InteractionEventTypeEnum) Reset() { *m = InteractionEventTypeEn func (m *InteractionEventTypeEnum) String() string { return proto.CompactTextString(m) } func (*InteractionEventTypeEnum) ProtoMessage() {} func (*InteractionEventTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_interaction_event_type_2d5b94e724a35766, []int{0} + return fileDescriptor_interaction_event_type_18ad80b1ed99b3b2, []int{0} } func (m *InteractionEventTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InteractionEventTypeEnum.Unmarshal(m, b) @@ -104,10 +104,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/interaction_event_type.proto", fileDescriptor_interaction_event_type_2d5b94e724a35766) + proto.RegisterFile("google/ads/googleads/v1/enums/interaction_event_type.proto", fileDescriptor_interaction_event_type_18ad80b1ed99b3b2) } -var fileDescriptor_interaction_event_type_2d5b94e724a35766 = []byte{ +var fileDescriptor_interaction_event_type_18ad80b1ed99b3b2 = []byte{ // 335 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xd1, 0x4e, 0xf2, 0x30, 0x18, 0xfd, 0x37, 0xe0, 0x57, 0x4b, 0xa2, 0xcb, 0xe2, 0x85, 0x1a, 0xb9, 0x80, 0x07, 0xe8, 0xb2, diff --git a/googleapis/ads/googleads/v1/enums/interaction_type.pb.go b/googleapis/ads/googleads/v1/enums/interaction_type.pb.go index e541abda89..5ebe57479a 100644 --- a/googleapis/ads/googleads/v1/enums/interaction_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/interaction_type.pb.go @@ -46,7 +46,7 @@ func (x InteractionTypeEnum_InteractionType) String() string { return proto.EnumName(InteractionTypeEnum_InteractionType_name, int32(x)) } func (InteractionTypeEnum_InteractionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_interaction_type_56491328165d4fd5, []int{0, 0} + return fileDescriptor_interaction_type_253dbad63b95615d, []int{0, 0} } // Container for enum describing possible interaction types. @@ -60,7 +60,7 @@ func (m *InteractionTypeEnum) Reset() { *m = InteractionTypeEnum{} } func (m *InteractionTypeEnum) String() string { return proto.CompactTextString(m) } func (*InteractionTypeEnum) ProtoMessage() {} func (*InteractionTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_interaction_type_56491328165d4fd5, []int{0} + return fileDescriptor_interaction_type_253dbad63b95615d, []int{0} } func (m *InteractionTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InteractionTypeEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/interaction_type.proto", fileDescriptor_interaction_type_56491328165d4fd5) + proto.RegisterFile("google/ads/googleads/v1/enums/interaction_type.proto", fileDescriptor_interaction_type_253dbad63b95615d) } -var fileDescriptor_interaction_type_56491328165d4fd5 = []byte{ +var fileDescriptor_interaction_type_253dbad63b95615d = []byte{ // 291 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x49, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x43, 0xfd, 0xd4, 0xbc, diff --git a/googleapis/ads/googleads/v1/enums/job_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/job_placeholder_field.pb.go index 78ccc9d114..11289818af 100644 --- a/googleapis/ads/googleads/v1/enums/job_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/job_placeholder_field.pb.go @@ -128,7 +128,7 @@ func (x JobPlaceholderFieldEnum_JobPlaceholderField) String() string { return proto.EnumName(JobPlaceholderFieldEnum_JobPlaceholderField_name, int32(x)) } func (JobPlaceholderFieldEnum_JobPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_job_placeholder_field_97a24396124ab4a9, []int{0, 0} + return fileDescriptor_job_placeholder_field_cf233a1bf95849ac, []int{0, 0} } // Values for Job placeholder fields. @@ -144,7 +144,7 @@ func (m *JobPlaceholderFieldEnum) Reset() { *m = JobPlaceholderFieldEnum func (m *JobPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*JobPlaceholderFieldEnum) ProtoMessage() {} func (*JobPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_job_placeholder_field_97a24396124ab4a9, []int{0} + return fileDescriptor_job_placeholder_field_cf233a1bf95849ac, []int{0} } func (m *JobPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobPlaceholderFieldEnum.Unmarshal(m, b) @@ -170,10 +170,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/job_placeholder_field.proto", fileDescriptor_job_placeholder_field_97a24396124ab4a9) + proto.RegisterFile("google/ads/googleads/v1/enums/job_placeholder_field.proto", fileDescriptor_job_placeholder_field_cf233a1bf95849ac) } -var fileDescriptor_job_placeholder_field_97a24396124ab4a9 = []byte{ +var fileDescriptor_job_placeholder_field_cf233a1bf95849ac = []byte{ // 494 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xd1, 0x6e, 0xd3, 0x30, 0x14, 0x86, 0x69, 0xc6, 0xba, 0xd5, 0x2d, 0xab, 0xe7, 0x82, 0x26, 0x10, 0xbb, 0xd8, 0x1e, 0x20, diff --git a/googleapis/ads/googleads/v1/enums/keyword_match_type.pb.go b/googleapis/ads/googleads/v1/enums/keyword_match_type.pb.go index 14f6e8e40f..578939756e 100644 --- a/googleapis/ads/googleads/v1/enums/keyword_match_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/keyword_match_type.pb.go @@ -54,7 +54,7 @@ func (x KeywordMatchTypeEnum_KeywordMatchType) String() string { return proto.EnumName(KeywordMatchTypeEnum_KeywordMatchType_name, int32(x)) } func (KeywordMatchTypeEnum_KeywordMatchType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_match_type_c36e3cc7cd469bd3, []int{0, 0} + return fileDescriptor_keyword_match_type_61366195944217b7, []int{0, 0} } // Message describing Keyword match types. @@ -68,7 +68,7 @@ func (m *KeywordMatchTypeEnum) Reset() { *m = KeywordMatchTypeEnum{} } func (m *KeywordMatchTypeEnum) String() string { return proto.CompactTextString(m) } func (*KeywordMatchTypeEnum) ProtoMessage() {} func (*KeywordMatchTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_match_type_c36e3cc7cd469bd3, []int{0} + return fileDescriptor_keyword_match_type_61366195944217b7, []int{0} } func (m *KeywordMatchTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordMatchTypeEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/keyword_match_type.proto", fileDescriptor_keyword_match_type_c36e3cc7cd469bd3) + proto.RegisterFile("google/ads/googleads/v1/enums/keyword_match_type.proto", fileDescriptor_keyword_match_type_61366195944217b7) } -var fileDescriptor_keyword_match_type_c36e3cc7cd469bd3 = []byte{ +var fileDescriptor_keyword_match_type_61366195944217b7 = []byte{ // 317 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdd, 0x4e, 0xf2, 0x30, 0x18, 0xfe, 0x18, 0x9f, 0x18, 0xcb, 0x81, 0xcb, 0xa2, 0x27, 0x46, 0x0e, 0xe0, 0x02, 0xba, 0x2c, diff --git a/googleapis/ads/googleads/v1/enums/keyword_plan_competition_level.pb.go b/googleapis/ads/googleads/v1/enums/keyword_plan_competition_level.pb.go index 6f5da4a7c4..e93741bf42 100644 --- a/googleapis/ads/googleads/v1/enums/keyword_plan_competition_level.pb.go +++ b/googleapis/ads/googleads/v1/enums/keyword_plan_competition_level.pb.go @@ -54,7 +54,7 @@ func (x KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel) String() st return proto.EnumName(KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel_name, int32(x)) } func (KeywordPlanCompetitionLevelEnum_KeywordPlanCompetitionLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_competition_level_23431f33ac7a257a, []int{0, 0} + return fileDescriptor_keyword_plan_competition_level_be32af162d2cdabf, []int{0, 0} } // Container for enumeration of keyword competition levels. The competition @@ -72,7 +72,7 @@ func (m *KeywordPlanCompetitionLevelEnum) Reset() { *m = KeywordPlanComp func (m *KeywordPlanCompetitionLevelEnum) String() string { return proto.CompactTextString(m) } func (*KeywordPlanCompetitionLevelEnum) ProtoMessage() {} func (*KeywordPlanCompetitionLevelEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_competition_level_23431f33ac7a257a, []int{0} + return fileDescriptor_keyword_plan_competition_level_be32af162d2cdabf, []int{0} } func (m *KeywordPlanCompetitionLevelEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanCompetitionLevelEnum.Unmarshal(m, b) @@ -98,10 +98,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/keyword_plan_competition_level.proto", fileDescriptor_keyword_plan_competition_level_23431f33ac7a257a) + proto.RegisterFile("google/ads/googleads/v1/enums/keyword_plan_competition_level.proto", fileDescriptor_keyword_plan_competition_level_be32af162d2cdabf) } -var fileDescriptor_keyword_plan_competition_level_23431f33ac7a257a = []byte{ +var fileDescriptor_keyword_plan_competition_level_be32af162d2cdabf = []byte{ // 325 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x41, 0x4f, 0xc2, 0x30, 0x18, 0x95, 0x41, 0xc0, 0x94, 0x83, 0xcb, 0x8e, 0x2a, 0x51, 0xf8, 0x01, 0x5d, 0x16, 0x6f, 0xf5, diff --git a/googleapis/ads/googleads/v1/enums/keyword_plan_forecast_interval.pb.go b/googleapis/ads/googleads/v1/enums/keyword_plan_forecast_interval.pb.go index 700c262761..13b018dc33 100644 --- a/googleapis/ads/googleads/v1/enums/keyword_plan_forecast_interval.pb.go +++ b/googleapis/ads/googleads/v1/enums/keyword_plan_forecast_interval.pb.go @@ -57,7 +57,7 @@ func (x KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval) String() st return proto.EnumName(KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval_name, int32(x)) } func (KeywordPlanForecastIntervalEnum_KeywordPlanForecastInterval) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_forecast_interval_016b78992e53ce4c, []int{0, 0} + return fileDescriptor_keyword_plan_forecast_interval_81df08cdb2ab986b, []int{0, 0} } // Container for enumeration of forecast intervals. @@ -71,7 +71,7 @@ func (m *KeywordPlanForecastIntervalEnum) Reset() { *m = KeywordPlanFore func (m *KeywordPlanForecastIntervalEnum) String() string { return proto.CompactTextString(m) } func (*KeywordPlanForecastIntervalEnum) ProtoMessage() {} func (*KeywordPlanForecastIntervalEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_forecast_interval_016b78992e53ce4c, []int{0} + return fileDescriptor_keyword_plan_forecast_interval_81df08cdb2ab986b, []int{0} } func (m *KeywordPlanForecastIntervalEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanForecastIntervalEnum.Unmarshal(m, b) @@ -97,10 +97,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/keyword_plan_forecast_interval.proto", fileDescriptor_keyword_plan_forecast_interval_016b78992e53ce4c) + proto.RegisterFile("google/ads/googleads/v1/enums/keyword_plan_forecast_interval.proto", fileDescriptor_keyword_plan_forecast_interval_81df08cdb2ab986b) } -var fileDescriptor_keyword_plan_forecast_interval_016b78992e53ce4c = []byte{ +var fileDescriptor_keyword_plan_forecast_interval_81df08cdb2ab986b = []byte{ // 339 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4b, 0x4e, 0xc3, 0x30, 0x10, 0x25, 0x2d, 0x1f, 0xe1, 0xf2, 0x89, 0xb2, 0x04, 0x2a, 0x68, 0x0f, 0xe0, 0x28, 0x62, 0x67, diff --git a/googleapis/ads/googleads/v1/enums/keyword_plan_network.pb.go b/googleapis/ads/googleads/v1/enums/keyword_plan_network.pb.go index 1ebde51d1c..31f39ab3ca 100644 --- a/googleapis/ads/googleads/v1/enums/keyword_plan_network.pb.go +++ b/googleapis/ads/googleads/v1/enums/keyword_plan_network.pb.go @@ -50,7 +50,7 @@ func (x KeywordPlanNetworkEnum_KeywordPlanNetwork) String() string { return proto.EnumName(KeywordPlanNetworkEnum_KeywordPlanNetwork_name, int32(x)) } func (KeywordPlanNetworkEnum_KeywordPlanNetwork) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_network_a97bed23c2ed14f8, []int{0, 0} + return fileDescriptor_keyword_plan_network_dbfff2566f4fba42, []int{0, 0} } // Container for enumeration of keyword plan forecastable network types. @@ -64,7 +64,7 @@ func (m *KeywordPlanNetworkEnum) Reset() { *m = KeywordPlanNetworkEnum{} func (m *KeywordPlanNetworkEnum) String() string { return proto.CompactTextString(m) } func (*KeywordPlanNetworkEnum) ProtoMessage() {} func (*KeywordPlanNetworkEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_network_a97bed23c2ed14f8, []int{0} + return fileDescriptor_keyword_plan_network_dbfff2566f4fba42, []int{0} } func (m *KeywordPlanNetworkEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanNetworkEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/keyword_plan_network.proto", fileDescriptor_keyword_plan_network_a97bed23c2ed14f8) + proto.RegisterFile("google/ads/googleads/v1/enums/keyword_plan_network.proto", fileDescriptor_keyword_plan_network_dbfff2566f4fba42) } -var fileDescriptor_keyword_plan_network_a97bed23c2ed14f8 = []byte{ +var fileDescriptor_keyword_plan_network_dbfff2566f4fba42 = []byte{ // 324 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdf, 0x4a, 0xf3, 0x30, 0x1c, 0xfd, 0xd6, 0xc1, 0x27, 0x64, 0x88, 0xb5, 0x17, 0x0a, 0xc3, 0x09, 0xdb, 0x03, 0xa4, 0x14, diff --git a/googleapis/ads/googleads/v1/enums/label_status.pb.go b/googleapis/ads/googleads/v1/enums/label_status.pb.go index 492c35b5ac..25d3c9ae19 100644 --- a/googleapis/ads/googleads/v1/enums/label_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/label_status.pb.go @@ -50,7 +50,7 @@ func (x LabelStatusEnum_LabelStatus) String() string { return proto.EnumName(LabelStatusEnum_LabelStatus_name, int32(x)) } func (LabelStatusEnum_LabelStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_label_status_0111faa1709830e9, []int{0, 0} + return fileDescriptor_label_status_8f8aec166f117b1a, []int{0, 0} } // Container for enum describing possible status of a label. @@ -64,7 +64,7 @@ func (m *LabelStatusEnum) Reset() { *m = LabelStatusEnum{} } func (m *LabelStatusEnum) String() string { return proto.CompactTextString(m) } func (*LabelStatusEnum) ProtoMessage() {} func (*LabelStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_label_status_0111faa1709830e9, []int{0} + return fileDescriptor_label_status_8f8aec166f117b1a, []int{0} } func (m *LabelStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelStatusEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/label_status.proto", fileDescriptor_label_status_0111faa1709830e9) + proto.RegisterFile("google/ads/googleads/v1/enums/label_status.proto", fileDescriptor_label_status_8f8aec166f117b1a) } -var fileDescriptor_label_status_0111faa1709830e9 = []byte{ +var fileDescriptor_label_status_8f8aec166f117b1a = []byte{ // 293 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, 0x18, 0x77, 0x1d, 0x28, 0xa4, 0x87, 0x95, 0x1e, 0xc5, 0x1d, 0xb6, 0x07, 0x48, 0x2c, 0xde, 0xe2, diff --git a/googleapis/ads/googleads/v1/enums/legacy_app_install_ad_app_store.pb.go b/googleapis/ads/googleads/v1/enums/legacy_app_install_ad_app_store.pb.go index 4452901f05..b2519af368 100644 --- a/googleapis/ads/googleads/v1/enums/legacy_app_install_ad_app_store.pb.go +++ b/googleapis/ads/googleads/v1/enums/legacy_app_install_ad_app_store.pb.go @@ -62,7 +62,7 @@ func (x LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore) String() stri return proto.EnumName(LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore_name, int32(x)) } func (LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_legacy_app_install_ad_app_store_bf6a489599b74ffe, []int{0, 0} + return fileDescriptor_legacy_app_install_ad_app_store_985540f294b6708f, []int{0, 0} } // Container for enum describing app store type in a legacy app install ad. @@ -76,7 +76,7 @@ func (m *LegacyAppInstallAdAppStoreEnum) Reset() { *m = LegacyAppInstall func (m *LegacyAppInstallAdAppStoreEnum) String() string { return proto.CompactTextString(m) } func (*LegacyAppInstallAdAppStoreEnum) ProtoMessage() {} func (*LegacyAppInstallAdAppStoreEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_legacy_app_install_ad_app_store_bf6a489599b74ffe, []int{0} + return fileDescriptor_legacy_app_install_ad_app_store_985540f294b6708f, []int{0} } func (m *LegacyAppInstallAdAppStoreEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LegacyAppInstallAdAppStoreEnum.Unmarshal(m, b) @@ -102,10 +102,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/legacy_app_install_ad_app_store.proto", fileDescriptor_legacy_app_install_ad_app_store_bf6a489599b74ffe) + proto.RegisterFile("google/ads/googleads/v1/enums/legacy_app_install_ad_app_store.proto", fileDescriptor_legacy_app_install_ad_app_store_985540f294b6708f) } -var fileDescriptor_legacy_app_install_ad_app_store_bf6a489599b74ffe = []byte{ +var fileDescriptor_legacy_app_install_ad_app_store_985540f294b6708f = []byte{ // 371 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0x41, 0x6b, 0xa3, 0x40, 0x18, 0x5d, 0xcd, 0x6e, 0x16, 0x26, 0xbb, 0xc4, 0x35, 0x87, 0x85, 0xb0, 0xd9, 0x25, 0xf9, 0x01, diff --git a/googleapis/ads/googleads/v1/enums/listing_custom_attribute_index.pb.go b/googleapis/ads/googleads/v1/enums/listing_custom_attribute_index.pb.go index 546036080e..15690b5dfb 100644 --- a/googleapis/ads/googleads/v1/enums/listing_custom_attribute_index.pb.go +++ b/googleapis/ads/googleads/v1/enums/listing_custom_attribute_index.pb.go @@ -62,7 +62,7 @@ func (x ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex) String() st return proto.EnumName(ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex_name, int32(x)) } func (ListingCustomAttributeIndexEnum_ListingCustomAttributeIndex) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_listing_custom_attribute_index_b5a73ea3395d9fc9, []int{0, 0} + return fileDescriptor_listing_custom_attribute_index_306d4bdbda07a18e, []int{0, 0} } // Container for enum describing the index of the listing custom attribute. @@ -76,7 +76,7 @@ func (m *ListingCustomAttributeIndexEnum) Reset() { *m = ListingCustomAt func (m *ListingCustomAttributeIndexEnum) String() string { return proto.CompactTextString(m) } func (*ListingCustomAttributeIndexEnum) ProtoMessage() {} func (*ListingCustomAttributeIndexEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_listing_custom_attribute_index_b5a73ea3395d9fc9, []int{0} + return fileDescriptor_listing_custom_attribute_index_306d4bdbda07a18e, []int{0} } func (m *ListingCustomAttributeIndexEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListingCustomAttributeIndexEnum.Unmarshal(m, b) @@ -102,10 +102,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/listing_custom_attribute_index.proto", fileDescriptor_listing_custom_attribute_index_b5a73ea3395d9fc9) + proto.RegisterFile("google/ads/googleads/v1/enums/listing_custom_attribute_index.proto", fileDescriptor_listing_custom_attribute_index_306d4bdbda07a18e) } -var fileDescriptor_listing_custom_attribute_index_b5a73ea3395d9fc9 = []byte{ +var fileDescriptor_listing_custom_attribute_index_306d4bdbda07a18e = []byte{ // 328 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xb1, 0x4e, 0xf3, 0x30, 0x14, 0x85, 0xff, 0xf4, 0x97, 0x5a, 0x70, 0x07, 0xac, 0x8c, 0x40, 0x05, 0xed, 0x03, 0x38, 0x84, diff --git a/googleapis/ads/googleads/v1/enums/listing_group_type.pb.go b/googleapis/ads/googleads/v1/enums/listing_group_type.pb.go index 709b7dd968..fb5d7c94e8 100644 --- a/googleapis/ads/googleads/v1/enums/listing_group_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/listing_group_type.pb.go @@ -52,7 +52,7 @@ func (x ListingGroupTypeEnum_ListingGroupType) String() string { return proto.EnumName(ListingGroupTypeEnum_ListingGroupType_name, int32(x)) } func (ListingGroupTypeEnum_ListingGroupType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_listing_group_type_f7d64e1c6c9f2adb, []int{0, 0} + return fileDescriptor_listing_group_type_702778b765e2222d, []int{0, 0} } // Container for enum describing the type of the listing group. @@ -66,7 +66,7 @@ func (m *ListingGroupTypeEnum) Reset() { *m = ListingGroupTypeEnum{} } func (m *ListingGroupTypeEnum) String() string { return proto.CompactTextString(m) } func (*ListingGroupTypeEnum) ProtoMessage() {} func (*ListingGroupTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_listing_group_type_f7d64e1c6c9f2adb, []int{0} + return fileDescriptor_listing_group_type_702778b765e2222d, []int{0} } func (m *ListingGroupTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListingGroupTypeEnum.Unmarshal(m, b) @@ -92,10 +92,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/listing_group_type.proto", fileDescriptor_listing_group_type_f7d64e1c6c9f2adb) + proto.RegisterFile("google/ads/googleads/v1/enums/listing_group_type.proto", fileDescriptor_listing_group_type_702778b765e2222d) } -var fileDescriptor_listing_group_type_f7d64e1c6c9f2adb = []byte{ +var fileDescriptor_listing_group_type_702778b765e2222d = []byte{ // 306 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, 0x18, 0x77, 0x9d, 0xa8, 0x64, 0x07, 0x4b, 0xd1, 0x8b, 0xb8, 0xc3, 0xf6, 0x00, 0x09, 0x45, 0xf0, diff --git a/googleapis/ads/googleads/v1/enums/local_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/local_placeholder_field.pb.go index e8c4c84f20..4001018cde 100644 --- a/googleapis/ads/googleads/v1/enums/local_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/local_placeholder_field.pb.go @@ -134,7 +134,7 @@ func (x LocalPlaceholderFieldEnum_LocalPlaceholderField) String() string { return proto.EnumName(LocalPlaceholderFieldEnum_LocalPlaceholderField_name, int32(x)) } func (LocalPlaceholderFieldEnum_LocalPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_local_placeholder_field_9da73211c7799f9f, []int{0, 0} + return fileDescriptor_local_placeholder_field_ded9d998e2bec814, []int{0, 0} } // Values for Local placeholder fields. @@ -150,7 +150,7 @@ func (m *LocalPlaceholderFieldEnum) Reset() { *m = LocalPlaceholderField func (m *LocalPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*LocalPlaceholderFieldEnum) ProtoMessage() {} func (*LocalPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_local_placeholder_field_9da73211c7799f9f, []int{0} + return fileDescriptor_local_placeholder_field_ded9d998e2bec814, []int{0} } func (m *LocalPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocalPlaceholderFieldEnum.Unmarshal(m, b) @@ -176,10 +176,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/local_placeholder_field.proto", fileDescriptor_local_placeholder_field_9da73211c7799f9f) + proto.RegisterFile("google/ads/googleads/v1/enums/local_placeholder_field.proto", fileDescriptor_local_placeholder_field_ded9d998e2bec814) } -var fileDescriptor_local_placeholder_field_9da73211c7799f9f = []byte{ +var fileDescriptor_local_placeholder_field_ded9d998e2bec814 = []byte{ // 511 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xdd, 0x6e, 0xda, 0x30, 0x14, 0x1e, 0xb0, 0xfe, 0x60, 0x68, 0x71, 0x0d, 0xd5, 0xb6, 0x6a, 0xbd, 0x68, 0x1f, 0x20, 0x11, diff --git a/googleapis/ads/googleads/v1/enums/location_extension_targeting_criterion_field.pb.go b/googleapis/ads/googleads/v1/enums/location_extension_targeting_criterion_field.pb.go index f1ac45fa4e..4ea0c059ba 100644 --- a/googleapis/ads/googleads/v1/enums/location_extension_targeting_criterion_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/location_extension_targeting_criterion_field.pb.go @@ -66,7 +66,7 @@ func (x LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingC return proto.EnumName(LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField_name, int32(x)) } func (LocationExtensionTargetingCriterionFieldEnum_LocationExtensionTargetingCriterionField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_location_extension_targeting_criterion_field_3d4f0aa0ea62357f, []int{0, 0} + return fileDescriptor_location_extension_targeting_criterion_field_ae2bb4571840bb1c, []int{0, 0} } // Values for Location Extension Targeting criterion fields. @@ -84,7 +84,7 @@ func (m *LocationExtensionTargetingCriterionFieldEnum) String() string { } func (*LocationExtensionTargetingCriterionFieldEnum) ProtoMessage() {} func (*LocationExtensionTargetingCriterionFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_location_extension_targeting_criterion_field_3d4f0aa0ea62357f, []int{0} + return fileDescriptor_location_extension_targeting_criterion_field_ae2bb4571840bb1c, []int{0} } func (m *LocationExtensionTargetingCriterionFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationExtensionTargetingCriterionFieldEnum.Unmarshal(m, b) @@ -110,10 +110,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/location_extension_targeting_criterion_field.proto", fileDescriptor_location_extension_targeting_criterion_field_3d4f0aa0ea62357f) + proto.RegisterFile("google/ads/googleads/v1/enums/location_extension_targeting_criterion_field.proto", fileDescriptor_location_extension_targeting_criterion_field_ae2bb4571840bb1c) } -var fileDescriptor_location_extension_targeting_criterion_field_3d4f0aa0ea62357f = []byte{ +var fileDescriptor_location_extension_targeting_criterion_field_ae2bb4571840bb1c = []byte{ // 383 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xc1, 0xae, 0x93, 0x40, 0x18, 0x85, 0x85, 0x7b, 0xbd, 0xf7, 0x66, 0xda, 0xe8, 0x64, 0x96, 0xc6, 0x2e, 0xda, 0x95, 0x0b, diff --git a/googleapis/ads/googleads/v1/enums/location_group_radius_units.pb.go b/googleapis/ads/googleads/v1/enums/location_group_radius_units.pb.go new file mode 100644 index 0000000000..f27938ef4f --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/location_group_radius_units.pb.go @@ -0,0 +1,118 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/location_group_radius_units.proto + +package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v1/enums" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// The unit of radius distance in location group (e.g. MILES) +type LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits int32 + +const ( + // Not specified. + LocationGroupRadiusUnitsEnum_UNSPECIFIED LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits = 0 + // Used for return value only. Represents value unknown in this version. + LocationGroupRadiusUnitsEnum_UNKNOWN LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits = 1 + // Meters + LocationGroupRadiusUnitsEnum_METERS LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits = 2 + // Miles + LocationGroupRadiusUnitsEnum_MILES LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits = 3 +) + +var LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "METERS", + 3: "MILES", +} +var LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "METERS": 2, + "MILES": 3, +} + +func (x LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits) String() string { + return proto.EnumName(LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits_name, int32(x)) +} +func (LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_location_group_radius_units_431f4b934ef27033, []int{0, 0} +} + +// Container for enum describing unit of radius in location group. +type LocationGroupRadiusUnitsEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LocationGroupRadiusUnitsEnum) Reset() { *m = LocationGroupRadiusUnitsEnum{} } +func (m *LocationGroupRadiusUnitsEnum) String() string { return proto.CompactTextString(m) } +func (*LocationGroupRadiusUnitsEnum) ProtoMessage() {} +func (*LocationGroupRadiusUnitsEnum) Descriptor() ([]byte, []int) { + return fileDescriptor_location_group_radius_units_431f4b934ef27033, []int{0} +} +func (m *LocationGroupRadiusUnitsEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LocationGroupRadiusUnitsEnum.Unmarshal(m, b) +} +func (m *LocationGroupRadiusUnitsEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LocationGroupRadiusUnitsEnum.Marshal(b, m, deterministic) +} +func (dst *LocationGroupRadiusUnitsEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_LocationGroupRadiusUnitsEnum.Merge(dst, src) +} +func (m *LocationGroupRadiusUnitsEnum) XXX_Size() int { + return xxx_messageInfo_LocationGroupRadiusUnitsEnum.Size(m) +} +func (m *LocationGroupRadiusUnitsEnum) XXX_DiscardUnknown() { + xxx_messageInfo_LocationGroupRadiusUnitsEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_LocationGroupRadiusUnitsEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*LocationGroupRadiusUnitsEnum)(nil), "google.ads.googleads.v1.enums.LocationGroupRadiusUnitsEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits", LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits_name, LocationGroupRadiusUnitsEnum_LocationGroupRadiusUnits_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/location_group_radius_units.proto", fileDescriptor_location_group_radius_units_431f4b934ef27033) +} + +var fileDescriptor_location_group_radius_units_431f4b934ef27033 = []byte{ + // 314 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x6a, 0xf2, 0x40, + 0x14, 0xc5, 0x3f, 0x23, 0x9f, 0xa5, 0xe3, 0xa2, 0x21, 0xab, 0x52, 0x74, 0xa1, 0x0f, 0x30, 0x43, + 0xe8, 0x6e, 0xba, 0x28, 0xb1, 0x9d, 0x8a, 0x54, 0xa3, 0x68, 0xb5, 0x50, 0x02, 0x32, 0x75, 0x64, + 0x08, 0x98, 0xb9, 0x21, 0x93, 0xf8, 0x40, 0x5d, 0xf6, 0x51, 0xfa, 0x28, 0x5d, 0xf6, 0x09, 0xca, + 0x4c, 0xfe, 0xec, 0xd2, 0x4d, 0x38, 0xe4, 0xdc, 0xfb, 0xbb, 0x67, 0x0e, 0xba, 0x97, 0x00, 0xf2, + 0x74, 0x24, 0x5c, 0x68, 0x52, 0x4a, 0xa3, 0xce, 0x3e, 0x39, 0xaa, 0x22, 0xd1, 0xe4, 0x04, 0x07, + 0x9e, 0xc7, 0xa0, 0xf6, 0x32, 0x83, 0x22, 0xdd, 0x67, 0x5c, 0xc4, 0x85, 0xde, 0x17, 0x2a, 0xce, + 0x35, 0x4e, 0x33, 0xc8, 0xc1, 0x1b, 0x96, 0x5b, 0x98, 0x0b, 0x8d, 0x1b, 0x00, 0x3e, 0xfb, 0xd8, + 0x02, 0x6e, 0x06, 0x35, 0x3f, 0x8d, 0x09, 0x57, 0x0a, 0x72, 0x8b, 0xab, 0x96, 0xc7, 0x80, 0x06, + 0xf3, 0xea, 0xc2, 0xd4, 0x1c, 0x58, 0x5b, 0xfe, 0xd6, 0xe0, 0x99, 0x2a, 0x92, 0xf1, 0x12, 0x5d, + 0xb7, 0xf9, 0xde, 0x15, 0xea, 0x6f, 0xc3, 0xcd, 0x8a, 0x3d, 0xcc, 0x9e, 0x66, 0xec, 0xd1, 0xfd, + 0xe7, 0xf5, 0xd1, 0xc5, 0x36, 0x7c, 0x0e, 0x97, 0xaf, 0xa1, 0xdb, 0xf1, 0x10, 0xea, 0x2d, 0xd8, + 0x0b, 0x5b, 0x6f, 0x5c, 0xc7, 0xbb, 0x44, 0xff, 0x17, 0xb3, 0x39, 0xdb, 0xb8, 0xdd, 0xc9, 0x4f, + 0x07, 0x8d, 0x0e, 0x90, 0xe0, 0x3f, 0x43, 0x4f, 0x86, 0x6d, 0x47, 0x57, 0x26, 0xf5, 0xaa, 0xf3, + 0x36, 0xa9, 0xf6, 0x25, 0x9c, 0xb8, 0x92, 0x18, 0x32, 0x49, 0xe4, 0x51, 0xd9, 0x37, 0xd5, 0x2d, + 0xa6, 0xb1, 0x6e, 0x29, 0xf5, 0xce, 0x7e, 0x3f, 0x9c, 0xee, 0x34, 0x08, 0x3e, 0x9d, 0xe1, 0xb4, + 0x44, 0x05, 0x42, 0xe3, 0x52, 0x1a, 0xb5, 0xf3, 0xb1, 0x29, 0x40, 0x7f, 0xd5, 0x7e, 0x14, 0x08, + 0x1d, 0x35, 0x7e, 0xb4, 0xf3, 0x23, 0xeb, 0x7f, 0x3b, 0xa3, 0xf2, 0x27, 0xa5, 0x81, 0xd0, 0x94, + 0x36, 0x13, 0x94, 0xee, 0x7c, 0x4a, 0xed, 0xcc, 0x7b, 0xcf, 0x06, 0xbb, 0xfd, 0x0d, 0x00, 0x00, + 0xff, 0xff, 0x92, 0x60, 0x22, 0x8a, 0xec, 0x01, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/enums/location_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/location_placeholder_field.pb.go index 396f8143ec..bef7188837 100644 --- a/googleapis/ads/googleads/v1/enums/location_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/location_placeholder_field.pb.go @@ -74,7 +74,7 @@ func (x LocationPlaceholderFieldEnum_LocationPlaceholderField) String() string { return proto.EnumName(LocationPlaceholderFieldEnum_LocationPlaceholderField_name, int32(x)) } func (LocationPlaceholderFieldEnum_LocationPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_location_placeholder_field_483ffb73deaf67e6, []int{0, 0} + return fileDescriptor_location_placeholder_field_c804fc5510f17f55, []int{0, 0} } // Values for Location placeholder fields. @@ -88,7 +88,7 @@ func (m *LocationPlaceholderFieldEnum) Reset() { *m = LocationPlaceholde func (m *LocationPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*LocationPlaceholderFieldEnum) ProtoMessage() {} func (*LocationPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_location_placeholder_field_483ffb73deaf67e6, []int{0} + return fileDescriptor_location_placeholder_field_c804fc5510f17f55, []int{0} } func (m *LocationPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationPlaceholderFieldEnum.Unmarshal(m, b) @@ -114,10 +114,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/location_placeholder_field.proto", fileDescriptor_location_placeholder_field_483ffb73deaf67e6) + proto.RegisterFile("google/ads/googleads/v1/enums/location_placeholder_field.proto", fileDescriptor_location_placeholder_field_c804fc5510f17f55) } -var fileDescriptor_location_placeholder_field_483ffb73deaf67e6 = []byte{ +var fileDescriptor_location_placeholder_field_c804fc5510f17f55 = []byte{ // 392 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xc1, 0xae, 0x93, 0x40, 0x14, 0x15, 0xde, 0xf3, 0xbd, 0x3a, 0xef, 0xa9, 0xe3, 0xac, 0x8c, 0x69, 0x17, 0xed, 0x07, 0x0c, diff --git a/googleapis/ads/googleads/v1/enums/manager_link_status.pb.go b/googleapis/ads/googleads/v1/enums/manager_link_status.pb.go index 6fb0b43ba8..3a5dde9622 100644 --- a/googleapis/ads/googleads/v1/enums/manager_link_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/manager_link_status.pb.go @@ -64,7 +64,7 @@ func (x ManagerLinkStatusEnum_ManagerLinkStatus) String() string { return proto.EnumName(ManagerLinkStatusEnum_ManagerLinkStatus_name, int32(x)) } func (ManagerLinkStatusEnum_ManagerLinkStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_manager_link_status_87bdc70d6439d948, []int{0, 0} + return fileDescriptor_manager_link_status_93d56526ebe80286, []int{0, 0} } // Container for enum describing possible status of a manager and client link. @@ -78,7 +78,7 @@ func (m *ManagerLinkStatusEnum) Reset() { *m = ManagerLinkStatusEnum{} } func (m *ManagerLinkStatusEnum) String() string { return proto.CompactTextString(m) } func (*ManagerLinkStatusEnum) ProtoMessage() {} func (*ManagerLinkStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_manager_link_status_87bdc70d6439d948, []int{0} + return fileDescriptor_manager_link_status_93d56526ebe80286, []int{0} } func (m *ManagerLinkStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ManagerLinkStatusEnum.Unmarshal(m, b) @@ -104,10 +104,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/manager_link_status.proto", fileDescriptor_manager_link_status_87bdc70d6439d948) + proto.RegisterFile("google/ads/googleads/v1/enums/manager_link_status.proto", fileDescriptor_manager_link_status_93d56526ebe80286) } -var fileDescriptor_manager_link_status_87bdc70d6439d948 = []byte{ +var fileDescriptor_manager_link_status_93d56526ebe80286 = []byte{ // 335 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdf, 0x4a, 0xfb, 0x30, 0x14, 0xfe, 0xb5, 0xfb, 0x39, 0x25, 0x13, 0xac, 0x05, 0xbd, 0x10, 0x77, 0xb1, 0x3d, 0x40, 0x4a, diff --git a/googleapis/ads/googleads/v1/enums/matching_function_context_type.pb.go b/googleapis/ads/googleads/v1/enums/matching_function_context_type.pb.go index 036112fe31..614fe67c7f 100644 --- a/googleapis/ads/googleads/v1/enums/matching_function_context_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/matching_function_context_type.pb.go @@ -50,7 +50,7 @@ func (x MatchingFunctionContextTypeEnum_MatchingFunctionContextType) String() st return proto.EnumName(MatchingFunctionContextTypeEnum_MatchingFunctionContextType_name, int32(x)) } func (MatchingFunctionContextTypeEnum_MatchingFunctionContextType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_matching_function_context_type_d9171f55a83ec259, []int{0, 0} + return fileDescriptor_matching_function_context_type_1f6d87ceb71b483c, []int{0, 0} } // Container for context types for an operand in a matching function. @@ -64,7 +64,7 @@ func (m *MatchingFunctionContextTypeEnum) Reset() { *m = MatchingFunctio func (m *MatchingFunctionContextTypeEnum) String() string { return proto.CompactTextString(m) } func (*MatchingFunctionContextTypeEnum) ProtoMessage() {} func (*MatchingFunctionContextTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_matching_function_context_type_d9171f55a83ec259, []int{0} + return fileDescriptor_matching_function_context_type_1f6d87ceb71b483c, []int{0} } func (m *MatchingFunctionContextTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MatchingFunctionContextTypeEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/matching_function_context_type.proto", fileDescriptor_matching_function_context_type_d9171f55a83ec259) + proto.RegisterFile("google/ads/googleads/v1/enums/matching_function_context_type.proto", fileDescriptor_matching_function_context_type_1f6d87ceb71b483c) } -var fileDescriptor_matching_function_context_type_d9171f55a83ec259 = []byte{ +var fileDescriptor_matching_function_context_type_1f6d87ceb71b483c = []byte{ // 326 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x41, 0x4b, 0xc3, 0x30, 0x18, 0xb5, 0x1d, 0x28, 0x64, 0x82, 0xa5, 0x47, 0x75, 0xe8, 0xf6, 0x03, 0x52, 0x8a, 0xb7, 0x78, diff --git a/googleapis/ads/googleads/v1/enums/matching_function_operator.pb.go b/googleapis/ads/googleads/v1/enums/matching_function_operator.pb.go index 1ae058803a..76fd8f1537 100644 --- a/googleapis/ads/googleads/v1/enums/matching_function_operator.pb.go +++ b/googleapis/ads/googleads/v1/enums/matching_function_operator.pb.go @@ -68,7 +68,7 @@ func (x MatchingFunctionOperatorEnum_MatchingFunctionOperator) String() string { return proto.EnumName(MatchingFunctionOperatorEnum_MatchingFunctionOperator_name, int32(x)) } func (MatchingFunctionOperatorEnum_MatchingFunctionOperator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_matching_function_operator_bca31fb04efa2051, []int{0, 0} + return fileDescriptor_matching_function_operator_2b1a251212d826f2, []int{0, 0} } // Container for enum describing matching function operator. @@ -82,7 +82,7 @@ func (m *MatchingFunctionOperatorEnum) Reset() { *m = MatchingFunctionOp func (m *MatchingFunctionOperatorEnum) String() string { return proto.CompactTextString(m) } func (*MatchingFunctionOperatorEnum) ProtoMessage() {} func (*MatchingFunctionOperatorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_matching_function_operator_bca31fb04efa2051, []int{0} + return fileDescriptor_matching_function_operator_2b1a251212d826f2, []int{0} } func (m *MatchingFunctionOperatorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MatchingFunctionOperatorEnum.Unmarshal(m, b) @@ -108,10 +108,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/matching_function_operator.proto", fileDescriptor_matching_function_operator_bca31fb04efa2051) + proto.RegisterFile("google/ads/googleads/v1/enums/matching_function_operator.proto", fileDescriptor_matching_function_operator_2b1a251212d826f2) } -var fileDescriptor_matching_function_operator_bca31fb04efa2051 = []byte{ +var fileDescriptor_matching_function_operator_2b1a251212d826f2 = []byte{ // 345 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4d, 0x6a, 0xf3, 0x30, 0x14, 0xfc, 0xec, 0x7c, 0x75, 0x8a, 0x12, 0xa8, 0xd0, 0xaa, 0x94, 0x64, 0x91, 0x1c, 0x40, 0xc6, diff --git a/googleapis/ads/googleads/v1/enums/media_type.pb.go b/googleapis/ads/googleads/v1/enums/media_type.pb.go index 9f9df054f3..bab003317f 100644 --- a/googleapis/ads/googleads/v1/enums/media_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/media_type.pb.go @@ -68,7 +68,7 @@ func (x MediaTypeEnum_MediaType) String() string { return proto.EnumName(MediaTypeEnum_MediaType_name, int32(x)) } func (MediaTypeEnum_MediaType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_media_type_bd67a190732ff292, []int{0, 0} + return fileDescriptor_media_type_6fdd7d6f52c48143, []int{0, 0} } // Container for enum describing the types of media. @@ -82,7 +82,7 @@ func (m *MediaTypeEnum) Reset() { *m = MediaTypeEnum{} } func (m *MediaTypeEnum) String() string { return proto.CompactTextString(m) } func (*MediaTypeEnum) ProtoMessage() {} func (*MediaTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_media_type_bd67a190732ff292, []int{0} + return fileDescriptor_media_type_6fdd7d6f52c48143, []int{0} } func (m *MediaTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MediaTypeEnum.Unmarshal(m, b) @@ -108,10 +108,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/media_type.proto", fileDescriptor_media_type_bd67a190732ff292) + proto.RegisterFile("google/ads/googleads/v1/enums/media_type.proto", fileDescriptor_media_type_6fdd7d6f52c48143) } -var fileDescriptor_media_type_bd67a190732ff292 = []byte{ +var fileDescriptor_media_type_6fdd7d6f52c48143 = []byte{ // 338 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x4f, 0x4e, 0x83, 0x40, 0x18, 0xc5, 0x85, 0xfe, 0xb3, 0x53, 0xab, 0x23, 0x4b, 0x63, 0x17, 0xed, 0x01, 0x86, 0x10, 0x77, diff --git a/googleapis/ads/googleads/v1/enums/merchant_center_link_status.pb.go b/googleapis/ads/googleads/v1/enums/merchant_center_link_status.pb.go index f2c0905b0f..73fb4fc0a9 100644 --- a/googleapis/ads/googleads/v1/enums/merchant_center_link_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/merchant_center_link_status.pb.go @@ -52,7 +52,7 @@ func (x MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus) String() string { return proto.EnumName(MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus_name, int32(x)) } func (MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_merchant_center_link_status_74e88e0b85ea22b8, []int{0, 0} + return fileDescriptor_merchant_center_link_status_ed4bf61ab73ed71c, []int{0, 0} } // Container for enum describing possible statuses of a Google Merchant Center @@ -67,7 +67,7 @@ func (m *MerchantCenterLinkStatusEnum) Reset() { *m = MerchantCenterLink func (m *MerchantCenterLinkStatusEnum) String() string { return proto.CompactTextString(m) } func (*MerchantCenterLinkStatusEnum) ProtoMessage() {} func (*MerchantCenterLinkStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_merchant_center_link_status_74e88e0b85ea22b8, []int{0} + return fileDescriptor_merchant_center_link_status_ed4bf61ab73ed71c, []int{0} } func (m *MerchantCenterLinkStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MerchantCenterLinkStatusEnum.Unmarshal(m, b) @@ -93,10 +93,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/merchant_center_link_status.proto", fileDescriptor_merchant_center_link_status_74e88e0b85ea22b8) + proto.RegisterFile("google/ads/googleads/v1/enums/merchant_center_link_status.proto", fileDescriptor_merchant_center_link_status_ed4bf61ab73ed71c) } -var fileDescriptor_merchant_center_link_status_74e88e0b85ea22b8 = []byte{ +var fileDescriptor_merchant_center_link_status_ed4bf61ab73ed71c = []byte{ // 315 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x41, 0x6a, 0xeb, 0x30, 0x14, 0xfc, 0x71, 0xe0, 0x17, 0x94, 0x45, 0x4d, 0x56, 0xa5, 0x24, 0x8b, 0xe4, 0x00, 0x12, 0xa6, diff --git a/googleapis/ads/googleads/v1/enums/message_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/message_placeholder_field.pb.go index e602e74e90..6d79c81ee8 100644 --- a/googleapis/ads/googleads/v1/enums/message_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/message_placeholder_field.pb.go @@ -64,7 +64,7 @@ func (x MessagePlaceholderFieldEnum_MessagePlaceholderField) String() string { return proto.EnumName(MessagePlaceholderFieldEnum_MessagePlaceholderField_name, int32(x)) } func (MessagePlaceholderFieldEnum_MessagePlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_message_placeholder_field_d149cfb70d4f5eb7, []int{0, 0} + return fileDescriptor_message_placeholder_field_4faf76ed816f88ca, []int{0, 0} } // Values for Message placeholder fields. @@ -78,7 +78,7 @@ func (m *MessagePlaceholderFieldEnum) Reset() { *m = MessagePlaceholderF func (m *MessagePlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*MessagePlaceholderFieldEnum) ProtoMessage() {} func (*MessagePlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_message_placeholder_field_d149cfb70d4f5eb7, []int{0} + return fileDescriptor_message_placeholder_field_4faf76ed816f88ca, []int{0} } func (m *MessagePlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MessagePlaceholderFieldEnum.Unmarshal(m, b) @@ -104,10 +104,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/message_placeholder_field.proto", fileDescriptor_message_placeholder_field_d149cfb70d4f5eb7) + proto.RegisterFile("google/ads/googleads/v1/enums/message_placeholder_field.proto", fileDescriptor_message_placeholder_field_4faf76ed816f88ca) } -var fileDescriptor_message_placeholder_field_d149cfb70d4f5eb7 = []byte{ +var fileDescriptor_message_placeholder_field_4faf76ed816f88ca = []byte{ // 370 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0x4f, 0x4e, 0xb3, 0x40, 0x1c, 0xfd, 0xa0, 0x9f, 0x35, 0x99, 0x6a, 0x44, 0x16, 0x9a, 0xd4, 0x76, 0xd1, 0x1e, 0x60, 0x08, diff --git a/googleapis/ads/googleads/v1/enums/mime_type.pb.go b/googleapis/ads/googleads/v1/enums/mime_type.pb.go index 5382b7176c..4b3b0cd6cb 100644 --- a/googleapis/ads/googleads/v1/enums/mime_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/mime_type.pb.go @@ -92,7 +92,7 @@ func (x MimeTypeEnum_MimeType) String() string { return proto.EnumName(MimeTypeEnum_MimeType_name, int32(x)) } func (MimeTypeEnum_MimeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_mime_type_54c50942eaf2e264, []int{0, 0} + return fileDescriptor_mime_type_e0cd9d9a97a10483, []int{0, 0} } // Container for enum describing the mime types. @@ -106,7 +106,7 @@ func (m *MimeTypeEnum) Reset() { *m = MimeTypeEnum{} } func (m *MimeTypeEnum) String() string { return proto.CompactTextString(m) } func (*MimeTypeEnum) ProtoMessage() {} func (*MimeTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_mime_type_54c50942eaf2e264, []int{0} + return fileDescriptor_mime_type_e0cd9d9a97a10483, []int{0} } func (m *MimeTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MimeTypeEnum.Unmarshal(m, b) @@ -132,10 +132,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/mime_type.proto", fileDescriptor_mime_type_54c50942eaf2e264) + proto.RegisterFile("google/ads/googleads/v1/enums/mime_type.proto", fileDescriptor_mime_type_e0cd9d9a97a10483) } -var fileDescriptor_mime_type_54c50942eaf2e264 = []byte{ +var fileDescriptor_mime_type_e0cd9d9a97a10483 = []byte{ // 396 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0x6e, 0x9b, 0x40, 0x10, 0x86, 0x0b, 0x6e, 0xec, 0x78, 0x6d, 0xb7, 0xab, 0x3d, 0x56, 0xcd, 0x21, 0xb9, 0x77, 0x11, diff --git a/googleapis/ads/googleads/v1/enums/minute_of_hour.pb.go b/googleapis/ads/googleads/v1/enums/minute_of_hour.pb.go index 13464afba9..f0b54128a8 100644 --- a/googleapis/ads/googleads/v1/enums/minute_of_hour.pb.go +++ b/googleapis/ads/googleads/v1/enums/minute_of_hour.pb.go @@ -58,7 +58,7 @@ func (x MinuteOfHourEnum_MinuteOfHour) String() string { return proto.EnumName(MinuteOfHourEnum_MinuteOfHour_name, int32(x)) } func (MinuteOfHourEnum_MinuteOfHour) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_minute_of_hour_8448e9a644303d76, []int{0, 0} + return fileDescriptor_minute_of_hour_4dcf36a7c1549c65, []int{0, 0} } // Container for enumeration of quarter-hours. @@ -72,7 +72,7 @@ func (m *MinuteOfHourEnum) Reset() { *m = MinuteOfHourEnum{} } func (m *MinuteOfHourEnum) String() string { return proto.CompactTextString(m) } func (*MinuteOfHourEnum) ProtoMessage() {} func (*MinuteOfHourEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_minute_of_hour_8448e9a644303d76, []int{0} + return fileDescriptor_minute_of_hour_4dcf36a7c1549c65, []int{0} } func (m *MinuteOfHourEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MinuteOfHourEnum.Unmarshal(m, b) @@ -98,10 +98,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/minute_of_hour.proto", fileDescriptor_minute_of_hour_8448e9a644303d76) + proto.RegisterFile("google/ads/googleads/v1/enums/minute_of_hour.proto", fileDescriptor_minute_of_hour_4dcf36a7c1549c65) } -var fileDescriptor_minute_of_hour_8448e9a644303d76 = []byte{ +var fileDescriptor_minute_of_hour_4dcf36a7c1549c65 = []byte{ // 323 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4f, 0x4e, 0xf2, 0x40, 0x1c, 0xfd, 0x28, 0x7c, 0x68, 0x06, 0xa3, 0x63, 0x97, 0x46, 0x16, 0x70, 0x80, 0x69, 0xaa, 0xbb, diff --git a/googleapis/ads/googleads/v1/enums/mobile_device_type.pb.go b/googleapis/ads/googleads/v1/enums/mobile_device_type.pb.go index 9f6dd3cfc9..5d10cd8171 100644 --- a/googleapis/ads/googleads/v1/enums/mobile_device_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/mobile_device_type.pb.go @@ -50,7 +50,7 @@ func (x MobileDeviceTypeEnum_MobileDeviceType) String() string { return proto.EnumName(MobileDeviceTypeEnum_MobileDeviceType_name, int32(x)) } func (MobileDeviceTypeEnum_MobileDeviceType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_mobile_device_type_d451fb4923a698d7, []int{0, 0} + return fileDescriptor_mobile_device_type_36c69dbb38a4b590, []int{0, 0} } // Container for enum describing the types of mobile device. @@ -64,7 +64,7 @@ func (m *MobileDeviceTypeEnum) Reset() { *m = MobileDeviceTypeEnum{} } func (m *MobileDeviceTypeEnum) String() string { return proto.CompactTextString(m) } func (*MobileDeviceTypeEnum) ProtoMessage() {} func (*MobileDeviceTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_mobile_device_type_d451fb4923a698d7, []int{0} + return fileDescriptor_mobile_device_type_36c69dbb38a4b590, []int{0} } func (m *MobileDeviceTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MobileDeviceTypeEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/mobile_device_type.proto", fileDescriptor_mobile_device_type_d451fb4923a698d7) + proto.RegisterFile("google/ads/googleads/v1/enums/mobile_device_type.proto", fileDescriptor_mobile_device_type_36c69dbb38a4b590) } -var fileDescriptor_mobile_device_type_d451fb4923a698d7 = []byte{ +var fileDescriptor_mobile_device_type_36c69dbb38a4b590 = []byte{ // 306 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4f, 0x4b, 0xfb, 0x30, 0x18, 0xfe, 0xad, 0x83, 0xfd, 0x20, 0x3b, 0x58, 0x8a, 0x5e, 0xc4, 0x1d, 0xb6, 0x0f, 0x90, 0x50, diff --git a/googleapis/ads/googleads/v1/enums/month_of_year.pb.go b/googleapis/ads/googleads/v1/enums/month_of_year.pb.go index b6f1fc4f36..34fdc0b3cc 100644 --- a/googleapis/ads/googleads/v1/enums/month_of_year.pb.go +++ b/googleapis/ads/googleads/v1/enums/month_of_year.pb.go @@ -90,7 +90,7 @@ func (x MonthOfYearEnum_MonthOfYear) String() string { return proto.EnumName(MonthOfYearEnum_MonthOfYear_name, int32(x)) } func (MonthOfYearEnum_MonthOfYear) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_month_of_year_d3748aaa46f664bb, []int{0, 0} + return fileDescriptor_month_of_year_833b1270d63ddf92, []int{0, 0} } // Container for enumeration of months of the year, e.g., "January". @@ -104,7 +104,7 @@ func (m *MonthOfYearEnum) Reset() { *m = MonthOfYearEnum{} } func (m *MonthOfYearEnum) String() string { return proto.CompactTextString(m) } func (*MonthOfYearEnum) ProtoMessage() {} func (*MonthOfYearEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_month_of_year_d3748aaa46f664bb, []int{0} + return fileDescriptor_month_of_year_833b1270d63ddf92, []int{0} } func (m *MonthOfYearEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MonthOfYearEnum.Unmarshal(m, b) @@ -130,10 +130,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/month_of_year.proto", fileDescriptor_month_of_year_d3748aaa46f664bb) + proto.RegisterFile("google/ads/googleads/v1/enums/month_of_year.proto", fileDescriptor_month_of_year_833b1270d63ddf92) } -var fileDescriptor_month_of_year_d3748aaa46f664bb = []byte{ +var fileDescriptor_month_of_year_833b1270d63ddf92 = []byte{ // 389 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xcb, 0x8e, 0xd3, 0x30, 0x14, 0x25, 0xe9, 0x4c, 0x1f, 0xce, 0x8c, 0xc6, 0xf2, 0x12, 0x31, 0x8b, 0x99, 0x0f, 0x70, 0x14, diff --git a/googleapis/ads/googleads/v1/enums/mutate_job_status.pb.go b/googleapis/ads/googleads/v1/enums/mutate_job_status.pb.go index 810c6bcebc..7349e83705 100644 --- a/googleapis/ads/googleads/v1/enums/mutate_job_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/mutate_job_status.pb.go @@ -54,7 +54,7 @@ func (x MutateJobStatusEnum_MutateJobStatus) String() string { return proto.EnumName(MutateJobStatusEnum_MutateJobStatus_name, int32(x)) } func (MutateJobStatusEnum_MutateJobStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_mutate_job_status_cafe1f0b0e70c359, []int{0, 0} + return fileDescriptor_mutate_job_status_c1054ab47bf7cadd, []int{0, 0} } // Container for enum describing possible mutate job statuses. @@ -68,7 +68,7 @@ func (m *MutateJobStatusEnum) Reset() { *m = MutateJobStatusEnum{} } func (m *MutateJobStatusEnum) String() string { return proto.CompactTextString(m) } func (*MutateJobStatusEnum) ProtoMessage() {} func (*MutateJobStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_mutate_job_status_cafe1f0b0e70c359, []int{0} + return fileDescriptor_mutate_job_status_c1054ab47bf7cadd, []int{0} } func (m *MutateJobStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateJobStatusEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/mutate_job_status.proto", fileDescriptor_mutate_job_status_cafe1f0b0e70c359) + proto.RegisterFile("google/ads/googleads/v1/enums/mutate_job_status.proto", fileDescriptor_mutate_job_status_c1054ab47bf7cadd) } -var fileDescriptor_mutate_job_status_cafe1f0b0e70c359 = []byte{ +var fileDescriptor_mutate_job_status_c1054ab47bf7cadd = []byte{ // 309 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xd1, 0x4a, 0xc3, 0x30, 0x14, 0x75, 0xdd, 0x50, 0xc9, 0x1e, 0x56, 0xaa, 0x4f, 0xe2, 0x1e, 0xb6, 0x0f, 0x48, 0x28, 0xe2, diff --git a/googleapis/ads/googleads/v1/enums/negative_geo_target_type.pb.go b/googleapis/ads/googleads/v1/enums/negative_geo_target_type.pb.go index 56e4f97bd8..7e096f2aaa 100644 --- a/googleapis/ads/googleads/v1/enums/negative_geo_target_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/negative_geo_target_type.pb.go @@ -27,12 +27,11 @@ const ( NegativeGeoTargetTypeEnum_UNSPECIFIED NegativeGeoTargetTypeEnum_NegativeGeoTargetType = 0 // The value is unknown in this version. NegativeGeoTargetTypeEnum_UNKNOWN NegativeGeoTargetTypeEnum_NegativeGeoTargetType = 1 - // Specifies that a user is excluded from seeing the ad if either their - // Area of Interest (AOI) or their Location of Presence (LOP) matches the - // geo target. + // Specifies that a user is excluded from seeing the ad if they + // are in, or show interest in, advertiser's excluded locations. NegativeGeoTargetTypeEnum_DONT_CARE NegativeGeoTargetTypeEnum_NegativeGeoTargetType = 2 - // Specifies that a user is excluded from seeing the ad - // only if their Location of Presence (LOP) matches the geo target. + // Specifies that a user is excluded from seeing the ad if they + // are in advertiser's excluded locations. NegativeGeoTargetTypeEnum_LOCATION_OF_PRESENCE NegativeGeoTargetTypeEnum_NegativeGeoTargetType = 3 ) @@ -53,7 +52,7 @@ func (x NegativeGeoTargetTypeEnum_NegativeGeoTargetType) String() string { return proto.EnumName(NegativeGeoTargetTypeEnum_NegativeGeoTargetType_name, int32(x)) } func (NegativeGeoTargetTypeEnum_NegativeGeoTargetType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_negative_geo_target_type_ee5fcb882538c478, []int{0, 0} + return fileDescriptor_negative_geo_target_type_835f17c79fca4c8e, []int{0, 0} } // Container for enum describing possible negative geo target types. @@ -67,7 +66,7 @@ func (m *NegativeGeoTargetTypeEnum) Reset() { *m = NegativeGeoTargetType func (m *NegativeGeoTargetTypeEnum) String() string { return proto.CompactTextString(m) } func (*NegativeGeoTargetTypeEnum) ProtoMessage() {} func (*NegativeGeoTargetTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_negative_geo_target_type_ee5fcb882538c478, []int{0} + return fileDescriptor_negative_geo_target_type_835f17c79fca4c8e, []int{0} } func (m *NegativeGeoTargetTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NegativeGeoTargetTypeEnum.Unmarshal(m, b) @@ -93,10 +92,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/negative_geo_target_type.proto", fileDescriptor_negative_geo_target_type_ee5fcb882538c478) + proto.RegisterFile("google/ads/googleads/v1/enums/negative_geo_target_type.proto", fileDescriptor_negative_geo_target_type_835f17c79fca4c8e) } -var fileDescriptor_negative_geo_target_type_ee5fcb882538c478 = []byte{ +var fileDescriptor_negative_geo_target_type_835f17c79fca4c8e = []byte{ // 332 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xeb, 0x30, 0x1c, 0xc6, 0xcf, 0x3a, 0x38, 0x87, 0x93, 0x21, 0x96, 0xa2, 0xa0, 0xc3, 0x5d, 0x6c, 0x0f, 0x90, diff --git a/googleapis/ads/googleads/v1/enums/operating_system_version_operator_type.pb.go b/googleapis/ads/googleads/v1/enums/operating_system_version_operator_type.pb.go index 8f849d5da5..8eb10aaee6 100644 --- a/googleapis/ads/googleads/v1/enums/operating_system_version_operator_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/operating_system_version_operator_type.pb.go @@ -50,7 +50,7 @@ func (x OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorTyp return proto.EnumName(OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType_name, int32(x)) } func (OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_operating_system_version_operator_type_12b6da57356e1db5, []int{0, 0} + return fileDescriptor_operating_system_version_operator_type_03c667b04f322a09, []int{0, 0} } // Container for enum describing the type of OS operators. @@ -66,7 +66,7 @@ func (m *OperatingSystemVersionOperatorTypeEnum) Reset() { func (m *OperatingSystemVersionOperatorTypeEnum) String() string { return proto.CompactTextString(m) } func (*OperatingSystemVersionOperatorTypeEnum) ProtoMessage() {} func (*OperatingSystemVersionOperatorTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_operating_system_version_operator_type_12b6da57356e1db5, []int{0} + return fileDescriptor_operating_system_version_operator_type_03c667b04f322a09, []int{0} } func (m *OperatingSystemVersionOperatorTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperatingSystemVersionOperatorTypeEnum.Unmarshal(m, b) @@ -92,10 +92,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/operating_system_version_operator_type.proto", fileDescriptor_operating_system_version_operator_type_12b6da57356e1db5) + proto.RegisterFile("google/ads/googleads/v1/enums/operating_system_version_operator_type.proto", fileDescriptor_operating_system_version_operator_type_03c667b04f322a09) } -var fileDescriptor_operating_system_version_operator_type_12b6da57356e1db5 = []byte{ +var fileDescriptor_operating_system_version_operator_type_03c667b04f322a09 = []byte{ // 338 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x51, 0x4f, 0x4b, 0xc3, 0x30, 0x1c, 0xb5, 0x55, 0x14, 0x33, 0xc4, 0xd1, 0x83, 0x87, 0xe1, 0x0e, 0xdb, 0x41, 0x6f, 0x29, 0xc5, diff --git a/googleapis/ads/googleads/v1/enums/page_one_promoted_strategy_goal.pb.go b/googleapis/ads/googleads/v1/enums/page_one_promoted_strategy_goal.pb.go index a3d512d85d..dd031df646 100644 --- a/googleapis/ads/googleads/v1/enums/page_one_promoted_strategy_goal.pb.go +++ b/googleapis/ads/googleads/v1/enums/page_one_promoted_strategy_goal.pb.go @@ -50,7 +50,7 @@ func (x PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal) String() st return proto.EnumName(PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal_name, int32(x)) } func (PageOnePromotedStrategyGoalEnum_PageOnePromotedStrategyGoal) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_page_one_promoted_strategy_goal_f00ce4ccc55df464, []int{0, 0} + return fileDescriptor_page_one_promoted_strategy_goal_af27d4f7a36bbf23, []int{0, 0} } // Container for enum describing possible strategy goals: where impressions are @@ -65,7 +65,7 @@ func (m *PageOnePromotedStrategyGoalEnum) Reset() { *m = PageOnePromoted func (m *PageOnePromotedStrategyGoalEnum) String() string { return proto.CompactTextString(m) } func (*PageOnePromotedStrategyGoalEnum) ProtoMessage() {} func (*PageOnePromotedStrategyGoalEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_page_one_promoted_strategy_goal_f00ce4ccc55df464, []int{0} + return fileDescriptor_page_one_promoted_strategy_goal_af27d4f7a36bbf23, []int{0} } func (m *PageOnePromotedStrategyGoalEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PageOnePromotedStrategyGoalEnum.Unmarshal(m, b) @@ -91,10 +91,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/page_one_promoted_strategy_goal.proto", fileDescriptor_page_one_promoted_strategy_goal_f00ce4ccc55df464) + proto.RegisterFile("google/ads/googleads/v1/enums/page_one_promoted_strategy_goal.proto", fileDescriptor_page_one_promoted_strategy_goal_af27d4f7a36bbf23) } -var fileDescriptor_page_one_promoted_strategy_goal_f00ce4ccc55df464 = []byte{ +var fileDescriptor_page_one_promoted_strategy_goal_af27d4f7a36bbf23 = []byte{ // 331 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcd, 0x4a, 0xc3, 0x40, 0x18, 0x34, 0x29, 0x28, 0x6c, 0x41, 0x43, 0x3c, 0x08, 0x6a, 0xd1, 0xf6, 0x01, 0x36, 0x04, 0x6f, diff --git a/googleapis/ads/googleads/v1/enums/parental_status_type.pb.go b/googleapis/ads/googleads/v1/enums/parental_status_type.pb.go index c56578e2a4..24c91389ff 100644 --- a/googleapis/ads/googleads/v1/enums/parental_status_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/parental_status_type.pb.go @@ -54,7 +54,7 @@ func (x ParentalStatusTypeEnum_ParentalStatusType) String() string { return proto.EnumName(ParentalStatusTypeEnum_ParentalStatusType_name, int32(x)) } func (ParentalStatusTypeEnum_ParentalStatusType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_parental_status_type_a4f1d10114423bd6, []int{0, 0} + return fileDescriptor_parental_status_type_7dc2fa597ff4162a, []int{0, 0} } // Container for enum describing the type of demographic parental statuses. @@ -68,7 +68,7 @@ func (m *ParentalStatusTypeEnum) Reset() { *m = ParentalStatusTypeEnum{} func (m *ParentalStatusTypeEnum) String() string { return proto.CompactTextString(m) } func (*ParentalStatusTypeEnum) ProtoMessage() {} func (*ParentalStatusTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_parental_status_type_a4f1d10114423bd6, []int{0} + return fileDescriptor_parental_status_type_7dc2fa597ff4162a, []int{0} } func (m *ParentalStatusTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ParentalStatusTypeEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/parental_status_type.proto", fileDescriptor_parental_status_type_a4f1d10114423bd6) + proto.RegisterFile("google/ads/googleads/v1/enums/parental_status_type.proto", fileDescriptor_parental_status_type_7dc2fa597ff4162a) } -var fileDescriptor_parental_status_type_a4f1d10114423bd6 = []byte{ +var fileDescriptor_parental_status_type_7dc2fa597ff4162a = []byte{ // 326 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4f, 0x4a, 0x33, 0x31, 0x1c, 0xfd, 0x3a, 0x1f, 0x54, 0x48, 0x05, 0xc7, 0x59, 0x28, 0x88, 0x5d, 0xb4, 0x07, 0xc8, 0x30, diff --git a/googleapis/ads/googleads/v1/enums/payment_mode.pb.go b/googleapis/ads/googleads/v1/enums/payment_mode.pb.go index 1febdb1729..82c4c542ff 100644 --- a/googleapis/ads/googleads/v1/enums/payment_mode.pb.go +++ b/googleapis/ads/googleads/v1/enums/payment_mode.pb.go @@ -29,8 +29,16 @@ const ( PaymentModeEnum_UNKNOWN PaymentModeEnum_PaymentMode = 1 // Pay per click. PaymentModeEnum_CLICKS PaymentModeEnum_PaymentMode = 4 - // Pay per conversion value. + // Pay per conversion value. This mode is only supported by campaigns with + // AdvertisingChannelType.HOTEL, BiddingStrategyType.COMMISSION, and + // BudgetType.HOTEL_ADS_COMMISSION. PaymentModeEnum_CONVERSION_VALUE PaymentModeEnum_PaymentMode = 5 + // Pay per conversion. This mode is only supported by campaigns with + // AdvertisingChannelType.DISPLAY (excluding + // AdvertisingChannelSubType.DISPLAY_GMAIL), BiddingStrategyType.TARGET_CPA, + // and BudgetType.FIXED_CPA. The customer must also be eligible for this + // mode. See Customer.eligibility_failure_reasons for details. + PaymentModeEnum_CONVERSIONS PaymentModeEnum_PaymentMode = 6 ) var PaymentModeEnum_PaymentMode_name = map[int32]string{ @@ -38,19 +46,21 @@ var PaymentModeEnum_PaymentMode_name = map[int32]string{ 1: "UNKNOWN", 4: "CLICKS", 5: "CONVERSION_VALUE", + 6: "CONVERSIONS", } var PaymentModeEnum_PaymentMode_value = map[string]int32{ "UNSPECIFIED": 0, "UNKNOWN": 1, "CLICKS": 4, "CONVERSION_VALUE": 5, + "CONVERSIONS": 6, } func (x PaymentModeEnum_PaymentMode) String() string { return proto.EnumName(PaymentModeEnum_PaymentMode_name, int32(x)) } func (PaymentModeEnum_PaymentMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_payment_mode_2af63ed3f55af206, []int{0, 0} + return fileDescriptor_payment_mode_1e9387136819e800, []int{0, 0} } // Container for enum describing possible payment modes. @@ -64,7 +74,7 @@ func (m *PaymentModeEnum) Reset() { *m = PaymentModeEnum{} } func (m *PaymentModeEnum) String() string { return proto.CompactTextString(m) } func (*PaymentModeEnum) ProtoMessage() {} func (*PaymentModeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_payment_mode_2af63ed3f55af206, []int{0} + return fileDescriptor_payment_mode_1e9387136819e800, []int{0} } func (m *PaymentModeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PaymentModeEnum.Unmarshal(m, b) @@ -90,29 +100,29 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/payment_mode.proto", fileDescriptor_payment_mode_2af63ed3f55af206) + proto.RegisterFile("google/ads/googleads/v1/enums/payment_mode.proto", fileDescriptor_payment_mode_1e9387136819e800) } -var fileDescriptor_payment_mode_2af63ed3f55af206 = []byte{ - // 308 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcd, 0x4a, 0x33, 0x31, - 0x14, 0xfd, 0xda, 0x4f, 0x2b, 0xa4, 0x8b, 0x86, 0xc1, 0x95, 0xd8, 0x45, 0xfb, 0x00, 0x89, 0x83, - 0xbb, 0xb8, 0x4a, 0xc7, 0xb1, 0x0c, 0x6d, 0xd3, 0xc1, 0xd2, 0x11, 0x64, 0xa0, 0x46, 0x13, 0x42, - 0xa1, 0x93, 0x0c, 0xcd, 0xb4, 0xe0, 0xeb, 0xb8, 0xf4, 0x51, 0x7c, 0x0f, 0x37, 0x3e, 0x85, 0x4c, - 0x62, 0x87, 0x6e, 0x74, 0x13, 0x0e, 0xf7, 0xfc, 0xe4, 0xdc, 0x0b, 0xae, 0x94, 0x31, 0x6a, 0x23, - 0x31, 0x17, 0x16, 0x7b, 0x58, 0xa3, 0x7d, 0x88, 0xa5, 0xde, 0x15, 0x16, 0x97, 0xfc, 0xb5, 0x90, - 0xba, 0x5a, 0x15, 0x46, 0x48, 0x54, 0x6e, 0x4d, 0x65, 0x82, 0xbe, 0x97, 0x21, 0x2e, 0x2c, 0x6a, - 0x1c, 0x68, 0x1f, 0x22, 0xe7, 0xb8, 0xb8, 0x3c, 0x04, 0x96, 0x6b, 0xcc, 0xb5, 0x36, 0x15, 0xaf, - 0xd6, 0x46, 0x5b, 0x6f, 0x1e, 0x3e, 0x81, 0x5e, 0xea, 0x23, 0x67, 0x46, 0xc8, 0x58, 0xef, 0x8a, - 0xe1, 0x0c, 0x74, 0x8f, 0x46, 0x41, 0x0f, 0x74, 0x97, 0x6c, 0x91, 0xc6, 0x51, 0x72, 0x97, 0xc4, - 0xb7, 0xf0, 0x5f, 0xd0, 0x05, 0x67, 0x4b, 0x36, 0x61, 0xf3, 0x07, 0x06, 0x5b, 0x01, 0x00, 0x9d, - 0x68, 0x9a, 0x44, 0x93, 0x05, 0x3c, 0x09, 0xce, 0x01, 0x8c, 0xe6, 0x2c, 0x8b, 0xef, 0x17, 0xc9, - 0x9c, 0xad, 0x32, 0x3a, 0x5d, 0xc6, 0xf0, 0x74, 0xf4, 0xd9, 0x02, 0x83, 0x17, 0x53, 0xa0, 0x3f, - 0x5b, 0x8e, 0xe0, 0xd1, 0x97, 0x69, 0xdd, 0x2c, 0x6d, 0x3d, 0x8e, 0x7e, 0x2c, 0xca, 0x6c, 0xb8, - 0x56, 0xc8, 0x6c, 0x15, 0x56, 0x52, 0xbb, 0xde, 0x87, 0xd3, 0x94, 0x6b, 0xfb, 0xcb, 0xa5, 0x6e, - 0xdc, 0xfb, 0xd6, 0xfe, 0x3f, 0xa6, 0xf4, 0xbd, 0xdd, 0x1f, 0xfb, 0x28, 0x2a, 0x2c, 0xf2, 0xb0, - 0x46, 0x59, 0x88, 0xea, 0x8d, 0xed, 0xc7, 0x81, 0xcf, 0xa9, 0xb0, 0x79, 0xc3, 0xe7, 0x59, 0x98, - 0x3b, 0xfe, 0xab, 0x3d, 0xf0, 0x43, 0x42, 0xa8, 0xb0, 0x84, 0x34, 0x0a, 0x42, 0xb2, 0x90, 0x10, - 0xa7, 0x79, 0xee, 0xb8, 0x62, 0xd7, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xe5, 0x92, 0xa7, 0x9f, - 0xc1, 0x01, 0x00, 0x00, +var fileDescriptor_payment_mode_1e9387136819e800 = []byte{ + // 312 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, + 0x1c, 0x76, 0x53, 0x27, 0x64, 0x87, 0x85, 0xe2, 0x49, 0xdc, 0x61, 0x7b, 0x80, 0xd4, 0xe2, 0x2d, + 0x9e, 0xb2, 0x5a, 0x47, 0xd9, 0xcc, 0x8a, 0x65, 0x15, 0xa4, 0x38, 0xa2, 0x09, 0x61, 0xb0, 0x26, + 0x75, 0xe9, 0x06, 0xbe, 0x8e, 0x47, 0x1f, 0xc5, 0xf7, 0xf0, 0xe2, 0x53, 0x48, 0x13, 0x57, 0x77, + 0xd1, 0x4b, 0xf8, 0xf8, 0x7d, 0x7f, 0xf8, 0xf2, 0x81, 0x0b, 0xa9, 0xb5, 0x5c, 0x09, 0x9f, 0x71, + 0xe3, 0x3b, 0x58, 0xa3, 0x6d, 0xe0, 0x0b, 0xb5, 0x29, 0x8c, 0x5f, 0xb2, 0xd7, 0x42, 0xa8, 0x6a, + 0x51, 0x68, 0x2e, 0x50, 0xb9, 0xd6, 0x95, 0xf6, 0xfa, 0x4e, 0x86, 0x18, 0x37, 0xa8, 0x71, 0xa0, + 0x6d, 0x80, 0xac, 0xe3, 0xec, 0x7c, 0x17, 0x58, 0x2e, 0x7d, 0xa6, 0x94, 0xae, 0x58, 0xb5, 0xd4, + 0xca, 0x38, 0xf3, 0xf0, 0x05, 0xf4, 0x12, 0x17, 0x79, 0xab, 0xb9, 0x88, 0xd4, 0xa6, 0x18, 0x3e, + 0x82, 0xee, 0xde, 0xc9, 0xeb, 0x81, 0xee, 0x9c, 0xa6, 0x49, 0x14, 0xc6, 0x37, 0x71, 0x74, 0x0d, + 0x0f, 0xbc, 0x2e, 0x38, 0x99, 0xd3, 0x09, 0x9d, 0xdd, 0x53, 0xd8, 0xf2, 0x00, 0xe8, 0x84, 0xd3, + 0x38, 0x9c, 0xa4, 0xf0, 0xc8, 0x3b, 0x05, 0x30, 0x9c, 0xd1, 0x2c, 0xba, 0x4b, 0xe3, 0x19, 0x5d, + 0x64, 0x64, 0x3a, 0x8f, 0xe0, 0x71, 0xed, 0xff, 0xbd, 0xa6, 0xb0, 0x33, 0xfa, 0x6c, 0x81, 0xc1, + 0xb3, 0x2e, 0xd0, 0xbf, 0xb5, 0x47, 0x70, 0xaf, 0x43, 0x52, 0x57, 0x4d, 0x5a, 0x0f, 0xa3, 0x1f, + 0x8b, 0xd4, 0x2b, 0xa6, 0x24, 0xd2, 0x6b, 0xe9, 0x4b, 0xa1, 0xec, 0x47, 0x76, 0x5b, 0x95, 0x4b, + 0xf3, 0xc7, 0x74, 0x57, 0xf6, 0x7d, 0x6b, 0x1f, 0x8e, 0x09, 0x79, 0x6f, 0xf7, 0xc7, 0x2e, 0x8a, + 0x70, 0x83, 0x1c, 0xac, 0x51, 0x16, 0xa0, 0x7a, 0x02, 0xf3, 0xb1, 0xe3, 0x73, 0xc2, 0x4d, 0xde, + 0xf0, 0x79, 0x16, 0xe4, 0x96, 0xff, 0x6a, 0x0f, 0xdc, 0x11, 0x63, 0xc2, 0x0d, 0xc6, 0x8d, 0x02, + 0xe3, 0x2c, 0xc0, 0xd8, 0x6a, 0x9e, 0x3a, 0xb6, 0xd8, 0xe5, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, + 0xf3, 0x82, 0x9d, 0xa0, 0xd2, 0x01, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/enums/placeholder_type.pb.go b/googleapis/ads/googleads/v1/enums/placeholder_type.pb.go index 2a1be218ce..8f8ecb5af7 100644 --- a/googleapis/ads/googleads/v1/enums/placeholder_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/placeholder_type.pb.go @@ -138,7 +138,7 @@ func (x PlaceholderTypeEnum_PlaceholderType) String() string { return proto.EnumName(PlaceholderTypeEnum_PlaceholderType_name, int32(x)) } func (PlaceholderTypeEnum_PlaceholderType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_placeholder_type_b2d825a23f4b8d97, []int{0, 0} + return fileDescriptor_placeholder_type_3e5fe1fcc2d8440e, []int{0, 0} } // Container for enum describing possible placeholder types for a feed mapping. @@ -152,7 +152,7 @@ func (m *PlaceholderTypeEnum) Reset() { *m = PlaceholderTypeEnum{} } func (m *PlaceholderTypeEnum) String() string { return proto.CompactTextString(m) } func (*PlaceholderTypeEnum) ProtoMessage() {} func (*PlaceholderTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_placeholder_type_b2d825a23f4b8d97, []int{0} + return fileDescriptor_placeholder_type_3e5fe1fcc2d8440e, []int{0} } func (m *PlaceholderTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PlaceholderTypeEnum.Unmarshal(m, b) @@ -178,10 +178,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/placeholder_type.proto", fileDescriptor_placeholder_type_b2d825a23f4b8d97) + proto.RegisterFile("google/ads/googleads/v1/enums/placeholder_type.proto", fileDescriptor_placeholder_type_3e5fe1fcc2d8440e) } -var fileDescriptor_placeholder_type_b2d825a23f4b8d97 = []byte{ +var fileDescriptor_placeholder_type_3e5fe1fcc2d8440e = []byte{ // 492 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xd1, 0x6e, 0x9b, 0x3e, 0x14, 0xc6, 0xff, 0x21, 0x6d, 0x93, 0x38, 0x4d, 0xe3, 0x38, 0xfd, 0x6f, 0xd2, 0xb4, 0x5e, 0xb4, diff --git a/googleapis/ads/googleads/v1/enums/placement_type.pb.go b/googleapis/ads/googleads/v1/enums/placement_type.pb.go index c0e9faa921..a7f08e3a0a 100644 --- a/googleapis/ads/googleads/v1/enums/placement_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/placement_type.pb.go @@ -62,7 +62,7 @@ func (x PlacementTypeEnum_PlacementType) String() string { return proto.EnumName(PlacementTypeEnum_PlacementType_name, int32(x)) } func (PlacementTypeEnum_PlacementType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_placement_type_2ff0b65ffab7c4a4, []int{0, 0} + return fileDescriptor_placement_type_dc725b3e437565ca, []int{0, 0} } // Container for enum describing possible placement types. @@ -76,7 +76,7 @@ func (m *PlacementTypeEnum) Reset() { *m = PlacementTypeEnum{} } func (m *PlacementTypeEnum) String() string { return proto.CompactTextString(m) } func (*PlacementTypeEnum) ProtoMessage() {} func (*PlacementTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_placement_type_2ff0b65ffab7c4a4, []int{0} + return fileDescriptor_placement_type_dc725b3e437565ca, []int{0} } func (m *PlacementTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PlacementTypeEnum.Unmarshal(m, b) @@ -102,10 +102,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/placement_type.proto", fileDescriptor_placement_type_2ff0b65ffab7c4a4) + proto.RegisterFile("google/ads/googleads/v1/enums/placement_type.proto", fileDescriptor_placement_type_dc725b3e437565ca) } -var fileDescriptor_placement_type_2ff0b65ffab7c4a4 = []byte{ +var fileDescriptor_placement_type_dc725b3e437565ca = []byte{ // 360 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdd, 0x6a, 0xa3, 0x40, 0x14, 0x5e, 0xcd, 0x6e, 0x16, 0x26, 0x84, 0x98, 0x09, 0xec, 0xc2, 0xb2, 0xb9, 0x48, 0x1e, 0x60, diff --git a/googleapis/ads/googleads/v1/enums/policy_approval_status.pb.go b/googleapis/ads/googleads/v1/enums/policy_approval_status.pb.go index b5a2b82fec..5e530704ad 100644 --- a/googleapis/ads/googleads/v1/enums/policy_approval_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/policy_approval_status.pb.go @@ -63,7 +63,7 @@ func (x PolicyApprovalStatusEnum_PolicyApprovalStatus) String() string { return proto.EnumName(PolicyApprovalStatusEnum_PolicyApprovalStatus_name, int32(x)) } func (PolicyApprovalStatusEnum_PolicyApprovalStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_policy_approval_status_7b0bfebc671dea14, []int{0, 0} + return fileDescriptor_policy_approval_status_de38eaf2e45ee77d, []int{0, 0} } // Container for enum describing possible policy approval statuses. @@ -77,7 +77,7 @@ func (m *PolicyApprovalStatusEnum) Reset() { *m = PolicyApprovalStatusEn func (m *PolicyApprovalStatusEnum) String() string { return proto.CompactTextString(m) } func (*PolicyApprovalStatusEnum) ProtoMessage() {} func (*PolicyApprovalStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_approval_status_7b0bfebc671dea14, []int{0} + return fileDescriptor_policy_approval_status_de38eaf2e45ee77d, []int{0} } func (m *PolicyApprovalStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyApprovalStatusEnum.Unmarshal(m, b) @@ -103,10 +103,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/policy_approval_status.proto", fileDescriptor_policy_approval_status_7b0bfebc671dea14) + proto.RegisterFile("google/ads/googleads/v1/enums/policy_approval_status.proto", fileDescriptor_policy_approval_status_de38eaf2e45ee77d) } -var fileDescriptor_policy_approval_status_7b0bfebc671dea14 = []byte{ +var fileDescriptor_policy_approval_status_de38eaf2e45ee77d = []byte{ // 346 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4d, 0x4a, 0xc3, 0x40, 0x14, 0x36, 0xa9, 0x7f, 0x4c, 0x05, 0x43, 0xa8, 0x60, 0xc5, 0x2e, 0xda, 0x03, 0x4c, 0x08, 0xee, diff --git a/googleapis/ads/googleads/v1/enums/policy_review_status.pb.go b/googleapis/ads/googleads/v1/enums/policy_review_status.pb.go index 1ef0d7c60a..ca521031ed 100644 --- a/googleapis/ads/googleads/v1/enums/policy_review_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/policy_review_status.pb.go @@ -57,7 +57,7 @@ func (x PolicyReviewStatusEnum_PolicyReviewStatus) String() string { return proto.EnumName(PolicyReviewStatusEnum_PolicyReviewStatus_name, int32(x)) } func (PolicyReviewStatusEnum_PolicyReviewStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_policy_review_status_a78af36a58c8e5dd, []int{0, 0} + return fileDescriptor_policy_review_status_8e59777bd577c932, []int{0, 0} } // Container for enum describing possible policy review statuses. @@ -71,7 +71,7 @@ func (m *PolicyReviewStatusEnum) Reset() { *m = PolicyReviewStatusEnum{} func (m *PolicyReviewStatusEnum) String() string { return proto.CompactTextString(m) } func (*PolicyReviewStatusEnum) ProtoMessage() {} func (*PolicyReviewStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_review_status_a78af36a58c8e5dd, []int{0} + return fileDescriptor_policy_review_status_8e59777bd577c932, []int{0} } func (m *PolicyReviewStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyReviewStatusEnum.Unmarshal(m, b) @@ -97,10 +97,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/policy_review_status.proto", fileDescriptor_policy_review_status_a78af36a58c8e5dd) + proto.RegisterFile("google/ads/googleads/v1/enums/policy_review_status.proto", fileDescriptor_policy_review_status_8e59777bd577c932) } -var fileDescriptor_policy_review_status_a78af36a58c8e5dd = []byte{ +var fileDescriptor_policy_review_status_8e59777bd577c932 = []byte{ // 330 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, 0x1c, 0xb6, 0x9d, 0xa8, 0x64, 0x03, 0x4b, 0x0e, 0x13, 0xc4, 0x1d, 0xb6, 0x07, 0x48, 0x29, 0x5e, diff --git a/googleapis/ads/googleads/v1/enums/policy_topic_entry_type.pb.go b/googleapis/ads/googleads/v1/enums/policy_topic_entry_type.pb.go index 4245cd4a03..65e31dd61d 100644 --- a/googleapis/ads/googleads/v1/enums/policy_topic_entry_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/policy_topic_entry_type.pb.go @@ -33,6 +33,9 @@ const ( PolicyTopicEntryTypeEnum_PROHIBITED PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 2 // The resource will not be served under some circumstances. PolicyTopicEntryTypeEnum_LIMITED PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 4 + // The resource cannot serve at all because of the current targeting + // criteria. + PolicyTopicEntryTypeEnum_FULLY_LIMITED PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 8 // May be of interest, but does not limit how the resource is served. PolicyTopicEntryTypeEnum_DESCRIPTIVE PolicyTopicEntryTypeEnum_PolicyTopicEntryType = 5 // Could increase coverage beyond normal. @@ -47,6 +50,7 @@ var PolicyTopicEntryTypeEnum_PolicyTopicEntryType_name = map[int32]string{ 1: "UNKNOWN", 2: "PROHIBITED", 4: "LIMITED", + 8: "FULLY_LIMITED", 5: "DESCRIPTIVE", 6: "BROADENING", 7: "AREA_OF_INTEREST_ONLY", @@ -56,6 +60,7 @@ var PolicyTopicEntryTypeEnum_PolicyTopicEntryType_value = map[string]int32{ "UNKNOWN": 1, "PROHIBITED": 2, "LIMITED": 4, + "FULLY_LIMITED": 8, "DESCRIPTIVE": 5, "BROADENING": 6, "AREA_OF_INTEREST_ONLY": 7, @@ -65,7 +70,7 @@ func (x PolicyTopicEntryTypeEnum_PolicyTopicEntryType) String() string { return proto.EnumName(PolicyTopicEntryTypeEnum_PolicyTopicEntryType_name, int32(x)) } func (PolicyTopicEntryTypeEnum_PolicyTopicEntryType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_policy_topic_entry_type_264df399ef09c1ab, []int{0, 0} + return fileDescriptor_policy_topic_entry_type_2d86a58e897e12eb, []int{0, 0} } // Container for enum describing possible policy topic entry types. @@ -79,7 +84,7 @@ func (m *PolicyTopicEntryTypeEnum) Reset() { *m = PolicyTopicEntryTypeEn func (m *PolicyTopicEntryTypeEnum) String() string { return proto.CompactTextString(m) } func (*PolicyTopicEntryTypeEnum) ProtoMessage() {} func (*PolicyTopicEntryTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_topic_entry_type_264df399ef09c1ab, []int{0} + return fileDescriptor_policy_topic_entry_type_2d86a58e897e12eb, []int{0} } func (m *PolicyTopicEntryTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicEntryTypeEnum.Unmarshal(m, b) @@ -105,32 +110,33 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/policy_topic_entry_type.proto", fileDescriptor_policy_topic_entry_type_264df399ef09c1ab) + proto.RegisterFile("google/ads/googleads/v1/enums/policy_topic_entry_type.proto", fileDescriptor_policy_topic_entry_type_2d86a58e897e12eb) } -var fileDescriptor_policy_topic_entry_type_264df399ef09c1ab = []byte{ - // 367 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x41, 0x8a, 0xdb, 0x30, - 0x14, 0x86, 0x6b, 0xb7, 0x4d, 0x40, 0x81, 0xd6, 0x98, 0x16, 0x9a, 0xd2, 0x2c, 0x92, 0x03, 0xc8, - 0x98, 0xee, 0x94, 0x95, 0x1c, 0x2b, 0xa9, 0x68, 0x2a, 0x1b, 0xc7, 0x71, 0x69, 0x31, 0x18, 0x37, - 0x36, 0xc6, 0x90, 0x48, 0x26, 0x72, 0x02, 0x3e, 0x44, 0x2f, 0xd1, 0x65, 0x8e, 0xd2, 0xa3, 0x74, - 0xd1, 0x33, 0x0c, 0x92, 0x27, 0x59, 0x65, 0x66, 0x23, 0x7e, 0xe9, 0x7f, 0xdf, 0xcf, 0x7b, 0x4f, - 0x60, 0x5e, 0x09, 0x51, 0xed, 0x4b, 0x27, 0x2f, 0xa4, 0xd3, 0x4b, 0xa5, 0xce, 0xae, 0x53, 0xf2, - 0xd3, 0x41, 0x3a, 0x8d, 0xd8, 0xd7, 0xbb, 0x2e, 0x6b, 0x45, 0x53, 0xef, 0xb2, 0x92, 0xb7, 0xc7, - 0x2e, 0x6b, 0xbb, 0xa6, 0x84, 0xcd, 0x51, 0xb4, 0xc2, 0x9e, 0xf4, 0x04, 0xcc, 0x0b, 0x09, 0x6f, - 0x30, 0x3c, 0xbb, 0x50, 0xc3, 0x1f, 0x3f, 0x5d, 0xb3, 0x9b, 0xda, 0xc9, 0x39, 0x17, 0x6d, 0xde, - 0xd6, 0x82, 0xcb, 0x1e, 0x9e, 0x5d, 0x0c, 0xf0, 0x21, 0xd4, 0xf1, 0xb1, 0x4a, 0x27, 0x2a, 0x3c, - 0xee, 0x9a, 0x92, 0xf0, 0xd3, 0x61, 0xf6, 0xdb, 0x00, 0xef, 0xee, 0x99, 0xf6, 0x5b, 0x30, 0xda, - 0xb2, 0x4d, 0x48, 0x16, 0x74, 0x49, 0x89, 0x6f, 0xbd, 0xb0, 0x47, 0x60, 0xb8, 0x65, 0x5f, 0x59, - 0xf0, 0x9d, 0x59, 0x86, 0xfd, 0x06, 0x80, 0x30, 0x0a, 0xbe, 0x50, 0x8f, 0xc6, 0xc4, 0xb7, 0x4c, - 0x65, 0xae, 0xe9, 0x37, 0x7d, 0x79, 0xa5, 0x50, 0x9f, 0x6c, 0x16, 0x11, 0x0d, 0x63, 0x9a, 0x10, - 0xeb, 0xb5, 0xaa, 0xf6, 0xa2, 0x00, 0xfb, 0x84, 0x51, 0xb6, 0xb2, 0x06, 0xf6, 0x18, 0xbc, 0xc7, - 0x11, 0xc1, 0x59, 0xb0, 0xcc, 0x28, 0x8b, 0x49, 0x44, 0x36, 0x71, 0x16, 0xb0, 0xf5, 0x0f, 0x6b, - 0xe8, 0xfd, 0x37, 0xc0, 0x74, 0x27, 0x0e, 0xf0, 0xd9, 0x81, 0xbd, 0xf1, 0xbd, 0x96, 0x43, 0x35, - 0x6d, 0x68, 0xfc, 0xf4, 0x1e, 0xd9, 0x4a, 0xec, 0x73, 0x5e, 0x41, 0x71, 0xac, 0x9c, 0xaa, 0xe4, - 0x7a, 0x17, 0xd7, 0xcd, 0x37, 0xb5, 0x7c, 0xe2, 0x23, 0xe6, 0xfa, 0xfc, 0x63, 0xbe, 0x5c, 0x61, - 0x7c, 0x31, 0x27, 0xab, 0x3e, 0x0a, 0x17, 0x12, 0xf6, 0x52, 0xa9, 0xc4, 0x85, 0x6a, 0x77, 0xf2, - 0xef, 0xd5, 0x4f, 0x71, 0x21, 0xd3, 0x9b, 0x9f, 0x26, 0x6e, 0xaa, 0xfd, 0x7f, 0xe6, 0xb4, 0x7f, - 0x44, 0x08, 0x17, 0x12, 0xa1, 0x5b, 0x05, 0x42, 0x89, 0x8b, 0x90, 0xae, 0xf9, 0x35, 0xd0, 0x8d, - 0x7d, 0x7e, 0x08, 0x00, 0x00, 0xff, 0xff, 0xdd, 0xe2, 0xd2, 0x1b, 0x20, 0x02, 0x00, 0x00, +var fileDescriptor_policy_topic_entry_type_2d86a58e897e12eb = []byte{ + // 379 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0xae, 0x93, 0x40, + 0x18, 0x85, 0x05, 0xf5, 0x5e, 0x33, 0x37, 0x2a, 0x12, 0x4d, 0xbc, 0xc6, 0x2e, 0xda, 0x07, 0x18, + 0x42, 0xdc, 0x4d, 0x57, 0x43, 0x99, 0xd6, 0x89, 0x38, 0x10, 0x4a, 0x31, 0x35, 0x24, 0x04, 0x0b, + 0x21, 0x24, 0xed, 0x0c, 0xe9, 0xd0, 0x26, 0xbc, 0x8d, 0x71, 0xe9, 0x3b, 0xf8, 0x02, 0x3e, 0x8a, + 0x0b, 0x9f, 0xc1, 0xcc, 0x20, 0x5d, 0x55, 0x37, 0xe4, 0xf0, 0x9f, 0xff, 0x7c, 0x81, 0xf3, 0x83, + 0x79, 0x2d, 0x44, 0xbd, 0xaf, 0x9c, 0xa2, 0x94, 0xce, 0x20, 0x95, 0x3a, 0xbb, 0x4e, 0xc5, 0x4f, + 0x07, 0xe9, 0xb4, 0x62, 0xdf, 0xec, 0xfa, 0xbc, 0x13, 0x6d, 0xb3, 0xcb, 0x2b, 0xde, 0x1d, 0xfb, + 0xbc, 0xeb, 0xdb, 0x0a, 0xb6, 0x47, 0xd1, 0x09, 0x7b, 0x32, 0x24, 0x60, 0x51, 0x4a, 0x78, 0x09, + 0xc3, 0xb3, 0x0b, 0x75, 0xf8, 0xcd, 0xdb, 0x91, 0xdd, 0x36, 0x4e, 0xc1, 0xb9, 0xe8, 0x8a, 0xae, + 0x11, 0x5c, 0x0e, 0xe1, 0xd9, 0x0f, 0x03, 0xbc, 0x8e, 0x34, 0x3e, 0x51, 0x74, 0xa2, 0xe0, 0x49, + 0xdf, 0x56, 0x84, 0x9f, 0x0e, 0xb3, 0xaf, 0x06, 0x78, 0x79, 0xcd, 0xb4, 0x9f, 0x83, 0xbb, 0x0d, + 0x5b, 0x47, 0x64, 0x41, 0x97, 0x94, 0xf8, 0xd6, 0x03, 0xfb, 0x0e, 0xdc, 0x6e, 0xd8, 0x07, 0x16, + 0x7e, 0x62, 0x96, 0x61, 0x3f, 0x03, 0x20, 0x8a, 0xc3, 0xf7, 0xd4, 0xa3, 0x09, 0xf1, 0x2d, 0x53, + 0x99, 0x01, 0xfd, 0xa8, 0x5f, 0x1e, 0xd9, 0x2f, 0xc0, 0xd3, 0xe5, 0x26, 0x08, 0xb6, 0xf9, 0x38, + 0x7a, 0xa2, 0x68, 0x3e, 0x59, 0x2f, 0x62, 0x1a, 0x25, 0x34, 0x25, 0xd6, 0x63, 0x05, 0xf0, 0xe2, + 0x10, 0xfb, 0x84, 0x51, 0xb6, 0xb2, 0x6e, 0xec, 0x7b, 0xf0, 0x0a, 0xc7, 0x04, 0xe7, 0xe1, 0x32, + 0xa7, 0x2c, 0x21, 0x31, 0x59, 0x27, 0x79, 0xc8, 0x82, 0xad, 0x75, 0xeb, 0xfd, 0x36, 0xc0, 0x74, + 0x27, 0x0e, 0xf0, 0xbf, 0x1d, 0x78, 0xf7, 0xd7, 0xfe, 0x22, 0x52, 0x05, 0x44, 0xc6, 0x67, 0xef, + 0x6f, 0xb6, 0x16, 0xfb, 0x82, 0xd7, 0x50, 0x1c, 0x6b, 0xa7, 0xae, 0xb8, 0xae, 0x67, 0x3c, 0x46, + 0xdb, 0xc8, 0x7f, 0xdc, 0x66, 0xae, 0x9f, 0xdf, 0xcc, 0x87, 0x2b, 0x8c, 0xbf, 0x9b, 0x93, 0xd5, + 0x80, 0xc2, 0xa5, 0x84, 0x83, 0x54, 0x2a, 0x75, 0xa1, 0xaa, 0x53, 0xfe, 0x1c, 0xfd, 0x0c, 0x97, + 0x32, 0xbb, 0xf8, 0x59, 0xea, 0x66, 0xda, 0xff, 0x65, 0x4e, 0x87, 0x21, 0x42, 0xb8, 0x94, 0x08, + 0x5d, 0x36, 0x10, 0x4a, 0x5d, 0x84, 0xf4, 0xce, 0x97, 0x1b, 0xfd, 0x61, 0xef, 0xfe, 0x04, 0x00, + 0x00, 0xff, 0xff, 0x66, 0x35, 0x70, 0x8b, 0x33, 0x02, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/enums/policy_topic_evidence_destination_mismatch_url_type.pb.go b/googleapis/ads/googleads/v1/enums/policy_topic_evidence_destination_mismatch_url_type.pb.go index 98aff99331..851fea79c1 100644 --- a/googleapis/ads/googleads/v1/enums/policy_topic_evidence_destination_mismatch_url_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/policy_topic_evidence_destination_mismatch_url_type.pb.go @@ -64,7 +64,7 @@ func (x PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDes return proto.EnumName(PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType_name, int32(x)) } func (PolicyTopicEvidenceDestinationMismatchUrlTypeEnum_PolicyTopicEvidenceDestinationMismatchUrlType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_4837369de862e676, []int{0, 0} + return fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_7351fdf0972bcdb9, []int{0, 0} } // Container for enum describing possible policy topic evidence destination @@ -83,7 +83,7 @@ func (m *PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) String() string { } func (*PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) ProtoMessage() {} func (*PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_4837369de862e676, []int{0} + return fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_7351fdf0972bcdb9, []int{0} } func (m *PolicyTopicEvidenceDestinationMismatchUrlTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.Unmarshal(m, b) @@ -109,10 +109,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/policy_topic_evidence_destination_mismatch_url_type.proto", fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_4837369de862e676) + proto.RegisterFile("google/ads/googleads/v1/enums/policy_topic_evidence_destination_mismatch_url_type.proto", fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_7351fdf0972bcdb9) } -var fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_4837369de862e676 = []byte{ +var fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_7351fdf0972bcdb9 = []byte{ // 390 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x51, 0xc1, 0xaa, 0x9b, 0x40, 0x14, 0xad, 0xa6, 0x4d, 0xe9, 0xa4, 0xa5, 0x62, 0x0b, 0x85, 0xd2, 0x2c, 0x92, 0x7d, 0x47, 0x6c, diff --git a/googleapis/ads/googleads/v1/enums/policy_topic_evidence_destination_not_working_device.pb.go b/googleapis/ads/googleads/v1/enums/policy_topic_evidence_destination_not_working_device.pb.go new file mode 100644 index 0000000000..a9504cf294 --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/policy_topic_evidence_destination_not_working_device.pb.go @@ -0,0 +1,131 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/policy_topic_evidence_destination_not_working_device.proto + +package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v1/enums" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// The possible policy topic evidence destination not working devices. +type PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice int32 + +const ( + // No value has been specified. + PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_UNSPECIFIED PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice = 0 + // The received value is not known in this version. + // + // This is a response-only value. + PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_UNKNOWN PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice = 1 + // Landing page doesn't work on desktop device. + PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_DESKTOP PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice = 2 + // Landing page doesn't work on Android device. + PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_ANDROID PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice = 3 + // Landing page doesn't work on iOS device. + PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_IOS PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice = 4 +) + +var PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "DESKTOP", + 3: "ANDROID", + 4: "IOS", +} +var PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "DESKTOP": 2, + "ANDROID": 3, + "IOS": 4, +} + +func (x PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice) String() string { + return proto.EnumName(PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice_name, int32(x)) +} +func (PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_policy_topic_evidence_destination_not_working_device_c2cbfcd4d0456964, []int{0, 0} +} + +// Container for enum describing possible policy topic evidence destination not +// working devices. +type PolicyTopicEvidenceDestinationNotWorkingDeviceEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *PolicyTopicEvidenceDestinationNotWorkingDeviceEnum) Reset() { + *m = PolicyTopicEvidenceDestinationNotWorkingDeviceEnum{} +} +func (m *PolicyTopicEvidenceDestinationNotWorkingDeviceEnum) String() string { + return proto.CompactTextString(m) +} +func (*PolicyTopicEvidenceDestinationNotWorkingDeviceEnum) ProtoMessage() {} +func (*PolicyTopicEvidenceDestinationNotWorkingDeviceEnum) Descriptor() ([]byte, []int) { + return fileDescriptor_policy_topic_evidence_destination_not_working_device_c2cbfcd4d0456964, []int{0} +} +func (m *PolicyTopicEvidenceDestinationNotWorkingDeviceEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.Unmarshal(m, b) +} +func (m *PolicyTopicEvidenceDestinationNotWorkingDeviceEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.Marshal(b, m, deterministic) +} +func (dst *PolicyTopicEvidenceDestinationNotWorkingDeviceEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.Merge(dst, src) +} +func (m *PolicyTopicEvidenceDestinationNotWorkingDeviceEnum) XXX_Size() int { + return xxx_messageInfo_PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.Size(m) +} +func (m *PolicyTopicEvidenceDestinationNotWorkingDeviceEnum) XXX_DiscardUnknown() { + xxx_messageInfo_PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_PolicyTopicEvidenceDestinationNotWorkingDeviceEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*PolicyTopicEvidenceDestinationNotWorkingDeviceEnum)(nil), "google.ads.googleads.v1.enums.PolicyTopicEvidenceDestinationNotWorkingDeviceEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice", PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice_name, PolicyTopicEvidenceDestinationNotWorkingDeviceEnum_PolicyTopicEvidenceDestinationNotWorkingDevice_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/policy_topic_evidence_destination_not_working_device.proto", fileDescriptor_policy_topic_evidence_destination_not_working_device_c2cbfcd4d0456964) +} + +var fileDescriptor_policy_topic_evidence_destination_not_working_device_c2cbfcd4d0456964 = []byte{ + // 350 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x91, 0xcf, 0x4a, 0xc3, 0x40, + 0x10, 0xc6, 0x6d, 0x2a, 0x16, 0xd2, 0x83, 0x21, 0x47, 0xb1, 0x87, 0xf6, 0x01, 0x36, 0xc4, 0xde, + 0xd6, 0x53, 0x6a, 0x62, 0x09, 0x85, 0x24, 0xd8, 0x7f, 0x22, 0x81, 0x10, 0xb3, 0x4b, 0x58, 0x6c, + 0x77, 0x62, 0x37, 0x8d, 0xf8, 0x06, 0x3e, 0x87, 0x17, 0xc1, 0x47, 0xf1, 0x51, 0x7c, 0x0a, 0xd9, + 0xdd, 0xb6, 0x9e, 0x14, 0x7a, 0x09, 0xdf, 0x64, 0x66, 0xbe, 0xdf, 0xec, 0x8c, 0x79, 0x5f, 0x02, + 0x94, 0x2b, 0xea, 0xe4, 0x44, 0x38, 0x5a, 0x4a, 0xd5, 0xb8, 0x0e, 0xe5, 0xdb, 0xb5, 0x70, 0x2a, + 0x58, 0xb1, 0xe2, 0x35, 0xab, 0xa1, 0x62, 0x45, 0x46, 0x1b, 0x46, 0x28, 0x2f, 0x68, 0x46, 0xa8, + 0xa8, 0x19, 0xcf, 0x6b, 0x06, 0x3c, 0xe3, 0x50, 0x67, 0x2f, 0xb0, 0x79, 0x62, 0xbc, 0xcc, 0x08, + 0x6d, 0x58, 0x41, 0x51, 0xb5, 0x81, 0x1a, 0xec, 0x9e, 0xb6, 0x43, 0x39, 0x11, 0xe8, 0xe0, 0x8c, + 0x1a, 0x17, 0x29, 0xe7, 0x8b, 0xcb, 0x3d, 0xb8, 0x62, 0x4e, 0xce, 0x39, 0xd4, 0xca, 0x4e, 0xe8, + 0xe6, 0xc1, 0x47, 0xcb, 0xbc, 0x4a, 0x14, 0x7b, 0x26, 0xd1, 0xc1, 0x8e, 0xec, 0xff, 0x82, 0x23, + 0xa8, 0x97, 0x1a, 0xeb, 0x2b, 0x6a, 0xc0, 0xb7, 0xeb, 0xc1, 0xb3, 0x89, 0x8e, 0xeb, 0xb2, 0xcf, + 0xcd, 0xee, 0x3c, 0x9a, 0x26, 0xc1, 0x4d, 0x78, 0x1b, 0x06, 0xbe, 0x75, 0x62, 0x77, 0xcd, 0xce, + 0x3c, 0x9a, 0x44, 0xf1, 0x32, 0xb2, 0x5a, 0x32, 0xf0, 0x83, 0xe9, 0x64, 0x16, 0x27, 0x96, 0x21, + 0x03, 0x2f, 0xf2, 0xef, 0xe2, 0xd0, 0xb7, 0xda, 0x76, 0xc7, 0x6c, 0x87, 0xf1, 0xd4, 0x3a, 0x1d, + 0xbd, 0x19, 0x66, 0xbf, 0x80, 0x35, 0xfa, 0xf7, 0xb5, 0xa3, 0xe1, 0x71, 0x63, 0x25, 0x72, 0x09, + 0x49, 0xeb, 0x61, 0xb4, 0x73, 0x2d, 0x61, 0x95, 0xf3, 0x12, 0xc1, 0xa6, 0x74, 0x4a, 0xca, 0xd5, + 0x8a, 0xf6, 0xd7, 0xaa, 0x98, 0xf8, 0xe3, 0x78, 0xd7, 0xea, 0xfb, 0x6e, 0xb4, 0xc7, 0x9e, 0xf7, + 0x69, 0xf4, 0xc6, 0xda, 0xca, 0x23, 0x02, 0x69, 0x29, 0xd5, 0xc2, 0x45, 0x72, 0x71, 0xe2, 0x6b, + 0x9f, 0x4f, 0x3d, 0x22, 0xd2, 0x43, 0x3e, 0x5d, 0xb8, 0xa9, 0xca, 0x7f, 0x1b, 0x7d, 0xfd, 0x13, + 0x63, 0x8f, 0x08, 0x8c, 0x0f, 0x15, 0x18, 0x2f, 0x5c, 0x8c, 0x55, 0xcd, 0xe3, 0x99, 0x1a, 0x6c, + 0xf8, 0x13, 0x00, 0x00, 0xff, 0xff, 0xbf, 0xfa, 0x15, 0x08, 0x54, 0x02, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/enums/positive_geo_target_type.pb.go b/googleapis/ads/googleads/v1/enums/positive_geo_target_type.pb.go index 52782c5928..d2547ad6cd 100644 --- a/googleapis/ads/googleads/v1/enums/positive_geo_target_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/positive_geo_target_type.pb.go @@ -27,14 +27,14 @@ const ( PositiveGeoTargetTypeEnum_UNSPECIFIED PositiveGeoTargetTypeEnum_PositiveGeoTargetType = 0 // The value is unknown in this version. PositiveGeoTargetTypeEnum_UNKNOWN PositiveGeoTargetTypeEnum_PositiveGeoTargetType = 1 - // Specifies that either Area of Interest (AOI) or - // Location of Presence (LOP) may trigger the ad. + // Specifies that an ad is triggered if the user is in, + // or shows interest in, advertiser's targeted locations. PositiveGeoTargetTypeEnum_DONT_CARE PositiveGeoTargetTypeEnum_PositiveGeoTargetType = 2 - // Specifies that the ad is triggered only if the user's Area of Interest - // (AOI) matches. + // Specifies that an ad is triggered if the user + // searches for advertiser's targeted locations. PositiveGeoTargetTypeEnum_AREA_OF_INTEREST PositiveGeoTargetTypeEnum_PositiveGeoTargetType = 3 - // Specifies that the ad is triggered only if the user's - // Location of Presence (LOP) matches. + // Specifies that an ad is triggered if the user is in + // or regularly in advertiser's targeted locations. PositiveGeoTargetTypeEnum_LOCATION_OF_PRESENCE PositiveGeoTargetTypeEnum_PositiveGeoTargetType = 4 ) @@ -57,7 +57,7 @@ func (x PositiveGeoTargetTypeEnum_PositiveGeoTargetType) String() string { return proto.EnumName(PositiveGeoTargetTypeEnum_PositiveGeoTargetType_name, int32(x)) } func (PositiveGeoTargetTypeEnum_PositiveGeoTargetType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_positive_geo_target_type_3582234cc5d181df, []int{0, 0} + return fileDescriptor_positive_geo_target_type_8a4eb110d34593ec, []int{0, 0} } // Container for enum describing possible positive geo target types. @@ -71,7 +71,7 @@ func (m *PositiveGeoTargetTypeEnum) Reset() { *m = PositiveGeoTargetType func (m *PositiveGeoTargetTypeEnum) String() string { return proto.CompactTextString(m) } func (*PositiveGeoTargetTypeEnum) ProtoMessage() {} func (*PositiveGeoTargetTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_positive_geo_target_type_3582234cc5d181df, []int{0} + return fileDescriptor_positive_geo_target_type_8a4eb110d34593ec, []int{0} } func (m *PositiveGeoTargetTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PositiveGeoTargetTypeEnum.Unmarshal(m, b) @@ -97,10 +97,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/positive_geo_target_type.proto", fileDescriptor_positive_geo_target_type_3582234cc5d181df) + proto.RegisterFile("google/ads/googleads/v1/enums/positive_geo_target_type.proto", fileDescriptor_positive_geo_target_type_8a4eb110d34593ec) } -var fileDescriptor_positive_geo_target_type_3582234cc5d181df = []byte{ +var fileDescriptor_positive_geo_target_type_8a4eb110d34593ec = []byte{ // 348 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xfb, 0x30, 0x18, 0xc5, 0xff, 0xed, 0xfe, 0x28, 0x66, 0x88, 0xa5, 0x4c, 0xd0, 0xe1, 0x2e, 0xb6, 0x07, 0x48, diff --git a/googleapis/ads/googleads/v1/enums/preferred_content_type.pb.go b/googleapis/ads/googleads/v1/enums/preferred_content_type.pb.go index 2498a5d698..a7596fc99a 100644 --- a/googleapis/ads/googleads/v1/enums/preferred_content_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/preferred_content_type.pb.go @@ -46,7 +46,7 @@ func (x PreferredContentTypeEnum_PreferredContentType) String() string { return proto.EnumName(PreferredContentTypeEnum_PreferredContentType_name, int32(x)) } func (PreferredContentTypeEnum_PreferredContentType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_preferred_content_type_930b3c5e4dc21e65, []int{0, 0} + return fileDescriptor_preferred_content_type_89f4aa51b16a342c, []int{0, 0} } // Container for enumeration of preferred content criterion type. @@ -60,7 +60,7 @@ func (m *PreferredContentTypeEnum) Reset() { *m = PreferredContentTypeEn func (m *PreferredContentTypeEnum) String() string { return proto.CompactTextString(m) } func (*PreferredContentTypeEnum) ProtoMessage() {} func (*PreferredContentTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_preferred_content_type_930b3c5e4dc21e65, []int{0} + return fileDescriptor_preferred_content_type_89f4aa51b16a342c, []int{0} } func (m *PreferredContentTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PreferredContentTypeEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/preferred_content_type.proto", fileDescriptor_preferred_content_type_930b3c5e4dc21e65) + proto.RegisterFile("google/ads/googleads/v1/enums/preferred_content_type.proto", fileDescriptor_preferred_content_type_89f4aa51b16a342c) } -var fileDescriptor_preferred_content_type_930b3c5e4dc21e65 = []byte{ +var fileDescriptor_preferred_content_type_89f4aa51b16a342c = []byte{ // 316 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xfb, 0x30, 0x18, 0xc5, 0xff, 0xdb, 0xe0, 0x2f, 0x64, 0x17, 0x8e, 0xea, 0xc5, 0x14, 0x77, 0xb1, 0x3d, 0x40, diff --git a/googleapis/ads/googleads/v1/enums/price_extension_price_qualifier.pb.go b/googleapis/ads/googleads/v1/enums/price_extension_price_qualifier.pb.go index b35b17ca77..0eb4d28f76 100644 --- a/googleapis/ads/googleads/v1/enums/price_extension_price_qualifier.pb.go +++ b/googleapis/ads/googleads/v1/enums/price_extension_price_qualifier.pb.go @@ -54,7 +54,7 @@ func (x PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier) String() return proto.EnumName(PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier_name, int32(x)) } func (PriceExtensionPriceQualifierEnum_PriceExtensionPriceQualifier) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_price_extension_price_qualifier_b151df2520862de8, []int{0, 0} + return fileDescriptor_price_extension_price_qualifier_960fd1cf90164248, []int{0, 0} } // Container for enum describing a price extension price qualifier. @@ -68,7 +68,7 @@ func (m *PriceExtensionPriceQualifierEnum) Reset() { *m = PriceExtension func (m *PriceExtensionPriceQualifierEnum) String() string { return proto.CompactTextString(m) } func (*PriceExtensionPriceQualifierEnum) ProtoMessage() {} func (*PriceExtensionPriceQualifierEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_price_extension_price_qualifier_b151df2520862de8, []int{0} + return fileDescriptor_price_extension_price_qualifier_960fd1cf90164248, []int{0} } func (m *PriceExtensionPriceQualifierEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PriceExtensionPriceQualifierEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/price_extension_price_qualifier.proto", fileDescriptor_price_extension_price_qualifier_b151df2520862de8) + proto.RegisterFile("google/ads/googleads/v1/enums/price_extension_price_qualifier.proto", fileDescriptor_price_extension_price_qualifier_960fd1cf90164248) } -var fileDescriptor_price_extension_price_qualifier_b151df2520862de8 = []byte{ +var fileDescriptor_price_extension_price_qualifier_960fd1cf90164248 = []byte{ // 326 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4d, 0x4e, 0xf3, 0x30, 0x10, 0xfd, 0x92, 0xf6, 0xe3, 0xc7, 0x5d, 0x10, 0x65, 0x89, 0x5a, 0x89, 0xf6, 0x00, 0x8e, 0x22, diff --git a/googleapis/ads/googleads/v1/enums/price_extension_price_unit.pb.go b/googleapis/ads/googleads/v1/enums/price_extension_price_unit.pb.go index 804433f134..ce259dbe64 100644 --- a/googleapis/ads/googleads/v1/enums/price_extension_price_unit.pb.go +++ b/googleapis/ads/googleads/v1/enums/price_extension_price_unit.pb.go @@ -66,7 +66,7 @@ func (x PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit) String() string { return proto.EnumName(PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit_name, int32(x)) } func (PriceExtensionPriceUnitEnum_PriceExtensionPriceUnit) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_price_extension_price_unit_3e595be5a7ea472b, []int{0, 0} + return fileDescriptor_price_extension_price_unit_b2bf1d2dd17ee2c0, []int{0, 0} } // Container for enum describing price extension price unit. @@ -80,7 +80,7 @@ func (m *PriceExtensionPriceUnitEnum) Reset() { *m = PriceExtensionPrice func (m *PriceExtensionPriceUnitEnum) String() string { return proto.CompactTextString(m) } func (*PriceExtensionPriceUnitEnum) ProtoMessage() {} func (*PriceExtensionPriceUnitEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_price_extension_price_unit_3e595be5a7ea472b, []int{0} + return fileDescriptor_price_extension_price_unit_b2bf1d2dd17ee2c0, []int{0} } func (m *PriceExtensionPriceUnitEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PriceExtensionPriceUnitEnum.Unmarshal(m, b) @@ -106,10 +106,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/price_extension_price_unit.proto", fileDescriptor_price_extension_price_unit_3e595be5a7ea472b) + proto.RegisterFile("google/ads/googleads/v1/enums/price_extension_price_unit.proto", fileDescriptor_price_extension_price_unit_b2bf1d2dd17ee2c0) } -var fileDescriptor_price_extension_price_unit_3e595be5a7ea472b = []byte{ +var fileDescriptor_price_extension_price_unit_b2bf1d2dd17ee2c0 = []byte{ // 350 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xd1, 0x4e, 0xfa, 0x30, 0x14, 0xc6, 0xff, 0x1b, 0x7f, 0x41, 0x8b, 0xc6, 0x66, 0x37, 0x26, 0x0a, 0x17, 0xf0, 0x00, 0x5d, diff --git a/googleapis/ads/googleads/v1/enums/price_extension_type.pb.go b/googleapis/ads/googleads/v1/enums/price_extension_type.pb.go index 32086a795d..374416d5f1 100644 --- a/googleapis/ads/googleads/v1/enums/price_extension_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/price_extension_type.pb.go @@ -78,7 +78,7 @@ func (x PriceExtensionTypeEnum_PriceExtensionType) String() string { return proto.EnumName(PriceExtensionTypeEnum_PriceExtensionType_name, int32(x)) } func (PriceExtensionTypeEnum_PriceExtensionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_price_extension_type_512e7afa6a10a1eb, []int{0, 0} + return fileDescriptor_price_extension_type_b4046f5b4d5b8020, []int{0, 0} } // Container for enum describing types for a price extension. @@ -92,7 +92,7 @@ func (m *PriceExtensionTypeEnum) Reset() { *m = PriceExtensionTypeEnum{} func (m *PriceExtensionTypeEnum) String() string { return proto.CompactTextString(m) } func (*PriceExtensionTypeEnum) ProtoMessage() {} func (*PriceExtensionTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_price_extension_type_512e7afa6a10a1eb, []int{0} + return fileDescriptor_price_extension_type_b4046f5b4d5b8020, []int{0} } func (m *PriceExtensionTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PriceExtensionTypeEnum.Unmarshal(m, b) @@ -118,10 +118,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/price_extension_type.proto", fileDescriptor_price_extension_type_512e7afa6a10a1eb) + proto.RegisterFile("google/ads/googleads/v1/enums/price_extension_type.proto", fileDescriptor_price_extension_type_b4046f5b4d5b8020) } -var fileDescriptor_price_extension_type_512e7afa6a10a1eb = []byte{ +var fileDescriptor_price_extension_type_b4046f5b4d5b8020 = []byte{ // 394 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xd1, 0x6a, 0xd4, 0x40, 0x18, 0x85, 0xcd, 0x56, 0xb7, 0xed, 0xd4, 0xe2, 0x38, 0x17, 0x15, 0xc4, 0x5e, 0xb4, 0x0f, 0x30, diff --git a/googleapis/ads/googleads/v1/enums/price_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/price_placeholder_field.pb.go index eef3b7bda9..0d948d93b8 100644 --- a/googleapis/ads/googleads/v1/enums/price_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/price_placeholder_field.pb.go @@ -291,7 +291,7 @@ func (x PricePlaceholderFieldEnum_PricePlaceholderField) String() string { return proto.EnumName(PricePlaceholderFieldEnum_PricePlaceholderField_name, int32(x)) } func (PricePlaceholderFieldEnum_PricePlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_price_placeholder_field_db820191f1cfbadd, []int{0, 0} + return fileDescriptor_price_placeholder_field_70027d62066d5e9c, []int{0, 0} } // Values for Price placeholder fields. @@ -305,7 +305,7 @@ func (m *PricePlaceholderFieldEnum) Reset() { *m = PricePlaceholderField func (m *PricePlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*PricePlaceholderFieldEnum) ProtoMessage() {} func (*PricePlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_price_placeholder_field_db820191f1cfbadd, []int{0} + return fileDescriptor_price_placeholder_field_70027d62066d5e9c, []int{0} } func (m *PricePlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PricePlaceholderFieldEnum.Unmarshal(m, b) @@ -331,10 +331,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/price_placeholder_field.proto", fileDescriptor_price_placeholder_field_db820191f1cfbadd) + proto.RegisterFile("google/ads/googleads/v1/enums/price_placeholder_field.proto", fileDescriptor_price_placeholder_field_70027d62066d5e9c) } -var fileDescriptor_price_placeholder_field_db820191f1cfbadd = []byte{ +var fileDescriptor_price_placeholder_field_70027d62066d5e9c = []byte{ // 731 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0xd4, 0x49, 0x4f, 0xdb, 0x5a, 0x14, 0x07, 0xf0, 0xe7, 0x21, 0x7e, 0x70, 0xe1, 0x89, 0xcb, 0x7d, 0x0f, 0x5e, 0x8b, 0x60, 0x01, diff --git a/googleapis/ads/googleads/v1/enums/product_bidding_category_level.pb.go b/googleapis/ads/googleads/v1/enums/product_bidding_category_level.pb.go index 23d4073308..386bf8e85a 100644 --- a/googleapis/ads/googleads/v1/enums/product_bidding_category_level.pb.go +++ b/googleapis/ads/googleads/v1/enums/product_bidding_category_level.pb.go @@ -62,7 +62,7 @@ func (x ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel) String() st return proto.EnumName(ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel_name, int32(x)) } func (ProductBiddingCategoryLevelEnum_ProductBiddingCategoryLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_product_bidding_category_level_18cbb4e8d9f3d6a7, []int{0, 0} + return fileDescriptor_product_bidding_category_level_26189038419dce97, []int{0, 0} } // Level of a product bidding category. @@ -76,7 +76,7 @@ func (m *ProductBiddingCategoryLevelEnum) Reset() { *m = ProductBiddingC func (m *ProductBiddingCategoryLevelEnum) String() string { return proto.CompactTextString(m) } func (*ProductBiddingCategoryLevelEnum) ProtoMessage() {} func (*ProductBiddingCategoryLevelEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_product_bidding_category_level_18cbb4e8d9f3d6a7, []int{0} + return fileDescriptor_product_bidding_category_level_26189038419dce97, []int{0} } func (m *ProductBiddingCategoryLevelEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductBiddingCategoryLevelEnum.Unmarshal(m, b) @@ -102,10 +102,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/product_bidding_category_level.proto", fileDescriptor_product_bidding_category_level_18cbb4e8d9f3d6a7) + proto.RegisterFile("google/ads/googleads/v1/enums/product_bidding_category_level.proto", fileDescriptor_product_bidding_category_level_26189038419dce97) } -var fileDescriptor_product_bidding_category_level_18cbb4e8d9f3d6a7 = []byte{ +var fileDescriptor_product_bidding_category_level_26189038419dce97 = []byte{ // 329 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x41, 0x4b, 0xfb, 0x30, 0x18, 0xc6, 0xff, 0xed, 0xfe, 0x4e, 0xc8, 0x0e, 0x86, 0x1e, 0xd5, 0xa1, 0xdb, 0x07, 0x48, 0xa9, diff --git a/googleapis/ads/googleads/v1/enums/product_bidding_category_status.pb.go b/googleapis/ads/googleads/v1/enums/product_bidding_category_status.pb.go index 208e9a25b5..db1fe77b24 100644 --- a/googleapis/ads/googleads/v1/enums/product_bidding_category_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/product_bidding_category_status.pb.go @@ -50,7 +50,7 @@ func (x ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus) String() return proto.EnumName(ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus_name, int32(x)) } func (ProductBiddingCategoryStatusEnum_ProductBiddingCategoryStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_product_bidding_category_status_daa3bda75dda6d39, []int{0, 0} + return fileDescriptor_product_bidding_category_status_e3bdc1049d216265, []int{0, 0} } // Status of the product bidding category. @@ -64,7 +64,7 @@ func (m *ProductBiddingCategoryStatusEnum) Reset() { *m = ProductBidding func (m *ProductBiddingCategoryStatusEnum) String() string { return proto.CompactTextString(m) } func (*ProductBiddingCategoryStatusEnum) ProtoMessage() {} func (*ProductBiddingCategoryStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_product_bidding_category_status_daa3bda75dda6d39, []int{0} + return fileDescriptor_product_bidding_category_status_e3bdc1049d216265, []int{0} } func (m *ProductBiddingCategoryStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductBiddingCategoryStatusEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/product_bidding_category_status.proto", fileDescriptor_product_bidding_category_status_daa3bda75dda6d39) + proto.RegisterFile("google/ads/googleads/v1/enums/product_bidding_category_status.proto", fileDescriptor_product_bidding_category_status_e3bdc1049d216265) } -var fileDescriptor_product_bidding_category_status_daa3bda75dda6d39 = []byte{ +var fileDescriptor_product_bidding_category_status_e3bdc1049d216265 = []byte{ // 319 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xc3, 0x30, 0x14, 0x86, 0x5d, 0x07, 0x53, 0x32, 0xc1, 0xd2, 0x4b, 0xd9, 0xc0, 0xed, 0x01, 0x12, 0x8a, 0x77, diff --git a/googleapis/ads/googleads/v1/enums/product_channel.pb.go b/googleapis/ads/googleads/v1/enums/product_channel.pb.go index 45a5930a38..3d5cfccfa4 100644 --- a/googleapis/ads/googleads/v1/enums/product_channel.pb.go +++ b/googleapis/ads/googleads/v1/enums/product_channel.pb.go @@ -50,7 +50,7 @@ func (x ProductChannelEnum_ProductChannel) String() string { return proto.EnumName(ProductChannelEnum_ProductChannel_name, int32(x)) } func (ProductChannelEnum_ProductChannel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_product_channel_58b92499a4aaf8ee, []int{0, 0} + return fileDescriptor_product_channel_ab1de09ee91c448a, []int{0, 0} } // Locality of a product offer. @@ -64,7 +64,7 @@ func (m *ProductChannelEnum) Reset() { *m = ProductChannelEnum{} } func (m *ProductChannelEnum) String() string { return proto.CompactTextString(m) } func (*ProductChannelEnum) ProtoMessage() {} func (*ProductChannelEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_product_channel_58b92499a4aaf8ee, []int{0} + return fileDescriptor_product_channel_ab1de09ee91c448a, []int{0} } func (m *ProductChannelEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductChannelEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/product_channel.proto", fileDescriptor_product_channel_58b92499a4aaf8ee) + proto.RegisterFile("google/ads/googleads/v1/enums/product_channel.proto", fileDescriptor_product_channel_ab1de09ee91c448a) } -var fileDescriptor_product_channel_58b92499a4aaf8ee = []byte{ +var fileDescriptor_product_channel_ab1de09ee91c448a = []byte{ // 299 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdf, 0x4a, 0xfb, 0x30, 0x14, 0xfe, 0xad, 0xe3, 0x37, 0x31, 0x03, 0x2d, 0xf1, 0x4e, 0xdc, 0xc5, 0xf6, 0x00, 0x09, 0x65, diff --git a/googleapis/ads/googleads/v1/enums/product_channel_exclusivity.pb.go b/googleapis/ads/googleads/v1/enums/product_channel_exclusivity.pb.go index 0f14ed80f8..a7817ddcba 100644 --- a/googleapis/ads/googleads/v1/enums/product_channel_exclusivity.pb.go +++ b/googleapis/ads/googleads/v1/enums/product_channel_exclusivity.pb.go @@ -52,7 +52,7 @@ func (x ProductChannelExclusivityEnum_ProductChannelExclusivity) String() string return proto.EnumName(ProductChannelExclusivityEnum_ProductChannelExclusivity_name, int32(x)) } func (ProductChannelExclusivityEnum_ProductChannelExclusivity) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_product_channel_exclusivity_42ddb227adfa3a5e, []int{0, 0} + return fileDescriptor_product_channel_exclusivity_e83d82105cf52bc2, []int{0, 0} } // Availability of a product offer. @@ -66,7 +66,7 @@ func (m *ProductChannelExclusivityEnum) Reset() { *m = ProductChannelExc func (m *ProductChannelExclusivityEnum) String() string { return proto.CompactTextString(m) } func (*ProductChannelExclusivityEnum) ProtoMessage() {} func (*ProductChannelExclusivityEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_product_channel_exclusivity_42ddb227adfa3a5e, []int{0} + return fileDescriptor_product_channel_exclusivity_e83d82105cf52bc2, []int{0} } func (m *ProductChannelExclusivityEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductChannelExclusivityEnum.Unmarshal(m, b) @@ -92,10 +92,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/product_channel_exclusivity.proto", fileDescriptor_product_channel_exclusivity_42ddb227adfa3a5e) + proto.RegisterFile("google/ads/googleads/v1/enums/product_channel_exclusivity.proto", fileDescriptor_product_channel_exclusivity_e83d82105cf52bc2) } -var fileDescriptor_product_channel_exclusivity_42ddb227adfa3a5e = []byte{ +var fileDescriptor_product_channel_exclusivity_e83d82105cf52bc2 = []byte{ // 324 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x41, 0x4b, 0xc3, 0x30, 0x18, 0xb5, 0x1d, 0x28, 0x64, 0xa8, 0xb3, 0x37, 0xc5, 0x09, 0xdb, 0x0f, 0x48, 0x29, 0xde, 0xe2, diff --git a/googleapis/ads/googleads/v1/enums/product_condition.pb.go b/googleapis/ads/googleads/v1/enums/product_condition.pb.go index 5d969bd63c..f8a7f8abd6 100644 --- a/googleapis/ads/googleads/v1/enums/product_condition.pb.go +++ b/googleapis/ads/googleads/v1/enums/product_condition.pb.go @@ -54,7 +54,7 @@ func (x ProductConditionEnum_ProductCondition) String() string { return proto.EnumName(ProductConditionEnum_ProductCondition_name, int32(x)) } func (ProductConditionEnum_ProductCondition) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_product_condition_ba0ecb6001df35ca, []int{0, 0} + return fileDescriptor_product_condition_fad86b4083272fb9, []int{0, 0} } // Condition of a product offer. @@ -68,7 +68,7 @@ func (m *ProductConditionEnum) Reset() { *m = ProductConditionEnum{} } func (m *ProductConditionEnum) String() string { return proto.CompactTextString(m) } func (*ProductConditionEnum) ProtoMessage() {} func (*ProductConditionEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_product_condition_ba0ecb6001df35ca, []int{0} + return fileDescriptor_product_condition_fad86b4083272fb9, []int{0} } func (m *ProductConditionEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductConditionEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/product_condition.proto", fileDescriptor_product_condition_ba0ecb6001df35ca) + proto.RegisterFile("google/ads/googleads/v1/enums/product_condition.proto", fileDescriptor_product_condition_fad86b4083272fb9) } -var fileDescriptor_product_condition_ba0ecb6001df35ca = []byte{ +var fileDescriptor_product_condition_fad86b4083272fb9 = []byte{ // 308 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, 0x18, 0x77, 0x7f, 0x74, 0x92, 0x1d, 0x0c, 0x45, 0x2f, 0xe2, 0x0e, 0xdb, 0x03, 0x24, 0x14, 0xf1, diff --git a/googleapis/ads/googleads/v1/enums/product_type_level.pb.go b/googleapis/ads/googleads/v1/enums/product_type_level.pb.go index f161d14f66..cf4d490d6e 100644 --- a/googleapis/ads/googleads/v1/enums/product_type_level.pb.go +++ b/googleapis/ads/googleads/v1/enums/product_type_level.pb.go @@ -62,7 +62,7 @@ func (x ProductTypeLevelEnum_ProductTypeLevel) String() string { return proto.EnumName(ProductTypeLevelEnum_ProductTypeLevel_name, int32(x)) } func (ProductTypeLevelEnum_ProductTypeLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_product_type_level_f1d8fae3fede111f, []int{0, 0} + return fileDescriptor_product_type_level_f0ec3feab93e994a, []int{0, 0} } // Level of the type of a product offer. @@ -76,7 +76,7 @@ func (m *ProductTypeLevelEnum) Reset() { *m = ProductTypeLevelEnum{} } func (m *ProductTypeLevelEnum) String() string { return proto.CompactTextString(m) } func (*ProductTypeLevelEnum) ProtoMessage() {} func (*ProductTypeLevelEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_product_type_level_f1d8fae3fede111f, []int{0} + return fileDescriptor_product_type_level_f0ec3feab93e994a, []int{0} } func (m *ProductTypeLevelEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductTypeLevelEnum.Unmarshal(m, b) @@ -102,10 +102,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/product_type_level.proto", fileDescriptor_product_type_level_f1d8fae3fede111f) + proto.RegisterFile("google/ads/googleads/v1/enums/product_type_level.proto", fileDescriptor_product_type_level_f0ec3feab93e994a) } -var fileDescriptor_product_type_level_f1d8fae3fede111f = []byte{ +var fileDescriptor_product_type_level_f0ec3feab93e994a = []byte{ // 315 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x4a, 0x03, 0x31, 0x18, 0x85, 0x9d, 0x0a, 0xad, 0xa6, 0x0b, 0xc3, 0xa0, 0x1b, 0xb1, 0x8b, 0xf6, 0x00, 0x09, 0xb1, diff --git a/googleapis/ads/googleads/v1/enums/promotion_extension_discount_modifier.pb.go b/googleapis/ads/googleads/v1/enums/promotion_extension_discount_modifier.pb.go index fc30b6bd2b..c658f256f7 100644 --- a/googleapis/ads/googleads/v1/enums/promotion_extension_discount_modifier.pb.go +++ b/googleapis/ads/googleads/v1/enums/promotion_extension_discount_modifier.pb.go @@ -46,7 +46,7 @@ func (x PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifie return proto.EnumName(PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier_name, int32(x)) } func (PromotionExtensionDiscountModifierEnum_PromotionExtensionDiscountModifier) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_promotion_extension_discount_modifier_ea0205ff2ff47a07, []int{0, 0} + return fileDescriptor_promotion_extension_discount_modifier_13658de280b60b6c, []int{0, 0} } // Container for enum describing possible a promotion extension @@ -63,7 +63,7 @@ func (m *PromotionExtensionDiscountModifierEnum) Reset() { func (m *PromotionExtensionDiscountModifierEnum) String() string { return proto.CompactTextString(m) } func (*PromotionExtensionDiscountModifierEnum) ProtoMessage() {} func (*PromotionExtensionDiscountModifierEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_promotion_extension_discount_modifier_ea0205ff2ff47a07, []int{0} + return fileDescriptor_promotion_extension_discount_modifier_13658de280b60b6c, []int{0} } func (m *PromotionExtensionDiscountModifierEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PromotionExtensionDiscountModifierEnum.Unmarshal(m, b) @@ -89,10 +89,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/promotion_extension_discount_modifier.proto", fileDescriptor_promotion_extension_discount_modifier_ea0205ff2ff47a07) + proto.RegisterFile("google/ads/googleads/v1/enums/promotion_extension_discount_modifier.proto", fileDescriptor_promotion_extension_discount_modifier_13658de280b60b6c) } -var fileDescriptor_promotion_extension_discount_modifier_ea0205ff2ff47a07 = []byte{ +var fileDescriptor_promotion_extension_discount_modifier_13658de280b60b6c = []byte{ // 311 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xb1, 0x4e, 0xc3, 0x30, 0x10, 0x86, 0x69, 0x10, 0x20, 0xdc, 0x81, 0x2a, 0x23, 0xa2, 0x43, 0x3b, 0xc0, 0x66, 0x2b, 0x62, diff --git a/googleapis/ads/googleads/v1/enums/promotion_extension_occasion.pb.go b/googleapis/ads/googleads/v1/enums/promotion_extension_occasion.pb.go index 3a606c82aa..f88b41b91d 100644 --- a/googleapis/ads/googleads/v1/enums/promotion_extension_occasion.pb.go +++ b/googleapis/ads/googleads/v1/enums/promotion_extension_occasion.pb.go @@ -190,7 +190,7 @@ func (x PromotionExtensionOccasionEnum_PromotionExtensionOccasion) String() stri return proto.EnumName(PromotionExtensionOccasionEnum_PromotionExtensionOccasion_name, int32(x)) } func (PromotionExtensionOccasionEnum_PromotionExtensionOccasion) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_promotion_extension_occasion_059e7361e876afc1, []int{0, 0} + return fileDescriptor_promotion_extension_occasion_e0195af12e829776, []int{0, 0} } // Container for enum describing a promotion extension occasion. @@ -206,7 +206,7 @@ func (m *PromotionExtensionOccasionEnum) Reset() { *m = PromotionExtensi func (m *PromotionExtensionOccasionEnum) String() string { return proto.CompactTextString(m) } func (*PromotionExtensionOccasionEnum) ProtoMessage() {} func (*PromotionExtensionOccasionEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_promotion_extension_occasion_059e7361e876afc1, []int{0} + return fileDescriptor_promotion_extension_occasion_e0195af12e829776, []int{0} } func (m *PromotionExtensionOccasionEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PromotionExtensionOccasionEnum.Unmarshal(m, b) @@ -232,10 +232,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/promotion_extension_occasion.proto", fileDescriptor_promotion_extension_occasion_059e7361e876afc1) + proto.RegisterFile("google/ads/googleads/v1/enums/promotion_extension_occasion.proto", fileDescriptor_promotion_extension_occasion_e0195af12e829776) } -var fileDescriptor_promotion_extension_occasion_059e7361e876afc1 = []byte{ +var fileDescriptor_promotion_extension_occasion_e0195af12e829776 = []byte{ // 669 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0xcb, 0x6e, 0xdb, 0x3a, 0x10, 0xbd, 0x71, 0xde, 0xcc, 0x8b, 0x51, 0x72, 0x5f, 0xb9, 0x79, 0xdc, 0xe4, 0x3e, 0x96, 0x32, diff --git a/googleapis/ads/googleads/v1/enums/promotion_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/promotion_placeholder_field.pb.go index 4281beebd4..c2041a848b 100644 --- a/googleapis/ads/googleads/v1/enums/promotion_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/promotion_placeholder_field.pb.go @@ -107,7 +107,7 @@ func (x PromotionPlaceholderFieldEnum_PromotionPlaceholderField) String() string return proto.EnumName(PromotionPlaceholderFieldEnum_PromotionPlaceholderField_name, int32(x)) } func (PromotionPlaceholderFieldEnum_PromotionPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_promotion_placeholder_field_1395f2f01020eb66, []int{0, 0} + return fileDescriptor_promotion_placeholder_field_494db46851f5ebaa, []int{0, 0} } // Values for Promotion placeholder fields. @@ -121,7 +121,7 @@ func (m *PromotionPlaceholderFieldEnum) Reset() { *m = PromotionPlacehol func (m *PromotionPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*PromotionPlaceholderFieldEnum) ProtoMessage() {} func (*PromotionPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_promotion_placeholder_field_1395f2f01020eb66, []int{0} + return fileDescriptor_promotion_placeholder_field_494db46851f5ebaa, []int{0} } func (m *PromotionPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PromotionPlaceholderFieldEnum.Unmarshal(m, b) @@ -147,10 +147,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/promotion_placeholder_field.proto", fileDescriptor_promotion_placeholder_field_1395f2f01020eb66) + proto.RegisterFile("google/ads/googleads/v1/enums/promotion_placeholder_field.proto", fileDescriptor_promotion_placeholder_field_494db46851f5ebaa) } -var fileDescriptor_promotion_placeholder_field_1395f2f01020eb66 = []byte{ +var fileDescriptor_promotion_placeholder_field_494db46851f5ebaa = []byte{ // 476 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xcf, 0x6e, 0x9b, 0x4e, 0x10, 0xc7, 0x7f, 0x26, 0xbf, 0x26, 0xe9, 0xda, 0xb1, 0x37, 0xdb, 0x3f, 0x52, 0xab, 0xba, 0x52, diff --git a/googleapis/ads/googleads/v1/enums/proximity_radius_units.pb.go b/googleapis/ads/googleads/v1/enums/proximity_radius_units.pb.go index a975686974..6ceac99db8 100644 --- a/googleapis/ads/googleads/v1/enums/proximity_radius_units.pb.go +++ b/googleapis/ads/googleads/v1/enums/proximity_radius_units.pb.go @@ -50,7 +50,7 @@ func (x ProximityRadiusUnitsEnum_ProximityRadiusUnits) String() string { return proto.EnumName(ProximityRadiusUnitsEnum_ProximityRadiusUnits_name, int32(x)) } func (ProximityRadiusUnitsEnum_ProximityRadiusUnits) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_proximity_radius_units_900b61eff53e17de, []int{0, 0} + return fileDescriptor_proximity_radius_units_b6e6c9fc53d5bd7b, []int{0, 0} } // Container for enum describing unit of radius in proximity. @@ -64,7 +64,7 @@ func (m *ProximityRadiusUnitsEnum) Reset() { *m = ProximityRadiusUnitsEn func (m *ProximityRadiusUnitsEnum) String() string { return proto.CompactTextString(m) } func (*ProximityRadiusUnitsEnum) ProtoMessage() {} func (*ProximityRadiusUnitsEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_proximity_radius_units_900b61eff53e17de, []int{0} + return fileDescriptor_proximity_radius_units_b6e6c9fc53d5bd7b, []int{0} } func (m *ProximityRadiusUnitsEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProximityRadiusUnitsEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/proximity_radius_units.proto", fileDescriptor_proximity_radius_units_900b61eff53e17de) + proto.RegisterFile("google/ads/googleads/v1/enums/proximity_radius_units.proto", fileDescriptor_proximity_radius_units_b6e6c9fc53d5bd7b) } -var fileDescriptor_proximity_radius_units_900b61eff53e17de = []byte{ +var fileDescriptor_proximity_radius_units_b6e6c9fc53d5bd7b = []byte{ // 315 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xfb, 0x30, 0x18, 0xc5, 0xff, 0xeb, 0xf8, 0x2b, 0x66, 0xa0, 0xa5, 0x78, 0xa1, 0xe2, 0x2e, 0xb6, 0x07, 0x48, diff --git a/googleapis/ads/googleads/v1/enums/quality_score_bucket.pb.go b/googleapis/ads/googleads/v1/enums/quality_score_bucket.pb.go index f08840a668..4df3f3df4d 100644 --- a/googleapis/ads/googleads/v1/enums/quality_score_bucket.pb.go +++ b/googleapis/ads/googleads/v1/enums/quality_score_bucket.pb.go @@ -54,7 +54,7 @@ func (x QualityScoreBucketEnum_QualityScoreBucket) String() string { return proto.EnumName(QualityScoreBucketEnum_QualityScoreBucket_name, int32(x)) } func (QualityScoreBucketEnum_QualityScoreBucket) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_quality_score_bucket_f57c64ba867ab9a7, []int{0, 0} + return fileDescriptor_quality_score_bucket_d1c2022083792bdb, []int{0, 0} } // The relative performance compared to other advertisers. @@ -68,7 +68,7 @@ func (m *QualityScoreBucketEnum) Reset() { *m = QualityScoreBucketEnum{} func (m *QualityScoreBucketEnum) String() string { return proto.CompactTextString(m) } func (*QualityScoreBucketEnum) ProtoMessage() {} func (*QualityScoreBucketEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_quality_score_bucket_f57c64ba867ab9a7, []int{0} + return fileDescriptor_quality_score_bucket_d1c2022083792bdb, []int{0} } func (m *QualityScoreBucketEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QualityScoreBucketEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/quality_score_bucket.proto", fileDescriptor_quality_score_bucket_f57c64ba867ab9a7) + proto.RegisterFile("google/ads/googleads/v1/enums/quality_score_bucket.proto", fileDescriptor_quality_score_bucket_d1c2022083792bdb) } -var fileDescriptor_quality_score_bucket_f57c64ba867ab9a7 = []byte{ +var fileDescriptor_quality_score_bucket_d1c2022083792bdb = []byte{ // 320 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xfb, 0x30, 0x18, 0xc5, 0xff, 0xeb, 0xfe, 0x28, 0x64, 0x88, 0xb3, 0x17, 0x0a, 0xe2, 0x2e, 0xb6, 0x07, 0x48, diff --git a/googleapis/ads/googleads/v1/enums/real_estate_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/real_estate_placeholder_field.pb.go index 7ce6d56ac4..a9e5a51e51 100644 --- a/googleapis/ads/googleads/v1/enums/real_estate_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/real_estate_placeholder_field.pb.go @@ -129,7 +129,7 @@ func (x RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField) String() stri return proto.EnumName(RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField_name, int32(x)) } func (RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_real_estate_placeholder_field_c9d2f77c9d81d833, []int{0, 0} + return fileDescriptor_real_estate_placeholder_field_0cf045b5aa386b01, []int{0, 0} } // Values for Real Estate placeholder fields. @@ -145,7 +145,7 @@ func (m *RealEstatePlaceholderFieldEnum) Reset() { *m = RealEstatePlaceh func (m *RealEstatePlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*RealEstatePlaceholderFieldEnum) ProtoMessage() {} func (*RealEstatePlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_real_estate_placeholder_field_c9d2f77c9d81d833, []int{0} + return fileDescriptor_real_estate_placeholder_field_0cf045b5aa386b01, []int{0} } func (m *RealEstatePlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RealEstatePlaceholderFieldEnum.Unmarshal(m, b) @@ -171,10 +171,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/real_estate_placeholder_field.proto", fileDescriptor_real_estate_placeholder_field_c9d2f77c9d81d833) + proto.RegisterFile("google/ads/googleads/v1/enums/real_estate_placeholder_field.proto", fileDescriptor_real_estate_placeholder_field_0cf045b5aa386b01) } -var fileDescriptor_real_estate_placeholder_field_c9d2f77c9d81d833 = []byte{ +var fileDescriptor_real_estate_placeholder_field_0cf045b5aa386b01 = []byte{ // 513 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xd1, 0x6e, 0xda, 0x3c, 0x14, 0xc7, 0x3f, 0xe0, 0x6b, 0x3b, 0x4c, 0x29, 0xc6, 0x6c, 0x9a, 0x54, 0xad, 0x9b, 0xda, 0x07, diff --git a/googleapis/ads/googleads/v1/enums/recommendation_type.pb.go b/googleapis/ads/googleads/v1/enums/recommendation_type.pb.go index 474f797c38..d61f8237cb 100644 --- a/googleapis/ads/googleads/v1/enums/recommendation_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/recommendation_type.pb.go @@ -49,6 +49,12 @@ const ( // Recommendation to start using the "Optimize" ad rotation setting for the // given ad group. RecommendationTypeEnum_OPTIMIZE_AD_ROTATION RecommendationTypeEnum_RecommendationType = 10 + // Recommendation to add callout extensions to a campaign. + RecommendationTypeEnum_CALLOUT_EXTENSION RecommendationTypeEnum_RecommendationType = 11 + // Recommendation to add sitelink extensions to a campaign. + RecommendationTypeEnum_SITELINK_EXTENSION RecommendationTypeEnum_RecommendationType = 12 + // Recommendation to add call extensions to a campaign. + RecommendationTypeEnum_CALL_EXTENSION RecommendationTypeEnum_RecommendationType = 13 // Recommendation to change an existing keyword from one match type to a // broader match type. RecommendationTypeEnum_KEYWORD_MATCH_TYPE RecommendationTypeEnum_RecommendationType = 14 @@ -69,6 +75,9 @@ var RecommendationTypeEnum_RecommendationType_name = map[int32]string{ 8: "SEARCH_PARTNERS_OPT_IN", 9: "MAXIMIZE_CLICKS_OPT_IN", 10: "OPTIMIZE_AD_ROTATION", + 11: "CALLOUT_EXTENSION", + 12: "SITELINK_EXTENSION", + 13: "CALL_EXTENSION", 14: "KEYWORD_MATCH_TYPE", 15: "MOVE_UNUSED_BUDGET", } @@ -84,6 +93,9 @@ var RecommendationTypeEnum_RecommendationType_value = map[string]int32{ "SEARCH_PARTNERS_OPT_IN": 8, "MAXIMIZE_CLICKS_OPT_IN": 9, "OPTIMIZE_AD_ROTATION": 10, + "CALLOUT_EXTENSION": 11, + "SITELINK_EXTENSION": 12, + "CALL_EXTENSION": 13, "KEYWORD_MATCH_TYPE": 14, "MOVE_UNUSED_BUDGET": 15, } @@ -92,7 +104,7 @@ func (x RecommendationTypeEnum_RecommendationType) String() string { return proto.EnumName(RecommendationTypeEnum_RecommendationType_name, int32(x)) } func (RecommendationTypeEnum_RecommendationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_recommendation_type_c4adbbbb380b9eb9, []int{0, 0} + return fileDescriptor_recommendation_type_5880b2dc3b350db2, []int{0, 0} } // Container for enum describing types of recommendations. @@ -106,7 +118,7 @@ func (m *RecommendationTypeEnum) Reset() { *m = RecommendationTypeEnum{} func (m *RecommendationTypeEnum) String() string { return proto.CompactTextString(m) } func (*RecommendationTypeEnum) ProtoMessage() {} func (*RecommendationTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_type_c4adbbbb380b9eb9, []int{0} + return fileDescriptor_recommendation_type_5880b2dc3b350db2, []int{0} } func (m *RecommendationTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecommendationTypeEnum.Unmarshal(m, b) @@ -132,38 +144,40 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/recommendation_type.proto", fileDescriptor_recommendation_type_c4adbbbb380b9eb9) + proto.RegisterFile("google/ads/googleads/v1/enums/recommendation_type.proto", fileDescriptor_recommendation_type_5880b2dc3b350db2) } -var fileDescriptor_recommendation_type_c4adbbbb380b9eb9 = []byte{ - // 459 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xdf, 0x6e, 0x94, 0x4e, - 0x1c, 0xc5, 0x7f, 0x4b, 0x7f, 0xb6, 0x3a, 0x4d, 0x5c, 0x9c, 0xea, 0xd6, 0x54, 0x1b, 0xd3, 0x3e, - 0x00, 0x84, 0x78, 0x61, 0x82, 0x57, 0xb3, 0xc3, 0xc8, 0x92, 0x95, 0x99, 0x09, 0x0c, 0xf4, 0x4f, - 0x36, 0x99, 0x60, 0x21, 0x64, 0x93, 0xc2, 0x90, 0x9d, 0x6d, 0x93, 0xbe, 0x8e, 0x97, 0x5e, 0xfb, - 0x14, 0xde, 0xf8, 0x1e, 0xc6, 0x87, 0x30, 0x40, 0xc1, 0x98, 0x46, 0x6f, 0xc8, 0x97, 0xf9, 0x9c, - 0x73, 0x32, 0x70, 0xbe, 0xe0, 0x5d, 0xa9, 0x54, 0x79, 0x5d, 0xd8, 0x59, 0xae, 0xed, 0x7e, 0x6c, - 0xa7, 0x5b, 0xc7, 0x2e, 0xea, 0x9b, 0x4a, 0xdb, 0x9b, 0xe2, 0x4a, 0x55, 0x55, 0x51, 0xe7, 0xd9, - 0x76, 0xad, 0x6a, 0xb9, 0xbd, 0x6b, 0x0a, 0xab, 0xd9, 0xa8, 0xad, 0x82, 0xc7, 0xbd, 0xda, 0xca, - 0x72, 0x6d, 0x8d, 0x46, 0xeb, 0xd6, 0xb1, 0x3a, 0xe3, 0xd1, 0xeb, 0x21, 0xb7, 0x59, 0xdb, 0x59, - 0x5d, 0xab, 0x6d, 0x17, 0xa0, 0x7b, 0xf3, 0xe9, 0x77, 0x03, 0xcc, 0xa2, 0x3f, 0xa2, 0xc5, 0x5d, - 0x53, 0x90, 0xfa, 0xa6, 0x3a, 0xfd, 0x6a, 0x00, 0xf8, 0x10, 0xc1, 0x29, 0xd8, 0x4f, 0x68, 0xcc, - 0x09, 0x0e, 0x3e, 0x04, 0xc4, 0x33, 0xff, 0x83, 0xfb, 0x60, 0x2f, 0xa1, 0x4b, 0xca, 0xce, 0xa8, - 0x39, 0x81, 0x07, 0x60, 0x8a, 0x51, 0xc8, 0x51, 0xe0, 0x53, 0x39, 0x4f, 0x3c, 0x9f, 0x08, 0xd3, - 0x68, 0x15, 0x4b, 0x72, 0x71, 0xc6, 0x22, 0xcf, 0xdc, 0x69, 0x5f, 0x04, 0x39, 0x17, 0x12, 0x79, - 0xe6, 0xff, 0xf0, 0x05, 0x78, 0x26, 0x50, 0xe4, 0x13, 0x21, 0x31, 0x47, 0x92, 0x71, 0x21, 0x03, - 0x6a, 0x3e, 0x82, 0x6f, 0xc0, 0xab, 0x10, 0x9d, 0x07, 0x61, 0x70, 0x49, 0x24, 0x66, 0x34, 0x25, - 0x51, 0x1c, 0x30, 0x1a, 0x0f, 0x82, 0x5d, 0x78, 0x08, 0x0e, 0x08, 0x5d, 0x20, 0x8a, 0x89, 0x27, - 0x31, 0xc7, 0x03, 0xd8, 0x83, 0x47, 0x60, 0x16, 0x13, 0x14, 0xe1, 0x85, 0xe4, 0x28, 0x12, 0x94, - 0x44, 0xa3, 0xe9, 0x71, 0xcb, 0x7e, 0xa7, 0x7e, 0x0c, 0xf0, 0x72, 0x64, 0x4f, 0xe0, 0x4b, 0xf0, - 0x9c, 0x71, 0xd1, 0x33, 0xe4, 0xc9, 0x88, 0x09, 0x24, 0x02, 0x46, 0x4d, 0x00, 0x67, 0x00, 0xde, - 0x5f, 0x5e, 0x86, 0x48, 0xe0, 0x85, 0x14, 0x17, 0x9c, 0x98, 0x4f, 0xdb, 0xf3, 0x90, 0xa5, 0x44, - 0x26, 0x34, 0x89, 0x89, 0x37, 0x7c, 0xec, 0x74, 0xfe, 0x73, 0x02, 0x4e, 0xae, 0x54, 0x65, 0xfd, - 0xb3, 0x95, 0xf9, 0xe1, 0xc3, 0x3f, 0xcb, 0xdb, 0x42, 0xf8, 0xe4, 0x72, 0x7e, 0xef, 0x2c, 0xd5, - 0x75, 0x56, 0x97, 0x96, 0xda, 0x94, 0x76, 0x59, 0xd4, 0x5d, 0x5d, 0xc3, 0x62, 0x34, 0x6b, 0xfd, - 0x97, 0x3d, 0x79, 0xdf, 0x3d, 0x3f, 0x1b, 0x3b, 0x3e, 0x42, 0x5f, 0x8c, 0x63, 0xbf, 0x8f, 0x42, - 0xb9, 0xb6, 0xfa, 0xb1, 0x9d, 0x52, 0xc7, 0x6a, 0x0b, 0xd6, 0xdf, 0x06, 0xbe, 0x42, 0xb9, 0x5e, - 0x8d, 0x7c, 0x95, 0x3a, 0xab, 0x8e, 0xff, 0x30, 0x4e, 0xfa, 0x43, 0xd7, 0x45, 0xb9, 0x76, 0xdd, - 0x51, 0xe1, 0xba, 0xa9, 0xe3, 0xba, 0x9d, 0xe6, 0xd3, 0x6e, 0x77, 0xb1, 0xb7, 0xbf, 0x02, 0x00, - 0x00, 0xff, 0xff, 0x77, 0x2e, 0xfe, 0x3f, 0xbf, 0x02, 0x00, 0x00, +var fileDescriptor_recommendation_type_5880b2dc3b350db2 = []byte{ + // 493 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xd1, 0x6e, 0xd3, 0x30, + 0x14, 0x86, 0x69, 0x0b, 0x1b, 0xb8, 0xb0, 0x06, 0x0f, 0x3a, 0x34, 0x98, 0xd0, 0xf6, 0x00, 0x89, + 0x2a, 0x2e, 0x90, 0xc2, 0x95, 0xeb, 0x98, 0xd6, 0x6a, 0x6b, 0x5b, 0x89, 0xd3, 0x75, 0x53, 0x25, + 0xab, 0x2c, 0x51, 0x54, 0x69, 0x89, 0xa3, 0xa6, 0x9b, 0xb4, 0xd7, 0xe0, 0x11, 0xb8, 0xe4, 0x51, + 0x78, 0x14, 0xc4, 0x3d, 0xb7, 0xc8, 0xc9, 0x12, 0x86, 0x26, 0x76, 0x13, 0x9d, 0x9c, 0xef, 0xff, + 0x7f, 0x9d, 0xe4, 0x1c, 0xf0, 0x31, 0xd1, 0x3a, 0xb9, 0x8c, 0x9d, 0x55, 0x54, 0x38, 0x55, 0x69, + 0xaa, 0xeb, 0x81, 0x13, 0x67, 0x57, 0x69, 0xe1, 0x6c, 0xe2, 0x0b, 0x9d, 0xa6, 0x71, 0x16, 0xad, + 0xb6, 0x6b, 0x9d, 0xa9, 0xed, 0x4d, 0x1e, 0xdb, 0xf9, 0x46, 0x6f, 0x35, 0x3c, 0xaa, 0xd4, 0xf6, + 0x2a, 0x2a, 0xec, 0xc6, 0x68, 0x5f, 0x0f, 0xec, 0xd2, 0x78, 0xf8, 0xae, 0xce, 0xcd, 0xd7, 0xce, + 0x2a, 0xcb, 0xf4, 0xb6, 0x0c, 0x28, 0x2a, 0xf3, 0xc9, 0xd7, 0x0e, 0xe8, 0xfb, 0xff, 0x44, 0xcb, + 0x9b, 0x3c, 0x26, 0xd9, 0x55, 0x7a, 0xf2, 0xbb, 0x0d, 0xe0, 0x7d, 0x04, 0x7b, 0xa0, 0x1b, 0xb2, + 0x40, 0x10, 0x4c, 0x3f, 0x53, 0xe2, 0x59, 0x8f, 0x60, 0x17, 0xec, 0x86, 0x6c, 0xc2, 0xf8, 0x29, + 0xb3, 0x5a, 0x70, 0x1f, 0xf4, 0x30, 0x9a, 0x09, 0x44, 0x47, 0x4c, 0x0d, 0x43, 0x6f, 0x44, 0xa4, + 0xd5, 0x36, 0x8a, 0x09, 0x39, 0x3b, 0xe5, 0xbe, 0x67, 0x75, 0xcc, 0x8b, 0x24, 0x0b, 0xa9, 0x90, + 0x67, 0x3d, 0x86, 0xaf, 0xc1, 0x4b, 0x89, 0xfc, 0x11, 0x91, 0x0a, 0x0b, 0xa4, 0xb8, 0x90, 0x8a, + 0x32, 0xeb, 0x09, 0x7c, 0x0f, 0xde, 0xce, 0xd0, 0x82, 0xce, 0xe8, 0x39, 0x51, 0x98, 0xb3, 0x39, + 0xf1, 0x03, 0xca, 0x59, 0x50, 0x0b, 0x76, 0xe0, 0x01, 0xd8, 0x27, 0x6c, 0x8c, 0x18, 0x26, 0x9e, + 0xc2, 0x02, 0xd7, 0x60, 0x17, 0x1e, 0x82, 0x7e, 0x40, 0x90, 0x8f, 0xc7, 0x4a, 0x20, 0x5f, 0x32, + 0xe2, 0x37, 0xa6, 0xa7, 0x86, 0xfd, 0x4d, 0x9d, 0x52, 0x3c, 0x69, 0xd8, 0x33, 0xf8, 0x06, 0xbc, + 0xe2, 0x42, 0x56, 0x0c, 0x79, 0xca, 0xe7, 0x12, 0x49, 0xca, 0x99, 0x05, 0xcc, 0x88, 0x18, 0x4d, + 0xa7, 0x3c, 0x94, 0x8a, 0x2c, 0x24, 0x61, 0x66, 0x12, 0xab, 0x0b, 0xfb, 0x00, 0x06, 0x54, 0x92, + 0x29, 0x65, 0x93, 0x3b, 0xfd, 0xe7, 0x10, 0x82, 0x3d, 0x23, 0xbf, 0xd3, 0x7b, 0x61, 0xb4, 0xb7, + 0xdf, 0xaf, 0x66, 0x48, 0xe2, 0xb1, 0x92, 0x67, 0x82, 0x58, 0x7b, 0xa6, 0x3f, 0xe3, 0x73, 0xa2, + 0x42, 0x16, 0x06, 0xc4, 0xab, 0xff, 0x57, 0x6f, 0xf8, 0xab, 0x05, 0x8e, 0x2f, 0x74, 0x6a, 0x3f, + 0xb8, 0xd8, 0xe1, 0xc1, 0xfd, 0xe5, 0x08, 0xb3, 0x53, 0xd1, 0x3a, 0x1f, 0xde, 0x3a, 0x13, 0x7d, + 0xb9, 0xca, 0x12, 0x5b, 0x6f, 0x12, 0x27, 0x89, 0xb3, 0x72, 0xe3, 0xf5, 0x6d, 0xe5, 0xeb, 0xe2, + 0x3f, 0xa7, 0xf6, 0xa9, 0x7c, 0x7e, 0x6b, 0x77, 0x46, 0x08, 0x7d, 0x6f, 0x1f, 0x8d, 0xaa, 0x28, + 0x14, 0x15, 0x76, 0x55, 0x9a, 0x6a, 0x3e, 0xb0, 0xcd, 0x8d, 0x14, 0x3f, 0x6a, 0xbe, 0x44, 0x51, + 0xb1, 0x6c, 0xf8, 0x72, 0x3e, 0x58, 0x96, 0xfc, 0x67, 0xfb, 0xb8, 0x6a, 0xba, 0x2e, 0x8a, 0x0a, + 0xd7, 0x6d, 0x14, 0xae, 0x3b, 0x1f, 0xb8, 0x6e, 0xa9, 0xf9, 0xb2, 0x53, 0x0e, 0xf6, 0xe1, 0x4f, + 0x00, 0x00, 0x00, 0xff, 0xff, 0xd2, 0xbd, 0xe8, 0x07, 0x02, 0x03, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/enums/search_engine_results_page_type.pb.go b/googleapis/ads/googleads/v1/enums/search_engine_results_page_type.pb.go new file mode 100644 index 0000000000..4fbe55344c --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/search_engine_results_page_type.pb.go @@ -0,0 +1,125 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/search_engine_results_page_type.proto + +package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v1/enums" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// The type of the search engine results page. +type SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType int32 + +const ( + // Not specified. + SearchEngineResultsPageTypeEnum_UNSPECIFIED SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType = 0 + // Used for return value only. Represents value unknown in this version. + SearchEngineResultsPageTypeEnum_UNKNOWN SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType = 1 + // Only ads were contained in the search engine results page. + SearchEngineResultsPageTypeEnum_ADS_ONLY SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType = 2 + // Only organic results were contained in the search engine results page. + SearchEngineResultsPageTypeEnum_ORGANIC_ONLY SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType = 3 + // Both ads and organic results were contained in the search engine results + // page. + SearchEngineResultsPageTypeEnum_ADS_AND_ORGANIC SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType = 4 +) + +var SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "ADS_ONLY", + 3: "ORGANIC_ONLY", + 4: "ADS_AND_ORGANIC", +} +var SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "ADS_ONLY": 2, + "ORGANIC_ONLY": 3, + "ADS_AND_ORGANIC": 4, +} + +func (x SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType) String() string { + return proto.EnumName(SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType_name, int32(x)) +} +func (SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_search_engine_results_page_type_8eeb6594cd669db9, []int{0, 0} +} + +// The type of the search engine results page. +type SearchEngineResultsPageTypeEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *SearchEngineResultsPageTypeEnum) Reset() { *m = SearchEngineResultsPageTypeEnum{} } +func (m *SearchEngineResultsPageTypeEnum) String() string { return proto.CompactTextString(m) } +func (*SearchEngineResultsPageTypeEnum) ProtoMessage() {} +func (*SearchEngineResultsPageTypeEnum) Descriptor() ([]byte, []int) { + return fileDescriptor_search_engine_results_page_type_8eeb6594cd669db9, []int{0} +} +func (m *SearchEngineResultsPageTypeEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SearchEngineResultsPageTypeEnum.Unmarshal(m, b) +} +func (m *SearchEngineResultsPageTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SearchEngineResultsPageTypeEnum.Marshal(b, m, deterministic) +} +func (dst *SearchEngineResultsPageTypeEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_SearchEngineResultsPageTypeEnum.Merge(dst, src) +} +func (m *SearchEngineResultsPageTypeEnum) XXX_Size() int { + return xxx_messageInfo_SearchEngineResultsPageTypeEnum.Size(m) +} +func (m *SearchEngineResultsPageTypeEnum) XXX_DiscardUnknown() { + xxx_messageInfo_SearchEngineResultsPageTypeEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_SearchEngineResultsPageTypeEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*SearchEngineResultsPageTypeEnum)(nil), "google.ads.googleads.v1.enums.SearchEngineResultsPageTypeEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType", SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType_name, SearchEngineResultsPageTypeEnum_SearchEngineResultsPageType_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/search_engine_results_page_type.proto", fileDescriptor_search_engine_results_page_type_8eeb6594cd669db9) +} + +var fileDescriptor_search_engine_results_page_type_8eeb6594cd669db9 = []byte{ + // 339 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xd1, 0x4e, 0xc2, 0x30, + 0x14, 0x75, 0xc3, 0xa8, 0x29, 0x24, 0x2c, 0xf3, 0x4d, 0x25, 0x0a, 0x1f, 0xd0, 0x65, 0xf1, 0xad, + 0x3e, 0x15, 0x98, 0x84, 0x68, 0xca, 0x02, 0x82, 0xd1, 0x2c, 0x59, 0x2a, 0x6b, 0xea, 0x12, 0x68, + 0x9b, 0x75, 0x90, 0xf0, 0x1d, 0xfe, 0x81, 0x8f, 0x7e, 0x8a, 0x9f, 0xe2, 0xbb, 0xef, 0x66, 0x2d, + 0xf0, 0x26, 0x2f, 0xcd, 0xc9, 0x3d, 0xf7, 0x9e, 0x73, 0xcf, 0x2d, 0xe8, 0x71, 0x29, 0xf9, 0x82, + 0x05, 0x34, 0xd3, 0x81, 0x85, 0x15, 0x5a, 0x87, 0x01, 0x13, 0xab, 0xa5, 0x0e, 0x34, 0xa3, 0xc5, + 0xfc, 0x3d, 0x65, 0x82, 0xe7, 0x82, 0xa5, 0x05, 0xd3, 0xab, 0x45, 0xa9, 0x53, 0x45, 0x39, 0x4b, + 0xcb, 0x8d, 0x62, 0x50, 0x15, 0xb2, 0x94, 0x7e, 0xcb, 0x4e, 0x42, 0x9a, 0x69, 0xb8, 0x17, 0x81, + 0xeb, 0x10, 0x1a, 0x91, 0x8b, 0xab, 0x9d, 0x87, 0xca, 0x03, 0x2a, 0x84, 0x2c, 0x69, 0x99, 0x4b, + 0xa1, 0xed, 0x70, 0xe7, 0xc3, 0x01, 0xd7, 0x13, 0x63, 0x13, 0x19, 0x97, 0xb1, 0x35, 0x89, 0x29, + 0x67, 0x4f, 0x1b, 0xc5, 0x22, 0xb1, 0x5a, 0x76, 0x14, 0xb8, 0x3c, 0xd0, 0xe2, 0x37, 0x41, 0x7d, + 0x4a, 0x26, 0x71, 0xd4, 0x1b, 0xde, 0x0f, 0xa3, 0xbe, 0x77, 0xe4, 0xd7, 0xc1, 0xe9, 0x94, 0x3c, + 0x90, 0xd1, 0x33, 0xf1, 0x1c, 0xbf, 0x01, 0xce, 0x70, 0x7f, 0x92, 0x8e, 0xc8, 0xe3, 0x8b, 0xe7, + 0xfa, 0x1e, 0x68, 0x8c, 0xc6, 0x03, 0x4c, 0x86, 0x3d, 0x5b, 0xa9, 0xf9, 0xe7, 0xa0, 0x59, 0xf1, + 0x98, 0xf4, 0xd3, 0x2d, 0xe3, 0x1d, 0x77, 0x7f, 0x1d, 0xd0, 0x9e, 0xcb, 0x25, 0x3c, 0x98, 0xac, + 0x7b, 0x73, 0x60, 0xab, 0xb8, 0x4a, 0x17, 0x3b, 0xaf, 0xdd, 0xad, 0x04, 0x97, 0x0b, 0x2a, 0x38, + 0x94, 0x05, 0x0f, 0x38, 0x13, 0x26, 0xfb, 0xee, 0xe2, 0x2a, 0xd7, 0xff, 0x7c, 0xc0, 0x9d, 0x79, + 0x3f, 0xdd, 0xda, 0x00, 0xe3, 0x2f, 0xb7, 0x35, 0xb0, 0x52, 0x38, 0xd3, 0xd0, 0xc2, 0x0a, 0xcd, + 0x42, 0x58, 0x1d, 0x49, 0x7f, 0xef, 0xf8, 0x04, 0x67, 0x3a, 0xd9, 0xf3, 0xc9, 0x2c, 0x4c, 0x0c, + 0xff, 0xe3, 0xb6, 0x6d, 0x11, 0x21, 0x9c, 0x69, 0x84, 0xf6, 0x1d, 0x08, 0xcd, 0x42, 0x84, 0x4c, + 0xcf, 0xdb, 0x89, 0x59, 0xec, 0xf6, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x36, 0xa1, 0xbf, 0x51, 0x18, + 0x02, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/enums/search_term_match_type.pb.go b/googleapis/ads/googleads/v1/enums/search_term_match_type.pb.go index 498a140a55..a054ffd6e6 100644 --- a/googleapis/ads/googleads/v1/enums/search_term_match_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/search_term_match_type.pb.go @@ -62,7 +62,7 @@ func (x SearchTermMatchTypeEnum_SearchTermMatchType) String() string { return proto.EnumName(SearchTermMatchTypeEnum_SearchTermMatchType_name, int32(x)) } func (SearchTermMatchTypeEnum_SearchTermMatchType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_search_term_match_type_08c1c98e17fe56a1, []int{0, 0} + return fileDescriptor_search_term_match_type_20ffb145f6a71e1b, []int{0, 0} } // Container for enum describing match types for a keyword triggering an ad. @@ -76,7 +76,7 @@ func (m *SearchTermMatchTypeEnum) Reset() { *m = SearchTermMatchTypeEnum func (m *SearchTermMatchTypeEnum) String() string { return proto.CompactTextString(m) } func (*SearchTermMatchTypeEnum) ProtoMessage() {} func (*SearchTermMatchTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_search_term_match_type_08c1c98e17fe56a1, []int{0} + return fileDescriptor_search_term_match_type_20ffb145f6a71e1b, []int{0} } func (m *SearchTermMatchTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchTermMatchTypeEnum.Unmarshal(m, b) @@ -102,10 +102,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/search_term_match_type.proto", fileDescriptor_search_term_match_type_08c1c98e17fe56a1) + proto.RegisterFile("google/ads/googleads/v1/enums/search_term_match_type.proto", fileDescriptor_search_term_match_type_20ffb145f6a71e1b) } -var fileDescriptor_search_term_match_type_08c1c98e17fe56a1 = []byte{ +var fileDescriptor_search_term_match_type_20ffb145f6a71e1b = []byte{ // 339 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdf, 0x4a, 0xf3, 0x30, 0x18, 0xc6, 0xbf, 0x76, 0xdf, 0x26, 0x66, 0xa0, 0xa5, 0x1e, 0x28, 0xe2, 0x0e, 0xb6, 0x0b, 0x48, diff --git a/googleapis/ads/googleads/v1/enums/search_term_targeting_status.pb.go b/googleapis/ads/googleads/v1/enums/search_term_targeting_status.pb.go index 44c593e7dc..397b8471c7 100644 --- a/googleapis/ads/googleads/v1/enums/search_term_targeting_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/search_term_targeting_status.pb.go @@ -59,7 +59,7 @@ func (x SearchTermTargetingStatusEnum_SearchTermTargetingStatus) String() string return proto.EnumName(SearchTermTargetingStatusEnum_SearchTermTargetingStatus_name, int32(x)) } func (SearchTermTargetingStatusEnum_SearchTermTargetingStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_search_term_targeting_status_6277c7943d498364, []int{0, 0} + return fileDescriptor_search_term_targeting_status_521500b33031bfcc, []int{0, 0} } // Container for enum indicating whether a search term is one of your targeted @@ -74,7 +74,7 @@ func (m *SearchTermTargetingStatusEnum) Reset() { *m = SearchTermTargeti func (m *SearchTermTargetingStatusEnum) String() string { return proto.CompactTextString(m) } func (*SearchTermTargetingStatusEnum) ProtoMessage() {} func (*SearchTermTargetingStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_search_term_targeting_status_6277c7943d498364, []int{0} + return fileDescriptor_search_term_targeting_status_521500b33031bfcc, []int{0} } func (m *SearchTermTargetingStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchTermTargetingStatusEnum.Unmarshal(m, b) @@ -100,10 +100,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/search_term_targeting_status.proto", fileDescriptor_search_term_targeting_status_6277c7943d498364) + proto.RegisterFile("google/ads/googleads/v1/enums/search_term_targeting_status.proto", fileDescriptor_search_term_targeting_status_521500b33031bfcc) } -var fileDescriptor_search_term_targeting_status_6277c7943d498364 = []byte{ +var fileDescriptor_search_term_targeting_status_521500b33031bfcc = []byte{ // 335 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4b, 0x4e, 0xc3, 0x30, 0x10, 0x25, 0x69, 0x0b, 0xc5, 0x45, 0x10, 0x79, 0x07, 0xa2, 0x48, 0xed, 0x01, 0x1c, 0x45, 0xec, diff --git a/googleapis/ads/googleads/v1/enums/served_asset_field_type.pb.go b/googleapis/ads/googleads/v1/enums/served_asset_field_type.pb.go index eebd1cdd00..d0af91d33d 100644 --- a/googleapis/ads/googleads/v1/enums/served_asset_field_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/served_asset_field_type.pb.go @@ -64,7 +64,7 @@ func (x ServedAssetFieldTypeEnum_ServedAssetFieldType) String() string { return proto.EnumName(ServedAssetFieldTypeEnum_ServedAssetFieldType_name, int32(x)) } func (ServedAssetFieldTypeEnum_ServedAssetFieldType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_served_asset_field_type_06bb3304784d6d6b, []int{0, 0} + return fileDescriptor_served_asset_field_type_a333abd6d211e399, []int{0, 0} } // Container for enum describing possible asset field types. @@ -78,7 +78,7 @@ func (m *ServedAssetFieldTypeEnum) Reset() { *m = ServedAssetFieldTypeEn func (m *ServedAssetFieldTypeEnum) String() string { return proto.CompactTextString(m) } func (*ServedAssetFieldTypeEnum) ProtoMessage() {} func (*ServedAssetFieldTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_served_asset_field_type_06bb3304784d6d6b, []int{0} + return fileDescriptor_served_asset_field_type_a333abd6d211e399, []int{0} } func (m *ServedAssetFieldTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ServedAssetFieldTypeEnum.Unmarshal(m, b) @@ -104,10 +104,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/served_asset_field_type.proto", fileDescriptor_served_asset_field_type_06bb3304784d6d6b) + proto.RegisterFile("google/ads/googleads/v1/enums/served_asset_field_type.proto", fileDescriptor_served_asset_field_type_a333abd6d211e399) } -var fileDescriptor_served_asset_field_type_06bb3304784d6d6b = []byte{ +var fileDescriptor_served_asset_field_type_a333abd6d211e399 = []byte{ // 344 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xdd, 0x4a, 0xc3, 0x30, 0x14, 0xb6, 0x9d, 0x4e, 0xc8, 0x50, 0x63, 0xf1, 0x42, 0xc5, 0x5d, 0x6c, 0x0f, 0x90, 0x92, 0xed, diff --git a/googleapis/ads/googleads/v1/enums/shared_set_status.pb.go b/googleapis/ads/googleads/v1/enums/shared_set_status.pb.go index c277e0191c..d29fc65f08 100644 --- a/googleapis/ads/googleads/v1/enums/shared_set_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/shared_set_status.pb.go @@ -50,7 +50,7 @@ func (x SharedSetStatusEnum_SharedSetStatus) String() string { return proto.EnumName(SharedSetStatusEnum_SharedSetStatus_name, int32(x)) } func (SharedSetStatusEnum_SharedSetStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_shared_set_status_e5d50de7c2db63b4, []int{0, 0} + return fileDescriptor_shared_set_status_513c75a1a01c6520, []int{0, 0} } // Container for enum describing types of shared set statuses. @@ -64,7 +64,7 @@ func (m *SharedSetStatusEnum) Reset() { *m = SharedSetStatusEnum{} } func (m *SharedSetStatusEnum) String() string { return proto.CompactTextString(m) } func (*SharedSetStatusEnum) ProtoMessage() {} func (*SharedSetStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_status_e5d50de7c2db63b4, []int{0} + return fileDescriptor_shared_set_status_513c75a1a01c6520, []int{0} } func (m *SharedSetStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SharedSetStatusEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/shared_set_status.proto", fileDescriptor_shared_set_status_e5d50de7c2db63b4) + proto.RegisterFile("google/ads/googleads/v1/enums/shared_set_status.proto", fileDescriptor_shared_set_status_513c75a1a01c6520) } -var fileDescriptor_shared_set_status_e5d50de7c2db63b4 = []byte{ +var fileDescriptor_shared_set_status_513c75a1a01c6520 = []byte{ // 301 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x4d, 0x4a, 0x03, 0x31, 0x14, 0xb6, 0x53, 0x50, 0x48, 0x17, 0x1d, 0xaa, 0x2b, 0xb1, 0x8b, 0xf6, 0x00, 0x09, 0x83, 0xb8, diff --git a/googleapis/ads/googleads/v1/enums/shared_set_type.pb.go b/googleapis/ads/googleads/v1/enums/shared_set_type.pb.go index 001ec26ad8..151b2e64be 100644 --- a/googleapis/ads/googleads/v1/enums/shared_set_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/shared_set_type.pb.go @@ -50,7 +50,7 @@ func (x SharedSetTypeEnum_SharedSetType) String() string { return proto.EnumName(SharedSetTypeEnum_SharedSetType_name, int32(x)) } func (SharedSetTypeEnum_SharedSetType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_shared_set_type_6bb2efaed389b7a6, []int{0, 0} + return fileDescriptor_shared_set_type_6a9f5b8cceba110f, []int{0, 0} } // Container for enum describing types of shared sets. @@ -64,7 +64,7 @@ func (m *SharedSetTypeEnum) Reset() { *m = SharedSetTypeEnum{} } func (m *SharedSetTypeEnum) String() string { return proto.CompactTextString(m) } func (*SharedSetTypeEnum) ProtoMessage() {} func (*SharedSetTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_type_6bb2efaed389b7a6, []int{0} + return fileDescriptor_shared_set_type_6a9f5b8cceba110f, []int{0} } func (m *SharedSetTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SharedSetTypeEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/shared_set_type.proto", fileDescriptor_shared_set_type_6bb2efaed389b7a6) + proto.RegisterFile("google/ads/googleads/v1/enums/shared_set_type.proto", fileDescriptor_shared_set_type_6a9f5b8cceba110f) } -var fileDescriptor_shared_set_type_6bb2efaed389b7a6 = []byte{ +var fileDescriptor_shared_set_type_6a9f5b8cceba110f = []byte{ // 318 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, 0x1c, 0x76, 0x1d, 0x28, 0x64, 0x88, 0x5d, 0x45, 0x04, 0x71, 0x87, 0xed, 0x01, 0x52, 0xca, 0x6e, diff --git a/googleapis/ads/googleads/v1/enums/simulation_modification_method.pb.go b/googleapis/ads/googleads/v1/enums/simulation_modification_method.pb.go new file mode 100644 index 0000000000..134c0ddfaa --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/simulation_modification_method.pb.go @@ -0,0 +1,122 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/simulation_modification_method.proto + +package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v1/enums" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Enum describing the method by which a simulation modifies a field. +type SimulationModificationMethodEnum_SimulationModificationMethod int32 + +const ( + // Not specified. + SimulationModificationMethodEnum_UNSPECIFIED SimulationModificationMethodEnum_SimulationModificationMethod = 0 + // Used for return value only. Represents value unknown in this version. + SimulationModificationMethodEnum_UNKNOWN SimulationModificationMethodEnum_SimulationModificationMethod = 1 + // The values in a simulation were applied to all children of a given + // resource uniformly. Overrides on child resources were not respected. + SimulationModificationMethodEnum_UNIFORM SimulationModificationMethodEnum_SimulationModificationMethod = 2 + // The values in a simulation were applied to the given resource. + // Overrides on child resources were respected, and traffic estimates + // do not include these resources. + SimulationModificationMethodEnum_DEFAULT SimulationModificationMethodEnum_SimulationModificationMethod = 3 +) + +var SimulationModificationMethodEnum_SimulationModificationMethod_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "UNIFORM", + 3: "DEFAULT", +} +var SimulationModificationMethodEnum_SimulationModificationMethod_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "UNIFORM": 2, + "DEFAULT": 3, +} + +func (x SimulationModificationMethodEnum_SimulationModificationMethod) String() string { + return proto.EnumName(SimulationModificationMethodEnum_SimulationModificationMethod_name, int32(x)) +} +func (SimulationModificationMethodEnum_SimulationModificationMethod) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_simulation_modification_method_76c10895becc3924, []int{0, 0} +} + +// Container for enum describing the method by which a simulation modifies +// a field. +type SimulationModificationMethodEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *SimulationModificationMethodEnum) Reset() { *m = SimulationModificationMethodEnum{} } +func (m *SimulationModificationMethodEnum) String() string { return proto.CompactTextString(m) } +func (*SimulationModificationMethodEnum) ProtoMessage() {} +func (*SimulationModificationMethodEnum) Descriptor() ([]byte, []int) { + return fileDescriptor_simulation_modification_method_76c10895becc3924, []int{0} +} +func (m *SimulationModificationMethodEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SimulationModificationMethodEnum.Unmarshal(m, b) +} +func (m *SimulationModificationMethodEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SimulationModificationMethodEnum.Marshal(b, m, deterministic) +} +func (dst *SimulationModificationMethodEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_SimulationModificationMethodEnum.Merge(dst, src) +} +func (m *SimulationModificationMethodEnum) XXX_Size() int { + return xxx_messageInfo_SimulationModificationMethodEnum.Size(m) +} +func (m *SimulationModificationMethodEnum) XXX_DiscardUnknown() { + xxx_messageInfo_SimulationModificationMethodEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_SimulationModificationMethodEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*SimulationModificationMethodEnum)(nil), "google.ads.googleads.v1.enums.SimulationModificationMethodEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.SimulationModificationMethodEnum_SimulationModificationMethod", SimulationModificationMethodEnum_SimulationModificationMethod_name, SimulationModificationMethodEnum_SimulationModificationMethod_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/simulation_modification_method.proto", fileDescriptor_simulation_modification_method_76c10895becc3924) +} + +var fileDescriptor_simulation_modification_method_76c10895becc3924 = []byte{ + // 308 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xd1, 0x4a, 0xc3, 0x30, + 0x14, 0x75, 0x1d, 0x28, 0x64, 0x0f, 0x96, 0x3d, 0xca, 0x06, 0x6e, 0x1f, 0x90, 0x50, 0x7c, 0x8b, + 0x4f, 0x99, 0xeb, 0x46, 0xd1, 0x76, 0xc5, 0xd9, 0x0a, 0x52, 0x90, 0xba, 0xd4, 0x18, 0x68, 0x93, + 0xb2, 0xb4, 0x7b, 0xf0, 0x73, 0x7c, 0xf4, 0x53, 0xfc, 0x14, 0x3f, 0xc0, 0x67, 0x69, 0xb2, 0x16, + 0x5f, 0xec, 0x4b, 0x38, 0x37, 0xf7, 0xdc, 0x73, 0xee, 0x3d, 0x60, 0xc1, 0xa4, 0x64, 0x79, 0x86, + 0x52, 0xaa, 0x90, 0x81, 0x0d, 0x3a, 0x38, 0x28, 0x13, 0x75, 0xa1, 0x90, 0xe2, 0x45, 0x9d, 0xa7, + 0x15, 0x97, 0xe2, 0xb9, 0x90, 0x94, 0xbf, 0xf2, 0xdd, 0xb1, 0xc8, 0xaa, 0x37, 0x49, 0x61, 0xb9, + 0x97, 0x95, 0x1c, 0x4f, 0xcd, 0x20, 0x4c, 0xa9, 0x82, 0x9d, 0x06, 0x3c, 0x38, 0x50, 0x6b, 0x5c, + 0x4c, 0x5a, 0x8b, 0x92, 0xa3, 0x54, 0x08, 0x59, 0x69, 0x09, 0x65, 0x86, 0xe7, 0xef, 0xe0, 0x72, + 0xdb, 0x99, 0xf8, 0x7f, 0x3c, 0x7c, 0x6d, 0xe1, 0x8a, 0xba, 0x98, 0xc7, 0x60, 0xd2, 0xc7, 0x19, + 0x9f, 0x83, 0x51, 0x14, 0x6c, 0x43, 0xf7, 0xc6, 0x5b, 0x79, 0xee, 0xd2, 0x3e, 0x19, 0x8f, 0xc0, + 0x59, 0x14, 0xdc, 0x06, 0x9b, 0xc7, 0xc0, 0x1e, 0x98, 0xc2, 0x5b, 0x6d, 0xee, 0x7d, 0xdb, 0x6a, + 0x8a, 0xa5, 0xbb, 0x22, 0xd1, 0xdd, 0x83, 0x3d, 0x5c, 0xfc, 0x0c, 0xc0, 0x6c, 0x27, 0x0b, 0xd8, + 0xbb, 0xff, 0x62, 0xd6, 0xe7, 0x1d, 0x36, 0x47, 0x84, 0x83, 0xa7, 0x63, 0x8e, 0x90, 0xc9, 0x3c, + 0x15, 0x0c, 0xca, 0x3d, 0x43, 0x2c, 0x13, 0xfa, 0xc4, 0x36, 0xd7, 0x92, 0xab, 0x7f, 0x62, 0xbe, + 0xd6, 0xef, 0x87, 0x35, 0x5c, 0x13, 0xf2, 0x69, 0x4d, 0xd7, 0x46, 0x8a, 0x50, 0x05, 0x0d, 0x6c, + 0x50, 0xec, 0xc0, 0x26, 0x0b, 0xf5, 0xd5, 0xf6, 0x13, 0x42, 0x55, 0xd2, 0xf5, 0x93, 0xd8, 0x49, + 0x74, 0xff, 0xdb, 0x9a, 0x99, 0x4f, 0x8c, 0x09, 0x55, 0x18, 0x77, 0x0c, 0x8c, 0x63, 0x07, 0x63, + 0xcd, 0x79, 0x39, 0xd5, 0x8b, 0x5d, 0xfd, 0x06, 0x00, 0x00, 0xff, 0xff, 0x27, 0x6c, 0xf2, 0x63, + 0xfe, 0x01, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/enums/simulation_type.pb.go b/googleapis/ads/googleads/v1/enums/simulation_type.pb.go new file mode 100644 index 0000000000..8c6812c955 --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/simulation_type.pb.go @@ -0,0 +1,127 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/simulation_type.proto + +package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v1/enums" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Enum describing the field a simulation modifies. +type SimulationTypeEnum_SimulationType int32 + +const ( + // Not specified. + SimulationTypeEnum_UNSPECIFIED SimulationTypeEnum_SimulationType = 0 + // Used for return value only. Represents value unknown in this version. + SimulationTypeEnum_UNKNOWN SimulationTypeEnum_SimulationType = 1 + // The simulation is for a cpc bid. + SimulationTypeEnum_CPC_BID SimulationTypeEnum_SimulationType = 2 + // The simulation is for a cpv bid. + SimulationTypeEnum_CPV_BID SimulationTypeEnum_SimulationType = 3 + // The simulation is for a cpa target. + SimulationTypeEnum_TARGET_CPA SimulationTypeEnum_SimulationType = 4 + // The simulation is for a bid modifier. + SimulationTypeEnum_BID_MODIFIER SimulationTypeEnum_SimulationType = 5 +) + +var SimulationTypeEnum_SimulationType_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "CPC_BID", + 3: "CPV_BID", + 4: "TARGET_CPA", + 5: "BID_MODIFIER", +} +var SimulationTypeEnum_SimulationType_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "CPC_BID": 2, + "CPV_BID": 3, + "TARGET_CPA": 4, + "BID_MODIFIER": 5, +} + +func (x SimulationTypeEnum_SimulationType) String() string { + return proto.EnumName(SimulationTypeEnum_SimulationType_name, int32(x)) +} +func (SimulationTypeEnum_SimulationType) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_simulation_type_c2cbede8840bdffd, []int{0, 0} +} + +// Container for enum describing the field a simulation modifies. +type SimulationTypeEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *SimulationTypeEnum) Reset() { *m = SimulationTypeEnum{} } +func (m *SimulationTypeEnum) String() string { return proto.CompactTextString(m) } +func (*SimulationTypeEnum) ProtoMessage() {} +func (*SimulationTypeEnum) Descriptor() ([]byte, []int) { + return fileDescriptor_simulation_type_c2cbede8840bdffd, []int{0} +} +func (m *SimulationTypeEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SimulationTypeEnum.Unmarshal(m, b) +} +func (m *SimulationTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SimulationTypeEnum.Marshal(b, m, deterministic) +} +func (dst *SimulationTypeEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_SimulationTypeEnum.Merge(dst, src) +} +func (m *SimulationTypeEnum) XXX_Size() int { + return xxx_messageInfo_SimulationTypeEnum.Size(m) +} +func (m *SimulationTypeEnum) XXX_DiscardUnknown() { + xxx_messageInfo_SimulationTypeEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_SimulationTypeEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*SimulationTypeEnum)(nil), "google.ads.googleads.v1.enums.SimulationTypeEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.SimulationTypeEnum_SimulationType", SimulationTypeEnum_SimulationType_name, SimulationTypeEnum_SimulationType_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/simulation_type.proto", fileDescriptor_simulation_type_c2cbede8840bdffd) +} + +var fileDescriptor_simulation_type_c2cbede8840bdffd = []byte{ + // 324 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcd, 0x4a, 0xf3, 0x40, + 0x14, 0xfd, 0x92, 0x7e, 0x2a, 0x4c, 0xa5, 0x86, 0xb8, 0x13, 0xbb, 0x68, 0x1f, 0x60, 0x86, 0xd0, + 0xdd, 0xb8, 0x9a, 0xfc, 0x58, 0x82, 0x98, 0x86, 0xfe, 0x44, 0x90, 0x40, 0x88, 0x26, 0x0c, 0x91, + 0x66, 0x26, 0x74, 0xd2, 0x42, 0x77, 0x3e, 0x8b, 0x4b, 0x1f, 0xc5, 0x27, 0x11, 0x9f, 0x42, 0x66, + 0xc6, 0x06, 0xba, 0xd0, 0xcd, 0x70, 0xee, 0xdc, 0x73, 0x0e, 0xe7, 0x1e, 0x30, 0xa1, 0x9c, 0xd3, + 0x75, 0x89, 0xf2, 0x42, 0x20, 0x0d, 0x25, 0xda, 0x39, 0xa8, 0x64, 0xdb, 0x5a, 0x20, 0x51, 0xd5, + 0xdb, 0x75, 0xde, 0x56, 0x9c, 0x65, 0xed, 0xbe, 0x29, 0x61, 0xb3, 0xe1, 0x2d, 0xb7, 0x87, 0x9a, + 0x09, 0xf3, 0x42, 0xc0, 0x4e, 0x04, 0x77, 0x0e, 0x54, 0xa2, 0xab, 0xeb, 0x83, 0x67, 0x53, 0xa1, + 0x9c, 0x31, 0xde, 0x2a, 0x03, 0xa1, 0xc5, 0xe3, 0x57, 0x03, 0xd8, 0x8b, 0xce, 0x76, 0xb9, 0x6f, + 0xca, 0x80, 0x6d, 0xeb, 0xf1, 0x0b, 0x18, 0x1c, 0xff, 0xda, 0x17, 0xa0, 0xbf, 0x8a, 0x16, 0x71, + 0xe0, 0x85, 0xb7, 0x61, 0xe0, 0x5b, 0xff, 0xec, 0x3e, 0x38, 0x5b, 0x45, 0x77, 0xd1, 0xec, 0x21, + 0xb2, 0x0c, 0x39, 0x78, 0xb1, 0x97, 0xb9, 0xa1, 0x6f, 0x99, 0x7a, 0x48, 0xd4, 0xd0, 0xb3, 0x07, + 0x00, 0x2c, 0xc9, 0x7c, 0x1a, 0x2c, 0x33, 0x2f, 0x26, 0xd6, 0x7f, 0xdb, 0x02, 0xe7, 0x6e, 0xe8, + 0x67, 0xf7, 0x33, 0x5f, 0x1a, 0xcd, 0xad, 0x13, 0xf7, 0xd3, 0x00, 0xa3, 0x67, 0x5e, 0xc3, 0x3f, + 0xcf, 0x70, 0x2f, 0x8f, 0xf3, 0xc4, 0x32, 0x7d, 0x6c, 0x3c, 0xba, 0x3f, 0x2a, 0xca, 0xd7, 0x39, + 0xa3, 0x90, 0x6f, 0x28, 0xa2, 0x25, 0x53, 0xb7, 0x1d, 0x1a, 0x6c, 0x2a, 0xf1, 0x4b, 0xa1, 0x37, + 0xea, 0x7d, 0x33, 0x7b, 0x53, 0x42, 0xde, 0xcd, 0xe1, 0x54, 0x5b, 0x91, 0x42, 0x40, 0x0d, 0x25, + 0x4a, 0x1c, 0x28, 0x1b, 0x11, 0x1f, 0x87, 0x7d, 0x4a, 0x0a, 0x91, 0x76, 0xfb, 0x34, 0x71, 0x52, + 0xb5, 0xff, 0x32, 0x47, 0xfa, 0x13, 0x63, 0x52, 0x08, 0x8c, 0x3b, 0x06, 0xc6, 0x89, 0x83, 0xb1, + 0xe2, 0x3c, 0x9d, 0xaa, 0x60, 0x93, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x7b, 0x3b, 0x1b, 0xfa, + 0xe8, 0x01, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/enums/sitelink_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/sitelink_placeholder_field.pb.go index 400712e788..ee53fd6678 100644 --- a/googleapis/ads/googleads/v1/enums/sitelink_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/sitelink_placeholder_field.pb.go @@ -74,7 +74,7 @@ func (x SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField) String() string { return proto.EnumName(SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField_name, int32(x)) } func (SitelinkPlaceholderFieldEnum_SitelinkPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_sitelink_placeholder_field_f4c9f90eceb5bd6f, []int{0, 0} + return fileDescriptor_sitelink_placeholder_field_4eeb2517ba6aee0a, []int{0, 0} } // Values for Sitelink placeholder fields. @@ -88,7 +88,7 @@ func (m *SitelinkPlaceholderFieldEnum) Reset() { *m = SitelinkPlaceholde func (m *SitelinkPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*SitelinkPlaceholderFieldEnum) ProtoMessage() {} func (*SitelinkPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_sitelink_placeholder_field_f4c9f90eceb5bd6f, []int{0} + return fileDescriptor_sitelink_placeholder_field_4eeb2517ba6aee0a, []int{0} } func (m *SitelinkPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SitelinkPlaceholderFieldEnum.Unmarshal(m, b) @@ -114,10 +114,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/sitelink_placeholder_field.proto", fileDescriptor_sitelink_placeholder_field_f4c9f90eceb5bd6f) + proto.RegisterFile("google/ads/googleads/v1/enums/sitelink_placeholder_field.proto", fileDescriptor_sitelink_placeholder_field_4eeb2517ba6aee0a) } -var fileDescriptor_sitelink_placeholder_field_f4c9f90eceb5bd6f = []byte{ +var fileDescriptor_sitelink_placeholder_field_4eeb2517ba6aee0a = []byte{ // 377 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xd1, 0x8e, 0x9a, 0x40, 0x14, 0x86, 0x0b, 0x5a, 0x35, 0x63, 0xd3, 0x4e, 0x27, 0x6d, 0xd2, 0x34, 0x7a, 0xa1, 0x0f, 0x30, diff --git a/googleapis/ads/googleads/v1/enums/slot.pb.go b/googleapis/ads/googleads/v1/enums/slot.pb.go index b91f91ae7f..5e99381673 100644 --- a/googleapis/ads/googleads/v1/enums/slot.pb.go +++ b/googleapis/ads/googleads/v1/enums/slot.pb.go @@ -70,7 +70,7 @@ func (x SlotEnum_Slot) String() string { return proto.EnumName(SlotEnum_Slot_name, int32(x)) } func (SlotEnum_Slot) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_slot_dc72470503010f22, []int{0, 0} + return fileDescriptor_slot_050e1c028a893c5a, []int{0, 0} } // Container for enumeration of possible positions of the Ad. @@ -84,7 +84,7 @@ func (m *SlotEnum) Reset() { *m = SlotEnum{} } func (m *SlotEnum) String() string { return proto.CompactTextString(m) } func (*SlotEnum) ProtoMessage() {} func (*SlotEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_slot_dc72470503010f22, []int{0} + return fileDescriptor_slot_050e1c028a893c5a, []int{0} } func (m *SlotEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SlotEnum.Unmarshal(m, b) @@ -110,10 +110,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/slot.proto", fileDescriptor_slot_dc72470503010f22) + proto.RegisterFile("google/ads/googleads/v1/enums/slot.proto", fileDescriptor_slot_050e1c028a893c5a) } -var fileDescriptor_slot_dc72470503010f22 = []byte{ +var fileDescriptor_slot_050e1c028a893c5a = []byte{ // 347 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcd, 0x4a, 0xeb, 0x40, 0x18, 0xbd, 0x49, 0xff, 0xa7, 0x97, 0x7b, 0x87, 0x41, 0x44, 0xc4, 0x2e, 0xda, 0x95, 0xab, 0x09, diff --git a/googleapis/ads/googleads/v1/enums/spending_limit_type.pb.go b/googleapis/ads/googleads/v1/enums/spending_limit_type.pb.go index b469da2157..793531b6d0 100644 --- a/googleapis/ads/googleads/v1/enums/spending_limit_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/spending_limit_type.pb.go @@ -47,7 +47,7 @@ func (x SpendingLimitTypeEnum_SpendingLimitType) String() string { return proto.EnumName(SpendingLimitTypeEnum_SpendingLimitType_name, int32(x)) } func (SpendingLimitTypeEnum_SpendingLimitType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_spending_limit_type_135c0cbb6a5878cd, []int{0, 0} + return fileDescriptor_spending_limit_type_709c8d5d89f1cb00, []int{0, 0} } // Message describing spending limit types. @@ -61,7 +61,7 @@ func (m *SpendingLimitTypeEnum) Reset() { *m = SpendingLimitTypeEnum{} } func (m *SpendingLimitTypeEnum) String() string { return proto.CompactTextString(m) } func (*SpendingLimitTypeEnum) ProtoMessage() {} func (*SpendingLimitTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_spending_limit_type_135c0cbb6a5878cd, []int{0} + return fileDescriptor_spending_limit_type_709c8d5d89f1cb00, []int{0} } func (m *SpendingLimitTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpendingLimitTypeEnum.Unmarshal(m, b) @@ -87,10 +87,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/spending_limit_type.proto", fileDescriptor_spending_limit_type_135c0cbb6a5878cd) + proto.RegisterFile("google/ads/googleads/v1/enums/spending_limit_type.proto", fileDescriptor_spending_limit_type_709c8d5d89f1cb00) } -var fileDescriptor_spending_limit_type_135c0cbb6a5878cd = []byte{ +var fileDescriptor_spending_limit_type_709c8d5d89f1cb00 = []byte{ // 298 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcd, 0x4a, 0xc3, 0x30, 0x00, 0x76, 0x15, 0x54, 0x32, 0xc1, 0x59, 0xd0, 0x83, 0xb8, 0xc3, 0xf6, 0x00, 0x09, 0xc5, 0x83, diff --git a/googleapis/ads/googleads/v1/enums/structured_snippet_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/structured_snippet_placeholder_field.pb.go index d53461617d..a48212f636 100644 --- a/googleapis/ads/googleads/v1/enums/structured_snippet_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/structured_snippet_placeholder_field.pb.go @@ -56,7 +56,7 @@ func (x StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField) return proto.EnumName(StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField_name, int32(x)) } func (StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_structured_snippet_placeholder_field_cd5d32f750246465, []int{0, 0} + return fileDescriptor_structured_snippet_placeholder_field_77587c1495c9f888, []int{0, 0} } // Values for Structured Snippet placeholder fields. @@ -70,7 +70,7 @@ func (m *StructuredSnippetPlaceholderFieldEnum) Reset() { *m = Structure func (m *StructuredSnippetPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*StructuredSnippetPlaceholderFieldEnum) ProtoMessage() {} func (*StructuredSnippetPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_structured_snippet_placeholder_field_cd5d32f750246465, []int{0} + return fileDescriptor_structured_snippet_placeholder_field_77587c1495c9f888, []int{0} } func (m *StructuredSnippetPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredSnippetPlaceholderFieldEnum.Unmarshal(m, b) @@ -96,10 +96,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/structured_snippet_placeholder_field.proto", fileDescriptor_structured_snippet_placeholder_field_cd5d32f750246465) + proto.RegisterFile("google/ads/googleads/v1/enums/structured_snippet_placeholder_field.proto", fileDescriptor_structured_snippet_placeholder_field_77587c1495c9f888) } -var fileDescriptor_structured_snippet_placeholder_field_cd5d32f750246465 = []byte{ +var fileDescriptor_structured_snippet_placeholder_field_77587c1495c9f888 = []byte{ // 329 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x50, 0xdf, 0x4a, 0xfb, 0x30, 0x18, 0xfd, 0xb5, 0x83, 0xfd, 0x24, 0x13, 0x2c, 0xbd, 0x14, 0x77, 0xb1, 0x81, 0x5e, 0xa6, 0x14, diff --git a/googleapis/ads/googleads/v1/enums/system_managed_entity_source.pb.go b/googleapis/ads/googleads/v1/enums/system_managed_entity_source.pb.go index f7d6137aa2..761ec05011 100644 --- a/googleapis/ads/googleads/v1/enums/system_managed_entity_source.pb.go +++ b/googleapis/ads/googleads/v1/enums/system_managed_entity_source.pb.go @@ -46,7 +46,7 @@ func (x SystemManagedResourceSourceEnum_SystemManagedResourceSource) String() st return proto.EnumName(SystemManagedResourceSourceEnum_SystemManagedResourceSource_name, int32(x)) } func (SystemManagedResourceSourceEnum_SystemManagedResourceSource) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_system_managed_entity_source_69e9c706f64200ef, []int{0, 0} + return fileDescriptor_system_managed_entity_source_2cb6e967d17e4e0c, []int{0, 0} } // Container for enum describing possible system managed entity sources. @@ -60,7 +60,7 @@ func (m *SystemManagedResourceSourceEnum) Reset() { *m = SystemManagedRe func (m *SystemManagedResourceSourceEnum) String() string { return proto.CompactTextString(m) } func (*SystemManagedResourceSourceEnum) ProtoMessage() {} func (*SystemManagedResourceSourceEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_system_managed_entity_source_69e9c706f64200ef, []int{0} + return fileDescriptor_system_managed_entity_source_2cb6e967d17e4e0c, []int{0} } func (m *SystemManagedResourceSourceEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemManagedResourceSourceEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/system_managed_entity_source.proto", fileDescriptor_system_managed_entity_source_69e9c706f64200ef) + proto.RegisterFile("google/ads/googleads/v1/enums/system_managed_entity_source.proto", fileDescriptor_system_managed_entity_source_2cb6e967d17e4e0c) } -var fileDescriptor_system_managed_entity_source_69e9c706f64200ef = []byte{ +var fileDescriptor_system_managed_entity_source_2cb6e967d17e4e0c = []byte{ // 318 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xd1, 0x4a, 0xf3, 0x30, 0x18, 0xfd, 0xd7, 0x1f, 0x14, 0x32, 0xc4, 0xd9, 0x4b, 0x75, 0xca, 0xf6, 0x00, 0x29, 0xc5, 0xbb, diff --git a/googleapis/ads/googleads/v1/enums/target_cpa_opt_in_recommendation_goal.pb.go b/googleapis/ads/googleads/v1/enums/target_cpa_opt_in_recommendation_goal.pb.go index a00ff10612..a73a676d4e 100644 --- a/googleapis/ads/googleads/v1/enums/target_cpa_opt_in_recommendation_goal.pb.go +++ b/googleapis/ads/googleads/v1/enums/target_cpa_opt_in_recommendation_goal.pb.go @@ -59,7 +59,7 @@ func (x TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal) S return proto.EnumName(TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal_name, int32(x)) } func (TargetCpaOptInRecommendationGoalEnum_TargetCpaOptInRecommendationGoal) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_target_cpa_opt_in_recommendation_goal_f3c48de983f87648, []int{0, 0} + return fileDescriptor_target_cpa_opt_in_recommendation_goal_a5829dcc7eee49d4, []int{0, 0} } // Container for enum describing goals for TargetCpaOptIn recommendation. @@ -73,7 +73,7 @@ func (m *TargetCpaOptInRecommendationGoalEnum) Reset() { *m = TargetCpaO func (m *TargetCpaOptInRecommendationGoalEnum) String() string { return proto.CompactTextString(m) } func (*TargetCpaOptInRecommendationGoalEnum) ProtoMessage() {} func (*TargetCpaOptInRecommendationGoalEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_target_cpa_opt_in_recommendation_goal_f3c48de983f87648, []int{0} + return fileDescriptor_target_cpa_opt_in_recommendation_goal_a5829dcc7eee49d4, []int{0} } func (m *TargetCpaOptInRecommendationGoalEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetCpaOptInRecommendationGoalEnum.Unmarshal(m, b) @@ -99,10 +99,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/target_cpa_opt_in_recommendation_goal.proto", fileDescriptor_target_cpa_opt_in_recommendation_goal_f3c48de983f87648) + proto.RegisterFile("google/ads/googleads/v1/enums/target_cpa_opt_in_recommendation_goal.proto", fileDescriptor_target_cpa_opt_in_recommendation_goal_a5829dcc7eee49d4) } -var fileDescriptor_target_cpa_opt_in_recommendation_goal_f3c48de983f87648 = []byte{ +var fileDescriptor_target_cpa_opt_in_recommendation_goal_a5829dcc7eee49d4 = []byte{ // 357 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xdd, 0x4a, 0xf3, 0x30, 0x18, 0xc7, 0xdf, 0x76, 0xef, 0x97, 0x99, 0x62, 0x29, 0x1e, 0x89, 0x03, 0x37, 0xf4, 0x34, 0xa5, diff --git a/googleapis/ads/googleads/v1/enums/target_impression_share_location.pb.go b/googleapis/ads/googleads/v1/enums/target_impression_share_location.pb.go index 0db1ad6953..ee3abb5996 100644 --- a/googleapis/ads/googleads/v1/enums/target_impression_share_location.pb.go +++ b/googleapis/ads/googleads/v1/enums/target_impression_share_location.pb.go @@ -54,7 +54,7 @@ func (x TargetImpressionShareLocationEnum_TargetImpressionShareLocation) String( return proto.EnumName(TargetImpressionShareLocationEnum_TargetImpressionShareLocation_name, int32(x)) } func (TargetImpressionShareLocationEnum_TargetImpressionShareLocation) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_target_impression_share_location_cbaea50b4413644e, []int{0, 0} + return fileDescriptor_target_impression_share_location_ed72bb7348c0a7f5, []int{0, 0} } // Container for enum describing where on the first search results page the @@ -70,7 +70,7 @@ func (m *TargetImpressionShareLocationEnum) Reset() { *m = TargetImpress func (m *TargetImpressionShareLocationEnum) String() string { return proto.CompactTextString(m) } func (*TargetImpressionShareLocationEnum) ProtoMessage() {} func (*TargetImpressionShareLocationEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_target_impression_share_location_cbaea50b4413644e, []int{0} + return fileDescriptor_target_impression_share_location_ed72bb7348c0a7f5, []int{0} } func (m *TargetImpressionShareLocationEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetImpressionShareLocationEnum.Unmarshal(m, b) @@ -96,10 +96,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/target_impression_share_location.proto", fileDescriptor_target_impression_share_location_cbaea50b4413644e) + proto.RegisterFile("google/ads/googleads/v1/enums/target_impression_share_location.proto", fileDescriptor_target_impression_share_location_ed72bb7348c0a7f5) } -var fileDescriptor_target_impression_share_location_cbaea50b4413644e = []byte{ +var fileDescriptor_target_impression_share_location_ed72bb7348c0a7f5 = []byte{ // 343 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xbd, 0x6a, 0xeb, 0x30, 0x18, 0xbd, 0x76, 0x2e, 0xf7, 0x82, 0x32, 0xd4, 0x98, 0x0c, 0xa5, 0x34, 0x43, 0xf2, 0x00, 0x32, diff --git a/googleapis/ads/googleads/v1/enums/targeting_dimension.pb.go b/googleapis/ads/googleads/v1/enums/targeting_dimension.pb.go index a98c478072..389862c8fd 100644 --- a/googleapis/ads/googleads/v1/enums/targeting_dimension.pb.go +++ b/googleapis/ads/googleads/v1/enums/targeting_dimension.pb.go @@ -80,7 +80,7 @@ func (x TargetingDimensionEnum_TargetingDimension) String() string { return proto.EnumName(TargetingDimensionEnum_TargetingDimension_name, int32(x)) } func (TargetingDimensionEnum_TargetingDimension) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_targeting_dimension_c92f3ab89cab34f3, []int{0, 0} + return fileDescriptor_targeting_dimension_0a228f606eaa5934, []int{0, 0} } // The dimensions that can be targeted. @@ -94,7 +94,7 @@ func (m *TargetingDimensionEnum) Reset() { *m = TargetingDimensionEnum{} func (m *TargetingDimensionEnum) String() string { return proto.CompactTextString(m) } func (*TargetingDimensionEnum) ProtoMessage() {} func (*TargetingDimensionEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_targeting_dimension_c92f3ab89cab34f3, []int{0} + return fileDescriptor_targeting_dimension_0a228f606eaa5934, []int{0} } func (m *TargetingDimensionEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetingDimensionEnum.Unmarshal(m, b) @@ -120,10 +120,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/targeting_dimension.proto", fileDescriptor_targeting_dimension_c92f3ab89cab34f3) + proto.RegisterFile("google/ads/googleads/v1/enums/targeting_dimension.proto", fileDescriptor_targeting_dimension_0a228f606eaa5934) } -var fileDescriptor_targeting_dimension_c92f3ab89cab34f3 = []byte{ +var fileDescriptor_targeting_dimension_0a228f606eaa5934 = []byte{ // 378 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xdf, 0xaa, 0xd3, 0x30, 0x1c, 0xb6, 0x3d, 0x9e, 0x9d, 0xb3, 0x6c, 0xb2, 0x10, 0x41, 0x41, 0xdc, 0xc5, 0xf6, 0x00, 0x29, diff --git a/googleapis/ads/googleads/v1/enums/time_type.pb.go b/googleapis/ads/googleads/v1/enums/time_type.pb.go index 2f208d11ed..66adaabbec 100644 --- a/googleapis/ads/googleads/v1/enums/time_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/time_type.pb.go @@ -51,7 +51,7 @@ func (x TimeTypeEnum_TimeType) String() string { return proto.EnumName(TimeTypeEnum_TimeType_name, int32(x)) } func (TimeTypeEnum_TimeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_time_type_9e371b2fd858bb2c, []int{0, 0} + return fileDescriptor_time_type_cab7bcba6ce59172, []int{0, 0} } // Message describing time types. @@ -65,7 +65,7 @@ func (m *TimeTypeEnum) Reset() { *m = TimeTypeEnum{} } func (m *TimeTypeEnum) String() string { return proto.CompactTextString(m) } func (*TimeTypeEnum) ProtoMessage() {} func (*TimeTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_time_type_9e371b2fd858bb2c, []int{0} + return fileDescriptor_time_type_cab7bcba6ce59172, []int{0} } func (m *TimeTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimeTypeEnum.Unmarshal(m, b) @@ -91,10 +91,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/time_type.proto", fileDescriptor_time_type_9e371b2fd858bb2c) + proto.RegisterFile("google/ads/googleads/v1/enums/time_type.proto", fileDescriptor_time_type_cab7bcba6ce59172) } -var fileDescriptor_time_type_9e371b2fd858bb2c = []byte{ +var fileDescriptor_time_type_cab7bcba6ce59172 = []byte{ // 294 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, 0x18, 0xc7, 0x6d, 0x0b, 0x4e, 0x32, 0xc5, 0xd2, 0xa3, 0xb8, 0xc3, 0x76, 0x37, 0xa1, 0x78, 0x8b, diff --git a/googleapis/ads/googleads/v1/enums/tracking_code_page_format.pb.go b/googleapis/ads/googleads/v1/enums/tracking_code_page_format.pb.go index 12b372b52f..06c7a5ddf8 100644 --- a/googleapis/ads/googleads/v1/enums/tracking_code_page_format.pb.go +++ b/googleapis/ads/googleads/v1/enums/tracking_code_page_format.pb.go @@ -51,7 +51,7 @@ func (x TrackingCodePageFormatEnum_TrackingCodePageFormat) String() string { return proto.EnumName(TrackingCodePageFormatEnum_TrackingCodePageFormat_name, int32(x)) } func (TrackingCodePageFormatEnum_TrackingCodePageFormat) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_tracking_code_page_format_964e87d685b6ede5, []int{0, 0} + return fileDescriptor_tracking_code_page_format_109230f9eb069caa, []int{0, 0} } // Container for enum describing the format of the web page where the tracking @@ -66,7 +66,7 @@ func (m *TrackingCodePageFormatEnum) Reset() { *m = TrackingCodePageForm func (m *TrackingCodePageFormatEnum) String() string { return proto.CompactTextString(m) } func (*TrackingCodePageFormatEnum) ProtoMessage() {} func (*TrackingCodePageFormatEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_tracking_code_page_format_964e87d685b6ede5, []int{0} + return fileDescriptor_tracking_code_page_format_109230f9eb069caa, []int{0} } func (m *TrackingCodePageFormatEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TrackingCodePageFormatEnum.Unmarshal(m, b) @@ -92,10 +92,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/tracking_code_page_format.proto", fileDescriptor_tracking_code_page_format_964e87d685b6ede5) + proto.RegisterFile("google/ads/googleads/v1/enums/tracking_code_page_format.proto", fileDescriptor_tracking_code_page_format_109230f9eb069caa) } -var fileDescriptor_tracking_code_page_format_964e87d685b6ede5 = []byte{ +var fileDescriptor_tracking_code_page_format_109230f9eb069caa = []byte{ // 312 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4e, 0xc2, 0x30, 0x18, 0xc7, 0x65, 0x18, 0x31, 0xe5, 0xe0, 0xb2, 0x83, 0x07, 0x94, 0x03, 0x3c, 0x40, 0x9b, 0xc5, diff --git a/googleapis/ads/googleads/v1/enums/tracking_code_type.pb.go b/googleapis/ads/googleads/v1/enums/tracking_code_type.pb.go index 5e8ef42aae..bb24dd0c27 100644 --- a/googleapis/ads/googleads/v1/enums/tracking_code_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/tracking_code_type.pb.go @@ -57,7 +57,7 @@ func (x TrackingCodeTypeEnum_TrackingCodeType) String() string { return proto.EnumName(TrackingCodeTypeEnum_TrackingCodeType_name, int32(x)) } func (TrackingCodeTypeEnum_TrackingCodeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_tracking_code_type_4912ee9d4fd5712b, []int{0, 0} + return fileDescriptor_tracking_code_type_1a45135fd39e29d4, []int{0, 0} } // Container for enum describing the type of the generated tag snippets for @@ -72,7 +72,7 @@ func (m *TrackingCodeTypeEnum) Reset() { *m = TrackingCodeTypeEnum{} } func (m *TrackingCodeTypeEnum) String() string { return proto.CompactTextString(m) } func (*TrackingCodeTypeEnum) ProtoMessage() {} func (*TrackingCodeTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_tracking_code_type_4912ee9d4fd5712b, []int{0} + return fileDescriptor_tracking_code_type_1a45135fd39e29d4, []int{0} } func (m *TrackingCodeTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TrackingCodeTypeEnum.Unmarshal(m, b) @@ -98,10 +98,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/tracking_code_type.proto", fileDescriptor_tracking_code_type_4912ee9d4fd5712b) + proto.RegisterFile("google/ads/googleads/v1/enums/tracking_code_type.proto", fileDescriptor_tracking_code_type_1a45135fd39e29d4) } -var fileDescriptor_tracking_code_type_4912ee9d4fd5712b = []byte{ +var fileDescriptor_tracking_code_type_1a45135fd39e29d4 = []byte{ // 327 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdf, 0x4a, 0xfb, 0x30, 0x18, 0xfd, 0xad, 0xfb, 0xa1, 0x90, 0x21, 0xab, 0x55, 0x6f, 0xc4, 0x5d, 0x6c, 0x0f, 0x90, 0x50, diff --git a/googleapis/ads/googleads/v1/enums/travel_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/travel_placeholder_field.pb.go index 05c3b8e50e..7a587fb726 100644 --- a/googleapis/ads/googleads/v1/enums/travel_placeholder_field.pb.go +++ b/googleapis/ads/googleads/v1/enums/travel_placeholder_field.pb.go @@ -144,7 +144,7 @@ func (x TravelPlaceholderFieldEnum_TravelPlaceholderField) String() string { return proto.EnumName(TravelPlaceholderFieldEnum_TravelPlaceholderField_name, int32(x)) } func (TravelPlaceholderFieldEnum_TravelPlaceholderField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_travel_placeholder_field_07739c1b62e09aa6, []int{0, 0} + return fileDescriptor_travel_placeholder_field_c5fb0d1e99f0b387, []int{0, 0} } // Values for Travel placeholder fields. @@ -160,7 +160,7 @@ func (m *TravelPlaceholderFieldEnum) Reset() { *m = TravelPlaceholderFie func (m *TravelPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) } func (*TravelPlaceholderFieldEnum) ProtoMessage() {} func (*TravelPlaceholderFieldEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_travel_placeholder_field_07739c1b62e09aa6, []int{0} + return fileDescriptor_travel_placeholder_field_c5fb0d1e99f0b387, []int{0} } func (m *TravelPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TravelPlaceholderFieldEnum.Unmarshal(m, b) @@ -186,10 +186,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/travel_placeholder_field.proto", fileDescriptor_travel_placeholder_field_07739c1b62e09aa6) + proto.RegisterFile("google/ads/googleads/v1/enums/travel_placeholder_field.proto", fileDescriptor_travel_placeholder_field_c5fb0d1e99f0b387) } -var fileDescriptor_travel_placeholder_field_07739c1b62e09aa6 = []byte{ +var fileDescriptor_travel_placeholder_field_c5fb0d1e99f0b387 = []byte{ // 524 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xdd, 0x6e, 0xd3, 0x30, 0x14, 0x66, 0x2d, 0xfb, 0x73, 0xbb, 0xd6, 0x73, 0x3b, 0x86, 0x36, 0x76, 0xb1, 0x3d, 0x40, 0xa2, diff --git a/googleapis/ads/googleads/v1/enums/user_interest_taxonomy_type.pb.go b/googleapis/ads/googleads/v1/enums/user_interest_taxonomy_type.pb.go index 26de2dd5c2..a1dc7f03d2 100644 --- a/googleapis/ads/googleads/v1/enums/user_interest_taxonomy_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/user_interest_taxonomy_type.pb.go @@ -62,7 +62,7 @@ func (x UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType) String() string { return proto.EnumName(UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType_name, int32(x)) } func (UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_interest_taxonomy_type_8f66371abaf71501, []int{0, 0} + return fileDescriptor_user_interest_taxonomy_type_2ebc60b51ce4cdbd, []int{0, 0} } // Message describing a UserInterestTaxonomyType. @@ -76,7 +76,7 @@ func (m *UserInterestTaxonomyTypeEnum) Reset() { *m = UserInterestTaxono func (m *UserInterestTaxonomyTypeEnum) String() string { return proto.CompactTextString(m) } func (*UserInterestTaxonomyTypeEnum) ProtoMessage() {} func (*UserInterestTaxonomyTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_interest_taxonomy_type_8f66371abaf71501, []int{0} + return fileDescriptor_user_interest_taxonomy_type_2ebc60b51ce4cdbd, []int{0} } func (m *UserInterestTaxonomyTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserInterestTaxonomyTypeEnum.Unmarshal(m, b) @@ -102,10 +102,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/user_interest_taxonomy_type.proto", fileDescriptor_user_interest_taxonomy_type_8f66371abaf71501) + proto.RegisterFile("google/ads/googleads/v1/enums/user_interest_taxonomy_type.proto", fileDescriptor_user_interest_taxonomy_type_2ebc60b51ce4cdbd) } -var fileDescriptor_user_interest_taxonomy_type_8f66371abaf71501 = []byte{ +var fileDescriptor_user_interest_taxonomy_type_2ebc60b51ce4cdbd = []byte{ // 387 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xcf, 0x8a, 0xd4, 0x30, 0x1c, 0xb6, 0xb3, 0xba, 0x6a, 0x76, 0xc5, 0x12, 0x04, 0x17, 0xdd, 0x39, 0xec, 0x3e, 0x40, 0x4a, diff --git a/googleapis/ads/googleads/v1/enums/user_list_access_status.pb.go b/googleapis/ads/googleads/v1/enums/user_list_access_status.pb.go index aef5e31cfc..ac9054a4a2 100644 --- a/googleapis/ads/googleads/v1/enums/user_list_access_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/user_list_access_status.pb.go @@ -50,7 +50,7 @@ func (x UserListAccessStatusEnum_UserListAccessStatus) String() string { return proto.EnumName(UserListAccessStatusEnum_UserListAccessStatus_name, int32(x)) } func (UserListAccessStatusEnum_UserListAccessStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_access_status_e78e905366d04b72, []int{0, 0} + return fileDescriptor_user_list_access_status_351bc453276f30da, []int{0, 0} } // Indicates if this client still has access to the list. @@ -64,7 +64,7 @@ func (m *UserListAccessStatusEnum) Reset() { *m = UserListAccessStatusEn func (m *UserListAccessStatusEnum) String() string { return proto.CompactTextString(m) } func (*UserListAccessStatusEnum) ProtoMessage() {} func (*UserListAccessStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_access_status_e78e905366d04b72, []int{0} + return fileDescriptor_user_list_access_status_351bc453276f30da, []int{0} } func (m *UserListAccessStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListAccessStatusEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/user_list_access_status.proto", fileDescriptor_user_list_access_status_e78e905366d04b72) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_access_status.proto", fileDescriptor_user_list_access_status_351bc453276f30da) } -var fileDescriptor_user_list_access_status_e78e905366d04b72 = []byte{ +var fileDescriptor_user_list_access_status_351bc453276f30da = []byte{ // 311 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x41, 0x6a, 0xeb, 0x30, 0x10, 0xfd, 0x71, 0xe0, 0xb7, 0x28, 0x85, 0x06, 0xd3, 0x45, 0x5b, 0x9a, 0x45, 0x72, 0x00, 0x09, diff --git a/googleapis/ads/googleads/v1/enums/user_list_closing_reason.pb.go b/googleapis/ads/googleads/v1/enums/user_list_closing_reason.pb.go index 03de911346..f6d7afd951 100644 --- a/googleapis/ads/googleads/v1/enums/user_list_closing_reason.pb.go +++ b/googleapis/ads/googleads/v1/enums/user_list_closing_reason.pb.go @@ -46,7 +46,7 @@ func (x UserListClosingReasonEnum_UserListClosingReason) String() string { return proto.EnumName(UserListClosingReasonEnum_UserListClosingReason_name, int32(x)) } func (UserListClosingReasonEnum_UserListClosingReason) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_closing_reason_06312d64bf678cf6, []int{0, 0} + return fileDescriptor_user_list_closing_reason_b58c1e2643567ca7, []int{0, 0} } // Indicates the reason why the userlist was closed. @@ -61,7 +61,7 @@ func (m *UserListClosingReasonEnum) Reset() { *m = UserListClosingReason func (m *UserListClosingReasonEnum) String() string { return proto.CompactTextString(m) } func (*UserListClosingReasonEnum) ProtoMessage() {} func (*UserListClosingReasonEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_closing_reason_06312d64bf678cf6, []int{0} + return fileDescriptor_user_list_closing_reason_b58c1e2643567ca7, []int{0} } func (m *UserListClosingReasonEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListClosingReasonEnum.Unmarshal(m, b) @@ -87,10 +87,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/user_list_closing_reason.proto", fileDescriptor_user_list_closing_reason_06312d64bf678cf6) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_closing_reason.proto", fileDescriptor_user_list_closing_reason_b58c1e2643567ca7) } -var fileDescriptor_user_list_closing_reason_06312d64bf678cf6 = []byte{ +var fileDescriptor_user_list_closing_reason_b58c1e2643567ca7 = []byte{ // 302 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, 0x1c, 0xc6, 0x5d, 0x85, 0x09, 0xd9, 0xc1, 0x51, 0xf0, 0xe0, 0x70, 0x87, 0xed, 0x01, 0x12, 0x8a, diff --git a/googleapis/ads/googleads/v1/enums/user_list_combined_rule_operator.pb.go b/googleapis/ads/googleads/v1/enums/user_list_combined_rule_operator.pb.go index 42599f359f..c0821c8f65 100644 --- a/googleapis/ads/googleads/v1/enums/user_list_combined_rule_operator.pb.go +++ b/googleapis/ads/googleads/v1/enums/user_list_combined_rule_operator.pb.go @@ -50,7 +50,7 @@ func (x UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator) String() return proto.EnumName(UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator_name, int32(x)) } func (UserListCombinedRuleOperatorEnum_UserListCombinedRuleOperator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_combined_rule_operator_92f3c46298108c4e, []int{0, 0} + return fileDescriptor_user_list_combined_rule_operator_4ebfc904d7db5e97, []int{0, 0} } // Logical operator connecting two rules. @@ -64,7 +64,7 @@ func (m *UserListCombinedRuleOperatorEnum) Reset() { *m = UserListCombin func (m *UserListCombinedRuleOperatorEnum) String() string { return proto.CompactTextString(m) } func (*UserListCombinedRuleOperatorEnum) ProtoMessage() {} func (*UserListCombinedRuleOperatorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_combined_rule_operator_92f3c46298108c4e, []int{0} + return fileDescriptor_user_list_combined_rule_operator_4ebfc904d7db5e97, []int{0} } func (m *UserListCombinedRuleOperatorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListCombinedRuleOperatorEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/user_list_combined_rule_operator.proto", fileDescriptor_user_list_combined_rule_operator_92f3c46298108c4e) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_combined_rule_operator.proto", fileDescriptor_user_list_combined_rule_operator_4ebfc904d7db5e97) } -var fileDescriptor_user_list_combined_rule_operator_92f3c46298108c4e = []byte{ +var fileDescriptor_user_list_combined_rule_operator_4ebfc904d7db5e97 = []byte{ // 318 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xc1, 0x6a, 0xea, 0x40, 0x14, 0x7d, 0x46, 0x78, 0xc2, 0xb8, 0x68, 0xc8, 0xb2, 0x28, 0x54, 0x3f, 0x60, 0x42, 0xe8, 0x6e, diff --git a/googleapis/ads/googleads/v1/enums/user_list_crm_data_source_type.pb.go b/googleapis/ads/googleads/v1/enums/user_list_crm_data_source_type.pb.go index 4c9fd3a50c..440818090a 100644 --- a/googleapis/ads/googleads/v1/enums/user_list_crm_data_source_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/user_list_crm_data_source_type.pb.go @@ -54,7 +54,7 @@ func (x UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType) String() string return proto.EnumName(UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType_name, int32(x)) } func (UserListCrmDataSourceTypeEnum_UserListCrmDataSourceType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_crm_data_source_type_47ddb41366f97bc2, []int{0, 0} + return fileDescriptor_user_list_crm_data_source_type_b5173b7d81e81cef, []int{0, 0} } // Indicates source of Crm upload data. @@ -68,7 +68,7 @@ func (m *UserListCrmDataSourceTypeEnum) Reset() { *m = UserListCrmDataSo func (m *UserListCrmDataSourceTypeEnum) String() string { return proto.CompactTextString(m) } func (*UserListCrmDataSourceTypeEnum) ProtoMessage() {} func (*UserListCrmDataSourceTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_crm_data_source_type_47ddb41366f97bc2, []int{0} + return fileDescriptor_user_list_crm_data_source_type_b5173b7d81e81cef, []int{0} } func (m *UserListCrmDataSourceTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListCrmDataSourceTypeEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/user_list_crm_data_source_type.proto", fileDescriptor_user_list_crm_data_source_type_47ddb41366f97bc2) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_crm_data_source_type.proto", fileDescriptor_user_list_crm_data_source_type_b5173b7d81e81cef) } -var fileDescriptor_user_list_crm_data_source_type_47ddb41366f97bc2 = []byte{ +var fileDescriptor_user_list_crm_data_source_type_b5173b7d81e81cef = []byte{ // 362 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xc1, 0x6a, 0xab, 0x40, 0x14, 0x7d, 0x9a, 0x47, 0x0b, 0x93, 0x45, 0xc5, 0x45, 0x21, 0xa1, 0x16, 0x92, 0x0f, 0x18, 0x91, diff --git a/googleapis/ads/googleads/v1/enums/user_list_date_rule_item_operator.pb.go b/googleapis/ads/googleads/v1/enums/user_list_date_rule_item_operator.pb.go index d7235284ab..8e36b2bbaa 100644 --- a/googleapis/ads/googleads/v1/enums/user_list_date_rule_item_operator.pb.go +++ b/googleapis/ads/googleads/v1/enums/user_list_date_rule_item_operator.pb.go @@ -58,7 +58,7 @@ func (x UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator) String() return proto.EnumName(UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator_name, int32(x)) } func (UserListDateRuleItemOperatorEnum_UserListDateRuleItemOperator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_date_rule_item_operator_4c5a62a3adeb1fd9, []int{0, 0} + return fileDescriptor_user_list_date_rule_item_operator_c55e0b52762bba4b, []int{0, 0} } // Supported rule operator for date type. @@ -72,7 +72,7 @@ func (m *UserListDateRuleItemOperatorEnum) Reset() { *m = UserListDateRu func (m *UserListDateRuleItemOperatorEnum) String() string { return proto.CompactTextString(m) } func (*UserListDateRuleItemOperatorEnum) ProtoMessage() {} func (*UserListDateRuleItemOperatorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_date_rule_item_operator_4c5a62a3adeb1fd9, []int{0} + return fileDescriptor_user_list_date_rule_item_operator_c55e0b52762bba4b, []int{0} } func (m *UserListDateRuleItemOperatorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListDateRuleItemOperatorEnum.Unmarshal(m, b) @@ -98,10 +98,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/user_list_date_rule_item_operator.proto", fileDescriptor_user_list_date_rule_item_operator_4c5a62a3adeb1fd9) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_date_rule_item_operator.proto", fileDescriptor_user_list_date_rule_item_operator_c55e0b52762bba4b) } -var fileDescriptor_user_list_date_rule_item_operator_4c5a62a3adeb1fd9 = []byte{ +var fileDescriptor_user_list_date_rule_item_operator_c55e0b52762bba4b = []byte{ // 346 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0x41, 0x6a, 0xeb, 0x30, 0x14, 0xfc, 0x76, 0x7e, 0x52, 0xaa, 0x40, 0x6b, 0xbc, 0x2c, 0x09, 0x34, 0x39, 0x80, 0x8c, 0xe9, diff --git a/googleapis/ads/googleads/v1/enums/user_list_logical_rule_operator.pb.go b/googleapis/ads/googleads/v1/enums/user_list_logical_rule_operator.pb.go index fe2b1d31c4..5e91c3d58f 100644 --- a/googleapis/ads/googleads/v1/enums/user_list_logical_rule_operator.pb.go +++ b/googleapis/ads/googleads/v1/enums/user_list_logical_rule_operator.pb.go @@ -54,7 +54,7 @@ func (x UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator) String() st return proto.EnumName(UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator_name, int32(x)) } func (UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_logical_rule_operator_c2562baeac7b2806, []int{0, 0} + return fileDescriptor_user_list_logical_rule_operator_70bc084eae3dce54, []int{0, 0} } // The logical operator of the rule. @@ -68,7 +68,7 @@ func (m *UserListLogicalRuleOperatorEnum) Reset() { *m = UserListLogical func (m *UserListLogicalRuleOperatorEnum) String() string { return proto.CompactTextString(m) } func (*UserListLogicalRuleOperatorEnum) ProtoMessage() {} func (*UserListLogicalRuleOperatorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_logical_rule_operator_c2562baeac7b2806, []int{0} + return fileDescriptor_user_list_logical_rule_operator_70bc084eae3dce54, []int{0} } func (m *UserListLogicalRuleOperatorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListLogicalRuleOperatorEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/user_list_logical_rule_operator.proto", fileDescriptor_user_list_logical_rule_operator_c2562baeac7b2806) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_logical_rule_operator.proto", fileDescriptor_user_list_logical_rule_operator_70bc084eae3dce54) } -var fileDescriptor_user_list_logical_rule_operator_c2562baeac7b2806 = []byte{ +var fileDescriptor_user_list_logical_rule_operator_70bc084eae3dce54 = []byte{ // 324 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xc1, 0x6e, 0xe2, 0x30, 0x14, 0x5c, 0x02, 0x5a, 0x56, 0xe6, 0xb0, 0x51, 0x8e, 0xbb, 0x45, 0x2d, 0x7c, 0x80, 0xa3, 0xa8, diff --git a/googleapis/ads/googleads/v1/enums/user_list_membership_status.pb.go b/googleapis/ads/googleads/v1/enums/user_list_membership_status.pb.go index 9d879904f7..8d1e45948c 100644 --- a/googleapis/ads/googleads/v1/enums/user_list_membership_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/user_list_membership_status.pb.go @@ -50,7 +50,7 @@ func (x UserListMembershipStatusEnum_UserListMembershipStatus) String() string { return proto.EnumName(UserListMembershipStatusEnum_UserListMembershipStatus_name, int32(x)) } func (UserListMembershipStatusEnum_UserListMembershipStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_membership_status_15ce80d7d7f2df92, []int{0, 0} + return fileDescriptor_user_list_membership_status_353af4c79a9ed804, []int{0, 0} } // Membership status of this user list. Indicates whether a user list is open @@ -66,7 +66,7 @@ func (m *UserListMembershipStatusEnum) Reset() { *m = UserListMembership func (m *UserListMembershipStatusEnum) String() string { return proto.CompactTextString(m) } func (*UserListMembershipStatusEnum) ProtoMessage() {} func (*UserListMembershipStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_membership_status_15ce80d7d7f2df92, []int{0} + return fileDescriptor_user_list_membership_status_353af4c79a9ed804, []int{0} } func (m *UserListMembershipStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListMembershipStatusEnum.Unmarshal(m, b) @@ -92,10 +92,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/user_list_membership_status.proto", fileDescriptor_user_list_membership_status_15ce80d7d7f2df92) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_membership_status.proto", fileDescriptor_user_list_membership_status_353af4c79a9ed804) } -var fileDescriptor_user_list_membership_status_15ce80d7d7f2df92 = []byte{ +var fileDescriptor_user_list_membership_status_353af4c79a9ed804 = []byte{ // 314 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x4a, 0xc3, 0x40, 0x14, 0x86, 0x6d, 0x2a, 0x55, 0xa6, 0x0b, 0x43, 0x56, 0x22, 0xed, 0xa2, 0x3d, 0xc0, 0x84, 0xe0, diff --git a/googleapis/ads/googleads/v1/enums/user_list_number_rule_item_operator.pb.go b/googleapis/ads/googleads/v1/enums/user_list_number_rule_item_operator.pb.go index 1b1f9685a9..ce3146de67 100644 --- a/googleapis/ads/googleads/v1/enums/user_list_number_rule_item_operator.pb.go +++ b/googleapis/ads/googleads/v1/enums/user_list_number_rule_item_operator.pb.go @@ -66,7 +66,7 @@ func (x UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator) Strin return proto.EnumName(UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator_name, int32(x)) } func (UserListNumberRuleItemOperatorEnum_UserListNumberRuleItemOperator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_number_rule_item_operator_ef31f5a57eab8f94, []int{0, 0} + return fileDescriptor_user_list_number_rule_item_operator_a792052f11149239, []int{0, 0} } // Supported rule operator for number type. @@ -80,7 +80,7 @@ func (m *UserListNumberRuleItemOperatorEnum) Reset() { *m = UserListNumb func (m *UserListNumberRuleItemOperatorEnum) String() string { return proto.CompactTextString(m) } func (*UserListNumberRuleItemOperatorEnum) ProtoMessage() {} func (*UserListNumberRuleItemOperatorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_number_rule_item_operator_ef31f5a57eab8f94, []int{0} + return fileDescriptor_user_list_number_rule_item_operator_a792052f11149239, []int{0} } func (m *UserListNumberRuleItemOperatorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListNumberRuleItemOperatorEnum.Unmarshal(m, b) @@ -106,10 +106,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/user_list_number_rule_item_operator.proto", fileDescriptor_user_list_number_rule_item_operator_ef31f5a57eab8f94) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_number_rule_item_operator.proto", fileDescriptor_user_list_number_rule_item_operator_a792052f11149239) } -var fileDescriptor_user_list_number_rule_item_operator_ef31f5a57eab8f94 = []byte{ +var fileDescriptor_user_list_number_rule_item_operator_a792052f11149239 = []byte{ // 379 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xcd, 0xae, 0x93, 0x40, 0x14, 0xc7, 0x85, 0x6a, 0x1b, 0xa7, 0x7e, 0x90, 0x49, 0x34, 0xd1, 0x58, 0x93, 0xd6, 0xfd, 0x10, diff --git a/googleapis/ads/googleads/v1/enums/user_list_prepopulation_status.pb.go b/googleapis/ads/googleads/v1/enums/user_list_prepopulation_status.pb.go index d539d496e1..6adb8eee82 100644 --- a/googleapis/ads/googleads/v1/enums/user_list_prepopulation_status.pb.go +++ b/googleapis/ads/googleads/v1/enums/user_list_prepopulation_status.pb.go @@ -54,7 +54,7 @@ func (x UserListPrepopulationStatusEnum_UserListPrepopulationStatus) String() st return proto.EnumName(UserListPrepopulationStatusEnum_UserListPrepopulationStatus_name, int32(x)) } func (UserListPrepopulationStatusEnum_UserListPrepopulationStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_prepopulation_status_e4a7774a4f8912e6, []int{0, 0} + return fileDescriptor_user_list_prepopulation_status_8930b9ea3020757e, []int{0, 0} } // Indicates status of prepopulation based on the rule. @@ -68,7 +68,7 @@ func (m *UserListPrepopulationStatusEnum) Reset() { *m = UserListPrepopu func (m *UserListPrepopulationStatusEnum) String() string { return proto.CompactTextString(m) } func (*UserListPrepopulationStatusEnum) ProtoMessage() {} func (*UserListPrepopulationStatusEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_prepopulation_status_e4a7774a4f8912e6, []int{0} + return fileDescriptor_user_list_prepopulation_status_8930b9ea3020757e, []int{0} } func (m *UserListPrepopulationStatusEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListPrepopulationStatusEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/user_list_prepopulation_status.proto", fileDescriptor_user_list_prepopulation_status_e4a7774a4f8912e6) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_prepopulation_status.proto", fileDescriptor_user_list_prepopulation_status_8930b9ea3020757e) } -var fileDescriptor_user_list_prepopulation_status_e4a7774a4f8912e6 = []byte{ +var fileDescriptor_user_list_prepopulation_status_8930b9ea3020757e = []byte{ // 333 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xc1, 0x4e, 0xb3, 0x40, 0x18, 0xfc, 0xa1, 0x7f, 0xaa, 0x6e, 0x35, 0x12, 0x8e, 0x6a, 0xa3, 0xed, 0x03, 0x2c, 0x21, 0xde, diff --git a/googleapis/ads/googleads/v1/enums/user_list_rule_type.pb.go b/googleapis/ads/googleads/v1/enums/user_list_rule_type.pb.go index 13ad7a07cb..2025e580fc 100644 --- a/googleapis/ads/googleads/v1/enums/user_list_rule_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/user_list_rule_type.pb.go @@ -50,7 +50,7 @@ func (x UserListRuleTypeEnum_UserListRuleType) String() string { return proto.EnumName(UserListRuleTypeEnum_UserListRuleType_name, int32(x)) } func (UserListRuleTypeEnum_UserListRuleType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_rule_type_835c5d2bbaa50c25, []int{0, 0} + return fileDescriptor_user_list_rule_type_6ff13bf7262f7b61, []int{0, 0} } // Rule based user list rule type. @@ -64,7 +64,7 @@ func (m *UserListRuleTypeEnum) Reset() { *m = UserListRuleTypeEnum{} } func (m *UserListRuleTypeEnum) String() string { return proto.CompactTextString(m) } func (*UserListRuleTypeEnum) ProtoMessage() {} func (*UserListRuleTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_rule_type_835c5d2bbaa50c25, []int{0} + return fileDescriptor_user_list_rule_type_6ff13bf7262f7b61, []int{0} } func (m *UserListRuleTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListRuleTypeEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/user_list_rule_type.proto", fileDescriptor_user_list_rule_type_835c5d2bbaa50c25) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_rule_type.proto", fileDescriptor_user_list_rule_type_6ff13bf7262f7b61) } -var fileDescriptor_user_list_rule_type_835c5d2bbaa50c25 = []byte{ +var fileDescriptor_user_list_rule_type_6ff13bf7262f7b61 = []byte{ // 315 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xdd, 0x4a, 0xc3, 0x30, 0x14, 0x76, 0x1d, 0x28, 0x64, 0xa0, 0xa5, 0xe8, 0x8d, 0xb8, 0x8b, 0xed, 0x01, 0x52, 0x8a, 0x17, diff --git a/googleapis/ads/googleads/v1/enums/user_list_size_range.pb.go b/googleapis/ads/googleads/v1/enums/user_list_size_range.pb.go index b082695cb2..16add8833c 100644 --- a/googleapis/ads/googleads/v1/enums/user_list_size_range.pb.go +++ b/googleapis/ads/googleads/v1/enums/user_list_size_range.pb.go @@ -106,7 +106,7 @@ func (x UserListSizeRangeEnum_UserListSizeRange) String() string { return proto.EnumName(UserListSizeRangeEnum_UserListSizeRange_name, int32(x)) } func (UserListSizeRangeEnum_UserListSizeRange) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_size_range_76c63cce5fe79cec, []int{0, 0} + return fileDescriptor_user_list_size_range_4744de7763dbe702, []int{0, 0} } // Size range in terms of number of users of a UserList. @@ -120,7 +120,7 @@ func (m *UserListSizeRangeEnum) Reset() { *m = UserListSizeRangeEnum{} } func (m *UserListSizeRangeEnum) String() string { return proto.CompactTextString(m) } func (*UserListSizeRangeEnum) ProtoMessage() {} func (*UserListSizeRangeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_size_range_76c63cce5fe79cec, []int{0} + return fileDescriptor_user_list_size_range_4744de7763dbe702, []int{0} } func (m *UserListSizeRangeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListSizeRangeEnum.Unmarshal(m, b) @@ -146,10 +146,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/user_list_size_range.proto", fileDescriptor_user_list_size_range_76c63cce5fe79cec) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_size_range.proto", fileDescriptor_user_list_size_range_4744de7763dbe702) } -var fileDescriptor_user_list_size_range_76c63cce5fe79cec = []byte{ +var fileDescriptor_user_list_size_range_4744de7763dbe702 = []byte{ // 505 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0xcb, 0x6e, 0xd3, 0x40, 0x14, 0x86, 0x49, 0x7a, 0x83, 0x13, 0xa0, 0xee, 0x48, 0x64, 0x11, 0x9a, 0xb6, 0x09, 0x15, 0x42, diff --git a/googleapis/ads/googleads/v1/enums/user_list_string_rule_item_operator.pb.go b/googleapis/ads/googleads/v1/enums/user_list_string_rule_item_operator.pb.go index a69b49248f..b195a46dc3 100644 --- a/googleapis/ads/googleads/v1/enums/user_list_string_rule_item_operator.pb.go +++ b/googleapis/ads/googleads/v1/enums/user_list_string_rule_item_operator.pb.go @@ -74,7 +74,7 @@ func (x UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator) Strin return proto.EnumName(UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator_name, int32(x)) } func (UserListStringRuleItemOperatorEnum_UserListStringRuleItemOperator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_string_rule_item_operator_c30641c99c944bb0, []int{0, 0} + return fileDescriptor_user_list_string_rule_item_operator_932eec4397d453ac, []int{0, 0} } // Supported rule operator for string type. @@ -88,7 +88,7 @@ func (m *UserListStringRuleItemOperatorEnum) Reset() { *m = UserListStri func (m *UserListStringRuleItemOperatorEnum) String() string { return proto.CompactTextString(m) } func (*UserListStringRuleItemOperatorEnum) ProtoMessage() {} func (*UserListStringRuleItemOperatorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_string_rule_item_operator_c30641c99c944bb0, []int{0} + return fileDescriptor_user_list_string_rule_item_operator_932eec4397d453ac, []int{0} } func (m *UserListStringRuleItemOperatorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListStringRuleItemOperatorEnum.Unmarshal(m, b) @@ -114,10 +114,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/user_list_string_rule_item_operator.proto", fileDescriptor_user_list_string_rule_item_operator_c30641c99c944bb0) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_string_rule_item_operator.proto", fileDescriptor_user_list_string_rule_item_operator_932eec4397d453ac) } -var fileDescriptor_user_list_string_rule_item_operator_c30641c99c944bb0 = []byte{ +var fileDescriptor_user_list_string_rule_item_operator_932eec4397d453ac = []byte{ // 391 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0x41, 0x8f, 0x94, 0x30, 0x14, 0x16, 0x56, 0x67, 0x77, 0xbb, 0xbb, 0x2e, 0xd6, 0x9b, 0x71, 0x4d, 0x76, 0xbc, 0x97, 0x10, diff --git a/googleapis/ads/googleads/v1/enums/user_list_type.pb.go b/googleapis/ads/googleads/v1/enums/user_list_type.pb.go index 7fbd4bb231..71b0e49ec3 100644 --- a/googleapis/ads/googleads/v1/enums/user_list_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/user_list_type.pb.go @@ -67,7 +67,7 @@ func (x UserListTypeEnum_UserListType) String() string { return proto.EnumName(UserListTypeEnum_UserListType_name, int32(x)) } func (UserListTypeEnum_UserListType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_type_d7f02328e63113a9, []int{0, 0} + return fileDescriptor_user_list_type_a2df5dfff3017dbe, []int{0, 0} } // The user list types. @@ -81,7 +81,7 @@ func (m *UserListTypeEnum) Reset() { *m = UserListTypeEnum{} } func (m *UserListTypeEnum) String() string { return proto.CompactTextString(m) } func (*UserListTypeEnum) ProtoMessage() {} func (*UserListTypeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_type_d7f02328e63113a9, []int{0} + return fileDescriptor_user_list_type_a2df5dfff3017dbe, []int{0} } func (m *UserListTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListTypeEnum.Unmarshal(m, b) @@ -107,10 +107,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/user_list_type.proto", fileDescriptor_user_list_type_d7f02328e63113a9) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_type.proto", fileDescriptor_user_list_type_a2df5dfff3017dbe) } -var fileDescriptor_user_list_type_d7f02328e63113a9 = []byte{ +var fileDescriptor_user_list_type_a2df5dfff3017dbe = []byte{ // 360 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x4a, 0xeb, 0x40, 0x18, 0xc5, 0x6f, 0xd2, 0x7b, 0x5b, 0xee, 0xd4, 0x3f, 0x31, 0xb8, 0x10, 0xb1, 0x8b, 0xf6, 0x01, diff --git a/googleapis/ads/googleads/v1/enums/vanity_pharma_display_url_mode.pb.go b/googleapis/ads/googleads/v1/enums/vanity_pharma_display_url_mode.pb.go index 7a89afc7cf..c60cdaa1a7 100644 --- a/googleapis/ads/googleads/v1/enums/vanity_pharma_display_url_mode.pb.go +++ b/googleapis/ads/googleads/v1/enums/vanity_pharma_display_url_mode.pb.go @@ -50,7 +50,7 @@ func (x VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode) String() stri return proto.EnumName(VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode_name, int32(x)) } func (VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_vanity_pharma_display_url_mode_6453dc6d23603cce, []int{0, 0} + return fileDescriptor_vanity_pharma_display_url_mode_4cfd7515397e8a48, []int{0, 0} } // The display mode for vanity pharma URLs. @@ -64,7 +64,7 @@ func (m *VanityPharmaDisplayUrlModeEnum) Reset() { *m = VanityPharmaDisp func (m *VanityPharmaDisplayUrlModeEnum) String() string { return proto.CompactTextString(m) } func (*VanityPharmaDisplayUrlModeEnum) ProtoMessage() {} func (*VanityPharmaDisplayUrlModeEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_vanity_pharma_display_url_mode_6453dc6d23603cce, []int{0} + return fileDescriptor_vanity_pharma_display_url_mode_4cfd7515397e8a48, []int{0} } func (m *VanityPharmaDisplayUrlModeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VanityPharmaDisplayUrlModeEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/vanity_pharma_display_url_mode.proto", fileDescriptor_vanity_pharma_display_url_mode_6453dc6d23603cce) + proto.RegisterFile("google/ads/googleads/v1/enums/vanity_pharma_display_url_mode.proto", fileDescriptor_vanity_pharma_display_url_mode_4cfd7515397e8a48) } -var fileDescriptor_vanity_pharma_display_url_mode_6453dc6d23603cce = []byte{ +var fileDescriptor_vanity_pharma_display_url_mode_4cfd7515397e8a48 = []byte{ // 347 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x41, 0x6a, 0xb3, 0x40, 0x18, 0xfd, 0x35, 0xf0, 0x17, 0x26, 0x8b, 0x8a, 0x5d, 0xb4, 0x84, 0xa4, 0x25, 0x39, 0xc0, 0x88, diff --git a/googleapis/ads/googleads/v1/enums/vanity_pharma_text.pb.go b/googleapis/ads/googleads/v1/enums/vanity_pharma_text.pb.go index 527a60cc0e..a294164cd5 100644 --- a/googleapis/ads/googleads/v1/enums/vanity_pharma_text.pb.go +++ b/googleapis/ads/googleads/v1/enums/vanity_pharma_text.pb.go @@ -96,7 +96,7 @@ func (x VanityPharmaTextEnum_VanityPharmaText) String() string { return proto.EnumName(VanityPharmaTextEnum_VanityPharmaText_name, int32(x)) } func (VanityPharmaTextEnum_VanityPharmaText) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_vanity_pharma_text_6dbe2808c52e77ea, []int{0, 0} + return fileDescriptor_vanity_pharma_text_61cebb42c8c693a8, []int{0, 0} } // The text that will be displayed in display URL of the text ad when website @@ -111,7 +111,7 @@ func (m *VanityPharmaTextEnum) Reset() { *m = VanityPharmaTextEnum{} } func (m *VanityPharmaTextEnum) String() string { return proto.CompactTextString(m) } func (*VanityPharmaTextEnum) ProtoMessage() {} func (*VanityPharmaTextEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_vanity_pharma_text_6dbe2808c52e77ea, []int{0} + return fileDescriptor_vanity_pharma_text_61cebb42c8c693a8, []int{0} } func (m *VanityPharmaTextEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VanityPharmaTextEnum.Unmarshal(m, b) @@ -137,10 +137,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/vanity_pharma_text.proto", fileDescriptor_vanity_pharma_text_6dbe2808c52e77ea) + proto.RegisterFile("google/ads/googleads/v1/enums/vanity_pharma_text.proto", fileDescriptor_vanity_pharma_text_61cebb42c8c693a8) } -var fileDescriptor_vanity_pharma_text_6dbe2808c52e77ea = []byte{ +var fileDescriptor_vanity_pharma_text_61cebb42c8c693a8 = []byte{ // 429 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xc1, 0x8a, 0x13, 0x31, 0x1c, 0xc6, 0x6d, 0xbb, 0xee, 0x6a, 0xaa, 0x18, 0x06, 0x3d, 0x28, 0x56, 0x69, 0x65, 0x0f, 0x5e, diff --git a/googleapis/ads/googleads/v1/enums/webpage_condition_operand.pb.go b/googleapis/ads/googleads/v1/enums/webpage_condition_operand.pb.go index 2940cd547b..5783d56b7b 100644 --- a/googleapis/ads/googleads/v1/enums/webpage_condition_operand.pb.go +++ b/googleapis/ads/googleads/v1/enums/webpage_condition_operand.pb.go @@ -62,7 +62,7 @@ func (x WebpageConditionOperandEnum_WebpageConditionOperand) String() string { return proto.EnumName(WebpageConditionOperandEnum_WebpageConditionOperand_name, int32(x)) } func (WebpageConditionOperandEnum_WebpageConditionOperand) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_webpage_condition_operand_7081faf15826c1d3, []int{0, 0} + return fileDescriptor_webpage_condition_operand_ce1dd41c06601f19, []int{0, 0} } // Container for enum describing webpage condition operand in webpage criterion. @@ -76,7 +76,7 @@ func (m *WebpageConditionOperandEnum) Reset() { *m = WebpageConditionOpe func (m *WebpageConditionOperandEnum) String() string { return proto.CompactTextString(m) } func (*WebpageConditionOperandEnum) ProtoMessage() {} func (*WebpageConditionOperandEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_webpage_condition_operand_7081faf15826c1d3, []int{0} + return fileDescriptor_webpage_condition_operand_ce1dd41c06601f19, []int{0} } func (m *WebpageConditionOperandEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebpageConditionOperandEnum.Unmarshal(m, b) @@ -102,10 +102,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/webpage_condition_operand.proto", fileDescriptor_webpage_condition_operand_7081faf15826c1d3) + proto.RegisterFile("google/ads/googleads/v1/enums/webpage_condition_operand.proto", fileDescriptor_webpage_condition_operand_ce1dd41c06601f19) } -var fileDescriptor_webpage_condition_operand_7081faf15826c1d3 = []byte{ +var fileDescriptor_webpage_condition_operand_ce1dd41c06601f19 = []byte{ // 354 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xc1, 0x4e, 0xea, 0x40, 0x14, 0x7d, 0x2d, 0x4f, 0x30, 0x03, 0xd1, 0x49, 0x37, 0x26, 0x0a, 0x0b, 0xf8, 0x80, 0x69, 0x1a, diff --git a/googleapis/ads/googleads/v1/enums/webpage_condition_operator.pb.go b/googleapis/ads/googleads/v1/enums/webpage_condition_operator.pb.go index 77fc579eee..59a77feb03 100644 --- a/googleapis/ads/googleads/v1/enums/webpage_condition_operator.pb.go +++ b/googleapis/ads/googleads/v1/enums/webpage_condition_operator.pb.go @@ -50,7 +50,7 @@ func (x WebpageConditionOperatorEnum_WebpageConditionOperator) String() string { return proto.EnumName(WebpageConditionOperatorEnum_WebpageConditionOperator_name, int32(x)) } func (WebpageConditionOperatorEnum_WebpageConditionOperator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_webpage_condition_operator_d946f43edd76e19c, []int{0, 0} + return fileDescriptor_webpage_condition_operator_d37a704d21612ea5, []int{0, 0} } // Container for enum describing webpage condition operator in webpage @@ -65,7 +65,7 @@ func (m *WebpageConditionOperatorEnum) Reset() { *m = WebpageConditionOp func (m *WebpageConditionOperatorEnum) String() string { return proto.CompactTextString(m) } func (*WebpageConditionOperatorEnum) ProtoMessage() {} func (*WebpageConditionOperatorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_webpage_condition_operator_d946f43edd76e19c, []int{0} + return fileDescriptor_webpage_condition_operator_d37a704d21612ea5, []int{0} } func (m *WebpageConditionOperatorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebpageConditionOperatorEnum.Unmarshal(m, b) @@ -91,10 +91,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/webpage_condition_operator.proto", fileDescriptor_webpage_condition_operator_d946f43edd76e19c) + proto.RegisterFile("google/ads/googleads/v1/enums/webpage_condition_operator.proto", fileDescriptor_webpage_condition_operator_d37a704d21612ea5) } -var fileDescriptor_webpage_condition_operator_d946f43edd76e19c = []byte{ +var fileDescriptor_webpage_condition_operator_d37a704d21612ea5 = []byte{ // 312 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xd1, 0x6a, 0xc2, 0x30, 0x14, 0x9d, 0x15, 0xdc, 0x88, 0x83, 0x95, 0x3e, 0x8d, 0xa1, 0x0f, 0xfa, 0x01, 0x29, 0x65, 0x6f, diff --git a/googleapis/ads/googleads/v1/errors/account_budget_proposal_error.pb.go b/googleapis/ads/googleads/v1/errors/account_budget_proposal_error.pb.go index 81fe4e9367..a2c0b36f22 100644 --- a/googleapis/ads/googleads/v1/errors/account_budget_proposal_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/account_budget_proposal_error.pb.go @@ -134,7 +134,7 @@ func (x AccountBudgetProposalErrorEnum_AccountBudgetProposalError) String() stri return proto.EnumName(AccountBudgetProposalErrorEnum_AccountBudgetProposalError_name, int32(x)) } func (AccountBudgetProposalErrorEnum_AccountBudgetProposalError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_error_6f20f05b584e6c08, []int{0, 0} + return fileDescriptor_account_budget_proposal_error_6eb4a0167888d036, []int{0, 0} } // Container for enum describing possible account budget proposal errors. @@ -148,7 +148,7 @@ func (m *AccountBudgetProposalErrorEnum) Reset() { *m = AccountBudgetPro func (m *AccountBudgetProposalErrorEnum) String() string { return proto.CompactTextString(m) } func (*AccountBudgetProposalErrorEnum) ProtoMessage() {} func (*AccountBudgetProposalErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_error_6f20f05b584e6c08, []int{0} + return fileDescriptor_account_budget_proposal_error_6eb4a0167888d036, []int{0} } func (m *AccountBudgetProposalErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AccountBudgetProposalErrorEnum.Unmarshal(m, b) @@ -174,10 +174,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/account_budget_proposal_error.proto", fileDescriptor_account_budget_proposal_error_6f20f05b584e6c08) + proto.RegisterFile("google/ads/googleads/v1/errors/account_budget_proposal_error.proto", fileDescriptor_account_budget_proposal_error_6eb4a0167888d036) } -var fileDescriptor_account_budget_proposal_error_6f20f05b584e6c08 = []byte{ +var fileDescriptor_account_budget_proposal_error_6eb4a0167888d036 = []byte{ // 686 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x54, 0xcb, 0x6e, 0x13, 0x3d, 0x14, 0xfe, 0x9b, 0xfe, 0xa4, 0xe0, 0x42, 0x6b, 0xdc, 0x0b, 0x25, 0xaa, 0x52, 0x14, 0x96, 0x48, diff --git a/googleapis/ads/googleads/v1/errors/ad_customizer_error.pb.go b/googleapis/ads/googleads/v1/errors/ad_customizer_error.pb.go index 4f1f3fefa8..edfb4c22f8 100644 --- a/googleapis/ads/googleads/v1/errors/ad_customizer_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/ad_customizer_error.pb.go @@ -62,7 +62,7 @@ func (x AdCustomizerErrorEnum_AdCustomizerError) String() string { return proto.EnumName(AdCustomizerErrorEnum_AdCustomizerError_name, int32(x)) } func (AdCustomizerErrorEnum_AdCustomizerError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_customizer_error_b0ec85e9dad2cc1e, []int{0, 0} + return fileDescriptor_ad_customizer_error_7520f04803e89b43, []int{0, 0} } // Container for enum describing possible ad customizer errors. @@ -76,7 +76,7 @@ func (m *AdCustomizerErrorEnum) Reset() { *m = AdCustomizerErrorEnum{} } func (m *AdCustomizerErrorEnum) String() string { return proto.CompactTextString(m) } func (*AdCustomizerErrorEnum) ProtoMessage() {} func (*AdCustomizerErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_customizer_error_b0ec85e9dad2cc1e, []int{0} + return fileDescriptor_ad_customizer_error_7520f04803e89b43, []int{0} } func (m *AdCustomizerErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdCustomizerErrorEnum.Unmarshal(m, b) @@ -102,10 +102,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/ad_customizer_error.proto", fileDescriptor_ad_customizer_error_b0ec85e9dad2cc1e) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_customizer_error.proto", fileDescriptor_ad_customizer_error_7520f04803e89b43) } -var fileDescriptor_ad_customizer_error_b0ec85e9dad2cc1e = []byte{ +var fileDescriptor_ad_customizer_error_7520f04803e89b43 = []byte{ // 386 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xcf, 0x8a, 0xd4, 0x40, 0x10, 0xc6, 0x4d, 0x56, 0x57, 0xe8, 0x3d, 0x98, 0x6d, 0xd8, 0x45, 0x96, 0x75, 0xc1, 0x78, 0xf0, diff --git a/googleapis/ads/googleads/v1/errors/ad_error.pb.go b/googleapis/ads/googleads/v1/errors/ad_error.pb.go index fef940a05f..10b84f1d19 100644 --- a/googleapis/ads/googleads/v1/errors/ad_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/ad_error.pb.go @@ -301,6 +301,13 @@ const ( AdErrorEnum_MISSING_DYNAMIC_SEARCH_ADS_SETTING_DOMAIN_NAME AdErrorEnum_AdError = 129 // The associated ad is not compatible with restriction type. AdErrorEnum_INCOMPATIBLE_WITH_RESTRICTION_TYPE AdErrorEnum_AdError = 130 + // Consent for call recording is required for creating/updating call only + // ads. Please see https://support.google.com/google-ads/answer/7412639. + AdErrorEnum_CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED AdErrorEnum_AdError = 131 + // Either an image or a media bundle is required in a display upload ad. + AdErrorEnum_MISSING_IMAGE_OR_MEDIA_BUNDLE AdErrorEnum_AdError = 132 + // The display upload product type is not supported in this campaign. + AdErrorEnum_PRODUCT_TYPE_NOT_SUPPORTED_IN_THIS_CAMPAIGN AdErrorEnum_AdError = 133 ) var AdErrorEnum_AdError_name = map[int32]string{ @@ -432,6 +439,9 @@ var AdErrorEnum_AdError_name = map[int32]string{ 128: "CANNOT_SET_PATH2_WITHOUT_PATH1", 129: "MISSING_DYNAMIC_SEARCH_ADS_SETTING_DOMAIN_NAME", 130: "INCOMPATIBLE_WITH_RESTRICTION_TYPE", + 131: "CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED", + 132: "MISSING_IMAGE_OR_MEDIA_BUNDLE", + 133: "PRODUCT_TYPE_NOT_SUPPORTED_IN_THIS_CAMPAIGN", } var AdErrorEnum_AdError_value = map[string]int32{ "UNSPECIFIED": 0, @@ -562,13 +572,16 @@ var AdErrorEnum_AdError_value = map[string]int32{ "CANNOT_SET_PATH2_WITHOUT_PATH1": 128, "MISSING_DYNAMIC_SEARCH_ADS_SETTING_DOMAIN_NAME": 129, "INCOMPATIBLE_WITH_RESTRICTION_TYPE": 130, + "CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED": 131, + "MISSING_IMAGE_OR_MEDIA_BUNDLE": 132, + "PRODUCT_TYPE_NOT_SUPPORTED_IN_THIS_CAMPAIGN": 133, } func (x AdErrorEnum_AdError) String() string { return proto.EnumName(AdErrorEnum_AdError_name, int32(x)) } func (AdErrorEnum_AdError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_error_ea4485f972e7811e, []int{0, 0} + return fileDescriptor_ad_error_e9bb2204ffbdff9f, []int{0, 0} } // Container for enum describing possible ad errors. @@ -582,7 +595,7 @@ func (m *AdErrorEnum) Reset() { *m = AdErrorEnum{} } func (m *AdErrorEnum) String() string { return proto.CompactTextString(m) } func (*AdErrorEnum) ProtoMessage() {} func (*AdErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_error_ea4485f972e7811e, []int{0} + return fileDescriptor_ad_error_e9bb2204ffbdff9f, []int{0} } func (m *AdErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdErrorEnum.Unmarshal(m, b) @@ -608,134 +621,138 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/ad_error.proto", fileDescriptor_ad_error_ea4485f972e7811e) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_error.proto", fileDescriptor_ad_error_e9bb2204ffbdff9f) } -var fileDescriptor_ad_error_ea4485f972e7811e = []byte{ - // 1998 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x58, 0xfb, 0x7e, 0x14, 0xb7, - 0x15, 0xae, 0x49, 0x9b, 0x8b, 0x80, 0x20, 0xc4, 0xfd, 0x66, 0x88, 0x21, 0xdc, 0x02, 0x6b, 0x0c, - 0x69, 0x93, 0x38, 0x49, 0x5b, 0xed, 0xe8, 0xec, 0xac, 0x8a, 0x46, 0x1a, 0x24, 0xcd, 0xda, 0x4b, - 0x69, 0x55, 0x27, 0xa6, 0x2e, 0x2d, 0x78, 0xa9, 0xd7, 0xa1, 0xf7, 0xeb, 0xa3, 0xf4, 0xcf, 0x3e, - 0x4a, 0x5f, 0xa0, 0x8f, 0x90, 0xdf, 0xaf, 0x4f, 0xd1, 0xdf, 0xd1, 0x8c, 0x66, 0x67, 0x6d, 0x93, - 0xfc, 0xb5, 0xb3, 0x3a, 0x9f, 0xa4, 0xa3, 0x4f, 0xdf, 0xb9, 0xcc, 0x90, 0xbb, 0x5b, 0x93, 0xc9, - 0xd6, 0xf3, 0xa7, 0xcb, 0x1b, 0x9b, 0xd3, 0xe5, 0xfa, 0x11, 0x9f, 0x5e, 0xad, 0x2c, 0x3f, 0xdd, - 0xd9, 0x99, 0xec, 0x4c, 0x97, 0x37, 0x36, 0x43, 0x7c, 0xea, 0xbd, 0xdc, 0x99, 0xec, 0x4e, 0xd8, - 0x62, 0x8d, 0xe9, 0x6d, 0x6c, 0x4e, 0x7b, 0x2d, 0xbc, 0xf7, 0x6a, 0xa5, 0x57, 0xc3, 0xcf, 0x5f, - 0x4c, 0xcb, 0xbd, 0x7c, 0xb6, 0xbc, 0xb1, 0xbd, 0x3d, 0xd9, 0xdd, 0xd8, 0x7d, 0x36, 0xd9, 0x9e, - 0xd6, 0xb3, 0x97, 0xbe, 0xbe, 0x4c, 0x0e, 0xf3, 0x4d, 0x40, 0x28, 0x6c, 0x7f, 0xf5, 0x62, 0xe9, - 0xbf, 0x97, 0xc9, 0x5b, 0xcd, 0x7f, 0x76, 0x8c, 0x1c, 0xae, 0xb4, 0x2b, 0x21, 0x93, 0x03, 0x09, - 0x82, 0x7e, 0x87, 0x1d, 0x26, 0x6f, 0x55, 0xfa, 0xa1, 0x36, 0x6b, 0x9a, 0x2e, 0xb0, 0x3b, 0xe4, - 0x26, 0x17, 0x21, 0xab, 0x9c, 0x37, 0x85, 0x7c, 0x0c, 0xd6, 0x05, 0x6d, 0x7c, 0x70, 0x55, 0x59, - 0x1a, 0xeb, 0x41, 0x84, 0x81, 0xb1, 0x81, 0x8b, 0xe0, 0xc7, 0x25, 0xd0, 0x43, 0xec, 0x3c, 0x39, - 0xcd, 0xcb, 0xd2, 0x9a, 0x75, 0x59, 0x70, 0x0f, 0x6a, 0x1c, 0xbc, 0x31, 0x41, 0x19, 0x9d, 0xd3, - 0x37, 0xd8, 0x05, 0x72, 0x66, 0xbf, 0xcd, 0x0d, 0x8d, 0xf5, 0xf4, 0xbb, 0xe8, 0x44, 0x9f, 0x8b, - 0xe0, 0xb4, 0x2c, 0x4b, 0xf0, 0xf4, 0x7b, 0xec, 0x24, 0xa1, 0x19, 0xd7, 0xb8, 0x57, 0x61, 0x84, - 0x1c, 0x8c, 0x03, 0x17, 0xf4, 0x4d, 0x76, 0x83, 0x5c, 0x6d, 0x46, 0x1d, 0xf8, 0xd0, 0xaf, 0x9c, - 0xd4, 0xe0, 0x5c, 0xd0, 0xbc, 0x80, 0x20, 0x07, 0xa1, 0xb2, 0x0a, 0x0d, 0xf4, 0xad, 0xce, 0x74, - 0x04, 0x0e, 0x24, 0x28, 0x41, 0xdf, 0x66, 0xb7, 0xc9, 0xf5, 0xbd, 0xa3, 0x61, 0x4d, 0xfa, 0x61, - 0x30, 0x56, 0xe6, 0x52, 0xe3, 0x41, 0xa4, 0x88, 0x2b, 0xbc, 0xc3, 0x96, 0xc9, 0x07, 0x07, 0x63, - 0x5b, 0x50, 0x3c, 0xbb, 0x1b, 0x72, 0x2b, 0x75, 0x4e, 0x09, 0xbb, 0x45, 0xde, 0xef, 0x4c, 0xe0, - 0x4a, 0x99, 0xb5, 0x30, 0x50, 0xb0, 0x2e, 0xfb, 0x0a, 0x42, 0x66, 0x94, 0xb1, 0x61, 0xc0, 0x95, - 0x03, 0x7a, 0x98, 0x7d, 0x44, 0x1e, 0x74, 0xa0, 0xb5, 0x2d, 0x33, 0xda, 0x5b, 0xa3, 0xc2, 0xda, - 0x10, 0x74, 0xd0, 0xdc, 0xcb, 0x11, 0xe0, 0x06, 0x05, 0x8f, 0x20, 0x8f, 0x7b, 0x1c, 0x61, 0x8c, - 0xbc, 0xdb, 0x99, 0x58, 0x59, 0x45, 0x8f, 0xb2, 0xf7, 0xc8, 0xa5, 0xce, 0x18, 0xba, 0x68, 0x2a, - 0x74, 0x58, 0x73, 0x85, 0x08, 0x47, 0xdf, 0x65, 0x8b, 0xe4, 0xfc, 0x1e, 0x48, 0xd7, 0x7e, 0x8c, - 0x5d, 0x24, 0x67, 0xf7, 0xda, 0x91, 0x4a, 0xc1, 0x3d, 0xa7, 0xc7, 0x3b, 0xa4, 0x57, 0x0e, 0xf0, - 0xf8, 0xae, 0xea, 0x67, 0x8a, 0x3b, 0x17, 0x09, 0x30, 0x25, 0x58, 0xee, 0x8d, 0xa5, 0x8c, 0x5d, - 0x25, 0x97, 0x6b, 0xa1, 0x80, 0x8d, 0x2a, 0x89, 0xd7, 0x3d, 0x02, 0x11, 0x0a, 0xd3, 0x97, 0x0a, - 0xb8, 0x70, 0xf4, 0x04, 0xbb, 0x49, 0xae, 0x1d, 0x0c, 0xf2, 0x43, 0x69, 0x45, 0xc9, 0xad, 0xc7, - 0xbb, 0x76, 0xf4, 0x24, 0x5b, 0x21, 0x77, 0xbf, 0x15, 0x69, 0x41, 0x48, 0x0b, 0x99, 0x8f, 0x53, - 0x4e, 0xb1, 0x73, 0xe4, 0xd4, 0xdc, 0x14, 0x50, 0x32, 0x47, 0xfe, 0xe9, 0xe9, 0x7d, 0xab, 0x25, - 0x53, 0x3c, 0x44, 0x55, 0x0a, 0x8e, 0x14, 0x87, 0x3e, 0xf0, 0xcc, 0xe8, 0xc8, 0xec, 0x19, 0xa4, - 0x4d, 0xc8, 0x02, 0xb4, 0x93, 0x46, 0x07, 0xae, 0x2c, 0x70, 0x31, 0x0e, 0x52, 0x87, 0x4a, 0x4b, - 0xa3, 0xe9, 0x59, 0xdc, 0x6d, 0x66, 0x2f, 0x2a, 0xe7, 0x43, 0x1f, 0xa2, 0x7a, 0xce, 0x61, 0x20, - 0xcc, 0x4c, 0xb8, 0x5d, 0x3b, 0xed, 0x3c, 0xd2, 0x24, 0xa4, 0x2b, 0x15, 0x1f, 0x47, 0x96, 0x1b, - 0x6e, 0x71, 0x6a, 0x1b, 0x84, 0x17, 0xd8, 0x15, 0x72, 0x51, 0x98, 0x02, 0x9c, 0x97, 0x59, 0x28, - 0x87, 0x46, 0x43, 0xd0, 0x55, 0xd1, 0x07, 0xdb, 0x68, 0x82, 0x5e, 0xc4, 0x2d, 0xa0, 0x00, 0x9b, - 0x83, 0xce, 0xc6, 0x73, 0x10, 0x7a, 0x09, 0xc3, 0x09, 0x8a, 0xd2, 0x8f, 0x1b, 0xe5, 0x2f, 0xb2, - 0x7b, 0xe4, 0xce, 0x00, 0x40, 0x04, 0xee, 0xbd, 0x95, 0xfd, 0xca, 0x43, 0xed, 0xef, 0x90, 0x8f, - 0x20, 0x14, 0xbc, 0x2c, 0xf1, 0xec, 0x48, 0x04, 0xc6, 0x71, 0x90, 0x82, 0x5e, 0xc6, 0x7b, 0xda, - 0x3b, 0xa3, 0xc1, 0x45, 0x4c, 0x21, 0x5d, 0xc1, 0x7d, 0x36, 0xa4, 0x57, 0x50, 0x80, 0x52, 0x29, - 0xc8, 0xb9, 0x0a, 0x73, 0xa9, 0x22, 0x78, 0x9e, 0xa3, 0x64, 0xe8, 0x7b, 0xec, 0x04, 0x39, 0x96, - 0x20, 0x69, 0x70, 0x09, 0x13, 0x82, 0xd4, 0x99, 0xd1, 0x4e, 0x3a, 0x0f, 0xda, 0x87, 0x96, 0x30, - 0x47, 0xaf, 0x62, 0x34, 0xcd, 0x19, 0x9d, 0xe7, 0xbe, 0x72, 0x48, 0xa3, 0x87, 0xa2, 0x54, 0xdc, - 0x43, 0xc3, 0xe7, 0x35, 0x8c, 0x75, 0x84, 0xda, 0xa8, 0x03, 0x05, 0x3a, 0xf7, 0x43, 0xfa, 0x3e, - 0xd2, 0x23, 0xf5, 0x9e, 0x4b, 0xce, 0x2d, 0x17, 0x40, 0xaf, 0xb3, 0xeb, 0x64, 0x49, 0xea, 0x11, - 0x57, 0x52, 0xa0, 0xc7, 0x5c, 0x08, 0x8b, 0x59, 0x24, 0xe3, 0x45, 0xc9, 0x65, 0xae, 0x83, 0xe7, - 0x36, 0x07, 0x4f, 0x6f, 0x44, 0xb7, 0x67, 0xb8, 0x98, 0xe3, 0x6e, 0x62, 0x38, 0xb4, 0x83, 0x89, - 0x9b, 0x3a, 0x14, 0x6a, 0x99, 0x07, 0x59, 0xf0, 0x1c, 0xe8, 0xad, 0xb9, 0x5d, 0x0e, 0x04, 0x7a, - 0x58, 0xf7, 0xf4, 0x36, 0xbb, 0x4c, 0x2e, 0x24, 0x5c, 0xc6, 0x95, 0x0a, 0xde, 0x04, 0x9e, 0x79, - 0x14, 0x4e, 0x04, 0x7c, 0xc0, 0x2e, 0x91, 0x73, 0x2d, 0x60, 0xc8, 0x2d, 0xcf, 0x7c, 0xad, 0x83, - 0x28, 0xd3, 0x3b, 0xec, 0x2c, 0x39, 0xd9, 0x9a, 0x4d, 0xa5, 0xbd, 0x1d, 0x87, 0xcc, 0x08, 0xa0, - 0x77, 0x31, 0xdf, 0x25, 0x0b, 0xac, 0x97, 0x5c, 0x0b, 0x10, 0x41, 0x8c, 0x35, 0x2f, 0x64, 0x16, - 0x1c, 0x70, 0x9b, 0xc5, 0x6c, 0xe6, 0x79, 0x4e, 0x97, 0xd9, 0x71, 0x72, 0x34, 0x61, 0xa5, 0x2e, - 0x2b, 0x4f, 0xef, 0xd5, 0x17, 0x54, 0x0f, 0x15, 0xdc, 0x3e, 0xac, 0xca, 0xa0, 0xb8, 0xce, 0x2b, - 0x3c, 0xdd, 0x4a, 0xcd, 0x6f, 0x63, 0xac, 0x8f, 0x93, 0x71, 0x6b, 0x25, 0x58, 0x7a, 0x3f, 0x2a, - 0xe2, 0x40, 0x5b, 0xa2, 0xf6, 0x01, 0xc6, 0x56, 0x82, 0x34, 0xc2, 0x36, 0x83, 0x00, 0x0a, 0x0a, - 0xd0, 0xde, 0xd1, 0x0f, 0xbb, 0xa4, 0x1c, 0x24, 0xff, 0xef, 0x63, 0x3c, 0x27, 0x80, 0x95, 0xd9, - 0x30, 0x14, 0x20, 0x24, 0x0f, 0x19, 0x58, 0x1f, 0x43, 0x28, 0x8c, 0x40, 0x0b, 0x93, 0xf0, 0x28, - 0xe9, 0x1f, 0x60, 0xbc, 0xa6, 0x29, 0xad, 0x88, 0x62, 0x8e, 0xfb, 0xa8, 0x7b, 0xa9, 0xad, 0xa9, - 0xf1, 0xa6, 0xc9, 0xfd, 0xf1, 0xf6, 0x3f, 0x66, 0x67, 0xc8, 0x89, 0x7d, 0x40, 0x29, 0xe8, 0x27, - 0xc8, 0x9f, 0x92, 0x1a, 0x62, 0x55, 0x5b, 0x93, 0x02, 0xe8, 0x2a, 0xd2, 0x50, 0x48, 0xe7, 0x30, - 0x66, 0xe6, 0x03, 0xa3, 0x89, 0x24, 0xfa, 0x29, 0x5e, 0xed, 0x0c, 0xd2, 0xc8, 0xd0, 0x14, 0xa5, - 0xd1, 0xa0, 0x3d, 0xfd, 0x0c, 0x59, 0x9a, 0x99, 0x47, 0x78, 0x36, 0x57, 0xfb, 0x84, 0x15, 0x8f, - 0x7e, 0x8e, 0x27, 0x4a, 0xf6, 0xb9, 0x62, 0x48, 0x7f, 0x88, 0xaa, 0x48, 0x26, 0x01, 0x2e, 0xb3, - 0xb2, 0x44, 0x49, 0xad, 0xd0, 0x1f, 0xbd, 0xc6, 0x72, 0x9f, 0xfe, 0x18, 0x49, 0xef, 0x58, 0xbc, - 0xc4, 0x32, 0x54, 0x67, 0xc3, 0x28, 0x12, 0x8e, 0x59, 0x29, 0x01, 0x14, 0xd7, 0x02, 0x7f, 0x4b, - 0x9e, 0x43, 0x8b, 0xe8, 0xb3, 0x53, 0xe4, 0x78, 0xbb, 0x44, 0x8a, 0x67, 0x9a, 0x21, 0x6d, 0xb3, - 0xe1, 0x36, 0xf7, 0x51, 0x81, 0xc1, 0x9b, 0x0c, 0x43, 0xe0, 0x02, 0x29, 0xa4, 0x80, 0x75, 0x6e, - 0x36, 0x2a, 0xf3, 0xa1, 0xa7, 0x03, 0x24, 0x38, 0x8d, 0xd5, 0x11, 0x96, 0xb3, 0xbb, 0xe4, 0x56, - 0x1a, 0x42, 0x81, 0x82, 0x6f, 0x8d, 0xc1, 0xd8, 0x50, 0x5a, 0x23, 0xaa, 0xcc, 0x87, 0x91, 0x14, - 0x60, 0x1c, 0x1d, 0x62, 0x99, 0xeb, 0xc2, 0x3b, 0x7a, 0x76, 0x54, 0xa2, 0xa0, 0x5b, 0xeb, 0xbc, - 0xa0, 0x7f, 0xd2, 0xdd, 0x3b, 0xaa, 0x91, 0x3e, 0x64, 0xd7, 0xc8, 0x95, 0x34, 0x64, 0xe1, 0x51, - 0x25, 0x2d, 0x74, 0x14, 0x11, 0x25, 0xe3, 0xa8, 0xea, 0x12, 0x36, 0x6f, 0x0c, 0x23, 0xae, 0x2a, - 0xa0, 0x05, 0xa3, 0xe4, 0xc8, 0x0c, 0xb1, 0xee, 0xa9, 0xee, 0x72, 0x35, 0x92, 0x2e, 0xa6, 0x2f, - 0xe4, 0xca, 0x74, 0xbd, 0x58, 0x93, 0xc2, 0x0f, 0x69, 0x89, 0xba, 0x2d, 0x2a, 0xe5, 0x65, 0xa9, - 0x00, 0x89, 0xf5, 0x52, 0x67, 0x3e, 0x60, 0xde, 0x76, 0xa1, 0xd2, 0x6d, 0x97, 0x46, 0x1f, 0x45, - 0x77, 0x31, 0xe3, 0x63, 0x09, 0x47, 0x4f, 0x50, 0x91, 0x31, 0x81, 0x62, 0x33, 0x83, 0xe5, 0x4d, - 0x08, 0x6a, 0xd9, 0x11, 0xf2, 0x76, 0xdb, 0xb1, 0x39, 0x76, 0x94, 0xbc, 0x33, 0xeb, 0xd1, 0x3c, - 0x5b, 0x22, 0x8b, 0xf5, 0x8c, 0x59, 0xa2, 0x4e, 0xc5, 0x2b, 0x1b, 0x72, 0x9d, 0x03, 0xad, 0x50, - 0xcf, 0x4d, 0xef, 0x78, 0x80, 0x9e, 0x47, 0xec, 0x34, 0x61, 0xc9, 0x5c, 0xb3, 0x10, 0xc5, 0xba, - 0x86, 0x47, 0x4e, 0xe3, 0x95, 0x96, 0x8f, 0x2a, 0xa8, 0x0d, 0xeb, 0x78, 0x29, 0x9d, 0x73, 0x74, - 0x4b, 0xc4, 0x38, 0x2e, 0x66, 0x55, 0x48, 0xe1, 0xe8, 0xb2, 0x21, 0x14, 0x40, 0x1f, 0x23, 0xe7, - 0xdd, 0x71, 0x6f, 0xca, 0xa0, 0x60, 0x04, 0x2a, 0x08, 0x53, 0x70, 0xa9, 0xe9, 0x4f, 0x91, 0x48, - 0x44, 0x14, 0x5c, 0x61, 0x7a, 0x00, 0x41, 0x9f, 0xc4, 0x2e, 0xd8, 0xaa, 0xa0, 0x4d, 0x18, 0x1a, - 0xe7, 0xe9, 0xcf, 0xd2, 0xea, 0xb1, 0x55, 0x78, 0x54, 0xc9, 0x11, 0x57, 0x78, 0x84, 0x9f, 0x47, - 0x8f, 0xac, 0x8a, 0xa8, 0xba, 0xef, 0x6c, 0x09, 0x0b, 0x69, 0x5d, 0x6d, 0x92, 0x33, 0xbf, 0xc0, - 0x1c, 0xda, 0x0c, 0xed, 0xf3, 0x63, 0x03, 0x23, 0x11, 0x8d, 0x25, 0xf7, 0xc3, 0xba, 0xc3, 0xc1, - 0xa6, 0x11, 0x04, 0xfd, 0xa2, 0xb5, 0x18, 0xeb, 0xe7, 0x2c, 0x5f, 0x62, 0xc8, 0xa3, 0xe5, 0x51, - 0x05, 0x76, 0x3c, 0x67, 0xda, 0x64, 0x1f, 0x92, 0x7b, 0xb1, 0x03, 0x8e, 0x7b, 0x87, 0x3e, 0x0c, - 0x8c, 0x85, 0x6f, 0x4b, 0xfc, 0xbf, 0xc4, 0x4a, 0x5b, 0x39, 0xb0, 0x41, 0x18, 0xa8, 0x9b, 0xfb, - 0xd8, 0x14, 0xf0, 0x2c, 0xc3, 0xcb, 0xf3, 0xa6, 0xd5, 0x2d, 0xdd, 0x42, 0x11, 0xcd, 0x15, 0xe5, - 0x7a, 0x6d, 0x8e, 0x0a, 0x6d, 0x7a, 0x54, 0x47, 0x7f, 0x85, 0xc1, 0x9b, 0xb8, 0x6f, 0xb2, 0xf5, - 0x33, 0x64, 0xb3, 0x1d, 0xab, 0xd3, 0x29, 0x6a, 0xfd, 0xd7, 0x78, 0xf1, 0x29, 0xcd, 0xe2, 0xd6, - 0xa5, 0x05, 0x87, 0x34, 0xff, 0x06, 0xef, 0xa3, 0x0e, 0x64, 0xb0, 0xd6, 0x58, 0xfa, 0x1c, 0x57, - 0x88, 0x21, 0x93, 0xba, 0x29, 0x1b, 0x15, 0xf7, 0x02, 0x13, 0x4e, 0x23, 0xa5, 0xce, 0xfc, 0x6d, - 0x24, 0x30, 0x09, 0x30, 0x0a, 0xd4, 0x14, 0xa5, 0x02, 0x0f, 0x74, 0x82, 0x45, 0x3d, 0x59, 0x1a, - 0x97, 0xe8, 0x4b, 0x64, 0x35, 0xa6, 0x89, 0x60, 0xc1, 0x5b, 0x09, 0x23, 0xae, 0x9a, 0x8d, 0x7f, - 0x8b, 0x9e, 0xf0, 0x4a, 0x48, 0xd3, 0x0c, 0xec, 0x74, 0x4b, 0xd3, 0xd8, 0x54, 0xbe, 0xea, 0xc3, - 0x5c, 0x4e, 0x9b, 0xe2, 0x9d, 0xa3, 0x28, 0x0a, 0xae, 0xc7, 0x6d, 0x12, 0x8a, 0x87, 0x71, 0x74, - 0xf7, 0x40, 0x63, 0x93, 0xa1, 0xbe, 0x62, 0x3d, 0x72, 0x1b, 0x09, 0x2e, 0x4a, 0xee, 0x63, 0xdc, - 0x37, 0x5d, 0x47, 0xe0, 0x5a, 0x04, 0x01, 0x23, 0x99, 0x01, 0x1e, 0x71, 0x00, 0x16, 0x74, 0x06, - 0xf4, 0x55, 0xfd, 0x42, 0xa3, 0x94, 0xb7, 0x3c, 0x7b, 0x88, 0x69, 0x61, 0xff, 0xbb, 0x59, 0xd3, - 0x11, 0xd0, 0xdf, 0x61, 0xb2, 0x4c, 0x55, 0xb8, 0x69, 0x34, 0xb3, 0x3a, 0xb4, 0x53, 0x69, 0xed, - 0x8a, 0xe9, 0xf7, 0x75, 0x07, 0xeb, 0x9a, 0xff, 0x09, 0x12, 0x8b, 0xe0, 0x1f, 0x70, 0xdb, 0xb9, - 0xa2, 0xfc, 0xfa, 0x6d, 0xff, 0xc8, 0x3e, 0x23, 0x1f, 0x7f, 0x03, 0x36, 0xbe, 0x6b, 0xcc, 0x1d, - 0xa1, 0x3b, 0xfb, 0x4f, 0xd8, 0x2b, 0x97, 0x16, 0x0a, 0x59, 0x15, 0xc1, 0x62, 0xee, 0x3c, 0xc0, - 0xd5, 0x3f, 0x23, 0x68, 0xc4, 0xb5, 0xf4, 0xf3, 0x6d, 0xf0, 0x1c, 0xe8, 0x2f, 0x08, 0x9a, 0xeb, - 0xb2, 0x32, 0xa3, 0x47, 0x60, 0x63, 0x7f, 0x9e, 0x9a, 0xde, 0xbf, 0xb2, 0xcf, 0xc9, 0x27, 0x4d, - 0x46, 0xc3, 0xb3, 0xc7, 0x17, 0xb7, 0x3d, 0x58, 0xbc, 0x89, 0xfa, 0xa5, 0x6d, 0xdf, 0xf4, 0xbf, - 0xb1, 0xab, 0x64, 0xb1, 0xf3, 0x1e, 0x85, 0x61, 0x7d, 0xbf, 0x7d, 0x21, 0xc3, 0x7f, 0x2b, 0xf4, - 0xef, 0x0b, 0xec, 0x01, 0xe9, 0xb5, 0xa5, 0x70, 0x6f, 0x48, 0xba, 0x14, 0x47, 0x4d, 0x8e, 0xa8, - 0xd3, 0xe0, 0x3f, 0x16, 0xd8, 0x0d, 0xec, 0x25, 0x3b, 0xc2, 0x88, 0xbc, 0x59, 0x70, 0xde, 0xca, - 0xa6, 0x55, 0xc4, 0x9b, 0xf9, 0xe7, 0x42, 0xff, 0xeb, 0x05, 0xb2, 0xf4, 0xe5, 0xe4, 0x45, 0xef, - 0x9b, 0x3f, 0x17, 0xf4, 0x8f, 0x34, 0x6f, 0xff, 0xe5, 0xce, 0x64, 0x77, 0x52, 0x2e, 0x3c, 0x16, - 0x0d, 0x7e, 0x6b, 0xf2, 0x7c, 0x63, 0x7b, 0xab, 0x37, 0xd9, 0xd9, 0x5a, 0xde, 0x7a, 0xba, 0x1d, - 0x3f, 0x1e, 0xa4, 0xaf, 0x13, 0x2f, 0x9f, 0x4d, 0x5f, 0xf7, 0xb1, 0xe2, 0xd3, 0xfa, 0xe7, 0x5f, - 0x87, 0xde, 0xc8, 0x39, 0xff, 0xf7, 0xa1, 0xc5, 0xbc, 0x5e, 0x8c, 0x6f, 0x4e, 0x7b, 0xf5, 0x23, - 0x3e, 0x8d, 0x56, 0x7a, 0x71, 0xcb, 0xe9, 0x7f, 0x12, 0xe0, 0x09, 0xdf, 0x9c, 0x3e, 0x69, 0x01, - 0x4f, 0x46, 0x2b, 0x4f, 0x6a, 0xc0, 0xff, 0x0e, 0x2d, 0xd5, 0xa3, 0xab, 0xab, 0x7c, 0x73, 0xba, - 0xba, 0xda, 0x42, 0x56, 0x57, 0x47, 0x2b, 0xab, 0xab, 0x35, 0xe8, 0x8b, 0x37, 0xa3, 0x77, 0x0f, - 0xfe, 0x1f, 0x00, 0x00, 0xff, 0xff, 0xee, 0x61, 0x86, 0xc7, 0x49, 0x11, 0x00, 0x00, +var fileDescriptor_ad_error_e9bb2204ffbdff9f = []byte{ + // 2059 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x58, 0x6b, 0x7b, 0x1c, 0x37, + 0x15, 0xc6, 0x29, 0x34, 0xad, 0x92, 0x34, 0x8a, 0x72, 0xbf, 0x39, 0xa9, 0x93, 0xe6, 0x9e, 0x75, + 0x9c, 0x14, 0xda, 0xba, 0x2d, 0xa0, 0x1d, 0x9d, 0xdd, 0x11, 0xd1, 0x48, 0x13, 0x49, 0xb3, 0xf6, + 0x86, 0x80, 0x70, 0xeb, 0x60, 0x02, 0x89, 0x37, 0xd8, 0x6e, 0xb8, 0xdf, 0xe1, 0x8f, 0xf0, 0x91, + 0x9f, 0xc2, 0xaf, 0xe0, 0x1b, 0xcf, 0xc3, 0x27, 0x7e, 0x42, 0x9f, 0xa3, 0x19, 0xcd, 0xce, 0xda, + 0x4e, 0xfb, 0x69, 0x67, 0x75, 0x5e, 0x5d, 0xce, 0xab, 0xf7, 0x5c, 0x66, 0xc8, 0xdd, 0x8d, 0xc9, + 0x64, 0xe3, 0xf9, 0xd3, 0xc5, 0xb5, 0xf5, 0xed, 0xc5, 0xfa, 0x11, 0x9f, 0x5e, 0x2d, 0x2d, 0x3e, + 0xdd, 0xda, 0x9a, 0x6c, 0x6d, 0x2f, 0xae, 0xad, 0x87, 0xf8, 0xd4, 0x7b, 0xb9, 0x35, 0xd9, 0x99, + 0xb0, 0xf9, 0x1a, 0xd3, 0x5b, 0x5b, 0xdf, 0xee, 0xb5, 0xf0, 0xde, 0xab, 0xa5, 0x5e, 0x0d, 0x3f, + 0x77, 0x21, 0x2d, 0xf7, 0xf2, 0xd9, 0xe2, 0xda, 0xe6, 0xe6, 0x64, 0x67, 0x6d, 0xe7, 0xd9, 0x64, + 0x73, 0xbb, 0x9e, 0xbd, 0xf0, 0xff, 0xcb, 0xe4, 0x10, 0x5f, 0x07, 0x84, 0xc2, 0xe6, 0x17, 0x2f, + 0x16, 0xfe, 0x73, 0x99, 0x1c, 0x6c, 0xfe, 0xb3, 0xa3, 0xe4, 0x50, 0xa5, 0x5d, 0x09, 0x99, 0x1c, + 0x48, 0x10, 0xf4, 0x1b, 0xec, 0x10, 0x39, 0x58, 0xe9, 0x87, 0xda, 0xac, 0x68, 0x3a, 0xc7, 0xee, + 0x90, 0x1b, 0x5c, 0x84, 0xac, 0x72, 0xde, 0x14, 0xf2, 0x31, 0x58, 0x17, 0xb4, 0xf1, 0xc1, 0x55, + 0x65, 0x69, 0xac, 0x07, 0x11, 0x06, 0xc6, 0x06, 0x2e, 0x82, 0x1f, 0x97, 0x40, 0x0f, 0xb0, 0x73, + 0xe4, 0x14, 0x2f, 0x4b, 0x6b, 0x56, 0x65, 0xc1, 0x3d, 0xa8, 0x71, 0xf0, 0xc6, 0x04, 0x65, 0xf4, + 0x90, 0xbe, 0xc1, 0xce, 0x93, 0xd3, 0x7b, 0x6d, 0x2e, 0x37, 0xd6, 0xd3, 0x6f, 0xe2, 0x21, 0xfa, + 0x5c, 0x04, 0xa7, 0x65, 0x59, 0x82, 0xa7, 0xdf, 0x62, 0x27, 0x08, 0xcd, 0xb8, 0xc6, 0xbd, 0x0a, + 0x23, 0xe4, 0x60, 0x1c, 0xb8, 0xa0, 0x6f, 0xb2, 0xeb, 0xe4, 0x4a, 0x33, 0xea, 0xc0, 0x87, 0x7e, + 0xe5, 0xa4, 0x06, 0xe7, 0x82, 0xe6, 0x05, 0x04, 0x39, 0x08, 0x95, 0x55, 0x68, 0xa0, 0x07, 0x3b, + 0xd3, 0x11, 0x38, 0x90, 0xa0, 0x04, 0x7d, 0x8b, 0xdd, 0x22, 0xd7, 0x76, 0x8f, 0x86, 0x15, 0xe9, + 0xf3, 0x60, 0xac, 0x1c, 0x4a, 0x8d, 0x8e, 0x48, 0x11, 0x57, 0x78, 0x9b, 0x2d, 0x92, 0xdb, 0xfb, + 0x63, 0x5b, 0x50, 0xf4, 0xdd, 0xe5, 0xdc, 0x4a, 0x3d, 0xa4, 0x84, 0xdd, 0x24, 0xef, 0x75, 0x26, + 0x70, 0xa5, 0xcc, 0x4a, 0x18, 0x28, 0x58, 0x95, 0x7d, 0x05, 0x21, 0x33, 0xca, 0xd8, 0x30, 0xe0, + 0xca, 0x01, 0x3d, 0xc4, 0x3e, 0x20, 0x0f, 0x3a, 0xd0, 0xda, 0x96, 0x19, 0xed, 0xad, 0x51, 0x61, + 0x25, 0x07, 0x1d, 0x34, 0xf7, 0x72, 0x04, 0xb8, 0x41, 0xc1, 0x23, 0xc8, 0xe3, 0x1e, 0x87, 0x19, + 0x23, 0xef, 0x74, 0x26, 0x56, 0x56, 0xd1, 0x23, 0xec, 0x5d, 0x72, 0xb1, 0x33, 0x86, 0x47, 0x34, + 0x15, 0x1e, 0x58, 0x73, 0x85, 0x08, 0x47, 0xdf, 0x61, 0xf3, 0xe4, 0xdc, 0x2e, 0x48, 0xd7, 0x7e, + 0x94, 0x5d, 0x20, 0x67, 0x76, 0xdb, 0x91, 0x4a, 0xc1, 0x3d, 0xa7, 0xc7, 0x3a, 0xa4, 0x57, 0x0e, + 0xd0, 0x7d, 0x57, 0xf5, 0x33, 0xc5, 0x9d, 0x8b, 0x04, 0x98, 0x12, 0x2c, 0xf7, 0xc6, 0x52, 0xc6, + 0xae, 0x90, 0x4b, 0xb5, 0x50, 0xc0, 0x46, 0x95, 0xc4, 0xeb, 0x1e, 0x81, 0x08, 0x85, 0xe9, 0x4b, + 0x05, 0x5c, 0x38, 0x7a, 0x9c, 0xdd, 0x20, 0x57, 0xf7, 0x07, 0xf9, 0x5c, 0x5a, 0x51, 0x72, 0xeb, + 0xf1, 0xae, 0x1d, 0x3d, 0xc1, 0x96, 0xc8, 0xdd, 0xaf, 0x45, 0x5a, 0x10, 0xd2, 0x42, 0xe6, 0xe3, + 0x94, 0x93, 0xec, 0x2c, 0x39, 0x39, 0x33, 0x05, 0x94, 0x1c, 0x22, 0xff, 0xf4, 0xd4, 0x9e, 0xd5, + 0x92, 0x29, 0x3a, 0x51, 0x95, 0x82, 0x23, 0xc5, 0xa1, 0x0f, 0x3c, 0x33, 0x3a, 0x32, 0x7b, 0x1a, + 0x69, 0x13, 0xb2, 0x00, 0xed, 0xa4, 0xd1, 0x81, 0x2b, 0x0b, 0x5c, 0x8c, 0x83, 0xd4, 0xa1, 0xd2, + 0xd2, 0x68, 0x7a, 0x06, 0x77, 0x9b, 0xda, 0x8b, 0xca, 0xf9, 0xd0, 0x87, 0xa8, 0x9e, 0xb3, 0x18, + 0x08, 0x53, 0x13, 0x6e, 0xd7, 0x4e, 0x3b, 0x87, 0x34, 0x09, 0xe9, 0x4a, 0xc5, 0xc7, 0x91, 0xe5, + 0x86, 0x5b, 0x9c, 0xda, 0x06, 0xe1, 0x79, 0x76, 0x99, 0x5c, 0x10, 0xa6, 0x00, 0xe7, 0x65, 0x16, + 0xca, 0xdc, 0x68, 0x08, 0xba, 0x2a, 0xfa, 0x60, 0x1b, 0x4d, 0xd0, 0x0b, 0xb8, 0x05, 0x14, 0x60, + 0x87, 0xa0, 0xb3, 0xf1, 0x0c, 0x84, 0x5e, 0xc4, 0x70, 0x82, 0xa2, 0xf4, 0xe3, 0x46, 0xf9, 0xf3, + 0xec, 0x1e, 0xb9, 0x33, 0x00, 0x10, 0x81, 0x7b, 0x6f, 0x65, 0xbf, 0xf2, 0x50, 0x9f, 0x37, 0xe7, + 0x23, 0x08, 0x05, 0x2f, 0x4b, 0xf4, 0x1d, 0x89, 0xc0, 0x38, 0x0e, 0x52, 0xd0, 0x4b, 0x78, 0x4f, + 0xbb, 0x67, 0x34, 0xb8, 0x88, 0x29, 0xa4, 0x2b, 0xb8, 0xcf, 0x72, 0x7a, 0x19, 0x05, 0x28, 0x95, + 0x82, 0x21, 0x57, 0x61, 0x26, 0x55, 0x04, 0xcf, 0x87, 0x28, 0x19, 0xfa, 0x2e, 0x3b, 0x4e, 0x8e, + 0x26, 0x48, 0x1a, 0x5c, 0xc0, 0x84, 0x20, 0x75, 0x66, 0xb4, 0x93, 0xce, 0x83, 0xf6, 0xa1, 0x25, + 0xcc, 0xd1, 0x2b, 0x18, 0x4d, 0x33, 0x46, 0xe7, 0xb9, 0xaf, 0x1c, 0xd2, 0xe8, 0xa1, 0x28, 0x15, + 0xf7, 0xd0, 0xf0, 0x79, 0x15, 0x63, 0x1d, 0xa1, 0x36, 0xea, 0x40, 0x81, 0x1e, 0xfa, 0x9c, 0xbe, + 0x87, 0xf4, 0x48, 0xbd, 0xeb, 0x92, 0x87, 0x96, 0x0b, 0xa0, 0xd7, 0xd8, 0x35, 0xb2, 0x20, 0xf5, + 0x88, 0x2b, 0x29, 0xf0, 0xc4, 0x5c, 0x08, 0x8b, 0x59, 0x24, 0xe3, 0x45, 0xc9, 0xe5, 0x50, 0x07, + 0xcf, 0xed, 0x10, 0x3c, 0xbd, 0x1e, 0x8f, 0x3d, 0xc5, 0xc5, 0x1c, 0x77, 0x03, 0xc3, 0xa1, 0x1d, + 0x4c, 0xdc, 0xd4, 0xa1, 0x50, 0xcb, 0x3c, 0xc8, 0x82, 0x0f, 0x81, 0xde, 0x9c, 0xd9, 0x65, 0x5f, + 0xa0, 0x87, 0x55, 0x4f, 0x6f, 0xb1, 0x4b, 0xe4, 0x7c, 0xc2, 0x65, 0x5c, 0xa9, 0xe0, 0x4d, 0xe0, + 0x99, 0x47, 0xe1, 0x44, 0xc0, 0x6d, 0x76, 0x91, 0x9c, 0x6d, 0x01, 0x39, 0xb7, 0x3c, 0xf3, 0xb5, + 0x0e, 0xa2, 0x4c, 0xef, 0xb0, 0x33, 0xe4, 0x44, 0x6b, 0x36, 0x95, 0xf6, 0x76, 0x1c, 0x32, 0x23, + 0x80, 0xde, 0xc5, 0x7c, 0x97, 0x2c, 0xb0, 0x5a, 0x72, 0x2d, 0x40, 0x04, 0x31, 0xd6, 0xbc, 0x90, + 0x59, 0x70, 0xc0, 0x6d, 0x16, 0xb3, 0x99, 0xe7, 0x43, 0xba, 0xc8, 0x8e, 0x91, 0x23, 0x09, 0x2b, + 0x75, 0x59, 0x79, 0x7a, 0xaf, 0xbe, 0xa0, 0x7a, 0xa8, 0xe0, 0xf6, 0x61, 0x55, 0x06, 0xc5, 0xf5, + 0xb0, 0x42, 0xef, 0x96, 0x6a, 0x7e, 0x1b, 0x63, 0xed, 0x4e, 0xc6, 0xad, 0x95, 0x60, 0xe9, 0xfd, + 0xa8, 0x88, 0x7d, 0x6d, 0x89, 0xda, 0x07, 0x18, 0x5b, 0x09, 0xd2, 0x08, 0xdb, 0x0c, 0x02, 0x28, + 0x28, 0x40, 0x7b, 0x47, 0xdf, 0xef, 0x92, 0xb2, 0x9f, 0xfc, 0xbf, 0x8d, 0xf1, 0x9c, 0x00, 0x56, + 0x66, 0x79, 0x28, 0x40, 0x48, 0x1e, 0x32, 0xb0, 0x3e, 0x86, 0x50, 0x18, 0x81, 0x16, 0x26, 0xe1, + 0x51, 0xd2, 0xdf, 0xc1, 0x78, 0x4d, 0x53, 0x5a, 0x11, 0xc5, 0x1c, 0xf7, 0x41, 0xf7, 0x52, 0x5b, + 0x53, 0x73, 0x9a, 0x26, 0xf7, 0xc7, 0xdb, 0xff, 0x90, 0x9d, 0x26, 0xc7, 0xf7, 0x00, 0xa5, 0xa0, + 0x1f, 0x21, 0x7f, 0x4a, 0x6a, 0x88, 0x55, 0x6d, 0x45, 0x0a, 0xa0, 0xcb, 0x48, 0x43, 0x21, 0x9d, + 0xc3, 0x98, 0x99, 0x0d, 0x8c, 0x26, 0x92, 0xe8, 0xc7, 0x78, 0xb5, 0x53, 0x48, 0x23, 0x43, 0x53, + 0x94, 0x46, 0x83, 0xf6, 0xf4, 0x13, 0x64, 0x69, 0x6a, 0x1e, 0xa1, 0x6f, 0xae, 0x3e, 0x13, 0x56, + 0x3c, 0xfa, 0x29, 0x7a, 0x94, 0xec, 0x33, 0xc5, 0x90, 0x7e, 0x17, 0x55, 0x91, 0x4c, 0x02, 0x5c, + 0x66, 0x65, 0x89, 0x92, 0x5a, 0xa2, 0xdf, 0x7b, 0x8d, 0xe5, 0x3e, 0xfd, 0x3e, 0x92, 0xde, 0xb1, + 0x78, 0x89, 0x65, 0xa8, 0xce, 0x86, 0x51, 0x24, 0x1c, 0xb3, 0x52, 0x02, 0x28, 0xae, 0x05, 0xfe, + 0x96, 0x7c, 0x08, 0x2d, 0xa2, 0xcf, 0x4e, 0x92, 0x63, 0xed, 0x12, 0x29, 0x9e, 0x69, 0x86, 0xb4, + 0x4d, 0x87, 0xdb, 0xdc, 0x47, 0x05, 0x06, 0x6f, 0x32, 0xe4, 0xc0, 0x05, 0x52, 0x48, 0x01, 0xeb, + 0xdc, 0x74, 0x54, 0x0e, 0x73, 0x4f, 0x07, 0x48, 0x70, 0x1a, 0xab, 0x23, 0x6c, 0xc8, 0xee, 0x92, + 0x9b, 0x69, 0x08, 0x05, 0x0a, 0xbe, 0x35, 0x06, 0x63, 0x43, 0x69, 0x8d, 0xa8, 0x32, 0x1f, 0x46, + 0x52, 0x80, 0x71, 0x34, 0xc7, 0x32, 0xd7, 0x85, 0x77, 0xf4, 0xec, 0xa8, 0x44, 0x41, 0xb7, 0xd6, + 0x59, 0x41, 0xff, 0xa0, 0xbb, 0x77, 0x54, 0x23, 0x7d, 0xc8, 0xae, 0x92, 0xcb, 0x69, 0xc8, 0xc2, + 0xa3, 0x4a, 0x5a, 0xe8, 0x28, 0x22, 0x4a, 0xc6, 0x51, 0xd5, 0x25, 0x6c, 0xd6, 0x18, 0x46, 0x5c, + 0x55, 0x40, 0x0b, 0x46, 0xc9, 0xe1, 0x29, 0x62, 0xd5, 0x53, 0xdd, 0xe5, 0x6a, 0x24, 0x5d, 0x4c, + 0x5f, 0xc8, 0x95, 0xe9, 0x9e, 0x62, 0x45, 0x0a, 0x9f, 0xd3, 0x12, 0x75, 0x5b, 0x54, 0xca, 0xcb, + 0x52, 0x01, 0x12, 0xeb, 0xa5, 0xce, 0x7c, 0xc0, 0xbc, 0xed, 0x42, 0xa5, 0xdb, 0x2e, 0x8d, 0x3e, + 0x8a, 0xc7, 0xc5, 0x8c, 0x8f, 0x25, 0x1c, 0x4f, 0x82, 0x8a, 0x8c, 0x09, 0x14, 0x9b, 0x19, 0x2c, + 0x6f, 0x42, 0x50, 0xcb, 0x0e, 0x93, 0xb7, 0xda, 0x8e, 0xcd, 0xb1, 0x23, 0xe4, 0xed, 0x69, 0x8f, + 0xe6, 0xd9, 0x02, 0x99, 0xaf, 0x67, 0x4c, 0x13, 0x75, 0x2a, 0x5e, 0x59, 0xce, 0xf5, 0x10, 0x68, + 0x85, 0x7a, 0x6e, 0x7a, 0xc7, 0x7d, 0xf4, 0x3c, 0x62, 0xa7, 0x08, 0x4b, 0xe6, 0x9a, 0x85, 0x28, + 0xd6, 0x15, 0x74, 0x39, 0x8d, 0x57, 0x5a, 0x3e, 0xaa, 0xa0, 0x36, 0xac, 0xe2, 0xa5, 0x74, 0xfc, + 0xe8, 0x96, 0x88, 0x71, 0x5c, 0xcc, 0xaa, 0x90, 0xc2, 0xd1, 0x65, 0x39, 0x14, 0x40, 0x1f, 0x23, + 0xe7, 0xdd, 0x71, 0x6f, 0xca, 0xa0, 0x60, 0x04, 0x2a, 0x08, 0x53, 0x70, 0xa9, 0xe9, 0x0f, 0x91, + 0x48, 0x44, 0x14, 0x5c, 0x61, 0x7a, 0x00, 0x41, 0x9f, 0xc4, 0x2e, 0xd8, 0xaa, 0xa0, 0x4d, 0xc8, + 0x8d, 0xf3, 0xf4, 0x47, 0x69, 0xf5, 0xd8, 0x2a, 0x3c, 0xaa, 0xe4, 0x88, 0x2b, 0x74, 0xe1, 0xc7, + 0xf1, 0x44, 0x56, 0x45, 0x54, 0xdd, 0x77, 0xb6, 0x84, 0x85, 0xb4, 0xae, 0x36, 0xe9, 0x30, 0x3f, + 0xc1, 0x1c, 0xda, 0x0c, 0xed, 0x39, 0xc7, 0x1a, 0x46, 0x22, 0x1a, 0x4b, 0xee, 0xf3, 0xba, 0xc3, + 0xc1, 0xa6, 0x11, 0x04, 0xfd, 0xac, 0xb5, 0x18, 0xeb, 0x67, 0x2c, 0x9f, 0x63, 0xc8, 0xa3, 0xe5, + 0x51, 0x05, 0x76, 0x3c, 0x63, 0x5a, 0x67, 0xef, 0x93, 0x7b, 0xb1, 0x03, 0x8e, 0x7b, 0x87, 0x3e, + 0x0c, 0x8c, 0x85, 0xaf, 0x4b, 0xfc, 0x3f, 0xc5, 0x4a, 0x5b, 0x39, 0xb0, 0x41, 0x18, 0xa8, 0x9b, + 0xfb, 0xd8, 0x14, 0xf0, 0x2c, 0xc3, 0xcb, 0xf3, 0xa6, 0xd5, 0x2d, 0xdd, 0x40, 0x11, 0xcd, 0x14, + 0xe5, 0x7a, 0x6d, 0x8e, 0x0a, 0x6d, 0x7a, 0x54, 0x47, 0x7f, 0x86, 0xc1, 0x9b, 0xb8, 0x6f, 0xb2, + 0xf5, 0x33, 0x64, 0xb3, 0x1d, 0xab, 0xd3, 0x29, 0x6a, 0xfd, 0xe7, 0x78, 0xf1, 0x29, 0xcd, 0xe2, + 0xd6, 0xa5, 0x05, 0x87, 0x34, 0xff, 0x02, 0xef, 0xa3, 0x0e, 0x64, 0xb0, 0xd6, 0x58, 0xfa, 0x1c, + 0x57, 0x88, 0x21, 0x93, 0xba, 0x29, 0x1b, 0x15, 0xf7, 0x02, 0x13, 0x4e, 0x23, 0xa5, 0xce, 0xfc, + 0x4d, 0x24, 0x30, 0x09, 0x30, 0x0a, 0xd4, 0x14, 0xa5, 0x02, 0x0f, 0x74, 0x82, 0x45, 0x3d, 0x59, + 0x9a, 0x23, 0xd1, 0x97, 0xc8, 0x6a, 0x4c, 0x13, 0xc1, 0x82, 0xb7, 0x12, 0x46, 0x5c, 0x35, 0x1b, + 0xff, 0x12, 0x4f, 0xc2, 0x2b, 0x21, 0x4d, 0x33, 0xb0, 0xd5, 0x2d, 0x4d, 0x63, 0x53, 0xf9, 0xaa, + 0x0f, 0x33, 0x39, 0x6d, 0x1b, 0xef, 0x1c, 0x45, 0x51, 0x70, 0x3d, 0x6e, 0x93, 0x50, 0x74, 0xc6, + 0xd1, 0x9d, 0x7d, 0x8d, 0x4d, 0x86, 0xfa, 0x82, 0xf5, 0xc8, 0x2d, 0x24, 0xb8, 0x28, 0xb9, 0x8f, + 0x71, 0xdf, 0x74, 0x1d, 0x81, 0x6b, 0x11, 0x04, 0x8c, 0x64, 0x06, 0xe8, 0xe2, 0x00, 0x2c, 0xe8, + 0x0c, 0xe8, 0xab, 0xfa, 0x85, 0x46, 0x29, 0x6f, 0x79, 0xf6, 0x10, 0xd3, 0xc2, 0xde, 0x77, 0xb3, + 0xa6, 0x23, 0xa0, 0xbf, 0xc2, 0x64, 0x99, 0xaa, 0x70, 0xd3, 0x68, 0x66, 0x75, 0x68, 0xa7, 0xd2, + 0xda, 0x15, 0xd3, 0xaf, 0xeb, 0x0e, 0xd6, 0x35, 0xff, 0x13, 0x24, 0x16, 0xc1, 0xdf, 0xe0, 0xb6, + 0x33, 0x45, 0xf9, 0xf5, 0xdb, 0xfe, 0x96, 0x7d, 0x42, 0x3e, 0xfc, 0x0a, 0x6c, 0x7c, 0xd7, 0x98, + 0x71, 0xa1, 0x3b, 0xfb, 0x77, 0xd8, 0x2b, 0x97, 0x16, 0x0a, 0x59, 0x15, 0xc1, 0x62, 0xee, 0xdc, + 0xe7, 0xa8, 0xbf, 0x47, 0xd0, 0x88, 0x6b, 0xe9, 0x67, 0xdb, 0xe0, 0x19, 0xd0, 0x1f, 0x10, 0x34, + 0xd3, 0x65, 0x65, 0x46, 0x8f, 0xc0, 0xc6, 0xfe, 0x3c, 0x35, 0xbd, 0x7f, 0x64, 0x9f, 0x92, 0x8f, + 0x9a, 0x8c, 0x86, 0xbe, 0xc7, 0x17, 0xb7, 0x5d, 0x58, 0xbc, 0x89, 0xfa, 0xa5, 0x6d, 0xcf, 0xf4, + 0x3f, 0xb1, 0x2b, 0x64, 0xbe, 0xf3, 0x1e, 0x85, 0x61, 0x7d, 0xbf, 0x7d, 0x21, 0xc3, 0x7f, 0x4b, + 0xf4, 0xcf, 0x73, 0xec, 0x01, 0xe9, 0xb5, 0xa5, 0x70, 0x77, 0x48, 0xba, 0x14, 0x47, 0x4d, 0x8e, + 0xa8, 0xd3, 0xe0, 0x5f, 0xe6, 0xd8, 0x75, 0xec, 0x25, 0x3b, 0xc2, 0x88, 0xbc, 0x59, 0x70, 0xde, + 0xca, 0xa6, 0x55, 0xc4, 0x9b, 0xf9, 0xeb, 0x1c, 0x5b, 0x22, 0x77, 0xda, 0xd7, 0x1c, 0x8c, 0xd4, + 0xd8, 0xc0, 0x20, 0xa5, 0xe8, 0x87, 0x85, 0xcc, 0x58, 0xd1, 0x2d, 0x59, 0xf4, 0x6f, 0x73, 0x6c, + 0x61, 0xda, 0xa6, 0xb4, 0xb5, 0xb3, 0xee, 0xa6, 0xfa, 0x95, 0x16, 0x0a, 0xe8, 0xdf, 0xe7, 0xd8, + 0x3d, 0x72, 0x3b, 0x89, 0x35, 0xba, 0x3b, 0x7b, 0x8b, 0xd8, 0x95, 0xe7, 0x72, 0xda, 0x41, 0xd3, + 0x7f, 0xcc, 0xf5, 0xff, 0x3b, 0x47, 0x16, 0x3e, 0x9f, 0xbc, 0xe8, 0x7d, 0xf5, 0x77, 0x8b, 0xfe, + 0xe1, 0xe6, 0x33, 0x44, 0xb9, 0x35, 0xd9, 0x99, 0x94, 0x73, 0x8f, 0x45, 0x83, 0xdf, 0x98, 0x3c, + 0x5f, 0xdb, 0xdc, 0xe8, 0x4d, 0xb6, 0x36, 0x16, 0x37, 0x9e, 0x6e, 0xc6, 0xaf, 0x18, 0xe9, 0x33, + 0xc9, 0xcb, 0x67, 0xdb, 0xaf, 0xfb, 0x6a, 0xf2, 0x71, 0xfd, 0xf3, 0xcf, 0x03, 0x6f, 0x0c, 0x39, + 0xff, 0xd7, 0x81, 0xf9, 0x61, 0xbd, 0x18, 0x5f, 0xdf, 0xee, 0xd5, 0x8f, 0xf8, 0x34, 0x5a, 0xea, + 0xc5, 0x2d, 0xb7, 0xff, 0x9d, 0x00, 0x4f, 0xf8, 0xfa, 0xf6, 0x93, 0x16, 0xf0, 0x64, 0xb4, 0xf4, + 0xa4, 0x06, 0xfc, 0xef, 0xc0, 0x42, 0x3d, 0xba, 0xbc, 0xcc, 0xd7, 0xb7, 0x97, 0x97, 0x5b, 0xc8, + 0xf2, 0xf2, 0x68, 0x69, 0x79, 0xb9, 0x06, 0x7d, 0xf6, 0x66, 0x3c, 0xdd, 0x83, 0x2f, 0x03, 0x00, + 0x00, 0xff, 0xff, 0xff, 0x2c, 0x0c, 0x2e, 0xd2, 0x11, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/errors/ad_group_ad_error.pb.go b/googleapis/ads/googleads/v1/errors/ad_group_ad_error.pb.go index 80b19b50fc..04248a7ab4 100644 --- a/googleapis/ads/googleads/v1/errors/ad_group_ad_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/ad_group_ad_error.pb.go @@ -76,7 +76,7 @@ func (x AdGroupAdErrorEnum_AdGroupAdError) String() string { return proto.EnumName(AdGroupAdErrorEnum_AdGroupAdError_name, int32(x)) } func (AdGroupAdErrorEnum_AdGroupAdError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_error_16c82a814870a74e, []int{0, 0} + return fileDescriptor_ad_group_ad_error_bb843f1771a94842, []int{0, 0} } // Container for enum describing possible ad group ad errors. @@ -90,7 +90,7 @@ func (m *AdGroupAdErrorEnum) Reset() { *m = AdGroupAdErrorEnum{} } func (m *AdGroupAdErrorEnum) String() string { return proto.CompactTextString(m) } func (*AdGroupAdErrorEnum) ProtoMessage() {} func (*AdGroupAdErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_error_16c82a814870a74e, []int{0} + return fileDescriptor_ad_group_ad_error_bb843f1771a94842, []int{0} } func (m *AdGroupAdErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupAdErrorEnum.Unmarshal(m, b) @@ -116,10 +116,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/ad_group_ad_error.proto", fileDescriptor_ad_group_ad_error_16c82a814870a74e) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_group_ad_error.proto", fileDescriptor_ad_group_ad_error_bb843f1771a94842) } -var fileDescriptor_ad_group_ad_error_16c82a814870a74e = []byte{ +var fileDescriptor_ad_group_ad_error_bb843f1771a94842 = []byte{ // 448 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x51, 0x6b, 0xd4, 0x40, 0x10, 0xc7, 0xbd, 0x54, 0x5b, 0xdd, 0x82, 0x86, 0x28, 0x22, 0xa5, 0x94, 0x72, 0x0a, 0xbe, 0x25, diff --git a/googleapis/ads/googleads/v1/errors/ad_group_bid_modifier_error.pb.go b/googleapis/ads/googleads/v1/errors/ad_group_bid_modifier_error.pb.go index 7f699566c8..e9f1ad9e6f 100644 --- a/googleapis/ads/googleads/v1/errors/ad_group_bid_modifier_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/ad_group_bid_modifier_error.pb.go @@ -51,7 +51,7 @@ func (x AdGroupBidModifierErrorEnum_AdGroupBidModifierError) String() string { return proto.EnumName(AdGroupBidModifierErrorEnum_AdGroupBidModifierError_name, int32(x)) } func (AdGroupBidModifierErrorEnum_AdGroupBidModifierError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_bid_modifier_error_c7cd17cf84154d84, []int{0, 0} + return fileDescriptor_ad_group_bid_modifier_error_b3d4b89f8531df2e, []int{0, 0} } // Container for enum describing possible ad group bid modifier errors. @@ -65,7 +65,7 @@ func (m *AdGroupBidModifierErrorEnum) Reset() { *m = AdGroupBidModifierE func (m *AdGroupBidModifierErrorEnum) String() string { return proto.CompactTextString(m) } func (*AdGroupBidModifierErrorEnum) ProtoMessage() {} func (*AdGroupBidModifierErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_bid_modifier_error_c7cd17cf84154d84, []int{0} + return fileDescriptor_ad_group_bid_modifier_error_b3d4b89f8531df2e, []int{0} } func (m *AdGroupBidModifierErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupBidModifierErrorEnum.Unmarshal(m, b) @@ -91,10 +91,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/ad_group_bid_modifier_error.proto", fileDescriptor_ad_group_bid_modifier_error_c7cd17cf84154d84) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_group_bid_modifier_error.proto", fileDescriptor_ad_group_bid_modifier_error_b3d4b89f8531df2e) } -var fileDescriptor_ad_group_bid_modifier_error_c7cd17cf84154d84 = []byte{ +var fileDescriptor_ad_group_bid_modifier_error_b3d4b89f8531df2e = []byte{ // 368 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xcd, 0xaa, 0xd4, 0x30, 0x14, 0xb6, 0xbd, 0xa0, 0x90, 0xbb, 0xb0, 0x74, 0x23, 0x5c, 0x2f, 0xb3, 0xe8, 0x03, 0xa4, 0x14, diff --git a/googleapis/ads/googleads/v1/errors/ad_group_criterion_error.pb.go b/googleapis/ads/googleads/v1/errors/ad_group_criterion_error.pb.go index 2a4a2f1018..62dacb2e79 100644 --- a/googleapis/ads/googleads/v1/errors/ad_group_criterion_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/ad_group_criterion_error.pb.go @@ -200,7 +200,7 @@ func (x AdGroupCriterionErrorEnum_AdGroupCriterionError) String() string { return proto.EnumName(AdGroupCriterionErrorEnum_AdGroupCriterionError_name, int32(x)) } func (AdGroupCriterionErrorEnum_AdGroupCriterionError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_error_55f2e6281c5d5ae4, []int{0, 0} + return fileDescriptor_ad_group_criterion_error_22d32d77f0f0a104, []int{0, 0} } // Container for enum describing possible ad group criterion errors. @@ -214,7 +214,7 @@ func (m *AdGroupCriterionErrorEnum) Reset() { *m = AdGroupCriterionError func (m *AdGroupCriterionErrorEnum) String() string { return proto.CompactTextString(m) } func (*AdGroupCriterionErrorEnum) ProtoMessage() {} func (*AdGroupCriterionErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_error_55f2e6281c5d5ae4, []int{0} + return fileDescriptor_ad_group_criterion_error_22d32d77f0f0a104, []int{0} } func (m *AdGroupCriterionErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupCriterionErrorEnum.Unmarshal(m, b) @@ -240,10 +240,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/ad_group_criterion_error.proto", fileDescriptor_ad_group_criterion_error_55f2e6281c5d5ae4) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_group_criterion_error.proto", fileDescriptor_ad_group_criterion_error_22d32d77f0f0a104) } -var fileDescriptor_ad_group_criterion_error_55f2e6281c5d5ae4 = []byte{ +var fileDescriptor_ad_group_criterion_error_22d32d77f0f0a104 = []byte{ // 976 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0xdd, 0x72, 0x1b, 0x35, 0x14, 0xa6, 0x29, 0xb4, 0xa0, 0x06, 0x2a, 0xc4, 0x4f, 0xdb, 0xfc, 0xb6, 0x29, 0xb4, 0xb4, 0x21, diff --git a/googleapis/ads/googleads/v1/errors/ad_group_error.pb.go b/googleapis/ads/googleads/v1/errors/ad_group_error.pb.go index e78391d8e8..b9e2ce24f0 100644 --- a/googleapis/ads/googleads/v1/errors/ad_group_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/ad_group_error.pb.go @@ -93,7 +93,7 @@ func (x AdGroupErrorEnum_AdGroupError) String() string { return proto.EnumName(AdGroupErrorEnum_AdGroupError_name, int32(x)) } func (AdGroupErrorEnum_AdGroupError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_error_95437379f7e3ea71, []int{0, 0} + return fileDescriptor_ad_group_error_de21abf890f19b77, []int{0, 0} } // Container for enum describing possible ad group errors. @@ -107,7 +107,7 @@ func (m *AdGroupErrorEnum) Reset() { *m = AdGroupErrorEnum{} } func (m *AdGroupErrorEnum) String() string { return proto.CompactTextString(m) } func (*AdGroupErrorEnum) ProtoMessage() {} func (*AdGroupErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_error_95437379f7e3ea71, []int{0} + return fileDescriptor_ad_group_error_de21abf890f19b77, []int{0} } func (m *AdGroupErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupErrorEnum.Unmarshal(m, b) @@ -133,10 +133,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/ad_group_error.proto", fileDescriptor_ad_group_error_95437379f7e3ea71) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_group_error.proto", fileDescriptor_ad_group_error_de21abf890f19b77) } -var fileDescriptor_ad_group_error_95437379f7e3ea71 = []byte{ +var fileDescriptor_ad_group_error_de21abf890f19b77 = []byte{ // 554 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xe1, 0x6a, 0xd4, 0x40, 0x14, 0x85, 0xed, 0xb6, 0xb6, 0x3a, 0xad, 0x3a, 0x0e, 0x22, 0x52, 0x4a, 0xd1, 0x05, 0x45, 0x44, diff --git a/googleapis/ads/googleads/v1/errors/ad_group_feed_error.pb.go b/googleapis/ads/googleads/v1/errors/ad_group_feed_error.pb.go index d245245e94..35bc5c0786 100644 --- a/googleapis/ads/googleads/v1/errors/ad_group_feed_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/ad_group_feed_error.pb.go @@ -72,7 +72,7 @@ func (x AdGroupFeedErrorEnum_AdGroupFeedError) String() string { return proto.EnumName(AdGroupFeedErrorEnum_AdGroupFeedError_name, int32(x)) } func (AdGroupFeedErrorEnum_AdGroupFeedError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_group_feed_error_3bbc71aa1ff87493, []int{0, 0} + return fileDescriptor_ad_group_feed_error_cfd5a46a58afca74, []int{0, 0} } // Container for enum describing possible ad group feed errors. @@ -86,7 +86,7 @@ func (m *AdGroupFeedErrorEnum) Reset() { *m = AdGroupFeedErrorEnum{} } func (m *AdGroupFeedErrorEnum) String() string { return proto.CompactTextString(m) } func (*AdGroupFeedErrorEnum) ProtoMessage() {} func (*AdGroupFeedErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_feed_error_3bbc71aa1ff87493, []int{0} + return fileDescriptor_ad_group_feed_error_cfd5a46a58afca74, []int{0} } func (m *AdGroupFeedErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupFeedErrorEnum.Unmarshal(m, b) @@ -112,10 +112,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/ad_group_feed_error.proto", fileDescriptor_ad_group_feed_error_3bbc71aa1ff87493) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_group_feed_error.proto", fileDescriptor_ad_group_feed_error_cfd5a46a58afca74) } -var fileDescriptor_ad_group_feed_error_3bbc71aa1ff87493 = []byte{ +var fileDescriptor_ad_group_feed_error_cfd5a46a58afca74 = []byte{ // 445 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xc1, 0x6a, 0xd4, 0x40, 0x1c, 0xc6, 0xdd, 0x54, 0x5b, 0x99, 0x1e, 0x0c, 0x41, 0x41, 0xb4, 0xac, 0x90, 0x43, 0x11, 0x91, diff --git a/googleapis/ads/googleads/v1/errors/ad_parameter_error.pb.go b/googleapis/ads/googleads/v1/errors/ad_parameter_error.pb.go index 7cc889d738..7e1e8de069 100644 --- a/googleapis/ads/googleads/v1/errors/ad_parameter_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/ad_parameter_error.pb.go @@ -50,7 +50,7 @@ func (x AdParameterErrorEnum_AdParameterError) String() string { return proto.EnumName(AdParameterErrorEnum_AdParameterError_name, int32(x)) } func (AdParameterErrorEnum_AdParameterError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_parameter_error_6eac8bbc2249092c, []int{0, 0} + return fileDescriptor_ad_parameter_error_4740fd19374c0b5b, []int{0, 0} } // Container for enum describing possible ad parameter errors. @@ -64,7 +64,7 @@ func (m *AdParameterErrorEnum) Reset() { *m = AdParameterErrorEnum{} } func (m *AdParameterErrorEnum) String() string { return proto.CompactTextString(m) } func (*AdParameterErrorEnum) ProtoMessage() {} func (*AdParameterErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_parameter_error_6eac8bbc2249092c, []int{0} + return fileDescriptor_ad_parameter_error_4740fd19374c0b5b, []int{0} } func (m *AdParameterErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdParameterErrorEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/ad_parameter_error.proto", fileDescriptor_ad_parameter_error_6eac8bbc2249092c) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_parameter_error.proto", fileDescriptor_ad_parameter_error_4740fd19374c0b5b) } -var fileDescriptor_ad_parameter_error_6eac8bbc2249092c = []byte{ +var fileDescriptor_ad_parameter_error_4740fd19374c0b5b = []byte{ // 349 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xeb, 0x40, 0x18, 0x85, 0x6f, 0x52, 0xb8, 0x17, 0xa6, 0x8b, 0x1b, 0x82, 0x6e, 0x44, 0x0b, 0x66, 0xe1, 0x72, diff --git a/googleapis/ads/googleads/v1/errors/ad_sharing_error.pb.go b/googleapis/ads/googleads/v1/errors/ad_sharing_error.pb.go index 52b172fe76..90576b7518 100644 --- a/googleapis/ads/googleads/v1/errors/ad_sharing_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/ad_sharing_error.pb.go @@ -55,7 +55,7 @@ func (x AdSharingErrorEnum_AdSharingError) String() string { return proto.EnumName(AdSharingErrorEnum_AdSharingError_name, int32(x)) } func (AdSharingErrorEnum_AdSharingError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_sharing_error_1f9fca48e498f894, []int{0, 0} + return fileDescriptor_ad_sharing_error_ecb9463c83b86137, []int{0, 0} } // Container for enum describing possible ad sharing errors. @@ -69,7 +69,7 @@ func (m *AdSharingErrorEnum) Reset() { *m = AdSharingErrorEnum{} } func (m *AdSharingErrorEnum) String() string { return proto.CompactTextString(m) } func (*AdSharingErrorEnum) ProtoMessage() {} func (*AdSharingErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_sharing_error_1f9fca48e498f894, []int{0} + return fileDescriptor_ad_sharing_error_ecb9463c83b86137, []int{0} } func (m *AdSharingErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdSharingErrorEnum.Unmarshal(m, b) @@ -95,10 +95,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/ad_sharing_error.proto", fileDescriptor_ad_sharing_error_1f9fca48e498f894) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_sharing_error.proto", fileDescriptor_ad_sharing_error_ecb9463c83b86137) } -var fileDescriptor_ad_sharing_error_1f9fca48e498f894 = []byte{ +var fileDescriptor_ad_sharing_error_ecb9463c83b86137 = []byte{ // 360 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdf, 0x4a, 0xe3, 0x40, 0x14, 0x87, 0x37, 0xe9, 0xb2, 0x0b, 0x53, 0xd8, 0x0d, 0xd9, 0x9b, 0x65, 0x29, 0x65, 0xc9, 0x03, diff --git a/googleapis/ads/googleads/v1/errors/adx_error.pb.go b/googleapis/ads/googleads/v1/errors/adx_error.pb.go index eb8ee2c89c..82dc870865 100644 --- a/googleapis/ads/googleads/v1/errors/adx_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/adx_error.pb.go @@ -46,7 +46,7 @@ func (x AdxErrorEnum_AdxError) String() string { return proto.EnumName(AdxErrorEnum_AdxError_name, int32(x)) } func (AdxErrorEnum_AdxError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_adx_error_65d2022b50578328, []int{0, 0} + return fileDescriptor_adx_error_3c0c7a571d9648a3, []int{0, 0} } // Container for enum describing possible adx errors. @@ -60,7 +60,7 @@ func (m *AdxErrorEnum) Reset() { *m = AdxErrorEnum{} } func (m *AdxErrorEnum) String() string { return proto.CompactTextString(m) } func (*AdxErrorEnum) ProtoMessage() {} func (*AdxErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_adx_error_65d2022b50578328, []int{0} + return fileDescriptor_adx_error_3c0c7a571d9648a3, []int{0} } func (m *AdxErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdxErrorEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/adx_error.proto", fileDescriptor_adx_error_65d2022b50578328) + proto.RegisterFile("google/ads/googleads/v1/errors/adx_error.proto", fileDescriptor_adx_error_3c0c7a571d9648a3) } -var fileDescriptor_adx_error_65d2022b50578328 = []byte{ +var fileDescriptor_adx_error_3c0c7a571d9648a3 = []byte{ // 293 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xf3, 0x30, 0x14, 0xc7, 0xbf, 0xf6, 0x03, 0x95, 0x4c, 0xb1, 0xd4, 0x0b, 0x41, 0x64, 0x17, 0x7d, 0x80, 0x84, diff --git a/googleapis/ads/googleads/v1/errors/asset_error.pb.go b/googleapis/ads/googleads/v1/errors/asset_error.pb.go index d5aacefafb..075c440ea8 100644 --- a/googleapis/ads/googleads/v1/errors/asset_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/asset_error.pb.go @@ -36,6 +36,9 @@ const ( AssetErrorEnum_DUPLICATE_ASSET_NAME AssetErrorEnum_AssetError = 4 // The Asset.asset_data oneof is empty. AssetErrorEnum_ASSET_DATA_IS_MISSING AssetErrorEnum_AssetError = 5 + // The asset has a name which is different from an existing duplicate that + // represents the same content. + AssetErrorEnum_CANNOT_MODIFY_ASSET_NAME AssetErrorEnum_AssetError = 6 ) var AssetErrorEnum_AssetError_name = map[int32]string{ @@ -45,6 +48,7 @@ var AssetErrorEnum_AssetError_name = map[int32]string{ 3: "DUPLICATE_ASSET", 4: "DUPLICATE_ASSET_NAME", 5: "ASSET_DATA_IS_MISSING", + 6: "CANNOT_MODIFY_ASSET_NAME", } var AssetErrorEnum_AssetError_value = map[string]int32{ "UNSPECIFIED": 0, @@ -53,13 +57,14 @@ var AssetErrorEnum_AssetError_value = map[string]int32{ "DUPLICATE_ASSET": 3, "DUPLICATE_ASSET_NAME": 4, "ASSET_DATA_IS_MISSING": 5, + "CANNOT_MODIFY_ASSET_NAME": 6, } func (x AssetErrorEnum_AssetError) String() string { return proto.EnumName(AssetErrorEnum_AssetError_name, int32(x)) } func (AssetErrorEnum_AssetError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_asset_error_caa6e7fc75536520, []int{0, 0} + return fileDescriptor_asset_error_d59e2d33636ee424, []int{0, 0} } // Container for enum describing possible asset errors. @@ -73,7 +78,7 @@ func (m *AssetErrorEnum) Reset() { *m = AssetErrorEnum{} } func (m *AssetErrorEnum) String() string { return proto.CompactTextString(m) } func (*AssetErrorEnum) ProtoMessage() {} func (*AssetErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_error_caa6e7fc75536520, []int{0} + return fileDescriptor_asset_error_d59e2d33636ee424, []int{0} } func (m *AssetErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AssetErrorEnum.Unmarshal(m, b) @@ -99,32 +104,33 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/asset_error.proto", fileDescriptor_asset_error_caa6e7fc75536520) + proto.RegisterFile("google/ads/googleads/v1/errors/asset_error.proto", fileDescriptor_asset_error_d59e2d33636ee424) } -var fileDescriptor_asset_error_caa6e7fc75536520 = []byte{ - // 363 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcd, 0x6a, 0xe3, 0x30, - 0x14, 0x85, 0xc7, 0xce, 0xfc, 0x80, 0x02, 0x13, 0xe3, 0x99, 0x81, 0x99, 0x61, 0xc8, 0xc2, 0x9b, - 0x59, 0x14, 0xe4, 0x9a, 0xee, 0xd4, 0x95, 0x12, 0x2b, 0xa9, 0x68, 0x62, 0x9b, 0x48, 0x4e, 0x68, - 0x31, 0x08, 0xb7, 0x36, 0x26, 0x90, 0x58, 0xc1, 0x72, 0xf3, 0x3e, 0xed, 0xb2, 0xeb, 0x3e, 0x45, - 0x1f, 0x25, 0x4f, 0x51, 0x6c, 0x35, 0x09, 0x14, 0xda, 0x95, 0xce, 0xbd, 0xfa, 0xce, 0x95, 0xee, - 0x01, 0xa7, 0x85, 0x94, 0xc5, 0x2a, 0x77, 0xd3, 0x4c, 0xb9, 0x5a, 0x36, 0x6a, 0xeb, 0xb9, 0x79, - 0x55, 0xc9, 0x4a, 0xb9, 0xa9, 0x52, 0x79, 0x2d, 0xda, 0x02, 0x6e, 0x2a, 0x59, 0x4b, 0xbb, 0xaf, - 0x31, 0x98, 0x66, 0x0a, 0x1e, 0x1c, 0x70, 0xeb, 0x41, 0xed, 0xf8, 0xfb, 0x6f, 0x3f, 0x71, 0xb3, - 0x74, 0xd3, 0xb2, 0x94, 0x75, 0x5a, 0x2f, 0x65, 0xa9, 0xb4, 0xdb, 0x79, 0x32, 0xc0, 0x77, 0xdc, - 0xcc, 0x24, 0x0d, 0x4d, 0xca, 0xbb, 0xb5, 0x73, 0x6f, 0x00, 0x70, 0x6c, 0xd9, 0x3d, 0xd0, 0x8d, - 0x03, 0x16, 0x91, 0x21, 0x1d, 0x51, 0xe2, 0x5b, 0x9f, 0xec, 0x2e, 0xf8, 0x16, 0x07, 0x97, 0x41, - 0xb8, 0x08, 0x2c, 0xc3, 0x3e, 0x01, 0xff, 0x87, 0x31, 0xe3, 0xe1, 0x94, 0xcc, 0x44, 0x10, 0x72, - 0xb1, 0xb8, 0xa0, 0x9c, 0x4c, 0x28, 0xe3, 0xc4, 0x17, 0xa3, 0x70, 0x26, 0x30, 0x63, 0x84, 0x0b, - 0x7e, 0x15, 0x11, 0xcb, 0xb4, 0x7f, 0x80, 0x9e, 0x1f, 0x47, 0x13, 0x3a, 0xc4, 0x9c, 0xe8, 0x1b, - 0xab, 0x63, 0xff, 0x06, 0x3f, 0xdf, 0x34, 0x45, 0x80, 0xa7, 0xc4, 0xfa, 0x6c, 0xff, 0x01, 0xbf, - 0x74, 0xed, 0x63, 0x8e, 0x05, 0x65, 0x62, 0x4a, 0x19, 0xa3, 0xc1, 0xd8, 0xfa, 0x32, 0xd8, 0x19, - 0xc0, 0xb9, 0x95, 0x6b, 0xf8, 0xf1, 0xee, 0x83, 0xde, 0x71, 0x8f, 0xa8, 0x59, 0x37, 0x32, 0xae, - 0xfd, 0x57, 0x4b, 0x21, 0x57, 0x69, 0x59, 0x40, 0x59, 0x15, 0x6e, 0x91, 0x97, 0x6d, 0x18, 0xfb, - 0xc0, 0x37, 0x4b, 0xf5, 0x5e, 0xfe, 0xe7, 0xfa, 0x78, 0x30, 0x3b, 0x63, 0x8c, 0x1f, 0xcd, 0xfe, - 0x58, 0x0f, 0xc3, 0x99, 0x82, 0x5a, 0x36, 0x6a, 0xee, 0xc1, 0xf6, 0x49, 0xf5, 0xbc, 0x07, 0x12, - 0x9c, 0xa9, 0xe4, 0x00, 0x24, 0x73, 0x2f, 0xd1, 0xc0, 0xce, 0x74, 0x74, 0x17, 0x21, 0x9c, 0x29, - 0x84, 0x0e, 0x08, 0x42, 0x73, 0x0f, 0x21, 0x0d, 0xdd, 0x7c, 0x6d, 0x7f, 0x77, 0xf6, 0x12, 0x00, - 0x00, 0xff, 0xff, 0xad, 0xf5, 0xf8, 0x32, 0x1c, 0x02, 0x00, 0x00, +var fileDescriptor_asset_error_d59e2d33636ee424 = []byte{ + // 380 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0x8e, 0xd3, 0x30, + 0x10, 0x86, 0x49, 0x16, 0x16, 0xc9, 0x2b, 0xd1, 0xc8, 0x80, 0xb4, 0xa0, 0xd5, 0x1e, 0x72, 0xe1, + 0x80, 0xe4, 0x10, 0x71, 0x33, 0x27, 0x6f, 0xe2, 0x16, 0x8b, 0x8d, 0x13, 0xd5, 0x4e, 0xab, 0xa2, + 0x48, 0x56, 0x20, 0x51, 0x54, 0xa9, 0x8d, 0xab, 0x38, 0xf4, 0x81, 0x38, 0xf2, 0x12, 0xdc, 0x39, + 0xf2, 0x18, 0x7d, 0x0a, 0x94, 0x98, 0xb6, 0x08, 0x09, 0x4e, 0xfe, 0x67, 0xfc, 0xfd, 0x33, 0xf6, + 0x0c, 0x78, 0xd3, 0x68, 0xdd, 0x6c, 0xea, 0xa0, 0xac, 0x4c, 0x60, 0xe5, 0xa0, 0xf6, 0x61, 0x50, + 0x77, 0x9d, 0xee, 0x4c, 0x50, 0x1a, 0x53, 0xf7, 0x6a, 0x0c, 0xd0, 0xae, 0xd3, 0xbd, 0x86, 0xb7, + 0x16, 0x43, 0x65, 0x65, 0xd0, 0xc9, 0x81, 0xf6, 0x21, 0xb2, 0x8e, 0x97, 0x37, 0xc7, 0x8a, 0xbb, + 0x75, 0x50, 0xb6, 0xad, 0xee, 0xcb, 0x7e, 0xad, 0x5b, 0x63, 0xdd, 0xfe, 0x4f, 0x07, 0x3c, 0x21, + 0x43, 0x4d, 0x3a, 0xd0, 0xb4, 0xfd, 0xb2, 0xf5, 0xbf, 0x3b, 0x00, 0x9c, 0x53, 0x70, 0x02, 0xae, + 0x72, 0x2e, 0x32, 0x1a, 0xb1, 0x29, 0xa3, 0xb1, 0xf7, 0x00, 0x5e, 0x81, 0xc7, 0x39, 0xff, 0xc0, + 0xd3, 0x25, 0xf7, 0x1c, 0xf8, 0x1a, 0xbc, 0x8a, 0x72, 0x21, 0xd3, 0x84, 0xce, 0x15, 0x4f, 0xa5, + 0x5a, 0xbe, 0x67, 0x92, 0xde, 0x33, 0x21, 0x69, 0xac, 0xa6, 0xe9, 0x5c, 0x11, 0x21, 0xa8, 0x54, + 0x72, 0x95, 0x51, 0xcf, 0x85, 0x4f, 0xc1, 0x24, 0xce, 0xb3, 0x7b, 0x16, 0x11, 0x49, 0xed, 0x8d, + 0x77, 0x01, 0xaf, 0xc1, 0xb3, 0xbf, 0x92, 0x8a, 0x93, 0x84, 0x7a, 0x0f, 0xe1, 0x0b, 0xf0, 0xdc, + 0xc6, 0x31, 0x91, 0x44, 0x31, 0xa1, 0x12, 0x26, 0x04, 0xe3, 0x33, 0xef, 0x11, 0xbc, 0x01, 0xd7, + 0x11, 0xe1, 0x43, 0xc3, 0x24, 0x8d, 0xd9, 0x74, 0xf5, 0xa7, 0xf1, 0xf2, 0xee, 0xe0, 0x00, 0xff, + 0xb3, 0xde, 0xa2, 0xff, 0x4f, 0xe6, 0x6e, 0x72, 0xfe, 0x65, 0x36, 0x0c, 0x23, 0x73, 0x3e, 0xc6, + 0xbf, 0x2d, 0x8d, 0xde, 0x94, 0x6d, 0x83, 0x74, 0xd7, 0x04, 0x4d, 0xdd, 0x8e, 0xa3, 0x3a, 0xae, + 0x63, 0xb7, 0x36, 0xff, 0xda, 0xce, 0x3b, 0x7b, 0x7c, 0x75, 0x2f, 0x66, 0x84, 0x7c, 0x73, 0x6f, + 0x67, 0xb6, 0x18, 0xa9, 0x0c, 0xb2, 0x72, 0x50, 0x8b, 0x10, 0x8d, 0x2d, 0xcd, 0x8f, 0x23, 0x50, + 0x90, 0xca, 0x14, 0x27, 0xa0, 0x58, 0x84, 0x85, 0x05, 0x0e, 0xae, 0x6f, 0xb3, 0x18, 0x93, 0xca, + 0x60, 0x7c, 0x42, 0x30, 0x5e, 0x84, 0x18, 0x5b, 0xe8, 0xd3, 0xe5, 0xf8, 0xba, 0xb7, 0xbf, 0x02, + 0x00, 0x00, 0xff, 0xff, 0xcc, 0x3d, 0xa0, 0x27, 0x3a, 0x02, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/errors/authentication_error.pb.go b/googleapis/ads/googleads/v1/errors/authentication_error.pb.go index 39308b908c..69269247c9 100644 --- a/googleapis/ads/googleads/v1/errors/authentication_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/authentication_error.pb.go @@ -119,7 +119,7 @@ func (x AuthenticationErrorEnum_AuthenticationError) String() string { return proto.EnumName(AuthenticationErrorEnum_AuthenticationError_name, int32(x)) } func (AuthenticationErrorEnum_AuthenticationError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_authentication_error_2e3c2a7ef97ffe05, []int{0, 0} + return fileDescriptor_authentication_error_2d6a04c4485c2fa4, []int{0, 0} } // Container for enum describing possible authentication errors. @@ -133,7 +133,7 @@ func (m *AuthenticationErrorEnum) Reset() { *m = AuthenticationErrorEnum func (m *AuthenticationErrorEnum) String() string { return proto.CompactTextString(m) } func (*AuthenticationErrorEnum) ProtoMessage() {} func (*AuthenticationErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_authentication_error_2e3c2a7ef97ffe05, []int{0} + return fileDescriptor_authentication_error_2d6a04c4485c2fa4, []int{0} } func (m *AuthenticationErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AuthenticationErrorEnum.Unmarshal(m, b) @@ -159,10 +159,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/authentication_error.proto", fileDescriptor_authentication_error_2e3c2a7ef97ffe05) + proto.RegisterFile("google/ads/googleads/v1/errors/authentication_error.proto", fileDescriptor_authentication_error_2d6a04c4485c2fa4) } -var fileDescriptor_authentication_error_2e3c2a7ef97ffe05 = []byte{ +var fileDescriptor_authentication_error_2d6a04c4485c2fa4 = []byte{ // 558 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0xdd, 0x6e, 0xd3, 0x30, 0x14, 0x66, 0x65, 0xfc, 0x79, 0x83, 0x19, 0x77, 0xec, 0x4f, 0x30, 0x41, 0x35, 0x21, 0xb8, 0x20, diff --git a/googleapis/ads/googleads/v1/errors/authorization_error.pb.go b/googleapis/ads/googleads/v1/errors/authorization_error.pb.go index 768a930ece..71ed08157f 100644 --- a/googleapis/ads/googleads/v1/errors/authorization_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/authorization_error.pb.go @@ -27,7 +27,11 @@ const ( AuthorizationErrorEnum_UNSPECIFIED AuthorizationErrorEnum_AuthorizationError = 0 // The received error code is not known in this version. AuthorizationErrorEnum_UNKNOWN AuthorizationErrorEnum_AuthorizationError = 1 - // User doesn't have permission to access customer. + // User doesn't have permission to access customer. Note: If you're + // accessing a client customer, the manager's customer id must be set in the + // 'login-customer-id' header. See + // https://developers.google.com/google-ads/api/docs/concepts/ + // call-structure#login-customer-id AuthorizationErrorEnum_USER_PERMISSION_DENIED AuthorizationErrorEnum_AuthorizationError = 2 // The developer token is not whitelisted. AuthorizationErrorEnum_DEVELOPER_TOKEN_NOT_WHITELISTED AuthorizationErrorEnum_AuthorizationError = 3 @@ -86,7 +90,7 @@ func (x AuthorizationErrorEnum_AuthorizationError) String() string { return proto.EnumName(AuthorizationErrorEnum_AuthorizationError_name, int32(x)) } func (AuthorizationErrorEnum_AuthorizationError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_authorization_error_b90c41b1b65e63c0, []int{0, 0} + return fileDescriptor_authorization_error_456d20243b5f6327, []int{0, 0} } // Container for enum describing possible authorization errors. @@ -100,7 +104,7 @@ func (m *AuthorizationErrorEnum) Reset() { *m = AuthorizationErrorEnum{} func (m *AuthorizationErrorEnum) String() string { return proto.CompactTextString(m) } func (*AuthorizationErrorEnum) ProtoMessage() {} func (*AuthorizationErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_authorization_error_b90c41b1b65e63c0, []int{0} + return fileDescriptor_authorization_error_456d20243b5f6327, []int{0} } func (m *AuthorizationErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AuthorizationErrorEnum.Unmarshal(m, b) @@ -126,10 +130,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/authorization_error.proto", fileDescriptor_authorization_error_b90c41b1b65e63c0) + proto.RegisterFile("google/ads/googleads/v1/errors/authorization_error.proto", fileDescriptor_authorization_error_456d20243b5f6327) } -var fileDescriptor_authorization_error_b90c41b1b65e63c0 = []byte{ +var fileDescriptor_authorization_error_456d20243b5f6327 = []byte{ // 462 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xc1, 0x6e, 0xd3, 0x30, 0x18, 0xc7, 0x69, 0x06, 0x1b, 0x78, 0x07, 0x82, 0x19, 0xdb, 0x54, 0x4d, 0x05, 0x95, 0x7b, 0xa2, diff --git a/googleapis/ads/googleads/v1/errors/bidding_error.pb.go b/googleapis/ads/googleads/v1/errors/bidding_error.pb.go index cfe0568b24..947053da8e 100644 --- a/googleapis/ads/googleads/v1/errors/bidding_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/bidding_error.pb.go @@ -72,9 +72,9 @@ const ( BiddingErrorEnum_BID_TOO_MANY_FRACTIONAL_DIGITS BiddingErrorEnum_BiddingError = 32 // Invalid domain name specified. BiddingErrorEnum_INVALID_DOMAIN_NAME BiddingErrorEnum_BiddingError = 33 - // The field is not compatible with payment mode. + // The field is not compatible with the payment mode. BiddingErrorEnum_NOT_COMPATIBLE_WITH_PAYMENT_MODE BiddingErrorEnum_BiddingError = 34 - // Bidding strategy is incompatible with the budget type. + // The field is not compatible with the budget type. BiddingErrorEnum_NOT_COMPATIBLE_WITH_BUDGET_TYPE BiddingErrorEnum_BiddingError = 35 ) @@ -135,7 +135,7 @@ func (x BiddingErrorEnum_BiddingError) String() string { return proto.EnumName(BiddingErrorEnum_BiddingError_name, int32(x)) } func (BiddingErrorEnum_BiddingError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bidding_error_08acbff1110895fb, []int{0, 0} + return fileDescriptor_bidding_error_0777b280f66560dd, []int{0, 0} } // Container for enum describing possible bidding errors. @@ -149,7 +149,7 @@ func (m *BiddingErrorEnum) Reset() { *m = BiddingErrorEnum{} } func (m *BiddingErrorEnum) String() string { return proto.CompactTextString(m) } func (*BiddingErrorEnum) ProtoMessage() {} func (*BiddingErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_error_08acbff1110895fb, []int{0} + return fileDescriptor_bidding_error_0777b280f66560dd, []int{0} } func (m *BiddingErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BiddingErrorEnum.Unmarshal(m, b) @@ -175,10 +175,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/bidding_error.proto", fileDescriptor_bidding_error_08acbff1110895fb) + proto.RegisterFile("google/ads/googleads/v1/errors/bidding_error.proto", fileDescriptor_bidding_error_0777b280f66560dd) } -var fileDescriptor_bidding_error_08acbff1110895fb = []byte{ +var fileDescriptor_bidding_error_0777b280f66560dd = []byte{ // 729 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0xed, 0x8e, 0xe3, 0x34, 0x14, 0x65, 0x8a, 0xc4, 0x20, 0x2f, 0x1f, 0x1e, 0x2f, 0xb0, 0x30, 0xec, 0x76, 0x77, 0xbb, 0x48, diff --git a/googleapis/ads/googleads/v1/errors/bidding_strategy_error.pb.go b/googleapis/ads/googleads/v1/errors/bidding_strategy_error.pb.go index 29401531db..69cc1296c2 100644 --- a/googleapis/ads/googleads/v1/errors/bidding_strategy_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/bidding_strategy_error.pb.go @@ -36,6 +36,9 @@ const ( BiddingStrategyErrorEnum_CANNOT_REMOVE_ASSOCIATED_STRATEGY BiddingStrategyErrorEnum_BiddingStrategyError = 4 // The specified bidding strategy is not supported. BiddingStrategyErrorEnum_BIDDING_STRATEGY_NOT_SUPPORTED BiddingStrategyErrorEnum_BiddingStrategyError = 5 + // The bidding strategy is incompatible with the campaign's bidding + // strategy goal type. + BiddingStrategyErrorEnum_INCOMPATIBLE_BIDDING_STRATEGY_AND_BIDDING_STRATEGY_GOAL_TYPE BiddingStrategyErrorEnum_BiddingStrategyError = 6 ) var BiddingStrategyErrorEnum_BiddingStrategyError_name = map[int32]string{ @@ -45,6 +48,7 @@ var BiddingStrategyErrorEnum_BiddingStrategyError_name = map[int32]string{ 3: "CANNOT_CHANGE_BIDDING_STRATEGY_TYPE", 4: "CANNOT_REMOVE_ASSOCIATED_STRATEGY", 5: "BIDDING_STRATEGY_NOT_SUPPORTED", + 6: "INCOMPATIBLE_BIDDING_STRATEGY_AND_BIDDING_STRATEGY_GOAL_TYPE", } var BiddingStrategyErrorEnum_BiddingStrategyError_value = map[string]int32{ "UNSPECIFIED": 0, @@ -53,13 +57,14 @@ var BiddingStrategyErrorEnum_BiddingStrategyError_value = map[string]int32{ "CANNOT_CHANGE_BIDDING_STRATEGY_TYPE": 3, "CANNOT_REMOVE_ASSOCIATED_STRATEGY": 4, "BIDDING_STRATEGY_NOT_SUPPORTED": 5, + "INCOMPATIBLE_BIDDING_STRATEGY_AND_BIDDING_STRATEGY_GOAL_TYPE": 6, } func (x BiddingStrategyErrorEnum_BiddingStrategyError) String() string { return proto.EnumName(BiddingStrategyErrorEnum_BiddingStrategyError_name, int32(x)) } func (BiddingStrategyErrorEnum_BiddingStrategyError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_error_cf2f22f472512680, []int{0, 0} + return fileDescriptor_bidding_strategy_error_3abccb3fafd9c38d, []int{0, 0} } // Container for enum describing possible bidding strategy errors. @@ -73,7 +78,7 @@ func (m *BiddingStrategyErrorEnum) Reset() { *m = BiddingStrategyErrorEn func (m *BiddingStrategyErrorEnum) String() string { return proto.CompactTextString(m) } func (*BiddingStrategyErrorEnum) ProtoMessage() {} func (*BiddingStrategyErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_error_cf2f22f472512680, []int{0} + return fileDescriptor_bidding_strategy_error_3abccb3fafd9c38d, []int{0} } func (m *BiddingStrategyErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BiddingStrategyErrorEnum.Unmarshal(m, b) @@ -99,33 +104,35 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/bidding_strategy_error.proto", fileDescriptor_bidding_strategy_error_cf2f22f472512680) + proto.RegisterFile("google/ads/googleads/v1/errors/bidding_strategy_error.proto", fileDescriptor_bidding_strategy_error_3abccb3fafd9c38d) } -var fileDescriptor_bidding_strategy_error_cf2f22f472512680 = []byte{ - // 384 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xdd, 0xca, 0x94, 0x40, - 0x18, 0xc7, 0xd3, 0xb7, 0x0f, 0x98, 0x85, 0x92, 0xa1, 0x83, 0x8a, 0x58, 0xc8, 0x88, 0xce, 0x46, - 0xa4, 0xb3, 0xd9, 0xa3, 0x51, 0x27, 0x93, 0xda, 0x51, 0xd6, 0x8f, 0xd8, 0x10, 0x06, 0x37, 0x65, - 0x10, 0x76, 0x9d, 0xc5, 0xb1, 0x85, 0x6e, 0xa7, 0xc3, 0xae, 0xa1, 0x2b, 0xe8, 0x0e, 0xba, 0x85, - 0x8e, 0xbb, 0x80, 0xd0, 0xd9, 0xf5, 0xa4, 0xed, 0x3d, 0xf2, 0xcf, 0xf8, 0xfb, 0xfd, 0x75, 0x9e, - 0x07, 0xac, 0x84, 0x94, 0x62, 0xdf, 0x38, 0x55, 0xad, 0x1c, 0x1d, 0xc7, 0x74, 0x72, 0x9d, 0xa6, - 0xef, 0x65, 0xaf, 0x9c, 0x5d, 0x5b, 0xd7, 0x6d, 0x27, 0xb8, 0x1a, 0xfa, 0x6a, 0x68, 0xc4, 0x57, - 0x3e, 0x9d, 0xa3, 0x63, 0x2f, 0x07, 0x09, 0x97, 0xda, 0x40, 0x55, 0xad, 0xd0, 0x2c, 0xa3, 0x93, - 0x8b, 0xb4, 0xfc, 0xec, 0xf9, 0xa5, 0xfc, 0xd8, 0x3a, 0x55, 0xd7, 0xc9, 0xa1, 0x1a, 0x5a, 0xd9, - 0x29, 0x6d, 0xdb, 0xbf, 0x0c, 0xf0, 0xc4, 0xd3, 0xf5, 0xe9, 0xb9, 0x9d, 0x8e, 0x1e, 0xed, 0xbe, - 0x1c, 0xec, 0x1f, 0x06, 0x78, 0x7c, 0xed, 0x25, 0x7c, 0x04, 0x16, 0x39, 0x4b, 0x13, 0xea, 0x47, - 0x6f, 0x23, 0x1a, 0x58, 0x77, 0xe0, 0x02, 0x3c, 0xc8, 0xd9, 0x7b, 0x16, 0x7f, 0x64, 0x96, 0x01, - 0x21, 0x78, 0x18, 0xe4, 0xc9, 0x87, 0xc8, 0x27, 0x19, 0xe5, 0x8c, 0xac, 0xa9, 0x65, 0xc2, 0xd7, - 0xe0, 0xa5, 0x4f, 0x18, 0x8b, 0x33, 0xee, 0xbf, 0x23, 0x2c, 0xa4, 0xdc, 0x8b, 0x82, 0x20, 0x62, - 0x21, 0x4f, 0xb3, 0x0d, 0xc9, 0x68, 0xb8, 0xe5, 0xd9, 0x36, 0xa1, 0xd6, 0x0d, 0x7c, 0x05, 0x5e, - 0x9c, 0xc1, 0x0d, 0x5d, 0xc7, 0x05, 0xe5, 0x24, 0x4d, 0x63, 0x3f, 0x22, 0x19, 0x0d, 0x66, 0xd6, - 0xba, 0x0b, 0x6d, 0xb0, 0xfc, 0xa7, 0x61, 0x94, 0xd2, 0x3c, 0x49, 0xe2, 0x4d, 0x46, 0x03, 0xeb, - 0x9e, 0xf7, 0xc7, 0x00, 0xf6, 0x67, 0x79, 0x40, 0xb7, 0x0f, 0xc8, 0x7b, 0x7a, 0xed, 0x8a, 0xc9, - 0x38, 0x9d, 0xc4, 0xf8, 0x14, 0x9c, 0x65, 0x21, 0xf7, 0x55, 0x27, 0x90, 0xec, 0x85, 0x23, 0x9a, - 0x6e, 0x9a, 0xdd, 0x65, 0x55, 0xc7, 0x56, 0xfd, 0x6f, 0x73, 0x2b, 0xfd, 0xf8, 0x66, 0xde, 0x84, - 0x84, 0x7c, 0x37, 0x97, 0xa1, 0x2e, 0x23, 0xb5, 0x42, 0x3a, 0x8e, 0xa9, 0x70, 0xd1, 0xf4, 0x49, - 0xf5, 0xf3, 0x02, 0x94, 0xa4, 0x56, 0xe5, 0x0c, 0x94, 0x85, 0x5b, 0x6a, 0xe0, 0xb7, 0x69, 0xeb, - 0x53, 0x8c, 0x49, 0xad, 0x30, 0x9e, 0x11, 0x8c, 0x0b, 0x17, 0x63, 0x0d, 0xed, 0xee, 0x4f, 0x7f, - 0xf7, 0xe6, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x76, 0x7e, 0xea, 0xd5, 0x56, 0x02, 0x00, 0x00, +var fileDescriptor_bidding_strategy_error_3abccb3fafd9c38d = []byte{ + // 408 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x41, 0x8b, 0xd4, 0x30, + 0x1c, 0xc5, 0x9d, 0xae, 0xae, 0x90, 0x05, 0x2d, 0xc1, 0x83, 0x8a, 0x0c, 0x58, 0x11, 0x6f, 0x29, + 0xc5, 0x5b, 0xd6, 0x83, 0x69, 0x13, 0x6b, 0x70, 0x26, 0x0d, 0xd3, 0xcc, 0xc8, 0xca, 0x40, 0xe8, + 0xda, 0x21, 0x14, 0x76, 0x9b, 0xa1, 0xa9, 0x0b, 0x7e, 0x16, 0x6f, 0x1e, 0xfd, 0x28, 0x7e, 0x14, + 0xcf, 0x9e, 0x45, 0x3a, 0x99, 0xe9, 0x65, 0x47, 0x4f, 0x7d, 0xfc, 0xfb, 0x7e, 0x2f, 0x7f, 0xde, + 0x1f, 0x9c, 0x1b, 0x6b, 0xcd, 0xd5, 0x26, 0xae, 0x6a, 0x17, 0x7b, 0x39, 0xa8, 0x9b, 0x24, 0xde, + 0x74, 0x9d, 0xed, 0x5c, 0x7c, 0xd9, 0xd4, 0x75, 0xd3, 0x1a, 0xed, 0xfa, 0xae, 0xea, 0x37, 0xe6, + 0xab, 0xde, 0xcd, 0xd1, 0xb6, 0xb3, 0xbd, 0x85, 0x53, 0x4f, 0xa0, 0xaa, 0x76, 0x68, 0x84, 0xd1, + 0x4d, 0x82, 0x3c, 0xfc, 0xf4, 0xd9, 0x21, 0x7c, 0xdb, 0xc4, 0x55, 0xdb, 0xda, 0xbe, 0xea, 0x1b, + 0xdb, 0x3a, 0x4f, 0x47, 0xdf, 0x02, 0xf0, 0x38, 0xf5, 0xf1, 0xe5, 0x3e, 0x9d, 0x0d, 0x1c, 0x6b, + 0xbf, 0x5c, 0x47, 0x7f, 0x26, 0xe0, 0xd1, 0xb1, 0x9f, 0xf0, 0x21, 0x38, 0x5b, 0x8a, 0x52, 0xb2, + 0x8c, 0xbf, 0xe3, 0x8c, 0x86, 0x77, 0xe0, 0x19, 0xb8, 0xbf, 0x14, 0x1f, 0x44, 0xf1, 0x51, 0x84, + 0x13, 0x08, 0xc1, 0x03, 0xba, 0x94, 0x33, 0x9e, 0x11, 0xc5, 0xb4, 0x20, 0x73, 0x16, 0x06, 0xf0, + 0x15, 0x78, 0x91, 0x11, 0x21, 0x0a, 0xa5, 0xb3, 0xf7, 0x44, 0xe4, 0x4c, 0xa7, 0x9c, 0x52, 0x2e, + 0x72, 0x5d, 0xaa, 0x05, 0x51, 0x2c, 0xbf, 0xd0, 0xea, 0x42, 0xb2, 0xf0, 0x04, 0xbe, 0x04, 0xcf, + 0xf7, 0xc6, 0x05, 0x9b, 0x17, 0x2b, 0xa6, 0x49, 0x59, 0x16, 0x19, 0x27, 0x8a, 0xd1, 0xd1, 0x1b, + 0xde, 0x85, 0x11, 0x98, 0xde, 0x4a, 0x18, 0xa0, 0x72, 0x29, 0x65, 0xb1, 0x50, 0x8c, 0x86, 0xf7, + 0xe0, 0x5b, 0xf0, 0x86, 0x8b, 0xac, 0x98, 0x4b, 0xa2, 0x78, 0x3a, 0x3b, 0xf2, 0x24, 0x11, 0xf4, + 0xf6, 0x30, 0x2f, 0xc8, 0xcc, 0x2f, 0x73, 0x9a, 0xfe, 0x9e, 0x80, 0xe8, 0xb3, 0xbd, 0x46, 0xff, + 0xaf, 0x38, 0x7d, 0x72, 0xac, 0x24, 0x39, 0xf4, 0x2b, 0x27, 0x9f, 0xe8, 0x1e, 0x36, 0xf6, 0xaa, + 0x6a, 0x0d, 0xb2, 0x9d, 0x89, 0xcd, 0xa6, 0xdd, 0xb5, 0x7f, 0x38, 0xf6, 0xb6, 0x71, 0xff, 0xba, + 0xfd, 0xb9, 0xff, 0x7c, 0x0f, 0x4e, 0x72, 0x42, 0x7e, 0x04, 0xd3, 0xdc, 0x87, 0x91, 0xda, 0x21, + 0x2f, 0x07, 0xb5, 0x4a, 0xd0, 0xee, 0x49, 0xf7, 0xf3, 0x60, 0x58, 0x93, 0xda, 0xad, 0x47, 0xc3, + 0x7a, 0x95, 0xac, 0xbd, 0xe1, 0x57, 0x10, 0xf9, 0x29, 0xc6, 0xa4, 0x76, 0x18, 0x8f, 0x16, 0x8c, + 0x57, 0x09, 0xc6, 0xde, 0x74, 0x79, 0xba, 0xdb, 0xee, 0xf5, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, + 0x22, 0xb7, 0x07, 0xda, 0x98, 0x02, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/errors/billing_setup_error.pb.go b/googleapis/ads/googleads/v1/errors/billing_setup_error.pb.go index e504f2d7cd..4b3eb50f84 100644 --- a/googleapis/ads/googleads/v1/errors/billing_setup_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/billing_setup_error.pb.go @@ -114,7 +114,7 @@ func (x BillingSetupErrorEnum_BillingSetupError) String() string { return proto.EnumName(BillingSetupErrorEnum_BillingSetupError_name, int32(x)) } func (BillingSetupErrorEnum_BillingSetupError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_error_699817d84b40ca84, []int{0, 0} + return fileDescriptor_billing_setup_error_67fc3dcc859d5bc8, []int{0, 0} } // Container for enum describing possible billing setup errors. @@ -128,7 +128,7 @@ func (m *BillingSetupErrorEnum) Reset() { *m = BillingSetupErrorEnum{} } func (m *BillingSetupErrorEnum) String() string { return proto.CompactTextString(m) } func (*BillingSetupErrorEnum) ProtoMessage() {} func (*BillingSetupErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_error_699817d84b40ca84, []int{0} + return fileDescriptor_billing_setup_error_67fc3dcc859d5bc8, []int{0} } func (m *BillingSetupErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BillingSetupErrorEnum.Unmarshal(m, b) @@ -154,10 +154,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/billing_setup_error.proto", fileDescriptor_billing_setup_error_699817d84b40ca84) + proto.RegisterFile("google/ads/googleads/v1/errors/billing_setup_error.proto", fileDescriptor_billing_setup_error_67fc3dcc859d5bc8) } -var fileDescriptor_billing_setup_error_699817d84b40ca84 = []byte{ +var fileDescriptor_billing_setup_error_67fc3dcc859d5bc8 = []byte{ // 568 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xcf, 0x6f, 0xd3, 0x30, 0x14, 0xc7, 0x59, 0x37, 0x36, 0xf0, 0x80, 0x19, 0x8b, 0x1f, 0x63, 0x3f, 0x45, 0x77, 0xe0, 0x96, diff --git a/googleapis/ads/googleads/v1/errors/campaign_budget_error.pb.go b/googleapis/ads/googleads/v1/errors/campaign_budget_error.pb.go index fed7dd843f..b07b2bf93c 100644 --- a/googleapis/ads/googleads/v1/errors/campaign_budget_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/campaign_budget_error.pb.go @@ -107,7 +107,7 @@ func (x CampaignBudgetErrorEnum_CampaignBudgetError) String() string { return proto.EnumName(CampaignBudgetErrorEnum_CampaignBudgetError_name, int32(x)) } func (CampaignBudgetErrorEnum_CampaignBudgetError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_budget_error_d7efb106312c0f02, []int{0, 0} + return fileDescriptor_campaign_budget_error_18e5e7124b214724, []int{0, 0} } // Container for enum describing possible campaign budget errors. @@ -121,7 +121,7 @@ func (m *CampaignBudgetErrorEnum) Reset() { *m = CampaignBudgetErrorEnum func (m *CampaignBudgetErrorEnum) String() string { return proto.CompactTextString(m) } func (*CampaignBudgetErrorEnum) ProtoMessage() {} func (*CampaignBudgetErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_budget_error_d7efb106312c0f02, []int{0} + return fileDescriptor_campaign_budget_error_18e5e7124b214724, []int{0} } func (m *CampaignBudgetErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignBudgetErrorEnum.Unmarshal(m, b) @@ -147,10 +147,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/campaign_budget_error.proto", fileDescriptor_campaign_budget_error_d7efb106312c0f02) + proto.RegisterFile("google/ads/googleads/v1/errors/campaign_budget_error.proto", fileDescriptor_campaign_budget_error_18e5e7124b214724) } -var fileDescriptor_campaign_budget_error_d7efb106312c0f02 = []byte{ +var fileDescriptor_campaign_budget_error_18e5e7124b214724 = []byte{ // 582 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xdf, 0x6a, 0xd4, 0x4c, 0x18, 0xc6, 0xbf, 0x6e, 0xbf, 0xb6, 0x3a, 0xd5, 0x76, 0x1c, 0xd1, 0x6a, 0x95, 0x22, 0x4b, 0x05, diff --git a/googleapis/ads/googleads/v1/errors/campaign_criterion_error.pb.go b/googleapis/ads/googleads/v1/errors/campaign_criterion_error.pb.go index 460b74ad05..f9cca639f1 100644 --- a/googleapis/ads/googleads/v1/errors/campaign_criterion_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/campaign_criterion_error.pb.go @@ -90,7 +90,7 @@ func (x CampaignCriterionErrorEnum_CampaignCriterionError) String() string { return proto.EnumName(CampaignCriterionErrorEnum_CampaignCriterionError_name, int32(x)) } func (CampaignCriterionErrorEnum_CampaignCriterionError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_criterion_error_aaa76d3e398fa92d, []int{0, 0} + return fileDescriptor_campaign_criterion_error_d8b84e8d646e37a2, []int{0, 0} } // Container for enum describing possible campaign criterion errors. @@ -104,7 +104,7 @@ func (m *CampaignCriterionErrorEnum) Reset() { *m = CampaignCriterionErr func (m *CampaignCriterionErrorEnum) String() string { return proto.CompactTextString(m) } func (*CampaignCriterionErrorEnum) ProtoMessage() {} func (*CampaignCriterionErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_criterion_error_aaa76d3e398fa92d, []int{0} + return fileDescriptor_campaign_criterion_error_d8b84e8d646e37a2, []int{0} } func (m *CampaignCriterionErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignCriterionErrorEnum.Unmarshal(m, b) @@ -130,10 +130,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/campaign_criterion_error.proto", fileDescriptor_campaign_criterion_error_aaa76d3e398fa92d) + proto.RegisterFile("google/ads/googleads/v1/errors/campaign_criterion_error.proto", fileDescriptor_campaign_criterion_error_d8b84e8d646e37a2) } -var fileDescriptor_campaign_criterion_error_aaa76d3e398fa92d = []byte{ +var fileDescriptor_campaign_criterion_error_d8b84e8d646e37a2 = []byte{ // 526 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xd1, 0x6a, 0xd4, 0x40, 0x14, 0x86, 0xed, 0xae, 0xb6, 0x3a, 0x15, 0x0c, 0x23, 0x56, 0x5a, 0x6b, 0x29, 0xab, 0x50, 0x44, diff --git a/googleapis/ads/googleads/v1/errors/campaign_error.pb.go b/googleapis/ads/googleads/v1/errors/campaign_error.pb.go index d1b6dac211..074179ffe9 100644 --- a/googleapis/ads/googleads/v1/errors/campaign_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/campaign_error.pb.go @@ -202,7 +202,7 @@ func (x CampaignErrorEnum_CampaignError) String() string { return proto.EnumName(CampaignErrorEnum_CampaignError_name, int32(x)) } func (CampaignErrorEnum_CampaignError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_error_53b07d4e54f23126, []int{0, 0} + return fileDescriptor_campaign_error_1caad62f8629dd50, []int{0, 0} } // Container for enum describing possible campaign errors. @@ -216,7 +216,7 @@ func (m *CampaignErrorEnum) Reset() { *m = CampaignErrorEnum{} } func (m *CampaignErrorEnum) String() string { return proto.CompactTextString(m) } func (*CampaignErrorEnum) ProtoMessage() {} func (*CampaignErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_error_53b07d4e54f23126, []int{0} + return fileDescriptor_campaign_error_1caad62f8629dd50, []int{0} } func (m *CampaignErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignErrorEnum.Unmarshal(m, b) @@ -242,10 +242,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/campaign_error.proto", fileDescriptor_campaign_error_53b07d4e54f23126) + proto.RegisterFile("google/ads/googleads/v1/errors/campaign_error.proto", fileDescriptor_campaign_error_1caad62f8629dd50) } -var fileDescriptor_campaign_error_53b07d4e54f23126 = []byte{ +var fileDescriptor_campaign_error_1caad62f8629dd50 = []byte{ // 990 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x55, 0xff, 0x6e, 0x1b, 0x45, 0x10, 0x26, 0x29, 0xb4, 0xb0, 0x49, 0xe8, 0x66, 0x69, 0x69, 0xda, 0x84, 0x34, 0x31, 0x69, 0x49, diff --git a/googleapis/ads/googleads/v1/errors/campaign_feed_error.pb.go b/googleapis/ads/googleads/v1/errors/campaign_feed_error.pb.go index fae00b6d21..75cf34e8fe 100644 --- a/googleapis/ads/googleads/v1/errors/campaign_feed_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/campaign_feed_error.pb.go @@ -67,7 +67,7 @@ func (x CampaignFeedErrorEnum_CampaignFeedError) String() string { return proto.EnumName(CampaignFeedErrorEnum_CampaignFeedError_name, int32(x)) } func (CampaignFeedErrorEnum_CampaignFeedError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_feed_error_584a38fe753a72d9, []int{0, 0} + return fileDescriptor_campaign_feed_error_0aa2b696cc3972eb, []int{0, 0} } // Container for enum describing possible campaign feed errors. @@ -81,7 +81,7 @@ func (m *CampaignFeedErrorEnum) Reset() { *m = CampaignFeedErrorEnum{} } func (m *CampaignFeedErrorEnum) String() string { return proto.CompactTextString(m) } func (*CampaignFeedErrorEnum) ProtoMessage() {} func (*CampaignFeedErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_feed_error_584a38fe753a72d9, []int{0} + return fileDescriptor_campaign_feed_error_0aa2b696cc3972eb, []int{0} } func (m *CampaignFeedErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignFeedErrorEnum.Unmarshal(m, b) @@ -107,10 +107,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/campaign_feed_error.proto", fileDescriptor_campaign_feed_error_584a38fe753a72d9) + proto.RegisterFile("google/ads/googleads/v1/errors/campaign_feed_error.proto", fileDescriptor_campaign_feed_error_0aa2b696cc3972eb) } -var fileDescriptor_campaign_feed_error_584a38fe753a72d9 = []byte{ +var fileDescriptor_campaign_feed_error_0aa2b696cc3972eb = []byte{ // 423 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x41, 0x8e, 0xd3, 0x30, 0x14, 0x86, 0x69, 0x80, 0x19, 0xe4, 0x59, 0x50, 0x2c, 0x81, 0x10, 0x1a, 0x75, 0x11, 0x16, 0xb0, diff --git a/googleapis/ads/googleads/v1/errors/campaign_shared_set_error.pb.go b/googleapis/ads/googleads/v1/errors/campaign_shared_set_error.pb.go index e44d40d77b..4cb3f7b34d 100644 --- a/googleapis/ads/googleads/v1/errors/campaign_shared_set_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/campaign_shared_set_error.pb.go @@ -46,7 +46,7 @@ func (x CampaignSharedSetErrorEnum_CampaignSharedSetError) String() string { return proto.EnumName(CampaignSharedSetErrorEnum_CampaignSharedSetError_name, int32(x)) } func (CampaignSharedSetErrorEnum_CampaignSharedSetError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_error_69f55c91e621defe, []int{0, 0} + return fileDescriptor_campaign_shared_set_error_cec87191eef93255, []int{0, 0} } // Container for enum describing possible campaign shared set errors. @@ -60,7 +60,7 @@ func (m *CampaignSharedSetErrorEnum) Reset() { *m = CampaignSharedSetErr func (m *CampaignSharedSetErrorEnum) String() string { return proto.CompactTextString(m) } func (*CampaignSharedSetErrorEnum) ProtoMessage() {} func (*CampaignSharedSetErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_error_69f55c91e621defe, []int{0} + return fileDescriptor_campaign_shared_set_error_cec87191eef93255, []int{0} } func (m *CampaignSharedSetErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignSharedSetErrorEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/campaign_shared_set_error.proto", fileDescriptor_campaign_shared_set_error_69f55c91e621defe) + proto.RegisterFile("google/ads/googleads/v1/errors/campaign_shared_set_error.proto", fileDescriptor_campaign_shared_set_error_cec87191eef93255) } -var fileDescriptor_campaign_shared_set_error_69f55c91e621defe = []byte{ +var fileDescriptor_campaign_shared_set_error_cec87191eef93255 = []byte{ // 315 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xf3, 0x30, 0x14, 0xc7, 0xbf, 0xf5, 0x03, 0x85, 0xec, 0xc2, 0xd1, 0x0b, 0x91, 0x39, 0x76, 0xd1, 0x07, 0x48, diff --git a/googleapis/ads/googleads/v1/errors/change_status_error.pb.go b/googleapis/ads/googleads/v1/errors/change_status_error.pb.go index 15c0313adc..e2b1b0a8ea 100644 --- a/googleapis/ads/googleads/v1/errors/change_status_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/change_status_error.pb.go @@ -46,7 +46,7 @@ func (x ChangeStatusErrorEnum_ChangeStatusError) String() string { return proto.EnumName(ChangeStatusErrorEnum_ChangeStatusError_name, int32(x)) } func (ChangeStatusErrorEnum_ChangeStatusError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_change_status_error_3341a9af50818018, []int{0, 0} + return fileDescriptor_change_status_error_dcadad2fbec236b5, []int{0, 0} } // Container for enum describing possible change status errors. @@ -60,7 +60,7 @@ func (m *ChangeStatusErrorEnum) Reset() { *m = ChangeStatusErrorEnum{} } func (m *ChangeStatusErrorEnum) String() string { return proto.CompactTextString(m) } func (*ChangeStatusErrorEnum) ProtoMessage() {} func (*ChangeStatusErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_change_status_error_3341a9af50818018, []int{0} + return fileDescriptor_change_status_error_dcadad2fbec236b5, []int{0} } func (m *ChangeStatusErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChangeStatusErrorEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/change_status_error.proto", fileDescriptor_change_status_error_3341a9af50818018) + proto.RegisterFile("google/ads/googleads/v1/errors/change_status_error.proto", fileDescriptor_change_status_error_dcadad2fbec236b5) } -var fileDescriptor_change_status_error_3341a9af50818018 = []byte{ +var fileDescriptor_change_status_error_dcadad2fbec236b5 = []byte{ // 306 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x6a, 0xb3, 0x40, 0x14, 0x85, 0x7f, 0x0d, 0xfc, 0x85, 0xc9, 0xa2, 0x56, 0x68, 0x16, 0xa5, 0x64, 0xe1, 0x03, 0xcc, diff --git a/googleapis/ads/googleads/v1/errors/collection_size_error.pb.go b/googleapis/ads/googleads/v1/errors/collection_size_error.pb.go index 8f7b94abe0..87529b14e4 100644 --- a/googleapis/ads/googleads/v1/errors/collection_size_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/collection_size_error.pb.go @@ -50,7 +50,7 @@ func (x CollectionSizeErrorEnum_CollectionSizeError) String() string { return proto.EnumName(CollectionSizeErrorEnum_CollectionSizeError_name, int32(x)) } func (CollectionSizeErrorEnum_CollectionSizeError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_collection_size_error_1cb7fb3347a34d2e, []int{0, 0} + return fileDescriptor_collection_size_error_e5383bdfcaf040c2, []int{0, 0} } // Container for enum describing possible collection size errors. @@ -64,7 +64,7 @@ func (m *CollectionSizeErrorEnum) Reset() { *m = CollectionSizeErrorEnum func (m *CollectionSizeErrorEnum) String() string { return proto.CompactTextString(m) } func (*CollectionSizeErrorEnum) ProtoMessage() {} func (*CollectionSizeErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_collection_size_error_1cb7fb3347a34d2e, []int{0} + return fileDescriptor_collection_size_error_e5383bdfcaf040c2, []int{0} } func (m *CollectionSizeErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CollectionSizeErrorEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/collection_size_error.proto", fileDescriptor_collection_size_error_1cb7fb3347a34d2e) + proto.RegisterFile("google/ads/googleads/v1/errors/collection_size_error.proto", fileDescriptor_collection_size_error_e5383bdfcaf040c2) } -var fileDescriptor_collection_size_error_1cb7fb3347a34d2e = []byte{ +var fileDescriptor_collection_size_error_e5383bdfcaf040c2 = []byte{ // 308 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4a, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x43, 0xfd, 0xd4, 0xa2, diff --git a/googleapis/ads/googleads/v1/errors/context_error.pb.go b/googleapis/ads/googleads/v1/errors/context_error.pb.go index b4877d5995..caabf2db1b 100644 --- a/googleapis/ads/googleads/v1/errors/context_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/context_error.pb.go @@ -50,7 +50,7 @@ func (x ContextErrorEnum_ContextError) String() string { return proto.EnumName(ContextErrorEnum_ContextError_name, int32(x)) } func (ContextErrorEnum_ContextError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_context_error_bd8445167170b376, []int{0, 0} + return fileDescriptor_context_error_889c9ab3b358b3b5, []int{0, 0} } // Container for enum describing possible context errors. @@ -64,7 +64,7 @@ func (m *ContextErrorEnum) Reset() { *m = ContextErrorEnum{} } func (m *ContextErrorEnum) String() string { return proto.CompactTextString(m) } func (*ContextErrorEnum) ProtoMessage() {} func (*ContextErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_context_error_bd8445167170b376, []int{0} + return fileDescriptor_context_error_889c9ab3b358b3b5, []int{0} } func (m *ContextErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ContextErrorEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/context_error.proto", fileDescriptor_context_error_bd8445167170b376) + proto.RegisterFile("google/ads/googleads/v1/errors/context_error.proto", fileDescriptor_context_error_889c9ab3b358b3b5) } -var fileDescriptor_context_error_bd8445167170b376 = []byte{ +var fileDescriptor_context_error_889c9ab3b358b3b5 = []byte{ // 335 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x4a, 0xc3, 0x40, 0x18, 0x85, 0x4d, 0x0a, 0x0a, 0x53, 0xc1, 0x98, 0xa5, 0x48, 0x17, 0x71, 0xe1, 0x46, 0x26, 0x46, diff --git a/googleapis/ads/googleads/v1/errors/conversion_action_error.pb.go b/googleapis/ads/googleads/v1/errors/conversion_action_error.pb.go index b4072d9f89..d35a7fc584 100644 --- a/googleapis/ads/googleads/v1/errors/conversion_action_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/conversion_action_error.pb.go @@ -81,7 +81,7 @@ func (x ConversionActionErrorEnum_ConversionActionError) String() string { return proto.EnumName(ConversionActionErrorEnum_ConversionActionError_name, int32(x)) } func (ConversionActionErrorEnum_ConversionActionError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_error_acfd6444f5660d3b, []int{0, 0} + return fileDescriptor_conversion_action_error_ba5f46d45d84a23e, []int{0, 0} } // Container for enum describing possible conversion action errors. @@ -95,7 +95,7 @@ func (m *ConversionActionErrorEnum) Reset() { *m = ConversionActionError func (m *ConversionActionErrorEnum) String() string { return proto.CompactTextString(m) } func (*ConversionActionErrorEnum) ProtoMessage() {} func (*ConversionActionErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_error_acfd6444f5660d3b, []int{0} + return fileDescriptor_conversion_action_error_ba5f46d45d84a23e, []int{0} } func (m *ConversionActionErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionActionErrorEnum.Unmarshal(m, b) @@ -121,10 +121,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/conversion_action_error.proto", fileDescriptor_conversion_action_error_acfd6444f5660d3b) + proto.RegisterFile("google/ads/googleads/v1/errors/conversion_action_error.proto", fileDescriptor_conversion_action_error_ba5f46d45d84a23e) } -var fileDescriptor_conversion_action_error_acfd6444f5660d3b = []byte{ +var fileDescriptor_conversion_action_error_ba5f46d45d84a23e = []byte{ // 443 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x41, 0x8b, 0xd3, 0x40, 0x14, 0xc7, 0x6d, 0x56, 0x77, 0x75, 0x16, 0x74, 0x18, 0x14, 0xd9, 0x55, 0xf7, 0x50, 0xf0, 0xe0, diff --git a/googleapis/ads/googleads/v1/errors/conversion_adjustment_upload_error.pb.go b/googleapis/ads/googleads/v1/errors/conversion_adjustment_upload_error.pb.go index 3e59b2046e..c6375076fd 100644 --- a/googleapis/ads/googleads/v1/errors/conversion_adjustment_upload_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/conversion_adjustment_upload_error.pb.go @@ -86,7 +86,7 @@ func (x ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError) Str return proto.EnumName(ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError_name, int32(x)) } func (ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_adjustment_upload_error_55a988440b7a072a, []int{0, 0} + return fileDescriptor_conversion_adjustment_upload_error_27a6081dae4d6cab, []int{0, 0} } // Container for enum describing possible conversion adjustment upload errors. @@ -100,7 +100,7 @@ func (m *ConversionAdjustmentUploadErrorEnum) Reset() { *m = ConversionA func (m *ConversionAdjustmentUploadErrorEnum) String() string { return proto.CompactTextString(m) } func (*ConversionAdjustmentUploadErrorEnum) ProtoMessage() {} func (*ConversionAdjustmentUploadErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_adjustment_upload_error_55a988440b7a072a, []int{0} + return fileDescriptor_conversion_adjustment_upload_error_27a6081dae4d6cab, []int{0} } func (m *ConversionAdjustmentUploadErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionAdjustmentUploadErrorEnum.Unmarshal(m, b) @@ -126,10 +126,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/conversion_adjustment_upload_error.proto", fileDescriptor_conversion_adjustment_upload_error_55a988440b7a072a) + proto.RegisterFile("google/ads/googleads/v1/errors/conversion_adjustment_upload_error.proto", fileDescriptor_conversion_adjustment_upload_error_27a6081dae4d6cab) } -var fileDescriptor_conversion_adjustment_upload_error_55a988440b7a072a = []byte{ +var fileDescriptor_conversion_adjustment_upload_error_27a6081dae4d6cab = []byte{ // 478 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xd1, 0x6e, 0xd3, 0x30, 0x14, 0x86, 0x59, 0x0b, 0x1b, 0x78, 0x17, 0x44, 0x16, 0x20, 0x86, 0xb6, 0x02, 0x85, 0xeb, 0x44, diff --git a/googleapis/ads/googleads/v1/errors/conversion_upload_error.pb.go b/googleapis/ads/googleads/v1/errors/conversion_upload_error.pb.go index fa3c26ecbb..c695a627f8 100644 --- a/googleapis/ads/googleads/v1/errors/conversion_upload_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/conversion_upload_error.pb.go @@ -149,7 +149,7 @@ func (x ConversionUploadErrorEnum_ConversionUploadError) String() string { return proto.EnumName(ConversionUploadErrorEnum_ConversionUploadError_name, int32(x)) } func (ConversionUploadErrorEnum_ConversionUploadError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conversion_upload_error_611ab7d61188daf1, []int{0, 0} + return fileDescriptor_conversion_upload_error_c36471db71103be7, []int{0, 0} } // Container for enum describing possible conversion upload errors. @@ -163,7 +163,7 @@ func (m *ConversionUploadErrorEnum) Reset() { *m = ConversionUploadError func (m *ConversionUploadErrorEnum) String() string { return proto.CompactTextString(m) } func (*ConversionUploadErrorEnum) ProtoMessage() {} func (*ConversionUploadErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_upload_error_611ab7d61188daf1, []int{0} + return fileDescriptor_conversion_upload_error_c36471db71103be7, []int{0} } func (m *ConversionUploadErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionUploadErrorEnum.Unmarshal(m, b) @@ -189,10 +189,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/conversion_upload_error.proto", fileDescriptor_conversion_upload_error_611ab7d61188daf1) + proto.RegisterFile("google/ads/googleads/v1/errors/conversion_upload_error.proto", fileDescriptor_conversion_upload_error_c36471db71103be7) } -var fileDescriptor_conversion_upload_error_611ab7d61188daf1 = []byte{ +var fileDescriptor_conversion_upload_error_c36471db71103be7 = []byte{ // 638 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xcd, 0x6e, 0xd3, 0x4e, 0x10, 0xff, 0x37, 0xfd, 0x93, 0xc2, 0xf6, 0x6b, 0xbb, 0x6d, 0x0a, 0x2d, 0xa5, 0x54, 0x81, 0x23, diff --git a/googleapis/ads/googleads/v1/errors/country_code_error.pb.go b/googleapis/ads/googleads/v1/errors/country_code_error.pb.go index f174f4ab11..8132c86dcd 100644 --- a/googleapis/ads/googleads/v1/errors/country_code_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/country_code_error.pb.go @@ -46,7 +46,7 @@ func (x CountryCodeErrorEnum_CountryCodeError) String() string { return proto.EnumName(CountryCodeErrorEnum_CountryCodeError_name, int32(x)) } func (CountryCodeErrorEnum_CountryCodeError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_country_code_error_9241f9fbdf752c5c, []int{0, 0} + return fileDescriptor_country_code_error_f5f418d6eb875d13, []int{0, 0} } // Container for enum describing country code errors. @@ -60,7 +60,7 @@ func (m *CountryCodeErrorEnum) Reset() { *m = CountryCodeErrorEnum{} } func (m *CountryCodeErrorEnum) String() string { return proto.CompactTextString(m) } func (*CountryCodeErrorEnum) ProtoMessage() {} func (*CountryCodeErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_country_code_error_9241f9fbdf752c5c, []int{0} + return fileDescriptor_country_code_error_f5f418d6eb875d13, []int{0} } func (m *CountryCodeErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CountryCodeErrorEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/country_code_error.proto", fileDescriptor_country_code_error_9241f9fbdf752c5c) + proto.RegisterFile("google/ads/googleads/v1/errors/country_code_error.proto", fileDescriptor_country_code_error_f5f418d6eb875d13) } -var fileDescriptor_country_code_error_9241f9fbdf752c5c = []byte{ +var fileDescriptor_country_code_error_f5f418d6eb875d13 = []byte{ // 306 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, 0x1c, 0xc6, 0x5d, 0x05, 0x85, 0xec, 0x60, 0x29, 0x13, 0x44, 0x64, 0x87, 0x3e, 0x40, 0x42, 0xf1, diff --git a/googleapis/ads/googleads/v1/errors/criterion_error.pb.go b/googleapis/ads/googleads/v1/errors/criterion_error.pb.go index 61920970dd..c4ab94be57 100644 --- a/googleapis/ads/googleads/v1/errors/criterion_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/criterion_error.pb.go @@ -215,6 +215,8 @@ const ( CriterionErrorEnum_INVALID_MATCHING_FUNCTION CriterionErrorEnum_CriterionError = 78 // Filter parameters not allowed for location groups targeting. CriterionErrorEnum_LOCATION_FILTER_NOT_ALLOWED CriterionErrorEnum_CriterionError = 79 + // Feed not found, or the feed is not an enabled location feed. + CriterionErrorEnum_INVALID_FEED_FOR_LOCATION_FILTER CriterionErrorEnum_CriterionError = 98 // Given location filter parameter is invalid for location groups targeting. CriterionErrorEnum_LOCATION_FILTER_INVALID CriterionErrorEnum_CriterionError = 80 // Criteria type cannot be associated with a campaign and its ad group(s) @@ -338,6 +340,7 @@ var CriterionErrorEnum_CriterionError_name = map[int32]string{ 77: "MISSING_SHOPPING_SETTING", 78: "INVALID_MATCHING_FUNCTION", 79: "LOCATION_FILTER_NOT_ALLOWED", + 98: "INVALID_FEED_FOR_LOCATION_FILTER", 80: "LOCATION_FILTER_INVALID", 81: "CANNOT_ATTACH_CRITERIA_AT_CAMPAIGN_AND_ADGROUP", 82: "HOTEL_LENGTH_OF_STAY_OVERLAPS_WITH_EXISTING_CRITERION", @@ -438,6 +441,7 @@ var CriterionErrorEnum_CriterionError_value = map[string]int32{ "MISSING_SHOPPING_SETTING": 77, "INVALID_MATCHING_FUNCTION": 78, "LOCATION_FILTER_NOT_ALLOWED": 79, + "INVALID_FEED_FOR_LOCATION_FILTER": 98, "LOCATION_FILTER_INVALID": 80, "CANNOT_ATTACH_CRITERIA_AT_CAMPAIGN_AND_ADGROUP": 81, "HOTEL_LENGTH_OF_STAY_OVERLAPS_WITH_EXISTING_CRITERION": 82, @@ -460,7 +464,7 @@ func (x CriterionErrorEnum_CriterionError) String() string { return proto.EnumName(CriterionErrorEnum_CriterionError_name, int32(x)) } func (CriterionErrorEnum_CriterionError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_criterion_error_db5176cecf27ec08, []int{0, 0} + return fileDescriptor_criterion_error_640614236324c79e, []int{0, 0} } // Container for enum describing possible criterion errors. @@ -474,7 +478,7 @@ func (m *CriterionErrorEnum) Reset() { *m = CriterionErrorEnum{} } func (m *CriterionErrorEnum) String() string { return proto.CompactTextString(m) } func (*CriterionErrorEnum) ProtoMessage() {} func (*CriterionErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_criterion_error_db5176cecf27ec08, []int{0} + return fileDescriptor_criterion_error_640614236324c79e, []int{0} } func (m *CriterionErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CriterionErrorEnum.Unmarshal(m, b) @@ -500,115 +504,115 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/criterion_error.proto", fileDescriptor_criterion_error_db5176cecf27ec08) + proto.RegisterFile("google/ads/googleads/v1/errors/criterion_error.proto", fileDescriptor_criterion_error_640614236324c79e) } -var fileDescriptor_criterion_error_db5176cecf27ec08 = []byte{ - // 1684 bytes of a gzipped FileDescriptorProto +var fileDescriptor_criterion_error_640614236324c79e = []byte{ + // 1695 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x57, 0xef, 0x72, 0x1b, 0xb7, - 0x11, 0x6f, 0x9c, 0x36, 0x69, 0xe1, 0x36, 0x41, 0xe0, 0xff, 0xb6, 0xac, 0xd8, 0x8a, 0xed, 0x38, - 0x8e, 0x43, 0x45, 0x76, 0xec, 0x24, 0x4c, 0xd2, 0x16, 0x3c, 0x2c, 0x49, 0x54, 0x38, 0x00, 0x06, - 0x70, 0x94, 0x98, 0xaa, 0x45, 0xd5, 0xc8, 0xa3, 0xd1, 0x4c, 0x22, 0x7a, 0x44, 0x37, 0x0f, 0xd0, - 0x47, 0xe9, 0xc7, 0x3e, 0x4a, 0x1f, 0xa5, 0x9d, 0xe9, 0x33, 0x74, 0xf6, 0x8e, 0x38, 0xe2, 0x28, - 0x39, 0xee, 0x27, 0x72, 0x76, 0x7f, 0x0b, 0xec, 0x62, 0x7f, 0xfb, 0xe7, 0xc8, 0x67, 0x87, 0xb3, - 0xd9, 0xe1, 0xf7, 0xcf, 0x37, 0xf7, 0x0f, 0xe6, 0x9b, 0xcd, 0x5f, 0xfc, 0xf7, 0xe3, 0xd6, 0xe6, - 0xf3, 0x93, 0x93, 0xd9, 0xc9, 0x7c, 0xf3, 0xbb, 0x93, 0xa3, 0x97, 0xcf, 0x4f, 0x8e, 0x66, 0xc7, - 0xb1, 0x16, 0xf4, 0x5e, 0x9c, 0xcc, 0x5e, 0xce, 0xd8, 0x7a, 0x03, 0xed, 0xed, 0x1f, 0xcc, 0x7b, - 0xad, 0x55, 0xef, 0xc7, 0xad, 0x5e, 0x63, 0x75, 0x7d, 0x2d, 0x9d, 0xfa, 0xe2, 0x68, 0x73, 0xff, - 0xf8, 0x78, 0xf6, 0x72, 0xff, 0xe5, 0xd1, 0xec, 0x78, 0xde, 0x58, 0x6f, 0xfc, 0xfd, 0x26, 0x61, - 0x45, 0x3a, 0x17, 0xd0, 0x02, 0x8e, 0xff, 0xf6, 0xc3, 0xc6, 0x7f, 0xd6, 0xc8, 0x3b, 0x5d, 0x31, - 0x7b, 0x97, 0x9c, 0xaf, 0xb4, 0xb7, 0x50, 0xc8, 0xa1, 0x04, 0x41, 0x7f, 0xc6, 0xce, 0x93, 0xb7, - 0x2b, 0xbd, 0xad, 0xcd, 0x8e, 0xa6, 0x6f, 0xb0, 0xeb, 0xe4, 0x72, 0x61, 0x74, 0xe1, 0x20, 0x40, - 0x0c, 0x53, 0x0b, 0xd1, 0xc1, 0xb3, 0x4a, 0x3a, 0x10, 0xf4, 0x1c, 0xbb, 0x49, 0xae, 0x49, 0x3d, - 0xe1, 0x4a, 0x8a, 0x08, 0xbb, 0x85, 0xaa, 0x04, 0x88, 0x58, 0xf0, 0x00, 0x23, 0xe3, 0xa6, 0xf4, - 0x4d, 0x76, 0x95, 0x5c, 0x4c, 0xea, 0x6d, 0x98, 0xee, 0x18, 0x27, 0x62, 0x80, 0xdd, 0x40, 0x7f, - 0xce, 0xae, 0x91, 0x4b, 0xb9, 0x24, 0x06, 0x63, 0xa2, 0x32, 0x7a, 0x44, 0x7f, 0xc1, 0xd6, 0xc9, - 0xf5, 0xa4, 0x1a, 0x73, 0x5f, 0x6b, 0x4a, 0xae, 0xa7, 0x11, 0x25, 0x9e, 0xbe, 0x85, 0x77, 0xe6, - 0xfa, 0x74, 0x41, 0x31, 0xe6, 0xce, 0xd3, 0xb7, 0xf1, 0xe4, 0x24, 0xb2, 0x8a, 0x17, 0x50, 0x82, - 0x0e, 0xb1, 0x72, 0x8a, 0xfe, 0x92, 0x5d, 0x22, 0xef, 0x25, 0x55, 0xe5, 0xc1, 0x45, 0x25, 0x7d, - 0xa0, 0xbf, 0xca, 0x2d, 0x6a, 0xb1, 0xd4, 0x01, 0x1c, 0xf8, 0x40, 0x09, 0xbb, 0x43, 0x6e, 0x25, - 0xd5, 0xd0, 0xb8, 0x92, 0x07, 0xfc, 0x59, 0x39, 0xf7, 0x3c, 0x7a, 0xd4, 0x11, 0x45, 0xe9, 0x97, - 0x01, 0xfd, 0x9a, 0x6d, 0x90, 0xf5, 0xae, 0xba, 0x76, 0x5b, 0x29, 0x18, 0x71, 0x55, 0xbb, 0x4d, - 0x7f, 0xc3, 0x1e, 0x92, 0xfb, 0xa7, 0x31, 0x65, 0xa5, 0x82, 0xb4, 0x0a, 0xa2, 0x97, 0x01, 0x30, - 0xd2, 0xa8, 0xa4, 0x06, 0xfa, 0x0e, 0xfb, 0x92, 0x3c, 0x59, 0xa2, 0xa5, 0x8f, 0xda, 0x84, 0xc8, - 0x27, 0x5c, 0x2a, 0x3e, 0x50, 0x50, 0xbb, 0x18, 0xb8, 0x1b, 0x41, 0x90, 0x7a, 0x14, 0x8d, 0x6b, - 0x52, 0xe3, 0xa5, 0xd1, 0xf4, 0x5d, 0x76, 0x99, 0xb0, 0x14, 0x51, 0x30, 0x56, 0x16, 0xd1, 0xf2, - 0x30, 0xa6, 0x14, 0x5f, 0x3d, 0xc9, 0xa7, 0xa6, 0x0a, 0xd5, 0x00, 0xd0, 0x35, 0xad, 0x41, 0x45, - 0x29, 0xe8, 0x7b, 0x6c, 0x8d, 0x5c, 0x5d, 0xd5, 0x4f, 0xa4, 0x00, 0x83, 0x5a, 0xc6, 0x3e, 0x24, - 0x1f, 0xb4, 0x52, 0x70, 0x41, 0x16, 0x4d, 0x64, 0xb5, 0xb9, 0x00, 0xeb, 0x00, 0x49, 0x21, 0xe8, - 0x05, 0xf6, 0x80, 0xdc, 0x4b, 0x40, 0x01, 0xa5, 0x19, 0x39, 0x6e, 0xc7, 0xb2, 0x38, 0x0b, 0x7b, - 0x91, 0xdd, 0x20, 0x57, 0x12, 0x16, 0x5f, 0xa4, 0xd2, 0xbe, 0xb2, 0xd6, 0x38, 0x54, 0x5e, 0x62, - 0xb7, 0xc8, 0x5a, 0xc1, 0x35, 0x06, 0xbe, 0x20, 0x5e, 0x2c, 0x9c, 0x0c, 0xe0, 0x24, 0xaf, 0x49, - 0x4a, 0x2f, 0xa3, 0xc7, 0x0b, 0x04, 0x17, 0x62, 0x45, 0x7b, 0x05, 0x59, 0xdd, 0xd2, 0xc4, 0x19, - 0x51, 0x15, 0x21, 0x0e, 0xa5, 0x0a, 0xe0, 0xe8, 0x55, 0xbc, 0xb8, 0x2b, 0x5b, 0x66, 0xf3, 0x1a, - 0x52, 0x62, 0xe5, 0x62, 0x2f, 0x4b, 0xa9, 0xb8, 0xcb, 0x38, 0x75, 0x9d, 0xbd, 0x4f, 0x6e, 0xe4, - 0x97, 0x2b, 0xe3, 0x21, 0x27, 0xdd, 0x0d, 0xd6, 0x27, 0x4f, 0x33, 0x80, 0x90, 0xde, 0x2a, 0x3e, - 0x8d, 0x46, 0xab, 0x69, 0x8d, 0x40, 0x02, 0x45, 0x0f, 0xdc, 0x15, 0xe3, 0x46, 0x58, 0xf0, 0xd2, - 0x72, 0x39, 0xd2, 0x9e, 0xae, 0xb1, 0x27, 0x64, 0xeb, 0xff, 0xb5, 0x5d, 0x9a, 0xdd, 0x64, 0x9f, - 0x93, 0xc7, 0xaf, 0x37, 0x1b, 0x1b, 0x6b, 0x91, 0x36, 0x4b, 0xc3, 0x75, 0xb6, 0x45, 0x3e, 0xc9, - 0x0c, 0x3b, 0x35, 0x72, 0xf6, 0x5d, 0xef, 0x23, 0x43, 0x17, 0x26, 0x1e, 0x42, 0x1c, 0x48, 0xe1, - 0xa3, 0xd1, 0x29, 0x09, 0x46, 0x37, 0x8d, 0x44, 0xea, 0xd3, 0xa6, 0xb7, 0x56, 0xdc, 0xac, 0x9c, - 0xaa, 0xef, 0x58, 0x31, 0x45, 0x8e, 0x27, 0xa3, 0x26, 0xa5, 0xb7, 0x31, 0x6d, 0x6d, 0x33, 0xa8, - 0x7c, 0x30, 0x65, 0xe4, 0xc3, 0xa1, 0xd4, 0x32, 0x4c, 0xe9, 0x5f, 0xf2, 0x22, 0x5f, 0x28, 0x31, - 0x04, 0x1d, 0xe8, 0x7e, 0x5e, 0x12, 0xd2, 0xe2, 0xa5, 0x0e, 0xbc, 0xa7, 0x1b, 0x79, 0xbb, 0x90, - 0x76, 0x51, 0xff, 0xf4, 0x83, 0x1c, 0x5e, 0x9a, 0x81, 0x54, 0x10, 0xb9, 0xb5, 0xf4, 0x0e, 0xa6, - 0xfc, 0xb4, 0x7c, 0xd9, 0x0d, 0xef, 0xe6, 0xdd, 0x70, 0x19, 0x8d, 0x14, 0xf4, 0x1e, 0x7a, 0xbe, - 0x08, 0xb9, 0xa9, 0xdb, 0xa5, 0x9e, 0x7e, 0x98, 0x11, 0x6e, 0xa1, 0x34, 0x03, 0x6f, 0x14, 0x76, - 0xe3, 0x25, 0xea, 0x3e, 0x36, 0x99, 0xfc, 0xd0, 0xc8, 0xb5, 0x68, 0x5e, 0xaa, 0x94, 0xbe, 0xe4, - 0xa1, 0x18, 0xd3, 0x8f, 0xf2, 0x1a, 0xb6, 0xce, 0xec, 0xca, 0x52, 0x86, 0x69, 0x74, 0x5c, 0xc8, - 0xca, 0xd3, 0x07, 0x78, 0xc2, 0xab, 0xb4, 0xb1, 0xd2, 0x32, 0x78, 0xfa, 0x31, 0x56, 0x5d, 0xc2, - 0xf8, 0xe0, 0x00, 0xc2, 0xe2, 0xb5, 0xa2, 0x02, 0x3d, 0x0a, 0x63, 0xfa, 0xb0, 0x93, 0x04, 0x19, - 0xa6, 0x9a, 0x97, 0x90, 0x94, 0x9f, 0xe4, 0xe3, 0xc2, 0xc1, 0x48, 0x1a, 0x5d, 0x18, 0xd1, 0xaa, - 0x7b, 0xa7, 0xd5, 0xb9, 0xf5, 0x66, 0xae, 0xb6, 0xc6, 0x07, 0xae, 0x72, 0xeb, 0x4f, 0x3b, 0xcf, - 0x6b, 0x2a, 0x1d, 0xdc, 0x34, 0x22, 0x80, 0x6e, 0xb1, 0x8b, 0x84, 0x26, 0x8d, 0xe2, 0x41, 0x86, - 0x4a, 0x00, 0x7d, 0x94, 0xa7, 0x17, 0x4b, 0xbb, 0x11, 0x3f, 0x66, 0x4f, 0xc9, 0xa3, 0x65, 0xf8, - 0x23, 0x30, 0xd6, 0x48, 0x1d, 0xea, 0xe7, 0x4c, 0xb1, 0x0e, 0x4c, 0x40, 0xc6, 0xd6, 0x29, 0x19, - 0x40, 0xd4, 0x95, 0x52, 0xf4, 0xb3, 0x8e, 0x77, 0xad, 0x7d, 0x22, 0xd3, 0x93, 0xfc, 0xed, 0xeb, + 0x11, 0xaf, 0x9d, 0x36, 0x69, 0xe1, 0x36, 0x41, 0xe0, 0xff, 0xff, 0x14, 0x5b, 0xb1, 0x1d, 0xc7, + 0x71, 0xa8, 0xc8, 0x8e, 0x9d, 0x84, 0x49, 0xda, 0x82, 0x87, 0x25, 0x89, 0x0a, 0x07, 0xc0, 0x00, + 0x8e, 0x12, 0x53, 0xb5, 0xa8, 0x12, 0x79, 0x34, 0x9a, 0x49, 0x44, 0x8f, 0xe8, 0xe6, 0x3d, 0xfa, + 0x0a, 0xfd, 0xd4, 0xe9, 0xa3, 0xf4, 0x51, 0xfa, 0xa1, 0xcf, 0xd0, 0xd9, 0x3b, 0xe2, 0x88, 0xa3, + 0xe4, 0x38, 0x9f, 0xc8, 0xd9, 0xdd, 0x1f, 0xb0, 0x8b, 0xfd, 0xed, 0x9f, 0x23, 0x9f, 0x1e, 0xcc, + 0x66, 0x07, 0xdf, 0x3f, 0xdf, 0xd8, 0xdb, 0x9f, 0x6f, 0x34, 0x7f, 0xf1, 0xdf, 0x8f, 0x9b, 0x1b, + 0xcf, 0x8f, 0x8f, 0x67, 0xc7, 0xf3, 0x8d, 0xef, 0x8e, 0x0f, 0x5f, 0x3e, 0x3f, 0x3e, 0x9c, 0x1d, + 0xc5, 0x5a, 0xd0, 0x7b, 0x71, 0x3c, 0x7b, 0x39, 0x63, 0x6b, 0x8d, 0x69, 0x6f, 0x6f, 0x7f, 0xde, + 0x6b, 0x51, 0xbd, 0x1f, 0x37, 0x7b, 0x0d, 0xea, 0xda, 0x8d, 0x74, 0xea, 0x8b, 0xc3, 0x8d, 0xbd, + 0xa3, 0xa3, 0xd9, 0xcb, 0xbd, 0x97, 0x87, 0xb3, 0xa3, 0x79, 0x83, 0x5e, 0xff, 0xd7, 0x4d, 0xc2, + 0x8a, 0x74, 0x2e, 0x20, 0x02, 0x8e, 0xfe, 0xfe, 0xc3, 0xfa, 0x3f, 0x6e, 0x92, 0xb7, 0xbb, 0x62, + 0xf6, 0x0e, 0x39, 0x57, 0x69, 0x6f, 0xa1, 0x90, 0x43, 0x09, 0x82, 0xfe, 0x82, 0x9d, 0x23, 0x6f, + 0x55, 0x7a, 0x4b, 0x9b, 0x6d, 0x4d, 0xcf, 0xb0, 0x6b, 0xe4, 0x52, 0x61, 0x74, 0xe1, 0x20, 0x40, + 0x0c, 0x53, 0x0b, 0xd1, 0xc1, 0xb3, 0x4a, 0x3a, 0x10, 0xf4, 0x2c, 0xbb, 0x49, 0xae, 0x4a, 0x3d, + 0xe1, 0x4a, 0x8a, 0x08, 0x3b, 0x85, 0xaa, 0x04, 0x88, 0x58, 0xf0, 0x00, 0x23, 0xe3, 0xa6, 0xf4, + 0x0d, 0x76, 0x85, 0x5c, 0x48, 0xea, 0x2d, 0x98, 0x6e, 0x1b, 0x27, 0x62, 0x80, 0x9d, 0x40, 0x7f, + 0xc9, 0xae, 0x92, 0x8b, 0xb9, 0x24, 0x06, 0x63, 0xa2, 0x32, 0x7a, 0x44, 0x7f, 0xc5, 0xd6, 0xc8, + 0xb5, 0xa4, 0x1a, 0x73, 0x5f, 0x6b, 0x4a, 0xae, 0xa7, 0x11, 0x25, 0x9e, 0xbe, 0x89, 0x77, 0xe6, + 0xfa, 0x74, 0x41, 0x31, 0xe6, 0xce, 0xd3, 0xb7, 0xf0, 0xe4, 0x24, 0xb2, 0x8a, 0x17, 0x50, 0x82, + 0x0e, 0xb1, 0x72, 0x8a, 0xfe, 0x9a, 0x5d, 0x24, 0xef, 0x26, 0x55, 0xe5, 0xc1, 0x45, 0x25, 0x7d, + 0xa0, 0xbf, 0xc9, 0x11, 0xb5, 0x58, 0xea, 0x00, 0x0e, 0x7c, 0xa0, 0x84, 0xdd, 0x21, 0xb7, 0x92, + 0x6a, 0x68, 0x5c, 0xc9, 0x03, 0xfe, 0xac, 0x9c, 0x7b, 0x0e, 0x3d, 0xea, 0x88, 0xa2, 0xf4, 0xcb, + 0x80, 0x7e, 0xcb, 0xd6, 0xc9, 0x5a, 0x57, 0x5d, 0xbb, 0xad, 0x14, 0x8c, 0xb8, 0xaa, 0xdd, 0xa6, + 0xbf, 0x63, 0x0f, 0xc9, 0xfd, 0x93, 0x36, 0x65, 0xa5, 0x82, 0xb4, 0x0a, 0xa2, 0x97, 0x01, 0x30, + 0xd2, 0xa8, 0xa4, 0x06, 0xfa, 0x36, 0xfb, 0x82, 0x3c, 0x59, 0x5a, 0x4b, 0x1f, 0xb5, 0x09, 0x91, + 0x4f, 0xb8, 0x54, 0x7c, 0xa0, 0xa0, 0x76, 0x31, 0x70, 0x37, 0x82, 0x20, 0xf5, 0x28, 0x1a, 0xd7, + 0xa4, 0xc6, 0x4b, 0xa3, 0xe9, 0x3b, 0xec, 0x12, 0x61, 0x29, 0xa2, 0x60, 0xac, 0x2c, 0xa2, 0xe5, + 0x61, 0x4c, 0x29, 0xbe, 0x7a, 0x92, 0x4f, 0x4d, 0x15, 0xaa, 0x01, 0xa0, 0x6b, 0x5a, 0x83, 0x8a, + 0x52, 0xd0, 0x77, 0xd9, 0x0d, 0x72, 0x65, 0x55, 0x3f, 0x91, 0x02, 0x0c, 0x6a, 0x19, 0xfb, 0x80, + 0xbc, 0xdf, 0x4a, 0xc1, 0x05, 0x59, 0x34, 0x91, 0xd5, 0x70, 0x01, 0xd6, 0x01, 0x92, 0x42, 0xd0, + 0xf3, 0xec, 0x01, 0xb9, 0x97, 0x0c, 0x05, 0x94, 0x66, 0xe4, 0xb8, 0x1d, 0xcb, 0xe2, 0x34, 0xdb, + 0x0b, 0xec, 0x3a, 0xb9, 0x9c, 0x6c, 0xf1, 0x45, 0x2a, 0xed, 0x2b, 0x6b, 0x8d, 0x43, 0xe5, 0x45, + 0x76, 0x8b, 0xdc, 0x28, 0xb8, 0xc6, 0xc0, 0x17, 0xc4, 0x8b, 0x85, 0x93, 0x01, 0x9c, 0xe4, 0x35, + 0x49, 0xe9, 0x25, 0xf4, 0x78, 0x61, 0xc1, 0x85, 0x58, 0xd1, 0x5e, 0x46, 0x56, 0xb7, 0x34, 0x71, + 0x46, 0x54, 0x45, 0x88, 0x43, 0xa9, 0x02, 0x38, 0x7a, 0x05, 0x2f, 0xee, 0xca, 0x96, 0xd9, 0xbc, + 0x8a, 0x94, 0x58, 0xb9, 0xd8, 0xcb, 0x52, 0x2a, 0xee, 0x32, 0x4e, 0x5d, 0x63, 0xef, 0x91, 0xeb, + 0xf9, 0xe5, 0xca, 0x78, 0xc8, 0x49, 0x77, 0x9d, 0xf5, 0xc9, 0xd3, 0xcc, 0x40, 0x48, 0x6f, 0x15, + 0x9f, 0x46, 0xa3, 0xd5, 0xb4, 0xb6, 0x40, 0x02, 0x45, 0x0f, 0xdc, 0x15, 0xe3, 0x46, 0x58, 0xf0, + 0xd2, 0x72, 0x39, 0xd2, 0x9e, 0xde, 0x60, 0x4f, 0xc8, 0xe6, 0xcf, 0xc5, 0x2e, 0x61, 0x37, 0xd9, + 0x67, 0xe4, 0xf1, 0xeb, 0x61, 0x63, 0x63, 0x2d, 0xd2, 0x66, 0x09, 0x5c, 0x63, 0x9b, 0xe4, 0xe3, + 0x0c, 0xd8, 0xa9, 0x91, 0xd3, 0xef, 0x7a, 0x0f, 0x19, 0xba, 0x80, 0x78, 0x08, 0x71, 0x20, 0x85, + 0x8f, 0x46, 0xa7, 0x24, 0x18, 0xdd, 0x34, 0x12, 0xa9, 0x4f, 0x42, 0x6f, 0xad, 0xb8, 0x59, 0x39, + 0x55, 0xdf, 0xb1, 0x02, 0x45, 0x8e, 0x27, 0x50, 0x93, 0xd2, 0xdb, 0x98, 0xb6, 0xb6, 0x19, 0x54, + 0x3e, 0x98, 0x32, 0xf2, 0xe1, 0x50, 0x6a, 0x19, 0xa6, 0xf4, 0x6f, 0x79, 0x91, 0x2f, 0x94, 0x18, + 0x82, 0x0e, 0x74, 0x2f, 0x2f, 0x09, 0x69, 0xf1, 0x52, 0x07, 0xde, 0xd3, 0xf5, 0xbc, 0x5d, 0x48, + 0xbb, 0xa8, 0x7f, 0xfa, 0x7e, 0x6e, 0x5e, 0x9a, 0x81, 0x54, 0x10, 0xb9, 0xb5, 0xf4, 0x0e, 0xa6, + 0xfc, 0xa4, 0x7c, 0xd9, 0x0d, 0xef, 0xe6, 0xdd, 0x70, 0x19, 0x8d, 0x14, 0xf4, 0x1e, 0x7a, 0xbe, + 0x08, 0xb9, 0xa9, 0xdb, 0xa5, 0x9e, 0x7e, 0x90, 0x11, 0x6e, 0xa1, 0x34, 0x03, 0x6f, 0x14, 0x76, + 0xe3, 0xa5, 0xd5, 0x7d, 0x6c, 0x32, 0xf9, 0xa1, 0x91, 0x6b, 0xd1, 0xbc, 0x54, 0x29, 0x7d, 0xc9, + 0x43, 0x31, 0xa6, 0x1f, 0xe6, 0x35, 0x6c, 0x9d, 0xd9, 0x91, 0xa5, 0x0c, 0xd3, 0xe8, 0xb8, 0x90, + 0x95, 0xa7, 0x0f, 0xf0, 0x84, 0x57, 0x69, 0x63, 0xa5, 0x65, 0xf0, 0xf4, 0x23, 0xac, 0xba, 0x64, + 0xe3, 0x83, 0x03, 0x08, 0x8b, 0xd7, 0x8a, 0x0a, 0xf4, 0x28, 0x8c, 0xe9, 0xc3, 0x4e, 0x12, 0x64, + 0x98, 0x6a, 0x5e, 0x42, 0x52, 0x7e, 0x9c, 0x8f, 0x0b, 0x07, 0x23, 0x69, 0x74, 0x61, 0x44, 0xab, + 0xee, 0x9d, 0x54, 0xe7, 0xe8, 0x8d, 0x5c, 0x6d, 0x8d, 0x0f, 0x5c, 0xe5, 0xe8, 0x4f, 0x3a, 0xcf, + 0x6b, 0x2a, 0x1d, 0xdc, 0x34, 0xa2, 0x01, 0xdd, 0x64, 0x17, 0x08, 0x4d, 0x1a, 0xc5, 0x83, 0x0c, + 0x95, 0x00, 0xfa, 0x28, 0x4f, 0x2f, 0x96, 0x76, 0x23, 0x7e, 0xcc, 0x9e, 0x92, 0x47, 0xcb, 0xf0, + 0x47, 0x60, 0xac, 0x91, 0x3a, 0xd4, 0xcf, 0x99, 0x62, 0x1d, 0x98, 0x80, 0x8c, 0xad, 0x53, 0x32, + 0x80, 0xa8, 0x2b, 0xa5, 0xe8, 0xa7, 0x1d, 0xef, 0x5a, 0x7c, 0x22, 0xd3, 0x93, 0xfc, 0xed, 0xeb, 0x02, 0x12, 0xa6, 0xe4, 0x52, 0x47, 0x8c, 0x90, 0x3e, 0xad, 0xbb, 0x59, 0x9b, 0x3d, 0xcb, 0x1d, - 0x2f, 0xa1, 0xd3, 0x76, 0x3e, 0x67, 0xf7, 0xc8, 0x06, 0x17, 0xd1, 0x17, 0x63, 0x10, 0x95, 0x82, - 0x18, 0x64, 0x09, 0x4d, 0x11, 0x4e, 0xb8, 0xf2, 0xd1, 0x4c, 0xc0, 0x29, 0x6e, 0xe9, 0x17, 0xec, - 0x11, 0xe9, 0xe5, 0xb8, 0x04, 0x49, 0xfe, 0x7a, 0xcb, 0xf5, 0x72, 0xae, 0x08, 0x3e, 0xf5, 0xf4, - 0x4b, 0x76, 0x97, 0xdc, 0xee, 0xda, 0x2c, 0xe6, 0x43, 0x7e, 0x07, 0xed, 0xb3, 0x4f, 0xc9, 0xc3, - 0x1c, 0x06, 0xbb, 0x05, 0x00, 0x0e, 0xfc, 0xa5, 0x1b, 0x16, 0x03, 0xe3, 0xd8, 0x4e, 0x4a, 0x19, - 0xe8, 0x57, 0x6c, 0x93, 0x7c, 0x9c, 0x5b, 0x74, 0x08, 0x9a, 0x78, 0x89, 0xcd, 0x66, 0x28, 0x41, - 0x09, 0x4f, 0xbf, 0xce, 0xb8, 0x3e, 0xa8, 0xcb, 0x48, 0xc8, 0xe1, 0x74, 0xa5, 0xf4, 0xe9, 0x37, - 0x18, 0xe3, 0x4f, 0xa1, 0xda, 0xbe, 0x60, 0x6c, 0x00, 0x11, 0x4d, 0x15, 0xe8, 0x6f, 0xd9, 0x7d, - 0x72, 0xe7, 0xb4, 0x8d, 0x86, 0x11, 0x0f, 0x72, 0x92, 0x57, 0xd2, 0xef, 0xb0, 0x8e, 0x5b, 0x88, - 0x04, 0x17, 0xb9, 0x72, 0xc0, 0xc5, 0x34, 0xc2, 0x2e, 0x36, 0x49, 0xfa, 0x7b, 0x76, 0x85, 0x5c, - 0x18, 0x02, 0xc6, 0x2d, 0x9a, 0xc1, 0xab, 0x94, 0xd9, 0x01, 0x41, 0x39, 0xde, 0xc1, 0x8b, 0x9a, - 0x7b, 0x51, 0x6a, 0x50, 0x72, 0x24, 0xd3, 0x38, 0xee, 0x4e, 0x9f, 0x01, 0xeb, 0x91, 0x07, 0x1d, - 0x51, 0xcc, 0xb6, 0x0c, 0x74, 0x50, 0xe0, 0xab, 0xf8, 0xe0, 0xb0, 0x79, 0x4c, 0x69, 0x91, 0xcd, - 0xb2, 0x95, 0x69, 0x67, 0x34, 0x15, 0x59, 0xfb, 0x70, 0x50, 0x9a, 0x4e, 0x38, 0x80, 0x83, 0x2e, - 0x0d, 0x33, 0x5f, 0x18, 0x0b, 0x4b, 0x52, 0x0d, 0x31, 0xf1, 0xa7, 0x75, 0xf5, 0xb2, 0x25, 0x64, - 0x09, 0x1a, 0x57, 0x06, 0x4f, 0x47, 0xb8, 0x1b, 0x24, 0x98, 0xe5, 0x2e, 0xc8, 0x50, 0xe7, 0x22, - 0x1d, 0x33, 0x66, 0x1f, 0x91, 0xbb, 0x67, 0xeb, 0x57, 0x8f, 0x92, 0x2b, 0x55, 0x52, 0x9b, 0xb4, - 0x7a, 0xfa, 0x87, 0x95, 0x1e, 0xd4, 0x55, 0x37, 0x6f, 0xb7, 0x9d, 0xef, 0x64, 0x09, 0x93, 0x5e, - 0xac, 0x6d, 0xb6, 0x0a, 0x5f, 0xac, 0x94, 0xde, 0xd7, 0xef, 0x98, 0x66, 0x9a, 0x87, 0x80, 0x2b, - 0x11, 0x2d, 0x73, 0x37, 0x96, 0x24, 0xac, 0x74, 0x81, 0x9e, 0x53, 0x8d, 0x14, 0x50, 0xa6, 0xe0, - 0x75, 0x1c, 0x8b, 0x0d, 0x20, 0xcf, 0xb4, 0xc1, 0x17, 0x5f, 0x05, 0x2c, 0xce, 0xa3, 0x36, 0xa3, - 0x27, 0x0f, 0x81, 0xe3, 0x74, 0x4b, 0xa9, 0xe6, 0x61, 0x49, 0xce, 0xa6, 0xa3, 0x8c, 0x9c, 0xa9, - 0x2c, 0x7d, 0x86, 0xf3, 0x72, 0x6c, 0x02, 0xa8, 0x45, 0x3b, 0x8b, 0x66, 0x18, 0x7d, 0xc0, 0xe9, - 0xdc, 0x14, 0xb6, 0x8f, 0x3b, 0x32, 0x8c, 0x1b, 0x0a, 0xd6, 0x81, 0xb6, 0x09, 0x76, 0x8c, 0x93, - 0x6f, 0x1a, 0x53, 0x2e, 0x26, 0x5c, 0x17, 0x10, 0x07, 0xc6, 0x6c, 0x23, 0x68, 0x47, 0x6a, 0x61, - 0x76, 0x5e, 0x7f, 0x84, 0x47, 0x3a, 0xd6, 0x25, 0x18, 0xa5, 0x2e, 0x4c, 0x69, 0x79, 0xa8, 0x89, - 0x5b, 0xe3, 0xdb, 0x12, 0x69, 0x37, 0x4a, 0x1a, 0xf2, 0xe7, 0xdb, 0x81, 0x81, 0xe5, 0x23, 0x88, - 0x85, 0xd1, 0xa2, 0x4e, 0x3c, 0xad, 0xd8, 0x6d, 0x72, 0xf3, 0x95, 0xea, 0x7a, 0x65, 0x9e, 0x20, - 0x65, 0xce, 0x54, 0x65, 0x7d, 0x15, 0x4a, 0x1b, 0xa6, 0x74, 0x07, 0x9d, 0x3b, 0x1b, 0x9a, 0x2d, - 0x84, 0xc8, 0x84, 0x60, 0x0a, 0xa3, 0xe8, 0xee, 0xab, 0xf1, 0xcb, 0xa3, 0xb3, 0x31, 0x3f, 0x65, - 0x40, 0xf8, 0xd9, 0xf8, 0xd4, 0xa2, 0x4d, 0x40, 0x85, 0x97, 0x1e, 0xf7, 0x85, 0xe6, 0x55, 0xda, - 0x2c, 0x26, 0x4a, 0x7d, 0x8b, 0x4b, 0xd2, 0xeb, 0xae, 0xb5, 0xd5, 0x40, 0xc9, 0x22, 0xfa, 0x6a, - 0x38, 0x94, 0xbb, 0xf4, 0x8f, 0xd8, 0x1e, 0xcf, 0x36, 0x69, 0xf9, 0xdd, 0x31, 0xd8, 0x43, 0x96, - 0x9c, 0x6d, 0x30, 0xe1, 0xaa, 0x82, 0x18, 0x1c, 0x2f, 0xb6, 0x17, 0xff, 0xeb, 0x66, 0xdf, 0xee, - 0xcb, 0x7f, 0x62, 0x5f, 0x93, 0x2f, 0x5a, 0xd3, 0xb6, 0x53, 0xa2, 0x29, 0x3c, 0xab, 0xb0, 0x75, - 0x17, 0x5c, 0xc7, 0x31, 0x9f, 0x40, 0xb3, 0x0f, 0x1a, 0x9d, 0x67, 0xf4, 0xcf, 0xb8, 0x93, 0x9d, - 0xb6, 0xee, 0x5c, 0x11, 0x6b, 0x81, 0x8e, 0xc2, 0xf3, 0xc8, 0x45, 0x6c, 0x78, 0x1d, 0x07, 0xff, - 0x7d, 0x83, 0x6c, 0x7c, 0x37, 0xfb, 0xa1, 0xf7, 0xd3, 0x5f, 0xb2, 0x83, 0x0b, 0xdd, 0x2f, 0x52, - 0x8b, 0x1f, 0xb0, 0xf6, 0x8d, 0x6f, 0xc5, 0xc2, 0xec, 0x70, 0xf6, 0xfd, 0xfe, 0xf1, 0x61, 0x6f, - 0x76, 0x72, 0xb8, 0x79, 0xf8, 0xfc, 0xb8, 0xfe, 0xbc, 0x4d, 0x9f, 0xd1, 0x2f, 0x8e, 0xe6, 0xaf, - 0xfa, 0xaa, 0xfe, 0xaa, 0xf9, 0xf9, 0xc7, 0xb9, 0x37, 0x47, 0x9c, 0xff, 0xf3, 0xdc, 0xfa, 0xa8, - 0x39, 0x8c, 0x1f, 0xcc, 0x7b, 0xcd, 0x5f, 0xfc, 0x37, 0xd9, 0xea, 0xd5, 0x57, 0xce, 0xff, 0x95, - 0x00, 0x7b, 0xfc, 0x60, 0xbe, 0xd7, 0x02, 0xf6, 0x26, 0x5b, 0x7b, 0x0d, 0xe0, 0xdf, 0xe7, 0x36, - 0x1a, 0x69, 0xbf, 0xcf, 0x0f, 0xe6, 0xfd, 0x7e, 0x0b, 0xe9, 0xf7, 0x27, 0x5b, 0xfd, 0x7e, 0x03, - 0xfa, 0xeb, 0x5b, 0xb5, 0x77, 0x8f, 0xff, 0x17, 0x00, 0x00, 0xff, 0xff, 0xe4, 0xc2, 0x44, 0xcc, - 0xf2, 0x0f, 0x00, 0x00, + 0x2f, 0xa1, 0xd3, 0x76, 0x3e, 0x63, 0xf7, 0xc8, 0x3a, 0x17, 0xd1, 0x17, 0x63, 0x10, 0x95, 0x82, + 0x18, 0x64, 0x09, 0x4d, 0x11, 0x4e, 0xb8, 0xf2, 0xd1, 0x4c, 0xc0, 0x29, 0x6e, 0xe9, 0xe7, 0xec, + 0x11, 0xe9, 0xe5, 0x76, 0xc9, 0x24, 0xf9, 0xeb, 0x2d, 0xd7, 0xcb, 0xb9, 0x22, 0xf8, 0xd4, 0xd3, + 0x2f, 0xd8, 0x5d, 0x72, 0xbb, 0x8b, 0x59, 0xcc, 0x87, 0xfc, 0x0e, 0xda, 0x67, 0x9f, 0x90, 0x87, + 0xb9, 0x19, 0xec, 0x14, 0x00, 0x38, 0xf0, 0x97, 0x6e, 0x58, 0x0c, 0x8c, 0x63, 0x3b, 0x29, 0x65, + 0xa0, 0x5f, 0xb2, 0x0d, 0xf2, 0x51, 0x8e, 0xe8, 0x10, 0x34, 0xf1, 0x12, 0x9b, 0xcd, 0x50, 0x82, + 0x12, 0x9e, 0x7e, 0x95, 0x71, 0x7d, 0x50, 0x97, 0x91, 0x90, 0xc3, 0xe9, 0x4a, 0xe9, 0xd3, 0xaf, + 0x31, 0xc6, 0x9f, 0xb2, 0x6a, 0xfb, 0x82, 0xb1, 0x01, 0x44, 0x34, 0x55, 0xa0, 0xbf, 0x67, 0xf7, + 0xc9, 0x9d, 0x93, 0x18, 0x0d, 0x23, 0x1e, 0xe4, 0x24, 0xaf, 0xa4, 0x3f, 0x60, 0x1d, 0xb7, 0x26, + 0x12, 0x5c, 0xe4, 0xca, 0x01, 0x17, 0xd3, 0x08, 0x3b, 0xd8, 0x24, 0xe9, 0x1f, 0xd9, 0x65, 0x72, + 0x7e, 0x08, 0x18, 0xb7, 0x68, 0x06, 0xaf, 0x52, 0x66, 0x1b, 0x04, 0xe5, 0x78, 0x07, 0x2f, 0x6a, + 0xee, 0x45, 0xa9, 0x41, 0xc9, 0x91, 0x4c, 0xe3, 0xb8, 0x3b, 0x7d, 0x06, 0xac, 0x47, 0x1e, 0x74, + 0x44, 0x31, 0xdb, 0x32, 0xd0, 0x41, 0x81, 0xaf, 0xe2, 0x83, 0xc3, 0xe6, 0x31, 0xa5, 0x45, 0x36, + 0xcb, 0x56, 0xa6, 0x9d, 0xd1, 0x54, 0x64, 0xed, 0xc3, 0x41, 0x69, 0x3a, 0xe1, 0x00, 0x0e, 0xba, + 0x34, 0xcc, 0x7c, 0x61, 0x2c, 0x2c, 0x49, 0x35, 0xc4, 0xc4, 0x9f, 0xd4, 0xd5, 0xcb, 0x96, 0x90, + 0x25, 0x68, 0x5c, 0x19, 0x3c, 0x1d, 0xe1, 0x6e, 0x90, 0xcc, 0x2c, 0x77, 0x41, 0x86, 0x3a, 0x17, + 0xe9, 0x98, 0x31, 0xfb, 0x90, 0xdc, 0x3d, 0x5d, 0xbf, 0x7a, 0x94, 0x5c, 0xa9, 0x92, 0x1a, 0xd2, + 0xea, 0xe9, 0x9f, 0x56, 0x7a, 0x50, 0x57, 0xdd, 0xbc, 0xdd, 0x56, 0xbe, 0x93, 0x25, 0x9b, 0xf4, + 0x62, 0x6d, 0xb3, 0x55, 0xf8, 0x62, 0xa5, 0xf4, 0xbe, 0x7e, 0xc7, 0x34, 0xd3, 0x3c, 0x04, 0x5c, + 0x89, 0x68, 0x99, 0xbb, 0xb1, 0x24, 0x61, 0xa5, 0x0b, 0xf4, 0x9c, 0x6a, 0xa4, 0x80, 0x32, 0x05, + 0xaf, 0xe3, 0x58, 0x6c, 0x00, 0x79, 0xa6, 0x4d, 0x67, 0x2f, 0x44, 0x2a, 0x60, 0xda, 0x56, 0x10, + 0xf4, 0x5b, 0xcc, 0xcb, 0xea, 0x31, 0x0b, 0x14, 0xb5, 0x19, 0x89, 0x79, 0x08, 0x1c, 0x67, 0x60, + 0x22, 0x04, 0x0f, 0x4b, 0x0a, 0x37, 0x7d, 0x67, 0xe4, 0x4c, 0x65, 0xe9, 0x33, 0x9c, 0xaa, 0x63, + 0x13, 0x40, 0x2d, 0x9a, 0x5e, 0x34, 0xc3, 0xe8, 0x03, 0xce, 0xf0, 0xa6, 0xfc, 0x7d, 0xdc, 0x96, + 0x61, 0xdc, 0x10, 0xb5, 0x7e, 0x8e, 0x96, 0x06, 0x8e, 0x71, 0xf2, 0x75, 0x03, 0xe5, 0x62, 0xc2, + 0x75, 0x01, 0x71, 0x60, 0xcc, 0x16, 0x1a, 0x6d, 0x4b, 0x2d, 0xcc, 0xf6, 0xeb, 0x8f, 0xf0, 0x48, + 0xda, 0xba, 0x50, 0xa3, 0xd4, 0x85, 0x29, 0x2d, 0x0f, 0x35, 0xbd, 0x6b, 0xfb, 0xb6, 0x90, 0xda, + 0xbd, 0x93, 0x86, 0xfc, 0x91, 0xb7, 0x61, 0x60, 0xf9, 0x08, 0x62, 0x61, 0xb4, 0xa8, 0xe9, 0x41, + 0x2b, 0x76, 0x9b, 0xdc, 0x7c, 0xa5, 0xba, 0x5e, 0xac, 0x27, 0x48, 0xac, 0x53, 0x55, 0x59, 0xf7, + 0x85, 0xd2, 0x86, 0x29, 0xdd, 0x46, 0xe7, 0x4e, 0x37, 0xcd, 0xd6, 0x46, 0xe4, 0x4b, 0x30, 0x85, + 0x51, 0x74, 0xe7, 0xd5, 0xf6, 0xcb, 0xa3, 0xb3, 0x65, 0x60, 0xca, 0x80, 0xf0, 0xd3, 0xed, 0x53, + 0x23, 0x37, 0x01, 0x15, 0x5e, 0x7a, 0xdc, 0x2a, 0x9a, 0x57, 0x69, 0xb3, 0x98, 0x88, 0xf7, 0x0d, + 0xae, 0x52, 0xaf, 0xbb, 0xd6, 0x56, 0x03, 0x25, 0x8b, 0xe8, 0xab, 0xe1, 0x50, 0xee, 0xd0, 0x3f, + 0x63, 0x13, 0x3d, 0x1d, 0xd2, 0x56, 0x41, 0x07, 0xb0, 0x8b, 0x2c, 0x39, 0x1d, 0x30, 0xe1, 0xaa, + 0x82, 0x18, 0x1c, 0x2f, 0xb6, 0x16, 0xff, 0xeb, 0x91, 0xd0, 0x6e, 0xd5, 0x7f, 0x61, 0x5f, 0x91, + 0xcf, 0x5b, 0x68, 0xdb, 0x4f, 0x11, 0x0a, 0xcf, 0x2a, 0x6c, 0xf0, 0x05, 0xd7, 0x71, 0xcc, 0x27, + 0xd0, 0x6c, 0x8d, 0x46, 0xe7, 0x19, 0xfd, 0x2b, 0x6e, 0x6e, 0x27, 0xd1, 0x9d, 0x2b, 0x62, 0x2d, + 0xd0, 0x51, 0x78, 0x1e, 0xb9, 0x88, 0x0d, 0xaf, 0xe3, 0xe0, 0x7f, 0x67, 0xc8, 0xfa, 0x77, 0xb3, + 0x1f, 0x7a, 0x3f, 0xfd, 0xbd, 0x3b, 0x38, 0xdf, 0xfd, 0x6e, 0xb5, 0xf8, 0x99, 0x6b, 0xcf, 0x7c, + 0x23, 0x16, 0xb0, 0x83, 0xd9, 0xf7, 0x7b, 0x47, 0x07, 0xbd, 0xd9, 0xf1, 0xc1, 0xc6, 0xc1, 0xf3, + 0xa3, 0xfa, 0x23, 0x38, 0x7d, 0x6c, 0xbf, 0x38, 0x9c, 0xbf, 0xea, 0xdb, 0xfb, 0xcb, 0xe6, 0xe7, + 0x9f, 0x67, 0xdf, 0x18, 0x71, 0xfe, 0xef, 0xb3, 0x6b, 0xa3, 0xe6, 0x30, 0xbe, 0x3f, 0xef, 0x35, + 0x7f, 0xf1, 0xdf, 0x64, 0xb3, 0x57, 0x5f, 0x39, 0xff, 0x4f, 0x32, 0xd8, 0xe5, 0xfb, 0xf3, 0xdd, + 0xd6, 0x60, 0x77, 0xb2, 0xb9, 0xdb, 0x18, 0xfc, 0xf7, 0xec, 0x7a, 0x23, 0xed, 0xf7, 0xf9, 0xfe, + 0xbc, 0xdf, 0x6f, 0x4d, 0xfa, 0xfd, 0xc9, 0x66, 0xbf, 0xdf, 0x18, 0x7d, 0xfb, 0x66, 0xed, 0xdd, + 0xe3, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0xe2, 0x41, 0x47, 0xff, 0x18, 0x10, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/errors/custom_interest_error.pb.go b/googleapis/ads/googleads/v1/errors/custom_interest_error.pb.go index b672a67f3e..8fb30849c4 100644 --- a/googleapis/ads/googleads/v1/errors/custom_interest_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/custom_interest_error.pb.go @@ -71,7 +71,7 @@ func (x CustomInterestErrorEnum_CustomInterestError) String() string { return proto.EnumName(CustomInterestErrorEnum_CustomInterestError_name, int32(x)) } func (CustomInterestErrorEnum_CustomInterestError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_custom_interest_error_3c255ac3d5744253, []int{0, 0} + return fileDescriptor_custom_interest_error_c7ecd8e8f5b7a014, []int{0, 0} } // Container for enum describing possible custom interest errors. @@ -85,7 +85,7 @@ func (m *CustomInterestErrorEnum) Reset() { *m = CustomInterestErrorEnum func (m *CustomInterestErrorEnum) String() string { return proto.CompactTextString(m) } func (*CustomInterestErrorEnum) ProtoMessage() {} func (*CustomInterestErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_custom_interest_error_3c255ac3d5744253, []int{0} + return fileDescriptor_custom_interest_error_c7ecd8e8f5b7a014, []int{0} } func (m *CustomInterestErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomInterestErrorEnum.Unmarshal(m, b) @@ -111,10 +111,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/custom_interest_error.proto", fileDescriptor_custom_interest_error_3c255ac3d5744253) + proto.RegisterFile("google/ads/googleads/v1/errors/custom_interest_error.proto", fileDescriptor_custom_interest_error_c7ecd8e8f5b7a014) } -var fileDescriptor_custom_interest_error_3c255ac3d5744253 = []byte{ +var fileDescriptor_custom_interest_error_c7ecd8e8f5b7a014 = []byte{ // 448 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xdf, 0x6a, 0xdb, 0x30, 0x18, 0xc5, 0x17, 0x77, 0x6b, 0x87, 0x7a, 0x31, 0x4f, 0x63, 0x7f, 0x28, 0x25, 0x8c, 0x0c, 0xb6, diff --git a/googleapis/ads/googleads/v1/errors/customer_client_link_error.pb.go b/googleapis/ads/googleads/v1/errors/customer_client_link_error.pb.go index cec507b5a6..c83428a808 100644 --- a/googleapis/ads/googleads/v1/errors/customer_client_link_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/customer_client_link_error.pb.go @@ -70,7 +70,7 @@ func (x CustomerClientLinkErrorEnum_CustomerClientLinkError) String() string { return proto.EnumName(CustomerClientLinkErrorEnum_CustomerClientLinkError_name, int32(x)) } func (CustomerClientLinkErrorEnum_CustomerClientLinkError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_customer_client_link_error_0dc7a8ab87bf7743, []int{0, 0} + return fileDescriptor_customer_client_link_error_c03bfa9f5c874866, []int{0, 0} } // Container for enum describing possible CustomeClientLink errors. @@ -84,7 +84,7 @@ func (m *CustomerClientLinkErrorEnum) Reset() { *m = CustomerClientLinkE func (m *CustomerClientLinkErrorEnum) String() string { return proto.CompactTextString(m) } func (*CustomerClientLinkErrorEnum) ProtoMessage() {} func (*CustomerClientLinkErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_link_error_0dc7a8ab87bf7743, []int{0} + return fileDescriptor_customer_client_link_error_c03bfa9f5c874866, []int{0} } func (m *CustomerClientLinkErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerClientLinkErrorEnum.Unmarshal(m, b) @@ -110,10 +110,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/customer_client_link_error.proto", fileDescriptor_customer_client_link_error_0dc7a8ab87bf7743) + proto.RegisterFile("google/ads/googleads/v1/errors/customer_client_link_error.proto", fileDescriptor_customer_client_link_error_c03bfa9f5c874866) } -var fileDescriptor_customer_client_link_error_0dc7a8ab87bf7743 = []byte{ +var fileDescriptor_customer_client_link_error_c03bfa9f5c874866 = []byte{ // 453 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0x4f, 0x6b, 0xd4, 0x40, 0x14, 0x77, 0x53, 0x6d, 0x65, 0x7a, 0x30, 0xe4, 0x52, 0xb0, 0x65, 0x85, 0x14, 0x14, 0x05, 0x13, diff --git a/googleapis/ads/googleads/v1/errors/customer_error.pb.go b/googleapis/ads/googleads/v1/errors/customer_error.pb.go index 914aee92c6..23693cf2f8 100644 --- a/googleapis/ads/googleads/v1/errors/customer_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/customer_error.pb.go @@ -53,7 +53,7 @@ func (x CustomerErrorEnum_CustomerError) String() string { return proto.EnumName(CustomerErrorEnum_CustomerError_name, int32(x)) } func (CustomerErrorEnum_CustomerError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_customer_error_19eadbf370049eef, []int{0, 0} + return fileDescriptor_customer_error_6cd97071f19e5e21, []int{0, 0} } // Container for enum describing possible customer errors. @@ -67,7 +67,7 @@ func (m *CustomerErrorEnum) Reset() { *m = CustomerErrorEnum{} } func (m *CustomerErrorEnum) String() string { return proto.CompactTextString(m) } func (*CustomerErrorEnum) ProtoMessage() {} func (*CustomerErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_error_19eadbf370049eef, []int{0} + return fileDescriptor_customer_error_6cd97071f19e5e21, []int{0} } func (m *CustomerErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerErrorEnum.Unmarshal(m, b) @@ -93,10 +93,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/customer_error.proto", fileDescriptor_customer_error_19eadbf370049eef) + proto.RegisterFile("google/ads/googleads/v1/errors/customer_error.proto", fileDescriptor_customer_error_6cd97071f19e5e21) } -var fileDescriptor_customer_error_19eadbf370049eef = []byte{ +var fileDescriptor_customer_error_6cd97071f19e5e21 = []byte{ // 321 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, 0x1c, 0xc6, 0x5d, 0x07, 0x0a, 0x19, 0x62, 0xcd, 0x41, 0x44, 0xc6, 0x0e, 0x7d, 0x80, 0x94, 0xb2, diff --git a/googleapis/ads/googleads/v1/errors/customer_feed_error.pb.go b/googleapis/ads/googleads/v1/errors/customer_feed_error.pb.go index ca33f86368..34cdef12d0 100644 --- a/googleapis/ads/googleads/v1/errors/customer_feed_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/customer_feed_error.pb.go @@ -71,7 +71,7 @@ func (x CustomerFeedErrorEnum_CustomerFeedError) String() string { return proto.EnumName(CustomerFeedErrorEnum_CustomerFeedError_name, int32(x)) } func (CustomerFeedErrorEnum_CustomerFeedError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_customer_feed_error_1c7fa3fd9d10a039, []int{0, 0} + return fileDescriptor_customer_feed_error_b47213809494701d, []int{0, 0} } // Container for enum describing possible customer feed errors. @@ -85,7 +85,7 @@ func (m *CustomerFeedErrorEnum) Reset() { *m = CustomerFeedErrorEnum{} } func (m *CustomerFeedErrorEnum) String() string { return proto.CompactTextString(m) } func (*CustomerFeedErrorEnum) ProtoMessage() {} func (*CustomerFeedErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_feed_error_1c7fa3fd9d10a039, []int{0} + return fileDescriptor_customer_feed_error_b47213809494701d, []int{0} } func (m *CustomerFeedErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerFeedErrorEnum.Unmarshal(m, b) @@ -111,10 +111,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/customer_feed_error.proto", fileDescriptor_customer_feed_error_1c7fa3fd9d10a039) + proto.RegisterFile("google/ads/googleads/v1/errors/customer_feed_error.proto", fileDescriptor_customer_feed_error_b47213809494701d) } -var fileDescriptor_customer_feed_error_1c7fa3fd9d10a039 = []byte{ +var fileDescriptor_customer_feed_error_b47213809494701d = []byte{ // 443 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x41, 0x6f, 0xd3, 0x30, 0x14, 0xc7, 0x69, 0x06, 0x1b, 0xf2, 0x0e, 0x14, 0x4b, 0x20, 0x84, 0xa6, 0x1e, 0xc2, 0x01, 0x0e, diff --git a/googleapis/ads/googleads/v1/errors/customer_manager_link_error.pb.go b/googleapis/ads/googleads/v1/errors/customer_manager_link_error.pb.go index 510c9adbd4..de46978b5e 100644 --- a/googleapis/ads/googleads/v1/errors/customer_manager_link_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/customer_manager_link_error.pb.go @@ -77,7 +77,7 @@ func (x CustomerManagerLinkErrorEnum_CustomerManagerLinkError) String() string { return proto.EnumName(CustomerManagerLinkErrorEnum_CustomerManagerLinkError_name, int32(x)) } func (CustomerManagerLinkErrorEnum_CustomerManagerLinkError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_customer_manager_link_error_e709887cb58ed0a1, []int{0, 0} + return fileDescriptor_customer_manager_link_error_154e0a6b1d419238, []int{0, 0} } // Container for enum describing possible CustomerManagerLink errors. @@ -91,7 +91,7 @@ func (m *CustomerManagerLinkErrorEnum) Reset() { *m = CustomerManagerLin func (m *CustomerManagerLinkErrorEnum) String() string { return proto.CompactTextString(m) } func (*CustomerManagerLinkErrorEnum) ProtoMessage() {} func (*CustomerManagerLinkErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_manager_link_error_e709887cb58ed0a1, []int{0} + return fileDescriptor_customer_manager_link_error_154e0a6b1d419238, []int{0} } func (m *CustomerManagerLinkErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerManagerLinkErrorEnum.Unmarshal(m, b) @@ -117,10 +117,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/customer_manager_link_error.proto", fileDescriptor_customer_manager_link_error_e709887cb58ed0a1) + proto.RegisterFile("google/ads/googleads/v1/errors/customer_manager_link_error.proto", fileDescriptor_customer_manager_link_error_154e0a6b1d419238) } -var fileDescriptor_customer_manager_link_error_e709887cb58ed0a1 = []byte{ +var fileDescriptor_customer_manager_link_error_154e0a6b1d419238 = []byte{ // 496 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xcf, 0x6e, 0xd3, 0x40, 0x10, 0xc6, 0x69, 0x0a, 0x2d, 0x6c, 0x0f, 0x18, 0x4b, 0x95, 0x00, 0x95, 0x1e, 0xc2, 0xa1, 0x42, diff --git a/googleapis/ads/googleads/v1/errors/database_error.pb.go b/googleapis/ads/googleads/v1/errors/database_error.pb.go index 36187c4e7e..db62aa9e70 100644 --- a/googleapis/ads/googleads/v1/errors/database_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/database_error.pb.go @@ -47,7 +47,7 @@ func (x DatabaseErrorEnum_DatabaseError) String() string { return proto.EnumName(DatabaseErrorEnum_DatabaseError_name, int32(x)) } func (DatabaseErrorEnum_DatabaseError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_database_error_21176018b44d1725, []int{0, 0} + return fileDescriptor_database_error_4830c69527554d32, []int{0, 0} } // Container for enum describing possible database errors. @@ -61,7 +61,7 @@ func (m *DatabaseErrorEnum) Reset() { *m = DatabaseErrorEnum{} } func (m *DatabaseErrorEnum) String() string { return proto.CompactTextString(m) } func (*DatabaseErrorEnum) ProtoMessage() {} func (*DatabaseErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_database_error_21176018b44d1725, []int{0} + return fileDescriptor_database_error_4830c69527554d32, []int{0} } func (m *DatabaseErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DatabaseErrorEnum.Unmarshal(m, b) @@ -87,10 +87,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/database_error.proto", fileDescriptor_database_error_21176018b44d1725) + proto.RegisterFile("google/ads/googleads/v1/errors/database_error.proto", fileDescriptor_database_error_4830c69527554d32) } -var fileDescriptor_database_error_21176018b44d1725 = []byte{ +var fileDescriptor_database_error_4830c69527554d32 = []byte{ // 300 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xc3, 0x30, 0x18, 0x85, 0x5d, 0x05, 0x85, 0x0c, 0x71, 0xf6, 0x46, 0x50, 0xd9, 0x45, 0x1f, 0x20, 0xa1, 0xec, diff --git a/googleapis/ads/googleads/v1/errors/date_error.pb.go b/googleapis/ads/googleads/v1/errors/date_error.pb.go index 80d1490022..6d1095a2b2 100644 --- a/googleapis/ads/googleads/v1/errors/date_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/date_error.pb.go @@ -82,7 +82,7 @@ func (x DateErrorEnum_DateError) String() string { return proto.EnumName(DateErrorEnum_DateError_name, int32(x)) } func (DateErrorEnum_DateError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_date_error_1076a7adf94622c1, []int{0, 0} + return fileDescriptor_date_error_46c20899519a126a, []int{0, 0} } // Container for enum describing possible date errors. @@ -96,7 +96,7 @@ func (m *DateErrorEnum) Reset() { *m = DateErrorEnum{} } func (m *DateErrorEnum) String() string { return proto.CompactTextString(m) } func (*DateErrorEnum) ProtoMessage() {} func (*DateErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_date_error_1076a7adf94622c1, []int{0} + return fileDescriptor_date_error_46c20899519a126a, []int{0} } func (m *DateErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DateErrorEnum.Unmarshal(m, b) @@ -122,10 +122,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/date_error.proto", fileDescriptor_date_error_1076a7adf94622c1) + proto.RegisterFile("google/ads/googleads/v1/errors/date_error.proto", fileDescriptor_date_error_46c20899519a126a) } -var fileDescriptor_date_error_1076a7adf94622c1 = []byte{ +var fileDescriptor_date_error_46c20899519a126a = []byte{ // 446 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xdd, 0x6e, 0xd3, 0x30, 0x18, 0x86, 0x69, 0x8b, 0x36, 0xf6, 0x95, 0x9f, 0xc8, 0x1c, 0x4c, 0xc0, 0x18, 0xa3, 0xc0, 0x19, diff --git a/googleapis/ads/googleads/v1/errors/date_range_error.pb.go b/googleapis/ads/googleads/v1/errors/date_range_error.pb.go index 716ad81045..c7d0f9ab7b 100644 --- a/googleapis/ads/googleads/v1/errors/date_range_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/date_range_error.pb.go @@ -35,7 +35,7 @@ const ( DateRangeErrorEnum_CANNOT_SET_DATE_TO_PAST DateRangeErrorEnum_DateRangeError = 4 // A date was used that is past the system "last" date. DateRangeErrorEnum_AFTER_MAXIMUM_ALLOWABLE_DATE DateRangeErrorEnum_DateRangeError = 5 - // Trying to change start date on a campaign that has started. + // Trying to change start date on a resource that has started. DateRangeErrorEnum_CANNOT_MODIFY_START_DATE_IF_ALREADY_STARTED DateRangeErrorEnum_DateRangeError = 6 ) @@ -62,7 +62,7 @@ func (x DateRangeErrorEnum_DateRangeError) String() string { return proto.EnumName(DateRangeErrorEnum_DateRangeError_name, int32(x)) } func (DateRangeErrorEnum_DateRangeError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_date_range_error_93ac0847a733c955, []int{0, 0} + return fileDescriptor_date_range_error_4de96ce6b4f7f7c6, []int{0, 0} } // Container for enum describing possible date range errors. @@ -76,7 +76,7 @@ func (m *DateRangeErrorEnum) Reset() { *m = DateRangeErrorEnum{} } func (m *DateRangeErrorEnum) String() string { return proto.CompactTextString(m) } func (*DateRangeErrorEnum) ProtoMessage() {} func (*DateRangeErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_date_range_error_93ac0847a733c955, []int{0} + return fileDescriptor_date_range_error_4de96ce6b4f7f7c6, []int{0} } func (m *DateRangeErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DateRangeErrorEnum.Unmarshal(m, b) @@ -102,10 +102,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/date_range_error.proto", fileDescriptor_date_range_error_93ac0847a733c955) + proto.RegisterFile("google/ads/googleads/v1/errors/date_range_error.proto", fileDescriptor_date_range_error_4de96ce6b4f7f7c6) } -var fileDescriptor_date_range_error_93ac0847a733c955 = []byte{ +var fileDescriptor_date_range_error_4de96ce6b4f7f7c6 = []byte{ // 391 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0x8e, 0x95, 0x30, 0x14, 0x86, 0xe5, 0x8e, 0x8e, 0x49, 0xc7, 0x28, 0xa9, 0x0b, 0xa3, 0x8e, 0x13, 0xc3, 0xd6, 0xa4, diff --git a/googleapis/ads/googleads/v1/errors/distinct_error.pb.go b/googleapis/ads/googleads/v1/errors/distinct_error.pb.go index b3f18bdc06..627a8b0a61 100644 --- a/googleapis/ads/googleads/v1/errors/distinct_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/distinct_error.pb.go @@ -50,7 +50,7 @@ func (x DistinctErrorEnum_DistinctError) String() string { return proto.EnumName(DistinctErrorEnum_DistinctError_name, int32(x)) } func (DistinctErrorEnum_DistinctError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_distinct_error_ce2809863c4e9fa7, []int{0, 0} + return fileDescriptor_distinct_error_e8a8de7568fed594, []int{0, 0} } // Container for enum describing possible distinct errors. @@ -64,7 +64,7 @@ func (m *DistinctErrorEnum) Reset() { *m = DistinctErrorEnum{} } func (m *DistinctErrorEnum) String() string { return proto.CompactTextString(m) } func (*DistinctErrorEnum) ProtoMessage() {} func (*DistinctErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_distinct_error_ce2809863c4e9fa7, []int{0} + return fileDescriptor_distinct_error_e8a8de7568fed594, []int{0} } func (m *DistinctErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DistinctErrorEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/distinct_error.proto", fileDescriptor_distinct_error_ce2809863c4e9fa7) + proto.RegisterFile("google/ads/googleads/v1/errors/distinct_error.proto", fileDescriptor_distinct_error_e8a8de7568fed594) } -var fileDescriptor_distinct_error_ce2809863c4e9fa7 = []byte{ +var fileDescriptor_distinct_error_e8a8de7568fed594 = []byte{ // 307 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdf, 0x4a, 0xc3, 0x30, 0x18, 0xc5, 0x5d, 0x07, 0x0a, 0x19, 0x6a, 0x17, 0xf0, 0x46, 0x64, 0x17, 0x7d, 0x80, 0x84, 0xb2, diff --git a/googleapis/ads/googleads/v1/errors/enum_error.pb.go b/googleapis/ads/googleads/v1/errors/enum_error.pb.go index ae05da780d..05ce677716 100644 --- a/googleapis/ads/googleads/v1/errors/enum_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/enum_error.pb.go @@ -46,7 +46,7 @@ func (x EnumErrorEnum_EnumError) String() string { return proto.EnumName(EnumErrorEnum_EnumError_name, int32(x)) } func (EnumErrorEnum_EnumError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_enum_error_0730761e494a1554, []int{0, 0} + return fileDescriptor_enum_error_9874f7159f8ae424, []int{0, 0} } // Container for enum describing possible enum errors. @@ -60,7 +60,7 @@ func (m *EnumErrorEnum) Reset() { *m = EnumErrorEnum{} } func (m *EnumErrorEnum) String() string { return proto.CompactTextString(m) } func (*EnumErrorEnum) ProtoMessage() {} func (*EnumErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_enum_error_0730761e494a1554, []int{0} + return fileDescriptor_enum_error_9874f7159f8ae424, []int{0} } func (m *EnumErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EnumErrorEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/enum_error.proto", fileDescriptor_enum_error_0730761e494a1554) + proto.RegisterFile("google/ads/googleads/v1/errors/enum_error.proto", fileDescriptor_enum_error_9874f7159f8ae424) } -var fileDescriptor_enum_error_0730761e494a1554 = []byte{ +var fileDescriptor_enum_error_9874f7159f8ae424 = []byte{ // 293 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0x84, 0x40, 0x18, 0xc7, 0xd3, 0x85, 0xa2, 0x59, 0x2a, 0xf1, 0x14, 0xb1, 0xec, 0xc1, 0x07, 0x98, 0x41, 0xba, diff --git a/googleapis/ads/googleads/v1/errors/errors.pb.go b/googleapis/ads/googleads/v1/errors/errors.pb.go index 0a009b921e..17187976c0 100644 --- a/googleapis/ads/googleads/v1/errors/errors.pb.go +++ b/googleapis/ads/googleads/v1/errors/errors.pb.go @@ -35,7 +35,7 @@ func (m *GoogleAdsFailure) Reset() { *m = GoogleAdsFailure{} } func (m *GoogleAdsFailure) String() string { return proto.CompactTextString(m) } func (*GoogleAdsFailure) ProtoMessage() {} func (*GoogleAdsFailure) Descriptor() ([]byte, []int) { - return fileDescriptor_errors_80dc7952912f9500, []int{0} + return fileDescriptor_errors_70395b57fa918bda, []int{0} } func (m *GoogleAdsFailure) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GoogleAdsFailure.Unmarshal(m, b) @@ -84,7 +84,7 @@ func (m *GoogleAdsError) Reset() { *m = GoogleAdsError{} } func (m *GoogleAdsError) String() string { return proto.CompactTextString(m) } func (*GoogleAdsError) ProtoMessage() {} func (*GoogleAdsError) Descriptor() ([]byte, []int) { - return fileDescriptor_errors_80dc7952912f9500, []int{1} + return fileDescriptor_errors_70395b57fa918bda, []int{1} } func (m *GoogleAdsError) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GoogleAdsError.Unmarshal(m, b) @@ -181,6 +181,7 @@ type ErrorCode struct { // *ErrorCode_ImageError // *ErrorCode_LanguageCodeError // *ErrorCode_MediaBundleError + // *ErrorCode_MediaUploadError // *ErrorCode_MediaFileError // *ErrorCode_MultiplierError // *ErrorCode_NewResourceCreationError @@ -196,6 +197,7 @@ type ErrorCode struct { // *ErrorCode_OperationAccessDeniedError // *ErrorCode_ResourceAccessDeniedError // *ErrorCode_ResourceCountLimitExceededError + // *ErrorCode_YoutubeVideoRegistrationError // *ErrorCode_AdGroupBidModifierError // *ErrorCode_ContextError // *ErrorCode_FieldError @@ -239,6 +241,7 @@ type ErrorCode struct { // *ErrorCode_MutateJobError // *ErrorCode_PartialFailureError // *ErrorCode_PolicyValidationParameterError + // *ErrorCode_SizeLimitError ErrorCode isErrorCode_ErrorCode `protobuf_oneof:"error_code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -249,7 +252,7 @@ func (m *ErrorCode) Reset() { *m = ErrorCode{} } func (m *ErrorCode) String() string { return proto.CompactTextString(m) } func (*ErrorCode) ProtoMessage() {} func (*ErrorCode) Descriptor() ([]byte, []int) { - return fileDescriptor_errors_80dc7952912f9500, []int{2} + return fileDescriptor_errors_70395b57fa918bda, []int{2} } func (m *ErrorCode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorCode.Unmarshal(m, b) @@ -421,6 +424,10 @@ type ErrorCode_MediaBundleError struct { MediaBundleError MediaBundleErrorEnum_MediaBundleError `protobuf:"varint,42,opt,name=media_bundle_error,json=mediaBundleError,proto3,enum=google.ads.googleads.v1.errors.MediaBundleErrorEnum_MediaBundleError,oneof"` } +type ErrorCode_MediaUploadError struct { + MediaUploadError MediaUploadErrorEnum_MediaUploadError `protobuf:"varint,116,opt,name=media_upload_error,json=mediaUploadError,proto3,enum=google.ads.googleads.v1.errors.MediaUploadErrorEnum_MediaUploadError,oneof"` +} + type ErrorCode_MediaFileError struct { MediaFileError MediaFileErrorEnum_MediaFileError `protobuf:"varint,86,opt,name=media_file_error,json=mediaFileError,proto3,enum=google.ads.googleads.v1.errors.MediaFileErrorEnum_MediaFileError,oneof"` } @@ -481,6 +488,10 @@ type ErrorCode_ResourceCountLimitExceededError struct { ResourceCountLimitExceededError ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError `protobuf:"varint,57,opt,name=resource_count_limit_exceeded_error,json=resourceCountLimitExceededError,proto3,enum=google.ads.googleads.v1.errors.ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError,oneof"` } +type ErrorCode_YoutubeVideoRegistrationError struct { + YoutubeVideoRegistrationError YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError `protobuf:"varint,117,opt,name=youtube_video_registration_error,json=youtubeVideoRegistrationError,proto3,enum=google.ads.googleads.v1.errors.YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError,oneof"` +} + type ErrorCode_AdGroupBidModifierError struct { AdGroupBidModifierError AdGroupBidModifierErrorEnum_AdGroupBidModifierError `protobuf:"varint,59,opt,name=ad_group_bid_modifier_error,json=adGroupBidModifierError,proto3,enum=google.ads.googleads.v1.errors.AdGroupBidModifierErrorEnum_AdGroupBidModifierError,oneof"` } @@ -653,6 +664,10 @@ type ErrorCode_PolicyValidationParameterError struct { PolicyValidationParameterError PolicyValidationParameterErrorEnum_PolicyValidationParameterError `protobuf:"varint,114,opt,name=policy_validation_parameter_error,json=policyValidationParameterError,proto3,enum=google.ads.googleads.v1.errors.PolicyValidationParameterErrorEnum_PolicyValidationParameterError,oneof"` } +type ErrorCode_SizeLimitError struct { + SizeLimitError SizeLimitErrorEnum_SizeLimitError `protobuf:"varint,118,opt,name=size_limit_error,json=sizeLimitError,proto3,enum=google.ads.googleads.v1.errors.SizeLimitErrorEnum_SizeLimitError,oneof"` +} + func (*ErrorCode_RequestError) isErrorCode_ErrorCode() {} func (*ErrorCode_BiddingStrategyError) isErrorCode_ErrorCode() {} @@ -727,6 +742,8 @@ func (*ErrorCode_LanguageCodeError) isErrorCode_ErrorCode() {} func (*ErrorCode_MediaBundleError) isErrorCode_ErrorCode() {} +func (*ErrorCode_MediaUploadError) isErrorCode_ErrorCode() {} + func (*ErrorCode_MediaFileError) isErrorCode_ErrorCode() {} func (*ErrorCode_MultiplierError) isErrorCode_ErrorCode() {} @@ -757,6 +774,8 @@ func (*ErrorCode_ResourceAccessDeniedError) isErrorCode_ErrorCode() {} func (*ErrorCode_ResourceCountLimitExceededError) isErrorCode_ErrorCode() {} +func (*ErrorCode_YoutubeVideoRegistrationError) isErrorCode_ErrorCode() {} + func (*ErrorCode_AdGroupBidModifierError) isErrorCode_ErrorCode() {} func (*ErrorCode_ContextError) isErrorCode_ErrorCode() {} @@ -843,6 +862,8 @@ func (*ErrorCode_PartialFailureError) isErrorCode_ErrorCode() {} func (*ErrorCode_PolicyValidationParameterError) isErrorCode_ErrorCode() {} +func (*ErrorCode_SizeLimitError) isErrorCode_ErrorCode() {} + func (m *ErrorCode) GetErrorCode() isErrorCode_ErrorCode { if m != nil { return m.ErrorCode @@ -1109,6 +1130,13 @@ func (m *ErrorCode) GetMediaBundleError() MediaBundleErrorEnum_MediaBundleError return MediaBundleErrorEnum_UNSPECIFIED } +func (m *ErrorCode) GetMediaUploadError() MediaUploadErrorEnum_MediaUploadError { + if x, ok := m.GetErrorCode().(*ErrorCode_MediaUploadError); ok { + return x.MediaUploadError + } + return MediaUploadErrorEnum_UNSPECIFIED +} + func (m *ErrorCode) GetMediaFileError() MediaFileErrorEnum_MediaFileError { if x, ok := m.GetErrorCode().(*ErrorCode_MediaFileError); ok { return x.MediaFileError @@ -1214,6 +1242,13 @@ func (m *ErrorCode) GetResourceCountLimitExceededError() ResourceCountLimitExcee return ResourceCountLimitExceededErrorEnum_UNSPECIFIED } +func (m *ErrorCode) GetYoutubeVideoRegistrationError() YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError { + if x, ok := m.GetErrorCode().(*ErrorCode_YoutubeVideoRegistrationError); ok { + return x.YoutubeVideoRegistrationError + } + return YoutubeVideoRegistrationErrorEnum_UNSPECIFIED +} + func (m *ErrorCode) GetAdGroupBidModifierError() AdGroupBidModifierErrorEnum_AdGroupBidModifierError { if x, ok := m.GetErrorCode().(*ErrorCode_AdGroupBidModifierError); ok { return x.AdGroupBidModifierError @@ -1515,6 +1550,13 @@ func (m *ErrorCode) GetPolicyValidationParameterError() PolicyValidationParamete return PolicyValidationParameterErrorEnum_UNSPECIFIED } +func (m *ErrorCode) GetSizeLimitError() SizeLimitErrorEnum_SizeLimitError { + if x, ok := m.GetErrorCode().(*ErrorCode_SizeLimitError); ok { + return x.SizeLimitError + } + return SizeLimitErrorEnum_UNSPECIFIED +} + // XXX_OneofFuncs is for the internal use of the proto package. func (*ErrorCode) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { return _ErrorCode_OneofMarshaler, _ErrorCode_OneofUnmarshaler, _ErrorCode_OneofSizer, []interface{}{ @@ -1555,6 +1597,7 @@ func (*ErrorCode) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) err (*ErrorCode_ImageError)(nil), (*ErrorCode_LanguageCodeError)(nil), (*ErrorCode_MediaBundleError)(nil), + (*ErrorCode_MediaUploadError)(nil), (*ErrorCode_MediaFileError)(nil), (*ErrorCode_MultiplierError)(nil), (*ErrorCode_NewResourceCreationError)(nil), @@ -1570,6 +1613,7 @@ func (*ErrorCode) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) err (*ErrorCode_OperationAccessDeniedError)(nil), (*ErrorCode_ResourceAccessDeniedError)(nil), (*ErrorCode_ResourceCountLimitExceededError)(nil), + (*ErrorCode_YoutubeVideoRegistrationError)(nil), (*ErrorCode_AdGroupBidModifierError)(nil), (*ErrorCode_ContextError)(nil), (*ErrorCode_FieldError)(nil), @@ -1613,6 +1657,7 @@ func (*ErrorCode) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) err (*ErrorCode_MutateJobError)(nil), (*ErrorCode_PartialFailureError)(nil), (*ErrorCode_PolicyValidationParameterError)(nil), + (*ErrorCode_SizeLimitError)(nil), } } @@ -1731,6 +1776,9 @@ func _ErrorCode_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { case *ErrorCode_MediaBundleError: b.EncodeVarint(42<<3 | proto.WireVarint) b.EncodeVarint(uint64(x.MediaBundleError)) + case *ErrorCode_MediaUploadError: + b.EncodeVarint(116<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.MediaUploadError)) case *ErrorCode_MediaFileError: b.EncodeVarint(86<<3 | proto.WireVarint) b.EncodeVarint(uint64(x.MediaFileError)) @@ -1776,6 +1824,9 @@ func _ErrorCode_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { case *ErrorCode_ResourceCountLimitExceededError: b.EncodeVarint(57<<3 | proto.WireVarint) b.EncodeVarint(uint64(x.ResourceCountLimitExceededError)) + case *ErrorCode_YoutubeVideoRegistrationError: + b.EncodeVarint(117<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.YoutubeVideoRegistrationError)) case *ErrorCode_AdGroupBidModifierError: b.EncodeVarint(59<<3 | proto.WireVarint) b.EncodeVarint(uint64(x.AdGroupBidModifierError)) @@ -1905,6 +1956,9 @@ func _ErrorCode_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { case *ErrorCode_PolicyValidationParameterError: b.EncodeVarint(114<<3 | proto.WireVarint) b.EncodeVarint(uint64(x.PolicyValidationParameterError)) + case *ErrorCode_SizeLimitError: + b.EncodeVarint(118<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.SizeLimitError)) case nil: default: return fmt.Errorf("ErrorCode.ErrorCode has unexpected type %T", x) @@ -2174,6 +2228,13 @@ func _ErrorCode_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buff x, err := b.DecodeVarint() m.ErrorCode = &ErrorCode_MediaBundleError{MediaBundleErrorEnum_MediaBundleError(x)} return true, err + case 116: // error_code.media_upload_error + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.ErrorCode = &ErrorCode_MediaUploadError{MediaUploadErrorEnum_MediaUploadError(x)} + return true, err case 86: // error_code.media_file_error if wire != proto.WireVarint { return true, proto.ErrInternalBadWireType @@ -2279,6 +2340,13 @@ func _ErrorCode_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buff x, err := b.DecodeVarint() m.ErrorCode = &ErrorCode_ResourceCountLimitExceededError{ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError(x)} return true, err + case 117: // error_code.youtube_video_registration_error + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.ErrorCode = &ErrorCode_YoutubeVideoRegistrationError{YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError(x)} + return true, err case 59: // error_code.ad_group_bid_modifier_error if wire != proto.WireVarint { return true, proto.ErrInternalBadWireType @@ -2580,6 +2648,13 @@ func _ErrorCode_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buff x, err := b.DecodeVarint() m.ErrorCode = &ErrorCode_PolicyValidationParameterError{PolicyValidationParameterErrorEnum_PolicyValidationParameterError(x)} return true, err + case 118: // error_code.size_limit_error + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.ErrorCode = &ErrorCode_SizeLimitError{SizeLimitErrorEnum_SizeLimitError(x)} + return true, err default: return false, nil } @@ -2700,6 +2775,9 @@ func _ErrorCode_OneofSizer(msg proto.Message) (n int) { case *ErrorCode_MediaBundleError: n += 2 // tag and wire n += proto.SizeVarint(uint64(x.MediaBundleError)) + case *ErrorCode_MediaUploadError: + n += 2 // tag and wire + n += proto.SizeVarint(uint64(x.MediaUploadError)) case *ErrorCode_MediaFileError: n += 2 // tag and wire n += proto.SizeVarint(uint64(x.MediaFileError)) @@ -2745,6 +2823,9 @@ func _ErrorCode_OneofSizer(msg proto.Message) (n int) { case *ErrorCode_ResourceCountLimitExceededError: n += 2 // tag and wire n += proto.SizeVarint(uint64(x.ResourceCountLimitExceededError)) + case *ErrorCode_YoutubeVideoRegistrationError: + n += 2 // tag and wire + n += proto.SizeVarint(uint64(x.YoutubeVideoRegistrationError)) case *ErrorCode_AdGroupBidModifierError: n += 2 // tag and wire n += proto.SizeVarint(uint64(x.AdGroupBidModifierError)) @@ -2874,6 +2955,9 @@ func _ErrorCode_OneofSizer(msg proto.Message) (n int) { case *ErrorCode_PolicyValidationParameterError: n += 2 // tag and wire n += proto.SizeVarint(uint64(x.PolicyValidationParameterError)) + case *ErrorCode_SizeLimitError: + n += 2 // tag and wire + n += proto.SizeVarint(uint64(x.SizeLimitError)) case nil: default: panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) @@ -2894,7 +2978,7 @@ func (m *ErrorLocation) Reset() { *m = ErrorLocation{} } func (m *ErrorLocation) String() string { return proto.CompactTextString(m) } func (*ErrorLocation) ProtoMessage() {} func (*ErrorLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_errors_80dc7952912f9500, []int{3} + return fileDescriptor_errors_70395b57fa918bda, []int{3} } func (m *ErrorLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorLocation.Unmarshal(m, b) @@ -2936,7 +3020,7 @@ func (m *ErrorLocation_FieldPathElement) Reset() { *m = ErrorLocation_Fi func (m *ErrorLocation_FieldPathElement) String() string { return proto.CompactTextString(m) } func (*ErrorLocation_FieldPathElement) ProtoMessage() {} func (*ErrorLocation_FieldPathElement) Descriptor() ([]byte, []int) { - return fileDescriptor_errors_80dc7952912f9500, []int{3, 0} + return fileDescriptor_errors_70395b57fa918bda, []int{3, 0} } func (m *ErrorLocation_FieldPathElement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorLocation_FieldPathElement.Unmarshal(m, b) @@ -2988,7 +3072,7 @@ func (m *ErrorDetails) Reset() { *m = ErrorDetails{} } func (m *ErrorDetails) String() string { return proto.CompactTextString(m) } func (*ErrorDetails) ProtoMessage() {} func (*ErrorDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_errors_80dc7952912f9500, []int{4} + return fileDescriptor_errors_70395b57fa918bda, []int{4} } func (m *ErrorDetails) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorDetails.Unmarshal(m, b) @@ -3051,7 +3135,7 @@ func (m *PolicyViolationDetails) Reset() { *m = PolicyViolationDetails{} func (m *PolicyViolationDetails) String() string { return proto.CompactTextString(m) } func (*PolicyViolationDetails) ProtoMessage() {} func (*PolicyViolationDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_errors_80dc7952912f9500, []int{5} + return fileDescriptor_errors_70395b57fa918bda, []int{5} } func (m *PolicyViolationDetails) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyViolationDetails.Unmarshal(m, b) @@ -3116,7 +3200,7 @@ func (m *PolicyFindingDetails) Reset() { *m = PolicyFindingDetails{} } func (m *PolicyFindingDetails) String() string { return proto.CompactTextString(m) } func (*PolicyFindingDetails) ProtoMessage() {} func (*PolicyFindingDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_errors_80dc7952912f9500, []int{6} + return fileDescriptor_errors_70395b57fa918bda, []int{6} } func (m *PolicyFindingDetails) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyFindingDetails.Unmarshal(m, b) @@ -3155,251 +3239,258 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/errors.proto", fileDescriptor_errors_80dc7952912f9500) -} - -var fileDescriptor_errors_80dc7952912f9500 = []byte{ - // 3867 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x5b, 0xcd, 0x93, 0x1c, 0x37, - 0x15, 0x9f, 0xb1, 0x49, 0xec, 0xd5, 0xda, 0x6b, 0xbb, 0xbd, 0x76, 0x64, 0x3b, 0x71, 0x9c, 0x4d, - 0x02, 0x26, 0x24, 0xb3, 0xde, 0xf5, 0x57, 0xb2, 0x4e, 0xec, 0xcc, 0x7e, 0x79, 0x36, 0xde, 0xb5, - 0x37, 0xbd, 0x8e, 0x13, 0x12, 0xc3, 0x44, 0xd3, 0xad, 0x99, 0x55, 0xb6, 0xbf, 0xdc, 0x1f, 0xf6, - 0xae, 0x8b, 0x54, 0x01, 0x55, 0x50, 0x05, 0x55, 0x70, 0x80, 0x2a, 0x0e, 0x1c, 0x38, 0xe4, 0xc8, - 0x81, 0x03, 0x1c, 0xf8, 0x17, 0x28, 0xf8, 0x3b, 0xe0, 0xc0, 0x9d, 0x3b, 0x25, 0xf5, 0x97, 0xa4, - 0xd6, 0x4c, 0xab, 0x73, 0xda, 0xd5, 0x4f, 0xfa, 0xbd, 0xa7, 0xd6, 0x3c, 0x3d, 0x3d, 0xe9, 0x49, - 0xe0, 0x07, 0x23, 0xdf, 0x1f, 0x39, 0x78, 0x1e, 0xd9, 0xd1, 0x7c, 0xfa, 0x2f, 0xfd, 0xef, 0xe9, - 0xc2, 0x3c, 0x0e, 0x43, 0x3f, 0x8c, 0xb2, 0x3f, 0x9d, 0x20, 0xf4, 0x63, 0xdf, 0xb8, 0x98, 0xb6, - 0xe8, 0x20, 0x3b, 0xea, 0x14, 0x8d, 0x3b, 0x4f, 0x17, 0x3a, 0x69, 0xab, 0xf3, 0x63, 0x85, 0x59, - 0xbe, 0xeb, 0xfa, 0xde, 0x7c, 0xe0, 0x3b, 0xc4, 0x3a, 0x48, 0x85, 0x9d, 0x7f, 0xab, 0xa6, 0xf1, - 0x53, 0xe4, 0x24, 0x38, 0x6b, 0xbb, 0x5c, 0xd3, 0x4b, 0x64, 0x59, 0x7e, 0xe2, 0xc5, 0xfd, 0x41, - 0x62, 0x8f, 0x70, 0xdc, 0x0f, 0x42, 0x3f, 0xf0, 0x23, 0xe4, 0xf4, 0x59, 0x75, 0x26, 0xe3, 0xdd, - 0x3a, 0x19, 0x76, 0xdf, 0x4a, 0xa2, 0xd8, 0x77, 0xc9, 0x73, 0x1c, 0x0a, 0xcc, 0x77, 0xea, 0x99, - 0x7c, 0xf3, 0x1b, 0xf5, 0xcd, 0x47, 0xa1, 0x9f, 0x04, 0x7d, 0x89, 0xf7, 0xa1, 0x2e, 0x6f, 0x40, - 0xec, 0xbe, 0xeb, 0xdb, 0x64, 0x48, 0xa4, 0x8e, 0x7e, 0xa0, 0x2b, 0xc1, 0x0a, 0x49, 0x8c, 0x43, - 0xe2, 0x7b, 0x02, 0xfd, 0xaa, 0x2e, 0xbd, 0xe1, 0xb0, 0xa6, 0xa4, 0x21, 0xc6, 0xe2, 0xf7, 0xde, - 0xac, 0x67, 0x06, 0x28, 0x44, 0x2e, 0x8e, 0xa5, 0xcf, 0xbc, 0x5e, 0x4f, 0x8c, 0x76, 0x51, 0x48, - 0xbc, 0x91, 0x40, 0xeb, 0xd4, 0xd2, 0xf6, 0x85, 0xf6, 0x57, 0xea, 0xda, 0x47, 0x11, 0x8e, 0x05, - 0xc6, 0x7b, 0x75, 0x8c, 0x24, 0xde, 0xc5, 0x5e, 0x4c, 0x2c, 0x14, 0xcb, 0x63, 0xff, 0xae, 0x06, - 0xd5, 0x0f, 0xc9, 0xf3, 0x2a, 0x73, 0xb1, 0x86, 0x39, 0x20, 0xb6, 0x2d, 0x0f, 0xc5, 0x2d, 0x4d, - 0x4e, 0x14, 0x87, 0x28, 0xc6, 0xa3, 0x83, 0x46, 0x5d, 0x1d, 0x10, 0xc7, 0x61, 0x64, 0x1c, 0x4b, - 0xb6, 0xb2, 0x54, 0xc3, 0xb4, 0x90, 0x1b, 0x20, 0x32, 0xf2, 0xf2, 0x79, 0xdc, 0xc4, 0xb6, 0x0b, - 0xee, 0xb7, 0xb3, 0xed, 0x82, 0xde, 0xe4, 0x4b, 0x0b, 0x52, 0xc5, 0xb6, 0x6f, 0xeb, 0x32, 0xa9, - 0xa1, 0x62, 0xbb, 0x2f, 0x5b, 0x52, 0xad, 0xe6, 0x5d, 0xe4, 0x8d, 0x70, 0x3f, 0x8a, 0x51, 0x9c, - 0x44, 0xcd, 0xc6, 0xd8, 0x77, 0x1c, 0x6c, 0x31, 0x2b, 0x8a, 0xc8, 0x73, 0xdc, 0xc8, 0x94, 0x2c, - 0xdf, 0x8b, 0xf1, 0xbe, 0xd8, 0xd3, 0xf7, 0xeb, 0x39, 0x4f, 0x71, 0x18, 0x51, 0x7d, 0xc8, 0xaa, - 0x18, 0xef, 0xdd, 0x06, 0x6c, 0xfb, 0xab, 0x24, 0x8a, 0x5d, 0xec, 0xc5, 0xfd, 0x24, 0x70, 0x7c, - 0xc9, 0x79, 0x36, 0xe8, 0x86, 0x82, 0x7d, 0xb3, 0x96, 0x9d, 0x78, 0x71, 0x78, 0xd0, 0xb7, 0x7c, - 0x5b, 0x1c, 0xb1, 0x6b, 0x75, 0x44, 0xa5, 0x31, 0xd6, 0xfe, 0x46, 0x6c, 0x1d, 0xea, 0x13, 0x2f, - 0xc6, 0x21, 0x8e, 0xc4, 0xf1, 0xbe, 0xa3, 0xc5, 0xc5, 0x61, 0xdf, 0x72, 0x08, 0x1d, 0x2b, 0x87, - 0x78, 0x7b, 0xcd, 0x66, 0x42, 0x2e, 0xa0, 0x91, 0x3d, 0xe6, 0xa4, 0xca, 0x4c, 0xf8, 0x50, 0x97, - 0xe9, 0x22, 0x0f, 0x8d, 0x70, 0xd8, 0xbc, 0xc3, 0x36, 0x8a, 0xd1, 0x00, 0x45, 0xe2, 0x0f, 0x33, - 0x5f, 0x4f, 0xc2, 0x8d, 0x16, 0x15, 0x46, 0x08, 0xd9, 0xac, 0x6b, 0xd4, 0x39, 0x12, 0xc5, 0xc4, - 0xb3, 0xe2, 0x46, 0x9d, 0xc3, 0x5e, 0xe2, 0x36, 0x72, 0x27, 0x78, 0x3f, 0xc6, 0x1e, 0x33, 0x6e, - 0x36, 0xfe, 0x24, 0xc6, 0x6e, 0xa3, 0xd9, 0x51, 0xf2, 0x23, 0x1c, 0xc7, 0xf2, 0x6a, 0xb1, 0x52, - 0xc3, 0x66, 0x3a, 0x51, 0x1c, 0x87, 0x64, 0x90, 0xd0, 0x41, 0xc2, 0x43, 0x1c, 0x62, 0xcf, 0x6a, - 0xf6, 0x83, 0x54, 0x0c, 0xe7, 0x9a, 0x0e, 0xa1, 0xf2, 0xa5, 0xb7, 0xb4, 0x59, 0x31, 0x0a, 0xe5, - 0x35, 0xe6, 0x8e, 0x36, 0xf9, 0x29, 0x72, 0x88, 0x5d, 0x5d, 0x8b, 0x6f, 0xea, 0x08, 0x70, 0x51, - 0x10, 0xc8, 0x43, 0x5c, 0x17, 0x6b, 0x0c, 0x09, 0x76, 0xec, 0x46, 0xf6, 0x9a, 0x32, 0x5c, 0x14, - 0x35, 0x9b, 0x4c, 0xc3, 0xc4, 0xab, 0x7a, 0xe9, 0x5b, 0xba, 0xa4, 0x00, 0x85, 0x91, 0xfc, 0x69, - 0x1b, 0x35, 0xe4, 0x11, 0xf6, 0xf3, 0xdf, 0xc2, 0xf2, 0xbd, 0x28, 0x46, 0x5e, 0xdc, 0x8f, 0x92, - 0xd1, 0x08, 0x47, 0x95, 0x7e, 0x2c, 0xd4, 0x88, 0xda, 0xc5, 0xc8, 0x6e, 0x18, 0xbb, 0x13, 0xbb, - 0xd1, 0xef, 0x40, 0x5c, 0xd4, 0xd0, 0x01, 0x30, 0x27, 0xee, 0x49, 0x7b, 0x91, 0x3a, 0xa7, 0xb8, - 0x87, 0x0f, 0x9e, 0xf9, 0xa1, 0xdd, 0x0f, 0x1c, 0x44, 0x17, 0x3e, 0x45, 0xd8, 0xdd, 0x48, 0x82, - 0x32, 0xb8, 0xb9, 0xd9, 0x44, 0x42, 0x13, 0x67, 0x22, 0x10, 0x89, 0x8d, 0x51, 0xa3, 0x39, 0x26, - 0xb0, 0xf3, 0x02, 0x2f, 0xa0, 0xd7, 0x44, 0x80, 0x87, 0x47, 0x28, 0x26, 0x4f, 0xb1, 0x52, 0x52, - 0xdd, 0x8f, 0xed, 0xa0, 0x01, 0x6e, 0xb6, 0x87, 0x74, 0x90, 0x37, 0x4a, 0xa8, 0x85, 0x54, 0x02, - 0x85, 0xba, 0xad, 0x81, 0x43, 0xa2, 0xb8, 0xef, 0x07, 0x38, 0x6c, 0xee, 0x54, 0x5c, 0x6c, 0x13, - 0xd4, 0x1f, 0x24, 0x9e, 0xed, 0x34, 0x5b, 0xd2, 0x52, 0xe2, 0x90, 0x34, 0xa5, 0x25, 0x4e, 0x4c, - 0x02, 0x47, 0xde, 0x7c, 0x2e, 0xd4, 0xd2, 0xe2, 0xa6, 0x6b, 0x6e, 0x46, 0xf9, 0xca, 0x1f, 0x34, - 0xb2, 0x7d, 0x0f, 0x3f, 0xeb, 0x87, 0x38, 0xf2, 0x93, 0xd0, 0xc2, 0x7d, 0x2b, 0xc4, 0xd5, 0x21, - 0xad, 0x5b, 0x5b, 0x3c, 0x3f, 0xee, 0x63, 0x37, 0x88, 0x0f, 0x1a, 0x2d, 0x61, 0x5e, 0xe2, 0x88, - 0xe6, 0x52, 0x77, 0x6c, 0x51, 0xfe, 0xde, 0xc8, 0xb2, 0x70, 0x14, 0xf5, 0x6d, 0xec, 0x11, 0x69, - 0x19, 0xbc, 0xaa, 0x25, 0xc3, 0x0f, 0x1b, 0x05, 0x98, 0x01, 0x0a, 0x63, 0x82, 0x9c, 0xfe, 0x10, - 0x11, 0x27, 0x09, 0x9b, 0x59, 0x6a, 0x7a, 0x88, 0xd3, 0x1f, 0x12, 0xaf, 0xb2, 0xad, 0x5c, 0xd7, - 0xa3, 0x72, 0x8b, 0xa7, 0x7a, 0x83, 0x7f, 0x4b, 0x53, 0x0e, 0xf1, 0x9d, 0xea, 0x6f, 0x5b, 0x37, - 0xab, 0x9f, 0x24, 0x38, 0x3c, 0x68, 0xc8, 0xf0, 0x63, 0xd4, 0x88, 0x51, 0x8d, 0x13, 0xeb, 0x46, - 0x35, 0xc4, 0x96, 0xef, 0xba, 0xd8, 0x53, 0x04, 0x15, 0x37, 0x6a, 0xa9, 0x23, 0x4a, 0xa9, 0xb8, - 0x9c, 0xc5, 0x5a, 0xde, 0x93, 0x44, 0xde, 0x5d, 0x74, 0x6b, 0x39, 0xd9, 0xb4, 0x1a, 0x6f, 0xb0, - 0x3d, 0x5d, 0x11, 0xe9, 0x91, 0x9d, 0x43, 0x5c, 0x12, 0xf7, 0xf1, 0xbe, 0x85, 0xb1, 0x2d, 0x49, - 0xaa, 0xfb, 0x00, 0x55, 0xac, 0x5a, 0x67, 0x3a, 0xd9, 0x7e, 0x5b, 0xbd, 0x2f, 0xbb, 0xae, 0x47, - 0x6e, 0xba, 0x59, 0x8f, 0x62, 0x76, 0x16, 0x35, 0xf4, 0x43, 0x17, 0x7d, 0x2b, 0xa6, 0x83, 0xbd, - 0x51, 0xbc, 0xdb, 0xc8, 0x83, 0x25, 0xa1, 0xd3, 0xaf, 0x06, 0x8d, 0xb5, 0xac, 0x88, 0x6d, 0xc0, - 0x24, 0xa3, 0xc8, 0x8e, 0x7d, 0xe7, 0x59, 0x69, 0x90, 0x0c, 0xe7, 0x9f, 0x85, 0x28, 0x08, 0x70, - 0x7e, 0x2c, 0x7c, 0xfe, 0xe5, 0x5c, 0x6a, 0x40, 0xe6, 0x91, 0xe7, 0xf9, 0x31, 0xb3, 0xe1, 0xac, - 0x76, 0xee, 0x73, 0x70, 0xf2, 0x2e, 0xab, 0xef, 0xda, 0xd1, 0x7a, 0xea, 0x6f, 0x8c, 0x75, 0xf0, - 0x62, 0xaa, 0x11, 0xb6, 0x2f, 0x1d, 0xbe, 0x3c, 0xbd, 0xd8, 0xe9, 0x4c, 0x3e, 0x59, 0xee, 0x14, - 0x12, 0xd6, 0x68, 0xd9, 0xcc, 0xd8, 0x73, 0xff, 0x38, 0x04, 0x66, 0xc4, 0x2a, 0xa3, 0x07, 0x00, - 0xab, 0x64, 0xf3, 0x01, 0xb6, 0x2f, 0xb5, 0x2f, 0x4f, 0x2f, 0x7e, 0xbf, 0x4e, 0x3c, 0xa3, 0xae, - 0xf8, 0x36, 0x36, 0xa7, 0x70, 0xfe, 0xaf, 0x01, 0xc1, 0x11, 0x17, 0x47, 0x11, 0x1a, 0x61, 0x78, - 0xe8, 0x52, 0xfb, 0xf2, 0x94, 0x99, 0x17, 0x8d, 0x3b, 0xe0, 0x48, 0x1c, 0x92, 0xd1, 0x08, 0x87, - 0xf0, 0x30, 0x53, 0xf0, 0xe6, 0x58, 0x05, 0xe9, 0x61, 0x76, 0xe7, 0x11, 0x72, 0x12, 0x6c, 0xe6, - 0x2c, 0x63, 0x03, 0x1c, 0x75, 0xfc, 0xf4, 0x14, 0x10, 0x7e, 0x87, 0x49, 0x78, 0x47, 0xab, 0x8b, - 0x9b, 0x19, 0xc9, 0x2c, 0xe8, 0xc6, 0x3a, 0x38, 0x62, 0xe3, 0x18, 0x11, 0x27, 0x82, 0x2f, 0x30, - 0x49, 0x6f, 0x6b, 0x49, 0x5a, 0x4d, 0x39, 0x66, 0x4e, 0x9e, 0xfb, 0xd7, 0x17, 0x60, 0xaa, 0x18, - 0x06, 0xc3, 0x06, 0xc7, 0x05, 0xf7, 0xc0, 0x06, 0x72, 0x66, 0xf1, 0x83, 0x3a, 0xd9, 0x66, 0x4a, - 0x62, 0x82, 0xd6, 0xbc, 0xc4, 0x15, 0x80, 0x5e, 0xcb, 0x3c, 0x16, 0x72, 0x65, 0xe3, 0x17, 0x6d, - 0x70, 0x56, 0x7d, 0xd4, 0xc8, 0x46, 0x7c, 0x66, 0x71, 0xab, 0x4e, 0xdf, 0x72, 0xca, 0xde, 0xc9, - 0xc8, 0xa5, 0x5e, 0x55, 0x45, 0xaf, 0x65, 0xce, 0x0e, 0x14, 0xb8, 0x41, 0xc0, 0x09, 0x69, 0xbe, - 0xb0, 0xdf, 0x75, 0x66, 0xf1, 0x4e, 0x9d, 0xfe, 0x4f, 0x42, 0x67, 0x9d, 0xb2, 0x4a, 0xc5, 0x02, - 0xd2, 0x6b, 0x99, 0xc7, 0x13, 0x1e, 0x30, 0xbe, 0x06, 0xb3, 0xaa, 0x50, 0x8f, 0x59, 0xc1, 0xcc, - 0xe2, 0x46, 0x9d, 0xbe, 0x4d, 0x12, 0xc5, 0x0f, 0x72, 0x6a, 0xa9, 0xb4, 0x0a, 0xf7, 0x5a, 0xa6, - 0xe1, 0x54, 0x50, 0xe3, 0x31, 0x98, 0xe6, 0xd6, 0x3f, 0x66, 0x31, 0x33, 0x8b, 0xef, 0xd5, 0x69, - 0xfd, 0x98, 0x52, 0x4a, 0x6d, 0x65, 0xb1, 0xd7, 0x32, 0xc1, 0x93, 0xa2, 0x64, 0x7c, 0x09, 0x8e, - 0xf1, 0x51, 0x1e, 0x3c, 0xc2, 0xc4, 0xdf, 0xaa, 0x13, 0xbf, 0xc5, 0x38, 0xa5, 0x7c, 0xae, 0xdc, - 0x6b, 0x99, 0xd3, 0x6e, 0x59, 0x34, 0x5c, 0x70, 0x52, 0xde, 0xd8, 0xc2, 0xa3, 0x4c, 0x4b, 0xb7, - 0x4e, 0x0b, 0xfb, 0x11, 0xb6, 0x50, 0xb4, 0x57, 0x2a, 0x12, 0xa1, 0x5e, 0xcb, 0x9c, 0x19, 0x0a, - 0x88, 0xf1, 0x13, 0x70, 0x5a, 0x71, 0xf0, 0x0e, 0xa7, 0xf4, 0x7e, 0xac, 0x2e, 0x4f, 0x2d, 0xb5, - 0x56, 0x61, 0xfa, 0x63, 0xa1, 0x0a, 0x6a, 0xec, 0x82, 0x19, 0x71, 0xf7, 0x08, 0x81, 0x9e, 0x55, - 0x6e, 0x64, 0xac, 0x52, 0xa7, 0x80, 0x50, 0xab, 0x24, 0x3c, 0x90, 0x9a, 0x45, 0x11, 0xe4, 0xc0, - 0x69, 0x5d, 0xb3, 0xf0, 0x63, 0xc4, 0x9b, 0x45, 0x5e, 0x4c, 0xcd, 0x22, 0x2f, 0x19, 0xdb, 0xe0, - 0x68, 0x7e, 0xde, 0x0a, 0x8f, 0x31, 0xd1, 0x57, 0x6b, 0x87, 0x8e, 0x9b, 0x51, 0xdd, 0x62, 0x2e, - 0x1d, 0x41, 0xd9, 0x2c, 0xc2, 0x60, 0x46, 0xdc, 0x15, 0xc3, 0xe3, 0x7a, 0xfe, 0xa9, 0x6b, 0xdf, - 0xa5, 0x24, 0x5e, 0x78, 0x09, 0x50, 0xff, 0x84, 0xb8, 0xb2, 0xf1, 0xb3, 0x36, 0x38, 0xa3, 0xcc, - 0x49, 0xc0, 0x19, 0xa6, 0xee, 0x5e, 0x9d, 0xba, 0x95, 0x8c, 0xbc, 0xcc, 0xb8, 0xa5, 0x56, 0x05, - 0xde, 0x6b, 0x99, 0xa7, 0xad, 0x2a, 0x4c, 0x8d, 0x40, 0xdc, 0xbe, 0xc3, 0x13, 0x7a, 0x46, 0x90, - 0xeb, 0xa8, 0x6a, 0x2d, 0x8c, 0xc0, 0xe2, 0x01, 0xe3, 0xa7, 0x6d, 0x30, 0xab, 0xca, 0x50, 0xc1, - 0x53, 0x7a, 0x1f, 0xdb, 0x15, 0xb8, 0xa2, 0xbd, 0x4b, 0x38, 0xfd, 0x58, 0x54, 0x85, 0x8d, 0x5f, - 0xb7, 0x01, 0x1c, 0x97, 0xa4, 0x84, 0x06, 0xeb, 0xc6, 0x03, 0xcd, 0x9f, 0x78, 0x25, 0x67, 0x57, - 0x7e, 0x6b, 0xb1, 0xa6, 0xd7, 0x32, 0xcf, 0x20, 0x55, 0x85, 0x71, 0x00, 0x4e, 0x2b, 0x72, 0xc2, - 0xf0, 0x34, 0xeb, 0xc6, 0xdd, 0xfa, 0x6e, 0xac, 0x14, 0x4c, 0xbe, 0x0b, 0x12, 0xda, 0x6b, 0x99, - 0xa7, 0x90, 0x0c, 0x1a, 0x1e, 0x38, 0x55, 0xc9, 0x12, 0xc3, 0x33, 0x7a, 0x7e, 0x2e, 0xfb, 0x4a, - 0x71, 0x06, 0xf1, 0x10, 0xf5, 0x73, 0x48, 0x40, 0xa8, 0x5b, 0x95, 0x93, 0xa6, 0x10, 0xea, 0xaa, - 0xdb, 0x49, 0x69, 0xbc, 0x3a, 0x1e, 0x4a, 0xd5, 0xf1, 0x88, 0xf1, 0x10, 0x4c, 0x15, 0xc9, 0x56, - 0x78, 0x8e, 0xe9, 0xb9, 0x5e, 0xaf, 0x67, 0x9f, 0xd7, 0xb0, 0x9f, 0xcb, 0x3e, 0x8a, 0xb2, 0xff, - 0xa9, 0x13, 0xe3, 0x52, 0xb2, 0x70, 0x4f, 0xcf, 0x89, 0x75, 0x29, 0x85, 0x93, 0x5c, 0x14, 0xa9, - 0x13, 0x43, 0x45, 0x89, 0x46, 0x44, 0x42, 0x26, 0x15, 0x9e, 0xd7, 0xf3, 0x38, 0x59, 0x20, 0x52, - 0x89, 0x4c, 0x0a, 0x8f, 0x33, 0xe0, 0xca, 0xc6, 0x6f, 0xda, 0x00, 0x8e, 0xcb, 0x64, 0xc2, 0x57, - 0x98, 0xc6, 0x8f, 0x75, 0x27, 0xbe, 0x62, 0x06, 0xa8, 0xab, 0x7a, 0x2d, 0xf3, 0xac, 0xa5, 0xac, - 0x49, 0x3d, 0xa0, 0x2a, 0x63, 0x08, 0x5f, 0xd5, 0xf4, 0x80, 0x05, 0x79, 0x87, 0x3c, 0xe7, 0xd6, - 0x78, 0x05, 0xce, 0x3c, 0x60, 0x15, 0x36, 0x12, 0x60, 0x54, 0xf3, 0x6f, 0xd0, 0x65, 0xfa, 0xd7, - 0xea, 0xf5, 0x33, 0x26, 0x0d, 0x6a, 0x79, 0xe5, 0x22, 0xd8, 0x6b, 0x99, 0x27, 0x2d, 0x09, 0x33, - 0x1c, 0x70, 0x42, 0xfe, 0x01, 0x2e, 0xe9, 0x4d, 0x09, 0xd5, 0xc0, 0xcb, 0x03, 0x3e, 0x63, 0x89, - 0x03, 0x4d, 0xdd, 0xbc, 0x90, 0x78, 0x83, 0x9f, 0x6b, 0xba, 0xf9, 0x8c, 0xc5, 0xe9, 0xe2, 0x11, - 0xe6, 0xe6, 0x79, 0xc0, 0xf8, 0x0c, 0x80, 0x32, 0xf9, 0x05, 0x5f, 0x63, 0x5a, 0x6e, 0xd6, 0x69, - 0x59, 0x15, 0x02, 0xb4, 0x55, 0x2e, 0x3c, 0x9b, 0xb2, 0xf9, 0xe0, 0x4c, 0xce, 0x92, 0xc1, 0x39, - 0xbd, 0x21, 0xa3, 0x12, 0x4d, 0x4a, 0x13, 0x95, 0x94, 0x10, 0x1d, 0x32, 0x5b, 0x40, 0xe8, 0x90, - 0x89, 0xd9, 0x35, 0xf8, 0xba, 0xde, 0x90, 0xad, 0x66, 0x2c, 0x4e, 0x17, 0x8f, 0xd0, 0x21, 0xb3, - 0x79, 0xc0, 0xf8, 0xa6, 0x0d, 0x2e, 0x4e, 0x4e, 0x72, 0xc1, 0x37, 0x98, 0xea, 0x2f, 0x6a, 0x83, - 0x50, 0x8c, 0xed, 0x6e, 0x2e, 0xc4, 0xcc, 0x65, 0x70, 0x11, 0xe9, 0xf8, 0xfa, 0x5e, 0xcb, 0xbc, - 0x30, 0x1c, 0x5f, 0x4d, 0x87, 0x43, 0x4c, 0xde, 0xc0, 0x37, 0xf5, 0x86, 0x63, 0x3d, 0x63, 0x71, - 0xbd, 0xe0, 0x11, 0x3a, 0x1c, 0x43, 0x1e, 0x60, 0xdb, 0x36, 0x75, 0xca, 0x07, 0x7e, 0x57, 0x6f, - 0xdb, 0x96, 0x2b, 0xd8, 0x4e, 0xc9, 0x55, 0xcd, 0x7c, 0x05, 0xdd, 0xb6, 0x0d, 0x15, 0x38, 0x8d, - 0x2b, 0xf3, 0xf4, 0x0d, 0xfc, 0x9e, 0x5e, 0x5c, 0xb9, 0xc1, 0xad, 0x8a, 0x1b, 0x65, 0x5c, 0x49, - 0xec, 0x62, 0x09, 0xe1, 0x32, 0x3c, 0xf0, 0xb2, 0xde, 0x12, 0xb2, 0x41, 0x29, 0x9c, 0xdc, 0xa2, - 0x48, 0x97, 0x10, 0x52, 0x94, 0x68, 0x40, 0xa1, 0x48, 0x10, 0x40, 0x4f, 0x2f, 0xa0, 0xd8, 0xcc, - 0xa8, 0xa2, 0x2b, 0xab, 0xa0, 0x34, 0xa0, 0x70, 0x64, 0x90, 0xfa, 0xd0, 0x6a, 0x9a, 0x00, 0xbe, - 0xa5, 0xe7, 0x43, 0xb7, 0x28, 0x73, 0x99, 0x11, 0xb9, 0x4d, 0x9a, 0x04, 0x52, 0x1f, 0xea, 0x4a, - 0x18, 0xf5, 0x08, 0x72, 0x92, 0x01, 0x3e, 0xd2, 0xf3, 0x08, 0x4c, 0xfe, 0x3a, 0xa9, 0xa8, 0x2c, - 0x20, 0xea, 0x11, 0x5c, 0x01, 0x31, 0x02, 0x70, 0x52, 0x4e, 0x4e, 0xc0, 0xb7, 0x99, 0xba, 0x95, - 0xfa, 0x3d, 0x68, 0xce, 0xe3, 0xf7, 0xa1, 0x02, 0xd6, 0x6b, 0x99, 0x27, 0x5c, 0x11, 0x32, 0xfe, - 0xd0, 0x06, 0x17, 0x26, 0xa4, 0x1b, 0xe0, 0x3b, 0x4c, 0xfb, 0x27, 0x75, 0xda, 0xef, 0xe3, 0x67, - 0x66, 0x26, 0x61, 0x25, 0x13, 0x50, 0x76, 0x63, 0x5c, 0x65, 0xaf, 0x65, 0x42, 0x6f, 0x4c, 0x9d, - 0x41, 0xc0, 0x09, 0x29, 0x89, 0x01, 0x3b, 0x7a, 0xee, 0xe0, 0xbe, 0x1f, 0xaf, 0x51, 0x16, 0xd7, - 0x01, 0x1e, 0xa1, 0xee, 0xc0, 0xe3, 0x01, 0xba, 0xa0, 0x94, 0x99, 0x0f, 0x38, 0xaf, 0xb7, 0xa0, - 0xdc, 0x4f, 0x1c, 0x6e, 0x7b, 0x5a, 0x94, 0xe8, 0x82, 0xe2, 0xe5, 0x05, 0xea, 0xd2, 0xc4, 0xf4, - 0x06, 0xbc, 0xa2, 0xf7, 0x0d, 0x0f, 0x32, 0x56, 0xa9, 0x41, 0x40, 0xe8, 0x37, 0xf8, 0x3c, 0x40, - 0x27, 0x3e, 0xbf, 0x6a, 0x2d, 0xe8, 0x4d, 0x7c, 0x69, 0xc5, 0x12, 0x56, 0x2b, 0x10, 0x96, 0x2b, - 0x15, 0xdd, 0x59, 0xa9, 0x0e, 0xf8, 0xe1, 0x92, 0x5e, 0x10, 0x65, 0x0a, 0x5c, 0xfe, 0x70, 0xad, - 0x82, 0xd3, 0x20, 0x2a, 0xac, 0xc2, 0xc6, 0x13, 0x70, 0xaa, 0x92, 0x27, 0x80, 0x57, 0xf5, 0xe6, - 0x86, 0xc9, 0x88, 0xa2, 0xdf, 0x91, 0x30, 0x3a, 0x37, 0x42, 0x11, 0xa2, 0x11, 0xb3, 0x70, 0x42, - 0x0f, 0xaf, 0xe9, 0x45, 0xcc, 0x3b, 0x29, 0xa9, 0xd4, 0xc5, 0x03, 0x34, 0x62, 0x8e, 0xb8, 0x32, - 0x75, 0xaa, 0x8a, 0xf3, 0x75, 0x78, 0x5d, 0xcf, 0xa9, 0xee, 0x30, 0xea, 0x3a, 0x63, 0x72, 0x0a, - 0x65, 0x94, 0x3a, 0xd5, 0x48, 0x06, 0x39, 0xd5, 0xfc, 0x01, 0x3d, 0xbc, 0xd1, 0x44, 0xf5, 0x26, - 0x63, 0xca, 0xaa, 0x39, 0xb4, 0x54, 0xcd, 0x81, 0xc6, 0x9f, 0xda, 0xe0, 0x95, 0x89, 0xd9, 0x43, - 0x78, 0x93, 0xf5, 0xe2, 0x87, 0x7a, 0x33, 0x85, 0xf8, 0x5e, 0x97, 0xc9, 0x58, 0x65, 0x22, 0xe4, - 0x69, 0xa3, 0xaa, 0xee, 0xb5, 0xcc, 0xf3, 0xfe, 0xd8, 0x5a, 0xe3, 0x8f, 0x6d, 0xf0, 0xf2, 0xa4, - 0x64, 0x11, 0x7c, 0x97, 0xf5, 0xef, 0xd3, 0x7a, 0xdb, 0x4b, 0x65, 0xa8, 0xbb, 0x37, 0xb6, 0xb6, - 0xd7, 0x32, 0xcf, 0x85, 0xe3, 0x2a, 0x8d, 0xbf, 0xb5, 0xc1, 0xeb, 0x1a, 0x69, 0x28, 0xf8, 0x1e, - 0xeb, 0xa3, 0xa5, 0xdb, 0x47, 0xb6, 0xad, 0xd8, 0xa4, 0x82, 0xd6, 0x32, 0x39, 0xd5, 0x9e, 0x8e, - 0x69, 0xd3, 0x6b, 0x99, 0xaf, 0x86, 0x93, 0x9b, 0x18, 0xbf, 0x6f, 0x83, 0x0b, 0x13, 0xee, 0x80, - 0xc3, 0x5b, 0xac, 0xb7, 0x3b, 0x9a, 0xe7, 0x03, 0xcb, 0xc4, 0xde, 0xca, 0xf8, 0x95, 0x83, 0x02, - 0xb9, 0xae, 0xd7, 0x32, 0x5f, 0x42, 0xea, 0x2a, 0x3a, 0xcb, 0x85, 0x6b, 0xa1, 0xf0, 0x7d, 0xbd, - 0x59, 0xbe, 0x92, 0x92, 0xf8, 0x4d, 0x59, 0x09, 0xd0, 0x59, 0x6e, 0x71, 0x65, 0xea, 0x9f, 0xf9, - 0xd3, 0xf9, 0x0f, 0xf4, 0xfc, 0xb3, 0x74, 0x34, 0x2f, 0x9c, 0xcb, 0x83, 0x61, 0x79, 0x28, 0xef, - 0x82, 0x93, 0x72, 0x6a, 0x0f, 0xde, 0xd6, 0x0b, 0x53, 0x76, 0x18, 0x6f, 0x87, 0x3f, 0x42, 0x10, - 0x21, 0x1a, 0xa6, 0x44, 0x02, 0xc2, 0xe2, 0x67, 0x75, 0x1e, 0x12, 0xde, 0xd1, 0x8b, 0x9f, 0x53, - 0x15, 0x8a, 0x7d, 0xa6, 0xaa, 0x82, 0xc6, 0xcf, 0x91, 0x02, 0x37, 0x7e, 0xdb, 0x06, 0xe7, 0xc6, - 0x5e, 0x44, 0x86, 0x1f, 0x36, 0x3b, 0x6d, 0x50, 0x0c, 0x84, 0xba, 0x8a, 0x3f, 0x6d, 0x10, 0x6b, - 0x8c, 0x5f, 0xb5, 0xc1, 0x4b, 0x63, 0xee, 0x0b, 0xc3, 0xae, 0xde, 0xe9, 0xdf, 0x4a, 0x41, 0xef, - 0x4a, 0x9b, 0x1a, 0x65, 0x4d, 0xaf, 0x65, 0x9e, 0xb1, 0x54, 0x15, 0xc6, 0x5f, 0xdb, 0x60, 0xae, - 0xfe, 0xf6, 0x31, 0x8c, 0xf4, 0x5c, 0x04, 0xa7, 0xbc, 0x10, 0xf4, 0x09, 0x93, 0xa3, 0xec, 0xa0, - 0xaa, 0x0d, 0x75, 0x11, 0xd6, 0xe4, 0x26, 0xf2, 0x00, 0x0a, 0x3d, 0xf5, 0x9b, 0x0e, 0xe0, 0xf8, - 0xfe, 0x89, 0xbd, 0xe2, 0x06, 0x90, 0xef, 0xcb, 0x97, 0xe0, 0x18, 0x7f, 0x1f, 0x0f, 0x2e, 0xeb, - 0x25, 0x83, 0x7a, 0x8c, 0x53, 0x6a, 0xe5, 0xca, 0xbd, 0x96, 0x39, 0xbd, 0x5b, 0x16, 0xd9, 0x01, - 0x80, 0x70, 0xf7, 0x17, 0xae, 0x68, 0x1e, 0x00, 0x64, 0x2c, 0xe1, 0xb0, 0xa1, 0x44, 0xd8, 0x01, - 0x00, 0x0f, 0x18, 0x5f, 0x83, 0x59, 0xd5, 0xb5, 0x17, 0xb8, 0xaa, 0x97, 0x08, 0xda, 0x66, 0xdc, - 0xf5, 0x94, 0x5a, 0x2a, 0xad, 0xc2, 0xbd, 0x96, 0x69, 0x04, 0x15, 0x94, 0x46, 0xd8, 0xe5, 0x95, - 0x60, 0xb8, 0xae, 0x17, 0x61, 0x53, 0x15, 0xa5, 0xae, 0xa2, 0x44, 0x23, 0x6c, 0x9c, 0x17, 0xe8, - 0xbe, 0xb0, 0x7a, 0xcf, 0x0f, 0xde, 0xd5, 0xdb, 0x17, 0xde, 0x4b, 0x99, 0xdb, 0x0e, 0xe2, 0xa6, - 0x99, 0x0c, 0xd2, 0x7d, 0xe1, 0x9e, 0x84, 0xb1, 0x6d, 0xd3, 0x84, 0x1b, 0x8a, 0xb0, 0xa7, 0xb7, - 0x6d, 0xe2, 0x74, 0x55, 0xb3, 0x1d, 0xe3, 0x2a, 0xe9, 0xb6, 0x69, 0x6f, 0x4c, 0x1d, 0x8b, 0x0c, - 0x34, 0x2e, 0x10, 0xc2, 0x0d, 0xbd, 0x69, 0xcf, 0xf5, 0xe1, 0x7e, 0x26, 0x28, 0x83, 0x94, 0xfd, - 0x54, 0xb5, 0xa1, 0xd3, 0x7e, 0x6f, 0x72, 0x13, 0x16, 0x19, 0x4c, 0xb8, 0x32, 0x0a, 0x3f, 0xd2, - 0x8b, 0x0c, 0xb8, 0x9e, 0x54, 0xf2, 0x64, 0x63, 0xea, 0x68, 0x64, 0xb0, 0xa7, 0xae, 0x32, 0x7e, - 0xd7, 0x06, 0xe7, 0xc7, 0xdf, 0xe6, 0x84, 0xf7, 0x1a, 0x77, 0x6a, 0xd2, 0xd0, 0x49, 0x43, 0xc6, - 0x77, 0x4a, 0x18, 0xaa, 0x5f, 0xb6, 0xc1, 0x4b, 0x63, 0x2e, 0xa8, 0xc2, 0x4d, 0xbd, 0xc5, 0x97, - 0xd3, 0xba, 0x61, 0x63, 0xa4, 0xec, 0x4e, 0x51, 0x41, 0x17, 0xdf, 0x3d, 0x05, 0xce, 0x22, 0xf8, - 0x89, 0xcf, 0x16, 0xe1, 0x96, 0x5e, 0x04, 0xdf, 0x4d, 0x85, 0xa4, 0x39, 0xc3, 0xed, 0x4c, 0x04, - 0x17, 0xd2, 0x8d, 0xad, 0xa6, 0x11, 0x3c, 0x1a, 0x5b, 0xcb, 0x2e, 0x45, 0x88, 0xd7, 0x81, 0xe0, - 0x7d, 0xcd, 0x4b, 0x11, 0x11, 0x0e, 0x37, 0x09, 0x7f, 0x0b, 0x44, 0x40, 0xd8, 0xa5, 0x08, 0x1e, - 0xa0, 0x1b, 0x29, 0xc5, 0x83, 0x26, 0xf8, 0x40, 0x6f, 0x23, 0xb5, 0xc2, 0xa8, 0x3b, 0x8c, 0xc9, - 0xad, 0x56, 0x32, 0x4a, 0x37, 0x52, 0x96, 0x0c, 0x52, 0xd7, 0x5a, 0xbe, 0x3c, 0x80, 0xdb, 0x7a, - 0xae, 0x75, 0x1d, 0xf3, 0xa1, 0x7d, 0x51, 0xa2, 0xae, 0x75, 0x98, 0x17, 0x8c, 0xbf, 0xb7, 0xc1, - 0x1b, 0x3a, 0x77, 0xdb, 0xe1, 0xc7, 0x4c, 0x29, 0xae, 0xbd, 0x02, 0x85, 0xfd, 0x87, 0x4c, 0xd4, - 0x4a, 0x26, 0x69, 0xa7, 0x10, 0x54, 0xf6, 0xa5, 0xae, 0x51, 0xaf, 0x65, 0x5e, 0x1a, 0xd5, 0xb4, - 0xa1, 0xbf, 0xbc, 0xf4, 0xb8, 0x02, 0xee, 0x68, 0x1e, 0x25, 0x63, 0x6c, 0x6f, 0xc4, 0xd8, 0x15, - 0x07, 0xa7, 0x40, 0xd8, 0x51, 0x32, 0x0f, 0xd0, 0xb8, 0x9e, 0xbb, 0x65, 0x0d, 0x1f, 0xea, 0xc5, - 0xf5, 0x9b, 0x94, 0xc2, 0x9f, 0x81, 0xe6, 0x45, 0x1a, 0xd7, 0x3b, 0x45, 0x89, 0xda, 0x95, 0xe2, - 0x31, 0x22, 0xfc, 0x54, 0xcf, 0xae, 0x96, 0x53, 0xea, 0x0e, 0x65, 0xf2, 0xe9, 0x3b, 0x09, 0xa5, - 0x76, 0x35, 0x90, 0x41, 0xe6, 0xfc, 0xc6, 0x3f, 0xc5, 0x82, 0x9f, 0xe9, 0x39, 0xbf, 0x3c, 0x95, - 0xb3, 0xc2, 0x04, 0x6c, 0x12, 0x6f, 0xaf, 0x9a, 0xe6, 0x91, 0xea, 0xa8, 0xf3, 0xb3, 0xd4, 0x55, - 0x6c, 0xd9, 0x9d, 0xf0, 0xde, 0x0a, 0x7e, 0xa1, 0xb7, 0xec, 0xe6, 0x9a, 0xb7, 0x52, 0x09, 0xea, - 0x6e, 0xc9, 0x95, 0x74, 0xd9, 0xb5, 0xc6, 0xd4, 0xd1, 0x30, 0xa4, 0xfa, 0x34, 0x06, 0x3e, 0xd6, - 0x0b, 0x43, 0xa8, 0x89, 0x6d, 0xa5, 0x44, 0xd1, 0xee, 0x78, 0x90, 0x86, 0x21, 0x43, 0x09, 0x63, - 0x7e, 0xa7, 0xfa, 0x70, 0x0d, 0xfe, 0x48, 0xd3, 0xef, 0x64, 0x54, 0xd1, 0x1b, 0x54, 0x50, 0xe6, - 0x77, 0x64, 0xd0, 0x78, 0xca, 0x2e, 0x17, 0xc8, 0x2f, 0xa3, 0xe1, 0x8f, 0xf5, 0x3e, 0x39, 0x5b, - 0x67, 0x45, 0xcd, 0x32, 0x48, 0x3f, 0x19, 0x49, 0x18, 0xfb, 0xe4, 0xea, 0xab, 0x55, 0xf8, 0xa5, - 0xe6, 0x27, 0x67, 0x54, 0xe9, 0x93, 0x65, 0x94, 0x7d, 0xb2, 0x0c, 0xa6, 0xb9, 0x64, 0xd5, 0xcb, - 0x46, 0x88, 0x34, 0x73, 0xc9, 0x8c, 0xbc, 0x91, 0x71, 0xe5, 0x21, 0x17, 0x70, 0x96, 0x4b, 0xae, - 0xc2, 0x6c, 0xcb, 0x3b, 0xf6, 0xb1, 0x1c, 0xb4, 0xf5, 0xb6, 0xbc, 0x6b, 0xb9, 0x80, 0xaa, 0xbb, - 0x53, 0x57, 0xd1, 0x2d, 0x2f, 0x56, 0xd6, 0x50, 0xcb, 0xaf, 0xbe, 0x73, 0x87, 0x58, 0xd7, 0x0c, - 0xb6, 0x73, 0x22, 0x6f, 0x06, 0x22, 0x98, 0x9a, 0x81, 0x88, 0x31, 0xf7, 0x34, 0xfe, 0x35, 0x1b, - 0x1c, 0xea, 0xb9, 0xa7, 0xfc, 0x53, 0x1e, 0x15, 0xfc, 0xaa, 0xe3, 0x97, 0xea, 0xa8, 0x7b, 0x1a, - 0xaa, 0xab, 0xd8, 0xee, 0x75, 0xcc, 0x4b, 0x44, 0x38, 0xd2, 0xdb, 0xbd, 0x16, 0xe3, 0x5f, 0x39, - 0x44, 0x56, 0xd6, 0xd0, 0xdd, 0x2b, 0x56, 0x55, 0x18, 0x3f, 0x6f, 0x83, 0xb3, 0xea, 0xb7, 0x82, - 0x70, 0x57, 0xcf, 0x5a, 0xf3, 0x01, 0x48, 0xd7, 0xda, 0xea, 0xc0, 0x70, 0x38, 0xb5, 0xd6, 0x61, - 0x15, 0x66, 0x07, 0x45, 0xea, 0xb7, 0x0e, 0x90, 0xe8, 0xc5, 0xaa, 0xe9, 0x16, 0xf3, 0x51, 0x4e, - 0x96, 0xf7, 0x9e, 0x62, 0x05, 0x8d, 0x55, 0x03, 0x05, 0xce, 0xd2, 0x78, 0xd2, 0x53, 0x1c, 0xe8, - 0x68, 0xa6, 0xf1, 0x18, 0xef, 0x23, 0x7f, 0x20, 0x5f, 0xef, 0xcc, 0x21, 0x96, 0xc6, 0x13, 0x10, - 0xe6, 0x28, 0x94, 0x2f, 0x54, 0x60, 0xa0, 0x37, 0xf4, 0xdb, 0x29, 0x39, 0xbb, 0x6d, 0xce, 0x7d, - 0x74, 0x15, 0xa7, 0x43, 0x1f, 0x54, 0x61, 0xe3, 0x2f, 0x6d, 0xf0, 0x5a, 0xed, 0x73, 0x15, 0x18, - 0xb2, 0xfe, 0x20, 0xcd, 0x5f, 0xa1, 0x90, 0xa3, 0x98, 0xb5, 0x93, 0x9b, 0xf4, 0x5a, 0xe6, 0xc5, - 0x60, 0x62, 0x8b, 0xe5, 0x63, 0xfc, 0xbd, 0xf7, 0xb9, 0x7f, 0xb7, 0xc1, 0x71, 0xe1, 0xc6, 0xb8, - 0xe1, 0x81, 0xd3, 0xe9, 0x09, 0x6a, 0x80, 0xe2, 0xdd, 0x3e, 0x76, 0xb0, 0x8b, 0xbd, 0x38, 0x82, - 0x87, 0xd8, 0xfd, 0xfb, 0xdb, 0x8d, 0x6e, 0x9f, 0xa7, 0x07, 0xa9, 0xdb, 0x28, 0xde, 0x5d, 0x4b, - 0xc5, 0x98, 0xa7, 0x86, 0x12, 0x12, 0x9d, 0xb7, 0xc1, 0x49, 0xb9, 0x99, 0xf1, 0x0a, 0x48, 0x4f, - 0x5d, 0xfb, 0x1e, 0x72, 0xd3, 0xbb, 0xf9, 0x53, 0xe6, 0x14, 0x43, 0xee, 0x23, 0x17, 0x1b, 0x0b, - 0xe0, 0x05, 0xe2, 0xd9, 0x78, 0x9f, 0x5d, 0xfe, 0x9e, 0x5e, 0xbc, 0x90, 0x77, 0x2a, 0x7f, 0x77, - 0xd0, 0xd9, 0xf0, 0xe2, 0x1b, 0xd7, 0xd2, 0xab, 0xf4, 0x69, 0xcb, 0xb9, 0x6f, 0x0e, 0x81, 0x63, - 0xfc, 0x7d, 0x76, 0xe3, 0x1a, 0x38, 0x9b, 0x78, 0x41, 0x32, 0x70, 0x48, 0xb4, 0x9b, 0xaf, 0x6e, - 0xe5, 0x53, 0x80, 0x29, 0x73, 0x96, 0xab, 0x2d, 0xaf, 0xbb, 0x07, 0x00, 0x56, 0xe6, 0x59, 0x7e, - 0xab, 0x3e, 0xed, 0xcc, 0x8d, 0x86, 0x33, 0x2d, 0xbf, 0x5f, 0x7f, 0x36, 0x50, 0xe2, 0xc6, 0x57, - 0xc5, 0xcc, 0xce, 0x4f, 0x94, 0x72, 0x7d, 0xe9, 0x8b, 0x82, 0x6b, 0x8d, 0xce, 0x94, 0x72, 0x6d, - 0xb3, 0x81, 0x02, 0x9d, 0xfb, 0x5f, 0x1b, 0x9c, 0x55, 0x77, 0xcf, 0xb8, 0x0d, 0x2e, 0x50, 0xff, - 0xc7, 0xae, 0x18, 0x67, 0xfd, 0xb1, 0x71, 0x64, 0x85, 0x24, 0x60, 0x6f, 0x13, 0xd2, 0x77, 0x0f, - 0xe7, 0xf2, 0x26, 0xa9, 0x90, 0xd5, 0xb2, 0x81, 0xb1, 0x0a, 0x0e, 0xef, 0xe1, 0x83, 0xec, 0x0d, - 0xc3, 0x62, 0xdd, 0x2b, 0x08, 0xa9, 0x13, 0xf7, 0xf0, 0x81, 0x49, 0xe9, 0xc6, 0x15, 0x30, 0x2b, - 0xf7, 0x82, 0x59, 0xc8, 0x0b, 0x4c, 0xbd, 0x21, 0xaa, 0x67, 0xa6, 0xf2, 0x3a, 0x38, 0x4e, 0xa2, - 0x3e, 0xde, 0xc7, 0x6e, 0x10, 0x93, 0x81, 0x83, 0xe1, 0x8b, 0x97, 0xda, 0x97, 0x8f, 0x9a, 0xc7, - 0x48, 0xb4, 0x56, 0x60, 0x73, 0xcf, 0xc1, 0xac, 0x6a, 0x94, 0x8c, 0x41, 0x71, 0x9a, 0x17, 0xfb, - 0x01, 0xb1, 0xfa, 0xd8, 0x8b, 0x43, 0x82, 0xf3, 0xb7, 0x28, 0x57, 0xf4, 0xbe, 0xe2, 0x21, 0xa5, - 0xae, 0x79, 0x71, 0x78, 0x90, 0x1f, 0xd9, 0x15, 0x08, 0xc1, 0xd1, 0xf2, 0x7f, 0xd8, 0xf1, 0xb1, - 0x5b, 0xf3, 0x2b, 0x2e, 0x4f, 0x33, 0x1b, 0x8c, 0xb6, 0xa9, 0x85, 0x6f, 0xb7, 0x3f, 0x5f, 0xcd, - 0x9a, 0x8f, 0x7c, 0x07, 0x79, 0xa3, 0x8e, 0x1f, 0x8e, 0xe6, 0x47, 0xd8, 0x63, 0xf6, 0x9f, 0xbf, - 0xd7, 0x09, 0x48, 0x34, 0xee, 0xf9, 0xce, 0xad, 0xf4, 0xcf, 0x37, 0x87, 0x0e, 0xdf, 0xed, 0x76, - 0xff, 0x7c, 0xe8, 0x62, 0xfa, 0x32, 0xa6, 0xd3, 0xb5, 0xb9, 0xf7, 0x33, 0x9d, 0x47, 0x0b, 0xe9, - 0x64, 0x8e, 0xfe, 0x99, 0x37, 0x78, 0xdc, 0xb5, 0xa3, 0xc7, 0x45, 0x83, 0xc7, 0x8f, 0x16, 0x1e, - 0xa7, 0x0d, 0xfe, 0x7b, 0x68, 0x2e, 0x45, 0x97, 0x96, 0xba, 0x76, 0xb4, 0xb4, 0x54, 0x34, 0x59, - 0x5a, 0x7a, 0xb4, 0xb0, 0xb4, 0x94, 0x36, 0x1a, 0xbc, 0xc8, 0x7a, 0x77, 0xf5, 0xff, 0x01, 0x00, - 0x00, 0xff, 0xff, 0xf6, 0xa2, 0xac, 0x5e, 0x49, 0x4a, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/errors/errors.proto", fileDescriptor_errors_70395b57fa918bda) +} + +var fileDescriptor_errors_70395b57fa918bda = []byte{ + // 3983 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x5c, 0xcd, 0x73, 0x1c, 0xb9, + 0x75, 0x9f, 0xd1, 0x66, 0x57, 0x22, 0x28, 0x51, 0x52, 0x8b, 0xab, 0x85, 0x24, 0x4b, 0x96, 0xb9, + 0x76, 0xa2, 0x38, 0x5e, 0x52, 0xa4, 0xbe, 0x76, 0x29, 0xaf, 0xb4, 0xc3, 0x2f, 0x0d, 0x2d, 0x52, + 0xe2, 0x36, 0xb5, 0xb4, 0xbd, 0x56, 0x3c, 0x8b, 0xe9, 0xc6, 0x0c, 0xb1, 0xec, 0x2f, 0xf5, 0x07, + 0x45, 0xaa, 0xe2, 0xaa, 0x24, 0x55, 0x49, 0x55, 0x52, 0x95, 0x1c, 0x92, 0xaa, 0x1c, 0x72, 0xc8, + 0x61, 0x8f, 0x3e, 0xe4, 0x90, 0x1c, 0xf2, 0x2f, 0xa4, 0xf2, 0x47, 0xe4, 0x96, 0x1c, 0x72, 0xcf, + 0xdd, 0x05, 0xf4, 0x17, 0x80, 0xc6, 0x0c, 0xd0, 0x3e, 0x89, 0xf8, 0x01, 0xbf, 0xf7, 0xd0, 0x98, + 0x87, 0x07, 0x3c, 0x3c, 0x40, 0xe0, 0x4f, 0xc6, 0x61, 0x38, 0xf6, 0xf0, 0x12, 0x72, 0x93, 0xa5, + 0xfc, 0x4f, 0xfa, 0xd7, 0xf1, 0xf2, 0x12, 0x8e, 0xe3, 0x30, 0x4e, 0x8a, 0x7f, 0x16, 0xa3, 0x38, + 0x4c, 0x43, 0xeb, 0x56, 0xde, 0x62, 0x11, 0xb9, 0xc9, 0x62, 0xd5, 0x78, 0xf1, 0x78, 0x79, 0x31, + 0x6f, 0x75, 0x7d, 0xa2, 0x30, 0x27, 0xf4, 0xfd, 0x30, 0x58, 0x8a, 0x42, 0x8f, 0x38, 0xa7, 0xb9, + 0xb0, 0xeb, 0x3f, 0xd6, 0x34, 0x3e, 0x46, 0x5e, 0x86, 0x8b, 0xb6, 0x6b, 0x9a, 0x5e, 0x22, 0xc7, + 0x09, 0xb3, 0x20, 0x1d, 0x0c, 0x33, 0x77, 0x8c, 0xd3, 0x41, 0x14, 0x87, 0x51, 0x98, 0x20, 0x6f, + 0xc0, 0xaa, 0x0b, 0x19, 0x9f, 0xea, 0x64, 0xb8, 0x03, 0x27, 0x4b, 0xd2, 0xd0, 0x27, 0xef, 0x70, + 0x2c, 0x30, 0x3f, 0xd1, 0x33, 0xf9, 0xe6, 0x0f, 0xf5, 0xcd, 0xc7, 0x71, 0x98, 0x45, 0x03, 0x89, + 0xf7, 0x85, 0x29, 0x6f, 0x48, 0xdc, 0x81, 0x1f, 0xba, 0x64, 0x44, 0xa4, 0x8e, 0x7e, 0x6e, 0x2a, + 0xc1, 0x89, 0x49, 0x8a, 0x63, 0x12, 0x06, 0x02, 0xfd, 0x9e, 0x29, 0xbd, 0xe5, 0xb0, 0xe6, 0xa4, + 0x11, 0xc6, 0xe2, 0xf7, 0x3e, 0xd2, 0x33, 0x23, 0x14, 0x23, 0x1f, 0xa7, 0xd2, 0x67, 0x3e, 0xd0, + 0x13, 0x93, 0x43, 0x14, 0x93, 0x60, 0x2c, 0xd0, 0x16, 0xb5, 0xb4, 0x13, 0xa1, 0xfd, 0x5d, 0x5d, + 0xfb, 0x24, 0xc1, 0xa9, 0xc0, 0xf8, 0x4c, 0xc7, 0xc8, 0xd2, 0x43, 0x1c, 0xa4, 0xc4, 0x41, 0xa9, + 0x3c, 0xf6, 0x9f, 0x1a, 0x50, 0xc3, 0x98, 0xbc, 0x6b, 0x32, 0x57, 0x34, 0xcc, 0x21, 0x71, 0x5d, + 0x79, 0x28, 0x1e, 0x1b, 0x72, 0x92, 0x34, 0x46, 0x29, 0x1e, 0x9f, 0xb6, 0xea, 0xea, 0x90, 0x78, + 0x1e, 0x23, 0xe3, 0x54, 0xb2, 0x95, 0x55, 0x0d, 0xd3, 0x41, 0x7e, 0x84, 0xc8, 0x38, 0x28, 0xe7, + 0x71, 0x1b, 0xdb, 0xae, 0xb8, 0xbf, 0x9f, 0x6d, 0x57, 0xf4, 0x36, 0x5f, 0x5a, 0x91, 0x1a, 0xb6, + 0xfd, 0xc4, 0x94, 0x49, 0x0d, 0x15, 0xbb, 0x03, 0xd9, 0x92, 0xb4, 0x9a, 0x0f, 0x51, 0x30, 0xc6, + 0x83, 0x24, 0x45, 0x69, 0x96, 0xb4, 0x1b, 0xe3, 0xd0, 0xf3, 0xb0, 0xc3, 0xac, 0x28, 0x21, 0xef, + 0x70, 0x2b, 0x53, 0x72, 0xc2, 0x20, 0xc5, 0x27, 0x62, 0x4f, 0x7f, 0xaa, 0xe7, 0x1c, 0xe3, 0x38, + 0xa1, 0xfa, 0x90, 0xd3, 0x30, 0xde, 0x67, 0x2d, 0xd8, 0xee, 0xb7, 0x59, 0x92, 0xfa, 0x38, 0x48, + 0x07, 0x59, 0xe4, 0x85, 0x92, 0xf3, 0x6c, 0xd1, 0x0d, 0x05, 0xfb, 0x91, 0x96, 0x9d, 0x05, 0x69, + 0x7c, 0x3a, 0x70, 0x42, 0x57, 0x1c, 0xb1, 0xfb, 0x3a, 0xa2, 0xd2, 0x18, 0xb5, 0xbf, 0x11, 0x5b, + 0x87, 0x06, 0x24, 0x48, 0x71, 0x8c, 0x13, 0x71, 0xbc, 0x9f, 0x1a, 0x71, 0x71, 0x3c, 0x70, 0x3c, + 0x42, 0xc7, 0xca, 0x23, 0xc1, 0x51, 0xbb, 0x99, 0x50, 0x0a, 0x68, 0x65, 0x8f, 0x25, 0xa9, 0x31, + 0x13, 0xbe, 0x30, 0x65, 0xfa, 0x28, 0x40, 0x63, 0x1c, 0xb7, 0xef, 0xb0, 0x8b, 0x52, 0x34, 0x44, + 0x89, 0xf8, 0xc3, 0x2c, 0xe9, 0x49, 0xb8, 0xd5, 0xa2, 0xc2, 0x08, 0x31, 0x9b, 0x75, 0xad, 0x3a, + 0x47, 0x92, 0x94, 0x04, 0x4e, 0xda, 0xaa, 0x73, 0x38, 0xc8, 0xfc, 0x56, 0xee, 0x04, 0x9f, 0xa4, + 0x38, 0x60, 0xc6, 0xcd, 0xc6, 0x9f, 0xa4, 0xd8, 0x6f, 0x35, 0x3b, 0x6a, 0x7e, 0x82, 0xd3, 0x54, + 0x5e, 0x2d, 0xd6, 0x35, 0x6c, 0xa6, 0x13, 0xa5, 0x69, 0x4c, 0x86, 0x19, 0x1d, 0x24, 0x3c, 0xc2, + 0x31, 0x0e, 0x9c, 0x76, 0x3f, 0x48, 0xc3, 0x70, 0xee, 0x9b, 0x10, 0x1a, 0x5f, 0xfa, 0xd8, 0x98, + 0x95, 0xa2, 0x58, 0x5e, 0x63, 0x9e, 0x1a, 0x93, 0x8f, 0x91, 0x47, 0xdc, 0xe6, 0x5a, 0xfc, 0xc8, + 0x44, 0x80, 0x8f, 0xa2, 0x48, 0x1e, 0x62, 0xdd, 0x5e, 0x63, 0x44, 0xb0, 0xe7, 0xb6, 0xb2, 0xd7, + 0x9c, 0xe1, 0xa3, 0xa4, 0xdd, 0x64, 0x1a, 0x65, 0x41, 0xd3, 0x4b, 0x3f, 0x36, 0x25, 0x45, 0x28, + 0x4e, 0xe4, 0x4f, 0xdb, 0xd6, 0x90, 0xc7, 0x38, 0x2c, 0x7f, 0x0b, 0x27, 0x0c, 0x92, 0x14, 0x05, + 0xe9, 0x20, 0xc9, 0xc6, 0x63, 0x9c, 0x34, 0xfa, 0xb1, 0xac, 0x11, 0x75, 0x88, 0x91, 0xdb, 0x72, + 0xef, 0x4e, 0xdc, 0x56, 0xbf, 0x03, 0xf1, 0x51, 0x4b, 0x07, 0xc0, 0x9c, 0x78, 0x20, 0xc5, 0x22, + 0x3a, 0xa7, 0x78, 0x84, 0x4f, 0xdf, 0x86, 0xb1, 0x3b, 0x88, 0x3c, 0x44, 0x17, 0x3e, 0xc5, 0xb6, + 0xbb, 0x95, 0x04, 0xe5, 0xe6, 0xe6, 0x51, 0x1b, 0x09, 0x6d, 0x9c, 0x89, 0x40, 0x24, 0x2e, 0x46, + 0xad, 0xe6, 0x98, 0xc0, 0x2e, 0x0b, 0xbc, 0x80, 0x7e, 0x1b, 0x01, 0x01, 0x1e, 0xa3, 0x94, 0x1c, + 0x63, 0xa5, 0x24, 0xdd, 0x8f, 0xed, 0xa1, 0x21, 0x6e, 0x17, 0x43, 0x7a, 0x28, 0x18, 0x67, 0xd4, + 0x42, 0x1a, 0x1b, 0x05, 0x5d, 0x68, 0xe0, 0x91, 0x24, 0x1d, 0x84, 0x11, 0x8e, 0xdb, 0x3b, 0x15, + 0x1f, 0xbb, 0x04, 0x0d, 0x86, 0x59, 0xe0, 0x7a, 0xed, 0x96, 0xb4, 0x9c, 0x38, 0x22, 0x12, 0xcd, + 0x4c, 0x9f, 0x62, 0x17, 0xa5, 0xd5, 0x97, 0x79, 0x29, 0x89, 0x3c, 0x39, 0x6a, 0x5d, 0xd6, 0xd2, + 0xd2, 0xb6, 0x8b, 0x75, 0x41, 0xf9, 0x36, 0x1c, 0xb6, 0x9a, 0x34, 0x01, 0x7e, 0x3b, 0x88, 0x71, + 0x12, 0x66, 0xb1, 0x83, 0x07, 0x4e, 0x8c, 0x9b, 0xbf, 0x85, 0x6e, 0x51, 0x0a, 0xc2, 0x74, 0x80, + 0xfd, 0x28, 0x3d, 0x6d, 0xb5, 0xf6, 0x05, 0x99, 0x27, 0xda, 0x99, 0xee, 0xbc, 0xa3, 0x36, 0x14, + 0xe4, 0x38, 0x38, 0x49, 0x06, 0x2e, 0x0e, 0x88, 0xb4, 0x7e, 0xde, 0x33, 0x92, 0x11, 0xc6, 0xad, + 0x76, 0xa6, 0x11, 0x8a, 0x53, 0x82, 0xbc, 0xc1, 0x08, 0x11, 0x2f, 0x8b, 0xdb, 0x99, 0x78, 0x7e, + 0xfa, 0x33, 0x18, 0x91, 0xa0, 0x11, 0x8f, 0x6e, 0x99, 0x51, 0xb9, 0x55, 0x57, 0x7d, 0x32, 0xf0, + 0xd8, 0x50, 0x0e, 0x09, 0xbd, 0xe6, 0x6f, 0xab, 0x73, 0x07, 0x6f, 0x32, 0x1c, 0x9f, 0xb6, 0x64, + 0x84, 0x29, 0x6a, 0xc5, 0x68, 0x6e, 0x30, 0x75, 0xa3, 0x1a, 0x63, 0x27, 0xf4, 0x7d, 0x1c, 0x28, + 0x76, 0x23, 0x0f, 0xb5, 0xd4, 0x31, 0xa5, 0x34, 0x7c, 0xd5, 0x8a, 0x96, 0xf7, 0x26, 0x93, 0xc3, + 0x92, 0x9e, 0x96, 0x53, 0x4c, 0xab, 0xc9, 0x06, 0xdb, 0x37, 0x15, 0x91, 0x9f, 0xf5, 0x79, 0xc4, + 0x27, 0xe9, 0x00, 0x9f, 0x38, 0x18, 0xbb, 0x92, 0x24, 0xdd, 0x07, 0xa8, 0x36, 0xb9, 0x3a, 0xd3, + 0x29, 0x02, 0x75, 0x75, 0x40, 0xf7, 0xc0, 0x8c, 0x2c, 0x47, 0xf9, 0x5a, 0x1a, 0x0d, 0xd0, 0x8b, + 0xef, 0x6c, 0xb1, 0x0a, 0x25, 0x29, 0x3b, 0xfb, 0x1a, 0x85, 0xb1, 0x8f, 0x7e, 0x2f, 0xa6, 0x87, + 0x83, 0x71, 0x7a, 0xd8, 0xca, 0xf1, 0x65, 0xb1, 0x37, 0x68, 0x6e, 0x52, 0xb5, 0xac, 0x84, 0x05, + 0x7c, 0x92, 0x2d, 0x6d, 0x6a, 0x58, 0xa7, 0x61, 0x96, 0x66, 0x43, 0x3c, 0x38, 0x26, 0x2e, 0x0e, + 0x07, 0xd4, 0x8a, 0xd9, 0x39, 0x95, 0xfc, 0xa3, 0x14, 0xa7, 0xd5, 0x4b, 0xac, 0x34, 0xcc, 0x46, + 0x4b, 0x6f, 0x63, 0x14, 0x45, 0xb8, 0x3c, 0xcd, 0xbe, 0xfe, 0xbd, 0x52, 0x4d, 0x44, 0x96, 0x50, + 0x10, 0x84, 0x29, 0x13, 0x51, 0xd4, 0x2e, 0x7c, 0x0d, 0x2e, 0x3d, 0x63, 0xf5, 0x3d, 0x37, 0xd9, + 0xca, 0xbd, 0x9d, 0xb5, 0x05, 0x3e, 0xc8, 0xbb, 0x00, 0xbb, 0xb7, 0xdf, 0xbb, 0x33, 0xbb, 0xb2, + 0xb8, 0x38, 0xfd, 0x40, 0x7c, 0xb1, 0x92, 0xb0, 0x49, 0xcb, 0x76, 0xc1, 0x5e, 0xf8, 0xcf, 0x33, + 0x60, 0x4e, 0xac, 0xb2, 0xfa, 0x00, 0xb0, 0x4a, 0x36, 0x1b, 0x61, 0xf7, 0x76, 0xf7, 0xce, 0xec, + 0xca, 0x1f, 0xeb, 0xc4, 0x33, 0xea, 0x7a, 0xe8, 0x62, 0x7b, 0x06, 0x97, 0x7f, 0x5a, 0x10, 0x9c, + 0xf5, 0x71, 0x92, 0xa0, 0x31, 0x86, 0x67, 0x6e, 0x77, 0xef, 0xcc, 0xd8, 0x65, 0xd1, 0x7a, 0x0a, + 0xce, 0xa6, 0x31, 0x19, 0x8f, 0x71, 0x0c, 0xdf, 0x63, 0x0a, 0x7e, 0x34, 0x51, 0x41, 0x7e, 0x06, + 0xbf, 0x78, 0x80, 0xbc, 0x0c, 0xdb, 0x25, 0xcb, 0xda, 0x06, 0xe7, 0xbc, 0x30, 0x3f, 0xbc, 0x84, + 0x7f, 0xc0, 0x24, 0x7c, 0x62, 0xd4, 0xc5, 0x9d, 0x82, 0x64, 0x57, 0x74, 0x6b, 0x0b, 0x9c, 0x75, + 0x71, 0x8a, 0x88, 0x97, 0xc0, 0xf7, 0x99, 0xa4, 0x9f, 0x18, 0x49, 0xda, 0xc8, 0x39, 0x76, 0x49, + 0x5e, 0xf8, 0xef, 0x5f, 0x83, 0x99, 0x6a, 0x18, 0x2c, 0x17, 0x5c, 0x10, 0x9c, 0x13, 0x1b, 0xc8, + 0xb9, 0x95, 0xcf, 0x75, 0xb2, 0xed, 0x9c, 0xc4, 0x04, 0x6d, 0x06, 0x99, 0x2f, 0x00, 0xfd, 0x8e, + 0x7d, 0x3e, 0xe6, 0xca, 0xd6, 0x5f, 0x75, 0xc1, 0x55, 0xf5, 0x09, 0x29, 0x1b, 0xf1, 0xb9, 0x95, + 0x5d, 0x9d, 0xbe, 0xb5, 0x9c, 0xbd, 0x5f, 0x90, 0x6b, 0xbd, 0xaa, 0x8a, 0x7e, 0xc7, 0x9e, 0x1f, + 0x2a, 0x70, 0x8b, 0x80, 0x8b, 0xd2, 0xb4, 0x63, 0xbf, 0xeb, 0xdc, 0xca, 0x53, 0x9d, 0xfe, 0xaf, + 0x62, 0x6f, 0x8b, 0xb2, 0x6a, 0xc5, 0x02, 0xd2, 0xef, 0xd8, 0x17, 0x32, 0x1e, 0xb0, 0x7e, 0x03, + 0xe6, 0x55, 0x3b, 0x54, 0x66, 0x05, 0x73, 0x2b, 0xdb, 0x3a, 0x7d, 0x3b, 0x24, 0x49, 0x5f, 0x96, + 0xd4, 0x5a, 0x69, 0x13, 0xee, 0x77, 0x6c, 0xcb, 0x6b, 0xa0, 0xd6, 0x6b, 0x30, 0xcb, 0xad, 0xbe, + 0xcc, 0x62, 0xe6, 0x56, 0x3e, 0xd3, 0x69, 0xfd, 0x92, 0x52, 0x6a, 0x6d, 0x75, 0xb1, 0xdf, 0xb1, + 0xc1, 0x9b, 0xaa, 0x64, 0x7d, 0x03, 0xce, 0xf3, 0x7b, 0x4c, 0x78, 0x96, 0x89, 0x7f, 0xac, 0x13, + 0xbf, 0xcb, 0x38, 0xb5, 0x7c, 0xae, 0xdc, 0xef, 0xd8, 0xb3, 0x7e, 0x5d, 0xb4, 0x7c, 0x70, 0x49, + 0x8e, 0xc7, 0xe1, 0x39, 0xa6, 0xa5, 0xa7, 0xd3, 0xc2, 0x7e, 0x84, 0x5d, 0x94, 0x1c, 0xd5, 0x8a, + 0x44, 0xa8, 0xdf, 0xb1, 0xe7, 0x46, 0x02, 0x62, 0xfd, 0x19, 0xb8, 0xa2, 0xc8, 0x17, 0xc0, 0x19, + 0xb3, 0x1f, 0xab, 0xc7, 0x53, 0x6b, 0xad, 0x4d, 0x98, 0xfe, 0x58, 0xa8, 0x81, 0x5a, 0x87, 0x60, + 0x4e, 0x0c, 0x7a, 0x21, 0x30, 0xb3, 0xca, 0xed, 0x82, 0x55, 0xeb, 0x14, 0x10, 0x6a, 0x95, 0x84, + 0x07, 0x72, 0xb3, 0xa8, 0xb6, 0x58, 0x70, 0xd6, 0xd4, 0x2c, 0xc2, 0x14, 0xf1, 0x66, 0x51, 0x16, + 0x73, 0xb3, 0x28, 0x4b, 0xd6, 0x1e, 0x38, 0x57, 0x06, 0x38, 0xf0, 0x3c, 0x13, 0x7d, 0x4f, 0x3b, + 0x74, 0xdc, 0x8c, 0xea, 0x55, 0x73, 0xe9, 0x2c, 0x2a, 0x66, 0x11, 0x06, 0x73, 0x62, 0x30, 0x0f, + 0x2f, 0x98, 0xf9, 0xa7, 0x9e, 0xfb, 0x8c, 0x92, 0x78, 0xe1, 0x35, 0x40, 0xfd, 0x13, 0xe2, 0xca, + 0xd6, 0x5f, 0x74, 0xc1, 0x87, 0xca, 0x54, 0x0a, 0x9c, 0x63, 0xea, 0x9e, 0xeb, 0xd4, 0xad, 0x17, + 0xe4, 0x35, 0xc6, 0xad, 0xb5, 0x2a, 0xf0, 0x7e, 0xc7, 0xbe, 0xe2, 0x34, 0x61, 0x6a, 0x04, 0xe2, + 0xa9, 0x03, 0xbc, 0x68, 0x66, 0x04, 0xa5, 0x8e, 0xa6, 0xd6, 0xca, 0x08, 0x1c, 0x1e, 0xb0, 0xfe, + 0xbc, 0x0b, 0xe6, 0x55, 0x89, 0x35, 0x78, 0xd9, 0xec, 0x63, 0x7b, 0x02, 0x57, 0xb4, 0x77, 0x09, + 0xa7, 0x1f, 0x8b, 0x9a, 0xb0, 0xf5, 0xb7, 0x5d, 0x00, 0x27, 0xe5, 0x56, 0xa1, 0xc5, 0xba, 0xf1, + 0xd2, 0xf0, 0x27, 0x5e, 0x2f, 0xd9, 0x8d, 0xdf, 0x5a, 0xac, 0xe9, 0x77, 0xec, 0x0f, 0x91, 0xaa, + 0xc2, 0x3a, 0x05, 0x57, 0x14, 0xa9, 0x6c, 0x78, 0x85, 0x75, 0xe3, 0x99, 0xbe, 0x1b, 0xeb, 0x15, + 0x93, 0xef, 0x82, 0x84, 0xf6, 0x3b, 0xf6, 0x65, 0x24, 0x83, 0x56, 0x00, 0x2e, 0x37, 0x92, 0xdb, + 0xf0, 0x43, 0x33, 0x3f, 0x57, 0x7c, 0xa5, 0x38, 0x83, 0x78, 0x88, 0xfa, 0x39, 0x24, 0x20, 0xd4, + 0xad, 0xca, 0xb9, 0x5e, 0x08, 0x4d, 0xd5, 0xed, 0xe7, 0x34, 0x5e, 0x1d, 0x0f, 0xe5, 0xea, 0x78, + 0xc4, 0x7a, 0x05, 0x66, 0xaa, 0x1c, 0x31, 0xbc, 0xc6, 0xf4, 0x3c, 0xd0, 0xeb, 0x39, 0xe1, 0x35, + 0x9c, 0x94, 0xb2, 0xcf, 0xa1, 0xe2, 0x6f, 0xea, 0xc4, 0xb8, 0x4c, 0x32, 0x3c, 0x32, 0x73, 0x62, + 0x3d, 0x4a, 0xe1, 0x24, 0x57, 0x45, 0xea, 0xc4, 0x50, 0x55, 0xa2, 0x3b, 0x22, 0x21, 0x01, 0x0c, + 0xaf, 0x9b, 0x79, 0x9c, 0x62, 0x23, 0xd2, 0xd8, 0x99, 0x54, 0x1e, 0x67, 0xc8, 0x95, 0xad, 0xbf, + 0xeb, 0x02, 0x38, 0x29, 0x01, 0x0b, 0x6f, 0x32, 0x8d, 0x5f, 0x9a, 0x4e, 0x7c, 0xc5, 0x0c, 0x50, + 0x57, 0xf5, 0x3b, 0xf6, 0x55, 0x47, 0x59, 0x93, 0x7b, 0x40, 0x55, 0xa2, 0x13, 0x7e, 0xdf, 0xd0, + 0x03, 0x56, 0xe4, 0x7d, 0xf2, 0x8e, 0x5b, 0xe3, 0x15, 0x38, 0xf3, 0x80, 0x4d, 0xd8, 0xca, 0x80, + 0xd5, 0x4c, 0x1b, 0x42, 0x9f, 0xe9, 0xdf, 0xd4, 0xeb, 0x67, 0x4c, 0xba, 0xa9, 0xe5, 0x95, 0x8b, + 0x60, 0xbf, 0x63, 0x5f, 0x72, 0x24, 0xcc, 0xf2, 0xc0, 0x45, 0xf9, 0x07, 0xb8, 0x6d, 0x36, 0x25, + 0x54, 0x03, 0x2f, 0x0f, 0xf8, 0x9c, 0x23, 0x0e, 0x34, 0x75, 0xf3, 0x42, 0xbe, 0x10, 0x7e, 0x6d, + 0xe8, 0xe6, 0x0b, 0x16, 0xa7, 0x8b, 0x47, 0x98, 0x9b, 0xe7, 0x01, 0xeb, 0x17, 0x00, 0xd4, 0x39, + 0x3b, 0xf8, 0x03, 0xa6, 0xe5, 0x91, 0x4e, 0xcb, 0x86, 0xb0, 0x41, 0xdb, 0xe0, 0xb6, 0x67, 0x33, + 0x2e, 0xbf, 0x39, 0x93, 0x93, 0x7b, 0x70, 0xc1, 0x6c, 0xc8, 0xa8, 0x44, 0x9b, 0xd2, 0x44, 0x25, + 0x35, 0x44, 0x87, 0xcc, 0x15, 0x10, 0x3a, 0x64, 0x62, 0x52, 0x10, 0x7e, 0x6c, 0x36, 0x64, 0x1b, + 0x05, 0x8b, 0xd3, 0xc5, 0x23, 0x74, 0xc8, 0x5c, 0x1e, 0xb0, 0xbe, 0xeb, 0x82, 0x5b, 0xd3, 0x73, + 0x73, 0xf0, 0x87, 0x4c, 0xf5, 0xaf, 0xb4, 0x9b, 0x50, 0x8c, 0xdd, 0x5e, 0x29, 0xc4, 0x2e, 0x65, + 0x70, 0x3b, 0xd2, 0xc9, 0xf5, 0xfd, 0x8e, 0x7d, 0x63, 0x34, 0xb9, 0x9a, 0x0e, 0x87, 0x98, 0x73, + 0x82, 0x3f, 0x32, 0x1b, 0x8e, 0xad, 0x82, 0xc5, 0xf5, 0x82, 0x47, 0xe8, 0x70, 0x8c, 0x78, 0x80, + 0x85, 0x6d, 0xea, 0x4c, 0x15, 0xfc, 0x43, 0xb3, 0xb0, 0xad, 0x54, 0xb0, 0x97, 0x93, 0x9b, 0x9a, + 0xf9, 0x0a, 0x1a, 0xb6, 0x8d, 0x14, 0x38, 0xdd, 0x57, 0x96, 0x59, 0x27, 0xf8, 0x47, 0x66, 0xfb, + 0xca, 0x6d, 0x6e, 0x55, 0xdc, 0xae, 0xf7, 0x95, 0xc4, 0xad, 0x96, 0x10, 0x2e, 0x31, 0x05, 0xef, + 0x98, 0x2d, 0x21, 0xdb, 0x94, 0xc2, 0xc9, 0xad, 0x8a, 0x74, 0x09, 0x21, 0x55, 0x89, 0x6e, 0x28, + 0x14, 0x79, 0x0d, 0x18, 0x98, 0x6d, 0x28, 0x76, 0x0a, 0xaa, 0xe8, 0xca, 0x1a, 0x28, 0xdd, 0x50, + 0x78, 0x32, 0x48, 0x7d, 0x68, 0x33, 0xbb, 0x01, 0x7f, 0x6c, 0xe6, 0x43, 0x77, 0x29, 0x73, 0x8d, + 0x11, 0xb9, 0x20, 0x4d, 0x02, 0xa9, 0x0f, 0xf5, 0x25, 0xac, 0x56, 0xcb, 0x27, 0x39, 0x60, 0xda, + 0x42, 0xed, 0x57, 0x8c, 0x28, 0xa9, 0xe5, 0xc0, 0x4a, 0x2d, 0x87, 0x51, 0x47, 0x24, 0xa7, 0x64, + 0xe0, 0x81, 0x99, 0x23, 0x62, 0xf2, 0xb7, 0x48, 0xe3, 0x4b, 0x2b, 0x88, 0x3a, 0x22, 0x5f, 0x40, + 0xac, 0x08, 0x5c, 0x92, 0x33, 0x32, 0xf0, 0x27, 0x4c, 0xdd, 0xba, 0x3e, 0xf4, 0x2d, 0x79, 0x7c, + 0xf8, 0x2b, 0x60, 0xfd, 0x8e, 0x7d, 0xd1, 0x17, 0x21, 0xeb, 0x9f, 0xba, 0xe0, 0xc6, 0x94, 0x1c, + 0x0b, 0xfc, 0x84, 0x69, 0xff, 0x4a, 0xa7, 0xfd, 0x05, 0x7e, 0x6b, 0x17, 0x12, 0xd6, 0x0b, 0x01, + 0x75, 0x37, 0x26, 0x55, 0xf6, 0x3b, 0x36, 0x0c, 0x26, 0xd4, 0x59, 0x04, 0x5c, 0x94, 0x32, 0x37, + 0x70, 0xd1, 0xcc, 0x0b, 0xbd, 0x08, 0xd3, 0x4d, 0xca, 0xe2, 0x3a, 0xc0, 0x23, 0xd4, 0x0b, 0x05, + 0x3c, 0x40, 0xd7, 0xb1, 0x3a, 0xdd, 0x03, 0x97, 0xcc, 0xd6, 0xb1, 0x17, 0x99, 0xc7, 0x45, 0xc5, + 0x55, 0x89, 0xae, 0x63, 0x41, 0x59, 0xa0, 0x9e, 0x54, 0xcc, 0xe9, 0xc0, 0xbb, 0x66, 0xdf, 0xf0, + 0xb2, 0x60, 0xd5, 0x1a, 0x04, 0x84, 0x7e, 0x43, 0xc8, 0x03, 0xd4, 0xdf, 0xf0, 0x8b, 0xe5, 0xb2, + 0x99, 0xbf, 0x91, 0x16, 0x4a, 0x61, 0x91, 0x04, 0x71, 0xbd, 0x40, 0xd2, 0x80, 0x4e, 0x95, 0xd5, + 0x80, 0xab, 0x66, 0x7b, 0x37, 0x5b, 0xe0, 0xf2, 0x67, 0x7a, 0x0d, 0x9c, 0xee, 0xdd, 0xe2, 0x26, + 0x6c, 0xbd, 0x01, 0x97, 0x1b, 0xc9, 0x11, 0x78, 0xcf, 0x6c, 0x6e, 0xd8, 0x8c, 0x28, 0xba, 0x3b, + 0x09, 0xa3, 0x73, 0x23, 0x16, 0x21, 0xba, 0x51, 0x17, 0xd2, 0x12, 0xf0, 0xbe, 0xd9, 0x46, 0x7d, + 0x3f, 0x27, 0xd5, 0xba, 0x78, 0x80, 0x6e, 0xd4, 0x13, 0xae, 0x4c, 0x7d, 0xb9, 0x22, 0x3b, 0x00, + 0x1f, 0x98, 0xf9, 0xf2, 0x7d, 0x46, 0xdd, 0x62, 0x4c, 0x4e, 0xa1, 0x8c, 0x52, 0x5f, 0x9e, 0xc8, + 0x20, 0xa7, 0x9a, 0x4f, 0x2f, 0xc0, 0x87, 0x6d, 0x54, 0xef, 0x30, 0xa6, 0xac, 0x9a, 0x43, 0x6b, + 0xd5, 0x1c, 0x68, 0xfd, 0x4b, 0x17, 0xdc, 0x9c, 0x9a, 0x32, 0x85, 0x8f, 0x58, 0x2f, 0x7e, 0x69, + 0x36, 0x53, 0x48, 0x18, 0xf4, 0x98, 0x8c, 0x0d, 0x26, 0x42, 0x9e, 0x36, 0xaa, 0xea, 0x7e, 0xc7, + 0xbe, 0x1e, 0x4e, 0xac, 0xb5, 0xfe, 0xb9, 0x0b, 0xbe, 0x37, 0x2d, 0x43, 0x06, 0x3f, 0x65, 0xfd, + 0xfb, 0xb9, 0xde, 0xf6, 0x72, 0x19, 0xea, 0xee, 0x4d, 0xac, 0xed, 0x77, 0xec, 0x6b, 0xf1, 0xa4, + 0x4a, 0xeb, 0xdf, 0xbb, 0xe0, 0x63, 0x83, 0xdc, 0x1b, 0xfc, 0x8c, 0xf5, 0xd1, 0x31, 0xed, 0x23, + 0x8b, 0x66, 0x76, 0xa8, 0xa0, 0xcd, 0x42, 0x4e, 0xb3, 0xa7, 0x13, 0xda, 0xf4, 0x3b, 0xf6, 0xf7, + 0xe3, 0xe9, 0x4d, 0xac, 0xdf, 0x76, 0xc1, 0x6d, 0x5d, 0xa2, 0x08, 0x66, 0xac, 0xcb, 0x03, 0x5d, + 0x97, 0x7f, 0x99, 0xcb, 0x39, 0xa0, 0x62, 0x6c, 0x4e, 0x4a, 0xdd, 0xe1, 0xa9, 0x2d, 0xfa, 0x1d, + 0xfb, 0xe6, 0xe9, 0xb4, 0x06, 0xd6, 0x3f, 0x76, 0xc1, 0x8d, 0x29, 0xd7, 0xfb, 0xe1, 0x63, 0xd6, + 0xcf, 0x7d, 0xc3, 0x33, 0x94, 0x35, 0xe2, 0xee, 0x16, 0xfc, 0xc6, 0x61, 0x8a, 0x5c, 0xd7, 0xef, + 0xd8, 0x1f, 0x21, 0x75, 0x15, 0x75, 0x49, 0xc2, 0x8d, 0x5f, 0xf8, 0x53, 0x33, 0x97, 0xb4, 0x9e, + 0x93, 0xf8, 0xc0, 0xb5, 0x06, 0xa8, 0x4b, 0x72, 0xb8, 0x32, 0x5d, 0x4c, 0xf8, 0x0c, 0xc6, 0xe7, + 0x66, 0x8b, 0x89, 0x94, 0xbe, 0x10, 0x72, 0x17, 0x60, 0x54, 0x27, 0x2e, 0x7c, 0x70, 0x49, 0x4e, + 0xbe, 0xc2, 0x27, 0x66, 0x7b, 0xaa, 0x7d, 0xc6, 0xdb, 0xe7, 0x8f, 0x59, 0x44, 0x88, 0xee, 0xa9, + 0x12, 0x01, 0x61, 0x31, 0x86, 0x3a, 0x53, 0x0c, 0x9f, 0x9a, 0xc5, 0x18, 0xb9, 0x0a, 0x45, 0x2c, + 0xae, 0xaa, 0xa0, 0x31, 0x46, 0xa2, 0xc0, 0xad, 0xbf, 0xef, 0x82, 0x6b, 0x13, 0xef, 0x98, 0xc3, + 0x2f, 0xda, 0x9d, 0xc8, 0x28, 0x06, 0x42, 0x5d, 0xc5, 0x9f, 0xc8, 0x88, 0x35, 0xd6, 0xdf, 0x74, + 0xc1, 0x47, 0x13, 0xae, 0x82, 0xc3, 0x9e, 0xd9, 0x09, 0xe9, 0x7a, 0x45, 0xef, 0x49, 0x81, 0x9f, + 0xb2, 0xa6, 0xdf, 0xb1, 0x3f, 0x74, 0x54, 0x15, 0xd6, 0xbf, 0x75, 0xc1, 0x82, 0xfe, 0x62, 0x39, + 0x4c, 0xcc, 0xfc, 0x19, 0xa7, 0xbc, 0x12, 0x24, 0x6f, 0xff, 0x35, 0x6d, 0xa8, 0x3f, 0x73, 0xa6, + 0x37, 0x91, 0x07, 0x50, 0xe8, 0x69, 0xd8, 0x76, 0x00, 0x27, 0xf7, 0x4f, 0xec, 0x15, 0x37, 0x80, + 0x7c, 0x5f, 0xbe, 0x01, 0xe7, 0xf9, 0xab, 0x96, 0x70, 0xcd, 0x2c, 0x61, 0xd6, 0x67, 0x9c, 0x5a, + 0x2b, 0x57, 0xee, 0x77, 0xec, 0xd9, 0xc3, 0xba, 0xc8, 0x0e, 0x49, 0x84, 0x6b, 0xdd, 0x70, 0xdd, + 0xf0, 0x90, 0xa4, 0x60, 0x09, 0x07, 0x32, 0x35, 0xc2, 0x0e, 0x49, 0x78, 0xc0, 0xfa, 0x0d, 0x98, + 0x57, 0x5d, 0x4c, 0x82, 0x1b, 0x66, 0xc9, 0xb2, 0x3d, 0xc6, 0xdd, 0xca, 0xa9, 0xb5, 0xd2, 0x26, + 0xdc, 0xef, 0xd8, 0x56, 0xd4, 0x40, 0x69, 0x38, 0x50, 0xdf, 0xf6, 0x86, 0x5b, 0x66, 0xe1, 0x00, + 0x55, 0x51, 0xeb, 0xaa, 0x4a, 0x34, 0x1c, 0xc0, 0x65, 0x81, 0x06, 0xb1, 0xcd, 0x2b, 0x9c, 0xf0, + 0x99, 0x59, 0x10, 0xfb, 0x3c, 0x67, 0xee, 0x79, 0x88, 0x9b, 0x66, 0x32, 0x48, 0x83, 0xd8, 0x23, + 0x09, 0x63, 0x31, 0xde, 0x94, 0xcb, 0xa7, 0xb0, 0x6f, 0x16, 0xe3, 0x71, 0xba, 0x9a, 0x19, 0xa1, + 0x49, 0x95, 0x34, 0xc6, 0x3b, 0x9a, 0x50, 0xc7, 0xb6, 0x31, 0x06, 0x77, 0x43, 0xe1, 0xb6, 0xd9, + 0xb4, 0xe7, 0xfa, 0xf0, 0xa2, 0x10, 0x54, 0x40, 0xca, 0x7e, 0xaa, 0xda, 0xd0, 0x69, 0x7f, 0x34, + 0xbd, 0x09, 0xdb, 0x19, 0x4c, 0xb9, 0x0d, 0x0c, 0x7f, 0x66, 0xb6, 0x33, 0xe0, 0x7a, 0xd2, 0xc8, + 0x25, 0x4e, 0xa8, 0xa3, 0x3b, 0x83, 0x23, 0x75, 0x95, 0xf5, 0x0f, 0x5d, 0x70, 0x7d, 0xf2, 0x45, + 0x5d, 0xf8, 0xbc, 0x75, 0xa7, 0xa6, 0x0d, 0x9d, 0x34, 0x64, 0x7c, 0xa7, 0x84, 0xa1, 0xfa, 0xeb, + 0x2e, 0xf8, 0x68, 0xc2, 0xdd, 0x63, 0xb8, 0x63, 0xb6, 0xf8, 0x72, 0x5a, 0xb7, 0x5d, 0x8c, 0x94, + 0xdd, 0xa9, 0x2a, 0xe8, 0xe2, 0x7b, 0xa4, 0xc0, 0x59, 0xb8, 0x31, 0xf5, 0x45, 0x2a, 0xdc, 0x35, + 0x0b, 0x37, 0x7a, 0xb9, 0x90, 0x3c, 0xaf, 0xba, 0x57, 0x88, 0xe0, 0xb6, 0x74, 0x13, 0xab, 0x69, + 0xb8, 0x81, 0x26, 0xd6, 0xb2, 0x8b, 0x23, 0xe2, 0xcd, 0x2b, 0xf8, 0xc2, 0xf0, 0xe2, 0x48, 0x82, + 0xe3, 0x1d, 0xc2, 0xdf, 0x94, 0x11, 0x10, 0x76, 0x71, 0x84, 0x07, 0x68, 0xd4, 0xa7, 0x78, 0xab, + 0x06, 0x5f, 0x9a, 0x45, 0x7d, 0xeb, 0x8c, 0xba, 0xcf, 0x98, 0xdc, 0x6a, 0x25, 0xa3, 0x34, 0xea, + 0x73, 0x64, 0x90, 0xba, 0xd6, 0xfa, 0x51, 0x09, 0xdc, 0x33, 0x73, 0xad, 0x5b, 0x98, 0x8f, 0x43, + 0xaa, 0x12, 0x75, 0xad, 0xa3, 0xb2, 0x60, 0xfd, 0x47, 0x17, 0xfc, 0xd0, 0xe4, 0xd9, 0x02, 0xfc, + 0x92, 0x29, 0xc5, 0xda, 0x6b, 0x62, 0x38, 0x7c, 0xc5, 0x44, 0xad, 0x17, 0x92, 0xf6, 0x2b, 0x41, + 0x75, 0x5f, 0x74, 0x8d, 0xfa, 0x1d, 0xfb, 0xf6, 0x58, 0xd3, 0x86, 0xfe, 0xf2, 0xd2, 0xbb, 0x19, + 0xb8, 0x6f, 0x78, 0xdc, 0x8e, 0xb1, 0xbb, 0x9d, 0x62, 0x5f, 0x1c, 0x9c, 0x0a, 0x61, 0xc7, 0xed, + 0x3c, 0x40, 0xf7, 0xf5, 0xdc, 0x05, 0x7a, 0xf8, 0xca, 0x6c, 0x5f, 0xbf, 0x43, 0x29, 0xfc, 0x39, + 0x71, 0x59, 0xa4, 0xfb, 0x7a, 0xaf, 0x2a, 0x51, 0xbb, 0x52, 0xbc, 0x33, 0x85, 0x3f, 0x37, 0xb3, + 0xab, 0xb5, 0x9c, 0xba, 0x4f, 0x99, 0x7c, 0x8a, 0x53, 0x42, 0xa9, 0x5d, 0x0d, 0x65, 0x90, 0x39, + 0xbf, 0xc9, 0xaf, 0xec, 0xe0, 0x2f, 0xcc, 0x9c, 0x5f, 0x99, 0xee, 0x5a, 0x67, 0x02, 0x76, 0x48, + 0x70, 0xd4, 0x4c, 0x85, 0x49, 0x75, 0xd4, 0xf9, 0x39, 0xea, 0x2a, 0xb6, 0xec, 0x4e, 0x79, 0x4a, + 0x07, 0x7f, 0x65, 0xb6, 0xec, 0x96, 0x9a, 0x77, 0x73, 0x09, 0xea, 0x6e, 0xc9, 0x95, 0x74, 0xd9, + 0x75, 0x26, 0xd4, 0xd1, 0x6d, 0x48, 0xf3, 0xd5, 0x13, 0x7c, 0x6d, 0xb6, 0x0d, 0xa1, 0x26, 0xb6, + 0x9b, 0x13, 0x45, 0xbb, 0xe3, 0x41, 0xba, 0x0d, 0x19, 0x49, 0x18, 0xf3, 0x3b, 0xcd, 0x37, 0x89, + 0xf0, 0x4f, 0x0d, 0xfd, 0x4e, 0x41, 0x15, 0xbd, 0x41, 0x03, 0x65, 0x7e, 0x47, 0x06, 0xad, 0x63, + 0x76, 0x01, 0x43, 0x7e, 0xf4, 0x0e, 0x7f, 0x6d, 0xf6, 0xc9, 0xc5, 0x3a, 0x2b, 0x6a, 0x96, 0x41, + 0xfa, 0xc9, 0x48, 0xc2, 0xd8, 0x27, 0x37, 0x1f, 0x24, 0xc3, 0x6f, 0x0c, 0x3f, 0xb9, 0xa0, 0x4a, + 0x9f, 0x2c, 0xa3, 0xec, 0x93, 0x65, 0x30, 0xcf, 0xb7, 0xab, 0x1e, 0xad, 0x42, 0x64, 0x98, 0x6f, + 0x67, 0xe4, 0xed, 0x82, 0x2b, 0x0f, 0xb9, 0x80, 0xb3, 0x7c, 0x7b, 0x13, 0x66, 0x21, 0xef, 0xc4, + 0x77, 0x90, 0xd0, 0x35, 0x0b, 0x79, 0x37, 0x4b, 0x01, 0x4d, 0x77, 0xa7, 0xae, 0xa2, 0x21, 0x2f, + 0x56, 0xd6, 0x50, 0xcb, 0x6f, 0xfe, 0x17, 0x06, 0x10, 0x9b, 0x9a, 0xc1, 0x5e, 0x49, 0xe4, 0xcd, + 0x40, 0x04, 0x73, 0x33, 0x10, 0x31, 0xe6, 0x9e, 0x26, 0x3f, 0x54, 0x84, 0x23, 0x33, 0xf7, 0x54, + 0x7e, 0xca, 0x41, 0xc5, 0x6f, 0x3a, 0x7e, 0xa9, 0x8e, 0xba, 0xa7, 0x91, 0xba, 0x8a, 0x45, 0xaf, + 0x13, 0x1e, 0x99, 0xc2, 0xb1, 0x59, 0xf4, 0x5a, 0x8d, 0x7f, 0xe3, 0xc4, 0x5b, 0x59, 0x43, 0xa3, + 0x57, 0xac, 0xaa, 0xb0, 0xfe, 0xb2, 0x0b, 0xae, 0xaa, 0x9f, 0x81, 0xc2, 0x43, 0x33, 0x6b, 0x2d, + 0x07, 0x20, 0x5f, 0x6b, 0x9b, 0x03, 0xc3, 0xe1, 0xd4, 0x5a, 0x47, 0x4d, 0x98, 0x1d, 0x14, 0xa9, + 0x5f, 0xa3, 0x40, 0x62, 0xb6, 0x57, 0xcd, 0x43, 0xcc, 0x83, 0x92, 0x2c, 0xc7, 0x9e, 0x62, 0x05, + 0xdd, 0xab, 0x46, 0x0a, 0x9c, 0xe5, 0x1c, 0xa5, 0xc7, 0x52, 0xd0, 0x33, 0xcc, 0x39, 0x32, 0xde, + 0xcf, 0xc2, 0xa1, 0x7c, 0x05, 0xb6, 0x84, 0x58, 0xce, 0x51, 0x40, 0x98, 0xa3, 0x50, 0xbe, 0x21, + 0x82, 0x91, 0xd9, 0xd0, 0xef, 0xe5, 0xe4, 0xe2, 0x46, 0x3e, 0xf7, 0xd1, 0x4d, 0x9c, 0x0e, 0x7d, + 0xd4, 0x84, 0xad, 0x7f, 0xed, 0x82, 0x1f, 0x68, 0x1f, 0x14, 0xc1, 0x98, 0xf5, 0x07, 0x19, 0xfe, + 0x0a, 0x95, 0x1c, 0xc5, 0xac, 0x9d, 0xde, 0xa4, 0xdf, 0xb1, 0x6f, 0x45, 0x53, 0x5b, 0xb0, 0x33, + 0x4c, 0xe9, 0x25, 0x08, 0x3c, 0x36, 0x3c, 0xc3, 0x24, 0xef, 0x70, 0x7e, 0x38, 0x5e, 0x9f, 0x23, + 0x0a, 0x10, 0x3b, 0xc3, 0x14, 0x90, 0xb5, 0xf3, 0xfc, 0x53, 0x84, 0x85, 0xff, 0xe9, 0x82, 0x0b, + 0xc2, 0x25, 0x7e, 0x2b, 0x00, 0x57, 0xf2, 0x03, 0xdb, 0x08, 0xa5, 0x87, 0x03, 0xec, 0x61, 0x1f, + 0x07, 0x69, 0x02, 0xcf, 0xb0, 0x27, 0x11, 0x4f, 0x5a, 0x3d, 0x08, 0xc8, 0xcf, 0x6d, 0xf7, 0x50, + 0x7a, 0xb8, 0x99, 0x8b, 0xb1, 0x2f, 0x8f, 0x24, 0x24, 0xb9, 0xee, 0x82, 0x4b, 0x72, 0x33, 0xeb, + 0x26, 0xc8, 0x0f, 0x79, 0x07, 0x01, 0xf2, 0xf3, 0xe7, 0x12, 0x33, 0xf6, 0x0c, 0x43, 0x5e, 0x20, + 0x1f, 0x5b, 0xcb, 0xe0, 0x7d, 0x12, 0xb8, 0xf8, 0x84, 0xdd, 0xc7, 0x9f, 0x5d, 0xb9, 0x51, 0x76, + 0xaa, 0x7c, 0x0a, 0xb2, 0xb8, 0x1d, 0xa4, 0x0f, 0xef, 0xe7, 0xaf, 0x1b, 0xf2, 0x96, 0x0b, 0xdf, + 0x9d, 0x01, 0xe7, 0xf9, 0x27, 0x06, 0xd6, 0x7d, 0x70, 0x35, 0x0b, 0xa2, 0x6c, 0xe8, 0x91, 0xe4, + 0xb0, 0x5c, 0x4c, 0xeb, 0xd7, 0x19, 0x33, 0xf6, 0x3c, 0x57, 0x5b, 0xbf, 0x40, 0x88, 0x00, 0x6c, + 0x4c, 0xeb, 0xf2, 0xa1, 0x43, 0xde, 0x99, 0x87, 0x2d, 0x27, 0x76, 0xf9, 0xe4, 0xe1, 0x6a, 0xa4, + 0xc4, 0xad, 0x6f, 0x2b, 0x47, 0x52, 0x1e, 0x60, 0x95, 0xfa, 0xf2, 0x47, 0x1e, 0xf7, 0x5b, 0x1d, + 0x61, 0x95, 0xda, 0xe6, 0x23, 0x05, 0xba, 0xf0, 0xff, 0x5d, 0x70, 0x55, 0xdd, 0x3d, 0xeb, 0x09, + 0xb8, 0x41, 0xdd, 0x2d, 0xbb, 0xf5, 0x5d, 0xf4, 0xc7, 0xc5, 0x89, 0x13, 0x93, 0x88, 0x3d, 0x17, + 0xc9, 0x9f, 0xa2, 0x5c, 0x2b, 0x9b, 0xe4, 0x42, 0x36, 0xea, 0x06, 0xd6, 0x06, 0x78, 0xef, 0x08, + 0x9f, 0x16, 0xcf, 0x4a, 0x56, 0x74, 0x0f, 0x53, 0xa4, 0x4e, 0x3c, 0xc7, 0xa7, 0x36, 0xa5, 0x5b, + 0x77, 0xc1, 0xbc, 0xdc, 0x0b, 0x66, 0x21, 0xef, 0x33, 0xf5, 0x96, 0xa8, 0x9e, 0x99, 0xca, 0xc7, + 0xe0, 0x02, 0x49, 0x06, 0xf8, 0x04, 0xfb, 0x51, 0x4a, 0x86, 0x1e, 0x86, 0x1f, 0xdc, 0xee, 0xde, + 0x39, 0x67, 0x9f, 0x27, 0xc9, 0x66, 0x85, 0x2d, 0xbc, 0x03, 0xf3, 0xaa, 0x51, 0xb2, 0x86, 0xd5, + 0xe1, 0x61, 0x1a, 0x46, 0xc4, 0x19, 0xe0, 0x20, 0x8d, 0x09, 0x2e, 0x9f, 0x07, 0xdd, 0x35, 0xfb, + 0x8a, 0x57, 0x94, 0xba, 0x19, 0xa4, 0xf1, 0x69, 0x79, 0x42, 0x58, 0x21, 0x04, 0x27, 0x6b, 0xff, + 0xcb, 0x4e, 0xab, 0x7d, 0xcd, 0xaf, 0xb8, 0x36, 0xcb, 0x6c, 0x30, 0xd9, 0xa3, 0x16, 0xbe, 0xd7, + 0xfd, 0x7a, 0xa3, 0x68, 0x3e, 0x0e, 0x3d, 0x14, 0x8c, 0x17, 0xc3, 0x78, 0xbc, 0x34, 0xc6, 0x01, + 0xb3, 0xff, 0xf2, 0x4d, 0x55, 0x44, 0x92, 0x49, 0x4f, 0xac, 0x1e, 0xe7, 0xff, 0x7c, 0x77, 0xe6, + 0xbd, 0x67, 0xbd, 0xde, 0x6f, 0xcf, 0xdc, 0xca, 0x1f, 0x2b, 0x2d, 0xf6, 0x5c, 0xee, 0x49, 0xd3, + 0xe2, 0xc1, 0x72, 0x3e, 0x99, 0x93, 0xff, 0x2a, 0x1b, 0xbc, 0xee, 0xb9, 0xc9, 0xeb, 0xaa, 0xc1, + 0xeb, 0x83, 0xe5, 0xd7, 0x79, 0x83, 0xff, 0x3b, 0xb3, 0x90, 0xa3, 0xab, 0xab, 0x3d, 0x37, 0x59, + 0x5d, 0xad, 0x9a, 0xac, 0xae, 0x1e, 0x2c, 0xaf, 0xae, 0xe6, 0x8d, 0x86, 0x1f, 0xb0, 0xde, 0xdd, + 0xfb, 0x5d, 0x00, 0x00, 0x00, 0xff, 0xff, 0x80, 0x11, 0x25, 0x08, 0x93, 0x4c, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/errors/extension_feed_item_error.pb.go b/googleapis/ads/googleads/v1/errors/extension_feed_item_error.pb.go index 6615ae7524..f1cb8e7a30 100644 --- a/googleapis/ads/googleads/v1/errors/extension_feed_item_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/extension_feed_item_error.pb.go @@ -65,7 +65,8 @@ const ( // extension. ExtensionFeedItemErrorEnum_CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY ExtensionFeedItemErrorEnum_ExtensionFeedItemError = 16 // Customer hasn't consented for call recording, which is required for - // creating/updating call feed items. + // creating/updating call feed items. Please see + // https://support.google.com/google-ads/answer/7412639. ExtensionFeedItemErrorEnum_CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED ExtensionFeedItemErrorEnum_ExtensionFeedItemError = 17 // App id provided for an app extension is invalid. ExtensionFeedItemErrorEnum_INVALID_APP_ID ExtensionFeedItemErrorEnum_ExtensionFeedItemError = 18 @@ -228,7 +229,7 @@ func (x ExtensionFeedItemErrorEnum_ExtensionFeedItemError) String() string { return proto.EnumName(ExtensionFeedItemErrorEnum_ExtensionFeedItemError_name, int32(x)) } func (ExtensionFeedItemErrorEnum_ExtensionFeedItemError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_extension_feed_item_error_620418e9a72e0e82, []int{0, 0} + return fileDescriptor_extension_feed_item_error_4484ec81d93b3330, []int{0, 0} } // Container for enum describing possible extension feed item error. @@ -242,7 +243,7 @@ func (m *ExtensionFeedItemErrorEnum) Reset() { *m = ExtensionFeedItemErr func (m *ExtensionFeedItemErrorEnum) String() string { return proto.CompactTextString(m) } func (*ExtensionFeedItemErrorEnum) ProtoMessage() {} func (*ExtensionFeedItemErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_extension_feed_item_error_620418e9a72e0e82, []int{0} + return fileDescriptor_extension_feed_item_error_4484ec81d93b3330, []int{0} } func (m *ExtensionFeedItemErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtensionFeedItemErrorEnum.Unmarshal(m, b) @@ -268,10 +269,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/extension_feed_item_error.proto", fileDescriptor_extension_feed_item_error_620418e9a72e0e82) + proto.RegisterFile("google/ads/googleads/v1/errors/extension_feed_item_error.proto", fileDescriptor_extension_feed_item_error_4484ec81d93b3330) } -var fileDescriptor_extension_feed_item_error_620418e9a72e0e82 = []byte{ +var fileDescriptor_extension_feed_item_error_4484ec81d93b3330 = []byte{ // 1056 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x55, 0xdd, 0x8e, 0x53, 0x37, 0x10, 0x2e, 0x4b, 0x0b, 0xad, 0x29, 0x60, 0x5c, 0x58, 0x60, 0x17, 0x96, 0x12, 0xfe, 0x29, 0x24, diff --git a/googleapis/ads/googleads/v1/errors/extension_setting_error.pb.go b/googleapis/ads/googleads/v1/errors/extension_setting_error.pb.go index ba460beb08..b197725495 100644 --- a/googleapis/ads/googleads/v1/errors/extension_setting_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/extension_setting_error.pb.go @@ -170,7 +170,8 @@ const ( // The language is not supported. ExtensionSettingErrorEnum_UNSUPPORTED_LANGUAGE ExtensionSettingErrorEnum_ExtensionSettingError = 65 // Customer hasn't consented for call recording, which is required for - // adding/updating call extensions. + // adding/updating call extensions. Please see + // https://support.google.com/google-ads/answer/7412639. ExtensionSettingErrorEnum_CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED ExtensionSettingErrorEnum_ExtensionSettingError = 66 // The UPDATE operation does not specify any fields other than the resource // name in the update mask. @@ -318,7 +319,7 @@ func (x ExtensionSettingErrorEnum_ExtensionSettingError) String() string { return proto.EnumName(ExtensionSettingErrorEnum_ExtensionSettingError_name, int32(x)) } func (ExtensionSettingErrorEnum_ExtensionSettingError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_extension_setting_error_b5d2314027ef414a, []int{0, 0} + return fileDescriptor_extension_setting_error_36d74918ab80bb6d, []int{0, 0} } // Container for enum describing validation errors of extension settings. @@ -332,7 +333,7 @@ func (m *ExtensionSettingErrorEnum) Reset() { *m = ExtensionSettingError func (m *ExtensionSettingErrorEnum) String() string { return proto.CompactTextString(m) } func (*ExtensionSettingErrorEnum) ProtoMessage() {} func (*ExtensionSettingErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_extension_setting_error_b5d2314027ef414a, []int{0} + return fileDescriptor_extension_setting_error_36d74918ab80bb6d, []int{0} } func (m *ExtensionSettingErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtensionSettingErrorEnum.Unmarshal(m, b) @@ -358,10 +359,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/extension_setting_error.proto", fileDescriptor_extension_setting_error_b5d2314027ef414a) + proto.RegisterFile("google/ads/googleads/v1/errors/extension_setting_error.proto", fileDescriptor_extension_setting_error_36d74918ab80bb6d) } -var fileDescriptor_extension_setting_error_b5d2314027ef414a = []byte{ +var fileDescriptor_extension_setting_error_36d74918ab80bb6d = []byte{ // 1313 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x56, 0x5d, 0x73, 0x53, 0xb7, 0x16, 0xbd, 0x84, 0x7b, 0xe1, 0x5e, 0x71, 0x01, 0x21, 0x08, 0x90, 0x00, 0x01, 0xc2, 0x37, 0x2d, diff --git a/googleapis/ads/googleads/v1/errors/feed_attribute_reference_error.pb.go b/googleapis/ads/googleads/v1/errors/feed_attribute_reference_error.pb.go index 9dcab29ac8..c23e3aa488 100644 --- a/googleapis/ads/googleads/v1/errors/feed_attribute_reference_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/feed_attribute_reference_error.pb.go @@ -54,7 +54,7 @@ func (x FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError) String() st return proto.EnumName(FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError_name, int32(x)) } func (FeedAttributeReferenceErrorEnum_FeedAttributeReferenceError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_attribute_reference_error_eb6b9153d1da9072, []int{0, 0} + return fileDescriptor_feed_attribute_reference_error_dc3a3bf8c254dc8e, []int{0, 0} } // Container for enum describing possible feed attribute reference errors. @@ -68,7 +68,7 @@ func (m *FeedAttributeReferenceErrorEnum) Reset() { *m = FeedAttributeRe func (m *FeedAttributeReferenceErrorEnum) String() string { return proto.CompactTextString(m) } func (*FeedAttributeReferenceErrorEnum) ProtoMessage() {} func (*FeedAttributeReferenceErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_attribute_reference_error_eb6b9153d1da9072, []int{0} + return fileDescriptor_feed_attribute_reference_error_dc3a3bf8c254dc8e, []int{0} } func (m *FeedAttributeReferenceErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedAttributeReferenceErrorEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/feed_attribute_reference_error.proto", fileDescriptor_feed_attribute_reference_error_eb6b9153d1da9072) + proto.RegisterFile("google/ads/googleads/v1/errors/feed_attribute_reference_error.proto", fileDescriptor_feed_attribute_reference_error_dc3a3bf8c254dc8e) } -var fileDescriptor_feed_attribute_reference_error_eb6b9153d1da9072 = []byte{ +var fileDescriptor_feed_attribute_reference_error_dc3a3bf8c254dc8e = []byte{ // 364 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x41, 0x6e, 0xa3, 0x30, 0x14, 0x86, 0x07, 0x32, 0x9a, 0x91, 0x9c, 0xc5, 0x30, 0x48, 0xb3, 0x99, 0xb4, 0x49, 0xcb, 0x01, diff --git a/googleapis/ads/googleads/v1/errors/feed_error.pb.go b/googleapis/ads/googleads/v1/errors/feed_error.pb.go index a152f797aa..3d5bfa05e2 100644 --- a/googleapis/ads/googleads/v1/errors/feed_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/feed_error.pb.go @@ -119,7 +119,7 @@ func (x FeedErrorEnum_FeedError) String() string { return proto.EnumName(FeedErrorEnum_FeedError_name, int32(x)) } func (FeedErrorEnum_FeedError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_error_fef6e33af72c5e9a, []int{0, 0} + return fileDescriptor_feed_error_55545305caaf267c, []int{0, 0} } // Container for enum describing possible feed errors. @@ -133,7 +133,7 @@ func (m *FeedErrorEnum) Reset() { *m = FeedErrorEnum{} } func (m *FeedErrorEnum) String() string { return proto.CompactTextString(m) } func (*FeedErrorEnum) ProtoMessage() {} func (*FeedErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_error_fef6e33af72c5e9a, []int{0} + return fileDescriptor_feed_error_55545305caaf267c, []int{0} } func (m *FeedErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedErrorEnum.Unmarshal(m, b) @@ -159,10 +159,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/feed_error.proto", fileDescriptor_feed_error_fef6e33af72c5e9a) + proto.RegisterFile("google/ads/googleads/v1/errors/feed_error.proto", fileDescriptor_feed_error_55545305caaf267c) } -var fileDescriptor_feed_error_fef6e33af72c5e9a = []byte{ +var fileDescriptor_feed_error_55545305caaf267c = []byte{ // 611 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0xdf, 0x6e, 0xd3, 0x3e, 0x14, 0xc7, 0x7f, 0xeb, 0x7e, 0xdb, 0x98, 0xf7, 0xcf, 0xf3, 0x06, 0x9b, 0xc6, 0x34, 0xa1, 0x5e, diff --git a/googleapis/ads/googleads/v1/errors/feed_item_error.pb.go b/googleapis/ads/googleads/v1/errors/feed_item_error.pb.go index ede683950b..2fe978b221 100644 --- a/googleapis/ads/googleads/v1/errors/feed_item_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/feed_item_error.pb.go @@ -78,7 +78,7 @@ func (x FeedItemErrorEnum_FeedItemError) String() string { return proto.EnumName(FeedItemErrorEnum_FeedItemError_name, int32(x)) } func (FeedItemErrorEnum_FeedItemError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_item_error_b99656ef184fc651, []int{0, 0} + return fileDescriptor_feed_item_error_be75ed22e97f1137, []int{0, 0} } // Container for enum describing possible feed item errors. @@ -92,7 +92,7 @@ func (m *FeedItemErrorEnum) Reset() { *m = FeedItemErrorEnum{} } func (m *FeedItemErrorEnum) String() string { return proto.CompactTextString(m) } func (*FeedItemErrorEnum) ProtoMessage() {} func (*FeedItemErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_error_b99656ef184fc651, []int{0} + return fileDescriptor_feed_item_error_be75ed22e97f1137, []int{0} } func (m *FeedItemErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItemErrorEnum.Unmarshal(m, b) @@ -118,10 +118,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/feed_item_error.proto", fileDescriptor_feed_item_error_b99656ef184fc651) + proto.RegisterFile("google/ads/googleads/v1/errors/feed_item_error.proto", fileDescriptor_feed_item_error_be75ed22e97f1137) } -var fileDescriptor_feed_item_error_b99656ef184fc651 = []byte{ +var fileDescriptor_feed_item_error_be75ed22e97f1137 = []byte{ // 485 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xdd, 0x8a, 0xd3, 0x40, 0x18, 0x75, 0x5b, 0xdd, 0xd5, 0x59, 0xc4, 0x71, 0x2e, 0x44, 0x97, 0x75, 0xc1, 0x8a, 0x3f, 0x2c, diff --git a/googleapis/ads/googleads/v1/errors/feed_item_target_error.pb.go b/googleapis/ads/googleads/v1/errors/feed_item_target_error.pb.go index 7428ce0c07..3e2e3e908a 100644 --- a/googleapis/ads/googleads/v1/errors/feed_item_target_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/feed_item_target_error.pb.go @@ -68,7 +68,7 @@ func (x FeedItemTargetErrorEnum_FeedItemTargetError) String() string { return proto.EnumName(FeedItemTargetErrorEnum_FeedItemTargetError_name, int32(x)) } func (FeedItemTargetErrorEnum_FeedItemTargetError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_item_target_error_008949b5c84876cb, []int{0, 0} + return fileDescriptor_feed_item_target_error_c657952a4e3022c2, []int{0, 0} } // Container for enum describing possible feed item target errors. @@ -82,7 +82,7 @@ func (m *FeedItemTargetErrorEnum) Reset() { *m = FeedItemTargetErrorEnum func (m *FeedItemTargetErrorEnum) String() string { return proto.CompactTextString(m) } func (*FeedItemTargetErrorEnum) ProtoMessage() {} func (*FeedItemTargetErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_target_error_008949b5c84876cb, []int{0} + return fileDescriptor_feed_item_target_error_c657952a4e3022c2, []int{0} } func (m *FeedItemTargetErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItemTargetErrorEnum.Unmarshal(m, b) @@ -108,10 +108,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/feed_item_target_error.proto", fileDescriptor_feed_item_target_error_008949b5c84876cb) + proto.RegisterFile("google/ads/googleads/v1/errors/feed_item_target_error.proto", fileDescriptor_feed_item_target_error_c657952a4e3022c2) } -var fileDescriptor_feed_item_target_error_008949b5c84876cb = []byte{ +var fileDescriptor_feed_item_target_error_c657952a4e3022c2 = []byte{ // 462 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xc1, 0x8e, 0xd3, 0x3e, 0x10, 0xc6, 0xff, 0xcd, 0xfe, 0xd9, 0x95, 0xbc, 0x07, 0xa2, 0x70, 0x00, 0xad, 0x50, 0x91, 0x0a, diff --git a/googleapis/ads/googleads/v1/errors/feed_item_validation_error.pb.go b/googleapis/ads/googleads/v1/errors/feed_item_validation_error.pb.go index e1a33f6db5..e4f39bd7e5 100644 --- a/googleapis/ads/googleads/v1/errors/feed_item_validation_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/feed_item_validation_error.pb.go @@ -206,7 +206,8 @@ const ( // Final url suffix is formatted incorrectly. FeedItemValidationErrorEnum_INVALID_FINAL_URL_SUFFIX_FORMAT FeedItemValidationErrorEnum_FeedItemValidationError = 83 // Consent for call recording, which is required for the use of call - // extensions, was not provided by the advertiser. + // extensions, was not provided by the advertiser. Please see + // https://support.google.com/google-ads/answer/7412639. FeedItemValidationErrorEnum_CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED FeedItemValidationErrorEnum_FeedItemValidationError = 84 // Multiple message delivery options are set. FeedItemValidationErrorEnum_ONLY_ONE_DELIVERY_OPTION_IS_ALLOWED FeedItemValidationErrorEnum_FeedItemValidationError = 85 @@ -222,6 +223,18 @@ const ( // Auto reply is not supported in the country specified in the country code // field. FeedItemValidationErrorEnum_AUTO_REPLY_NOT_AVAILABLE_IN_COUNTRY FeedItemValidationErrorEnum_FeedItemValidationError = 90 + // Invalid value specified for latitude. + FeedItemValidationErrorEnum_INVALID_LATITUDE_VALUE FeedItemValidationErrorEnum_FeedItemValidationError = 91 + // Invalid value specified for longitude. + FeedItemValidationErrorEnum_INVALID_LONGITUDE_VALUE FeedItemValidationErrorEnum_FeedItemValidationError = 92 + // Too many label fields provided. + FeedItemValidationErrorEnum_TOO_MANY_LABELS FeedItemValidationErrorEnum_FeedItemValidationError = 93 + // Invalid image url. + FeedItemValidationErrorEnum_INVALID_IMAGE_URL FeedItemValidationErrorEnum_FeedItemValidationError = 94 + // Latitude value is missing. + FeedItemValidationErrorEnum_MISSING_LATITUDE_VALUE FeedItemValidationErrorEnum_FeedItemValidationError = 95 + // Longitude value is missing. + FeedItemValidationErrorEnum_MISSING_LONGITUDE_VALUE FeedItemValidationErrorEnum_FeedItemValidationError = 96 ) var FeedItemValidationErrorEnum_FeedItemValidationError_name = map[int32]string{ @@ -316,6 +329,12 @@ var FeedItemValidationErrorEnum_FeedItemValidationError_name = map[int32]string{ 88: "IMAGE_SIZE_WRONG", 89: "EMAIL_DELIVERY_NOT_AVAILABLE_IN_COUNTRY", 90: "AUTO_REPLY_NOT_AVAILABLE_IN_COUNTRY", + 91: "INVALID_LATITUDE_VALUE", + 92: "INVALID_LONGITUDE_VALUE", + 93: "TOO_MANY_LABELS", + 94: "INVALID_IMAGE_URL", + 95: "MISSING_LATITUDE_VALUE", + 96: "MISSING_LONGITUDE_VALUE", } var FeedItemValidationErrorEnum_FeedItemValidationError_value = map[string]int32{ "UNSPECIFIED": 0, @@ -409,13 +428,19 @@ var FeedItemValidationErrorEnum_FeedItemValidationError_value = map[string]int32 "IMAGE_SIZE_WRONG": 88, "EMAIL_DELIVERY_NOT_AVAILABLE_IN_COUNTRY": 89, "AUTO_REPLY_NOT_AVAILABLE_IN_COUNTRY": 90, + "INVALID_LATITUDE_VALUE": 91, + "INVALID_LONGITUDE_VALUE": 92, + "TOO_MANY_LABELS": 93, + "INVALID_IMAGE_URL": 94, + "MISSING_LATITUDE_VALUE": 95, + "MISSING_LONGITUDE_VALUE": 96, } func (x FeedItemValidationErrorEnum_FeedItemValidationError) String() string { return proto.EnumName(FeedItemValidationErrorEnum_FeedItemValidationError_name, int32(x)) } func (FeedItemValidationErrorEnum_FeedItemValidationError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_item_validation_error_de5c2a0f47868d21, []int{0, 0} + return fileDescriptor_feed_item_validation_error_1e58e32e34431998, []int{0, 0} } // Container for enum describing possible validation errors of a feed item. @@ -429,7 +454,7 @@ func (m *FeedItemValidationErrorEnum) Reset() { *m = FeedItemValidationE func (m *FeedItemValidationErrorEnum) String() string { return proto.CompactTextString(m) } func (*FeedItemValidationErrorEnum) ProtoMessage() {} func (*FeedItemValidationErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_validation_error_de5c2a0f47868d21, []int{0} + return fileDescriptor_feed_item_validation_error_1e58e32e34431998, []int{0} } func (m *FeedItemValidationErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItemValidationErrorEnum.Unmarshal(m, b) @@ -455,109 +480,112 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/feed_item_validation_error.proto", fileDescriptor_feed_item_validation_error_de5c2a0f47868d21) + proto.RegisterFile("google/ads/googleads/v1/errors/feed_item_validation_error.proto", fileDescriptor_feed_item_validation_error_1e58e32e34431998) } -var fileDescriptor_feed_item_validation_error_de5c2a0f47868d21 = []byte{ - // 1594 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x57, 0xef, 0x72, 0x1b, 0xb7, - 0x11, 0xaf, 0x9d, 0x36, 0x69, 0xe1, 0x26, 0x86, 0xe1, 0x3f, 0xb2, 0x2d, 0x59, 0xb6, 0x65, 0xc7, - 0x76, 0x1c, 0x87, 0x8a, 0x9a, 0xa6, 0x69, 0xe8, 0x36, 0x29, 0x78, 0xd8, 0x23, 0x51, 0xe1, 0x80, - 0x13, 0x80, 0x23, 0x45, 0x8d, 0x66, 0x30, 0x6a, 0xc9, 0x6a, 0x34, 0x63, 0x89, 0x1e, 0x51, 0xf5, - 0xa3, 0xf4, 0x01, 0xfa, 0xb1, 0x8f, 0xd2, 0x47, 0xe9, 0x03, 0xb4, 0x5f, 0x3b, 0x8b, 0xfb, 0xc3, - 0x53, 0x28, 0x79, 0xfc, 0x89, 0xc7, 0xc3, 0xee, 0x62, 0xf1, 0xdb, 0xdf, 0xfe, 0x16, 0x47, 0x7e, - 0x3c, 0x9c, 0xcd, 0x0e, 0xdf, 0x4c, 0x37, 0x0f, 0x26, 0xf3, 0xcd, 0xf2, 0x11, 0x9f, 0xde, 0x6d, - 0x6d, 0x4e, 0x4f, 0x4f, 0x67, 0xa7, 0xf3, 0xcd, 0xbf, 0x4d, 0xa7, 0x93, 0x70, 0x74, 0x36, 0x3d, - 0x0e, 0xef, 0x0e, 0xde, 0x1c, 0x4d, 0x0e, 0xce, 0x8e, 0x66, 0x27, 0x21, 0xae, 0x75, 0xde, 0x9e, - 0xce, 0xce, 0x66, 0x6c, 0xbd, 0xf4, 0xea, 0x1c, 0x4c, 0xe6, 0x9d, 0x26, 0x40, 0xe7, 0xdd, 0x56, - 0xa7, 0x0c, 0x70, 0x7f, 0xad, 0xde, 0xe0, 0xed, 0xd1, 0xe6, 0xc1, 0xc9, 0xc9, 0xec, 0x2c, 0x86, - 0x98, 0x97, 0xde, 0x1b, 0xff, 0xb8, 0x4b, 0x56, 0xd3, 0xe9, 0x74, 0x22, 0xcf, 0xa6, 0xc7, 0xc3, - 0x66, 0x03, 0x40, 0x57, 0x38, 0xf9, 0xfb, 0xf1, 0xc6, 0x7f, 0x57, 0xc8, 0xca, 0x25, 0xeb, 0xec, - 0x3a, 0xb9, 0x56, 0x68, 0x97, 0x43, 0x22, 0x53, 0x09, 0x82, 0xfe, 0x8c, 0x5d, 0x23, 0x9f, 0x14, - 0x7a, 0x5b, 0x9b, 0x91, 0xa6, 0x57, 0xd8, 0x2d, 0x42, 0x9d, 0xb7, 0x52, 0xf7, 0x83, 0x37, 0x26, - 0xb8, 0x81, 0xb1, 0x9e, 0x5e, 0x65, 0x37, 0xc9, 0xf5, 0xd6, 0x5b, 0x65, 0x74, 0x9f, 0x7e, 0xc4, - 0x56, 0xc8, 0xcd, 0x21, 0x57, 0x05, 0x04, 0x6d, 0x7c, 0x58, 0x04, 0xfc, 0x39, 0x7b, 0x41, 0x9e, - 0x4a, 0x3d, 0xe4, 0x4a, 0x8a, 0x20, 0x4c, 0x06, 0xce, 0xcb, 0x24, 0xe4, 0x03, 0xa3, 0x21, 0xe8, - 0x22, 0xeb, 0x81, 0x0d, 0xa9, 0xb1, 0x19, 0xf7, 0xf4, 0x17, 0xec, 0x2e, 0xb9, 0x55, 0x5b, 0xb6, - 0x0d, 0xe8, 0xc7, 0xec, 0x25, 0x79, 0x76, 0xce, 0x25, 0xee, 0x51, 0xe4, 0xb9, 0xb1, 0x1e, 0x04, - 0x06, 0x08, 0x89, 0x29, 0xb4, 0xb7, 0x63, 0xfa, 0x09, 0x7b, 0x42, 0x1e, 0xe6, 0x16, 0x32, 0x59, - 0x64, 0xc1, 0x72, 0x7f, 0xce, 0x85, 0x2b, 0x65, 0x46, 0x20, 0xe8, 0x2f, 0xd9, 0x7d, 0x72, 0x47, - 0x48, 0x57, 0xfd, 0xaf, 0x4d, 0xfc, 0x38, 0x07, 0xfa, 0x2b, 0x76, 0x87, 0xb0, 0xf2, 0x24, 0xa6, - 0xf0, 0xc1, 0xa4, 0xc1, 0x72, 0xdd, 0x07, 0x4a, 0x30, 0x89, 0x84, 0x2b, 0xe5, 0x2d, 0x4f, 0xb6, - 0xf1, 0xf0, 0x97, 0x27, 0x71, 0x8d, 0x7d, 0x45, 0xbe, 0x48, 0x0a, 0xe7, 0x4d, 0x56, 0xed, 0x3c, - 0x1a, 0x48, 0x0f, 0x4a, 0xba, 0xc6, 0xb2, 0x15, 0x88, 0xfe, 0xba, 0x7d, 0xf2, 0x2a, 0x46, 0x48, - 0x8c, 0x00, 0xfa, 0x29, 0x63, 0xe4, 0xb3, 0x7a, 0x85, 0xe7, 0x79, 0x90, 0x82, 0x7e, 0xc6, 0x1e, - 0x93, 0x07, 0x99, 0x74, 0x0e, 0x73, 0xe0, 0xde, 0x5b, 0xd9, 0x2b, 0x3c, 0xb8, 0x18, 0x36, 0x95, - 0xa0, 0x84, 0xa3, 0xd7, 0xb1, 0x44, 0xb5, 0x1b, 0x9e, 0x0a, 0xfd, 0x28, 0xbb, 0x47, 0x6e, 0xd7, - 0x2f, 0x21, 0xe3, 0x52, 0x05, 0x2e, 0x84, 0x05, 0xe7, 0xe8, 0x0d, 0x76, 0x9b, 0xdc, 0xa8, 0x97, - 0x06, 0xde, 0xe7, 0x2e, 0x14, 0x56, 0x51, 0xc6, 0xd6, 0xc8, 0xdd, 0x7a, 0x27, 0x01, 0x4a, 0x0e, - 0xc1, 0x8e, 0x1b, 0xa7, 0x9b, 0xec, 0x01, 0xb9, 0xe7, 0x3c, 0xb7, 0x3e, 0x08, 0xc4, 0x99, 0xa7, - 0x1e, 0x6c, 0x00, 0x2d, 0xe2, 0x5f, 0x7a, 0x8b, 0x3d, 0x22, 0x6b, 0xb5, 0x73, 0x0a, 0x20, 0x82, - 0xf4, 0x90, 0x85, 0xd2, 0xc1, 0xcb, 0x0c, 0xe8, 0x6d, 0xb6, 0x4e, 0xee, 0x2f, 0x5b, 0x60, 0x84, - 0xb8, 0x7e, 0x07, 0x61, 0x59, 0x5e, 0x97, 0x82, 0xae, 0x60, 0x91, 0x87, 0x5c, 0x4b, 0x3f, 0x0e, - 0x4b, 0xbc, 0xa8, 0x8b, 0x7c, 0x97, 0x3d, 0x25, 0x8f, 0xea, 0x43, 0x59, 0x18, 0x4a, 0x18, 0x05, - 0xd8, 0xf5, 0xa0, 0x9d, 0x34, 0x3a, 0x38, 0x2d, 0xf3, 0x1c, 0x3c, 0xbd, 0xd7, 0x46, 0xe5, 0x3c, - 0x21, 0xef, 0x23, 0xa7, 0x1b, 0xea, 0xe2, 0x11, 0xab, 0x85, 0xd5, 0x73, 0x4c, 0xb5, 0x32, 0x69, - 0x56, 0xd6, 0x10, 0x93, 0xaa, 0x7d, 0x42, 0xae, 0x78, 0x02, 0x03, 0xa3, 0x04, 0x54, 0x85, 0xa1, - 0x0f, 0x58, 0x87, 0xbc, 0xac, 0x4f, 0x04, 0x7a, 0xc0, 0x75, 0x02, 0x22, 0xb8, 0x48, 0x0d, 0xbd, - 0x1d, 0x04, 0xb8, 0xc4, 0xca, 0xdc, 0x63, 0x7e, 0x4a, 0x6a, 0xa0, 0xeb, 0xec, 0x19, 0xd9, 0x58, - 0x4e, 0xdd, 0x14, 0x36, 0x81, 0x20, 0x35, 0x28, 0xd9, 0x97, 0x3d, 0x05, 0xf4, 0x21, 0x7b, 0x4e, - 0x9e, 0x0c, 0xc6, 0xf9, 0x00, 0xb4, 0x0b, 0x52, 0x5f, 0x7e, 0xda, 0x47, 0x48, 0x4c, 0x61, 0x8a, - 0x9e, 0x82, 0xb0, 0x53, 0x18, 0xa4, 0xcd, 0xfb, 0xcc, 0x1f, 0xe3, 0xfe, 0x1f, 0x60, 0xb7, 0xc1, - 0x1e, 0x92, 0xd5, 0x1a, 0x10, 0x84, 0x22, 0x80, 0x46, 0xfe, 0x8a, 0x90, 0x73, 0xcb, 0x33, 0x47, - 0x9f, 0x60, 0xa9, 0x6b, 0x83, 0xc2, 0xaa, 0xf2, 0x3d, 0x20, 0x61, 0x34, 0xcf, 0x80, 0x3e, 0x45, - 0xa8, 0xb5, 0x09, 0x7d, 0x30, 0x89, 0x11, 0x88, 0x8e, 0x05, 0x57, 0x28, 0x4f, 0x3f, 0x47, 0xf9, - 0xa8, 0x0e, 0x8c, 0x96, 0x17, 0xa6, 0xe1, 0x61, 0xd7, 0xd3, 0x67, 0xb1, 0xe7, 0xb8, 0xb5, 0x12, - 0x6c, 0xad, 0x3f, 0x49, 0x29, 0x59, 0x17, 0xb1, 0xe3, 0x39, 0xd2, 0xb3, 0xa9, 0xe1, 0x4f, 0x2b, - 0x85, 0x24, 0x7b, 0xd1, 0x6e, 0x22, 0xcc, 0xd9, 0xf3, 0x3e, 0xfd, 0x82, 0xdd, 0x20, 0x9f, 0x62, - 0x1f, 0x2f, 0xa4, 0xef, 0x25, 0xdb, 0x20, 0xeb, 0x4d, 0x8f, 0x2e, 0xfa, 0x31, 0x31, 0x59, 0x4f, - 0x6a, 0x8e, 0xd5, 0xa4, 0x5f, 0xa2, 0x92, 0x8a, 0x22, 0x57, 0x32, 0x41, 0x1e, 0x45, 0x79, 0x71, - 0xf4, 0x15, 0xfb, 0x9c, 0x3c, 0x6e, 0xfa, 0x9e, 0x2b, 0x15, 0x12, 0xa3, 0x87, 0x60, 0xe3, 0xa1, - 0x78, 0x12, 0x79, 0x20, 0x05, 0xfd, 0x0a, 0x1b, 0x3e, 0xe1, 0x3a, 0xea, 0x0d, 0xf8, 0x30, 0x92, - 0x7e, 0x80, 0xd2, 0x94, 0x4a, 0xcd, 0x15, 0x66, 0xe6, 0x68, 0x07, 0xb9, 0x5e, 0xea, 0x43, 0x10, - 0x06, 0x9c, 0xf6, 0x01, 0x76, 0x31, 0x4b, 0xa9, 0xa3, 0x6c, 0x38, 0x6f, 0x2c, 0xd0, 0xcd, 0x76, - 0x9b, 0x37, 0xde, 0xf4, 0xeb, 0x36, 0x9d, 0x1b, 0x75, 0xc3, 0x95, 0x2d, 0xd4, 0xbc, 0x25, 0x87, - 0xa8, 0x34, 0x18, 0x55, 0x98, 0x91, 0x56, 0x86, 0x47, 0x74, 0xe8, 0x6f, 0x50, 0xaa, 0x1a, 0x64, - 0xca, 0x51, 0xf1, 0x4d, 0xbb, 0x83, 0x0a, 0x07, 0xb6, 0x3a, 0x15, 0xfd, 0x6d, 0x3b, 0x93, 0x28, - 0x50, 0x91, 0x06, 0xdf, 0xb6, 0x79, 0x04, 0x43, 0xd0, 0x3e, 0x24, 0x03, 0x54, 0x5f, 0x94, 0x0d, - 0x5f, 0x38, 0xfa, 0x3b, 0xb6, 0x4a, 0x56, 0x6a, 0x83, 0x8a, 0x7d, 0x2e, 0x0c, 0x80, 0x0b, 0xb0, - 0xf4, 0x3b, 0x94, 0xab, 0xa6, 0x10, 0x5a, 0x58, 0x53, 0x89, 0x26, 0x36, 0x17, 0xfd, 0x3d, 0x7b, - 0x4d, 0xbe, 0x6b, 0x09, 0x7d, 0x84, 0x31, 0x7c, 0xa0, 0xa0, 0x7f, 0x8f, 0x03, 0xc3, 0x82, 0x03, - 0x3b, 0x04, 0x11, 0xb6, 0x61, 0x3c, 0x32, 0x56, 0x04, 0xe3, 0x07, 0x60, 0x69, 0x17, 0x73, 0x5a, - 0xd4, 0xd6, 0x54, 0xfd, 0xcb, 0x7b, 0xa0, 0x1c, 0x7d, 0x8d, 0x82, 0xb0, 0xb4, 0x98, 0x5b, 0x48, - 0xa5, 0x52, 0x8e, 0xfe, 0x01, 0xa1, 0x2f, 0x34, 0xec, 0x14, 0x5c, 0x85, 0x08, 0x9e, 0x02, 0xdd, - 0xf7, 0x03, 0x47, 0xff, 0x58, 0x42, 0x91, 0x18, 0xed, 0x70, 0x6a, 0x20, 0x12, 0x85, 0xb5, 0xa0, - 0x93, 0x72, 0x32, 0x38, 0xfa, 0x43, 0x1c, 0x8a, 0x51, 0x7c, 0x16, 0x9d, 0x30, 0xe0, 0x2e, 0x34, - 0xbb, 0x89, 0x0a, 0x18, 0x47, 0x7f, 0x44, 0xdd, 0x89, 0xe2, 0x79, 0xa1, 0x01, 0x82, 0xd5, 0x16, - 0x1f, 0xfa, 0x27, 0x24, 0xe6, 0x45, 0xb1, 0xb1, 0xb4, 0x29, 0x8c, 0xa2, 0x10, 0x3b, 0xca, 0xb1, - 0x8a, 0x85, 0x5e, 0x40, 0x16, 0x79, 0x4d, 0x7b, 0xed, 0x3a, 0x94, 0xac, 0xc9, 0x4c, 0x4f, 0x2a, - 0x88, 0x3c, 0x49, 0xda, 0xa4, 0xaf, 0x90, 0x54, 0xe0, 0x5c, 0xe0, 0x22, 0xd8, 0x42, 0x41, 0x89, - 0x1c, 0x15, 0x28, 0x69, 0xe5, 0x18, 0x8e, 0xf5, 0x69, 0x2b, 0x46, 0xbb, 0x4c, 0x14, 0x10, 0x87, - 0xa5, 0x24, 0x90, 0xf8, 0x0e, 0x14, 0x24, 0xf8, 0x46, 0x71, 0xdd, 0x2f, 0x78, 0x1f, 0x68, 0xda, - 0x66, 0xba, 0x34, 0x6e, 0xc1, 0x8e, 0x3e, 0x7b, 0x45, 0x5e, 0xd4, 0xca, 0xdc, 0x5e, 0x09, 0xc6, - 0x36, 0xff, 0x63, 0x17, 0x61, 0x47, 0x0e, 0x90, 0x0e, 0xb9, 0x35, 0x99, 0x29, 0x7b, 0xb4, 0x26, - 0x32, 0x4e, 0x2d, 0xc9, 0xbe, 0x27, 0xdf, 0x2e, 0xd6, 0x5a, 0x7d, 0x9b, 0x83, 0x4d, 0xb0, 0x90, - 0x26, 0x4d, 0x23, 0xe2, 0x99, 0xd1, 0x30, 0x0e, 0x3c, 0x43, 0x8e, 0xe1, 0x4b, 0xfa, 0x67, 0xf6, - 0x03, 0xe9, 0x5e, 0xec, 0xba, 0x78, 0x69, 0x04, 0x44, 0x6f, 0x63, 0xb1, 0xb4, 0xc1, 0x0c, 0xb1, - 0x7e, 0x31, 0x06, 0xdd, 0x46, 0x68, 0xb1, 0x44, 0x19, 0xd7, 0xe3, 0x20, 0x20, 0x91, 0x19, 0x57, - 0xa5, 0xb8, 0xb9, 0xd6, 0x95, 0x4c, 0xa1, 0x18, 0x73, 0x11, 0xca, 0x0b, 0x8a, 0xdc, 0xc3, 0x30, - 0x6d, 0x69, 0xcc, 0xda, 0x23, 0xb1, 0xc6, 0xae, 0xbc, 0x8f, 0xe8, 0x92, 0xaf, 0x0b, 0xb0, 0x1b, - 0x68, 0x4d, 0xec, 0xcc, 0x34, 0xa4, 0x85, 0x2e, 0x85, 0xab, 0x1d, 0x31, 0x5f, 0x66, 0x04, 0xea, - 0x88, 0x2b, 0xd2, 0x54, 0xee, 0xd2, 0x1d, 0x9c, 0xe6, 0x0d, 0x86, 0xbc, 0x8f, 0xb5, 0x5b, 0x32, - 0xb2, 0x6d, 0xa3, 0x9f, 0xae, 0xd6, 0xe3, 0xd7, 0xb1, 0xaf, 0xc9, 0xab, 0xe6, 0xde, 0x85, 0xbd, - 0x83, 0x78, 0xd7, 0xf7, 0xad, 0x60, 0x21, 0x31, 0xb6, 0x9a, 0x2e, 0x3b, 0x85, 0xb4, 0x20, 0xa8, - 0x47, 0x9a, 0x19, 0xad, 0xc6, 0x01, 0x6f, 0x11, 0xcd, 0x1d, 0xa7, 0xea, 0x53, 0xe9, 0x9a, 0x23, - 0x14, 0xd8, 0xc8, 0xda, 0x5c, 0x64, 0xe2, 0xc0, 0xd3, 0x21, 0x4e, 0xca, 0xc5, 0x15, 0xae, 0x51, - 0x71, 0x0b, 0x08, 0x14, 0x6e, 0x89, 0x0a, 0x06, 0x74, 0x84, 0x83, 0x40, 0x66, 0x08, 0xa8, 0x93, - 0x7b, 0x10, 0x46, 0x16, 0x47, 0xc8, 0x2e, 0xfb, 0x92, 0x3c, 0x2f, 0xaf, 0x64, 0x4d, 0xfc, 0x88, - 0xdf, 0x90, 0x4b, 0xc5, 0x71, 0x58, 0x4b, 0xdd, 0x68, 0xd1, 0x18, 0x53, 0xe6, 0x85, 0x37, 0x18, - 0x5c, 0xbd, 0xc7, 0x70, 0xaf, 0xf7, 0xbf, 0x2b, 0x64, 0xe3, 0xaf, 0xb3, 0xe3, 0xce, 0xfb, 0xbf, - 0x2e, 0x7a, 0x6b, 0x97, 0x7c, 0x1c, 0xe4, 0xf8, 0x75, 0x91, 0x5f, 0xd9, 0x13, 0x95, 0xff, 0xe1, - 0xec, 0xcd, 0xc1, 0xc9, 0x61, 0x67, 0x76, 0x7a, 0xb8, 0x79, 0x38, 0x3d, 0x89, 0xdf, 0x1e, 0xf5, - 0xe7, 0xce, 0xdb, 0xa3, 0xf9, 0x65, 0x5f, 0x3f, 0xaf, 0xcb, 0x9f, 0x7f, 0x5e, 0xfd, 0xa8, 0xcf, - 0xf9, 0xbf, 0xae, 0xae, 0xf7, 0xcb, 0x60, 0x7c, 0x32, 0xef, 0x94, 0x8f, 0xf8, 0x34, 0xdc, 0xea, - 0xc4, 0x2d, 0xe7, 0xff, 0xae, 0x0d, 0xf6, 0xf9, 0x64, 0xbe, 0xdf, 0x18, 0xec, 0x0f, 0xb7, 0xf6, - 0x4b, 0x83, 0xff, 0x5c, 0xdd, 0x28, 0xdf, 0x76, 0xbb, 0x7c, 0x32, 0xef, 0x76, 0x1b, 0x93, 0x6e, - 0x77, 0xb8, 0xd5, 0xed, 0x96, 0x46, 0x7f, 0xf9, 0x38, 0x66, 0xf7, 0xcd, 0xff, 0x03, 0x00, 0x00, - 0xff, 0xff, 0xa0, 0x35, 0x66, 0x55, 0x9a, 0x0d, 0x00, 0x00, +var fileDescriptor_feed_item_validation_error_1e58e32e34431998 = []byte{ + // 1643 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x57, 0xdd, 0x76, 0x1b, 0xb7, + 0x11, 0xae, 0x9d, 0x36, 0x69, 0xe1, 0x26, 0x86, 0xe1, 0x5f, 0xd9, 0xb2, 0x6c, 0xcb, 0x8e, 0xed, + 0x38, 0x0e, 0x15, 0x35, 0x4d, 0xd3, 0xd0, 0x6d, 0x52, 0x70, 0x31, 0x4b, 0xa2, 0xc2, 0x02, 0x6b, + 0x00, 0x4b, 0x8a, 0xaa, 0x5a, 0x54, 0x2d, 0x59, 0x1d, 0x9d, 0x63, 0x89, 0x3e, 0xa2, 0xea, 0x27, + 0xe9, 0x13, 0xf4, 0xb2, 0xd7, 0x7d, 0x8a, 0x3e, 0x4a, 0x5f, 0xa0, 0xb7, 0x3d, 0x83, 0xfd, 0xe1, + 0x4a, 0x94, 0x7c, 0x72, 0xc5, 0xe5, 0xce, 0x0f, 0x80, 0x6f, 0xbe, 0xf9, 0x06, 0x4b, 0xbe, 0xdf, + 0x9f, 0xcd, 0xf6, 0xdf, 0x4c, 0x37, 0xf6, 0x26, 0xf3, 0x8d, 0xf2, 0x11, 0x9f, 0xde, 0x6d, 0x6e, + 0x4c, 0x8f, 0x8f, 0x67, 0xc7, 0xf3, 0x8d, 0xbf, 0x4d, 0xa7, 0x93, 0x70, 0x70, 0x32, 0x3d, 0x0c, + 0xef, 0xf6, 0xde, 0x1c, 0x4c, 0xf6, 0x4e, 0x0e, 0x66, 0x47, 0x21, 0xda, 0x3a, 0x6f, 0x8f, 0x67, + 0x27, 0x33, 0xb6, 0x56, 0x46, 0x75, 0xf6, 0x26, 0xf3, 0x4e, 0x93, 0xa0, 0xf3, 0x6e, 0xb3, 0x53, + 0x26, 0xb8, 0xbb, 0x5a, 0x2f, 0xf0, 0xf6, 0x60, 0x63, 0xef, 0xe8, 0x68, 0x76, 0x12, 0x53, 0xcc, + 0xcb, 0xe8, 0xf5, 0x7f, 0xaf, 0x90, 0x7b, 0xe9, 0x74, 0x3a, 0x91, 0x27, 0xd3, 0xc3, 0x61, 0xb3, + 0x00, 0x60, 0x28, 0x1c, 0xfd, 0xfd, 0x70, 0xfd, 0x1f, 0x2b, 0xe4, 0xf6, 0x05, 0x76, 0x76, 0x95, + 0x5c, 0x29, 0xb4, 0xcb, 0x21, 0x91, 0xa9, 0x04, 0x41, 0x7f, 0xc4, 0xae, 0x90, 0x8f, 0x0a, 0xbd, + 0xa5, 0xcd, 0x48, 0xd3, 0x4b, 0xec, 0x06, 0xa1, 0xce, 0x5b, 0xa9, 0xfb, 0xc1, 0x1b, 0x13, 0xdc, + 0xc0, 0x58, 0x4f, 0x2f, 0xb3, 0xeb, 0xe4, 0x6a, 0xeb, 0xad, 0x32, 0xba, 0x4f, 0x3f, 0x60, 0xb7, + 0xc9, 0xf5, 0x21, 0x57, 0x05, 0x04, 0x6d, 0x7c, 0x58, 0x24, 0xfc, 0x31, 0x7b, 0x4e, 0x9e, 0x48, + 0x3d, 0xe4, 0x4a, 0x8a, 0x20, 0x4c, 0x06, 0xce, 0xcb, 0x24, 0xe4, 0x03, 0xa3, 0x21, 0xe8, 0x22, + 0xeb, 0x81, 0x0d, 0xa9, 0xb1, 0x19, 0xf7, 0xf4, 0x27, 0xec, 0x0e, 0xb9, 0x51, 0x7b, 0xb6, 0x1d, + 0xe8, 0x87, 0xec, 0x05, 0x79, 0x7a, 0x2a, 0x24, 0xae, 0x51, 0xe4, 0xb9, 0xb1, 0x1e, 0x04, 0x26, + 0x08, 0x89, 0x29, 0xb4, 0xb7, 0x63, 0xfa, 0x11, 0x7b, 0x4c, 0x1e, 0xe4, 0x16, 0x32, 0x59, 0x64, + 0xc1, 0x72, 0x7f, 0x2a, 0x84, 0x2b, 0x65, 0x46, 0x20, 0xe8, 0x4f, 0xd9, 0x5d, 0x72, 0x4b, 0x48, + 0x57, 0xfd, 0xaf, 0x5d, 0xfc, 0x38, 0x07, 0xfa, 0x33, 0x76, 0x8b, 0xb0, 0xf2, 0x24, 0xa6, 0xf0, + 0xc1, 0xa4, 0xc1, 0x72, 0xdd, 0x07, 0x4a, 0x70, 0x13, 0x09, 0x57, 0xca, 0x5b, 0x9e, 0x6c, 0xe1, + 0xe1, 0x2f, 0xde, 0xc4, 0x15, 0xf6, 0x05, 0xf9, 0x2c, 0x29, 0x9c, 0x37, 0x59, 0xb5, 0xf2, 0x68, + 0x20, 0x3d, 0x28, 0xe9, 0x1a, 0xcf, 0x56, 0x22, 0xfa, 0xf3, 0xf6, 0xc9, 0xab, 0x1c, 0x21, 0x31, + 0x02, 0xe8, 0xc7, 0x8c, 0x91, 0x4f, 0x6a, 0x0b, 0xcf, 0xf3, 0x20, 0x05, 0xfd, 0x84, 0x3d, 0x22, + 0xf7, 0x33, 0xe9, 0x1c, 0xee, 0x81, 0x7b, 0x6f, 0x65, 0xaf, 0xf0, 0xe0, 0x62, 0xda, 0x54, 0x82, + 0x12, 0x8e, 0x5e, 0xc5, 0x12, 0xd5, 0x61, 0x78, 0x2a, 0x8c, 0xa3, 0x6c, 0x85, 0xdc, 0xac, 0x5f, + 0x42, 0xc6, 0xa5, 0x0a, 0x5c, 0x08, 0x0b, 0xce, 0xd1, 0x6b, 0xec, 0x26, 0xb9, 0x56, 0x9b, 0x06, + 0xde, 0xe7, 0x2e, 0x14, 0x56, 0x51, 0xc6, 0x56, 0xc9, 0x9d, 0x7a, 0x25, 0x01, 0x4a, 0x0e, 0xc1, + 0x8e, 0x9b, 0xa0, 0xeb, 0xec, 0x3e, 0x59, 0x71, 0x9e, 0x5b, 0x1f, 0x04, 0xe2, 0xcc, 0x53, 0x0f, + 0x36, 0x80, 0x16, 0xf1, 0x2f, 0xbd, 0xc1, 0x1e, 0x92, 0xd5, 0x3a, 0x38, 0x05, 0x10, 0x41, 0x7a, + 0xc8, 0x42, 0x19, 0xe0, 0x65, 0x06, 0xf4, 0x26, 0x5b, 0x23, 0x77, 0x97, 0x3d, 0x30, 0x43, 0xb4, + 0xdf, 0x42, 0x58, 0x96, 0xed, 0x52, 0xd0, 0xdb, 0x58, 0xe4, 0x21, 0xd7, 0xd2, 0x8f, 0xc3, 0x12, + 0x2f, 0xea, 0x22, 0xdf, 0x61, 0x4f, 0xc8, 0xc3, 0xfa, 0x50, 0x16, 0x86, 0x12, 0x46, 0x01, 0xb6, + 0x3d, 0x68, 0x27, 0x8d, 0x0e, 0x4e, 0xcb, 0x3c, 0x07, 0x4f, 0x57, 0xda, 0xa8, 0x9c, 0x26, 0xe4, + 0x5d, 0xe4, 0x74, 0x43, 0x5d, 0x3c, 0x62, 0x65, 0xb8, 0x77, 0x8a, 0xa9, 0x56, 0x26, 0x8d, 0x65, + 0x15, 0x31, 0xa9, 0xda, 0x27, 0xe4, 0x8a, 0x27, 0x30, 0x30, 0x4a, 0x40, 0x55, 0x18, 0x7a, 0x9f, + 0x75, 0xc8, 0x8b, 0xfa, 0x44, 0xa0, 0x07, 0x5c, 0x27, 0x20, 0x82, 0x8b, 0xd4, 0xd0, 0x5b, 0x41, + 0x80, 0x4b, 0xac, 0xcc, 0x3d, 0xee, 0x4f, 0x49, 0x0d, 0x74, 0x8d, 0x3d, 0x25, 0xeb, 0xcb, 0x5b, + 0x37, 0x85, 0x4d, 0x20, 0x48, 0x0d, 0x4a, 0xf6, 0x65, 0x4f, 0x01, 0x7d, 0xc0, 0x9e, 0x91, 0xc7, + 0x83, 0x71, 0x3e, 0x00, 0xed, 0x82, 0xd4, 0x17, 0x9f, 0xf6, 0x21, 0x12, 0x53, 0x98, 0xa2, 0xa7, + 0x20, 0xbc, 0x2e, 0x0c, 0xd2, 0xe6, 0x7d, 0xee, 0x8f, 0x70, 0xfd, 0x1f, 0xe0, 0xb7, 0xce, 0x1e, + 0x90, 0x7b, 0x35, 0x20, 0x08, 0x45, 0x00, 0x8d, 0xfc, 0x15, 0x21, 0xe7, 0x96, 0x67, 0x8e, 0x3e, + 0xc6, 0x52, 0xd7, 0x0e, 0x85, 0x55, 0xe5, 0x7b, 0x40, 0xc2, 0x68, 0x9e, 0x01, 0x7d, 0x82, 0x50, + 0x6b, 0x13, 0xfa, 0x60, 0x12, 0x23, 0x10, 0x1d, 0x0b, 0xae, 0x50, 0x9e, 0x7e, 0x8a, 0xf2, 0x51, + 0x1d, 0x18, 0x3d, 0xcf, 0xdd, 0x86, 0x87, 0x6d, 0x4f, 0x9f, 0xc6, 0x9e, 0xe3, 0xd6, 0x4a, 0xb0, + 0xb5, 0xfe, 0x24, 0xa5, 0x64, 0x9d, 0xc7, 0x8e, 0x67, 0x48, 0xcf, 0xa6, 0x86, 0x67, 0x2b, 0x85, + 0x24, 0x7b, 0xde, 0x6e, 0x22, 0xdc, 0xb3, 0xe7, 0x7d, 0xfa, 0x19, 0xbb, 0x46, 0x3e, 0xc6, 0x3e, + 0x5e, 0x48, 0xdf, 0x0b, 0xb6, 0x4e, 0xd6, 0x9a, 0x1e, 0x5d, 0xf4, 0x63, 0x62, 0xb2, 0x9e, 0xd4, + 0x1c, 0xab, 0x49, 0x3f, 0x47, 0x25, 0x15, 0x45, 0xae, 0x64, 0x82, 0x3c, 0x8a, 0xf2, 0xe2, 0xe8, + 0x4b, 0xf6, 0x29, 0x79, 0xd4, 0xf4, 0x3d, 0x57, 0x2a, 0x24, 0x46, 0x0f, 0xc1, 0xc6, 0x43, 0xf1, + 0x24, 0xf2, 0x40, 0x0a, 0xfa, 0x05, 0x36, 0x7c, 0xc2, 0x75, 0xd4, 0x1b, 0xf0, 0x61, 0x24, 0xfd, + 0x00, 0xa5, 0x29, 0x95, 0x9a, 0x2b, 0xdc, 0x99, 0xa3, 0x1d, 0xe4, 0x7a, 0xa9, 0x0f, 0x41, 0x18, + 0x70, 0xda, 0x07, 0xd8, 0xc6, 0x5d, 0x4a, 0x1d, 0x65, 0xc3, 0x79, 0x63, 0x81, 0x6e, 0xb4, 0xdb, + 0xbc, 0x89, 0xa6, 0x5f, 0xb6, 0xe9, 0xdc, 0xa8, 0x1b, 0x5a, 0x36, 0x51, 0xf3, 0x96, 0x02, 0xa2, + 0xd2, 0x60, 0x56, 0x61, 0x46, 0x5a, 0x19, 0x1e, 0xd1, 0xa1, 0xbf, 0x40, 0xa9, 0x6a, 0x90, 0x29, + 0x47, 0xc5, 0x57, 0xed, 0x0e, 0x2a, 0x1c, 0xd8, 0xea, 0x54, 0xf4, 0x97, 0xed, 0x9d, 0x44, 0x81, + 0x8a, 0x34, 0xf8, 0xba, 0xcd, 0x23, 0x18, 0x82, 0xf6, 0x21, 0x19, 0xa0, 0xfa, 0xa2, 0x6c, 0xf8, + 0xc2, 0xd1, 0x5f, 0xb1, 0x7b, 0xe4, 0x76, 0xed, 0x50, 0xb1, 0xcf, 0x85, 0x01, 0x70, 0x01, 0x96, + 0x7e, 0x83, 0x72, 0xd5, 0x14, 0x42, 0x0b, 0x6b, 0x2a, 0xd1, 0xc4, 0xe6, 0xa2, 0xbf, 0x66, 0xaf, + 0xc8, 0x37, 0x2d, 0xa1, 0x8f, 0x30, 0x86, 0x1f, 0x28, 0xe8, 0xdf, 0xe2, 0xc0, 0xb0, 0xe0, 0xc0, + 0x0e, 0x41, 0x84, 0x2d, 0x18, 0x8f, 0x8c, 0x15, 0xc1, 0xf8, 0x01, 0x58, 0xda, 0xc5, 0x3d, 0x2d, + 0x6a, 0x6b, 0xaa, 0xfe, 0xe5, 0x3d, 0x50, 0x8e, 0xbe, 0x42, 0x41, 0x58, 0x32, 0xe6, 0x16, 0x52, + 0xa9, 0x94, 0xa3, 0xbf, 0x41, 0xe8, 0x0b, 0x0d, 0xaf, 0x0b, 0xae, 0x42, 0x04, 0x4f, 0x81, 0xee, + 0xfb, 0x81, 0xa3, 0xbf, 0x2d, 0xa1, 0x48, 0x8c, 0x76, 0x38, 0x35, 0x10, 0x89, 0xc2, 0x5a, 0xd0, + 0x49, 0x39, 0x19, 0x1c, 0xfd, 0x2e, 0x0e, 0xc5, 0x28, 0x3e, 0x8b, 0x4e, 0x18, 0x70, 0x17, 0x9a, + 0xd5, 0x44, 0x05, 0x8c, 0xa3, 0xdf, 0xa3, 0xee, 0x44, 0xf1, 0x3c, 0xd7, 0x01, 0xc1, 0x6a, 0x8b, + 0x0f, 0xfd, 0x1d, 0x12, 0xf3, 0xbc, 0xdc, 0x58, 0xda, 0x14, 0x46, 0x51, 0x88, 0x1d, 0xe5, 0x58, + 0xc5, 0x42, 0x2f, 0x20, 0x8b, 0xbc, 0xa6, 0xbd, 0x76, 0x1d, 0x4a, 0xd6, 0x64, 0xa6, 0x27, 0x15, + 0x44, 0x9e, 0x24, 0x6d, 0xd2, 0x57, 0x48, 0x2a, 0x70, 0x2e, 0x70, 0x11, 0x6c, 0xa1, 0xa0, 0x44, + 0x8e, 0x0a, 0x94, 0xb4, 0x72, 0x0c, 0xc7, 0xfa, 0xb4, 0x15, 0xa3, 0x5d, 0x26, 0x0a, 0x88, 0xc3, + 0xd2, 0x26, 0x90, 0xf8, 0x0e, 0x14, 0x24, 0xf8, 0x46, 0x71, 0xdd, 0x2f, 0x78, 0x1f, 0x68, 0xda, + 0x66, 0xba, 0x34, 0x6e, 0xc1, 0x8e, 0x3e, 0x7b, 0x49, 0x9e, 0xd7, 0xca, 0xdc, 0xb6, 0x04, 0x63, + 0x9b, 0xff, 0xb1, 0x8b, 0xb0, 0x23, 0x07, 0x48, 0x87, 0xdc, 0x9a, 0xcc, 0x94, 0x3d, 0x5a, 0x13, + 0x19, 0xa7, 0x96, 0x64, 0xdf, 0x92, 0xaf, 0x17, 0xb6, 0x56, 0xdf, 0xe6, 0x60, 0x13, 0x2c, 0xa4, + 0x49, 0xd3, 0x88, 0x78, 0x66, 0x34, 0x8c, 0x03, 0xcf, 0x90, 0x63, 0xf8, 0x92, 0xfe, 0x9e, 0x7d, + 0x47, 0xba, 0xe7, 0x87, 0x2e, 0x5e, 0x1a, 0x01, 0x31, 0xda, 0x58, 0x2c, 0x6d, 0x30, 0x43, 0xac, + 0x5f, 0xcc, 0x41, 0xb7, 0x10, 0x5a, 0x2c, 0x51, 0xc6, 0xf5, 0x38, 0x08, 0x48, 0x64, 0xc6, 0x55, + 0x29, 0x6e, 0xae, 0x75, 0x25, 0x53, 0x28, 0xc6, 0x5c, 0x84, 0xf2, 0x82, 0x22, 0x77, 0x30, 0x4d, + 0x5b, 0x1a, 0xb3, 0xf6, 0x48, 0xac, 0xb1, 0x2b, 0xef, 0x23, 0xba, 0xe4, 0xeb, 0x02, 0xec, 0x06, + 0x5a, 0x13, 0x3b, 0x33, 0x0d, 0x69, 0xa1, 0x4b, 0xe1, 0x6a, 0x67, 0xcc, 0x97, 0x19, 0x81, 0x3a, + 0xe2, 0x8a, 0x34, 0x95, 0xdb, 0xf4, 0x35, 0x4e, 0xf3, 0x06, 0x43, 0xde, 0xc7, 0xda, 0x2d, 0x39, + 0xd9, 0xb6, 0xd3, 0x59, 0x6b, 0x3d, 0x7e, 0x1d, 0xfb, 0x92, 0xbc, 0x6c, 0xee, 0x5d, 0xd8, 0x3b, + 0x88, 0x77, 0x7d, 0xdf, 0x0a, 0x16, 0x12, 0x63, 0xab, 0xe9, 0xf2, 0xba, 0x90, 0x16, 0x04, 0xf5, + 0x48, 0x33, 0xa3, 0xd5, 0x38, 0xe0, 0x2d, 0xa2, 0xb9, 0xe3, 0x54, 0x7d, 0x2a, 0x5d, 0x73, 0x84, + 0x02, 0x1b, 0x59, 0x9b, 0xf3, 0x5c, 0x1c, 0x78, 0x3a, 0xc4, 0x49, 0xb9, 0xb8, 0xc2, 0x35, 0x2a, + 0x6e, 0x01, 0x81, 0xc2, 0x25, 0x51, 0xc1, 0x80, 0x8e, 0x70, 0x10, 0xc8, 0x0c, 0x01, 0x75, 0x72, + 0x07, 0xc2, 0xc8, 0xe2, 0x08, 0xd9, 0x66, 0x9f, 0x93, 0x67, 0xe5, 0x95, 0xac, 0xc9, 0x1f, 0xf1, + 0x1b, 0x72, 0xa9, 0x38, 0x0e, 0x6b, 0xa9, 0x1b, 0x2d, 0x1a, 0xe3, 0x96, 0x79, 0xe1, 0x0d, 0x26, + 0x57, 0xef, 0x71, 0xdc, 0x41, 0x96, 0x2e, 0xea, 0xe8, 0xa5, 0x2f, 0x44, 0x35, 0x7b, 0xe8, 0x1f, + 0xda, 0x42, 0x8a, 0x63, 0xac, 0x6d, 0xdc, 0xc5, 0xc9, 0xd7, 0xf0, 0xa8, 0x52, 0xb2, 0x3f, 0xb6, + 0x25, 0xbb, 0x3c, 0x01, 0xb6, 0xf3, 0x9f, 0x70, 0x91, 0xba, 0x71, 0xce, 0x2c, 0x12, 0x70, 0x91, + 0xc6, 0x76, 0x66, 0x91, 0x3f, 0xf7, 0xfe, 0x77, 0x89, 0xac, 0xff, 0x75, 0x76, 0xd8, 0x79, 0xff, + 0xb7, 0x4f, 0x6f, 0xf5, 0x82, 0x4f, 0x97, 0x1c, 0xbf, 0x7d, 0xf2, 0x4b, 0x3b, 0xa2, 0x8a, 0xdf, + 0x9f, 0xbd, 0xd9, 0x3b, 0xda, 0xef, 0xcc, 0x8e, 0xf7, 0x37, 0xf6, 0xa7, 0x47, 0xf1, 0xcb, 0xa8, + 0xfe, 0x18, 0x7b, 0x7b, 0x30, 0xbf, 0xe8, 0xdb, 0xec, 0x55, 0xf9, 0xf3, 0xcf, 0xcb, 0x1f, 0xf4, + 0x39, 0xff, 0xd7, 0xe5, 0xb5, 0x7e, 0x99, 0x8c, 0x4f, 0xe6, 0x9d, 0xf2, 0x11, 0x9f, 0x86, 0x9b, + 0x9d, 0xb8, 0xe4, 0xfc, 0x3f, 0xb5, 0xc3, 0x2e, 0x9f, 0xcc, 0x77, 0x1b, 0x87, 0xdd, 0xe1, 0xe6, + 0x6e, 0xe9, 0xf0, 0xdf, 0xcb, 0xeb, 0xe5, 0xdb, 0x6e, 0x97, 0x4f, 0xe6, 0xdd, 0x6e, 0xe3, 0xd2, + 0xed, 0x0e, 0x37, 0xbb, 0xdd, 0xd2, 0xe9, 0x2f, 0x1f, 0xc6, 0xdd, 0x7d, 0xf5, 0xff, 0x00, 0x00, + 0x00, 0xff, 0xff, 0xb9, 0x80, 0xf8, 0x96, 0x38, 0x0e, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/errors/feed_mapping_error.pb.go b/googleapis/ads/googleads/v1/errors/feed_mapping_error.pb.go index 4d9d7d0ad5..18c7bf0720 100644 --- a/googleapis/ads/googleads/v1/errors/feed_mapping_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/feed_mapping_error.pb.go @@ -111,7 +111,7 @@ func (x FeedMappingErrorEnum_FeedMappingError) String() string { return proto.EnumName(FeedMappingErrorEnum_FeedMappingError_name, int32(x)) } func (FeedMappingErrorEnum_FeedMappingError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_error_db4fa10c2f596b95, []int{0, 0} + return fileDescriptor_feed_mapping_error_abb8d6f5674d8589, []int{0, 0} } // Container for enum describing possible feed item errors. @@ -125,7 +125,7 @@ func (m *FeedMappingErrorEnum) Reset() { *m = FeedMappingErrorEnum{} } func (m *FeedMappingErrorEnum) String() string { return proto.CompactTextString(m) } func (*FeedMappingErrorEnum) ProtoMessage() {} func (*FeedMappingErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_error_db4fa10c2f596b95, []int{0} + return fileDescriptor_feed_mapping_error_abb8d6f5674d8589, []int{0} } func (m *FeedMappingErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedMappingErrorEnum.Unmarshal(m, b) @@ -151,10 +151,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/feed_mapping_error.proto", fileDescriptor_feed_mapping_error_db4fa10c2f596b95) + proto.RegisterFile("google/ads/googleads/v1/errors/feed_mapping_error.proto", fileDescriptor_feed_mapping_error_abb8d6f5674d8589) } -var fileDescriptor_feed_mapping_error_db4fa10c2f596b95 = []byte{ +var fileDescriptor_feed_mapping_error_abb8d6f5674d8589 = []byte{ // 556 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x93, 0xdf, 0x6e, 0xd3, 0x30, 0x14, 0xc6, 0x69, 0x47, 0x19, 0xb8, 0xc0, 0x82, 0xc5, 0xdf, 0xad, 0x0c, 0x54, 0xfe, 0x0c, 0x86, diff --git a/googleapis/ads/googleads/v1/errors/field_error.pb.go b/googleapis/ads/googleads/v1/errors/field_error.pb.go index f085f41fd1..452087767a 100644 --- a/googleapis/ads/googleads/v1/errors/field_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/field_error.pb.go @@ -27,7 +27,7 @@ const ( FieldErrorEnum_UNSPECIFIED FieldErrorEnum_FieldError = 0 // The received error code is not known in this version. FieldErrorEnum_UNKNOWN FieldErrorEnum_FieldError = 1 - // The required field was not present in the resource. + // The required field was not present. FieldErrorEnum_REQUIRED FieldErrorEnum_FieldError = 2 // The field attempted to be mutated is immutable. FieldErrorEnum_IMMUTABLE_FIELD FieldErrorEnum_FieldError = 3 @@ -70,7 +70,7 @@ func (x FieldErrorEnum_FieldError) String() string { return proto.EnumName(FieldErrorEnum_FieldError_name, int32(x)) } func (FieldErrorEnum_FieldError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_field_error_c78fe4fbaa3571af, []int{0, 0} + return fileDescriptor_field_error_63b25d27a87432fe, []int{0, 0} } // Container for enum describing possible field errors. @@ -84,7 +84,7 @@ func (m *FieldErrorEnum) Reset() { *m = FieldErrorEnum{} } func (m *FieldErrorEnum) String() string { return proto.CompactTextString(m) } func (*FieldErrorEnum) ProtoMessage() {} func (*FieldErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_field_error_c78fe4fbaa3571af, []int{0} + return fileDescriptor_field_error_63b25d27a87432fe, []int{0} } func (m *FieldErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FieldErrorEnum.Unmarshal(m, b) @@ -110,10 +110,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/field_error.proto", fileDescriptor_field_error_c78fe4fbaa3571af) + proto.RegisterFile("google/ads/googleads/v1/errors/field_error.proto", fileDescriptor_field_error_63b25d27a87432fe) } -var fileDescriptor_field_error_c78fe4fbaa3571af = []byte{ +var fileDescriptor_field_error_63b25d27a87432fe = []byte{ // 392 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x4f, 0x8e, 0xd3, 0x30, 0x14, 0xc6, 0x49, 0x06, 0x66, 0x46, 0x1e, 0xa0, 0x19, 0x8f, 0x60, 0xa4, 0x01, 0xcd, 0x22, 0x07, diff --git a/googleapis/ads/googleads/v1/errors/field_mask_error.pb.go b/googleapis/ads/googleads/v1/errors/field_mask_error.pb.go index 7c18390d1f..bf93842726 100644 --- a/googleapis/ads/googleads/v1/errors/field_mask_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/field_mask_error.pb.go @@ -60,7 +60,7 @@ func (x FieldMaskErrorEnum_FieldMaskError) String() string { return proto.EnumName(FieldMaskErrorEnum_FieldMaskError_name, int32(x)) } func (FieldMaskErrorEnum_FieldMaskError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_field_mask_error_26f277f03c6458ed, []int{0, 0} + return fileDescriptor_field_mask_error_ed6cfea039bdd6d3, []int{0, 0} } // Container for enum describing possible field mask errors. @@ -74,7 +74,7 @@ func (m *FieldMaskErrorEnum) Reset() { *m = FieldMaskErrorEnum{} } func (m *FieldMaskErrorEnum) String() string { return proto.CompactTextString(m) } func (*FieldMaskErrorEnum) ProtoMessage() {} func (*FieldMaskErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_field_mask_error_26f277f03c6458ed, []int{0} + return fileDescriptor_field_mask_error_ed6cfea039bdd6d3, []int{0} } func (m *FieldMaskErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FieldMaskErrorEnum.Unmarshal(m, b) @@ -100,10 +100,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/field_mask_error.proto", fileDescriptor_field_mask_error_26f277f03c6458ed) + proto.RegisterFile("google/ads/googleads/v1/errors/field_mask_error.proto", fileDescriptor_field_mask_error_ed6cfea039bdd6d3) } -var fileDescriptor_field_mask_error_26f277f03c6458ed = []byte{ +var fileDescriptor_field_mask_error_ed6cfea039bdd6d3 = []byte{ // 353 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xfb, 0x30, 0x14, 0xc6, 0xff, 0xed, 0xfe, 0x2a, 0x64, 0xe0, 0x4a, 0x06, 0x13, 0x86, 0xec, 0xa2, 0x0f, 0x90, diff --git a/googleapis/ads/googleads/v1/errors/function_error.pb.go b/googleapis/ads/googleads/v1/errors/function_error.pb.go index 26ea23fc77..ee612c1014 100644 --- a/googleapis/ads/googleads/v1/errors/function_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/function_error.pb.go @@ -107,7 +107,7 @@ func (x FunctionErrorEnum_FunctionError) String() string { return proto.EnumName(FunctionErrorEnum_FunctionError_name, int32(x)) } func (FunctionErrorEnum_FunctionError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_function_error_8c8a2ced0f588b9d, []int{0, 0} + return fileDescriptor_function_error_646271f62f11fab0, []int{0, 0} } // Container for enum describing possible function errors. @@ -121,7 +121,7 @@ func (m *FunctionErrorEnum) Reset() { *m = FunctionErrorEnum{} } func (m *FunctionErrorEnum) String() string { return proto.CompactTextString(m) } func (*FunctionErrorEnum) ProtoMessage() {} func (*FunctionErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_function_error_8c8a2ced0f588b9d, []int{0} + return fileDescriptor_function_error_646271f62f11fab0, []int{0} } func (m *FunctionErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FunctionErrorEnum.Unmarshal(m, b) @@ -147,10 +147,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/function_error.proto", fileDescriptor_function_error_8c8a2ced0f588b9d) + proto.RegisterFile("google/ads/googleads/v1/errors/function_error.proto", fileDescriptor_function_error_646271f62f11fab0) } -var fileDescriptor_function_error_8c8a2ced0f588b9d = []byte{ +var fileDescriptor_function_error_646271f62f11fab0 = []byte{ // 541 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0x51, 0x6f, 0xd3, 0x30, 0x10, 0xc7, 0x59, 0x37, 0x36, 0xf0, 0x18, 0xf5, 0xcc, 0x34, 0x50, 0x99, 0xca, 0x54, 0xe0, 0x01, diff --git a/googleapis/ads/googleads/v1/errors/function_parsing_error.pb.go b/googleapis/ads/googleads/v1/errors/function_parsing_error.pb.go index 16bce7df66..2f1c6b3b18 100644 --- a/googleapis/ads/googleads/v1/errors/function_parsing_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/function_parsing_error.pb.go @@ -86,7 +86,7 @@ func (x FunctionParsingErrorEnum_FunctionParsingError) String() string { return proto.EnumName(FunctionParsingErrorEnum_FunctionParsingError_name, int32(x)) } func (FunctionParsingErrorEnum_FunctionParsingError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_function_parsing_error_e1db389b765f4d29, []int{0, 0} + return fileDescriptor_function_parsing_error_0b827c0c284191cb, []int{0, 0} } // Container for enum describing possible function parsing errors. @@ -100,7 +100,7 @@ func (m *FunctionParsingErrorEnum) Reset() { *m = FunctionParsingErrorEn func (m *FunctionParsingErrorEnum) String() string { return proto.CompactTextString(m) } func (*FunctionParsingErrorEnum) ProtoMessage() {} func (*FunctionParsingErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_function_parsing_error_e1db389b765f4d29, []int{0} + return fileDescriptor_function_parsing_error_0b827c0c284191cb, []int{0} } func (m *FunctionParsingErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FunctionParsingErrorEnum.Unmarshal(m, b) @@ -126,10 +126,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/function_parsing_error.proto", fileDescriptor_function_parsing_error_e1db389b765f4d29) + proto.RegisterFile("google/ads/googleads/v1/errors/function_parsing_error.proto", fileDescriptor_function_parsing_error_0b827c0c284191cb) } -var fileDescriptor_function_parsing_error_e1db389b765f4d29 = []byte{ +var fileDescriptor_function_parsing_error_0b827c0c284191cb = []byte{ // 488 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xcd, 0x6e, 0xd3, 0x40, 0x14, 0x85, 0x49, 0x02, 0x2d, 0x4c, 0x40, 0xb8, 0xa3, 0xb6, 0x34, 0x01, 0xb2, 0xc8, 0x16, 0xc9, diff --git a/googleapis/ads/googleads/v1/errors/geo_target_constant_suggestion_error.pb.go b/googleapis/ads/googleads/v1/errors/geo_target_constant_suggestion_error.pb.go index 03fe6a8e5d..62f55dc194 100644 --- a/googleapis/ads/googleads/v1/errors/geo_target_constant_suggestion_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/geo_target_constant_suggestion_error.pb.go @@ -60,7 +60,7 @@ func (x GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError) S return proto.EnumName(GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError_name, int32(x)) } func (GeoTargetConstantSuggestionErrorEnum_GeoTargetConstantSuggestionError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_suggestion_error_1ac39808933d782b, []int{0, 0} + return fileDescriptor_geo_target_constant_suggestion_error_30f41090bf4a4fdb, []int{0, 0} } // Container for enum describing possible geo target constant suggestion errors. @@ -74,7 +74,7 @@ func (m *GeoTargetConstantSuggestionErrorEnum) Reset() { *m = GeoTargetC func (m *GeoTargetConstantSuggestionErrorEnum) String() string { return proto.CompactTextString(m) } func (*GeoTargetConstantSuggestionErrorEnum) ProtoMessage() {} func (*GeoTargetConstantSuggestionErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_suggestion_error_1ac39808933d782b, []int{0} + return fileDescriptor_geo_target_constant_suggestion_error_30f41090bf4a4fdb, []int{0} } func (m *GeoTargetConstantSuggestionErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GeoTargetConstantSuggestionErrorEnum.Unmarshal(m, b) @@ -100,10 +100,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/geo_target_constant_suggestion_error.proto", fileDescriptor_geo_target_constant_suggestion_error_1ac39808933d782b) + proto.RegisterFile("google/ads/googleads/v1/errors/geo_target_constant_suggestion_error.proto", fileDescriptor_geo_target_constant_suggestion_error_30f41090bf4a4fdb) } -var fileDescriptor_geo_target_constant_suggestion_error_1ac39808933d782b = []byte{ +var fileDescriptor_geo_target_constant_suggestion_error_30f41090bf4a4fdb = []byte{ // 386 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xcf, 0xaa, 0xd4, 0x30, 0x14, 0xc6, 0x6d, 0xaf, 0x7f, 0x20, 0x77, 0x61, 0xa9, 0x82, 0x17, 0xb9, 0x0c, 0x52, 0x74, 0x9b, diff --git a/googleapis/ads/googleads/v1/errors/header_error.pb.go b/googleapis/ads/googleads/v1/errors/header_error.pb.go index 5242216cce..301bf289ff 100644 --- a/googleapis/ads/googleads/v1/errors/header_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/header_error.pb.go @@ -46,7 +46,7 @@ func (x HeaderErrorEnum_HeaderError) String() string { return proto.EnumName(HeaderErrorEnum_HeaderError_name, int32(x)) } func (HeaderErrorEnum_HeaderError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_header_error_c9354993a1d8cefe, []int{0, 0} + return fileDescriptor_header_error_12c8e9116eb505a1, []int{0, 0} } // Container for enum describing possible header errors. @@ -60,7 +60,7 @@ func (m *HeaderErrorEnum) Reset() { *m = HeaderErrorEnum{} } func (m *HeaderErrorEnum) String() string { return proto.CompactTextString(m) } func (*HeaderErrorEnum) ProtoMessage() {} func (*HeaderErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_header_error_c9354993a1d8cefe, []int{0} + return fileDescriptor_header_error_12c8e9116eb505a1, []int{0} } func (m *HeaderErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HeaderErrorEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/header_error.proto", fileDescriptor_header_error_c9354993a1d8cefe) + proto.RegisterFile("google/ads/googleads/v1/errors/header_error.proto", fileDescriptor_header_error_12c8e9116eb505a1) } -var fileDescriptor_header_error_c9354993a1d8cefe = []byte{ +var fileDescriptor_header_error_12c8e9116eb505a1 = []byte{ // 300 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, 0x1c, 0xc6, 0xdd, 0x06, 0x0a, 0xd9, 0x61, 0xa5, 0x37, 0x45, 0x77, 0xe8, 0x03, 0x24, 0x04, 0x6f, diff --git a/googleapis/ads/googleads/v1/errors/id_error.pb.go b/googleapis/ads/googleads/v1/errors/id_error.pb.go index e65e0d5d1f..5dc2c2677f 100644 --- a/googleapis/ads/googleads/v1/errors/id_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/id_error.pb.go @@ -46,7 +46,7 @@ func (x IdErrorEnum_IdError) String() string { return proto.EnumName(IdErrorEnum_IdError_name, int32(x)) } func (IdErrorEnum_IdError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_id_error_7359f47622fac977, []int{0, 0} + return fileDescriptor_id_error_7d0b19ff3e859e44, []int{0, 0} } // Container for enum describing possible id errors. @@ -60,7 +60,7 @@ func (m *IdErrorEnum) Reset() { *m = IdErrorEnum{} } func (m *IdErrorEnum) String() string { return proto.CompactTextString(m) } func (*IdErrorEnum) ProtoMessage() {} func (*IdErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_id_error_7359f47622fac977, []int{0} + return fileDescriptor_id_error_7d0b19ff3e859e44, []int{0} } func (m *IdErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IdErrorEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/id_error.proto", fileDescriptor_id_error_7359f47622fac977) + proto.RegisterFile("google/ads/googleads/v1/errors/id_error.proto", fileDescriptor_id_error_7d0b19ff3e859e44) } -var fileDescriptor_id_error_7359f47622fac977 = []byte{ +var fileDescriptor_id_error_7d0b19ff3e859e44 = []byte{ // 279 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x4a, 0xc4, 0x30, 0x14, 0x86, 0x6d, 0x05, 0x07, 0x53, 0xc5, 0xd2, 0xa5, 0xc8, 0x2c, 0xba, 0x37, 0xa1, 0x08, 0x2e, diff --git a/googleapis/ads/googleads/v1/errors/image_error.pb.go b/googleapis/ads/googleads/v1/errors/image_error.pb.go index 9b57e4d26e..6ec62e0899 100644 --- a/googleapis/ads/googleads/v1/errors/image_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/image_error.pb.go @@ -191,7 +191,7 @@ func (x ImageErrorEnum_ImageError) String() string { return proto.EnumName(ImageErrorEnum_ImageError_name, int32(x)) } func (ImageErrorEnum_ImageError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_error_c99b590ec4a34f29, []int{0, 0} + return fileDescriptor_image_error_f8e718005d4b0553, []int{0, 0} } // Container for enum describing possible image errors. @@ -205,7 +205,7 @@ func (m *ImageErrorEnum) Reset() { *m = ImageErrorEnum{} } func (m *ImageErrorEnum) String() string { return proto.CompactTextString(m) } func (*ImageErrorEnum) ProtoMessage() {} func (*ImageErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_image_error_c99b590ec4a34f29, []int{0} + return fileDescriptor_image_error_f8e718005d4b0553, []int{0} } func (m *ImageErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageErrorEnum.Unmarshal(m, b) @@ -231,10 +231,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/image_error.proto", fileDescriptor_image_error_c99b590ec4a34f29) + proto.RegisterFile("google/ads/googleads/v1/errors/image_error.proto", fileDescriptor_image_error_f8e718005d4b0553) } -var fileDescriptor_image_error_c99b590ec4a34f29 = []byte{ +var fileDescriptor_image_error_f8e718005d4b0553 = []byte{ // 786 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x54, 0xcd, 0x72, 0xdb, 0x36, 0x10, 0xae, 0x9d, 0x36, 0x4e, 0xe1, 0xc4, 0x86, 0xe1, 0xf8, 0xdf, 0x71, 0x52, 0x35, 0xcd, 0x51, diff --git a/googleapis/ads/googleads/v1/errors/internal_error.pb.go b/googleapis/ads/googleads/v1/errors/internal_error.pb.go index 30641b2a57..cea6942012 100644 --- a/googleapis/ads/googleads/v1/errors/internal_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/internal_error.pb.go @@ -56,7 +56,7 @@ func (x InternalErrorEnum_InternalError) String() string { return proto.EnumName(InternalErrorEnum_InternalError_name, int32(x)) } func (InternalErrorEnum_InternalError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_internal_error_500ac2cf3925db8b, []int{0, 0} + return fileDescriptor_internal_error_61af587325ee8155, []int{0, 0} } // Container for enum describing possible internal errors. @@ -70,7 +70,7 @@ func (m *InternalErrorEnum) Reset() { *m = InternalErrorEnum{} } func (m *InternalErrorEnum) String() string { return proto.CompactTextString(m) } func (*InternalErrorEnum) ProtoMessage() {} func (*InternalErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_internal_error_500ac2cf3925db8b, []int{0} + return fileDescriptor_internal_error_61af587325ee8155, []int{0} } func (m *InternalErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InternalErrorEnum.Unmarshal(m, b) @@ -96,10 +96,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/internal_error.proto", fileDescriptor_internal_error_500ac2cf3925db8b) + proto.RegisterFile("google/ads/googleads/v1/errors/internal_error.proto", fileDescriptor_internal_error_61af587325ee8155) } -var fileDescriptor_internal_error_500ac2cf3925db8b = []byte{ +var fileDescriptor_internal_error_61af587325ee8155 = []byte{ // 331 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xc3, 0x30, 0x14, 0x86, 0x6d, 0x27, 0x0a, 0x19, 0xba, 0x1a, 0x6f, 0x44, 0xc6, 0x2e, 0xfa, 0x00, 0x29, 0x65, diff --git a/googleapis/ads/googleads/v1/errors/keyword_plan_ad_group_error.pb.go b/googleapis/ads/googleads/v1/errors/keyword_plan_ad_group_error.pb.go index 3100e1b85d..a05fe7c32a 100644 --- a/googleapis/ads/googleads/v1/errors/keyword_plan_ad_group_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/keyword_plan_ad_group_error.pb.go @@ -52,7 +52,7 @@ func (x KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError) String() string { return proto.EnumName(KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError_name, int32(x)) } func (KeywordPlanAdGroupErrorEnum_KeywordPlanAdGroupError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_ad_group_error_f2dc54b40361fe7a, []int{0, 0} + return fileDescriptor_keyword_plan_ad_group_error_e4bac52c78eeee86, []int{0, 0} } // Container for enum describing possible errors from applying a keyword plan @@ -67,7 +67,7 @@ func (m *KeywordPlanAdGroupErrorEnum) Reset() { *m = KeywordPlanAdGroupE func (m *KeywordPlanAdGroupErrorEnum) String() string { return proto.CompactTextString(m) } func (*KeywordPlanAdGroupErrorEnum) ProtoMessage() {} func (*KeywordPlanAdGroupErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_ad_group_error_f2dc54b40361fe7a, []int{0} + return fileDescriptor_keyword_plan_ad_group_error_e4bac52c78eeee86, []int{0} } func (m *KeywordPlanAdGroupErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanAdGroupErrorEnum.Unmarshal(m, b) @@ -93,10 +93,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_ad_group_error.proto", fileDescriptor_keyword_plan_ad_group_error_f2dc54b40361fe7a) + proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_ad_group_error.proto", fileDescriptor_keyword_plan_ad_group_error_e4bac52c78eeee86) } -var fileDescriptor_keyword_plan_ad_group_error_f2dc54b40361fe7a = []byte{ +var fileDescriptor_keyword_plan_ad_group_error_e4bac52c78eeee86 = []byte{ // 323 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xcf, 0x4a, 0xc3, 0x30, 0x18, 0x77, 0x1d, 0x28, 0x64, 0xa2, 0xa5, 0x17, 0x41, 0xc7, 0x0e, 0x7d, 0x80, 0x94, 0xe2, 0x2d, diff --git a/googleapis/ads/googleads/v1/errors/keyword_plan_campaign_error.pb.go b/googleapis/ads/googleads/v1/errors/keyword_plan_campaign_error.pb.go index 9c48f7dc5d..ef35665eae 100644 --- a/googleapis/ads/googleads/v1/errors/keyword_plan_campaign_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/keyword_plan_campaign_error.pb.go @@ -64,7 +64,7 @@ func (x KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError) String() string { return proto.EnumName(KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError_name, int32(x)) } func (KeywordPlanCampaignErrorEnum_KeywordPlanCampaignError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_error_080c67ce40ec6821, []int{0, 0} + return fileDescriptor_keyword_plan_campaign_error_409b324e7f5751b8, []int{0, 0} } // Container for enum describing possible errors from applying a keyword plan @@ -79,7 +79,7 @@ func (m *KeywordPlanCampaignErrorEnum) Reset() { *m = KeywordPlanCampaig func (m *KeywordPlanCampaignErrorEnum) String() string { return proto.CompactTextString(m) } func (*KeywordPlanCampaignErrorEnum) ProtoMessage() {} func (*KeywordPlanCampaignErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_error_080c67ce40ec6821, []int{0} + return fileDescriptor_keyword_plan_campaign_error_409b324e7f5751b8, []int{0} } func (m *KeywordPlanCampaignErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanCampaignErrorEnum.Unmarshal(m, b) @@ -105,10 +105,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_campaign_error.proto", fileDescriptor_keyword_plan_campaign_error_080c67ce40ec6821) + proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_campaign_error.proto", fileDescriptor_keyword_plan_campaign_error_409b324e7f5751b8) } -var fileDescriptor_keyword_plan_campaign_error_080c67ce40ec6821 = []byte{ +var fileDescriptor_keyword_plan_campaign_error_409b324e7f5751b8 = []byte{ // 367 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0x6a, 0xa3, 0x40, 0x1c, 0xc6, 0x57, 0xb3, 0x9b, 0x85, 0xc9, 0xb2, 0xeb, 0x0a, 0x85, 0x52, 0xd2, 0x1c, 0x7c, 0x80, diff --git a/googleapis/ads/googleads/v1/errors/keyword_plan_error.pb.go b/googleapis/ads/googleads/v1/errors/keyword_plan_error.pb.go index 61d79f110e..c54a1e53ee 100644 --- a/googleapis/ads/googleads/v1/errors/keyword_plan_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/keyword_plan_error.pb.go @@ -99,7 +99,7 @@ func (x KeywordPlanErrorEnum_KeywordPlanError) String() string { return proto.EnumName(KeywordPlanErrorEnum_KeywordPlanError_name, int32(x)) } func (KeywordPlanErrorEnum_KeywordPlanError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_error_aaea9e25f90a0141, []int{0, 0} + return fileDescriptor_keyword_plan_error_76c865a67b9ab15d, []int{0, 0} } // Container for enum describing possible errors from applying a keyword plan @@ -115,7 +115,7 @@ func (m *KeywordPlanErrorEnum) Reset() { *m = KeywordPlanErrorEnum{} } func (m *KeywordPlanErrorEnum) String() string { return proto.CompactTextString(m) } func (*KeywordPlanErrorEnum) ProtoMessage() {} func (*KeywordPlanErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_error_aaea9e25f90a0141, []int{0} + return fileDescriptor_keyword_plan_error_76c865a67b9ab15d, []int{0} } func (m *KeywordPlanErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanErrorEnum.Unmarshal(m, b) @@ -141,10 +141,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_error.proto", fileDescriptor_keyword_plan_error_aaea9e25f90a0141) + proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_error.proto", fileDescriptor_keyword_plan_error_76c865a67b9ab15d) } -var fileDescriptor_keyword_plan_error_aaea9e25f90a0141 = []byte{ +var fileDescriptor_keyword_plan_error_76c865a67b9ab15d = []byte{ // 508 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x4f, 0x8b, 0xd3, 0x4e, 0x1c, 0xc6, 0x7f, 0x6d, 0x7f, 0xee, 0xea, 0xd4, 0x75, 0xc7, 0x61, 0xd5, 0x65, 0xb7, 0x54, 0xe9, diff --git a/googleapis/ads/googleads/v1/errors/keyword_plan_idea_error.pb.go b/googleapis/ads/googleads/v1/errors/keyword_plan_idea_error.pb.go index 8a2e382bfe..1f57b4725d 100644 --- a/googleapis/ads/googleads/v1/errors/keyword_plan_idea_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/keyword_plan_idea_error.pb.go @@ -50,7 +50,7 @@ func (x KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError) String() string { return proto.EnumName(KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError_name, int32(x)) } func (KeywordPlanIdeaErrorEnum_KeywordPlanIdeaError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_idea_error_7ccff3e35c28d094, []int{0, 0} + return fileDescriptor_keyword_plan_idea_error_cd9f9ae2fcdd2e05, []int{0, 0} } // Container for enum describing possible errors from KeywordPlanIdeaService. @@ -64,7 +64,7 @@ func (m *KeywordPlanIdeaErrorEnum) Reset() { *m = KeywordPlanIdeaErrorEn func (m *KeywordPlanIdeaErrorEnum) String() string { return proto.CompactTextString(m) } func (*KeywordPlanIdeaErrorEnum) ProtoMessage() {} func (*KeywordPlanIdeaErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_idea_error_7ccff3e35c28d094, []int{0} + return fileDescriptor_keyword_plan_idea_error_cd9f9ae2fcdd2e05, []int{0} } func (m *KeywordPlanIdeaErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanIdeaErrorEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_idea_error.proto", fileDescriptor_keyword_plan_idea_error_7ccff3e35c28d094) + proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_idea_error.proto", fileDescriptor_keyword_plan_idea_error_cd9f9ae2fcdd2e05) } -var fileDescriptor_keyword_plan_idea_error_7ccff3e35c28d094 = []byte{ +var fileDescriptor_keyword_plan_idea_error_cd9f9ae2fcdd2e05 = []byte{ // 326 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xf3, 0x30, 0x1c, 0xc5, 0xbf, 0x75, 0xf0, 0x09, 0x19, 0xb2, 0x5a, 0xbd, 0x50, 0x91, 0x5d, 0xf4, 0x01, 0x52, diff --git a/googleapis/ads/googleads/v1/errors/keyword_plan_keyword_error.pb.go b/googleapis/ads/googleads/v1/errors/keyword_plan_keyword_error.pb.go index 18971fb8c5..a92aa3e803 100644 --- a/googleapis/ads/googleads/v1/errors/keyword_plan_keyword_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/keyword_plan_keyword_error.pb.go @@ -67,7 +67,7 @@ func (x KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError) String() string { return proto.EnumName(KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError_name, int32(x)) } func (KeywordPlanKeywordErrorEnum_KeywordPlanKeywordError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_keyword_error_827b5a9192749835, []int{0, 0} + return fileDescriptor_keyword_plan_keyword_error_dbf4ef80d98a243c, []int{0, 0} } // Container for enum describing possible errors from applying a keyword or a @@ -82,7 +82,7 @@ func (m *KeywordPlanKeywordErrorEnum) Reset() { *m = KeywordPlanKeywordE func (m *KeywordPlanKeywordErrorEnum) String() string { return proto.CompactTextString(m) } func (*KeywordPlanKeywordErrorEnum) ProtoMessage() {} func (*KeywordPlanKeywordErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_keyword_error_827b5a9192749835, []int{0} + return fileDescriptor_keyword_plan_keyword_error_dbf4ef80d98a243c, []int{0} } func (m *KeywordPlanKeywordErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanKeywordErrorEnum.Unmarshal(m, b) @@ -108,10 +108,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_keyword_error.proto", fileDescriptor_keyword_plan_keyword_error_827b5a9192749835) + proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_keyword_error.proto", fileDescriptor_keyword_plan_keyword_error_dbf4ef80d98a243c) } -var fileDescriptor_keyword_plan_keyword_error_827b5a9192749835 = []byte{ +var fileDescriptor_keyword_plan_keyword_error_dbf4ef80d98a243c = []byte{ // 395 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xcd, 0x6e, 0xd3, 0x30, 0x00, 0xa6, 0x19, 0x6c, 0x92, 0x77, 0xc0, 0x58, 0x4c, 0xb0, 0x31, 0x7a, 0xc8, 0x03, 0x38, 0x8a, diff --git a/googleapis/ads/googleads/v1/errors/keyword_plan_negative_keyword_error.pb.go b/googleapis/ads/googleads/v1/errors/keyword_plan_negative_keyword_error.pb.go index d287d964b5..fc2dc9b1bc 100644 --- a/googleapis/ads/googleads/v1/errors/keyword_plan_negative_keyword_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/keyword_plan_negative_keyword_error.pb.go @@ -43,7 +43,7 @@ func (x KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError) Str return proto.EnumName(KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError_name, int32(x)) } func (KeywordPlanNegativeKeywordErrorEnum_KeywordPlanNegativeKeywordError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_negative_keyword_error_922ec46f4424ab92, []int{0, 0} + return fileDescriptor_keyword_plan_negative_keyword_error_64e283750637729c, []int{0, 0} } // Container for enum describing possible errors from applying a keyword plan @@ -58,7 +58,7 @@ func (m *KeywordPlanNegativeKeywordErrorEnum) Reset() { *m = KeywordPlan func (m *KeywordPlanNegativeKeywordErrorEnum) String() string { return proto.CompactTextString(m) } func (*KeywordPlanNegativeKeywordErrorEnum) ProtoMessage() {} func (*KeywordPlanNegativeKeywordErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_negative_keyword_error_922ec46f4424ab92, []int{0} + return fileDescriptor_keyword_plan_negative_keyword_error_64e283750637729c, []int{0} } func (m *KeywordPlanNegativeKeywordErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanNegativeKeywordErrorEnum.Unmarshal(m, b) @@ -84,10 +84,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_negative_keyword_error.proto", fileDescriptor_keyword_plan_negative_keyword_error_922ec46f4424ab92) + proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_negative_keyword_error.proto", fileDescriptor_keyword_plan_negative_keyword_error_64e283750637729c) } -var fileDescriptor_keyword_plan_negative_keyword_error_922ec46f4424ab92 = []byte{ +var fileDescriptor_keyword_plan_negative_keyword_error_64e283750637729c = []byte{ // 297 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xc1, 0x4a, 0xf4, 0x30, 0x14, 0x85, 0xff, 0xf6, 0x07, 0x85, 0xcc, 0xc2, 0xa1, 0x4b, 0x91, 0x11, 0xaa, 0xeb, 0x84, 0xe2, diff --git a/googleapis/ads/googleads/v1/errors/label_error.pb.go b/googleapis/ads/googleads/v1/errors/label_error.pb.go index e955371d96..bbbc2314c0 100644 --- a/googleapis/ads/googleads/v1/errors/label_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/label_error.pb.go @@ -80,7 +80,7 @@ func (x LabelErrorEnum_LabelError) String() string { return proto.EnumName(LabelErrorEnum_LabelError_name, int32(x)) } func (LabelErrorEnum_LabelError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_label_error_0eb36a5f34c47723, []int{0, 0} + return fileDescriptor_label_error_9335abe2f6e3dde0, []int{0, 0} } // Container for enum describing possible label errors. @@ -94,7 +94,7 @@ func (m *LabelErrorEnum) Reset() { *m = LabelErrorEnum{} } func (m *LabelErrorEnum) String() string { return proto.CompactTextString(m) } func (*LabelErrorEnum) ProtoMessage() {} func (*LabelErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_label_error_0eb36a5f34c47723, []int{0} + return fileDescriptor_label_error_9335abe2f6e3dde0, []int{0} } func (m *LabelErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelErrorEnum.Unmarshal(m, b) @@ -120,10 +120,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/label_error.proto", fileDescriptor_label_error_0eb36a5f34c47723) + proto.RegisterFile("google/ads/googleads/v1/errors/label_error.proto", fileDescriptor_label_error_9335abe2f6e3dde0) } -var fileDescriptor_label_error_0eb36a5f34c47723 = []byte{ +var fileDescriptor_label_error_9335abe2f6e3dde0 = []byte{ // 465 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xc1, 0x6e, 0xd3, 0x40, 0x10, 0x40, 0x69, 0x02, 0x2d, 0x6c, 0xa5, 0xd6, 0xda, 0x03, 0x07, 0x28, 0x05, 0x72, 0xe0, 0x82, diff --git a/googleapis/ads/googleads/v1/errors/language_code_error.pb.go b/googleapis/ads/googleads/v1/errors/language_code_error.pb.go index aab4cbe98f..53df0413f3 100644 --- a/googleapis/ads/googleads/v1/errors/language_code_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/language_code_error.pb.go @@ -50,7 +50,7 @@ func (x LanguageCodeErrorEnum_LanguageCodeError) String() string { return proto.EnumName(LanguageCodeErrorEnum_LanguageCodeError_name, int32(x)) } func (LanguageCodeErrorEnum_LanguageCodeError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_code_error_bfba6feb9fa216de, []int{0, 0} + return fileDescriptor_language_code_error_66c9745952dd8d08, []int{0, 0} } // Container for enum describing language code errors. @@ -64,7 +64,7 @@ func (m *LanguageCodeErrorEnum) Reset() { *m = LanguageCodeErrorEnum{} } func (m *LanguageCodeErrorEnum) String() string { return proto.CompactTextString(m) } func (*LanguageCodeErrorEnum) ProtoMessage() {} func (*LanguageCodeErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_language_code_error_bfba6feb9fa216de, []int{0} + return fileDescriptor_language_code_error_66c9745952dd8d08, []int{0} } func (m *LanguageCodeErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LanguageCodeErrorEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/language_code_error.proto", fileDescriptor_language_code_error_bfba6feb9fa216de) + proto.RegisterFile("google/ads/googleads/v1/errors/language_code_error.proto", fileDescriptor_language_code_error_66c9745952dd8d08) } -var fileDescriptor_language_code_error_bfba6feb9fa216de = []byte{ +var fileDescriptor_language_code_error_66c9745952dd8d08 = []byte{ // 325 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x4f, 0x4a, 0xc3, 0x40, 0x14, 0xc6, 0x4d, 0x0a, 0x0a, 0xd3, 0x85, 0x31, 0x50, 0xc5, 0x3f, 0x74, 0x91, 0x03, 0x4c, 0x08, diff --git a/googleapis/ads/googleads/v1/errors/list_operation_error.pb.go b/googleapis/ads/googleads/v1/errors/list_operation_error.pb.go index 9f1f0d437c..97bcf4983d 100644 --- a/googleapis/ads/googleads/v1/errors/list_operation_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/list_operation_error.pb.go @@ -50,7 +50,7 @@ func (x ListOperationErrorEnum_ListOperationError) String() string { return proto.EnumName(ListOperationErrorEnum_ListOperationError_name, int32(x)) } func (ListOperationErrorEnum_ListOperationError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_list_operation_error_2c0250662bf392c1, []int{0, 0} + return fileDescriptor_list_operation_error_945cc7d5592a6156, []int{0, 0} } // Container for enum describing possible list operation errors. @@ -64,7 +64,7 @@ func (m *ListOperationErrorEnum) Reset() { *m = ListOperationErrorEnum{} func (m *ListOperationErrorEnum) String() string { return proto.CompactTextString(m) } func (*ListOperationErrorEnum) ProtoMessage() {} func (*ListOperationErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_list_operation_error_2c0250662bf392c1, []int{0} + return fileDescriptor_list_operation_error_945cc7d5592a6156, []int{0} } func (m *ListOperationErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListOperationErrorEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/list_operation_error.proto", fileDescriptor_list_operation_error_2c0250662bf392c1) + proto.RegisterFile("google/ads/googleads/v1/errors/list_operation_error.proto", fileDescriptor_list_operation_error_945cc7d5592a6156) } -var fileDescriptor_list_operation_error_2c0250662bf392c1 = []byte{ +var fileDescriptor_list_operation_error_945cc7d5592a6156 = []byte{ // 326 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, 0x1c, 0xc6, 0xdd, 0x04, 0x27, 0xd9, 0xc1, 0x52, 0x64, 0xc2, 0x90, 0x1d, 0xfa, 0x00, 0x29, 0xc5, diff --git a/googleapis/ads/googleads/v1/errors/media_bundle_error.pb.go b/googleapis/ads/googleads/v1/errors/media_bundle_error.pb.go index 7539befe58..79f0d0c8c7 100644 --- a/googleapis/ads/googleads/v1/errors/media_bundle_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/media_bundle_error.pb.go @@ -130,7 +130,7 @@ func (x MediaBundleErrorEnum_MediaBundleError) String() string { return proto.EnumName(MediaBundleErrorEnum_MediaBundleError_name, int32(x)) } func (MediaBundleErrorEnum_MediaBundleError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_media_bundle_error_f3b259602be58c27, []int{0, 0} + return fileDescriptor_media_bundle_error_4672b1a9825524e9, []int{0, 0} } // Container for enum describing possible media bundle errors. @@ -144,7 +144,7 @@ func (m *MediaBundleErrorEnum) Reset() { *m = MediaBundleErrorEnum{} } func (m *MediaBundleErrorEnum) String() string { return proto.CompactTextString(m) } func (*MediaBundleErrorEnum) ProtoMessage() {} func (*MediaBundleErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_media_bundle_error_f3b259602be58c27, []int{0} + return fileDescriptor_media_bundle_error_4672b1a9825524e9, []int{0} } func (m *MediaBundleErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MediaBundleErrorEnum.Unmarshal(m, b) @@ -170,10 +170,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/media_bundle_error.proto", fileDescriptor_media_bundle_error_f3b259602be58c27) + proto.RegisterFile("google/ads/googleads/v1/errors/media_bundle_error.proto", fileDescriptor_media_bundle_error_4672b1a9825524e9) } -var fileDescriptor_media_bundle_error_f3b259602be58c27 = []byte{ +var fileDescriptor_media_bundle_error_4672b1a9825524e9 = []byte{ // 641 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0xdd, 0x6a, 0x13, 0x41, 0x14, 0xb6, 0xad, 0x6d, 0x75, 0xfa, 0x37, 0x9d, 0x36, 0xf6, 0xc7, 0x9a, 0x8b, 0x80, 0x82, 0x0a, diff --git a/googleapis/ads/googleads/v1/errors/media_file_error.pb.go b/googleapis/ads/googleads/v1/errors/media_file_error.pb.go index 02711161b9..e73cf9b6a3 100644 --- a/googleapis/ads/googleads/v1/errors/media_file_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/media_file_error.pb.go @@ -134,7 +134,7 @@ func (x MediaFileErrorEnum_MediaFileError) String() string { return proto.EnumName(MediaFileErrorEnum_MediaFileError_name, int32(x)) } func (MediaFileErrorEnum_MediaFileError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_media_file_error_a4fc3b8bde50bb97, []int{0, 0} + return fileDescriptor_media_file_error_bd80bc9494b4cc45, []int{0, 0} } // Container for enum describing possible media file errors. @@ -148,7 +148,7 @@ func (m *MediaFileErrorEnum) Reset() { *m = MediaFileErrorEnum{} } func (m *MediaFileErrorEnum) String() string { return proto.CompactTextString(m) } func (*MediaFileErrorEnum) ProtoMessage() {} func (*MediaFileErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_error_a4fc3b8bde50bb97, []int{0} + return fileDescriptor_media_file_error_bd80bc9494b4cc45, []int{0} } func (m *MediaFileErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MediaFileErrorEnum.Unmarshal(m, b) @@ -174,10 +174,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/media_file_error.proto", fileDescriptor_media_file_error_a4fc3b8bde50bb97) + proto.RegisterFile("google/ads/googleads/v1/errors/media_file_error.proto", fileDescriptor_media_file_error_bd80bc9494b4cc45) } -var fileDescriptor_media_file_error_a4fc3b8bde50bb97 = []byte{ +var fileDescriptor_media_file_error_bd80bc9494b4cc45 = []byte{ // 674 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0xcd, 0x6e, 0xd3, 0x4c, 0x14, 0xfd, 0x9a, 0x7e, 0xa4, 0x65, 0x5a, 0xda, 0xe9, 0xa4, 0x7f, 0xb4, 0xa5, 0x40, 0x10, 0x3f, diff --git a/googleapis/ads/googleads/v1/errors/media_upload_error.pb.go b/googleapis/ads/googleads/v1/errors/media_upload_error.pb.go index b4fb56b0d7..ebc3b92672 100644 --- a/googleapis/ads/googleads/v1/errors/media_upload_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/media_upload_error.pb.go @@ -19,25 +19,111 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package +// Enum describing possible media uploading errors. +type MediaUploadErrorEnum_MediaUploadError int32 + +const ( + // Enum unspecified. + MediaUploadErrorEnum_UNSPECIFIED MediaUploadErrorEnum_MediaUploadError = 0 + // The received error code is not known in this version. + MediaUploadErrorEnum_UNKNOWN MediaUploadErrorEnum_MediaUploadError = 1 + // The uploaded file is too big. + MediaUploadErrorEnum_FILE_TOO_BIG MediaUploadErrorEnum_MediaUploadError = 2 + // Image data is unparseable. + MediaUploadErrorEnum_UNPARSEABLE_IMAGE MediaUploadErrorEnum_MediaUploadError = 3 + // Animated images are not allowed. + MediaUploadErrorEnum_ANIMATED_IMAGE_NOT_ALLOWED MediaUploadErrorEnum_MediaUploadError = 4 + // The image or media bundle format is not allowed. + MediaUploadErrorEnum_FORMAT_NOT_ALLOWED MediaUploadErrorEnum_MediaUploadError = 5 +) + +var MediaUploadErrorEnum_MediaUploadError_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "FILE_TOO_BIG", + 3: "UNPARSEABLE_IMAGE", + 4: "ANIMATED_IMAGE_NOT_ALLOWED", + 5: "FORMAT_NOT_ALLOWED", +} +var MediaUploadErrorEnum_MediaUploadError_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "FILE_TOO_BIG": 2, + "UNPARSEABLE_IMAGE": 3, + "ANIMATED_IMAGE_NOT_ALLOWED": 4, + "FORMAT_NOT_ALLOWED": 5, +} + +func (x MediaUploadErrorEnum_MediaUploadError) String() string { + return proto.EnumName(MediaUploadErrorEnum_MediaUploadError_name, int32(x)) +} +func (MediaUploadErrorEnum_MediaUploadError) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_media_upload_error_1210dc4a8093b4d0, []int{0, 0} +} + +// Container for enum describing possible media uploading errors. +type MediaUploadErrorEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *MediaUploadErrorEnum) Reset() { *m = MediaUploadErrorEnum{} } +func (m *MediaUploadErrorEnum) String() string { return proto.CompactTextString(m) } +func (*MediaUploadErrorEnum) ProtoMessage() {} +func (*MediaUploadErrorEnum) Descriptor() ([]byte, []int) { + return fileDescriptor_media_upload_error_1210dc4a8093b4d0, []int{0} +} +func (m *MediaUploadErrorEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_MediaUploadErrorEnum.Unmarshal(m, b) +} +func (m *MediaUploadErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_MediaUploadErrorEnum.Marshal(b, m, deterministic) +} +func (dst *MediaUploadErrorEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_MediaUploadErrorEnum.Merge(dst, src) +} +func (m *MediaUploadErrorEnum) XXX_Size() int { + return xxx_messageInfo_MediaUploadErrorEnum.Size(m) +} +func (m *MediaUploadErrorEnum) XXX_DiscardUnknown() { + xxx_messageInfo_MediaUploadErrorEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_MediaUploadErrorEnum proto.InternalMessageInfo + func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/media_upload_error.proto", fileDescriptor_media_upload_error_786757c3b7ee3bb1) -} - -var fileDescriptor_media_upload_error_786757c3b7ee3bb1 = []byte{ - // 235 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x8f, 0xb1, 0x4a, 0x04, 0x31, - 0x10, 0x86, 0xb9, 0x15, 0x2c, 0xae, 0x14, 0x6c, 0x44, 0xae, 0xb8, 0x07, 0x98, 0x10, 0x2c, 0x84, - 0xb1, 0xca, 0xa1, 0x5c, 0x25, 0x5c, 0xe3, 0x16, 0xb2, 0x70, 0x44, 0xb3, 0x84, 0xc0, 0x5e, 0x26, - 0x64, 0xd6, 0x7d, 0x20, 0x4b, 0x1f, 0xc5, 0x47, 0xb1, 0xf2, 0x11, 0x24, 0x19, 0x77, 0x3b, 0xad, - 0xf2, 0xf3, 0xf3, 0xfd, 0xff, 0x9f, 0x59, 0xdf, 0x7a, 0x22, 0x3f, 0xf4, 0xca, 0x3a, 0x56, 0x22, - 0x8b, 0x9a, 0xb4, 0xea, 0x73, 0xa6, 0xcc, 0xea, 0xd4, 0xbb, 0x60, 0x8f, 0x6f, 0x69, 0x20, 0xeb, - 0x8e, 0xd5, 0x83, 0x94, 0x69, 0xa4, 0x8b, 0x8d, 0xd0, 0x60, 0x1d, 0xc3, 0x12, 0x84, 0x49, 0x83, - 0x04, 0xaf, 0xae, 0xe7, 0xe2, 0x14, 0x94, 0x8d, 0x91, 0x46, 0x3b, 0x06, 0x8a, 0x2c, 0xe9, 0xdd, - 0xf7, 0x6a, 0xbd, 0x7d, 0xa5, 0x13, 0xfc, 0x5f, 0xb2, 0xbb, 0x7c, 0x2c, 0xf3, 0x4f, 0x75, 0xfd, - 0xa1, 0x58, 0x87, 0x92, 0x3e, 0xac, 0x9e, 0xef, 0x7f, 0x83, 0x9e, 0x06, 0x1b, 0x3d, 0x50, 0xf6, - 0xca, 0xf7, 0xb1, 0x76, 0xcf, 0x67, 0xa4, 0xc0, 0x7f, 0x5d, 0x75, 0x27, 0xcf, 0x7b, 0x73, 0xb6, - 0x37, 0xe6, 0xa3, 0xd9, 0xec, 0xa5, 0xcc, 0x38, 0x06, 0x91, 0x45, 0xb5, 0x1a, 0xea, 0x24, 0x7f, - 0xce, 0x40, 0x67, 0x1c, 0x77, 0x0b, 0xd0, 0xb5, 0xba, 0x13, 0xe0, 0xab, 0xd9, 0x8a, 0x8b, 0x68, - 0x1c, 0x23, 0x2e, 0x08, 0x62, 0xab, 0x11, 0x05, 0x7a, 0x39, 0xaf, 0xbf, 0xbb, 0xf9, 0x09, 0x00, - 0x00, 0xff, 0xff, 0xc1, 0xc2, 0xfb, 0x89, 0x72, 0x01, 0x00, 0x00, + proto.RegisterType((*MediaUploadErrorEnum)(nil), "google.ads.googleads.v1.errors.MediaUploadErrorEnum") + proto.RegisterEnum("google.ads.googleads.v1.errors.MediaUploadErrorEnum_MediaUploadError", MediaUploadErrorEnum_MediaUploadError_name, MediaUploadErrorEnum_MediaUploadError_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/errors/media_upload_error.proto", fileDescriptor_media_upload_error_1210dc4a8093b4d0) +} + +var fileDescriptor_media_upload_error_1210dc4a8093b4d0 = []byte{ + // 357 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xcf, 0x6a, 0xab, 0x40, + 0x18, 0xc5, 0xaf, 0xe6, 0xfe, 0x81, 0xc9, 0x85, 0xda, 0xa1, 0xe9, 0x22, 0x94, 0x2c, 0x7c, 0x80, + 0x11, 0xe9, 0xa2, 0x30, 0x5d, 0x8d, 0x75, 0x22, 0x52, 0xff, 0x91, 0x68, 0x02, 0x45, 0x10, 0xdb, + 0x11, 0x11, 0x12, 0x47, 0x9c, 0x24, 0xef, 0xd1, 0x57, 0xe8, 0x32, 0x8f, 0xd2, 0x47, 0xe9, 0xaa, + 0x8f, 0x50, 0x74, 0x9a, 0x40, 0x03, 0xed, 0xca, 0xc3, 0xf1, 0x77, 0x8e, 0xdf, 0xf7, 0x09, 0x6e, + 0x4a, 0xce, 0xcb, 0x55, 0x61, 0xe4, 0x4c, 0x18, 0x52, 0x76, 0x6a, 0x67, 0x1a, 0x45, 0xdb, 0xf2, + 0x56, 0x18, 0xeb, 0x82, 0x55, 0x79, 0xb6, 0x6d, 0x56, 0x3c, 0x67, 0x59, 0xef, 0xa1, 0xa6, 0xe5, + 0x1b, 0x0e, 0x27, 0x92, 0x46, 0x39, 0x13, 0xe8, 0x18, 0x44, 0x3b, 0x13, 0xc9, 0xe0, 0xf8, 0xea, + 0x50, 0xdc, 0x54, 0x46, 0x5e, 0xd7, 0x7c, 0x93, 0x6f, 0x2a, 0x5e, 0x0b, 0x99, 0xd6, 0xf7, 0x0a, + 0xb8, 0xf0, 0xbb, 0xea, 0xa4, 0x6f, 0xa6, 0x5d, 0x86, 0xd6, 0xdb, 0xb5, 0xfe, 0xac, 0x00, 0xed, + 0xf4, 0x05, 0x3c, 0x03, 0xc3, 0x24, 0x98, 0x47, 0xf4, 0xce, 0x9d, 0xba, 0xd4, 0xd6, 0x7e, 0xc1, + 0x21, 0xf8, 0x97, 0x04, 0xf7, 0x41, 0xb8, 0x0c, 0x34, 0x05, 0x6a, 0xe0, 0xff, 0xd4, 0xf5, 0x68, + 0x16, 0x87, 0x61, 0x66, 0xb9, 0x8e, 0xa6, 0xc2, 0x11, 0x38, 0x4f, 0x82, 0x88, 0xcc, 0xe6, 0x94, + 0x58, 0x1e, 0xcd, 0x5c, 0x9f, 0x38, 0x54, 0x1b, 0xc0, 0x09, 0x18, 0x93, 0xc0, 0xf5, 0x49, 0x4c, + 0x6d, 0xe9, 0x65, 0x41, 0x18, 0x67, 0xc4, 0xf3, 0xc2, 0x25, 0xb5, 0xb5, 0xdf, 0xf0, 0x12, 0xc0, + 0x69, 0x38, 0xf3, 0x49, 0xfc, 0xc5, 0xff, 0x63, 0xbd, 0x2b, 0x40, 0x7f, 0xe2, 0x6b, 0xf4, 0xf3, + 0xc6, 0xd6, 0xe8, 0x74, 0xee, 0xa8, 0x5b, 0x35, 0x52, 0x1e, 0xec, 0xcf, 0x60, 0xc9, 0x57, 0x79, + 0x5d, 0x22, 0xde, 0x96, 0x46, 0x59, 0xd4, 0xfd, 0x21, 0x0e, 0x37, 0x6f, 0x2a, 0xf1, 0xdd, 0x2f, + 0xb8, 0x95, 0x8f, 0x17, 0x75, 0xe0, 0x10, 0xb2, 0x57, 0x27, 0x8e, 0x2c, 0x23, 0x4c, 0x20, 0x29, + 0x3b, 0xb5, 0x30, 0x51, 0xff, 0x49, 0xf1, 0x7a, 0x00, 0x52, 0xc2, 0x44, 0x7a, 0x04, 0xd2, 0x85, + 0x99, 0x4a, 0xe0, 0x4d, 0xd5, 0xa5, 0x8b, 0x31, 0x61, 0x02, 0xe3, 0x23, 0x82, 0xf1, 0xc2, 0xc4, + 0x58, 0x42, 0x8f, 0x7f, 0xfb, 0xe9, 0xae, 0x3f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x14, 0x70, 0xd8, + 0xc2, 0x1f, 0x02, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/errors/multiplier_error.pb.go b/googleapis/ads/googleads/v1/errors/multiplier_error.pb.go index 8bcad3e355..9921b6a110 100644 --- a/googleapis/ads/googleads/v1/errors/multiplier_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/multiplier_error.pb.go @@ -91,7 +91,7 @@ func (x MultiplierErrorEnum_MultiplierError) String() string { return proto.EnumName(MultiplierErrorEnum_MultiplierError_name, int32(x)) } func (MultiplierErrorEnum_MultiplierError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_multiplier_error_b30db179a341a11f, []int{0, 0} + return fileDescriptor_multiplier_error_e904d1bae997600a, []int{0, 0} } // Container for enum describing possible multiplier errors. @@ -105,7 +105,7 @@ func (m *MultiplierErrorEnum) Reset() { *m = MultiplierErrorEnum{} } func (m *MultiplierErrorEnum) String() string { return proto.CompactTextString(m) } func (*MultiplierErrorEnum) ProtoMessage() {} func (*MultiplierErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_multiplier_error_b30db179a341a11f, []int{0} + return fileDescriptor_multiplier_error_e904d1bae997600a, []int{0} } func (m *MultiplierErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MultiplierErrorEnum.Unmarshal(m, b) @@ -131,10 +131,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/multiplier_error.proto", fileDescriptor_multiplier_error_b30db179a341a11f) + proto.RegisterFile("google/ads/googleads/v1/errors/multiplier_error.proto", fileDescriptor_multiplier_error_e904d1bae997600a) } -var fileDescriptor_multiplier_error_b30db179a341a11f = []byte{ +var fileDescriptor_multiplier_error_e904d1bae997600a = []byte{ // 523 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x93, 0xd1, 0x6e, 0xd3, 0x3c, 0x14, 0xc7, 0xbf, 0x76, 0xfd, 0x36, 0x70, 0x41, 0xb3, 0x3c, 0xc4, 0xa4, 0x81, 0x7a, 0xd1, 0x5b, diff --git a/googleapis/ads/googleads/v1/errors/mutate_error.pb.go b/googleapis/ads/googleads/v1/errors/mutate_error.pb.go index 8cbe141eb5..2189ee17bd 100644 --- a/googleapis/ads/googleads/v1/errors/mutate_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/mutate_error.pb.go @@ -67,7 +67,7 @@ func (x MutateErrorEnum_MutateError) String() string { return proto.EnumName(MutateErrorEnum_MutateError_name, int32(x)) } func (MutateErrorEnum_MutateError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_mutate_error_6b4a3bb829ca99f9, []int{0, 0} + return fileDescriptor_mutate_error_703af8e0974ec265, []int{0, 0} } // Container for enum describing possible mutate errors. @@ -81,7 +81,7 @@ func (m *MutateErrorEnum) Reset() { *m = MutateErrorEnum{} } func (m *MutateErrorEnum) String() string { return proto.CompactTextString(m) } func (*MutateErrorEnum) ProtoMessage() {} func (*MutateErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_mutate_error_6b4a3bb829ca99f9, []int{0} + return fileDescriptor_mutate_error_703af8e0974ec265, []int{0} } func (m *MutateErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateErrorEnum.Unmarshal(m, b) @@ -107,10 +107,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/mutate_error.proto", fileDescriptor_mutate_error_6b4a3bb829ca99f9) + proto.RegisterFile("google/ads/googleads/v1/errors/mutate_error.proto", fileDescriptor_mutate_error_703af8e0974ec265) } -var fileDescriptor_mutate_error_6b4a3bb829ca99f9 = []byte{ +var fileDescriptor_mutate_error_703af8e0974ec265 = []byte{ // 399 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x41, 0x8e, 0xd3, 0x30, 0x18, 0x85, 0x49, 0x47, 0x62, 0xc0, 0x5d, 0x8c, 0xe5, 0x05, 0x88, 0x81, 0xa9, 0x44, 0x0f, 0xe0, diff --git a/googleapis/ads/googleads/v1/errors/mutate_job_error.pb.go b/googleapis/ads/googleads/v1/errors/mutate_job_error.pb.go index 157a6a7b95..d0828c548d 100644 --- a/googleapis/ads/googleads/v1/errors/mutate_job_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/mutate_job_error.pb.go @@ -63,7 +63,7 @@ func (x MutateJobErrorEnum_MutateJobError) String() string { return proto.EnumName(MutateJobErrorEnum_MutateJobError_name, int32(x)) } func (MutateJobErrorEnum_MutateJobError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_mutate_job_error_dee7c5cec33a7fe3, []int{0, 0} + return fileDescriptor_mutate_job_error_15eaa13915eb323a, []int{0, 0} } // Container for enum describing possible mutate job errors. @@ -77,7 +77,7 @@ func (m *MutateJobErrorEnum) Reset() { *m = MutateJobErrorEnum{} } func (m *MutateJobErrorEnum) String() string { return proto.CompactTextString(m) } func (*MutateJobErrorEnum) ProtoMessage() {} func (*MutateJobErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_mutate_job_error_dee7c5cec33a7fe3, []int{0} + return fileDescriptor_mutate_job_error_15eaa13915eb323a, []int{0} } func (m *MutateJobErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateJobErrorEnum.Unmarshal(m, b) @@ -103,10 +103,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/mutate_job_error.proto", fileDescriptor_mutate_job_error_dee7c5cec33a7fe3) + proto.RegisterFile("google/ads/googleads/v1/errors/mutate_job_error.proto", fileDescriptor_mutate_job_error_15eaa13915eb323a) } -var fileDescriptor_mutate_job_error_dee7c5cec33a7fe3 = []byte{ +var fileDescriptor_mutate_job_error_15eaa13915eb323a = []byte{ // 399 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x4f, 0x8e, 0xd3, 0x30, 0x18, 0xc5, 0x49, 0x07, 0x06, 0xc9, 0x23, 0x81, 0x31, 0x7f, 0x16, 0x23, 0x34, 0x8b, 0x2e, 0x59, diff --git a/googleapis/ads/googleads/v1/errors/new_resource_creation_error.pb.go b/googleapis/ads/googleads/v1/errors/new_resource_creation_error.pb.go index 8d143bc5c0..73b9e89513 100644 --- a/googleapis/ads/googleads/v1/errors/new_resource_creation_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/new_resource_creation_error.pb.go @@ -55,7 +55,7 @@ func (x NewResourceCreationErrorEnum_NewResourceCreationError) String() string { return proto.EnumName(NewResourceCreationErrorEnum_NewResourceCreationError_name, int32(x)) } func (NewResourceCreationErrorEnum_NewResourceCreationError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_new_resource_creation_error_b25df6b7077946de, []int{0, 0} + return fileDescriptor_new_resource_creation_error_2cd7e98c3abb8598, []int{0, 0} } // Container for enum describing possible new resource creation errors. @@ -69,7 +69,7 @@ func (m *NewResourceCreationErrorEnum) Reset() { *m = NewResourceCreatio func (m *NewResourceCreationErrorEnum) String() string { return proto.CompactTextString(m) } func (*NewResourceCreationErrorEnum) ProtoMessage() {} func (*NewResourceCreationErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_new_resource_creation_error_b25df6b7077946de, []int{0} + return fileDescriptor_new_resource_creation_error_2cd7e98c3abb8598, []int{0} } func (m *NewResourceCreationErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NewResourceCreationErrorEnum.Unmarshal(m, b) @@ -95,10 +95,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/new_resource_creation_error.proto", fileDescriptor_new_resource_creation_error_b25df6b7077946de) + proto.RegisterFile("google/ads/googleads/v1/errors/new_resource_creation_error.proto", fileDescriptor_new_resource_creation_error_2cd7e98c3abb8598) } -var fileDescriptor_new_resource_creation_error_b25df6b7077946de = []byte{ +var fileDescriptor_new_resource_creation_error_2cd7e98c3abb8598 = []byte{ // 367 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x4f, 0x6e, 0xa3, 0x30, 0x14, 0xc6, 0x07, 0x32, 0x9a, 0x91, 0x9c, 0xc5, 0x20, 0x16, 0xa3, 0x68, 0x26, 0x93, 0x91, 0x38, diff --git a/googleapis/ads/googleads/v1/errors/not_empty_error.pb.go b/googleapis/ads/googleads/v1/errors/not_empty_error.pb.go index c8cc21109b..9e0f548caa 100644 --- a/googleapis/ads/googleads/v1/errors/not_empty_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/not_empty_error.pb.go @@ -46,7 +46,7 @@ func (x NotEmptyErrorEnum_NotEmptyError) String() string { return proto.EnumName(NotEmptyErrorEnum_NotEmptyError_name, int32(x)) } func (NotEmptyErrorEnum_NotEmptyError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_not_empty_error_e293f91712c045dd, []int{0, 0} + return fileDescriptor_not_empty_error_60da7a8d2d549cbf, []int{0, 0} } // Container for enum describing possible not empty errors. @@ -60,7 +60,7 @@ func (m *NotEmptyErrorEnum) Reset() { *m = NotEmptyErrorEnum{} } func (m *NotEmptyErrorEnum) String() string { return proto.CompactTextString(m) } func (*NotEmptyErrorEnum) ProtoMessage() {} func (*NotEmptyErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_not_empty_error_e293f91712c045dd, []int{0} + return fileDescriptor_not_empty_error_60da7a8d2d549cbf, []int{0} } func (m *NotEmptyErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NotEmptyErrorEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/not_empty_error.proto", fileDescriptor_not_empty_error_e293f91712c045dd) + proto.RegisterFile("google/ads/googleads/v1/errors/not_empty_error.proto", fileDescriptor_not_empty_error_60da7a8d2d549cbf) } -var fileDescriptor_not_empty_error_e293f91712c045dd = []byte{ +var fileDescriptor_not_empty_error_60da7a8d2d549cbf = []byte{ // 293 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xc3, 0x30, 0x18, 0x85, 0x6d, 0x05, 0x85, 0x0c, 0xb5, 0xf6, 0x52, 0x64, 0x17, 0x7d, 0x80, 0x84, 0xa2, 0x57, diff --git a/googleapis/ads/googleads/v1/errors/null_error.pb.go b/googleapis/ads/googleads/v1/errors/null_error.pb.go index ffbbca5770..17bf68c327 100644 --- a/googleapis/ads/googleads/v1/errors/null_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/null_error.pb.go @@ -46,7 +46,7 @@ func (x NullErrorEnum_NullError) String() string { return proto.EnumName(NullErrorEnum_NullError_name, int32(x)) } func (NullErrorEnum_NullError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_null_error_4f331e342f3854d8, []int{0, 0} + return fileDescriptor_null_error_8cdf831fc777f390, []int{0, 0} } // Container for enum describing possible null errors. @@ -60,7 +60,7 @@ func (m *NullErrorEnum) Reset() { *m = NullErrorEnum{} } func (m *NullErrorEnum) String() string { return proto.CompactTextString(m) } func (*NullErrorEnum) ProtoMessage() {} func (*NullErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_null_error_4f331e342f3854d8, []int{0} + return fileDescriptor_null_error_8cdf831fc777f390, []int{0} } func (m *NullErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NullErrorEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/null_error.proto", fileDescriptor_null_error_4f331e342f3854d8) + proto.RegisterFile("google/ads/googleads/v1/errors/null_error.proto", fileDescriptor_null_error_8cdf831fc777f390) } -var fileDescriptor_null_error_4f331e342f3854d8 = []byte{ +var fileDescriptor_null_error_8cdf831fc777f390 = []byte{ // 285 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdf, 0x6a, 0x83, 0x30, 0x14, 0xc6, 0xa7, 0x83, 0x8d, 0xa5, 0xfb, 0x23, 0x5e, 0x8e, 0xd1, 0x0b, 0x1f, 0x20, 0x41, 0x76, diff --git a/googleapis/ads/googleads/v1/errors/operation_access_denied_error.pb.go b/googleapis/ads/googleads/v1/errors/operation_access_denied_error.pb.go index df2f638150..8b4e87a4d0 100644 --- a/googleapis/ads/googleads/v1/errors/operation_access_denied_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/operation_access_denied_error.pb.go @@ -82,7 +82,7 @@ func (x OperationAccessDeniedErrorEnum_OperationAccessDeniedError) String() stri return proto.EnumName(OperationAccessDeniedErrorEnum_OperationAccessDeniedError_name, int32(x)) } func (OperationAccessDeniedErrorEnum_OperationAccessDeniedError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_operation_access_denied_error_566a62646392ef0b, []int{0, 0} + return fileDescriptor_operation_access_denied_error_c1c948edc110cca8, []int{0, 0} } // Container for enum describing possible operation access denied errors. @@ -96,7 +96,7 @@ func (m *OperationAccessDeniedErrorEnum) Reset() { *m = OperationAccessD func (m *OperationAccessDeniedErrorEnum) String() string { return proto.CompactTextString(m) } func (*OperationAccessDeniedErrorEnum) ProtoMessage() {} func (*OperationAccessDeniedErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_access_denied_error_566a62646392ef0b, []int{0} + return fileDescriptor_operation_access_denied_error_c1c948edc110cca8, []int{0} } func (m *OperationAccessDeniedErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationAccessDeniedErrorEnum.Unmarshal(m, b) @@ -122,10 +122,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/operation_access_denied_error.proto", fileDescriptor_operation_access_denied_error_566a62646392ef0b) + proto.RegisterFile("google/ads/googleads/v1/errors/operation_access_denied_error.proto", fileDescriptor_operation_access_denied_error_c1c948edc110cca8) } -var fileDescriptor_operation_access_denied_error_566a62646392ef0b = []byte{ +var fileDescriptor_operation_access_denied_error_c1c948edc110cca8 = []byte{ // 448 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xc1, 0x8a, 0xd3, 0x40, 0x1c, 0xc6, 0x6d, 0xab, 0xbb, 0x3a, 0x3d, 0x18, 0x06, 0x0f, 0xb2, 0x48, 0x17, 0x23, 0x0a, 0x8a, diff --git a/googleapis/ads/googleads/v1/errors/operator_error.pb.go b/googleapis/ads/googleads/v1/errors/operator_error.pb.go index c0f834a5d4..72827150ad 100644 --- a/googleapis/ads/googleads/v1/errors/operator_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/operator_error.pb.go @@ -46,7 +46,7 @@ func (x OperatorErrorEnum_OperatorError) String() string { return proto.EnumName(OperatorErrorEnum_OperatorError_name, int32(x)) } func (OperatorErrorEnum_OperatorError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_operator_error_87b1e31e98dffa4f, []int{0, 0} + return fileDescriptor_operator_error_28a8d2f041e454d4, []int{0, 0} } // Container for enum describing possible operator errors. @@ -60,7 +60,7 @@ func (m *OperatorErrorEnum) Reset() { *m = OperatorErrorEnum{} } func (m *OperatorErrorEnum) String() string { return proto.CompactTextString(m) } func (*OperatorErrorEnum) ProtoMessage() {} func (*OperatorErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_operator_error_87b1e31e98dffa4f, []int{0} + return fileDescriptor_operator_error_28a8d2f041e454d4, []int{0} } func (m *OperatorErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperatorErrorEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/operator_error.proto", fileDescriptor_operator_error_87b1e31e98dffa4f) + proto.RegisterFile("google/ads/googleads/v1/errors/operator_error.proto", fileDescriptor_operator_error_28a8d2f041e454d4) } -var fileDescriptor_operator_error_87b1e31e98dffa4f = []byte{ +var fileDescriptor_operator_error_28a8d2f041e454d4 = []byte{ // 301 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x4a, 0x33, 0x31, 0x14, 0xc5, 0xbf, 0xce, 0x07, 0x0a, 0x29, 0x62, 0x9d, 0x85, 0x8b, 0x22, 0x5d, 0xcc, 0x03, 0x24, diff --git a/googleapis/ads/googleads/v1/errors/partial_failure_error.pb.go b/googleapis/ads/googleads/v1/errors/partial_failure_error.pb.go index 228c64b4b1..48d6e6e119 100644 --- a/googleapis/ads/googleads/v1/errors/partial_failure_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/partial_failure_error.pb.go @@ -47,7 +47,7 @@ func (x PartialFailureErrorEnum_PartialFailureError) String() string { return proto.EnumName(PartialFailureErrorEnum_PartialFailureError_name, int32(x)) } func (PartialFailureErrorEnum_PartialFailureError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_partial_failure_error_2879656353b11b88, []int{0, 0} + return fileDescriptor_partial_failure_error_0a8571a1c815d149, []int{0, 0} } // Container for enum describing possible partial failure errors. @@ -61,7 +61,7 @@ func (m *PartialFailureErrorEnum) Reset() { *m = PartialFailureErrorEnum func (m *PartialFailureErrorEnum) String() string { return proto.CompactTextString(m) } func (*PartialFailureErrorEnum) ProtoMessage() {} func (*PartialFailureErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_partial_failure_error_2879656353b11b88, []int{0} + return fileDescriptor_partial_failure_error_0a8571a1c815d149, []int{0} } func (m *PartialFailureErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PartialFailureErrorEnum.Unmarshal(m, b) @@ -87,10 +87,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/partial_failure_error.proto", fileDescriptor_partial_failure_error_2879656353b11b88) + proto.RegisterFile("google/ads/googleads/v1/errors/partial_failure_error.proto", fileDescriptor_partial_failure_error_0a8571a1c815d149) } -var fileDescriptor_partial_failure_error_2879656353b11b88 = []byte{ +var fileDescriptor_partial_failure_error_0a8571a1c815d149 = []byte{ // 316 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4e, 0xb3, 0x40, 0x14, 0x85, 0xff, 0xf2, 0x27, 0x9a, 0x4c, 0x17, 0x36, 0xb8, 0xd0, 0x18, 0x6d, 0x22, 0x0f, 0x30, diff --git a/googleapis/ads/googleads/v1/errors/policy_finding_error.pb.go b/googleapis/ads/googleads/v1/errors/policy_finding_error.pb.go index b0429fda36..b53fc00ad7 100644 --- a/googleapis/ads/googleads/v1/errors/policy_finding_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/policy_finding_error.pb.go @@ -51,7 +51,7 @@ func (x PolicyFindingErrorEnum_PolicyFindingError) String() string { return proto.EnumName(PolicyFindingErrorEnum_PolicyFindingError_name, int32(x)) } func (PolicyFindingErrorEnum_PolicyFindingError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_policy_finding_error_7a70e35c4d04952a, []int{0, 0} + return fileDescriptor_policy_finding_error_488cb98685ad631d, []int{0, 0} } // Container for enum describing possible policy finding errors. @@ -65,7 +65,7 @@ func (m *PolicyFindingErrorEnum) Reset() { *m = PolicyFindingErrorEnum{} func (m *PolicyFindingErrorEnum) String() string { return proto.CompactTextString(m) } func (*PolicyFindingErrorEnum) ProtoMessage() {} func (*PolicyFindingErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_finding_error_7a70e35c4d04952a, []int{0} + return fileDescriptor_policy_finding_error_488cb98685ad631d, []int{0} } func (m *PolicyFindingErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyFindingErrorEnum.Unmarshal(m, b) @@ -91,10 +91,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/policy_finding_error.proto", fileDescriptor_policy_finding_error_7a70e35c4d04952a) + proto.RegisterFile("google/ads/googleads/v1/errors/policy_finding_error.proto", fileDescriptor_policy_finding_error_488cb98685ad631d) } -var fileDescriptor_policy_finding_error_7a70e35c4d04952a = []byte{ +var fileDescriptor_policy_finding_error_488cb98685ad631d = []byte{ // 323 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, 0x1c, 0xc6, 0x5d, 0x07, 0x0a, 0x19, 0x68, 0xc9, 0x61, 0xc2, 0x90, 0x1d, 0xfa, 0x00, 0x29, 0xc5, diff --git a/googleapis/ads/googleads/v1/errors/policy_validation_parameter_error.pb.go b/googleapis/ads/googleads/v1/errors/policy_validation_parameter_error.pb.go index 1813f4f2da..80ced02ffc 100644 --- a/googleapis/ads/googleads/v1/errors/policy_validation_parameter_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/policy_validation_parameter_error.pb.go @@ -55,7 +55,7 @@ func (x PolicyValidationParameterErrorEnum_PolicyValidationParameterError) Strin return proto.EnumName(PolicyValidationParameterErrorEnum_PolicyValidationParameterError_name, int32(x)) } func (PolicyValidationParameterErrorEnum_PolicyValidationParameterError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_policy_validation_parameter_error_baa9018c5630f778, []int{0, 0} + return fileDescriptor_policy_validation_parameter_error_30d40d9e925110fb, []int{0, 0} } // Container for enum describing possible policy validation parameter errors. @@ -69,7 +69,7 @@ func (m *PolicyValidationParameterErrorEnum) Reset() { *m = PolicyValida func (m *PolicyValidationParameterErrorEnum) String() string { return proto.CompactTextString(m) } func (*PolicyValidationParameterErrorEnum) ProtoMessage() {} func (*PolicyValidationParameterErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_validation_parameter_error_baa9018c5630f778, []int{0} + return fileDescriptor_policy_validation_parameter_error_30d40d9e925110fb, []int{0} } func (m *PolicyValidationParameterErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyValidationParameterErrorEnum.Unmarshal(m, b) @@ -95,10 +95,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/policy_validation_parameter_error.proto", fileDescriptor_policy_validation_parameter_error_baa9018c5630f778) + proto.RegisterFile("google/ads/googleads/v1/errors/policy_validation_parameter_error.proto", fileDescriptor_policy_validation_parameter_error_30d40d9e925110fb) } -var fileDescriptor_policy_validation_parameter_error_baa9018c5630f778 = []byte{ +var fileDescriptor_policy_validation_parameter_error_30d40d9e925110fb = []byte{ // 391 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x41, 0x8a, 0xdb, 0x30, 0x18, 0x85, 0x1b, 0x4f, 0x69, 0x41, 0xb3, 0x68, 0xf0, 0xb2, 0x94, 0x2c, 0xdc, 0xbd, 0x8c, 0x99, diff --git a/googleapis/ads/googleads/v1/errors/policy_violation_error.pb.go b/googleapis/ads/googleads/v1/errors/policy_violation_error.pb.go index db2c3d9cec..fc8d5b4733 100644 --- a/googleapis/ads/googleads/v1/errors/policy_violation_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/policy_violation_error.pb.go @@ -46,7 +46,7 @@ func (x PolicyViolationErrorEnum_PolicyViolationError) String() string { return proto.EnumName(PolicyViolationErrorEnum_PolicyViolationError_name, int32(x)) } func (PolicyViolationErrorEnum_PolicyViolationError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_policy_violation_error_14fd19f12b12fb77, []int{0, 0} + return fileDescriptor_policy_violation_error_6fb18553f085b239, []int{0, 0} } // Container for enum describing possible policy violation errors. @@ -60,7 +60,7 @@ func (m *PolicyViolationErrorEnum) Reset() { *m = PolicyViolationErrorEn func (m *PolicyViolationErrorEnum) String() string { return proto.CompactTextString(m) } func (*PolicyViolationErrorEnum) ProtoMessage() {} func (*PolicyViolationErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_violation_error_14fd19f12b12fb77, []int{0} + return fileDescriptor_policy_violation_error_6fb18553f085b239, []int{0} } func (m *PolicyViolationErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyViolationErrorEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/policy_violation_error.proto", fileDescriptor_policy_violation_error_14fd19f12b12fb77) + proto.RegisterFile("google/ads/googleads/v1/errors/policy_violation_error.proto", fileDescriptor_policy_violation_error_6fb18553f085b239) } -var fileDescriptor_policy_violation_error_14fd19f12b12fb77 = []byte{ +var fileDescriptor_policy_violation_error_6fb18553f085b239 = []byte{ // 301 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0x84, 0x40, 0x14, 0x86, 0xd3, 0xa0, 0x60, 0x36, 0x48, 0xa4, 0x8b, 0x8a, 0xd8, 0x0b, 0x1f, 0x60, 0x06, 0xe9, diff --git a/googleapis/ads/googleads/v1/errors/query_error.pb.go b/googleapis/ads/googleads/v1/errors/query_error.pb.go index 6889602f4a..4110a0d1df 100644 --- a/googleapis/ads/googleads/v1/errors/query_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/query_error.pb.go @@ -41,6 +41,10 @@ const ( QueryErrorEnum_BAD_NUMBER QueryErrorEnum_QueryError = 5 // Invalid operator encountered. QueryErrorEnum_BAD_OPERATOR QueryErrorEnum_QueryError = 3 + // Parameter unknown or not supported. + QueryErrorEnum_BAD_PARAMETER_NAME QueryErrorEnum_QueryError = 61 + // Parameter have invalid value. + QueryErrorEnum_BAD_PARAMETER_VALUE QueryErrorEnum_QueryError = 62 // Invalid resource type was specified in the FROM clause. QueryErrorEnum_BAD_RESOURCE_TYPE_IN_FROM_CLAUSE QueryErrorEnum_QueryError = 45 // Non-ASCII symbol encountered outside of strings. @@ -153,6 +157,8 @@ var QueryErrorEnum_QueryError_name = map[int32]string{ 15: "BAD_LIMIT_VALUE", 5: "BAD_NUMBER", 3: "BAD_OPERATOR", + 61: "BAD_PARAMETER_NAME", + 62: "BAD_PARAMETER_VALUE", 45: "BAD_RESOURCE_TYPE_IN_FROM_CLAUSE", 2: "BAD_SYMBOL", 4: "BAD_VALUE", @@ -207,6 +213,8 @@ var QueryErrorEnum_QueryError_value = map[string]int32{ "BAD_LIMIT_VALUE": 15, "BAD_NUMBER": 5, "BAD_OPERATOR": 3, + "BAD_PARAMETER_NAME": 61, + "BAD_PARAMETER_VALUE": 62, "BAD_RESOURCE_TYPE_IN_FROM_CLAUSE": 45, "BAD_SYMBOL": 2, "BAD_VALUE": 4, @@ -256,7 +264,7 @@ func (x QueryErrorEnum_QueryError) String() string { return proto.EnumName(QueryErrorEnum_QueryError_name, int32(x)) } func (QueryErrorEnum_QueryError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_error_09be0bcbaab0b7a0, []int{0, 0} + return fileDescriptor_query_error_6b95ddf2843c3ef1, []int{0, 0} } // Container for enum describing possible query errors. @@ -270,7 +278,7 @@ func (m *QueryErrorEnum) Reset() { *m = QueryErrorEnum{} } func (m *QueryErrorEnum) String() string { return proto.CompactTextString(m) } func (*QueryErrorEnum) ProtoMessage() {} func (*QueryErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_query_error_09be0bcbaab0b7a0, []int{0} + return fileDescriptor_query_error_6b95ddf2843c3ef1, []int{0} } func (m *QueryErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryErrorEnum.Unmarshal(m, b) @@ -296,69 +304,70 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/query_error.proto", fileDescriptor_query_error_09be0bcbaab0b7a0) + proto.RegisterFile("google/ads/googleads/v1/errors/query_error.proto", fileDescriptor_query_error_6b95ddf2843c3ef1) } -var fileDescriptor_query_error_09be0bcbaab0b7a0 = []byte{ - // 950 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x95, 0xef, 0x72, 0xd3, 0x46, - 0x10, 0xc0, 0x9b, 0xd0, 0x42, 0xd9, 0xfc, 0x3b, 0x0e, 0xf2, 0x87, 0x34, 0xa4, 0xc1, 0x04, 0x08, - 0x24, 0xb1, 0x63, 0x98, 0x52, 0x6a, 0xfa, 0xe5, 0x24, 0xad, 0x9d, 0x1b, 0xa4, 0x3b, 0xe5, 0x74, - 0x8a, 0x6b, 0x26, 0x33, 0x37, 0x69, 0x93, 0xf1, 0x64, 0x06, 0xac, 0xd4, 0x0e, 0xcc, 0xf4, 0x09, - 0xfa, 0x1e, 0xfd, 0xd8, 0x47, 0xe9, 0xa3, 0xf0, 0xb9, 0x0f, 0xd0, 0x39, 0xc9, 0x92, 0xe5, 0x62, - 0xcc, 0x27, 0xdd, 0xed, 0xfe, 0xf6, 0xcf, 0xad, 0x76, 0xef, 0xe0, 0xa0, 0x9b, 0x24, 0xdd, 0xb7, - 0xe7, 0xb5, 0xd3, 0xb3, 0x41, 0x2d, 0x5b, 0xda, 0xd5, 0x87, 0x7a, 0xed, 0xbc, 0xdf, 0x4f, 0xfa, - 0x83, 0xda, 0xef, 0xef, 0xcf, 0xfb, 0x7f, 0x98, 0x74, 0x53, 0xbd, 0xec, 0x27, 0x57, 0x09, 0xdd, - 0xcc, 0xb0, 0xea, 0xe9, 0xd9, 0xa0, 0x5a, 0x58, 0x54, 0x3f, 0xd4, 0xab, 0x99, 0xc5, 0xfa, 0x46, - 0xee, 0xf1, 0xf2, 0xa2, 0x76, 0xda, 0xeb, 0x25, 0x57, 0xa7, 0x57, 0x17, 0x49, 0x6f, 0x90, 0x59, - 0x57, 0xfe, 0x5c, 0x80, 0xc5, 0x23, 0xeb, 0x13, 0x2d, 0x8d, 0xbd, 0xf7, 0xef, 0x2a, 0xff, 0xce, - 0x03, 0x8c, 0x44, 0x74, 0x09, 0xe6, 0x62, 0x11, 0x85, 0xe8, 0xf2, 0x26, 0x47, 0x8f, 0x7c, 0x45, - 0xe7, 0xe0, 0x46, 0x2c, 0x5e, 0x0b, 0xd9, 0x16, 0x64, 0xc6, 0x6a, 0x8f, 0x62, 0x54, 0x1d, 0x83, - 0x4a, 0x49, 0x45, 0x9e, 0xd1, 0x65, 0xb8, 0xe5, 0x30, 0xcf, 0xa0, 0x88, 0x03, 0xe3, 0x4a, 0x11, - 0x69, 0x26, 0x34, 0xa1, 0x74, 0x15, 0x6e, 0xa7, 0xe2, 0xc8, 0x65, 0x21, 0x9a, 0x08, 0x8f, 0x62, - 0x14, 0x2e, 0x92, 0x1b, 0x94, 0xc2, 0xa2, 0x55, 0x34, 0x39, 0xfa, 0x9e, 0x11, 0x2c, 0x40, 0x32, - 0x4f, 0x6f, 0xc3, 0x92, 0x95, 0xf9, 0x3c, 0xe0, 0xda, 0x1c, 0x33, 0x3f, 0x46, 0xb2, 0x44, 0x17, - 0x01, 0xac, 0x50, 0xc4, 0x81, 0x83, 0x8a, 0x7c, 0x43, 0x09, 0xcc, 0xdb, 0xbd, 0x0c, 0x51, 0x31, - 0x2d, 0x15, 0xb9, 0x46, 0xb7, 0x61, 0xcb, 0x4a, 0x14, 0x46, 0x32, 0x56, 0x2e, 0x1a, 0xdd, 0x09, - 0xd1, 0x70, 0x61, 0x9a, 0x4a, 0x06, 0xc6, 0xf5, 0x59, 0x1c, 0x21, 0xd9, 0xcf, 0xfd, 0x44, 0x9d, - 0xc0, 0x91, 0x3e, 0x99, 0xa5, 0x0b, 0x70, 0xd3, 0xee, 0xb3, 0x30, 0x5f, 0xdb, 0x44, 0x3d, 0xa6, - 0xd1, 0x28, 0x26, 0x5a, 0x68, 0xb4, 0x94, 0xa6, 0xcd, 0x3d, 0x24, 0xdb, 0x36, 0x1e, 0xfe, 0x12, - 0xa2, 0xab, 0xd1, 0x33, 0x4c, 0x78, 0x64, 0xd3, 0x9e, 0xbd, 0x90, 0x38, 0x1d, 0xb2, 0x48, 0xf7, - 0xe1, 0x49, 0x21, 0xf0, 0x78, 0x80, 0x22, 0xe2, 0x52, 0x0c, 0x8f, 0xc6, 0x85, 0x89, 0xd0, 0x47, - 0x57, 0xe7, 0x99, 0x3c, 0xa4, 0x15, 0xd8, 0x2c, 0xf0, 0x26, 0xf7, 0x35, 0xaa, 0xc8, 0x48, 0x61, - 0x46, 0xe1, 0xc9, 0x8f, 0xf4, 0x16, 0x2c, 0x8c, 0x18, 0x25, 0x03, 0xb2, 0x37, 0x26, 0xf2, 0x79, - 0xa4, 0xc9, 0x13, 0x5a, 0x85, 0xa7, 0x85, 0x48, 0x61, 0x13, 0x95, 0x2d, 0xae, 0xf7, 0xb9, 0xc8, - 0xc4, 0x16, 0xb8, 0xe0, 0x33, 0x1d, 0x59, 0xa0, 0x77, 0x61, 0x79, 0x24, 0xe4, 0xa2, 0xe5, 0xe3, - 0xb0, 0x28, 0x4f, 0xe9, 0x0e, 0x6c, 0x17, 0xaa, 0x54, 0x66, 0xda, 0x5c, 0x1f, 0x1a, 0x07, 0x75, - 0x1b, 0x51, 0x8c, 0xfe, 0xc1, 0x3d, 0x5b, 0x3e, 0x2e, 0x8e, 0x99, 0xcf, 0xbd, 0xec, 0x1c, 0x4d, - 0xa9, 0x02, 0xa6, 0xc9, 0x23, 0xba, 0x06, 0x77, 0x72, 0x45, 0xa4, 0x15, 0x17, 0xad, 0xa1, 0xf3, - 0x9f, 0xe8, 0x63, 0x78, 0x90, 0x6b, 0xa6, 0xf9, 0x5e, 0xa7, 0x8f, 0xa0, 0x32, 0x01, 0xf4, 0xe2, - 0xd4, 0x5b, 0xc1, 0xad, 0xd8, 0x3e, 0x98, 0xc0, 0xf9, 0xfc, 0x35, 0x8e, 0xa8, 0x97, 0xf4, 0x3b, - 0x58, 0xcd, 0x77, 0xc3, 0x42, 0x05, 0x3c, 0x0a, 0x98, 0x76, 0x0f, 0xc9, 0x03, 0x1b, 0x2a, 0x54, - 0xf2, 0x90, 0x3b, 0xdc, 0x1e, 0x19, 0x83, 0x50, 0x77, 0xd2, 0x5a, 0xdb, 0x62, 0xba, 0x52, 0x78, - 0x5c, 0x73, 0x29, 0xc8, 0x06, 0xdd, 0x80, 0xb5, 0x32, 0x37, 0xd6, 0xf4, 0x2f, 0x68, 0x1d, 0xf6, - 0x4b, 0xda, 0x2c, 0x88, 0x2b, 0x03, 0x87, 0x0b, 0x66, 0xed, 0x3f, 0xfd, 0x33, 0xdf, 0xdb, 0x62, - 0x7c, 0x62, 0xc2, 0x85, 0x91, 0xca, 0x43, 0x65, 0x9c, 0x4e, 0x0e, 0xee, 0xd0, 0x87, 0x70, 0x7f, - 0x12, 0x38, 0xee, 0x6f, 0xd5, 0xd6, 0x62, 0x12, 0xd6, 0x3e, 0x44, 0x85, 0x39, 0xb5, 0x46, 0x77, - 0xe1, 0x71, 0x89, 0x9a, 0x3a, 0x40, 0xbb, 0xb6, 0xcb, 0xa7, 0xc1, 0xe3, 0x19, 0x1c, 0xd0, 0x3d, - 0xd8, 0x99, 0x86, 0x8f, 0x65, 0xd2, 0xa0, 0x35, 0xd8, 0x2d, 0xd1, 0x01, 0x6a, 0xc5, 0xdd, 0x92, - 0x57, 0xa9, 0xc6, 0x0d, 0xea, 0xf4, 0x00, 0xf6, 0x4a, 0x06, 0x11, 0xb6, 0x02, 0x14, 0x7a, 0x8a, - 0xc5, 0x73, 0xfa, 0x33, 0xbc, 0x9c, 0x60, 0x91, 0xf6, 0xc8, 0x17, 0xe3, 0xfd, 0x60, 0x1b, 0xbc, - 0x74, 0x2f, 0xa5, 0x17, 0x84, 0x2f, 0xdb, 0xe4, 0x2e, 0xdd, 0x82, 0x8d, 0x92, 0x5b, 0x81, 0x6d, - 0x9f, 0x8b, 0xac, 0x20, 0x69, 0xbb, 0x93, 0x6f, 0xed, 0x14, 0x95, 0x88, 0xcc, 0xfe, 0x7f, 0xed, - 0x90, 0xce, 0x33, 0xd0, 0x17, 0xf0, 0x6c, 0x2a, 0x39, 0x79, 0x42, 0x96, 0xed, 0x08, 0x0f, 0x87, - 0x4b, 0x48, 0x6d, 0x34, 0xaa, 0xc0, 0x5a, 0xa0, 0x47, 0xae, 0xdb, 0x7b, 0xd9, 0xe6, 0x1a, 0x30, - 0xd1, 0xc9, 0xcf, 0x1c, 0x91, 0x8a, 0x9d, 0x82, 0x58, 0x14, 0xb3, 0x8d, 0xc2, 0x33, 0xb2, 0x69, - 0xd2, 0x1b, 0x9d, 0xdc, 0xa4, 0xeb, 0xb0, 0x52, 0x52, 0x96, 0xbb, 0xa0, 0x46, 0x57, 0x80, 0xc6, - 0x42, 0xa1, 0x2b, 0x5b, 0x82, 0xbf, 0xc9, 0x5b, 0x8b, 0x6c, 0xd1, 0x3b, 0x40, 0x4a, 0x36, 0x5c, - 0x84, 0xb1, 0x26, 0x73, 0xf4, 0x3e, 0xdc, 0x53, 0xf6, 0xce, 0x8f, 0x46, 0x7f, 0x35, 0xb2, 0x77, - 0x83, 0xcd, 0x87, 0xb5, 0x50, 0x91, 0x57, 0xce, 0xc7, 0x19, 0xa8, 0xfc, 0x96, 0xbc, 0xab, 0x4e, - 0x7f, 0xce, 0x9c, 0xa5, 0xd1, 0xd3, 0x14, 0xda, 0x17, 0x2c, 0x9c, 0x79, 0xe3, 0x0d, 0x4d, 0xba, - 0xc9, 0xdb, 0xd3, 0x5e, 0xb7, 0x9a, 0xf4, 0xbb, 0xb5, 0xee, 0x79, 0x2f, 0x7d, 0xdf, 0xf2, 0x37, - 0xf4, 0xf2, 0x62, 0xf0, 0xb9, 0x27, 0xf5, 0x55, 0xf6, 0xf9, 0x6b, 0xf6, 0x5a, 0x8b, 0xb1, 0xbf, - 0x67, 0x37, 0x5b, 0x99, 0x33, 0x76, 0x36, 0xa8, 0x66, 0x4b, 0xbb, 0x3a, 0xae, 0x57, 0xd3, 0x90, - 0x83, 0x7f, 0x72, 0xe0, 0x84, 0x9d, 0x0d, 0x4e, 0x0a, 0xe0, 0xe4, 0xb8, 0x7e, 0x92, 0x01, 0x1f, - 0x67, 0x2b, 0x99, 0xb4, 0xd1, 0x60, 0x67, 0x83, 0x46, 0xa3, 0x40, 0x1a, 0x8d, 0xe3, 0x7a, 0xa3, - 0x91, 0x41, 0xbf, 0x5e, 0x4f, 0xb3, 0x7b, 0xfe, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x2a, 0xe1, - 0x9c, 0xe6, 0xef, 0x07, 0x00, 0x00, +var fileDescriptor_query_error_6b95ddf2843c3ef1 = []byte{ + // 970 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x55, 0xff, 0x6e, 0x13, 0x47, + 0x10, 0x6e, 0x42, 0x0b, 0x65, 0x42, 0x92, 0x65, 0x21, 0x3f, 0x48, 0x43, 0x1a, 0x4c, 0x80, 0x40, + 0x12, 0x3b, 0x06, 0x95, 0x52, 0xd3, 0x56, 0xda, 0xbb, 0x1b, 0x3b, 0x2b, 0xee, 0x76, 0x2f, 0x7b, + 0x7b, 0x71, 0x8d, 0x22, 0xad, 0xd2, 0x26, 0xb2, 0x22, 0x81, 0x2f, 0xb5, 0x03, 0x52, 0x5f, 0xa7, + 0x52, 0xff, 0xe9, 0x13, 0xf4, 0x19, 0xfa, 0x28, 0x3c, 0x45, 0xb5, 0x77, 0xbe, 0xf3, 0xb9, 0x18, + 0xf3, 0xd7, 0xed, 0xce, 0x7c, 0xdf, 0x37, 0x7b, 0xb3, 0x33, 0x3b, 0xb0, 0xdf, 0x4d, 0x92, 0xee, + 0x9b, 0xb3, 0xda, 0xc9, 0xe9, 0xa0, 0x96, 0x2d, 0xed, 0xea, 0x7d, 0xbd, 0x76, 0xd6, 0xef, 0x27, + 0xfd, 0x41, 0xed, 0xf7, 0x77, 0x67, 0xfd, 0x3f, 0x4c, 0xba, 0xa9, 0x5e, 0xf4, 0x93, 0xcb, 0x84, + 0x6e, 0x64, 0xb0, 0xea, 0xc9, 0xe9, 0xa0, 0x5a, 0x30, 0xaa, 0xef, 0xeb, 0xd5, 0x8c, 0xb1, 0xb6, + 0x9e, 0x2b, 0x5e, 0x9c, 0xd7, 0x4e, 0x7a, 0xbd, 0xe4, 0xf2, 0xe4, 0xf2, 0x3c, 0xe9, 0x0d, 0x32, + 0x76, 0xe5, 0x9f, 0x79, 0x58, 0x38, 0xb4, 0x9a, 0x68, 0xd1, 0xd8, 0x7b, 0xf7, 0xb6, 0xf2, 0xd7, + 0x3c, 0xc0, 0xc8, 0x44, 0x17, 0x61, 0x2e, 0x16, 0x51, 0x88, 0x2e, 0x6f, 0x72, 0xf4, 0xc8, 0x17, + 0x74, 0x0e, 0xae, 0xc5, 0xe2, 0x95, 0x90, 0x6d, 0x41, 0x66, 0xac, 0xf7, 0x30, 0x46, 0xd5, 0x31, + 0xa8, 0x94, 0x54, 0xe4, 0x29, 0x5d, 0x82, 0x9b, 0x0e, 0xf3, 0x0c, 0x8a, 0x38, 0x30, 0xae, 0x14, + 0x91, 0x66, 0x42, 0x13, 0x4a, 0x57, 0xe0, 0x56, 0x6a, 0x8e, 0x5c, 0x16, 0xa2, 0x89, 0xf0, 0x30, + 0x46, 0xe1, 0x22, 0xb9, 0x46, 0x29, 0x2c, 0x58, 0x47, 0x93, 0xa3, 0xef, 0x19, 0xc1, 0x02, 0x24, + 0x37, 0xe8, 0x2d, 0x58, 0xb4, 0x36, 0x9f, 0x07, 0x5c, 0x9b, 0x23, 0xe6, 0xc7, 0x48, 0x16, 0xe9, + 0x02, 0x80, 0x35, 0x8a, 0x38, 0x70, 0x50, 0x91, 0xaf, 0x28, 0x81, 0x1b, 0x76, 0x2f, 0x43, 0x54, + 0x4c, 0x4b, 0x45, 0xae, 0xd0, 0x65, 0xa0, 0xd6, 0x12, 0x32, 0xc5, 0x02, 0xd4, 0xa8, 0x32, 0xb9, + 0x9f, 0xf2, 0xd8, 0x23, 0x7b, 0x26, 0xf9, 0x33, 0xdd, 0x82, 0x4d, 0xeb, 0x50, 0x18, 0xc9, 0x58, + 0xb9, 0x68, 0x74, 0x27, 0x44, 0xc3, 0x85, 0x69, 0x2a, 0x19, 0x18, 0xd7, 0x67, 0x71, 0x84, 0x64, + 0x2f, 0x0f, 0x1c, 0x75, 0x02, 0x47, 0xfa, 0x64, 0x96, 0xce, 0xc3, 0x75, 0xbb, 0xcf, 0x44, 0xbe, + 0xb4, 0xea, 0x1e, 0xd3, 0x68, 0x14, 0x13, 0x2d, 0x34, 0x5a, 0x4a, 0xd3, 0xe6, 0x1e, 0x92, 0x2d, + 0x7b, 0x40, 0xfc, 0x25, 0x44, 0x57, 0xa3, 0x67, 0x98, 0xf0, 0xc8, 0x86, 0x4d, 0x56, 0x61, 0x71, + 0x3a, 0x64, 0x81, 0xee, 0xc1, 0xe3, 0xc2, 0xe0, 0xf1, 0x00, 0x45, 0xc4, 0xa5, 0x18, 0xe6, 0x82, + 0x0b, 0x13, 0xa1, 0x8f, 0xae, 0xce, 0x4f, 0xf2, 0x80, 0x56, 0x60, 0xa3, 0x80, 0x37, 0xb9, 0xaf, + 0x51, 0x45, 0x46, 0x0a, 0x33, 0x0a, 0x4f, 0xbe, 0xa7, 0x37, 0x61, 0x7e, 0x84, 0x51, 0x32, 0x20, + 0xbb, 0x63, 0x26, 0x9f, 0x47, 0x9a, 0x3c, 0xa6, 0x55, 0x78, 0x52, 0x98, 0x14, 0x36, 0x51, 0xd9, + 0xdb, 0xf0, 0x3e, 0x15, 0x99, 0xd8, 0x1b, 0x29, 0xf0, 0x99, 0x8f, 0xcc, 0xd3, 0x3b, 0xb0, 0x34, + 0x32, 0x72, 0xd1, 0xf2, 0x71, 0x98, 0x94, 0x27, 0x74, 0x1b, 0xb6, 0x0a, 0x57, 0x6a, 0x33, 0x6d, + 0xae, 0x0f, 0x8c, 0x83, 0xba, 0x8d, 0x28, 0x46, 0x97, 0x76, 0xd7, 0xa6, 0x8f, 0x8b, 0x23, 0xe6, + 0x73, 0x2f, 0xfb, 0x8f, 0xa6, 0x54, 0x01, 0xd3, 0xe4, 0x21, 0x5d, 0x85, 0xdb, 0xb9, 0x23, 0xd2, + 0x8a, 0x8b, 0xd6, 0x50, 0xfc, 0x07, 0xfa, 0x08, 0xee, 0xe7, 0x9e, 0x69, 0xda, 0x6b, 0xf4, 0x21, + 0x54, 0x26, 0x00, 0xbd, 0x38, 0x55, 0x2b, 0x70, 0xcb, 0xb6, 0x0e, 0x26, 0xe0, 0x7c, 0xfe, 0x0a, + 0x47, 0xa8, 0x17, 0xf4, 0x1b, 0x58, 0xc9, 0x77, 0xc3, 0x44, 0x05, 0x3c, 0x0a, 0x98, 0x76, 0x0f, + 0xc8, 0x7d, 0x1b, 0x2a, 0x54, 0xf2, 0x80, 0x3b, 0xdc, 0xfe, 0x32, 0x06, 0xa1, 0xee, 0xa4, 0xb9, + 0xb6, 0xc9, 0x74, 0xa5, 0xf0, 0xb8, 0xe6, 0x52, 0x90, 0x75, 0xba, 0x0e, 0xab, 0x65, 0xdc, 0x58, + 0x97, 0x3c, 0xa7, 0x75, 0xd8, 0x2b, 0x79, 0xb3, 0x20, 0xae, 0x0c, 0x1c, 0x2e, 0x98, 0xe5, 0x7f, + 0x7c, 0x33, 0xdf, 0xda, 0x64, 0x7c, 0x44, 0xe1, 0xc2, 0x48, 0xe5, 0xa1, 0x32, 0x4e, 0x27, 0x07, + 0x6e, 0xd3, 0x07, 0x70, 0x6f, 0x12, 0x70, 0x5c, 0x6f, 0xc5, 0xe6, 0x62, 0x12, 0xac, 0x7d, 0x80, + 0x0a, 0x73, 0xd4, 0x2a, 0xdd, 0x81, 0x47, 0x25, 0xd4, 0xd4, 0x06, 0xda, 0xb1, 0x55, 0x3e, 0x0d, + 0x3c, 0x7e, 0x82, 0x7d, 0xba, 0x0b, 0xdb, 0xd3, 0xe0, 0x63, 0x27, 0x69, 0xd0, 0x1a, 0xec, 0x94, + 0xd0, 0x01, 0x6a, 0xc5, 0xdd, 0x92, 0xaa, 0x54, 0xe3, 0x84, 0x3a, 0xdd, 0x87, 0xdd, 0x12, 0x21, + 0xc2, 0x56, 0x80, 0x42, 0x4f, 0x61, 0x3c, 0xa3, 0x3f, 0xc2, 0x8b, 0x09, 0x8c, 0xb4, 0x46, 0x3e, + 0x1b, 0xef, 0x3b, 0x5b, 0xe0, 0xa5, 0x87, 0x2c, 0x7d, 0x20, 0x7c, 0xd9, 0x26, 0x77, 0xe8, 0x26, + 0xac, 0x97, 0x64, 0x05, 0xb6, 0x7d, 0x2e, 0xb2, 0x84, 0xa4, 0xe5, 0x4e, 0xbe, 0xb6, 0x5d, 0x54, + 0x42, 0x64, 0xfc, 0xff, 0x95, 0x43, 0xda, 0xcf, 0x40, 0x9f, 0xc3, 0xd3, 0xa9, 0xc8, 0xc9, 0x1d, + 0xb2, 0x64, 0x5b, 0x78, 0xd8, 0x5c, 0x42, 0x6a, 0xa3, 0x51, 0x05, 0x96, 0x81, 0x1e, 0xb9, 0x6a, + 0x1f, 0x72, 0x7b, 0xd6, 0x80, 0x89, 0x4e, 0xfe, 0xcf, 0x11, 0xa9, 0xd8, 0x2e, 0x88, 0x45, 0xd1, + 0xdb, 0x28, 0x3c, 0x23, 0x9b, 0x26, 0x1d, 0x01, 0xe4, 0x3a, 0x5d, 0x83, 0xe5, 0x92, 0xb3, 0x5c, + 0x05, 0x35, 0xfb, 0x3a, 0xc7, 0x42, 0xa1, 0x2b, 0x5b, 0x82, 0xbf, 0xce, 0x4b, 0x8b, 0x6c, 0xd2, + 0xdb, 0x40, 0x4a, 0x1c, 0x2e, 0xc2, 0x58, 0x93, 0x39, 0x7a, 0x0f, 0xee, 0x2a, 0x3b, 0x24, 0xa2, + 0xd1, 0xad, 0x46, 0xf6, 0x6d, 0xb0, 0xe7, 0x61, 0x2d, 0x54, 0xe4, 0xa5, 0xf3, 0x61, 0x06, 0x2a, + 0xbf, 0x25, 0x6f, 0xab, 0xd3, 0xe7, 0x9f, 0xb3, 0x38, 0x9a, 0x65, 0xa1, 0x1d, 0x79, 0xe1, 0xcc, + 0x6b, 0x6f, 0x48, 0xe9, 0x26, 0x6f, 0x4e, 0x7a, 0xdd, 0x6a, 0xd2, 0xef, 0xd6, 0xba, 0x67, 0xbd, + 0x74, 0x20, 0xe6, 0x43, 0xf7, 0xe2, 0x7c, 0xf0, 0xa9, 0x19, 0xfc, 0x32, 0xfb, 0xfc, 0x39, 0x7b, + 0xa5, 0xc5, 0xd8, 0xdf, 0xb3, 0x1b, 0xad, 0x4c, 0x8c, 0x9d, 0x0e, 0xaa, 0xd9, 0xd2, 0xae, 0x8e, + 0xea, 0xd5, 0x34, 0xe4, 0xe0, 0xdf, 0x1c, 0x70, 0xcc, 0x4e, 0x07, 0xc7, 0x05, 0xe0, 0xf8, 0xa8, + 0x7e, 0x9c, 0x01, 0x3e, 0xcc, 0x56, 0x32, 0x6b, 0xa3, 0xc1, 0x4e, 0x07, 0x8d, 0x46, 0x01, 0x69, + 0x34, 0x8e, 0xea, 0x8d, 0x46, 0x06, 0xfa, 0xf5, 0x6a, 0x7a, 0xba, 0x67, 0xff, 0x05, 0x00, 0x00, + 0xff, 0xff, 0x00, 0x01, 0x26, 0x00, 0x20, 0x08, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/errors/quota_error.pb.go b/googleapis/ads/googleads/v1/errors/quota_error.pb.go index af0067b336..07b26a1a1b 100644 --- a/googleapis/ads/googleads/v1/errors/quota_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/quota_error.pb.go @@ -54,7 +54,7 @@ func (x QuotaErrorEnum_QuotaError) String() string { return proto.EnumName(QuotaErrorEnum_QuotaError_name, int32(x)) } func (QuotaErrorEnum_QuotaError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_quota_error_45e8e5817bbdbf53, []int{0, 0} + return fileDescriptor_quota_error_731d878185294ca1, []int{0, 0} } // Container for enum describing possible quota errors. @@ -68,7 +68,7 @@ func (m *QuotaErrorEnum) Reset() { *m = QuotaErrorEnum{} } func (m *QuotaErrorEnum) String() string { return proto.CompactTextString(m) } func (*QuotaErrorEnum) ProtoMessage() {} func (*QuotaErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_quota_error_45e8e5817bbdbf53, []int{0} + return fileDescriptor_quota_error_731d878185294ca1, []int{0} } func (m *QuotaErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QuotaErrorEnum.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/quota_error.proto", fileDescriptor_quota_error_45e8e5817bbdbf53) + proto.RegisterFile("google/ads/googleads/v1/errors/quota_error.proto", fileDescriptor_quota_error_731d878185294ca1) } -var fileDescriptor_quota_error_45e8e5817bbdbf53 = []byte{ +var fileDescriptor_quota_error_731d878185294ca1 = []byte{ // 335 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x4e, 0xb3, 0x40, 0x14, 0xc5, 0x3f, 0xe8, 0x17, 0x4d, 0xa6, 0x89, 0xad, 0x93, 0xe8, 0xc2, 0x98, 0x2e, 0x78, 0x80, diff --git a/googleapis/ads/googleads/v1/errors/range_error.pb.go b/googleapis/ads/googleads/v1/errors/range_error.pb.go index 17d1d1748f..6322ff8336 100644 --- a/googleapis/ads/googleads/v1/errors/range_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/range_error.pb.go @@ -50,7 +50,7 @@ func (x RangeErrorEnum_RangeError) String() string { return proto.EnumName(RangeErrorEnum_RangeError_name, int32(x)) } func (RangeErrorEnum_RangeError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_range_error_922145fa23db5891, []int{0, 0} + return fileDescriptor_range_error_706dbda1b4701d63, []int{0, 0} } // Container for enum describing possible range errors. @@ -64,7 +64,7 @@ func (m *RangeErrorEnum) Reset() { *m = RangeErrorEnum{} } func (m *RangeErrorEnum) String() string { return proto.CompactTextString(m) } func (*RangeErrorEnum) ProtoMessage() {} func (*RangeErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_range_error_922145fa23db5891, []int{0} + return fileDescriptor_range_error_706dbda1b4701d63, []int{0} } func (m *RangeErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RangeErrorEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/range_error.proto", fileDescriptor_range_error_922145fa23db5891) + proto.RegisterFile("google/ads/googleads/v1/errors/range_error.proto", fileDescriptor_range_error_706dbda1b4701d63) } -var fileDescriptor_range_error_922145fa23db5891 = []byte{ +var fileDescriptor_range_error_706dbda1b4701d63 = []byte{ // 292 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xf3, 0x40, 0x14, 0x85, 0xff, 0xa4, 0xf0, 0x2b, 0x53, 0xb1, 0x21, 0x4b, 0x91, 0x2e, 0xf2, 0x00, 0x33, 0x06, diff --git a/googleapis/ads/googleads/v1/errors/recommendation_error.pb.go b/googleapis/ads/googleads/v1/errors/recommendation_error.pb.go index 4e7675bbb9..b815b498d9 100644 --- a/googleapis/ads/googleads/v1/errors/recommendation_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/recommendation_error.pb.go @@ -102,7 +102,7 @@ func (x RecommendationErrorEnum_RecommendationError) String() string { return proto.EnumName(RecommendationErrorEnum_RecommendationError_name, int32(x)) } func (RecommendationErrorEnum_RecommendationError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_recommendation_error_8bb2635184f78a54, []int{0, 0} + return fileDescriptor_recommendation_error_7a76f155b17969f8, []int{0, 0} } // Container for enum describing possible errors from applying a recommendation. @@ -116,7 +116,7 @@ func (m *RecommendationErrorEnum) Reset() { *m = RecommendationErrorEnum func (m *RecommendationErrorEnum) String() string { return proto.CompactTextString(m) } func (*RecommendationErrorEnum) ProtoMessage() {} func (*RecommendationErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_error_8bb2635184f78a54, []int{0} + return fileDescriptor_recommendation_error_7a76f155b17969f8, []int{0} } func (m *RecommendationErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecommendationErrorEnum.Unmarshal(m, b) @@ -142,10 +142,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/recommendation_error.proto", fileDescriptor_recommendation_error_8bb2635184f78a54) + proto.RegisterFile("google/ads/googleads/v1/errors/recommendation_error.proto", fileDescriptor_recommendation_error_7a76f155b17969f8) } -var fileDescriptor_recommendation_error_8bb2635184f78a54 = []byte{ +var fileDescriptor_recommendation_error_7a76f155b17969f8 = []byte{ // 515 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xd1, 0x6e, 0xd3, 0x30, 0x14, 0x86, 0x59, 0x0b, 0x1b, 0x78, 0x1b, 0x33, 0x9e, 0x60, 0x30, 0xa0, 0x82, 0x8a, 0xeb, 0x44, diff --git a/googleapis/ads/googleads/v1/errors/region_code_error.pb.go b/googleapis/ads/googleads/v1/errors/region_code_error.pb.go index ee1b76a492..8934d2499a 100644 --- a/googleapis/ads/googleads/v1/errors/region_code_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/region_code_error.pb.go @@ -46,7 +46,7 @@ func (x RegionCodeErrorEnum_RegionCodeError) String() string { return proto.EnumName(RegionCodeErrorEnum_RegionCodeError_name, int32(x)) } func (RegionCodeErrorEnum_RegionCodeError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_region_code_error_3d403e5271cc239d, []int{0, 0} + return fileDescriptor_region_code_error_3ef96732f9283c65, []int{0, 0} } // Container for enum describing possible region code errors. @@ -60,7 +60,7 @@ func (m *RegionCodeErrorEnum) Reset() { *m = RegionCodeErrorEnum{} } func (m *RegionCodeErrorEnum) String() string { return proto.CompactTextString(m) } func (*RegionCodeErrorEnum) ProtoMessage() {} func (*RegionCodeErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_region_code_error_3d403e5271cc239d, []int{0} + return fileDescriptor_region_code_error_3ef96732f9283c65, []int{0} } func (m *RegionCodeErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RegionCodeErrorEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/region_code_error.proto", fileDescriptor_region_code_error_3d403e5271cc239d) + proto.RegisterFile("google/ads/googleads/v1/errors/region_code_error.proto", fileDescriptor_region_code_error_3ef96732f9283c65) } -var fileDescriptor_region_code_error_3d403e5271cc239d = []byte{ +var fileDescriptor_region_code_error_3ef96732f9283c65 = []byte{ // 304 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xf3, 0x30, 0x1c, 0xc5, 0xbf, 0xf5, 0x03, 0x85, 0xec, 0x62, 0xa3, 0x13, 0x04, 0x91, 0x5d, 0xf4, 0x01, 0x12, diff --git a/googleapis/ads/googleads/v1/errors/request_error.pb.go b/googleapis/ads/googleads/v1/errors/request_error.pb.go index 6ff1aae475..c94ecd8091 100644 --- a/googleapis/ads/googleads/v1/errors/request_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/request_error.pb.go @@ -117,7 +117,7 @@ func (x RequestErrorEnum_RequestError) String() string { return proto.EnumName(RequestErrorEnum_RequestError_name, int32(x)) } func (RequestErrorEnum_RequestError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_request_error_8d0326a66c39a8b8, []int{0, 0} + return fileDescriptor_request_error_898c7e116ba56a69, []int{0, 0} } // Container for enum describing possible request errors. @@ -131,7 +131,7 @@ func (m *RequestErrorEnum) Reset() { *m = RequestErrorEnum{} } func (m *RequestErrorEnum) String() string { return proto.CompactTextString(m) } func (*RequestErrorEnum) ProtoMessage() {} func (*RequestErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_request_error_8d0326a66c39a8b8, []int{0} + return fileDescriptor_request_error_898c7e116ba56a69, []int{0} } func (m *RequestErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RequestErrorEnum.Unmarshal(m, b) @@ -157,10 +157,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/request_error.proto", fileDescriptor_request_error_8d0326a66c39a8b8) + proto.RegisterFile("google/ads/googleads/v1/errors/request_error.proto", fileDescriptor_request_error_898c7e116ba56a69) } -var fileDescriptor_request_error_8d0326a66c39a8b8 = []byte{ +var fileDescriptor_request_error_898c7e116ba56a69 = []byte{ // 573 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0xdd, 0x6e, 0xd3, 0x30, 0x14, 0x66, 0x3f, 0x6c, 0xe0, 0x01, 0xf3, 0x3c, 0xb6, 0x89, 0x0d, 0x0d, 0x51, 0x98, 0x80, 0x9b, diff --git a/googleapis/ads/googleads/v1/errors/resource_access_denied_error.pb.go b/googleapis/ads/googleads/v1/errors/resource_access_denied_error.pb.go index b4fe4c3d47..492e3efcd3 100644 --- a/googleapis/ads/googleads/v1/errors/resource_access_denied_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/resource_access_denied_error.pb.go @@ -46,7 +46,7 @@ func (x ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError) String() string return proto.EnumName(ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError_name, int32(x)) } func (ResourceAccessDeniedErrorEnum_ResourceAccessDeniedError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resource_access_denied_error_4d027381d6bca6ff, []int{0, 0} + return fileDescriptor_resource_access_denied_error_f45d8d71096e1d66, []int{0, 0} } // Container for enum describing possible resource access denied errors. @@ -60,7 +60,7 @@ func (m *ResourceAccessDeniedErrorEnum) Reset() { *m = ResourceAccessDen func (m *ResourceAccessDeniedErrorEnum) String() string { return proto.CompactTextString(m) } func (*ResourceAccessDeniedErrorEnum) ProtoMessage() {} func (*ResourceAccessDeniedErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_resource_access_denied_error_4d027381d6bca6ff, []int{0} + return fileDescriptor_resource_access_denied_error_f45d8d71096e1d66, []int{0} } func (m *ResourceAccessDeniedErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResourceAccessDeniedErrorEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/resource_access_denied_error.proto", fileDescriptor_resource_access_denied_error_4d027381d6bca6ff) + proto.RegisterFile("google/ads/googleads/v1/errors/resource_access_denied_error.proto", fileDescriptor_resource_access_denied_error_f45d8d71096e1d66) } -var fileDescriptor_resource_access_denied_error_4d027381d6bca6ff = []byte{ +var fileDescriptor_resource_access_denied_error_f45d8d71096e1d66 = []byte{ // 312 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x6a, 0x32, 0x31, 0x14, 0x85, 0x7f, 0x15, 0xfe, 0x42, 0x5c, 0x54, 0xa6, 0x8b, 0xd2, 0xd2, 0xba, 0x98, 0x07, 0x48, diff --git a/googleapis/ads/googleads/v1/errors/resource_count_limit_exceeded_error.pb.go b/googleapis/ads/googleads/v1/errors/resource_count_limit_exceeded_error.pb.go index aec53bb36e..252b84c208 100644 --- a/googleapis/ads/googleads/v1/errors/resource_count_limit_exceeded_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/resource_count_limit_exceeded_error.pb.go @@ -94,7 +94,7 @@ func (x ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError) Str return proto.EnumName(ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError_name, int32(x)) } func (ResourceCountLimitExceededErrorEnum_ResourceCountLimitExceededError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resource_count_limit_exceeded_error_fe63b9af7eef9f16, []int{0, 0} + return fileDescriptor_resource_count_limit_exceeded_error_4e9c7c26ba2a3e8f, []int{0, 0} } // Container for enum describing possible resource count limit exceeded errors. @@ -108,7 +108,7 @@ func (m *ResourceCountLimitExceededErrorEnum) Reset() { *m = ResourceCou func (m *ResourceCountLimitExceededErrorEnum) String() string { return proto.CompactTextString(m) } func (*ResourceCountLimitExceededErrorEnum) ProtoMessage() {} func (*ResourceCountLimitExceededErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_resource_count_limit_exceeded_error_fe63b9af7eef9f16, []int{0} + return fileDescriptor_resource_count_limit_exceeded_error_4e9c7c26ba2a3e8f, []int{0} } func (m *ResourceCountLimitExceededErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResourceCountLimitExceededErrorEnum.Unmarshal(m, b) @@ -134,10 +134,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/resource_count_limit_exceeded_error.proto", fileDescriptor_resource_count_limit_exceeded_error_fe63b9af7eef9f16) + proto.RegisterFile("google/ads/googleads/v1/errors/resource_count_limit_exceeded_error.proto", fileDescriptor_resource_count_limit_exceeded_error_4e9c7c26ba2a3e8f) } -var fileDescriptor_resource_count_limit_exceeded_error_fe63b9af7eef9f16 = []byte{ +var fileDescriptor_resource_count_limit_exceeded_error_4e9c7c26ba2a3e8f = []byte{ // 428 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xdf, 0x6a, 0xd4, 0x40, 0x18, 0xc5, 0xdd, 0x54, 0x5b, 0x9d, 0xa2, 0xa6, 0x83, 0xa2, 0xd8, 0xd2, 0xc2, 0xea, 0xf5, 0x84, diff --git a/googleapis/ads/googleads/v1/errors/setting_error.pb.go b/googleapis/ads/googleads/v1/errors/setting_error.pb.go index 2cdbcc8439..1e0f62a58a 100644 --- a/googleapis/ads/googleads/v1/errors/setting_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/setting_error.pb.go @@ -120,7 +120,7 @@ func (x SettingErrorEnum_SettingError) String() string { return proto.EnumName(SettingErrorEnum_SettingError_name, int32(x)) } func (SettingErrorEnum_SettingError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_setting_error_48f2e3e64ff268f9, []int{0, 0} + return fileDescriptor_setting_error_c07b21986f03a4ed, []int{0, 0} } // Container for enum describing possible setting errors. @@ -134,7 +134,7 @@ func (m *SettingErrorEnum) Reset() { *m = SettingErrorEnum{} } func (m *SettingErrorEnum) String() string { return proto.CompactTextString(m) } func (*SettingErrorEnum) ProtoMessage() {} func (*SettingErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_setting_error_48f2e3e64ff268f9, []int{0} + return fileDescriptor_setting_error_c07b21986f03a4ed, []int{0} } func (m *SettingErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SettingErrorEnum.Unmarshal(m, b) @@ -160,10 +160,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/setting_error.proto", fileDescriptor_setting_error_48f2e3e64ff268f9) + proto.RegisterFile("google/ads/googleads/v1/errors/setting_error.proto", fileDescriptor_setting_error_c07b21986f03a4ed) } -var fileDescriptor_setting_error_48f2e3e64ff268f9 = []byte{ +var fileDescriptor_setting_error_c07b21986f03a4ed = []byte{ // 696 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0xd1, 0x8e, 0xdb, 0x44, 0x14, 0x86, 0xd9, 0x2d, 0xb4, 0xcb, 0x6c, 0xa1, 0xd3, 0xe1, 0xae, 0x82, 0x95, 0xd8, 0x6b, 0x70, diff --git a/googleapis/ads/googleads/v1/errors/shared_criterion_error.pb.go b/googleapis/ads/googleads/v1/errors/shared_criterion_error.pb.go index 62574b5b3d..fc71882f76 100644 --- a/googleapis/ads/googleads/v1/errors/shared_criterion_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/shared_criterion_error.pb.go @@ -46,7 +46,7 @@ func (x SharedCriterionErrorEnum_SharedCriterionError) String() string { return proto.EnumName(SharedCriterionErrorEnum_SharedCriterionError_name, int32(x)) } func (SharedCriterionErrorEnum_SharedCriterionError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_shared_criterion_error_8fddff8a713eb03c, []int{0, 0} + return fileDescriptor_shared_criterion_error_40c1d60c7ede7d32, []int{0, 0} } // Container for enum describing possible shared criterion errors. @@ -60,7 +60,7 @@ func (m *SharedCriterionErrorEnum) Reset() { *m = SharedCriterionErrorEn func (m *SharedCriterionErrorEnum) String() string { return proto.CompactTextString(m) } func (*SharedCriterionErrorEnum) ProtoMessage() {} func (*SharedCriterionErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_criterion_error_8fddff8a713eb03c, []int{0} + return fileDescriptor_shared_criterion_error_40c1d60c7ede7d32, []int{0} } func (m *SharedCriterionErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SharedCriterionErrorEnum.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/shared_criterion_error.proto", fileDescriptor_shared_criterion_error_8fddff8a713eb03c) + proto.RegisterFile("google/ads/googleads/v1/errors/shared_criterion_error.proto", fileDescriptor_shared_criterion_error_40c1d60c7ede7d32) } -var fileDescriptor_shared_criterion_error_8fddff8a713eb03c = []byte{ +var fileDescriptor_shared_criterion_error_40c1d60c7ede7d32 = []byte{ // 330 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x4e, 0x83, 0x40, 0x14, 0x86, 0x05, 0x13, 0x4d, 0xa6, 0x0b, 0x1b, 0xe2, 0x42, 0x8d, 0xe9, 0x82, 0x03, 0x0c, 0x41, diff --git a/googleapis/ads/googleads/v1/errors/shared_set_error.pb.go b/googleapis/ads/googleads/v1/errors/shared_set_error.pb.go index 2848152e2c..89b24799b1 100644 --- a/googleapis/ads/googleads/v1/errors/shared_set_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/shared_set_error.pb.go @@ -58,7 +58,7 @@ func (x SharedSetErrorEnum_SharedSetError) String() string { return proto.EnumName(SharedSetErrorEnum_SharedSetError_name, int32(x)) } func (SharedSetErrorEnum_SharedSetError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_shared_set_error_26e7a47f141f39e8, []int{0, 0} + return fileDescriptor_shared_set_error_3a2a77f77d946ee5, []int{0, 0} } // Container for enum describing possible shared set errors. @@ -72,7 +72,7 @@ func (m *SharedSetErrorEnum) Reset() { *m = SharedSetErrorEnum{} } func (m *SharedSetErrorEnum) String() string { return proto.CompactTextString(m) } func (*SharedSetErrorEnum) ProtoMessage() {} func (*SharedSetErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_error_26e7a47f141f39e8, []int{0} + return fileDescriptor_shared_set_error_3a2a77f77d946ee5, []int{0} } func (m *SharedSetErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SharedSetErrorEnum.Unmarshal(m, b) @@ -98,10 +98,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/shared_set_error.proto", fileDescriptor_shared_set_error_26e7a47f141f39e8) + proto.RegisterFile("google/ads/googleads/v1/errors/shared_set_error.proto", fileDescriptor_shared_set_error_3a2a77f77d946ee5) } -var fileDescriptor_shared_set_error_26e7a47f141f39e8 = []byte{ +var fileDescriptor_shared_set_error_3a2a77f77d946ee5 = []byte{ // 372 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x4f, 0x8e, 0x9b, 0x30, 0x18, 0xc5, 0x0b, 0xe9, 0x1f, 0xc9, 0x91, 0x52, 0xea, 0xaa, 0x5d, 0x54, 0x55, 0x16, 0x1c, 0xc0, diff --git a/googleapis/ads/googleads/v1/errors/size_limit_error.pb.go b/googleapis/ads/googleads/v1/errors/size_limit_error.pb.go new file mode 100644 index 0000000000..f216fe56d8 --- /dev/null +++ b/googleapis/ads/googleads/v1/errors/size_limit_error.pb.go @@ -0,0 +1,119 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/errors/size_limit_error.proto + +package errors // import "google.golang.org/genproto/googleapis/ads/googleads/v1/errors" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Enum describing possible size limit errors. +type SizeLimitErrorEnum_SizeLimitError int32 + +const ( + // Enum unspecified. + SizeLimitErrorEnum_UNSPECIFIED SizeLimitErrorEnum_SizeLimitError = 0 + // The received error code is not known in this version. + SizeLimitErrorEnum_UNKNOWN SizeLimitErrorEnum_SizeLimitError = 1 + // The number of entries in the request exceeds the system limit. + SizeLimitErrorEnum_REQUEST_SIZE_LIMIT_EXCEEDED SizeLimitErrorEnum_SizeLimitError = 2 + // The number of entries in the response exceeds the system limit. + SizeLimitErrorEnum_RESPONSE_SIZE_LIMIT_EXCEEDED SizeLimitErrorEnum_SizeLimitError = 3 +) + +var SizeLimitErrorEnum_SizeLimitError_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "REQUEST_SIZE_LIMIT_EXCEEDED", + 3: "RESPONSE_SIZE_LIMIT_EXCEEDED", +} +var SizeLimitErrorEnum_SizeLimitError_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "REQUEST_SIZE_LIMIT_EXCEEDED": 2, + "RESPONSE_SIZE_LIMIT_EXCEEDED": 3, +} + +func (x SizeLimitErrorEnum_SizeLimitError) String() string { + return proto.EnumName(SizeLimitErrorEnum_SizeLimitError_name, int32(x)) +} +func (SizeLimitErrorEnum_SizeLimitError) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_size_limit_error_92d39604b305e0fb, []int{0, 0} +} + +// Container for enum describing possible size limit errors. +type SizeLimitErrorEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *SizeLimitErrorEnum) Reset() { *m = SizeLimitErrorEnum{} } +func (m *SizeLimitErrorEnum) String() string { return proto.CompactTextString(m) } +func (*SizeLimitErrorEnum) ProtoMessage() {} +func (*SizeLimitErrorEnum) Descriptor() ([]byte, []int) { + return fileDescriptor_size_limit_error_92d39604b305e0fb, []int{0} +} +func (m *SizeLimitErrorEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SizeLimitErrorEnum.Unmarshal(m, b) +} +func (m *SizeLimitErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SizeLimitErrorEnum.Marshal(b, m, deterministic) +} +func (dst *SizeLimitErrorEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_SizeLimitErrorEnum.Merge(dst, src) +} +func (m *SizeLimitErrorEnum) XXX_Size() int { + return xxx_messageInfo_SizeLimitErrorEnum.Size(m) +} +func (m *SizeLimitErrorEnum) XXX_DiscardUnknown() { + xxx_messageInfo_SizeLimitErrorEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_SizeLimitErrorEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*SizeLimitErrorEnum)(nil), "google.ads.googleads.v1.errors.SizeLimitErrorEnum") + proto.RegisterEnum("google.ads.googleads.v1.errors.SizeLimitErrorEnum_SizeLimitError", SizeLimitErrorEnum_SizeLimitError_name, SizeLimitErrorEnum_SizeLimitError_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/errors/size_limit_error.proto", fileDescriptor_size_limit_error_92d39604b305e0fb) +} + +var fileDescriptor_size_limit_error_92d39604b305e0fb = []byte{ + // 327 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x4a, 0xc3, 0x40, + 0x14, 0x86, 0x4d, 0x0a, 0x0a, 0x53, 0xd0, 0x12, 0x77, 0x5a, 0xaa, 0xe4, 0x00, 0x13, 0x82, 0xb8, + 0x19, 0x57, 0x69, 0xf3, 0x2c, 0xc1, 0x9a, 0xc6, 0x4e, 0x5b, 0xa5, 0x04, 0x42, 0x34, 0x61, 0x18, + 0x68, 0x67, 0x6a, 0x26, 0x76, 0xd1, 0x0b, 0x78, 0x0f, 0x97, 0x1e, 0xc5, 0xa3, 0xb8, 0xf0, 0x0c, + 0x92, 0x8c, 0x2d, 0x14, 0xd4, 0xd5, 0xfc, 0x3c, 0xbe, 0xff, 0x9f, 0xf7, 0x3f, 0x74, 0xc9, 0xa4, + 0x64, 0xf3, 0xdc, 0x49, 0x33, 0xe5, 0x68, 0x59, 0xa9, 0x95, 0xeb, 0xe4, 0x45, 0x21, 0x0b, 0xe5, + 0x28, 0xbe, 0xce, 0x93, 0x39, 0x5f, 0xf0, 0x32, 0xa9, 0x27, 0x78, 0x59, 0xc8, 0x52, 0x5a, 0x1d, + 0xcd, 0xe2, 0x34, 0x53, 0x78, 0x6b, 0xc3, 0x2b, 0x17, 0x6b, 0xdb, 0x49, 0x7b, 0x13, 0xbb, 0xe4, + 0x4e, 0x2a, 0x84, 0x2c, 0xd3, 0x92, 0x4b, 0xa1, 0xb4, 0xdb, 0x7e, 0x35, 0x90, 0x45, 0xf9, 0x3a, + 0x1f, 0x54, 0xb9, 0x50, 0x39, 0x40, 0xbc, 0x2c, 0xec, 0x67, 0x74, 0xb8, 0x3b, 0xb5, 0x8e, 0x50, + 0x73, 0x12, 0xd2, 0x08, 0x7a, 0xc1, 0x75, 0x00, 0x7e, 0x6b, 0xcf, 0x6a, 0xa2, 0x83, 0x49, 0x78, + 0x13, 0x0e, 0xef, 0xc3, 0x96, 0x61, 0x9d, 0xa1, 0xd3, 0x11, 0xdc, 0x4d, 0x80, 0x8e, 0x13, 0x1a, + 0xcc, 0x20, 0x19, 0x04, 0xb7, 0xc1, 0x38, 0x81, 0x87, 0x1e, 0x80, 0x0f, 0x7e, 0xcb, 0xb4, 0xce, + 0x51, 0x7b, 0x04, 0x34, 0x1a, 0x86, 0x14, 0x7e, 0x25, 0x1a, 0xdd, 0x2f, 0x03, 0xd9, 0x4f, 0x72, + 0x81, 0xff, 0xaf, 0xd3, 0x3d, 0xde, 0xdd, 0x2b, 0xaa, 0x5a, 0x44, 0xc6, 0xcc, 0xff, 0xb1, 0x31, + 0x39, 0x4f, 0x05, 0xc3, 0xb2, 0x60, 0x0e, 0xcb, 0x45, 0xdd, 0x71, 0x73, 0xcc, 0x25, 0x57, 0x7f, + 0xdd, 0xf6, 0x4a, 0x3f, 0x6f, 0x66, 0xa3, 0xef, 0x79, 0xef, 0x66, 0xa7, 0xaf, 0xc3, 0xbc, 0x4c, + 0x61, 0x2d, 0x2b, 0x35, 0x75, 0x71, 0xfd, 0xa5, 0xfa, 0xd8, 0x00, 0xb1, 0x97, 0xa9, 0x78, 0x0b, + 0xc4, 0x53, 0x37, 0xd6, 0xc0, 0xa7, 0x69, 0xeb, 0x29, 0x21, 0x5e, 0xa6, 0x08, 0xd9, 0x22, 0x84, + 0x4c, 0x5d, 0x42, 0x34, 0xf4, 0xb8, 0x5f, 0x6f, 0x77, 0xf1, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x16, + 0xd6, 0x32, 0xa2, 0xf8, 0x01, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/errors/string_format_error.pb.go b/googleapis/ads/googleads/v1/errors/string_format_error.pb.go index 43aeb45338..279c72e11d 100644 --- a/googleapis/ads/googleads/v1/errors/string_format_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/string_format_error.pb.go @@ -50,7 +50,7 @@ func (x StringFormatErrorEnum_StringFormatError) String() string { return proto.EnumName(StringFormatErrorEnum_StringFormatError_name, int32(x)) } func (StringFormatErrorEnum_StringFormatError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_string_format_error_ab74832a7d7457c1, []int{0, 0} + return fileDescriptor_string_format_error_f7006cd68d0ebbf8, []int{0, 0} } // Container for enum describing possible string format errors. @@ -64,7 +64,7 @@ func (m *StringFormatErrorEnum) Reset() { *m = StringFormatErrorEnum{} } func (m *StringFormatErrorEnum) String() string { return proto.CompactTextString(m) } func (*StringFormatErrorEnum) ProtoMessage() {} func (*StringFormatErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_string_format_error_ab74832a7d7457c1, []int{0} + return fileDescriptor_string_format_error_f7006cd68d0ebbf8, []int{0} } func (m *StringFormatErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StringFormatErrorEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/string_format_error.proto", fileDescriptor_string_format_error_ab74832a7d7457c1) + proto.RegisterFile("google/ads/googleads/v1/errors/string_format_error.proto", fileDescriptor_string_format_error_f7006cd68d0ebbf8) } -var fileDescriptor_string_format_error_ab74832a7d7457c1 = []byte{ +var fileDescriptor_string_format_error_f7006cd68d0ebbf8 = []byte{ // 318 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, 0x1c, 0xc6, 0x5d, 0x07, 0x0a, 0x19, 0x6a, 0x17, 0xd0, 0x83, 0xc8, 0x0e, 0x7d, 0x80, 0x84, 0xe2, diff --git a/googleapis/ads/googleads/v1/errors/string_length_error.pb.go b/googleapis/ads/googleads/v1/errors/string_length_error.pb.go index e841af9564..b54d63dd92 100644 --- a/googleapis/ads/googleads/v1/errors/string_length_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/string_length_error.pb.go @@ -50,7 +50,7 @@ func (x StringLengthErrorEnum_StringLengthError) String() string { return proto.EnumName(StringLengthErrorEnum_StringLengthError_name, int32(x)) } func (StringLengthErrorEnum_StringLengthError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_string_length_error_98f072ed39ca1b50, []int{0, 0} + return fileDescriptor_string_length_error_fcfdf078aefc1641, []int{0, 0} } // Container for enum describing possible string length errors. @@ -64,7 +64,7 @@ func (m *StringLengthErrorEnum) Reset() { *m = StringLengthErrorEnum{} } func (m *StringLengthErrorEnum) String() string { return proto.CompactTextString(m) } func (*StringLengthErrorEnum) ProtoMessage() {} func (*StringLengthErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_string_length_error_98f072ed39ca1b50, []int{0} + return fileDescriptor_string_length_error_fcfdf078aefc1641, []int{0} } func (m *StringLengthErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StringLengthErrorEnum.Unmarshal(m, b) @@ -90,10 +90,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/string_length_error.proto", fileDescriptor_string_length_error_98f072ed39ca1b50) + proto.RegisterFile("google/ads/googleads/v1/errors/string_length_error.proto", fileDescriptor_string_length_error_fcfdf078aefc1641) } -var fileDescriptor_string_length_error_98f072ed39ca1b50 = []byte{ +var fileDescriptor_string_length_error_fcfdf078aefc1641 = []byte{ // 309 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x4f, 0x4e, 0x84, 0x30, 0x14, 0xc6, 0x85, 0x49, 0xfc, 0xd3, 0xd1, 0x88, 0x24, 0xba, 0x30, 0x66, 0x16, 0x1c, 0xa0, 0x0d, diff --git a/googleapis/ads/googleads/v1/errors/url_field_error.pb.go b/googleapis/ads/googleads/v1/errors/url_field_error.pb.go index c920b3aa25..18b9ca879a 100644 --- a/googleapis/ads/googleads/v1/errors/url_field_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/url_field_error.pb.go @@ -261,7 +261,7 @@ func (x UrlFieldErrorEnum_UrlFieldError) String() string { return proto.EnumName(UrlFieldErrorEnum_UrlFieldError_name, int32(x)) } func (UrlFieldErrorEnum_UrlFieldError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_url_field_error_f9524ce57689233d, []int{0, 0} + return fileDescriptor_url_field_error_eb3fbd09420326b6, []int{0, 0} } // Container for enum describing possible url field errors. @@ -275,7 +275,7 @@ func (m *UrlFieldErrorEnum) Reset() { *m = UrlFieldErrorEnum{} } func (m *UrlFieldErrorEnum) String() string { return proto.CompactTextString(m) } func (*UrlFieldErrorEnum) ProtoMessage() {} func (*UrlFieldErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_url_field_error_f9524ce57689233d, []int{0} + return fileDescriptor_url_field_error_eb3fbd09420326b6, []int{0} } func (m *UrlFieldErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UrlFieldErrorEnum.Unmarshal(m, b) @@ -301,10 +301,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/url_field_error.proto", fileDescriptor_url_field_error_f9524ce57689233d) + proto.RegisterFile("google/ads/googleads/v1/errors/url_field_error.proto", fileDescriptor_url_field_error_eb3fbd09420326b6) } -var fileDescriptor_url_field_error_f9524ce57689233d = []byte{ +var fileDescriptor_url_field_error_eb3fbd09420326b6 = []byte{ // 854 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x95, 0xeb, 0x6e, 0xdc, 0x44, 0x14, 0xc7, 0x49, 0x0a, 0x2d, 0x9c, 0x34, 0xc9, 0xe4, 0xa4, 0x69, 0x9b, 0x90, 0x6c, 0x93, 0xa5, diff --git a/googleapis/ads/googleads/v1/errors/user_list_error.pb.go b/googleapis/ads/googleads/v1/errors/user_list_error.pb.go index 6758011cd7..d23fcfadef 100644 --- a/googleapis/ads/googleads/v1/errors/user_list_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/user_list_error.pb.go @@ -153,7 +153,7 @@ func (x UserListErrorEnum_UserListError) String() string { return proto.EnumName(UserListErrorEnum_UserListError_name, int32(x)) } func (UserListErrorEnum_UserListError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_user_list_error_83c54720308c7431, []int{0, 0} + return fileDescriptor_user_list_error_de5f1fdf418dc5db, []int{0, 0} } // Container for enum describing possible user list errors. @@ -167,7 +167,7 @@ func (m *UserListErrorEnum) Reset() { *m = UserListErrorEnum{} } func (m *UserListErrorEnum) String() string { return proto.CompactTextString(m) } func (*UserListErrorEnum) ProtoMessage() {} func (*UserListErrorEnum) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_error_83c54720308c7431, []int{0} + return fileDescriptor_user_list_error_de5f1fdf418dc5db, []int{0} } func (m *UserListErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListErrorEnum.Unmarshal(m, b) @@ -193,10 +193,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/user_list_error.proto", fileDescriptor_user_list_error_83c54720308c7431) + proto.RegisterFile("google/ads/googleads/v1/errors/user_list_error.proto", fileDescriptor_user_list_error_de5f1fdf418dc5db) } -var fileDescriptor_user_list_error_83c54720308c7431 = []byte{ +var fileDescriptor_user_list_error_de5f1fdf418dc5db = []byte{ // 742 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0xed, 0x6e, 0x23, 0x35, 0x14, 0xa5, 0x59, 0xd8, 0x80, 0xbb, 0x1f, 0xae, 0x11, 0xbb, 0x52, 0xbb, 0x64, 0xd9, 0x2c, 0x1f, diff --git a/googleapis/ads/googleads/v1/errors/youtube_video_registration_error.pb.go b/googleapis/ads/googleads/v1/errors/youtube_video_registration_error.pb.go index f3795e4856..f3c515035a 100644 --- a/googleapis/ads/googleads/v1/errors/youtube_video_registration_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/youtube_video_registration_error.pb.go @@ -19,26 +19,101 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package +// Enum describing YouTube video registration errors. +type YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError int32 + +const ( + // Enum unspecified. + YoutubeVideoRegistrationErrorEnum_UNSPECIFIED YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError = 0 + // The received error code is not known in this version. + YoutubeVideoRegistrationErrorEnum_UNKNOWN YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError = 1 + // Video to be registered wasn't found. + YoutubeVideoRegistrationErrorEnum_VIDEO_NOT_FOUND YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError = 2 + // Video to be registered is not accessible (e.g. private). + YoutubeVideoRegistrationErrorEnum_VIDEO_NOT_ACCESSIBLE YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError = 3 +) + +var YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "VIDEO_NOT_FOUND", + 3: "VIDEO_NOT_ACCESSIBLE", +} +var YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "VIDEO_NOT_FOUND": 2, + "VIDEO_NOT_ACCESSIBLE": 3, +} + +func (x YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError) String() string { + return proto.EnumName(YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError_name, int32(x)) +} +func (YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_youtube_video_registration_error_b51a63b007d526e2, []int{0, 0} +} + +// Container for enum describing YouTube video registration errors. +type YoutubeVideoRegistrationErrorEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *YoutubeVideoRegistrationErrorEnum) Reset() { *m = YoutubeVideoRegistrationErrorEnum{} } +func (m *YoutubeVideoRegistrationErrorEnum) String() string { return proto.CompactTextString(m) } +func (*YoutubeVideoRegistrationErrorEnum) ProtoMessage() {} +func (*YoutubeVideoRegistrationErrorEnum) Descriptor() ([]byte, []int) { + return fileDescriptor_youtube_video_registration_error_b51a63b007d526e2, []int{0} +} +func (m *YoutubeVideoRegistrationErrorEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_YoutubeVideoRegistrationErrorEnum.Unmarshal(m, b) +} +func (m *YoutubeVideoRegistrationErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_YoutubeVideoRegistrationErrorEnum.Marshal(b, m, deterministic) +} +func (dst *YoutubeVideoRegistrationErrorEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_YoutubeVideoRegistrationErrorEnum.Merge(dst, src) +} +func (m *YoutubeVideoRegistrationErrorEnum) XXX_Size() int { + return xxx_messageInfo_YoutubeVideoRegistrationErrorEnum.Size(m) +} +func (m *YoutubeVideoRegistrationErrorEnum) XXX_DiscardUnknown() { + xxx_messageInfo_YoutubeVideoRegistrationErrorEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_YoutubeVideoRegistrationErrorEnum proto.InternalMessageInfo + func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/youtube_video_registration_error.proto", fileDescriptor_youtube_video_registration_error_4949b436c9a3932a) -} - -var fileDescriptor_youtube_video_registration_error_4949b436c9a3932a = []byte{ - // 246 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x8f, 0xb1, 0x4a, 0x04, 0x31, - 0x10, 0x86, 0xb9, 0x15, 0x2c, 0xae, 0xb4, 0x14, 0xb9, 0x62, 0x1f, 0x60, 0x42, 0xb0, 0x8b, 0x55, - 0x0e, 0x8f, 0x6b, 0x0f, 0x8b, 0x05, 0x65, 0x61, 0xc9, 0x99, 0x10, 0x02, 0x67, 0x66, 0xc9, 0xe4, - 0x16, 0x7c, 0x1d, 0x4b, 0x1f, 0xc5, 0x47, 0xf1, 0x1d, 0x04, 0x49, 0xc6, 0x5d, 0x6c, 0xb4, 0xda, - 0x9f, 0xcd, 0x37, 0xdf, 0xfc, 0xb3, 0xde, 0x79, 0x44, 0x7f, 0x72, 0xc2, 0x58, 0x12, 0x1c, 0x4b, - 0x9a, 0xa4, 0x70, 0x29, 0x61, 0x22, 0xf1, 0x8a, 0xe7, 0x7c, 0x3e, 0xba, 0x61, 0x0a, 0xd6, 0xe1, - 0x90, 0x9c, 0x0f, 0x94, 0x93, 0xc9, 0x01, 0xe3, 0x50, 0x09, 0x18, 0x13, 0x66, 0xbc, 0xda, 0xf0, - 0x2c, 0x18, 0x4b, 0xb0, 0x68, 0x60, 0x92, 0xc0, 0x9a, 0xeb, 0x9b, 0x79, 0xcd, 0x18, 0x84, 0x89, - 0x11, 0x73, 0x55, 0x10, 0x4f, 0x6f, 0xbf, 0x56, 0xeb, 0xf6, 0x19, 0x5f, 0xe0, 0x7f, 0xc9, 0xb6, - 0x7d, 0xe4, 0x32, 0x5d, 0xe9, 0xf2, 0xf0, 0xab, 0xca, 0xae, 0xbc, 0x1f, 0x8a, 0xea, 0xb0, 0x7a, - 0xba, 0xff, 0xb1, 0x78, 0x3c, 0x99, 0xe8, 0x01, 0x93, 0x17, 0xde, 0xc5, 0xba, 0x68, 0xbe, 0x70, - 0x0c, 0xf4, 0xd7, 0xc1, 0x77, 0xfc, 0x79, 0x6b, 0x2e, 0xf6, 0x5a, 0xbf, 0x37, 0x9b, 0x3d, 0xcb, - 0xb4, 0x25, 0xe0, 0x58, 0x52, 0x27, 0xa1, 0xae, 0xa4, 0x8f, 0x19, 0xe8, 0xb5, 0xa5, 0x7e, 0x01, - 0xfa, 0x4e, 0xf6, 0x0c, 0x7c, 0x36, 0x2d, 0xff, 0x55, 0x4a, 0x5b, 0x52, 0x6a, 0x41, 0x94, 0xea, - 0xa4, 0x52, 0x0c, 0x1d, 0x2f, 0x6b, 0xbb, 0xdb, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x18, 0xd6, - 0x4e, 0x63, 0x8d, 0x01, 0x00, 0x00, + proto.RegisterType((*YoutubeVideoRegistrationErrorEnum)(nil), "google.ads.googleads.v1.errors.YoutubeVideoRegistrationErrorEnum") + proto.RegisterEnum("google.ads.googleads.v1.errors.YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError", YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError_name, YoutubeVideoRegistrationErrorEnum_YoutubeVideoRegistrationError_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/errors/youtube_video_registration_error.proto", fileDescriptor_youtube_video_registration_error_b51a63b007d526e2) +} + +var fileDescriptor_youtube_video_registration_error_b51a63b007d526e2 = []byte{ + // 332 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x41, 0x4a, 0xc3, 0x40, + 0x14, 0x86, 0x4d, 0x0a, 0x0a, 0xd3, 0x45, 0x43, 0x74, 0x21, 0xa2, 0x05, 0x73, 0x80, 0x09, 0xc1, + 0xdd, 0xb8, 0x4a, 0x9b, 0x69, 0x09, 0x4a, 0x52, 0xac, 0x8d, 0x28, 0x81, 0x90, 0x3a, 0xc3, 0x10, + 0x68, 0xe7, 0x95, 0x99, 0xb4, 0xe0, 0x31, 0xbc, 0x82, 0x4b, 0x8f, 0xe2, 0x51, 0xbc, 0x83, 0x20, + 0xc9, 0xd8, 0xea, 0xc6, 0xae, 0xf2, 0xf3, 0xf8, 0xde, 0xff, 0xbf, 0x3f, 0x83, 0xa8, 0x00, 0x10, + 0x0b, 0xee, 0x97, 0x4c, 0xfb, 0x46, 0x36, 0x6a, 0x13, 0xf8, 0x5c, 0x29, 0x50, 0xda, 0x7f, 0x81, + 0x75, 0xbd, 0x9e, 0xf3, 0x62, 0x53, 0x31, 0x0e, 0x85, 0xe2, 0xa2, 0xd2, 0xb5, 0x2a, 0xeb, 0x0a, + 0x64, 0xd1, 0x12, 0x78, 0xa5, 0xa0, 0x06, 0xb7, 0x6f, 0x76, 0x71, 0xc9, 0x34, 0xde, 0xd9, 0xe0, + 0x4d, 0x80, 0x8d, 0xcd, 0xd9, 0xf9, 0x36, 0x66, 0x55, 0xf9, 0xa5, 0x94, 0x50, 0xb7, 0x16, 0xda, + 0x6c, 0x7b, 0xaf, 0x16, 0xba, 0x7c, 0x34, 0x41, 0x59, 0x93, 0x73, 0xf7, 0x27, 0x86, 0x36, 0x06, + 0x54, 0xae, 0x97, 0xde, 0x02, 0x5d, 0xec, 0x85, 0xdc, 0x1e, 0xea, 0xce, 0x92, 0xe9, 0x84, 0x0e, + 0xe3, 0x51, 0x4c, 0x23, 0xe7, 0xc0, 0xed, 0xa2, 0xa3, 0x59, 0x72, 0x93, 0xa4, 0x0f, 0x89, 0x63, + 0xb9, 0xc7, 0xa8, 0x97, 0xc5, 0x11, 0x4d, 0x8b, 0x24, 0xbd, 0x2f, 0x46, 0xe9, 0x2c, 0x89, 0x1c, + 0xdb, 0x3d, 0x45, 0x27, 0xbf, 0xc3, 0x70, 0x38, 0xa4, 0xd3, 0x69, 0x3c, 0xb8, 0xa5, 0x4e, 0x67, + 0xf0, 0x65, 0x21, 0xef, 0x19, 0x96, 0x78, 0x7f, 0xb1, 0x81, 0xb7, 0xf7, 0xa4, 0x49, 0x53, 0x6f, + 0x62, 0x3d, 0x45, 0x3f, 0x2e, 0x02, 0x16, 0xa5, 0x14, 0x18, 0x94, 0xf0, 0x05, 0x97, 0x6d, 0xf9, + 0xed, 0x5f, 0x5f, 0x55, 0xfa, 0xbf, 0x47, 0xb8, 0x36, 0x9f, 0x37, 0xbb, 0x33, 0x0e, 0xc3, 0x77, + 0xbb, 0x3f, 0x36, 0x66, 0x21, 0xd3, 0xd8, 0xc8, 0x46, 0x65, 0x01, 0x6e, 0x23, 0xf5, 0xc7, 0x16, + 0xc8, 0x43, 0xa6, 0xf3, 0x1d, 0x90, 0x67, 0x41, 0x6e, 0x80, 0x4f, 0xdb, 0x33, 0x53, 0x42, 0x42, + 0xa6, 0x09, 0xd9, 0x21, 0x84, 0x64, 0x01, 0x21, 0x06, 0x9a, 0x1f, 0xb6, 0xd7, 0x5d, 0x7d, 0x07, + 0x00, 0x00, 0xff, 0xff, 0x20, 0xae, 0x04, 0xe3, 0x21, 0x02, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/resources/account_budget.pb.go b/googleapis/ads/googleads/v1/resources/account_budget.pb.go index 1252353440..f214a5c3ca 100644 --- a/googleapis/ads/googleads/v1/resources/account_budget.pb.go +++ b/googleapis/ads/googleads/v1/resources/account_budget.pb.go @@ -129,7 +129,7 @@ func (m *AccountBudget) Reset() { *m = AccountBudget{} } func (m *AccountBudget) String() string { return proto.CompactTextString(m) } func (*AccountBudget) ProtoMessage() {} func (*AccountBudget) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_c7ea5a452ecc3e9d, []int{0} + return fileDescriptor_account_budget_80044f3210f6054b, []int{0} } func (m *AccountBudget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AccountBudget.Unmarshal(m, b) @@ -716,7 +716,7 @@ func (m *AccountBudget_PendingAccountBudgetProposal) String() string { } func (*AccountBudget_PendingAccountBudgetProposal) ProtoMessage() {} func (*AccountBudget_PendingAccountBudgetProposal) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_c7ea5a452ecc3e9d, []int{0, 0} + return fileDescriptor_account_budget_80044f3210f6054b, []int{0, 0} } func (m *AccountBudget_PendingAccountBudgetProposal) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AccountBudget_PendingAccountBudgetProposal.Unmarshal(m, b) @@ -983,10 +983,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/account_budget.proto", fileDescriptor_account_budget_c7ea5a452ecc3e9d) + proto.RegisterFile("google/ads/googleads/v1/resources/account_budget.proto", fileDescriptor_account_budget_80044f3210f6054b) } -var fileDescriptor_account_budget_c7ea5a452ecc3e9d = []byte{ +var fileDescriptor_account_budget_80044f3210f6054b = []byte{ // 1010 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xdd, 0x6e, 0xdb, 0x36, 0x14, 0x9e, 0x6c, 0xe7, 0x8f, 0x89, 0xf3, 0x23, 0x37, 0xa9, 0xf2, 0x83, 0x22, 0xdd, 0x50, 0x20, diff --git a/googleapis/ads/googleads/v1/resources/account_budget_proposal.pb.go b/googleapis/ads/googleads/v1/resources/account_budget_proposal.pb.go index ecf38b7ae1..e6e33baaf7 100644 --- a/googleapis/ads/googleads/v1/resources/account_budget_proposal.pb.go +++ b/googleapis/ads/googleads/v1/resources/account_budget_proposal.pb.go @@ -105,7 +105,7 @@ func (m *AccountBudgetProposal) Reset() { *m = AccountBudgetProposal{} } func (m *AccountBudgetProposal) String() string { return proto.CompactTextString(m) } func (*AccountBudgetProposal) ProtoMessage() {} func (*AccountBudgetProposal) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_404f796e513b366b, []int{0} + return fileDescriptor_account_budget_proposal_bb72fd32acc2bc82, []int{0} } func (m *AccountBudgetProposal) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AccountBudgetProposal.Unmarshal(m, b) @@ -652,10 +652,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/account_budget_proposal.proto", fileDescriptor_account_budget_proposal_404f796e513b366b) + proto.RegisterFile("google/ads/googleads/v1/resources/account_budget_proposal.proto", fileDescriptor_account_budget_proposal_bb72fd32acc2bc82) } -var fileDescriptor_account_budget_proposal_404f796e513b366b = []byte{ +var fileDescriptor_account_budget_proposal_bb72fd32acc2bc82 = []byte{ // 840 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0xef, 0x6e, 0xeb, 0x34, 0x18, 0xc6, 0x69, 0x3a, 0x0e, 0x3a, 0x3e, 0xed, 0xd8, 0x49, 0xe9, 0x39, 0xd9, 0x1f, 0x1d, 0x6d, diff --git a/googleapis/ads/googleads/v1/resources/ad.pb.go b/googleapis/ads/googleads/v1/resources/ad.pb.go index 536fa96ece..a7121d391a 100644 --- a/googleapis/ads/googleads/v1/resources/ad.pb.go +++ b/googleapis/ads/googleads/v1/resources/ad.pb.go @@ -29,6 +29,9 @@ type Ad struct { // The list of possible final URLs after all cross-domain redirects for the // ad. FinalUrls []*wrappers.StringValue `protobuf:"bytes,2,rep,name=final_urls,json=finalUrls,proto3" json:"final_urls,omitempty"` + // A list of final app URLs that will be used on mobile if the user has the + // specific app installed. + FinalAppUrls []*common.FinalAppUrl `protobuf:"bytes,35,rep,name=final_app_urls,json=finalAppUrls,proto3" json:"final_app_urls,omitempty"` // The list of possible final mobile URLs after all cross-domain redirects // for the ad. FinalMobileUrls []*wrappers.StringValue `protobuf:"bytes,16,rep,name=final_mobile_urls,json=finalMobileUrls,proto3" json:"final_mobile_urls,omitempty"` @@ -80,6 +83,8 @@ type Ad struct { // *Ad_AppAd // *Ad_LegacyAppInstallAd // *Ad_ResponsiveDisplayAd + // *Ad_DisplayUploadAd + // *Ad_AppEngagementAd AdData isAd_AdData `protobuf_oneof:"ad_data"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -90,7 +95,7 @@ func (m *Ad) Reset() { *m = Ad{} } func (m *Ad) String() string { return proto.CompactTextString(m) } func (*Ad) ProtoMessage() {} func (*Ad) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_ded992a2a6197045, []int{0} + return fileDescriptor_ad_55cd72465d865885, []int{0} } func (m *Ad) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Ad.Unmarshal(m, b) @@ -124,6 +129,13 @@ func (m *Ad) GetFinalUrls() []*wrappers.StringValue { return nil } +func (m *Ad) GetFinalAppUrls() []*common.FinalAppUrl { + if m != nil { + return m.FinalAppUrls + } + return nil +} + func (m *Ad) GetFinalMobileUrls() []*wrappers.StringValue { if m != nil { return m.FinalMobileUrls @@ -258,6 +270,14 @@ type Ad_ResponsiveDisplayAd struct { ResponsiveDisplayAd *common.ResponsiveDisplayAdInfo `protobuf:"bytes,31,opt,name=responsive_display_ad,json=responsiveDisplayAd,proto3,oneof"` } +type Ad_DisplayUploadAd struct { + DisplayUploadAd *common.DisplayUploadAdInfo `protobuf:"bytes,33,opt,name=display_upload_ad,json=displayUploadAd,proto3,oneof"` +} + +type Ad_AppEngagementAd struct { + AppEngagementAd *common.AppEngagementAdInfo `protobuf:"bytes,34,opt,name=app_engagement_ad,json=appEngagementAd,proto3,oneof"` +} + func (*Ad_TextAd) isAd_AdData() {} func (*Ad_ExpandedTextAd) isAd_AdData() {} @@ -288,6 +308,10 @@ func (*Ad_LegacyAppInstallAd) isAd_AdData() {} func (*Ad_ResponsiveDisplayAd) isAd_AdData() {} +func (*Ad_DisplayUploadAd) isAd_AdData() {} + +func (*Ad_AppEngagementAd) isAd_AdData() {} + func (m *Ad) GetAdData() isAd_AdData { if m != nil { return m.AdData @@ -400,6 +424,20 @@ func (m *Ad) GetResponsiveDisplayAd() *common.ResponsiveDisplayAdInfo { return nil } +func (m *Ad) GetDisplayUploadAd() *common.DisplayUploadAdInfo { + if x, ok := m.GetAdData().(*Ad_DisplayUploadAd); ok { + return x.DisplayUploadAd + } + return nil +} + +func (m *Ad) GetAppEngagementAd() *common.AppEngagementAdInfo { + if x, ok := m.GetAdData().(*Ad_AppEngagementAd); ok { + return x.AppEngagementAd + } + return nil +} + // XXX_OneofFuncs is for the internal use of the proto package. func (*Ad) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { return _Ad_OneofMarshaler, _Ad_OneofUnmarshaler, _Ad_OneofSizer, []interface{}{ @@ -418,6 +456,8 @@ func (*Ad) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, fun (*Ad_AppAd)(nil), (*Ad_LegacyAppInstallAd)(nil), (*Ad_ResponsiveDisplayAd)(nil), + (*Ad_DisplayUploadAd)(nil), + (*Ad_AppEngagementAd)(nil), } } @@ -500,6 +540,16 @@ func _Ad_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { if err := b.EncodeMessage(x.ResponsiveDisplayAd); err != nil { return err } + case *Ad_DisplayUploadAd: + b.EncodeVarint(33<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.DisplayUploadAd); err != nil { + return err + } + case *Ad_AppEngagementAd: + b.EncodeVarint(34<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.AppEngagementAd); err != nil { + return err + } case nil: default: return fmt.Errorf("Ad.AdData has unexpected type %T", x) @@ -630,6 +680,22 @@ func _Ad_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bo err := b.DecodeMessage(msg) m.AdData = &Ad_ResponsiveDisplayAd{msg} return true, err + case 33: // ad_data.display_upload_ad + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.DisplayUploadAdInfo) + err := b.DecodeMessage(msg) + m.AdData = &Ad_DisplayUploadAd{msg} + return true, err + case 34: // ad_data.app_engagement_ad + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.AppEngagementAdInfo) + err := b.DecodeMessage(msg) + m.AdData = &Ad_AppEngagementAd{msg} + return true, err default: return false, nil } @@ -714,6 +780,16 @@ func _Ad_OneofSizer(msg proto.Message) (n int) { n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s + case *Ad_DisplayUploadAd: + s := proto.Size(x.DisplayUploadAd) + n += 2 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *Ad_AppEngagementAd: + s := proto.Size(x.AppEngagementAd) + n += 2 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s case nil: default: panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) @@ -726,77 +802,83 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/ad.proto", fileDescriptor_ad_ded992a2a6197045) -} - -var fileDescriptor_ad_ded992a2a6197045 = []byte{ - // 1088 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x96, 0xdd, 0x6e, 0xdb, 0x36, - 0x1f, 0xc6, 0x5f, 0xbb, 0x6d, 0xf2, 0x96, 0xed, 0xf2, 0x41, 0x37, 0xab, 0x9a, 0x64, 0x59, 0x3a, - 0xa0, 0x40, 0x96, 0x60, 0x72, 0x93, 0xac, 0x1d, 0xe0, 0xa0, 0xc0, 0xe4, 0x26, 0x48, 0x32, 0xac, - 0x98, 0x61, 0x27, 0x3e, 0x28, 0xb2, 0x09, 0x8c, 0xc8, 0x28, 0x5a, 0x29, 0x92, 0x20, 0x65, 0x2f, - 0xda, 0xd1, 0xee, 0x64, 0xc0, 0x0e, 0x77, 0x29, 0x3b, 0xd9, 0x7d, 0xec, 0x78, 0x17, 0x30, 0x90, - 0x94, 0x98, 0xaf, 0x3a, 0xd2, 0x89, 0x21, 0x8a, 0xcf, 0xf3, 0x7b, 0xfe, 0xfc, 0x8b, 0x12, 0x0d, - 0xd6, 0x63, 0xce, 0x63, 0x4a, 0xda, 0x08, 0xab, 0xb6, 0xbd, 0xd4, 0x57, 0xe3, 0xcd, 0xb6, 0x24, - 0x8a, 0x8f, 0x64, 0x44, 0x54, 0x1b, 0x61, 0x5f, 0x48, 0x9e, 0x71, 0xf8, 0xdc, 0x0a, 0x7c, 0x84, - 0x95, 0xef, 0xb4, 0xfe, 0x78, 0xd3, 0x77, 0xda, 0xc5, 0xad, 0x49, 0xb8, 0x88, 0xa7, 0x29, 0x67, - 0x6d, 0x84, 0xc3, 0x2c, 0x17, 0x24, 0x4c, 0xd8, 0x19, 0x57, 0x16, 0xbb, 0xf8, 0xaa, 0xc2, 0x13, - 0x8d, 0x54, 0xc6, 0xd3, 0x50, 0x20, 0x89, 0x52, 0x92, 0x11, 0x59, 0xd8, 0xb6, 0x2b, 0x6c, 0x23, - 0x49, 0xc3, 0x88, 0x53, 0x4a, 0xa2, 0x2c, 0xe1, 0xac, 0x30, 0x6d, 0x4c, 0x32, 0x11, 0x36, 0x4a, - 0x55, 0x59, 0x5e, 0x21, 0x5e, 0xbf, 0x5b, 0x8c, 0xc9, 0x38, 0x89, 0x4a, 0xed, 0xb7, 0x77, 0x6b, - 0x55, 0xae, 0x32, 0x92, 0x86, 0x29, 0x62, 0x28, 0x26, 0x38, 0x24, 0x2c, 0x4b, 0xb2, 0x3c, 0xb4, - 0x5d, 0x2b, 0x08, 0x2b, 0x05, 0xc1, 0x8c, 0x4e, 0x47, 0x67, 0xed, 0x5f, 0x24, 0x12, 0x82, 0xc8, - 0xb2, 0x4d, 0xcb, 0x65, 0x82, 0x48, 0xda, 0x88, 0x31, 0x9e, 0x21, 0xbd, 0xae, 0x62, 0xf6, 0x8b, - 0xbf, 0x21, 0x68, 0x06, 0x18, 0x6e, 0x80, 0x66, 0x82, 0xbd, 0xc6, 0x6a, 0x63, 0xed, 0xd1, 0xd6, - 0x52, 0xf1, 0x90, 0xfc, 0x92, 0xe8, 0x1f, 0xb2, 0xec, 0xf5, 0xd7, 0x43, 0x44, 0x47, 0xa4, 0xdf, - 0x4c, 0x30, 0xdc, 0x01, 0xe0, 0x2c, 0x61, 0x88, 0x86, 0x23, 0x49, 0x95, 0xd7, 0x5c, 0xbd, 0xb7, - 0xf6, 0x68, 0x6b, 0xf9, 0x96, 0x69, 0x90, 0xc9, 0x84, 0xc5, 0xd6, 0xf5, 0xd0, 0xe8, 0x8f, 0x25, - 0x55, 0xf0, 0x00, 0xcc, 0x5b, 0x73, 0xca, 0x4f, 0x13, 0x4a, 0x2c, 0x63, 0xae, 0x06, 0x63, 0xd6, - 0xd8, 0xde, 0x19, 0x97, 0x21, 0xf5, 0xc0, 0x42, 0x26, 0x51, 0xf4, 0x21, 0x61, 0xb1, 0xa6, 0x84, - 0x19, 0x49, 0x05, 0x45, 0x19, 0xf1, 0x1e, 0x9b, 0x65, 0xdc, 0x4d, 0x6b, 0x95, 0xd6, 0x63, 0x49, - 0x8f, 0x0a, 0x23, 0x8c, 0xc0, 0x82, 0x79, 0xfa, 0x37, 0x36, 0x8e, 0xf2, 0x80, 0xa9, 0xaf, 0xed, - 0x4f, 0xda, 0xc8, 0x76, 0xeb, 0xf8, 0x6f, 0x8d, 0xb1, 0x57, 0xfa, 0xfa, 0xad, 0x91, 0xa4, 0x37, - 0xee, 0x29, 0xf8, 0x06, 0x3c, 0xc2, 0x89, 0x12, 0x14, 0xe5, 0xba, 0x6a, 0xef, 0x7e, 0x8d, 0x62, - 0x41, 0x61, 0x38, 0x96, 0x14, 0xee, 0x82, 0xfb, 0x7a, 0xab, 0x79, 0x0f, 0x56, 0x1b, 0x6b, 0x33, - 0x5b, 0x2f, 0x27, 0x96, 0x64, 0xf6, 0x8f, 0x1f, 0xe0, 0xa3, 0x5c, 0x90, 0x3d, 0x36, 0x4a, 0x8b, - 0xcb, 0xbe, 0x71, 0xc3, 0x43, 0xd0, 0x42, 0x18, 0x13, 0x1c, 0x9e, 0xe6, 0xa1, 0xb5, 0x85, 0x08, - 0x2b, 0xaf, 0x65, 0x8a, 0x59, 0xbc, 0x55, 0x4c, 0x97, 0x73, 0x6a, 0x4b, 0x99, 0x33, 0xb6, 0x6e, - 0xbe, 0x6f, 0x14, 0x01, 0x56, 0xf0, 0x47, 0x30, 0x6f, 0x77, 0x74, 0x28, 0x24, 0x39, 0x23, 0x92, - 0xb0, 0x88, 0x78, 0x4f, 0x6a, 0x55, 0xb7, 0x6b, 0x7c, 0xa6, 0x3a, 0x7b, 0xd9, 0x9f, 0xb3, 0xa8, - 0x9e, 0x23, 0xc1, 0x21, 0x98, 0xbd, 0xfe, 0x46, 0x2a, 0x6f, 0xd1, 0x3c, 0x8d, 0xaf, 0xaa, 0x9e, - 0xc6, 0xb1, 0xa4, 0x6f, 0x9d, 0xab, 0x3f, 0x33, 0xba, 0x3a, 0x54, 0xf0, 0x25, 0xb8, 0xcf, 0x50, - 0x4a, 0xbc, 0xa7, 0x35, 0xfa, 0x6f, 0x94, 0xf0, 0xf7, 0x06, 0x58, 0xb9, 0xf1, 0x3e, 0x96, 0x1f, - 0xb0, 0xe2, 0x8d, 0xf4, 0x96, 0xcc, 0xb2, 0xdf, 0x57, 0x2c, 0x7b, 0x60, 0x20, 0xef, 0x2c, 0xa3, - 0x5f, 0x20, 0x06, 0xe6, 0xd7, 0xf4, 0xe2, 0x8e, 0xf9, 0xfe, 0x92, 0x9a, 0x3c, 0x09, 0xf7, 0xc0, - 0x74, 0x46, 0x2e, 0xb2, 0x10, 0x61, 0x6f, 0xca, 0x2c, 0x6b, 0xbd, 0xaa, 0x47, 0x47, 0xe4, 0x22, - 0x0b, 0xf0, 0x21, 0x3b, 0xe3, 0x07, 0xff, 0xeb, 0x4f, 0x65, 0x66, 0x04, 0x7f, 0x02, 0x73, 0xe4, - 0x42, 0x20, 0xa6, 0xf7, 0x47, 0xc9, 0x9b, 0x36, 0xbc, 0xad, 0x2a, 0xde, 0x5e, 0xe1, 0xbb, 0xc6, - 0x9d, 0x21, 0xd7, 0xee, 0xc2, 0x3e, 0x78, 0x1c, 0x21, 0x4a, 0x43, 0xce, 0x68, 0xae, 0xd9, 0x9f, - 0x18, 0xb6, 0x5f, 0xf9, 0x76, 0x21, 0x4a, 0x7f, 0x60, 0x34, 0x77, 0x5c, 0x10, 0xb9, 0x3b, 0xf0, - 0x57, 0xb0, 0xe8, 0x6a, 0xc6, 0x39, 0x43, 0x69, 0x12, 0x85, 0x8a, 0x20, 0x19, 0x9d, 0xeb, 0x84, - 0x19, 0x93, 0xb0, 0x53, 0xb7, 0xfa, 0x5d, 0x0b, 0x18, 0x18, 0xbf, 0x8b, 0x7b, 0x4a, 0x3e, 0x3e, - 0x0d, 0x0f, 0xc0, 0xff, 0xcf, 0x79, 0x46, 0xa8, 0x4e, 0x9a, 0x35, 0x49, 0x1b, 0x55, 0x49, 0x07, - 0x5a, 0xef, 0xc8, 0xd3, 0xe7, 0x76, 0x08, 0x11, 0x98, 0x57, 0xe7, 0x5c, 0x08, 0xfd, 0x49, 0x53, - 0x29, 0x92, 0xa6, 0xf5, 0xf3, 0x06, 0xb9, 0x5d, 0x85, 0x1c, 0x14, 0xc6, 0x81, 0xf6, 0x39, 0xf4, - 0xac, 0xba, 0x7e, 0x1b, 0xc6, 0xa0, 0xe5, 0x22, 0x84, 0xe4, 0x78, 0x14, 0x99, 0x10, 0x68, 0x42, - 0x5e, 0xd5, 0x0d, 0xe9, 0x59, 0xa7, 0x8b, 0x71, 0x65, 0xbb, 0x09, 0xdd, 0x95, 0x38, 0x45, 0x89, - 0xe9, 0xca, 0x42, 0xbd, 0xae, 0xec, 0x6b, 0xfd, 0x65, 0x57, 0x62, 0x3b, 0xd4, 0xa4, 0x24, 0x45, - 0xb1, 0xfe, 0x44, 0x79, 0x9f, 0xd6, 0x23, 0x1d, 0x6a, 0xfd, 0x25, 0x29, 0xb1, 0x43, 0x4d, 0x1a, - 0x27, 0x98, 0x70, 0x4d, 0xf2, 0xea, 0x91, 0x86, 0x5a, 0x7f, 0x49, 0x1a, 0xdb, 0x21, 0xfc, 0x19, - 0x3c, 0x91, 0x44, 0x09, 0xce, 0x54, 0x32, 0x26, 0x57, 0x76, 0xda, 0x33, 0x43, 0x7d, 0x5d, 0x45, - 0xed, 0x3b, 0xef, 0x8d, 0x4d, 0x06, 0xe5, 0xad, 0x19, 0xf8, 0x5b, 0x03, 0x2c, 0x53, 0x12, 0xa3, - 0x28, 0x0f, 0xaf, 0x64, 0x96, 0x87, 0x08, 0xc2, 0xde, 0xb2, 0x09, 0x7d, 0x53, 0x15, 0xfa, 0xbd, - 0x61, 0x5c, 0x46, 0xef, 0x5a, 0x82, 0xcb, 0x7e, 0x46, 0x27, 0x09, 0x60, 0x17, 0x4c, 0x21, 0x21, - 0x74, 0xd6, 0x67, 0x26, 0xeb, 0xcb, 0xaa, 0xac, 0x40, 0x08, 0xc7, 0x7d, 0x80, 0xf4, 0x00, 0x7e, - 0x00, 0x0b, 0xc5, 0x2a, 0x34, 0x2a, 0x61, 0x2a, 0xd3, 0x1f, 0x01, 0x84, 0xbd, 0x95, 0x7a, 0x3d, - 0xb3, 0xe5, 0x07, 0x42, 0x1c, 0x5a, 0xeb, 0x65, 0xcf, 0xe8, 0xad, 0x19, 0x98, 0x82, 0x85, 0x8f, - 0xf7, 0xea, 0x73, 0x13, 0xf6, 0x4d, 0xfd, 0x07, 0x74, 0xb3, 0x4b, 0x2d, 0x79, 0x7b, 0xaa, 0xfb, - 0x10, 0x4c, 0x23, 0x1c, 0x62, 0x94, 0xa1, 0xee, 0xbf, 0x0d, 0xf0, 0x22, 0xe2, 0xa9, 0x5f, 0xf9, - 0xa7, 0xb7, 0x3b, 0x1d, 0xe0, 0x9e, 0x3e, 0x6e, 0x7a, 0x8d, 0xf7, 0xdf, 0x15, 0xea, 0x98, 0x53, - 0xc4, 0x62, 0x9f, 0xcb, 0xb8, 0x1d, 0x13, 0x66, 0x0e, 0xa3, 0xf2, 0x6f, 0xa1, 0x48, 0xd4, 0x1d, - 0xff, 0xb6, 0x77, 0xdc, 0xd5, 0x1f, 0xcd, 0x7b, 0xfb, 0x41, 0xf0, 0x67, 0xf3, 0xb9, 0x3d, 0xa2, - 0xfd, 0x00, 0x2b, 0xdf, 0x9d, 0xd6, 0xfe, 0x70, 0xd3, 0x2f, 0x0f, 0x0d, 0xf5, 0x57, 0xa9, 0x39, - 0x09, 0xb0, 0x3a, 0x71, 0x9a, 0x93, 0xe1, 0xe6, 0x89, 0xd3, 0xfc, 0xd3, 0x7c, 0x61, 0x27, 0x3a, - 0x9d, 0x00, 0xab, 0x4e, 0xc7, 0xa9, 0x3a, 0x9d, 0xe1, 0x66, 0xa7, 0xe3, 0x74, 0xa7, 0x53, 0xa6, - 0xd8, 0xed, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x47, 0x7a, 0xc9, 0xcd, 0x19, 0x0c, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/resources/ad.proto", fileDescriptor_ad_55cd72465d865885) +} + +var fileDescriptor_ad_55cd72465d865885 = []byte{ + // 1176 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x97, 0xdf, 0x6e, 0xdb, 0x36, + 0x1b, 0xc6, 0x3f, 0xbb, 0x6d, 0xf2, 0x95, 0xed, 0xf2, 0x87, 0x6e, 0x56, 0x35, 0xcd, 0xba, 0xb6, + 0x43, 0x81, 0xae, 0xc5, 0xe4, 0x26, 0x5d, 0x3b, 0xc0, 0x45, 0x81, 0xc9, 0x4d, 0xd6, 0x64, 0x58, + 0x31, 0xcf, 0xae, 0x7d, 0x50, 0x64, 0x13, 0x18, 0x91, 0x56, 0xb4, 0x52, 0x24, 0x41, 0x4a, 0x5e, + 0xbd, 0xa3, 0xdd, 0xc9, 0x80, 0x1d, 0xee, 0x52, 0x76, 0x25, 0xc3, 0x8e, 0x77, 0x01, 0x03, 0x49, + 0x89, 0x8e, 0x93, 0x38, 0xd2, 0x89, 0x21, 0x92, 0xef, 0xf3, 0x7b, 0x5e, 0xbe, 0x24, 0x45, 0x19, + 0x3c, 0x8a, 0x39, 0x8f, 0x29, 0x69, 0x23, 0xac, 0xda, 0xf6, 0x51, 0x3f, 0x4d, 0xb6, 0xdb, 0x92, + 0x28, 0x9e, 0xcb, 0x88, 0xa8, 0x36, 0xc2, 0xbe, 0x90, 0x3c, 0xe3, 0xf0, 0x9e, 0x0d, 0xf0, 0x11, + 0x56, 0xbe, 0x8b, 0xf5, 0x27, 0xdb, 0xbe, 0x8b, 0xdd, 0xdc, 0x59, 0x84, 0x8b, 0x78, 0x9a, 0x72, + 0xd6, 0x46, 0x38, 0xcc, 0xa6, 0x82, 0x84, 0x09, 0x1b, 0x73, 0x65, 0xb1, 0x9b, 0xcf, 0x2a, 0x34, + 0x51, 0xae, 0x32, 0x9e, 0x86, 0x02, 0x49, 0x94, 0x92, 0x8c, 0xc8, 0x42, 0x56, 0x65, 0x35, 0x4e, + 0x18, 0xa2, 0x21, 0x12, 0x22, 0xcc, 0x25, 0x2d, 0x34, 0x4f, 0x2b, 0x34, 0xb9, 0xa4, 0x61, 0xc4, + 0x29, 0x25, 0x51, 0x96, 0x70, 0x56, 0x88, 0x1e, 0x2f, 0x12, 0x11, 0x96, 0xa7, 0xaa, 0x9c, 0x52, + 0x11, 0xfc, 0xe8, 0xe2, 0x60, 0x4c, 0x26, 0x49, 0x54, 0xc6, 0x7e, 0x7d, 0x71, 0xac, 0x9a, 0xaa, + 0x8c, 0xa4, 0x61, 0x8a, 0x18, 0x8a, 0x09, 0x0e, 0x09, 0xcb, 0x92, 0x6c, 0x1a, 0xda, 0x4a, 0x17, + 0x84, 0x3b, 0x05, 0xc1, 0xb4, 0x8e, 0xf2, 0x71, 0xfb, 0x17, 0x89, 0x84, 0x20, 0xb2, 0x2c, 0xed, + 0x56, 0xe9, 0x20, 0x92, 0x36, 0x62, 0x8c, 0x67, 0x48, 0xcf, 0xab, 0x18, 0xbd, 0xff, 0xf7, 0x0d, + 0xd0, 0x0c, 0x30, 0x7c, 0x0c, 0x9a, 0x09, 0xf6, 0x1a, 0x77, 0x1b, 0x0f, 0xaf, 0xed, 0xdc, 0x2e, + 0x16, 0xd6, 0x2f, 0x89, 0xfe, 0x01, 0xcb, 0x9e, 0x7f, 0x39, 0x42, 0x34, 0x27, 0xfd, 0x66, 0x82, + 0xe1, 0x0b, 0x00, 0x6c, 0x61, 0x73, 0x49, 0x95, 0xd7, 0xbc, 0x7b, 0xe9, 0xe1, 0xb5, 0x9d, 0xad, + 0x33, 0xa2, 0x41, 0x26, 0x13, 0x16, 0x5b, 0xd5, 0x55, 0x13, 0x3f, 0x94, 0x54, 0xc1, 0x1f, 0xc0, + 0xca, 0xdc, 0xaa, 0x28, 0xef, 0x33, 0x03, 0x78, 0xec, 0x2f, 0xda, 0x59, 0x76, 0x5d, 0xfc, 0x6f, + 0xb4, 0x2a, 0x10, 0x62, 0x28, 0x69, 0xff, 0xfa, 0x78, 0xd6, 0x50, 0x70, 0x1f, 0xac, 0x5b, 0x64, + 0xca, 0x8f, 0x12, 0x4a, 0x2c, 0x75, 0xad, 0x46, 0x5a, 0xab, 0x46, 0xf6, 0xc6, 0xa8, 0x0c, 0xa9, + 0x07, 0x36, 0x32, 0x89, 0xa2, 0xf7, 0x09, 0x8b, 0x35, 0x25, 0xcc, 0x48, 0x2a, 0x28, 0xca, 0x88, + 0x77, 0xdd, 0x54, 0xe6, 0x62, 0x5a, 0xab, 0x94, 0x0e, 0x25, 0x7d, 0x5b, 0x08, 0x61, 0x04, 0x36, + 0xcc, 0x86, 0x3a, 0xb5, 0x7f, 0x95, 0x07, 0x4c, 0x7e, 0xed, 0xaa, 0x59, 0xbf, 0x32, 0xc2, 0x5e, + 0xa9, 0xeb, 0xb7, 0x72, 0x49, 0x4f, 0xf5, 0x29, 0xf8, 0x12, 0x5c, 0xc3, 0x89, 0x12, 0x14, 0x4d, + 0x75, 0xd6, 0xde, 0xe5, 0x1a, 0xc9, 0x82, 0x42, 0x30, 0x94, 0x14, 0xee, 0x82, 0xcb, 0x7a, 0xf7, + 0x7a, 0x57, 0xee, 0x36, 0x1e, 0xae, 0xec, 0x3c, 0x59, 0x98, 0x92, 0xd9, 0x92, 0x7e, 0x80, 0xdf, + 0x4e, 0x05, 0xd9, 0x63, 0x79, 0x5a, 0x3c, 0xf6, 0x8d, 0x1a, 0x1e, 0x80, 0x16, 0xc2, 0x98, 0xe0, + 0xf0, 0x68, 0x1a, 0x5a, 0x59, 0x88, 0xb0, 0xf2, 0x5a, 0x26, 0x99, 0xcd, 0x33, 0xc9, 0x74, 0x39, + 0xa7, 0x36, 0x95, 0x35, 0x23, 0xeb, 0x4e, 0x5f, 0x9b, 0x88, 0x00, 0x2b, 0xf8, 0x23, 0x58, 0xb7, + 0x87, 0x24, 0x14, 0x92, 0x8c, 0x89, 0x24, 0x2c, 0x22, 0xde, 0x8d, 0x5a, 0xd9, 0xed, 0x1a, 0x9d, + 0xc9, 0xce, 0x3e, 0xf6, 0xd7, 0x2c, 0xaa, 0xe7, 0x48, 0x70, 0x04, 0x56, 0xe7, 0x0f, 0xb9, 0xf2, + 0x36, 0xcd, 0x6a, 0x7c, 0x51, 0xb5, 0x1a, 0x43, 0x49, 0x5f, 0x39, 0x55, 0x7f, 0x25, 0x3f, 0xd9, + 0x54, 0xf0, 0x09, 0xb8, 0xcc, 0x50, 0x4a, 0xbc, 0x9b, 0x35, 0xea, 0x6f, 0x22, 0xe1, 0xef, 0x0d, + 0x70, 0xe7, 0xd4, 0x11, 0x2f, 0xdf, 0xa3, 0xc5, 0x21, 0xf7, 0x6e, 0x9b, 0x69, 0xbf, 0xab, 0x98, + 0xf6, 0xc0, 0x40, 0xde, 0x58, 0x46, 0xbf, 0x40, 0x0c, 0xcc, 0xaf, 0xa9, 0xc5, 0x05, 0xe3, 0xfd, + 0xdb, 0x6a, 0xf1, 0x20, 0xdc, 0x03, 0xcb, 0x19, 0xf9, 0x90, 0x85, 0x08, 0x7b, 0x4b, 0x66, 0x5a, + 0x8f, 0xaa, 0x6a, 0xf4, 0x96, 0x7c, 0xc8, 0x02, 0x7c, 0xc0, 0xc6, 0x7c, 0xff, 0x7f, 0xfd, 0xa5, + 0xcc, 0xb4, 0xe0, 0x4f, 0x60, 0x8d, 0x7c, 0x10, 0x88, 0xe9, 0xfd, 0x51, 0xf2, 0x96, 0x0d, 0x6f, + 0xa7, 0x8a, 0xb7, 0x57, 0xe8, 0xe6, 0xb8, 0x2b, 0x64, 0xae, 0x17, 0xf6, 0xc1, 0xf5, 0x08, 0x51, + 0x1a, 0x72, 0x46, 0xa7, 0x9a, 0xfd, 0x91, 0x61, 0xfb, 0x95, 0xa7, 0x0b, 0x51, 0xfa, 0x3d, 0xa3, + 0x53, 0xc7, 0x05, 0x91, 0xeb, 0x81, 0xbf, 0x82, 0x4d, 0x97, 0x33, 0x9e, 0x32, 0x94, 0x26, 0x51, + 0xa8, 0x08, 0x92, 0xd1, 0xb1, 0x76, 0x58, 0x31, 0x0e, 0x2f, 0xea, 0x66, 0xbf, 0x6b, 0x01, 0x03, + 0xa3, 0x77, 0x76, 0x37, 0xc9, 0xf9, 0xc3, 0x70, 0x1f, 0xfc, 0xff, 0x98, 0x67, 0x84, 0x6a, 0xa7, + 0x55, 0xe3, 0x54, 0xf9, 0x7e, 0xdc, 0xd7, 0xf1, 0x8e, 0xbc, 0x7c, 0x6c, 0x9b, 0x10, 0x81, 0x75, + 0x75, 0xcc, 0x85, 0xd0, 0xaf, 0x34, 0x95, 0x22, 0x69, 0x4a, 0xbf, 0x6e, 0x90, 0x4f, 0xab, 0x90, + 0x83, 0x42, 0x38, 0xd0, 0x3a, 0x87, 0x5e, 0x55, 0xf3, 0xdd, 0x30, 0x06, 0x2d, 0x67, 0x21, 0x24, + 0xc7, 0x79, 0x64, 0x4c, 0xa0, 0x31, 0x79, 0x56, 0xd7, 0xa4, 0x67, 0x95, 0xce, 0xc6, 0xa5, 0xed, + 0x06, 0x74, 0x55, 0xe2, 0x14, 0x25, 0xa6, 0x2a, 0x1b, 0xf5, 0xaa, 0xf2, 0x5a, 0xc7, 0xcf, 0xaa, + 0x12, 0xdb, 0xa6, 0x26, 0x25, 0x29, 0x8a, 0xf5, 0x2b, 0xca, 0xfb, 0xb8, 0x1e, 0xe9, 0x40, 0xc7, + 0xcf, 0x48, 0x89, 0x6d, 0x6a, 0xd2, 0x24, 0xc1, 0x84, 0x6b, 0x92, 0x57, 0x8f, 0x34, 0xd2, 0xf1, + 0x33, 0xd2, 0xc4, 0x36, 0xe1, 0xcf, 0xe0, 0x86, 0x24, 0x4a, 0x70, 0xa6, 0x92, 0x09, 0x39, 0xb1, + 0xd3, 0x6e, 0x19, 0xea, 0xf3, 0x2a, 0x6a, 0xdf, 0x69, 0x4f, 0x6d, 0x32, 0x28, 0xcf, 0x8c, 0xc0, + 0xdf, 0x1a, 0x60, 0x8b, 0x92, 0x18, 0x45, 0xd3, 0xf0, 0x84, 0x67, 0x79, 0x89, 0x20, 0xec, 0x6d, + 0x19, 0xd3, 0x97, 0x55, 0xa6, 0xdf, 0x19, 0xc6, 0xcc, 0x7a, 0xd7, 0x12, 0x9c, 0xf7, 0x2d, 0xba, + 0x28, 0x00, 0x76, 0xc1, 0x92, 0xfe, 0x04, 0x40, 0xd8, 0xfb, 0xc4, 0x78, 0x7d, 0x5e, 0xe5, 0x15, + 0x08, 0xe1, 0xb8, 0x57, 0x90, 0x6e, 0xc0, 0xf7, 0x60, 0xa3, 0x98, 0x85, 0x46, 0x25, 0x4c, 0x65, + 0xfa, 0x25, 0x80, 0xb0, 0x77, 0xa7, 0x5e, 0xcd, 0x6c, 0xfa, 0x81, 0x10, 0x07, 0x56, 0x3a, 0xab, + 0x19, 0x3d, 0x33, 0x02, 0x53, 0xb0, 0x71, 0x7e, 0xad, 0x3e, 0x35, 0x66, 0x5f, 0xd5, 0x5f, 0xa0, + 0xd3, 0x55, 0x6a, 0xc9, 0x73, 0xea, 0x83, 0xc0, 0xba, 0xbb, 0xd4, 0x05, 0xe5, 0x08, 0x6b, 0xab, + 0x7b, 0xf5, 0x0e, 0x6e, 0x41, 0x19, 0x1a, 0xdd, 0xec, 0xe0, 0xe2, 0xf9, 0x6e, 0x6d, 0xa1, 0xeb, + 0x46, 0x58, 0x8c, 0x62, 0x92, 0x12, 0x66, 0x8e, 0xed, 0xfd, 0x7a, 0x16, 0x81, 0x10, 0x7b, 0x4e, + 0x37, 0xb3, 0x40, 0xf3, 0xdd, 0xdd, 0xab, 0x60, 0x19, 0xe1, 0x10, 0xa3, 0x0c, 0x75, 0xff, 0x6d, + 0x80, 0x07, 0x11, 0x4f, 0xfd, 0xca, 0x7f, 0x10, 0xdd, 0xe5, 0x00, 0xf7, 0xf4, 0xa5, 0xd9, 0x6b, + 0xbc, 0xfb, 0xb6, 0x88, 0x8e, 0x39, 0x45, 0x2c, 0xf6, 0xb9, 0x8c, 0xdb, 0x31, 0x61, 0xe6, 0x4a, + 0x2d, 0xbf, 0x97, 0x45, 0xa2, 0x2e, 0xf8, 0xeb, 0xf2, 0xc2, 0x3d, 0xfd, 0xd1, 0xbc, 0xf4, 0x3a, + 0x08, 0xfe, 0x6c, 0xde, 0xb3, 0x1f, 0x1a, 0x7e, 0x80, 0x95, 0xef, 0xbe, 0x39, 0xfc, 0xd1, 0xb6, + 0x5f, 0x5e, 0x7d, 0xea, 0xaf, 0x32, 0xe6, 0x30, 0xc0, 0xea, 0xd0, 0xc5, 0x1c, 0x8e, 0xb6, 0x0f, + 0x5d, 0xcc, 0x3f, 0xcd, 0x07, 0x76, 0xa0, 0xd3, 0x09, 0xb0, 0xea, 0x74, 0x5c, 0x54, 0xa7, 0x33, + 0xda, 0xee, 0x74, 0x5c, 0xdc, 0xd1, 0x92, 0x49, 0xf6, 0xe9, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, + 0xd8, 0x9c, 0xa7, 0x91, 0x66, 0x0d, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/resources/ad_group.pb.go b/googleapis/ads/googleads/v1/resources/ad_group.pb.go index c8f5ec0435..1702283d23 100644 --- a/googleapis/ads/googleads/v1/resources/ad_group.pb.go +++ b/googleapis/ads/googleads/v1/resources/ad_group.pb.go @@ -105,7 +105,7 @@ func (m *AdGroup) Reset() { *m = AdGroup{} } func (m *AdGroup) String() string { return proto.CompactTextString(m) } func (*AdGroup) ProtoMessage() {} func (*AdGroup) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_4192bf43cc969d46, []int{0} + return fileDescriptor_ad_group_4e6d485528e2fbcb, []int{0} } func (m *AdGroup) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroup.Unmarshal(m, b) @@ -298,10 +298,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/ad_group.proto", fileDescriptor_ad_group_4192bf43cc969d46) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group.proto", fileDescriptor_ad_group_4e6d485528e2fbcb) } -var fileDescriptor_ad_group_4192bf43cc969d46 = []byte{ +var fileDescriptor_ad_group_4e6d485528e2fbcb = []byte{ // 952 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0xcf, 0x6f, 0x23, 0x35, 0x14, 0xc7, 0x95, 0xb4, 0x14, 0x70, 0xbb, 0x69, 0x77, 0x4a, 0x97, 0x69, 0x1b, 0x76, 0xb3, 0xa0, diff --git a/googleapis/ads/googleads/v1/resources/ad_group_ad.pb.go b/googleapis/ads/googleads/v1/resources/ad_group_ad.pb.go index 04e9d9e1c2..2f4d741cb3 100644 --- a/googleapis/ads/googleads/v1/resources/ad_group_ad.pb.go +++ b/googleapis/ads/googleads/v1/resources/ad_group_ad.pb.go @@ -48,7 +48,7 @@ func (m *AdGroupAd) Reset() { *m = AdGroupAd{} } func (m *AdGroupAd) String() string { return proto.CompactTextString(m) } func (*AdGroupAd) ProtoMessage() {} func (*AdGroupAd) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_c0b3e4e9ce335751, []int{0} + return fileDescriptor_ad_group_ad_ea5fcfcc30667776, []int{0} } func (m *AdGroupAd) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupAd.Unmarshal(m, b) @@ -128,7 +128,7 @@ func (m *AdGroupAdPolicySummary) Reset() { *m = AdGroupAdPolicySummary{} func (m *AdGroupAdPolicySummary) String() string { return proto.CompactTextString(m) } func (*AdGroupAdPolicySummary) ProtoMessage() {} func (*AdGroupAdPolicySummary) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_c0b3e4e9ce335751, []int{1} + return fileDescriptor_ad_group_ad_ea5fcfcc30667776, []int{1} } func (m *AdGroupAdPolicySummary) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupAdPolicySummary.Unmarshal(m, b) @@ -175,10 +175,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_ad.proto", fileDescriptor_ad_group_ad_c0b3e4e9ce335751) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_ad.proto", fileDescriptor_ad_group_ad_ea5fcfcc30667776) } -var fileDescriptor_ad_group_ad_c0b3e4e9ce335751 = []byte{ +var fileDescriptor_ad_group_ad_ea5fcfcc30667776 = []byte{ // 592 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xdf, 0x6a, 0xdb, 0x3e, 0x18, 0xc5, 0xce, 0xef, 0x97, 0xae, 0xca, 0x9a, 0x81, 0x19, 0xc3, 0x94, 0x32, 0xd2, 0x8e, 0x40, diff --git a/googleapis/ads/googleads/v1/resources/ad_group_ad_label.pb.go b/googleapis/ads/googleads/v1/resources/ad_group_ad_label.pb.go index 6c406b66cb..af9b9345fe 100644 --- a/googleapis/ads/googleads/v1/resources/ad_group_ad_label.pb.go +++ b/googleapis/ads/googleads/v1/resources/ad_group_ad_label.pb.go @@ -39,7 +39,7 @@ func (m *AdGroupAdLabel) Reset() { *m = AdGroupAdLabel{} } func (m *AdGroupAdLabel) String() string { return proto.CompactTextString(m) } func (*AdGroupAdLabel) ProtoMessage() {} func (*AdGroupAdLabel) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_label_f6bb502cfa349ce6, []int{0} + return fileDescriptor_ad_group_ad_label_6145341efa86b0bb, []int{0} } func (m *AdGroupAdLabel) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupAdLabel.Unmarshal(m, b) @@ -85,10 +85,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_ad_label.proto", fileDescriptor_ad_group_ad_label_f6bb502cfa349ce6) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_ad_label.proto", fileDescriptor_ad_group_ad_label_6145341efa86b0bb) } -var fileDescriptor_ad_group_ad_label_f6bb502cfa349ce6 = []byte{ +var fileDescriptor_ad_group_ad_label_6145341efa86b0bb = []byte{ // 331 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xcf, 0x4a, 0xc3, 0x30, 0x00, 0xc6, 0x69, 0x87, 0xc2, 0x3a, 0xf5, 0x50, 0x2f, 0x63, 0x0c, 0xd9, 0x94, 0xc1, 0x4e, 0x09, diff --git a/googleapis/ads/googleads/v1/resources/ad_group_audience_view.pb.go b/googleapis/ads/googleads/v1/resources/ad_group_audience_view.pb.go index 74c7362556..526808c612 100644 --- a/googleapis/ads/googleads/v1/resources/ad_group_audience_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/ad_group_audience_view.pb.go @@ -38,7 +38,7 @@ func (m *AdGroupAudienceView) Reset() { *m = AdGroupAudienceView{} } func (m *AdGroupAudienceView) String() string { return proto.CompactTextString(m) } func (*AdGroupAudienceView) ProtoMessage() {} func (*AdGroupAudienceView) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_audience_view_253e5082ec00e503, []int{0} + return fileDescriptor_ad_group_audience_view_52e87a3873ae29dc, []int{0} } func (m *AdGroupAudienceView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupAudienceView.Unmarshal(m, b) @@ -70,10 +70,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_audience_view.proto", fileDescriptor_ad_group_audience_view_253e5082ec00e503) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_audience_view.proto", fileDescriptor_ad_group_audience_view_52e87a3873ae29dc) } -var fileDescriptor_ad_group_audience_view_253e5082ec00e503 = []byte{ +var fileDescriptor_ad_group_audience_view_52e87a3873ae29dc = []byte{ // 276 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0x4f, 0x4a, 0xc4, 0x30, 0x14, 0xc6, 0x99, 0x0a, 0x82, 0x45, 0x37, 0xe3, 0x66, 0x10, 0x17, 0x8e, 0x32, 0xe0, 0x2a, 0x21, diff --git a/googleapis/ads/googleads/v1/resources/ad_group_bid_modifier.pb.go b/googleapis/ads/googleads/v1/resources/ad_group_bid_modifier.pb.go index e85d18392f..ea56ceabca 100644 --- a/googleapis/ads/googleads/v1/resources/ad_group_bid_modifier.pb.go +++ b/googleapis/ads/googleads/v1/resources/ad_group_bid_modifier.pb.go @@ -66,7 +66,7 @@ func (m *AdGroupBidModifier) Reset() { *m = AdGroupBidModifier{} } func (m *AdGroupBidModifier) String() string { return proto.CompactTextString(m) } func (*AdGroupBidModifier) ProtoMessage() {} func (*AdGroupBidModifier) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_bid_modifier_29188d3b53cbf996, []int{0} + return fileDescriptor_ad_group_bid_modifier_c58bd31b1ada3574, []int{0} } func (m *AdGroupBidModifier) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupBidModifier.Unmarshal(m, b) @@ -372,10 +372,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_bid_modifier.proto", fileDescriptor_ad_group_bid_modifier_29188d3b53cbf996) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_bid_modifier.proto", fileDescriptor_ad_group_bid_modifier_c58bd31b1ada3574) } -var fileDescriptor_ad_group_bid_modifier_29188d3b53cbf996 = []byte{ +var fileDescriptor_ad_group_bid_modifier_c58bd31b1ada3574 = []byte{ // 694 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x54, 0xdd, 0x6e, 0xd3, 0x48, 0x14, 0xde, 0xa4, 0xbb, 0xfd, 0x99, 0xa4, 0xbb, 0x5b, 0xef, 0x6a, 0xd7, 0x94, 0x0a, 0xb5, 0xa0, diff --git a/googleapis/ads/googleads/v1/resources/ad_group_criterion.pb.go b/googleapis/ads/googleads/v1/resources/ad_group_criterion.pb.go index 50fe5b22ac..2dd9861071 100644 --- a/googleapis/ads/googleads/v1/resources/ad_group_criterion.pb.go +++ b/googleapis/ads/googleads/v1/resources/ad_group_criterion.pb.go @@ -126,7 +126,7 @@ func (m *AdGroupCriterion) Reset() { *m = AdGroupCriterion{} } func (m *AdGroupCriterion) String() string { return proto.CompactTextString(m) } func (*AdGroupCriterion) ProtoMessage() {} func (*AdGroupCriterion) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_b8512f28dcebed42, []int{0} + return fileDescriptor_ad_group_criterion_18b9ede2c7927371, []int{0} } func (m *AdGroupCriterion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupCriterion.Unmarshal(m, b) @@ -987,7 +987,7 @@ func (m *AdGroupCriterion_QualityInfo) Reset() { *m = AdGroupCriterion_Q func (m *AdGroupCriterion_QualityInfo) String() string { return proto.CompactTextString(m) } func (*AdGroupCriterion_QualityInfo) ProtoMessage() {} func (*AdGroupCriterion_QualityInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_b8512f28dcebed42, []int{0, 0} + return fileDescriptor_ad_group_criterion_18b9ede2c7927371, []int{0, 0} } func (m *AdGroupCriterion_QualityInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupCriterion_QualityInfo.Unmarshal(m, b) @@ -1061,7 +1061,7 @@ func (m *AdGroupCriterion_PositionEstimates) Reset() { *m = AdGroupCrite func (m *AdGroupCriterion_PositionEstimates) String() string { return proto.CompactTextString(m) } func (*AdGroupCriterion_PositionEstimates) ProtoMessage() {} func (*AdGroupCriterion_PositionEstimates) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_b8512f28dcebed42, []int{0, 1} + return fileDescriptor_ad_group_criterion_18b9ede2c7927371, []int{0, 1} } func (m *AdGroupCriterion_PositionEstimates) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupCriterion_PositionEstimates.Unmarshal(m, b) @@ -1123,10 +1123,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_criterion.proto", fileDescriptor_ad_group_criterion_b8512f28dcebed42) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_criterion.proto", fileDescriptor_ad_group_criterion_18b9ede2c7927371) } -var fileDescriptor_ad_group_criterion_b8512f28dcebed42 = []byte{ +var fileDescriptor_ad_group_criterion_18b9ede2c7927371 = []byte{ // 1706 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x98, 0xdd, 0x72, 0x1b, 0xb7, 0x15, 0xc7, 0x4b, 0x29, 0x76, 0x2c, 0x48, 0x96, 0x2d, 0xc8, 0x52, 0x11, 0xc5, 0x4d, 0x65, 0x27, diff --git a/googleapis/ads/googleads/v1/resources/ad_group_criterion_label.pb.go b/googleapis/ads/googleads/v1/resources/ad_group_criterion_label.pb.go index 413fdbc419..ac9f69aba6 100644 --- a/googleapis/ads/googleads/v1/resources/ad_group_criterion_label.pb.go +++ b/googleapis/ads/googleads/v1/resources/ad_group_criterion_label.pb.go @@ -40,7 +40,7 @@ func (m *AdGroupCriterionLabel) Reset() { *m = AdGroupCriterionLabel{} } func (m *AdGroupCriterionLabel) String() string { return proto.CompactTextString(m) } func (*AdGroupCriterionLabel) ProtoMessage() {} func (*AdGroupCriterionLabel) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_label_574ffcf19d7f9580, []int{0} + return fileDescriptor_ad_group_criterion_label_889d4a773b2ff94f, []int{0} } func (m *AdGroupCriterionLabel) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupCriterionLabel.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_criterion_label.proto", fileDescriptor_ad_group_criterion_label_574ffcf19d7f9580) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_criterion_label.proto", fileDescriptor_ad_group_criterion_label_889d4a773b2ff94f) } -var fileDescriptor_ad_group_criterion_label_574ffcf19d7f9580 = []byte{ +var fileDescriptor_ad_group_criterion_label_889d4a773b2ff94f = []byte{ // 343 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xc1, 0x4a, 0xc3, 0x30, 0x1c, 0xc6, 0x69, 0x87, 0x82, 0x55, 0x41, 0x0a, 0xc2, 0x18, 0x43, 0x36, 0x65, 0xb0, 0x53, 0x42, diff --git a/googleapis/ads/googleads/v1/resources/ad_group_criterion_simulation.pb.go b/googleapis/ads/googleads/v1/resources/ad_group_criterion_simulation.pb.go new file mode 100644 index 0000000000..fcb0615157 --- /dev/null +++ b/googleapis/ads/googleads/v1/resources/ad_group_criterion_simulation.pb.go @@ -0,0 +1,256 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/resources/ad_group_criterion_simulation.proto + +package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v1/resources" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import wrappers "github.com/golang/protobuf/ptypes/wrappers" +import common "google.golang.org/genproto/googleapis/ads/googleads/v1/common" +import enums "google.golang.org/genproto/googleapis/ads/googleads/v1/enums" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// An ad group criterion simulation. Supported combinations of advertising +// channel type, criterion types, simulation type, and simulation modification +// method are detailed below respectively. +// +// SEARCH KEYWORDS CPC_BID UNIFORM +type AdGroupCriterionSimulation struct { + // The resource name of the ad group criterion simulation. + // Ad group criterion simulation resource names have the form: + // + // + // `customers/{customer_id}/adGroupCriterionSimulations/{ad_group_id}~{criterion_id}~{type}~{modification_method}~{start_date}~{end_date}` + ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` + // AdGroup ID of the simulation. + AdGroupId *wrappers.Int64Value `protobuf:"bytes,2,opt,name=ad_group_id,json=adGroupId,proto3" json:"ad_group_id,omitempty"` + // Criterion ID of the simulation. + CriterionId *wrappers.Int64Value `protobuf:"bytes,3,opt,name=criterion_id,json=criterionId,proto3" json:"criterion_id,omitempty"` + // The field that the simulation modifies. + Type enums.SimulationTypeEnum_SimulationType `protobuf:"varint,4,opt,name=type,proto3,enum=google.ads.googleads.v1.enums.SimulationTypeEnum_SimulationType" json:"type,omitempty"` + // How the simulation modifies the field. + ModificationMethod enums.SimulationModificationMethodEnum_SimulationModificationMethod `protobuf:"varint,5,opt,name=modification_method,json=modificationMethod,proto3,enum=google.ads.googleads.v1.enums.SimulationModificationMethodEnum_SimulationModificationMethod" json:"modification_method,omitempty"` + // First day on which the simulation is based, in YYYY-MM-DD format. + StartDate *wrappers.StringValue `protobuf:"bytes,6,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"` + // Last day on which the simulation is based, in YYYY-MM-DD format. + EndDate *wrappers.StringValue `protobuf:"bytes,7,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"` + // List of simulation points. + // + // Types that are valid to be assigned to PointList: + // *AdGroupCriterionSimulation_CpcBidPointList + PointList isAdGroupCriterionSimulation_PointList `protobuf_oneof:"point_list"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AdGroupCriterionSimulation) Reset() { *m = AdGroupCriterionSimulation{} } +func (m *AdGroupCriterionSimulation) String() string { return proto.CompactTextString(m) } +func (*AdGroupCriterionSimulation) ProtoMessage() {} +func (*AdGroupCriterionSimulation) Descriptor() ([]byte, []int) { + return fileDescriptor_ad_group_criterion_simulation_a6c4c667ef018570, []int{0} +} +func (m *AdGroupCriterionSimulation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AdGroupCriterionSimulation.Unmarshal(m, b) +} +func (m *AdGroupCriterionSimulation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AdGroupCriterionSimulation.Marshal(b, m, deterministic) +} +func (dst *AdGroupCriterionSimulation) XXX_Merge(src proto.Message) { + xxx_messageInfo_AdGroupCriterionSimulation.Merge(dst, src) +} +func (m *AdGroupCriterionSimulation) XXX_Size() int { + return xxx_messageInfo_AdGroupCriterionSimulation.Size(m) +} +func (m *AdGroupCriterionSimulation) XXX_DiscardUnknown() { + xxx_messageInfo_AdGroupCriterionSimulation.DiscardUnknown(m) +} + +var xxx_messageInfo_AdGroupCriterionSimulation proto.InternalMessageInfo + +func (m *AdGroupCriterionSimulation) GetResourceName() string { + if m != nil { + return m.ResourceName + } + return "" +} + +func (m *AdGroupCriterionSimulation) GetAdGroupId() *wrappers.Int64Value { + if m != nil { + return m.AdGroupId + } + return nil +} + +func (m *AdGroupCriterionSimulation) GetCriterionId() *wrappers.Int64Value { + if m != nil { + return m.CriterionId + } + return nil +} + +func (m *AdGroupCriterionSimulation) GetType() enums.SimulationTypeEnum_SimulationType { + if m != nil { + return m.Type + } + return enums.SimulationTypeEnum_UNSPECIFIED +} + +func (m *AdGroupCriterionSimulation) GetModificationMethod() enums.SimulationModificationMethodEnum_SimulationModificationMethod { + if m != nil { + return m.ModificationMethod + } + return enums.SimulationModificationMethodEnum_UNSPECIFIED +} + +func (m *AdGroupCriterionSimulation) GetStartDate() *wrappers.StringValue { + if m != nil { + return m.StartDate + } + return nil +} + +func (m *AdGroupCriterionSimulation) GetEndDate() *wrappers.StringValue { + if m != nil { + return m.EndDate + } + return nil +} + +type isAdGroupCriterionSimulation_PointList interface { + isAdGroupCriterionSimulation_PointList() +} + +type AdGroupCriterionSimulation_CpcBidPointList struct { + CpcBidPointList *common.CpcBidSimulationPointList `protobuf:"bytes,8,opt,name=cpc_bid_point_list,json=cpcBidPointList,proto3,oneof"` +} + +func (*AdGroupCriterionSimulation_CpcBidPointList) isAdGroupCriterionSimulation_PointList() {} + +func (m *AdGroupCriterionSimulation) GetPointList() isAdGroupCriterionSimulation_PointList { + if m != nil { + return m.PointList + } + return nil +} + +func (m *AdGroupCriterionSimulation) GetCpcBidPointList() *common.CpcBidSimulationPointList { + if x, ok := m.GetPointList().(*AdGroupCriterionSimulation_CpcBidPointList); ok { + return x.CpcBidPointList + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*AdGroupCriterionSimulation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _AdGroupCriterionSimulation_OneofMarshaler, _AdGroupCriterionSimulation_OneofUnmarshaler, _AdGroupCriterionSimulation_OneofSizer, []interface{}{ + (*AdGroupCriterionSimulation_CpcBidPointList)(nil), + } +} + +func _AdGroupCriterionSimulation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*AdGroupCriterionSimulation) + // point_list + switch x := m.PointList.(type) { + case *AdGroupCriterionSimulation_CpcBidPointList: + b.EncodeVarint(8<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.CpcBidPointList); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("AdGroupCriterionSimulation.PointList has unexpected type %T", x) + } + return nil +} + +func _AdGroupCriterionSimulation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*AdGroupCriterionSimulation) + switch tag { + case 8: // point_list.cpc_bid_point_list + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.CpcBidSimulationPointList) + err := b.DecodeMessage(msg) + m.PointList = &AdGroupCriterionSimulation_CpcBidPointList{msg} + return true, err + default: + return false, nil + } +} + +func _AdGroupCriterionSimulation_OneofSizer(msg proto.Message) (n int) { + m := msg.(*AdGroupCriterionSimulation) + // point_list + switch x := m.PointList.(type) { + case *AdGroupCriterionSimulation_CpcBidPointList: + s := proto.Size(x.CpcBidPointList) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + +func init() { + proto.RegisterType((*AdGroupCriterionSimulation)(nil), "google.ads.googleads.v1.resources.AdGroupCriterionSimulation") +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_criterion_simulation.proto", fileDescriptor_ad_group_criterion_simulation_a6c4c667ef018570) +} + +var fileDescriptor_ad_group_criterion_simulation_a6c4c667ef018570 = []byte{ + // 557 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x54, 0xdd, 0x6e, 0xd3, 0x3e, + 0x14, 0xff, 0xa7, 0xfb, 0xf6, 0xfa, 0x07, 0x29, 0xdc, 0x44, 0x65, 0x82, 0x0e, 0x34, 0xa9, 0x57, + 0x8e, 0xba, 0x21, 0x10, 0xa9, 0x84, 0x48, 0xc7, 0x54, 0x8a, 0x18, 0xaa, 0xb2, 0xa9, 0x17, 0xa8, + 0x52, 0xe4, 0xc6, 0x5e, 0x66, 0xa9, 0xb1, 0x2d, 0xdb, 0x19, 0xda, 0x3b, 0xc0, 0x0d, 0x8f, 0xc0, + 0x25, 0x8f, 0xc2, 0xa3, 0xf0, 0x14, 0x28, 0x4e, 0xe2, 0x4e, 0x2d, 0x65, 0xbd, 0x3b, 0x39, 0xe7, + 0xf7, 0xe1, 0xf3, 0x73, 0x5d, 0x70, 0x96, 0x72, 0x9e, 0xce, 0x88, 0x8f, 0xb0, 0xf2, 0xcb, 0xb2, + 0xa8, 0x6e, 0xba, 0xbe, 0x24, 0x8a, 0xe7, 0x32, 0x21, 0xca, 0x47, 0x38, 0x4e, 0x25, 0xcf, 0x45, + 0x9c, 0x48, 0xaa, 0x89, 0xa4, 0x9c, 0xc5, 0x8a, 0x66, 0xf9, 0x0c, 0x69, 0xca, 0x19, 0x14, 0x92, + 0x6b, 0xee, 0x1e, 0x96, 0x5c, 0x88, 0xb0, 0x82, 0x56, 0x06, 0xde, 0x74, 0xa1, 0x95, 0x69, 0xf9, + 0xab, 0x9c, 0x12, 0x9e, 0x65, 0x9c, 0xf9, 0x8b, 0x9a, 0xad, 0xfe, 0x2a, 0x02, 0x61, 0x79, 0xa6, + 0xee, 0xe0, 0xe3, 0x8c, 0x63, 0x7a, 0x45, 0x93, 0xea, 0x83, 0xe8, 0x6b, 0x8e, 0x2b, 0x8d, 0x93, + 0xb5, 0x35, 0xf4, 0xad, 0x20, 0x15, 0xe9, 0x49, 0x45, 0x32, 0x5f, 0xd3, 0xfc, 0xca, 0xff, 0x22, + 0x91, 0x10, 0x44, 0xaa, 0x6a, 0x7e, 0x50, 0x8b, 0x0a, 0xea, 0x23, 0xc6, 0xb8, 0x36, 0x0a, 0xd5, + 0xf4, 0xd9, 0xf7, 0x2d, 0xd0, 0x0a, 0xf1, 0xa0, 0x48, 0xec, 0xb4, 0x0e, 0xec, 0xc2, 0xfa, 0xb8, + 0xcf, 0xc1, 0xff, 0x75, 0x26, 0x31, 0x43, 0x19, 0xf1, 0x9c, 0xb6, 0xd3, 0xd9, 0x8b, 0x9a, 0x75, + 0xf3, 0x13, 0xca, 0x88, 0xdb, 0x03, 0xfb, 0x36, 0x75, 0x8a, 0xbd, 0x46, 0xdb, 0xe9, 0xec, 0x1f, + 0x3f, 0xae, 0x92, 0x85, 0xf5, 0xb9, 0xe0, 0x90, 0xe9, 0x97, 0x2f, 0xc6, 0x68, 0x96, 0x93, 0x68, + 0x0f, 0x95, 0x96, 0x43, 0xec, 0xbe, 0x01, 0xcd, 0xf9, 0x4d, 0x51, 0xec, 0x6d, 0xdc, 0xcf, 0xde, + 0xb7, 0x84, 0x21, 0x76, 0x2f, 0xc1, 0x66, 0x11, 0x86, 0xb7, 0xd9, 0x76, 0x3a, 0x0f, 0x8e, 0xdf, + 0xc2, 0x55, 0x57, 0x6b, 0x22, 0x84, 0xf3, 0xd5, 0x2e, 0x6f, 0x05, 0x39, 0x63, 0x79, 0xb6, 0xd0, + 0x8a, 0x8c, 0x9a, 0xfb, 0xcd, 0x01, 0x8f, 0xfe, 0x72, 0x4f, 0xde, 0x96, 0x71, 0x99, 0xac, 0xed, + 0x72, 0x7e, 0x47, 0xe3, 0xdc, 0x48, 0x2c, 0x78, 0x2e, 0x03, 0x22, 0x37, 0x5b, 0xea, 0xb9, 0x3d, + 0x00, 0x94, 0x46, 0x52, 0xc7, 0x18, 0x69, 0xe2, 0x6d, 0x9b, 0x8c, 0x0e, 0x96, 0x32, 0xba, 0xd0, + 0x92, 0xb2, 0xb4, 0x8a, 0xd8, 0xe0, 0xdf, 0x21, 0x4d, 0xdc, 0x57, 0x60, 0x97, 0x30, 0x5c, 0x52, + 0x77, 0xd6, 0xa0, 0xee, 0x10, 0x86, 0x0d, 0xf1, 0x1a, 0xb8, 0x89, 0x48, 0xe2, 0x29, 0xc5, 0xb1, + 0xe0, 0x94, 0xe9, 0x78, 0x46, 0x95, 0xf6, 0x76, 0x8d, 0xc4, 0xeb, 0x95, 0x19, 0x94, 0x2f, 0x04, + 0x9e, 0x8a, 0xa4, 0x4f, 0xf1, 0x7c, 0xd3, 0x51, 0xa1, 0xf0, 0x91, 0x2a, 0xfd, 0xfe, 0xbf, 0xe8, + 0x61, 0x62, 0x86, 0xb6, 0xd5, 0x6f, 0x02, 0x30, 0x77, 0xe8, 0x7f, 0x6d, 0x80, 0xa3, 0x84, 0x67, + 0xf0, 0xde, 0x67, 0xda, 0x7f, 0xba, 0xfa, 0xb7, 0x3b, 0x2a, 0x56, 0x1b, 0x39, 0x9f, 0x3f, 0x54, + 0x2a, 0x29, 0x9f, 0x21, 0x96, 0x42, 0x2e, 0x53, 0x3f, 0x25, 0xcc, 0x2c, 0x5e, 0x3f, 0x32, 0x41, + 0xd5, 0x3f, 0xfe, 0x52, 0x7a, 0xb6, 0xfa, 0xd1, 0xd8, 0x18, 0x84, 0xe1, 0xcf, 0xc6, 0xe1, 0xa0, + 0x94, 0x0c, 0xb1, 0x82, 0x65, 0x59, 0x54, 0xe3, 0x2e, 0x8c, 0x6a, 0xe4, 0xaf, 0x1a, 0x33, 0x09, + 0xb1, 0x9a, 0x58, 0xcc, 0x64, 0xdc, 0x9d, 0x58, 0xcc, 0xef, 0xc6, 0x51, 0x39, 0x08, 0x82, 0x10, + 0xab, 0x20, 0xb0, 0xa8, 0x20, 0x18, 0x77, 0x83, 0xc0, 0xe2, 0xa6, 0xdb, 0xe6, 0xb0, 0x27, 0x7f, + 0x02, 0x00, 0x00, 0xff, 0xff, 0x26, 0x19, 0xf6, 0x17, 0xfe, 0x04, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/resources/ad_group_extension_setting.pb.go b/googleapis/ads/googleads/v1/resources/ad_group_extension_setting.pb.go index 7a7736e293..cb414bae85 100644 --- a/googleapis/ads/googleads/v1/resources/ad_group_extension_setting.pb.go +++ b/googleapis/ads/googleads/v1/resources/ad_group_extension_setting.pb.go @@ -53,7 +53,7 @@ func (m *AdGroupExtensionSetting) Reset() { *m = AdGroupExtensionSetting func (m *AdGroupExtensionSetting) String() string { return proto.CompactTextString(m) } func (*AdGroupExtensionSetting) ProtoMessage() {} func (*AdGroupExtensionSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_extension_setting_faf85dd5a0abd71b, []int{0} + return fileDescriptor_ad_group_extension_setting_7412d90d5487962e, []int{0} } func (m *AdGroupExtensionSetting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupExtensionSetting.Unmarshal(m, b) @@ -113,10 +113,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_extension_setting.proto", fileDescriptor_ad_group_extension_setting_faf85dd5a0abd71b) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_extension_setting.proto", fileDescriptor_ad_group_extension_setting_7412d90d5487962e) } -var fileDescriptor_ad_group_extension_setting_faf85dd5a0abd71b = []byte{ +var fileDescriptor_ad_group_extension_setting_7412d90d5487962e = []byte{ // 449 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xd1, 0x8a, 0xd4, 0x30, 0x14, 0xa5, 0x1d, 0x5d, 0xb5, 0xba, 0xfb, 0x50, 0x04, 0xcb, 0x32, 0xc8, 0xac, 0xb2, 0x30, 0x4f, diff --git a/googleapis/ads/googleads/v1/resources/ad_group_feed.pb.go b/googleapis/ads/googleads/v1/resources/ad_group_feed.pb.go index f19e39b19c..96e0820ebc 100644 --- a/googleapis/ads/googleads/v1/resources/ad_group_feed.pb.go +++ b/googleapis/ads/googleads/v1/resources/ad_group_feed.pb.go @@ -52,7 +52,7 @@ func (m *AdGroupFeed) Reset() { *m = AdGroupFeed{} } func (m *AdGroupFeed) String() string { return proto.CompactTextString(m) } func (*AdGroupFeed) ProtoMessage() {} func (*AdGroupFeed) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_feed_61af86a925c6fe44, []int{0} + return fileDescriptor_ad_group_feed_182dd6d2597b72d9, []int{0} } func (m *AdGroupFeed) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupFeed.Unmarshal(m, b) @@ -119,10 +119,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_feed.proto", fileDescriptor_ad_group_feed_61af86a925c6fe44) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_feed.proto", fileDescriptor_ad_group_feed_182dd6d2597b72d9) } -var fileDescriptor_ad_group_feed_61af86a925c6fe44 = []byte{ +var fileDescriptor_ad_group_feed_182dd6d2597b72d9 = []byte{ // 489 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xdd, 0x6a, 0xd4, 0x40, 0x14, 0xc7, 0xc9, 0x6e, 0x5d, 0x75, 0xaa, 0x65, 0x9b, 0xab, 0x50, 0x8a, 0x6c, 0x95, 0xc2, 0x5e, diff --git a/googleapis/ads/googleads/v1/resources/ad_group_label.pb.go b/googleapis/ads/googleads/v1/resources/ad_group_label.pb.go index 4018a3e410..af68ab53b7 100644 --- a/googleapis/ads/googleads/v1/resources/ad_group_label.pb.go +++ b/googleapis/ads/googleads/v1/resources/ad_group_label.pb.go @@ -39,7 +39,7 @@ func (m *AdGroupLabel) Reset() { *m = AdGroupLabel{} } func (m *AdGroupLabel) String() string { return proto.CompactTextString(m) } func (*AdGroupLabel) ProtoMessage() {} func (*AdGroupLabel) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_label_fdb4c422a3304734, []int{0} + return fileDescriptor_ad_group_label_0fa746bd05e2b50f, []int{0} } func (m *AdGroupLabel) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupLabel.Unmarshal(m, b) @@ -85,10 +85,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_label.proto", fileDescriptor_ad_group_label_fdb4c422a3304734) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_label.proto", fileDescriptor_ad_group_label_0fa746bd05e2b50f) } -var fileDescriptor_ad_group_label_fdb4c422a3304734 = []byte{ +var fileDescriptor_ad_group_label_0fa746bd05e2b50f = []byte{ // 328 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0x4f, 0x4b, 0xf3, 0x30, 0x1c, 0xc7, 0x69, 0xc7, 0xf3, 0xa8, 0x75, 0x1e, 0xec, 0x69, 0x8c, 0x21, 0x9b, 0x32, 0xd8, 0x29, diff --git a/googleapis/ads/googleads/v1/resources/ad_group_simulation.pb.go b/googleapis/ads/googleads/v1/resources/ad_group_simulation.pb.go new file mode 100644 index 0000000000..d806d58ea4 --- /dev/null +++ b/googleapis/ads/googleads/v1/resources/ad_group_simulation.pb.go @@ -0,0 +1,286 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/resources/ad_group_simulation.proto + +package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v1/resources" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import wrappers "github.com/golang/protobuf/ptypes/wrappers" +import common "google.golang.org/genproto/googleapis/ads/googleads/v1/common" +import enums "google.golang.org/genproto/googleapis/ads/googleads/v1/enums" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// An ad group simulation. Supported combinations of advertising +// channel type, simulation type and simulation modification method is +// detailed below respectively. +// +// SEARCH CPC_BID DEFAULT +// SEARCH CPC_BID UNIFORM +// SEARCH TARGET_CPA UNIFORM +// DISPLAY CPC_BID DEFAULT +// DISPLAY CPC_BID UNIFORM +// DISPLAY TARGET_CPA UNIFORM +type AdGroupSimulation struct { + // The resource name of the ad group simulation. + // Ad group simulation resource names have the form: + // + // + // `customers/{customer_id}/adGroupSimulations/{ad_group_id}~{type}~{modification_method}~{start_date}~{end_date}` + ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` + // Ad group id of the simulation. + AdGroupId *wrappers.Int64Value `protobuf:"bytes,2,opt,name=ad_group_id,json=adGroupId,proto3" json:"ad_group_id,omitempty"` + // The field that the simulation modifies. + Type enums.SimulationTypeEnum_SimulationType `protobuf:"varint,3,opt,name=type,proto3,enum=google.ads.googleads.v1.enums.SimulationTypeEnum_SimulationType" json:"type,omitempty"` + // How the simulation modifies the field. + ModificationMethod enums.SimulationModificationMethodEnum_SimulationModificationMethod `protobuf:"varint,4,opt,name=modification_method,json=modificationMethod,proto3,enum=google.ads.googleads.v1.enums.SimulationModificationMethodEnum_SimulationModificationMethod" json:"modification_method,omitempty"` + // First day on which the simulation is based, in YYYY-MM-DD format. + StartDate *wrappers.StringValue `protobuf:"bytes,5,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"` + // Last day on which the simulation is based, in YYYY-MM-DD format + EndDate *wrappers.StringValue `protobuf:"bytes,6,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"` + // List of simulation points. + // + // Types that are valid to be assigned to PointList: + // *AdGroupSimulation_CpcBidPointList + // *AdGroupSimulation_TargetCpaPointList + PointList isAdGroupSimulation_PointList `protobuf_oneof:"point_list"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AdGroupSimulation) Reset() { *m = AdGroupSimulation{} } +func (m *AdGroupSimulation) String() string { return proto.CompactTextString(m) } +func (*AdGroupSimulation) ProtoMessage() {} +func (*AdGroupSimulation) Descriptor() ([]byte, []int) { + return fileDescriptor_ad_group_simulation_a578bba85f881904, []int{0} +} +func (m *AdGroupSimulation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AdGroupSimulation.Unmarshal(m, b) +} +func (m *AdGroupSimulation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AdGroupSimulation.Marshal(b, m, deterministic) +} +func (dst *AdGroupSimulation) XXX_Merge(src proto.Message) { + xxx_messageInfo_AdGroupSimulation.Merge(dst, src) +} +func (m *AdGroupSimulation) XXX_Size() int { + return xxx_messageInfo_AdGroupSimulation.Size(m) +} +func (m *AdGroupSimulation) XXX_DiscardUnknown() { + xxx_messageInfo_AdGroupSimulation.DiscardUnknown(m) +} + +var xxx_messageInfo_AdGroupSimulation proto.InternalMessageInfo + +func (m *AdGroupSimulation) GetResourceName() string { + if m != nil { + return m.ResourceName + } + return "" +} + +func (m *AdGroupSimulation) GetAdGroupId() *wrappers.Int64Value { + if m != nil { + return m.AdGroupId + } + return nil +} + +func (m *AdGroupSimulation) GetType() enums.SimulationTypeEnum_SimulationType { + if m != nil { + return m.Type + } + return enums.SimulationTypeEnum_UNSPECIFIED +} + +func (m *AdGroupSimulation) GetModificationMethod() enums.SimulationModificationMethodEnum_SimulationModificationMethod { + if m != nil { + return m.ModificationMethod + } + return enums.SimulationModificationMethodEnum_UNSPECIFIED +} + +func (m *AdGroupSimulation) GetStartDate() *wrappers.StringValue { + if m != nil { + return m.StartDate + } + return nil +} + +func (m *AdGroupSimulation) GetEndDate() *wrappers.StringValue { + if m != nil { + return m.EndDate + } + return nil +} + +type isAdGroupSimulation_PointList interface { + isAdGroupSimulation_PointList() +} + +type AdGroupSimulation_CpcBidPointList struct { + CpcBidPointList *common.CpcBidSimulationPointList `protobuf:"bytes,8,opt,name=cpc_bid_point_list,json=cpcBidPointList,proto3,oneof"` +} + +type AdGroupSimulation_TargetCpaPointList struct { + TargetCpaPointList *common.TargetCpaSimulationPointList `protobuf:"bytes,9,opt,name=target_cpa_point_list,json=targetCpaPointList,proto3,oneof"` +} + +func (*AdGroupSimulation_CpcBidPointList) isAdGroupSimulation_PointList() {} + +func (*AdGroupSimulation_TargetCpaPointList) isAdGroupSimulation_PointList() {} + +func (m *AdGroupSimulation) GetPointList() isAdGroupSimulation_PointList { + if m != nil { + return m.PointList + } + return nil +} + +func (m *AdGroupSimulation) GetCpcBidPointList() *common.CpcBidSimulationPointList { + if x, ok := m.GetPointList().(*AdGroupSimulation_CpcBidPointList); ok { + return x.CpcBidPointList + } + return nil +} + +func (m *AdGroupSimulation) GetTargetCpaPointList() *common.TargetCpaSimulationPointList { + if x, ok := m.GetPointList().(*AdGroupSimulation_TargetCpaPointList); ok { + return x.TargetCpaPointList + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*AdGroupSimulation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _AdGroupSimulation_OneofMarshaler, _AdGroupSimulation_OneofUnmarshaler, _AdGroupSimulation_OneofSizer, []interface{}{ + (*AdGroupSimulation_CpcBidPointList)(nil), + (*AdGroupSimulation_TargetCpaPointList)(nil), + } +} + +func _AdGroupSimulation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*AdGroupSimulation) + // point_list + switch x := m.PointList.(type) { + case *AdGroupSimulation_CpcBidPointList: + b.EncodeVarint(8<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.CpcBidPointList); err != nil { + return err + } + case *AdGroupSimulation_TargetCpaPointList: + b.EncodeVarint(9<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.TargetCpaPointList); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("AdGroupSimulation.PointList has unexpected type %T", x) + } + return nil +} + +func _AdGroupSimulation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*AdGroupSimulation) + switch tag { + case 8: // point_list.cpc_bid_point_list + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.CpcBidSimulationPointList) + err := b.DecodeMessage(msg) + m.PointList = &AdGroupSimulation_CpcBidPointList{msg} + return true, err + case 9: // point_list.target_cpa_point_list + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.TargetCpaSimulationPointList) + err := b.DecodeMessage(msg) + m.PointList = &AdGroupSimulation_TargetCpaPointList{msg} + return true, err + default: + return false, nil + } +} + +func _AdGroupSimulation_OneofSizer(msg proto.Message) (n int) { + m := msg.(*AdGroupSimulation) + // point_list + switch x := m.PointList.(type) { + case *AdGroupSimulation_CpcBidPointList: + s := proto.Size(x.CpcBidPointList) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AdGroupSimulation_TargetCpaPointList: + s := proto.Size(x.TargetCpaPointList) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + +func init() { + proto.RegisterType((*AdGroupSimulation)(nil), "google.ads.googleads.v1.resources.AdGroupSimulation") +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_simulation.proto", fileDescriptor_ad_group_simulation_a578bba85f881904) +} + +var fileDescriptor_ad_group_simulation_a578bba85f881904 = []byte{ + // 563 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x54, 0xdd, 0x6e, 0xd3, 0x3c, + 0x18, 0xfe, 0xd2, 0xfd, 0x7c, 0x9b, 0x37, 0x40, 0x18, 0x81, 0xa2, 0x31, 0xa1, 0x0e, 0x34, 0xa9, + 0x47, 0x8e, 0xba, 0x21, 0x10, 0x29, 0x07, 0xa4, 0x03, 0x95, 0x21, 0x86, 0xaa, 0xac, 0xea, 0x01, + 0xaa, 0x14, 0xb9, 0xb1, 0x97, 0x59, 0x6a, 0x6c, 0x13, 0x3b, 0x43, 0x3b, 0xe6, 0x98, 0x9b, 0xe0, + 0x90, 0x6b, 0xe0, 0x0a, 0xb8, 0x14, 0xae, 0x02, 0xc5, 0x49, 0xdc, 0xaa, 0x5d, 0x59, 0xcf, 0x5e, + 0xbf, 0xef, 0xf3, 0x63, 0x3f, 0xb1, 0x03, 0x3a, 0x89, 0x10, 0xc9, 0x84, 0x7a, 0x98, 0x28, 0xaf, + 0x2c, 0x8b, 0xea, 0xaa, 0xed, 0x65, 0x54, 0x89, 0x3c, 0x8b, 0xa9, 0xf2, 0x30, 0x89, 0x92, 0x4c, + 0xe4, 0x32, 0x52, 0x2c, 0xcd, 0x27, 0x58, 0x33, 0xc1, 0x91, 0xcc, 0x84, 0x16, 0xf0, 0xa0, 0x64, + 0x20, 0x4c, 0x14, 0xb2, 0x64, 0x74, 0xd5, 0x46, 0x96, 0xbc, 0xe7, 0x2d, 0xd3, 0x8f, 0x45, 0x9a, + 0x0a, 0xee, 0xcd, 0x6b, 0xee, 0x75, 0x97, 0x11, 0x28, 0xcf, 0x53, 0x35, 0x83, 0x8f, 0x52, 0x41, + 0xd8, 0x05, 0x8b, 0xab, 0x05, 0xd5, 0x97, 0x82, 0x54, 0x1a, 0xc7, 0x2b, 0x6b, 0xe8, 0x6b, 0x49, + 0x2b, 0xd2, 0x93, 0x8a, 0x64, 0x56, 0xe3, 0xfc, 0xc2, 0xfb, 0x9a, 0x61, 0x29, 0x69, 0xa6, 0xaa, + 0xf9, 0x7e, 0x2d, 0x2a, 0x99, 0x87, 0x39, 0x17, 0xda, 0x28, 0x54, 0xd3, 0xa7, 0xbf, 0x36, 0xc0, + 0xfd, 0x80, 0xf4, 0x8a, 0x9c, 0xce, 0xad, 0x3c, 0x7c, 0x06, 0xee, 0xd4, 0x51, 0x44, 0x1c, 0xa7, + 0xd4, 0x75, 0x9a, 0x4e, 0x6b, 0x3b, 0xdc, 0xad, 0x9b, 0x9f, 0x70, 0x4a, 0x61, 0x07, 0xec, 0xd8, + 0x88, 0x19, 0x71, 0x1b, 0x4d, 0xa7, 0xb5, 0x73, 0xf4, 0xb8, 0x0a, 0x14, 0xd5, 0xdb, 0x41, 0xa7, + 0x5c, 0xbf, 0x78, 0x3e, 0xc4, 0x93, 0x9c, 0x86, 0xdb, 0xb8, 0x74, 0x3a, 0x25, 0x70, 0x00, 0xd6, + 0x8b, 0x33, 0xb8, 0x6b, 0x4d, 0xa7, 0x75, 0xf7, 0xe8, 0x0d, 0x5a, 0xf6, 0x45, 0xcc, 0xc9, 0xd1, + 0x74, 0x6b, 0x83, 0x6b, 0x49, 0xdf, 0xf1, 0x3c, 0x9d, 0x6b, 0x85, 0x46, 0x0d, 0x7e, 0x77, 0xc0, + 0x83, 0x1b, 0xe2, 0x75, 0xd7, 0x8d, 0xcb, 0x68, 0x65, 0x97, 0xb3, 0x19, 0x8d, 0x33, 0x23, 0x31, + 0xe7, 0xb9, 0x08, 0x08, 0x61, 0xba, 0xd0, 0x83, 0x1d, 0x00, 0x94, 0xc6, 0x99, 0x8e, 0x08, 0xd6, + 0xd4, 0xdd, 0x30, 0x09, 0xed, 0x2f, 0x24, 0x74, 0xae, 0x33, 0xc6, 0x93, 0x2a, 0x22, 0x83, 0x7f, + 0x8b, 0x35, 0x85, 0x2f, 0xc1, 0x16, 0xe5, 0xa4, 0xa4, 0x6e, 0xae, 0x40, 0xfd, 0x9f, 0x72, 0x62, + 0x88, 0x97, 0x00, 0xc6, 0x32, 0x8e, 0xc6, 0x8c, 0x44, 0x52, 0x30, 0xae, 0xa3, 0x09, 0x53, 0xda, + 0xdd, 0x32, 0x12, 0xaf, 0x96, 0x66, 0x50, 0x5e, 0x6c, 0x74, 0x22, 0xe3, 0x2e, 0x23, 0xd3, 0x93, + 0xf6, 0x0b, 0x85, 0x8f, 0x4c, 0xe9, 0xf7, 0xff, 0x85, 0xf7, 0x62, 0x33, 0xb4, 0x2d, 0xf8, 0x05, + 0x3c, 0xd4, 0x38, 0x4b, 0xa8, 0x8e, 0x62, 0x89, 0x67, 0xcd, 0xb6, 0x8d, 0xd9, 0xeb, 0xdb, 0xcc, + 0x06, 0x86, 0x7c, 0x22, 0xf1, 0xcd, 0x7e, 0x50, 0xd7, 0x73, 0xdb, 0xed, 0xee, 0x02, 0x30, 0xf5, + 0xe9, 0x7e, 0x6b, 0x80, 0xc3, 0x58, 0xa4, 0xe8, 0xd6, 0x07, 0xdd, 0x7d, 0xb4, 0x70, 0xcb, 0xfb, + 0x45, 0x88, 0x7d, 0xe7, 0xf3, 0x87, 0x8a, 0x9c, 0x88, 0x09, 0xe6, 0x09, 0x12, 0x59, 0xe2, 0x25, + 0x94, 0x9b, 0x88, 0xeb, 0x57, 0x28, 0x99, 0xfa, 0xc7, 0x9f, 0xa6, 0x63, 0xab, 0x1f, 0x8d, 0xb5, + 0x5e, 0x10, 0xfc, 0x6c, 0x1c, 0xf4, 0x4a, 0xc9, 0x80, 0x28, 0x54, 0x96, 0x45, 0x35, 0x6c, 0xa3, + 0xb0, 0x46, 0xfe, 0xae, 0x31, 0xa3, 0x80, 0xa8, 0x91, 0xc5, 0x8c, 0x86, 0xed, 0x91, 0xc5, 0xfc, + 0x69, 0x1c, 0x96, 0x03, 0xdf, 0x0f, 0x88, 0xf2, 0x7d, 0x8b, 0xf2, 0xfd, 0x61, 0xdb, 0xf7, 0x2d, + 0x6e, 0xbc, 0x69, 0x36, 0x7b, 0xfc, 0x37, 0x00, 0x00, 0xff, 0xff, 0x05, 0xed, 0xb9, 0x15, 0x15, + 0x05, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/resources/ad_parameter.pb.go b/googleapis/ads/googleads/v1/resources/ad_parameter.pb.go index f2cb48d7fb..3703a7ce15 100644 --- a/googleapis/ads/googleads/v1/resources/ad_parameter.pb.go +++ b/googleapis/ads/googleads/v1/resources/ad_parameter.pb.go @@ -43,7 +43,7 @@ type AdParameter struct { // comma (respectively) for fractional values. For example, 1,000,000.00 // and 2.000.000,10 are valid. // - Can be prepended or appended with a currency symbol. For example, - // $99.99 and 200£ are valid. + // $99.99 is valid. // - Can be prepended or appended with a currency code. For example, 99.99USD // and EUR200 are valid. // - Can use '%'. For example, 1.0% and 1,0% are valid. @@ -60,7 +60,7 @@ func (m *AdParameter) Reset() { *m = AdParameter{} } func (m *AdParameter) String() string { return proto.CompactTextString(m) } func (*AdParameter) ProtoMessage() {} func (*AdParameter) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_parameter_5204184afe7fcb96, []int{0} + return fileDescriptor_ad_parameter_c2ef224ce905eb1b, []int{0} } func (m *AdParameter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdParameter.Unmarshal(m, b) @@ -113,10 +113,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/ad_parameter.proto", fileDescriptor_ad_parameter_5204184afe7fcb96) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_parameter.proto", fileDescriptor_ad_parameter_c2ef224ce905eb1b) } -var fileDescriptor_ad_parameter_5204184afe7fcb96 = []byte{ +var fileDescriptor_ad_parameter_c2ef224ce905eb1b = []byte{ // 385 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xdf, 0x6a, 0xdb, 0x30, 0x18, 0xc5, 0xb1, 0x33, 0x06, 0x73, 0x96, 0x2c, 0xf8, 0xca, 0x64, 0x61, 0x24, 0x1b, 0x81, 0x5c, diff --git a/googleapis/ads/googleads/v1/resources/ad_schedule_view.pb.go b/googleapis/ads/googleads/v1/resources/ad_schedule_view.pb.go index e67ecf576c..56f4e35298 100644 --- a/googleapis/ads/googleads/v1/resources/ad_schedule_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/ad_schedule_view.pb.go @@ -36,7 +36,7 @@ func (m *AdScheduleView) Reset() { *m = AdScheduleView{} } func (m *AdScheduleView) String() string { return proto.CompactTextString(m) } func (*AdScheduleView) ProtoMessage() {} func (*AdScheduleView) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_schedule_view_4511b7b7817562fa, []int{0} + return fileDescriptor_ad_schedule_view_4019259953664afe, []int{0} } func (m *AdScheduleView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdScheduleView.Unmarshal(m, b) @@ -68,10 +68,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/ad_schedule_view.proto", fileDescriptor_ad_schedule_view_4511b7b7817562fa) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_schedule_view.proto", fileDescriptor_ad_schedule_view_4019259953664afe) } -var fileDescriptor_ad_schedule_view_4511b7b7817562fa = []byte{ +var fileDescriptor_ad_schedule_view_4019259953664afe = []byte{ // 271 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xc1, 0x4a, 0xc4, 0x30, 0x10, 0x86, 0x69, 0x05, 0xc1, 0xa2, 0x1e, 0xd6, 0x8b, 0x88, 0x07, 0x57, 0x59, 0xf0, 0x94, 0x50, diff --git a/googleapis/ads/googleads/v1/resources/age_range_view.pb.go b/googleapis/ads/googleads/v1/resources/age_range_view.pb.go index 51d6d230de..6da32f959f 100644 --- a/googleapis/ads/googleads/v1/resources/age_range_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/age_range_view.pb.go @@ -35,7 +35,7 @@ func (m *AgeRangeView) Reset() { *m = AgeRangeView{} } func (m *AgeRangeView) String() string { return proto.CompactTextString(m) } func (*AgeRangeView) ProtoMessage() {} func (*AgeRangeView) Descriptor() ([]byte, []int) { - return fileDescriptor_age_range_view_18c2e15c7b53cca4, []int{0} + return fileDescriptor_age_range_view_32980c6c992c3551, []int{0} } func (m *AgeRangeView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AgeRangeView.Unmarshal(m, b) @@ -67,10 +67,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/age_range_view.proto", fileDescriptor_age_range_view_18c2e15c7b53cca4) + proto.RegisterFile("google/ads/googleads/v1/resources/age_range_view.proto", fileDescriptor_age_range_view_32980c6c992c3551) } -var fileDescriptor_age_range_view_18c2e15c7b53cca4 = []byte{ +var fileDescriptor_age_range_view_32980c6c992c3551 = []byte{ // 267 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xb1, 0x4a, 0xc4, 0x30, 0x18, 0xc7, 0x69, 0x05, 0xc1, 0x72, 0x0e, 0xde, 0x24, 0xe2, 0xe0, 0x29, 0x07, 0x4e, 0x09, 0xe1, diff --git a/googleapis/ads/googleads/v1/resources/asset.pb.go b/googleapis/ads/googleads/v1/resources/asset.pb.go index 6ec5ebb2a1..45216e12ef 100644 --- a/googleapis/ads/googleads/v1/resources/asset.pb.go +++ b/googleapis/ads/googleads/v1/resources/asset.pb.go @@ -42,6 +42,7 @@ type Asset struct { // *Asset_YoutubeVideoAsset // *Asset_MediaBundleAsset // *Asset_ImageAsset + // *Asset_TextAsset AssetData isAsset_AssetData `protobuf_oneof:"asset_data"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -52,7 +53,7 @@ func (m *Asset) Reset() { *m = Asset{} } func (m *Asset) String() string { return proto.CompactTextString(m) } func (*Asset) ProtoMessage() {} func (*Asset) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_c59e4d590e033b73, []int{0} + return fileDescriptor_asset_06e147e85df80ec5, []int{0} } func (m *Asset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Asset.Unmarshal(m, b) @@ -116,12 +117,18 @@ type Asset_ImageAsset struct { ImageAsset *common.ImageAsset `protobuf:"bytes,7,opt,name=image_asset,json=imageAsset,proto3,oneof"` } +type Asset_TextAsset struct { + TextAsset *common.TextAsset `protobuf:"bytes,8,opt,name=text_asset,json=textAsset,proto3,oneof"` +} + func (*Asset_YoutubeVideoAsset) isAsset_AssetData() {} func (*Asset_MediaBundleAsset) isAsset_AssetData() {} func (*Asset_ImageAsset) isAsset_AssetData() {} +func (*Asset_TextAsset) isAsset_AssetData() {} + func (m *Asset) GetAssetData() isAsset_AssetData { if m != nil { return m.AssetData @@ -150,12 +157,20 @@ func (m *Asset) GetImageAsset() *common.ImageAsset { return nil } +func (m *Asset) GetTextAsset() *common.TextAsset { + if x, ok := m.GetAssetData().(*Asset_TextAsset); ok { + return x.TextAsset + } + return nil +} + // XXX_OneofFuncs is for the internal use of the proto package. func (*Asset) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { return _Asset_OneofMarshaler, _Asset_OneofUnmarshaler, _Asset_OneofSizer, []interface{}{ (*Asset_YoutubeVideoAsset)(nil), (*Asset_MediaBundleAsset)(nil), (*Asset_ImageAsset)(nil), + (*Asset_TextAsset)(nil), } } @@ -178,6 +193,11 @@ func _Asset_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { if err := b.EncodeMessage(x.ImageAsset); err != nil { return err } + case *Asset_TextAsset: + b.EncodeVarint(8<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.TextAsset); err != nil { + return err + } case nil: default: return fmt.Errorf("Asset.AssetData has unexpected type %T", x) @@ -212,6 +232,14 @@ func _Asset_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) err := b.DecodeMessage(msg) m.AssetData = &Asset_ImageAsset{msg} return true, err + case 8: // asset_data.text_asset + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.TextAsset) + err := b.DecodeMessage(msg) + m.AssetData = &Asset_TextAsset{msg} + return true, err default: return false, nil } @@ -236,6 +264,11 @@ func _Asset_OneofSizer(msg proto.Message) (n int) { n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s + case *Asset_TextAsset: + s := proto.Size(x.TextAsset) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s case nil: default: panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) @@ -248,40 +281,41 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/asset.proto", fileDescriptor_asset_c59e4d590e033b73) + proto.RegisterFile("google/ads/googleads/v1/resources/asset.proto", fileDescriptor_asset_06e147e85df80ec5) } -var fileDescriptor_asset_c59e4d590e033b73 = []byte{ - // 487 bytes of a gzipped FileDescriptorProto +var fileDescriptor_asset_06e147e85df80ec5 = []byte{ + // 508 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x93, 0xc1, 0x6e, 0xd3, 0x30, - 0x18, 0xc7, 0x49, 0xda, 0x0d, 0xe1, 0x0d, 0x04, 0xe6, 0x52, 0x8d, 0x09, 0x75, 0xa0, 0x49, 0x15, - 0x08, 0xa7, 0x19, 0x68, 0x87, 0x70, 0x4a, 0x25, 0x34, 0x36, 0x69, 0x68, 0x0a, 0x28, 0x12, 0xa8, - 0x52, 0x70, 0x6b, 0x13, 0x59, 0xaa, 0xed, 0x28, 0x76, 0x8a, 0xfa, 0x3a, 0x1c, 0x79, 0x14, 0x1e, - 0x85, 0x17, 0xe0, 0xc0, 0x05, 0xc5, 0x8e, 0x0d, 0x1a, 0xca, 0x7a, 0xfb, 0xec, 0xfc, 0xfe, 0xbf, - 0xef, 0xab, 0xed, 0x82, 0x17, 0xa5, 0x94, 0xe5, 0x8a, 0x46, 0x98, 0xa8, 0xc8, 0x96, 0x6d, 0xb5, - 0x8e, 0xa3, 0x9a, 0x2a, 0xd9, 0xd4, 0x4b, 0xaa, 0x22, 0xac, 0x14, 0xd5, 0xa8, 0xaa, 0xa5, 0x96, - 0xf0, 0xc8, 0x32, 0x08, 0x13, 0x85, 0x3c, 0x8e, 0xd6, 0x31, 0xf2, 0xf8, 0xc1, 0xb4, 0xcf, 0xb8, - 0x94, 0x9c, 0x4b, 0x61, 0x75, 0x85, 0xde, 0x54, 0x54, 0x59, 0xe9, 0x01, 0xea, 0x4b, 0x50, 0xd1, - 0x70, 0xf5, 0x4f, 0xa0, 0xe3, 0x1f, 0x77, 0xbc, 0x59, 0x2d, 0x9a, 0x2f, 0xd1, 0xd7, 0x1a, 0x57, - 0x15, 0xad, 0x9d, 0xef, 0xd0, 0xf9, 0x2a, 0x16, 0x61, 0x21, 0xa4, 0xc6, 0x9a, 0x49, 0xd1, 0x7d, - 0x7d, 0xf2, 0x7b, 0x00, 0x76, 0xd2, 0x56, 0x09, 0x9f, 0x82, 0xbb, 0x6e, 0xec, 0x42, 0x60, 0x4e, - 0x47, 0xc1, 0x38, 0x98, 0xdc, 0xc9, 0xf6, 0xdd, 0xe6, 0x3b, 0xcc, 0x29, 0x7c, 0x0e, 0x42, 0x46, - 0x46, 0xe1, 0x38, 0x98, 0xec, 0x9d, 0x3c, 0xea, 0x26, 0x45, 0xae, 0x33, 0x3a, 0x17, 0xfa, 0xf4, - 0x55, 0x8e, 0x57, 0x0d, 0xcd, 0x42, 0x46, 0xe0, 0x14, 0x0c, 0x8d, 0x68, 0x60, 0xf0, 0xc3, 0xff, - 0xf0, 0xf7, 0xba, 0x66, 0xa2, 0xb4, 0xbc, 0x21, 0xe1, 0x05, 0x18, 0xb6, 0xbf, 0x6c, 0x34, 0x1c, - 0x07, 0x93, 0x7b, 0x27, 0xa7, 0xa8, 0xef, 0x7c, 0xcd, 0x51, 0x20, 0x33, 0xf7, 0x87, 0x4d, 0x45, - 0xdf, 0x88, 0x86, 0xff, 0x5d, 0x65, 0xc6, 0x01, 0x97, 0xe0, 0xe1, 0x46, 0x36, 0xba, 0x59, 0xd0, - 0x62, 0xcd, 0x08, 0x95, 0x85, 0x39, 0xb9, 0xd1, 0x8e, 0x19, 0x26, 0xee, 0x55, 0xdb, 0x7b, 0x41, - 0x1f, 0x6d, 0x34, 0x6f, 0x93, 0xc6, 0xfc, 0xf6, 0x56, 0xf6, 0x60, 0x73, 0x7d, 0x13, 0x7e, 0x06, - 0x90, 0x53, 0xc2, 0x70, 0xb1, 0x68, 0x04, 0x59, 0xd1, 0xae, 0xc7, 0xae, 0xe9, 0x31, 0xdd, 0xd6, - 0xe3, 0xb2, 0x4d, 0xce, 0x4c, 0xd0, 0xb5, 0xb8, 0xcf, 0xaf, 0xed, 0xc1, 0x4b, 0xb0, 0xc7, 0x38, - 0x2e, 0x9d, 0xfa, 0xb6, 0x51, 0x3f, 0xdb, 0xa6, 0x3e, 0x6f, 0x23, 0x4e, 0x0a, 0x98, 0x5f, 0xcd, - 0xf6, 0x01, 0xb0, 0x2f, 0x88, 0x60, 0x8d, 0x67, 0xbf, 0x02, 0x70, 0xbc, 0x94, 0x1c, 0x6d, 0x7d, - 0xc7, 0x33, 0x60, 0xe2, 0x57, 0xed, 0xd5, 0x5d, 0x05, 0x9f, 0x2e, 0xba, 0x40, 0x29, 0x57, 0x58, - 0x94, 0x48, 0xd6, 0x65, 0x54, 0x52, 0x61, 0x2e, 0xd6, 0xbd, 0xd9, 0x8a, 0xa9, 0x1b, 0xfe, 0x46, - 0xaf, 0x7d, 0xf5, 0x2d, 0x1c, 0x9c, 0xa5, 0xe9, 0xf7, 0xf0, 0xe8, 0xcc, 0x2a, 0x53, 0xa2, 0x90, - 0x2d, 0xdb, 0x2a, 0x8f, 0x51, 0xe6, 0xc8, 0x1f, 0x8e, 0x99, 0xa7, 0x44, 0xcd, 0x3d, 0x33, 0xcf, - 0xe3, 0xb9, 0x67, 0x7e, 0x86, 0xc7, 0xf6, 0x43, 0x92, 0xa4, 0x44, 0x25, 0x89, 0xa7, 0x92, 0x24, - 0x8f, 0x93, 0xc4, 0x73, 0x8b, 0x5d, 0x33, 0xec, 0xcb, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x46, - 0x7a, 0xa1, 0x74, 0xf2, 0x03, 0x00, 0x00, + 0x18, 0xc7, 0x49, 0xd6, 0x0d, 0xe6, 0x0d, 0x04, 0xe6, 0x52, 0x8d, 0x09, 0x75, 0xa0, 0x49, 0x05, + 0x84, 0xd3, 0x0c, 0xb4, 0x43, 0x38, 0xa5, 0x12, 0x1a, 0xab, 0x34, 0x34, 0x85, 0x29, 0x12, 0xa8, + 0x52, 0x70, 0x6b, 0x13, 0x59, 0xaa, 0xed, 0x28, 0x76, 0xca, 0xfa, 0x3a, 0x1c, 0x79, 0x11, 0x24, + 0x1e, 0x85, 0x17, 0xe0, 0x8a, 0x62, 0xc7, 0x01, 0x15, 0x75, 0xb9, 0x7d, 0x76, 0x7e, 0xff, 0xdf, + 0xf7, 0xd5, 0xb5, 0xc1, 0xcb, 0x5c, 0xca, 0x7c, 0x41, 0x03, 0x4c, 0x54, 0x60, 0xcb, 0xba, 0x5a, + 0x86, 0x41, 0x49, 0x95, 0xac, 0xca, 0x39, 0x55, 0x01, 0x56, 0x8a, 0x6a, 0x54, 0x94, 0x52, 0x4b, + 0x78, 0x64, 0x19, 0x84, 0x89, 0x42, 0x2d, 0x8e, 0x96, 0x21, 0x6a, 0xf1, 0x83, 0xd1, 0x26, 0xe3, + 0x5c, 0x72, 0x2e, 0x85, 0xd5, 0x65, 0x7a, 0x55, 0x50, 0x65, 0xa5, 0x07, 0x68, 0x53, 0x82, 0x8a, + 0x8a, 0xab, 0x7f, 0x02, 0x0d, 0xff, 0xb8, 0xe1, 0xcd, 0x6a, 0x56, 0x7d, 0x09, 0xbe, 0x96, 0xb8, + 0x28, 0x68, 0xe9, 0x7c, 0x87, 0xce, 0x57, 0xb0, 0x00, 0x0b, 0x21, 0x35, 0xd6, 0x4c, 0x8a, 0xe6, + 0xeb, 0x93, 0x1f, 0x3d, 0xb0, 0x1d, 0xd7, 0x4a, 0xf8, 0x14, 0xdc, 0x75, 0x63, 0x67, 0x02, 0x73, + 0xda, 0xf7, 0x06, 0xde, 0x70, 0x37, 0xd9, 0x77, 0x9b, 0xef, 0x31, 0xa7, 0xf0, 0x05, 0xf0, 0x19, + 0xe9, 0xfb, 0x03, 0x6f, 0xb8, 0x77, 0xf2, 0xa8, 0x99, 0x14, 0xb9, 0xce, 0xe8, 0x5c, 0xe8, 0xd3, + 0xd7, 0x29, 0x5e, 0x54, 0x34, 0xf1, 0x19, 0x81, 0x23, 0xd0, 0x33, 0xa2, 0x2d, 0x83, 0x1f, 0xfe, + 0x87, 0x7f, 0xd0, 0x25, 0x13, 0xb9, 0xe5, 0x0d, 0x09, 0x27, 0xa0, 0x57, 0xff, 0xb2, 0x7e, 0x6f, + 0xe0, 0x0d, 0xef, 0x9d, 0x9c, 0xa2, 0x4d, 0xe7, 0x6b, 0x8e, 0x02, 0x99, 0xb9, 0xaf, 0x56, 0x05, + 0x7d, 0x2b, 0x2a, 0xfe, 0x77, 0x95, 0x18, 0x07, 0x9c, 0x83, 0x87, 0x2b, 0x59, 0xe9, 0x6a, 0x46, + 0xb3, 0x25, 0x23, 0x54, 0x66, 0xe6, 0xe4, 0xfa, 0xdb, 0x66, 0x98, 0x70, 0xa3, 0xda, 0xfe, 0x2f, + 0xe8, 0xa3, 0x8d, 0xa6, 0x75, 0xd2, 0x98, 0xdf, 0xdd, 0x4a, 0x1e, 0xac, 0xd6, 0x37, 0xe1, 0x67, + 0x00, 0x39, 0x25, 0x0c, 0x67, 0xb3, 0x4a, 0x90, 0x05, 0x6d, 0x7a, 0xec, 0x98, 0x1e, 0xa3, 0xae, + 0x1e, 0x17, 0x75, 0x72, 0x6c, 0x82, 0xae, 0xc5, 0x7d, 0xbe, 0xb6, 0x07, 0x2f, 0xc0, 0x1e, 0xe3, + 0x38, 0x77, 0xea, 0xdb, 0x46, 0xfd, 0xbc, 0x4b, 0x7d, 0x5e, 0x47, 0x9c, 0x14, 0xb0, 0x76, 0x05, + 0x27, 0x00, 0x68, 0x7a, 0xad, 0x1b, 0xdb, 0x1d, 0x63, 0x7b, 0xd6, 0x65, 0xbb, 0xa2, 0xd7, 0xda, + 0xc9, 0x76, 0xb5, 0x5b, 0x8c, 0xf7, 0x01, 0xb0, 0xb7, 0x91, 0x60, 0x8d, 0xc7, 0xbf, 0x3d, 0x70, + 0x3c, 0x97, 0x1c, 0x75, 0xbe, 0x89, 0x31, 0x30, 0xf1, 0xcb, 0xfa, 0x1a, 0x5c, 0x7a, 0x9f, 0x26, + 0x4d, 0x20, 0x97, 0x0b, 0x2c, 0x72, 0x24, 0xcb, 0x3c, 0xc8, 0xa9, 0x30, 0x97, 0xc4, 0xdd, 0xff, + 0x82, 0xa9, 0x1b, 0x9e, 0xe4, 0x9b, 0xb6, 0xfa, 0xe6, 0x6f, 0x9d, 0xc5, 0xf1, 0x77, 0xff, 0xe8, + 0xcc, 0x2a, 0x63, 0xa2, 0x90, 0x2d, 0xeb, 0x2a, 0x0d, 0x51, 0xe2, 0xc8, 0x9f, 0x8e, 0x99, 0xc6, + 0x44, 0x4d, 0x5b, 0x66, 0x9a, 0x86, 0xd3, 0x96, 0xf9, 0xe5, 0x1f, 0xdb, 0x0f, 0x51, 0x14, 0x13, + 0x15, 0x45, 0x2d, 0x15, 0x45, 0x69, 0x18, 0x45, 0x2d, 0x37, 0xdb, 0x31, 0xc3, 0xbe, 0xfa, 0x13, + 0x00, 0x00, 0xff, 0xff, 0x7c, 0x61, 0x45, 0xad, 0x3e, 0x04, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/resources/bidding_strategy.pb.go b/googleapis/ads/googleads/v1/resources/bidding_strategy.pb.go index 31674258a4..3b70fa9cfb 100644 --- a/googleapis/ads/googleads/v1/resources/bidding_strategy.pb.go +++ b/googleapis/ads/googleads/v1/resources/bidding_strategy.pb.go @@ -76,7 +76,7 @@ func (m *BiddingStrategy) Reset() { *m = BiddingStrategy{} } func (m *BiddingStrategy) String() string { return proto.CompactTextString(m) } func (*BiddingStrategy) ProtoMessage() {} func (*BiddingStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_35af0bdfde659fa3, []int{0} + return fileDescriptor_bidding_strategy_c7e03cac8ed0390b, []int{0} } func (m *BiddingStrategy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BiddingStrategy.Unmarshal(m, b) @@ -421,10 +421,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/bidding_strategy.proto", fileDescriptor_bidding_strategy_35af0bdfde659fa3) + proto.RegisterFile("google/ads/googleads/v1/resources/bidding_strategy.proto", fileDescriptor_bidding_strategy_c7e03cac8ed0390b) } -var fileDescriptor_bidding_strategy_35af0bdfde659fa3 = []byte{ +var fileDescriptor_bidding_strategy_c7e03cac8ed0390b = []byte{ // 693 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x95, 0xdd, 0x4e, 0xdb, 0x30, 0x14, 0xc7, 0xdb, 0xc2, 0x18, 0xb8, 0x7c, 0x68, 0x11, 0x13, 0x11, 0x43, 0x13, 0x6c, 0x42, 0x62, diff --git a/googleapis/ads/googleads/v1/resources/billing_setup.pb.go b/googleapis/ads/googleads/v1/resources/billing_setup.pb.go index 21396c1814..f241e55fc5 100644 --- a/googleapis/ads/googleads/v1/resources/billing_setup.pb.go +++ b/googleapis/ads/googleads/v1/resources/billing_setup.pb.go @@ -77,7 +77,7 @@ func (m *BillingSetup) Reset() { *m = BillingSetup{} } func (m *BillingSetup) String() string { return proto.CompactTextString(m) } func (*BillingSetup) ProtoMessage() {} func (*BillingSetup) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_da50e8a621802dbd, []int{0} + return fileDescriptor_billing_setup_1af7eb39eb240777, []int{0} } func (m *BillingSetup) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BillingSetup.Unmarshal(m, b) @@ -353,7 +353,7 @@ func (m *BillingSetup_PaymentsAccountInfo) Reset() { *m = BillingSetup_P func (m *BillingSetup_PaymentsAccountInfo) String() string { return proto.CompactTextString(m) } func (*BillingSetup_PaymentsAccountInfo) ProtoMessage() {} func (*BillingSetup_PaymentsAccountInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_da50e8a621802dbd, []int{0, 0} + return fileDescriptor_billing_setup_1af7eb39eb240777, []int{0, 0} } func (m *BillingSetup_PaymentsAccountInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BillingSetup_PaymentsAccountInfo.Unmarshal(m, b) @@ -414,10 +414,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/billing_setup.proto", fileDescriptor_billing_setup_da50e8a621802dbd) + proto.RegisterFile("google/ads/googleads/v1/resources/billing_setup.proto", fileDescriptor_billing_setup_1af7eb39eb240777) } -var fileDescriptor_billing_setup_da50e8a621802dbd = []byte{ +var fileDescriptor_billing_setup_1af7eb39eb240777 = []byte{ // 631 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xdd, 0x6e, 0xd3, 0x30, 0x14, 0x80, 0x49, 0x0a, 0x13, 0xf3, 0xda, 0x8d, 0x65, 0x42, 0x8a, 0xca, 0x40, 0x1b, 0x68, 0xd2, diff --git a/googleapis/ads/googleads/v1/resources/campaign.pb.go b/googleapis/ads/googleads/v1/resources/campaign.pb.go index 5d93a7d288..a8c5691149 100644 --- a/googleapis/ads/googleads/v1/resources/campaign.pb.go +++ b/googleapis/ads/googleads/v1/resources/campaign.pb.go @@ -84,6 +84,13 @@ type Campaign struct { 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 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. @@ -147,7 +154,7 @@ 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_campaign_69ab48e7cf16a615, []int{0} + return fileDescriptor_campaign_159b92ef9ae7a828, []int{0} } func (m *Campaign) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Campaign.Unmarshal(m, b) @@ -293,6 +300,20 @@ func (m *Campaign) GetAppCampaignSetting() *Campaign_AppCampaignSetting { 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 @@ -855,7 +876,7 @@ func (m *Campaign_NetworkSettings) Reset() { *m = Campaign_NetworkSettin func (m *Campaign_NetworkSettings) String() string { return proto.CompactTextString(m) } func (*Campaign_NetworkSettings) ProtoMessage() {} func (*Campaign_NetworkSettings) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_69ab48e7cf16a615, []int{0, 0} + return fileDescriptor_campaign_159b92ef9ae7a828, []int{0, 0} } func (m *Campaign_NetworkSettings) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Campaign_NetworkSettings.Unmarshal(m, b) @@ -916,7 +937,7 @@ func (m *Campaign_HotelSettingInfo) Reset() { *m = Campaign_HotelSetting func (m *Campaign_HotelSettingInfo) String() string { return proto.CompactTextString(m) } func (*Campaign_HotelSettingInfo) ProtoMessage() {} func (*Campaign_HotelSettingInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_69ab48e7cf16a615, []int{0, 1} + return fileDescriptor_campaign_159b92ef9ae7a828, []int{0, 1} } func (m *Campaign_HotelSettingInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Campaign_HotelSettingInfo.Unmarshal(m, b) @@ -943,81 +964,110 @@ func (m *Campaign_HotelSettingInfo) GetHotelCenterId() *wrappers.Int64Value { 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:"-"` +// 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_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_campaign_69ab48e7cf16a615, []int{0, 2} +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_campaign_159b92ef9ae7a828, []int{0, 2} } -func (m *Campaign_ShoppingSetting) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Campaign_ShoppingSetting.Unmarshal(m, b) +func (m *Campaign_DynamicSearchAdsSetting) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Campaign_DynamicSearchAdsSetting.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_DynamicSearchAdsSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Campaign_DynamicSearchAdsSetting.Marshal(b, m, deterministic) } -func (dst *Campaign_ShoppingSetting) XXX_Merge(src proto.Message) { - xxx_messageInfo_Campaign_ShoppingSetting.Merge(dst, src) +func (dst *Campaign_DynamicSearchAdsSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_Campaign_DynamicSearchAdsSetting.Merge(dst, src) } -func (m *Campaign_ShoppingSetting) XXX_Size() int { - return xxx_messageInfo_Campaign_ShoppingSetting.Size(m) +func (m *Campaign_DynamicSearchAdsSetting) XXX_Size() int { + return xxx_messageInfo_Campaign_DynamicSearchAdsSetting.Size(m) } -func (m *Campaign_ShoppingSetting) XXX_DiscardUnknown() { - xxx_messageInfo_Campaign_ShoppingSetting.DiscardUnknown(m) +func (m *Campaign_DynamicSearchAdsSetting) XXX_DiscardUnknown() { + xxx_messageInfo_Campaign_DynamicSearchAdsSetting.DiscardUnknown(m) } -var xxx_messageInfo_Campaign_ShoppingSetting proto.InternalMessageInfo +var xxx_messageInfo_Campaign_DynamicSearchAdsSetting proto.InternalMessageInfo -func (m *Campaign_ShoppingSetting) GetMerchantId() *wrappers.Int64Value { +func (m *Campaign_DynamicSearchAdsSetting) GetDomainName() *wrappers.StringValue { if m != nil { - return m.MerchantId + return m.DomainName } return nil } -func (m *Campaign_ShoppingSetting) GetSalesCountry() *wrappers.StringValue { +func (m *Campaign_DynamicSearchAdsSetting) GetLanguageCode() *wrappers.StringValue { if m != nil { - return m.SalesCountry + return m.LanguageCode } return nil } -func (m *Campaign_ShoppingSetting) GetCampaignPriority() *wrappers.Int32Value { +func (m *Campaign_DynamicSearchAdsSetting) GetUseSuppliedUrlsOnly() *wrappers.BoolValue { if m != nil { - return m.CampaignPriority + return m.UseSuppliedUrlsOnly } return nil } -func (m *Campaign_ShoppingSetting) GetEnableLocal() *wrappers.BoolValue { +func (m *Campaign_DynamicSearchAdsSetting) GetFeeds() []*wrappers.StringValue { if m != nil { - return m.EnableLocal + return m.Feeds + } + 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_campaign_159b92ef9ae7a828, []int{0, 3} +} +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 (dst *Campaign_TrackingSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_Campaign_TrackingSetting.Merge(dst, 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 } @@ -1037,7 +1087,7 @@ func (m *Campaign_GeoTargetTypeSetting) Reset() { *m = Campaign_GeoTarge func (m *Campaign_GeoTargetTypeSetting) String() string { return proto.CompactTextString(m) } func (*Campaign_GeoTargetTypeSetting) ProtoMessage() {} func (*Campaign_GeoTargetTypeSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_69ab48e7cf16a615, []int{0, 3} + return fileDescriptor_campaign_159b92ef9ae7a828, []int{0, 4} } func (m *Campaign_GeoTargetTypeSetting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Campaign_GeoTargetTypeSetting.Unmarshal(m, b) @@ -1071,160 +1121,122 @@ func (m *Campaign_GeoTargetTypeSetting) GetNegativeGeoTargetType() enums.Negativ return enums.NegativeGeoTargetTypeEnum_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:"-"` +// 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_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_campaign_69ab48e7cf16a615, []int{0, 4} +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_campaign_159b92ef9ae7a828, []int{0, 5} } -func (m *Campaign_VanityPharma) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Campaign_VanityPharma.Unmarshal(m, b) +func (m *Campaign_SelectiveOptimization) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Campaign_SelectiveOptimization.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_SelectiveOptimization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Campaign_SelectiveOptimization.Marshal(b, m, deterministic) } -func (dst *Campaign_VanityPharma) XXX_Merge(src proto.Message) { - xxx_messageInfo_Campaign_VanityPharma.Merge(dst, src) +func (dst *Campaign_SelectiveOptimization) XXX_Merge(src proto.Message) { + xxx_messageInfo_Campaign_SelectiveOptimization.Merge(dst, src) } -func (m *Campaign_VanityPharma) XXX_Size() int { - return xxx_messageInfo_Campaign_VanityPharma.Size(m) +func (m *Campaign_SelectiveOptimization) XXX_Size() int { + return xxx_messageInfo_Campaign_SelectiveOptimization.Size(m) } -func (m *Campaign_VanityPharma) XXX_DiscardUnknown() { - xxx_messageInfo_Campaign_VanityPharma.DiscardUnknown(m) +func (m *Campaign_SelectiveOptimization) XXX_DiscardUnknown() { + xxx_messageInfo_Campaign_SelectiveOptimization.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 -} +var xxx_messageInfo_Campaign_SelectiveOptimization proto.InternalMessageInfo -func (m *Campaign_VanityPharma) GetVanityPharmaText() enums.VanityPharmaTextEnum_VanityPharmaText { +func (m *Campaign_SelectiveOptimization) GetConversionActions() []*wrappers.StringValue { if m != nil { - return m.VanityPharmaText + return m.ConversionActions } - return enums.VanityPharmaTextEnum_UNSPECIFIED + 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:"-"` +// 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_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_campaign_69ab48e7cf16a615, []int{0, 5} +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_campaign_159b92ef9ae7a828, []int{0, 6} } -func (m *Campaign_DynamicSearchAdsSetting) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Campaign_DynamicSearchAdsSetting.Unmarshal(m, b) +func (m *Campaign_ShoppingSetting) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Campaign_ShoppingSetting.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_ShoppingSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Campaign_ShoppingSetting.Marshal(b, m, deterministic) } -func (dst *Campaign_DynamicSearchAdsSetting) XXX_Merge(src proto.Message) { - xxx_messageInfo_Campaign_DynamicSearchAdsSetting.Merge(dst, src) +func (dst *Campaign_ShoppingSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_Campaign_ShoppingSetting.Merge(dst, src) } -func (m *Campaign_DynamicSearchAdsSetting) XXX_Size() int { - return xxx_messageInfo_Campaign_DynamicSearchAdsSetting.Size(m) +func (m *Campaign_ShoppingSetting) XXX_Size() int { + return xxx_messageInfo_Campaign_ShoppingSetting.Size(m) } -func (m *Campaign_DynamicSearchAdsSetting) XXX_DiscardUnknown() { - xxx_messageInfo_Campaign_DynamicSearchAdsSetting.DiscardUnknown(m) +func (m *Campaign_ShoppingSetting) XXX_DiscardUnknown() { + xxx_messageInfo_Campaign_ShoppingSetting.DiscardUnknown(m) } -var xxx_messageInfo_Campaign_DynamicSearchAdsSetting proto.InternalMessageInfo - -func (m *Campaign_DynamicSearchAdsSetting) GetDomainName() *wrappers.StringValue { - if m != nil { - return m.DomainName - } - return nil -} +var xxx_messageInfo_Campaign_ShoppingSetting proto.InternalMessageInfo -func (m *Campaign_DynamicSearchAdsSetting) GetLanguageCode() *wrappers.StringValue { +func (m *Campaign_ShoppingSetting) GetMerchantId() *wrappers.Int64Value { if m != nil { - return m.LanguageCode + return m.MerchantId } return nil } -func (m *Campaign_DynamicSearchAdsSetting) GetUseSuppliedUrlsOnly() *wrappers.BoolValue { +func (m *Campaign_ShoppingSetting) GetSalesCountry() *wrappers.StringValue { if m != nil { - return m.UseSuppliedUrlsOnly + return m.SalesCountry } return nil } -func (m *Campaign_DynamicSearchAdsSetting) GetFeeds() []*wrappers.StringValue { +func (m *Campaign_ShoppingSetting) GetCampaignPriority() *wrappers.Int32Value { if m != nil { - return m.Feeds + return m.CampaignPriority } 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_campaign_69ab48e7cf16a615, []int{0, 6} -} -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 (dst *Campaign_TrackingSetting) XXX_Merge(src proto.Message) { - xxx_messageInfo_Campaign_TrackingSetting.Merge(dst, 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 { +func (m *Campaign_ShoppingSetting) GetEnableLocal() *wrappers.BoolValue { if m != nil { - return m.TrackingUrl + return m.EnableLocal } return nil } @@ -1247,7 +1259,7 @@ func (m *Campaign_AppCampaignSetting) Reset() { *m = Campaign_AppCampaig func (m *Campaign_AppCampaignSetting) String() string { return proto.CompactTextString(m) } func (*Campaign_AppCampaignSetting) ProtoMessage() {} func (*Campaign_AppCampaignSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_69ab48e7cf16a615, []int{0, 7} + return fileDescriptor_campaign_159b92ef9ae7a828, []int{0, 7} } func (m *Campaign_AppCampaignSetting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Campaign_AppCampaignSetting.Unmarshal(m, b) @@ -1288,199 +1300,211 @@ func (m *Campaign_AppCampaignSetting) GetAppStore() enums.AppCampaignAppStoreEnu return enums.AppCampaignAppStoreEnum_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:"-"` +// 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_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_campaign_69ab48e7cf16a615, []int{0, 8} +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_campaign_159b92ef9ae7a828, []int{0, 8} } -func (m *Campaign_SelectiveOptimization) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Campaign_SelectiveOptimization.Unmarshal(m, b) +func (m *Campaign_VanityPharma) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Campaign_VanityPharma.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_VanityPharma) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Campaign_VanityPharma.Marshal(b, m, deterministic) } -func (dst *Campaign_SelectiveOptimization) XXX_Merge(src proto.Message) { - xxx_messageInfo_Campaign_SelectiveOptimization.Merge(dst, src) +func (dst *Campaign_VanityPharma) XXX_Merge(src proto.Message) { + xxx_messageInfo_Campaign_VanityPharma.Merge(dst, src) } -func (m *Campaign_SelectiveOptimization) XXX_Size() int { - return xxx_messageInfo_Campaign_SelectiveOptimization.Size(m) +func (m *Campaign_VanityPharma) XXX_Size() int { + return xxx_messageInfo_Campaign_VanityPharma.Size(m) } -func (m *Campaign_SelectiveOptimization) XXX_DiscardUnknown() { - xxx_messageInfo_Campaign_SelectiveOptimization.DiscardUnknown(m) +func (m *Campaign_VanityPharma) XXX_DiscardUnknown() { + xxx_messageInfo_Campaign_VanityPharma.DiscardUnknown(m) } -var xxx_messageInfo_Campaign_SelectiveOptimization proto.InternalMessageInfo +var xxx_messageInfo_Campaign_VanityPharma proto.InternalMessageInfo -func (m *Campaign_SelectiveOptimization) GetConversionActions() []*wrappers.StringValue { +func (m *Campaign_VanityPharma) GetVanityPharmaDisplayUrlMode() enums.VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode { if m != nil { - return m.ConversionActions + return m.VanityPharmaDisplayUrlMode } - return nil + return enums.VanityPharmaDisplayUrlModeEnum_UNSPECIFIED +} + +func (m *Campaign_VanityPharma) GetVanityPharmaText() enums.VanityPharmaTextEnum_VanityPharmaText { + if m != nil { + return m.VanityPharmaText + } + return enums.VanityPharmaTextEnum_UNSPECIFIED } 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_ShoppingSetting)(nil), "google.ads.googleads.v1.resources.Campaign.ShoppingSetting") - proto.RegisterType((*Campaign_GeoTargetTypeSetting)(nil), "google.ads.googleads.v1.resources.Campaign.GeoTargetTypeSetting") - proto.RegisterType((*Campaign_VanityPharma)(nil), "google.ads.googleads.v1.resources.Campaign.VanityPharma") proto.RegisterType((*Campaign_DynamicSearchAdsSetting)(nil), "google.ads.googleads.v1.resources.Campaign.DynamicSearchAdsSetting") proto.RegisterType((*Campaign_TrackingSetting)(nil), "google.ads.googleads.v1.resources.Campaign.TrackingSetting") - proto.RegisterType((*Campaign_AppCampaignSetting)(nil), "google.ads.googleads.v1.resources.Campaign.AppCampaignSetting") + proto.RegisterType((*Campaign_GeoTargetTypeSetting)(nil), "google.ads.googleads.v1.resources.Campaign.GeoTargetTypeSetting") proto.RegisterType((*Campaign_SelectiveOptimization)(nil), "google.ads.googleads.v1.resources.Campaign.SelectiveOptimization") + proto.RegisterType((*Campaign_ShoppingSetting)(nil), "google.ads.googleads.v1.resources.Campaign.ShoppingSetting") + proto.RegisterType((*Campaign_AppCampaignSetting)(nil), "google.ads.googleads.v1.resources.Campaign.AppCampaignSetting") + proto.RegisterType((*Campaign_VanityPharma)(nil), "google.ads.googleads.v1.resources.Campaign.VanityPharma") } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/campaign.proto", fileDescriptor_campaign_69ab48e7cf16a615) -} - -var fileDescriptor_campaign_69ab48e7cf16a615 = []byte{ - // 2159 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x59, 0x5b, 0x73, 0xdb, 0xb8, - 0x15, 0xb6, 0x94, 0x4b, 0x13, 0xd8, 0x8e, 0x1d, 0xf8, 0xc6, 0x28, 0xd9, 0x34, 0xd9, 0x36, 0x6d, - 0x76, 0xb3, 0x95, 0x7c, 0xd9, 0xcd, 0xb6, 0x4e, 0x76, 0x1b, 0x59, 0xc9, 0xc6, 0xce, 0xe6, 0xa2, - 0xa1, 0x1c, 0x37, 0xb3, 0x93, 0x0c, 0x07, 0x26, 0x21, 0x99, 0xb3, 0x24, 0x81, 0x05, 0x40, 0xc5, - 0xea, 0x43, 0xa7, 0x6f, 0x9d, 0xe9, 0x7b, 0xa7, 0x0f, 0xed, 0x4c, 0x2f, 0x33, 0x7d, 0xd9, 0x9f, - 0xd1, 0xc7, 0xfe, 0x84, 0x3e, 0xf5, 0xb9, 0x3f, 0xa1, 0x4f, 0x1d, 0x5c, 0x48, 0x53, 0x12, 0x25, - 0x52, 0x6f, 0xc4, 0xc1, 0xf9, 0xbe, 0x73, 0x70, 0x00, 0x1c, 0x1c, 0x80, 0x60, 0xb3, 0x47, 0x48, - 0x2f, 0xc0, 0x0d, 0xe4, 0xf1, 0x86, 0xfe, 0x94, 0x5f, 0xfd, 0xad, 0x06, 0xc3, 0x9c, 0xc4, 0xcc, - 0xc5, 0xbc, 0xe1, 0xa2, 0x90, 0x22, 0xbf, 0x17, 0xd5, 0x29, 0x23, 0x82, 0xc0, 0xdb, 0x5a, 0xad, - 0x8e, 0x3c, 0x5e, 0x4f, 0x11, 0xf5, 0xfe, 0x56, 0x3d, 0x45, 0xd4, 0x3e, 0x99, 0x44, 0xea, 0x92, - 0x30, 0x24, 0x51, 0xe3, 0xd8, 0xf7, 0x3c, 0x3f, 0xea, 0x69, 0xc2, 0xda, 0x67, 0x05, 0xda, 0x6e, - 0xcc, 0x05, 0x09, 0x1d, 0x8a, 0x18, 0x0a, 0xb1, 0xc0, 0xcc, 0xc0, 0xb6, 0x0b, 0x60, 0x5d, 0x86, - 0xbf, 0x8b, 0x71, 0xe4, 0x0e, 0x1c, 0x17, 0x51, 0x83, 0xf9, 0xb2, 0x00, 0xc3, 0x30, 0x0a, 0x1c, - 0xe1, 0x87, 0xd8, 0x31, 0x2e, 0x3a, 0x1c, 0x0b, 0x71, 0xe6, 0xea, 0xfd, 0x02, 0xbc, 0x40, 0xac, - 0x87, 0xc5, 0x38, 0x6e, 0x6f, 0x12, 0x0e, 0x47, 0x71, 0xc8, 0x1b, 0xc8, 0x73, 0x38, 0x66, 0x7d, - 0x89, 0x23, 0x54, 0xf8, 0xa1, 0xff, 0x6b, 0x24, 0x7c, 0x12, 0x39, 0x5c, 0x20, 0x11, 0x73, 0xc3, - 0xf1, 0xa8, 0x88, 0xa3, 0x8f, 0x99, 0xf0, 0xb9, 0x24, 0x71, 0x4f, 0x50, 0x14, 0xe1, 0xc0, 0xe1, - 0xf1, 0xb1, 0x23, 0x06, 0x14, 0x1b, 0x86, 0x87, 0xb3, 0x33, 0x64, 0xd0, 0xbb, 0x05, 0x68, 0x4a, - 0x9d, 0x64, 0xa5, 0x38, 0xb2, 0xc1, 0x05, 0x61, 0x09, 0xf6, 0xeb, 0x19, 0xb0, 0x69, 0xe4, 0x05, - 0x43, 0x02, 0xf7, 0x06, 0x4e, 0x8f, 0xa0, 0x21, 0x47, 0x7e, 0x31, 0x9d, 0x6c, 0x0c, 0x5f, 0x3e, - 0x02, 0xc7, 0x0c, 0x45, 0x9e, 0xc3, 0x51, 0x17, 0x8b, 0x81, 0xc3, 0x63, 0x5f, 0xa0, 0x63, 0x3f, - 0xf0, 0xc5, 0xc0, 0xa0, 0x1f, 0x4c, 0x47, 0xa7, 0x23, 0x48, 0xe6, 0x72, 0x68, 0xfa, 0x76, 0xca, - 0x82, 0xb3, 0xa0, 0x02, 0x7f, 0x23, 0xdc, 0x43, 0xc2, 0xef, 0x63, 0xa7, 0x87, 0x89, 0xa3, 0xd7, - 0x5e, 0x76, 0xb4, 0x9b, 0xd3, 0xd1, 0x14, 0x0d, 0x42, 0x1c, 0x09, 0x27, 0x24, 0x5e, 0xc9, 0xf8, - 0x50, 0xc2, 0xfd, 0x29, 0xf6, 0x0a, 0x56, 0x79, 0x1f, 0x45, 0xbe, 0x18, 0x38, 0xf4, 0x04, 0xb1, - 0x10, 0x39, 0x9e, 0xcf, 0x69, 0x80, 0x06, 0x4e, 0xcc, 0x82, 0xac, 0x07, 0xf7, 0x67, 0xe1, 0x10, - 0xf8, 0x54, 0x18, 0xdc, 0x4d, 0x83, 0x53, 0xad, 0xe3, 0xb8, 0xdb, 0x78, 0xcf, 0x10, 0xa5, 0x98, - 0x25, 0x91, 0xbc, 0x91, 0xf0, 0x52, 0xbf, 0x81, 0xa2, 0x88, 0x08, 0xb5, 0xc3, 0x4c, 0xef, 0x87, - 0xff, 0xdc, 0x04, 0x97, 0x5a, 0x66, 0x06, 0xe0, 0x8f, 0xc0, 0x62, 0x92, 0xca, 0x9c, 0x08, 0x85, - 0xd8, 0xaa, 0xdc, 0xaa, 0xdc, 0xbd, 0x6c, 0x2f, 0x24, 0xc2, 0x97, 0x28, 0xc4, 0xf0, 0x1e, 0xa8, - 0xfa, 0x9e, 0x75, 0xee, 0x56, 0xe5, 0xee, 0xfc, 0xf6, 0x75, 0x93, 0x07, 0xeb, 0x89, 0xf1, 0xfa, - 0x41, 0x24, 0xee, 0x7f, 0x7a, 0x84, 0x82, 0x18, 0xdb, 0x55, 0xdf, 0x83, 0x9b, 0xe0, 0xbc, 0x22, - 0x3a, 0xaf, 0xd4, 0x6f, 0x8c, 0xa9, 0x77, 0x04, 0xf3, 0xa3, 0x9e, 0xd6, 0x57, 0x9a, 0xf0, 0x0d, - 0xb8, 0xa8, 0x17, 0x82, 0x75, 0xe1, 0x56, 0xe5, 0xee, 0x95, 0xed, 0x47, 0xf5, 0x49, 0x59, 0x57, - 0xc5, 0xa5, 0x9e, 0x38, 0xdf, 0x51, 0xa0, 0x27, 0x51, 0x1c, 0x8e, 0x88, 0x6c, 0xc3, 0x07, 0x63, - 0x70, 0x65, 0x78, 0x7d, 0x5a, 0x6b, 0xca, 0xc2, 0xcb, 0xb2, 0x16, 0x34, 0x38, 0xcf, 0x50, 0xb6, - 0xc7, 0x5e, 0xe4, 0xd9, 0x26, 0xfc, 0x4b, 0x05, 0xdc, 0x9c, 0x9e, 0xe6, 0xac, 0x4b, 0xca, 0x8f, - 0x6f, 0x0a, 0xfc, 0x68, 0x7a, 0xc6, 0xce, 0xab, 0x0c, 0x45, 0xc6, 0x9b, 0x29, 0xfd, 0xf6, 0x75, - 0x34, 0xb9, 0x13, 0xfe, 0xbe, 0x02, 0xac, 0x49, 0x29, 0xd0, 0xba, 0xac, 0x7c, 0x6b, 0x17, 0xfa, - 0x96, 0xc2, 0x5b, 0x1a, 0x7d, 0x38, 0xa0, 0xd8, 0xb8, 0x95, 0xd7, 0x65, 0xaf, 0xa3, 0x5c, 0x39, - 0xfc, 0x63, 0x05, 0xdc, 0x98, 0x96, 0xd1, 0x2d, 0xa0, 0x1c, 0x3a, 0x9a, 0xd9, 0xa1, 0x4e, 0x7c, - 0x3c, 0xc5, 0x27, 0xd3, 0x6b, 0x5f, 0x43, 0x93, 0xba, 0x60, 0x1b, 0xac, 0x09, 0x86, 0xdc, 0x6f, - 0xa5, 0x57, 0x72, 0xef, 0x0a, 0x1c, 0xd2, 0x00, 0x09, 0x6c, 0xcd, 0x97, 0x58, 0xdc, 0x2b, 0x09, - 0xf4, 0x35, 0x0b, 0x0e, 0x0d, 0x10, 0xba, 0x60, 0x4d, 0x12, 0x8d, 0x1e, 0xf3, 0xdc, 0x5a, 0xb8, - 0x75, 0xee, 0xee, 0xfc, 0x76, 0x63, 0xe2, 0x18, 0xf5, 0xa1, 0x5b, 0x6f, 0x29, 0x60, 0x3b, 0xc1, - 0xd9, 0x2b, 0x31, 0x0b, 0x46, 0x64, 0x1c, 0x7e, 0x07, 0xae, 0x4d, 0x3c, 0xdc, 0xad, 0x9f, 0x2a, - 0xd7, 0xef, 0x17, 0x19, 0xb2, 0x31, 0x0a, 0x0e, 0xfd, 0x10, 0xef, 0x69, 0x78, 0x47, 0xa3, 0xed, - 0x75, 0x96, 0x2b, 0x87, 0x5d, 0xb0, 0x1c, 0x61, 0xf1, 0x9e, 0xb0, 0x6f, 0x13, 0x43, 0xdc, 0xba, - 0xa2, 0x2c, 0x3d, 0xa8, 0x17, 0xd6, 0x50, 0xe9, 0xae, 0xaa, 0xbf, 0xd4, 0x1c, 0x86, 0x95, 0xdb, - 0x4b, 0xd1, 0xb0, 0x00, 0x22, 0xb0, 0x78, 0x42, 0x84, 0x5c, 0x1c, 0x66, 0x38, 0xb7, 0x94, 0x91, - 0x87, 0xb3, 0x18, 0xd9, 0x97, 0x04, 0x86, 0xf1, 0x20, 0xea, 0x12, 0x7b, 0xe1, 0x24, 0x23, 0x81, - 0xbf, 0xad, 0x80, 0x9a, 0x37, 0x88, 0x50, 0xe8, 0xbb, 0x0e, 0xc7, 0x88, 0xb9, 0x27, 0x0e, 0xf2, - 0x78, 0x6a, 0xf0, 0xb6, 0x32, 0xd8, 0x9a, 0xc5, 0xe0, 0x63, 0xcd, 0xd6, 0x51, 0x64, 0x4d, 0x8f, - 0x27, 0xc1, 0xdc, 0xf0, 0xf2, 0x3b, 0x64, 0x34, 0xf9, 0x09, 0xa1, 0x34, 0x3b, 0x6f, 0x3f, 0x9e, - 0x3d, 0x9a, 0x1d, 0xc3, 0x91, 0xd8, 0x5b, 0xe2, 0xc3, 0x02, 0xf8, 0x0e, 0x5c, 0x1d, 0xab, 0xe2, - 0xac, 0x7b, 0xca, 0xd0, 0x66, 0xd1, 0x02, 0x39, 0x4c, 0x80, 0x09, 0xfb, 0xb2, 0x18, 0x91, 0xc0, - 0xf7, 0x60, 0x63, 0xe4, 0xf0, 0x4c, 0x8d, 0x34, 0x94, 0x91, 0x47, 0xb3, 0x8c, 0xe6, 0x29, 0x26, - 0xda, 0xa6, 0xdc, 0x9a, 0x89, 0xd1, 0xd5, 0x5e, 0x8e, 0x14, 0x52, 0xb0, 0x3a, 0x54, 0x66, 0x25, - 0x56, 0x77, 0x94, 0xd5, 0x2f, 0x67, 0xb1, 0xda, 0xa4, 0xf4, 0x2c, 0xe7, 0x6b, 0x9b, 0x10, 0x8d, - 0xc9, 0xe0, 0x13, 0xb0, 0x74, 0x56, 0xd4, 0xc5, 0x5e, 0x0f, 0x0b, 0xeb, 0x62, 0x89, 0x1c, 0x71, - 0x25, 0x01, 0xed, 0x29, 0x0c, 0xfc, 0x0d, 0x58, 0xcb, 0x2d, 0xe9, 0xac, 0x75, 0x95, 0x02, 0x9f, - 0x15, 0xa4, 0xc0, 0x64, 0x53, 0x1a, 0x68, 0x9a, 0xfc, 0x72, 0xe4, 0xf6, 0xca, 0xf1, 0xb8, 0x10, - 0x3e, 0x00, 0x80, 0x0b, 0xc4, 0x84, 0xe3, 0xc9, 0x2c, 0xb7, 0x52, 0x62, 0x04, 0x97, 0x95, 0xfe, - 0x63, 0x99, 0xdb, 0x3e, 0x07, 0x97, 0x70, 0xe4, 0x69, 0xe8, 0x6a, 0x09, 0xe8, 0x0f, 0x70, 0xe4, - 0x29, 0xe0, 0x57, 0x60, 0xb9, 0xeb, 0x47, 0x28, 0x50, 0x39, 0x96, 0xc7, 0xdd, 0xae, 0x7f, 0x6a, - 0xfd, 0xa4, 0x4c, 0xf4, 0x14, 0xea, 0x35, 0x0b, 0x3a, 0x0a, 0x03, 0xdf, 0x80, 0x2b, 0x43, 0x17, - 0x21, 0x6e, 0xdd, 0x55, 0x59, 0x75, 0xab, 0x68, 0x2d, 0x7f, 0x95, 0xa0, 0x5a, 0x88, 0x3e, 0x89, - 0x04, 0x1b, 0xd8, 0x8b, 0xdd, 0x8c, 0x88, 0xc3, 0x3f, 0x54, 0xc0, 0xcd, 0xbe, 0xef, 0x61, 0xe2, - 0x4c, 0x2a, 0x9b, 0xad, 0x8f, 0x4b, 0x9d, 0x9a, 0x7b, 0x12, 0xde, 0x51, 0xe8, 0xce, 0x19, 0x58, - 0x4f, 0x52, 0x6e, 0x97, 0x7d, 0x5d, 0xd9, 0xcd, 0xef, 0x84, 0xef, 0xc0, 0xe2, 0x50, 0x95, 0x68, - 0x7d, 0xa2, 0xc2, 0xf6, 0xf3, 0x59, 0x56, 0xf8, 0x91, 0x22, 0x68, 0x2b, 0xbc, 0xbd, 0xd0, 0xcf, - 0xb4, 0xe0, 0x29, 0x58, 0xe7, 0x38, 0xc0, 0xae, 0xaa, 0x83, 0xb3, 0x65, 0x8c, 0xf5, 0x33, 0x65, - 0xa7, 0x39, 0x53, 0x36, 0x4a, 0x98, 0xb2, 0xf5, 0x88, 0xbd, 0xc6, 0xf3, 0xc4, 0x32, 0x03, 0xa6, - 0x27, 0x6f, 0xb2, 0x7b, 0xeb, 0xb3, 0x67, 0xc0, 0x43, 0xc3, 0x91, 0x66, 0x40, 0x31, 0x2c, 0x80, - 0xef, 0xc0, 0x42, 0xf6, 0x6a, 0x60, 0x7d, 0xaa, 0x66, 0x71, 0xb7, 0x60, 0x16, 0xdb, 0x1a, 0xf2, - 0x82, 0x78, 0x7a, 0x7f, 0x65, 0xda, 0xf6, 0x3c, 0x3d, 0x6b, 0xc0, 0x03, 0xb0, 0x3c, 0xba, 0x9f, - 0xad, 0x8d, 0xe2, 0x95, 0xbd, 0x3f, 0x67, 0x2f, 0x8d, 0x6c, 0x4f, 0xf8, 0x1c, 0x00, 0xb9, 0x5a, - 0x7d, 0xce, 0x65, 0xfc, 0xb7, 0x14, 0xc9, 0xc7, 0x85, 0xe5, 0x42, 0x8a, 0xd8, 0x9f, 0xb3, 0x33, - 0x78, 0xf8, 0x0c, 0x80, 0x10, 0x45, 0x31, 0x0a, 0x1c, 0x97, 0xba, 0x96, 0xa5, 0xd8, 0x3e, 0x2a, - 0x62, 0x7b, 0xa1, 0x10, 0x2d, 0xea, 0xee, 0xcf, 0xd9, 0x97, 0xc3, 0xa4, 0x31, 0xc4, 0x15, 0x5a, - 0xd7, 0x66, 0xe3, 0x0a, 0xb3, 0x5c, 0xe1, 0x10, 0x57, 0xdf, 0xba, 0x33, 0x1b, 0x57, 0x3f, 0xcb, - 0xd5, 0x87, 0x27, 0x60, 0x35, 0x44, 0xa7, 0x72, 0x4d, 0x61, 0xc7, 0x25, 0x51, 0x1f, 0x33, 0x39, - 0x74, 0x6e, 0xdd, 0x54, 0xac, 0x3b, 0xc5, 0xac, 0x1a, 0xdb, 0x3a, 0x83, 0xee, 0xcf, 0xd9, 0x2b, - 0xe1, 0xb8, 0x18, 0xc6, 0xe0, 0x5a, 0x8e, 0x25, 0xa7, 0x2f, 0xe7, 0xd2, 0xfa, 0xa1, 0x32, 0xf7, - 0xf9, 0xec, 0xe6, 0x92, 0xa5, 0xb0, 0x11, 0xe6, 0x77, 0xc9, 0x60, 0x99, 0xb3, 0xd5, 0xa5, 0xc8, - 0xaa, 0x95, 0x0b, 0x96, 0x3e, 0x2d, 0x5b, 0x14, 0xc9, 0x60, 0x89, 0xa4, 0x01, 0x09, 0xd8, 0x30, - 0x5c, 0x7e, 0x48, 0x19, 0x56, 0xab, 0xc4, 0xe1, 0x27, 0x88, 0x61, 0x6b, 0x53, 0x11, 0x7f, 0x56, - 0x8e, 0xf8, 0x20, 0x45, 0x77, 0x24, 0x78, 0x7f, 0xce, 0x5e, 0x13, 0x79, 0x1d, 0xf0, 0x05, 0x98, - 0x37, 0x06, 0x19, 0x41, 0xdc, 0xfa, 0xa0, 0xdc, 0x82, 0xd6, 0x46, 0x6c, 0x82, 0xe4, 0x5c, 0x98, - 0xd1, 0xcb, 0x16, 0x6c, 0x83, 0x05, 0x43, 0xc7, 0x29, 0x8e, 0x3c, 0xeb, 0xba, 0xe2, 0xbb, 0x57, - 0x8e, 0xaf, 0x23, 0x21, 0xfb, 0x73, 0xb6, 0xf1, 0x48, 0x35, 0xa5, 0x83, 0x14, 0x33, 0x57, 0xa6, - 0x06, 0xb9, 0x47, 0x3e, 0x2c, 0xe7, 0x60, 0x5b, 0x43, 0xf4, 0x26, 0x01, 0x34, 0x6d, 0x0d, 0x4d, - 0x56, 0x68, 0x7d, 0x34, 0xdb, 0x64, 0x85, 0xd9, 0xc9, 0x0a, 0x6b, 0xff, 0xa9, 0x82, 0xa5, 0x91, - 0x52, 0x19, 0x3e, 0x07, 0xab, 0x86, 0x5f, 0x13, 0x99, 0xda, 0x55, 0x5d, 0xe8, 0xe7, 0xb7, 0x6b, - 0x63, 0xe9, 0x66, 0x8f, 0x90, 0x40, 0x1f, 0xa3, 0x50, 0xe3, 0x9e, 0x2a, 0x05, 0x5d, 0x8b, 0xc2, - 0x97, 0x60, 0x2d, 0x09, 0xa7, 0x2e, 0x81, 0x4d, 0x21, 0x6e, 0x55, 0x0b, 0xe9, 0x56, 0x4c, 0x10, - 0x15, 0xce, 0x78, 0x09, 0xdb, 0x60, 0x3d, 0x19, 0x3d, 0x89, 0x84, 0x8c, 0x69, 0x42, 0x78, 0xae, - 0x90, 0xd0, 0x8c, 0xab, 0xa5, 0x81, 0x09, 0xe3, 0x3b, 0xf0, 0x81, 0x61, 0xa4, 0x88, 0x89, 0x08, - 0xb3, 0x51, 0x4f, 0xcf, 0x17, 0x12, 0xd7, 0x34, 0x41, 0x5b, 0xe3, 0x87, 0x1c, 0xae, 0xfd, 0x0a, - 0x2c, 0x8f, 0xde, 0x13, 0x60, 0x0b, 0x2c, 0xe9, 0xcb, 0x87, 0x9c, 0x53, 0xcc, 0x1c, 0xdf, 0x33, - 0xd1, 0x9d, 0xfa, 0x28, 0xa2, 0x2f, 0x2c, 0x2d, 0x05, 0x39, 0xf0, 0x6a, 0x7f, 0xaa, 0x82, 0xa5, - 0x91, 0xc2, 0x1c, 0x3e, 0x04, 0xf3, 0x21, 0x66, 0xf2, 0xde, 0x2b, 0x4a, 0x92, 0x82, 0x44, 0xff, - 0xc0, 0x83, 0x4d, 0xb0, 0xc8, 0x51, 0x80, 0xb9, 0xe3, 0x92, 0x58, 0x16, 0x2f, 0x66, 0x8e, 0xa6, - 0xd7, 0x4e, 0x0b, 0x0a, 0xd2, 0xd2, 0x08, 0xb8, 0x0f, 0xae, 0xa6, 0xe5, 0x2b, 0x65, 0x3e, 0x61, - 0xb2, 0xa2, 0x99, 0xf2, 0xe0, 0xb3, 0xb3, 0xad, 0x59, 0x96, 0x13, 0x54, 0xdb, 0x80, 0xe0, 0x17, - 0x60, 0x01, 0x47, 0xe8, 0x38, 0xc0, 0x4e, 0x40, 0x5c, 0x14, 0x94, 0x98, 0x85, 0x79, 0xad, 0xff, - 0x5c, 0xaa, 0xd7, 0xbe, 0xaf, 0x82, 0xd5, 0xbc, 0x42, 0x1f, 0xfe, 0xae, 0x02, 0xac, 0x49, 0x4f, - 0x72, 0x2a, 0x60, 0xc5, 0xaf, 0x3a, 0x6d, 0x03, 0x1f, 0xe2, 0xd7, 0xe7, 0x77, 0x5e, 0x8f, 0xbd, - 0x46, 0xf3, 0xc4, 0xca, 0x93, 0x49, 0x8f, 0x91, 0x2a, 0xf4, 0xc5, 0x9e, 0xbc, 0x34, 0xf0, 0x71, - 0x4f, 0x72, 0x7b, 0xec, 0xb5, 0x28, 0x4f, 0x5c, 0xfb, 0x5b, 0x15, 0x2c, 0x64, 0xab, 0x37, 0xf8, - 0x67, 0x59, 0xa6, 0x4e, 0x7d, 0x79, 0x34, 0xa1, 0x7a, 0x53, 0xe0, 0x60, 0x96, 0xf5, 0xb1, 0xa6, - 0x78, 0xcd, 0x82, 0xb4, 0xde, 0x99, 0xdc, 0x6d, 0xd7, 0xfa, 0x13, 0xfb, 0x20, 0x03, 0x70, 0xfc, - 0x4d, 0xd3, 0x84, 0xec, 0xf1, 0x0c, 0x1e, 0x1d, 0xe2, 0x53, 0x31, 0xe6, 0x87, 0x14, 0xda, 0xcb, - 0xfd, 0x11, 0x49, 0xed, 0xaf, 0x55, 0xb0, 0x31, 0xe1, 0xfe, 0x0d, 0xbf, 0x00, 0xf3, 0x1e, 0x09, - 0x91, 0x1f, 0x9d, 0x3d, 0x7d, 0x16, 0x6d, 0x1b, 0xa0, 0x01, 0xea, 0x59, 0xb4, 0x09, 0x16, 0x03, - 0x14, 0xf5, 0x62, 0xd4, 0x93, 0xa7, 0xbe, 0x87, 0xcb, 0xed, 0xbb, 0x04, 0xd2, 0x92, 0x11, 0x79, - 0x05, 0xd6, 0x63, 0x8e, 0x1d, 0x1e, 0x53, 0x1a, 0xf8, 0xd8, 0x93, 0xd3, 0xc4, 0x1d, 0x12, 0x05, - 0x83, 0x12, 0x69, 0x71, 0x25, 0xe6, 0xb8, 0x63, 0x80, 0xaf, 0x59, 0xc0, 0x5f, 0x45, 0xc1, 0x00, - 0x6e, 0x83, 0x0b, 0x5d, 0x8c, 0x3d, 0x6e, 0x5d, 0x50, 0x37, 0x9f, 0xe9, 0xbe, 0x68, 0xd5, 0x9a, - 0x0d, 0x96, 0x46, 0xea, 0x64, 0xf8, 0x4b, 0xb0, 0x90, 0x7d, 0xf8, 0x2a, 0x15, 0x9a, 0xf9, 0xcc, - 0x7b, 0x57, 0xed, 0xdf, 0x55, 0x00, 0xc7, 0xaf, 0xce, 0xf0, 0x1f, 0x15, 0x50, 0x9b, 0xfc, 0xcf, - 0xc3, 0x2c, 0xce, 0x93, 0xa2, 0x87, 0xbe, 0x33, 0xde, 0x91, 0x8b, 0xed, 0x53, 0x82, 0x32, 0xaf, - 0x90, 0x85, 0x6a, 0xf6, 0xc6, 0x71, 0x7e, 0x07, 0xdc, 0x01, 0x17, 0x11, 0xa5, 0x32, 0x17, 0x97, - 0x99, 0xd3, 0x0b, 0x88, 0xd2, 0x03, 0x0f, 0xf6, 0xc0, 0xe5, 0xf4, 0x5f, 0x90, 0x9a, 0xbf, 0xe2, - 0x0b, 0x7b, 0xc6, 0xc7, 0x26, 0xa5, 0x1d, 0x89, 0x1c, 0xf5, 0x3d, 0x91, 0xdb, 0x97, 0x90, 0xf9, - 0xaa, 0x79, 0x60, 0x2d, 0xf7, 0x32, 0x05, 0xbf, 0x06, 0x30, 0x53, 0x7e, 0x22, 0x57, 0x3d, 0xfb, - 0x5b, 0x95, 0x12, 0x4b, 0xe1, 0xea, 0x19, 0xae, 0xa9, 0x61, 0x7b, 0xd7, 0xc1, 0xb5, 0x89, 0xff, - 0xa9, 0xf6, 0xfe, 0x57, 0x01, 0x77, 0x5c, 0x12, 0x16, 0xdf, 0xc5, 0xf6, 0x16, 0x5b, 0xe9, 0x11, - 0x41, 0x04, 0x69, 0x57, 0xbe, 0x79, 0x66, 0x30, 0x3d, 0x22, 0xb7, 0x42, 0x9d, 0xb0, 0x5e, 0xa3, - 0x87, 0x23, 0xe5, 0x55, 0xf2, 0x17, 0x84, 0xfa, 0x7c, 0xca, 0x4f, 0xda, 0x07, 0xe9, 0xd7, 0xdf, - 0xab, 0xe7, 0x9e, 0x36, 0x9b, 0xdf, 0x57, 0x6f, 0xeb, 0xda, 0xa5, 0xde, 0xf4, 0x78, 0x5d, 0x7f, - 0xca, 0xaf, 0xa3, 0xad, 0xba, 0x9d, 0x68, 0xfe, 0x2b, 0xd1, 0x79, 0xdb, 0xf4, 0xf8, 0xdb, 0x54, - 0xe7, 0xed, 0xd1, 0xd6, 0xdb, 0x54, 0xe7, 0xbf, 0xd5, 0x3b, 0xba, 0x63, 0x77, 0xb7, 0xe9, 0xf1, - 0xdd, 0xdd, 0x54, 0x6b, 0x77, 0xf7, 0x68, 0x6b, 0x77, 0x37, 0xd5, 0x3b, 0xbe, 0xa8, 0x9c, 0xdd, - 0xf9, 0x7f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x65, 0x69, 0x32, 0x40, 0x50, 0x1e, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/resources/campaign.proto", fileDescriptor_campaign_159b92ef9ae7a828) +} + +var fileDescriptor_campaign_159b92ef9ae7a828 = []byte{ + // 2205 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x59, 0x5b, 0x93, 0xdb, 0xb6, + 0x15, 0x5e, 0xc9, 0x97, 0xda, 0xd8, 0xab, 0xb1, 0x37, 0x5a, 0x76, 0x5c, 0x3b, 0xad, 0x5b, 0x27, + 0x4e, 0x25, 0xef, 0x6e, 0xe2, 0xb4, 0x6b, 0x27, 0xb5, 0x56, 0x76, 0xbc, 0xeb, 0xf8, 0xa2, 0xa1, + 0xd6, 0x5b, 0x4f, 0xc6, 0x1e, 0x0e, 0x44, 0x62, 0xb5, 0x9c, 0x90, 0x04, 0x02, 0x80, 0xf2, 0xaa, + 0x0f, 0x9d, 0xbc, 0x75, 0xa6, 0xef, 0x9d, 0x3e, 0xb4, 0x33, 0xbd, 0xcc, 0xf4, 0x25, 0x3f, 0xa5, + 0x3f, 0xa1, 0x4f, 0x7d, 0xee, 0x4f, 0xe8, 0x53, 0x07, 0x17, 0x72, 0x29, 0x89, 0x12, 0xa9, 0x37, + 0xe2, 0xe0, 0x7c, 0xdf, 0x39, 0x38, 0x00, 0x0e, 0x0e, 0x40, 0x70, 0xaf, 0x47, 0x48, 0x2f, 0xc0, + 0x0d, 0xe4, 0xf1, 0x86, 0xfe, 0x94, 0x5f, 0xfd, 0xad, 0x06, 0xc3, 0x9c, 0xc4, 0xcc, 0xc5, 0xbc, + 0xe1, 0xa2, 0x90, 0x22, 0xbf, 0x17, 0xd5, 0x29, 0x23, 0x82, 0xc0, 0x5b, 0x5a, 0xad, 0x8e, 0x3c, + 0x5e, 0x4f, 0x11, 0xf5, 0xfe, 0x56, 0x3d, 0x45, 0xd4, 0x3e, 0x99, 0x44, 0xea, 0x92, 0x30, 0x24, + 0x51, 0xa3, 0xeb, 0x7b, 0x9e, 0x1f, 0xf5, 0x34, 0x61, 0xed, 0xb3, 0x02, 0x6d, 0x37, 0xe6, 0x82, + 0x84, 0x0e, 0x45, 0x0c, 0x85, 0x58, 0x60, 0x66, 0x60, 0xdb, 0x05, 0xb0, 0x63, 0x86, 0xbf, 0x8b, + 0x71, 0xe4, 0x0e, 0x1c, 0x17, 0x51, 0x83, 0xf9, 0xb2, 0x00, 0xc3, 0x30, 0x0a, 0x1c, 0xe1, 0x87, + 0xd8, 0x31, 0x2e, 0x3a, 0x1c, 0x0b, 0x71, 0xe6, 0xea, 0xfd, 0x02, 0xbc, 0x40, 0xac, 0x87, 0xc5, + 0x38, 0x6e, 0x6f, 0x12, 0x0e, 0x47, 0x71, 0xc8, 0x1b, 0xc8, 0x73, 0x38, 0x66, 0x7d, 0x89, 0x23, + 0x54, 0xf8, 0xa1, 0xff, 0x5b, 0x24, 0x7c, 0x12, 0x39, 0x5c, 0x20, 0x11, 0x73, 0xc3, 0xf1, 0xa8, + 0x88, 0xa3, 0x8f, 0x99, 0xf0, 0xb9, 0x24, 0x71, 0x4f, 0x50, 0x14, 0xe1, 0xc0, 0xe1, 0x71, 0xd7, + 0x11, 0x03, 0x8a, 0x0d, 0xc3, 0xc3, 0xd9, 0x19, 0x32, 0xe8, 0xdd, 0x02, 0x34, 0xa5, 0x4e, 0xb2, + 0x52, 0x1c, 0xd9, 0xe0, 0x82, 0xb0, 0x04, 0xfb, 0xf5, 0x0c, 0xd8, 0x34, 0xf2, 0x82, 0x21, 0x81, + 0x7b, 0x03, 0xa7, 0x47, 0xd0, 0x90, 0x23, 0xbf, 0x9a, 0x4e, 0x36, 0x86, 0x2f, 0x1f, 0x81, 0x2e, + 0x43, 0x91, 0xe7, 0x70, 0x74, 0x8c, 0xc5, 0xc0, 0xe1, 0xb1, 0x2f, 0x50, 0xd7, 0x0f, 0x7c, 0x31, + 0x28, 0x87, 0x4e, 0x47, 0x80, 0x4f, 0x29, 0x66, 0x7e, 0x88, 0x23, 0x91, 0xb5, 0xfd, 0xa0, 0x24, + 0x3a, 0x59, 0x09, 0x43, 0x93, 0xbf, 0x53, 0x16, 0x9c, 0x05, 0x15, 0xf8, 0x1b, 0xe1, 0x1e, 0x12, + 0x7e, 0x1f, 0x3b, 0x3d, 0x4c, 0x1c, 0xbd, 0x72, 0xb3, 0xfe, 0xde, 0x9b, 0x8e, 0xa6, 0x68, 0xa0, + 0x46, 0x18, 0x12, 0xaf, 0x64, 0x74, 0x29, 0xe1, 0xfe, 0x14, 0x7b, 0x05, 0x7b, 0xa4, 0x8f, 0x22, + 0x5f, 0x0c, 0x1c, 0x7a, 0x82, 0x58, 0x88, 0x1c, 0xcf, 0xe7, 0x34, 0x40, 0x03, 0x27, 0x66, 0x41, + 0xd6, 0x83, 0xfb, 0xb3, 0x70, 0x08, 0x7c, 0x2a, 0x0c, 0xee, 0x86, 0xc1, 0xa9, 0x56, 0x37, 0x3e, + 0x6e, 0xbc, 0x67, 0x88, 0x52, 0xcc, 0x92, 0x48, 0x5e, 0x4f, 0x78, 0xa9, 0xdf, 0x40, 0x51, 0x44, + 0x84, 0xda, 0x9f, 0xa6, 0xf7, 0xc3, 0xef, 0xb7, 0xc1, 0xa5, 0x96, 0x99, 0x01, 0xf8, 0x13, 0xb0, + 0x98, 0x24, 0x42, 0x27, 0x42, 0x21, 0xb6, 0x2a, 0x37, 0x2b, 0x77, 0x2e, 0xdb, 0x0b, 0x89, 0xf0, + 0x25, 0x0a, 0x31, 0xbc, 0x0b, 0xaa, 0xbe, 0x67, 0x9d, 0xbb, 0x59, 0xb9, 0x33, 0xbf, 0x7d, 0xcd, + 0x64, 0xd1, 0x7a, 0x62, 0xbc, 0x7e, 0x10, 0x89, 0xfb, 0x9f, 0x1e, 0xa1, 0x20, 0xc6, 0x76, 0xd5, + 0xf7, 0xe0, 0x3d, 0x70, 0x5e, 0x11, 0x9d, 0x57, 0xea, 0xd7, 0xc7, 0xd4, 0x3b, 0x82, 0xf9, 0x51, + 0x4f, 0xeb, 0x2b, 0x4d, 0xf8, 0x06, 0x5c, 0xd4, 0x0b, 0xc1, 0xba, 0x70, 0xb3, 0x72, 0x67, 0x69, + 0xfb, 0x51, 0x7d, 0x52, 0xce, 0x56, 0x71, 0xa9, 0x27, 0xce, 0x77, 0x14, 0xe8, 0x49, 0x14, 0x87, + 0x23, 0x22, 0xdb, 0xf0, 0xc1, 0x18, 0x2c, 0x0d, 0xaf, 0x4f, 0x6b, 0x5d, 0x59, 0x78, 0x59, 0xd6, + 0x82, 0x06, 0xe7, 0x19, 0xca, 0xf6, 0xd8, 0x8b, 0x3c, 0xdb, 0x84, 0x7f, 0xad, 0x80, 0x1b, 0xd3, + 0x93, 0xa4, 0x75, 0x49, 0xf9, 0xf1, 0x4d, 0x81, 0x1f, 0x4d, 0xcf, 0xd8, 0x79, 0x95, 0xa1, 0xc8, + 0x78, 0x33, 0xa5, 0xdf, 0xbe, 0x86, 0x26, 0x77, 0xc2, 0x3f, 0x54, 0x80, 0x35, 0x29, 0x81, 0x5a, + 0x97, 0x95, 0x6f, 0xed, 0x42, 0xdf, 0x52, 0x78, 0x4b, 0xa3, 0x0f, 0x07, 0x14, 0x1b, 0xb7, 0xf2, + 0xba, 0xec, 0x0d, 0x94, 0x2b, 0x87, 0x7f, 0xaa, 0x80, 0xeb, 0xd3, 0xce, 0x03, 0x0b, 0x28, 0x87, + 0x8e, 0x66, 0x76, 0xa8, 0x13, 0x77, 0xa7, 0xf8, 0x64, 0x7a, 0xed, 0xab, 0x68, 0x52, 0x17, 0x6c, + 0x83, 0x75, 0xc1, 0x90, 0xfb, 0xad, 0xf4, 0x4a, 0xee, 0x5d, 0x81, 0x43, 0x1a, 0x20, 0x81, 0xad, + 0xf9, 0x12, 0x8b, 0x7b, 0x35, 0x81, 0xbe, 0x66, 0xc1, 0xa1, 0x01, 0x42, 0x17, 0xac, 0x4b, 0xa2, + 0xd1, 0x22, 0x81, 0x5b, 0x0b, 0x37, 0xcf, 0xdd, 0x99, 0xdf, 0x6e, 0x4c, 0x1c, 0xa3, 0x3e, 0xb2, + 0xeb, 0x2d, 0x05, 0x6c, 0x27, 0x38, 0x7b, 0x35, 0x66, 0xc1, 0x88, 0x8c, 0xc3, 0xef, 0xc0, 0xd5, + 0x89, 0xa5, 0x81, 0xf5, 0x73, 0xe5, 0xfa, 0xfd, 0x22, 0x43, 0x36, 0x46, 0xc1, 0xa1, 0x1f, 0xe2, + 0x3d, 0x0d, 0xef, 0x68, 0xb4, 0xbd, 0xc1, 0x72, 0xe5, 0xf0, 0x18, 0xac, 0x44, 0x58, 0xbc, 0x27, + 0xec, 0xdb, 0xc4, 0x10, 0xb7, 0x96, 0x94, 0xa5, 0x07, 0xf5, 0xc2, 0x0a, 0x2c, 0xdd, 0x55, 0xf5, + 0x97, 0x9a, 0xc3, 0xb0, 0x72, 0x7b, 0x39, 0x1a, 0x16, 0x40, 0x04, 0x16, 0x4f, 0x88, 0x90, 0x8b, + 0xc3, 0x0c, 0xe7, 0xa6, 0x32, 0xf2, 0x70, 0x16, 0x23, 0xfb, 0x92, 0xc0, 0x30, 0x1e, 0x44, 0xc7, + 0xc4, 0x5e, 0x38, 0xc9, 0x48, 0xe0, 0xf7, 0x15, 0x50, 0xf3, 0x06, 0x11, 0x0a, 0x7d, 0xd7, 0xe1, + 0x18, 0x31, 0xf7, 0xc4, 0x41, 0x1e, 0x4f, 0x0d, 0xde, 0x52, 0x06, 0x5b, 0xb3, 0x18, 0x7c, 0xac, + 0xd9, 0x3a, 0x8a, 0xac, 0xe9, 0xf1, 0x24, 0x98, 0x9b, 0x5e, 0x7e, 0x87, 0x8c, 0x26, 0x3f, 0x21, + 0x94, 0x66, 0xe7, 0xed, 0xa7, 0xb3, 0x47, 0xb3, 0x63, 0x38, 0x12, 0x7b, 0xcb, 0x7c, 0x58, 0x00, + 0xdf, 0x81, 0x2b, 0x63, 0x35, 0xa0, 0x75, 0x57, 0x19, 0xba, 0x57, 0xb4, 0x40, 0x0e, 0x13, 0x60, + 0xc2, 0xbe, 0x22, 0x46, 0x24, 0xf0, 0x3d, 0xd8, 0x1c, 0x39, 0x3c, 0x53, 0x23, 0x0d, 0x65, 0xe4, + 0xd1, 0x2c, 0xa3, 0x79, 0x8a, 0x89, 0xb6, 0x29, 0xb7, 0x66, 0x62, 0x74, 0xad, 0x97, 0x23, 0x85, + 0x14, 0xac, 0x0d, 0x15, 0x69, 0x89, 0xd5, 0x1d, 0x65, 0xf5, 0xcb, 0x59, 0xac, 0x36, 0x29, 0x3d, + 0xcb, 0xf9, 0xda, 0x26, 0x44, 0x63, 0x32, 0x38, 0x00, 0xcb, 0x23, 0x75, 0x94, 0x75, 0xa5, 0x54, + 0x1a, 0x4d, 0x88, 0x9e, 0xa4, 0xe8, 0x34, 0x65, 0xe5, 0x77, 0xd9, 0x4b, 0x78, 0xa8, 0x0d, 0x9b, + 0x60, 0xb1, 0x8b, 0x38, 0x4e, 0x47, 0x6b, 0x5d, 0x2f, 0x91, 0x9c, 0x16, 0x24, 0x24, 0xad, 0x02, + 0x9e, 0x80, 0xe5, 0xb3, 0x82, 0x36, 0xf6, 0x7a, 0x58, 0x58, 0x17, 0x4b, 0x90, 0x2c, 0x25, 0xa0, + 0x3d, 0x85, 0x81, 0xbf, 0x03, 0xeb, 0xb9, 0xe5, 0xac, 0xb5, 0xa1, 0x42, 0xf1, 0xac, 0x20, 0x14, + 0x49, 0x4a, 0x31, 0xd0, 0x34, 0x0e, 0x39, 0x72, 0x7b, 0xb5, 0x3b, 0x2e, 0x84, 0x0f, 0x00, 0xe0, + 0x02, 0x31, 0xe1, 0x78, 0x32, 0x47, 0xaf, 0x96, 0x18, 0xc1, 0x65, 0xa5, 0xff, 0x58, 0x66, 0xe6, + 0xcf, 0xc1, 0x25, 0x1c, 0x79, 0x1a, 0xba, 0x56, 0x02, 0xfa, 0x23, 0x1c, 0x79, 0x0a, 0xf8, 0x15, + 0x58, 0x39, 0xf6, 0x23, 0x14, 0xa8, 0x13, 0x82, 0xc7, 0xc7, 0xc7, 0xfe, 0xa9, 0xf5, 0xb3, 0x32, + 0xd1, 0x53, 0xa8, 0xd7, 0x2c, 0xe8, 0x28, 0x0c, 0x7c, 0x03, 0x96, 0x86, 0x2e, 0x81, 0xdc, 0xba, + 0xa3, 0xce, 0x84, 0xad, 0xa2, 0x9d, 0xf8, 0x55, 0x82, 0x6a, 0x21, 0xfa, 0x24, 0x12, 0x6c, 0x60, + 0x2f, 0x1e, 0x67, 0x44, 0x1c, 0xfe, 0xb1, 0x02, 0x6e, 0xf4, 0x7d, 0x0f, 0x13, 0x67, 0xd2, 0x95, + 0xc1, 0xfa, 0xb8, 0xd4, 0x62, 0xdd, 0x93, 0xf0, 0x8e, 0x42, 0x77, 0xce, 0xc0, 0x7a, 0x92, 0x72, + 0xbb, 0xec, 0x6b, 0xca, 0x6e, 0x7e, 0x27, 0x7c, 0x07, 0x16, 0x87, 0x6a, 0x5c, 0xeb, 0x13, 0x15, + 0xb6, 0x5f, 0xce, 0xb2, 0x3f, 0x8f, 0x14, 0x41, 0x5b, 0xe1, 0xed, 0x85, 0x7e, 0xa6, 0x05, 0x4f, + 0xc1, 0x06, 0xc7, 0x01, 0x76, 0x55, 0x15, 0x9f, 0x2d, 0xc2, 0xac, 0x5f, 0x28, 0x3b, 0xcd, 0x99, + 0x72, 0x69, 0xc2, 0x94, 0xad, 0xa6, 0xec, 0x75, 0x9e, 0x27, 0x96, 0xf9, 0x3b, 0xad, 0x1b, 0x92, + 0xdc, 0x53, 0x9f, 0x3d, 0x7f, 0x1f, 0x1a, 0x8e, 0x34, 0x7f, 0x8b, 0x61, 0x01, 0x7c, 0x07, 0x16, + 0xb2, 0x17, 0x1b, 0xeb, 0x53, 0x35, 0x8b, 0xbb, 0x05, 0xb3, 0xd8, 0xd6, 0x90, 0x17, 0xc4, 0xd3, + 0xfb, 0x2b, 0xd3, 0xb6, 0xe7, 0xe9, 0x59, 0x03, 0x1e, 0x80, 0x95, 0xd1, 0xfd, 0x6c, 0x6d, 0x16, + 0xaf, 0xec, 0xfd, 0x39, 0x7b, 0x79, 0x64, 0x7b, 0xc2, 0xe7, 0x00, 0xc8, 0xd5, 0xea, 0x73, 0x2e, + 0xe3, 0xbf, 0xa5, 0x48, 0x3e, 0x2e, 0x2c, 0x76, 0x52, 0xc4, 0xfe, 0x9c, 0x9d, 0xc1, 0xc3, 0x67, + 0x00, 0x84, 0x28, 0x8a, 0x51, 0xe0, 0xb8, 0xd4, 0xb5, 0x2c, 0xc5, 0xf6, 0x51, 0x11, 0xdb, 0x0b, + 0x85, 0x68, 0x51, 0x77, 0x7f, 0xce, 0xbe, 0x1c, 0x26, 0x8d, 0x21, 0xae, 0xd0, 0xba, 0x3a, 0x1b, + 0x57, 0x98, 0xe5, 0x0a, 0x87, 0xb8, 0xfa, 0xd6, 0xed, 0xd9, 0xb8, 0xfa, 0x59, 0xae, 0x3e, 0x3c, + 0x01, 0x6b, 0x21, 0x3a, 0x95, 0x6b, 0x0a, 0x3b, 0x2e, 0x89, 0xfa, 0x98, 0xc9, 0xa1, 0x73, 0xeb, + 0x86, 0x62, 0xdd, 0x29, 0x66, 0xd5, 0xd8, 0xd6, 0x19, 0x74, 0x7f, 0xce, 0x5e, 0x0d, 0xc7, 0xc5, + 0x30, 0x06, 0x57, 0x73, 0x2c, 0x39, 0x7d, 0x39, 0x97, 0xd6, 0x8f, 0x95, 0xb9, 0xcf, 0x67, 0x37, + 0x97, 0x2c, 0x85, 0xcd, 0x30, 0xbf, 0x4b, 0x06, 0xcb, 0x54, 0x06, 0x2e, 0x45, 0x56, 0xad, 0x5c, + 0xb0, 0xf4, 0x59, 0xdf, 0xa2, 0x48, 0x06, 0x4b, 0x24, 0x0d, 0x48, 0xc0, 0xa6, 0xe1, 0xf2, 0x43, + 0xca, 0xb0, 0x5a, 0x25, 0x0e, 0x3f, 0x41, 0x0c, 0x5b, 0xf7, 0x14, 0xf1, 0x67, 0xe5, 0x88, 0x0f, + 0x52, 0x74, 0x47, 0x82, 0xf7, 0xe7, 0xec, 0x75, 0x91, 0xd7, 0x01, 0x5f, 0x80, 0x79, 0x63, 0x90, + 0x11, 0xc4, 0xad, 0x0f, 0xca, 0x2d, 0x68, 0x6d, 0xc4, 0x26, 0x48, 0xce, 0x85, 0x19, 0xbd, 0x6c, + 0xc1, 0x36, 0x58, 0x30, 0x74, 0x9c, 0xe2, 0xc8, 0xb3, 0xae, 0x29, 0xbe, 0xbb, 0xe5, 0xf8, 0x3a, + 0x12, 0xb2, 0x3f, 0x67, 0x1b, 0x8f, 0x54, 0x53, 0x3a, 0x48, 0x31, 0x73, 0x65, 0x6a, 0x90, 0x7b, + 0xe4, 0xc3, 0x72, 0x0e, 0xb6, 0x35, 0x44, 0x6f, 0x12, 0x40, 0xd3, 0xd6, 0xd0, 0x64, 0x85, 0xd6, + 0x47, 0xb3, 0x4d, 0x56, 0x98, 0x9d, 0xac, 0xb0, 0xf6, 0x9f, 0x2a, 0x58, 0x1e, 0x29, 0xf4, 0xe1, + 0x73, 0xb0, 0x66, 0xf8, 0x35, 0x91, 0xa9, 0xbc, 0xd5, 0x73, 0xc4, 0xfc, 0x76, 0x6d, 0x2c, 0xdd, + 0xec, 0x11, 0x12, 0xe8, 0x63, 0x14, 0x6a, 0xdc, 0x53, 0xa5, 0xa0, 0x2b, 0x69, 0xf8, 0x12, 0xac, + 0x27, 0xe1, 0xd4, 0x05, 0xbc, 0xb9, 0x46, 0x58, 0xd5, 0x42, 0xba, 0x55, 0x13, 0x44, 0x85, 0x33, + 0x5e, 0xc2, 0x36, 0xd8, 0x48, 0x46, 0x4f, 0x22, 0x21, 0x63, 0x9a, 0x10, 0x9e, 0x2b, 0x24, 0x34, + 0xe3, 0x6a, 0x69, 0x60, 0xc2, 0xf8, 0x0e, 0x7c, 0x60, 0x18, 0x29, 0x62, 0x22, 0xc2, 0x6c, 0xd4, + 0xd3, 0xf3, 0x85, 0xc4, 0x35, 0x4d, 0xd0, 0xd6, 0xf8, 0x21, 0x87, 0x6b, 0xbf, 0x01, 0x2b, 0xa3, + 0xb7, 0x1c, 0xd8, 0x02, 0xcb, 0xfa, 0xea, 0x24, 0xe7, 0x14, 0x33, 0xc7, 0xf7, 0x4c, 0x74, 0xa7, + 0x3e, 0xe9, 0xe8, 0xeb, 0x56, 0x4b, 0x41, 0x0e, 0xbc, 0xda, 0xdf, 0xaa, 0x60, 0x73, 0xc2, 0x75, + 0x06, 0x7e, 0x01, 0xe6, 0x3d, 0x12, 0x22, 0x3f, 0x3a, 0x7b, 0x49, 0x2a, 0xaa, 0x81, 0x80, 0x06, + 0xa8, 0x57, 0xa6, 0x26, 0x58, 0x0c, 0x50, 0xd4, 0x8b, 0x51, 0x4f, 0xa6, 0x21, 0x0f, 0x9b, 0xc9, + 0x2a, 0xa8, 0x63, 0x13, 0x48, 0x4b, 0x1e, 0x58, 0xaf, 0xc0, 0x46, 0xcc, 0xb1, 0xc3, 0x63, 0x4a, + 0x03, 0x1f, 0x7b, 0xb2, 0x22, 0xe3, 0x0e, 0x89, 0x82, 0x41, 0x89, 0x79, 0x5a, 0x8d, 0x39, 0xee, + 0x18, 0xe0, 0x6b, 0x16, 0xf0, 0x57, 0x51, 0x30, 0x80, 0xdb, 0xe0, 0xc2, 0x31, 0xc6, 0x1e, 0xb7, + 0x2e, 0xa8, 0x52, 0x6c, 0xba, 0x2f, 0x5a, 0xb5, 0x66, 0x83, 0xe5, 0x91, 0x83, 0x1b, 0xfe, 0x1a, + 0x2c, 0x64, 0xdf, 0x11, 0x4a, 0x85, 0x66, 0x3e, 0xf3, 0x7c, 0x50, 0xfb, 0xa1, 0x0a, 0xd6, 0xf2, + 0xee, 0x3f, 0xf0, 0xf7, 0x15, 0x60, 0x4d, 0x7a, 0xa9, 0x54, 0x66, 0x8a, 0x1f, 0xbb, 0xda, 0x06, + 0x3e, 0xc4, 0xaf, 0x0b, 0x83, 0xbc, 0x1e, 0x7b, 0x9d, 0xe6, 0x89, 0x95, 0x27, 0x93, 0xde, 0x68, + 0xd5, 0x54, 0x16, 0x7b, 0xf2, 0xd2, 0xc0, 0xc7, 0x3d, 0xc9, 0xed, 0xb1, 0xd7, 0xa3, 0x3c, 0x71, + 0xcd, 0x03, 0xeb, 0xb9, 0xd5, 0x1a, 0xfc, 0x1a, 0xc0, 0xcc, 0xf9, 0x86, 0x5c, 0xf5, 0x2a, 0x6a, + 0x55, 0x4a, 0x4c, 0xed, 0x95, 0x33, 0x5c, 0x53, 0xc3, 0x6a, 0x7f, 0xae, 0x82, 0xe5, 0x91, 0x0b, + 0x36, 0x7c, 0x08, 0xe6, 0x43, 0xcc, 0xdc, 0x13, 0x14, 0x89, 0x92, 0xdb, 0x0b, 0x24, 0xfa, 0x07, + 0x9e, 0xdc, 0x00, 0x1c, 0x05, 0x98, 0x3b, 0x2e, 0x89, 0x65, 0x19, 0x5f, 0x6e, 0x03, 0x28, 0x48, + 0x4b, 0x23, 0xe0, 0x3e, 0xb8, 0x92, 0x5e, 0xe4, 0x28, 0xf3, 0x09, 0x93, 0xb5, 0xfd, 0x94, 0x87, + 0xdb, 0x9d, 0x6d, 0xcd, 0xb2, 0x92, 0xa0, 0xda, 0x06, 0x04, 0xbf, 0x00, 0x0b, 0x38, 0x42, 0xdd, + 0x00, 0x3b, 0x01, 0x71, 0x51, 0x50, 0x22, 0x1f, 0xcd, 0x6b, 0xfd, 0xe7, 0x52, 0xbd, 0xf6, 0xef, + 0x2a, 0x80, 0xe3, 0x57, 0x67, 0xf8, 0xcf, 0x0a, 0xa8, 0x4d, 0xfe, 0x63, 0x62, 0x16, 0xec, 0x49, + 0xd1, 0x43, 0xdf, 0x19, 0xef, 0xc8, 0xd5, 0xf0, 0x29, 0x41, 0x99, 0x57, 0xc8, 0x42, 0x35, 0x7b, + 0xb3, 0x9b, 0xdf, 0x01, 0x77, 0xc0, 0x45, 0x44, 0xa9, 0x9c, 0xc3, 0x32, 0x73, 0x70, 0x01, 0x51, + 0x7a, 0xe0, 0xc1, 0x1e, 0xb8, 0x9c, 0xfe, 0x49, 0x52, 0x41, 0x2f, 0xbe, 0xf2, 0x66, 0x7c, 0x6c, + 0x52, 0xda, 0x91, 0xc8, 0x51, 0xdf, 0x13, 0xb9, 0x7d, 0x09, 0x99, 0xaf, 0xda, 0xdf, 0xab, 0x60, + 0x21, 0x7b, 0xef, 0x81, 0x7f, 0x91, 0x17, 0xbc, 0xa9, 0x7f, 0x1c, 0x4c, 0x68, 0xdf, 0x14, 0xf8, + 0x93, 0x65, 0x7d, 0xac, 0x29, 0x5e, 0xb3, 0x20, 0xbd, 0x29, 0x4c, 0xee, 0xb6, 0x6b, 0xfd, 0x89, + 0x7d, 0x90, 0x01, 0x38, 0xfe, 0x2f, 0xc3, 0xe4, 0x84, 0xc7, 0x33, 0x78, 0x74, 0x88, 0x4f, 0xc5, + 0x98, 0x1f, 0x52, 0x68, 0xaf, 0xf4, 0x47, 0x24, 0x7b, 0xd7, 0xc0, 0xd5, 0x89, 0xff, 0xe8, 0xf6, + 0xfe, 0x57, 0x01, 0xb7, 0x5d, 0x12, 0x16, 0xdf, 0xc5, 0xf6, 0x16, 0x5b, 0xe9, 0xc6, 0x20, 0x82, + 0xb4, 0x2b, 0xdf, 0x3c, 0x33, 0x98, 0x1e, 0x91, 0x27, 0x4f, 0x9d, 0xb0, 0x5e, 0xa3, 0x87, 0x23, + 0xb5, 0x2c, 0x92, 0x7f, 0x38, 0xd4, 0xe7, 0x53, 0x7e, 0x50, 0x3f, 0x48, 0xbf, 0xfe, 0x51, 0x3d, + 0xf7, 0xb4, 0xd9, 0xfc, 0xa1, 0x7a, 0x4b, 0xd7, 0x2e, 0xf5, 0xa6, 0xc7, 0xeb, 0xfa, 0x53, 0x7e, + 0x1d, 0x6d, 0xd5, 0xed, 0x44, 0xf3, 0x5f, 0x89, 0xce, 0xdb, 0xa6, 0xc7, 0xdf, 0xa6, 0x3a, 0x6f, + 0x8f, 0xb6, 0xde, 0xa6, 0x3a, 0xff, 0xad, 0xde, 0xd6, 0x1d, 0xbb, 0xbb, 0x4d, 0x8f, 0xef, 0xee, + 0xa6, 0x5a, 0xbb, 0xbb, 0x47, 0x5b, 0xbb, 0xbb, 0xa9, 0x5e, 0xf7, 0xa2, 0x72, 0x76, 0xe7, 0xff, + 0x01, 0x00, 0x00, 0xff, 0xff, 0xb9, 0x0b, 0x95, 0x6f, 0x4c, 0x1f, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/resources/campaign_audience_view.pb.go b/googleapis/ads/googleads/v1/resources/campaign_audience_view.pb.go index b73995c646..a47c6bb8c6 100644 --- a/googleapis/ads/googleads/v1/resources/campaign_audience_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/campaign_audience_view.pb.go @@ -40,7 +40,7 @@ func (m *CampaignAudienceView) Reset() { *m = CampaignAudienceView{} } func (m *CampaignAudienceView) String() string { return proto.CompactTextString(m) } func (*CampaignAudienceView) ProtoMessage() {} func (*CampaignAudienceView) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_audience_view_904df0505f18d319, []int{0} + return fileDescriptor_campaign_audience_view_0a728cd592b53255, []int{0} } func (m *CampaignAudienceView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignAudienceView.Unmarshal(m, b) @@ -72,10 +72,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/campaign_audience_view.proto", fileDescriptor_campaign_audience_view_904df0505f18d319) + proto.RegisterFile("google/ads/googleads/v1/resources/campaign_audience_view.proto", fileDescriptor_campaign_audience_view_0a728cd592b53255) } -var fileDescriptor_campaign_audience_view_904df0505f18d319 = []byte{ +var fileDescriptor_campaign_audience_view_0a728cd592b53255 = []byte{ // 276 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0x4f, 0x4a, 0xc4, 0x30, 0x14, 0xc6, 0x99, 0x0a, 0x82, 0x45, 0x37, 0x83, 0x0b, 0x15, 0x17, 0x8e, 0x32, 0xe0, 0x2a, 0xa1, diff --git a/googleapis/ads/googleads/v1/resources/campaign_bid_modifier.pb.go b/googleapis/ads/googleads/v1/resources/campaign_bid_modifier.pb.go index 223380303e..4a8beed805 100644 --- a/googleapis/ads/googleads/v1/resources/campaign_bid_modifier.pb.go +++ b/googleapis/ads/googleads/v1/resources/campaign_bid_modifier.pb.go @@ -50,7 +50,7 @@ func (m *CampaignBidModifier) Reset() { *m = CampaignBidModifier{} } func (m *CampaignBidModifier) String() string { return proto.CompactTextString(m) } func (*CampaignBidModifier) ProtoMessage() {} func (*CampaignBidModifier) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_bid_modifier_a5c42e12d670ab18, []int{0} + return fileDescriptor_campaign_bid_modifier_22909370b669e990, []int{0} } func (m *CampaignBidModifier) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignBidModifier.Unmarshal(m, b) @@ -182,10 +182,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/campaign_bid_modifier.proto", fileDescriptor_campaign_bid_modifier_a5c42e12d670ab18) + proto.RegisterFile("google/ads/googleads/v1/resources/campaign_bid_modifier.proto", fileDescriptor_campaign_bid_modifier_22909370b669e990) } -var fileDescriptor_campaign_bid_modifier_a5c42e12d670ab18 = []byte{ +var fileDescriptor_campaign_bid_modifier_22909370b669e990 = []byte{ // 440 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xdd, 0x8a, 0xd4, 0x30, 0x14, 0x76, 0xba, 0x2a, 0x6e, 0x66, 0x44, 0xa9, 0x37, 0x65, 0x5d, 0x64, 0x57, 0x59, 0xd8, 0x1b, diff --git a/googleapis/ads/googleads/v1/resources/campaign_budget.pb.go b/googleapis/ads/googleads/v1/resources/campaign_budget.pb.go index a680b536a5..32894c24b5 100644 --- a/googleapis/ads/googleads/v1/resources/campaign_budget.pb.go +++ b/googleapis/ads/googleads/v1/resources/campaign_budget.pb.go @@ -47,7 +47,7 @@ type CampaignBudget struct { Name *wrappers.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // The amount of the budget, in the local currency for the account. // Amount is specified in micros, where one million is equivalent to one - // currency unit. + // currency unit. Monthly spend is capped at 30.4 times this amount. AmountMicros *wrappers.Int64Value `protobuf:"bytes,5,opt,name=amount_micros,json=amountMicros,proto3" json:"amount_micros,omitempty"` // The lifetime amount of the budget, in the local currency for the account. // Amount is specified in micros, where one million is equivalent to one @@ -122,7 +122,7 @@ func (m *CampaignBudget) Reset() { *m = CampaignBudget{} } func (m *CampaignBudget) String() string { return proto.CompactTextString(m) } func (*CampaignBudget) ProtoMessage() {} func (*CampaignBudget) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_budget_a7f53c1a4a44d279, []int{0} + return fileDescriptor_campaign_budget_b018f8e27e2503ef, []int{0} } func (m *CampaignBudget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignBudget.Unmarshal(m, b) @@ -266,10 +266,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/campaign_budget.proto", fileDescriptor_campaign_budget_a7f53c1a4a44d279) + proto.RegisterFile("google/ads/googleads/v1/resources/campaign_budget.proto", fileDescriptor_campaign_budget_b018f8e27e2503ef) } -var fileDescriptor_campaign_budget_a7f53c1a4a44d279 = []byte{ +var fileDescriptor_campaign_budget_b018f8e27e2503ef = []byte{ // 752 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x95, 0x5d, 0x6b, 0x2b, 0x45, 0x18, 0xc7, 0xd9, 0x9c, 0x5a, 0x3d, 0x73, 0xd2, 0xf4, 0x74, 0x8f, 0xc8, 0x52, 0x8f, 0x92, 0x2a, diff --git a/googleapis/ads/googleads/v1/resources/campaign_criterion.pb.go b/googleapis/ads/googleads/v1/resources/campaign_criterion.pb.go index 7e384dac99..4d7bac2e4a 100644 --- a/googleapis/ads/googleads/v1/resources/campaign_criterion.pb.go +++ b/googleapis/ads/googleads/v1/resources/campaign_criterion.pb.go @@ -73,6 +73,7 @@ type CampaignCriterion struct { // *CampaignCriterion_Webpage // *CampaignCriterion_OperatingSystemVersion // *CampaignCriterion_MobileDevice + // *CampaignCriterion_LocationGroup Criterion isCampaignCriterion_Criterion `protobuf_oneof:"criterion"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -83,7 +84,7 @@ func (m *CampaignCriterion) Reset() { *m = CampaignCriterion{} } func (m *CampaignCriterion) String() string { return proto.CompactTextString(m) } func (*CampaignCriterion) ProtoMessage() {} func (*CampaignCriterion) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_criterion_d0371d692ca57c85, []int{0} + return fileDescriptor_campaign_criterion_f1511be1f9991413, []int{0} } func (m *CampaignCriterion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignCriterion.Unmarshal(m, b) @@ -249,6 +250,10 @@ type CampaignCriterion_MobileDevice struct { MobileDevice *common.MobileDeviceInfo `protobuf:"bytes,33,opt,name=mobile_device,json=mobileDevice,proto3,oneof"` } +type CampaignCriterion_LocationGroup struct { + LocationGroup *common.LocationGroupInfo `protobuf:"bytes,34,opt,name=location_group,json=locationGroup,proto3,oneof"` +} + func (*CampaignCriterion_Keyword) isCampaignCriterion_Criterion() {} func (*CampaignCriterion_Placement) isCampaignCriterion_Criterion() {} @@ -299,6 +304,8 @@ func (*CampaignCriterion_OperatingSystemVersion) isCampaignCriterion_Criterion() func (*CampaignCriterion_MobileDevice) isCampaignCriterion_Criterion() {} +func (*CampaignCriterion_LocationGroup) isCampaignCriterion_Criterion() {} + func (m *CampaignCriterion) GetCriterion() isCampaignCriterion_Criterion { if m != nil { return m.Criterion @@ -481,6 +488,13 @@ func (m *CampaignCriterion) GetMobileDevice() *common.MobileDeviceInfo { return nil } +func (m *CampaignCriterion) GetLocationGroup() *common.LocationGroupInfo { + if x, ok := m.GetCriterion().(*CampaignCriterion_LocationGroup); ok { + return x.LocationGroup + } + return nil +} + // XXX_OneofFuncs is for the internal use of the proto package. func (*CampaignCriterion) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { return _CampaignCriterion_OneofMarshaler, _CampaignCriterion_OneofUnmarshaler, _CampaignCriterion_OneofSizer, []interface{}{ @@ -509,6 +523,7 @@ func (*CampaignCriterion) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buf (*CampaignCriterion_Webpage)(nil), (*CampaignCriterion_OperatingSystemVersion)(nil), (*CampaignCriterion_MobileDevice)(nil), + (*CampaignCriterion_LocationGroup)(nil), } } @@ -641,6 +656,11 @@ func _CampaignCriterion_OneofMarshaler(msg proto.Message, b *proto.Buffer) error if err := b.EncodeMessage(x.MobileDevice); err != nil { return err } + case *CampaignCriterion_LocationGroup: + b.EncodeVarint(34<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.LocationGroup); err != nil { + return err + } case nil: default: return fmt.Errorf("CampaignCriterion.Criterion has unexpected type %T", x) @@ -851,6 +871,14 @@ func _CampaignCriterion_OneofUnmarshaler(msg proto.Message, tag, wire int, b *pr err := b.DecodeMessage(msg) m.Criterion = &CampaignCriterion_MobileDevice{msg} return true, err + case 34: // criterion.location_group + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.LocationGroupInfo) + err := b.DecodeMessage(msg) + m.Criterion = &CampaignCriterion_LocationGroup{msg} + return true, err default: return false, nil } @@ -985,6 +1013,11 @@ func _CampaignCriterion_OneofSizer(msg proto.Message) (n int) { n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s + case *CampaignCriterion_LocationGroup: + s := proto.Size(x.LocationGroup) + n += 2 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s case nil: default: panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) @@ -997,76 +1030,77 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/campaign_criterion.proto", fileDescriptor_campaign_criterion_d0371d692ca57c85) -} - -var fileDescriptor_campaign_criterion_d0371d692ca57c85 = []byte{ - // 1058 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x96, 0x6f, 0x6f, 0xdc, 0x34, - 0x18, 0xc0, 0x69, 0xd9, 0xba, 0xab, 0xef, 0xda, 0x51, 0x17, 0x8a, 0xe9, 0xca, 0x68, 0x41, 0x93, - 0xca, 0x9f, 0xe5, 0x68, 0x81, 0x09, 0x1d, 0xd2, 0xa4, 0xeb, 0x0d, 0xba, 0xdb, 0x5a, 0x28, 0xd7, - 0x72, 0x13, 0xa8, 0x28, 0xf2, 0x25, 0x4f, 0x33, 0x6b, 0x89, 0x1d, 0xd9, 0xce, 0x95, 0x7b, 0xcd, - 0x37, 0xe1, 0x25, 0x9f, 0x81, 0x4f, 0xc0, 0x47, 0xe1, 0x53, 0x20, 0x3b, 0x76, 0xda, 0x52, 0x4a, - 0xc2, 0xbb, 0xe4, 0xf1, 0xf3, 0xfb, 0xe5, 0xf1, 0x93, 0xc4, 0x36, 0xea, 0x25, 0x42, 0x24, 0x29, - 0x74, 0x69, 0xac, 0xba, 0xe5, 0xa5, 0xb9, 0x9a, 0xee, 0x74, 0x25, 0x28, 0x51, 0xc8, 0x08, 0x54, - 0x37, 0xa2, 0x59, 0x4e, 0x59, 0xc2, 0xc3, 0x48, 0x32, 0x0d, 0x92, 0x09, 0x1e, 0xe4, 0x52, 0x68, - 0x81, 0xb7, 0x4a, 0x20, 0xa0, 0xb1, 0x0a, 0x2a, 0x36, 0x98, 0xee, 0x04, 0x15, 0xbb, 0xfe, 0xf0, - 0x26, 0x7d, 0x24, 0xb2, 0x4c, 0xf0, 0xae, 0x53, 0xd2, 0xd2, 0xb8, 0xbe, 0x7b, 0x53, 0x3a, 0xf0, - 0x22, 0x53, 0xdd, 0xaa, 0x80, 0x50, 0xcf, 0x72, 0x70, 0xcc, 0x7d, 0xc7, 0xd8, 0xbb, 0x49, 0x71, - 0xd6, 0x3d, 0x97, 0x34, 0xcf, 0x41, 0x2a, 0x37, 0xbe, 0xe1, 0x9d, 0x39, 0xeb, 0x52, 0xce, 0x85, - 0xa6, 0x9a, 0x09, 0xee, 0x46, 0xdf, 0xff, 0x63, 0x15, 0xad, 0x0c, 0xdc, 0x04, 0x07, 0x5e, 0x8f, - 0x3f, 0x40, 0x4b, 0x7e, 0x0e, 0x21, 0xa7, 0x19, 0x90, 0xb9, 0xcd, 0xb9, 0xed, 0xc5, 0x51, 0xc7, - 0x07, 0xbf, 0xa5, 0x19, 0xe0, 0x2f, 0x51, 0xcb, 0xb7, 0x86, 0xdc, 0xda, 0x9c, 0xdb, 0x6e, 0xef, - 0x6e, 0xb8, 0x36, 0x04, 0xbe, 0x96, 0xe0, 0x58, 0x4b, 0xc6, 0x93, 0x31, 0x4d, 0x0b, 0x18, 0x55, - 0xd9, 0xf8, 0x31, 0xea, 0x5c, 0x4c, 0x85, 0xc5, 0xe4, 0xb6, 0xa5, 0xef, 0x5d, 0xa3, 0x87, 0x5c, - 0x3f, 0xfa, 0xbc, 0x84, 0xdb, 0x15, 0x30, 0x8c, 0x0d, 0x3f, 0x61, 0x71, 0x98, 0x89, 0x98, 0x9d, - 0x31, 0x90, 0x64, 0xf9, 0x06, 0xfe, 0x9b, 0x54, 0x50, 0xed, 0xf8, 0x09, 0x8b, 0x0f, 0x5d, 0x3e, - 0x7e, 0x84, 0x5a, 0x1c, 0x12, 0xaa, 0xd9, 0x14, 0xc8, 0x1d, 0xcb, 0xae, 0x5f, 0x63, 0xf7, 0x84, - 0x48, 0x5d, 0xdd, 0x3e, 0x17, 0x8f, 0xd0, 0x2d, 0xd3, 0x78, 0xb2, 0xb0, 0x39, 0xb7, 0xbd, 0xbc, - 0xfb, 0x38, 0xb8, 0xe9, 0xfd, 0xdb, 0xb7, 0x15, 0x54, 0xed, 0x3c, 0x99, 0xe5, 0xf0, 0x35, 0x2f, - 0xb2, 0xab, 0x91, 0x91, 0x75, 0xe1, 0x7d, 0x74, 0xe7, 0x15, 0xcc, 0xce, 0x85, 0x8c, 0x49, 0xcb, - 0x96, 0xf2, 0xf1, 0x8d, 0xda, 0xf2, 0x9b, 0x09, 0x9e, 0x97, 0xe9, 0x43, 0x7e, 0x26, 0x9e, 0xbe, - 0x36, 0xf2, 0x34, 0x3e, 0x44, 0x8b, 0x79, 0x4a, 0x23, 0xc8, 0x80, 0x6b, 0xb2, 0x68, 0x55, 0x0f, - 0xeb, 0x54, 0x47, 0x1e, 0x70, 0xb2, 0x0b, 0x03, 0x4e, 0xd0, 0x6a, 0x26, 0x26, 0x2c, 0x85, 0x90, - 0xe6, 0x79, 0x18, 0x51, 0x0d, 0x89, 0x90, 0x33, 0x82, 0xac, 0xf8, 0x8b, 0x3a, 0xf1, 0xa1, 0x45, - 0xfb, 0x79, 0x3e, 0x70, 0xa0, 0x7b, 0xc0, 0x4a, 0xf6, 0xcf, 0x01, 0x7c, 0x86, 0xf0, 0xc5, 0x83, - 0x52, 0x16, 0xd9, 0xcf, 0x93, 0xb4, 0xff, 0xe7, 0x73, 0x3c, 0x78, 0xed, 0x39, 0x7e, 0x00, 0x3f, - 0x43, 0xad, 0x54, 0x38, 0x7b, 0xc7, 0xda, 0x3f, 0xa9, 0xb3, 0x1f, 0x88, 0x2b, 0xd2, 0x8a, 0xc7, - 0x4f, 0xd0, 0x42, 0x0c, 0x53, 0x16, 0x01, 0x59, 0xb2, 0xa6, 0x8f, 0xea, 0x4c, 0x4f, 0x6c, 0xb6, - 0xf3, 0x38, 0x16, 0x7f, 0x8f, 0xda, 0x34, 0x0e, 0x55, 0xf4, 0x12, 0xe2, 0x22, 0x05, 0x72, 0xd7, - 0xaa, 0x82, 0x3a, 0x55, 0x3f, 0x3e, 0x76, 0x84, 0xd3, 0x21, 0x5a, 0x45, 0xf0, 0x73, 0xb4, 0x48, - 0x13, 0x08, 0x25, 0xe5, 0x09, 0x90, 0x37, 0x9a, 0xcd, 0xb2, 0x9f, 0xc0, 0xc8, 0xe4, 0xfb, 0x59, - 0x52, 0x77, 0x6f, 0x66, 0x99, 0x00, 0x8f, 0x41, 0x92, 0x95, 0x66, 0xb3, 0xdc, 0xb7, 0xd9, 0x7e, - 0x96, 0x25, 0x8b, 0x4f, 0x50, 0x87, 0xf1, 0x48, 0x64, 0xbe, 0x2a, 0x6c, 0x5d, 0xdd, 0x3a, 0xd7, - 0xd0, 0x32, 0x97, 0x0b, 0x6b, 0xb3, 0x8b, 0x10, 0xfe, 0x19, 0xdd, 0xcd, 0xa9, 0x04, 0xae, 0x69, - 0x1a, 0x2a, 0x4d, 0x75, 0xa1, 0xc8, 0xaa, 0x15, 0xef, 0xd6, 0x7e, 0xf3, 0x0e, 0x3b, 0xb6, 0x94, - 0x73, 0x2f, 0xe7, 0x57, 0xa2, 0xa6, 0x8f, 0x85, 0x02, 0x19, 0xa6, 0x4c, 0x69, 0xb2, 0xd6, 0xac, - 0x8f, 0x3f, 0x28, 0x90, 0x07, 0x4c, 0xf9, 0x7f, 0xa9, 0x55, 0xb8, 0x7b, 0xfc, 0x02, 0x2d, 0xcd, - 0x44, 0xa1, 0x8b, 0x09, 0x84, 0x53, 0x16, 0x83, 0x20, 0x6f, 0x5a, 0xe1, 0xa7, 0x75, 0xc2, 0x1f, - 0x45, 0x71, 0x52, 0x4c, 0x60, 0x6c, 0x18, 0x27, 0xed, 0x38, 0x91, 0x8d, 0x99, 0x26, 0x78, 0x71, - 0xf4, 0x92, 0x72, 0x0e, 0x29, 0x79, 0xab, 0x59, 0x13, 0x9c, 0x7a, 0x50, 0x52, 0xbe, 0x09, 0x4e, - 0xe6, 0xa2, 0x76, 0x45, 0x91, 0xe2, 0x17, 0x96, 0x31, 0x3d, 0x23, 0x6f, 0x37, 0x5c, 0x51, 0x3c, - 0x50, 0xad, 0x28, 0x3e, 0x80, 0xfb, 0xe8, 0xb6, 0x16, 0x39, 0x8b, 0x08, 0xb1, 0xaa, 0x0f, 0xeb, - 0x54, 0x27, 0x26, 0xd9, 0x69, 0x4a, 0xd2, 0x74, 0xd2, 0xbc, 0x11, 0xc6, 0x93, 0x50, 0x45, 0x22, - 0x07, 0xf2, 0x4e, 0xb3, 0x4e, 0x1e, 0x94, 0xd0, 0xb1, 0x61, 0x7c, 0x27, 0xd3, 0x4b, 0x31, 0xbb, - 0x38, 0x50, 0x9e, 0x14, 0x34, 0x01, 0xb2, 0xde, 0x70, 0x71, 0x70, 0xf9, 0xd5, 0xe2, 0xe0, 0xee, - 0xf1, 0x53, 0xd4, 0x62, 0x79, 0x38, 0x49, 0x45, 0xf4, 0x8a, 0xdc, 0x6b, 0xb6, 0xa4, 0x0f, 0xf3, - 0x3d, 0x93, 0xee, 0x97, 0x74, 0x56, 0xde, 0x9a, 0xe9, 0x46, 0x82, 0x6b, 0xe0, 0x3a, 0x4c, 0xe9, - 0x04, 0x52, 0xb2, 0xd1, 0x6c, 0xba, 0x83, 0x12, 0x3a, 0x30, 0x8c, 0x9f, 0x6e, 0x74, 0x29, 0x66, - 0x36, 0x9d, 0x88, 0x4a, 0x69, 0xf6, 0xce, 0x77, 0x9b, 0x55, 0x38, 0x28, 0xd3, 0x7d, 0x85, 0x8e, - 0x36, 0x15, 0xda, 0xff, 0x84, 0x71, 0x0d, 0x12, 0x94, 0x26, 0xf7, 0x9b, 0x55, 0x68, 0xfe, 0x95, - 0xa1, 0x63, 0x7c, 0x85, 0xc5, 0xa5, 0x98, 0xa9, 0xf0, 0x1c, 0x26, 0xb9, 0x79, 0x1f, 0xef, 0x35, - 0xab, 0xf0, 0x45, 0x99, 0xee, 0x2b, 0x74, 0x34, 0x9e, 0x22, 0x22, 0x72, 0x90, 0xb4, 0xfc, 0x68, - 0x66, 0x4a, 0x43, 0x16, 0x4e, 0x41, 0x2a, 0xb3, 0x0d, 0x6c, 0x5a, 0x73, 0xaf, 0xce, 0xfc, 0x9d, - 0xe7, 0x8f, 0x2d, 0x3e, 0x2e, 0x69, 0xf7, 0xa0, 0x35, 0xf1, 0xaf, 0xa3, 0xa6, 0x33, 0x6e, 0x5b, - 0x73, 0x3b, 0xc5, 0x56, 0xb3, 0xce, 0x94, 0x3b, 0xda, 0x95, 0xfd, 0xa2, 0x93, 0x5d, 0x8a, 0xed, - 0xb5, 0xd1, 0x62, 0x75, 0x16, 0xda, 0xfb, 0x75, 0x1e, 0x3d, 0x88, 0x44, 0x16, 0xd4, 0x9e, 0x44, - 0xf7, 0xd6, 0xae, 0x9d, 0xf2, 0x8e, 0xcc, 0x51, 0xe7, 0x68, 0xee, 0xa7, 0x67, 0x0e, 0x4e, 0x84, - 0xf9, 0x84, 0x03, 0x21, 0x93, 0x6e, 0x02, 0xdc, 0x1e, 0x84, 0xfc, 0x21, 0x34, 0x67, 0xea, 0x3f, - 0x4e, 0xc8, 0x5f, 0x55, 0x57, 0xbf, 0xcd, 0xbf, 0xbe, 0xdf, 0xef, 0xff, 0x3e, 0xbf, 0xb5, 0x5f, - 0x2a, 0xfb, 0xb1, 0x0a, 0xca, 0x4b, 0x73, 0x35, 0xde, 0x09, 0x46, 0x3e, 0xf3, 0x4f, 0x9f, 0x73, - 0xda, 0x8f, 0xd5, 0x69, 0x95, 0x73, 0x3a, 0xde, 0x39, 0xad, 0x72, 0xfe, 0x9a, 0x7f, 0x50, 0x0e, - 0xf4, 0x7a, 0xfd, 0x58, 0xf5, 0x7a, 0x55, 0x56, 0xaf, 0x37, 0xde, 0xe9, 0xf5, 0xaa, 0xbc, 0xc9, - 0x82, 0x2d, 0xf6, 0xb3, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xbc, 0xa3, 0xc9, 0x99, 0xcd, 0x0b, - 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/resources/campaign_criterion.proto", fileDescriptor_campaign_criterion_f1511be1f9991413) +} + +var fileDescriptor_campaign_criterion_f1511be1f9991413 = []byte{ + // 1084 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x96, 0xdf, 0x72, 0xdc, 0x34, + 0x17, 0xc0, 0xbf, 0xe4, 0x6b, 0xd3, 0x8d, 0x76, 0x93, 0x12, 0xb5, 0x04, 0x91, 0x86, 0x92, 0x94, + 0xe9, 0x4c, 0xf8, 0x53, 0x2f, 0x1b, 0xa0, 0xc3, 0x2c, 0x33, 0x9d, 0xd9, 0x6c, 0x21, 0xdd, 0x36, + 0x81, 0xb0, 0x09, 0xdb, 0xa1, 0x13, 0xc6, 0xa3, 0xb5, 0x4f, 0x5c, 0x4d, 0x6d, 0x49, 0x23, 0xcb, + 0x1b, 0xf6, 0x9a, 0x97, 0xe0, 0x9a, 0x4b, 0x1e, 0x85, 0x47, 0xe1, 0x29, 0x18, 0xc9, 0x92, 0xb3, + 0x21, 0x84, 0x35, 0x77, 0xf6, 0xd1, 0xf9, 0xfd, 0x7c, 0x74, 0x6c, 0x4b, 0x42, 0xdd, 0x44, 0x88, + 0x24, 0x85, 0x36, 0x8d, 0xf3, 0x76, 0x79, 0x69, 0xae, 0x26, 0x9d, 0xb6, 0x82, 0x5c, 0x14, 0x2a, + 0x82, 0xbc, 0x1d, 0xd1, 0x4c, 0x52, 0x96, 0xf0, 0x30, 0x52, 0x4c, 0x83, 0x62, 0x82, 0x07, 0x52, + 0x09, 0x2d, 0xf0, 0x76, 0x09, 0x04, 0x34, 0xce, 0x83, 0x8a, 0x0d, 0x26, 0x9d, 0xa0, 0x62, 0x37, + 0x1e, 0x5d, 0xa7, 0x8f, 0x44, 0x96, 0x09, 0xde, 0x76, 0x4a, 0x5a, 0x1a, 0x37, 0x76, 0xaf, 0x4b, + 0x07, 0x5e, 0x64, 0x79, 0xbb, 0x2a, 0x20, 0xd4, 0x53, 0x09, 0x8e, 0xb9, 0xef, 0x18, 0x7b, 0x37, + 0x2e, 0xce, 0xda, 0xe7, 0x8a, 0x4a, 0x09, 0x2a, 0x77, 0xe3, 0x9b, 0xde, 0x29, 0x59, 0x9b, 0x72, + 0x2e, 0x34, 0xd5, 0x4c, 0x70, 0x37, 0xfa, 0xe0, 0xd7, 0xbb, 0x68, 0xad, 0xef, 0x26, 0xd8, 0xf7, + 0x7a, 0xfc, 0x01, 0x5a, 0xf1, 0x73, 0x08, 0x39, 0xcd, 0x80, 0x2c, 0x6c, 0x2d, 0xec, 0x2c, 0x0f, + 0x5b, 0x3e, 0xf8, 0x2d, 0xcd, 0x00, 0x7f, 0x89, 0x1a, 0xbe, 0x35, 0xe4, 0xc6, 0xd6, 0xc2, 0x4e, + 0x73, 0x77, 0xd3, 0xb5, 0x21, 0xf0, 0xb5, 0x04, 0xc7, 0x5a, 0x31, 0x9e, 0x8c, 0x68, 0x5a, 0xc0, + 0xb0, 0xca, 0xc6, 0x4f, 0x50, 0xeb, 0x62, 0x2a, 0x2c, 0x26, 0x37, 0x2d, 0x7d, 0xef, 0x0a, 0x3d, + 0xe0, 0xfa, 0xf1, 0xe7, 0x25, 0xdc, 0xac, 0x80, 0x41, 0x6c, 0xf8, 0x31, 0x8b, 0xc3, 0x4c, 0xc4, + 0xec, 0x8c, 0x81, 0x22, 0xab, 0xd7, 0xf0, 0xdf, 0xa4, 0x82, 0x6a, 0xc7, 0x8f, 0x59, 0x7c, 0xe8, + 0xf2, 0xf1, 0x63, 0xd4, 0xe0, 0x90, 0x50, 0xcd, 0x26, 0x40, 0x6e, 0x59, 0x76, 0xe3, 0x0a, 0xbb, + 0x27, 0x44, 0xea, 0xea, 0xf6, 0xb9, 0x78, 0x88, 0x6e, 0x98, 0xc6, 0x93, 0xa5, 0xad, 0x85, 0x9d, + 0xd5, 0xdd, 0x27, 0xc1, 0x75, 0xef, 0xdf, 0xbe, 0xad, 0xa0, 0x6a, 0xe7, 0xc9, 0x54, 0xc2, 0xd7, + 0xbc, 0xc8, 0x2e, 0x47, 0x86, 0xd6, 0x85, 0xf7, 0xd1, 0xad, 0x37, 0x30, 0x3d, 0x17, 0x2a, 0x26, + 0x0d, 0x5b, 0xca, 0xc7, 0xd7, 0x6a, 0xcb, 0x6f, 0x26, 0x78, 0x51, 0xa6, 0x0f, 0xf8, 0x99, 0x78, + 0xf6, 0xbf, 0xa1, 0xa7, 0xf1, 0x21, 0x5a, 0x96, 0x29, 0x8d, 0x20, 0x03, 0xae, 0xc9, 0xb2, 0x55, + 0x3d, 0x9a, 0xa7, 0x3a, 0xf2, 0x80, 0x93, 0x5d, 0x18, 0x70, 0x82, 0xee, 0x64, 0x62, 0xcc, 0x52, + 0x08, 0xa9, 0x94, 0x61, 0x44, 0x35, 0x24, 0x42, 0x4d, 0x09, 0xb2, 0xe2, 0x2f, 0xe6, 0x89, 0x0f, + 0x2d, 0xda, 0x93, 0xb2, 0xef, 0x40, 0xf7, 0x80, 0xb5, 0xec, 0xef, 0x03, 0xf8, 0x0c, 0xe1, 0x8b, + 0x07, 0xa5, 0x2c, 0xb2, 0x9f, 0x27, 0x69, 0xfe, 0xc7, 0xe7, 0x78, 0xf0, 0xca, 0x73, 0xfc, 0x00, + 0x7e, 0x8e, 0x1a, 0xa9, 0x70, 0xf6, 0x96, 0xb5, 0x7f, 0x32, 0xcf, 0x7e, 0x20, 0x2e, 0x49, 0x2b, + 0x1e, 0x3f, 0x45, 0x4b, 0x31, 0x4c, 0x58, 0x04, 0x64, 0xc5, 0x9a, 0x3e, 0x9a, 0x67, 0x7a, 0x6a, + 0xb3, 0x9d, 0xc7, 0xb1, 0xf8, 0x7b, 0xd4, 0xa4, 0x71, 0x98, 0x47, 0xaf, 0x21, 0x2e, 0x52, 0x20, + 0xb7, 0xad, 0x2a, 0x98, 0xa7, 0xea, 0xc5, 0xc7, 0x8e, 0x70, 0x3a, 0x44, 0xab, 0x08, 0x7e, 0x81, + 0x96, 0x69, 0x02, 0xa1, 0xa2, 0x3c, 0x01, 0xf2, 0x56, 0xbd, 0x59, 0xf6, 0x12, 0x18, 0x9a, 0x7c, + 0x3f, 0x4b, 0xea, 0xee, 0xcd, 0x2c, 0x13, 0xe0, 0x31, 0x28, 0xb2, 0x56, 0x6f, 0x96, 0xfb, 0x36, + 0xdb, 0xcf, 0xb2, 0x64, 0xf1, 0x09, 0x6a, 0x31, 0x1e, 0x89, 0xcc, 0x57, 0x85, 0xad, 0xab, 0x3d, + 0xcf, 0x35, 0xb0, 0xcc, 0x6c, 0x61, 0x4d, 0x76, 0x11, 0xc2, 0x3f, 0xa1, 0xdb, 0x92, 0x2a, 0xe0, + 0x9a, 0xa6, 0x61, 0xae, 0xa9, 0x2e, 0x72, 0x72, 0xc7, 0x8a, 0x77, 0xe7, 0x7e, 0xf3, 0x0e, 0x3b, + 0xb6, 0x94, 0x73, 0xaf, 0xca, 0x4b, 0x51, 0xd3, 0xc7, 0x22, 0x07, 0x15, 0xa6, 0x2c, 0xd7, 0x64, + 0xbd, 0x5e, 0x1f, 0x7f, 0xc8, 0x41, 0x1d, 0xb0, 0xdc, 0xff, 0x4b, 0x8d, 0xc2, 0xdd, 0xe3, 0x97, + 0x68, 0x65, 0x2a, 0x0a, 0x5d, 0x8c, 0x21, 0x9c, 0xb0, 0x18, 0x04, 0xb9, 0x6b, 0x85, 0x9f, 0xce, + 0x13, 0xfe, 0x28, 0x8a, 0x93, 0x62, 0x0c, 0x23, 0xc3, 0x38, 0x69, 0xcb, 0x89, 0x6c, 0xcc, 0x34, + 0xc1, 0x8b, 0xa3, 0xd7, 0x94, 0x73, 0x48, 0xc9, 0xdb, 0xf5, 0x9a, 0xe0, 0xd4, 0xfd, 0x92, 0xf2, + 0x4d, 0x70, 0x32, 0x17, 0xb5, 0x2b, 0x8a, 0x12, 0x3f, 0xb3, 0x8c, 0xe9, 0x29, 0x79, 0xa7, 0xe6, + 0x8a, 0xe2, 0x81, 0x6a, 0x45, 0xf1, 0x01, 0xdc, 0x43, 0x37, 0xb5, 0x90, 0x2c, 0x22, 0xc4, 0xaa, + 0x3e, 0x9c, 0xa7, 0x3a, 0x31, 0xc9, 0x4e, 0x53, 0x92, 0xa6, 0x93, 0xe6, 0x8d, 0x30, 0x9e, 0x84, + 0x79, 0x24, 0x24, 0x90, 0x77, 0xeb, 0x75, 0xf2, 0xa0, 0x84, 0x8e, 0x0d, 0xe3, 0x3b, 0x99, 0xce, + 0xc4, 0xec, 0xe2, 0x40, 0x79, 0x52, 0xd0, 0x04, 0xc8, 0x46, 0xcd, 0xc5, 0xc1, 0xe5, 0x57, 0x8b, + 0x83, 0xbb, 0xc7, 0xcf, 0x50, 0x83, 0xc9, 0x70, 0x9c, 0x8a, 0xe8, 0x0d, 0xb9, 0x57, 0x6f, 0x49, + 0x1f, 0xc8, 0x3d, 0x93, 0xee, 0x97, 0x74, 0x56, 0xde, 0x9a, 0xe9, 0x46, 0x82, 0x6b, 0xe0, 0x3a, + 0x4c, 0xe9, 0x18, 0x52, 0xb2, 0x59, 0x6f, 0xba, 0xfd, 0x12, 0x3a, 0x30, 0x8c, 0x9f, 0x6e, 0x34, + 0x13, 0x33, 0x9b, 0x4e, 0x44, 0x95, 0x32, 0x7b, 0xe7, 0x7b, 0xf5, 0x2a, 0xec, 0x97, 0xe9, 0xbe, + 0x42, 0x47, 0x9b, 0x0a, 0xed, 0x7f, 0xc2, 0xb8, 0x06, 0x05, 0xb9, 0x26, 0xf7, 0xeb, 0x55, 0x68, + 0xfe, 0x95, 0x81, 0x63, 0x7c, 0x85, 0xc5, 0x4c, 0xcc, 0x54, 0x78, 0x0e, 0x63, 0x69, 0xde, 0xc7, + 0xfb, 0xf5, 0x2a, 0x7c, 0x59, 0xa6, 0xfb, 0x0a, 0x1d, 0x8d, 0x27, 0x88, 0x08, 0x09, 0x8a, 0x96, + 0x1f, 0xcd, 0x34, 0xd7, 0x90, 0x85, 0x13, 0x50, 0xb9, 0xd9, 0x06, 0xb6, 0xac, 0xb9, 0x3b, 0xcf, + 0xfc, 0x9d, 0xe7, 0x8f, 0x2d, 0x3e, 0x2a, 0x69, 0xf7, 0xa0, 0x75, 0xf1, 0x8f, 0xa3, 0xa6, 0x33, + 0x6e, 0x5b, 0x73, 0x3b, 0xc5, 0x76, 0xbd, 0xce, 0x94, 0x3b, 0xda, 0xa5, 0xfd, 0xa2, 0x95, 0xcd, + 0xc4, 0xf0, 0x2b, 0xb4, 0xea, 0xf7, 0xa1, 0x30, 0x51, 0xa2, 0x90, 0xe4, 0x81, 0x35, 0x77, 0xea, + 0xee, 0x66, 0xfb, 0x06, 0x72, 0xea, 0x95, 0x74, 0x36, 0xb8, 0xd7, 0x44, 0xcb, 0xd5, 0x39, 0x6b, + 0xef, 0x97, 0x45, 0xf4, 0x30, 0x12, 0x59, 0x30, 0xf7, 0x94, 0xbb, 0xb7, 0x7e, 0xe5, 0x04, 0x79, + 0x64, 0x8e, 0x51, 0x47, 0x0b, 0xaf, 0x9e, 0x3b, 0x38, 0x11, 0xe6, 0xf7, 0x08, 0x84, 0x4a, 0xda, + 0x09, 0x70, 0x7b, 0xc8, 0xf2, 0x07, 0x5c, 0xc9, 0xf2, 0x7f, 0x39, 0x7d, 0x7f, 0x55, 0x5d, 0xfd, + 0xb6, 0xf8, 0xff, 0xfd, 0x5e, 0xef, 0xf7, 0xc5, 0xed, 0xfd, 0x52, 0xd9, 0x8b, 0xf3, 0xa0, 0xbc, + 0x34, 0x57, 0xa3, 0x4e, 0x30, 0xf4, 0x99, 0x7f, 0xf8, 0x9c, 0xd3, 0x5e, 0x9c, 0x9f, 0x56, 0x39, + 0xa7, 0xa3, 0xce, 0x69, 0x95, 0xf3, 0xe7, 0xe2, 0xc3, 0x72, 0xa0, 0xdb, 0xed, 0xc5, 0x79, 0xb7, + 0x5b, 0x65, 0x75, 0xbb, 0xa3, 0x4e, 0xb7, 0x5b, 0xe5, 0x8d, 0x97, 0x6c, 0xb1, 0x9f, 0xfd, 0x15, + 0x00, 0x00, 0xff, 0xff, 0x1d, 0x03, 0xae, 0x82, 0x29, 0x0c, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/resources/campaign_criterion_simulation.pb.go b/googleapis/ads/googleads/v1/resources/campaign_criterion_simulation.pb.go new file mode 100644 index 0000000000..af9a41e542 --- /dev/null +++ b/googleapis/ads/googleads/v1/resources/campaign_criterion_simulation.pb.go @@ -0,0 +1,257 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/resources/campaign_criterion_simulation.proto + +package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v1/resources" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import wrappers "github.com/golang/protobuf/ptypes/wrappers" +import common "google.golang.org/genproto/googleapis/ads/googleads/v1/common" +import enums "google.golang.org/genproto/googleapis/ads/googleads/v1/enums" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// A campaign criterion simulation. Supported combinations of advertising +// channel type, criterion ids, simulation type and simulation modification +// method is detailed below respectively. +// +// SEARCH 30000,30001,30002 BID_MODIFIER UNIFORM +// DISPLAY 30001 BID_MODIFIER UNIFORM +type CampaignCriterionSimulation struct { + // The resource name of the campaign criterion simulation. + // Campaign criterion simulation resource names have the form: + // + // + // `customers/{customer_id}/campaignCriterionSimulations/{campaign_id}~{criterion_id}~{type}~{modification_method}~{start_date}~{end_date}` + ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` + // Campaign ID of the simulation. + CampaignId *wrappers.Int64Value `protobuf:"bytes,2,opt,name=campaign_id,json=campaignId,proto3" json:"campaign_id,omitempty"` + // Criterion ID of the simulation. + CriterionId *wrappers.Int64Value `protobuf:"bytes,3,opt,name=criterion_id,json=criterionId,proto3" json:"criterion_id,omitempty"` + // The field that the simulation modifies. + Type enums.SimulationTypeEnum_SimulationType `protobuf:"varint,4,opt,name=type,proto3,enum=google.ads.googleads.v1.enums.SimulationTypeEnum_SimulationType" json:"type,omitempty"` + // How the simulation modifies the field. + ModificationMethod enums.SimulationModificationMethodEnum_SimulationModificationMethod `protobuf:"varint,5,opt,name=modification_method,json=modificationMethod,proto3,enum=google.ads.googleads.v1.enums.SimulationModificationMethodEnum_SimulationModificationMethod" json:"modification_method,omitempty"` + // First day on which the simulation is based, in YYYY-MM-DD format. + StartDate *wrappers.StringValue `protobuf:"bytes,6,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"` + // Last day on which the simulation is based, in YYYY-MM-DD format. + EndDate *wrappers.StringValue `protobuf:"bytes,7,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"` + // List of simulation points. + // + // Types that are valid to be assigned to PointList: + // *CampaignCriterionSimulation_BidModifierPointList + PointList isCampaignCriterionSimulation_PointList `protobuf_oneof:"point_list"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CampaignCriterionSimulation) Reset() { *m = CampaignCriterionSimulation{} } +func (m *CampaignCriterionSimulation) String() string { return proto.CompactTextString(m) } +func (*CampaignCriterionSimulation) ProtoMessage() {} +func (*CampaignCriterionSimulation) Descriptor() ([]byte, []int) { + return fileDescriptor_campaign_criterion_simulation_7330cdca86aa0af3, []int{0} +} +func (m *CampaignCriterionSimulation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CampaignCriterionSimulation.Unmarshal(m, b) +} +func (m *CampaignCriterionSimulation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CampaignCriterionSimulation.Marshal(b, m, deterministic) +} +func (dst *CampaignCriterionSimulation) XXX_Merge(src proto.Message) { + xxx_messageInfo_CampaignCriterionSimulation.Merge(dst, src) +} +func (m *CampaignCriterionSimulation) XXX_Size() int { + return xxx_messageInfo_CampaignCriterionSimulation.Size(m) +} +func (m *CampaignCriterionSimulation) XXX_DiscardUnknown() { + xxx_messageInfo_CampaignCriterionSimulation.DiscardUnknown(m) +} + +var xxx_messageInfo_CampaignCriterionSimulation proto.InternalMessageInfo + +func (m *CampaignCriterionSimulation) GetResourceName() string { + if m != nil { + return m.ResourceName + } + return "" +} + +func (m *CampaignCriterionSimulation) GetCampaignId() *wrappers.Int64Value { + if m != nil { + return m.CampaignId + } + return nil +} + +func (m *CampaignCriterionSimulation) GetCriterionId() *wrappers.Int64Value { + if m != nil { + return m.CriterionId + } + return nil +} + +func (m *CampaignCriterionSimulation) GetType() enums.SimulationTypeEnum_SimulationType { + if m != nil { + return m.Type + } + return enums.SimulationTypeEnum_UNSPECIFIED +} + +func (m *CampaignCriterionSimulation) GetModificationMethod() enums.SimulationModificationMethodEnum_SimulationModificationMethod { + if m != nil { + return m.ModificationMethod + } + return enums.SimulationModificationMethodEnum_UNSPECIFIED +} + +func (m *CampaignCriterionSimulation) GetStartDate() *wrappers.StringValue { + if m != nil { + return m.StartDate + } + return nil +} + +func (m *CampaignCriterionSimulation) GetEndDate() *wrappers.StringValue { + if m != nil { + return m.EndDate + } + return nil +} + +type isCampaignCriterionSimulation_PointList interface { + isCampaignCriterionSimulation_PointList() +} + +type CampaignCriterionSimulation_BidModifierPointList struct { + BidModifierPointList *common.BidModifierSimulationPointList `protobuf:"bytes,8,opt,name=bid_modifier_point_list,json=bidModifierPointList,proto3,oneof"` +} + +func (*CampaignCriterionSimulation_BidModifierPointList) isCampaignCriterionSimulation_PointList() {} + +func (m *CampaignCriterionSimulation) GetPointList() isCampaignCriterionSimulation_PointList { + if m != nil { + return m.PointList + } + return nil +} + +func (m *CampaignCriterionSimulation) GetBidModifierPointList() *common.BidModifierSimulationPointList { + if x, ok := m.GetPointList().(*CampaignCriterionSimulation_BidModifierPointList); ok { + return x.BidModifierPointList + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*CampaignCriterionSimulation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _CampaignCriterionSimulation_OneofMarshaler, _CampaignCriterionSimulation_OneofUnmarshaler, _CampaignCriterionSimulation_OneofSizer, []interface{}{ + (*CampaignCriterionSimulation_BidModifierPointList)(nil), + } +} + +func _CampaignCriterionSimulation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*CampaignCriterionSimulation) + // point_list + switch x := m.PointList.(type) { + case *CampaignCriterionSimulation_BidModifierPointList: + b.EncodeVarint(8<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.BidModifierPointList); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("CampaignCriterionSimulation.PointList has unexpected type %T", x) + } + return nil +} + +func _CampaignCriterionSimulation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*CampaignCriterionSimulation) + switch tag { + case 8: // point_list.bid_modifier_point_list + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.BidModifierSimulationPointList) + err := b.DecodeMessage(msg) + m.PointList = &CampaignCriterionSimulation_BidModifierPointList{msg} + return true, err + default: + return false, nil + } +} + +func _CampaignCriterionSimulation_OneofSizer(msg proto.Message) (n int) { + m := msg.(*CampaignCriterionSimulation) + // point_list + switch x := m.PointList.(type) { + case *CampaignCriterionSimulation_BidModifierPointList: + s := proto.Size(x.BidModifierPointList) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + +func init() { + proto.RegisterType((*CampaignCriterionSimulation)(nil), "google.ads.googleads.v1.resources.CampaignCriterionSimulation") +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/resources/campaign_criterion_simulation.proto", fileDescriptor_campaign_criterion_simulation_7330cdca86aa0af3) +} + +var fileDescriptor_campaign_criterion_simulation_7330cdca86aa0af3 = []byte{ + // 556 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0xdf, 0x6a, 0xdb, 0x30, + 0x14, 0xc6, 0xe7, 0xf4, 0xbf, 0x9a, 0xed, 0xc2, 0x1b, 0xcc, 0xb4, 0x65, 0xa4, 0x1b, 0x85, 0x5c, + 0xc9, 0xa4, 0x1d, 0x1b, 0xb8, 0xa3, 0x2c, 0xe9, 0x4a, 0x97, 0xb1, 0x8c, 0xe0, 0x96, 0x5c, 0x8c, + 0x80, 0x51, 0x2c, 0xd5, 0x13, 0x44, 0x92, 0x91, 0xe4, 0x96, 0x3e, 0x44, 0x5f, 0x62, 0xbb, 0xdb, + 0xa3, 0xec, 0x51, 0xf6, 0x14, 0x23, 0xb2, 0xac, 0x94, 0x64, 0x69, 0x73, 0x77, 0x7c, 0xf4, 0x7d, + 0xbf, 0x63, 0x7d, 0xb2, 0x0c, 0xce, 0x32, 0x21, 0xb2, 0x31, 0x09, 0x11, 0x56, 0x61, 0x59, 0x4e, + 0xaa, 0xeb, 0x56, 0x28, 0x89, 0x12, 0x85, 0x4c, 0x89, 0x0a, 0x53, 0xc4, 0x72, 0x44, 0x33, 0x9e, + 0xa4, 0x92, 0x6a, 0x22, 0xa9, 0xe0, 0x89, 0xa2, 0xac, 0x18, 0x23, 0x4d, 0x05, 0x87, 0xb9, 0x14, + 0x5a, 0xf8, 0xfb, 0xa5, 0x17, 0x22, 0xac, 0xa0, 0xc3, 0xc0, 0xeb, 0x16, 0x74, 0x98, 0x9d, 0x70, + 0xd1, 0xa4, 0x54, 0x30, 0x26, 0x78, 0x38, 0xcb, 0xdc, 0xe9, 0x2c, 0x32, 0x10, 0x5e, 0x30, 0x75, + 0x4f, 0x9f, 0x30, 0x81, 0xe9, 0x15, 0x4d, 0xed, 0x03, 0xd1, 0x3f, 0x04, 0xb6, 0x8c, 0xa3, 0xa5, + 0x19, 0xfa, 0x36, 0x27, 0xd6, 0xf4, 0xca, 0x9a, 0xcc, 0xd3, 0xa8, 0xb8, 0x0a, 0x6f, 0x24, 0xca, + 0x73, 0x22, 0x95, 0x5d, 0xdf, 0xab, 0xa0, 0x39, 0x0d, 0x11, 0xe7, 0x42, 0x1b, 0x82, 0x5d, 0x7d, + 0xfd, 0x6b, 0x0d, 0xec, 0x9e, 0xda, 0xc8, 0x4e, 0xab, 0xc4, 0x2e, 0xdc, 0x20, 0xff, 0x0d, 0x78, + 0x5a, 0x85, 0x92, 0x70, 0xc4, 0x48, 0xe0, 0x35, 0xbc, 0xe6, 0x56, 0x5c, 0xaf, 0x9a, 0xdf, 0x10, + 0x23, 0xfe, 0x07, 0xb0, 0xed, 0x62, 0xa7, 0x38, 0xa8, 0x35, 0xbc, 0xe6, 0xf6, 0xe1, 0xae, 0x8d, + 0x16, 0x56, 0x2f, 0x06, 0xbb, 0x5c, 0xbf, 0x7b, 0x3b, 0x40, 0xe3, 0x82, 0xc4, 0xa0, 0xd2, 0x77, + 0xb1, 0x7f, 0x02, 0xea, 0xd3, 0xb3, 0xa2, 0x38, 0x58, 0x79, 0xdc, 0xbe, 0xed, 0x0c, 0x5d, 0xec, + 0x5f, 0x82, 0xd5, 0x49, 0x1c, 0xc1, 0x6a, 0xc3, 0x6b, 0x3e, 0x3b, 0xfc, 0x08, 0x17, 0x1d, 0xae, + 0x09, 0x11, 0x4e, 0xf7, 0x76, 0x79, 0x9b, 0x93, 0x33, 0x5e, 0xb0, 0x99, 0x56, 0x6c, 0x68, 0xfe, + 0x9d, 0x07, 0x9e, 0xff, 0xe7, 0xa4, 0x82, 0x35, 0x33, 0x65, 0xb8, 0xf4, 0x94, 0xde, 0x3d, 0x46, + 0xcf, 0x20, 0x66, 0x66, 0xce, 0x0b, 0x62, 0x9f, 0xcd, 0xf5, 0xfc, 0x63, 0x00, 0x94, 0x46, 0x52, + 0x27, 0x18, 0x69, 0x12, 0xac, 0x9b, 0x8c, 0xf6, 0xe6, 0x32, 0xba, 0xd0, 0x92, 0xf2, 0xac, 0x0c, + 0x69, 0xcb, 0xe8, 0x3f, 0x21, 0x4d, 0xfc, 0xf7, 0x60, 0x93, 0x70, 0x5c, 0x5a, 0x37, 0x96, 0xb0, + 0x6e, 0x10, 0x8e, 0x8d, 0xf1, 0x06, 0xbc, 0x1c, 0x51, 0x6c, 0x3f, 0x59, 0x22, 0x93, 0x5c, 0x50, + 0xae, 0x93, 0x31, 0x55, 0x3a, 0xd8, 0x34, 0x9c, 0x93, 0x85, 0x41, 0x94, 0x17, 0x05, 0x76, 0x28, + 0xee, 0x59, 0xf7, 0x74, 0xcf, 0xfd, 0x09, 0xe6, 0x2b, 0x55, 0xfa, 0xf3, 0x93, 0xf8, 0xc5, 0x68, + 0xaa, 0x70, 0xfd, 0x4e, 0x1d, 0x80, 0xe9, 0xac, 0xce, 0x5d, 0x0d, 0x1c, 0xa4, 0x82, 0xc1, 0x47, + 0xef, 0x6d, 0xa7, 0xf1, 0xc0, 0xc7, 0xdc, 0x9f, 0x6c, 0xb5, 0xef, 0x7d, 0xff, 0x62, 0x31, 0x99, + 0x18, 0x23, 0x9e, 0x41, 0x21, 0xb3, 0x30, 0x23, 0xdc, 0x04, 0x51, 0x5d, 0xbb, 0x9c, 0xaa, 0x07, + 0x7e, 0x32, 0xc7, 0xae, 0xfa, 0x59, 0x5b, 0x39, 0x6f, 0xb7, 0x7f, 0xd7, 0xf6, 0xcf, 0x4b, 0x64, + 0x1b, 0x2b, 0x58, 0x96, 0x93, 0x6a, 0xd0, 0x82, 0x71, 0xa5, 0xfc, 0x53, 0x69, 0x86, 0x6d, 0xac, + 0x86, 0x4e, 0x33, 0x1c, 0xb4, 0x86, 0x4e, 0xf3, 0xb7, 0x76, 0x50, 0x2e, 0x44, 0x51, 0x1b, 0xab, + 0x28, 0x72, 0xaa, 0x28, 0x1a, 0xb4, 0xa2, 0xc8, 0xe9, 0x46, 0xeb, 0xe6, 0x65, 0x8f, 0xfe, 0x05, + 0x00, 0x00, 0xff, 0xff, 0xb8, 0x24, 0xd5, 0x5b, 0x10, 0x05, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/resources/campaign_extension_setting.pb.go b/googleapis/ads/googleads/v1/resources/campaign_extension_setting.pb.go index 13185bc238..efe8e4884e 100644 --- a/googleapis/ads/googleads/v1/resources/campaign_extension_setting.pb.go +++ b/googleapis/ads/googleads/v1/resources/campaign_extension_setting.pb.go @@ -53,7 +53,7 @@ func (m *CampaignExtensionSetting) Reset() { *m = CampaignExtensionSetti func (m *CampaignExtensionSetting) String() string { return proto.CompactTextString(m) } func (*CampaignExtensionSetting) ProtoMessage() {} func (*CampaignExtensionSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_extension_setting_fad2cef1ff7ae86a, []int{0} + return fileDescriptor_campaign_extension_setting_b38dd0ac0ea02cbd, []int{0} } func (m *CampaignExtensionSetting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignExtensionSetting.Unmarshal(m, b) @@ -113,10 +113,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/campaign_extension_setting.proto", fileDescriptor_campaign_extension_setting_fad2cef1ff7ae86a) + proto.RegisterFile("google/ads/googleads/v1/resources/campaign_extension_setting.proto", fileDescriptor_campaign_extension_setting_b38dd0ac0ea02cbd) } -var fileDescriptor_campaign_extension_setting_fad2cef1ff7ae86a = []byte{ +var fileDescriptor_campaign_extension_setting_b38dd0ac0ea02cbd = []byte{ // 445 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xd1, 0x6e, 0xd3, 0x30, 0x14, 0x55, 0x52, 0x98, 0x20, 0xb0, 0x3d, 0x44, 0x3c, 0x44, 0xd3, 0x40, 0x1d, 0x68, 0x52, 0x9f, diff --git a/googleapis/ads/googleads/v1/resources/campaign_feed.pb.go b/googleapis/ads/googleads/v1/resources/campaign_feed.pb.go index d6a77ca37e..1767f5869c 100644 --- a/googleapis/ads/googleads/v1/resources/campaign_feed.pb.go +++ b/googleapis/ads/googleads/v1/resources/campaign_feed.pb.go @@ -52,7 +52,7 @@ func (m *CampaignFeed) Reset() { *m = CampaignFeed{} } func (m *CampaignFeed) String() string { return proto.CompactTextString(m) } func (*CampaignFeed) ProtoMessage() {} func (*CampaignFeed) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_feed_47d80383b224d35c, []int{0} + return fileDescriptor_campaign_feed_3a6668ca9a325d53, []int{0} } func (m *CampaignFeed) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignFeed.Unmarshal(m, b) @@ -119,10 +119,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/campaign_feed.proto", fileDescriptor_campaign_feed_47d80383b224d35c) + proto.RegisterFile("google/ads/googleads/v1/resources/campaign_feed.proto", fileDescriptor_campaign_feed_3a6668ca9a325d53) } -var fileDescriptor_campaign_feed_47d80383b224d35c = []byte{ +var fileDescriptor_campaign_feed_3a6668ca9a325d53 = []byte{ // 485 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xdd, 0x6a, 0xd4, 0x40, 0x14, 0xc7, 0xc9, 0x6e, 0x5d, 0x74, 0xac, 0xa5, 0x9b, 0xab, 0x50, 0x8a, 0x6c, 0x95, 0xc2, 0x5e, diff --git a/googleapis/ads/googleads/v1/resources/campaign_label.pb.go b/googleapis/ads/googleads/v1/resources/campaign_label.pb.go index 2cf99b1af7..5600ba0af5 100644 --- a/googleapis/ads/googleads/v1/resources/campaign_label.pb.go +++ b/googleapis/ads/googleads/v1/resources/campaign_label.pb.go @@ -39,7 +39,7 @@ func (m *CampaignLabel) Reset() { *m = CampaignLabel{} } func (m *CampaignLabel) String() string { return proto.CompactTextString(m) } func (*CampaignLabel) ProtoMessage() {} func (*CampaignLabel) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_label_46236044c35ac378, []int{0} + return fileDescriptor_campaign_label_866cb6c3a9d00bde, []int{0} } func (m *CampaignLabel) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignLabel.Unmarshal(m, b) @@ -85,10 +85,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/campaign_label.proto", fileDescriptor_campaign_label_46236044c35ac378) + proto.RegisterFile("google/ads/googleads/v1/resources/campaign_label.proto", fileDescriptor_campaign_label_866cb6c3a9d00bde) } -var fileDescriptor_campaign_label_46236044c35ac378 = []byte{ +var fileDescriptor_campaign_label_866cb6c3a9d00bde = []byte{ // 323 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xcf, 0x4a, 0xc3, 0x30, 0x1c, 0xc7, 0x69, 0x87, 0xa2, 0xd5, 0x5d, 0x7a, 0x1a, 0x63, 0xc8, 0xa6, 0x0c, 0x76, 0x4a, 0xe8, diff --git a/googleapis/ads/googleads/v1/resources/campaign_shared_set.pb.go b/googleapis/ads/googleads/v1/resources/campaign_shared_set.pb.go index 900a0deea2..3421a44167 100644 --- a/googleapis/ads/googleads/v1/resources/campaign_shared_set.pb.go +++ b/googleapis/ads/googleads/v1/resources/campaign_shared_set.pb.go @@ -49,7 +49,7 @@ func (m *CampaignSharedSet) Reset() { *m = CampaignSharedSet{} } func (m *CampaignSharedSet) String() string { return proto.CompactTextString(m) } func (*CampaignSharedSet) ProtoMessage() {} func (*CampaignSharedSet) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_a16fece685ff8712, []int{0} + return fileDescriptor_campaign_shared_set_f9acec9356ea71cc, []int{0} } func (m *CampaignSharedSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignSharedSet.Unmarshal(m, b) @@ -102,10 +102,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/campaign_shared_set.proto", fileDescriptor_campaign_shared_set_a16fece685ff8712) + proto.RegisterFile("google/ads/googleads/v1/resources/campaign_shared_set.proto", fileDescriptor_campaign_shared_set_f9acec9356ea71cc) } -var fileDescriptor_campaign_shared_set_a16fece685ff8712 = []byte{ +var fileDescriptor_campaign_shared_set_f9acec9356ea71cc = []byte{ // 386 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xcd, 0x6a, 0xe3, 0x30, 0x18, 0xc4, 0xce, 0x12, 0x36, 0xda, 0x1f, 0x58, 0x1f, 0x16, 0x13, 0xc2, 0x92, 0x6c, 0x09, 0xe4, diff --git a/googleapis/ads/googleads/v1/resources/carrier_constant.pb.go b/googleapis/ads/googleads/v1/resources/carrier_constant.pb.go index 06b845ba01..f812048d01 100644 --- a/googleapis/ads/googleads/v1/resources/carrier_constant.pb.go +++ b/googleapis/ads/googleads/v1/resources/carrier_constant.pb.go @@ -43,7 +43,7 @@ func (m *CarrierConstant) Reset() { *m = CarrierConstant{} } func (m *CarrierConstant) String() string { return proto.CompactTextString(m) } func (*CarrierConstant) ProtoMessage() {} func (*CarrierConstant) Descriptor() ([]byte, []int) { - return fileDescriptor_carrier_constant_6d3464b8e5950dba, []int{0} + return fileDescriptor_carrier_constant_55ed5152c85d3e1c, []int{0} } func (m *CarrierConstant) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CarrierConstant.Unmarshal(m, b) @@ -96,10 +96,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/carrier_constant.proto", fileDescriptor_carrier_constant_6d3464b8e5950dba) + proto.RegisterFile("google/ads/googleads/v1/resources/carrier_constant.proto", fileDescriptor_carrier_constant_55ed5152c85d3e1c) } -var fileDescriptor_carrier_constant_6d3464b8e5950dba = []byte{ +var fileDescriptor_carrier_constant_55ed5152c85d3e1c = []byte{ // 363 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xc1, 0x4a, 0xeb, 0x40, 0x14, 0x86, 0x49, 0x5a, 0x2e, 0xdc, 0xb4, 0x97, 0x0b, 0xc1, 0x45, 0xa9, 0x45, 0x5a, 0xa5, 0x50, diff --git a/googleapis/ads/googleads/v1/resources/change_status.pb.go b/googleapis/ads/googleads/v1/resources/change_status.pb.go index aa1550c08e..33f5fd83cb 100644 --- a/googleapis/ads/googleads/v1/resources/change_status.pb.go +++ b/googleapis/ads/googleads/v1/resources/change_status.pb.go @@ -65,7 +65,7 @@ func (m *ChangeStatus) Reset() { *m = ChangeStatus{} } func (m *ChangeStatus) String() string { return proto.CompactTextString(m) } func (*ChangeStatus) ProtoMessage() {} func (*ChangeStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_change_status_913146e9d3b3577f, []int{0} + return fileDescriptor_change_status_3c3999904ed1b9b4, []int{0} } func (m *ChangeStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChangeStatus.Unmarshal(m, b) @@ -188,10 +188,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/change_status.proto", fileDescriptor_change_status_913146e9d3b3577f) + proto.RegisterFile("google/ads/googleads/v1/resources/change_status.proto", fileDescriptor_change_status_3c3999904ed1b9b4) } -var fileDescriptor_change_status_913146e9d3b3577f = []byte{ +var fileDescriptor_change_status_3c3999904ed1b9b4 = []byte{ // 603 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xdd, 0x6a, 0xdb, 0x3e, 0x14, 0xc7, 0x6d, 0xff, 0xfd, 0x27, 0x4a, 0xd2, 0x0f, 0x41, 0xc1, 0x94, 0x32, 0xda, 0x8d, 0x42, diff --git a/googleapis/ads/googleads/v1/resources/click_view.pb.go b/googleapis/ads/googleads/v1/resources/click_view.pb.go index f8009710f9..3860715cb8 100644 --- a/googleapis/ads/googleads/v1/resources/click_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/click_view.pb.go @@ -49,7 +49,7 @@ func (m *ClickView) Reset() { *m = ClickView{} } func (m *ClickView) String() string { return proto.CompactTextString(m) } func (*ClickView) ProtoMessage() {} func (*ClickView) Descriptor() ([]byte, []int) { - return fileDescriptor_click_view_284865e183b9694e, []int{0} + return fileDescriptor_click_view_e4e236f4d52695b3, []int{0} } func (m *ClickView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClickView.Unmarshal(m, b) @@ -109,10 +109,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/click_view.proto", fileDescriptor_click_view_284865e183b9694e) + proto.RegisterFile("google/ads/googleads/v1/resources/click_view.proto", fileDescriptor_click_view_e4e236f4d52695b3) } -var fileDescriptor_click_view_284865e183b9694e = []byte{ +var fileDescriptor_click_view_e4e236f4d52695b3 = []byte{ // 429 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x92, 0xdf, 0x6a, 0xd4, 0x40, 0x14, 0x87, 0x49, 0x6a, 0x85, 0x4e, 0xb5, 0x48, 0xf0, 0x22, 0xd4, 0x22, 0xad, 0x52, 0xe8, 0x8d, diff --git a/googleapis/ads/googleads/v1/resources/conversion_action.pb.go b/googleapis/ads/googleads/v1/resources/conversion_action.pb.go index c572892bff..469bd7884b 100644 --- a/googleapis/ads/googleads/v1/resources/conversion_action.pb.go +++ b/googleapis/ads/googleads/v1/resources/conversion_action.pb.go @@ -79,7 +79,7 @@ func (m *ConversionAction) Reset() { *m = ConversionAction{} } func (m *ConversionAction) String() string { return proto.CompactTextString(m) } func (*ConversionAction) ProtoMessage() {} func (*ConversionAction) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_8a96366ce392711c, []int{0} + return fileDescriptor_conversion_action_c6dc8f0fecb5b482, []int{0} } func (m *ConversionAction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionAction.Unmarshal(m, b) @@ -229,7 +229,7 @@ func (m *ConversionAction_AttributionModelSettings) Reset() { func (m *ConversionAction_AttributionModelSettings) String() string { return proto.CompactTextString(m) } func (*ConversionAction_AttributionModelSettings) ProtoMessage() {} func (*ConversionAction_AttributionModelSettings) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_8a96366ce392711c, []int{0, 0} + return fileDescriptor_conversion_action_c6dc8f0fecb5b482, []int{0, 0} } func (m *ConversionAction_AttributionModelSettings) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionAction_AttributionModelSettings.Unmarshal(m, b) @@ -287,7 +287,7 @@ func (m *ConversionAction_ValueSettings) Reset() { *m = ConversionAction func (m *ConversionAction_ValueSettings) String() string { return proto.CompactTextString(m) } func (*ConversionAction_ValueSettings) ProtoMessage() {} func (*ConversionAction_ValueSettings) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_8a96366ce392711c, []int{0, 1} + return fileDescriptor_conversion_action_c6dc8f0fecb5b482, []int{0, 1} } func (m *ConversionAction_ValueSettings) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionAction_ValueSettings.Unmarshal(m, b) @@ -335,10 +335,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/conversion_action.proto", fileDescriptor_conversion_action_8a96366ce392711c) + proto.RegisterFile("google/ads/googleads/v1/resources/conversion_action.proto", fileDescriptor_conversion_action_c6dc8f0fecb5b482) } -var fileDescriptor_conversion_action_8a96366ce392711c = []byte{ +var fileDescriptor_conversion_action_c6dc8f0fecb5b482 = []byte{ // 971 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0xdd, 0x6e, 0xe3, 0x44, 0x14, 0x56, 0xd2, 0x6e, 0xd9, 0x9d, 0x26, 0xd9, 0x32, 0xa8, 0x92, 0x95, 0xfd, 0x51, 0xbb, 0x68, diff --git a/googleapis/ads/googleads/v1/resources/custom_interest.pb.go b/googleapis/ads/googleads/v1/resources/custom_interest.pb.go index 1e783b7c2c..05abc7d41e 100644 --- a/googleapis/ads/googleads/v1/resources/custom_interest.pb.go +++ b/googleapis/ads/googleads/v1/resources/custom_interest.pb.go @@ -55,7 +55,7 @@ func (m *CustomInterest) Reset() { *m = CustomInterest{} } func (m *CustomInterest) String() string { return proto.CompactTextString(m) } func (*CustomInterest) ProtoMessage() {} func (*CustomInterest) Descriptor() ([]byte, []int) { - return fileDescriptor_custom_interest_92f43b64239155ee, []int{0} + return fileDescriptor_custom_interest_3c6adccc8a716e4f, []int{0} } func (m *CustomInterest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomInterest.Unmarshal(m, b) @@ -141,7 +141,7 @@ func (m *CustomInterestMember) Reset() { *m = CustomInterestMember{} } func (m *CustomInterestMember) String() string { return proto.CompactTextString(m) } func (*CustomInterestMember) ProtoMessage() {} func (*CustomInterestMember) Descriptor() ([]byte, []int) { - return fileDescriptor_custom_interest_92f43b64239155ee, []int{1} + return fileDescriptor_custom_interest_3c6adccc8a716e4f, []int{1} } func (m *CustomInterestMember) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomInterestMember.Unmarshal(m, b) @@ -181,10 +181,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/custom_interest.proto", fileDescriptor_custom_interest_92f43b64239155ee) + proto.RegisterFile("google/ads/googleads/v1/resources/custom_interest.proto", fileDescriptor_custom_interest_3c6adccc8a716e4f) } -var fileDescriptor_custom_interest_92f43b64239155ee = []byte{ +var fileDescriptor_custom_interest_3c6adccc8a716e4f = []byte{ // 520 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xd1, 0x6e, 0xd3, 0x30, 0x14, 0x55, 0xd2, 0xd2, 0x69, 0x2e, 0xf4, 0xc1, 0xf0, 0x10, 0x8d, 0x09, 0x75, 0x43, 0x93, 0x2a, diff --git a/googleapis/ads/googleads/v1/resources/customer.pb.go b/googleapis/ads/googleads/v1/resources/customer.pb.go index 62fd24283b..f01a92bd3e 100644 --- a/googleapis/ads/googleads/v1/resources/customer.pb.go +++ b/googleapis/ads/googleads/v1/resources/customer.pb.go @@ -7,6 +7,7 @@ import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" import wrappers "github.com/golang/protobuf/ptypes/wrappers" +import enums "google.golang.org/genproto/googleapis/ads/googleads/v1/enums" import _ "google.golang.org/genproto/googleapis/api/annotations" // Reference imports to suppress errors if they are not otherwise used. @@ -56,17 +57,20 @@ type Customer struct { // Conversion tracking setting for a customer. ConversionTrackingSetting *ConversionTrackingSetting `protobuf:"bytes,14,opt,name=conversion_tracking_setting,json=conversionTrackingSetting,proto3" json:"conversion_tracking_setting,omitempty"` // Remarketing setting for a customer. - RemarketingSetting *RemarketingSetting `protobuf:"bytes,15,opt,name=remarketing_setting,json=remarketingSetting,proto3" json:"remarketing_setting,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + RemarketingSetting *RemarketingSetting `protobuf:"bytes,15,opt,name=remarketing_setting,json=remarketingSetting,proto3" json:"remarketing_setting,omitempty"` + // Reasons why the customer is not eligible to use PaymentMode.CONVERSIONS. If + // the list is empty, the customer is eligible. This field is read-only. + PayPerConversionEligibilityFailureReasons []enums.CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason `protobuf:"varint,16,rep,packed,name=pay_per_conversion_eligibility_failure_reasons,json=payPerConversionEligibilityFailureReasons,proto3,enum=google.ads.googleads.v1.enums.CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason" json:"pay_per_conversion_eligibility_failure_reasons,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *Customer) Reset() { *m = Customer{} } func (m *Customer) String() string { return proto.CompactTextString(m) } func (*Customer) ProtoMessage() {} func (*Customer) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_8c4081a628d1c994, []int{0} + return fileDescriptor_customer_df9b425a0de8248d, []int{0} } func (m *Customer) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Customer.Unmarshal(m, b) @@ -184,6 +188,13 @@ func (m *Customer) GetRemarketingSetting() *RemarketingSetting { return nil } +func (m *Customer) GetPayPerConversionEligibilityFailureReasons() []enums.CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason { + if m != nil { + return m.PayPerConversionEligibilityFailureReasons + } + return nil +} + // Call reporting setting for a customer. type CallReportingSetting struct { // Enable reporting of phone call events by redirecting them via Google @@ -204,7 +215,7 @@ func (m *CallReportingSetting) Reset() { *m = CallReportingSetting{} } func (m *CallReportingSetting) String() string { return proto.CompactTextString(m) } func (*CallReportingSetting) ProtoMessage() {} func (*CallReportingSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_8c4081a628d1c994, []int{1} + return fileDescriptor_customer_df9b425a0de8248d, []int{1} } func (m *CallReportingSetting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CallReportingSetting.Unmarshal(m, b) @@ -266,7 +277,7 @@ func (m *ConversionTrackingSetting) Reset() { *m = ConversionTrackingSet func (m *ConversionTrackingSetting) String() string { return proto.CompactTextString(m) } func (*ConversionTrackingSetting) ProtoMessage() {} func (*ConversionTrackingSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_8c4081a628d1c994, []int{2} + return fileDescriptor_customer_df9b425a0de8248d, []int{2} } func (m *ConversionTrackingSetting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionTrackingSetting.Unmarshal(m, b) @@ -313,7 +324,7 @@ func (m *RemarketingSetting) Reset() { *m = RemarketingSetting{} } func (m *RemarketingSetting) String() string { return proto.CompactTextString(m) } func (*RemarketingSetting) ProtoMessage() {} func (*RemarketingSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_8c4081a628d1c994, []int{3} + return fileDescriptor_customer_df9b425a0de8248d, []int{3} } func (m *RemarketingSetting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemarketingSetting.Unmarshal(m, b) @@ -348,59 +359,64 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/customer.proto", fileDescriptor_customer_8c4081a628d1c994) -} - -var fileDescriptor_customer_8c4081a628d1c994 = []byte{ - // 787 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x95, 0xdf, 0x6e, 0xdb, 0x36, - 0x14, 0x87, 0x61, 0x75, 0x6b, 0x13, 0x26, 0x69, 0x03, 0xd6, 0x2b, 0xd4, 0xb4, 0x28, 0x92, 0x6c, - 0x05, 0x0a, 0x0c, 0x90, 0xe7, 0xad, 0xdb, 0x30, 0x6d, 0xbb, 0x50, 0x82, 0xcd, 0xeb, 0x30, 0x0c, - 0x9e, 0xed, 0xfa, 0xa2, 0x30, 0x20, 0xd0, 0xd4, 0xb1, 0x4a, 0x84, 0x22, 0x05, 0x92, 0xf2, 0xfe, - 0x60, 0xef, 0x32, 0x60, 0xbb, 0xdb, 0xa3, 0xec, 0x15, 0xf6, 0x06, 0x7b, 0x84, 0x5d, 0x15, 0xa2, - 0x44, 0x35, 0x81, 0x9c, 0xc8, 0x57, 0x26, 0xc4, 0xf3, 0x7d, 0x3f, 0x8a, 0x3e, 0xa4, 0xd0, 0x47, - 0xa9, 0x94, 0x29, 0x87, 0x01, 0x49, 0xf4, 0xa0, 0x1a, 0x96, 0xa3, 0xf5, 0x70, 0xa0, 0x40, 0xcb, - 0x42, 0x51, 0xd0, 0x03, 0x5a, 0x68, 0x23, 0x33, 0x50, 0x41, 0xae, 0xa4, 0x91, 0xf8, 0xa4, 0x2a, - 0x0b, 0x48, 0xa2, 0x83, 0x86, 0x08, 0xd6, 0xc3, 0xa0, 0x21, 0x8e, 0x9e, 0xd4, 0x52, 0x0b, 0x2c, - 0x8b, 0xd5, 0xe0, 0x67, 0x45, 0xf2, 0x1c, 0x94, 0xae, 0x14, 0x47, 0x8f, 0x5d, 0x68, 0xce, 0x06, - 0x44, 0x08, 0x69, 0x88, 0x61, 0x52, 0xd4, 0xb3, 0xa7, 0x7f, 0xec, 0xa0, 0x9d, 0xf3, 0x3a, 0x13, - 0xbf, 0x8f, 0x0e, 0x9c, 0x37, 0x16, 0x24, 0x03, 0xbf, 0x77, 0xdc, 0x7b, 0xb6, 0x3b, 0xd9, 0x77, - 0x0f, 0x7f, 0x24, 0x19, 0xe0, 0x0f, 0x91, 0xc7, 0x12, 0xff, 0xd6, 0x71, 0xef, 0xd9, 0xde, 0xc7, - 0x8f, 0xea, 0x45, 0x05, 0x2e, 0x3c, 0x78, 0x21, 0xcc, 0x67, 0xcf, 0xe7, 0x84, 0x17, 0x30, 0xf1, - 0x58, 0x82, 0x47, 0xe8, 0x30, 0x01, 0x4d, 0x15, 0xcb, 0x0d, 0x5b, 0xd7, 0xd2, 0x77, 0x2c, 0xfa, - 0xb8, 0x85, 0x4e, 0x8d, 0x62, 0x22, 0xad, 0xd8, 0x7b, 0x97, 0x28, 0x9b, 0x1a, 0xa1, 0x03, 0x5a, - 0x28, 0x05, 0x82, 0xfe, 0x1a, 0x53, 0x99, 0x80, 0xff, 0xee, 0x16, 0x96, 0x7d, 0x87, 0x9c, 0xcb, - 0x04, 0xf0, 0x17, 0x68, 0xd7, 0xb0, 0x0c, 0xe2, 0xdf, 0xa4, 0x00, 0xff, 0xf6, 0x16, 0xf8, 0x4e, - 0x59, 0xfe, 0x4a, 0x0a, 0xc0, 0x63, 0xf4, 0x9e, 0x51, 0x84, 0x5e, 0x30, 0x91, 0xc6, 0x85, 0xe2, - 0xb1, 0x81, 0x2c, 0xe7, 0xc4, 0x80, 0x7f, 0x67, 0x0b, 0xcd, 0x7d, 0x87, 0xbe, 0x54, 0x7c, 0x56, - 0x83, 0xf8, 0x5b, 0x74, 0xb8, 0x62, 0x82, 0x70, 0xab, 0xd3, 0xc5, 0x6a, 0xc5, 0x7e, 0xf1, 0xf7, - 0xb6, 0x90, 0xdd, 0xb5, 0xd4, 0x4b, 0xc5, 0xa7, 0x96, 0xc1, 0x3f, 0xa0, 0x3e, 0x29, 0x8c, 0x8c, - 0x0d, 0x49, 0xd3, 0x72, 0x75, 0x20, 0xc8, 0x92, 0x43, 0xe2, 0xef, 0x58, 0xd7, 0x51, 0xcb, 0x75, - 0x26, 0x25, 0xaf, 0x4c, 0xb8, 0xe4, 0x66, 0x15, 0xf6, 0x4d, 0x45, 0xe1, 0xef, 0x10, 0x7e, 0x4d, - 0x74, 0x9c, 0x13, 0x65, 0x04, 0x28, 0x1d, 0x2f, 0x49, 0x92, 0x82, 0xbf, 0xdb, 0xe9, 0x3a, 0x7c, - 0x4d, 0xf4, 0xb8, 0x86, 0xce, 0x4a, 0x06, 0x3f, 0x47, 0x77, 0x32, 0x22, 0x48, 0x0a, 0xca, 0xdf, - 0xef, 0xc4, 0x5d, 0x29, 0xfe, 0x1a, 0xed, 0x1b, 0xd0, 0x26, 0x26, 0x94, 0xca, 0x42, 0x18, 0xff, - 0xa0, 0x13, 0xdd, 0x2b, 0xeb, 0xa3, 0xaa, 0x1c, 0x67, 0xe8, 0x01, 0x25, 0x9c, 0xc7, 0x0a, 0x72, - 0xa9, 0x4c, 0xb9, 0x1d, 0x1a, 0x4c, 0xf9, 0xeb, 0x23, 0x2b, 0xfa, 0x3c, 0xe8, 0x3c, 0x4e, 0xc1, - 0x39, 0xe1, 0x7c, 0xe2, 0xf8, 0x69, 0x85, 0x4f, 0xfa, 0x74, 0xc3, 0x53, 0xfc, 0x3b, 0x7a, 0x44, - 0xa5, 0x58, 0x83, 0xd2, 0x4c, 0x8a, 0xb8, 0x69, 0x10, 0x97, 0x79, 0xd7, 0x66, 0x7e, 0xb5, 0x4d, - 0x66, 0x63, 0x99, 0xd5, 0x12, 0x17, 0xfc, 0x90, 0x5e, 0x37, 0x85, 0x57, 0xe8, 0xbe, 0x82, 0x8c, - 0xa8, 0x0b, 0xb8, 0xf2, 0xa6, 0xf7, 0x6c, 0xea, 0xa7, 0x5b, 0xa4, 0x4e, 0xde, 0xd2, 0x2e, 0x0e, - 0xab, 0xd6, 0xb3, 0xd3, 0xbf, 0x3c, 0xd4, 0xdf, 0xb4, 0x29, 0x78, 0xdc, 0xda, 0x6d, 0xd7, 0x7c, - 0xbd, 0xce, 0xbf, 0xed, 0xea, 0x86, 0xba, 0xf6, 0x03, 0x74, 0x62, 0x8d, 0x97, 0x76, 0xb5, 0x2d, - 0xf7, 0x3a, 0xe5, 0x4f, 0x4a, 0xc9, 0xdb, 0x3d, 0x6d, 0xc5, 0x4c, 0xea, 0x85, 0x5f, 0x8a, 0x21, - 0xb4, 0xbc, 0x14, 0xeb, 0x4e, 0xbf, 0xf9, 0x04, 0xf6, 0xaf, 0xda, 0x23, 0x4b, 0x9e, 0xfe, 0xdb, - 0x43, 0x0f, 0xaf, 0xfd, 0x1b, 0xf1, 0x4f, 0xe8, 0xc1, 0xa6, 0x4e, 0x61, 0x6e, 0xab, 0x6e, 0xbc, - 0x47, 0xfb, 0xed, 0x1e, 0x78, 0x91, 0xe0, 0x0b, 0xf4, 0x01, 0x55, 0x52, 0x6b, 0x77, 0x56, 0xe2, - 0x6b, 0x02, 0xbc, 0xee, 0x80, 0x63, 0x2b, 0xaa, 0x0f, 0xd1, 0xf9, 0x86, 0xb0, 0xd3, 0x14, 0xe1, - 0x76, 0xb7, 0x94, 0x6f, 0x55, 0x59, 0xe3, 0x94, 0xcb, 0x25, 0xe1, 0xb1, 0x66, 0x06, 0xca, 0x9b, - 0xa8, 0x7e, 0xab, 0x8e, 0x6b, 0xb1, 0x9a, 0x1c, 0x59, 0x74, 0xca, 0x0c, 0xcc, 0x48, 0x7a, 0xf6, - 0x7f, 0x0f, 0x3d, 0xa5, 0x32, 0xeb, 0xee, 0xde, 0xb3, 0x03, 0xf7, 0xd5, 0x1a, 0x97, 0xf2, 0x71, - 0xef, 0xd5, 0xf7, 0x35, 0x93, 0x4a, 0x4e, 0x44, 0x1a, 0x48, 0x95, 0x0e, 0x52, 0x10, 0x36, 0xda, - 0x7d, 0x6c, 0x73, 0xa6, 0x6f, 0xf8, 0xf6, 0x7e, 0xd9, 0x8c, 0xfe, 0xf4, 0x6e, 0x8d, 0xa2, 0xe8, - 0x6f, 0xef, 0x64, 0x54, 0x29, 0xa3, 0x44, 0x07, 0xd5, 0xb0, 0x1c, 0xcd, 0x87, 0xc1, 0xc4, 0x55, - 0xfe, 0xe3, 0x6a, 0x16, 0x51, 0xa2, 0x17, 0x4d, 0xcd, 0x62, 0x3e, 0x5c, 0x34, 0x35, 0xff, 0x79, - 0x4f, 0xab, 0x89, 0x30, 0x8c, 0x12, 0x1d, 0x86, 0x4d, 0x55, 0x18, 0xce, 0x87, 0x61, 0xd8, 0xd4, - 0x2d, 0x6f, 0xdb, 0xc5, 0x7e, 0xf2, 0x26, 0x00, 0x00, 0xff, 0xff, 0x13, 0x64, 0x5c, 0x10, 0x27, - 0x08, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/resources/customer.proto", fileDescriptor_customer_df9b425a0de8248d) +} + +var fileDescriptor_customer_df9b425a0de8248d = []byte{ + // 879 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x96, 0xdf, 0x6e, 0xe4, 0x34, + 0x14, 0xc6, 0x95, 0x29, 0xec, 0xb6, 0xee, 0x9f, 0xad, 0xbc, 0xc3, 0x2a, 0xdb, 0x5d, 0xad, 0xda, + 0xc2, 0x4a, 0x45, 0x48, 0x19, 0x66, 0x59, 0x40, 0x0c, 0x70, 0x31, 0xad, 0xba, 0x65, 0x11, 0x42, + 0x43, 0xda, 0xed, 0x45, 0x55, 0xc9, 0xf2, 0x24, 0x67, 0xb2, 0x56, 0x1d, 0x3b, 0xb2, 0x9d, 0x42, + 0x11, 0x97, 0x5c, 0xf1, 0x18, 0x70, 0xc7, 0xa3, 0xf0, 0x0a, 0xbc, 0x00, 0xe2, 0x11, 0xb8, 0x42, + 0x71, 0xe2, 0x4c, 0xab, 0xcc, 0x34, 0xd3, 0xab, 0xf1, 0xd8, 0xe7, 0xfb, 0x7d, 0xb6, 0x73, 0xce, + 0x49, 0xd0, 0xc7, 0x89, 0x94, 0x09, 0x87, 0x1e, 0x8d, 0x75, 0xaf, 0x1c, 0x16, 0xa3, 0xcb, 0x7e, + 0x4f, 0x81, 0x96, 0xb9, 0x8a, 0x40, 0xf7, 0xa2, 0x5c, 0x1b, 0x99, 0x82, 0x0a, 0x32, 0x25, 0x8d, + 0xc4, 0x3b, 0x65, 0x58, 0x40, 0x63, 0x1d, 0xd4, 0x8a, 0xe0, 0xb2, 0x1f, 0xd4, 0x8a, 0xad, 0xb3, + 0x79, 0x50, 0x10, 0x79, 0x3a, 0x05, 0x92, 0x8c, 0x5e, 0x91, 0x0c, 0x14, 0x89, 0xa4, 0xb8, 0x04, + 0xa5, 0x99, 0x14, 0x04, 0x38, 0x4b, 0xd8, 0x98, 0x71, 0x66, 0xae, 0xc8, 0x84, 0x32, 0x9e, 0x2b, + 0x20, 0x0a, 0xa8, 0x96, 0xa2, 0xb4, 0xdf, 0x7a, 0x56, 0xb1, 0xed, 0xbf, 0x71, 0x3e, 0xe9, 0xfd, + 0xa8, 0x68, 0x96, 0x81, 0xd2, 0xd5, 0xfa, 0x53, 0xe7, 0x9d, 0xb1, 0x1e, 0x15, 0x42, 0x1a, 0x6a, + 0x98, 0x14, 0xd5, 0xea, 0xee, 0x6f, 0x08, 0x2d, 0x1f, 0x54, 0xf6, 0xf8, 0x7d, 0xb4, 0xee, 0xf6, + 0x4c, 0x04, 0x4d, 0xc1, 0xf7, 0xb6, 0xbd, 0xbd, 0x95, 0x70, 0xcd, 0x4d, 0x7e, 0x4f, 0x53, 0xc0, + 0x1f, 0xa1, 0x0e, 0x8b, 0xfd, 0xa5, 0x6d, 0x6f, 0x6f, 0xf5, 0xc5, 0x93, 0xea, 0xc0, 0x81, 0x33, + 0x0f, 0x5e, 0x0b, 0xf3, 0xd9, 0xcb, 0x53, 0xca, 0x73, 0x08, 0x3b, 0x2c, 0xc6, 0x47, 0x68, 0x33, + 0x06, 0x1d, 0x29, 0x96, 0x19, 0x76, 0x59, 0x41, 0xdf, 0xb1, 0xd2, 0xa7, 0x0d, 0xe9, 0xb1, 0x51, + 0x4c, 0x24, 0xa5, 0xf6, 0xc1, 0x35, 0x95, 0x75, 0x1d, 0xa2, 0xf5, 0x28, 0x57, 0x0a, 0x44, 0x74, + 0x45, 0x22, 0x19, 0x83, 0xff, 0xee, 0x02, 0x94, 0x35, 0x27, 0x39, 0x90, 0x31, 0xe0, 0x2f, 0xd0, + 0x8a, 0x61, 0x29, 0x90, 0x9f, 0xa5, 0x00, 0xff, 0xde, 0x02, 0xf2, 0xe5, 0x22, 0xfc, 0x4c, 0x0a, + 0xc0, 0x23, 0xf4, 0x9e, 0x51, 0x34, 0xba, 0x60, 0x22, 0x21, 0xb9, 0xe2, 0xc4, 0x40, 0x9a, 0x71, + 0x6a, 0xc0, 0xbf, 0xbf, 0x00, 0xe6, 0xa1, 0x93, 0xbe, 0x51, 0xfc, 0xa4, 0x12, 0xe2, 0x57, 0x68, + 0x73, 0xc2, 0x04, 0xe5, 0x16, 0xa7, 0xf3, 0xc9, 0x84, 0xfd, 0xe4, 0xaf, 0x2e, 0x00, 0xdb, 0xb0, + 0xaa, 0x37, 0x8a, 0x1f, 0x5b, 0x0d, 0xfe, 0x0e, 0x75, 0x69, 0x6e, 0x24, 0x31, 0x34, 0x49, 0x8a, + 0xdd, 0x81, 0xa0, 0x63, 0x0e, 0xb1, 0xbf, 0x6c, 0x59, 0x5b, 0x0d, 0xd6, 0xbe, 0x94, 0xbc, 0x24, + 0xe1, 0x42, 0x77, 0x52, 0xca, 0x0e, 0x4b, 0x15, 0xfe, 0x06, 0xe1, 0xb7, 0x54, 0x93, 0x8c, 0x2a, + 0x23, 0x40, 0x69, 0x32, 0xa6, 0x71, 0x02, 0xfe, 0x4a, 0x2b, 0x6b, 0xf3, 0x2d, 0xd5, 0xa3, 0x4a, + 0xb4, 0x5f, 0x68, 0xf0, 0x4b, 0x74, 0x3f, 0xa5, 0x82, 0x26, 0xa0, 0xfc, 0xb5, 0x56, 0xb9, 0x0b, + 0xc5, 0x5f, 0xa3, 0x35, 0x03, 0xda, 0x10, 0x1a, 0x45, 0x32, 0x17, 0xc6, 0x5f, 0x6f, 0x95, 0xae, + 0x16, 0xf1, 0xc3, 0x32, 0x1c, 0xa7, 0xe8, 0x51, 0x44, 0x39, 0x27, 0x0a, 0x32, 0xa9, 0x4c, 0x71, + 0x1d, 0x1a, 0x4c, 0xf1, 0xeb, 0x23, 0x0b, 0xfa, 0x3c, 0x68, 0x2d, 0xd5, 0xe0, 0x80, 0x72, 0x1e, + 0x3a, 0xfd, 0x71, 0x29, 0x0f, 0xbb, 0xd1, 0x8c, 0x59, 0xfc, 0x0b, 0x7a, 0x72, 0xad, 0x50, 0xeb, + 0x04, 0x71, 0x9e, 0x1b, 0xd6, 0xf3, 0xab, 0x45, 0x3c, 0x6b, 0xca, 0x49, 0x05, 0x71, 0xc6, 0x8f, + 0xa3, 0x79, 0x4b, 0x78, 0x82, 0x1e, 0x2a, 0x48, 0xa9, 0xba, 0x80, 0x1b, 0x27, 0x7d, 0x60, 0x5d, + 0x3f, 0x5d, 0xc0, 0x35, 0x9c, 0xaa, 0x9d, 0x1d, 0x56, 0x8d, 0x39, 0xfc, 0x8f, 0x87, 0x82, 0x3b, + 0xf5, 0x25, 0xed, 0x6f, 0x6e, 0x2f, 0xed, 0x6d, 0xbc, 0xf8, 0xd5, 0x9b, 0xbb, 0x09, 0xdb, 0xf6, + 0x02, 0xd7, 0x77, 0x46, 0xf4, 0x6a, 0x04, 0x6a, 0x7a, 0x09, 0x87, 0x53, 0xf4, 0xab, 0x92, 0x1c, + 0x5a, 0xf0, 0xa1, 0xc8, 0xd3, 0x3b, 0x8b, 0xc2, 0x0f, 0xb3, 0x05, 0x23, 0xf5, 0xee, 0x1f, 0x1d, + 0xd4, 0x9d, 0xf5, 0xfc, 0xf1, 0xa8, 0x91, 0x58, 0xae, 0xce, 0xbc, 0xd6, 0x0c, 0xbd, 0x99, 0x3b, + 0xae, 0xd2, 0x00, 0xed, 0x58, 0xe2, 0xb5, 0x1b, 0x6d, 0xc2, 0x3b, 0xad, 0xf0, 0x67, 0x05, 0x64, + 0x7a, 0xb4, 0x86, 0x4d, 0x58, 0x6d, 0xfc, 0x9a, 0x0d, 0x8d, 0x8a, 0xfe, 0x5f, 0x15, 0xf5, 0xed, + 0xcd, 0xa6, 0x7b, 0x93, 0x3e, 0xb4, 0xca, 0xdd, 0xbf, 0x3d, 0xf4, 0x78, 0x6e, 0xc6, 0xe2, 0x1f, + 0xd0, 0xa3, 0x59, 0x45, 0xc1, 0xdc, 0x55, 0xdd, 0xfa, 0xca, 0xe8, 0x36, 0xd3, 0xfd, 0x75, 0x8c, + 0x2f, 0xd0, 0x07, 0x91, 0x92, 0x5a, 0xbb, 0xb6, 0x40, 0xe6, 0x18, 0x74, 0xda, 0x0d, 0xb6, 0x2d, + 0xa8, 0xea, 0x17, 0x07, 0x33, 0xcc, 0x76, 0x13, 0x84, 0x9b, 0x85, 0x51, 0x9c, 0xaa, 0xa4, 0x92, + 0x84, 0xcb, 0x31, 0xe5, 0x44, 0x33, 0x03, 0x45, 0xd3, 0xad, 0x4e, 0xd5, 0xf2, 0x06, 0x28, 0x17, + 0x8f, 0xac, 0xf4, 0x98, 0x19, 0x38, 0xa1, 0xc9, 0xfe, 0x7f, 0x1e, 0x7a, 0x1e, 0xc9, 0xb4, 0xbd, + 0x50, 0xf7, 0xd7, 0xeb, 0x9c, 0x2f, 0xe0, 0x23, 0xef, 0xec, 0xdb, 0x4a, 0x93, 0x48, 0x4e, 0x45, + 0x12, 0x48, 0x95, 0xf4, 0x12, 0x10, 0xd6, 0xda, 0x7d, 0x5e, 0x64, 0x4c, 0xdf, 0xf2, 0x09, 0xf3, + 0x65, 0x3d, 0xfa, 0xbd, 0xb3, 0x74, 0x34, 0x1c, 0xfe, 0xd9, 0xd9, 0x39, 0x2a, 0x91, 0xc3, 0x58, + 0x07, 0xe5, 0xb0, 0x18, 0x9d, 0xf6, 0x83, 0xd0, 0x45, 0xfe, 0xe5, 0x62, 0xce, 0x87, 0xb1, 0x3e, + 0xaf, 0x63, 0xce, 0x4f, 0xfb, 0xe7, 0x75, 0xcc, 0xbf, 0x9d, 0xe7, 0xe5, 0xc2, 0x60, 0x30, 0x8c, + 0xf5, 0x60, 0x50, 0x47, 0x0d, 0x06, 0xa7, 0xfd, 0xc1, 0xa0, 0x8e, 0x1b, 0xdf, 0xb3, 0x9b, 0xfd, + 0xe4, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0x65, 0x97, 0x1c, 0xdc, 0x6e, 0x09, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/resources/customer_client.pb.go b/googleapis/ads/googleads/v1/resources/customer_client.pb.go index d4e85db7ff..f6a2d6e116 100644 --- a/googleapis/ads/googleads/v1/resources/customer_client.pb.go +++ b/googleapis/ads/googleads/v1/resources/customer_client.pb.go @@ -48,7 +48,7 @@ func (m *CustomerClient) Reset() { *m = CustomerClient{} } func (m *CustomerClient) String() string { return proto.CompactTextString(m) } func (*CustomerClient) ProtoMessage() {} func (*CustomerClient) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_bb55b7230747a822, []int{0} + return fileDescriptor_customer_client_509fb76a6f1ab219, []int{0} } func (m *CustomerClient) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerClient.Unmarshal(m, b) @@ -101,10 +101,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/customer_client.proto", fileDescriptor_customer_client_bb55b7230747a822) + proto.RegisterFile("google/ads/googleads/v1/resources/customer_client.proto", fileDescriptor_customer_client_509fb76a6f1ab219) } -var fileDescriptor_customer_client_bb55b7230747a822 = []byte{ +var fileDescriptor_customer_client_509fb76a6f1ab219 = []byte{ // 364 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0x41, 0x4b, 0xfb, 0x30, 0x00, 0xc5, 0x69, 0xf7, 0xdf, 0xe0, 0x5f, 0x75, 0x42, 0xbd, 0x94, 0x39, 0x64, 0x53, 0x06, 0x3b, diff --git a/googleapis/ads/googleads/v1/resources/customer_client_link.pb.go b/googleapis/ads/googleads/v1/resources/customer_client_link.pb.go index 3c1dd60b13..46e9119b7a 100644 --- a/googleapis/ads/googleads/v1/resources/customer_client_link.pb.go +++ b/googleapis/ads/googleads/v1/resources/customer_client_link.pb.go @@ -47,7 +47,7 @@ func (m *CustomerClientLink) Reset() { *m = CustomerClientLink{} } func (m *CustomerClientLink) String() string { return proto.CompactTextString(m) } func (*CustomerClientLink) ProtoMessage() {} func (*CustomerClientLink) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_link_819e4e05820fbde8, []int{0} + return fileDescriptor_customer_client_link_282011011b313e4f, []int{0} } func (m *CustomerClientLink) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerClientLink.Unmarshal(m, b) @@ -107,10 +107,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/customer_client_link.proto", fileDescriptor_customer_client_link_819e4e05820fbde8) + proto.RegisterFile("google/ads/googleads/v1/resources/customer_client_link.proto", fileDescriptor_customer_client_link_282011011b313e4f) } -var fileDescriptor_customer_client_link_819e4e05820fbde8 = []byte{ +var fileDescriptor_customer_client_link_282011011b313e4f = []byte{ // 436 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xdd, 0x6a, 0x14, 0x31, 0x18, 0x65, 0xa6, 0xba, 0x60, 0xb4, 0x2d, 0xcc, 0x8d, 0xc3, 0x5a, 0x64, 0xab, 0x14, 0xf6, 0x2a, diff --git a/googleapis/ads/googleads/v1/resources/customer_extension_setting.pb.go b/googleapis/ads/googleads/v1/resources/customer_extension_setting.pb.go index f73d60b8fe..16a643c0a6 100644 --- a/googleapis/ads/googleads/v1/resources/customer_extension_setting.pb.go +++ b/googleapis/ads/googleads/v1/resources/customer_extension_setting.pb.go @@ -46,7 +46,7 @@ func (m *CustomerExtensionSetting) Reset() { *m = CustomerExtensionSetti func (m *CustomerExtensionSetting) String() string { return proto.CompactTextString(m) } func (*CustomerExtensionSetting) ProtoMessage() {} func (*CustomerExtensionSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_extension_setting_13fca5a0fc7fbd77, []int{0} + return fileDescriptor_customer_extension_setting_36805005c826cc7e, []int{0} } func (m *CustomerExtensionSetting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerExtensionSetting.Unmarshal(m, b) @@ -99,10 +99,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/customer_extension_setting.proto", fileDescriptor_customer_extension_setting_13fca5a0fc7fbd77) + proto.RegisterFile("google/ads/googleads/v1/resources/customer_extension_setting.proto", fileDescriptor_customer_extension_setting_36805005c826cc7e) } -var fileDescriptor_customer_extension_setting_13fca5a0fc7fbd77 = []byte{ +var fileDescriptor_customer_extension_setting_36805005c826cc7e = []byte{ // 431 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xc1, 0x6e, 0xd4, 0x30, 0x10, 0xd5, 0x66, 0x51, 0x25, 0x02, 0xed, 0x21, 0xe2, 0x10, 0x55, 0x05, 0x6d, 0x41, 0x95, 0xf6, diff --git a/googleapis/ads/googleads/v1/resources/customer_feed.pb.go b/googleapis/ads/googleads/v1/resources/customer_feed.pb.go index c71bb5a07f..9d7b2e7543 100644 --- a/googleapis/ads/googleads/v1/resources/customer_feed.pb.go +++ b/googleapis/ads/googleads/v1/resources/customer_feed.pb.go @@ -50,7 +50,7 @@ func (m *CustomerFeed) Reset() { *m = CustomerFeed{} } func (m *CustomerFeed) String() string { return proto.CompactTextString(m) } func (*CustomerFeed) ProtoMessage() {} func (*CustomerFeed) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_feed_86e402ce3ecc9283, []int{0} + return fileDescriptor_customer_feed_eb3e39480bda33e3, []int{0} } func (m *CustomerFeed) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerFeed.Unmarshal(m, b) @@ -110,10 +110,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/customer_feed.proto", fileDescriptor_customer_feed_86e402ce3ecc9283) + proto.RegisterFile("google/ads/googleads/v1/resources/customer_feed.proto", fileDescriptor_customer_feed_eb3e39480bda33e3) } -var fileDescriptor_customer_feed_86e402ce3ecc9283 = []byte{ +var fileDescriptor_customer_feed_eb3e39480bda33e3 = []byte{ // 473 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xdd, 0x6a, 0xd4, 0x40, 0x14, 0x26, 0xbb, 0xb5, 0x60, 0xac, 0xa5, 0x9b, 0xab, 0x50, 0x8a, 0x6c, 0x95, 0xc2, 0x5e, 0xcd, diff --git a/googleapis/ads/googleads/v1/resources/customer_label.pb.go b/googleapis/ads/googleads/v1/resources/customer_label.pb.go index e845b5a4a6..08c1b0931e 100644 --- a/googleapis/ads/googleads/v1/resources/customer_label.pb.go +++ b/googleapis/ads/googleads/v1/resources/customer_label.pb.go @@ -45,7 +45,7 @@ func (m *CustomerLabel) Reset() { *m = CustomerLabel{} } func (m *CustomerLabel) String() string { return proto.CompactTextString(m) } func (*CustomerLabel) ProtoMessage() {} func (*CustomerLabel) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_label_45ccf8bbb284cc59, []int{0} + return fileDescriptor_customer_label_992888de78627c4d, []int{0} } func (m *CustomerLabel) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerLabel.Unmarshal(m, b) @@ -91,10 +91,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/customer_label.proto", fileDescriptor_customer_label_45ccf8bbb284cc59) + proto.RegisterFile("google/ads/googleads/v1/resources/customer_label.proto", fileDescriptor_customer_label_992888de78627c4d) } -var fileDescriptor_customer_label_45ccf8bbb284cc59 = []byte{ +var fileDescriptor_customer_label_992888de78627c4d = []byte{ // 322 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xcf, 0x4a, 0xc3, 0x30, 0x00, 0xc6, 0x49, 0x87, 0xa2, 0xd1, 0x5d, 0x7a, 0x1a, 0x63, 0xc8, 0xa6, 0x0c, 0x76, 0x4a, 0xe8, diff --git a/googleapis/ads/googleads/v1/resources/customer_manager_link.pb.go b/googleapis/ads/googleads/v1/resources/customer_manager_link.pb.go index 12710c2086..0788734b02 100644 --- a/googleapis/ads/googleads/v1/resources/customer_manager_link.pb.go +++ b/googleapis/ads/googleads/v1/resources/customer_manager_link.pb.go @@ -43,7 +43,7 @@ func (m *CustomerManagerLink) Reset() { *m = CustomerManagerLink{} } func (m *CustomerManagerLink) String() string { return proto.CompactTextString(m) } func (*CustomerManagerLink) ProtoMessage() {} func (*CustomerManagerLink) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_manager_link_3460f909cc210d88, []int{0} + return fileDescriptor_customer_manager_link_ea27bde8cdb5c4ca, []int{0} } func (m *CustomerManagerLink) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerManagerLink.Unmarshal(m, b) @@ -96,10 +96,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/customer_manager_link.proto", fileDescriptor_customer_manager_link_3460f909cc210d88) + proto.RegisterFile("google/ads/googleads/v1/resources/customer_manager_link.proto", fileDescriptor_customer_manager_link_ea27bde8cdb5c4ca) } -var fileDescriptor_customer_manager_link_3460f909cc210d88 = []byte{ +var fileDescriptor_customer_manager_link_ea27bde8cdb5c4ca = []byte{ // 408 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xd1, 0xca, 0xd3, 0x30, 0x18, 0xa5, 0xfd, 0xf5, 0x07, 0xab, 0x73, 0x52, 0x6f, 0xca, 0x1c, 0xb2, 0x29, 0x83, 0x5d, 0x25, diff --git a/googleapis/ads/googleads/v1/resources/customer_negative_criterion.pb.go b/googleapis/ads/googleads/v1/resources/customer_negative_criterion.pb.go index 56f52ed850..0e65ac5f55 100644 --- a/googleapis/ads/googleads/v1/resources/customer_negative_criterion.pb.go +++ b/googleapis/ads/googleads/v1/resources/customer_negative_criterion.pb.go @@ -54,7 +54,7 @@ func (m *CustomerNegativeCriterion) Reset() { *m = CustomerNegativeCrite func (m *CustomerNegativeCriterion) String() string { return proto.CompactTextString(m) } func (*CustomerNegativeCriterion) ProtoMessage() {} func (*CustomerNegativeCriterion) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_negative_criterion_6344a57ae468b749, []int{0} + return fileDescriptor_customer_negative_criterion_44d1ead2708d58a3, []int{0} } func (m *CustomerNegativeCriterion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerNegativeCriterion.Unmarshal(m, b) @@ -339,10 +339,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/customer_negative_criterion.proto", fileDescriptor_customer_negative_criterion_6344a57ae468b749) + proto.RegisterFile("google/ads/googleads/v1/resources/customer_negative_criterion.proto", fileDescriptor_customer_negative_criterion_44d1ead2708d58a3) } -var fileDescriptor_customer_negative_criterion_6344a57ae468b749 = []byte{ +var fileDescriptor_customer_negative_criterion_44d1ead2708d58a3 = []byte{ // 575 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0xdd, 0x8a, 0xd3, 0x40, 0x14, 0xc7, 0x6d, 0xf6, 0x43, 0x3b, 0xfb, 0x21, 0xc6, 0x9b, 0xb8, 0xca, 0xd2, 0x55, 0x16, 0x0a, diff --git a/googleapis/ads/googleads/v1/resources/detail_placement_view.pb.go b/googleapis/ads/googleads/v1/resources/detail_placement_view.pb.go index 65473d4a68..449c971ed3 100644 --- a/googleapis/ads/googleads/v1/resources/detail_placement_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/detail_placement_view.pb.go @@ -52,7 +52,7 @@ func (m *DetailPlacementView) Reset() { *m = DetailPlacementView{} } func (m *DetailPlacementView) String() string { return proto.CompactTextString(m) } func (*DetailPlacementView) ProtoMessage() {} func (*DetailPlacementView) Descriptor() ([]byte, []int) { - return fileDescriptor_detail_placement_view_a47afc3baef12bc6, []int{0} + return fileDescriptor_detail_placement_view_204339af36109cb0, []int{0} } func (m *DetailPlacementView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DetailPlacementView.Unmarshal(m, b) @@ -119,37 +119,37 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/detail_placement_view.proto", fileDescriptor_detail_placement_view_a47afc3baef12bc6) -} - -var fileDescriptor_detail_placement_view_a47afc3baef12bc6 = []byte{ - // 442 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xcb, 0x8a, 0xdb, 0x30, - 0x14, 0xc5, 0x4e, 0x3b, 0x30, 0x9a, 0xc7, 0xc2, 0x5d, 0xd4, 0x84, 0xa1, 0x64, 0xfa, 0x80, 0xac, - 0x64, 0x9c, 0xee, 0x34, 0xb4, 0xc5, 0x43, 0xcb, 0x40, 0x17, 0x25, 0x64, 0x5a, 0x43, 0x4b, 0x20, - 0x68, 0xe2, 0x5b, 0x21, 0xb0, 0x25, 0x21, 0xc9, 0x0e, 0xd9, 0xf7, 0x4b, 0xba, 0xec, 0x07, 0xf4, - 0x23, 0xfa, 0x29, 0xfd, 0x8a, 0x12, 0xdb, 0x52, 0x32, 0xd0, 0xb4, 0xd9, 0x5d, 0xe9, 0x9e, 0x73, - 0x74, 0x8e, 0xee, 0x45, 0xaf, 0x98, 0x94, 0xac, 0x84, 0x84, 0x16, 0x26, 0xe9, 0xca, 0x4d, 0xd5, - 0xa4, 0x89, 0x06, 0x23, 0x6b, 0xbd, 0x04, 0x93, 0x14, 0x60, 0x29, 0x2f, 0x17, 0xaa, 0xa4, 0x4b, - 0xa8, 0x40, 0xd8, 0x45, 0xc3, 0x61, 0x85, 0x95, 0x96, 0x56, 0x46, 0x97, 0x1d, 0x07, 0xd3, 0xc2, - 0x60, 0x4f, 0xc7, 0x4d, 0x8a, 0x3d, 0x7d, 0x38, 0xd9, 0xf7, 0x02, 0x88, 0xba, 0x32, 0xc9, 0x56, - 0xd6, 0xae, 0x15, 0x74, 0xb2, 0xc3, 0x27, 0x3d, 0xa7, 0x3d, 0xdd, 0xd5, 0x5f, 0x93, 0x95, 0xa6, - 0x4a, 0x81, 0x36, 0x7d, 0xff, 0xc2, 0x69, 0x2a, 0x9e, 0x50, 0x21, 0xa4, 0xa5, 0x96, 0x4b, 0xd1, - 0x77, 0x9f, 0xfe, 0x1c, 0xa0, 0x47, 0x6f, 0x5b, 0xd3, 0x53, 0x27, 0x9e, 0x73, 0x58, 0x45, 0xcf, - 0xd0, 0x99, 0xb3, 0xb5, 0x10, 0xb4, 0x82, 0x38, 0x18, 0x05, 0xe3, 0xe3, 0xd9, 0xa9, 0xbb, 0xfc, - 0x40, 0x2b, 0x88, 0x08, 0x3a, 0xf6, 0x96, 0xe2, 0x70, 0x14, 0x8c, 0x4f, 0x26, 0x17, 0x7d, 0x34, - 0xec, 0xec, 0xe0, 0x5b, 0xab, 0xb9, 0x60, 0x39, 0x2d, 0x6b, 0x98, 0x6d, 0xe1, 0xd1, 0x1b, 0x74, - 0x5a, 0x70, 0xa3, 0x4a, 0xba, 0xee, 0xf4, 0x07, 0x07, 0xd0, 0x4f, 0x7a, 0x46, 0xfb, 0xf8, 0x67, - 0x34, 0x64, 0x5a, 0xd6, 0x6a, 0xe7, 0xb3, 0x2d, 0xd5, 0x0c, 0xec, 0xa2, 0xd6, 0x65, 0xfc, 0xe0, - 0x00, 0xb9, 0xc7, 0x2d, 0xdf, 0xe7, 0xfe, 0xd8, 0xb2, 0x3f, 0xe9, 0x32, 0xba, 0x42, 0x68, 0x47, - 0xea, 0xe1, 0x21, 0xc1, 0xac, 0x27, 0x03, 0x3a, 0xbf, 0x3f, 0xa7, 0xf8, 0x68, 0x14, 0x8c, 0xcf, - 0x27, 0xaf, 0xf1, 0xbe, 0xf9, 0xb7, 0xc3, 0xc5, 0x5b, 0x1f, 0x6b, 0x05, 0xef, 0x44, 0x5d, 0xdd, - 0xbf, 0x99, 0x9d, 0xa9, 0xdd, 0xe3, 0xf5, 0xb7, 0x10, 0xbd, 0x58, 0xca, 0x0a, 0xff, 0x77, 0xa9, - 0xae, 0xe3, 0xbf, 0xcc, 0x77, 0xba, 0x09, 0x31, 0x0d, 0xbe, 0xbc, 0xef, 0xe9, 0x4c, 0x96, 0x54, - 0x30, 0x2c, 0x35, 0x4b, 0x18, 0x88, 0x36, 0xa2, 0x5b, 0x40, 0xc5, 0xcd, 0x3f, 0x36, 0xfe, 0xca, - 0x57, 0xdf, 0xc3, 0xc1, 0x4d, 0x96, 0xfd, 0x08, 0x2f, 0x6f, 0x3a, 0xc9, 0xac, 0x30, 0xb8, 0x2b, - 0x37, 0x55, 0x9e, 0xe2, 0x99, 0x43, 0xfe, 0x72, 0x98, 0x79, 0x56, 0x98, 0xb9, 0xc7, 0xcc, 0xf3, - 0x74, 0xee, 0x31, 0xbf, 0xc3, 0xe7, 0x5d, 0x83, 0x90, 0xac, 0x30, 0x84, 0x78, 0x14, 0x21, 0x79, - 0x4a, 0xc8, 0x2d, 0xe8, 0x86, 0x2f, 0xc1, 0xdc, 0x1d, 0xb5, 0x5e, 0x5f, 0xfe, 0x09, 0x00, 0x00, - 0xff, 0xff, 0xe3, 0x2c, 0x66, 0xeb, 0x9c, 0x03, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/resources/detail_placement_view.proto", fileDescriptor_detail_placement_view_204339af36109cb0) +} + +var fileDescriptor_detail_placement_view_204339af36109cb0 = []byte{ + // 439 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xdd, 0x8a, 0x13, 0x31, + 0x14, 0x66, 0xa6, 0xba, 0xb0, 0xd9, 0x9f, 0x8b, 0xf1, 0xc2, 0xa1, 0x2c, 0xd2, 0x55, 0x16, 0x7a, + 0x95, 0x61, 0xea, 0x5d, 0x16, 0x95, 0x59, 0x94, 0x05, 0x2f, 0xa4, 0x54, 0x1d, 0x50, 0x0a, 0x43, + 0xb6, 0x73, 0x0c, 0x03, 0x33, 0x49, 0x48, 0x32, 0x2d, 0x7d, 0x00, 0x5f, 0xc4, 0x4b, 0x1f, 0xc0, + 0x87, 0xf0, 0x51, 0x7c, 0x0a, 0x69, 0x66, 0x92, 0x76, 0xc1, 0xba, 0xbd, 0x3b, 0xc9, 0xf9, 0xbe, + 0x2f, 0xdf, 0x97, 0x73, 0xd0, 0x2b, 0x26, 0x04, 0xab, 0x21, 0xa1, 0xa5, 0x4e, 0xba, 0x72, 0x53, + 0x2d, 0xd3, 0x44, 0x81, 0x16, 0xad, 0x5a, 0x80, 0x4e, 0x4a, 0x30, 0xb4, 0xaa, 0x0b, 0x59, 0xd3, + 0x05, 0x34, 0xc0, 0x4d, 0xb1, 0xac, 0x60, 0x85, 0xa5, 0x12, 0x46, 0x44, 0x97, 0x1d, 0x07, 0xd3, + 0x52, 0x63, 0x4f, 0xc7, 0xcb, 0x14, 0x7b, 0xfa, 0x70, 0xb2, 0xef, 0x05, 0xe0, 0x6d, 0xa3, 0x93, + 0xad, 0xac, 0x59, 0x4b, 0xe8, 0x64, 0x87, 0xcf, 0x7a, 0x8e, 0x3d, 0xdd, 0xb5, 0xdf, 0x92, 0x95, + 0xa2, 0x52, 0x82, 0xd2, 0x7d, 0xff, 0xc2, 0x69, 0xca, 0x2a, 0xa1, 0x9c, 0x0b, 0x43, 0x4d, 0x25, + 0x78, 0xdf, 0x7d, 0xfe, 0x6b, 0x80, 0x9e, 0xbc, 0xb5, 0xa6, 0xa7, 0x4e, 0x3c, 0xaf, 0x60, 0x15, + 0xbd, 0x40, 0x67, 0xce, 0x56, 0xc1, 0x69, 0x03, 0x71, 0x30, 0x0a, 0xc6, 0xc7, 0xb3, 0x53, 0x77, + 0xf9, 0x81, 0x36, 0x10, 0x11, 0x74, 0xec, 0x2d, 0xc5, 0xe1, 0x28, 0x18, 0x9f, 0x4c, 0x2e, 0xfa, + 0x68, 0xd8, 0xd9, 0xc1, 0x1f, 0x8d, 0xaa, 0x38, 0xcb, 0x69, 0xdd, 0xc2, 0x6c, 0x0b, 0x8f, 0xde, + 0xa0, 0xd3, 0xb2, 0xd2, 0xb2, 0xa6, 0xeb, 0x4e, 0x7f, 0x70, 0x00, 0xfd, 0xa4, 0x67, 0xd8, 0xc7, + 0xbf, 0xa0, 0x21, 0x53, 0xa2, 0x95, 0x3b, 0x9f, 0x6d, 0xa8, 0x62, 0x60, 0x8a, 0x56, 0xd5, 0xf1, + 0xa3, 0x03, 0xe4, 0x9e, 0x5a, 0xbe, 0xcf, 0xfd, 0xc9, 0xb2, 0x3f, 0xab, 0x3a, 0xba, 0x46, 0x68, + 0x47, 0xea, 0xf1, 0x21, 0xc1, 0x8c, 0x27, 0x03, 0x3a, 0xbf, 0x3f, 0xa7, 0xf8, 0x68, 0x14, 0x8c, + 0xcf, 0x27, 0xaf, 0xf1, 0xbe, 0xf9, 0xdb, 0xe1, 0xe2, 0xad, 0x8f, 0xb5, 0x84, 0x77, 0xbc, 0x6d, + 0xee, 0xdf, 0xcc, 0xce, 0xe4, 0xee, 0xf1, 0xe6, 0x7b, 0x88, 0xae, 0x16, 0xa2, 0xc1, 0x0f, 0x2e, + 0xd5, 0x4d, 0xfc, 0x8f, 0xf9, 0x4e, 0x37, 0x21, 0xa6, 0xc1, 0xd7, 0xf7, 0x3d, 0x9d, 0x89, 0x9a, + 0x72, 0x86, 0x85, 0x62, 0x09, 0x03, 0x6e, 0x23, 0xba, 0x05, 0x94, 0x95, 0xfe, 0xcf, 0xc6, 0x5f, + 0xfb, 0xea, 0x47, 0x38, 0xb8, 0xcd, 0xb2, 0x9f, 0xe1, 0xe5, 0x6d, 0x27, 0x99, 0x95, 0x1a, 0x77, + 0xe5, 0xa6, 0xca, 0x53, 0x3c, 0x73, 0xc8, 0xdf, 0x0e, 0x33, 0xcf, 0x4a, 0x3d, 0xf7, 0x98, 0x79, + 0x9e, 0xce, 0x3d, 0xe6, 0x4f, 0x78, 0xd5, 0x35, 0x08, 0xc9, 0x4a, 0x4d, 0x88, 0x47, 0x11, 0x92, + 0xa7, 0x84, 0x78, 0xdc, 0xdd, 0x91, 0x35, 0xfb, 0xf2, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd6, + 0x02, 0xfe, 0xbc, 0x9d, 0x03, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/resources/display_keyword_view.pb.go b/googleapis/ads/googleads/v1/resources/display_keyword_view.pb.go index 7a4959f09f..b4b30c23e1 100644 --- a/googleapis/ads/googleads/v1/resources/display_keyword_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/display_keyword_view.pb.go @@ -35,7 +35,7 @@ func (m *DisplayKeywordView) Reset() { *m = DisplayKeywordView{} } func (m *DisplayKeywordView) String() string { return proto.CompactTextString(m) } func (*DisplayKeywordView) ProtoMessage() {} func (*DisplayKeywordView) Descriptor() ([]byte, []int) { - return fileDescriptor_display_keyword_view_b9f9e71f6dc18f65, []int{0} + return fileDescriptor_display_keyword_view_a1af203287ac2439, []int{0} } func (m *DisplayKeywordView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DisplayKeywordView.Unmarshal(m, b) @@ -67,10 +67,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/display_keyword_view.proto", fileDescriptor_display_keyword_view_b9f9e71f6dc18f65) + proto.RegisterFile("google/ads/googleads/v1/resources/display_keyword_view.proto", fileDescriptor_display_keyword_view_a1af203287ac2439) } -var fileDescriptor_display_keyword_view_b9f9e71f6dc18f65 = []byte{ +var fileDescriptor_display_keyword_view_a1af203287ac2439 = []byte{ // 276 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xcf, 0x4a, 0xec, 0x30, 0x14, 0xc6, 0x69, 0x2f, 0x5c, 0xb0, 0xe8, 0xa6, 0x1b, 0x45, 0x5c, 0x38, 0xca, 0x80, 0xab, 0x84, diff --git a/googleapis/ads/googleads/v1/resources/domain_category.pb.go b/googleapis/ads/googleads/v1/resources/domain_category.pb.go index 376bb9581c..2e67571467 100644 --- a/googleapis/ads/googleads/v1/resources/domain_category.pb.go +++ b/googleapis/ads/googleads/v1/resources/domain_category.pb.go @@ -63,7 +63,7 @@ func (m *DomainCategory) Reset() { *m = DomainCategory{} } func (m *DomainCategory) String() string { return proto.CompactTextString(m) } func (*DomainCategory) ProtoMessage() {} func (*DomainCategory) Descriptor() ([]byte, []int) { - return fileDescriptor_domain_category_695d83200adb3248, []int{0} + return fileDescriptor_domain_category_4860955cf62b00ac, []int{0} } func (m *DomainCategory) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DomainCategory.Unmarshal(m, b) @@ -151,10 +151,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/domain_category.proto", fileDescriptor_domain_category_695d83200adb3248) + proto.RegisterFile("google/ads/googleads/v1/resources/domain_category.proto", fileDescriptor_domain_category_4860955cf62b00ac) } -var fileDescriptor_domain_category_695d83200adb3248 = []byte{ +var fileDescriptor_domain_category_4860955cf62b00ac = []byte{ // 493 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xd1, 0x6a, 0x14, 0x3d, 0x1c, 0xc5, 0xd9, 0x6d, 0xbf, 0xfd, 0xda, 0x74, 0x57, 0x74, 0xbc, 0x70, 0x58, 0x8b, 0xb4, 0x4a, diff --git a/googleapis/ads/googleads/v1/resources/dynamic_search_ads_search_term_view.pb.go b/googleapis/ads/googleads/v1/resources/dynamic_search_ads_search_term_view.pb.go index d530438e97..d04cb4ba82 100644 --- a/googleapis/ads/googleads/v1/resources/dynamic_search_ads_search_term_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/dynamic_search_ads_search_term_view.pb.go @@ -53,7 +53,7 @@ func (m *DynamicSearchAdsSearchTermView) Reset() { *m = DynamicSearchAds func (m *DynamicSearchAdsSearchTermView) String() string { return proto.CompactTextString(m) } func (*DynamicSearchAdsSearchTermView) ProtoMessage() {} func (*DynamicSearchAdsSearchTermView) Descriptor() ([]byte, []int) { - return fileDescriptor_dynamic_search_ads_search_term_view_887118f26ceb648b, []int{0} + return fileDescriptor_dynamic_search_ads_search_term_view_4a7297abf6b93574, []int{0} } func (m *DynamicSearchAdsSearchTermView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DynamicSearchAdsSearchTermView.Unmarshal(m, b) @@ -113,10 +113,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/dynamic_search_ads_search_term_view.proto", fileDescriptor_dynamic_search_ads_search_term_view_887118f26ceb648b) + proto.RegisterFile("google/ads/googleads/v1/resources/dynamic_search_ads_search_term_view.proto", fileDescriptor_dynamic_search_ads_search_term_view_4a7297abf6b93574) } -var fileDescriptor_dynamic_search_ads_search_term_view_887118f26ceb648b = []byte{ +var fileDescriptor_dynamic_search_ads_search_term_view_4a7297abf6b93574 = []byte{ // 399 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xcf, 0x6a, 0xd4, 0x40, 0x1c, 0xc7, 0xd9, 0xd4, 0x3f, 0x75, 0xb6, 0x5e, 0x72, 0x0a, 0xa5, 0x94, 0xd6, 0x52, 0xe8, 0x69, diff --git a/googleapis/ads/googleads/v1/resources/expanded_landing_page_view.pb.go b/googleapis/ads/googleads/v1/resources/expanded_landing_page_view.pb.go new file mode 100644 index 0000000000..d89eb1714f --- /dev/null +++ b/googleapis/ads/googleads/v1/resources/expanded_landing_page_view.pb.go @@ -0,0 +1,109 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/resources/expanded_landing_page_view.proto + +package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v1/resources" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import wrappers "github.com/golang/protobuf/ptypes/wrappers" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// A landing page view with metrics aggregated at the expanded final URL +// level. +type ExpandedLandingPageView struct { + // The resource name of the expanded landing page view. + // Expanded landing page view resource names have the form: + // + // + // `customers/{customer_id}/expandedLandingPageViews/{expanded_final_url_fingerprint}` + ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` + // The final URL that clicks are directed to. + ExpandedFinalUrl *wrappers.StringValue `protobuf:"bytes,2,opt,name=expanded_final_url,json=expandedFinalUrl,proto3" json:"expanded_final_url,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ExpandedLandingPageView) Reset() { *m = ExpandedLandingPageView{} } +func (m *ExpandedLandingPageView) String() string { return proto.CompactTextString(m) } +func (*ExpandedLandingPageView) ProtoMessage() {} +func (*ExpandedLandingPageView) Descriptor() ([]byte, []int) { + return fileDescriptor_expanded_landing_page_view_c5c0b44fb5c32bb4, []int{0} +} +func (m *ExpandedLandingPageView) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExpandedLandingPageView.Unmarshal(m, b) +} +func (m *ExpandedLandingPageView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExpandedLandingPageView.Marshal(b, m, deterministic) +} +func (dst *ExpandedLandingPageView) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExpandedLandingPageView.Merge(dst, src) +} +func (m *ExpandedLandingPageView) XXX_Size() int { + return xxx_messageInfo_ExpandedLandingPageView.Size(m) +} +func (m *ExpandedLandingPageView) XXX_DiscardUnknown() { + xxx_messageInfo_ExpandedLandingPageView.DiscardUnknown(m) +} + +var xxx_messageInfo_ExpandedLandingPageView proto.InternalMessageInfo + +func (m *ExpandedLandingPageView) GetResourceName() string { + if m != nil { + return m.ResourceName + } + return "" +} + +func (m *ExpandedLandingPageView) GetExpandedFinalUrl() *wrappers.StringValue { + if m != nil { + return m.ExpandedFinalUrl + } + return nil +} + +func init() { + proto.RegisterType((*ExpandedLandingPageView)(nil), "google.ads.googleads.v1.resources.ExpandedLandingPageView") +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/resources/expanded_landing_page_view.proto", fileDescriptor_expanded_landing_page_view_c5c0b44fb5c32bb4) +} + +var fileDescriptor_expanded_landing_page_view_c5c0b44fb5c32bb4 = []byte{ + // 343 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xc1, 0x4a, 0xeb, 0x40, + 0x14, 0x86, 0x49, 0x2e, 0x5c, 0xb8, 0xb9, 0x0a, 0x92, 0x8d, 0xa5, 0x14, 0x69, 0x95, 0x42, 0x57, + 0x13, 0xa2, 0xbb, 0x71, 0x95, 0x82, 0x16, 0x8a, 0x48, 0xa9, 0x98, 0x85, 0x04, 0xc2, 0x69, 0xe7, + 0x74, 0x18, 0x48, 0x67, 0xc2, 0x4c, 0xd2, 0xfa, 0x0a, 0xfa, 0x18, 0x2e, 0x7d, 0x14, 0x1f, 0xc5, + 0xa7, 0x90, 0x34, 0x99, 0xd9, 0xa9, 0xbb, 0x9f, 0x99, 0xff, 0xff, 0xcf, 0x77, 0x38, 0xc1, 0x94, + 0x2b, 0xc5, 0x0b, 0x8c, 0x80, 0x99, 0xa8, 0x95, 0x8d, 0xda, 0xc5, 0x91, 0x46, 0xa3, 0x6a, 0xbd, + 0x46, 0x13, 0xe1, 0x73, 0x09, 0x92, 0x21, 0xcb, 0x0b, 0x90, 0x4c, 0x48, 0x9e, 0x97, 0xc0, 0x31, + 0xdf, 0x09, 0xdc, 0x93, 0x52, 0xab, 0x4a, 0x85, 0xa3, 0x36, 0x48, 0x80, 0x19, 0xe2, 0x3a, 0xc8, + 0x2e, 0x26, 0xae, 0xa3, 0x7f, 0xd6, 0x8d, 0x39, 0x04, 0x56, 0xf5, 0x26, 0xda, 0x6b, 0x28, 0x4b, + 0xd4, 0xa6, 0xad, 0xe8, 0x0f, 0x2c, 0x46, 0x29, 0x22, 0x90, 0x52, 0x55, 0x50, 0x09, 0x25, 0xbb, + 0xdf, 0xf3, 0x57, 0x2f, 0x38, 0xbd, 0xe9, 0x28, 0xee, 0x5a, 0x88, 0x05, 0x70, 0x4c, 0x05, 0xee, + 0xc3, 0x8b, 0xe0, 0xd8, 0x8e, 0xc9, 0x25, 0x6c, 0xb1, 0xe7, 0x0d, 0xbd, 0xc9, 0xbf, 0xe5, 0x91, + 0x7d, 0xbc, 0x87, 0x2d, 0x86, 0xf3, 0x20, 0x74, 0x5b, 0x6c, 0x84, 0x84, 0x22, 0xaf, 0x75, 0xd1, + 0xf3, 0x87, 0xde, 0xe4, 0xff, 0xe5, 0xa0, 0x63, 0x26, 0x96, 0x8d, 0x3c, 0x54, 0x5a, 0x48, 0x9e, + 0x42, 0x51, 0xe3, 0xf2, 0xc4, 0xe6, 0x6e, 0x9b, 0xd8, 0xa3, 0x2e, 0xa6, 0x2f, 0x7e, 0x30, 0x5e, + 0xab, 0x2d, 0xf9, 0x75, 0xe9, 0xe9, 0xe0, 0x1b, 0xe6, 0x45, 0x33, 0x68, 0xe1, 0x3d, 0xcd, 0xbb, + 0x0a, 0xae, 0x0a, 0x90, 0x9c, 0x28, 0xcd, 0x23, 0x8e, 0xf2, 0x80, 0x61, 0x6f, 0x51, 0x0a, 0xf3, + 0xc3, 0x69, 0xae, 0x9d, 0x7a, 0xf3, 0xff, 0xcc, 0x92, 0xe4, 0xdd, 0x1f, 0xcd, 0xda, 0xca, 0x84, + 0x19, 0xd2, 0xca, 0x46, 0xa5, 0x31, 0x59, 0x5a, 0xe7, 0x87, 0xf5, 0x64, 0x09, 0x33, 0x99, 0xf3, + 0x64, 0x69, 0x9c, 0x39, 0xcf, 0xa7, 0x3f, 0x6e, 0x3f, 0x28, 0x4d, 0x98, 0xa1, 0xd4, 0xb9, 0x28, + 0x4d, 0x63, 0x4a, 0x9d, 0x6f, 0xf5, 0xf7, 0x00, 0x7b, 0xf5, 0x15, 0x00, 0x00, 0xff, 0xff, 0xcc, + 0x2f, 0xea, 0xd4, 0x46, 0x02, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/resources/extension_feed_item.pb.go b/googleapis/ads/googleads/v1/resources/extension_feed_item.pb.go index 9695ae6154..fc7a76932a 100644 --- a/googleapis/ads/googleads/v1/resources/extension_feed_item.pb.go +++ b/googleapis/ads/googleads/v1/resources/extension_feed_item.pb.go @@ -41,6 +41,12 @@ type ExtensionFeedItem struct { // The format is "YYYY-MM-DD HH:MM:SS". // Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30" EndDateTime *wrappers.StringValue `protobuf:"bytes,6,opt,name=end_date_time,json=endDateTime,proto3" json:"end_date_time,omitempty"` + // List of non-overlapping schedules specifying all time intervals + // for which the feed item may serve. There can be a maximum of 6 schedules + // per day. + AdSchedules []*common.AdScheduleInfo `protobuf:"bytes,16,rep,name=ad_schedules,json=adSchedules,proto3" json:"ad_schedules,omitempty"` + // The targeted device. + Device enums.FeedItemTargetDeviceEnum_FeedItemTargetDevice `protobuf:"varint,17,opt,name=device,proto3,enum=google.ads.googleads.v1.enums.FeedItemTargetDeviceEnum_FeedItemTargetDevice" json:"device,omitempty"` // Status of the feed item. // This field is read-only. Status enums.FeedItemStatusEnum_FeedItemStatus `protobuf:"varint,4,opt,name=status,proto3,enum=google.ads.googleads.v1.enums.FeedItemStatusEnum_FeedItemStatus" json:"status,omitempty"` @@ -55,6 +61,8 @@ type ExtensionFeedItem struct { // *ExtensionFeedItem_TextMessageFeedItem // *ExtensionFeedItem_PriceFeedItem // *ExtensionFeedItem_PromotionFeedItem + // *ExtensionFeedItem_LocationFeedItem + // *ExtensionFeedItem_AffiliateLocationFeedItem Extension isExtensionFeedItem_Extension `protobuf_oneof:"extension"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -65,7 +73,7 @@ func (m *ExtensionFeedItem) Reset() { *m = ExtensionFeedItem{} } func (m *ExtensionFeedItem) String() string { return proto.CompactTextString(m) } func (*ExtensionFeedItem) ProtoMessage() {} func (*ExtensionFeedItem) Descriptor() ([]byte, []int) { - return fileDescriptor_extension_feed_item_ecd9cb7f4df90d10, []int{0} + return fileDescriptor_extension_feed_item_3b0d7704bf91f757, []int{0} } func (m *ExtensionFeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtensionFeedItem.Unmarshal(m, b) @@ -113,6 +121,20 @@ func (m *ExtensionFeedItem) GetEndDateTime() *wrappers.StringValue { return nil } +func (m *ExtensionFeedItem) GetAdSchedules() []*common.AdScheduleInfo { + if m != nil { + return m.AdSchedules + } + return nil +} + +func (m *ExtensionFeedItem) GetDevice() enums.FeedItemTargetDeviceEnum_FeedItemTargetDevice { + if m != nil { + return m.Device + } + return enums.FeedItemTargetDeviceEnum_UNSPECIFIED +} + func (m *ExtensionFeedItem) GetStatus() enums.FeedItemStatusEnum_FeedItemStatus { if m != nil { return m.Status @@ -156,6 +178,14 @@ type ExtensionFeedItem_PromotionFeedItem struct { PromotionFeedItem *common.PromotionFeedItem `protobuf:"bytes,12,opt,name=promotion_feed_item,json=promotionFeedItem,proto3,oneof"` } +type ExtensionFeedItem_LocationFeedItem struct { + LocationFeedItem *common.LocationFeedItem `protobuf:"bytes,14,opt,name=location_feed_item,json=locationFeedItem,proto3,oneof"` +} + +type ExtensionFeedItem_AffiliateLocationFeedItem struct { + AffiliateLocationFeedItem *common.AffiliateLocationFeedItem `protobuf:"bytes,15,opt,name=affiliate_location_feed_item,json=affiliateLocationFeedItem,proto3,oneof"` +} + func (*ExtensionFeedItem_SitelinkFeedItem) isExtensionFeedItem_Extension() {} func (*ExtensionFeedItem_StructuredSnippetFeedItem) isExtensionFeedItem_Extension() {} @@ -172,6 +202,10 @@ func (*ExtensionFeedItem_PriceFeedItem) isExtensionFeedItem_Extension() {} func (*ExtensionFeedItem_PromotionFeedItem) isExtensionFeedItem_Extension() {} +func (*ExtensionFeedItem_LocationFeedItem) isExtensionFeedItem_Extension() {} + +func (*ExtensionFeedItem_AffiliateLocationFeedItem) isExtensionFeedItem_Extension() {} + func (m *ExtensionFeedItem) GetExtension() isExtensionFeedItem_Extension { if m != nil { return m.Extension @@ -235,6 +269,20 @@ func (m *ExtensionFeedItem) GetPromotionFeedItem() *common.PromotionFeedItem { return nil } +func (m *ExtensionFeedItem) GetLocationFeedItem() *common.LocationFeedItem { + if x, ok := m.GetExtension().(*ExtensionFeedItem_LocationFeedItem); ok { + return x.LocationFeedItem + } + return nil +} + +func (m *ExtensionFeedItem) GetAffiliateLocationFeedItem() *common.AffiliateLocationFeedItem { + if x, ok := m.GetExtension().(*ExtensionFeedItem_AffiliateLocationFeedItem); ok { + return x.AffiliateLocationFeedItem + } + return nil +} + // XXX_OneofFuncs is for the internal use of the proto package. func (*ExtensionFeedItem) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { return _ExtensionFeedItem_OneofMarshaler, _ExtensionFeedItem_OneofUnmarshaler, _ExtensionFeedItem_OneofSizer, []interface{}{ @@ -246,6 +294,8 @@ func (*ExtensionFeedItem) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buf (*ExtensionFeedItem_TextMessageFeedItem)(nil), (*ExtensionFeedItem_PriceFeedItem)(nil), (*ExtensionFeedItem_PromotionFeedItem)(nil), + (*ExtensionFeedItem_LocationFeedItem)(nil), + (*ExtensionFeedItem_AffiliateLocationFeedItem)(nil), } } @@ -293,6 +343,16 @@ func _ExtensionFeedItem_OneofMarshaler(msg proto.Message, b *proto.Buffer) error if err := b.EncodeMessage(x.PromotionFeedItem); err != nil { return err } + case *ExtensionFeedItem_LocationFeedItem: + b.EncodeVarint(14<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.LocationFeedItem); err != nil { + return err + } + case *ExtensionFeedItem_AffiliateLocationFeedItem: + b.EncodeVarint(15<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.AffiliateLocationFeedItem); err != nil { + return err + } case nil: default: return fmt.Errorf("ExtensionFeedItem.Extension has unexpected type %T", x) @@ -367,6 +427,22 @@ func _ExtensionFeedItem_OneofUnmarshaler(msg proto.Message, tag, wire int, b *pr err := b.DecodeMessage(msg) m.Extension = &ExtensionFeedItem_PromotionFeedItem{msg} return true, err + case 14: // extension.location_feed_item + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.LocationFeedItem) + err := b.DecodeMessage(msg) + m.Extension = &ExtensionFeedItem_LocationFeedItem{msg} + return true, err + case 15: // extension.affiliate_location_feed_item + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.AffiliateLocationFeedItem) + err := b.DecodeMessage(msg) + m.Extension = &ExtensionFeedItem_AffiliateLocationFeedItem{msg} + return true, err default: return false, nil } @@ -416,6 +492,16 @@ func _ExtensionFeedItem_OneofSizer(msg proto.Message) (n int) { n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s + case *ExtensionFeedItem_LocationFeedItem: + s := proto.Size(x.LocationFeedItem) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *ExtensionFeedItem_AffiliateLocationFeedItem: + s := proto.Size(x.AffiliateLocationFeedItem) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s case nil: default: panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) @@ -428,51 +514,60 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/extension_feed_item.proto", fileDescriptor_extension_feed_item_ecd9cb7f4df90d10) -} - -var fileDescriptor_extension_feed_item_ecd9cb7f4df90d10 = []byte{ - // 672 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x95, 0xdf, 0x4e, 0x13, 0x4f, - 0x14, 0xc7, 0x7f, 0x2d, 0x3f, 0xd1, 0x4e, 0x29, 0xc8, 0x90, 0x90, 0x4a, 0x88, 0x01, 0x0d, 0x09, - 0x89, 0xba, 0x6b, 0xc1, 0x1b, 0x97, 0xc4, 0x50, 0x04, 0x51, 0x13, 0x0d, 0xb6, 0x4d, 0x35, 0xa6, - 0x66, 0x1d, 0x76, 0x0f, 0x9b, 0xd5, 0x9d, 0x3f, 0xd9, 0x99, 0x45, 0x48, 0xbc, 0xf3, 0x45, 0x8c, - 0x97, 0x3e, 0x8a, 0x8f, 0xe2, 0x53, 0x98, 0xce, 0x76, 0xb6, 0x53, 0x48, 0x59, 0xee, 0x66, 0xce, - 0x9c, 0xef, 0xe7, 0x7b, 0xce, 0x49, 0xf7, 0x14, 0xed, 0x44, 0x9c, 0x47, 0x09, 0xb8, 0x24, 0x94, - 0x6e, 0x7e, 0x1c, 0x9e, 0x4e, 0x5b, 0x6e, 0x0a, 0x92, 0x67, 0x69, 0x00, 0xd2, 0x85, 0x33, 0x05, - 0x4c, 0xc6, 0x9c, 0xf9, 0x27, 0x00, 0xa1, 0x1f, 0x2b, 0xa0, 0x8e, 0x48, 0xb9, 0xe2, 0x78, 0x3d, - 0x57, 0x38, 0x24, 0x94, 0x4e, 0x21, 0x76, 0x4e, 0x5b, 0x4e, 0x21, 0x5e, 0x71, 0xa7, 0xf1, 0x03, - 0x4e, 0x29, 0x67, 0x63, 0xb8, 0xcc, 0x99, 0x2b, 0x5b, 0xd3, 0x04, 0xc0, 0x32, 0x6a, 0x17, 0xa3, - 0xce, 0x05, 0x8c, 0x34, 0x4f, 0xae, 0xd6, 0x14, 0x65, 0xfb, 0x52, 0x11, 0x95, 0x19, 0xa7, 0xbb, - 0x23, 0x95, 0xbe, 0x1d, 0x67, 0x27, 0xee, 0xb7, 0x94, 0x08, 0x01, 0xa9, 0x79, 0x5f, 0x35, 0x54, - 0x11, 0xbb, 0x84, 0x31, 0xae, 0x88, 0x1a, 0xd7, 0x79, 0xef, 0x67, 0x0d, 0x2d, 0x1e, 0x98, 0x62, - 0x5e, 0x00, 0x84, 0xaf, 0x14, 0x50, 0x7c, 0x1f, 0x35, 0x4c, 0xef, 0x3e, 0x23, 0x14, 0x9a, 0x95, - 0xb5, 0xca, 0x66, 0xad, 0x33, 0x67, 0x82, 0x6f, 0x09, 0x05, 0x0c, 0x68, 0x7e, 0xb2, 0x8d, 0x66, - 0x63, 0xad, 0xb2, 0x39, 0xbf, 0xf5, 0xcc, 0x99, 0x36, 0x4f, 0xdd, 0x87, 0x53, 0xd8, 0xf5, 0xce, - 0x05, 0x1c, 0xb0, 0x8c, 0x4e, 0x46, 0x3a, 0x0d, 0xb0, 0xaf, 0x78, 0x1f, 0x2d, 0x48, 0x45, 0x52, - 0xe5, 0x87, 0x44, 0x81, 0xaf, 0x62, 0x0a, 0xcd, 0x1b, 0x6b, 0x95, 0xcd, 0xfa, 0xd6, 0xaa, 0xf1, - 0x31, 0x9d, 0x3b, 0x5d, 0x95, 0xc6, 0x2c, 0xea, 0x93, 0x24, 0x83, 0x4e, 0x43, 0x8b, 0xf6, 0x89, - 0x82, 0x5e, 0x4c, 0x01, 0xef, 0xa2, 0x06, 0xb0, 0xd0, 0x62, 0xcc, 0x5e, 0x83, 0x51, 0x07, 0x16, - 0x16, 0x84, 0x0f, 0x68, 0x36, 0x9f, 0x7b, 0xf3, 0x7f, 0xdd, 0xe6, 0x6e, 0x49, 0x9b, 0x66, 0x98, - 0x5d, 0x2d, 0xd2, 0x7d, 0x4e, 0x86, 0x3a, 0x23, 0x1e, 0xfe, 0x8c, 0xb0, 0x8c, 0x15, 0x24, 0x31, - 0xfb, 0x3a, 0xfe, 0x6d, 0x36, 0xab, 0xba, 0xc0, 0xc7, 0x53, 0x5d, 0xf2, 0x5f, 0x9e, 0xd3, 0x1d, - 0x29, 0x0d, 0xfb, 0xe5, 0x7f, 0x9d, 0xdb, 0xf2, 0x42, 0x0c, 0x7f, 0x47, 0xab, 0x52, 0xa5, 0x59, - 0xa0, 0xb2, 0x14, 0x42, 0x5f, 0xb2, 0x58, 0x08, 0x50, 0x96, 0xd7, 0x8c, 0xf6, 0x7a, 0x5a, 0xea, - 0x55, 0x30, 0xba, 0x39, 0xc2, 0x32, 0xbd, 0x23, 0xa7, 0x3d, 0xe2, 0x77, 0xa8, 0x41, 0x84, 0xb0, - 0xec, 0x6e, 0x6a, 0xbb, 0x07, 0x65, 0x76, 0x6d, 0x21, 0x2c, 0x83, 0x3a, 0x19, 0x5f, 0x71, 0x0f, - 0xcd, 0x07, 0x24, 0x49, 0x2c, 0xe6, 0x2d, 0xcd, 0x7c, 0x58, 0xc6, 0x7c, 0x4e, 0x92, 0xc4, 0x82, - 0xce, 0x05, 0xd6, 0x1d, 0x7f, 0x42, 0x8b, 0xc3, 0x3b, 0xcf, 0xec, 0xd9, 0xd4, 0x34, 0xd8, 0xbd, - 0x0e, 0x98, 0x67, 0xf6, 0x44, 0x16, 0x82, 0xc9, 0x10, 0xfe, 0x82, 0x96, 0x15, 0x9c, 0x29, 0x9f, - 0x82, 0x94, 0x24, 0x02, 0xcb, 0x03, 0x69, 0x8f, 0xed, 0x32, 0x8f, 0x1e, 0x9c, 0xa9, 0x37, 0xb9, - 0xd8, 0xf2, 0x59, 0x52, 0x97, 0xc3, 0xf8, 0x3d, 0x5a, 0x10, 0x69, 0x1c, 0xd8, 0x26, 0x75, 0x6d, - 0xf2, 0xa8, 0xcc, 0xe4, 0x68, 0x28, 0xb3, 0xf0, 0x0d, 0x61, 0x07, 0x70, 0x80, 0x96, 0x44, 0xca, - 0x29, 0x57, 0x13, 0x9b, 0xb4, 0x39, 0xa7, 0xe1, 0xad, 0x72, 0xf8, 0x48, 0x6a, 0x19, 0x2c, 0x8a, - 0x8b, 0xc1, 0xbd, 0x3a, 0xaa, 0x15, 0x4b, 0x60, 0xef, 0x47, 0x15, 0x6d, 0x04, 0x9c, 0x3a, 0xa5, - 0x5b, 0x7a, 0x6f, 0xf9, 0xd2, 0x26, 0x3b, 0x1a, 0x7e, 0xd6, 0x47, 0x95, 0x8f, 0xaf, 0x47, 0xe2, - 0x88, 0x27, 0x84, 0x45, 0x0e, 0x4f, 0x23, 0x37, 0x02, 0xa6, 0x3f, 0x7a, 0xb3, 0x6a, 0x45, 0x2c, - 0xaf, 0xf8, 0xfb, 0xd8, 0x29, 0x4e, 0xbf, 0xaa, 0x33, 0x87, 0xed, 0xf6, 0xef, 0xea, 0xfa, 0x61, - 0x8e, 0x6c, 0x87, 0xd2, 0xc9, 0x8f, 0xc3, 0x53, 0xbf, 0xe5, 0x74, 0x4c, 0xe6, 0x1f, 0x93, 0x33, - 0x68, 0x87, 0x72, 0x50, 0xe4, 0x0c, 0xfa, 0xad, 0x41, 0x91, 0xf3, 0xb7, 0xba, 0x91, 0x3f, 0x78, - 0x5e, 0x3b, 0x94, 0x9e, 0x57, 0x64, 0x79, 0x5e, 0xbf, 0xe5, 0x79, 0x45, 0xde, 0xf1, 0xac, 0x2e, - 0x76, 0xfb, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc4, 0xbd, 0x73, 0x03, 0xea, 0x06, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/resources/extension_feed_item.proto", fileDescriptor_extension_feed_item_3b0d7704bf91f757) +} + +var fileDescriptor_extension_feed_item_3b0d7704bf91f757 = []byte{ + // 805 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x96, 0xdd, 0x8e, 0xdb, 0x44, + 0x14, 0xc7, 0x49, 0x16, 0x16, 0x76, 0x92, 0xec, 0x76, 0xa7, 0x52, 0xe5, 0x56, 0x2b, 0x94, 0x82, + 0x2a, 0x45, 0x82, 0xda, 0x24, 0xe5, 0x06, 0xaf, 0x84, 0x9a, 0x65, 0x4b, 0x29, 0x2a, 0x68, 0xeb, + 0x44, 0x01, 0xa1, 0x20, 0x33, 0xf5, 0x9c, 0x98, 0x01, 0x7b, 0x66, 0xe4, 0x19, 0x2f, 0x5b, 0x89, + 0x3b, 0xde, 0x84, 0x4b, 0xde, 0x80, 0x57, 0xe0, 0x51, 0x78, 0x8a, 0xca, 0xe3, 0x8f, 0x9d, 0xa4, + 0x9b, 0x3a, 0x77, 0x33, 0x67, 0xce, 0xff, 0xff, 0xf3, 0x9c, 0xf9, 0x32, 0x3a, 0x8d, 0x85, 0x88, + 0x13, 0xf0, 0x08, 0x55, 0x5e, 0xd9, 0x2c, 0x5a, 0x97, 0x63, 0x2f, 0x03, 0x25, 0xf2, 0x2c, 0x02, + 0xe5, 0xc1, 0x95, 0x06, 0xae, 0x98, 0xe0, 0xe1, 0x0a, 0x80, 0x86, 0x4c, 0x43, 0xea, 0xca, 0x4c, + 0x68, 0x81, 0xef, 0x97, 0x0a, 0x97, 0x50, 0xe5, 0x36, 0x62, 0xf7, 0x72, 0xec, 0x36, 0xe2, 0x7b, + 0x0f, 0xb7, 0xf9, 0x47, 0x22, 0x4d, 0x05, 0xf7, 0xa2, 0x8c, 0x69, 0xc8, 0x18, 0x29, 0x1d, 0xef, + 0x79, 0x2d, 0xe9, 0xcd, 0xb7, 0xa8, 0x4a, 0x30, 0xd9, 0x26, 0x00, 0x9e, 0xa7, 0xf6, 0xb7, 0xeb, + 0x57, 0x12, 0x2a, 0xcd, 0xe7, 0x6f, 0xd7, 0x34, 0xb3, 0x0c, 0x95, 0x26, 0x3a, 0xaf, 0x49, 0xa7, + 0xbb, 0xaa, 0x34, 0xc9, 0x62, 0xd0, 0x21, 0x85, 0x4b, 0x16, 0xd5, 0xc8, 0x0f, 0x2b, 0xb1, 0xe9, + 0xbd, 0xcc, 0x57, 0xde, 0x1f, 0x19, 0x91, 0x12, 0xb2, 0xda, 0xfc, 0xa4, 0x36, 0x97, 0xcc, 0x23, + 0x9c, 0x0b, 0x4d, 0xf4, 0xf5, 0x24, 0x3f, 0xfa, 0xb7, 0x8f, 0x8e, 0x9f, 0xd4, 0x33, 0xf9, 0x1a, + 0x80, 0x3e, 0xd3, 0x90, 0xe2, 0x8f, 0xd1, 0xa0, 0xae, 0x73, 0xc8, 0x49, 0x0a, 0x4e, 0x67, 0xd8, + 0x19, 0x1d, 0x04, 0xfd, 0x3a, 0xf8, 0x3d, 0x49, 0x01, 0x03, 0x3a, 0x5c, 0xaf, 0x81, 0x33, 0x18, + 0x76, 0x46, 0x87, 0x93, 0x2f, 0xdd, 0x6d, 0x6b, 0x67, 0xa6, 0xe3, 0x36, 0xb8, 0xf9, 0x2b, 0x09, + 0x4f, 0x78, 0x9e, 0xae, 0x47, 0x82, 0x01, 0xd8, 0x5d, 0x7c, 0x8e, 0x8e, 0x94, 0x26, 0x99, 0x0e, + 0x29, 0xd1, 0x10, 0x6a, 0x96, 0x82, 0xf3, 0xde, 0xb0, 0x33, 0xea, 0x4d, 0x4e, 0x6a, 0x4e, 0x3d, + 0x73, 0x77, 0xa6, 0x33, 0xc6, 0xe3, 0x05, 0x49, 0x72, 0x08, 0x06, 0x46, 0x74, 0x4e, 0x34, 0xcc, + 0x59, 0x0a, 0xf8, 0x31, 0x1a, 0x00, 0xa7, 0x96, 0xc7, 0xfe, 0x0e, 0x1e, 0x3d, 0xe0, 0xb4, 0x71, + 0x78, 0x81, 0xfa, 0x84, 0x86, 0x2a, 0xfa, 0x15, 0x68, 0x9e, 0x80, 0x72, 0x6e, 0x0d, 0xf7, 0x46, + 0xbd, 0x89, 0xbb, 0x75, 0xb2, 0xe5, 0xb6, 0x72, 0xa7, 0x74, 0x56, 0x49, 0x9e, 0xf1, 0x95, 0x08, + 0x7a, 0xa4, 0xe9, 0x2b, 0x4c, 0xd1, 0x7e, 0xb9, 0x94, 0xce, 0xb1, 0xa9, 0xdc, 0xf3, 0x96, 0xca, + 0xd5, 0xeb, 0x33, 0x37, 0xdb, 0xe0, 0xdc, 0x48, 0x4d, 0x01, 0x6f, 0x1a, 0x08, 0x2a, 0x6f, 0xfc, + 0x23, 0xda, 0x2f, 0x77, 0x9b, 0xf3, 0xae, 0xa1, 0x3c, 0xde, 0x91, 0x32, 0x33, 0xa2, 0x35, 0xff, + 0x32, 0x14, 0x54, 0x7e, 0xf8, 0x17, 0x84, 0x15, 0xd3, 0x90, 0x30, 0xfe, 0xfb, 0xf5, 0x01, 0x76, + 0xba, 0xa6, 0xb2, 0x9f, 0xb5, 0x15, 0x66, 0x56, 0x29, 0x6b, 0xef, 0x6f, 0xde, 0x09, 0x6e, 0xa9, + 0x8d, 0x18, 0xfe, 0x13, 0x9d, 0x28, 0x9d, 0xe5, 0x91, 0xce, 0x33, 0xa0, 0xa1, 0xe2, 0x4c, 0x4a, + 0xd0, 0x16, 0x6b, 0xcf, 0xb0, 0xbe, 0x68, 0x65, 0x35, 0x1e, 0xb3, 0xd2, 0xc2, 0x82, 0xde, 0x55, + 0xdb, 0x06, 0xf1, 0x0b, 0x34, 0x20, 0x52, 0x5a, 0xb8, 0xf7, 0x0d, 0xee, 0x93, 0xd6, 0x35, 0x97, + 0xd2, 0x02, 0xf4, 0xc8, 0x75, 0x17, 0xcf, 0xd1, 0x61, 0x44, 0x92, 0xc4, 0xf2, 0xfc, 0xc0, 0x78, + 0x7e, 0xda, 0xe6, 0xf9, 0x15, 0x49, 0x12, 0xcb, 0xb4, 0x1f, 0x59, 0x7d, 0xfc, 0x33, 0x3a, 0x2e, + 0xfa, 0x22, 0xb7, 0x6b, 0x73, 0x60, 0x8c, 0xbd, 0x5d, 0x8c, 0x45, 0x6e, 0x57, 0xe4, 0x28, 0x5a, + 0x0f, 0xe1, 0xdf, 0xd0, 0x1d, 0x0d, 0x57, 0x3a, 0x4c, 0x41, 0x29, 0x12, 0x83, 0xc5, 0x40, 0x86, + 0xf1, 0xa8, 0x8d, 0x31, 0x87, 0x2b, 0xfd, 0x5d, 0x29, 0xb6, 0x38, 0xb7, 0xf5, 0x9b, 0x61, 0xfc, + 0x03, 0x3a, 0x92, 0x19, 0x8b, 0x6c, 0x48, 0xcf, 0x40, 0x1e, 0xb6, 0x41, 0x2e, 0x0a, 0x99, 0x65, + 0x3f, 0x90, 0x76, 0x00, 0x47, 0xe8, 0xb6, 0xcc, 0x44, 0x2a, 0xf4, 0xda, 0x73, 0xe3, 0xf4, 0x8d, + 0xf9, 0xb8, 0xdd, 0xbc, 0x92, 0x5a, 0x80, 0x63, 0xb9, 0x19, 0x2c, 0x4e, 0x44, 0x22, 0x22, 0xb2, + 0xc1, 0x38, 0xdc, 0xed, 0x44, 0x3c, 0xaf, 0x94, 0xf6, 0x89, 0x48, 0x36, 0x62, 0xc5, 0x89, 0x20, + 0xab, 0x15, 0x4b, 0x58, 0x71, 0x93, 0xdd, 0xc0, 0x3a, 0xda, 0xed, 0x44, 0x4c, 0x6b, 0x8f, 0x1b, + 0xa0, 0x77, 0xc9, 0xb6, 0xc1, 0xb3, 0x1e, 0x3a, 0x68, 0x6e, 0xe7, 0xb3, 0xbf, 0xba, 0xe8, 0x41, + 0x24, 0x52, 0xb7, 0xf5, 0xa9, 0x3e, 0xbb, 0xf3, 0xc6, 0x13, 0x73, 0x51, 0xdc, 0xb7, 0x17, 0x9d, + 0x9f, 0xbe, 0xad, 0xc4, 0xb1, 0x48, 0x08, 0x8f, 0x5d, 0x91, 0xc5, 0x5e, 0x0c, 0xdc, 0xdc, 0xc6, + 0xf5, 0x53, 0x28, 0x99, 0x7a, 0xcb, 0x3f, 0xc4, 0x69, 0xd3, 0xfa, 0xbb, 0xbb, 0xf7, 0x74, 0x3a, + 0xfd, 0xa7, 0x7b, 0xff, 0x69, 0x69, 0x39, 0xa5, 0xca, 0x2d, 0x9b, 0x45, 0x6b, 0x31, 0x76, 0x83, + 0x3a, 0xf3, 0xbf, 0x3a, 0x67, 0x39, 0xa5, 0x6a, 0xd9, 0xe4, 0x2c, 0x17, 0xe3, 0x65, 0x93, 0xf3, + 0x7f, 0xf7, 0x41, 0x39, 0xe0, 0xfb, 0x53, 0xaa, 0x7c, 0xbf, 0xc9, 0xf2, 0xfd, 0xc5, 0xd8, 0xf7, + 0x9b, 0xbc, 0x97, 0xfb, 0xe6, 0x63, 0x1f, 0xbd, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x3a, 0xc2, 0x6c, + 0xb7, 0xef, 0x08, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/resources/feed.pb.go b/googleapis/ads/googleads/v1/resources/feed.pb.go index 07900f08aa..64420f845a 100644 --- a/googleapis/ads/googleads/v1/resources/feed.pb.go +++ b/googleapis/ads/googleads/v1/resources/feed.pb.go @@ -48,7 +48,7 @@ func (x FeedAttributeOperation_Operator) String() string { return proto.EnumName(FeedAttributeOperation_Operator_name, int32(x)) } func (FeedAttributeOperation_Operator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_feed_d81ab7dcab8356bb, []int{2, 0} + return fileDescriptor_feed_0878dc93c3f7dc5a, []int{2, 0} } // A feed. @@ -90,7 +90,7 @@ func (m *Feed) Reset() { *m = Feed{} } func (m *Feed) String() string { return proto.CompactTextString(m) } func (*Feed) ProtoMessage() {} func (*Feed) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_d81ab7dcab8356bb, []int{0} + return fileDescriptor_feed_0878dc93c3f7dc5a, []int{0} } func (m *Feed) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Feed.Unmarshal(m, b) @@ -308,7 +308,7 @@ func (m *Feed_PlacesLocationFeedData) Reset() { *m = Feed_PlacesLocation func (m *Feed_PlacesLocationFeedData) String() string { return proto.CompactTextString(m) } func (*Feed_PlacesLocationFeedData) ProtoMessage() {} func (*Feed_PlacesLocationFeedData) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_d81ab7dcab8356bb, []int{0, 0} + return fileDescriptor_feed_0878dc93c3f7dc5a, []int{0, 0} } func (m *Feed_PlacesLocationFeedData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Feed_PlacesLocationFeedData.Unmarshal(m, b) @@ -387,7 +387,7 @@ func (m *Feed_PlacesLocationFeedData_OAuthInfo) Reset() { *m = Feed_Plac func (m *Feed_PlacesLocationFeedData_OAuthInfo) String() string { return proto.CompactTextString(m) } func (*Feed_PlacesLocationFeedData_OAuthInfo) ProtoMessage() {} func (*Feed_PlacesLocationFeedData_OAuthInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_d81ab7dcab8356bb, []int{0, 0, 0} + return fileDescriptor_feed_0878dc93c3f7dc5a, []int{0, 0, 0} } func (m *Feed_PlacesLocationFeedData_OAuthInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Feed_PlacesLocationFeedData_OAuthInfo.Unmarshal(m, b) @@ -445,7 +445,7 @@ func (m *Feed_AffiliateLocationFeedData) Reset() { *m = Feed_AffiliateLo func (m *Feed_AffiliateLocationFeedData) String() string { return proto.CompactTextString(m) } func (*Feed_AffiliateLocationFeedData) ProtoMessage() {} func (*Feed_AffiliateLocationFeedData) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_d81ab7dcab8356bb, []int{0, 1} + return fileDescriptor_feed_0878dc93c3f7dc5a, []int{0, 1} } func (m *Feed_AffiliateLocationFeedData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Feed_AffiliateLocationFeedData.Unmarshal(m, b) @@ -504,7 +504,7 @@ func (m *FeedAttribute) Reset() { *m = FeedAttribute{} } func (m *FeedAttribute) String() string { return proto.CompactTextString(m) } func (*FeedAttribute) ProtoMessage() {} func (*FeedAttribute) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_d81ab7dcab8356bb, []int{1} + return fileDescriptor_feed_0878dc93c3f7dc5a, []int{1} } func (m *FeedAttribute) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedAttribute.Unmarshal(m, b) @@ -567,7 +567,7 @@ func (m *FeedAttributeOperation) Reset() { *m = FeedAttributeOperation{} func (m *FeedAttributeOperation) String() string { return proto.CompactTextString(m) } func (*FeedAttributeOperation) ProtoMessage() {} func (*FeedAttributeOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_d81ab7dcab8356bb, []int{2} + return fileDescriptor_feed_0878dc93c3f7dc5a, []int{2} } func (m *FeedAttributeOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedAttributeOperation.Unmarshal(m, b) @@ -612,10 +612,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/feed.proto", fileDescriptor_feed_d81ab7dcab8356bb) + proto.RegisterFile("google/ads/googleads/v1/resources/feed.proto", fileDescriptor_feed_0878dc93c3f7dc5a) } -var fileDescriptor_feed_d81ab7dcab8356bb = []byte{ +var fileDescriptor_feed_0878dc93c3f7dc5a = []byte{ // 1031 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x96, 0xcf, 0x6f, 0xe3, 0x44, 0x14, 0xc7, 0xd7, 0x49, 0xfa, 0x23, 0x93, 0x36, 0x9b, 0x9d, 0x5d, 0x15, 0x37, 0x5b, 0x50, 0xb7, diff --git a/googleapis/ads/googleads/v1/resources/feed_item.pb.go b/googleapis/ads/googleads/v1/resources/feed_item.pb.go index ca5a5ba565..bbf945b1f2 100644 --- a/googleapis/ads/googleads/v1/resources/feed_item.pb.go +++ b/googleapis/ads/googleads/v1/resources/feed_item.pb.go @@ -70,7 +70,7 @@ func (m *FeedItem) Reset() { *m = FeedItem{} } func (m *FeedItem) String() string { return proto.CompactTextString(m) } func (*FeedItem) ProtoMessage() {} func (*FeedItem) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_1965a7177a1e850a, []int{0} + return fileDescriptor_feed_item_210b5164f935f220, []int{0} } func (m *FeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItem.Unmarshal(m, b) @@ -210,7 +210,7 @@ func (m *FeedItemAttributeValue) Reset() { *m = FeedItemAttributeValue{} func (m *FeedItemAttributeValue) String() string { return proto.CompactTextString(m) } func (*FeedItemAttributeValue) ProtoMessage() {} func (*FeedItemAttributeValue) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_1965a7177a1e850a, []int{1} + return fileDescriptor_feed_item_210b5164f935f220, []int{1} } func (m *FeedItemAttributeValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItemAttributeValue.Unmarshal(m, b) @@ -331,7 +331,7 @@ func (m *FeedItemPlaceholderPolicyInfo) Reset() { *m = FeedItemPlacehold func (m *FeedItemPlaceholderPolicyInfo) String() string { return proto.CompactTextString(m) } func (*FeedItemPlaceholderPolicyInfo) ProtoMessage() {} func (*FeedItemPlaceholderPolicyInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_1965a7177a1e850a, []int{2} + return fileDescriptor_feed_item_210b5164f935f220, []int{2} } func (m *FeedItemPlaceholderPolicyInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItemPlaceholderPolicyInfo.Unmarshal(m, b) @@ -439,7 +439,7 @@ func (m *FeedItemValidationError) Reset() { *m = FeedItemValidationError func (m *FeedItemValidationError) String() string { return proto.CompactTextString(m) } func (*FeedItemValidationError) ProtoMessage() {} func (*FeedItemValidationError) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_1965a7177a1e850a, []int{3} + return fileDescriptor_feed_item_210b5164f935f220, []int{3} } func (m *FeedItemValidationError) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItemValidationError.Unmarshal(m, b) @@ -495,10 +495,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/feed_item.proto", fileDescriptor_feed_item_1965a7177a1e850a) + proto.RegisterFile("google/ads/googleads/v1/resources/feed_item.proto", fileDescriptor_feed_item_210b5164f935f220) } -var fileDescriptor_feed_item_1965a7177a1e850a = []byte{ +var fileDescriptor_feed_item_210b5164f935f220 = []byte{ // 1213 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x57, 0xdb, 0x6e, 0xdc, 0x44, 0x18, 0xd6, 0x6e, 0xda, 0x34, 0x99, 0x3d, 0x24, 0x1d, 0x28, 0x71, 0xd3, 0x82, 0xd2, 0xa0, 0x48, diff --git a/googleapis/ads/googleads/v1/resources/feed_item_target.pb.go b/googleapis/ads/googleads/v1/resources/feed_item_target.pb.go index a898b28941..517a056f28 100644 --- a/googleapis/ads/googleads/v1/resources/feed_item_target.pb.go +++ b/googleapis/ads/googleads/v1/resources/feed_item_target.pb.go @@ -54,7 +54,7 @@ func (m *FeedItemTarget) Reset() { *m = FeedItemTarget{} } func (m *FeedItemTarget) String() string { return proto.CompactTextString(m) } func (*FeedItemTarget) ProtoMessage() {} func (*FeedItemTarget) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_target_197999b4e7a91668, []int{0} + return fileDescriptor_feed_item_target_9b79f0bfee17a3b5, []int{0} } func (m *FeedItemTarget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItemTarget.Unmarshal(m, b) @@ -341,10 +341,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/feed_item_target.proto", fileDescriptor_feed_item_target_197999b4e7a91668) + proto.RegisterFile("google/ads/googleads/v1/resources/feed_item_target.proto", fileDescriptor_feed_item_target_9b79f0bfee17a3b5) } -var fileDescriptor_feed_item_target_197999b4e7a91668 = []byte{ +var fileDescriptor_feed_item_target_9b79f0bfee17a3b5 = []byte{ // 581 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xdd, 0x6a, 0x13, 0x41, 0x14, 0x6e, 0x52, 0x4d, 0xd3, 0xa9, 0x16, 0x9d, 0x22, 0x2c, 0xb5, 0x48, 0xab, 0x14, 0x0a, 0xe2, diff --git a/googleapis/ads/googleads/v1/resources/feed_mapping.pb.go b/googleapis/ads/googleads/v1/resources/feed_mapping.pb.go index 26b67af724..33c0694c4b 100644 --- a/googleapis/ads/googleads/v1/resources/feed_mapping.pb.go +++ b/googleapis/ads/googleads/v1/resources/feed_mapping.pb.go @@ -55,7 +55,7 @@ func (m *FeedMapping) Reset() { *m = FeedMapping{} } func (m *FeedMapping) String() string { return proto.CompactTextString(m) } func (*FeedMapping) ProtoMessage() {} func (*FeedMapping) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_4a3c1739e045e1ca, []int{0} + return fileDescriptor_feed_mapping_c1c27da2bf9a0d52, []int{0} } func (m *FeedMapping) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedMapping.Unmarshal(m, b) @@ -248,7 +248,7 @@ func (m *AttributeFieldMapping) Reset() { *m = AttributeFieldMapping{} } func (m *AttributeFieldMapping) String() string { return proto.CompactTextString(m) } func (*AttributeFieldMapping) ProtoMessage() {} func (*AttributeFieldMapping) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_4a3c1739e045e1ca, []int{1} + return fileDescriptor_feed_mapping_c1c27da2bf9a0d52, []int{1} } func (m *AttributeFieldMapping) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AttributeFieldMapping.Unmarshal(m, b) @@ -902,10 +902,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/feed_mapping.proto", fileDescriptor_feed_mapping_4a3c1739e045e1ca) + proto.RegisterFile("google/ads/googleads/v1/resources/feed_mapping.proto", fileDescriptor_feed_mapping_c1c27da2bf9a0d52) } -var fileDescriptor_feed_mapping_4a3c1739e045e1ca = []byte{ +var fileDescriptor_feed_mapping_c1c27da2bf9a0d52 = []byte{ // 1316 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x98, 0x4d, 0x6f, 0xe4, 0x44, 0x13, 0xc7, 0xed, 0x6c, 0x5e, 0x7b, 0xf2, 0x3a, 0x79, 0x36, 0xcf, 0x68, 0x59, 0x41, 0x36, 0x68, diff --git a/googleapis/ads/googleads/v1/resources/feed_placeholder_view.pb.go b/googleapis/ads/googleads/v1/resources/feed_placeholder_view.pb.go index 132b54d0e5..2f015c4af3 100644 --- a/googleapis/ads/googleads/v1/resources/feed_placeholder_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/feed_placeholder_view.pb.go @@ -38,7 +38,7 @@ func (m *FeedPlaceholderView) Reset() { *m = FeedPlaceholderView{} } func (m *FeedPlaceholderView) String() string { return proto.CompactTextString(m) } func (*FeedPlaceholderView) ProtoMessage() {} func (*FeedPlaceholderView) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_placeholder_view_111bcd69e14e498e, []int{0} + return fileDescriptor_feed_placeholder_view_1c94e4ff449c09ba, []int{0} } func (m *FeedPlaceholderView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedPlaceholderView.Unmarshal(m, b) @@ -77,10 +77,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/feed_placeholder_view.proto", fileDescriptor_feed_placeholder_view_111bcd69e14e498e) + proto.RegisterFile("google/ads/googleads/v1/resources/feed_placeholder_view.proto", fileDescriptor_feed_placeholder_view_1c94e4ff449c09ba) } -var fileDescriptor_feed_placeholder_view_111bcd69e14e498e = []byte{ +var fileDescriptor_feed_placeholder_view_1c94e4ff449c09ba = []byte{ // 333 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xcd, 0x4a, 0x3b, 0x31, 0x14, 0xc5, 0x99, 0xf9, 0xc3, 0x1f, 0x1c, 0xfc, 0xa2, 0x6e, 0x4a, 0x71, 0xd1, 0x2a, 0x85, 0xae, diff --git a/googleapis/ads/googleads/v1/resources/gender_view.pb.go b/googleapis/ads/googleads/v1/resources/gender_view.pb.go index 60e689ad35..6a01e7816a 100644 --- a/googleapis/ads/googleads/v1/resources/gender_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/gender_view.pb.go @@ -35,7 +35,7 @@ func (m *GenderView) Reset() { *m = GenderView{} } func (m *GenderView) String() string { return proto.CompactTextString(m) } func (*GenderView) ProtoMessage() {} func (*GenderView) Descriptor() ([]byte, []int) { - return fileDescriptor_gender_view_333ad0c62bf9be1a, []int{0} + return fileDescriptor_gender_view_a5fa3e0190fff0f4, []int{0} } func (m *GenderView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenderView.Unmarshal(m, b) @@ -67,10 +67,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/gender_view.proto", fileDescriptor_gender_view_333ad0c62bf9be1a) + proto.RegisterFile("google/ads/googleads/v1/resources/gender_view.proto", fileDescriptor_gender_view_a5fa3e0190fff0f4) } -var fileDescriptor_gender_view_333ad0c62bf9be1a = []byte{ +var fileDescriptor_gender_view_a5fa3e0190fff0f4 = []byte{ // 262 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0x31, 0x4b, 0xc4, 0x30, 0x14, 0xc7, 0x69, 0x05, 0xc1, 0xa0, 0x08, 0x37, 0x89, 0x38, 0x78, 0xca, 0x81, 0x53, 0x42, 0xb8, diff --git a/googleapis/ads/googleads/v1/resources/geo_target_constant.pb.go b/googleapis/ads/googleads/v1/resources/geo_target_constant.pb.go index 5894455c4e..64d5cafeed 100644 --- a/googleapis/ads/googleads/v1/resources/geo_target_constant.pb.go +++ b/googleapis/ads/googleads/v1/resources/geo_target_constant.pb.go @@ -50,7 +50,7 @@ func (m *GeoTargetConstant) Reset() { *m = GeoTargetConstant{} } func (m *GeoTargetConstant) String() string { return proto.CompactTextString(m) } func (*GeoTargetConstant) ProtoMessage() {} func (*GeoTargetConstant) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_b982b20a81ca9e65, []int{0} + return fileDescriptor_geo_target_constant_45d3d633f73a7113, []int{0} } func (m *GeoTargetConstant) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GeoTargetConstant.Unmarshal(m, b) @@ -124,10 +124,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/geo_target_constant.proto", fileDescriptor_geo_target_constant_b982b20a81ca9e65) + proto.RegisterFile("google/ads/googleads/v1/resources/geo_target_constant.proto", fileDescriptor_geo_target_constant_45d3d633f73a7113) } -var fileDescriptor_geo_target_constant_b982b20a81ca9e65 = []byte{ +var fileDescriptor_geo_target_constant_45d3d633f73a7113 = []byte{ // 456 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x41, 0x6b, 0xd4, 0x40, 0x14, 0xc7, 0x49, 0xb6, 0xae, 0x3a, 0xdb, 0x16, 0xcc, 0x41, 0x42, 0x2d, 0xb2, 0x55, 0x0a, 0x0b, diff --git a/googleapis/ads/googleads/v1/resources/geographic_view.pb.go b/googleapis/ads/googleads/v1/resources/geographic_view.pb.go index c079f734e1..f450a2b812 100644 --- a/googleapis/ads/googleads/v1/resources/geographic_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/geographic_view.pb.go @@ -47,7 +47,7 @@ func (m *GeographicView) Reset() { *m = GeographicView{} } func (m *GeographicView) String() string { return proto.CompactTextString(m) } func (*GeographicView) ProtoMessage() {} func (*GeographicView) Descriptor() ([]byte, []int) { - return fileDescriptor_geographic_view_517a7baae6752e57, []int{0} + return fileDescriptor_geographic_view_6565bde3f2de1438, []int{0} } func (m *GeographicView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GeographicView.Unmarshal(m, b) @@ -93,10 +93,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/geographic_view.proto", fileDescriptor_geographic_view_517a7baae6752e57) + proto.RegisterFile("google/ads/googleads/v1/resources/geographic_view.proto", fileDescriptor_geographic_view_6565bde3f2de1438) } -var fileDescriptor_geographic_view_517a7baae6752e57 = []byte{ +var fileDescriptor_geographic_view_6565bde3f2de1438 = []byte{ // 402 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0x41, 0x8b, 0xd4, 0x30, 0x18, 0xa5, 0x5d, 0x10, 0xac, 0xbb, 0x7b, 0xa8, 0x97, 0xb2, 0x2e, 0x32, 0xab, 0x2c, 0xcc, 0x29, diff --git a/googleapis/ads/googleads/v1/resources/google_ads_field.pb.go b/googleapis/ads/googleads/v1/resources/google_ads_field.pb.go index 35fb074ce3..69e1904caf 100644 --- a/googleapis/ads/googleads/v1/resources/google_ads_field.pb.go +++ b/googleapis/ads/googleads/v1/resources/google_ads_field.pb.go @@ -88,7 +88,7 @@ func (m *GoogleAdsField) Reset() { *m = GoogleAdsField{} } func (m *GoogleAdsField) String() string { return proto.CompactTextString(m) } func (*GoogleAdsField) ProtoMessage() {} func (*GoogleAdsField) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_field_f397693bf6392c1d, []int{0} + return fileDescriptor_google_ads_field_cf081ba62a41af56, []int{0} } func (m *GoogleAdsField) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GoogleAdsField.Unmarshal(m, b) @@ -211,10 +211,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/google_ads_field.proto", fileDescriptor_google_ads_field_f397693bf6392c1d) + proto.RegisterFile("google/ads/googleads/v1/resources/google_ads_field.proto", fileDescriptor_google_ads_field_cf081ba62a41af56) } -var fileDescriptor_google_ads_field_f397693bf6392c1d = []byte{ +var fileDescriptor_google_ads_field_cf081ba62a41af56 = []byte{ // 581 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0xdd, 0x6a, 0x13, 0x41, 0x14, 0xc7, 0x49, 0x52, 0x9b, 0xcd, 0xa4, 0x8d, 0x30, 0xbd, 0x59, 0x42, 0x91, 0x54, 0x29, 0xe4, diff --git a/googleapis/ads/googleads/v1/resources/group_placement_view.pb.go b/googleapis/ads/googleads/v1/resources/group_placement_view.pb.go index a6eb95536c..7836f265ca 100644 --- a/googleapis/ads/googleads/v1/resources/group_placement_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/group_placement_view.pb.go @@ -48,7 +48,7 @@ func (m *GroupPlacementView) Reset() { *m = GroupPlacementView{} } func (m *GroupPlacementView) String() string { return proto.CompactTextString(m) } func (*GroupPlacementView) ProtoMessage() {} func (*GroupPlacementView) Descriptor() ([]byte, []int) { - return fileDescriptor_group_placement_view_84e4f74c57a64490, []int{0} + return fileDescriptor_group_placement_view_0b45087a197a7439, []int{0} } func (m *GroupPlacementView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupPlacementView.Unmarshal(m, b) @@ -108,36 +108,35 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/group_placement_view.proto", fileDescriptor_group_placement_view_84e4f74c57a64490) + proto.RegisterFile("google/ads/googleads/v1/resources/group_placement_view.proto", fileDescriptor_group_placement_view_0b45087a197a7439) } -var fileDescriptor_group_placement_view_84e4f74c57a64490 = []byte{ - // 420 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xcb, 0x6a, 0x1b, 0x31, - 0x14, 0x65, 0x26, 0x6d, 0x21, 0xca, 0x63, 0x31, 0x9b, 0x9a, 0x10, 0x8a, 0xd3, 0x07, 0x78, 0x25, - 0x31, 0xee, 0x4e, 0x29, 0x2d, 0x13, 0x28, 0x86, 0x2e, 0x8a, 0x71, 0xda, 0x59, 0x14, 0x83, 0x51, - 0x3c, 0xb7, 0x42, 0x30, 0x23, 0x09, 0x49, 0x63, 0xe3, 0x75, 0xff, 0xa4, 0xcb, 0x7e, 0x4a, 0x3f, - 0xa1, 0x9f, 0xd0, 0xaf, 0x28, 0x33, 0x1a, 0x29, 0x0d, 0x25, 0x8d, 0x77, 0x47, 0xba, 0xe7, 0x9c, - 0x7b, 0xae, 0xae, 0xd0, 0x1b, 0xae, 0x14, 0xaf, 0x81, 0xb0, 0xca, 0x12, 0x0f, 0x3b, 0xb4, 0xc9, - 0x89, 0x01, 0xab, 0x5a, 0xb3, 0x06, 0x4b, 0xb8, 0x51, 0xad, 0x5e, 0xe9, 0x9a, 0xad, 0xa1, 0x01, - 0xe9, 0x56, 0x1b, 0x01, 0x5b, 0xac, 0x8d, 0x72, 0x2a, 0xbb, 0xf0, 0x12, 0xcc, 0x2a, 0x8b, 0xa3, - 0x1a, 0x6f, 0x72, 0x1c, 0xd5, 0x67, 0xd3, 0xfb, 0x1a, 0x80, 0x6c, 0x1b, 0x4b, 0x6e, 0x6d, 0xdd, - 0x4e, 0x83, 0xb7, 0x3d, 0x7b, 0x36, 0x68, 0xfa, 0xd3, 0x4d, 0xfb, 0x95, 0x6c, 0x0d, 0xd3, 0x1a, - 0x8c, 0x1d, 0xea, 0xe7, 0xc1, 0x53, 0x0b, 0xc2, 0xa4, 0x54, 0x8e, 0x39, 0xa1, 0xe4, 0x50, 0x7d, - 0xfe, 0x2b, 0x45, 0xd9, 0xac, 0xcb, 0x3c, 0x0f, 0xde, 0xa5, 0x80, 0x6d, 0xf6, 0x02, 0x9d, 0x84, - 0x54, 0x2b, 0xc9, 0x1a, 0x18, 0x25, 0xe3, 0x64, 0x72, 0xb8, 0x38, 0x0e, 0x97, 0x1f, 0x59, 0x03, - 0x19, 0x45, 0x87, 0x31, 0xd1, 0x28, 0x1d, 0x27, 0x93, 0xa3, 0xe9, 0xf9, 0x30, 0x19, 0x0e, 0x69, - 0xf0, 0xb5, 0x33, 0x42, 0xf2, 0x92, 0xd5, 0x2d, 0x2c, 0x6e, 0xe9, 0xd9, 0x3b, 0x74, 0x5c, 0x09, - 0xab, 0x6b, 0xb6, 0xf3, 0xfe, 0x07, 0x7b, 0xc8, 0x8f, 0x06, 0x45, 0xdf, 0xfc, 0x12, 0x21, 0xc7, - 0x0c, 0x07, 0xb7, 0x6a, 0x4d, 0x3d, 0x7a, 0xb4, 0x4f, 0x77, 0xcf, 0xff, 0x6c, 0xea, 0x0c, 0xd0, - 0xe9, 0xdd, 0xb7, 0x1c, 0x3d, 0x1e, 0x27, 0x93, 0xd3, 0xe9, 0x5b, 0x7c, 0xdf, 0x8e, 0xfa, 0x05, - 0xe0, 0xf8, 0x48, 0x9f, 0x76, 0x1a, 0xde, 0xcb, 0xb6, 0xb9, 0x7b, 0xb3, 0x38, 0xd1, 0x7f, 0x1f, - 0xaf, 0xbe, 0xa5, 0xe8, 0xd5, 0x5a, 0x35, 0xf8, 0xc1, 0xc5, 0x5f, 0x3d, 0xfd, 0x77, 0x07, 0xf3, - 0x6e, 0x86, 0x79, 0xf2, 0xe5, 0xc3, 0xa0, 0xe6, 0xaa, 0x66, 0x92, 0x63, 0x65, 0x38, 0xe1, 0x20, - 0xfb, 0x09, 0xc3, 0x1f, 0xd1, 0xc2, 0xfe, 0xe7, 0x4f, 0x5e, 0x46, 0xf4, 0x3d, 0x3d, 0x98, 0x15, - 0xc5, 0x8f, 0xf4, 0x62, 0xe6, 0x2d, 0x8b, 0xca, 0x62, 0x0f, 0x3b, 0x54, 0xe6, 0x78, 0x11, 0x98, - 0x3f, 0x03, 0x67, 0x59, 0x54, 0x76, 0x19, 0x39, 0xcb, 0x32, 0x5f, 0x46, 0xce, 0xef, 0xf4, 0xa5, - 0x2f, 0x50, 0x5a, 0x54, 0x96, 0xd2, 0xc8, 0xa2, 0xb4, 0xcc, 0x29, 0xbd, 0x06, 0xb3, 0x11, 0x6b, - 0xb0, 0x37, 0x4f, 0xfa, 0xac, 0xaf, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0xd5, 0x28, 0x57, 0xae, - 0x3e, 0x03, 0x00, 0x00, +var fileDescriptor_group_placement_view_0b45087a197a7439 = []byte{ + // 415 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xdd, 0x8a, 0xd4, 0x30, + 0x14, 0xa6, 0x5d, 0x15, 0x36, 0xfb, 0x73, 0xd1, 0x1b, 0x87, 0x65, 0x91, 0x59, 0x65, 0x61, 0xae, + 0x12, 0x3a, 0xde, 0x65, 0x45, 0xe9, 0x82, 0x0c, 0x78, 0x21, 0x43, 0xd5, 0x5e, 0x48, 0xa1, 0x64, + 0xa7, 0xc7, 0x50, 0x68, 0x93, 0x90, 0xa4, 0x33, 0xcc, 0xbd, 0x4f, 0xe2, 0xa5, 0x8f, 0xe2, 0x23, + 0xf8, 0x08, 0x3e, 0x85, 0xb4, 0x69, 0xb2, 0x2e, 0xb2, 0xba, 0x77, 0x5f, 0x72, 0xbe, 0xef, 0x3b, + 0xdf, 0xc9, 0x09, 0x7a, 0xc5, 0xa5, 0xe4, 0x2d, 0x10, 0x56, 0x1b, 0xe2, 0xe0, 0x80, 0xb6, 0x29, + 0xd1, 0x60, 0x64, 0xaf, 0x37, 0x60, 0x08, 0xd7, 0xb2, 0x57, 0x95, 0x6a, 0xd9, 0x06, 0x3a, 0x10, + 0xb6, 0xda, 0x36, 0xb0, 0xc3, 0x4a, 0x4b, 0x2b, 0x93, 0x0b, 0x27, 0xc1, 0xac, 0x36, 0x38, 0xa8, + 0xf1, 0x36, 0xc5, 0x41, 0x7d, 0xb6, 0xbc, 0xaf, 0x01, 0x88, 0xbe, 0x33, 0xe4, 0xd6, 0xd6, 0xee, + 0x15, 0x38, 0xdb, 0xb3, 0x67, 0x93, 0x66, 0x3c, 0xdd, 0xf4, 0x5f, 0xc8, 0x4e, 0x33, 0xa5, 0x40, + 0x9b, 0xa9, 0x7e, 0xee, 0x3d, 0x55, 0x43, 0x98, 0x10, 0xd2, 0x32, 0xdb, 0x48, 0x31, 0x55, 0x9f, + 0xff, 0x8c, 0x51, 0xb2, 0x1a, 0x32, 0xaf, 0xbd, 0x77, 0xd1, 0xc0, 0x2e, 0x79, 0x81, 0x4e, 0x7c, + 0xaa, 0x4a, 0xb0, 0x0e, 0x66, 0xd1, 0x3c, 0x5a, 0x1c, 0xe6, 0xc7, 0xfe, 0xf2, 0x3d, 0xeb, 0x20, + 0xa1, 0xe8, 0x30, 0x24, 0x9a, 0xc5, 0xf3, 0x68, 0x71, 0xb4, 0x3c, 0x9f, 0x26, 0xc3, 0x3e, 0x0d, + 0xfe, 0x60, 0x75, 0x23, 0x78, 0xc1, 0xda, 0x1e, 0xf2, 0x5b, 0x7a, 0xf2, 0x06, 0x1d, 0xd7, 0x8d, + 0x51, 0x2d, 0xdb, 0x3b, 0xff, 0x83, 0x07, 0xc8, 0x8f, 0x26, 0xc5, 0xd8, 0xfc, 0x0a, 0x21, 0xcb, + 0x34, 0x07, 0x5b, 0xf5, 0xba, 0x9d, 0x3d, 0x7a, 0x48, 0x77, 0xc7, 0xff, 0xa4, 0xdb, 0x04, 0xd0, + 0xe9, 0xdd, 0xb7, 0x9c, 0x3d, 0x9e, 0x47, 0x8b, 0xd3, 0xe5, 0x6b, 0x7c, 0xdf, 0x8e, 0xc6, 0x05, + 0xe0, 0xf0, 0x48, 0x1f, 0xf7, 0x0a, 0xde, 0x8a, 0xbe, 0xbb, 0x7b, 0x93, 0x9f, 0xa8, 0x3f, 0x8f, + 0xd7, 0x5f, 0x63, 0x74, 0xb9, 0x91, 0x1d, 0xfe, 0xef, 0xe2, 0xaf, 0x9f, 0xfe, 0xbd, 0x83, 0xf5, + 0x30, 0xc3, 0x3a, 0xfa, 0xfc, 0x6e, 0x52, 0x73, 0xd9, 0x32, 0xc1, 0xb1, 0xd4, 0x9c, 0x70, 0x10, + 0xe3, 0x84, 0xfe, 0x8f, 0xa8, 0xc6, 0xfc, 0xe3, 0x4f, 0x5e, 0x05, 0xf4, 0x2d, 0x3e, 0x58, 0x65, + 0xd9, 0xf7, 0xf8, 0x62, 0xe5, 0x2c, 0xb3, 0xda, 0x60, 0x07, 0x07, 0x54, 0xa4, 0x38, 0xf7, 0xcc, + 0x1f, 0x9e, 0x53, 0x66, 0xb5, 0x29, 0x03, 0xa7, 0x2c, 0xd2, 0x32, 0x70, 0x7e, 0xc5, 0x97, 0xae, + 0x40, 0x69, 0x56, 0x1b, 0x4a, 0x03, 0x8b, 0xd2, 0x22, 0xa5, 0x34, 0xf0, 0x6e, 0x9e, 0x8c, 0x61, + 0x5f, 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x9d, 0x6f, 0x57, 0xe2, 0x3f, 0x03, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/resources/hotel_group_view.pb.go b/googleapis/ads/googleads/v1/resources/hotel_group_view.pb.go index 6c21616f5e..413293305b 100644 --- a/googleapis/ads/googleads/v1/resources/hotel_group_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/hotel_group_view.pb.go @@ -35,7 +35,7 @@ func (m *HotelGroupView) Reset() { *m = HotelGroupView{} } func (m *HotelGroupView) String() string { return proto.CompactTextString(m) } func (*HotelGroupView) ProtoMessage() {} func (*HotelGroupView) Descriptor() ([]byte, []int) { - return fileDescriptor_hotel_group_view_63dd209963fe113e, []int{0} + return fileDescriptor_hotel_group_view_1f6cdac5d30c3d49, []int{0} } func (m *HotelGroupView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelGroupView.Unmarshal(m, b) @@ -67,10 +67,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/hotel_group_view.proto", fileDescriptor_hotel_group_view_63dd209963fe113e) + proto.RegisterFile("google/ads/googleads/v1/resources/hotel_group_view.proto", fileDescriptor_hotel_group_view_1f6cdac5d30c3d49) } -var fileDescriptor_hotel_group_view_63dd209963fe113e = []byte{ +var fileDescriptor_hotel_group_view_1f6cdac5d30c3d49 = []byte{ // 271 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xb1, 0x4a, 0xc4, 0x30, 0x18, 0xc7, 0x69, 0x05, 0xc1, 0xa2, 0x0e, 0xe7, 0x22, 0xe2, 0xe0, 0x29, 0x07, 0x4e, 0x09, 0x41, diff --git a/googleapis/ads/googleads/v1/resources/hotel_performance_view.pb.go b/googleapis/ads/googleads/v1/resources/hotel_performance_view.pb.go index 1b600abd58..62c22aaa3a 100644 --- a/googleapis/ads/googleads/v1/resources/hotel_performance_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/hotel_performance_view.pb.go @@ -35,7 +35,7 @@ func (m *HotelPerformanceView) Reset() { *m = HotelPerformanceView{} } func (m *HotelPerformanceView) String() string { return proto.CompactTextString(m) } func (*HotelPerformanceView) ProtoMessage() {} func (*HotelPerformanceView) Descriptor() ([]byte, []int) { - return fileDescriptor_hotel_performance_view_0d02987095d2b3ce, []int{0} + return fileDescriptor_hotel_performance_view_82509a48fa090f7b, []int{0} } func (m *HotelPerformanceView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelPerformanceView.Unmarshal(m, b) @@ -67,10 +67,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/hotel_performance_view.proto", fileDescriptor_hotel_performance_view_0d02987095d2b3ce) + proto.RegisterFile("google/ads/googleads/v1/resources/hotel_performance_view.proto", fileDescriptor_hotel_performance_view_82509a48fa090f7b) } -var fileDescriptor_hotel_performance_view_0d02987095d2b3ce = []byte{ +var fileDescriptor_hotel_performance_view_82509a48fa090f7b = []byte{ // 278 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0x4f, 0x4a, 0xf4, 0x30, 0x18, 0xc6, 0x69, 0x3f, 0xf8, 0xc0, 0xa2, 0x9b, 0xc1, 0x85, 0x8a, 0x0b, 0x47, 0x19, 0x70, 0x95, diff --git a/googleapis/ads/googleads/v1/resources/keyword_plan.pb.go b/googleapis/ads/googleads/v1/resources/keyword_plan.pb.go index 53b2dcc0ea..424e53605b 100644 --- a/googleapis/ads/googleads/v1/resources/keyword_plan.pb.go +++ b/googleapis/ads/googleads/v1/resources/keyword_plan.pb.go @@ -49,7 +49,7 @@ func (m *KeywordPlan) Reset() { *m = KeywordPlan{} } func (m *KeywordPlan) String() string { return proto.CompactTextString(m) } func (*KeywordPlan) ProtoMessage() {} func (*KeywordPlan) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_01a998fba8cf450f, []int{0} + return fileDescriptor_keyword_plan_683d8e3ecae641c5, []int{0} } func (m *KeywordPlan) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlan.Unmarshal(m, b) @@ -114,7 +114,7 @@ func (m *KeywordPlanForecastPeriod) Reset() { *m = KeywordPlanForecastPe func (m *KeywordPlanForecastPeriod) String() string { return proto.CompactTextString(m) } func (*KeywordPlanForecastPeriod) ProtoMessage() {} func (*KeywordPlanForecastPeriod) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_01a998fba8cf450f, []int{1} + return fileDescriptor_keyword_plan_683d8e3ecae641c5, []int{1} } func (m *KeywordPlanForecastPeriod) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanForecastPeriod.Unmarshal(m, b) @@ -246,10 +246,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/keyword_plan.proto", fileDescriptor_keyword_plan_01a998fba8cf450f) + proto.RegisterFile("google/ads/googleads/v1/resources/keyword_plan.proto", fileDescriptor_keyword_plan_683d8e3ecae641c5) } -var fileDescriptor_keyword_plan_01a998fba8cf450f = []byte{ +var fileDescriptor_keyword_plan_683d8e3ecae641c5 = []byte{ // 486 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x93, 0xdd, 0x6a, 0xd4, 0x40, 0x14, 0xc7, 0x9b, 0xb4, 0x88, 0x9d, 0x7e, 0x28, 0xb9, 0x5a, 0x6b, 0x91, 0xb6, 0x52, 0xa8, 0x0a, diff --git a/googleapis/ads/googleads/v1/resources/keyword_plan_ad_group.pb.go b/googleapis/ads/googleads/v1/resources/keyword_plan_ad_group.pb.go index 999555cd95..f3ec16d439 100644 --- a/googleapis/ads/googleads/v1/resources/keyword_plan_ad_group.pb.go +++ b/googleapis/ads/googleads/v1/resources/keyword_plan_ad_group.pb.go @@ -50,7 +50,7 @@ func (m *KeywordPlanAdGroup) Reset() { *m = KeywordPlanAdGroup{} } func (m *KeywordPlanAdGroup) String() string { return proto.CompactTextString(m) } func (*KeywordPlanAdGroup) ProtoMessage() {} func (*KeywordPlanAdGroup) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_ad_group_c7bb1b8d5690f145, []int{0} + return fileDescriptor_keyword_plan_ad_group_57f0587f66d3b006, []int{0} } func (m *KeywordPlanAdGroup) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanAdGroup.Unmarshal(m, b) @@ -110,10 +110,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/keyword_plan_ad_group.proto", fileDescriptor_keyword_plan_ad_group_c7bb1b8d5690f145) + proto.RegisterFile("google/ads/googleads/v1/resources/keyword_plan_ad_group.proto", fileDescriptor_keyword_plan_ad_group_57f0587f66d3b006) } -var fileDescriptor_keyword_plan_ad_group_c7bb1b8d5690f145 = []byte{ +var fileDescriptor_keyword_plan_ad_group_57f0587f66d3b006 = []byte{ // 398 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xc1, 0xaa, 0xd4, 0x30, 0x18, 0x85, 0x69, 0xee, 0x55, 0x30, 0x5e, 0x5d, 0x54, 0xc4, 0x72, 0xbd, 0xc8, 0x8c, 0x32, 0x30, diff --git a/googleapis/ads/googleads/v1/resources/keyword_plan_campaign.pb.go b/googleapis/ads/googleads/v1/resources/keyword_plan_campaign.pb.go index a271863873..7df20f0653 100644 --- a/googleapis/ads/googleads/v1/resources/keyword_plan_campaign.pb.go +++ b/googleapis/ads/googleads/v1/resources/keyword_plan_campaign.pb.go @@ -64,7 +64,7 @@ func (m *KeywordPlanCampaign) Reset() { *m = KeywordPlanCampaign{} } func (m *KeywordPlanCampaign) String() string { return proto.CompactTextString(m) } func (*KeywordPlanCampaign) ProtoMessage() {} func (*KeywordPlanCampaign) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_7b6dbe19bf4adbcd, []int{0} + return fileDescriptor_keyword_plan_campaign_f00db65e7bd65657, []int{0} } func (m *KeywordPlanCampaign) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanCampaign.Unmarshal(m, b) @@ -154,7 +154,7 @@ func (m *KeywordPlanGeoTarget) Reset() { *m = KeywordPlanGeoTarget{} } func (m *KeywordPlanGeoTarget) String() string { return proto.CompactTextString(m) } func (*KeywordPlanGeoTarget) ProtoMessage() {} func (*KeywordPlanGeoTarget) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_7b6dbe19bf4adbcd, []int{1} + return fileDescriptor_keyword_plan_campaign_f00db65e7bd65657, []int{1} } func (m *KeywordPlanGeoTarget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanGeoTarget.Unmarshal(m, b) @@ -187,10 +187,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/keyword_plan_campaign.proto", fileDescriptor_keyword_plan_campaign_7b6dbe19bf4adbcd) + proto.RegisterFile("google/ads/googleads/v1/resources/keyword_plan_campaign.proto", fileDescriptor_keyword_plan_campaign_f00db65e7bd65657) } -var fileDescriptor_keyword_plan_campaign_7b6dbe19bf4adbcd = []byte{ +var fileDescriptor_keyword_plan_campaign_f00db65e7bd65657 = []byte{ // 523 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xd1, 0x8a, 0x13, 0x31, 0x14, 0x86, 0xe9, 0xb4, 0xae, 0x9a, 0xd6, 0x05, 0xb3, 0x7b, 0x31, 0xac, 0x8b, 0x74, 0x57, 0x16, diff --git a/googleapis/ads/googleads/v1/resources/keyword_plan_keyword.pb.go b/googleapis/ads/googleads/v1/resources/keyword_plan_keyword.pb.go index 7bf90c7fb7..bf388e816d 100644 --- a/googleapis/ads/googleads/v1/resources/keyword_plan_keyword.pb.go +++ b/googleapis/ads/googleads/v1/resources/keyword_plan_keyword.pb.go @@ -49,7 +49,7 @@ func (m *KeywordPlanKeyword) Reset() { *m = KeywordPlanKeyword{} } func (m *KeywordPlanKeyword) String() string { return proto.CompactTextString(m) } func (*KeywordPlanKeyword) ProtoMessage() {} func (*KeywordPlanKeyword) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_keyword_2a88c7483d40c49f, []int{0} + return fileDescriptor_keyword_plan_keyword_93af4dbc1a58d5ba, []int{0} } func (m *KeywordPlanKeyword) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanKeyword.Unmarshal(m, b) @@ -116,10 +116,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/keyword_plan_keyword.proto", fileDescriptor_keyword_plan_keyword_2a88c7483d40c49f) + proto.RegisterFile("google/ads/googleads/v1/resources/keyword_plan_keyword.proto", fileDescriptor_keyword_plan_keyword_93af4dbc1a58d5ba) } -var fileDescriptor_keyword_plan_keyword_2a88c7483d40c49f = []byte{ +var fileDescriptor_keyword_plan_keyword_93af4dbc1a58d5ba = []byte{ // 453 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xc1, 0x6a, 0x14, 0x31, 0x18, 0xc7, 0x99, 0xd9, 0x5a, 0x68, 0xac, 0x3d, 0x04, 0xc4, 0xa1, 0x16, 0xd9, 0x2a, 0x85, 0x05, diff --git a/googleapis/ads/googleads/v1/resources/keyword_plan_negative_keyword.pb.go b/googleapis/ads/googleads/v1/resources/keyword_plan_negative_keyword.pb.go index bf563ed332..e3ddf6b861 100644 --- a/googleapis/ads/googleads/v1/resources/keyword_plan_negative_keyword.pb.go +++ b/googleapis/ads/googleads/v1/resources/keyword_plan_negative_keyword.pb.go @@ -47,7 +47,7 @@ func (m *KeywordPlanNegativeKeyword) Reset() { *m = KeywordPlanNegativeK func (m *KeywordPlanNegativeKeyword) String() string { return proto.CompactTextString(m) } func (*KeywordPlanNegativeKeyword) ProtoMessage() {} func (*KeywordPlanNegativeKeyword) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_negative_keyword_ff81a83b11f0192e, []int{0} + return fileDescriptor_keyword_plan_negative_keyword_5104ab403d28b07d, []int{0} } func (m *KeywordPlanNegativeKeyword) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanNegativeKeyword.Unmarshal(m, b) @@ -107,10 +107,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/keyword_plan_negative_keyword.proto", fileDescriptor_keyword_plan_negative_keyword_ff81a83b11f0192e) + proto.RegisterFile("google/ads/googleads/v1/resources/keyword_plan_negative_keyword.proto", fileDescriptor_keyword_plan_negative_keyword_5104ab403d28b07d) } -var fileDescriptor_keyword_plan_negative_keyword_ff81a83b11f0192e = []byte{ +var fileDescriptor_keyword_plan_negative_keyword_5104ab403d28b07d = []byte{ // 436 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xdd, 0x6a, 0x14, 0x31, 0x18, 0x65, 0xa6, 0x55, 0x68, 0xfc, 0xb9, 0x18, 0x11, 0x86, 0xb5, 0xe8, 0x56, 0x29, 0x2c, 0x08, diff --git a/googleapis/ads/googleads/v1/resources/keyword_view.pb.go b/googleapis/ads/googleads/v1/resources/keyword_view.pb.go index 71cf928e32..3ba40a646d 100644 --- a/googleapis/ads/googleads/v1/resources/keyword_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/keyword_view.pb.go @@ -35,7 +35,7 @@ func (m *KeywordView) Reset() { *m = KeywordView{} } func (m *KeywordView) String() string { return proto.CompactTextString(m) } func (*KeywordView) ProtoMessage() {} func (*KeywordView) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_view_15ff53248b05bca6, []int{0} + return fileDescriptor_keyword_view_80d6b289c44fb170, []int{0} } func (m *KeywordView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordView.Unmarshal(m, b) @@ -67,10 +67,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/keyword_view.proto", fileDescriptor_keyword_view_15ff53248b05bca6) + proto.RegisterFile("google/ads/googleads/v1/resources/keyword_view.proto", fileDescriptor_keyword_view_80d6b289c44fb170) } -var fileDescriptor_keyword_view_15ff53248b05bca6 = []byte{ +var fileDescriptor_keyword_view_80d6b289c44fb170 = []byte{ // 266 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0x41, 0x4a, 0xc4, 0x30, 0x14, 0x86, 0x69, 0x05, 0xc1, 0xaa, 0x20, 0xb3, 0x12, 0x71, 0xe1, 0x28, 0x03, 0xae, 0x12, 0xa2, diff --git a/googleapis/ads/googleads/v1/resources/label.pb.go b/googleapis/ads/googleads/v1/resources/label.pb.go index 010ee412b4..dc260dbf38 100644 --- a/googleapis/ads/googleads/v1/resources/label.pb.go +++ b/googleapis/ads/googleads/v1/resources/label.pb.go @@ -49,7 +49,7 @@ func (m *Label) Reset() { *m = Label{} } func (m *Label) String() string { return proto.CompactTextString(m) } func (*Label) ProtoMessage() {} func (*Label) Descriptor() ([]byte, []int) { - return fileDescriptor_label_e103e35e1ec5ae7e, []int{0} + return fileDescriptor_label_8e99450ed5488248, []int{0} } func (m *Label) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Label.Unmarshal(m, b) @@ -109,10 +109,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/label.proto", fileDescriptor_label_e103e35e1ec5ae7e) + proto.RegisterFile("google/ads/googleads/v1/resources/label.proto", fileDescriptor_label_8e99450ed5488248) } -var fileDescriptor_label_e103e35e1ec5ae7e = []byte{ +var fileDescriptor_label_8e99450ed5488248 = []byte{ // 411 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xcb, 0x8a, 0xdb, 0x30, 0x18, 0x85, 0xb1, 0x73, 0x81, 0xa8, 0x97, 0x85, 0x57, 0x26, 0x0d, 0x25, 0x69, 0x09, 0xa4, 0x94, diff --git a/googleapis/ads/googleads/v1/resources/landing_page_view.pb.go b/googleapis/ads/googleads/v1/resources/landing_page_view.pb.go new file mode 100644 index 0000000000..09bfdbdc0e --- /dev/null +++ b/googleapis/ads/googleads/v1/resources/landing_page_view.pb.go @@ -0,0 +1,109 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/resources/landing_page_view.proto + +package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v1/resources" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import wrappers "github.com/golang/protobuf/ptypes/wrappers" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// A landing page view with metrics aggregated at the unexpanded final URL +// level. +type LandingPageView struct { + // The resource name of the landing page view. + // Landing page view resource names have the form: + // + // + // `customers/{customer_id}/landingPageViews/{unexpanded_final_url_fingerprint}` + ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` + // The advertiser-specified final URL. + UnexpandedFinalUrl *wrappers.StringValue `protobuf:"bytes,2,opt,name=unexpanded_final_url,json=unexpandedFinalUrl,proto3" json:"unexpanded_final_url,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LandingPageView) Reset() { *m = LandingPageView{} } +func (m *LandingPageView) String() string { return proto.CompactTextString(m) } +func (*LandingPageView) ProtoMessage() {} +func (*LandingPageView) Descriptor() ([]byte, []int) { + return fileDescriptor_landing_page_view_64530fca7fef0d58, []int{0} +} +func (m *LandingPageView) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LandingPageView.Unmarshal(m, b) +} +func (m *LandingPageView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LandingPageView.Marshal(b, m, deterministic) +} +func (dst *LandingPageView) XXX_Merge(src proto.Message) { + xxx_messageInfo_LandingPageView.Merge(dst, src) +} +func (m *LandingPageView) XXX_Size() int { + return xxx_messageInfo_LandingPageView.Size(m) +} +func (m *LandingPageView) XXX_DiscardUnknown() { + xxx_messageInfo_LandingPageView.DiscardUnknown(m) +} + +var xxx_messageInfo_LandingPageView proto.InternalMessageInfo + +func (m *LandingPageView) GetResourceName() string { + if m != nil { + return m.ResourceName + } + return "" +} + +func (m *LandingPageView) GetUnexpandedFinalUrl() *wrappers.StringValue { + if m != nil { + return m.UnexpandedFinalUrl + } + return nil +} + +func init() { + proto.RegisterType((*LandingPageView)(nil), "google.ads.googleads.v1.resources.LandingPageView") +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/resources/landing_page_view.proto", fileDescriptor_landing_page_view_64530fca7fef0d58) +} + +var fileDescriptor_landing_page_view_64530fca7fef0d58 = []byte{ + // 340 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0x41, 0x4b, 0xc3, 0x30, + 0x18, 0x86, 0x69, 0x05, 0xc1, 0xaa, 0x08, 0x65, 0x87, 0x31, 0x86, 0x6c, 0xca, 0x60, 0xa7, 0x94, + 0xea, 0xc9, 0x78, 0xea, 0x0e, 0x0e, 0x44, 0xc6, 0x98, 0xd8, 0x83, 0x14, 0xca, 0xb7, 0xe5, 0x5b, + 0x08, 0x74, 0x49, 0x49, 0xda, 0xcd, 0xab, 0x17, 0x7f, 0x88, 0x47, 0x7f, 0x8a, 0x3f, 0xc5, 0x5f, + 0x21, 0x5d, 0xdb, 0x08, 0x1e, 0xf4, 0xf6, 0x92, 0xef, 0x79, 0xdf, 0xef, 0x4d, 0xe2, 0xdd, 0x70, + 0xa5, 0x78, 0x86, 0x01, 0x30, 0x13, 0xd4, 0xb2, 0x52, 0xdb, 0x30, 0xd0, 0x68, 0x54, 0xa9, 0x57, + 0x68, 0x82, 0x0c, 0x24, 0x13, 0x92, 0xa7, 0x39, 0x70, 0x4c, 0xb7, 0x02, 0x77, 0x24, 0xd7, 0xaa, + 0x50, 0xfe, 0xb0, 0xe6, 0x09, 0x30, 0x43, 0xac, 0x95, 0x6c, 0x43, 0x62, 0xad, 0xbd, 0xf3, 0x26, + 0x7d, 0x6f, 0x58, 0x96, 0xeb, 0x60, 0xa7, 0x21, 0xcf, 0x51, 0x9b, 0x3a, 0xa2, 0xd7, 0x6f, 0xb7, + 0xe7, 0x22, 0x00, 0x29, 0x55, 0x01, 0x85, 0x50, 0xb2, 0x99, 0x5e, 0xbc, 0x39, 0xde, 0xd9, 0x43, + 0xbd, 0x7c, 0x0e, 0x1c, 0x63, 0x81, 0x3b, 0xff, 0xd2, 0x3b, 0x6d, 0xe3, 0x53, 0x09, 0x1b, 0xec, + 0x3a, 0x03, 0x67, 0x7c, 0xb4, 0x38, 0x69, 0x0f, 0x67, 0xb0, 0x41, 0x7f, 0xe6, 0x75, 0x4a, 0x89, + 0x2f, 0x39, 0x48, 0x86, 0x2c, 0x5d, 0x0b, 0x09, 0x59, 0x5a, 0xea, 0xac, 0xeb, 0x0e, 0x9c, 0xf1, + 0xf1, 0x55, 0xbf, 0x69, 0x4b, 0xda, 0x56, 0xe4, 0xb1, 0xd0, 0x42, 0xf2, 0x18, 0xb2, 0x12, 0x17, + 0xfe, 0x8f, 0xf3, 0xae, 0x32, 0x3e, 0xe9, 0x6c, 0xf2, 0xea, 0x7a, 0xa3, 0x95, 0xda, 0x90, 0x7f, + 0x2f, 0x3c, 0xe9, 0xfc, 0xea, 0x3b, 0xaf, 0x56, 0xcc, 0x9d, 0xe7, 0xfb, 0xc6, 0xca, 0x55, 0x06, + 0x92, 0x13, 0xa5, 0x79, 0xc0, 0x51, 0xee, 0x0b, 0xb4, 0xcf, 0x9e, 0x0b, 0xf3, 0xc7, 0x2f, 0xdc, + 0x5a, 0xf5, 0xee, 0x1e, 0x4c, 0xa3, 0xe8, 0xc3, 0x1d, 0x4e, 0xeb, 0xc8, 0x88, 0x19, 0x52, 0xcb, + 0x4a, 0xc5, 0x21, 0x59, 0xb4, 0xe4, 0x67, 0xcb, 0x24, 0x11, 0x33, 0x89, 0x65, 0x92, 0x38, 0x4c, + 0x2c, 0xf3, 0xe5, 0x8e, 0xea, 0x01, 0xa5, 0x11, 0x33, 0x94, 0x5a, 0x8a, 0xd2, 0x38, 0xa4, 0xd4, + 0x72, 0xcb, 0xc3, 0x7d, 0xd9, 0xeb, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x7c, 0xcf, 0xa0, 0x93, + 0x31, 0x02, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/resources/language_constant.pb.go b/googleapis/ads/googleads/v1/resources/language_constant.pb.go index c201b68c63..17079b49d5 100644 --- a/googleapis/ads/googleads/v1/resources/language_constant.pb.go +++ b/googleapis/ads/googleads/v1/resources/language_constant.pb.go @@ -45,7 +45,7 @@ func (m *LanguageConstant) Reset() { *m = LanguageConstant{} } func (m *LanguageConstant) String() string { return proto.CompactTextString(m) } func (*LanguageConstant) ProtoMessage() {} func (*LanguageConstant) Descriptor() ([]byte, []int) { - return fileDescriptor_language_constant_43a2ca18ad5b792d, []int{0} + return fileDescriptor_language_constant_7d2a7078a26d5ec1, []int{0} } func (m *LanguageConstant) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LanguageConstant.Unmarshal(m, b) @@ -105,10 +105,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/language_constant.proto", fileDescriptor_language_constant_43a2ca18ad5b792d) + proto.RegisterFile("google/ads/googleads/v1/resources/language_constant.proto", fileDescriptor_language_constant_7d2a7078a26d5ec1) } -var fileDescriptor_language_constant_43a2ca18ad5b792d = []byte{ +var fileDescriptor_language_constant_7d2a7078a26d5ec1 = []byte{ // 371 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xd1, 0x4a, 0xeb, 0x30, 0x18, 0xc7, 0x69, 0xb6, 0x73, 0xe0, 0xe4, 0x9c, 0x03, 0x52, 0x10, 0xca, 0x1c, 0xb2, 0x29, 0x83, diff --git a/googleapis/ads/googleads/v1/resources/location_view.pb.go b/googleapis/ads/googleads/v1/resources/location_view.pb.go index 2483aff131..5f477b1579 100644 --- a/googleapis/ads/googleads/v1/resources/location_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/location_view.pb.go @@ -36,7 +36,7 @@ func (m *LocationView) Reset() { *m = LocationView{} } func (m *LocationView) String() string { return proto.CompactTextString(m) } func (*LocationView) ProtoMessage() {} func (*LocationView) Descriptor() ([]byte, []int) { - return fileDescriptor_location_view_8c6f3bc4a86201e8, []int{0} + return fileDescriptor_location_view_b17bd9cfa89e2be7, []int{0} } func (m *LocationView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationView.Unmarshal(m, b) @@ -68,10 +68,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/location_view.proto", fileDescriptor_location_view_8c6f3bc4a86201e8) + proto.RegisterFile("google/ads/googleads/v1/resources/location_view.proto", fileDescriptor_location_view_b17bd9cfa89e2be7) } -var fileDescriptor_location_view_8c6f3bc4a86201e8 = []byte{ +var fileDescriptor_location_view_b17bd9cfa89e2be7 = []byte{ // 264 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4d, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x43, 0xfd, 0xa2, 0xd4, diff --git a/googleapis/ads/googleads/v1/resources/managed_placement_view.pb.go b/googleapis/ads/googleads/v1/resources/managed_placement_view.pb.go index a7ab0acda6..b4436cac8d 100644 --- a/googleapis/ads/googleads/v1/resources/managed_placement_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/managed_placement_view.pb.go @@ -36,7 +36,7 @@ func (m *ManagedPlacementView) Reset() { *m = ManagedPlacementView{} } func (m *ManagedPlacementView) String() string { return proto.CompactTextString(m) } func (*ManagedPlacementView) ProtoMessage() {} func (*ManagedPlacementView) Descriptor() ([]byte, []int) { - return fileDescriptor_managed_placement_view_fbb259a1019cefa8, []int{0} + return fileDescriptor_managed_placement_view_ec6979a30e876ecb, []int{0} } func (m *ManagedPlacementView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ManagedPlacementView.Unmarshal(m, b) @@ -68,10 +68,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/managed_placement_view.proto", fileDescriptor_managed_placement_view_fbb259a1019cefa8) + proto.RegisterFile("google/ads/googleads/v1/resources/managed_placement_view.proto", fileDescriptor_managed_placement_view_ec6979a30e876ecb) } -var fileDescriptor_managed_placement_view_fbb259a1019cefa8 = []byte{ +var fileDescriptor_managed_placement_view_ec6979a30e876ecb = []byte{ // 275 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0x4f, 0x4a, 0xc4, 0x30, 0x14, 0xc6, 0x99, 0x0a, 0x82, 0x45, 0x37, 0x83, 0x0b, 0x15, 0x17, 0x8e, 0x32, 0xe0, 0x2a, 0xa1, diff --git a/googleapis/ads/googleads/v1/resources/media_file.pb.go b/googleapis/ads/googleads/v1/resources/media_file.pb.go index ab4b5eed34..e4defc6479 100644 --- a/googleapis/ads/googleads/v1/resources/media_file.pb.go +++ b/googleapis/ads/googleads/v1/resources/media_file.pb.go @@ -59,7 +59,7 @@ func (m *MediaFile) Reset() { *m = MediaFile{} } func (m *MediaFile) String() string { return proto.CompactTextString(m) } func (*MediaFile) ProtoMessage() {} func (*MediaFile) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_d0b2dbd6c8251818, []int{0} + return fileDescriptor_media_file_4cd852e94bdefecd, []int{0} } func (m *MediaFile) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MediaFile.Unmarshal(m, b) @@ -316,7 +316,7 @@ func (m *MediaImage) Reset() { *m = MediaImage{} } func (m *MediaImage) String() string { return proto.CompactTextString(m) } func (*MediaImage) ProtoMessage() {} func (*MediaImage) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_d0b2dbd6c8251818, []int{1} + return fileDescriptor_media_file_4cd852e94bdefecd, []int{1} } func (m *MediaImage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MediaImage.Unmarshal(m, b) @@ -356,7 +356,7 @@ func (m *MediaBundle) Reset() { *m = MediaBundle{} } func (m *MediaBundle) String() string { return proto.CompactTextString(m) } func (*MediaBundle) ProtoMessage() {} func (*MediaBundle) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_d0b2dbd6c8251818, []int{2} + return fileDescriptor_media_file_4cd852e94bdefecd, []int{2} } func (m *MediaBundle) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MediaBundle.Unmarshal(m, b) @@ -396,7 +396,7 @@ func (m *MediaAudio) Reset() { *m = MediaAudio{} } func (m *MediaAudio) String() string { return proto.CompactTextString(m) } func (*MediaAudio) ProtoMessage() {} func (*MediaAudio) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_d0b2dbd6c8251818, []int{3} + return fileDescriptor_media_file_4cd852e94bdefecd, []int{3} } func (m *MediaAudio) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MediaAudio.Unmarshal(m, b) @@ -445,7 +445,7 @@ func (m *MediaVideo) Reset() { *m = MediaVideo{} } func (m *MediaVideo) String() string { return proto.CompactTextString(m) } func (*MediaVideo) ProtoMessage() {} func (*MediaVideo) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_d0b2dbd6c8251818, []int{4} + return fileDescriptor_media_file_4cd852e94bdefecd, []int{4} } func (m *MediaVideo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MediaVideo.Unmarshal(m, b) @@ -502,10 +502,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/media_file.proto", fileDescriptor_media_file_d0b2dbd6c8251818) + proto.RegisterFile("google/ads/googleads/v1/resources/media_file.proto", fileDescriptor_media_file_4cd852e94bdefecd) } -var fileDescriptor_media_file_d0b2dbd6c8251818 = []byte{ +var fileDescriptor_media_file_4cd852e94bdefecd = []byte{ // 683 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x95, 0xdf, 0x6a, 0xd4, 0x4c, 0x18, 0xc6, 0xbb, 0xe9, 0xb6, 0xdf, 0x66, 0xb6, 0x5f, 0xa9, 0xe3, 0x49, 0xa8, 0x45, 0xda, 0x95, diff --git a/googleapis/ads/googleads/v1/resources/merchant_center_link.pb.go b/googleapis/ads/googleads/v1/resources/merchant_center_link.pb.go index 1650e3fc11..f77986b79a 100644 --- a/googleapis/ads/googleads/v1/resources/merchant_center_link.pb.go +++ b/googleapis/ads/googleads/v1/resources/merchant_center_link.pb.go @@ -46,7 +46,7 @@ func (m *MerchantCenterLink) Reset() { *m = MerchantCenterLink{} } func (m *MerchantCenterLink) String() string { return proto.CompactTextString(m) } func (*MerchantCenterLink) ProtoMessage() {} func (*MerchantCenterLink) Descriptor() ([]byte, []int) { - return fileDescriptor_merchant_center_link_53b21997d8161260, []int{0} + return fileDescriptor_merchant_center_link_a6c67adc47332ce3, []int{0} } func (m *MerchantCenterLink) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MerchantCenterLink.Unmarshal(m, b) @@ -99,10 +99,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/merchant_center_link.proto", fileDescriptor_merchant_center_link_53b21997d8161260) + proto.RegisterFile("google/ads/googleads/v1/resources/merchant_center_link.proto", fileDescriptor_merchant_center_link_a6c67adc47332ce3) } -var fileDescriptor_merchant_center_link_53b21997d8161260 = []byte{ +var fileDescriptor_merchant_center_link_a6c67adc47332ce3 = []byte{ // 410 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xcf, 0x6a, 0xdb, 0x30, 0x18, 0xc7, 0xce, 0x16, 0x98, 0xf7, 0xe7, 0xe0, 0xcb, 0xb2, 0x2c, 0x8c, 0x64, 0x23, 0x10, 0x18, diff --git a/googleapis/ads/googleads/v1/resources/mobile_app_category_constant.pb.go b/googleapis/ads/googleads/v1/resources/mobile_app_category_constant.pb.go index 8cb199e128..40ea5efd31 100644 --- a/googleapis/ads/googleads/v1/resources/mobile_app_category_constant.pb.go +++ b/googleapis/ads/googleads/v1/resources/mobile_app_category_constant.pb.go @@ -40,7 +40,7 @@ func (m *MobileAppCategoryConstant) Reset() { *m = MobileAppCategoryCons func (m *MobileAppCategoryConstant) String() string { return proto.CompactTextString(m) } func (*MobileAppCategoryConstant) ProtoMessage() {} func (*MobileAppCategoryConstant) Descriptor() ([]byte, []int) { - return fileDescriptor_mobile_app_category_constant_66a2599777da3f4d, []int{0} + return fileDescriptor_mobile_app_category_constant_45ea856e6f2b6600, []int{0} } func (m *MobileAppCategoryConstant) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MobileAppCategoryConstant.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/mobile_app_category_constant.proto", fileDescriptor_mobile_app_category_constant_66a2599777da3f4d) + proto.RegisterFile("google/ads/googleads/v1/resources/mobile_app_category_constant.proto", fileDescriptor_mobile_app_category_constant_45ea856e6f2b6600) } -var fileDescriptor_mobile_app_category_constant_66a2599777da3f4d = []byte{ +var fileDescriptor_mobile_app_category_constant_45ea856e6f2b6600 = []byte{ // 352 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xd1, 0x4a, 0xeb, 0x30, 0x18, 0xc7, 0x69, 0x77, 0x38, 0x70, 0x7a, 0xf4, 0xa6, 0x57, 0x73, 0x8e, 0xb1, 0x29, 0x83, 0x81, diff --git a/googleapis/ads/googleads/v1/resources/mobile_device_constant.pb.go b/googleapis/ads/googleads/v1/resources/mobile_device_constant.pb.go index c73e423fcc..629eb53498 100644 --- a/googleapis/ads/googleads/v1/resources/mobile_device_constant.pb.go +++ b/googleapis/ads/googleads/v1/resources/mobile_device_constant.pb.go @@ -47,7 +47,7 @@ func (m *MobileDeviceConstant) Reset() { *m = MobileDeviceConstant{} } func (m *MobileDeviceConstant) String() string { return proto.CompactTextString(m) } func (*MobileDeviceConstant) ProtoMessage() {} func (*MobileDeviceConstant) Descriptor() ([]byte, []int) { - return fileDescriptor_mobile_device_constant_27d78a6f88efd48d, []int{0} + return fileDescriptor_mobile_device_constant_6b896300aee21e10, []int{0} } func (m *MobileDeviceConstant) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MobileDeviceConstant.Unmarshal(m, b) @@ -114,10 +114,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/mobile_device_constant.proto", fileDescriptor_mobile_device_constant_27d78a6f88efd48d) + proto.RegisterFile("google/ads/googleads/v1/resources/mobile_device_constant.proto", fileDescriptor_mobile_device_constant_6b896300aee21e10) } -var fileDescriptor_mobile_device_constant_27d78a6f88efd48d = []byte{ +var fileDescriptor_mobile_device_constant_6b896300aee21e10 = []byte{ // 448 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xdf, 0x6a, 0x13, 0x41, 0x14, 0xc6, 0xd9, 0x4d, 0x2c, 0x38, 0xfe, 0x41, 0x57, 0x85, 0x58, 0x8b, 0xa4, 0x4a, 0x21, 0x20, diff --git a/googleapis/ads/googleads/v1/resources/mutate_job.pb.go b/googleapis/ads/googleads/v1/resources/mutate_job.pb.go index 2bf93cb512..2eff05fca6 100644 --- a/googleapis/ads/googleads/v1/resources/mutate_job.pb.go +++ b/googleapis/ads/googleads/v1/resources/mutate_job.pb.go @@ -38,17 +38,20 @@ type MutateJob struct { // Contains additional information about this mutate job. Metadata *MutateJob_MutateJobMetadata `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` // Status of this mutate job. - Status enums.MutateJobStatusEnum_MutateJobStatus `protobuf:"varint,5,opt,name=status,proto3,enum=google.ads.googleads.v1.enums.MutateJobStatusEnum_MutateJobStatus" json:"status,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Status enums.MutateJobStatusEnum_MutateJobStatus `protobuf:"varint,5,opt,name=status,proto3,enum=google.ads.googleads.v1.enums.MutateJobStatusEnum_MutateJobStatus" json:"status,omitempty"` + // The resource name of the long-running operation that can be used to poll + // for completion. Only set when the mutate job status is RUNNING or DONE. + LongRunningOperation *wrappers.StringValue `protobuf:"bytes,6,opt,name=long_running_operation,json=longRunningOperation,proto3" json:"long_running_operation,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *MutateJob) Reset() { *m = MutateJob{} } func (m *MutateJob) String() string { return proto.CompactTextString(m) } func (*MutateJob) ProtoMessage() {} func (*MutateJob) Descriptor() ([]byte, []int) { - return fileDescriptor_mutate_job_458284214925adfa, []int{0} + return fileDescriptor_mutate_job_3bb9abe6bc3ebff0, []int{0} } func (m *MutateJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateJob.Unmarshal(m, b) @@ -103,6 +106,13 @@ func (m *MutateJob) GetStatus() enums.MutateJobStatusEnum_MutateJobStatus { return enums.MutateJobStatusEnum_UNSPECIFIED } +func (m *MutateJob) GetLongRunningOperation() *wrappers.StringValue { + if m != nil { + return m.LongRunningOperation + } + return nil +} + // Additional information about the mutate job. This message is also used as // metadata returned in mutate job Long Running Operations. type MutateJob_MutateJobMetadata struct { @@ -129,7 +139,7 @@ func (m *MutateJob_MutateJobMetadata) Reset() { *m = MutateJob_MutateJob func (m *MutateJob_MutateJobMetadata) String() string { return proto.CompactTextString(m) } func (*MutateJob_MutateJobMetadata) ProtoMessage() {} func (*MutateJob_MutateJobMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_mutate_job_458284214925adfa, []int{0, 0} + return fileDescriptor_mutate_job_3bb9abe6bc3ebff0, []int{0, 0} } func (m *MutateJob_MutateJobMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateJob_MutateJobMetadata.Unmarshal(m, b) @@ -190,44 +200,46 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/mutate_job.proto", fileDescriptor_mutate_job_458284214925adfa) -} - -var fileDescriptor_mutate_job_458284214925adfa = []byte{ - // 557 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0xdd, 0x6a, 0x13, 0x41, - 0x14, 0x80, 0xd9, 0xad, 0x2d, 0x76, 0xd4, 0xaa, 0x43, 0xd1, 0x25, 0x16, 0x49, 0x95, 0x42, 0x40, - 0x98, 0x25, 0xf1, 0xe7, 0x62, 0x05, 0x61, 0xd3, 0x48, 0x31, 0xd0, 0x5a, 0x36, 0x35, 0x17, 0x21, - 0xb0, 0x4c, 0x76, 0x8e, 0xcb, 0x6a, 0x76, 0x66, 0xdd, 0x99, 0xa9, 0x7d, 0x11, 0x5f, 0xc0, 0x2b, - 0xf1, 0x51, 0x7c, 0x14, 0x5f, 0xc1, 0x1b, 0xd9, 0xbf, 0x49, 0x4d, 0x49, 0xe3, 0xdd, 0xc9, 0xcc, - 0xf9, 0xbe, 0x33, 0x73, 0xce, 0x64, 0x51, 0x2f, 0x16, 0x22, 0x9e, 0x83, 0x4b, 0x99, 0x74, 0xab, - 0xb0, 0x88, 0xce, 0xbb, 0x6e, 0x0e, 0x52, 0xe8, 0x3c, 0x02, 0xe9, 0xa6, 0x5a, 0x51, 0x05, 0xe1, - 0x27, 0x31, 0x23, 0x59, 0x2e, 0x94, 0xc0, 0xfb, 0x55, 0x22, 0xa1, 0x4c, 0x12, 0xc3, 0x90, 0xf3, - 0x2e, 0x31, 0x4c, 0xeb, 0xe5, 0x2a, 0x2d, 0x70, 0x9d, 0x5e, 0x56, 0x86, 0x52, 0x51, 0xa5, 0x65, - 0x65, 0x6e, 0x3d, 0xae, 0xb1, 0xf2, 0xd7, 0x4c, 0x7f, 0x74, 0xbf, 0xe6, 0x34, 0xcb, 0x20, 0x6f, - 0xf6, 0xf7, 0x1a, 0x6d, 0x96, 0xb8, 0x94, 0x73, 0xa1, 0xa8, 0x4a, 0x04, 0xaf, 0x77, 0x9f, 0x7c, - 0xdb, 0x42, 0xdb, 0xc7, 0xa5, 0x79, 0x28, 0x66, 0xf8, 0x29, 0xba, 0xd3, 0x9c, 0x27, 0xe4, 0x34, - 0x05, 0xc7, 0x6a, 0x5b, 0x9d, 0xed, 0xe0, 0x76, 0xb3, 0x78, 0x42, 0x53, 0xc0, 0xcf, 0x90, 0x9d, - 0x30, 0xc7, 0x6e, 0x5b, 0x9d, 0x5b, 0xbd, 0x47, 0xf5, 0x65, 0x48, 0x53, 0x9d, 0xbc, 0xe3, 0xea, - 0xd5, 0x8b, 0x31, 0x9d, 0x6b, 0x08, 0xec, 0x84, 0xe1, 0x11, 0x7a, 0xc8, 0xe1, 0x42, 0x85, 0x94, - 0xb1, 0x50, 0xc2, 0x17, 0x0d, 0x3c, 0x82, 0x50, 0x89, 0xcf, 0xc0, 0x9d, 0x8d, 0xd2, 0xb0, 0x77, - 0xc5, 0x30, 0x52, 0x79, 0xc2, 0xe3, 0x4a, 0xb1, 0x5b, 0xc0, 0x3e, 0x63, 0xa3, 0x1a, 0x3d, 0x2b, - 0x48, 0x3c, 0x41, 0x37, 0x53, 0x50, 0x94, 0x51, 0x45, 0x9d, 0x1b, 0xa5, 0xe5, 0x0d, 0x59, 0xdb, - 0x5f, 0x62, 0xae, 0xb9, 0x88, 0x8e, 0x6b, 0x4b, 0x60, 0x7c, 0x78, 0x82, 0xb6, 0xaa, 0xf6, 0x3a, - 0x9b, 0x6d, 0xab, 0xb3, 0xd3, 0xeb, 0xaf, 0x34, 0x97, 0x63, 0x59, 0xb8, 0x46, 0x25, 0xf5, 0x96, - 0xeb, 0x74, 0x79, 0x2d, 0xa8, 0x8d, 0xad, 0x1f, 0x1b, 0xe8, 0xfe, 0x95, 0xda, 0x78, 0x88, 0x70, - 0x94, 0x43, 0x39, 0x95, 0x90, 0x15, 0x23, 0x56, 0x49, 0xdd, 0xf9, 0x75, 0xdd, 0xb9, 0xd7, 0x70, - 0x03, 0xaa, 0xe0, 0x2c, 0x49, 0x01, 0x9f, 0xa0, 0xdd, 0x48, 0xa4, 0xd9, 0x1c, 0x96, 0x6c, 0xf6, - 0x7f, 0xd8, 0xf0, 0x82, 0x34, 0xbe, 0x09, 0x6a, 0x81, 0x54, 0x49, 0x4a, 0x15, 0xb0, 0xf0, 0x92, - 0x39, 0x2f, 0xca, 0xae, 0x9c, 0xe0, 0x40, 0xe8, 0xd9, 0x1c, 0x2a, 0xab, 0x63, 0xf8, 0x43, 0x83, - 0x07, 0x05, 0x8d, 0x07, 0xe8, 0xae, 0xc8, 0x20, 0xaf, 0x2e, 0x1e, 0x09, 0xcd, 0x55, 0x3d, 0xcc, - 0x6b, 0x1f, 0xd5, 0x8e, 0x61, 0x0e, 0x0b, 0x04, 0x7f, 0x40, 0x0e, 0x5c, 0x40, 0xa4, 0x8b, 0x03, - 0x2e, 0xeb, 0x36, 0xd7, 0xeb, 0x1e, 0x34, 0xf0, 0xfb, 0x7f, 0xb4, 0xfd, 0x3f, 0x16, 0x3a, 0x88, - 0x44, 0xba, 0xfe, 0x59, 0xf5, 0x77, 0xcc, 0x44, 0x4f, 0x0b, 0xff, 0xa9, 0x35, 0x19, 0xd6, 0x50, - 0x2c, 0xe6, 0x94, 0xc7, 0x44, 0xe4, 0xb1, 0x1b, 0x03, 0x2f, 0xab, 0x37, 0x7f, 0xec, 0x2c, 0x91, - 0xd7, 0x7c, 0x3e, 0x5e, 0x9b, 0xe8, 0xbb, 0xbd, 0x71, 0xe4, 0xfb, 0x3f, 0xed, 0xfd, 0xa3, 0x4a, - 0xe9, 0x33, 0x49, 0xaa, 0xb0, 0x88, 0xc6, 0x5d, 0x12, 0x34, 0x99, 0xbf, 0x9a, 0x9c, 0xa9, 0xcf, - 0xe4, 0xd4, 0xe4, 0x4c, 0xc7, 0xdd, 0xa9, 0xc9, 0xf9, 0x6d, 0x1f, 0x54, 0x1b, 0x9e, 0xe7, 0x33, - 0xe9, 0x79, 0x26, 0xcb, 0xf3, 0xc6, 0x5d, 0xcf, 0x33, 0x79, 0xb3, 0xad, 0xf2, 0xb0, 0xcf, 0xff, - 0x06, 0x00, 0x00, 0xff, 0xff, 0xd1, 0x71, 0x64, 0xad, 0xea, 0x04, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/resources/mutate_job.proto", fileDescriptor_mutate_job_3bb9abe6bc3ebff0) +} + +var fileDescriptor_mutate_job_3bb9abe6bc3ebff0 = []byte{ + // 581 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0xdd, 0x6a, 0xd4, 0x4c, + 0x18, 0xc7, 0x49, 0xfa, 0x76, 0x79, 0x3b, 0x6a, 0xd5, 0xa1, 0xd4, 0xb0, 0x16, 0x69, 0x95, 0x42, + 0x41, 0x98, 0xb0, 0xf5, 0xe3, 0x20, 0x82, 0x90, 0x76, 0xa5, 0xb8, 0xd0, 0x0f, 0xb2, 0x75, 0x0f, + 0x96, 0x85, 0x30, 0x9b, 0x79, 0x0c, 0xd1, 0x64, 0x26, 0x66, 0x66, 0x6a, 0xaf, 0xc7, 0x23, 0xf1, + 0x52, 0xbc, 0x13, 0xbd, 0x05, 0x4f, 0x24, 0x5f, 0xb3, 0x75, 0xcb, 0x76, 0x7b, 0xf6, 0x24, 0xf3, + 0xff, 0xfd, 0xe6, 0xeb, 0x61, 0xd0, 0x7e, 0x2c, 0x44, 0x9c, 0x82, 0x4b, 0x99, 0x74, 0xeb, 0xb2, + 0xac, 0x2e, 0x7a, 0x6e, 0x01, 0x52, 0xe8, 0x22, 0x02, 0xe9, 0x66, 0x5a, 0x51, 0x05, 0xe1, 0x27, + 0x31, 0x25, 0x79, 0x21, 0x94, 0xc0, 0x3b, 0x75, 0x90, 0x50, 0x26, 0x89, 0x61, 0xc8, 0x45, 0x8f, + 0x18, 0xa6, 0xfb, 0x6a, 0x91, 0x16, 0xb8, 0xce, 0xae, 0x2a, 0x43, 0xa9, 0xa8, 0xd2, 0xb2, 0x36, + 0x77, 0x9f, 0x34, 0x58, 0xf5, 0x35, 0xd5, 0x1f, 0xdd, 0xaf, 0x05, 0xcd, 0x73, 0x28, 0xda, 0xf1, + 0xad, 0x56, 0x9b, 0x27, 0x2e, 0xe5, 0x5c, 0x28, 0xaa, 0x12, 0xc1, 0x9b, 0xd1, 0xa7, 0xbf, 0x3a, + 0x68, 0xed, 0xb8, 0x32, 0x0f, 0xc4, 0x14, 0x3f, 0x43, 0xf7, 0xda, 0xf5, 0x84, 0x9c, 0x66, 0xe0, + 0x58, 0xdb, 0xd6, 0xde, 0x5a, 0x70, 0xb7, 0xfd, 0x79, 0x42, 0x33, 0xc0, 0xcf, 0x91, 0x9d, 0x30, + 0xc7, 0xde, 0xb6, 0xf6, 0xee, 0xec, 0x3f, 0x6e, 0x36, 0x43, 0xda, 0xd9, 0xc9, 0x7b, 0xae, 0x5e, + 0xbf, 0x1c, 0xd1, 0x54, 0x43, 0x60, 0x27, 0x0c, 0x0f, 0xd1, 0x23, 0x0e, 0x97, 0x2a, 0xa4, 0x8c, + 0x85, 0x12, 0xbe, 0x68, 0xe0, 0x11, 0x84, 0x4a, 0x7c, 0x06, 0xee, 0xac, 0x54, 0x86, 0xad, 0x6b, + 0x86, 0xa1, 0x2a, 0x12, 0x1e, 0xd7, 0x8a, 0x8d, 0x12, 0xf6, 0x19, 0x1b, 0x36, 0xe8, 0x79, 0x49, + 0xe2, 0x31, 0xfa, 0x3f, 0x03, 0x45, 0x19, 0x55, 0xd4, 0xf9, 0xaf, 0xb2, 0xbc, 0x25, 0x4b, 0xcf, + 0x97, 0x98, 0x6d, 0xce, 0xaa, 0xe3, 0xc6, 0x12, 0x18, 0x1f, 0x1e, 0xa3, 0x4e, 0x7d, 0xbc, 0xce, + 0xea, 0xb6, 0xb5, 0xb7, 0xbe, 0x7f, 0xb0, 0xd0, 0x5c, 0x5d, 0xcb, 0xcc, 0x35, 0xac, 0xa8, 0x77, + 0x5c, 0x67, 0xf3, 0xff, 0x82, 0xc6, 0x88, 0x03, 0xb4, 0x99, 0x0a, 0x1e, 0x87, 0x85, 0xe6, 0x3c, + 0xe1, 0x71, 0x28, 0x72, 0x28, 0xaa, 0xdb, 0x70, 0x3a, 0xb7, 0x39, 0x8b, 0x92, 0x0d, 0x6a, 0xf4, + 0xb4, 0x25, 0xbb, 0xdf, 0x57, 0xd0, 0xc3, 0x6b, 0xfb, 0xc1, 0x03, 0x84, 0xa3, 0x02, 0xaa, 0x44, + 0xc8, 0xca, 0xb6, 0x51, 0x49, 0x73, 0x9b, 0xcb, 0x66, 0x79, 0xd0, 0x72, 0x7d, 0xaa, 0xe0, 0x3c, + 0xc9, 0x00, 0x9f, 0xa0, 0x8d, 0x48, 0x64, 0x79, 0x0a, 0x73, 0x36, 0xfb, 0x16, 0x36, 0x3c, 0x23, + 0x8d, 0x6f, 0x8c, 0xba, 0x20, 0x55, 0x92, 0x51, 0x05, 0x2c, 0xbc, 0x62, 0xae, 0x36, 0xb4, 0xb0, + 0x2b, 0xfa, 0x42, 0x4f, 0x53, 0xa8, 0xad, 0x8e, 0xe1, 0x0f, 0x0d, 0x1e, 0x94, 0x34, 0xee, 0xa3, + 0xfb, 0xe6, 0x50, 0xc3, 0x48, 0x68, 0xae, 0x9a, 0x06, 0xb9, 0xb1, 0x51, 0xd7, 0x0d, 0x73, 0x58, + 0x22, 0xf8, 0x03, 0x72, 0xe0, 0x12, 0x22, 0x5d, 0x2e, 0x70, 0x5e, 0xb7, 0xba, 0x5c, 0xb7, 0xd9, + 0xc2, 0xa7, 0xff, 0x68, 0x0f, 0xfe, 0x58, 0x68, 0x37, 0x12, 0xd9, 0xf2, 0x56, 0x3d, 0x58, 0x37, + 0x37, 0x7a, 0x56, 0xfa, 0xcf, 0xac, 0xf1, 0xa0, 0x81, 0x62, 0x91, 0x52, 0x1e, 0x13, 0x51, 0xc4, + 0x6e, 0x0c, 0xbc, 0x9a, 0xbd, 0x7d, 0x2c, 0xf2, 0x44, 0xde, 0xf0, 0x24, 0xbd, 0x31, 0xd5, 0x37, + 0x7b, 0xe5, 0xc8, 0xf7, 0x7f, 0xd8, 0x3b, 0x47, 0xb5, 0xd2, 0x67, 0x92, 0xd4, 0x65, 0x59, 0x8d, + 0x7a, 0x24, 0x68, 0x93, 0x3f, 0xdb, 0xcc, 0xc4, 0x67, 0x72, 0x62, 0x32, 0x93, 0x51, 0x6f, 0x62, + 0x32, 0xbf, 0xed, 0xdd, 0x7a, 0xc0, 0xf3, 0x7c, 0x26, 0x3d, 0xcf, 0xa4, 0x3c, 0x6f, 0xd4, 0xf3, + 0x3c, 0x93, 0x9b, 0x76, 0xaa, 0xc5, 0xbe, 0xf8, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x7f, 0xc4, 0x20, + 0x7f, 0x3e, 0x05, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/resources/operating_system_version_constant.pb.go b/googleapis/ads/googleads/v1/resources/operating_system_version_constant.pb.go index 74f57ce0ce..187a659484 100644 --- a/googleapis/ads/googleads/v1/resources/operating_system_version_constant.pb.go +++ b/googleapis/ads/googleads/v1/resources/operating_system_version_constant.pb.go @@ -53,7 +53,7 @@ func (m *OperatingSystemVersionConstant) Reset() { *m = OperatingSystemV func (m *OperatingSystemVersionConstant) String() string { return proto.CompactTextString(m) } func (*OperatingSystemVersionConstant) ProtoMessage() {} func (*OperatingSystemVersionConstant) Descriptor() ([]byte, []int) { - return fileDescriptor_operating_system_version_constant_fdf00b399504351d, []int{0} + return fileDescriptor_operating_system_version_constant_d132cf92a34d1924, []int{0} } func (m *OperatingSystemVersionConstant) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperatingSystemVersionConstant.Unmarshal(m, b) @@ -120,10 +120,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/operating_system_version_constant.proto", fileDescriptor_operating_system_version_constant_fdf00b399504351d) + proto.RegisterFile("google/ads/googleads/v1/resources/operating_system_version_constant.proto", fileDescriptor_operating_system_version_constant_d132cf92a34d1924) } -var fileDescriptor_operating_system_version_constant_fdf00b399504351d = []byte{ +var fileDescriptor_operating_system_version_constant_d132cf92a34d1924 = []byte{ // 459 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xdf, 0x6a, 0xd4, 0x40, 0x14, 0xc6, 0x49, 0xb6, 0x16, 0x8c, 0x6d, 0x91, 0x5c, 0x2d, 0xb5, 0x94, 0xad, 0xa5, 0xb0, 0x20, diff --git a/googleapis/ads/googleads/v1/resources/paid_organic_search_term_view.pb.go b/googleapis/ads/googleads/v1/resources/paid_organic_search_term_view.pb.go new file mode 100644 index 0000000000..70567a030c --- /dev/null +++ b/googleapis/ads/googleads/v1/resources/paid_organic_search_term_view.pb.go @@ -0,0 +1,109 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/resources/paid_organic_search_term_view.proto + +package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v1/resources" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import wrappers "github.com/golang/protobuf/ptypes/wrappers" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// A paid organic search term view providing a view of search stats across +// ads and organic listings aggregated by search term at the ad group level. +type PaidOrganicSearchTermView struct { + // The resource name of the search term view. + // Search term view resource names have the form: + // + // `customers/{customer_id}/paidOrganicSearchTermViews/{campaign_id}~ + // {ad_group_id}~{URL-base64 search term}` + ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` + // The search term. + SearchTerm *wrappers.StringValue `protobuf:"bytes,2,opt,name=search_term,json=searchTerm,proto3" json:"search_term,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *PaidOrganicSearchTermView) Reset() { *m = PaidOrganicSearchTermView{} } +func (m *PaidOrganicSearchTermView) String() string { return proto.CompactTextString(m) } +func (*PaidOrganicSearchTermView) ProtoMessage() {} +func (*PaidOrganicSearchTermView) Descriptor() ([]byte, []int) { + return fileDescriptor_paid_organic_search_term_view_f9e1b4e70097c79d, []int{0} +} +func (m *PaidOrganicSearchTermView) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PaidOrganicSearchTermView.Unmarshal(m, b) +} +func (m *PaidOrganicSearchTermView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PaidOrganicSearchTermView.Marshal(b, m, deterministic) +} +func (dst *PaidOrganicSearchTermView) XXX_Merge(src proto.Message) { + xxx_messageInfo_PaidOrganicSearchTermView.Merge(dst, src) +} +func (m *PaidOrganicSearchTermView) XXX_Size() int { + return xxx_messageInfo_PaidOrganicSearchTermView.Size(m) +} +func (m *PaidOrganicSearchTermView) XXX_DiscardUnknown() { + xxx_messageInfo_PaidOrganicSearchTermView.DiscardUnknown(m) +} + +var xxx_messageInfo_PaidOrganicSearchTermView proto.InternalMessageInfo + +func (m *PaidOrganicSearchTermView) GetResourceName() string { + if m != nil { + return m.ResourceName + } + return "" +} + +func (m *PaidOrganicSearchTermView) GetSearchTerm() *wrappers.StringValue { + if m != nil { + return m.SearchTerm + } + return nil +} + +func init() { + proto.RegisterType((*PaidOrganicSearchTermView)(nil), "google.ads.googleads.v1.resources.PaidOrganicSearchTermView") +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/resources/paid_organic_search_term_view.proto", fileDescriptor_paid_organic_search_term_view_f9e1b4e70097c79d) +} + +var fileDescriptor_paid_organic_search_term_view_f9e1b4e70097c79d = []byte{ + // 338 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xc1, 0x4a, 0x33, 0x31, + 0x14, 0x85, 0x99, 0xf9, 0xe1, 0x07, 0xa7, 0xba, 0xe9, 0xaa, 0x96, 0x52, 0x5a, 0xa5, 0xd0, 0x55, + 0xc2, 0xe8, 0x2e, 0xe2, 0x62, 0x0a, 0x52, 0x70, 0xa1, 0xa5, 0x95, 0x59, 0xc8, 0xc0, 0x90, 0x4e, + 0xae, 0x31, 0xd0, 0x49, 0x86, 0x64, 0xda, 0x2e, 0x7d, 0x00, 0xdf, 0xc2, 0xa5, 0x8f, 0xe2, 0xa3, + 0xf8, 0x14, 0xd2, 0xc9, 0x24, 0xb8, 0x51, 0x77, 0x87, 0xdc, 0x73, 0xcf, 0xf9, 0xc2, 0x8d, 0x6e, + 0xb8, 0x52, 0x7c, 0x03, 0x98, 0x32, 0x83, 0xad, 0x3c, 0xa8, 0x5d, 0x8c, 0x35, 0x18, 0xb5, 0xd5, + 0x05, 0x18, 0x5c, 0x51, 0xc1, 0x72, 0xa5, 0x39, 0x95, 0xa2, 0xc8, 0x0d, 0x50, 0x5d, 0x3c, 0xe7, + 0x35, 0xe8, 0x32, 0xdf, 0x09, 0xd8, 0xa3, 0x4a, 0xab, 0x5a, 0x75, 0xc7, 0x76, 0x17, 0x51, 0x66, + 0x90, 0x8f, 0x41, 0xbb, 0x18, 0xf9, 0x98, 0xfe, 0xb0, 0x6d, 0x6a, 0x16, 0xd6, 0xdb, 0x27, 0xbc, + 0xd7, 0xb4, 0xaa, 0x40, 0x1b, 0x1b, 0xd1, 0x1f, 0x38, 0x92, 0x4a, 0x60, 0x2a, 0xa5, 0xaa, 0x69, + 0x2d, 0x94, 0x6c, 0xa7, 0x67, 0x2f, 0xd1, 0xe9, 0x82, 0x0a, 0x76, 0x6f, 0x31, 0x56, 0x0d, 0xc5, + 0x03, 0xe8, 0x32, 0x15, 0xb0, 0xef, 0x9e, 0x47, 0x27, 0xae, 0x27, 0x97, 0xb4, 0x84, 0x5e, 0x30, + 0x0a, 0xa6, 0x47, 0xcb, 0x63, 0xf7, 0x78, 0x47, 0x4b, 0xe8, 0x5e, 0x47, 0x9d, 0x6f, 0xf0, 0xbd, + 0x70, 0x14, 0x4c, 0x3b, 0x17, 0x83, 0x96, 0x16, 0x39, 0x2a, 0xb4, 0xaa, 0xb5, 0x90, 0x3c, 0xa5, + 0x9b, 0x2d, 0x2c, 0x23, 0xe3, 0x7b, 0x66, 0xaf, 0x61, 0x34, 0x29, 0x54, 0x89, 0xfe, 0xfc, 0xe8, + 0x6c, 0xf8, 0x23, 0xe8, 0xe2, 0x50, 0xb2, 0x08, 0x1e, 0x6f, 0xdb, 0x10, 0xae, 0x36, 0x54, 0x72, + 0xa4, 0x34, 0xc7, 0x1c, 0x64, 0x83, 0xe0, 0x8e, 0x50, 0x09, 0xf3, 0xcb, 0x4d, 0xae, 0xbc, 0x7a, + 0x0b, 0xff, 0xcd, 0x93, 0xe4, 0x3d, 0x1c, 0xcf, 0x6d, 0x64, 0xc2, 0x0c, 0xb2, 0xf2, 0xa0, 0xd2, + 0x18, 0x2d, 0x9d, 0xf3, 0xc3, 0x79, 0xb2, 0x84, 0x99, 0xcc, 0x7b, 0xb2, 0x34, 0xce, 0xbc, 0xe7, + 0x33, 0x9c, 0xd8, 0x01, 0x21, 0x09, 0x33, 0x84, 0x78, 0x17, 0x21, 0x69, 0x4c, 0x88, 0xf7, 0xad, + 0xff, 0x37, 0xb0, 0x97, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xf5, 0xba, 0x4f, 0xb5, 0x3f, 0x02, + 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/resources/parental_status_view.pb.go b/googleapis/ads/googleads/v1/resources/parental_status_view.pb.go index 367363c5c0..54bfa0b4d5 100644 --- a/googleapis/ads/googleads/v1/resources/parental_status_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/parental_status_view.pb.go @@ -35,7 +35,7 @@ func (m *ParentalStatusView) Reset() { *m = ParentalStatusView{} } func (m *ParentalStatusView) String() string { return proto.CompactTextString(m) } func (*ParentalStatusView) ProtoMessage() {} func (*ParentalStatusView) Descriptor() ([]byte, []int) { - return fileDescriptor_parental_status_view_603bf00e407a1028, []int{0} + return fileDescriptor_parental_status_view_8da4e3d8777c69cb, []int{0} } func (m *ParentalStatusView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ParentalStatusView.Unmarshal(m, b) @@ -67,10 +67,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/parental_status_view.proto", fileDescriptor_parental_status_view_603bf00e407a1028) + proto.RegisterFile("google/ads/googleads/v1/resources/parental_status_view.proto", fileDescriptor_parental_status_view_8da4e3d8777c69cb) } -var fileDescriptor_parental_status_view_603bf00e407a1028 = []byte{ +var fileDescriptor_parental_status_view_8da4e3d8777c69cb = []byte{ // 275 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xcf, 0x4a, 0xec, 0x30, 0x14, 0xc6, 0x69, 0x2f, 0x5c, 0xb0, 0xe8, 0xa6, 0x1b, 0x45, 0x5c, 0x38, 0xca, 0x80, 0xab, 0x84, diff --git a/googleapis/ads/googleads/v1/resources/payments_account.pb.go b/googleapis/ads/googleads/v1/resources/payments_account.pb.go index 81e48b5449..cf1c3b17aa 100644 --- a/googleapis/ads/googleads/v1/resources/payments_account.pb.go +++ b/googleapis/ads/googleads/v1/resources/payments_account.pb.go @@ -50,7 +50,7 @@ func (m *PaymentsAccount) Reset() { *m = PaymentsAccount{} } func (m *PaymentsAccount) String() string { return proto.CompactTextString(m) } func (*PaymentsAccount) ProtoMessage() {} func (*PaymentsAccount) Descriptor() ([]byte, []int) { - return fileDescriptor_payments_account_260fca266d48e53f, []int{0} + return fileDescriptor_payments_account_f36f45999373b500, []int{0} } func (m *PaymentsAccount) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PaymentsAccount.Unmarshal(m, b) @@ -117,10 +117,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/payments_account.proto", fileDescriptor_payments_account_260fca266d48e53f) + proto.RegisterFile("google/ads/googleads/v1/resources/payments_account.proto", fileDescriptor_payments_account_f36f45999373b500) } -var fileDescriptor_payments_account_260fca266d48e53f = []byte{ +var fileDescriptor_payments_account_f36f45999373b500 = []byte{ // 397 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0x4f, 0xcb, 0xd3, 0x30, 0x18, 0xa7, 0xdd, 0xeb, 0x0b, 0xc6, 0x77, 0x88, 0xd5, 0xc3, 0x18, 0x53, 0x36, 0x65, 0xb0, 0x53, diff --git a/googleapis/ads/googleads/v1/resources/product_bidding_category_constant.pb.go b/googleapis/ads/googleads/v1/resources/product_bidding_category_constant.pb.go index 4c4fbbeb01..8c56da29d2 100644 --- a/googleapis/ads/googleads/v1/resources/product_bidding_category_constant.pb.go +++ b/googleapis/ads/googleads/v1/resources/product_bidding_category_constant.pb.go @@ -55,7 +55,7 @@ func (m *ProductBiddingCategoryConstant) Reset() { *m = ProductBiddingCa func (m *ProductBiddingCategoryConstant) String() string { return proto.CompactTextString(m) } func (*ProductBiddingCategoryConstant) ProtoMessage() {} func (*ProductBiddingCategoryConstant) Descriptor() ([]byte, []int) { - return fileDescriptor_product_bidding_category_constant_63d196cdfaba57b3, []int{0} + return fileDescriptor_product_bidding_category_constant_3b65021211328885, []int{0} } func (m *ProductBiddingCategoryConstant) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductBiddingCategoryConstant.Unmarshal(m, b) @@ -136,41 +136,41 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/product_bidding_category_constant.proto", fileDescriptor_product_bidding_category_constant_63d196cdfaba57b3) -} - -var fileDescriptor_product_bidding_category_constant_63d196cdfaba57b3 = []byte{ - // 507 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xcf, 0x6a, 0xd4, 0x40, - 0x18, 0x27, 0xa9, 0xbb, 0xea, 0x74, 0xb7, 0x87, 0x9c, 0x42, 0x2d, 0x65, 0x6b, 0x15, 0x16, 0x84, - 0x09, 0xa9, 0xe2, 0x21, 0x1e, 0x24, 0x1b, 0xa4, 0x54, 0x44, 0x96, 0x14, 0xf6, 0x50, 0x02, 0x61, - 0x36, 0x33, 0x0e, 0x81, 0x64, 0x26, 0xcc, 0x4c, 0x56, 0xf4, 0x19, 0x7c, 0x01, 0xaf, 0x1e, 0x7d, - 0x14, 0x1f, 0xc5, 0xa7, 0x90, 0xcc, 0x64, 0x72, 0xb1, 0x4d, 0x97, 0xde, 0xbe, 0x64, 0x7e, 0x7f, - 0xbe, 0x7c, 0xbf, 0x6f, 0x02, 0xae, 0x28, 0xe7, 0xb4, 0x22, 0x01, 0xc2, 0x32, 0x30, 0x65, 0x57, - 0xed, 0xc2, 0x40, 0x10, 0xc9, 0x5b, 0x51, 0x10, 0x19, 0x34, 0x82, 0xe3, 0xb6, 0x50, 0xf9, 0xb6, - 0xc4, 0xb8, 0x64, 0x34, 0x2f, 0x90, 0x22, 0x94, 0x8b, 0x6f, 0x79, 0xc1, 0x99, 0x54, 0x88, 0x29, - 0xd8, 0x08, 0xae, 0xb8, 0x77, 0x66, 0xf8, 0x10, 0x61, 0x09, 0x07, 0x29, 0xb8, 0x0b, 0xe1, 0x20, - 0x75, 0xbc, 0xba, 0xcb, 0x8d, 0xb0, 0xb6, 0x1e, 0x71, 0xaa, 0xc8, 0x8e, 0x54, 0xc6, 0xe6, 0x38, - 0x79, 0xa0, 0x86, 0x54, 0x48, 0xb5, 0xb2, 0x17, 0x39, 0xed, 0x45, 0xf4, 0xd3, 0xb6, 0xfd, 0x12, - 0x7c, 0x15, 0xa8, 0x69, 0x88, 0xb0, 0xe7, 0x27, 0xd6, 0xa4, 0x29, 0x03, 0xc4, 0x18, 0x57, 0x48, - 0x95, 0x9c, 0xf5, 0xa7, 0xcf, 0x7f, 0x4e, 0xc0, 0xe9, 0xda, 0xf8, 0xac, 0x8c, 0x4d, 0xd2, 0xbb, - 0x24, 0xfd, 0x48, 0xbc, 0x73, 0x30, 0xb7, 0x9f, 0x9d, 0x33, 0x54, 0x13, 0xdf, 0x59, 0x38, 0xcb, - 0xa7, 0xe9, 0xcc, 0xbe, 0xfc, 0x8c, 0x6a, 0xe2, 0xbd, 0x02, 0x6e, 0x89, 0x7d, 0x77, 0xe1, 0x2c, - 0x0f, 0x2f, 0x9e, 0xf5, 0x33, 0x83, 0xb6, 0x25, 0x78, 0xc5, 0xd4, 0xdb, 0x37, 0x1b, 0x54, 0xb5, - 0x24, 0x75, 0x4b, 0xec, 0xbd, 0x07, 0xb3, 0x82, 0xb7, 0x4c, 0xe9, 0xc1, 0x63, 0xe2, 0x1f, 0x68, - 0xda, 0xc9, 0x7f, 0xb4, 0x6b, 0x25, 0x4a, 0x46, 0x0d, 0xef, 0xb0, 0x67, 0x24, 0x1c, 0x13, 0x4f, - 0x81, 0xe5, 0xbd, 0x51, 0xe6, 0x0d, 0x12, 0x84, 0x29, 0xff, 0xd1, 0x1e, 0xe2, 0x2f, 0x9a, 0xd1, - 0x11, 0xac, 0xb5, 0x92, 0xd7, 0x80, 0x89, 0x4e, 0xcf, 0x9f, 0x2c, 0x9c, 0xe5, 0xd1, 0xc5, 0x0d, - 0xbc, 0x6b, 0x4b, 0x74, 0x7c, 0xf0, 0xf6, 0xb1, 0x7e, 0xea, 0x14, 0x3e, 0xb0, 0xb6, 0x1e, 0x3b, - 0x4f, 0x8d, 0x91, 0xa7, 0xc0, 0xd4, 0x64, 0xed, 0x4f, 0xb5, 0x65, 0xf6, 0x20, 0xcb, 0x6b, 0x2d, - 0x31, 0xe2, 0x69, 0x00, 0x69, 0xef, 0xe5, 0xc5, 0x60, 0x5e, 0x21, 0x46, 0x5b, 0x44, 0x89, 0xc9, - 0xe7, 0xf1, 0x1e, 0x23, 0x9c, 0x59, 0x8a, 0x0e, 0x28, 0x01, 0x47, 0x15, 0x2f, 0x50, 0x55, 0x7e, - 0x27, 0xd8, 0x2c, 0xcd, 0x93, 0x3d, 0x34, 0xe6, 0x03, 0xa7, 0xdb, 0xa9, 0xd5, 0x0f, 0x17, 0xbc, - 0x2c, 0x78, 0x0d, 0xef, 0xbd, 0x8c, 0xab, 0xf3, 0xf1, 0x15, 0x5e, 0x77, 0x66, 0x6b, 0xe7, 0xe6, - 0x63, 0xaf, 0x44, 0x79, 0xd7, 0x2c, 0xe4, 0x82, 0x06, 0x94, 0x30, 0xdd, 0x8a, 0xbd, 0x7f, 0x4d, - 0x29, 0x47, 0x7e, 0x20, 0xef, 0x86, 0xea, 0x97, 0x7b, 0x70, 0x19, 0xc7, 0xbf, 0xdd, 0xb3, 0x4b, - 0x23, 0x19, 0x63, 0x09, 0x4d, 0xd9, 0x55, 0x9b, 0x10, 0xa6, 0x16, 0xf9, 0xc7, 0x62, 0xb2, 0x18, - 0xcb, 0x6c, 0xc0, 0x64, 0x9b, 0x30, 0x1b, 0x30, 0x7f, 0x2d, 0x26, 0x8a, 0x62, 0x2c, 0xa3, 0x68, - 0x40, 0x45, 0xd1, 0x26, 0x8c, 0xa2, 0x2e, 0x3a, 0xb9, 0x9d, 0xea, 0x46, 0x5f, 0xff, 0x0b, 0x00, - 0x00, 0xff, 0xff, 0x28, 0xfe, 0x4a, 0x49, 0xe8, 0x04, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/resources/product_bidding_category_constant.proto", fileDescriptor_product_bidding_category_constant_3b65021211328885) +} + +var fileDescriptor_product_bidding_category_constant_3b65021211328885 = []byte{ + // 510 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0x41, 0x6b, 0xdb, 0x30, + 0x14, 0xc7, 0xb1, 0xbb, 0x64, 0x9b, 0x9a, 0xf4, 0xe0, 0x93, 0xe9, 0x4a, 0x49, 0xd7, 0x15, 0x02, + 0x03, 0x19, 0x77, 0x63, 0x07, 0xef, 0x30, 0x1c, 0x33, 0x4a, 0xc7, 0x18, 0xc1, 0x85, 0x1c, 0x8a, + 0xc1, 0x28, 0x96, 0x26, 0x0c, 0xb6, 0x64, 0x24, 0x39, 0x63, 0xfb, 0x14, 0xbb, 0xee, 0xba, 0xe3, + 0x3e, 0xca, 0x3e, 0xca, 0x3e, 0xc5, 0xb0, 0x64, 0xf9, 0xb2, 0xd5, 0x0d, 0xbd, 0xbd, 0xe4, 0xbd, + 0xff, 0xff, 0xf7, 0xf2, 0xde, 0x53, 0xc0, 0x35, 0xe5, 0x9c, 0x56, 0x24, 0x40, 0x58, 0x06, 0x26, + 0xec, 0xa2, 0x5d, 0x18, 0x08, 0x22, 0x79, 0x2b, 0x0a, 0x22, 0x83, 0x46, 0x70, 0xdc, 0x16, 0x2a, + 0xdf, 0x96, 0x18, 0x97, 0x8c, 0xe6, 0x05, 0x52, 0x84, 0x72, 0xf1, 0x35, 0x2f, 0x38, 0x93, 0x0a, + 0x31, 0x05, 0x1b, 0xc1, 0x15, 0xf7, 0xce, 0x8c, 0x1e, 0x22, 0x2c, 0xe1, 0x60, 0x05, 0x77, 0x21, + 0x1c, 0xac, 0x8e, 0x57, 0x77, 0xd1, 0x08, 0x6b, 0xeb, 0x11, 0x52, 0x45, 0x76, 0xa4, 0x32, 0x98, + 0xe3, 0xe4, 0x81, 0x1e, 0x52, 0x21, 0xd5, 0xca, 0xde, 0xe4, 0xb4, 0x37, 0xd1, 0x9f, 0xb6, 0xed, + 0xe7, 0xe0, 0x8b, 0x40, 0x4d, 0x43, 0x84, 0xcd, 0x9f, 0x58, 0x48, 0x53, 0x06, 0x88, 0x31, 0xae, + 0x90, 0x2a, 0x39, 0xeb, 0xb3, 0xcf, 0x7f, 0x4c, 0xc0, 0xe9, 0xda, 0x70, 0x56, 0x06, 0x93, 0xf4, + 0x94, 0xa4, 0x1f, 0x89, 0x77, 0x0e, 0xe6, 0xf6, 0x67, 0xe7, 0x0c, 0xd5, 0xc4, 0x77, 0x16, 0xce, + 0xf2, 0x69, 0x3a, 0xb3, 0x5f, 0x7e, 0x42, 0x35, 0xf1, 0x5e, 0x02, 0xb7, 0xc4, 0xbe, 0xbb, 0x70, + 0x96, 0x87, 0x97, 0xcf, 0xfa, 0x99, 0x41, 0xdb, 0x12, 0xbc, 0x66, 0xea, 0xcd, 0xeb, 0x0d, 0xaa, + 0x5a, 0x92, 0xba, 0x25, 0xf6, 0xde, 0x81, 0x59, 0xc1, 0x5b, 0xa6, 0xf4, 0xe0, 0x31, 0xf1, 0x0f, + 0xb4, 0xec, 0xe4, 0x1f, 0xd9, 0x8d, 0x12, 0x25, 0xa3, 0x46, 0x77, 0xd8, 0x2b, 0x12, 0x8e, 0x89, + 0xa7, 0xc0, 0xf2, 0xde, 0x55, 0xe6, 0x0d, 0x12, 0x84, 0x29, 0xff, 0xd1, 0x1e, 0xe6, 0x2f, 0x9a, + 0xd1, 0x11, 0xac, 0xb5, 0x93, 0xd7, 0x80, 0x89, 0xde, 0x9e, 0x3f, 0x59, 0x38, 0xcb, 0xa3, 0xcb, + 0x5b, 0x78, 0xd7, 0x95, 0xe8, 0xf5, 0xc1, 0xff, 0x8f, 0xf5, 0x63, 0xe7, 0xf0, 0x9e, 0xb5, 0xf5, + 0x58, 0x3e, 0x35, 0x20, 0x4f, 0x81, 0xa9, 0xd9, 0xb5, 0x3f, 0xd5, 0xc8, 0xec, 0x41, 0xc8, 0x1b, + 0x6d, 0x31, 0xc2, 0x34, 0x05, 0x69, 0xcf, 0xf2, 0x62, 0x30, 0xaf, 0x10, 0xa3, 0x2d, 0xa2, 0xc4, + 0xec, 0xe7, 0xf1, 0x1e, 0x23, 0x9c, 0x59, 0x89, 0x5e, 0x50, 0x02, 0x8e, 0x2a, 0x5e, 0xa0, 0xaa, + 0xfc, 0x46, 0xb0, 0x39, 0x9a, 0x27, 0x7b, 0x78, 0xcc, 0x07, 0x4d, 0x77, 0x53, 0xab, 0xef, 0x2e, + 0xb8, 0x28, 0x78, 0x0d, 0xef, 0x7d, 0x8c, 0xab, 0xf3, 0xf1, 0x13, 0x5e, 0x77, 0xb0, 0xb5, 0x73, + 0xfb, 0xa1, 0x77, 0xa2, 0xbc, 0x6b, 0x16, 0x72, 0x41, 0x03, 0x4a, 0x98, 0x6e, 0xc5, 0xbe, 0xbf, + 0xa6, 0x94, 0x23, 0x7f, 0x20, 0x6f, 0x87, 0xe8, 0xa7, 0x7b, 0x70, 0x15, 0xc7, 0xbf, 0xdc, 0xb3, + 0x2b, 0x63, 0x19, 0x63, 0x09, 0x4d, 0xd8, 0x45, 0x9b, 0x10, 0xa6, 0xb6, 0xf2, 0xb7, 0xad, 0xc9, + 0x62, 0x2c, 0xb3, 0xa1, 0x26, 0xdb, 0x84, 0xd9, 0x50, 0xf3, 0xc7, 0xbd, 0x30, 0x89, 0x28, 0x8a, + 0xb1, 0x8c, 0xa2, 0xa1, 0x2a, 0x8a, 0x36, 0x61, 0x14, 0x0d, 0x75, 0xdb, 0xa9, 0x6e, 0xf6, 0xd5, + 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x85, 0x4e, 0x23, 0x27, 0xec, 0x04, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/resources/product_group_view.pb.go b/googleapis/ads/googleads/v1/resources/product_group_view.pb.go index 477e77c1e8..f1ed8c89fc 100644 --- a/googleapis/ads/googleads/v1/resources/product_group_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/product_group_view.pb.go @@ -35,7 +35,7 @@ func (m *ProductGroupView) Reset() { *m = ProductGroupView{} } func (m *ProductGroupView) String() string { return proto.CompactTextString(m) } func (*ProductGroupView) ProtoMessage() {} func (*ProductGroupView) Descriptor() ([]byte, []int) { - return fileDescriptor_product_group_view_41512f82a814544a, []int{0} + return fileDescriptor_product_group_view_5f62641bcd2a0adf, []int{0} } func (m *ProductGroupView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductGroupView.Unmarshal(m, b) @@ -67,10 +67,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/product_group_view.proto", fileDescriptor_product_group_view_41512f82a814544a) + proto.RegisterFile("google/ads/googleads/v1/resources/product_group_view.proto", fileDescriptor_product_group_view_5f62641bcd2a0adf) } -var fileDescriptor_product_group_view_41512f82a814544a = []byte{ +var fileDescriptor_product_group_view_5f62641bcd2a0adf = []byte{ // 272 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xb1, 0x4a, 0xc4, 0x30, 0x18, 0xc7, 0x69, 0x05, 0xc1, 0xa2, 0x20, 0x07, 0x82, 0x88, 0x83, 0xa7, 0x1c, 0x38, 0x25, 0x04, diff --git a/googleapis/ads/googleads/v1/resources/recommendation.pb.go b/googleapis/ads/googleads/v1/resources/recommendation.pb.go index 7336de3c2c..eef58bc9f2 100644 --- a/googleapis/ads/googleads/v1/resources/recommendation.pb.go +++ b/googleapis/ads/googleads/v1/resources/recommendation.pb.go @@ -67,6 +67,9 @@ type Recommendation struct { // *Recommendation_SearchPartnersOptInRecommendation_ // *Recommendation_MaximizeClicksOptInRecommendation_ // *Recommendation_OptimizeAdRotationRecommendation_ + // *Recommendation_CalloutExtensionRecommendation_ + // *Recommendation_SitelinkExtensionRecommendation_ + // *Recommendation_CallExtensionRecommendation_ // *Recommendation_KeywordMatchTypeRecommendation_ // *Recommendation_MoveUnusedBudgetRecommendation_ Recommendation isRecommendation_Recommendation `protobuf_oneof:"recommendation"` @@ -79,7 +82,7 @@ func (m *Recommendation) Reset() { *m = Recommendation{} } func (m *Recommendation) String() string { return proto.CompactTextString(m) } func (*Recommendation) ProtoMessage() {} func (*Recommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0} + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0} } func (m *Recommendation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation.Unmarshal(m, b) @@ -188,6 +191,18 @@ type Recommendation_OptimizeAdRotationRecommendation_ struct { OptimizeAdRotationRecommendation *Recommendation_OptimizeAdRotationRecommendation `protobuf:"bytes,16,opt,name=optimize_ad_rotation_recommendation,json=optimizeAdRotationRecommendation,proto3,oneof"` } +type Recommendation_CalloutExtensionRecommendation_ struct { + CalloutExtensionRecommendation *Recommendation_CalloutExtensionRecommendation `protobuf:"bytes,17,opt,name=callout_extension_recommendation,json=calloutExtensionRecommendation,proto3,oneof"` +} + +type Recommendation_SitelinkExtensionRecommendation_ struct { + SitelinkExtensionRecommendation *Recommendation_SitelinkExtensionRecommendation `protobuf:"bytes,18,opt,name=sitelink_extension_recommendation,json=sitelinkExtensionRecommendation,proto3,oneof"` +} + +type Recommendation_CallExtensionRecommendation_ struct { + CallExtensionRecommendation *Recommendation_CallExtensionRecommendation `protobuf:"bytes,19,opt,name=call_extension_recommendation,json=callExtensionRecommendation,proto3,oneof"` +} + type Recommendation_KeywordMatchTypeRecommendation_ struct { KeywordMatchTypeRecommendation *Recommendation_KeywordMatchTypeRecommendation `protobuf:"bytes,20,opt,name=keyword_match_type_recommendation,json=keywordMatchTypeRecommendation,proto3,oneof"` } @@ -214,6 +229,12 @@ func (*Recommendation_MaximizeClicksOptInRecommendation_) isRecommendation_Recom func (*Recommendation_OptimizeAdRotationRecommendation_) isRecommendation_Recommendation() {} +func (*Recommendation_CalloutExtensionRecommendation_) isRecommendation_Recommendation() {} + +func (*Recommendation_SitelinkExtensionRecommendation_) isRecommendation_Recommendation() {} + +func (*Recommendation_CallExtensionRecommendation_) isRecommendation_Recommendation() {} + func (*Recommendation_KeywordMatchTypeRecommendation_) isRecommendation_Recommendation() {} func (*Recommendation_MoveUnusedBudgetRecommendation_) isRecommendation_Recommendation() {} @@ -288,6 +309,27 @@ func (m *Recommendation) GetOptimizeAdRotationRecommendation() *Recommendation_O return nil } +func (m *Recommendation) GetCalloutExtensionRecommendation() *Recommendation_CalloutExtensionRecommendation { + if x, ok := m.GetRecommendation().(*Recommendation_CalloutExtensionRecommendation_); ok { + return x.CalloutExtensionRecommendation + } + return nil +} + +func (m *Recommendation) GetSitelinkExtensionRecommendation() *Recommendation_SitelinkExtensionRecommendation { + if x, ok := m.GetRecommendation().(*Recommendation_SitelinkExtensionRecommendation_); ok { + return x.SitelinkExtensionRecommendation + } + return nil +} + +func (m *Recommendation) GetCallExtensionRecommendation() *Recommendation_CallExtensionRecommendation { + if x, ok := m.GetRecommendation().(*Recommendation_CallExtensionRecommendation_); ok { + return x.CallExtensionRecommendation + } + return nil +} + func (m *Recommendation) GetKeywordMatchTypeRecommendation() *Recommendation_KeywordMatchTypeRecommendation { if x, ok := m.GetRecommendation().(*Recommendation_KeywordMatchTypeRecommendation_); ok { return x.KeywordMatchTypeRecommendation @@ -314,6 +356,9 @@ func (*Recommendation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer (*Recommendation_SearchPartnersOptInRecommendation_)(nil), (*Recommendation_MaximizeClicksOptInRecommendation_)(nil), (*Recommendation_OptimizeAdRotationRecommendation_)(nil), + (*Recommendation_CalloutExtensionRecommendation_)(nil), + (*Recommendation_SitelinkExtensionRecommendation_)(nil), + (*Recommendation_CallExtensionRecommendation_)(nil), (*Recommendation_KeywordMatchTypeRecommendation_)(nil), (*Recommendation_MoveUnusedBudgetRecommendation_)(nil), } @@ -368,6 +413,21 @@ func _Recommendation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { if err := b.EncodeMessage(x.OptimizeAdRotationRecommendation); err != nil { return err } + case *Recommendation_CalloutExtensionRecommendation_: + b.EncodeVarint(17<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.CalloutExtensionRecommendation); err != nil { + return err + } + case *Recommendation_SitelinkExtensionRecommendation_: + b.EncodeVarint(18<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.SitelinkExtensionRecommendation); err != nil { + return err + } + case *Recommendation_CallExtensionRecommendation_: + b.EncodeVarint(19<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.CallExtensionRecommendation); err != nil { + return err + } case *Recommendation_KeywordMatchTypeRecommendation_: b.EncodeVarint(20<<3 | proto.WireBytes) if err := b.EncodeMessage(x.KeywordMatchTypeRecommendation); err != nil { @@ -460,6 +520,30 @@ func _Recommendation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto err := b.DecodeMessage(msg) m.Recommendation = &Recommendation_OptimizeAdRotationRecommendation_{msg} return true, err + case 17: // recommendation.callout_extension_recommendation + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(Recommendation_CalloutExtensionRecommendation) + err := b.DecodeMessage(msg) + m.Recommendation = &Recommendation_CalloutExtensionRecommendation_{msg} + return true, err + case 18: // recommendation.sitelink_extension_recommendation + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(Recommendation_SitelinkExtensionRecommendation) + err := b.DecodeMessage(msg) + m.Recommendation = &Recommendation_SitelinkExtensionRecommendation_{msg} + return true, err + case 19: // recommendation.call_extension_recommendation + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(Recommendation_CallExtensionRecommendation) + err := b.DecodeMessage(msg) + m.Recommendation = &Recommendation_CallExtensionRecommendation_{msg} + return true, err case 20: // recommendation.keyword_match_type_recommendation if wire != proto.WireBytes { return true, proto.ErrInternalBadWireType @@ -530,6 +614,21 @@ func _Recommendation_OneofSizer(msg proto.Message) (n int) { n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s + case *Recommendation_CalloutExtensionRecommendation_: + s := proto.Size(x.CalloutExtensionRecommendation) + n += 2 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *Recommendation_SitelinkExtensionRecommendation_: + s := proto.Size(x.SitelinkExtensionRecommendation) + n += 2 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *Recommendation_CallExtensionRecommendation_: + s := proto.Size(x.CallExtensionRecommendation) + n += 2 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s case *Recommendation_KeywordMatchTypeRecommendation_: s := proto.Size(x.KeywordMatchTypeRecommendation) n += 2 // tag and wire @@ -563,7 +662,7 @@ func (m *Recommendation_RecommendationImpact) Reset() { *m = Recommendat func (m *Recommendation_RecommendationImpact) String() string { return proto.CompactTextString(m) } func (*Recommendation_RecommendationImpact) ProtoMessage() {} func (*Recommendation_RecommendationImpact) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 0} + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 0} } func (m *Recommendation_RecommendationImpact) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_RecommendationImpact.Unmarshal(m, b) @@ -619,7 +718,7 @@ func (m *Recommendation_RecommendationMetrics) Reset() { *m = Recommenda func (m *Recommendation_RecommendationMetrics) String() string { return proto.CompactTextString(m) } func (*Recommendation_RecommendationMetrics) ProtoMessage() {} func (*Recommendation_RecommendationMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 1} + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 1} } func (m *Recommendation_RecommendationMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_RecommendationMetrics.Unmarshal(m, b) @@ -696,7 +795,7 @@ func (m *Recommendation_CampaignBudgetRecommendation) String() string { } func (*Recommendation_CampaignBudgetRecommendation) ProtoMessage() {} func (*Recommendation_CampaignBudgetRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 2} + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 2} } func (m *Recommendation_CampaignBudgetRecommendation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_CampaignBudgetRecommendation.Unmarshal(m, b) @@ -758,7 +857,7 @@ func (m *Recommendation_CampaignBudgetRecommendation_CampaignBudgetRecommendatio func (*Recommendation_CampaignBudgetRecommendation_CampaignBudgetRecommendationOption) ProtoMessage() { } func (*Recommendation_CampaignBudgetRecommendation_CampaignBudgetRecommendationOption) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 2, 0} + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 2, 0} } func (m *Recommendation_CampaignBudgetRecommendation_CampaignBudgetRecommendationOption) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_CampaignBudgetRecommendation_CampaignBudgetRecommendationOption.Unmarshal(m, b) @@ -807,7 +906,7 @@ func (m *Recommendation_KeywordRecommendation) Reset() { *m = Recommenda func (m *Recommendation_KeywordRecommendation) String() string { return proto.CompactTextString(m) } func (*Recommendation_KeywordRecommendation) ProtoMessage() {} func (*Recommendation_KeywordRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 3} + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 3} } func (m *Recommendation_KeywordRecommendation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_KeywordRecommendation.Unmarshal(m, b) @@ -841,6 +940,67 @@ func (m *Recommendation_KeywordRecommendation) GetRecommendedCpcBidMicros() *wra return nil } +// The text ad recommendation. +type Recommendation_TextAdRecommendation struct { + // Recommended ad. + Ad *Ad `protobuf:"bytes,1,opt,name=ad,proto3" json:"ad,omitempty"` + // Creation date of the recommended ad. + // YYYY-MM-DD format, e.g., 2018-04-17. + CreationDate *wrappers.StringValue `protobuf:"bytes,2,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"` + // Date, if present, is the earliest when the recommendation will be auto + // applied. + // YYYY-MM-DD format, e.g., 2018-04-17. + AutoApplyDate *wrappers.StringValue `protobuf:"bytes,3,opt,name=auto_apply_date,json=autoApplyDate,proto3" json:"auto_apply_date,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Recommendation_TextAdRecommendation) Reset() { *m = Recommendation_TextAdRecommendation{} } +func (m *Recommendation_TextAdRecommendation) String() string { return proto.CompactTextString(m) } +func (*Recommendation_TextAdRecommendation) ProtoMessage() {} +func (*Recommendation_TextAdRecommendation) Descriptor() ([]byte, []int) { + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 4} +} +func (m *Recommendation_TextAdRecommendation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Recommendation_TextAdRecommendation.Unmarshal(m, b) +} +func (m *Recommendation_TextAdRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Recommendation_TextAdRecommendation.Marshal(b, m, deterministic) +} +func (dst *Recommendation_TextAdRecommendation) XXX_Merge(src proto.Message) { + xxx_messageInfo_Recommendation_TextAdRecommendation.Merge(dst, src) +} +func (m *Recommendation_TextAdRecommendation) XXX_Size() int { + return xxx_messageInfo_Recommendation_TextAdRecommendation.Size(m) +} +func (m *Recommendation_TextAdRecommendation) XXX_DiscardUnknown() { + xxx_messageInfo_Recommendation_TextAdRecommendation.DiscardUnknown(m) +} + +var xxx_messageInfo_Recommendation_TextAdRecommendation proto.InternalMessageInfo + +func (m *Recommendation_TextAdRecommendation) GetAd() *Ad { + if m != nil { + return m.Ad + } + return nil +} + +func (m *Recommendation_TextAdRecommendation) GetCreationDate() *wrappers.StringValue { + if m != nil { + return m.CreationDate + } + return nil +} + +func (m *Recommendation_TextAdRecommendation) GetAutoApplyDate() *wrappers.StringValue { + if m != nil { + return m.AutoApplyDate + } + return nil +} + // The Target CPA opt-in recommendation. type Recommendation_TargetCpaOptInRecommendation struct { // The available goals and corresponding options for Target CPA strategy. @@ -861,7 +1021,7 @@ func (m *Recommendation_TargetCpaOptInRecommendation) String() string { } func (*Recommendation_TargetCpaOptInRecommendation) ProtoMessage() {} func (*Recommendation_TargetCpaOptInRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 4} + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 5} } func (m *Recommendation_TargetCpaOptInRecommendation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_TargetCpaOptInRecommendation.Unmarshal(m, b) @@ -922,7 +1082,7 @@ func (m *Recommendation_TargetCpaOptInRecommendation_TargetCpaOptInRecommendatio func (*Recommendation_TargetCpaOptInRecommendation_TargetCpaOptInRecommendationOption) ProtoMessage() { } func (*Recommendation_TargetCpaOptInRecommendation_TargetCpaOptInRecommendationOption) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 4, 0} + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 5, 0} } func (m *Recommendation_TargetCpaOptInRecommendation_TargetCpaOptInRecommendationOption) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_TargetCpaOptInRecommendation_TargetCpaOptInRecommendationOption.Unmarshal(m, b) @@ -970,118 +1130,57 @@ func (m *Recommendation_TargetCpaOptInRecommendation_TargetCpaOptInRecommendatio return nil } -// The move unused budget recommendation. -type Recommendation_MoveUnusedBudgetRecommendation struct { - // The excess budget's resource_name. - ExcessCampaignBudget *wrappers.StringValue `protobuf:"bytes,1,opt,name=excess_campaign_budget,json=excessCampaignBudget,proto3" json:"excess_campaign_budget,omitempty"` - // The recommendation for the constrained budget to increase. - BudgetRecommendation *Recommendation_CampaignBudgetRecommendation `protobuf:"bytes,2,opt,name=budget_recommendation,json=budgetRecommendation,proto3" json:"budget_recommendation,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +// The keyword match type recommendation. +type Recommendation_KeywordMatchTypeRecommendation struct { + // The existing keyword where the match type should be more broad. + Keyword *common.KeywordInfo `protobuf:"bytes,1,opt,name=keyword,proto3" json:"keyword,omitempty"` + // The recommended new match type. + RecommendedMatchType enums.KeywordMatchTypeEnum_KeywordMatchType `protobuf:"varint,2,opt,name=recommended_match_type,json=recommendedMatchType,proto3,enum=google.ads.googleads.v1.enums.KeywordMatchTypeEnum_KeywordMatchType" json:"recommended_match_type,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *Recommendation_MoveUnusedBudgetRecommendation) Reset() { - *m = Recommendation_MoveUnusedBudgetRecommendation{} +func (m *Recommendation_KeywordMatchTypeRecommendation) Reset() { + *m = Recommendation_KeywordMatchTypeRecommendation{} } -func (m *Recommendation_MoveUnusedBudgetRecommendation) String() string { +func (m *Recommendation_KeywordMatchTypeRecommendation) String() string { return proto.CompactTextString(m) } -func (*Recommendation_MoveUnusedBudgetRecommendation) ProtoMessage() {} -func (*Recommendation_MoveUnusedBudgetRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 5} -} -func (m *Recommendation_MoveUnusedBudgetRecommendation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Recommendation_MoveUnusedBudgetRecommendation.Unmarshal(m, b) -} -func (m *Recommendation_MoveUnusedBudgetRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Recommendation_MoveUnusedBudgetRecommendation.Marshal(b, m, deterministic) -} -func (dst *Recommendation_MoveUnusedBudgetRecommendation) XXX_Merge(src proto.Message) { - xxx_messageInfo_Recommendation_MoveUnusedBudgetRecommendation.Merge(dst, src) -} -func (m *Recommendation_MoveUnusedBudgetRecommendation) XXX_Size() int { - return xxx_messageInfo_Recommendation_MoveUnusedBudgetRecommendation.Size(m) -} -func (m *Recommendation_MoveUnusedBudgetRecommendation) XXX_DiscardUnknown() { - xxx_messageInfo_Recommendation_MoveUnusedBudgetRecommendation.DiscardUnknown(m) -} - -var xxx_messageInfo_Recommendation_MoveUnusedBudgetRecommendation proto.InternalMessageInfo - -func (m *Recommendation_MoveUnusedBudgetRecommendation) GetExcessCampaignBudget() *wrappers.StringValue { - if m != nil { - return m.ExcessCampaignBudget - } - return nil -} - -func (m *Recommendation_MoveUnusedBudgetRecommendation) GetBudgetRecommendation() *Recommendation_CampaignBudgetRecommendation { - if m != nil { - return m.BudgetRecommendation - } - return nil -} - -// The text ad recommendation. -type Recommendation_TextAdRecommendation struct { - // Recommended ad. - Ad *Ad `protobuf:"bytes,1,opt,name=ad,proto3" json:"ad,omitempty"` - // Creation date of the recommended ad. - // YYYY-MM-DD format, e.g., 2018-04-17. - CreationDate *wrappers.StringValue `protobuf:"bytes,2,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"` - // Date, if present, is the earliest when the recommendation will be auto - // applied. - // YYYY-MM-DD format, e.g., 2018-04-17. - AutoApplyDate *wrappers.StringValue `protobuf:"bytes,3,opt,name=auto_apply_date,json=autoApplyDate,proto3" json:"auto_apply_date,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Recommendation_TextAdRecommendation) Reset() { *m = Recommendation_TextAdRecommendation{} } -func (m *Recommendation_TextAdRecommendation) String() string { return proto.CompactTextString(m) } -func (*Recommendation_TextAdRecommendation) ProtoMessage() {} -func (*Recommendation_TextAdRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 6} +func (*Recommendation_KeywordMatchTypeRecommendation) ProtoMessage() {} +func (*Recommendation_KeywordMatchTypeRecommendation) Descriptor() ([]byte, []int) { + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 6} } -func (m *Recommendation_TextAdRecommendation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Recommendation_TextAdRecommendation.Unmarshal(m, b) +func (m *Recommendation_KeywordMatchTypeRecommendation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation.Unmarshal(m, b) } -func (m *Recommendation_TextAdRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Recommendation_TextAdRecommendation.Marshal(b, m, deterministic) +func (m *Recommendation_KeywordMatchTypeRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation.Marshal(b, m, deterministic) } -func (dst *Recommendation_TextAdRecommendation) XXX_Merge(src proto.Message) { - xxx_messageInfo_Recommendation_TextAdRecommendation.Merge(dst, src) +func (dst *Recommendation_KeywordMatchTypeRecommendation) XXX_Merge(src proto.Message) { + xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation.Merge(dst, src) } -func (m *Recommendation_TextAdRecommendation) XXX_Size() int { - return xxx_messageInfo_Recommendation_TextAdRecommendation.Size(m) +func (m *Recommendation_KeywordMatchTypeRecommendation) XXX_Size() int { + return xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation.Size(m) } -func (m *Recommendation_TextAdRecommendation) XXX_DiscardUnknown() { - xxx_messageInfo_Recommendation_TextAdRecommendation.DiscardUnknown(m) +func (m *Recommendation_KeywordMatchTypeRecommendation) XXX_DiscardUnknown() { + xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation.DiscardUnknown(m) } -var xxx_messageInfo_Recommendation_TextAdRecommendation proto.InternalMessageInfo - -func (m *Recommendation_TextAdRecommendation) GetAd() *Ad { - if m != nil { - return m.Ad - } - return nil -} +var xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation proto.InternalMessageInfo -func (m *Recommendation_TextAdRecommendation) GetCreationDate() *wrappers.StringValue { +func (m *Recommendation_KeywordMatchTypeRecommendation) GetKeyword() *common.KeywordInfo { if m != nil { - return m.CreationDate + return m.Keyword } return nil } -func (m *Recommendation_TextAdRecommendation) GetAutoApplyDate() *wrappers.StringValue { +func (m *Recommendation_KeywordMatchTypeRecommendation) GetRecommendedMatchType() enums.KeywordMatchTypeEnum_KeywordMatchType { if m != nil { - return m.AutoApplyDate + return m.RecommendedMatchType } - return nil + return enums.KeywordMatchTypeEnum_UNSPECIFIED } // The Maximize Conversions Opt-In recommendation. @@ -1101,7 +1200,7 @@ func (m *Recommendation_MaximizeConversionsOptInRecommendation) String() string } func (*Recommendation_MaximizeConversionsOptInRecommendation) ProtoMessage() {} func (*Recommendation_MaximizeConversionsOptInRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 7} + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 7} } func (m *Recommendation_MaximizeConversionsOptInRecommendation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_MaximizeConversionsOptInRecommendation.Unmarshal(m, b) @@ -1143,7 +1242,7 @@ func (m *Recommendation_EnhancedCpcOptInRecommendation) String() string { } func (*Recommendation_EnhancedCpcOptInRecommendation) ProtoMessage() {} func (*Recommendation_EnhancedCpcOptInRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 8} + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 8} } func (m *Recommendation_EnhancedCpcOptInRecommendation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_EnhancedCpcOptInRecommendation.Unmarshal(m, b) @@ -1163,6 +1262,85 @@ func (m *Recommendation_EnhancedCpcOptInRecommendation) XXX_DiscardUnknown() { var xxx_messageInfo_Recommendation_EnhancedCpcOptInRecommendation proto.InternalMessageInfo +// The Call extension recommendation. +type Recommendation_CallExtensionRecommendation struct { + // Call extensions recommended to be added. + RecommendedExtensions []*common.CallFeedItem `protobuf:"bytes,1,rep,name=recommended_extensions,json=recommendedExtensions,proto3" json:"recommended_extensions,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Recommendation_CallExtensionRecommendation) Reset() { + *m = Recommendation_CallExtensionRecommendation{} +} +func (m *Recommendation_CallExtensionRecommendation) String() string { + return proto.CompactTextString(m) +} +func (*Recommendation_CallExtensionRecommendation) ProtoMessage() {} +func (*Recommendation_CallExtensionRecommendation) Descriptor() ([]byte, []int) { + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 9} +} +func (m *Recommendation_CallExtensionRecommendation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Recommendation_CallExtensionRecommendation.Unmarshal(m, b) +} +func (m *Recommendation_CallExtensionRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Recommendation_CallExtensionRecommendation.Marshal(b, m, deterministic) +} +func (dst *Recommendation_CallExtensionRecommendation) XXX_Merge(src proto.Message) { + xxx_messageInfo_Recommendation_CallExtensionRecommendation.Merge(dst, src) +} +func (m *Recommendation_CallExtensionRecommendation) XXX_Size() int { + return xxx_messageInfo_Recommendation_CallExtensionRecommendation.Size(m) +} +func (m *Recommendation_CallExtensionRecommendation) XXX_DiscardUnknown() { + xxx_messageInfo_Recommendation_CallExtensionRecommendation.DiscardUnknown(m) +} + +var xxx_messageInfo_Recommendation_CallExtensionRecommendation proto.InternalMessageInfo + +func (m *Recommendation_CallExtensionRecommendation) GetRecommendedExtensions() []*common.CallFeedItem { + if m != nil { + return m.RecommendedExtensions + } + return nil +} + +// The Search Partners Opt-In recommendation. +type Recommendation_SearchPartnersOptInRecommendation struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Recommendation_SearchPartnersOptInRecommendation) Reset() { + *m = Recommendation_SearchPartnersOptInRecommendation{} +} +func (m *Recommendation_SearchPartnersOptInRecommendation) String() string { + return proto.CompactTextString(m) +} +func (*Recommendation_SearchPartnersOptInRecommendation) ProtoMessage() {} +func (*Recommendation_SearchPartnersOptInRecommendation) Descriptor() ([]byte, []int) { + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 10} +} +func (m *Recommendation_SearchPartnersOptInRecommendation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.Unmarshal(m, b) +} +func (m *Recommendation_SearchPartnersOptInRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.Marshal(b, m, deterministic) +} +func (dst *Recommendation_SearchPartnersOptInRecommendation) XXX_Merge(src proto.Message) { + xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.Merge(dst, src) +} +func (m *Recommendation_SearchPartnersOptInRecommendation) XXX_Size() int { + return xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.Size(m) +} +func (m *Recommendation_SearchPartnersOptInRecommendation) XXX_DiscardUnknown() { + xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.DiscardUnknown(m) +} + +var xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation proto.InternalMessageInfo + // The Maximize Clicks opt-in recommendation. type Recommendation_MaximizeClicksOptInRecommendation struct { // The recommended new budget amount. @@ -1181,7 +1359,7 @@ func (m *Recommendation_MaximizeClicksOptInRecommendation) String() string { } func (*Recommendation_MaximizeClicksOptInRecommendation) ProtoMessage() {} func (*Recommendation_MaximizeClicksOptInRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 9} + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 11} } func (m *Recommendation_MaximizeClicksOptInRecommendation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_MaximizeClicksOptInRecommendation.Unmarshal(m, b) @@ -1223,7 +1401,7 @@ func (m *Recommendation_OptimizeAdRotationRecommendation) String() string { } func (*Recommendation_OptimizeAdRotationRecommendation) ProtoMessage() {} func (*Recommendation_OptimizeAdRotationRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 10} + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 12} } func (m *Recommendation_OptimizeAdRotationRecommendation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_OptimizeAdRotationRecommendation.Unmarshal(m, b) @@ -1243,92 +1421,145 @@ func (m *Recommendation_OptimizeAdRotationRecommendation) XXX_DiscardUnknown() { var xxx_messageInfo_Recommendation_OptimizeAdRotationRecommendation proto.InternalMessageInfo -// The Search Partners Opt-In recommendation. -type Recommendation_SearchPartnersOptInRecommendation struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +// The move unused budget recommendation. +type Recommendation_MoveUnusedBudgetRecommendation struct { + // The excess budget's resource_name. + ExcessCampaignBudget *wrappers.StringValue `protobuf:"bytes,1,opt,name=excess_campaign_budget,json=excessCampaignBudget,proto3" json:"excess_campaign_budget,omitempty"` + // The recommendation for the constrained budget to increase. + BudgetRecommendation *Recommendation_CampaignBudgetRecommendation `protobuf:"bytes,2,opt,name=budget_recommendation,json=budgetRecommendation,proto3" json:"budget_recommendation,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *Recommendation_SearchPartnersOptInRecommendation) Reset() { - *m = Recommendation_SearchPartnersOptInRecommendation{} +func (m *Recommendation_MoveUnusedBudgetRecommendation) Reset() { + *m = Recommendation_MoveUnusedBudgetRecommendation{} } -func (m *Recommendation_SearchPartnersOptInRecommendation) String() string { +func (m *Recommendation_MoveUnusedBudgetRecommendation) String() string { return proto.CompactTextString(m) } -func (*Recommendation_SearchPartnersOptInRecommendation) ProtoMessage() {} -func (*Recommendation_SearchPartnersOptInRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 11} +func (*Recommendation_MoveUnusedBudgetRecommendation) ProtoMessage() {} +func (*Recommendation_MoveUnusedBudgetRecommendation) Descriptor() ([]byte, []int) { + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 13} } -func (m *Recommendation_SearchPartnersOptInRecommendation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.Unmarshal(m, b) +func (m *Recommendation_MoveUnusedBudgetRecommendation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Recommendation_MoveUnusedBudgetRecommendation.Unmarshal(m, b) } -func (m *Recommendation_SearchPartnersOptInRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.Marshal(b, m, deterministic) +func (m *Recommendation_MoveUnusedBudgetRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Recommendation_MoveUnusedBudgetRecommendation.Marshal(b, m, deterministic) } -func (dst *Recommendation_SearchPartnersOptInRecommendation) XXX_Merge(src proto.Message) { - xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.Merge(dst, src) +func (dst *Recommendation_MoveUnusedBudgetRecommendation) XXX_Merge(src proto.Message) { + xxx_messageInfo_Recommendation_MoveUnusedBudgetRecommendation.Merge(dst, src) } -func (m *Recommendation_SearchPartnersOptInRecommendation) XXX_Size() int { - return xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.Size(m) +func (m *Recommendation_MoveUnusedBudgetRecommendation) XXX_Size() int { + return xxx_messageInfo_Recommendation_MoveUnusedBudgetRecommendation.Size(m) } -func (m *Recommendation_SearchPartnersOptInRecommendation) XXX_DiscardUnknown() { - xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.DiscardUnknown(m) +func (m *Recommendation_MoveUnusedBudgetRecommendation) XXX_DiscardUnknown() { + xxx_messageInfo_Recommendation_MoveUnusedBudgetRecommendation.DiscardUnknown(m) } -var xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation proto.InternalMessageInfo +var xxx_messageInfo_Recommendation_MoveUnusedBudgetRecommendation proto.InternalMessageInfo -// The keyword match type recommendation. -type Recommendation_KeywordMatchTypeRecommendation struct { - // The existing keyword where the match type should be more broad. - Keyword *common.KeywordInfo `protobuf:"bytes,1,opt,name=keyword,proto3" json:"keyword,omitempty"` - // The recommended new match type. - RecommendedMatchType enums.KeywordMatchTypeEnum_KeywordMatchType `protobuf:"varint,2,opt,name=recommended_match_type,json=recommendedMatchType,proto3,enum=google.ads.googleads.v1.enums.KeywordMatchTypeEnum_KeywordMatchType" json:"recommended_match_type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +func (m *Recommendation_MoveUnusedBudgetRecommendation) GetExcessCampaignBudget() *wrappers.StringValue { + if m != nil { + return m.ExcessCampaignBudget + } + return nil } -func (m *Recommendation_KeywordMatchTypeRecommendation) Reset() { - *m = Recommendation_KeywordMatchTypeRecommendation{} +func (m *Recommendation_MoveUnusedBudgetRecommendation) GetBudgetRecommendation() *Recommendation_CampaignBudgetRecommendation { + if m != nil { + return m.BudgetRecommendation + } + return nil } -func (m *Recommendation_KeywordMatchTypeRecommendation) String() string { + +// The Callout extension recommendation. +type Recommendation_CalloutExtensionRecommendation struct { + // Callout extensions recommended to be added. + RecommendedExtensions []*common.CalloutFeedItem `protobuf:"bytes,1,rep,name=recommended_extensions,json=recommendedExtensions,proto3" json:"recommended_extensions,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Recommendation_CalloutExtensionRecommendation) Reset() { + *m = Recommendation_CalloutExtensionRecommendation{} +} +func (m *Recommendation_CalloutExtensionRecommendation) String() string { return proto.CompactTextString(m) } -func (*Recommendation_KeywordMatchTypeRecommendation) ProtoMessage() {} -func (*Recommendation_KeywordMatchTypeRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 12} +func (*Recommendation_CalloutExtensionRecommendation) ProtoMessage() {} +func (*Recommendation_CalloutExtensionRecommendation) Descriptor() ([]byte, []int) { + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 14} } -func (m *Recommendation_KeywordMatchTypeRecommendation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation.Unmarshal(m, b) +func (m *Recommendation_CalloutExtensionRecommendation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Recommendation_CalloutExtensionRecommendation.Unmarshal(m, b) } -func (m *Recommendation_KeywordMatchTypeRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation.Marshal(b, m, deterministic) +func (m *Recommendation_CalloutExtensionRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Recommendation_CalloutExtensionRecommendation.Marshal(b, m, deterministic) } -func (dst *Recommendation_KeywordMatchTypeRecommendation) XXX_Merge(src proto.Message) { - xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation.Merge(dst, src) +func (dst *Recommendation_CalloutExtensionRecommendation) XXX_Merge(src proto.Message) { + xxx_messageInfo_Recommendation_CalloutExtensionRecommendation.Merge(dst, src) } -func (m *Recommendation_KeywordMatchTypeRecommendation) XXX_Size() int { - return xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation.Size(m) +func (m *Recommendation_CalloutExtensionRecommendation) XXX_Size() int { + return xxx_messageInfo_Recommendation_CalloutExtensionRecommendation.Size(m) } -func (m *Recommendation_KeywordMatchTypeRecommendation) XXX_DiscardUnknown() { - xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation.DiscardUnknown(m) +func (m *Recommendation_CalloutExtensionRecommendation) XXX_DiscardUnknown() { + xxx_messageInfo_Recommendation_CalloutExtensionRecommendation.DiscardUnknown(m) } -var xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation proto.InternalMessageInfo +var xxx_messageInfo_Recommendation_CalloutExtensionRecommendation proto.InternalMessageInfo -func (m *Recommendation_KeywordMatchTypeRecommendation) GetKeyword() *common.KeywordInfo { +func (m *Recommendation_CalloutExtensionRecommendation) GetRecommendedExtensions() []*common.CalloutFeedItem { if m != nil { - return m.Keyword + return m.RecommendedExtensions } return nil } -func (m *Recommendation_KeywordMatchTypeRecommendation) GetRecommendedMatchType() enums.KeywordMatchTypeEnum_KeywordMatchType { +// The Sitelink extension recommendation. +type Recommendation_SitelinkExtensionRecommendation struct { + // Sitelink extensions recommended to be added. + RecommendedExtensions []*common.SitelinkFeedItem `protobuf:"bytes,1,rep,name=recommended_extensions,json=recommendedExtensions,proto3" json:"recommended_extensions,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Recommendation_SitelinkExtensionRecommendation) Reset() { + *m = Recommendation_SitelinkExtensionRecommendation{} +} +func (m *Recommendation_SitelinkExtensionRecommendation) String() string { + return proto.CompactTextString(m) +} +func (*Recommendation_SitelinkExtensionRecommendation) ProtoMessage() {} +func (*Recommendation_SitelinkExtensionRecommendation) Descriptor() ([]byte, []int) { + return fileDescriptor_recommendation_f16744120f29f1ae, []int{0, 15} +} +func (m *Recommendation_SitelinkExtensionRecommendation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Recommendation_SitelinkExtensionRecommendation.Unmarshal(m, b) +} +func (m *Recommendation_SitelinkExtensionRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Recommendation_SitelinkExtensionRecommendation.Marshal(b, m, deterministic) +} +func (dst *Recommendation_SitelinkExtensionRecommendation) XXX_Merge(src proto.Message) { + xxx_messageInfo_Recommendation_SitelinkExtensionRecommendation.Merge(dst, src) +} +func (m *Recommendation_SitelinkExtensionRecommendation) XXX_Size() int { + return xxx_messageInfo_Recommendation_SitelinkExtensionRecommendation.Size(m) +} +func (m *Recommendation_SitelinkExtensionRecommendation) XXX_DiscardUnknown() { + xxx_messageInfo_Recommendation_SitelinkExtensionRecommendation.DiscardUnknown(m) +} + +var xxx_messageInfo_Recommendation_SitelinkExtensionRecommendation proto.InternalMessageInfo + +func (m *Recommendation_SitelinkExtensionRecommendation) GetRecommendedExtensions() []*common.SitelinkFeedItem { if m != nil { - return m.RecommendedMatchType + return m.RecommendedExtensions } - return enums.KeywordMatchTypeEnum_UNSPECIFIED + return nil } func init() { @@ -1338,116 +1569,130 @@ func init() { proto.RegisterType((*Recommendation_CampaignBudgetRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.CampaignBudgetRecommendation") proto.RegisterType((*Recommendation_CampaignBudgetRecommendation_CampaignBudgetRecommendationOption)(nil), "google.ads.googleads.v1.resources.Recommendation.CampaignBudgetRecommendation.CampaignBudgetRecommendationOption") proto.RegisterType((*Recommendation_KeywordRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.KeywordRecommendation") + proto.RegisterType((*Recommendation_TextAdRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.TextAdRecommendation") proto.RegisterType((*Recommendation_TargetCpaOptInRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.TargetCpaOptInRecommendation") proto.RegisterType((*Recommendation_TargetCpaOptInRecommendation_TargetCpaOptInRecommendationOption)(nil), "google.ads.googleads.v1.resources.Recommendation.TargetCpaOptInRecommendation.TargetCpaOptInRecommendationOption") - proto.RegisterType((*Recommendation_MoveUnusedBudgetRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.MoveUnusedBudgetRecommendation") - proto.RegisterType((*Recommendation_TextAdRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.TextAdRecommendation") + proto.RegisterType((*Recommendation_KeywordMatchTypeRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.KeywordMatchTypeRecommendation") proto.RegisterType((*Recommendation_MaximizeConversionsOptInRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.MaximizeConversionsOptInRecommendation") proto.RegisterType((*Recommendation_EnhancedCpcOptInRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.EnhancedCpcOptInRecommendation") + proto.RegisterType((*Recommendation_CallExtensionRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.CallExtensionRecommendation") + proto.RegisterType((*Recommendation_SearchPartnersOptInRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.SearchPartnersOptInRecommendation") proto.RegisterType((*Recommendation_MaximizeClicksOptInRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.MaximizeClicksOptInRecommendation") proto.RegisterType((*Recommendation_OptimizeAdRotationRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.OptimizeAdRotationRecommendation") - proto.RegisterType((*Recommendation_SearchPartnersOptInRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.SearchPartnersOptInRecommendation") - proto.RegisterType((*Recommendation_KeywordMatchTypeRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.KeywordMatchTypeRecommendation") + proto.RegisterType((*Recommendation_MoveUnusedBudgetRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.MoveUnusedBudgetRecommendation") + proto.RegisterType((*Recommendation_CalloutExtensionRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.CalloutExtensionRecommendation") + proto.RegisterType((*Recommendation_SitelinkExtensionRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.SitelinkExtensionRecommendation") } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/recommendation.proto", fileDescriptor_recommendation_e8cdb56e529506e5) -} - -var fileDescriptor_recommendation_e8cdb56e529506e5 = []byte{ - // 1502 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0xcf, 0x6f, 0xdc, 0xc4, - 0x17, 0xff, 0x7a, 0x93, 0x26, 0xed, 0xdb, 0x64, 0xd3, 0xce, 0x77, 0x13, 0x16, 0x13, 0x56, 0x9b, - 0x54, 0xa9, 0xa2, 0x22, 0x76, 0x95, 0x50, 0xda, 0x6a, 0xf9, 0x21, 0x6d, 0x7e, 0x90, 0x06, 0x94, - 0x36, 0x72, 0x4b, 0x54, 0xa1, 0xa8, 0xd6, 0xac, 0x3d, 0xdd, 0x9a, 0xac, 0x3d, 0xae, 0x3d, 0xde, - 0x26, 0x3d, 0xa0, 0x4a, 0x9c, 0x10, 0x12, 0x47, 0xd4, 0x0b, 0x1c, 0xe0, 0x80, 0x04, 0x77, 0xd4, - 0xff, 0x00, 0xa9, 0xd7, 0x4a, 0xfc, 0x03, 0xdc, 0xf8, 0x0b, 0x10, 0x27, 0xe4, 0xf1, 0xd8, 0xf1, - 0xfe, 0xb0, 0xbd, 0xbb, 0xb4, 0xdc, 0x6c, 0xcf, 0xfb, 0x7c, 0xde, 0x67, 0xde, 0xbc, 0x99, 0x79, - 0xcf, 0x70, 0xb5, 0x45, 0x69, 0xab, 0x4d, 0x6a, 0x58, 0x77, 0x6b, 0xc1, 0xa3, 0xff, 0xd4, 0x59, - 0xab, 0x39, 0xc4, 0xa5, 0x9e, 0xa3, 0x11, 0xb7, 0xe6, 0x10, 0x8d, 0x9a, 0x26, 0xb1, 0x74, 0xcc, - 0x0c, 0x6a, 0x55, 0x6d, 0x87, 0x32, 0x8a, 0x96, 0x02, 0xe3, 0x2a, 0xd6, 0xdd, 0x6a, 0x84, 0xab, - 0x76, 0xd6, 0xaa, 0x11, 0x4e, 0x7e, 0x3b, 0x89, 0xda, 0xa7, 0xa3, 0x56, 0x4d, 0x73, 0x0c, 0x46, - 0x1c, 0x03, 0x07, 0x8c, 0x72, 0xa2, 0x12, 0x62, 0x79, 0xa6, 0x5b, 0x3b, 0x22, 0x27, 0x8f, 0xa8, - 0xa3, 0xab, 0x26, 0x66, 0xda, 0x03, 0x95, 0x9d, 0xd8, 0x44, 0xe0, 0xae, 0xa5, 0xe3, 0xba, 0xd5, - 0xc7, 0x81, 0xbb, 0xe9, 0x40, 0x86, 0x9d, 0x16, 0x61, 0xaa, 0x66, 0x63, 0x95, 0xda, 0x4c, 0x35, - 0x2c, 0xb5, 0x87, 0xaa, 0x45, 0x71, 0x5b, 0x50, 0x5d, 0xce, 0x8e, 0x22, 0xd6, 0x85, 0x6d, 0x59, - 0xd8, 0xf2, 0xb7, 0xa6, 0x77, 0xbf, 0xf6, 0xc8, 0xc1, 0xb6, 0x4d, 0x1c, 0x57, 0x8c, 0x2f, 0x86, - 0x5c, 0xb6, 0x51, 0xc3, 0x96, 0x45, 0x19, 0xf7, 0x26, 0x46, 0x97, 0x7f, 0xb9, 0x0c, 0x05, 0xa5, - 0x4b, 0x07, 0xba, 0x08, 0xb3, 0xa1, 0x1b, 0xd5, 0xc2, 0x26, 0x29, 0x49, 0x15, 0x69, 0xf5, 0x9c, - 0x32, 0x13, 0x7e, 0xbc, 0x89, 0x4d, 0x82, 0x0e, 0x61, 0xd2, 0x9f, 0x7a, 0x29, 0x57, 0x91, 0x56, - 0x0b, 0xeb, 0x37, 0xaa, 0x49, 0xcb, 0xc7, 0xe7, 0x5e, 0xed, 0xf6, 0x70, 0xe7, 0xc4, 0x26, 0xdb, - 0x96, 0x67, 0x0e, 0xf8, 0xac, 0x70, 0x56, 0x74, 0x0f, 0xa6, 0x0c, 0xd3, 0xc6, 0x1a, 0x2b, 0x4d, - 0x54, 0xa4, 0xd5, 0xfc, 0xfa, 0x47, 0xd5, 0xcc, 0xf4, 0xe8, 0x21, 0xeb, 0x79, 0xdd, 0xe5, 0x6c, - 0x8a, 0x60, 0x45, 0xdb, 0x30, 0xa7, 0x61, 0xd3, 0xc6, 0x46, 0xcb, 0x52, 0x9b, 0x9e, 0xde, 0x22, - 0xac, 0x74, 0x86, 0x3b, 0x5a, 0x0c, 0x1d, 0x85, 0xd1, 0xac, 0xde, 0x66, 0x8e, 0x61, 0xb5, 0x0e, - 0x70, 0xdb, 0x23, 0x4a, 0x21, 0x04, 0x6d, 0x70, 0x0c, 0xba, 0x0e, 0x67, 0xc3, 0x2f, 0xa5, 0xa9, - 0x21, 0xf0, 0x91, 0x35, 0xba, 0x06, 0x67, 0xb1, 0xae, 0xb6, 0x1c, 0xea, 0xd9, 0xa5, 0xe9, 0x21, - 0x90, 0xd3, 0x58, 0xdf, 0xf1, 0x8d, 0xd1, 0x75, 0x38, 0xa7, 0x1b, 0xae, 0x69, 0xb8, 0x2e, 0xd1, - 0x4b, 0xb3, 0x1c, 0x29, 0xf7, 0x21, 0x37, 0x28, 0x6d, 0x07, 0xb8, 0x53, 0x63, 0xf4, 0xad, 0x04, - 0xe5, 0x9e, 0x49, 0xf7, 0x64, 0x60, 0x69, 0x92, 0xf3, 0xdd, 0x1c, 0x3d, 0xd8, 0x9b, 0x5d, 0x71, - 0xe9, 0x1e, 0xbc, 0xf1, 0x3f, 0x65, 0x51, 0x4b, 0x19, 0x47, 0x4f, 0x24, 0x58, 0x08, 0x77, 0x63, - 0x8f, 0xa0, 0xb3, 0x5c, 0xd0, 0xce, 0xe8, 0x82, 0x3e, 0x09, 0xf8, 0xfa, 0x94, 0xcc, 0x1f, 0x0d, - 0x1a, 0x40, 0x5f, 0xc0, 0x02, 0x23, 0xc7, 0x4c, 0xc5, 0x7d, 0x0a, 0xce, 0x8d, 0x9b, 0x7f, 0x77, - 0xc8, 0x31, 0x6b, 0xf4, 0x0b, 0x28, 0xb2, 0x01, 0xdf, 0xd1, 0x53, 0x09, 0x2a, 0x59, 0xe7, 0x43, - 0x09, 0xc6, 0x5d, 0x9d, 0x3b, 0x9c, 0x79, 0xd3, 0xc6, 0xb7, 0x6c, 0xb6, 0x6b, 0xf5, 0xaf, 0x0e, - 0x4b, 0x19, 0x47, 0xbf, 0x4a, 0x70, 0xd9, 0xc4, 0xc7, 0x86, 0x69, 0x3c, 0x26, 0xaa, 0x46, 0xad, - 0x0e, 0x71, 0x5c, 0xff, 0xfc, 0x48, 0x10, 0x99, 0xe7, 0x22, 0xef, 0x8e, 0x2e, 0x72, 0x4f, 0xf8, - 0xd8, 0x3c, 0x75, 0x31, 0x58, 0xee, 0x25, 0x73, 0x28, 0x4b, 0xf4, 0xbd, 0x04, 0xcb, 0xc4, 0x7a, - 0x80, 0x2d, 0x8d, 0xe8, 0xaa, 0x66, 0x6b, 0x09, 0x82, 0x67, 0xb8, 0xe0, 0xfd, 0xd1, 0x05, 0x6f, - 0x0b, 0xee, 0x4d, 0x5b, 0x1b, 0x2c, 0xb4, 0x4c, 0x52, 0x2d, 0xd0, 0x4f, 0x12, 0xac, 0xb8, 0x04, - 0x3b, 0xda, 0x03, 0xd5, 0xc6, 0x0e, 0xb3, 0x88, 0x93, 0x14, 0xd4, 0x02, 0xd7, 0x78, 0x7b, 0x74, - 0x8d, 0xb7, 0x39, 0xfd, 0xbe, 0x60, 0x1f, 0x2c, 0x73, 0xc9, 0xcd, 0x32, 0xe2, 0x4a, 0x4f, 0x73, - 0xa0, 0x6d, 0x68, 0x47, 0x49, 0x4a, 0xe7, 0xc6, 0x55, 0x1a, 0x2d, 0x3f, 0x67, 0x4f, 0x50, 0x6a, - 0x66, 0x19, 0xa1, 0x1f, 0x25, 0xb8, 0x48, 0x6d, 0x16, 0x28, 0xf5, 0x77, 0xb3, 0xb8, 0xee, 0x7a, - 0x75, 0x9e, 0xe7, 0x3a, 0x95, 0xd1, 0x75, 0xde, 0x12, 0xe4, 0x0d, 0x5d, 0x11, 0xd4, 0x7d, 0x32, - 0x2b, 0x34, 0xc3, 0x06, 0x7d, 0x27, 0xc1, 0x52, 0x7f, 0xfd, 0xd1, 0xab, 0xb1, 0x38, 0x6e, 0x66, - 0x8a, 0xc3, 0x6f, 0xcf, 0x67, 0xe6, 0x97, 0x6a, 0x5f, 0x66, 0x1e, 0xa5, 0x5a, 0x70, 0x7d, 0x26, - 0xed, 0x10, 0xd5, 0xb3, 0x3c, 0x97, 0xe8, 0x09, 0xb7, 0xc5, 0xfc, 0xb8, 0xfa, 0xf6, 0x68, 0x87, - 0x7c, 0xca, 0x99, 0x13, 0xee, 0x8b, 0xb2, 0x99, 0x6a, 0x21, 0xff, 0x25, 0x41, 0x71, 0xd0, 0xfd, - 0x8e, 0x3e, 0x87, 0x99, 0x26, 0x76, 0x89, 0x6a, 0x12, 0xe6, 0x18, 0x9a, 0xcb, 0x2b, 0x97, 0xb1, - 0xee, 0x8f, 0xee, 0xd7, 0xbd, 0x80, 0x4e, 0xc9, 0xfb, 0xe4, 0xe2, 0x05, 0x31, 0xb8, 0x60, 0x53, - 0x46, 0x2c, 0x66, 0xe0, 0x76, 0xe4, 0x30, 0xf7, 0x72, 0x1d, 0x9e, 0x8f, 0x3c, 0x88, 0x2f, 0xf2, - 0xf3, 0x1c, 0xcc, 0x0f, 0xb4, 0x45, 0x1f, 0x42, 0xde, 0x30, 0x6d, 0x87, 0xb8, 0xfc, 0x44, 0x14, - 0x53, 0xef, 0xaf, 0x2a, 0xb6, 0xa8, 0xd7, 0x6c, 0x93, 0xa0, 0x3a, 0x88, 0x03, 0xd0, 0x15, 0x98, - 0x0a, 0xb6, 0xb6, 0x98, 0x44, 0x3a, 0x54, 0xd8, 0xa2, 0xf7, 0x21, 0xaf, 0x51, 0x97, 0xa9, 0xa6, - 0xa1, 0x39, 0xd4, 0x15, 0xe5, 0xda, 0x1b, 0x7d, 0xd0, 0x5d, 0x8b, 0x5d, 0xbd, 0x12, 0x20, 0xc1, - 0xb7, 0xdf, 0xe3, 0xe6, 0xbe, 0xe6, 0xd8, 0x95, 0x22, 0xea, 0x8f, 0x0c, 0xcd, 0x31, 0x00, 0xfa, - 0x00, 0xf2, 0x1d, 0x43, 0x27, 0x54, 0xed, 0x18, 0xe4, 0x91, 0x9b, 0x58, 0xc3, 0xc5, 0xf1, 0xc0, - 0x01, 0x07, 0xbe, 0xbd, 0xfc, 0x62, 0x12, 0x16, 0xd3, 0x4a, 0x17, 0x74, 0x08, 0x8b, 0x9a, 0xe7, - 0x38, 0xc4, 0x62, 0xe1, 0x1e, 0xc0, 0x26, 0xf5, 0xac, 0x68, 0xba, 0x52, 0xf6, 0x74, 0x5f, 0x17, - 0x04, 0x01, 0x7f, 0x83, 0xc3, 0xc5, 0xec, 0x75, 0xa8, 0x44, 0x5b, 0xea, 0x74, 0x97, 0x75, 0x7b, - 0xc8, 0x65, 0x7b, 0x78, 0x33, 0x46, 0x32, 0xc0, 0xcb, 0x53, 0x09, 0x0a, 0x82, 0xda, 0x3f, 0x98, - 0xfc, 0x38, 0x4f, 0x54, 0x26, 0x56, 0xf3, 0xeb, 0x0f, 0x5f, 0x6e, 0x9d, 0x97, 0x3a, 0x78, 0x8b, - 0x7b, 0x56, 0x66, 0x03, 0x21, 0xc1, 0x9b, 0x2b, 0xbf, 0x90, 0x60, 0x39, 0x1b, 0x85, 0xf6, 0xa0, - 0x38, 0x6e, 0xf4, 0x51, 0xb3, 0x3f, 0x20, 0xa7, 0xcd, 0x45, 0xee, 0x55, 0x34, 0x17, 0xf2, 0x33, - 0x09, 0xe6, 0x07, 0xd6, 0x9f, 0x68, 0x1b, 0xa6, 0xc5, 0xc9, 0x2b, 0xb4, 0xbf, 0x95, 0xe8, 0x3a, - 0xe8, 0x69, 0xc3, 0xa3, 0x7c, 0xd7, 0xba, 0x4f, 0x95, 0x10, 0x8b, 0xee, 0x82, 0x1c, 0xcf, 0x1b, - 0xbf, 0xb6, 0x69, 0x1a, 0xfa, 0x08, 0x19, 0xf3, 0x5a, 0x0c, 0xbe, 0x69, 0x6b, 0x1b, 0x86, 0x1e, - 0x84, 0x46, 0xfe, 0xed, 0x0c, 0x2c, 0xa6, 0x55, 0x8b, 0xe8, 0x6b, 0x09, 0xa6, 0xc3, 0x2c, 0x92, - 0xc6, 0xcd, 0xa2, 0x34, 0x0f, 0xa9, 0x83, 0x22, 0x8b, 0x42, 0x05, 0xe8, 0x1e, 0xc4, 0x73, 0x5f, - 0x8d, 0x55, 0xd0, 0xc3, 0xc7, 0x22, 0x1e, 0xca, 0xc8, 0xb7, 0x08, 0xc7, 0xb3, 0x09, 0x58, 0xce, - 0xd6, 0x83, 0x8e, 0x61, 0xd2, 0xef, 0xdd, 0xf9, 0x9a, 0x16, 0xd6, 0xf5, 0x8c, 0x5e, 0x38, 0x8d, - 0x70, 0x87, 0xe2, 0x36, 0xef, 0x8c, 0xb3, 0x8c, 0x14, 0xee, 0x11, 0xed, 0xc0, 0x85, 0xb1, 0x26, - 0x3d, 0xc7, 0xba, 0x67, 0x8a, 0x28, 0x5c, 0x72, 0xc8, 0x43, 0xcf, 0x70, 0xfc, 0x7c, 0xea, 0x69, - 0x12, 0xbb, 0x37, 0xdd, 0x10, 0x27, 0xfc, 0x72, 0x48, 0xd5, 0xbd, 0xb7, 0x13, 0x36, 0xe1, 0xe4, - 0x2b, 0xd9, 0x84, 0x7f, 0x4b, 0x50, 0x4e, 0xaf, 0x33, 0x90, 0x02, 0x0b, 0xe4, 0x58, 0x23, 0xae, - 0xdb, 0x3b, 0xe3, 0xc4, 0xbb, 0x33, 0xde, 0x91, 0x17, 0x03, 0x6c, 0xf7, 0x14, 0xd1, 0x97, 0x12, - 0xcc, 0x0f, 0xae, 0x96, 0x72, 0xaf, 0xa2, 0xb7, 0x56, 0xc4, 0xc1, 0xd8, 0x53, 0x1f, 0xfd, 0x2e, - 0x41, 0x71, 0x50, 0xff, 0x89, 0xde, 0x85, 0x1c, 0x0e, 0xcf, 0x9e, 0x95, 0x21, 0xa4, 0x34, 0x74, - 0x25, 0x87, 0x75, 0xd4, 0x80, 0x59, 0xcd, 0x21, 0x41, 0x21, 0xad, 0x63, 0x46, 0x12, 0x2b, 0x84, - 0x78, 0x80, 0x66, 0x42, 0xc8, 0x16, 0x66, 0x04, 0x6d, 0xc1, 0x1c, 0xf6, 0x18, 0x55, 0xb1, 0x6d, - 0xb7, 0x4f, 0x02, 0x92, 0x89, 0x21, 0x48, 0x66, 0x7d, 0x50, 0xc3, 0xc7, 0xf8, 0x2c, 0xf2, 0x37, - 0x12, 0x5c, 0x1a, 0xae, 0x51, 0x1c, 0xea, 0x72, 0x95, 0xfe, 0xed, 0xe5, 0x2a, 0x57, 0xa0, 0x9c, - 0xde, 0x07, 0xca, 0x5f, 0x49, 0xb0, 0x94, 0xd9, 0xdc, 0xfc, 0x47, 0x6a, 0x97, 0xa1, 0x92, 0xd5, - 0xbf, 0xc8, 0x17, 0x61, 0x29, 0xb3, 0x6b, 0x94, 0xff, 0x90, 0xa0, 0x9c, 0xde, 0x65, 0xbc, 0xac, - 0xbb, 0xee, 0x31, 0x2c, 0xc4, 0x03, 0x73, 0xda, 0x2d, 0x89, 0x3f, 0x8f, 0x5b, 0x19, 0xa7, 0x6d, - 0xaf, 0x4a, 0x7e, 0xba, 0xf6, 0x49, 0x2f, 0xc6, 0x7c, 0x44, 0x5f, 0x37, 0xce, 0x43, 0xa1, 0x7b, - 0x13, 0x6f, 0x3c, 0xc9, 0xc1, 0x8a, 0x46, 0xcd, 0xec, 0x9d, 0xb3, 0xf1, 0xff, 0xee, 0x70, 0xec, - 0xfb, 0x8b, 0xb5, 0x2f, 0x7d, 0xf6, 0xb1, 0x40, 0xb6, 0x68, 0x1b, 0x5b, 0xad, 0x2a, 0x75, 0x5a, - 0xb5, 0x16, 0xb1, 0xf8, 0x52, 0x86, 0x3f, 0x7a, 0x6d, 0xc3, 0x4d, 0xf9, 0xef, 0xfb, 0x5e, 0xf4, - 0xf4, 0x43, 0x6e, 0x62, 0xa7, 0xd1, 0xf8, 0x39, 0xb7, 0xb4, 0x13, 0x50, 0x36, 0x74, 0xb7, 0x1a, - 0x3c, 0xfa, 0x4f, 0x07, 0x6b, 0x55, 0x25, 0xb4, 0x7c, 0x1e, 0xda, 0x1c, 0x36, 0x74, 0xf7, 0x30, - 0xb2, 0x39, 0x3c, 0x58, 0x3b, 0x8c, 0x6c, 0xfe, 0xcc, 0xad, 0x04, 0x03, 0xf5, 0x7a, 0x43, 0x77, - 0xeb, 0xf5, 0xc8, 0xaa, 0x5e, 0x3f, 0x58, 0xab, 0xd7, 0x23, 0xbb, 0xe6, 0x14, 0x17, 0xfb, 0xce, - 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x36, 0xe0, 0xbc, 0xbc, 0xe9, 0x17, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/resources/recommendation.proto", fileDescriptor_recommendation_f16744120f29f1ae) +} + +var fileDescriptor_recommendation_f16744120f29f1ae = []byte{ + // 1671 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x59, 0x4b, 0x6f, 0xdc, 0x46, + 0x12, 0xde, 0x1e, 0xc9, 0x92, 0x5d, 0x7a, 0xd9, 0x6d, 0x49, 0x3b, 0x4b, 0xcb, 0xe3, 0x91, 0x0c, + 0x19, 0x82, 0x77, 0x77, 0x66, 0xa5, 0xf5, 0xda, 0xc6, 0xec, 0x03, 0x18, 0x3d, 0x2c, 0x6b, 0x17, + 0xb2, 0xb5, 0xb4, 0x23, 0x18, 0x81, 0x60, 0xa2, 0x45, 0xb6, 0xc7, 0x8c, 0x86, 0x6c, 0x9a, 0x6c, + 0xca, 0x92, 0x0f, 0x81, 0x91, 0x5c, 0xf2, 0x00, 0x72, 0x09, 0x10, 0xf8, 0x90, 0xc4, 0x40, 0x72, + 0x08, 0x90, 0x1f, 0x10, 0xf8, 0x1f, 0x04, 0xf0, 0xd5, 0x40, 0xfe, 0x40, 0x6e, 0xf9, 0x05, 0x41, + 0x4e, 0x01, 0x9b, 0x4d, 0x8a, 0xf3, 0x20, 0x39, 0x9a, 0xd8, 0xb9, 0x0d, 0xd9, 0xf5, 0x7d, 0xf5, + 0x75, 0x75, 0x75, 0x77, 0x15, 0x07, 0xae, 0x36, 0x18, 0x6b, 0x34, 0x69, 0x95, 0x18, 0x5e, 0x35, + 0xfc, 0x19, 0xfc, 0xda, 0x5f, 0xac, 0xba, 0xd4, 0x63, 0xbe, 0xab, 0x53, 0xaf, 0xea, 0x52, 0x9d, + 0x59, 0x16, 0xb5, 0x0d, 0xc2, 0x4d, 0x66, 0x57, 0x1c, 0x97, 0x71, 0x86, 0x67, 0x43, 0xe3, 0x0a, + 0x31, 0xbc, 0x4a, 0x8c, 0xab, 0xec, 0x2f, 0x56, 0x62, 0x9c, 0xf2, 0xd7, 0x34, 0xea, 0x80, 0x8e, + 0xd9, 0x55, 0xdd, 0x35, 0x39, 0x75, 0x4d, 0x12, 0x32, 0x2a, 0xd5, 0x1c, 0x73, 0x7a, 0xc0, 0xa9, + 0xed, 0x99, 0xcc, 0xf6, 0x24, 0x20, 0x55, 0x3a, 0xb5, 0x7d, 0xcb, 0xab, 0xee, 0xd1, 0xc3, 0xc7, + 0xcc, 0x35, 0x34, 0x8b, 0x70, 0xfd, 0xa1, 0xc6, 0x0f, 0x1d, 0x2a, 0x71, 0xd7, 0xb2, 0x71, 0xad, + 0xd3, 0x4d, 0x02, 0x37, 0xb2, 0x81, 0x9c, 0xb8, 0x0d, 0xca, 0x35, 0xdd, 0x21, 0x1a, 0x73, 0xb8, + 0x66, 0xda, 0x5a, 0x1b, 0x55, 0x83, 0x91, 0xa6, 0xa4, 0xba, 0x9c, 0x1f, 0x76, 0x62, 0x48, 0xdb, + 0x92, 0xb4, 0x15, 0x4f, 0xbb, 0xfe, 0x83, 0xea, 0x63, 0x97, 0x38, 0x0e, 0x75, 0xa3, 0x38, 0xcc, + 0x44, 0x5c, 0x8e, 0x59, 0x25, 0xb6, 0xcd, 0xb8, 0xf0, 0x26, 0x47, 0xe7, 0x9e, 0x2f, 0xc2, 0xb8, + 0xda, 0xa2, 0x03, 0x5f, 0x84, 0xb1, 0xc8, 0x8d, 0x66, 0x13, 0x8b, 0x16, 0x51, 0x19, 0x2d, 0x9c, + 0x52, 0x47, 0xa3, 0x97, 0xb7, 0x88, 0x45, 0xf1, 0x0e, 0x0c, 0x06, 0x53, 0x2f, 0x16, 0xca, 0x68, + 0x61, 0x7c, 0xe9, 0x66, 0x25, 0x6d, 0xbd, 0xc5, 0xdc, 0x2b, 0xad, 0x1e, 0xee, 0x1e, 0x3a, 0x74, + 0xcd, 0xf6, 0xad, 0x2e, 0xaf, 0x55, 0xc1, 0x8a, 0xef, 0xc3, 0x90, 0x69, 0x39, 0x44, 0xe7, 0xc5, + 0x81, 0x32, 0x5a, 0x18, 0x59, 0xba, 0x51, 0xc9, 0xcd, 0xa7, 0x36, 0xb2, 0xb6, 0xc7, 0x0d, 0xc1, + 0xa6, 0x4a, 0x56, 0xbc, 0x06, 0x13, 0x3a, 0xb1, 0x1c, 0x62, 0x36, 0x6c, 0x6d, 0xd7, 0x37, 0x1a, + 0x94, 0x17, 0x4f, 0x08, 0x47, 0x33, 0x91, 0xa3, 0x28, 0x9a, 0x95, 0x3b, 0xdc, 0x35, 0xed, 0xc6, + 0x36, 0x69, 0xfa, 0x54, 0x1d, 0x8f, 0x40, 0xcb, 0x02, 0x83, 0xaf, 0xc3, 0xc9, 0xe8, 0x4d, 0x71, + 0xa8, 0x07, 0x7c, 0x6c, 0x8d, 0xaf, 0xc1, 0x49, 0x62, 0x68, 0x0d, 0x97, 0xf9, 0x4e, 0x71, 0xb8, + 0x07, 0xe4, 0x30, 0x31, 0xd6, 0x03, 0x63, 0x7c, 0x1d, 0x4e, 0x19, 0xa6, 0x67, 0x99, 0x9e, 0x47, + 0x8d, 0xe2, 0x98, 0x40, 0x2a, 0x1d, 0xc8, 0x65, 0xc6, 0x9a, 0x21, 0xee, 0xc8, 0x18, 0x7f, 0x86, + 0xa0, 0xd4, 0x36, 0xe9, 0xb6, 0x0c, 0x2c, 0x0e, 0x0a, 0xbe, 0x5b, 0xc7, 0x0f, 0xf6, 0x4a, 0x4b, + 0x5c, 0x5a, 0x07, 0x6f, 0xfe, 0x41, 0x9d, 0xd1, 0x33, 0xc6, 0xf1, 0x53, 0x04, 0xd3, 0xd1, 0x6e, + 0x6c, 0x13, 0x74, 0x52, 0x08, 0x5a, 0x3f, 0xbe, 0xa0, 0xff, 0x85, 0x7c, 0x1d, 0x4a, 0xa6, 0xf6, + 0xba, 0x0d, 0xe0, 0x77, 0x61, 0x9a, 0xd3, 0x03, 0xae, 0x91, 0x0e, 0x05, 0xa7, 0xfa, 0xcd, 0xbf, + 0xbb, 0xf4, 0x80, 0xd7, 0x3b, 0x05, 0x4c, 0xf2, 0x2e, 0xef, 0xf1, 0x33, 0x04, 0xe5, 0xbc, 0xf3, + 0xa1, 0x08, 0xfd, 0xae, 0xce, 0x5d, 0xc1, 0xbc, 0xe2, 0x90, 0xdb, 0x0e, 0xdf, 0xb0, 0x3b, 0x57, + 0x87, 0x67, 0x8c, 0xe3, 0xef, 0x10, 0x5c, 0xb6, 0xc8, 0x81, 0x69, 0x99, 0x4f, 0xa8, 0xa6, 0x33, + 0x7b, 0x9f, 0xba, 0xe2, 0x94, 0x4d, 0x11, 0x39, 0x22, 0x44, 0xde, 0x3b, 0xbe, 0xc8, 0x4d, 0xe9, + 0x63, 0xe5, 0xc8, 0x45, 0x77, 0xb9, 0x97, 0xac, 0x9e, 0x2c, 0xf1, 0x97, 0x08, 0xe6, 0xa8, 0xfd, + 0x90, 0xd8, 0x3a, 0x35, 0x34, 0xdd, 0xd1, 0x53, 0x04, 0x8f, 0x0a, 0xc1, 0x5b, 0xc7, 0x17, 0xbc, + 0x26, 0xb9, 0x57, 0x1c, 0xbd, 0xbb, 0xd0, 0x12, 0xcd, 0xb4, 0xc0, 0xdf, 0x20, 0x98, 0xf7, 0x28, + 0x71, 0xf5, 0x87, 0x9a, 0x43, 0x5c, 0x6e, 0x53, 0x37, 0x2d, 0xa8, 0xe3, 0x42, 0xe3, 0x9d, 0xe3, + 0x6b, 0xbc, 0x23, 0xe8, 0xb7, 0x24, 0x7b, 0x77, 0x99, 0xb3, 0x5e, 0x9e, 0x91, 0x50, 0x7a, 0x94, + 0x03, 0x4d, 0x53, 0xdf, 0x4b, 0x53, 0x3a, 0xd1, 0xaf, 0xd2, 0x78, 0xf9, 0x05, 0x7b, 0x8a, 0x52, + 0x2b, 0xcf, 0x08, 0x7f, 0x8d, 0xe0, 0x22, 0x73, 0x78, 0xa8, 0x34, 0xd8, 0xcd, 0xf2, 0xba, 0x6b, + 0xd7, 0x79, 0x5a, 0xe8, 0x54, 0x8f, 0xaf, 0xf3, 0xb6, 0x24, 0xaf, 0x1b, 0xaa, 0xa4, 0xee, 0x90, + 0x59, 0x66, 0x39, 0x36, 0xf8, 0x73, 0x04, 0x65, 0x9d, 0x34, 0x9b, 0xcc, 0xe7, 0x5a, 0x5c, 0xb7, + 0xb4, 0x4b, 0x3c, 0xd3, 0x6f, 0x62, 0xae, 0x84, 0xcc, 0x6b, 0x11, 0x71, 0x67, 0x62, 0xea, 0x99, + 0x16, 0xf8, 0x39, 0x82, 0x59, 0xcf, 0xe4, 0xb4, 0x69, 0xda, 0x7b, 0xe9, 0xfa, 0xb0, 0xd0, 0xf7, + 0xff, 0x3e, 0x92, 0x52, 0x52, 0xa7, 0x0b, 0xbc, 0xe0, 0x65, 0x9b, 0xe0, 0x4f, 0x11, 0x9c, 0x0f, + 0x26, 0x91, 0xae, 0xee, 0xac, 0x50, 0xb7, 0xd9, 0x5f, 0xf4, 0xd2, 0x95, 0x9d, 0xd3, 0xd3, 0x87, + 0xf1, 0x17, 0x08, 0x66, 0x3b, 0xcb, 0xca, 0x76, 0x65, 0x93, 0xfd, 0xae, 0xab, 0xbc, 0xd3, 0x36, + 0x03, 0x66, 0x51, 0x2b, 0x75, 0xac, 0xeb, 0x5e, 0xa6, 0x85, 0xd0, 0x67, 0xb1, 0x7d, 0xaa, 0xf9, + 0xb6, 0xef, 0x51, 0x23, 0xa5, 0x08, 0x98, 0xea, 0x57, 0xdf, 0x26, 0xdb, 0xa7, 0x6f, 0x09, 0xe6, + 0x94, 0x32, 0xa0, 0x64, 0x65, 0x5a, 0x28, 0x3f, 0x23, 0x98, 0xec, 0x56, 0xb6, 0xe1, 0x77, 0x60, + 0x74, 0x97, 0x78, 0x54, 0xb3, 0x28, 0x77, 0x4d, 0xdd, 0x13, 0x05, 0x69, 0x5f, 0x65, 0x41, 0xeb, + 0xe3, 0x66, 0x48, 0xa7, 0x8e, 0x04, 0xe4, 0xf2, 0x01, 0x73, 0x38, 0xe3, 0x30, 0x4e, 0x6d, 0x6e, + 0x92, 0x66, 0xec, 0xb0, 0xf0, 0x7a, 0x1d, 0x9e, 0x8e, 0x3d, 0xc8, 0x37, 0xca, 0xcb, 0x02, 0x4c, + 0x75, 0xb5, 0xc5, 0xff, 0x81, 0x11, 0xd3, 0x72, 0x5c, 0xea, 0x89, 0x8b, 0x4e, 0x4e, 0xbd, 0xb3, + 0x58, 0x5c, 0x65, 0xfe, 0x6e, 0x93, 0x86, 0x45, 0x5f, 0x12, 0x80, 0xaf, 0xc0, 0x50, 0x78, 0x62, + 0xcb, 0x49, 0x64, 0x43, 0xa5, 0x2d, 0xfe, 0x17, 0x8c, 0xe8, 0xcc, 0xe3, 0x9a, 0x65, 0xea, 0x2e, + 0xf3, 0x64, 0x15, 0x7e, 0xae, 0x03, 0xba, 0x61, 0xf3, 0xab, 0x57, 0x42, 0x24, 0x04, 0xf6, 0x9b, + 0xc2, 0x3c, 0xd0, 0x9c, 0xa8, 0x14, 0x64, 0x59, 0x99, 0xa3, 0x39, 0x01, 0xc0, 0xff, 0x86, 0x91, + 0x7d, 0xd3, 0xa0, 0x4c, 0xdb, 0x37, 0xe9, 0x63, 0x2f, 0xb5, 0x34, 0x4f, 0xe2, 0x41, 0x00, 0xb6, + 0x03, 0x7b, 0xe5, 0xd5, 0x20, 0xcc, 0x64, 0x55, 0xa4, 0x78, 0x07, 0x66, 0x74, 0xdf, 0x75, 0xa9, + 0xcd, 0xa3, 0x3d, 0x40, 0x2c, 0xe6, 0xdb, 0xf1, 0x74, 0x51, 0xfe, 0x74, 0xff, 0x24, 0x09, 0x42, + 0xfe, 0xba, 0x80, 0xcb, 0xd9, 0x1b, 0x50, 0x8e, 0xb7, 0xd4, 0xd1, 0x2e, 0x6b, 0xf5, 0x50, 0xc8, + 0xf7, 0x70, 0x3e, 0x41, 0xd2, 0xc5, 0xcb, 0x33, 0x04, 0xe3, 0x92, 0x3a, 0xb8, 0x6f, 0x82, 0x38, + 0x0f, 0x94, 0x07, 0x16, 0x46, 0x96, 0x1e, 0xbd, 0xde, 0xf2, 0x3d, 0x73, 0xf0, 0xb6, 0xf0, 0xac, + 0x8e, 0x85, 0x42, 0xc2, 0x27, 0x4f, 0x79, 0x85, 0x60, 0x2e, 0x1f, 0x85, 0x37, 0x61, 0xb2, 0xdf, + 0xe8, 0xe3, 0xdd, 0xce, 0x80, 0x1c, 0xf5, 0x8c, 0x85, 0x37, 0xd1, 0x33, 0x2a, 0x2f, 0x10, 0x4c, + 0x75, 0x6d, 0x2b, 0xf0, 0x1a, 0x0c, 0xcb, 0x93, 0x57, 0x6a, 0xff, 0x73, 0xaa, 0xeb, 0xf0, 0x63, + 0x45, 0x74, 0x94, 0x6f, 0xd8, 0x0f, 0x98, 0x1a, 0x61, 0xf1, 0x3d, 0x50, 0x92, 0x79, 0x13, 0x94, + 0xac, 0xbb, 0xa6, 0x71, 0x8c, 0x8c, 0xf9, 0x63, 0x02, 0xbe, 0xe2, 0xe8, 0xcb, 0xa6, 0x11, 0x86, + 0x46, 0xf9, 0x01, 0xc1, 0x64, 0xb7, 0x7e, 0x04, 0xff, 0x03, 0x0a, 0x24, 0x12, 0x3d, 0xdf, 0x43, + 0xbc, 0xea, 0x86, 0x5a, 0x20, 0x06, 0xae, 0xc3, 0x98, 0xee, 0xd2, 0xb0, 0xb0, 0x32, 0x08, 0xa7, + 0xa9, 0x47, 0x4b, 0xb2, 0x85, 0x1d, 0x8d, 0x20, 0xab, 0x84, 0x53, 0xbc, 0x0a, 0x13, 0xc4, 0xe7, + 0x4c, 0x23, 0x8e, 0xd3, 0x3c, 0x0c, 0x49, 0x06, 0x7a, 0x20, 0x19, 0x0b, 0x40, 0xf5, 0x00, 0x13, + 0xb0, 0x28, 0xdf, 0x9f, 0x80, 0x99, 0xac, 0xee, 0x06, 0x7f, 0x8c, 0x60, 0x38, 0xda, 0x1e, 0xa8, + 0xdf, 0xed, 0x91, 0xe5, 0x21, 0x73, 0x50, 0x6e, 0x8f, 0x48, 0x01, 0xbe, 0x0f, 0xc9, 0x4d, 0xad, + 0x25, 0x3a, 0xbe, 0xde, 0x17, 0x39, 0x99, 0x23, 0xb1, 0x6f, 0xb9, 0xce, 0x2f, 0x06, 0x60, 0x2e, + 0x5f, 0x0f, 0x3e, 0x80, 0xc1, 0x06, 0x23, 0x4d, 0xb1, 0xee, 0xe3, 0x4b, 0x46, 0xce, 0xb7, 0x9b, + 0x2c, 0xc2, 0x75, 0x46, 0x9a, 0xe2, 0x4b, 0x4e, 0x9e, 0x91, 0x2a, 0x3c, 0xe2, 0x75, 0x38, 0xd3, + 0xd7, 0xa4, 0x27, 0x78, 0xeb, 0x4c, 0x31, 0x83, 0x4b, 0x2e, 0x7d, 0xe4, 0x9b, 0x6e, 0xb0, 0x51, + 0xda, 0x3e, 0x6a, 0xb4, 0x9e, 0x26, 0x3d, 0x5c, 0x5d, 0x73, 0x11, 0x55, 0xeb, 0xa1, 0x95, 0x72, + 0xba, 0x0c, 0xbe, 0x91, 0xd3, 0xe5, 0x47, 0x04, 0xa5, 0xec, 0x02, 0xef, 0x75, 0x1d, 0x33, 0x4f, + 0x60, 0x3a, 0x99, 0x84, 0x47, 0x85, 0xaa, 0xfc, 0x96, 0xb7, 0x9a, 0x93, 0x0f, 0xed, 0x2a, 0xc5, + 0xfa, 0x77, 0x48, 0x9f, 0x4c, 0xf8, 0x88, 0xdf, 0x2a, 0x9f, 0x20, 0xb8, 0xd4, 0x5b, 0xa3, 0xdf, + 0xd3, 0x2d, 0x8a, 0x7e, 0xeb, 0x2d, 0xaa, 0x94, 0xa1, 0x94, 0xdd, 0xc7, 0x2b, 0xef, 0x21, 0x38, + 0x97, 0xd1, 0x13, 0x60, 0xbd, 0x35, 0x9c, 0x47, 0x9f, 0xa1, 0xe5, 0x79, 0xf3, 0x97, 0xbc, 0x45, + 0x0a, 0xc8, 0x6f, 0x50, 0x6a, 0x6c, 0x70, 0x6a, 0xa9, 0x53, 0x09, 0xae, 0xd8, 0xa3, 0xa7, 0x5c, + 0x84, 0xd9, 0xdc, 0x56, 0x5e, 0xf9, 0x10, 0xc1, 0x6c, 0x6e, 0x1b, 0xfd, 0x3b, 0xc5, 0x75, 0x0e, + 0xca, 0x79, 0x9d, 0xb2, 0xf2, 0x0b, 0x82, 0x52, 0x76, 0xcf, 0x80, 0x55, 0x98, 0xa6, 0x07, 0x3a, + 0xf5, 0xbc, 0xf6, 0x4d, 0x9e, 0x5a, 0x07, 0x27, 0x2f, 0x8b, 0xc9, 0x10, 0xdb, 0xba, 0xab, 0xf1, + 0xfb, 0x08, 0xa6, 0xba, 0x77, 0x3e, 0x85, 0x37, 0xf1, 0xf9, 0x53, 0x95, 0x45, 0x4e, 0xdb, 0xe4, + 0x3f, 0x40, 0x50, 0xca, 0x6e, 0xd4, 0xf1, 0x83, 0x9c, 0xcc, 0xaa, 0xf6, 0x92, 0x59, 0xcc, 0xe7, + 0x79, 0xc9, 0xf5, 0x11, 0x82, 0x0b, 0x39, 0x3d, 0x39, 0x6e, 0xe4, 0x68, 0xf9, 0x5b, 0x9e, 0x96, + 0xc8, 0x41, 0x8e, 0x98, 0xe5, 0xd3, 0x30, 0xde, 0xba, 0x2a, 0xcb, 0x4f, 0x0b, 0x30, 0xaf, 0x33, + 0x2b, 0x7f, 0x55, 0x96, 0xcf, 0xb6, 0x8a, 0xde, 0x0a, 0x72, 0x62, 0x0b, 0xbd, 0xfd, 0x5f, 0x89, + 0x6c, 0xb0, 0x26, 0xb1, 0x1b, 0x15, 0xe6, 0x36, 0xaa, 0x0d, 0x6a, 0x8b, 0x8c, 0x89, 0xfe, 0x5c, + 0x71, 0x4c, 0x2f, 0xe3, 0xbf, 0x96, 0x7f, 0xc6, 0xbf, 0xbe, 0x2a, 0x0c, 0xac, 0xd7, 0xeb, 0xdf, + 0x16, 0x66, 0xd7, 0x43, 0xca, 0xba, 0xe1, 0x55, 0xc2, 0x9f, 0xc1, 0xaf, 0xed, 0xc5, 0x8a, 0x1a, + 0x59, 0xbe, 0x8c, 0x6c, 0x76, 0xea, 0x86, 0xb7, 0x13, 0xdb, 0xec, 0x6c, 0x2f, 0xee, 0xc4, 0x36, + 0x3f, 0x15, 0xe6, 0xc3, 0x81, 0x5a, 0xad, 0x6e, 0x78, 0xb5, 0x5a, 0x6c, 0x55, 0xab, 0x6d, 0x2f, + 0xd6, 0x6a, 0xb1, 0xdd, 0xee, 0x90, 0x10, 0xfb, 0xf7, 0x5f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x7b, + 0x2f, 0x09, 0x52, 0x8e, 0x1b, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/resources/remarketing_action.pb.go b/googleapis/ads/googleads/v1/resources/remarketing_action.pb.go index 59586320e7..9bae822b31 100644 --- a/googleapis/ads/googleads/v1/resources/remarketing_action.pb.go +++ b/googleapis/ads/googleads/v1/resources/remarketing_action.pb.go @@ -48,7 +48,7 @@ func (m *RemarketingAction) Reset() { *m = RemarketingAction{} } func (m *RemarketingAction) String() string { return proto.CompactTextString(m) } func (*RemarketingAction) ProtoMessage() {} func (*RemarketingAction) Descriptor() ([]byte, []int) { - return fileDescriptor_remarketing_action_ef96d6f7b8f18901, []int{0} + return fileDescriptor_remarketing_action_803307fcc656e819, []int{0} } func (m *RemarketingAction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemarketingAction.Unmarshal(m, b) @@ -101,10 +101,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/remarketing_action.proto", fileDescriptor_remarketing_action_ef96d6f7b8f18901) + proto.RegisterFile("google/ads/googleads/v1/resources/remarketing_action.proto", fileDescriptor_remarketing_action_803307fcc656e819) } -var fileDescriptor_remarketing_action_ef96d6f7b8f18901 = []byte{ +var fileDescriptor_remarketing_action_803307fcc656e819 = []byte{ // 390 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xc1, 0x6a, 0xdb, 0x30, 0x1c, 0xc6, 0xb1, 0x13, 0x06, 0x73, 0xb2, 0xc3, 0x7c, 0x18, 0x21, 0x0b, 0x23, 0xd9, 0x08, 0x84, diff --git a/googleapis/ads/googleads/v1/resources/search_term_view.pb.go b/googleapis/ads/googleads/v1/resources/search_term_view.pb.go index 3b6942b0ad..0b642d2f59 100644 --- a/googleapis/ads/googleads/v1/resources/search_term_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/search_term_view.pb.go @@ -46,7 +46,7 @@ func (m *SearchTermView) Reset() { *m = SearchTermView{} } func (m *SearchTermView) String() string { return proto.CompactTextString(m) } func (*SearchTermView) ProtoMessage() {} func (*SearchTermView) Descriptor() ([]byte, []int) { - return fileDescriptor_search_term_view_733d815a42669c80, []int{0} + return fileDescriptor_search_term_view_6b40967744a091b0, []int{0} } func (m *SearchTermView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchTermView.Unmarshal(m, b) @@ -99,10 +99,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/search_term_view.proto", fileDescriptor_search_term_view_733d815a42669c80) + proto.RegisterFile("google/ads/googleads/v1/resources/search_term_view.proto", fileDescriptor_search_term_view_6b40967744a091b0) } -var fileDescriptor_search_term_view_733d815a42669c80 = []byte{ +var fileDescriptor_search_term_view_6b40967744a091b0 = []byte{ // 404 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0x4d, 0x6b, 0xdb, 0x40, 0x10, 0x45, 0x72, 0x71, 0xdb, 0x75, 0xeb, 0x83, 0x7a, 0x11, 0xc6, 0x14, 0xbb, 0xc5, 0xe0, 0xd3, diff --git a/googleapis/ads/googleads/v1/resources/shared_criterion.pb.go b/googleapis/ads/googleads/v1/resources/shared_criterion.pb.go index ca4383707b..c983f4f440 100644 --- a/googleapis/ads/googleads/v1/resources/shared_criterion.pb.go +++ b/googleapis/ads/googleads/v1/resources/shared_criterion.pb.go @@ -58,7 +58,7 @@ func (m *SharedCriterion) Reset() { *m = SharedCriterion{} } func (m *SharedCriterion) String() string { return proto.CompactTextString(m) } func (*SharedCriterion) ProtoMessage() {} func (*SharedCriterion) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_criterion_f0811035849599fc, []int{0} + return fileDescriptor_shared_criterion_f01ea99d54c9b1f1, []int{0} } func (m *SharedCriterion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SharedCriterion.Unmarshal(m, b) @@ -350,10 +350,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/shared_criterion.proto", fileDescriptor_shared_criterion_f0811035849599fc) + proto.RegisterFile("google/ads/googleads/v1/resources/shared_criterion.proto", fileDescriptor_shared_criterion_f01ea99d54c9b1f1) } -var fileDescriptor_shared_criterion_f0811035849599fc = []byte{ +var fileDescriptor_shared_criterion_f01ea99d54c9b1f1 = []byte{ // 592 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0xdb, 0x6a, 0xd4, 0x40, 0x18, 0xc7, 0xdd, 0x6d, 0x6d, 0xdd, 0xe9, 0x09, 0x47, 0x2f, 0x42, 0x2d, 0xd2, 0x2a, 0x85, 0x82, diff --git a/googleapis/ads/googleads/v1/resources/shared_set.pb.go b/googleapis/ads/googleads/v1/resources/shared_set.pb.go index f6aae874e0..00c211bed9 100644 --- a/googleapis/ads/googleads/v1/resources/shared_set.pb.go +++ b/googleapis/ads/googleads/v1/resources/shared_set.pb.go @@ -55,7 +55,7 @@ func (m *SharedSet) Reset() { *m = SharedSet{} } func (m *SharedSet) String() string { return proto.CompactTextString(m) } func (*SharedSet) ProtoMessage() {} func (*SharedSet) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_2ded0d66d5306c68, []int{0} + return fileDescriptor_shared_set_f5088d1f05eebba7, []int{0} } func (m *SharedSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SharedSet.Unmarshal(m, b) @@ -129,10 +129,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/shared_set.proto", fileDescriptor_shared_set_2ded0d66d5306c68) + proto.RegisterFile("google/ads/googleads/v1/resources/shared_set.proto", fileDescriptor_shared_set_f5088d1f05eebba7) } -var fileDescriptor_shared_set_2ded0d66d5306c68 = []byte{ +var fileDescriptor_shared_set_f5088d1f05eebba7 = []byte{ // 457 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x41, 0x6b, 0xdb, 0x30, 0x14, 0xc7, 0xb1, 0x93, 0x65, 0x54, 0xed, 0x32, 0xf0, 0xc9, 0x74, 0x65, 0xa4, 0x1b, 0x85, 0xc0, diff --git a/googleapis/ads/googleads/v1/resources/shopping_performance_view.pb.go b/googleapis/ads/googleads/v1/resources/shopping_performance_view.pb.go index d6b63d59dc..8298c937b5 100644 --- a/googleapis/ads/googleads/v1/resources/shopping_performance_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/shopping_performance_view.pb.go @@ -39,7 +39,7 @@ func (m *ShoppingPerformanceView) Reset() { *m = ShoppingPerformanceView func (m *ShoppingPerformanceView) String() string { return proto.CompactTextString(m) } func (*ShoppingPerformanceView) ProtoMessage() {} func (*ShoppingPerformanceView) Descriptor() ([]byte, []int) { - return fileDescriptor_shopping_performance_view_e974dd982cd67dd4, []int{0} + return fileDescriptor_shopping_performance_view_dba5c71589d7b79b, []int{0} } func (m *ShoppingPerformanceView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ShoppingPerformanceView.Unmarshal(m, b) @@ -71,10 +71,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/shopping_performance_view.proto", fileDescriptor_shopping_performance_view_e974dd982cd67dd4) + proto.RegisterFile("google/ads/googleads/v1/resources/shopping_performance_view.proto", fileDescriptor_shopping_performance_view_dba5c71589d7b79b) } -var fileDescriptor_shopping_performance_view_e974dd982cd67dd4 = []byte{ +var fileDescriptor_shopping_performance_view_dba5c71589d7b79b = []byte{ // 278 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0x41, 0x4a, 0xc4, 0x30, 0x14, 0x86, 0x69, 0x05, 0xc1, 0xa2, 0x9b, 0xd9, 0x28, 0x32, 0x0b, 0x47, 0x19, 0x70, 0x95, 0x50, diff --git a/googleapis/ads/googleads/v1/resources/topic_constant.pb.go b/googleapis/ads/googleads/v1/resources/topic_constant.pb.go index 0ac418c32b..9de12e2f79 100644 --- a/googleapis/ads/googleads/v1/resources/topic_constant.pb.go +++ b/googleapis/ads/googleads/v1/resources/topic_constant.pb.go @@ -51,7 +51,7 @@ func (m *TopicConstant) Reset() { *m = TopicConstant{} } func (m *TopicConstant) String() string { return proto.CompactTextString(m) } func (*TopicConstant) ProtoMessage() {} func (*TopicConstant) Descriptor() ([]byte, []int) { - return fileDescriptor_topic_constant_30d422acde01634a, []int{0} + return fileDescriptor_topic_constant_ae3a2d9dbb1054e6, []int{0} } func (m *TopicConstant) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TopicConstant.Unmarshal(m, b) @@ -104,10 +104,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/topic_constant.proto", fileDescriptor_topic_constant_30d422acde01634a) + proto.RegisterFile("google/ads/googleads/v1/resources/topic_constant.proto", fileDescriptor_topic_constant_ae3a2d9dbb1054e6) } -var fileDescriptor_topic_constant_30d422acde01634a = []byte{ +var fileDescriptor_topic_constant_ae3a2d9dbb1054e6 = []byte{ // 360 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0x4f, 0x4b, 0xf3, 0x30, 0x00, 0xc6, 0x69, 0x37, 0x5e, 0x78, 0xfb, 0xbe, 0xbb, 0x54, 0x84, 0x32, 0x87, 0x6c, 0xca, 0x60, diff --git a/googleapis/ads/googleads/v1/resources/topic_view.pb.go b/googleapis/ads/googleads/v1/resources/topic_view.pb.go index 32f086c348..cc7922e1da 100644 --- a/googleapis/ads/googleads/v1/resources/topic_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/topic_view.pb.go @@ -35,7 +35,7 @@ func (m *TopicView) Reset() { *m = TopicView{} } func (m *TopicView) String() string { return proto.CompactTextString(m) } func (*TopicView) ProtoMessage() {} func (*TopicView) Descriptor() ([]byte, []int) { - return fileDescriptor_topic_view_7c6cf27967fbaddb, []int{0} + return fileDescriptor_topic_view_3f7e8b858c6defb8, []int{0} } func (m *TopicView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TopicView.Unmarshal(m, b) @@ -67,10 +67,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/topic_view.proto", fileDescriptor_topic_view_7c6cf27967fbaddb) + proto.RegisterFile("google/ads/googleads/v1/resources/topic_view.proto", fileDescriptor_topic_view_3f7e8b858c6defb8) } -var fileDescriptor_topic_view_7c6cf27967fbaddb = []byte{ +var fileDescriptor_topic_view_3f7e8b858c6defb8 = []byte{ // 263 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0x31, 0x4b, 0x03, 0x31, 0x14, 0xc7, 0xb9, 0x13, 0x84, 0x1e, 0xea, 0xd0, 0x49, 0xc4, 0xc1, 0x2a, 0x05, 0xa7, 0x17, 0xa3, diff --git a/googleapis/ads/googleads/v1/resources/user_interest.pb.go b/googleapis/ads/googleads/v1/resources/user_interest.pb.go index 4de1eb4ea2..3252aca60e 100644 --- a/googleapis/ads/googleads/v1/resources/user_interest.pb.go +++ b/googleapis/ads/googleads/v1/resources/user_interest.pb.go @@ -50,7 +50,7 @@ func (m *UserInterest) Reset() { *m = UserInterest{} } func (m *UserInterest) String() string { return proto.CompactTextString(m) } func (*UserInterest) ProtoMessage() {} func (*UserInterest) Descriptor() ([]byte, []int) { - return fileDescriptor_user_interest_0834d7385e54bb16, []int{0} + return fileDescriptor_user_interest_36047fb460ea0a9e, []int{0} } func (m *UserInterest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserInterest.Unmarshal(m, b) @@ -124,10 +124,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/user_interest.proto", fileDescriptor_user_interest_0834d7385e54bb16) + proto.RegisterFile("google/ads/googleads/v1/resources/user_interest.proto", fileDescriptor_user_interest_36047fb460ea0a9e) } -var fileDescriptor_user_interest_0834d7385e54bb16 = []byte{ +var fileDescriptor_user_interest_36047fb460ea0a9e = []byte{ // 519 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xdd, 0x8a, 0xd3, 0x40, 0x14, 0x26, 0x6d, 0x5d, 0x31, 0xdb, 0x56, 0x0d, 0x5e, 0x84, 0xba, 0x48, 0x57, 0x59, 0xe8, 0xd5, diff --git a/googleapis/ads/googleads/v1/resources/user_list.pb.go b/googleapis/ads/googleads/v1/resources/user_list.pb.go index ff9af9fc10..ea992bcc7c 100644 --- a/googleapis/ads/googleads/v1/resources/user_list.pb.go +++ b/googleapis/ads/googleads/v1/resources/user_list.pb.go @@ -120,7 +120,7 @@ func (m *UserList) Reset() { *m = UserList{} } func (m *UserList) String() string { return proto.CompactTextString(m) } func (*UserList) ProtoMessage() {} func (*UserList) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_27ca17b726b4f34c, []int{0} + return fileDescriptor_user_list_263e88425715e3b0, []int{0} } func (m *UserList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserList.Unmarshal(m, b) @@ -478,10 +478,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/user_list.proto", fileDescriptor_user_list_27ca17b726b4f34c) + proto.RegisterFile("google/ads/googleads/v1/resources/user_list.proto", fileDescriptor_user_list_263e88425715e3b0) } -var fileDescriptor_user_list_27ca17b726b4f34c = []byte{ +var fileDescriptor_user_list_263e88425715e3b0 = []byte{ // 927 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0x4d, 0x6f, 0xdb, 0x36, 0x1c, 0xc6, 0x67, 0x37, 0xeb, 0x12, 0x26, 0x8e, 0x6d, 0x26, 0xe9, 0x84, 0xac, 0x18, 0xd2, 0x0d, diff --git a/googleapis/ads/googleads/v1/resources/video.pb.go b/googleapis/ads/googleads/v1/resources/video.pb.go index 144a15f68c..55061f6ba3 100644 --- a/googleapis/ads/googleads/v1/resources/video.pb.go +++ b/googleapis/ads/googleads/v1/resources/video.pb.go @@ -44,7 +44,7 @@ func (m *Video) Reset() { *m = Video{} } func (m *Video) String() string { return proto.CompactTextString(m) } func (*Video) ProtoMessage() {} func (*Video) Descriptor() ([]byte, []int) { - return fileDescriptor_video_d1102a1b9f400320, []int{0} + return fileDescriptor_video_71e1c02985f5b3f4, []int{0} } func (m *Video) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Video.Unmarshal(m, b) @@ -104,10 +104,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/video.proto", fileDescriptor_video_d1102a1b9f400320) + proto.RegisterFile("google/ads/googleads/v1/resources/video.proto", fileDescriptor_video_71e1c02985f5b3f4) } -var fileDescriptor_video_d1102a1b9f400320 = []byte{ +var fileDescriptor_video_71e1c02985f5b3f4 = []byte{ // 370 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xcf, 0x4a, 0xf3, 0x40, 0x14, 0xc5, 0x49, 0xfa, 0xf5, 0x83, 0x8e, 0xff, 0x20, 0xab, 0x50, 0x8b, 0xb4, 0x4a, 0xa1, 0x0b, diff --git a/googleapis/ads/googleads/v1/services/account_budget_proposal_service.pb.go b/googleapis/ads/googleads/v1/services/account_budget_proposal_service.pb.go index c62216d3c8..dc788277ce 100644 --- a/googleapis/ads/googleads/v1/services/account_budget_proposal_service.pb.go +++ b/googleapis/ads/googleads/v1/services/account_budget_proposal_service.pb.go @@ -40,7 +40,7 @@ func (m *GetAccountBudgetProposalRequest) Reset() { *m = GetAccountBudge func (m *GetAccountBudgetProposalRequest) String() string { return proto.CompactTextString(m) } func (*GetAccountBudgetProposalRequest) ProtoMessage() {} func (*GetAccountBudgetProposalRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_service_2657f231d583cffd, []int{0} + return fileDescriptor_account_budget_proposal_service_19af3128d079e096, []int{0} } func (m *GetAccountBudgetProposalRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAccountBudgetProposalRequest.Unmarshal(m, b) @@ -86,7 +86,7 @@ func (m *MutateAccountBudgetProposalRequest) Reset() { *m = MutateAccoun func (m *MutateAccountBudgetProposalRequest) String() string { return proto.CompactTextString(m) } func (*MutateAccountBudgetProposalRequest) ProtoMessage() {} func (*MutateAccountBudgetProposalRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_service_2657f231d583cffd, []int{1} + return fileDescriptor_account_budget_proposal_service_19af3128d079e096, []int{1} } func (m *MutateAccountBudgetProposalRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAccountBudgetProposalRequest.Unmarshal(m, b) @@ -152,7 +152,7 @@ func (m *AccountBudgetProposalOperation) Reset() { *m = AccountBudgetPro func (m *AccountBudgetProposalOperation) String() string { return proto.CompactTextString(m) } func (*AccountBudgetProposalOperation) ProtoMessage() {} func (*AccountBudgetProposalOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_service_2657f231d583cffd, []int{2} + return fileDescriptor_account_budget_proposal_service_19af3128d079e096, []int{2} } func (m *AccountBudgetProposalOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AccountBudgetProposalOperation.Unmarshal(m, b) @@ -299,7 +299,7 @@ func (m *MutateAccountBudgetProposalResponse) Reset() { *m = MutateAccou func (m *MutateAccountBudgetProposalResponse) String() string { return proto.CompactTextString(m) } func (*MutateAccountBudgetProposalResponse) ProtoMessage() {} func (*MutateAccountBudgetProposalResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_service_2657f231d583cffd, []int{3} + return fileDescriptor_account_budget_proposal_service_19af3128d079e096, []int{3} } func (m *MutateAccountBudgetProposalResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAccountBudgetProposalResponse.Unmarshal(m, b) @@ -339,7 +339,7 @@ func (m *MutateAccountBudgetProposalResult) Reset() { *m = MutateAccount func (m *MutateAccountBudgetProposalResult) String() string { return proto.CompactTextString(m) } func (*MutateAccountBudgetProposalResult) ProtoMessage() {} func (*MutateAccountBudgetProposalResult) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_proposal_service_2657f231d583cffd, []int{4} + return fileDescriptor_account_budget_proposal_service_19af3128d079e096, []int{4} } func (m *MutateAccountBudgetProposalResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAccountBudgetProposalResult.Unmarshal(m, b) @@ -486,10 +486,10 @@ var _AccountBudgetProposalService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/account_budget_proposal_service.proto", fileDescriptor_account_budget_proposal_service_2657f231d583cffd) + proto.RegisterFile("google/ads/googleads/v1/services/account_budget_proposal_service.proto", fileDescriptor_account_budget_proposal_service_19af3128d079e096) } -var fileDescriptor_account_budget_proposal_service_2657f231d583cffd = []byte{ +var fileDescriptor_account_budget_proposal_service_19af3128d079e096 = []byte{ // 629 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0x3f, 0x6f, 0xd3, 0x4e, 0x18, 0xfe, 0xd9, 0x95, 0xa2, 0x5f, 0x2f, 0x65, 0xb9, 0x29, 0x0a, 0x15, 0x4d, 0xdd, 0x0e, 0x51, diff --git a/googleapis/ads/googleads/v1/services/account_budget_service.pb.go b/googleapis/ads/googleads/v1/services/account_budget_service.pb.go index 8469b6c5fb..60bbe624ab 100644 --- a/googleapis/ads/googleads/v1/services/account_budget_service.pb.go +++ b/googleapis/ads/googleads/v1/services/account_budget_service.pb.go @@ -39,7 +39,7 @@ func (m *GetAccountBudgetRequest) Reset() { *m = GetAccountBudgetRequest func (m *GetAccountBudgetRequest) String() string { return proto.CompactTextString(m) } func (*GetAccountBudgetRequest) ProtoMessage() {} func (*GetAccountBudgetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_account_budget_service_94295ad5ca373008, []int{0} + return fileDescriptor_account_budget_service_f5da40cfa7b98b21, []int{0} } func (m *GetAccountBudgetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAccountBudgetRequest.Unmarshal(m, b) @@ -145,10 +145,10 @@ var _AccountBudgetService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/account_budget_service.proto", fileDescriptor_account_budget_service_94295ad5ca373008) + proto.RegisterFile("google/ads/googleads/v1/services/account_budget_service.proto", fileDescriptor_account_budget_service_f5da40cfa7b98b21) } -var fileDescriptor_account_budget_service_94295ad5ca373008 = []byte{ +var fileDescriptor_account_budget_service_f5da40cfa7b98b21 = []byte{ // 364 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x4f, 0x4a, 0xf3, 0x40, 0x18, 0xc6, 0x49, 0x3e, 0xf8, 0xc0, 0xa0, 0x20, 0x41, 0x50, 0x8b, 0x8b, 0x52, 0xbb, 0x90, 0x2e, diff --git a/googleapis/ads/googleads/v1/services/ad_group_ad_label_service.pb.go b/googleapis/ads/googleads/v1/services/ad_group_ad_label_service.pb.go index 312b38a300..0179260327 100644 --- a/googleapis/ads/googleads/v1/services/ad_group_ad_label_service.pb.go +++ b/googleapis/ads/googleads/v1/services/ad_group_ad_label_service.pb.go @@ -40,7 +40,7 @@ func (m *GetAdGroupAdLabelRequest) Reset() { *m = GetAdGroupAdLabelReque func (m *GetAdGroupAdLabelRequest) String() string { return proto.CompactTextString(m) } func (*GetAdGroupAdLabelRequest) ProtoMessage() {} func (*GetAdGroupAdLabelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_label_service_b670456bca3bf710, []int{0} + return fileDescriptor_ad_group_ad_label_service_55352a1446b4673b, []int{0} } func (m *GetAdGroupAdLabelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAdGroupAdLabelRequest.Unmarshal(m, b) @@ -90,7 +90,7 @@ func (m *MutateAdGroupAdLabelsRequest) Reset() { *m = MutateAdGroupAdLab func (m *MutateAdGroupAdLabelsRequest) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupAdLabelsRequest) ProtoMessage() {} func (*MutateAdGroupAdLabelsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_label_service_b670456bca3bf710, []int{1} + return fileDescriptor_ad_group_ad_label_service_55352a1446b4673b, []int{1} } func (m *MutateAdGroupAdLabelsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupAdLabelsRequest.Unmarshal(m, b) @@ -155,7 +155,7 @@ func (m *AdGroupAdLabelOperation) Reset() { *m = AdGroupAdLabelOperation func (m *AdGroupAdLabelOperation) String() string { return proto.CompactTextString(m) } func (*AdGroupAdLabelOperation) ProtoMessage() {} func (*AdGroupAdLabelOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_label_service_b670456bca3bf710, []int{2} + return fileDescriptor_ad_group_ad_label_service_55352a1446b4673b, []int{2} } func (m *AdGroupAdLabelOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupAdLabelOperation.Unmarshal(m, b) @@ -300,7 +300,7 @@ func (m *MutateAdGroupAdLabelsResponse) Reset() { *m = MutateAdGroupAdLa func (m *MutateAdGroupAdLabelsResponse) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupAdLabelsResponse) ProtoMessage() {} func (*MutateAdGroupAdLabelsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_label_service_b670456bca3bf710, []int{3} + return fileDescriptor_ad_group_ad_label_service_55352a1446b4673b, []int{3} } func (m *MutateAdGroupAdLabelsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupAdLabelsResponse.Unmarshal(m, b) @@ -347,7 +347,7 @@ func (m *MutateAdGroupAdLabelResult) Reset() { *m = MutateAdGroupAdLabel func (m *MutateAdGroupAdLabelResult) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupAdLabelResult) ProtoMessage() {} func (*MutateAdGroupAdLabelResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_label_service_b670456bca3bf710, []int{4} + return fileDescriptor_ad_group_ad_label_service_55352a1446b4673b, []int{4} } func (m *MutateAdGroupAdLabelResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupAdLabelResult.Unmarshal(m, b) @@ -494,10 +494,10 @@ var _AdGroupAdLabelService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/ad_group_ad_label_service.proto", fileDescriptor_ad_group_ad_label_service_b670456bca3bf710) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_ad_label_service.proto", fileDescriptor_ad_group_ad_label_service_55352a1446b4673b) } -var fileDescriptor_ad_group_ad_label_service_b670456bca3bf710 = []byte{ +var fileDescriptor_ad_group_ad_label_service_55352a1446b4673b = []byte{ // 669 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4d, 0x6f, 0xd3, 0x4c, 0x10, 0x7e, 0xed, 0xbc, 0x2a, 0x74, 0x53, 0x40, 0x2c, 0xaa, 0x6a, 0x45, 0x05, 0x22, 0x53, 0x89, diff --git a/googleapis/ads/googleads/v1/services/ad_group_ad_service.pb.go b/googleapis/ads/googleads/v1/services/ad_group_ad_service.pb.go index f6e388c935..79e2197958 100644 --- a/googleapis/ads/googleads/v1/services/ad_group_ad_service.pb.go +++ b/googleapis/ads/googleads/v1/services/ad_group_ad_service.pb.go @@ -42,7 +42,7 @@ func (m *GetAdGroupAdRequest) Reset() { *m = GetAdGroupAdRequest{} } func (m *GetAdGroupAdRequest) String() string { return proto.CompactTextString(m) } func (*GetAdGroupAdRequest) ProtoMessage() {} func (*GetAdGroupAdRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_service_bee3e81bf6406e3e, []int{0} + return fileDescriptor_ad_group_ad_service_2ab9daac9d4494fb, []int{0} } func (m *GetAdGroupAdRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAdGroupAdRequest.Unmarshal(m, b) @@ -92,7 +92,7 @@ func (m *MutateAdGroupAdsRequest) Reset() { *m = MutateAdGroupAdsRequest func (m *MutateAdGroupAdsRequest) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupAdsRequest) ProtoMessage() {} func (*MutateAdGroupAdsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_service_bee3e81bf6406e3e, []int{1} + return fileDescriptor_ad_group_ad_service_2ab9daac9d4494fb, []int{1} } func (m *MutateAdGroupAdsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupAdsRequest.Unmarshal(m, b) @@ -162,7 +162,7 @@ func (m *AdGroupAdOperation) Reset() { *m = AdGroupAdOperation{} } func (m *AdGroupAdOperation) String() string { return proto.CompactTextString(m) } func (*AdGroupAdOperation) ProtoMessage() {} func (*AdGroupAdOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_service_bee3e81bf6406e3e, []int{2} + return fileDescriptor_ad_group_ad_service_2ab9daac9d4494fb, []int{2} } func (m *AdGroupAdOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupAdOperation.Unmarshal(m, b) @@ -353,7 +353,7 @@ func (m *MutateAdGroupAdsResponse) Reset() { *m = MutateAdGroupAdsRespon func (m *MutateAdGroupAdsResponse) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupAdsResponse) ProtoMessage() {} func (*MutateAdGroupAdsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_service_bee3e81bf6406e3e, []int{3} + return fileDescriptor_ad_group_ad_service_2ab9daac9d4494fb, []int{3} } func (m *MutateAdGroupAdsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupAdsResponse.Unmarshal(m, b) @@ -400,7 +400,7 @@ func (m *MutateAdGroupAdResult) Reset() { *m = MutateAdGroupAdResult{} } func (m *MutateAdGroupAdResult) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupAdResult) ProtoMessage() {} func (*MutateAdGroupAdResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_ad_service_bee3e81bf6406e3e, []int{4} + return fileDescriptor_ad_group_ad_service_2ab9daac9d4494fb, []int{4} } func (m *MutateAdGroupAdResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupAdResult.Unmarshal(m, b) @@ -545,10 +545,10 @@ var _AdGroupAdService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/ad_group_ad_service.proto", fileDescriptor_ad_group_ad_service_bee3e81bf6406e3e) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_ad_service.proto", fileDescriptor_ad_group_ad_service_2ab9daac9d4494fb) } -var fileDescriptor_ad_group_ad_service_bee3e81bf6406e3e = []byte{ +var fileDescriptor_ad_group_ad_service_2ab9daac9d4494fb = []byte{ // 766 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0xc1, 0x6e, 0xd3, 0x4a, 0x14, 0x7d, 0x4e, 0xde, 0xeb, 0x7b, 0x9d, 0xf4, 0x41, 0x35, 0x55, 0x55, 0x13, 0x10, 0x44, 0xa6, diff --git a/googleapis/ads/googleads/v1/services/ad_group_audience_view_service.pb.go b/googleapis/ads/googleads/v1/services/ad_group_audience_view_service.pb.go index e286f59b00..0938431358 100644 --- a/googleapis/ads/googleads/v1/services/ad_group_audience_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/ad_group_audience_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetAdGroupAudienceViewRequest) Reset() { *m = GetAdGroupAudienc func (m *GetAdGroupAudienceViewRequest) String() string { return proto.CompactTextString(m) } func (*GetAdGroupAudienceViewRequest) ProtoMessage() {} func (*GetAdGroupAudienceViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_audience_view_service_5465c40c9c482de7, []int{0} + return fileDescriptor_ad_group_audience_view_service_d1fd343d6456c81d, []int{0} } func (m *GetAdGroupAudienceViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAdGroupAudienceViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _AdGroupAudienceViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/ad_group_audience_view_service.proto", fileDescriptor_ad_group_audience_view_service_5465c40c9c482de7) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_audience_view_service.proto", fileDescriptor_ad_group_audience_view_service_d1fd343d6456c81d) } -var fileDescriptor_ad_group_audience_view_service_5465c40c9c482de7 = []byte{ +var fileDescriptor_ad_group_audience_view_service_d1fd343d6456c81d = []byte{ // 377 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xbd, 0x4a, 0xec, 0x40, 0x14, 0x26, 0xb9, 0x70, 0xe1, 0x86, 0x7b, 0x9b, 0x14, 0x17, 0x09, 0x8a, 0xcb, 0xba, 0x85, 0x6c, diff --git a/googleapis/ads/googleads/v1/services/ad_group_bid_modifier_service.pb.go b/googleapis/ads/googleads/v1/services/ad_group_bid_modifier_service.pb.go index e481117b25..5032636237 100644 --- a/googleapis/ads/googleads/v1/services/ad_group_bid_modifier_service.pb.go +++ b/googleapis/ads/googleads/v1/services/ad_group_bid_modifier_service.pb.go @@ -41,7 +41,7 @@ func (m *GetAdGroupBidModifierRequest) Reset() { *m = GetAdGroupBidModif func (m *GetAdGroupBidModifierRequest) String() string { return proto.CompactTextString(m) } func (*GetAdGroupBidModifierRequest) ProtoMessage() {} func (*GetAdGroupBidModifierRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_bid_modifier_service_c81af948315a819a, []int{0} + return fileDescriptor_ad_group_bid_modifier_service_3a4e96624f81a14a, []int{0} } func (m *GetAdGroupBidModifierRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAdGroupBidModifierRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateAdGroupBidModifiersRequest) Reset() { *m = MutateAdGroupB func (m *MutateAdGroupBidModifiersRequest) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupBidModifiersRequest) ProtoMessage() {} func (*MutateAdGroupBidModifiersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_bid_modifier_service_c81af948315a819a, []int{1} + return fileDescriptor_ad_group_bid_modifier_service_3a4e96624f81a14a, []int{1} } func (m *MutateAdGroupBidModifiersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupBidModifiersRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *AdGroupBidModifierOperation) Reset() { *m = AdGroupBidModifierO func (m *AdGroupBidModifierOperation) String() string { return proto.CompactTextString(m) } func (*AdGroupBidModifierOperation) ProtoMessage() {} func (*AdGroupBidModifierOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_bid_modifier_service_c81af948315a819a, []int{2} + return fileDescriptor_ad_group_bid_modifier_service_3a4e96624f81a14a, []int{2} } func (m *AdGroupBidModifierOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupBidModifierOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateAdGroupBidModifiersResponse) Reset() { *m = MutateAdGroup func (m *MutateAdGroupBidModifiersResponse) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupBidModifiersResponse) ProtoMessage() {} func (*MutateAdGroupBidModifiersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_bid_modifier_service_c81af948315a819a, []int{3} + return fileDescriptor_ad_group_bid_modifier_service_3a4e96624f81a14a, []int{3} } func (m *MutateAdGroupBidModifiersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupBidModifiersResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateAdGroupBidModifierResult) Reset() { *m = MutateAdGroupBid func (m *MutateAdGroupBidModifierResult) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupBidModifierResult) ProtoMessage() {} func (*MutateAdGroupBidModifierResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_bid_modifier_service_c81af948315a819a, []int{4} + return fileDescriptor_ad_group_bid_modifier_service_3a4e96624f81a14a, []int{4} } func (m *MutateAdGroupBidModifierResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupBidModifierResult.Unmarshal(m, b) @@ -537,10 +537,10 @@ var _AdGroupBidModifierService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/ad_group_bid_modifier_service.proto", fileDescriptor_ad_group_bid_modifier_service_c81af948315a819a) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_bid_modifier_service.proto", fileDescriptor_ad_group_bid_modifier_service_3a4e96624f81a14a) } -var fileDescriptor_ad_group_bid_modifier_service_c81af948315a819a = []byte{ +var fileDescriptor_ad_group_bid_modifier_service_3a4e96624f81a14a = []byte{ // 730 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xcd, 0x6e, 0xd3, 0x4a, 0x14, 0xc7, 0xaf, 0x9d, 0xab, 0xde, 0xdb, 0x49, 0xef, 0x45, 0x1a, 0x54, 0x91, 0x86, 0xaa, 0x04, diff --git a/googleapis/ads/googleads/v1/services/ad_group_criterion_label_service.pb.go b/googleapis/ads/googleads/v1/services/ad_group_criterion_label_service.pb.go index 3cdce7a7ad..2edbd0a646 100644 --- a/googleapis/ads/googleads/v1/services/ad_group_criterion_label_service.pb.go +++ b/googleapis/ads/googleads/v1/services/ad_group_criterion_label_service.pb.go @@ -41,7 +41,7 @@ func (m *GetAdGroupCriterionLabelRequest) Reset() { *m = GetAdGroupCrite func (m *GetAdGroupCriterionLabelRequest) String() string { return proto.CompactTextString(m) } func (*GetAdGroupCriterionLabelRequest) ProtoMessage() {} func (*GetAdGroupCriterionLabelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_label_service_71ec7fdbc52e2d73, []int{0} + return fileDescriptor_ad_group_criterion_label_service_7d87b5a83f995ffa, []int{0} } func (m *GetAdGroupCriterionLabelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAdGroupCriterionLabelRequest.Unmarshal(m, b) @@ -92,7 +92,7 @@ func (m *MutateAdGroupCriterionLabelsRequest) Reset() { *m = MutateAdGro func (m *MutateAdGroupCriterionLabelsRequest) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupCriterionLabelsRequest) ProtoMessage() {} func (*MutateAdGroupCriterionLabelsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_label_service_71ec7fdbc52e2d73, []int{1} + return fileDescriptor_ad_group_criterion_label_service_7d87b5a83f995ffa, []int{1} } func (m *MutateAdGroupCriterionLabelsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupCriterionLabelsRequest.Unmarshal(m, b) @@ -157,7 +157,7 @@ func (m *AdGroupCriterionLabelOperation) Reset() { *m = AdGroupCriterion func (m *AdGroupCriterionLabelOperation) String() string { return proto.CompactTextString(m) } func (*AdGroupCriterionLabelOperation) ProtoMessage() {} func (*AdGroupCriterionLabelOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_label_service_71ec7fdbc52e2d73, []int{2} + return fileDescriptor_ad_group_criterion_label_service_7d87b5a83f995ffa, []int{2} } func (m *AdGroupCriterionLabelOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupCriterionLabelOperation.Unmarshal(m, b) @@ -302,7 +302,7 @@ func (m *MutateAdGroupCriterionLabelsResponse) Reset() { *m = MutateAdGr func (m *MutateAdGroupCriterionLabelsResponse) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupCriterionLabelsResponse) ProtoMessage() {} func (*MutateAdGroupCriterionLabelsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_label_service_71ec7fdbc52e2d73, []int{3} + return fileDescriptor_ad_group_criterion_label_service_7d87b5a83f995ffa, []int{3} } func (m *MutateAdGroupCriterionLabelsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupCriterionLabelsResponse.Unmarshal(m, b) @@ -349,7 +349,7 @@ func (m *MutateAdGroupCriterionLabelResult) Reset() { *m = MutateAdGroup func (m *MutateAdGroupCriterionLabelResult) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupCriterionLabelResult) ProtoMessage() {} func (*MutateAdGroupCriterionLabelResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_label_service_71ec7fdbc52e2d73, []int{4} + return fileDescriptor_ad_group_criterion_label_service_7d87b5a83f995ffa, []int{4} } func (m *MutateAdGroupCriterionLabelResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupCriterionLabelResult.Unmarshal(m, b) @@ -496,10 +496,10 @@ var _AdGroupCriterionLabelService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/ad_group_criterion_label_service.proto", fileDescriptor_ad_group_criterion_label_service_71ec7fdbc52e2d73) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_criterion_label_service.proto", fileDescriptor_ad_group_criterion_label_service_7d87b5a83f995ffa) } -var fileDescriptor_ad_group_criterion_label_service_71ec7fdbc52e2d73 = []byte{ +var fileDescriptor_ad_group_criterion_label_service_7d87b5a83f995ffa = []byte{ // 677 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xcf, 0x6b, 0xd4, 0x5e, 0x10, 0xff, 0x26, 0xfb, 0xa5, 0xda, 0xb7, 0x55, 0xe1, 0x89, 0x18, 0x96, 0xd2, 0x6e, 0xd3, 0x82, diff --git a/googleapis/ads/googleads/v1/services/ad_group_criterion_service.pb.go b/googleapis/ads/googleads/v1/services/ad_group_criterion_service.pb.go index b92b8228d9..8426e6c487 100644 --- a/googleapis/ads/googleads/v1/services/ad_group_criterion_service.pb.go +++ b/googleapis/ads/googleads/v1/services/ad_group_criterion_service.pb.go @@ -42,7 +42,7 @@ func (m *GetAdGroupCriterionRequest) Reset() { *m = GetAdGroupCriterionR func (m *GetAdGroupCriterionRequest) String() string { return proto.CompactTextString(m) } func (*GetAdGroupCriterionRequest) ProtoMessage() {} func (*GetAdGroupCriterionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_service_cabbacbf19674533, []int{0} + return fileDescriptor_ad_group_criterion_service_c15c43b9a0ae56f4, []int{0} } func (m *GetAdGroupCriterionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAdGroupCriterionRequest.Unmarshal(m, b) @@ -92,7 +92,7 @@ func (m *MutateAdGroupCriteriaRequest) Reset() { *m = MutateAdGroupCrite func (m *MutateAdGroupCriteriaRequest) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupCriteriaRequest) ProtoMessage() {} func (*MutateAdGroupCriteriaRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_service_cabbacbf19674533, []int{1} + return fileDescriptor_ad_group_criterion_service_c15c43b9a0ae56f4, []int{1} } func (m *MutateAdGroupCriteriaRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupCriteriaRequest.Unmarshal(m, b) @@ -170,7 +170,7 @@ func (m *AdGroupCriterionOperation) Reset() { *m = AdGroupCriterionOpera func (m *AdGroupCriterionOperation) String() string { return proto.CompactTextString(m) } func (*AdGroupCriterionOperation) ProtoMessage() {} func (*AdGroupCriterionOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_service_cabbacbf19674533, []int{2} + return fileDescriptor_ad_group_criterion_service_c15c43b9a0ae56f4, []int{2} } func (m *AdGroupCriterionOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupCriterionOperation.Unmarshal(m, b) @@ -361,7 +361,7 @@ func (m *MutateAdGroupCriteriaResponse) Reset() { *m = MutateAdGroupCrit func (m *MutateAdGroupCriteriaResponse) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupCriteriaResponse) ProtoMessage() {} func (*MutateAdGroupCriteriaResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_service_cabbacbf19674533, []int{3} + return fileDescriptor_ad_group_criterion_service_c15c43b9a0ae56f4, []int{3} } func (m *MutateAdGroupCriteriaResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupCriteriaResponse.Unmarshal(m, b) @@ -408,7 +408,7 @@ func (m *MutateAdGroupCriterionResult) Reset() { *m = MutateAdGroupCrite func (m *MutateAdGroupCriterionResult) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupCriterionResult) ProtoMessage() {} func (*MutateAdGroupCriterionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_criterion_service_cabbacbf19674533, []int{4} + return fileDescriptor_ad_group_criterion_service_c15c43b9a0ae56f4, []int{4} } func (m *MutateAdGroupCriterionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupCriterionResult.Unmarshal(m, b) @@ -553,10 +553,10 @@ var _AdGroupCriterionService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/ad_group_criterion_service.proto", fileDescriptor_ad_group_criterion_service_cabbacbf19674533) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_criterion_service.proto", fileDescriptor_ad_group_criterion_service_c15c43b9a0ae56f4) } -var fileDescriptor_ad_group_criterion_service_cabbacbf19674533 = []byte{ +var fileDescriptor_ad_group_criterion_service_c15c43b9a0ae56f4 = []byte{ // 782 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0x41, 0x6f, 0xd3, 0x3c, 0x18, 0xc7, 0xdf, 0xb4, 0x2f, 0x83, 0xb9, 0x03, 0x24, 0x4f, 0xd3, 0xba, 0xaa, 0x40, 0x15, 0x26, diff --git a/googleapis/ads/googleads/v1/services/ad_group_criterion_simulation_service.pb.go b/googleapis/ads/googleads/v1/services/ad_group_criterion_simulation_service.pb.go new file mode 100644 index 0000000000..42a1aaaff4 --- /dev/null +++ b/googleapis/ads/googleads/v1/services/ad_group_criterion_simulation_service.pb.go @@ -0,0 +1,177 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/services/ad_group_criterion_simulation_service.proto + +package services // import "google.golang.org/genproto/googleapis/ads/googleads/v1/services" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import resources "google.golang.org/genproto/googleapis/ads/googleads/v1/resources" +import _ "google.golang.org/genproto/googleapis/api/annotations" + +import ( + context "golang.org/x/net/context" + grpc "google.golang.org/grpc" +) + +// 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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Request message for +// [AdGroupCriterionSimulationService.GetAdGroupCriterionSimulation][google.ads.googleads.v1.services.AdGroupCriterionSimulationService.GetAdGroupCriterionSimulation]. +type GetAdGroupCriterionSimulationRequest struct { + // The resource name of the ad group criterion simulation to fetch. + ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GetAdGroupCriterionSimulationRequest) Reset() { *m = GetAdGroupCriterionSimulationRequest{} } +func (m *GetAdGroupCriterionSimulationRequest) String() string { return proto.CompactTextString(m) } +func (*GetAdGroupCriterionSimulationRequest) ProtoMessage() {} +func (*GetAdGroupCriterionSimulationRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_ad_group_criterion_simulation_service_1f923f60c32b966e, []int{0} +} +func (m *GetAdGroupCriterionSimulationRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAdGroupCriterionSimulationRequest.Unmarshal(m, b) +} +func (m *GetAdGroupCriterionSimulationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAdGroupCriterionSimulationRequest.Marshal(b, m, deterministic) +} +func (dst *GetAdGroupCriterionSimulationRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAdGroupCriterionSimulationRequest.Merge(dst, src) +} +func (m *GetAdGroupCriterionSimulationRequest) XXX_Size() int { + return xxx_messageInfo_GetAdGroupCriterionSimulationRequest.Size(m) +} +func (m *GetAdGroupCriterionSimulationRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetAdGroupCriterionSimulationRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetAdGroupCriterionSimulationRequest proto.InternalMessageInfo + +func (m *GetAdGroupCriterionSimulationRequest) GetResourceName() string { + if m != nil { + return m.ResourceName + } + return "" +} + +func init() { + proto.RegisterType((*GetAdGroupCriterionSimulationRequest)(nil), "google.ads.googleads.v1.services.GetAdGroupCriterionSimulationRequest") +} + +// Reference imports to suppress errors if they are not otherwise used. +var _ context.Context +var _ grpc.ClientConn + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the grpc package it is being compiled against. +const _ = grpc.SupportPackageIsVersion4 + +// AdGroupCriterionSimulationServiceClient is the client API for AdGroupCriterionSimulationService service. +// +// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. +type AdGroupCriterionSimulationServiceClient interface { + // Returns the requested ad group criterion simulation in full detail. + GetAdGroupCriterionSimulation(ctx context.Context, in *GetAdGroupCriterionSimulationRequest, opts ...grpc.CallOption) (*resources.AdGroupCriterionSimulation, error) +} + +type adGroupCriterionSimulationServiceClient struct { + cc *grpc.ClientConn +} + +func NewAdGroupCriterionSimulationServiceClient(cc *grpc.ClientConn) AdGroupCriterionSimulationServiceClient { + return &adGroupCriterionSimulationServiceClient{cc} +} + +func (c *adGroupCriterionSimulationServiceClient) GetAdGroupCriterionSimulation(ctx context.Context, in *GetAdGroupCriterionSimulationRequest, opts ...grpc.CallOption) (*resources.AdGroupCriterionSimulation, error) { + out := new(resources.AdGroupCriterionSimulation) + err := c.cc.Invoke(ctx, "/google.ads.googleads.v1.services.AdGroupCriterionSimulationService/GetAdGroupCriterionSimulation", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +// AdGroupCriterionSimulationServiceServer is the server API for AdGroupCriterionSimulationService service. +type AdGroupCriterionSimulationServiceServer interface { + // Returns the requested ad group criterion simulation in full detail. + GetAdGroupCriterionSimulation(context.Context, *GetAdGroupCriterionSimulationRequest) (*resources.AdGroupCriterionSimulation, error) +} + +func RegisterAdGroupCriterionSimulationServiceServer(s *grpc.Server, srv AdGroupCriterionSimulationServiceServer) { + s.RegisterService(&_AdGroupCriterionSimulationService_serviceDesc, srv) +} + +func _AdGroupCriterionSimulationService_GetAdGroupCriterionSimulation_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetAdGroupCriterionSimulationRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(AdGroupCriterionSimulationServiceServer).GetAdGroupCriterionSimulation(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.ads.googleads.v1.services.AdGroupCriterionSimulationService/GetAdGroupCriterionSimulation", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(AdGroupCriterionSimulationServiceServer).GetAdGroupCriterionSimulation(ctx, req.(*GetAdGroupCriterionSimulationRequest)) + } + return interceptor(ctx, in, info, handler) +} + +var _AdGroupCriterionSimulationService_serviceDesc = grpc.ServiceDesc{ + ServiceName: "google.ads.googleads.v1.services.AdGroupCriterionSimulationService", + HandlerType: (*AdGroupCriterionSimulationServiceServer)(nil), + Methods: []grpc.MethodDesc{ + { + MethodName: "GetAdGroupCriterionSimulation", + Handler: _AdGroupCriterionSimulationService_GetAdGroupCriterionSimulation_Handler, + }, + }, + Streams: []grpc.StreamDesc{}, + Metadata: "google/ads/googleads/v1/services/ad_group_criterion_simulation_service.proto", +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_criterion_simulation_service.proto", fileDescriptor_ad_group_criterion_simulation_service_1f923f60c32b966e) +} + +var fileDescriptor_ad_group_criterion_simulation_service_1f923f60c32b966e = []byte{ + // 373 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xb1, 0x4a, 0xc3, 0x40, + 0x1c, 0xc6, 0x49, 0x04, 0xc1, 0xa0, 0x4b, 0x26, 0x29, 0x0a, 0xb5, 0x16, 0x91, 0x0e, 0x77, 0x44, + 0xb7, 0x93, 0x22, 0xa9, 0xd4, 0x08, 0x8a, 0x94, 0x16, 0x3a, 0x48, 0x20, 0x9c, 0xc9, 0x11, 0x02, + 0x4d, 0x2e, 0xde, 0xff, 0xd2, 0x45, 0x5c, 0xdc, 0x9d, 0xfa, 0x06, 0x8e, 0x3e, 0x8a, 0xab, 0xaf, + 0xe0, 0x24, 0xf8, 0x0e, 0x92, 0x5c, 0x2f, 0xe0, 0x10, 0xe3, 0xf6, 0x71, 0xf7, 0xf1, 0xfb, 0xee, + 0xff, 0xdd, 0xdf, 0xba, 0x89, 0x39, 0x8f, 0x17, 0x0c, 0xd3, 0x08, 0xb0, 0x92, 0xa5, 0x5a, 0x3a, + 0x18, 0x98, 0x58, 0x26, 0x21, 0x03, 0x4c, 0xa3, 0x20, 0x16, 0xbc, 0xc8, 0x83, 0x50, 0x24, 0x92, + 0x89, 0x84, 0x67, 0x01, 0x24, 0x69, 0xb1, 0xa0, 0xb2, 0x92, 0xca, 0x86, 0x72, 0xc1, 0x25, 0xb7, + 0xbb, 0x0a, 0x81, 0x68, 0x04, 0xa8, 0xa6, 0xa1, 0xa5, 0x83, 0x34, 0xad, 0x33, 0x6e, 0xca, 0x13, + 0x0c, 0x78, 0x21, 0x5a, 0x03, 0x55, 0x50, 0x67, 0x4f, 0x63, 0xf2, 0x04, 0xd3, 0x2c, 0xe3, 0xb2, + 0xba, 0x04, 0x75, 0xdb, 0xbb, 0xb6, 0xfa, 0x1e, 0x93, 0x6e, 0xe4, 0x95, 0x98, 0x0b, 0x4d, 0x99, + 0xd5, 0x90, 0x29, 0x7b, 0x28, 0x18, 0x48, 0xfb, 0xd0, 0xda, 0xd1, 0xb1, 0x41, 0x46, 0x53, 0xb6, + 0x6b, 0x74, 0x8d, 0xe3, 0xad, 0xe9, 0xb6, 0x3e, 0xbc, 0xa5, 0x29, 0x3b, 0x59, 0x99, 0xd6, 0x41, + 0x33, 0x6a, 0xa6, 0x06, 0xb3, 0xbf, 0x0d, 0x6b, 0xff, 0xcf, 0x4c, 0xfb, 0x12, 0xb5, 0x95, 0x83, + 0xfe, 0xf3, 0xe8, 0xce, 0xb0, 0x91, 0x53, 0x57, 0x88, 0x9a, 0x29, 0xbd, 0xf1, 0xf3, 0xc7, 0xe7, + 0xca, 0x3c, 0xb7, 0x87, 0x65, 0xe9, 0x8f, 0xbf, 0xc6, 0x1f, 0x86, 0x05, 0x48, 0x9e, 0x32, 0x01, + 0x78, 0x80, 0x69, 0x23, 0x02, 0xf0, 0xe0, 0x69, 0xf4, 0x62, 0x5a, 0xfd, 0x90, 0xa7, 0xad, 0x33, + 0x8d, 0x8e, 0x5a, 0xbb, 0x9b, 0x94, 0x7f, 0x36, 0x31, 0xee, 0xae, 0xd6, 0xac, 0x98, 0x2f, 0x68, + 0x16, 0x23, 0x2e, 0x62, 0x1c, 0xb3, 0xac, 0xfa, 0x51, 0xbd, 0x2a, 0x79, 0x02, 0xcd, 0x9b, 0x7a, + 0xa6, 0xc5, 0xab, 0xb9, 0xe1, 0xb9, 0xee, 0x9b, 0xd9, 0xf5, 0x14, 0xd0, 0x8d, 0x00, 0x29, 0x59, + 0xaa, 0xb9, 0x83, 0xd6, 0xc1, 0xf0, 0xae, 0x2d, 0xbe, 0x1b, 0x81, 0x5f, 0x5b, 0xfc, 0xb9, 0xe3, + 0x6b, 0xcb, 0x97, 0xd9, 0x57, 0xe7, 0x84, 0xb8, 0x11, 0x10, 0x52, 0x9b, 0x08, 0x99, 0x3b, 0x84, + 0x68, 0xdb, 0xfd, 0x66, 0xf5, 0xce, 0xd3, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xbd, 0x43, 0x68, + 0x5b, 0x50, 0x03, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/services/ad_group_extension_setting_service.pb.go b/googleapis/ads/googleads/v1/services/ad_group_extension_setting_service.pb.go index c2d93d2688..6892705d17 100644 --- a/googleapis/ads/googleads/v1/services/ad_group_extension_setting_service.pb.go +++ b/googleapis/ads/googleads/v1/services/ad_group_extension_setting_service.pb.go @@ -42,7 +42,7 @@ func (m *GetAdGroupExtensionSettingRequest) Reset() { *m = GetAdGroupExt func (m *GetAdGroupExtensionSettingRequest) String() string { return proto.CompactTextString(m) } func (*GetAdGroupExtensionSettingRequest) ProtoMessage() {} func (*GetAdGroupExtensionSettingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_extension_setting_service_8066a784ead7ffb9, []int{0} + return fileDescriptor_ad_group_extension_setting_service_fd5e4f4a8f156262, []int{0} } func (m *GetAdGroupExtensionSettingRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAdGroupExtensionSettingRequest.Unmarshal(m, b) @@ -95,7 +95,7 @@ func (m *MutateAdGroupExtensionSettingsRequest) Reset() { *m = MutateAdG func (m *MutateAdGroupExtensionSettingsRequest) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupExtensionSettingsRequest) ProtoMessage() {} func (*MutateAdGroupExtensionSettingsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_extension_setting_service_8066a784ead7ffb9, []int{1} + return fileDescriptor_ad_group_extension_setting_service_fd5e4f4a8f156262, []int{1} } func (m *MutateAdGroupExtensionSettingsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupExtensionSettingsRequest.Unmarshal(m, b) @@ -163,7 +163,7 @@ func (m *AdGroupExtensionSettingOperation) Reset() { *m = AdGroupExtensi func (m *AdGroupExtensionSettingOperation) String() string { return proto.CompactTextString(m) } func (*AdGroupExtensionSettingOperation) ProtoMessage() {} func (*AdGroupExtensionSettingOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_extension_setting_service_8066a784ead7ffb9, []int{2} + return fileDescriptor_ad_group_extension_setting_service_fd5e4f4a8f156262, []int{2} } func (m *AdGroupExtensionSettingOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupExtensionSettingOperation.Unmarshal(m, b) @@ -349,7 +349,7 @@ func (m *MutateAdGroupExtensionSettingsResponse) Reset() { func (m *MutateAdGroupExtensionSettingsResponse) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupExtensionSettingsResponse) ProtoMessage() {} func (*MutateAdGroupExtensionSettingsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_extension_setting_service_8066a784ead7ffb9, []int{3} + return fileDescriptor_ad_group_extension_setting_service_fd5e4f4a8f156262, []int{3} } func (m *MutateAdGroupExtensionSettingsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupExtensionSettingsResponse.Unmarshal(m, b) @@ -396,7 +396,7 @@ func (m *MutateAdGroupExtensionSettingResult) Reset() { *m = MutateAdGro func (m *MutateAdGroupExtensionSettingResult) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupExtensionSettingResult) ProtoMessage() {} func (*MutateAdGroupExtensionSettingResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_extension_setting_service_8066a784ead7ffb9, []int{4} + return fileDescriptor_ad_group_extension_setting_service_fd5e4f4a8f156262, []int{4} } func (m *MutateAdGroupExtensionSettingResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupExtensionSettingResult.Unmarshal(m, b) @@ -543,10 +543,10 @@ var _AdGroupExtensionSettingService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/ad_group_extension_setting_service.proto", fileDescriptor_ad_group_extension_setting_service_8066a784ead7ffb9) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_extension_setting_service.proto", fileDescriptor_ad_group_extension_setting_service_fd5e4f4a8f156262) } -var fileDescriptor_ad_group_extension_setting_service_8066a784ead7ffb9 = []byte{ +var fileDescriptor_ad_group_extension_setting_service_fd5e4f4a8f156262 = []byte{ // 729 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x95, 0xc1, 0x6b, 0xd4, 0x4e, 0x14, 0xc7, 0x7f, 0x49, 0x4b, 0x7f, 0x76, 0x52, 0x15, 0x46, 0xc4, 0x65, 0x91, 0xba, 0xa6, 0x55, diff --git a/googleapis/ads/googleads/v1/services/ad_group_feed_service.pb.go b/googleapis/ads/googleads/v1/services/ad_group_feed_service.pb.go index bd9c3978fe..9f9895708b 100644 --- a/googleapis/ads/googleads/v1/services/ad_group_feed_service.pb.go +++ b/googleapis/ads/googleads/v1/services/ad_group_feed_service.pb.go @@ -41,7 +41,7 @@ func (m *GetAdGroupFeedRequest) Reset() { *m = GetAdGroupFeedRequest{} } func (m *GetAdGroupFeedRequest) String() string { return proto.CompactTextString(m) } func (*GetAdGroupFeedRequest) ProtoMessage() {} func (*GetAdGroupFeedRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_feed_service_5e12988336a93e87, []int{0} + return fileDescriptor_ad_group_feed_service_c2934f1f20022fd1, []int{0} } func (m *GetAdGroupFeedRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAdGroupFeedRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateAdGroupFeedsRequest) Reset() { *m = MutateAdGroupFeedsReq func (m *MutateAdGroupFeedsRequest) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupFeedsRequest) ProtoMessage() {} func (*MutateAdGroupFeedsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_feed_service_5e12988336a93e87, []int{1} + return fileDescriptor_ad_group_feed_service_c2934f1f20022fd1, []int{1} } func (m *MutateAdGroupFeedsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupFeedsRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *AdGroupFeedOperation) Reset() { *m = AdGroupFeedOperation{} } func (m *AdGroupFeedOperation) String() string { return proto.CompactTextString(m) } func (*AdGroupFeedOperation) ProtoMessage() {} func (*AdGroupFeedOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_feed_service_5e12988336a93e87, []int{2} + return fileDescriptor_ad_group_feed_service_c2934f1f20022fd1, []int{2} } func (m *AdGroupFeedOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupFeedOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateAdGroupFeedsResponse) Reset() { *m = MutateAdGroupFeedsRe func (m *MutateAdGroupFeedsResponse) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupFeedsResponse) ProtoMessage() {} func (*MutateAdGroupFeedsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_feed_service_5e12988336a93e87, []int{3} + return fileDescriptor_ad_group_feed_service_c2934f1f20022fd1, []int{3} } func (m *MutateAdGroupFeedsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupFeedsResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateAdGroupFeedResult) Reset() { *m = MutateAdGroupFeedResult func (m *MutateAdGroupFeedResult) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupFeedResult) ProtoMessage() {} func (*MutateAdGroupFeedResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_feed_service_5e12988336a93e87, []int{4} + return fileDescriptor_ad_group_feed_service_c2934f1f20022fd1, []int{4} } func (m *MutateAdGroupFeedResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupFeedResult.Unmarshal(m, b) @@ -537,10 +537,10 @@ var _AdGroupFeedService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/ad_group_feed_service.proto", fileDescriptor_ad_group_feed_service_5e12988336a93e87) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_feed_service.proto", fileDescriptor_ad_group_feed_service_c2934f1f20022fd1) } -var fileDescriptor_ad_group_feed_service_5e12988336a93e87 = []byte{ +var fileDescriptor_ad_group_feed_service_c2934f1f20022fd1 = []byte{ // 715 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0xcd, 0x6e, 0xd3, 0x4a, 0x14, 0xbe, 0x76, 0xae, 0x7a, 0x6f, 0xc7, 0xbd, 0xbd, 0xd2, 0x40, 0xd5, 0x10, 0x21, 0x88, 0x4c, diff --git a/googleapis/ads/googleads/v1/services/ad_group_label_service.pb.go b/googleapis/ads/googleads/v1/services/ad_group_label_service.pb.go index 8d2eeb09fb..aa579a97b6 100644 --- a/googleapis/ads/googleads/v1/services/ad_group_label_service.pb.go +++ b/googleapis/ads/googleads/v1/services/ad_group_label_service.pb.go @@ -40,7 +40,7 @@ func (m *GetAdGroupLabelRequest) Reset() { *m = GetAdGroupLabelRequest{} func (m *GetAdGroupLabelRequest) String() string { return proto.CompactTextString(m) } func (*GetAdGroupLabelRequest) ProtoMessage() {} func (*GetAdGroupLabelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_label_service_e6ee4fdf40e6148c, []int{0} + return fileDescriptor_ad_group_label_service_5fd3c10fbb229e04, []int{0} } func (m *GetAdGroupLabelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAdGroupLabelRequest.Unmarshal(m, b) @@ -90,7 +90,7 @@ func (m *MutateAdGroupLabelsRequest) Reset() { *m = MutateAdGroupLabelsR func (m *MutateAdGroupLabelsRequest) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupLabelsRequest) ProtoMessage() {} func (*MutateAdGroupLabelsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_label_service_e6ee4fdf40e6148c, []int{1} + return fileDescriptor_ad_group_label_service_5fd3c10fbb229e04, []int{1} } func (m *MutateAdGroupLabelsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupLabelsRequest.Unmarshal(m, b) @@ -155,7 +155,7 @@ func (m *AdGroupLabelOperation) Reset() { *m = AdGroupLabelOperation{} } func (m *AdGroupLabelOperation) String() string { return proto.CompactTextString(m) } func (*AdGroupLabelOperation) ProtoMessage() {} func (*AdGroupLabelOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_label_service_e6ee4fdf40e6148c, []int{2} + return fileDescriptor_ad_group_label_service_5fd3c10fbb229e04, []int{2} } func (m *AdGroupLabelOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupLabelOperation.Unmarshal(m, b) @@ -300,7 +300,7 @@ func (m *MutateAdGroupLabelsResponse) Reset() { *m = MutateAdGroupLabels func (m *MutateAdGroupLabelsResponse) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupLabelsResponse) ProtoMessage() {} func (*MutateAdGroupLabelsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_label_service_e6ee4fdf40e6148c, []int{3} + return fileDescriptor_ad_group_label_service_5fd3c10fbb229e04, []int{3} } func (m *MutateAdGroupLabelsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupLabelsResponse.Unmarshal(m, b) @@ -347,7 +347,7 @@ func (m *MutateAdGroupLabelResult) Reset() { *m = MutateAdGroupLabelResu func (m *MutateAdGroupLabelResult) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupLabelResult) ProtoMessage() {} func (*MutateAdGroupLabelResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_label_service_e6ee4fdf40e6148c, []int{4} + return fileDescriptor_ad_group_label_service_5fd3c10fbb229e04, []int{4} } func (m *MutateAdGroupLabelResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupLabelResult.Unmarshal(m, b) @@ -494,10 +494,10 @@ var _AdGroupLabelService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/ad_group_label_service.proto", fileDescriptor_ad_group_label_service_e6ee4fdf40e6148c) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_label_service.proto", fileDescriptor_ad_group_label_service_5fd3c10fbb229e04) } -var fileDescriptor_ad_group_label_service_e6ee4fdf40e6148c = []byte{ +var fileDescriptor_ad_group_label_service_5fd3c10fbb229e04 = []byte{ // 663 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4f, 0x6b, 0xd4, 0x40, 0x14, 0x37, 0xbb, 0x52, 0xed, 0x6c, 0xb5, 0x30, 0xa5, 0x1a, 0x56, 0xd1, 0x25, 0x16, 0x2c, 0x7b, diff --git a/googleapis/ads/googleads/v1/services/ad_group_service.pb.go b/googleapis/ads/googleads/v1/services/ad_group_service.pb.go index 330b1a33e6..db946e81f8 100644 --- a/googleapis/ads/googleads/v1/services/ad_group_service.pb.go +++ b/googleapis/ads/googleads/v1/services/ad_group_service.pb.go @@ -41,7 +41,7 @@ func (m *GetAdGroupRequest) Reset() { *m = GetAdGroupRequest{} } func (m *GetAdGroupRequest) String() string { return proto.CompactTextString(m) } func (*GetAdGroupRequest) ProtoMessage() {} func (*GetAdGroupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_service_8fc9facc3c19fb17, []int{0} + return fileDescriptor_ad_group_service_b66f8854dd286f7c, []int{0} } func (m *GetAdGroupRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAdGroupRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateAdGroupsRequest) Reset() { *m = MutateAdGroupsRequest{} } func (m *MutateAdGroupsRequest) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupsRequest) ProtoMessage() {} func (*MutateAdGroupsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_service_8fc9facc3c19fb17, []int{1} + return fileDescriptor_ad_group_service_b66f8854dd286f7c, []int{1} } func (m *MutateAdGroupsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupsRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *AdGroupOperation) Reset() { *m = AdGroupOperation{} } func (m *AdGroupOperation) String() string { return proto.CompactTextString(m) } func (*AdGroupOperation) ProtoMessage() {} func (*AdGroupOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_service_8fc9facc3c19fb17, []int{2} + return fileDescriptor_ad_group_service_b66f8854dd286f7c, []int{2} } func (m *AdGroupOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateAdGroupsResponse) Reset() { *m = MutateAdGroupsResponse{} func (m *MutateAdGroupsResponse) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupsResponse) ProtoMessage() {} func (*MutateAdGroupsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_service_8fc9facc3c19fb17, []int{3} + return fileDescriptor_ad_group_service_b66f8854dd286f7c, []int{3} } func (m *MutateAdGroupsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupsResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateAdGroupResult) Reset() { *m = MutateAdGroupResult{} } func (m *MutateAdGroupResult) String() string { return proto.CompactTextString(m) } func (*MutateAdGroupResult) ProtoMessage() {} func (*MutateAdGroupResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_group_service_8fc9facc3c19fb17, []int{4} + return fileDescriptor_ad_group_service_b66f8854dd286f7c, []int{4} } func (m *MutateAdGroupResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupResult.Unmarshal(m, b) @@ -535,10 +535,10 @@ var _AdGroupService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/ad_group_service.proto", fileDescriptor_ad_group_service_8fc9facc3c19fb17) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_service.proto", fileDescriptor_ad_group_service_b66f8854dd286f7c) } -var fileDescriptor_ad_group_service_8fc9facc3c19fb17 = []byte{ +var fileDescriptor_ad_group_service_b66f8854dd286f7c = []byte{ // 702 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4f, 0x4f, 0xd4, 0x40, 0x14, 0xb7, 0xc5, 0xa0, 0x4c, 0x11, 0x75, 0x08, 0xba, 0xd9, 0x18, 0xdd, 0x54, 0x12, 0xc9, 0x46, diff --git a/googleapis/ads/googleads/v1/services/ad_group_simulation_service.pb.go b/googleapis/ads/googleads/v1/services/ad_group_simulation_service.pb.go new file mode 100644 index 0000000000..c672fe7a77 --- /dev/null +++ b/googleapis/ads/googleads/v1/services/ad_group_simulation_service.pb.go @@ -0,0 +1,175 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/services/ad_group_simulation_service.proto + +package services // import "google.golang.org/genproto/googleapis/ads/googleads/v1/services" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import resources "google.golang.org/genproto/googleapis/ads/googleads/v1/resources" +import _ "google.golang.org/genproto/googleapis/api/annotations" + +import ( + context "golang.org/x/net/context" + grpc "google.golang.org/grpc" +) + +// 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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Request message for [AdGroupSimulationService.GetAdGroupSimulation][google.ads.googleads.v1.services.AdGroupSimulationService.GetAdGroupSimulation]. +type GetAdGroupSimulationRequest struct { + // The resource name of the ad group simulation to fetch. + ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GetAdGroupSimulationRequest) Reset() { *m = GetAdGroupSimulationRequest{} } +func (m *GetAdGroupSimulationRequest) String() string { return proto.CompactTextString(m) } +func (*GetAdGroupSimulationRequest) ProtoMessage() {} +func (*GetAdGroupSimulationRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_ad_group_simulation_service_6eeb2b02d2d7da9e, []int{0} +} +func (m *GetAdGroupSimulationRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAdGroupSimulationRequest.Unmarshal(m, b) +} +func (m *GetAdGroupSimulationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAdGroupSimulationRequest.Marshal(b, m, deterministic) +} +func (dst *GetAdGroupSimulationRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAdGroupSimulationRequest.Merge(dst, src) +} +func (m *GetAdGroupSimulationRequest) XXX_Size() int { + return xxx_messageInfo_GetAdGroupSimulationRequest.Size(m) +} +func (m *GetAdGroupSimulationRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetAdGroupSimulationRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetAdGroupSimulationRequest proto.InternalMessageInfo + +func (m *GetAdGroupSimulationRequest) GetResourceName() string { + if m != nil { + return m.ResourceName + } + return "" +} + +func init() { + proto.RegisterType((*GetAdGroupSimulationRequest)(nil), "google.ads.googleads.v1.services.GetAdGroupSimulationRequest") +} + +// Reference imports to suppress errors if they are not otherwise used. +var _ context.Context +var _ grpc.ClientConn + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the grpc package it is being compiled against. +const _ = grpc.SupportPackageIsVersion4 + +// AdGroupSimulationServiceClient is the client API for AdGroupSimulationService service. +// +// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. +type AdGroupSimulationServiceClient interface { + // Returns the requested ad group simulation in full detail. + GetAdGroupSimulation(ctx context.Context, in *GetAdGroupSimulationRequest, opts ...grpc.CallOption) (*resources.AdGroupSimulation, error) +} + +type adGroupSimulationServiceClient struct { + cc *grpc.ClientConn +} + +func NewAdGroupSimulationServiceClient(cc *grpc.ClientConn) AdGroupSimulationServiceClient { + return &adGroupSimulationServiceClient{cc} +} + +func (c *adGroupSimulationServiceClient) GetAdGroupSimulation(ctx context.Context, in *GetAdGroupSimulationRequest, opts ...grpc.CallOption) (*resources.AdGroupSimulation, error) { + out := new(resources.AdGroupSimulation) + err := c.cc.Invoke(ctx, "/google.ads.googleads.v1.services.AdGroupSimulationService/GetAdGroupSimulation", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +// AdGroupSimulationServiceServer is the server API for AdGroupSimulationService service. +type AdGroupSimulationServiceServer interface { + // Returns the requested ad group simulation in full detail. + GetAdGroupSimulation(context.Context, *GetAdGroupSimulationRequest) (*resources.AdGroupSimulation, error) +} + +func RegisterAdGroupSimulationServiceServer(s *grpc.Server, srv AdGroupSimulationServiceServer) { + s.RegisterService(&_AdGroupSimulationService_serviceDesc, srv) +} + +func _AdGroupSimulationService_GetAdGroupSimulation_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetAdGroupSimulationRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(AdGroupSimulationServiceServer).GetAdGroupSimulation(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.ads.googleads.v1.services.AdGroupSimulationService/GetAdGroupSimulation", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(AdGroupSimulationServiceServer).GetAdGroupSimulation(ctx, req.(*GetAdGroupSimulationRequest)) + } + return interceptor(ctx, in, info, handler) +} + +var _AdGroupSimulationService_serviceDesc = grpc.ServiceDesc{ + ServiceName: "google.ads.googleads.v1.services.AdGroupSimulationService", + HandlerType: (*AdGroupSimulationServiceServer)(nil), + Methods: []grpc.MethodDesc{ + { + MethodName: "GetAdGroupSimulation", + Handler: _AdGroupSimulationService_GetAdGroupSimulation_Handler, + }, + }, + Streams: []grpc.StreamDesc{}, + Metadata: "google/ads/googleads/v1/services/ad_group_simulation_service.proto", +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_simulation_service.proto", fileDescriptor_ad_group_simulation_service_6eeb2b02d2d7da9e) +} + +var fileDescriptor_ad_group_simulation_service_6eeb2b02d2d7da9e = []byte{ + // 367 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xcd, 0x4a, 0xeb, 0x40, + 0x14, 0x26, 0xb9, 0x70, 0xe1, 0x86, 0xeb, 0x26, 0xb8, 0x28, 0x55, 0xa1, 0xd4, 0x2e, 0xa4, 0x8b, + 0x19, 0xa2, 0xc5, 0xc5, 0xd4, 0x2e, 0x92, 0x4d, 0x5c, 0x49, 0x69, 0xa1, 0x0b, 0x09, 0x84, 0xb1, + 0x33, 0x0c, 0x81, 0x26, 0x13, 0xe7, 0x24, 0xdd, 0x88, 0x1b, 0xf1, 0x0d, 0x7c, 0x03, 0x97, 0xbe, + 0x89, 0x6e, 0x7d, 0x05, 0x71, 0xe1, 0x53, 0x48, 0x3a, 0x9d, 0x80, 0xd6, 0xd8, 0xdd, 0xc7, 0x9c, + 0xef, 0xe7, 0xcc, 0x37, 0xe3, 0x04, 0x42, 0x4a, 0xb1, 0xe0, 0x98, 0x32, 0xc0, 0x1a, 0x56, 0x68, + 0xe9, 0x61, 0xe0, 0x6a, 0x99, 0xcc, 0x39, 0x60, 0xca, 0x62, 0xa1, 0x64, 0x99, 0xc7, 0x90, 0xa4, + 0xe5, 0x82, 0x16, 0x89, 0xcc, 0xe2, 0xf5, 0x10, 0xe5, 0x4a, 0x16, 0xd2, 0xed, 0x68, 0x21, 0xa2, + 0x0c, 0x50, 0xed, 0x81, 0x96, 0x1e, 0x32, 0x1e, 0xed, 0x61, 0x53, 0x8a, 0xe2, 0x20, 0x4b, 0xd5, + 0x10, 0xa3, 0xed, 0xdb, 0xfb, 0x46, 0x9c, 0x27, 0x98, 0x66, 0x99, 0x2c, 0x56, 0x43, 0xd0, 0xd3, + 0x6e, 0xe0, 0xec, 0x85, 0xbc, 0xf0, 0x59, 0x58, 0x89, 0xa7, 0xb5, 0x76, 0xc2, 0xaf, 0x4b, 0x0e, + 0x85, 0x7b, 0xe8, 0xec, 0x98, 0x8c, 0x38, 0xa3, 0x29, 0x6f, 0x59, 0x1d, 0xeb, 0xe8, 0xdf, 0xe4, + 0xbf, 0x39, 0xbc, 0xa0, 0x29, 0x3f, 0x7e, 0xb7, 0x9c, 0xd6, 0x86, 0xc3, 0x54, 0x2f, 0xef, 0x3e, + 0x5b, 0xce, 0xee, 0x4f, 0x09, 0xee, 0x08, 0x6d, 0xbb, 0x37, 0xfa, 0x65, 0xb3, 0xf6, 0xa0, 0x51, + 0x5e, 0x97, 0x82, 0x36, 0xc4, 0xdd, 0xb3, 0xbb, 0xd7, 0xb7, 0x07, 0xfb, 0xd4, 0x1d, 0x54, 0xed, + 0xdd, 0x7c, 0xb9, 0xda, 0x68, 0x5e, 0x42, 0x21, 0x53, 0xae, 0x00, 0xf7, 0x31, 0xfd, 0xae, 0x04, + 0xdc, 0xbf, 0x0d, 0xee, 0x6d, 0xa7, 0x37, 0x97, 0xe9, 0xd6, 0xc5, 0x83, 0x83, 0xa6, 0x3a, 0xc6, + 0x55, 0xe9, 0x63, 0xeb, 0xf2, 0x7c, 0x6d, 0x21, 0xe4, 0x82, 0x66, 0x02, 0x49, 0x25, 0xb0, 0xe0, + 0xd9, 0xea, 0x49, 0xcc, 0x0b, 0xe7, 0x09, 0x34, 0x7f, 0xab, 0xa1, 0x01, 0x8f, 0xf6, 0x9f, 0xd0, + 0xf7, 0x9f, 0xec, 0x4e, 0xa8, 0x0d, 0x7d, 0x06, 0x48, 0xc3, 0x0a, 0xcd, 0x3c, 0xb4, 0x0e, 0x86, + 0x17, 0x43, 0x89, 0x7c, 0x06, 0x51, 0x4d, 0x89, 0x66, 0x5e, 0x64, 0x28, 0x1f, 0x76, 0x4f, 0x9f, + 0x13, 0xe2, 0x33, 0x20, 0xa4, 0x26, 0x11, 0x32, 0xf3, 0x08, 0x31, 0xb4, 0xab, 0xbf, 0xab, 0x3d, + 0x4f, 0x3e, 0x03, 0x00, 0x00, 0xff, 0xff, 0xae, 0xdf, 0xb6, 0xd4, 0xfd, 0x02, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/services/ad_parameter_service.pb.go b/googleapis/ads/googleads/v1/services/ad_parameter_service.pb.go index f6b3434db1..0330a4dc92 100644 --- a/googleapis/ads/googleads/v1/services/ad_parameter_service.pb.go +++ b/googleapis/ads/googleads/v1/services/ad_parameter_service.pb.go @@ -41,7 +41,7 @@ func (m *GetAdParameterRequest) Reset() { *m = GetAdParameterRequest{} } func (m *GetAdParameterRequest) String() string { return proto.CompactTextString(m) } func (*GetAdParameterRequest) ProtoMessage() {} func (*GetAdParameterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_parameter_service_fab560cd00473644, []int{0} + return fileDescriptor_ad_parameter_service_06b4e4938dc4aa57, []int{0} } func (m *GetAdParameterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAdParameterRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateAdParametersRequest) Reset() { *m = MutateAdParametersReq func (m *MutateAdParametersRequest) String() string { return proto.CompactTextString(m) } func (*MutateAdParametersRequest) ProtoMessage() {} func (*MutateAdParametersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_parameter_service_fab560cd00473644, []int{1} + return fileDescriptor_ad_parameter_service_06b4e4938dc4aa57, []int{1} } func (m *MutateAdParametersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdParametersRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *AdParameterOperation) Reset() { *m = AdParameterOperation{} } func (m *AdParameterOperation) String() string { return proto.CompactTextString(m) } func (*AdParameterOperation) ProtoMessage() {} func (*AdParameterOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_parameter_service_fab560cd00473644, []int{2} + return fileDescriptor_ad_parameter_service_06b4e4938dc4aa57, []int{2} } func (m *AdParameterOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdParameterOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateAdParametersResponse) Reset() { *m = MutateAdParametersRe func (m *MutateAdParametersResponse) String() string { return proto.CompactTextString(m) } func (*MutateAdParametersResponse) ProtoMessage() {} func (*MutateAdParametersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_parameter_service_fab560cd00473644, []int{3} + return fileDescriptor_ad_parameter_service_06b4e4938dc4aa57, []int{3} } func (m *MutateAdParametersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdParametersResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateAdParameterResult) Reset() { *m = MutateAdParameterResult func (m *MutateAdParameterResult) String() string { return proto.CompactTextString(m) } func (*MutateAdParameterResult) ProtoMessage() {} func (*MutateAdParameterResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_parameter_service_fab560cd00473644, []int{4} + return fileDescriptor_ad_parameter_service_06b4e4938dc4aa57, []int{4} } func (m *MutateAdParameterResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdParameterResult.Unmarshal(m, b) @@ -537,10 +537,10 @@ var _AdParameterService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/ad_parameter_service.proto", fileDescriptor_ad_parameter_service_fab560cd00473644) + proto.RegisterFile("google/ads/googleads/v1/services/ad_parameter_service.proto", fileDescriptor_ad_parameter_service_06b4e4938dc4aa57) } -var fileDescriptor_ad_parameter_service_fab560cd00473644 = []byte{ +var fileDescriptor_ad_parameter_service_06b4e4938dc4aa57 = []byte{ // 710 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0x4f, 0x6b, 0xd4, 0x4e, 0x18, 0xfe, 0x25, 0xfb, 0xa3, 0xda, 0x49, 0xad, 0x30, 0x5a, 0xba, 0x2e, 0xa2, 0x4b, 0x2c, 0x58, diff --git a/googleapis/ads/googleads/v1/services/ad_schedule_view_service.pb.go b/googleapis/ads/googleads/v1/services/ad_schedule_view_service.pb.go index a78061f925..a84bbc40b1 100644 --- a/googleapis/ads/googleads/v1/services/ad_schedule_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/ad_schedule_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetAdScheduleViewRequest) Reset() { *m = GetAdScheduleViewReque func (m *GetAdScheduleViewRequest) String() string { return proto.CompactTextString(m) } func (*GetAdScheduleViewRequest) ProtoMessage() {} func (*GetAdScheduleViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad_schedule_view_service_ed1aa385e7fcb40c, []int{0} + return fileDescriptor_ad_schedule_view_service_e3a15fb179c0103d, []int{0} } func (m *GetAdScheduleViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAdScheduleViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _AdScheduleViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/ad_schedule_view_service.proto", fileDescriptor_ad_schedule_view_service_ed1aa385e7fcb40c) + proto.RegisterFile("google/ads/googleads/v1/services/ad_schedule_view_service.proto", fileDescriptor_ad_schedule_view_service_e3a15fb179c0103d) } -var fileDescriptor_ad_schedule_view_service_ed1aa385e7fcb40c = []byte{ +var fileDescriptor_ad_schedule_view_service_e3a15fb179c0103d = []byte{ // 366 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xbf, 0x4a, 0xc3, 0x40, 0x1c, 0xc7, 0x49, 0x04, 0xc1, 0xa0, 0x83, 0x01, 0xa1, 0x04, 0x87, 0x52, 0x3b, 0x48, 0x87, 0x3b, diff --git a/googleapis/ads/googleads/v1/services/age_range_view_service.pb.go b/googleapis/ads/googleads/v1/services/age_range_view_service.pb.go index 3935e86ddb..4014263c2f 100644 --- a/googleapis/ads/googleads/v1/services/age_range_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/age_range_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetAgeRangeViewRequest) Reset() { *m = GetAgeRangeViewRequest{} func (m *GetAgeRangeViewRequest) String() string { return proto.CompactTextString(m) } func (*GetAgeRangeViewRequest) ProtoMessage() {} func (*GetAgeRangeViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_age_range_view_service_fffca365fdbf8142, []int{0} + return fileDescriptor_age_range_view_service_77fc07ff34ca1f9c, []int{0} } func (m *GetAgeRangeViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAgeRangeViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _AgeRangeViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/age_range_view_service.proto", fileDescriptor_age_range_view_service_fffca365fdbf8142) + proto.RegisterFile("google/ads/googleads/v1/services/age_range_view_service.proto", fileDescriptor_age_range_view_service_77fc07ff34ca1f9c) } -var fileDescriptor_age_range_view_service_fffca365fdbf8142 = []byte{ +var fileDescriptor_age_range_view_service_77fc07ff34ca1f9c = []byte{ // 364 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x3f, 0x4b, 0xc3, 0x40, 0x18, 0xc6, 0x49, 0x04, 0xc1, 0xa0, 0x08, 0x11, 0xa4, 0x14, 0x87, 0x52, 0x3b, 0x48, 0x87, 0x3b, diff --git a/googleapis/ads/googleads/v1/services/asset_service.pb.go b/googleapis/ads/googleads/v1/services/asset_service.pb.go index 86ade129cf..51aaf4f59b 100644 --- a/googleapis/ads/googleads/v1/services/asset_service.pb.go +++ b/googleapis/ads/googleads/v1/services/asset_service.pb.go @@ -38,7 +38,7 @@ func (m *GetAssetRequest) Reset() { *m = GetAssetRequest{} } func (m *GetAssetRequest) String() string { return proto.CompactTextString(m) } func (*GetAssetRequest) ProtoMessage() {} func (*GetAssetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_6973137248fb30b8, []int{0} + return fileDescriptor_asset_service_f6d94be756c262a6, []int{0} } func (m *GetAssetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAssetRequest.Unmarshal(m, b) @@ -80,7 +80,7 @@ func (m *MutateAssetsRequest) Reset() { *m = MutateAssetsRequest{} } func (m *MutateAssetsRequest) String() string { return proto.CompactTextString(m) } func (*MutateAssetsRequest) ProtoMessage() {} func (*MutateAssetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_6973137248fb30b8, []int{1} + return fileDescriptor_asset_service_f6d94be756c262a6, []int{1} } func (m *MutateAssetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAssetsRequest.Unmarshal(m, b) @@ -130,7 +130,7 @@ func (m *AssetOperation) Reset() { *m = AssetOperation{} } func (m *AssetOperation) String() string { return proto.CompactTextString(m) } func (*AssetOperation) ProtoMessage() {} func (*AssetOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_6973137248fb30b8, []int{2} + return fileDescriptor_asset_service_f6d94be756c262a6, []int{2} } func (m *AssetOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AssetOperation.Unmarshal(m, b) @@ -242,7 +242,7 @@ func (m *MutateAssetsResponse) Reset() { *m = MutateAssetsResponse{} } func (m *MutateAssetsResponse) String() string { return proto.CompactTextString(m) } func (*MutateAssetsResponse) ProtoMessage() {} func (*MutateAssetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_6973137248fb30b8, []int{3} + return fileDescriptor_asset_service_f6d94be756c262a6, []int{3} } func (m *MutateAssetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAssetsResponse.Unmarshal(m, b) @@ -282,7 +282,7 @@ func (m *MutateAssetResult) Reset() { *m = MutateAssetResult{} } func (m *MutateAssetResult) String() string { return proto.CompactTextString(m) } func (*MutateAssetResult) ProtoMessage() {} func (*MutateAssetResult) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_6973137248fb30b8, []int{4} + return fileDescriptor_asset_service_f6d94be756c262a6, []int{4} } func (m *MutateAssetResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAssetResult.Unmarshal(m, b) @@ -427,10 +427,10 @@ var _AssetService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/asset_service.proto", fileDescriptor_asset_service_6973137248fb30b8) + proto.RegisterFile("google/ads/googleads/v1/services/asset_service.proto", fileDescriptor_asset_service_f6d94be756c262a6) } -var fileDescriptor_asset_service_6973137248fb30b8 = []byte{ +var fileDescriptor_asset_service_f6d94be756c262a6 = []byte{ // 520 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xbf, 0x6f, 0xd3, 0x40, 0x14, 0xc6, 0xae, 0x54, 0xe8, 0x25, 0x80, 0x7a, 0x30, 0x54, 0x11, 0x12, 0x91, 0xe9, 0x10, 0x19, diff --git a/googleapis/ads/googleads/v1/services/bidding_strategy_service.pb.go b/googleapis/ads/googleads/v1/services/bidding_strategy_service.pb.go index 8c26a8bd73..800d21f981 100644 --- a/googleapis/ads/googleads/v1/services/bidding_strategy_service.pb.go +++ b/googleapis/ads/googleads/v1/services/bidding_strategy_service.pb.go @@ -41,7 +41,7 @@ func (m *GetBiddingStrategyRequest) Reset() { *m = GetBiddingStrategyReq func (m *GetBiddingStrategyRequest) String() string { return proto.CompactTextString(m) } func (*GetBiddingStrategyRequest) ProtoMessage() {} func (*GetBiddingStrategyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_service_c8276e79a5566ec3, []int{0} + return fileDescriptor_bidding_strategy_service_98c343afe8e94e27, []int{0} } func (m *GetBiddingStrategyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetBiddingStrategyRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateBiddingStrategiesRequest) Reset() { *m = MutateBiddingStr func (m *MutateBiddingStrategiesRequest) String() string { return proto.CompactTextString(m) } func (*MutateBiddingStrategiesRequest) ProtoMessage() {} func (*MutateBiddingStrategiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_service_c8276e79a5566ec3, []int{1} + return fileDescriptor_bidding_strategy_service_98c343afe8e94e27, []int{1} } func (m *MutateBiddingStrategiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateBiddingStrategiesRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *BiddingStrategyOperation) Reset() { *m = BiddingStrategyOperati func (m *BiddingStrategyOperation) String() string { return proto.CompactTextString(m) } func (*BiddingStrategyOperation) ProtoMessage() {} func (*BiddingStrategyOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_service_c8276e79a5566ec3, []int{2} + return fileDescriptor_bidding_strategy_service_98c343afe8e94e27, []int{2} } func (m *BiddingStrategyOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BiddingStrategyOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateBiddingStrategiesResponse) Reset() { *m = MutateBiddingSt func (m *MutateBiddingStrategiesResponse) String() string { return proto.CompactTextString(m) } func (*MutateBiddingStrategiesResponse) ProtoMessage() {} func (*MutateBiddingStrategiesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_service_c8276e79a5566ec3, []int{3} + return fileDescriptor_bidding_strategy_service_98c343afe8e94e27, []int{3} } func (m *MutateBiddingStrategiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateBiddingStrategiesResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateBiddingStrategyResult) Reset() { *m = MutateBiddingStrate func (m *MutateBiddingStrategyResult) String() string { return proto.CompactTextString(m) } func (*MutateBiddingStrategyResult) ProtoMessage() {} func (*MutateBiddingStrategyResult) Descriptor() ([]byte, []int) { - return fileDescriptor_bidding_strategy_service_c8276e79a5566ec3, []int{4} + return fileDescriptor_bidding_strategy_service_98c343afe8e94e27, []int{4} } func (m *MutateBiddingStrategyResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateBiddingStrategyResult.Unmarshal(m, b) @@ -537,10 +537,10 @@ var _BiddingStrategyService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/bidding_strategy_service.proto", fileDescriptor_bidding_strategy_service_c8276e79a5566ec3) + proto.RegisterFile("google/ads/googleads/v1/services/bidding_strategy_service.proto", fileDescriptor_bidding_strategy_service_98c343afe8e94e27) } -var fileDescriptor_bidding_strategy_service_c8276e79a5566ec3 = []byte{ +var fileDescriptor_bidding_strategy_service_98c343afe8e94e27 = []byte{ // 721 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xd1, 0x6a, 0xd4, 0x4c, 0x14, 0xc7, 0xbf, 0x64, 0x3f, 0xaa, 0x9d, 0x54, 0x85, 0x11, 0x6d, 0xdc, 0x4a, 0xbb, 0xc4, 0x82, diff --git a/googleapis/ads/googleads/v1/services/billing_setup_service.pb.go b/googleapis/ads/googleads/v1/services/billing_setup_service.pb.go index ef6361a530..81d874d155 100644 --- a/googleapis/ads/googleads/v1/services/billing_setup_service.pb.go +++ b/googleapis/ads/googleads/v1/services/billing_setup_service.pb.go @@ -39,7 +39,7 @@ func (m *GetBillingSetupRequest) Reset() { *m = GetBillingSetupRequest{} func (m *GetBillingSetupRequest) String() string { return proto.CompactTextString(m) } func (*GetBillingSetupRequest) ProtoMessage() {} func (*GetBillingSetupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_service_63d627a5d2fe7e8c, []int{0} + return fileDescriptor_billing_setup_service_6bff980c1ed14b83, []int{0} } func (m *GetBillingSetupRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetBillingSetupRequest.Unmarshal(m, b) @@ -81,7 +81,7 @@ func (m *MutateBillingSetupRequest) Reset() { *m = MutateBillingSetupReq func (m *MutateBillingSetupRequest) String() string { return proto.CompactTextString(m) } func (*MutateBillingSetupRequest) ProtoMessage() {} func (*MutateBillingSetupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_service_63d627a5d2fe7e8c, []int{1} + return fileDescriptor_billing_setup_service_6bff980c1ed14b83, []int{1} } func (m *MutateBillingSetupRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateBillingSetupRequest.Unmarshal(m, b) @@ -134,7 +134,7 @@ func (m *BillingSetupOperation) Reset() { *m = BillingSetupOperation{} } func (m *BillingSetupOperation) String() string { return proto.CompactTextString(m) } func (*BillingSetupOperation) ProtoMessage() {} func (*BillingSetupOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_service_63d627a5d2fe7e8c, []int{2} + return fileDescriptor_billing_setup_service_6bff980c1ed14b83, []int{2} } func (m *BillingSetupOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BillingSetupOperation.Unmarshal(m, b) @@ -274,7 +274,7 @@ func (m *MutateBillingSetupResponse) Reset() { *m = MutateBillingSetupRe func (m *MutateBillingSetupResponse) String() string { return proto.CompactTextString(m) } func (*MutateBillingSetupResponse) ProtoMessage() {} func (*MutateBillingSetupResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_service_63d627a5d2fe7e8c, []int{3} + return fileDescriptor_billing_setup_service_6bff980c1ed14b83, []int{3} } func (m *MutateBillingSetupResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateBillingSetupResponse.Unmarshal(m, b) @@ -314,7 +314,7 @@ func (m *MutateBillingSetupResult) Reset() { *m = MutateBillingSetupResu func (m *MutateBillingSetupResult) String() string { return proto.CompactTextString(m) } func (*MutateBillingSetupResult) ProtoMessage() {} func (*MutateBillingSetupResult) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_setup_service_63d627a5d2fe7e8c, []int{4} + return fileDescriptor_billing_setup_service_6bff980c1ed14b83, []int{4} } func (m *MutateBillingSetupResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateBillingSetupResult.Unmarshal(m, b) @@ -459,10 +459,10 @@ var _BillingSetupService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/billing_setup_service.proto", fileDescriptor_billing_setup_service_63d627a5d2fe7e8c) + proto.RegisterFile("google/ads/googleads/v1/services/billing_setup_service.proto", fileDescriptor_billing_setup_service_6bff980c1ed14b83) } -var fileDescriptor_billing_setup_service_63d627a5d2fe7e8c = []byte{ +var fileDescriptor_billing_setup_service_6bff980c1ed14b83 = []byte{ // 545 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x31, 0x6f, 0xd3, 0x40, 0x14, 0xe6, 0x52, 0x29, 0x52, 0x2f, 0x20, 0xa4, 0x43, 0xa0, 0x10, 0x21, 0x11, 0x99, 0x0e, 0x55, diff --git a/googleapis/ads/googleads/v1/services/campaign_audience_view_service.pb.go b/googleapis/ads/googleads/v1/services/campaign_audience_view_service.pb.go index d52474e7bf..b9b32bd170 100644 --- a/googleapis/ads/googleads/v1/services/campaign_audience_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/campaign_audience_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetCampaignAudienceViewRequest) Reset() { *m = GetCampaignAudie func (m *GetCampaignAudienceViewRequest) String() string { return proto.CompactTextString(m) } func (*GetCampaignAudienceViewRequest) ProtoMessage() {} func (*GetCampaignAudienceViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_audience_view_service_5323c93934e79db8, []int{0} + return fileDescriptor_campaign_audience_view_service_4246c126b41f8f58, []int{0} } func (m *GetCampaignAudienceViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCampaignAudienceViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _CampaignAudienceViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/campaign_audience_view_service.proto", fileDescriptor_campaign_audience_view_service_5323c93934e79db8) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_audience_view_service.proto", fileDescriptor_campaign_audience_view_service_4246c126b41f8f58) } -var fileDescriptor_campaign_audience_view_service_5323c93934e79db8 = []byte{ +var fileDescriptor_campaign_audience_view_service_4246c126b41f8f58 = []byte{ // 378 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0x3d, 0x6b, 0xdb, 0x40, 0x18, 0x46, 0x2a, 0x14, 0x2a, 0xda, 0x45, 0x4b, 0x8b, 0x5b, 0x8a, 0x70, 0x3d, 0x14, 0x0f, 0x77, diff --git a/googleapis/ads/googleads/v1/services/campaign_bid_modifier_service.pb.go b/googleapis/ads/googleads/v1/services/campaign_bid_modifier_service.pb.go index 58dd54c75c..f66efa31ac 100644 --- a/googleapis/ads/googleads/v1/services/campaign_bid_modifier_service.pb.go +++ b/googleapis/ads/googleads/v1/services/campaign_bid_modifier_service.pb.go @@ -41,7 +41,7 @@ func (m *GetCampaignBidModifierRequest) Reset() { *m = GetCampaignBidMod func (m *GetCampaignBidModifierRequest) String() string { return proto.CompactTextString(m) } func (*GetCampaignBidModifierRequest) ProtoMessage() {} func (*GetCampaignBidModifierRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_bid_modifier_service_650f1d7108efa56a, []int{0} + return fileDescriptor_campaign_bid_modifier_service_eb7befde0ae1b2cc, []int{0} } func (m *GetCampaignBidModifierRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCampaignBidModifierRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateCampaignBidModifiersRequest) Reset() { *m = MutateCampaig func (m *MutateCampaignBidModifiersRequest) String() string { return proto.CompactTextString(m) } func (*MutateCampaignBidModifiersRequest) ProtoMessage() {} func (*MutateCampaignBidModifiersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_bid_modifier_service_650f1d7108efa56a, []int{1} + return fileDescriptor_campaign_bid_modifier_service_eb7befde0ae1b2cc, []int{1} } func (m *MutateCampaignBidModifiersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignBidModifiersRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *CampaignBidModifierOperation) Reset() { *m = CampaignBidModifie func (m *CampaignBidModifierOperation) String() string { return proto.CompactTextString(m) } func (*CampaignBidModifierOperation) ProtoMessage() {} func (*CampaignBidModifierOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_bid_modifier_service_650f1d7108efa56a, []int{2} + return fileDescriptor_campaign_bid_modifier_service_eb7befde0ae1b2cc, []int{2} } func (m *CampaignBidModifierOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignBidModifierOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateCampaignBidModifiersResponse) Reset() { *m = MutateCampai func (m *MutateCampaignBidModifiersResponse) String() string { return proto.CompactTextString(m) } func (*MutateCampaignBidModifiersResponse) ProtoMessage() {} func (*MutateCampaignBidModifiersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_bid_modifier_service_650f1d7108efa56a, []int{3} + return fileDescriptor_campaign_bid_modifier_service_eb7befde0ae1b2cc, []int{3} } func (m *MutateCampaignBidModifiersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignBidModifiersResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateCampaignBidModifierResult) Reset() { *m = MutateCampaignB func (m *MutateCampaignBidModifierResult) String() string { return proto.CompactTextString(m) } func (*MutateCampaignBidModifierResult) ProtoMessage() {} func (*MutateCampaignBidModifierResult) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_bid_modifier_service_650f1d7108efa56a, []int{4} + return fileDescriptor_campaign_bid_modifier_service_eb7befde0ae1b2cc, []int{4} } func (m *MutateCampaignBidModifierResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignBidModifierResult.Unmarshal(m, b) @@ -537,10 +537,10 @@ var _CampaignBidModifierService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/campaign_bid_modifier_service.proto", fileDescriptor_campaign_bid_modifier_service_650f1d7108efa56a) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_bid_modifier_service.proto", fileDescriptor_campaign_bid_modifier_service_eb7befde0ae1b2cc) } -var fileDescriptor_campaign_bid_modifier_service_650f1d7108efa56a = []byte{ +var fileDescriptor_campaign_bid_modifier_service_eb7befde0ae1b2cc = []byte{ // 728 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0x4f, 0x6e, 0xd3, 0x4c, 0x14, 0xc0, 0x3f, 0x3b, 0x9f, 0x0a, 0x9d, 0x14, 0x90, 0x06, 0x01, 0x51, 0x54, 0x68, 0x30, 0x95, diff --git a/googleapis/ads/googleads/v1/services/campaign_budget_service.pb.go b/googleapis/ads/googleads/v1/services/campaign_budget_service.pb.go index 1e1d01e08f..559d8478db 100644 --- a/googleapis/ads/googleads/v1/services/campaign_budget_service.pb.go +++ b/googleapis/ads/googleads/v1/services/campaign_budget_service.pb.go @@ -41,7 +41,7 @@ func (m *GetCampaignBudgetRequest) Reset() { *m = GetCampaignBudgetReque func (m *GetCampaignBudgetRequest) String() string { return proto.CompactTextString(m) } func (*GetCampaignBudgetRequest) ProtoMessage() {} func (*GetCampaignBudgetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_budget_service_46f127f93ff7c20c, []int{0} + return fileDescriptor_campaign_budget_service_7c839c9c61357c69, []int{0} } func (m *GetCampaignBudgetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCampaignBudgetRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateCampaignBudgetsRequest) Reset() { *m = MutateCampaignBudg func (m *MutateCampaignBudgetsRequest) String() string { return proto.CompactTextString(m) } func (*MutateCampaignBudgetsRequest) ProtoMessage() {} func (*MutateCampaignBudgetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_budget_service_46f127f93ff7c20c, []int{1} + return fileDescriptor_campaign_budget_service_7c839c9c61357c69, []int{1} } func (m *MutateCampaignBudgetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignBudgetsRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *CampaignBudgetOperation) Reset() { *m = CampaignBudgetOperation func (m *CampaignBudgetOperation) String() string { return proto.CompactTextString(m) } func (*CampaignBudgetOperation) ProtoMessage() {} func (*CampaignBudgetOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_budget_service_46f127f93ff7c20c, []int{2} + return fileDescriptor_campaign_budget_service_7c839c9c61357c69, []int{2} } func (m *CampaignBudgetOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignBudgetOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateCampaignBudgetsResponse) Reset() { *m = MutateCampaignBud func (m *MutateCampaignBudgetsResponse) String() string { return proto.CompactTextString(m) } func (*MutateCampaignBudgetsResponse) ProtoMessage() {} func (*MutateCampaignBudgetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_budget_service_46f127f93ff7c20c, []int{3} + return fileDescriptor_campaign_budget_service_7c839c9c61357c69, []int{3} } func (m *MutateCampaignBudgetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignBudgetsResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateCampaignBudgetResult) Reset() { *m = MutateCampaignBudget func (m *MutateCampaignBudgetResult) String() string { return proto.CompactTextString(m) } func (*MutateCampaignBudgetResult) ProtoMessage() {} func (*MutateCampaignBudgetResult) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_budget_service_46f127f93ff7c20c, []int{4} + return fileDescriptor_campaign_budget_service_7c839c9c61357c69, []int{4} } func (m *MutateCampaignBudgetResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignBudgetResult.Unmarshal(m, b) @@ -537,10 +537,10 @@ var _CampaignBudgetService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/campaign_budget_service.proto", fileDescriptor_campaign_budget_service_46f127f93ff7c20c) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_budget_service.proto", fileDescriptor_campaign_budget_service_7c839c9c61357c69) } -var fileDescriptor_campaign_budget_service_46f127f93ff7c20c = []byte{ +var fileDescriptor_campaign_budget_service_7c839c9c61357c69 = []byte{ // 717 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xc1, 0x6b, 0xd4, 0x4e, 0x14, 0xfe, 0x25, 0xfb, 0xa3, 0xda, 0xd9, 0xaa, 0x38, 0x52, 0xba, 0x84, 0xaa, 0x4b, 0x2c, 0x58, diff --git a/googleapis/ads/googleads/v1/services/campaign_criterion_service.pb.go b/googleapis/ads/googleads/v1/services/campaign_criterion_service.pb.go index 448adf60e0..2b47f77458 100644 --- a/googleapis/ads/googleads/v1/services/campaign_criterion_service.pb.go +++ b/googleapis/ads/googleads/v1/services/campaign_criterion_service.pb.go @@ -41,7 +41,7 @@ func (m *GetCampaignCriterionRequest) Reset() { *m = GetCampaignCriterio func (m *GetCampaignCriterionRequest) String() string { return proto.CompactTextString(m) } func (*GetCampaignCriterionRequest) ProtoMessage() {} func (*GetCampaignCriterionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_criterion_service_76ecc9bf710d7316, []int{0} + return fileDescriptor_campaign_criterion_service_6844638016c8baf0, []int{0} } func (m *GetCampaignCriterionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCampaignCriterionRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateCampaignCriteriaRequest) Reset() { *m = MutateCampaignCri func (m *MutateCampaignCriteriaRequest) String() string { return proto.CompactTextString(m) } func (*MutateCampaignCriteriaRequest) ProtoMessage() {} func (*MutateCampaignCriteriaRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_criterion_service_76ecc9bf710d7316, []int{1} + return fileDescriptor_campaign_criterion_service_6844638016c8baf0, []int{1} } func (m *MutateCampaignCriteriaRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignCriteriaRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *CampaignCriterionOperation) Reset() { *m = CampaignCriterionOpe func (m *CampaignCriterionOperation) String() string { return proto.CompactTextString(m) } func (*CampaignCriterionOperation) ProtoMessage() {} func (*CampaignCriterionOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_criterion_service_76ecc9bf710d7316, []int{2} + return fileDescriptor_campaign_criterion_service_6844638016c8baf0, []int{2} } func (m *CampaignCriterionOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignCriterionOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateCampaignCriteriaResponse) Reset() { *m = MutateCampaignCr func (m *MutateCampaignCriteriaResponse) String() string { return proto.CompactTextString(m) } func (*MutateCampaignCriteriaResponse) ProtoMessage() {} func (*MutateCampaignCriteriaResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_criterion_service_76ecc9bf710d7316, []int{3} + return fileDescriptor_campaign_criterion_service_6844638016c8baf0, []int{3} } func (m *MutateCampaignCriteriaResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignCriteriaResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateCampaignCriterionResult) Reset() { *m = MutateCampaignCri func (m *MutateCampaignCriterionResult) String() string { return proto.CompactTextString(m) } func (*MutateCampaignCriterionResult) ProtoMessage() {} func (*MutateCampaignCriterionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_criterion_service_76ecc9bf710d7316, []int{4} + return fileDescriptor_campaign_criterion_service_6844638016c8baf0, []int{4} } func (m *MutateCampaignCriterionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignCriterionResult.Unmarshal(m, b) @@ -535,10 +535,10 @@ var _CampaignCriterionService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/campaign_criterion_service.proto", fileDescriptor_campaign_criterion_service_76ecc9bf710d7316) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_criterion_service.proto", fileDescriptor_campaign_criterion_service_6844638016c8baf0) } -var fileDescriptor_campaign_criterion_service_76ecc9bf710d7316 = []byte{ +var fileDescriptor_campaign_criterion_service_6844638016c8baf0 = []byte{ // 721 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0x4f, 0x6b, 0xd4, 0x4c, 0x1c, 0xc7, 0x9f, 0x64, 0x1f, 0xfa, 0x3c, 0x9d, 0xad, 0x0a, 0xe3, 0xbf, 0xb0, 0xda, 0xba, 0xc4, diff --git a/googleapis/ads/googleads/v1/services/campaign_criterion_simulation_service.pb.go b/googleapis/ads/googleads/v1/services/campaign_criterion_simulation_service.pb.go new file mode 100644 index 0000000000..71038dea8a --- /dev/null +++ b/googleapis/ads/googleads/v1/services/campaign_criterion_simulation_service.pb.go @@ -0,0 +1,177 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/services/campaign_criterion_simulation_service.proto + +package services // import "google.golang.org/genproto/googleapis/ads/googleads/v1/services" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import resources "google.golang.org/genproto/googleapis/ads/googleads/v1/resources" +import _ "google.golang.org/genproto/googleapis/api/annotations" + +import ( + context "golang.org/x/net/context" + grpc "google.golang.org/grpc" +) + +// 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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Request message for +// [CampaignCriterionSimulationService.GetCampaignCriterionSimulation][google.ads.googleads.v1.services.CampaignCriterionSimulationService.GetCampaignCriterionSimulation]. +type GetCampaignCriterionSimulationRequest struct { + // The resource name of the campaign criterion simulation to fetch. + ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GetCampaignCriterionSimulationRequest) Reset() { *m = GetCampaignCriterionSimulationRequest{} } +func (m *GetCampaignCriterionSimulationRequest) String() string { return proto.CompactTextString(m) } +func (*GetCampaignCriterionSimulationRequest) ProtoMessage() {} +func (*GetCampaignCriterionSimulationRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_campaign_criterion_simulation_service_b00eeea876e3218c, []int{0} +} +func (m *GetCampaignCriterionSimulationRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetCampaignCriterionSimulationRequest.Unmarshal(m, b) +} +func (m *GetCampaignCriterionSimulationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetCampaignCriterionSimulationRequest.Marshal(b, m, deterministic) +} +func (dst *GetCampaignCriterionSimulationRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetCampaignCriterionSimulationRequest.Merge(dst, src) +} +func (m *GetCampaignCriterionSimulationRequest) XXX_Size() int { + return xxx_messageInfo_GetCampaignCriterionSimulationRequest.Size(m) +} +func (m *GetCampaignCriterionSimulationRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetCampaignCriterionSimulationRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetCampaignCriterionSimulationRequest proto.InternalMessageInfo + +func (m *GetCampaignCriterionSimulationRequest) GetResourceName() string { + if m != nil { + return m.ResourceName + } + return "" +} + +func init() { + proto.RegisterType((*GetCampaignCriterionSimulationRequest)(nil), "google.ads.googleads.v1.services.GetCampaignCriterionSimulationRequest") +} + +// Reference imports to suppress errors if they are not otherwise used. +var _ context.Context +var _ grpc.ClientConn + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the grpc package it is being compiled against. +const _ = grpc.SupportPackageIsVersion4 + +// CampaignCriterionSimulationServiceClient is the client API for CampaignCriterionSimulationService service. +// +// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. +type CampaignCriterionSimulationServiceClient interface { + // Returns the requested campaign criterion simulation in full detail. + GetCampaignCriterionSimulation(ctx context.Context, in *GetCampaignCriterionSimulationRequest, opts ...grpc.CallOption) (*resources.CampaignCriterionSimulation, error) +} + +type campaignCriterionSimulationServiceClient struct { + cc *grpc.ClientConn +} + +func NewCampaignCriterionSimulationServiceClient(cc *grpc.ClientConn) CampaignCriterionSimulationServiceClient { + return &campaignCriterionSimulationServiceClient{cc} +} + +func (c *campaignCriterionSimulationServiceClient) GetCampaignCriterionSimulation(ctx context.Context, in *GetCampaignCriterionSimulationRequest, opts ...grpc.CallOption) (*resources.CampaignCriterionSimulation, error) { + out := new(resources.CampaignCriterionSimulation) + err := c.cc.Invoke(ctx, "/google.ads.googleads.v1.services.CampaignCriterionSimulationService/GetCampaignCriterionSimulation", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +// CampaignCriterionSimulationServiceServer is the server API for CampaignCriterionSimulationService service. +type CampaignCriterionSimulationServiceServer interface { + // Returns the requested campaign criterion simulation in full detail. + GetCampaignCriterionSimulation(context.Context, *GetCampaignCriterionSimulationRequest) (*resources.CampaignCriterionSimulation, error) +} + +func RegisterCampaignCriterionSimulationServiceServer(s *grpc.Server, srv CampaignCriterionSimulationServiceServer) { + s.RegisterService(&_CampaignCriterionSimulationService_serviceDesc, srv) +} + +func _CampaignCriterionSimulationService_GetCampaignCriterionSimulation_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetCampaignCriterionSimulationRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(CampaignCriterionSimulationServiceServer).GetCampaignCriterionSimulation(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.ads.googleads.v1.services.CampaignCriterionSimulationService/GetCampaignCriterionSimulation", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(CampaignCriterionSimulationServiceServer).GetCampaignCriterionSimulation(ctx, req.(*GetCampaignCriterionSimulationRequest)) + } + return interceptor(ctx, in, info, handler) +} + +var _CampaignCriterionSimulationService_serviceDesc = grpc.ServiceDesc{ + ServiceName: "google.ads.googleads.v1.services.CampaignCriterionSimulationService", + HandlerType: (*CampaignCriterionSimulationServiceServer)(nil), + Methods: []grpc.MethodDesc{ + { + MethodName: "GetCampaignCriterionSimulation", + Handler: _CampaignCriterionSimulationService_GetCampaignCriterionSimulation_Handler, + }, + }, + Streams: []grpc.StreamDesc{}, + Metadata: "google/ads/googleads/v1/services/campaign_criterion_simulation_service.proto", +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/services/campaign_criterion_simulation_service.proto", fileDescriptor_campaign_criterion_simulation_service_b00eeea876e3218c) +} + +var fileDescriptor_campaign_criterion_simulation_service_b00eeea876e3218c = []byte{ + // 378 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xc1, 0x4a, 0xeb, 0x40, + 0x18, 0x85, 0x49, 0x2e, 0x5c, 0xb8, 0xe1, 0xde, 0x4d, 0x56, 0x97, 0x22, 0x52, 0x6a, 0x45, 0xe9, + 0x62, 0x86, 0xe8, 0x6e, 0xc4, 0x62, 0x5a, 0x34, 0x2e, 0x8a, 0x94, 0x16, 0xba, 0x90, 0x40, 0x19, + 0x93, 0x21, 0x04, 0x9a, 0x99, 0x38, 0xff, 0xa4, 0x1b, 0x71, 0xe3, 0x03, 0xb8, 0x71, 0xe3, 0xda, + 0xa5, 0x8f, 0xe2, 0xd6, 0x57, 0x70, 0xe5, 0xce, 0x37, 0x90, 0x64, 0x3a, 0x01, 0xc1, 0x36, 0xee, + 0x0e, 0x33, 0x87, 0xef, 0xcc, 0x9c, 0xff, 0x77, 0x46, 0x89, 0x10, 0xc9, 0x82, 0x61, 0x1a, 0x03, + 0xd6, 0xb2, 0x54, 0x4b, 0x0f, 0x03, 0x93, 0xcb, 0x34, 0x62, 0x80, 0x23, 0x9a, 0xe5, 0x34, 0x4d, + 0xf8, 0x3c, 0x92, 0xa9, 0x62, 0x32, 0x15, 0x7c, 0x0e, 0x69, 0x56, 0x2c, 0xa8, 0xaa, 0xa4, 0xb6, + 0xa1, 0x5c, 0x0a, 0x25, 0xdc, 0xb6, 0x46, 0x20, 0x1a, 0x03, 0xaa, 0x69, 0x68, 0xe9, 0x21, 0x43, + 0x6b, 0x9d, 0xae, 0xcb, 0x93, 0x0c, 0x44, 0x21, 0x1b, 0x03, 0x75, 0x50, 0x6b, 0xcb, 0x60, 0xf2, + 0x14, 0x53, 0xce, 0x85, 0xaa, 0x2e, 0x41, 0xdf, 0x76, 0x46, 0xce, 0x6e, 0xc0, 0xd4, 0x70, 0xc5, + 0x19, 0x1a, 0xcc, 0xb4, 0xa6, 0x4c, 0xd8, 0x75, 0xc1, 0x40, 0xb9, 0x3b, 0xce, 0x3f, 0x93, 0x3b, + 0xe7, 0x34, 0x63, 0xff, 0xad, 0xb6, 0xb5, 0xff, 0x67, 0xf2, 0xd7, 0x1c, 0x5e, 0xd0, 0x8c, 0x1d, + 0x3c, 0xda, 0x4e, 0x67, 0x03, 0x6b, 0xaa, 0xbf, 0xe6, 0x7e, 0x58, 0xce, 0xf6, 0xe6, 0x54, 0x37, + 0x40, 0x4d, 0xfd, 0xa0, 0x1f, 0xbd, 0xbb, 0xd5, 0x5f, 0x0b, 0xaa, 0x6b, 0x44, 0x1b, 0x30, 0x9d, + 0xb3, 0xbb, 0xd7, 0xb7, 0x07, 0xfb, 0xc4, 0xed, 0x97, 0xcd, 0xdf, 0x7c, 0xa9, 0xe0, 0x38, 0x2a, + 0x40, 0x89, 0x8c, 0x49, 0xc0, 0xbd, 0x7a, 0x14, 0xdf, 0x30, 0x00, 0xf7, 0x6e, 0x07, 0xf7, 0xb6, + 0xd3, 0x8d, 0x44, 0xd6, 0xf8, 0xad, 0xc1, 0x5e, 0x73, 0x81, 0xe3, 0x72, 0x74, 0x63, 0xeb, 0xf2, + 0x7c, 0x05, 0x4b, 0xc4, 0x82, 0xf2, 0x04, 0x09, 0x99, 0xe0, 0x84, 0xf1, 0x6a, 0xb0, 0x66, 0x63, + 0xf2, 0x14, 0xd6, 0x2f, 0xec, 0x91, 0x11, 0x4f, 0xf6, 0xaf, 0xc0, 0xf7, 0x9f, 0xed, 0x76, 0xa0, + 0x81, 0x7e, 0x0c, 0x48, 0xcb, 0x52, 0xcd, 0x3c, 0xb4, 0x0a, 0x86, 0x17, 0x63, 0x09, 0xfd, 0x18, + 0xc2, 0xda, 0x12, 0xce, 0xbc, 0xd0, 0x58, 0xde, 0xed, 0xae, 0x3e, 0x27, 0xc4, 0x8f, 0x81, 0x90, + 0xda, 0x44, 0xc8, 0xcc, 0x23, 0xc4, 0xd8, 0xae, 0x7e, 0x57, 0xef, 0x3c, 0xfc, 0x0c, 0x00, 0x00, + 0xff, 0xff, 0x21, 0x54, 0x12, 0xce, 0x57, 0x03, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/services/campaign_extension_setting_service.pb.go b/googleapis/ads/googleads/v1/services/campaign_extension_setting_service.pb.go index d1702bcd6d..0ed9327b30 100644 --- a/googleapis/ads/googleads/v1/services/campaign_extension_setting_service.pb.go +++ b/googleapis/ads/googleads/v1/services/campaign_extension_setting_service.pb.go @@ -42,7 +42,7 @@ func (m *GetCampaignExtensionSettingRequest) Reset() { *m = GetCampaignE func (m *GetCampaignExtensionSettingRequest) String() string { return proto.CompactTextString(m) } func (*GetCampaignExtensionSettingRequest) ProtoMessage() {} func (*GetCampaignExtensionSettingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_extension_setting_service_8c62e14d8376037b, []int{0} + return fileDescriptor_campaign_extension_setting_service_79af28ecb9bc5deb, []int{0} } func (m *GetCampaignExtensionSettingRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCampaignExtensionSettingRequest.Unmarshal(m, b) @@ -97,7 +97,7 @@ func (m *MutateCampaignExtensionSettingsRequest) Reset() { func (m *MutateCampaignExtensionSettingsRequest) String() string { return proto.CompactTextString(m) } func (*MutateCampaignExtensionSettingsRequest) ProtoMessage() {} func (*MutateCampaignExtensionSettingsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_extension_setting_service_8c62e14d8376037b, []int{1} + return fileDescriptor_campaign_extension_setting_service_79af28ecb9bc5deb, []int{1} } func (m *MutateCampaignExtensionSettingsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignExtensionSettingsRequest.Unmarshal(m, b) @@ -165,7 +165,7 @@ func (m *CampaignExtensionSettingOperation) Reset() { *m = CampaignExten func (m *CampaignExtensionSettingOperation) String() string { return proto.CompactTextString(m) } func (*CampaignExtensionSettingOperation) ProtoMessage() {} func (*CampaignExtensionSettingOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_extension_setting_service_8c62e14d8376037b, []int{2} + return fileDescriptor_campaign_extension_setting_service_79af28ecb9bc5deb, []int{2} } func (m *CampaignExtensionSettingOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignExtensionSettingOperation.Unmarshal(m, b) @@ -351,7 +351,7 @@ func (m *MutateCampaignExtensionSettingsResponse) Reset() { func (m *MutateCampaignExtensionSettingsResponse) String() string { return proto.CompactTextString(m) } func (*MutateCampaignExtensionSettingsResponse) ProtoMessage() {} func (*MutateCampaignExtensionSettingsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_extension_setting_service_8c62e14d8376037b, []int{3} + return fileDescriptor_campaign_extension_setting_service_79af28ecb9bc5deb, []int{3} } func (m *MutateCampaignExtensionSettingsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignExtensionSettingsResponse.Unmarshal(m, b) @@ -398,7 +398,7 @@ func (m *MutateCampaignExtensionSettingResult) Reset() { *m = MutateCamp func (m *MutateCampaignExtensionSettingResult) String() string { return proto.CompactTextString(m) } func (*MutateCampaignExtensionSettingResult) ProtoMessage() {} func (*MutateCampaignExtensionSettingResult) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_extension_setting_service_8c62e14d8376037b, []int{4} + return fileDescriptor_campaign_extension_setting_service_79af28ecb9bc5deb, []int{4} } func (m *MutateCampaignExtensionSettingResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignExtensionSettingResult.Unmarshal(m, b) @@ -545,10 +545,10 @@ var _CampaignExtensionSettingService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/campaign_extension_setting_service.proto", fileDescriptor_campaign_extension_setting_service_8c62e14d8376037b) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_extension_setting_service.proto", fileDescriptor_campaign_extension_setting_service_79af28ecb9bc5deb) } -var fileDescriptor_campaign_extension_setting_service_8c62e14d8376037b = []byte{ +var fileDescriptor_campaign_extension_setting_service_79af28ecb9bc5deb = []byte{ // 728 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x95, 0x41, 0x4f, 0xd4, 0x40, 0x14, 0xc7, 0x6d, 0x21, 0x28, 0x53, 0xd4, 0x64, 0x8c, 0x71, 0xb3, 0x1a, 0x59, 0xeb, 0x46, 0xc8, diff --git a/googleapis/ads/googleads/v1/services/campaign_feed_service.pb.go b/googleapis/ads/googleads/v1/services/campaign_feed_service.pb.go index f8e978dc93..424b21afec 100644 --- a/googleapis/ads/googleads/v1/services/campaign_feed_service.pb.go +++ b/googleapis/ads/googleads/v1/services/campaign_feed_service.pb.go @@ -41,7 +41,7 @@ func (m *GetCampaignFeedRequest) Reset() { *m = GetCampaignFeedRequest{} func (m *GetCampaignFeedRequest) String() string { return proto.CompactTextString(m) } func (*GetCampaignFeedRequest) ProtoMessage() {} func (*GetCampaignFeedRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_feed_service_dd6d1f06dfe68e6e, []int{0} + return fileDescriptor_campaign_feed_service_8c918da333fda613, []int{0} } func (m *GetCampaignFeedRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCampaignFeedRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateCampaignFeedsRequest) Reset() { *m = MutateCampaignFeedsR func (m *MutateCampaignFeedsRequest) String() string { return proto.CompactTextString(m) } func (*MutateCampaignFeedsRequest) ProtoMessage() {} func (*MutateCampaignFeedsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_feed_service_dd6d1f06dfe68e6e, []int{1} + return fileDescriptor_campaign_feed_service_8c918da333fda613, []int{1} } func (m *MutateCampaignFeedsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignFeedsRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *CampaignFeedOperation) Reset() { *m = CampaignFeedOperation{} } func (m *CampaignFeedOperation) String() string { return proto.CompactTextString(m) } func (*CampaignFeedOperation) ProtoMessage() {} func (*CampaignFeedOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_feed_service_dd6d1f06dfe68e6e, []int{2} + return fileDescriptor_campaign_feed_service_8c918da333fda613, []int{2} } func (m *CampaignFeedOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignFeedOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateCampaignFeedsResponse) Reset() { *m = MutateCampaignFeeds func (m *MutateCampaignFeedsResponse) String() string { return proto.CompactTextString(m) } func (*MutateCampaignFeedsResponse) ProtoMessage() {} func (*MutateCampaignFeedsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_feed_service_dd6d1f06dfe68e6e, []int{3} + return fileDescriptor_campaign_feed_service_8c918da333fda613, []int{3} } func (m *MutateCampaignFeedsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignFeedsResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateCampaignFeedResult) Reset() { *m = MutateCampaignFeedResu func (m *MutateCampaignFeedResult) String() string { return proto.CompactTextString(m) } func (*MutateCampaignFeedResult) ProtoMessage() {} func (*MutateCampaignFeedResult) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_feed_service_dd6d1f06dfe68e6e, []int{4} + return fileDescriptor_campaign_feed_service_8c918da333fda613, []int{4} } func (m *MutateCampaignFeedResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignFeedResult.Unmarshal(m, b) @@ -537,10 +537,10 @@ var _CampaignFeedService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/campaign_feed_service.proto", fileDescriptor_campaign_feed_service_dd6d1f06dfe68e6e) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_feed_service.proto", fileDescriptor_campaign_feed_service_8c918da333fda613) } -var fileDescriptor_campaign_feed_service_dd6d1f06dfe68e6e = []byte{ +var fileDescriptor_campaign_feed_service_8c918da333fda613 = []byte{ // 714 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0xc1, 0x6e, 0xd3, 0x4c, 0x10, 0xfe, 0x9d, 0xfc, 0x2a, 0x74, 0x5d, 0xa8, 0xb4, 0x55, 0xc1, 0x0a, 0x08, 0x22, 0x53, 0x89, diff --git a/googleapis/ads/googleads/v1/services/campaign_label_service.pb.go b/googleapis/ads/googleads/v1/services/campaign_label_service.pb.go index 515717b8f4..cf316c265a 100644 --- a/googleapis/ads/googleads/v1/services/campaign_label_service.pb.go +++ b/googleapis/ads/googleads/v1/services/campaign_label_service.pb.go @@ -40,7 +40,7 @@ func (m *GetCampaignLabelRequest) Reset() { *m = GetCampaignLabelRequest func (m *GetCampaignLabelRequest) String() string { return proto.CompactTextString(m) } func (*GetCampaignLabelRequest) ProtoMessage() {} func (*GetCampaignLabelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_label_service_72c5db67fe58a597, []int{0} + return fileDescriptor_campaign_label_service_a33f567caeaa39d2, []int{0} } func (m *GetCampaignLabelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCampaignLabelRequest.Unmarshal(m, b) @@ -90,7 +90,7 @@ func (m *MutateCampaignLabelsRequest) Reset() { *m = MutateCampaignLabel func (m *MutateCampaignLabelsRequest) String() string { return proto.CompactTextString(m) } func (*MutateCampaignLabelsRequest) ProtoMessage() {} func (*MutateCampaignLabelsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_label_service_72c5db67fe58a597, []int{1} + return fileDescriptor_campaign_label_service_a33f567caeaa39d2, []int{1} } func (m *MutateCampaignLabelsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignLabelsRequest.Unmarshal(m, b) @@ -155,7 +155,7 @@ func (m *CampaignLabelOperation) Reset() { *m = CampaignLabelOperation{} func (m *CampaignLabelOperation) String() string { return proto.CompactTextString(m) } func (*CampaignLabelOperation) ProtoMessage() {} func (*CampaignLabelOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_label_service_72c5db67fe58a597, []int{2} + return fileDescriptor_campaign_label_service_a33f567caeaa39d2, []int{2} } func (m *CampaignLabelOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignLabelOperation.Unmarshal(m, b) @@ -300,7 +300,7 @@ func (m *MutateCampaignLabelsResponse) Reset() { *m = MutateCampaignLabe func (m *MutateCampaignLabelsResponse) String() string { return proto.CompactTextString(m) } func (*MutateCampaignLabelsResponse) ProtoMessage() {} func (*MutateCampaignLabelsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_label_service_72c5db67fe58a597, []int{3} + return fileDescriptor_campaign_label_service_a33f567caeaa39d2, []int{3} } func (m *MutateCampaignLabelsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignLabelsResponse.Unmarshal(m, b) @@ -347,7 +347,7 @@ func (m *MutateCampaignLabelResult) Reset() { *m = MutateCampaignLabelRe func (m *MutateCampaignLabelResult) String() string { return proto.CompactTextString(m) } func (*MutateCampaignLabelResult) ProtoMessage() {} func (*MutateCampaignLabelResult) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_label_service_72c5db67fe58a597, []int{4} + return fileDescriptor_campaign_label_service_a33f567caeaa39d2, []int{4} } func (m *MutateCampaignLabelResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignLabelResult.Unmarshal(m, b) @@ -494,10 +494,10 @@ var _CampaignLabelService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/campaign_label_service.proto", fileDescriptor_campaign_label_service_72c5db67fe58a597) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_label_service.proto", fileDescriptor_campaign_label_service_a33f567caeaa39d2) } -var fileDescriptor_campaign_label_service_72c5db67fe58a597 = []byte{ +var fileDescriptor_campaign_label_service_a33f567caeaa39d2 = []byte{ // 668 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xdd, 0x6a, 0xd4, 0x4e, 0x14, 0xff, 0x27, 0xfb, 0xa7, 0xda, 0xd9, 0xfa, 0xc1, 0x58, 0x6d, 0xba, 0x16, 0x5d, 0x62, 0xc1, diff --git a/googleapis/ads/googleads/v1/services/campaign_service.pb.go b/googleapis/ads/googleads/v1/services/campaign_service.pb.go index e107ce28f6..a4c4ffdbe7 100644 --- a/googleapis/ads/googleads/v1/services/campaign_service.pb.go +++ b/googleapis/ads/googleads/v1/services/campaign_service.pb.go @@ -41,7 +41,7 @@ func (m *GetCampaignRequest) Reset() { *m = GetCampaignRequest{} } func (m *GetCampaignRequest) String() string { return proto.CompactTextString(m) } func (*GetCampaignRequest) ProtoMessage() {} func (*GetCampaignRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_service_20df912bf18ceca1, []int{0} + return fileDescriptor_campaign_service_1e7ae00c38b671a3, []int{0} } func (m *GetCampaignRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCampaignRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateCampaignsRequest) Reset() { *m = MutateCampaignsRequest{} func (m *MutateCampaignsRequest) String() string { return proto.CompactTextString(m) } func (*MutateCampaignsRequest) ProtoMessage() {} func (*MutateCampaignsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_service_20df912bf18ceca1, []int{1} + return fileDescriptor_campaign_service_1e7ae00c38b671a3, []int{1} } func (m *MutateCampaignsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignsRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *CampaignOperation) Reset() { *m = CampaignOperation{} } func (m *CampaignOperation) String() string { return proto.CompactTextString(m) } func (*CampaignOperation) ProtoMessage() {} func (*CampaignOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_service_20df912bf18ceca1, []int{2} + return fileDescriptor_campaign_service_1e7ae00c38b671a3, []int{2} } func (m *CampaignOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateCampaignsResponse) Reset() { *m = MutateCampaignsResponse func (m *MutateCampaignsResponse) String() string { return proto.CompactTextString(m) } func (*MutateCampaignsResponse) ProtoMessage() {} func (*MutateCampaignsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_service_20df912bf18ceca1, []int{3} + return fileDescriptor_campaign_service_1e7ae00c38b671a3, []int{3} } func (m *MutateCampaignsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignsResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateCampaignResult) Reset() { *m = MutateCampaignResult{} } func (m *MutateCampaignResult) String() string { return proto.CompactTextString(m) } func (*MutateCampaignResult) ProtoMessage() {} func (*MutateCampaignResult) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_service_20df912bf18ceca1, []int{4} + return fileDescriptor_campaign_service_1e7ae00c38b671a3, []int{4} } func (m *MutateCampaignResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignResult.Unmarshal(m, b) @@ -535,10 +535,10 @@ var _CampaignService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/campaign_service.proto", fileDescriptor_campaign_service_20df912bf18ceca1) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_service.proto", fileDescriptor_campaign_service_1e7ae00c38b671a3) } -var fileDescriptor_campaign_service_20df912bf18ceca1 = []byte{ +var fileDescriptor_campaign_service_1e7ae00c38b671a3 = []byte{ // 704 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4f, 0x6b, 0xd4, 0x4e, 0x18, 0xfe, 0x25, 0xfd, 0x51, 0xed, 0xa4, 0x5a, 0x1c, 0xab, 0x5d, 0x16, 0xd1, 0x25, 0x16, 0x2c, diff --git a/googleapis/ads/googleads/v1/services/campaign_shared_set_service.pb.go b/googleapis/ads/googleads/v1/services/campaign_shared_set_service.pb.go index 9f94e277b1..2f334887ad 100644 --- a/googleapis/ads/googleads/v1/services/campaign_shared_set_service.pb.go +++ b/googleapis/ads/googleads/v1/services/campaign_shared_set_service.pb.go @@ -40,7 +40,7 @@ func (m *GetCampaignSharedSetRequest) Reset() { *m = GetCampaignSharedSe func (m *GetCampaignSharedSetRequest) String() string { return proto.CompactTextString(m) } func (*GetCampaignSharedSetRequest) ProtoMessage() {} func (*GetCampaignSharedSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_service_3256d633b5e3dc55, []int{0} + return fileDescriptor_campaign_shared_set_service_3cd8ec5aeb965a55, []int{0} } func (m *GetCampaignSharedSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCampaignSharedSetRequest.Unmarshal(m, b) @@ -90,7 +90,7 @@ func (m *MutateCampaignSharedSetsRequest) Reset() { *m = MutateCampaignS func (m *MutateCampaignSharedSetsRequest) String() string { return proto.CompactTextString(m) } func (*MutateCampaignSharedSetsRequest) ProtoMessage() {} func (*MutateCampaignSharedSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_service_3256d633b5e3dc55, []int{1} + return fileDescriptor_campaign_shared_set_service_3cd8ec5aeb965a55, []int{1} } func (m *MutateCampaignSharedSetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignSharedSetsRequest.Unmarshal(m, b) @@ -155,7 +155,7 @@ func (m *CampaignSharedSetOperation) Reset() { *m = CampaignSharedSetOpe func (m *CampaignSharedSetOperation) String() string { return proto.CompactTextString(m) } func (*CampaignSharedSetOperation) ProtoMessage() {} func (*CampaignSharedSetOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_service_3256d633b5e3dc55, []int{2} + return fileDescriptor_campaign_shared_set_service_3cd8ec5aeb965a55, []int{2} } func (m *CampaignSharedSetOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignSharedSetOperation.Unmarshal(m, b) @@ -300,7 +300,7 @@ func (m *MutateCampaignSharedSetsResponse) Reset() { *m = MutateCampaign func (m *MutateCampaignSharedSetsResponse) String() string { return proto.CompactTextString(m) } func (*MutateCampaignSharedSetsResponse) ProtoMessage() {} func (*MutateCampaignSharedSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_service_3256d633b5e3dc55, []int{3} + return fileDescriptor_campaign_shared_set_service_3cd8ec5aeb965a55, []int{3} } func (m *MutateCampaignSharedSetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignSharedSetsResponse.Unmarshal(m, b) @@ -347,7 +347,7 @@ func (m *MutateCampaignSharedSetResult) Reset() { *m = MutateCampaignSha func (m *MutateCampaignSharedSetResult) String() string { return proto.CompactTextString(m) } func (*MutateCampaignSharedSetResult) ProtoMessage() {} func (*MutateCampaignSharedSetResult) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_shared_set_service_3256d633b5e3dc55, []int{4} + return fileDescriptor_campaign_shared_set_service_3cd8ec5aeb965a55, []int{4} } func (m *MutateCampaignSharedSetResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCampaignSharedSetResult.Unmarshal(m, b) @@ -492,10 +492,10 @@ var _CampaignSharedSetService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/campaign_shared_set_service.proto", fileDescriptor_campaign_shared_set_service_3256d633b5e3dc55) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_shared_set_service.proto", fileDescriptor_campaign_shared_set_service_3cd8ec5aeb965a55) } -var fileDescriptor_campaign_shared_set_service_3256d633b5e3dc55 = []byte{ +var fileDescriptor_campaign_shared_set_service_3cd8ec5aeb965a55 = []byte{ // 671 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0x41, 0x6b, 0xd4, 0x4e, 0x14, 0xff, 0x67, 0xf7, 0x4f, 0xb5, 0xb3, 0x55, 0x61, 0x54, 0x0c, 0xab, 0xb5, 0x4b, 0x2c, 0x58, diff --git a/googleapis/ads/googleads/v1/services/carrier_constant_service.pb.go b/googleapis/ads/googleads/v1/services/carrier_constant_service.pb.go index 889b4c2363..56d2b5aafd 100644 --- a/googleapis/ads/googleads/v1/services/carrier_constant_service.pb.go +++ b/googleapis/ads/googleads/v1/services/carrier_constant_service.pb.go @@ -38,7 +38,7 @@ func (m *GetCarrierConstantRequest) Reset() { *m = GetCarrierConstantReq func (m *GetCarrierConstantRequest) String() string { return proto.CompactTextString(m) } func (*GetCarrierConstantRequest) ProtoMessage() {} func (*GetCarrierConstantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_carrier_constant_service_e6a77bf77c9bbbbd, []int{0} + return fileDescriptor_carrier_constant_service_1becf49bbaa2ca47, []int{0} } func (m *GetCarrierConstantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCarrierConstantRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _CarrierConstantService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/carrier_constant_service.proto", fileDescriptor_carrier_constant_service_e6a77bf77c9bbbbd) + proto.RegisterFile("google/ads/googleads/v1/services/carrier_constant_service.proto", fileDescriptor_carrier_constant_service_1becf49bbaa2ca47) } -var fileDescriptor_carrier_constant_service_e6a77bf77c9bbbbd = []byte{ +var fileDescriptor_carrier_constant_service_1becf49bbaa2ca47 = []byte{ // 356 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xc1, 0x4a, 0xf3, 0x40, 0x18, 0x24, 0xf9, 0xe1, 0x07, 0x83, 0x5e, 0x72, 0x10, 0xad, 0x1e, 0x4a, 0x2d, 0x52, 0x3c, 0xec, diff --git a/googleapis/ads/googleads/v1/services/change_status_service.pb.go b/googleapis/ads/googleads/v1/services/change_status_service.pb.go index ef59f3b052..cf9539302a 100644 --- a/googleapis/ads/googleads/v1/services/change_status_service.pb.go +++ b/googleapis/ads/googleads/v1/services/change_status_service.pb.go @@ -38,7 +38,7 @@ func (m *GetChangeStatusRequest) Reset() { *m = GetChangeStatusRequest{} func (m *GetChangeStatusRequest) String() string { return proto.CompactTextString(m) } func (*GetChangeStatusRequest) ProtoMessage() {} func (*GetChangeStatusRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_change_status_service_1c8ab62f48252b8e, []int{0} + return fileDescriptor_change_status_service_7363c6ead5b74186, []int{0} } func (m *GetChangeStatusRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetChangeStatusRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _ChangeStatusService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/change_status_service.proto", fileDescriptor_change_status_service_1c8ab62f48252b8e) + proto.RegisterFile("google/ads/googleads/v1/services/change_status_service.proto", fileDescriptor_change_status_service_7363c6ead5b74186) } -var fileDescriptor_change_status_service_1c8ab62f48252b8e = []byte{ +var fileDescriptor_change_status_service_7363c6ead5b74186 = []byte{ // 362 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xcf, 0x4a, 0xf3, 0x40, 0x14, 0xc5, 0x49, 0x3e, 0xf8, 0xc0, 0xa0, 0x08, 0x11, 0xa4, 0x14, 0x17, 0xa5, 0x76, 0x21, 0x5d, diff --git a/googleapis/ads/googleads/v1/services/click_view_service.pb.go b/googleapis/ads/googleads/v1/services/click_view_service.pb.go index 802924c3e7..81591daf45 100644 --- a/googleapis/ads/googleads/v1/services/click_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/click_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetClickViewRequest) Reset() { *m = GetClickViewRequest{} } func (m *GetClickViewRequest) String() string { return proto.CompactTextString(m) } func (*GetClickViewRequest) ProtoMessage() {} func (*GetClickViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_click_view_service_6f5c62a172610bbe, []int{0} + return fileDescriptor_click_view_service_27445b6aae79d7f5, []int{0} } func (m *GetClickViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetClickViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _ClickViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/click_view_service.proto", fileDescriptor_click_view_service_6f5c62a172610bbe) + proto.RegisterFile("google/ads/googleads/v1/services/click_view_service.proto", fileDescriptor_click_view_service_27445b6aae79d7f5) } -var fileDescriptor_click_view_service_6f5c62a172610bbe = []byte{ +var fileDescriptor_click_view_service_27445b6aae79d7f5 = []byte{ // 362 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xb1, 0x4a, 0xc3, 0x50, 0x14, 0x86, 0x49, 0x04, 0xc1, 0x50, 0x41, 0x22, 0x82, 0x14, 0x87, 0x52, 0x3b, 0x48, 0x29, 0xf7, diff --git a/googleapis/ads/googleads/v1/services/conversion_action_service.pb.go b/googleapis/ads/googleads/v1/services/conversion_action_service.pb.go index 9b8d8b5ff7..e25d256f73 100644 --- a/googleapis/ads/googleads/v1/services/conversion_action_service.pb.go +++ b/googleapis/ads/googleads/v1/services/conversion_action_service.pb.go @@ -41,7 +41,7 @@ func (m *GetConversionActionRequest) Reset() { *m = GetConversionActionR func (m *GetConversionActionRequest) String() string { return proto.CompactTextString(m) } func (*GetConversionActionRequest) ProtoMessage() {} func (*GetConversionActionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_service_287b597462359a2b, []int{0} + return fileDescriptor_conversion_action_service_185b1d4d9f9a10fa, []int{0} } func (m *GetConversionActionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetConversionActionRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateConversionActionsRequest) Reset() { *m = MutateConversion func (m *MutateConversionActionsRequest) String() string { return proto.CompactTextString(m) } func (*MutateConversionActionsRequest) ProtoMessage() {} func (*MutateConversionActionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_service_287b597462359a2b, []int{1} + return fileDescriptor_conversion_action_service_185b1d4d9f9a10fa, []int{1} } func (m *MutateConversionActionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateConversionActionsRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *ConversionActionOperation) Reset() { *m = ConversionActionOpera func (m *ConversionActionOperation) String() string { return proto.CompactTextString(m) } func (*ConversionActionOperation) ProtoMessage() {} func (*ConversionActionOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_service_287b597462359a2b, []int{2} + return fileDescriptor_conversion_action_service_185b1d4d9f9a10fa, []int{2} } func (m *ConversionActionOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionActionOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateConversionActionsResponse) Reset() { *m = MutateConversio func (m *MutateConversionActionsResponse) String() string { return proto.CompactTextString(m) } func (*MutateConversionActionsResponse) ProtoMessage() {} func (*MutateConversionActionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_service_287b597462359a2b, []int{3} + return fileDescriptor_conversion_action_service_185b1d4d9f9a10fa, []int{3} } func (m *MutateConversionActionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateConversionActionsResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateConversionActionResult) Reset() { *m = MutateConversionAc func (m *MutateConversionActionResult) String() string { return proto.CompactTextString(m) } func (*MutateConversionActionResult) ProtoMessage() {} func (*MutateConversionActionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_action_service_287b597462359a2b, []int{4} + return fileDescriptor_conversion_action_service_185b1d4d9f9a10fa, []int{4} } func (m *MutateConversionActionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateConversionActionResult.Unmarshal(m, b) @@ -537,10 +537,10 @@ var _ConversionActionService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/conversion_action_service.proto", fileDescriptor_conversion_action_service_287b597462359a2b) + proto.RegisterFile("google/ads/googleads/v1/services/conversion_action_service.proto", fileDescriptor_conversion_action_service_185b1d4d9f9a10fa) } -var fileDescriptor_conversion_action_service_287b597462359a2b = []byte{ +var fileDescriptor_conversion_action_service_185b1d4d9f9a10fa = []byte{ // 716 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0x4f, 0x4f, 0xd4, 0x4c, 0x18, 0xc0, 0xdf, 0x76, 0xdf, 0xa0, 0x4c, 0x51, 0x93, 0x21, 0x86, 0x75, 0x43, 0x60, 0x53, 0x49, diff --git a/googleapis/ads/googleads/v1/services/conversion_adjustment_upload_service.pb.go b/googleapis/ads/googleads/v1/services/conversion_adjustment_upload_service.pb.go index 3c53d2f967..109376ef85 100644 --- a/googleapis/ads/googleads/v1/services/conversion_adjustment_upload_service.pb.go +++ b/googleapis/ads/googleads/v1/services/conversion_adjustment_upload_service.pb.go @@ -48,7 +48,7 @@ func (m *UploadConversionAdjustmentsRequest) Reset() { *m = UploadConver func (m *UploadConversionAdjustmentsRequest) String() string { return proto.CompactTextString(m) } func (*UploadConversionAdjustmentsRequest) ProtoMessage() {} func (*UploadConversionAdjustmentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_adjustment_upload_service_359236ec23384117, []int{0} + return fileDescriptor_conversion_adjustment_upload_service_f73ceda272931531, []int{0} } func (m *UploadConversionAdjustmentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UploadConversionAdjustmentsRequest.Unmarshal(m, b) @@ -98,7 +98,8 @@ type UploadConversionAdjustmentsResponse struct { // level error. PartialFailureError *status.Status `protobuf:"bytes,1,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` // Returned for successfully processed conversion adjustments. Proto will be - // empty for rows that received an error. + // empty for rows that received an error. Results are not returned when + // validate_only is true. Results []*ConversionAdjustmentResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -109,7 +110,7 @@ func (m *UploadConversionAdjustmentsResponse) Reset() { *m = UploadConve func (m *UploadConversionAdjustmentsResponse) String() string { return proto.CompactTextString(m) } func (*UploadConversionAdjustmentsResponse) ProtoMessage() {} func (*UploadConversionAdjustmentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_adjustment_upload_service_359236ec23384117, []int{1} + return fileDescriptor_conversion_adjustment_upload_service_f73ceda272931531, []int{1} } func (m *UploadConversionAdjustmentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UploadConversionAdjustmentsResponse.Unmarshal(m, b) @@ -175,7 +176,7 @@ func (m *ConversionAdjustment) Reset() { *m = ConversionAdjustment{} } func (m *ConversionAdjustment) String() string { return proto.CompactTextString(m) } func (*ConversionAdjustment) ProtoMessage() {} func (*ConversionAdjustment) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_adjustment_upload_service_359236ec23384117, []int{2} + return fileDescriptor_conversion_adjustment_upload_service_f73ceda272931531, []int{2} } func (m *ConversionAdjustment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionAdjustment.Unmarshal(m, b) @@ -354,7 +355,7 @@ func (m *RestatementValue) Reset() { *m = RestatementValue{} } func (m *RestatementValue) String() string { return proto.CompactTextString(m) } func (*RestatementValue) ProtoMessage() {} func (*RestatementValue) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_adjustment_upload_service_359236ec23384117, []int{3} + return fileDescriptor_conversion_adjustment_upload_service_f73ceda272931531, []int{3} } func (m *RestatementValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RestatementValue.Unmarshal(m, b) @@ -407,7 +408,7 @@ func (m *GclidDateTimePair) Reset() { *m = GclidDateTimePair{} } func (m *GclidDateTimePair) String() string { return proto.CompactTextString(m) } func (*GclidDateTimePair) ProtoMessage() {} func (*GclidDateTimePair) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_adjustment_upload_service_359236ec23384117, []int{4} + return fileDescriptor_conversion_adjustment_upload_service_f73ceda272931531, []int{4} } func (m *GclidDateTimePair) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GclidDateTimePair.Unmarshal(m, b) @@ -466,7 +467,7 @@ func (m *ConversionAdjustmentResult) Reset() { *m = ConversionAdjustment func (m *ConversionAdjustmentResult) String() string { return proto.CompactTextString(m) } func (*ConversionAdjustmentResult) ProtoMessage() {} func (*ConversionAdjustmentResult) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_adjustment_upload_service_359236ec23384117, []int{5} + return fileDescriptor_conversion_adjustment_upload_service_f73ceda272931531, []int{5} } func (m *ConversionAdjustmentResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionAdjustmentResult.Unmarshal(m, b) @@ -703,10 +704,10 @@ var _ConversionAdjustmentUploadService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/conversion_adjustment_upload_service.proto", fileDescriptor_conversion_adjustment_upload_service_359236ec23384117) + proto.RegisterFile("google/ads/googleads/v1/services/conversion_adjustment_upload_service.proto", fileDescriptor_conversion_adjustment_upload_service_f73ceda272931531) } -var fileDescriptor_conversion_adjustment_upload_service_359236ec23384117 = []byte{ +var fileDescriptor_conversion_adjustment_upload_service_f73ceda272931531 = []byte{ // 821 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x56, 0xcb, 0x6f, 0xfb, 0x44, 0x10, 0xfe, 0xd9, 0xf9, 0x3d, 0xca, 0x86, 0x3e, 0xb2, 0xb4, 0x34, 0x0a, 0x15, 0x04, 0x53, 0x41, diff --git a/googleapis/ads/googleads/v1/services/conversion_upload_service.pb.go b/googleapis/ads/googleads/v1/services/conversion_upload_service.pb.go index 2514019876..729c2a95cc 100644 --- a/googleapis/ads/googleads/v1/services/conversion_upload_service.pb.go +++ b/googleapis/ads/googleads/v1/services/conversion_upload_service.pb.go @@ -46,7 +46,7 @@ func (m *UploadClickConversionsRequest) Reset() { *m = UploadClickConver func (m *UploadClickConversionsRequest) String() string { return proto.CompactTextString(m) } func (*UploadClickConversionsRequest) ProtoMessage() {} func (*UploadClickConversionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_upload_service_dc50fb01fcc47887, []int{0} + return fileDescriptor_conversion_upload_service_97d02deb0eb593c3, []int{0} } func (m *UploadClickConversionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UploadClickConversionsRequest.Unmarshal(m, b) @@ -94,7 +94,8 @@ type UploadClickConversionsResponse struct { // outside the conversions (e.g. auth errors), we return an RPC level error. PartialFailureError *status.Status `protobuf:"bytes,1,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` // Returned for successfully processed conversions. Proto will be empty for - // rows that received an error. + // rows that received an error. Results are not returned when validate_only is + // true. Results []*ClickConversionResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -105,7 +106,7 @@ func (m *UploadClickConversionsResponse) Reset() { *m = UploadClickConve func (m *UploadClickConversionsResponse) String() string { return proto.CompactTextString(m) } func (*UploadClickConversionsResponse) ProtoMessage() {} func (*UploadClickConversionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_upload_service_dc50fb01fcc47887, []int{1} + return fileDescriptor_conversion_upload_service_97d02deb0eb593c3, []int{1} } func (m *UploadClickConversionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UploadClickConversionsResponse.Unmarshal(m, b) @@ -159,7 +160,7 @@ func (m *UploadCallConversionsRequest) Reset() { *m = UploadCallConversi func (m *UploadCallConversionsRequest) String() string { return proto.CompactTextString(m) } func (*UploadCallConversionsRequest) ProtoMessage() {} func (*UploadCallConversionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_upload_service_dc50fb01fcc47887, []int{2} + return fileDescriptor_conversion_upload_service_97d02deb0eb593c3, []int{2} } func (m *UploadCallConversionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UploadCallConversionsRequest.Unmarshal(m, b) @@ -207,7 +208,8 @@ type UploadCallConversionsResponse struct { // outside the conversions (e.g. auth errors), we return an RPC level error. PartialFailureError *status.Status `protobuf:"bytes,1,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"` // Returned for successfully processed conversions. Proto will be empty for - // rows that received an error. + // rows that received an error. Results are not returned when validate_only is + // true. Results []*CallConversionResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -218,7 +220,7 @@ func (m *UploadCallConversionsResponse) Reset() { *m = UploadCallConvers func (m *UploadCallConversionsResponse) String() string { return proto.CompactTextString(m) } func (*UploadCallConversionsResponse) ProtoMessage() {} func (*UploadCallConversionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_upload_service_dc50fb01fcc47887, []int{3} + return fileDescriptor_conversion_upload_service_97d02deb0eb593c3, []int{3} } func (m *UploadCallConversionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UploadCallConversionsResponse.Unmarshal(m, b) @@ -286,7 +288,7 @@ func (m *ClickConversion) Reset() { *m = ClickConversion{} } func (m *ClickConversion) String() string { return proto.CompactTextString(m) } func (*ClickConversion) ProtoMessage() {} func (*ClickConversion) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_upload_service_dc50fb01fcc47887, []int{4} + return fileDescriptor_conversion_upload_service_97d02deb0eb593c3, []int{4} } func (m *ClickConversion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClickConversion.Unmarshal(m, b) @@ -387,7 +389,7 @@ func (m *CallConversion) Reset() { *m = CallConversion{} } func (m *CallConversion) String() string { return proto.CompactTextString(m) } func (*CallConversion) ProtoMessage() {} func (*CallConversion) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_upload_service_dc50fb01fcc47887, []int{5} + return fileDescriptor_conversion_upload_service_97d02deb0eb593c3, []int{5} } func (m *CallConversion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CallConversion.Unmarshal(m, b) @@ -465,7 +467,7 @@ func (m *ExternalAttributionData) Reset() { *m = ExternalAttributionData func (m *ExternalAttributionData) String() string { return proto.CompactTextString(m) } func (*ExternalAttributionData) ProtoMessage() {} func (*ExternalAttributionData) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_upload_service_dc50fb01fcc47887, []int{6} + return fileDescriptor_conversion_upload_service_97d02deb0eb593c3, []int{6} } func (m *ExternalAttributionData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExternalAttributionData.Unmarshal(m, b) @@ -517,7 +519,7 @@ func (m *ClickConversionResult) Reset() { *m = ClickConversionResult{} } func (m *ClickConversionResult) String() string { return proto.CompactTextString(m) } func (*ClickConversionResult) ProtoMessage() {} func (*ClickConversionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_upload_service_dc50fb01fcc47887, []int{7} + return fileDescriptor_conversion_upload_service_97d02deb0eb593c3, []int{7} } func (m *ClickConversionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClickConversionResult.Unmarshal(m, b) @@ -580,7 +582,7 @@ func (m *CallConversionResult) Reset() { *m = CallConversionResult{} } func (m *CallConversionResult) String() string { return proto.CompactTextString(m) } func (*CallConversionResult) ProtoMessage() {} func (*CallConversionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_conversion_upload_service_dc50fb01fcc47887, []int{8} + return fileDescriptor_conversion_upload_service_97d02deb0eb593c3, []int{8} } func (m *CallConversionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CallConversionResult.Unmarshal(m, b) @@ -750,10 +752,10 @@ var _ConversionUploadService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/conversion_upload_service.proto", fileDescriptor_conversion_upload_service_dc50fb01fcc47887) + proto.RegisterFile("google/ads/googleads/v1/services/conversion_upload_service.proto", fileDescriptor_conversion_upload_service_97d02deb0eb593c3) } -var fileDescriptor_conversion_upload_service_dc50fb01fcc47887 = []byte{ +var fileDescriptor_conversion_upload_service_97d02deb0eb593c3 = []byte{ // 900 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x57, 0x4d, 0x6f, 0xe3, 0x44, 0x18, 0x96, 0x93, 0x7e, 0xed, 0x04, 0xb6, 0xec, 0xd0, 0x52, 0x6f, 0x28, 0x4b, 0x64, 0xad, 0x44, diff --git a/googleapis/ads/googleads/v1/services/custom_interest_service.pb.go b/googleapis/ads/googleads/v1/services/custom_interest_service.pb.go index 013bac4e05..0d9edc1ddf 100644 --- a/googleapis/ads/googleads/v1/services/custom_interest_service.pb.go +++ b/googleapis/ads/googleads/v1/services/custom_interest_service.pb.go @@ -40,7 +40,7 @@ func (m *GetCustomInterestRequest) Reset() { *m = GetCustomInterestReque func (m *GetCustomInterestRequest) String() string { return proto.CompactTextString(m) } func (*GetCustomInterestRequest) ProtoMessage() {} func (*GetCustomInterestRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_custom_interest_service_58ef1f41776944d6, []int{0} + return fileDescriptor_custom_interest_service_85b11e27e8f607fc, []int{0} } func (m *GetCustomInterestRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCustomInterestRequest.Unmarshal(m, b) @@ -85,7 +85,7 @@ func (m *MutateCustomInterestsRequest) Reset() { *m = MutateCustomIntere func (m *MutateCustomInterestsRequest) String() string { return proto.CompactTextString(m) } func (*MutateCustomInterestsRequest) ProtoMessage() {} func (*MutateCustomInterestsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_custom_interest_service_58ef1f41776944d6, []int{1} + return fileDescriptor_custom_interest_service_85b11e27e8f607fc, []int{1} } func (m *MutateCustomInterestsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomInterestsRequest.Unmarshal(m, b) @@ -145,7 +145,7 @@ func (m *CustomInterestOperation) Reset() { *m = CustomInterestOperation func (m *CustomInterestOperation) String() string { return proto.CompactTextString(m) } func (*CustomInterestOperation) ProtoMessage() {} func (*CustomInterestOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_custom_interest_service_58ef1f41776944d6, []int{2} + return fileDescriptor_custom_interest_service_85b11e27e8f607fc, []int{2} } func (m *CustomInterestOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomInterestOperation.Unmarshal(m, b) @@ -296,7 +296,7 @@ func (m *MutateCustomInterestsResponse) Reset() { *m = MutateCustomInter func (m *MutateCustomInterestsResponse) String() string { return proto.CompactTextString(m) } func (*MutateCustomInterestsResponse) ProtoMessage() {} func (*MutateCustomInterestsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_custom_interest_service_58ef1f41776944d6, []int{3} + return fileDescriptor_custom_interest_service_85b11e27e8f607fc, []int{3} } func (m *MutateCustomInterestsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomInterestsResponse.Unmarshal(m, b) @@ -336,7 +336,7 @@ func (m *MutateCustomInterestResult) Reset() { *m = MutateCustomInterest func (m *MutateCustomInterestResult) String() string { return proto.CompactTextString(m) } func (*MutateCustomInterestResult) ProtoMessage() {} func (*MutateCustomInterestResult) Descriptor() ([]byte, []int) { - return fileDescriptor_custom_interest_service_58ef1f41776944d6, []int{4} + return fileDescriptor_custom_interest_service_85b11e27e8f607fc, []int{4} } func (m *MutateCustomInterestResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomInterestResult.Unmarshal(m, b) @@ -481,10 +481,10 @@ var _CustomInterestService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/custom_interest_service.proto", fileDescriptor_custom_interest_service_58ef1f41776944d6) + proto.RegisterFile("google/ads/googleads/v1/services/custom_interest_service.proto", fileDescriptor_custom_interest_service_85b11e27e8f607fc) } -var fileDescriptor_custom_interest_service_58ef1f41776944d6 = []byte{ +var fileDescriptor_custom_interest_service_85b11e27e8f607fc = []byte{ // 633 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0x41, 0x6b, 0xd4, 0x40, 0x14, 0xc7, 0x4d, 0x2a, 0xd5, 0x4e, 0xea, 0xc1, 0x40, 0x71, 0x09, 0x55, 0x97, 0xd8, 0xc3, 0xb2, diff --git a/googleapis/ads/googleads/v1/services/customer_client_link_service.pb.go b/googleapis/ads/googleads/v1/services/customer_client_link_service.pb.go index 464cf658ff..0787a47c24 100644 --- a/googleapis/ads/googleads/v1/services/customer_client_link_service.pb.go +++ b/googleapis/ads/googleads/v1/services/customer_client_link_service.pb.go @@ -40,7 +40,7 @@ func (m *GetCustomerClientLinkRequest) Reset() { *m = GetCustomerClientL func (m *GetCustomerClientLinkRequest) String() string { return proto.CompactTextString(m) } func (*GetCustomerClientLinkRequest) ProtoMessage() {} func (*GetCustomerClientLinkRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_link_service_dc0f8bcf1888ce74, []int{0} + return fileDescriptor_customer_client_link_service_ec1d3dfd8da034fb, []int{0} } func (m *GetCustomerClientLinkRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCustomerClientLinkRequest.Unmarshal(m, b) @@ -82,7 +82,7 @@ func (m *MutateCustomerClientLinkRequest) Reset() { *m = MutateCustomerC func (m *MutateCustomerClientLinkRequest) String() string { return proto.CompactTextString(m) } func (*MutateCustomerClientLinkRequest) ProtoMessage() {} func (*MutateCustomerClientLinkRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_link_service_dc0f8bcf1888ce74, []int{1} + return fileDescriptor_customer_client_link_service_ec1d3dfd8da034fb, []int{1} } func (m *MutateCustomerClientLinkRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerClientLinkRequest.Unmarshal(m, b) @@ -135,7 +135,7 @@ func (m *CustomerClientLinkOperation) Reset() { *m = CustomerClientLinkO func (m *CustomerClientLinkOperation) String() string { return proto.CompactTextString(m) } func (*CustomerClientLinkOperation) ProtoMessage() {} func (*CustomerClientLinkOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_link_service_dc0f8bcf1888ce74, []int{2} + return fileDescriptor_customer_client_link_service_ec1d3dfd8da034fb, []int{2} } func (m *CustomerClientLinkOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerClientLinkOperation.Unmarshal(m, b) @@ -286,7 +286,7 @@ func (m *MutateCustomerClientLinkResponse) Reset() { *m = MutateCustomer func (m *MutateCustomerClientLinkResponse) String() string { return proto.CompactTextString(m) } func (*MutateCustomerClientLinkResponse) ProtoMessage() {} func (*MutateCustomerClientLinkResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_link_service_dc0f8bcf1888ce74, []int{3} + return fileDescriptor_customer_client_link_service_ec1d3dfd8da034fb, []int{3} } func (m *MutateCustomerClientLinkResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerClientLinkResponse.Unmarshal(m, b) @@ -326,7 +326,7 @@ func (m *MutateCustomerClientLinkResult) Reset() { *m = MutateCustomerCl func (m *MutateCustomerClientLinkResult) String() string { return proto.CompactTextString(m) } func (*MutateCustomerClientLinkResult) ProtoMessage() {} func (*MutateCustomerClientLinkResult) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_link_service_dc0f8bcf1888ce74, []int{4} + return fileDescriptor_customer_client_link_service_ec1d3dfd8da034fb, []int{4} } func (m *MutateCustomerClientLinkResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerClientLinkResult.Unmarshal(m, b) @@ -471,10 +471,10 @@ var _CustomerClientLinkService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/customer_client_link_service.proto", fileDescriptor_customer_client_link_service_dc0f8bcf1888ce74) + proto.RegisterFile("google/ads/googleads/v1/services/customer_client_link_service.proto", fileDescriptor_customer_client_link_service_ec1d3dfd8da034fb) } -var fileDescriptor_customer_client_link_service_dc0f8bcf1888ce74 = []byte{ +var fileDescriptor_customer_client_link_service_ec1d3dfd8da034fb = []byte{ // 612 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0x41, 0x8b, 0xd3, 0x40, 0x14, 0xc7, 0x4d, 0x56, 0x0a, 0x3b, 0xd5, 0x4b, 0x40, 0xa8, 0x75, 0xe9, 0x96, 0xb8, 0x87, 0xa5, diff --git a/googleapis/ads/googleads/v1/services/customer_client_service.pb.go b/googleapis/ads/googleads/v1/services/customer_client_service.pb.go index e2a77254f1..4f17ded368 100644 --- a/googleapis/ads/googleads/v1/services/customer_client_service.pb.go +++ b/googleapis/ads/googleads/v1/services/customer_client_service.pb.go @@ -38,7 +38,7 @@ func (m *GetCustomerClientRequest) Reset() { *m = GetCustomerClientReque func (m *GetCustomerClientRequest) String() string { return proto.CompactTextString(m) } func (*GetCustomerClientRequest) ProtoMessage() {} func (*GetCustomerClientRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_client_service_19dc04d99b6c1854, []int{0} + return fileDescriptor_customer_client_service_bf7d81d922f0354a, []int{0} } func (m *GetCustomerClientRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCustomerClientRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _CustomerClientService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/customer_client_service.proto", fileDescriptor_customer_client_service_19dc04d99b6c1854) + proto.RegisterFile("google/ads/googleads/v1/services/customer_client_service.proto", fileDescriptor_customer_client_service_bf7d81d922f0354a) } -var fileDescriptor_customer_client_service_19dc04d99b6c1854 = []byte{ +var fileDescriptor_customer_client_service_bf7d81d922f0354a = []byte{ // 360 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xbf, 0x4a, 0xc3, 0x40, 0x1c, 0xc7, 0x49, 0x04, 0xc1, 0xa0, 0x83, 0x01, 0xa1, 0x04, 0x87, 0x52, 0x3b, 0x48, 0x87, 0x3b, diff --git a/googleapis/ads/googleads/v1/services/customer_extension_setting_service.pb.go b/googleapis/ads/googleads/v1/services/customer_extension_setting_service.pb.go index 4a704dd7ac..9d0df43f9f 100644 --- a/googleapis/ads/googleads/v1/services/customer_extension_setting_service.pb.go +++ b/googleapis/ads/googleads/v1/services/customer_extension_setting_service.pb.go @@ -42,7 +42,7 @@ func (m *GetCustomerExtensionSettingRequest) Reset() { *m = GetCustomerE func (m *GetCustomerExtensionSettingRequest) String() string { return proto.CompactTextString(m) } func (*GetCustomerExtensionSettingRequest) ProtoMessage() {} func (*GetCustomerExtensionSettingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_extension_setting_service_91e7cf799f61cff8, []int{0} + return fileDescriptor_customer_extension_setting_service_7aa4f56bacfec343, []int{0} } func (m *GetCustomerExtensionSettingRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCustomerExtensionSettingRequest.Unmarshal(m, b) @@ -97,7 +97,7 @@ func (m *MutateCustomerExtensionSettingsRequest) Reset() { func (m *MutateCustomerExtensionSettingsRequest) String() string { return proto.CompactTextString(m) } func (*MutateCustomerExtensionSettingsRequest) ProtoMessage() {} func (*MutateCustomerExtensionSettingsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_extension_setting_service_91e7cf799f61cff8, []int{1} + return fileDescriptor_customer_extension_setting_service_7aa4f56bacfec343, []int{1} } func (m *MutateCustomerExtensionSettingsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerExtensionSettingsRequest.Unmarshal(m, b) @@ -165,7 +165,7 @@ func (m *CustomerExtensionSettingOperation) Reset() { *m = CustomerExten func (m *CustomerExtensionSettingOperation) String() string { return proto.CompactTextString(m) } func (*CustomerExtensionSettingOperation) ProtoMessage() {} func (*CustomerExtensionSettingOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_extension_setting_service_91e7cf799f61cff8, []int{2} + return fileDescriptor_customer_extension_setting_service_7aa4f56bacfec343, []int{2} } func (m *CustomerExtensionSettingOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerExtensionSettingOperation.Unmarshal(m, b) @@ -351,7 +351,7 @@ func (m *MutateCustomerExtensionSettingsResponse) Reset() { func (m *MutateCustomerExtensionSettingsResponse) String() string { return proto.CompactTextString(m) } func (*MutateCustomerExtensionSettingsResponse) ProtoMessage() {} func (*MutateCustomerExtensionSettingsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_extension_setting_service_91e7cf799f61cff8, []int{3} + return fileDescriptor_customer_extension_setting_service_7aa4f56bacfec343, []int{3} } func (m *MutateCustomerExtensionSettingsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerExtensionSettingsResponse.Unmarshal(m, b) @@ -398,7 +398,7 @@ func (m *MutateCustomerExtensionSettingResult) Reset() { *m = MutateCust func (m *MutateCustomerExtensionSettingResult) String() string { return proto.CompactTextString(m) } func (*MutateCustomerExtensionSettingResult) ProtoMessage() {} func (*MutateCustomerExtensionSettingResult) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_extension_setting_service_91e7cf799f61cff8, []int{4} + return fileDescriptor_customer_extension_setting_service_7aa4f56bacfec343, []int{4} } func (m *MutateCustomerExtensionSettingResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerExtensionSettingResult.Unmarshal(m, b) @@ -545,10 +545,10 @@ var _CustomerExtensionSettingService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/customer_extension_setting_service.proto", fileDescriptor_customer_extension_setting_service_91e7cf799f61cff8) + proto.RegisterFile("google/ads/googleads/v1/services/customer_extension_setting_service.proto", fileDescriptor_customer_extension_setting_service_7aa4f56bacfec343) } -var fileDescriptor_customer_extension_setting_service_91e7cf799f61cff8 = []byte{ +var fileDescriptor_customer_extension_setting_service_7aa4f56bacfec343 = []byte{ // 722 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x95, 0xcf, 0x4e, 0xd4, 0x40, 0x1c, 0xc7, 0x6d, 0x21, 0x28, 0xb3, 0xa8, 0xc9, 0x18, 0xe3, 0x66, 0x35, 0xb2, 0xd6, 0x8d, 0x90, diff --git a/googleapis/ads/googleads/v1/services/customer_feed_service.pb.go b/googleapis/ads/googleads/v1/services/customer_feed_service.pb.go index b0c86306dc..efa0cd15d7 100644 --- a/googleapis/ads/googleads/v1/services/customer_feed_service.pb.go +++ b/googleapis/ads/googleads/v1/services/customer_feed_service.pb.go @@ -41,7 +41,7 @@ func (m *GetCustomerFeedRequest) Reset() { *m = GetCustomerFeedRequest{} func (m *GetCustomerFeedRequest) String() string { return proto.CompactTextString(m) } func (*GetCustomerFeedRequest) ProtoMessage() {} func (*GetCustomerFeedRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_feed_service_75211bb72676f739, []int{0} + return fileDescriptor_customer_feed_service_643a1eae045d32fc, []int{0} } func (m *GetCustomerFeedRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCustomerFeedRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateCustomerFeedsRequest) Reset() { *m = MutateCustomerFeedsR func (m *MutateCustomerFeedsRequest) String() string { return proto.CompactTextString(m) } func (*MutateCustomerFeedsRequest) ProtoMessage() {} func (*MutateCustomerFeedsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_feed_service_75211bb72676f739, []int{1} + return fileDescriptor_customer_feed_service_643a1eae045d32fc, []int{1} } func (m *MutateCustomerFeedsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerFeedsRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *CustomerFeedOperation) Reset() { *m = CustomerFeedOperation{} } func (m *CustomerFeedOperation) String() string { return proto.CompactTextString(m) } func (*CustomerFeedOperation) ProtoMessage() {} func (*CustomerFeedOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_feed_service_75211bb72676f739, []int{2} + return fileDescriptor_customer_feed_service_643a1eae045d32fc, []int{2} } func (m *CustomerFeedOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerFeedOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateCustomerFeedsResponse) Reset() { *m = MutateCustomerFeeds func (m *MutateCustomerFeedsResponse) String() string { return proto.CompactTextString(m) } func (*MutateCustomerFeedsResponse) ProtoMessage() {} func (*MutateCustomerFeedsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_feed_service_75211bb72676f739, []int{3} + return fileDescriptor_customer_feed_service_643a1eae045d32fc, []int{3} } func (m *MutateCustomerFeedsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerFeedsResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateCustomerFeedResult) Reset() { *m = MutateCustomerFeedResu func (m *MutateCustomerFeedResult) String() string { return proto.CompactTextString(m) } func (*MutateCustomerFeedResult) ProtoMessage() {} func (*MutateCustomerFeedResult) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_feed_service_75211bb72676f739, []int{4} + return fileDescriptor_customer_feed_service_643a1eae045d32fc, []int{4} } func (m *MutateCustomerFeedResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerFeedResult.Unmarshal(m, b) @@ -537,10 +537,10 @@ var _CustomerFeedService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/customer_feed_service.proto", fileDescriptor_customer_feed_service_75211bb72676f739) + proto.RegisterFile("google/ads/googleads/v1/services/customer_feed_service.proto", fileDescriptor_customer_feed_service_643a1eae045d32fc) } -var fileDescriptor_customer_feed_service_75211bb72676f739 = []byte{ +var fileDescriptor_customer_feed_service_643a1eae045d32fc = []byte{ // 710 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0xc1, 0x6e, 0xd3, 0x4c, 0x10, 0xfe, 0xed, 0xfc, 0x2a, 0x74, 0x5d, 0xa8, 0xb4, 0x55, 0xc1, 0x0a, 0x08, 0x22, 0x53, 0x89, diff --git a/googleapis/ads/googleads/v1/services/customer_label_service.pb.go b/googleapis/ads/googleads/v1/services/customer_label_service.pb.go index 0081761232..c5166a7aeb 100644 --- a/googleapis/ads/googleads/v1/services/customer_label_service.pb.go +++ b/googleapis/ads/googleads/v1/services/customer_label_service.pb.go @@ -40,7 +40,7 @@ func (m *GetCustomerLabelRequest) Reset() { *m = GetCustomerLabelRequest func (m *GetCustomerLabelRequest) String() string { return proto.CompactTextString(m) } func (*GetCustomerLabelRequest) ProtoMessage() {} func (*GetCustomerLabelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_label_service_e03e17381afa0ff3, []int{0} + return fileDescriptor_customer_label_service_af6ae2408ce6ca33, []int{0} } func (m *GetCustomerLabelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCustomerLabelRequest.Unmarshal(m, b) @@ -90,7 +90,7 @@ func (m *MutateCustomerLabelsRequest) Reset() { *m = MutateCustomerLabel func (m *MutateCustomerLabelsRequest) String() string { return proto.CompactTextString(m) } func (*MutateCustomerLabelsRequest) ProtoMessage() {} func (*MutateCustomerLabelsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_label_service_e03e17381afa0ff3, []int{1} + return fileDescriptor_customer_label_service_af6ae2408ce6ca33, []int{1} } func (m *MutateCustomerLabelsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerLabelsRequest.Unmarshal(m, b) @@ -155,7 +155,7 @@ func (m *CustomerLabelOperation) Reset() { *m = CustomerLabelOperation{} func (m *CustomerLabelOperation) String() string { return proto.CompactTextString(m) } func (*CustomerLabelOperation) ProtoMessage() {} func (*CustomerLabelOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_label_service_e03e17381afa0ff3, []int{2} + return fileDescriptor_customer_label_service_af6ae2408ce6ca33, []int{2} } func (m *CustomerLabelOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerLabelOperation.Unmarshal(m, b) @@ -300,7 +300,7 @@ func (m *MutateCustomerLabelsResponse) Reset() { *m = MutateCustomerLabe func (m *MutateCustomerLabelsResponse) String() string { return proto.CompactTextString(m) } func (*MutateCustomerLabelsResponse) ProtoMessage() {} func (*MutateCustomerLabelsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_label_service_e03e17381afa0ff3, []int{3} + return fileDescriptor_customer_label_service_af6ae2408ce6ca33, []int{3} } func (m *MutateCustomerLabelsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerLabelsResponse.Unmarshal(m, b) @@ -347,7 +347,7 @@ func (m *MutateCustomerLabelResult) Reset() { *m = MutateCustomerLabelRe func (m *MutateCustomerLabelResult) String() string { return proto.CompactTextString(m) } func (*MutateCustomerLabelResult) ProtoMessage() {} func (*MutateCustomerLabelResult) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_label_service_e03e17381afa0ff3, []int{4} + return fileDescriptor_customer_label_service_af6ae2408ce6ca33, []int{4} } func (m *MutateCustomerLabelResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerLabelResult.Unmarshal(m, b) @@ -494,10 +494,10 @@ var _CustomerLabelService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/customer_label_service.proto", fileDescriptor_customer_label_service_e03e17381afa0ff3) + proto.RegisterFile("google/ads/googleads/v1/services/customer_label_service.proto", fileDescriptor_customer_label_service_af6ae2408ce6ca33) } -var fileDescriptor_customer_label_service_e03e17381afa0ff3 = []byte{ +var fileDescriptor_customer_label_service_af6ae2408ce6ca33 = []byte{ // 663 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xdd, 0x6a, 0xd4, 0x4e, 0x14, 0xff, 0x27, 0xfb, 0xa7, 0xda, 0xd9, 0xfa, 0xc1, 0x58, 0x6d, 0xba, 0x16, 0x5d, 0x62, 0xc1, diff --git a/googleapis/ads/googleads/v1/services/customer_manager_link_service.pb.go b/googleapis/ads/googleads/v1/services/customer_manager_link_service.pb.go index b385060c39..c7763dcdcd 100644 --- a/googleapis/ads/googleads/v1/services/customer_manager_link_service.pb.go +++ b/googleapis/ads/googleads/v1/services/customer_manager_link_service.pb.go @@ -39,7 +39,7 @@ func (m *GetCustomerManagerLinkRequest) Reset() { *m = GetCustomerManage func (m *GetCustomerManagerLinkRequest) String() string { return proto.CompactTextString(m) } func (*GetCustomerManagerLinkRequest) ProtoMessage() {} func (*GetCustomerManagerLinkRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_manager_link_service_c8fa44ca49360ded, []int{0} + return fileDescriptor_customer_manager_link_service_89a13cddd5698861, []int{0} } func (m *GetCustomerManagerLinkRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCustomerManagerLinkRequest.Unmarshal(m, b) @@ -81,7 +81,7 @@ func (m *MutateCustomerManagerLinkRequest) Reset() { *m = MutateCustomer func (m *MutateCustomerManagerLinkRequest) String() string { return proto.CompactTextString(m) } func (*MutateCustomerManagerLinkRequest) ProtoMessage() {} func (*MutateCustomerManagerLinkRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_manager_link_service_c8fa44ca49360ded, []int{1} + return fileDescriptor_customer_manager_link_service_89a13cddd5698861, []int{1} } func (m *MutateCustomerManagerLinkRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerManagerLinkRequest.Unmarshal(m, b) @@ -137,7 +137,7 @@ func (m *CustomerManagerLinkOperation) Reset() { *m = CustomerManagerLin func (m *CustomerManagerLinkOperation) String() string { return proto.CompactTextString(m) } func (*CustomerManagerLinkOperation) ProtoMessage() {} func (*CustomerManagerLinkOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_manager_link_service_c8fa44ca49360ded, []int{2} + return fileDescriptor_customer_manager_link_service_89a13cddd5698861, []int{2} } func (m *CustomerManagerLinkOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerManagerLinkOperation.Unmarshal(m, b) @@ -256,7 +256,7 @@ func (m *MutateCustomerManagerLinkResponse) Reset() { *m = MutateCustome func (m *MutateCustomerManagerLinkResponse) String() string { return proto.CompactTextString(m) } func (*MutateCustomerManagerLinkResponse) ProtoMessage() {} func (*MutateCustomerManagerLinkResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_manager_link_service_c8fa44ca49360ded, []int{3} + return fileDescriptor_customer_manager_link_service_89a13cddd5698861, []int{3} } func (m *MutateCustomerManagerLinkResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerManagerLinkResponse.Unmarshal(m, b) @@ -296,7 +296,7 @@ func (m *MutateCustomerManagerLinkResult) Reset() { *m = MutateCustomerM func (m *MutateCustomerManagerLinkResult) String() string { return proto.CompactTextString(m) } func (*MutateCustomerManagerLinkResult) ProtoMessage() {} func (*MutateCustomerManagerLinkResult) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_manager_link_service_c8fa44ca49360ded, []int{4} + return fileDescriptor_customer_manager_link_service_89a13cddd5698861, []int{4} } func (m *MutateCustomerManagerLinkResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerManagerLinkResult.Unmarshal(m, b) @@ -441,10 +441,10 @@ var _CustomerManagerLinkService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/customer_manager_link_service.proto", fileDescriptor_customer_manager_link_service_c8fa44ca49360ded) + proto.RegisterFile("google/ads/googleads/v1/services/customer_manager_link_service.proto", fileDescriptor_customer_manager_link_service_89a13cddd5698861) } -var fileDescriptor_customer_manager_link_service_c8fa44ca49360ded = []byte{ +var fileDescriptor_customer_manager_link_service_89a13cddd5698861 = []byte{ // 597 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0x41, 0x8b, 0xd3, 0x40, 0x14, 0x36, 0xa9, 0xac, 0xec, 0x54, 0x2f, 0x73, 0x90, 0x5a, 0x56, 0x1a, 0xe3, 0x1e, 0x4a, 0x0f, diff --git a/googleapis/ads/googleads/v1/services/customer_negative_criterion_service.pb.go b/googleapis/ads/googleads/v1/services/customer_negative_criterion_service.pb.go index a14b754713..13e3e27d81 100644 --- a/googleapis/ads/googleads/v1/services/customer_negative_criterion_service.pb.go +++ b/googleapis/ads/googleads/v1/services/customer_negative_criterion_service.pb.go @@ -41,7 +41,7 @@ func (m *GetCustomerNegativeCriterionRequest) Reset() { *m = GetCustomer func (m *GetCustomerNegativeCriterionRequest) String() string { return proto.CompactTextString(m) } func (*GetCustomerNegativeCriterionRequest) ProtoMessage() {} func (*GetCustomerNegativeCriterionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_negative_criterion_service_5e6b766da9c4515f, []int{0} + return fileDescriptor_customer_negative_criterion_service_bef57624ec14ad68, []int{0} } func (m *GetCustomerNegativeCriterionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCustomerNegativeCriterionRequest.Unmarshal(m, b) @@ -92,7 +92,7 @@ func (m *MutateCustomerNegativeCriteriaRequest) Reset() { *m = MutateCus func (m *MutateCustomerNegativeCriteriaRequest) String() string { return proto.CompactTextString(m) } func (*MutateCustomerNegativeCriteriaRequest) ProtoMessage() {} func (*MutateCustomerNegativeCriteriaRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_negative_criterion_service_5e6b766da9c4515f, []int{1} + return fileDescriptor_customer_negative_criterion_service_bef57624ec14ad68, []int{1} } func (m *MutateCustomerNegativeCriteriaRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerNegativeCriteriaRequest.Unmarshal(m, b) @@ -157,7 +157,7 @@ func (m *CustomerNegativeCriterionOperation) Reset() { *m = CustomerNega func (m *CustomerNegativeCriterionOperation) String() string { return proto.CompactTextString(m) } func (*CustomerNegativeCriterionOperation) ProtoMessage() {} func (*CustomerNegativeCriterionOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_negative_criterion_service_5e6b766da9c4515f, []int{2} + return fileDescriptor_customer_negative_criterion_service_bef57624ec14ad68, []int{2} } func (m *CustomerNegativeCriterionOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerNegativeCriterionOperation.Unmarshal(m, b) @@ -304,7 +304,7 @@ func (m *MutateCustomerNegativeCriteriaResponse) Reset() { func (m *MutateCustomerNegativeCriteriaResponse) String() string { return proto.CompactTextString(m) } func (*MutateCustomerNegativeCriteriaResponse) ProtoMessage() {} func (*MutateCustomerNegativeCriteriaResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_negative_criterion_service_5e6b766da9c4515f, []int{3} + return fileDescriptor_customer_negative_criterion_service_bef57624ec14ad68, []int{3} } func (m *MutateCustomerNegativeCriteriaResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerNegativeCriteriaResponse.Unmarshal(m, b) @@ -351,7 +351,7 @@ func (m *MutateCustomerNegativeCriteriaResult) Reset() { *m = MutateCust func (m *MutateCustomerNegativeCriteriaResult) String() string { return proto.CompactTextString(m) } func (*MutateCustomerNegativeCriteriaResult) ProtoMessage() {} func (*MutateCustomerNegativeCriteriaResult) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_negative_criterion_service_5e6b766da9c4515f, []int{4} + return fileDescriptor_customer_negative_criterion_service_bef57624ec14ad68, []int{4} } func (m *MutateCustomerNegativeCriteriaResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerNegativeCriteriaResult.Unmarshal(m, b) @@ -496,10 +496,10 @@ var _CustomerNegativeCriterionService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/customer_negative_criterion_service.proto", fileDescriptor_customer_negative_criterion_service_5e6b766da9c4515f) + proto.RegisterFile("google/ads/googleads/v1/services/customer_negative_criterion_service.proto", fileDescriptor_customer_negative_criterion_service_bef57624ec14ad68) } -var fileDescriptor_customer_negative_criterion_service_5e6b766da9c4515f = []byte{ +var fileDescriptor_customer_negative_criterion_service_bef57624ec14ad68 = []byte{ // 670 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0x4f, 0x6b, 0xd4, 0x40, 0x14, 0x37, 0x69, 0xa9, 0x76, 0xb6, 0x2a, 0x8c, 0x88, 0x4b, 0x29, 0x75, 0x49, 0x5b, 0x2d, 0x7b, diff --git a/googleapis/ads/googleads/v1/services/customer_service.pb.go b/googleapis/ads/googleads/v1/services/customer_service.pb.go index 34ff19a91a..dfec96c3dc 100644 --- a/googleapis/ads/googleads/v1/services/customer_service.pb.go +++ b/googleapis/ads/googleads/v1/services/customer_service.pb.go @@ -40,7 +40,7 @@ func (m *GetCustomerRequest) Reset() { *m = GetCustomerRequest{} } func (m *GetCustomerRequest) String() string { return proto.CompactTextString(m) } func (*GetCustomerRequest) ProtoMessage() {} func (*GetCustomerRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_6565d886667f7bcc, []int{0} + return fileDescriptor_customer_service_2bf00998210897da, []int{0} } func (m *GetCustomerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCustomerRequest.Unmarshal(m, b) @@ -85,7 +85,7 @@ func (m *MutateCustomerRequest) Reset() { *m = MutateCustomerRequest{} } func (m *MutateCustomerRequest) String() string { return proto.CompactTextString(m) } func (*MutateCustomerRequest) ProtoMessage() {} func (*MutateCustomerRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_6565d886667f7bcc, []int{1} + return fileDescriptor_customer_service_2bf00998210897da, []int{1} } func (m *MutateCustomerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerRequest.Unmarshal(m, b) @@ -142,7 +142,7 @@ func (m *CreateCustomerClientRequest) Reset() { *m = CreateCustomerClien func (m *CreateCustomerClientRequest) String() string { return proto.CompactTextString(m) } func (*CreateCustomerClientRequest) ProtoMessage() {} func (*CreateCustomerClientRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_6565d886667f7bcc, []int{2} + return fileDescriptor_customer_service_2bf00998210897da, []int{2} } func (m *CreateCustomerClientRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateCustomerClientRequest.Unmarshal(m, b) @@ -191,7 +191,7 @@ func (m *CustomerOperation) Reset() { *m = CustomerOperation{} } func (m *CustomerOperation) String() string { return proto.CompactTextString(m) } func (*CustomerOperation) ProtoMessage() {} func (*CustomerOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_6565d886667f7bcc, []int{3} + return fileDescriptor_customer_service_2bf00998210897da, []int{3} } func (m *CustomerOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerOperation.Unmarshal(m, b) @@ -238,7 +238,7 @@ func (m *CreateCustomerClientResponse) Reset() { *m = CreateCustomerClie func (m *CreateCustomerClientResponse) String() string { return proto.CompactTextString(m) } func (*CreateCustomerClientResponse) ProtoMessage() {} func (*CreateCustomerClientResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_6565d886667f7bcc, []int{4} + return fileDescriptor_customer_service_2bf00998210897da, []int{4} } func (m *CreateCustomerClientResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateCustomerClientResponse.Unmarshal(m, b) @@ -278,7 +278,7 @@ func (m *MutateCustomerResponse) Reset() { *m = MutateCustomerResponse{} func (m *MutateCustomerResponse) String() string { return proto.CompactTextString(m) } func (*MutateCustomerResponse) ProtoMessage() {} func (*MutateCustomerResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_6565d886667f7bcc, []int{5} + return fileDescriptor_customer_service_2bf00998210897da, []int{5} } func (m *MutateCustomerResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerResponse.Unmarshal(m, b) @@ -318,7 +318,7 @@ func (m *MutateCustomerResult) Reset() { *m = MutateCustomerResult{} } func (m *MutateCustomerResult) String() string { return proto.CompactTextString(m) } func (*MutateCustomerResult) ProtoMessage() {} func (*MutateCustomerResult) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_6565d886667f7bcc, []int{6} + return fileDescriptor_customer_service_2bf00998210897da, []int{6} } func (m *MutateCustomerResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateCustomerResult.Unmarshal(m, b) @@ -356,7 +356,7 @@ func (m *ListAccessibleCustomersRequest) Reset() { *m = ListAccessibleCu func (m *ListAccessibleCustomersRequest) String() string { return proto.CompactTextString(m) } func (*ListAccessibleCustomersRequest) ProtoMessage() {} func (*ListAccessibleCustomersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_6565d886667f7bcc, []int{7} + return fileDescriptor_customer_service_2bf00998210897da, []int{7} } func (m *ListAccessibleCustomersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAccessibleCustomersRequest.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *ListAccessibleCustomersResponse) Reset() { *m = ListAccessibleC func (m *ListAccessibleCustomersResponse) String() string { return proto.CompactTextString(m) } func (*ListAccessibleCustomersResponse) ProtoMessage() {} func (*ListAccessibleCustomersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_customer_service_6565d886667f7bcc, []int{8} + return fileDescriptor_customer_service_2bf00998210897da, []int{8} } func (m *ListAccessibleCustomersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAccessibleCustomersResponse.Unmarshal(m, b) @@ -611,10 +611,10 @@ var _CustomerService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/customer_service.proto", fileDescriptor_customer_service_6565d886667f7bcc) + proto.RegisterFile("google/ads/googleads/v1/services/customer_service.proto", fileDescriptor_customer_service_2bf00998210897da) } -var fileDescriptor_customer_service_6565d886667f7bcc = []byte{ +var fileDescriptor_customer_service_2bf00998210897da = []byte{ // 746 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xcd, 0x6e, 0xd3, 0x4c, 0x14, 0xd5, 0xa4, 0xdf, 0x17, 0xd1, 0x49, 0x7f, 0xc4, 0xa8, 0x40, 0x14, 0xaa, 0x36, 0x98, 0x56, diff --git a/googleapis/ads/googleads/v1/services/detail_placement_view_service.pb.go b/googleapis/ads/googleads/v1/services/detail_placement_view_service.pb.go index bbb863625d..55fce0b823 100644 --- a/googleapis/ads/googleads/v1/services/detail_placement_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/detail_placement_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetDetailPlacementViewRequest) Reset() { *m = GetDetailPlacemen func (m *GetDetailPlacementViewRequest) String() string { return proto.CompactTextString(m) } func (*GetDetailPlacementViewRequest) ProtoMessage() {} func (*GetDetailPlacementViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_detail_placement_view_service_269035f375c1866f, []int{0} + return fileDescriptor_detail_placement_view_service_70dfd9a0f630143c, []int{0} } func (m *GetDetailPlacementViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDetailPlacementViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _DetailPlacementViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/detail_placement_view_service.proto", fileDescriptor_detail_placement_view_service_269035f375c1866f) + proto.RegisterFile("google/ads/googleads/v1/services/detail_placement_view_service.proto", fileDescriptor_detail_placement_view_service_70dfd9a0f630143c) } -var fileDescriptor_detail_placement_view_service_269035f375c1866f = []byte{ +var fileDescriptor_detail_placement_view_service_70dfd9a0f630143c = []byte{ // 373 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xbf, 0x4a, 0xfb, 0x40, 0x1c, 0x27, 0xf9, 0xc1, 0x0f, 0x0c, 0xba, 0x64, 0x10, 0x09, 0x8a, 0xa5, 0x76, 0x90, 0x0e, 0x77, diff --git a/googleapis/ads/googleads/v1/services/display_keyword_view_service.pb.go b/googleapis/ads/googleads/v1/services/display_keyword_view_service.pb.go index e07d274fee..098dad2e18 100644 --- a/googleapis/ads/googleads/v1/services/display_keyword_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/display_keyword_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetDisplayKeywordViewRequest) Reset() { *m = GetDisplayKeywordV func (m *GetDisplayKeywordViewRequest) String() string { return proto.CompactTextString(m) } func (*GetDisplayKeywordViewRequest) ProtoMessage() {} func (*GetDisplayKeywordViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_display_keyword_view_service_382c4e911ec8359f, []int{0} + return fileDescriptor_display_keyword_view_service_277caaf988ad7c73, []int{0} } func (m *GetDisplayKeywordViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDisplayKeywordViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _DisplayKeywordViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/display_keyword_view_service.proto", fileDescriptor_display_keyword_view_service_382c4e911ec8359f) + proto.RegisterFile("google/ads/googleads/v1/services/display_keyword_view_service.proto", fileDescriptor_display_keyword_view_service_277caaf988ad7c73) } -var fileDescriptor_display_keyword_view_service_382c4e911ec8359f = []byte{ +var fileDescriptor_display_keyword_view_service_277caaf988ad7c73 = []byte{ // 373 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xcf, 0x4a, 0xc3, 0x30, 0x18, 0xa7, 0x15, 0x04, 0x8b, 0x5e, 0x0a, 0x82, 0x8e, 0x21, 0x63, 0xee, 0x20, 0x3b, 0x24, 0x54, diff --git a/googleapis/ads/googleads/v1/services/domain_category_service.pb.go b/googleapis/ads/googleads/v1/services/domain_category_service.pb.go index 01ad3da874..a1dd9e94ee 100644 --- a/googleapis/ads/googleads/v1/services/domain_category_service.pb.go +++ b/googleapis/ads/googleads/v1/services/domain_category_service.pb.go @@ -39,7 +39,7 @@ func (m *GetDomainCategoryRequest) Reset() { *m = GetDomainCategoryReque func (m *GetDomainCategoryRequest) String() string { return proto.CompactTextString(m) } func (*GetDomainCategoryRequest) ProtoMessage() {} func (*GetDomainCategoryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_domain_category_service_20040df70aac13a6, []int{0} + return fileDescriptor_domain_category_service_e150c47857abcd62, []int{0} } func (m *GetDomainCategoryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDomainCategoryRequest.Unmarshal(m, b) @@ -145,10 +145,10 @@ var _DomainCategoryService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/domain_category_service.proto", fileDescriptor_domain_category_service_20040df70aac13a6) + proto.RegisterFile("google/ads/googleads/v1/services/domain_category_service.proto", fileDescriptor_domain_category_service_e150c47857abcd62) } -var fileDescriptor_domain_category_service_20040df70aac13a6 = []byte{ +var fileDescriptor_domain_category_service_e150c47857abcd62 = []byte{ // 367 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x41, 0x4a, 0xfb, 0x40, 0x18, 0xc5, 0x49, 0xfe, 0xf0, 0x07, 0x83, 0x2e, 0x0c, 0x08, 0x25, 0xb8, 0x28, 0xb5, 0x0b, 0xe9, diff --git a/googleapis/ads/googleads/v1/services/dynamic_search_ads_search_term_view_service.pb.go b/googleapis/ads/googleads/v1/services/dynamic_search_ads_search_term_view_service.pb.go index e2ae2ce602..3a1277e444 100644 --- a/googleapis/ads/googleads/v1/services/dynamic_search_ads_search_term_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/dynamic_search_ads_search_term_view_service.pb.go @@ -41,7 +41,7 @@ func (m *GetDynamicSearchAdsSearchTermViewRequest) Reset() { func (m *GetDynamicSearchAdsSearchTermViewRequest) String() string { return proto.CompactTextString(m) } func (*GetDynamicSearchAdsSearchTermViewRequest) ProtoMessage() {} func (*GetDynamicSearchAdsSearchTermViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dynamic_search_ads_search_term_view_service_818af03bdd020ada, []int{0} + return fileDescriptor_dynamic_search_ads_search_term_view_service_fdd5eab22ce903b6, []int{0} } func (m *GetDynamicSearchAdsSearchTermViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDynamicSearchAdsSearchTermViewRequest.Unmarshal(m, b) @@ -147,10 +147,10 @@ var _DynamicSearchAdsSearchTermViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/dynamic_search_ads_search_term_view_service.proto", fileDescriptor_dynamic_search_ads_search_term_view_service_818af03bdd020ada) + proto.RegisterFile("google/ads/googleads/v1/services/dynamic_search_ads_search_term_view_service.proto", fileDescriptor_dynamic_search_ads_search_term_view_service_fdd5eab22ce903b6) } -var fileDescriptor_dynamic_search_ads_search_term_view_service_818af03bdd020ada = []byte{ +var fileDescriptor_dynamic_search_ads_search_term_view_service_fdd5eab22ce903b6 = []byte{ // 391 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xcd, 0x6a, 0xdb, 0x40, 0x14, 0x85, 0x91, 0x0a, 0x85, 0x8a, 0x76, 0xa3, 0x55, 0x31, 0x5d, 0xb8, 0xae, 0x0b, 0xc6, 0x8b, diff --git a/googleapis/ads/googleads/v1/services/expanded_landing_page_view_service.pb.go b/googleapis/ads/googleads/v1/services/expanded_landing_page_view_service.pb.go new file mode 100644 index 0000000000..37a0344f7c --- /dev/null +++ b/googleapis/ads/googleads/v1/services/expanded_landing_page_view_service.pb.go @@ -0,0 +1,179 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/services/expanded_landing_page_view_service.proto + +package services // import "google.golang.org/genproto/googleapis/ads/googleads/v1/services" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "github.com/golang/protobuf/ptypes/wrappers" +import resources "google.golang.org/genproto/googleapis/ads/googleads/v1/resources" +import _ "google.golang.org/genproto/googleapis/api/annotations" + +import ( + context "golang.org/x/net/context" + grpc "google.golang.org/grpc" +) + +// 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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Request message for +// [ExpandedLandingPageViewService.GetExpandedLandingPageView][google.ads.googleads.v1.services.ExpandedLandingPageViewService.GetExpandedLandingPageView]. +type GetExpandedLandingPageViewRequest struct { + // The resource name of the expanded landing page view to fetch. + ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GetExpandedLandingPageViewRequest) Reset() { *m = GetExpandedLandingPageViewRequest{} } +func (m *GetExpandedLandingPageViewRequest) String() string { return proto.CompactTextString(m) } +func (*GetExpandedLandingPageViewRequest) ProtoMessage() {} +func (*GetExpandedLandingPageViewRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_expanded_landing_page_view_service_f73ccb2dea9fee66, []int{0} +} +func (m *GetExpandedLandingPageViewRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetExpandedLandingPageViewRequest.Unmarshal(m, b) +} +func (m *GetExpandedLandingPageViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetExpandedLandingPageViewRequest.Marshal(b, m, deterministic) +} +func (dst *GetExpandedLandingPageViewRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetExpandedLandingPageViewRequest.Merge(dst, src) +} +func (m *GetExpandedLandingPageViewRequest) XXX_Size() int { + return xxx_messageInfo_GetExpandedLandingPageViewRequest.Size(m) +} +func (m *GetExpandedLandingPageViewRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetExpandedLandingPageViewRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetExpandedLandingPageViewRequest proto.InternalMessageInfo + +func (m *GetExpandedLandingPageViewRequest) GetResourceName() string { + if m != nil { + return m.ResourceName + } + return "" +} + +func init() { + proto.RegisterType((*GetExpandedLandingPageViewRequest)(nil), "google.ads.googleads.v1.services.GetExpandedLandingPageViewRequest") +} + +// Reference imports to suppress errors if they are not otherwise used. +var _ context.Context +var _ grpc.ClientConn + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the grpc package it is being compiled against. +const _ = grpc.SupportPackageIsVersion4 + +// ExpandedLandingPageViewServiceClient is the client API for ExpandedLandingPageViewService service. +// +// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. +type ExpandedLandingPageViewServiceClient interface { + // Returns the requested expanded landing page view in full detail. + GetExpandedLandingPageView(ctx context.Context, in *GetExpandedLandingPageViewRequest, opts ...grpc.CallOption) (*resources.ExpandedLandingPageView, error) +} + +type expandedLandingPageViewServiceClient struct { + cc *grpc.ClientConn +} + +func NewExpandedLandingPageViewServiceClient(cc *grpc.ClientConn) ExpandedLandingPageViewServiceClient { + return &expandedLandingPageViewServiceClient{cc} +} + +func (c *expandedLandingPageViewServiceClient) GetExpandedLandingPageView(ctx context.Context, in *GetExpandedLandingPageViewRequest, opts ...grpc.CallOption) (*resources.ExpandedLandingPageView, error) { + out := new(resources.ExpandedLandingPageView) + err := c.cc.Invoke(ctx, "/google.ads.googleads.v1.services.ExpandedLandingPageViewService/GetExpandedLandingPageView", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +// ExpandedLandingPageViewServiceServer is the server API for ExpandedLandingPageViewService service. +type ExpandedLandingPageViewServiceServer interface { + // Returns the requested expanded landing page view in full detail. + GetExpandedLandingPageView(context.Context, *GetExpandedLandingPageViewRequest) (*resources.ExpandedLandingPageView, error) +} + +func RegisterExpandedLandingPageViewServiceServer(s *grpc.Server, srv ExpandedLandingPageViewServiceServer) { + s.RegisterService(&_ExpandedLandingPageViewService_serviceDesc, srv) +} + +func _ExpandedLandingPageViewService_GetExpandedLandingPageView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetExpandedLandingPageViewRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(ExpandedLandingPageViewServiceServer).GetExpandedLandingPageView(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.ads.googleads.v1.services.ExpandedLandingPageViewService/GetExpandedLandingPageView", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(ExpandedLandingPageViewServiceServer).GetExpandedLandingPageView(ctx, req.(*GetExpandedLandingPageViewRequest)) + } + return interceptor(ctx, in, info, handler) +} + +var _ExpandedLandingPageViewService_serviceDesc = grpc.ServiceDesc{ + ServiceName: "google.ads.googleads.v1.services.ExpandedLandingPageViewService", + HandlerType: (*ExpandedLandingPageViewServiceServer)(nil), + Methods: []grpc.MethodDesc{ + { + MethodName: "GetExpandedLandingPageView", + Handler: _ExpandedLandingPageViewService_GetExpandedLandingPageView_Handler, + }, + }, + Streams: []grpc.StreamDesc{}, + Metadata: "google/ads/googleads/v1/services/expanded_landing_page_view_service.proto", +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/services/expanded_landing_page_view_service.proto", fileDescriptor_expanded_landing_page_view_service_f73ccb2dea9fee66) +} + +var fileDescriptor_expanded_landing_page_view_service_f73ccb2dea9fee66 = []byte{ + // 398 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0x31, 0x8b, 0xdb, 0x30, + 0x14, 0xc6, 0x2e, 0x14, 0x6a, 0xda, 0xc5, 0x53, 0x31, 0x25, 0xa4, 0x49, 0x86, 0x92, 0x41, 0xc2, + 0xed, 0xa6, 0xb6, 0x83, 0x5d, 0x4a, 0x52, 0x28, 0x25, 0xa4, 0xe0, 0xa1, 0x18, 0x8c, 0x12, 0xbd, + 0x0a, 0x43, 0x2c, 0xb9, 0x92, 0xed, 0x14, 0x4a, 0x97, 0xd2, 0xe9, 0xd6, 0xfb, 0x07, 0x37, 0xde, + 0x4f, 0xb9, 0xf5, 0x7e, 0xc1, 0xc1, 0x4d, 0xf7, 0x2b, 0x0e, 0x47, 0x96, 0xe1, 0x0e, 0x9c, 0x6c, + 0x9f, 0xf4, 0x3e, 0x7d, 0xdf, 0x7b, 0xef, 0x93, 0xf7, 0x85, 0x4b, 0xc9, 0x77, 0x80, 0x29, 0xd3, + 0xd8, 0xc0, 0x16, 0x35, 0x21, 0xd6, 0xa0, 0x9a, 0x7c, 0x0b, 0x1a, 0xc3, 0xef, 0x92, 0x0a, 0x06, + 0x2c, 0xdb, 0x51, 0xc1, 0x72, 0xc1, 0xb3, 0x92, 0x72, 0xc8, 0x9a, 0x1c, 0xf6, 0x59, 0xc7, 0x41, + 0xa5, 0x92, 0x95, 0xf4, 0xc7, 0xe6, 0x3d, 0xa2, 0x4c, 0xa3, 0x5e, 0x0a, 0x35, 0x21, 0xb2, 0x52, + 0x41, 0x3c, 0x64, 0xa6, 0x40, 0xcb, 0x5a, 0x1d, 0x77, 0x33, 0x2e, 0xc1, 0x2b, 0xab, 0x51, 0xe6, + 0x98, 0x0a, 0x21, 0x2b, 0x5a, 0xe5, 0x52, 0xe8, 0xae, 0x3a, 0xea, 0xaa, 0x87, 0xd3, 0xa6, 0xfe, + 0x89, 0xf7, 0x8a, 0x96, 0x25, 0xa8, 0xae, 0x3e, 0x59, 0x7a, 0xaf, 0x17, 0x50, 0x7d, 0xee, 0x4c, + 0xbe, 0x1a, 0x8f, 0x15, 0xe5, 0x90, 0xe4, 0xb0, 0x5f, 0xc3, 0xaf, 0x1a, 0x74, 0xe5, 0x4f, 0xbd, + 0x17, 0xb6, 0xa1, 0x4c, 0xd0, 0x02, 0x5e, 0x3a, 0x63, 0xe7, 0xcd, 0xb3, 0xf5, 0x73, 0x7b, 0xf9, + 0x8d, 0x16, 0xf0, 0xf6, 0xbf, 0xeb, 0x8d, 0x06, 0x74, 0xbe, 0x9b, 0x79, 0xfd, 0x1b, 0xc7, 0x0b, + 0x86, 0xdd, 0xfc, 0x4f, 0xe8, 0xd4, 0xc2, 0xd0, 0xc9, 0x5e, 0x03, 0x32, 0x28, 0xd2, 0xef, 0x14, + 0x0d, 0x48, 0x4c, 0xe2, 0x7f, 0xd7, 0xb7, 0xe7, 0xee, 0x07, 0x9f, 0xb4, 0x11, 0xfc, 0x79, 0x30, + 0xf2, 0xc7, 0x6d, 0xad, 0x2b, 0x59, 0x80, 0xd2, 0x78, 0xde, 0x67, 0xf2, 0xe8, 0xbd, 0xc6, 0xf3, + 0xbf, 0xf1, 0x99, 0xeb, 0xcd, 0xb6, 0xb2, 0x38, 0x39, 0x4a, 0x3c, 0x3d, 0xbe, 0xac, 0x55, 0x1b, + 0xcf, 0xca, 0xf9, 0xb1, 0xec, 0x84, 0xb8, 0xdc, 0x51, 0xc1, 0x91, 0x54, 0x1c, 0x73, 0x10, 0x87, + 0xf0, 0xec, 0x97, 0x29, 0x73, 0x3d, 0xfc, 0x5d, 0xdf, 0x5b, 0x70, 0xe1, 0x3e, 0x59, 0x44, 0xd1, + 0xa5, 0x3b, 0x5e, 0x18, 0xc1, 0x88, 0x69, 0x64, 0x60, 0x8b, 0x92, 0x10, 0x75, 0xc6, 0xfa, 0xca, + 0x52, 0xd2, 0x88, 0xe9, 0xb4, 0xa7, 0xa4, 0x49, 0x98, 0x5a, 0xca, 0x9d, 0x3b, 0x33, 0xf7, 0x84, + 0x44, 0x4c, 0x13, 0xd2, 0x93, 0x08, 0x49, 0x42, 0x42, 0x2c, 0x6d, 0xf3, 0xf4, 0xd0, 0xe7, 0xbb, + 0xfb, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe5, 0xc2, 0x24, 0x75, 0x55, 0x03, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/services/extension_feed_item_service.pb.go b/googleapis/ads/googleads/v1/services/extension_feed_item_service.pb.go index 830048f017..132127f7c2 100644 --- a/googleapis/ads/googleads/v1/services/extension_feed_item_service.pb.go +++ b/googleapis/ads/googleads/v1/services/extension_feed_item_service.pb.go @@ -40,7 +40,7 @@ func (m *GetExtensionFeedItemRequest) Reset() { *m = GetExtensionFeedIte func (m *GetExtensionFeedItemRequest) String() string { return proto.CompactTextString(m) } func (*GetExtensionFeedItemRequest) ProtoMessage() {} func (*GetExtensionFeedItemRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_extension_feed_item_service_8e271428739777a4, []int{0} + return fileDescriptor_extension_feed_item_service_7f4cbaf9bfb19d81, []int{0} } func (m *GetExtensionFeedItemRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetExtensionFeedItemRequest.Unmarshal(m, b) @@ -86,7 +86,7 @@ func (m *MutateExtensionFeedItemsRequest) Reset() { *m = MutateExtension func (m *MutateExtensionFeedItemsRequest) String() string { return proto.CompactTextString(m) } func (*MutateExtensionFeedItemsRequest) ProtoMessage() {} func (*MutateExtensionFeedItemsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_extension_feed_item_service_8e271428739777a4, []int{1} + return fileDescriptor_extension_feed_item_service_7f4cbaf9bfb19d81, []int{1} } func (m *MutateExtensionFeedItemsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateExtensionFeedItemsRequest.Unmarshal(m, b) @@ -147,7 +147,7 @@ func (m *ExtensionFeedItemOperation) Reset() { *m = ExtensionFeedItemOpe func (m *ExtensionFeedItemOperation) String() string { return proto.CompactTextString(m) } func (*ExtensionFeedItemOperation) ProtoMessage() {} func (*ExtensionFeedItemOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_extension_feed_item_service_8e271428739777a4, []int{2} + return fileDescriptor_extension_feed_item_service_7f4cbaf9bfb19d81, []int{2} } func (m *ExtensionFeedItemOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtensionFeedItemOperation.Unmarshal(m, b) @@ -326,7 +326,7 @@ func (m *MutateExtensionFeedItemsResponse) Reset() { *m = MutateExtensio func (m *MutateExtensionFeedItemsResponse) String() string { return proto.CompactTextString(m) } func (*MutateExtensionFeedItemsResponse) ProtoMessage() {} func (*MutateExtensionFeedItemsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_extension_feed_item_service_8e271428739777a4, []int{3} + return fileDescriptor_extension_feed_item_service_7f4cbaf9bfb19d81, []int{3} } func (m *MutateExtensionFeedItemsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateExtensionFeedItemsResponse.Unmarshal(m, b) @@ -366,7 +366,7 @@ func (m *MutateExtensionFeedItemResult) Reset() { *m = MutateExtensionFe func (m *MutateExtensionFeedItemResult) String() string { return proto.CompactTextString(m) } func (*MutateExtensionFeedItemResult) ProtoMessage() {} func (*MutateExtensionFeedItemResult) Descriptor() ([]byte, []int) { - return fileDescriptor_extension_feed_item_service_8e271428739777a4, []int{4} + return fileDescriptor_extension_feed_item_service_7f4cbaf9bfb19d81, []int{4} } func (m *MutateExtensionFeedItemResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateExtensionFeedItemResult.Unmarshal(m, b) @@ -513,10 +513,10 @@ var _ExtensionFeedItemService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/extension_feed_item_service.proto", fileDescriptor_extension_feed_item_service_8e271428739777a4) + proto.RegisterFile("google/ads/googleads/v1/services/extension_feed_item_service.proto", fileDescriptor_extension_feed_item_service_7f4cbaf9bfb19d81) } -var fileDescriptor_extension_feed_item_service_8e271428739777a4 = []byte{ +var fileDescriptor_extension_feed_item_service_7f4cbaf9bfb19d81 = []byte{ // 656 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xcd, 0x6e, 0xd3, 0x40, 0x10, 0xc7, 0xb1, 0x83, 0x0a, 0xdd, 0x94, 0x8b, 0xc5, 0xc1, 0x0a, 0x94, 0x46, 0xa6, 0x87, 0x2a, diff --git a/googleapis/ads/googleads/v1/services/feed_item_service.pb.go b/googleapis/ads/googleads/v1/services/feed_item_service.pb.go index d856dcda42..b07af9f072 100644 --- a/googleapis/ads/googleads/v1/services/feed_item_service.pb.go +++ b/googleapis/ads/googleads/v1/services/feed_item_service.pb.go @@ -41,7 +41,7 @@ func (m *GetFeedItemRequest) Reset() { *m = GetFeedItemRequest{} } func (m *GetFeedItemRequest) String() string { return proto.CompactTextString(m) } func (*GetFeedItemRequest) ProtoMessage() {} func (*GetFeedItemRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_service_8002e8de4a0863d0, []int{0} + return fileDescriptor_feed_item_service_07bfb4ad3b8f0fac, []int{0} } func (m *GetFeedItemRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFeedItemRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateFeedItemsRequest) Reset() { *m = MutateFeedItemsRequest{} func (m *MutateFeedItemsRequest) String() string { return proto.CompactTextString(m) } func (*MutateFeedItemsRequest) ProtoMessage() {} func (*MutateFeedItemsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_service_8002e8de4a0863d0, []int{1} + return fileDescriptor_feed_item_service_07bfb4ad3b8f0fac, []int{1} } func (m *MutateFeedItemsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateFeedItemsRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *FeedItemOperation) Reset() { *m = FeedItemOperation{} } func (m *FeedItemOperation) String() string { return proto.CompactTextString(m) } func (*FeedItemOperation) ProtoMessage() {} func (*FeedItemOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_service_8002e8de4a0863d0, []int{2} + return fileDescriptor_feed_item_service_07bfb4ad3b8f0fac, []int{2} } func (m *FeedItemOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItemOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateFeedItemsResponse) Reset() { *m = MutateFeedItemsResponse func (m *MutateFeedItemsResponse) String() string { return proto.CompactTextString(m) } func (*MutateFeedItemsResponse) ProtoMessage() {} func (*MutateFeedItemsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_service_8002e8de4a0863d0, []int{3} + return fileDescriptor_feed_item_service_07bfb4ad3b8f0fac, []int{3} } func (m *MutateFeedItemsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateFeedItemsResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateFeedItemResult) Reset() { *m = MutateFeedItemResult{} } func (m *MutateFeedItemResult) String() string { return proto.CompactTextString(m) } func (*MutateFeedItemResult) ProtoMessage() {} func (*MutateFeedItemResult) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_service_8002e8de4a0863d0, []int{4} + return fileDescriptor_feed_item_service_07bfb4ad3b8f0fac, []int{4} } func (m *MutateFeedItemResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateFeedItemResult.Unmarshal(m, b) @@ -537,10 +537,10 @@ var _FeedItemService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/feed_item_service.proto", fileDescriptor_feed_item_service_8002e8de4a0863d0) + proto.RegisterFile("google/ads/googleads/v1/services/feed_item_service.proto", fileDescriptor_feed_item_service_07bfb4ad3b8f0fac) } -var fileDescriptor_feed_item_service_8002e8de4a0863d0 = []byte{ +var fileDescriptor_feed_item_service_07bfb4ad3b8f0fac = []byte{ // 708 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4f, 0x6b, 0x13, 0x41, 0x14, 0x77, 0xb7, 0x52, 0xed, 0x6c, 0xb5, 0x38, 0x56, 0x1b, 0x82, 0x68, 0x58, 0x0b, 0x96, 0x14, diff --git a/googleapis/ads/googleads/v1/services/feed_item_target_service.pb.go b/googleapis/ads/googleads/v1/services/feed_item_target_service.pb.go index 7e731ff77e..bb54fefff2 100644 --- a/googleapis/ads/googleads/v1/services/feed_item_target_service.pb.go +++ b/googleapis/ads/googleads/v1/services/feed_item_target_service.pb.go @@ -38,7 +38,7 @@ func (m *GetFeedItemTargetRequest) Reset() { *m = GetFeedItemTargetReque func (m *GetFeedItemTargetRequest) String() string { return proto.CompactTextString(m) } func (*GetFeedItemTargetRequest) ProtoMessage() {} func (*GetFeedItemTargetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_target_service_f7a189e77fcbe139, []int{0} + return fileDescriptor_feed_item_target_service_7676c6ec99ca33e2, []int{0} } func (m *GetFeedItemTargetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFeedItemTargetRequest.Unmarshal(m, b) @@ -80,7 +80,7 @@ func (m *MutateFeedItemTargetsRequest) Reset() { *m = MutateFeedItemTarg func (m *MutateFeedItemTargetsRequest) String() string { return proto.CompactTextString(m) } func (*MutateFeedItemTargetsRequest) ProtoMessage() {} func (*MutateFeedItemTargetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_target_service_f7a189e77fcbe139, []int{1} + return fileDescriptor_feed_item_target_service_7676c6ec99ca33e2, []int{1} } func (m *MutateFeedItemTargetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateFeedItemTargetsRequest.Unmarshal(m, b) @@ -131,7 +131,7 @@ func (m *FeedItemTargetOperation) Reset() { *m = FeedItemTargetOperation func (m *FeedItemTargetOperation) String() string { return proto.CompactTextString(m) } func (*FeedItemTargetOperation) ProtoMessage() {} func (*FeedItemTargetOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_target_service_f7a189e77fcbe139, []int{2} + return fileDescriptor_feed_item_target_service_7676c6ec99ca33e2, []int{2} } func (m *FeedItemTargetOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItemTargetOperation.Unmarshal(m, b) @@ -271,7 +271,7 @@ func (m *MutateFeedItemTargetsResponse) Reset() { *m = MutateFeedItemTar func (m *MutateFeedItemTargetsResponse) String() string { return proto.CompactTextString(m) } func (*MutateFeedItemTargetsResponse) ProtoMessage() {} func (*MutateFeedItemTargetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_target_service_f7a189e77fcbe139, []int{3} + return fileDescriptor_feed_item_target_service_7676c6ec99ca33e2, []int{3} } func (m *MutateFeedItemTargetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateFeedItemTargetsResponse.Unmarshal(m, b) @@ -311,7 +311,7 @@ func (m *MutateFeedItemTargetResult) Reset() { *m = MutateFeedItemTarget func (m *MutateFeedItemTargetResult) String() string { return proto.CompactTextString(m) } func (*MutateFeedItemTargetResult) ProtoMessage() {} func (*MutateFeedItemTargetResult) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_item_target_service_f7a189e77fcbe139, []int{4} + return fileDescriptor_feed_item_target_service_7676c6ec99ca33e2, []int{4} } func (m *MutateFeedItemTargetResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateFeedItemTargetResult.Unmarshal(m, b) @@ -456,10 +456,10 @@ var _FeedItemTargetService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/feed_item_target_service.proto", fileDescriptor_feed_item_target_service_f7a189e77fcbe139) + proto.RegisterFile("google/ads/googleads/v1/services/feed_item_target_service.proto", fileDescriptor_feed_item_target_service_7676c6ec99ca33e2) } -var fileDescriptor_feed_item_target_service_f7a189e77fcbe139 = []byte{ +var fileDescriptor_feed_item_target_service_7676c6ec99ca33e2 = []byte{ // 559 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0x3f, 0x6f, 0xd3, 0x40, 0x14, 0xc0, 0xb1, 0x2b, 0x05, 0xf5, 0x02, 0x03, 0x27, 0x55, 0x44, 0x56, 0x11, 0x91, 0xe9, 0x50, diff --git a/googleapis/ads/googleads/v1/services/feed_mapping_service.pb.go b/googleapis/ads/googleads/v1/services/feed_mapping_service.pb.go index a5cae4b6bb..657899d22e 100644 --- a/googleapis/ads/googleads/v1/services/feed_mapping_service.pb.go +++ b/googleapis/ads/googleads/v1/services/feed_mapping_service.pb.go @@ -40,7 +40,7 @@ func (m *GetFeedMappingRequest) Reset() { *m = GetFeedMappingRequest{} } func (m *GetFeedMappingRequest) String() string { return proto.CompactTextString(m) } func (*GetFeedMappingRequest) ProtoMessage() {} func (*GetFeedMappingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_service_87e7c236977b4ec5, []int{0} + return fileDescriptor_feed_mapping_service_f33bc33a71e46f7d, []int{0} } func (m *GetFeedMappingRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFeedMappingRequest.Unmarshal(m, b) @@ -90,7 +90,7 @@ func (m *MutateFeedMappingsRequest) Reset() { *m = MutateFeedMappingsReq func (m *MutateFeedMappingsRequest) String() string { return proto.CompactTextString(m) } func (*MutateFeedMappingsRequest) ProtoMessage() {} func (*MutateFeedMappingsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_service_87e7c236977b4ec5, []int{1} + return fileDescriptor_feed_mapping_service_f33bc33a71e46f7d, []int{1} } func (m *MutateFeedMappingsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateFeedMappingsRequest.Unmarshal(m, b) @@ -155,7 +155,7 @@ func (m *FeedMappingOperation) Reset() { *m = FeedMappingOperation{} } func (m *FeedMappingOperation) String() string { return proto.CompactTextString(m) } func (*FeedMappingOperation) ProtoMessage() {} func (*FeedMappingOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_service_87e7c236977b4ec5, []int{2} + return fileDescriptor_feed_mapping_service_f33bc33a71e46f7d, []int{2} } func (m *FeedMappingOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedMappingOperation.Unmarshal(m, b) @@ -300,7 +300,7 @@ func (m *MutateFeedMappingsResponse) Reset() { *m = MutateFeedMappingsRe func (m *MutateFeedMappingsResponse) String() string { return proto.CompactTextString(m) } func (*MutateFeedMappingsResponse) ProtoMessage() {} func (*MutateFeedMappingsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_service_87e7c236977b4ec5, []int{3} + return fileDescriptor_feed_mapping_service_f33bc33a71e46f7d, []int{3} } func (m *MutateFeedMappingsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateFeedMappingsResponse.Unmarshal(m, b) @@ -347,7 +347,7 @@ func (m *MutateFeedMappingResult) Reset() { *m = MutateFeedMappingResult func (m *MutateFeedMappingResult) String() string { return proto.CompactTextString(m) } func (*MutateFeedMappingResult) ProtoMessage() {} func (*MutateFeedMappingResult) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_mapping_service_87e7c236977b4ec5, []int{4} + return fileDescriptor_feed_mapping_service_f33bc33a71e46f7d, []int{4} } func (m *MutateFeedMappingResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateFeedMappingResult.Unmarshal(m, b) @@ -494,10 +494,10 @@ var _FeedMappingService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/feed_mapping_service.proto", fileDescriptor_feed_mapping_service_87e7c236977b4ec5) + proto.RegisterFile("google/ads/googleads/v1/services/feed_mapping_service.proto", fileDescriptor_feed_mapping_service_f33bc33a71e46f7d) } -var fileDescriptor_feed_mapping_service_87e7c236977b4ec5 = []byte{ +var fileDescriptor_feed_mapping_service_f33bc33a71e46f7d = []byte{ // 663 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4f, 0x6b, 0x13, 0x4f, 0x18, 0xfe, 0x6d, 0xf2, 0xa3, 0xda, 0x49, 0xad, 0x30, 0x5a, 0x1a, 0x83, 0x68, 0x58, 0x0b, 0x96, diff --git a/googleapis/ads/googleads/v1/services/feed_placeholder_view_service.pb.go b/googleapis/ads/googleads/v1/services/feed_placeholder_view_service.pb.go index 7355af921c..e75e4d0ac4 100644 --- a/googleapis/ads/googleads/v1/services/feed_placeholder_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/feed_placeholder_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetFeedPlaceholderViewRequest) Reset() { *m = GetFeedPlaceholde func (m *GetFeedPlaceholderViewRequest) String() string { return proto.CompactTextString(m) } func (*GetFeedPlaceholderViewRequest) ProtoMessage() {} func (*GetFeedPlaceholderViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_placeholder_view_service_ee2db27af26ba7f8, []int{0} + return fileDescriptor_feed_placeholder_view_service_20149c4acfccfc2b, []int{0} } func (m *GetFeedPlaceholderViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFeedPlaceholderViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _FeedPlaceholderViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/feed_placeholder_view_service.proto", fileDescriptor_feed_placeholder_view_service_ee2db27af26ba7f8) + proto.RegisterFile("google/ads/googleads/v1/services/feed_placeholder_view_service.proto", fileDescriptor_feed_placeholder_view_service_20149c4acfccfc2b) } -var fileDescriptor_feed_placeholder_view_service_ee2db27af26ba7f8 = []byte{ +var fileDescriptor_feed_placeholder_view_service_20149c4acfccfc2b = []byte{ // 377 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xcd, 0x4a, 0xeb, 0x40, 0x14, 0x26, 0xb9, 0x70, 0xe1, 0x86, 0x7b, 0x37, 0x59, 0x5c, 0x24, 0x28, 0x96, 0xda, 0x85, 0x74, diff --git a/googleapis/ads/googleads/v1/services/feed_service.pb.go b/googleapis/ads/googleads/v1/services/feed_service.pb.go index de0d4aefda..845ca8ec95 100644 --- a/googleapis/ads/googleads/v1/services/feed_service.pb.go +++ b/googleapis/ads/googleads/v1/services/feed_service.pb.go @@ -41,7 +41,7 @@ func (m *GetFeedRequest) Reset() { *m = GetFeedRequest{} } func (m *GetFeedRequest) String() string { return proto.CompactTextString(m) } func (*GetFeedRequest) ProtoMessage() {} func (*GetFeedRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_service_34066fbae0f2c47b, []int{0} + return fileDescriptor_feed_service_ed598965e23a13be, []int{0} } func (m *GetFeedRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFeedRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateFeedsRequest) Reset() { *m = MutateFeedsRequest{} } func (m *MutateFeedsRequest) String() string { return proto.CompactTextString(m) } func (*MutateFeedsRequest) ProtoMessage() {} func (*MutateFeedsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_service_34066fbae0f2c47b, []int{1} + return fileDescriptor_feed_service_ed598965e23a13be, []int{1} } func (m *MutateFeedsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateFeedsRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *FeedOperation) Reset() { *m = FeedOperation{} } func (m *FeedOperation) String() string { return proto.CompactTextString(m) } func (*FeedOperation) ProtoMessage() {} func (*FeedOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_service_34066fbae0f2c47b, []int{2} + return fileDescriptor_feed_service_ed598965e23a13be, []int{2} } func (m *FeedOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateFeedsResponse) Reset() { *m = MutateFeedsResponse{} } func (m *MutateFeedsResponse) String() string { return proto.CompactTextString(m) } func (*MutateFeedsResponse) ProtoMessage() {} func (*MutateFeedsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_service_34066fbae0f2c47b, []int{3} + return fileDescriptor_feed_service_ed598965e23a13be, []int{3} } func (m *MutateFeedsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateFeedsResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateFeedResult) Reset() { *m = MutateFeedResult{} } func (m *MutateFeedResult) String() string { return proto.CompactTextString(m) } func (*MutateFeedResult) ProtoMessage() {} func (*MutateFeedResult) Descriptor() ([]byte, []int) { - return fileDescriptor_feed_service_34066fbae0f2c47b, []int{4} + return fileDescriptor_feed_service_ed598965e23a13be, []int{4} } func (m *MutateFeedResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateFeedResult.Unmarshal(m, b) @@ -537,10 +537,10 @@ var _FeedService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/feed_service.proto", fileDescriptor_feed_service_34066fbae0f2c47b) + proto.RegisterFile("google/ads/googleads/v1/services/feed_service.proto", fileDescriptor_feed_service_ed598965e23a13be) } -var fileDescriptor_feed_service_34066fbae0f2c47b = []byte{ +var fileDescriptor_feed_service_ed598965e23a13be = []byte{ // 694 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0x41, 0x6b, 0x13, 0x41, 0x14, 0x76, 0xb7, 0xd2, 0xda, 0xd9, 0xb6, 0x96, 0x29, 0x62, 0x08, 0xa2, 0x61, 0x2d, 0xb4, 0x06, diff --git a/googleapis/ads/googleads/v1/services/gender_view_service.pb.go b/googleapis/ads/googleads/v1/services/gender_view_service.pb.go index 17b31acad9..a016402150 100644 --- a/googleapis/ads/googleads/v1/services/gender_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/gender_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetGenderViewRequest) Reset() { *m = GetGenderViewRequest{} } func (m *GetGenderViewRequest) String() string { return proto.CompactTextString(m) } func (*GetGenderViewRequest) ProtoMessage() {} func (*GetGenderViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_gender_view_service_8e67754214e538de, []int{0} + return fileDescriptor_gender_view_service_cdbdad6124719293, []int{0} } func (m *GetGenderViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGenderViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _GenderViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/gender_view_service.proto", fileDescriptor_gender_view_service_8e67754214e538de) + proto.RegisterFile("google/ads/googleads/v1/services/gender_view_service.proto", fileDescriptor_gender_view_service_cdbdad6124719293) } -var fileDescriptor_gender_view_service_8e67754214e538de = []byte{ +var fileDescriptor_gender_view_service_cdbdad6124719293 = []byte{ // 361 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xb1, 0x4a, 0xc3, 0x50, 0x14, 0x86, 0x49, 0x04, 0xc1, 0x60, 0x07, 0x83, 0x88, 0x14, 0x87, 0x52, 0x3b, 0x48, 0xa1, 0xf7, diff --git a/googleapis/ads/googleads/v1/services/geo_target_constant_service.pb.go b/googleapis/ads/googleads/v1/services/geo_target_constant_service.pb.go index 20d7a3d277..62b4075bde 100644 --- a/googleapis/ads/googleads/v1/services/geo_target_constant_service.pb.go +++ b/googleapis/ads/googleads/v1/services/geo_target_constant_service.pb.go @@ -39,7 +39,7 @@ func (m *GetGeoTargetConstantRequest) Reset() { *m = GetGeoTargetConstan func (m *GetGeoTargetConstantRequest) String() string { return proto.CompactTextString(m) } func (*GetGeoTargetConstantRequest) ProtoMessage() {} func (*GetGeoTargetConstantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_service_6f2ac222e5bcd450, []int{0} + return fileDescriptor_geo_target_constant_service_194f6c4b7231ee1c, []int{0} } func (m *GetGeoTargetConstantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGeoTargetConstantRequest.Unmarshal(m, b) @@ -90,7 +90,7 @@ func (m *SuggestGeoTargetConstantsRequest) Reset() { *m = SuggestGeoTarg func (m *SuggestGeoTargetConstantsRequest) String() string { return proto.CompactTextString(m) } func (*SuggestGeoTargetConstantsRequest) ProtoMessage() {} func (*SuggestGeoTargetConstantsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_service_6f2ac222e5bcd450, []int{1} + return fileDescriptor_geo_target_constant_service_194f6c4b7231ee1c, []int{1} } func (m *SuggestGeoTargetConstantsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestGeoTargetConstantsRequest.Unmarshal(m, b) @@ -252,7 +252,7 @@ func (m *SuggestGeoTargetConstantsRequest_LocationNames) String() string { } func (*SuggestGeoTargetConstantsRequest_LocationNames) ProtoMessage() {} func (*SuggestGeoTargetConstantsRequest_LocationNames) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_service_6f2ac222e5bcd450, []int{1, 0} + return fileDescriptor_geo_target_constant_service_194f6c4b7231ee1c, []int{1, 0} } func (m *SuggestGeoTargetConstantsRequest_LocationNames) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestGeoTargetConstantsRequest_LocationNames.Unmarshal(m, b) @@ -296,7 +296,7 @@ func (m *SuggestGeoTargetConstantsRequest_GeoTargets) String() string { } func (*SuggestGeoTargetConstantsRequest_GeoTargets) ProtoMessage() {} func (*SuggestGeoTargetConstantsRequest_GeoTargets) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_service_6f2ac222e5bcd450, []int{1, 1} + return fileDescriptor_geo_target_constant_service_194f6c4b7231ee1c, []int{1, 1} } func (m *SuggestGeoTargetConstantsRequest_GeoTargets) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestGeoTargetConstantsRequest_GeoTargets.Unmarshal(m, b) @@ -336,7 +336,7 @@ func (m *SuggestGeoTargetConstantsResponse) Reset() { *m = SuggestGeoTar func (m *SuggestGeoTargetConstantsResponse) String() string { return proto.CompactTextString(m) } func (*SuggestGeoTargetConstantsResponse) ProtoMessage() {} func (*SuggestGeoTargetConstantsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_service_6f2ac222e5bcd450, []int{2} + return fileDescriptor_geo_target_constant_service_194f6c4b7231ee1c, []int{2} } func (m *SuggestGeoTargetConstantsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestGeoTargetConstantsResponse.Unmarshal(m, b) @@ -389,7 +389,7 @@ func (m *GeoTargetConstantSuggestion) Reset() { *m = GeoTargetConstantSu func (m *GeoTargetConstantSuggestion) String() string { return proto.CompactTextString(m) } func (*GeoTargetConstantSuggestion) ProtoMessage() {} func (*GeoTargetConstantSuggestion) Descriptor() ([]byte, []int) { - return fileDescriptor_geo_target_constant_service_6f2ac222e5bcd450, []int{3} + return fileDescriptor_geo_target_constant_service_194f6c4b7231ee1c, []int{3} } func (m *GeoTargetConstantSuggestion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GeoTargetConstantSuggestion.Unmarshal(m, b) @@ -563,10 +563,10 @@ var _GeoTargetConstantService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/geo_target_constant_service.proto", fileDescriptor_geo_target_constant_service_6f2ac222e5bcd450) + proto.RegisterFile("google/ads/googleads/v1/services/geo_target_constant_service.proto", fileDescriptor_geo_target_constant_service_194f6c4b7231ee1c) } -var fileDescriptor_geo_target_constant_service_6f2ac222e5bcd450 = []byte{ +var fileDescriptor_geo_target_constant_service_194f6c4b7231ee1c = []byte{ // 714 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xcd, 0x6e, 0xd3, 0x4c, 0x14, 0xfd, 0x9c, 0x34, 0xfd, 0xc4, 0xa4, 0x45, 0x62, 0xe8, 0xc2, 0xa4, 0xa5, 0x04, 0xb7, 0x8b, diff --git a/googleapis/ads/googleads/v1/services/geographic_view_service.pb.go b/googleapis/ads/googleads/v1/services/geographic_view_service.pb.go index dfe6ec62d5..eccf4a986e 100644 --- a/googleapis/ads/googleads/v1/services/geographic_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/geographic_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetGeographicViewRequest) Reset() { *m = GetGeographicViewReque func (m *GetGeographicViewRequest) String() string { return proto.CompactTextString(m) } func (*GetGeographicViewRequest) ProtoMessage() {} func (*GetGeographicViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_geographic_view_service_3209ea15797ce738, []int{0} + return fileDescriptor_geographic_view_service_33f5abb48adfe50d, []int{0} } func (m *GetGeographicViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGeographicViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _GeographicViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/geographic_view_service.proto", fileDescriptor_geographic_view_service_3209ea15797ce738) + proto.RegisterFile("google/ads/googleads/v1/services/geographic_view_service.proto", fileDescriptor_geographic_view_service_33f5abb48adfe50d) } -var fileDescriptor_geographic_view_service_3209ea15797ce738 = []byte{ +var fileDescriptor_geographic_view_service_33f5abb48adfe50d = []byte{ // 365 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xbf, 0x4a, 0xc3, 0x40, 0x1c, 0xc7, 0x49, 0x04, 0xc1, 0xa0, 0x83, 0x01, 0xa1, 0x04, 0x87, 0x52, 0x3b, 0x48, 0x87, 0x3b, diff --git a/googleapis/ads/googleads/v1/services/google_ads_field_service.pb.go b/googleapis/ads/googleads/v1/services/google_ads_field_service.pb.go index 7410889ede..25dcdb56a2 100644 --- a/googleapis/ads/googleads/v1/services/google_ads_field_service.pb.go +++ b/googleapis/ads/googleads/v1/services/google_ads_field_service.pb.go @@ -38,7 +38,7 @@ func (m *GetGoogleAdsFieldRequest) Reset() { *m = GetGoogleAdsFieldReque func (m *GetGoogleAdsFieldRequest) String() string { return proto.CompactTextString(m) } func (*GetGoogleAdsFieldRequest) ProtoMessage() {} func (*GetGoogleAdsFieldRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_field_service_5e4fde1ab2bc4cfb, []int{0} + return fileDescriptor_google_ads_field_service_c68db3ae861d47e1, []int{0} } func (m *GetGoogleAdsFieldRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGoogleAdsFieldRequest.Unmarshal(m, b) @@ -86,7 +86,7 @@ func (m *SearchGoogleAdsFieldsRequest) Reset() { *m = SearchGoogleAdsFie func (m *SearchGoogleAdsFieldsRequest) String() string { return proto.CompactTextString(m) } func (*SearchGoogleAdsFieldsRequest) ProtoMessage() {} func (*SearchGoogleAdsFieldsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_field_service_5e4fde1ab2bc4cfb, []int{1} + return fileDescriptor_google_ads_field_service_c68db3ae861d47e1, []int{1} } func (m *SearchGoogleAdsFieldsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchGoogleAdsFieldsRequest.Unmarshal(m, b) @@ -146,7 +146,7 @@ func (m *SearchGoogleAdsFieldsResponse) Reset() { *m = SearchGoogleAdsFi func (m *SearchGoogleAdsFieldsResponse) String() string { return proto.CompactTextString(m) } func (*SearchGoogleAdsFieldsResponse) ProtoMessage() {} func (*SearchGoogleAdsFieldsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_field_service_5e4fde1ab2bc4cfb, []int{2} + return fileDescriptor_google_ads_field_service_c68db3ae861d47e1, []int{2} } func (m *SearchGoogleAdsFieldsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchGoogleAdsFieldsResponse.Unmarshal(m, b) @@ -303,10 +303,10 @@ var _GoogleAdsFieldService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/google_ads_field_service.proto", fileDescriptor_google_ads_field_service_5e4fde1ab2bc4cfb) + proto.RegisterFile("google/ads/googleads/v1/services/google_ads_field_service.proto", fileDescriptor_google_ads_field_service_c68db3ae861d47e1) } -var fileDescriptor_google_ads_field_service_5e4fde1ab2bc4cfb = []byte{ +var fileDescriptor_google_ads_field_service_c68db3ae861d47e1 = []byte{ // 537 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x41, 0x8b, 0xd3, 0x40, 0x14, 0x26, 0x29, 0xab, 0xee, 0xe8, 0x22, 0x3b, 0xba, 0x50, 0xe2, 0x2e, 0x96, 0xb8, 0xab, 0x65, diff --git a/googleapis/ads/googleads/v1/services/google_ads_service.pb.go b/googleapis/ads/googleads/v1/services/google_ads_service.pb.go index 1fbe266ac2..c42d5acbf1 100644 --- a/googleapis/ads/googleads/v1/services/google_ads_service.pb.go +++ b/googleapis/ads/googleads/v1/services/google_ads_service.pb.go @@ -54,7 +54,7 @@ func (m *SearchGoogleAdsRequest) Reset() { *m = SearchGoogleAdsRequest{} func (m *SearchGoogleAdsRequest) String() string { return proto.CompactTextString(m) } func (*SearchGoogleAdsRequest) ProtoMessage() {} func (*SearchGoogleAdsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_service_7f943554245b1e4e, []int{0} + return fileDescriptor_google_ads_service_75d9a9baabc9a843, []int{0} } func (m *SearchGoogleAdsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchGoogleAdsRequest.Unmarshal(m, b) @@ -132,7 +132,7 @@ func (m *SearchGoogleAdsResponse) Reset() { *m = SearchGoogleAdsResponse func (m *SearchGoogleAdsResponse) String() string { return proto.CompactTextString(m) } func (*SearchGoogleAdsResponse) ProtoMessage() {} func (*SearchGoogleAdsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_service_7f943554245b1e4e, []int{1} + return fileDescriptor_google_ads_service_75d9a9baabc9a843, []int{1} } func (m *SearchGoogleAdsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchGoogleAdsResponse.Unmarshal(m, b) @@ -200,12 +200,18 @@ type GoogleAdsRow struct { AdGroupCriterion *resources.AdGroupCriterion `protobuf:"bytes,17,opt,name=ad_group_criterion,json=adGroupCriterion,proto3" json:"ad_group_criterion,omitempty"` // The ad group criterion label referenced in the query. AdGroupCriterionLabel *resources.AdGroupCriterionLabel `protobuf:"bytes,121,opt,name=ad_group_criterion_label,json=adGroupCriterionLabel,proto3" json:"ad_group_criterion_label,omitempty"` + // The ad group criterion simulation referenced in the query. + AdGroupCriterionSimulation *resources.AdGroupCriterionSimulation `protobuf:"bytes,110,opt,name=ad_group_criterion_simulation,json=adGroupCriterionSimulation,proto3" json:"ad_group_criterion_simulation,omitempty"` // The ad group extension setting referenced in the query. AdGroupExtensionSetting *resources.AdGroupExtensionSetting `protobuf:"bytes,112,opt,name=ad_group_extension_setting,json=adGroupExtensionSetting,proto3" json:"ad_group_extension_setting,omitempty"` // The ad group feed referenced in the query. AdGroupFeed *resources.AdGroupFeed `protobuf:"bytes,67,opt,name=ad_group_feed,json=adGroupFeed,proto3" json:"ad_group_feed,omitempty"` // The ad group label referenced in the query. AdGroupLabel *resources.AdGroupLabel `protobuf:"bytes,115,opt,name=ad_group_label,json=adGroupLabel,proto3" json:"ad_group_label,omitempty"` + // The ad group simulation referenced in the query. + AdGroupSimulation *resources.AdGroupSimulation `protobuf:"bytes,107,opt,name=ad_group_simulation,json=adGroupSimulation,proto3" json:"ad_group_simulation,omitempty"` + // The ad parameter referenced in the query. + AdParameter *resources.AdParameter `protobuf:"bytes,130,opt,name=ad_parameter,json=adParameter,proto3" json:"ad_parameter,omitempty"` // The age range view referenced in the query. AgeRangeView *resources.AgeRangeView `protobuf:"bytes,48,opt,name=age_range_view,json=ageRangeView,proto3" json:"age_range_view,omitempty"` // The ad schedule view referenced in the query. @@ -228,6 +234,8 @@ type GoogleAdsRow struct { CampaignBidModifier *resources.CampaignBidModifier `protobuf:"bytes,26,opt,name=campaign_bid_modifier,json=campaignBidModifier,proto3" json:"campaign_bid_modifier,omitempty"` // The campaign criterion referenced in the query. CampaignCriterion *resources.CampaignCriterion `protobuf:"bytes,20,opt,name=campaign_criterion,json=campaignCriterion,proto3" json:"campaign_criterion,omitempty"` + // The campaign criterion simulation referenced in the query. + CampaignCriterionSimulation *resources.CampaignCriterionSimulation `protobuf:"bytes,111,opt,name=campaign_criterion_simulation,json=campaignCriterionSimulation,proto3" json:"campaign_criterion_simulation,omitempty"` // The campaign extension setting referenced in the query. CampaignExtensionSetting *resources.CampaignExtensionSetting `protobuf:"bytes,113,opt,name=campaign_extension_setting,json=campaignExtensionSetting,proto3" json:"campaign_extension_setting,omitempty"` // The campaign feed referenced in the query. @@ -268,6 +276,8 @@ type GoogleAdsRow struct { DisplayKeywordView *resources.DisplayKeywordView `protobuf:"bytes,47,opt,name=display_keyword_view,json=displayKeywordView,proto3" json:"display_keyword_view,omitempty"` // The dynamic search ads search term view referenced in the query. DynamicSearchAdsSearchTermView *resources.DynamicSearchAdsSearchTermView `protobuf:"bytes,106,opt,name=dynamic_search_ads_search_term_view,json=dynamicSearchAdsSearchTermView,proto3" json:"dynamic_search_ads_search_term_view,omitempty"` + // The expanded landing page view referenced in the query. + ExpandedLandingPageView *resources.ExpandedLandingPageView `protobuf:"bytes,128,opt,name=expanded_landing_page_view,json=expandedLandingPageView,proto3" json:"expanded_landing_page_view,omitempty"` // The extension feed item referenced in the query. ExtensionFeedItem *resources.ExtensionFeedItem `protobuf:"bytes,85,opt,name=extension_feed_item,json=extensionFeedItem,proto3" json:"extension_feed_item,omitempty"` // The feed referenced in the query. @@ -306,6 +316,8 @@ type GoogleAdsRow struct { KeywordPlanKeyword *resources.KeywordPlanKeyword `protobuf:"bytes,36,opt,name=keyword_plan_keyword,json=keywordPlanKeyword,proto3" json:"keyword_plan_keyword,omitempty"` // The label referenced in the query. Label *resources.Label `protobuf:"bytes,52,opt,name=label,proto3" json:"label,omitempty"` + // The landing page view referenced in the query. + LandingPageView *resources.LandingPageView `protobuf:"bytes,126,opt,name=landing_page_view,json=landingPageView,proto3" json:"landing_page_view,omitempty"` // The language constant referenced in the query. LanguageConstant *resources.LanguageConstant `protobuf:"bytes,55,opt,name=language_constant,json=languageConstant,proto3" json:"language_constant,omitempty"` // The location view referenced in the query. @@ -318,8 +330,12 @@ type GoogleAdsRow struct { MobileAppCategoryConstant *resources.MobileAppCategoryConstant `protobuf:"bytes,87,opt,name=mobile_app_category_constant,json=mobileAppCategoryConstant,proto3" json:"mobile_app_category_constant,omitempty"` // The mobile device constant referenced in the query. MobileDeviceConstant *resources.MobileDeviceConstant `protobuf:"bytes,98,opt,name=mobile_device_constant,json=mobileDeviceConstant,proto3" json:"mobile_device_constant,omitempty"` + // The mutate job referenced in the query. + MutateJob *resources.MutateJob `protobuf:"bytes,127,opt,name=mutate_job,json=mutateJob,proto3" json:"mutate_job,omitempty"` // The operating system version constant referenced in the query. OperatingSystemVersionConstant *resources.OperatingSystemVersionConstant `protobuf:"bytes,86,opt,name=operating_system_version_constant,json=operatingSystemVersionConstant,proto3" json:"operating_system_version_constant,omitempty"` + // The paid organic search term view referenced in the query. + PaidOrganicSearchTermView *resources.PaidOrganicSearchTermView `protobuf:"bytes,129,opt,name=paid_organic_search_term_view,json=paidOrganicSearchTermView,proto3" json:"paid_organic_search_term_view,omitempty"` // The parental status view referenced in the query. ParentalStatusView *resources.ParentalStatusView `protobuf:"bytes,45,opt,name=parental_status_view,json=parentalStatusView,proto3" json:"parental_status_view,omitempty"` // The Product Bidding Category referenced in the query. @@ -361,7 +377,7 @@ func (m *GoogleAdsRow) Reset() { *m = GoogleAdsRow{} } func (m *GoogleAdsRow) String() string { return proto.CompactTextString(m) } func (*GoogleAdsRow) ProtoMessage() {} func (*GoogleAdsRow) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_service_7f943554245b1e4e, []int{2} + return fileDescriptor_google_ads_service_75d9a9baabc9a843, []int{2} } func (m *GoogleAdsRow) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GoogleAdsRow.Unmarshal(m, b) @@ -444,6 +460,13 @@ func (m *GoogleAdsRow) GetAdGroupCriterionLabel() *resources.AdGroupCriterionLab return nil } +func (m *GoogleAdsRow) GetAdGroupCriterionSimulation() *resources.AdGroupCriterionSimulation { + if m != nil { + return m.AdGroupCriterionSimulation + } + return nil +} + func (m *GoogleAdsRow) GetAdGroupExtensionSetting() *resources.AdGroupExtensionSetting { if m != nil { return m.AdGroupExtensionSetting @@ -465,6 +488,20 @@ func (m *GoogleAdsRow) GetAdGroupLabel() *resources.AdGroupLabel { return nil } +func (m *GoogleAdsRow) GetAdGroupSimulation() *resources.AdGroupSimulation { + if m != nil { + return m.AdGroupSimulation + } + return nil +} + +func (m *GoogleAdsRow) GetAdParameter() *resources.AdParameter { + if m != nil { + return m.AdParameter + } + return nil +} + func (m *GoogleAdsRow) GetAgeRangeView() *resources.AgeRangeView { if m != nil { return m.AgeRangeView @@ -542,6 +579,13 @@ func (m *GoogleAdsRow) GetCampaignCriterion() *resources.CampaignCriterion { return nil } +func (m *GoogleAdsRow) GetCampaignCriterionSimulation() *resources.CampaignCriterionSimulation { + if m != nil { + return m.CampaignCriterionSimulation + } + return nil +} + func (m *GoogleAdsRow) GetCampaignExtensionSetting() *resources.CampaignExtensionSetting { if m != nil { return m.CampaignExtensionSetting @@ -682,6 +726,13 @@ func (m *GoogleAdsRow) GetDynamicSearchAdsSearchTermView() *resources.DynamicSea return nil } +func (m *GoogleAdsRow) GetExpandedLandingPageView() *resources.ExpandedLandingPageView { + if m != nil { + return m.ExpandedLandingPageView + } + return nil +} + func (m *GoogleAdsRow) GetExtensionFeedItem() *resources.ExtensionFeedItem { if m != nil { return m.ExtensionFeedItem @@ -815,6 +866,13 @@ func (m *GoogleAdsRow) GetLabel() *resources.Label { return nil } +func (m *GoogleAdsRow) GetLandingPageView() *resources.LandingPageView { + if m != nil { + return m.LandingPageView + } + return nil +} + func (m *GoogleAdsRow) GetLanguageConstant() *resources.LanguageConstant { if m != nil { return m.LanguageConstant @@ -857,6 +915,13 @@ func (m *GoogleAdsRow) GetMobileDeviceConstant() *resources.MobileDeviceConstant return nil } +func (m *GoogleAdsRow) GetMutateJob() *resources.MutateJob { + if m != nil { + return m.MutateJob + } + return nil +} + func (m *GoogleAdsRow) GetOperatingSystemVersionConstant() *resources.OperatingSystemVersionConstant { if m != nil { return m.OperatingSystemVersionConstant @@ -864,6 +929,13 @@ func (m *GoogleAdsRow) GetOperatingSystemVersionConstant() *resources.OperatingS return nil } +func (m *GoogleAdsRow) GetPaidOrganicSearchTermView() *resources.PaidOrganicSearchTermView { + if m != nil { + return m.PaidOrganicSearchTermView + } + return nil +} + func (m *GoogleAdsRow) GetParentalStatusView() *resources.ParentalStatusView { if m != nil { return m.ParentalStatusView @@ -999,7 +1071,7 @@ func (m *MutateGoogleAdsRequest) Reset() { *m = MutateGoogleAdsRequest{} func (m *MutateGoogleAdsRequest) String() string { return proto.CompactTextString(m) } func (*MutateGoogleAdsRequest) ProtoMessage() {} func (*MutateGoogleAdsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_service_7f943554245b1e4e, []int{3} + return fileDescriptor_google_ads_service_75d9a9baabc9a843, []int{3} } func (m *MutateGoogleAdsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateGoogleAdsRequest.Unmarshal(m, b) @@ -1065,7 +1137,7 @@ func (m *MutateGoogleAdsResponse) Reset() { *m = MutateGoogleAdsResponse func (m *MutateGoogleAdsResponse) String() string { return proto.CompactTextString(m) } func (*MutateGoogleAdsResponse) ProtoMessage() {} func (*MutateGoogleAdsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_service_7f943554245b1e4e, []int{4} + return fileDescriptor_google_ads_service_75d9a9baabc9a843, []int{4} } func (m *MutateGoogleAdsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateGoogleAdsResponse.Unmarshal(m, b) @@ -1151,7 +1223,7 @@ func (m *MutateOperation) Reset() { *m = MutateOperation{} } func (m *MutateOperation) String() string { return proto.CompactTextString(m) } func (*MutateOperation) ProtoMessage() {} func (*MutateOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_service_7f943554245b1e4e, []int{5} + return fileDescriptor_google_ads_service_75d9a9baabc9a843, []int{5} } func (m *MutateOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateOperation.Unmarshal(m, b) @@ -2454,7 +2526,7 @@ func (m *MutateOperationResponse) Reset() { *m = MutateOperationResponse func (m *MutateOperationResponse) String() string { return proto.CompactTextString(m) } func (*MutateOperationResponse) ProtoMessage() {} func (*MutateOperationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_google_ads_service_7f943554245b1e4e, []int{6} + return fileDescriptor_google_ads_service_75d9a9baabc9a843, []int{6} } func (m *MutateOperationResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateOperationResponse.Unmarshal(m, b) @@ -3729,7 +3801,55 @@ const _ = grpc.SupportPackageIsVersion4 type GoogleAdsServiceClient interface { // Returns all rows that match the search query. Search(ctx context.Context, in *SearchGoogleAdsRequest, opts ...grpc.CallOption) (*SearchGoogleAdsResponse, error) - // Creates, updates, or removes resources. Operation statuses are returned. + // Creates, updates, or removes resources. This method supports atomic + // transactions with multiple types of resources. For example, you can + // atomically create a campaign and a campaign budget, or perform up to + // thousands of mutates atomically. + // + // This method is essentially a wrapper around a series of mutate methods. The + // only features it offers over calling those methods directly are: + // - Atomic transactions + // - Temp resource names (described below) + // - Somewhat reduced latency over making a series of mutate calls. + // + // Note: Only resources that support atomic transactions are included, so this + // method can't replace all calls to individual services. + // + // ## Atomic Transaction Benefits + // + // Atomicity makes error handling much easier. If you're making a series of + // changes and one fails, it can leave your account in an inconsistent state. + // With atomicity, you either reach the desired state directly, or the request + // fails and you can retry. + // + // ## Temp Resource Names + // + // Temp resource names are a special type of resource name used to create a + // resource and reference that resource in the same request. For example, if a + // campaign budget is created with 'resource_name' equal to + // 'customers/123/campaignBudgets/-1', that resource name can be reused in + // the 'Campaign.budget' field in the same request. That way, the two + // resources are created and linked atomically. + // + // To create a temp resource name, put a negative number in the part of the + // name that the server would normally allocate. + // + // Note: + // - Resources must be created with a temp name before the name can be reused. + // For example, the previous CampaignBudget+Campaign example would fail if + // the mutate order was reversed. + // - Temp names are not remembered across requests. + // - There's no limit to the number of temp names in a request. + // - Each temp name must use a unique negative number, even if the resource + // types differ. + // + // ## Latency + // + // It's important to group mutates by resource type or the request may time + // out and fail. Latency is roughly equal to a series of calls to individual + // mutate methods, where each change in resource type is a new call. For + // example, mutating 10 campaigns then 10 ad groups is like 2 calls, while + // mutating 1 campaign, 1 ad group, 1 campaign, 1 ad group is like 4 calls. Mutate(ctx context.Context, in *MutateGoogleAdsRequest, opts ...grpc.CallOption) (*MutateGoogleAdsResponse, error) } @@ -3763,7 +3883,55 @@ func (c *googleAdsServiceClient) Mutate(ctx context.Context, in *MutateGoogleAds type GoogleAdsServiceServer interface { // Returns all rows that match the search query. Search(context.Context, *SearchGoogleAdsRequest) (*SearchGoogleAdsResponse, error) - // Creates, updates, or removes resources. Operation statuses are returned. + // Creates, updates, or removes resources. This method supports atomic + // transactions with multiple types of resources. For example, you can + // atomically create a campaign and a campaign budget, or perform up to + // thousands of mutates atomically. + // + // This method is essentially a wrapper around a series of mutate methods. The + // only features it offers over calling those methods directly are: + // - Atomic transactions + // - Temp resource names (described below) + // - Somewhat reduced latency over making a series of mutate calls. + // + // Note: Only resources that support atomic transactions are included, so this + // method can't replace all calls to individual services. + // + // ## Atomic Transaction Benefits + // + // Atomicity makes error handling much easier. If you're making a series of + // changes and one fails, it can leave your account in an inconsistent state. + // With atomicity, you either reach the desired state directly, or the request + // fails and you can retry. + // + // ## Temp Resource Names + // + // Temp resource names are a special type of resource name used to create a + // resource and reference that resource in the same request. For example, if a + // campaign budget is created with 'resource_name' equal to + // 'customers/123/campaignBudgets/-1', that resource name can be reused in + // the 'Campaign.budget' field in the same request. That way, the two + // resources are created and linked atomically. + // + // To create a temp resource name, put a negative number in the part of the + // name that the server would normally allocate. + // + // Note: + // - Resources must be created with a temp name before the name can be reused. + // For example, the previous CampaignBudget+Campaign example would fail if + // the mutate order was reversed. + // - Temp names are not remembered across requests. + // - There's no limit to the number of temp names in a request. + // - Each temp name must use a unique negative number, even if the resource + // types differ. + // + // ## Latency + // + // It's important to group mutates by resource type or the request may time + // out and fail. Latency is roughly equal to a series of calls to individual + // mutate methods, where each change in resource type is a new call. For + // example, mutating 10 campaigns then 10 ad groups is like 2 calls, while + // mutating 1 campaign, 1 ad group, 1 campaign, 1 ad group is like 4 calls. Mutate(context.Context, *MutateGoogleAdsRequest) (*MutateGoogleAdsResponse, error) } @@ -3825,315 +3993,330 @@ var _GoogleAdsService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/google_ads_service.proto", fileDescriptor_google_ads_service_7f943554245b1e4e) -} - -var fileDescriptor_google_ads_service_7f943554245b1e4e = []byte{ - // 4892 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x5d, 0xcd, 0x73, 0xdc, 0x46, - 0x76, 0xcf, 0x48, 0x96, 0x4d, 0x35, 0x29, 0x7e, 0x34, 0x49, 0xb1, 0x45, 0xc9, 0x12, 0x45, 0xc9, - 0x96, 0x2c, 0xdb, 0x43, 0x8b, 0xb2, 0x2d, 0x8b, 0xfa, 0x32, 0x49, 0x7d, 0xc6, 0xd2, 0x9a, 0x01, - 0x65, 0xd9, 0x6b, 0x69, 0x33, 0x69, 0x02, 0x3d, 0x43, 0x2c, 0x67, 0x80, 0x11, 0x80, 0xa1, 0x4c, - 0x79, 0xb5, 0xb5, 0xbb, 0x95, 0x54, 0x52, 0x95, 0xd4, 0x56, 0xa5, 0x76, 0x93, 0xaa, 0x5c, 0x73, - 0xcc, 0x29, 0xc7, 0xfc, 0x0d, 0xb9, 0xe6, 0x96, 0x73, 0xaa, 0x52, 0x95, 0x6b, 0xaa, 0x72, 0xca, - 0x61, 0x0b, 0x8d, 0x06, 0xd0, 0xdd, 0x68, 0xcc, 0xbc, 0xd6, 0xde, 0x06, 0xaf, 0xf1, 0x7b, 0xef, - 0xa1, 0xf1, 0xfa, 0xf5, 0x7b, 0x0f, 0xaf, 0x49, 0x74, 0xad, 0x13, 0x86, 0x9d, 0x2e, 0x5b, 0xa1, - 0x5e, 0xbc, 0x92, 0xfd, 0x4c, 0x7f, 0xed, 0x5f, 0x5e, 0x89, 0x59, 0xb4, 0xef, 0xbb, 0x2c, 0xa7, - 0xb6, 0xa8, 0x17, 0xb7, 0x04, 0xad, 0xd9, 0x8f, 0xc2, 0x24, 0xc4, 0x4b, 0xd9, 0x48, 0x93, 0x7a, - 0x71, 0xb3, 0x80, 0x36, 0xf7, 0x2f, 0x37, 0x73, 0xe8, 0xe2, 0x47, 0x75, 0xcc, 0xdd, 0xb0, 0xd7, - 0x0b, 0x83, 0x95, 0x1e, 0x4b, 0x22, 0xdf, 0x8d, 0x33, 0x7e, 0x8b, 0x1f, 0x8f, 0xb8, 0x3b, 0x66, - 0x9d, 0x1e, 0x0b, 0x92, 0xfc, 0xf6, 0xcf, 0xeb, 0x6e, 0x8f, 0x58, 0x1c, 0x0e, 0xa2, 0x54, 0x75, - 0xea, 0xba, 0xe1, 0x20, 0x48, 0x5a, 0x3b, 0x03, 0xaf, 0xc3, 0x12, 0x81, 0xbb, 0x6d, 0x8b, 0x6b, - 0xf5, 0xa3, 0xb0, 0x1f, 0xc6, 0xb4, 0x2b, 0x18, 0x7c, 0x02, 0x60, 0xe0, 0xb5, 0x3a, 0x51, 0x38, - 0xe8, 0x0b, 0xc4, 0x15, 0x38, 0xa2, 0x45, 0x3d, 0x01, 0xba, 0x66, 0x05, 0x6a, 0x75, 0xe9, 0x0e, - 0xcb, 0x35, 0xbc, 0x65, 0x03, 0x1d, 0x78, 0x3e, 0x0b, 0x5c, 0xd6, 0xda, 0xf7, 0xd9, 0x4b, 0x81, - 0xbf, 0x69, 0x81, 0xdf, 0xf1, 0xbd, 0x56, 0x2f, 0xf4, 0xfc, 0xb6, 0xcf, 0x22, 0x01, 0x5f, 0xb3, - 0x80, 0xbb, 0x91, 0x9f, 0xb0, 0xc8, 0x0f, 0x03, 0x81, 0xfd, 0xf2, 0x4d, 0xb0, 0xca, 0xc3, 0x6f, - 0x58, 0x70, 0x60, 0x3f, 0x24, 0x2c, 0x88, 0x53, 0x0e, 0x31, 0x4b, 0x12, 0x3f, 0xe8, 0x08, 0x1e, - 0x9f, 0x59, 0xf0, 0x68, 0x33, 0xe6, 0x59, 0x98, 0x64, 0x0e, 0x93, 0x55, 0xfe, 0x02, 0x84, 0x8b, - 0xdd, 0x5d, 0xe6, 0x0d, 0xba, 0xca, 0x9b, 0x82, 0x48, 0xec, 0xb0, 0x56, 0x44, 0x83, 0x8e, 0x82, - 0xfb, 0x18, 0x80, 0x8b, 0xe3, 0x62, 0xcd, 0x00, 0x14, 0xdc, 0xf1, 0x3d, 0xcf, 0x0f, 0x3a, 0xad, - 0x38, 0x89, 0x68, 0xc2, 0x3a, 0x07, 0xf0, 0x99, 0xdc, 0xf1, 0xbb, 0x5d, 0x8e, 0x64, 0x49, 0xb1, - 0x62, 0x00, 0x6b, 0xcc, 0xa5, 0xbd, 0x3e, 0xf5, 0x3b, 0x01, 0xdc, 0xe6, 0x73, 0xc4, 0x9b, 0xda, - 0x7c, 0x81, 0x37, 0xd8, 0xfc, 0x55, 0x1b, 0xb8, 0xec, 0x8e, 0xd6, 0x2c, 0x80, 0xfa, 0x62, 0xd9, - 0xb0, 0xc0, 0xfe, 0x11, 0xa6, 0x5e, 0xf0, 0xb0, 0x33, 0xf5, 0x02, 0x26, 0x9b, 0xfa, 0x75, 0x0b, - 0x5c, 0xbc, 0x4b, 0x23, 0xe6, 0xb5, 0xac, 0xcc, 0xd0, 0xa5, 0x51, 0xe4, 0xb3, 0xa8, 0xe5, 0x86, - 0x41, 0x9c, 0xd0, 0x20, 0xb1, 0x78, 0xca, 0x5d, 0xbe, 0x48, 0xe2, 0x84, 0x26, 0x83, 0x7c, 0x8f, - 0x59, 0x05, 0xc0, 0xba, 0xbe, 0xbb, 0x27, 0x1b, 0x12, 0xc0, 0x6f, 0xbb, 0x61, 0xb0, 0xcf, 0x22, - 0xfe, 0x32, 0xa8, 0x9b, 0x94, 0xef, 0x13, 0x62, 0x44, 0x83, 0x38, 0x09, 0x7b, 0x2d, 0x3f, 0x48, - 0x58, 0xc4, 0xe2, 0xc4, 0x62, 0xb9, 0x70, 0xa0, 0x95, 0xbd, 0x0a, 0x44, 0xcb, 0xed, 0xfa, 0xac, - 0x98, 0xc9, 0x1b, 0xd6, 0xc0, 0x56, 0xd7, 0x0f, 0xf6, 0x2c, 0x2c, 0x36, 0x47, 0xff, 0x31, 0x16, - 0x9b, 0xf3, 0xb0, 0xb4, 0xd8, 0x1c, 0x26, 0x5b, 0xec, 0x4d, 0x0b, 0x5c, 0x8f, 0x06, 0xb4, 0x93, - 0xe2, 0xcb, 0x27, 0xde, 0xb4, 0x80, 0x07, 0xac, 0x43, 0x13, 0x7f, 0x9f, 0x55, 0x16, 0x3a, 0x40, - 0x07, 0x8f, 0x25, 0xd4, 0xef, 0xb6, 0xfa, 0x5d, 0xea, 0xb2, 0x34, 0x4c, 0x92, 0x4d, 0x12, 0xf0, - 0xce, 0x3c, 0x3f, 0xee, 0x77, 0xe9, 0x41, 0x6b, 0x8f, 0x1d, 0xbc, 0x0c, 0x23, 0x4f, 0x46, 0x03, - 0x4c, 0xc5, 0x0b, 0x7b, 0xd4, 0x0f, 0x5a, 0x6e, 0xea, 0xf9, 0xc3, 0x28, 0xf7, 0xfd, 0x5f, 0x01, - 0x80, 0x07, 0x01, 0xed, 0xf9, 0x6e, 0x2b, 0x66, 0x34, 0x72, 0x77, 0x45, 0x90, 0xc9, 0x7f, 0x26, - 0x2c, 0xea, 0xc9, 0x5a, 0x00, 0x1c, 0x47, 0x69, 0x30, 0xe9, 0x6b, 0x6f, 0xf9, 0x09, 0xeb, 0x09, - 0xf0, 0x47, 0xa3, 0xc1, 0x92, 0xa5, 0x5c, 0x86, 0xdd, 0x2d, 0x0b, 0xf8, 0xc2, 0x02, 0xd2, 0x4a, - 0x68, 0x54, 0xfa, 0xff, 0x4f, 0x81, 0xc8, 0x1e, 0xed, 0xf7, 0xcb, 0x35, 0x70, 0x13, 0x88, 0xe2, - 0xe6, 0xb0, 0x1b, 0x76, 0x3d, 0x16, 0xc9, 0x93, 0x09, 0x08, 0x48, 0x3b, 0x2c, 0xd0, 0x40, 0xd7, - 0x21, 0xa0, 0x50, 0x3c, 0x9d, 0xee, 0x80, 0xaf, 0x82, 0xc0, 0x9d, 0x88, 0xf6, 0x77, 0x7d, 0xd7, - 0xd2, 0x76, 0xb3, 0x80, 0xca, 0x68, 0xf9, 0x80, 0xf7, 0xb2, 0x1b, 0x26, 0xac, 0x2b, 0x82, 0x32, - 0x09, 0x79, 0x0b, 0x8a, 0xec, 0xb3, 0xa8, 0x1d, 0x46, 0x3d, 0xaa, 0xc5, 0x13, 0x80, 0xf7, 0x9a, - 0xaf, 0xb5, 0x7e, 0x97, 0x5a, 0x2c, 0x74, 0x19, 0xd5, 0xd2, 0x12, 0x0d, 0x5b, 0xb8, 0x16, 0x43, - 0xdd, 0xb0, 0x84, 0x8b, 0x0b, 0x81, 0xbe, 0x6b, 0x89, 0x2e, 0xbc, 0x9d, 0xca, 0xc6, 0x62, 0xe2, - 0xec, 0x02, 0x5a, 0xd9, 0xa9, 0x5f, 0x83, 0xdc, 0x1e, 0x74, 0x06, 0x69, 0xf0, 0x6c, 0x1f, 0x4a, - 0x74, 0x43, 0x97, 0xa6, 0xdb, 0xba, 0xa5, 0x3d, 0x65, 0xbb, 0x87, 0x67, 0xb6, 0x64, 0x40, 0x28, - 0xd2, 0x63, 0x9e, 0x4f, 0x5b, 0x6d, 0xbf, 0x2b, 0x32, 0xf4, 0xc5, 0x3b, 0x00, 0x4c, 0xb8, 0xe3, - 0xa7, 0xd9, 0x7d, 0xbf, 0x5f, 0x78, 0x6f, 0xfd, 0x81, 0x6f, 0x81, 0xb9, 0x78, 0x2c, 0xcd, 0xfb, - 0x75, 0xfc, 0xc3, 0xd1, 0xf8, 0xb0, 0xcf, 0x22, 0x9a, 0xf0, 0x24, 0xe0, 0x20, 0x4e, 0x5d, 0x64, - 0x1e, 0x1e, 0x69, 0xac, 0x00, 0x06, 0xda, 0xa7, 0x11, 0x0b, 0x12, 0xda, 0x15, 0x81, 0x9c, 0x3c, - 0x85, 0x00, 0x45, 0xfa, 0x51, 0xe8, 0x0d, 0xdc, 0xa4, 0x95, 0x67, 0x33, 0x75, 0x73, 0xb2, 0x06, - 0x67, 0x55, 0xf1, 0x2c, 0x80, 0x40, 0x24, 0x62, 0x6e, 0xd8, 0xeb, 0xb1, 0xc0, 0xa3, 0x52, 0x74, - 0xb8, 0x06, 0xc1, 0xf5, 0x68, 0xb4, 0xc7, 0xf8, 0x4c, 0x2a, 0x91, 0x25, 0xc0, 0x0f, 0xd6, 0xec, - 0xbb, 0x10, 0x64, 0x16, 0xa7, 0xeb, 0x41, 0xcb, 0x2a, 0x18, 0x59, 0x46, 0xf8, 0xeb, 0x10, 0x4c, - 0xc8, 0x77, 0xc2, 0x3a, 0xc7, 0x0b, 0x98, 0xde, 0x24, 0xec, 0xfb, 0xae, 0xfe, 0x4a, 0x57, 0xa1, - 0x38, 0x49, 0x16, 0xc0, 0x17, 0x0c, 0x62, 0x16, 0xe9, 0xe1, 0xfa, 0x65, 0x20, 0xac, 0xeb, 0x17, - 0x10, 0x80, 0x7f, 0xdb, 0xf7, 0x3d, 0x16, 0x8e, 0x2a, 0xa3, 0x14, 0x65, 0xbd, 0x4a, 0xed, 0x48, - 0xad, 0xee, 0xd5, 0x5b, 0x9b, 0x91, 0x83, 0x8a, 0xbd, 0x03, 0xc7, 0xca, 0xa9, 0xb4, 0xc6, 0xe5, - 0x3e, 0x9c, 0x8b, 0x56, 0x09, 0xd2, 0x18, 0xad, 0xbf, 0x09, 0x23, 0x95, 0xc5, 0x43, 0x38, 0x8b, - 0x4a, 0xda, 0xa2, 0xb1, 0xba, 0x01, 0x67, 0xc5, 0x43, 0x38, 0x15, 0x7d, 0x13, 0x8e, 0x36, 0x4d, - 0xc5, 0x55, 0x38, 0x5c, 0x05, 0x5e, 0x87, 0x00, 0xfb, 0x34, 0xa2, 0x3d, 0x96, 0x54, 0xde, 0xe4, - 0xa7, 0xa3, 0xc1, 0x71, 0xcc, 0x12, 0x0d, 0x75, 0x7b, 0x24, 0x4a, 0xaf, 0x39, 0x59, 0x9b, 0xa1, - 0xb1, 0xa2, 0xa3, 0x71, 0xb9, 0x65, 0xc1, 0x25, 0xab, 0x17, 0xdb, 0x5a, 0x5f, 0xb5, 0xbe, 0x63, - 0x6d, 0x7d, 0xf5, 0x65, 0x1e, 0x6b, 0xeb, 0x53, 0xaa, 0x3d, 0xd6, 0xd6, 0xa7, 0x16, 0x7d, 0xac, - 0xad, 0xaf, 0xac, 0xfd, 0x28, 0xc0, 0x0d, 0x0b, 0x60, 0xb1, 0xa5, 0x68, 0x3c, 0x46, 0xbb, 0xc4, - 0x4a, 0x59, 0xc6, 0xfe, 0x35, 0xd4, 0xd6, 0x2e, 0xec, 0x5f, 0x83, 0x5c, 0xc2, 0xb0, 0x7f, 0x0d, - 0x4a, 0x25, 0x43, 0x83, 0xff, 0x29, 0x1c, 0x5e, 0xad, 0x48, 0xd8, 0xbf, 0xd2, 0x9c, 0x97, 0xed, - 0x2b, 0x35, 0xa4, 0xf3, 0x1a, 0x8f, 0x2f, 0x46, 0xf2, 0xa8, 0x43, 0xde, 0xb6, 0x40, 0x8a, 0x84, - 0xd6, 0xd6, 0x1f, 0xca, 0x59, 0xbb, 0x06, 0xbe, 0x02, 0x03, 0xdb, 0x3a, 0x51, 0xd3, 0xbb, 0x1e, - 0xfd, 0x7d, 0xaf, 0xcc, 0x1a, 0xac, 0x1d, 0x57, 0x35, 0xdc, 0xb4, 0x9e, 0x66, 0x3d, 0x76, 0xb4, - 0x56, 0xbf, 0x76, 0xbd, 0x8f, 0x36, 0x8e, 0x22, 0xc6, 0xd2, 0x90, 0xa7, 0x72, 0x64, 0xdf, 0x5f, - 0xa1, 0x41, 0x10, 0x26, 0x3c, 0x0a, 0xcf, 0x6b, 0xc2, 0xe2, 0xb3, 0xe7, 0x0a, 0xbf, 0xda, 0x19, - 0xb4, 0x57, 0xda, 0x3e, 0xeb, 0xa6, 0x6f, 0x3a, 0xce, 0x4b, 0x7e, 0x0b, 0xe2, 0x8e, 0xa8, 0xef, - 0xae, 0xc8, 0xe5, 0xe4, 0xe5, 0x7f, 0x6d, 0xa0, 0xe3, 0xdb, 0x3c, 0xcc, 0xbe, 0xcf, 0xef, 0x58, - 0xf7, 0x62, 0x87, 0xbd, 0x18, 0xb0, 0x38, 0xc1, 0x67, 0xd0, 0x78, 0xb1, 0x50, 0x7c, 0x8f, 0x34, - 0x96, 0x1a, 0x17, 0x8f, 0x3a, 0x28, 0x27, 0x3d, 0xf4, 0xf0, 0x1c, 0x3a, 0xf2, 0x62, 0xc0, 0xa2, - 0x03, 0x72, 0x88, 0x0f, 0x65, 0x17, 0xf8, 0x5d, 0x84, 0xfa, 0x69, 0x8e, 0x9a, 0x84, 0x7b, 0x2c, - 0x20, 0x87, 0xf9, 0xd0, 0xd1, 0x94, 0xf2, 0x24, 0x25, 0xe0, 0x93, 0x88, 0x5f, 0xb4, 0x62, 0xff, - 0x15, 0x23, 0x6f, 0x2d, 0x35, 0x2e, 0x1e, 0x71, 0xc6, 0x52, 0xc2, 0xb6, 0xff, 0x8a, 0xe1, 0x73, - 0xe8, 0xd8, 0x3e, 0xed, 0xfa, 0x1e, 0x4d, 0x58, 0x2b, 0x0c, 0xba, 0x07, 0xe4, 0xc8, 0x52, 0xe3, - 0xe2, 0x98, 0x33, 0x91, 0x13, 0xbf, 0x0e, 0xba, 0x07, 0xcb, 0xff, 0xd7, 0x40, 0x0b, 0x15, 0x95, - 0xe3, 0x7e, 0x18, 0xc4, 0x0c, 0x3f, 0x40, 0xef, 0x44, 0x2c, 0x1e, 0x74, 0x93, 0x98, 0x34, 0x96, - 0x0e, 0x5f, 0x1c, 0x5f, 0x6d, 0x36, 0x47, 0x7d, 0x12, 0x6e, 0x96, 0x5c, 0xc2, 0x97, 0x4e, 0x0e, - 0xc7, 0xef, 0xa3, 0xa9, 0x80, 0xfd, 0x90, 0xb4, 0xa4, 0x67, 0xc9, 0x1e, 0xf3, 0x58, 0x4a, 0xde, - 0x2a, 0x9e, 0xa7, 0x89, 0x66, 0x93, 0x30, 0x4d, 0xee, 0x04, 0xb0, 0xc5, 0xbf, 0xd3, 0xf2, 0xe7, - 0x3e, 0xec, 0xcc, 0xf0, 0x21, 0x27, 0x1b, 0xd9, 0x4c, 0x07, 0xf0, 0x35, 0x84, 0xca, 0xb7, 0xc3, - 0x9f, 0x6f, 0x7c, 0x75, 0x31, 0x57, 0x32, 0x7f, 0x81, 0xcd, 0x7b, 0xe9, 0x2d, 0x8f, 0x69, 0xbc, - 0xe7, 0x1c, 0x6d, 0xe7, 0x3f, 0x97, 0xff, 0xf7, 0x36, 0x9a, 0x90, 0x95, 0xc5, 0xdf, 0xa2, 0x49, - 0xf5, 0xbb, 0x30, 0xb9, 0xc4, 0xf9, 0x7d, 0x52, 0xfb, 0xd0, 0x45, 0x68, 0xde, 0x5c, 0xcf, 0x80, - 0x1b, 0x1c, 0xe7, 0x1c, 0xa3, 0xf2, 0x25, 0xee, 0xa3, 0x85, 0x9a, 0x0f, 0xce, 0xe4, 0x43, 0x2e, - 0xe1, 0x0b, 0x5b, 0x09, 0x5b, 0x02, 0xef, 0xcc, 0x53, 0x13, 0x19, 0xdf, 0x45, 0x63, 0x79, 0x98, - 0xc7, 0xe7, 0x6e, 0x7c, 0xf5, 0x12, 0x44, 0x84, 0x77, 0x3f, 0x45, 0x38, 0xef, 0xd0, 0xec, 0x07, - 0x7e, 0x84, 0xc6, 0xa5, 0x1c, 0x80, 0x4c, 0x73, 0x4e, 0x1f, 0xc1, 0x39, 0xad, 0x7b, 0xce, 0x51, - 0x9a, 0xff, 0xc4, 0xcf, 0xd1, 0x4c, 0x25, 0x27, 0x21, 0x3f, 0x70, 0x9e, 0x97, 0x6d, 0x78, 0x3e, - 0x4a, 0x81, 0xce, 0x24, 0x55, 0xae, 0xf1, 0x1e, 0x3a, 0x6e, 0xfe, 0xe4, 0x4d, 0xae, 0x71, 0x11, - 0x9f, 0x5b, 0x88, 0x10, 0xf0, 0xa7, 0x3e, 0x7b, 0xe9, 0xcc, 0xd2, 0x2a, 0x11, 0xef, 0xa2, 0x79, - 0x63, 0x82, 0x43, 0x08, 0x97, 0xf5, 0x19, 0x5c, 0xd6, 0x86, 0xef, 0x3d, 0x16, 0x60, 0x07, 0xd3, - 0x0a, 0x0d, 0x53, 0x84, 0xab, 0xb9, 0x0b, 0x99, 0xe1, 0x62, 0xae, 0xc0, 0xc5, 0x6c, 0xe6, 0x50, - 0x67, 0x9a, 0x6a, 0x14, 0xfc, 0x02, 0x91, 0xba, 0x3c, 0x8b, 0x1c, 0xc0, 0xed, 0x53, 0x63, 0x9b, - 0xbd, 0xa5, 0x79, 0x6a, 0x22, 0xe3, 0x97, 0x68, 0xb1, 0x3e, 0x9d, 0x22, 0x7d, 0x2e, 0x74, 0x0d, - 0x2e, 0xf4, 0x6e, 0xce, 0x62, 0x3b, 0xe3, 0xe0, 0x2c, 0x50, 0xf3, 0x00, 0x76, 0xd0, 0x31, 0x25, - 0xf9, 0x22, 0x9b, 0x5c, 0x56, 0x13, 0x2e, 0xeb, 0x1e, 0x63, 0x9e, 0x33, 0x4e, 0xcb, 0x0b, 0xfc, - 0x0d, 0x9a, 0x54, 0x53, 0x32, 0x12, 0x73, 0xa6, 0x2b, 0x70, 0xa6, 0xd9, 0x64, 0x4d, 0x50, 0xe9, - 0x8a, 0xb3, 0x55, 0xbe, 0xec, 0x93, 0x4f, 0xe0, 0x6c, 0x3b, 0xcc, 0x49, 0x71, 0xdc, 0x82, 0x27, - 0xa8, 0x74, 0x85, 0x9f, 0xa1, 0x69, 0xbd, 0xd5, 0x80, 0xfc, 0xd4, 0x62, 0x11, 0x6e, 0x0b, 0x24, - 0x67, 0x3d, 0x49, 0x95, 0x6b, 0xfc, 0x3d, 0x9a, 0xd2, 0xbe, 0x14, 0x91, 0x67, 0x60, 0xde, 0x77, - 0x38, 0x72, 0x53, 0x00, 0x9d, 0x49, 0x4f, 0xb9, 0xc6, 0xb7, 0xd0, 0x11, 0x9e, 0x44, 0x12, 0x9f, - 0x73, 0xbc, 0x08, 0xd1, 0x36, 0xbd, 0xdf, 0xc9, 0x60, 0xf8, 0x67, 0x68, 0x5a, 0x4f, 0x27, 0x09, - 0xe6, 0xac, 0x56, 0x01, 0xac, 0x36, 0x32, 0xe8, 0xb6, 0x40, 0x3a, 0x53, 0x3b, 0x2a, 0x01, 0x3f, - 0x41, 0xc7, 0x94, 0x3e, 0x07, 0xf2, 0x01, 0xf8, 0x6d, 0x6d, 0x64, 0xb8, 0xed, 0x14, 0xe6, 0x4c, - 0xec, 0x48, 0x57, 0xe9, 0x84, 0x6a, 0xc9, 0x27, 0x99, 0x05, 0x4f, 0xe8, 0xa6, 0x40, 0x8a, 0x5d, - 0x69, 0xd2, 0x55, 0xae, 0xf1, 0x7d, 0x34, 0x96, 0x53, 0xf8, 0x66, 0x3c, 0xbe, 0xfa, 0xa1, 0x05, - 0x53, 0xa7, 0x00, 0xe3, 0x1e, 0x3a, 0x6e, 0xee, 0xbc, 0x20, 0x77, 0x39, 0xdb, 0xab, 0x16, 0x6c, - 0x15, 0xdf, 0x3b, 0xe7, 0x1a, 0xa8, 0xf8, 0xe7, 0x68, 0xde, 0x98, 0xd6, 0x93, 0x45, 0xb0, 0xa3, - 0x2f, 0x66, 0x46, 0xf2, 0xbe, 0xb3, 0x6e, 0x95, 0x88, 0x5d, 0x84, 0xab, 0xc9, 0x3b, 0x99, 0xe3, - 0x82, 0x3e, 0xb5, 0x10, 0x54, 0xfa, 0xdf, 0x19, 0x57, 0x27, 0xe1, 0x03, 0xb4, 0x58, 0x9f, 0xde, - 0x93, 0x17, 0x5c, 0xd8, 0x75, 0x0b, 0x61, 0x15, 0x77, 0x48, 0xdc, 0x9a, 0x91, 0xd4, 0x6a, 0x95, - 0x72, 0x00, 0xb9, 0x0d, 0xb6, 0xda, 0x5c, 0x1a, 0x77, 0x88, 0x13, 0xae, 0x74, 0x95, 0x46, 0x52, - 0x6a, 0x99, 0x80, 0x74, 0xc1, 0x91, 0x54, 0xce, 0x36, 0x73, 0x89, 0x85, 0x76, 0x99, 0x4f, 0xf4, - 0xd0, 0xac, 0xa1, 0x0e, 0x40, 0x4e, 0x5b, 0xbf, 0x8f, 0x6d, 0x0e, 0xde, 0x66, 0x49, 0xf9, 0x3e, - 0x0a, 0x52, 0xea, 0x29, 0xf4, 0x2e, 0x13, 0xb2, 0x01, 0xf6, 0x14, 0x9b, 0x19, 0x74, 0x53, 0x20, - 0x9d, 0x29, 0x57, 0x25, 0xf0, 0x39, 0x97, 0x5b, 0x51, 0xc8, 0x7b, 0xf0, 0x39, 0xe7, 0xb8, 0x6d, - 0x0e, 0x73, 0x26, 0x5c, 0xe9, 0x0a, 0xff, 0x05, 0x9a, 0xa9, 0x94, 0x37, 0x48, 0x07, 0x1c, 0x27, - 0x6c, 0x16, 0xd8, 0x75, 0x0e, 0x75, 0xa6, 0x5d, 0x8d, 0x82, 0xbf, 0x42, 0xa8, 0xec, 0x85, 0x21, - 0xaf, 0xc0, 0xc1, 0xe0, 0x66, 0x0a, 0xe2, 0xeb, 0xf9, 0xa8, 0x9b, 0xff, 0xe4, 0x8e, 0x4d, 0xed, - 0x74, 0x21, 0xbb, 0x70, 0xc7, 0xc6, 0x91, 0x0f, 0x05, 0xd0, 0x99, 0x74, 0x95, 0x6b, 0xee, 0xd8, - 0x44, 0x5e, 0xc5, 0xf3, 0x2c, 0xa0, 0x63, 0x13, 0x10, 0xa7, 0x00, 0x73, 0x4f, 0x63, 0xea, 0xfc, - 0x20, 0x37, 0xe1, 0x9e, 0x46, 0xe0, 0x1f, 0x67, 0xf0, 0x47, 0x7e, 0xb0, 0xe7, 0xcc, 0xba, 0x55, - 0x22, 0xee, 0xa0, 0x39, 0x53, 0x5b, 0x0d, 0xb9, 0x05, 0x8e, 0x28, 0x73, 0x51, 0x9b, 0x1c, 0xcd, - 0x25, 0x61, 0xb7, 0x42, 0x2b, 0x67, 0xbe, 0x10, 0x44, 0xee, 0x59, 0xce, 0x7c, 0xce, 0x2f, 0x9f, - 0xf9, 0xfc, 0x9a, 0x7b, 0xb2, 0xda, 0x0a, 0x19, 0x89, 0xe0, 0x9e, 0x4c, 0x30, 0x31, 0x78, 0xb2, - 0x9a, 0x11, 0xbe, 0xaa, 0xe4, 0x8a, 0x1a, 0xf9, 0x12, 0xbe, 0xaa, 0x04, 0x4e, 0x78, 0x32, 0xe9, - 0x8a, 0x7b, 0x32, 0xa5, 0xd2, 0x46, 0x7e, 0x01, 0xf7, 0x64, 0x02, 0x98, 0x7b, 0x32, 0xf9, 0x12, - 0xff, 0x02, 0x9d, 0x1c, 0x52, 0x83, 0x23, 0xdf, 0x71, 0x29, 0x37, 0x2c, 0xa4, 0xfc, 0x44, 0x30, - 0x29, 0x77, 0x9a, 0x13, 0x6e, 0xdd, 0x50, 0x6a, 0xd8, 0xc6, 0x76, 0x22, 0xb2, 0x0f, 0x36, 0xec, - 0x3b, 0x1c, 0xbf, 0x95, 0xc3, 0xb3, 0x5c, 0xc9, 0xab, 0x12, 0x53, 0xc3, 0x36, 0xf5, 0x1e, 0x91, - 0x15, 0xb0, 0x61, 0xdf, 0xc9, 0xe0, 0x5f, 0x65, 0x68, 0x2e, 0x09, 0x7b, 0x15, 0x1a, 0xfe, 0x6d, - 0x03, 0x9d, 0x03, 0xb4, 0x1b, 0x91, 0x9f, 0x73, 0xc1, 0xeb, 0x10, 0xc1, 0x19, 0xb7, 0xac, 0x3c, - 0xb2, 0xee, 0xc5, 0xd9, 0x8f, 0x27, 0x2c, 0xea, 0x71, 0x25, 0x4e, 0x7b, 0x43, 0xc7, 0xd3, 0xdd, - 0xca, 0x50, 0xe2, 0x24, 0xdf, 0x80, 0x77, 0xab, 0xc2, 0xc8, 0x53, 0x5b, 0x7c, 0x98, 0xb0, 0x9e, - 0x33, 0xc3, 0x74, 0x12, 0xbe, 0x8e, 0xde, 0xe2, 0xf6, 0xde, 0xe4, 0x6c, 0x2f, 0x00, 0xd8, 0x72, - 0x3b, 0xe7, 0x20, 0xfc, 0x00, 0x1d, 0x2d, 0x15, 0x5b, 0x05, 0xfb, 0xca, 0x42, 0x9f, 0xb1, 0x76, - 0xae, 0xc6, 0x33, 0x34, 0xad, 0x57, 0x54, 0x49, 0x02, 0xf6, 0x2b, 0x39, 0xc3, 0x27, 0x1c, 0xe8, - 0x4c, 0xb6, 0x95, 0x6b, 0xfc, 0x67, 0x68, 0x42, 0xae, 0xb6, 0x92, 0x35, 0x70, 0xd6, 0x96, 0x32, - 0x7e, 0x9c, 0xa1, 0x9c, 0xf1, 0x76, 0x79, 0x91, 0x2e, 0x01, 0x63, 0x03, 0x15, 0xa1, 0xe0, 0x25, - 0x90, 0xf2, 0xde, 0x2a, 0xe1, 0xd9, 0x12, 0x68, 0x57, 0x89, 0xf8, 0x27, 0x68, 0x5c, 0xea, 0xb6, - 0x22, 0x17, 0xb9, 0x84, 0x8f, 0x01, 0x12, 0xee, 0x73, 0x14, 0x67, 0x8c, 0x3a, 0xc5, 0xef, 0xd4, - 0xb0, 0x0c, 0x8d, 0x58, 0x64, 0x01, 0x6c, 0x58, 0xf7, 0x59, 0x98, 0xcd, 0x6c, 0x11, 0xa5, 0xcc, - 0x74, 0x74, 0x52, 0xba, 0x51, 0x68, 0x1d, 0x5b, 0xe4, 0x35, 0xf8, 0x85, 0xde, 0x2f, 0x90, 0x59, - 0xa2, 0xd8, 0x51, 0xae, 0x53, 0xa7, 0x60, 0x6a, 0xea, 0x22, 0x2f, 0xc1, 0x4e, 0x81, 0x67, 0xca, - 0xaa, 0xfb, 0xc1, 0x9d, 0x0a, 0x2d, 0x35, 0x4b, 0xbd, 0xff, 0x8b, 0x5c, 0x01, 0x3f, 0xc5, 0x83, - 0x14, 0xca, 0x25, 0x65, 0x4f, 0xb1, 0xab, 0x5c, 0xa7, 0x89, 0x8f, 0xb9, 0x45, 0x8c, 0xdc, 0x07, - 0x27, 0x3e, 0x5c, 0xc4, 0x56, 0x89, 0xcf, 0x12, 0x9f, 0x5d, 0x03, 0x35, 0x5d, 0x05, 0x8a, 0x07, - 0x9d, 0x07, 0xaf, 0x02, 0xd9, 0x75, 0x8e, 0xef, 0x49, 0x3e, 0x53, 0x62, 0xd9, 0xef, 0xd2, 0x80, - 0x2c, 0xd9, 0xb2, 0xdc, 0xea, 0xd2, 0xa0, 0x60, 0x99, 0x5e, 0xa4, 0x0b, 0xcb, 0xd8, 0x82, 0x46, - 0xce, 0x82, 0x17, 0x96, 0xc4, 0xbb, 0x48, 0x37, 0x67, 0xf7, 0xaa, 0x44, 0xfc, 0xab, 0x06, 0x7a, - 0x77, 0x68, 0xcb, 0x19, 0x59, 0xe6, 0x42, 0x6f, 0xda, 0x09, 0xcd, 0x37, 0x4c, 0x41, 0x72, 0x16, - 0xf7, 0x6a, 0xc7, 0xf0, 0xae, 0xf6, 0xb8, 0x45, 0xdd, 0xf5, 0x1c, 0xd8, 0x94, 0x25, 0xc9, 0x79, - 0x09, 0x16, 0xef, 0x55, 0x68, 0xe9, 0x9a, 0x31, 0x35, 0xe7, 0x91, 0xf3, 0x6f, 0x22, 0x28, 0x7f, - 0x34, 0x59, 0x50, 0xfe, 0x48, 0xb7, 0xd0, 0x91, 0x2c, 0xd6, 0xf9, 0x14, 0x5c, 0x69, 0xc9, 0x62, - 0x9c, 0x0c, 0x96, 0xa6, 0x22, 0x95, 0xde, 0x3a, 0x72, 0x15, 0x9c, 0x8a, 0x3c, 0x12, 0xd8, 0xc2, - 0x37, 0x4d, 0x77, 0x35, 0x4a, 0x1a, 0xec, 0x29, 0x2d, 0x78, 0xe4, 0x47, 0x70, 0xb0, 0xf7, 0x48, - 0xe0, 0xb2, 0xd2, 0x58, 0x57, 0xba, 0x4a, 0x97, 0xb3, 0xb9, 0x43, 0x8f, 0x7c, 0x06, 0x5e, 0xce, - 0x59, 0x48, 0xef, 0xa9, 0x8e, 0x69, 0xae, 0x67, 0xa0, 0xa6, 0xf9, 0x54, 0xf9, 0x69, 0x8e, 0x7c, - 0x0f, 0xce, 0xa7, 0x1e, 0xa7, 0xa0, 0x7b, 0x7e, 0x97, 0x39, 0x47, 0x7b, 0xf9, 0x4f, 0xfc, 0x1a, - 0x9d, 0x1a, 0xd6, 0xe9, 0x47, 0xbe, 0x05, 0x07, 0x94, 0x8f, 0x39, 0x9b, 0xf5, 0x7e, 0x3f, 0xaf, - 0xbc, 0x15, 0xef, 0xe1, 0x44, 0xaf, 0x6e, 0x88, 0x4f, 0x9d, 0xb1, 0x45, 0x90, 0xec, 0xc0, 0xa7, - 0x8e, 0x33, 0xb8, 0xc3, 0xf1, 0x85, 0xcc, 0xb9, 0x9e, 0x81, 0x8a, 0xff, 0xae, 0x81, 0xce, 0x8e, - 0x6c, 0x29, 0x24, 0x4f, 0xc1, 0x81, 0xde, 0xd7, 0x39, 0xaf, 0x6d, 0xce, 0xea, 0x69, 0xc6, 0xa9, - 0x50, 0xe2, 0x74, 0x38, 0x74, 0x3c, 0x5d, 0x99, 0xa6, 0xae, 0x44, 0xf2, 0x31, 0x78, 0x65, 0x6e, - 0x09, 0x78, 0x96, 0xcc, 0x67, 0xbb, 0x59, 0xbf, 0x42, 0xe3, 0xcf, 0x3d, 0xb2, 0x83, 0x91, 0xf4, - 0xc0, 0xcf, 0xbd, 0x95, 0xf1, 0x12, 0xc5, 0xcd, 0xca, 0x0b, 0x3f, 0xdd, 0x1f, 0x3a, 0x8e, 0x29, - 0xc2, 0xd5, 0x26, 0x48, 0xf2, 0x39, 0x78, 0xa5, 0x0b, 0xf1, 0xe5, 0x06, 0x3b, 0xdd, 0xd7, 0x28, - 0xf8, 0xa7, 0x68, 0x52, 0xed, 0x95, 0x24, 0xc7, 0xc1, 0xbb, 0xb7, 0xa3, 0x00, 0x1d, 0x8d, 0x51, - 0x1a, 0x1a, 0x54, 0x72, 0x83, 0x3b, 0x60, 0xe6, 0x5a, 0x2e, 0x30, 0x19, 0xab, 0xb1, 0xff, 0xcf, - 0xd0, 0xb4, 0xfe, 0xe5, 0x9b, 0xbc, 0x0b, 0xae, 0x21, 0x65, 0xb5, 0xa8, 0x32, 0x95, 0x9b, 0x8a, - 0x55, 0x42, 0xea, 0x3b, 0xa4, 0xfa, 0xd7, 0x49, 0xb0, 0xef, 0x28, 0xeb, 0x5e, 0x47, 0xe3, 0xa2, - 0xde, 0xb5, 0x8f, 0x4e, 0xd4, 0xf6, 0x5c, 0x92, 0x01, 0xf8, 0x63, 0xcc, 0xb6, 0xe0, 0xa1, 0x07, - 0x33, 0x0b, 0xb1, 0x79, 0x20, 0x7d, 0x88, 0xb2, 0xe1, 0x92, 0x7c, 0x04, 0x7e, 0x88, 0x27, 0x29, - 0x28, 0x2b, 0x28, 0x25, 0xf9, 0xcf, 0x74, 0x4b, 0x50, 0x3a, 0x31, 0xc9, 0x75, 0xf0, 0x96, 0xf0, - 0x4d, 0xcc, 0xa2, 0xa2, 0x98, 0x34, 0x31, 0x90, 0xae, 0xd2, 0xfc, 0xa8, 0x68, 0x22, 0x20, 0xef, - 0x83, 0xf3, 0xa3, 0x94, 0xe3, 0x23, 0x3f, 0x4e, 0x9c, 0xb1, 0x81, 0xf8, 0x85, 0x5d, 0x84, 0xab, - 0xdd, 0x14, 0xe4, 0x06, 0x38, 0x64, 0x77, 0x4a, 0xb0, 0xa8, 0xd0, 0xcd, 0x44, 0x3a, 0x09, 0x7f, - 0x8b, 0x26, 0xd5, 0xd6, 0x57, 0x72, 0x06, 0x5c, 0xae, 0xe0, 0xb3, 0x5a, 0x2c, 0xfd, 0x63, 0x89, - 0x7c, 0x99, 0x86, 0x04, 0xbc, 0xfb, 0x94, 0x5c, 0x00, 0x87, 0x04, 0x4f, 0xd3, 0xfb, 0x9d, 0x0c, - 0x86, 0xd7, 0xd1, 0x3b, 0xe2, 0x2c, 0x38, 0xef, 0x52, 0x18, 0x96, 0xa7, 0x66, 0x87, 0xc1, 0x9b, - 0x8f, 0xb3, 0xdb, 0x9d, 0x1c, 0x87, 0xef, 0xa0, 0xb1, 0xfc, 0x80, 0x38, 0x69, 0x8f, 0xd0, 0x42, - 0xf0, 0xd8, 0x16, 0xf7, 0x3b, 0x05, 0x72, 0xf9, 0xbf, 0x1b, 0xe8, 0xf8, 0xe3, 0x41, 0x42, 0x13, - 0x66, 0xdf, 0xa1, 0xf1, 0xe7, 0x68, 0xa6, 0xc7, 0xa1, 0x2d, 0xb1, 0x1f, 0x84, 0x41, 0x4c, 0x0e, - 0xf1, 0xc6, 0x88, 0xcb, 0xa3, 0x1b, 0x23, 0x32, 0xa9, 0x5f, 0xe7, 0x48, 0x67, 0xba, 0xa7, 0x12, - 0x62, 0x7c, 0x01, 0x4d, 0xf5, 0x69, 0x94, 0xf8, 0xb4, 0xdb, 0x6a, 0x53, 0xbf, 0x3b, 0x88, 0x18, - 0xff, 0x78, 0x3f, 0xe6, 0x4c, 0x0a, 0xf2, 0xbd, 0x8c, 0x5a, 0x6d, 0xec, 0x78, 0xcb, 0xd0, 0xd8, - 0xf1, 0x9f, 0x0d, 0xb4, 0x50, 0x79, 0x52, 0xd1, 0xd8, 0x71, 0x0f, 0xcd, 0x6b, 0x92, 0x5a, 0x2c, - 0x8a, 0xc2, 0x48, 0x34, 0x0b, 0xe0, 0xfc, 0x69, 0xa2, 0xbe, 0xdb, 0x14, 0xd5, 0xe6, 0x59, 0x55, - 0x87, 0xbb, 0xe9, 0xed, 0xf8, 0x25, 0x5a, 0xd4, 0x67, 0xa4, 0x15, 0x09, 0x21, 0x79, 0xcf, 0xc8, - 0x35, 0xfb, 0xa9, 0x11, 0x1c, 0x1c, 0xd2, 0x33, 0x0f, 0xc4, 0xcb, 0xbf, 0x3e, 0x87, 0xa6, 0x34, - 0x14, 0x3e, 0x40, 0x27, 0xab, 0x3d, 0xcf, 0x85, 0x5e, 0xe2, 0x9b, 0x39, 0x40, 0x1b, 0xb5, 0xd1, - 0xa0, 0xe0, 0xff, 0xe0, 0x4f, 0x8a, 0xcf, 0xca, 0xfa, 0x10, 0xf6, 0xa5, 0x7e, 0x00, 0xea, 0x49, - 0x42, 0x1b, 0x23, 0xd6, 0x77, 0x55, 0xa8, 0x2c, 0x0f, 0xd3, 0x0a, 0x15, 0xff, 0x55, 0x03, 0x9d, - 0x31, 0x37, 0x57, 0x97, 0x52, 0x0f, 0x8d, 0x48, 0x7a, 0x74, 0xa9, 0xd2, 0x17, 0x2f, 0x59, 0xfc, - 0x49, 0x5a, 0x3f, 0x8c, 0x7f, 0xdb, 0x40, 0xcb, 0xb5, 0xed, 0xd9, 0xa5, 0x2a, 0xd9, 0x17, 0xd6, - 0x2f, 0xc1, 0xaa, 0xa8, 0x8d, 0x02, 0xb2, 0x36, 0xa7, 0xe9, 0xd0, 0x3b, 0xf0, 0x2f, 0xd1, 0x29, - 0x83, 0x3e, 0xa5, 0x26, 0x87, 0x47, 0x54, 0x9f, 0x6b, 0x35, 0x91, 0x95, 0x38, 0x41, 0xeb, 0x06, - 0xf1, 0xef, 0x1b, 0xe8, 0xfc, 0x90, 0x1e, 0xf1, 0x52, 0x91, 0xec, 0x03, 0xee, 0x06, 0x58, 0x11, - 0xbd, 0xd4, 0x2d, 0xeb, 0xb3, 0x44, 0x47, 0xdc, 0x83, 0x43, 0xb4, 0xa0, 0xb6, 0x9b, 0x97, 0x8a, - 0xcc, 0x8d, 0x48, 0xc8, 0x75, 0x45, 0xee, 0x31, 0xa6, 0x98, 0xe7, 0x1c, 0x35, 0xd0, 0x71, 0x24, - 0xb5, 0x93, 0xe8, 0xd6, 0x30, 0x3f, 0x22, 0x19, 0xd0, 0x25, 0x56, 0x8c, 0x60, 0x9e, 0x9a, 0x06, - 0xf0, 0x8e, 0xd4, 0x25, 0x53, 0x4a, 0x3b, 0x32, 0x22, 0xde, 0xd2, 0xa5, 0xc9, 0x82, 0xf2, 0x36, - 0x99, 0x52, 0x46, 0xc0, 0x1b, 0x8c, 0xca, 0x0e, 0xf8, 0x52, 0xce, 0x71, 0xf8, 0x3c, 0x6e, 0xe5, - 0x70, 0x6d, 0x1e, 0xab, 0x74, 0xfc, 0x0c, 0x4d, 0x65, 0x4d, 0xf3, 0xa5, 0xa0, 0x85, 0x11, 0x9b, - 0x79, 0x29, 0x28, 0x05, 0xca, 0x22, 0x26, 0xa9, 0x42, 0xc1, 0xaf, 0xd0, 0x62, 0xa5, 0xb7, 0xbe, - 0x94, 0xf3, 0xf6, 0x88, 0x98, 0xaf, 0x90, 0xa3, 0x75, 0x45, 0xc8, 0x12, 0xc9, 0x4e, 0xcd, 0x18, - 0xfe, 0xeb, 0x06, 0x3a, 0x63, 0xee, 0xcb, 0x2f, 0x35, 0x78, 0x87, 0x6b, 0x70, 0x6b, 0xb4, 0x06, - 0x86, 0x2f, 0xf9, 0xb2, 0x16, 0xa7, 0xdc, 0x21, 0xe3, 0xf8, 0x25, 0x3a, 0xa1, 0xb7, 0xf6, 0x97, - 0x2a, 0x8c, 0x41, 0xf7, 0x0b, 0xb5, 0xcd, 0x42, 0xd9, 0x2f, 0x5c, 0xf3, 0x10, 0xfe, 0x55, 0x03, - 0x9d, 0x32, 0x1c, 0x0a, 0x28, 0x85, 0x1f, 0x1b, 0x91, 0xae, 0x57, 0x84, 0x1b, 0xbd, 0xd5, 0xa2, - 0x5b, 0x3b, 0x8a, 0xff, 0xb1, 0x81, 0xce, 0x0f, 0x39, 0x54, 0x50, 0xaa, 0x92, 0x75, 0x55, 0x6c, - 0xc2, 0x55, 0x19, 0xe6, 0xaf, 0xce, 0xba, 0xa3, 0x6e, 0xc2, 0x2f, 0xd0, 0x82, 0x7a, 0x42, 0xa1, - 0x54, 0xe5, 0x24, 0xd4, 0x7d, 0xc8, 0xbd, 0x09, 0x8a, 0xfb, 0x70, 0x4d, 0x03, 0x38, 0x41, 0x44, - 0x3b, 0xd6, 0x50, 0xca, 0x3c, 0x35, 0xa2, 0x03, 0xae, 0x22, 0xb3, 0xe2, 0xb3, 0x8e, 0xbb, 0xc6, - 0x11, 0xec, 0x49, 0xbd, 0x25, 0xa5, 0x3c, 0x34, 0x22, 0x7b, 0xae, 0xc8, 0x93, 0x45, 0x15, 0xcd, - 0x0c, 0xa5, 0x94, 0x5f, 0x37, 0xd0, 0xbb, 0xa6, 0xb3, 0x13, 0xa5, 0xc4, 0x71, 0x5b, 0x5b, 0x2b, - 0x92, 0x48, 0xa3, 0xad, 0x55, 0x47, 0xf1, 0x6b, 0x74, 0xb2, 0x7a, 0xf4, 0xa2, 0x54, 0x60, 0x02, - 0xba, 0x33, 0xeb, 0x4d, 0x0a, 0xca, 0xce, 0xec, 0xd6, 0x0d, 0x66, 0xa6, 0x5e, 0x7f, 0x70, 0xa3, - 0x54, 0xe4, 0x34, 0xd8, 0xd4, 0x6b, 0xbe, 0x42, 0xab, 0xa6, 0x3e, 0xea, 0x26, 0x6e, 0xea, 0xca, - 0x29, 0x90, 0x52, 0x95, 0x33, 0x60, 0x53, 0x97, 0x3e, 0x57, 0xab, 0xa6, 0x6e, 0x1a, 0xe0, 0xa6, - 0xae, 0x1e, 0x1d, 0x29, 0x65, 0x2e, 0x81, 0x4d, 0x5d, 0xfe, 0x94, 0xad, 0x9a, 0xba, 0x71, 0x04, - 0xff, 0x53, 0x03, 0xbd, 0x37, 0xec, 0xc8, 0x49, 0xa9, 0x43, 0x56, 0xaf, 0xbf, 0x03, 0xd7, 0xa1, - 0xf2, 0x71, 0x5b, 0xd6, 0x67, 0xd9, 0x1d, 0x79, 0x17, 0x5f, 0x86, 0xb9, 0x6a, 0xa5, 0x1e, 0xe7, - 0xc0, 0xcb, 0x50, 0x60, 0xd5, 0x65, 0xa8, 0x13, 0xf9, 0x32, 0x34, 0x9d, 0x77, 0x29, 0x25, 0x9e, - 0x87, 0x2e, 0xc3, 0xca, 0x57, 0x61, 0x65, 0x19, 0xb2, 0xda, 0x51, 0xcc, 0xd0, 0xac, 0x49, 0xf0, - 0x7b, 0xd0, 0x47, 0x35, 0xc9, 0x9b, 0x69, 0x57, 0xc4, 0xfc, 0x80, 0x16, 0x2b, 0x67, 0x6b, 0x4a, - 0x69, 0xef, 0x43, 0xb7, 0x55, 0xf5, 0x93, 0xb0, 0xb2, 0xad, 0xb6, 0xcd, 0x43, 0x69, 0x88, 0xa6, - 0x1c, 0xca, 0x29, 0xa5, 0x5e, 0x80, 0x86, 0x68, 0xd2, 0xf7, 0x62, 0x25, 0x44, 0x6b, 0x1b, 0xe8, - 0xf8, 0x3b, 0x34, 0xa9, 0x2d, 0xdb, 0x8b, 0x23, 0x8a, 0x4e, 0x8a, 0x1c, 0x59, 0xc0, 0xb1, 0xb6, - 0xb2, 0x4c, 0x9f, 0xa1, 0x29, 0x7d, 0x75, 0x7e, 0x00, 0x0d, 0xfe, 0x2a, 0xab, 0x72, 0xb2, 0xab, - 0xae, 0xc6, 0x5d, 0x34, 0x27, 0x9d, 0x09, 0x2a, 0x25, 0x5c, 0x82, 0x26, 0xab, 0xc5, 0x17, 0x08, - 0x25, 0x59, 0xed, 0x55, 0xa8, 0x3c, 0xce, 0x31, 0x9c, 0x21, 0x2a, 0x45, 0x7e, 0x08, 0x35, 0xfa, - 0x4a, 0xf9, 0x4b, 0x31, 0xfa, 0xa8, 0x76, 0x34, 0x8d, 0x74, 0x2b, 0x47, 0x90, 0x4a, 0xf9, 0x93, - 0xd0, 0x48, 0x57, 0xab, 0xc8, 0x2a, 0x91, 0x6e, 0x5c, 0x33, 0x96, 0x4e, 0xb4, 0x71, 0xc7, 0x9d, - 0x82, 0x4e, 0xb4, 0x71, 0xa7, 0xc5, 0x71, 0x75, 0x87, 0x65, 0x68, 0xb6, 0x3c, 0xec, 0x54, 0x0a, - 0x9a, 0x86, 0x2e, 0xed, 0xbc, 0x60, 0xa9, 0x2c, 0xed, 0x81, 0x4e, 0xdc, 0x18, 0x47, 0x47, 0x0b, - 0xe6, 0xcb, 0xbf, 0x5f, 0xce, 0x0b, 0x4c, 0x95, 0x02, 0x0d, 0xde, 0x97, 0x92, 0xc0, 0xa2, 0x16, - 0x93, 0x9d, 0xe9, 0x11, 0x85, 0x98, 0x1b, 0xd0, 0xb2, 0x90, 0x76, 0xee, 0x83, 0xf3, 0x90, 0x92, - 0x4f, 0x85, 0x8e, 0xdb, 0x52, 0x22, 0x48, 0xbd, 0x5c, 0x62, 0x03, 0xba, 0x99, 0x6a, 0x12, 0x0b, - 0x61, 0x53, 0x54, 0x25, 0xe1, 0xdf, 0x34, 0xa4, 0x6a, 0x83, 0x92, 0xc3, 0x08, 0x91, 0x87, 0xa0, - 0x75, 0x0f, 0x45, 0xa4, 0xdc, 0x8f, 0x9c, 0xcb, 0x26, 0xb4, 0x66, 0x0c, 0xff, 0xad, 0x5c, 0x0a, - 0xd2, 0x4b, 0x30, 0x42, 0x0f, 0x0c, 0x0d, 0x69, 0x14, 0x3d, 0xb4, 0x53, 0x1c, 0xb9, 0x2a, 0x27, - 0x69, 0xfd, 0x30, 0xfe, 0x11, 0x9d, 0x30, 0x28, 0x23, 0xd4, 0x38, 0x0c, 0xcd, 0xe7, 0xcc, 0x6a, - 0x14, 0x1a, 0x1c, 0xa7, 0xc6, 0x11, 0xfc, 0xf7, 0x0d, 0x74, 0x76, 0x48, 0xf1, 0x45, 0x68, 0x91, - 0x55, 0x5e, 0xee, 0x5a, 0x6a, 0x51, 0x69, 0x42, 0xcc, 0x95, 0x79, 0x97, 0x0e, 0xbb, 0x01, 0x77, - 0xd1, 0x9c, 0x5a, 0x79, 0x11, 0x5a, 0xcc, 0x41, 0x77, 0x40, 0x45, 0x0b, 0xde, 0xb4, 0x95, 0x4b, - 0x9e, 0xa1, 0x3a, 0x11, 0x87, 0x52, 0x09, 0x52, 0xb1, 0x80, 0x79, 0xa8, 0x8b, 0x53, 0xc4, 0xa9, - 0x2f, 0x1e, 0xd3, 0x0a, 0x15, 0xb7, 0xd0, 0x54, 0x21, 0x50, 0x88, 0x3a, 0x32, 0xe2, 0x7b, 0xa7, - 0x59, 0x54, 0x21, 0xe5, 0x18, 0x95, 0x09, 0x78, 0x0f, 0xcd, 0x2a, 0x05, 0x17, 0x21, 0xe4, 0xb8, - 0xed, 0xf4, 0x15, 0xb5, 0x15, 0x79, 0xfa, 0x34, 0x22, 0xfe, 0x0e, 0x4d, 0x64, 0xd5, 0x16, 0x21, - 0x65, 0x01, 0xea, 0x39, 0x85, 0x14, 0x7e, 0xd2, 0x24, 0xe7, 0x3f, 0x4e, 0xcb, 0x4b, 0xfc, 0x12, - 0x2d, 0x54, 0x4a, 0x2d, 0x42, 0xc8, 0xdb, 0xd0, 0x3a, 0x6d, 0x26, 0x44, 0x3f, 0x83, 0x92, 0x8b, - 0x9b, 0xdf, 0x31, 0x0d, 0xe0, 0xbf, 0x94, 0x8b, 0x0c, 0x26, 0x1f, 0xf5, 0xce, 0x88, 0xef, 0xc4, - 0x9a, 0x78, 0xd3, 0xa1, 0x89, 0x5c, 0x85, 0x13, 0x6e, 0xdd, 0x20, 0x4e, 0xa4, 0xd3, 0x21, 0xa2, - 0xc8, 0x22, 0xe4, 0x8f, 0xd9, 0x6d, 0x04, 0xda, 0x71, 0x96, 0x62, 0x23, 0x70, 0x0d, 0x74, 0xfc, - 0x5a, 0x2a, 0xed, 0x54, 0xbc, 0x51, 0x56, 0x5d, 0xb9, 0x6d, 0x2b, 0xb8, 0xea, 0x8e, 0x16, 0x5c, - 0xf3, 0x10, 0xfe, 0x5d, 0x03, 0x9d, 0x1d, 0x52, 0x5d, 0x11, 0x7a, 0x64, 0xa5, 0x95, 0x7b, 0xb6, - 0x7a, 0xd4, 0x3a, 0xa4, 0xd3, 0xee, 0xd0, 0x3b, 0x70, 0x80, 0xe6, 0xd4, 0xd2, 0x8a, 0xd0, 0xe3, - 0xa4, 0x9d, 0x8b, 0x50, 0x4e, 0x7e, 0x14, 0x2e, 0xc2, 0xad, 0x50, 0xf1, 0x0b, 0xe9, 0xa4, 0x8e, - 0xe2, 0x93, 0x4e, 0x41, 0x33, 0x7e, 0x55, 0xa0, 0xea, 0x94, 0x66, 0xdd, 0x2a, 0x19, 0x53, 0xe9, - 0xc0, 0x94, 0x10, 0x86, 0xa0, 0xb1, 0xbf, 0x2a, 0xac, 0x90, 0x53, 0x9c, 0x65, 0x11, 0x22, 0x7e, - 0x29, 0x1d, 0xd7, 0x91, 0xc2, 0x3b, 0x21, 0x6d, 0xfc, 0xcd, 0x6c, 0xab, 0xfc, 0x30, 0x5f, 0xb1, - 0x2d, 0x6d, 0x08, 0xbf, 0x42, 0xa4, 0x5a, 0x4d, 0x11, 0xd2, 0x27, 0xec, 0xf6, 0xd9, 0xca, 0xa9, - 0x8f, 0x62, 0x9f, 0x75, 0x8d, 0x23, 0x99, 0x5d, 0xd7, 0x97, 0x52, 0x84, 0x16, 0xa7, 0x2d, 0xed, - 0xba, 0xae, 0xdb, 0xbf, 0xb4, 0xeb, 0xa1, 0x77, 0x70, 0xbb, 0x56, 0xea, 0x28, 0x42, 0x8f, 0x33, - 0x96, 0x76, 0x2d, 0x9f, 0x03, 0x28, 0xed, 0xba, 0x42, 0xe5, 0x76, 0xad, 0x16, 0x51, 0x84, 0xc0, - 0x25, 0x4b, 0xbb, 0x56, 0x4e, 0x08, 0x94, 0x76, 0x5d, 0x25, 0xe3, 0x7f, 0x68, 0xa0, 0xe5, 0x61, - 0x15, 0x14, 0xa1, 0xc0, 0xf2, 0x9b, 0xcd, 0xbc, 0x56, 0x1e, 0xa1, 0x85, 0x2e, 0x67, 0x6a, 0x0b, - 0x28, 0xd2, 0x7a, 0xcb, 0xd5, 0x12, 0x3a, 0x9c, 0xb3, 0x5c, 0x6f, 0xf9, 0xb9, 0x9b, 0x72, 0xbd, - 0x29, 0x94, 0x74, 0xbd, 0x99, 0x2a, 0x27, 0x42, 0xda, 0x79, 0xbb, 0xf5, 0x56, 0x6d, 0xa9, 0x2f, - 0xd6, 0x1b, 0x33, 0x0f, 0xe1, 0x1d, 0xb9, 0xb3, 0x5d, 0x48, 0x7d, 0xcf, 0xee, 0x19, 0x2b, 0xc2, - 0x8a, 0x06, 0x77, 0x21, 0x63, 0x80, 0x16, 0x2a, 0x35, 0x13, 0x21, 0xea, 0x7d, 0xbb, 0x5d, 0x52, - 0xeb, 0xa4, 0x2f, 0x76, 0xc9, 0xb6, 0x81, 0x9e, 0x86, 0x58, 0x4a, 0xc1, 0x44, 0x88, 0xbc, 0x60, - 0x17, 0x62, 0xc9, 0x3d, 0xf6, 0x45, 0x88, 0xd5, 0xd6, 0x89, 0xf8, 0x1b, 0x34, 0x2e, 0x2f, 0xce, - 0x8b, 0xd0, 0xaf, 0x73, 0xa5, 0x90, 0x82, 0x3b, 0x6a, 0x97, 0x8b, 0xf1, 0x3b, 0x34, 0xa1, 0xac, - 0xc1, 0x0f, 0xec, 0x22, 0x37, 0x75, 0xed, 0x8d, 0x77, 0xa5, 0x35, 0xc7, 0xd0, 0x8c, 0x54, 0x27, - 0x11, 0xec, 0x2f, 0xd9, 0xe5, 0x92, 0x65, 0xb3, 0x66, 0x91, 0x4b, 0xf6, 0x54, 0x52, 0x1a, 0xaa, - 0x18, 0x6a, 0x24, 0x42, 0xdc, 0x87, 0x76, 0xe6, 0x5d, 0xed, 0x12, 0x2a, 0xcc, 0x3b, 0x32, 0x0f, - 0xa5, 0xf1, 0x69, 0xa5, 0x40, 0x22, 0x84, 0x4f, 0xda, 0xc5, 0xa7, 0x7a, 0xd7, 0x5a, 0x11, 0x9f, - 0xc6, 0xa6, 0x81, 0x74, 0x7a, 0xab, 0xdb, 0xe7, 0x94, 0xdd, 0xf4, 0x56, 0xb7, 0xcd, 0xa9, 0x58, - 0xdb, 0x2e, 0x77, 0xd0, 0x74, 0x59, 0x1a, 0x11, 0x52, 0xa6, 0xed, 0x96, 0x6f, 0xd1, 0xce, 0x55, - 0x2c, 0xdf, 0x81, 0x42, 0xd9, 0x40, 0x68, 0x2c, 0x6f, 0x7b, 0x59, 0xfd, 0x9b, 0xc3, 0x68, 0xba, - 0xe8, 0xb8, 0xd9, 0xce, 0x18, 0xe1, 0x7f, 0x6b, 0xa0, 0xb7, 0xb3, 0x8e, 0x41, 0x0c, 0xa8, 0xaf, - 0x9b, 0xff, 0x84, 0xcc, 0xe2, 0xb5, 0x37, 0x40, 0x66, 0x4a, 0x2d, 0x5f, 0xfb, 0xcd, 0x7f, 0xfc, - 0xd7, 0xef, 0x0e, 0x5d, 0x59, 0x6e, 0xf2, 0x7f, 0xb7, 0x21, 0xfc, 0x6b, 0xbc, 0xf2, 0xa3, 0xd4, - 0xf0, 0x74, 0xf3, 0xd2, 0x6b, 0xf1, 0x67, 0x74, 0xd6, 0xbd, 0x78, 0x2d, 0x6b, 0x67, 0x5c, 0x6b, - 0x5c, 0xe2, 0xaa, 0x67, 0xd3, 0x00, 0x51, 0xdd, 0xdc, 0x5b, 0xb5, 0x78, 0xed, 0x0d, 0x90, 0x6f, - 0xaa, 0x7a, 0xd6, 0x34, 0xb4, 0xd6, 0xb8, 0xb4, 0xf1, 0xff, 0x0d, 0x74, 0xde, 0x0d, 0x7b, 0x23, - 0x65, 0x6f, 0xcc, 0xeb, 0x2f, 0x6c, 0x2b, 0x0a, 0x93, 0x70, 0xab, 0xf1, 0xfd, 0x03, 0x01, 0xed, - 0x84, 0x5d, 0x1a, 0x74, 0x9a, 0x61, 0xd4, 0x59, 0xe9, 0xb0, 0x80, 0xff, 0x61, 0x99, 0xfc, 0x6f, - 0x0e, 0xf5, 0xfd, 0xb8, 0xfe, 0x4f, 0x10, 0x5d, 0xcf, 0x7f, 0xfc, 0xf3, 0xa1, 0xc3, 0xf7, 0xd7, - 0xd7, 0xff, 0xe5, 0xd0, 0x52, 0x26, 0xa9, 0xb9, 0xee, 0x49, 0x7f, 0x2a, 0xa7, 0xf9, 0xf4, 0x72, - 0x53, 0x08, 0x8e, 0xff, 0x3d, 0xbf, 0xe5, 0xf9, 0xba, 0x17, 0x3f, 0x2f, 0x6e, 0x79, 0xfe, 0xf4, - 0xf2, 0xf3, 0xfc, 0x96, 0xff, 0x39, 0x74, 0x3e, 0xa3, 0xaf, 0xad, 0xa5, 0xcf, 0xbb, 0x56, 0xdc, - 0xb4, 0xb6, 0xf6, 0xf4, 0xf2, 0xda, 0x5a, 0x7e, 0xdb, 0xce, 0xdb, 0x5c, 0xcf, 0x2b, 0x7f, 0x08, - 0x00, 0x00, 0xff, 0xff, 0xa8, 0x2a, 0xf9, 0xec, 0x03, 0x66, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/services/google_ads_service.proto", fileDescriptor_google_ads_service_75d9a9baabc9a843) +} + +var fileDescriptor_google_ads_service_75d9a9baabc9a843 = []byte{ + // 5126 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x5d, 0xcd, 0x73, 0xdd, 0x46, + 0x72, 0xcf, 0x93, 0x56, 0x36, 0x35, 0xa4, 0xf8, 0x31, 0x24, 0xc5, 0x11, 0xf5, 0x69, 0x4a, 0xb6, + 0x65, 0xd9, 0x26, 0x2d, 0xc9, 0x5f, 0xa2, 0x3e, 0x6c, 0x92, 0xfa, 0xb0, 0xd7, 0xd2, 0x9a, 0x01, + 0x6d, 0xd9, 0x6b, 0x7b, 0xf7, 0xed, 0x10, 0x18, 0x3e, 0xc2, 0x7c, 0x0f, 0x78, 0x02, 0xf0, 0x28, + 0xd1, 0x5e, 0x7b, 0x6d, 0x57, 0x52, 0x49, 0x55, 0x52, 0x5b, 0x95, 0xda, 0x4d, 0xaa, 0x72, 0xcd, + 0x31, 0xa7, 0x1c, 0xf3, 0x37, 0xe4, 0x9a, 0x5b, 0xaa, 0x72, 0x4b, 0x55, 0xaa, 0xf2, 0x07, 0xe4, + 0x94, 0x43, 0x0a, 0x83, 0xc1, 0x60, 0x66, 0x30, 0x78, 0xaf, 0x87, 0x7b, 0x7b, 0xe8, 0xc1, 0xaf, + 0xbb, 0x31, 0xe8, 0xee, 0xe9, 0x69, 0xf4, 0x90, 0xe8, 0x46, 0x27, 0x8e, 0x3b, 0x5d, 0xb6, 0x42, + 0x83, 0x74, 0xa5, 0xf8, 0x99, 0xff, 0xda, 0xbf, 0xba, 0x92, 0xb2, 0x64, 0x3f, 0xf4, 0x59, 0x49, + 0x6d, 0xd3, 0x20, 0x6d, 0x0b, 0xda, 0x72, 0x3f, 0x89, 0xb3, 0x18, 0x5f, 0x28, 0x46, 0x96, 0x69, + 0x90, 0x2e, 0x4b, 0xe8, 0xf2, 0xfe, 0xd5, 0xe5, 0x12, 0xba, 0xf8, 0x5a, 0x13, 0x73, 0x3f, 0xee, + 0xf5, 0xe2, 0x68, 0xa5, 0xc7, 0xb2, 0x24, 0xf4, 0xd3, 0x82, 0xdf, 0xe2, 0xeb, 0x23, 0xee, 0x4e, + 0x59, 0xa7, 0xc7, 0xa2, 0xac, 0xbc, 0xfd, 0xed, 0xa6, 0xdb, 0x13, 0x96, 0xc6, 0x83, 0x24, 0x57, + 0x9d, 0xfa, 0x7e, 0x3c, 0x88, 0xb2, 0xf6, 0xf6, 0x20, 0xe8, 0xb0, 0x4c, 0xe0, 0xde, 0x73, 0xc5, + 0xb5, 0xfb, 0x49, 0xdc, 0x8f, 0x53, 0xda, 0x15, 0x0c, 0xde, 0x00, 0x30, 0x08, 0xda, 0x9d, 0x24, + 0x1e, 0xf4, 0x05, 0xe2, 0x3a, 0x1c, 0xd1, 0xa6, 0x81, 0x00, 0xdd, 0x70, 0x02, 0xb5, 0xbb, 0x74, + 0x9b, 0x95, 0x1a, 0xde, 0x71, 0x81, 0x0e, 0x82, 0x90, 0x45, 0x3e, 0x6b, 0xef, 0x87, 0xec, 0xa9, + 0xc0, 0xdf, 0x76, 0xc0, 0x6f, 0x87, 0x41, 0xbb, 0x17, 0x07, 0xe1, 0x4e, 0xc8, 0x12, 0x01, 0x5f, + 0x75, 0x80, 0xfb, 0x49, 0x98, 0xb1, 0x24, 0x8c, 0x23, 0x81, 0x7d, 0xff, 0x30, 0x58, 0xed, 0xe1, + 0xef, 0x1d, 0x8a, 0x43, 0x1a, 0xf6, 0x06, 0x5d, 0x9a, 0x55, 0x8a, 0xac, 0x3b, 0xb0, 0x61, 0xcf, + 0x32, 0x16, 0xa5, 0x9c, 0x0d, 0xcb, 0xb2, 0x30, 0xea, 0x08, 0x1e, 0x6f, 0x39, 0xf0, 0xd8, 0x61, + 0x2c, 0x70, 0xb0, 0xec, 0x12, 0xa6, 0x3e, 0xf9, 0x4d, 0x07, 0x5c, 0xed, 0x79, 0xdf, 0x04, 0x81, + 0xfb, 0x34, 0xa1, 0x3d, 0x96, 0xc9, 0x57, 0xfd, 0x2e, 0x08, 0x95, 0xfa, 0xbb, 0x2c, 0x18, 0x74, + 0x35, 0x1b, 0x83, 0x3c, 0x64, 0x87, 0xb5, 0x13, 0x1a, 0x75, 0x34, 0xdc, 0xeb, 0x00, 0x5c, 0x9a, + 0x4a, 0x6f, 0x07, 0x28, 0xb8, 0x1d, 0x06, 0x41, 0x18, 0x75, 0xda, 0x69, 0x96, 0xd0, 0x8c, 0x75, + 0x0e, 0xe0, 0x2f, 0x6f, 0x3b, 0xec, 0x76, 0x39, 0x92, 0x65, 0xd2, 0xd7, 0x01, 0xd1, 0xc1, 0xa7, + 0xbd, 0x3e, 0x0d, 0x3b, 0x11, 0xdc, 0x5b, 0x4b, 0xc4, 0x61, 0xbd, 0x55, 0xe2, 0x2d, 0xde, 0xfa, + 0x8e, 0x0b, 0x5c, 0x0d, 0xa4, 0xab, 0x0e, 0x40, 0xd3, 0xcd, 0xef, 0x1d, 0x06, 0x7b, 0x28, 0x27, + 0x95, 0x6c, 0xfe, 0x04, 0x27, 0x95, 0x3c, 0xdc, 0x9c, 0x54, 0xc2, 0x1c, 0x9d, 0x54, 0xe2, 0xd2, + 0x5d, 0x9a, 0xb0, 0xa0, 0xed, 0x64, 0xcd, 0x3e, 0x4d, 0x92, 0x90, 0x25, 0x6d, 0x3f, 0x8e, 0xd2, + 0x8c, 0x46, 0x99, 0xc3, 0x53, 0xee, 0x72, 0x5f, 0x4b, 0x33, 0x9a, 0x0d, 0xca, 0x45, 0xf6, 0x1a, + 0x00, 0xd6, 0x0d, 0xfd, 0x3d, 0xd5, 0x1e, 0x01, 0x0b, 0x97, 0x1f, 0x47, 0xfb, 0x2c, 0xe1, 0x2f, + 0x83, 0xfa, 0xca, 0xfb, 0x84, 0xd8, 0xe2, 0x20, 0xcd, 0xe2, 0x5e, 0x3b, 0x8c, 0x32, 0x96, 0xb0, + 0x34, 0x73, 0xf0, 0x3a, 0x0e, 0x74, 0x32, 0x7b, 0x81, 0x68, 0xfb, 0xdd, 0x90, 0xc9, 0x99, 0xbc, + 0xe5, 0x0c, 0x6c, 0x77, 0xc3, 0x68, 0xcf, 0xc1, 0x62, 0x4b, 0xf4, 0x9f, 0x62, 0xb1, 0x25, 0x0f, + 0x47, 0x8b, 0x2d, 0x61, 0xaa, 0xc5, 0xde, 0x76, 0xc0, 0xf5, 0x68, 0x44, 0x3b, 0x39, 0xbe, 0x7a, + 0xe2, 0x0d, 0x07, 0x78, 0xc4, 0x3a, 0x34, 0x0b, 0xf7, 0x59, 0x2d, 0x5e, 0x00, 0x74, 0x08, 0x58, + 0x46, 0xc3, 0x6e, 0xbb, 0xdf, 0xa5, 0x3e, 0xcb, 0xf3, 0x44, 0xd5, 0x24, 0x01, 0xef, 0x2c, 0x08, + 0xd3, 0x7e, 0x97, 0x1e, 0xb4, 0xf7, 0xd8, 0xc1, 0xd3, 0x38, 0x09, 0x54, 0x34, 0xc0, 0x54, 0x82, + 0xb8, 0x47, 0xc3, 0xa8, 0xed, 0xe7, 0x0b, 0x48, 0x9c, 0x94, 0x4b, 0xc8, 0x47, 0x00, 0xe0, 0x41, + 0x44, 0x7b, 0xa1, 0xdf, 0x4e, 0x19, 0x4d, 0xfc, 0x5d, 0x91, 0x65, 0xf3, 0x9f, 0x19, 0x4b, 0x7a, + 0xaa, 0x16, 0x00, 0xcb, 0x61, 0xcf, 0xfa, 0x34, 0x0a, 0x58, 0x9e, 0x0c, 0x46, 0x7c, 0x49, 0xeb, + 0x53, 0x7d, 0xf1, 0xbc, 0x09, 0xe1, 0x51, 0x1a, 0x5d, 0x6e, 0x3a, 0xed, 0x30, 0x63, 0x3d, 0x01, + 0x7e, 0x6d, 0x34, 0x58, 0xb1, 0xb6, 0xab, 0xb0, 0xbb, 0x55, 0x01, 0xef, 0x3a, 0x40, 0xda, 0x19, + 0x4d, 0xaa, 0xa5, 0xe8, 0x4d, 0x20, 0xb2, 0x47, 0xfb, 0xfd, 0xca, 0x8f, 0x6e, 0x03, 0x51, 0xdc, + 0xa4, 0x76, 0xe3, 0x6e, 0xc0, 0x12, 0x75, 0x32, 0x01, 0x59, 0x7d, 0x87, 0x45, 0x06, 0xe8, 0x26, + 0x04, 0x14, 0x8b, 0xa7, 0x33, 0x83, 0xf8, 0x3b, 0x20, 0x70, 0x27, 0xa1, 0xfd, 0xdd, 0xd0, 0x77, + 0xb4, 0xff, 0x22, 0x2d, 0xb4, 0x7a, 0x0f, 0xe0, 0xbd, 0xec, 0xc6, 0x19, 0xeb, 0x8a, 0xd4, 0x52, + 0x41, 0xde, 0x81, 0x22, 0xfb, 0x2c, 0xd9, 0x89, 0x93, 0x1e, 0x35, 0x52, 0x1b, 0xc0, 0x7b, 0x2d, + 0xfd, 0xb5, 0xdf, 0xa5, 0x0e, 0xc1, 0x42, 0x45, 0xb5, 0x8d, 0xdd, 0x9a, 0x2b, 0xdc, 0x48, 0xe7, + 0x6e, 0x39, 0xc2, 0xc5, 0x05, 0x3c, 0x31, 0xd2, 0xd0, 0x32, 0x62, 0xea, 0x6c, 0x1c, 0x26, 0xce, + 0x2d, 0xb7, 0x56, 0x17, 0x86, 0x1b, 0x90, 0xdb, 0xed, 0x81, 0x08, 0x06, 0xed, 0x0c, 0x72, 0x98, + 0x7b, 0x26, 0xd3, 0x8d, 0x7d, 0x9e, 0x25, 0x3a, 0x9a, 0x62, 0xb1, 0x78, 0x05, 0x76, 0x27, 0x00, + 0x64, 0x42, 0x3d, 0x16, 0x84, 0xb4, 0xbd, 0x13, 0x76, 0x45, 0x85, 0x64, 0xf1, 0x2e, 0x00, 0x13, + 0x6f, 0x87, 0x5d, 0xd6, 0xa6, 0xfd, 0xbe, 0x5c, 0x3c, 0xcc, 0x07, 0xbe, 0x03, 0xe6, 0x12, 0xb0, + 0xfd, 0xd0, 0xaf, 0x4d, 0x18, 0x44, 0xf3, 0x41, 0x46, 0x33, 0xd6, 0xfe, 0x3a, 0xde, 0x16, 0x98, + 0x0f, 0x47, 0x63, 0xe2, 0x3e, 0x4b, 0x68, 0xc6, 0xb7, 0x3f, 0x07, 0x69, 0x1e, 0x91, 0xcb, 0x8c, + 0xce, 0x10, 0x0f, 0xb0, 0xe8, 0x3e, 0x0d, 0x83, 0x76, 0x9c, 0x74, 0x68, 0x54, 0xad, 0x84, 0xe6, + 0xf2, 0x77, 0x0b, 0xc2, 0x26, 0x61, 0x51, 0x46, 0xbb, 0x22, 0x85, 0x55, 0xd1, 0x80, 0xe7, 0xe9, + 0x27, 0x71, 0x30, 0xf0, 0xb3, 0x76, 0xb9, 0x1d, 0x6c, 0x7a, 0x1d, 0xab, 0x70, 0x56, 0xb5, 0x78, + 0x08, 0x48, 0xc1, 0x12, 0xe6, 0xc7, 0xbd, 0x1e, 0x8b, 0x02, 0x75, 0x9f, 0xb3, 0x0a, 0xc1, 0xf5, + 0x68, 0xb2, 0xc7, 0xf8, 0x0b, 0xd1, 0x72, 0x6a, 0x40, 0xf4, 0x6e, 0x98, 0x72, 0x08, 0xb2, 0xd8, + 0xa1, 0x98, 0xe9, 0xda, 0x35, 0x30, 0xb2, 0xda, 0xdb, 0xac, 0x41, 0x30, 0x31, 0x5f, 0xbf, 0x9b, + 0x96, 0x0b, 0xc0, 0xf4, 0x66, 0x71, 0x3f, 0xf4, 0x0f, 0xe1, 0x21, 0x05, 0x4e, 0x91, 0x05, 0x08, + 0x43, 0x83, 0x94, 0x25, 0xe6, 0x46, 0xe5, 0x2a, 0x10, 0xd6, 0x0d, 0x25, 0x04, 0x10, 0x95, 0xf7, + 0xc3, 0x80, 0xc5, 0xa3, 0x2a, 0x68, 0xb2, 0xa2, 0x5b, 0x2b, 0x1b, 0xea, 0x85, 0xdd, 0x66, 0x6b, + 0xb3, 0x72, 0xd0, 0xb1, 0x77, 0xe1, 0x58, 0xb5, 0x16, 0x61, 0x70, 0x79, 0x00, 0xe7, 0x62, 0x14, + 0x01, 0x0d, 0x46, 0x6b, 0x87, 0x61, 0xa4, 0xb3, 0xf8, 0x10, 0xce, 0xa2, 0xb6, 0x61, 0x33, 0x58, + 0xdd, 0x82, 0xb3, 0xe2, 0x89, 0xa7, 0x8e, 0xbe, 0x0d, 0x47, 0xdb, 0xa6, 0xe2, 0x1d, 0x38, 0x5c, + 0x07, 0xde, 0x84, 0x00, 0x65, 0x61, 0xd0, 0x00, 0xbf, 0x39, 0x1a, 0x9c, 0xa6, 0x2c, 0x33, 0x50, + 0xef, 0x8d, 0x44, 0x99, 0x45, 0x3b, 0x67, 0x33, 0xb4, 0x96, 0xc4, 0x0c, 0x2e, 0x77, 0x1c, 0xb8, + 0x14, 0x9f, 0x0a, 0x5c, 0xad, 0xcf, 0x56, 0xe4, 0x72, 0xb4, 0xbe, 0xe6, 0x02, 0x97, 0xb3, 0xf5, + 0x69, 0x75, 0x2e, 0x67, 0xeb, 0xd3, 0xcb, 0x5d, 0xce, 0xd6, 0x57, 0x55, 0xbd, 0x34, 0xe0, 0xba, + 0x03, 0x50, 0x2e, 0x29, 0x06, 0x8f, 0xd1, 0x21, 0xb1, 0x56, 0x90, 0x72, 0x7f, 0x0d, 0x8d, 0x55, + 0x1b, 0xf7, 0xd7, 0xa0, 0x16, 0x6f, 0xdc, 0x5f, 0x83, 0x56, 0xc3, 0x31, 0xe0, 0x3f, 0x87, 0xc3, + 0xeb, 0xb5, 0x18, 0xf7, 0x57, 0x5a, 0xf2, 0x72, 0x7d, 0xa5, 0x96, 0x22, 0x84, 0xc1, 0xe3, 0xdd, + 0x91, 0x3c, 0x9a, 0x90, 0xef, 0x39, 0x20, 0xc5, 0x36, 0xdc, 0x35, 0x1e, 0xaa, 0xb5, 0x06, 0x03, + 0x7c, 0x1d, 0x06, 0x76, 0x0d, 0xa2, 0xb6, 0x77, 0x3d, 0xfa, 0xd3, 0x6e, 0xb5, 0x61, 0x71, 0x0e, + 0x5c, 0xf5, 0x74, 0xd3, 0x79, 0x9a, 0xcd, 0xdc, 0xd1, 0x59, 0xfd, 0x46, 0x7f, 0x1f, 0x6d, 0x1c, + 0x32, 0xc7, 0x32, 0x90, 0x67, 0x4a, 0x64, 0x3f, 0x5c, 0xa1, 0x51, 0x14, 0x67, 0x3c, 0x0b, 0x2f, + 0xab, 0xe1, 0xe2, 0x8b, 0xf7, 0x0a, 0xbf, 0xda, 0x1e, 0xec, 0xac, 0xec, 0x84, 0xac, 0x9b, 0xbf, + 0xe9, 0xb4, 0x2c, 0x76, 0x2e, 0x88, 0x3b, 0x92, 0xbe, 0xbf, 0xa2, 0x16, 0xd2, 0x97, 0xfe, 0xa5, + 0x85, 0x4e, 0x6e, 0xf1, 0x34, 0xfb, 0x01, 0xbf, 0x63, 0x2d, 0x48, 0x3d, 0xf6, 0x64, 0xc0, 0xd2, + 0x0c, 0x9f, 0x47, 0xe3, 0xd2, 0x51, 0xc2, 0x80, 0xb4, 0x2e, 0xb4, 0x2e, 0x1f, 0xf7, 0x50, 0x49, + 0xfa, 0x30, 0xc0, 0x73, 0xe8, 0xd8, 0x93, 0x01, 0x4b, 0x0e, 0xc8, 0x11, 0x3e, 0x54, 0x5c, 0xe0, + 0xb3, 0x08, 0xf1, 0x5d, 0x75, 0x16, 0xef, 0xb1, 0x88, 0x1c, 0xe5, 0x43, 0xc7, 0x73, 0xca, 0x27, + 0x39, 0x01, 0x9f, 0x46, 0xfc, 0xa2, 0x9d, 0x86, 0xdf, 0x30, 0xf2, 0xb3, 0x0b, 0xad, 0xcb, 0xc7, + 0xbc, 0xb1, 0x9c, 0xb0, 0x15, 0x7e, 0xc3, 0xf0, 0x45, 0x74, 0x62, 0x9f, 0x76, 0xc3, 0x20, 0xdf, + 0xf4, 0xc5, 0x51, 0xf7, 0x80, 0x1c, 0xbb, 0xd0, 0xba, 0x3c, 0xe6, 0x4d, 0x94, 0xc4, 0x8f, 0xa3, + 0xee, 0xc1, 0xd2, 0xff, 0xb6, 0xd0, 0x42, 0x4d, 0xe5, 0xb4, 0x1f, 0x47, 0x29, 0xc3, 0x1f, 0xa0, + 0xe7, 0x13, 0x96, 0x0e, 0xba, 0x59, 0x4a, 0x5a, 0x17, 0x8e, 0x5e, 0x1e, 0xbf, 0xb6, 0xbc, 0x3c, + 0xaa, 0x1b, 0x60, 0xb9, 0xe2, 0x12, 0x3f, 0xf5, 0x4a, 0x38, 0x7e, 0x09, 0x4d, 0x45, 0xec, 0x59, + 0xd6, 0x56, 0x9e, 0xa5, 0x78, 0xcc, 0x13, 0x39, 0x79, 0x53, 0x3e, 0xcf, 0x32, 0x9a, 0xcd, 0xe2, + 0x7c, 0x73, 0x27, 0x80, 0x6d, 0xfe, 0x89, 0x9e, 0x3f, 0xf7, 0x51, 0x6f, 0x86, 0x0f, 0x79, 0xc5, + 0xc8, 0x46, 0x3e, 0x80, 0x6f, 0x20, 0x54, 0xbd, 0x1d, 0xfe, 0x7c, 0xe3, 0xd7, 0x16, 0x4b, 0x25, + 0xcb, 0x17, 0xb8, 0x7c, 0x3f, 0xbf, 0xe5, 0x11, 0x4d, 0xf7, 0xbc, 0xe3, 0x3b, 0xe5, 0xcf, 0xa5, + 0xff, 0xbc, 0x8f, 0x26, 0x54, 0x65, 0xf1, 0x67, 0x68, 0x52, 0x6f, 0x09, 0x20, 0x57, 0x38, 0xbf, + 0x37, 0x1a, 0x1f, 0x5a, 0xa6, 0xe6, 0xcb, 0x6b, 0x05, 0x70, 0x9d, 0xe3, 0xbc, 0x13, 0x54, 0xbd, + 0xc4, 0x7d, 0xb4, 0xd0, 0xd0, 0x6b, 0x40, 0x5e, 0xe5, 0x12, 0xde, 0x75, 0x95, 0xb0, 0x29, 0xf0, + 0xde, 0x3c, 0xb5, 0x91, 0xf1, 0x3d, 0x34, 0x56, 0xa6, 0x79, 0x7c, 0xee, 0xc6, 0xaf, 0x5d, 0x81, + 0x88, 0x08, 0x1e, 0xe4, 0x08, 0xef, 0x79, 0x5a, 0xfc, 0xc0, 0x0f, 0xd1, 0xb8, 0xb2, 0x07, 0x20, + 0xd3, 0x9c, 0xd3, 0x6b, 0x70, 0x4e, 0x6b, 0x81, 0x77, 0x9c, 0x96, 0x3f, 0xf1, 0x57, 0x68, 0xa6, + 0xb6, 0x27, 0x21, 0xcf, 0x38, 0xcf, 0xab, 0x2e, 0x3c, 0x1f, 0xe6, 0x40, 0x6f, 0x92, 0x6a, 0xd7, + 0x78, 0x0f, 0x9d, 0xb4, 0x77, 0x3b, 0x90, 0x1b, 0x5c, 0xc4, 0xdb, 0x0e, 0x22, 0x04, 0xfc, 0x71, + 0xc8, 0x9e, 0x7a, 0xb3, 0xb4, 0x4e, 0xc4, 0xbb, 0x68, 0xde, 0xba, 0xc1, 0x21, 0x84, 0xcb, 0x7a, + 0x0b, 0x2e, 0x6b, 0x3d, 0x0c, 0x1e, 0x09, 0xb0, 0x87, 0x69, 0x8d, 0x86, 0x29, 0xc2, 0xf5, 0xbd, + 0x0b, 0x99, 0xe1, 0x62, 0xae, 0xc3, 0xc5, 0x6c, 0x94, 0x50, 0x6f, 0x9a, 0x1a, 0x14, 0xfc, 0x04, + 0x91, 0xa6, 0x7d, 0x16, 0x39, 0x80, 0xdb, 0xa7, 0xc1, 0xb6, 0x78, 0x4b, 0xf3, 0xd4, 0x46, 0xc6, + 0x3f, 0xb4, 0xd0, 0xd9, 0xa1, 0xed, 0x19, 0x24, 0xe2, 0x82, 0x6f, 0x1f, 0x42, 0xf0, 0x96, 0x64, + 0xe2, 0x2d, 0xd2, 0xc6, 0x31, 0xfc, 0x14, 0x2d, 0x36, 0xef, 0xe8, 0x48, 0x9f, 0x8b, 0x5f, 0x85, + 0x8b, 0xbf, 0x57, 0xb2, 0xd8, 0x2a, 0x38, 0x78, 0x0b, 0xd4, 0x3e, 0x80, 0x3d, 0x74, 0x42, 0xdb, + 0xff, 0x91, 0x0d, 0x2e, 0x6b, 0x19, 0x2e, 0xeb, 0x3e, 0x63, 0x81, 0x37, 0x4e, 0xab, 0x0b, 0xfc, + 0x29, 0x9a, 0xd4, 0x77, 0x85, 0x24, 0xe5, 0x4c, 0x57, 0xe0, 0x4c, 0x8b, 0xf7, 0x35, 0x41, 0x95, + 0x2b, 0x1c, 0xa0, 0x59, 0x4b, 0x2b, 0x09, 0xd9, 0xe3, 0xbc, 0xdf, 0x84, 0xf3, 0x56, 0x5e, 0xc9, + 0x0c, 0x35, 0x49, 0xd8, 0x43, 0x13, 0xea, 0xd6, 0x92, 0xfc, 0xd4, 0x72, 0x98, 0x90, 0xcd, 0x12, + 0x96, 0x4f, 0x88, 0xbc, 0xe0, 0x13, 0xa2, 0xf5, 0x95, 0x90, 0x37, 0xe0, 0x13, 0xd2, 0x61, 0x5e, + 0x8e, 0xe3, 0xee, 0x3f, 0x41, 0x95, 0x2b, 0xfc, 0x25, 0x9a, 0x36, 0x1b, 0x5d, 0xc8, 0x2f, 0x1d, + 0x22, 0xd8, 0x96, 0x40, 0x72, 0xd6, 0x93, 0x54, 0xbb, 0xc6, 0x5f, 0xa0, 0x29, 0xe3, 0x03, 0x23, + 0xf9, 0x12, 0xcc, 0xfb, 0x2e, 0x47, 0x6e, 0x08, 0xa0, 0x37, 0x19, 0x68, 0xd7, 0xf8, 0x0e, 0x3a, + 0xc6, 0x77, 0xe0, 0x24, 0xe4, 0x1c, 0x2f, 0x43, 0xb4, 0xcd, 0xef, 0xf7, 0x0a, 0x18, 0xfe, 0x15, + 0x9a, 0x36, 0xf7, 0xe2, 0x04, 0x73, 0x56, 0xd7, 0x00, 0xac, 0xd6, 0x0b, 0xe8, 0x96, 0x40, 0x7a, + 0x53, 0xdb, 0x3a, 0x01, 0x7f, 0x82, 0x4e, 0x68, 0x5d, 0x36, 0xe4, 0x15, 0xf0, 0xdb, 0x5a, 0x2f, + 0x70, 0x5b, 0x39, 0xcc, 0x9b, 0xd8, 0x56, 0xae, 0xf2, 0x09, 0x35, 0x76, 0xee, 0x64, 0x16, 0x3c, + 0xa1, 0x1b, 0x02, 0x29, 0x96, 0xf4, 0x49, 0x5f, 0xbb, 0xc6, 0x0f, 0xd0, 0x58, 0x49, 0xe1, 0x99, + 0xcc, 0xf8, 0xb5, 0x57, 0x1d, 0x98, 0x7a, 0x12, 0x8c, 0x7b, 0xe8, 0xa4, 0xbd, 0xef, 0x87, 0xdc, + 0xe3, 0x6c, 0xdf, 0x71, 0x60, 0xab, 0x2d, 0x5c, 0x73, 0xbe, 0x85, 0x8a, 0xbf, 0x46, 0xf3, 0xd6, + 0x9a, 0x08, 0x59, 0x04, 0xaf, 0x92, 0x72, 0x66, 0x94, 0xa5, 0x6b, 0xd6, 0xaf, 0x13, 0xb1, 0x8f, + 0x70, 0xbd, 0xf2, 0x41, 0xe6, 0xc0, 0xd1, 0xa3, 0x14, 0x54, 0x2d, 0x5e, 0x33, 0xbe, 0x49, 0xc2, + 0x3f, 0xb5, 0xd0, 0xd9, 0xa1, 0x4d, 0x44, 0x24, 0xe6, 0x02, 0xef, 0x1c, 0x46, 0xa0, 0x12, 0xb8, + 0x4e, 0xfb, 0xcd, 0x83, 0xf8, 0x00, 0x2d, 0x36, 0x17, 0x68, 0xc8, 0x13, 0xae, 0xc0, 0x4d, 0x07, + 0x05, 0x6a, 0xab, 0x09, 0xf1, 0x1b, 0x46, 0x72, 0xd7, 0xd1, 0x0a, 0x3a, 0xe4, 0x3d, 0xb0, 0xeb, + 0x94, 0xd2, 0xf8, 0x7a, 0x32, 0xe1, 0x2b, 0x57, 0x79, 0x2e, 0xac, 0x17, 0x7a, 0x48, 0x17, 0x9c, + 0x0b, 0x97, 0x6c, 0x8b, 0x15, 0x45, 0x6a, 0x27, 0x97, 0x14, 0x4b, 0x25, 0x87, 0x9c, 0x73, 0x36, + 0x8a, 0x2d, 0x0e, 0xde, 0x62, 0x59, 0x65, 0x14, 0x92, 0x94, 0x87, 0x2b, 0xb3, 0x43, 0x8a, 0xac, + 0x83, 0xc3, 0xd5, 0x46, 0x01, 0xdd, 0x10, 0x48, 0x6f, 0xca, 0xd7, 0x09, 0x7c, 0xce, 0xd5, 0x36, + 0x2a, 0xf2, 0x22, 0x7c, 0xce, 0x39, 0x6e, 0x8b, 0xc3, 0xbc, 0x09, 0x5f, 0xb9, 0xc2, 0xbf, 0x41, + 0x33, 0xb5, 0x02, 0x15, 0xe9, 0x80, 0x33, 0xbd, 0x0d, 0x89, 0x5d, 0xe3, 0x50, 0x6f, 0xda, 0x37, + 0x28, 0xf8, 0x23, 0x84, 0xaa, 0x3e, 0x2e, 0xf2, 0x0d, 0x38, 0x9d, 0xdf, 0xc8, 0x41, 0x3c, 0xa8, + 0x1c, 0xf7, 0xcb, 0x9f, 0x3c, 0xba, 0xea, 0x5d, 0x5a, 0x64, 0x17, 0x1e, 0x5d, 0x39, 0xf2, 0x43, + 0x01, 0xf4, 0x26, 0x7d, 0xed, 0x9a, 0x47, 0x57, 0xb1, 0x33, 0x26, 0x2d, 0x78, 0x74, 0x15, 0x10, + 0x4f, 0x82, 0x79, 0xb8, 0xb3, 0x75, 0x2d, 0x91, 0xdb, 0xf0, 0x70, 0x27, 0xf0, 0x8f, 0x0a, 0xf8, + 0xc3, 0x30, 0xda, 0xf3, 0x66, 0xfd, 0x3a, 0x11, 0x77, 0xd0, 0x9c, 0xad, 0x25, 0x8c, 0xdc, 0x01, + 0xef, 0x09, 0x4a, 0x51, 0x1b, 0x1c, 0xcd, 0x25, 0x61, 0xbf, 0x46, 0xab, 0x66, 0x5e, 0x0a, 0x22, + 0xf7, 0x1d, 0x67, 0xbe, 0xe4, 0x57, 0xce, 0x7c, 0x79, 0xcd, 0x23, 0x59, 0x63, 0x8d, 0x93, 0x24, + 0xf0, 0x48, 0x26, 0x98, 0x58, 0x22, 0x59, 0xc3, 0x08, 0xf7, 0x2a, 0xb5, 0x26, 0x4a, 0xde, 0x87, + 0x7b, 0x95, 0xc0, 0x89, 0x48, 0xa6, 0x5c, 0xf1, 0x48, 0xa6, 0xd5, 0x4a, 0xc9, 0x6f, 0xe1, 0x91, + 0x4c, 0x00, 0xcb, 0x48, 0xa6, 0x5e, 0xe2, 0xdf, 0xa2, 0xd3, 0x43, 0xaa, 0xa8, 0xe4, 0x73, 0x2e, + 0xe5, 0x96, 0x83, 0x94, 0x5f, 0x08, 0x26, 0xd5, 0x72, 0x77, 0xca, 0x6f, 0x1a, 0xca, 0x0d, 0xdb, + 0xda, 0x0a, 0x47, 0xf6, 0xc1, 0x86, 0x7d, 0x97, 0xe3, 0x37, 0x4b, 0x78, 0xb1, 0xdb, 0x0d, 0xea, + 0xc4, 0xdc, 0xb0, 0x6d, 0x7d, 0x73, 0x64, 0x05, 0x6c, 0xd8, 0x77, 0x0b, 0xf8, 0x47, 0x05, 0x9a, + 0x4b, 0xc2, 0x41, 0x8d, 0x86, 0x7f, 0xdf, 0x42, 0x17, 0x01, 0xad, 0x72, 0xe4, 0x6b, 0x2e, 0x78, + 0x0d, 0x22, 0xb8, 0xe0, 0x56, 0x14, 0xb8, 0xd6, 0x82, 0xb4, 0xf8, 0xf1, 0x09, 0x4b, 0x7a, 0x5c, + 0x89, 0x73, 0xc1, 0xd0, 0x71, 0xfc, 0x0c, 0x2d, 0x36, 0x77, 0xdb, 0x91, 0x1f, 0x5a, 0xe0, 0x5d, + 0xe2, 0x3d, 0xc1, 0xe5, 0x61, 0xc1, 0x64, 0x93, 0x8a, 0xed, 0xc5, 0x02, 0xb3, 0x0f, 0xe4, 0xeb, + 0xa4, 0xa5, 0x3c, 0x4e, 0x3e, 0x05, 0xaf, 0x93, 0xd2, 0xbd, 0x72, 0x2f, 0xf8, 0x30, 0x63, 0x3d, + 0x6f, 0x86, 0x99, 0x24, 0x7c, 0x13, 0xfd, 0x8c, 0x7b, 0xda, 0x32, 0x67, 0xfb, 0x32, 0x80, 0x2d, + 0xf7, 0x30, 0x0e, 0xc2, 0x1f, 0xa0, 0xe3, 0x95, 0x62, 0xd7, 0xc0, 0x51, 0x5a, 0xea, 0x33, 0xb6, + 0x53, 0xaa, 0xf1, 0x25, 0x9a, 0x36, 0xab, 0xf1, 0x24, 0x03, 0x47, 0xb4, 0x92, 0xe1, 0x27, 0x1c, + 0xe8, 0x4d, 0xee, 0x68, 0xd7, 0xf8, 0xcf, 0xd1, 0x84, 0x5a, 0xa9, 0x27, 0xab, 0xe0, 0xdd, 0x65, + 0xce, 0xf8, 0x51, 0x81, 0xf2, 0xc6, 0x77, 0xaa, 0x8b, 0xdc, 0xf9, 0xac, 0x2d, 0x83, 0x84, 0x82, + 0x9d, 0x2f, 0xe7, 0xbd, 0x59, 0xc1, 0x0b, 0xe7, 0xdb, 0xa9, 0x13, 0xf1, 0x2f, 0xd0, 0xb8, 0xd2, + 0x5f, 0x48, 0x2e, 0x73, 0x09, 0xaf, 0x03, 0x24, 0x3c, 0xe0, 0x28, 0xce, 0x18, 0x75, 0xe4, 0xef, + 0xdc, 0xb0, 0x2c, 0xad, 0x87, 0x64, 0x01, 0x6c, 0x58, 0x0f, 0x58, 0x5c, 0xcc, 0xac, 0xcc, 0x8f, + 0x66, 0x3a, 0x26, 0x29, 0x5f, 0xa2, 0x8c, 0x1e, 0x45, 0xf2, 0x1d, 0xf8, 0x85, 0x3e, 0x90, 0xc8, + 0x62, 0x9f, 0xdc, 0xd1, 0xae, 0xf3, 0x70, 0x64, 0x6b, 0x63, 0x24, 0x4f, 0xc1, 0xe1, 0x88, 0x57, + 0x20, 0xf4, 0xc0, 0x87, 0x3b, 0x35, 0x5a, 0x6e, 0x96, 0x66, 0xc7, 0x23, 0xb9, 0x0e, 0x7e, 0x8a, + 0x0f, 0x72, 0x28, 0x97, 0x54, 0x3c, 0xc5, 0xae, 0x76, 0x9d, 0xef, 0xfb, 0xec, 0x4d, 0x91, 0xe4, + 0x01, 0x78, 0xdf, 0xc7, 0x45, 0x6c, 0x56, 0xf8, 0x62, 0xdf, 0xb7, 0x6b, 0xa1, 0xe6, 0x5e, 0xa0, + 0xc5, 0xee, 0x79, 0xb0, 0x17, 0xa8, 0x41, 0x7b, 0x7c, 0x4f, 0x89, 0xd6, 0x0a, 0xcb, 0x7e, 0x97, + 0x46, 0xe4, 0x82, 0x2b, 0xcb, 0xcd, 0x2e, 0x8d, 0x24, 0xcb, 0xfc, 0x22, 0x77, 0x2c, 0x6b, 0xd3, + 0x25, 0x79, 0x01, 0xec, 0x58, 0x0a, 0x6f, 0xb9, 0xdb, 0x9e, 0xdd, 0xab, 0x13, 0x79, 0x0d, 0x72, + 0x68, 0x93, 0x25, 0x59, 0x02, 0xd7, 0x20, 0x15, 0xa1, 0xe5, 0x52, 0x2d, 0x48, 0xde, 0xe2, 0x5e, + 0xe3, 0x18, 0xde, 0x35, 0x1e, 0x57, 0xd6, 0xec, 0x2f, 0x82, 0x4d, 0x59, 0x91, 0x5c, 0x96, 0xef, + 0xf1, 0x5e, 0x8d, 0x96, 0xfb, 0x8c, 0xad, 0x1d, 0x95, 0x5c, 0x3a, 0x8c, 0xa0, 0xf2, 0xd1, 0x54, + 0x41, 0xe5, 0x23, 0xdd, 0x41, 0xc7, 0x8a, 0x2c, 0xeb, 0x4d, 0x70, 0xa1, 0xa9, 0xc8, 0xae, 0x0a, + 0x18, 0xfe, 0x35, 0x9a, 0xa9, 0x2f, 0xb4, 0xdf, 0x83, 0xb7, 0x6e, 0xe6, 0xfa, 0x3a, 0xd5, 0x35, + 0xd6, 0xd5, 0xdf, 0x70, 0xfe, 0x7a, 0xcb, 0x29, 0x79, 0x07, 0xbc, 0xc9, 0x7a, 0x28, 0xb0, 0x32, + 0xf6, 0x4d, 0x77, 0x0d, 0x4a, 0x9e, 0xc6, 0x6a, 0x9d, 0xa9, 0xe4, 0x5b, 0x70, 0x1a, 0xfb, 0x50, + 0xe0, 0x8a, 0xca, 0x63, 0x57, 0xb9, 0xca, 0xc3, 0x85, 0xbd, 0x71, 0x95, 0xbc, 0x05, 0x0e, 0x17, + 0xc5, 0x66, 0x25, 0xd0, 0x03, 0xdf, 0x5c, 0xcf, 0x42, 0xcd, 0x77, 0x8a, 0xd5, 0x67, 0x63, 0xf2, + 0x05, 0x78, 0xa7, 0xf8, 0x28, 0x07, 0xdd, 0x0f, 0xbb, 0xcc, 0x3b, 0xde, 0x2b, 0x7f, 0xe2, 0xef, + 0xd0, 0x99, 0x61, 0x0d, 0xb0, 0xe4, 0x33, 0x70, 0xaa, 0xfc, 0x88, 0xb3, 0x59, 0xeb, 0xf7, 0xcb, + 0xc2, 0xa6, 0x7c, 0x0f, 0xa7, 0x7a, 0x4d, 0x43, 0x7c, 0xea, 0xac, 0x9d, 0xb3, 0x64, 0x1b, 0x3e, + 0x75, 0x9c, 0xc1, 0x5d, 0x8e, 0x97, 0x32, 0xe7, 0x7a, 0x16, 0x2a, 0x9f, 0x3a, 0xd9, 0x68, 0x4b, + 0x7e, 0x07, 0x9f, 0x3a, 0x0e, 0xfa, 0x79, 0xbc, 0xed, 0x1d, 0xef, 0x95, 0x3f, 0xf1, 0xdf, 0xb6, + 0xd0, 0x0b, 0x23, 0x5b, 0x70, 0xc9, 0x63, 0x70, 0x3e, 0xfc, 0x71, 0xc9, 0x6b, 0x8b, 0xb3, 0x7a, + 0x5c, 0x70, 0x92, 0x4f, 0x74, 0x2e, 0x1e, 0x3a, 0x8e, 0x7f, 0x87, 0xce, 0x0e, 0xed, 0xe2, 0x25, + 0x3f, 0xb6, 0xc0, 0xef, 0x72, 0x93, 0x86, 0xc1, 0xc7, 0x05, 0x1f, 0x23, 0x2b, 0x3f, 0xd5, 0x6f, + 0x1a, 0xca, 0xe3, 0x98, 0xad, 0xff, 0x97, 0xbc, 0x0e, 0x8e, 0x63, 0x9b, 0x02, 0x5e, 0x14, 0x5d, + 0x8a, 0xb5, 0xbf, 0x5f, 0xa3, 0xf1, 0x89, 0x1f, 0xd9, 0x2b, 0x4c, 0x7a, 0xe0, 0x89, 0xdf, 0x2c, + 0x78, 0x89, 0x4a, 0x78, 0xcd, 0x7c, 0xcf, 0xf5, 0x87, 0x8e, 0x63, 0x8a, 0x70, 0xbd, 0xdd, 0x98, + 0xbc, 0x0d, 0x8e, 0x5b, 0x42, 0x7c, 0x95, 0x8e, 0x4c, 0xf7, 0x0d, 0x0a, 0xfe, 0x25, 0x9a, 0xd4, + 0xbb, 0x92, 0xc9, 0x49, 0x70, 0xae, 0xe3, 0x69, 0x40, 0xcf, 0x60, 0x94, 0x27, 0x52, 0x35, 0x4b, + 0xb9, 0x0b, 0x66, 0x6e, 0x58, 0xc7, 0x64, 0xaa, 0x9b, 0xc4, 0xaf, 0xd0, 0xb4, 0xd9, 0x63, 0x42, + 0xce, 0x82, 0x17, 0x8c, 0xa2, 0x66, 0x58, 0x6d, 0xb9, 0xa7, 0x52, 0x9d, 0x90, 0xbb, 0xb3, 0x52, + 0xa7, 0x3c, 0x0d, 0x76, 0xe7, 0xaa, 0x3e, 0x79, 0x3c, 0x95, 0x75, 0xc9, 0x7d, 0x74, 0xaa, 0xb1, + 0xbb, 0x99, 0x0c, 0xc0, 0xbb, 0xc9, 0x2d, 0xc1, 0xc3, 0x4c, 0xfd, 0x16, 0x52, 0xfb, 0x40, 0xfe, + 0x10, 0x55, 0x6b, 0x33, 0x79, 0x0d, 0xfc, 0x10, 0x9f, 0xe4, 0xa0, 0xa2, 0xf0, 0x97, 0x95, 0x3f, + 0xf3, 0x05, 0x4e, 0xeb, 0x79, 0x26, 0x37, 0xc1, 0x0b, 0xdc, 0xa7, 0x29, 0x4b, 0x64, 0xd1, 0x6f, + 0x62, 0xa0, 0x5c, 0xe5, 0xbb, 0x49, 0xd9, 0xae, 0x43, 0x5e, 0x02, 0xef, 0x26, 0x73, 0x8e, 0x0f, + 0xc3, 0x34, 0xf3, 0xc6, 0x06, 0xe2, 0x17, 0xf6, 0x11, 0xae, 0xf7, 0x2d, 0x91, 0x5b, 0xe0, 0x0d, + 0x8e, 0x57, 0x81, 0x45, 0x25, 0x75, 0x26, 0x31, 0x49, 0xf8, 0x33, 0x34, 0xa9, 0x37, 0x99, 0x93, + 0xf3, 0xe0, 0xb2, 0x12, 0x9f, 0x55, 0xe9, 0xfa, 0x27, 0x32, 0xf5, 0x32, 0x4f, 0xa0, 0x78, 0x9f, + 0x37, 0x79, 0x19, 0x9c, 0x40, 0x3d, 0xce, 0xef, 0xf7, 0x0a, 0x18, 0x5e, 0x43, 0xcf, 0x8b, 0x3f, + 0xb8, 0xc1, 0xfb, 0x81, 0x86, 0xed, 0xea, 0x8b, 0xbf, 0xb8, 0xb1, 0xfc, 0xa8, 0xb8, 0xdd, 0x2b, + 0x71, 0xf8, 0x2e, 0x1a, 0x2b, 0xff, 0x0a, 0x07, 0xd9, 0x19, 0xa1, 0x85, 0xe0, 0xb1, 0x25, 0xee, + 0xf7, 0x24, 0x72, 0xe9, 0xbf, 0x5b, 0xe8, 0x64, 0xb1, 0xa6, 0xb9, 0xf7, 0x42, 0xfd, 0x1a, 0xcd, + 0x88, 0x35, 0x54, 0x2c, 0x48, 0x71, 0x94, 0x92, 0x23, 0xbc, 0x05, 0xe9, 0xea, 0xe8, 0x16, 0xa4, + 0x42, 0xea, 0xc7, 0x25, 0xd2, 0x9b, 0xee, 0xe9, 0x84, 0x14, 0xbf, 0x8c, 0xa6, 0xfa, 0x34, 0xc9, + 0x42, 0xda, 0x6d, 0xef, 0xd0, 0xb0, 0x3b, 0x48, 0x18, 0x6f, 0x93, 0x19, 0xf3, 0x26, 0x05, 0xf9, + 0x7e, 0x41, 0xad, 0xb7, 0x50, 0xfd, 0xcc, 0xd2, 0x42, 0xf5, 0x1f, 0x2d, 0xb4, 0x50, 0x7b, 0x52, + 0xd1, 0x42, 0x75, 0x1f, 0xcd, 0x1b, 0x92, 0xda, 0x2c, 0x49, 0xe2, 0x44, 0xb4, 0xe5, 0xe0, 0xf2, + 0x69, 0x92, 0xbe, 0xbf, 0x2c, 0xbe, 0x0a, 0xcc, 0xea, 0x3a, 0xdc, 0xcb, 0x6f, 0xc7, 0x4f, 0xd1, + 0xa2, 0x39, 0x23, 0xed, 0x44, 0x08, 0x29, 0xbb, 0xb3, 0x6e, 0xb8, 0x4f, 0x8d, 0xe0, 0xe0, 0x91, + 0x9e, 0x7d, 0x20, 0x5d, 0xfa, 0xf1, 0x22, 0x9a, 0x32, 0x50, 0xf8, 0x00, 0x9d, 0xae, 0x9f, 0x2e, + 0x90, 0x7a, 0x89, 0xee, 0x14, 0x80, 0x36, 0x7a, 0x4b, 0x8f, 0xe4, 0xff, 0xc1, 0x9f, 0xc9, 0xee, + 0x09, 0x73, 0x08, 0x87, 0x4a, 0xe7, 0x0d, 0x0d, 0x14, 0xa1, 0xad, 0x11, 0xfe, 0x5d, 0x17, 0xaa, + 0xca, 0xc3, 0xb4, 0x46, 0xc5, 0x7f, 0xd9, 0x42, 0xe7, 0xed, 0xc7, 0x18, 0x2a, 0xa9, 0x47, 0x46, + 0x6c, 0x11, 0x4d, 0xa9, 0xca, 0xe7, 0x51, 0x55, 0xfc, 0x69, 0xda, 0x3c, 0x8c, 0x7f, 0xdf, 0x42, + 0x4b, 0x8d, 0x07, 0x21, 0x2a, 0x55, 0x8a, 0xcf, 0xf1, 0xef, 0x83, 0x55, 0xd1, 0x5b, 0x72, 0x54, + 0x6d, 0xce, 0xd1, 0xa1, 0x77, 0xe0, 0xef, 0xd1, 0x19, 0x8b, 0x3e, 0x95, 0x26, 0x47, 0x47, 0x7c, + 0x25, 0x68, 0xd4, 0x44, 0x55, 0xe2, 0x14, 0x6d, 0x1a, 0xc4, 0x7f, 0x6c, 0xa1, 0x4b, 0x43, 0x4e, + 0x63, 0x54, 0x8a, 0x14, 0x5f, 0xfb, 0xd7, 0xc1, 0x8a, 0x98, 0x9f, 0x24, 0x54, 0x7d, 0x2e, 0xd0, + 0x11, 0xf7, 0xe0, 0x18, 0x2d, 0xe8, 0x07, 0x3b, 0x2a, 0x45, 0xe6, 0x46, 0x94, 0x2f, 0x4c, 0x45, + 0xee, 0x33, 0xa6, 0x99, 0xe7, 0x1c, 0xb5, 0xd0, 0x71, 0xa2, 0x34, 0x6e, 0x99, 0xd6, 0x30, 0x3f, + 0x62, 0x6b, 0x63, 0x4a, 0xac, 0x19, 0xc1, 0x3c, 0xb5, 0x0d, 0xe0, 0x6d, 0xa5, 0x1f, 0xad, 0x92, + 0x76, 0x6c, 0x44, 0xbe, 0x65, 0x4a, 0x53, 0x05, 0x95, 0x0d, 0x69, 0x95, 0x8c, 0x88, 0xb7, 0xf2, + 0x55, 0x67, 0x4d, 0x2a, 0x39, 0x27, 0xe1, 0xf3, 0x28, 0x7b, 0x81, 0x8c, 0x79, 0xac, 0xd3, 0xf1, + 0x97, 0x68, 0xaa, 0x38, 0x9e, 0x52, 0x09, 0x5a, 0x18, 0xb1, 0x98, 0x57, 0x82, 0x72, 0xa0, 0x2a, + 0x62, 0x92, 0x6a, 0x14, 0xfc, 0x0d, 0x5a, 0xac, 0x9d, 0x62, 0xa9, 0xe4, 0x3c, 0x37, 0x22, 0xe7, + 0x93, 0x72, 0x8c, 0x16, 0x1a, 0x55, 0x22, 0xd9, 0x6e, 0x18, 0xc3, 0x7f, 0xd5, 0x42, 0xe7, 0xed, + 0x27, 0x60, 0x2a, 0x0d, 0x9e, 0x1f, 0xd1, 0x1d, 0x21, 0x35, 0xb0, 0xb4, 0x7d, 0xa8, 0x5a, 0x9c, + 0xf1, 0x87, 0x8c, 0xe3, 0xa7, 0xe8, 0x94, 0x79, 0x88, 0xa6, 0x52, 0x61, 0x0c, 0xba, 0x5e, 0xe8, + 0x3d, 0x39, 0xda, 0x7a, 0xe1, 0xdb, 0x87, 0xf0, 0x0f, 0x2d, 0x74, 0xc6, 0xd2, 0x1e, 0x52, 0x09, + 0x3f, 0x31, 0x62, 0xc3, 0x5a, 0x13, 0x6e, 0x8d, 0x56, 0x8b, 0x7e, 0xe3, 0x28, 0xfe, 0x87, 0x16, + 0xba, 0x34, 0xe4, 0xf8, 0x4e, 0xa5, 0x4a, 0xd1, 0x82, 0xb3, 0x01, 0x57, 0x65, 0x58, 0xbc, 0x7a, + 0xc1, 0x1f, 0x75, 0x13, 0x7e, 0x82, 0x16, 0xf4, 0xb3, 0x40, 0x95, 0x2a, 0xa7, 0xa1, 0xe1, 0x43, + 0xed, 0x21, 0xd1, 0xc2, 0x87, 0x6f, 0x1b, 0xc0, 0x19, 0x22, 0xc6, 0x01, 0xa2, 0x4a, 0xe6, 0x99, + 0x11, 0xbd, 0xa6, 0x35, 0x99, 0xb5, 0x98, 0x75, 0xd2, 0xb7, 0x8e, 0xe0, 0x40, 0x69, 0x44, 0xaa, + 0xe4, 0xa1, 0x11, 0xbb, 0xe7, 0x9a, 0x3c, 0x55, 0x94, 0x6c, 0x3a, 0xa9, 0xa4, 0xfc, 0xa8, 0x76, + 0x22, 0x29, 0xa7, 0x16, 0x2a, 0x89, 0xe3, 0xae, 0xb6, 0x26, 0x37, 0x91, 0x56, 0x5b, 0xab, 0x8f, + 0xe2, 0xef, 0xd0, 0xe9, 0xfa, 0x21, 0xa7, 0x4a, 0x81, 0x09, 0xe8, 0xca, 0x6c, 0x36, 0x93, 0x68, + 0x2b, 0xb3, 0xdf, 0x34, 0x58, 0x98, 0x7a, 0xf3, 0x11, 0xa9, 0x4a, 0x91, 0x73, 0x60, 0x53, 0x6f, + 0xe8, 0x16, 0xd0, 0x4d, 0x7d, 0xd4, 0x4d, 0xdc, 0xd4, 0xb5, 0xf3, 0x56, 0x95, 0x2a, 0xe7, 0xc1, + 0xa6, 0xae, 0xb4, 0x15, 0xe8, 0xa6, 0x6e, 0x1b, 0xe0, 0xa6, 0xae, 0x1f, 0xd2, 0xaa, 0x64, 0x5e, + 0x00, 0x9b, 0xba, 0xda, 0x72, 0xa0, 0x9b, 0xba, 0x75, 0x04, 0xff, 0x63, 0x0b, 0xbd, 0x38, 0xec, + 0x70, 0x57, 0xa5, 0x43, 0xf1, 0x75, 0xe3, 0x2e, 0x5c, 0x87, 0x5a, 0x13, 0x82, 0xaa, 0xcf, 0x92, + 0x3f, 0xf2, 0x2e, 0xee, 0x86, 0xa5, 0x6a, 0x95, 0x1e, 0x17, 0xc1, 0x6e, 0x28, 0xb0, 0xba, 0x1b, + 0x9a, 0x44, 0xee, 0x86, 0xb6, 0x93, 0x65, 0x95, 0xc4, 0x4b, 0x50, 0x37, 0xac, 0x7d, 0x43, 0xd7, + 0xdc, 0x90, 0x35, 0x8e, 0x62, 0x86, 0x66, 0x6d, 0x82, 0x5f, 0x84, 0x3e, 0xaa, 0x4d, 0xde, 0xcc, + 0x4e, 0x4d, 0xcc, 0x33, 0xb4, 0x58, 0x3b, 0xc5, 0x56, 0x49, 0x7b, 0x09, 0xba, 0xac, 0xea, 0x1f, + 0xd0, 0xb5, 0x65, 0x75, 0xc7, 0x3e, 0x94, 0xa7, 0x68, 0xda, 0xf1, 0xb7, 0x4a, 0xea, 0xcb, 0xd0, + 0x14, 0x4d, 0xf9, 0xba, 0xae, 0xa5, 0x68, 0x3b, 0x16, 0x3a, 0xfe, 0x1c, 0x4d, 0x1a, 0x6e, 0x7b, + 0x79, 0x44, 0xd1, 0x49, 0x93, 0xa3, 0x0a, 0x38, 0xb1, 0xa3, 0xb9, 0xe9, 0x97, 0x68, 0xca, 0xf4, + 0xce, 0x57, 0xa0, 0xc9, 0x5f, 0xcd, 0x2b, 0x27, 0xbb, 0xba, 0x37, 0xee, 0xa2, 0x39, 0xe5, 0xf4, + 0x5d, 0x25, 0xe1, 0x0a, 0x74, 0xb3, 0x2a, 0xbf, 0xa7, 0x68, 0x9b, 0xd5, 0x5e, 0x8d, 0xca, 0xf3, + 0x1c, 0xcb, 0x69, 0xbd, 0x4a, 0xe4, 0xab, 0x50, 0xa3, 0xaf, 0x95, 0xbf, 0x34, 0xa3, 0x4f, 0x1a, + 0x47, 0xf3, 0x4c, 0xb7, 0x76, 0xd8, 0xaf, 0x92, 0x3f, 0x09, 0xcd, 0x74, 0x8d, 0x8a, 0xac, 0x96, + 0xe9, 0xa6, 0x0d, 0x63, 0xf9, 0x44, 0x5b, 0x57, 0xdc, 0x29, 0xe8, 0x44, 0x5b, 0x57, 0x5a, 0x9c, + 0xd6, 0x57, 0x58, 0x86, 0x66, 0xab, 0x63, 0x85, 0x95, 0xa0, 0x69, 0xa8, 0x6b, 0x97, 0x05, 0x4b, + 0xcd, 0xb5, 0x07, 0x26, 0x71, 0x7d, 0x1c, 0x1d, 0x97, 0xcc, 0x97, 0xfe, 0xb8, 0x54, 0x16, 0x98, + 0x6a, 0x05, 0x1a, 0xbc, 0xaf, 0x6c, 0x02, 0x65, 0x2d, 0xa6, 0x38, 0x3d, 0x27, 0x0a, 0x31, 0xb7, + 0xa0, 0x65, 0x21, 0xe3, 0x84, 0x15, 0xe7, 0xa1, 0x6c, 0x3e, 0x35, 0x3a, 0xde, 0x51, 0x36, 0x82, + 0x34, 0x28, 0x25, 0xb6, 0xa0, 0x8b, 0xa9, 0x21, 0x51, 0x0a, 0x9b, 0xa2, 0x3a, 0x09, 0xff, 0xd4, + 0x52, 0xaa, 0x0d, 0xda, 0x1e, 0x46, 0x88, 0x3c, 0x02, 0xad, 0x7b, 0x68, 0x22, 0xd5, 0xe6, 0xf5, + 0x52, 0x36, 0xa1, 0x0d, 0x63, 0xf8, 0x6f, 0xd4, 0x52, 0x90, 0x59, 0x82, 0x11, 0x7a, 0x60, 0x68, + 0x4a, 0xa3, 0xe9, 0x61, 0x9c, 0x97, 0x2a, 0x55, 0x39, 0x4d, 0x9b, 0x87, 0xf1, 0xb7, 0xe8, 0x94, + 0x45, 0x19, 0xa1, 0xc6, 0x51, 0xe8, 0x7e, 0xce, 0xae, 0x86, 0xd4, 0xe0, 0x24, 0xb5, 0x8e, 0xe0, + 0xbf, 0x6b, 0xa1, 0x17, 0x86, 0x14, 0x5f, 0x84, 0x16, 0x45, 0xe5, 0xe5, 0x9e, 0xa3, 0x16, 0xb5, + 0x66, 0xd1, 0x52, 0x99, 0xb3, 0x74, 0xd8, 0x0d, 0xb8, 0x8b, 0xe6, 0xf4, 0xca, 0x8b, 0xd0, 0x62, + 0x0e, 0xba, 0x02, 0x6a, 0x5a, 0xf0, 0x16, 0xb7, 0x52, 0xf2, 0x0c, 0x35, 0x89, 0x38, 0x56, 0x4a, + 0x90, 0x9a, 0x05, 0xcc, 0x43, 0x43, 0x9c, 0x26, 0x4e, 0x7f, 0xf1, 0x98, 0xd6, 0xa8, 0xb8, 0x8d, + 0xa6, 0xa4, 0x40, 0x21, 0xea, 0xd8, 0x88, 0xef, 0x9d, 0x76, 0x51, 0x52, 0xca, 0x09, 0xaa, 0x12, + 0xf0, 0x1e, 0x3f, 0xe7, 0x55, 0x15, 0x5c, 0x84, 0x90, 0x93, 0xae, 0xd3, 0x57, 0x1d, 0xc6, 0x52, + 0xa6, 0xcf, 0x20, 0xe2, 0xcf, 0xd1, 0x44, 0x51, 0x6d, 0x11, 0x52, 0x16, 0xa0, 0x91, 0x53, 0x48, + 0xe1, 0xc7, 0x92, 0x4a, 0xfe, 0xe3, 0xb4, 0xba, 0xc4, 0x4f, 0xd1, 0x42, 0xad, 0xd4, 0x22, 0x84, + 0x3c, 0x07, 0xad, 0xd3, 0x16, 0x42, 0xcc, 0x03, 0x4b, 0xa5, 0xb8, 0xf9, 0x6d, 0xdb, 0x00, 0xfe, + 0x0b, 0xb5, 0xc8, 0x60, 0x8b, 0x51, 0xcf, 0x8f, 0xf8, 0x4e, 0x6c, 0x88, 0xb7, 0x9d, 0xb0, 0x29, + 0x55, 0x38, 0xe5, 0x37, 0x0d, 0xe2, 0x4c, 0x39, 0x4a, 0x24, 0x8a, 0x2c, 0x42, 0xfe, 0x98, 0xdb, + 0x42, 0x60, 0x9c, 0x7d, 0x92, 0x0b, 0x81, 0x6f, 0xa1, 0xe3, 0xef, 0x94, 0xd2, 0x4e, 0x2d, 0x1a, + 0x15, 0xd5, 0x95, 0xf7, 0x5c, 0x05, 0xd7, 0xc3, 0xd1, 0x82, 0x6f, 0x1f, 0xc2, 0x7f, 0x68, 0xa1, + 0x17, 0x86, 0x54, 0x57, 0x84, 0x1e, 0x45, 0x69, 0xe5, 0xbe, 0xab, 0x1e, 0x8d, 0x01, 0xe9, 0x9c, + 0x3f, 0xf4, 0x0e, 0x1c, 0xa1, 0x39, 0xbd, 0xb4, 0x22, 0xf4, 0x38, 0xed, 0x16, 0x22, 0xb4, 0x13, + 0x3a, 0x32, 0x44, 0xf8, 0x35, 0x2a, 0x7e, 0xa2, 0x1c, 0xeb, 0xd2, 0x62, 0xd2, 0x19, 0xe8, 0x8e, + 0x5f, 0x17, 0xa8, 0x07, 0xa5, 0x59, 0xbf, 0x4e, 0xc6, 0x54, 0x39, 0x5d, 0x27, 0x84, 0x21, 0x68, + 0xee, 0xaf, 0x0b, 0x93, 0x72, 0xe4, 0x99, 0x23, 0x21, 0xe2, 0x7b, 0xe5, 0x58, 0x95, 0x92, 0xde, + 0x09, 0x69, 0xe3, 0x87, 0xb3, 0xad, 0xea, 0xc3, 0x7c, 0xcd, 0xb6, 0x8c, 0x21, 0xfc, 0x0d, 0x22, + 0xf5, 0x6a, 0x8a, 0x90, 0x3e, 0xe1, 0xb6, 0xce, 0xd6, 0x4e, 0xe7, 0xc8, 0x75, 0xd6, 0xb7, 0x8e, + 0x14, 0x76, 0xdd, 0x5c, 0x4a, 0x11, 0x5a, 0x9c, 0x73, 0xb4, 0xeb, 0xa6, 0x53, 0x19, 0x95, 0x5d, + 0x0f, 0xbd, 0x83, 0xdb, 0xb5, 0x56, 0x47, 0x11, 0x7a, 0x9c, 0x77, 0xb4, 0x6b, 0xf5, 0xbc, 0x46, + 0x65, 0xd7, 0x35, 0x2a, 0xb7, 0x6b, 0xbd, 0x88, 0x22, 0x04, 0x5e, 0x70, 0xb4, 0x6b, 0xed, 0x24, + 0x47, 0x65, 0xd7, 0x75, 0x32, 0xfe, 0xfb, 0x16, 0x5a, 0x1a, 0x56, 0x41, 0x11, 0x0a, 0x2c, 0x1d, + 0x6e, 0xe6, 0x8d, 0xf2, 0x08, 0x95, 0xba, 0x9c, 0x6f, 0x2c, 0xa0, 0x28, 0xfe, 0x56, 0xaa, 0x25, + 0x74, 0xb8, 0xe8, 0xe8, 0x6f, 0xe5, 0xf9, 0xa8, 0xca, 0xdf, 0x34, 0x4a, 0xee, 0x6f, 0xb6, 0xca, + 0x89, 0x90, 0x76, 0xc9, 0xcd, 0xdf, 0xea, 0x07, 0x10, 0xa4, 0xbf, 0x31, 0xfb, 0x10, 0xde, 0x56, + 0xcf, 0x01, 0x08, 0xa9, 0x2f, 0xba, 0x3d, 0x63, 0x4d, 0x98, 0x3c, 0x0e, 0x20, 0x64, 0x0c, 0xd0, + 0x42, 0xad, 0x66, 0x22, 0x44, 0xbd, 0xe4, 0xb6, 0x4a, 0x1a, 0xe7, 0x0e, 0xe4, 0x2a, 0xb9, 0x63, + 0xa1, 0xe7, 0x29, 0x96, 0x56, 0x30, 0x11, 0x22, 0x5f, 0x76, 0x4b, 0xb1, 0xd4, 0x13, 0x09, 0x32, + 0xc5, 0xda, 0x31, 0x89, 0xf8, 0x53, 0x34, 0xae, 0x3a, 0xe7, 0x65, 0xe8, 0xd7, 0xb9, 0x4a, 0x88, + 0xe4, 0x8e, 0x76, 0x2a, 0x67, 0xfc, 0x1c, 0x4d, 0x68, 0x3e, 0xf8, 0x8a, 0x5b, 0xe6, 0xa6, 0xfb, + 0xde, 0x78, 0x57, 0xf1, 0x39, 0x86, 0x66, 0x94, 0x3a, 0x89, 0x60, 0x7f, 0xc5, 0x6d, 0x2f, 0x59, + 0xb5, 0x9e, 0xca, 0xbd, 0x64, 0x4f, 0x27, 0xe5, 0xa9, 0x8a, 0xa5, 0x46, 0x22, 0xc4, 0xbd, 0xea, + 0x66, 0xde, 0xf5, 0x2e, 0x21, 0x69, 0xde, 0x89, 0x7d, 0x28, 0xcf, 0x4f, 0x6b, 0x05, 0x12, 0x21, + 0x7c, 0xd2, 0x2d, 0x3f, 0x35, 0xbb, 0xd6, 0x64, 0x7e, 0x9a, 0xda, 0x06, 0xf2, 0xe9, 0xad, 0x2f, + 0x9f, 0x53, 0x6e, 0xd3, 0x5b, 0x5f, 0x36, 0xa7, 0x52, 0x63, 0xb9, 0xdc, 0x46, 0xd3, 0x55, 0x69, + 0x44, 0x48, 0x99, 0x76, 0x73, 0x5f, 0xd9, 0xce, 0x25, 0xdd, 0x77, 0xa0, 0x51, 0xd6, 0x11, 0x1a, + 0x2b, 0xdb, 0x5e, 0xae, 0xfd, 0xf5, 0x51, 0x34, 0x2d, 0x3b, 0x6e, 0xb6, 0x0a, 0x46, 0xf8, 0x5f, + 0x5b, 0xe8, 0xb9, 0xa2, 0x63, 0x10, 0x03, 0xea, 0xeb, 0xf6, 0x3f, 0xd6, 0xb4, 0x78, 0xe3, 0x10, + 0xc8, 0x42, 0xa9, 0xa5, 0x1b, 0x3f, 0xfd, 0xfb, 0x7f, 0xfd, 0xe1, 0xc8, 0xf5, 0xa5, 0x65, 0xfe, + 0x3f, 0x8d, 0x44, 0x7c, 0x4d, 0x57, 0xbe, 0x55, 0x1a, 0x9e, 0x6e, 0x5f, 0xf9, 0x4e, 0xfc, 0xc1, + 0xaa, 0xb5, 0x20, 0x5d, 0x2d, 0xda, 0x19, 0x57, 0x5b, 0x57, 0xb8, 0xea, 0xc5, 0x34, 0x40, 0x54, + 0xb7, 0xf7, 0x56, 0x2d, 0xde, 0x38, 0x04, 0xf2, 0xb0, 0xaa, 0x17, 0x4d, 0x43, 0xab, 0xad, 0x2b, + 0xeb, 0xff, 0xd7, 0x42, 0x97, 0xfc, 0xb8, 0x37, 0x52, 0xf6, 0xfa, 0xbc, 0xf9, 0xc2, 0x36, 0x93, + 0x38, 0x8b, 0x37, 0x5b, 0x5f, 0x7c, 0x20, 0xa0, 0x9d, 0xb8, 0x4b, 0xa3, 0xce, 0x72, 0x9c, 0x74, + 0x56, 0x3a, 0x2c, 0xe2, 0x7f, 0xc2, 0xa9, 0xfc, 0xeb, 0x5e, 0xfd, 0x30, 0x6d, 0xfe, 0x63, 0x5f, + 0x37, 0xcb, 0x1f, 0xff, 0x74, 0xe4, 0xe8, 0x83, 0xb5, 0xb5, 0x7f, 0x3e, 0x72, 0xa1, 0x90, 0xb4, + 0xbc, 0x16, 0x28, 0x7f, 0x94, 0x6a, 0xf9, 0xf1, 0xd5, 0x65, 0x21, 0x38, 0xfd, 0xb7, 0xf2, 0x96, + 0xaf, 0xd6, 0x82, 0xf4, 0x2b, 0x79, 0xcb, 0x57, 0x8f, 0xaf, 0x7e, 0x55, 0xde, 0xf2, 0x3f, 0x47, + 0x2e, 0x15, 0xf4, 0xd5, 0xd5, 0xfc, 0x79, 0x57, 0xe5, 0x4d, 0xab, 0xab, 0x8f, 0xaf, 0xae, 0xae, + 0x96, 0xb7, 0x6d, 0x3f, 0xc7, 0xf5, 0xbc, 0xfe, 0xff, 0x01, 0x00, 0x00, 0xff, 0xff, 0x62, 0xac, + 0x7f, 0x75, 0x68, 0x6b, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/services/group_placement_view_service.pb.go b/googleapis/ads/googleads/v1/services/group_placement_view_service.pb.go index ae847eb06c..10041788b1 100644 --- a/googleapis/ads/googleads/v1/services/group_placement_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/group_placement_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetGroupPlacementViewRequest) Reset() { *m = GetGroupPlacementV func (m *GetGroupPlacementViewRequest) String() string { return proto.CompactTextString(m) } func (*GetGroupPlacementViewRequest) ProtoMessage() {} func (*GetGroupPlacementViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_group_placement_view_service_b0f94234136e87dc, []int{0} + return fileDescriptor_group_placement_view_service_0ce1a68201b7e811, []int{0} } func (m *GetGroupPlacementViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupPlacementViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _GroupPlacementViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/group_placement_view_service.proto", fileDescriptor_group_placement_view_service_b0f94234136e87dc) + proto.RegisterFile("google/ads/googleads/v1/services/group_placement_view_service.proto", fileDescriptor_group_placement_view_service_0ce1a68201b7e811) } -var fileDescriptor_group_placement_view_service_b0f94234136e87dc = []byte{ +var fileDescriptor_group_placement_view_service_0ce1a68201b7e811 = []byte{ // 375 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xcf, 0x4a, 0xe3, 0x40, 0x18, 0x27, 0x59, 0x58, 0xd8, 0xb0, 0x7b, 0x09, 0x2c, 0xec, 0x96, 0xb2, 0x94, 0x6e, 0x0f, 0xd2, diff --git a/googleapis/ads/googleads/v1/services/hotel_group_view_service.pb.go b/googleapis/ads/googleads/v1/services/hotel_group_view_service.pb.go index c29fc3209d..ec9efd50f4 100644 --- a/googleapis/ads/googleads/v1/services/hotel_group_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/hotel_group_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetHotelGroupViewRequest) Reset() { *m = GetHotelGroupViewReque func (m *GetHotelGroupViewRequest) String() string { return proto.CompactTextString(m) } func (*GetHotelGroupViewRequest) ProtoMessage() {} func (*GetHotelGroupViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_hotel_group_view_service_358542ebec3cbd01, []int{0} + return fileDescriptor_hotel_group_view_service_1b795ba7f86fa296, []int{0} } func (m *GetHotelGroupViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetHotelGroupViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _HotelGroupViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/hotel_group_view_service.proto", fileDescriptor_hotel_group_view_service_358542ebec3cbd01) + proto.RegisterFile("google/ads/googleads/v1/services/hotel_group_view_service.proto", fileDescriptor_hotel_group_view_service_1b795ba7f86fa296) } -var fileDescriptor_hotel_group_view_service_358542ebec3cbd01 = []byte{ +var fileDescriptor_hotel_group_view_service_1b795ba7f86fa296 = []byte{ // 371 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xc1, 0x4a, 0xeb, 0x40, 0x14, 0x86, 0x49, 0x2e, 0x5c, 0xb8, 0xe1, 0xba, 0x30, 0x20, 0x94, 0xe0, 0xa2, 0xd4, 0x2e, 0xa4, diff --git a/googleapis/ads/googleads/v1/services/hotel_performance_view_service.pb.go b/googleapis/ads/googleads/v1/services/hotel_performance_view_service.pb.go index faca27387f..0915d8ae68 100644 --- a/googleapis/ads/googleads/v1/services/hotel_performance_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/hotel_performance_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetHotelPerformanceViewRequest) Reset() { *m = GetHotelPerforma func (m *GetHotelPerformanceViewRequest) String() string { return proto.CompactTextString(m) } func (*GetHotelPerformanceViewRequest) ProtoMessage() {} func (*GetHotelPerformanceViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_hotel_performance_view_service_b217e56b6102838f, []int{0} + return fileDescriptor_hotel_performance_view_service_31c85b21d7ab4aff, []int{0} } func (m *GetHotelPerformanceViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetHotelPerformanceViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _HotelPerformanceViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/hotel_performance_view_service.proto", fileDescriptor_hotel_performance_view_service_b217e56b6102838f) + proto.RegisterFile("google/ads/googleads/v1/services/hotel_performance_view_service.proto", fileDescriptor_hotel_performance_view_service_31c85b21d7ab4aff) } -var fileDescriptor_hotel_performance_view_service_b217e56b6102838f = []byte{ +var fileDescriptor_hotel_performance_view_service_31c85b21d7ab4aff = []byte{ // 374 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xcd, 0x4a, 0xf3, 0x40, 0x14, 0x25, 0xf9, 0xe0, 0x03, 0x83, 0x6e, 0xb2, 0x51, 0xaa, 0x48, 0xa8, 0x5d, 0x88, 0x8b, 0x09, diff --git a/googleapis/ads/googleads/v1/services/keyword_plan_ad_group_service.pb.go b/googleapis/ads/googleads/v1/services/keyword_plan_ad_group_service.pb.go index 9da35ab1b1..51cc63ac51 100644 --- a/googleapis/ads/googleads/v1/services/keyword_plan_ad_group_service.pb.go +++ b/googleapis/ads/googleads/v1/services/keyword_plan_ad_group_service.pb.go @@ -41,7 +41,7 @@ func (m *GetKeywordPlanAdGroupRequest) Reset() { *m = GetKeywordPlanAdGr func (m *GetKeywordPlanAdGroupRequest) String() string { return proto.CompactTextString(m) } func (*GetKeywordPlanAdGroupRequest) ProtoMessage() {} func (*GetKeywordPlanAdGroupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_ad_group_service_bd5634d9d83f07e4, []int{0} + return fileDescriptor_keyword_plan_ad_group_service_b366b1d5e0114e4e, []int{0} } func (m *GetKeywordPlanAdGroupRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetKeywordPlanAdGroupRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateKeywordPlanAdGroupsRequest) Reset() { *m = MutateKeywordP func (m *MutateKeywordPlanAdGroupsRequest) String() string { return proto.CompactTextString(m) } func (*MutateKeywordPlanAdGroupsRequest) ProtoMessage() {} func (*MutateKeywordPlanAdGroupsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_ad_group_service_bd5634d9d83f07e4, []int{1} + return fileDescriptor_keyword_plan_ad_group_service_b366b1d5e0114e4e, []int{1} } func (m *MutateKeywordPlanAdGroupsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateKeywordPlanAdGroupsRequest.Unmarshal(m, b) @@ -160,7 +160,7 @@ func (m *KeywordPlanAdGroupOperation) Reset() { *m = KeywordPlanAdGroupO func (m *KeywordPlanAdGroupOperation) String() string { return proto.CompactTextString(m) } func (*KeywordPlanAdGroupOperation) ProtoMessage() {} func (*KeywordPlanAdGroupOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_ad_group_service_bd5634d9d83f07e4, []int{2} + return fileDescriptor_keyword_plan_ad_group_service_b366b1d5e0114e4e, []int{2} } func (m *KeywordPlanAdGroupOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanAdGroupOperation.Unmarshal(m, b) @@ -344,7 +344,7 @@ func (m *MutateKeywordPlanAdGroupsResponse) Reset() { *m = MutateKeyword func (m *MutateKeywordPlanAdGroupsResponse) String() string { return proto.CompactTextString(m) } func (*MutateKeywordPlanAdGroupsResponse) ProtoMessage() {} func (*MutateKeywordPlanAdGroupsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_ad_group_service_bd5634d9d83f07e4, []int{3} + return fileDescriptor_keyword_plan_ad_group_service_b366b1d5e0114e4e, []int{3} } func (m *MutateKeywordPlanAdGroupsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateKeywordPlanAdGroupsResponse.Unmarshal(m, b) @@ -391,7 +391,7 @@ func (m *MutateKeywordPlanAdGroupResult) Reset() { *m = MutateKeywordPla func (m *MutateKeywordPlanAdGroupResult) String() string { return proto.CompactTextString(m) } func (*MutateKeywordPlanAdGroupResult) ProtoMessage() {} func (*MutateKeywordPlanAdGroupResult) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_ad_group_service_bd5634d9d83f07e4, []int{4} + return fileDescriptor_keyword_plan_ad_group_service_b366b1d5e0114e4e, []int{4} } func (m *MutateKeywordPlanAdGroupResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateKeywordPlanAdGroupResult.Unmarshal(m, b) @@ -538,10 +538,10 @@ var _KeywordPlanAdGroupService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_ad_group_service.proto", fileDescriptor_keyword_plan_ad_group_service_bd5634d9d83f07e4) + proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_ad_group_service.proto", fileDescriptor_keyword_plan_ad_group_service_b366b1d5e0114e4e) } -var fileDescriptor_keyword_plan_ad_group_service_bd5634d9d83f07e4 = []byte{ +var fileDescriptor_keyword_plan_ad_group_service_b366b1d5e0114e4e = []byte{ // 730 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xdd, 0x6a, 0xd4, 0x4e, 0x14, 0xc0, 0xff, 0xc9, 0xfe, 0xa9, 0x76, 0xb6, 0x2a, 0x8c, 0x14, 0xb7, 0x6b, 0xa9, 0x6b, 0x2c, diff --git a/googleapis/ads/googleads/v1/services/keyword_plan_campaign_service.pb.go b/googleapis/ads/googleads/v1/services/keyword_plan_campaign_service.pb.go index dd0f403ff4..0866d3b62f 100644 --- a/googleapis/ads/googleads/v1/services/keyword_plan_campaign_service.pb.go +++ b/googleapis/ads/googleads/v1/services/keyword_plan_campaign_service.pb.go @@ -41,7 +41,7 @@ func (m *GetKeywordPlanCampaignRequest) Reset() { *m = GetKeywordPlanCam func (m *GetKeywordPlanCampaignRequest) String() string { return proto.CompactTextString(m) } func (*GetKeywordPlanCampaignRequest) ProtoMessage() {} func (*GetKeywordPlanCampaignRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_service_70b1f6c99086bad6, []int{0} + return fileDescriptor_keyword_plan_campaign_service_3a49b026094afda2, []int{0} } func (m *GetKeywordPlanCampaignRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetKeywordPlanCampaignRequest.Unmarshal(m, b) @@ -92,7 +92,7 @@ func (m *MutateKeywordPlanCampaignsRequest) Reset() { *m = MutateKeyword func (m *MutateKeywordPlanCampaignsRequest) String() string { return proto.CompactTextString(m) } func (*MutateKeywordPlanCampaignsRequest) ProtoMessage() {} func (*MutateKeywordPlanCampaignsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_service_70b1f6c99086bad6, []int{1} + return fileDescriptor_keyword_plan_campaign_service_3a49b026094afda2, []int{1} } func (m *MutateKeywordPlanCampaignsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateKeywordPlanCampaignsRequest.Unmarshal(m, b) @@ -161,7 +161,7 @@ func (m *KeywordPlanCampaignOperation) Reset() { *m = KeywordPlanCampaig func (m *KeywordPlanCampaignOperation) String() string { return proto.CompactTextString(m) } func (*KeywordPlanCampaignOperation) ProtoMessage() {} func (*KeywordPlanCampaignOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_service_70b1f6c99086bad6, []int{2} + return fileDescriptor_keyword_plan_campaign_service_3a49b026094afda2, []int{2} } func (m *KeywordPlanCampaignOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanCampaignOperation.Unmarshal(m, b) @@ -345,7 +345,7 @@ func (m *MutateKeywordPlanCampaignsResponse) Reset() { *m = MutateKeywor func (m *MutateKeywordPlanCampaignsResponse) String() string { return proto.CompactTextString(m) } func (*MutateKeywordPlanCampaignsResponse) ProtoMessage() {} func (*MutateKeywordPlanCampaignsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_service_70b1f6c99086bad6, []int{3} + return fileDescriptor_keyword_plan_campaign_service_3a49b026094afda2, []int{3} } func (m *MutateKeywordPlanCampaignsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateKeywordPlanCampaignsResponse.Unmarshal(m, b) @@ -392,7 +392,7 @@ func (m *MutateKeywordPlanCampaignResult) Reset() { *m = MutateKeywordPl func (m *MutateKeywordPlanCampaignResult) String() string { return proto.CompactTextString(m) } func (*MutateKeywordPlanCampaignResult) ProtoMessage() {} func (*MutateKeywordPlanCampaignResult) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_campaign_service_70b1f6c99086bad6, []int{4} + return fileDescriptor_keyword_plan_campaign_service_3a49b026094afda2, []int{4} } func (m *MutateKeywordPlanCampaignResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateKeywordPlanCampaignResult.Unmarshal(m, b) @@ -539,10 +539,10 @@ var _KeywordPlanCampaignService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_campaign_service.proto", fileDescriptor_keyword_plan_campaign_service_70b1f6c99086bad6) + proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_campaign_service.proto", fileDescriptor_keyword_plan_campaign_service_3a49b026094afda2) } -var fileDescriptor_keyword_plan_campaign_service_70b1f6c99086bad6 = []byte{ +var fileDescriptor_keyword_plan_campaign_service_3a49b026094afda2 = []byte{ // 728 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0x4f, 0x6b, 0xd4, 0x4c, 0x18, 0xc0, 0xdf, 0x64, 0x5f, 0xaa, 0x9d, 0x54, 0x85, 0x11, 0x75, 0x09, 0xd5, 0xae, 0xb1, 0x60, diff --git a/googleapis/ads/googleads/v1/services/keyword_plan_idea_service.pb.go b/googleapis/ads/googleads/v1/services/keyword_plan_idea_service.pb.go index 26ebb1cea1..3227046ac1 100644 --- a/googleapis/ads/googleads/v1/services/keyword_plan_idea_service.pb.go +++ b/googleapis/ads/googleads/v1/services/keyword_plan_idea_service.pb.go @@ -55,7 +55,7 @@ func (m *GenerateKeywordIdeasRequest) Reset() { *m = GenerateKeywordIdea func (m *GenerateKeywordIdeasRequest) String() string { return proto.CompactTextString(m) } func (*GenerateKeywordIdeasRequest) ProtoMessage() {} func (*GenerateKeywordIdeasRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_idea_service_79f4adf1893c8d4e, []int{0} + return fileDescriptor_keyword_plan_idea_service_2549e6cddf55a7a9, []int{0} } func (m *GenerateKeywordIdeasRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateKeywordIdeasRequest.Unmarshal(m, b) @@ -261,7 +261,7 @@ func (m *KeywordAndUrlSeed) Reset() { *m = KeywordAndUrlSeed{} } func (m *KeywordAndUrlSeed) String() string { return proto.CompactTextString(m) } func (*KeywordAndUrlSeed) ProtoMessage() {} func (*KeywordAndUrlSeed) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_idea_service_79f4adf1893c8d4e, []int{1} + return fileDescriptor_keyword_plan_idea_service_2549e6cddf55a7a9, []int{1} } func (m *KeywordAndUrlSeed) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordAndUrlSeed.Unmarshal(m, b) @@ -308,7 +308,7 @@ func (m *KeywordSeed) Reset() { *m = KeywordSeed{} } func (m *KeywordSeed) String() string { return proto.CompactTextString(m) } func (*KeywordSeed) ProtoMessage() {} func (*KeywordSeed) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_idea_service_79f4adf1893c8d4e, []int{2} + return fileDescriptor_keyword_plan_idea_service_2549e6cddf55a7a9, []int{2} } func (m *KeywordSeed) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordSeed.Unmarshal(m, b) @@ -348,7 +348,7 @@ func (m *UrlSeed) Reset() { *m = UrlSeed{} } func (m *UrlSeed) String() string { return proto.CompactTextString(m) } func (*UrlSeed) ProtoMessage() {} func (*UrlSeed) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_idea_service_79f4adf1893c8d4e, []int{3} + return fileDescriptor_keyword_plan_idea_service_2549e6cddf55a7a9, []int{3} } func (m *UrlSeed) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UrlSeed.Unmarshal(m, b) @@ -388,7 +388,7 @@ func (m *GenerateKeywordIdeaResponse) Reset() { *m = GenerateKeywordIdea func (m *GenerateKeywordIdeaResponse) String() string { return proto.CompactTextString(m) } func (*GenerateKeywordIdeaResponse) ProtoMessage() {} func (*GenerateKeywordIdeaResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_idea_service_79f4adf1893c8d4e, []int{4} + return fileDescriptor_keyword_plan_idea_service_2549e6cddf55a7a9, []int{4} } func (m *GenerateKeywordIdeaResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateKeywordIdeaResponse.Unmarshal(m, b) @@ -433,7 +433,7 @@ func (m *GenerateKeywordIdeaResult) Reset() { *m = GenerateKeywordIdeaRe func (m *GenerateKeywordIdeaResult) String() string { return proto.CompactTextString(m) } func (*GenerateKeywordIdeaResult) ProtoMessage() {} func (*GenerateKeywordIdeaResult) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_idea_service_79f4adf1893c8d4e, []int{5} + return fileDescriptor_keyword_plan_idea_service_2549e6cddf55a7a9, []int{5} } func (m *GenerateKeywordIdeaResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateKeywordIdeaResult.Unmarshal(m, b) @@ -551,10 +551,10 @@ var _KeywordPlanIdeaService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_idea_service.proto", fileDescriptor_keyword_plan_idea_service_79f4adf1893c8d4e) + proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_idea_service.proto", fileDescriptor_keyword_plan_idea_service_2549e6cddf55a7a9) } -var fileDescriptor_keyword_plan_idea_service_79f4adf1893c8d4e = []byte{ +var fileDescriptor_keyword_plan_idea_service_2549e6cddf55a7a9 = []byte{ // 727 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0xcf, 0x6e, 0xd3, 0x4e, 0x10, 0xfe, 0x39, 0xe9, 0xaf, 0x69, 0x37, 0x08, 0xa9, 0xab, 0x0a, 0x85, 0xb6, 0x82, 0x28, 0xea, diff --git a/googleapis/ads/googleads/v1/services/keyword_plan_keyword_service.pb.go b/googleapis/ads/googleads/v1/services/keyword_plan_keyword_service.pb.go index a9a14aaad0..b51442178f 100644 --- a/googleapis/ads/googleads/v1/services/keyword_plan_keyword_service.pb.go +++ b/googleapis/ads/googleads/v1/services/keyword_plan_keyword_service.pb.go @@ -41,7 +41,7 @@ func (m *GetKeywordPlanKeywordRequest) Reset() { *m = GetKeywordPlanKeyw func (m *GetKeywordPlanKeywordRequest) String() string { return proto.CompactTextString(m) } func (*GetKeywordPlanKeywordRequest) ProtoMessage() {} func (*GetKeywordPlanKeywordRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_keyword_service_26fbca56a5058f08, []int{0} + return fileDescriptor_keyword_plan_keyword_service_6de2825a1b31e85e, []int{0} } func (m *GetKeywordPlanKeywordRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetKeywordPlanKeywordRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateKeywordPlanKeywordsRequest) Reset() { *m = MutateKeywordP func (m *MutateKeywordPlanKeywordsRequest) String() string { return proto.CompactTextString(m) } func (*MutateKeywordPlanKeywordsRequest) ProtoMessage() {} func (*MutateKeywordPlanKeywordsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_keyword_service_26fbca56a5058f08, []int{1} + return fileDescriptor_keyword_plan_keyword_service_6de2825a1b31e85e, []int{1} } func (m *MutateKeywordPlanKeywordsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateKeywordPlanKeywordsRequest.Unmarshal(m, b) @@ -160,7 +160,7 @@ func (m *KeywordPlanKeywordOperation) Reset() { *m = KeywordPlanKeywordO func (m *KeywordPlanKeywordOperation) String() string { return proto.CompactTextString(m) } func (*KeywordPlanKeywordOperation) ProtoMessage() {} func (*KeywordPlanKeywordOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_keyword_service_26fbca56a5058f08, []int{2} + return fileDescriptor_keyword_plan_keyword_service_6de2825a1b31e85e, []int{2} } func (m *KeywordPlanKeywordOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanKeywordOperation.Unmarshal(m, b) @@ -344,7 +344,7 @@ func (m *MutateKeywordPlanKeywordsResponse) Reset() { *m = MutateKeyword func (m *MutateKeywordPlanKeywordsResponse) String() string { return proto.CompactTextString(m) } func (*MutateKeywordPlanKeywordsResponse) ProtoMessage() {} func (*MutateKeywordPlanKeywordsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_keyword_service_26fbca56a5058f08, []int{3} + return fileDescriptor_keyword_plan_keyword_service_6de2825a1b31e85e, []int{3} } func (m *MutateKeywordPlanKeywordsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateKeywordPlanKeywordsResponse.Unmarshal(m, b) @@ -391,7 +391,7 @@ func (m *MutateKeywordPlanKeywordResult) Reset() { *m = MutateKeywordPla func (m *MutateKeywordPlanKeywordResult) String() string { return proto.CompactTextString(m) } func (*MutateKeywordPlanKeywordResult) ProtoMessage() {} func (*MutateKeywordPlanKeywordResult) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_keyword_service_26fbca56a5058f08, []int{4} + return fileDescriptor_keyword_plan_keyword_service_6de2825a1b31e85e, []int{4} } func (m *MutateKeywordPlanKeywordResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateKeywordPlanKeywordResult.Unmarshal(m, b) @@ -538,10 +538,10 @@ var _KeywordPlanKeywordService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_keyword_service.proto", fileDescriptor_keyword_plan_keyword_service_26fbca56a5058f08) + proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_keyword_service.proto", fileDescriptor_keyword_plan_keyword_service_6de2825a1b31e85e) } -var fileDescriptor_keyword_plan_keyword_service_26fbca56a5058f08 = []byte{ +var fileDescriptor_keyword_plan_keyword_service_6de2825a1b31e85e = []byte{ // 721 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xdd, 0x6a, 0xd4, 0x4e, 0x14, 0xc0, 0xff, 0xc9, 0xfe, 0xa9, 0x76, 0x52, 0x15, 0x46, 0x8a, 0xdb, 0xb5, 0xd4, 0x35, 0x16, diff --git a/googleapis/ads/googleads/v1/services/keyword_plan_negative_keyword_service.pb.go b/googleapis/ads/googleads/v1/services/keyword_plan_negative_keyword_service.pb.go index cad561b153..f4c97f5bd4 100644 --- a/googleapis/ads/googleads/v1/services/keyword_plan_negative_keyword_service.pb.go +++ b/googleapis/ads/googleads/v1/services/keyword_plan_negative_keyword_service.pb.go @@ -42,7 +42,7 @@ func (m *GetKeywordPlanNegativeKeywordRequest) Reset() { *m = GetKeyword func (m *GetKeywordPlanNegativeKeywordRequest) String() string { return proto.CompactTextString(m) } func (*GetKeywordPlanNegativeKeywordRequest) ProtoMessage() {} func (*GetKeywordPlanNegativeKeywordRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_negative_keyword_service_94d86a6db7de5f92, []int{0} + return fileDescriptor_keyword_plan_negative_keyword_service_aebb6835f57b72b0, []int{0} } func (m *GetKeywordPlanNegativeKeywordRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetKeywordPlanNegativeKeywordRequest.Unmarshal(m, b) @@ -96,7 +96,7 @@ func (m *MutateKeywordPlanNegativeKeywordsRequest) Reset() { func (m *MutateKeywordPlanNegativeKeywordsRequest) String() string { return proto.CompactTextString(m) } func (*MutateKeywordPlanNegativeKeywordsRequest) ProtoMessage() {} func (*MutateKeywordPlanNegativeKeywordsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_negative_keyword_service_94d86a6db7de5f92, []int{1} + return fileDescriptor_keyword_plan_negative_keyword_service_aebb6835f57b72b0, []int{1} } func (m *MutateKeywordPlanNegativeKeywordsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateKeywordPlanNegativeKeywordsRequest.Unmarshal(m, b) @@ -166,7 +166,7 @@ func (m *KeywordPlanNegativeKeywordOperation) Reset() { *m = KeywordPlan func (m *KeywordPlanNegativeKeywordOperation) String() string { return proto.CompactTextString(m) } func (*KeywordPlanNegativeKeywordOperation) ProtoMessage() {} func (*KeywordPlanNegativeKeywordOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_negative_keyword_service_94d86a6db7de5f92, []int{2} + return fileDescriptor_keyword_plan_negative_keyword_service_aebb6835f57b72b0, []int{2} } func (m *KeywordPlanNegativeKeywordOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanNegativeKeywordOperation.Unmarshal(m, b) @@ -352,7 +352,7 @@ func (m *MutateKeywordPlanNegativeKeywordsResponse) Reset() { func (m *MutateKeywordPlanNegativeKeywordsResponse) String() string { return proto.CompactTextString(m) } func (*MutateKeywordPlanNegativeKeywordsResponse) ProtoMessage() {} func (*MutateKeywordPlanNegativeKeywordsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_negative_keyword_service_94d86a6db7de5f92, []int{3} + return fileDescriptor_keyword_plan_negative_keyword_service_aebb6835f57b72b0, []int{3} } func (m *MutateKeywordPlanNegativeKeywordsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateKeywordPlanNegativeKeywordsResponse.Unmarshal(m, b) @@ -401,7 +401,7 @@ func (m *MutateKeywordPlanNegativeKeywordResult) Reset() { func (m *MutateKeywordPlanNegativeKeywordResult) String() string { return proto.CompactTextString(m) } func (*MutateKeywordPlanNegativeKeywordResult) ProtoMessage() {} func (*MutateKeywordPlanNegativeKeywordResult) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_negative_keyword_service_94d86a6db7de5f92, []int{4} + return fileDescriptor_keyword_plan_negative_keyword_service_aebb6835f57b72b0, []int{4} } func (m *MutateKeywordPlanNegativeKeywordResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateKeywordPlanNegativeKeywordResult.Unmarshal(m, b) @@ -548,10 +548,10 @@ var _KeywordPlanNegativeKeywordService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_negative_keyword_service.proto", fileDescriptor_keyword_plan_negative_keyword_service_94d86a6db7de5f92) + proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_negative_keyword_service.proto", fileDescriptor_keyword_plan_negative_keyword_service_aebb6835f57b72b0) } -var fileDescriptor_keyword_plan_negative_keyword_service_94d86a6db7de5f92 = []byte{ +var fileDescriptor_keyword_plan_negative_keyword_service_aebb6835f57b72b0 = []byte{ // 736 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x95, 0xcd, 0x6a, 0xdb, 0x4a, 0x14, 0xc7, 0xaf, 0x94, 0x90, 0x7b, 0x33, 0xca, 0x6d, 0x61, 0x4a, 0xa9, 0x31, 0xfd, 0x70, 0x94, diff --git a/googleapis/ads/googleads/v1/services/keyword_plan_service.pb.go b/googleapis/ads/googleads/v1/services/keyword_plan_service.pb.go index 5b5cd462d7..466f89189f 100644 --- a/googleapis/ads/googleads/v1/services/keyword_plan_service.pb.go +++ b/googleapis/ads/googleads/v1/services/keyword_plan_service.pb.go @@ -42,7 +42,7 @@ func (m *GetKeywordPlanRequest) Reset() { *m = GetKeywordPlanRequest{} } func (m *GetKeywordPlanRequest) String() string { return proto.CompactTextString(m) } func (*GetKeywordPlanRequest) ProtoMessage() {} func (*GetKeywordPlanRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_7434df443525caf4, []int{0} + return fileDescriptor_keyword_plan_service_b419730041d0dd6d, []int{0} } func (m *GetKeywordPlanRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetKeywordPlanRequest.Unmarshal(m, b) @@ -92,7 +92,7 @@ func (m *MutateKeywordPlansRequest) Reset() { *m = MutateKeywordPlansReq func (m *MutateKeywordPlansRequest) String() string { return proto.CompactTextString(m) } func (*MutateKeywordPlansRequest) ProtoMessage() {} func (*MutateKeywordPlansRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_7434df443525caf4, []int{1} + return fileDescriptor_keyword_plan_service_b419730041d0dd6d, []int{1} } func (m *MutateKeywordPlansRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateKeywordPlansRequest.Unmarshal(m, b) @@ -161,7 +161,7 @@ func (m *KeywordPlanOperation) Reset() { *m = KeywordPlanOperation{} } func (m *KeywordPlanOperation) String() string { return proto.CompactTextString(m) } func (*KeywordPlanOperation) ProtoMessage() {} func (*KeywordPlanOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_7434df443525caf4, []int{2} + return fileDescriptor_keyword_plan_service_b419730041d0dd6d, []int{2} } func (m *KeywordPlanOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanOperation.Unmarshal(m, b) @@ -345,7 +345,7 @@ func (m *MutateKeywordPlansResponse) Reset() { *m = MutateKeywordPlansRe func (m *MutateKeywordPlansResponse) String() string { return proto.CompactTextString(m) } func (*MutateKeywordPlansResponse) ProtoMessage() {} func (*MutateKeywordPlansResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_7434df443525caf4, []int{3} + return fileDescriptor_keyword_plan_service_b419730041d0dd6d, []int{3} } func (m *MutateKeywordPlansResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateKeywordPlansResponse.Unmarshal(m, b) @@ -392,7 +392,7 @@ func (m *MutateKeywordPlansResult) Reset() { *m = MutateKeywordPlansResu func (m *MutateKeywordPlansResult) String() string { return proto.CompactTextString(m) } func (*MutateKeywordPlansResult) ProtoMessage() {} func (*MutateKeywordPlansResult) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_7434df443525caf4, []int{4} + return fileDescriptor_keyword_plan_service_b419730041d0dd6d, []int{4} } func (m *MutateKeywordPlansResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateKeywordPlansResult.Unmarshal(m, b) @@ -432,7 +432,7 @@ func (m *GenerateForecastMetricsRequest) Reset() { *m = GenerateForecast func (m *GenerateForecastMetricsRequest) String() string { return proto.CompactTextString(m) } func (*GenerateForecastMetricsRequest) ProtoMessage() {} func (*GenerateForecastMetricsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_7434df443525caf4, []int{5} + return fileDescriptor_keyword_plan_service_b419730041d0dd6d, []int{5} } func (m *GenerateForecastMetricsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateForecastMetricsRequest.Unmarshal(m, b) @@ -477,7 +477,7 @@ func (m *GenerateForecastMetricsResponse) Reset() { *m = GenerateForecas func (m *GenerateForecastMetricsResponse) String() string { return proto.CompactTextString(m) } func (*GenerateForecastMetricsResponse) ProtoMessage() {} func (*GenerateForecastMetricsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_7434df443525caf4, []int{6} + return fileDescriptor_keyword_plan_service_b419730041d0dd6d, []int{6} } func (m *GenerateForecastMetricsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateForecastMetricsResponse.Unmarshal(m, b) @@ -535,7 +535,7 @@ func (m *KeywordPlanCampaignForecast) Reset() { *m = KeywordPlanCampaign func (m *KeywordPlanCampaignForecast) String() string { return proto.CompactTextString(m) } func (*KeywordPlanCampaignForecast) ProtoMessage() {} func (*KeywordPlanCampaignForecast) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_7434df443525caf4, []int{7} + return fileDescriptor_keyword_plan_service_b419730041d0dd6d, []int{7} } func (m *KeywordPlanCampaignForecast) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanCampaignForecast.Unmarshal(m, b) @@ -586,7 +586,7 @@ func (m *KeywordPlanAdGroupForecast) Reset() { *m = KeywordPlanAdGroupFo func (m *KeywordPlanAdGroupForecast) String() string { return proto.CompactTextString(m) } func (*KeywordPlanAdGroupForecast) ProtoMessage() {} func (*KeywordPlanAdGroupForecast) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_7434df443525caf4, []int{8} + return fileDescriptor_keyword_plan_service_b419730041d0dd6d, []int{8} } func (m *KeywordPlanAdGroupForecast) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanAdGroupForecast.Unmarshal(m, b) @@ -638,7 +638,7 @@ func (m *KeywordPlanKeywordForecast) Reset() { *m = KeywordPlanKeywordFo func (m *KeywordPlanKeywordForecast) String() string { return proto.CompactTextString(m) } func (*KeywordPlanKeywordForecast) ProtoMessage() {} func (*KeywordPlanKeywordForecast) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_7434df443525caf4, []int{9} + return fileDescriptor_keyword_plan_service_b419730041d0dd6d, []int{9} } func (m *KeywordPlanKeywordForecast) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanKeywordForecast.Unmarshal(m, b) @@ -693,7 +693,7 @@ func (m *ForecastMetrics) Reset() { *m = ForecastMetrics{} } func (m *ForecastMetrics) String() string { return proto.CompactTextString(m) } func (*ForecastMetrics) ProtoMessage() {} func (*ForecastMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_7434df443525caf4, []int{10} + return fileDescriptor_keyword_plan_service_b419730041d0dd6d, []int{10} } func (m *ForecastMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ForecastMetrics.Unmarshal(m, b) @@ -762,7 +762,7 @@ func (m *GenerateHistoricalMetricsRequest) Reset() { *m = GenerateHistor func (m *GenerateHistoricalMetricsRequest) String() string { return proto.CompactTextString(m) } func (*GenerateHistoricalMetricsRequest) ProtoMessage() {} func (*GenerateHistoricalMetricsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_7434df443525caf4, []int{11} + return fileDescriptor_keyword_plan_service_b419730041d0dd6d, []int{11} } func (m *GenerateHistoricalMetricsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateHistoricalMetricsRequest.Unmarshal(m, b) @@ -802,7 +802,7 @@ func (m *GenerateHistoricalMetricsResponse) Reset() { *m = GenerateHisto func (m *GenerateHistoricalMetricsResponse) String() string { return proto.CompactTextString(m) } func (*GenerateHistoricalMetricsResponse) ProtoMessage() {} func (*GenerateHistoricalMetricsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_7434df443525caf4, []int{12} + return fileDescriptor_keyword_plan_service_b419730041d0dd6d, []int{12} } func (m *GenerateHistoricalMetricsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateHistoricalMetricsResponse.Unmarshal(m, b) @@ -851,7 +851,7 @@ func (m *KeywordPlanKeywordHistoricalMetrics) Reset() { *m = KeywordPlan func (m *KeywordPlanKeywordHistoricalMetrics) String() string { return proto.CompactTextString(m) } func (*KeywordPlanKeywordHistoricalMetrics) ProtoMessage() {} func (*KeywordPlanKeywordHistoricalMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_plan_service_7434df443525caf4, []int{13} + return fileDescriptor_keyword_plan_service_b419730041d0dd6d, []int{13} } func (m *KeywordPlanKeywordHistoricalMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeywordPlanKeywordHistoricalMetrics.Unmarshal(m, b) @@ -1084,10 +1084,10 @@ var _KeywordPlanService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_service.proto", fileDescriptor_keyword_plan_service_7434df443525caf4) + proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_service.proto", fileDescriptor_keyword_plan_service_b419730041d0dd6d) } -var fileDescriptor_keyword_plan_service_7434df443525caf4 = []byte{ +var fileDescriptor_keyword_plan_service_b419730041d0dd6d = []byte{ // 1234 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x57, 0x41, 0x6f, 0xdc, 0x44, 0x14, 0xc6, 0x1b, 0x48, 0xe9, 0xdb, 0xd0, 0x36, 0x53, 0xaa, 0x6e, 0xb7, 0xa5, 0x4d, 0xdd, 0x4a, diff --git a/googleapis/ads/googleads/v1/services/keyword_view_service.pb.go b/googleapis/ads/googleads/v1/services/keyword_view_service.pb.go index bd66b31069..0b36709961 100644 --- a/googleapis/ads/googleads/v1/services/keyword_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/keyword_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetKeywordViewRequest) Reset() { *m = GetKeywordViewRequest{} } func (m *GetKeywordViewRequest) String() string { return proto.CompactTextString(m) } func (*GetKeywordViewRequest) ProtoMessage() {} func (*GetKeywordViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_keyword_view_service_c7892a433ae04108, []int{0} + return fileDescriptor_keyword_view_service_e831bad7780f5509, []int{0} } func (m *GetKeywordViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetKeywordViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _KeywordViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/keyword_view_service.proto", fileDescriptor_keyword_view_service_c7892a433ae04108) + proto.RegisterFile("google/ads/googleads/v1/services/keyword_view_service.proto", fileDescriptor_keyword_view_service_e831bad7780f5509) } -var fileDescriptor_keyword_view_service_c7892a433ae04108 = []byte{ +var fileDescriptor_keyword_view_service_e831bad7780f5509 = []byte{ // 363 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xb1, 0x4a, 0xc3, 0x50, 0x14, 0x86, 0x49, 0x04, 0xc1, 0xa0, 0x0e, 0x01, 0x51, 0x8a, 0x43, 0xa9, 0x1d, 0xa4, 0xc3, 0xbd, diff --git a/googleapis/ads/googleads/v1/services/label_service.pb.go b/googleapis/ads/googleads/v1/services/label_service.pb.go index be45610df0..89bd15900c 100644 --- a/googleapis/ads/googleads/v1/services/label_service.pb.go +++ b/googleapis/ads/googleads/v1/services/label_service.pb.go @@ -41,7 +41,7 @@ func (m *GetLabelRequest) Reset() { *m = GetLabelRequest{} } func (m *GetLabelRequest) String() string { return proto.CompactTextString(m) } func (*GetLabelRequest) ProtoMessage() {} func (*GetLabelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_label_service_e4053b8718be26c9, []int{0} + return fileDescriptor_label_service_11259d6fcb5427fb, []int{0} } func (m *GetLabelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetLabelRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateLabelsRequest) Reset() { *m = MutateLabelsRequest{} } func (m *MutateLabelsRequest) String() string { return proto.CompactTextString(m) } func (*MutateLabelsRequest) ProtoMessage() {} func (*MutateLabelsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_label_service_e4053b8718be26c9, []int{1} + return fileDescriptor_label_service_11259d6fcb5427fb, []int{1} } func (m *MutateLabelsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateLabelsRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *LabelOperation) Reset() { *m = LabelOperation{} } func (m *LabelOperation) String() string { return proto.CompactTextString(m) } func (*LabelOperation) ProtoMessage() {} func (*LabelOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_label_service_e4053b8718be26c9, []int{2} + return fileDescriptor_label_service_11259d6fcb5427fb, []int{2} } func (m *LabelOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateLabelsResponse) Reset() { *m = MutateLabelsResponse{} } func (m *MutateLabelsResponse) String() string { return proto.CompactTextString(m) } func (*MutateLabelsResponse) ProtoMessage() {} func (*MutateLabelsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_label_service_e4053b8718be26c9, []int{3} + return fileDescriptor_label_service_11259d6fcb5427fb, []int{3} } func (m *MutateLabelsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateLabelsResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateLabelResult) Reset() { *m = MutateLabelResult{} } func (m *MutateLabelResult) String() string { return proto.CompactTextString(m) } func (*MutateLabelResult) ProtoMessage() {} func (*MutateLabelResult) Descriptor() ([]byte, []int) { - return fileDescriptor_label_service_e4053b8718be26c9, []int{4} + return fileDescriptor_label_service_11259d6fcb5427fb, []int{4} } func (m *MutateLabelResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateLabelResult.Unmarshal(m, b) @@ -535,10 +535,10 @@ var _LabelService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/label_service.proto", fileDescriptor_label_service_e4053b8718be26c9) + proto.RegisterFile("google/ads/googleads/v1/services/label_service.proto", fileDescriptor_label_service_11259d6fcb5427fb) } -var fileDescriptor_label_service_e4053b8718be26c9 = []byte{ +var fileDescriptor_label_service_11259d6fcb5427fb = []byte{ // 699 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0x41, 0x6b, 0xd4, 0x40, 0x14, 0x36, 0xa9, 0xd4, 0x76, 0xb2, 0xb6, 0x74, 0xaa, 0xb8, 0x2c, 0xa2, 0x4b, 0x2c, 0xb8, 0xac, diff --git a/googleapis/ads/googleads/v1/services/landing_page_view_service.pb.go b/googleapis/ads/googleads/v1/services/landing_page_view_service.pb.go new file mode 100644 index 0000000000..8063d7b2b4 --- /dev/null +++ b/googleapis/ads/googleads/v1/services/landing_page_view_service.pb.go @@ -0,0 +1,178 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/services/landing_page_view_service.proto + +package services // import "google.golang.org/genproto/googleapis/ads/googleads/v1/services" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "github.com/golang/protobuf/ptypes/wrappers" +import resources "google.golang.org/genproto/googleapis/ads/googleads/v1/resources" +import _ "google.golang.org/genproto/googleapis/api/annotations" + +import ( + context "golang.org/x/net/context" + grpc "google.golang.org/grpc" +) + +// 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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Request message for [LandingPageViewService.GetLandingPageView][google.ads.googleads.v1.services.LandingPageViewService.GetLandingPageView]. +type GetLandingPageViewRequest struct { + // The resource name of the landing page view to fetch. + ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GetLandingPageViewRequest) Reset() { *m = GetLandingPageViewRequest{} } +func (m *GetLandingPageViewRequest) String() string { return proto.CompactTextString(m) } +func (*GetLandingPageViewRequest) ProtoMessage() {} +func (*GetLandingPageViewRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_landing_page_view_service_969504292394555a, []int{0} +} +func (m *GetLandingPageViewRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetLandingPageViewRequest.Unmarshal(m, b) +} +func (m *GetLandingPageViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetLandingPageViewRequest.Marshal(b, m, deterministic) +} +func (dst *GetLandingPageViewRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetLandingPageViewRequest.Merge(dst, src) +} +func (m *GetLandingPageViewRequest) XXX_Size() int { + return xxx_messageInfo_GetLandingPageViewRequest.Size(m) +} +func (m *GetLandingPageViewRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetLandingPageViewRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetLandingPageViewRequest proto.InternalMessageInfo + +func (m *GetLandingPageViewRequest) GetResourceName() string { + if m != nil { + return m.ResourceName + } + return "" +} + +func init() { + proto.RegisterType((*GetLandingPageViewRequest)(nil), "google.ads.googleads.v1.services.GetLandingPageViewRequest") +} + +// Reference imports to suppress errors if they are not otherwise used. +var _ context.Context +var _ grpc.ClientConn + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the grpc package it is being compiled against. +const _ = grpc.SupportPackageIsVersion4 + +// LandingPageViewServiceClient is the client API for LandingPageViewService service. +// +// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. +type LandingPageViewServiceClient interface { + // Returns the requested landing page view in full detail. + GetLandingPageView(ctx context.Context, in *GetLandingPageViewRequest, opts ...grpc.CallOption) (*resources.LandingPageView, error) +} + +type landingPageViewServiceClient struct { + cc *grpc.ClientConn +} + +func NewLandingPageViewServiceClient(cc *grpc.ClientConn) LandingPageViewServiceClient { + return &landingPageViewServiceClient{cc} +} + +func (c *landingPageViewServiceClient) GetLandingPageView(ctx context.Context, in *GetLandingPageViewRequest, opts ...grpc.CallOption) (*resources.LandingPageView, error) { + out := new(resources.LandingPageView) + err := c.cc.Invoke(ctx, "/google.ads.googleads.v1.services.LandingPageViewService/GetLandingPageView", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +// LandingPageViewServiceServer is the server API for LandingPageViewService service. +type LandingPageViewServiceServer interface { + // Returns the requested landing page view in full detail. + GetLandingPageView(context.Context, *GetLandingPageViewRequest) (*resources.LandingPageView, error) +} + +func RegisterLandingPageViewServiceServer(s *grpc.Server, srv LandingPageViewServiceServer) { + s.RegisterService(&_LandingPageViewService_serviceDesc, srv) +} + +func _LandingPageViewService_GetLandingPageView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetLandingPageViewRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(LandingPageViewServiceServer).GetLandingPageView(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.ads.googleads.v1.services.LandingPageViewService/GetLandingPageView", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(LandingPageViewServiceServer).GetLandingPageView(ctx, req.(*GetLandingPageViewRequest)) + } + return interceptor(ctx, in, info, handler) +} + +var _LandingPageViewService_serviceDesc = grpc.ServiceDesc{ + ServiceName: "google.ads.googleads.v1.services.LandingPageViewService", + HandlerType: (*LandingPageViewServiceServer)(nil), + Methods: []grpc.MethodDesc{ + { + MethodName: "GetLandingPageView", + Handler: _LandingPageViewService_GetLandingPageView_Handler, + }, + }, + Streams: []grpc.StreamDesc{}, + Metadata: "google/ads/googleads/v1/services/landing_page_view_service.proto", +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/services/landing_page_view_service.proto", fileDescriptor_landing_page_view_service_969504292394555a) +} + +var fileDescriptor_landing_page_view_service_969504292394555a = []byte{ + // 387 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xbf, 0x6a, 0xdb, 0x40, + 0x18, 0x47, 0x2a, 0x14, 0x2a, 0xda, 0x45, 0x43, 0x69, 0xdd, 0x52, 0x8c, 0xeb, 0xa1, 0x78, 0xb8, + 0x43, 0x6e, 0x97, 0x9e, 0x09, 0x58, 0x5e, 0x9c, 0x21, 0x04, 0xe3, 0x80, 0x86, 0x20, 0x10, 0x67, + 0xeb, 0xcb, 0x21, 0xb0, 0xee, 0x94, 0x3b, 0x49, 0x1e, 0x42, 0x16, 0xbf, 0x42, 0xde, 0x20, 0x63, + 0xde, 0x22, 0x6b, 0xd6, 0xac, 0x19, 0x33, 0xe5, 0x29, 0x82, 0x7c, 0x3a, 0x41, 0x1c, 0x0b, 0x6f, + 0x3f, 0xdd, 0xf7, 0xfb, 0xf3, 0xdd, 0xef, 0xe4, 0x8c, 0x99, 0x10, 0x6c, 0x05, 0x98, 0xc6, 0x0a, + 0x6b, 0x58, 0xa1, 0xd2, 0xc3, 0x0a, 0x64, 0x99, 0x2c, 0x41, 0xe1, 0x15, 0xe5, 0x71, 0xc2, 0x59, + 0x94, 0x51, 0x06, 0x51, 0x99, 0xc0, 0x3a, 0xaa, 0x47, 0x28, 0x93, 0x22, 0x17, 0x6e, 0x57, 0xcb, + 0x10, 0x8d, 0x15, 0x6a, 0x1c, 0x50, 0xe9, 0x21, 0xe3, 0xd0, 0xf9, 0xdf, 0x96, 0x21, 0x41, 0x89, + 0x42, 0xee, 0x0d, 0xd1, 0xe6, 0x9d, 0x9f, 0x46, 0x9a, 0x25, 0x98, 0x72, 0x2e, 0x72, 0x9a, 0x27, + 0x82, 0xab, 0x7a, 0xfa, 0xab, 0x9e, 0x6e, 0xbf, 0x16, 0xc5, 0x05, 0x5e, 0x4b, 0x9a, 0x65, 0x20, + 0xeb, 0x79, 0x6f, 0xec, 0x7c, 0x9f, 0x42, 0x7e, 0xa2, 0xbd, 0x67, 0x94, 0x41, 0x90, 0xc0, 0x7a, + 0x0e, 0x97, 0x05, 0xa8, 0xdc, 0xfd, 0xed, 0x7c, 0x31, 0xf9, 0x11, 0xa7, 0x29, 0x7c, 0xb3, 0xba, + 0xd6, 0x9f, 0x4f, 0xf3, 0xcf, 0xe6, 0xf0, 0x94, 0xa6, 0x30, 0x7c, 0xb2, 0x9c, 0xaf, 0x3b, 0xfa, + 0x33, 0x7d, 0x2d, 0xf7, 0xde, 0x72, 0xdc, 0xf7, 0xee, 0xee, 0x08, 0x1d, 0xea, 0x03, 0xb5, 0xee, + 0xd4, 0x19, 0xb6, 0x8a, 0x9b, 0xaa, 0xd0, 0x8e, 0xb4, 0x47, 0x36, 0x8f, 0xcf, 0x37, 0xf6, 0x3f, + 0x77, 0x58, 0x35, 0x7a, 0xf5, 0xe6, 0x4a, 0x47, 0xcb, 0x42, 0xe5, 0x22, 0x05, 0xa9, 0xf0, 0xc0, + 0x54, 0x6c, 0x74, 0x0a, 0x0f, 0xae, 0x27, 0x1b, 0xdb, 0xe9, 0x2f, 0x45, 0x7a, 0x70, 0xe5, 0xc9, + 0x8f, 0xfd, 0x25, 0xcc, 0xaa, 0x9a, 0x67, 0xd6, 0xf9, 0x71, 0x6d, 0xc0, 0xc4, 0x8a, 0x72, 0x86, + 0x84, 0x64, 0x98, 0x01, 0xdf, 0x3e, 0x82, 0x79, 0xf1, 0x2c, 0x51, 0xed, 0x3f, 0xd9, 0xc8, 0x80, + 0x5b, 0xfb, 0xc3, 0xd4, 0xf7, 0xef, 0xec, 0xee, 0x54, 0x1b, 0xfa, 0xb1, 0x42, 0x1a, 0x56, 0x28, + 0xf0, 0x50, 0x1d, 0xac, 0x1e, 0x0c, 0x25, 0xf4, 0x63, 0x15, 0x36, 0x94, 0x30, 0xf0, 0x42, 0x43, + 0x79, 0xb1, 0xfb, 0xfa, 0x9c, 0x10, 0x3f, 0x56, 0x84, 0x34, 0x24, 0x42, 0x02, 0x8f, 0x10, 0x43, + 0x5b, 0x7c, 0xdc, 0xee, 0xf9, 0xf7, 0x35, 0x00, 0x00, 0xff, 0xff, 0x3e, 0xa1, 0x45, 0x50, 0x0b, + 0x03, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/services/language_constant_service.pb.go b/googleapis/ads/googleads/v1/services/language_constant_service.pb.go index ae79347a25..f4ee9771c4 100644 --- a/googleapis/ads/googleads/v1/services/language_constant_service.pb.go +++ b/googleapis/ads/googleads/v1/services/language_constant_service.pb.go @@ -38,7 +38,7 @@ func (m *GetLanguageConstantRequest) Reset() { *m = GetLanguageConstantR func (m *GetLanguageConstantRequest) String() string { return proto.CompactTextString(m) } func (*GetLanguageConstantRequest) ProtoMessage() {} func (*GetLanguageConstantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_constant_service_5b1f4d61adf752bc, []int{0} + return fileDescriptor_language_constant_service_a8b709dbef4a243c, []int{0} } func (m *GetLanguageConstantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetLanguageConstantRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _LanguageConstantService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/language_constant_service.proto", fileDescriptor_language_constant_service_5b1f4d61adf752bc) + proto.RegisterFile("google/ads/googleads/v1/services/language_constant_service.proto", fileDescriptor_language_constant_service_a8b709dbef4a243c) } -var fileDescriptor_language_constant_service_5b1f4d61adf752bc = []byte{ +var fileDescriptor_language_constant_service_a8b709dbef4a243c = []byte{ // 355 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0x4d, 0x4a, 0xc3, 0x40, 0x14, 0x26, 0x11, 0x04, 0x07, 0xdd, 0xc4, 0x85, 0x12, 0xba, 0x28, 0xb5, 0xe0, 0xcf, 0x62, 0x86, diff --git a/googleapis/ads/googleads/v1/services/location_view_service.pb.go b/googleapis/ads/googleads/v1/services/location_view_service.pb.go index b1743d6dd7..476216f0bb 100644 --- a/googleapis/ads/googleads/v1/services/location_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/location_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetLocationViewRequest) Reset() { *m = GetLocationViewRequest{} func (m *GetLocationViewRequest) String() string { return proto.CompactTextString(m) } func (*GetLocationViewRequest) ProtoMessage() {} func (*GetLocationViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_location_view_service_1678e91aea592293, []int{0} + return fileDescriptor_location_view_service_3a92c03e961aee1c, []int{0} } func (m *GetLocationViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetLocationViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _LocationViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/location_view_service.proto", fileDescriptor_location_view_service_1678e91aea592293) + proto.RegisterFile("google/ads/googleads/v1/services/location_view_service.proto", fileDescriptor_location_view_service_3a92c03e961aee1c) } -var fileDescriptor_location_view_service_1678e91aea592293 = []byte{ +var fileDescriptor_location_view_service_3a92c03e961aee1c = []byte{ // 362 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x3f, 0x4b, 0xc3, 0x40, 0x18, 0xc6, 0x49, 0x04, 0xc1, 0xa0, 0x08, 0x11, 0xa4, 0x14, 0x87, 0x52, 0x3b, 0x48, 0x87, 0x3b, diff --git a/googleapis/ads/googleads/v1/services/managed_placement_view_service.pb.go b/googleapis/ads/googleads/v1/services/managed_placement_view_service.pb.go index 5ecb402628..fad0474879 100644 --- a/googleapis/ads/googleads/v1/services/managed_placement_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/managed_placement_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetManagedPlacementViewRequest) Reset() { *m = GetManagedPlacem func (m *GetManagedPlacementViewRequest) String() string { return proto.CompactTextString(m) } func (*GetManagedPlacementViewRequest) ProtoMessage() {} func (*GetManagedPlacementViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_managed_placement_view_service_49750a7d8766db45, []int{0} + return fileDescriptor_managed_placement_view_service_836fe3ce69526adc, []int{0} } func (m *GetManagedPlacementViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetManagedPlacementViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _ManagedPlacementViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/managed_placement_view_service.proto", fileDescriptor_managed_placement_view_service_49750a7d8766db45) + proto.RegisterFile("google/ads/googleads/v1/services/managed_placement_view_service.proto", fileDescriptor_managed_placement_view_service_836fe3ce69526adc) } -var fileDescriptor_managed_placement_view_service_49750a7d8766db45 = []byte{ +var fileDescriptor_managed_placement_view_service_836fe3ce69526adc = []byte{ // 378 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0x3d, 0x6b, 0xdb, 0x40, 0x18, 0x46, 0x2a, 0x14, 0x2a, 0xda, 0x45, 0x4b, 0x8b, 0x5b, 0x8a, 0x70, 0x3d, 0x14, 0x0f, 0x77, diff --git a/googleapis/ads/googleads/v1/services/media_file_service.pb.go b/googleapis/ads/googleads/v1/services/media_file_service.pb.go index 23cf72fbfb..178759c935 100644 --- a/googleapis/ads/googleads/v1/services/media_file_service.pb.go +++ b/googleapis/ads/googleads/v1/services/media_file_service.pb.go @@ -40,7 +40,7 @@ func (m *GetMediaFileRequest) Reset() { *m = GetMediaFileRequest{} } func (m *GetMediaFileRequest) String() string { return proto.CompactTextString(m) } func (*GetMediaFileRequest) ProtoMessage() {} func (*GetMediaFileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_service_52854e541380429c, []int{0} + return fileDescriptor_media_file_service_a9f3cbbb085ac9a6, []int{0} } func (m *GetMediaFileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMediaFileRequest.Unmarshal(m, b) @@ -90,7 +90,7 @@ func (m *MutateMediaFilesRequest) Reset() { *m = MutateMediaFilesRequest func (m *MutateMediaFilesRequest) String() string { return proto.CompactTextString(m) } func (*MutateMediaFilesRequest) ProtoMessage() {} func (*MutateMediaFilesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_service_52854e541380429c, []int{1} + return fileDescriptor_media_file_service_a9f3cbbb085ac9a6, []int{1} } func (m *MutateMediaFilesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateMediaFilesRequest.Unmarshal(m, b) @@ -154,7 +154,7 @@ func (m *MediaFileOperation) Reset() { *m = MediaFileOperation{} } func (m *MediaFileOperation) String() string { return proto.CompactTextString(m) } func (*MediaFileOperation) ProtoMessage() {} func (*MediaFileOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_service_52854e541380429c, []int{2} + return fileDescriptor_media_file_service_a9f3cbbb085ac9a6, []int{2} } func (m *MediaFileOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MediaFileOperation.Unmarshal(m, b) @@ -271,7 +271,7 @@ func (m *MutateMediaFilesResponse) Reset() { *m = MutateMediaFilesRespon func (m *MutateMediaFilesResponse) String() string { return proto.CompactTextString(m) } func (*MutateMediaFilesResponse) ProtoMessage() {} func (*MutateMediaFilesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_service_52854e541380429c, []int{3} + return fileDescriptor_media_file_service_a9f3cbbb085ac9a6, []int{3} } func (m *MutateMediaFilesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateMediaFilesResponse.Unmarshal(m, b) @@ -318,7 +318,7 @@ func (m *MutateMediaFileResult) Reset() { *m = MutateMediaFileResult{} } func (m *MutateMediaFileResult) String() string { return proto.CompactTextString(m) } func (*MutateMediaFileResult) ProtoMessage() {} func (*MutateMediaFileResult) Descriptor() ([]byte, []int) { - return fileDescriptor_media_file_service_52854e541380429c, []int{4} + return fileDescriptor_media_file_service_a9f3cbbb085ac9a6, []int{4} } func (m *MutateMediaFileResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateMediaFileResult.Unmarshal(m, b) @@ -463,10 +463,10 @@ var _MediaFileService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/media_file_service.proto", fileDescriptor_media_file_service_52854e541380429c) + proto.RegisterFile("google/ads/googleads/v1/services/media_file_service.proto", fileDescriptor_media_file_service_a9f3cbbb085ac9a6) } -var fileDescriptor_media_file_service_52854e541380429c = []byte{ +var fileDescriptor_media_file_service_a9f3cbbb085ac9a6 = []byte{ // 646 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xcd, 0x6e, 0xd3, 0x4c, 0x14, 0xfd, 0x9c, 0x7c, 0x2a, 0x74, 0x52, 0xa0, 0x9a, 0xaa, 0x6a, 0x14, 0x21, 0x88, 0x4c, 0x25, diff --git a/googleapis/ads/googleads/v1/services/merchant_center_link_service.pb.go b/googleapis/ads/googleads/v1/services/merchant_center_link_service.pb.go index 48cad341a9..8701e5fbea 100644 --- a/googleapis/ads/googleads/v1/services/merchant_center_link_service.pb.go +++ b/googleapis/ads/googleads/v1/services/merchant_center_link_service.pb.go @@ -40,7 +40,7 @@ func (m *ListMerchantCenterLinksRequest) Reset() { *m = ListMerchantCent func (m *ListMerchantCenterLinksRequest) String() string { return proto.CompactTextString(m) } func (*ListMerchantCenterLinksRequest) ProtoMessage() {} func (*ListMerchantCenterLinksRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_merchant_center_link_service_21e19ec8285c21ff, []int{0} + return fileDescriptor_merchant_center_link_service_b9987cf1a2e346cc, []int{0} } func (m *ListMerchantCenterLinksRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListMerchantCenterLinksRequest.Unmarshal(m, b) @@ -80,7 +80,7 @@ func (m *ListMerchantCenterLinksResponse) Reset() { *m = ListMerchantCen func (m *ListMerchantCenterLinksResponse) String() string { return proto.CompactTextString(m) } func (*ListMerchantCenterLinksResponse) ProtoMessage() {} func (*ListMerchantCenterLinksResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_merchant_center_link_service_21e19ec8285c21ff, []int{1} + return fileDescriptor_merchant_center_link_service_b9987cf1a2e346cc, []int{1} } func (m *ListMerchantCenterLinksResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListMerchantCenterLinksResponse.Unmarshal(m, b) @@ -120,7 +120,7 @@ func (m *GetMerchantCenterLinkRequest) Reset() { *m = GetMerchantCenterL func (m *GetMerchantCenterLinkRequest) String() string { return proto.CompactTextString(m) } func (*GetMerchantCenterLinkRequest) ProtoMessage() {} func (*GetMerchantCenterLinkRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_merchant_center_link_service_21e19ec8285c21ff, []int{2} + return fileDescriptor_merchant_center_link_service_b9987cf1a2e346cc, []int{2} } func (m *GetMerchantCenterLinkRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMerchantCenterLinkRequest.Unmarshal(m, b) @@ -162,7 +162,7 @@ func (m *MutateMerchantCenterLinkRequest) Reset() { *m = MutateMerchantC func (m *MutateMerchantCenterLinkRequest) String() string { return proto.CompactTextString(m) } func (*MutateMerchantCenterLinkRequest) ProtoMessage() {} func (*MutateMerchantCenterLinkRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_merchant_center_link_service_21e19ec8285c21ff, []int{3} + return fileDescriptor_merchant_center_link_service_b9987cf1a2e346cc, []int{3} } func (m *MutateMerchantCenterLinkRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateMerchantCenterLinkRequest.Unmarshal(m, b) @@ -215,7 +215,7 @@ func (m *MerchantCenterLinkOperation) Reset() { *m = MerchantCenterLinkO func (m *MerchantCenterLinkOperation) String() string { return proto.CompactTextString(m) } func (*MerchantCenterLinkOperation) ProtoMessage() {} func (*MerchantCenterLinkOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_merchant_center_link_service_21e19ec8285c21ff, []int{4} + return fileDescriptor_merchant_center_link_service_b9987cf1a2e346cc, []int{4} } func (m *MerchantCenterLinkOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MerchantCenterLinkOperation.Unmarshal(m, b) @@ -362,7 +362,7 @@ func (m *MutateMerchantCenterLinkResponse) Reset() { *m = MutateMerchant func (m *MutateMerchantCenterLinkResponse) String() string { return proto.CompactTextString(m) } func (*MutateMerchantCenterLinkResponse) ProtoMessage() {} func (*MutateMerchantCenterLinkResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_merchant_center_link_service_21e19ec8285c21ff, []int{5} + return fileDescriptor_merchant_center_link_service_b9987cf1a2e346cc, []int{5} } func (m *MutateMerchantCenterLinkResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateMerchantCenterLinkResponse.Unmarshal(m, b) @@ -402,7 +402,7 @@ func (m *MutateMerchantCenterLinkResult) Reset() { *m = MutateMerchantCe func (m *MutateMerchantCenterLinkResult) String() string { return proto.CompactTextString(m) } func (*MutateMerchantCenterLinkResult) ProtoMessage() {} func (*MutateMerchantCenterLinkResult) Descriptor() ([]byte, []int) { - return fileDescriptor_merchant_center_link_service_21e19ec8285c21ff, []int{6} + return fileDescriptor_merchant_center_link_service_b9987cf1a2e346cc, []int{6} } func (m *MutateMerchantCenterLinkResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateMerchantCenterLinkResult.Unmarshal(m, b) @@ -584,10 +584,10 @@ var _MerchantCenterLinkService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/merchant_center_link_service.proto", fileDescriptor_merchant_center_link_service_21e19ec8285c21ff) + proto.RegisterFile("google/ads/googleads/v1/services/merchant_center_link_service.proto", fileDescriptor_merchant_center_link_service_b9987cf1a2e346cc) } -var fileDescriptor_merchant_center_link_service_21e19ec8285c21ff = []byte{ +var fileDescriptor_merchant_center_link_service_b9987cf1a2e346cc = []byte{ // 679 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xcf, 0x6b, 0x13, 0x4f, 0x14, 0xff, 0x4e, 0xca, 0xb7, 0xd0, 0x89, 0x5e, 0x46, 0x8a, 0x31, 0x96, 0x36, 0xac, 0x3d, 0x94, diff --git a/googleapis/ads/googleads/v1/services/mobile_app_category_constant_service.pb.go b/googleapis/ads/googleads/v1/services/mobile_app_category_constant_service.pb.go index 80ca88c6df..4f98cb9ae3 100644 --- a/googleapis/ads/googleads/v1/services/mobile_app_category_constant_service.pb.go +++ b/googleapis/ads/googleads/v1/services/mobile_app_category_constant_service.pb.go @@ -39,7 +39,7 @@ func (m *GetMobileAppCategoryConstantRequest) Reset() { *m = GetMobileAp func (m *GetMobileAppCategoryConstantRequest) String() string { return proto.CompactTextString(m) } func (*GetMobileAppCategoryConstantRequest) ProtoMessage() {} func (*GetMobileAppCategoryConstantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_mobile_app_category_constant_service_dbbfd061134bc46b, []int{0} + return fileDescriptor_mobile_app_category_constant_service_8ab2dafc094f53e2, []int{0} } func (m *GetMobileAppCategoryConstantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMobileAppCategoryConstantRequest.Unmarshal(m, b) @@ -145,10 +145,10 @@ var _MobileAppCategoryConstantService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/mobile_app_category_constant_service.proto", fileDescriptor_mobile_app_category_constant_service_dbbfd061134bc46b) + proto.RegisterFile("google/ads/googleads/v1/services/mobile_app_category_constant_service.proto", fileDescriptor_mobile_app_category_constant_service_8ab2dafc094f53e2) } -var fileDescriptor_mobile_app_category_constant_service_dbbfd061134bc46b = []byte{ +var fileDescriptor_mobile_app_category_constant_service_8ab2dafc094f53e2 = []byte{ // 371 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0x31, 0x4b, 0xfb, 0x40, 0x18, 0xc6, 0x49, 0xfe, 0xf0, 0x07, 0x83, 0x2e, 0x99, 0xa4, 0x74, 0x08, 0x6d, 0x05, 0x71, 0xb8, diff --git a/googleapis/ads/googleads/v1/services/mobile_device_constant_service.pb.go b/googleapis/ads/googleads/v1/services/mobile_device_constant_service.pb.go index 4a1acf8dd3..743ec61077 100644 --- a/googleapis/ads/googleads/v1/services/mobile_device_constant_service.pb.go +++ b/googleapis/ads/googleads/v1/services/mobile_device_constant_service.pb.go @@ -38,7 +38,7 @@ func (m *GetMobileDeviceConstantRequest) Reset() { *m = GetMobileDeviceC func (m *GetMobileDeviceConstantRequest) String() string { return proto.CompactTextString(m) } func (*GetMobileDeviceConstantRequest) ProtoMessage() {} func (*GetMobileDeviceConstantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_mobile_device_constant_service_c6a03f1db47349fe, []int{0} + return fileDescriptor_mobile_device_constant_service_eac6f777d9ebb18e, []int{0} } func (m *GetMobileDeviceConstantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMobileDeviceConstantRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _MobileDeviceConstantService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/mobile_device_constant_service.proto", fileDescriptor_mobile_device_constant_service_c6a03f1db47349fe) + proto.RegisterFile("google/ads/googleads/v1/services/mobile_device_constant_service.proto", fileDescriptor_mobile_device_constant_service_eac6f777d9ebb18e) } -var fileDescriptor_mobile_device_constant_service_c6a03f1db47349fe = []byte{ +var fileDescriptor_mobile_device_constant_service_eac6f777d9ebb18e = []byte{ // 362 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xbf, 0x4a, 0xc3, 0x40, 0x18, 0x27, 0x11, 0x04, 0x83, 0x2e, 0x59, 0x94, 0x2a, 0x12, 0x6a, 0x07, 0x51, 0xbc, 0x23, 0x76, diff --git a/googleapis/ads/googleads/v1/services/mutate_job_service.pb.go b/googleapis/ads/googleads/v1/services/mutate_job_service.pb.go index 2c808a33d3..db3e3e640f 100644 --- a/googleapis/ads/googleads/v1/services/mutate_job_service.pb.go +++ b/googleapis/ads/googleads/v1/services/mutate_job_service.pb.go @@ -40,7 +40,7 @@ func (m *CreateMutateJobRequest) Reset() { *m = CreateMutateJobRequest{} func (m *CreateMutateJobRequest) String() string { return proto.CompactTextString(m) } func (*CreateMutateJobRequest) ProtoMessage() {} func (*CreateMutateJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_mutate_job_service_a0ae22f320850a68, []int{0} + return fileDescriptor_mutate_job_service_ffc52ee77e0c9b27, []int{0} } func (m *CreateMutateJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateMutateJobRequest.Unmarshal(m, b) @@ -80,7 +80,7 @@ func (m *CreateMutateJobResponse) Reset() { *m = CreateMutateJobResponse func (m *CreateMutateJobResponse) String() string { return proto.CompactTextString(m) } func (*CreateMutateJobResponse) ProtoMessage() {} func (*CreateMutateJobResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_mutate_job_service_a0ae22f320850a68, []int{1} + return fileDescriptor_mutate_job_service_ffc52ee77e0c9b27, []int{1} } func (m *CreateMutateJobResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateMutateJobResponse.Unmarshal(m, b) @@ -120,7 +120,7 @@ func (m *GetMutateJobRequest) Reset() { *m = GetMutateJobRequest{} } func (m *GetMutateJobRequest) String() string { return proto.CompactTextString(m) } func (*GetMutateJobRequest) ProtoMessage() {} func (*GetMutateJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_mutate_job_service_a0ae22f320850a68, []int{2} + return fileDescriptor_mutate_job_service_ffc52ee77e0c9b27, []int{2} } func (m *GetMutateJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMutateJobRequest.Unmarshal(m, b) @@ -160,7 +160,7 @@ func (m *RunMutateJobRequest) Reset() { *m = RunMutateJobRequest{} } func (m *RunMutateJobRequest) String() string { return proto.CompactTextString(m) } func (*RunMutateJobRequest) ProtoMessage() {} func (*RunMutateJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_mutate_job_service_a0ae22f320850a68, []int{3} + return fileDescriptor_mutate_job_service_ffc52ee77e0c9b27, []int{3} } func (m *RunMutateJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunMutateJobRequest.Unmarshal(m, b) @@ -217,7 +217,7 @@ func (m *AddMutateJobOperationsRequest) Reset() { *m = AddMutateJobOpera func (m *AddMutateJobOperationsRequest) String() string { return proto.CompactTextString(m) } func (*AddMutateJobOperationsRequest) ProtoMessage() {} func (*AddMutateJobOperationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_mutate_job_service_a0ae22f320850a68, []int{4} + return fileDescriptor_mutate_job_service_ffc52ee77e0c9b27, []int{4} } func (m *AddMutateJobOperationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddMutateJobOperationsRequest.Unmarshal(m, b) @@ -275,7 +275,7 @@ func (m *AddMutateJobOperationsResponse) Reset() { *m = AddMutateJobOper func (m *AddMutateJobOperationsResponse) String() string { return proto.CompactTextString(m) } func (*AddMutateJobOperationsResponse) ProtoMessage() {} func (*AddMutateJobOperationsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_mutate_job_service_a0ae22f320850a68, []int{5} + return fileDescriptor_mutate_job_service_ffc52ee77e0c9b27, []int{5} } func (m *AddMutateJobOperationsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddMutateJobOperationsResponse.Unmarshal(m, b) @@ -331,7 +331,7 @@ func (m *ListMutateJobResultsRequest) Reset() { *m = ListMutateJobResult func (m *ListMutateJobResultsRequest) String() string { return proto.CompactTextString(m) } func (*ListMutateJobResultsRequest) ProtoMessage() {} func (*ListMutateJobResultsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_mutate_job_service_a0ae22f320850a68, []int{6} + return fileDescriptor_mutate_job_service_ffc52ee77e0c9b27, []int{6} } func (m *ListMutateJobResultsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListMutateJobResultsRequest.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *ListMutateJobResultsResponse) Reset() { *m = ListMutateJobResul func (m *ListMutateJobResultsResponse) String() string { return proto.CompactTextString(m) } func (*ListMutateJobResultsResponse) ProtoMessage() {} func (*ListMutateJobResultsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_mutate_job_service_a0ae22f320850a68, []int{7} + return fileDescriptor_mutate_job_service_ffc52ee77e0c9b27, []int{7} } func (m *ListMutateJobResultsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListMutateJobResultsResponse.Unmarshal(m, b) @@ -442,7 +442,7 @@ func (m *MutateJobResult) Reset() { *m = MutateJobResult{} } func (m *MutateJobResult) String() string { return proto.CompactTextString(m) } func (*MutateJobResult) ProtoMessage() {} func (*MutateJobResult) Descriptor() ([]byte, []int) { - return fileDescriptor_mutate_job_service_a0ae22f320850a68, []int{8} + return fileDescriptor_mutate_job_service_ffc52ee77e0c9b27, []int{8} } func (m *MutateJobResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateJobResult.Unmarshal(m, b) @@ -720,10 +720,10 @@ var _MutateJobService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/mutate_job_service.proto", fileDescriptor_mutate_job_service_a0ae22f320850a68) + proto.RegisterFile("google/ads/googleads/v1/services/mutate_job_service.proto", fileDescriptor_mutate_job_service_ffc52ee77e0c9b27) } -var fileDescriptor_mutate_job_service_a0ae22f320850a68 = []byte{ +var fileDescriptor_mutate_job_service_ffc52ee77e0c9b27 = []byte{ // 867 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0x4f, 0x6f, 0xe3, 0x44, 0x14, 0xd7, 0x24, 0x62, 0x97, 0x9d, 0xb4, 0x9b, 0xee, 0x2c, 0x6c, 0x83, 0x77, 0x0b, 0x91, 0x77, diff --git a/googleapis/ads/googleads/v1/services/operating_system_version_constant_service.pb.go b/googleapis/ads/googleads/v1/services/operating_system_version_constant_service.pb.go index acb2a813c6..a90cab45a9 100644 --- a/googleapis/ads/googleads/v1/services/operating_system_version_constant_service.pb.go +++ b/googleapis/ads/googleads/v1/services/operating_system_version_constant_service.pb.go @@ -41,7 +41,7 @@ func (m *GetOperatingSystemVersionConstantRequest) Reset() { func (m *GetOperatingSystemVersionConstantRequest) String() string { return proto.CompactTextString(m) } func (*GetOperatingSystemVersionConstantRequest) ProtoMessage() {} func (*GetOperatingSystemVersionConstantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_operating_system_version_constant_service_857498394e45f20b, []int{0} + return fileDescriptor_operating_system_version_constant_service_2677ec2344d0da1f, []int{0} } func (m *GetOperatingSystemVersionConstantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetOperatingSystemVersionConstantRequest.Unmarshal(m, b) @@ -147,10 +147,10 @@ var _OperatingSystemVersionConstantService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/operating_system_version_constant_service.proto", fileDescriptor_operating_system_version_constant_service_857498394e45f20b) + proto.RegisterFile("google/ads/googleads/v1/services/operating_system_version_constant_service.proto", fileDescriptor_operating_system_version_constant_service_2677ec2344d0da1f) } -var fileDescriptor_operating_system_version_constant_service_857498394e45f20b = []byte{ +var fileDescriptor_operating_system_version_constant_service_2677ec2344d0da1f = []byte{ // 376 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xcf, 0x4a, 0xf3, 0x40, 0x14, 0xc5, 0x49, 0x3e, 0xf8, 0xc0, 0xa0, 0x9b, 0xac, 0xa4, 0xb8, 0xa8, 0xb5, 0x42, 0xe9, 0x62, diff --git a/googleapis/ads/googleads/v1/services/paid_organic_search_term_view_service.pb.go b/googleapis/ads/googleads/v1/services/paid_organic_search_term_view_service.pb.go new file mode 100644 index 0000000000..9a74a8894d --- /dev/null +++ b/googleapis/ads/googleads/v1/services/paid_organic_search_term_view_service.pb.go @@ -0,0 +1,178 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/services/paid_organic_search_term_view_service.proto + +package services // import "google.golang.org/genproto/googleapis/ads/googleads/v1/services" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import resources "google.golang.org/genproto/googleapis/ads/googleads/v1/resources" +import _ "google.golang.org/genproto/googleapis/api/annotations" + +import ( + context "golang.org/x/net/context" + grpc "google.golang.org/grpc" +) + +// 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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Request message for +// [PaidOrganicSearchTermViewService.GetPaidOrganicSearchTermView][google.ads.googleads.v1.services.PaidOrganicSearchTermViewService.GetPaidOrganicSearchTermView]. +type GetPaidOrganicSearchTermViewRequest struct { + // The resource name of the paid organic search term view to fetch. + ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GetPaidOrganicSearchTermViewRequest) Reset() { *m = GetPaidOrganicSearchTermViewRequest{} } +func (m *GetPaidOrganicSearchTermViewRequest) String() string { return proto.CompactTextString(m) } +func (*GetPaidOrganicSearchTermViewRequest) ProtoMessage() {} +func (*GetPaidOrganicSearchTermViewRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_paid_organic_search_term_view_service_30d5905997917b5b, []int{0} +} +func (m *GetPaidOrganicSearchTermViewRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetPaidOrganicSearchTermViewRequest.Unmarshal(m, b) +} +func (m *GetPaidOrganicSearchTermViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetPaidOrganicSearchTermViewRequest.Marshal(b, m, deterministic) +} +func (dst *GetPaidOrganicSearchTermViewRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetPaidOrganicSearchTermViewRequest.Merge(dst, src) +} +func (m *GetPaidOrganicSearchTermViewRequest) XXX_Size() int { + return xxx_messageInfo_GetPaidOrganicSearchTermViewRequest.Size(m) +} +func (m *GetPaidOrganicSearchTermViewRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetPaidOrganicSearchTermViewRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetPaidOrganicSearchTermViewRequest proto.InternalMessageInfo + +func (m *GetPaidOrganicSearchTermViewRequest) GetResourceName() string { + if m != nil { + return m.ResourceName + } + return "" +} + +func init() { + proto.RegisterType((*GetPaidOrganicSearchTermViewRequest)(nil), "google.ads.googleads.v1.services.GetPaidOrganicSearchTermViewRequest") +} + +// Reference imports to suppress errors if they are not otherwise used. +var _ context.Context +var _ grpc.ClientConn + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the grpc package it is being compiled against. +const _ = grpc.SupportPackageIsVersion4 + +// PaidOrganicSearchTermViewServiceClient is the client API for PaidOrganicSearchTermViewService service. +// +// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. +type PaidOrganicSearchTermViewServiceClient interface { + // Returns the requested paid organic search term view in full detail. + GetPaidOrganicSearchTermView(ctx context.Context, in *GetPaidOrganicSearchTermViewRequest, opts ...grpc.CallOption) (*resources.PaidOrganicSearchTermView, error) +} + +type paidOrganicSearchTermViewServiceClient struct { + cc *grpc.ClientConn +} + +func NewPaidOrganicSearchTermViewServiceClient(cc *grpc.ClientConn) PaidOrganicSearchTermViewServiceClient { + return &paidOrganicSearchTermViewServiceClient{cc} +} + +func (c *paidOrganicSearchTermViewServiceClient) GetPaidOrganicSearchTermView(ctx context.Context, in *GetPaidOrganicSearchTermViewRequest, opts ...grpc.CallOption) (*resources.PaidOrganicSearchTermView, error) { + out := new(resources.PaidOrganicSearchTermView) + err := c.cc.Invoke(ctx, "/google.ads.googleads.v1.services.PaidOrganicSearchTermViewService/GetPaidOrganicSearchTermView", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +// PaidOrganicSearchTermViewServiceServer is the server API for PaidOrganicSearchTermViewService service. +type PaidOrganicSearchTermViewServiceServer interface { + // Returns the requested paid organic search term view in full detail. + GetPaidOrganicSearchTermView(context.Context, *GetPaidOrganicSearchTermViewRequest) (*resources.PaidOrganicSearchTermView, error) +} + +func RegisterPaidOrganicSearchTermViewServiceServer(s *grpc.Server, srv PaidOrganicSearchTermViewServiceServer) { + s.RegisterService(&_PaidOrganicSearchTermViewService_serviceDesc, srv) +} + +func _PaidOrganicSearchTermViewService_GetPaidOrganicSearchTermView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetPaidOrganicSearchTermViewRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(PaidOrganicSearchTermViewServiceServer).GetPaidOrganicSearchTermView(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.ads.googleads.v1.services.PaidOrganicSearchTermViewService/GetPaidOrganicSearchTermView", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(PaidOrganicSearchTermViewServiceServer).GetPaidOrganicSearchTermView(ctx, req.(*GetPaidOrganicSearchTermViewRequest)) + } + return interceptor(ctx, in, info, handler) +} + +var _PaidOrganicSearchTermViewService_serviceDesc = grpc.ServiceDesc{ + ServiceName: "google.ads.googleads.v1.services.PaidOrganicSearchTermViewService", + HandlerType: (*PaidOrganicSearchTermViewServiceServer)(nil), + Methods: []grpc.MethodDesc{ + { + MethodName: "GetPaidOrganicSearchTermView", + Handler: _PaidOrganicSearchTermViewService_GetPaidOrganicSearchTermView_Handler, + }, + }, + Streams: []grpc.StreamDesc{}, + Metadata: "google/ads/googleads/v1/services/paid_organic_search_term_view_service.proto", +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/services/paid_organic_search_term_view_service.proto", fileDescriptor_paid_organic_search_term_view_service_30d5905997917b5b) +} + +var fileDescriptor_paid_organic_search_term_view_service_30d5905997917b5b = []byte{ + // 389 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0x41, 0x8b, 0xd3, 0x40, + 0x18, 0x86, 0x49, 0x04, 0xc1, 0xa0, 0x97, 0x9c, 0xa4, 0xf4, 0x10, 0xda, 0x0a, 0xd2, 0xc3, 0x0c, + 0xd1, 0xdb, 0x58, 0x85, 0x14, 0x4b, 0x45, 0x44, 0x4b, 0x2b, 0x39, 0x48, 0x20, 0x8c, 0xc9, 0x47, + 0x1c, 0x68, 0x32, 0x71, 0xbe, 0x34, 0x3d, 0x88, 0x17, 0xcf, 0xe2, 0xc5, 0x7f, 0xe0, 0xd1, 0x9f, + 0xb2, 0xd7, 0xfd, 0x0b, 0x7b, 0xd9, 0xfd, 0x15, 0x4b, 0x32, 0x9d, 0xc0, 0xc2, 0x66, 0xb3, 0xb7, + 0x97, 0x99, 0x97, 0xe7, 0x9d, 0xef, 0xfd, 0xc6, 0xf9, 0x90, 0x49, 0x99, 0xed, 0x81, 0xf2, 0x14, + 0xa9, 0x96, 0x8d, 0xaa, 0x7d, 0x8a, 0xa0, 0x6a, 0x91, 0x00, 0xd2, 0x92, 0x8b, 0x34, 0x96, 0x2a, + 0xe3, 0x85, 0x48, 0x62, 0x04, 0xae, 0x92, 0x6f, 0x71, 0x05, 0x2a, 0x8f, 0x6b, 0x01, 0xc7, 0xf8, + 0x64, 0x23, 0xa5, 0x92, 0x95, 0x74, 0x3d, 0x8d, 0x20, 0x3c, 0x45, 0xd2, 0xd1, 0x48, 0xed, 0x13, + 0x43, 0x1b, 0xad, 0xfa, 0xf2, 0x14, 0xa0, 0x3c, 0xa8, 0xc1, 0x40, 0x1d, 0x34, 0x1a, 0x1b, 0x4c, + 0x29, 0x28, 0x2f, 0x0a, 0x59, 0xf1, 0x4a, 0xc8, 0x02, 0xf5, 0xed, 0xe4, 0xbd, 0x33, 0x5d, 0x43, + 0xb5, 0xe1, 0x22, 0xfd, 0xa4, 0x31, 0xbb, 0x96, 0xf2, 0x19, 0x54, 0x1e, 0x0a, 0x38, 0x6e, 0xe1, + 0xfb, 0x01, 0xb0, 0x72, 0xa7, 0xce, 0x13, 0x93, 0x1a, 0x17, 0x3c, 0x87, 0xa7, 0x96, 0x67, 0x3d, + 0x7f, 0xb4, 0x7d, 0x6c, 0x0e, 0x3f, 0xf2, 0x1c, 0x5e, 0xfc, 0xb1, 0x1d, 0xaf, 0x97, 0xb4, 0xd3, + 0x63, 0xb9, 0x97, 0x96, 0x33, 0xbe, 0x2b, 0xd1, 0x5d, 0x91, 0xa1, 0x66, 0xc8, 0x3d, 0x5e, 0x3c, + 0x5a, 0xf4, 0x62, 0xba, 0xfa, 0x48, 0x2f, 0x64, 0xf2, 0xf6, 0xd7, 0xf9, 0xc5, 0x5f, 0xfb, 0x8d, + 0xbb, 0x68, 0xfa, 0xfe, 0x71, 0x63, 0xf4, 0xd7, 0xc9, 0x01, 0x2b, 0x99, 0x83, 0x42, 0x3a, 0x6f, + 0x17, 0x70, 0x2b, 0x01, 0xe9, 0xfc, 0xe7, 0xf2, 0xb7, 0xed, 0xcc, 0x12, 0x99, 0x0f, 0x0e, 0xb4, + 0x7c, 0x36, 0x54, 0xdb, 0xa6, 0x59, 0xd6, 0xc6, 0xfa, 0xf2, 0xee, 0x84, 0xca, 0xe4, 0x9e, 0x17, + 0x19, 0x91, 0x2a, 0xa3, 0x19, 0x14, 0xed, 0x2a, 0xcd, 0x1f, 0x29, 0x05, 0xf6, 0x7f, 0xd1, 0x57, + 0x46, 0xfc, 0xb3, 0x1f, 0xac, 0x83, 0xe0, 0xbf, 0xed, 0xad, 0x35, 0x30, 0x48, 0x91, 0x68, 0xd9, + 0xa8, 0xd0, 0x27, 0xa7, 0x60, 0x3c, 0x33, 0x96, 0x28, 0x48, 0x31, 0xea, 0x2c, 0x51, 0xe8, 0x47, + 0xc6, 0x72, 0x65, 0xcf, 0xf4, 0x39, 0x63, 0x41, 0x8a, 0x8c, 0x75, 0x26, 0xc6, 0x42, 0x9f, 0x31, + 0x63, 0xfb, 0xfa, 0xb0, 0x7d, 0xe7, 0xcb, 0xeb, 0x00, 0x00, 0x00, 0xff, 0xff, 0x55, 0x18, 0xd6, + 0x92, 0x49, 0x03, 0x00, 0x00, +} diff --git a/googleapis/ads/googleads/v1/services/parental_status_view_service.pb.go b/googleapis/ads/googleads/v1/services/parental_status_view_service.pb.go index e925ed209c..642113994e 100644 --- a/googleapis/ads/googleads/v1/services/parental_status_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/parental_status_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetParentalStatusViewRequest) Reset() { *m = GetParentalStatusV func (m *GetParentalStatusViewRequest) String() string { return proto.CompactTextString(m) } func (*GetParentalStatusViewRequest) ProtoMessage() {} func (*GetParentalStatusViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_parental_status_view_service_e43ec00f0825fc41, []int{0} + return fileDescriptor_parental_status_view_service_d789c0781624ed91, []int{0} } func (m *GetParentalStatusViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetParentalStatusViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _ParentalStatusViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/parental_status_view_service.proto", fileDescriptor_parental_status_view_service_e43ec00f0825fc41) + proto.RegisterFile("google/ads/googleads/v1/services/parental_status_view_service.proto", fileDescriptor_parental_status_view_service_d789c0781624ed91) } -var fileDescriptor_parental_status_view_service_e43ec00f0825fc41 = []byte{ +var fileDescriptor_parental_status_view_service_d789c0781624ed91 = []byte{ // 371 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xcf, 0x4a, 0xc3, 0x30, 0x18, 0xa7, 0x15, 0x04, 0x8b, 0x5e, 0x0a, 0x82, 0x8e, 0x21, 0x63, 0xee, 0x20, 0x3b, 0x24, 0x54, diff --git a/googleapis/ads/googleads/v1/services/payments_account_service.pb.go b/googleapis/ads/googleads/v1/services/payments_account_service.pb.go index 720db7c57f..b9aae9e707 100644 --- a/googleapis/ads/googleads/v1/services/payments_account_service.pb.go +++ b/googleapis/ads/googleads/v1/services/payments_account_service.pb.go @@ -38,7 +38,7 @@ func (m *ListPaymentsAccountsRequest) Reset() { *m = ListPaymentsAccount func (m *ListPaymentsAccountsRequest) String() string { return proto.CompactTextString(m) } func (*ListPaymentsAccountsRequest) ProtoMessage() {} func (*ListPaymentsAccountsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_payments_account_service_faf896254bb6e656, []int{0} + return fileDescriptor_payments_account_service_4cd5864e195abdc3, []int{0} } func (m *ListPaymentsAccountsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListPaymentsAccountsRequest.Unmarshal(m, b) @@ -78,7 +78,7 @@ func (m *ListPaymentsAccountsResponse) Reset() { *m = ListPaymentsAccoun func (m *ListPaymentsAccountsResponse) String() string { return proto.CompactTextString(m) } func (*ListPaymentsAccountsResponse) ProtoMessage() {} func (*ListPaymentsAccountsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_payments_account_service_faf896254bb6e656, []int{1} + return fileDescriptor_payments_account_service_4cd5864e195abdc3, []int{1} } func (m *ListPaymentsAccountsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListPaymentsAccountsResponse.Unmarshal(m, b) @@ -189,10 +189,10 @@ var _PaymentsAccountService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/payments_account_service.proto", fileDescriptor_payments_account_service_faf896254bb6e656) + proto.RegisterFile("google/ads/googleads/v1/services/payments_account_service.proto", fileDescriptor_payments_account_service_4cd5864e195abdc3) } -var fileDescriptor_payments_account_service_faf896254bb6e656 = []byte{ +var fileDescriptor_payments_account_service_4cd5864e195abdc3 = []byte{ // 399 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x52, 0xcf, 0x6a, 0xdb, 0x30, 0x18, 0xc7, 0x0e, 0x0c, 0xa6, 0x5c, 0x36, 0x33, 0x46, 0x48, 0x02, 0x33, 0x21, 0x87, 0xb0, 0x83, diff --git a/googleapis/ads/googleads/v1/services/product_bidding_category_constant_service.pb.go b/googleapis/ads/googleads/v1/services/product_bidding_category_constant_service.pb.go index 09b7bcfad9..87b9f2b48f 100644 --- a/googleapis/ads/googleads/v1/services/product_bidding_category_constant_service.pb.go +++ b/googleapis/ads/googleads/v1/services/product_bidding_category_constant_service.pb.go @@ -41,7 +41,7 @@ func (m *GetProductBiddingCategoryConstantRequest) Reset() { func (m *GetProductBiddingCategoryConstantRequest) String() string { return proto.CompactTextString(m) } func (*GetProductBiddingCategoryConstantRequest) ProtoMessage() {} func (*GetProductBiddingCategoryConstantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_bidding_category_constant_service_9203ded5377a056e, []int{0} + return fileDescriptor_product_bidding_category_constant_service_6978b02f4af5cdee, []int{0} } func (m *GetProductBiddingCategoryConstantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetProductBiddingCategoryConstantRequest.Unmarshal(m, b) @@ -147,33 +147,33 @@ var _ProductBiddingCategoryConstantService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/product_bidding_category_constant_service.proto", fileDescriptor_product_bidding_category_constant_service_9203ded5377a056e) -} - -var fileDescriptor_product_bidding_category_constant_service_9203ded5377a056e = []byte{ - // 382 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0x3f, 0x4b, 0xe4, 0x40, - 0x18, 0xc6, 0x49, 0x0e, 0x0e, 0x2e, 0xdc, 0x35, 0xa9, 0x8e, 0xe5, 0x8a, 0xdd, 0x3d, 0x85, 0x65, - 0x8b, 0x09, 0x51, 0x44, 0x18, 0xd9, 0x22, 0xbb, 0xc8, 0xaa, 0x85, 0x86, 0x15, 0xb6, 0x90, 0x40, - 0x98, 0xcd, 0x0c, 0x43, 0x60, 0x33, 0x13, 0xf3, 0x4e, 0x16, 0x44, 0x6c, 0xfc, 0x00, 0x36, 0x96, - 0x76, 0x96, 0x7e, 0x14, 0x5b, 0xbf, 0x82, 0x95, 0x9d, 0xdf, 0x40, 0xb2, 0x93, 0x09, 0x58, 0xec, - 0x9f, 0xee, 0x61, 0xf2, 0xe4, 0xf7, 0xcc, 0xfb, 0xbc, 0xe3, 0x84, 0x5c, 0x4a, 0x3e, 0x67, 0x1e, - 0xa1, 0xe0, 0x69, 0x59, 0xa9, 0x85, 0xef, 0x01, 0x2b, 0x16, 0x69, 0xc2, 0xc0, 0xcb, 0x0b, 0x49, - 0xcb, 0x44, 0xc5, 0xb3, 0x94, 0xd2, 0x54, 0xf0, 0x38, 0x21, 0x8a, 0x71, 0x59, 0xdc, 0xc4, 0x89, - 0x14, 0xa0, 0x88, 0x50, 0x71, 0x6d, 0x45, 0x79, 0x21, 0x95, 0x74, 0xdb, 0x1a, 0x83, 0x08, 0x05, - 0xd4, 0x10, 0xd1, 0xc2, 0x47, 0x86, 0xd8, 0x3a, 0x5d, 0x95, 0x59, 0x30, 0x90, 0x65, 0xb1, 0x55, - 0xa8, 0x0e, 0x6b, 0xfd, 0x33, 0xa8, 0x3c, 0xf5, 0x88, 0x10, 0x52, 0x11, 0x95, 0x4a, 0x01, 0xfa, - 0x6b, 0xf7, 0xc2, 0xe9, 0x8d, 0x99, 0x0a, 0x35, 0x6b, 0xa8, 0x51, 0xa3, 0x9a, 0x34, 0xaa, 0x41, - 0x13, 0x76, 0x5d, 0x32, 0x50, 0xee, 0x7f, 0xe7, 0x8f, 0x89, 0x8f, 0x05, 0xc9, 0xd8, 0x5f, 0xab, - 0x6d, 0xf5, 0x7e, 0x4d, 0x7e, 0x9b, 0xc3, 0x73, 0x92, 0xb1, 0xbd, 0x27, 0xdb, 0xd9, 0x5d, 0x8f, - 0xbb, 0xd4, 0x43, 0xba, 0x9f, 0x96, 0xd3, 0xd9, 0x98, 0xed, 0x9e, 0xa1, 0x4d, 0x65, 0xa1, 0x6d, - 0x07, 0x68, 0x05, 0x2b, 0x59, 0x4d, 0xad, 0x68, 0x3d, 0xa9, 0x3b, 0xb8, 0x7f, 0x7b, 0x7f, 0xb4, - 0x0f, 0xdd, 0x83, 0x6a, 0x19, 0xb7, 0xdf, 0xea, 0x18, 0xe4, 0x6b, 0x7f, 0x05, 0xaf, 0x7f, 0x37, - 0x7c, 0xb0, 0x9d, 0x9d, 0x44, 0x66, 0x1b, 0x67, 0x1a, 0xf6, 0xb7, 0xea, 0x30, 0xac, 0x76, 0x18, - 0x5a, 0x57, 0x27, 0x35, 0x8f, 0xcb, 0x39, 0x11, 0x1c, 0xc9, 0x82, 0x7b, 0x9c, 0x89, 0xe5, 0x86, - 0xcd, 0xf3, 0xc9, 0x53, 0x58, 0xfd, 0x82, 0x8f, 0x8c, 0x78, 0xb6, 0x7f, 0x8c, 0x83, 0xe0, 0xc5, - 0x6e, 0x8f, 0x35, 0x30, 0xa0, 0x80, 0xb4, 0xac, 0xd4, 0xd4, 0x47, 0x75, 0x30, 0xbc, 0x1a, 0x4b, - 0x14, 0x50, 0x88, 0x1a, 0x4b, 0x34, 0xf5, 0x23, 0x63, 0xf9, 0xb0, 0x3b, 0xfa, 0x1c, 0xe3, 0x80, - 0x02, 0xc6, 0x8d, 0x09, 0xe3, 0xa9, 0x8f, 0xf1, 0xb1, 0x28, 0x33, 0x98, 0xfd, 0x5c, 0x5e, 0x72, - 0xff, 0x2b, 0x00, 0x00, 0xff, 0xff, 0x79, 0x34, 0x7d, 0xd2, 0x65, 0x03, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/services/product_bidding_category_constant_service.proto", fileDescriptor_product_bidding_category_constant_service_6978b02f4af5cdee) +} + +var fileDescriptor_product_bidding_category_constant_service_6978b02f4af5cdee = []byte{ + // 379 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xcf, 0x4a, 0xeb, 0x40, + 0x18, 0xc5, 0x49, 0x2e, 0x5c, 0xb8, 0xe1, 0xde, 0x4d, 0x56, 0x97, 0xe2, 0xa2, 0xd6, 0x0a, 0xa5, + 0x8b, 0x09, 0x51, 0x44, 0x18, 0xe9, 0x22, 0xed, 0xa2, 0xea, 0x42, 0x43, 0x85, 0x2e, 0x24, 0x10, + 0xa6, 0x99, 0x61, 0x08, 0xb4, 0x33, 0x71, 0xbe, 0x69, 0x41, 0xc4, 0x8d, 0x6f, 0x20, 0x2e, 0xdd, + 0xb9, 0xf4, 0x51, 0xdc, 0xfa, 0x0a, 0xae, 0xdc, 0xf9, 0x06, 0x92, 0x4e, 0x26, 0xe0, 0xa2, 0x7f, + 0x76, 0x87, 0xc9, 0xc9, 0xef, 0xcc, 0x77, 0xbe, 0xf1, 0x62, 0x2e, 0x25, 0x9f, 0xb2, 0x80, 0x50, + 0x08, 0x8c, 0x2c, 0xd5, 0x22, 0x0c, 0x80, 0xa9, 0x45, 0x9e, 0x31, 0x08, 0x0a, 0x25, 0xe9, 0x3c, + 0xd3, 0xe9, 0x24, 0xa7, 0x34, 0x17, 0x3c, 0xcd, 0x88, 0x66, 0x5c, 0xaa, 0xdb, 0x34, 0x93, 0x02, + 0x34, 0x11, 0x3a, 0xad, 0xac, 0xa8, 0x50, 0x52, 0x4b, 0xbf, 0x69, 0x30, 0x88, 0x50, 0x40, 0x35, + 0x11, 0x2d, 0x42, 0x64, 0x89, 0x8d, 0xb3, 0x55, 0x99, 0x8a, 0x81, 0x9c, 0xab, 0xad, 0x42, 0x4d, + 0x58, 0x63, 0xc7, 0xa2, 0x8a, 0x3c, 0x20, 0x42, 0x48, 0x4d, 0x74, 0x2e, 0x05, 0x98, 0xaf, 0xad, + 0x4b, 0xaf, 0x33, 0x64, 0x3a, 0x36, 0xac, 0xbe, 0x41, 0x0d, 0x2a, 0xd2, 0xa0, 0x02, 0x8d, 0xd8, + 0xcd, 0x9c, 0x81, 0xf6, 0xf7, 0xbc, 0x7f, 0x36, 0x3e, 0x15, 0x64, 0xc6, 0xfe, 0x3b, 0x4d, 0xa7, + 0xf3, 0x67, 0xf4, 0xd7, 0x1e, 0x5e, 0x90, 0x19, 0x3b, 0x78, 0x76, 0xbd, 0xfd, 0xf5, 0xb8, 0x2b, + 0x33, 0xa4, 0xff, 0xe5, 0x78, 0xbb, 0x1b, 0xb3, 0xfd, 0x73, 0xb4, 0xa9, 0x2c, 0xb4, 0xed, 0x00, + 0x8d, 0x68, 0x25, 0xab, 0xae, 0x15, 0xad, 0x27, 0xb5, 0x7a, 0x0f, 0xef, 0x1f, 0x4f, 0xee, 0xb1, + 0x7f, 0x54, 0x2e, 0xe3, 0xee, 0x47, 0x1d, 0xbd, 0x62, 0xed, 0xaf, 0x10, 0x74, 0xef, 0xfb, 0x8f, + 0xae, 0xd7, 0xce, 0xe4, 0x6c, 0xe3, 0x4c, 0xfd, 0xee, 0x56, 0x1d, 0xc6, 0xe5, 0x0e, 0x63, 0xe7, + 0xfa, 0xb4, 0xe2, 0x71, 0x39, 0x25, 0x82, 0x23, 0xa9, 0x78, 0xc0, 0x99, 0x58, 0x6e, 0xd8, 0x3e, + 0x9f, 0x22, 0x87, 0xd5, 0x2f, 0xf8, 0xc4, 0x8a, 0x17, 0xf7, 0xd7, 0x30, 0x8a, 0x5e, 0xdd, 0xe6, + 0xd0, 0x00, 0x23, 0x0a, 0xc8, 0xc8, 0x52, 0x8d, 0x43, 0x54, 0x05, 0xc3, 0x9b, 0xb5, 0x24, 0x11, + 0x85, 0xa4, 0xb6, 0x24, 0xe3, 0x30, 0xb1, 0x96, 0x4f, 0xb7, 0x6d, 0xce, 0x31, 0x8e, 0x28, 0x60, + 0x5c, 0x9b, 0x30, 0x1e, 0x87, 0x18, 0x5b, 0xdb, 0xe4, 0xf7, 0xf2, 0x9e, 0x87, 0xdf, 0x01, 0x00, + 0x00, 0xff, 0xff, 0x6e, 0x93, 0x85, 0xef, 0x68, 0x03, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/services/product_group_view_service.pb.go b/googleapis/ads/googleads/v1/services/product_group_view_service.pb.go index 36a372d132..72428b3b22 100644 --- a/googleapis/ads/googleads/v1/services/product_group_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/product_group_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetProductGroupViewRequest) Reset() { *m = GetProductGroupViewR func (m *GetProductGroupViewRequest) String() string { return proto.CompactTextString(m) } func (*GetProductGroupViewRequest) ProtoMessage() {} func (*GetProductGroupViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_group_view_service_53c5237f9068c06b, []int{0} + return fileDescriptor_product_group_view_service_b224563427f47e03, []int{0} } func (m *GetProductGroupViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetProductGroupViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _ProductGroupViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/product_group_view_service.proto", fileDescriptor_product_group_view_service_53c5237f9068c06b) + proto.RegisterFile("google/ads/googleads/v1/services/product_group_view_service.proto", fileDescriptor_product_group_view_service_b224563427f47e03) } -var fileDescriptor_product_group_view_service_53c5237f9068c06b = []byte{ +var fileDescriptor_product_group_view_service_b224563427f47e03 = []byte{ // 369 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0x31, 0x4b, 0xfb, 0x40, 0x1c, 0x25, 0xf9, 0xc3, 0x1f, 0x0c, 0xba, 0xc4, 0x41, 0x09, 0x1d, 0x4a, 0xed, 0x20, 0x1d, 0xee, diff --git a/googleapis/ads/googleads/v1/services/recommendation_service.pb.go b/googleapis/ads/googleads/v1/services/recommendation_service.pb.go index 7783f957af..0e14a085cb 100644 --- a/googleapis/ads/googleads/v1/services/recommendation_service.pb.go +++ b/googleapis/ads/googleads/v1/services/recommendation_service.pb.go @@ -7,6 +7,7 @@ import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" import wrappers "github.com/golang/protobuf/ptypes/wrappers" +import common "google.golang.org/genproto/googleapis/ads/googleads/v1/common" import enums "google.golang.org/genproto/googleapis/ads/googleads/v1/enums" import resources "google.golang.org/genproto/googleapis/ads/googleads/v1/resources" import _ "google.golang.org/genproto/googleapis/api/annotations" @@ -41,7 +42,7 @@ func (m *GetRecommendationRequest) Reset() { *m = GetRecommendationReque func (m *GetRecommendationRequest) String() string { return proto.CompactTextString(m) } func (*GetRecommendationRequest) ProtoMessage() {} func (*GetRecommendationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{0} + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{0} } func (m *GetRecommendationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetRecommendationRequest.Unmarshal(m, b) @@ -90,7 +91,7 @@ func (m *ApplyRecommendationRequest) Reset() { *m = ApplyRecommendationR func (m *ApplyRecommendationRequest) String() string { return proto.CompactTextString(m) } func (*ApplyRecommendationRequest) ProtoMessage() {} func (*ApplyRecommendationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{1} + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{1} } func (m *ApplyRecommendationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationRequest.Unmarshal(m, b) @@ -143,6 +144,9 @@ type ApplyRecommendationOperation struct { // *ApplyRecommendationOperation_TextAd // *ApplyRecommendationOperation_Keyword // *ApplyRecommendationOperation_TargetCpaOptIn + // *ApplyRecommendationOperation_CalloutExtension + // *ApplyRecommendationOperation_CallExtension + // *ApplyRecommendationOperation_SitelinkExtension // *ApplyRecommendationOperation_MoveUnusedBudget ApplyParameters isApplyRecommendationOperation_ApplyParameters `protobuf_oneof:"apply_parameters"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -154,7 +158,7 @@ func (m *ApplyRecommendationOperation) Reset() { *m = ApplyRecommendatio func (m *ApplyRecommendationOperation) String() string { return proto.CompactTextString(m) } func (*ApplyRecommendationOperation) ProtoMessage() {} func (*ApplyRecommendationOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{2} + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{2} } func (m *ApplyRecommendationOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationOperation.Unmarshal(m, b) @@ -201,6 +205,18 @@ type ApplyRecommendationOperation_TargetCpaOptIn struct { TargetCpaOptIn *ApplyRecommendationOperation_TargetCpaOptInParameters `protobuf:"bytes,5,opt,name=target_cpa_opt_in,json=targetCpaOptIn,proto3,oneof"` } +type ApplyRecommendationOperation_CalloutExtension struct { + CalloutExtension *ApplyRecommendationOperation_CalloutExtensionParameters `protobuf:"bytes,6,opt,name=callout_extension,json=calloutExtension,proto3,oneof"` +} + +type ApplyRecommendationOperation_CallExtension struct { + CallExtension *ApplyRecommendationOperation_CallExtensionParameters `protobuf:"bytes,7,opt,name=call_extension,json=callExtension,proto3,oneof"` +} + +type ApplyRecommendationOperation_SitelinkExtension struct { + SitelinkExtension *ApplyRecommendationOperation_SitelinkExtensionParameters `protobuf:"bytes,8,opt,name=sitelink_extension,json=sitelinkExtension,proto3,oneof"` +} + type ApplyRecommendationOperation_MoveUnusedBudget struct { MoveUnusedBudget *ApplyRecommendationOperation_MoveUnusedBudgetParameters `protobuf:"bytes,9,opt,name=move_unused_budget,json=moveUnusedBudget,proto3,oneof"` } @@ -213,6 +229,14 @@ func (*ApplyRecommendationOperation_Keyword) isApplyRecommendationOperation_Appl func (*ApplyRecommendationOperation_TargetCpaOptIn) isApplyRecommendationOperation_ApplyParameters() {} +func (*ApplyRecommendationOperation_CalloutExtension) isApplyRecommendationOperation_ApplyParameters() { +} + +func (*ApplyRecommendationOperation_CallExtension) isApplyRecommendationOperation_ApplyParameters() {} + +func (*ApplyRecommendationOperation_SitelinkExtension) isApplyRecommendationOperation_ApplyParameters() { +} + func (*ApplyRecommendationOperation_MoveUnusedBudget) isApplyRecommendationOperation_ApplyParameters() { } @@ -251,6 +275,27 @@ func (m *ApplyRecommendationOperation) GetTargetCpaOptIn() *ApplyRecommendationO return nil } +func (m *ApplyRecommendationOperation) GetCalloutExtension() *ApplyRecommendationOperation_CalloutExtensionParameters { + if x, ok := m.GetApplyParameters().(*ApplyRecommendationOperation_CalloutExtension); ok { + return x.CalloutExtension + } + return nil +} + +func (m *ApplyRecommendationOperation) GetCallExtension() *ApplyRecommendationOperation_CallExtensionParameters { + if x, ok := m.GetApplyParameters().(*ApplyRecommendationOperation_CallExtension); ok { + return x.CallExtension + } + return nil +} + +func (m *ApplyRecommendationOperation) GetSitelinkExtension() *ApplyRecommendationOperation_SitelinkExtensionParameters { + if x, ok := m.GetApplyParameters().(*ApplyRecommendationOperation_SitelinkExtension); ok { + return x.SitelinkExtension + } + return nil +} + func (m *ApplyRecommendationOperation) GetMoveUnusedBudget() *ApplyRecommendationOperation_MoveUnusedBudgetParameters { if x, ok := m.GetApplyParameters().(*ApplyRecommendationOperation_MoveUnusedBudget); ok { return x.MoveUnusedBudget @@ -265,6 +310,9 @@ func (*ApplyRecommendationOperation) XXX_OneofFuncs() (func(msg proto.Message, b (*ApplyRecommendationOperation_TextAd)(nil), (*ApplyRecommendationOperation_Keyword)(nil), (*ApplyRecommendationOperation_TargetCpaOptIn)(nil), + (*ApplyRecommendationOperation_CalloutExtension)(nil), + (*ApplyRecommendationOperation_CallExtension)(nil), + (*ApplyRecommendationOperation_SitelinkExtension)(nil), (*ApplyRecommendationOperation_MoveUnusedBudget)(nil), } } @@ -293,6 +341,21 @@ func _ApplyRecommendationOperation_OneofMarshaler(msg proto.Message, b *proto.Bu if err := b.EncodeMessage(x.TargetCpaOptIn); err != nil { return err } + case *ApplyRecommendationOperation_CalloutExtension: + b.EncodeVarint(6<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.CalloutExtension); err != nil { + return err + } + case *ApplyRecommendationOperation_CallExtension: + b.EncodeVarint(7<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.CallExtension); err != nil { + return err + } + case *ApplyRecommendationOperation_SitelinkExtension: + b.EncodeVarint(8<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.SitelinkExtension); err != nil { + return err + } case *ApplyRecommendationOperation_MoveUnusedBudget: b.EncodeVarint(9<<3 | proto.WireBytes) if err := b.EncodeMessage(x.MoveUnusedBudget); err != nil { @@ -340,6 +403,30 @@ func _ApplyRecommendationOperation_OneofUnmarshaler(msg proto.Message, tag, wire err := b.DecodeMessage(msg) m.ApplyParameters = &ApplyRecommendationOperation_TargetCpaOptIn{msg} return true, err + case 6: // apply_parameters.callout_extension + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ApplyRecommendationOperation_CalloutExtensionParameters) + err := b.DecodeMessage(msg) + m.ApplyParameters = &ApplyRecommendationOperation_CalloutExtension{msg} + return true, err + case 7: // apply_parameters.call_extension + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ApplyRecommendationOperation_CallExtensionParameters) + err := b.DecodeMessage(msg) + m.ApplyParameters = &ApplyRecommendationOperation_CallExtension{msg} + return true, err + case 8: // apply_parameters.sitelink_extension + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ApplyRecommendationOperation_SitelinkExtensionParameters) + err := b.DecodeMessage(msg) + m.ApplyParameters = &ApplyRecommendationOperation_SitelinkExtension{msg} + return true, err case 9: // apply_parameters.move_unused_budget if wire != proto.WireBytes { return true, proto.ErrInternalBadWireType @@ -377,6 +464,21 @@ func _ApplyRecommendationOperation_OneofSizer(msg proto.Message) (n int) { n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s + case *ApplyRecommendationOperation_CalloutExtension: + s := proto.Size(x.CalloutExtension) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *ApplyRecommendationOperation_CallExtension: + s := proto.Size(x.CallExtension) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *ApplyRecommendationOperation_SitelinkExtension: + s := proto.Size(x.SitelinkExtension) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s case *ApplyRecommendationOperation_MoveUnusedBudget: s := proto.Size(x.MoveUnusedBudget) n += 1 // tag and wire @@ -407,7 +509,7 @@ func (m *ApplyRecommendationOperation_CampaignBudgetParameters) String() string } func (*ApplyRecommendationOperation_CampaignBudgetParameters) ProtoMessage() {} func (*ApplyRecommendationOperation_CampaignBudgetParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{2, 0} + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{2, 0} } func (m *ApplyRecommendationOperation_CampaignBudgetParameters) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationOperation_CampaignBudgetParameters.Unmarshal(m, b) @@ -452,7 +554,7 @@ func (m *ApplyRecommendationOperation_TextAdParameters) String() string { } func (*ApplyRecommendationOperation_TextAdParameters) ProtoMessage() {} func (*ApplyRecommendationOperation_TextAdParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{2, 1} + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{2, 1} } func (m *ApplyRecommendationOperation_TextAdParameters) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationOperation_TextAdParameters.Unmarshal(m, b) @@ -501,7 +603,7 @@ func (m *ApplyRecommendationOperation_KeywordParameters) String() string { } func (*ApplyRecommendationOperation_KeywordParameters) ProtoMessage() {} func (*ApplyRecommendationOperation_KeywordParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{2, 2} + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{2, 2} } func (m *ApplyRecommendationOperation_KeywordParameters) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationOperation_KeywordParameters.Unmarshal(m, b) @@ -562,7 +664,7 @@ func (m *ApplyRecommendationOperation_TargetCpaOptInParameters) String() string } func (*ApplyRecommendationOperation_TargetCpaOptInParameters) ProtoMessage() {} func (*ApplyRecommendationOperation_TargetCpaOptInParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{2, 3} + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{2, 3} } func (m *ApplyRecommendationOperation_TargetCpaOptInParameters) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationOperation_TargetCpaOptInParameters.Unmarshal(m, b) @@ -596,6 +698,138 @@ func (m *ApplyRecommendationOperation_TargetCpaOptInParameters) GetNewCampaignBu return nil } +// Parameters to use when applying callout extension recommendation. +type ApplyRecommendationOperation_CalloutExtensionParameters struct { + // Callout extensions to be added. This is a required field. + CalloutExtensions []*common.CalloutFeedItem `protobuf:"bytes,1,rep,name=callout_extensions,json=calloutExtensions,proto3" json:"callout_extensions,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ApplyRecommendationOperation_CalloutExtensionParameters) Reset() { + *m = ApplyRecommendationOperation_CalloutExtensionParameters{} +} +func (m *ApplyRecommendationOperation_CalloutExtensionParameters) String() string { + return proto.CompactTextString(m) +} +func (*ApplyRecommendationOperation_CalloutExtensionParameters) ProtoMessage() {} +func (*ApplyRecommendationOperation_CalloutExtensionParameters) Descriptor() ([]byte, []int) { + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{2, 4} +} +func (m *ApplyRecommendationOperation_CalloutExtensionParameters) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ApplyRecommendationOperation_CalloutExtensionParameters.Unmarshal(m, b) +} +func (m *ApplyRecommendationOperation_CalloutExtensionParameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ApplyRecommendationOperation_CalloutExtensionParameters.Marshal(b, m, deterministic) +} +func (dst *ApplyRecommendationOperation_CalloutExtensionParameters) XXX_Merge(src proto.Message) { + xxx_messageInfo_ApplyRecommendationOperation_CalloutExtensionParameters.Merge(dst, src) +} +func (m *ApplyRecommendationOperation_CalloutExtensionParameters) XXX_Size() int { + return xxx_messageInfo_ApplyRecommendationOperation_CalloutExtensionParameters.Size(m) +} +func (m *ApplyRecommendationOperation_CalloutExtensionParameters) XXX_DiscardUnknown() { + xxx_messageInfo_ApplyRecommendationOperation_CalloutExtensionParameters.DiscardUnknown(m) +} + +var xxx_messageInfo_ApplyRecommendationOperation_CalloutExtensionParameters proto.InternalMessageInfo + +func (m *ApplyRecommendationOperation_CalloutExtensionParameters) GetCalloutExtensions() []*common.CalloutFeedItem { + if m != nil { + return m.CalloutExtensions + } + return nil +} + +// Parameters to use when applying call extension recommendation. +type ApplyRecommendationOperation_CallExtensionParameters struct { + // Call extensions to be added. This is a required field. + CallExtensions []*common.CallFeedItem `protobuf:"bytes,1,rep,name=call_extensions,json=callExtensions,proto3" json:"call_extensions,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ApplyRecommendationOperation_CallExtensionParameters) Reset() { + *m = ApplyRecommendationOperation_CallExtensionParameters{} +} +func (m *ApplyRecommendationOperation_CallExtensionParameters) String() string { + return proto.CompactTextString(m) +} +func (*ApplyRecommendationOperation_CallExtensionParameters) ProtoMessage() {} +func (*ApplyRecommendationOperation_CallExtensionParameters) Descriptor() ([]byte, []int) { + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{2, 5} +} +func (m *ApplyRecommendationOperation_CallExtensionParameters) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ApplyRecommendationOperation_CallExtensionParameters.Unmarshal(m, b) +} +func (m *ApplyRecommendationOperation_CallExtensionParameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ApplyRecommendationOperation_CallExtensionParameters.Marshal(b, m, deterministic) +} +func (dst *ApplyRecommendationOperation_CallExtensionParameters) XXX_Merge(src proto.Message) { + xxx_messageInfo_ApplyRecommendationOperation_CallExtensionParameters.Merge(dst, src) +} +func (m *ApplyRecommendationOperation_CallExtensionParameters) XXX_Size() int { + return xxx_messageInfo_ApplyRecommendationOperation_CallExtensionParameters.Size(m) +} +func (m *ApplyRecommendationOperation_CallExtensionParameters) XXX_DiscardUnknown() { + xxx_messageInfo_ApplyRecommendationOperation_CallExtensionParameters.DiscardUnknown(m) +} + +var xxx_messageInfo_ApplyRecommendationOperation_CallExtensionParameters proto.InternalMessageInfo + +func (m *ApplyRecommendationOperation_CallExtensionParameters) GetCallExtensions() []*common.CallFeedItem { + if m != nil { + return m.CallExtensions + } + return nil +} + +// Parameters to use when applying call extension recommendation. +type ApplyRecommendationOperation_SitelinkExtensionParameters struct { + // Sitelink extensions to be added. This is a required field. + SitelinkExtensions []*common.SitelinkFeedItem `protobuf:"bytes,1,rep,name=sitelink_extensions,json=sitelinkExtensions,proto3" json:"sitelink_extensions,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ApplyRecommendationOperation_SitelinkExtensionParameters) Reset() { + *m = ApplyRecommendationOperation_SitelinkExtensionParameters{} +} +func (m *ApplyRecommendationOperation_SitelinkExtensionParameters) String() string { + return proto.CompactTextString(m) +} +func (*ApplyRecommendationOperation_SitelinkExtensionParameters) ProtoMessage() {} +func (*ApplyRecommendationOperation_SitelinkExtensionParameters) Descriptor() ([]byte, []int) { + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{2, 6} +} +func (m *ApplyRecommendationOperation_SitelinkExtensionParameters) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ApplyRecommendationOperation_SitelinkExtensionParameters.Unmarshal(m, b) +} +func (m *ApplyRecommendationOperation_SitelinkExtensionParameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ApplyRecommendationOperation_SitelinkExtensionParameters.Marshal(b, m, deterministic) +} +func (dst *ApplyRecommendationOperation_SitelinkExtensionParameters) XXX_Merge(src proto.Message) { + xxx_messageInfo_ApplyRecommendationOperation_SitelinkExtensionParameters.Merge(dst, src) +} +func (m *ApplyRecommendationOperation_SitelinkExtensionParameters) XXX_Size() int { + return xxx_messageInfo_ApplyRecommendationOperation_SitelinkExtensionParameters.Size(m) +} +func (m *ApplyRecommendationOperation_SitelinkExtensionParameters) XXX_DiscardUnknown() { + xxx_messageInfo_ApplyRecommendationOperation_SitelinkExtensionParameters.DiscardUnknown(m) +} + +var xxx_messageInfo_ApplyRecommendationOperation_SitelinkExtensionParameters proto.InternalMessageInfo + +func (m *ApplyRecommendationOperation_SitelinkExtensionParameters) GetSitelinkExtensions() []*common.SitelinkFeedItem { + if m != nil { + return m.SitelinkExtensions + } + return nil +} + // Parameters to use when applying move unused budget recommendation. type ApplyRecommendationOperation_MoveUnusedBudgetParameters struct { // Budget amount to move from excess budget to constrained budget. This is @@ -614,7 +848,7 @@ func (m *ApplyRecommendationOperation_MoveUnusedBudgetParameters) String() strin } func (*ApplyRecommendationOperation_MoveUnusedBudgetParameters) ProtoMessage() {} func (*ApplyRecommendationOperation_MoveUnusedBudgetParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{2, 4} + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{2, 7} } func (m *ApplyRecommendationOperation_MoveUnusedBudgetParameters) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationOperation_MoveUnusedBudgetParameters.Unmarshal(m, b) @@ -659,7 +893,7 @@ func (m *ApplyRecommendationResponse) Reset() { *m = ApplyRecommendation func (m *ApplyRecommendationResponse) String() string { return proto.CompactTextString(m) } func (*ApplyRecommendationResponse) ProtoMessage() {} func (*ApplyRecommendationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{3} + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{3} } func (m *ApplyRecommendationResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationResponse.Unmarshal(m, b) @@ -706,7 +940,7 @@ func (m *ApplyRecommendationResult) Reset() { *m = ApplyRecommendationRe func (m *ApplyRecommendationResult) String() string { return proto.CompactTextString(m) } func (*ApplyRecommendationResult) ProtoMessage() {} func (*ApplyRecommendationResult) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{4} + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{4} } func (m *ApplyRecommendationResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationResult.Unmarshal(m, b) @@ -755,7 +989,7 @@ func (m *DismissRecommendationRequest) Reset() { *m = DismissRecommendat func (m *DismissRecommendationRequest) String() string { return proto.CompactTextString(m) } func (*DismissRecommendationRequest) ProtoMessage() {} func (*DismissRecommendationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{5} + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{5} } func (m *DismissRecommendationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DismissRecommendationRequest.Unmarshal(m, b) @@ -813,7 +1047,7 @@ func (m *DismissRecommendationRequest_DismissRecommendationOperation) String() s } func (*DismissRecommendationRequest_DismissRecommendationOperation) ProtoMessage() {} func (*DismissRecommendationRequest_DismissRecommendationOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{5, 0} + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{5, 0} } func (m *DismissRecommendationRequest_DismissRecommendationOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DismissRecommendationRequest_DismissRecommendationOperation.Unmarshal(m, b) @@ -858,7 +1092,7 @@ func (m *DismissRecommendationResponse) Reset() { *m = DismissRecommenda func (m *DismissRecommendationResponse) String() string { return proto.CompactTextString(m) } func (*DismissRecommendationResponse) ProtoMessage() {} func (*DismissRecommendationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{6} + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{6} } func (m *DismissRecommendationResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DismissRecommendationResponse.Unmarshal(m, b) @@ -909,7 +1143,7 @@ func (m *DismissRecommendationResponse_DismissRecommendationResult) String() str } func (*DismissRecommendationResponse_DismissRecommendationResult) ProtoMessage() {} func (*DismissRecommendationResponse_DismissRecommendationResult) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{6, 0} + return fileDescriptor_recommendation_service_6b12c247ec5a1022, []int{6, 0} } func (m *DismissRecommendationResponse_DismissRecommendationResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DismissRecommendationResponse_DismissRecommendationResult.Unmarshal(m, b) @@ -944,6 +1178,9 @@ func init() { proto.RegisterType((*ApplyRecommendationOperation_TextAdParameters)(nil), "google.ads.googleads.v1.services.ApplyRecommendationOperation.TextAdParameters") proto.RegisterType((*ApplyRecommendationOperation_KeywordParameters)(nil), "google.ads.googleads.v1.services.ApplyRecommendationOperation.KeywordParameters") proto.RegisterType((*ApplyRecommendationOperation_TargetCpaOptInParameters)(nil), "google.ads.googleads.v1.services.ApplyRecommendationOperation.TargetCpaOptInParameters") + proto.RegisterType((*ApplyRecommendationOperation_CalloutExtensionParameters)(nil), "google.ads.googleads.v1.services.ApplyRecommendationOperation.CalloutExtensionParameters") + proto.RegisterType((*ApplyRecommendationOperation_CallExtensionParameters)(nil), "google.ads.googleads.v1.services.ApplyRecommendationOperation.CallExtensionParameters") + proto.RegisterType((*ApplyRecommendationOperation_SitelinkExtensionParameters)(nil), "google.ads.googleads.v1.services.ApplyRecommendationOperation.SitelinkExtensionParameters") proto.RegisterType((*ApplyRecommendationOperation_MoveUnusedBudgetParameters)(nil), "google.ads.googleads.v1.services.ApplyRecommendationOperation.MoveUnusedBudgetParameters") proto.RegisterType((*ApplyRecommendationResponse)(nil), "google.ads.googleads.v1.services.ApplyRecommendationResponse") proto.RegisterType((*ApplyRecommendationResult)(nil), "google.ads.googleads.v1.services.ApplyRecommendationResult") @@ -1098,81 +1335,93 @@ var _RecommendationService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/recommendation_service.proto", fileDescriptor_recommendation_service_1b8ab99c7eead22b) -} - -var fileDescriptor_recommendation_service_1b8ab99c7eead22b = []byte{ - // 1148 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0xcf, 0x73, 0xdb, 0x44, - 0x14, 0x46, 0x0a, 0x6d, 0x9a, 0x75, 0xc9, 0x8f, 0xed, 0x64, 0x30, 0x4a, 0x5a, 0x8c, 0x29, 0x43, - 0xc6, 0x07, 0x79, 0xec, 0xd0, 0x00, 0x2a, 0x49, 0x6b, 0xb7, 0x69, 0x9a, 0x61, 0xd2, 0x64, 0x94, - 0x34, 0x0c, 0x10, 0xd0, 0x6c, 0xa4, 0xad, 0x10, 0x58, 0xda, 0x65, 0x77, 0x95, 0x34, 0xd3, 0xc9, - 0x81, 0x0e, 0x97, 0x9e, 0xf9, 0x0f, 0x7a, 0xe4, 0xc0, 0x99, 0x03, 0x5c, 0x39, 0xf4, 0x08, 0x37, - 0xce, 0x9c, 0x38, 0xf3, 0x07, 0x30, 0x5a, 0x69, 0xdd, 0xca, 0xb1, 0x62, 0x13, 0xd3, 0xdb, 0x7a, - 0xdf, 0x7b, 0xdf, 0xf7, 0xde, 0xdb, 0x6f, 0xf7, 0xc9, 0x60, 0xd9, 0x27, 0xc4, 0xef, 0xe0, 0x3a, - 0xf2, 0x78, 0x3d, 0x5d, 0x26, 0xab, 0x83, 0x46, 0x9d, 0x63, 0x76, 0x10, 0xb8, 0x98, 0xd7, 0x19, - 0x76, 0x49, 0x18, 0xe2, 0xc8, 0x43, 0x22, 0x20, 0x91, 0x93, 0xed, 0x9b, 0x94, 0x11, 0x41, 0x60, - 0x25, 0x8d, 0x31, 0x91, 0xc7, 0xcd, 0x6e, 0xb8, 0x79, 0xd0, 0x30, 0x55, 0xb8, 0xb1, 0x54, 0x44, - 0x80, 0xa3, 0x38, 0xe4, 0xf5, 0x6f, 0xf0, 0xd1, 0x21, 0x61, 0x9e, 0x13, 0x22, 0xe1, 0x7e, 0xe5, - 0x88, 0x23, 0x9a, 0x21, 0x1b, 0xb5, 0xa2, 0x38, 0x86, 0x39, 0x89, 0x59, 0x92, 0x19, 0xf2, 0x32, - 0xdf, 0xa5, 0xc1, 0xbe, 0xf9, 0x2a, 0xb2, 0xb8, 0x79, 0x15, 0x47, 0x83, 0x3a, 0x8a, 0x22, 0x22, - 0xa4, 0x91, 0x67, 0xd6, 0x2b, 0x99, 0x55, 0xfe, 0xda, 0x8f, 0x1f, 0xd4, 0x0f, 0x19, 0xa2, 0x14, - 0x33, 0x65, 0x7f, 0x3d, 0xb3, 0x33, 0xea, 0xd6, 0xb9, 0x40, 0x22, 0xce, 0x0c, 0xd5, 0x1b, 0xa0, - 0xbc, 0x86, 0x85, 0x9d, 0x63, 0xb4, 0xf1, 0xb7, 0x31, 0xe6, 0x02, 0xbe, 0x0d, 0x5e, 0x53, 0x49, - 0x39, 0x11, 0x0a, 0x71, 0x59, 0xab, 0x68, 0x0b, 0x13, 0xf6, 0x45, 0xb5, 0x79, 0x0f, 0x85, 0xb8, - 0xfa, 0x9b, 0x06, 0x8c, 0x16, 0xa5, 0x9d, 0xa3, 0xfe, 0x18, 0x6f, 0x82, 0x92, 0x1b, 0x73, 0x41, - 0x42, 0xcc, 0x9c, 0xc0, 0xcb, 0x10, 0x80, 0xda, 0x5a, 0xf7, 0xe0, 0x97, 0x00, 0x10, 0x8a, 0x59, - 0x5a, 0x4d, 0x59, 0xaf, 0x8c, 0x2d, 0x94, 0x9a, 0x2b, 0xe6, 0xa0, 0xa3, 0x32, 0xfb, 0x50, 0x6e, - 0x2a, 0x18, 0xfb, 0x05, 0x44, 0xf8, 0x2e, 0x98, 0xa2, 0x88, 0x89, 0x00, 0x75, 0x9c, 0x07, 0x28, - 0xe8, 0xc4, 0x0c, 0x97, 0xc7, 0x2a, 0xda, 0xc2, 0x05, 0x7b, 0x32, 0xdb, 0xbe, 0x93, 0xee, 0x56, - 0x7f, 0x2e, 0x81, 0xf9, 0xd3, 0x50, 0x87, 0x6a, 0x07, 0x7c, 0xac, 0x81, 0x29, 0x17, 0x85, 0x14, - 0x05, 0x7e, 0xe4, 0xec, 0xc7, 0x9e, 0x8f, 0x45, 0x59, 0xaf, 0x68, 0x0b, 0xa5, 0xe6, 0x27, 0xa3, - 0x15, 0x65, 0xde, 0xca, 0x50, 0xdb, 0x12, 0x74, 0x0b, 0x31, 0x14, 0x62, 0x81, 0x19, 0xbf, 0xfb, - 0x8a, 0x3d, 0xe9, 0xe6, 0x6c, 0xf0, 0x6b, 0x30, 0x2e, 0xf0, 0x43, 0xe1, 0x20, 0x4f, 0xd6, 0x5a, - 0x6a, 0x6e, 0x8e, 0xc8, 0xbd, 0x83, 0x1f, 0x8a, 0x96, 0x97, 0xe3, 0x3c, 0x2f, 0xe4, 0x1e, 0xec, - 0x80, 0xf1, 0xec, 0x5e, 0x94, 0x5f, 0x95, 0x5c, 0x5b, 0x23, 0x72, 0x7d, 0x9c, 0xa2, 0xe5, 0xc8, - 0x14, 0x05, 0xfc, 0x5e, 0x03, 0x33, 0x02, 0x31, 0x1f, 0x0b, 0xc7, 0xa5, 0xc8, 0x21, 0x54, 0x38, - 0x41, 0x54, 0x3e, 0xf7, 0xbf, 0x34, 0x78, 0x47, 0xe2, 0xde, 0xa2, 0x68, 0x93, 0x8a, 0xf5, 0x28, - 0xdf, 0x60, 0x91, 0xb3, 0xc1, 0x27, 0x1a, 0x80, 0x21, 0x39, 0xc0, 0x4e, 0x1c, 0xc5, 0x1c, 0x7b, - 0xea, 0xa0, 0x27, 0x64, 0x1e, 0x9f, 0x8e, 0x98, 0xc7, 0x06, 0x39, 0xc0, 0xf7, 0x25, 0x6e, 0x9f, - 0xa3, 0x9e, 0x0e, 0x7b, 0xac, 0x06, 0x05, 0xe5, 0x22, 0x69, 0xc0, 0x1d, 0x50, 0x8e, 0xf0, 0x61, - 0x96, 0x9e, 0x83, 0x42, 0x12, 0x47, 0xc2, 0x09, 0x03, 0x97, 0x11, 0x2e, 0xd5, 0x5b, 0x6a, 0xce, - 0xa9, 0x64, 0xd5, 0xcb, 0x61, 0xae, 0x47, 0x62, 0xe9, 0xbd, 0x5d, 0xd4, 0x89, 0xb1, 0x3d, 0x1b, - 0xe1, 0xc3, 0x14, 0xb3, 0x25, 0x43, 0x37, 0x64, 0xa4, 0xb1, 0x0e, 0xa6, 0x7b, 0x05, 0x01, 0xaf, - 0x01, 0x1d, 0x79, 0x19, 0xe6, 0x3b, 0x85, 0x0d, 0xe8, 0xbe, 0x71, 0x66, 0xcb, 0xb3, 0x75, 0xe4, - 0x19, 0xff, 0x68, 0x60, 0xe6, 0xc4, 0x81, 0xc3, 0xf7, 0xc1, 0x05, 0xe4, 0x39, 0x3e, 0x23, 0x31, - 0xcd, 0x20, 0xe7, 0x4f, 0xa4, 0xb9, 0x2d, 0x58, 0x10, 0xf9, 0x69, 0x9e, 0xe3, 0xc8, 0x5b, 0x4b, - 0x9c, 0xa1, 0x0b, 0xc0, 0xf3, 0xc7, 0x59, 0xde, 0xbb, 0xc9, 0xe6, 0xed, 0xc2, 0x6c, 0xe4, 0xab, - 0xae, 0xf4, 0xb6, 0x91, 0xc4, 0xed, 0x1c, 0x51, 0xbc, 0x1a, 0xc5, 0xe1, 0x89, 0x4d, 0x7b, 0x22, - 0x54, 0x4b, 0xd8, 0x02, 0x93, 0x2e, 0x75, 0x9d, 0xfd, 0xc0, 0x53, 0xad, 0x1c, 0x1b, 0xdc, 0xca, - 0x8b, 0x2e, 0x75, 0xdb, 0x81, 0x97, 0x75, 0xf0, 0x99, 0x06, 0xca, 0x45, 0x72, 0x83, 0x6b, 0x39, - 0x89, 0x0f, 0x7f, 0x5a, 0x53, 0x5d, 0x91, 0xa6, 0x2c, 0x10, 0x83, 0xb7, 0x92, 0xd3, 0xef, 0x79, - 0x8e, 0x7a, 0x64, 0xa0, 0x0f, 0x06, 0xbe, 0x1c, 0xe1, 0xc3, 0xbc, 0xc4, 0x72, 0x72, 0xe8, 0x00, - 0xa3, 0x58, 0xb2, 0xf0, 0x1e, 0x98, 0xcd, 0x78, 0x53, 0x42, 0x47, 0x10, 0x27, 0xd1, 0xf0, 0x30, - 0x15, 0xc1, 0x34, 0x32, 0xe5, 0xd9, 0x21, 0x09, 0x4b, 0x1b, 0x82, 0x69, 0x94, 0xdc, 0x1e, 0x87, - 0x76, 0x39, 0xaa, 0xbf, 0x68, 0x60, 0xae, 0xef, 0x0c, 0xe2, 0x94, 0x44, 0x1c, 0xc3, 0xfb, 0x60, - 0x9c, 0x61, 0x1e, 0x77, 0x44, 0xd2, 0xc7, 0x64, 0xc0, 0x5c, 0x3f, 0xd3, 0x15, 0xb5, 0x25, 0x86, - 0xad, 0xb0, 0xe0, 0x1d, 0x30, 0xdb, 0x33, 0x5a, 0x1c, 0xcc, 0x18, 0x61, 0x59, 0x4f, 0xa1, 0x22, - 0x61, 0xd4, 0x35, 0xb7, 0xe5, 0xd0, 0xb5, 0x2f, 0xe5, 0x87, 0xce, 0x6a, 0xe2, 0x5e, 0xbd, 0x09, - 0xde, 0x28, 0x64, 0x1b, 0x6e, 0x08, 0xff, 0xa4, 0x83, 0xf9, 0xdb, 0x01, 0x0f, 0x03, 0xce, 0xcf, - 0x38, 0x86, 0x8f, 0x73, 0x63, 0x78, 0x4c, 0x76, 0xe9, 0x8b, 0xc1, 0x5d, 0x3a, 0x8d, 0xb4, 0xbf, - 0x71, 0xe8, 0x29, 0xad, 0xf7, 0x9b, 0xd2, 0xc6, 0x2a, 0xb8, 0x72, 0x3a, 0xec, 0x70, 0x0d, 0x7b, - 0xaa, 0x83, 0xcb, 0x05, 0xb9, 0x67, 0x9a, 0x89, 0x7b, 0x35, 0xf3, 0xf9, 0x99, 0xbb, 0x91, 0x22, - 0x16, 0x5a, 0x5f, 0x86, 0xa6, 0x8c, 0x36, 0x98, 0x3b, 0x85, 0x6f, 0xa8, 0x26, 0x35, 0x9f, 0x9c, - 0x03, 0xb3, 0xf9, 0xe8, 0xed, 0xb4, 0x52, 0xf8, 0xab, 0x06, 0x66, 0x4e, 0x7c, 0x36, 0x42, 0x6b, - 0x70, 0x87, 0x8a, 0xbe, 0x35, 0x8d, 0xc6, 0x10, 0x33, 0x23, 0x1f, 0x59, 0xfd, 0xf0, 0xf1, 0x1f, - 0x7f, 0xfd, 0xa0, 0x2f, 0xc2, 0x46, 0xf2, 0xf5, 0xfc, 0x28, 0x57, 0xce, 0xb2, 0x52, 0x36, 0xaf, - 0xd7, 0x7a, 0x3e, 0xa7, 0x79, 0xbd, 0x76, 0x0c, 0x7f, 0xd7, 0xc0, 0xa5, 0x3e, 0x57, 0x0e, 0x7e, - 0x74, 0xc6, 0x77, 0x21, 0xad, 0x61, 0xf9, 0xac, 0xaf, 0x8a, 0xd4, 0x47, 0x75, 0x45, 0xd6, 0xf3, - 0x41, 0x75, 0x31, 0xa9, 0xe7, 0x79, 0x01, 0x8f, 0x5e, 0xb8, 0xb8, 0xcb, 0xb5, 0xe3, 0xde, 0x72, - 0x2c, 0xf9, 0x1a, 0x5a, 0x5a, 0x0d, 0xfe, 0xa9, 0x81, 0xd9, 0xbe, 0x67, 0x0e, 0x57, 0x46, 0xbb, - 0xc8, 0xc6, 0x8d, 0x11, 0xa5, 0x5f, 0xbd, 0x29, 0x4b, 0xb3, 0xaa, 0xd7, 0xfe, 0x5b, 0x69, 0x5e, - 0x0a, 0x6a, 0x69, 0xb5, 0xf6, 0x77, 0x3a, 0xb8, 0xea, 0x92, 0x70, 0x60, 0x22, 0x6d, 0xa3, 0xaf, - 0x62, 0xb7, 0x92, 0xe9, 0xb2, 0xa5, 0x7d, 0x76, 0x37, 0x8b, 0xf7, 0x49, 0x07, 0x45, 0xbe, 0x49, - 0x98, 0x5f, 0xf7, 0x71, 0x24, 0x67, 0x8f, 0xfa, 0x37, 0x46, 0x03, 0x5e, 0xfc, 0x0f, 0xf3, 0xba, - 0x5a, 0x3c, 0xd5, 0xc7, 0xd6, 0x5a, 0xad, 0x1f, 0xf5, 0xca, 0x5a, 0x0a, 0xd8, 0xf2, 0xb8, 0x99, - 0x2e, 0x93, 0xd5, 0x6e, 0xc3, 0xcc, 0x88, 0xf9, 0x33, 0xe5, 0xb2, 0xd7, 0xf2, 0xf8, 0x5e, 0xd7, - 0x65, 0x6f, 0xb7, 0xb1, 0xa7, 0x5c, 0xfe, 0xd6, 0xaf, 0xa6, 0xfb, 0x96, 0xd5, 0xf2, 0xb8, 0x65, - 0x75, 0x9d, 0x2c, 0x6b, 0xb7, 0x61, 0x59, 0xca, 0x6d, 0xff, 0xbc, 0xcc, 0x73, 0xf1, 0xdf, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x45, 0xcd, 0x57, 0xab, 0x08, 0x0f, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/services/recommendation_service.proto", fileDescriptor_recommendation_service_6b12c247ec5a1022) +} + +var fileDescriptor_recommendation_service_6b12c247ec5a1022 = []byte{ + // 1333 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xc1, 0x73, 0x14, 0x45, + 0x17, 0xff, 0x66, 0xf2, 0x41, 0xe0, 0x05, 0x42, 0xb6, 0xa9, 0x14, 0xfb, 0x4d, 0x02, 0x5f, 0x5c, + 0xb1, 0x4c, 0xa5, 0xac, 0x19, 0x37, 0x08, 0xea, 0x60, 0x80, 0x0d, 0x84, 0x90, 0xb2, 0x80, 0xd4, + 0x24, 0xc4, 0x12, 0x23, 0x53, 0x9d, 0x99, 0x66, 0x1d, 0xd9, 0x99, 0x1e, 0xbb, 0x7b, 0x12, 0x52, + 0x48, 0xa9, 0x94, 0x07, 0x29, 0x8f, 0xfe, 0x07, 0x1c, 0x3d, 0xf8, 0x17, 0xe8, 0x51, 0x0f, 0x1c, + 0xf5, 0xe6, 0xd9, 0x93, 0x67, 0xff, 0x00, 0x6b, 0x7a, 0xa6, 0x97, 0xcc, 0xee, 0x4e, 0x76, 0xcd, + 0xe2, 0xad, 0xb7, 0x5f, 0xbf, 0xdf, 0xef, 0xbd, 0xd7, 0xaf, 0x7f, 0xdd, 0xb3, 0xb0, 0xd0, 0xa4, + 0xb4, 0xd9, 0x22, 0x16, 0xf6, 0xb9, 0x95, 0x0d, 0xd3, 0xd1, 0x76, 0xdd, 0xe2, 0x84, 0x6d, 0x07, + 0x1e, 0xe1, 0x16, 0x23, 0x1e, 0x0d, 0x43, 0x12, 0xf9, 0x58, 0x04, 0x34, 0x72, 0xf3, 0x79, 0x33, + 0x66, 0x54, 0x50, 0x34, 0x93, 0xf9, 0x98, 0xd8, 0xe7, 0x66, 0xdb, 0xdd, 0xdc, 0xae, 0x9b, 0xca, + 0xdd, 0xb0, 0xca, 0x08, 0x52, 0x54, 0x1a, 0x59, 0xe4, 0xa1, 0x20, 0x11, 0x0f, 0x68, 0xc4, 0x33, + 0x48, 0xe3, 0x42, 0x99, 0x03, 0x89, 0x92, 0x90, 0x5b, 0x0f, 0xc8, 0xee, 0x0e, 0x65, 0xbe, 0x1b, + 0x62, 0xe1, 0x7d, 0xe2, 0x8a, 0xdd, 0x38, 0x0f, 0xc5, 0x98, 0x2b, 0xf3, 0x63, 0x84, 0xd3, 0x84, + 0xa5, 0xa9, 0x60, 0xbf, 0x1f, 0xc7, 0x8b, 0xb5, 0xc5, 0xb4, 0x73, 0xbf, 0x69, 0xe5, 0x17, 0x07, + 0x16, 0x8e, 0x22, 0x2a, 0xa4, 0x51, 0x45, 0x7e, 0x26, 0xb7, 0xca, 0x5f, 0x5b, 0xc9, 0x7d, 0x6b, + 0x87, 0xe1, 0x38, 0x26, 0x4c, 0xd9, 0x4f, 0xe5, 0x76, 0x16, 0x7b, 0x16, 0x17, 0x58, 0x24, 0xb9, + 0xa1, 0x76, 0x19, 0xaa, 0xcb, 0x44, 0x38, 0x05, 0x46, 0x87, 0x7c, 0x96, 0x10, 0x2e, 0xd0, 0xab, + 0x70, 0x5c, 0x05, 0xe5, 0x46, 0x38, 0x24, 0x55, 0x6d, 0x46, 0x9b, 0x3d, 0xea, 0x1c, 0x53, 0x93, + 0xb7, 0x70, 0x48, 0x6a, 0xbf, 0x68, 0x60, 0x34, 0xe2, 0xb8, 0xb5, 0xdb, 0x1b, 0xe3, 0xff, 0x30, + 0xe6, 0x25, 0x5c, 0xd0, 0x90, 0x30, 0x37, 0xf0, 0x73, 0x04, 0x50, 0x53, 0x2b, 0x3e, 0xba, 0x07, + 0x40, 0x63, 0xc2, 0xb2, 0x6c, 0xaa, 0xfa, 0xcc, 0xc8, 0xec, 0xd8, 0xfc, 0x25, 0xb3, 0xdf, 0xde, + 0x9a, 0x3d, 0x28, 0x6f, 0x2b, 0x18, 0x67, 0x0f, 0x22, 0x7a, 0x1d, 0x4e, 0xc4, 0x98, 0x89, 0x00, + 0xb7, 0xdc, 0xfb, 0x38, 0x68, 0x25, 0x8c, 0x54, 0x47, 0x66, 0xb4, 0xd9, 0x23, 0xce, 0x78, 0x3e, + 0x7d, 0x3d, 0x9b, 0xad, 0xfd, 0x5c, 0x81, 0xe9, 0xfd, 0x50, 0x07, 0x2a, 0x07, 0x7a, 0xa2, 0xc1, + 0x09, 0x0f, 0x87, 0x31, 0x0e, 0x9a, 0x91, 0xbb, 0x95, 0xf8, 0x4d, 0x22, 0xaa, 0xfa, 0x8c, 0x36, + 0x3b, 0x36, 0xff, 0xc1, 0x70, 0x49, 0x99, 0x57, 0x73, 0xd4, 0x45, 0x09, 0xba, 0x8a, 0x19, 0x0e, + 0x89, 0x20, 0x8c, 0xdf, 0xf8, 0x8f, 0x33, 0xee, 0x15, 0x6c, 0xe8, 0x53, 0x18, 0x15, 0xe4, 0xa1, + 0x70, 0xb1, 0x2f, 0x73, 0x1d, 0x9b, 0xbf, 0x3d, 0x24, 0xf7, 0x3a, 0x79, 0x28, 0x1a, 0x7e, 0x81, + 0xf3, 0xb0, 0x90, 0x73, 0xa8, 0x05, 0xa3, 0xf9, 0xb9, 0xa8, 0xfe, 0x57, 0x72, 0xad, 0x0e, 0xc9, + 0xf5, 0x7e, 0x86, 0x56, 0x20, 0x53, 0x14, 0xe8, 0x6b, 0x0d, 0x2a, 0x02, 0xb3, 0x26, 0x11, 0xae, + 0x17, 0x63, 0x97, 0xc6, 0xc2, 0x0d, 0xa2, 0xea, 0xa1, 0x97, 0x52, 0xe0, 0x75, 0x89, 0x7b, 0x35, + 0xc6, 0xb7, 0x63, 0xb1, 0x12, 0x15, 0x0b, 0x2c, 0x0a, 0x36, 0xf4, 0x8d, 0x06, 0x15, 0x0f, 0xb7, + 0x5a, 0x34, 0x11, 0x6e, 0x5b, 0x45, 0xaa, 0x87, 0x65, 0x18, 0x1f, 0x0e, 0xbd, 0xcf, 0x12, 0x77, + 0x49, 0xc1, 0x16, 0x02, 0x99, 0xf0, 0x3a, 0xac, 0xe8, 0x0b, 0x18, 0x4f, 0xe7, 0xf6, 0x84, 0x31, + 0x2a, 0xc3, 0xd8, 0x78, 0x09, 0x61, 0xf4, 0x8e, 0xe1, 0xb8, 0xb7, 0xd7, 0x84, 0xbe, 0xd5, 0x00, + 0xf1, 0x40, 0x90, 0x56, 0x10, 0x3d, 0xd8, 0x13, 0xc5, 0x11, 0x19, 0xc5, 0xdd, 0x21, 0xa3, 0x58, + 0xcb, 0x81, 0x7b, 0x47, 0x52, 0xe1, 0x9d, 0x66, 0xf4, 0x54, 0x03, 0x14, 0xd2, 0x6d, 0xe2, 0x26, + 0x51, 0xc2, 0x89, 0xaf, 0x8e, 0xe0, 0xd1, 0x97, 0xb2, 0x35, 0x37, 0xe9, 0x36, 0xb9, 0x23, 0x71, + 0x7b, 0x1c, 0xc2, 0x89, 0xb0, 0xc3, 0x6a, 0xc4, 0x50, 0x2d, 0x3b, 0xb4, 0x68, 0x1d, 0xaa, 0x11, + 0xd9, 0xc9, 0xc3, 0x73, 0x71, 0x48, 0x93, 0x48, 0xb8, 0x61, 0xe0, 0x31, 0xca, 0xa5, 0xae, 0x8c, + 0xcd, 0x4f, 0xa9, 0x60, 0x95, 0xa6, 0x9b, 0x2b, 0x91, 0xb8, 0xf0, 0xd6, 0x06, 0x6e, 0x25, 0xc4, + 0x99, 0x8c, 0xc8, 0x4e, 0x86, 0xd9, 0x90, 0xae, 0x37, 0xa5, 0xa7, 0xb1, 0x02, 0x13, 0x9d, 0x47, + 0x15, 0x9d, 0x07, 0x1d, 0xfb, 0x39, 0xe6, 0x6b, 0xa5, 0x05, 0x68, 0xdf, 0x3e, 0x66, 0xc3, 0x77, + 0x74, 0xec, 0x1b, 0x7f, 0x69, 0x50, 0xe9, 0x3a, 0x8a, 0xe8, 0x6d, 0x38, 0x82, 0x7d, 0xb7, 0xc9, + 0x68, 0x12, 0xe7, 0x90, 0xd3, 0x5d, 0x61, 0xae, 0x09, 0x16, 0x44, 0xcd, 0x2c, 0xce, 0x51, 0xec, + 0x2f, 0xa7, 0x8b, 0x91, 0x07, 0xf0, 0xe2, 0xda, 0x94, 0x8a, 0x38, 0x3e, 0x7f, 0xad, 0x34, 0x1a, + 0x79, 0xdf, 0x2a, 0x25, 0xb8, 0x99, 0xfa, 0xad, 0xef, 0xc6, 0x64, 0x29, 0x4a, 0xc2, 0xae, 0x49, + 0xe7, 0x68, 0xa8, 0x86, 0xa8, 0x01, 0xe3, 0x5e, 0xec, 0xb9, 0x5b, 0x81, 0xaf, 0x4a, 0x39, 0xd2, + 0xbf, 0x94, 0xc7, 0xbc, 0xd8, 0x5b, 0x0c, 0xfc, 0xbc, 0x82, 0xcf, 0x35, 0xa8, 0x96, 0x09, 0x01, + 0x5a, 0x2e, 0x88, 0xcf, 0xe0, 0xbb, 0x75, 0xa2, 0x2d, 0x1f, 0x19, 0x0b, 0x22, 0xf0, 0x4a, 0xba, + 0xfb, 0x1d, 0x17, 0x45, 0x47, 0x1b, 0xe8, 0xfd, 0x81, 0x4f, 0x47, 0x64, 0xa7, 0xd8, 0x62, 0x85, + 0x76, 0xf8, 0x1c, 0x8c, 0x72, 0x35, 0x41, 0xf7, 0x00, 0x75, 0x69, 0x58, 0x9a, 0x4e, 0x7a, 0x03, + 0x5b, 0xa5, 0x5b, 0x93, 0xbd, 0x9d, 0x94, 0x4a, 0x5d, 0x27, 0xc4, 0x5f, 0x11, 0x24, 0x74, 0x2a, + 0x9d, 0xc2, 0xc4, 0x8d, 0x18, 0x4e, 0x95, 0x88, 0x08, 0xba, 0x93, 0x5e, 0x92, 0x7b, 0x45, 0x4b, + 0xf1, 0xbe, 0x31, 0x08, 0x6f, 0x9b, 0x74, 0xbc, 0xa0, 0x44, 0xdc, 0xf8, 0x52, 0x83, 0xa9, 0x7d, + 0x14, 0x03, 0x61, 0x38, 0xd9, 0xad, 0x54, 0x8a, 0xfa, 0xcd, 0x7e, 0xd4, 0x0a, 0xb9, 0x4d, 0x8f, + 0xba, 0xe4, 0x87, 0x1b, 0x2d, 0x30, 0xca, 0x55, 0x02, 0xdd, 0x82, 0xc9, 0x7c, 0xab, 0xb3, 0x3d, + 0x76, 0x05, 0x75, 0x53, 0xd9, 0x18, 0xa4, 0x89, 0x50, 0xe6, 0x99, 0x6d, 0xed, 0x3a, 0x4d, 0x59, + 0x16, 0x11, 0x4c, 0xe0, 0x54, 0xb0, 0xdc, 0xb8, 0xcd, 0x51, 0xfb, 0x51, 0x83, 0xa9, 0x9e, 0x0f, + 0x32, 0x1e, 0xd3, 0x88, 0x13, 0x74, 0x07, 0x46, 0x19, 0xe1, 0x49, 0x4b, 0xa8, 0xc4, 0x2f, 0x1e, + 0x48, 0x15, 0x1d, 0x89, 0xe1, 0x28, 0x2c, 0x74, 0x1d, 0x26, 0x3b, 0xde, 0x59, 0x2e, 0x61, 0x8c, + 0xb2, 0xbc, 0x8d, 0x91, 0x22, 0x61, 0xb1, 0x67, 0xae, 0xc9, 0x17, 0xa8, 0x73, 0xb2, 0xf8, 0x02, + 0x5b, 0x4a, 0x97, 0xd7, 0xae, 0xc0, 0xff, 0x4a, 0xd9, 0x06, 0x7b, 0x91, 0xfe, 0xa0, 0xc3, 0xf4, + 0xb5, 0x80, 0x87, 0x01, 0xe7, 0x07, 0x7c, 0x93, 0x3e, 0x2e, 0xbc, 0x49, 0x47, 0x64, 0x95, 0x3e, + 0xee, 0x5f, 0xa5, 0xfd, 0x48, 0x7b, 0x1b, 0x07, 0x7e, 0xb2, 0xea, 0xbd, 0x9e, 0xac, 0xc6, 0x12, + 0x9c, 0xd9, 0x1f, 0x76, 0xb0, 0x82, 0x3d, 0xd3, 0xe1, 0x74, 0x49, 0xec, 0x79, 0xcf, 0x24, 0x9d, + 0x3d, 0xf3, 0xd1, 0x81, 0xab, 0x91, 0x21, 0x96, 0x5a, 0xff, 0x8d, 0x9e, 0x32, 0x16, 0x61, 0x6a, + 0x1f, 0xbe, 0x81, 0x8a, 0x34, 0xff, 0xf4, 0x10, 0x4c, 0x16, 0xbd, 0xd7, 0xb2, 0x4c, 0xd1, 0x4f, + 0x1a, 0x54, 0xba, 0xbe, 0xa1, 0x90, 0xdd, 0xbf, 0x42, 0x65, 0x1f, 0x5e, 0x46, 0x7d, 0x80, 0x6b, + 0xba, 0xe8, 0x59, 0x7b, 0xf7, 0xc9, 0x6f, 0x7f, 0x7c, 0xa7, 0x9f, 0x43, 0xf5, 0xf4, 0x53, 0xf2, + 0x51, 0x21, 0x9d, 0x05, 0xd5, 0xd9, 0xdc, 0x9a, 0xeb, 0xf8, 0xb6, 0xe4, 0xd6, 0xdc, 0x63, 0xf4, + 0xab, 0x06, 0x27, 0x7b, 0x1c, 0x39, 0xf4, 0xde, 0x01, 0x75, 0x21, 0xcb, 0x61, 0xe1, 0xa0, 0xaa, + 0x22, 0xfb, 0xa3, 0x76, 0x49, 0xe6, 0xf3, 0x4e, 0xed, 0x9c, 0xfc, 0x5e, 0x6f, 0x27, 0xf0, 0x68, + 0xcf, 0xc1, 0x5d, 0x98, 0x7b, 0xdc, 0x99, 0x8e, 0x2d, 0xd5, 0xd0, 0xd6, 0xe6, 0xd0, 0xef, 0x1a, + 0x4c, 0xf6, 0xdc, 0x73, 0x74, 0x69, 0xb8, 0x83, 0x6c, 0x5c, 0x1e, 0xb2, 0xf5, 0x6b, 0x57, 0x64, + 0x6a, 0x76, 0xed, 0xfc, 0x3f, 0x4b, 0xcd, 0xcf, 0x40, 0x6d, 0x6d, 0x6e, 0xf1, 0x2b, 0x1d, 0xce, + 0x7a, 0x34, 0xec, 0x1b, 0xc8, 0xa2, 0xd1, 0xb3, 0x63, 0x57, 0xd3, 0xdb, 0x65, 0x55, 0xbb, 0x7b, + 0x23, 0xf7, 0x6f, 0xd2, 0x16, 0x8e, 0x9a, 0x26, 0x65, 0x4d, 0xab, 0x49, 0x22, 0x79, 0xf7, 0xa8, + 0xbf, 0x26, 0xe2, 0x80, 0x97, 0xff, 0x3f, 0x73, 0x51, 0x0d, 0x9e, 0xe9, 0x23, 0xcb, 0x8d, 0xc6, + 0xf7, 0xfa, 0xcc, 0x72, 0x06, 0xd8, 0xf0, 0xb9, 0x99, 0x0d, 0xd3, 0xd1, 0x46, 0xdd, 0xcc, 0x89, + 0xf9, 0x73, 0xb5, 0x64, 0xb3, 0xe1, 0xf3, 0xcd, 0xf6, 0x92, 0xcd, 0x8d, 0xfa, 0xa6, 0x5a, 0xf2, + 0xa7, 0x7e, 0x36, 0x9b, 0xb7, 0xed, 0x86, 0xcf, 0x6d, 0xbb, 0xbd, 0xc8, 0xb6, 0x37, 0xea, 0xb6, + 0xad, 0x96, 0x6d, 0x1d, 0x96, 0x71, 0x9e, 0xfb, 0x3b, 0x00, 0x00, 0xff, 0xff, 0xb3, 0x73, 0x91, + 0x69, 0x46, 0x12, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/services/remarketing_action_service.pb.go b/googleapis/ads/googleads/v1/services/remarketing_action_service.pb.go index 27d402073c..1ecdcda646 100644 --- a/googleapis/ads/googleads/v1/services/remarketing_action_service.pb.go +++ b/googleapis/ads/googleads/v1/services/remarketing_action_service.pb.go @@ -41,7 +41,7 @@ func (m *GetRemarketingActionRequest) Reset() { *m = GetRemarketingActio func (m *GetRemarketingActionRequest) String() string { return proto.CompactTextString(m) } func (*GetRemarketingActionRequest) ProtoMessage() {} func (*GetRemarketingActionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_remarketing_action_service_d3f61876c789c19c, []int{0} + return fileDescriptor_remarketing_action_service_3bbcd94af93bf94e, []int{0} } func (m *GetRemarketingActionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetRemarketingActionRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateRemarketingActionsRequest) Reset() { *m = MutateRemarketi func (m *MutateRemarketingActionsRequest) String() string { return proto.CompactTextString(m) } func (*MutateRemarketingActionsRequest) ProtoMessage() {} func (*MutateRemarketingActionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_remarketing_action_service_d3f61876c789c19c, []int{1} + return fileDescriptor_remarketing_action_service_3bbcd94af93bf94e, []int{1} } func (m *MutateRemarketingActionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateRemarketingActionsRequest.Unmarshal(m, b) @@ -158,7 +158,7 @@ func (m *RemarketingActionOperation) Reset() { *m = RemarketingActionOpe func (m *RemarketingActionOperation) String() string { return proto.CompactTextString(m) } func (*RemarketingActionOperation) ProtoMessage() {} func (*RemarketingActionOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_remarketing_action_service_d3f61876c789c19c, []int{2} + return fileDescriptor_remarketing_action_service_3bbcd94af93bf94e, []int{2} } func (m *RemarketingActionOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemarketingActionOperation.Unmarshal(m, b) @@ -314,7 +314,7 @@ func (m *MutateRemarketingActionsResponse) Reset() { *m = MutateRemarket func (m *MutateRemarketingActionsResponse) String() string { return proto.CompactTextString(m) } func (*MutateRemarketingActionsResponse) ProtoMessage() {} func (*MutateRemarketingActionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_remarketing_action_service_d3f61876c789c19c, []int{3} + return fileDescriptor_remarketing_action_service_3bbcd94af93bf94e, []int{3} } func (m *MutateRemarketingActionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateRemarketingActionsResponse.Unmarshal(m, b) @@ -361,7 +361,7 @@ func (m *MutateRemarketingActionResult) Reset() { *m = MutateRemarketing func (m *MutateRemarketingActionResult) String() string { return proto.CompactTextString(m) } func (*MutateRemarketingActionResult) ProtoMessage() {} func (*MutateRemarketingActionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_remarketing_action_service_d3f61876c789c19c, []int{4} + return fileDescriptor_remarketing_action_service_3bbcd94af93bf94e, []int{4} } func (m *MutateRemarketingActionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateRemarketingActionResult.Unmarshal(m, b) @@ -506,10 +506,10 @@ var _RemarketingActionService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/remarketing_action_service.proto", fileDescriptor_remarketing_action_service_d3f61876c789c19c) + proto.RegisterFile("google/ads/googleads/v1/services/remarketing_action_service.proto", fileDescriptor_remarketing_action_service_3bbcd94af93bf94e) } -var fileDescriptor_remarketing_action_service_d3f61876c789c19c = []byte{ +var fileDescriptor_remarketing_action_service_3bbcd94af93bf94e = []byte{ // 705 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xcf, 0x6a, 0xd4, 0x40, 0x1c, 0xc7, 0x4d, 0x56, 0xaa, 0x9d, 0x54, 0x85, 0x51, 0x31, 0xac, 0xd6, 0x2e, 0xb1, 0x60, 0xd9, diff --git a/googleapis/ads/googleads/v1/services/search_term_view_service.pb.go b/googleapis/ads/googleads/v1/services/search_term_view_service.pb.go index fd71287f36..5f24163433 100644 --- a/googleapis/ads/googleads/v1/services/search_term_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/search_term_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetSearchTermViewRequest) Reset() { *m = GetSearchTermViewReque func (m *GetSearchTermViewRequest) String() string { return proto.CompactTextString(m) } func (*GetSearchTermViewRequest) ProtoMessage() {} func (*GetSearchTermViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_search_term_view_service_cf08d16cccd617d2, []int{0} + return fileDescriptor_search_term_view_service_4af6bf4cca847c0e, []int{0} } func (m *GetSearchTermViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSearchTermViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _SearchTermViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/search_term_view_service.proto", fileDescriptor_search_term_view_service_cf08d16cccd617d2) + proto.RegisterFile("google/ads/googleads/v1/services/search_term_view_service.proto", fileDescriptor_search_term_view_service_4af6bf4cca847c0e) } -var fileDescriptor_search_term_view_service_cf08d16cccd617d2 = []byte{ +var fileDescriptor_search_term_view_service_4af6bf4cca847c0e = []byte{ // 372 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0x31, 0x6a, 0xe3, 0x40, 0x14, 0x45, 0x5a, 0x58, 0x58, 0xb1, 0x5b, 0xac, 0x60, 0xc1, 0x88, 0x2d, 0x8c, 0xd7, 0xc5, 0xe2, diff --git a/googleapis/ads/googleads/v1/services/shared_criterion_service.pb.go b/googleapis/ads/googleads/v1/services/shared_criterion_service.pb.go index 965e062d2c..70d9a39bad 100644 --- a/googleapis/ads/googleads/v1/services/shared_criterion_service.pb.go +++ b/googleapis/ads/googleads/v1/services/shared_criterion_service.pb.go @@ -40,7 +40,7 @@ func (m *GetSharedCriterionRequest) Reset() { *m = GetSharedCriterionReq func (m *GetSharedCriterionRequest) String() string { return proto.CompactTextString(m) } func (*GetSharedCriterionRequest) ProtoMessage() {} func (*GetSharedCriterionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_criterion_service_2dfd28a86930a310, []int{0} + return fileDescriptor_shared_criterion_service_f3244070d9ea4ad5, []int{0} } func (m *GetSharedCriterionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSharedCriterionRequest.Unmarshal(m, b) @@ -90,7 +90,7 @@ func (m *MutateSharedCriteriaRequest) Reset() { *m = MutateSharedCriteri func (m *MutateSharedCriteriaRequest) String() string { return proto.CompactTextString(m) } func (*MutateSharedCriteriaRequest) ProtoMessage() {} func (*MutateSharedCriteriaRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_criterion_service_2dfd28a86930a310, []int{1} + return fileDescriptor_shared_criterion_service_f3244070d9ea4ad5, []int{1} } func (m *MutateSharedCriteriaRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateSharedCriteriaRequest.Unmarshal(m, b) @@ -155,7 +155,7 @@ func (m *SharedCriterionOperation) Reset() { *m = SharedCriterionOperati func (m *SharedCriterionOperation) String() string { return proto.CompactTextString(m) } func (*SharedCriterionOperation) ProtoMessage() {} func (*SharedCriterionOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_criterion_service_2dfd28a86930a310, []int{2} + return fileDescriptor_shared_criterion_service_f3244070d9ea4ad5, []int{2} } func (m *SharedCriterionOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SharedCriterionOperation.Unmarshal(m, b) @@ -300,7 +300,7 @@ func (m *MutateSharedCriteriaResponse) Reset() { *m = MutateSharedCriter func (m *MutateSharedCriteriaResponse) String() string { return proto.CompactTextString(m) } func (*MutateSharedCriteriaResponse) ProtoMessage() {} func (*MutateSharedCriteriaResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_criterion_service_2dfd28a86930a310, []int{3} + return fileDescriptor_shared_criterion_service_f3244070d9ea4ad5, []int{3} } func (m *MutateSharedCriteriaResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateSharedCriteriaResponse.Unmarshal(m, b) @@ -347,7 +347,7 @@ func (m *MutateSharedCriterionResult) Reset() { *m = MutateSharedCriteri func (m *MutateSharedCriterionResult) String() string { return proto.CompactTextString(m) } func (*MutateSharedCriterionResult) ProtoMessage() {} func (*MutateSharedCriterionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_criterion_service_2dfd28a86930a310, []int{4} + return fileDescriptor_shared_criterion_service_f3244070d9ea4ad5, []int{4} } func (m *MutateSharedCriterionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateSharedCriterionResult.Unmarshal(m, b) @@ -492,10 +492,10 @@ var _SharedCriterionService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/shared_criterion_service.proto", fileDescriptor_shared_criterion_service_2dfd28a86930a310) + proto.RegisterFile("google/ads/googleads/v1/services/shared_criterion_service.proto", fileDescriptor_shared_criterion_service_f3244070d9ea4ad5) } -var fileDescriptor_shared_criterion_service_2dfd28a86930a310 = []byte{ +var fileDescriptor_shared_criterion_service_f3244070d9ea4ad5 = []byte{ // 666 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xcd, 0x6e, 0xd3, 0x4c, 0x14, 0xfd, 0xec, 0x7c, 0x2a, 0x74, 0x52, 0x40, 0x1a, 0xfe, 0x4c, 0x5a, 0x41, 0x64, 0x2a, 0x51, diff --git a/googleapis/ads/googleads/v1/services/shared_set_service.pb.go b/googleapis/ads/googleads/v1/services/shared_set_service.pb.go index b84be4d145..6b2ad6da31 100644 --- a/googleapis/ads/googleads/v1/services/shared_set_service.pb.go +++ b/googleapis/ads/googleads/v1/services/shared_set_service.pb.go @@ -41,7 +41,7 @@ func (m *GetSharedSetRequest) Reset() { *m = GetSharedSetRequest{} } func (m *GetSharedSetRequest) String() string { return proto.CompactTextString(m) } func (*GetSharedSetRequest) ProtoMessage() {} func (*GetSharedSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_service_28fa254a14a0ae3b, []int{0} + return fileDescriptor_shared_set_service_62e398adbb29dcc8, []int{0} } func (m *GetSharedSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSharedSetRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateSharedSetsRequest) Reset() { *m = MutateSharedSetsRequest func (m *MutateSharedSetsRequest) String() string { return proto.CompactTextString(m) } func (*MutateSharedSetsRequest) ProtoMessage() {} func (*MutateSharedSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_service_28fa254a14a0ae3b, []int{1} + return fileDescriptor_shared_set_service_62e398adbb29dcc8, []int{1} } func (m *MutateSharedSetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateSharedSetsRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *SharedSetOperation) Reset() { *m = SharedSetOperation{} } func (m *SharedSetOperation) String() string { return proto.CompactTextString(m) } func (*SharedSetOperation) ProtoMessage() {} func (*SharedSetOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_service_28fa254a14a0ae3b, []int{2} + return fileDescriptor_shared_set_service_62e398adbb29dcc8, []int{2} } func (m *SharedSetOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SharedSetOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateSharedSetsResponse) Reset() { *m = MutateSharedSetsRespon func (m *MutateSharedSetsResponse) String() string { return proto.CompactTextString(m) } func (*MutateSharedSetsResponse) ProtoMessage() {} func (*MutateSharedSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_service_28fa254a14a0ae3b, []int{3} + return fileDescriptor_shared_set_service_62e398adbb29dcc8, []int{3} } func (m *MutateSharedSetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateSharedSetsResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateSharedSetResult) Reset() { *m = MutateSharedSetResult{} } func (m *MutateSharedSetResult) String() string { return proto.CompactTextString(m) } func (*MutateSharedSetResult) ProtoMessage() {} func (*MutateSharedSetResult) Descriptor() ([]byte, []int) { - return fileDescriptor_shared_set_service_28fa254a14a0ae3b, []int{4} + return fileDescriptor_shared_set_service_62e398adbb29dcc8, []int{4} } func (m *MutateSharedSetResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateSharedSetResult.Unmarshal(m, b) @@ -535,10 +535,10 @@ var _SharedSetService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/shared_set_service.proto", fileDescriptor_shared_set_service_28fa254a14a0ae3b) + proto.RegisterFile("google/ads/googleads/v1/services/shared_set_service.proto", fileDescriptor_shared_set_service_62e398adbb29dcc8) } -var fileDescriptor_shared_set_service_28fa254a14a0ae3b = []byte{ +var fileDescriptor_shared_set_service_62e398adbb29dcc8 = []byte{ // 705 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0xcf, 0x4e, 0xd4, 0x40, 0x1c, 0xb6, 0xbb, 0x06, 0x65, 0x8a, 0x4a, 0x86, 0x10, 0x9a, 0x8d, 0xd1, 0x4d, 0x25, 0x91, 0x6c, diff --git a/googleapis/ads/googleads/v1/services/shopping_performance_view_service.pb.go b/googleapis/ads/googleads/v1/services/shopping_performance_view_service.pb.go index 507ce071bb..bbb83409ec 100644 --- a/googleapis/ads/googleads/v1/services/shopping_performance_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/shopping_performance_view_service.pb.go @@ -39,7 +39,7 @@ func (m *GetShoppingPerformanceViewRequest) Reset() { *m = GetShoppingPe func (m *GetShoppingPerformanceViewRequest) String() string { return proto.CompactTextString(m) } func (*GetShoppingPerformanceViewRequest) ProtoMessage() {} func (*GetShoppingPerformanceViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_shopping_performance_view_service_509b6b76e9bf0f24, []int{0} + return fileDescriptor_shopping_performance_view_service_5aa39331bdf25925, []int{0} } func (m *GetShoppingPerformanceViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetShoppingPerformanceViewRequest.Unmarshal(m, b) @@ -145,10 +145,10 @@ var _ShoppingPerformanceViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/shopping_performance_view_service.proto", fileDescriptor_shopping_performance_view_service_509b6b76e9bf0f24) + proto.RegisterFile("google/ads/googleads/v1/services/shopping_performance_view_service.proto", fileDescriptor_shopping_performance_view_service_5aa39331bdf25925) } -var fileDescriptor_shopping_performance_view_service_509b6b76e9bf0f24 = []byte{ +var fileDescriptor_shopping_performance_view_service_5aa39331bdf25925 = []byte{ // 378 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xb1, 0x4b, 0xe4, 0x40, 0x14, 0xc6, 0x49, 0x0e, 0x0e, 0x2e, 0xdc, 0x35, 0xa9, 0x8e, 0x70, 0x1c, 0x7b, 0xbb, 0x5b, 0x1c, diff --git a/googleapis/ads/googleads/v1/services/topic_constant_service.pb.go b/googleapis/ads/googleads/v1/services/topic_constant_service.pb.go index 7f3b3ef656..ab8462e585 100644 --- a/googleapis/ads/googleads/v1/services/topic_constant_service.pb.go +++ b/googleapis/ads/googleads/v1/services/topic_constant_service.pb.go @@ -38,7 +38,7 @@ func (m *GetTopicConstantRequest) Reset() { *m = GetTopicConstantRequest func (m *GetTopicConstantRequest) String() string { return proto.CompactTextString(m) } func (*GetTopicConstantRequest) ProtoMessage() {} func (*GetTopicConstantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_topic_constant_service_88a470babfa64bb4, []int{0} + return fileDescriptor_topic_constant_service_a951bc1267bf7762, []int{0} } func (m *GetTopicConstantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTopicConstantRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _TopicConstantService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/topic_constant_service.proto", fileDescriptor_topic_constant_service_88a470babfa64bb4) + proto.RegisterFile("google/ads/googleads/v1/services/topic_constant_service.proto", fileDescriptor_topic_constant_service_a951bc1267bf7762) } -var fileDescriptor_topic_constant_service_88a470babfa64bb4 = []byte{ +var fileDescriptor_topic_constant_service_a951bc1267bf7762 = []byte{ // 354 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4d, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x43, 0xfd, 0xe2, 0xd4, diff --git a/googleapis/ads/googleads/v1/services/topic_view_service.pb.go b/googleapis/ads/googleads/v1/services/topic_view_service.pb.go index 36d7e284c5..d6f3b3b0dd 100644 --- a/googleapis/ads/googleads/v1/services/topic_view_service.pb.go +++ b/googleapis/ads/googleads/v1/services/topic_view_service.pb.go @@ -38,7 +38,7 @@ func (m *GetTopicViewRequest) Reset() { *m = GetTopicViewRequest{} } func (m *GetTopicViewRequest) String() string { return proto.CompactTextString(m) } func (*GetTopicViewRequest) ProtoMessage() {} func (*GetTopicViewRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_topic_view_service_1eb6df768305bafd, []int{0} + return fileDescriptor_topic_view_service_42250129c59eb567, []int{0} } func (m *GetTopicViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTopicViewRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _TopicViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/topic_view_service.proto", fileDescriptor_topic_view_service_1eb6df768305bafd) + proto.RegisterFile("google/ads/googleads/v1/services/topic_view_service.proto", fileDescriptor_topic_view_service_42250129c59eb567) } -var fileDescriptor_topic_view_service_1eb6df768305bafd = []byte{ +var fileDescriptor_topic_view_service_42250129c59eb567 = []byte{ // 363 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4c, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x43, 0xfd, 0xe2, 0xd4, diff --git a/googleapis/ads/googleads/v1/services/user_interest_service.pb.go b/googleapis/ads/googleads/v1/services/user_interest_service.pb.go index 367f16ec67..e8f8c2a80a 100644 --- a/googleapis/ads/googleads/v1/services/user_interest_service.pb.go +++ b/googleapis/ads/googleads/v1/services/user_interest_service.pb.go @@ -38,7 +38,7 @@ func (m *GetUserInterestRequest) Reset() { *m = GetUserInterestRequest{} func (m *GetUserInterestRequest) String() string { return proto.CompactTextString(m) } func (*GetUserInterestRequest) ProtoMessage() {} func (*GetUserInterestRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_user_interest_service_05ae6e270986e1c4, []int{0} + return fileDescriptor_user_interest_service_76561fc7778b0898, []int{0} } func (m *GetUserInterestRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetUserInterestRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _UserInterestService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/user_interest_service.proto", fileDescriptor_user_interest_service_05ae6e270986e1c4) + proto.RegisterFile("google/ads/googleads/v1/services/user_interest_service.proto", fileDescriptor_user_interest_service_76561fc7778b0898) } -var fileDescriptor_user_interest_service_05ae6e270986e1c4 = []byte{ +var fileDescriptor_user_interest_service_76561fc7778b0898 = []byte{ // 364 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xcf, 0x4a, 0xeb, 0x40, 0x14, 0xc6, 0x49, 0x2e, 0x5c, 0xb8, 0xe1, 0x5e, 0x2e, 0x44, 0x90, 0x52, 0x5c, 0x94, 0xda, 0x85, diff --git a/googleapis/ads/googleads/v1/services/user_list_service.pb.go b/googleapis/ads/googleads/v1/services/user_list_service.pb.go index 4f6183ba8e..f5c29519fc 100644 --- a/googleapis/ads/googleads/v1/services/user_list_service.pb.go +++ b/googleapis/ads/googleads/v1/services/user_list_service.pb.go @@ -41,7 +41,7 @@ func (m *GetUserListRequest) Reset() { *m = GetUserListRequest{} } func (m *GetUserListRequest) String() string { return proto.CompactTextString(m) } func (*GetUserListRequest) ProtoMessage() {} func (*GetUserListRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_service_6c03169e8d488571, []int{0} + return fileDescriptor_user_list_service_a2edc6a3997d8389, []int{0} } func (m *GetUserListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetUserListRequest.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *MutateUserListsRequest) Reset() { *m = MutateUserListsRequest{} func (m *MutateUserListsRequest) String() string { return proto.CompactTextString(m) } func (*MutateUserListsRequest) ProtoMessage() {} func (*MutateUserListsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_service_6c03169e8d488571, []int{1} + return fileDescriptor_user_list_service_a2edc6a3997d8389, []int{1} } func (m *MutateUserListsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateUserListsRequest.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *UserListOperation) Reset() { *m = UserListOperation{} } func (m *UserListOperation) String() string { return proto.CompactTextString(m) } func (*UserListOperation) ProtoMessage() {} func (*UserListOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_service_6c03169e8d488571, []int{2} + return fileDescriptor_user_list_service_a2edc6a3997d8389, []int{2} } func (m *UserListOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListOperation.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *MutateUserListsResponse) Reset() { *m = MutateUserListsResponse func (m *MutateUserListsResponse) String() string { return proto.CompactTextString(m) } func (*MutateUserListsResponse) ProtoMessage() {} func (*MutateUserListsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_service_6c03169e8d488571, []int{3} + return fileDescriptor_user_list_service_a2edc6a3997d8389, []int{3} } func (m *MutateUserListsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateUserListsResponse.Unmarshal(m, b) @@ -390,7 +390,7 @@ func (m *MutateUserListResult) Reset() { *m = MutateUserListResult{} } func (m *MutateUserListResult) String() string { return proto.CompactTextString(m) } func (*MutateUserListResult) ProtoMessage() {} func (*MutateUserListResult) Descriptor() ([]byte, []int) { - return fileDescriptor_user_list_service_6c03169e8d488571, []int{4} + return fileDescriptor_user_list_service_a2edc6a3997d8389, []int{4} } func (m *MutateUserListResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateUserListResult.Unmarshal(m, b) @@ -535,10 +535,10 @@ var _UserListService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/user_list_service.proto", fileDescriptor_user_list_service_6c03169e8d488571) + proto.RegisterFile("google/ads/googleads/v1/services/user_list_service.proto", fileDescriptor_user_list_service_a2edc6a3997d8389) } -var fileDescriptor_user_list_service_6c03169e8d488571 = []byte{ +var fileDescriptor_user_list_service_a2edc6a3997d8389 = []byte{ // 710 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4f, 0x6b, 0xd4, 0x4e, 0x18, 0xfe, 0x25, 0xfd, 0x51, 0xed, 0xa4, 0x5a, 0x1c, 0xab, 0x5d, 0x16, 0xd1, 0x25, 0x16, 0x2c, diff --git a/googleapis/ads/googleads/v1/services/video_service.pb.go b/googleapis/ads/googleads/v1/services/video_service.pb.go index a1b0c306c9..28af45535c 100644 --- a/googleapis/ads/googleads/v1/services/video_service.pb.go +++ b/googleapis/ads/googleads/v1/services/video_service.pb.go @@ -38,7 +38,7 @@ func (m *GetVideoRequest) Reset() { *m = GetVideoRequest{} } func (m *GetVideoRequest) String() string { return proto.CompactTextString(m) } func (*GetVideoRequest) ProtoMessage() {} func (*GetVideoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_video_service_e8bedc82ddbacd87, []int{0} + return fileDescriptor_video_service_4f246e1a4123a787, []int{0} } func (m *GetVideoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetVideoRequest.Unmarshal(m, b) @@ -144,10 +144,10 @@ var _VideoService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/video_service.proto", fileDescriptor_video_service_e8bedc82ddbacd87) + proto.RegisterFile("google/ads/googleads/v1/services/video_service.proto", fileDescriptor_video_service_4f246e1a4123a787) } -var fileDescriptor_video_service_e8bedc82ddbacd87 = []byte{ +var fileDescriptor_video_service_4f246e1a4123a787 = []byte{ // 349 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0x31, 0x4b, 0xfb, 0x40, 0x18, 0xc6, 0x49, 0xfe, 0xf0, 0x47, 0x43, 0x45, 0xcc, 0x24, 0xc5, 0xa1, 0xd4, 0x0e, 0xa5, 0xe0, diff --git a/googleapis/api/annotations/annotations.pb.go b/googleapis/api/annotations/annotations.pb.go index 9521b50e9e..c7bb5398ad 100644 --- a/googleapis/api/annotations/annotations.pb.go +++ b/googleapis/api/annotations/annotations.pb.go @@ -33,10 +33,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/annotations.proto", fileDescriptor_annotations_55609bb51d80951d) + proto.RegisterFile("google/api/annotations.proto", fileDescriptor_annotations_e7ebfecbdd9698dc) } -var fileDescriptor_annotations_55609bb51d80951d = []byte{ +var fileDescriptor_annotations_e7ebfecbdd9698dc = []byte{ // 208 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x49, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0x2c, 0xc8, 0xd4, 0x4f, 0xcc, 0xcb, 0xcb, 0x2f, 0x49, 0x2c, 0xc9, 0xcc, diff --git a/googleapis/api/annotations/client.pb.go b/googleapis/api/annotations/client.pb.go index d64b32280f..589e00d483 100644 --- a/googleapis/api/annotations/client.pb.go +++ b/googleapis/api/annotations/client.pb.go @@ -52,9 +52,9 @@ func init() { proto.RegisterExtension(E_OauthScopes) } -func init() { proto.RegisterFile("google/api/client.proto", fileDescriptor_client_1608614df476619f) } +func init() { proto.RegisterFile("google/api/client.proto", fileDescriptor_client_66b9a733374708c1) } -var fileDescriptor_client_1608614df476619f = []byte{ +var fileDescriptor_client_66b9a733374708c1 = []byte{ // 262 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0x3f, 0x4f, 0xc3, 0x30, 0x10, 0xc5, 0x55, 0x40, 0xa8, 0x75, 0x11, 0xa0, 0x2c, 0x20, 0x06, 0xc8, 0xd8, 0xc9, 0x1e, 0xd8, diff --git a/googleapis/api/annotations/field_behavior.pb.go b/googleapis/api/annotations/field_behavior.pb.go index 9a9ab1242f..4fc5c40b6a 100644 --- a/googleapis/api/annotations/field_behavior.pb.go +++ b/googleapis/api/annotations/field_behavior.pb.go @@ -74,7 +74,7 @@ func (x FieldBehavior) String() string { return proto.EnumName(FieldBehavior_name, int32(x)) } func (FieldBehavior) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_field_behavior_ddf5c982f789c6a3, []int{0} + return fileDescriptor_field_behavior_540d8be7c570e386, []int{0} } var E_FieldBehavior = &proto.ExtensionDesc{ @@ -92,10 +92,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/field_behavior.proto", fileDescriptor_field_behavior_ddf5c982f789c6a3) + proto.RegisterFile("google/api/field_behavior.proto", fileDescriptor_field_behavior_540d8be7c570e386) } -var fileDescriptor_field_behavior_ddf5c982f789c6a3 = []byte{ +var fileDescriptor_field_behavior_540d8be7c570e386 = []byte{ // 303 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x90, 0x4f, 0x4f, 0xb3, 0x30, 0x1c, 0xc7, 0x9f, 0xfd, 0x79, 0xcc, 0xac, 0x0e, 0x49, 0x4f, 0xba, 0x44, 0xdd, 0xd1, 0x78, 0x28, diff --git a/googleapis/api/annotations/http.pb.go b/googleapis/api/annotations/http.pb.go index ca20ad3d61..5ee365a504 100644 --- a/googleapis/api/annotations/http.pb.go +++ b/googleapis/api/annotations/http.pb.go @@ -42,7 +42,7 @@ func (m *Http) Reset() { *m = Http{} } func (m *Http) String() string { return proto.CompactTextString(m) } func (*Http) ProtoMessage() {} func (*Http) Descriptor() ([]byte, []int) { - return fileDescriptor_http_5af6bbacbb935ee3, []int{0} + return fileDescriptor_http_1e78ce0f8b702f4c, []int{0} } func (m *Http) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Http.Unmarshal(m, b) @@ -389,7 +389,7 @@ func (m *HttpRule) Reset() { *m = HttpRule{} } func (m *HttpRule) String() string { return proto.CompactTextString(m) } func (*HttpRule) ProtoMessage() {} func (*HttpRule) Descriptor() ([]byte, []int) { - return fileDescriptor_http_5af6bbacbb935ee3, []int{1} + return fileDescriptor_http_1e78ce0f8b702f4c, []int{1} } func (m *HttpRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HttpRule.Unmarshal(m, b) @@ -671,7 +671,7 @@ func (m *CustomHttpPattern) Reset() { *m = CustomHttpPattern{} } func (m *CustomHttpPattern) String() string { return proto.CompactTextString(m) } func (*CustomHttpPattern) ProtoMessage() {} func (*CustomHttpPattern) Descriptor() ([]byte, []int) { - return fileDescriptor_http_5af6bbacbb935ee3, []int{2} + return fileDescriptor_http_1e78ce0f8b702f4c, []int{2} } func (m *CustomHttpPattern) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomHttpPattern.Unmarshal(m, b) @@ -711,9 +711,9 @@ func init() { proto.RegisterType((*CustomHttpPattern)(nil), "google.api.CustomHttpPattern") } -func init() { proto.RegisterFile("google/api/http.proto", fileDescriptor_http_5af6bbacbb935ee3) } +func init() { proto.RegisterFile("google/api/http.proto", fileDescriptor_http_1e78ce0f8b702f4c) } -var fileDescriptor_http_5af6bbacbb935ee3 = []byte{ +var fileDescriptor_http_1e78ce0f8b702f4c = []byte{ // 419 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xc1, 0x8e, 0xd3, 0x30, 0x10, 0x86, 0x49, 0x9b, 0x76, 0xdb, 0xe9, 0x82, 0x84, 0x59, 0x90, 0x85, 0x40, 0x54, 0xe5, 0x52, diff --git a/googleapis/api/annotations/resource.pb.go b/googleapis/api/annotations/resource.pb.go index 036ae3e16b..3622e0346f 100644 --- a/googleapis/api/annotations/resource.pb.go +++ b/googleapis/api/annotations/resource.pb.go @@ -50,7 +50,7 @@ func (x ResourceDescriptor_History) String() string { return proto.EnumName(ResourceDescriptor_History_name, int32(x)) } func (ResourceDescriptor_History) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resource_1953877c7bf00bf4, []int{0, 0} + return fileDescriptor_resource_8ecf418b4524f3f1, []int{0, 0} } // A simple descriptor of a resource type. @@ -134,7 +134,7 @@ func (m *ResourceDescriptor) Reset() { *m = ResourceDescriptor{} } func (m *ResourceDescriptor) String() string { return proto.CompactTextString(m) } func (*ResourceDescriptor) ProtoMessage() {} func (*ResourceDescriptor) Descriptor() ([]byte, []int) { - return fileDescriptor_resource_1953877c7bf00bf4, []int{0} + return fileDescriptor_resource_8ecf418b4524f3f1, []int{0} } func (m *ResourceDescriptor) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResourceDescriptor.Unmarshal(m, b) @@ -227,7 +227,7 @@ func (m *ResourceReference) Reset() { *m = ResourceReference{} } func (m *ResourceReference) String() string { return proto.CompactTextString(m) } func (*ResourceReference) ProtoMessage() {} func (*ResourceReference) Descriptor() ([]byte, []int) { - return fileDescriptor_resource_1953877c7bf00bf4, []int{1} + return fileDescriptor_resource_8ecf418b4524f3f1, []int{1} } func (m *ResourceReference) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResourceReference.Unmarshal(m, b) @@ -287,9 +287,9 @@ func init() { proto.RegisterExtension(E_Resource) } -func init() { proto.RegisterFile("google/api/resource.proto", fileDescriptor_resource_1953877c7bf00bf4) } +func init() { proto.RegisterFile("google/api/resource.proto", fileDescriptor_resource_8ecf418b4524f3f1) } -var fileDescriptor_resource_1953877c7bf00bf4 = []byte{ +var fileDescriptor_resource_8ecf418b4524f3f1 = []byte{ // 430 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0x41, 0x6f, 0xd3, 0x30, 0x18, 0x25, 0x59, 0x45, 0xd7, 0x0f, 0x31, 0x6d, 0x06, 0x89, 0x0c, 0x29, 0x10, 0xf5, 0x80, 0x7a, diff --git a/googleapis/api/authorization_config.pb.go b/googleapis/api/authorization_config.pb.go index eb5ad28b91..caddc13897 100644 --- a/googleapis/api/authorization_config.pb.go +++ b/googleapis/api/authorization_config.pb.go @@ -41,7 +41,7 @@ func (m *AuthorizationConfig) Reset() { *m = AuthorizationConfig{} } func (m *AuthorizationConfig) String() string { return proto.CompactTextString(m) } func (*AuthorizationConfig) ProtoMessage() {} func (*AuthorizationConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_authorization_config_201ba24923dedcb5, []int{0} + return fileDescriptor_authorization_config_4cffac9b7afd314b, []int{0} } func (m *AuthorizationConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AuthorizationConfig.Unmarshal(m, b) @@ -73,10 +73,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/experimental/authorization_config.proto", fileDescriptor_authorization_config_201ba24923dedcb5) + proto.RegisterFile("google/api/experimental/authorization_config.proto", fileDescriptor_authorization_config_4cffac9b7afd314b) } -var fileDescriptor_authorization_config_201ba24923dedcb5 = []byte{ +var fileDescriptor_authorization_config_4cffac9b7afd314b = []byte{ // 180 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4a, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0x2c, 0xc8, 0xd4, 0x4f, 0xad, 0x28, 0x48, 0x2d, 0xca, 0xcc, 0x4d, 0xcd, diff --git a/googleapis/api/configchange/config_change.pb.go b/googleapis/api/configchange/config_change.pb.go index a3fe8d51f6..09d036ad42 100644 --- a/googleapis/api/configchange/config_change.pb.go +++ b/googleapis/api/configchange/config_change.pb.go @@ -53,7 +53,7 @@ func (x ChangeType) String() string { return proto.EnumName(ChangeType_name, int32(x)) } func (ChangeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_config_change_c79968a5a837a1e9, []int{0} + return fileDescriptor_config_change_22274c34b306f4cb, []int{0} } // Output generated from semantically comparing two versions of a service @@ -93,7 +93,7 @@ func (m *ConfigChange) Reset() { *m = ConfigChange{} } func (m *ConfigChange) String() string { return proto.CompactTextString(m) } func (*ConfigChange) ProtoMessage() {} func (*ConfigChange) Descriptor() ([]byte, []int) { - return fileDescriptor_config_change_c79968a5a837a1e9, []int{0} + return fileDescriptor_config_change_22274c34b306f4cb, []int{0} } func (m *ConfigChange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfigChange.Unmarshal(m, b) @@ -163,7 +163,7 @@ func (m *Advice) Reset() { *m = Advice{} } func (m *Advice) String() string { return proto.CompactTextString(m) } func (*Advice) ProtoMessage() {} func (*Advice) Descriptor() ([]byte, []int) { - return fileDescriptor_config_change_c79968a5a837a1e9, []int{1} + return fileDescriptor_config_change_22274c34b306f4cb, []int{1} } func (m *Advice) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Advice.Unmarshal(m, b) @@ -197,10 +197,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/config_change.proto", fileDescriptor_config_change_c79968a5a837a1e9) + proto.RegisterFile("google/api/config_change.proto", fileDescriptor_config_change_22274c34b306f4cb) } -var fileDescriptor_config_change_c79968a5a837a1e9 = []byte{ +var fileDescriptor_config_change_22274c34b306f4cb = []byte{ // 338 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x91, 0xcd, 0x4e, 0xc2, 0x40, 0x14, 0x85, 0x2d, 0xff, 0xdc, 0x12, 0x82, 0xb3, 0xd0, 0x26, 0x24, 0xa6, 0x61, 0x45, 0x88, 0x69, diff --git a/googleapis/api/distribution/distribution.pb.go b/googleapis/api/distribution/distribution.pb.go index 74f6809d03..7e30f53174 100644 --- a/googleapis/api/distribution/distribution.pb.go +++ b/googleapis/api/distribution/distribution.pb.go @@ -85,7 +85,7 @@ func (m *Distribution) Reset() { *m = Distribution{} } func (m *Distribution) String() string { return proto.CompactTextString(m) } func (*Distribution) ProtoMessage() {} func (*Distribution) Descriptor() ([]byte, []int) { - return fileDescriptor_distribution_0ca687210cf00797, []int{0} + return fileDescriptor_distribution_f8b8947deb60fb1d, []int{0} } func (m *Distribution) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Distribution.Unmarshal(m, b) @@ -169,7 +169,7 @@ func (m *Distribution_Range) Reset() { *m = Distribution_Range{} } func (m *Distribution_Range) String() string { return proto.CompactTextString(m) } func (*Distribution_Range) ProtoMessage() {} func (*Distribution_Range) Descriptor() ([]byte, []int) { - return fileDescriptor_distribution_0ca687210cf00797, []int{0, 0} + return fileDescriptor_distribution_f8b8947deb60fb1d, []int{0, 0} } func (m *Distribution_Range) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Distribution_Range.Unmarshal(m, b) @@ -235,7 +235,7 @@ func (m *Distribution_BucketOptions) Reset() { *m = Distribution_BucketO func (m *Distribution_BucketOptions) String() string { return proto.CompactTextString(m) } func (*Distribution_BucketOptions) ProtoMessage() {} func (*Distribution_BucketOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_distribution_0ca687210cf00797, []int{0, 1} + return fileDescriptor_distribution_f8b8947deb60fb1d, []int{0, 1} } func (m *Distribution_BucketOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Distribution_BucketOptions.Unmarshal(m, b) @@ -423,7 +423,7 @@ func (m *Distribution_BucketOptions_Linear) Reset() { *m = Distribution_ func (m *Distribution_BucketOptions_Linear) String() string { return proto.CompactTextString(m) } func (*Distribution_BucketOptions_Linear) ProtoMessage() {} func (*Distribution_BucketOptions_Linear) Descriptor() ([]byte, []int) { - return fileDescriptor_distribution_0ca687210cf00797, []int{0, 1, 0} + return fileDescriptor_distribution_f8b8947deb60fb1d, []int{0, 1, 0} } func (m *Distribution_BucketOptions_Linear) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Distribution_BucketOptions_Linear.Unmarshal(m, b) @@ -491,7 +491,7 @@ func (m *Distribution_BucketOptions_Exponential) Reset() { func (m *Distribution_BucketOptions_Exponential) String() string { return proto.CompactTextString(m) } func (*Distribution_BucketOptions_Exponential) ProtoMessage() {} func (*Distribution_BucketOptions_Exponential) Descriptor() ([]byte, []int) { - return fileDescriptor_distribution_0ca687210cf00797, []int{0, 1, 1} + return fileDescriptor_distribution_f8b8947deb60fb1d, []int{0, 1, 1} } func (m *Distribution_BucketOptions_Exponential) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Distribution_BucketOptions_Exponential.Unmarshal(m, b) @@ -555,7 +555,7 @@ func (m *Distribution_BucketOptions_Explicit) Reset() { *m = Distributio func (m *Distribution_BucketOptions_Explicit) String() string { return proto.CompactTextString(m) } func (*Distribution_BucketOptions_Explicit) ProtoMessage() {} func (*Distribution_BucketOptions_Explicit) Descriptor() ([]byte, []int) { - return fileDescriptor_distribution_0ca687210cf00797, []int{0, 1, 2} + return fileDescriptor_distribution_f8b8947deb60fb1d, []int{0, 1, 2} } func (m *Distribution_BucketOptions_Explicit) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Distribution_BucketOptions_Explicit.Unmarshal(m, b) @@ -614,7 +614,7 @@ func (m *Distribution_Exemplar) Reset() { *m = Distribution_Exemplar{} } func (m *Distribution_Exemplar) String() string { return proto.CompactTextString(m) } func (*Distribution_Exemplar) ProtoMessage() {} func (*Distribution_Exemplar) Descriptor() ([]byte, []int) { - return fileDescriptor_distribution_0ca687210cf00797, []int{0, 2} + return fileDescriptor_distribution_f8b8947deb60fb1d, []int{0, 2} } func (m *Distribution_Exemplar) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Distribution_Exemplar.Unmarshal(m, b) @@ -666,10 +666,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/distribution.proto", fileDescriptor_distribution_0ca687210cf00797) + proto.RegisterFile("google/api/distribution.proto", fileDescriptor_distribution_f8b8947deb60fb1d) } -var fileDescriptor_distribution_0ca687210cf00797 = []byte{ +var fileDescriptor_distribution_f8b8947deb60fb1d = []byte{ // 631 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xed, 0x6a, 0xd4, 0x40, 0x14, 0x6d, 0x9a, 0xdd, 0x6d, 0x7b, 0xb7, 0x5b, 0xeb, 0x58, 0x25, 0x06, 0xd4, 0xb5, 0x05, 0x59, diff --git a/googleapis/api/experimental.pb.go b/googleapis/api/experimental.pb.go index bee7322b79..0864b43d48 100644 --- a/googleapis/api/experimental.pb.go +++ b/googleapis/api/experimental.pb.go @@ -33,7 +33,7 @@ func (m *Experimental) Reset() { *m = Experimental{} } func (m *Experimental) String() string { return proto.CompactTextString(m) } func (*Experimental) ProtoMessage() {} func (*Experimental) Descriptor() ([]byte, []int) { - return fileDescriptor_experimental_7a347166b9461ea0, []int{0} + return fileDescriptor_experimental_fa165d72ce8e6da4, []int{0} } func (m *Experimental) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Experimental.Unmarshal(m, b) @@ -65,10 +65,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/experimental/experimental.proto", fileDescriptor_experimental_7a347166b9461ea0) + proto.RegisterFile("google/api/experimental/experimental.proto", fileDescriptor_experimental_fa165d72ce8e6da4) } -var fileDescriptor_experimental_7a347166b9461ea0 = []byte{ +var fileDescriptor_experimental_fa165d72ce8e6da4 = []byte{ // 204 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4a, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0x2c, 0xc8, 0xd4, 0x4f, 0xad, 0x28, 0x48, 0x2d, 0xca, 0xcc, 0x4d, 0xcd, diff --git a/googleapis/api/expr/v1alpha1/cel_service.pb.go b/googleapis/api/expr/v1alpha1/cel_service.pb.go index 5e66fac606..c8cdd648f1 100644 --- a/googleapis/api/expr/v1alpha1/cel_service.pb.go +++ b/googleapis/api/expr/v1alpha1/cel_service.pb.go @@ -172,10 +172,10 @@ var _CelService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/api/expr/v1alpha1/cel_service.proto", fileDescriptor_cel_service_082dfec354944354) + proto.RegisterFile("google/api/expr/v1alpha1/cel_service.proto", fileDescriptor_cel_service_35d601a3638fea4b) } -var fileDescriptor_cel_service_082dfec354944354 = []byte{ +var fileDescriptor_cel_service_35d601a3638fea4b = []byte{ // 240 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0xd1, 0x31, 0x4b, 0xc4, 0x30, 0x14, 0xc0, 0x71, 0x2b, 0xea, 0x90, 0x45, 0xc8, 0x24, 0x87, 0x93, 0xe0, 0x09, 0x0e, 0x09, 0x77, diff --git a/googleapis/api/expr/v1alpha1/checked.pb.go b/googleapis/api/expr/v1alpha1/checked.pb.go index 867074459b..b76f7db8a5 100644 --- a/googleapis/api/expr/v1alpha1/checked.pb.go +++ b/googleapis/api/expr/v1alpha1/checked.pb.go @@ -69,7 +69,7 @@ func (x Type_PrimitiveType) String() string { return proto.EnumName(Type_PrimitiveType_name, int32(x)) } func (Type_PrimitiveType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_checked_2fc1f80fa2b6cdfd, []int{1, 0} + return fileDescriptor_checked_c2e2f3dfa4cfeebf, []int{1, 0} } // Well-known protobuf types treated with first-class support in CEL. @@ -107,7 +107,7 @@ func (x Type_WellKnownType) String() string { return proto.EnumName(Type_WellKnownType_name, int32(x)) } func (Type_WellKnownType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_checked_2fc1f80fa2b6cdfd, []int{1, 1} + return fileDescriptor_checked_c2e2f3dfa4cfeebf, []int{1, 1} } // A CEL expression which has been successfully type checked. @@ -149,7 +149,7 @@ func (m *CheckedExpr) Reset() { *m = CheckedExpr{} } func (m *CheckedExpr) String() string { return proto.CompactTextString(m) } func (*CheckedExpr) ProtoMessage() {} func (*CheckedExpr) Descriptor() ([]byte, []int) { - return fileDescriptor_checked_2fc1f80fa2b6cdfd, []int{0} + return fileDescriptor_checked_c2e2f3dfa4cfeebf, []int{0} } func (m *CheckedExpr) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckedExpr.Unmarshal(m, b) @@ -225,7 +225,7 @@ func (m *Type) Reset() { *m = Type{} } func (m *Type) String() string { return proto.CompactTextString(m) } func (*Type) ProtoMessage() {} func (*Type) Descriptor() ([]byte, []int) { - return fileDescriptor_checked_2fc1f80fa2b6cdfd, []int{1} + return fileDescriptor_checked_c2e2f3dfa4cfeebf, []int{1} } func (m *Type) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Type.Unmarshal(m, b) @@ -693,7 +693,7 @@ func (m *Type_ListType) Reset() { *m = Type_ListType{} } func (m *Type_ListType) String() string { return proto.CompactTextString(m) } func (*Type_ListType) ProtoMessage() {} func (*Type_ListType) Descriptor() ([]byte, []int) { - return fileDescriptor_checked_2fc1f80fa2b6cdfd, []int{1, 0} + return fileDescriptor_checked_c2e2f3dfa4cfeebf, []int{1, 0} } func (m *Type_ListType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Type_ListType.Unmarshal(m, b) @@ -735,7 +735,7 @@ func (m *Type_MapType) Reset() { *m = Type_MapType{} } func (m *Type_MapType) String() string { return proto.CompactTextString(m) } func (*Type_MapType) ProtoMessage() {} func (*Type_MapType) Descriptor() ([]byte, []int) { - return fileDescriptor_checked_2fc1f80fa2b6cdfd, []int{1, 1} + return fileDescriptor_checked_c2e2f3dfa4cfeebf, []int{1, 1} } func (m *Type_MapType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Type_MapType.Unmarshal(m, b) @@ -784,7 +784,7 @@ func (m *Type_FunctionType) Reset() { *m = Type_FunctionType{} } func (m *Type_FunctionType) String() string { return proto.CompactTextString(m) } func (*Type_FunctionType) ProtoMessage() {} func (*Type_FunctionType) Descriptor() ([]byte, []int) { - return fileDescriptor_checked_2fc1f80fa2b6cdfd, []int{1, 2} + return fileDescriptor_checked_c2e2f3dfa4cfeebf, []int{1, 2} } func (m *Type_FunctionType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Type_FunctionType.Unmarshal(m, b) @@ -833,7 +833,7 @@ func (m *Type_AbstractType) Reset() { *m = Type_AbstractType{} } func (m *Type_AbstractType) String() string { return proto.CompactTextString(m) } func (*Type_AbstractType) ProtoMessage() {} func (*Type_AbstractType) Descriptor() ([]byte, []int) { - return fileDescriptor_checked_2fc1f80fa2b6cdfd, []int{1, 3} + return fileDescriptor_checked_c2e2f3dfa4cfeebf, []int{1, 3} } func (m *Type_AbstractType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Type_AbstractType.Unmarshal(m, b) @@ -898,7 +898,7 @@ func (m *Decl) Reset() { *m = Decl{} } func (m *Decl) String() string { return proto.CompactTextString(m) } func (*Decl) ProtoMessage() {} func (*Decl) Descriptor() ([]byte, []int) { - return fileDescriptor_checked_2fc1f80fa2b6cdfd, []int{2} + return fileDescriptor_checked_c2e2f3dfa4cfeebf, []int{2} } func (m *Decl) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Decl.Unmarshal(m, b) @@ -1059,7 +1059,7 @@ func (m *Decl_IdentDecl) Reset() { *m = Decl_IdentDecl{} } func (m *Decl_IdentDecl) String() string { return proto.CompactTextString(m) } func (*Decl_IdentDecl) ProtoMessage() {} func (*Decl_IdentDecl) Descriptor() ([]byte, []int) { - return fileDescriptor_checked_2fc1f80fa2b6cdfd, []int{2, 0} + return fileDescriptor_checked_c2e2f3dfa4cfeebf, []int{2, 0} } func (m *Decl_IdentDecl) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Decl_IdentDecl.Unmarshal(m, b) @@ -1118,7 +1118,7 @@ func (m *Decl_FunctionDecl) Reset() { *m = Decl_FunctionDecl{} } func (m *Decl_FunctionDecl) String() string { return proto.CompactTextString(m) } func (*Decl_FunctionDecl) ProtoMessage() {} func (*Decl_FunctionDecl) Descriptor() ([]byte, []int) { - return fileDescriptor_checked_2fc1f80fa2b6cdfd, []int{2, 1} + return fileDescriptor_checked_c2e2f3dfa4cfeebf, []int{2, 1} } func (m *Decl_FunctionDecl) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Decl_FunctionDecl.Unmarshal(m, b) @@ -1200,7 +1200,7 @@ func (m *Decl_FunctionDecl_Overload) Reset() { *m = Decl_FunctionDecl_Ov func (m *Decl_FunctionDecl_Overload) String() string { return proto.CompactTextString(m) } func (*Decl_FunctionDecl_Overload) ProtoMessage() {} func (*Decl_FunctionDecl_Overload) Descriptor() ([]byte, []int) { - return fileDescriptor_checked_2fc1f80fa2b6cdfd, []int{2, 1, 0} + return fileDescriptor_checked_c2e2f3dfa4cfeebf, []int{2, 1, 0} } func (m *Decl_FunctionDecl_Overload) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Decl_FunctionDecl_Overload.Unmarshal(m, b) @@ -1288,7 +1288,7 @@ func (m *Reference) Reset() { *m = Reference{} } func (m *Reference) String() string { return proto.CompactTextString(m) } func (*Reference) ProtoMessage() {} func (*Reference) Descriptor() ([]byte, []int) { - return fileDescriptor_checked_2fc1f80fa2b6cdfd, []int{3} + return fileDescriptor_checked_c2e2f3dfa4cfeebf, []int{3} } func (m *Reference) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Reference.Unmarshal(m, b) @@ -1348,10 +1348,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/expr/v1alpha1/checked.proto", fileDescriptor_checked_2fc1f80fa2b6cdfd) + proto.RegisterFile("google/api/expr/v1alpha1/checked.proto", fileDescriptor_checked_c2e2f3dfa4cfeebf) } -var fileDescriptor_checked_2fc1f80fa2b6cdfd = []byte{ +var fileDescriptor_checked_c2e2f3dfa4cfeebf = []byte{ // 1144 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0x5f, 0x6f, 0xdb, 0xb6, 0x17, 0x8d, 0x6c, 0xd9, 0x96, 0xae, 0x9c, 0xfe, 0xfc, 0x23, 0x86, 0x41, 0x50, 0x8b, 0x36, 0x70, diff --git a/googleapis/api/expr/v1alpha1/conformance_service.pb.go b/googleapis/api/expr/v1alpha1/conformance_service.pb.go index 0b1b4e2a8d..63577b0c00 100644 --- a/googleapis/api/expr/v1alpha1/conformance_service.pb.go +++ b/googleapis/api/expr/v1alpha1/conformance_service.pb.go @@ -56,7 +56,7 @@ func (x IssueDetails_Severity) String() string { return proto.EnumName(IssueDetails_Severity_name, int32(x)) } func (IssueDetails_Severity) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_conformance_service_61e1e6f4037f9b36, []int{6, 0} + return fileDescriptor_conformance_service_35e6de9bb7108510, []int{6, 0} } // Request message for the Parse method. @@ -79,7 +79,7 @@ func (m *ParseRequest) Reset() { *m = ParseRequest{} } func (m *ParseRequest) String() string { return proto.CompactTextString(m) } func (*ParseRequest) ProtoMessage() {} func (*ParseRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_conformance_service_61e1e6f4037f9b36, []int{0} + return fileDescriptor_conformance_service_35e6de9bb7108510, []int{0} } func (m *ParseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ParseRequest.Unmarshal(m, b) @@ -142,7 +142,7 @@ func (m *ParseResponse) Reset() { *m = ParseResponse{} } func (m *ParseResponse) String() string { return proto.CompactTextString(m) } func (*ParseResponse) ProtoMessage() {} func (*ParseResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_conformance_service_61e1e6f4037f9b36, []int{1} + return fileDescriptor_conformance_service_35e6de9bb7108510, []int{1} } func (m *ParseResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ParseResponse.Unmarshal(m, b) @@ -201,7 +201,7 @@ func (m *CheckRequest) Reset() { *m = CheckRequest{} } func (m *CheckRequest) String() string { return proto.CompactTextString(m) } func (*CheckRequest) ProtoMessage() {} func (*CheckRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_conformance_service_61e1e6f4037f9b36, []int{2} + return fileDescriptor_conformance_service_35e6de9bb7108510, []int{2} } func (m *CheckRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckRequest.Unmarshal(m, b) @@ -264,7 +264,7 @@ func (m *CheckResponse) Reset() { *m = CheckResponse{} } func (m *CheckResponse) String() string { return proto.CompactTextString(m) } func (*CheckResponse) ProtoMessage() {} func (*CheckResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_conformance_service_61e1e6f4037f9b36, []int{3} + return fileDescriptor_conformance_service_35e6de9bb7108510, []int{3} } func (m *CheckResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckResponse.Unmarshal(m, b) @@ -322,7 +322,7 @@ func (m *EvalRequest) Reset() { *m = EvalRequest{} } func (m *EvalRequest) String() string { return proto.CompactTextString(m) } func (*EvalRequest) ProtoMessage() {} func (*EvalRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_conformance_service_61e1e6f4037f9b36, []int{4} + return fileDescriptor_conformance_service_35e6de9bb7108510, []int{4} } func (m *EvalRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EvalRequest.Unmarshal(m, b) @@ -485,7 +485,7 @@ func (m *EvalResponse) Reset() { *m = EvalResponse{} } func (m *EvalResponse) String() string { return proto.CompactTextString(m) } func (*EvalResponse) ProtoMessage() {} func (*EvalResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_conformance_service_61e1e6f4037f9b36, []int{5} + return fileDescriptor_conformance_service_35e6de9bb7108510, []int{5} } func (m *EvalResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EvalResponse.Unmarshal(m, b) @@ -538,7 +538,7 @@ func (m *IssueDetails) Reset() { *m = IssueDetails{} } func (m *IssueDetails) String() string { return proto.CompactTextString(m) } func (*IssueDetails) ProtoMessage() {} func (*IssueDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_conformance_service_61e1e6f4037f9b36, []int{6} + return fileDescriptor_conformance_service_35e6de9bb7108510, []int{6} } func (m *IssueDetails) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IssueDetails.Unmarshal(m, b) @@ -740,10 +740,10 @@ var _ConformanceService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/api/expr/v1alpha1/conformance_service.proto", fileDescriptor_conformance_service_61e1e6f4037f9b36) + proto.RegisterFile("google/api/expr/v1alpha1/conformance_service.proto", fileDescriptor_conformance_service_35e6de9bb7108510) } -var fileDescriptor_conformance_service_61e1e6f4037f9b36 = []byte{ +var fileDescriptor_conformance_service_35e6de9bb7108510 = []byte{ // 807 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0x41, 0x6f, 0xdb, 0x36, 0x18, 0xb5, 0xe4, 0x24, 0xb5, 0x3f, 0xd9, 0xa9, 0x41, 0x0c, 0xa8, 0x61, 0x64, 0x43, 0xa0, 0x2e, diff --git a/googleapis/api/expr/v1alpha1/eval.pb.go b/googleapis/api/expr/v1alpha1/eval.pb.go index 4cbcba7174..580f397d15 100644 --- a/googleapis/api/expr/v1alpha1/eval.pb.go +++ b/googleapis/api/expr/v1alpha1/eval.pb.go @@ -39,7 +39,7 @@ func (m *EvalState) Reset() { *m = EvalState{} } func (m *EvalState) String() string { return proto.CompactTextString(m) } func (*EvalState) ProtoMessage() {} func (*EvalState) Descriptor() ([]byte, []int) { - return fileDescriptor_eval_bc3ea778c40b9368, []int{0} + return fileDescriptor_eval_f3602fc52254f2fe, []int{0} } func (m *EvalState) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EvalState.Unmarshal(m, b) @@ -88,7 +88,7 @@ func (m *EvalState_Result) Reset() { *m = EvalState_Result{} } func (m *EvalState_Result) String() string { return proto.CompactTextString(m) } func (*EvalState_Result) ProtoMessage() {} func (*EvalState_Result) Descriptor() ([]byte, []int) { - return fileDescriptor_eval_bc3ea778c40b9368, []int{0, 0} + return fileDescriptor_eval_f3602fc52254f2fe, []int{0, 0} } func (m *EvalState_Result) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EvalState_Result.Unmarshal(m, b) @@ -140,7 +140,7 @@ func (m *ExprValue) Reset() { *m = ExprValue{} } func (m *ExprValue) String() string { return proto.CompactTextString(m) } func (*ExprValue) ProtoMessage() {} func (*ExprValue) Descriptor() ([]byte, []int) { - return fileDescriptor_eval_bc3ea778c40b9368, []int{1} + return fileDescriptor_eval_f3602fc52254f2fe, []int{1} } func (m *ExprValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExprValue.Unmarshal(m, b) @@ -318,7 +318,7 @@ func (m *ErrorSet) Reset() { *m = ErrorSet{} } func (m *ErrorSet) String() string { return proto.CompactTextString(m) } func (*ErrorSet) ProtoMessage() {} func (*ErrorSet) Descriptor() ([]byte, []int) { - return fileDescriptor_eval_bc3ea778c40b9368, []int{2} + return fileDescriptor_eval_f3602fc52254f2fe, []int{2} } func (m *ErrorSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorSet.Unmarshal(m, b) @@ -360,7 +360,7 @@ func (m *UnknownSet) Reset() { *m = UnknownSet{} } func (m *UnknownSet) String() string { return proto.CompactTextString(m) } func (*UnknownSet) ProtoMessage() {} func (*UnknownSet) Descriptor() ([]byte, []int) { - return fileDescriptor_eval_bc3ea778c40b9368, []int{3} + return fileDescriptor_eval_f3602fc52254f2fe, []int{3} } func (m *UnknownSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UnknownSet.Unmarshal(m, b) @@ -396,10 +396,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/expr/v1alpha1/eval.proto", fileDescriptor_eval_bc3ea778c40b9368) + proto.RegisterFile("google/api/expr/v1alpha1/eval.proto", fileDescriptor_eval_f3602fc52254f2fe) } -var fileDescriptor_eval_bc3ea778c40b9368 = []byte{ +var fileDescriptor_eval_f3602fc52254f2fe = []byte{ // 367 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xcf, 0x4b, 0xeb, 0x40, 0x10, 0xc7, 0x5f, 0x5e, 0xda, 0xf4, 0xbd, 0xe9, 0x6d, 0x11, 0x0c, 0x45, 0xb0, 0xa4, 0x3d, 0x94, diff --git a/googleapis/api/expr/v1alpha1/explain.pb.go b/googleapis/api/expr/v1alpha1/explain.pb.go index 6b1f8f636c..e720868c13 100644 --- a/googleapis/api/expr/v1alpha1/explain.pb.go +++ b/googleapis/api/expr/v1alpha1/explain.pb.go @@ -43,7 +43,7 @@ func (m *Explain) Reset() { *m = Explain{} } func (m *Explain) String() string { return proto.CompactTextString(m) } func (*Explain) ProtoMessage() {} func (*Explain) Descriptor() ([]byte, []int) { - return fileDescriptor_explain_fcb87931845c5427, []int{0} + return fileDescriptor_explain_9d6f7c319e1e26a4, []int{0} } func (m *Explain) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Explain.Unmarshal(m, b) @@ -92,7 +92,7 @@ func (m *Explain_ExprStep) Reset() { *m = Explain_ExprStep{} } func (m *Explain_ExprStep) String() string { return proto.CompactTextString(m) } func (*Explain_ExprStep) ProtoMessage() {} func (*Explain_ExprStep) Descriptor() ([]byte, []int) { - return fileDescriptor_explain_fcb87931845c5427, []int{0, 0} + return fileDescriptor_explain_9d6f7c319e1e26a4, []int{0, 0} } func (m *Explain_ExprStep) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Explain_ExprStep.Unmarshal(m, b) @@ -132,10 +132,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/expr/v1alpha1/explain.proto", fileDescriptor_explain_fcb87931845c5427) + proto.RegisterFile("google/api/expr/v1alpha1/explain.proto", fileDescriptor_explain_9d6f7c319e1e26a4) } -var fileDescriptor_explain_fcb87931845c5427 = []byte{ +var fileDescriptor_explain_9d6f7c319e1e26a4 = []byte{ // 261 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x90, 0xb1, 0x4b, 0x03, 0x31, 0x14, 0xc6, 0x79, 0x29, 0x56, 0x7d, 0x15, 0x87, 0x4c, 0xa1, 0x08, 0x3d, 0x44, 0xe4, 0x70, 0x48, diff --git a/googleapis/api/expr/v1alpha1/syntax.pb.go b/googleapis/api/expr/v1alpha1/syntax.pb.go index 0cb02f44e7..c26f0de05e 100644 --- a/googleapis/api/expr/v1alpha1/syntax.pb.go +++ b/googleapis/api/expr/v1alpha1/syntax.pb.go @@ -36,7 +36,7 @@ func (m *ParsedExpr) Reset() { *m = ParsedExpr{} } func (m *ParsedExpr) String() string { return proto.CompactTextString(m) } func (*ParsedExpr) ProtoMessage() {} func (*ParsedExpr) Descriptor() ([]byte, []int) { - return fileDescriptor_syntax_c21dd3f8bb00852d, []int{0} + return fileDescriptor_syntax_467031a7c35e4eba, []int{0} } func (m *ParsedExpr) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ParsedExpr.Unmarshal(m, b) @@ -112,7 +112,7 @@ func (m *Expr) Reset() { *m = Expr{} } func (m *Expr) String() string { return proto.CompactTextString(m) } func (*Expr) ProtoMessage() {} func (*Expr) Descriptor() ([]byte, []int) { - return fileDescriptor_syntax_c21dd3f8bb00852d, []int{1} + return fileDescriptor_syntax_467031a7c35e4eba, []int{1} } func (m *Expr) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr.Unmarshal(m, b) @@ -427,7 +427,7 @@ func (m *Expr_Ident) Reset() { *m = Expr_Ident{} } func (m *Expr_Ident) String() string { return proto.CompactTextString(m) } func (*Expr_Ident) ProtoMessage() {} func (*Expr_Ident) Descriptor() ([]byte, []int) { - return fileDescriptor_syntax_c21dd3f8bb00852d, []int{1, 0} + return fileDescriptor_syntax_467031a7c35e4eba, []int{1, 0} } func (m *Expr_Ident) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr_Ident.Unmarshal(m, b) @@ -479,7 +479,7 @@ func (m *Expr_Select) Reset() { *m = Expr_Select{} } func (m *Expr_Select) String() string { return proto.CompactTextString(m) } func (*Expr_Select) ProtoMessage() {} func (*Expr_Select) Descriptor() ([]byte, []int) { - return fileDescriptor_syntax_c21dd3f8bb00852d, []int{1, 1} + return fileDescriptor_syntax_467031a7c35e4eba, []int{1, 1} } func (m *Expr_Select) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr_Select.Unmarshal(m, b) @@ -540,7 +540,7 @@ func (m *Expr_Call) Reset() { *m = Expr_Call{} } func (m *Expr_Call) String() string { return proto.CompactTextString(m) } func (*Expr_Call) ProtoMessage() {} func (*Expr_Call) Descriptor() ([]byte, []int) { - return fileDescriptor_syntax_c21dd3f8bb00852d, []int{1, 2} + return fileDescriptor_syntax_467031a7c35e4eba, []int{1, 2} } func (m *Expr_Call) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr_Call.Unmarshal(m, b) @@ -597,7 +597,7 @@ func (m *Expr_CreateList) Reset() { *m = Expr_CreateList{} } func (m *Expr_CreateList) String() string { return proto.CompactTextString(m) } func (*Expr_CreateList) ProtoMessage() {} func (*Expr_CreateList) Descriptor() ([]byte, []int) { - return fileDescriptor_syntax_c21dd3f8bb00852d, []int{1, 3} + return fileDescriptor_syntax_467031a7c35e4eba, []int{1, 3} } func (m *Expr_CreateList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr_CreateList.Unmarshal(m, b) @@ -644,7 +644,7 @@ func (m *Expr_CreateStruct) Reset() { *m = Expr_CreateStruct{} } func (m *Expr_CreateStruct) String() string { return proto.CompactTextString(m) } func (*Expr_CreateStruct) ProtoMessage() {} func (*Expr_CreateStruct) Descriptor() ([]byte, []int) { - return fileDescriptor_syntax_c21dd3f8bb00852d, []int{1, 4} + return fileDescriptor_syntax_467031a7c35e4eba, []int{1, 4} } func (m *Expr_CreateStruct) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr_CreateStruct.Unmarshal(m, b) @@ -701,7 +701,7 @@ func (m *Expr_CreateStruct_Entry) Reset() { *m = Expr_CreateStruct_Entry func (m *Expr_CreateStruct_Entry) String() string { return proto.CompactTextString(m) } func (*Expr_CreateStruct_Entry) ProtoMessage() {} func (*Expr_CreateStruct_Entry) Descriptor() ([]byte, []int) { - return fileDescriptor_syntax_c21dd3f8bb00852d, []int{1, 4, 0} + return fileDescriptor_syntax_467031a7c35e4eba, []int{1, 4, 0} } func (m *Expr_CreateStruct_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr_CreateStruct_Entry.Unmarshal(m, b) @@ -899,7 +899,7 @@ func (m *Expr_Comprehension) Reset() { *m = Expr_Comprehension{} } func (m *Expr_Comprehension) String() string { return proto.CompactTextString(m) } func (*Expr_Comprehension) ProtoMessage() {} func (*Expr_Comprehension) Descriptor() ([]byte, []int) { - return fileDescriptor_syntax_c21dd3f8bb00852d, []int{1, 5} + return fileDescriptor_syntax_467031a7c35e4eba, []int{1, 5} } func (m *Expr_Comprehension) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr_Comprehension.Unmarshal(m, b) @@ -1005,7 +1005,7 @@ func (m *Constant) Reset() { *m = Constant{} } func (m *Constant) String() string { return proto.CompactTextString(m) } func (*Constant) ProtoMessage() {} func (*Constant) Descriptor() ([]byte, []int) { - return fileDescriptor_syntax_c21dd3f8bb00852d, []int{2} + return fileDescriptor_syntax_467031a7c35e4eba, []int{2} } func (m *Constant) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Constant.Unmarshal(m, b) @@ -1359,7 +1359,7 @@ func (m *SourceInfo) Reset() { *m = SourceInfo{} } func (m *SourceInfo) String() string { return proto.CompactTextString(m) } func (*SourceInfo) ProtoMessage() {} func (*SourceInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_syntax_c21dd3f8bb00852d, []int{3} + return fileDescriptor_syntax_467031a7c35e4eba, []int{3} } func (m *SourceInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SourceInfo.Unmarshal(m, b) @@ -1428,7 +1428,7 @@ func (m *SourcePosition) Reset() { *m = SourcePosition{} } func (m *SourcePosition) String() string { return proto.CompactTextString(m) } func (*SourcePosition) ProtoMessage() {} func (*SourcePosition) Descriptor() ([]byte, []int) { - return fileDescriptor_syntax_c21dd3f8bb00852d, []int{4} + return fileDescriptor_syntax_467031a7c35e4eba, []int{4} } func (m *SourcePosition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SourcePosition.Unmarshal(m, b) @@ -1493,10 +1493,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/expr/v1alpha1/syntax.proto", fileDescriptor_syntax_c21dd3f8bb00852d) + proto.RegisterFile("google/api/expr/v1alpha1/syntax.proto", fileDescriptor_syntax_467031a7c35e4eba) } -var fileDescriptor_syntax_c21dd3f8bb00852d = []byte{ +var fileDescriptor_syntax_467031a7c35e4eba = []byte{ // 1134 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0xcf, 0x6e, 0x1b, 0xb7, 0x13, 0xd6, 0xea, 0x9f, 0xb5, 0x23, 0x5b, 0xf9, 0xfd, 0x88, 0xa2, 0x50, 0x36, 0x69, 0xe2, 0x38, diff --git a/googleapis/api/expr/v1alpha1/value.pb.go b/googleapis/api/expr/v1alpha1/value.pb.go index ce1f6a008e..c79bf0210d 100644 --- a/googleapis/api/expr/v1alpha1/value.pb.go +++ b/googleapis/api/expr/v1alpha1/value.pb.go @@ -50,7 +50,7 @@ func (m *Value) Reset() { *m = Value{} } func (m *Value) String() string { return proto.CompactTextString(m) } func (*Value) ProtoMessage() {} func (*Value) Descriptor() ([]byte, []int) { - return fileDescriptor_value_fb447fd6cf9e742a, []int{0} + return fileDescriptor_value_cbcd1b7bb7a24782, []int{0} } func (m *Value) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Value.Unmarshal(m, b) @@ -483,7 +483,7 @@ func (m *EnumValue) Reset() { *m = EnumValue{} } func (m *EnumValue) String() string { return proto.CompactTextString(m) } func (*EnumValue) ProtoMessage() {} func (*EnumValue) Descriptor() ([]byte, []int) { - return fileDescriptor_value_fb447fd6cf9e742a, []int{1} + return fileDescriptor_value_cbcd1b7bb7a24782, []int{1} } func (m *EnumValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EnumValue.Unmarshal(m, b) @@ -533,7 +533,7 @@ func (m *ListValue) Reset() { *m = ListValue{} } func (m *ListValue) String() string { return proto.CompactTextString(m) } func (*ListValue) ProtoMessage() {} func (*ListValue) Descriptor() ([]byte, []int) { - return fileDescriptor_value_fb447fd6cf9e742a, []int{2} + return fileDescriptor_value_cbcd1b7bb7a24782, []int{2} } func (m *ListValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListValue.Unmarshal(m, b) @@ -579,7 +579,7 @@ func (m *MapValue) Reset() { *m = MapValue{} } func (m *MapValue) String() string { return proto.CompactTextString(m) } func (*MapValue) ProtoMessage() {} func (*MapValue) Descriptor() ([]byte, []int) { - return fileDescriptor_value_fb447fd6cf9e742a, []int{3} + return fileDescriptor_value_cbcd1b7bb7a24782, []int{3} } func (m *MapValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MapValue.Unmarshal(m, b) @@ -624,7 +624,7 @@ func (m *MapValue_Entry) Reset() { *m = MapValue_Entry{} } func (m *MapValue_Entry) String() string { return proto.CompactTextString(m) } func (*MapValue_Entry) ProtoMessage() {} func (*MapValue_Entry) Descriptor() ([]byte, []int) { - return fileDescriptor_value_fb447fd6cf9e742a, []int{3, 0} + return fileDescriptor_value_cbcd1b7bb7a24782, []int{3, 0} } func (m *MapValue_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MapValue_Entry.Unmarshal(m, b) @@ -667,10 +667,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/expr/v1alpha1/value.proto", fileDescriptor_value_fb447fd6cf9e742a) + proto.RegisterFile("google/api/expr/v1alpha1/value.proto", fileDescriptor_value_cbcd1b7bb7a24782) } -var fileDescriptor_value_fb447fd6cf9e742a = []byte{ +var fileDescriptor_value_cbcd1b7bb7a24782 = []byte{ // 518 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0xcb, 0x6e, 0xd4, 0x30, 0x14, 0x86, 0x6b, 0xe6, 0xd2, 0xc9, 0x99, 0x11, 0x48, 0x56, 0x17, 0xc3, 0xa8, 0x52, 0x43, 0xca, diff --git a/googleapis/api/expr/v1beta1/decl.pb.go b/googleapis/api/expr/v1beta1/decl.pb.go index 264098a00f..12fa1ddc28 100644 --- a/googleapis/api/expr/v1beta1/decl.pb.go +++ b/googleapis/api/expr/v1beta1/decl.pb.go @@ -41,7 +41,7 @@ func (m *Decl) Reset() { *m = Decl{} } func (m *Decl) String() string { return proto.CompactTextString(m) } func (*Decl) ProtoMessage() {} func (*Decl) Descriptor() ([]byte, []int) { - return fileDescriptor_decl_6647d3ad822811d0, []int{0} + return fileDescriptor_decl_1e9fea2f12eba89c, []int{0} } func (m *Decl) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Decl.Unmarshal(m, b) @@ -214,7 +214,7 @@ func (m *DeclType) Reset() { *m = DeclType{} } func (m *DeclType) String() string { return proto.CompactTextString(m) } func (*DeclType) ProtoMessage() {} func (*DeclType) Descriptor() ([]byte, []int) { - return fileDescriptor_decl_6647d3ad822811d0, []int{1} + return fileDescriptor_decl_1e9fea2f12eba89c, []int{1} } func (m *DeclType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeclType.Unmarshal(m, b) @@ -270,7 +270,7 @@ func (m *IdentDecl) Reset() { *m = IdentDecl{} } func (m *IdentDecl) String() string { return proto.CompactTextString(m) } func (*IdentDecl) ProtoMessage() {} func (*IdentDecl) Descriptor() ([]byte, []int) { - return fileDescriptor_decl_6647d3ad822811d0, []int{2} + return fileDescriptor_decl_1e9fea2f12eba89c, []int{2} } func (m *IdentDecl) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IdentDecl.Unmarshal(m, b) @@ -321,7 +321,7 @@ func (m *FunctionDecl) Reset() { *m = FunctionDecl{} } func (m *FunctionDecl) String() string { return proto.CompactTextString(m) } func (*FunctionDecl) ProtoMessage() {} func (*FunctionDecl) Descriptor() ([]byte, []int) { - return fileDescriptor_decl_6647d3ad822811d0, []int{3} + return fileDescriptor_decl_1e9fea2f12eba89c, []int{3} } func (m *FunctionDecl) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FunctionDecl.Unmarshal(m, b) @@ -370,10 +370,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/expr/v1beta1/decl.proto", fileDescriptor_decl_6647d3ad822811d0) + proto.RegisterFile("google/api/expr/v1beta1/decl.proto", fileDescriptor_decl_1e9fea2f12eba89c) } -var fileDescriptor_decl_6647d3ad822811d0 = []byte{ +var fileDescriptor_decl_1e9fea2f12eba89c = []byte{ // 398 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xcd, 0x4a, 0xeb, 0x40, 0x14, 0xc7, 0xef, 0x34, 0x49, 0x69, 0x4f, 0x2f, 0x97, 0xde, 0xd9, 0xdc, 0x70, 0x45, 0x88, 0x01, diff --git a/googleapis/api/expr/v1beta1/eval.pb.go b/googleapis/api/expr/v1beta1/eval.pb.go index 8b256f06ff..a1fb7f0f5b 100644 --- a/googleapis/api/expr/v1beta1/eval.pb.go +++ b/googleapis/api/expr/v1beta1/eval.pb.go @@ -39,7 +39,7 @@ func (m *EvalState) Reset() { *m = EvalState{} } func (m *EvalState) String() string { return proto.CompactTextString(m) } func (*EvalState) ProtoMessage() {} func (*EvalState) Descriptor() ([]byte, []int) { - return fileDescriptor_eval_44fab2c26f9c103a, []int{0} + return fileDescriptor_eval_1837ac708dd48de9, []int{0} } func (m *EvalState) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EvalState.Unmarshal(m, b) @@ -88,7 +88,7 @@ func (m *EvalState_Result) Reset() { *m = EvalState_Result{} } func (m *EvalState_Result) String() string { return proto.CompactTextString(m) } func (*EvalState_Result) ProtoMessage() {} func (*EvalState_Result) Descriptor() ([]byte, []int) { - return fileDescriptor_eval_44fab2c26f9c103a, []int{0, 0} + return fileDescriptor_eval_1837ac708dd48de9, []int{0, 0} } func (m *EvalState_Result) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EvalState_Result.Unmarshal(m, b) @@ -140,7 +140,7 @@ func (m *ExprValue) Reset() { *m = ExprValue{} } func (m *ExprValue) String() string { return proto.CompactTextString(m) } func (*ExprValue) ProtoMessage() {} func (*ExprValue) Descriptor() ([]byte, []int) { - return fileDescriptor_eval_44fab2c26f9c103a, []int{1} + return fileDescriptor_eval_1837ac708dd48de9, []int{1} } func (m *ExprValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExprValue.Unmarshal(m, b) @@ -318,7 +318,7 @@ func (m *ErrorSet) Reset() { *m = ErrorSet{} } func (m *ErrorSet) String() string { return proto.CompactTextString(m) } func (*ErrorSet) ProtoMessage() {} func (*ErrorSet) Descriptor() ([]byte, []int) { - return fileDescriptor_eval_44fab2c26f9c103a, []int{2} + return fileDescriptor_eval_1837ac708dd48de9, []int{2} } func (m *ErrorSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorSet.Unmarshal(m, b) @@ -360,7 +360,7 @@ func (m *UnknownSet) Reset() { *m = UnknownSet{} } func (m *UnknownSet) String() string { return proto.CompactTextString(m) } func (*UnknownSet) ProtoMessage() {} func (*UnknownSet) Descriptor() ([]byte, []int) { - return fileDescriptor_eval_44fab2c26f9c103a, []int{3} + return fileDescriptor_eval_1837ac708dd48de9, []int{3} } func (m *UnknownSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UnknownSet.Unmarshal(m, b) @@ -400,7 +400,7 @@ func (m *IdRef) Reset() { *m = IdRef{} } func (m *IdRef) String() string { return proto.CompactTextString(m) } func (*IdRef) ProtoMessage() {} func (*IdRef) Descriptor() ([]byte, []int) { - return fileDescriptor_eval_44fab2c26f9c103a, []int{4} + return fileDescriptor_eval_1837ac708dd48de9, []int{4} } func (m *IdRef) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IdRef.Unmarshal(m, b) @@ -437,10 +437,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/expr/v1beta1/eval.proto", fileDescriptor_eval_44fab2c26f9c103a) + proto.RegisterFile("google/api/expr/v1beta1/eval.proto", fileDescriptor_eval_1837ac708dd48de9) } -var fileDescriptor_eval_44fab2c26f9c103a = []byte{ +var fileDescriptor_eval_1837ac708dd48de9 = []byte{ // 392 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xcf, 0x8b, 0xd4, 0x30, 0x14, 0xc7, 0xcd, 0xcc, 0xb6, 0xab, 0x6f, 0xc0, 0x43, 0x10, 0xb6, 0x8c, 0x20, 0x63, 0xf7, 0x32, diff --git a/googleapis/api/expr/v1beta1/expr.pb.go b/googleapis/api/expr/v1beta1/expr.pb.go index d20ba2d97b..e3d9d47a81 100644 --- a/googleapis/api/expr/v1beta1/expr.pb.go +++ b/googleapis/api/expr/v1beta1/expr.pb.go @@ -36,7 +36,7 @@ func (m *ParsedExpr) Reset() { *m = ParsedExpr{} } func (m *ParsedExpr) String() string { return proto.CompactTextString(m) } func (*ParsedExpr) ProtoMessage() {} func (*ParsedExpr) Descriptor() ([]byte, []int) { - return fileDescriptor_expr_18d50d0297e9a0ab, []int{0} + return fileDescriptor_expr_53c57acc058f7369, []int{0} } func (m *ParsedExpr) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ParsedExpr.Unmarshal(m, b) @@ -119,7 +119,7 @@ func (m *Expr) Reset() { *m = Expr{} } func (m *Expr) String() string { return proto.CompactTextString(m) } func (*Expr) ProtoMessage() {} func (*Expr) Descriptor() ([]byte, []int) { - return fileDescriptor_expr_18d50d0297e9a0ab, []int{1} + return fileDescriptor_expr_53c57acc058f7369, []int{1} } func (m *Expr) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr.Unmarshal(m, b) @@ -434,7 +434,7 @@ func (m *Expr_Ident) Reset() { *m = Expr_Ident{} } func (m *Expr_Ident) String() string { return proto.CompactTextString(m) } func (*Expr_Ident) ProtoMessage() {} func (*Expr_Ident) Descriptor() ([]byte, []int) { - return fileDescriptor_expr_18d50d0297e9a0ab, []int{1, 0} + return fileDescriptor_expr_53c57acc058f7369, []int{1, 0} } func (m *Expr_Ident) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr_Ident.Unmarshal(m, b) @@ -486,7 +486,7 @@ func (m *Expr_Select) Reset() { *m = Expr_Select{} } func (m *Expr_Select) String() string { return proto.CompactTextString(m) } func (*Expr_Select) ProtoMessage() {} func (*Expr_Select) Descriptor() ([]byte, []int) { - return fileDescriptor_expr_18d50d0297e9a0ab, []int{1, 1} + return fileDescriptor_expr_53c57acc058f7369, []int{1, 1} } func (m *Expr_Select) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr_Select.Unmarshal(m, b) @@ -547,7 +547,7 @@ func (m *Expr_Call) Reset() { *m = Expr_Call{} } func (m *Expr_Call) String() string { return proto.CompactTextString(m) } func (*Expr_Call) ProtoMessage() {} func (*Expr_Call) Descriptor() ([]byte, []int) { - return fileDescriptor_expr_18d50d0297e9a0ab, []int{1, 2} + return fileDescriptor_expr_53c57acc058f7369, []int{1, 2} } func (m *Expr_Call) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr_Call.Unmarshal(m, b) @@ -604,7 +604,7 @@ func (m *Expr_CreateList) Reset() { *m = Expr_CreateList{} } func (m *Expr_CreateList) String() string { return proto.CompactTextString(m) } func (*Expr_CreateList) ProtoMessage() {} func (*Expr_CreateList) Descriptor() ([]byte, []int) { - return fileDescriptor_expr_18d50d0297e9a0ab, []int{1, 3} + return fileDescriptor_expr_53c57acc058f7369, []int{1, 3} } func (m *Expr_CreateList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr_CreateList.Unmarshal(m, b) @@ -651,7 +651,7 @@ func (m *Expr_CreateStruct) Reset() { *m = Expr_CreateStruct{} } func (m *Expr_CreateStruct) String() string { return proto.CompactTextString(m) } func (*Expr_CreateStruct) ProtoMessage() {} func (*Expr_CreateStruct) Descriptor() ([]byte, []int) { - return fileDescriptor_expr_18d50d0297e9a0ab, []int{1, 4} + return fileDescriptor_expr_53c57acc058f7369, []int{1, 4} } func (m *Expr_CreateStruct) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr_CreateStruct.Unmarshal(m, b) @@ -708,7 +708,7 @@ func (m *Expr_CreateStruct_Entry) Reset() { *m = Expr_CreateStruct_Entry func (m *Expr_CreateStruct_Entry) String() string { return proto.CompactTextString(m) } func (*Expr_CreateStruct_Entry) ProtoMessage() {} func (*Expr_CreateStruct_Entry) Descriptor() ([]byte, []int) { - return fileDescriptor_expr_18d50d0297e9a0ab, []int{1, 4, 0} + return fileDescriptor_expr_53c57acc058f7369, []int{1, 4, 0} } func (m *Expr_CreateStruct_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr_CreateStruct_Entry.Unmarshal(m, b) @@ -906,7 +906,7 @@ func (m *Expr_Comprehension) Reset() { *m = Expr_Comprehension{} } func (m *Expr_Comprehension) String() string { return proto.CompactTextString(m) } func (*Expr_Comprehension) ProtoMessage() {} func (*Expr_Comprehension) Descriptor() ([]byte, []int) { - return fileDescriptor_expr_18d50d0297e9a0ab, []int{1, 5} + return fileDescriptor_expr_53c57acc058f7369, []int{1, 5} } func (m *Expr_Comprehension) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr_Comprehension.Unmarshal(m, b) @@ -1008,7 +1008,7 @@ func (m *Literal) Reset() { *m = Literal{} } func (m *Literal) String() string { return proto.CompactTextString(m) } func (*Literal) ProtoMessage() {} func (*Literal) Descriptor() ([]byte, []int) { - return fileDescriptor_expr_18d50d0297e9a0ab, []int{2} + return fileDescriptor_expr_53c57acc058f7369, []int{2} } func (m *Literal) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Literal.Unmarshal(m, b) @@ -1284,10 +1284,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/expr/v1beta1/expr.proto", fileDescriptor_expr_18d50d0297e9a0ab) + proto.RegisterFile("google/api/expr/v1beta1/expr.proto", fileDescriptor_expr_53c57acc058f7369) } -var fileDescriptor_expr_18d50d0297e9a0ab = []byte{ +var fileDescriptor_expr_53c57acc058f7369 = []byte{ // 936 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x96, 0x6f, 0x6f, 0x23, 0xb5, 0x13, 0xc7, 0xbb, 0xf9, 0xbb, 0x3b, 0x69, 0xfb, 0xd3, 0xcf, 0x42, 0x22, 0x6c, 0x39, 0x51, 0x7a, diff --git a/googleapis/api/expr/v1beta1/source.pb.go b/googleapis/api/expr/v1beta1/source.pb.go index b6da44e282..8d25220464 100644 --- a/googleapis/api/expr/v1beta1/source.pb.go +++ b/googleapis/api/expr/v1beta1/source.pb.go @@ -44,7 +44,7 @@ func (m *SourceInfo) Reset() { *m = SourceInfo{} } func (m *SourceInfo) String() string { return proto.CompactTextString(m) } func (*SourceInfo) ProtoMessage() {} func (*SourceInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_source_32ecb266d62c46ba, []int{0} + return fileDescriptor_source_9a101adf77e26b45, []int{0} } func (m *SourceInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SourceInfo.Unmarshal(m, b) @@ -106,7 +106,7 @@ func (m *SourcePosition) Reset() { *m = SourcePosition{} } func (m *SourcePosition) String() string { return proto.CompactTextString(m) } func (*SourcePosition) ProtoMessage() {} func (*SourcePosition) Descriptor() ([]byte, []int) { - return fileDescriptor_source_32ecb266d62c46ba, []int{1} + return fileDescriptor_source_9a101adf77e26b45, []int{1} } func (m *SourcePosition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SourcePosition.Unmarshal(m, b) @@ -161,10 +161,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/expr/v1beta1/source.proto", fileDescriptor_source_32ecb266d62c46ba) + proto.RegisterFile("google/api/expr/v1beta1/source.proto", fileDescriptor_source_9a101adf77e26b45) } -var fileDescriptor_source_32ecb266d62c46ba = []byte{ +var fileDescriptor_source_9a101adf77e26b45 = []byte{ // 311 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0x41, 0x4b, 0x3b, 0x31, 0x10, 0xc5, 0x49, 0xb7, 0x5b, 0xfe, 0x9d, 0xfe, 0x29, 0x12, 0x44, 0x97, 0x7a, 0x59, 0x8b, 0x87, diff --git a/googleapis/api/expr/v1beta1/value.pb.go b/googleapis/api/expr/v1beta1/value.pb.go index 4136dc6506..902e1fb1da 100644 --- a/googleapis/api/expr/v1beta1/value.pb.go +++ b/googleapis/api/expr/v1beta1/value.pb.go @@ -50,7 +50,7 @@ func (m *Value) Reset() { *m = Value{} } func (m *Value) String() string { return proto.CompactTextString(m) } func (*Value) ProtoMessage() {} func (*Value) Descriptor() ([]byte, []int) { - return fileDescriptor_value_6c2bb4fc7e0e374b, []int{0} + return fileDescriptor_value_20f19fe52ddbfe7f, []int{0} } func (m *Value) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Value.Unmarshal(m, b) @@ -483,7 +483,7 @@ func (m *EnumValue) Reset() { *m = EnumValue{} } func (m *EnumValue) String() string { return proto.CompactTextString(m) } func (*EnumValue) ProtoMessage() {} func (*EnumValue) Descriptor() ([]byte, []int) { - return fileDescriptor_value_6c2bb4fc7e0e374b, []int{1} + return fileDescriptor_value_20f19fe52ddbfe7f, []int{1} } func (m *EnumValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EnumValue.Unmarshal(m, b) @@ -533,7 +533,7 @@ func (m *ListValue) Reset() { *m = ListValue{} } func (m *ListValue) String() string { return proto.CompactTextString(m) } func (*ListValue) ProtoMessage() {} func (*ListValue) Descriptor() ([]byte, []int) { - return fileDescriptor_value_6c2bb4fc7e0e374b, []int{2} + return fileDescriptor_value_20f19fe52ddbfe7f, []int{2} } func (m *ListValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListValue.Unmarshal(m, b) @@ -579,7 +579,7 @@ func (m *MapValue) Reset() { *m = MapValue{} } func (m *MapValue) String() string { return proto.CompactTextString(m) } func (*MapValue) ProtoMessage() {} func (*MapValue) Descriptor() ([]byte, []int) { - return fileDescriptor_value_6c2bb4fc7e0e374b, []int{3} + return fileDescriptor_value_20f19fe52ddbfe7f, []int{3} } func (m *MapValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MapValue.Unmarshal(m, b) @@ -624,7 +624,7 @@ func (m *MapValue_Entry) Reset() { *m = MapValue_Entry{} } func (m *MapValue_Entry) String() string { return proto.CompactTextString(m) } func (*MapValue_Entry) ProtoMessage() {} func (*MapValue_Entry) Descriptor() ([]byte, []int) { - return fileDescriptor_value_6c2bb4fc7e0e374b, []int{3, 0} + return fileDescriptor_value_20f19fe52ddbfe7f, []int{3, 0} } func (m *MapValue_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MapValue_Entry.Unmarshal(m, b) @@ -667,10 +667,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/expr/v1beta1/value.proto", fileDescriptor_value_6c2bb4fc7e0e374b) + proto.RegisterFile("google/api/expr/v1beta1/value.proto", fileDescriptor_value_20f19fe52ddbfe7f) } -var fileDescriptor_value_6c2bb4fc7e0e374b = []byte{ +var fileDescriptor_value_20f19fe52ddbfe7f = []byte{ // 516 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x94, 0x4d, 0x6f, 0xd3, 0x30, 0x18, 0xc7, 0x6b, 0xfa, 0xb2, 0xe6, 0x69, 0x05, 0x92, 0x35, 0x89, 0x51, 0x10, 0x64, 0xdd, 0x81, diff --git a/googleapis/api/httpbody/httpbody.pb.go b/googleapis/api/httpbody/httpbody.pb.go index 53027d6c8d..08f5b8d6fd 100644 --- a/googleapis/api/httpbody/httpbody.pb.go +++ b/googleapis/api/httpbody/httpbody.pb.go @@ -75,7 +75,7 @@ func (m *HttpBody) Reset() { *m = HttpBody{} } func (m *HttpBody) String() string { return proto.CompactTextString(m) } func (*HttpBody) ProtoMessage() {} func (*HttpBody) Descriptor() ([]byte, []int) { - return fileDescriptor_httpbody_4b22a683a4267e55, []int{0} + return fileDescriptor_httpbody_b1715ad6d52ffa1f, []int{0} } func (m *HttpBody) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HttpBody.Unmarshal(m, b) @@ -120,9 +120,9 @@ func init() { proto.RegisterType((*HttpBody)(nil), "google.api.HttpBody") } -func init() { proto.RegisterFile("google/api/httpbody.proto", fileDescriptor_httpbody_4b22a683a4267e55) } +func init() { proto.RegisterFile("google/api/httpbody.proto", fileDescriptor_httpbody_b1715ad6d52ffa1f) } -var fileDescriptor_httpbody_4b22a683a4267e55 = []byte{ +var fileDescriptor_httpbody_b1715ad6d52ffa1f = []byte{ // 229 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x8f, 0x31, 0x4f, 0xc3, 0x30, 0x10, 0x85, 0xe5, 0xb6, 0x42, 0x70, 0x2d, 0x0c, 0x16, 0x43, 0x60, 0x0a, 0x4c, 0x99, 0x6c, 0x09, diff --git a/googleapis/api/label/label.pb.go b/googleapis/api/label/label.pb.go index 4fbffb398a..5824c0d234 100644 --- a/googleapis/api/label/label.pb.go +++ b/googleapis/api/label/label.pb.go @@ -45,7 +45,7 @@ func (x LabelDescriptor_ValueType) String() string { return proto.EnumName(LabelDescriptor_ValueType_name, int32(x)) } func (LabelDescriptor_ValueType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_label_d86ce3ed040f9325, []int{0, 0} + return fileDescriptor_label_4cc356b80657a87b, []int{0, 0} } // A description of a label. @@ -65,7 +65,7 @@ func (m *LabelDescriptor) Reset() { *m = LabelDescriptor{} } func (m *LabelDescriptor) String() string { return proto.CompactTextString(m) } func (*LabelDescriptor) ProtoMessage() {} func (*LabelDescriptor) Descriptor() ([]byte, []int) { - return fileDescriptor_label_d86ce3ed040f9325, []int{0} + return fileDescriptor_label_4cc356b80657a87b, []int{0} } func (m *LabelDescriptor) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelDescriptor.Unmarshal(m, b) @@ -111,9 +111,9 @@ func init() { proto.RegisterEnum("google.api.LabelDescriptor_ValueType", LabelDescriptor_ValueType_name, LabelDescriptor_ValueType_value) } -func init() { proto.RegisterFile("google/api/label.proto", fileDescriptor_label_d86ce3ed040f9325) } +func init() { proto.RegisterFile("google/api/label.proto", fileDescriptor_label_4cc356b80657a87b) } -var fileDescriptor_label_d86ce3ed040f9325 = []byte{ +var fileDescriptor_label_4cc356b80657a87b = []byte{ // 252 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4b, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0x2c, 0xc8, 0xd4, 0xcf, 0x49, 0x4c, 0x4a, 0xcd, 0xd1, 0x2b, 0x28, 0xca, diff --git a/googleapis/api/launch_stage.pb.go b/googleapis/api/launch_stage.pb.go index ae29b2073e..9246e5563f 100644 --- a/googleapis/api/launch_stage.pb.go +++ b/googleapis/api/launch_stage.pb.go @@ -79,7 +79,7 @@ func (x LaunchStage) String() string { return proto.EnumName(LaunchStage_name, int32(x)) } func (LaunchStage) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_launch_stage_46ed64e66aa6329c, []int{0} + return fileDescriptor_launch_stage_9684e9c225ce12c7, []int{0} } func init() { @@ -87,10 +87,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/launch_stage.proto", fileDescriptor_launch_stage_46ed64e66aa6329c) + proto.RegisterFile("google/api/launch_stage.proto", fileDescriptor_launch_stage_9684e9c225ce12c7) } -var fileDescriptor_launch_stage_46ed64e66aa6329c = []byte{ +var fileDescriptor_launch_stage_9684e9c225ce12c7 = []byte{ // 225 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x8f, 0xc1, 0x4a, 0xc3, 0x40, 0x14, 0x45, 0x6d, 0x4c, 0x8b, 0x3e, 0xa5, 0x3c, 0x66, 0xe5, 0x42, 0x7f, 0x40, 0x30, 0x59, 0xb8, diff --git a/googleapis/api/metric/metric.pb.go b/googleapis/api/metric/metric.pb.go index e209dc5d3c..ad046ef3f0 100644 --- a/googleapis/api/metric/metric.pb.go +++ b/googleapis/api/metric/metric.pb.go @@ -56,7 +56,7 @@ func (x MetricDescriptor_MetricKind) String() string { return proto.EnumName(MetricDescriptor_MetricKind_name, int32(x)) } func (MetricDescriptor_MetricKind) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_metric_6e51d2a4cf4adf4d, []int{0, 0} + return fileDescriptor_metric_55f130a603acc212, []int{0, 0} } // The value type of a metric. @@ -104,7 +104,7 @@ func (x MetricDescriptor_ValueType) String() string { return proto.EnumName(MetricDescriptor_ValueType_name, int32(x)) } func (MetricDescriptor_ValueType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_metric_6e51d2a4cf4adf4d, []int{0, 1} + return fileDescriptor_metric_55f130a603acc212, []int{0, 1} } // Defines a metric type and its schema. Once a metric descriptor is created, @@ -219,7 +219,7 @@ func (m *MetricDescriptor) Reset() { *m = MetricDescriptor{} } func (m *MetricDescriptor) String() string { return proto.CompactTextString(m) } func (*MetricDescriptor) ProtoMessage() {} func (*MetricDescriptor) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_6e51d2a4cf4adf4d, []int{0} + return fileDescriptor_metric_55f130a603acc212, []int{0} } func (m *MetricDescriptor) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MetricDescriptor.Unmarshal(m, b) @@ -326,7 +326,7 @@ func (m *MetricDescriptor_MetricDescriptorMetadata) Reset() { func (m *MetricDescriptor_MetricDescriptorMetadata) String() string { return proto.CompactTextString(m) } func (*MetricDescriptor_MetricDescriptorMetadata) ProtoMessage() {} func (*MetricDescriptor_MetricDescriptorMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_6e51d2a4cf4adf4d, []int{0, 0} + return fileDescriptor_metric_55f130a603acc212, []int{0, 0} } func (m *MetricDescriptor_MetricDescriptorMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MetricDescriptor_MetricDescriptorMetadata.Unmarshal(m, b) @@ -385,7 +385,7 @@ func (m *Metric) Reset() { *m = Metric{} } func (m *Metric) String() string { return proto.CompactTextString(m) } func (*Metric) ProtoMessage() {} func (*Metric) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_6e51d2a4cf4adf4d, []int{1} + return fileDescriptor_metric_55f130a603acc212, []int{1} } func (m *Metric) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Metric.Unmarshal(m, b) @@ -428,9 +428,9 @@ func init() { proto.RegisterEnum("google.api.MetricDescriptor_ValueType", MetricDescriptor_ValueType_name, MetricDescriptor_ValueType_value) } -func init() { proto.RegisterFile("google/api/metric.proto", fileDescriptor_metric_6e51d2a4cf4adf4d) } +func init() { proto.RegisterFile("google/api/metric.proto", fileDescriptor_metric_55f130a603acc212) } -var fileDescriptor_metric_6e51d2a4cf4adf4d = []byte{ +var fileDescriptor_metric_55f130a603acc212 = []byte{ // 648 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x54, 0x5d, 0x6e, 0xd3, 0x40, 0x10, 0xc6, 0xf9, 0x31, 0xcd, 0x38, 0x44, 0xd6, 0x0a, 0xb5, 0x26, 0x15, 0x55, 0xc8, 0x03, 0xe4, diff --git a/googleapis/api/monitoredres/monitored_resource.pb.go b/googleapis/api/monitoredres/monitored_resource.pb.go index 3aa2fb1f4e..8423d375d8 100644 --- a/googleapis/api/monitoredres/monitored_resource.pb.go +++ b/googleapis/api/monitoredres/monitored_resource.pb.go @@ -62,7 +62,7 @@ func (m *MonitoredResourceDescriptor) Reset() { *m = MonitoredResourceDe func (m *MonitoredResourceDescriptor) String() string { return proto.CompactTextString(m) } func (*MonitoredResourceDescriptor) ProtoMessage() {} func (*MonitoredResourceDescriptor) Descriptor() ([]byte, []int) { - return fileDescriptor_monitored_resource_90111f8aabf551aa, []int{0} + return fileDescriptor_monitored_resource_d0f80e27b3474083, []int{0} } func (m *MonitoredResourceDescriptor) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MonitoredResourceDescriptor.Unmarshal(m, b) @@ -148,7 +148,7 @@ func (m *MonitoredResource) Reset() { *m = MonitoredResource{} } func (m *MonitoredResource) String() string { return proto.CompactTextString(m) } func (*MonitoredResource) ProtoMessage() {} func (*MonitoredResource) Descriptor() ([]byte, []int) { - return fileDescriptor_monitored_resource_90111f8aabf551aa, []int{1} + return fileDescriptor_monitored_resource_d0f80e27b3474083, []int{1} } func (m *MonitoredResource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MonitoredResource.Unmarshal(m, b) @@ -211,7 +211,7 @@ func (m *MonitoredResourceMetadata) Reset() { *m = MonitoredResourceMeta func (m *MonitoredResourceMetadata) String() string { return proto.CompactTextString(m) } func (*MonitoredResourceMetadata) ProtoMessage() {} func (*MonitoredResourceMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_monitored_resource_90111f8aabf551aa, []int{2} + return fileDescriptor_monitored_resource_d0f80e27b3474083, []int{2} } func (m *MonitoredResourceMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MonitoredResourceMetadata.Unmarshal(m, b) @@ -254,10 +254,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/monitored_resource.proto", fileDescriptor_monitored_resource_90111f8aabf551aa) + proto.RegisterFile("google/api/monitored_resource.proto", fileDescriptor_monitored_resource_d0f80e27b3474083) } -var fileDescriptor_monitored_resource_90111f8aabf551aa = []byte{ +var fileDescriptor_monitored_resource_d0f80e27b3474083 = []byte{ // 415 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0x4d, 0xab, 0xd3, 0x40, 0x14, 0x65, 0xd2, 0x0f, 0xf0, 0xa6, 0x7e, 0x0d, 0x52, 0x63, 0xea, 0xa2, 0xd6, 0x4d, 0xdd, 0x24, diff --git a/googleapis/api/serviceconfig/auth.pb.go b/googleapis/api/serviceconfig/auth.pb.go index cb62addc56..4cac698439 100644 --- a/googleapis/api/serviceconfig/auth.pb.go +++ b/googleapis/api/serviceconfig/auth.pb.go @@ -48,7 +48,7 @@ func (m *Authentication) Reset() { *m = Authentication{} } func (m *Authentication) String() string { return proto.CompactTextString(m) } func (*Authentication) ProtoMessage() {} func (*Authentication) Descriptor() ([]byte, []int) { - return fileDescriptor_auth_b5477a273d62f01b, []int{0} + return fileDescriptor_auth_20a218c05ef5a30e, []int{0} } func (m *Authentication) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Authentication.Unmarshal(m, b) @@ -111,7 +111,7 @@ func (m *AuthenticationRule) Reset() { *m = AuthenticationRule{} } func (m *AuthenticationRule) String() string { return proto.CompactTextString(m) } func (*AuthenticationRule) ProtoMessage() {} func (*AuthenticationRule) Descriptor() ([]byte, []int) { - return fileDescriptor_auth_b5477a273d62f01b, []int{1} + return fileDescriptor_auth_20a218c05ef5a30e, []int{1} } func (m *AuthenticationRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AuthenticationRule.Unmarshal(m, b) @@ -214,7 +214,7 @@ func (m *AuthProvider) Reset() { *m = AuthProvider{} } func (m *AuthProvider) String() string { return proto.CompactTextString(m) } func (*AuthProvider) ProtoMessage() {} func (*AuthProvider) Descriptor() ([]byte, []int) { - return fileDescriptor_auth_b5477a273d62f01b, []int{2} + return fileDescriptor_auth_20a218c05ef5a30e, []int{2} } func (m *AuthProvider) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AuthProvider.Unmarshal(m, b) @@ -305,7 +305,7 @@ func (m *OAuthRequirements) Reset() { *m = OAuthRequirements{} } func (m *OAuthRequirements) String() string { return proto.CompactTextString(m) } func (*OAuthRequirements) ProtoMessage() {} func (*OAuthRequirements) Descriptor() ([]byte, []int) { - return fileDescriptor_auth_b5477a273d62f01b, []int{3} + return fileDescriptor_auth_20a218c05ef5a30e, []int{3} } func (m *OAuthRequirements) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OAuthRequirements.Unmarshal(m, b) @@ -368,7 +368,7 @@ func (m *AuthRequirement) Reset() { *m = AuthRequirement{} } func (m *AuthRequirement) String() string { return proto.CompactTextString(m) } func (*AuthRequirement) ProtoMessage() {} func (*AuthRequirement) Descriptor() ([]byte, []int) { - return fileDescriptor_auth_b5477a273d62f01b, []int{4} + return fileDescriptor_auth_20a218c05ef5a30e, []int{4} } func (m *AuthRequirement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AuthRequirement.Unmarshal(m, b) @@ -410,9 +410,9 @@ func init() { proto.RegisterType((*AuthRequirement)(nil), "google.api.AuthRequirement") } -func init() { proto.RegisterFile("google/api/auth.proto", fileDescriptor_auth_b5477a273d62f01b) } +func init() { proto.RegisterFile("google/api/auth.proto", fileDescriptor_auth_20a218c05ef5a30e) } -var fileDescriptor_auth_b5477a273d62f01b = []byte{ +var fileDescriptor_auth_20a218c05ef5a30e = []byte{ // 452 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x52, 0x4d, 0x6b, 0xdb, 0x40, 0x10, 0x45, 0x72, 0x9c, 0x58, 0xe3, 0xe0, 0x24, 0x0b, 0x0d, 0xea, 0xb7, 0xd1, 0xc9, 0xa5, 0x20, diff --git a/googleapis/api/serviceconfig/backend.pb.go b/googleapis/api/serviceconfig/backend.pb.go index 04d0cdcfd1..1d24457564 100644 --- a/googleapis/api/serviceconfig/backend.pb.go +++ b/googleapis/api/serviceconfig/backend.pb.go @@ -90,7 +90,7 @@ func (x BackendRule_PathTranslation) String() string { return proto.EnumName(BackendRule_PathTranslation_name, int32(x)) } func (BackendRule_PathTranslation) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_backend_8829b3f344060960, []int{1, 0} + return fileDescriptor_backend_151dd2805952955b, []int{1, 0} } // `Backend` defines the backend configuration for a service. @@ -108,7 +108,7 @@ func (m *Backend) Reset() { *m = Backend{} } func (m *Backend) String() string { return proto.CompactTextString(m) } func (*Backend) ProtoMessage() {} func (*Backend) Descriptor() ([]byte, []int) { - return fileDescriptor_backend_8829b3f344060960, []int{0} + return fileDescriptor_backend_151dd2805952955b, []int{0} } func (m *Backend) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Backend.Unmarshal(m, b) @@ -174,7 +174,7 @@ func (m *BackendRule) Reset() { *m = BackendRule{} } func (m *BackendRule) String() string { return proto.CompactTextString(m) } func (*BackendRule) ProtoMessage() {} func (*BackendRule) Descriptor() ([]byte, []int) { - return fileDescriptor_backend_8829b3f344060960, []int{1} + return fileDescriptor_backend_151dd2805952955b, []int{1} } func (m *BackendRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BackendRule.Unmarshal(m, b) @@ -317,9 +317,9 @@ func init() { proto.RegisterEnum("google.api.BackendRule_PathTranslation", BackendRule_PathTranslation_name, BackendRule_PathTranslation_value) } -func init() { proto.RegisterFile("google/api/backend.proto", fileDescriptor_backend_8829b3f344060960) } +func init() { proto.RegisterFile("google/api/backend.proto", fileDescriptor_backend_151dd2805952955b) } -var fileDescriptor_backend_8829b3f344060960 = []byte{ +var fileDescriptor_backend_151dd2805952955b = []byte{ // 408 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0x41, 0x6f, 0xd3, 0x30, 0x14, 0xc7, 0x97, 0x76, 0x5b, 0xe1, 0xb5, 0xea, 0x82, 0x85, 0x20, 0x9a, 0x38, 0x84, 0x72, 0xa0, diff --git a/googleapis/api/serviceconfig/billing.pb.go b/googleapis/api/serviceconfig/billing.pb.go index 1c9818929e..82b0f686a2 100644 --- a/googleapis/api/serviceconfig/billing.pb.go +++ b/googleapis/api/serviceconfig/billing.pb.go @@ -55,7 +55,7 @@ func (m *Billing) Reset() { *m = Billing{} } func (m *Billing) String() string { return proto.CompactTextString(m) } func (*Billing) ProtoMessage() {} func (*Billing) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_1ec714c6d017089a, []int{0} + return fileDescriptor_billing_7a62f78f020eadae, []int{0} } func (m *Billing) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Billing.Unmarshal(m, b) @@ -100,7 +100,7 @@ func (m *Billing_BillingDestination) Reset() { *m = Billing_BillingDesti func (m *Billing_BillingDestination) String() string { return proto.CompactTextString(m) } func (*Billing_BillingDestination) ProtoMessage() {} func (*Billing_BillingDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_billing_1ec714c6d017089a, []int{0, 0} + return fileDescriptor_billing_7a62f78f020eadae, []int{0, 0} } func (m *Billing_BillingDestination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Billing_BillingDestination.Unmarshal(m, b) @@ -139,9 +139,9 @@ func init() { proto.RegisterType((*Billing_BillingDestination)(nil), "google.api.Billing.BillingDestination") } -func init() { proto.RegisterFile("google/api/billing.proto", fileDescriptor_billing_1ec714c6d017089a) } +func init() { proto.RegisterFile("google/api/billing.proto", fileDescriptor_billing_7a62f78f020eadae) } -var fileDescriptor_billing_1ec714c6d017089a = []byte{ +var fileDescriptor_billing_7a62f78f020eadae = []byte{ // 255 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x90, 0xc1, 0x4a, 0xc4, 0x30, 0x10, 0x86, 0xe9, 0xae, 0xb8, 0x6e, 0x14, 0xc1, 0xa0, 0x18, 0xf6, 0x54, 0x3c, 0x48, 0x2f, 0xa6, diff --git a/googleapis/api/serviceconfig/consumer.pb.go b/googleapis/api/serviceconfig/consumer.pb.go index 399b3a5fae..9d8ddebab9 100644 --- a/googleapis/api/serviceconfig/consumer.pb.go +++ b/googleapis/api/serviceconfig/consumer.pb.go @@ -53,7 +53,7 @@ func (x Property_PropertyType) String() string { return proto.EnumName(Property_PropertyType_name, int32(x)) } func (Property_PropertyType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_consumer_d0bb8e60fc017c6f, []int{1, 0} + return fileDescriptor_consumer_bc35b863b20645b4, []int{1, 0} } // A descriptor for defining project properties for a service. One service may @@ -84,7 +84,7 @@ func (m *ProjectProperties) Reset() { *m = ProjectProperties{} } func (m *ProjectProperties) String() string { return proto.CompactTextString(m) } func (*ProjectProperties) ProtoMessage() {} func (*ProjectProperties) Descriptor() ([]byte, []int) { - return fileDescriptor_consumer_d0bb8e60fc017c6f, []int{0} + return fileDescriptor_consumer_bc35b863b20645b4, []int{0} } func (m *ProjectProperties) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectProperties.Unmarshal(m, b) @@ -137,7 +137,7 @@ func (m *Property) Reset() { *m = Property{} } func (m *Property) String() string { return proto.CompactTextString(m) } func (*Property) ProtoMessage() {} func (*Property) Descriptor() ([]byte, []int) { - return fileDescriptor_consumer_d0bb8e60fc017c6f, []int{1} + return fileDescriptor_consumer_bc35b863b20645b4, []int{1} } func (m *Property) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Property.Unmarshal(m, b) @@ -184,9 +184,9 @@ func init() { proto.RegisterEnum("google.api.Property_PropertyType", Property_PropertyType_name, Property_PropertyType_value) } -func init() { proto.RegisterFile("google/api/consumer.proto", fileDescriptor_consumer_d0bb8e60fc017c6f) } +func init() { proto.RegisterFile("google/api/consumer.proto", fileDescriptor_consumer_bc35b863b20645b4) } -var fileDescriptor_consumer_d0bb8e60fc017c6f = []byte{ +var fileDescriptor_consumer_bc35b863b20645b4 = []byte{ // 299 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0x4f, 0x4f, 0xf2, 0x40, 0x10, 0xc6, 0xdf, 0x85, 0xbe, 0x04, 0x06, 0xc5, 0xba, 0xf1, 0x50, 0x6f, 0x95, 0x13, 0xa7, 0x36, diff --git a/googleapis/api/serviceconfig/context.pb.go b/googleapis/api/serviceconfig/context.pb.go index d97db1bab9..d5f20ff677 100644 --- a/googleapis/api/serviceconfig/context.pb.go +++ b/googleapis/api/serviceconfig/context.pb.go @@ -68,7 +68,7 @@ func (m *Context) Reset() { *m = Context{} } func (m *Context) String() string { return proto.CompactTextString(m) } func (*Context) ProtoMessage() {} func (*Context) Descriptor() ([]byte, []int) { - return fileDescriptor_context_e07622750671eacc, []int{0} + return fileDescriptor_context_51b0254c3aab83a4, []int{0} } func (m *Context) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Context.Unmarshal(m, b) @@ -121,7 +121,7 @@ func (m *ContextRule) Reset() { *m = ContextRule{} } func (m *ContextRule) String() string { return proto.CompactTextString(m) } func (*ContextRule) ProtoMessage() {} func (*ContextRule) Descriptor() ([]byte, []int) { - return fileDescriptor_context_e07622750671eacc, []int{1} + return fileDescriptor_context_51b0254c3aab83a4, []int{1} } func (m *ContextRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ContextRule.Unmarshal(m, b) @@ -181,9 +181,9 @@ func init() { proto.RegisterType((*ContextRule)(nil), "google.api.ContextRule") } -func init() { proto.RegisterFile("google/api/context.proto", fileDescriptor_context_e07622750671eacc) } +func init() { proto.RegisterFile("google/api/context.proto", fileDescriptor_context_51b0254c3aab83a4) } -var fileDescriptor_context_e07622750671eacc = []byte{ +var fileDescriptor_context_51b0254c3aab83a4 = []byte{ // 281 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x91, 0xbd, 0x4e, 0xc3, 0x30, 0x10, 0x80, 0x95, 0xfe, 0x00, 0x71, 0x11, 0x83, 0x17, 0x4c, 0x61, 0x88, 0x3a, 0x65, 0x21, 0x91, diff --git a/googleapis/api/serviceconfig/control.pb.go b/googleapis/api/serviceconfig/control.pb.go index 0f52f11005..fc9ddd8617 100644 --- a/googleapis/api/serviceconfig/control.pb.go +++ b/googleapis/api/serviceconfig/control.pb.go @@ -34,7 +34,7 @@ func (m *Control) Reset() { *m = Control{} } func (m *Control) String() string { return proto.CompactTextString(m) } func (*Control) ProtoMessage() {} func (*Control) Descriptor() ([]byte, []int) { - return fileDescriptor_control_3728d318ad430606, []int{0} + return fileDescriptor_control_6bbb3be1ecc58ed7, []int{0} } func (m *Control) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Control.Unmarshal(m, b) @@ -65,9 +65,9 @@ func init() { proto.RegisterType((*Control)(nil), "google.api.Control") } -func init() { proto.RegisterFile("google/api/control.proto", fileDescriptor_control_3728d318ad430606) } +func init() { proto.RegisterFile("google/api/control.proto", fileDescriptor_control_6bbb3be1ecc58ed7) } -var fileDescriptor_control_3728d318ad430606 = []byte{ +var fileDescriptor_control_6bbb3be1ecc58ed7 = []byte{ // 165 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x48, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0x2c, 0xc8, 0xd4, 0x4f, 0xce, 0xcf, 0x2b, 0x29, 0xca, 0xcf, 0xd1, 0x2b, diff --git a/googleapis/api/serviceconfig/documentation.pb.go b/googleapis/api/serviceconfig/documentation.pb.go index 522a59d162..7ee6156928 100644 --- a/googleapis/api/serviceconfig/documentation.pb.go +++ b/googleapis/api/serviceconfig/documentation.pb.go @@ -108,7 +108,7 @@ func (m *Documentation) Reset() { *m = Documentation{} } func (m *Documentation) String() string { return proto.CompactTextString(m) } func (*Documentation) ProtoMessage() {} func (*Documentation) Descriptor() ([]byte, []int) { - return fileDescriptor_documentation_ffda79aaefc8a2ff, []int{0} + return fileDescriptor_documentation_c22025712f3af31e, []int{0} } func (m *Documentation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Documentation.Unmarshal(m, b) @@ -186,7 +186,7 @@ func (m *DocumentationRule) Reset() { *m = DocumentationRule{} } func (m *DocumentationRule) String() string { return proto.CompactTextString(m) } func (*DocumentationRule) ProtoMessage() {} func (*DocumentationRule) Descriptor() ([]byte, []int) { - return fileDescriptor_documentation_ffda79aaefc8a2ff, []int{1} + return fileDescriptor_documentation_c22025712f3af31e, []int{1} } func (m *DocumentationRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DocumentationRule.Unmarshal(m, b) @@ -260,7 +260,7 @@ func (m *Page) Reset() { *m = Page{} } func (m *Page) String() string { return proto.CompactTextString(m) } func (*Page) ProtoMessage() {} func (*Page) Descriptor() ([]byte, []int) { - return fileDescriptor_documentation_ffda79aaefc8a2ff, []int{2} + return fileDescriptor_documentation_c22025712f3af31e, []int{2} } func (m *Page) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Page.Unmarshal(m, b) @@ -308,10 +308,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/documentation.proto", fileDescriptor_documentation_ffda79aaefc8a2ff) + proto.RegisterFile("google/api/documentation.proto", fileDescriptor_documentation_c22025712f3af31e) } -var fileDescriptor_documentation_ffda79aaefc8a2ff = []byte{ +var fileDescriptor_documentation_c22025712f3af31e = []byte{ // 356 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0xc1, 0x6a, 0xe3, 0x30, 0x14, 0x45, 0x71, 0xec, 0xcc, 0x64, 0x5e, 0x98, 0x61, 0x46, 0x0c, 0x19, 0x33, 0xd0, 0x12, 0xb2, diff --git a/googleapis/api/serviceconfig/endpoint.pb.go b/googleapis/api/serviceconfig/endpoint.pb.go index 22884b84c5..230b2e0714 100644 --- a/googleapis/api/serviceconfig/endpoint.pb.go +++ b/googleapis/api/serviceconfig/endpoint.pb.go @@ -67,7 +67,7 @@ func (m *Endpoint) Reset() { *m = Endpoint{} } func (m *Endpoint) String() string { return proto.CompactTextString(m) } func (*Endpoint) ProtoMessage() {} func (*Endpoint) Descriptor() ([]byte, []int) { - return fileDescriptor_endpoint_c5a971e7963d7d02, []int{0} + return fileDescriptor_endpoint_134b6a0db7c4f443, []int{0} } func (m *Endpoint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Endpoint.Unmarshal(m, b) @@ -127,9 +127,9 @@ func init() { proto.RegisterType((*Endpoint)(nil), "google.api.Endpoint") } -func init() { proto.RegisterFile("google/api/endpoint.proto", fileDescriptor_endpoint_c5a971e7963d7d02) } +func init() { proto.RegisterFile("google/api/endpoint.proto", fileDescriptor_endpoint_134b6a0db7c4f443) } -var fileDescriptor_endpoint_c5a971e7963d7d02 = []byte{ +var fileDescriptor_endpoint_134b6a0db7c4f443 = []byte{ // 236 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x8f, 0xc1, 0x4a, 0xc4, 0x30, 0x10, 0x86, 0x49, 0xad, 0x6b, 0x3b, 0xa0, 0x87, 0x1c, 0x24, 0x8a, 0x42, 0xf1, 0xd4, 0x53, 0x7b, diff --git a/googleapis/api/serviceconfig/log.pb.go b/googleapis/api/serviceconfig/log.pb.go index a5ec3f6451..c19f6cf72d 100644 --- a/googleapis/api/serviceconfig/log.pb.go +++ b/googleapis/api/serviceconfig/log.pb.go @@ -52,7 +52,7 @@ func (m *LogDescriptor) Reset() { *m = LogDescriptor{} } func (m *LogDescriptor) String() string { return proto.CompactTextString(m) } func (*LogDescriptor) ProtoMessage() {} func (*LogDescriptor) Descriptor() ([]byte, []int) { - return fileDescriptor_log_2998a4c13830a4d6, []int{0} + return fileDescriptor_log_0e93d42992290c09, []int{0} } func (m *LogDescriptor) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogDescriptor.Unmarshal(m, b) @@ -104,9 +104,9 @@ func init() { proto.RegisterType((*LogDescriptor)(nil), "google.api.LogDescriptor") } -func init() { proto.RegisterFile("google/api/log.proto", fileDescriptor_log_2998a4c13830a4d6) } +func init() { proto.RegisterFile("google/api/log.proto", fileDescriptor_log_0e93d42992290c09) } -var fileDescriptor_log_2998a4c13830a4d6 = []byte{ +var fileDescriptor_log_0e93d42992290c09 = []byte{ // 238 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x8f, 0xc1, 0x4a, 0xc3, 0x40, 0x10, 0x86, 0x49, 0x1b, 0x8a, 0x6e, 0xd5, 0xc3, 0x22, 0x12, 0xf4, 0x12, 0x3d, 0xf5, 0xb4, 0x01, diff --git a/googleapis/api/serviceconfig/logging.pb.go b/googleapis/api/serviceconfig/logging.pb.go index 9428656cb6..88bd8927de 100644 --- a/googleapis/api/serviceconfig/logging.pb.go +++ b/googleapis/api/serviceconfig/logging.pb.go @@ -67,7 +67,7 @@ func (m *Logging) Reset() { *m = Logging{} } func (m *Logging) String() string { return proto.CompactTextString(m) } func (*Logging) ProtoMessage() {} func (*Logging) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_8c0bcb8dbfc24d55, []int{0} + return fileDescriptor_logging_72dc980851656a75, []int{0} } func (m *Logging) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Logging.Unmarshal(m, b) @@ -121,7 +121,7 @@ func (m *Logging_LoggingDestination) Reset() { *m = Logging_LoggingDesti func (m *Logging_LoggingDestination) String() string { return proto.CompactTextString(m) } func (*Logging_LoggingDestination) ProtoMessage() {} func (*Logging_LoggingDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_8c0bcb8dbfc24d55, []int{0, 0} + return fileDescriptor_logging_72dc980851656a75, []int{0, 0} } func (m *Logging_LoggingDestination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Logging_LoggingDestination.Unmarshal(m, b) @@ -160,9 +160,9 @@ func init() { proto.RegisterType((*Logging_LoggingDestination)(nil), "google.api.Logging.LoggingDestination") } -func init() { proto.RegisterFile("google/api/logging.proto", fileDescriptor_logging_8c0bcb8dbfc24d55) } +func init() { proto.RegisterFile("google/api/logging.proto", fileDescriptor_logging_72dc980851656a75) } -var fileDescriptor_logging_8c0bcb8dbfc24d55 = []byte{ +var fileDescriptor_logging_72dc980851656a75 = []byte{ // 260 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x91, 0x4d, 0x4b, 0xc4, 0x30, 0x10, 0x86, 0x69, 0x77, 0x51, 0x36, 0x8a, 0x60, 0x50, 0x28, 0x9e, 0x16, 0x0f, 0xb2, 0x17, 0x53, diff --git a/googleapis/api/serviceconfig/monitoring.pb.go b/googleapis/api/serviceconfig/monitoring.pb.go index 2cd36bc55e..4baad4a72e 100644 --- a/googleapis/api/serviceconfig/monitoring.pb.go +++ b/googleapis/api/serviceconfig/monitoring.pb.go @@ -79,7 +79,7 @@ func (m *Monitoring) Reset() { *m = Monitoring{} } func (m *Monitoring) String() string { return proto.CompactTextString(m) } func (*Monitoring) ProtoMessage() {} func (*Monitoring) Descriptor() ([]byte, []int) { - return fileDescriptor_monitoring_607d42dbb71d0eb3, []int{0} + return fileDescriptor_monitoring_bee01dc8a7135913, []int{0} } func (m *Monitoring) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Monitoring.Unmarshal(m, b) @@ -131,7 +131,7 @@ func (m *Monitoring_MonitoringDestination) Reset() { *m = Monitoring_Mon func (m *Monitoring_MonitoringDestination) String() string { return proto.CompactTextString(m) } func (*Monitoring_MonitoringDestination) ProtoMessage() {} func (*Monitoring_MonitoringDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_monitoring_607d42dbb71d0eb3, []int{0, 0} + return fileDescriptor_monitoring_bee01dc8a7135913, []int{0, 0} } func (m *Monitoring_MonitoringDestination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Monitoring_MonitoringDestination.Unmarshal(m, b) @@ -171,10 +171,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/monitoring.proto", fileDescriptor_monitoring_607d42dbb71d0eb3) + proto.RegisterFile("google/api/monitoring.proto", fileDescriptor_monitoring_bee01dc8a7135913) } -var fileDescriptor_monitoring_607d42dbb71d0eb3 = []byte{ +var fileDescriptor_monitoring_bee01dc8a7135913 = []byte{ // 263 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x91, 0xcf, 0x4a, 0xc4, 0x30, 0x10, 0xc6, 0xe9, 0x2a, 0xca, 0x46, 0x50, 0x0c, 0x2e, 0x14, 0xbd, 0x2c, 0x9e, 0xf6, 0xa0, 0x29, diff --git a/googleapis/api/serviceconfig/quota.pb.go b/googleapis/api/serviceconfig/quota.pb.go index b073aaf6f9..945801dbfa 100644 --- a/googleapis/api/serviceconfig/quota.pb.go +++ b/googleapis/api/serviceconfig/quota.pb.go @@ -84,7 +84,7 @@ func (m *Quota) Reset() { *m = Quota{} } func (m *Quota) String() string { return proto.CompactTextString(m) } func (*Quota) ProtoMessage() {} func (*Quota) Descriptor() ([]byte, []int) { - return fileDescriptor_quota_4b215e5a6820c815, []int{0} + return fileDescriptor_quota_129273d1f869e90d, []int{0} } func (m *Quota) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Quota.Unmarshal(m, b) @@ -141,7 +141,7 @@ func (m *MetricRule) Reset() { *m = MetricRule{} } func (m *MetricRule) String() string { return proto.CompactTextString(m) } func (*MetricRule) ProtoMessage() {} func (*MetricRule) Descriptor() ([]byte, []int) { - return fileDescriptor_quota_4b215e5a6820c815, []int{1} + return fileDescriptor_quota_129273d1f869e90d, []int{1} } func (m *MetricRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MetricRule.Unmarshal(m, b) @@ -259,7 +259,7 @@ func (m *QuotaLimit) Reset() { *m = QuotaLimit{} } func (m *QuotaLimit) String() string { return proto.CompactTextString(m) } func (*QuotaLimit) ProtoMessage() {} func (*QuotaLimit) Descriptor() ([]byte, []int) { - return fileDescriptor_quota_4b215e5a6820c815, []int{2} + return fileDescriptor_quota_129273d1f869e90d, []int{2} } func (m *QuotaLimit) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QuotaLimit.Unmarshal(m, b) @@ -357,9 +357,9 @@ func init() { proto.RegisterMapType((map[string]int64)(nil), "google.api.QuotaLimit.ValuesEntry") } -func init() { proto.RegisterFile("google/api/quota.proto", fileDescriptor_quota_4b215e5a6820c815) } +func init() { proto.RegisterFile("google/api/quota.proto", fileDescriptor_quota_129273d1f869e90d) } -var fileDescriptor_quota_4b215e5a6820c815 = []byte{ +var fileDescriptor_quota_129273d1f869e90d = []byte{ // 453 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0xc1, 0x8e, 0xd3, 0x30, 0x10, 0x55, 0x9a, 0x6e, 0x68, 0xa7, 0x05, 0xad, 0x2c, 0x54, 0x59, 0xe5, 0x52, 0xca, 0x81, 0x9e, diff --git a/googleapis/api/serviceconfig/service.pb.go b/googleapis/api/serviceconfig/service.pb.go index eee27cf44f..66e49ceb87 100644 --- a/googleapis/api/serviceconfig/service.pb.go +++ b/googleapis/api/serviceconfig/service.pb.go @@ -140,7 +140,7 @@ func (m *Service) Reset() { *m = Service{} } func (m *Service) String() string { return proto.CompactTextString(m) } func (*Service) ProtoMessage() {} func (*Service) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e73db125e27d5d7f, []int{0} + return fileDescriptor_service_e2baf83097b3e099, []int{0} } func (m *Service) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Service.Unmarshal(m, b) @@ -346,9 +346,9 @@ func init() { proto.RegisterType((*Service)(nil), "google.api.Service") } -func init() { proto.RegisterFile("google/api/service.proto", fileDescriptor_service_e73db125e27d5d7f) } +func init() { proto.RegisterFile("google/api/service.proto", fileDescriptor_service_e2baf83097b3e099) } -var fileDescriptor_service_e73db125e27d5d7f = []byte{ +var fileDescriptor_service_e2baf83097b3e099 = []byte{ // 825 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x96, 0xdf, 0x6e, 0xdb, 0x36, 0x14, 0x87, 0x61, 0xd7, 0x6e, 0x16, 0x3a, 0xcd, 0x1a, 0xc6, 0x49, 0x19, 0xd7, 0x1b, 0xd2, 0xfd, diff --git a/googleapis/api/serviceconfig/source_info.pb.go b/googleapis/api/serviceconfig/source_info.pb.go index d3785a9c7b..0b40ddc111 100644 --- a/googleapis/api/serviceconfig/source_info.pb.go +++ b/googleapis/api/serviceconfig/source_info.pb.go @@ -32,7 +32,7 @@ func (m *SourceInfo) Reset() { *m = SourceInfo{} } func (m *SourceInfo) String() string { return proto.CompactTextString(m) } func (*SourceInfo) ProtoMessage() {} func (*SourceInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_source_info_183438e69452d617, []int{0} + return fileDescriptor_source_info_17996d8c91d1c33a, []int{0} } func (m *SourceInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SourceInfo.Unmarshal(m, b) @@ -64,10 +64,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/source_info.proto", fileDescriptor_source_info_183438e69452d617) + proto.RegisterFile("google/api/source_info.proto", fileDescriptor_source_info_17996d8c91d1c33a) } -var fileDescriptor_source_info_183438e69452d617 = []byte{ +var fileDescriptor_source_info_17996d8c91d1c33a = []byte{ // 198 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x49, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0x2c, 0xc8, 0xd4, 0x2f, 0xce, 0x2f, 0x2d, 0x4a, 0x4e, 0x8d, 0xcf, 0xcc, diff --git a/googleapis/api/serviceconfig/system_parameter.pb.go b/googleapis/api/serviceconfig/system_parameter.pb.go index 5f944480f3..9cd02dfc1b 100644 --- a/googleapis/api/serviceconfig/system_parameter.pb.go +++ b/googleapis/api/serviceconfig/system_parameter.pb.go @@ -64,7 +64,7 @@ func (m *SystemParameters) Reset() { *m = SystemParameters{} } func (m *SystemParameters) String() string { return proto.CompactTextString(m) } func (*SystemParameters) ProtoMessage() {} func (*SystemParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_system_parameter_3640db39ba8fa91b, []int{0} + return fileDescriptor_system_parameter_2f7efca4f2242165, []int{0} } func (m *SystemParameters) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemParameters.Unmarshal(m, b) @@ -114,7 +114,7 @@ func (m *SystemParameterRule) Reset() { *m = SystemParameterRule{} } func (m *SystemParameterRule) String() string { return proto.CompactTextString(m) } func (*SystemParameterRule) ProtoMessage() {} func (*SystemParameterRule) Descriptor() ([]byte, []int) { - return fileDescriptor_system_parameter_3640db39ba8fa91b, []int{1} + return fileDescriptor_system_parameter_2f7efca4f2242165, []int{1} } func (m *SystemParameterRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemParameterRule.Unmarshal(m, b) @@ -169,7 +169,7 @@ func (m *SystemParameter) Reset() { *m = SystemParameter{} } func (m *SystemParameter) String() string { return proto.CompactTextString(m) } func (*SystemParameter) ProtoMessage() {} func (*SystemParameter) Descriptor() ([]byte, []int) { - return fileDescriptor_system_parameter_3640db39ba8fa91b, []int{2} + return fileDescriptor_system_parameter_2f7efca4f2242165, []int{2} } func (m *SystemParameter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemParameter.Unmarshal(m, b) @@ -217,10 +217,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/system_parameter.proto", fileDescriptor_system_parameter_3640db39ba8fa91b) + proto.RegisterFile("google/api/system_parameter.proto", fileDescriptor_system_parameter_2f7efca4f2242165) } -var fileDescriptor_system_parameter_3640db39ba8fa91b = []byte{ +var fileDescriptor_system_parameter_2f7efca4f2242165 = []byte{ // 286 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xbf, 0x4e, 0xc3, 0x30, 0x10, 0x87, 0x95, 0xb6, 0x20, 0xb8, 0x4a, 0xfc, 0x71, 0x19, 0x22, 0x18, 0x5a, 0x3a, 0x75, 0x72, diff --git a/googleapis/api/serviceconfig/usage.pb.go b/googleapis/api/serviceconfig/usage.pb.go index 8d8d953cba..9ab776e408 100644 --- a/googleapis/api/serviceconfig/usage.pb.go +++ b/googleapis/api/serviceconfig/usage.pb.go @@ -46,7 +46,7 @@ func (m *Usage) Reset() { *m = Usage{} } func (m *Usage) String() string { return proto.CompactTextString(m) } func (*Usage) ProtoMessage() {} func (*Usage) Descriptor() ([]byte, []int) { - return fileDescriptor_usage_d6ec7a8d0b744701, []int{0} + return fileDescriptor_usage_5ff3c0173739d6b5, []int{0} } func (m *Usage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Usage.Unmarshal(m, b) @@ -135,7 +135,7 @@ func (m *UsageRule) Reset() { *m = UsageRule{} } func (m *UsageRule) String() string { return proto.CompactTextString(m) } func (*UsageRule) ProtoMessage() {} func (*UsageRule) Descriptor() ([]byte, []int) { - return fileDescriptor_usage_d6ec7a8d0b744701, []int{1} + return fileDescriptor_usage_5ff3c0173739d6b5, []int{1} } func (m *UsageRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UsageRule.Unmarshal(m, b) @@ -181,9 +181,9 @@ func init() { proto.RegisterType((*UsageRule)(nil), "google.api.UsageRule") } -func init() { proto.RegisterFile("google/api/usage.proto", fileDescriptor_usage_d6ec7a8d0b744701) } +func init() { proto.RegisterFile("google/api/usage.proto", fileDescriptor_usage_5ff3c0173739d6b5) } -var fileDescriptor_usage_d6ec7a8d0b744701 = []byte{ +var fileDescriptor_usage_5ff3c0173739d6b5 = []byte{ // 319 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x91, 0xc1, 0x4a, 0x33, 0x31, 0x14, 0x85, 0x49, 0xfb, 0xb7, 0x7f, 0x1b, 0xc5, 0x45, 0xd0, 0x12, 0x14, 0x61, 0xe8, 0x6a, 0x40, diff --git a/googleapis/api/servicecontrol/v1/check_error.pb.go b/googleapis/api/servicecontrol/v1/check_error.pb.go index cccced3d67..b023f26054 100644 --- a/googleapis/api/servicecontrol/v1/check_error.pb.go +++ b/googleapis/api/servicecontrol/v1/check_error.pb.go @@ -112,7 +112,7 @@ func (x CheckError_Code) String() string { return proto.EnumName(CheckError_Code_name, int32(x)) } func (CheckError_Code) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_check_error_2ee8d2b0b593f635, []int{0, 0} + return fileDescriptor_check_error_95aa382d11b62e53, []int{0, 0} } // Defines the errors to be returned in @@ -131,7 +131,7 @@ func (m *CheckError) Reset() { *m = CheckError{} } func (m *CheckError) String() string { return proto.CompactTextString(m) } func (*CheckError) ProtoMessage() {} func (*CheckError) Descriptor() ([]byte, []int) { - return fileDescriptor_check_error_2ee8d2b0b593f635, []int{0} + return fileDescriptor_check_error_95aa382d11b62e53, []int{0} } func (m *CheckError) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckError.Unmarshal(m, b) @@ -171,10 +171,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/servicecontrol/v1/check_error.proto", fileDescriptor_check_error_2ee8d2b0b593f635) + proto.RegisterFile("google/api/servicecontrol/v1/check_error.proto", fileDescriptor_check_error_95aa382d11b62e53) } -var fileDescriptor_check_error_2ee8d2b0b593f635 = []byte{ +var fileDescriptor_check_error_95aa382d11b62e53 = []byte{ // 493 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x4f, 0x6f, 0xd3, 0x30, 0x18, 0xc6, 0x49, 0x29, 0x83, 0x59, 0x82, 0x05, 0xc3, 0xaa, 0x51, 0x55, 0xa2, 0xec, 0xb4, 0x0b, diff --git a/googleapis/api/servicecontrol/v1/distribution.pb.go b/googleapis/api/servicecontrol/v1/distribution.pb.go index 09e7569039..35139f04bb 100644 --- a/googleapis/api/servicecontrol/v1/distribution.pb.go +++ b/googleapis/api/servicecontrol/v1/distribution.pb.go @@ -91,7 +91,7 @@ func (m *Distribution) Reset() { *m = Distribution{} } func (m *Distribution) String() string { return proto.CompactTextString(m) } func (*Distribution) ProtoMessage() {} func (*Distribution) Descriptor() ([]byte, []int) { - return fileDescriptor_distribution_b8e0eb9d6c12ac96, []int{0} + return fileDescriptor_distribution_807f43a240f7aec0, []int{0} } func (m *Distribution) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Distribution.Unmarshal(m, b) @@ -320,7 +320,7 @@ func (m *Distribution_LinearBuckets) Reset() { *m = Distribution_LinearB func (m *Distribution_LinearBuckets) String() string { return proto.CompactTextString(m) } func (*Distribution_LinearBuckets) ProtoMessage() {} func (*Distribution_LinearBuckets) Descriptor() ([]byte, []int) { - return fileDescriptor_distribution_b8e0eb9d6c12ac96, []int{0, 0} + return fileDescriptor_distribution_807f43a240f7aec0, []int{0, 0} } func (m *Distribution_LinearBuckets) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Distribution_LinearBuckets.Unmarshal(m, b) @@ -386,7 +386,7 @@ func (m *Distribution_ExponentialBuckets) Reset() { *m = Distribution_Ex func (m *Distribution_ExponentialBuckets) String() string { return proto.CompactTextString(m) } func (*Distribution_ExponentialBuckets) ProtoMessage() {} func (*Distribution_ExponentialBuckets) Descriptor() ([]byte, []int) { - return fileDescriptor_distribution_b8e0eb9d6c12ac96, []int{0, 1} + return fileDescriptor_distribution_807f43a240f7aec0, []int{0, 1} } func (m *Distribution_ExponentialBuckets) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Distribution_ExponentialBuckets.Unmarshal(m, b) @@ -454,7 +454,7 @@ func (m *Distribution_ExplicitBuckets) Reset() { *m = Distribution_Expli func (m *Distribution_ExplicitBuckets) String() string { return proto.CompactTextString(m) } func (*Distribution_ExplicitBuckets) ProtoMessage() {} func (*Distribution_ExplicitBuckets) Descriptor() ([]byte, []int) { - return fileDescriptor_distribution_b8e0eb9d6c12ac96, []int{0, 2} + return fileDescriptor_distribution_807f43a240f7aec0, []int{0, 2} } func (m *Distribution_ExplicitBuckets) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Distribution_ExplicitBuckets.Unmarshal(m, b) @@ -489,10 +489,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/servicecontrol/v1/distribution.proto", fileDescriptor_distribution_b8e0eb9d6c12ac96) + proto.RegisterFile("google/api/servicecontrol/v1/distribution.proto", fileDescriptor_distribution_807f43a240f7aec0) } -var fileDescriptor_distribution_b8e0eb9d6c12ac96 = []byte{ +var fileDescriptor_distribution_807f43a240f7aec0 = []byte{ // 486 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0x4d, 0x6f, 0xd3, 0x40, 0x10, 0x86, 0x31, 0x6e, 0x52, 0x18, 0x12, 0x52, 0x96, 0x82, 0xac, 0x88, 0x83, 0x45, 0x2f, 0x41, diff --git a/googleapis/api/servicecontrol/v1/log_entry.pb.go b/googleapis/api/servicecontrol/v1/log_entry.pb.go index 1942899554..33f6ffc71e 100644 --- a/googleapis/api/servicecontrol/v1/log_entry.pb.go +++ b/googleapis/api/servicecontrol/v1/log_entry.pb.go @@ -56,7 +56,7 @@ func (m *LogEntry) Reset() { *m = LogEntry{} } func (m *LogEntry) String() string { return proto.CompactTextString(m) } func (*LogEntry) ProtoMessage() {} func (*LogEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_log_entry_63f3291f833995e9, []int{0} + return fileDescriptor_log_entry_ab78733b8d6a30bb, []int{0} } func (m *LogEntry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogEntry.Unmarshal(m, b) @@ -256,10 +256,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/servicecontrol/v1/log_entry.proto", fileDescriptor_log_entry_63f3291f833995e9) + proto.RegisterFile("google/api/servicecontrol/v1/log_entry.proto", fileDescriptor_log_entry_ab78733b8d6a30bb) } -var fileDescriptor_log_entry_63f3291f833995e9 = []byte{ +var fileDescriptor_log_entry_ab78733b8d6a30bb = []byte{ // 454 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0x4f, 0x8f, 0xd3, 0x30, 0x10, 0xc5, 0x9b, 0xed, 0x52, 0x1a, 0xa7, 0x5d, 0x21, 0x6b, 0x25, 0x42, 0xa8, 0x44, 0x04, 0x12, diff --git a/googleapis/api/servicecontrol/v1/metric_value.pb.go b/googleapis/api/servicecontrol/v1/metric_value.pb.go index 9fc7389966..fee5b4a8c5 100644 --- a/googleapis/api/servicecontrol/v1/metric_value.pb.go +++ b/googleapis/api/servicecontrol/v1/metric_value.pb.go @@ -56,7 +56,7 @@ func (m *MetricValue) Reset() { *m = MetricValue{} } func (m *MetricValue) String() string { return proto.CompactTextString(m) } func (*MetricValue) ProtoMessage() {} func (*MetricValue) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_value_53e5cc05481b2add, []int{0} + return fileDescriptor_metric_value_b13910fcfcfb831a, []int{0} } func (m *MetricValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MetricValue.Unmarshal(m, b) @@ -306,7 +306,7 @@ func (m *MetricValueSet) Reset() { *m = MetricValueSet{} } func (m *MetricValueSet) String() string { return proto.CompactTextString(m) } func (*MetricValueSet) ProtoMessage() {} func (*MetricValueSet) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_value_53e5cc05481b2add, []int{1} + return fileDescriptor_metric_value_b13910fcfcfb831a, []int{1} } func (m *MetricValueSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MetricValueSet.Unmarshal(m, b) @@ -347,10 +347,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/servicecontrol/v1/metric_value.proto", fileDescriptor_metric_value_53e5cc05481b2add) + proto.RegisterFile("google/api/servicecontrol/v1/metric_value.proto", fileDescriptor_metric_value_b13910fcfcfb831a) } -var fileDescriptor_metric_value_53e5cc05481b2add = []byte{ +var fileDescriptor_metric_value_b13910fcfcfb831a = []byte{ // 482 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xcf, 0x8b, 0xd3, 0x40, 0x14, 0xc7, 0x3b, 0x8d, 0xdb, 0x1f, 0x2f, 0xab, 0x68, 0x14, 0x0c, 0x65, 0xa1, 0x71, 0xbd, 0x44, diff --git a/googleapis/api/servicecontrol/v1/operation.pb.go b/googleapis/api/servicecontrol/v1/operation.pb.go index 677147b40d..c3d887e799 100644 --- a/googleapis/api/servicecontrol/v1/operation.pb.go +++ b/googleapis/api/servicecontrol/v1/operation.pb.go @@ -46,7 +46,7 @@ func (x Operation_Importance) String() string { return proto.EnumName(Operation_Importance_name, int32(x)) } func (Operation_Importance) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_operation_5be704dac89bb9b9, []int{0, 0} + return fileDescriptor_operation_3aad26a8020e2c86, []int{0, 0} } // Represents information regarding an operation. @@ -121,7 +121,7 @@ func (m *Operation) Reset() { *m = Operation{} } func (m *Operation) String() string { return proto.CompactTextString(m) } func (*Operation) ProtoMessage() {} func (*Operation) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_5be704dac89bb9b9, []int{0} + return fileDescriptor_operation_3aad26a8020e2c86, []int{0} } func (m *Operation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Operation.Unmarshal(m, b) @@ -211,10 +211,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/servicecontrol/v1/operation.proto", fileDescriptor_operation_5be704dac89bb9b9) + proto.RegisterFile("google/api/servicecontrol/v1/operation.proto", fileDescriptor_operation_3aad26a8020e2c86) } -var fileDescriptor_operation_5be704dac89bb9b9 = []byte{ +var fileDescriptor_operation_3aad26a8020e2c86 = []byte{ // 483 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xcf, 0x6b, 0x13, 0x41, 0x14, 0xc7, 0x9d, 0xa6, 0xf9, 0xf5, 0x56, 0x63, 0x1c, 0x3c, 0x2c, 0xa1, 0x90, 0x58, 0x50, 0x72, diff --git a/googleapis/api/servicecontrol/v1/quota_controller.pb.go b/googleapis/api/servicecontrol/v1/quota_controller.pb.go index c2716f9783..43984a5513 100644 --- a/googleapis/api/servicecontrol/v1/quota_controller.pb.go +++ b/googleapis/api/servicecontrol/v1/quota_controller.pb.go @@ -63,7 +63,7 @@ func (x QuotaOperation_QuotaMode) String() string { return proto.EnumName(QuotaOperation_QuotaMode_name, int32(x)) } func (QuotaOperation_QuotaMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_quota_controller_d139447685d0f7c2, []int{1, 0} + return fileDescriptor_quota_controller_635a8e629d18a12a, []int{1, 0} } // Error codes related to project config validations are deprecated since the @@ -111,7 +111,7 @@ func (x QuotaError_Code) String() string { return proto.EnumName(QuotaError_Code_name, int32(x)) } func (QuotaError_Code) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_quota_controller_d139447685d0f7c2, []int{3, 0} + return fileDescriptor_quota_controller_635a8e629d18a12a, []int{3, 0} } // Request message for the AllocateQuota method. @@ -137,7 +137,7 @@ func (m *AllocateQuotaRequest) Reset() { *m = AllocateQuotaRequest{} } func (m *AllocateQuotaRequest) String() string { return proto.CompactTextString(m) } func (*AllocateQuotaRequest) ProtoMessage() {} func (*AllocateQuotaRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_quota_controller_d139447685d0f7c2, []int{0} + return fileDescriptor_quota_controller_635a8e629d18a12a, []int{0} } func (m *AllocateQuotaRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AllocateQuotaRequest.Unmarshal(m, b) @@ -228,7 +228,7 @@ func (m *QuotaOperation) Reset() { *m = QuotaOperation{} } func (m *QuotaOperation) String() string { return proto.CompactTextString(m) } func (*QuotaOperation) ProtoMessage() {} func (*QuotaOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_quota_controller_d139447685d0f7c2, []int{1} + return fileDescriptor_quota_controller_635a8e629d18a12a, []int{1} } func (m *QuotaOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QuotaOperation.Unmarshal(m, b) @@ -319,7 +319,7 @@ func (m *AllocateQuotaResponse) Reset() { *m = AllocateQuotaResponse{} } func (m *AllocateQuotaResponse) String() string { return proto.CompactTextString(m) } func (*AllocateQuotaResponse) ProtoMessage() {} func (*AllocateQuotaResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_quota_controller_d139447685d0f7c2, []int{2} + return fileDescriptor_quota_controller_635a8e629d18a12a, []int{2} } func (m *AllocateQuotaResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AllocateQuotaResponse.Unmarshal(m, b) @@ -387,7 +387,7 @@ func (m *QuotaError) Reset() { *m = QuotaError{} } func (m *QuotaError) String() string { return proto.CompactTextString(m) } func (*QuotaError) ProtoMessage() {} func (*QuotaError) Descriptor() ([]byte, []int) { - return fileDescriptor_quota_controller_d139447685d0f7c2, []int{3} + return fileDescriptor_quota_controller_635a8e629d18a12a, []int{3} } func (m *QuotaError) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QuotaError.Unmarshal(m, b) @@ -533,10 +533,10 @@ var _QuotaController_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/api/servicecontrol/v1/quota_controller.proto", fileDescriptor_quota_controller_d139447685d0f7c2) + proto.RegisterFile("google/api/servicecontrol/v1/quota_controller.proto", fileDescriptor_quota_controller_635a8e629d18a12a) } -var fileDescriptor_quota_controller_d139447685d0f7c2 = []byte{ +var fileDescriptor_quota_controller_635a8e629d18a12a = []byte{ // 775 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xc1, 0x6e, 0xea, 0x46, 0x14, 0xed, 0x18, 0x42, 0x9b, 0xeb, 0x04, 0x9c, 0x69, 0x5a, 0x59, 0x28, 0x52, 0x28, 0x2b, 0x1a, diff --git a/googleapis/api/servicecontrol/v1/service_controller.pb.go b/googleapis/api/servicecontrol/v1/service_controller.pb.go index f34ed14ead..4034ca3439 100644 --- a/googleapis/api/servicecontrol/v1/service_controller.pb.go +++ b/googleapis/api/servicecontrol/v1/service_controller.pb.go @@ -51,7 +51,7 @@ func (m *CheckRequest) Reset() { *m = CheckRequest{} } func (m *CheckRequest) String() string { return proto.CompactTextString(m) } func (*CheckRequest) ProtoMessage() {} func (*CheckRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_controller_63b84d9abfbd86ce, []int{0} + return fileDescriptor_service_controller_fa10647c90d68c28, []int{0} } func (m *CheckRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckRequest.Unmarshal(m, b) @@ -117,7 +117,7 @@ func (m *CheckResponse) Reset() { *m = CheckResponse{} } func (m *CheckResponse) String() string { return proto.CompactTextString(m) } func (*CheckResponse) ProtoMessage() {} func (*CheckResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_service_controller_63b84d9abfbd86ce, []int{1} + return fileDescriptor_service_controller_fa10647c90d68c28, []int{1} } func (m *CheckResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckResponse.Unmarshal(m, b) @@ -177,7 +177,7 @@ func (m *CheckResponse_CheckInfo) Reset() { *m = CheckResponse_CheckInfo func (m *CheckResponse_CheckInfo) String() string { return proto.CompactTextString(m) } func (*CheckResponse_CheckInfo) ProtoMessage() {} func (*CheckResponse_CheckInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_service_controller_63b84d9abfbd86ce, []int{1, 0} + return fileDescriptor_service_controller_fa10647c90d68c28, []int{1, 0} } func (m *CheckResponse_CheckInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckResponse_CheckInfo.Unmarshal(m, b) @@ -218,7 +218,7 @@ func (m *CheckResponse_ConsumerInfo) Reset() { *m = CheckResponse_Consum func (m *CheckResponse_ConsumerInfo) String() string { return proto.CompactTextString(m) } func (*CheckResponse_ConsumerInfo) ProtoMessage() {} func (*CheckResponse_ConsumerInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_service_controller_63b84d9abfbd86ce, []int{1, 1} + return fileDescriptor_service_controller_fa10647c90d68c28, []int{1, 1} } func (m *CheckResponse_ConsumerInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckResponse_ConsumerInfo.Unmarshal(m, b) @@ -281,7 +281,7 @@ func (m *ReportRequest) Reset() { *m = ReportRequest{} } func (m *ReportRequest) String() string { return proto.CompactTextString(m) } func (*ReportRequest) ProtoMessage() {} func (*ReportRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_controller_63b84d9abfbd86ce, []int{2} + return fileDescriptor_service_controller_fa10647c90d68c28, []int{2} } func (m *ReportRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReportRequest.Unmarshal(m, b) @@ -350,7 +350,7 @@ func (m *ReportResponse) Reset() { *m = ReportResponse{} } func (m *ReportResponse) String() string { return proto.CompactTextString(m) } func (*ReportResponse) ProtoMessage() {} func (*ReportResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_service_controller_63b84d9abfbd86ce, []int{3} + return fileDescriptor_service_controller_fa10647c90d68c28, []int{3} } func (m *ReportResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReportResponse.Unmarshal(m, b) @@ -403,7 +403,7 @@ func (m *ReportResponse_ReportError) Reset() { *m = ReportResponse_Repor func (m *ReportResponse_ReportError) String() string { return proto.CompactTextString(m) } func (*ReportResponse_ReportError) ProtoMessage() {} func (*ReportResponse_ReportError) Descriptor() ([]byte, []int) { - return fileDescriptor_service_controller_63b84d9abfbd86ce, []int{3, 0} + return fileDescriptor_service_controller_fa10647c90d68c28, []int{3, 0} } func (m *ReportResponse_ReportError) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReportResponse_ReportError.Unmarshal(m, b) @@ -611,10 +611,10 @@ var _ServiceController_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/api/servicecontrol/v1/service_controller.proto", fileDescriptor_service_controller_63b84d9abfbd86ce) + proto.RegisterFile("google/api/servicecontrol/v1/service_controller.proto", fileDescriptor_service_controller_fa10647c90d68c28) } -var fileDescriptor_service_controller_63b84d9abfbd86ce = []byte{ +var fileDescriptor_service_controller_fa10647c90d68c28 = []byte{ // 619 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xc1, 0x6e, 0xd3, 0x4c, 0x10, 0xd6, 0x3a, 0x6d, 0xa4, 0x4c, 0x9c, 0xfe, 0xea, 0x1e, 0x7e, 0x22, 0xab, 0x87, 0xd4, 0x12, diff --git a/googleapis/api/servicemanagement/v1/resources.pb.go b/googleapis/api/servicemanagement/v1/resources.pb.go index 24cf82cb08..d8b8b44928 100644 --- a/googleapis/api/servicemanagement/v1/resources.pb.go +++ b/googleapis/api/servicemanagement/v1/resources.pb.go @@ -68,7 +68,7 @@ func (x OperationMetadata_Status) String() string { return proto.EnumName(OperationMetadata_Status_name, int32(x)) } func (OperationMetadata_Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_7dc64a21ee38b48b, []int{1, 0} + return fileDescriptor_resources_7973d4fc0911200f, []int{1, 0} } // The kind of diagnostic information possible. @@ -94,7 +94,7 @@ func (x Diagnostic_Kind) String() string { return proto.EnumName(Diagnostic_Kind_name, int32(x)) } func (Diagnostic_Kind) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_7dc64a21ee38b48b, []int{2, 0} + return fileDescriptor_resources_7973d4fc0911200f, []int{2, 0} } type ConfigFile_FileType int32 @@ -145,7 +145,7 @@ func (x ConfigFile_FileType) String() string { return proto.EnumName(ConfigFile_FileType_name, int32(x)) } func (ConfigFile_FileType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_7dc64a21ee38b48b, []int{4, 0} + return fileDescriptor_resources_7973d4fc0911200f, []int{4, 0} } // Status of a Rollout. @@ -193,7 +193,7 @@ func (x Rollout_RolloutStatus) String() string { return proto.EnumName(Rollout_RolloutStatus_name, int32(x)) } func (Rollout_RolloutStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_7dc64a21ee38b48b, []int{7, 0} + return fileDescriptor_resources_7973d4fc0911200f, []int{7, 0} } // The full representation of a Service that is managed by @@ -213,7 +213,7 @@ func (m *ManagedService) Reset() { *m = ManagedService{} } func (m *ManagedService) String() string { return proto.CompactTextString(m) } func (*ManagedService) ProtoMessage() {} func (*ManagedService) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_7dc64a21ee38b48b, []int{0} + return fileDescriptor_resources_7973d4fc0911200f, []int{0} } func (m *ManagedService) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ManagedService.Unmarshal(m, b) @@ -267,7 +267,7 @@ func (m *OperationMetadata) Reset() { *m = OperationMetadata{} } func (m *OperationMetadata) String() string { return proto.CompactTextString(m) } func (*OperationMetadata) ProtoMessage() {} func (*OperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_7dc64a21ee38b48b, []int{1} + return fileDescriptor_resources_7973d4fc0911200f, []int{1} } func (m *OperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationMetadata.Unmarshal(m, b) @@ -330,7 +330,7 @@ func (m *OperationMetadata_Step) Reset() { *m = OperationMetadata_Step{} func (m *OperationMetadata_Step) String() string { return proto.CompactTextString(m) } func (*OperationMetadata_Step) ProtoMessage() {} func (*OperationMetadata_Step) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_7dc64a21ee38b48b, []int{1, 0} + return fileDescriptor_resources_7973d4fc0911200f, []int{1, 0} } func (m *OperationMetadata_Step) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationMetadata_Step.Unmarshal(m, b) @@ -381,7 +381,7 @@ func (m *Diagnostic) Reset() { *m = Diagnostic{} } func (m *Diagnostic) String() string { return proto.CompactTextString(m) } func (*Diagnostic) ProtoMessage() {} func (*Diagnostic) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_7dc64a21ee38b48b, []int{2} + return fileDescriptor_resources_7973d4fc0911200f, []int{2} } func (m *Diagnostic) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Diagnostic.Unmarshal(m, b) @@ -441,7 +441,7 @@ func (m *ConfigSource) Reset() { *m = ConfigSource{} } func (m *ConfigSource) String() string { return proto.CompactTextString(m) } func (*ConfigSource) ProtoMessage() {} func (*ConfigSource) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_7dc64a21ee38b48b, []int{3} + return fileDescriptor_resources_7973d4fc0911200f, []int{3} } func (m *ConfigSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfigSource.Unmarshal(m, b) @@ -492,7 +492,7 @@ func (m *ConfigFile) Reset() { *m = ConfigFile{} } func (m *ConfigFile) String() string { return proto.CompactTextString(m) } func (*ConfigFile) ProtoMessage() {} func (*ConfigFile) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_7dc64a21ee38b48b, []int{4} + return fileDescriptor_resources_7973d4fc0911200f, []int{4} } func (m *ConfigFile) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfigFile.Unmarshal(m, b) @@ -547,7 +547,7 @@ func (m *ConfigRef) Reset() { *m = ConfigRef{} } func (m *ConfigRef) String() string { return proto.CompactTextString(m) } func (*ConfigRef) ProtoMessage() {} func (*ConfigRef) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_7dc64a21ee38b48b, []int{5} + return fileDescriptor_resources_7973d4fc0911200f, []int{5} } func (m *ConfigRef) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfigRef.Unmarshal(m, b) @@ -594,7 +594,7 @@ func (m *ChangeReport) Reset() { *m = ChangeReport{} } func (m *ChangeReport) String() string { return proto.CompactTextString(m) } func (*ChangeReport) ProtoMessage() {} func (*ChangeReport) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_7dc64a21ee38b48b, []int{6} + return fileDescriptor_resources_7973d4fc0911200f, []int{6} } func (m *ChangeReport) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChangeReport.Unmarshal(m, b) @@ -661,7 +661,7 @@ func (m *Rollout) Reset() { *m = Rollout{} } func (m *Rollout) String() string { return proto.CompactTextString(m) } func (*Rollout) ProtoMessage() {} func (*Rollout) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_7dc64a21ee38b48b, []int{7} + return fileDescriptor_resources_7973d4fc0911200f, []int{7} } func (m *Rollout) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Rollout.Unmarshal(m, b) @@ -871,7 +871,7 @@ func (m *Rollout_TrafficPercentStrategy) Reset() { *m = Rollout_TrafficP func (m *Rollout_TrafficPercentStrategy) String() string { return proto.CompactTextString(m) } func (*Rollout_TrafficPercentStrategy) ProtoMessage() {} func (*Rollout_TrafficPercentStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_7dc64a21ee38b48b, []int{7, 0} + return fileDescriptor_resources_7973d4fc0911200f, []int{7, 0} } func (m *Rollout_TrafficPercentStrategy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Rollout_TrafficPercentStrategy.Unmarshal(m, b) @@ -910,7 +910,7 @@ func (m *Rollout_DeleteServiceStrategy) Reset() { *m = Rollout_DeleteSer func (m *Rollout_DeleteServiceStrategy) String() string { return proto.CompactTextString(m) } func (*Rollout_DeleteServiceStrategy) ProtoMessage() {} func (*Rollout_DeleteServiceStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_7dc64a21ee38b48b, []int{7, 1} + return fileDescriptor_resources_7973d4fc0911200f, []int{7, 1} } func (m *Rollout_DeleteServiceStrategy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Rollout_DeleteServiceStrategy.Unmarshal(m, b) @@ -950,10 +950,10 @@ func init() { } func init() { - proto.RegisterFile("google/api/servicemanagement/v1/resources.proto", fileDescriptor_resources_7dc64a21ee38b48b) + proto.RegisterFile("google/api/servicemanagement/v1/resources.proto", fileDescriptor_resources_7973d4fc0911200f) } -var fileDescriptor_resources_7dc64a21ee38b48b = []byte{ +var fileDescriptor_resources_7973d4fc0911200f = []byte{ // 1234 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xef, 0x8e, 0xdb, 0x44, 0x10, 0xaf, 0xf3, 0xef, 0x2e, 0x93, 0xbb, 0xe0, 0x6e, 0x69, 0x2f, 0x0d, 0xfd, 0x73, 0x4d, 0x85, diff --git a/googleapis/api/servicemanagement/v1/servicemanager.pb.go b/googleapis/api/servicemanagement/v1/servicemanager.pb.go index 2d54aad204..45729df925 100644 --- a/googleapis/api/servicemanagement/v1/servicemanager.pb.go +++ b/googleapis/api/servicemanagement/v1/servicemanager.pb.go @@ -55,7 +55,7 @@ func (x GetServiceConfigRequest_ConfigView) String() string { return proto.EnumName(GetServiceConfigRequest_ConfigView_name, int32(x)) } func (GetServiceConfigRequest_ConfigView) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{7, 0} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{7, 0} } // Request message for `ListServices` method. @@ -82,7 +82,7 @@ func (m *ListServicesRequest) Reset() { *m = ListServicesRequest{} } func (m *ListServicesRequest) String() string { return proto.CompactTextString(m) } func (*ListServicesRequest) ProtoMessage() {} func (*ListServicesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{0} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{0} } func (m *ListServicesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListServicesRequest.Unmarshal(m, b) @@ -145,7 +145,7 @@ func (m *ListServicesResponse) Reset() { *m = ListServicesResponse{} } func (m *ListServicesResponse) String() string { return proto.CompactTextString(m) } func (*ListServicesResponse) ProtoMessage() {} func (*ListServicesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{1} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{1} } func (m *ListServicesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListServicesResponse.Unmarshal(m, b) @@ -193,7 +193,7 @@ func (m *GetServiceRequest) Reset() { *m = GetServiceRequest{} } func (m *GetServiceRequest) String() string { return proto.CompactTextString(m) } func (*GetServiceRequest) ProtoMessage() {} func (*GetServiceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{2} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{2} } func (m *GetServiceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetServiceRequest.Unmarshal(m, b) @@ -233,7 +233,7 @@ func (m *CreateServiceRequest) Reset() { *m = CreateServiceRequest{} } func (m *CreateServiceRequest) String() string { return proto.CompactTextString(m) } func (*CreateServiceRequest) ProtoMessage() {} func (*CreateServiceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{3} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{3} } func (m *CreateServiceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateServiceRequest.Unmarshal(m, b) @@ -274,7 +274,7 @@ func (m *DeleteServiceRequest) Reset() { *m = DeleteServiceRequest{} } func (m *DeleteServiceRequest) String() string { return proto.CompactTextString(m) } func (*DeleteServiceRequest) ProtoMessage() {} func (*DeleteServiceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{4} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{4} } func (m *DeleteServiceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteServiceRequest.Unmarshal(m, b) @@ -315,7 +315,7 @@ func (m *UndeleteServiceRequest) Reset() { *m = UndeleteServiceRequest{} func (m *UndeleteServiceRequest) String() string { return proto.CompactTextString(m) } func (*UndeleteServiceRequest) ProtoMessage() {} func (*UndeleteServiceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{5} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{5} } func (m *UndeleteServiceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UndeleteServiceRequest.Unmarshal(m, b) @@ -355,7 +355,7 @@ func (m *UndeleteServiceResponse) Reset() { *m = UndeleteServiceResponse func (m *UndeleteServiceResponse) String() string { return proto.CompactTextString(m) } func (*UndeleteServiceResponse) ProtoMessage() {} func (*UndeleteServiceResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{6} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{6} } func (m *UndeleteServiceResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UndeleteServiceResponse.Unmarshal(m, b) @@ -401,7 +401,7 @@ func (m *GetServiceConfigRequest) Reset() { *m = GetServiceConfigRequest func (m *GetServiceConfigRequest) String() string { return proto.CompactTextString(m) } func (*GetServiceConfigRequest) ProtoMessage() {} func (*GetServiceConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{7} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{7} } func (m *GetServiceConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetServiceConfigRequest.Unmarshal(m, b) @@ -460,7 +460,7 @@ func (m *ListServiceConfigsRequest) Reset() { *m = ListServiceConfigsReq func (m *ListServiceConfigsRequest) String() string { return proto.CompactTextString(m) } func (*ListServiceConfigsRequest) ProtoMessage() {} func (*ListServiceConfigsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{8} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{8} } func (m *ListServiceConfigsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListServiceConfigsRequest.Unmarshal(m, b) @@ -516,7 +516,7 @@ func (m *ListServiceConfigsResponse) Reset() { *m = ListServiceConfigsRe func (m *ListServiceConfigsResponse) String() string { return proto.CompactTextString(m) } func (*ListServiceConfigsResponse) ProtoMessage() {} func (*ListServiceConfigsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{9} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{9} } func (m *ListServiceConfigsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListServiceConfigsResponse.Unmarshal(m, b) @@ -566,7 +566,7 @@ func (m *CreateServiceConfigRequest) Reset() { *m = CreateServiceConfigR func (m *CreateServiceConfigRequest) String() string { return proto.CompactTextString(m) } func (*CreateServiceConfigRequest) ProtoMessage() {} func (*CreateServiceConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{10} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{10} } func (m *CreateServiceConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateServiceConfigRequest.Unmarshal(m, b) @@ -620,7 +620,7 @@ func (m *SubmitConfigSourceRequest) Reset() { *m = SubmitConfigSourceReq func (m *SubmitConfigSourceRequest) String() string { return proto.CompactTextString(m) } func (*SubmitConfigSourceRequest) ProtoMessage() {} func (*SubmitConfigSourceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{11} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{11} } func (m *SubmitConfigSourceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SubmitConfigSourceRequest.Unmarshal(m, b) @@ -674,7 +674,7 @@ func (m *SubmitConfigSourceResponse) Reset() { *m = SubmitConfigSourceRe func (m *SubmitConfigSourceResponse) String() string { return proto.CompactTextString(m) } func (*SubmitConfigSourceResponse) ProtoMessage() {} func (*SubmitConfigSourceResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{12} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{12} } func (m *SubmitConfigSourceResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SubmitConfigSourceResponse.Unmarshal(m, b) @@ -717,7 +717,7 @@ func (m *CreateServiceRolloutRequest) Reset() { *m = CreateServiceRollou func (m *CreateServiceRolloutRequest) String() string { return proto.CompactTextString(m) } func (*CreateServiceRolloutRequest) ProtoMessage() {} func (*CreateServiceRolloutRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{13} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{13} } func (m *CreateServiceRolloutRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateServiceRolloutRequest.Unmarshal(m, b) @@ -778,7 +778,7 @@ func (m *ListServiceRolloutsRequest) Reset() { *m = ListServiceRolloutsR func (m *ListServiceRolloutsRequest) String() string { return proto.CompactTextString(m) } func (*ListServiceRolloutsRequest) ProtoMessage() {} func (*ListServiceRolloutsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{14} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{14} } func (m *ListServiceRolloutsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListServiceRolloutsRequest.Unmarshal(m, b) @@ -841,7 +841,7 @@ func (m *ListServiceRolloutsResponse) Reset() { *m = ListServiceRollouts func (m *ListServiceRolloutsResponse) String() string { return proto.CompactTextString(m) } func (*ListServiceRolloutsResponse) ProtoMessage() {} func (*ListServiceRolloutsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{15} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{15} } func (m *ListServiceRolloutsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListServiceRolloutsResponse.Unmarshal(m, b) @@ -891,7 +891,7 @@ func (m *GetServiceRolloutRequest) Reset() { *m = GetServiceRolloutReque func (m *GetServiceRolloutRequest) String() string { return proto.CompactTextString(m) } func (*GetServiceRolloutRequest) ProtoMessage() {} func (*GetServiceRolloutRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{16} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{16} } func (m *GetServiceRolloutRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetServiceRolloutRequest.Unmarshal(m, b) @@ -949,7 +949,7 @@ func (m *EnableServiceRequest) Reset() { *m = EnableServiceRequest{} } func (m *EnableServiceRequest) String() string { return proto.CompactTextString(m) } func (*EnableServiceRequest) ProtoMessage() {} func (*EnableServiceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{17} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{17} } func (m *EnableServiceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EnableServiceRequest.Unmarshal(m, b) @@ -1007,7 +1007,7 @@ func (m *DisableServiceRequest) Reset() { *m = DisableServiceRequest{} } func (m *DisableServiceRequest) String() string { return proto.CompactTextString(m) } func (*DisableServiceRequest) ProtoMessage() {} func (*DisableServiceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{18} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{18} } func (m *DisableServiceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DisableServiceRequest.Unmarshal(m, b) @@ -1064,7 +1064,7 @@ func (m *GenerateConfigReportRequest) Reset() { *m = GenerateConfigRepor func (m *GenerateConfigReportRequest) String() string { return proto.CompactTextString(m) } func (*GenerateConfigReportRequest) ProtoMessage() {} func (*GenerateConfigReportRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{19} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{19} } func (m *GenerateConfigReportRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateConfigReportRequest.Unmarshal(m, b) @@ -1120,7 +1120,7 @@ func (m *GenerateConfigReportResponse) Reset() { *m = GenerateConfigRepo func (m *GenerateConfigReportResponse) String() string { return proto.CompactTextString(m) } func (*GenerateConfigReportResponse) ProtoMessage() {} func (*GenerateConfigReportResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_servicemanager_4e8bfa8c1a5263e5, []int{20} + return fileDescriptor_servicemanager_f197734cdf6c7769, []int{20} } func (m *GenerateConfigReportResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateConfigReportResponse.Unmarshal(m, b) @@ -1916,10 +1916,10 @@ var _ServiceManager_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/api/servicemanagement/v1/servicemanager.proto", fileDescriptor_servicemanager_4e8bfa8c1a5263e5) + proto.RegisterFile("google/api/servicemanagement/v1/servicemanager.proto", fileDescriptor_servicemanager_f197734cdf6c7769) } -var fileDescriptor_servicemanager_4e8bfa8c1a5263e5 = []byte{ +var fileDescriptor_servicemanager_f197734cdf6c7769 = []byte{ // 1447 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0xcf, 0x6f, 0xdc, 0x44, 0x14, 0x66, 0x36, 0x69, 0x9b, 0xbc, 0x64, 0xb7, 0xed, 0x64, 0x69, 0xb6, 0x9b, 0x46, 0x4d, 0x9c, diff --git a/googleapis/appengine/legacy/audit_data.pb.go b/googleapis/appengine/legacy/audit_data.pb.go index 259aa05660..35eb04056f 100644 --- a/googleapis/appengine/legacy/audit_data.pb.go +++ b/googleapis/appengine/legacy/audit_data.pb.go @@ -35,7 +35,7 @@ func (m *AuditData) Reset() { *m = AuditData{} } func (m *AuditData) String() string { return proto.CompactTextString(m) } func (*AuditData) ProtoMessage() {} func (*AuditData) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_3c156138bff33477, []int{0} + return fileDescriptor_audit_data_37c3913c9f749e98, []int{0} } func (m *AuditData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AuditData.Unmarshal(m, b) @@ -75,10 +75,10 @@ func init() { } func init() { - proto.RegisterFile("google/appengine/legacy/audit_data.proto", fileDescriptor_audit_data_3c156138bff33477) + proto.RegisterFile("google/appengine/legacy/audit_data.proto", fileDescriptor_audit_data_37c3913c9f749e98) } -var fileDescriptor_audit_data_3c156138bff33477 = []byte{ +var fileDescriptor_audit_data_37c3913c9f749e98 = []byte{ // 247 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x90, 0x4f, 0x4b, 0x03, 0x31, 0x10, 0xc5, 0xc9, 0x16, 0x85, 0x1d, 0xb5, 0x48, 0x10, 0x5c, 0xf4, 0x52, 0xf4, 0xb2, 0xa7, 0x04, diff --git a/googleapis/appengine/logging/v1/request_log.pb.go b/googleapis/appengine/logging/v1/request_log.pb.go index f08525c877..ebf475b88d 100644 --- a/googleapis/appengine/logging/v1/request_log.pb.go +++ b/googleapis/appengine/logging/v1/request_log.pb.go @@ -40,7 +40,7 @@ func (m *LogLine) Reset() { *m = LogLine{} } func (m *LogLine) String() string { return proto.CompactTextString(m) } func (*LogLine) ProtoMessage() {} func (*LogLine) Descriptor() ([]byte, []int) { - return fileDescriptor_request_log_37a4f6b2ce322711, []int{0} + return fileDescriptor_request_log_d8583300719546b7, []int{0} } func (m *LogLine) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogLine.Unmarshal(m, b) @@ -111,7 +111,7 @@ func (m *SourceLocation) Reset() { *m = SourceLocation{} } func (m *SourceLocation) String() string { return proto.CompactTextString(m) } func (*SourceLocation) ProtoMessage() {} func (*SourceLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_request_log_37a4f6b2ce322711, []int{1} + return fileDescriptor_request_log_d8583300719546b7, []int{1} } func (m *SourceLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SourceLocation.Unmarshal(m, b) @@ -170,7 +170,7 @@ func (m *SourceReference) Reset() { *m = SourceReference{} } func (m *SourceReference) String() string { return proto.CompactTextString(m) } func (*SourceReference) ProtoMessage() {} func (*SourceReference) Descriptor() ([]byte, []int) { - return fileDescriptor_request_log_37a4f6b2ce322711, []int{2} + return fileDescriptor_request_log_d8583300719546b7, []int{2} } func (m *SourceReference) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SourceReference.Unmarshal(m, b) @@ -298,7 +298,7 @@ func (m *RequestLog) Reset() { *m = RequestLog{} } func (m *RequestLog) String() string { return proto.CompactTextString(m) } func (*RequestLog) ProtoMessage() {} func (*RequestLog) Descriptor() ([]byte, []int) { - return fileDescriptor_request_log_37a4f6b2ce322711, []int{3} + return fileDescriptor_request_log_d8583300719546b7, []int{3} } func (m *RequestLog) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RequestLog.Unmarshal(m, b) @@ -550,10 +550,10 @@ func init() { } func init() { - proto.RegisterFile("google/appengine/logging/v1/request_log.proto", fileDescriptor_request_log_37a4f6b2ce322711) + proto.RegisterFile("google/appengine/logging/v1/request_log.proto", fileDescriptor_request_log_d8583300719546b7) } -var fileDescriptor_request_log_37a4f6b2ce322711 = []byte{ +var fileDescriptor_request_log_d8583300719546b7 = []byte{ // 921 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0x7f, 0x6f, 0x1c, 0x35, 0x10, 0xd5, 0xe6, 0xe7, 0x9d, 0x2f, 0xb9, 0xa4, 0xa6, 0x2d, 0x4e, 0x42, 0x9b, 0x23, 0xd0, 0x70, diff --git a/googleapis/appengine/v1/app_yaml.pb.go b/googleapis/appengine/v1/app_yaml.pb.go index 3ec567418a..dc395d5c4f 100644 --- a/googleapis/appengine/v1/app_yaml.pb.go +++ b/googleapis/appengine/v1/app_yaml.pb.go @@ -49,7 +49,7 @@ func (x AuthFailAction) String() string { return proto.EnumName(AuthFailAction_name, int32(x)) } func (AuthFailAction) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_app_yaml_54d292683d9ed7b2, []int{0} + return fileDescriptor_app_yaml_a3518fc0a16627c5, []int{0} } // Methods to restrict access to a URL based on login status. @@ -88,7 +88,7 @@ func (x LoginRequirement) String() string { return proto.EnumName(LoginRequirement_name, int32(x)) } func (LoginRequirement) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_app_yaml_54d292683d9ed7b2, []int{1} + return fileDescriptor_app_yaml_a3518fc0a16627c5, []int{1} } // Methods to enforce security (HTTPS) on a URL. @@ -133,7 +133,7 @@ func (x SecurityLevel) String() string { return proto.EnumName(SecurityLevel_name, int32(x)) } func (SecurityLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_app_yaml_54d292683d9ed7b2, []int{2} + return fileDescriptor_app_yaml_a3518fc0a16627c5, []int{2} } // Error codes. @@ -172,7 +172,7 @@ func (x ErrorHandler_ErrorCode) String() string { return proto.EnumName(ErrorHandler_ErrorCode_name, int32(x)) } func (ErrorHandler_ErrorCode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_app_yaml_54d292683d9ed7b2, []int{1, 0} + return fileDescriptor_app_yaml_a3518fc0a16627c5, []int{1, 0} } // Redirect codes. @@ -210,7 +210,7 @@ func (x UrlMap_RedirectHttpResponseCode) String() string { return proto.EnumName(UrlMap_RedirectHttpResponseCode_name, int32(x)) } func (UrlMap_RedirectHttpResponseCode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_app_yaml_54d292683d9ed7b2, []int{2, 0} + return fileDescriptor_app_yaml_a3518fc0a16627c5, []int{2, 0} } // [Google Cloud @@ -238,7 +238,7 @@ func (m *ApiConfigHandler) Reset() { *m = ApiConfigHandler{} } func (m *ApiConfigHandler) String() string { return proto.CompactTextString(m) } func (*ApiConfigHandler) ProtoMessage() {} func (*ApiConfigHandler) Descriptor() ([]byte, []int) { - return fileDescriptor_app_yaml_54d292683d9ed7b2, []int{0} + return fileDescriptor_app_yaml_a3518fc0a16627c5, []int{0} } func (m *ApiConfigHandler) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApiConfigHandler.Unmarshal(m, b) @@ -310,7 +310,7 @@ func (m *ErrorHandler) Reset() { *m = ErrorHandler{} } func (m *ErrorHandler) String() string { return proto.CompactTextString(m) } func (*ErrorHandler) ProtoMessage() {} func (*ErrorHandler) Descriptor() ([]byte, []int) { - return fileDescriptor_app_yaml_54d292683d9ed7b2, []int{1} + return fileDescriptor_app_yaml_a3518fc0a16627c5, []int{1} } func (m *ErrorHandler) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorHandler.Unmarshal(m, b) @@ -386,7 +386,7 @@ func (m *UrlMap) Reset() { *m = UrlMap{} } func (m *UrlMap) String() string { return proto.CompactTextString(m) } func (*UrlMap) ProtoMessage() {} func (*UrlMap) Descriptor() ([]byte, []int) { - return fileDescriptor_app_yaml_54d292683d9ed7b2, []int{2} + return fileDescriptor_app_yaml_a3518fc0a16627c5, []int{2} } func (m *UrlMap) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UrlMap.Unmarshal(m, b) @@ -624,7 +624,7 @@ func (m *StaticFilesHandler) Reset() { *m = StaticFilesHandler{} } func (m *StaticFilesHandler) String() string { return proto.CompactTextString(m) } func (*StaticFilesHandler) ProtoMessage() {} func (*StaticFilesHandler) Descriptor() ([]byte, []int) { - return fileDescriptor_app_yaml_54d292683d9ed7b2, []int{3} + return fileDescriptor_app_yaml_a3518fc0a16627c5, []int{3} } func (m *StaticFilesHandler) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StaticFilesHandler.Unmarshal(m, b) @@ -706,7 +706,7 @@ func (m *ScriptHandler) Reset() { *m = ScriptHandler{} } func (m *ScriptHandler) String() string { return proto.CompactTextString(m) } func (*ScriptHandler) ProtoMessage() {} func (*ScriptHandler) Descriptor() ([]byte, []int) { - return fileDescriptor_app_yaml_54d292683d9ed7b2, []int{4} + return fileDescriptor_app_yaml_a3518fc0a16627c5, []int{4} } func (m *ScriptHandler) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ScriptHandler.Unmarshal(m, b) @@ -746,7 +746,7 @@ func (m *ApiEndpointHandler) Reset() { *m = ApiEndpointHandler{} } func (m *ApiEndpointHandler) String() string { return proto.CompactTextString(m) } func (*ApiEndpointHandler) ProtoMessage() {} func (*ApiEndpointHandler) Descriptor() ([]byte, []int) { - return fileDescriptor_app_yaml_54d292683d9ed7b2, []int{5} + return fileDescriptor_app_yaml_a3518fc0a16627c5, []int{5} } func (m *ApiEndpointHandler) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApiEndpointHandler.Unmarshal(m, b) @@ -804,7 +804,7 @@ func (m *HealthCheck) Reset() { *m = HealthCheck{} } func (m *HealthCheck) String() string { return proto.CompactTextString(m) } func (*HealthCheck) ProtoMessage() {} func (*HealthCheck) Descriptor() ([]byte, []int) { - return fileDescriptor_app_yaml_54d292683d9ed7b2, []int{6} + return fileDescriptor_app_yaml_a3518fc0a16627c5, []int{6} } func (m *HealthCheck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HealthCheck.Unmarshal(m, b) @@ -888,7 +888,7 @@ func (m *Library) Reset() { *m = Library{} } func (m *Library) String() string { return proto.CompactTextString(m) } func (*Library) ProtoMessage() {} func (*Library) Descriptor() ([]byte, []int) { - return fileDescriptor_app_yaml_54d292683d9ed7b2, []int{7} + return fileDescriptor_app_yaml_a3518fc0a16627c5, []int{7} } func (m *Library) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Library.Unmarshal(m, b) @@ -940,10 +940,10 @@ func init() { } func init() { - proto.RegisterFile("google/appengine/v1/app_yaml.proto", fileDescriptor_app_yaml_54d292683d9ed7b2) + proto.RegisterFile("google/appengine/v1/app_yaml.proto", fileDescriptor_app_yaml_a3518fc0a16627c5) } -var fileDescriptor_app_yaml_54d292683d9ed7b2 = []byte{ +var fileDescriptor_app_yaml_a3518fc0a16627c5 = []byte{ // 1232 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0xdd, 0x6e, 0x13, 0x47, 0x14, 0xc6, 0x76, 0x7e, 0x8f, 0x1d, 0xb3, 0x99, 0x00, 0x75, 0x02, 0x94, 0xd4, 0xa8, 0x02, 0x25, diff --git a/googleapis/appengine/v1/appengine.pb.go b/googleapis/appengine/v1/appengine.pb.go index 336ae9d841..d5fb026227 100644 --- a/googleapis/appengine/v1/appengine.pb.go +++ b/googleapis/appengine/v1/appengine.pb.go @@ -55,7 +55,7 @@ func (x VersionView) String() string { return proto.EnumName(VersionView_name, int32(x)) } func (VersionView) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{0} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{0} } // Request message for `Applications.GetApplication`. @@ -71,7 +71,7 @@ func (m *GetApplicationRequest) Reset() { *m = GetApplicationRequest{} } func (m *GetApplicationRequest) String() string { return proto.CompactTextString(m) } func (*GetApplicationRequest) ProtoMessage() {} func (*GetApplicationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{0} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{0} } func (m *GetApplicationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetApplicationRequest.Unmarshal(m, b) @@ -111,7 +111,7 @@ func (m *RepairApplicationRequest) Reset() { *m = RepairApplicationReque func (m *RepairApplicationRequest) String() string { return proto.CompactTextString(m) } func (*RepairApplicationRequest) ProtoMessage() {} func (*RepairApplicationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{1} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{1} } func (m *RepairApplicationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RepairApplicationRequest.Unmarshal(m, b) @@ -155,7 +155,7 @@ func (m *ListServicesRequest) Reset() { *m = ListServicesRequest{} } func (m *ListServicesRequest) String() string { return proto.CompactTextString(m) } func (*ListServicesRequest) ProtoMessage() {} func (*ListServicesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{2} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{2} } func (m *ListServicesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListServicesRequest.Unmarshal(m, b) @@ -211,7 +211,7 @@ func (m *ListServicesResponse) Reset() { *m = ListServicesResponse{} } func (m *ListServicesResponse) String() string { return proto.CompactTextString(m) } func (*ListServicesResponse) ProtoMessage() {} func (*ListServicesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{3} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{3} } func (m *ListServicesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListServicesResponse.Unmarshal(m, b) @@ -258,7 +258,7 @@ func (m *GetServiceRequest) Reset() { *m = GetServiceRequest{} } func (m *GetServiceRequest) String() string { return proto.CompactTextString(m) } func (*GetServiceRequest) ProtoMessage() {} func (*GetServiceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{4} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{4} } func (m *GetServiceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetServiceRequest.Unmarshal(m, b) @@ -319,7 +319,7 @@ func (m *UpdateServiceRequest) Reset() { *m = UpdateServiceRequest{} } func (m *UpdateServiceRequest) String() string { return proto.CompactTextString(m) } func (*UpdateServiceRequest) ProtoMessage() {} func (*UpdateServiceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{5} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{5} } func (m *UpdateServiceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateServiceRequest.Unmarshal(m, b) @@ -380,7 +380,7 @@ func (m *DeleteServiceRequest) Reset() { *m = DeleteServiceRequest{} } func (m *DeleteServiceRequest) String() string { return proto.CompactTextString(m) } func (*DeleteServiceRequest) ProtoMessage() {} func (*DeleteServiceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{6} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{6} } func (m *DeleteServiceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteServiceRequest.Unmarshal(m, b) @@ -427,7 +427,7 @@ func (m *ListVersionsRequest) Reset() { *m = ListVersionsRequest{} } func (m *ListVersionsRequest) String() string { return proto.CompactTextString(m) } func (*ListVersionsRequest) ProtoMessage() {} func (*ListVersionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{7} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{7} } func (m *ListVersionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVersionsRequest.Unmarshal(m, b) @@ -490,7 +490,7 @@ func (m *ListVersionsResponse) Reset() { *m = ListVersionsResponse{} } func (m *ListVersionsResponse) String() string { return proto.CompactTextString(m) } func (*ListVersionsResponse) ProtoMessage() {} func (*ListVersionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{8} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{8} } func (m *ListVersionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVersionsResponse.Unmarshal(m, b) @@ -540,7 +540,7 @@ func (m *GetVersionRequest) Reset() { *m = GetVersionRequest{} } func (m *GetVersionRequest) String() string { return proto.CompactTextString(m) } func (*GetVersionRequest) ProtoMessage() {} func (*GetVersionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{9} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{9} } func (m *GetVersionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetVersionRequest.Unmarshal(m, b) @@ -590,7 +590,7 @@ func (m *CreateVersionRequest) Reset() { *m = CreateVersionRequest{} } func (m *CreateVersionRequest) String() string { return proto.CompactTextString(m) } func (*CreateVersionRequest) ProtoMessage() {} func (*CreateVersionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{10} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{10} } func (m *CreateVersionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateVersionRequest.Unmarshal(m, b) @@ -643,7 +643,7 @@ func (m *UpdateVersionRequest) Reset() { *m = UpdateVersionRequest{} } func (m *UpdateVersionRequest) String() string { return proto.CompactTextString(m) } func (*UpdateVersionRequest) ProtoMessage() {} func (*UpdateVersionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{11} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{11} } func (m *UpdateVersionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateVersionRequest.Unmarshal(m, b) @@ -698,7 +698,7 @@ func (m *DeleteVersionRequest) Reset() { *m = DeleteVersionRequest{} } func (m *DeleteVersionRequest) String() string { return proto.CompactTextString(m) } func (*DeleteVersionRequest) ProtoMessage() {} func (*DeleteVersionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{12} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{12} } func (m *DeleteVersionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteVersionRequest.Unmarshal(m, b) @@ -743,7 +743,7 @@ func (m *ListInstancesRequest) Reset() { *m = ListInstancesRequest{} } func (m *ListInstancesRequest) String() string { return proto.CompactTextString(m) } func (*ListInstancesRequest) ProtoMessage() {} func (*ListInstancesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{13} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{13} } func (m *ListInstancesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInstancesRequest.Unmarshal(m, b) @@ -799,7 +799,7 @@ func (m *ListInstancesResponse) Reset() { *m = ListInstancesResponse{} } func (m *ListInstancesResponse) String() string { return proto.CompactTextString(m) } func (*ListInstancesResponse) ProtoMessage() {} func (*ListInstancesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{14} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{14} } func (m *ListInstancesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInstancesResponse.Unmarshal(m, b) @@ -847,7 +847,7 @@ func (m *GetInstanceRequest) Reset() { *m = GetInstanceRequest{} } func (m *GetInstanceRequest) String() string { return proto.CompactTextString(m) } func (*GetInstanceRequest) ProtoMessage() {} func (*GetInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{15} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{15} } func (m *GetInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetInstanceRequest.Unmarshal(m, b) @@ -888,7 +888,7 @@ func (m *DeleteInstanceRequest) Reset() { *m = DeleteInstanceRequest{} } func (m *DeleteInstanceRequest) String() string { return proto.CompactTextString(m) } func (*DeleteInstanceRequest) ProtoMessage() {} func (*DeleteInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{16} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{16} } func (m *DeleteInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteInstanceRequest.Unmarshal(m, b) @@ -929,7 +929,7 @@ func (m *DebugInstanceRequest) Reset() { *m = DebugInstanceRequest{} } func (m *DebugInstanceRequest) String() string { return proto.CompactTextString(m) } func (*DebugInstanceRequest) ProtoMessage() {} func (*DebugInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_appengine_a92cadbde9846b77, []int{17} + return fileDescriptor_appengine_4ea48fc042b3846d, []int{17} } func (m *DebugInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DebugInstanceRequest.Unmarshal(m, b) @@ -1688,10 +1688,10 @@ var _Applications_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/appengine/v1/appengine.proto", fileDescriptor_appengine_a92cadbde9846b77) + proto.RegisterFile("google/appengine/v1/appengine.proto", fileDescriptor_appengine_4ea48fc042b3846d) } -var fileDescriptor_appengine_a92cadbde9846b77 = []byte{ +var fileDescriptor_appengine_4ea48fc042b3846d = []byte{ // 1134 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xdf, 0x6f, 0xdb, 0x54, 0x14, 0xc6, 0x6d, 0xba, 0x25, 0x27, 0x6b, 0xb6, 0xde, 0xb6, 0x10, 0xbc, 0x76, 0x0a, 0x1e, 0x2c, diff --git a/googleapis/appengine/v1/application.pb.go b/googleapis/appengine/v1/application.pb.go index 2d619c2bff..e54c2cf078 100644 --- a/googleapis/appengine/v1/application.pb.go +++ b/googleapis/appengine/v1/application.pb.go @@ -85,7 +85,7 @@ func (m *Application) Reset() { *m = Application{} } func (m *Application) String() string { return proto.CompactTextString(m) } func (*Application) ProtoMessage() {} func (*Application) Descriptor() ([]byte, []int) { - return fileDescriptor_application_8376614ded493b3c, []int{0} + return fileDescriptor_application_ac9d8695b16963cf, []int{0} } func (m *Application) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Application.Unmarshal(m, b) @@ -193,7 +193,7 @@ func (m *UrlDispatchRule) Reset() { *m = UrlDispatchRule{} } func (m *UrlDispatchRule) String() string { return proto.CompactTextString(m) } func (*UrlDispatchRule) ProtoMessage() {} func (*UrlDispatchRule) Descriptor() ([]byte, []int) { - return fileDescriptor_application_8376614ded493b3c, []int{1} + return fileDescriptor_application_ac9d8695b16963cf, []int{1} } func (m *UrlDispatchRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UrlDispatchRule.Unmarshal(m, b) @@ -240,10 +240,10 @@ func init() { } func init() { - proto.RegisterFile("google/appengine/v1/application.proto", fileDescriptor_application_8376614ded493b3c) + proto.RegisterFile("google/appengine/v1/application.proto", fileDescriptor_application_ac9d8695b16963cf) } -var fileDescriptor_application_8376614ded493b3c = []byte{ +var fileDescriptor_application_ac9d8695b16963cf = []byte{ // 409 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x92, 0x5f, 0x6b, 0xdb, 0x30, 0x14, 0xc5, 0x71, 0x3c, 0x92, 0x45, 0x5e, 0xfe, 0xa0, 0xc1, 0xa2, 0x84, 0xb1, 0x85, 0xb0, 0x40, diff --git a/googleapis/appengine/v1/audit_data.pb.go b/googleapis/appengine/v1/audit_data.pb.go index d232bd125f..8e4c4b2e59 100644 --- a/googleapis/appengine/v1/audit_data.pb.go +++ b/googleapis/appengine/v1/audit_data.pb.go @@ -39,7 +39,7 @@ func (m *AuditData) Reset() { *m = AuditData{} } func (m *AuditData) String() string { return proto.CompactTextString(m) } func (*AuditData) ProtoMessage() {} func (*AuditData) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_9496dc755f7c7674, []int{0} + return fileDescriptor_audit_data_60458bc78538b81a, []int{0} } func (m *AuditData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AuditData.Unmarshal(m, b) @@ -183,7 +183,7 @@ func (m *UpdateServiceMethod) Reset() { *m = UpdateServiceMethod{} } func (m *UpdateServiceMethod) String() string { return proto.CompactTextString(m) } func (*UpdateServiceMethod) ProtoMessage() {} func (*UpdateServiceMethod) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_9496dc755f7c7674, []int{1} + return fileDescriptor_audit_data_60458bc78538b81a, []int{1} } func (m *UpdateServiceMethod) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateServiceMethod.Unmarshal(m, b) @@ -223,7 +223,7 @@ func (m *CreateVersionMethod) Reset() { *m = CreateVersionMethod{} } func (m *CreateVersionMethod) String() string { return proto.CompactTextString(m) } func (*CreateVersionMethod) ProtoMessage() {} func (*CreateVersionMethod) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_9496dc755f7c7674, []int{2} + return fileDescriptor_audit_data_60458bc78538b81a, []int{2} } func (m *CreateVersionMethod) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateVersionMethod.Unmarshal(m, b) @@ -257,10 +257,10 @@ func init() { } func init() { - proto.RegisterFile("google/appengine/v1/audit_data.proto", fileDescriptor_audit_data_9496dc755f7c7674) + proto.RegisterFile("google/appengine/v1/audit_data.proto", fileDescriptor_audit_data_60458bc78538b81a) } -var fileDescriptor_audit_data_9496dc755f7c7674 = []byte{ +var fileDescriptor_audit_data_60458bc78538b81a = []byte{ // 290 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xb1, 0x4e, 0xc3, 0x30, 0x10, 0x86, 0x09, 0x43, 0x01, 0x23, 0x3a, 0xa4, 0x03, 0x55, 0x07, 0x84, 0x0a, 0x43, 0x59, 0x1c, diff --git a/googleapis/appengine/v1/deploy.pb.go b/googleapis/appengine/v1/deploy.pb.go index 160f7b31d2..8003902506 100644 --- a/googleapis/appengine/v1/deploy.pb.go +++ b/googleapis/appengine/v1/deploy.pb.go @@ -39,7 +39,7 @@ func (m *Deployment) Reset() { *m = Deployment{} } func (m *Deployment) String() string { return proto.CompactTextString(m) } func (*Deployment) ProtoMessage() {} func (*Deployment) Descriptor() ([]byte, []int) { - return fileDescriptor_deploy_4a59a9192bf081bb, []int{0} + return fileDescriptor_deploy_c2d1a3b963500eae, []int{0} } func (m *Deployment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Deployment.Unmarshal(m, b) @@ -102,7 +102,7 @@ func (m *FileInfo) Reset() { *m = FileInfo{} } func (m *FileInfo) String() string { return proto.CompactTextString(m) } func (*FileInfo) ProtoMessage() {} func (*FileInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_deploy_4a59a9192bf081bb, []int{1} + return fileDescriptor_deploy_c2d1a3b963500eae, []int{1} } func (m *FileInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FileInfo.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *ContainerInfo) Reset() { *m = ContainerInfo{} } func (m *ContainerInfo) String() string { return proto.CompactTextString(m) } func (*ContainerInfo) ProtoMessage() {} func (*ContainerInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_deploy_4a59a9192bf081bb, []int{2} + return fileDescriptor_deploy_c2d1a3b963500eae, []int{2} } func (m *ContainerInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ContainerInfo.Unmarshal(m, b) @@ -204,7 +204,7 @@ func (m *ZipInfo) Reset() { *m = ZipInfo{} } func (m *ZipInfo) String() string { return proto.CompactTextString(m) } func (*ZipInfo) ProtoMessage() {} func (*ZipInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_deploy_4a59a9192bf081bb, []int{3} + return fileDescriptor_deploy_c2d1a3b963500eae, []int{3} } func (m *ZipInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ZipInfo.Unmarshal(m, b) @@ -247,10 +247,10 @@ func init() { } func init() { - proto.RegisterFile("google/appengine/v1/deploy.proto", fileDescriptor_deploy_4a59a9192bf081bb) + proto.RegisterFile("google/appengine/v1/deploy.proto", fileDescriptor_deploy_c2d1a3b963500eae) } -var fileDescriptor_deploy_4a59a9192bf081bb = []byte{ +var fileDescriptor_deploy_c2d1a3b963500eae = []byte{ // 394 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x92, 0xd1, 0xab, 0xd3, 0x30, 0x14, 0xc6, 0xe9, 0x6a, 0xbd, 0xeb, 0x29, 0x82, 0x44, 0xc1, 0x7a, 0xbd, 0x17, 0x4b, 0x41, 0x28, diff --git a/googleapis/appengine/v1/instance.pb.go b/googleapis/appengine/v1/instance.pb.go index 9b6988e0cd..0adf2e63ce 100644 --- a/googleapis/appengine/v1/instance.pb.go +++ b/googleapis/appengine/v1/instance.pb.go @@ -44,7 +44,7 @@ func (x Instance_Availability) String() string { return proto.EnumName(Instance_Availability_name, int32(x)) } func (Instance_Availability) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_instance_ed8fdb20d85c31c6, []int{0, 0} + return fileDescriptor_instance_db2e4a2fffd7a808, []int{0, 0} } // An Instance resource is the computing unit that App Engine uses to @@ -126,7 +126,7 @@ func (m *Instance) Reset() { *m = Instance{} } func (m *Instance) String() string { return proto.CompactTextString(m) } func (*Instance) ProtoMessage() {} func (*Instance) Descriptor() ([]byte, []int) { - return fileDescriptor_instance_ed8fdb20d85c31c6, []int{0} + return fileDescriptor_instance_db2e4a2fffd7a808, []int{0} } func (m *Instance) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Instance.Unmarshal(m, b) @@ -257,10 +257,10 @@ func init() { } func init() { - proto.RegisterFile("google/appengine/v1/instance.proto", fileDescriptor_instance_ed8fdb20d85c31c6) + proto.RegisterFile("google/appengine/v1/instance.proto", fileDescriptor_instance_db2e4a2fffd7a808) } -var fileDescriptor_instance_ed8fdb20d85c31c6 = []byte{ +var fileDescriptor_instance_db2e4a2fffd7a808 = []byte{ // 521 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x53, 0x5d, 0x6b, 0xdb, 0x3c, 0x14, 0x7e, 0x9d, 0xb6, 0xa9, 0x73, 0xe2, 0x26, 0x46, 0x85, 0xb7, 0x22, 0x1b, 0xcc, 0xcb, 0xcd, diff --git a/googleapis/appengine/v1/location.pb.go b/googleapis/appengine/v1/location.pb.go index 72397ee12c..1a05129802 100644 --- a/googleapis/appengine/v1/location.pb.go +++ b/googleapis/appengine/v1/location.pb.go @@ -40,7 +40,7 @@ func (m *LocationMetadata) Reset() { *m = LocationMetadata{} } func (m *LocationMetadata) String() string { return proto.CompactTextString(m) } func (*LocationMetadata) ProtoMessage() {} func (*LocationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_location_912f97d845a50ade, []int{0} + return fileDescriptor_location_d54799c7cf43fb8a, []int{0} } func (m *LocationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationMetadata.Unmarshal(m, b) @@ -79,10 +79,10 @@ func init() { } func init() { - proto.RegisterFile("google/appengine/v1/location.proto", fileDescriptor_location_912f97d845a50ade) + proto.RegisterFile("google/appengine/v1/location.proto", fileDescriptor_location_d54799c7cf43fb8a) } -var fileDescriptor_location_912f97d845a50ade = []byte{ +var fileDescriptor_location_d54799c7cf43fb8a = []byte{ // 236 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x90, 0x41, 0x4b, 0xc3, 0x40, 0x10, 0x85, 0x89, 0x88, 0x48, 0x40, 0x90, 0x7a, 0xb0, 0x94, 0x22, 0xd2, 0x93, 0xa7, 0x5d, 0x8a, diff --git a/googleapis/appengine/v1/operation.pb.go b/googleapis/appengine/v1/operation.pb.go index 32e34b59c8..7c5b0db41e 100644 --- a/googleapis/appengine/v1/operation.pb.go +++ b/googleapis/appengine/v1/operation.pb.go @@ -54,7 +54,7 @@ func (m *OperationMetadataV1) Reset() { *m = OperationMetadataV1{} } func (m *OperationMetadataV1) String() string { return proto.CompactTextString(m) } func (*OperationMetadataV1) ProtoMessage() {} func (*OperationMetadataV1) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_85c0c218be0d371d, []int{0} + return fileDescriptor_operation_326b57a977d1c44b, []int{0} } func (m *OperationMetadataV1) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationMetadataV1.Unmarshal(m, b) @@ -114,10 +114,10 @@ func init() { } func init() { - proto.RegisterFile("google/appengine/v1/operation.proto", fileDescriptor_operation_85c0c218be0d371d) + proto.RegisterFile("google/appengine/v1/operation.proto", fileDescriptor_operation_326b57a977d1c44b) } -var fileDescriptor_operation_85c0c218be0d371d = []byte{ +var fileDescriptor_operation_326b57a977d1c44b = []byte{ // 271 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0x41, 0x4b, 0x03, 0x31, 0x10, 0x85, 0x59, 0xad, 0x55, 0x53, 0xf0, 0xb0, 0x05, 0x5d, 0x16, 0xc1, 0xa2, 0x97, 0x9e, 0x12, diff --git a/googleapis/appengine/v1/service.pb.go b/googleapis/appengine/v1/service.pb.go index 3aa9a57898..d275e39fae 100644 --- a/googleapis/appengine/v1/service.pb.go +++ b/googleapis/appengine/v1/service.pb.go @@ -48,7 +48,7 @@ func (x TrafficSplit_ShardBy) String() string { return proto.EnumName(TrafficSplit_ShardBy_name, int32(x)) } func (TrafficSplit_ShardBy) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_service_4cf1d18bc9c1fb44, []int{1, 0} + return fileDescriptor_service_5cc1e3a69330c73e, []int{1, 0} } // A Service resource is a logical component of an application that can share @@ -81,7 +81,7 @@ func (m *Service) Reset() { *m = Service{} } func (m *Service) String() string { return proto.CompactTextString(m) } func (*Service) ProtoMessage() {} func (*Service) Descriptor() ([]byte, []int) { - return fileDescriptor_service_4cf1d18bc9c1fb44, []int{0} + return fileDescriptor_service_5cc1e3a69330c73e, []int{0} } func (m *Service) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Service.Unmarshal(m, b) @@ -147,7 +147,7 @@ func (m *TrafficSplit) Reset() { *m = TrafficSplit{} } func (m *TrafficSplit) String() string { return proto.CompactTextString(m) } func (*TrafficSplit) ProtoMessage() {} func (*TrafficSplit) Descriptor() ([]byte, []int) { - return fileDescriptor_service_4cf1d18bc9c1fb44, []int{1} + return fileDescriptor_service_5cc1e3a69330c73e, []int{1} } func (m *TrafficSplit) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TrafficSplit.Unmarshal(m, b) @@ -189,10 +189,10 @@ func init() { } func init() { - proto.RegisterFile("google/appengine/v1/service.proto", fileDescriptor_service_4cf1d18bc9c1fb44) + proto.RegisterFile("google/appengine/v1/service.proto", fileDescriptor_service_5cc1e3a69330c73e) } -var fileDescriptor_service_4cf1d18bc9c1fb44 = []byte{ +var fileDescriptor_service_5cc1e3a69330c73e = []byte{ // 356 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x51, 0x8b, 0xda, 0x40, 0x10, 0xc7, 0x9b, 0xb5, 0x6a, 0x3b, 0x11, 0x1b, 0xb6, 0x85, 0x06, 0xe9, 0x83, 0xfa, 0x64, 0x5f, diff --git a/googleapis/appengine/v1/version.pb.go b/googleapis/appengine/v1/version.pb.go index 5d84620816..a581910f40 100644 --- a/googleapis/appengine/v1/version.pb.go +++ b/googleapis/appengine/v1/version.pb.go @@ -73,7 +73,7 @@ func (x InboundServiceType) String() string { return proto.EnumName(InboundServiceType_name, int32(x)) } func (InboundServiceType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_version_8e5786bd40ede622, []int{0} + return fileDescriptor_version_af454e22c8704a00, []int{0} } // Run states of a version. @@ -106,7 +106,7 @@ func (x ServingStatus) String() string { return proto.EnumName(ServingStatus_name, int32(x)) } func (ServingStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_version_8e5786bd40ede622, []int{1} + return fileDescriptor_version_af454e22c8704a00, []int{1} } // A Version resource is a specific set of source code and configuration files @@ -236,7 +236,7 @@ func (m *Version) Reset() { *m = Version{} } func (m *Version) String() string { return proto.CompactTextString(m) } func (*Version) ProtoMessage() {} func (*Version) Descriptor() ([]byte, []int) { - return fileDescriptor_version_8e5786bd40ede622, []int{0} + return fileDescriptor_version_af454e22c8704a00, []int{0} } func (m *Version) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Version.Unmarshal(m, b) @@ -620,7 +620,7 @@ func (m *AutomaticScaling) Reset() { *m = AutomaticScaling{} } func (m *AutomaticScaling) String() string { return proto.CompactTextString(m) } func (*AutomaticScaling) ProtoMessage() {} func (*AutomaticScaling) Descriptor() ([]byte, []int) { - return fileDescriptor_version_8e5786bd40ede622, []int{1} + return fileDescriptor_version_af454e22c8704a00, []int{1} } func (m *AutomaticScaling) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AutomaticScaling.Unmarshal(m, b) @@ -743,7 +743,7 @@ func (m *BasicScaling) Reset() { *m = BasicScaling{} } func (m *BasicScaling) String() string { return proto.CompactTextString(m) } func (*BasicScaling) ProtoMessage() {} func (*BasicScaling) Descriptor() ([]byte, []int) { - return fileDescriptor_version_8e5786bd40ede622, []int{2} + return fileDescriptor_version_af454e22c8704a00, []int{2} } func (m *BasicScaling) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BasicScaling.Unmarshal(m, b) @@ -795,7 +795,7 @@ func (m *ManualScaling) Reset() { *m = ManualScaling{} } func (m *ManualScaling) String() string { return proto.CompactTextString(m) } func (*ManualScaling) ProtoMessage() {} func (*ManualScaling) Descriptor() ([]byte, []int) { - return fileDescriptor_version_8e5786bd40ede622, []int{3} + return fileDescriptor_version_af454e22c8704a00, []int{3} } func (m *ManualScaling) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ManualScaling.Unmarshal(m, b) @@ -838,7 +838,7 @@ func (m *CpuUtilization) Reset() { *m = CpuUtilization{} } func (m *CpuUtilization) String() string { return proto.CompactTextString(m) } func (*CpuUtilization) ProtoMessage() {} func (*CpuUtilization) Descriptor() ([]byte, []int) { - return fileDescriptor_version_8e5786bd40ede622, []int{4} + return fileDescriptor_version_af454e22c8704a00, []int{4} } func (m *CpuUtilization) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CpuUtilization.Unmarshal(m, b) @@ -887,7 +887,7 @@ func (m *RequestUtilization) Reset() { *m = RequestUtilization{} } func (m *RequestUtilization) String() string { return proto.CompactTextString(m) } func (*RequestUtilization) ProtoMessage() {} func (*RequestUtilization) Descriptor() ([]byte, []int) { - return fileDescriptor_version_8e5786bd40ede622, []int{5} + return fileDescriptor_version_af454e22c8704a00, []int{5} } func (m *RequestUtilization) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RequestUtilization.Unmarshal(m, b) @@ -940,7 +940,7 @@ func (m *DiskUtilization) Reset() { *m = DiskUtilization{} } func (m *DiskUtilization) String() string { return proto.CompactTextString(m) } func (*DiskUtilization) ProtoMessage() {} func (*DiskUtilization) Descriptor() ([]byte, []int) { - return fileDescriptor_version_8e5786bd40ede622, []int{6} + return fileDescriptor_version_af454e22c8704a00, []int{6} } func (m *DiskUtilization) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DiskUtilization.Unmarshal(m, b) @@ -1007,7 +1007,7 @@ func (m *NetworkUtilization) Reset() { *m = NetworkUtilization{} } func (m *NetworkUtilization) String() string { return proto.CompactTextString(m) } func (*NetworkUtilization) ProtoMessage() {} func (*NetworkUtilization) Descriptor() ([]byte, []int) { - return fileDescriptor_version_8e5786bd40ede622, []int{7} + return fileDescriptor_version_af454e22c8704a00, []int{7} } func (m *NetworkUtilization) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NetworkUtilization.Unmarshal(m, b) @@ -1076,7 +1076,7 @@ func (m *Network) Reset() { *m = Network{} } func (m *Network) String() string { return proto.CompactTextString(m) } func (*Network) ProtoMessage() {} func (*Network) Descriptor() ([]byte, []int) { - return fileDescriptor_version_8e5786bd40ede622, []int{8} + return fileDescriptor_version_af454e22c8704a00, []int{8} } func (m *Network) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Network.Unmarshal(m, b) @@ -1134,7 +1134,7 @@ func (m *Resources) Reset() { *m = Resources{} } func (m *Resources) String() string { return proto.CompactTextString(m) } func (*Resources) ProtoMessage() {} func (*Resources) Descriptor() ([]byte, []int) { - return fileDescriptor_version_8e5786bd40ede622, []int{9} + return fileDescriptor_version_af454e22c8704a00, []int{9} } func (m *Resources) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Resources.Unmarshal(m, b) @@ -1193,10 +1193,10 @@ func init() { } func init() { - proto.RegisterFile("google/appengine/v1/version.proto", fileDescriptor_version_8e5786bd40ede622) + proto.RegisterFile("google/appengine/v1/version.proto", fileDescriptor_version_af454e22c8704a00) } -var fileDescriptor_version_8e5786bd40ede622 = []byte{ +var fileDescriptor_version_af454e22c8704a00 = []byte{ // 1767 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x58, 0x5d, 0x73, 0xdb, 0xc6, 0x15, 0x0d, 0x29, 0x4b, 0x14, 0x2f, 0x3f, 0x04, 0xad, 0xd3, 0x08, 0x96, 0x64, 0x89, 0x66, 0x92, diff --git a/googleapis/assistant/embedded/v1alpha1/embedded_assistant.pb.go b/googleapis/assistant/embedded/v1alpha1/embedded_assistant.pb.go index 378d9bf6df..ebd7170b4b 100644 --- a/googleapis/assistant/embedded/v1alpha1/embedded_assistant.pb.go +++ b/googleapis/assistant/embedded/v1alpha1/embedded_assistant.pb.go @@ -60,7 +60,7 @@ func (x AudioInConfig_Encoding) String() string { return proto.EnumName(AudioInConfig_Encoding_name, int32(x)) } func (AudioInConfig_Encoding) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_907a82b6d4d77187, []int{1, 0} + return fileDescriptor_embedded_assistant_ed9e8ba6964a09be, []int{1, 0} } // Audio encoding of the data returned in the audio message. All encodings are @@ -98,7 +98,7 @@ func (x AudioOutConfig_Encoding) String() string { return proto.EnumName(AudioOutConfig_Encoding_name, int32(x)) } func (AudioOutConfig_Encoding) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_907a82b6d4d77187, []int{2, 0} + return fileDescriptor_embedded_assistant_ed9e8ba6964a09be, []int{2, 0} } // Possible states of the microphone after a `Converse` RPC completes. @@ -131,7 +131,7 @@ func (x ConverseResult_MicrophoneMode) String() string { return proto.EnumName(ConverseResult_MicrophoneMode_name, int32(x)) } func (ConverseResult_MicrophoneMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_907a82b6d4d77187, []int{5, 0} + return fileDescriptor_embedded_assistant_ed9e8ba6964a09be, []int{5, 0} } // Indicates the type of event. @@ -162,7 +162,7 @@ func (x ConverseResponse_EventType) String() string { return proto.EnumName(ConverseResponse_EventType_name, int32(x)) } func (ConverseResponse_EventType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_907a82b6d4d77187, []int{7, 0} + return fileDescriptor_embedded_assistant_ed9e8ba6964a09be, []int{7, 0} } // Specifies how to process the `ConverseRequest` messages. @@ -182,7 +182,7 @@ func (m *ConverseConfig) Reset() { *m = ConverseConfig{} } func (m *ConverseConfig) String() string { return proto.CompactTextString(m) } func (*ConverseConfig) ProtoMessage() {} func (*ConverseConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_907a82b6d4d77187, []int{0} + return fileDescriptor_embedded_assistant_ed9e8ba6964a09be, []int{0} } func (m *ConverseConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConverseConfig.Unmarshal(m, b) @@ -245,7 +245,7 @@ func (m *AudioInConfig) Reset() { *m = AudioInConfig{} } func (m *AudioInConfig) String() string { return proto.CompactTextString(m) } func (*AudioInConfig) ProtoMessage() {} func (*AudioInConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_907a82b6d4d77187, []int{1} + return fileDescriptor_embedded_assistant_ed9e8ba6964a09be, []int{1} } func (m *AudioInConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AudioInConfig.Unmarshal(m, b) @@ -300,7 +300,7 @@ func (m *AudioOutConfig) Reset() { *m = AudioOutConfig{} } func (m *AudioOutConfig) String() string { return proto.CompactTextString(m) } func (*AudioOutConfig) ProtoMessage() {} func (*AudioOutConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_907a82b6d4d77187, []int{2} + return fileDescriptor_embedded_assistant_ed9e8ba6964a09be, []int{2} } func (m *AudioOutConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AudioOutConfig.Unmarshal(m, b) @@ -358,7 +358,7 @@ func (m *ConverseState) Reset() { *m = ConverseState{} } func (m *ConverseState) String() string { return proto.CompactTextString(m) } func (*ConverseState) ProtoMessage() {} func (*ConverseState) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_907a82b6d4d77187, []int{3} + return fileDescriptor_embedded_assistant_ed9e8ba6964a09be, []int{3} } func (m *ConverseState) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConverseState.Unmarshal(m, b) @@ -401,7 +401,7 @@ func (m *AudioOut) Reset() { *m = AudioOut{} } func (m *AudioOut) String() string { return proto.CompactTextString(m) } func (*AudioOut) ProtoMessage() {} func (*AudioOut) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_907a82b6d4d77187, []int{4} + return fileDescriptor_embedded_assistant_ed9e8ba6964a09be, []int{4} } func (m *AudioOut) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AudioOut.Unmarshal(m, b) @@ -463,7 +463,7 @@ func (m *ConverseResult) Reset() { *m = ConverseResult{} } func (m *ConverseResult) String() string { return proto.CompactTextString(m) } func (*ConverseResult) ProtoMessage() {} func (*ConverseResult) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_907a82b6d4d77187, []int{5} + return fileDescriptor_embedded_assistant_ed9e8ba6964a09be, []int{5} } func (m *ConverseResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConverseResult.Unmarshal(m, b) @@ -539,7 +539,7 @@ func (m *ConverseRequest) Reset() { *m = ConverseRequest{} } func (m *ConverseRequest) String() string { return proto.CompactTextString(m) } func (*ConverseRequest) ProtoMessage() {} func (*ConverseRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_907a82b6d4d77187, []int{6} + return fileDescriptor_embedded_assistant_ed9e8ba6964a09be, []int{6} } func (m *ConverseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConverseRequest.Unmarshal(m, b) @@ -686,7 +686,7 @@ func (m *ConverseResponse) Reset() { *m = ConverseResponse{} } func (m *ConverseResponse) String() string { return proto.CompactTextString(m) } func (*ConverseResponse) ProtoMessage() {} func (*ConverseResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_907a82b6d4d77187, []int{7} + return fileDescriptor_embedded_assistant_ed9e8ba6964a09be, []int{7} } func (m *ConverseResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConverseResponse.Unmarshal(m, b) @@ -1078,10 +1078,10 @@ var _EmbeddedAssistant_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/assistant/embedded/v1alpha1/embedded_assistant.proto", fileDescriptor_embedded_assistant_907a82b6d4d77187) + proto.RegisterFile("google/assistant/embedded/v1alpha1/embedded_assistant.proto", fileDescriptor_embedded_assistant_ed9e8ba6964a09be) } -var fileDescriptor_embedded_assistant_907a82b6d4d77187 = []byte{ +var fileDescriptor_embedded_assistant_ed9e8ba6964a09be = []byte{ // 892 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0x51, 0x73, 0xdb, 0x44, 0x10, 0xb6, 0xec, 0xa6, 0xb5, 0xb7, 0x89, 0x2c, 0x5f, 0x33, 0x90, 0x49, 0x61, 0x60, 0xf4, 0xc0, diff --git a/googleapis/assistant/embedded/v1alpha2/embedded_assistant.pb.go b/googleapis/assistant/embedded/v1alpha2/embedded_assistant.pb.go index f44bbf00ec..2c376cf50e 100644 --- a/googleapis/assistant/embedded/v1alpha2/embedded_assistant.pb.go +++ b/googleapis/assistant/embedded/v1alpha2/embedded_assistant.pb.go @@ -53,7 +53,7 @@ func (x AssistResponse_EventType) String() string { return proto.EnumName(AssistResponse_EventType_name, int32(x)) } func (AssistResponse_EventType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{1, 0} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{1, 0} } // Audio encoding of the data sent in the audio message. @@ -91,7 +91,7 @@ func (x AudioInConfig_Encoding) String() string { return proto.EnumName(AudioInConfig_Encoding_name, int32(x)) } func (AudioInConfig_Encoding) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{4, 0} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{4, 0} } // Audio encoding of the data returned in the audio message. All encodings are @@ -129,7 +129,7 @@ func (x AudioOutConfig_Encoding) String() string { return proto.EnumName(AudioOutConfig_Encoding_name, int32(x)) } func (AudioOutConfig_Encoding) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{5, 0} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{5, 0} } // Possible modes for visual screen-output on the device. @@ -163,7 +163,7 @@ func (x ScreenOutConfig_ScreenMode) String() string { return proto.EnumName(ScreenOutConfig_ScreenMode_name, int32(x)) } func (ScreenOutConfig_ScreenMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{6, 0} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{6, 0} } // Possible formats of the screen data. @@ -192,7 +192,7 @@ func (x ScreenOut_Format) String() string { return proto.EnumName(ScreenOut_Format_name, int32(x)) } func (ScreenOut_Format) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{10, 0} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{10, 0} } // Possible states of the microphone after a `Assist` RPC completes. @@ -225,7 +225,7 @@ func (x DialogStateOut_MicrophoneMode) String() string { return proto.EnumName(DialogStateOut_MicrophoneMode_name, int32(x)) } func (DialogStateOut_MicrophoneMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{13, 0} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{13, 0} } // The top-level message sent by the client. Clients must send at least two, and @@ -249,7 +249,7 @@ func (m *AssistRequest) Reset() { *m = AssistRequest{} } func (m *AssistRequest) String() string { return proto.CompactTextString(m) } func (*AssistRequest) ProtoMessage() {} func (*AssistRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{0} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{0} } func (m *AssistRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AssistRequest.Unmarshal(m, b) @@ -410,7 +410,7 @@ func (m *AssistResponse) Reset() { *m = AssistResponse{} } func (m *AssistResponse) String() string { return proto.CompactTextString(m) } func (*AssistResponse) ProtoMessage() {} func (*AssistResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{1} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{1} } func (m *AssistResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AssistResponse.Unmarshal(m, b) @@ -497,7 +497,7 @@ func (m *DebugInfo) Reset() { *m = DebugInfo{} } func (m *DebugInfo) String() string { return proto.CompactTextString(m) } func (*DebugInfo) ProtoMessage() {} func (*DebugInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{2} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{2} } func (m *DebugInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DebugInfo.Unmarshal(m, b) @@ -550,7 +550,7 @@ func (m *AssistConfig) Reset() { *m = AssistConfig{} } func (m *AssistConfig) String() string { return proto.CompactTextString(m) } func (*AssistConfig) ProtoMessage() {} func (*AssistConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{3} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{3} } func (m *AssistConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AssistConfig.Unmarshal(m, b) @@ -734,7 +734,7 @@ func (m *AudioInConfig) Reset() { *m = AudioInConfig{} } func (m *AudioInConfig) String() string { return proto.CompactTextString(m) } func (*AudioInConfig) ProtoMessage() {} func (*AudioInConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{4} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{4} } func (m *AudioInConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AudioInConfig.Unmarshal(m, b) @@ -789,7 +789,7 @@ func (m *AudioOutConfig) Reset() { *m = AudioOutConfig{} } func (m *AudioOutConfig) String() string { return proto.CompactTextString(m) } func (*AudioOutConfig) ProtoMessage() {} func (*AudioOutConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{5} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{5} } func (m *AudioOutConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AudioOutConfig.Unmarshal(m, b) @@ -844,7 +844,7 @@ func (m *ScreenOutConfig) Reset() { *m = ScreenOutConfig{} } func (m *ScreenOutConfig) String() string { return proto.CompactTextString(m) } func (*ScreenOutConfig) ProtoMessage() {} func (*ScreenOutConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{6} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{6} } func (m *ScreenOutConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ScreenOutConfig.Unmarshal(m, b) @@ -906,7 +906,7 @@ func (m *DialogStateIn) Reset() { *m = DialogStateIn{} } func (m *DialogStateIn) String() string { return proto.CompactTextString(m) } func (*DialogStateIn) ProtoMessage() {} func (*DialogStateIn) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{7} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{7} } func (m *DialogStateIn) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DialogStateIn.Unmarshal(m, b) @@ -986,7 +986,7 @@ func (m *DeviceConfig) Reset() { *m = DeviceConfig{} } func (m *DeviceConfig) String() string { return proto.CompactTextString(m) } func (*DeviceConfig) ProtoMessage() {} func (*DeviceConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{8} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{8} } func (m *DeviceConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceConfig.Unmarshal(m, b) @@ -1036,7 +1036,7 @@ func (m *AudioOut) Reset() { *m = AudioOut{} } func (m *AudioOut) String() string { return proto.CompactTextString(m) } func (*AudioOut) ProtoMessage() {} func (*AudioOut) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{9} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{9} } func (m *AudioOut) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AudioOut.Unmarshal(m, b) @@ -1080,7 +1080,7 @@ func (m *ScreenOut) Reset() { *m = ScreenOut{} } func (m *ScreenOut) String() string { return proto.CompactTextString(m) } func (*ScreenOut) ProtoMessage() {} func (*ScreenOut) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{10} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{10} } func (m *ScreenOut) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ScreenOut.Unmarshal(m, b) @@ -1133,7 +1133,7 @@ func (m *DeviceAction) Reset() { *m = DeviceAction{} } func (m *DeviceAction) String() string { return proto.CompactTextString(m) } func (*DeviceAction) ProtoMessage() {} func (*DeviceAction) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{11} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{11} } func (m *DeviceAction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceAction.Unmarshal(m, b) @@ -1179,7 +1179,7 @@ func (m *SpeechRecognitionResult) Reset() { *m = SpeechRecognitionResult func (m *SpeechRecognitionResult) String() string { return proto.CompactTextString(m) } func (*SpeechRecognitionResult) ProtoMessage() {} func (*SpeechRecognitionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{12} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{12} } func (m *SpeechRecognitionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpeechRecognitionResult.Unmarshal(m, b) @@ -1250,7 +1250,7 @@ func (m *DialogStateOut) Reset() { *m = DialogStateOut{} } func (m *DialogStateOut) String() string { return proto.CompactTextString(m) } func (*DialogStateOut) ProtoMessage() {} func (*DialogStateOut) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{13} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{13} } func (m *DialogStateOut) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DialogStateOut.Unmarshal(m, b) @@ -1313,7 +1313,7 @@ func (m *DebugConfig) Reset() { *m = DebugConfig{} } func (m *DebugConfig) String() string { return proto.CompactTextString(m) } func (*DebugConfig) ProtoMessage() {} func (*DebugConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{14} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{14} } func (m *DebugConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DebugConfig.Unmarshal(m, b) @@ -1361,7 +1361,7 @@ func (m *DeviceLocation) Reset() { *m = DeviceLocation{} } func (m *DeviceLocation) String() string { return proto.CompactTextString(m) } func (*DeviceLocation) ProtoMessage() {} func (*DeviceLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_embedded_assistant_31f36a6aca89d40d, []int{15} + return fileDescriptor_embedded_assistant_0b559f064bf1f88e, []int{15} } func (m *DeviceLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceLocation.Unmarshal(m, b) @@ -1676,10 +1676,10 @@ var _EmbeddedAssistant_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/assistant/embedded/v1alpha2/embedded_assistant.proto", fileDescriptor_embedded_assistant_31f36a6aca89d40d) + proto.RegisterFile("google/assistant/embedded/v1alpha2/embedded_assistant.proto", fileDescriptor_embedded_assistant_0b559f064bf1f88e) } -var fileDescriptor_embedded_assistant_31f36a6aca89d40d = []byte{ +var fileDescriptor_embedded_assistant_0b559f064bf1f88e = []byte{ // 1449 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x57, 0x41, 0x73, 0xdb, 0xc6, 0x15, 0x16, 0x28, 0x8a, 0x22, 0x1f, 0x29, 0x92, 0x5a, 0x7b, 0x6c, 0x56, 0x72, 0x6b, 0x0d, 0x3a, diff --git a/googleapis/bigtable/admin/cluster/v1/bigtable_cluster_data.pb.go b/googleapis/bigtable/admin/cluster/v1/bigtable_cluster_data.pb.go index 5b23fc0032..393b80213d 100644 --- a/googleapis/bigtable/admin/cluster/v1/bigtable_cluster_data.pb.go +++ b/googleapis/bigtable/admin/cluster/v1/bigtable_cluster_data.pb.go @@ -48,7 +48,7 @@ func (x StorageType) String() string { return proto.EnumName(StorageType_name, int32(x)) } func (StorageType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bigtable_cluster_data_b25c8d64afffa14e, []int{0} + return fileDescriptor_bigtable_cluster_data_ec90ed011929fd01, []int{0} } // Possible states of a zone. @@ -82,7 +82,7 @@ func (x Zone_Status) String() string { return proto.EnumName(Zone_Status_name, int32(x)) } func (Zone_Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bigtable_cluster_data_b25c8d64afffa14e, []int{0, 0} + return fileDescriptor_bigtable_cluster_data_ec90ed011929fd01, []int{0, 0} } // A physical location in which a particular project can allocate Cloud BigTable @@ -104,7 +104,7 @@ func (m *Zone) Reset() { *m = Zone{} } func (m *Zone) String() string { return proto.CompactTextString(m) } func (*Zone) ProtoMessage() {} func (*Zone) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_cluster_data_b25c8d64afffa14e, []int{0} + return fileDescriptor_bigtable_cluster_data_ec90ed011929fd01, []int{0} } func (m *Zone) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Zone.Unmarshal(m, b) @@ -174,7 +174,7 @@ func (m *Cluster) Reset() { *m = Cluster{} } func (m *Cluster) String() string { return proto.CompactTextString(m) } func (*Cluster) ProtoMessage() {} func (*Cluster) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_cluster_data_b25c8d64afffa14e, []int{1} + return fileDescriptor_bigtable_cluster_data_ec90ed011929fd01, []int{1} } func (m *Cluster) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Cluster.Unmarshal(m, b) @@ -237,10 +237,10 @@ func init() { } func init() { - proto.RegisterFile("google/bigtable/admin/cluster/v1/bigtable_cluster_data.proto", fileDescriptor_bigtable_cluster_data_b25c8d64afffa14e) + proto.RegisterFile("google/bigtable/admin/cluster/v1/bigtable_cluster_data.proto", fileDescriptor_bigtable_cluster_data_ec90ed011929fd01) } -var fileDescriptor_bigtable_cluster_data_b25c8d64afffa14e = []byte{ +var fileDescriptor_bigtable_cluster_data_ec90ed011929fd01 = []byte{ // 493 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xd1, 0x6e, 0xd3, 0x3c, 0x1c, 0xc5, 0x97, 0xae, 0xeb, 0xbe, 0xcf, 0x41, 0x10, 0xcc, 0x24, 0xa2, 0x09, 0xb4, 0x52, 0xb8, diff --git a/googleapis/bigtable/admin/cluster/v1/bigtable_cluster_service.pb.go b/googleapis/bigtable/admin/cluster/v1/bigtable_cluster_service.pb.go index 83ed9dbeb3..df9a9fd275 100644 --- a/googleapis/bigtable/admin/cluster/v1/bigtable_cluster_service.pb.go +++ b/googleapis/bigtable/admin/cluster/v1/bigtable_cluster_service.pb.go @@ -443,10 +443,10 @@ var _BigtableClusterService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/bigtable/admin/cluster/v1/bigtable_cluster_service.proto", fileDescriptor_bigtable_cluster_service_c3791e4713dc5747) + proto.RegisterFile("google/bigtable/admin/cluster/v1/bigtable_cluster_service.proto", fileDescriptor_bigtable_cluster_service_b6e5a4d5a86f8b34) } -var fileDescriptor_bigtable_cluster_service_c3791e4713dc5747 = []byte{ +var fileDescriptor_bigtable_cluster_service_b6e5a4d5a86f8b34 = []byte{ // 515 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0x4f, 0x6b, 0x14, 0x31, 0x18, 0xc6, 0x89, 0x07, 0xa1, 0xc1, 0x45, 0xc8, 0xa1, 0x87, 0x6d, 0x0b, 0x32, 0x15, 0xb1, 0x23, diff --git a/googleapis/bigtable/admin/cluster/v1/bigtable_cluster_service_messages.pb.go b/googleapis/bigtable/admin/cluster/v1/bigtable_cluster_service_messages.pb.go index 25b8b6ac47..ef17edca95 100644 --- a/googleapis/bigtable/admin/cluster/v1/bigtable_cluster_service_messages.pb.go +++ b/googleapis/bigtable/admin/cluster/v1/bigtable_cluster_service_messages.pb.go @@ -34,7 +34,7 @@ func (m *ListZonesRequest) Reset() { *m = ListZonesRequest{} } func (m *ListZonesRequest) String() string { return proto.CompactTextString(m) } func (*ListZonesRequest) ProtoMessage() {} func (*ListZonesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_cluster_service_messages_2c75b66bb5624053, []int{0} + return fileDescriptor_bigtable_cluster_service_messages_b1fb635d2f4efcd0, []int{0} } func (m *ListZonesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListZonesRequest.Unmarshal(m, b) @@ -74,7 +74,7 @@ func (m *ListZonesResponse) Reset() { *m = ListZonesResponse{} } func (m *ListZonesResponse) String() string { return proto.CompactTextString(m) } func (*ListZonesResponse) ProtoMessage() {} func (*ListZonesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_cluster_service_messages_2c75b66bb5624053, []int{1} + return fileDescriptor_bigtable_cluster_service_messages_b1fb635d2f4efcd0, []int{1} } func (m *ListZonesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListZonesResponse.Unmarshal(m, b) @@ -115,7 +115,7 @@ func (m *GetClusterRequest) Reset() { *m = GetClusterRequest{} } func (m *GetClusterRequest) String() string { return proto.CompactTextString(m) } func (*GetClusterRequest) ProtoMessage() {} func (*GetClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_cluster_service_messages_2c75b66bb5624053, []int{2} + return fileDescriptor_bigtable_cluster_service_messages_b1fb635d2f4efcd0, []int{2} } func (m *GetClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetClusterRequest.Unmarshal(m, b) @@ -156,7 +156,7 @@ func (m *ListClustersRequest) Reset() { *m = ListClustersRequest{} } func (m *ListClustersRequest) String() string { return proto.CompactTextString(m) } func (*ListClustersRequest) ProtoMessage() {} func (*ListClustersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_cluster_service_messages_2c75b66bb5624053, []int{3} + return fileDescriptor_bigtable_cluster_service_messages_b1fb635d2f4efcd0, []int{3} } func (m *ListClustersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListClustersRequest.Unmarshal(m, b) @@ -198,7 +198,7 @@ func (m *ListClustersResponse) Reset() { *m = ListClustersResponse{} } func (m *ListClustersResponse) String() string { return proto.CompactTextString(m) } func (*ListClustersResponse) ProtoMessage() {} func (*ListClustersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_cluster_service_messages_2c75b66bb5624053, []int{4} + return fileDescriptor_bigtable_cluster_service_messages_b1fb635d2f4efcd0, []int{4} } func (m *ListClustersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListClustersResponse.Unmarshal(m, b) @@ -254,7 +254,7 @@ func (m *CreateClusterRequest) Reset() { *m = CreateClusterRequest{} } func (m *CreateClusterRequest) String() string { return proto.CompactTextString(m) } func (*CreateClusterRequest) ProtoMessage() {} func (*CreateClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_cluster_service_messages_2c75b66bb5624053, []int{5} + return fileDescriptor_bigtable_cluster_service_messages_b1fb635d2f4efcd0, []int{5} } func (m *CreateClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateClusterRequest.Unmarshal(m, b) @@ -313,7 +313,7 @@ func (m *CreateClusterMetadata) Reset() { *m = CreateClusterMetadata{} } func (m *CreateClusterMetadata) String() string { return proto.CompactTextString(m) } func (*CreateClusterMetadata) ProtoMessage() {} func (*CreateClusterMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_cluster_service_messages_2c75b66bb5624053, []int{6} + return fileDescriptor_bigtable_cluster_service_messages_b1fb635d2f4efcd0, []int{6} } func (m *CreateClusterMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateClusterMetadata.Unmarshal(m, b) @@ -376,7 +376,7 @@ func (m *UpdateClusterMetadata) Reset() { *m = UpdateClusterMetadata{} } func (m *UpdateClusterMetadata) String() string { return proto.CompactTextString(m) } func (*UpdateClusterMetadata) ProtoMessage() {} func (*UpdateClusterMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_cluster_service_messages_2c75b66bb5624053, []int{7} + return fileDescriptor_bigtable_cluster_service_messages_b1fb635d2f4efcd0, []int{7} } func (m *UpdateClusterMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateClusterMetadata.Unmarshal(m, b) @@ -438,7 +438,7 @@ func (m *DeleteClusterRequest) Reset() { *m = DeleteClusterRequest{} } func (m *DeleteClusterRequest) String() string { return proto.CompactTextString(m) } func (*DeleteClusterRequest) ProtoMessage() {} func (*DeleteClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_cluster_service_messages_2c75b66bb5624053, []int{8} + return fileDescriptor_bigtable_cluster_service_messages_b1fb635d2f4efcd0, []int{8} } func (m *DeleteClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteClusterRequest.Unmarshal(m, b) @@ -479,7 +479,7 @@ func (m *UndeleteClusterRequest) Reset() { *m = UndeleteClusterRequest{} func (m *UndeleteClusterRequest) String() string { return proto.CompactTextString(m) } func (*UndeleteClusterRequest) ProtoMessage() {} func (*UndeleteClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_cluster_service_messages_2c75b66bb5624053, []int{9} + return fileDescriptor_bigtable_cluster_service_messages_b1fb635d2f4efcd0, []int{9} } func (m *UndeleteClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UndeleteClusterRequest.Unmarshal(m, b) @@ -522,7 +522,7 @@ func (m *UndeleteClusterMetadata) Reset() { *m = UndeleteClusterMetadata func (m *UndeleteClusterMetadata) String() string { return proto.CompactTextString(m) } func (*UndeleteClusterMetadata) ProtoMessage() {} func (*UndeleteClusterMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_cluster_service_messages_2c75b66bb5624053, []int{10} + return fileDescriptor_bigtable_cluster_service_messages_b1fb635d2f4efcd0, []int{10} } func (m *UndeleteClusterMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UndeleteClusterMetadata.Unmarshal(m, b) @@ -568,7 +568,7 @@ func (m *V2OperationMetadata) Reset() { *m = V2OperationMetadata{} } func (m *V2OperationMetadata) String() string { return proto.CompactTextString(m) } func (*V2OperationMetadata) ProtoMessage() {} func (*V2OperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_cluster_service_messages_2c75b66bb5624053, []int{11} + return fileDescriptor_bigtable_cluster_service_messages_b1fb635d2f4efcd0, []int{11} } func (m *V2OperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_V2OperationMetadata.Unmarshal(m, b) @@ -604,10 +604,10 @@ func init() { } func init() { - proto.RegisterFile("google/bigtable/admin/cluster/v1/bigtable_cluster_service_messages.proto", fileDescriptor_bigtable_cluster_service_messages_2c75b66bb5624053) + proto.RegisterFile("google/bigtable/admin/cluster/v1/bigtable_cluster_service_messages.proto", fileDescriptor_bigtable_cluster_service_messages_b1fb635d2f4efcd0) } -var fileDescriptor_bigtable_cluster_service_messages_2c75b66bb5624053 = []byte{ +var fileDescriptor_bigtable_cluster_service_messages_b1fb635d2f4efcd0 = []byte{ // 541 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0x4d, 0x6f, 0xd3, 0x40, 0x10, 0xd5, 0x26, 0xe5, 0xa3, 0xe3, 0x4a, 0xb4, 0x6e, 0x02, 0x51, 0x24, 0x44, 0x64, 0x50, 0x69, diff --git a/googleapis/bigtable/admin/table/v1/bigtable_table_data.pb.go b/googleapis/bigtable/admin/table/v1/bigtable_table_data.pb.go index 71a2b9fbe9..6c1057b8de 100644 --- a/googleapis/bigtable/admin/table/v1/bigtable_table_data.pb.go +++ b/googleapis/bigtable/admin/table/v1/bigtable_table_data.pb.go @@ -37,7 +37,7 @@ func (x Table_TimestampGranularity) String() string { return proto.EnumName(Table_TimestampGranularity_name, int32(x)) } func (Table_TimestampGranularity) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_data_6acea65365f81b1c, []int{0, 0} + return fileDescriptor_bigtable_table_data_1213651e7f65c4a9, []int{0, 0} } // A collection of user data indexed by row, column, and timestamp. @@ -65,7 +65,7 @@ func (m *Table) Reset() { *m = Table{} } func (m *Table) String() string { return proto.CompactTextString(m) } func (*Table) ProtoMessage() {} func (*Table) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_data_6acea65365f81b1c, []int{0} + return fileDescriptor_bigtable_table_data_1213651e7f65c4a9, []int{0} } func (m *Table) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Table.Unmarshal(m, b) @@ -162,7 +162,7 @@ func (m *ColumnFamily) Reset() { *m = ColumnFamily{} } func (m *ColumnFamily) String() string { return proto.CompactTextString(m) } func (*ColumnFamily) ProtoMessage() {} func (*ColumnFamily) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_data_6acea65365f81b1c, []int{1} + return fileDescriptor_bigtable_table_data_1213651e7f65c4a9, []int{1} } func (m *ColumnFamily) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ColumnFamily.Unmarshal(m, b) @@ -220,7 +220,7 @@ func (m *GcRule) Reset() { *m = GcRule{} } func (m *GcRule) String() string { return proto.CompactTextString(m) } func (*GcRule) ProtoMessage() {} func (*GcRule) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_data_6acea65365f81b1c, []int{2} + return fileDescriptor_bigtable_table_data_1213651e7f65c4a9, []int{2} } func (m *GcRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcRule.Unmarshal(m, b) @@ -423,7 +423,7 @@ func (m *GcRule_Intersection) Reset() { *m = GcRule_Intersection{} } func (m *GcRule_Intersection) String() string { return proto.CompactTextString(m) } func (*GcRule_Intersection) ProtoMessage() {} func (*GcRule_Intersection) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_data_6acea65365f81b1c, []int{2, 0} + return fileDescriptor_bigtable_table_data_1213651e7f65c4a9, []int{2, 0} } func (m *GcRule_Intersection) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcRule_Intersection.Unmarshal(m, b) @@ -463,7 +463,7 @@ func (m *GcRule_Union) Reset() { *m = GcRule_Union{} } func (m *GcRule_Union) String() string { return proto.CompactTextString(m) } func (*GcRule_Union) ProtoMessage() {} func (*GcRule_Union) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_data_6acea65365f81b1c, []int{2, 1} + return fileDescriptor_bigtable_table_data_1213651e7f65c4a9, []int{2, 1} } func (m *GcRule_Union) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcRule_Union.Unmarshal(m, b) @@ -501,10 +501,10 @@ func init() { } func init() { - proto.RegisterFile("google/bigtable/admin/table/v1/bigtable_table_data.proto", fileDescriptor_bigtable_table_data_6acea65365f81b1c) + proto.RegisterFile("google/bigtable/admin/table/v1/bigtable_table_data.proto", fileDescriptor_bigtable_table_data_1213651e7f65c4a9) } -var fileDescriptor_bigtable_table_data_6acea65365f81b1c = []byte{ +var fileDescriptor_bigtable_table_data_1213651e7f65c4a9 = []byte{ // 579 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0x61, 0x6b, 0xd3, 0x40, 0x18, 0xc7, 0x9b, 0xa5, 0xed, 0xd8, 0xb3, 0x3a, 0xeb, 0x29, 0x52, 0x0b, 0x4a, 0xc9, 0x40, 0x8a, diff --git a/googleapis/bigtable/admin/table/v1/bigtable_table_service.pb.go b/googleapis/bigtable/admin/table/v1/bigtable_table_service.pb.go index b66d6b4a23..f2c91fc72e 100644 --- a/googleapis/bigtable/admin/table/v1/bigtable_table_service.pb.go +++ b/googleapis/bigtable/admin/table/v1/bigtable_table_service.pb.go @@ -386,10 +386,10 @@ var _BigtableTableService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/bigtable/admin/table/v1/bigtable_table_service.proto", fileDescriptor_bigtable_table_service_150d8fd4b53ea7fb) + proto.RegisterFile("google/bigtable/admin/table/v1/bigtable_table_service.proto", fileDescriptor_bigtable_table_service_be80dba644cb3823) } -var fileDescriptor_bigtable_table_service_150d8fd4b53ea7fb = []byte{ +var fileDescriptor_bigtable_table_service_be80dba644cb3823 = []byte{ // 560 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x95, 0xbf, 0x6f, 0xd4, 0x30, 0x14, 0xc7, 0x65, 0x06, 0x84, 0x7c, 0x88, 0xc1, 0x42, 0x0c, 0x07, 0x62, 0x88, 0xc4, 0x12, 0xa1, diff --git a/googleapis/bigtable/admin/table/v1/bigtable_table_service_messages.pb.go b/googleapis/bigtable/admin/table/v1/bigtable_table_service_messages.pb.go index 7c19815859..7bf22787df 100644 --- a/googleapis/bigtable/admin/table/v1/bigtable_table_service_messages.pb.go +++ b/googleapis/bigtable/admin/table/v1/bigtable_table_service_messages.pb.go @@ -52,7 +52,7 @@ func (m *CreateTableRequest) Reset() { *m = CreateTableRequest{} } func (m *CreateTableRequest) String() string { return proto.CompactTextString(m) } func (*CreateTableRequest) ProtoMessage() {} func (*CreateTableRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_service_messages_92f068361822da3a, []int{0} + return fileDescriptor_bigtable_table_service_messages_b4971580659b019f, []int{0} } func (m *CreateTableRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateTableRequest.Unmarshal(m, b) @@ -112,7 +112,7 @@ func (m *ListTablesRequest) Reset() { *m = ListTablesRequest{} } func (m *ListTablesRequest) String() string { return proto.CompactTextString(m) } func (*ListTablesRequest) ProtoMessage() {} func (*ListTablesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_service_messages_92f068361822da3a, []int{1} + return fileDescriptor_bigtable_table_service_messages_b4971580659b019f, []int{1} } func (m *ListTablesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTablesRequest.Unmarshal(m, b) @@ -152,7 +152,7 @@ func (m *ListTablesResponse) Reset() { *m = ListTablesResponse{} } func (m *ListTablesResponse) String() string { return proto.CompactTextString(m) } func (*ListTablesResponse) ProtoMessage() {} func (*ListTablesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_service_messages_92f068361822da3a, []int{2} + return fileDescriptor_bigtable_table_service_messages_b4971580659b019f, []int{2} } func (m *ListTablesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTablesResponse.Unmarshal(m, b) @@ -191,7 +191,7 @@ func (m *GetTableRequest) Reset() { *m = GetTableRequest{} } func (m *GetTableRequest) String() string { return proto.CompactTextString(m) } func (*GetTableRequest) ProtoMessage() {} func (*GetTableRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_service_messages_92f068361822da3a, []int{3} + return fileDescriptor_bigtable_table_service_messages_b4971580659b019f, []int{3} } func (m *GetTableRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTableRequest.Unmarshal(m, b) @@ -230,7 +230,7 @@ func (m *DeleteTableRequest) Reset() { *m = DeleteTableRequest{} } func (m *DeleteTableRequest) String() string { return proto.CompactTextString(m) } func (*DeleteTableRequest) ProtoMessage() {} func (*DeleteTableRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_service_messages_92f068361822da3a, []int{4} + return fileDescriptor_bigtable_table_service_messages_b4971580659b019f, []int{4} } func (m *DeleteTableRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteTableRequest.Unmarshal(m, b) @@ -272,7 +272,7 @@ func (m *RenameTableRequest) Reset() { *m = RenameTableRequest{} } func (m *RenameTableRequest) String() string { return proto.CompactTextString(m) } func (*RenameTableRequest) ProtoMessage() {} func (*RenameTableRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_service_messages_92f068361822da3a, []int{5} + return fileDescriptor_bigtable_table_service_messages_b4971580659b019f, []int{5} } func (m *RenameTableRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RenameTableRequest.Unmarshal(m, b) @@ -323,7 +323,7 @@ func (m *CreateColumnFamilyRequest) Reset() { *m = CreateColumnFamilyReq func (m *CreateColumnFamilyRequest) String() string { return proto.CompactTextString(m) } func (*CreateColumnFamilyRequest) ProtoMessage() {} func (*CreateColumnFamilyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_service_messages_92f068361822da3a, []int{6} + return fileDescriptor_bigtable_table_service_messages_b4971580659b019f, []int{6} } func (m *CreateColumnFamilyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateColumnFamilyRequest.Unmarshal(m, b) @@ -376,7 +376,7 @@ func (m *DeleteColumnFamilyRequest) Reset() { *m = DeleteColumnFamilyReq func (m *DeleteColumnFamilyRequest) String() string { return proto.CompactTextString(m) } func (*DeleteColumnFamilyRequest) ProtoMessage() {} func (*DeleteColumnFamilyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_service_messages_92f068361822da3a, []int{7} + return fileDescriptor_bigtable_table_service_messages_b4971580659b019f, []int{7} } func (m *DeleteColumnFamilyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteColumnFamilyRequest.Unmarshal(m, b) @@ -419,7 +419,7 @@ func (m *BulkDeleteRowsRequest) Reset() { *m = BulkDeleteRowsRequest{} } func (m *BulkDeleteRowsRequest) String() string { return proto.CompactTextString(m) } func (*BulkDeleteRowsRequest) ProtoMessage() {} func (*BulkDeleteRowsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_service_messages_92f068361822da3a, []int{8} + return fileDescriptor_bigtable_table_service_messages_b4971580659b019f, []int{8} } func (m *BulkDeleteRowsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BulkDeleteRowsRequest.Unmarshal(m, b) @@ -565,10 +565,10 @@ func init() { } func init() { - proto.RegisterFile("google/bigtable/admin/table/v1/bigtable_table_service_messages.proto", fileDescriptor_bigtable_table_service_messages_92f068361822da3a) + proto.RegisterFile("google/bigtable/admin/table/v1/bigtable_table_service_messages.proto", fileDescriptor_bigtable_table_service_messages_b4971580659b019f) } -var fileDescriptor_bigtable_table_service_messages_92f068361822da3a = []byte{ +var fileDescriptor_bigtable_table_service_messages_b4971580659b019f = []byte{ // 514 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0xc1, 0x6e, 0xd3, 0x40, 0x10, 0xad, 0x49, 0x1b, 0x92, 0x21, 0x94, 0xb2, 0x52, 0x51, 0x52, 0x09, 0x14, 0x56, 0x2a, 0xe4, diff --git a/googleapis/bigtable/admin/v2/bigtable_instance_admin.pb.go b/googleapis/bigtable/admin/v2/bigtable_instance_admin.pb.go index 7a00be59ea..4fdfd8347c 100644 --- a/googleapis/bigtable/admin/v2/bigtable_instance_admin.pb.go +++ b/googleapis/bigtable/admin/v2/bigtable_instance_admin.pb.go @@ -56,7 +56,7 @@ func (m *CreateInstanceRequest) Reset() { *m = CreateInstanceRequest{} } func (m *CreateInstanceRequest) String() string { return proto.CompactTextString(m) } func (*CreateInstanceRequest) ProtoMessage() {} func (*CreateInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{0} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{0} } func (m *CreateInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateInstanceRequest.Unmarshal(m, b) @@ -118,7 +118,7 @@ func (m *GetInstanceRequest) Reset() { *m = GetInstanceRequest{} } func (m *GetInstanceRequest) String() string { return proto.CompactTextString(m) } func (*GetInstanceRequest) ProtoMessage() {} func (*GetInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{1} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{1} } func (m *GetInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetInstanceRequest.Unmarshal(m, b) @@ -161,7 +161,7 @@ func (m *ListInstancesRequest) Reset() { *m = ListInstancesRequest{} } func (m *ListInstancesRequest) String() string { return proto.CompactTextString(m) } func (*ListInstancesRequest) ProtoMessage() {} func (*ListInstancesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{2} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{2} } func (m *ListInstancesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInstancesRequest.Unmarshal(m, b) @@ -217,7 +217,7 @@ func (m *ListInstancesResponse) Reset() { *m = ListInstancesResponse{} } func (m *ListInstancesResponse) String() string { return proto.CompactTextString(m) } func (*ListInstancesResponse) ProtoMessage() {} func (*ListInstancesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{3} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{3} } func (m *ListInstancesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInstancesResponse.Unmarshal(m, b) @@ -274,7 +274,7 @@ func (m *PartialUpdateInstanceRequest) Reset() { *m = PartialUpdateInsta func (m *PartialUpdateInstanceRequest) String() string { return proto.CompactTextString(m) } func (*PartialUpdateInstanceRequest) ProtoMessage() {} func (*PartialUpdateInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{4} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{4} } func (m *PartialUpdateInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PartialUpdateInstanceRequest.Unmarshal(m, b) @@ -322,7 +322,7 @@ func (m *DeleteInstanceRequest) Reset() { *m = DeleteInstanceRequest{} } func (m *DeleteInstanceRequest) String() string { return proto.CompactTextString(m) } func (*DeleteInstanceRequest) ProtoMessage() {} func (*DeleteInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{5} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{5} } func (m *DeleteInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteInstanceRequest.Unmarshal(m, b) @@ -371,7 +371,7 @@ func (m *CreateClusterRequest) Reset() { *m = CreateClusterRequest{} } func (m *CreateClusterRequest) String() string { return proto.CompactTextString(m) } func (*CreateClusterRequest) ProtoMessage() {} func (*CreateClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{6} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{6} } func (m *CreateClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateClusterRequest.Unmarshal(m, b) @@ -426,7 +426,7 @@ func (m *GetClusterRequest) Reset() { *m = GetClusterRequest{} } func (m *GetClusterRequest) String() string { return proto.CompactTextString(m) } func (*GetClusterRequest) ProtoMessage() {} func (*GetClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{7} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{7} } func (m *GetClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetClusterRequest.Unmarshal(m, b) @@ -471,7 +471,7 @@ func (m *ListClustersRequest) Reset() { *m = ListClustersRequest{} } func (m *ListClustersRequest) String() string { return proto.CompactTextString(m) } func (*ListClustersRequest) ProtoMessage() {} func (*ListClustersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{8} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{8} } func (m *ListClustersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListClustersRequest.Unmarshal(m, b) @@ -526,7 +526,7 @@ func (m *ListClustersResponse) Reset() { *m = ListClustersResponse{} } func (m *ListClustersResponse) String() string { return proto.CompactTextString(m) } func (*ListClustersResponse) ProtoMessage() {} func (*ListClustersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{9} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{9} } func (m *ListClustersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListClustersResponse.Unmarshal(m, b) @@ -581,7 +581,7 @@ func (m *DeleteClusterRequest) Reset() { *m = DeleteClusterRequest{} } func (m *DeleteClusterRequest) String() string { return proto.CompactTextString(m) } func (*DeleteClusterRequest) ProtoMessage() {} func (*DeleteClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{10} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{10} } func (m *DeleteClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteClusterRequest.Unmarshal(m, b) @@ -625,7 +625,7 @@ func (m *CreateInstanceMetadata) Reset() { *m = CreateInstanceMetadata{} func (m *CreateInstanceMetadata) String() string { return proto.CompactTextString(m) } func (*CreateInstanceMetadata) ProtoMessage() {} func (*CreateInstanceMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{11} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{11} } func (m *CreateInstanceMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateInstanceMetadata.Unmarshal(m, b) @@ -683,7 +683,7 @@ func (m *UpdateInstanceMetadata) Reset() { *m = UpdateInstanceMetadata{} func (m *UpdateInstanceMetadata) String() string { return proto.CompactTextString(m) } func (*UpdateInstanceMetadata) ProtoMessage() {} func (*UpdateInstanceMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{12} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{12} } func (m *UpdateInstanceMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateInstanceMetadata.Unmarshal(m, b) @@ -741,7 +741,7 @@ func (m *CreateClusterMetadata) Reset() { *m = CreateClusterMetadata{} } func (m *CreateClusterMetadata) String() string { return proto.CompactTextString(m) } func (*CreateClusterMetadata) ProtoMessage() {} func (*CreateClusterMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{13} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{13} } func (m *CreateClusterMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateClusterMetadata.Unmarshal(m, b) @@ -799,7 +799,7 @@ func (m *UpdateClusterMetadata) Reset() { *m = UpdateClusterMetadata{} } func (m *UpdateClusterMetadata) String() string { return proto.CompactTextString(m) } func (*UpdateClusterMetadata) ProtoMessage() {} func (*UpdateClusterMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{14} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{14} } func (m *UpdateClusterMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateClusterMetadata.Unmarshal(m, b) @@ -864,7 +864,7 @@ func (m *CreateAppProfileRequest) Reset() { *m = CreateAppProfileRequest func (m *CreateAppProfileRequest) String() string { return proto.CompactTextString(m) } func (*CreateAppProfileRequest) ProtoMessage() {} func (*CreateAppProfileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{15} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{15} } func (m *CreateAppProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateAppProfileRequest.Unmarshal(m, b) @@ -926,7 +926,7 @@ func (m *GetAppProfileRequest) Reset() { *m = GetAppProfileRequest{} } func (m *GetAppProfileRequest) String() string { return proto.CompactTextString(m) } func (*GetAppProfileRequest) ProtoMessage() {} func (*GetAppProfileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{16} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{16} } func (m *GetAppProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAppProfileRequest.Unmarshal(m, b) @@ -975,7 +975,7 @@ func (m *ListAppProfilesRequest) Reset() { *m = ListAppProfilesRequest{} func (m *ListAppProfilesRequest) String() string { return proto.CompactTextString(m) } func (*ListAppProfilesRequest) ProtoMessage() {} func (*ListAppProfilesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{17} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{17} } func (m *ListAppProfilesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAppProfilesRequest.Unmarshal(m, b) @@ -1038,7 +1038,7 @@ func (m *ListAppProfilesResponse) Reset() { *m = ListAppProfilesResponse func (m *ListAppProfilesResponse) String() string { return proto.CompactTextString(m) } func (*ListAppProfilesResponse) ProtoMessage() {} func (*ListAppProfilesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{18} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{18} } func (m *ListAppProfilesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAppProfilesResponse.Unmarshal(m, b) @@ -1097,7 +1097,7 @@ func (m *UpdateAppProfileRequest) Reset() { *m = UpdateAppProfileRequest func (m *UpdateAppProfileRequest) String() string { return proto.CompactTextString(m) } func (*UpdateAppProfileRequest) ProtoMessage() {} func (*UpdateAppProfileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{19} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{19} } func (m *UpdateAppProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateAppProfileRequest.Unmarshal(m, b) @@ -1154,7 +1154,7 @@ func (m *DeleteAppProfileRequest) Reset() { *m = DeleteAppProfileRequest func (m *DeleteAppProfileRequest) String() string { return proto.CompactTextString(m) } func (*DeleteAppProfileRequest) ProtoMessage() {} func (*DeleteAppProfileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{20} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{20} } func (m *DeleteAppProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteAppProfileRequest.Unmarshal(m, b) @@ -1199,7 +1199,7 @@ func (m *UpdateAppProfileMetadata) Reset() { *m = UpdateAppProfileMetada func (m *UpdateAppProfileMetadata) String() string { return proto.CompactTextString(m) } func (*UpdateAppProfileMetadata) ProtoMessage() {} func (*UpdateAppProfileMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f, []int{21} + return fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5, []int{21} } func (m *UpdateAppProfileMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateAppProfileMetadata.Unmarshal(m, b) @@ -1954,10 +1954,10 @@ var _BigtableInstanceAdmin_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/bigtable/admin/v2/bigtable_instance_admin.proto", fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f) + proto.RegisterFile("google/bigtable/admin/v2/bigtable_instance_admin.proto", fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5) } -var fileDescriptor_bigtable_instance_admin_8d2ac73e5c48a41f = []byte{ +var fileDescriptor_bigtable_instance_admin_7a6cd7ed1a550de5 = []byte{ // 1592 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x59, 0xcd, 0x6f, 0xdc, 0x44, 0x14, 0xd7, 0xec, 0xb6, 0x25, 0x79, 0x9b, 0x2f, 0x86, 0x26, 0x59, 0xb9, 0x5f, 0xa9, 0x5b, 0xb5, diff --git a/googleapis/bigtable/admin/v2/bigtable_table_admin.pb.go b/googleapis/bigtable/admin/v2/bigtable_table_admin.pb.go index bec51df02c..6b01ce3839 100644 --- a/googleapis/bigtable/admin/v2/bigtable_table_admin.pb.go +++ b/googleapis/bigtable/admin/v2/bigtable_table_admin.pb.go @@ -65,7 +65,7 @@ func (m *CreateTableRequest) Reset() { *m = CreateTableRequest{} } func (m *CreateTableRequest) String() string { return proto.CompactTextString(m) } func (*CreateTableRequest) ProtoMessage() {} func (*CreateTableRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{0} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{0} } func (m *CreateTableRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateTableRequest.Unmarshal(m, b) @@ -126,7 +126,7 @@ func (m *CreateTableRequest_Split) Reset() { *m = CreateTableRequest_Spl func (m *CreateTableRequest_Split) String() string { return proto.CompactTextString(m) } func (*CreateTableRequest_Split) ProtoMessage() {} func (*CreateTableRequest_Split) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{0, 0} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{0, 0} } func (m *CreateTableRequest_Split) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateTableRequest_Split.Unmarshal(m, b) @@ -181,7 +181,7 @@ func (m *CreateTableFromSnapshotRequest) Reset() { *m = CreateTableFromS func (m *CreateTableFromSnapshotRequest) String() string { return proto.CompactTextString(m) } func (*CreateTableFromSnapshotRequest) ProtoMessage() {} func (*CreateTableFromSnapshotRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{1} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{1} } func (m *CreateTableFromSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateTableFromSnapshotRequest.Unmarshal(m, b) @@ -244,7 +244,7 @@ func (m *DropRowRangeRequest) Reset() { *m = DropRowRangeRequest{} } func (m *DropRowRangeRequest) String() string { return proto.CompactTextString(m) } func (*DropRowRangeRequest) ProtoMessage() {} func (*DropRowRangeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{2} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{2} } func (m *DropRowRangeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DropRowRangeRequest.Unmarshal(m, b) @@ -400,7 +400,7 @@ func (m *ListTablesRequest) Reset() { *m = ListTablesRequest{} } func (m *ListTablesRequest) String() string { return proto.CompactTextString(m) } func (*ListTablesRequest) ProtoMessage() {} func (*ListTablesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{3} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{3} } func (m *ListTablesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTablesRequest.Unmarshal(m, b) @@ -466,7 +466,7 @@ func (m *ListTablesResponse) Reset() { *m = ListTablesResponse{} } func (m *ListTablesResponse) String() string { return proto.CompactTextString(m) } func (*ListTablesResponse) ProtoMessage() {} func (*ListTablesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{4} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{4} } func (m *ListTablesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTablesResponse.Unmarshal(m, b) @@ -519,7 +519,7 @@ func (m *GetTableRequest) Reset() { *m = GetTableRequest{} } func (m *GetTableRequest) String() string { return proto.CompactTextString(m) } func (*GetTableRequest) ProtoMessage() {} func (*GetTableRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{5} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{5} } func (m *GetTableRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTableRequest.Unmarshal(m, b) @@ -569,7 +569,7 @@ func (m *DeleteTableRequest) Reset() { *m = DeleteTableRequest{} } func (m *DeleteTableRequest) String() string { return proto.CompactTextString(m) } func (*DeleteTableRequest) ProtoMessage() {} func (*DeleteTableRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{6} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{6} } func (m *DeleteTableRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteTableRequest.Unmarshal(m, b) @@ -617,7 +617,7 @@ func (m *ModifyColumnFamiliesRequest) Reset() { *m = ModifyColumnFamilie func (m *ModifyColumnFamiliesRequest) String() string { return proto.CompactTextString(m) } func (*ModifyColumnFamiliesRequest) ProtoMessage() {} func (*ModifyColumnFamiliesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{7} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{7} } func (m *ModifyColumnFamiliesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ModifyColumnFamiliesRequest.Unmarshal(m, b) @@ -673,7 +673,7 @@ func (m *ModifyColumnFamiliesRequest_Modification) Reset() { func (m *ModifyColumnFamiliesRequest_Modification) String() string { return proto.CompactTextString(m) } func (*ModifyColumnFamiliesRequest_Modification) ProtoMessage() {} func (*ModifyColumnFamiliesRequest_Modification) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{7, 0} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{7, 0} } func (m *ModifyColumnFamiliesRequest_Modification) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ModifyColumnFamiliesRequest_Modification.Unmarshal(m, b) @@ -861,7 +861,7 @@ func (m *GenerateConsistencyTokenRequest) Reset() { *m = GenerateConsist func (m *GenerateConsistencyTokenRequest) String() string { return proto.CompactTextString(m) } func (*GenerateConsistencyTokenRequest) ProtoMessage() {} func (*GenerateConsistencyTokenRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{8} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{8} } func (m *GenerateConsistencyTokenRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateConsistencyTokenRequest.Unmarshal(m, b) @@ -902,7 +902,7 @@ func (m *GenerateConsistencyTokenResponse) Reset() { *m = GenerateConsis func (m *GenerateConsistencyTokenResponse) String() string { return proto.CompactTextString(m) } func (*GenerateConsistencyTokenResponse) ProtoMessage() {} func (*GenerateConsistencyTokenResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{9} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{9} } func (m *GenerateConsistencyTokenResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateConsistencyTokenResponse.Unmarshal(m, b) @@ -947,7 +947,7 @@ func (m *CheckConsistencyRequest) Reset() { *m = CheckConsistencyRequest func (m *CheckConsistencyRequest) String() string { return proto.CompactTextString(m) } func (*CheckConsistencyRequest) ProtoMessage() {} func (*CheckConsistencyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{10} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{10} } func (m *CheckConsistencyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckConsistencyRequest.Unmarshal(m, b) @@ -996,7 +996,7 @@ func (m *CheckConsistencyResponse) Reset() { *m = CheckConsistencyRespon func (m *CheckConsistencyResponse) String() string { return proto.CompactTextString(m) } func (*CheckConsistencyResponse) ProtoMessage() {} func (*CheckConsistencyResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{11} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{11} } func (m *CheckConsistencyResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckConsistencyResponse.Unmarshal(m, b) @@ -1060,7 +1060,7 @@ func (m *SnapshotTableRequest) Reset() { *m = SnapshotTableRequest{} } func (m *SnapshotTableRequest) String() string { return proto.CompactTextString(m) } func (*SnapshotTableRequest) ProtoMessage() {} func (*SnapshotTableRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{12} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{12} } func (m *SnapshotTableRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SnapshotTableRequest.Unmarshal(m, b) @@ -1136,7 +1136,7 @@ func (m *GetSnapshotRequest) Reset() { *m = GetSnapshotRequest{} } func (m *GetSnapshotRequest) String() string { return proto.CompactTextString(m) } func (*GetSnapshotRequest) ProtoMessage() {} func (*GetSnapshotRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{13} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{13} } func (m *GetSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSnapshotRequest.Unmarshal(m, b) @@ -1191,7 +1191,7 @@ func (m *ListSnapshotsRequest) Reset() { *m = ListSnapshotsRequest{} } func (m *ListSnapshotsRequest) String() string { return proto.CompactTextString(m) } func (*ListSnapshotsRequest) ProtoMessage() {} func (*ListSnapshotsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{14} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{14} } func (m *ListSnapshotsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsRequest.Unmarshal(m, b) @@ -1255,7 +1255,7 @@ func (m *ListSnapshotsResponse) Reset() { *m = ListSnapshotsResponse{} } func (m *ListSnapshotsResponse) String() string { return proto.CompactTextString(m) } func (*ListSnapshotsResponse) ProtoMessage() {} func (*ListSnapshotsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{15} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{15} } func (m *ListSnapshotsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsResponse.Unmarshal(m, b) @@ -1310,7 +1310,7 @@ func (m *DeleteSnapshotRequest) Reset() { *m = DeleteSnapshotRequest{} } func (m *DeleteSnapshotRequest) String() string { return proto.CompactTextString(m) } func (*DeleteSnapshotRequest) ProtoMessage() {} func (*DeleteSnapshotRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{16} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{16} } func (m *DeleteSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSnapshotRequest.Unmarshal(m, b) @@ -1359,7 +1359,7 @@ func (m *SnapshotTableMetadata) Reset() { *m = SnapshotTableMetadata{} } func (m *SnapshotTableMetadata) String() string { return proto.CompactTextString(m) } func (*SnapshotTableMetadata) ProtoMessage() {} func (*SnapshotTableMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{17} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{17} } func (m *SnapshotTableMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SnapshotTableMetadata.Unmarshal(m, b) @@ -1423,7 +1423,7 @@ func (m *CreateTableFromSnapshotMetadata) Reset() { *m = CreateTableFrom func (m *CreateTableFromSnapshotMetadata) String() string { return proto.CompactTextString(m) } func (*CreateTableFromSnapshotMetadata) ProtoMessage() {} func (*CreateTableFromSnapshotMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_table_admin_66c21ad243a58d94, []int{18} + return fileDescriptor_bigtable_table_admin_4c164c60709448e2, []int{18} } func (m *CreateTableFromSnapshotMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateTableFromSnapshotMetadata.Unmarshal(m, b) @@ -2071,10 +2071,10 @@ var _BigtableTableAdmin_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/bigtable/admin/v2/bigtable_table_admin.proto", fileDescriptor_bigtable_table_admin_66c21ad243a58d94) + proto.RegisterFile("google/bigtable/admin/v2/bigtable_table_admin.proto", fileDescriptor_bigtable_table_admin_4c164c60709448e2) } -var fileDescriptor_bigtable_table_admin_66c21ad243a58d94 = []byte{ +var fileDescriptor_bigtable_table_admin_4c164c60709448e2 = []byte{ // 1520 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x58, 0xcb, 0x6f, 0xdc, 0x54, 0x17, 0xaf, 0x27, 0x8f, 0x26, 0x67, 0xf2, 0xea, 0xfd, 0xd2, 0x76, 0x3a, 0x6d, 0x93, 0xc8, 0x5f, diff --git a/googleapis/bigtable/admin/v2/common.pb.go b/googleapis/bigtable/admin/v2/common.pb.go index bb7e08cae5..72fe729dbc 100644 --- a/googleapis/bigtable/admin/v2/common.pb.go +++ b/googleapis/bigtable/admin/v2/common.pb.go @@ -47,7 +47,7 @@ func (x StorageType) String() string { return proto.EnumName(StorageType_name, int32(x)) } func (StorageType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_aea695cda7095808, []int{0} + return fileDescriptor_common_0e01de0fdbb848ad, []int{0} } func init() { @@ -55,10 +55,10 @@ func init() { } func init() { - proto.RegisterFile("google/bigtable/admin/v2/common.proto", fileDescriptor_common_aea695cda7095808) + proto.RegisterFile("google/bigtable/admin/v2/common.proto", fileDescriptor_common_0e01de0fdbb848ad) } -var fileDescriptor_common_aea695cda7095808 = []byte{ +var fileDescriptor_common_0e01de0fdbb848ad = []byte{ // 270 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0xd0, 0xcf, 0x4b, 0xc3, 0x30, 0x14, 0x07, 0x70, 0x3b, 0x41, 0x21, 0xbb, 0x94, 0x9e, 0xc6, 0x28, 0x7a, 0xf2, 0xe2, 0x21, 0x81, diff --git a/googleapis/bigtable/admin/v2/instance.pb.go b/googleapis/bigtable/admin/v2/instance.pb.go index ec8777456c..b5e936cef8 100644 --- a/googleapis/bigtable/admin/v2/instance.pb.go +++ b/googleapis/bigtable/admin/v2/instance.pb.go @@ -48,7 +48,7 @@ func (x Instance_State) String() string { return proto.EnumName(Instance_State_name, int32(x)) } func (Instance_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_instance_373bfb3aaf0aa661, []int{0, 0} + return fileDescriptor_instance_e9d126e00e9552ae, []int{0, 0} } // The type of the instance. @@ -87,7 +87,7 @@ func (x Instance_Type) String() string { return proto.EnumName(Instance_Type_name, int32(x)) } func (Instance_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_instance_373bfb3aaf0aa661, []int{0, 1} + return fileDescriptor_instance_e9d126e00e9552ae, []int{0, 1} } // Possible states of a cluster. @@ -132,7 +132,7 @@ func (x Cluster_State) String() string { return proto.EnumName(Cluster_State_name, int32(x)) } func (Cluster_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_instance_373bfb3aaf0aa661, []int{1, 0} + return fileDescriptor_instance_e9d126e00e9552ae, []int{1, 0} } // A collection of Bigtable [Tables][google.bigtable.admin.v2.Table] and @@ -174,7 +174,7 @@ func (m *Instance) Reset() { *m = Instance{} } func (m *Instance) String() string { return proto.CompactTextString(m) } func (*Instance) ProtoMessage() {} func (*Instance) Descriptor() ([]byte, []int) { - return fileDescriptor_instance_373bfb3aaf0aa661, []int{0} + return fileDescriptor_instance_e9d126e00e9552ae, []int{0} } func (m *Instance) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Instance.Unmarshal(m, b) @@ -262,7 +262,7 @@ func (m *Cluster) Reset() { *m = Cluster{} } func (m *Cluster) String() string { return proto.CompactTextString(m) } func (*Cluster) ProtoMessage() {} func (*Cluster) Descriptor() ([]byte, []int) { - return fileDescriptor_instance_373bfb3aaf0aa661, []int{1} + return fileDescriptor_instance_e9d126e00e9552ae, []int{1} } func (m *Cluster) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Cluster.Unmarshal(m, b) @@ -351,7 +351,7 @@ func (m *AppProfile) Reset() { *m = AppProfile{} } func (m *AppProfile) String() string { return proto.CompactTextString(m) } func (*AppProfile) ProtoMessage() {} func (*AppProfile) Descriptor() ([]byte, []int) { - return fileDescriptor_instance_373bfb3aaf0aa661, []int{2} + return fileDescriptor_instance_e9d126e00e9552ae, []int{2} } func (m *AppProfile) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppProfile.Unmarshal(m, b) @@ -517,7 +517,7 @@ func (m *AppProfile_MultiClusterRoutingUseAny) Reset() { *m = AppProfile func (m *AppProfile_MultiClusterRoutingUseAny) String() string { return proto.CompactTextString(m) } func (*AppProfile_MultiClusterRoutingUseAny) ProtoMessage() {} func (*AppProfile_MultiClusterRoutingUseAny) Descriptor() ([]byte, []int) { - return fileDescriptor_instance_373bfb3aaf0aa661, []int{2, 0} + return fileDescriptor_instance_e9d126e00e9552ae, []int{2, 0} } func (m *AppProfile_MultiClusterRoutingUseAny) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppProfile_MultiClusterRoutingUseAny.Unmarshal(m, b) @@ -556,7 +556,7 @@ func (m *AppProfile_SingleClusterRouting) Reset() { *m = AppProfile_Sing func (m *AppProfile_SingleClusterRouting) String() string { return proto.CompactTextString(m) } func (*AppProfile_SingleClusterRouting) ProtoMessage() {} func (*AppProfile_SingleClusterRouting) Descriptor() ([]byte, []int) { - return fileDescriptor_instance_373bfb3aaf0aa661, []int{2, 1} + return fileDescriptor_instance_e9d126e00e9552ae, []int{2, 1} } func (m *AppProfile_SingleClusterRouting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppProfile_SingleClusterRouting.Unmarshal(m, b) @@ -603,10 +603,10 @@ func init() { } func init() { - proto.RegisterFile("google/bigtable/admin/v2/instance.proto", fileDescriptor_instance_373bfb3aaf0aa661) + proto.RegisterFile("google/bigtable/admin/v2/instance.proto", fileDescriptor_instance_e9d126e00e9552ae) } -var fileDescriptor_instance_373bfb3aaf0aa661 = []byte{ +var fileDescriptor_instance_e9d126e00e9552ae = []byte{ // 765 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xdd, 0x8e, 0xdb, 0x44, 0x14, 0x8e, 0xf3, 0xb3, 0x64, 0x4f, 0xca, 0xd6, 0x1a, 0x22, 0x94, 0x86, 0x16, 0x42, 0xa4, 0xaa, diff --git a/googleapis/bigtable/admin/v2/table.pb.go b/googleapis/bigtable/admin/v2/table.pb.go index 11396f8c62..6dd38e1b35 100644 --- a/googleapis/bigtable/admin/v2/table.pb.go +++ b/googleapis/bigtable/admin/v2/table.pb.go @@ -46,7 +46,7 @@ func (x Table_TimestampGranularity) String() string { return proto.EnumName(Table_TimestampGranularity_name, int32(x)) } func (Table_TimestampGranularity) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_table_d23eabdaefbca794, []int{0, 0} + return fileDescriptor_table_e7caf794c322cd95, []int{0, 0} } // Defines a view over a table's fields. @@ -85,7 +85,7 @@ func (x Table_View) String() string { return proto.EnumName(Table_View_name, int32(x)) } func (Table_View) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_table_d23eabdaefbca794, []int{0, 1} + return fileDescriptor_table_e7caf794c322cd95, []int{0, 1} } // Table replication states. @@ -129,7 +129,7 @@ func (x Table_ClusterState_ReplicationState) String() string { return proto.EnumName(Table_ClusterState_ReplicationState_name, int32(x)) } func (Table_ClusterState_ReplicationState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_table_d23eabdaefbca794, []int{0, 0, 0} + return fileDescriptor_table_e7caf794c322cd95, []int{0, 0, 0} } // Possible states of a snapshot. @@ -161,7 +161,7 @@ func (x Snapshot_State) String() string { return proto.EnumName(Snapshot_State_name, int32(x)) } func (Snapshot_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_table_d23eabdaefbca794, []int{3, 0} + return fileDescriptor_table_e7caf794c322cd95, []int{3, 0} } // A collection of user data indexed by row, column, and timestamp. @@ -198,7 +198,7 @@ func (m *Table) Reset() { *m = Table{} } func (m *Table) String() string { return proto.CompactTextString(m) } func (*Table) ProtoMessage() {} func (*Table) Descriptor() ([]byte, []int) { - return fileDescriptor_table_d23eabdaefbca794, []int{0} + return fileDescriptor_table_e7caf794c322cd95, []int{0} } func (m *Table) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Table.Unmarshal(m, b) @@ -260,7 +260,7 @@ func (m *Table_ClusterState) Reset() { *m = Table_ClusterState{} } func (m *Table_ClusterState) String() string { return proto.CompactTextString(m) } func (*Table_ClusterState) ProtoMessage() {} func (*Table_ClusterState) Descriptor() ([]byte, []int) { - return fileDescriptor_table_d23eabdaefbca794, []int{0, 0} + return fileDescriptor_table_e7caf794c322cd95, []int{0, 0} } func (m *Table_ClusterState) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Table_ClusterState.Unmarshal(m, b) @@ -305,7 +305,7 @@ func (m *ColumnFamily) Reset() { *m = ColumnFamily{} } func (m *ColumnFamily) String() string { return proto.CompactTextString(m) } func (*ColumnFamily) ProtoMessage() {} func (*ColumnFamily) Descriptor() ([]byte, []int) { - return fileDescriptor_table_d23eabdaefbca794, []int{1} + return fileDescriptor_table_e7caf794c322cd95, []int{1} } func (m *ColumnFamily) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ColumnFamily.Unmarshal(m, b) @@ -351,7 +351,7 @@ func (m *GcRule) Reset() { *m = GcRule{} } func (m *GcRule) String() string { return proto.CompactTextString(m) } func (*GcRule) ProtoMessage() {} func (*GcRule) Descriptor() ([]byte, []int) { - return fileDescriptor_table_d23eabdaefbca794, []int{2} + return fileDescriptor_table_e7caf794c322cd95, []int{2} } func (m *GcRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcRule.Unmarshal(m, b) @@ -554,7 +554,7 @@ func (m *GcRule_Intersection) Reset() { *m = GcRule_Intersection{} } func (m *GcRule_Intersection) String() string { return proto.CompactTextString(m) } func (*GcRule_Intersection) ProtoMessage() {} func (*GcRule_Intersection) Descriptor() ([]byte, []int) { - return fileDescriptor_table_d23eabdaefbca794, []int{2, 0} + return fileDescriptor_table_e7caf794c322cd95, []int{2, 0} } func (m *GcRule_Intersection) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcRule_Intersection.Unmarshal(m, b) @@ -594,7 +594,7 @@ func (m *GcRule_Union) Reset() { *m = GcRule_Union{} } func (m *GcRule_Union) String() string { return proto.CompactTextString(m) } func (*GcRule_Union) ProtoMessage() {} func (*GcRule_Union) Descriptor() ([]byte, []int) { - return fileDescriptor_table_d23eabdaefbca794, []int{2, 1} + return fileDescriptor_table_e7caf794c322cd95, []int{2, 1} } func (m *GcRule_Union) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcRule_Union.Unmarshal(m, b) @@ -665,7 +665,7 @@ func (m *Snapshot) Reset() { *m = Snapshot{} } func (m *Snapshot) String() string { return proto.CompactTextString(m) } func (*Snapshot) ProtoMessage() {} func (*Snapshot) Descriptor() ([]byte, []int) { - return fileDescriptor_table_d23eabdaefbca794, []int{3} + return fileDescriptor_table_e7caf794c322cd95, []int{3} } func (m *Snapshot) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Snapshot.Unmarshal(m, b) @@ -751,10 +751,10 @@ func init() { } func init() { - proto.RegisterFile("google/bigtable/admin/v2/table.proto", fileDescriptor_table_d23eabdaefbca794) + proto.RegisterFile("google/bigtable/admin/v2/table.proto", fileDescriptor_table_e7caf794c322cd95) } -var fileDescriptor_table_d23eabdaefbca794 = []byte{ +var fileDescriptor_table_e7caf794c322cd95 = []byte{ // 965 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0xff, 0x6e, 0xdb, 0x54, 0x18, 0xad, 0xe3, 0x38, 0x6d, 0xbf, 0xa4, 0xad, 0xb9, 0x1d, 0x22, 0x8b, 0xa6, 0x2d, 0x44, 0x30, diff --git a/googleapis/bigtable/v1/bigtable_data.pb.go b/googleapis/bigtable/v1/bigtable_data.pb.go index b3aec32392..e9f6b00a45 100644 --- a/googleapis/bigtable/v1/bigtable_data.pb.go +++ b/googleapis/bigtable/v1/bigtable_data.pb.go @@ -37,7 +37,7 @@ func (m *Row) Reset() { *m = Row{} } func (m *Row) String() string { return proto.CompactTextString(m) } func (*Row) ProtoMessage() {} func (*Row) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{0} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{0} } func (m *Row) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Row.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *Family) Reset() { *m = Family{} } func (m *Family) String() string { return proto.CompactTextString(m) } func (*Family) ProtoMessage() {} func (*Family) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{1} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{1} } func (m *Family) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Family.Unmarshal(m, b) @@ -144,7 +144,7 @@ func (m *Column) Reset() { *m = Column{} } func (m *Column) String() string { return proto.CompactTextString(m) } func (*Column) ProtoMessage() {} func (*Column) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{2} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{2} } func (m *Column) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Column.Unmarshal(m, b) @@ -202,7 +202,7 @@ func (m *Cell) Reset() { *m = Cell{} } func (m *Cell) String() string { return proto.CompactTextString(m) } func (*Cell) ProtoMessage() {} func (*Cell) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{3} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{3} } func (m *Cell) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Cell.Unmarshal(m, b) @@ -258,7 +258,7 @@ func (m *RowRange) Reset() { *m = RowRange{} } func (m *RowRange) String() string { return proto.CompactTextString(m) } func (*RowRange) ProtoMessage() {} func (*RowRange) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{4} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{4} } func (m *RowRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RowRange.Unmarshal(m, b) @@ -307,7 +307,7 @@ func (m *RowSet) Reset() { *m = RowSet{} } func (m *RowSet) String() string { return proto.CompactTextString(m) } func (*RowSet) ProtoMessage() {} func (*RowSet) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{5} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{5} } func (m *RowSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RowSet.Unmarshal(m, b) @@ -371,7 +371,7 @@ func (m *ColumnRange) Reset() { *m = ColumnRange{} } func (m *ColumnRange) String() string { return proto.CompactTextString(m) } func (*ColumnRange) ProtoMessage() {} func (*ColumnRange) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{6} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{6} } func (m *ColumnRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ColumnRange.Unmarshal(m, b) @@ -595,7 +595,7 @@ func (m *TimestampRange) Reset() { *m = TimestampRange{} } func (m *TimestampRange) String() string { return proto.CompactTextString(m) } func (*TimestampRange) ProtoMessage() {} func (*TimestampRange) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{7} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{7} } func (m *TimestampRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimestampRange.Unmarshal(m, b) @@ -654,7 +654,7 @@ func (m *ValueRange) Reset() { *m = ValueRange{} } func (m *ValueRange) String() string { return proto.CompactTextString(m) } func (*ValueRange) ProtoMessage() {} func (*ValueRange) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{8} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{8} } func (m *ValueRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValueRange.Unmarshal(m, b) @@ -923,7 +923,7 @@ func (m *RowFilter) Reset() { *m = RowFilter{} } func (m *RowFilter) String() string { return proto.CompactTextString(m) } func (*RowFilter) ProtoMessage() {} func (*RowFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{9} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{9} } func (m *RowFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RowFilter.Unmarshal(m, b) @@ -1569,7 +1569,7 @@ func (m *RowFilter_Chain) Reset() { *m = RowFilter_Chain{} } func (m *RowFilter_Chain) String() string { return proto.CompactTextString(m) } func (*RowFilter_Chain) ProtoMessage() {} func (*RowFilter_Chain) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{9, 0} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{9, 0} } func (m *RowFilter_Chain) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RowFilter_Chain.Unmarshal(m, b) @@ -1633,7 +1633,7 @@ func (m *RowFilter_Interleave) Reset() { *m = RowFilter_Interleave{} } func (m *RowFilter_Interleave) String() string { return proto.CompactTextString(m) } func (*RowFilter_Interleave) ProtoMessage() {} func (*RowFilter_Interleave) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{9, 1} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{9, 1} } func (m *RowFilter_Interleave) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RowFilter_Interleave.Unmarshal(m, b) @@ -1687,7 +1687,7 @@ func (m *RowFilter_Condition) Reset() { *m = RowFilter_Condition{} } func (m *RowFilter_Condition) String() string { return proto.CompactTextString(m) } func (*RowFilter_Condition) ProtoMessage() {} func (*RowFilter_Condition) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{9, 2} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{9, 2} } func (m *RowFilter_Condition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RowFilter_Condition.Unmarshal(m, b) @@ -1747,7 +1747,7 @@ func (m *Mutation) Reset() { *m = Mutation{} } func (m *Mutation) String() string { return proto.CompactTextString(m) } func (*Mutation) ProtoMessage() {} func (*Mutation) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{10} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{10} } func (m *Mutation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mutation.Unmarshal(m, b) @@ -1967,7 +1967,7 @@ func (m *Mutation_SetCell) Reset() { *m = Mutation_SetCell{} } func (m *Mutation_SetCell) String() string { return proto.CompactTextString(m) } func (*Mutation_SetCell) ProtoMessage() {} func (*Mutation_SetCell) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{10, 0} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{10, 0} } func (m *Mutation_SetCell) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mutation_SetCell.Unmarshal(m, b) @@ -2035,7 +2035,7 @@ func (m *Mutation_DeleteFromColumn) Reset() { *m = Mutation_DeleteFromCo func (m *Mutation_DeleteFromColumn) String() string { return proto.CompactTextString(m) } func (*Mutation_DeleteFromColumn) ProtoMessage() {} func (*Mutation_DeleteFromColumn) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{10, 1} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{10, 1} } func (m *Mutation_DeleteFromColumn) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mutation_DeleteFromColumn.Unmarshal(m, b) @@ -2090,7 +2090,7 @@ func (m *Mutation_DeleteFromFamily) Reset() { *m = Mutation_DeleteFromFa func (m *Mutation_DeleteFromFamily) String() string { return proto.CompactTextString(m) } func (*Mutation_DeleteFromFamily) ProtoMessage() {} func (*Mutation_DeleteFromFamily) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{10, 2} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{10, 2} } func (m *Mutation_DeleteFromFamily) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mutation_DeleteFromFamily.Unmarshal(m, b) @@ -2128,7 +2128,7 @@ func (m *Mutation_DeleteFromRow) Reset() { *m = Mutation_DeleteFromRow{} func (m *Mutation_DeleteFromRow) String() string { return proto.CompactTextString(m) } func (*Mutation_DeleteFromRow) ProtoMessage() {} func (*Mutation_DeleteFromRow) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{10, 3} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{10, 3} } func (m *Mutation_DeleteFromRow) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mutation_DeleteFromRow.Unmarshal(m, b) @@ -2174,7 +2174,7 @@ func (m *ReadModifyWriteRule) Reset() { *m = ReadModifyWriteRule{} } func (m *ReadModifyWriteRule) String() string { return proto.CompactTextString(m) } func (*ReadModifyWriteRule) ProtoMessage() {} func (*ReadModifyWriteRule) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_data_50fe9afdc5460476, []int{11} + return fileDescriptor_bigtable_data_ec1ed9ad6f99305a, []int{11} } func (m *ReadModifyWriteRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadModifyWriteRule.Unmarshal(m, b) @@ -2333,10 +2333,10 @@ func init() { } func init() { - proto.RegisterFile("google/bigtable/v1/bigtable_data.proto", fileDescriptor_bigtable_data_50fe9afdc5460476) + proto.RegisterFile("google/bigtable/v1/bigtable_data.proto", fileDescriptor_bigtable_data_ec1ed9ad6f99305a) } -var fileDescriptor_bigtable_data_50fe9afdc5460476 = []byte{ +var fileDescriptor_bigtable_data_ec1ed9ad6f99305a = []byte{ // 1378 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xdb, 0x6e, 0x1b, 0x37, 0x13, 0xd6, 0x5a, 0xb2, 0x0e, 0xb3, 0x76, 0x24, 0xd3, 0x27, 0x45, 0x49, 0xfe, 0x18, 0xca, 0x8f, diff --git a/googleapis/bigtable/v1/bigtable_service.pb.go b/googleapis/bigtable/v1/bigtable_service.pb.go index 51f0555173..e21abb38df 100644 --- a/googleapis/bigtable/v1/bigtable_service.pb.go +++ b/googleapis/bigtable/v1/bigtable_service.pb.go @@ -354,10 +354,10 @@ var _BigtableService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/bigtable/v1/bigtable_service.proto", fileDescriptor_bigtable_service_8f283aa5a219babd) + proto.RegisterFile("google/bigtable/v1/bigtable_service.proto", fileDescriptor_bigtable_service_77c4f27ba0e27769) } -var fileDescriptor_bigtable_service_8f283aa5a219babd = []byte{ +var fileDescriptor_bigtable_service_77c4f27ba0e27769 = []byte{ // 521 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x94, 0xcd, 0x6e, 0xd4, 0x30, 0x10, 0xc7, 0x65, 0x0e, 0xa8, 0x58, 0x42, 0x08, 0x4b, 0x14, 0x69, 0xe1, 0x14, 0xa0, 0xa2, 0x11, diff --git a/googleapis/bigtable/v1/bigtable_service_messages.pb.go b/googleapis/bigtable/v1/bigtable_service_messages.pb.go index 7e03d95adc..d65b29f74a 100644 --- a/googleapis/bigtable/v1/bigtable_service_messages.pb.go +++ b/googleapis/bigtable/v1/bigtable_service_messages.pb.go @@ -53,7 +53,7 @@ func (m *ReadRowsRequest) Reset() { *m = ReadRowsRequest{} } func (m *ReadRowsRequest) String() string { return proto.CompactTextString(m) } func (*ReadRowsRequest) ProtoMessage() {} func (*ReadRowsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_service_messages_451ebded4f012786, []int{0} + return fileDescriptor_bigtable_service_messages_4f7fbb80f2eeca84, []int{0} } func (m *ReadRowsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadRowsRequest.Unmarshal(m, b) @@ -257,7 +257,7 @@ func (m *ReadRowsResponse) Reset() { *m = ReadRowsResponse{} } func (m *ReadRowsResponse) String() string { return proto.CompactTextString(m) } func (*ReadRowsResponse) ProtoMessage() {} func (*ReadRowsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_service_messages_451ebded4f012786, []int{1} + return fileDescriptor_bigtable_service_messages_4f7fbb80f2eeca84, []int{1} } func (m *ReadRowsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadRowsResponse.Unmarshal(m, b) @@ -308,7 +308,7 @@ func (m *ReadRowsResponse_Chunk) Reset() { *m = ReadRowsResponse_Chunk{} func (m *ReadRowsResponse_Chunk) String() string { return proto.CompactTextString(m) } func (*ReadRowsResponse_Chunk) ProtoMessage() {} func (*ReadRowsResponse_Chunk) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_service_messages_451ebded4f012786, []int{1, 0} + return fileDescriptor_bigtable_service_messages_4f7fbb80f2eeca84, []int{1, 0} } func (m *ReadRowsResponse_Chunk) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadRowsResponse_Chunk.Unmarshal(m, b) @@ -482,7 +482,7 @@ func (m *SampleRowKeysRequest) Reset() { *m = SampleRowKeysRequest{} } func (m *SampleRowKeysRequest) String() string { return proto.CompactTextString(m) } func (*SampleRowKeysRequest) ProtoMessage() {} func (*SampleRowKeysRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_service_messages_451ebded4f012786, []int{2} + return fileDescriptor_bigtable_service_messages_4f7fbb80f2eeca84, []int{2} } func (m *SampleRowKeysRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SampleRowKeysRequest.Unmarshal(m, b) @@ -533,7 +533,7 @@ func (m *SampleRowKeysResponse) Reset() { *m = SampleRowKeysResponse{} } func (m *SampleRowKeysResponse) String() string { return proto.CompactTextString(m) } func (*SampleRowKeysResponse) ProtoMessage() {} func (*SampleRowKeysResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_service_messages_451ebded4f012786, []int{3} + return fileDescriptor_bigtable_service_messages_4f7fbb80f2eeca84, []int{3} } func (m *SampleRowKeysResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SampleRowKeysResponse.Unmarshal(m, b) @@ -586,7 +586,7 @@ func (m *MutateRowRequest) Reset() { *m = MutateRowRequest{} } func (m *MutateRowRequest) String() string { return proto.CompactTextString(m) } func (*MutateRowRequest) ProtoMessage() {} func (*MutateRowRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_service_messages_451ebded4f012786, []int{4} + return fileDescriptor_bigtable_service_messages_4f7fbb80f2eeca84, []int{4} } func (m *MutateRowRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateRowRequest.Unmarshal(m, b) @@ -646,7 +646,7 @@ func (m *MutateRowsRequest) Reset() { *m = MutateRowsRequest{} } func (m *MutateRowsRequest) String() string { return proto.CompactTextString(m) } func (*MutateRowsRequest) ProtoMessage() {} func (*MutateRowsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_service_messages_451ebded4f012786, []int{5} + return fileDescriptor_bigtable_service_messages_4f7fbb80f2eeca84, []int{5} } func (m *MutateRowsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateRowsRequest.Unmarshal(m, b) @@ -697,7 +697,7 @@ func (m *MutateRowsRequest_Entry) Reset() { *m = MutateRowsRequest_Entry func (m *MutateRowsRequest_Entry) String() string { return proto.CompactTextString(m) } func (*MutateRowsRequest_Entry) ProtoMessage() {} func (*MutateRowsRequest_Entry) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_service_messages_451ebded4f012786, []int{5, 0} + return fileDescriptor_bigtable_service_messages_4f7fbb80f2eeca84, []int{5, 0} } func (m *MutateRowsRequest_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateRowsRequest_Entry.Unmarshal(m, b) @@ -748,7 +748,7 @@ func (m *MutateRowsResponse) Reset() { *m = MutateRowsResponse{} } func (m *MutateRowsResponse) String() string { return proto.CompactTextString(m) } func (*MutateRowsResponse) ProtoMessage() {} func (*MutateRowsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_service_messages_451ebded4f012786, []int{6} + return fileDescriptor_bigtable_service_messages_4f7fbb80f2eeca84, []int{6} } func (m *MutateRowsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateRowsResponse.Unmarshal(m, b) @@ -808,7 +808,7 @@ func (m *CheckAndMutateRowRequest) Reset() { *m = CheckAndMutateRowReque func (m *CheckAndMutateRowRequest) String() string { return proto.CompactTextString(m) } func (*CheckAndMutateRowRequest) ProtoMessage() {} func (*CheckAndMutateRowRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_service_messages_451ebded4f012786, []int{7} + return fileDescriptor_bigtable_service_messages_4f7fbb80f2eeca84, []int{7} } func (m *CheckAndMutateRowRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckAndMutateRowRequest.Unmarshal(m, b) @@ -877,7 +877,7 @@ func (m *CheckAndMutateRowResponse) Reset() { *m = CheckAndMutateRowResp func (m *CheckAndMutateRowResponse) String() string { return proto.CompactTextString(m) } func (*CheckAndMutateRowResponse) ProtoMessage() {} func (*CheckAndMutateRowResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_service_messages_451ebded4f012786, []int{8} + return fileDescriptor_bigtable_service_messages_4f7fbb80f2eeca84, []int{8} } func (m *CheckAndMutateRowResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckAndMutateRowResponse.Unmarshal(m, b) @@ -924,7 +924,7 @@ func (m *ReadModifyWriteRowRequest) Reset() { *m = ReadModifyWriteRowReq func (m *ReadModifyWriteRowRequest) String() string { return proto.CompactTextString(m) } func (*ReadModifyWriteRowRequest) ProtoMessage() {} func (*ReadModifyWriteRowRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_service_messages_451ebded4f012786, []int{9} + return fileDescriptor_bigtable_service_messages_4f7fbb80f2eeca84, []int{9} } func (m *ReadModifyWriteRowRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadModifyWriteRowRequest.Unmarshal(m, b) @@ -981,10 +981,10 @@ func init() { } func init() { - proto.RegisterFile("google/bigtable/v1/bigtable_service_messages.proto", fileDescriptor_bigtable_service_messages_451ebded4f012786) + proto.RegisterFile("google/bigtable/v1/bigtable_service_messages.proto", fileDescriptor_bigtable_service_messages_4f7fbb80f2eeca84) } -var fileDescriptor_bigtable_service_messages_451ebded4f012786 = []byte{ +var fileDescriptor_bigtable_service_messages_4f7fbb80f2eeca84 = []byte{ // 788 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0x5f, 0x8b, 0x23, 0x45, 0x10, 0xdf, 0x49, 0xcc, 0xbf, 0x4a, 0xdc, 0xdd, 0x6b, 0xce, 0xdb, 0xd9, 0x70, 0x8b, 0x71, 0x10, diff --git a/googleapis/bigtable/v2/bigtable.pb.go b/googleapis/bigtable/v2/bigtable.pb.go index dc51899ef5..1d24f09e2c 100644 --- a/googleapis/bigtable/v2/bigtable.pb.go +++ b/googleapis/bigtable/v2/bigtable.pb.go @@ -52,7 +52,7 @@ func (m *ReadRowsRequest) Reset() { *m = ReadRowsRequest{} } func (m *ReadRowsRequest) String() string { return proto.CompactTextString(m) } func (*ReadRowsRequest) ProtoMessage() {} func (*ReadRowsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_63a4918e49d59690, []int{0} + return fileDescriptor_bigtable_b796ce6ccdb99cd8, []int{0} } func (m *ReadRowsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadRowsRequest.Unmarshal(m, b) @@ -127,7 +127,7 @@ func (m *ReadRowsResponse) Reset() { *m = ReadRowsResponse{} } func (m *ReadRowsResponse) String() string { return proto.CompactTextString(m) } func (*ReadRowsResponse) ProtoMessage() {} func (*ReadRowsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_63a4918e49d59690, []int{1} + return fileDescriptor_bigtable_b796ce6ccdb99cd8, []int{1} } func (m *ReadRowsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadRowsResponse.Unmarshal(m, b) @@ -219,7 +219,7 @@ func (m *ReadRowsResponse_CellChunk) Reset() { *m = ReadRowsResponse_Cel func (m *ReadRowsResponse_CellChunk) String() string { return proto.CompactTextString(m) } func (*ReadRowsResponse_CellChunk) ProtoMessage() {} func (*ReadRowsResponse_CellChunk) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_63a4918e49d59690, []int{1, 0} + return fileDescriptor_bigtable_b796ce6ccdb99cd8, []int{1, 0} } func (m *ReadRowsResponse_CellChunk) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadRowsResponse_CellChunk.Unmarshal(m, b) @@ -415,7 +415,7 @@ func (m *SampleRowKeysRequest) Reset() { *m = SampleRowKeysRequest{} } func (m *SampleRowKeysRequest) String() string { return proto.CompactTextString(m) } func (*SampleRowKeysRequest) ProtoMessage() {} func (*SampleRowKeysRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_63a4918e49d59690, []int{2} + return fileDescriptor_bigtable_b796ce6ccdb99cd8, []int{2} } func (m *SampleRowKeysRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SampleRowKeysRequest.Unmarshal(m, b) @@ -473,7 +473,7 @@ func (m *SampleRowKeysResponse) Reset() { *m = SampleRowKeysResponse{} } func (m *SampleRowKeysResponse) String() string { return proto.CompactTextString(m) } func (*SampleRowKeysResponse) ProtoMessage() {} func (*SampleRowKeysResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_63a4918e49d59690, []int{3} + return fileDescriptor_bigtable_b796ce6ccdb99cd8, []int{3} } func (m *SampleRowKeysResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SampleRowKeysResponse.Unmarshal(m, b) @@ -531,7 +531,7 @@ func (m *MutateRowRequest) Reset() { *m = MutateRowRequest{} } func (m *MutateRowRequest) String() string { return proto.CompactTextString(m) } func (*MutateRowRequest) ProtoMessage() {} func (*MutateRowRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_63a4918e49d59690, []int{4} + return fileDescriptor_bigtable_b796ce6ccdb99cd8, []int{4} } func (m *MutateRowRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateRowRequest.Unmarshal(m, b) @@ -590,7 +590,7 @@ func (m *MutateRowResponse) Reset() { *m = MutateRowResponse{} } func (m *MutateRowResponse) String() string { return proto.CompactTextString(m) } func (*MutateRowResponse) ProtoMessage() {} func (*MutateRowResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_63a4918e49d59690, []int{5} + return fileDescriptor_bigtable_b796ce6ccdb99cd8, []int{5} } func (m *MutateRowResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateRowResponse.Unmarshal(m, b) @@ -632,7 +632,7 @@ func (m *MutateRowsRequest) Reset() { *m = MutateRowsRequest{} } func (m *MutateRowsRequest) String() string { return proto.CompactTextString(m) } func (*MutateRowsRequest) ProtoMessage() {} func (*MutateRowsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_63a4918e49d59690, []int{6} + return fileDescriptor_bigtable_b796ce6ccdb99cd8, []int{6} } func (m *MutateRowsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateRowsRequest.Unmarshal(m, b) @@ -690,7 +690,7 @@ func (m *MutateRowsRequest_Entry) Reset() { *m = MutateRowsRequest_Entry func (m *MutateRowsRequest_Entry) String() string { return proto.CompactTextString(m) } func (*MutateRowsRequest_Entry) ProtoMessage() {} func (*MutateRowsRequest_Entry) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_63a4918e49d59690, []int{6, 0} + return fileDescriptor_bigtable_b796ce6ccdb99cd8, []int{6, 0} } func (m *MutateRowsRequest_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateRowsRequest_Entry.Unmarshal(m, b) @@ -737,7 +737,7 @@ func (m *MutateRowsResponse) Reset() { *m = MutateRowsResponse{} } func (m *MutateRowsResponse) String() string { return proto.CompactTextString(m) } func (*MutateRowsResponse) ProtoMessage() {} func (*MutateRowsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_63a4918e49d59690, []int{7} + return fileDescriptor_bigtable_b796ce6ccdb99cd8, []int{7} } func (m *MutateRowsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateRowsResponse.Unmarshal(m, b) @@ -782,7 +782,7 @@ func (m *MutateRowsResponse_Entry) Reset() { *m = MutateRowsResponse_Ent func (m *MutateRowsResponse_Entry) String() string { return proto.CompactTextString(m) } func (*MutateRowsResponse_Entry) ProtoMessage() {} func (*MutateRowsResponse_Entry) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_63a4918e49d59690, []int{7, 0} + return fileDescriptor_bigtable_b796ce6ccdb99cd8, []int{7, 0} } func (m *MutateRowsResponse_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateRowsResponse_Entry.Unmarshal(m, b) @@ -854,7 +854,7 @@ func (m *CheckAndMutateRowRequest) Reset() { *m = CheckAndMutateRowReque func (m *CheckAndMutateRowRequest) String() string { return proto.CompactTextString(m) } func (*CheckAndMutateRowRequest) ProtoMessage() {} func (*CheckAndMutateRowRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_63a4918e49d59690, []int{8} + return fileDescriptor_bigtable_b796ce6ccdb99cd8, []int{8} } func (m *CheckAndMutateRowRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckAndMutateRowRequest.Unmarshal(m, b) @@ -930,7 +930,7 @@ func (m *CheckAndMutateRowResponse) Reset() { *m = CheckAndMutateRowResp func (m *CheckAndMutateRowResponse) String() string { return proto.CompactTextString(m) } func (*CheckAndMutateRowResponse) ProtoMessage() {} func (*CheckAndMutateRowResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_63a4918e49d59690, []int{9} + return fileDescriptor_bigtable_b796ce6ccdb99cd8, []int{9} } func (m *CheckAndMutateRowResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckAndMutateRowResponse.Unmarshal(m, b) @@ -982,7 +982,7 @@ func (m *ReadModifyWriteRowRequest) Reset() { *m = ReadModifyWriteRowReq func (m *ReadModifyWriteRowRequest) String() string { return proto.CompactTextString(m) } func (*ReadModifyWriteRowRequest) ProtoMessage() {} func (*ReadModifyWriteRowRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_63a4918e49d59690, []int{10} + return fileDescriptor_bigtable_b796ce6ccdb99cd8, []int{10} } func (m *ReadModifyWriteRowRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadModifyWriteRowRequest.Unmarshal(m, b) @@ -1043,7 +1043,7 @@ func (m *ReadModifyWriteRowResponse) Reset() { *m = ReadModifyWriteRowRe func (m *ReadModifyWriteRowResponse) String() string { return proto.CompactTextString(m) } func (*ReadModifyWriteRowResponse) ProtoMessage() {} func (*ReadModifyWriteRowResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bigtable_63a4918e49d59690, []int{11} + return fileDescriptor_bigtable_b796ce6ccdb99cd8, []int{11} } func (m *ReadModifyWriteRowResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadModifyWriteRowResponse.Unmarshal(m, b) @@ -1448,10 +1448,10 @@ var _Bigtable_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/bigtable/v2/bigtable.proto", fileDescriptor_bigtable_63a4918e49d59690) + proto.RegisterFile("google/bigtable/v2/bigtable.proto", fileDescriptor_bigtable_b796ce6ccdb99cd8) } -var fileDescriptor_bigtable_63a4918e49d59690 = []byte{ +var fileDescriptor_bigtable_b796ce6ccdb99cd8 = []byte{ // 1210 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x57, 0x41, 0x6f, 0x1b, 0x45, 0x14, 0x66, 0xec, 0xd8, 0xf1, 0xbe, 0xa4, 0x4d, 0x32, 0x84, 0x76, 0x6b, 0x5a, 0x70, 0x97, 0x16, diff --git a/googleapis/bigtable/v2/data.pb.go b/googleapis/bigtable/v2/data.pb.go index 8e79a8a06c..858db403fa 100644 --- a/googleapis/bigtable/v2/data.pb.go +++ b/googleapis/bigtable/v2/data.pb.go @@ -37,7 +37,7 @@ func (m *Row) Reset() { *m = Row{} } func (m *Row) String() string { return proto.CompactTextString(m) } func (*Row) ProtoMessage() {} func (*Row) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{0} + return fileDescriptor_data_617bf329776ab134, []int{0} } func (m *Row) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Row.Unmarshal(m, b) @@ -92,7 +92,7 @@ func (m *Family) Reset() { *m = Family{} } func (m *Family) String() string { return proto.CompactTextString(m) } func (*Family) ProtoMessage() {} func (*Family) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{1} + return fileDescriptor_data_617bf329776ab134, []int{1} } func (m *Family) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Family.Unmarshal(m, b) @@ -146,7 +146,7 @@ func (m *Column) Reset() { *m = Column{} } func (m *Column) String() string { return proto.CompactTextString(m) } func (*Column) ProtoMessage() {} func (*Column) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{2} + return fileDescriptor_data_617bf329776ab134, []int{2} } func (m *Column) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Column.Unmarshal(m, b) @@ -204,7 +204,7 @@ func (m *Cell) Reset() { *m = Cell{} } func (m *Cell) String() string { return proto.CompactTextString(m) } func (*Cell) ProtoMessage() {} func (*Cell) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{3} + return fileDescriptor_data_617bf329776ab134, []int{3} } func (m *Cell) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Cell.Unmarshal(m, b) @@ -270,7 +270,7 @@ func (m *RowRange) Reset() { *m = RowRange{} } func (m *RowRange) String() string { return proto.CompactTextString(m) } func (*RowRange) ProtoMessage() {} func (*RowRange) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{4} + return fileDescriptor_data_617bf329776ab134, []int{4} } func (m *RowRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RowRange.Unmarshal(m, b) @@ -487,7 +487,7 @@ func (m *RowSet) Reset() { *m = RowSet{} } func (m *RowSet) String() string { return proto.CompactTextString(m) } func (*RowSet) ProtoMessage() {} func (*RowSet) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{5} + return fileDescriptor_data_617bf329776ab134, []int{5} } func (m *RowSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RowSet.Unmarshal(m, b) @@ -551,7 +551,7 @@ func (m *ColumnRange) Reset() { *m = ColumnRange{} } func (m *ColumnRange) String() string { return proto.CompactTextString(m) } func (*ColumnRange) ProtoMessage() {} func (*ColumnRange) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{6} + return fileDescriptor_data_617bf329776ab134, []int{6} } func (m *ColumnRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ColumnRange.Unmarshal(m, b) @@ -775,7 +775,7 @@ func (m *TimestampRange) Reset() { *m = TimestampRange{} } func (m *TimestampRange) String() string { return proto.CompactTextString(m) } func (*TimestampRange) ProtoMessage() {} func (*TimestampRange) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{7} + return fileDescriptor_data_617bf329776ab134, []int{7} } func (m *TimestampRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimestampRange.Unmarshal(m, b) @@ -834,7 +834,7 @@ func (m *ValueRange) Reset() { *m = ValueRange{} } func (m *ValueRange) String() string { return proto.CompactTextString(m) } func (*ValueRange) ProtoMessage() {} func (*ValueRange) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{8} + return fileDescriptor_data_617bf329776ab134, []int{8} } func (m *ValueRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValueRange.Unmarshal(m, b) @@ -1103,7 +1103,7 @@ func (m *RowFilter) Reset() { *m = RowFilter{} } func (m *RowFilter) String() string { return proto.CompactTextString(m) } func (*RowFilter) ProtoMessage() {} func (*RowFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{9} + return fileDescriptor_data_617bf329776ab134, []int{9} } func (m *RowFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RowFilter.Unmarshal(m, b) @@ -1749,7 +1749,7 @@ func (m *RowFilter_Chain) Reset() { *m = RowFilter_Chain{} } func (m *RowFilter_Chain) String() string { return proto.CompactTextString(m) } func (*RowFilter_Chain) ProtoMessage() {} func (*RowFilter_Chain) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{9, 0} + return fileDescriptor_data_617bf329776ab134, []int{9, 0} } func (m *RowFilter_Chain) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RowFilter_Chain.Unmarshal(m, b) @@ -1814,7 +1814,7 @@ func (m *RowFilter_Interleave) Reset() { *m = RowFilter_Interleave{} } func (m *RowFilter_Interleave) String() string { return proto.CompactTextString(m) } func (*RowFilter_Interleave) ProtoMessage() {} func (*RowFilter_Interleave) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{9, 1} + return fileDescriptor_data_617bf329776ab134, []int{9, 1} } func (m *RowFilter_Interleave) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RowFilter_Interleave.Unmarshal(m, b) @@ -1868,7 +1868,7 @@ func (m *RowFilter_Condition) Reset() { *m = RowFilter_Condition{} } func (m *RowFilter_Condition) String() string { return proto.CompactTextString(m) } func (*RowFilter_Condition) ProtoMessage() {} func (*RowFilter_Condition) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{9, 2} + return fileDescriptor_data_617bf329776ab134, []int{9, 2} } func (m *RowFilter_Condition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RowFilter_Condition.Unmarshal(m, b) @@ -1928,7 +1928,7 @@ func (m *Mutation) Reset() { *m = Mutation{} } func (m *Mutation) String() string { return proto.CompactTextString(m) } func (*Mutation) ProtoMessage() {} func (*Mutation) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{10} + return fileDescriptor_data_617bf329776ab134, []int{10} } func (m *Mutation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mutation.Unmarshal(m, b) @@ -2148,7 +2148,7 @@ func (m *Mutation_SetCell) Reset() { *m = Mutation_SetCell{} } func (m *Mutation_SetCell) String() string { return proto.CompactTextString(m) } func (*Mutation_SetCell) ProtoMessage() {} func (*Mutation_SetCell) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{10, 0} + return fileDescriptor_data_617bf329776ab134, []int{10, 0} } func (m *Mutation_SetCell) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mutation_SetCell.Unmarshal(m, b) @@ -2216,7 +2216,7 @@ func (m *Mutation_DeleteFromColumn) Reset() { *m = Mutation_DeleteFromCo func (m *Mutation_DeleteFromColumn) String() string { return proto.CompactTextString(m) } func (*Mutation_DeleteFromColumn) ProtoMessage() {} func (*Mutation_DeleteFromColumn) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{10, 1} + return fileDescriptor_data_617bf329776ab134, []int{10, 1} } func (m *Mutation_DeleteFromColumn) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mutation_DeleteFromColumn.Unmarshal(m, b) @@ -2271,7 +2271,7 @@ func (m *Mutation_DeleteFromFamily) Reset() { *m = Mutation_DeleteFromFa func (m *Mutation_DeleteFromFamily) String() string { return proto.CompactTextString(m) } func (*Mutation_DeleteFromFamily) ProtoMessage() {} func (*Mutation_DeleteFromFamily) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{10, 2} + return fileDescriptor_data_617bf329776ab134, []int{10, 2} } func (m *Mutation_DeleteFromFamily) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mutation_DeleteFromFamily.Unmarshal(m, b) @@ -2309,7 +2309,7 @@ func (m *Mutation_DeleteFromRow) Reset() { *m = Mutation_DeleteFromRow{} func (m *Mutation_DeleteFromRow) String() string { return proto.CompactTextString(m) } func (*Mutation_DeleteFromRow) ProtoMessage() {} func (*Mutation_DeleteFromRow) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{10, 3} + return fileDescriptor_data_617bf329776ab134, []int{10, 3} } func (m *Mutation_DeleteFromRow) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mutation_DeleteFromRow.Unmarshal(m, b) @@ -2355,7 +2355,7 @@ func (m *ReadModifyWriteRule) Reset() { *m = ReadModifyWriteRule{} } func (m *ReadModifyWriteRule) String() string { return proto.CompactTextString(m) } func (*ReadModifyWriteRule) ProtoMessage() {} func (*ReadModifyWriteRule) Descriptor() ([]byte, []int) { - return fileDescriptor_data_0d8ae2ec5d230b04, []int{11} + return fileDescriptor_data_617bf329776ab134, []int{11} } func (m *ReadModifyWriteRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadModifyWriteRule.Unmarshal(m, b) @@ -2513,9 +2513,9 @@ func init() { proto.RegisterType((*ReadModifyWriteRule)(nil), "google.bigtable.v2.ReadModifyWriteRule") } -func init() { proto.RegisterFile("google/bigtable/v2/data.proto", fileDescriptor_data_0d8ae2ec5d230b04) } +func init() { proto.RegisterFile("google/bigtable/v2/data.proto", fileDescriptor_data_617bf329776ab134) } -var fileDescriptor_data_0d8ae2ec5d230b04 = []byte{ +var fileDescriptor_data_617bf329776ab134 = []byte{ // 1444 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xdb, 0x72, 0x1b, 0x45, 0x13, 0xd6, 0x5a, 0xb6, 0x2c, 0xf5, 0xca, 0x96, 0x32, 0x71, 0x1c, 0x45, 0x7f, 0xfc, 0xc7, 0xa5, diff --git a/googleapis/bytestream/bytestream.pb.go b/googleapis/bytestream/bytestream.pb.go index 6efcb4c6d4..bfa0a2d6c7 100644 --- a/googleapis/bytestream/bytestream.pb.go +++ b/googleapis/bytestream/bytestream.pb.go @@ -52,7 +52,7 @@ func (m *ReadRequest) Reset() { *m = ReadRequest{} } func (m *ReadRequest) String() string { return proto.CompactTextString(m) } func (*ReadRequest) ProtoMessage() {} func (*ReadRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bytestream_e682df2b5477b695, []int{0} + return fileDescriptor_bytestream_52dd791ecad88fee, []int{0} } func (m *ReadRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadRequest.Unmarshal(m, b) @@ -109,7 +109,7 @@ func (m *ReadResponse) Reset() { *m = ReadResponse{} } func (m *ReadResponse) String() string { return proto.CompactTextString(m) } func (*ReadResponse) ProtoMessage() {} func (*ReadResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bytestream_e682df2b5477b695, []int{1} + return fileDescriptor_bytestream_52dd791ecad88fee, []int{1} } func (m *ReadResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadResponse.Unmarshal(m, b) @@ -173,7 +173,7 @@ func (m *WriteRequest) Reset() { *m = WriteRequest{} } func (m *WriteRequest) String() string { return proto.CompactTextString(m) } func (*WriteRequest) ProtoMessage() {} func (*WriteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bytestream_e682df2b5477b695, []int{2} + return fileDescriptor_bytestream_52dd791ecad88fee, []int{2} } func (m *WriteRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WriteRequest.Unmarshal(m, b) @@ -234,7 +234,7 @@ func (m *WriteResponse) Reset() { *m = WriteResponse{} } func (m *WriteResponse) String() string { return proto.CompactTextString(m) } func (*WriteResponse) ProtoMessage() {} func (*WriteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bytestream_e682df2b5477b695, []int{3} + return fileDescriptor_bytestream_52dd791ecad88fee, []int{3} } func (m *WriteResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WriteResponse.Unmarshal(m, b) @@ -274,7 +274,7 @@ func (m *QueryWriteStatusRequest) Reset() { *m = QueryWriteStatusRequest func (m *QueryWriteStatusRequest) String() string { return proto.CompactTextString(m) } func (*QueryWriteStatusRequest) ProtoMessage() {} func (*QueryWriteStatusRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bytestream_e682df2b5477b695, []int{4} + return fileDescriptor_bytestream_52dd791ecad88fee, []int{4} } func (m *QueryWriteStatusRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryWriteStatusRequest.Unmarshal(m, b) @@ -317,7 +317,7 @@ func (m *QueryWriteStatusResponse) Reset() { *m = QueryWriteStatusRespon func (m *QueryWriteStatusResponse) String() string { return proto.CompactTextString(m) } func (*QueryWriteStatusResponse) ProtoMessage() {} func (*QueryWriteStatusResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_bytestream_e682df2b5477b695, []int{5} + return fileDescriptor_bytestream_52dd791ecad88fee, []int{5} } func (m *QueryWriteStatusResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryWriteStatusResponse.Unmarshal(m, b) @@ -639,10 +639,10 @@ var _ByteStream_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/bytestream/bytestream.proto", fileDescriptor_bytestream_e682df2b5477b695) + proto.RegisterFile("google/bytestream/bytestream.proto", fileDescriptor_bytestream_52dd791ecad88fee) } -var fileDescriptor_bytestream_e682df2b5477b695 = []byte{ +var fileDescriptor_bytestream_52dd791ecad88fee = []byte{ // 446 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0x5b, 0x8b, 0x13, 0x31, 0x14, 0x66, 0xb6, 0xab, 0x74, 0x4f, 0xa7, 0x5e, 0x02, 0xe2, 0x30, 0xe8, 0x6e, 0x77, 0x44, 0x28, diff --git a/googleapis/cloud/asset/v1/asset_service.pb.go b/googleapis/cloud/asset/v1/asset_service.pb.go index 29410e220e..43d71c8b8f 100644 --- a/googleapis/cloud/asset/v1/asset_service.pb.go +++ b/googleapis/cloud/asset/v1/asset_service.pb.go @@ -53,7 +53,7 @@ func (x ContentType) String() string { return proto.EnumName(ContentType_name, int32(x)) } func (ContentType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_asset_service_177e75ca1bae2a05, []int{0} + return fileDescriptor_asset_service_4116b6e08342e761, []int{0} } // Export asset request. @@ -90,7 +90,7 @@ func (m *ExportAssetsRequest) Reset() { *m = ExportAssetsRequest{} } func (m *ExportAssetsRequest) String() string { return proto.CompactTextString(m) } func (*ExportAssetsRequest) ProtoMessage() {} func (*ExportAssetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_177e75ca1bae2a05, []int{0} + return fileDescriptor_asset_service_4116b6e08342e761, []int{0} } func (m *ExportAssetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportAssetsRequest.Unmarshal(m, b) @@ -163,7 +163,7 @@ func (m *ExportAssetsResponse) Reset() { *m = ExportAssetsResponse{} } func (m *ExportAssetsResponse) String() string { return proto.CompactTextString(m) } func (*ExportAssetsResponse) ProtoMessage() {} func (*ExportAssetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_177e75ca1bae2a05, []int{1} + return fileDescriptor_asset_service_4116b6e08342e761, []int{1} } func (m *ExportAssetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportAssetsResponse.Unmarshal(m, b) @@ -231,7 +231,7 @@ func (m *BatchGetAssetsHistoryRequest) Reset() { *m = BatchGetAssetsHist func (m *BatchGetAssetsHistoryRequest) String() string { return proto.CompactTextString(m) } func (*BatchGetAssetsHistoryRequest) ProtoMessage() {} func (*BatchGetAssetsHistoryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_177e75ca1bae2a05, []int{2} + return fileDescriptor_asset_service_4116b6e08342e761, []int{2} } func (m *BatchGetAssetsHistoryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchGetAssetsHistoryRequest.Unmarshal(m, b) @@ -292,7 +292,7 @@ func (m *BatchGetAssetsHistoryResponse) Reset() { *m = BatchGetAssetsHis func (m *BatchGetAssetsHistoryResponse) String() string { return proto.CompactTextString(m) } func (*BatchGetAssetsHistoryResponse) ProtoMessage() {} func (*BatchGetAssetsHistoryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_177e75ca1bae2a05, []int{3} + return fileDescriptor_asset_service_4116b6e08342e761, []int{3} } func (m *BatchGetAssetsHistoryResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchGetAssetsHistoryResponse.Unmarshal(m, b) @@ -335,7 +335,7 @@ func (m *OutputConfig) Reset() { *m = OutputConfig{} } func (m *OutputConfig) String() string { return proto.CompactTextString(m) } func (*OutputConfig) ProtoMessage() {} func (*OutputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_177e75ca1bae2a05, []int{4} + return fileDescriptor_asset_service_4116b6e08342e761, []int{4} } func (m *OutputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OutputConfig.Unmarshal(m, b) @@ -450,7 +450,7 @@ func (m *GcsDestination) Reset() { *m = GcsDestination{} } func (m *GcsDestination) String() string { return proto.CompactTextString(m) } func (*GcsDestination) ProtoMessage() {} func (*GcsDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_177e75ca1bae2a05, []int{5} + return fileDescriptor_asset_service_4116b6e08342e761, []int{5} } func (m *GcsDestination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsDestination.Unmarshal(m, b) @@ -683,10 +683,10 @@ var _AssetService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/asset/v1/asset_service.proto", fileDescriptor_asset_service_177e75ca1bae2a05) + proto.RegisterFile("google/cloud/asset/v1/asset_service.proto", fileDescriptor_asset_service_4116b6e08342e761) } -var fileDescriptor_asset_service_177e75ca1bae2a05 = []byte{ +var fileDescriptor_asset_service_4116b6e08342e761 = []byte{ // 739 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xc1, 0x6e, 0xd3, 0x4a, 0x14, 0xad, 0x9d, 0xf7, 0xaa, 0x76, 0x92, 0xe6, 0xe5, 0xcd, 0x7b, 0x45, 0x26, 0x6a, 0xd5, 0xe0, diff --git a/googleapis/cloud/asset/v1/assets.pb.go b/googleapis/cloud/asset/v1/assets.pb.go index 845c0966fd..8560e0a6a1 100644 --- a/googleapis/cloud/asset/v1/assets.pb.go +++ b/googleapis/cloud/asset/v1/assets.pb.go @@ -41,7 +41,7 @@ func (m *TemporalAsset) Reset() { *m = TemporalAsset{} } func (m *TemporalAsset) String() string { return proto.CompactTextString(m) } func (*TemporalAsset) ProtoMessage() {} func (*TemporalAsset) Descriptor() ([]byte, []int) { - return fileDescriptor_assets_6d29e9af2672d77e, []int{0} + return fileDescriptor_assets_6b5b5abd731d0fdc, []int{0} } func (m *TemporalAsset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TemporalAsset.Unmarshal(m, b) @@ -98,7 +98,7 @@ func (m *TimeWindow) Reset() { *m = TimeWindow{} } func (m *TimeWindow) String() string { return proto.CompactTextString(m) } func (*TimeWindow) ProtoMessage() {} func (*TimeWindow) Descriptor() ([]byte, []int) { - return fileDescriptor_assets_6d29e9af2672d77e, []int{1} + return fileDescriptor_assets_6b5b5abd731d0fdc, []int{1} } func (m *TimeWindow) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimeWindow.Unmarshal(m, b) @@ -157,7 +157,7 @@ func (m *Asset) Reset() { *m = Asset{} } func (m *Asset) String() string { return proto.CompactTextString(m) } func (*Asset) ProtoMessage() {} func (*Asset) Descriptor() ([]byte, []int) { - return fileDescriptor_assets_6d29e9af2672d77e, []int{2} + return fileDescriptor_assets_6b5b5abd731d0fdc, []int{2} } func (m *Asset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Asset.Unmarshal(m, b) @@ -249,7 +249,7 @@ func (m *Resource) Reset() { *m = Resource{} } func (m *Resource) String() string { return proto.CompactTextString(m) } func (*Resource) ProtoMessage() {} func (*Resource) Descriptor() ([]byte, []int) { - return fileDescriptor_assets_6d29e9af2672d77e, []int{3} + return fileDescriptor_assets_6b5b5abd731d0fdc, []int{3} } func (m *Resource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Resource.Unmarshal(m, b) @@ -319,10 +319,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/asset/v1/assets.proto", fileDescriptor_assets_6d29e9af2672d77e) + proto.RegisterFile("google/cloud/asset/v1/assets.proto", fileDescriptor_assets_6b5b5abd731d0fdc) } -var fileDescriptor_assets_6d29e9af2672d77e = []byte{ +var fileDescriptor_assets_6b5b5abd731d0fdc = []byte{ // 541 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x53, 0xdf, 0x6a, 0xdb, 0x3c, 0x14, 0xc7, 0x69, 0x92, 0xc6, 0xa7, 0x5f, 0xbf, 0x0b, 0xb1, 0x74, 0x6e, 0xc8, 0x68, 0x6b, 0x18, diff --git a/googleapis/cloud/asset/v1beta1/asset_service.pb.go b/googleapis/cloud/asset/v1beta1/asset_service.pb.go index 70d2f028f4..820127b0a7 100644 --- a/googleapis/cloud/asset/v1beta1/asset_service.pb.go +++ b/googleapis/cloud/asset/v1beta1/asset_service.pb.go @@ -53,7 +53,7 @@ func (x ContentType) String() string { return proto.EnumName(ContentType_name, int32(x)) } func (ContentType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_asset_service_5bac528f06a2f360, []int{0} + return fileDescriptor_asset_service_c557f498426d873d, []int{0} } // Export asset request. @@ -90,7 +90,7 @@ func (m *ExportAssetsRequest) Reset() { *m = ExportAssetsRequest{} } func (m *ExportAssetsRequest) String() string { return proto.CompactTextString(m) } func (*ExportAssetsRequest) ProtoMessage() {} func (*ExportAssetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_5bac528f06a2f360, []int{0} + return fileDescriptor_asset_service_c557f498426d873d, []int{0} } func (m *ExportAssetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportAssetsRequest.Unmarshal(m, b) @@ -165,7 +165,7 @@ func (m *ExportAssetsResponse) Reset() { *m = ExportAssetsResponse{} } func (m *ExportAssetsResponse) String() string { return proto.CompactTextString(m) } func (*ExportAssetsResponse) ProtoMessage() {} func (*ExportAssetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_5bac528f06a2f360, []int{1} + return fileDescriptor_asset_service_c557f498426d873d, []int{1} } func (m *ExportAssetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportAssetsResponse.Unmarshal(m, b) @@ -232,7 +232,7 @@ func (m *BatchGetAssetsHistoryRequest) Reset() { *m = BatchGetAssetsHist func (m *BatchGetAssetsHistoryRequest) String() string { return proto.CompactTextString(m) } func (*BatchGetAssetsHistoryRequest) ProtoMessage() {} func (*BatchGetAssetsHistoryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_5bac528f06a2f360, []int{2} + return fileDescriptor_asset_service_c557f498426d873d, []int{2} } func (m *BatchGetAssetsHistoryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchGetAssetsHistoryRequest.Unmarshal(m, b) @@ -293,7 +293,7 @@ func (m *BatchGetAssetsHistoryResponse) Reset() { *m = BatchGetAssetsHis func (m *BatchGetAssetsHistoryResponse) String() string { return proto.CompactTextString(m) } func (*BatchGetAssetsHistoryResponse) ProtoMessage() {} func (*BatchGetAssetsHistoryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_5bac528f06a2f360, []int{3} + return fileDescriptor_asset_service_c557f498426d873d, []int{3} } func (m *BatchGetAssetsHistoryResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchGetAssetsHistoryResponse.Unmarshal(m, b) @@ -336,7 +336,7 @@ func (m *OutputConfig) Reset() { *m = OutputConfig{} } func (m *OutputConfig) String() string { return proto.CompactTextString(m) } func (*OutputConfig) ProtoMessage() {} func (*OutputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_5bac528f06a2f360, []int{4} + return fileDescriptor_asset_service_c557f498426d873d, []int{4} } func (m *OutputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OutputConfig.Unmarshal(m, b) @@ -451,7 +451,7 @@ func (m *GcsDestination) Reset() { *m = GcsDestination{} } func (m *GcsDestination) String() string { return proto.CompactTextString(m) } func (*GcsDestination) ProtoMessage() {} func (*GcsDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_service_5bac528f06a2f360, []int{5} + return fileDescriptor_asset_service_c557f498426d873d, []int{5} } func (m *GcsDestination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsDestination.Unmarshal(m, b) @@ -682,10 +682,10 @@ var _AssetService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/asset/v1beta1/asset_service.proto", fileDescriptor_asset_service_5bac528f06a2f360) + proto.RegisterFile("google/cloud/asset/v1beta1/asset_service.proto", fileDescriptor_asset_service_c557f498426d873d) } -var fileDescriptor_asset_service_5bac528f06a2f360 = []byte{ +var fileDescriptor_asset_service_c557f498426d873d = []byte{ // 793 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xcd, 0x6e, 0xd3, 0x4a, 0x14, 0xae, 0x9d, 0xde, 0xaa, 0x9d, 0xa4, 0xb9, 0xb9, 0x73, 0x7f, 0x64, 0x45, 0xed, 0x6d, 0x64, diff --git a/googleapis/cloud/asset/v1beta1/assets.pb.go b/googleapis/cloud/asset/v1beta1/assets.pb.go index 95645a3497..b54022d2ad 100644 --- a/googleapis/cloud/asset/v1beta1/assets.pb.go +++ b/googleapis/cloud/asset/v1beta1/assets.pb.go @@ -41,7 +41,7 @@ func (m *TemporalAsset) Reset() { *m = TemporalAsset{} } func (m *TemporalAsset) String() string { return proto.CompactTextString(m) } func (*TemporalAsset) ProtoMessage() {} func (*TemporalAsset) Descriptor() ([]byte, []int) { - return fileDescriptor_assets_6726688dae1df69c, []int{0} + return fileDescriptor_assets_534010dc2a646cb2, []int{0} } func (m *TemporalAsset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TemporalAsset.Unmarshal(m, b) @@ -98,7 +98,7 @@ func (m *TimeWindow) Reset() { *m = TimeWindow{} } func (m *TimeWindow) String() string { return proto.CompactTextString(m) } func (*TimeWindow) ProtoMessage() {} func (*TimeWindow) Descriptor() ([]byte, []int) { - return fileDescriptor_assets_6726688dae1df69c, []int{1} + return fileDescriptor_assets_534010dc2a646cb2, []int{1} } func (m *TimeWindow) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimeWindow.Unmarshal(m, b) @@ -157,7 +157,7 @@ func (m *Asset) Reset() { *m = Asset{} } func (m *Asset) String() string { return proto.CompactTextString(m) } func (*Asset) ProtoMessage() {} func (*Asset) Descriptor() ([]byte, []int) { - return fileDescriptor_assets_6726688dae1df69c, []int{2} + return fileDescriptor_assets_534010dc2a646cb2, []int{2} } func (m *Asset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Asset.Unmarshal(m, b) @@ -249,7 +249,7 @@ func (m *Resource) Reset() { *m = Resource{} } func (m *Resource) String() string { return proto.CompactTextString(m) } func (*Resource) ProtoMessage() {} func (*Resource) Descriptor() ([]byte, []int) { - return fileDescriptor_assets_6726688dae1df69c, []int{3} + return fileDescriptor_assets_534010dc2a646cb2, []int{3} } func (m *Resource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Resource.Unmarshal(m, b) @@ -319,10 +319,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/asset/v1beta1/assets.proto", fileDescriptor_assets_6726688dae1df69c) + proto.RegisterFile("google/cloud/asset/v1beta1/assets.proto", fileDescriptor_assets_534010dc2a646cb2) } -var fileDescriptor_assets_6726688dae1df69c = []byte{ +var fileDescriptor_assets_534010dc2a646cb2 = []byte{ // 551 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x53, 0xdb, 0x6a, 0xd4, 0x40, 0x18, 0x26, 0xed, 0xee, 0x76, 0xf3, 0xd7, 0x7a, 0x31, 0x68, 0x8d, 0x4b, 0xd5, 0x76, 0xf1, 0x50, diff --git a/googleapis/cloud/audit/audit_log.pb.go b/googleapis/cloud/audit/audit_log.pb.go index e0e3d16748..df6296d3d4 100644 --- a/googleapis/cloud/audit/audit_log.pb.go +++ b/googleapis/cloud/audit/audit_log.pb.go @@ -80,7 +80,7 @@ func (m *AuditLog) Reset() { *m = AuditLog{} } func (m *AuditLog) String() string { return proto.CompactTextString(m) } func (*AuditLog) ProtoMessage() {} func (*AuditLog) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_log_56e4635c8bf670b8, []int{0} + return fileDescriptor_audit_log_8adb2c14fea76ea3, []int{0} } func (m *AuditLog) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AuditLog.Unmarshal(m, b) @@ -190,7 +190,7 @@ func (m *AuthenticationInfo) Reset() { *m = AuthenticationInfo{} } func (m *AuthenticationInfo) String() string { return proto.CompactTextString(m) } func (*AuthenticationInfo) ProtoMessage() {} func (*AuthenticationInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_log_56e4635c8bf670b8, []int{1} + return fileDescriptor_audit_log_8adb2c14fea76ea3, []int{1} } func (m *AuthenticationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AuthenticationInfo.Unmarshal(m, b) @@ -237,7 +237,7 @@ func (m *AuthorizationInfo) Reset() { *m = AuthorizationInfo{} } func (m *AuthorizationInfo) String() string { return proto.CompactTextString(m) } func (*AuthorizationInfo) ProtoMessage() {} func (*AuthorizationInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_log_56e4635c8bf670b8, []int{2} + return fileDescriptor_audit_log_8adb2c14fea76ea3, []int{2} } func (m *AuthorizationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AuthorizationInfo.Unmarshal(m, b) @@ -303,7 +303,7 @@ func (m *RequestMetadata) Reset() { *m = RequestMetadata{} } func (m *RequestMetadata) String() string { return proto.CompactTextString(m) } func (*RequestMetadata) ProtoMessage() {} func (*RequestMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_log_56e4635c8bf670b8, []int{3} + return fileDescriptor_audit_log_8adb2c14fea76ea3, []int{3} } func (m *RequestMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RequestMetadata.Unmarshal(m, b) @@ -345,10 +345,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/audit/audit_log.proto", fileDescriptor_audit_log_56e4635c8bf670b8) + proto.RegisterFile("google/cloud/audit/audit_log.proto", fileDescriptor_audit_log_8adb2c14fea76ea3) } -var fileDescriptor_audit_log_56e4635c8bf670b8 = []byte{ +var fileDescriptor_audit_log_8adb2c14fea76ea3 = []byte{ // 576 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x94, 0x5f, 0x6f, 0xd3, 0x30, 0x14, 0xc5, 0x55, 0x36, 0x6d, 0xad, 0xbb, 0xd1, 0xd6, 0x20, 0x1a, 0xca, 0x04, 0xa5, 0x13, 0x50, diff --git a/googleapis/cloud/automl/v1beta1/annotation_payload.pb.go b/googleapis/cloud/automl/v1beta1/annotation_payload.pb.go index 9658648e8a..7510e6abf3 100644 --- a/googleapis/cloud/automl/v1beta1/annotation_payload.pb.go +++ b/googleapis/cloud/automl/v1beta1/annotation_payload.pb.go @@ -53,7 +53,7 @@ func (m *AnnotationPayload) Reset() { *m = AnnotationPayload{} } func (m *AnnotationPayload) String() string { return proto.CompactTextString(m) } func (*AnnotationPayload) ProtoMessage() {} func (*AnnotationPayload) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_payload_d70db150c7af0491, []int{0} + return fileDescriptor_annotation_payload_62fedaea4ad5a830, []int{0} } func (m *AnnotationPayload) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotationPayload.Unmarshal(m, b) @@ -363,10 +363,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/annotation_payload.proto", fileDescriptor_annotation_payload_d70db150c7af0491) + proto.RegisterFile("google/cloud/automl/v1beta1/annotation_payload.proto", fileDescriptor_annotation_payload_62fedaea4ad5a830) } -var fileDescriptor_annotation_payload_d70db150c7af0491 = []byte{ +var fileDescriptor_annotation_payload_62fedaea4ad5a830 = []byte{ // 497 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0x41, 0x6f, 0xd3, 0x30, 0x18, 0x86, 0xc9, 0x80, 0xc0, 0x5c, 0x18, 0x60, 0x26, 0x14, 0x36, 0x24, 0x06, 0xa7, 0x4a, 0xb0, diff --git a/googleapis/cloud/automl/v1beta1/classification.pb.go b/googleapis/cloud/automl/v1beta1/classification.pb.go index f41f073e20..1ce2e0933b 100644 --- a/googleapis/cloud/automl/v1beta1/classification.pb.go +++ b/googleapis/cloud/automl/v1beta1/classification.pb.go @@ -46,7 +46,7 @@ func (x ClassificationType) String() string { return proto.EnumName(ClassificationType_name, int32(x)) } func (ClassificationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_classification_5f4503a7e7cbe522, []int{0} + return fileDescriptor_classification_337031297c7f069d, []int{0} } // Contains annotation details specific to classification. @@ -66,7 +66,7 @@ func (m *ClassificationAnnotation) Reset() { *m = ClassificationAnnotati func (m *ClassificationAnnotation) String() string { return proto.CompactTextString(m) } func (*ClassificationAnnotation) ProtoMessage() {} func (*ClassificationAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_classification_5f4503a7e7cbe522, []int{0} + return fileDescriptor_classification_337031297c7f069d, []int{0} } func (m *ClassificationAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClassificationAnnotation.Unmarshal(m, b) @@ -133,7 +133,7 @@ func (m *VideoClassificationAnnotation) Reset() { *m = VideoClassificati func (m *VideoClassificationAnnotation) String() string { return proto.CompactTextString(m) } func (*VideoClassificationAnnotation) ProtoMessage() {} func (*VideoClassificationAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_classification_5f4503a7e7cbe522, []int{1} + return fileDescriptor_classification_337031297c7f069d, []int{1} } func (m *VideoClassificationAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoClassificationAnnotation.Unmarshal(m, b) @@ -213,7 +213,7 @@ func (m *ClassificationEvaluationMetrics) Reset() { *m = ClassificationE func (m *ClassificationEvaluationMetrics) String() string { return proto.CompactTextString(m) } func (*ClassificationEvaluationMetrics) ProtoMessage() {} func (*ClassificationEvaluationMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_classification_5f4503a7e7cbe522, []int{2} + return fileDescriptor_classification_337031297c7f069d, []int{2} } func (m *ClassificationEvaluationMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClassificationEvaluationMetrics.Unmarshal(m, b) @@ -340,7 +340,7 @@ func (m *ClassificationEvaluationMetrics_ConfidenceMetricsEntry) String() string } func (*ClassificationEvaluationMetrics_ConfidenceMetricsEntry) ProtoMessage() {} func (*ClassificationEvaluationMetrics_ConfidenceMetricsEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_classification_5f4503a7e7cbe522, []int{2, 0} + return fileDescriptor_classification_337031297c7f069d, []int{2, 0} } func (m *ClassificationEvaluationMetrics_ConfidenceMetricsEntry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClassificationEvaluationMetrics_ConfidenceMetricsEntry.Unmarshal(m, b) @@ -481,7 +481,7 @@ func (m *ClassificationEvaluationMetrics_ConfusionMatrix) String() string { } func (*ClassificationEvaluationMetrics_ConfusionMatrix) ProtoMessage() {} func (*ClassificationEvaluationMetrics_ConfusionMatrix) Descriptor() ([]byte, []int) { - return fileDescriptor_classification_5f4503a7e7cbe522, []int{2, 1} + return fileDescriptor_classification_337031297c7f069d, []int{2, 1} } func (m *ClassificationEvaluationMetrics_ConfusionMatrix) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClassificationEvaluationMetrics_ConfusionMatrix.Unmarshal(m, b) @@ -534,7 +534,7 @@ func (m *ClassificationEvaluationMetrics_ConfusionMatrix_Row) String() string { } func (*ClassificationEvaluationMetrics_ConfusionMatrix_Row) ProtoMessage() {} func (*ClassificationEvaluationMetrics_ConfusionMatrix_Row) Descriptor() ([]byte, []int) { - return fileDescriptor_classification_5f4503a7e7cbe522, []int{2, 1, 0} + return fileDescriptor_classification_337031297c7f069d, []int{2, 1, 0} } func (m *ClassificationEvaluationMetrics_ConfusionMatrix_Row) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClassificationEvaluationMetrics_ConfusionMatrix_Row.Unmarshal(m, b) @@ -572,10 +572,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/classification.proto", fileDescriptor_classification_5f4503a7e7cbe522) + proto.RegisterFile("google/cloud/automl/v1beta1/classification.proto", fileDescriptor_classification_337031297c7f069d) } -var fileDescriptor_classification_5f4503a7e7cbe522 = []byte{ +var fileDescriptor_classification_337031297c7f069d = []byte{ // 841 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xd1, 0x6e, 0xdb, 0x36, 0x14, 0x9d, 0xec, 0x38, 0xad, 0xaf, 0xdd, 0xd6, 0x61, 0xb2, 0x4c, 0x75, 0x5b, 0xc4, 0x48, 0x5f, diff --git a/googleapis/cloud/automl/v1beta1/column_spec.pb.go b/googleapis/cloud/automl/v1beta1/column_spec.pb.go index 5db6aa3976..30ff709199 100644 --- a/googleapis/cloud/automl/v1beta1/column_spec.pb.go +++ b/googleapis/cloud/automl/v1beta1/column_spec.pb.go @@ -60,7 +60,7 @@ func (m *ColumnSpec) Reset() { *m = ColumnSpec{} } func (m *ColumnSpec) String() string { return proto.CompactTextString(m) } func (*ColumnSpec) ProtoMessage() {} func (*ColumnSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_column_spec_1c93780f96bb3394, []int{0} + return fileDescriptor_column_spec_5bd50af362cf7442, []int{0} } func (m *ColumnSpec) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ColumnSpec.Unmarshal(m, b) @@ -139,7 +139,7 @@ func (m *ColumnSpec_CorrelatedColumn) Reset() { *m = ColumnSpec_Correlat func (m *ColumnSpec_CorrelatedColumn) String() string { return proto.CompactTextString(m) } func (*ColumnSpec_CorrelatedColumn) ProtoMessage() {} func (*ColumnSpec_CorrelatedColumn) Descriptor() ([]byte, []int) { - return fileDescriptor_column_spec_1c93780f96bb3394, []int{0, 0} + return fileDescriptor_column_spec_5bd50af362cf7442, []int{0, 0} } func (m *ColumnSpec_CorrelatedColumn) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ColumnSpec_CorrelatedColumn.Unmarshal(m, b) @@ -179,10 +179,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/column_spec.proto", fileDescriptor_column_spec_1c93780f96bb3394) + proto.RegisterFile("google/cloud/automl/v1beta1/column_spec.proto", fileDescriptor_column_spec_5bd50af362cf7442) } -var fileDescriptor_column_spec_1c93780f96bb3394 = []byte{ +var fileDescriptor_column_spec_5bd50af362cf7442 = []byte{ // 396 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xd1, 0xea, 0xd3, 0x30, 0x14, 0xc6, 0xe9, 0x7f, 0x7f, 0x87, 0xcb, 0x86, 0xcc, 0x20, 0x52, 0x36, 0xc1, 0x29, 0x2a, 0xbb, diff --git a/googleapis/cloud/automl/v1beta1/data_items.pb.go b/googleapis/cloud/automl/v1beta1/data_items.pb.go index 6e35ff4a47..6b19515d05 100644 --- a/googleapis/cloud/automl/v1beta1/data_items.pb.go +++ b/googleapis/cloud/automl/v1beta1/data_items.pb.go @@ -45,7 +45,7 @@ func (m *Image) Reset() { *m = Image{} } func (m *Image) String() string { return proto.CompactTextString(m) } func (*Image) ProtoMessage() {} func (*Image) Descriptor() ([]byte, []int) { - return fileDescriptor_data_items_f94343a769df0351, []int{0} + return fileDescriptor_data_items_5b5af88f35c66f99, []int{0} } func (m *Image) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Image.Unmarshal(m, b) @@ -199,7 +199,7 @@ func (m *TextSnippet) Reset() { *m = TextSnippet{} } func (m *TextSnippet) String() string { return proto.CompactTextString(m) } func (*TextSnippet) ProtoMessage() {} func (*TextSnippet) Descriptor() ([]byte, []int) { - return fileDescriptor_data_items_f94343a769df0351, []int{1} + return fileDescriptor_data_items_5b5af88f35c66f99, []int{1} } func (m *TextSnippet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextSnippet.Unmarshal(m, b) @@ -253,7 +253,7 @@ func (m *Document) Reset() { *m = Document{} } func (m *Document) String() string { return proto.CompactTextString(m) } func (*Document) ProtoMessage() {} func (*Document) Descriptor() ([]byte, []int) { - return fileDescriptor_data_items_f94343a769df0351, []int{2} + return fileDescriptor_data_items_5b5af88f35c66f99, []int{2} } func (m *Document) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Document.Unmarshal(m, b) @@ -305,7 +305,7 @@ func (m *Row) Reset() { *m = Row{} } func (m *Row) String() string { return proto.CompactTextString(m) } func (*Row) ProtoMessage() {} func (*Row) Descriptor() ([]byte, []int) { - return fileDescriptor_data_items_f94343a769df0351, []int{3} + return fileDescriptor_data_items_5b5af88f35c66f99, []int{3} } func (m *Row) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Row.Unmarshal(m, b) @@ -358,7 +358,7 @@ func (m *ExamplePayload) Reset() { *m = ExamplePayload{} } func (m *ExamplePayload) String() string { return proto.CompactTextString(m) } func (*ExamplePayload) ProtoMessage() {} func (*ExamplePayload) Descriptor() ([]byte, []int) { - return fileDescriptor_data_items_f94343a769df0351, []int{4} + return fileDescriptor_data_items_5b5af88f35c66f99, []int{4} } func (m *ExamplePayload) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExamplePayload.Unmarshal(m, b) @@ -562,10 +562,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/data_items.proto", fileDescriptor_data_items_f94343a769df0351) + proto.RegisterFile("google/cloud/automl/v1beta1/data_items.proto", fileDescriptor_data_items_5b5af88f35c66f99) } -var fileDescriptor_data_items_f94343a769df0351 = []byte{ +var fileDescriptor_data_items_5b5af88f35c66f99 = []byte{ // 559 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xcf, 0x6f, 0xd3, 0x30, 0x14, 0x6e, 0x9a, 0xad, 0x5b, 0x9d, 0x0d, 0xa4, 0x1c, 0x50, 0xd8, 0x26, 0x16, 0xc2, 0x0f, 0xe5, diff --git a/googleapis/cloud/automl/v1beta1/data_stats.pb.go b/googleapis/cloud/automl/v1beta1/data_stats.pb.go index cfd622d6c1..a7c46bb0d9 100644 --- a/googleapis/cloud/automl/v1beta1/data_stats.pb.go +++ b/googleapis/cloud/automl/v1beta1/data_stats.pb.go @@ -44,7 +44,7 @@ func (m *DataStats) Reset() { *m = DataStats{} } func (m *DataStats) String() string { return proto.CompactTextString(m) } func (*DataStats) ProtoMessage() {} func (*DataStats) Descriptor() ([]byte, []int) { - return fileDescriptor_data_stats_24815c5cf24a2eb3, []int{0} + return fileDescriptor_data_stats_e2571ab261ca3ffb, []int{0} } func (m *DataStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DataStats.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *Float64Stats) Reset() { *m = Float64Stats{} } func (m *Float64Stats) String() string { return proto.CompactTextString(m) } func (*Float64Stats) ProtoMessage() {} func (*Float64Stats) Descriptor() ([]byte, []int) { - return fileDescriptor_data_stats_24815c5cf24a2eb3, []int{1} + return fileDescriptor_data_stats_e2571ab261ca3ffb, []int{1} } func (m *Float64Stats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Float64Stats.Unmarshal(m, b) @@ -410,7 +410,7 @@ func (m *Float64Stats_HistogramBucket) Reset() { *m = Float64Stats_Histo func (m *Float64Stats_HistogramBucket) String() string { return proto.CompactTextString(m) } func (*Float64Stats_HistogramBucket) ProtoMessage() {} func (*Float64Stats_HistogramBucket) Descriptor() ([]byte, []int) { - return fileDescriptor_data_stats_24815c5cf24a2eb3, []int{1, 0} + return fileDescriptor_data_stats_e2571ab261ca3ffb, []int{1, 0} } func (m *Float64Stats_HistogramBucket) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Float64Stats_HistogramBucket.Unmarshal(m, b) @@ -465,7 +465,7 @@ func (m *StringStats) Reset() { *m = StringStats{} } func (m *StringStats) String() string { return proto.CompactTextString(m) } func (*StringStats) ProtoMessage() {} func (*StringStats) Descriptor() ([]byte, []int) { - return fileDescriptor_data_stats_24815c5cf24a2eb3, []int{2} + return fileDescriptor_data_stats_e2571ab261ca3ffb, []int{2} } func (m *StringStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StringStats.Unmarshal(m, b) @@ -507,7 +507,7 @@ func (m *StringStats_UnigramStats) Reset() { *m = StringStats_UnigramSta func (m *StringStats_UnigramStats) String() string { return proto.CompactTextString(m) } func (*StringStats_UnigramStats) ProtoMessage() {} func (*StringStats_UnigramStats) Descriptor() ([]byte, []int) { - return fileDescriptor_data_stats_24815c5cf24a2eb3, []int{2, 0} + return fileDescriptor_data_stats_e2571ab261ca3ffb, []int{2, 0} } func (m *StringStats_UnigramStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StringStats_UnigramStats.Unmarshal(m, b) @@ -558,7 +558,7 @@ func (m *TimestampStats) Reset() { *m = TimestampStats{} } func (m *TimestampStats) String() string { return proto.CompactTextString(m) } func (*TimestampStats) ProtoMessage() {} func (*TimestampStats) Descriptor() ([]byte, []int) { - return fileDescriptor_data_stats_24815c5cf24a2eb3, []int{3} + return fileDescriptor_data_stats_e2571ab261ca3ffb, []int{3} } func (m *TimestampStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimestampStats.Unmarshal(m, b) @@ -599,7 +599,7 @@ func (m *TimestampStats_GranularStats) Reset() { *m = TimestampStats_Gra func (m *TimestampStats_GranularStats) String() string { return proto.CompactTextString(m) } func (*TimestampStats_GranularStats) ProtoMessage() {} func (*TimestampStats_GranularStats) Descriptor() ([]byte, []int) { - return fileDescriptor_data_stats_24815c5cf24a2eb3, []int{3, 0} + return fileDescriptor_data_stats_e2571ab261ca3ffb, []int{3, 0} } func (m *TimestampStats_GranularStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimestampStats_GranularStats.Unmarshal(m, b) @@ -640,7 +640,7 @@ func (m *ArrayStats) Reset() { *m = ArrayStats{} } func (m *ArrayStats) String() string { return proto.CompactTextString(m) } func (*ArrayStats) ProtoMessage() {} func (*ArrayStats) Descriptor() ([]byte, []int) { - return fileDescriptor_data_stats_24815c5cf24a2eb3, []int{4} + return fileDescriptor_data_stats_e2571ab261ca3ffb, []int{4} } func (m *ArrayStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ArrayStats.Unmarshal(m, b) @@ -681,7 +681,7 @@ func (m *StructStats) Reset() { *m = StructStats{} } func (m *StructStats) String() string { return proto.CompactTextString(m) } func (*StructStats) ProtoMessage() {} func (*StructStats) Descriptor() ([]byte, []int) { - return fileDescriptor_data_stats_24815c5cf24a2eb3, []int{5} + return fileDescriptor_data_stats_e2571ab261ca3ffb, []int{5} } func (m *StructStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructStats.Unmarshal(m, b) @@ -723,7 +723,7 @@ func (m *CategoryStats) Reset() { *m = CategoryStats{} } func (m *CategoryStats) String() string { return proto.CompactTextString(m) } func (*CategoryStats) ProtoMessage() {} func (*CategoryStats) Descriptor() ([]byte, []int) { - return fileDescriptor_data_stats_24815c5cf24a2eb3, []int{6} + return fileDescriptor_data_stats_e2571ab261ca3ffb, []int{6} } func (m *CategoryStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CategoryStats.Unmarshal(m, b) @@ -765,7 +765,7 @@ func (m *CategoryStats_SingleCategoryStats) Reset() { *m = CategoryStats func (m *CategoryStats_SingleCategoryStats) String() string { return proto.CompactTextString(m) } func (*CategoryStats_SingleCategoryStats) ProtoMessage() {} func (*CategoryStats_SingleCategoryStats) Descriptor() ([]byte, []int) { - return fileDescriptor_data_stats_24815c5cf24a2eb3, []int{6, 0} + return fileDescriptor_data_stats_e2571ab261ca3ffb, []int{6, 0} } func (m *CategoryStats_SingleCategoryStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CategoryStats_SingleCategoryStats.Unmarshal(m, b) @@ -814,7 +814,7 @@ func (m *CorrelationStats) Reset() { *m = CorrelationStats{} } func (m *CorrelationStats) String() string { return proto.CompactTextString(m) } func (*CorrelationStats) ProtoMessage() {} func (*CorrelationStats) Descriptor() ([]byte, []int) { - return fileDescriptor_data_stats_24815c5cf24a2eb3, []int{7} + return fileDescriptor_data_stats_e2571ab261ca3ffb, []int{7} } func (m *CorrelationStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CorrelationStats.Unmarshal(m, b) @@ -860,10 +860,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/data_stats.proto", fileDescriptor_data_stats_24815c5cf24a2eb3) + proto.RegisterFile("google/cloud/automl/v1beta1/data_stats.proto", fileDescriptor_data_stats_e2571ab261ca3ffb) } -var fileDescriptor_data_stats_24815c5cf24a2eb3 = []byte{ +var fileDescriptor_data_stats_e2571ab261ca3ffb = []byte{ // 830 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x96, 0xcb, 0x6f, 0xd3, 0x48, 0x18, 0xc0, 0xd7, 0x49, 0xd3, 0x36, 0x5f, 0x9e, 0x9d, 0xed, 0xa1, 0x4a, 0x2b, 0x6d, 0x95, 0xc3, diff --git a/googleapis/cloud/automl/v1beta1/data_types.pb.go b/googleapis/cloud/automl/v1beta1/data_types.pb.go index 492394ed5f..bc168e15e2 100644 --- a/googleapis/cloud/automl/v1beta1/data_types.pb.go +++ b/googleapis/cloud/automl/v1beta1/data_types.pb.go @@ -84,7 +84,7 @@ func (x TypeCode) String() string { return proto.EnumName(TypeCode_name, int32(x)) } func (TypeCode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_data_types_cff11b677957fba8, []int{0} + return fileDescriptor_data_types_f857041c6e153cb1, []int{0} } // Indicated the type of data that can be stored in a structured data entity @@ -110,7 +110,7 @@ func (m *DataType) Reset() { *m = DataType{} } func (m *DataType) String() string { return proto.CompactTextString(m) } func (*DataType) ProtoMessage() {} func (*DataType) Descriptor() ([]byte, []int) { - return fileDescriptor_data_types_cff11b677957fba8, []int{0} + return fileDescriptor_data_types_f857041c6e153cb1, []int{0} } func (m *DataType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DataType.Unmarshal(m, b) @@ -298,7 +298,7 @@ func (m *StructType) Reset() { *m = StructType{} } func (m *StructType) String() string { return proto.CompactTextString(m) } func (*StructType) ProtoMessage() {} func (*StructType) Descriptor() ([]byte, []int) { - return fileDescriptor_data_types_cff11b677957fba8, []int{1} + return fileDescriptor_data_types_f857041c6e153cb1, []int{1} } func (m *StructType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructType.Unmarshal(m, b) @@ -333,10 +333,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/data_types.proto", fileDescriptor_data_types_cff11b677957fba8) + proto.RegisterFile("google/cloud/automl/v1beta1/data_types.proto", fileDescriptor_data_types_f857041c6e153cb1) } -var fileDescriptor_data_types_cff11b677957fba8 = []byte{ +var fileDescriptor_data_types_f857041c6e153cb1 = []byte{ // 528 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0x5f, 0x8b, 0xd3, 0x40, 0x10, 0xc0, 0x2f, 0xed, 0xb5, 0x97, 0x4c, 0xfc, 0x13, 0x17, 0x84, 0x5e, 0x4f, 0xb0, 0x1e, 0x8a, diff --git a/googleapis/cloud/automl/v1beta1/dataset.pb.go b/googleapis/cloud/automl/v1beta1/dataset.pb.go index d14662076a..5b962b782f 100644 --- a/googleapis/cloud/automl/v1beta1/dataset.pb.go +++ b/googleapis/cloud/automl/v1beta1/dataset.pb.go @@ -63,7 +63,7 @@ func (m *Dataset) Reset() { *m = Dataset{} } func (m *Dataset) String() string { return proto.CompactTextString(m) } func (*Dataset) ProtoMessage() {} func (*Dataset) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_c171d022446555ab, []int{0} + return fileDescriptor_dataset_954237b3f3904ab8, []int{0} } func (m *Dataset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Dataset.Unmarshal(m, b) @@ -453,7 +453,7 @@ func (m *AnnotationSpec) Reset() { *m = AnnotationSpec{} } func (m *AnnotationSpec) String() string { return proto.CompactTextString(m) } func (*AnnotationSpec) ProtoMessage() {} func (*AnnotationSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_c171d022446555ab, []int{1} + return fileDescriptor_dataset_954237b3f3904ab8, []int{1} } func (m *AnnotationSpec) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotationSpec.Unmarshal(m, b) @@ -500,10 +500,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/dataset.proto", fileDescriptor_dataset_c171d022446555ab) + proto.RegisterFile("google/cloud/automl/v1beta1/dataset.proto", fileDescriptor_dataset_954237b3f3904ab8) } -var fileDescriptor_dataset_c171d022446555ab = []byte{ +var fileDescriptor_dataset_954237b3f3904ab8 = []byte{ // 647 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x95, 0x5d, 0x6b, 0xd4, 0x4c, 0x14, 0xc7, 0x9f, 0xf4, 0xf1, 0x85, 0xce, 0xd6, 0xa2, 0x03, 0xa5, 0x71, 0xbb, 0xba, 0xdb, 0x56, diff --git a/googleapis/cloud/automl/v1beta1/detection.pb.go b/googleapis/cloud/automl/v1beta1/detection.pb.go index 6e7cd7f83c..a1458b3d24 100644 --- a/googleapis/cloud/automl/v1beta1/detection.pb.go +++ b/googleapis/cloud/automl/v1beta1/detection.pb.go @@ -38,7 +38,7 @@ func (m *ImageObjectDetectionAnnotation) Reset() { *m = ImageObjectDetec func (m *ImageObjectDetectionAnnotation) String() string { return proto.CompactTextString(m) } func (*ImageObjectDetectionAnnotation) ProtoMessage() {} func (*ImageObjectDetectionAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_detection_2e416105206f01fb, []int{0} + return fileDescriptor_detection_fc1cbf42da607929, []int{0} } func (m *ImageObjectDetectionAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageObjectDetectionAnnotation.Unmarshal(m, b) @@ -93,7 +93,7 @@ func (m *BoundingBoxMetricsEntry) Reset() { *m = BoundingBoxMetricsEntry func (m *BoundingBoxMetricsEntry) String() string { return proto.CompactTextString(m) } func (*BoundingBoxMetricsEntry) ProtoMessage() {} func (*BoundingBoxMetricsEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_detection_2e416105206f01fb, []int{1} + return fileDescriptor_detection_fc1cbf42da607929, []int{1} } func (m *BoundingBoxMetricsEntry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BoundingBoxMetricsEntry.Unmarshal(m, b) @@ -157,7 +157,7 @@ func (m *BoundingBoxMetricsEntry_ConfidenceMetricsEntry) String() string { } func (*BoundingBoxMetricsEntry_ConfidenceMetricsEntry) ProtoMessage() {} func (*BoundingBoxMetricsEntry_ConfidenceMetricsEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_detection_2e416105206f01fb, []int{1, 0} + return fileDescriptor_detection_fc1cbf42da607929, []int{1, 0} } func (m *BoundingBoxMetricsEntry_ConfidenceMetricsEntry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BoundingBoxMetricsEntry_ConfidenceMetricsEntry.Unmarshal(m, b) @@ -228,7 +228,7 @@ func (m *ImageObjectDetectionEvaluationMetrics) Reset() { *m = ImageObje func (m *ImageObjectDetectionEvaluationMetrics) String() string { return proto.CompactTextString(m) } func (*ImageObjectDetectionEvaluationMetrics) ProtoMessage() {} func (*ImageObjectDetectionEvaluationMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_detection_2e416105206f01fb, []int{2} + return fileDescriptor_detection_fc1cbf42da607929, []int{2} } func (m *ImageObjectDetectionEvaluationMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageObjectDetectionEvaluationMetrics.Unmarshal(m, b) @@ -277,10 +277,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/detection.proto", fileDescriptor_detection_2e416105206f01fb) + proto.RegisterFile("google/cloud/automl/v1beta1/detection.proto", fileDescriptor_detection_fc1cbf42da607929) } -var fileDescriptor_detection_2e416105206f01fb = []byte{ +var fileDescriptor_detection_fc1cbf42da607929 = []byte{ // 537 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x53, 0xc1, 0x6e, 0xd3, 0x4c, 0x10, 0x96, 0x9d, 0xbf, 0xfd, 0x61, 0x5b, 0x2e, 0x4b, 0x55, 0xd2, 0x34, 0x6a, 0xab, 0x56, 0x48, diff --git a/googleapis/cloud/automl/v1beta1/geometry.pb.go b/googleapis/cloud/automl/v1beta1/geometry.pb.go index 0b86130fb0..41a479155a 100644 --- a/googleapis/cloud/automl/v1beta1/geometry.pb.go +++ b/googleapis/cloud/automl/v1beta1/geometry.pb.go @@ -38,7 +38,7 @@ func (m *NormalizedVertex) Reset() { *m = NormalizedVertex{} } func (m *NormalizedVertex) String() string { return proto.CompactTextString(m) } func (*NormalizedVertex) ProtoMessage() {} func (*NormalizedVertex) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_deca98ea64d58640, []int{0} + return fileDescriptor_geometry_693f597e33c64c76, []int{0} } func (m *NormalizedVertex) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedVertex.Unmarshal(m, b) @@ -87,7 +87,7 @@ func (m *BoundingPoly) Reset() { *m = BoundingPoly{} } func (m *BoundingPoly) String() string { return proto.CompactTextString(m) } func (*BoundingPoly) ProtoMessage() {} func (*BoundingPoly) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_deca98ea64d58640, []int{1} + return fileDescriptor_geometry_693f597e33c64c76, []int{1} } func (m *BoundingPoly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BoundingPoly.Unmarshal(m, b) @@ -120,10 +120,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/geometry.proto", fileDescriptor_geometry_deca98ea64d58640) + proto.RegisterFile("google/cloud/automl/v1beta1/geometry.proto", fileDescriptor_geometry_693f597e33c64c76) } -var fileDescriptor_geometry_deca98ea64d58640 = []byte{ +var fileDescriptor_geometry_693f597e33c64c76 = []byte{ // 260 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x41, 0x4b, 0xc3, 0x30, 0x14, 0xc7, 0x49, 0x05, 0x0f, 0x71, 0x07, 0xa9, 0x97, 0xe2, 0x04, 0xc7, 0x4e, 0x43, 0x30, 0x61, diff --git a/googleapis/cloud/automl/v1beta1/image.pb.go b/googleapis/cloud/automl/v1beta1/image.pb.go index 206d356310..18bbfc67a0 100644 --- a/googleapis/cloud/automl/v1beta1/image.pb.go +++ b/googleapis/cloud/automl/v1beta1/image.pb.go @@ -33,7 +33,7 @@ func (m *ImageClassificationDatasetMetadata) Reset() { *m = ImageClassif func (m *ImageClassificationDatasetMetadata) String() string { return proto.CompactTextString(m) } func (*ImageClassificationDatasetMetadata) ProtoMessage() {} func (*ImageClassificationDatasetMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_image_3b61a35e2145eef5, []int{0} + return fileDescriptor_image_b1aa6fd5524822c5, []int{0} } func (m *ImageClassificationDatasetMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageClassificationDatasetMetadata.Unmarshal(m, b) @@ -71,7 +71,7 @@ func (m *ImageObjectDetectionDatasetMetadata) Reset() { *m = ImageObject func (m *ImageObjectDetectionDatasetMetadata) String() string { return proto.CompactTextString(m) } func (*ImageObjectDetectionDatasetMetadata) ProtoMessage() {} func (*ImageObjectDetectionDatasetMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_image_3b61a35e2145eef5, []int{1} + return fileDescriptor_image_b1aa6fd5524822c5, []int{1} } func (m *ImageObjectDetectionDatasetMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageObjectDetectionDatasetMetadata.Unmarshal(m, b) @@ -152,7 +152,7 @@ func (m *ImageClassificationModelMetadata) Reset() { *m = ImageClassific func (m *ImageClassificationModelMetadata) String() string { return proto.CompactTextString(m) } func (*ImageClassificationModelMetadata) ProtoMessage() {} func (*ImageClassificationModelMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_image_3b61a35e2145eef5, []int{2} + return fileDescriptor_image_b1aa6fd5524822c5, []int{2} } func (m *ImageClassificationModelMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageClassificationModelMetadata.Unmarshal(m, b) @@ -234,7 +234,7 @@ func (m *ImageObjectDetectionModelMetadata) Reset() { *m = ImageObjectDe func (m *ImageObjectDetectionModelMetadata) String() string { return proto.CompactTextString(m) } func (*ImageObjectDetectionModelMetadata) ProtoMessage() {} func (*ImageObjectDetectionModelMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_image_3b61a35e2145eef5, []int{3} + return fileDescriptor_image_b1aa6fd5524822c5, []int{3} } func (m *ImageObjectDetectionModelMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageObjectDetectionModelMetadata.Unmarshal(m, b) @@ -297,7 +297,7 @@ func (m *ImageObjectDetectionModelDeploymentMetadata) String() string { } func (*ImageObjectDetectionModelDeploymentMetadata) ProtoMessage() {} func (*ImageObjectDetectionModelDeploymentMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_image_3b61a35e2145eef5, []int{4} + return fileDescriptor_image_b1aa6fd5524822c5, []int{4} } func (m *ImageObjectDetectionModelDeploymentMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageObjectDetectionModelDeploymentMetadata.Unmarshal(m, b) @@ -333,10 +333,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/image.proto", fileDescriptor_image_3b61a35e2145eef5) + proto.RegisterFile("google/cloud/automl/v1beta1/image.proto", fileDescriptor_image_b1aa6fd5524822c5) } -var fileDescriptor_image_3b61a35e2145eef5 = []byte{ +var fileDescriptor_image_b1aa6fd5524822c5 = []byte{ // 458 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xd1, 0x6b, 0xd4, 0x40, 0x10, 0xc6, 0xd9, 0x56, 0xad, 0xdd, 0x53, 0x1f, 0xe2, 0x4b, 0x6c, 0x95, 0xbb, 0x46, 0xc4, 0x03, diff --git a/googleapis/cloud/automl/v1beta1/io.pb.go b/googleapis/cloud/automl/v1beta1/io.pb.go index 1bb8a1a9c2..d0f3971d79 100644 --- a/googleapis/cloud/automl/v1beta1/io.pb.go +++ b/googleapis/cloud/automl/v1beta1/io.pb.go @@ -269,7 +269,7 @@ func (m *InputConfig) Reset() { *m = InputConfig{} } func (m *InputConfig) String() string { return proto.CompactTextString(m) } func (*InputConfig) ProtoMessage() {} func (*InputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_io_f2a6680267708d76, []int{0} + return fileDescriptor_io_bc3ab7a921debf0e, []int{0} } func (m *InputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InputConfig.Unmarshal(m, b) @@ -545,7 +545,7 @@ func (m *BatchPredictInputConfig) Reset() { *m = BatchPredictInputConfig func (m *BatchPredictInputConfig) String() string { return proto.CompactTextString(m) } func (*BatchPredictInputConfig) ProtoMessage() {} func (*BatchPredictInputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_io_f2a6680267708d76, []int{1} + return fileDescriptor_io_bc3ab7a921debf0e, []int{1} } func (m *BatchPredictInputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchPredictInputConfig.Unmarshal(m, b) @@ -692,7 +692,7 @@ func (m *DocumentInputConfig) Reset() { *m = DocumentInputConfig{} } func (m *DocumentInputConfig) String() string { return proto.CompactTextString(m) } func (*DocumentInputConfig) ProtoMessage() {} func (*DocumentInputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_io_f2a6680267708d76, []int{2} + return fileDescriptor_io_bc3ab7a921debf0e, []int{2} } func (m *DocumentInputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DocumentInputConfig.Unmarshal(m, b) @@ -798,7 +798,7 @@ func (m *OutputConfig) Reset() { *m = OutputConfig{} } func (m *OutputConfig) String() string { return proto.CompactTextString(m) } func (*OutputConfig) ProtoMessage() {} func (*OutputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_io_f2a6680267708d76, []int{3} + return fileDescriptor_io_bc3ab7a921debf0e, []int{3} } func (m *OutputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OutputConfig.Unmarshal(m, b) @@ -1105,7 +1105,7 @@ func (m *BatchPredictOutputConfig) Reset() { *m = BatchPredictOutputConf func (m *BatchPredictOutputConfig) String() string { return proto.CompactTextString(m) } func (*BatchPredictOutputConfig) ProtoMessage() {} func (*BatchPredictOutputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_io_f2a6680267708d76, []int{4} + return fileDescriptor_io_bc3ab7a921debf0e, []int{4} } func (m *BatchPredictOutputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchPredictOutputConfig.Unmarshal(m, b) @@ -1284,7 +1284,7 @@ func (m *ModelExportOutputConfig) Reset() { *m = ModelExportOutputConfig func (m *ModelExportOutputConfig) String() string { return proto.CompactTextString(m) } func (*ModelExportOutputConfig) ProtoMessage() {} func (*ModelExportOutputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_io_f2a6680267708d76, []int{5} + return fileDescriptor_io_bc3ab7a921debf0e, []int{5} } func (m *ModelExportOutputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ModelExportOutputConfig.Unmarshal(m, b) @@ -1474,7 +1474,7 @@ func (m *ExportEvaluatedExamplesOutputConfig) Reset() { *m = ExportEvalu func (m *ExportEvaluatedExamplesOutputConfig) String() string { return proto.CompactTextString(m) } func (*ExportEvaluatedExamplesOutputConfig) ProtoMessage() {} func (*ExportEvaluatedExamplesOutputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_io_f2a6680267708d76, []int{6} + return fileDescriptor_io_bc3ab7a921debf0e, []int{6} } func (m *ExportEvaluatedExamplesOutputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportEvaluatedExamplesOutputConfig.Unmarshal(m, b) @@ -1589,7 +1589,7 @@ func (m *GcsSource) Reset() { *m = GcsSource{} } func (m *GcsSource) String() string { return proto.CompactTextString(m) } func (*GcsSource) ProtoMessage() {} func (*GcsSource) Descriptor() ([]byte, []int) { - return fileDescriptor_io_f2a6680267708d76, []int{7} + return fileDescriptor_io_bc3ab7a921debf0e, []int{7} } func (m *GcsSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsSource.Unmarshal(m, b) @@ -1631,7 +1631,7 @@ func (m *BigQuerySource) Reset() { *m = BigQuerySource{} } func (m *BigQuerySource) String() string { return proto.CompactTextString(m) } func (*BigQuerySource) ProtoMessage() {} func (*BigQuerySource) Descriptor() ([]byte, []int) { - return fileDescriptor_io_f2a6680267708d76, []int{8} + return fileDescriptor_io_bc3ab7a921debf0e, []int{8} } func (m *BigQuerySource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BigQuerySource.Unmarshal(m, b) @@ -1676,7 +1676,7 @@ func (m *GcsDestination) Reset() { *m = GcsDestination{} } func (m *GcsDestination) String() string { return proto.CompactTextString(m) } func (*GcsDestination) ProtoMessage() {} func (*GcsDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_io_f2a6680267708d76, []int{9} + return fileDescriptor_io_bc3ab7a921debf0e, []int{9} } func (m *GcsDestination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsDestination.Unmarshal(m, b) @@ -1718,7 +1718,7 @@ func (m *BigQueryDestination) Reset() { *m = BigQueryDestination{} } func (m *BigQueryDestination) String() string { return proto.CompactTextString(m) } func (*BigQueryDestination) ProtoMessage() {} func (*BigQueryDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_io_f2a6680267708d76, []int{10} + return fileDescriptor_io_bc3ab7a921debf0e, []int{10} } func (m *BigQueryDestination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BigQueryDestination.Unmarshal(m, b) @@ -1768,7 +1768,7 @@ func (m *GcrDestination) Reset() { *m = GcrDestination{} } func (m *GcrDestination) String() string { return proto.CompactTextString(m) } func (*GcrDestination) ProtoMessage() {} func (*GcrDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_io_f2a6680267708d76, []int{11} + return fileDescriptor_io_bc3ab7a921debf0e, []int{11} } func (m *GcrDestination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcrDestination.Unmarshal(m, b) @@ -1813,10 +1813,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/io.proto", fileDescriptor_io_f2a6680267708d76) + proto.RegisterFile("google/cloud/automl/v1beta1/io.proto", fileDescriptor_io_bc3ab7a921debf0e) } -var fileDescriptor_io_f2a6680267708d76 = []byte{ +var fileDescriptor_io_bc3ab7a921debf0e = []byte{ // 630 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x96, 0xcf, 0x6e, 0xd3, 0x4c, 0x14, 0xc5, 0x3f, 0xdb, 0x1f, 0x55, 0x7d, 0x5d, 0x5a, 0x70, 0x2b, 0xd5, 0x6a, 0x41, 0x14, 0x83, diff --git a/googleapis/cloud/automl/v1beta1/model.pb.go b/googleapis/cloud/automl/v1beta1/model.pb.go index 3296e95da0..45b8cd4fee 100644 --- a/googleapis/cloud/automl/v1beta1/model.pb.go +++ b/googleapis/cloud/automl/v1beta1/model.pb.go @@ -47,7 +47,7 @@ func (x Model_DeploymentState) String() string { return proto.EnumName(Model_DeploymentState_name, int32(x)) } func (Model_DeploymentState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_model_045660f03fa00661, []int{0, 0} + return fileDescriptor_model_9828559028c2521f, []int{0, 0} } // API proto representing a trained machine learning model. @@ -97,7 +97,7 @@ func (m *Model) Reset() { *m = Model{} } func (m *Model) String() string { return proto.CompactTextString(m) } func (*Model) ProtoMessage() {} func (*Model) Descriptor() ([]byte, []int) { - return fileDescriptor_model_045660f03fa00661, []int{0} + return fileDescriptor_model_9828559028c2521f, []int{0} } func (m *Model) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model.Unmarshal(m, b) @@ -468,10 +468,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/model.proto", fileDescriptor_model_045660f03fa00661) + proto.RegisterFile("google/cloud/automl/v1beta1/model.proto", fileDescriptor_model_9828559028c2521f) } -var fileDescriptor_model_045660f03fa00661 = []byte{ +var fileDescriptor_model_9828559028c2521f = []byte{ // 673 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x95, 0x6f, 0x4f, 0xd3, 0x5e, 0x14, 0xc7, 0x29, 0xbf, 0x9f, 0x0a, 0x77, 0x38, 0x96, 0x8b, 0x7f, 0x9a, 0x01, 0x32, 0x30, 0xea, diff --git a/googleapis/cloud/automl/v1beta1/model_evaluation.pb.go b/googleapis/cloud/automl/v1beta1/model_evaluation.pb.go index cf5cf523d9..b21dadb2ca 100644 --- a/googleapis/cloud/automl/v1beta1/model_evaluation.pb.go +++ b/googleapis/cloud/automl/v1beta1/model_evaluation.pb.go @@ -78,7 +78,7 @@ func (m *ModelEvaluation) Reset() { *m = ModelEvaluation{} } func (m *ModelEvaluation) String() string { return proto.CompactTextString(m) } func (*ModelEvaluation) ProtoMessage() {} func (*ModelEvaluation) Descriptor() ([]byte, []int) { - return fileDescriptor_model_evaluation_b5dd07caabcd50f5, []int{0} + return fileDescriptor_model_evaluation_c883823b7cd2bdc7, []int{0} } func (m *ModelEvaluation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ModelEvaluation.Unmarshal(m, b) @@ -377,10 +377,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/model_evaluation.proto", fileDescriptor_model_evaluation_b5dd07caabcd50f5) + proto.RegisterFile("google/cloud/automl/v1beta1/model_evaluation.proto", fileDescriptor_model_evaluation_c883823b7cd2bdc7) } -var fileDescriptor_model_evaluation_b5dd07caabcd50f5 = []byte{ +var fileDescriptor_model_evaluation_c883823b7cd2bdc7 = []byte{ // 595 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0x41, 0x6b, 0xd4, 0x40, 0x14, 0xc7, 0x4d, 0xb1, 0xb5, 0x9d, 0xad, 0x54, 0x06, 0xc4, 0xb0, 0xad, 0xed, 0x6e, 0x41, 0x58, diff --git a/googleapis/cloud/automl/v1beta1/operations.pb.go b/googleapis/cloud/automl/v1beta1/operations.pb.go index 8c64b3d689..5706a905ee 100644 --- a/googleapis/cloud/automl/v1beta1/operations.pb.go +++ b/googleapis/cloud/automl/v1beta1/operations.pb.go @@ -59,7 +59,7 @@ func (m *OperationMetadata) Reset() { *m = OperationMetadata{} } func (m *OperationMetadata) String() string { return proto.CompactTextString(m) } func (*OperationMetadata) ProtoMessage() {} func (*OperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_55f4ccdf029579f1, []int{0} + return fileDescriptor_operations_3312906655c3448c, []int{0} } func (m *OperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationMetadata.Unmarshal(m, b) @@ -453,7 +453,7 @@ func (m *DeleteOperationMetadata) Reset() { *m = DeleteOperationMetadata func (m *DeleteOperationMetadata) String() string { return proto.CompactTextString(m) } func (*DeleteOperationMetadata) ProtoMessage() {} func (*DeleteOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_55f4ccdf029579f1, []int{1} + return fileDescriptor_operations_3312906655c3448c, []int{1} } func (m *DeleteOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteOperationMetadata.Unmarshal(m, b) @@ -484,7 +484,7 @@ func (m *DeployModelOperationMetadata) Reset() { *m = DeployModelOperati func (m *DeployModelOperationMetadata) String() string { return proto.CompactTextString(m) } func (*DeployModelOperationMetadata) ProtoMessage() {} func (*DeployModelOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_55f4ccdf029579f1, []int{2} + return fileDescriptor_operations_3312906655c3448c, []int{2} } func (m *DeployModelOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeployModelOperationMetadata.Unmarshal(m, b) @@ -515,7 +515,7 @@ func (m *UndeployModelOperationMetadata) Reset() { *m = UndeployModelOpe func (m *UndeployModelOperationMetadata) String() string { return proto.CompactTextString(m) } func (*UndeployModelOperationMetadata) ProtoMessage() {} func (*UndeployModelOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_55f4ccdf029579f1, []int{3} + return fileDescriptor_operations_3312906655c3448c, []int{3} } func (m *UndeployModelOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UndeployModelOperationMetadata.Unmarshal(m, b) @@ -546,7 +546,7 @@ func (m *CreateModelOperationMetadata) Reset() { *m = CreateModelOperati func (m *CreateModelOperationMetadata) String() string { return proto.CompactTextString(m) } func (*CreateModelOperationMetadata) ProtoMessage() {} func (*CreateModelOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_55f4ccdf029579f1, []int{4} + return fileDescriptor_operations_3312906655c3448c, []int{4} } func (m *CreateModelOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateModelOperationMetadata.Unmarshal(m, b) @@ -577,7 +577,7 @@ func (m *ImportDataOperationMetadata) Reset() { *m = ImportDataOperation func (m *ImportDataOperationMetadata) String() string { return proto.CompactTextString(m) } func (*ImportDataOperationMetadata) ProtoMessage() {} func (*ImportDataOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_55f4ccdf029579f1, []int{5} + return fileDescriptor_operations_3312906655c3448c, []int{5} } func (m *ImportDataOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportDataOperationMetadata.Unmarshal(m, b) @@ -610,7 +610,7 @@ func (m *ExportDataOperationMetadata) Reset() { *m = ExportDataOperation func (m *ExportDataOperationMetadata) String() string { return proto.CompactTextString(m) } func (*ExportDataOperationMetadata) ProtoMessage() {} func (*ExportDataOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_55f4ccdf029579f1, []int{6} + return fileDescriptor_operations_3312906655c3448c, []int{6} } func (m *ExportDataOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportDataOperationMetadata.Unmarshal(m, b) @@ -660,7 +660,7 @@ func (m *ExportDataOperationMetadata_ExportDataOutputInfo) String() string { } func (*ExportDataOperationMetadata_ExportDataOutputInfo) ProtoMessage() {} func (*ExportDataOperationMetadata_ExportDataOutputInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_55f4ccdf029579f1, []int{6, 0} + return fileDescriptor_operations_3312906655c3448c, []int{6, 0} } func (m *ExportDataOperationMetadata_ExportDataOutputInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportDataOperationMetadata_ExportDataOutputInfo.Unmarshal(m, b) @@ -801,7 +801,7 @@ func (m *BatchPredictOperationMetadata) Reset() { *m = BatchPredictOpera func (m *BatchPredictOperationMetadata) String() string { return proto.CompactTextString(m) } func (*BatchPredictOperationMetadata) ProtoMessage() {} func (*BatchPredictOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_55f4ccdf029579f1, []int{7} + return fileDescriptor_operations_3312906655c3448c, []int{7} } func (m *BatchPredictOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchPredictOperationMetadata.Unmarshal(m, b) @@ -859,7 +859,7 @@ func (m *BatchPredictOperationMetadata_BatchPredictOutputInfo) String() string { } func (*BatchPredictOperationMetadata_BatchPredictOutputInfo) ProtoMessage() {} func (*BatchPredictOperationMetadata_BatchPredictOutputInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_55f4ccdf029579f1, []int{7, 0} + return fileDescriptor_operations_3312906655c3448c, []int{7, 0} } func (m *BatchPredictOperationMetadata_BatchPredictOutputInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchPredictOperationMetadata_BatchPredictOutputInfo.Unmarshal(m, b) @@ -998,7 +998,7 @@ func (m *ExportModelOperationMetadata) Reset() { *m = ExportModelOperati func (m *ExportModelOperationMetadata) String() string { return proto.CompactTextString(m) } func (*ExportModelOperationMetadata) ProtoMessage() {} func (*ExportModelOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_55f4ccdf029579f1, []int{8} + return fileDescriptor_operations_3312906655c3448c, []int{8} } func (m *ExportModelOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportModelOperationMetadata.Unmarshal(m, b) @@ -1046,7 +1046,7 @@ func (m *ExportModelOperationMetadata_ExportModelOutputInfo) String() string { } func (*ExportModelOperationMetadata_ExportModelOutputInfo) ProtoMessage() {} func (*ExportModelOperationMetadata_ExportModelOutputInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_55f4ccdf029579f1, []int{8, 0} + return fileDescriptor_operations_3312906655c3448c, []int{8, 0} } func (m *ExportModelOperationMetadata_ExportModelOutputInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportModelOperationMetadata_ExportModelOutputInfo.Unmarshal(m, b) @@ -1089,7 +1089,7 @@ func (m *ExportEvaluatedExamplesOperationMetadata) Reset() { func (m *ExportEvaluatedExamplesOperationMetadata) String() string { return proto.CompactTextString(m) } func (*ExportEvaluatedExamplesOperationMetadata) ProtoMessage() {} func (*ExportEvaluatedExamplesOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_55f4ccdf029579f1, []int{9} + return fileDescriptor_operations_3312906655c3448c, []int{9} } func (m *ExportEvaluatedExamplesOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportEvaluatedExamplesOperationMetadata.Unmarshal(m, b) @@ -1137,7 +1137,7 @@ func (m *ExportEvaluatedExamplesOperationMetadata_ExportEvaluatedExamplesOutputI } func (*ExportEvaluatedExamplesOperationMetadata_ExportEvaluatedExamplesOutputInfo) ProtoMessage() {} func (*ExportEvaluatedExamplesOperationMetadata_ExportEvaluatedExamplesOutputInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_55f4ccdf029579f1, []int{9, 0} + return fileDescriptor_operations_3312906655c3448c, []int{9, 0} } func (m *ExportEvaluatedExamplesOperationMetadata_ExportEvaluatedExamplesOutputInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportEvaluatedExamplesOperationMetadata_ExportEvaluatedExamplesOutputInfo.Unmarshal(m, b) @@ -1182,10 +1182,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/operations.proto", fileDescriptor_operations_55f4ccdf029579f1) + proto.RegisterFile("google/cloud/automl/v1beta1/operations.proto", fileDescriptor_operations_3312906655c3448c) } -var fileDescriptor_operations_55f4ccdf029579f1 = []byte{ +var fileDescriptor_operations_3312906655c3448c = []byte{ // 884 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x96, 0xdd, 0x6e, 0x1b, 0x45, 0x14, 0xc7, 0x59, 0x87, 0xaf, 0x1e, 0x53, 0x92, 0x4c, 0x9d, 0xc4, 0x75, 0xd2, 0x34, 0x5d, 0x21, diff --git a/googleapis/cloud/automl/v1beta1/prediction_service.pb.go b/googleapis/cloud/automl/v1beta1/prediction_service.pb.go index e02762256f..44cbe35ee7 100644 --- a/googleapis/cloud/automl/v1beta1/prediction_service.pb.go +++ b/googleapis/cloud/automl/v1beta1/prediction_service.pb.go @@ -59,7 +59,7 @@ func (m *PredictRequest) Reset() { *m = PredictRequest{} } func (m *PredictRequest) String() string { return proto.CompactTextString(m) } func (*PredictRequest) ProtoMessage() {} func (*PredictRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_prediction_service_6e047ecbf9a10807, []int{0} + return fileDescriptor_prediction_service_4cd94add91ccba6b, []int{0} } func (m *PredictRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PredictRequest.Unmarshal(m, b) @@ -130,7 +130,7 @@ func (m *PredictResponse) Reset() { *m = PredictResponse{} } func (m *PredictResponse) String() string { return proto.CompactTextString(m) } func (*PredictResponse) ProtoMessage() {} func (*PredictResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_prediction_service_6e047ecbf9a10807, []int{1} + return fileDescriptor_prediction_service_4cd94add91ccba6b, []int{1} } func (m *PredictResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PredictResponse.Unmarshal(m, b) @@ -213,7 +213,7 @@ func (m *BatchPredictRequest) Reset() { *m = BatchPredictRequest{} } func (m *BatchPredictRequest) String() string { return proto.CompactTextString(m) } func (*BatchPredictRequest) ProtoMessage() {} func (*BatchPredictRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_prediction_service_6e047ecbf9a10807, []int{2} + return fileDescriptor_prediction_service_4cd94add91ccba6b, []int{2} } func (m *BatchPredictRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchPredictRequest.Unmarshal(m, b) @@ -272,7 +272,7 @@ func (m *BatchPredictResult) Reset() { *m = BatchPredictResult{} } func (m *BatchPredictResult) String() string { return proto.CompactTextString(m) } func (*BatchPredictResult) ProtoMessage() {} func (*BatchPredictResult) Descriptor() ([]byte, []int) { - return fileDescriptor_prediction_service_6e047ecbf9a10807, []int{3} + return fileDescriptor_prediction_service_4cd94add91ccba6b, []int{3} } func (m *BatchPredictResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchPredictResult.Unmarshal(m, b) @@ -458,10 +458,10 @@ var _PredictionService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/prediction_service.proto", fileDescriptor_prediction_service_6e047ecbf9a10807) + proto.RegisterFile("google/cloud/automl/v1beta1/prediction_service.proto", fileDescriptor_prediction_service_4cd94add91ccba6b) } -var fileDescriptor_prediction_service_6e047ecbf9a10807 = []byte{ +var fileDescriptor_prediction_service_4cd94add91ccba6b = []byte{ // 634 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0xcd, 0x6e, 0xd4, 0x3c, 0x14, 0x95, 0x33, 0xfd, 0xf9, 0xea, 0x69, 0x3f, 0xc0, 0x54, 0x68, 0x94, 0x82, 0xa8, 0x02, 0x8b, diff --git a/googleapis/cloud/automl/v1beta1/ranges.pb.go b/googleapis/cloud/automl/v1beta1/ranges.pb.go index bb37dded4c..80a9afc262 100644 --- a/googleapis/cloud/automl/v1beta1/ranges.pb.go +++ b/googleapis/cloud/automl/v1beta1/ranges.pb.go @@ -34,7 +34,7 @@ func (m *DoubleRange) Reset() { *m = DoubleRange{} } func (m *DoubleRange) String() string { return proto.CompactTextString(m) } func (*DoubleRange) ProtoMessage() {} func (*DoubleRange) Descriptor() ([]byte, []int) { - return fileDescriptor_ranges_48e0b2137316ecce, []int{0} + return fileDescriptor_ranges_d6420aeb5e8fc6d2, []int{0} } func (m *DoubleRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DoubleRange.Unmarshal(m, b) @@ -73,10 +73,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/ranges.proto", fileDescriptor_ranges_48e0b2137316ecce) + proto.RegisterFile("google/cloud/automl/v1beta1/ranges.proto", fileDescriptor_ranges_d6420aeb5e8fc6d2) } -var fileDescriptor_ranges_48e0b2137316ecce = []byte{ +var fileDescriptor_ranges_d6420aeb5e8fc6d2 = []byte{ // 222 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0xcf, 0xbf, 0x4a, 0xc5, 0x30, 0x14, 0x06, 0x70, 0x72, 0x45, 0x87, 0xdc, 0x45, 0x8a, 0xc3, 0xc5, 0x2b, 0x28, 0x4e, 0x77, 0x4a, diff --git a/googleapis/cloud/automl/v1beta1/regression.pb.go b/googleapis/cloud/automl/v1beta1/regression.pb.go index 640c131a22..b4c565d7f1 100644 --- a/googleapis/cloud/automl/v1beta1/regression.pb.go +++ b/googleapis/cloud/automl/v1beta1/regression.pb.go @@ -39,7 +39,7 @@ func (m *RegressionEvaluationMetrics) Reset() { *m = RegressionEvaluatio func (m *RegressionEvaluationMetrics) String() string { return proto.CompactTextString(m) } func (*RegressionEvaluationMetrics) ProtoMessage() {} func (*RegressionEvaluationMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_regression_47c515777663af72, []int{0} + return fileDescriptor_regression_ca949e981cd1d01b, []int{0} } func (m *RegressionEvaluationMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RegressionEvaluationMetrics.Unmarshal(m, b) @@ -92,10 +92,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/regression.proto", fileDescriptor_regression_47c515777663af72) + proto.RegisterFile("google/cloud/automl/v1beta1/regression.proto", fileDescriptor_regression_ca949e981cd1d01b) } -var fileDescriptor_regression_47c515777663af72 = []byte{ +var fileDescriptor_regression_ca949e981cd1d01b = []byte{ // 300 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0x4a, 0x33, 0x31, 0x14, 0x85, 0x99, 0xfe, 0x3f, 0xa2, 0xd9, 0x88, 0x55, 0xb0, 0x38, 0xa2, 0xe2, 0xca, 0x85, 0x24, diff --git a/googleapis/cloud/automl/v1beta1/service.pb.go b/googleapis/cloud/automl/v1beta1/service.pb.go index ca3b0c4bcb..516d7c4ca8 100644 --- a/googleapis/cloud/automl/v1beta1/service.pb.go +++ b/googleapis/cloud/automl/v1beta1/service.pb.go @@ -41,7 +41,7 @@ func (m *CreateDatasetRequest) Reset() { *m = CreateDatasetRequest{} } func (m *CreateDatasetRequest) String() string { return proto.CompactTextString(m) } func (*CreateDatasetRequest) ProtoMessage() {} func (*CreateDatasetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{0} + return fileDescriptor_service_49f84df6902cc1f1, []int{0} } func (m *CreateDatasetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateDatasetRequest.Unmarshal(m, b) @@ -88,7 +88,7 @@ func (m *GetDatasetRequest) Reset() { *m = GetDatasetRequest{} } func (m *GetDatasetRequest) String() string { return proto.CompactTextString(m) } func (*GetDatasetRequest) ProtoMessage() {} func (*GetDatasetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{1} + return fileDescriptor_service_49f84df6902cc1f1, []int{1} } func (m *GetDatasetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDatasetRequest.Unmarshal(m, b) @@ -144,7 +144,7 @@ func (m *ListDatasetsRequest) Reset() { *m = ListDatasetsRequest{} } func (m *ListDatasetsRequest) String() string { return proto.CompactTextString(m) } func (*ListDatasetsRequest) ProtoMessage() {} func (*ListDatasetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{2} + return fileDescriptor_service_49f84df6902cc1f1, []int{2} } func (m *ListDatasetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDatasetsRequest.Unmarshal(m, b) @@ -208,7 +208,7 @@ func (m *ListDatasetsResponse) Reset() { *m = ListDatasetsResponse{} } func (m *ListDatasetsResponse) String() string { return proto.CompactTextString(m) } func (*ListDatasetsResponse) ProtoMessage() {} func (*ListDatasetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{3} + return fileDescriptor_service_49f84df6902cc1f1, []int{3} } func (m *ListDatasetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDatasetsResponse.Unmarshal(m, b) @@ -262,7 +262,7 @@ func (m *UpdateDatasetRequest) Reset() { *m = UpdateDatasetRequest{} } func (m *UpdateDatasetRequest) String() string { return proto.CompactTextString(m) } func (*UpdateDatasetRequest) ProtoMessage() {} func (*UpdateDatasetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{4} + return fileDescriptor_service_49f84df6902cc1f1, []int{4} } func (m *UpdateDatasetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateDatasetRequest.Unmarshal(m, b) @@ -309,7 +309,7 @@ func (m *DeleteDatasetRequest) Reset() { *m = DeleteDatasetRequest{} } func (m *DeleteDatasetRequest) String() string { return proto.CompactTextString(m) } func (*DeleteDatasetRequest) ProtoMessage() {} func (*DeleteDatasetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{5} + return fileDescriptor_service_49f84df6902cc1f1, []int{5} } func (m *DeleteDatasetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteDatasetRequest.Unmarshal(m, b) @@ -353,7 +353,7 @@ func (m *ImportDataRequest) Reset() { *m = ImportDataRequest{} } func (m *ImportDataRequest) String() string { return proto.CompactTextString(m) } func (*ImportDataRequest) ProtoMessage() {} func (*ImportDataRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{6} + return fileDescriptor_service_49f84df6902cc1f1, []int{6} } func (m *ImportDataRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportDataRequest.Unmarshal(m, b) @@ -402,7 +402,7 @@ func (m *ExportDataRequest) Reset() { *m = ExportDataRequest{} } func (m *ExportDataRequest) String() string { return proto.CompactTextString(m) } func (*ExportDataRequest) ProtoMessage() {} func (*ExportDataRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{7} + return fileDescriptor_service_49f84df6902cc1f1, []int{7} } func (m *ExportDataRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportDataRequest.Unmarshal(m, b) @@ -449,7 +449,7 @@ func (m *GetAnnotationSpecRequest) Reset() { *m = GetAnnotationSpecReque func (m *GetAnnotationSpecRequest) String() string { return proto.CompactTextString(m) } func (*GetAnnotationSpecRequest) ProtoMessage() {} func (*GetAnnotationSpecRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{8} + return fileDescriptor_service_49f84df6902cc1f1, []int{8} } func (m *GetAnnotationSpecRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAnnotationSpecRequest.Unmarshal(m, b) @@ -491,7 +491,7 @@ func (m *GetTableSpecRequest) Reset() { *m = GetTableSpecRequest{} } func (m *GetTableSpecRequest) String() string { return proto.CompactTextString(m) } func (*GetTableSpecRequest) ProtoMessage() {} func (*GetTableSpecRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{9} + return fileDescriptor_service_49f84df6902cc1f1, []int{9} } func (m *GetTableSpecRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTableSpecRequest.Unmarshal(m, b) @@ -550,7 +550,7 @@ func (m *ListTableSpecsRequest) Reset() { *m = ListTableSpecsRequest{} } func (m *ListTableSpecsRequest) String() string { return proto.CompactTextString(m) } func (*ListTableSpecsRequest) ProtoMessage() {} func (*ListTableSpecsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{10} + return fileDescriptor_service_49f84df6902cc1f1, []int{10} } func (m *ListTableSpecsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTableSpecsRequest.Unmarshal(m, b) @@ -621,7 +621,7 @@ func (m *ListTableSpecsResponse) Reset() { *m = ListTableSpecsResponse{} func (m *ListTableSpecsResponse) String() string { return proto.CompactTextString(m) } func (*ListTableSpecsResponse) ProtoMessage() {} func (*ListTableSpecsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{11} + return fileDescriptor_service_49f84df6902cc1f1, []int{11} } func (m *ListTableSpecsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTableSpecsResponse.Unmarshal(m, b) @@ -675,7 +675,7 @@ func (m *UpdateTableSpecRequest) Reset() { *m = UpdateTableSpecRequest{} func (m *UpdateTableSpecRequest) String() string { return proto.CompactTextString(m) } func (*UpdateTableSpecRequest) ProtoMessage() {} func (*UpdateTableSpecRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{12} + return fileDescriptor_service_49f84df6902cc1f1, []int{12} } func (m *UpdateTableSpecRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateTableSpecRequest.Unmarshal(m, b) @@ -724,7 +724,7 @@ func (m *GetColumnSpecRequest) Reset() { *m = GetColumnSpecRequest{} } func (m *GetColumnSpecRequest) String() string { return proto.CompactTextString(m) } func (*GetColumnSpecRequest) ProtoMessage() {} func (*GetColumnSpecRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{13} + return fileDescriptor_service_49f84df6902cc1f1, []int{13} } func (m *GetColumnSpecRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetColumnSpecRequest.Unmarshal(m, b) @@ -783,7 +783,7 @@ func (m *ListColumnSpecsRequest) Reset() { *m = ListColumnSpecsRequest{} func (m *ListColumnSpecsRequest) String() string { return proto.CompactTextString(m) } func (*ListColumnSpecsRequest) ProtoMessage() {} func (*ListColumnSpecsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{14} + return fileDescriptor_service_49f84df6902cc1f1, []int{14} } func (m *ListColumnSpecsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListColumnSpecsRequest.Unmarshal(m, b) @@ -854,7 +854,7 @@ func (m *ListColumnSpecsResponse) Reset() { *m = ListColumnSpecsResponse func (m *ListColumnSpecsResponse) String() string { return proto.CompactTextString(m) } func (*ListColumnSpecsResponse) ProtoMessage() {} func (*ListColumnSpecsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{15} + return fileDescriptor_service_49f84df6902cc1f1, []int{15} } func (m *ListColumnSpecsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListColumnSpecsResponse.Unmarshal(m, b) @@ -908,7 +908,7 @@ func (m *UpdateColumnSpecRequest) Reset() { *m = UpdateColumnSpecRequest func (m *UpdateColumnSpecRequest) String() string { return proto.CompactTextString(m) } func (*UpdateColumnSpecRequest) ProtoMessage() {} func (*UpdateColumnSpecRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{16} + return fileDescriptor_service_49f84df6902cc1f1, []int{16} } func (m *UpdateColumnSpecRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateColumnSpecRequest.Unmarshal(m, b) @@ -957,7 +957,7 @@ func (m *CreateModelRequest) Reset() { *m = CreateModelRequest{} } func (m *CreateModelRequest) String() string { return proto.CompactTextString(m) } func (*CreateModelRequest) ProtoMessage() {} func (*CreateModelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{17} + return fileDescriptor_service_49f84df6902cc1f1, []int{17} } func (m *CreateModelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateModelRequest.Unmarshal(m, b) @@ -1004,7 +1004,7 @@ func (m *GetModelRequest) Reset() { *m = GetModelRequest{} } func (m *GetModelRequest) String() string { return proto.CompactTextString(m) } func (*GetModelRequest) ProtoMessage() {} func (*GetModelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{18} + return fileDescriptor_service_49f84df6902cc1f1, []int{18} } func (m *GetModelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetModelRequest.Unmarshal(m, b) @@ -1061,7 +1061,7 @@ func (m *ListModelsRequest) Reset() { *m = ListModelsRequest{} } func (m *ListModelsRequest) String() string { return proto.CompactTextString(m) } func (*ListModelsRequest) ProtoMessage() {} func (*ListModelsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{19} + return fileDescriptor_service_49f84df6902cc1f1, []int{19} } func (m *ListModelsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListModelsRequest.Unmarshal(m, b) @@ -1125,7 +1125,7 @@ func (m *ListModelsResponse) Reset() { *m = ListModelsResponse{} } func (m *ListModelsResponse) String() string { return proto.CompactTextString(m) } func (*ListModelsResponse) ProtoMessage() {} func (*ListModelsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{20} + return fileDescriptor_service_49f84df6902cc1f1, []int{20} } func (m *ListModelsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListModelsResponse.Unmarshal(m, b) @@ -1172,7 +1172,7 @@ func (m *DeleteModelRequest) Reset() { *m = DeleteModelRequest{} } func (m *DeleteModelRequest) String() string { return proto.CompactTextString(m) } func (*DeleteModelRequest) ProtoMessage() {} func (*DeleteModelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{21} + return fileDescriptor_service_49f84df6902cc1f1, []int{21} } func (m *DeleteModelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteModelRequest.Unmarshal(m, b) @@ -1217,7 +1217,7 @@ func (m *DeployModelRequest) Reset() { *m = DeployModelRequest{} } func (m *DeployModelRequest) String() string { return proto.CompactTextString(m) } func (*DeployModelRequest) ProtoMessage() {} func (*DeployModelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{22} + return fileDescriptor_service_49f84df6902cc1f1, []int{22} } func (m *DeployModelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeployModelRequest.Unmarshal(m, b) @@ -1337,7 +1337,7 @@ func (m *UndeployModelRequest) Reset() { *m = UndeployModelRequest{} } func (m *UndeployModelRequest) String() string { return proto.CompactTextString(m) } func (*UndeployModelRequest) ProtoMessage() {} func (*UndeployModelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{23} + return fileDescriptor_service_49f84df6902cc1f1, []int{23} } func (m *UndeployModelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UndeployModelRequest.Unmarshal(m, b) @@ -1381,7 +1381,7 @@ func (m *ExportModelRequest) Reset() { *m = ExportModelRequest{} } func (m *ExportModelRequest) String() string { return proto.CompactTextString(m) } func (*ExportModelRequest) ProtoMessage() {} func (*ExportModelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{24} + return fileDescriptor_service_49f84df6902cc1f1, []int{24} } func (m *ExportModelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportModelRequest.Unmarshal(m, b) @@ -1431,7 +1431,7 @@ func (m *ExportEvaluatedExamplesRequest) Reset() { *m = ExportEvaluatedE func (m *ExportEvaluatedExamplesRequest) String() string { return proto.CompactTextString(m) } func (*ExportEvaluatedExamplesRequest) ProtoMessage() {} func (*ExportEvaluatedExamplesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{25} + return fileDescriptor_service_49f84df6902cc1f1, []int{25} } func (m *ExportEvaluatedExamplesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportEvaluatedExamplesRequest.Unmarshal(m, b) @@ -1478,7 +1478,7 @@ func (m *GetModelEvaluationRequest) Reset() { *m = GetModelEvaluationReq func (m *GetModelEvaluationRequest) String() string { return proto.CompactTextString(m) } func (*GetModelEvaluationRequest) ProtoMessage() {} func (*GetModelEvaluationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{26} + return fileDescriptor_service_49f84df6902cc1f1, []int{26} } func (m *GetModelEvaluationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetModelEvaluationRequest.Unmarshal(m, b) @@ -1539,7 +1539,7 @@ func (m *ListModelEvaluationsRequest) Reset() { *m = ListModelEvaluation func (m *ListModelEvaluationsRequest) String() string { return proto.CompactTextString(m) } func (*ListModelEvaluationsRequest) ProtoMessage() {} func (*ListModelEvaluationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{27} + return fileDescriptor_service_49f84df6902cc1f1, []int{27} } func (m *ListModelEvaluationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListModelEvaluationsRequest.Unmarshal(m, b) @@ -1604,7 +1604,7 @@ func (m *ListModelEvaluationsResponse) Reset() { *m = ListModelEvaluatio func (m *ListModelEvaluationsResponse) String() string { return proto.CompactTextString(m) } func (*ListModelEvaluationsResponse) ProtoMessage() {} func (*ListModelEvaluationsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_service_ae865470535b24b9, []int{28} + return fileDescriptor_service_49f84df6902cc1f1, []int{28} } func (m *ListModelEvaluationsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListModelEvaluationsResponse.Unmarshal(m, b) @@ -2666,10 +2666,10 @@ var _AutoMl_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/service.proto", fileDescriptor_service_ae865470535b24b9) + proto.RegisterFile("google/cloud/automl/v1beta1/service.proto", fileDescriptor_service_49f84df6902cc1f1) } -var fileDescriptor_service_ae865470535b24b9 = []byte{ +var fileDescriptor_service_49f84df6902cc1f1 = []byte{ // 1776 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x59, 0xcd, 0x6f, 0x14, 0x47, 0x16, 0xdf, 0x32, 0xe0, 0xc5, 0x6f, 0xec, 0x35, 0x2e, 0xbc, 0xc6, 0xb4, 0x61, 0xd7, 0xea, 0x65, diff --git a/googleapis/cloud/automl/v1beta1/table_spec.pb.go b/googleapis/cloud/automl/v1beta1/table_spec.pb.go index 042e232d23..40af9a2620 100644 --- a/googleapis/cloud/automl/v1beta1/table_spec.pb.go +++ b/googleapis/cloud/automl/v1beta1/table_spec.pb.go @@ -63,7 +63,7 @@ func (m *TableSpec) Reset() { *m = TableSpec{} } func (m *TableSpec) String() string { return proto.CompactTextString(m) } func (*TableSpec) ProtoMessage() {} func (*TableSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_table_spec_53fcee33f0d41721, []int{0} + return fileDescriptor_table_spec_f59803a440a81f32, []int{0} } func (m *TableSpec) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TableSpec.Unmarshal(m, b) @@ -130,10 +130,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/table_spec.proto", fileDescriptor_table_spec_53fcee33f0d41721) + proto.RegisterFile("google/cloud/automl/v1beta1/table_spec.proto", fileDescriptor_table_spec_f59803a440a81f32) } -var fileDescriptor_table_spec_53fcee33f0d41721 = []byte{ +var fileDescriptor_table_spec_f59803a440a81f32 = []byte{ // 322 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0x03, 0x31, 0x10, 0x86, 0xd9, 0x56, 0xab, 0x4d, 0x2b, 0xc8, 0x7a, 0x59, 0x5a, 0xc1, 0x2a, 0x1e, 0xf6, 0xa0, diff --git a/googleapis/cloud/automl/v1beta1/tables.pb.go b/googleapis/cloud/automl/v1beta1/tables.pb.go index 0804019d77..89a6ea55cd 100644 --- a/googleapis/cloud/automl/v1beta1/tables.pb.go +++ b/googleapis/cloud/automl/v1beta1/tables.pb.go @@ -91,7 +91,7 @@ func (m *TablesDatasetMetadata) Reset() { *m = TablesDatasetMetadata{} } func (m *TablesDatasetMetadata) String() string { return proto.CompactTextString(m) } func (*TablesDatasetMetadata) ProtoMessage() {} func (*TablesDatasetMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_tables_61f65f5d47e1031c, []int{0} + return fileDescriptor_tables_2ffb928805ee705e, []int{0} } func (m *TablesDatasetMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TablesDatasetMetadata.Unmarshal(m, b) @@ -240,7 +240,7 @@ func (m *TablesModelMetadata) Reset() { *m = TablesModelMetadata{} } func (m *TablesModelMetadata) String() string { return proto.CompactTextString(m) } func (*TablesModelMetadata) ProtoMessage() {} func (*TablesModelMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_tables_61f65f5d47e1031c, []int{1} + return fileDescriptor_tables_2ffb928805ee705e, []int{1} } func (m *TablesModelMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TablesModelMetadata.Unmarshal(m, b) @@ -346,7 +346,7 @@ func (m *TablesAnnotation) Reset() { *m = TablesAnnotation{} } func (m *TablesAnnotation) String() string { return proto.CompactTextString(m) } func (*TablesAnnotation) ProtoMessage() {} func (*TablesAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_tables_61f65f5d47e1031c, []int{2} + return fileDescriptor_tables_2ffb928805ee705e, []int{2} } func (m *TablesAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TablesAnnotation.Unmarshal(m, b) @@ -426,7 +426,7 @@ func (m *TablesModelColumnInfo) Reset() { *m = TablesModelColumnInfo{} } func (m *TablesModelColumnInfo) String() string { return proto.CompactTextString(m) } func (*TablesModelColumnInfo) ProtoMessage() {} func (*TablesModelColumnInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_tables_61f65f5d47e1031c, []int{3} + return fileDescriptor_tables_2ffb928805ee705e, []int{3} } func (m *TablesModelColumnInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TablesModelColumnInfo.Unmarshal(m, b) @@ -476,10 +476,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/tables.proto", fileDescriptor_tables_61f65f5d47e1031c) + proto.RegisterFile("google/cloud/automl/v1beta1/tables.proto", fileDescriptor_tables_2ffb928805ee705e) } -var fileDescriptor_tables_61f65f5d47e1031c = []byte{ +var fileDescriptor_tables_2ffb928805ee705e = []byte{ // 797 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xcd, 0x6e, 0xdb, 0x38, 0x10, 0x86, 0xec, 0xfc, 0x60, 0x69, 0x60, 0xd7, 0x66, 0xd6, 0x89, 0xd7, 0xd9, 0x20, 0x81, 0x2f, diff --git a/googleapis/cloud/automl/v1beta1/temporal.pb.go b/googleapis/cloud/automl/v1beta1/temporal.pb.go index 72723f71f8..cbd8a4a1e5 100644 --- a/googleapis/cloud/automl/v1beta1/temporal.pb.go +++ b/googleapis/cloud/automl/v1beta1/temporal.pb.go @@ -37,7 +37,7 @@ func (m *TimeSegment) Reset() { *m = TimeSegment{} } func (m *TimeSegment) String() string { return proto.CompactTextString(m) } func (*TimeSegment) ProtoMessage() {} func (*TimeSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_temporal_0191edaad42bad2a, []int{0} + return fileDescriptor_temporal_20cabaedddc21db8, []int{0} } func (m *TimeSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimeSegment.Unmarshal(m, b) @@ -76,10 +76,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/temporal.proto", fileDescriptor_temporal_0191edaad42bad2a) + proto.RegisterFile("google/cloud/automl/v1beta1/temporal.proto", fileDescriptor_temporal_20cabaedddc21db8) } -var fileDescriptor_temporal_0191edaad42bad2a = []byte{ +var fileDescriptor_temporal_20cabaedddc21db8 = []byte{ // 264 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xbf, 0x4a, 0x34, 0x31, 0x14, 0xc5, 0xc9, 0x16, 0x5f, 0x91, 0xe5, 0x63, 0x71, 0x2a, 0xdd, 0x15, 0x15, 0x2b, 0xb1, 0x48, diff --git a/googleapis/cloud/automl/v1beta1/text.pb.go b/googleapis/cloud/automl/v1beta1/text.pb.go index 013e585df9..febfeb1292 100644 --- a/googleapis/cloud/automl/v1beta1/text.pb.go +++ b/googleapis/cloud/automl/v1beta1/text.pb.go @@ -33,7 +33,7 @@ func (m *TextClassificationDatasetMetadata) Reset() { *m = TextClassific func (m *TextClassificationDatasetMetadata) String() string { return proto.CompactTextString(m) } func (*TextClassificationDatasetMetadata) ProtoMessage() {} func (*TextClassificationDatasetMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_text_15092de8f39c6a71, []int{0} + return fileDescriptor_text_15189e358b88704e, []int{0} } func (m *TextClassificationDatasetMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextClassificationDatasetMetadata.Unmarshal(m, b) @@ -71,7 +71,7 @@ func (m *TextClassificationModelMetadata) Reset() { *m = TextClassificat func (m *TextClassificationModelMetadata) String() string { return proto.CompactTextString(m) } func (*TextClassificationModelMetadata) ProtoMessage() {} func (*TextClassificationModelMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_text_15092de8f39c6a71, []int{1} + return fileDescriptor_text_15189e358b88704e, []int{1} } func (m *TextClassificationModelMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextClassificationModelMetadata.Unmarshal(m, b) @@ -102,7 +102,7 @@ func (m *TextExtractionDatasetMetadata) Reset() { *m = TextExtractionDat func (m *TextExtractionDatasetMetadata) String() string { return proto.CompactTextString(m) } func (*TextExtractionDatasetMetadata) ProtoMessage() {} func (*TextExtractionDatasetMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_text_15092de8f39c6a71, []int{2} + return fileDescriptor_text_15189e358b88704e, []int{2} } func (m *TextExtractionDatasetMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextExtractionDatasetMetadata.Unmarshal(m, b) @@ -133,7 +133,7 @@ func (m *TextExtractionModelMetadata) Reset() { *m = TextExtractionModel func (m *TextExtractionModelMetadata) String() string { return proto.CompactTextString(m) } func (*TextExtractionModelMetadata) ProtoMessage() {} func (*TextExtractionModelMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_text_15092de8f39c6a71, []int{3} + return fileDescriptor_text_15189e358b88704e, []int{3} } func (m *TextExtractionModelMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextExtractionModelMetadata.Unmarshal(m, b) @@ -172,7 +172,7 @@ func (m *TextSentimentDatasetMetadata) Reset() { *m = TextSentimentDatas func (m *TextSentimentDatasetMetadata) String() string { return proto.CompactTextString(m) } func (*TextSentimentDatasetMetadata) ProtoMessage() {} func (*TextSentimentDatasetMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_text_15092de8f39c6a71, []int{4} + return fileDescriptor_text_15189e358b88704e, []int{4} } func (m *TextSentimentDatasetMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextSentimentDatasetMetadata.Unmarshal(m, b) @@ -210,7 +210,7 @@ func (m *TextSentimentModelMetadata) Reset() { *m = TextSentimentModelMe func (m *TextSentimentModelMetadata) String() string { return proto.CompactTextString(m) } func (*TextSentimentModelMetadata) ProtoMessage() {} func (*TextSentimentModelMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_text_15092de8f39c6a71, []int{5} + return fileDescriptor_text_15189e358b88704e, []int{5} } func (m *TextSentimentModelMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextSentimentModelMetadata.Unmarshal(m, b) @@ -240,10 +240,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/text.proto", fileDescriptor_text_15092de8f39c6a71) + proto.RegisterFile("google/cloud/automl/v1beta1/text.proto", fileDescriptor_text_15189e358b88704e) } -var fileDescriptor_text_15092de8f39c6a71 = []byte{ +var fileDescriptor_text_15189e358b88704e = []byte{ // 322 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x4f, 0x4b, 0x03, 0x31, 0x10, 0xc5, 0x59, 0x41, 0xc1, 0xa0, 0x1e, 0xea, 0x45, 0xfa, 0x87, 0xda, 0x15, 0xc4, 0x53, 0x62, diff --git a/googleapis/cloud/automl/v1beta1/text_extraction.pb.go b/googleapis/cloud/automl/v1beta1/text_extraction.pb.go index 2ad7047c6c..e22dc62c28 100644 --- a/googleapis/cloud/automl/v1beta1/text_extraction.pb.go +++ b/googleapis/cloud/automl/v1beta1/text_extraction.pb.go @@ -35,7 +35,7 @@ func (m *TextExtractionAnnotation) Reset() { *m = TextExtractionAnnotati func (m *TextExtractionAnnotation) String() string { return proto.CompactTextString(m) } func (*TextExtractionAnnotation) ProtoMessage() {} func (*TextExtractionAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_text_extraction_e7807f189ec2397b, []int{0} + return fileDescriptor_text_extraction_819b64ab635b378e, []int{0} } func (m *TextExtractionAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextExtractionAnnotation.Unmarshal(m, b) @@ -85,7 +85,7 @@ func (m *TextExtractionEvaluationMetrics) Reset() { *m = TextExtractionE func (m *TextExtractionEvaluationMetrics) String() string { return proto.CompactTextString(m) } func (*TextExtractionEvaluationMetrics) ProtoMessage() {} func (*TextExtractionEvaluationMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_text_extraction_e7807f189ec2397b, []int{1} + return fileDescriptor_text_extraction_819b64ab635b378e, []int{1} } func (m *TextExtractionEvaluationMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextExtractionEvaluationMetrics.Unmarshal(m, b) @@ -144,7 +144,7 @@ func (m *TextExtractionEvaluationMetrics_ConfidenceMetricsEntry) String() string } func (*TextExtractionEvaluationMetrics_ConfidenceMetricsEntry) ProtoMessage() {} func (*TextExtractionEvaluationMetrics_ConfidenceMetricsEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_text_extraction_e7807f189ec2397b, []int{1, 0} + return fileDescriptor_text_extraction_819b64ab635b378e, []int{1, 0} } func (m *TextExtractionEvaluationMetrics_ConfidenceMetricsEntry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextExtractionEvaluationMetrics_ConfidenceMetricsEntry.Unmarshal(m, b) @@ -199,10 +199,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/text_extraction.proto", fileDescriptor_text_extraction_e7807f189ec2397b) + proto.RegisterFile("google/cloud/automl/v1beta1/text_extraction.proto", fileDescriptor_text_extraction_819b64ab635b378e) } -var fileDescriptor_text_extraction_e7807f189ec2397b = []byte{ +var fileDescriptor_text_extraction_819b64ab635b378e = []byte{ // 406 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xcf, 0x6a, 0xdb, 0x30, 0x18, 0xc7, 0xee, 0x9a, 0x6d, 0xca, 0x4e, 0x5a, 0x57, 0xbc, 0xb4, 0xd0, 0xd0, 0x53, 0x4e, 0x32, diff --git a/googleapis/cloud/automl/v1beta1/text_segment.pb.go b/googleapis/cloud/automl/v1beta1/text_segment.pb.go index d4ee94cf92..18aaf877d6 100644 --- a/googleapis/cloud/automl/v1beta1/text_segment.pb.go +++ b/googleapis/cloud/automl/v1beta1/text_segment.pb.go @@ -40,7 +40,7 @@ func (m *TextSegment) Reset() { *m = TextSegment{} } func (m *TextSegment) String() string { return proto.CompactTextString(m) } func (*TextSegment) ProtoMessage() {} func (*TextSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_text_segment_7ab875eadb85ee2f, []int{0} + return fileDescriptor_text_segment_7b666583e5e1b1ed, []int{0} } func (m *TextSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextSegment.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/text_segment.proto", fileDescriptor_text_segment_7ab875eadb85ee2f) + proto.RegisterFile("google/cloud/automl/v1beta1/text_segment.proto", fileDescriptor_text_segment_7b666583e5e1b1ed) } -var fileDescriptor_text_segment_7ab875eadb85ee2f = []byte{ +var fileDescriptor_text_segment_7b666583e5e1b1ed = []byte{ // 255 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0xd0, 0xc1, 0x4a, 0x03, 0x31, 0x10, 0x06, 0x60, 0xd2, 0x82, 0xd2, 0xd4, 0x83, 0xec, 0x69, 0xb1, 0x8a, 0xd5, 0x53, 0x4f, 0x09, diff --git a/googleapis/cloud/automl/v1beta1/text_sentiment.pb.go b/googleapis/cloud/automl/v1beta1/text_sentiment.pb.go index 1d671363b7..28c057ee08 100644 --- a/googleapis/cloud/automl/v1beta1/text_sentiment.pb.go +++ b/googleapis/cloud/automl/v1beta1/text_sentiment.pb.go @@ -43,7 +43,7 @@ func (m *TextSentimentAnnotation) Reset() { *m = TextSentimentAnnotation func (m *TextSentimentAnnotation) String() string { return proto.CompactTextString(m) } func (*TextSentimentAnnotation) ProtoMessage() {} func (*TextSentimentAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_text_sentiment_33b9f472f0a7750f, []int{0} + return fileDescriptor_text_sentiment_5175e400ab562620, []int{0} } func (m *TextSentimentAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextSentimentAnnotation.Unmarshal(m, b) @@ -109,7 +109,7 @@ func (m *TextSentimentEvaluationMetrics) Reset() { *m = TextSentimentEva func (m *TextSentimentEvaluationMetrics) String() string { return proto.CompactTextString(m) } func (*TextSentimentEvaluationMetrics) ProtoMessage() {} func (*TextSentimentEvaluationMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_text_sentiment_33b9f472f0a7750f, []int{1} + return fileDescriptor_text_sentiment_5175e400ab562620, []int{1} } func (m *TextSentimentEvaluationMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextSentimentEvaluationMetrics.Unmarshal(m, b) @@ -198,10 +198,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/text_sentiment.proto", fileDescriptor_text_sentiment_33b9f472f0a7750f) + proto.RegisterFile("google/cloud/automl/v1beta1/text_sentiment.proto", fileDescriptor_text_sentiment_5175e400ab562620) } -var fileDescriptor_text_sentiment_33b9f472f0a7750f = []byte{ +var fileDescriptor_text_sentiment_5175e400ab562620 = []byte{ // 452 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x41, 0x6f, 0x13, 0x31, 0x10, 0x85, 0x95, 0x84, 0xa6, 0x8d, 0x8b, 0x68, 0x30, 0x12, 0x2c, 0x6d, 0x05, 0xa1, 0x17, 0x72, diff --git a/googleapis/cloud/automl/v1beta1/translation.pb.go b/googleapis/cloud/automl/v1beta1/translation.pb.go index 4bd624ff95..e899235835 100644 --- a/googleapis/cloud/automl/v1beta1/translation.pb.go +++ b/googleapis/cloud/automl/v1beta1/translation.pb.go @@ -34,7 +34,7 @@ func (m *TranslationDatasetMetadata) Reset() { *m = TranslationDatasetMe func (m *TranslationDatasetMetadata) String() string { return proto.CompactTextString(m) } func (*TranslationDatasetMetadata) ProtoMessage() {} func (*TranslationDatasetMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_43ca322b62704cb3, []int{0} + return fileDescriptor_translation_a3798f334391f423, []int{0} } func (m *TranslationDatasetMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TranslationDatasetMetadata.Unmarshal(m, b) @@ -83,7 +83,7 @@ func (m *TranslationEvaluationMetrics) Reset() { *m = TranslationEvaluat func (m *TranslationEvaluationMetrics) String() string { return proto.CompactTextString(m) } func (*TranslationEvaluationMetrics) ProtoMessage() {} func (*TranslationEvaluationMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_43ca322b62704cb3, []int{1} + return fileDescriptor_translation_a3798f334391f423, []int{1} } func (m *TranslationEvaluationMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TranslationEvaluationMetrics.Unmarshal(m, b) @@ -139,7 +139,7 @@ func (m *TranslationModelMetadata) Reset() { *m = TranslationModelMetada func (m *TranslationModelMetadata) String() string { return proto.CompactTextString(m) } func (*TranslationModelMetadata) ProtoMessage() {} func (*TranslationModelMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_43ca322b62704cb3, []int{2} + return fileDescriptor_translation_a3798f334391f423, []int{2} } func (m *TranslationModelMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TranslationModelMetadata.Unmarshal(m, b) @@ -193,7 +193,7 @@ func (m *TranslationAnnotation) Reset() { *m = TranslationAnnotation{} } func (m *TranslationAnnotation) String() string { return proto.CompactTextString(m) } func (*TranslationAnnotation) ProtoMessage() {} func (*TranslationAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_43ca322b62704cb3, []int{3} + return fileDescriptor_translation_a3798f334391f423, []int{3} } func (m *TranslationAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TranslationAnnotation.Unmarshal(m, b) @@ -228,10 +228,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/translation.proto", fileDescriptor_translation_43ca322b62704cb3) + proto.RegisterFile("google/cloud/automl/v1beta1/translation.proto", fileDescriptor_translation_a3798f334391f423) } -var fileDescriptor_translation_43ca322b62704cb3 = []byte{ +var fileDescriptor_translation_a3798f334391f423 = []byte{ // 398 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0x4f, 0xcb, 0xd3, 0x40, 0x10, 0xc6, 0x49, 0x04, 0xa1, 0x2b, 0xa2, 0x06, 0x85, 0x97, 0xbe, 0x15, 0xa5, 0x07, 0xe9, 0x41, diff --git a/googleapis/cloud/automl/v1beta1/video.pb.go b/googleapis/cloud/automl/v1beta1/video.pb.go index e53e85fe95..75587e96ce 100644 --- a/googleapis/cloud/automl/v1beta1/video.pb.go +++ b/googleapis/cloud/automl/v1beta1/video.pb.go @@ -31,7 +31,7 @@ func (m *VideoClassificationDatasetMetadata) Reset() { *m = VideoClassif func (m *VideoClassificationDatasetMetadata) String() string { return proto.CompactTextString(m) } func (*VideoClassificationDatasetMetadata) ProtoMessage() {} func (*VideoClassificationDatasetMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_video_27bb772897a50d6c, []int{0} + return fileDescriptor_video_1ed0bfbdbbce0c1a, []int{0} } func (m *VideoClassificationDatasetMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoClassificationDatasetMetadata.Unmarshal(m, b) @@ -62,7 +62,7 @@ func (m *VideoClassificationModelMetadata) Reset() { *m = VideoClassific func (m *VideoClassificationModelMetadata) String() string { return proto.CompactTextString(m) } func (*VideoClassificationModelMetadata) ProtoMessage() {} func (*VideoClassificationModelMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_video_27bb772897a50d6c, []int{1} + return fileDescriptor_video_1ed0bfbdbbce0c1a, []int{1} } func (m *VideoClassificationModelMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoClassificationModelMetadata.Unmarshal(m, b) @@ -88,10 +88,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/automl/v1beta1/video.proto", fileDescriptor_video_27bb772897a50d6c) + proto.RegisterFile("google/cloud/automl/v1beta1/video.proto", fileDescriptor_video_1ed0bfbdbbce0c1a) } -var fileDescriptor_video_27bb772897a50d6c = []byte{ +var fileDescriptor_video_1ed0bfbdbbce0c1a = []byte{ // 225 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0xcf, 0x31, 0x4b, 0xc5, 0x30, 0x10, 0x07, 0x70, 0x9e, 0x83, 0x43, 0x46, 0xc7, 0xf7, 0x04, 0x25, 0x08, 0x6e, 0x89, 0x0f, 0x47, diff --git a/googleapis/cloud/bigquery/datatransfer/v1/datatransfer.pb.go b/googleapis/cloud/bigquery/datatransfer/v1/datatransfer.pb.go index 6fb78af0c9..0ceb68995f 100644 --- a/googleapis/cloud/bigquery/datatransfer/v1/datatransfer.pb.go +++ b/googleapis/cloud/bigquery/datatransfer/v1/datatransfer.pb.go @@ -73,7 +73,7 @@ func (x DataSourceParameter_Type) String() string { return proto.EnumName(DataSourceParameter_Type_name, int32(x)) } func (DataSourceParameter_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{0, 0} + return fileDescriptor_datatransfer_102617b20f253925, []int{0, 0} } // The type of authorization needed for this data source. @@ -105,7 +105,7 @@ func (x DataSource_AuthorizationType) String() string { return proto.EnumName(DataSource_AuthorizationType_name, int32(x)) } func (DataSource_AuthorizationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{1, 0} + return fileDescriptor_datatransfer_102617b20f253925, []int{1, 0} } // Represents how the data source supports data auto refresh. @@ -139,7 +139,7 @@ func (x DataSource_DataRefreshType) String() string { return proto.EnumName(DataSource_DataRefreshType_name, int32(x)) } func (DataSource_DataRefreshType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{1, 1} + return fileDescriptor_datatransfer_102617b20f253925, []int{1, 1} } // Represents which runs should be pulled. @@ -165,7 +165,7 @@ func (x ListTransferRunsRequest_RunAttempt) String() string { return proto.EnumName(ListTransferRunsRequest_RunAttempt_name, int32(x)) } func (ListTransferRunsRequest_RunAttempt) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{13, 0} + return fileDescriptor_datatransfer_102617b20f253925, []int{13, 0} } // Represents a data source parameter with validation rules, so that @@ -216,7 +216,7 @@ func (m *DataSourceParameter) Reset() { *m = DataSourceParameter{} } func (m *DataSourceParameter) String() string { return proto.CompactTextString(m) } func (*DataSourceParameter) ProtoMessage() {} func (*DataSourceParameter) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{0} + return fileDescriptor_datatransfer_102617b20f253925, []int{0} } func (m *DataSourceParameter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DataSourceParameter.Unmarshal(m, b) @@ -406,7 +406,7 @@ func (m *DataSource) Reset() { *m = DataSource{} } func (m *DataSource) String() string { return proto.CompactTextString(m) } func (*DataSource) ProtoMessage() {} func (*DataSource) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{1} + return fileDescriptor_datatransfer_102617b20f253925, []int{1} } func (m *DataSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DataSource.Unmarshal(m, b) @@ -566,7 +566,7 @@ func (m *GetDataSourceRequest) Reset() { *m = GetDataSourceRequest{} } func (m *GetDataSourceRequest) String() string { return proto.CompactTextString(m) } func (*GetDataSourceRequest) ProtoMessage() {} func (*GetDataSourceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{2} + return fileDescriptor_datatransfer_102617b20f253925, []int{2} } func (m *GetDataSourceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDataSourceRequest.Unmarshal(m, b) @@ -615,7 +615,7 @@ func (m *ListDataSourcesRequest) Reset() { *m = ListDataSourcesRequest{} func (m *ListDataSourcesRequest) String() string { return proto.CompactTextString(m) } func (*ListDataSourcesRequest) ProtoMessage() {} func (*ListDataSourcesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{3} + return fileDescriptor_datatransfer_102617b20f253925, []int{3} } func (m *ListDataSourcesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDataSourcesRequest.Unmarshal(m, b) @@ -674,7 +674,7 @@ func (m *ListDataSourcesResponse) Reset() { *m = ListDataSourcesResponse func (m *ListDataSourcesResponse) String() string { return proto.CompactTextString(m) } func (*ListDataSourcesResponse) ProtoMessage() {} func (*ListDataSourcesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{4} + return fileDescriptor_datatransfer_102617b20f253925, []int{4} } func (m *ListDataSourcesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDataSourcesResponse.Unmarshal(m, b) @@ -748,7 +748,7 @@ func (m *CreateTransferConfigRequest) Reset() { *m = CreateTransferConfi func (m *CreateTransferConfigRequest) String() string { return proto.CompactTextString(m) } func (*CreateTransferConfigRequest) ProtoMessage() {} func (*CreateTransferConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{5} + return fileDescriptor_datatransfer_102617b20f253925, []int{5} } func (m *CreateTransferConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateTransferConfigRequest.Unmarshal(m, b) @@ -822,7 +822,7 @@ func (m *UpdateTransferConfigRequest) Reset() { *m = UpdateTransferConfi func (m *UpdateTransferConfigRequest) String() string { return proto.CompactTextString(m) } func (*UpdateTransferConfigRequest) ProtoMessage() {} func (*UpdateTransferConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{6} + return fileDescriptor_datatransfer_102617b20f253925, []int{6} } func (m *UpdateTransferConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateTransferConfigRequest.Unmarshal(m, b) @@ -877,7 +877,7 @@ func (m *GetTransferConfigRequest) Reset() { *m = GetTransferConfigReque func (m *GetTransferConfigRequest) String() string { return proto.CompactTextString(m) } func (*GetTransferConfigRequest) ProtoMessage() {} func (*GetTransferConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{7} + return fileDescriptor_datatransfer_102617b20f253925, []int{7} } func (m *GetTransferConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTransferConfigRequest.Unmarshal(m, b) @@ -919,7 +919,7 @@ func (m *DeleteTransferConfigRequest) Reset() { *m = DeleteTransferConfi func (m *DeleteTransferConfigRequest) String() string { return proto.CompactTextString(m) } func (*DeleteTransferConfigRequest) ProtoMessage() {} func (*DeleteTransferConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{8} + return fileDescriptor_datatransfer_102617b20f253925, []int{8} } func (m *DeleteTransferConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteTransferConfigRequest.Unmarshal(m, b) @@ -960,7 +960,7 @@ func (m *GetTransferRunRequest) Reset() { *m = GetTransferRunRequest{} } func (m *GetTransferRunRequest) String() string { return proto.CompactTextString(m) } func (*GetTransferRunRequest) ProtoMessage() {} func (*GetTransferRunRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{9} + return fileDescriptor_datatransfer_102617b20f253925, []int{9} } func (m *GetTransferRunRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTransferRunRequest.Unmarshal(m, b) @@ -1001,7 +1001,7 @@ func (m *DeleteTransferRunRequest) Reset() { *m = DeleteTransferRunReque func (m *DeleteTransferRunRequest) String() string { return proto.CompactTextString(m) } func (*DeleteTransferRunRequest) ProtoMessage() {} func (*DeleteTransferRunRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{10} + return fileDescriptor_datatransfer_102617b20f253925, []int{10} } func (m *DeleteTransferRunRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteTransferRunRequest.Unmarshal(m, b) @@ -1052,7 +1052,7 @@ func (m *ListTransferConfigsRequest) Reset() { *m = ListTransferConfigsR func (m *ListTransferConfigsRequest) String() string { return proto.CompactTextString(m) } func (*ListTransferConfigsRequest) ProtoMessage() {} func (*ListTransferConfigsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{11} + return fileDescriptor_datatransfer_102617b20f253925, []int{11} } func (m *ListTransferConfigsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTransferConfigsRequest.Unmarshal(m, b) @@ -1118,7 +1118,7 @@ func (m *ListTransferConfigsResponse) Reset() { *m = ListTransferConfigs func (m *ListTransferConfigsResponse) String() string { return proto.CompactTextString(m) } func (*ListTransferConfigsResponse) ProtoMessage() {} func (*ListTransferConfigsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{12} + return fileDescriptor_datatransfer_102617b20f253925, []int{12} } func (m *ListTransferConfigsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTransferConfigsResponse.Unmarshal(m, b) @@ -1181,7 +1181,7 @@ func (m *ListTransferRunsRequest) Reset() { *m = ListTransferRunsRequest func (m *ListTransferRunsRequest) String() string { return proto.CompactTextString(m) } func (*ListTransferRunsRequest) ProtoMessage() {} func (*ListTransferRunsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{13} + return fileDescriptor_datatransfer_102617b20f253925, []int{13} } func (m *ListTransferRunsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTransferRunsRequest.Unmarshal(m, b) @@ -1254,7 +1254,7 @@ func (m *ListTransferRunsResponse) Reset() { *m = ListTransferRunsRespon func (m *ListTransferRunsResponse) String() string { return proto.CompactTextString(m) } func (*ListTransferRunsResponse) ProtoMessage() {} func (*ListTransferRunsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{14} + return fileDescriptor_datatransfer_102617b20f253925, []int{14} } func (m *ListTransferRunsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTransferRunsResponse.Unmarshal(m, b) @@ -1313,7 +1313,7 @@ func (m *ListTransferLogsRequest) Reset() { *m = ListTransferLogsRequest func (m *ListTransferLogsRequest) String() string { return proto.CompactTextString(m) } func (*ListTransferLogsRequest) ProtoMessage() {} func (*ListTransferLogsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{15} + return fileDescriptor_datatransfer_102617b20f253925, []int{15} } func (m *ListTransferLogsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTransferLogsRequest.Unmarshal(m, b) @@ -1379,7 +1379,7 @@ func (m *ListTransferLogsResponse) Reset() { *m = ListTransferLogsRespon func (m *ListTransferLogsResponse) String() string { return proto.CompactTextString(m) } func (*ListTransferLogsResponse) ProtoMessage() {} func (*ListTransferLogsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{16} + return fileDescriptor_datatransfer_102617b20f253925, []int{16} } func (m *ListTransferLogsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTransferLogsResponse.Unmarshal(m, b) @@ -1432,7 +1432,7 @@ func (m *CheckValidCredsRequest) Reset() { *m = CheckValidCredsRequest{} func (m *CheckValidCredsRequest) String() string { return proto.CompactTextString(m) } func (*CheckValidCredsRequest) ProtoMessage() {} func (*CheckValidCredsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{17} + return fileDescriptor_datatransfer_102617b20f253925, []int{17} } func (m *CheckValidCredsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckValidCredsRequest.Unmarshal(m, b) @@ -1472,7 +1472,7 @@ func (m *CheckValidCredsResponse) Reset() { *m = CheckValidCredsResponse func (m *CheckValidCredsResponse) String() string { return proto.CompactTextString(m) } func (*CheckValidCredsResponse) ProtoMessage() {} func (*CheckValidCredsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{18} + return fileDescriptor_datatransfer_102617b20f253925, []int{18} } func (m *CheckValidCredsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckValidCredsResponse.Unmarshal(m, b) @@ -1519,7 +1519,7 @@ func (m *ScheduleTransferRunsRequest) Reset() { *m = ScheduleTransferRun func (m *ScheduleTransferRunsRequest) String() string { return proto.CompactTextString(m) } func (*ScheduleTransferRunsRequest) ProtoMessage() {} func (*ScheduleTransferRunsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{19} + return fileDescriptor_datatransfer_102617b20f253925, []int{19} } func (m *ScheduleTransferRunsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ScheduleTransferRunsRequest.Unmarshal(m, b) @@ -1573,7 +1573,7 @@ func (m *ScheduleTransferRunsResponse) Reset() { *m = ScheduleTransferRu func (m *ScheduleTransferRunsResponse) String() string { return proto.CompactTextString(m) } func (*ScheduleTransferRunsResponse) ProtoMessage() {} func (*ScheduleTransferRunsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datatransfer_bb802f2006cd9a20, []int{20} + return fileDescriptor_datatransfer_102617b20f253925, []int{20} } func (m *ScheduleTransferRunsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ScheduleTransferRunsResponse.Unmarshal(m, b) @@ -2147,10 +2147,10 @@ var _DataTransferService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/bigquery/datatransfer/v1/datatransfer.proto", fileDescriptor_datatransfer_bb802f2006cd9a20) + proto.RegisterFile("google/cloud/bigquery/datatransfer/v1/datatransfer.proto", fileDescriptor_datatransfer_102617b20f253925) } -var fileDescriptor_datatransfer_bb802f2006cd9a20 = []byte{ +var fileDescriptor_datatransfer_102617b20f253925 = []byte{ // 2343 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5a, 0xcf, 0x6f, 0xdb, 0xc8, 0xf5, 0xff, 0x52, 0xfe, 0xfd, 0x64, 0x5b, 0xf2, 0xc4, 0x71, 0x18, 0x39, 0xbb, 0x5f, 0x2f, 0xdb, diff --git a/googleapis/cloud/bigquery/datatransfer/v1/transfer.pb.go b/googleapis/cloud/bigquery/datatransfer/v1/transfer.pb.go index 16970aa719..0aa964dcc0 100644 --- a/googleapis/cloud/bigquery/datatransfer/v1/transfer.pb.go +++ b/googleapis/cloud/bigquery/datatransfer/v1/transfer.pb.go @@ -50,7 +50,7 @@ func (x TransferType) String() string { return proto.EnumName(TransferType_name, int32(x)) } func (TransferType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_transfer_993bc4a0692a3038, []int{0} + return fileDescriptor_transfer_f4aaf0447c06b362, []int{0} } // Represents data transfer run state. @@ -93,7 +93,7 @@ func (x TransferState) String() string { return proto.EnumName(TransferState_name, int32(x)) } func (TransferState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_transfer_993bc4a0692a3038, []int{1} + return fileDescriptor_transfer_f4aaf0447c06b362, []int{1} } // Represents data transfer user facing message severity. @@ -127,7 +127,7 @@ func (x TransferMessage_MessageSeverity) String() string { return proto.EnumName(TransferMessage_MessageSeverity_name, int32(x)) } func (TransferMessage_MessageSeverity) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_transfer_993bc4a0692a3038, []int{2, 0} + return fileDescriptor_transfer_f4aaf0447c06b362, []int{2, 0} } // Represents a data transfer configuration. A transfer configuration @@ -198,7 +198,7 @@ func (m *TransferConfig) Reset() { *m = TransferConfig{} } func (m *TransferConfig) String() string { return proto.CompactTextString(m) } func (*TransferConfig) ProtoMessage() {} func (*TransferConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_993bc4a0692a3038, []int{0} + return fileDescriptor_transfer_f4aaf0447c06b362, []int{0} } func (m *TransferConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransferConfig.Unmarshal(m, b) @@ -360,7 +360,7 @@ func (m *TransferRun) Reset() { *m = TransferRun{} } func (m *TransferRun) String() string { return proto.CompactTextString(m) } func (*TransferRun) ProtoMessage() {} func (*TransferRun) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_993bc4a0692a3038, []int{1} + return fileDescriptor_transfer_f4aaf0447c06b362, []int{1} } func (m *TransferRun) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransferRun.Unmarshal(m, b) @@ -488,7 +488,7 @@ func (m *TransferMessage) Reset() { *m = TransferMessage{} } func (m *TransferMessage) String() string { return proto.CompactTextString(m) } func (*TransferMessage) ProtoMessage() {} func (*TransferMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_993bc4a0692a3038, []int{2} + return fileDescriptor_transfer_f4aaf0447c06b362, []int{2} } func (m *TransferMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransferMessage.Unmarshal(m, b) @@ -539,10 +539,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/bigquery/datatransfer/v1/transfer.proto", fileDescriptor_transfer_993bc4a0692a3038) + proto.RegisterFile("google/cloud/bigquery/datatransfer/v1/transfer.proto", fileDescriptor_transfer_f4aaf0447c06b362) } -var fileDescriptor_transfer_993bc4a0692a3038 = []byte{ +var fileDescriptor_transfer_f4aaf0447c06b362 = []byte{ // 922 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xdd, 0x6e, 0xe3, 0x44, 0x14, 0xc6, 0xf9, 0xcf, 0x71, 0x92, 0x8d, 0x46, 0x2c, 0x35, 0xd5, 0x02, 0xa1, 0xa2, 0x52, 0xd8, diff --git a/googleapis/cloud/bigquery/logging/v1/audit_data.pb.go b/googleapis/cloud/bigquery/logging/v1/audit_data.pb.go index 587a71e3b3..e0d4d60ccd 100644 --- a/googleapis/cloud/bigquery/logging/v1/audit_data.pb.go +++ b/googleapis/cloud/bigquery/logging/v1/audit_data.pb.go @@ -63,7 +63,7 @@ func (m *AuditData) Reset() { *m = AuditData{} } func (m *AuditData) String() string { return proto.CompactTextString(m) } func (*AuditData) ProtoMessage() {} func (*AuditData) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{0} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{0} } func (m *AuditData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AuditData.Unmarshal(m, b) @@ -717,7 +717,7 @@ func (m *TableInsertRequest) Reset() { *m = TableInsertRequest{} } func (m *TableInsertRequest) String() string { return proto.CompactTextString(m) } func (*TableInsertRequest) ProtoMessage() {} func (*TableInsertRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{1} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{1} } func (m *TableInsertRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TableInsertRequest.Unmarshal(m, b) @@ -757,7 +757,7 @@ func (m *TableUpdateRequest) Reset() { *m = TableUpdateRequest{} } func (m *TableUpdateRequest) String() string { return proto.CompactTextString(m) } func (*TableUpdateRequest) ProtoMessage() {} func (*TableUpdateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{2} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{2} } func (m *TableUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TableUpdateRequest.Unmarshal(m, b) @@ -797,7 +797,7 @@ func (m *TableInsertResponse) Reset() { *m = TableInsertResponse{} } func (m *TableInsertResponse) String() string { return proto.CompactTextString(m) } func (*TableInsertResponse) ProtoMessage() {} func (*TableInsertResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{3} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{3} } func (m *TableInsertResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TableInsertResponse.Unmarshal(m, b) @@ -837,7 +837,7 @@ func (m *TableUpdateResponse) Reset() { *m = TableUpdateResponse{} } func (m *TableUpdateResponse) String() string { return proto.CompactTextString(m) } func (*TableUpdateResponse) ProtoMessage() {} func (*TableUpdateResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{4} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{4} } func (m *TableUpdateResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TableUpdateResponse.Unmarshal(m, b) @@ -877,7 +877,7 @@ func (m *DatasetListRequest) Reset() { *m = DatasetListRequest{} } func (m *DatasetListRequest) String() string { return proto.CompactTextString(m) } func (*DatasetListRequest) ProtoMessage() {} func (*DatasetListRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{5} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{5} } func (m *DatasetListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DatasetListRequest.Unmarshal(m, b) @@ -917,7 +917,7 @@ func (m *DatasetInsertRequest) Reset() { *m = DatasetInsertRequest{} } func (m *DatasetInsertRequest) String() string { return proto.CompactTextString(m) } func (*DatasetInsertRequest) ProtoMessage() {} func (*DatasetInsertRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{6} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{6} } func (m *DatasetInsertRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DatasetInsertRequest.Unmarshal(m, b) @@ -957,7 +957,7 @@ func (m *DatasetInsertResponse) Reset() { *m = DatasetInsertResponse{} } func (m *DatasetInsertResponse) String() string { return proto.CompactTextString(m) } func (*DatasetInsertResponse) ProtoMessage() {} func (*DatasetInsertResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{7} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{7} } func (m *DatasetInsertResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DatasetInsertResponse.Unmarshal(m, b) @@ -997,7 +997,7 @@ func (m *DatasetUpdateRequest) Reset() { *m = DatasetUpdateRequest{} } func (m *DatasetUpdateRequest) String() string { return proto.CompactTextString(m) } func (*DatasetUpdateRequest) ProtoMessage() {} func (*DatasetUpdateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{8} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{8} } func (m *DatasetUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DatasetUpdateRequest.Unmarshal(m, b) @@ -1037,7 +1037,7 @@ func (m *DatasetUpdateResponse) Reset() { *m = DatasetUpdateResponse{} } func (m *DatasetUpdateResponse) String() string { return proto.CompactTextString(m) } func (*DatasetUpdateResponse) ProtoMessage() {} func (*DatasetUpdateResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{9} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{9} } func (m *DatasetUpdateResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DatasetUpdateResponse.Unmarshal(m, b) @@ -1077,7 +1077,7 @@ func (m *JobInsertRequest) Reset() { *m = JobInsertRequest{} } func (m *JobInsertRequest) String() string { return proto.CompactTextString(m) } func (*JobInsertRequest) ProtoMessage() {} func (*JobInsertRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{10} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{10} } func (m *JobInsertRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobInsertRequest.Unmarshal(m, b) @@ -1117,7 +1117,7 @@ func (m *JobInsertResponse) Reset() { *m = JobInsertResponse{} } func (m *JobInsertResponse) String() string { return proto.CompactTextString(m) } func (*JobInsertResponse) ProtoMessage() {} func (*JobInsertResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{11} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{11} } func (m *JobInsertResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobInsertResponse.Unmarshal(m, b) @@ -1165,7 +1165,7 @@ func (m *JobQueryRequest) Reset() { *m = JobQueryRequest{} } func (m *JobQueryRequest) String() string { return proto.CompactTextString(m) } func (*JobQueryRequest) ProtoMessage() {} func (*JobQueryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{12} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{12} } func (m *JobQueryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobQueryRequest.Unmarshal(m, b) @@ -1235,7 +1235,7 @@ func (m *JobQueryResponse) Reset() { *m = JobQueryResponse{} } func (m *JobQueryResponse) String() string { return proto.CompactTextString(m) } func (*JobQueryResponse) ProtoMessage() {} func (*JobQueryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{13} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{13} } func (m *JobQueryResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobQueryResponse.Unmarshal(m, b) @@ -1284,7 +1284,7 @@ func (m *JobGetQueryResultsRequest) Reset() { *m = JobGetQueryResultsReq func (m *JobGetQueryResultsRequest) String() string { return proto.CompactTextString(m) } func (*JobGetQueryResultsRequest) ProtoMessage() {} func (*JobGetQueryResultsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{14} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{14} } func (m *JobGetQueryResultsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobGetQueryResultsRequest.Unmarshal(m, b) @@ -1335,7 +1335,7 @@ func (m *JobGetQueryResultsResponse) Reset() { *m = JobGetQueryResultsRe func (m *JobGetQueryResultsResponse) String() string { return proto.CompactTextString(m) } func (*JobGetQueryResultsResponse) ProtoMessage() {} func (*JobGetQueryResultsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{15} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{15} } func (m *JobGetQueryResultsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobGetQueryResultsResponse.Unmarshal(m, b) @@ -1383,7 +1383,7 @@ func (m *JobQueryDoneResponse) Reset() { *m = JobQueryDoneResponse{} } func (m *JobQueryDoneResponse) String() string { return proto.CompactTextString(m) } func (*JobQueryDoneResponse) ProtoMessage() {} func (*JobQueryDoneResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{16} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{16} } func (m *JobQueryDoneResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobQueryDoneResponse.Unmarshal(m, b) @@ -1425,7 +1425,7 @@ func (m *JobCompletedEvent) Reset() { *m = JobCompletedEvent{} } func (m *JobCompletedEvent) String() string { return proto.CompactTextString(m) } func (*JobCompletedEvent) ProtoMessage() {} func (*JobCompletedEvent) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{17} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{17} } func (m *JobCompletedEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobCompletedEvent.Unmarshal(m, b) @@ -1474,7 +1474,7 @@ func (m *TableDataListRequest) Reset() { *m = TableDataListRequest{} } func (m *TableDataListRequest) String() string { return proto.CompactTextString(m) } func (*TableDataListRequest) ProtoMessage() {} func (*TableDataListRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{18} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{18} } func (m *TableDataListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TableDataListRequest.Unmarshal(m, b) @@ -1541,7 +1541,7 @@ func (m *Table) Reset() { *m = Table{} } func (m *Table) String() string { return proto.CompactTextString(m) } func (*Table) ProtoMessage() {} func (*Table) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{19} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{19} } func (m *Table) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Table.Unmarshal(m, b) @@ -1626,7 +1626,7 @@ func (m *TableInfo) Reset() { *m = TableInfo{} } func (m *TableInfo) String() string { return proto.CompactTextString(m) } func (*TableInfo) ProtoMessage() {} func (*TableInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{20} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{20} } func (m *TableInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TableInfo.Unmarshal(m, b) @@ -1673,7 +1673,7 @@ func (m *TableViewDefinition) Reset() { *m = TableViewDefinition{} } func (m *TableViewDefinition) String() string { return proto.CompactTextString(m) } func (*TableViewDefinition) ProtoMessage() {} func (*TableViewDefinition) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{21} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{21} } func (m *TableViewDefinition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TableViewDefinition.Unmarshal(m, b) @@ -1728,7 +1728,7 @@ func (m *Dataset) Reset() { *m = Dataset{} } func (m *Dataset) String() string { return proto.CompactTextString(m) } func (*Dataset) ProtoMessage() {} func (*Dataset) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{22} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{22} } func (m *Dataset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Dataset.Unmarshal(m, b) @@ -1806,7 +1806,7 @@ func (m *DatasetInfo) Reset() { *m = DatasetInfo{} } func (m *DatasetInfo) String() string { return proto.CompactTextString(m) } func (*DatasetInfo) ProtoMessage() {} func (*DatasetInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{23} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{23} } func (m *DatasetInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DatasetInfo.Unmarshal(m, b) @@ -1853,7 +1853,7 @@ func (m *BigQueryAcl) Reset() { *m = BigQueryAcl{} } func (m *BigQueryAcl) String() string { return proto.CompactTextString(m) } func (*BigQueryAcl) ProtoMessage() {} func (*BigQueryAcl) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{24} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{24} } func (m *BigQueryAcl) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BigQueryAcl.Unmarshal(m, b) @@ -1904,7 +1904,7 @@ func (m *BigQueryAcl_Entry) Reset() { *m = BigQueryAcl_Entry{} } func (m *BigQueryAcl_Entry) String() string { return proto.CompactTextString(m) } func (*BigQueryAcl_Entry) ProtoMessage() {} func (*BigQueryAcl_Entry) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{24, 0} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{24, 0} } func (m *BigQueryAcl_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BigQueryAcl_Entry.Unmarshal(m, b) @@ -1985,7 +1985,7 @@ func (m *Job) Reset() { *m = Job{} } func (m *Job) String() string { return proto.CompactTextString(m) } func (*Job) ProtoMessage() {} func (*Job) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{25} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{25} } func (m *Job) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Job.Unmarshal(m, b) @@ -2056,7 +2056,7 @@ func (m *JobConfiguration) Reset() { *m = JobConfiguration{} } func (m *JobConfiguration) String() string { return proto.CompactTextString(m) } func (*JobConfiguration) ProtoMessage() {} func (*JobConfiguration) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{26} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{26} } func (m *JobConfiguration) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobConfiguration.Unmarshal(m, b) @@ -2284,7 +2284,7 @@ func (m *JobConfiguration_Query) Reset() { *m = JobConfiguration_Query{} func (m *JobConfiguration_Query) String() string { return proto.CompactTextString(m) } func (*JobConfiguration_Query) ProtoMessage() {} func (*JobConfiguration_Query) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{26, 0} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{26, 0} } func (m *JobConfiguration_Query) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobConfiguration_Query.Unmarshal(m, b) @@ -2371,7 +2371,7 @@ func (m *JobConfiguration_Load) Reset() { *m = JobConfiguration_Load{} } func (m *JobConfiguration_Load) String() string { return proto.CompactTextString(m) } func (*JobConfiguration_Load) ProtoMessage() {} func (*JobConfiguration_Load) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{26, 1} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{26, 1} } func (m *JobConfiguration_Load) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobConfiguration_Load.Unmarshal(m, b) @@ -2442,7 +2442,7 @@ func (m *JobConfiguration_Extract) Reset() { *m = JobConfiguration_Extra func (m *JobConfiguration_Extract) String() string { return proto.CompactTextString(m) } func (*JobConfiguration_Extract) ProtoMessage() {} func (*JobConfiguration_Extract) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{26, 2} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{26, 2} } func (m *JobConfiguration_Extract) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobConfiguration_Extract.Unmarshal(m, b) @@ -2497,7 +2497,7 @@ func (m *JobConfiguration_TableCopy) Reset() { *m = JobConfiguration_Tab func (m *JobConfiguration_TableCopy) String() string { return proto.CompactTextString(m) } func (*JobConfiguration_TableCopy) ProtoMessage() {} func (*JobConfiguration_TableCopy) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{26, 3} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{26, 3} } func (m *JobConfiguration_TableCopy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobConfiguration_TableCopy.Unmarshal(m, b) @@ -2560,7 +2560,7 @@ func (m *TableDefinition) Reset() { *m = TableDefinition{} } func (m *TableDefinition) String() string { return proto.CompactTextString(m) } func (*TableDefinition) ProtoMessage() {} func (*TableDefinition) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{27} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{27} } func (m *TableDefinition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TableDefinition.Unmarshal(m, b) @@ -2609,7 +2609,7 @@ func (m *JobStatus) Reset() { *m = JobStatus{} } func (m *JobStatus) String() string { return proto.CompactTextString(m) } func (*JobStatus) ProtoMessage() {} func (*JobStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{28} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{28} } func (m *JobStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobStatus.Unmarshal(m, b) @@ -2666,7 +2666,7 @@ func (m *JobStatistics) Reset() { *m = JobStatistics{} } func (m *JobStatistics) String() string { return proto.CompactTextString(m) } func (*JobStatistics) ProtoMessage() {} func (*JobStatistics) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{29} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{29} } func (m *JobStatistics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobStatistics.Unmarshal(m, b) @@ -2743,7 +2743,7 @@ func (m *DatasetName) Reset() { *m = DatasetName{} } func (m *DatasetName) String() string { return proto.CompactTextString(m) } func (*DatasetName) ProtoMessage() {} func (*DatasetName) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{30} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{30} } func (m *DatasetName) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DatasetName.Unmarshal(m, b) @@ -2794,7 +2794,7 @@ func (m *TableName) Reset() { *m = TableName{} } func (m *TableName) String() string { return proto.CompactTextString(m) } func (*TableName) ProtoMessage() {} func (*TableName) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{31} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{31} } func (m *TableName) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TableName.Unmarshal(m, b) @@ -2850,7 +2850,7 @@ func (m *JobName) Reset() { *m = JobName{} } func (m *JobName) String() string { return proto.CompactTextString(m) } func (*JobName) ProtoMessage() {} func (*JobName) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_eac9a4c7657c5709, []int{32} + return fileDescriptor_audit_data_12e22cd9ac1143c8, []int{32} } func (m *JobName) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobName.Unmarshal(m, b) @@ -2926,10 +2926,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/bigquery/logging/v1/audit_data.proto", fileDescriptor_audit_data_eac9a4c7657c5709) + proto.RegisterFile("google/cloud/bigquery/logging/v1/audit_data.proto", fileDescriptor_audit_data_12e22cd9ac1143c8) } -var fileDescriptor_audit_data_eac9a4c7657c5709 = []byte{ +var fileDescriptor_audit_data_12e22cd9ac1143c8 = []byte{ // 2036 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x59, 0x4f, 0x73, 0x1b, 0x49, 0x15, 0x8f, 0x2c, 0xc9, 0x92, 0x9e, 0xec, 0xd8, 0xee, 0xd8, 0x9b, 0x58, 0x90, 0xdd, 0x30, 0x40, diff --git a/googleapis/cloud/bigquery/storage/v1beta1/avro.pb.go b/googleapis/cloud/bigquery/storage/v1beta1/avro.pb.go index ca2e4f959b..11b89dd58f 100644 --- a/googleapis/cloud/bigquery/storage/v1beta1/avro.pb.go +++ b/googleapis/cloud/bigquery/storage/v1beta1/avro.pb.go @@ -32,7 +32,7 @@ func (m *AvroSchema) Reset() { *m = AvroSchema{} } func (m *AvroSchema) String() string { return proto.CompactTextString(m) } func (*AvroSchema) ProtoMessage() {} func (*AvroSchema) Descriptor() ([]byte, []int) { - return fileDescriptor_avro_7569793a2af4c5e9, []int{0} + return fileDescriptor_avro_4770a0731176dc2d, []int{0} } func (m *AvroSchema) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AvroSchema.Unmarshal(m, b) @@ -74,7 +74,7 @@ func (m *AvroRows) Reset() { *m = AvroRows{} } func (m *AvroRows) String() string { return proto.CompactTextString(m) } func (*AvroRows) ProtoMessage() {} func (*AvroRows) Descriptor() ([]byte, []int) { - return fileDescriptor_avro_7569793a2af4c5e9, []int{1} + return fileDescriptor_avro_4770a0731176dc2d, []int{1} } func (m *AvroRows) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AvroRows.Unmarshal(m, b) @@ -114,10 +114,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/bigquery/storage/v1beta1/avro.proto", fileDescriptor_avro_7569793a2af4c5e9) + proto.RegisterFile("google/cloud/bigquery/storage/v1beta1/avro.proto", fileDescriptor_avro_4770a0731176dc2d) } -var fileDescriptor_avro_7569793a2af4c5e9 = []byte{ +var fileDescriptor_avro_4770a0731176dc2d = []byte{ // 242 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0xd0, 0xcf, 0x4b, 0xc3, 0x30, 0x14, 0x07, 0x70, 0xaa, 0x30, 0xd6, 0xe0, 0xa9, 0xc8, 0x18, 0x78, 0x19, 0x43, 0x61, 0x5e, 0x12, diff --git a/googleapis/cloud/bigquery/storage/v1beta1/read_options.pb.go b/googleapis/cloud/bigquery/storage/v1beta1/read_options.pb.go index a6e9da1c2c..28c99a25f0 100644 --- a/googleapis/cloud/bigquery/storage/v1beta1/read_options.pb.go +++ b/googleapis/cloud/bigquery/storage/v1beta1/read_options.pb.go @@ -44,7 +44,7 @@ func (m *TableReadOptions) Reset() { *m = TableReadOptions{} } func (m *TableReadOptions) String() string { return proto.CompactTextString(m) } func (*TableReadOptions) ProtoMessage() {} func (*TableReadOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_read_options_182154d9d5771d09, []int{0} + return fileDescriptor_read_options_931be2a30741eb81, []int{0} } func (m *TableReadOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TableReadOptions.Unmarshal(m, b) @@ -83,10 +83,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/bigquery/storage/v1beta1/read_options.proto", fileDescriptor_read_options_182154d9d5771d09) + proto.RegisterFile("google/cloud/bigquery/storage/v1beta1/read_options.proto", fileDescriptor_read_options_931be2a30741eb81) } -var fileDescriptor_read_options_182154d9d5771d09 = []byte{ +var fileDescriptor_read_options_931be2a30741eb81 = []byte{ // 213 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0xd0, 0x3f, 0x4b, 0xc6, 0x30, 0x10, 0x06, 0x70, 0x5e, 0x05, 0xc1, 0x0c, 0x2a, 0x9d, 0x3a, 0x16, 0x41, 0xd4, 0x25, 0xa1, 0xb8, diff --git a/googleapis/cloud/bigquery/storage/v1beta1/storage.pb.go b/googleapis/cloud/bigquery/storage/v1beta1/storage.pb.go index 3dea7ebae4..a4466808e2 100644 --- a/googleapis/cloud/bigquery/storage/v1beta1/storage.pb.go +++ b/googleapis/cloud/bigquery/storage/v1beta1/storage.pb.go @@ -50,7 +50,7 @@ func (x DataFormat) String() string { return proto.EnumName(DataFormat_name, int32(x)) } func (DataFormat) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_storage_e7e382437718b135, []int{0} + return fileDescriptor_storage_ba3968bfc61218b8, []int{0} } // Information about a single data stream within a read session. @@ -69,7 +69,7 @@ func (m *Stream) Reset() { *m = Stream{} } func (m *Stream) String() string { return proto.CompactTextString(m) } func (*Stream) ProtoMessage() {} func (*Stream) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_e7e382437718b135, []int{0} + return fileDescriptor_storage_ba3968bfc61218b8, []int{0} } func (m *Stream) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Stream.Unmarshal(m, b) @@ -118,7 +118,7 @@ func (m *StreamPosition) Reset() { *m = StreamPosition{} } func (m *StreamPosition) String() string { return proto.CompactTextString(m) } func (*StreamPosition) ProtoMessage() {} func (*StreamPosition) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_e7e382437718b135, []int{1} + return fileDescriptor_storage_ba3968bfc61218b8, []int{1} } func (m *StreamPosition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamPosition.Unmarshal(m, b) @@ -182,7 +182,7 @@ func (m *ReadSession) Reset() { *m = ReadSession{} } func (m *ReadSession) String() string { return proto.CompactTextString(m) } func (*ReadSession) ProtoMessage() {} func (*ReadSession) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_e7e382437718b135, []int{2} + return fileDescriptor_storage_ba3968bfc61218b8, []int{2} } func (m *ReadSession) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadSession.Unmarshal(m, b) @@ -348,7 +348,7 @@ func (m *CreateReadSessionRequest) Reset() { *m = CreateReadSessionReque func (m *CreateReadSessionRequest) String() string { return proto.CompactTextString(m) } func (*CreateReadSessionRequest) ProtoMessage() {} func (*CreateReadSessionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_e7e382437718b135, []int{3} + return fileDescriptor_storage_ba3968bfc61218b8, []int{3} } func (m *CreateReadSessionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateReadSessionRequest.Unmarshal(m, b) @@ -425,7 +425,7 @@ func (m *ReadRowsRequest) Reset() { *m = ReadRowsRequest{} } func (m *ReadRowsRequest) String() string { return proto.CompactTextString(m) } func (*ReadRowsRequest) ProtoMessage() {} func (*ReadRowsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_e7e382437718b135, []int{4} + return fileDescriptor_storage_ba3968bfc61218b8, []int{4} } func (m *ReadRowsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadRowsRequest.Unmarshal(m, b) @@ -467,7 +467,7 @@ func (m *StreamStatus) Reset() { *m = StreamStatus{} } func (m *StreamStatus) String() string { return proto.CompactTextString(m) } func (*StreamStatus) ProtoMessage() {} func (*StreamStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_e7e382437718b135, []int{5} + return fileDescriptor_storage_ba3968bfc61218b8, []int{5} } func (m *StreamStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamStatus.Unmarshal(m, b) @@ -508,7 +508,7 @@ func (m *ThrottleStatus) Reset() { *m = ThrottleStatus{} } func (m *ThrottleStatus) String() string { return proto.CompactTextString(m) } func (*ThrottleStatus) ProtoMessage() {} func (*ThrottleStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_e7e382437718b135, []int{6} + return fileDescriptor_storage_ba3968bfc61218b8, []int{6} } func (m *ThrottleStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ThrottleStatus.Unmarshal(m, b) @@ -557,7 +557,7 @@ func (m *ReadRowsResponse) Reset() { *m = ReadRowsResponse{} } func (m *ReadRowsResponse) String() string { return proto.CompactTextString(m) } func (*ReadRowsResponse) ProtoMessage() {} func (*ReadRowsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_e7e382437718b135, []int{7} + return fileDescriptor_storage_ba3968bfc61218b8, []int{7} } func (m *ReadRowsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadRowsResponse.Unmarshal(m, b) @@ -689,7 +689,7 @@ func (m *BatchCreateReadSessionStreamsRequest) Reset() { *m = BatchCreat func (m *BatchCreateReadSessionStreamsRequest) String() string { return proto.CompactTextString(m) } func (*BatchCreateReadSessionStreamsRequest) ProtoMessage() {} func (*BatchCreateReadSessionStreamsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_e7e382437718b135, []int{8} + return fileDescriptor_storage_ba3968bfc61218b8, []int{8} } func (m *BatchCreateReadSessionStreamsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchCreateReadSessionStreamsRequest.Unmarshal(m, b) @@ -737,7 +737,7 @@ func (m *BatchCreateReadSessionStreamsResponse) Reset() { *m = BatchCrea func (m *BatchCreateReadSessionStreamsResponse) String() string { return proto.CompactTextString(m) } func (*BatchCreateReadSessionStreamsResponse) ProtoMessage() {} func (*BatchCreateReadSessionStreamsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_e7e382437718b135, []int{9} + return fileDescriptor_storage_ba3968bfc61218b8, []int{9} } func (m *BatchCreateReadSessionStreamsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchCreateReadSessionStreamsResponse.Unmarshal(m, b) @@ -777,7 +777,7 @@ func (m *FinalizeStreamRequest) Reset() { *m = FinalizeStreamRequest{} } func (m *FinalizeStreamRequest) String() string { return proto.CompactTextString(m) } func (*FinalizeStreamRequest) ProtoMessage() {} func (*FinalizeStreamRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_e7e382437718b135, []int{10} + return fileDescriptor_storage_ba3968bfc61218b8, []int{10} } func (m *FinalizeStreamRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FinalizeStreamRequest.Unmarshal(m, b) @@ -817,7 +817,7 @@ func (m *SplitReadStreamRequest) Reset() { *m = SplitReadStreamRequest{} func (m *SplitReadStreamRequest) String() string { return proto.CompactTextString(m) } func (*SplitReadStreamRequest) ProtoMessage() {} func (*SplitReadStreamRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_e7e382437718b135, []int{11} + return fileDescriptor_storage_ba3968bfc61218b8, []int{11} } func (m *SplitReadStreamRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SplitReadStreamRequest.Unmarshal(m, b) @@ -860,7 +860,7 @@ func (m *SplitReadStreamResponse) Reset() { *m = SplitReadStreamResponse func (m *SplitReadStreamResponse) String() string { return proto.CompactTextString(m) } func (*SplitReadStreamResponse) ProtoMessage() {} func (*SplitReadStreamResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_e7e382437718b135, []int{12} + return fileDescriptor_storage_ba3968bfc61218b8, []int{12} } func (m *SplitReadStreamResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SplitReadStreamResponse.Unmarshal(m, b) @@ -1246,10 +1246,10 @@ var _BigQueryStorage_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/bigquery/storage/v1beta1/storage.proto", fileDescriptor_storage_e7e382437718b135) + proto.RegisterFile("google/cloud/bigquery/storage/v1beta1/storage.proto", fileDescriptor_storage_ba3968bfc61218b8) } -var fileDescriptor_storage_e7e382437718b135 = []byte{ +var fileDescriptor_storage_ba3968bfc61218b8 = []byte{ // 1160 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xdd, 0x6e, 0x1b, 0x45, 0x14, 0xee, 0x3a, 0x89, 0xeb, 0x1e, 0xb7, 0xb6, 0x33, 0x88, 0xd4, 0x38, 0x20, 0xa2, 0x15, 0x95, diff --git a/googleapis/cloud/bigquery/storage/v1beta1/table_reference.pb.go b/googleapis/cloud/bigquery/storage/v1beta1/table_reference.pb.go index 82532e870d..07e45bddd0 100644 --- a/googleapis/cloud/bigquery/storage/v1beta1/table_reference.pb.go +++ b/googleapis/cloud/bigquery/storage/v1beta1/table_reference.pb.go @@ -37,7 +37,7 @@ func (m *TableReference) Reset() { *m = TableReference{} } func (m *TableReference) String() string { return proto.CompactTextString(m) } func (*TableReference) ProtoMessage() {} func (*TableReference) Descriptor() ([]byte, []int) { - return fileDescriptor_table_reference_f0f786d7438ea2fb, []int{0} + return fileDescriptor_table_reference_d7a619381c8a4dbe, []int{0} } func (m *TableReference) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TableReference.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *TableModifiers) Reset() { *m = TableModifiers{} } func (m *TableModifiers) String() string { return proto.CompactTextString(m) } func (*TableModifiers) ProtoMessage() {} func (*TableModifiers) Descriptor() ([]byte, []int) { - return fileDescriptor_table_reference_f0f786d7438ea2fb, []int{1} + return fileDescriptor_table_reference_d7a619381c8a4dbe, []int{1} } func (m *TableModifiers) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TableModifiers.Unmarshal(m, b) @@ -124,10 +124,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/bigquery/storage/v1beta1/table_reference.proto", fileDescriptor_table_reference_f0f786d7438ea2fb) + proto.RegisterFile("google/cloud/bigquery/storage/v1beta1/table_reference.proto", fileDescriptor_table_reference_d7a619381c8a4dbe) } -var fileDescriptor_table_reference_f0f786d7438ea2fb = []byte{ +var fileDescriptor_table_reference_d7a619381c8a4dbe = []byte{ // 293 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0x4d, 0x4b, 0xc4, 0x30, 0x10, 0x86, 0x59, 0x05, 0x75, 0xe3, 0xc7, 0xa1, 0x5e, 0x76, 0x0b, 0xa2, 0x2c, 0x08, 0x7a, 0x49, diff --git a/googleapis/cloud/bigquery/v2/model.pb.go b/googleapis/cloud/bigquery/v2/model.pb.go index 93c73b31da..4ce48d7ed2 100644 --- a/googleapis/cloud/bigquery/v2/model.pb.go +++ b/googleapis/cloud/bigquery/v2/model.pb.go @@ -57,7 +57,7 @@ func (x Model_ModelType) String() string { return proto.EnumName(Model_ModelType_name, int32(x)) } func (Model_ModelType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 0} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 0} } // Loss metric to evaluate model training performance. @@ -86,7 +86,7 @@ func (x Model_LossType) String() string { return proto.EnumName(Model_LossType_name, int32(x)) } func (Model_LossType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 1} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 1} } // Distance metric used to compute the distance between two points. @@ -115,7 +115,7 @@ func (x Model_DistanceType) String() string { return proto.EnumName(Model_DistanceType_name, int32(x)) } func (Model_DistanceType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 2} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 2} } // Indicates the method to split input data into multiple tables. @@ -157,7 +157,7 @@ func (x Model_DataSplitMethod) String() string { return proto.EnumName(Model_DataSplitMethod_name, int32(x)) } func (Model_DataSplitMethod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 3} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 3} } // Indicates the learning rate optimization strategy to use. @@ -186,7 +186,7 @@ func (x Model_LearnRateStrategy) String() string { return proto.EnumName(Model_LearnRateStrategy_name, int32(x)) } func (Model_LearnRateStrategy) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 4} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 4} } type Model struct { @@ -243,7 +243,7 @@ func (m *Model) Reset() { *m = Model{} } func (m *Model) String() string { return proto.CompactTextString(m) } func (*Model) ProtoMessage() {} func (*Model) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0} + return fileDescriptor_model_5def960f0bdfad81, []int{0} } func (m *Model) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model.Unmarshal(m, b) @@ -375,7 +375,7 @@ func (m *Model_RegressionMetrics) Reset() { *m = Model_RegressionMetrics func (m *Model_RegressionMetrics) String() string { return proto.CompactTextString(m) } func (*Model_RegressionMetrics) ProtoMessage() {} func (*Model_RegressionMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 0} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 0} } func (m *Model_RegressionMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model_RegressionMetrics.Unmarshal(m, b) @@ -468,7 +468,7 @@ func (m *Model_AggregateClassificationMetrics) Reset() { *m = Model_Aggr func (m *Model_AggregateClassificationMetrics) String() string { return proto.CompactTextString(m) } func (*Model_AggregateClassificationMetrics) ProtoMessage() {} func (*Model_AggregateClassificationMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 1} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 1} } func (m *Model_AggregateClassificationMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model_AggregateClassificationMetrics.Unmarshal(m, b) @@ -552,7 +552,7 @@ func (m *Model_BinaryClassificationMetrics) Reset() { *m = Model_BinaryC func (m *Model_BinaryClassificationMetrics) String() string { return proto.CompactTextString(m) } func (*Model_BinaryClassificationMetrics) ProtoMessage() {} func (*Model_BinaryClassificationMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 2} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 2} } func (m *Model_BinaryClassificationMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model_BinaryClassificationMetrics.Unmarshal(m, b) @@ -615,7 +615,7 @@ func (m *Model_BinaryClassificationMetrics_BinaryConfusionMatrix) String() strin } func (*Model_BinaryClassificationMetrics_BinaryConfusionMatrix) ProtoMessage() {} func (*Model_BinaryClassificationMetrics_BinaryConfusionMatrix) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 2, 0} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 2, 0} } func (m *Model_BinaryClassificationMetrics_BinaryConfusionMatrix) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model_BinaryClassificationMetrics_BinaryConfusionMatrix.Unmarshal(m, b) @@ -699,7 +699,7 @@ func (m *Model_MultiClassClassificationMetrics) Reset() { *m = Model_Mul func (m *Model_MultiClassClassificationMetrics) String() string { return proto.CompactTextString(m) } func (*Model_MultiClassClassificationMetrics) ProtoMessage() {} func (*Model_MultiClassClassificationMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 3} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 3} } func (m *Model_MultiClassClassificationMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model_MultiClassClassificationMetrics.Unmarshal(m, b) @@ -753,7 +753,7 @@ func (m *Model_MultiClassClassificationMetrics_ConfusionMatrix) String() string } func (*Model_MultiClassClassificationMetrics_ConfusionMatrix) ProtoMessage() {} func (*Model_MultiClassClassificationMetrics_ConfusionMatrix) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 3, 0} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 3, 0} } func (m *Model_MultiClassClassificationMetrics_ConfusionMatrix) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model_MultiClassClassificationMetrics_ConfusionMatrix.Unmarshal(m, b) @@ -808,7 +808,7 @@ func (m *Model_MultiClassClassificationMetrics_ConfusionMatrix_Entry) String() s } func (*Model_MultiClassClassificationMetrics_ConfusionMatrix_Entry) ProtoMessage() {} func (*Model_MultiClassClassificationMetrics_ConfusionMatrix_Entry) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 3, 0, 0} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 3, 0, 0} } func (m *Model_MultiClassClassificationMetrics_ConfusionMatrix_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model_MultiClassClassificationMetrics_ConfusionMatrix_Entry.Unmarshal(m, b) @@ -861,7 +861,7 @@ func (m *Model_MultiClassClassificationMetrics_ConfusionMatrix_Row) String() str } func (*Model_MultiClassClassificationMetrics_ConfusionMatrix_Row) ProtoMessage() {} func (*Model_MultiClassClassificationMetrics_ConfusionMatrix_Row) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 3, 0, 1} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 3, 0, 1} } func (m *Model_MultiClassClassificationMetrics_ConfusionMatrix_Row) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model_MultiClassClassificationMetrics_ConfusionMatrix_Row.Unmarshal(m, b) @@ -910,7 +910,7 @@ func (m *Model_ClusteringMetrics) Reset() { *m = Model_ClusteringMetrics func (m *Model_ClusteringMetrics) String() string { return proto.CompactTextString(m) } func (*Model_ClusteringMetrics) ProtoMessage() {} func (*Model_ClusteringMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 4} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 4} } func (m *Model_ClusteringMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model_ClusteringMetrics.Unmarshal(m, b) @@ -963,7 +963,7 @@ func (m *Model_EvaluationMetrics) Reset() { *m = Model_EvaluationMetrics func (m *Model_EvaluationMetrics) String() string { return proto.CompactTextString(m) } func (*Model_EvaluationMetrics) ProtoMessage() {} func (*Model_EvaluationMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 5} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 5} } func (m *Model_EvaluationMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model_EvaluationMetrics.Unmarshal(m, b) @@ -1179,7 +1179,7 @@ func (m *Model_TrainingRun) Reset() { *m = Model_TrainingRun{} } func (m *Model_TrainingRun) String() string { return proto.CompactTextString(m) } func (*Model_TrainingRun) ProtoMessage() {} func (*Model_TrainingRun) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 6} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 6} } func (m *Model_TrainingRun) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model_TrainingRun.Unmarshal(m, b) @@ -1286,7 +1286,7 @@ func (m *Model_TrainingRun_TrainingOptions) Reset() { *m = Model_Trainin func (m *Model_TrainingRun_TrainingOptions) String() string { return proto.CompactTextString(m) } func (*Model_TrainingRun_TrainingOptions) ProtoMessage() {} func (*Model_TrainingRun_TrainingOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 6, 0} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 6, 0} } func (m *Model_TrainingRun_TrainingOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model_TrainingRun_TrainingOptions.Unmarshal(m, b) @@ -1448,7 +1448,7 @@ func (m *Model_TrainingRun_IterationResult) Reset() { *m = Model_Trainin func (m *Model_TrainingRun_IterationResult) String() string { return proto.CompactTextString(m) } func (*Model_TrainingRun_IterationResult) ProtoMessage() {} func (*Model_TrainingRun_IterationResult) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 6, 1} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 6, 1} } func (m *Model_TrainingRun_IterationResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model_TrainingRun_IterationResult.Unmarshal(m, b) @@ -1532,7 +1532,7 @@ func (m *Model_TrainingRun_IterationResult_ClusterInfo) String() string { } func (*Model_TrainingRun_IterationResult_ClusterInfo) ProtoMessage() {} func (*Model_TrainingRun_IterationResult_ClusterInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{0, 6, 1, 0} + return fileDescriptor_model_5def960f0bdfad81, []int{0, 6, 1, 0} } func (m *Model_TrainingRun_IterationResult_ClusterInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model_TrainingRun_IterationResult_ClusterInfo.Unmarshal(m, b) @@ -1589,7 +1589,7 @@ func (m *GetModelRequest) Reset() { *m = GetModelRequest{} } func (m *GetModelRequest) String() string { return proto.CompactTextString(m) } func (*GetModelRequest) ProtoMessage() {} func (*GetModelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{1} + return fileDescriptor_model_5def960f0bdfad81, []int{1} } func (m *GetModelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetModelRequest.Unmarshal(m, b) @@ -1650,7 +1650,7 @@ func (m *PatchModelRequest) Reset() { *m = PatchModelRequest{} } func (m *PatchModelRequest) String() string { return proto.CompactTextString(m) } func (*PatchModelRequest) ProtoMessage() {} func (*PatchModelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{2} + return fileDescriptor_model_5def960f0bdfad81, []int{2} } func (m *PatchModelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PatchModelRequest.Unmarshal(m, b) @@ -1714,7 +1714,7 @@ func (m *DeleteModelRequest) Reset() { *m = DeleteModelRequest{} } func (m *DeleteModelRequest) String() string { return proto.CompactTextString(m) } func (*DeleteModelRequest) ProtoMessage() {} func (*DeleteModelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{3} + return fileDescriptor_model_5def960f0bdfad81, []int{3} } func (m *DeleteModelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteModelRequest.Unmarshal(m, b) @@ -1774,7 +1774,7 @@ func (m *ListModelsRequest) Reset() { *m = ListModelsRequest{} } func (m *ListModelsRequest) String() string { return proto.CompactTextString(m) } func (*ListModelsRequest) ProtoMessage() {} func (*ListModelsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{4} + return fileDescriptor_model_5def960f0bdfad81, []int{4} } func (m *ListModelsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListModelsRequest.Unmarshal(m, b) @@ -1838,7 +1838,7 @@ func (m *ListModelsResponse) Reset() { *m = ListModelsResponse{} } func (m *ListModelsResponse) String() string { return proto.CompactTextString(m) } func (*ListModelsResponse) ProtoMessage() {} func (*ListModelsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_model_a27f597ae55804ce, []int{5} + return fileDescriptor_model_5def960f0bdfad81, []int{5} } func (m *ListModelsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListModelsResponse.Unmarshal(m, b) @@ -2084,10 +2084,10 @@ var _ModelService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/bigquery/v2/model.proto", fileDescriptor_model_a27f597ae55804ce) + proto.RegisterFile("google/cloud/bigquery/v2/model.proto", fileDescriptor_model_5def960f0bdfad81) } -var fileDescriptor_model_a27f597ae55804ce = []byte{ +var fileDescriptor_model_5def960f0bdfad81 = []byte{ // 2541 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x59, 0xdd, 0x73, 0x23, 0x47, 0x11, 0xb7, 0x2c, 0x7f, 0xa9, 0x65, 0x5b, 0xd2, 0xf8, 0x7c, 0xe8, 0x74, 0x77, 0x39, 0x47, 0xe1, diff --git a/googleapis/cloud/bigquery/v2/model_reference.pb.go b/googleapis/cloud/bigquery/v2/model_reference.pb.go index ea20919032..0ec61f9791 100644 --- a/googleapis/cloud/bigquery/v2/model_reference.pb.go +++ b/googleapis/cloud/bigquery/v2/model_reference.pb.go @@ -38,7 +38,7 @@ func (m *ModelReference) Reset() { *m = ModelReference{} } func (m *ModelReference) String() string { return proto.CompactTextString(m) } func (*ModelReference) ProtoMessage() {} func (*ModelReference) Descriptor() ([]byte, []int) { - return fileDescriptor_model_reference_2a1ed863c0ebf474, []int{0} + return fileDescriptor_model_reference_02ff0d475f40d0ab, []int{0} } func (m *ModelReference) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ModelReference.Unmarshal(m, b) @@ -84,10 +84,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/bigquery/v2/model_reference.proto", fileDescriptor_model_reference_2a1ed863c0ebf474) + proto.RegisterFile("google/cloud/bigquery/v2/model_reference.proto", fileDescriptor_model_reference_02ff0d475f40d0ab) } -var fileDescriptor_model_reference_2a1ed863c0ebf474 = []byte{ +var fileDescriptor_model_reference_02ff0d475f40d0ab = []byte{ // 223 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x90, 0x31, 0x4b, 0xc4, 0x30, 0x14, 0x80, 0x39, 0x05, 0xf5, 0x32, 0x38, 0xd4, 0xa5, 0xca, 0x09, 0xe2, 0xe4, 0x94, 0xc0, 0x39, diff --git a/googleapis/cloud/bigquery/v2/standard_sql.pb.go b/googleapis/cloud/bigquery/v2/standard_sql.pb.go index 95d2833e9b..57ec4b90f6 100644 --- a/googleapis/cloud/bigquery/v2/standard_sql.pb.go +++ b/googleapis/cloud/bigquery/v2/standard_sql.pb.go @@ -91,7 +91,7 @@ func (x StandardSqlDataType_TypeKind) String() string { return proto.EnumName(StandardSqlDataType_TypeKind_name, int32(x)) } func (StandardSqlDataType_TypeKind) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_standard_sql_5c4da24b2fc126a8, []int{0, 0} + return fileDescriptor_standard_sql_f6e17ae27add020e, []int{0, 0} } // The type of a variable, e.g., a function argument. @@ -121,7 +121,7 @@ func (m *StandardSqlDataType) Reset() { *m = StandardSqlDataType{} } func (m *StandardSqlDataType) String() string { return proto.CompactTextString(m) } func (*StandardSqlDataType) ProtoMessage() {} func (*StandardSqlDataType) Descriptor() ([]byte, []int) { - return fileDescriptor_standard_sql_5c4da24b2fc126a8, []int{0} + return fileDescriptor_standard_sql_f6e17ae27add020e, []int{0} } func (m *StandardSqlDataType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StandardSqlDataType.Unmarshal(m, b) @@ -276,7 +276,7 @@ func (m *StandardSqlField) Reset() { *m = StandardSqlField{} } func (m *StandardSqlField) String() string { return proto.CompactTextString(m) } func (*StandardSqlField) ProtoMessage() {} func (*StandardSqlField) Descriptor() ([]byte, []int) { - return fileDescriptor_standard_sql_5c4da24b2fc126a8, []int{1} + return fileDescriptor_standard_sql_f6e17ae27add020e, []int{1} } func (m *StandardSqlField) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StandardSqlField.Unmarshal(m, b) @@ -321,7 +321,7 @@ func (m *StandardSqlStructType) Reset() { *m = StandardSqlStructType{} } func (m *StandardSqlStructType) String() string { return proto.CompactTextString(m) } func (*StandardSqlStructType) ProtoMessage() {} func (*StandardSqlStructType) Descriptor() ([]byte, []int) { - return fileDescriptor_standard_sql_5c4da24b2fc126a8, []int{2} + return fileDescriptor_standard_sql_f6e17ae27add020e, []int{2} } func (m *StandardSqlStructType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StandardSqlStructType.Unmarshal(m, b) @@ -356,10 +356,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/bigquery/v2/standard_sql.proto", fileDescriptor_standard_sql_5c4da24b2fc126a8) + proto.RegisterFile("google/cloud/bigquery/v2/standard_sql.proto", fileDescriptor_standard_sql_f6e17ae27add020e) } -var fileDescriptor_standard_sql_5c4da24b2fc126a8 = []byte{ +var fileDescriptor_standard_sql_f6e17ae27add020e = []byte{ // 491 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0x41, 0x6f, 0xd3, 0x30, 0x14, 0xc7, 0xd7, 0xad, 0xeb, 0xd2, 0x57, 0x40, 0xc6, 0xa3, 0x50, 0xd0, 0x0e, 0x55, 0x4f, 0x15, diff --git a/googleapis/cloud/billing/v1/cloud_billing.pb.go b/googleapis/cloud/billing/v1/cloud_billing.pb.go index 29ff366730..7191e5886e 100644 --- a/googleapis/cloud/billing/v1/cloud_billing.pb.go +++ b/googleapis/cloud/billing/v1/cloud_billing.pb.go @@ -49,7 +49,7 @@ func (m *BillingAccount) Reset() { *m = BillingAccount{} } func (m *BillingAccount) String() string { return proto.CompactTextString(m) } func (*BillingAccount) ProtoMessage() {} func (*BillingAccount) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_billing_7bfd28c684eda53e, []int{0} + return fileDescriptor_cloud_billing_afc96ac7b12ba62e, []int{0} } func (m *BillingAccount) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BillingAccount.Unmarshal(m, b) @@ -120,7 +120,7 @@ func (m *ProjectBillingInfo) Reset() { *m = ProjectBillingInfo{} } func (m *ProjectBillingInfo) String() string { return proto.CompactTextString(m) } func (*ProjectBillingInfo) ProtoMessage() {} func (*ProjectBillingInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_billing_7bfd28c684eda53e, []int{1} + return fileDescriptor_cloud_billing_afc96ac7b12ba62e, []int{1} } func (m *ProjectBillingInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectBillingInfo.Unmarshal(m, b) @@ -182,7 +182,7 @@ func (m *GetBillingAccountRequest) Reset() { *m = GetBillingAccountReque func (m *GetBillingAccountRequest) String() string { return proto.CompactTextString(m) } func (*GetBillingAccountRequest) ProtoMessage() {} func (*GetBillingAccountRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_billing_7bfd28c684eda53e, []int{2} + return fileDescriptor_cloud_billing_afc96ac7b12ba62e, []int{2} } func (m *GetBillingAccountRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetBillingAccountRequest.Unmarshal(m, b) @@ -227,7 +227,7 @@ func (m *ListBillingAccountsRequest) Reset() { *m = ListBillingAccountsR func (m *ListBillingAccountsRequest) String() string { return proto.CompactTextString(m) } func (*ListBillingAccountsRequest) ProtoMessage() {} func (*ListBillingAccountsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_billing_7bfd28c684eda53e, []int{3} + return fileDescriptor_cloud_billing_afc96ac7b12ba62e, []int{3} } func (m *ListBillingAccountsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListBillingAccountsRequest.Unmarshal(m, b) @@ -278,7 +278,7 @@ func (m *ListBillingAccountsResponse) Reset() { *m = ListBillingAccounts func (m *ListBillingAccountsResponse) String() string { return proto.CompactTextString(m) } func (*ListBillingAccountsResponse) ProtoMessage() {} func (*ListBillingAccountsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_billing_7bfd28c684eda53e, []int{4} + return fileDescriptor_cloud_billing_afc96ac7b12ba62e, []int{4} } func (m *ListBillingAccountsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListBillingAccountsResponse.Unmarshal(m, b) @@ -333,7 +333,7 @@ func (m *ListProjectBillingInfoRequest) Reset() { *m = ListProjectBillin func (m *ListProjectBillingInfoRequest) String() string { return proto.CompactTextString(m) } func (*ListProjectBillingInfoRequest) ProtoMessage() {} func (*ListProjectBillingInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_billing_7bfd28c684eda53e, []int{5} + return fileDescriptor_cloud_billing_afc96ac7b12ba62e, []int{5} } func (m *ListProjectBillingInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProjectBillingInfoRequest.Unmarshal(m, b) @@ -392,7 +392,7 @@ func (m *ListProjectBillingInfoResponse) Reset() { *m = ListProjectBilli func (m *ListProjectBillingInfoResponse) String() string { return proto.CompactTextString(m) } func (*ListProjectBillingInfoResponse) ProtoMessage() {} func (*ListProjectBillingInfoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_billing_7bfd28c684eda53e, []int{6} + return fileDescriptor_cloud_billing_afc96ac7b12ba62e, []int{6} } func (m *ListProjectBillingInfoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProjectBillingInfoResponse.Unmarshal(m, b) @@ -440,7 +440,7 @@ func (m *GetProjectBillingInfoRequest) Reset() { *m = GetProjectBillingI func (m *GetProjectBillingInfoRequest) String() string { return proto.CompactTextString(m) } func (*GetProjectBillingInfoRequest) ProtoMessage() {} func (*GetProjectBillingInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_billing_7bfd28c684eda53e, []int{7} + return fileDescriptor_cloud_billing_afc96ac7b12ba62e, []int{7} } func (m *GetProjectBillingInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetProjectBillingInfoRequest.Unmarshal(m, b) @@ -484,7 +484,7 @@ func (m *UpdateProjectBillingInfoRequest) Reset() { *m = UpdateProjectBi func (m *UpdateProjectBillingInfoRequest) String() string { return proto.CompactTextString(m) } func (*UpdateProjectBillingInfoRequest) ProtoMessage() {} func (*UpdateProjectBillingInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_billing_7bfd28c684eda53e, []int{8} + return fileDescriptor_cloud_billing_afc96ac7b12ba62e, []int{8} } func (m *UpdateProjectBillingInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateProjectBillingInfoRequest.Unmarshal(m, b) @@ -821,10 +821,10 @@ var _CloudBilling_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/billing/v1/cloud_billing.proto", fileDescriptor_cloud_billing_7bfd28c684eda53e) + proto.RegisterFile("google/cloud/billing/v1/cloud_billing.proto", fileDescriptor_cloud_billing_afc96ac7b12ba62e) } -var fileDescriptor_cloud_billing_7bfd28c684eda53e = []byte{ +var fileDescriptor_cloud_billing_afc96ac7b12ba62e = []byte{ // 667 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xdd, 0x4e, 0xd4, 0x40, 0x14, 0xce, 0x00, 0x12, 0xf6, 0x80, 0x20, 0x03, 0xe8, 0x66, 0x17, 0x10, 0xea, 0x0f, 0x28, 0xb1, diff --git a/googleapis/cloud/binaryauthorization/v1beta1/resources.pb.go b/googleapis/cloud/binaryauthorization/v1beta1/resources.pb.go index b3d0c40d52..4983ea49ec 100644 --- a/googleapis/cloud/binaryauthorization/v1beta1/resources.pb.go +++ b/googleapis/cloud/binaryauthorization/v1beta1/resources.pb.go @@ -46,7 +46,7 @@ func (x Policy_GlobalPolicyEvaluationMode) String() string { return proto.EnumName(Policy_GlobalPolicyEvaluationMode_name, int32(x)) } func (Policy_GlobalPolicyEvaluationMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_681125b4209c9198, []int{0, 0} + return fileDescriptor_resources_15311d1ac079a106, []int{0, 0} } type AdmissionRule_EvaluationMode int32 @@ -81,7 +81,7 @@ func (x AdmissionRule_EvaluationMode) String() string { return proto.EnumName(AdmissionRule_EvaluationMode_name, int32(x)) } func (AdmissionRule_EvaluationMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_681125b4209c9198, []int{2, 0} + return fileDescriptor_resources_15311d1ac079a106, []int{2, 0} } // Defines the possible actions when a pod creation is denied by an admission @@ -113,7 +113,7 @@ func (x AdmissionRule_EnforcementMode) String() string { return proto.EnumName(AdmissionRule_EnforcementMode_name, int32(x)) } func (AdmissionRule_EnforcementMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_681125b4209c9198, []int{2, 1} + return fileDescriptor_resources_15311d1ac079a106, []int{2, 1} } // Represents a signature algorithm and other information necessary to verify @@ -184,7 +184,7 @@ func (x PkixPublicKey_SignatureAlgorithm) String() string { return proto.EnumName(PkixPublicKey_SignatureAlgorithm_name, int32(x)) } func (PkixPublicKey_SignatureAlgorithm) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_681125b4209c9198, []int{5, 0} + return fileDescriptor_resources_15311d1ac079a106, []int{5, 0} } // A [policy][google.cloud.binaryauthorization.v1beta1.Policy] for container image binary authorization. @@ -225,7 +225,7 @@ func (m *Policy) Reset() { *m = Policy{} } func (m *Policy) String() string { return proto.CompactTextString(m) } func (*Policy) ProtoMessage() {} func (*Policy) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_681125b4209c9198, []int{0} + return fileDescriptor_resources_15311d1ac079a106, []int{0} } func (m *Policy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Policy.Unmarshal(m, b) @@ -310,7 +310,7 @@ func (m *AdmissionWhitelistPattern) Reset() { *m = AdmissionWhitelistPat func (m *AdmissionWhitelistPattern) String() string { return proto.CompactTextString(m) } func (*AdmissionWhitelistPattern) ProtoMessage() {} func (*AdmissionWhitelistPattern) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_681125b4209c9198, []int{1} + return fileDescriptor_resources_15311d1ac079a106, []int{1} } func (m *AdmissionWhitelistPattern) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdmissionWhitelistPattern.Unmarshal(m, b) @@ -367,7 +367,7 @@ func (m *AdmissionRule) Reset() { *m = AdmissionRule{} } func (m *AdmissionRule) String() string { return proto.CompactTextString(m) } func (*AdmissionRule) ProtoMessage() {} func (*AdmissionRule) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_681125b4209c9198, []int{2} + return fileDescriptor_resources_15311d1ac079a106, []int{2} } func (m *AdmissionRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdmissionRule.Unmarshal(m, b) @@ -438,7 +438,7 @@ func (m *Attestor) Reset() { *m = Attestor{} } func (m *Attestor) String() string { return proto.CompactTextString(m) } func (*Attestor) ProtoMessage() {} func (*Attestor) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_681125b4209c9198, []int{3} + return fileDescriptor_resources_15311d1ac079a106, []int{3} } func (m *Attestor) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Attestor.Unmarshal(m, b) @@ -598,7 +598,7 @@ func (m *UserOwnedDrydockNote) Reset() { *m = UserOwnedDrydockNote{} } func (m *UserOwnedDrydockNote) String() string { return proto.CompactTextString(m) } func (*UserOwnedDrydockNote) ProtoMessage() {} func (*UserOwnedDrydockNote) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_681125b4209c9198, []int{4} + return fileDescriptor_resources_15311d1ac079a106, []int{4} } func (m *UserOwnedDrydockNote) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserOwnedDrydockNote.Unmarshal(m, b) @@ -662,7 +662,7 @@ func (m *PkixPublicKey) Reset() { *m = PkixPublicKey{} } func (m *PkixPublicKey) String() string { return proto.CompactTextString(m) } func (*PkixPublicKey) ProtoMessage() {} func (*PkixPublicKey) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_681125b4209c9198, []int{5} + return fileDescriptor_resources_15311d1ac079a106, []int{5} } func (m *PkixPublicKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PkixPublicKey.Unmarshal(m, b) @@ -725,7 +725,7 @@ func (m *AttestorPublicKey) Reset() { *m = AttestorPublicKey{} } func (m *AttestorPublicKey) String() string { return proto.CompactTextString(m) } func (*AttestorPublicKey) ProtoMessage() {} func (*AttestorPublicKey) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_681125b4209c9198, []int{6} + return fileDescriptor_resources_15311d1ac079a106, []int{6} } func (m *AttestorPublicKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AttestorPublicKey.Unmarshal(m, b) @@ -882,10 +882,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/binaryauthorization/v1beta1/resources.proto", fileDescriptor_resources_681125b4209c9198) + proto.RegisterFile("google/cloud/binaryauthorization/v1beta1/resources.proto", fileDescriptor_resources_15311d1ac079a106) } -var fileDescriptor_resources_681125b4209c9198 = []byte{ +var fileDescriptor_resources_15311d1ac079a106 = []byte{ // 1214 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0x5f, 0x73, 0xdb, 0xc4, 0x17, 0x8d, 0x9c, 0x7f, 0xcd, 0x75, 0xe2, 0xb8, 0xdb, 0xe6, 0x17, 0xd7, 0xbf, 0x94, 0x1a, 0x03, diff --git a/googleapis/cloud/binaryauthorization/v1beta1/service.pb.go b/googleapis/cloud/binaryauthorization/v1beta1/service.pb.go index 3b7466badf..cc64b2e014 100644 --- a/googleapis/cloud/binaryauthorization/v1beta1/service.pb.go +++ b/googleapis/cloud/binaryauthorization/v1beta1/service.pb.go @@ -39,7 +39,7 @@ func (m *GetPolicyRequest) Reset() { *m = GetPolicyRequest{} } func (m *GetPolicyRequest) String() string { return proto.CompactTextString(m) } func (*GetPolicyRequest) ProtoMessage() {} func (*GetPolicyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_45b3f63a4fcd0a76, []int{0} + return fileDescriptor_service_416c3c6c0a0ebbdc, []int{0} } func (m *GetPolicyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPolicyRequest.Unmarshal(m, b) @@ -81,7 +81,7 @@ func (m *UpdatePolicyRequest) Reset() { *m = UpdatePolicyRequest{} } func (m *UpdatePolicyRequest) String() string { return proto.CompactTextString(m) } func (*UpdatePolicyRequest) ProtoMessage() {} func (*UpdatePolicyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_45b3f63a4fcd0a76, []int{1} + return fileDescriptor_service_416c3c6c0a0ebbdc, []int{1} } func (m *UpdatePolicyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdatePolicyRequest.Unmarshal(m, b) @@ -127,7 +127,7 @@ func (m *CreateAttestorRequest) Reset() { *m = CreateAttestorRequest{} } func (m *CreateAttestorRequest) String() string { return proto.CompactTextString(m) } func (*CreateAttestorRequest) ProtoMessage() {} func (*CreateAttestorRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_45b3f63a4fcd0a76, []int{2} + return fileDescriptor_service_416c3c6c0a0ebbdc, []int{2} } func (m *CreateAttestorRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateAttestorRequest.Unmarshal(m, b) @@ -182,7 +182,7 @@ func (m *GetAttestorRequest) Reset() { *m = GetAttestorRequest{} } func (m *GetAttestorRequest) String() string { return proto.CompactTextString(m) } func (*GetAttestorRequest) ProtoMessage() {} func (*GetAttestorRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_45b3f63a4fcd0a76, []int{3} + return fileDescriptor_service_416c3c6c0a0ebbdc, []int{3} } func (m *GetAttestorRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAttestorRequest.Unmarshal(m, b) @@ -224,7 +224,7 @@ func (m *UpdateAttestorRequest) Reset() { *m = UpdateAttestorRequest{} } func (m *UpdateAttestorRequest) String() string { return proto.CompactTextString(m) } func (*UpdateAttestorRequest) ProtoMessage() {} func (*UpdateAttestorRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_45b3f63a4fcd0a76, []int{4} + return fileDescriptor_service_416c3c6c0a0ebbdc, []int{4} } func (m *UpdateAttestorRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateAttestorRequest.Unmarshal(m, b) @@ -272,7 +272,7 @@ func (m *ListAttestorsRequest) Reset() { *m = ListAttestorsRequest{} } func (m *ListAttestorsRequest) String() string { return proto.CompactTextString(m) } func (*ListAttestorsRequest) ProtoMessage() {} func (*ListAttestorsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_45b3f63a4fcd0a76, []int{5} + return fileDescriptor_service_416c3c6c0a0ebbdc, []int{5} } func (m *ListAttestorsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAttestorsRequest.Unmarshal(m, b) @@ -330,7 +330,7 @@ func (m *ListAttestorsResponse) Reset() { *m = ListAttestorsResponse{} } func (m *ListAttestorsResponse) String() string { return proto.CompactTextString(m) } func (*ListAttestorsResponse) ProtoMessage() {} func (*ListAttestorsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_service_45b3f63a4fcd0a76, []int{6} + return fileDescriptor_service_416c3c6c0a0ebbdc, []int{6} } func (m *ListAttestorsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAttestorsResponse.Unmarshal(m, b) @@ -378,7 +378,7 @@ func (m *DeleteAttestorRequest) Reset() { *m = DeleteAttestorRequest{} } func (m *DeleteAttestorRequest) String() string { return proto.CompactTextString(m) } func (*DeleteAttestorRequest) ProtoMessage() {} func (*DeleteAttestorRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_45b3f63a4fcd0a76, []int{7} + return fileDescriptor_service_416c3c6c0a0ebbdc, []int{7} } func (m *DeleteAttestorRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteAttestorRequest.Unmarshal(m, b) @@ -725,10 +725,10 @@ var _BinauthzManagementServiceV1Beta1_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/binaryauthorization/v1beta1/service.proto", fileDescriptor_service_45b3f63a4fcd0a76) + proto.RegisterFile("google/cloud/binaryauthorization/v1beta1/service.proto", fileDescriptor_service_416c3c6c0a0ebbdc) } -var fileDescriptor_service_45b3f63a4fcd0a76 = []byte{ +var fileDescriptor_service_416c3c6c0a0ebbdc = []byte{ // 701 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0xcf, 0x4f, 0x13, 0x41, 0x14, 0xc7, 0x33, 0xa0, 0x84, 0x3e, 0x04, 0xcd, 0x68, 0x49, 0xb3, 0x68, 0xc4, 0x35, 0x69, 0x2a, diff --git a/googleapis/cloud/datacatalog/v1beta1/datacatalog.pb.go b/googleapis/cloud/datacatalog/v1beta1/datacatalog.pb.go index f549c7e6dc..c851853988 100644 --- a/googleapis/cloud/datacatalog/v1beta1/datacatalog.pb.go +++ b/googleapis/cloud/datacatalog/v1beta1/datacatalog.pb.go @@ -53,7 +53,7 @@ func (x EntryType) String() string { return proto.EnumName(EntryType_name, int32(x)) } func (EntryType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_datacatalog_4d76c63f2f954384, []int{0} + return fileDescriptor_datacatalog_2e06be1501804d5c, []int{0} } // Request message for @@ -75,7 +75,7 @@ func (m *LookupEntryRequest) Reset() { *m = LookupEntryRequest{} } func (m *LookupEntryRequest) String() string { return proto.CompactTextString(m) } func (*LookupEntryRequest) ProtoMessage() {} func (*LookupEntryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datacatalog_4d76c63f2f954384, []int{0} + return fileDescriptor_datacatalog_2e06be1501804d5c, []int{0} } func (m *LookupEntryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LookupEntryRequest.Unmarshal(m, b) @@ -247,7 +247,7 @@ func (m *Entry) Reset() { *m = Entry{} } func (m *Entry) String() string { return proto.CompactTextString(m) } func (*Entry) ProtoMessage() {} func (*Entry) Descriptor() ([]byte, []int) { - return fileDescriptor_datacatalog_4d76c63f2f954384, []int{1} + return fileDescriptor_datacatalog_2e06be1501804d5c, []int{1} } func (m *Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Entry.Unmarshal(m, b) @@ -480,10 +480,10 @@ var _DataCatalog_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/datacatalog/v1beta1/datacatalog.proto", fileDescriptor_datacatalog_4d76c63f2f954384) + proto.RegisterFile("google/cloud/datacatalog/v1beta1/datacatalog.proto", fileDescriptor_datacatalog_2e06be1501804d5c) } -var fileDescriptor_datacatalog_4d76c63f2f954384 = []byte{ +var fileDescriptor_datacatalog_2e06be1501804d5c = []byte{ // 563 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0x4d, 0x6f, 0xd3, 0x40, 0x10, 0x8d, 0xf3, 0x51, 0x94, 0x75, 0x68, 0xc3, 0x22, 0x15, 0x13, 0x55, 0x22, 0x84, 0x43, 0x03, diff --git a/googleapis/cloud/datacatalog/v1beta1/schema.pb.go b/googleapis/cloud/datacatalog/v1beta1/schema.pb.go index e229366b93..35cb06edb2 100644 --- a/googleapis/cloud/datacatalog/v1beta1/schema.pb.go +++ b/googleapis/cloud/datacatalog/v1beta1/schema.pb.go @@ -32,7 +32,7 @@ func (m *Schema) Reset() { *m = Schema{} } func (m *Schema) String() string { return proto.CompactTextString(m) } func (*Schema) ProtoMessage() {} func (*Schema) Descriptor() ([]byte, []int) { - return fileDescriptor_schema_3cda8417f7d2d075, []int{0} + return fileDescriptor_schema_be14e9cb1c70fc2b, []int{0} } func (m *Schema) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Schema.Unmarshal(m, b) @@ -83,7 +83,7 @@ func (m *ColumnSchema) Reset() { *m = ColumnSchema{} } func (m *ColumnSchema) String() string { return proto.CompactTextString(m) } func (*ColumnSchema) ProtoMessage() {} func (*ColumnSchema) Descriptor() ([]byte, []int) { - return fileDescriptor_schema_3cda8417f7d2d075, []int{1} + return fileDescriptor_schema_be14e9cb1c70fc2b, []int{1} } func (m *ColumnSchema) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ColumnSchema.Unmarshal(m, b) @@ -144,10 +144,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/datacatalog/v1beta1/schema.proto", fileDescriptor_schema_3cda8417f7d2d075) + proto.RegisterFile("google/cloud/datacatalog/v1beta1/schema.proto", fileDescriptor_schema_be14e9cb1c70fc2b) } -var fileDescriptor_schema_3cda8417f7d2d075 = []byte{ +var fileDescriptor_schema_be14e9cb1c70fc2b = []byte{ // 251 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x91, 0x31, 0x4b, 0x04, 0x31, 0x10, 0x85, 0xc9, 0x9d, 0xec, 0xe1, 0x9c, 0x55, 0x0a, 0x49, 0x61, 0xb1, 0x5c, 0x75, 0x8d, 0x09, diff --git a/googleapis/cloud/datacatalog/v1beta1/table_spec.pb.go b/googleapis/cloud/datacatalog/v1beta1/table_spec.pb.go index b4853e2863..30d9f987f4 100644 --- a/googleapis/cloud/datacatalog/v1beta1/table_spec.pb.go +++ b/googleapis/cloud/datacatalog/v1beta1/table_spec.pb.go @@ -45,7 +45,7 @@ func (x TableSourceType) String() string { return proto.EnumName(TableSourceType_name, int32(x)) } func (TableSourceType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_table_spec_ee8c5c4791953ab0, []int{0} + return fileDescriptor_table_spec_345702233622a222, []int{0} } // Describes a BigQuery table. @@ -64,7 +64,7 @@ func (m *BigQueryTableSpec) Reset() { *m = BigQueryTableSpec{} } func (m *BigQueryTableSpec) String() string { return proto.CompactTextString(m) } func (*BigQueryTableSpec) ProtoMessage() {} func (*BigQueryTableSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_table_spec_ee8c5c4791953ab0, []int{0} + return fileDescriptor_table_spec_345702233622a222, []int{0} } func (m *BigQueryTableSpec) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BigQueryTableSpec.Unmarshal(m, b) @@ -111,7 +111,7 @@ func (m *ViewSpec) Reset() { *m = ViewSpec{} } func (m *ViewSpec) String() string { return proto.CompactTextString(m) } func (*ViewSpec) ProtoMessage() {} func (*ViewSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_table_spec_ee8c5c4791953ab0, []int{1} + return fileDescriptor_table_spec_345702233622a222, []int{1} } func (m *ViewSpec) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ViewSpec.Unmarshal(m, b) @@ -145,10 +145,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/datacatalog/v1beta1/table_spec.proto", fileDescriptor_table_spec_ee8c5c4791953ab0) + proto.RegisterFile("google/cloud/datacatalog/v1beta1/table_spec.proto", fileDescriptor_table_spec_345702233622a222) } -var fileDescriptor_table_spec_ee8c5c4791953ab0 = []byte{ +var fileDescriptor_table_spec_345702233622a222 = []byte{ // 319 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xcf, 0x4b, 0x02, 0x41, 0x14, 0xc7, 0x1b, 0xa1, 0xd0, 0x89, 0xfc, 0x31, 0x27, 0x0f, 0x09, 0xe6, 0xc9, 0x3c, 0xcc, 0xb2, diff --git a/googleapis/cloud/datacatalog/v1beta1/timestamps.pb.go b/googleapis/cloud/datacatalog/v1beta1/timestamps.pb.go index 66b3a2b5a3..241e5a20ad 100644 --- a/googleapis/cloud/datacatalog/v1beta1/timestamps.pb.go +++ b/googleapis/cloud/datacatalog/v1beta1/timestamps.pb.go @@ -37,7 +37,7 @@ func (m *SystemTimestamps) Reset() { *m = SystemTimestamps{} } func (m *SystemTimestamps) String() string { return proto.CompactTextString(m) } func (*SystemTimestamps) ProtoMessage() {} func (*SystemTimestamps) Descriptor() ([]byte, []int) { - return fileDescriptor_timestamps_2c433979acbcfbeb, []int{0} + return fileDescriptor_timestamps_d8e8b54cbb1fb3a6, []int{0} } func (m *SystemTimestamps) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemTimestamps.Unmarshal(m, b) @@ -83,10 +83,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/datacatalog/v1beta1/timestamps.proto", fileDescriptor_timestamps_2c433979acbcfbeb) + proto.RegisterFile("google/cloud/datacatalog/v1beta1/timestamps.proto", fileDescriptor_timestamps_d8e8b54cbb1fb3a6) } -var fileDescriptor_timestamps_2c433979acbcfbeb = []byte{ +var fileDescriptor_timestamps_d8e8b54cbb1fb3a6 = []byte{ // 229 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0xd1, 0x3f, 0x4b, 0x03, 0x41, 0x10, 0x05, 0x70, 0x56, 0xc1, 0x62, 0xd3, 0x48, 0x2a, 0x09, 0x82, 0xc1, 0xca, 0x6a, 0x96, 0xd3, diff --git a/googleapis/cloud/datalabeling/v1beta1/annotation.pb.go b/googleapis/cloud/datalabeling/v1beta1/annotation.pb.go index 50e7416c12..1c45041a3b 100644 --- a/googleapis/cloud/datalabeling/v1beta1/annotation.pb.go +++ b/googleapis/cloud/datalabeling/v1beta1/annotation.pb.go @@ -44,7 +44,7 @@ func (x AnnotationSource) String() string { return proto.EnumName(AnnotationSource_name, int32(x)) } func (AnnotationSource) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{0} + return fileDescriptor_annotation_7e34849fb820a58f, []int{0} } type AnnotationSentiment int32 @@ -72,7 +72,7 @@ func (x AnnotationSentiment) String() string { return proto.EnumName(AnnotationSentiment_name, int32(x)) } func (AnnotationSentiment) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{1} + return fileDescriptor_annotation_7e34849fb820a58f, []int{1} } type AnnotationType int32 @@ -145,7 +145,7 @@ func (x AnnotationType) String() string { return proto.EnumName(AnnotationType_name, int32(x)) } func (AnnotationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{2} + return fileDescriptor_annotation_7e34849fb820a58f, []int{2} } // Annotation for Example. Each example may have one or more annotations. For @@ -175,7 +175,7 @@ func (m *Annotation) Reset() { *m = Annotation{} } func (m *Annotation) String() string { return proto.CompactTextString(m) } func (*Annotation) ProtoMessage() {} func (*Annotation) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{0} + return fileDescriptor_annotation_7e34849fb820a58f, []int{0} } func (m *Annotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Annotation.Unmarshal(m, b) @@ -252,7 +252,7 @@ func (m *AnnotationValue) Reset() { *m = AnnotationValue{} } func (m *AnnotationValue) String() string { return proto.CompactTextString(m) } func (*AnnotationValue) ProtoMessage() {} func (*AnnotationValue) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{1} + return fileDescriptor_annotation_7e34849fb820a58f, []int{1} } func (m *AnnotationValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotationValue.Unmarshal(m, b) @@ -620,7 +620,7 @@ func (m *ImageClassificationAnnotation) Reset() { *m = ImageClassificati func (m *ImageClassificationAnnotation) String() string { return proto.CompactTextString(m) } func (*ImageClassificationAnnotation) ProtoMessage() {} func (*ImageClassificationAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{2} + return fileDescriptor_annotation_7e34849fb820a58f, []int{2} } func (m *ImageClassificationAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageClassificationAnnotation.Unmarshal(m, b) @@ -663,7 +663,7 @@ func (m *Vertex) Reset() { *m = Vertex{} } func (m *Vertex) String() string { return proto.CompactTextString(m) } func (*Vertex) ProtoMessage() {} func (*Vertex) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{3} + return fileDescriptor_annotation_7e34849fb820a58f, []int{3} } func (m *Vertex) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Vertex.Unmarshal(m, b) @@ -714,7 +714,7 @@ func (m *NormalizedVertex) Reset() { *m = NormalizedVertex{} } func (m *NormalizedVertex) String() string { return proto.CompactTextString(m) } func (*NormalizedVertex) ProtoMessage() {} func (*NormalizedVertex) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{4} + return fileDescriptor_annotation_7e34849fb820a58f, []int{4} } func (m *NormalizedVertex) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedVertex.Unmarshal(m, b) @@ -761,7 +761,7 @@ func (m *BoundingPoly) Reset() { *m = BoundingPoly{} } func (m *BoundingPoly) String() string { return proto.CompactTextString(m) } func (*BoundingPoly) ProtoMessage() {} func (*BoundingPoly) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{5} + return fileDescriptor_annotation_7e34849fb820a58f, []int{5} } func (m *BoundingPoly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BoundingPoly.Unmarshal(m, b) @@ -801,7 +801,7 @@ func (m *NormalizedBoundingPoly) Reset() { *m = NormalizedBoundingPoly{} func (m *NormalizedBoundingPoly) String() string { return proto.CompactTextString(m) } func (*NormalizedBoundingPoly) ProtoMessage() {} func (*NormalizedBoundingPoly) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{6} + return fileDescriptor_annotation_7e34849fb820a58f, []int{6} } func (m *NormalizedBoundingPoly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedBoundingPoly.Unmarshal(m, b) @@ -849,7 +849,7 @@ func (m *ImageBoundingPolyAnnotation) Reset() { *m = ImageBoundingPolyAn func (m *ImageBoundingPolyAnnotation) String() string { return proto.CompactTextString(m) } func (*ImageBoundingPolyAnnotation) ProtoMessage() {} func (*ImageBoundingPolyAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{7} + return fileDescriptor_annotation_7e34849fb820a58f, []int{7} } func (m *ImageBoundingPolyAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageBoundingPolyAnnotation.Unmarshal(m, b) @@ -1001,7 +1001,7 @@ func (m *Polyline) Reset() { *m = Polyline{} } func (m *Polyline) String() string { return proto.CompactTextString(m) } func (*Polyline) ProtoMessage() {} func (*Polyline) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{8} + return fileDescriptor_annotation_7e34849fb820a58f, []int{8} } func (m *Polyline) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Polyline.Unmarshal(m, b) @@ -1041,7 +1041,7 @@ func (m *NormalizedPolyline) Reset() { *m = NormalizedPolyline{} } func (m *NormalizedPolyline) String() string { return proto.CompactTextString(m) } func (*NormalizedPolyline) ProtoMessage() {} func (*NormalizedPolyline) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{9} + return fileDescriptor_annotation_7e34849fb820a58f, []int{9} } func (m *NormalizedPolyline) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedPolyline.Unmarshal(m, b) @@ -1085,7 +1085,7 @@ func (m *ImagePolylineAnnotation) Reset() { *m = ImagePolylineAnnotation func (m *ImagePolylineAnnotation) String() string { return proto.CompactTextString(m) } func (*ImagePolylineAnnotation) ProtoMessage() {} func (*ImagePolylineAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{10} + return fileDescriptor_annotation_7e34849fb820a58f, []int{10} } func (m *ImagePolylineAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImagePolylineAnnotation.Unmarshal(m, b) @@ -1242,7 +1242,7 @@ func (m *ImageSegmentationAnnotation) Reset() { *m = ImageSegmentationAn func (m *ImageSegmentationAnnotation) String() string { return proto.CompactTextString(m) } func (*ImageSegmentationAnnotation) ProtoMessage() {} func (*ImageSegmentationAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{11} + return fileDescriptor_annotation_7e34849fb820a58f, []int{11} } func (m *ImageSegmentationAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageSegmentationAnnotation.Unmarshal(m, b) @@ -1296,7 +1296,7 @@ func (m *TextClassificationAnnotation) Reset() { *m = TextClassification func (m *TextClassificationAnnotation) String() string { return proto.CompactTextString(m) } func (*TextClassificationAnnotation) ProtoMessage() {} func (*TextClassificationAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{12} + return fileDescriptor_annotation_7e34849fb820a58f, []int{12} } func (m *TextClassificationAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextClassificationAnnotation.Unmarshal(m, b) @@ -1340,7 +1340,7 @@ func (m *TimeSegment) Reset() { *m = TimeSegment{} } func (m *TimeSegment) String() string { return proto.CompactTextString(m) } func (*TimeSegment) ProtoMessage() {} func (*TimeSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{13} + return fileDescriptor_annotation_7e34849fb820a58f, []int{13} } func (m *TimeSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimeSegment.Unmarshal(m, b) @@ -1389,7 +1389,7 @@ func (m *VideoClassificationAnnotation) Reset() { *m = VideoClassificati func (m *VideoClassificationAnnotation) String() string { return proto.CompactTextString(m) } func (*VideoClassificationAnnotation) ProtoMessage() {} func (*VideoClassificationAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{14} + return fileDescriptor_annotation_7e34849fb820a58f, []int{14} } func (m *VideoClassificationAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoClassificationAnnotation.Unmarshal(m, b) @@ -1442,7 +1442,7 @@ func (m *ObjectTrackingFrame) Reset() { *m = ObjectTrackingFrame{} } func (m *ObjectTrackingFrame) String() string { return proto.CompactTextString(m) } func (*ObjectTrackingFrame) ProtoMessage() {} func (*ObjectTrackingFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{15} + return fileDescriptor_annotation_7e34849fb820a58f, []int{15} } func (m *ObjectTrackingFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ObjectTrackingFrame.Unmarshal(m, b) @@ -1597,7 +1597,7 @@ func (m *VideoObjectTrackingAnnotation) Reset() { *m = VideoObjectTracki func (m *VideoObjectTrackingAnnotation) String() string { return proto.CompactTextString(m) } func (*VideoObjectTrackingAnnotation) ProtoMessage() {} func (*VideoObjectTrackingAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{16} + return fileDescriptor_annotation_7e34849fb820a58f, []int{16} } func (m *VideoObjectTrackingAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoObjectTrackingAnnotation.Unmarshal(m, b) @@ -1653,7 +1653,7 @@ func (m *VideoEventAnnotation) Reset() { *m = VideoEventAnnotation{} } func (m *VideoEventAnnotation) String() string { return proto.CompactTextString(m) } func (*VideoEventAnnotation) ProtoMessage() {} func (*VideoEventAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{17} + return fileDescriptor_annotation_7e34849fb820a58f, []int{17} } func (m *VideoEventAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoEventAnnotation.Unmarshal(m, b) @@ -1704,7 +1704,7 @@ func (m *AudioRecognitionAnnotation) Reset() { *m = AudioRecognitionAnno func (m *AudioRecognitionAnnotation) String() string { return proto.CompactTextString(m) } func (*AudioRecognitionAnnotation) ProtoMessage() {} func (*AudioRecognitionAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{18} + return fileDescriptor_annotation_7e34849fb820a58f, []int{18} } func (m *AudioRecognitionAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AudioRecognitionAnnotation.Unmarshal(m, b) @@ -1758,7 +1758,7 @@ func (m *AnnotationMetadata) Reset() { *m = AnnotationMetadata{} } func (m *AnnotationMetadata) String() string { return proto.CompactTextString(m) } func (*AnnotationMetadata) ProtoMessage() {} func (*AnnotationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{19} + return fileDescriptor_annotation_7e34849fb820a58f, []int{19} } func (m *AnnotationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotationMetadata.Unmarshal(m, b) @@ -1805,7 +1805,7 @@ func (m *OperatorMetadata) Reset() { *m = OperatorMetadata{} } func (m *OperatorMetadata) String() string { return proto.CompactTextString(m) } func (*OperatorMetadata) ProtoMessage() {} func (*OperatorMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_1df8bdb649b04239, []int{20} + return fileDescriptor_annotation_7e34849fb820a58f, []int{20} } func (m *OperatorMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperatorMetadata.Unmarshal(m, b) @@ -1882,10 +1882,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/datalabeling/v1beta1/annotation.proto", fileDescriptor_annotation_1df8bdb649b04239) + proto.RegisterFile("google/cloud/datalabeling/v1beta1/annotation.proto", fileDescriptor_annotation_7e34849fb820a58f) } -var fileDescriptor_annotation_1df8bdb649b04239 = []byte{ +var fileDescriptor_annotation_7e34849fb820a58f = []byte{ // 1630 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0xdd, 0x6f, 0xdb, 0x46, 0x12, 0x37, 0x29, 0xdb, 0x91, 0x47, 0x8a, 0xad, 0xac, 0x7d, 0x8e, 0x22, 0x7f, 0x46, 0x97, 0x1c, diff --git a/googleapis/cloud/datalabeling/v1beta1/annotation_spec_set.pb.go b/googleapis/cloud/datalabeling/v1beta1/annotation_spec_set.pb.go index 4126b65a7e..8bfbf536f4 100644 --- a/googleapis/cloud/datalabeling/v1beta1/annotation_spec_set.pb.go +++ b/googleapis/cloud/datalabeling/v1beta1/annotation_spec_set.pb.go @@ -44,7 +44,7 @@ func (m *AnnotationSpecSet) Reset() { *m = AnnotationSpecSet{} } func (m *AnnotationSpecSet) String() string { return proto.CompactTextString(m) } func (*AnnotationSpecSet) ProtoMessage() {} func (*AnnotationSpecSet) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_spec_set_147abcb702d5b987, []int{0} + return fileDescriptor_annotation_spec_set_b6f42ddbc1614a11, []int{0} } func (m *AnnotationSpecSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotationSpecSet.Unmarshal(m, b) @@ -108,7 +108,7 @@ func (m *AnnotationSpec) Reset() { *m = AnnotationSpec{} } func (m *AnnotationSpec) String() string { return proto.CompactTextString(m) } func (*AnnotationSpec) ProtoMessage() {} func (*AnnotationSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_annotation_spec_set_147abcb702d5b987, []int{1} + return fileDescriptor_annotation_spec_set_b6f42ddbc1614a11, []int{1} } func (m *AnnotationSpec) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotationSpec.Unmarshal(m, b) @@ -148,10 +148,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/datalabeling/v1beta1/annotation_spec_set.proto", fileDescriptor_annotation_spec_set_147abcb702d5b987) + proto.RegisterFile("google/cloud/datalabeling/v1beta1/annotation_spec_set.proto", fileDescriptor_annotation_spec_set_b6f42ddbc1614a11) } -var fileDescriptor_annotation_spec_set_147abcb702d5b987 = []byte{ +var fileDescriptor_annotation_spec_set_b6f42ddbc1614a11 = []byte{ // 268 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0x5f, 0x4b, 0xc3, 0x30, 0x14, 0xc5, 0xe9, 0x36, 0x04, 0x33, 0xf1, 0x4f, 0x9f, 0x8a, 0xf8, 0xd0, 0x0d, 0x84, 0x3d, 0x25, diff --git a/googleapis/cloud/datalabeling/v1beta1/data_labeling_service.pb.go b/googleapis/cloud/datalabeling/v1beta1/data_labeling_service.pb.go index c9e37687b5..f5be7dd92c 100644 --- a/googleapis/cloud/datalabeling/v1beta1/data_labeling_service.pb.go +++ b/googleapis/cloud/datalabeling/v1beta1/data_labeling_service.pb.go @@ -73,7 +73,7 @@ func (x LabelImageRequest_Feature) String() string { return proto.EnumName(LabelImageRequest_Feature_name, int32(x)) } func (LabelImageRequest_Feature) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{14, 0} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{14, 0} } // Video labeling task feature. @@ -110,7 +110,7 @@ func (x LabelVideoRequest_Feature) String() string { return proto.EnumName(LabelVideoRequest_Feature_name, int32(x)) } func (LabelVideoRequest_Feature) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{15, 0} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{15, 0} } // Text labeling task feature. @@ -139,7 +139,7 @@ func (x LabelTextRequest_Feature) String() string { return proto.EnumName(LabelTextRequest_Feature_name, int32(x)) } func (LabelTextRequest_Feature) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{16, 0} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{16, 0} } // Audio labeling task feature. @@ -164,7 +164,7 @@ func (x LabelAudioRequest_Feature) String() string { return proto.EnumName(LabelAudioRequest_Feature_name, int32(x)) } func (LabelAudioRequest_Feature) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{17, 0} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{17, 0} } // Request message for CreateDataset. @@ -183,7 +183,7 @@ func (m *CreateDatasetRequest) Reset() { *m = CreateDatasetRequest{} } func (m *CreateDatasetRequest) String() string { return proto.CompactTextString(m) } func (*CreateDatasetRequest) ProtoMessage() {} func (*CreateDatasetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{0} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{0} } func (m *CreateDatasetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateDatasetRequest.Unmarshal(m, b) @@ -231,7 +231,7 @@ func (m *GetDatasetRequest) Reset() { *m = GetDatasetRequest{} } func (m *GetDatasetRequest) String() string { return proto.CompactTextString(m) } func (*GetDatasetRequest) ProtoMessage() {} func (*GetDatasetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{1} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{1} } func (m *GetDatasetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDatasetRequest.Unmarshal(m, b) @@ -283,7 +283,7 @@ func (m *ListDatasetsRequest) Reset() { *m = ListDatasetsRequest{} } func (m *ListDatasetsRequest) String() string { return proto.CompactTextString(m) } func (*ListDatasetsRequest) ProtoMessage() {} func (*ListDatasetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{2} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{2} } func (m *ListDatasetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDatasetsRequest.Unmarshal(m, b) @@ -346,7 +346,7 @@ func (m *ListDatasetsResponse) Reset() { *m = ListDatasetsResponse{} } func (m *ListDatasetsResponse) String() string { return proto.CompactTextString(m) } func (*ListDatasetsResponse) ProtoMessage() {} func (*ListDatasetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{3} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{3} } func (m *ListDatasetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDatasetsResponse.Unmarshal(m, b) @@ -394,7 +394,7 @@ func (m *DeleteDatasetRequest) Reset() { *m = DeleteDatasetRequest{} } func (m *DeleteDatasetRequest) String() string { return proto.CompactTextString(m) } func (*DeleteDatasetRequest) ProtoMessage() {} func (*DeleteDatasetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{4} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{4} } func (m *DeleteDatasetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteDatasetRequest.Unmarshal(m, b) @@ -437,7 +437,7 @@ func (m *ImportDataRequest) Reset() { *m = ImportDataRequest{} } func (m *ImportDataRequest) String() string { return proto.CompactTextString(m) } func (*ImportDataRequest) ProtoMessage() {} func (*ImportDataRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{5} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{5} } func (m *ImportDataRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportDataRequest.Unmarshal(m, b) @@ -495,7 +495,7 @@ func (m *ExportDataRequest) Reset() { *m = ExportDataRequest{} } func (m *ExportDataRequest) String() string { return proto.CompactTextString(m) } func (*ExportDataRequest) ProtoMessage() {} func (*ExportDataRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{6} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{6} } func (m *ExportDataRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportDataRequest.Unmarshal(m, b) @@ -557,7 +557,7 @@ func (m *GetDataItemRequest) Reset() { *m = GetDataItemRequest{} } func (m *GetDataItemRequest) String() string { return proto.CompactTextString(m) } func (*GetDataItemRequest) ProtoMessage() {} func (*GetDataItemRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{7} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{7} } func (m *GetDataItemRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDataItemRequest.Unmarshal(m, b) @@ -609,7 +609,7 @@ func (m *ListDataItemsRequest) Reset() { *m = ListDataItemsRequest{} } func (m *ListDataItemsRequest) String() string { return proto.CompactTextString(m) } func (*ListDataItemsRequest) ProtoMessage() {} func (*ListDataItemsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{8} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{8} } func (m *ListDataItemsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDataItemsRequest.Unmarshal(m, b) @@ -672,7 +672,7 @@ func (m *ListDataItemsResponse) Reset() { *m = ListDataItemsResponse{} } func (m *ListDataItemsResponse) String() string { return proto.CompactTextString(m) } func (*ListDataItemsResponse) ProtoMessage() {} func (*ListDataItemsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{9} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{9} } func (m *ListDataItemsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDataItemsResponse.Unmarshal(m, b) @@ -721,7 +721,7 @@ func (m *GetAnnotatedDatasetRequest) Reset() { *m = GetAnnotatedDatasetR func (m *GetAnnotatedDatasetRequest) String() string { return proto.CompactTextString(m) } func (*GetAnnotatedDatasetRequest) ProtoMessage() {} func (*GetAnnotatedDatasetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{10} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{10} } func (m *GetAnnotatedDatasetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAnnotatedDatasetRequest.Unmarshal(m, b) @@ -773,7 +773,7 @@ func (m *ListAnnotatedDatasetsRequest) Reset() { *m = ListAnnotatedDatas func (m *ListAnnotatedDatasetsRequest) String() string { return proto.CompactTextString(m) } func (*ListAnnotatedDatasetsRequest) ProtoMessage() {} func (*ListAnnotatedDatasetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{11} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{11} } func (m *ListAnnotatedDatasetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAnnotatedDatasetsRequest.Unmarshal(m, b) @@ -836,7 +836,7 @@ func (m *DeleteAnnotatedDatasetRequest) Reset() { *m = DeleteAnnotatedDa func (m *DeleteAnnotatedDatasetRequest) String() string { return proto.CompactTextString(m) } func (*DeleteAnnotatedDatasetRequest) ProtoMessage() {} func (*DeleteAnnotatedDatasetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{12} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{12} } func (m *DeleteAnnotatedDatasetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteAnnotatedDatasetRequest.Unmarshal(m, b) @@ -878,7 +878,7 @@ func (m *ListAnnotatedDatasetsResponse) Reset() { *m = ListAnnotatedData func (m *ListAnnotatedDatasetsResponse) String() string { return proto.CompactTextString(m) } func (*ListAnnotatedDatasetsResponse) ProtoMessage() {} func (*ListAnnotatedDatasetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{13} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{13} } func (m *ListAnnotatedDatasetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAnnotatedDatasetsResponse.Unmarshal(m, b) @@ -939,7 +939,7 @@ func (m *LabelImageRequest) Reset() { *m = LabelImageRequest{} } func (m *LabelImageRequest) String() string { return proto.CompactTextString(m) } func (*LabelImageRequest) ProtoMessage() {} func (*LabelImageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{14} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{14} } func (m *LabelImageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelImageRequest.Unmarshal(m, b) @@ -1182,7 +1182,7 @@ func (m *LabelVideoRequest) Reset() { *m = LabelVideoRequest{} } func (m *LabelVideoRequest) String() string { return proto.CompactTextString(m) } func (*LabelVideoRequest) ProtoMessage() {} func (*LabelVideoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{15} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{15} } func (m *LabelVideoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelVideoRequest.Unmarshal(m, b) @@ -1423,7 +1423,7 @@ func (m *LabelTextRequest) Reset() { *m = LabelTextRequest{} } func (m *LabelTextRequest) String() string { return proto.CompactTextString(m) } func (*LabelTextRequest) ProtoMessage() {} func (*LabelTextRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{16} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{16} } func (m *LabelTextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelTextRequest.Unmarshal(m, b) @@ -1593,7 +1593,7 @@ func (m *LabelAudioRequest) Reset() { *m = LabelAudioRequest{} } func (m *LabelAudioRequest) String() string { return proto.CompactTextString(m) } func (*LabelAudioRequest) ProtoMessage() {} func (*LabelAudioRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{17} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{17} } func (m *LabelAudioRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelAudioRequest.Unmarshal(m, b) @@ -1653,7 +1653,7 @@ func (m *GetExampleRequest) Reset() { *m = GetExampleRequest{} } func (m *GetExampleRequest) String() string { return proto.CompactTextString(m) } func (*GetExampleRequest) ProtoMessage() {} func (*GetExampleRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{18} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{18} } func (m *GetExampleRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetExampleRequest.Unmarshal(m, b) @@ -1714,7 +1714,7 @@ func (m *ListExamplesRequest) Reset() { *m = ListExamplesRequest{} } func (m *ListExamplesRequest) String() string { return proto.CompactTextString(m) } func (*ListExamplesRequest) ProtoMessage() {} func (*ListExamplesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{19} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{19} } func (m *ListExamplesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListExamplesRequest.Unmarshal(m, b) @@ -1777,7 +1777,7 @@ func (m *ListExamplesResponse) Reset() { *m = ListExamplesResponse{} } func (m *ListExamplesResponse) String() string { return proto.CompactTextString(m) } func (*ListExamplesResponse) ProtoMessage() {} func (*ListExamplesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{20} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{20} } func (m *ListExamplesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListExamplesResponse.Unmarshal(m, b) @@ -1829,7 +1829,7 @@ func (m *CreateAnnotationSpecSetRequest) Reset() { *m = CreateAnnotation func (m *CreateAnnotationSpecSetRequest) String() string { return proto.CompactTextString(m) } func (*CreateAnnotationSpecSetRequest) ProtoMessage() {} func (*CreateAnnotationSpecSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{21} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{21} } func (m *CreateAnnotationSpecSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateAnnotationSpecSetRequest.Unmarshal(m, b) @@ -1877,7 +1877,7 @@ func (m *GetAnnotationSpecSetRequest) Reset() { *m = GetAnnotationSpecSe func (m *GetAnnotationSpecSetRequest) String() string { return proto.CompactTextString(m) } func (*GetAnnotationSpecSetRequest) ProtoMessage() {} func (*GetAnnotationSpecSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{22} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{22} } func (m *GetAnnotationSpecSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAnnotationSpecSetRequest.Unmarshal(m, b) @@ -1929,7 +1929,7 @@ func (m *ListAnnotationSpecSetsRequest) Reset() { *m = ListAnnotationSpe func (m *ListAnnotationSpecSetsRequest) String() string { return proto.CompactTextString(m) } func (*ListAnnotationSpecSetsRequest) ProtoMessage() {} func (*ListAnnotationSpecSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{23} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{23} } func (m *ListAnnotationSpecSetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAnnotationSpecSetsRequest.Unmarshal(m, b) @@ -1992,7 +1992,7 @@ func (m *ListAnnotationSpecSetsResponse) Reset() { *m = ListAnnotationSp func (m *ListAnnotationSpecSetsResponse) String() string { return proto.CompactTextString(m) } func (*ListAnnotationSpecSetsResponse) ProtoMessage() {} func (*ListAnnotationSpecSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{24} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{24} } func (m *ListAnnotationSpecSetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAnnotationSpecSetsResponse.Unmarshal(m, b) @@ -2040,7 +2040,7 @@ func (m *DeleteAnnotationSpecSetRequest) Reset() { *m = DeleteAnnotation func (m *DeleteAnnotationSpecSetRequest) String() string { return proto.CompactTextString(m) } func (*DeleteAnnotationSpecSetRequest) ProtoMessage() {} func (*DeleteAnnotationSpecSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{25} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{25} } func (m *DeleteAnnotationSpecSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteAnnotationSpecSetRequest.Unmarshal(m, b) @@ -2083,7 +2083,7 @@ func (m *CreateInstructionRequest) Reset() { *m = CreateInstructionReque func (m *CreateInstructionRequest) String() string { return proto.CompactTextString(m) } func (*CreateInstructionRequest) ProtoMessage() {} func (*CreateInstructionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{26} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{26} } func (m *CreateInstructionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateInstructionRequest.Unmarshal(m, b) @@ -2131,7 +2131,7 @@ func (m *GetInstructionRequest) Reset() { *m = GetInstructionRequest{} } func (m *GetInstructionRequest) String() string { return proto.CompactTextString(m) } func (*GetInstructionRequest) ProtoMessage() {} func (*GetInstructionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{27} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{27} } func (m *GetInstructionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetInstructionRequest.Unmarshal(m, b) @@ -2172,7 +2172,7 @@ func (m *DeleteInstructionRequest) Reset() { *m = DeleteInstructionReque func (m *DeleteInstructionRequest) String() string { return proto.CompactTextString(m) } func (*DeleteInstructionRequest) ProtoMessage() {} func (*DeleteInstructionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{28} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{28} } func (m *DeleteInstructionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteInstructionRequest.Unmarshal(m, b) @@ -2224,7 +2224,7 @@ func (m *ListInstructionsRequest) Reset() { *m = ListInstructionsRequest func (m *ListInstructionsRequest) String() string { return proto.CompactTextString(m) } func (*ListInstructionsRequest) ProtoMessage() {} func (*ListInstructionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{29} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{29} } func (m *ListInstructionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInstructionsRequest.Unmarshal(m, b) @@ -2287,7 +2287,7 @@ func (m *ListInstructionsResponse) Reset() { *m = ListInstructionsRespon func (m *ListInstructionsResponse) String() string { return proto.CompactTextString(m) } func (*ListInstructionsResponse) ProtoMessage() {} func (*ListInstructionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_data_labeling_service_6732def77eda74d5, []int{30} + return fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3, []int{30} } func (m *ListInstructionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInstructionsResponse.Unmarshal(m, b) @@ -3294,10 +3294,10 @@ var _DataLabelingService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/datalabeling/v1beta1/data_labeling_service.proto", fileDescriptor_data_labeling_service_6732def77eda74d5) + proto.RegisterFile("google/cloud/datalabeling/v1beta1/data_labeling_service.proto", fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3) } -var fileDescriptor_data_labeling_service_6732def77eda74d5 = []byte{ +var fileDescriptor_data_labeling_service_e7f2e6cc30ea93c3 = []byte{ // 2191 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x5a, 0xcd, 0x6f, 0x1b, 0xc7, 0x15, 0xcf, 0xe8, 0xcb, 0xd6, 0xd3, 0x87, 0xc9, 0x91, 0x2c, 0x31, 0x74, 0x64, 0xa8, 0x1b, 0xa4, diff --git a/googleapis/cloud/datalabeling/v1beta1/dataset.pb.go b/googleapis/cloud/datalabeling/v1beta1/dataset.pb.go index f389318574..5574fc23bf 100644 --- a/googleapis/cloud/datalabeling/v1beta1/dataset.pb.go +++ b/googleapis/cloud/datalabeling/v1beta1/dataset.pb.go @@ -51,7 +51,7 @@ func (x DataType) String() string { return proto.EnumName(DataType_name, int32(x)) } func (DataType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{0} + return fileDescriptor_dataset_800ce425cbaef310, []int{0} } // Dataset is the resource to hold your data. You can request multiple labeling @@ -81,7 +81,7 @@ func (m *Dataset) Reset() { *m = Dataset{} } func (m *Dataset) String() string { return proto.CompactTextString(m) } func (*Dataset) ProtoMessage() {} func (*Dataset) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{0} + return fileDescriptor_dataset_800ce425cbaef310, []int{0} } func (m *Dataset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Dataset.Unmarshal(m, b) @@ -154,7 +154,7 @@ func (m *InputConfig) Reset() { *m = InputConfig{} } func (m *InputConfig) String() string { return proto.CompactTextString(m) } func (*InputConfig) ProtoMessage() {} func (*InputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{1} + return fileDescriptor_dataset_800ce425cbaef310, []int{1} } func (m *InputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InputConfig.Unmarshal(m, b) @@ -276,7 +276,7 @@ func (m *GcsSource) Reset() { *m = GcsSource{} } func (m *GcsSource) String() string { return proto.CompactTextString(m) } func (*GcsSource) ProtoMessage() {} func (*GcsSource) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{2} + return fileDescriptor_dataset_800ce425cbaef310, []int{2} } func (m *GcsSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsSource.Unmarshal(m, b) @@ -327,7 +327,7 @@ func (m *OutputConfig) Reset() { *m = OutputConfig{} } func (m *OutputConfig) String() string { return proto.CompactTextString(m) } func (*OutputConfig) ProtoMessage() {} func (*OutputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{3} + return fileDescriptor_dataset_800ce425cbaef310, []int{3} } func (m *OutputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OutputConfig.Unmarshal(m, b) @@ -476,7 +476,7 @@ func (m *GcsDestination) Reset() { *m = GcsDestination{} } func (m *GcsDestination) String() string { return proto.CompactTextString(m) } func (*GcsDestination) ProtoMessage() {} func (*GcsDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{4} + return fileDescriptor_dataset_800ce425cbaef310, []int{4} } func (m *GcsDestination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsDestination.Unmarshal(m, b) @@ -523,7 +523,7 @@ func (m *GcsFolderDestination) Reset() { *m = GcsFolderDestination{} } func (m *GcsFolderDestination) String() string { return proto.CompactTextString(m) } func (*GcsFolderDestination) ProtoMessage() {} func (*GcsFolderDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{5} + return fileDescriptor_dataset_800ce425cbaef310, []int{5} } func (m *GcsFolderDestination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsFolderDestination.Unmarshal(m, b) @@ -572,7 +572,7 @@ func (m *DataItem) Reset() { *m = DataItem{} } func (m *DataItem) String() string { return proto.CompactTextString(m) } func (*DataItem) ProtoMessage() {} func (*DataItem) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{6} + return fileDescriptor_dataset_800ce425cbaef310, []int{6} } func (m *DataItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DataItem.Unmarshal(m, b) @@ -816,7 +816,7 @@ func (m *AnnotatedDataset) Reset() { *m = AnnotatedDataset{} } func (m *AnnotatedDataset) String() string { return proto.CompactTextString(m) } func (*AnnotatedDataset) ProtoMessage() {} func (*AnnotatedDataset) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{7} + return fileDescriptor_dataset_800ce425cbaef310, []int{7} } func (m *AnnotatedDataset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotatedDataset.Unmarshal(m, b) @@ -934,7 +934,7 @@ func (m *AnnotatedDatasetMetadata) Reset() { *m = AnnotatedDatasetMetada func (m *AnnotatedDatasetMetadata) String() string { return proto.CompactTextString(m) } func (*AnnotatedDatasetMetadata) ProtoMessage() {} func (*AnnotatedDatasetMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{8} + return fileDescriptor_dataset_800ce425cbaef310, []int{8} } func (m *AnnotatedDatasetMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotatedDatasetMetadata.Unmarshal(m, b) @@ -1350,7 +1350,7 @@ func (m *LabelStats) Reset() { *m = LabelStats{} } func (m *LabelStats) String() string { return proto.CompactTextString(m) } func (*LabelStats) ProtoMessage() {} func (*LabelStats) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{9} + return fileDescriptor_dataset_800ce425cbaef310, []int{9} } func (m *LabelStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelStats.Unmarshal(m, b) @@ -1404,7 +1404,7 @@ func (m *Example) Reset() { *m = Example{} } func (m *Example) String() string { return proto.CompactTextString(m) } func (*Example) ProtoMessage() {} func (*Example) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{10} + return fileDescriptor_dataset_800ce425cbaef310, []int{10} } func (m *Example) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Example.Unmarshal(m, b) @@ -1630,7 +1630,7 @@ func (m *ImagePayload) Reset() { *m = ImagePayload{} } func (m *ImagePayload) String() string { return proto.CompactTextString(m) } func (*ImagePayload) ProtoMessage() {} func (*ImagePayload) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{11} + return fileDescriptor_dataset_800ce425cbaef310, []int{11} } func (m *ImagePayload) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImagePayload.Unmarshal(m, b) @@ -1684,7 +1684,7 @@ func (m *TextPayload) Reset() { *m = TextPayload{} } func (m *TextPayload) String() string { return proto.CompactTextString(m) } func (*TextPayload) ProtoMessage() {} func (*TextPayload) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{12} + return fileDescriptor_dataset_800ce425cbaef310, []int{12} } func (m *TextPayload) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextPayload.Unmarshal(m, b) @@ -1727,7 +1727,7 @@ func (m *VideoThumbnail) Reset() { *m = VideoThumbnail{} } func (m *VideoThumbnail) String() string { return proto.CompactTextString(m) } func (*VideoThumbnail) ProtoMessage() {} func (*VideoThumbnail) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{13} + return fileDescriptor_dataset_800ce425cbaef310, []int{13} } func (m *VideoThumbnail) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoThumbnail.Unmarshal(m, b) @@ -1780,7 +1780,7 @@ func (m *VideoPayload) Reset() { *m = VideoPayload{} } func (m *VideoPayload) String() string { return proto.CompactTextString(m) } func (*VideoPayload) ProtoMessage() {} func (*VideoPayload) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{14} + return fileDescriptor_dataset_800ce425cbaef310, []int{14} } func (m *VideoPayload) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoPayload.Unmarshal(m, b) @@ -1846,7 +1846,7 @@ func (m *AudioPayload) Reset() { *m = AudioPayload{} } func (m *AudioPayload) String() string { return proto.CompactTextString(m) } func (*AudioPayload) ProtoMessage() {} func (*AudioPayload) Descriptor() ([]byte, []int) { - return fileDescriptor_dataset_b0759c67587c817f, []int{15} + return fileDescriptor_dataset_800ce425cbaef310, []int{15} } func (m *AudioPayload) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AudioPayload.Unmarshal(m, b) @@ -1902,10 +1902,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/datalabeling/v1beta1/dataset.proto", fileDescriptor_dataset_b0759c67587c817f) + proto.RegisterFile("google/cloud/datalabeling/v1beta1/dataset.proto", fileDescriptor_dataset_800ce425cbaef310) } -var fileDescriptor_dataset_b0759c67587c817f = []byte{ +var fileDescriptor_dataset_800ce425cbaef310 = []byte{ // 1504 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0xef, 0x4e, 0x1b, 0x47, 0x10, 0xe7, 0x30, 0x06, 0x7b, 0xce, 0x80, 0xd9, 0x42, 0x63, 0x20, 0x69, 0x89, 0xab, 0xaa, 0x51, diff --git a/googleapis/cloud/datalabeling/v1beta1/human_annotation_config.pb.go b/googleapis/cloud/datalabeling/v1beta1/human_annotation_config.pb.go index 5ec32b9faa..b0dddcc16b 100644 --- a/googleapis/cloud/datalabeling/v1beta1/human_annotation_config.pb.go +++ b/googleapis/cloud/datalabeling/v1beta1/human_annotation_config.pb.go @@ -49,7 +49,7 @@ func (x StringAggregationType) String() string { return proto.EnumName(StringAggregationType_name, int32(x)) } func (StringAggregationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_human_annotation_config_d8ea29218baa00e7, []int{0} + return fileDescriptor_human_annotation_config_28dd7106b95baa9e, []int{0} } // Configuration for how human labeling task should be done. @@ -95,7 +95,7 @@ func (m *HumanAnnotationConfig) Reset() { *m = HumanAnnotationConfig{} } func (m *HumanAnnotationConfig) String() string { return proto.CompactTextString(m) } func (*HumanAnnotationConfig) ProtoMessage() {} func (*HumanAnnotationConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_human_annotation_config_d8ea29218baa00e7, []int{0} + return fileDescriptor_human_annotation_config_28dd7106b95baa9e, []int{0} } func (m *HumanAnnotationConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HumanAnnotationConfig.Unmarshal(m, b) @@ -189,7 +189,7 @@ func (m *ImageClassificationConfig) Reset() { *m = ImageClassificationCo func (m *ImageClassificationConfig) String() string { return proto.CompactTextString(m) } func (*ImageClassificationConfig) ProtoMessage() {} func (*ImageClassificationConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_human_annotation_config_d8ea29218baa00e7, []int{1} + return fileDescriptor_human_annotation_config_28dd7106b95baa9e, []int{1} } func (m *ImageClassificationConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageClassificationConfig.Unmarshal(m, b) @@ -245,7 +245,7 @@ func (m *BoundingPolyConfig) Reset() { *m = BoundingPolyConfig{} } func (m *BoundingPolyConfig) String() string { return proto.CompactTextString(m) } func (*BoundingPolyConfig) ProtoMessage() {} func (*BoundingPolyConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_human_annotation_config_d8ea29218baa00e7, []int{2} + return fileDescriptor_human_annotation_config_28dd7106b95baa9e, []int{2} } func (m *BoundingPolyConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BoundingPolyConfig.Unmarshal(m, b) @@ -294,7 +294,7 @@ func (m *PolylineConfig) Reset() { *m = PolylineConfig{} } func (m *PolylineConfig) String() string { return proto.CompactTextString(m) } func (*PolylineConfig) ProtoMessage() {} func (*PolylineConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_human_annotation_config_d8ea29218baa00e7, []int{3} + return fileDescriptor_human_annotation_config_28dd7106b95baa9e, []int{3} } func (m *PolylineConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolylineConfig.Unmarshal(m, b) @@ -344,7 +344,7 @@ func (m *SegmentationConfig) Reset() { *m = SegmentationConfig{} } func (m *SegmentationConfig) String() string { return proto.CompactTextString(m) } func (*SegmentationConfig) ProtoMessage() {} func (*SegmentationConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_human_annotation_config_d8ea29218baa00e7, []int{4} + return fileDescriptor_human_annotation_config_28dd7106b95baa9e, []int{4} } func (m *SegmentationConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SegmentationConfig.Unmarshal(m, b) @@ -402,7 +402,7 @@ func (m *VideoClassificationConfig) Reset() { *m = VideoClassificationCo func (m *VideoClassificationConfig) String() string { return proto.CompactTextString(m) } func (*VideoClassificationConfig) ProtoMessage() {} func (*VideoClassificationConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_human_annotation_config_d8ea29218baa00e7, []int{5} + return fileDescriptor_human_annotation_config_28dd7106b95baa9e, []int{5} } func (m *VideoClassificationConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoClassificationConfig.Unmarshal(m, b) @@ -456,7 +456,7 @@ func (m *VideoClassificationConfig_AnnotationSpecSetConfig) String() string { } func (*VideoClassificationConfig_AnnotationSpecSetConfig) ProtoMessage() {} func (*VideoClassificationConfig_AnnotationSpecSetConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_human_annotation_config_d8ea29218baa00e7, []int{5, 0} + return fileDescriptor_human_annotation_config_28dd7106b95baa9e, []int{5, 0} } func (m *VideoClassificationConfig_AnnotationSpecSetConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoClassificationConfig_AnnotationSpecSetConfig.Unmarshal(m, b) @@ -511,7 +511,7 @@ func (m *ObjectDetectionConfig) Reset() { *m = ObjectDetectionConfig{} } func (m *ObjectDetectionConfig) String() string { return proto.CompactTextString(m) } func (*ObjectDetectionConfig) ProtoMessage() {} func (*ObjectDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_human_annotation_config_d8ea29218baa00e7, []int{6} + return fileDescriptor_human_annotation_config_28dd7106b95baa9e, []int{6} } func (m *ObjectDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ObjectDetectionConfig.Unmarshal(m, b) @@ -565,7 +565,7 @@ func (m *ObjectTrackingConfig) Reset() { *m = ObjectTrackingConfig{} } func (m *ObjectTrackingConfig) String() string { return proto.CompactTextString(m) } func (*ObjectTrackingConfig) ProtoMessage() {} func (*ObjectTrackingConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_human_annotation_config_d8ea29218baa00e7, []int{7} + return fileDescriptor_human_annotation_config_28dd7106b95baa9e, []int{7} } func (m *ObjectTrackingConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ObjectTrackingConfig.Unmarshal(m, b) @@ -607,7 +607,7 @@ func (m *EventConfig) Reset() { *m = EventConfig{} } func (m *EventConfig) String() string { return proto.CompactTextString(m) } func (*EventConfig) ProtoMessage() {} func (*EventConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_human_annotation_config_d8ea29218baa00e7, []int{8} + return fileDescriptor_human_annotation_config_28dd7106b95baa9e, []int{8} } func (m *EventConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EventConfig.Unmarshal(m, b) @@ -652,7 +652,7 @@ func (m *TextClassificationConfig) Reset() { *m = TextClassificationConf func (m *TextClassificationConfig) String() string { return proto.CompactTextString(m) } func (*TextClassificationConfig) ProtoMessage() {} func (*TextClassificationConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_human_annotation_config_d8ea29218baa00e7, []int{9} + return fileDescriptor_human_annotation_config_28dd7106b95baa9e, []int{9} } func (m *TextClassificationConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextClassificationConfig.Unmarshal(m, b) @@ -708,7 +708,7 @@ func (m *SentimentConfig) Reset() { *m = SentimentConfig{} } func (m *SentimentConfig) String() string { return proto.CompactTextString(m) } func (*SentimentConfig) ProtoMessage() {} func (*SentimentConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_human_annotation_config_d8ea29218baa00e7, []int{10} + return fileDescriptor_human_annotation_config_28dd7106b95baa9e, []int{10} } func (m *SentimentConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SentimentConfig.Unmarshal(m, b) @@ -748,7 +748,7 @@ func (m *TextEntityExtractionConfig) Reset() { *m = TextEntityExtraction func (m *TextEntityExtractionConfig) String() string { return proto.CompactTextString(m) } func (*TextEntityExtractionConfig) ProtoMessage() {} func (*TextEntityExtractionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_human_annotation_config_d8ea29218baa00e7, []int{11} + return fileDescriptor_human_annotation_config_28dd7106b95baa9e, []int{11} } func (m *TextEntityExtractionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextEntityExtractionConfig.Unmarshal(m, b) @@ -793,10 +793,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/datalabeling/v1beta1/human_annotation_config.proto", fileDescriptor_human_annotation_config_d8ea29218baa00e7) + proto.RegisterFile("google/cloud/datalabeling/v1beta1/human_annotation_config.proto", fileDescriptor_human_annotation_config_28dd7106b95baa9e) } -var fileDescriptor_human_annotation_config_d8ea29218baa00e7 = []byte{ +var fileDescriptor_human_annotation_config_28dd7106b95baa9e = []byte{ // 912 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0xd1, 0x6e, 0xdb, 0x36, 0x14, 0x9d, 0xe2, 0xb5, 0x6b, 0xe8, 0x36, 0xb1, 0x99, 0x1a, 0x55, 0xd2, 0xb5, 0xf3, 0x54, 0x0c, diff --git a/googleapis/cloud/datalabeling/v1beta1/instruction.pb.go b/googleapis/cloud/datalabeling/v1beta1/instruction.pb.go index a864820712..76485d2c04 100644 --- a/googleapis/cloud/datalabeling/v1beta1/instruction.pb.go +++ b/googleapis/cloud/datalabeling/v1beta1/instruction.pb.go @@ -59,7 +59,7 @@ func (m *Instruction) Reset() { *m = Instruction{} } func (m *Instruction) String() string { return proto.CompactTextString(m) } func (*Instruction) ProtoMessage() {} func (*Instruction) Descriptor() ([]byte, []int) { - return fileDescriptor_instruction_1a000bce9896ac69, []int{0} + return fileDescriptor_instruction_e84d048d533056c9, []int{0} } func (m *Instruction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Instruction.Unmarshal(m, b) @@ -148,7 +148,7 @@ func (m *CsvInstruction) Reset() { *m = CsvInstruction{} } func (m *CsvInstruction) String() string { return proto.CompactTextString(m) } func (*CsvInstruction) ProtoMessage() {} func (*CsvInstruction) Descriptor() ([]byte, []int) { - return fileDescriptor_instruction_1a000bce9896ac69, []int{1} + return fileDescriptor_instruction_e84d048d533056c9, []int{1} } func (m *CsvInstruction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CsvInstruction.Unmarshal(m, b) @@ -188,7 +188,7 @@ func (m *PdfInstruction) Reset() { *m = PdfInstruction{} } func (m *PdfInstruction) String() string { return proto.CompactTextString(m) } func (*PdfInstruction) ProtoMessage() {} func (*PdfInstruction) Descriptor() ([]byte, []int) { - return fileDescriptor_instruction_1a000bce9896ac69, []int{2} + return fileDescriptor_instruction_e84d048d533056c9, []int{2} } func (m *PdfInstruction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PdfInstruction.Unmarshal(m, b) @@ -222,10 +222,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/datalabeling/v1beta1/instruction.proto", fileDescriptor_instruction_1a000bce9896ac69) + proto.RegisterFile("google/cloud/datalabeling/v1beta1/instruction.proto", fileDescriptor_instruction_e84d048d533056c9) } -var fileDescriptor_instruction_1a000bce9896ac69 = []byte{ +var fileDescriptor_instruction_e84d048d533056c9 = []byte{ // 398 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x41, 0x8b, 0xdb, 0x30, 0x10, 0x85, 0x71, 0x77, 0xbb, 0x6d, 0xe4, 0x25, 0x05, 0x9f, 0x4c, 0x28, 0xd4, 0xbb, 0x50, 0x08, diff --git a/googleapis/cloud/datalabeling/v1beta1/operations.pb.go b/googleapis/cloud/datalabeling/v1beta1/operations.pb.go index a3f160f604..adce19565c 100644 --- a/googleapis/cloud/datalabeling/v1beta1/operations.pb.go +++ b/googleapis/cloud/datalabeling/v1beta1/operations.pb.go @@ -38,7 +38,7 @@ func (m *ImportDataOperationResponse) Reset() { *m = ImportDataOperation func (m *ImportDataOperationResponse) String() string { return proto.CompactTextString(m) } func (*ImportDataOperationResponse) ProtoMessage() {} func (*ImportDataOperationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{0} + return fileDescriptor_operations_f915b1b50117c3fa, []int{0} } func (m *ImportDataOperationResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportDataOperationResponse.Unmarshal(m, b) @@ -101,7 +101,7 @@ func (m *ExportDataOperationResponse) Reset() { *m = ExportDataOperation func (m *ExportDataOperationResponse) String() string { return proto.CompactTextString(m) } func (*ExportDataOperationResponse) ProtoMessage() {} func (*ExportDataOperationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{1} + return fileDescriptor_operations_f915b1b50117c3fa, []int{1} } func (m *ExportDataOperationResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportDataOperationResponse.Unmarshal(m, b) @@ -174,7 +174,7 @@ func (m *ImportDataOperationMetadata) Reset() { *m = ImportDataOperation func (m *ImportDataOperationMetadata) String() string { return proto.CompactTextString(m) } func (*ImportDataOperationMetadata) ProtoMessage() {} func (*ImportDataOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{2} + return fileDescriptor_operations_f915b1b50117c3fa, []int{2} } func (m *ImportDataOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportDataOperationMetadata.Unmarshal(m, b) @@ -226,7 +226,7 @@ func (m *ExportDataOperationMetadata) Reset() { *m = ExportDataOperation func (m *ExportDataOperationMetadata) String() string { return proto.CompactTextString(m) } func (*ExportDataOperationMetadata) ProtoMessage() {} func (*ExportDataOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{3} + return fileDescriptor_operations_f915b1b50117c3fa, []int{3} } func (m *ExportDataOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportDataOperationMetadata.Unmarshal(m, b) @@ -296,7 +296,7 @@ func (m *LabelOperationMetadata) Reset() { *m = LabelOperationMetadata{} func (m *LabelOperationMetadata) String() string { return proto.CompactTextString(m) } func (*LabelOperationMetadata) ProtoMessage() {} func (*LabelOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{4} + return fileDescriptor_operations_f915b1b50117c3fa, []int{4} } func (m *LabelOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelOperationMetadata.Unmarshal(m, b) @@ -808,7 +808,7 @@ func (m *LabelImageClassificationOperationMetadata) Reset() { func (m *LabelImageClassificationOperationMetadata) String() string { return proto.CompactTextString(m) } func (*LabelImageClassificationOperationMetadata) ProtoMessage() {} func (*LabelImageClassificationOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{5} + return fileDescriptor_operations_f915b1b50117c3fa, []int{5} } func (m *LabelImageClassificationOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelImageClassificationOperationMetadata.Unmarshal(m, b) @@ -850,7 +850,7 @@ func (m *LabelImageBoundingBoxOperationMetadata) Reset() { func (m *LabelImageBoundingBoxOperationMetadata) String() string { return proto.CompactTextString(m) } func (*LabelImageBoundingBoxOperationMetadata) ProtoMessage() {} func (*LabelImageBoundingBoxOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{6} + return fileDescriptor_operations_f915b1b50117c3fa, []int{6} } func (m *LabelImageBoundingBoxOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelImageBoundingBoxOperationMetadata.Unmarshal(m, b) @@ -894,7 +894,7 @@ func (m *LabelImageOrientedBoundingBoxOperationMetadata) String() string { } func (*LabelImageOrientedBoundingBoxOperationMetadata) ProtoMessage() {} func (*LabelImageOrientedBoundingBoxOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{7} + return fileDescriptor_operations_f915b1b50117c3fa, []int{7} } func (m *LabelImageOrientedBoundingBoxOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelImageOrientedBoundingBoxOperationMetadata.Unmarshal(m, b) @@ -936,7 +936,7 @@ func (m *LabelImageBoundingPolyOperationMetadata) Reset() { func (m *LabelImageBoundingPolyOperationMetadata) String() string { return proto.CompactTextString(m) } func (*LabelImageBoundingPolyOperationMetadata) ProtoMessage() {} func (*LabelImageBoundingPolyOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{8} + return fileDescriptor_operations_f915b1b50117c3fa, []int{8} } func (m *LabelImageBoundingPolyOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelImageBoundingPolyOperationMetadata.Unmarshal(m, b) @@ -976,7 +976,7 @@ func (m *LabelImagePolylineOperationMetadata) Reset() { *m = LabelImageP func (m *LabelImagePolylineOperationMetadata) String() string { return proto.CompactTextString(m) } func (*LabelImagePolylineOperationMetadata) ProtoMessage() {} func (*LabelImagePolylineOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{9} + return fileDescriptor_operations_f915b1b50117c3fa, []int{9} } func (m *LabelImagePolylineOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelImagePolylineOperationMetadata.Unmarshal(m, b) @@ -1018,7 +1018,7 @@ func (m *LabelImageSegmentationOperationMetadata) Reset() { func (m *LabelImageSegmentationOperationMetadata) String() string { return proto.CompactTextString(m) } func (*LabelImageSegmentationOperationMetadata) ProtoMessage() {} func (*LabelImageSegmentationOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{10} + return fileDescriptor_operations_f915b1b50117c3fa, []int{10} } func (m *LabelImageSegmentationOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelImageSegmentationOperationMetadata.Unmarshal(m, b) @@ -1060,7 +1060,7 @@ func (m *LabelVideoClassificationOperationMetadata) Reset() { func (m *LabelVideoClassificationOperationMetadata) String() string { return proto.CompactTextString(m) } func (*LabelVideoClassificationOperationMetadata) ProtoMessage() {} func (*LabelVideoClassificationOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{11} + return fileDescriptor_operations_f915b1b50117c3fa, []int{11} } func (m *LabelVideoClassificationOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelVideoClassificationOperationMetadata.Unmarshal(m, b) @@ -1104,7 +1104,7 @@ func (m *LabelVideoObjectDetectionOperationMetadata) String() string { } func (*LabelVideoObjectDetectionOperationMetadata) ProtoMessage() {} func (*LabelVideoObjectDetectionOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{12} + return fileDescriptor_operations_f915b1b50117c3fa, []int{12} } func (m *LabelVideoObjectDetectionOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelVideoObjectDetectionOperationMetadata.Unmarshal(m, b) @@ -1146,7 +1146,7 @@ func (m *LabelVideoObjectTrackingOperationMetadata) Reset() { func (m *LabelVideoObjectTrackingOperationMetadata) String() string { return proto.CompactTextString(m) } func (*LabelVideoObjectTrackingOperationMetadata) ProtoMessage() {} func (*LabelVideoObjectTrackingOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{13} + return fileDescriptor_operations_f915b1b50117c3fa, []int{13} } func (m *LabelVideoObjectTrackingOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelVideoObjectTrackingOperationMetadata.Unmarshal(m, b) @@ -1186,7 +1186,7 @@ func (m *LabelVideoEventOperationMetadata) Reset() { *m = LabelVideoEven func (m *LabelVideoEventOperationMetadata) String() string { return proto.CompactTextString(m) } func (*LabelVideoEventOperationMetadata) ProtoMessage() {} func (*LabelVideoEventOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{14} + return fileDescriptor_operations_f915b1b50117c3fa, []int{14} } func (m *LabelVideoEventOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelVideoEventOperationMetadata.Unmarshal(m, b) @@ -1228,7 +1228,7 @@ func (m *LabelTextClassificationOperationMetadata) Reset() { func (m *LabelTextClassificationOperationMetadata) String() string { return proto.CompactTextString(m) } func (*LabelTextClassificationOperationMetadata) ProtoMessage() {} func (*LabelTextClassificationOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{15} + return fileDescriptor_operations_f915b1b50117c3fa, []int{15} } func (m *LabelTextClassificationOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelTextClassificationOperationMetadata.Unmarshal(m, b) @@ -1269,7 +1269,7 @@ func (m *LabelAudioTranscriptionOperationMetadata) Reset() { func (m *LabelAudioTranscriptionOperationMetadata) String() string { return proto.CompactTextString(m) } func (*LabelAudioTranscriptionOperationMetadata) ProtoMessage() {} func (*LabelAudioTranscriptionOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{16} + return fileDescriptor_operations_f915b1b50117c3fa, []int{16} } func (m *LabelAudioTranscriptionOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelAudioTranscriptionOperationMetadata.Unmarshal(m, b) @@ -1313,7 +1313,7 @@ func (m *LabelTextEntityExtractionOperationMetadata) String() string { } func (*LabelTextEntityExtractionOperationMetadata) ProtoMessage() {} func (*LabelTextEntityExtractionOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{17} + return fileDescriptor_operations_f915b1b50117c3fa, []int{17} } func (m *LabelTextEntityExtractionOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelTextEntityExtractionOperationMetadata.Unmarshal(m, b) @@ -1358,7 +1358,7 @@ func (m *CreateInstructionMetadata) Reset() { *m = CreateInstructionMeta func (m *CreateInstructionMetadata) String() string { return proto.CompactTextString(m) } func (*CreateInstructionMetadata) ProtoMessage() {} func (*CreateInstructionMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_28eb112b8bb4d480, []int{18} + return fileDescriptor_operations_f915b1b50117c3fa, []int{18} } func (m *CreateInstructionMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateInstructionMetadata.Unmarshal(m, b) @@ -1415,10 +1415,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/datalabeling/v1beta1/operations.proto", fileDescriptor_operations_28eb112b8bb4d480) + proto.RegisterFile("google/cloud/datalabeling/v1beta1/operations.proto", fileDescriptor_operations_f915b1b50117c3fa) } -var fileDescriptor_operations_28eb112b8bb4d480 = []byte{ +var fileDescriptor_operations_f915b1b50117c3fa = []byte{ // 1042 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x98, 0x61, 0x6f, 0xdb, 0x44, 0x18, 0xc7, 0xb9, 0x8e, 0xae, 0xf4, 0x71, 0x47, 0x87, 0x41, 0x5b, 0xd6, 0x0e, 0x9a, 0x75, 0x02, diff --git a/googleapis/cloud/dataproc/v1/clusters.pb.go b/googleapis/cloud/dataproc/v1/clusters.pb.go index bb5dac25c1..602d69cc15 100644 --- a/googleapis/cloud/dataproc/v1/clusters.pb.go +++ b/googleapis/cloud/dataproc/v1/clusters.pb.go @@ -67,7 +67,7 @@ func (x ClusterStatus_State) String() string { return proto.EnumName(ClusterStatus_State_name, int32(x)) } func (ClusterStatus_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{9, 0} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{9, 0} } // The cluster substate. @@ -104,7 +104,7 @@ func (x ClusterStatus_Substate) String() string { return proto.EnumName(ClusterStatus_Substate_name, int32(x)) } func (ClusterStatus_Substate) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{9, 1} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{9, 1} } // Describes the identifying information, config, and status of @@ -147,7 +147,7 @@ func (m *Cluster) Reset() { *m = Cluster{} } func (m *Cluster) String() string { return proto.CompactTextString(m) } func (*Cluster) ProtoMessage() {} func (*Cluster) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{0} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{0} } func (m *Cluster) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Cluster.Unmarshal(m, b) @@ -271,7 +271,7 @@ func (m *ClusterConfig) Reset() { *m = ClusterConfig{} } func (m *ClusterConfig) String() string { return proto.CompactTextString(m) } func (*ClusterConfig) ProtoMessage() {} func (*ClusterConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{1} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{1} } func (m *ClusterConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterConfig.Unmarshal(m, b) @@ -361,7 +361,7 @@ func (m *EncryptionConfig) Reset() { *m = EncryptionConfig{} } func (m *EncryptionConfig) String() string { return proto.CompactTextString(m) } func (*EncryptionConfig) ProtoMessage() {} func (*EncryptionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{2} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{2} } func (m *EncryptionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EncryptionConfig.Unmarshal(m, b) @@ -474,7 +474,7 @@ func (m *GceClusterConfig) Reset() { *m = GceClusterConfig{} } func (m *GceClusterConfig) String() string { return proto.CompactTextString(m) } func (*GceClusterConfig) ProtoMessage() {} func (*GceClusterConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{3} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{3} } func (m *GceClusterConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GceClusterConfig.Unmarshal(m, b) @@ -601,7 +601,7 @@ func (m *InstanceGroupConfig) Reset() { *m = InstanceGroupConfig{} } func (m *InstanceGroupConfig) String() string { return proto.CompactTextString(m) } func (*InstanceGroupConfig) ProtoMessage() {} func (*InstanceGroupConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{4} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{4} } func (m *InstanceGroupConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InstanceGroupConfig.Unmarshal(m, b) @@ -693,7 +693,7 @@ func (m *ManagedGroupConfig) Reset() { *m = ManagedGroupConfig{} } func (m *ManagedGroupConfig) String() string { return proto.CompactTextString(m) } func (*ManagedGroupConfig) ProtoMessage() {} func (*ManagedGroupConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{5} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{5} } func (m *ManagedGroupConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ManagedGroupConfig.Unmarshal(m, b) @@ -758,7 +758,7 @@ func (m *AcceleratorConfig) Reset() { *m = AcceleratorConfig{} } func (m *AcceleratorConfig) String() string { return proto.CompactTextString(m) } func (*AcceleratorConfig) ProtoMessage() {} func (*AcceleratorConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{6} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{6} } func (m *AcceleratorConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AcceleratorConfig.Unmarshal(m, b) @@ -816,7 +816,7 @@ func (m *DiskConfig) Reset() { *m = DiskConfig{} } func (m *DiskConfig) String() string { return proto.CompactTextString(m) } func (*DiskConfig) ProtoMessage() {} func (*DiskConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{7} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{7} } func (m *DiskConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DiskConfig.Unmarshal(m, b) @@ -876,7 +876,7 @@ func (m *NodeInitializationAction) Reset() { *m = NodeInitializationActi func (m *NodeInitializationAction) String() string { return proto.CompactTextString(m) } func (*NodeInitializationAction) ProtoMessage() {} func (*NodeInitializationAction) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{8} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{8} } func (m *NodeInitializationAction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeInitializationAction.Unmarshal(m, b) @@ -930,7 +930,7 @@ func (m *ClusterStatus) Reset() { *m = ClusterStatus{} } func (m *ClusterStatus) String() string { return proto.CompactTextString(m) } func (*ClusterStatus) ProtoMessage() {} func (*ClusterStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{9} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{9} } func (m *ClusterStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterStatus.Unmarshal(m, b) @@ -1016,7 +1016,7 @@ func (m *SoftwareConfig) Reset() { *m = SoftwareConfig{} } func (m *SoftwareConfig) String() string { return proto.CompactTextString(m) } func (*SoftwareConfig) ProtoMessage() {} func (*SoftwareConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{10} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{10} } func (m *SoftwareConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SoftwareConfig.Unmarshal(m, b) @@ -1068,7 +1068,7 @@ func (m *ClusterMetrics) Reset() { *m = ClusterMetrics{} } func (m *ClusterMetrics) String() string { return proto.CompactTextString(m) } func (*ClusterMetrics) ProtoMessage() {} func (*ClusterMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{11} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{11} } func (m *ClusterMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterMetrics.Unmarshal(m, b) @@ -1133,7 +1133,7 @@ func (m *CreateClusterRequest) Reset() { *m = CreateClusterRequest{} } func (m *CreateClusterRequest) String() string { return proto.CompactTextString(m) } func (*CreateClusterRequest) ProtoMessage() {} func (*CreateClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{12} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{12} } func (m *CreateClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateClusterRequest.Unmarshal(m, b) @@ -1271,7 +1271,7 @@ func (m *UpdateClusterRequest) Reset() { *m = UpdateClusterRequest{} } func (m *UpdateClusterRequest) String() string { return proto.CompactTextString(m) } func (*UpdateClusterRequest) ProtoMessage() {} func (*UpdateClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{13} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{13} } func (m *UpdateClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateClusterRequest.Unmarshal(m, b) @@ -1374,7 +1374,7 @@ func (m *DeleteClusterRequest) Reset() { *m = DeleteClusterRequest{} } func (m *DeleteClusterRequest) String() string { return proto.CompactTextString(m) } func (*DeleteClusterRequest) ProtoMessage() {} func (*DeleteClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{14} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{14} } func (m *DeleteClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteClusterRequest.Unmarshal(m, b) @@ -1447,7 +1447,7 @@ func (m *GetClusterRequest) Reset() { *m = GetClusterRequest{} } func (m *GetClusterRequest) String() string { return proto.CompactTextString(m) } func (*GetClusterRequest) ProtoMessage() {} func (*GetClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{15} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{15} } func (m *GetClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetClusterRequest.Unmarshal(m, b) @@ -1528,7 +1528,7 @@ func (m *ListClustersRequest) Reset() { *m = ListClustersRequest{} } func (m *ListClustersRequest) String() string { return proto.CompactTextString(m) } func (*ListClustersRequest) ProtoMessage() {} func (*ListClustersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{16} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{16} } func (m *ListClustersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListClustersRequest.Unmarshal(m, b) @@ -1600,7 +1600,7 @@ func (m *ListClustersResponse) Reset() { *m = ListClustersResponse{} } func (m *ListClustersResponse) String() string { return proto.CompactTextString(m) } func (*ListClustersResponse) ProtoMessage() {} func (*ListClustersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{17} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{17} } func (m *ListClustersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListClustersResponse.Unmarshal(m, b) @@ -1652,7 +1652,7 @@ func (m *DiagnoseClusterRequest) Reset() { *m = DiagnoseClusterRequest{} func (m *DiagnoseClusterRequest) String() string { return proto.CompactTextString(m) } func (*DiagnoseClusterRequest) ProtoMessage() {} func (*DiagnoseClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{18} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{18} } func (m *DiagnoseClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DiagnoseClusterRequest.Unmarshal(m, b) @@ -1708,7 +1708,7 @@ func (m *DiagnoseClusterResults) Reset() { *m = DiagnoseClusterResults{} func (m *DiagnoseClusterResults) String() string { return proto.CompactTextString(m) } func (*DiagnoseClusterResults) ProtoMessage() {} func (*DiagnoseClusterResults) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_52b770c030d66ddb, []int{19} + return fileDescriptor_clusters_7d2ba1001a92fd64, []int{19} } func (m *DiagnoseClusterResults) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DiagnoseClusterResults.Unmarshal(m, b) @@ -2019,10 +2019,10 @@ var _ClusterController_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dataproc/v1/clusters.proto", fileDescriptor_clusters_52b770c030d66ddb) + proto.RegisterFile("google/cloud/dataproc/v1/clusters.proto", fileDescriptor_clusters_7d2ba1001a92fd64) } -var fileDescriptor_clusters_52b770c030d66ddb = []byte{ +var fileDescriptor_clusters_7d2ba1001a92fd64 = []byte{ // 2079 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x59, 0xcd, 0x73, 0x1c, 0x47, 0x15, 0xcf, 0x68, 0xb5, 0xd2, 0xea, 0xed, 0x87, 0x56, 0x1d, 0x45, 0x6c, 0x94, 0x84, 0x38, 0x93, diff --git a/googleapis/cloud/dataproc/v1/jobs.pb.go b/googleapis/cloud/dataproc/v1/jobs.pb.go index 571d070ca7..43daa052d3 100644 --- a/googleapis/cloud/dataproc/v1/jobs.pb.go +++ b/googleapis/cloud/dataproc/v1/jobs.pb.go @@ -80,7 +80,7 @@ func (x LoggingConfig_Level) String() string { return proto.EnumName(LoggingConfig_Level_name, int32(x)) } func (LoggingConfig_Level) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{0, 0} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{0, 0} } // The job state. @@ -143,7 +143,7 @@ func (x JobStatus_State) String() string { return proto.EnumName(JobStatus_State_name, int32(x)) } func (JobStatus_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{9, 0} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{9, 0} } // The job substate. @@ -187,7 +187,7 @@ func (x JobStatus_Substate) String() string { return proto.EnumName(JobStatus_Substate_name, int32(x)) } func (JobStatus_Substate) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{9, 1} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{9, 1} } // The application state, corresponding to @@ -242,7 +242,7 @@ func (x YarnApplication_State) String() string { return proto.EnumName(YarnApplication_State_name, int32(x)) } func (YarnApplication_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{11, 0} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{11, 0} } // A matcher that specifies categories of job states. @@ -273,7 +273,7 @@ func (x ListJobsRequest_JobStateMatcher) String() string { return proto.EnumName(ListJobsRequest_JobStateMatcher_name, int32(x)) } func (ListJobsRequest_JobStateMatcher) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{16, 0} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{16, 0} } // The runtime logging config of the job. @@ -292,7 +292,7 @@ func (m *LoggingConfig) Reset() { *m = LoggingConfig{} } func (m *LoggingConfig) String() string { return proto.CompactTextString(m) } func (*LoggingConfig) ProtoMessage() {} func (*LoggingConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{0} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{0} } func (m *LoggingConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LoggingConfig.Unmarshal(m, b) @@ -366,7 +366,7 @@ func (m *HadoopJob) Reset() { *m = HadoopJob{} } func (m *HadoopJob) String() string { return proto.CompactTextString(m) } func (*HadoopJob) ProtoMessage() {} func (*HadoopJob) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{1} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{1} } func (m *HadoopJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HadoopJob.Unmarshal(m, b) @@ -574,7 +574,7 @@ func (m *SparkJob) Reset() { *m = SparkJob{} } func (m *SparkJob) String() string { return proto.CompactTextString(m) } func (*SparkJob) ProtoMessage() {} func (*SparkJob) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{2} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{2} } func (m *SparkJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SparkJob.Unmarshal(m, b) @@ -779,7 +779,7 @@ func (m *PySparkJob) Reset() { *m = PySparkJob{} } func (m *PySparkJob) String() string { return proto.CompactTextString(m) } func (*PySparkJob) ProtoMessage() {} func (*PySparkJob) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{3} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{3} } func (m *PySparkJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PySparkJob.Unmarshal(m, b) @@ -881,7 +881,7 @@ func (m *QueryList) Reset() { *m = QueryList{} } func (m *QueryList) String() string { return proto.CompactTextString(m) } func (*QueryList) ProtoMessage() {} func (*QueryList) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{4} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{4} } func (m *QueryList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryList.Unmarshal(m, b) @@ -943,7 +943,7 @@ func (m *HiveJob) Reset() { *m = HiveJob{} } func (m *HiveJob) String() string { return proto.CompactTextString(m) } func (*HiveJob) ProtoMessage() {} func (*HiveJob) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{5} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{5} } func (m *HiveJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HiveJob.Unmarshal(m, b) @@ -1128,7 +1128,7 @@ func (m *SparkSqlJob) Reset() { *m = SparkSqlJob{} } func (m *SparkSqlJob) String() string { return proto.CompactTextString(m) } func (*SparkSqlJob) ProtoMessage() {} func (*SparkSqlJob) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{6} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{6} } func (m *SparkSqlJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SparkSqlJob.Unmarshal(m, b) @@ -1319,7 +1319,7 @@ func (m *PigJob) Reset() { *m = PigJob{} } func (m *PigJob) String() string { return proto.CompactTextString(m) } func (*PigJob) ProtoMessage() {} func (*PigJob) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{7} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{7} } func (m *PigJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PigJob.Unmarshal(m, b) @@ -1497,7 +1497,7 @@ func (m *JobPlacement) Reset() { *m = JobPlacement{} } func (m *JobPlacement) String() string { return proto.CompactTextString(m) } func (*JobPlacement) ProtoMessage() {} func (*JobPlacement) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{8} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{8} } func (m *JobPlacement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobPlacement.Unmarshal(m, b) @@ -1552,7 +1552,7 @@ func (m *JobStatus) Reset() { *m = JobStatus{} } func (m *JobStatus) String() string { return proto.CompactTextString(m) } func (*JobStatus) ProtoMessage() {} func (*JobStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{9} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{9} } func (m *JobStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobStatus.Unmarshal(m, b) @@ -1620,7 +1620,7 @@ func (m *JobReference) Reset() { *m = JobReference{} } func (m *JobReference) String() string { return proto.CompactTextString(m) } func (*JobReference) ProtoMessage() {} func (*JobReference) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{10} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{10} } func (m *JobReference) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobReference.Unmarshal(m, b) @@ -1680,7 +1680,7 @@ func (m *YarnApplication) Reset() { *m = YarnApplication{} } func (m *YarnApplication) String() string { return proto.CompactTextString(m) } func (*YarnApplication) ProtoMessage() {} func (*YarnApplication) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{11} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{11} } func (m *YarnApplication) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_YarnApplication.Unmarshal(m, b) @@ -1789,7 +1789,7 @@ func (m *Job) Reset() { *m = Job{} } func (m *Job) String() string { return proto.CompactTextString(m) } func (*Job) ProtoMessage() {} func (*Job) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{12} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{12} } func (m *Job) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Job.Unmarshal(m, b) @@ -2138,7 +2138,7 @@ func (m *JobScheduling) Reset() { *m = JobScheduling{} } func (m *JobScheduling) String() string { return proto.CompactTextString(m) } func (*JobScheduling) ProtoMessage() {} func (*JobScheduling) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{13} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{13} } func (m *JobScheduling) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobScheduling.Unmarshal(m, b) @@ -2195,7 +2195,7 @@ func (m *SubmitJobRequest) Reset() { *m = SubmitJobRequest{} } func (m *SubmitJobRequest) String() string { return proto.CompactTextString(m) } func (*SubmitJobRequest) ProtoMessage() {} func (*SubmitJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{14} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{14} } func (m *SubmitJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SubmitJobRequest.Unmarshal(m, b) @@ -2261,7 +2261,7 @@ func (m *GetJobRequest) Reset() { *m = GetJobRequest{} } func (m *GetJobRequest) String() string { return proto.CompactTextString(m) } func (*GetJobRequest) ProtoMessage() {} func (*GetJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{15} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{15} } func (m *GetJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetJobRequest.Unmarshal(m, b) @@ -2346,7 +2346,7 @@ func (m *ListJobsRequest) Reset() { *m = ListJobsRequest{} } func (m *ListJobsRequest) String() string { return proto.CompactTextString(m) } func (*ListJobsRequest) ProtoMessage() {} func (*ListJobsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{16} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{16} } func (m *ListJobsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobsRequest.Unmarshal(m, b) @@ -2442,7 +2442,7 @@ func (m *UpdateJobRequest) Reset() { *m = UpdateJobRequest{} } func (m *UpdateJobRequest) String() string { return proto.CompactTextString(m) } func (*UpdateJobRequest) ProtoMessage() {} func (*UpdateJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{17} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{17} } func (m *UpdateJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateJobRequest.Unmarshal(m, b) @@ -2514,7 +2514,7 @@ func (m *ListJobsResponse) Reset() { *m = ListJobsResponse{} } func (m *ListJobsResponse) String() string { return proto.CompactTextString(m) } func (*ListJobsResponse) ProtoMessage() {} func (*ListJobsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{18} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{18} } func (m *ListJobsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobsResponse.Unmarshal(m, b) @@ -2566,7 +2566,7 @@ func (m *CancelJobRequest) Reset() { *m = CancelJobRequest{} } func (m *CancelJobRequest) String() string { return proto.CompactTextString(m) } func (*CancelJobRequest) ProtoMessage() {} func (*CancelJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{19} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{19} } func (m *CancelJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CancelJobRequest.Unmarshal(m, b) @@ -2625,7 +2625,7 @@ func (m *DeleteJobRequest) Reset() { *m = DeleteJobRequest{} } func (m *DeleteJobRequest) String() string { return proto.CompactTextString(m) } func (*DeleteJobRequest) ProtoMessage() {} func (*DeleteJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_695072de36c8e540, []int{20} + return fileDescriptor_jobs_a9b426fd7b89528f, []int{20} } func (m *DeleteJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteJobRequest.Unmarshal(m, b) @@ -2966,10 +2966,10 @@ var _JobController_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dataproc/v1/jobs.proto", fileDescriptor_jobs_695072de36c8e540) + proto.RegisterFile("google/cloud/dataproc/v1/jobs.proto", fileDescriptor_jobs_a9b426fd7b89528f) } -var fileDescriptor_jobs_695072de36c8e540 = []byte{ +var fileDescriptor_jobs_a9b426fd7b89528f = []byte{ // 2320 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x59, 0xcf, 0x73, 0x23, 0x47, 0xf5, 0xb7, 0x7e, 0x6b, 0x9e, 0x6c, 0x79, 0xdc, 0xd9, 0xcd, 0x57, 0x5f, 0x25, 0xa9, 0x38, 0xb3, diff --git a/googleapis/cloud/dataproc/v1/operations.pb.go b/googleapis/cloud/dataproc/v1/operations.pb.go index 0f012e1662..ff470d6fa9 100644 --- a/googleapis/cloud/dataproc/v1/operations.pb.go +++ b/googleapis/cloud/dataproc/v1/operations.pb.go @@ -51,7 +51,7 @@ func (x ClusterOperationStatus_State) String() string { return proto.EnumName(ClusterOperationStatus_State_name, int32(x)) } func (ClusterOperationStatus_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_operations_8a816a55c83c8958, []int{0, 0} + return fileDescriptor_operations_5e90e9db40c022db, []int{0, 0} } // The status of the operation. @@ -73,7 +73,7 @@ func (m *ClusterOperationStatus) Reset() { *m = ClusterOperationStatus{} func (m *ClusterOperationStatus) String() string { return proto.CompactTextString(m) } func (*ClusterOperationStatus) ProtoMessage() {} func (*ClusterOperationStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_8a816a55c83c8958, []int{0} + return fileDescriptor_operations_5e90e9db40c022db, []int{0} } func (m *ClusterOperationStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterOperationStatus.Unmarshal(m, b) @@ -148,7 +148,7 @@ func (m *ClusterOperationMetadata) Reset() { *m = ClusterOperationMetada func (m *ClusterOperationMetadata) String() string { return proto.CompactTextString(m) } func (*ClusterOperationMetadata) ProtoMessage() {} func (*ClusterOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_8a816a55c83c8958, []int{1} + return fileDescriptor_operations_5e90e9db40c022db, []int{1} } func (m *ClusterOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterOperationMetadata.Unmarshal(m, b) @@ -232,10 +232,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/dataproc/v1/operations.proto", fileDescriptor_operations_8a816a55c83c8958) + proto.RegisterFile("google/cloud/dataproc/v1/operations.proto", fileDescriptor_operations_5e90e9db40c022db) } -var fileDescriptor_operations_8a816a55c83c8958 = []byte{ +var fileDescriptor_operations_5e90e9db40c022db = []byte{ // 531 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x53, 0x5d, 0x8b, 0xd3, 0x40, 0x14, 0x35, 0xcd, 0xee, 0xb6, 0xbd, 0xd9, 0xd6, 0x32, 0x88, 0x0c, 0x65, 0x61, 0x63, 0x41, 0xa8, diff --git a/googleapis/cloud/dataproc/v1/workflow_templates.pb.go b/googleapis/cloud/dataproc/v1/workflow_templates.pb.go index ea48d5797c..9104799729 100644 --- a/googleapis/cloud/dataproc/v1/workflow_templates.pb.go +++ b/googleapis/cloud/dataproc/v1/workflow_templates.pb.go @@ -58,7 +58,7 @@ func (x WorkflowMetadata_State) String() string { return proto.EnumName(WorkflowMetadata_State_name, int32(x)) } func (WorkflowMetadata_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{9, 0} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{9, 0} } // The workflow node state. @@ -101,7 +101,7 @@ func (x WorkflowNode_NodeState) String() string { return proto.EnumName(WorkflowNode_NodeState_name, int32(x)) } func (WorkflowNode_NodeState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{12, 0} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{12, 0} } // A Cloud Dataproc workflow template resource. @@ -160,7 +160,7 @@ func (m *WorkflowTemplate) Reset() { *m = WorkflowTemplate{} } func (m *WorkflowTemplate) String() string { return proto.CompactTextString(m) } func (*WorkflowTemplate) ProtoMessage() {} func (*WorkflowTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{0} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{0} } func (m *WorkflowTemplate) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkflowTemplate.Unmarshal(m, b) @@ -263,7 +263,7 @@ func (m *WorkflowTemplatePlacement) Reset() { *m = WorkflowTemplatePlace func (m *WorkflowTemplatePlacement) String() string { return proto.CompactTextString(m) } func (*WorkflowTemplatePlacement) ProtoMessage() {} func (*WorkflowTemplatePlacement) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{1} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{1} } func (m *WorkflowTemplatePlacement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkflowTemplatePlacement.Unmarshal(m, b) @@ -425,7 +425,7 @@ func (m *ManagedCluster) Reset() { *m = ManagedCluster{} } func (m *ManagedCluster) String() string { return proto.CompactTextString(m) } func (*ManagedCluster) ProtoMessage() {} func (*ManagedCluster) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{2} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{2} } func (m *ManagedCluster) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ManagedCluster.Unmarshal(m, b) @@ -486,7 +486,7 @@ func (m *ClusterSelector) Reset() { *m = ClusterSelector{} } func (m *ClusterSelector) String() string { return proto.CompactTextString(m) } func (*ClusterSelector) ProtoMessage() {} func (*ClusterSelector) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{3} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{3} } func (m *ClusterSelector) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterSelector.Unmarshal(m, b) @@ -569,7 +569,7 @@ func (m *OrderedJob) Reset() { *m = OrderedJob{} } func (m *OrderedJob) String() string { return proto.CompactTextString(m) } func (*OrderedJob) ProtoMessage() {} func (*OrderedJob) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{4} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{4} } func (m *OrderedJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OrderedJob.Unmarshal(m, b) @@ -933,7 +933,7 @@ func (m *TemplateParameter) Reset() { *m = TemplateParameter{} } func (m *TemplateParameter) String() string { return proto.CompactTextString(m) } func (*TemplateParameter) ProtoMessage() {} func (*TemplateParameter) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{5} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{5} } func (m *TemplateParameter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TemplateParameter.Unmarshal(m, b) @@ -998,7 +998,7 @@ func (m *ParameterValidation) Reset() { *m = ParameterValidation{} } func (m *ParameterValidation) String() string { return proto.CompactTextString(m) } func (*ParameterValidation) ProtoMessage() {} func (*ParameterValidation) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{6} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{6} } func (m *ParameterValidation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ParameterValidation.Unmarshal(m, b) @@ -1144,7 +1144,7 @@ func (m *RegexValidation) Reset() { *m = RegexValidation{} } func (m *RegexValidation) String() string { return proto.CompactTextString(m) } func (*RegexValidation) ProtoMessage() {} func (*RegexValidation) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{7} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{7} } func (m *RegexValidation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RegexValidation.Unmarshal(m, b) @@ -1184,7 +1184,7 @@ func (m *ValueValidation) Reset() { *m = ValueValidation{} } func (m *ValueValidation) String() string { return proto.CompactTextString(m) } func (*ValueValidation) ProtoMessage() {} func (*ValueValidation) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{8} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{8} } func (m *ValueValidation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValueValidation.Unmarshal(m, b) @@ -1245,7 +1245,7 @@ func (m *WorkflowMetadata) Reset() { *m = WorkflowMetadata{} } func (m *WorkflowMetadata) String() string { return proto.CompactTextString(m) } func (*WorkflowMetadata) ProtoMessage() {} func (*WorkflowMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{9} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{9} } func (m *WorkflowMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkflowMetadata.Unmarshal(m, b) @@ -1359,7 +1359,7 @@ func (m *ClusterOperation) Reset() { *m = ClusterOperation{} } func (m *ClusterOperation) String() string { return proto.CompactTextString(m) } func (*ClusterOperation) ProtoMessage() {} func (*ClusterOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{10} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{10} } func (m *ClusterOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterOperation.Unmarshal(m, b) @@ -1413,7 +1413,7 @@ func (m *WorkflowGraph) Reset() { *m = WorkflowGraph{} } func (m *WorkflowGraph) String() string { return proto.CompactTextString(m) } func (*WorkflowGraph) ProtoMessage() {} func (*WorkflowGraph) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{11} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{11} } func (m *WorkflowGraph) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkflowGraph.Unmarshal(m, b) @@ -1461,7 +1461,7 @@ func (m *WorkflowNode) Reset() { *m = WorkflowNode{} } func (m *WorkflowNode) String() string { return proto.CompactTextString(m) } func (*WorkflowNode) ProtoMessage() {} func (*WorkflowNode) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{12} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{12} } func (m *WorkflowNode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkflowNode.Unmarshal(m, b) @@ -1533,7 +1533,7 @@ func (m *CreateWorkflowTemplateRequest) Reset() { *m = CreateWorkflowTem func (m *CreateWorkflowTemplateRequest) String() string { return proto.CompactTextString(m) } func (*CreateWorkflowTemplateRequest) ProtoMessage() {} func (*CreateWorkflowTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{13} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{13} } func (m *CreateWorkflowTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateWorkflowTemplateRequest.Unmarshal(m, b) @@ -1587,7 +1587,7 @@ func (m *GetWorkflowTemplateRequest) Reset() { *m = GetWorkflowTemplateR func (m *GetWorkflowTemplateRequest) String() string { return proto.CompactTextString(m) } func (*GetWorkflowTemplateRequest) ProtoMessage() {} func (*GetWorkflowTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{14} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{14} } func (m *GetWorkflowTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetWorkflowTemplateRequest.Unmarshal(m, b) @@ -1656,7 +1656,7 @@ func (m *InstantiateWorkflowTemplateRequest) Reset() { *m = InstantiateW func (m *InstantiateWorkflowTemplateRequest) String() string { return proto.CompactTextString(m) } func (*InstantiateWorkflowTemplateRequest) ProtoMessage() {} func (*InstantiateWorkflowTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{15} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{15} } func (m *InstantiateWorkflowTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InstantiateWorkflowTemplateRequest.Unmarshal(m, b) @@ -1733,7 +1733,7 @@ func (m *InstantiateInlineWorkflowTemplateRequest) Reset() { func (m *InstantiateInlineWorkflowTemplateRequest) String() string { return proto.CompactTextString(m) } func (*InstantiateInlineWorkflowTemplateRequest) ProtoMessage() {} func (*InstantiateInlineWorkflowTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{16} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{16} } func (m *InstantiateInlineWorkflowTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InstantiateInlineWorkflowTemplateRequest.Unmarshal(m, b) @@ -1789,7 +1789,7 @@ func (m *UpdateWorkflowTemplateRequest) Reset() { *m = UpdateWorkflowTem func (m *UpdateWorkflowTemplateRequest) String() string { return proto.CompactTextString(m) } func (*UpdateWorkflowTemplateRequest) ProtoMessage() {} func (*UpdateWorkflowTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{17} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{17} } func (m *UpdateWorkflowTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateWorkflowTemplateRequest.Unmarshal(m, b) @@ -1836,7 +1836,7 @@ func (m *ListWorkflowTemplatesRequest) Reset() { *m = ListWorkflowTempla func (m *ListWorkflowTemplatesRequest) String() string { return proto.CompactTextString(m) } func (*ListWorkflowTemplatesRequest) ProtoMessage() {} func (*ListWorkflowTemplatesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{18} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{18} } func (m *ListWorkflowTemplatesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListWorkflowTemplatesRequest.Unmarshal(m, b) @@ -1894,7 +1894,7 @@ func (m *ListWorkflowTemplatesResponse) Reset() { *m = ListWorkflowTempl func (m *ListWorkflowTemplatesResponse) String() string { return proto.CompactTextString(m) } func (*ListWorkflowTemplatesResponse) ProtoMessage() {} func (*ListWorkflowTemplatesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{19} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{19} } func (m *ListWorkflowTemplatesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListWorkflowTemplatesResponse.Unmarshal(m, b) @@ -1949,7 +1949,7 @@ func (m *DeleteWorkflowTemplateRequest) Reset() { *m = DeleteWorkflowTem func (m *DeleteWorkflowTemplateRequest) String() string { return proto.CompactTextString(m) } func (*DeleteWorkflowTemplateRequest) ProtoMessage() {} func (*DeleteWorkflowTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_59ea55b2e6560827, []int{20} + return fileDescriptor_workflow_templates_68e4e5d738482813, []int{20} } func (m *DeleteWorkflowTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteWorkflowTemplateRequest.Unmarshal(m, b) @@ -2386,10 +2386,10 @@ var _WorkflowTemplateService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dataproc/v1/workflow_templates.proto", fileDescriptor_workflow_templates_59ea55b2e6560827) + proto.RegisterFile("google/cloud/dataproc/v1/workflow_templates.proto", fileDescriptor_workflow_templates_68e4e5d738482813) } -var fileDescriptor_workflow_templates_59ea55b2e6560827 = []byte{ +var fileDescriptor_workflow_templates_68e4e5d738482813 = []byte{ // 2000 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x59, 0xcd, 0x6f, 0xdb, 0xc8, 0x15, 0x37, 0x65, 0x4b, 0x96, 0x9e, 0x62, 0x5b, 0x3b, 0x69, 0xbc, 0xaa, 0x12, 0xa3, 0x0e, 0xb7, diff --git a/googleapis/cloud/dataproc/v1beta2/clusters.pb.go b/googleapis/cloud/dataproc/v1beta2/clusters.pb.go index 002e1c2dcd..ca145519f4 100644 --- a/googleapis/cloud/dataproc/v1beta2/clusters.pb.go +++ b/googleapis/cloud/dataproc/v1beta2/clusters.pb.go @@ -67,7 +67,7 @@ func (x ClusterStatus_State) String() string { return proto.EnumName(ClusterStatus_State_name, int32(x)) } func (ClusterStatus_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{10, 0} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{10, 0} } // The cluster substate. @@ -104,7 +104,7 @@ func (x ClusterStatus_Substate) String() string { return proto.EnumName(ClusterStatus_Substate_name, int32(x)) } func (ClusterStatus_Substate) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{10, 1} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{10, 1} } // Describes the identifying information, config, and status of @@ -147,7 +147,7 @@ func (m *Cluster) Reset() { *m = Cluster{} } func (m *Cluster) String() string { return proto.CompactTextString(m) } func (*Cluster) ProtoMessage() {} func (*Cluster) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{0} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{0} } func (m *Cluster) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Cluster.Unmarshal(m, b) @@ -273,7 +273,7 @@ func (m *ClusterConfig) Reset() { *m = ClusterConfig{} } func (m *ClusterConfig) String() string { return proto.CompactTextString(m) } func (*ClusterConfig) ProtoMessage() {} func (*ClusterConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{1} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{1} } func (m *ClusterConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterConfig.Unmarshal(m, b) @@ -370,7 +370,7 @@ func (m *EncryptionConfig) Reset() { *m = EncryptionConfig{} } func (m *EncryptionConfig) String() string { return proto.CompactTextString(m) } func (*EncryptionConfig) ProtoMessage() {} func (*EncryptionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{2} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{2} } func (m *EncryptionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EncryptionConfig.Unmarshal(m, b) @@ -483,7 +483,7 @@ func (m *GceClusterConfig) Reset() { *m = GceClusterConfig{} } func (m *GceClusterConfig) String() string { return proto.CompactTextString(m) } func (*GceClusterConfig) ProtoMessage() {} func (*GceClusterConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{3} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{3} } func (m *GceClusterConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GceClusterConfig.Unmarshal(m, b) @@ -614,7 +614,7 @@ func (m *InstanceGroupConfig) Reset() { *m = InstanceGroupConfig{} } func (m *InstanceGroupConfig) String() string { return proto.CompactTextString(m) } func (*InstanceGroupConfig) ProtoMessage() {} func (*InstanceGroupConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{4} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{4} } func (m *InstanceGroupConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InstanceGroupConfig.Unmarshal(m, b) @@ -713,7 +713,7 @@ func (m *ManagedGroupConfig) Reset() { *m = ManagedGroupConfig{} } func (m *ManagedGroupConfig) String() string { return proto.CompactTextString(m) } func (*ManagedGroupConfig) ProtoMessage() {} func (*ManagedGroupConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{5} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{5} } func (m *ManagedGroupConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ManagedGroupConfig.Unmarshal(m, b) @@ -776,7 +776,7 @@ func (m *AcceleratorConfig) Reset() { *m = AcceleratorConfig{} } func (m *AcceleratorConfig) String() string { return proto.CompactTextString(m) } func (*AcceleratorConfig) ProtoMessage() {} func (*AcceleratorConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{6} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{6} } func (m *AcceleratorConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AcceleratorConfig.Unmarshal(m, b) @@ -834,7 +834,7 @@ func (m *DiskConfig) Reset() { *m = DiskConfig{} } func (m *DiskConfig) String() string { return proto.CompactTextString(m) } func (*DiskConfig) ProtoMessage() {} func (*DiskConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{7} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{7} } func (m *DiskConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DiskConfig.Unmarshal(m, b) @@ -900,7 +900,7 @@ func (m *LifecycleConfig) Reset() { *m = LifecycleConfig{} } func (m *LifecycleConfig) String() string { return proto.CompactTextString(m) } func (*LifecycleConfig) ProtoMessage() {} func (*LifecycleConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{8} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{8} } func (m *LifecycleConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LifecycleConfig.Unmarshal(m, b) @@ -1057,7 +1057,7 @@ func (m *NodeInitializationAction) Reset() { *m = NodeInitializationActi func (m *NodeInitializationAction) String() string { return proto.CompactTextString(m) } func (*NodeInitializationAction) ProtoMessage() {} func (*NodeInitializationAction) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{9} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{9} } func (m *NodeInitializationAction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeInitializationAction.Unmarshal(m, b) @@ -1111,7 +1111,7 @@ func (m *ClusterStatus) Reset() { *m = ClusterStatus{} } func (m *ClusterStatus) String() string { return proto.CompactTextString(m) } func (*ClusterStatus) ProtoMessage() {} func (*ClusterStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{10} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{10} } func (m *ClusterStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterStatus.Unmarshal(m, b) @@ -1197,7 +1197,7 @@ func (m *SoftwareConfig) Reset() { *m = SoftwareConfig{} } func (m *SoftwareConfig) String() string { return proto.CompactTextString(m) } func (*SoftwareConfig) ProtoMessage() {} func (*SoftwareConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{11} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{11} } func (m *SoftwareConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SoftwareConfig.Unmarshal(m, b) @@ -1249,7 +1249,7 @@ func (m *ClusterMetrics) Reset() { *m = ClusterMetrics{} } func (m *ClusterMetrics) String() string { return proto.CompactTextString(m) } func (*ClusterMetrics) ProtoMessage() {} func (*ClusterMetrics) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{12} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{12} } func (m *ClusterMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterMetrics.Unmarshal(m, b) @@ -1314,7 +1314,7 @@ func (m *CreateClusterRequest) Reset() { *m = CreateClusterRequest{} } func (m *CreateClusterRequest) String() string { return proto.CompactTextString(m) } func (*CreateClusterRequest) ProtoMessage() {} func (*CreateClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{13} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{13} } func (m *CreateClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateClusterRequest.Unmarshal(m, b) @@ -1461,7 +1461,7 @@ func (m *UpdateClusterRequest) Reset() { *m = UpdateClusterRequest{} } func (m *UpdateClusterRequest) String() string { return proto.CompactTextString(m) } func (*UpdateClusterRequest) ProtoMessage() {} func (*UpdateClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{14} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{14} } func (m *UpdateClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateClusterRequest.Unmarshal(m, b) @@ -1564,7 +1564,7 @@ func (m *DeleteClusterRequest) Reset() { *m = DeleteClusterRequest{} } func (m *DeleteClusterRequest) String() string { return proto.CompactTextString(m) } func (*DeleteClusterRequest) ProtoMessage() {} func (*DeleteClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{15} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{15} } func (m *DeleteClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteClusterRequest.Unmarshal(m, b) @@ -1637,7 +1637,7 @@ func (m *GetClusterRequest) Reset() { *m = GetClusterRequest{} } func (m *GetClusterRequest) String() string { return proto.CompactTextString(m) } func (*GetClusterRequest) ProtoMessage() {} func (*GetClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{16} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{16} } func (m *GetClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetClusterRequest.Unmarshal(m, b) @@ -1718,7 +1718,7 @@ func (m *ListClustersRequest) Reset() { *m = ListClustersRequest{} } func (m *ListClustersRequest) String() string { return proto.CompactTextString(m) } func (*ListClustersRequest) ProtoMessage() {} func (*ListClustersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{17} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{17} } func (m *ListClustersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListClustersRequest.Unmarshal(m, b) @@ -1790,7 +1790,7 @@ func (m *ListClustersResponse) Reset() { *m = ListClustersResponse{} } func (m *ListClustersResponse) String() string { return proto.CompactTextString(m) } func (*ListClustersResponse) ProtoMessage() {} func (*ListClustersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{18} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{18} } func (m *ListClustersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListClustersResponse.Unmarshal(m, b) @@ -1842,7 +1842,7 @@ func (m *DiagnoseClusterRequest) Reset() { *m = DiagnoseClusterRequest{} func (m *DiagnoseClusterRequest) String() string { return proto.CompactTextString(m) } func (*DiagnoseClusterRequest) ProtoMessage() {} func (*DiagnoseClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{19} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{19} } func (m *DiagnoseClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DiagnoseClusterRequest.Unmarshal(m, b) @@ -1898,7 +1898,7 @@ func (m *DiagnoseClusterResults) Reset() { *m = DiagnoseClusterResults{} func (m *DiagnoseClusterResults) String() string { return proto.CompactTextString(m) } func (*DiagnoseClusterResults) ProtoMessage() {} func (*DiagnoseClusterResults) Descriptor() ([]byte, []int) { - return fileDescriptor_clusters_4285e37bff34cb9e, []int{20} + return fileDescriptor_clusters_794cf83e9cf994b6, []int{20} } func (m *DiagnoseClusterResults) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DiagnoseClusterResults.Unmarshal(m, b) @@ -2210,10 +2210,10 @@ var _ClusterController_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dataproc/v1beta2/clusters.proto", fileDescriptor_clusters_4285e37bff34cb9e) + proto.RegisterFile("google/cloud/dataproc/v1beta2/clusters.proto", fileDescriptor_clusters_794cf83e9cf994b6) } -var fileDescriptor_clusters_4285e37bff34cb9e = []byte{ +var fileDescriptor_clusters_794cf83e9cf994b6 = []byte{ // 2227 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x59, 0x4b, 0x73, 0x1b, 0xc7, 0x11, 0xd6, 0x12, 0x7c, 0x80, 0x0d, 0xe2, 0xc1, 0x31, 0xcd, 0xc0, 0x74, 0x14, 0xcb, 0xeb, 0xc4, diff --git a/googleapis/cloud/dataproc/v1beta2/jobs.pb.go b/googleapis/cloud/dataproc/v1beta2/jobs.pb.go index 3222243ddb..8ea6e8e3be 100644 --- a/googleapis/cloud/dataproc/v1beta2/jobs.pb.go +++ b/googleapis/cloud/dataproc/v1beta2/jobs.pb.go @@ -80,7 +80,7 @@ func (x LoggingConfig_Level) String() string { return proto.EnumName(LoggingConfig_Level_name, int32(x)) } func (LoggingConfig_Level) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{0, 0} + return fileDescriptor_jobs_283891adf4097baf, []int{0, 0} } // The job state. @@ -143,7 +143,7 @@ func (x JobStatus_State) String() string { return proto.EnumName(JobStatus_State_name, int32(x)) } func (JobStatus_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{9, 0} + return fileDescriptor_jobs_283891adf4097baf, []int{9, 0} } // The job substate. @@ -187,7 +187,7 @@ func (x JobStatus_Substate) String() string { return proto.EnumName(JobStatus_Substate_name, int32(x)) } func (JobStatus_Substate) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{9, 1} + return fileDescriptor_jobs_283891adf4097baf, []int{9, 1} } // The application state, corresponding to @@ -242,7 +242,7 @@ func (x YarnApplication_State) String() string { return proto.EnumName(YarnApplication_State_name, int32(x)) } func (YarnApplication_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{11, 0} + return fileDescriptor_jobs_283891adf4097baf, []int{11, 0} } // A matcher that specifies categories of job states. @@ -273,7 +273,7 @@ func (x ListJobsRequest_JobStateMatcher) String() string { return proto.EnumName(ListJobsRequest_JobStateMatcher_name, int32(x)) } func (ListJobsRequest_JobStateMatcher) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{16, 0} + return fileDescriptor_jobs_283891adf4097baf, []int{16, 0} } // The runtime logging config of the job. @@ -292,7 +292,7 @@ func (m *LoggingConfig) Reset() { *m = LoggingConfig{} } func (m *LoggingConfig) String() string { return proto.CompactTextString(m) } func (*LoggingConfig) ProtoMessage() {} func (*LoggingConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{0} + return fileDescriptor_jobs_283891adf4097baf, []int{0} } func (m *LoggingConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LoggingConfig.Unmarshal(m, b) @@ -366,7 +366,7 @@ func (m *HadoopJob) Reset() { *m = HadoopJob{} } func (m *HadoopJob) String() string { return proto.CompactTextString(m) } func (*HadoopJob) ProtoMessage() {} func (*HadoopJob) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{1} + return fileDescriptor_jobs_283891adf4097baf, []int{1} } func (m *HadoopJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HadoopJob.Unmarshal(m, b) @@ -574,7 +574,7 @@ func (m *SparkJob) Reset() { *m = SparkJob{} } func (m *SparkJob) String() string { return proto.CompactTextString(m) } func (*SparkJob) ProtoMessage() {} func (*SparkJob) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{2} + return fileDescriptor_jobs_283891adf4097baf, []int{2} } func (m *SparkJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SparkJob.Unmarshal(m, b) @@ -779,7 +779,7 @@ func (m *PySparkJob) Reset() { *m = PySparkJob{} } func (m *PySparkJob) String() string { return proto.CompactTextString(m) } func (*PySparkJob) ProtoMessage() {} func (*PySparkJob) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{3} + return fileDescriptor_jobs_283891adf4097baf, []int{3} } func (m *PySparkJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PySparkJob.Unmarshal(m, b) @@ -881,7 +881,7 @@ func (m *QueryList) Reset() { *m = QueryList{} } func (m *QueryList) String() string { return proto.CompactTextString(m) } func (*QueryList) ProtoMessage() {} func (*QueryList) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{4} + return fileDescriptor_jobs_283891adf4097baf, []int{4} } func (m *QueryList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryList.Unmarshal(m, b) @@ -943,7 +943,7 @@ func (m *HiveJob) Reset() { *m = HiveJob{} } func (m *HiveJob) String() string { return proto.CompactTextString(m) } func (*HiveJob) ProtoMessage() {} func (*HiveJob) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{5} + return fileDescriptor_jobs_283891adf4097baf, []int{5} } func (m *HiveJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HiveJob.Unmarshal(m, b) @@ -1128,7 +1128,7 @@ func (m *SparkSqlJob) Reset() { *m = SparkSqlJob{} } func (m *SparkSqlJob) String() string { return proto.CompactTextString(m) } func (*SparkSqlJob) ProtoMessage() {} func (*SparkSqlJob) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{6} + return fileDescriptor_jobs_283891adf4097baf, []int{6} } func (m *SparkSqlJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SparkSqlJob.Unmarshal(m, b) @@ -1319,7 +1319,7 @@ func (m *PigJob) Reset() { *m = PigJob{} } func (m *PigJob) String() string { return proto.CompactTextString(m) } func (*PigJob) ProtoMessage() {} func (*PigJob) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{7} + return fileDescriptor_jobs_283891adf4097baf, []int{7} } func (m *PigJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PigJob.Unmarshal(m, b) @@ -1497,7 +1497,7 @@ func (m *JobPlacement) Reset() { *m = JobPlacement{} } func (m *JobPlacement) String() string { return proto.CompactTextString(m) } func (*JobPlacement) ProtoMessage() {} func (*JobPlacement) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{8} + return fileDescriptor_jobs_283891adf4097baf, []int{8} } func (m *JobPlacement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobPlacement.Unmarshal(m, b) @@ -1552,7 +1552,7 @@ func (m *JobStatus) Reset() { *m = JobStatus{} } func (m *JobStatus) String() string { return proto.CompactTextString(m) } func (*JobStatus) ProtoMessage() {} func (*JobStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{9} + return fileDescriptor_jobs_283891adf4097baf, []int{9} } func (m *JobStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobStatus.Unmarshal(m, b) @@ -1620,7 +1620,7 @@ func (m *JobReference) Reset() { *m = JobReference{} } func (m *JobReference) String() string { return proto.CompactTextString(m) } func (*JobReference) ProtoMessage() {} func (*JobReference) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{10} + return fileDescriptor_jobs_283891adf4097baf, []int{10} } func (m *JobReference) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobReference.Unmarshal(m, b) @@ -1680,7 +1680,7 @@ func (m *YarnApplication) Reset() { *m = YarnApplication{} } func (m *YarnApplication) String() string { return proto.CompactTextString(m) } func (*YarnApplication) ProtoMessage() {} func (*YarnApplication) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{11} + return fileDescriptor_jobs_283891adf4097baf, []int{11} } func (m *YarnApplication) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_YarnApplication.Unmarshal(m, b) @@ -1792,7 +1792,7 @@ func (m *Job) Reset() { *m = Job{} } func (m *Job) String() string { return proto.CompactTextString(m) } func (*Job) ProtoMessage() {} func (*Job) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{12} + return fileDescriptor_jobs_283891adf4097baf, []int{12} } func (m *Job) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Job.Unmarshal(m, b) @@ -2148,7 +2148,7 @@ func (m *JobScheduling) Reset() { *m = JobScheduling{} } func (m *JobScheduling) String() string { return proto.CompactTextString(m) } func (*JobScheduling) ProtoMessage() {} func (*JobScheduling) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{13} + return fileDescriptor_jobs_283891adf4097baf, []int{13} } func (m *JobScheduling) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobScheduling.Unmarshal(m, b) @@ -2206,7 +2206,7 @@ func (m *SubmitJobRequest) Reset() { *m = SubmitJobRequest{} } func (m *SubmitJobRequest) String() string { return proto.CompactTextString(m) } func (*SubmitJobRequest) ProtoMessage() {} func (*SubmitJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{14} + return fileDescriptor_jobs_283891adf4097baf, []int{14} } func (m *SubmitJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SubmitJobRequest.Unmarshal(m, b) @@ -2272,7 +2272,7 @@ func (m *GetJobRequest) Reset() { *m = GetJobRequest{} } func (m *GetJobRequest) String() string { return proto.CompactTextString(m) } func (*GetJobRequest) ProtoMessage() {} func (*GetJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{15} + return fileDescriptor_jobs_283891adf4097baf, []int{15} } func (m *GetJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetJobRequest.Unmarshal(m, b) @@ -2357,7 +2357,7 @@ func (m *ListJobsRequest) Reset() { *m = ListJobsRequest{} } func (m *ListJobsRequest) String() string { return proto.CompactTextString(m) } func (*ListJobsRequest) ProtoMessage() {} func (*ListJobsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{16} + return fileDescriptor_jobs_283891adf4097baf, []int{16} } func (m *ListJobsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobsRequest.Unmarshal(m, b) @@ -2453,7 +2453,7 @@ func (m *UpdateJobRequest) Reset() { *m = UpdateJobRequest{} } func (m *UpdateJobRequest) String() string { return proto.CompactTextString(m) } func (*UpdateJobRequest) ProtoMessage() {} func (*UpdateJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{17} + return fileDescriptor_jobs_283891adf4097baf, []int{17} } func (m *UpdateJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateJobRequest.Unmarshal(m, b) @@ -2525,7 +2525,7 @@ func (m *ListJobsResponse) Reset() { *m = ListJobsResponse{} } func (m *ListJobsResponse) String() string { return proto.CompactTextString(m) } func (*ListJobsResponse) ProtoMessage() {} func (*ListJobsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{18} + return fileDescriptor_jobs_283891adf4097baf, []int{18} } func (m *ListJobsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobsResponse.Unmarshal(m, b) @@ -2577,7 +2577,7 @@ func (m *CancelJobRequest) Reset() { *m = CancelJobRequest{} } func (m *CancelJobRequest) String() string { return proto.CompactTextString(m) } func (*CancelJobRequest) ProtoMessage() {} func (*CancelJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{19} + return fileDescriptor_jobs_283891adf4097baf, []int{19} } func (m *CancelJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CancelJobRequest.Unmarshal(m, b) @@ -2636,7 +2636,7 @@ func (m *DeleteJobRequest) Reset() { *m = DeleteJobRequest{} } func (m *DeleteJobRequest) String() string { return proto.CompactTextString(m) } func (*DeleteJobRequest) ProtoMessage() {} func (*DeleteJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_jobs_6da4544893ea0be7, []int{20} + return fileDescriptor_jobs_283891adf4097baf, []int{20} } func (m *DeleteJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteJobRequest.Unmarshal(m, b) @@ -2977,10 +2977,10 @@ var _JobController_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dataproc/v1beta2/jobs.proto", fileDescriptor_jobs_6da4544893ea0be7) + proto.RegisterFile("google/cloud/dataproc/v1beta2/jobs.proto", fileDescriptor_jobs_283891adf4097baf) } -var fileDescriptor_jobs_6da4544893ea0be7 = []byte{ +var fileDescriptor_jobs_283891adf4097baf = []byte{ // 2341 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x5a, 0xcf, 0x73, 0xdb, 0xc6, 0xf5, 0x17, 0x7f, 0x13, 0x8f, 0xfa, 0x01, 0x6d, 0xec, 0x7c, 0xf9, 0xa5, 0x9b, 0x89, 0x82, 0x99, diff --git a/googleapis/cloud/dataproc/v1beta2/operations.pb.go b/googleapis/cloud/dataproc/v1beta2/operations.pb.go index 812fcf5e81..5966dac13f 100644 --- a/googleapis/cloud/dataproc/v1beta2/operations.pb.go +++ b/googleapis/cloud/dataproc/v1beta2/operations.pb.go @@ -51,7 +51,7 @@ func (x ClusterOperationStatus_State) String() string { return proto.EnumName(ClusterOperationStatus_State_name, int32(x)) } func (ClusterOperationStatus_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_operations_b5f0912bfbd4b982, []int{0, 0} + return fileDescriptor_operations_80c07007f2fde7d1, []int{0, 0} } // The status of the operation. @@ -73,7 +73,7 @@ func (m *ClusterOperationStatus) Reset() { *m = ClusterOperationStatus{} func (m *ClusterOperationStatus) String() string { return proto.CompactTextString(m) } func (*ClusterOperationStatus) ProtoMessage() {} func (*ClusterOperationStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_b5f0912bfbd4b982, []int{0} + return fileDescriptor_operations_80c07007f2fde7d1, []int{0} } func (m *ClusterOperationStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterOperationStatus.Unmarshal(m, b) @@ -148,7 +148,7 @@ func (m *ClusterOperationMetadata) Reset() { *m = ClusterOperationMetada func (m *ClusterOperationMetadata) String() string { return proto.CompactTextString(m) } func (*ClusterOperationMetadata) ProtoMessage() {} func (*ClusterOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_b5f0912bfbd4b982, []int{1} + return fileDescriptor_operations_80c07007f2fde7d1, []int{1} } func (m *ClusterOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterOperationMetadata.Unmarshal(m, b) @@ -232,10 +232,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/dataproc/v1beta2/operations.proto", fileDescriptor_operations_b5f0912bfbd4b982) + proto.RegisterFile("google/cloud/dataproc/v1beta2/operations.proto", fileDescriptor_operations_80c07007f2fde7d1) } -var fileDescriptor_operations_b5f0912bfbd4b982 = []byte{ +var fileDescriptor_operations_80c07007f2fde7d1 = []byte{ // 537 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x5f, 0x8b, 0xd3, 0x4e, 0x14, 0xfd, 0xa5, 0xff, 0x7b, 0xb3, 0xed, 0xaf, 0x0c, 0x22, 0x43, 0x51, 0x36, 0x5b, 0x10, 0xfa, diff --git a/googleapis/cloud/dataproc/v1beta2/shared.pb.go b/googleapis/cloud/dataproc/v1beta2/shared.pb.go index 2cc255029a..51c8eb616d 100644 --- a/googleapis/cloud/dataproc/v1beta2/shared.pb.go +++ b/googleapis/cloud/dataproc/v1beta2/shared.pb.go @@ -20,10 +20,10 @@ var _ = math.Inf const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package func init() { - proto.RegisterFile("google/cloud/dataproc/v1beta2/shared.proto", fileDescriptor_shared_a231fcd9ac6a326c) + proto.RegisterFile("google/cloud/dataproc/v1beta2/shared.proto", fileDescriptor_shared_5c6b7853e2deb331) } -var fileDescriptor_shared_a231fcd9ac6a326c = []byte{ +var fileDescriptor_shared_5c6b7853e2deb331 = []byte{ // 157 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x8e, 0xa1, 0x0e, 0x02, 0x31, 0x0c, 0x40, 0x83, 0x41, 0x1c, 0x0e, 0x49, 0x40, 0x60, 0x11, 0x6d, 0x00, 0x89, 0xbb, 0x04, 0x7f, diff --git a/googleapis/cloud/dataproc/v1beta2/workflow_templates.pb.go b/googleapis/cloud/dataproc/v1beta2/workflow_templates.pb.go index 1fe62e2986..10d5bace9d 100644 --- a/googleapis/cloud/dataproc/v1beta2/workflow_templates.pb.go +++ b/googleapis/cloud/dataproc/v1beta2/workflow_templates.pb.go @@ -58,7 +58,7 @@ func (x WorkflowMetadata_State) String() string { return proto.EnumName(WorkflowMetadata_State_name, int32(x)) } func (WorkflowMetadata_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{9, 0} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{9, 0} } // The workflow node state. @@ -101,7 +101,7 @@ func (x WorkflowNode_NodeState) String() string { return proto.EnumName(WorkflowNode_NodeState_name, int32(x)) } func (WorkflowNode_NodeState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{12, 0} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{12, 0} } // A Cloud Dataproc workflow template resource. @@ -160,7 +160,7 @@ func (m *WorkflowTemplate) Reset() { *m = WorkflowTemplate{} } func (m *WorkflowTemplate) String() string { return proto.CompactTextString(m) } func (*WorkflowTemplate) ProtoMessage() {} func (*WorkflowTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{0} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{0} } func (m *WorkflowTemplate) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkflowTemplate.Unmarshal(m, b) @@ -263,7 +263,7 @@ func (m *WorkflowTemplatePlacement) Reset() { *m = WorkflowTemplatePlace func (m *WorkflowTemplatePlacement) String() string { return proto.CompactTextString(m) } func (*WorkflowTemplatePlacement) ProtoMessage() {} func (*WorkflowTemplatePlacement) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{1} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{1} } func (m *WorkflowTemplatePlacement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkflowTemplatePlacement.Unmarshal(m, b) @@ -425,7 +425,7 @@ func (m *ManagedCluster) Reset() { *m = ManagedCluster{} } func (m *ManagedCluster) String() string { return proto.CompactTextString(m) } func (*ManagedCluster) ProtoMessage() {} func (*ManagedCluster) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{2} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{2} } func (m *ManagedCluster) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ManagedCluster.Unmarshal(m, b) @@ -486,7 +486,7 @@ func (m *ClusterSelector) Reset() { *m = ClusterSelector{} } func (m *ClusterSelector) String() string { return proto.CompactTextString(m) } func (*ClusterSelector) ProtoMessage() {} func (*ClusterSelector) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{3} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{3} } func (m *ClusterSelector) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterSelector.Unmarshal(m, b) @@ -569,7 +569,7 @@ func (m *OrderedJob) Reset() { *m = OrderedJob{} } func (m *OrderedJob) String() string { return proto.CompactTextString(m) } func (*OrderedJob) ProtoMessage() {} func (*OrderedJob) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{4} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{4} } func (m *OrderedJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OrderedJob.Unmarshal(m, b) @@ -933,7 +933,7 @@ func (m *TemplateParameter) Reset() { *m = TemplateParameter{} } func (m *TemplateParameter) String() string { return proto.CompactTextString(m) } func (*TemplateParameter) ProtoMessage() {} func (*TemplateParameter) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{5} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{5} } func (m *TemplateParameter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TemplateParameter.Unmarshal(m, b) @@ -998,7 +998,7 @@ func (m *ParameterValidation) Reset() { *m = ParameterValidation{} } func (m *ParameterValidation) String() string { return proto.CompactTextString(m) } func (*ParameterValidation) ProtoMessage() {} func (*ParameterValidation) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{6} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{6} } func (m *ParameterValidation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ParameterValidation.Unmarshal(m, b) @@ -1144,7 +1144,7 @@ func (m *RegexValidation) Reset() { *m = RegexValidation{} } func (m *RegexValidation) String() string { return proto.CompactTextString(m) } func (*RegexValidation) ProtoMessage() {} func (*RegexValidation) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{7} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{7} } func (m *RegexValidation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RegexValidation.Unmarshal(m, b) @@ -1184,7 +1184,7 @@ func (m *ValueValidation) Reset() { *m = ValueValidation{} } func (m *ValueValidation) String() string { return proto.CompactTextString(m) } func (*ValueValidation) ProtoMessage() {} func (*ValueValidation) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{8} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{8} } func (m *ValueValidation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValueValidation.Unmarshal(m, b) @@ -1245,7 +1245,7 @@ func (m *WorkflowMetadata) Reset() { *m = WorkflowMetadata{} } func (m *WorkflowMetadata) String() string { return proto.CompactTextString(m) } func (*WorkflowMetadata) ProtoMessage() {} func (*WorkflowMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{9} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{9} } func (m *WorkflowMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkflowMetadata.Unmarshal(m, b) @@ -1359,7 +1359,7 @@ func (m *ClusterOperation) Reset() { *m = ClusterOperation{} } func (m *ClusterOperation) String() string { return proto.CompactTextString(m) } func (*ClusterOperation) ProtoMessage() {} func (*ClusterOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{10} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{10} } func (m *ClusterOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterOperation.Unmarshal(m, b) @@ -1413,7 +1413,7 @@ func (m *WorkflowGraph) Reset() { *m = WorkflowGraph{} } func (m *WorkflowGraph) String() string { return proto.CompactTextString(m) } func (*WorkflowGraph) ProtoMessage() {} func (*WorkflowGraph) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{11} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{11} } func (m *WorkflowGraph) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkflowGraph.Unmarshal(m, b) @@ -1461,7 +1461,7 @@ func (m *WorkflowNode) Reset() { *m = WorkflowNode{} } func (m *WorkflowNode) String() string { return proto.CompactTextString(m) } func (*WorkflowNode) ProtoMessage() {} func (*WorkflowNode) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{12} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{12} } func (m *WorkflowNode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkflowNode.Unmarshal(m, b) @@ -1533,7 +1533,7 @@ func (m *CreateWorkflowTemplateRequest) Reset() { *m = CreateWorkflowTem func (m *CreateWorkflowTemplateRequest) String() string { return proto.CompactTextString(m) } func (*CreateWorkflowTemplateRequest) ProtoMessage() {} func (*CreateWorkflowTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{13} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{13} } func (m *CreateWorkflowTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateWorkflowTemplateRequest.Unmarshal(m, b) @@ -1587,7 +1587,7 @@ func (m *GetWorkflowTemplateRequest) Reset() { *m = GetWorkflowTemplateR func (m *GetWorkflowTemplateRequest) String() string { return proto.CompactTextString(m) } func (*GetWorkflowTemplateRequest) ProtoMessage() {} func (*GetWorkflowTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{14} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{14} } func (m *GetWorkflowTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetWorkflowTemplateRequest.Unmarshal(m, b) @@ -1658,7 +1658,7 @@ func (m *InstantiateWorkflowTemplateRequest) Reset() { *m = InstantiateW func (m *InstantiateWorkflowTemplateRequest) String() string { return proto.CompactTextString(m) } func (*InstantiateWorkflowTemplateRequest) ProtoMessage() {} func (*InstantiateWorkflowTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{15} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{15} } func (m *InstantiateWorkflowTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InstantiateWorkflowTemplateRequest.Unmarshal(m, b) @@ -1745,7 +1745,7 @@ func (m *InstantiateInlineWorkflowTemplateRequest) Reset() { func (m *InstantiateInlineWorkflowTemplateRequest) String() string { return proto.CompactTextString(m) } func (*InstantiateInlineWorkflowTemplateRequest) ProtoMessage() {} func (*InstantiateInlineWorkflowTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{16} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{16} } func (m *InstantiateInlineWorkflowTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InstantiateInlineWorkflowTemplateRequest.Unmarshal(m, b) @@ -1808,7 +1808,7 @@ func (m *UpdateWorkflowTemplateRequest) Reset() { *m = UpdateWorkflowTem func (m *UpdateWorkflowTemplateRequest) String() string { return proto.CompactTextString(m) } func (*UpdateWorkflowTemplateRequest) ProtoMessage() {} func (*UpdateWorkflowTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{17} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{17} } func (m *UpdateWorkflowTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateWorkflowTemplateRequest.Unmarshal(m, b) @@ -1855,7 +1855,7 @@ func (m *ListWorkflowTemplatesRequest) Reset() { *m = ListWorkflowTempla func (m *ListWorkflowTemplatesRequest) String() string { return proto.CompactTextString(m) } func (*ListWorkflowTemplatesRequest) ProtoMessage() {} func (*ListWorkflowTemplatesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{18} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{18} } func (m *ListWorkflowTemplatesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListWorkflowTemplatesRequest.Unmarshal(m, b) @@ -1913,7 +1913,7 @@ func (m *ListWorkflowTemplatesResponse) Reset() { *m = ListWorkflowTempl func (m *ListWorkflowTemplatesResponse) String() string { return proto.CompactTextString(m) } func (*ListWorkflowTemplatesResponse) ProtoMessage() {} func (*ListWorkflowTemplatesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{19} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{19} } func (m *ListWorkflowTemplatesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListWorkflowTemplatesResponse.Unmarshal(m, b) @@ -1968,7 +1968,7 @@ func (m *DeleteWorkflowTemplateRequest) Reset() { *m = DeleteWorkflowTem func (m *DeleteWorkflowTemplateRequest) String() string { return proto.CompactTextString(m) } func (*DeleteWorkflowTemplateRequest) ProtoMessage() {} func (*DeleteWorkflowTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_workflow_templates_2ad22b34e7e2669f, []int{20} + return fileDescriptor_workflow_templates_fbee3ed8540fe470, []int{20} } func (m *DeleteWorkflowTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteWorkflowTemplateRequest.Unmarshal(m, b) @@ -2405,10 +2405,10 @@ var _WorkflowTemplateService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dataproc/v1beta2/workflow_templates.proto", fileDescriptor_workflow_templates_2ad22b34e7e2669f) + proto.RegisterFile("google/cloud/dataproc/v1beta2/workflow_templates.proto", fileDescriptor_workflow_templates_fbee3ed8540fe470) } -var fileDescriptor_workflow_templates_2ad22b34e7e2669f = []byte{ +var fileDescriptor_workflow_templates_fbee3ed8540fe470 = []byte{ // 2038 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x59, 0xcf, 0x6f, 0xe3, 0x58, 0x1d, 0xaf, 0xdd, 0x26, 0x4d, 0xbe, 0x99, 0x36, 0xd9, 0x37, 0x4c, 0x27, 0x64, 0xb6, 0xda, 0x8e, diff --git a/googleapis/cloud/dialogflow/v2/agent.pb.go b/googleapis/cloud/dialogflow/v2/agent.pb.go index 22debb3cef..9bc8f7c636 100644 --- a/googleapis/cloud/dialogflow/v2/agent.pb.go +++ b/googleapis/cloud/dialogflow/v2/agent.pb.go @@ -57,7 +57,7 @@ func (x Agent_MatchMode) String() string { return proto.EnumName(Agent_MatchMode_name, int32(x)) } func (Agent_MatchMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_agent_051bf7477cc6a24b, []int{0, 0} + return fileDescriptor_agent_df65ea9e23826b36, []int{0, 0} } // Represents a conversational agent. @@ -110,7 +110,7 @@ func (m *Agent) Reset() { *m = Agent{} } func (m *Agent) String() string { return proto.CompactTextString(m) } func (*Agent) ProtoMessage() {} func (*Agent) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_051bf7477cc6a24b, []int{0} + return fileDescriptor_agent_df65ea9e23826b36, []int{0} } func (m *Agent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Agent.Unmarshal(m, b) @@ -214,7 +214,7 @@ func (m *GetAgentRequest) Reset() { *m = GetAgentRequest{} } func (m *GetAgentRequest) String() string { return proto.CompactTextString(m) } func (*GetAgentRequest) ProtoMessage() {} func (*GetAgentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_051bf7477cc6a24b, []int{1} + return fileDescriptor_agent_df65ea9e23826b36, []int{1} } func (m *GetAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAgentRequest.Unmarshal(m, b) @@ -260,7 +260,7 @@ func (m *SearchAgentsRequest) Reset() { *m = SearchAgentsRequest{} } func (m *SearchAgentsRequest) String() string { return proto.CompactTextString(m) } func (*SearchAgentsRequest) ProtoMessage() {} func (*SearchAgentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_051bf7477cc6a24b, []int{2} + return fileDescriptor_agent_df65ea9e23826b36, []int{2} } func (m *SearchAgentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchAgentsRequest.Unmarshal(m, b) @@ -318,7 +318,7 @@ func (m *SearchAgentsResponse) Reset() { *m = SearchAgentsResponse{} } func (m *SearchAgentsResponse) String() string { return proto.CompactTextString(m) } func (*SearchAgentsResponse) ProtoMessage() {} func (*SearchAgentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_051bf7477cc6a24b, []int{3} + return fileDescriptor_agent_df65ea9e23826b36, []int{3} } func (m *SearchAgentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchAgentsResponse.Unmarshal(m, b) @@ -366,7 +366,7 @@ func (m *TrainAgentRequest) Reset() { *m = TrainAgentRequest{} } func (m *TrainAgentRequest) String() string { return proto.CompactTextString(m) } func (*TrainAgentRequest) ProtoMessage() {} func (*TrainAgentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_051bf7477cc6a24b, []int{4} + return fileDescriptor_agent_df65ea9e23826b36, []int{4} } func (m *TrainAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TrainAgentRequest.Unmarshal(m, b) @@ -413,7 +413,7 @@ func (m *ExportAgentRequest) Reset() { *m = ExportAgentRequest{} } func (m *ExportAgentRequest) String() string { return proto.CompactTextString(m) } func (*ExportAgentRequest) ProtoMessage() {} func (*ExportAgentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_051bf7477cc6a24b, []int{5} + return fileDescriptor_agent_df65ea9e23826b36, []int{5} } func (m *ExportAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportAgentRequest.Unmarshal(m, b) @@ -464,7 +464,7 @@ func (m *ExportAgentResponse) Reset() { *m = ExportAgentResponse{} } func (m *ExportAgentResponse) String() string { return proto.CompactTextString(m) } func (*ExportAgentResponse) ProtoMessage() {} func (*ExportAgentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_051bf7477cc6a24b, []int{6} + return fileDescriptor_agent_df65ea9e23826b36, []int{6} } func (m *ExportAgentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportAgentResponse.Unmarshal(m, b) @@ -607,7 +607,7 @@ func (m *ImportAgentRequest) Reset() { *m = ImportAgentRequest{} } func (m *ImportAgentRequest) String() string { return proto.CompactTextString(m) } func (*ImportAgentRequest) ProtoMessage() {} func (*ImportAgentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_051bf7477cc6a24b, []int{7} + return fileDescriptor_agent_df65ea9e23826b36, []int{7} } func (m *ImportAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportAgentRequest.Unmarshal(m, b) @@ -757,7 +757,7 @@ func (m *RestoreAgentRequest) Reset() { *m = RestoreAgentRequest{} } func (m *RestoreAgentRequest) String() string { return proto.CompactTextString(m) } func (*RestoreAgentRequest) ProtoMessage() {} func (*RestoreAgentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_051bf7477cc6a24b, []int{8} + return fileDescriptor_agent_df65ea9e23826b36, []int{8} } func (m *RestoreAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RestoreAgentRequest.Unmarshal(m, b) @@ -1192,10 +1192,10 @@ var _Agents_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2/agent.proto", fileDescriptor_agent_051bf7477cc6a24b) + proto.RegisterFile("google/cloud/dialogflow/v2/agent.proto", fileDescriptor_agent_df65ea9e23826b36) } -var fileDescriptor_agent_051bf7477cc6a24b = []byte{ +var fileDescriptor_agent_df65ea9e23826b36 = []byte{ // 975 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0x41, 0x6f, 0xdc, 0x44, 0x14, 0x8e, 0x37, 0xcd, 0x76, 0x77, 0x92, 0xb4, 0xe9, 0x84, 0x06, 0xb3, 0x6d, 0x60, 0xeb, 0x92, diff --git a/googleapis/cloud/dialogflow/v2/audio_config.pb.go b/googleapis/cloud/dialogflow/v2/audio_config.pb.go index 5683a39546..1e086d585a 100644 --- a/googleapis/cloud/dialogflow/v2/audio_config.pb.go +++ b/googleapis/cloud/dialogflow/v2/audio_config.pb.go @@ -88,7 +88,7 @@ func (x AudioEncoding) String() string { return proto.EnumName(AudioEncoding_name, int32(x)) } func (AudioEncoding) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_audio_config_1b9deb1869936da6, []int{0} + return fileDescriptor_audio_config_af44fcb5715f52d7, []int{0} } // Variant of the specified [Speech model][google.cloud.dialogflow.v2.InputAudioConfig.model] to use. @@ -150,7 +150,7 @@ func (x SpeechModelVariant) String() string { return proto.EnumName(SpeechModelVariant_name, int32(x)) } func (SpeechModelVariant) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_audio_config_1b9deb1869936da6, []int{1} + return fileDescriptor_audio_config_af44fcb5715f52d7, []int{1} } // Gender of the voice as described in @@ -186,7 +186,7 @@ func (x SsmlVoiceGender) String() string { return proto.EnumName(SsmlVoiceGender_name, int32(x)) } func (SsmlVoiceGender) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_audio_config_1b9deb1869936da6, []int{2} + return fileDescriptor_audio_config_af44fcb5715f52d7, []int{2} } // Audio encoding of the output audio format in Text-To-Speech. @@ -224,7 +224,7 @@ func (x OutputAudioEncoding) String() string { return proto.EnumName(OutputAudioEncoding_name, int32(x)) } func (OutputAudioEncoding) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_audio_config_1b9deb1869936da6, []int{3} + return fileDescriptor_audio_config_af44fcb5715f52d7, []int{3} } // Instructs the speech recognizer how to process the audio content. @@ -261,7 +261,7 @@ func (m *InputAudioConfig) Reset() { *m = InputAudioConfig{} } func (m *InputAudioConfig) String() string { return proto.CompactTextString(m) } func (*InputAudioConfig) ProtoMessage() {} func (*InputAudioConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_audio_config_1b9deb1869936da6, []int{0} + return fileDescriptor_audio_config_af44fcb5715f52d7, []int{0} } func (m *InputAudioConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InputAudioConfig.Unmarshal(m, b) @@ -336,7 +336,7 @@ func (m *VoiceSelectionParams) Reset() { *m = VoiceSelectionParams{} } func (m *VoiceSelectionParams) String() string { return proto.CompactTextString(m) } func (*VoiceSelectionParams) ProtoMessage() {} func (*VoiceSelectionParams) Descriptor() ([]byte, []int) { - return fileDescriptor_audio_config_1b9deb1869936da6, []int{1} + return fileDescriptor_audio_config_af44fcb5715f52d7, []int{1} } func (m *VoiceSelectionParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VoiceSelectionParams.Unmarshal(m, b) @@ -405,7 +405,7 @@ func (m *SynthesizeSpeechConfig) Reset() { *m = SynthesizeSpeechConfig{} func (m *SynthesizeSpeechConfig) String() string { return proto.CompactTextString(m) } func (*SynthesizeSpeechConfig) ProtoMessage() {} func (*SynthesizeSpeechConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_audio_config_1b9deb1869936da6, []int{2} + return fileDescriptor_audio_config_af44fcb5715f52d7, []int{2} } func (m *SynthesizeSpeechConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SynthesizeSpeechConfig.Unmarshal(m, b) @@ -481,7 +481,7 @@ func (m *OutputAudioConfig) Reset() { *m = OutputAudioConfig{} } func (m *OutputAudioConfig) String() string { return proto.CompactTextString(m) } func (*OutputAudioConfig) ProtoMessage() {} func (*OutputAudioConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_audio_config_1b9deb1869936da6, []int{3} + return fileDescriptor_audio_config_af44fcb5715f52d7, []int{3} } func (m *OutputAudioConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OutputAudioConfig.Unmarshal(m, b) @@ -534,10 +534,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2/audio_config.proto", fileDescriptor_audio_config_1b9deb1869936da6) + proto.RegisterFile("google/cloud/dialogflow/v2/audio_config.proto", fileDescriptor_audio_config_af44fcb5715f52d7) } -var fileDescriptor_audio_config_1b9deb1869936da6 = []byte{ +var fileDescriptor_audio_config_af44fcb5715f52d7 = []byte{ // 898 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0x4f, 0x6f, 0xe2, 0xc6, 0x1b, 0xfe, 0xd9, 0x24, 0xfb, 0x53, 0xde, 0x90, 0xac, 0x77, 0x36, 0xcd, 0x3a, 0x69, 0x92, 0x92, diff --git a/googleapis/cloud/dialogflow/v2/context.pb.go b/googleapis/cloud/dialogflow/v2/context.pb.go index 83568ca87b..6882491b3d 100644 --- a/googleapis/cloud/dialogflow/v2/context.pb.go +++ b/googleapis/cloud/dialogflow/v2/context.pb.go @@ -54,7 +54,7 @@ func (m *Context) Reset() { *m = Context{} } func (m *Context) String() string { return proto.CompactTextString(m) } func (*Context) ProtoMessage() {} func (*Context) Descriptor() ([]byte, []int) { - return fileDescriptor_context_e2ac7ee538c49195, []int{0} + return fileDescriptor_context_d5871c2b8dccc66a, []int{0} } func (m *Context) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Context.Unmarshal(m, b) @@ -114,7 +114,7 @@ func (m *ListContextsRequest) Reset() { *m = ListContextsRequest{} } func (m *ListContextsRequest) String() string { return proto.CompactTextString(m) } func (*ListContextsRequest) ProtoMessage() {} func (*ListContextsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_context_e2ac7ee538c49195, []int{1} + return fileDescriptor_context_d5871c2b8dccc66a, []int{1} } func (m *ListContextsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListContextsRequest.Unmarshal(m, b) @@ -172,7 +172,7 @@ func (m *ListContextsResponse) Reset() { *m = ListContextsResponse{} } func (m *ListContextsResponse) String() string { return proto.CompactTextString(m) } func (*ListContextsResponse) ProtoMessage() {} func (*ListContextsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_context_e2ac7ee538c49195, []int{2} + return fileDescriptor_context_d5871c2b8dccc66a, []int{2} } func (m *ListContextsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListContextsResponse.Unmarshal(m, b) @@ -220,7 +220,7 @@ func (m *GetContextRequest) Reset() { *m = GetContextRequest{} } func (m *GetContextRequest) String() string { return proto.CompactTextString(m) } func (*GetContextRequest) ProtoMessage() {} func (*GetContextRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_context_e2ac7ee538c49195, []int{3} + return fileDescriptor_context_d5871c2b8dccc66a, []int{3} } func (m *GetContextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetContextRequest.Unmarshal(m, b) @@ -263,7 +263,7 @@ func (m *CreateContextRequest) Reset() { *m = CreateContextRequest{} } func (m *CreateContextRequest) String() string { return proto.CompactTextString(m) } func (*CreateContextRequest) ProtoMessage() {} func (*CreateContextRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_context_e2ac7ee538c49195, []int{4} + return fileDescriptor_context_d5871c2b8dccc66a, []int{4} } func (m *CreateContextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateContextRequest.Unmarshal(m, b) @@ -312,7 +312,7 @@ func (m *UpdateContextRequest) Reset() { *m = UpdateContextRequest{} } func (m *UpdateContextRequest) String() string { return proto.CompactTextString(m) } func (*UpdateContextRequest) ProtoMessage() {} func (*UpdateContextRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_context_e2ac7ee538c49195, []int{5} + return fileDescriptor_context_d5871c2b8dccc66a, []int{5} } func (m *UpdateContextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateContextRequest.Unmarshal(m, b) @@ -360,7 +360,7 @@ func (m *DeleteContextRequest) Reset() { *m = DeleteContextRequest{} } func (m *DeleteContextRequest) String() string { return proto.CompactTextString(m) } func (*DeleteContextRequest) ProtoMessage() {} func (*DeleteContextRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_context_e2ac7ee538c49195, []int{6} + return fileDescriptor_context_d5871c2b8dccc66a, []int{6} } func (m *DeleteContextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteContextRequest.Unmarshal(m, b) @@ -401,7 +401,7 @@ func (m *DeleteAllContextsRequest) Reset() { *m = DeleteAllContextsReque func (m *DeleteAllContextsRequest) String() string { return proto.CompactTextString(m) } func (*DeleteAllContextsRequest) ProtoMessage() {} func (*DeleteAllContextsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_context_e2ac7ee538c49195, []int{7} + return fileDescriptor_context_d5871c2b8dccc66a, []int{7} } func (m *DeleteAllContextsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteAllContextsRequest.Unmarshal(m, b) @@ -693,10 +693,10 @@ var _Contexts_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2/context.proto", fileDescriptor_context_e2ac7ee538c49195) + proto.RegisterFile("google/cloud/dialogflow/v2/context.proto", fileDescriptor_context_d5871c2b8dccc66a) } -var fileDescriptor_context_e2ac7ee538c49195 = []byte{ +var fileDescriptor_context_d5871c2b8dccc66a = []byte{ // 728 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x96, 0x4f, 0x6f, 0xd3, 0x3e, 0x18, 0xc7, 0xe5, 0xee, 0xf7, 0xdb, 0x1f, 0x6f, 0x05, 0xcd, 0x54, 0xa3, 0x64, 0x03, 0x55, 0x41, diff --git a/googleapis/cloud/dialogflow/v2/entity_type.pb.go b/googleapis/cloud/dialogflow/v2/entity_type.pb.go index 5b77b221f7..24ccdb77eb 100644 --- a/googleapis/cloud/dialogflow/v2/entity_type.pb.go +++ b/googleapis/cloud/dialogflow/v2/entity_type.pb.go @@ -58,7 +58,7 @@ func (x EntityType_Kind) String() string { return proto.EnumName(EntityType_Kind_name, int32(x)) } func (EntityType_Kind) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{0, 0} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{0, 0} } // Represents different entity type expansion modes. Automated expansion @@ -87,7 +87,7 @@ func (x EntityType_AutoExpansionMode) String() string { return proto.EnumName(EntityType_AutoExpansionMode_name, int32(x)) } func (EntityType_AutoExpansionMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{0, 1} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{0, 1} } // Represents an entity type. @@ -117,7 +117,7 @@ func (m *EntityType) Reset() { *m = EntityType{} } func (m *EntityType) String() string { return proto.CompactTextString(m) } func (*EntityType) ProtoMessage() {} func (*EntityType) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{0} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{0} } func (m *EntityType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityType.Unmarshal(m, b) @@ -204,7 +204,7 @@ func (m *EntityType_Entity) Reset() { *m = EntityType_Entity{} } func (m *EntityType_Entity) String() string { return proto.CompactTextString(m) } func (*EntityType_Entity) ProtoMessage() {} func (*EntityType_Entity) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{0, 0} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{0, 0} } func (m *EntityType_Entity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityType_Entity.Unmarshal(m, b) @@ -264,7 +264,7 @@ func (m *ListEntityTypesRequest) Reset() { *m = ListEntityTypesRequest{} func (m *ListEntityTypesRequest) String() string { return proto.CompactTextString(m) } func (*ListEntityTypesRequest) ProtoMessage() {} func (*ListEntityTypesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{1} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{1} } func (m *ListEntityTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListEntityTypesRequest.Unmarshal(m, b) @@ -329,7 +329,7 @@ func (m *ListEntityTypesResponse) Reset() { *m = ListEntityTypesResponse func (m *ListEntityTypesResponse) String() string { return proto.CompactTextString(m) } func (*ListEntityTypesResponse) ProtoMessage() {} func (*ListEntityTypesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{2} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{2} } func (m *ListEntityTypesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListEntityTypesResponse.Unmarshal(m, b) @@ -384,7 +384,7 @@ func (m *GetEntityTypeRequest) Reset() { *m = GetEntityTypeRequest{} } func (m *GetEntityTypeRequest) String() string { return proto.CompactTextString(m) } func (*GetEntityTypeRequest) ProtoMessage() {} func (*GetEntityTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{3} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{3} } func (m *GetEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetEntityTypeRequest.Unmarshal(m, b) @@ -441,7 +441,7 @@ func (m *CreateEntityTypeRequest) Reset() { *m = CreateEntityTypeRequest func (m *CreateEntityTypeRequest) String() string { return proto.CompactTextString(m) } func (*CreateEntityTypeRequest) ProtoMessage() {} func (*CreateEntityTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{4} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{4} } func (m *CreateEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateEntityTypeRequest.Unmarshal(m, b) @@ -504,7 +504,7 @@ func (m *UpdateEntityTypeRequest) Reset() { *m = UpdateEntityTypeRequest func (m *UpdateEntityTypeRequest) String() string { return proto.CompactTextString(m) } func (*UpdateEntityTypeRequest) ProtoMessage() {} func (*UpdateEntityTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{5} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{5} } func (m *UpdateEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateEntityTypeRequest.Unmarshal(m, b) @@ -559,7 +559,7 @@ func (m *DeleteEntityTypeRequest) Reset() { *m = DeleteEntityTypeRequest func (m *DeleteEntityTypeRequest) String() string { return proto.CompactTextString(m) } func (*DeleteEntityTypeRequest) ProtoMessage() {} func (*DeleteEntityTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{6} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{6} } func (m *DeleteEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteEntityTypeRequest.Unmarshal(m, b) @@ -620,7 +620,7 @@ func (m *BatchUpdateEntityTypesRequest) Reset() { *m = BatchUpdateEntity func (m *BatchUpdateEntityTypesRequest) String() string { return proto.CompactTextString(m) } func (*BatchUpdateEntityTypesRequest) ProtoMessage() {} func (*BatchUpdateEntityTypesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{7} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{7} } func (m *BatchUpdateEntityTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateEntityTypesRequest.Unmarshal(m, b) @@ -783,7 +783,7 @@ func (m *BatchUpdateEntityTypesResponse) Reset() { *m = BatchUpdateEntit func (m *BatchUpdateEntityTypesResponse) String() string { return proto.CompactTextString(m) } func (*BatchUpdateEntityTypesResponse) ProtoMessage() {} func (*BatchUpdateEntityTypesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{8} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{8} } func (m *BatchUpdateEntityTypesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateEntityTypesResponse.Unmarshal(m, b) @@ -827,7 +827,7 @@ func (m *BatchDeleteEntityTypesRequest) Reset() { *m = BatchDeleteEntity func (m *BatchDeleteEntityTypesRequest) String() string { return proto.CompactTextString(m) } func (*BatchDeleteEntityTypesRequest) ProtoMessage() {} func (*BatchDeleteEntityTypesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{9} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{9} } func (m *BatchDeleteEntityTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchDeleteEntityTypesRequest.Unmarshal(m, b) @@ -884,7 +884,7 @@ func (m *BatchCreateEntitiesRequest) Reset() { *m = BatchCreateEntitiesR func (m *BatchCreateEntitiesRequest) String() string { return proto.CompactTextString(m) } func (*BatchCreateEntitiesRequest) ProtoMessage() {} func (*BatchCreateEntitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{10} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{10} } func (m *BatchCreateEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchCreateEntitiesRequest.Unmarshal(m, b) @@ -950,7 +950,7 @@ func (m *BatchUpdateEntitiesRequest) Reset() { *m = BatchUpdateEntitiesR func (m *BatchUpdateEntitiesRequest) String() string { return proto.CompactTextString(m) } func (*BatchUpdateEntitiesRequest) ProtoMessage() {} func (*BatchUpdateEntitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{11} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{11} } func (m *BatchUpdateEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateEntitiesRequest.Unmarshal(m, b) @@ -1023,7 +1023,7 @@ func (m *BatchDeleteEntitiesRequest) Reset() { *m = BatchDeleteEntitiesR func (m *BatchDeleteEntitiesRequest) String() string { return proto.CompactTextString(m) } func (*BatchDeleteEntitiesRequest) ProtoMessage() {} func (*BatchDeleteEntitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{12} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{12} } func (m *BatchDeleteEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchDeleteEntitiesRequest.Unmarshal(m, b) @@ -1077,7 +1077,7 @@ func (m *EntityTypeBatch) Reset() { *m = EntityTypeBatch{} } func (m *EntityTypeBatch) String() string { return proto.CompactTextString(m) } func (*EntityTypeBatch) ProtoMessage() {} func (*EntityTypeBatch) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{13} + return fileDescriptor_entity_type_d3df53e4da2ed9bd, []int{13} } func (m *EntityTypeBatch) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityTypeBatch.Unmarshal(m, b) @@ -1538,10 +1538,10 @@ var _EntityTypes_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2/entity_type.proto", fileDescriptor_entity_type_aff2f0c6b0ac9f08) + proto.RegisterFile("google/cloud/dialogflow/v2/entity_type.proto", fileDescriptor_entity_type_d3df53e4da2ed9bd) } -var fileDescriptor_entity_type_aff2f0c6b0ac9f08 = []byte{ +var fileDescriptor_entity_type_d3df53e4da2ed9bd = []byte{ // 1243 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x98, 0x4d, 0x6f, 0x1b, 0x45, 0x18, 0xc7, 0x33, 0x8e, 0x13, 0x25, 0x8f, 0x93, 0xc6, 0x99, 0xa4, 0x89, 0xd9, 0x34, 0x6d, 0xd8, diff --git a/googleapis/cloud/dialogflow/v2/intent.pb.go b/googleapis/cloud/dialogflow/v2/intent.pb.go index d3e9914436..ecae9595e0 100644 --- a/googleapis/cloud/dialogflow/v2/intent.pb.go +++ b/googleapis/cloud/dialogflow/v2/intent.pb.go @@ -54,7 +54,7 @@ func (x IntentView) String() string { return proto.EnumName(IntentView_name, int32(x)) } func (IntentView) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0} + return fileDescriptor_intent_79fab48477a8b612, []int{0} } // Represents the different states that webhooks can be in. @@ -85,7 +85,7 @@ func (x Intent_WebhookState) String() string { return proto.EnumName(Intent_WebhookState_name, int32(x)) } func (Intent_WebhookState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 0} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 0} } // Represents different types of training phrases. @@ -121,7 +121,7 @@ func (x Intent_TrainingPhrase_Type) String() string { return proto.EnumName(Intent_TrainingPhrase_Type_name, int32(x)) } func (Intent_TrainingPhrase_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 0, 0} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 0, 0} } // Represents different platforms that a rich message can be intended for. @@ -235,7 +235,7 @@ func (x Intent_Message_Platform) String() string { return proto.EnumName(Intent_Message_Platform_name, int32(x)) } func (Intent_Message_Platform) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 0} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 0} } // Represents an intent. @@ -321,7 +321,7 @@ func (m *Intent) Reset() { *m = Intent{} } func (m *Intent) String() string { return proto.CompactTextString(m) } func (*Intent) ProtoMessage() {} func (*Intent) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0} + return fileDescriptor_intent_79fab48477a8b612, []int{0} } func (m *Intent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent.Unmarshal(m, b) @@ -506,7 +506,7 @@ func (m *Intent_TrainingPhrase) Reset() { *m = Intent_TrainingPhrase{} } func (m *Intent_TrainingPhrase) String() string { return proto.CompactTextString(m) } func (*Intent_TrainingPhrase) ProtoMessage() {} func (*Intent_TrainingPhrase) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 0} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 0} } func (m *Intent_TrainingPhrase) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_TrainingPhrase.Unmarshal(m, b) @@ -579,7 +579,7 @@ func (m *Intent_TrainingPhrase_Part) Reset() { *m = Intent_TrainingPhras func (m *Intent_TrainingPhrase_Part) String() string { return proto.CompactTextString(m) } func (*Intent_TrainingPhrase_Part) ProtoMessage() {} func (*Intent_TrainingPhrase_Part) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 0, 0} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 0, 0} } func (m *Intent_TrainingPhrase_Part) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_TrainingPhrase_Part.Unmarshal(m, b) @@ -667,7 +667,7 @@ func (m *Intent_Parameter) Reset() { *m = Intent_Parameter{} } func (m *Intent_Parameter) String() string { return proto.CompactTextString(m) } func (*Intent_Parameter) ProtoMessage() {} func (*Intent_Parameter) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 1} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 1} } func (m *Intent_Parameter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Parameter.Unmarshal(m, b) @@ -771,7 +771,7 @@ func (m *Intent_Message) Reset() { *m = Intent_Message{} } func (m *Intent_Message) String() string { return proto.CompactTextString(m) } func (*Intent_Message) ProtoMessage() {} func (*Intent_Message) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2} } func (m *Intent_Message) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message.Unmarshal(m, b) @@ -1210,7 +1210,7 @@ func (m *Intent_Message_Text) Reset() { *m = Intent_Message_Text{} } func (m *Intent_Message_Text) String() string { return proto.CompactTextString(m) } func (*Intent_Message_Text) ProtoMessage() {} func (*Intent_Message_Text) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 0} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 0} } func (m *Intent_Message_Text) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Text.Unmarshal(m, b) @@ -1253,7 +1253,7 @@ func (m *Intent_Message_Image) Reset() { *m = Intent_Message_Image{} } func (m *Intent_Message_Image) String() string { return proto.CompactTextString(m) } func (*Intent_Message_Image) ProtoMessage() {} func (*Intent_Message_Image) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 1} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 1} } func (m *Intent_Message_Image) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Image.Unmarshal(m, b) @@ -1302,7 +1302,7 @@ func (m *Intent_Message_QuickReplies) Reset() { *m = Intent_Message_Quic func (m *Intent_Message_QuickReplies) String() string { return proto.CompactTextString(m) } func (*Intent_Message_QuickReplies) ProtoMessage() {} func (*Intent_Message_QuickReplies) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 2} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 2} } func (m *Intent_Message_QuickReplies) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_QuickReplies.Unmarshal(m, b) @@ -1355,7 +1355,7 @@ func (m *Intent_Message_Card) Reset() { *m = Intent_Message_Card{} } func (m *Intent_Message_Card) String() string { return proto.CompactTextString(m) } func (*Intent_Message_Card) ProtoMessage() {} func (*Intent_Message_Card) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 3} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 3} } func (m *Intent_Message_Card) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Card.Unmarshal(m, b) @@ -1419,7 +1419,7 @@ func (m *Intent_Message_Card_Button) Reset() { *m = Intent_Message_Card_ func (m *Intent_Message_Card_Button) String() string { return proto.CompactTextString(m) } func (*Intent_Message_Card_Button) ProtoMessage() {} func (*Intent_Message_Card_Button) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 3, 0} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 3, 0} } func (m *Intent_Message_Card_Button) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Card_Button.Unmarshal(m, b) @@ -1473,7 +1473,7 @@ func (m *Intent_Message_SimpleResponse) Reset() { *m = Intent_Message_Si func (m *Intent_Message_SimpleResponse) String() string { return proto.CompactTextString(m) } func (*Intent_Message_SimpleResponse) ProtoMessage() {} func (*Intent_Message_SimpleResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 4} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 4} } func (m *Intent_Message_SimpleResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_SimpleResponse.Unmarshal(m, b) @@ -1530,7 +1530,7 @@ func (m *Intent_Message_SimpleResponses) Reset() { *m = Intent_Message_S func (m *Intent_Message_SimpleResponses) String() string { return proto.CompactTextString(m) } func (*Intent_Message_SimpleResponses) ProtoMessage() {} func (*Intent_Message_SimpleResponses) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 5} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 5} } func (m *Intent_Message_SimpleResponses) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_SimpleResponses.Unmarshal(m, b) @@ -1578,7 +1578,7 @@ func (m *Intent_Message_BasicCard) Reset() { *m = Intent_Message_BasicCa func (m *Intent_Message_BasicCard) String() string { return proto.CompactTextString(m) } func (*Intent_Message_BasicCard) ProtoMessage() {} func (*Intent_Message_BasicCard) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 6} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 6} } func (m *Intent_Message_BasicCard) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_BasicCard.Unmarshal(m, b) @@ -1648,7 +1648,7 @@ func (m *Intent_Message_BasicCard_Button) Reset() { *m = Intent_Message_ func (m *Intent_Message_BasicCard_Button) String() string { return proto.CompactTextString(m) } func (*Intent_Message_BasicCard_Button) ProtoMessage() {} func (*Intent_Message_BasicCard_Button) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 6, 0} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 6, 0} } func (m *Intent_Message_BasicCard_Button) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_BasicCard_Button.Unmarshal(m, b) @@ -1699,7 +1699,7 @@ func (m *Intent_Message_BasicCard_Button_OpenUriAction) String() string { } func (*Intent_Message_BasicCard_Button_OpenUriAction) ProtoMessage() {} func (*Intent_Message_BasicCard_Button_OpenUriAction) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 6, 0, 0} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 6, 0, 0} } func (m *Intent_Message_BasicCard_Button_OpenUriAction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_BasicCard_Button_OpenUriAction.Unmarshal(m, b) @@ -1740,7 +1740,7 @@ func (m *Intent_Message_Suggestion) Reset() { *m = Intent_Message_Sugges func (m *Intent_Message_Suggestion) String() string { return proto.CompactTextString(m) } func (*Intent_Message_Suggestion) ProtoMessage() {} func (*Intent_Message_Suggestion) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 7} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 7} } func (m *Intent_Message_Suggestion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Suggestion.Unmarshal(m, b) @@ -1780,7 +1780,7 @@ func (m *Intent_Message_Suggestions) Reset() { *m = Intent_Message_Sugge func (m *Intent_Message_Suggestions) String() string { return proto.CompactTextString(m) } func (*Intent_Message_Suggestions) ProtoMessage() {} func (*Intent_Message_Suggestions) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 8} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 8} } func (m *Intent_Message_Suggestions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Suggestions.Unmarshal(m, b) @@ -1824,7 +1824,7 @@ func (m *Intent_Message_LinkOutSuggestion) Reset() { *m = Intent_Message func (m *Intent_Message_LinkOutSuggestion) String() string { return proto.CompactTextString(m) } func (*Intent_Message_LinkOutSuggestion) ProtoMessage() {} func (*Intent_Message_LinkOutSuggestion) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 9} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 9} } func (m *Intent_Message_LinkOutSuggestion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_LinkOutSuggestion.Unmarshal(m, b) @@ -1873,7 +1873,7 @@ func (m *Intent_Message_ListSelect) Reset() { *m = Intent_Message_ListSe func (m *Intent_Message_ListSelect) String() string { return proto.CompactTextString(m) } func (*Intent_Message_ListSelect) ProtoMessage() {} func (*Intent_Message_ListSelect) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 10} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 10} } func (m *Intent_Message_ListSelect) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_ListSelect.Unmarshal(m, b) @@ -1926,7 +1926,7 @@ func (m *Intent_Message_ListSelect_Item) Reset() { *m = Intent_Message_L func (m *Intent_Message_ListSelect_Item) String() string { return proto.CompactTextString(m) } func (*Intent_Message_ListSelect_Item) ProtoMessage() {} func (*Intent_Message_ListSelect_Item) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 10, 0} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 10, 0} } func (m *Intent_Message_ListSelect_Item) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_ListSelect_Item.Unmarshal(m, b) @@ -1987,7 +1987,7 @@ func (m *Intent_Message_CarouselSelect) Reset() { *m = Intent_Message_Ca func (m *Intent_Message_CarouselSelect) String() string { return proto.CompactTextString(m) } func (*Intent_Message_CarouselSelect) ProtoMessage() {} func (*Intent_Message_CarouselSelect) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 11} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 11} } func (m *Intent_Message_CarouselSelect) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_CarouselSelect.Unmarshal(m, b) @@ -2033,7 +2033,7 @@ func (m *Intent_Message_CarouselSelect_Item) Reset() { *m = Intent_Messa func (m *Intent_Message_CarouselSelect_Item) String() string { return proto.CompactTextString(m) } func (*Intent_Message_CarouselSelect_Item) ProtoMessage() {} func (*Intent_Message_CarouselSelect_Item) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 11, 0} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 11, 0} } func (m *Intent_Message_CarouselSelect_Item) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_CarouselSelect_Item.Unmarshal(m, b) @@ -2099,7 +2099,7 @@ func (m *Intent_Message_SelectItemInfo) Reset() { *m = Intent_Message_Se func (m *Intent_Message_SelectItemInfo) String() string { return proto.CompactTextString(m) } func (*Intent_Message_SelectItemInfo) ProtoMessage() {} func (*Intent_Message_SelectItemInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 12} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 2, 12} } func (m *Intent_Message_SelectItemInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_SelectItemInfo.Unmarshal(m, b) @@ -2150,7 +2150,7 @@ func (m *Intent_FollowupIntentInfo) Reset() { *m = Intent_FollowupIntent func (m *Intent_FollowupIntentInfo) String() string { return proto.CompactTextString(m) } func (*Intent_FollowupIntentInfo) ProtoMessage() {} func (*Intent_FollowupIntentInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{0, 3} + return fileDescriptor_intent_79fab48477a8b612, []int{0, 3} } func (m *Intent_FollowupIntentInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_FollowupIntentInfo.Unmarshal(m, b) @@ -2212,7 +2212,7 @@ func (m *ListIntentsRequest) Reset() { *m = ListIntentsRequest{} } func (m *ListIntentsRequest) String() string { return proto.CompactTextString(m) } func (*ListIntentsRequest) ProtoMessage() {} func (*ListIntentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{1} + return fileDescriptor_intent_79fab48477a8b612, []int{1} } func (m *ListIntentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIntentsRequest.Unmarshal(m, b) @@ -2284,7 +2284,7 @@ func (m *ListIntentsResponse) Reset() { *m = ListIntentsResponse{} } func (m *ListIntentsResponse) String() string { return proto.CompactTextString(m) } func (*ListIntentsResponse) ProtoMessage() {} func (*ListIntentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{2} + return fileDescriptor_intent_79fab48477a8b612, []int{2} } func (m *ListIntentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIntentsResponse.Unmarshal(m, b) @@ -2341,7 +2341,7 @@ func (m *GetIntentRequest) Reset() { *m = GetIntentRequest{} } func (m *GetIntentRequest) String() string { return proto.CompactTextString(m) } func (*GetIntentRequest) ProtoMessage() {} func (*GetIntentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{3} + return fileDescriptor_intent_79fab48477a8b612, []int{3} } func (m *GetIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetIntentRequest.Unmarshal(m, b) @@ -2407,7 +2407,7 @@ func (m *CreateIntentRequest) Reset() { *m = CreateIntentRequest{} } func (m *CreateIntentRequest) String() string { return proto.CompactTextString(m) } func (*CreateIntentRequest) ProtoMessage() {} func (*CreateIntentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{4} + return fileDescriptor_intent_79fab48477a8b612, []int{4} } func (m *CreateIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateIntentRequest.Unmarshal(m, b) @@ -2479,7 +2479,7 @@ func (m *UpdateIntentRequest) Reset() { *m = UpdateIntentRequest{} } func (m *UpdateIntentRequest) String() string { return proto.CompactTextString(m) } func (*UpdateIntentRequest) ProtoMessage() {} func (*UpdateIntentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{5} + return fileDescriptor_intent_79fab48477a8b612, []int{5} } func (m *UpdateIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateIntentRequest.Unmarshal(m, b) @@ -2542,7 +2542,7 @@ func (m *DeleteIntentRequest) Reset() { *m = DeleteIntentRequest{} } func (m *DeleteIntentRequest) String() string { return proto.CompactTextString(m) } func (*DeleteIntentRequest) ProtoMessage() {} func (*DeleteIntentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{6} + return fileDescriptor_intent_79fab48477a8b612, []int{6} } func (m *DeleteIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteIntentRequest.Unmarshal(m, b) @@ -2600,7 +2600,7 @@ func (m *BatchUpdateIntentsRequest) Reset() { *m = BatchUpdateIntentsReq func (m *BatchUpdateIntentsRequest) String() string { return proto.CompactTextString(m) } func (*BatchUpdateIntentsRequest) ProtoMessage() {} func (*BatchUpdateIntentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{7} + return fileDescriptor_intent_79fab48477a8b612, []int{7} } func (m *BatchUpdateIntentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateIntentsRequest.Unmarshal(m, b) @@ -2768,7 +2768,7 @@ func (m *BatchUpdateIntentsResponse) Reset() { *m = BatchUpdateIntentsRe func (m *BatchUpdateIntentsResponse) String() string { return proto.CompactTextString(m) } func (*BatchUpdateIntentsResponse) ProtoMessage() {} func (*BatchUpdateIntentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{8} + return fileDescriptor_intent_79fab48477a8b612, []int{8} } func (m *BatchUpdateIntentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateIntentsResponse.Unmarshal(m, b) @@ -2812,7 +2812,7 @@ func (m *BatchDeleteIntentsRequest) Reset() { *m = BatchDeleteIntentsReq func (m *BatchDeleteIntentsRequest) String() string { return proto.CompactTextString(m) } func (*BatchDeleteIntentsRequest) ProtoMessage() {} func (*BatchDeleteIntentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{9} + return fileDescriptor_intent_79fab48477a8b612, []int{9} } func (m *BatchDeleteIntentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchDeleteIntentsRequest.Unmarshal(m, b) @@ -2859,7 +2859,7 @@ func (m *IntentBatch) Reset() { *m = IntentBatch{} } func (m *IntentBatch) String() string { return proto.CompactTextString(m) } func (*IntentBatch) ProtoMessage() {} func (*IntentBatch) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_eef621b162bd14cf, []int{10} + return fileDescriptor_intent_79fab48477a8b612, []int{10} } func (m *IntentBatch) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IntentBatch.Unmarshal(m, b) @@ -3220,10 +3220,10 @@ var _Intents_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2/intent.proto", fileDescriptor_intent_eef621b162bd14cf) + proto.RegisterFile("google/cloud/dialogflow/v2/intent.proto", fileDescriptor_intent_79fab48477a8b612) } -var fileDescriptor_intent_eef621b162bd14cf = []byte{ +var fileDescriptor_intent_79fab48477a8b612 = []byte{ // 2583 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0xcb, 0x73, 0x23, 0x47, 0x19, 0xf7, 0xe8, 0x61, 0x4b, 0x9f, 0x64, 0x59, 0x6e, 0x6f, 0x36, 0xda, 0xc9, 0x03, 0x47, 0x21, diff --git a/googleapis/cloud/dialogflow/v2/session.pb.go b/googleapis/cloud/dialogflow/v2/session.pb.go index 29f06641af..89f21a4e45 100644 --- a/googleapis/cloud/dialogflow/v2/session.pb.go +++ b/googleapis/cloud/dialogflow/v2/session.pb.go @@ -60,7 +60,7 @@ func (x StreamingRecognitionResult_MessageType) String() string { return proto.EnumName(StreamingRecognitionResult_MessageType_name, int32(x)) } func (StreamingRecognitionResult_MessageType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_session_b0ebae769d2249cb, []int{7, 0} + return fileDescriptor_session_f34861f1b5aa3372, []int{7, 0} } // The request to detect user's intent. @@ -99,7 +99,7 @@ func (m *DetectIntentRequest) Reset() { *m = DetectIntentRequest{} } func (m *DetectIntentRequest) String() string { return proto.CompactTextString(m) } func (*DetectIntentRequest) ProtoMessage() {} func (*DetectIntentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_session_b0ebae769d2249cb, []int{0} + return fileDescriptor_session_f34861f1b5aa3372, []int{0} } func (m *DetectIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DetectIntentRequest.Unmarshal(m, b) @@ -182,7 +182,7 @@ func (m *DetectIntentResponse) Reset() { *m = DetectIntentResponse{} } func (m *DetectIntentResponse) String() string { return proto.CompactTextString(m) } func (*DetectIntentResponse) ProtoMessage() {} func (*DetectIntentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_session_b0ebae769d2249cb, []int{1} + return fileDescriptor_session_f34861f1b5aa3372, []int{1} } func (m *DetectIntentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DetectIntentResponse.Unmarshal(m, b) @@ -271,7 +271,7 @@ func (m *QueryParameters) Reset() { *m = QueryParameters{} } func (m *QueryParameters) String() string { return proto.CompactTextString(m) } func (*QueryParameters) ProtoMessage() {} func (*QueryParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_session_b0ebae769d2249cb, []int{2} + return fileDescriptor_session_f34861f1b5aa3372, []int{2} } func (m *QueryParameters) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryParameters.Unmarshal(m, b) @@ -365,7 +365,7 @@ func (m *QueryInput) Reset() { *m = QueryInput{} } func (m *QueryInput) String() string { return proto.CompactTextString(m) } func (*QueryInput) ProtoMessage() {} func (*QueryInput) Descriptor() ([]byte, []int) { - return fileDescriptor_session_b0ebae769d2249cb, []int{3} + return fileDescriptor_session_f34861f1b5aa3372, []int{3} } func (m *QueryInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryInput.Unmarshal(m, b) @@ -604,7 +604,7 @@ func (m *QueryResult) Reset() { *m = QueryResult{} } func (m *QueryResult) String() string { return proto.CompactTextString(m) } func (*QueryResult) ProtoMessage() {} func (*QueryResult) Descriptor() ([]byte, []int) { - return fileDescriptor_session_b0ebae769d2249cb, []int{4} + return fileDescriptor_session_f34861f1b5aa3372, []int{4} } func (m *QueryResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryResult.Unmarshal(m, b) @@ -785,7 +785,7 @@ func (m *StreamingDetectIntentRequest) Reset() { *m = StreamingDetectInt func (m *StreamingDetectIntentRequest) String() string { return proto.CompactTextString(m) } func (*StreamingDetectIntentRequest) ProtoMessage() {} func (*StreamingDetectIntentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_session_b0ebae769d2249cb, []int{5} + return fileDescriptor_session_f34861f1b5aa3372, []int{5} } func (m *StreamingDetectIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingDetectIntentRequest.Unmarshal(m, b) @@ -884,7 +884,7 @@ func (m *StreamingDetectIntentResponse) Reset() { *m = StreamingDetectIn func (m *StreamingDetectIntentResponse) String() string { return proto.CompactTextString(m) } func (*StreamingDetectIntentResponse) ProtoMessage() {} func (*StreamingDetectIntentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_session_b0ebae769d2249cb, []int{6} + return fileDescriptor_session_f34861f1b5aa3372, []int{6} } func (m *StreamingDetectIntentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingDetectIntentResponse.Unmarshal(m, b) @@ -1007,7 +1007,7 @@ func (m *StreamingRecognitionResult) Reset() { *m = StreamingRecognition func (m *StreamingRecognitionResult) String() string { return proto.CompactTextString(m) } func (*StreamingRecognitionResult) ProtoMessage() {} func (*StreamingRecognitionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_session_b0ebae769d2249cb, []int{7} + return fileDescriptor_session_f34861f1b5aa3372, []int{7} } func (m *StreamingRecognitionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingRecognitionResult.Unmarshal(m, b) @@ -1074,7 +1074,7 @@ func (m *TextInput) Reset() { *m = TextInput{} } func (m *TextInput) String() string { return proto.CompactTextString(m) } func (*TextInput) ProtoMessage() {} func (*TextInput) Descriptor() ([]byte, []int) { - return fileDescriptor_session_b0ebae769d2249cb, []int{8} + return fileDescriptor_session_f34861f1b5aa3372, []int{8} } func (m *TextInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextInput.Unmarshal(m, b) @@ -1132,7 +1132,7 @@ func (m *EventInput) Reset() { *m = EventInput{} } func (m *EventInput) String() string { return proto.CompactTextString(m) } func (*EventInput) ProtoMessage() {} func (*EventInput) Descriptor() ([]byte, []int) { - return fileDescriptor_session_b0ebae769d2249cb, []int{9} + return fileDescriptor_session_f34861f1b5aa3372, []int{9} } func (m *EventInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EventInput.Unmarshal(m, b) @@ -1188,7 +1188,7 @@ func (m *SentimentAnalysisRequestConfig) Reset() { *m = SentimentAnalysi func (m *SentimentAnalysisRequestConfig) String() string { return proto.CompactTextString(m) } func (*SentimentAnalysisRequestConfig) ProtoMessage() {} func (*SentimentAnalysisRequestConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_session_b0ebae769d2249cb, []int{10} + return fileDescriptor_session_f34861f1b5aa3372, []int{10} } func (m *SentimentAnalysisRequestConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SentimentAnalysisRequestConfig.Unmarshal(m, b) @@ -1229,7 +1229,7 @@ func (m *SentimentAnalysisResult) Reset() { *m = SentimentAnalysisResult func (m *SentimentAnalysisResult) String() string { return proto.CompactTextString(m) } func (*SentimentAnalysisResult) ProtoMessage() {} func (*SentimentAnalysisResult) Descriptor() ([]byte, []int) { - return fileDescriptor_session_b0ebae769d2249cb, []int{11} + return fileDescriptor_session_f34861f1b5aa3372, []int{11} } func (m *SentimentAnalysisResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SentimentAnalysisResult.Unmarshal(m, b) @@ -1274,7 +1274,7 @@ func (m *Sentiment) Reset() { *m = Sentiment{} } func (m *Sentiment) String() string { return proto.CompactTextString(m) } func (*Sentiment) ProtoMessage() {} func (*Sentiment) Descriptor() ([]byte, []int) { - return fileDescriptor_session_b0ebae769d2249cb, []int{12} + return fileDescriptor_session_f34861f1b5aa3372, []int{12} } func (m *Sentiment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Sentiment.Unmarshal(m, b) @@ -1478,10 +1478,10 @@ var _Sessions_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2/session.proto", fileDescriptor_session_b0ebae769d2249cb) + proto.RegisterFile("google/cloud/dialogflow/v2/session.proto", fileDescriptor_session_f34861f1b5aa3372) } -var fileDescriptor_session_b0ebae769d2249cb = []byte{ +var fileDescriptor_session_f34861f1b5aa3372 = []byte{ // 1581 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x58, 0x4b, 0x73, 0x1b, 0xc7, 0x11, 0xe6, 0x82, 0x2f, 0xa0, 0x01, 0x91, 0xd4, 0x90, 0x09, 0xc1, 0x87, 0x18, 0x09, 0x2a, 0x45, diff --git a/googleapis/cloud/dialogflow/v2/session_entity_type.pb.go b/googleapis/cloud/dialogflow/v2/session_entity_type.pb.go index 9f5e2c527b..cdda5f6e95 100644 --- a/googleapis/cloud/dialogflow/v2/session_entity_type.pb.go +++ b/googleapis/cloud/dialogflow/v2/session_entity_type.pb.go @@ -62,7 +62,7 @@ func (x SessionEntityType_EntityOverrideMode) String() string { return proto.EnumName(SessionEntityType_EntityOverrideMode_name, int32(x)) } func (SessionEntityType_EntityOverrideMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_session_entity_type_0b020acc3115ba2a, []int{0, 0} + return fileDescriptor_session_entity_type_97b7b2145a2e309a, []int{0, 0} } // Represents a session entity type. @@ -95,7 +95,7 @@ func (m *SessionEntityType) Reset() { *m = SessionEntityType{} } func (m *SessionEntityType) String() string { return proto.CompactTextString(m) } func (*SessionEntityType) ProtoMessage() {} func (*SessionEntityType) Descriptor() ([]byte, []int) { - return fileDescriptor_session_entity_type_0b020acc3115ba2a, []int{0} + return fileDescriptor_session_entity_type_97b7b2145a2e309a, []int{0} } func (m *SessionEntityType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SessionEntityType.Unmarshal(m, b) @@ -155,7 +155,7 @@ func (m *ListSessionEntityTypesRequest) Reset() { *m = ListSessionEntity func (m *ListSessionEntityTypesRequest) String() string { return proto.CompactTextString(m) } func (*ListSessionEntityTypesRequest) ProtoMessage() {} func (*ListSessionEntityTypesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_session_entity_type_0b020acc3115ba2a, []int{1} + return fileDescriptor_session_entity_type_97b7b2145a2e309a, []int{1} } func (m *ListSessionEntityTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSessionEntityTypesRequest.Unmarshal(m, b) @@ -213,7 +213,7 @@ func (m *ListSessionEntityTypesResponse) Reset() { *m = ListSessionEntit func (m *ListSessionEntityTypesResponse) String() string { return proto.CompactTextString(m) } func (*ListSessionEntityTypesResponse) ProtoMessage() {} func (*ListSessionEntityTypesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_session_entity_type_0b020acc3115ba2a, []int{2} + return fileDescriptor_session_entity_type_97b7b2145a2e309a, []int{2} } func (m *ListSessionEntityTypesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSessionEntityTypesResponse.Unmarshal(m, b) @@ -262,7 +262,7 @@ func (m *GetSessionEntityTypeRequest) Reset() { *m = GetSessionEntityTyp func (m *GetSessionEntityTypeRequest) String() string { return proto.CompactTextString(m) } func (*GetSessionEntityTypeRequest) ProtoMessage() {} func (*GetSessionEntityTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_session_entity_type_0b020acc3115ba2a, []int{3} + return fileDescriptor_session_entity_type_97b7b2145a2e309a, []int{3} } func (m *GetSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSessionEntityTypeRequest.Unmarshal(m, b) @@ -305,7 +305,7 @@ func (m *CreateSessionEntityTypeRequest) Reset() { *m = CreateSessionEnt func (m *CreateSessionEntityTypeRequest) String() string { return proto.CompactTextString(m) } func (*CreateSessionEntityTypeRequest) ProtoMessage() {} func (*CreateSessionEntityTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_session_entity_type_0b020acc3115ba2a, []int{4} + return fileDescriptor_session_entity_type_97b7b2145a2e309a, []int{4} } func (m *CreateSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSessionEntityTypeRequest.Unmarshal(m, b) @@ -356,7 +356,7 @@ func (m *UpdateSessionEntityTypeRequest) Reset() { *m = UpdateSessionEnt func (m *UpdateSessionEntityTypeRequest) String() string { return proto.CompactTextString(m) } func (*UpdateSessionEntityTypeRequest) ProtoMessage() {} func (*UpdateSessionEntityTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_session_entity_type_0b020acc3115ba2a, []int{5} + return fileDescriptor_session_entity_type_97b7b2145a2e309a, []int{5} } func (m *UpdateSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateSessionEntityTypeRequest.Unmarshal(m, b) @@ -405,7 +405,7 @@ func (m *DeleteSessionEntityTypeRequest) Reset() { *m = DeleteSessionEnt func (m *DeleteSessionEntityTypeRequest) String() string { return proto.CompactTextString(m) } func (*DeleteSessionEntityTypeRequest) ProtoMessage() {} func (*DeleteSessionEntityTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_session_entity_type_0b020acc3115ba2a, []int{6} + return fileDescriptor_session_entity_type_97b7b2145a2e309a, []int{6} } func (m *DeleteSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSessionEntityTypeRequest.Unmarshal(m, b) @@ -664,10 +664,10 @@ var _SessionEntityTypes_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2/session_entity_type.proto", fileDescriptor_session_entity_type_0b020acc3115ba2a) + proto.RegisterFile("google/cloud/dialogflow/v2/session_entity_type.proto", fileDescriptor_session_entity_type_97b7b2145a2e309a) } -var fileDescriptor_session_entity_type_0b020acc3115ba2a = []byte{ +var fileDescriptor_session_entity_type_97b7b2145a2e309a = []byte{ // 808 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0xcd, 0x4e, 0xdb, 0x58, 0x14, 0xc7, 0xe7, 0x9a, 0x19, 0x04, 0x17, 0xcd, 0x0c, 0xdc, 0x41, 0x21, 0x63, 0x86, 0x4c, 0xc6, diff --git a/googleapis/cloud/dialogflow/v2/webhook.pb.go b/googleapis/cloud/dialogflow/v2/webhook.pb.go index a7986ea910..50bd135590 100644 --- a/googleapis/cloud/dialogflow/v2/webhook.pb.go +++ b/googleapis/cloud/dialogflow/v2/webhook.pb.go @@ -46,7 +46,7 @@ func (m *WebhookRequest) Reset() { *m = WebhookRequest{} } func (m *WebhookRequest) String() string { return proto.CompactTextString(m) } func (*WebhookRequest) ProtoMessage() {} func (*WebhookRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_webhook_5f33270dac18481f, []int{0} + return fileDescriptor_webhook_a595880048808234, []int{0} } func (m *WebhookRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebhookRequest.Unmarshal(m, b) @@ -143,7 +143,7 @@ func (m *WebhookResponse) Reset() { *m = WebhookResponse{} } func (m *WebhookResponse) String() string { return proto.CompactTextString(m) } func (*WebhookResponse) ProtoMessage() {} func (*WebhookResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_webhook_5f33270dac18481f, []int{1} + return fileDescriptor_webhook_a595880048808234, []int{1} } func (m *WebhookResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebhookResponse.Unmarshal(m, b) @@ -237,7 +237,7 @@ func (m *OriginalDetectIntentRequest) Reset() { *m = OriginalDetectInten func (m *OriginalDetectIntentRequest) String() string { return proto.CompactTextString(m) } func (*OriginalDetectIntentRequest) ProtoMessage() {} func (*OriginalDetectIntentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_webhook_5f33270dac18481f, []int{2} + return fileDescriptor_webhook_a595880048808234, []int{2} } func (m *OriginalDetectIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OriginalDetectIntentRequest.Unmarshal(m, b) @@ -285,10 +285,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2/webhook.proto", fileDescriptor_webhook_5f33270dac18481f) + proto.RegisterFile("google/cloud/dialogflow/v2/webhook.proto", fileDescriptor_webhook_a595880048808234) } -var fileDescriptor_webhook_5f33270dac18481f = []byte{ +var fileDescriptor_webhook_a595880048808234 = []byte{ // 553 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x41, 0x6f, 0xd3, 0x4c, 0x10, 0x86, 0x65, 0xe7, 0xfb, 0x12, 0x75, 0x53, 0x35, 0x68, 0xa9, 0xc0, 0x4a, 0x51, 0x89, 0x82, diff --git a/googleapis/cloud/dialogflow/v2beta1/agent.pb.go b/googleapis/cloud/dialogflow/v2beta1/agent.pb.go index 59427d9db3..d62febbde6 100644 --- a/googleapis/cloud/dialogflow/v2beta1/agent.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/agent.pb.go @@ -57,7 +57,7 @@ func (x Agent_MatchMode) String() string { return proto.EnumName(Agent_MatchMode_name, int32(x)) } func (Agent_MatchMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_agent_28141718260336ea, []int{0, 0} + return fileDescriptor_agent_b87bd04ebcb8ded2, []int{0, 0} } // Represents a conversational agent. @@ -110,7 +110,7 @@ func (m *Agent) Reset() { *m = Agent{} } func (m *Agent) String() string { return proto.CompactTextString(m) } func (*Agent) ProtoMessage() {} func (*Agent) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_28141718260336ea, []int{0} + return fileDescriptor_agent_b87bd04ebcb8ded2, []int{0} } func (m *Agent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Agent.Unmarshal(m, b) @@ -214,7 +214,7 @@ func (m *GetAgentRequest) Reset() { *m = GetAgentRequest{} } func (m *GetAgentRequest) String() string { return proto.CompactTextString(m) } func (*GetAgentRequest) ProtoMessage() {} func (*GetAgentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_28141718260336ea, []int{1} + return fileDescriptor_agent_b87bd04ebcb8ded2, []int{1} } func (m *GetAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAgentRequest.Unmarshal(m, b) @@ -260,7 +260,7 @@ func (m *SearchAgentsRequest) Reset() { *m = SearchAgentsRequest{} } func (m *SearchAgentsRequest) String() string { return proto.CompactTextString(m) } func (*SearchAgentsRequest) ProtoMessage() {} func (*SearchAgentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_28141718260336ea, []int{2} + return fileDescriptor_agent_b87bd04ebcb8ded2, []int{2} } func (m *SearchAgentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchAgentsRequest.Unmarshal(m, b) @@ -318,7 +318,7 @@ func (m *SearchAgentsResponse) Reset() { *m = SearchAgentsResponse{} } func (m *SearchAgentsResponse) String() string { return proto.CompactTextString(m) } func (*SearchAgentsResponse) ProtoMessage() {} func (*SearchAgentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_28141718260336ea, []int{3} + return fileDescriptor_agent_b87bd04ebcb8ded2, []int{3} } func (m *SearchAgentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchAgentsResponse.Unmarshal(m, b) @@ -366,7 +366,7 @@ func (m *TrainAgentRequest) Reset() { *m = TrainAgentRequest{} } func (m *TrainAgentRequest) String() string { return proto.CompactTextString(m) } func (*TrainAgentRequest) ProtoMessage() {} func (*TrainAgentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_28141718260336ea, []int{4} + return fileDescriptor_agent_b87bd04ebcb8ded2, []int{4} } func (m *TrainAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TrainAgentRequest.Unmarshal(m, b) @@ -413,7 +413,7 @@ func (m *ExportAgentRequest) Reset() { *m = ExportAgentRequest{} } func (m *ExportAgentRequest) String() string { return proto.CompactTextString(m) } func (*ExportAgentRequest) ProtoMessage() {} func (*ExportAgentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_28141718260336ea, []int{5} + return fileDescriptor_agent_b87bd04ebcb8ded2, []int{5} } func (m *ExportAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportAgentRequest.Unmarshal(m, b) @@ -464,7 +464,7 @@ func (m *ExportAgentResponse) Reset() { *m = ExportAgentResponse{} } func (m *ExportAgentResponse) String() string { return proto.CompactTextString(m) } func (*ExportAgentResponse) ProtoMessage() {} func (*ExportAgentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_28141718260336ea, []int{6} + return fileDescriptor_agent_b87bd04ebcb8ded2, []int{6} } func (m *ExportAgentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportAgentResponse.Unmarshal(m, b) @@ -607,7 +607,7 @@ func (m *ImportAgentRequest) Reset() { *m = ImportAgentRequest{} } func (m *ImportAgentRequest) String() string { return proto.CompactTextString(m) } func (*ImportAgentRequest) ProtoMessage() {} func (*ImportAgentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_28141718260336ea, []int{7} + return fileDescriptor_agent_b87bd04ebcb8ded2, []int{7} } func (m *ImportAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportAgentRequest.Unmarshal(m, b) @@ -757,7 +757,7 @@ func (m *RestoreAgentRequest) Reset() { *m = RestoreAgentRequest{} } func (m *RestoreAgentRequest) String() string { return proto.CompactTextString(m) } func (*RestoreAgentRequest) ProtoMessage() {} func (*RestoreAgentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_agent_28141718260336ea, []int{8} + return fileDescriptor_agent_b87bd04ebcb8ded2, []int{8} } func (m *RestoreAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RestoreAgentRequest.Unmarshal(m, b) @@ -1200,10 +1200,10 @@ var _Agents_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/agent.proto", fileDescriptor_agent_28141718260336ea) + proto.RegisterFile("google/cloud/dialogflow/v2beta1/agent.proto", fileDescriptor_agent_b87bd04ebcb8ded2) } -var fileDescriptor_agent_28141718260336ea = []byte{ +var fileDescriptor_agent_b87bd04ebcb8ded2 = []byte{ // 985 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0xdd, 0x6e, 0xdc, 0x44, 0x14, 0x8e, 0x37, 0x4d, 0xb2, 0x7b, 0x92, 0xb4, 0xe9, 0x84, 0x06, 0xb3, 0x6d, 0xd4, 0xc5, 0xa5, diff --git a/googleapis/cloud/dialogflow/v2beta1/audio_config.pb.go b/googleapis/cloud/dialogflow/v2beta1/audio_config.pb.go index b63b43ec46..1e93ba1039 100644 --- a/googleapis/cloud/dialogflow/v2beta1/audio_config.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/audio_config.pb.go @@ -88,7 +88,7 @@ func (x AudioEncoding) String() string { return proto.EnumName(AudioEncoding_name, int32(x)) } func (AudioEncoding) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_audio_config_3b6246f5d2be0e12, []int{0} + return fileDescriptor_audio_config_e6cfe6aed50d3b5d, []int{0} } // Variant of the specified [Speech model][google.cloud.dialogflow.v2beta1.InputAudioConfig.model] to use. @@ -150,7 +150,7 @@ func (x SpeechModelVariant) String() string { return proto.EnumName(SpeechModelVariant_name, int32(x)) } func (SpeechModelVariant) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_audio_config_3b6246f5d2be0e12, []int{1} + return fileDescriptor_audio_config_e6cfe6aed50d3b5d, []int{1} } // Gender of the voice as described in @@ -186,7 +186,7 @@ func (x SsmlVoiceGender) String() string { return proto.EnumName(SsmlVoiceGender_name, int32(x)) } func (SsmlVoiceGender) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_audio_config_3b6246f5d2be0e12, []int{2} + return fileDescriptor_audio_config_e6cfe6aed50d3b5d, []int{2} } // Audio encoding of the output audio format in Text-To-Speech. @@ -224,7 +224,7 @@ func (x OutputAudioEncoding) String() string { return proto.EnumName(OutputAudioEncoding_name, int32(x)) } func (OutputAudioEncoding) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_audio_config_3b6246f5d2be0e12, []int{3} + return fileDescriptor_audio_config_e6cfe6aed50d3b5d, []int{3} } // Instructs the speech recognizer on how to process the audio content. @@ -273,7 +273,7 @@ func (m *InputAudioConfig) Reset() { *m = InputAudioConfig{} } func (m *InputAudioConfig) String() string { return proto.CompactTextString(m) } func (*InputAudioConfig) ProtoMessage() {} func (*InputAudioConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_audio_config_3b6246f5d2be0e12, []int{0} + return fileDescriptor_audio_config_e6cfe6aed50d3b5d, []int{0} } func (m *InputAudioConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InputAudioConfig.Unmarshal(m, b) @@ -355,7 +355,7 @@ func (m *VoiceSelectionParams) Reset() { *m = VoiceSelectionParams{} } func (m *VoiceSelectionParams) String() string { return proto.CompactTextString(m) } func (*VoiceSelectionParams) ProtoMessage() {} func (*VoiceSelectionParams) Descriptor() ([]byte, []int) { - return fileDescriptor_audio_config_3b6246f5d2be0e12, []int{1} + return fileDescriptor_audio_config_e6cfe6aed50d3b5d, []int{1} } func (m *VoiceSelectionParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VoiceSelectionParams.Unmarshal(m, b) @@ -424,7 +424,7 @@ func (m *SynthesizeSpeechConfig) Reset() { *m = SynthesizeSpeechConfig{} func (m *SynthesizeSpeechConfig) String() string { return proto.CompactTextString(m) } func (*SynthesizeSpeechConfig) ProtoMessage() {} func (*SynthesizeSpeechConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_audio_config_3b6246f5d2be0e12, []int{2} + return fileDescriptor_audio_config_e6cfe6aed50d3b5d, []int{2} } func (m *SynthesizeSpeechConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SynthesizeSpeechConfig.Unmarshal(m, b) @@ -500,7 +500,7 @@ func (m *OutputAudioConfig) Reset() { *m = OutputAudioConfig{} } func (m *OutputAudioConfig) String() string { return proto.CompactTextString(m) } func (*OutputAudioConfig) ProtoMessage() {} func (*OutputAudioConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_audio_config_3b6246f5d2be0e12, []int{3} + return fileDescriptor_audio_config_e6cfe6aed50d3b5d, []int{3} } func (m *OutputAudioConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OutputAudioConfig.Unmarshal(m, b) @@ -553,10 +553,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/audio_config.proto", fileDescriptor_audio_config_3b6246f5d2be0e12) + proto.RegisterFile("google/cloud/dialogflow/v2beta1/audio_config.proto", fileDescriptor_audio_config_e6cfe6aed50d3b5d) } -var fileDescriptor_audio_config_3b6246f5d2be0e12 = []byte{ +var fileDescriptor_audio_config_e6cfe6aed50d3b5d = []byte{ // 920 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0x4f, 0x6f, 0xe3, 0x44, 0x14, 0xc7, 0x4e, 0xbb, 0xab, 0xbe, 0xa6, 0x5d, 0xef, 0x6c, 0xe9, 0xba, 0xa5, 0xdd, 0xa6, 0xed, diff --git a/googleapis/cloud/dialogflow/v2beta1/context.pb.go b/googleapis/cloud/dialogflow/v2beta1/context.pb.go index 082045abad..0a4ad269f4 100644 --- a/googleapis/cloud/dialogflow/v2beta1/context.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/context.pb.go @@ -59,7 +59,7 @@ func (m *Context) Reset() { *m = Context{} } func (m *Context) String() string { return proto.CompactTextString(m) } func (*Context) ProtoMessage() {} func (*Context) Descriptor() ([]byte, []int) { - return fileDescriptor_context_0be30f6cc4e74d3e, []int{0} + return fileDescriptor_context_4c18307a7450af94, []int{0} } func (m *Context) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Context.Unmarshal(m, b) @@ -123,7 +123,7 @@ func (m *ListContextsRequest) Reset() { *m = ListContextsRequest{} } func (m *ListContextsRequest) String() string { return proto.CompactTextString(m) } func (*ListContextsRequest) ProtoMessage() {} func (*ListContextsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_context_0be30f6cc4e74d3e, []int{1} + return fileDescriptor_context_4c18307a7450af94, []int{1} } func (m *ListContextsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListContextsRequest.Unmarshal(m, b) @@ -181,7 +181,7 @@ func (m *ListContextsResponse) Reset() { *m = ListContextsResponse{} } func (m *ListContextsResponse) String() string { return proto.CompactTextString(m) } func (*ListContextsResponse) ProtoMessage() {} func (*ListContextsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_context_0be30f6cc4e74d3e, []int{2} + return fileDescriptor_context_4c18307a7450af94, []int{2} } func (m *ListContextsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListContextsResponse.Unmarshal(m, b) @@ -233,7 +233,7 @@ func (m *GetContextRequest) Reset() { *m = GetContextRequest{} } func (m *GetContextRequest) String() string { return proto.CompactTextString(m) } func (*GetContextRequest) ProtoMessage() {} func (*GetContextRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_context_0be30f6cc4e74d3e, []int{3} + return fileDescriptor_context_4c18307a7450af94, []int{3} } func (m *GetContextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetContextRequest.Unmarshal(m, b) @@ -280,7 +280,7 @@ func (m *CreateContextRequest) Reset() { *m = CreateContextRequest{} } func (m *CreateContextRequest) String() string { return proto.CompactTextString(m) } func (*CreateContextRequest) ProtoMessage() {} func (*CreateContextRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_context_0be30f6cc4e74d3e, []int{4} + return fileDescriptor_context_4c18307a7450af94, []int{4} } func (m *CreateContextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateContextRequest.Unmarshal(m, b) @@ -329,7 +329,7 @@ func (m *UpdateContextRequest) Reset() { *m = UpdateContextRequest{} } func (m *UpdateContextRequest) String() string { return proto.CompactTextString(m) } func (*UpdateContextRequest) ProtoMessage() {} func (*UpdateContextRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_context_0be30f6cc4e74d3e, []int{5} + return fileDescriptor_context_4c18307a7450af94, []int{5} } func (m *UpdateContextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateContextRequest.Unmarshal(m, b) @@ -381,7 +381,7 @@ func (m *DeleteContextRequest) Reset() { *m = DeleteContextRequest{} } func (m *DeleteContextRequest) String() string { return proto.CompactTextString(m) } func (*DeleteContextRequest) ProtoMessage() {} func (*DeleteContextRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_context_0be30f6cc4e74d3e, []int{6} + return fileDescriptor_context_4c18307a7450af94, []int{6} } func (m *DeleteContextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteContextRequest.Unmarshal(m, b) @@ -425,7 +425,7 @@ func (m *DeleteAllContextsRequest) Reset() { *m = DeleteAllContextsReque func (m *DeleteAllContextsRequest) String() string { return proto.CompactTextString(m) } func (*DeleteAllContextsRequest) ProtoMessage() {} func (*DeleteAllContextsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_context_0be30f6cc4e74d3e, []int{7} + return fileDescriptor_context_4c18307a7450af94, []int{7} } func (m *DeleteAllContextsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteAllContextsRequest.Unmarshal(m, b) @@ -717,10 +717,10 @@ var _Contexts_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/context.proto", fileDescriptor_context_0be30f6cc4e74d3e) + proto.RegisterFile("google/cloud/dialogflow/v2beta1/context.proto", fileDescriptor_context_4c18307a7450af94) } -var fileDescriptor_context_0be30f6cc4e74d3e = []byte{ +var fileDescriptor_context_4c18307a7450af94 = []byte{ // 817 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x4d, 0x6b, 0x1b, 0x47, 0x18, 0x66, 0xd6, 0xad, 0x3f, 0xc6, 0x56, 0x8b, 0xa7, 0xc2, 0x55, 0x65, 0x17, 0x8b, 0x2d, 0x6d, diff --git a/googleapis/cloud/dialogflow/v2beta1/document.pb.go b/googleapis/cloud/dialogflow/v2beta1/document.pb.go index 4fcbf2c843..3000e66f4c 100644 --- a/googleapis/cloud/dialogflow/v2beta1/document.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/document.pb.go @@ -62,7 +62,7 @@ func (x Document_KnowledgeType) String() string { return proto.EnumName(Document_KnowledgeType_name, int32(x)) } func (Document_KnowledgeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_document_38ae42bb38d9eae2, []int{0, 0} + return fileDescriptor_document_b7905c72d2ee7910, []int{0, 0} } // States of the operation. @@ -96,7 +96,7 @@ func (x KnowledgeOperationMetadata_State) String() string { return proto.EnumName(KnowledgeOperationMetadata_State_name, int32(x)) } func (KnowledgeOperationMetadata_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_document_38ae42bb38d9eae2, []int{7, 0} + return fileDescriptor_document_b7905c72d2ee7910, []int{7, 0} } // A document resource. @@ -132,7 +132,7 @@ func (m *Document) Reset() { *m = Document{} } func (m *Document) String() string { return proto.CompactTextString(m) } func (*Document) ProtoMessage() {} func (*Document) Descriptor() ([]byte, []int) { - return fileDescriptor_document_38ae42bb38d9eae2, []int{0} + return fileDescriptor_document_b7905c72d2ee7910, []int{0} } func (m *Document) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Document.Unmarshal(m, b) @@ -330,7 +330,7 @@ func (m *ListDocumentsRequest) Reset() { *m = ListDocumentsRequest{} } func (m *ListDocumentsRequest) String() string { return proto.CompactTextString(m) } func (*ListDocumentsRequest) ProtoMessage() {} func (*ListDocumentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_document_38ae42bb38d9eae2, []int{1} + return fileDescriptor_document_b7905c72d2ee7910, []int{1} } func (m *ListDocumentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDocumentsRequest.Unmarshal(m, b) @@ -387,7 +387,7 @@ func (m *ListDocumentsResponse) Reset() { *m = ListDocumentsResponse{} } func (m *ListDocumentsResponse) String() string { return proto.CompactTextString(m) } func (*ListDocumentsResponse) ProtoMessage() {} func (*ListDocumentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_document_38ae42bb38d9eae2, []int{2} + return fileDescriptor_document_b7905c72d2ee7910, []int{2} } func (m *ListDocumentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDocumentsResponse.Unmarshal(m, b) @@ -436,7 +436,7 @@ func (m *GetDocumentRequest) Reset() { *m = GetDocumentRequest{} } func (m *GetDocumentRequest) String() string { return proto.CompactTextString(m) } func (*GetDocumentRequest) ProtoMessage() {} func (*GetDocumentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_document_38ae42bb38d9eae2, []int{3} + return fileDescriptor_document_b7905c72d2ee7910, []int{3} } func (m *GetDocumentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDocumentRequest.Unmarshal(m, b) @@ -479,7 +479,7 @@ func (m *CreateDocumentRequest) Reset() { *m = CreateDocumentRequest{} } func (m *CreateDocumentRequest) String() string { return proto.CompactTextString(m) } func (*CreateDocumentRequest) ProtoMessage() {} func (*CreateDocumentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_document_38ae42bb38d9eae2, []int{4} + return fileDescriptor_document_b7905c72d2ee7910, []int{4} } func (m *CreateDocumentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateDocumentRequest.Unmarshal(m, b) @@ -528,7 +528,7 @@ func (m *DeleteDocumentRequest) Reset() { *m = DeleteDocumentRequest{} } func (m *DeleteDocumentRequest) String() string { return proto.CompactTextString(m) } func (*DeleteDocumentRequest) ProtoMessage() {} func (*DeleteDocumentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_document_38ae42bb38d9eae2, []int{5} + return fileDescriptor_document_b7905c72d2ee7910, []int{5} } func (m *DeleteDocumentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteDocumentRequest.Unmarshal(m, b) @@ -572,7 +572,7 @@ func (m *UpdateDocumentRequest) Reset() { *m = UpdateDocumentRequest{} } func (m *UpdateDocumentRequest) String() string { return proto.CompactTextString(m) } func (*UpdateDocumentRequest) ProtoMessage() {} func (*UpdateDocumentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_document_38ae42bb38d9eae2, []int{6} + return fileDescriptor_document_b7905c72d2ee7910, []int{6} } func (m *UpdateDocumentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateDocumentRequest.Unmarshal(m, b) @@ -619,7 +619,7 @@ func (m *KnowledgeOperationMetadata) Reset() { *m = KnowledgeOperationMe func (m *KnowledgeOperationMetadata) String() string { return proto.CompactTextString(m) } func (*KnowledgeOperationMetadata) ProtoMessage() {} func (*KnowledgeOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_document_38ae42bb38d9eae2, []int{7} + return fileDescriptor_document_b7905c72d2ee7910, []int{7} } func (m *KnowledgeOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KnowledgeOperationMetadata.Unmarshal(m, b) @@ -661,7 +661,7 @@ func (m *ReloadDocumentRequest) Reset() { *m = ReloadDocumentRequest{} } func (m *ReloadDocumentRequest) String() string { return proto.CompactTextString(m) } func (*ReloadDocumentRequest) ProtoMessage() {} func (*ReloadDocumentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_document_38ae42bb38d9eae2, []int{8} + return fileDescriptor_document_b7905c72d2ee7910, []int{8} } func (m *ReloadDocumentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReloadDocumentRequest.Unmarshal(m, b) @@ -978,10 +978,10 @@ var _Documents_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/document.proto", fileDescriptor_document_38ae42bb38d9eae2) + proto.RegisterFile("google/cloud/dialogflow/v2beta1/document.proto", fileDescriptor_document_b7905c72d2ee7910) } -var fileDescriptor_document_38ae42bb38d9eae2 = []byte{ +var fileDescriptor_document_b7905c72d2ee7910 = []byte{ // 1056 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x57, 0x4d, 0x6f, 0x1b, 0x45, 0x18, 0xce, 0x6c, 0xbe, 0x9c, 0xd7, 0x89, 0x9b, 0x8e, 0x08, 0x18, 0x97, 0xb6, 0xe9, 0x56, 0x42, diff --git a/googleapis/cloud/dialogflow/v2beta1/entity_type.pb.go b/googleapis/cloud/dialogflow/v2beta1/entity_type.pb.go index 88811de59a..053742410b 100644 --- a/googleapis/cloud/dialogflow/v2beta1/entity_type.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/entity_type.pb.go @@ -58,7 +58,7 @@ func (x EntityType_Kind) String() string { return proto.EnumName(EntityType_Kind_name, int32(x)) } func (EntityType_Kind) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{0, 0} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{0, 0} } // Represents different entity type expansion modes. Automated expansion @@ -87,7 +87,7 @@ func (x EntityType_AutoExpansionMode) String() string { return proto.EnumName(EntityType_AutoExpansionMode_name, int32(x)) } func (EntityType_AutoExpansionMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{0, 1} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{0, 1} } // Represents an entity type. @@ -117,7 +117,7 @@ func (m *EntityType) Reset() { *m = EntityType{} } func (m *EntityType) String() string { return proto.CompactTextString(m) } func (*EntityType) ProtoMessage() {} func (*EntityType) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{0} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{0} } func (m *EntityType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityType.Unmarshal(m, b) @@ -204,7 +204,7 @@ func (m *EntityType_Entity) Reset() { *m = EntityType_Entity{} } func (m *EntityType_Entity) String() string { return proto.CompactTextString(m) } func (*EntityType_Entity) ProtoMessage() {} func (*EntityType_Entity) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{0, 0} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{0, 0} } func (m *EntityType_Entity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityType_Entity.Unmarshal(m, b) @@ -264,7 +264,7 @@ func (m *ListEntityTypesRequest) Reset() { *m = ListEntityTypesRequest{} func (m *ListEntityTypesRequest) String() string { return proto.CompactTextString(m) } func (*ListEntityTypesRequest) ProtoMessage() {} func (*ListEntityTypesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{1} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{1} } func (m *ListEntityTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListEntityTypesRequest.Unmarshal(m, b) @@ -329,7 +329,7 @@ func (m *ListEntityTypesResponse) Reset() { *m = ListEntityTypesResponse func (m *ListEntityTypesResponse) String() string { return proto.CompactTextString(m) } func (*ListEntityTypesResponse) ProtoMessage() {} func (*ListEntityTypesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{2} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{2} } func (m *ListEntityTypesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListEntityTypesResponse.Unmarshal(m, b) @@ -384,7 +384,7 @@ func (m *GetEntityTypeRequest) Reset() { *m = GetEntityTypeRequest{} } func (m *GetEntityTypeRequest) String() string { return proto.CompactTextString(m) } func (*GetEntityTypeRequest) ProtoMessage() {} func (*GetEntityTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{3} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{3} } func (m *GetEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetEntityTypeRequest.Unmarshal(m, b) @@ -441,7 +441,7 @@ func (m *CreateEntityTypeRequest) Reset() { *m = CreateEntityTypeRequest func (m *CreateEntityTypeRequest) String() string { return proto.CompactTextString(m) } func (*CreateEntityTypeRequest) ProtoMessage() {} func (*CreateEntityTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{4} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{4} } func (m *CreateEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateEntityTypeRequest.Unmarshal(m, b) @@ -504,7 +504,7 @@ func (m *UpdateEntityTypeRequest) Reset() { *m = UpdateEntityTypeRequest func (m *UpdateEntityTypeRequest) String() string { return proto.CompactTextString(m) } func (*UpdateEntityTypeRequest) ProtoMessage() {} func (*UpdateEntityTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{5} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{5} } func (m *UpdateEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateEntityTypeRequest.Unmarshal(m, b) @@ -559,7 +559,7 @@ func (m *DeleteEntityTypeRequest) Reset() { *m = DeleteEntityTypeRequest func (m *DeleteEntityTypeRequest) String() string { return proto.CompactTextString(m) } func (*DeleteEntityTypeRequest) ProtoMessage() {} func (*DeleteEntityTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{6} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{6} } func (m *DeleteEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteEntityTypeRequest.Unmarshal(m, b) @@ -620,7 +620,7 @@ func (m *BatchUpdateEntityTypesRequest) Reset() { *m = BatchUpdateEntity func (m *BatchUpdateEntityTypesRequest) String() string { return proto.CompactTextString(m) } func (*BatchUpdateEntityTypesRequest) ProtoMessage() {} func (*BatchUpdateEntityTypesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{7} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{7} } func (m *BatchUpdateEntityTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateEntityTypesRequest.Unmarshal(m, b) @@ -783,7 +783,7 @@ func (m *BatchUpdateEntityTypesResponse) Reset() { *m = BatchUpdateEntit func (m *BatchUpdateEntityTypesResponse) String() string { return proto.CompactTextString(m) } func (*BatchUpdateEntityTypesResponse) ProtoMessage() {} func (*BatchUpdateEntityTypesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{8} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{8} } func (m *BatchUpdateEntityTypesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateEntityTypesResponse.Unmarshal(m, b) @@ -827,7 +827,7 @@ func (m *BatchDeleteEntityTypesRequest) Reset() { *m = BatchDeleteEntity func (m *BatchDeleteEntityTypesRequest) String() string { return proto.CompactTextString(m) } func (*BatchDeleteEntityTypesRequest) ProtoMessage() {} func (*BatchDeleteEntityTypesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{9} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{9} } func (m *BatchDeleteEntityTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchDeleteEntityTypesRequest.Unmarshal(m, b) @@ -884,7 +884,7 @@ func (m *BatchCreateEntitiesRequest) Reset() { *m = BatchCreateEntitiesR func (m *BatchCreateEntitiesRequest) String() string { return proto.CompactTextString(m) } func (*BatchCreateEntitiesRequest) ProtoMessage() {} func (*BatchCreateEntitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{10} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{10} } func (m *BatchCreateEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchCreateEntitiesRequest.Unmarshal(m, b) @@ -950,7 +950,7 @@ func (m *BatchUpdateEntitiesRequest) Reset() { *m = BatchUpdateEntitiesR func (m *BatchUpdateEntitiesRequest) String() string { return proto.CompactTextString(m) } func (*BatchUpdateEntitiesRequest) ProtoMessage() {} func (*BatchUpdateEntitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{11} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{11} } func (m *BatchUpdateEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateEntitiesRequest.Unmarshal(m, b) @@ -1023,7 +1023,7 @@ func (m *BatchDeleteEntitiesRequest) Reset() { *m = BatchDeleteEntitiesR func (m *BatchDeleteEntitiesRequest) String() string { return proto.CompactTextString(m) } func (*BatchDeleteEntitiesRequest) ProtoMessage() {} func (*BatchDeleteEntitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{12} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{12} } func (m *BatchDeleteEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchDeleteEntitiesRequest.Unmarshal(m, b) @@ -1077,7 +1077,7 @@ func (m *EntityTypeBatch) Reset() { *m = EntityTypeBatch{} } func (m *EntityTypeBatch) String() string { return proto.CompactTextString(m) } func (*EntityTypeBatch) ProtoMessage() {} func (*EntityTypeBatch) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{13} + return fileDescriptor_entity_type_6dfa1fc30f052b5b, []int{13} } func (m *EntityTypeBatch) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityTypeBatch.Unmarshal(m, b) @@ -1538,10 +1538,10 @@ var _EntityTypes_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/entity_type.proto", fileDescriptor_entity_type_5d56c2b8d11cd69d) + proto.RegisterFile("google/cloud/dialogflow/v2beta1/entity_type.proto", fileDescriptor_entity_type_6dfa1fc30f052b5b) } -var fileDescriptor_entity_type_5d56c2b8d11cd69d = []byte{ +var fileDescriptor_entity_type_6dfa1fc30f052b5b = []byte{ // 1246 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x58, 0x4f, 0x6f, 0xe3, 0x44, 0x14, 0xdf, 0x49, 0xb3, 0x55, 0xfb, 0xd2, 0x6e, 0xd3, 0x69, 0xb7, 0x0d, 0xe9, 0x96, 0x16, 0x57, diff --git a/googleapis/cloud/dialogflow/v2beta1/intent.pb.go b/googleapis/cloud/dialogflow/v2beta1/intent.pb.go index a5dc901f41..46cb31a104 100644 --- a/googleapis/cloud/dialogflow/v2beta1/intent.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/intent.pb.go @@ -54,7 +54,7 @@ func (x IntentView) String() string { return proto.EnumName(IntentView_name, int32(x)) } func (IntentView) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0} } // Represents the different states that webhooks can be in. @@ -85,7 +85,7 @@ func (x Intent_WebhookState) String() string { return proto.EnumName(Intent_WebhookState_name, int32(x)) } func (Intent_WebhookState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 0} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 0} } // Represents different types of training phrases. @@ -121,7 +121,7 @@ func (x Intent_TrainingPhrase_Type) String() string { return proto.EnumName(Intent_TrainingPhrase_Type_name, int32(x)) } func (Intent_TrainingPhrase_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 0, 0} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 0, 0} } // Represents different platforms that a rich message can be intended for. @@ -239,7 +239,7 @@ func (x Intent_Message_Platform) String() string { return proto.EnumName(Intent_Message_Platform_name, int32(x)) } func (Intent_Message_Platform) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 0} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 0} } // Represents an intent. @@ -341,7 +341,7 @@ func (m *Intent) Reset() { *m = Intent{} } func (m *Intent) String() string { return proto.CompactTextString(m) } func (*Intent) ProtoMessage() {} func (*Intent) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0} } func (m *Intent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent.Unmarshal(m, b) @@ -541,7 +541,7 @@ func (m *Intent_TrainingPhrase) Reset() { *m = Intent_TrainingPhrase{} } func (m *Intent_TrainingPhrase) String() string { return proto.CompactTextString(m) } func (*Intent_TrainingPhrase) ProtoMessage() {} func (*Intent_TrainingPhrase) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 0} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 0} } func (m *Intent_TrainingPhrase) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_TrainingPhrase.Unmarshal(m, b) @@ -614,7 +614,7 @@ func (m *Intent_TrainingPhrase_Part) Reset() { *m = Intent_TrainingPhras func (m *Intent_TrainingPhrase_Part) String() string { return proto.CompactTextString(m) } func (*Intent_TrainingPhrase_Part) ProtoMessage() {} func (*Intent_TrainingPhrase_Part) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 0, 0} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 0, 0} } func (m *Intent_TrainingPhrase_Part) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_TrainingPhrase_Part.Unmarshal(m, b) @@ -702,7 +702,7 @@ func (m *Intent_Parameter) Reset() { *m = Intent_Parameter{} } func (m *Intent_Parameter) String() string { return proto.CompactTextString(m) } func (*Intent_Parameter) ProtoMessage() {} func (*Intent_Parameter) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 1} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 1} } func (m *Intent_Parameter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Parameter.Unmarshal(m, b) @@ -809,7 +809,7 @@ func (m *Intent_Message) Reset() { *m = Intent_Message{} } func (m *Intent_Message) String() string { return proto.CompactTextString(m) } func (*Intent_Message) ProtoMessage() {} func (*Intent_Message) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2} } func (m *Intent_Message) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message.Unmarshal(m, b) @@ -1344,7 +1344,7 @@ func (m *Intent_Message_Text) Reset() { *m = Intent_Message_Text{} } func (m *Intent_Message_Text) String() string { return proto.CompactTextString(m) } func (*Intent_Message_Text) ProtoMessage() {} func (*Intent_Message_Text) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 0} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 0} } func (m *Intent_Message_Text) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Text.Unmarshal(m, b) @@ -1387,7 +1387,7 @@ func (m *Intent_Message_Image) Reset() { *m = Intent_Message_Image{} } func (m *Intent_Message_Image) String() string { return proto.CompactTextString(m) } func (*Intent_Message_Image) ProtoMessage() {} func (*Intent_Message_Image) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 1} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 1} } func (m *Intent_Message_Image) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Image.Unmarshal(m, b) @@ -1436,7 +1436,7 @@ func (m *Intent_Message_QuickReplies) Reset() { *m = Intent_Message_Quic func (m *Intent_Message_QuickReplies) String() string { return proto.CompactTextString(m) } func (*Intent_Message_QuickReplies) ProtoMessage() {} func (*Intent_Message_QuickReplies) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 2} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 2} } func (m *Intent_Message_QuickReplies) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_QuickReplies.Unmarshal(m, b) @@ -1489,7 +1489,7 @@ func (m *Intent_Message_Card) Reset() { *m = Intent_Message_Card{} } func (m *Intent_Message_Card) String() string { return proto.CompactTextString(m) } func (*Intent_Message_Card) ProtoMessage() {} func (*Intent_Message_Card) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 3} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 3} } func (m *Intent_Message_Card) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Card.Unmarshal(m, b) @@ -1553,7 +1553,7 @@ func (m *Intent_Message_Card_Button) Reset() { *m = Intent_Message_Card_ func (m *Intent_Message_Card_Button) String() string { return proto.CompactTextString(m) } func (*Intent_Message_Card_Button) ProtoMessage() {} func (*Intent_Message_Card_Button) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 3, 0} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 3, 0} } func (m *Intent_Message_Card_Button) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Card_Button.Unmarshal(m, b) @@ -1607,7 +1607,7 @@ func (m *Intent_Message_SimpleResponse) Reset() { *m = Intent_Message_Si func (m *Intent_Message_SimpleResponse) String() string { return proto.CompactTextString(m) } func (*Intent_Message_SimpleResponse) ProtoMessage() {} func (*Intent_Message_SimpleResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 4} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 4} } func (m *Intent_Message_SimpleResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_SimpleResponse.Unmarshal(m, b) @@ -1664,7 +1664,7 @@ func (m *Intent_Message_SimpleResponses) Reset() { *m = Intent_Message_S func (m *Intent_Message_SimpleResponses) String() string { return proto.CompactTextString(m) } func (*Intent_Message_SimpleResponses) ProtoMessage() {} func (*Intent_Message_SimpleResponses) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 5} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 5} } func (m *Intent_Message_SimpleResponses) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_SimpleResponses.Unmarshal(m, b) @@ -1712,7 +1712,7 @@ func (m *Intent_Message_BasicCard) Reset() { *m = Intent_Message_BasicCa func (m *Intent_Message_BasicCard) String() string { return proto.CompactTextString(m) } func (*Intent_Message_BasicCard) ProtoMessage() {} func (*Intent_Message_BasicCard) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 6} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 6} } func (m *Intent_Message_BasicCard) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_BasicCard.Unmarshal(m, b) @@ -1782,7 +1782,7 @@ func (m *Intent_Message_BasicCard_Button) Reset() { *m = Intent_Message_ func (m *Intent_Message_BasicCard_Button) String() string { return proto.CompactTextString(m) } func (*Intent_Message_BasicCard_Button) ProtoMessage() {} func (*Intent_Message_BasicCard_Button) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 6, 0} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 6, 0} } func (m *Intent_Message_BasicCard_Button) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_BasicCard_Button.Unmarshal(m, b) @@ -1833,7 +1833,7 @@ func (m *Intent_Message_BasicCard_Button_OpenUriAction) String() string { } func (*Intent_Message_BasicCard_Button_OpenUriAction) ProtoMessage() {} func (*Intent_Message_BasicCard_Button_OpenUriAction) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 6, 0, 0} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 6, 0, 0} } func (m *Intent_Message_BasicCard_Button_OpenUriAction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_BasicCard_Button_OpenUriAction.Unmarshal(m, b) @@ -1874,7 +1874,7 @@ func (m *Intent_Message_Suggestion) Reset() { *m = Intent_Message_Sugges func (m *Intent_Message_Suggestion) String() string { return proto.CompactTextString(m) } func (*Intent_Message_Suggestion) ProtoMessage() {} func (*Intent_Message_Suggestion) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 7} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 7} } func (m *Intent_Message_Suggestion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Suggestion.Unmarshal(m, b) @@ -1914,7 +1914,7 @@ func (m *Intent_Message_Suggestions) Reset() { *m = Intent_Message_Sugge func (m *Intent_Message_Suggestions) String() string { return proto.CompactTextString(m) } func (*Intent_Message_Suggestions) ProtoMessage() {} func (*Intent_Message_Suggestions) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 8} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 8} } func (m *Intent_Message_Suggestions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Suggestions.Unmarshal(m, b) @@ -1958,7 +1958,7 @@ func (m *Intent_Message_LinkOutSuggestion) Reset() { *m = Intent_Message func (m *Intent_Message_LinkOutSuggestion) String() string { return proto.CompactTextString(m) } func (*Intent_Message_LinkOutSuggestion) ProtoMessage() {} func (*Intent_Message_LinkOutSuggestion) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 9} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 9} } func (m *Intent_Message_LinkOutSuggestion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_LinkOutSuggestion.Unmarshal(m, b) @@ -2007,7 +2007,7 @@ func (m *Intent_Message_ListSelect) Reset() { *m = Intent_Message_ListSe func (m *Intent_Message_ListSelect) String() string { return proto.CompactTextString(m) } func (*Intent_Message_ListSelect) ProtoMessage() {} func (*Intent_Message_ListSelect) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 10} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 10} } func (m *Intent_Message_ListSelect) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_ListSelect.Unmarshal(m, b) @@ -2060,7 +2060,7 @@ func (m *Intent_Message_ListSelect_Item) Reset() { *m = Intent_Message_L func (m *Intent_Message_ListSelect_Item) String() string { return proto.CompactTextString(m) } func (*Intent_Message_ListSelect_Item) ProtoMessage() {} func (*Intent_Message_ListSelect_Item) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 10, 0} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 10, 0} } func (m *Intent_Message_ListSelect_Item) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_ListSelect_Item.Unmarshal(m, b) @@ -2121,7 +2121,7 @@ func (m *Intent_Message_CarouselSelect) Reset() { *m = Intent_Message_Ca func (m *Intent_Message_CarouselSelect) String() string { return proto.CompactTextString(m) } func (*Intent_Message_CarouselSelect) ProtoMessage() {} func (*Intent_Message_CarouselSelect) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 11} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 11} } func (m *Intent_Message_CarouselSelect) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_CarouselSelect.Unmarshal(m, b) @@ -2167,7 +2167,7 @@ func (m *Intent_Message_CarouselSelect_Item) Reset() { *m = Intent_Messa func (m *Intent_Message_CarouselSelect_Item) String() string { return proto.CompactTextString(m) } func (*Intent_Message_CarouselSelect_Item) ProtoMessage() {} func (*Intent_Message_CarouselSelect_Item) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 11, 0} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 11, 0} } func (m *Intent_Message_CarouselSelect_Item) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_CarouselSelect_Item.Unmarshal(m, b) @@ -2233,7 +2233,7 @@ func (m *Intent_Message_SelectItemInfo) Reset() { *m = Intent_Message_Se func (m *Intent_Message_SelectItemInfo) String() string { return proto.CompactTextString(m) } func (*Intent_Message_SelectItemInfo) ProtoMessage() {} func (*Intent_Message_SelectItemInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 12} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 12} } func (m *Intent_Message_SelectItemInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_SelectItemInfo.Unmarshal(m, b) @@ -2292,7 +2292,7 @@ func (m *Intent_Message_TelephonyPlayAudio) Reset() { *m = Intent_Messag func (m *Intent_Message_TelephonyPlayAudio) String() string { return proto.CompactTextString(m) } func (*Intent_Message_TelephonyPlayAudio) ProtoMessage() {} func (*Intent_Message_TelephonyPlayAudio) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 13} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 13} } func (m *Intent_Message_TelephonyPlayAudio) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_TelephonyPlayAudio.Unmarshal(m, b) @@ -2343,7 +2343,7 @@ func (m *Intent_Message_TelephonySynthesizeSpeech) Reset() { func (m *Intent_Message_TelephonySynthesizeSpeech) String() string { return proto.CompactTextString(m) } func (*Intent_Message_TelephonySynthesizeSpeech) ProtoMessage() {} func (*Intent_Message_TelephonySynthesizeSpeech) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 14} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 14} } func (m *Intent_Message_TelephonySynthesizeSpeech) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_TelephonySynthesizeSpeech.Unmarshal(m, b) @@ -2484,7 +2484,7 @@ func (m *Intent_Message_TelephonyTransferCall) Reset() { *m = Intent_Mes func (m *Intent_Message_TelephonyTransferCall) String() string { return proto.CompactTextString(m) } func (*Intent_Message_TelephonyTransferCall) ProtoMessage() {} func (*Intent_Message_TelephonyTransferCall) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 2, 15} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 2, 15} } func (m *Intent_Message_TelephonyTransferCall) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_TelephonyTransferCall.Unmarshal(m, b) @@ -2528,7 +2528,7 @@ func (m *Intent_FollowupIntentInfo) Reset() { *m = Intent_FollowupIntent func (m *Intent_FollowupIntentInfo) String() string { return proto.CompactTextString(m) } func (*Intent_FollowupIntentInfo) ProtoMessage() {} func (*Intent_FollowupIntentInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{0, 3} + return fileDescriptor_intent_2d72c44f592bb8da, []int{0, 3} } func (m *Intent_FollowupIntentInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_FollowupIntentInfo.Unmarshal(m, b) @@ -2590,7 +2590,7 @@ func (m *ListIntentsRequest) Reset() { *m = ListIntentsRequest{} } func (m *ListIntentsRequest) String() string { return proto.CompactTextString(m) } func (*ListIntentsRequest) ProtoMessage() {} func (*ListIntentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{1} + return fileDescriptor_intent_2d72c44f592bb8da, []int{1} } func (m *ListIntentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIntentsRequest.Unmarshal(m, b) @@ -2662,7 +2662,7 @@ func (m *ListIntentsResponse) Reset() { *m = ListIntentsResponse{} } func (m *ListIntentsResponse) String() string { return proto.CompactTextString(m) } func (*ListIntentsResponse) ProtoMessage() {} func (*ListIntentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{2} + return fileDescriptor_intent_2d72c44f592bb8da, []int{2} } func (m *ListIntentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIntentsResponse.Unmarshal(m, b) @@ -2719,7 +2719,7 @@ func (m *GetIntentRequest) Reset() { *m = GetIntentRequest{} } func (m *GetIntentRequest) String() string { return proto.CompactTextString(m) } func (*GetIntentRequest) ProtoMessage() {} func (*GetIntentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{3} + return fileDescriptor_intent_2d72c44f592bb8da, []int{3} } func (m *GetIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetIntentRequest.Unmarshal(m, b) @@ -2785,7 +2785,7 @@ func (m *CreateIntentRequest) Reset() { *m = CreateIntentRequest{} } func (m *CreateIntentRequest) String() string { return proto.CompactTextString(m) } func (*CreateIntentRequest) ProtoMessage() {} func (*CreateIntentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{4} + return fileDescriptor_intent_2d72c44f592bb8da, []int{4} } func (m *CreateIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateIntentRequest.Unmarshal(m, b) @@ -2857,7 +2857,7 @@ func (m *UpdateIntentRequest) Reset() { *m = UpdateIntentRequest{} } func (m *UpdateIntentRequest) String() string { return proto.CompactTextString(m) } func (*UpdateIntentRequest) ProtoMessage() {} func (*UpdateIntentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{5} + return fileDescriptor_intent_2d72c44f592bb8da, []int{5} } func (m *UpdateIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateIntentRequest.Unmarshal(m, b) @@ -2921,7 +2921,7 @@ func (m *DeleteIntentRequest) Reset() { *m = DeleteIntentRequest{} } func (m *DeleteIntentRequest) String() string { return proto.CompactTextString(m) } func (*DeleteIntentRequest) ProtoMessage() {} func (*DeleteIntentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{6} + return fileDescriptor_intent_2d72c44f592bb8da, []int{6} } func (m *DeleteIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteIntentRequest.Unmarshal(m, b) @@ -2979,7 +2979,7 @@ func (m *BatchUpdateIntentsRequest) Reset() { *m = BatchUpdateIntentsReq func (m *BatchUpdateIntentsRequest) String() string { return proto.CompactTextString(m) } func (*BatchUpdateIntentsRequest) ProtoMessage() {} func (*BatchUpdateIntentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{7} + return fileDescriptor_intent_2d72c44f592bb8da, []int{7} } func (m *BatchUpdateIntentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateIntentsRequest.Unmarshal(m, b) @@ -3147,7 +3147,7 @@ func (m *BatchUpdateIntentsResponse) Reset() { *m = BatchUpdateIntentsRe func (m *BatchUpdateIntentsResponse) String() string { return proto.CompactTextString(m) } func (*BatchUpdateIntentsResponse) ProtoMessage() {} func (*BatchUpdateIntentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{8} + return fileDescriptor_intent_2d72c44f592bb8da, []int{8} } func (m *BatchUpdateIntentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateIntentsResponse.Unmarshal(m, b) @@ -3191,7 +3191,7 @@ func (m *BatchDeleteIntentsRequest) Reset() { *m = BatchDeleteIntentsReq func (m *BatchDeleteIntentsRequest) String() string { return proto.CompactTextString(m) } func (*BatchDeleteIntentsRequest) ProtoMessage() {} func (*BatchDeleteIntentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{9} + return fileDescriptor_intent_2d72c44f592bb8da, []int{9} } func (m *BatchDeleteIntentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchDeleteIntentsRequest.Unmarshal(m, b) @@ -3238,7 +3238,7 @@ func (m *IntentBatch) Reset() { *m = IntentBatch{} } func (m *IntentBatch) String() string { return proto.CompactTextString(m) } func (*IntentBatch) ProtoMessage() {} func (*IntentBatch) Descriptor() ([]byte, []int) { - return fileDescriptor_intent_915168322692678b, []int{10} + return fileDescriptor_intent_2d72c44f592bb8da, []int{10} } func (m *IntentBatch) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IntentBatch.Unmarshal(m, b) @@ -3602,10 +3602,10 @@ var _Intents_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/intent.proto", fileDescriptor_intent_915168322692678b) + proto.RegisterFile("google/cloud/dialogflow/v2beta1/intent.proto", fileDescriptor_intent_2d72c44f592bb8da) } -var fileDescriptor_intent_915168322692678b = []byte{ +var fileDescriptor_intent_2d72c44f592bb8da = []byte{ // 2831 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0xcd, 0x73, 0x23, 0x57, 0xb5, 0x77, 0xeb, 0xc3, 0x96, 0x8e, 0x64, 0x59, 0xbe, 0xf6, 0xcc, 0xf4, 0xf4, 0xe4, 0xc3, 0x51, diff --git a/googleapis/cloud/dialogflow/v2beta1/knowledge_base.pb.go b/googleapis/cloud/dialogflow/v2beta1/knowledge_base.pb.go index 13ab9d2f61..2dd28c6d0a 100644 --- a/googleapis/cloud/dialogflow/v2beta1/knowledge_base.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/knowledge_base.pb.go @@ -47,7 +47,7 @@ func (m *KnowledgeBase) Reset() { *m = KnowledgeBase{} } func (m *KnowledgeBase) String() string { return proto.CompactTextString(m) } func (*KnowledgeBase) ProtoMessage() {} func (*KnowledgeBase) Descriptor() ([]byte, []int) { - return fileDescriptor_knowledge_base_0f470f78f8eed158, []int{0} + return fileDescriptor_knowledge_base_54c2aba98392ab6e, []int{0} } func (m *KnowledgeBase) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KnowledgeBase.Unmarshal(m, b) @@ -100,7 +100,7 @@ func (m *ListKnowledgeBasesRequest) Reset() { *m = ListKnowledgeBasesReq func (m *ListKnowledgeBasesRequest) String() string { return proto.CompactTextString(m) } func (*ListKnowledgeBasesRequest) ProtoMessage() {} func (*ListKnowledgeBasesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_knowledge_base_0f470f78f8eed158, []int{1} + return fileDescriptor_knowledge_base_54c2aba98392ab6e, []int{1} } func (m *ListKnowledgeBasesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListKnowledgeBasesRequest.Unmarshal(m, b) @@ -157,7 +157,7 @@ func (m *ListKnowledgeBasesResponse) Reset() { *m = ListKnowledgeBasesRe func (m *ListKnowledgeBasesResponse) String() string { return proto.CompactTextString(m) } func (*ListKnowledgeBasesResponse) ProtoMessage() {} func (*ListKnowledgeBasesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_knowledge_base_0f470f78f8eed158, []int{2} + return fileDescriptor_knowledge_base_54c2aba98392ab6e, []int{2} } func (m *ListKnowledgeBasesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListKnowledgeBasesResponse.Unmarshal(m, b) @@ -205,7 +205,7 @@ func (m *GetKnowledgeBaseRequest) Reset() { *m = GetKnowledgeBaseRequest func (m *GetKnowledgeBaseRequest) String() string { return proto.CompactTextString(m) } func (*GetKnowledgeBaseRequest) ProtoMessage() {} func (*GetKnowledgeBaseRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_knowledge_base_0f470f78f8eed158, []int{3} + return fileDescriptor_knowledge_base_54c2aba98392ab6e, []int{3} } func (m *GetKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetKnowledgeBaseRequest.Unmarshal(m, b) @@ -248,7 +248,7 @@ func (m *CreateKnowledgeBaseRequest) Reset() { *m = CreateKnowledgeBaseR func (m *CreateKnowledgeBaseRequest) String() string { return proto.CompactTextString(m) } func (*CreateKnowledgeBaseRequest) ProtoMessage() {} func (*CreateKnowledgeBaseRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_knowledge_base_0f470f78f8eed158, []int{4} + return fileDescriptor_knowledge_base_54c2aba98392ab6e, []int{4} } func (m *CreateKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateKnowledgeBaseRequest.Unmarshal(m, b) @@ -299,7 +299,7 @@ func (m *DeleteKnowledgeBaseRequest) Reset() { *m = DeleteKnowledgeBaseR func (m *DeleteKnowledgeBaseRequest) String() string { return proto.CompactTextString(m) } func (*DeleteKnowledgeBaseRequest) ProtoMessage() {} func (*DeleteKnowledgeBaseRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_knowledge_base_0f470f78f8eed158, []int{5} + return fileDescriptor_knowledge_base_54c2aba98392ab6e, []int{5} } func (m *DeleteKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteKnowledgeBaseRequest.Unmarshal(m, b) @@ -350,7 +350,7 @@ func (m *UpdateKnowledgeBaseRequest) Reset() { *m = UpdateKnowledgeBaseR func (m *UpdateKnowledgeBaseRequest) String() string { return proto.CompactTextString(m) } func (*UpdateKnowledgeBaseRequest) ProtoMessage() {} func (*UpdateKnowledgeBaseRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_knowledge_base_0f470f78f8eed158, []int{6} + return fileDescriptor_knowledge_base_54c2aba98392ab6e, []int{6} } func (m *UpdateKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateKnowledgeBaseRequest.Unmarshal(m, b) @@ -609,10 +609,10 @@ var _KnowledgeBases_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/knowledge_base.proto", fileDescriptor_knowledge_base_0f470f78f8eed158) + proto.RegisterFile("google/cloud/dialogflow/v2beta1/knowledge_base.proto", fileDescriptor_knowledge_base_54c2aba98392ab6e) } -var fileDescriptor_knowledge_base_0f470f78f8eed158 = []byte{ +var fileDescriptor_knowledge_base_54c2aba98392ab6e = []byte{ // 736 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xcf, 0x4f, 0x13, 0x41, 0x14, 0xce, 0x14, 0x21, 0xf0, 0x10, 0x30, 0x83, 0x41, 0x58, 0x34, 0xe0, 0x9a, 0x18, 0x52, 0xe3, diff --git a/googleapis/cloud/dialogflow/v2beta1/session.pb.go b/googleapis/cloud/dialogflow/v2beta1/session.pb.go index f5d9bd80d6..ec74ff16df 100644 --- a/googleapis/cloud/dialogflow/v2beta1/session.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/session.pb.go @@ -59,7 +59,7 @@ func (x KnowledgeAnswers_Answer_MatchConfidenceLevel) String() string { return proto.EnumName(KnowledgeAnswers_Answer_MatchConfidenceLevel_name, int32(x)) } func (KnowledgeAnswers_Answer_MatchConfidenceLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{5, 0, 0} + return fileDescriptor_session_b99a06fb068de54e, []int{5, 0, 0} } // Type of the response message. @@ -95,7 +95,7 @@ func (x StreamingRecognitionResult_MessageType) String() string { return proto.EnumName(StreamingRecognitionResult_MessageType_name, int32(x)) } func (StreamingRecognitionResult_MessageType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{8, 0} + return fileDescriptor_session_b99a06fb068de54e, []int{8, 0} } // The request to detect user's intent. @@ -138,7 +138,7 @@ func (m *DetectIntentRequest) Reset() { *m = DetectIntentRequest{} } func (m *DetectIntentRequest) String() string { return proto.CompactTextString(m) } func (*DetectIntentRequest) ProtoMessage() {} func (*DetectIntentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{0} + return fileDescriptor_session_b99a06fb068de54e, []int{0} } func (m *DetectIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DetectIntentRequest.Unmarshal(m, b) @@ -232,7 +232,7 @@ func (m *DetectIntentResponse) Reset() { *m = DetectIntentResponse{} } func (m *DetectIntentResponse) String() string { return proto.CompactTextString(m) } func (*DetectIntentResponse) ProtoMessage() {} func (*DetectIntentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{1} + return fileDescriptor_session_b99a06fb068de54e, []int{1} } func (m *DetectIntentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DetectIntentResponse.Unmarshal(m, b) @@ -334,7 +334,7 @@ func (m *QueryParameters) Reset() { *m = QueryParameters{} } func (m *QueryParameters) String() string { return proto.CompactTextString(m) } func (*QueryParameters) ProtoMessage() {} func (*QueryParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{2} + return fileDescriptor_session_b99a06fb068de54e, []int{2} } func (m *QueryParameters) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryParameters.Unmarshal(m, b) @@ -435,7 +435,7 @@ func (m *QueryInput) Reset() { *m = QueryInput{} } func (m *QueryInput) String() string { return proto.CompactTextString(m) } func (*QueryInput) ProtoMessage() {} func (*QueryInput) Descriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{3} + return fileDescriptor_session_b99a06fb068de54e, []int{3} } func (m *QueryInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryInput.Unmarshal(m, b) @@ -677,7 +677,7 @@ func (m *QueryResult) Reset() { *m = QueryResult{} } func (m *QueryResult) String() string { return proto.CompactTextString(m) } func (*QueryResult) ProtoMessage() {} func (*QueryResult) Descriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{4} + return fileDescriptor_session_b99a06fb068de54e, []int{4} } func (m *QueryResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryResult.Unmarshal(m, b) @@ -822,7 +822,7 @@ func (m *KnowledgeAnswers) Reset() { *m = KnowledgeAnswers{} } func (m *KnowledgeAnswers) String() string { return proto.CompactTextString(m) } func (*KnowledgeAnswers) ProtoMessage() {} func (*KnowledgeAnswers) Descriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{5} + return fileDescriptor_session_b99a06fb068de54e, []int{5} } func (m *KnowledgeAnswers) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KnowledgeAnswers.Unmarshal(m, b) @@ -886,7 +886,7 @@ func (m *KnowledgeAnswers_Answer) Reset() { *m = KnowledgeAnswers_Answer func (m *KnowledgeAnswers_Answer) String() string { return proto.CompactTextString(m) } func (*KnowledgeAnswers_Answer) ProtoMessage() {} func (*KnowledgeAnswers_Answer) Descriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{5, 0} + return fileDescriptor_session_b99a06fb068de54e, []int{5, 0} } func (m *KnowledgeAnswers_Answer) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KnowledgeAnswers_Answer.Unmarshal(m, b) @@ -1003,7 +1003,7 @@ func (m *StreamingDetectIntentRequest) Reset() { *m = StreamingDetectInt func (m *StreamingDetectIntentRequest) String() string { return proto.CompactTextString(m) } func (*StreamingDetectIntentRequest) ProtoMessage() {} func (*StreamingDetectIntentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{6} + return fileDescriptor_session_b99a06fb068de54e, []int{6} } func (m *StreamingDetectIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingDetectIntentRequest.Unmarshal(m, b) @@ -1115,7 +1115,7 @@ func (m *StreamingDetectIntentResponse) Reset() { *m = StreamingDetectIn func (m *StreamingDetectIntentResponse) String() string { return proto.CompactTextString(m) } func (*StreamingDetectIntentResponse) ProtoMessage() {} func (*StreamingDetectIntentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{7} + return fileDescriptor_session_b99a06fb068de54e, []int{7} } func (m *StreamingDetectIntentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingDetectIntentResponse.Unmarshal(m, b) @@ -1245,7 +1245,7 @@ func (m *StreamingRecognitionResult) Reset() { *m = StreamingRecognition func (m *StreamingRecognitionResult) String() string { return proto.CompactTextString(m) } func (*StreamingRecognitionResult) ProtoMessage() {} func (*StreamingRecognitionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{8} + return fileDescriptor_session_b99a06fb068de54e, []int{8} } func (m *StreamingRecognitionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingRecognitionResult.Unmarshal(m, b) @@ -1312,7 +1312,7 @@ func (m *TextInput) Reset() { *m = TextInput{} } func (m *TextInput) String() string { return proto.CompactTextString(m) } func (*TextInput) ProtoMessage() {} func (*TextInput) Descriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{9} + return fileDescriptor_session_b99a06fb068de54e, []int{9} } func (m *TextInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextInput.Unmarshal(m, b) @@ -1370,7 +1370,7 @@ func (m *EventInput) Reset() { *m = EventInput{} } func (m *EventInput) String() string { return proto.CompactTextString(m) } func (*EventInput) ProtoMessage() {} func (*EventInput) Descriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{10} + return fileDescriptor_session_b99a06fb068de54e, []int{10} } func (m *EventInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EventInput.Unmarshal(m, b) @@ -1426,7 +1426,7 @@ func (m *SentimentAnalysisRequestConfig) Reset() { *m = SentimentAnalysi func (m *SentimentAnalysisRequestConfig) String() string { return proto.CompactTextString(m) } func (*SentimentAnalysisRequestConfig) ProtoMessage() {} func (*SentimentAnalysisRequestConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{11} + return fileDescriptor_session_b99a06fb068de54e, []int{11} } func (m *SentimentAnalysisRequestConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SentimentAnalysisRequestConfig.Unmarshal(m, b) @@ -1467,7 +1467,7 @@ func (m *SentimentAnalysisResult) Reset() { *m = SentimentAnalysisResult func (m *SentimentAnalysisResult) String() string { return proto.CompactTextString(m) } func (*SentimentAnalysisResult) ProtoMessage() {} func (*SentimentAnalysisResult) Descriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{12} + return fileDescriptor_session_b99a06fb068de54e, []int{12} } func (m *SentimentAnalysisResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SentimentAnalysisResult.Unmarshal(m, b) @@ -1512,7 +1512,7 @@ func (m *Sentiment) Reset() { *m = Sentiment{} } func (m *Sentiment) String() string { return proto.CompactTextString(m) } func (*Sentiment) ProtoMessage() {} func (*Sentiment) Descriptor() ([]byte, []int) { - return fileDescriptor_session_0c39685f5ff792d9, []int{13} + return fileDescriptor_session_b99a06fb068de54e, []int{13} } func (m *Sentiment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Sentiment.Unmarshal(m, b) @@ -1719,10 +1719,10 @@ var _Sessions_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/session.proto", fileDescriptor_session_0c39685f5ff792d9) + proto.RegisterFile("google/cloud/dialogflow/v2beta1/session.proto", fileDescriptor_session_b99a06fb068de54e) } -var fileDescriptor_session_0c39685f5ff792d9 = []byte{ +var fileDescriptor_session_b99a06fb068de54e = []byte{ // 1876 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x58, 0xcd, 0x73, 0x1b, 0x49, 0x15, 0xcf, 0x48, 0xfe, 0x90, 0x9f, 0x14, 0x5b, 0xe9, 0x98, 0x8d, 0xfc, 0x91, 0xc4, 0xab, 0x2d, diff --git a/googleapis/cloud/dialogflow/v2beta1/session_entity_type.pb.go b/googleapis/cloud/dialogflow/v2beta1/session_entity_type.pb.go index 45e5780d01..b8b1032882 100644 --- a/googleapis/cloud/dialogflow/v2beta1/session_entity_type.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/session_entity_type.pb.go @@ -62,7 +62,7 @@ func (x SessionEntityType_EntityOverrideMode) String() string { return proto.EnumName(SessionEntityType_EntityOverrideMode_name, int32(x)) } func (SessionEntityType_EntityOverrideMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_session_entity_type_9da30418f1dfaa65, []int{0, 0} + return fileDescriptor_session_entity_type_c408f12785d6eb00, []int{0, 0} } // Represents a session entity type. @@ -99,7 +99,7 @@ func (m *SessionEntityType) Reset() { *m = SessionEntityType{} } func (m *SessionEntityType) String() string { return proto.CompactTextString(m) } func (*SessionEntityType) ProtoMessage() {} func (*SessionEntityType) Descriptor() ([]byte, []int) { - return fileDescriptor_session_entity_type_9da30418f1dfaa65, []int{0} + return fileDescriptor_session_entity_type_c408f12785d6eb00, []int{0} } func (m *SessionEntityType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SessionEntityType.Unmarshal(m, b) @@ -163,7 +163,7 @@ func (m *ListSessionEntityTypesRequest) Reset() { *m = ListSessionEntity func (m *ListSessionEntityTypesRequest) String() string { return proto.CompactTextString(m) } func (*ListSessionEntityTypesRequest) ProtoMessage() {} func (*ListSessionEntityTypesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_session_entity_type_9da30418f1dfaa65, []int{1} + return fileDescriptor_session_entity_type_c408f12785d6eb00, []int{1} } func (m *ListSessionEntityTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSessionEntityTypesRequest.Unmarshal(m, b) @@ -221,7 +221,7 @@ func (m *ListSessionEntityTypesResponse) Reset() { *m = ListSessionEntit func (m *ListSessionEntityTypesResponse) String() string { return proto.CompactTextString(m) } func (*ListSessionEntityTypesResponse) ProtoMessage() {} func (*ListSessionEntityTypesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_session_entity_type_9da30418f1dfaa65, []int{2} + return fileDescriptor_session_entity_type_c408f12785d6eb00, []int{2} } func (m *ListSessionEntityTypesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSessionEntityTypesResponse.Unmarshal(m, b) @@ -273,7 +273,7 @@ func (m *GetSessionEntityTypeRequest) Reset() { *m = GetSessionEntityTyp func (m *GetSessionEntityTypeRequest) String() string { return proto.CompactTextString(m) } func (*GetSessionEntityTypeRequest) ProtoMessage() {} func (*GetSessionEntityTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_session_entity_type_9da30418f1dfaa65, []int{3} + return fileDescriptor_session_entity_type_c408f12785d6eb00, []int{3} } func (m *GetSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSessionEntityTypeRequest.Unmarshal(m, b) @@ -320,7 +320,7 @@ func (m *CreateSessionEntityTypeRequest) Reset() { *m = CreateSessionEnt func (m *CreateSessionEntityTypeRequest) String() string { return proto.CompactTextString(m) } func (*CreateSessionEntityTypeRequest) ProtoMessage() {} func (*CreateSessionEntityTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_session_entity_type_9da30418f1dfaa65, []int{4} + return fileDescriptor_session_entity_type_c408f12785d6eb00, []int{4} } func (m *CreateSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSessionEntityTypeRequest.Unmarshal(m, b) @@ -374,7 +374,7 @@ func (m *UpdateSessionEntityTypeRequest) Reset() { *m = UpdateSessionEnt func (m *UpdateSessionEntityTypeRequest) String() string { return proto.CompactTextString(m) } func (*UpdateSessionEntityTypeRequest) ProtoMessage() {} func (*UpdateSessionEntityTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_session_entity_type_9da30418f1dfaa65, []int{5} + return fileDescriptor_session_entity_type_c408f12785d6eb00, []int{5} } func (m *UpdateSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateSessionEntityTypeRequest.Unmarshal(m, b) @@ -426,7 +426,7 @@ func (m *DeleteSessionEntityTypeRequest) Reset() { *m = DeleteSessionEnt func (m *DeleteSessionEntityTypeRequest) String() string { return proto.CompactTextString(m) } func (*DeleteSessionEntityTypeRequest) ProtoMessage() {} func (*DeleteSessionEntityTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_session_entity_type_9da30418f1dfaa65, []int{6} + return fileDescriptor_session_entity_type_c408f12785d6eb00, []int{6} } func (m *DeleteSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSessionEntityTypeRequest.Unmarshal(m, b) @@ -685,10 +685,10 @@ var _SessionEntityTypes_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/session_entity_type.proto", fileDescriptor_session_entity_type_9da30418f1dfaa65) + proto.RegisterFile("google/cloud/dialogflow/v2beta1/session_entity_type.proto", fileDescriptor_session_entity_type_c408f12785d6eb00) } -var fileDescriptor_session_entity_type_9da30418f1dfaa65 = []byte{ +var fileDescriptor_session_entity_type_c408f12785d6eb00 = []byte{ // 882 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xcf, 0x6f, 0xe3, 0x44, 0x14, 0x66, 0x5c, 0x58, 0xed, 0xce, 0xf2, 0xa3, 0x3b, 0x54, 0x69, 0x70, 0x69, 0x1a, 0xbc, 0x08, diff --git a/googleapis/cloud/dialogflow/v2beta1/webhook.pb.go b/googleapis/cloud/dialogflow/v2beta1/webhook.pb.go index ad9c36c933..d267de1b0c 100644 --- a/googleapis/cloud/dialogflow/v2beta1/webhook.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/webhook.pb.go @@ -48,7 +48,7 @@ func (m *WebhookRequest) Reset() { *m = WebhookRequest{} } func (m *WebhookRequest) String() string { return proto.CompactTextString(m) } func (*WebhookRequest) ProtoMessage() {} func (*WebhookRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_webhook_b1d00c3222173cc4, []int{0} + return fileDescriptor_webhook_1f28c13c6ad471f2, []int{0} } func (m *WebhookRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebhookRequest.Unmarshal(m, b) @@ -156,7 +156,7 @@ func (m *WebhookResponse) Reset() { *m = WebhookResponse{} } func (m *WebhookResponse) String() string { return proto.CompactTextString(m) } func (*WebhookResponse) ProtoMessage() {} func (*WebhookResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_webhook_b1d00c3222173cc4, []int{1} + return fileDescriptor_webhook_1f28c13c6ad471f2, []int{1} } func (m *WebhookResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebhookResponse.Unmarshal(m, b) @@ -257,7 +257,7 @@ func (m *OriginalDetectIntentRequest) Reset() { *m = OriginalDetectInten func (m *OriginalDetectIntentRequest) String() string { return proto.CompactTextString(m) } func (*OriginalDetectIntentRequest) ProtoMessage() {} func (*OriginalDetectIntentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_webhook_b1d00c3222173cc4, []int{2} + return fileDescriptor_webhook_1f28c13c6ad471f2, []int{2} } func (m *OriginalDetectIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OriginalDetectIntentRequest.Unmarshal(m, b) @@ -305,10 +305,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/webhook.proto", fileDescriptor_webhook_b1d00c3222173cc4) + proto.RegisterFile("google/cloud/dialogflow/v2beta1/webhook.proto", fileDescriptor_webhook_1f28c13c6ad471f2) } -var fileDescriptor_webhook_b1d00c3222173cc4 = []byte{ +var fileDescriptor_webhook_1f28c13c6ad471f2 = []byte{ // 617 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0x4d, 0x6f, 0xd4, 0x30, 0x10, 0x55, 0x76, 0xa1, 0x1f, 0xde, 0xaa, 0x8b, 0x4c, 0x45, 0x43, 0x8b, 0xe8, 0xaa, 0x1c, 0x58, diff --git a/googleapis/cloud/functions/v1beta2/functions.pb.go b/googleapis/cloud/functions/v1beta2/functions.pb.go index c787e8a266..3bf78efb03 100644 --- a/googleapis/cloud/functions/v1beta2/functions.pb.go +++ b/googleapis/cloud/functions/v1beta2/functions.pb.go @@ -64,7 +64,7 @@ func (x CloudFunctionStatus) String() string { return proto.EnumName(CloudFunctionStatus_name, int32(x)) } func (CloudFunctionStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_functions_6b792606db41c7c3, []int{0} + return fileDescriptor_functions_86e4424260a7e456, []int{0} } // Describes a Cloud Function that contains user computation executed in @@ -118,7 +118,7 @@ func (m *CloudFunction) Reset() { *m = CloudFunction{} } func (m *CloudFunction) String() string { return proto.CompactTextString(m) } func (*CloudFunction) ProtoMessage() {} func (*CloudFunction) Descriptor() ([]byte, []int) { - return fileDescriptor_functions_6b792606db41c7c3, []int{0} + return fileDescriptor_functions_86e4424260a7e456, []int{0} } func (m *CloudFunction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CloudFunction.Unmarshal(m, b) @@ -401,7 +401,7 @@ func (m *HTTPSTrigger) Reset() { *m = HTTPSTrigger{} } func (m *HTTPSTrigger) String() string { return proto.CompactTextString(m) } func (*HTTPSTrigger) ProtoMessage() {} func (*HTTPSTrigger) Descriptor() ([]byte, []int) { - return fileDescriptor_functions_6b792606db41c7c3, []int{1} + return fileDescriptor_functions_86e4424260a7e456, []int{1} } func (m *HTTPSTrigger) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HTTPSTrigger.Unmarshal(m, b) @@ -457,7 +457,7 @@ func (m *EventTrigger) Reset() { *m = EventTrigger{} } func (m *EventTrigger) String() string { return proto.CompactTextString(m) } func (*EventTrigger) ProtoMessage() {} func (*EventTrigger) Descriptor() ([]byte, []int) { - return fileDescriptor_functions_6b792606db41c7c3, []int{2} + return fileDescriptor_functions_86e4424260a7e456, []int{2} } func (m *EventTrigger) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EventTrigger.Unmarshal(m, b) @@ -525,7 +525,7 @@ func (m *SourceRepository) Reset() { *m = SourceRepository{} } func (m *SourceRepository) String() string { return proto.CompactTextString(m) } func (*SourceRepository) ProtoMessage() {} func (*SourceRepository) Descriptor() ([]byte, []int) { - return fileDescriptor_functions_6b792606db41c7c3, []int{3} + return fileDescriptor_functions_86e4424260a7e456, []int{3} } func (m *SourceRepository) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SourceRepository.Unmarshal(m, b) @@ -713,7 +713,7 @@ func (m *CreateFunctionRequest) Reset() { *m = CreateFunctionRequest{} } func (m *CreateFunctionRequest) String() string { return proto.CompactTextString(m) } func (*CreateFunctionRequest) ProtoMessage() {} func (*CreateFunctionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_functions_6b792606db41c7c3, []int{4} + return fileDescriptor_functions_86e4424260a7e456, []int{4} } func (m *CreateFunctionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateFunctionRequest.Unmarshal(m, b) @@ -762,7 +762,7 @@ func (m *UpdateFunctionRequest) Reset() { *m = UpdateFunctionRequest{} } func (m *UpdateFunctionRequest) String() string { return proto.CompactTextString(m) } func (*UpdateFunctionRequest) ProtoMessage() {} func (*UpdateFunctionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_functions_6b792606db41c7c3, []int{5} + return fileDescriptor_functions_86e4424260a7e456, []int{5} } func (m *UpdateFunctionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateFunctionRequest.Unmarshal(m, b) @@ -809,7 +809,7 @@ func (m *GetFunctionRequest) Reset() { *m = GetFunctionRequest{} } func (m *GetFunctionRequest) String() string { return proto.CompactTextString(m) } func (*GetFunctionRequest) ProtoMessage() {} func (*GetFunctionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_functions_6b792606db41c7c3, []int{6} + return fileDescriptor_functions_86e4424260a7e456, []int{6} } func (m *GetFunctionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFunctionRequest.Unmarshal(m, b) @@ -859,7 +859,7 @@ func (m *ListFunctionsRequest) Reset() { *m = ListFunctionsRequest{} } func (m *ListFunctionsRequest) String() string { return proto.CompactTextString(m) } func (*ListFunctionsRequest) ProtoMessage() {} func (*ListFunctionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_functions_6b792606db41c7c3, []int{7} + return fileDescriptor_functions_86e4424260a7e456, []int{7} } func (m *ListFunctionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFunctionsRequest.Unmarshal(m, b) @@ -918,7 +918,7 @@ func (m *ListFunctionsResponse) Reset() { *m = ListFunctionsResponse{} } func (m *ListFunctionsResponse) String() string { return proto.CompactTextString(m) } func (*ListFunctionsResponse) ProtoMessage() {} func (*ListFunctionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_functions_6b792606db41c7c3, []int{8} + return fileDescriptor_functions_86e4424260a7e456, []int{8} } func (m *ListFunctionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFunctionsResponse.Unmarshal(m, b) @@ -965,7 +965,7 @@ func (m *DeleteFunctionRequest) Reset() { *m = DeleteFunctionRequest{} } func (m *DeleteFunctionRequest) String() string { return proto.CompactTextString(m) } func (*DeleteFunctionRequest) ProtoMessage() {} func (*DeleteFunctionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_functions_6b792606db41c7c3, []int{9} + return fileDescriptor_functions_86e4424260a7e456, []int{9} } func (m *DeleteFunctionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteFunctionRequest.Unmarshal(m, b) @@ -1007,7 +1007,7 @@ func (m *CallFunctionRequest) Reset() { *m = CallFunctionRequest{} } func (m *CallFunctionRequest) String() string { return proto.CompactTextString(m) } func (*CallFunctionRequest) ProtoMessage() {} func (*CallFunctionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_functions_6b792606db41c7c3, []int{10} + return fileDescriptor_functions_86e4424260a7e456, []int{10} } func (m *CallFunctionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CallFunctionRequest.Unmarshal(m, b) @@ -1060,7 +1060,7 @@ func (m *CallFunctionResponse) Reset() { *m = CallFunctionResponse{} } func (m *CallFunctionResponse) String() string { return proto.CompactTextString(m) } func (*CallFunctionResponse) ProtoMessage() {} func (*CallFunctionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_functions_6b792606db41c7c3, []int{11} + return fileDescriptor_functions_86e4424260a7e456, []int{11} } func (m *CallFunctionResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CallFunctionResponse.Unmarshal(m, b) @@ -1377,10 +1377,10 @@ var _CloudFunctionsService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/functions/v1beta2/functions.proto", fileDescriptor_functions_6b792606db41c7c3) + proto.RegisterFile("google/cloud/functions/v1beta2/functions.proto", fileDescriptor_functions_86e4424260a7e456) } -var fileDescriptor_functions_6b792606db41c7c3 = []byte{ +var fileDescriptor_functions_86e4424260a7e456 = []byte{ // 1216 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0x4d, 0x73, 0xdb, 0x44, 0x18, 0xae, 0xf2, 0xe1, 0xc6, 0xaf, 0x3f, 0xe2, 0x6e, 0x9b, 0x8e, 0x30, 0x2d, 0x0d, 0x62, 0x80, diff --git a/googleapis/cloud/functions/v1beta2/operations.pb.go b/googleapis/cloud/functions/v1beta2/operations.pb.go index f41a52cfd1..1a1d762a8a 100644 --- a/googleapis/cloud/functions/v1beta2/operations.pb.go +++ b/googleapis/cloud/functions/v1beta2/operations.pb.go @@ -51,7 +51,7 @@ func (x OperationType) String() string { return proto.EnumName(OperationType_name, int32(x)) } func (OperationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_operations_a3c7f62e41dcb8cb, []int{0} + return fileDescriptor_operations_0d25ce4b01267ed0, []int{0} } // Metadata describing an [Operation][google.longrunning.Operation] @@ -72,7 +72,7 @@ func (m *OperationMetadataV1Beta2) Reset() { *m = OperationMetadataV1Bet func (m *OperationMetadataV1Beta2) String() string { return proto.CompactTextString(m) } func (*OperationMetadataV1Beta2) ProtoMessage() {} func (*OperationMetadataV1Beta2) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_a3c7f62e41dcb8cb, []int{0} + return fileDescriptor_operations_0d25ce4b01267ed0, []int{0} } func (m *OperationMetadataV1Beta2) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationMetadataV1Beta2.Unmarshal(m, b) @@ -119,10 +119,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/functions/v1beta2/operations.proto", fileDescriptor_operations_a3c7f62e41dcb8cb) + proto.RegisterFile("google/cloud/functions/v1beta2/operations.proto", fileDescriptor_operations_0d25ce4b01267ed0) } -var fileDescriptor_operations_a3c7f62e41dcb8cb = []byte{ +var fileDescriptor_operations_0d25ce4b01267ed0 = []byte{ // 333 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0x4f, 0x4f, 0xf2, 0x30, 0x1c, 0xc7, 0x9f, 0xc2, 0x13, 0x8c, 0x35, 0x2a, 0x99, 0x7f, 0x32, 0x88, 0x31, 0x84, 0x13, 0x31, diff --git a/googleapis/cloud/iot/v1/device_manager.pb.go b/googleapis/cloud/iot/v1/device_manager.pb.go index 8ac6f4f01c..4cd80d9d23 100644 --- a/googleapis/cloud/iot/v1/device_manager.pb.go +++ b/googleapis/cloud/iot/v1/device_manager.pb.go @@ -48,7 +48,7 @@ func (m *CreateDeviceRegistryRequest) Reset() { *m = CreateDeviceRegistr func (m *CreateDeviceRegistryRequest) String() string { return proto.CompactTextString(m) } func (*CreateDeviceRegistryRequest) ProtoMessage() {} func (*CreateDeviceRegistryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{0} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{0} } func (m *CreateDeviceRegistryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateDeviceRegistryRequest.Unmarshal(m, b) @@ -96,7 +96,7 @@ func (m *GetDeviceRegistryRequest) Reset() { *m = GetDeviceRegistryReque func (m *GetDeviceRegistryRequest) String() string { return proto.CompactTextString(m) } func (*GetDeviceRegistryRequest) ProtoMessage() {} func (*GetDeviceRegistryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{1} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{1} } func (m *GetDeviceRegistryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDeviceRegistryRequest.Unmarshal(m, b) @@ -137,7 +137,7 @@ func (m *DeleteDeviceRegistryRequest) Reset() { *m = DeleteDeviceRegistr func (m *DeleteDeviceRegistryRequest) String() string { return proto.CompactTextString(m) } func (*DeleteDeviceRegistryRequest) ProtoMessage() {} func (*DeleteDeviceRegistryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{2} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{2} } func (m *DeleteDeviceRegistryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteDeviceRegistryRequest.Unmarshal(m, b) @@ -185,7 +185,7 @@ func (m *UpdateDeviceRegistryRequest) Reset() { *m = UpdateDeviceRegistr func (m *UpdateDeviceRegistryRequest) String() string { return proto.CompactTextString(m) } func (*UpdateDeviceRegistryRequest) ProtoMessage() {} func (*UpdateDeviceRegistryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{3} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{3} } func (m *UpdateDeviceRegistryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateDeviceRegistryRequest.Unmarshal(m, b) @@ -242,7 +242,7 @@ func (m *ListDeviceRegistriesRequest) Reset() { *m = ListDeviceRegistrie func (m *ListDeviceRegistriesRequest) String() string { return proto.CompactTextString(m) } func (*ListDeviceRegistriesRequest) ProtoMessage() {} func (*ListDeviceRegistriesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{4} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{4} } func (m *ListDeviceRegistriesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDeviceRegistriesRequest.Unmarshal(m, b) @@ -300,7 +300,7 @@ func (m *ListDeviceRegistriesResponse) Reset() { *m = ListDeviceRegistri func (m *ListDeviceRegistriesResponse) String() string { return proto.CompactTextString(m) } func (*ListDeviceRegistriesResponse) ProtoMessage() {} func (*ListDeviceRegistriesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{5} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{5} } func (m *ListDeviceRegistriesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDeviceRegistriesResponse.Unmarshal(m, b) @@ -353,7 +353,7 @@ func (m *CreateDeviceRequest) Reset() { *m = CreateDeviceRequest{} } func (m *CreateDeviceRequest) String() string { return proto.CompactTextString(m) } func (*CreateDeviceRequest) ProtoMessage() {} func (*CreateDeviceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{6} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{6} } func (m *CreateDeviceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateDeviceRequest.Unmarshal(m, b) @@ -405,7 +405,7 @@ func (m *GetDeviceRequest) Reset() { *m = GetDeviceRequest{} } func (m *GetDeviceRequest) String() string { return proto.CompactTextString(m) } func (*GetDeviceRequest) ProtoMessage() {} func (*GetDeviceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{7} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{7} } func (m *GetDeviceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDeviceRequest.Unmarshal(m, b) @@ -460,7 +460,7 @@ func (m *UpdateDeviceRequest) Reset() { *m = UpdateDeviceRequest{} } func (m *UpdateDeviceRequest) String() string { return proto.CompactTextString(m) } func (*UpdateDeviceRequest) ProtoMessage() {} func (*UpdateDeviceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{8} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{8} } func (m *UpdateDeviceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateDeviceRequest.Unmarshal(m, b) @@ -509,7 +509,7 @@ func (m *DeleteDeviceRequest) Reset() { *m = DeleteDeviceRequest{} } func (m *DeleteDeviceRequest) String() string { return proto.CompactTextString(m) } func (*DeleteDeviceRequest) ProtoMessage() {} func (*DeleteDeviceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{9} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{9} } func (m *DeleteDeviceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteDeviceRequest.Unmarshal(m, b) @@ -571,7 +571,7 @@ func (m *ListDevicesRequest) Reset() { *m = ListDevicesRequest{} } func (m *ListDevicesRequest) String() string { return proto.CompactTextString(m) } func (*ListDevicesRequest) ProtoMessage() {} func (*ListDevicesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{10} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{10} } func (m *ListDevicesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDevicesRequest.Unmarshal(m, b) @@ -659,7 +659,7 @@ func (m *GatewayListOptions) Reset() { *m = GatewayListOptions{} } func (m *GatewayListOptions) String() string { return proto.CompactTextString(m) } func (*GatewayListOptions) ProtoMessage() {} func (*GatewayListOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{11} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{11} } func (m *GatewayListOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GatewayListOptions.Unmarshal(m, b) @@ -825,7 +825,7 @@ func (m *ListDevicesResponse) Reset() { *m = ListDevicesResponse{} } func (m *ListDevicesResponse) String() string { return proto.CompactTextString(m) } func (*ListDevicesResponse) ProtoMessage() {} func (*ListDevicesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{12} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{12} } func (m *ListDevicesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDevicesResponse.Unmarshal(m, b) @@ -882,7 +882,7 @@ func (m *ModifyCloudToDeviceConfigRequest) Reset() { *m = ModifyCloudToD func (m *ModifyCloudToDeviceConfigRequest) String() string { return proto.CompactTextString(m) } func (*ModifyCloudToDeviceConfigRequest) ProtoMessage() {} func (*ModifyCloudToDeviceConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{13} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{13} } func (m *ModifyCloudToDeviceConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ModifyCloudToDeviceConfigRequest.Unmarshal(m, b) @@ -942,7 +942,7 @@ func (m *ListDeviceConfigVersionsRequest) Reset() { *m = ListDeviceConfi func (m *ListDeviceConfigVersionsRequest) String() string { return proto.CompactTextString(m) } func (*ListDeviceConfigVersionsRequest) ProtoMessage() {} func (*ListDeviceConfigVersionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{14} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{14} } func (m *ListDeviceConfigVersionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDeviceConfigVersionsRequest.Unmarshal(m, b) @@ -990,7 +990,7 @@ func (m *ListDeviceConfigVersionsResponse) Reset() { *m = ListDeviceConf func (m *ListDeviceConfigVersionsResponse) String() string { return proto.CompactTextString(m) } func (*ListDeviceConfigVersionsResponse) ProtoMessage() {} func (*ListDeviceConfigVersionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{15} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{15} } func (m *ListDeviceConfigVersionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDeviceConfigVersionsResponse.Unmarshal(m, b) @@ -1036,7 +1036,7 @@ func (m *ListDeviceStatesRequest) Reset() { *m = ListDeviceStatesRequest func (m *ListDeviceStatesRequest) String() string { return proto.CompactTextString(m) } func (*ListDeviceStatesRequest) ProtoMessage() {} func (*ListDeviceStatesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{16} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{16} } func (m *ListDeviceStatesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDeviceStatesRequest.Unmarshal(m, b) @@ -1084,7 +1084,7 @@ func (m *ListDeviceStatesResponse) Reset() { *m = ListDeviceStatesRespon func (m *ListDeviceStatesResponse) String() string { return proto.CompactTextString(m) } func (*ListDeviceStatesResponse) ProtoMessage() {} func (*ListDeviceStatesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{17} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{17} } func (m *ListDeviceStatesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDeviceStatesResponse.Unmarshal(m, b) @@ -1134,7 +1134,7 @@ func (m *SendCommandToDeviceRequest) Reset() { *m = SendCommandToDeviceR func (m *SendCommandToDeviceRequest) String() string { return proto.CompactTextString(m) } func (*SendCommandToDeviceRequest) ProtoMessage() {} func (*SendCommandToDeviceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{18} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{18} } func (m *SendCommandToDeviceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendCommandToDeviceRequest.Unmarshal(m, b) @@ -1186,7 +1186,7 @@ func (m *SendCommandToDeviceResponse) Reset() { *m = SendCommandToDevice func (m *SendCommandToDeviceResponse) String() string { return proto.CompactTextString(m) } func (*SendCommandToDeviceResponse) ProtoMessage() {} func (*SendCommandToDeviceResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{19} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{19} } func (m *SendCommandToDeviceResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendCommandToDeviceResponse.Unmarshal(m, b) @@ -1227,7 +1227,7 @@ func (m *BindDeviceToGatewayRequest) Reset() { *m = BindDeviceToGatewayR func (m *BindDeviceToGatewayRequest) String() string { return proto.CompactTextString(m) } func (*BindDeviceToGatewayRequest) ProtoMessage() {} func (*BindDeviceToGatewayRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{20} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{20} } func (m *BindDeviceToGatewayRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BindDeviceToGatewayRequest.Unmarshal(m, b) @@ -1279,7 +1279,7 @@ func (m *BindDeviceToGatewayResponse) Reset() { *m = BindDeviceToGateway func (m *BindDeviceToGatewayResponse) String() string { return proto.CompactTextString(m) } func (*BindDeviceToGatewayResponse) ProtoMessage() {} func (*BindDeviceToGatewayResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{21} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{21} } func (m *BindDeviceToGatewayResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BindDeviceToGatewayResponse.Unmarshal(m, b) @@ -1320,7 +1320,7 @@ func (m *UnbindDeviceFromGatewayRequest) Reset() { *m = UnbindDeviceFrom func (m *UnbindDeviceFromGatewayRequest) String() string { return proto.CompactTextString(m) } func (*UnbindDeviceFromGatewayRequest) ProtoMessage() {} func (*UnbindDeviceFromGatewayRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{22} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{22} } func (m *UnbindDeviceFromGatewayRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UnbindDeviceFromGatewayRequest.Unmarshal(m, b) @@ -1372,7 +1372,7 @@ func (m *UnbindDeviceFromGatewayResponse) Reset() { *m = UnbindDeviceFro func (m *UnbindDeviceFromGatewayResponse) String() string { return proto.CompactTextString(m) } func (*UnbindDeviceFromGatewayResponse) ProtoMessage() {} func (*UnbindDeviceFromGatewayResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_device_manager_8cffe4ebefc093fd, []int{23} + return fileDescriptor_device_manager_d40b22b22b466eb0, []int{23} } func (m *UnbindDeviceFromGatewayResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UnbindDeviceFromGatewayResponse.Unmarshal(m, b) @@ -2166,10 +2166,10 @@ var _DeviceManager_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/iot/v1/device_manager.proto", fileDescriptor_device_manager_8cffe4ebefc093fd) + proto.RegisterFile("google/cloud/iot/v1/device_manager.proto", fileDescriptor_device_manager_d40b22b22b466eb0) } -var fileDescriptor_device_manager_8cffe4ebefc093fd = []byte{ +var fileDescriptor_device_manager_d40b22b22b466eb0 = []byte{ // 1801 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x59, 0x4f, 0x6f, 0x1c, 0x49, 0x15, 0x4f, 0x8d, 0x83, 0xc9, 0x3c, 0x4f, 0x36, 0x49, 0xd9, 0x1b, 0x0f, 0x33, 0xf1, 0x7a, 0x52, diff --git a/googleapis/cloud/iot/v1/resources.pb.go b/googleapis/cloud/iot/v1/resources.pb.go index c7168a3a06..584e614f98 100644 --- a/googleapis/cloud/iot/v1/resources.pb.go +++ b/googleapis/cloud/iot/v1/resources.pb.go @@ -49,7 +49,7 @@ func (x MqttState) String() string { return proto.EnumName(MqttState_name, int32(x)) } func (MqttState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{0} + return fileDescriptor_resources_84fa34c15d3e060d, []int{0} } // Indicates whether DeviceService (HTTP) is enabled or disabled for the @@ -81,7 +81,7 @@ func (x HttpState) String() string { return proto.EnumName(HttpState_name, int32(x)) } func (HttpState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{1} + return fileDescriptor_resources_84fa34c15d3e060d, []int{1} } // **Beta Feature** @@ -125,7 +125,7 @@ func (x LogLevel) String() string { return proto.EnumName(LogLevel_name, int32(x)) } func (LogLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{2} + return fileDescriptor_resources_84fa34c15d3e060d, []int{2} } // Gateway type. @@ -155,7 +155,7 @@ func (x GatewayType) String() string { return proto.EnumName(GatewayType_name, int32(x)) } func (GatewayType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{3} + return fileDescriptor_resources_84fa34c15d3e060d, []int{3} } // The gateway authorization/authentication method. This setting determines how @@ -195,7 +195,7 @@ func (x GatewayAuthMethod) String() string { return proto.EnumName(GatewayAuthMethod_name, int32(x)) } func (GatewayAuthMethod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{4} + return fileDescriptor_resources_84fa34c15d3e060d, []int{4} } // The supported formats for the public key. @@ -224,7 +224,7 @@ func (x PublicKeyCertificateFormat) String() string { return proto.EnumName(PublicKeyCertificateFormat_name, int32(x)) } func (PublicKeyCertificateFormat) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{5} + return fileDescriptor_resources_84fa34c15d3e060d, []int{5} } // The supported formats for the public key. @@ -274,7 +274,7 @@ func (x PublicKeyFormat) String() string { return proto.EnumName(PublicKeyFormat_name, int32(x)) } func (PublicKeyFormat) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{6} + return fileDescriptor_resources_84fa34c15d3e060d, []int{6} } // The device resource. @@ -371,7 +371,7 @@ func (m *Device) Reset() { *m = Device{} } func (m *Device) String() string { return proto.CompactTextString(m) } func (*Device) ProtoMessage() {} func (*Device) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{0} + return fileDescriptor_resources_84fa34c15d3e060d, []int{0} } func (m *Device) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Device.Unmarshal(m, b) @@ -531,7 +531,7 @@ func (m *GatewayConfig) Reset() { *m = GatewayConfig{} } func (m *GatewayConfig) String() string { return proto.CompactTextString(m) } func (*GatewayConfig) ProtoMessage() {} func (*GatewayConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{1} + return fileDescriptor_resources_84fa34c15d3e060d, []int{1} } func (m *GatewayConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GatewayConfig.Unmarshal(m, b) @@ -633,7 +633,7 @@ func (m *DeviceRegistry) Reset() { *m = DeviceRegistry{} } func (m *DeviceRegistry) String() string { return proto.CompactTextString(m) } func (*DeviceRegistry) ProtoMessage() {} func (*DeviceRegistry) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{2} + return fileDescriptor_resources_84fa34c15d3e060d, []int{2} } func (m *DeviceRegistry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceRegistry.Unmarshal(m, b) @@ -723,7 +723,7 @@ func (m *MqttConfig) Reset() { *m = MqttConfig{} } func (m *MqttConfig) String() string { return proto.CompactTextString(m) } func (*MqttConfig) ProtoMessage() {} func (*MqttConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{3} + return fileDescriptor_resources_84fa34c15d3e060d, []int{3} } func (m *MqttConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MqttConfig.Unmarshal(m, b) @@ -764,7 +764,7 @@ func (m *HttpConfig) Reset() { *m = HttpConfig{} } func (m *HttpConfig) String() string { return proto.CompactTextString(m) } func (*HttpConfig) ProtoMessage() {} func (*HttpConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{4} + return fileDescriptor_resources_84fa34c15d3e060d, []int{4} } func (m *HttpConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HttpConfig.Unmarshal(m, b) @@ -810,7 +810,7 @@ func (m *EventNotificationConfig) Reset() { *m = EventNotificationConfig func (m *EventNotificationConfig) String() string { return proto.CompactTextString(m) } func (*EventNotificationConfig) ProtoMessage() {} func (*EventNotificationConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{5} + return fileDescriptor_resources_84fa34c15d3e060d, []int{5} } func (m *EventNotificationConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EventNotificationConfig.Unmarshal(m, b) @@ -858,7 +858,7 @@ func (m *StateNotificationConfig) Reset() { *m = StateNotificationConfig func (m *StateNotificationConfig) String() string { return proto.CompactTextString(m) } func (*StateNotificationConfig) ProtoMessage() {} func (*StateNotificationConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{6} + return fileDescriptor_resources_84fa34c15d3e060d, []int{6} } func (m *StateNotificationConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StateNotificationConfig.Unmarshal(m, b) @@ -901,7 +901,7 @@ func (m *RegistryCredential) Reset() { *m = RegistryCredential{} } func (m *RegistryCredential) String() string { return proto.CompactTextString(m) } func (*RegistryCredential) ProtoMessage() {} func (*RegistryCredential) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{7} + return fileDescriptor_resources_84fa34c15d3e060d, []int{7} } func (m *RegistryCredential) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RegistryCredential.Unmarshal(m, b) @@ -1023,7 +1023,7 @@ func (m *X509CertificateDetails) Reset() { *m = X509CertificateDetails{} func (m *X509CertificateDetails) String() string { return proto.CompactTextString(m) } func (*X509CertificateDetails) ProtoMessage() {} func (*X509CertificateDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{8} + return fileDescriptor_resources_84fa34c15d3e060d, []int{8} } func (m *X509CertificateDetails) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_X509CertificateDetails.Unmarshal(m, b) @@ -1102,7 +1102,7 @@ func (m *PublicKeyCertificate) Reset() { *m = PublicKeyCertificate{} } func (m *PublicKeyCertificate) String() string { return proto.CompactTextString(m) } func (*PublicKeyCertificate) ProtoMessage() {} func (*PublicKeyCertificate) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{9} + return fileDescriptor_resources_84fa34c15d3e060d, []int{9} } func (m *PublicKeyCertificate) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PublicKeyCertificate.Unmarshal(m, b) @@ -1163,7 +1163,7 @@ func (m *DeviceCredential) Reset() { *m = DeviceCredential{} } func (m *DeviceCredential) String() string { return proto.CompactTextString(m) } func (*DeviceCredential) ProtoMessage() {} func (*DeviceCredential) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{10} + return fileDescriptor_resources_84fa34c15d3e060d, []int{10} } func (m *DeviceCredential) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceCredential.Unmarshal(m, b) @@ -1284,7 +1284,7 @@ func (m *PublicKeyCredential) Reset() { *m = PublicKeyCredential{} } func (m *PublicKeyCredential) String() string { return proto.CompactTextString(m) } func (*PublicKeyCredential) ProtoMessage() {} func (*PublicKeyCredential) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{11} + return fileDescriptor_resources_84fa34c15d3e060d, []int{11} } func (m *PublicKeyCredential) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PublicKeyCredential.Unmarshal(m, b) @@ -1349,7 +1349,7 @@ func (m *DeviceConfig) Reset() { *m = DeviceConfig{} } func (m *DeviceConfig) String() string { return proto.CompactTextString(m) } func (*DeviceConfig) ProtoMessage() {} func (*DeviceConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{12} + return fileDescriptor_resources_84fa34c15d3e060d, []int{12} } func (m *DeviceConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceConfig.Unmarshal(m, b) @@ -1413,7 +1413,7 @@ func (m *DeviceState) Reset() { *m = DeviceState{} } func (m *DeviceState) String() string { return proto.CompactTextString(m) } func (*DeviceState) ProtoMessage() {} func (*DeviceState) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_cabc2cc6ede491e9, []int{13} + return fileDescriptor_resources_84fa34c15d3e060d, []int{13} } func (m *DeviceState) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceState.Unmarshal(m, b) @@ -1473,10 +1473,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/iot/v1/resources.proto", fileDescriptor_resources_cabc2cc6ede491e9) + proto.RegisterFile("google/cloud/iot/v1/resources.proto", fileDescriptor_resources_84fa34c15d3e060d) } -var fileDescriptor_resources_cabc2cc6ede491e9 = []byte{ +var fileDescriptor_resources_84fa34c15d3e060d = []byte{ // 1672 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x58, 0xdd, 0x72, 0xdb, 0xc6, 0x15, 0x36, 0xa8, 0x1f, 0x8b, 0x07, 0x22, 0x05, 0xae, 0x64, 0x09, 0xe1, 0x24, 0xb1, 0xcc, 0x34, diff --git a/googleapis/cloud/irm/v1alpha2/incidents.pb.go b/googleapis/cloud/irm/v1alpha2/incidents.pb.go index a42bb38e75..3a82faa47e 100644 --- a/googleapis/cloud/irm/v1alpha2/incidents.pb.go +++ b/googleapis/cloud/irm/v1alpha2/incidents.pb.go @@ -49,7 +49,7 @@ func (x Signal_State) String() string { return proto.EnumName(Signal_State_name, int32(x)) } func (Signal_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{1, 0} + return fileDescriptor_incidents_a3a68162641107b4, []int{1, 0} } // Specifies the escalation level of this incident, within the IRM protocol @@ -77,7 +77,7 @@ func (x Incident_EscalationLevel) String() string { return proto.EnumName(Incident_EscalationLevel_name, int32(x)) } func (Incident_EscalationLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{5, 0} + return fileDescriptor_incidents_a3a68162641107b4, []int{5, 0} } // Severity of an incident. @@ -119,7 +119,7 @@ func (x Incident_Severity) String() string { return proto.EnumName(Incident_Severity_name, int32(x)) } func (Incident_Severity) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{5, 1} + return fileDescriptor_incidents_a3a68162641107b4, []int{5, 1} } // Stage of an incident. @@ -172,7 +172,7 @@ func (x Incident_Stage) String() string { return proto.EnumName(Incident_Stage_name, int32(x)) } func (Incident_Stage) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{5, 2} + return fileDescriptor_incidents_a3a68162641107b4, []int{5, 2} } // The type of channel/venue for incident communications. @@ -202,7 +202,7 @@ func (x Incident_CommunicationVenue_ChannelType) String() string { return proto.EnumName(Incident_CommunicationVenue_ChannelType_name, int32(x)) } func (Incident_CommunicationVenue_ChannelType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{5, 0, 0} + return fileDescriptor_incidents_a3a68162641107b4, []int{5, 0, 0} } // List of possible roles. @@ -258,7 +258,7 @@ func (x IncidentRole_Type) String() string { return proto.EnumName(IncidentRole_Type_name, int32(x)) } func (IncidentRole_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{6, 0} + return fileDescriptor_incidents_a3a68162641107b4, []int{6, 0} } // Possible types of an artifact. @@ -288,7 +288,7 @@ func (x Artifact_Type) String() string { return proto.EnumName(Artifact_Type_name, int32(x)) } func (Artifact_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{8, 0} + return fileDescriptor_incidents_a3a68162641107b4, []int{8, 0} } // Types of changes that users can subscribe to in an incident. @@ -334,7 +334,7 @@ func (x Subscription_EventType) String() string { return proto.EnumName(Subscription_EventType_name, int32(x)) } func (Subscription_EventType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{10, 0} + return fileDescriptor_incidents_a3a68162641107b4, []int{10, 0} } // A user of the IRM app. @@ -354,7 +354,7 @@ func (m *User) Reset() { *m = User{} } func (m *User) String() string { return proto.CompactTextString(m) } func (*User) ProtoMessage() {} func (*User) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{0} + return fileDescriptor_incidents_a3a68162641107b4, []int{0} } func (m *User) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_User.Unmarshal(m, b) @@ -525,7 +525,7 @@ func (m *Signal) Reset() { *m = Signal{} } func (m *Signal) String() string { return proto.CompactTextString(m) } func (*Signal) ProtoMessage() {} func (*Signal) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{1} + return fileDescriptor_incidents_a3a68162641107b4, []int{1} } func (m *Signal) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Signal.Unmarshal(m, b) @@ -647,7 +647,7 @@ func (m *Signal_SignalArtifact) Reset() { *m = Signal_SignalArtifact{} } func (m *Signal_SignalArtifact) String() string { return proto.CompactTextString(m) } func (*Signal_SignalArtifact) ProtoMessage() {} func (*Signal_SignalArtifact) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{1, 0} + return fileDescriptor_incidents_a3a68162641107b4, []int{1, 0} } func (m *Signal_SignalArtifact) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Signal_SignalArtifact.Unmarshal(m, b) @@ -769,7 +769,7 @@ func (m *Annotation) Reset() { *m = Annotation{} } func (m *Annotation) String() string { return proto.CompactTextString(m) } func (*Annotation) ProtoMessage() {} func (*Annotation) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{2} + return fileDescriptor_incidents_a3a68162641107b4, []int{2} } func (m *Annotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Annotation.Unmarshal(m, b) @@ -833,7 +833,7 @@ func (m *Tag) Reset() { *m = Tag{} } func (m *Tag) String() string { return proto.CompactTextString(m) } func (*Tag) ProtoMessage() {} func (*Tag) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{3} + return fileDescriptor_incidents_a3a68162641107b4, []int{3} } func (m *Tag) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Tag.Unmarshal(m, b) @@ -888,7 +888,7 @@ func (m *Synopsis) Reset() { *m = Synopsis{} } func (m *Synopsis) String() string { return proto.CompactTextString(m) } func (*Synopsis) ProtoMessage() {} func (*Synopsis) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{4} + return fileDescriptor_incidents_a3a68162641107b4, []int{4} } func (m *Synopsis) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Synopsis.Unmarshal(m, b) @@ -977,7 +977,7 @@ func (m *Incident) Reset() { *m = Incident{} } func (m *Incident) String() string { return proto.CompactTextString(m) } func (*Incident) ProtoMessage() {} func (*Incident) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{5} + return fileDescriptor_incidents_a3a68162641107b4, []int{5} } func (m *Incident) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Incident.Unmarshal(m, b) @@ -1085,7 +1085,7 @@ func (m *Incident_CommunicationVenue) Reset() { *m = Incident_Communicat func (m *Incident_CommunicationVenue) String() string { return proto.CompactTextString(m) } func (*Incident_CommunicationVenue) ProtoMessage() {} func (*Incident_CommunicationVenue) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{5, 0} + return fileDescriptor_incidents_a3a68162641107b4, []int{5, 0} } func (m *Incident_CommunicationVenue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Incident_CommunicationVenue.Unmarshal(m, b) @@ -1145,7 +1145,7 @@ func (m *IncidentRole) Reset() { *m = IncidentRole{} } func (m *IncidentRole) String() string { return proto.CompactTextString(m) } func (*IncidentRole) ProtoMessage() {} func (*IncidentRole) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{6} + return fileDescriptor_incidents_a3a68162641107b4, []int{6} } func (m *IncidentRole) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IncidentRole.Unmarshal(m, b) @@ -1231,7 +1231,7 @@ func (m *IncidentRoleAssignment) Reset() { *m = IncidentRoleAssignment{} func (m *IncidentRoleAssignment) String() string { return proto.CompactTextString(m) } func (*IncidentRoleAssignment) ProtoMessage() {} func (*IncidentRoleAssignment) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{7} + return fileDescriptor_incidents_a3a68162641107b4, []int{7} } func (m *IncidentRoleAssignment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IncidentRoleAssignment.Unmarshal(m, b) @@ -1310,7 +1310,7 @@ func (m *Artifact) Reset() { *m = Artifact{} } func (m *Artifact) String() string { return proto.CompactTextString(m) } func (*Artifact) ProtoMessage() {} func (*Artifact) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{8} + return fileDescriptor_incidents_a3a68162641107b4, []int{8} } func (m *Artifact) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Artifact.Unmarshal(m, b) @@ -1383,7 +1383,7 @@ func (m *CommunicationChannel) Reset() { *m = CommunicationChannel{} } func (m *CommunicationChannel) String() string { return proto.CompactTextString(m) } func (*CommunicationChannel) ProtoMessage() {} func (*CommunicationChannel) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{9} + return fileDescriptor_incidents_a3a68162641107b4, []int{9} } func (m *CommunicationChannel) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommunicationChannel.Unmarshal(m, b) @@ -1527,7 +1527,7 @@ func (m *CommunicationChannel_Email) Reset() { *m = CommunicationChannel func (m *CommunicationChannel_Email) String() string { return proto.CompactTextString(m) } func (*CommunicationChannel_Email) ProtoMessage() {} func (*CommunicationChannel_Email) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{9, 0} + return fileDescriptor_incidents_a3a68162641107b4, []int{9, 0} } func (m *CommunicationChannel_Email) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommunicationChannel_Email.Unmarshal(m, b) @@ -1570,7 +1570,7 @@ func (m *CommunicationChannel_NotificationChannel) Reset() { func (m *CommunicationChannel_NotificationChannel) String() string { return proto.CompactTextString(m) } func (*CommunicationChannel_NotificationChannel) ProtoMessage() {} func (*CommunicationChannel_NotificationChannel) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{9, 1} + return fileDescriptor_incidents_a3a68162641107b4, []int{9, 1} } func (m *CommunicationChannel_NotificationChannel) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommunicationChannel_NotificationChannel.Unmarshal(m, b) @@ -1620,7 +1620,7 @@ func (m *Subscription) Reset() { *m = Subscription{} } func (m *Subscription) String() string { return proto.CompactTextString(m) } func (*Subscription) ProtoMessage() {} func (*Subscription) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_0e70838f9b153b3e, []int{10} + return fileDescriptor_incidents_a3a68162641107b4, []int{10} } func (m *Subscription) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Subscription.Unmarshal(m, b) @@ -1695,10 +1695,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/irm/v1alpha2/incidents.proto", fileDescriptor_incidents_0e70838f9b153b3e) + proto.RegisterFile("google/cloud/irm/v1alpha2/incidents.proto", fileDescriptor_incidents_a3a68162641107b4) } -var fileDescriptor_incidents_0e70838f9b153b3e = []byte{ +var fileDescriptor_incidents_a3a68162641107b4 = []byte{ // 1666 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x58, 0x4f, 0x6f, 0xdb, 0xc8, 0x15, 0x0f, 0xf5, 0xcf, 0xf2, 0x93, 0xd7, 0x66, 0xc6, 0xde, 0xac, 0xa2, 0x26, 0xbb, 0x0e, 0xf7, diff --git a/googleapis/cloud/irm/v1alpha2/incidents_service.pb.go b/googleapis/cloud/irm/v1alpha2/incidents_service.pb.go index 3bcbc5fc81..efa456bd29 100644 --- a/googleapis/cloud/irm/v1alpha2/incidents_service.pb.go +++ b/googleapis/cloud/irm/v1alpha2/incidents_service.pb.go @@ -45,7 +45,7 @@ func (m *CreateIncidentRequest) Reset() { *m = CreateIncidentRequest{} } func (m *CreateIncidentRequest) String() string { return proto.CompactTextString(m) } func (*CreateIncidentRequest) ProtoMessage() {} func (*CreateIncidentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{0} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{0} } func (m *CreateIncidentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateIncidentRequest.Unmarshal(m, b) @@ -93,7 +93,7 @@ func (m *GetIncidentRequest) Reset() { *m = GetIncidentRequest{} } func (m *GetIncidentRequest) String() string { return proto.CompactTextString(m) } func (*GetIncidentRequest) ProtoMessage() {} func (*GetIncidentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{1} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{1} } func (m *GetIncidentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetIncidentRequest.Unmarshal(m, b) @@ -135,7 +135,7 @@ func (m *UpdateIncidentRequest) Reset() { *m = UpdateIncidentRequest{} } func (m *UpdateIncidentRequest) String() string { return proto.CompactTextString(m) } func (*UpdateIncidentRequest) ProtoMessage() {} func (*UpdateIncidentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{2} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{2} } func (m *UpdateIncidentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateIncidentRequest.Unmarshal(m, b) @@ -187,7 +187,7 @@ func (m *SearchSimilarIncidentsRequest) Reset() { *m = SearchSimilarInci func (m *SearchSimilarIncidentsRequest) String() string { return proto.CompactTextString(m) } func (*SearchSimilarIncidentsRequest) ProtoMessage() {} func (*SearchSimilarIncidentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{3} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{3} } func (m *SearchSimilarIncidentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchSimilarIncidentsRequest.Unmarshal(m, b) @@ -243,7 +243,7 @@ func (m *SearchSimilarIncidentsResponse) Reset() { *m = SearchSimilarInc func (m *SearchSimilarIncidentsResponse) String() string { return proto.CompactTextString(m) } func (*SearchSimilarIncidentsResponse) ProtoMessage() {} func (*SearchSimilarIncidentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{4} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{4} } func (m *SearchSimilarIncidentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchSimilarIncidentsResponse.Unmarshal(m, b) @@ -292,7 +292,7 @@ func (m *SearchSimilarIncidentsResponse_Result) Reset() { *m = SearchSim func (m *SearchSimilarIncidentsResponse_Result) String() string { return proto.CompactTextString(m) } func (*SearchSimilarIncidentsResponse_Result) ProtoMessage() {} func (*SearchSimilarIncidentsResponse_Result) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{4, 0} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{4, 0} } func (m *SearchSimilarIncidentsResponse_Result) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchSimilarIncidentsResponse_Result.Unmarshal(m, b) @@ -335,7 +335,7 @@ func (m *CreateAnnotationRequest) Reset() { *m = CreateAnnotationRequest func (m *CreateAnnotationRequest) String() string { return proto.CompactTextString(m) } func (*CreateAnnotationRequest) ProtoMessage() {} func (*CreateAnnotationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{5} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{5} } func (m *CreateAnnotationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateAnnotationRequest.Unmarshal(m, b) @@ -387,7 +387,7 @@ func (m *ListAnnotationsRequest) Reset() { *m = ListAnnotationsRequest{} func (m *ListAnnotationsRequest) String() string { return proto.CompactTextString(m) } func (*ListAnnotationsRequest) ProtoMessage() {} func (*ListAnnotationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{6} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{6} } func (m *ListAnnotationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAnnotationsRequest.Unmarshal(m, b) @@ -443,7 +443,7 @@ func (m *ListAnnotationsResponse) Reset() { *m = ListAnnotationsResponse func (m *ListAnnotationsResponse) String() string { return proto.CompactTextString(m) } func (*ListAnnotationsResponse) ProtoMessage() {} func (*ListAnnotationsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{7} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{7} } func (m *ListAnnotationsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAnnotationsResponse.Unmarshal(m, b) @@ -493,7 +493,7 @@ func (m *CreateTagRequest) Reset() { *m = CreateTagRequest{} } func (m *CreateTagRequest) String() string { return proto.CompactTextString(m) } func (*CreateTagRequest) ProtoMessage() {} func (*CreateTagRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{8} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{8} } func (m *CreateTagRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateTagRequest.Unmarshal(m, b) @@ -540,7 +540,7 @@ func (m *DeleteTagRequest) Reset() { *m = DeleteTagRequest{} } func (m *DeleteTagRequest) String() string { return proto.CompactTextString(m) } func (*DeleteTagRequest) ProtoMessage() {} func (*DeleteTagRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{9} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{9} } func (m *DeleteTagRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteTagRequest.Unmarshal(m, b) @@ -585,7 +585,7 @@ func (m *ListTagsRequest) Reset() { *m = ListTagsRequest{} } func (m *ListTagsRequest) String() string { return proto.CompactTextString(m) } func (*ListTagsRequest) ProtoMessage() {} func (*ListTagsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{10} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{10} } func (m *ListTagsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTagsRequest.Unmarshal(m, b) @@ -641,7 +641,7 @@ func (m *ListTagsResponse) Reset() { *m = ListTagsResponse{} } func (m *ListTagsResponse) String() string { return proto.CompactTextString(m) } func (*ListTagsResponse) ProtoMessage() {} func (*ListTagsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{11} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{11} } func (m *ListTagsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTagsResponse.Unmarshal(m, b) @@ -691,7 +691,7 @@ func (m *CreateSignalRequest) Reset() { *m = CreateSignalRequest{} } func (m *CreateSignalRequest) String() string { return proto.CompactTextString(m) } func (*CreateSignalRequest) ProtoMessage() {} func (*CreateSignalRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{12} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{12} } func (m *CreateSignalRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSignalRequest.Unmarshal(m, b) @@ -747,7 +747,7 @@ func (m *SearchSignalsRequest) Reset() { *m = SearchSignalsRequest{} } func (m *SearchSignalsRequest) String() string { return proto.CompactTextString(m) } func (*SearchSignalsRequest) ProtoMessage() {} func (*SearchSignalsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{13} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{13} } func (m *SearchSignalsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchSignalsRequest.Unmarshal(m, b) @@ -810,7 +810,7 @@ func (m *SearchSignalsResponse) Reset() { *m = SearchSignalsResponse{} } func (m *SearchSignalsResponse) String() string { return proto.CompactTextString(m) } func (*SearchSignalsResponse) ProtoMessage() {} func (*SearchSignalsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{14} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{14} } func (m *SearchSignalsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchSignalsResponse.Unmarshal(m, b) @@ -858,7 +858,7 @@ func (m *GetSignalRequest) Reset() { *m = GetSignalRequest{} } func (m *GetSignalRequest) String() string { return proto.CompactTextString(m) } func (*GetSignalRequest) ProtoMessage() {} func (*GetSignalRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{15} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{15} } func (m *GetSignalRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSignalRequest.Unmarshal(m, b) @@ -900,7 +900,7 @@ func (m *UpdateSignalRequest) Reset() { *m = UpdateSignalRequest{} } func (m *UpdateSignalRequest) String() string { return proto.CompactTextString(m) } func (*UpdateSignalRequest) ProtoMessage() {} func (*UpdateSignalRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{16} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{16} } func (m *UpdateSignalRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateSignalRequest.Unmarshal(m, b) @@ -1009,7 +1009,7 @@ func (m *SearchIncidentsRequest) Reset() { *m = SearchIncidentsRequest{} func (m *SearchIncidentsRequest) String() string { return proto.CompactTextString(m) } func (*SearchIncidentsRequest) ProtoMessage() {} func (*SearchIncidentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{17} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{17} } func (m *SearchIncidentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchIncidentsRequest.Unmarshal(m, b) @@ -1079,7 +1079,7 @@ func (m *SearchIncidentsResponse) Reset() { *m = SearchIncidentsResponse func (m *SearchIncidentsResponse) String() string { return proto.CompactTextString(m) } func (*SearchIncidentsResponse) ProtoMessage() {} func (*SearchIncidentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{18} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{18} } func (m *SearchIncidentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchIncidentsResponse.Unmarshal(m, b) @@ -1138,7 +1138,7 @@ func (m *EscalateIncidentRequest) Reset() { *m = EscalateIncidentRequest func (m *EscalateIncidentRequest) String() string { return proto.CompactTextString(m) } func (*EscalateIncidentRequest) ProtoMessage() {} func (*EscalateIncidentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{19} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{19} } func (m *EscalateIncidentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EscalateIncidentRequest.Unmarshal(m, b) @@ -1221,7 +1221,7 @@ func (m *EscalateIncidentResponse) Reset() { *m = EscalateIncidentRespon func (m *EscalateIncidentResponse) String() string { return proto.CompactTextString(m) } func (*EscalateIncidentResponse) ProtoMessage() {} func (*EscalateIncidentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{20} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{20} } func (m *EscalateIncidentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EscalateIncidentResponse.Unmarshal(m, b) @@ -1292,7 +1292,7 @@ func (m *CreateArtifactRequest) Reset() { *m = CreateArtifactRequest{} } func (m *CreateArtifactRequest) String() string { return proto.CompactTextString(m) } func (*CreateArtifactRequest) ProtoMessage() {} func (*CreateArtifactRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{21} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{21} } func (m *CreateArtifactRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateArtifactRequest.Unmarshal(m, b) @@ -1344,7 +1344,7 @@ func (m *ListArtifactsRequest) Reset() { *m = ListArtifactsRequest{} } func (m *ListArtifactsRequest) String() string { return proto.CompactTextString(m) } func (*ListArtifactsRequest) ProtoMessage() {} func (*ListArtifactsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{22} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{22} } func (m *ListArtifactsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListArtifactsRequest.Unmarshal(m, b) @@ -1400,7 +1400,7 @@ func (m *ListArtifactsResponse) Reset() { *m = ListArtifactsResponse{} } func (m *ListArtifactsResponse) String() string { return proto.CompactTextString(m) } func (*ListArtifactsResponse) ProtoMessage() {} func (*ListArtifactsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{23} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{23} } func (m *ListArtifactsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListArtifactsResponse.Unmarshal(m, b) @@ -1449,7 +1449,7 @@ func (m *UpdateArtifactRequest) Reset() { *m = UpdateArtifactRequest{} } func (m *UpdateArtifactRequest) String() string { return proto.CompactTextString(m) } func (*UpdateArtifactRequest) ProtoMessage() {} func (*UpdateArtifactRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{24} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{24} } func (m *UpdateArtifactRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateArtifactRequest.Unmarshal(m, b) @@ -1496,7 +1496,7 @@ func (m *DeleteArtifactRequest) Reset() { *m = DeleteArtifactRequest{} } func (m *DeleteArtifactRequest) String() string { return proto.CompactTextString(m) } func (*DeleteArtifactRequest) ProtoMessage() {} func (*DeleteArtifactRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{25} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{25} } func (m *DeleteArtifactRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteArtifactRequest.Unmarshal(m, b) @@ -1553,7 +1553,7 @@ func (m *SendShiftHandoffRequest) Reset() { *m = SendShiftHandoffRequest func (m *SendShiftHandoffRequest) String() string { return proto.CompactTextString(m) } func (*SendShiftHandoffRequest) ProtoMessage() {} func (*SendShiftHandoffRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{26} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{26} } func (m *SendShiftHandoffRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendShiftHandoffRequest.Unmarshal(m, b) @@ -1645,7 +1645,7 @@ func (m *SendShiftHandoffRequest_Incident) Reset() { *m = SendShiftHando func (m *SendShiftHandoffRequest_Incident) String() string { return proto.CompactTextString(m) } func (*SendShiftHandoffRequest_Incident) ProtoMessage() {} func (*SendShiftHandoffRequest_Incident) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{26, 0} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{26, 0} } func (m *SendShiftHandoffRequest_Incident) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendShiftHandoffRequest_Incident.Unmarshal(m, b) @@ -1689,7 +1689,7 @@ func (m *SendShiftHandoffResponse) Reset() { *m = SendShiftHandoffRespon func (m *SendShiftHandoffResponse) String() string { return proto.CompactTextString(m) } func (*SendShiftHandoffResponse) ProtoMessage() {} func (*SendShiftHandoffResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{27} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{27} } func (m *SendShiftHandoffResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendShiftHandoffResponse.Unmarshal(m, b) @@ -1739,7 +1739,7 @@ func (m *CreateSubscriptionRequest) Reset() { *m = CreateSubscriptionReq func (m *CreateSubscriptionRequest) String() string { return proto.CompactTextString(m) } func (*CreateSubscriptionRequest) ProtoMessage() {} func (*CreateSubscriptionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{28} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{28} } func (m *CreateSubscriptionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSubscriptionRequest.Unmarshal(m, b) @@ -1788,7 +1788,7 @@ func (m *UpdateSubscriptionRequest) Reset() { *m = UpdateSubscriptionReq func (m *UpdateSubscriptionRequest) String() string { return proto.CompactTextString(m) } func (*UpdateSubscriptionRequest) ProtoMessage() {} func (*UpdateSubscriptionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{29} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{29} } func (m *UpdateSubscriptionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateSubscriptionRequest.Unmarshal(m, b) @@ -1840,7 +1840,7 @@ func (m *ListSubscriptionsRequest) Reset() { *m = ListSubscriptionsReque func (m *ListSubscriptionsRequest) String() string { return proto.CompactTextString(m) } func (*ListSubscriptionsRequest) ProtoMessage() {} func (*ListSubscriptionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{30} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{30} } func (m *ListSubscriptionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSubscriptionsRequest.Unmarshal(m, b) @@ -1896,7 +1896,7 @@ func (m *ListSubscriptionsResponse) Reset() { *m = ListSubscriptionsResp func (m *ListSubscriptionsResponse) String() string { return proto.CompactTextString(m) } func (*ListSubscriptionsResponse) ProtoMessage() {} func (*ListSubscriptionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{31} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{31} } func (m *ListSubscriptionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSubscriptionsResponse.Unmarshal(m, b) @@ -1943,7 +1943,7 @@ func (m *DeleteSubscriptionRequest) Reset() { *m = DeleteSubscriptionReq func (m *DeleteSubscriptionRequest) String() string { return proto.CompactTextString(m) } func (*DeleteSubscriptionRequest) ProtoMessage() {} func (*DeleteSubscriptionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{32} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{32} } func (m *DeleteSubscriptionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSubscriptionRequest.Unmarshal(m, b) @@ -1986,7 +1986,7 @@ func (m *CreateIncidentRoleAssignmentRequest) Reset() { *m = CreateIncid func (m *CreateIncidentRoleAssignmentRequest) String() string { return proto.CompactTextString(m) } func (*CreateIncidentRoleAssignmentRequest) ProtoMessage() {} func (*CreateIncidentRoleAssignmentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{33} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{33} } func (m *CreateIncidentRoleAssignmentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateIncidentRoleAssignmentRequest.Unmarshal(m, b) @@ -2033,7 +2033,7 @@ func (m *DeleteIncidentRoleAssignmentRequest) Reset() { *m = DeleteIncid func (m *DeleteIncidentRoleAssignmentRequest) String() string { return proto.CompactTextString(m) } func (*DeleteIncidentRoleAssignmentRequest) ProtoMessage() {} func (*DeleteIncidentRoleAssignmentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{34} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{34} } func (m *DeleteIncidentRoleAssignmentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteIncidentRoleAssignmentRequest.Unmarshal(m, b) @@ -2078,7 +2078,7 @@ func (m *ListIncidentRoleAssignmentsRequest) Reset() { *m = ListIncident func (m *ListIncidentRoleAssignmentsRequest) String() string { return proto.CompactTextString(m) } func (*ListIncidentRoleAssignmentsRequest) ProtoMessage() {} func (*ListIncidentRoleAssignmentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{35} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{35} } func (m *ListIncidentRoleAssignmentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIncidentRoleAssignmentsRequest.Unmarshal(m, b) @@ -2134,7 +2134,7 @@ func (m *ListIncidentRoleAssignmentsResponse) Reset() { *m = ListInciden func (m *ListIncidentRoleAssignmentsResponse) String() string { return proto.CompactTextString(m) } func (*ListIncidentRoleAssignmentsResponse) ProtoMessage() {} func (*ListIncidentRoleAssignmentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{36} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{36} } func (m *ListIncidentRoleAssignmentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIncidentRoleAssignmentsResponse.Unmarshal(m, b) @@ -2183,7 +2183,7 @@ func (m *RequestIncidentRoleHandoverRequest) Reset() { *m = RequestIncid func (m *RequestIncidentRoleHandoverRequest) String() string { return proto.CompactTextString(m) } func (*RequestIncidentRoleHandoverRequest) ProtoMessage() {} func (*RequestIncidentRoleHandoverRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{37} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{37} } func (m *RequestIncidentRoleHandoverRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RequestIncidentRoleHandoverRequest.Unmarshal(m, b) @@ -2233,7 +2233,7 @@ func (m *ConfirmIncidentRoleHandoverRequest) Reset() { *m = ConfirmIncid func (m *ConfirmIncidentRoleHandoverRequest) String() string { return proto.CompactTextString(m) } func (*ConfirmIncidentRoleHandoverRequest) ProtoMessage() {} func (*ConfirmIncidentRoleHandoverRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{38} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{38} } func (m *ConfirmIncidentRoleHandoverRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfirmIncidentRoleHandoverRequest.Unmarshal(m, b) @@ -2283,7 +2283,7 @@ func (m *ForceIncidentRoleHandoverRequest) Reset() { *m = ForceIncidentR func (m *ForceIncidentRoleHandoverRequest) String() string { return proto.CompactTextString(m) } func (*ForceIncidentRoleHandoverRequest) ProtoMessage() {} func (*ForceIncidentRoleHandoverRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{39} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{39} } func (m *ForceIncidentRoleHandoverRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ForceIncidentRoleHandoverRequest.Unmarshal(m, b) @@ -2334,7 +2334,7 @@ func (m *CancelIncidentRoleHandoverRequest) Reset() { *m = CancelInciden func (m *CancelIncidentRoleHandoverRequest) String() string { return proto.CompactTextString(m) } func (*CancelIncidentRoleHandoverRequest) ProtoMessage() {} func (*CancelIncidentRoleHandoverRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_incidents_service_a19cef89fc9d533c, []int{40} + return fileDescriptor_incidents_service_6ca02351b7a08ec3, []int{40} } func (m *CancelIncidentRoleHandoverRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CancelIncidentRoleHandoverRequest.Unmarshal(m, b) @@ -3587,10 +3587,10 @@ var _IncidentService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/irm/v1alpha2/incidents_service.proto", fileDescriptor_incidents_service_a19cef89fc9d533c) + proto.RegisterFile("google/cloud/irm/v1alpha2/incidents_service.proto", fileDescriptor_incidents_service_6ca02351b7a08ec3) } -var fileDescriptor_incidents_service_a19cef89fc9d533c = []byte{ +var fileDescriptor_incidents_service_6ca02351b7a08ec3 = []byte{ // 2309 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5a, 0xcd, 0x6f, 0x1c, 0x49, 0x15, 0x57, 0xd9, 0xf1, 0xd7, 0xf3, 0x47, 0x4c, 0x6d, 0x6c, 0x8f, 0x3b, 0xd9, 0xac, 0x53, 0x56, diff --git a/googleapis/cloud/kms/v1/resources.pb.go b/googleapis/cloud/kms/v1/resources.pb.go index a959cb8081..c95381da23 100644 --- a/googleapis/cloud/kms/v1/resources.pb.go +++ b/googleapis/cloud/kms/v1/resources.pb.go @@ -49,7 +49,7 @@ func (x ProtectionLevel) String() string { return proto.EnumName(ProtectionLevel_name, int32(x)) } func (ProtectionLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_812ab0e7462a1529, []int{0} + return fileDescriptor_resources_0e872c1c601eedcd, []int{0} } // [CryptoKeyPurpose][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose] @@ -96,7 +96,7 @@ func (x CryptoKey_CryptoKeyPurpose) String() string { return proto.EnumName(CryptoKey_CryptoKeyPurpose_name, int32(x)) } func (CryptoKey_CryptoKeyPurpose) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_812ab0e7462a1529, []int{1, 0} + return fileDescriptor_resources_0e872c1c601eedcd, []int{1, 0} } // Attestion formats provided by the HSM. @@ -127,7 +127,7 @@ func (x KeyOperationAttestation_AttestationFormat) String() string { return proto.EnumName(KeyOperationAttestation_AttestationFormat_name, int32(x)) } func (KeyOperationAttestation_AttestationFormat) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_812ab0e7462a1529, []int{3, 0} + return fileDescriptor_resources_0e872c1c601eedcd, []int{3, 0} } // The algorithm of the @@ -231,7 +231,7 @@ func (x CryptoKeyVersion_CryptoKeyVersionAlgorithm) String() string { return proto.EnumName(CryptoKeyVersion_CryptoKeyVersionAlgorithm_name, int32(x)) } func (CryptoKeyVersion_CryptoKeyVersionAlgorithm) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_812ab0e7462a1529, []int{4, 0} + return fileDescriptor_resources_0e872c1c601eedcd, []int{4, 0} } // The state of a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion], @@ -287,7 +287,7 @@ func (x CryptoKeyVersion_CryptoKeyVersionState) String() string { return proto.EnumName(CryptoKeyVersion_CryptoKeyVersionState_name, int32(x)) } func (CryptoKeyVersion_CryptoKeyVersionState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_812ab0e7462a1529, []int{4, 1} + return fileDescriptor_resources_0e872c1c601eedcd, []int{4, 1} } // A view for [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]s. @@ -323,7 +323,7 @@ func (x CryptoKeyVersion_CryptoKeyVersionView) String() string { return proto.EnumName(CryptoKeyVersion_CryptoKeyVersionView_name, int32(x)) } func (CryptoKeyVersion_CryptoKeyVersionView) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_812ab0e7462a1529, []int{4, 2} + return fileDescriptor_resources_0e872c1c601eedcd, []int{4, 2} } // A [KeyRing][google.cloud.kms.v1.KeyRing] is a toplevel logical grouping of @@ -345,7 +345,7 @@ func (m *KeyRing) Reset() { *m = KeyRing{} } func (m *KeyRing) String() string { return proto.CompactTextString(m) } func (*KeyRing) ProtoMessage() {} func (*KeyRing) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_812ab0e7462a1529, []int{0} + return fileDescriptor_resources_0e872c1c601eedcd, []int{0} } func (m *KeyRing) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeyRing.Unmarshal(m, b) @@ -450,7 +450,7 @@ func (m *CryptoKey) Reset() { *m = CryptoKey{} } func (m *CryptoKey) String() string { return proto.CompactTextString(m) } func (*CryptoKey) ProtoMessage() {} func (*CryptoKey) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_812ab0e7462a1529, []int{1} + return fileDescriptor_resources_0e872c1c601eedcd, []int{1} } func (m *CryptoKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CryptoKey.Unmarshal(m, b) @@ -630,7 +630,7 @@ func (m *CryptoKeyVersionTemplate) Reset() { *m = CryptoKeyVersionTempla func (m *CryptoKeyVersionTemplate) String() string { return proto.CompactTextString(m) } func (*CryptoKeyVersionTemplate) ProtoMessage() {} func (*CryptoKeyVersionTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_812ab0e7462a1529, []int{2} + return fileDescriptor_resources_0e872c1c601eedcd, []int{2} } func (m *CryptoKeyVersionTemplate) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CryptoKeyVersionTemplate.Unmarshal(m, b) @@ -680,7 +680,7 @@ func (m *KeyOperationAttestation) Reset() { *m = KeyOperationAttestation func (m *KeyOperationAttestation) String() string { return proto.CompactTextString(m) } func (*KeyOperationAttestation) ProtoMessage() {} func (*KeyOperationAttestation) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_812ab0e7462a1529, []int{3} + return fileDescriptor_resources_0e872c1c601eedcd, []int{3} } func (m *KeyOperationAttestation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeyOperationAttestation.Unmarshal(m, b) @@ -775,7 +775,7 @@ func (m *CryptoKeyVersion) Reset() { *m = CryptoKeyVersion{} } func (m *CryptoKeyVersion) String() string { return proto.CompactTextString(m) } func (*CryptoKeyVersion) ProtoMessage() {} func (*CryptoKeyVersion) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_812ab0e7462a1529, []int{4} + return fileDescriptor_resources_0e872c1c601eedcd, []int{4} } func (m *CryptoKeyVersion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CryptoKeyVersion.Unmarshal(m, b) @@ -881,7 +881,7 @@ func (m *PublicKey) Reset() { *m = PublicKey{} } func (m *PublicKey) String() string { return proto.CompactTextString(m) } func (*PublicKey) ProtoMessage() {} func (*PublicKey) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_812ab0e7462a1529, []int{5} + return fileDescriptor_resources_0e872c1c601eedcd, []int{5} } func (m *PublicKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PublicKey.Unmarshal(m, b) @@ -932,10 +932,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/kms/v1/resources.proto", fileDescriptor_resources_812ab0e7462a1529) + proto.RegisterFile("google/cloud/kms/v1/resources.proto", fileDescriptor_resources_0e872c1c601eedcd) } -var fileDescriptor_resources_812ab0e7462a1529 = []byte{ +var fileDescriptor_resources_0e872c1c601eedcd = []byte{ // 1203 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x5d, 0x6e, 0xdb, 0x46, 0x17, 0x0d, 0x25, 0xcb, 0xb2, 0xae, 0x9c, 0x98, 0x1e, 0xe7, 0x47, 0xf1, 0x17, 0x24, 0x86, 0x92, diff --git a/googleapis/cloud/kms/v1/service.pb.go b/googleapis/cloud/kms/v1/service.pb.go index bf424cc4b9..2e6a843e1b 100644 --- a/googleapis/cloud/kms/v1/service.pb.go +++ b/googleapis/cloud/kms/v1/service.pb.go @@ -53,7 +53,7 @@ func (m *ListKeyRingsRequest) Reset() { *m = ListKeyRingsRequest{} } func (m *ListKeyRingsRequest) String() string { return proto.CompactTextString(m) } func (*ListKeyRingsRequest) ProtoMessage() {} func (*ListKeyRingsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{0} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{0} } func (m *ListKeyRingsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListKeyRingsRequest.Unmarshal(m, b) @@ -122,7 +122,7 @@ func (m *ListCryptoKeysRequest) Reset() { *m = ListCryptoKeysRequest{} } func (m *ListCryptoKeysRequest) String() string { return proto.CompactTextString(m) } func (*ListCryptoKeysRequest) ProtoMessage() {} func (*ListCryptoKeysRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{1} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{1} } func (m *ListCryptoKeysRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCryptoKeysRequest.Unmarshal(m, b) @@ -199,7 +199,7 @@ func (m *ListCryptoKeyVersionsRequest) Reset() { *m = ListCryptoKeyVersi func (m *ListCryptoKeyVersionsRequest) String() string { return proto.CompactTextString(m) } func (*ListCryptoKeyVersionsRequest) ProtoMessage() {} func (*ListCryptoKeyVersionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{2} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{2} } func (m *ListCryptoKeyVersionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCryptoKeyVersionsRequest.Unmarshal(m, b) @@ -268,7 +268,7 @@ func (m *ListKeyRingsResponse) Reset() { *m = ListKeyRingsResponse{} } func (m *ListKeyRingsResponse) String() string { return proto.CompactTextString(m) } func (*ListKeyRingsResponse) ProtoMessage() {} func (*ListKeyRingsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{3} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{3} } func (m *ListKeyRingsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListKeyRingsResponse.Unmarshal(m, b) @@ -330,7 +330,7 @@ func (m *ListCryptoKeysResponse) Reset() { *m = ListCryptoKeysResponse{} func (m *ListCryptoKeysResponse) String() string { return proto.CompactTextString(m) } func (*ListCryptoKeysResponse) ProtoMessage() {} func (*ListCryptoKeysResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{4} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{4} } func (m *ListCryptoKeysResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCryptoKeysResponse.Unmarshal(m, b) @@ -393,7 +393,7 @@ func (m *ListCryptoKeyVersionsResponse) Reset() { *m = ListCryptoKeyVers func (m *ListCryptoKeyVersionsResponse) String() string { return proto.CompactTextString(m) } func (*ListCryptoKeyVersionsResponse) ProtoMessage() {} func (*ListCryptoKeyVersionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{5} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{5} } func (m *ListCryptoKeyVersionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCryptoKeyVersionsResponse.Unmarshal(m, b) @@ -449,7 +449,7 @@ func (m *GetKeyRingRequest) Reset() { *m = GetKeyRingRequest{} } func (m *GetKeyRingRequest) String() string { return proto.CompactTextString(m) } func (*GetKeyRingRequest) ProtoMessage() {} func (*GetKeyRingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{6} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{6} } func (m *GetKeyRingRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetKeyRingRequest.Unmarshal(m, b) @@ -491,7 +491,7 @@ func (m *GetCryptoKeyRequest) Reset() { *m = GetCryptoKeyRequest{} } func (m *GetCryptoKeyRequest) String() string { return proto.CompactTextString(m) } func (*GetCryptoKeyRequest) ProtoMessage() {} func (*GetCryptoKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{7} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{7} } func (m *GetCryptoKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCryptoKeyRequest.Unmarshal(m, b) @@ -533,7 +533,7 @@ func (m *GetCryptoKeyVersionRequest) Reset() { *m = GetCryptoKeyVersionR func (m *GetCryptoKeyVersionRequest) String() string { return proto.CompactTextString(m) } func (*GetCryptoKeyVersionRequest) ProtoMessage() {} func (*GetCryptoKeyVersionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{8} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{8} } func (m *GetCryptoKeyVersionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCryptoKeyVersionRequest.Unmarshal(m, b) @@ -575,7 +575,7 @@ func (m *GetPublicKeyRequest) Reset() { *m = GetPublicKeyRequest{} } func (m *GetPublicKeyRequest) String() string { return proto.CompactTextString(m) } func (*GetPublicKeyRequest) ProtoMessage() {} func (*GetPublicKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{9} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{9} } func (m *GetPublicKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPublicKeyRequest.Unmarshal(m, b) @@ -623,7 +623,7 @@ func (m *CreateKeyRingRequest) Reset() { *m = CreateKeyRingRequest{} } func (m *CreateKeyRingRequest) String() string { return proto.CompactTextString(m) } func (*CreateKeyRingRequest) ProtoMessage() {} func (*CreateKeyRingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{10} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{10} } func (m *CreateKeyRingRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateKeyRingRequest.Unmarshal(m, b) @@ -684,7 +684,7 @@ func (m *CreateCryptoKeyRequest) Reset() { *m = CreateCryptoKeyRequest{} func (m *CreateCryptoKeyRequest) String() string { return proto.CompactTextString(m) } func (*CreateCryptoKeyRequest) ProtoMessage() {} func (*CreateCryptoKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{11} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{11} } func (m *CreateCryptoKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateCryptoKeyRequest.Unmarshal(m, b) @@ -744,7 +744,7 @@ func (m *CreateCryptoKeyVersionRequest) Reset() { *m = CreateCryptoKeyVe func (m *CreateCryptoKeyVersionRequest) String() string { return proto.CompactTextString(m) } func (*CreateCryptoKeyVersionRequest) ProtoMessage() {} func (*CreateCryptoKeyVersionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{12} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{12} } func (m *CreateCryptoKeyVersionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateCryptoKeyVersionRequest.Unmarshal(m, b) @@ -794,7 +794,7 @@ func (m *UpdateCryptoKeyRequest) Reset() { *m = UpdateCryptoKeyRequest{} func (m *UpdateCryptoKeyRequest) String() string { return proto.CompactTextString(m) } func (*UpdateCryptoKeyRequest) ProtoMessage() {} func (*UpdateCryptoKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{13} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{13} } func (m *UpdateCryptoKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateCryptoKeyRequest.Unmarshal(m, b) @@ -845,7 +845,7 @@ func (m *UpdateCryptoKeyVersionRequest) Reset() { *m = UpdateCryptoKeyVe func (m *UpdateCryptoKeyVersionRequest) String() string { return proto.CompactTextString(m) } func (*UpdateCryptoKeyVersionRequest) ProtoMessage() {} func (*UpdateCryptoKeyVersionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{14} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{14} } func (m *UpdateCryptoKeyVersionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateCryptoKeyVersionRequest.Unmarshal(m, b) @@ -921,7 +921,7 @@ func (m *EncryptRequest) Reset() { *m = EncryptRequest{} } func (m *EncryptRequest) String() string { return proto.CompactTextString(m) } func (*EncryptRequest) ProtoMessage() {} func (*EncryptRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{15} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{15} } func (m *EncryptRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EncryptRequest.Unmarshal(m, b) @@ -984,7 +984,7 @@ func (m *DecryptRequest) Reset() { *m = DecryptRequest{} } func (m *DecryptRequest) String() string { return proto.CompactTextString(m) } func (*DecryptRequest) ProtoMessage() {} func (*DecryptRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{16} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{16} } func (m *DecryptRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DecryptRequest.Unmarshal(m, b) @@ -1045,7 +1045,7 @@ func (m *AsymmetricSignRequest) Reset() { *m = AsymmetricSignRequest{} } func (m *AsymmetricSignRequest) String() string { return proto.CompactTextString(m) } func (*AsymmetricSignRequest) ProtoMessage() {} func (*AsymmetricSignRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{17} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{17} } func (m *AsymmetricSignRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsymmetricSignRequest.Unmarshal(m, b) @@ -1099,7 +1099,7 @@ func (m *AsymmetricDecryptRequest) Reset() { *m = AsymmetricDecryptReque func (m *AsymmetricDecryptRequest) String() string { return proto.CompactTextString(m) } func (*AsymmetricDecryptRequest) ProtoMessage() {} func (*AsymmetricDecryptRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{18} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{18} } func (m *AsymmetricDecryptRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsymmetricDecryptRequest.Unmarshal(m, b) @@ -1148,7 +1148,7 @@ func (m *DecryptResponse) Reset() { *m = DecryptResponse{} } func (m *DecryptResponse) String() string { return proto.CompactTextString(m) } func (*DecryptResponse) ProtoMessage() {} func (*DecryptResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{19} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{19} } func (m *DecryptResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DecryptResponse.Unmarshal(m, b) @@ -1193,7 +1193,7 @@ func (m *EncryptResponse) Reset() { *m = EncryptResponse{} } func (m *EncryptResponse) String() string { return proto.CompactTextString(m) } func (*EncryptResponse) ProtoMessage() {} func (*EncryptResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{20} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{20} } func (m *EncryptResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EncryptResponse.Unmarshal(m, b) @@ -1241,7 +1241,7 @@ func (m *AsymmetricSignResponse) Reset() { *m = AsymmetricSignResponse{} func (m *AsymmetricSignResponse) String() string { return proto.CompactTextString(m) } func (*AsymmetricSignResponse) ProtoMessage() {} func (*AsymmetricSignResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{21} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{21} } func (m *AsymmetricSignResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsymmetricSignResponse.Unmarshal(m, b) @@ -1282,7 +1282,7 @@ func (m *AsymmetricDecryptResponse) Reset() { *m = AsymmetricDecryptResp func (m *AsymmetricDecryptResponse) String() string { return proto.CompactTextString(m) } func (*AsymmetricDecryptResponse) ProtoMessage() {} func (*AsymmetricDecryptResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{22} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{22} } func (m *AsymmetricDecryptResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsymmetricDecryptResponse.Unmarshal(m, b) @@ -1327,7 +1327,7 @@ func (m *UpdateCryptoKeyPrimaryVersionRequest) Reset() { *m = UpdateCryp func (m *UpdateCryptoKeyPrimaryVersionRequest) String() string { return proto.CompactTextString(m) } func (*UpdateCryptoKeyPrimaryVersionRequest) ProtoMessage() {} func (*UpdateCryptoKeyPrimaryVersionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{23} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{23} } func (m *UpdateCryptoKeyPrimaryVersionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateCryptoKeyPrimaryVersionRequest.Unmarshal(m, b) @@ -1376,7 +1376,7 @@ func (m *DestroyCryptoKeyVersionRequest) Reset() { *m = DestroyCryptoKey func (m *DestroyCryptoKeyVersionRequest) String() string { return proto.CompactTextString(m) } func (*DestroyCryptoKeyVersionRequest) ProtoMessage() {} func (*DestroyCryptoKeyVersionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{24} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{24} } func (m *DestroyCryptoKeyVersionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DestroyCryptoKeyVersionRequest.Unmarshal(m, b) @@ -1418,7 +1418,7 @@ func (m *RestoreCryptoKeyVersionRequest) Reset() { *m = RestoreCryptoKey func (m *RestoreCryptoKeyVersionRequest) String() string { return proto.CompactTextString(m) } func (*RestoreCryptoKeyVersionRequest) ProtoMessage() {} func (*RestoreCryptoKeyVersionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{25} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{25} } func (m *RestoreCryptoKeyVersionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RestoreCryptoKeyVersionRequest.Unmarshal(m, b) @@ -1463,7 +1463,7 @@ func (m *Digest) Reset() { *m = Digest{} } func (m *Digest) String() string { return proto.CompactTextString(m) } func (*Digest) ProtoMessage() {} func (*Digest) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{26} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{26} } func (m *Digest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Digest.Unmarshal(m, b) @@ -1631,7 +1631,7 @@ func (m *LocationMetadata) Reset() { *m = LocationMetadata{} } func (m *LocationMetadata) String() string { return proto.CompactTextString(m) } func (*LocationMetadata) ProtoMessage() {} func (*LocationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_service_e3326c98c2775f20, []int{27} + return fileDescriptor_service_cf5bcaac2fc87f37, []int{27} } func (m *LocationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationMetadata.Unmarshal(m, b) @@ -2540,10 +2540,10 @@ var _KeyManagementService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/kms/v1/service.proto", fileDescriptor_service_e3326c98c2775f20) + proto.RegisterFile("google/cloud/kms/v1/service.proto", fileDescriptor_service_cf5bcaac2fc87f37) } -var fileDescriptor_service_e3326c98c2775f20 = []byte{ +var fileDescriptor_service_cf5bcaac2fc87f37 = []byte{ // 1666 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x59, 0xcd, 0x73, 0x1b, 0xc5, 0x12, 0x7f, 0x63, 0xe7, 0x39, 0x76, 0xfb, 0x2b, 0x19, 0x27, 0x8e, 0x9f, 0x62, 0xbb, 0xfc, 0x26, diff --git a/googleapis/cloud/language/v1/language_service.pb.go b/googleapis/cloud/language/v1/language_service.pb.go index d941ec938d..c4135e599b 100644 --- a/googleapis/cloud/language/v1/language_service.pb.go +++ b/googleapis/cloud/language/v1/language_service.pb.go @@ -66,7 +66,7 @@ func (x EncodingType) String() string { return proto.EnumName(EncodingType_name, int32(x)) } func (EncodingType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{0} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{0} } // The document types enum. @@ -96,7 +96,7 @@ func (x Document_Type) String() string { return proto.EnumName(Document_Type_name, int32(x)) } func (Document_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{0, 0} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{0, 0} } // The type of the entity. For most entity types, the associated metadata is a @@ -194,7 +194,7 @@ func (x Entity_Type) String() string { return proto.EnumName(Entity_Type_name, int32(x)) } func (Entity_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{2, 0} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{2, 0} } // The part of speech tags enum. @@ -268,7 +268,7 @@ func (x PartOfSpeech_Tag) String() string { return proto.EnumName(PartOfSpeech_Tag_name, int32(x)) } func (PartOfSpeech_Tag) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{5, 0} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{5, 0} } // The characteristic of a verb that expresses time flow during an event. @@ -302,7 +302,7 @@ func (x PartOfSpeech_Aspect) String() string { return proto.EnumName(PartOfSpeech_Aspect_name, int32(x)) } func (PartOfSpeech_Aspect) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{5, 1} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{5, 1} } // The grammatical function performed by a noun or pronoun in a phrase, @@ -382,7 +382,7 @@ func (x PartOfSpeech_Case) String() string { return proto.EnumName(PartOfSpeech_Case_name, int32(x)) } func (PartOfSpeech_Case) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{5, 2} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{5, 2} } // Depending on the language, Form can be categorizing different forms of @@ -451,7 +451,7 @@ func (x PartOfSpeech_Form) String() string { return proto.EnumName(PartOfSpeech_Form_name, int32(x)) } func (PartOfSpeech_Form) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{5, 3} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{5, 3} } // Gender classes of nouns reflected in the behaviour of associated words. @@ -485,7 +485,7 @@ func (x PartOfSpeech_Gender) String() string { return proto.EnumName(PartOfSpeech_Gender_name, int32(x)) } func (PartOfSpeech_Gender) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{5, 4} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{5, 4} } // The grammatical feature of verbs, used for showing modality and attitude. @@ -531,7 +531,7 @@ func (x PartOfSpeech_Mood) String() string { return proto.EnumName(PartOfSpeech_Mood_name, int32(x)) } func (PartOfSpeech_Mood) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{5, 5} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{5, 5} } // Count distinctions. @@ -565,7 +565,7 @@ func (x PartOfSpeech_Number) String() string { return proto.EnumName(PartOfSpeech_Number_name, int32(x)) } func (PartOfSpeech_Number) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{5, 6} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{5, 6} } // The distinction between the speaker, second person, third person, etc. @@ -603,7 +603,7 @@ func (x PartOfSpeech_Person) String() string { return proto.EnumName(PartOfSpeech_Person_name, int32(x)) } func (PartOfSpeech_Person) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{5, 7} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{5, 7} } // This category shows if the token is part of a proper name. @@ -633,7 +633,7 @@ func (x PartOfSpeech_Proper) String() string { return proto.EnumName(PartOfSpeech_Proper_name, int32(x)) } func (PartOfSpeech_Proper) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{5, 8} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{5, 8} } // Reciprocal features of a pronoun. @@ -664,7 +664,7 @@ func (x PartOfSpeech_Reciprocity) String() string { return proto.EnumName(PartOfSpeech_Reciprocity_name, int32(x)) } func (PartOfSpeech_Reciprocity) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{5, 9} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{5, 9} } // Time reference. @@ -710,7 +710,7 @@ func (x PartOfSpeech_Tense) String() string { return proto.EnumName(PartOfSpeech_Tense_name, int32(x)) } func (PartOfSpeech_Tense) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{5, 10} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{5, 10} } // The relationship between the action that a verb expresses and the @@ -745,7 +745,7 @@ func (x PartOfSpeech_Voice) String() string { return proto.EnumName(PartOfSpeech_Voice_name, int32(x)) } func (PartOfSpeech_Voice) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{5, 11} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{5, 11} } // The parse label enum for the token. @@ -1095,7 +1095,7 @@ func (x DependencyEdge_Label) String() string { return proto.EnumName(DependencyEdge_Label_name, int32(x)) } func (DependencyEdge_Label) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{6, 0} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{6, 0} } // The supported types of mentions. @@ -1125,7 +1125,7 @@ func (x EntityMention_Type) String() string { return proto.EnumName(EntityMention_Type_name, int32(x)) } func (EntityMention_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{7, 0} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{7, 0} } // ################################################################ # @@ -1160,7 +1160,7 @@ func (m *Document) Reset() { *m = Document{} } func (m *Document) String() string { return proto.CompactTextString(m) } func (*Document) ProtoMessage() {} func (*Document) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{0} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{0} } func (m *Document) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Document.Unmarshal(m, b) @@ -1314,7 +1314,7 @@ func (m *Sentence) Reset() { *m = Sentence{} } func (m *Sentence) String() string { return proto.CompactTextString(m) } func (*Sentence) ProtoMessage() {} func (*Sentence) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{1} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{1} } func (m *Sentence) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Sentence.Unmarshal(m, b) @@ -1386,7 +1386,7 @@ func (m *Entity) Reset() { *m = Entity{} } func (m *Entity) String() string { return proto.CompactTextString(m) } func (*Entity) ProtoMessage() {} func (*Entity) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{2} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{2} } func (m *Entity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Entity.Unmarshal(m, b) @@ -1467,7 +1467,7 @@ func (m *Token) Reset() { *m = Token{} } func (m *Token) String() string { return proto.CompactTextString(m) } func (*Token) ProtoMessage() {} func (*Token) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{3} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{3} } func (m *Token) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Token.Unmarshal(m, b) @@ -1534,7 +1534,7 @@ func (m *Sentiment) Reset() { *m = Sentiment{} } func (m *Sentiment) String() string { return proto.CompactTextString(m) } func (*Sentiment) ProtoMessage() {} func (*Sentiment) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{4} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{4} } func (m *Sentiment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Sentiment.Unmarshal(m, b) @@ -1605,7 +1605,7 @@ func (m *PartOfSpeech) Reset() { *m = PartOfSpeech{} } func (m *PartOfSpeech) String() string { return proto.CompactTextString(m) } func (*PartOfSpeech) ProtoMessage() {} func (*PartOfSpeech) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{5} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{5} } func (m *PartOfSpeech) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PartOfSpeech.Unmarshal(m, b) @@ -1730,7 +1730,7 @@ func (m *DependencyEdge) Reset() { *m = DependencyEdge{} } func (m *DependencyEdge) String() string { return proto.CompactTextString(m) } func (*DependencyEdge) ProtoMessage() {} func (*DependencyEdge) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{6} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{6} } func (m *DependencyEdge) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DependencyEdge.Unmarshal(m, b) @@ -1785,7 +1785,7 @@ func (m *EntityMention) Reset() { *m = EntityMention{} } func (m *EntityMention) String() string { return proto.CompactTextString(m) } func (*EntityMention) ProtoMessage() {} func (*EntityMention) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{7} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{7} } func (m *EntityMention) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityMention.Unmarshal(m, b) @@ -1842,7 +1842,7 @@ func (m *TextSpan) Reset() { *m = TextSpan{} } func (m *TextSpan) String() string { return proto.CompactTextString(m) } func (*TextSpan) ProtoMessage() {} func (*TextSpan) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{8} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{8} } func (m *TextSpan) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextSpan.Unmarshal(m, b) @@ -1893,7 +1893,7 @@ func (m *ClassificationCategory) Reset() { *m = ClassificationCategory{} func (m *ClassificationCategory) String() string { return proto.CompactTextString(m) } func (*ClassificationCategory) ProtoMessage() {} func (*ClassificationCategory) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{9} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{9} } func (m *ClassificationCategory) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClassificationCategory.Unmarshal(m, b) @@ -1942,7 +1942,7 @@ func (m *AnalyzeSentimentRequest) Reset() { *m = AnalyzeSentimentRequest func (m *AnalyzeSentimentRequest) String() string { return proto.CompactTextString(m) } func (*AnalyzeSentimentRequest) ProtoMessage() {} func (*AnalyzeSentimentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{10} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{10} } func (m *AnalyzeSentimentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeSentimentRequest.Unmarshal(m, b) @@ -1995,7 +1995,7 @@ func (m *AnalyzeSentimentResponse) Reset() { *m = AnalyzeSentimentRespon func (m *AnalyzeSentimentResponse) String() string { return proto.CompactTextString(m) } func (*AnalyzeSentimentResponse) ProtoMessage() {} func (*AnalyzeSentimentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{11} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{11} } func (m *AnalyzeSentimentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeSentimentResponse.Unmarshal(m, b) @@ -2051,7 +2051,7 @@ func (m *AnalyzeEntitySentimentRequest) Reset() { *m = AnalyzeEntitySent func (m *AnalyzeEntitySentimentRequest) String() string { return proto.CompactTextString(m) } func (*AnalyzeEntitySentimentRequest) ProtoMessage() {} func (*AnalyzeEntitySentimentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{12} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{12} } func (m *AnalyzeEntitySentimentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeEntitySentimentRequest.Unmarshal(m, b) @@ -2102,7 +2102,7 @@ func (m *AnalyzeEntitySentimentResponse) Reset() { *m = AnalyzeEntitySen func (m *AnalyzeEntitySentimentResponse) String() string { return proto.CompactTextString(m) } func (*AnalyzeEntitySentimentResponse) ProtoMessage() {} func (*AnalyzeEntitySentimentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{13} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{13} } func (m *AnalyzeEntitySentimentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeEntitySentimentResponse.Unmarshal(m, b) @@ -2151,7 +2151,7 @@ func (m *AnalyzeEntitiesRequest) Reset() { *m = AnalyzeEntitiesRequest{} func (m *AnalyzeEntitiesRequest) String() string { return proto.CompactTextString(m) } func (*AnalyzeEntitiesRequest) ProtoMessage() {} func (*AnalyzeEntitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{14} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{14} } func (m *AnalyzeEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeEntitiesRequest.Unmarshal(m, b) @@ -2202,7 +2202,7 @@ func (m *AnalyzeEntitiesResponse) Reset() { *m = AnalyzeEntitiesResponse func (m *AnalyzeEntitiesResponse) String() string { return proto.CompactTextString(m) } func (*AnalyzeEntitiesResponse) ProtoMessage() {} func (*AnalyzeEntitiesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{15} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{15} } func (m *AnalyzeEntitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeEntitiesResponse.Unmarshal(m, b) @@ -2251,7 +2251,7 @@ func (m *AnalyzeSyntaxRequest) Reset() { *m = AnalyzeSyntaxRequest{} } func (m *AnalyzeSyntaxRequest) String() string { return proto.CompactTextString(m) } func (*AnalyzeSyntaxRequest) ProtoMessage() {} func (*AnalyzeSyntaxRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{16} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{16} } func (m *AnalyzeSyntaxRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeSyntaxRequest.Unmarshal(m, b) @@ -2304,7 +2304,7 @@ func (m *AnalyzeSyntaxResponse) Reset() { *m = AnalyzeSyntaxResponse{} } func (m *AnalyzeSyntaxResponse) String() string { return proto.CompactTextString(m) } func (*AnalyzeSyntaxResponse) ProtoMessage() {} func (*AnalyzeSyntaxResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{17} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{17} } func (m *AnalyzeSyntaxResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeSyntaxResponse.Unmarshal(m, b) @@ -2358,7 +2358,7 @@ func (m *ClassifyTextRequest) Reset() { *m = ClassifyTextRequest{} } func (m *ClassifyTextRequest) String() string { return proto.CompactTextString(m) } func (*ClassifyTextRequest) ProtoMessage() {} func (*ClassifyTextRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{18} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{18} } func (m *ClassifyTextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClassifyTextRequest.Unmarshal(m, b) @@ -2398,7 +2398,7 @@ func (m *ClassifyTextResponse) Reset() { *m = ClassifyTextResponse{} } func (m *ClassifyTextResponse) String() string { return proto.CompactTextString(m) } func (*ClassifyTextResponse) ProtoMessage() {} func (*ClassifyTextResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{19} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{19} } func (m *ClassifyTextResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClassifyTextResponse.Unmarshal(m, b) @@ -2443,7 +2443,7 @@ func (m *AnnotateTextRequest) Reset() { *m = AnnotateTextRequest{} } func (m *AnnotateTextRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateTextRequest) ProtoMessage() {} func (*AnnotateTextRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{20} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{20} } func (m *AnnotateTextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateTextRequest.Unmarshal(m, b) @@ -2506,7 +2506,7 @@ func (m *AnnotateTextRequest_Features) Reset() { *m = AnnotateTextReques func (m *AnnotateTextRequest_Features) String() string { return proto.CompactTextString(m) } func (*AnnotateTextRequest_Features) ProtoMessage() {} func (*AnnotateTextRequest_Features) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{20, 0} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{20, 0} } func (m *AnnotateTextRequest_Features) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateTextRequest_Features.Unmarshal(m, b) @@ -2592,7 +2592,7 @@ func (m *AnnotateTextResponse) Reset() { *m = AnnotateTextResponse{} } func (m *AnnotateTextResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateTextResponse) ProtoMessage() {} func (*AnnotateTextResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_d71aff64666d6a21, []int{21} + return fileDescriptor_language_service_5dd1bad015472f8e, []int{21} } func (m *AnnotateTextResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateTextResponse.Unmarshal(m, b) @@ -2960,10 +2960,10 @@ var _LanguageService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/language/v1/language_service.proto", fileDescriptor_language_service_d71aff64666d6a21) + proto.RegisterFile("google/cloud/language/v1/language_service.proto", fileDescriptor_language_service_5dd1bad015472f8e) } -var fileDescriptor_language_service_d71aff64666d6a21 = []byte{ +var fileDescriptor_language_service_5dd1bad015472f8e = []byte{ // 3123 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x3a, 0xcb, 0x8f, 0xdb, 0xc6, 0xdd, 0xa6, 0x5e, 0x2b, 0x8d, 0x76, 0xd7, 0x63, 0xda, 0xb1, 0xf5, 0x29, 0x8e, 0xed, 0xd0, 0x79, diff --git a/googleapis/cloud/language/v1beta1/language_service.pb.go b/googleapis/cloud/language/v1beta1/language_service.pb.go index ff9191a44b..602e135d83 100644 --- a/googleapis/cloud/language/v1beta1/language_service.pb.go +++ b/googleapis/cloud/language/v1beta1/language_service.pb.go @@ -66,7 +66,7 @@ func (x EncodingType) String() string { return proto.EnumName(EncodingType_name, int32(x)) } func (EncodingType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{0} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{0} } // The document types enum. @@ -96,7 +96,7 @@ func (x Document_Type) String() string { return proto.EnumName(Document_Type_name, int32(x)) } func (Document_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{0, 0} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{0, 0} } // The type of the entity. @@ -146,7 +146,7 @@ func (x Entity_Type) String() string { return proto.EnumName(Entity_Type_name, int32(x)) } func (Entity_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{2, 0} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{2, 0} } // The part of speech tags enum. @@ -220,7 +220,7 @@ func (x PartOfSpeech_Tag) String() string { return proto.EnumName(PartOfSpeech_Tag_name, int32(x)) } func (PartOfSpeech_Tag) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{5, 0} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{5, 0} } // The characteristic of a verb that expresses time flow during an event. @@ -254,7 +254,7 @@ func (x PartOfSpeech_Aspect) String() string { return proto.EnumName(PartOfSpeech_Aspect_name, int32(x)) } func (PartOfSpeech_Aspect) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{5, 1} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{5, 1} } // The grammatical function performed by a noun or pronoun in a phrase, @@ -334,7 +334,7 @@ func (x PartOfSpeech_Case) String() string { return proto.EnumName(PartOfSpeech_Case_name, int32(x)) } func (PartOfSpeech_Case) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{5, 2} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{5, 2} } // Depending on the language, Form can be categorizing different forms of @@ -403,7 +403,7 @@ func (x PartOfSpeech_Form) String() string { return proto.EnumName(PartOfSpeech_Form_name, int32(x)) } func (PartOfSpeech_Form) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{5, 3} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{5, 3} } // Gender classes of nouns reflected in the behaviour of associated words. @@ -437,7 +437,7 @@ func (x PartOfSpeech_Gender) String() string { return proto.EnumName(PartOfSpeech_Gender_name, int32(x)) } func (PartOfSpeech_Gender) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{5, 4} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{5, 4} } // The grammatical feature of verbs, used for showing modality and attitude. @@ -483,7 +483,7 @@ func (x PartOfSpeech_Mood) String() string { return proto.EnumName(PartOfSpeech_Mood_name, int32(x)) } func (PartOfSpeech_Mood) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{5, 5} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{5, 5} } // Count distinctions. @@ -517,7 +517,7 @@ func (x PartOfSpeech_Number) String() string { return proto.EnumName(PartOfSpeech_Number_name, int32(x)) } func (PartOfSpeech_Number) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{5, 6} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{5, 6} } // The distinction between the speaker, second person, third person, etc. @@ -555,7 +555,7 @@ func (x PartOfSpeech_Person) String() string { return proto.EnumName(PartOfSpeech_Person_name, int32(x)) } func (PartOfSpeech_Person) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{5, 7} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{5, 7} } // This category shows if the token is part of a proper name. @@ -585,7 +585,7 @@ func (x PartOfSpeech_Proper) String() string { return proto.EnumName(PartOfSpeech_Proper_name, int32(x)) } func (PartOfSpeech_Proper) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{5, 8} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{5, 8} } // Reciprocal features of a pronoun. @@ -616,7 +616,7 @@ func (x PartOfSpeech_Reciprocity) String() string { return proto.EnumName(PartOfSpeech_Reciprocity_name, int32(x)) } func (PartOfSpeech_Reciprocity) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{5, 9} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{5, 9} } // Time reference. @@ -662,7 +662,7 @@ func (x PartOfSpeech_Tense) String() string { return proto.EnumName(PartOfSpeech_Tense_name, int32(x)) } func (PartOfSpeech_Tense) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{5, 10} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{5, 10} } // The relationship between the action that a verb expresses and the @@ -697,7 +697,7 @@ func (x PartOfSpeech_Voice) String() string { return proto.EnumName(PartOfSpeech_Voice_name, int32(x)) } func (PartOfSpeech_Voice) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{5, 11} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{5, 11} } // The parse label enum for the token. @@ -1023,7 +1023,7 @@ func (x DependencyEdge_Label) String() string { return proto.EnumName(DependencyEdge_Label_name, int32(x)) } func (DependencyEdge_Label) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{6, 0} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{6, 0} } // The supported types of mentions. @@ -1053,7 +1053,7 @@ func (x EntityMention_Type) String() string { return proto.EnumName(EntityMention_Type_name, int32(x)) } func (EntityMention_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{7, 0} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{7, 0} } // ################################################################ # @@ -1088,7 +1088,7 @@ func (m *Document) Reset() { *m = Document{} } func (m *Document) String() string { return proto.CompactTextString(m) } func (*Document) ProtoMessage() {} func (*Document) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{0} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{0} } func (m *Document) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Document.Unmarshal(m, b) @@ -1242,7 +1242,7 @@ func (m *Sentence) Reset() { *m = Sentence{} } func (m *Sentence) String() string { return proto.CompactTextString(m) } func (*Sentence) ProtoMessage() {} func (*Sentence) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{1} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{1} } func (m *Sentence) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Sentence.Unmarshal(m, b) @@ -1308,7 +1308,7 @@ func (m *Entity) Reset() { *m = Entity{} } func (m *Entity) String() string { return proto.CompactTextString(m) } func (*Entity) ProtoMessage() {} func (*Entity) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{2} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{2} } func (m *Entity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Entity.Unmarshal(m, b) @@ -1382,7 +1382,7 @@ func (m *Token) Reset() { *m = Token{} } func (m *Token) String() string { return proto.CompactTextString(m) } func (*Token) ProtoMessage() {} func (*Token) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{3} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{3} } func (m *Token) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Token.Unmarshal(m, b) @@ -1453,7 +1453,7 @@ func (m *Sentiment) Reset() { *m = Sentiment{} } func (m *Sentiment) String() string { return proto.CompactTextString(m) } func (*Sentiment) ProtoMessage() {} func (*Sentiment) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{4} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{4} } func (m *Sentiment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Sentiment.Unmarshal(m, b) @@ -1529,7 +1529,7 @@ func (m *PartOfSpeech) Reset() { *m = PartOfSpeech{} } func (m *PartOfSpeech) String() string { return proto.CompactTextString(m) } func (*PartOfSpeech) ProtoMessage() {} func (*PartOfSpeech) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{5} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{5} } func (m *PartOfSpeech) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PartOfSpeech.Unmarshal(m, b) @@ -1652,7 +1652,7 @@ func (m *DependencyEdge) Reset() { *m = DependencyEdge{} } func (m *DependencyEdge) String() string { return proto.CompactTextString(m) } func (*DependencyEdge) ProtoMessage() {} func (*DependencyEdge) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{6} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{6} } func (m *DependencyEdge) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DependencyEdge.Unmarshal(m, b) @@ -1702,7 +1702,7 @@ func (m *EntityMention) Reset() { *m = EntityMention{} } func (m *EntityMention) String() string { return proto.CompactTextString(m) } func (*EntityMention) ProtoMessage() {} func (*EntityMention) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{7} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{7} } func (m *EntityMention) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityMention.Unmarshal(m, b) @@ -1754,7 +1754,7 @@ func (m *TextSpan) Reset() { *m = TextSpan{} } func (m *TextSpan) String() string { return proto.CompactTextString(m) } func (*TextSpan) ProtoMessage() {} func (*TextSpan) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{8} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{8} } func (m *TextSpan) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextSpan.Unmarshal(m, b) @@ -1804,7 +1804,7 @@ func (m *AnalyzeSentimentRequest) Reset() { *m = AnalyzeSentimentRequest func (m *AnalyzeSentimentRequest) String() string { return proto.CompactTextString(m) } func (*AnalyzeSentimentRequest) ProtoMessage() {} func (*AnalyzeSentimentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{9} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{9} } func (m *AnalyzeSentimentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeSentimentRequest.Unmarshal(m, b) @@ -1858,7 +1858,7 @@ func (m *AnalyzeSentimentResponse) Reset() { *m = AnalyzeSentimentRespon func (m *AnalyzeSentimentResponse) String() string { return proto.CompactTextString(m) } func (*AnalyzeSentimentResponse) ProtoMessage() {} func (*AnalyzeSentimentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{10} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{10} } func (m *AnalyzeSentimentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeSentimentResponse.Unmarshal(m, b) @@ -1914,7 +1914,7 @@ func (m *AnalyzeEntitiesRequest) Reset() { *m = AnalyzeEntitiesRequest{} func (m *AnalyzeEntitiesRequest) String() string { return proto.CompactTextString(m) } func (*AnalyzeEntitiesRequest) ProtoMessage() {} func (*AnalyzeEntitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{11} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{11} } func (m *AnalyzeEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeEntitiesRequest.Unmarshal(m, b) @@ -1966,7 +1966,7 @@ func (m *AnalyzeEntitiesResponse) Reset() { *m = AnalyzeEntitiesResponse func (m *AnalyzeEntitiesResponse) String() string { return proto.CompactTextString(m) } func (*AnalyzeEntitiesResponse) ProtoMessage() {} func (*AnalyzeEntitiesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{12} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{12} } func (m *AnalyzeEntitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeEntitiesResponse.Unmarshal(m, b) @@ -2015,7 +2015,7 @@ func (m *AnalyzeSyntaxRequest) Reset() { *m = AnalyzeSyntaxRequest{} } func (m *AnalyzeSyntaxRequest) String() string { return proto.CompactTextString(m) } func (*AnalyzeSyntaxRequest) ProtoMessage() {} func (*AnalyzeSyntaxRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{13} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{13} } func (m *AnalyzeSyntaxRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeSyntaxRequest.Unmarshal(m, b) @@ -2069,7 +2069,7 @@ func (m *AnalyzeSyntaxResponse) Reset() { *m = AnalyzeSyntaxResponse{} } func (m *AnalyzeSyntaxResponse) String() string { return proto.CompactTextString(m) } func (*AnalyzeSyntaxResponse) ProtoMessage() {} func (*AnalyzeSyntaxResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{14} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{14} } func (m *AnalyzeSyntaxResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeSyntaxResponse.Unmarshal(m, b) @@ -2128,7 +2128,7 @@ func (m *AnnotateTextRequest) Reset() { *m = AnnotateTextRequest{} } func (m *AnnotateTextRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateTextRequest) ProtoMessage() {} func (*AnnotateTextRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{15} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{15} } func (m *AnnotateTextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateTextRequest.Unmarshal(m, b) @@ -2187,7 +2187,7 @@ func (m *AnnotateTextRequest_Features) Reset() { *m = AnnotateTextReques func (m *AnnotateTextRequest_Features) String() string { return proto.CompactTextString(m) } func (*AnnotateTextRequest_Features) ProtoMessage() {} func (*AnnotateTextRequest_Features) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{15, 0} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{15, 0} } func (m *AnnotateTextRequest_Features) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateTextRequest_Features.Unmarshal(m, b) @@ -2258,7 +2258,7 @@ func (m *AnnotateTextResponse) Reset() { *m = AnnotateTextResponse{} } func (m *AnnotateTextResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateTextResponse) ProtoMessage() {} func (*AnnotateTextResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_5e5adeaca10bf53a, []int{16} + return fileDescriptor_language_service_a20715f4ac30e6a8, []int{16} } func (m *AnnotateTextResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateTextResponse.Unmarshal(m, b) @@ -2542,10 +2542,10 @@ var _LanguageService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/language/v1beta1/language_service.proto", fileDescriptor_language_service_5e5adeaca10bf53a) + proto.RegisterFile("google/cloud/language/v1beta1/language_service.proto", fileDescriptor_language_service_a20715f4ac30e6a8) } -var fileDescriptor_language_service_5e5adeaca10bf53a = []byte{ +var fileDescriptor_language_service_a20715f4ac30e6a8 = []byte{ // 2755 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x59, 0x4f, 0x73, 0xdb, 0xc6, 0x15, 0x37, 0xf8, 0x4f, 0xe4, 0x92, 0x92, 0xd6, 0x88, 0x93, 0xb0, 0x6a, 0xd2, 0x38, 0x48, 0x5c, diff --git a/googleapis/cloud/language/v1beta2/language_service.pb.go b/googleapis/cloud/language/v1beta2/language_service.pb.go index ea60c4d529..c5d921993e 100644 --- a/googleapis/cloud/language/v1beta2/language_service.pb.go +++ b/googleapis/cloud/language/v1beta2/language_service.pb.go @@ -69,7 +69,7 @@ func (x EncodingType) String() string { return proto.EnumName(EncodingType_name, int32(x)) } func (EncodingType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{0} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{0} } // The document types enum. @@ -99,7 +99,7 @@ func (x Document_Type) String() string { return proto.EnumName(Document_Type_name, int32(x)) } func (Document_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{0, 0} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{0, 0} } // The type of the entity. @@ -149,7 +149,7 @@ func (x Entity_Type) String() string { return proto.EnumName(Entity_Type_name, int32(x)) } func (Entity_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{2, 0} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{2, 0} } // The part of speech tags enum. @@ -223,7 +223,7 @@ func (x PartOfSpeech_Tag) String() string { return proto.EnumName(PartOfSpeech_Tag_name, int32(x)) } func (PartOfSpeech_Tag) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{5, 0} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{5, 0} } // The characteristic of a verb that expresses time flow during an event. @@ -257,7 +257,7 @@ func (x PartOfSpeech_Aspect) String() string { return proto.EnumName(PartOfSpeech_Aspect_name, int32(x)) } func (PartOfSpeech_Aspect) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{5, 1} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{5, 1} } // The grammatical function performed by a noun or pronoun in a phrase, @@ -337,7 +337,7 @@ func (x PartOfSpeech_Case) String() string { return proto.EnumName(PartOfSpeech_Case_name, int32(x)) } func (PartOfSpeech_Case) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{5, 2} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{5, 2} } // Depending on the language, Form can be categorizing different forms of @@ -406,7 +406,7 @@ func (x PartOfSpeech_Form) String() string { return proto.EnumName(PartOfSpeech_Form_name, int32(x)) } func (PartOfSpeech_Form) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{5, 3} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{5, 3} } // Gender classes of nouns reflected in the behaviour of associated words. @@ -440,7 +440,7 @@ func (x PartOfSpeech_Gender) String() string { return proto.EnumName(PartOfSpeech_Gender_name, int32(x)) } func (PartOfSpeech_Gender) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{5, 4} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{5, 4} } // The grammatical feature of verbs, used for showing modality and attitude. @@ -486,7 +486,7 @@ func (x PartOfSpeech_Mood) String() string { return proto.EnumName(PartOfSpeech_Mood_name, int32(x)) } func (PartOfSpeech_Mood) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{5, 5} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{5, 5} } // Count distinctions. @@ -520,7 +520,7 @@ func (x PartOfSpeech_Number) String() string { return proto.EnumName(PartOfSpeech_Number_name, int32(x)) } func (PartOfSpeech_Number) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{5, 6} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{5, 6} } // The distinction between the speaker, second person, third person, etc. @@ -558,7 +558,7 @@ func (x PartOfSpeech_Person) String() string { return proto.EnumName(PartOfSpeech_Person_name, int32(x)) } func (PartOfSpeech_Person) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{5, 7} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{5, 7} } // This category shows if the token is part of a proper name. @@ -588,7 +588,7 @@ func (x PartOfSpeech_Proper) String() string { return proto.EnumName(PartOfSpeech_Proper_name, int32(x)) } func (PartOfSpeech_Proper) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{5, 8} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{5, 8} } // Reciprocal features of a pronoun. @@ -619,7 +619,7 @@ func (x PartOfSpeech_Reciprocity) String() string { return proto.EnumName(PartOfSpeech_Reciprocity_name, int32(x)) } func (PartOfSpeech_Reciprocity) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{5, 9} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{5, 9} } // Time reference. @@ -665,7 +665,7 @@ func (x PartOfSpeech_Tense) String() string { return proto.EnumName(PartOfSpeech_Tense_name, int32(x)) } func (PartOfSpeech_Tense) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{5, 10} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{5, 10} } // The relationship between the action that a verb expresses and the @@ -700,7 +700,7 @@ func (x PartOfSpeech_Voice) String() string { return proto.EnumName(PartOfSpeech_Voice_name, int32(x)) } func (PartOfSpeech_Voice) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{5, 11} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{5, 11} } // The parse label enum for the token. @@ -1050,7 +1050,7 @@ func (x DependencyEdge_Label) String() string { return proto.EnumName(DependencyEdge_Label_name, int32(x)) } func (DependencyEdge_Label) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{6, 0} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{6, 0} } // The supported types of mentions. @@ -1080,7 +1080,7 @@ func (x EntityMention_Type) String() string { return proto.EnumName(EntityMention_Type_name, int32(x)) } func (EntityMention_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{7, 0} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{7, 0} } // ################################################################ # @@ -1115,7 +1115,7 @@ func (m *Document) Reset() { *m = Document{} } func (m *Document) String() string { return proto.CompactTextString(m) } func (*Document) ProtoMessage() {} func (*Document) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{0} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{0} } func (m *Document) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Document.Unmarshal(m, b) @@ -1269,7 +1269,7 @@ func (m *Sentence) Reset() { *m = Sentence{} } func (m *Sentence) String() string { return proto.CompactTextString(m) } func (*Sentence) ProtoMessage() {} func (*Sentence) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{1} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{1} } func (m *Sentence) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Sentence.Unmarshal(m, b) @@ -1340,7 +1340,7 @@ func (m *Entity) Reset() { *m = Entity{} } func (m *Entity) String() string { return proto.CompactTextString(m) } func (*Entity) ProtoMessage() {} func (*Entity) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{2} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{2} } func (m *Entity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Entity.Unmarshal(m, b) @@ -1421,7 +1421,7 @@ func (m *Token) Reset() { *m = Token{} } func (m *Token) String() string { return proto.CompactTextString(m) } func (*Token) ProtoMessage() {} func (*Token) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{3} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{3} } func (m *Token) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Token.Unmarshal(m, b) @@ -1488,7 +1488,7 @@ func (m *Sentiment) Reset() { *m = Sentiment{} } func (m *Sentiment) String() string { return proto.CompactTextString(m) } func (*Sentiment) ProtoMessage() {} func (*Sentiment) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{4} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{4} } func (m *Sentiment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Sentiment.Unmarshal(m, b) @@ -1557,7 +1557,7 @@ func (m *PartOfSpeech) Reset() { *m = PartOfSpeech{} } func (m *PartOfSpeech) String() string { return proto.CompactTextString(m) } func (*PartOfSpeech) ProtoMessage() {} func (*PartOfSpeech) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{5} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{5} } func (m *PartOfSpeech) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PartOfSpeech.Unmarshal(m, b) @@ -1680,7 +1680,7 @@ func (m *DependencyEdge) Reset() { *m = DependencyEdge{} } func (m *DependencyEdge) String() string { return proto.CompactTextString(m) } func (*DependencyEdge) ProtoMessage() {} func (*DependencyEdge) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{6} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{6} } func (m *DependencyEdge) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DependencyEdge.Unmarshal(m, b) @@ -1735,7 +1735,7 @@ func (m *EntityMention) Reset() { *m = EntityMention{} } func (m *EntityMention) String() string { return proto.CompactTextString(m) } func (*EntityMention) ProtoMessage() {} func (*EntityMention) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{7} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{7} } func (m *EntityMention) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityMention.Unmarshal(m, b) @@ -1794,7 +1794,7 @@ func (m *TextSpan) Reset() { *m = TextSpan{} } func (m *TextSpan) String() string { return proto.CompactTextString(m) } func (*TextSpan) ProtoMessage() {} func (*TextSpan) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{8} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{8} } func (m *TextSpan) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextSpan.Unmarshal(m, b) @@ -1844,7 +1844,7 @@ func (m *ClassificationCategory) Reset() { *m = ClassificationCategory{} func (m *ClassificationCategory) String() string { return proto.CompactTextString(m) } func (*ClassificationCategory) ProtoMessage() {} func (*ClassificationCategory) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{9} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{9} } func (m *ClassificationCategory) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClassificationCategory.Unmarshal(m, b) @@ -1894,7 +1894,7 @@ func (m *AnalyzeSentimentRequest) Reset() { *m = AnalyzeSentimentRequest func (m *AnalyzeSentimentRequest) String() string { return proto.CompactTextString(m) } func (*AnalyzeSentimentRequest) ProtoMessage() {} func (*AnalyzeSentimentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{10} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{10} } func (m *AnalyzeSentimentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeSentimentRequest.Unmarshal(m, b) @@ -1948,7 +1948,7 @@ func (m *AnalyzeSentimentResponse) Reset() { *m = AnalyzeSentimentRespon func (m *AnalyzeSentimentResponse) String() string { return proto.CompactTextString(m) } func (*AnalyzeSentimentResponse) ProtoMessage() {} func (*AnalyzeSentimentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{11} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{11} } func (m *AnalyzeSentimentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeSentimentResponse.Unmarshal(m, b) @@ -2004,7 +2004,7 @@ func (m *AnalyzeEntitySentimentRequest) Reset() { *m = AnalyzeEntitySent func (m *AnalyzeEntitySentimentRequest) String() string { return proto.CompactTextString(m) } func (*AnalyzeEntitySentimentRequest) ProtoMessage() {} func (*AnalyzeEntitySentimentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{12} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{12} } func (m *AnalyzeEntitySentimentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeEntitySentimentRequest.Unmarshal(m, b) @@ -2056,7 +2056,7 @@ func (m *AnalyzeEntitySentimentResponse) Reset() { *m = AnalyzeEntitySen func (m *AnalyzeEntitySentimentResponse) String() string { return proto.CompactTextString(m) } func (*AnalyzeEntitySentimentResponse) ProtoMessage() {} func (*AnalyzeEntitySentimentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{13} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{13} } func (m *AnalyzeEntitySentimentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeEntitySentimentResponse.Unmarshal(m, b) @@ -2105,7 +2105,7 @@ func (m *AnalyzeEntitiesRequest) Reset() { *m = AnalyzeEntitiesRequest{} func (m *AnalyzeEntitiesRequest) String() string { return proto.CompactTextString(m) } func (*AnalyzeEntitiesRequest) ProtoMessage() {} func (*AnalyzeEntitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{14} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{14} } func (m *AnalyzeEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeEntitiesRequest.Unmarshal(m, b) @@ -2157,7 +2157,7 @@ func (m *AnalyzeEntitiesResponse) Reset() { *m = AnalyzeEntitiesResponse func (m *AnalyzeEntitiesResponse) String() string { return proto.CompactTextString(m) } func (*AnalyzeEntitiesResponse) ProtoMessage() {} func (*AnalyzeEntitiesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{15} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{15} } func (m *AnalyzeEntitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeEntitiesResponse.Unmarshal(m, b) @@ -2206,7 +2206,7 @@ func (m *AnalyzeSyntaxRequest) Reset() { *m = AnalyzeSyntaxRequest{} } func (m *AnalyzeSyntaxRequest) String() string { return proto.CompactTextString(m) } func (*AnalyzeSyntaxRequest) ProtoMessage() {} func (*AnalyzeSyntaxRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{16} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{16} } func (m *AnalyzeSyntaxRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeSyntaxRequest.Unmarshal(m, b) @@ -2260,7 +2260,7 @@ func (m *AnalyzeSyntaxResponse) Reset() { *m = AnalyzeSyntaxResponse{} } func (m *AnalyzeSyntaxResponse) String() string { return proto.CompactTextString(m) } func (*AnalyzeSyntaxResponse) ProtoMessage() {} func (*AnalyzeSyntaxResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{17} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{17} } func (m *AnalyzeSyntaxResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeSyntaxResponse.Unmarshal(m, b) @@ -2314,7 +2314,7 @@ func (m *ClassifyTextRequest) Reset() { *m = ClassifyTextRequest{} } func (m *ClassifyTextRequest) String() string { return proto.CompactTextString(m) } func (*ClassifyTextRequest) ProtoMessage() {} func (*ClassifyTextRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{18} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{18} } func (m *ClassifyTextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClassifyTextRequest.Unmarshal(m, b) @@ -2354,7 +2354,7 @@ func (m *ClassifyTextResponse) Reset() { *m = ClassifyTextResponse{} } func (m *ClassifyTextResponse) String() string { return proto.CompactTextString(m) } func (*ClassifyTextResponse) ProtoMessage() {} func (*ClassifyTextResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{19} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{19} } func (m *ClassifyTextResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClassifyTextResponse.Unmarshal(m, b) @@ -2399,7 +2399,7 @@ func (m *AnnotateTextRequest) Reset() { *m = AnnotateTextRequest{} } func (m *AnnotateTextRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateTextRequest) ProtoMessage() {} func (*AnnotateTextRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{20} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{20} } func (m *AnnotateTextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateTextRequest.Unmarshal(m, b) @@ -2462,7 +2462,7 @@ func (m *AnnotateTextRequest_Features) Reset() { *m = AnnotateTextReques func (m *AnnotateTextRequest_Features) String() string { return proto.CompactTextString(m) } func (*AnnotateTextRequest_Features) ProtoMessage() {} func (*AnnotateTextRequest_Features) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{20, 0} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{20, 0} } func (m *AnnotateTextRequest_Features) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateTextRequest_Features.Unmarshal(m, b) @@ -2549,7 +2549,7 @@ func (m *AnnotateTextResponse) Reset() { *m = AnnotateTextResponse{} } func (m *AnnotateTextResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateTextResponse) ProtoMessage() {} func (*AnnotateTextResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_language_service_8631c63c036efdcc, []int{21} + return fileDescriptor_language_service_7b74fe2bae56761e, []int{21} } func (m *AnnotateTextResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateTextResponse.Unmarshal(m, b) @@ -2921,10 +2921,10 @@ var _LanguageService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/language/v1beta2/language_service.proto", fileDescriptor_language_service_8631c63c036efdcc) + proto.RegisterFile("google/cloud/language/v1beta2/language_service.proto", fileDescriptor_language_service_7b74fe2bae56761e) } -var fileDescriptor_language_service_8631c63c036efdcc = []byte{ +var fileDescriptor_language_service_7b74fe2bae56761e = []byte{ // 3019 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x3a, 0x4b, 0x73, 0xdb, 0xc6, 0xfd, 0x06, 0x5f, 0xa2, 0x96, 0x92, 0xbc, 0x86, 0x1d, 0x9b, 0x7f, 0xfd, 0xf3, 0x70, 0xe0, 0xb8, diff --git a/googleapis/cloud/location/locations.pb.go b/googleapis/cloud/location/locations.pb.go index 8c5240b80e..826f57f3e6 100644 --- a/googleapis/cloud/location/locations.pb.go +++ b/googleapis/cloud/location/locations.pb.go @@ -45,7 +45,7 @@ func (m *ListLocationsRequest) Reset() { *m = ListLocationsRequest{} } func (m *ListLocationsRequest) String() string { return proto.CompactTextString(m) } func (*ListLocationsRequest) ProtoMessage() {} func (*ListLocationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_locations_9c99ccd80b3cade7, []int{0} + return fileDescriptor_locations_88684e037ed7e8be, []int{0} } func (m *ListLocationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListLocationsRequest.Unmarshal(m, b) @@ -109,7 +109,7 @@ func (m *ListLocationsResponse) Reset() { *m = ListLocationsResponse{} } func (m *ListLocationsResponse) String() string { return proto.CompactTextString(m) } func (*ListLocationsResponse) ProtoMessage() {} func (*ListLocationsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_locations_9c99ccd80b3cade7, []int{1} + return fileDescriptor_locations_88684e037ed7e8be, []int{1} } func (m *ListLocationsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListLocationsResponse.Unmarshal(m, b) @@ -157,7 +157,7 @@ func (m *GetLocationRequest) Reset() { *m = GetLocationRequest{} } func (m *GetLocationRequest) String() string { return proto.CompactTextString(m) } func (*GetLocationRequest) ProtoMessage() {} func (*GetLocationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_locations_9c99ccd80b3cade7, []int{2} + return fileDescriptor_locations_88684e037ed7e8be, []int{2} } func (m *GetLocationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetLocationRequest.Unmarshal(m, b) @@ -210,7 +210,7 @@ func (m *Location) Reset() { *m = Location{} } func (m *Location) String() string { return proto.CompactTextString(m) } func (*Location) ProtoMessage() {} func (*Location) Descriptor() ([]byte, []int) { - return fileDescriptor_locations_9c99ccd80b3cade7, []int{3} + return fileDescriptor_locations_88684e037ed7e8be, []int{3} } func (m *Location) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Location.Unmarshal(m, b) @@ -383,10 +383,10 @@ var _Locations_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/location/locations.proto", fileDescriptor_locations_9c99ccd80b3cade7) + proto.RegisterFile("google/cloud/location/locations.proto", fileDescriptor_locations_88684e037ed7e8be) } -var fileDescriptor_locations_9c99ccd80b3cade7 = []byte{ +var fileDescriptor_locations_88684e037ed7e8be = []byte{ // 527 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x54, 0xcd, 0x6e, 0xd3, 0x40, 0x10, 0xd6, 0x3a, 0x4d, 0x94, 0x8c, 0x29, 0xa0, 0x55, 0x8a, 0xdc, 0x00, 0x4a, 0x62, 0x04, 0xa4, diff --git a/googleapis/cloud/ml/v1/job_service.pb.go b/googleapis/cloud/ml/v1/job_service.pb.go index 8f01b4c11a..ea6ff8dfa5 100644 --- a/googleapis/cloud/ml/v1/job_service.pb.go +++ b/googleapis/cloud/ml/v1/job_service.pb.go @@ -95,7 +95,7 @@ func (x TrainingInput_ScaleTier) String() string { return proto.EnumName(TrainingInput_ScaleTier_name, int32(x)) } func (TrainingInput_ScaleTier) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{0, 0} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{0, 0} } // The available types of optimization goals. @@ -125,7 +125,7 @@ func (x HyperparameterSpec_GoalType) String() string { return proto.EnumName(HyperparameterSpec_GoalType_name, int32(x)) } func (HyperparameterSpec_GoalType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{1, 0} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{1, 0} } // The type of the parameter. @@ -167,7 +167,7 @@ func (x ParameterSpec_ParameterType) String() string { return proto.EnumName(ParameterSpec_ParameterType_name, int32(x)) } func (ParameterSpec_ParameterType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{2, 0} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{2, 0} } // The type of scaling that should be applied to this parameter. @@ -205,7 +205,7 @@ func (x ParameterSpec_ScaleType) String() string { return proto.EnumName(ParameterSpec_ScaleType_name, int32(x)) } func (ParameterSpec_ScaleType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{2, 1} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{2, 1} } // The format used to separate data instances in the source files. @@ -240,7 +240,7 @@ func (x PredictionInput_DataFormat) String() string { return proto.EnumName(PredictionInput_DataFormat_name, int32(x)) } func (PredictionInput_DataFormat) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{5, 0} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{5, 0} } // Describes the job state. @@ -293,7 +293,7 @@ func (x Job_State) String() string { return proto.EnumName(Job_State_name, int32(x)) } func (Job_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{7, 0} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{7, 0} } // Represents input parameters for a training job. @@ -410,7 +410,7 @@ func (m *TrainingInput) Reset() { *m = TrainingInput{} } func (m *TrainingInput) String() string { return proto.CompactTextString(m) } func (*TrainingInput) ProtoMessage() {} func (*TrainingInput) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{0} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{0} } func (m *TrainingInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TrainingInput.Unmarshal(m, b) @@ -561,7 +561,7 @@ func (m *HyperparameterSpec) Reset() { *m = HyperparameterSpec{} } func (m *HyperparameterSpec) String() string { return proto.CompactTextString(m) } func (*HyperparameterSpec) ProtoMessage() {} func (*HyperparameterSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{1} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{1} } func (m *HyperparameterSpec) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HyperparameterSpec.Unmarshal(m, b) @@ -653,7 +653,7 @@ func (m *ParameterSpec) Reset() { *m = ParameterSpec{} } func (m *ParameterSpec) String() string { return proto.CompactTextString(m) } func (*ParameterSpec) ProtoMessage() {} func (*ParameterSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{2} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{2} } func (m *ParameterSpec) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ParameterSpec.Unmarshal(m, b) @@ -744,7 +744,7 @@ func (m *HyperparameterOutput) Reset() { *m = HyperparameterOutput{} } func (m *HyperparameterOutput) String() string { return proto.CompactTextString(m) } func (*HyperparameterOutput) ProtoMessage() {} func (*HyperparameterOutput) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{3} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{3} } func (m *HyperparameterOutput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HyperparameterOutput.Unmarshal(m, b) @@ -809,7 +809,7 @@ func (m *HyperparameterOutput_HyperparameterMetric) Reset() { func (m *HyperparameterOutput_HyperparameterMetric) String() string { return proto.CompactTextString(m) } func (*HyperparameterOutput_HyperparameterMetric) ProtoMessage() {} func (*HyperparameterOutput_HyperparameterMetric) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{3, 0} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{3, 0} } func (m *HyperparameterOutput_HyperparameterMetric) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HyperparameterOutput_HyperparameterMetric.Unmarshal(m, b) @@ -864,7 +864,7 @@ func (m *TrainingOutput) Reset() { *m = TrainingOutput{} } func (m *TrainingOutput) String() string { return proto.CompactTextString(m) } func (*TrainingOutput) ProtoMessage() {} func (*TrainingOutput) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{4} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{4} } func (m *TrainingOutput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TrainingOutput.Unmarshal(m, b) @@ -948,7 +948,7 @@ func (m *PredictionInput) Reset() { *m = PredictionInput{} } func (m *PredictionInput) String() string { return proto.CompactTextString(m) } func (*PredictionInput) ProtoMessage() {} func (*PredictionInput) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{5} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{5} } func (m *PredictionInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PredictionInput.Unmarshal(m, b) @@ -1160,7 +1160,7 @@ func (m *PredictionOutput) Reset() { *m = PredictionOutput{} } func (m *PredictionOutput) String() string { return proto.CompactTextString(m) } func (*PredictionOutput) ProtoMessage() {} func (*PredictionOutput) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{6} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{6} } func (m *PredictionOutput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PredictionOutput.Unmarshal(m, b) @@ -1243,7 +1243,7 @@ func (m *Job) Reset() { *m = Job{} } func (m *Job) String() string { return proto.CompactTextString(m) } func (*Job) ProtoMessage() {} func (*Job) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{7} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{7} } func (m *Job) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Job.Unmarshal(m, b) @@ -1520,7 +1520,7 @@ func (m *CreateJobRequest) Reset() { *m = CreateJobRequest{} } func (m *CreateJobRequest) String() string { return proto.CompactTextString(m) } func (*CreateJobRequest) ProtoMessage() {} func (*CreateJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{8} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{8} } func (m *CreateJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateJobRequest.Unmarshal(m, b) @@ -1582,7 +1582,7 @@ func (m *ListJobsRequest) Reset() { *m = ListJobsRequest{} } func (m *ListJobsRequest) String() string { return proto.CompactTextString(m) } func (*ListJobsRequest) ProtoMessage() {} func (*ListJobsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{9} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{9} } func (m *ListJobsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobsRequest.Unmarshal(m, b) @@ -1646,7 +1646,7 @@ func (m *ListJobsResponse) Reset() { *m = ListJobsResponse{} } func (m *ListJobsResponse) String() string { return proto.CompactTextString(m) } func (*ListJobsResponse) ProtoMessage() {} func (*ListJobsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{10} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{10} } func (m *ListJobsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobsResponse.Unmarshal(m, b) @@ -1695,7 +1695,7 @@ func (m *GetJobRequest) Reset() { *m = GetJobRequest{} } func (m *GetJobRequest) String() string { return proto.CompactTextString(m) } func (*GetJobRequest) ProtoMessage() {} func (*GetJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{11} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{11} } func (m *GetJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetJobRequest.Unmarshal(m, b) @@ -1737,7 +1737,7 @@ func (m *CancelJobRequest) Reset() { *m = CancelJobRequest{} } func (m *CancelJobRequest) String() string { return proto.CompactTextString(m) } func (*CancelJobRequest) ProtoMessage() {} func (*CancelJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_84dcbad41a9d1457, []int{12} + return fileDescriptor_job_service_96b7f358a19eb3fe, []int{12} } func (m *CancelJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CancelJobRequest.Unmarshal(m, b) @@ -1968,10 +1968,10 @@ var _JobService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/ml/v1/job_service.proto", fileDescriptor_job_service_84dcbad41a9d1457) + proto.RegisterFile("google/cloud/ml/v1/job_service.proto", fileDescriptor_job_service_96b7f358a19eb3fe) } -var fileDescriptor_job_service_84dcbad41a9d1457 = []byte{ +var fileDescriptor_job_service_96b7f358a19eb3fe = []byte{ // 2070 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x58, 0xdb, 0x6e, 0x1b, 0xc9, 0x11, 0x15, 0xaf, 0x22, 0x8b, 0x12, 0x39, 0x6e, 0x5b, 0x36, 0x4d, 0xdb, 0x6b, 0x79, 0xe4, 0x38, diff --git a/googleapis/cloud/ml/v1/model_service.pb.go b/googleapis/cloud/ml/v1/model_service.pb.go index 90a64f6e5a..18dc81e159 100644 --- a/googleapis/cloud/ml/v1/model_service.pb.go +++ b/googleapis/cloud/ml/v1/model_service.pb.go @@ -61,7 +61,7 @@ func (m *Model) Reset() { *m = Model{} } func (m *Model) String() string { return proto.CompactTextString(m) } func (*Model) ProtoMessage() {} func (*Model) Descriptor() ([]byte, []int) { - return fileDescriptor_model_service_39e6c1c813d15a86, []int{0} + return fileDescriptor_model_service_277271e04d8db06a, []int{0} } func (m *Model) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Model.Unmarshal(m, b) @@ -169,7 +169,7 @@ func (m *Version) Reset() { *m = Version{} } func (m *Version) String() string { return proto.CompactTextString(m) } func (*Version) ProtoMessage() {} func (*Version) Descriptor() ([]byte, []int) { - return fileDescriptor_model_service_39e6c1c813d15a86, []int{1} + return fileDescriptor_model_service_277271e04d8db06a, []int{1} } func (m *Version) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Version.Unmarshal(m, b) @@ -261,7 +261,7 @@ func (m *ManualScaling) Reset() { *m = ManualScaling{} } func (m *ManualScaling) String() string { return proto.CompactTextString(m) } func (*ManualScaling) ProtoMessage() {} func (*ManualScaling) Descriptor() ([]byte, []int) { - return fileDescriptor_model_service_39e6c1c813d15a86, []int{2} + return fileDescriptor_model_service_277271e04d8db06a, []int{2} } func (m *ManualScaling) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ManualScaling.Unmarshal(m, b) @@ -305,7 +305,7 @@ func (m *CreateModelRequest) Reset() { *m = CreateModelRequest{} } func (m *CreateModelRequest) String() string { return proto.CompactTextString(m) } func (*CreateModelRequest) ProtoMessage() {} func (*CreateModelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_model_service_39e6c1c813d15a86, []int{3} + return fileDescriptor_model_service_277271e04d8db06a, []int{3} } func (m *CreateModelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateModelRequest.Unmarshal(m, b) @@ -365,7 +365,7 @@ func (m *ListModelsRequest) Reset() { *m = ListModelsRequest{} } func (m *ListModelsRequest) String() string { return proto.CompactTextString(m) } func (*ListModelsRequest) ProtoMessage() {} func (*ListModelsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_model_service_39e6c1c813d15a86, []int{4} + return fileDescriptor_model_service_277271e04d8db06a, []int{4} } func (m *ListModelsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListModelsRequest.Unmarshal(m, b) @@ -422,7 +422,7 @@ func (m *ListModelsResponse) Reset() { *m = ListModelsResponse{} } func (m *ListModelsResponse) String() string { return proto.CompactTextString(m) } func (*ListModelsResponse) ProtoMessage() {} func (*ListModelsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_model_service_39e6c1c813d15a86, []int{5} + return fileDescriptor_model_service_277271e04d8db06a, []int{5} } func (m *ListModelsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListModelsResponse.Unmarshal(m, b) @@ -471,7 +471,7 @@ func (m *GetModelRequest) Reset() { *m = GetModelRequest{} } func (m *GetModelRequest) String() string { return proto.CompactTextString(m) } func (*GetModelRequest) ProtoMessage() {} func (*GetModelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_model_service_39e6c1c813d15a86, []int{6} + return fileDescriptor_model_service_277271e04d8db06a, []int{6} } func (m *GetModelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetModelRequest.Unmarshal(m, b) @@ -513,7 +513,7 @@ func (m *DeleteModelRequest) Reset() { *m = DeleteModelRequest{} } func (m *DeleteModelRequest) String() string { return proto.CompactTextString(m) } func (*DeleteModelRequest) ProtoMessage() {} func (*DeleteModelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_model_service_39e6c1c813d15a86, []int{7} + return fileDescriptor_model_service_277271e04d8db06a, []int{7} } func (m *DeleteModelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteModelRequest.Unmarshal(m, b) @@ -557,7 +557,7 @@ func (m *CreateVersionRequest) Reset() { *m = CreateVersionRequest{} } func (m *CreateVersionRequest) String() string { return proto.CompactTextString(m) } func (*CreateVersionRequest) ProtoMessage() {} func (*CreateVersionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_model_service_39e6c1c813d15a86, []int{8} + return fileDescriptor_model_service_277271e04d8db06a, []int{8} } func (m *CreateVersionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateVersionRequest.Unmarshal(m, b) @@ -617,7 +617,7 @@ func (m *ListVersionsRequest) Reset() { *m = ListVersionsRequest{} } func (m *ListVersionsRequest) String() string { return proto.CompactTextString(m) } func (*ListVersionsRequest) ProtoMessage() {} func (*ListVersionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_model_service_39e6c1c813d15a86, []int{9} + return fileDescriptor_model_service_277271e04d8db06a, []int{9} } func (m *ListVersionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVersionsRequest.Unmarshal(m, b) @@ -674,7 +674,7 @@ func (m *ListVersionsResponse) Reset() { *m = ListVersionsResponse{} } func (m *ListVersionsResponse) String() string { return proto.CompactTextString(m) } func (*ListVersionsResponse) ProtoMessage() {} func (*ListVersionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_model_service_39e6c1c813d15a86, []int{10} + return fileDescriptor_model_service_277271e04d8db06a, []int{10} } func (m *ListVersionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVersionsResponse.Unmarshal(m, b) @@ -723,7 +723,7 @@ func (m *GetVersionRequest) Reset() { *m = GetVersionRequest{} } func (m *GetVersionRequest) String() string { return proto.CompactTextString(m) } func (*GetVersionRequest) ProtoMessage() {} func (*GetVersionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_model_service_39e6c1c813d15a86, []int{11} + return fileDescriptor_model_service_277271e04d8db06a, []int{11} } func (m *GetVersionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetVersionRequest.Unmarshal(m, b) @@ -767,7 +767,7 @@ func (m *DeleteVersionRequest) Reset() { *m = DeleteVersionRequest{} } func (m *DeleteVersionRequest) String() string { return proto.CompactTextString(m) } func (*DeleteVersionRequest) ProtoMessage() {} func (*DeleteVersionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_model_service_39e6c1c813d15a86, []int{12} + return fileDescriptor_model_service_277271e04d8db06a, []int{12} } func (m *DeleteVersionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteVersionRequest.Unmarshal(m, b) @@ -811,7 +811,7 @@ func (m *SetDefaultVersionRequest) Reset() { *m = SetDefaultVersionReque func (m *SetDefaultVersionRequest) String() string { return proto.CompactTextString(m) } func (*SetDefaultVersionRequest) ProtoMessage() {} func (*SetDefaultVersionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_model_service_39e6c1c813d15a86, []int{13} + return fileDescriptor_model_service_277271e04d8db06a, []int{13} } func (m *SetDefaultVersionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetDefaultVersionRequest.Unmarshal(m, b) @@ -1294,10 +1294,10 @@ var _ModelService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/ml/v1/model_service.proto", fileDescriptor_model_service_39e6c1c813d15a86) + proto.RegisterFile("google/cloud/ml/v1/model_service.proto", fileDescriptor_model_service_277271e04d8db06a) } -var fileDescriptor_model_service_39e6c1c813d15a86 = []byte{ +var fileDescriptor_model_service_277271e04d8db06a = []byte{ // 996 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xcf, 0x6f, 0xe3, 0x44, 0x14, 0x96, 0xdb, 0xa6, 0x4d, 0x5e, 0x36, 0xad, 0x3a, 0x14, 0xc8, 0x66, 0x29, 0x04, 0xaf, 0xda, diff --git a/googleapis/cloud/ml/v1/operation_metadata.pb.go b/googleapis/cloud/ml/v1/operation_metadata.pb.go index 2e10a55e9d..50a910bddb 100644 --- a/googleapis/cloud/ml/v1/operation_metadata.pb.go +++ b/googleapis/cloud/ml/v1/operation_metadata.pb.go @@ -51,7 +51,7 @@ func (x OperationMetadata_OperationType) String() string { return proto.EnumName(OperationMetadata_OperationType_name, int32(x)) } func (OperationMetadata_OperationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_operation_metadata_88cc0ee0d3792606, []int{0, 0} + return fileDescriptor_operation_metadata_c111b6986797fe5f, []int{0, 0} } // Represents the metadata of the long-running operation. @@ -79,7 +79,7 @@ func (m *OperationMetadata) Reset() { *m = OperationMetadata{} } func (m *OperationMetadata) String() string { return proto.CompactTextString(m) } func (*OperationMetadata) ProtoMessage() {} func (*OperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_metadata_88cc0ee0d3792606, []int{0} + return fileDescriptor_operation_metadata_c111b6986797fe5f, []int{0} } func (m *OperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationMetadata.Unmarshal(m, b) @@ -154,10 +154,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/ml/v1/operation_metadata.proto", fileDescriptor_operation_metadata_88cc0ee0d3792606) + proto.RegisterFile("google/cloud/ml/v1/operation_metadata.proto", fileDescriptor_operation_metadata_c111b6986797fe5f) } -var fileDescriptor_operation_metadata_88cc0ee0d3792606 = []byte{ +var fileDescriptor_operation_metadata_c111b6986797fe5f = []byte{ // 454 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x5f, 0x6b, 0xdb, 0x30, 0x14, 0xc5, 0xe7, 0xb6, 0x6b, 0x1a, 0x75, 0x0d, 0x99, 0x1e, 0xb6, 0xcc, 0xfb, 0x17, 0xfa, 0x30, diff --git a/googleapis/cloud/ml/v1/prediction_service.pb.go b/googleapis/cloud/ml/v1/prediction_service.pb.go index 285cd70765..94e40b7f6f 100644 --- a/googleapis/cloud/ml/v1/prediction_service.pb.go +++ b/googleapis/cloud/ml/v1/prediction_service.pb.go @@ -228,7 +228,7 @@ func (m *PredictRequest) Reset() { *m = PredictRequest{} } func (m *PredictRequest) String() string { return proto.CompactTextString(m) } func (*PredictRequest) ProtoMessage() {} func (*PredictRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_prediction_service_917133d9a7213060, []int{0} + return fileDescriptor_prediction_service_be09b6bf3a730006, []int{0} } func (m *PredictRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PredictRequest.Unmarshal(m, b) @@ -345,10 +345,10 @@ var _OnlinePredictionService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/ml/v1/prediction_service.proto", fileDescriptor_prediction_service_917133d9a7213060) + proto.RegisterFile("google/cloud/ml/v1/prediction_service.proto", fileDescriptor_prediction_service_be09b6bf3a730006) } -var fileDescriptor_prediction_service_917133d9a7213060 = []byte{ +var fileDescriptor_prediction_service_be09b6bf3a730006 = []byte{ // 308 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x51, 0x4f, 0x4b, 0xfb, 0x30, 0x18, 0xa6, 0xe3, 0xc7, 0x4f, 0x17, 0xc1, 0x43, 0x10, 0x9d, 0x45, 0x64, 0xd4, 0xcb, 0x9c, 0x90, diff --git a/googleapis/cloud/ml/v1/project_service.pb.go b/googleapis/cloud/ml/v1/project_service.pb.go index 3d1748e180..f517fa49bb 100644 --- a/googleapis/cloud/ml/v1/project_service.pb.go +++ b/googleapis/cloud/ml/v1/project_service.pb.go @@ -39,7 +39,7 @@ func (m *GetConfigRequest) Reset() { *m = GetConfigRequest{} } func (m *GetConfigRequest) String() string { return proto.CompactTextString(m) } func (*GetConfigRequest) ProtoMessage() {} func (*GetConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_project_service_bfab71f1ac16d243, []int{0} + return fileDescriptor_project_service_81d7c159e503bebf, []int{0} } func (m *GetConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetConfigRequest.Unmarshal(m, b) @@ -81,7 +81,7 @@ func (m *GetConfigResponse) Reset() { *m = GetConfigResponse{} } func (m *GetConfigResponse) String() string { return proto.CompactTextString(m) } func (*GetConfigResponse) ProtoMessage() {} func (*GetConfigResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_project_service_bfab71f1ac16d243, []int{1} + return fileDescriptor_project_service_81d7c159e503bebf, []int{1} } func (m *GetConfigResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetConfigResponse.Unmarshal(m, b) @@ -201,10 +201,10 @@ var _ProjectManagementService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/ml/v1/project_service.proto", fileDescriptor_project_service_bfab71f1ac16d243) + proto.RegisterFile("google/cloud/ml/v1/project_service.proto", fileDescriptor_project_service_81d7c159e503bebf) } -var fileDescriptor_project_service_bfab71f1ac16d243 = []byte{ +var fileDescriptor_project_service_81d7c159e503bebf = []byte{ // 319 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xbf, 0x4a, 0x43, 0x31, 0x14, 0xc6, 0xb9, 0x55, 0x84, 0x66, 0xf0, 0x4f, 0x44, 0x2c, 0x45, 0xb0, 0x16, 0xb5, 0xc5, 0x21, diff --git a/googleapis/cloud/oslogin/common/common.pb.go b/googleapis/cloud/oslogin/common/common.pb.go index 643f9b5784..fad4444bb0 100644 --- a/googleapis/cloud/oslogin/common/common.pb.go +++ b/googleapis/cloud/oslogin/common/common.pb.go @@ -49,7 +49,7 @@ func (m *PosixAccount) Reset() { *m = PosixAccount{} } func (m *PosixAccount) String() string { return proto.CompactTextString(m) } func (*PosixAccount) ProtoMessage() {} func (*PosixAccount) Descriptor() ([]byte, []int) { - return fileDescriptor_common_a837ca35e2ee9479, []int{0} + return fileDescriptor_common_085b2e433f956f98, []int{0} } func (m *PosixAccount) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PosixAccount.Unmarshal(m, b) @@ -151,7 +151,7 @@ func (m *SshPublicKey) Reset() { *m = SshPublicKey{} } func (m *SshPublicKey) String() string { return proto.CompactTextString(m) } func (*SshPublicKey) ProtoMessage() {} func (*SshPublicKey) Descriptor() ([]byte, []int) { - return fileDescriptor_common_a837ca35e2ee9479, []int{1} + return fileDescriptor_common_085b2e433f956f98, []int{1} } func (m *SshPublicKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SshPublicKey.Unmarshal(m, b) @@ -198,10 +198,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/oslogin/common/common.proto", fileDescriptor_common_a837ca35e2ee9479) + proto.RegisterFile("google/cloud/oslogin/common/common.proto", fileDescriptor_common_085b2e433f956f98) } -var fileDescriptor_common_a837ca35e2ee9479 = []byte{ +var fileDescriptor_common_085b2e433f956f98 = []byte{ // 406 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x41, 0x6b, 0x14, 0x31, 0x14, 0xc7, 0x99, 0xae, 0x6d, 0x77, 0xe2, 0x2a, 0x12, 0x7a, 0x08, 0x5d, 0xc5, 0xa5, 0x20, 0xec, diff --git a/googleapis/cloud/oslogin/v1/oslogin.pb.go b/googleapis/cloud/oslogin/v1/oslogin.pb.go index 8bdd693aba..326c7b0f65 100644 --- a/googleapis/cloud/oslogin/v1/oslogin.pb.go +++ b/googleapis/cloud/oslogin/v1/oslogin.pb.go @@ -48,7 +48,7 @@ func (m *LoginProfile) Reset() { *m = LoginProfile{} } func (m *LoginProfile) String() string { return proto.CompactTextString(m) } func (*LoginProfile) ProtoMessage() {} func (*LoginProfile) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_b51b1b646606ef17, []int{0} + return fileDescriptor_oslogin_470b09e56a6f2815, []int{0} } func (m *LoginProfile) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LoginProfile.Unmarshal(m, b) @@ -111,7 +111,7 @@ func (m *DeletePosixAccountRequest) Reset() { *m = DeletePosixAccountReq func (m *DeletePosixAccountRequest) String() string { return proto.CompactTextString(m) } func (*DeletePosixAccountRequest) ProtoMessage() {} func (*DeletePosixAccountRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_b51b1b646606ef17, []int{1} + return fileDescriptor_oslogin_470b09e56a6f2815, []int{1} } func (m *DeletePosixAccountRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeletePosixAccountRequest.Unmarshal(m, b) @@ -153,7 +153,7 @@ func (m *DeleteSshPublicKeyRequest) Reset() { *m = DeleteSshPublicKeyReq func (m *DeleteSshPublicKeyRequest) String() string { return proto.CompactTextString(m) } func (*DeleteSshPublicKeyRequest) ProtoMessage() {} func (*DeleteSshPublicKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_b51b1b646606ef17, []int{2} + return fileDescriptor_oslogin_470b09e56a6f2815, []int{2} } func (m *DeleteSshPublicKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSshPublicKeyRequest.Unmarshal(m, b) @@ -193,7 +193,7 @@ func (m *GetLoginProfileRequest) Reset() { *m = GetLoginProfileRequest{} func (m *GetLoginProfileRequest) String() string { return proto.CompactTextString(m) } func (*GetLoginProfileRequest) ProtoMessage() {} func (*GetLoginProfileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_b51b1b646606ef17, []int{3} + return fileDescriptor_oslogin_470b09e56a6f2815, []int{3} } func (m *GetLoginProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetLoginProfileRequest.Unmarshal(m, b) @@ -235,7 +235,7 @@ func (m *GetSshPublicKeyRequest) Reset() { *m = GetSshPublicKeyRequest{} func (m *GetSshPublicKeyRequest) String() string { return proto.CompactTextString(m) } func (*GetSshPublicKeyRequest) ProtoMessage() {} func (*GetSshPublicKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_b51b1b646606ef17, []int{4} + return fileDescriptor_oslogin_470b09e56a6f2815, []int{4} } func (m *GetSshPublicKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSshPublicKeyRequest.Unmarshal(m, b) @@ -279,7 +279,7 @@ func (m *ImportSshPublicKeyRequest) Reset() { *m = ImportSshPublicKeyReq func (m *ImportSshPublicKeyRequest) String() string { return proto.CompactTextString(m) } func (*ImportSshPublicKeyRequest) ProtoMessage() {} func (*ImportSshPublicKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_b51b1b646606ef17, []int{5} + return fileDescriptor_oslogin_470b09e56a6f2815, []int{5} } func (m *ImportSshPublicKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportSshPublicKeyRequest.Unmarshal(m, b) @@ -333,7 +333,7 @@ func (m *ImportSshPublicKeyResponse) Reset() { *m = ImportSshPublicKeyRe func (m *ImportSshPublicKeyResponse) String() string { return proto.CompactTextString(m) } func (*ImportSshPublicKeyResponse) ProtoMessage() {} func (*ImportSshPublicKeyResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_b51b1b646606ef17, []int{6} + return fileDescriptor_oslogin_470b09e56a6f2815, []int{6} } func (m *ImportSshPublicKeyResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportSshPublicKeyResponse.Unmarshal(m, b) @@ -379,7 +379,7 @@ func (m *UpdateSshPublicKeyRequest) Reset() { *m = UpdateSshPublicKeyReq func (m *UpdateSshPublicKeyRequest) String() string { return proto.CompactTextString(m) } func (*UpdateSshPublicKeyRequest) ProtoMessage() {} func (*UpdateSshPublicKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_b51b1b646606ef17, []int{7} + return fileDescriptor_oslogin_470b09e56a6f2815, []int{7} } func (m *UpdateSshPublicKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateSshPublicKeyRequest.Unmarshal(m, b) @@ -690,10 +690,10 @@ var _OsLoginService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/oslogin/v1/oslogin.proto", fileDescriptor_oslogin_b51b1b646606ef17) + proto.RegisterFile("google/cloud/oslogin/v1/oslogin.proto", fileDescriptor_oslogin_470b09e56a6f2815) } -var fileDescriptor_oslogin_b51b1b646606ef17 = []byte{ +var fileDescriptor_oslogin_470b09e56a6f2815 = []byte{ // 774 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xcd, 0x6e, 0xd3, 0x40, 0x10, 0x96, 0x93, 0x52, 0xe8, 0x26, 0x6d, 0xd1, 0x1e, 0xda, 0xd4, 0x6d, 0xd5, 0x60, 0x51, 0x35, diff --git a/googleapis/cloud/oslogin/v1alpha/oslogin.pb.go b/googleapis/cloud/oslogin/v1alpha/oslogin.pb.go index 43eb970cef..7a29571b76 100644 --- a/googleapis/cloud/oslogin/v1alpha/oslogin.pb.go +++ b/googleapis/cloud/oslogin/v1alpha/oslogin.pb.go @@ -47,7 +47,7 @@ func (m *LoginProfile) Reset() { *m = LoginProfile{} } func (m *LoginProfile) String() string { return proto.CompactTextString(m) } func (*LoginProfile) ProtoMessage() {} func (*LoginProfile) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_3ca03200c5852c9e, []int{0} + return fileDescriptor_oslogin_16f0f854d7b09dcc, []int{0} } func (m *LoginProfile) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LoginProfile.Unmarshal(m, b) @@ -110,7 +110,7 @@ func (m *DeletePosixAccountRequest) Reset() { *m = DeletePosixAccountReq func (m *DeletePosixAccountRequest) String() string { return proto.CompactTextString(m) } func (*DeletePosixAccountRequest) ProtoMessage() {} func (*DeletePosixAccountRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_3ca03200c5852c9e, []int{1} + return fileDescriptor_oslogin_16f0f854d7b09dcc, []int{1} } func (m *DeletePosixAccountRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeletePosixAccountRequest.Unmarshal(m, b) @@ -152,7 +152,7 @@ func (m *DeleteSshPublicKeyRequest) Reset() { *m = DeleteSshPublicKeyReq func (m *DeleteSshPublicKeyRequest) String() string { return proto.CompactTextString(m) } func (*DeleteSshPublicKeyRequest) ProtoMessage() {} func (*DeleteSshPublicKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_3ca03200c5852c9e, []int{2} + return fileDescriptor_oslogin_16f0f854d7b09dcc, []int{2} } func (m *DeleteSshPublicKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSshPublicKeyRequest.Unmarshal(m, b) @@ -192,7 +192,7 @@ func (m *GetLoginProfileRequest) Reset() { *m = GetLoginProfileRequest{} func (m *GetLoginProfileRequest) String() string { return proto.CompactTextString(m) } func (*GetLoginProfileRequest) ProtoMessage() {} func (*GetLoginProfileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_3ca03200c5852c9e, []int{3} + return fileDescriptor_oslogin_16f0f854d7b09dcc, []int{3} } func (m *GetLoginProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetLoginProfileRequest.Unmarshal(m, b) @@ -234,7 +234,7 @@ func (m *GetSshPublicKeyRequest) Reset() { *m = GetSshPublicKeyRequest{} func (m *GetSshPublicKeyRequest) String() string { return proto.CompactTextString(m) } func (*GetSshPublicKeyRequest) ProtoMessage() {} func (*GetSshPublicKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_3ca03200c5852c9e, []int{4} + return fileDescriptor_oslogin_16f0f854d7b09dcc, []int{4} } func (m *GetSshPublicKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSshPublicKeyRequest.Unmarshal(m, b) @@ -278,7 +278,7 @@ func (m *ImportSshPublicKeyRequest) Reset() { *m = ImportSshPublicKeyReq func (m *ImportSshPublicKeyRequest) String() string { return proto.CompactTextString(m) } func (*ImportSshPublicKeyRequest) ProtoMessage() {} func (*ImportSshPublicKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_3ca03200c5852c9e, []int{5} + return fileDescriptor_oslogin_16f0f854d7b09dcc, []int{5} } func (m *ImportSshPublicKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportSshPublicKeyRequest.Unmarshal(m, b) @@ -332,7 +332,7 @@ func (m *ImportSshPublicKeyResponse) Reset() { *m = ImportSshPublicKeyRe func (m *ImportSshPublicKeyResponse) String() string { return proto.CompactTextString(m) } func (*ImportSshPublicKeyResponse) ProtoMessage() {} func (*ImportSshPublicKeyResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_3ca03200c5852c9e, []int{6} + return fileDescriptor_oslogin_16f0f854d7b09dcc, []int{6} } func (m *ImportSshPublicKeyResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportSshPublicKeyResponse.Unmarshal(m, b) @@ -378,7 +378,7 @@ func (m *UpdateSshPublicKeyRequest) Reset() { *m = UpdateSshPublicKeyReq func (m *UpdateSshPublicKeyRequest) String() string { return proto.CompactTextString(m) } func (*UpdateSshPublicKeyRequest) ProtoMessage() {} func (*UpdateSshPublicKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_3ca03200c5852c9e, []int{7} + return fileDescriptor_oslogin_16f0f854d7b09dcc, []int{7} } func (m *UpdateSshPublicKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateSshPublicKeyRequest.Unmarshal(m, b) @@ -689,10 +689,10 @@ var _OsLoginService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/oslogin/v1alpha/oslogin.proto", fileDescriptor_oslogin_3ca03200c5852c9e) + proto.RegisterFile("google/cloud/oslogin/v1alpha/oslogin.proto", fileDescriptor_oslogin_16f0f854d7b09dcc) } -var fileDescriptor_oslogin_3ca03200c5852c9e = []byte{ +var fileDescriptor_oslogin_16f0f854d7b09dcc = []byte{ // 779 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xcd, 0x6a, 0xdb, 0x4a, 0x14, 0x46, 0x76, 0x6e, 0x48, 0xc6, 0x4e, 0x72, 0x99, 0x45, 0x70, 0x74, 0x73, 0xc1, 0x88, 0xd0, diff --git a/googleapis/cloud/oslogin/v1beta/oslogin.pb.go b/googleapis/cloud/oslogin/v1beta/oslogin.pb.go index 23e019d560..25b296cfc7 100644 --- a/googleapis/cloud/oslogin/v1beta/oslogin.pb.go +++ b/googleapis/cloud/oslogin/v1beta/oslogin.pb.go @@ -48,7 +48,7 @@ func (m *LoginProfile) Reset() { *m = LoginProfile{} } func (m *LoginProfile) String() string { return proto.CompactTextString(m) } func (*LoginProfile) ProtoMessage() {} func (*LoginProfile) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_eec3758552f421c9, []int{0} + return fileDescriptor_oslogin_e03b1f0aa7c54cba, []int{0} } func (m *LoginProfile) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LoginProfile.Unmarshal(m, b) @@ -111,7 +111,7 @@ func (m *DeletePosixAccountRequest) Reset() { *m = DeletePosixAccountReq func (m *DeletePosixAccountRequest) String() string { return proto.CompactTextString(m) } func (*DeletePosixAccountRequest) ProtoMessage() {} func (*DeletePosixAccountRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_eec3758552f421c9, []int{1} + return fileDescriptor_oslogin_e03b1f0aa7c54cba, []int{1} } func (m *DeletePosixAccountRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeletePosixAccountRequest.Unmarshal(m, b) @@ -153,7 +153,7 @@ func (m *DeleteSshPublicKeyRequest) Reset() { *m = DeleteSshPublicKeyReq func (m *DeleteSshPublicKeyRequest) String() string { return proto.CompactTextString(m) } func (*DeleteSshPublicKeyRequest) ProtoMessage() {} func (*DeleteSshPublicKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_eec3758552f421c9, []int{2} + return fileDescriptor_oslogin_e03b1f0aa7c54cba, []int{2} } func (m *DeleteSshPublicKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSshPublicKeyRequest.Unmarshal(m, b) @@ -193,7 +193,7 @@ func (m *GetLoginProfileRequest) Reset() { *m = GetLoginProfileRequest{} func (m *GetLoginProfileRequest) String() string { return proto.CompactTextString(m) } func (*GetLoginProfileRequest) ProtoMessage() {} func (*GetLoginProfileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_eec3758552f421c9, []int{3} + return fileDescriptor_oslogin_e03b1f0aa7c54cba, []int{3} } func (m *GetLoginProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetLoginProfileRequest.Unmarshal(m, b) @@ -235,7 +235,7 @@ func (m *GetSshPublicKeyRequest) Reset() { *m = GetSshPublicKeyRequest{} func (m *GetSshPublicKeyRequest) String() string { return proto.CompactTextString(m) } func (*GetSshPublicKeyRequest) ProtoMessage() {} func (*GetSshPublicKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_eec3758552f421c9, []int{4} + return fileDescriptor_oslogin_e03b1f0aa7c54cba, []int{4} } func (m *GetSshPublicKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSshPublicKeyRequest.Unmarshal(m, b) @@ -279,7 +279,7 @@ func (m *ImportSshPublicKeyRequest) Reset() { *m = ImportSshPublicKeyReq func (m *ImportSshPublicKeyRequest) String() string { return proto.CompactTextString(m) } func (*ImportSshPublicKeyRequest) ProtoMessage() {} func (*ImportSshPublicKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_eec3758552f421c9, []int{5} + return fileDescriptor_oslogin_e03b1f0aa7c54cba, []int{5} } func (m *ImportSshPublicKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportSshPublicKeyRequest.Unmarshal(m, b) @@ -333,7 +333,7 @@ func (m *ImportSshPublicKeyResponse) Reset() { *m = ImportSshPublicKeyRe func (m *ImportSshPublicKeyResponse) String() string { return proto.CompactTextString(m) } func (*ImportSshPublicKeyResponse) ProtoMessage() {} func (*ImportSshPublicKeyResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_eec3758552f421c9, []int{6} + return fileDescriptor_oslogin_e03b1f0aa7c54cba, []int{6} } func (m *ImportSshPublicKeyResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportSshPublicKeyResponse.Unmarshal(m, b) @@ -379,7 +379,7 @@ func (m *UpdateSshPublicKeyRequest) Reset() { *m = UpdateSshPublicKeyReq func (m *UpdateSshPublicKeyRequest) String() string { return proto.CompactTextString(m) } func (*UpdateSshPublicKeyRequest) ProtoMessage() {} func (*UpdateSshPublicKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_oslogin_eec3758552f421c9, []int{7} + return fileDescriptor_oslogin_e03b1f0aa7c54cba, []int{7} } func (m *UpdateSshPublicKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateSshPublicKeyRequest.Unmarshal(m, b) @@ -690,10 +690,10 @@ var _OsLoginService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/oslogin/v1beta/oslogin.proto", fileDescriptor_oslogin_eec3758552f421c9) + proto.RegisterFile("google/cloud/oslogin/v1beta/oslogin.proto", fileDescriptor_oslogin_e03b1f0aa7c54cba) } -var fileDescriptor_oslogin_eec3758552f421c9 = []byte{ +var fileDescriptor_oslogin_e03b1f0aa7c54cba = []byte{ // 780 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0x4f, 0x4f, 0x13, 0x4f, 0x18, 0xc7, 0xb3, 0x2d, 0x3f, 0x02, 0x43, 0x81, 0x5f, 0xe6, 0x40, 0xca, 0x82, 0xb1, 0x2e, 0xd1, diff --git a/googleapis/cloud/phishingprotection/v1beta1/phishingprotection.pb.go b/googleapis/cloud/phishingprotection/v1beta1/phishingprotection.pb.go index d543d5302e..3009348aa4 100644 --- a/googleapis/cloud/phishingprotection/v1beta1/phishingprotection.pb.go +++ b/googleapis/cloud/phishingprotection/v1beta1/phishingprotection.pb.go @@ -40,7 +40,7 @@ func (m *ReportPhishingRequest) Reset() { *m = ReportPhishingRequest{} } func (m *ReportPhishingRequest) String() string { return proto.CompactTextString(m) } func (*ReportPhishingRequest) ProtoMessage() {} func (*ReportPhishingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_phishingprotection_5d8b81454baf3e84, []int{0} + return fileDescriptor_phishingprotection_3f3199ea7ffa4ad5, []int{0} } func (m *ReportPhishingRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReportPhishingRequest.Unmarshal(m, b) @@ -85,7 +85,7 @@ func (m *ReportPhishingResponse) Reset() { *m = ReportPhishingResponse{} func (m *ReportPhishingResponse) String() string { return proto.CompactTextString(m) } func (*ReportPhishingResponse) ProtoMessage() {} func (*ReportPhishingResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_phishingprotection_5d8b81454baf3e84, []int{1} + return fileDescriptor_phishingprotection_3f3199ea7ffa4ad5, []int{1} } func (m *ReportPhishingResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReportPhishingResponse.Unmarshal(m, b) @@ -195,10 +195,10 @@ var _PhishingProtectionServiceV1Beta1_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/phishingprotection/v1beta1/phishingprotection.proto", fileDescriptor_phishingprotection_5d8b81454baf3e84) + proto.RegisterFile("google/cloud/phishingprotection/v1beta1/phishingprotection.proto", fileDescriptor_phishingprotection_3f3199ea7ffa4ad5) } -var fileDescriptor_phishingprotection_5d8b81454baf3e84 = []byte{ +var fileDescriptor_phishingprotection_3f3199ea7ffa4ad5 = []byte{ // 345 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x72, 0x48, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0xce, 0xc9, 0x2f, 0x4d, 0xd1, 0x2f, 0xc8, 0xc8, 0x2c, 0xce, 0xc8, 0xcc, diff --git a/googleapis/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.pb.go b/googleapis/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.pb.go index 02ef2677c4..a7fa485db5 100644 --- a/googleapis/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.pb.go +++ b/googleapis/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.pb.go @@ -52,7 +52,7 @@ func (x AnnotateAssessmentRequest_Annotation) String() string { return proto.EnumName(AnnotateAssessmentRequest_Annotation_name, int32(x)) } func (AnnotateAssessmentRequest_Annotation) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_recaptchaenterprise_7a4508970523454c, []int{1, 0} + return fileDescriptor_recaptchaenterprise_7acd4e5481c3d535, []int{1, 0} } // LINT.IfChange(classification_reason) @@ -93,7 +93,7 @@ func (x Assessment_ClassificationReason) String() string { return proto.EnumName(Assessment_ClassificationReason_name, int32(x)) } func (Assessment_ClassificationReason) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_recaptchaenterprise_7a4508970523454c, []int{3, 0} + return fileDescriptor_recaptchaenterprise_7acd4e5481c3d535, []int{3, 0} } // Enum that represents the types of invalid token reasons. @@ -142,7 +142,7 @@ func (x TokenProperties_InvalidReason) String() string { return proto.EnumName(TokenProperties_InvalidReason_name, int32(x)) } func (TokenProperties_InvalidReason) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_recaptchaenterprise_7a4508970523454c, []int{5, 0} + return fileDescriptor_recaptchaenterprise_7acd4e5481c3d535, []int{5, 0} } // The create assessment request message. @@ -161,7 +161,7 @@ func (m *CreateAssessmentRequest) Reset() { *m = CreateAssessmentRequest func (m *CreateAssessmentRequest) String() string { return proto.CompactTextString(m) } func (*CreateAssessmentRequest) ProtoMessage() {} func (*CreateAssessmentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_recaptchaenterprise_7a4508970523454c, []int{0} + return fileDescriptor_recaptchaenterprise_7acd4e5481c3d535, []int{0} } func (m *CreateAssessmentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateAssessmentRequest.Unmarshal(m, b) @@ -211,7 +211,7 @@ func (m *AnnotateAssessmentRequest) Reset() { *m = AnnotateAssessmentReq func (m *AnnotateAssessmentRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateAssessmentRequest) ProtoMessage() {} func (*AnnotateAssessmentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_recaptchaenterprise_7a4508970523454c, []int{1} + return fileDescriptor_recaptchaenterprise_7acd4e5481c3d535, []int{1} } func (m *AnnotateAssessmentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateAssessmentRequest.Unmarshal(m, b) @@ -256,7 +256,7 @@ func (m *AnnotateAssessmentResponse) Reset() { *m = AnnotateAssessmentRe func (m *AnnotateAssessmentResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateAssessmentResponse) ProtoMessage() {} func (*AnnotateAssessmentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_recaptchaenterprise_7a4508970523454c, []int{2} + return fileDescriptor_recaptchaenterprise_7acd4e5481c3d535, []int{2} } func (m *AnnotateAssessmentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateAssessmentResponse.Unmarshal(m, b) @@ -300,7 +300,7 @@ func (m *Assessment) Reset() { *m = Assessment{} } func (m *Assessment) String() string { return proto.CompactTextString(m) } func (*Assessment) ProtoMessage() {} func (*Assessment) Descriptor() ([]byte, []int) { - return fileDescriptor_recaptchaenterprise_7a4508970523454c, []int{3} + return fileDescriptor_recaptchaenterprise_7acd4e5481c3d535, []int{3} } func (m *Assessment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Assessment.Unmarshal(m, b) @@ -371,7 +371,7 @@ func (m *Event) Reset() { *m = Event{} } func (m *Event) String() string { return proto.CompactTextString(m) } func (*Event) ProtoMessage() {} func (*Event) Descriptor() ([]byte, []int) { - return fileDescriptor_recaptchaenterprise_7a4508970523454c, []int{4} + return fileDescriptor_recaptchaenterprise_7acd4e5481c3d535, []int{4} } func (m *Event) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Event.Unmarshal(m, b) @@ -425,7 +425,7 @@ func (m *TokenProperties) Reset() { *m = TokenProperties{} } func (m *TokenProperties) String() string { return proto.CompactTextString(m) } func (*TokenProperties) ProtoMessage() {} func (*TokenProperties) Descriptor() ([]byte, []int) { - return fileDescriptor_recaptchaenterprise_7a4508970523454c, []int{5} + return fileDescriptor_recaptchaenterprise_7acd4e5481c3d535, []int{5} } func (m *TokenProperties) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TokenProperties.Unmarshal(m, b) @@ -604,10 +604,10 @@ var _RecaptchaEnterpriseServiceV1Beta1_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.proto", fileDescriptor_recaptchaenterprise_7a4508970523454c) + proto.RegisterFile("google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.proto", fileDescriptor_recaptchaenterprise_7acd4e5481c3d535) } -var fileDescriptor_recaptchaenterprise_7a4508970523454c = []byte{ +var fileDescriptor_recaptchaenterprise_7acd4e5481c3d535 = []byte{ // 945 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xcd, 0x6f, 0xe3, 0x44, 0x14, 0xc7, 0xf9, 0xe8, 0xc7, 0xab, 0xda, 0x35, 0xa3, 0xd5, 0x92, 0x46, 0x0b, 0x74, 0x2d, 0x81, diff --git a/googleapis/cloud/redis/v1/cloud_redis.pb.go b/googleapis/cloud/redis/v1/cloud_redis.pb.go index 85a61dc3d5..20979654d3 100644 --- a/googleapis/cloud/redis/v1/cloud_redis.pb.go +++ b/googleapis/cloud/redis/v1/cloud_redis.pb.go @@ -76,7 +76,7 @@ func (x Instance_State) String() string { return proto.EnumName(Instance_State_name, int32(x)) } func (Instance_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_873de735ea398aa9, []int{0, 0} + return fileDescriptor_cloud_redis_0cf6a76cde0d103b, []int{0, 0} } // Available service tiers to choose from @@ -106,7 +106,7 @@ func (x Instance_Tier) String() string { return proto.EnumName(Instance_Tier_name, int32(x)) } func (Instance_Tier) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_873de735ea398aa9, []int{0, 1} + return fileDescriptor_cloud_redis_0cf6a76cde0d103b, []int{0, 1} } type FailoverInstanceRequest_DataProtectionMode int32 @@ -137,7 +137,7 @@ func (x FailoverInstanceRequest_DataProtectionMode) String() string { return proto.EnumName(FailoverInstanceRequest_DataProtectionMode_name, int32(x)) } func (FailoverInstanceRequest_DataProtectionMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_873de735ea398aa9, []int{7, 0} + return fileDescriptor_cloud_redis_0cf6a76cde0d103b, []int{7, 0} } // A Google Cloud Redis instance. @@ -219,7 +219,7 @@ func (m *Instance) Reset() { *m = Instance{} } func (m *Instance) String() string { return proto.CompactTextString(m) } func (*Instance) ProtoMessage() {} func (*Instance) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_873de735ea398aa9, []int{0} + return fileDescriptor_cloud_redis_0cf6a76cde0d103b, []int{0} } func (m *Instance) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Instance.Unmarshal(m, b) @@ -384,7 +384,7 @@ func (m *ListInstancesRequest) Reset() { *m = ListInstancesRequest{} } func (m *ListInstancesRequest) String() string { return proto.CompactTextString(m) } func (*ListInstancesRequest) ProtoMessage() {} func (*ListInstancesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_873de735ea398aa9, []int{1} + return fileDescriptor_cloud_redis_0cf6a76cde0d103b, []int{1} } func (m *ListInstancesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInstancesRequest.Unmarshal(m, b) @@ -452,7 +452,7 @@ func (m *ListInstancesResponse) Reset() { *m = ListInstancesResponse{} } func (m *ListInstancesResponse) String() string { return proto.CompactTextString(m) } func (*ListInstancesResponse) ProtoMessage() {} func (*ListInstancesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_873de735ea398aa9, []int{2} + return fileDescriptor_cloud_redis_0cf6a76cde0d103b, []int{2} } func (m *ListInstancesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInstancesResponse.Unmarshal(m, b) @@ -508,7 +508,7 @@ func (m *GetInstanceRequest) Reset() { *m = GetInstanceRequest{} } func (m *GetInstanceRequest) String() string { return proto.CompactTextString(m) } func (*GetInstanceRequest) ProtoMessage() {} func (*GetInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_873de735ea398aa9, []int{3} + return fileDescriptor_cloud_redis_0cf6a76cde0d103b, []int{3} } func (m *GetInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetInstanceRequest.Unmarshal(m, b) @@ -561,7 +561,7 @@ func (m *CreateInstanceRequest) Reset() { *m = CreateInstanceRequest{} } func (m *CreateInstanceRequest) String() string { return proto.CompactTextString(m) } func (*CreateInstanceRequest) ProtoMessage() {} func (*CreateInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_873de735ea398aa9, []int{4} + return fileDescriptor_cloud_redis_0cf6a76cde0d103b, []int{4} } func (m *CreateInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateInstanceRequest.Unmarshal(m, b) @@ -625,7 +625,7 @@ func (m *UpdateInstanceRequest) Reset() { *m = UpdateInstanceRequest{} } func (m *UpdateInstanceRequest) String() string { return proto.CompactTextString(m) } func (*UpdateInstanceRequest) ProtoMessage() {} func (*UpdateInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_873de735ea398aa9, []int{5} + return fileDescriptor_cloud_redis_0cf6a76cde0d103b, []int{5} } func (m *UpdateInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateInstanceRequest.Unmarshal(m, b) @@ -674,7 +674,7 @@ func (m *DeleteInstanceRequest) Reset() { *m = DeleteInstanceRequest{} } func (m *DeleteInstanceRequest) String() string { return proto.CompactTextString(m) } func (*DeleteInstanceRequest) ProtoMessage() {} func (*DeleteInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_873de735ea398aa9, []int{6} + return fileDescriptor_cloud_redis_0cf6a76cde0d103b, []int{6} } func (m *DeleteInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteInstanceRequest.Unmarshal(m, b) @@ -719,7 +719,7 @@ func (m *FailoverInstanceRequest) Reset() { *m = FailoverInstanceRequest func (m *FailoverInstanceRequest) String() string { return proto.CompactTextString(m) } func (*FailoverInstanceRequest) ProtoMessage() {} func (*FailoverInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_873de735ea398aa9, []int{7} + return fileDescriptor_cloud_redis_0cf6a76cde0d103b, []int{7} } func (m *FailoverInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FailoverInstanceRequest.Unmarshal(m, b) @@ -778,7 +778,7 @@ func (m *OperationMetadata) Reset() { *m = OperationMetadata{} } func (m *OperationMetadata) String() string { return proto.CompactTextString(m) } func (*OperationMetadata) ProtoMessage() {} func (*OperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_873de735ea398aa9, []int{8} + return fileDescriptor_cloud_redis_0cf6a76cde0d103b, []int{8} } func (m *OperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationMetadata.Unmarshal(m, b) @@ -866,7 +866,7 @@ func (m *LocationMetadata) Reset() { *m = LocationMetadata{} } func (m *LocationMetadata) String() string { return proto.CompactTextString(m) } func (*LocationMetadata) ProtoMessage() {} func (*LocationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_873de735ea398aa9, []int{9} + return fileDescriptor_cloud_redis_0cf6a76cde0d103b, []int{9} } func (m *LocationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationMetadata.Unmarshal(m, b) @@ -905,7 +905,7 @@ func (m *ZoneMetadata) Reset() { *m = ZoneMetadata{} } func (m *ZoneMetadata) String() string { return proto.CompactTextString(m) } func (*ZoneMetadata) ProtoMessage() {} func (*ZoneMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_873de735ea398aa9, []int{10} + return fileDescriptor_cloud_redis_0cf6a76cde0d103b, []int{10} } func (m *ZoneMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ZoneMetadata.Unmarshal(m, b) @@ -1243,10 +1243,10 @@ var _CloudRedis_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/redis/v1/cloud_redis.proto", fileDescriptor_cloud_redis_873de735ea398aa9) + proto.RegisterFile("google/cloud/redis/v1/cloud_redis.proto", fileDescriptor_cloud_redis_0cf6a76cde0d103b) } -var fileDescriptor_cloud_redis_873de735ea398aa9 = []byte{ +var fileDescriptor_cloud_redis_0cf6a76cde0d103b = []byte{ // 1500 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x57, 0xc1, 0x6e, 0xdb, 0x46, 0x13, 0xfe, 0x29, 0x5b, 0x8e, 0x35, 0x92, 0x65, 0x7a, 0x63, 0x25, 0x8c, 0xfe, 0x06, 0x56, 0x99, diff --git a/googleapis/cloud/redis/v1beta1/cloud_redis.pb.go b/googleapis/cloud/redis/v1beta1/cloud_redis.pb.go index 6ff1db9eba..57a94841e1 100644 --- a/googleapis/cloud/redis/v1beta1/cloud_redis.pb.go +++ b/googleapis/cloud/redis/v1beta1/cloud_redis.pb.go @@ -80,7 +80,7 @@ func (x Instance_State) String() string { return proto.EnumName(Instance_State_name, int32(x)) } func (Instance_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_91c1d28790d4e47e, []int{0, 0} + return fileDescriptor_cloud_redis_ec9ebde39ed154fe, []int{0, 0} } // Available service tiers to choose from @@ -110,7 +110,7 @@ func (x Instance_Tier) String() string { return proto.EnumName(Instance_Tier_name, int32(x)) } func (Instance_Tier) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_91c1d28790d4e47e, []int{0, 1} + return fileDescriptor_cloud_redis_ec9ebde39ed154fe, []int{0, 1} } type FailoverInstanceRequest_DataProtectionMode int32 @@ -141,7 +141,7 @@ func (x FailoverInstanceRequest_DataProtectionMode) String() string { return proto.EnumName(FailoverInstanceRequest_DataProtectionMode_name, int32(x)) } func (FailoverInstanceRequest_DataProtectionMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_91c1d28790d4e47e, []int{7, 0} + return fileDescriptor_cloud_redis_ec9ebde39ed154fe, []int{7, 0} } // A Google Cloud Redis instance. @@ -234,7 +234,7 @@ func (m *Instance) Reset() { *m = Instance{} } func (m *Instance) String() string { return proto.CompactTextString(m) } func (*Instance) ProtoMessage() {} func (*Instance) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_91c1d28790d4e47e, []int{0} + return fileDescriptor_cloud_redis_ec9ebde39ed154fe, []int{0} } func (m *Instance) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Instance.Unmarshal(m, b) @@ -400,7 +400,7 @@ func (m *ListInstancesRequest) Reset() { *m = ListInstancesRequest{} } func (m *ListInstancesRequest) String() string { return proto.CompactTextString(m) } func (*ListInstancesRequest) ProtoMessage() {} func (*ListInstancesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_91c1d28790d4e47e, []int{1} + return fileDescriptor_cloud_redis_ec9ebde39ed154fe, []int{1} } func (m *ListInstancesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInstancesRequest.Unmarshal(m, b) @@ -469,7 +469,7 @@ func (m *ListInstancesResponse) Reset() { *m = ListInstancesResponse{} } func (m *ListInstancesResponse) String() string { return proto.CompactTextString(m) } func (*ListInstancesResponse) ProtoMessage() {} func (*ListInstancesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_91c1d28790d4e47e, []int{2} + return fileDescriptor_cloud_redis_ec9ebde39ed154fe, []int{2} } func (m *ListInstancesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInstancesResponse.Unmarshal(m, b) @@ -525,7 +525,7 @@ func (m *GetInstanceRequest) Reset() { *m = GetInstanceRequest{} } func (m *GetInstanceRequest) String() string { return proto.CompactTextString(m) } func (*GetInstanceRequest) ProtoMessage() {} func (*GetInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_91c1d28790d4e47e, []int{3} + return fileDescriptor_cloud_redis_ec9ebde39ed154fe, []int{3} } func (m *GetInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetInstanceRequest.Unmarshal(m, b) @@ -579,7 +579,7 @@ func (m *CreateInstanceRequest) Reset() { *m = CreateInstanceRequest{} } func (m *CreateInstanceRequest) String() string { return proto.CompactTextString(m) } func (*CreateInstanceRequest) ProtoMessage() {} func (*CreateInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_91c1d28790d4e47e, []int{4} + return fileDescriptor_cloud_redis_ec9ebde39ed154fe, []int{4} } func (m *CreateInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateInstanceRequest.Unmarshal(m, b) @@ -644,7 +644,7 @@ func (m *UpdateInstanceRequest) Reset() { *m = UpdateInstanceRequest{} } func (m *UpdateInstanceRequest) String() string { return proto.CompactTextString(m) } func (*UpdateInstanceRequest) ProtoMessage() {} func (*UpdateInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_91c1d28790d4e47e, []int{5} + return fileDescriptor_cloud_redis_ec9ebde39ed154fe, []int{5} } func (m *UpdateInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateInstanceRequest.Unmarshal(m, b) @@ -694,7 +694,7 @@ func (m *DeleteInstanceRequest) Reset() { *m = DeleteInstanceRequest{} } func (m *DeleteInstanceRequest) String() string { return proto.CompactTextString(m) } func (*DeleteInstanceRequest) ProtoMessage() {} func (*DeleteInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_91c1d28790d4e47e, []int{6} + return fileDescriptor_cloud_redis_ec9ebde39ed154fe, []int{6} } func (m *DeleteInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteInstanceRequest.Unmarshal(m, b) @@ -740,7 +740,7 @@ func (m *FailoverInstanceRequest) Reset() { *m = FailoverInstanceRequest func (m *FailoverInstanceRequest) String() string { return proto.CompactTextString(m) } func (*FailoverInstanceRequest) ProtoMessage() {} func (*FailoverInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_91c1d28790d4e47e, []int{7} + return fileDescriptor_cloud_redis_ec9ebde39ed154fe, []int{7} } func (m *FailoverInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FailoverInstanceRequest.Unmarshal(m, b) @@ -793,7 +793,7 @@ func (m *LocationMetadata) Reset() { *m = LocationMetadata{} } func (m *LocationMetadata) String() string { return proto.CompactTextString(m) } func (*LocationMetadata) ProtoMessage() {} func (*LocationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_91c1d28790d4e47e, []int{8} + return fileDescriptor_cloud_redis_ec9ebde39ed154fe, []int{8} } func (m *LocationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationMetadata.Unmarshal(m, b) @@ -832,7 +832,7 @@ func (m *ZoneMetadata) Reset() { *m = ZoneMetadata{} } func (m *ZoneMetadata) String() string { return proto.CompactTextString(m) } func (*ZoneMetadata) ProtoMessage() {} func (*ZoneMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_redis_91c1d28790d4e47e, []int{9} + return fileDescriptor_cloud_redis_ec9ebde39ed154fe, []int{9} } func (m *ZoneMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ZoneMetadata.Unmarshal(m, b) @@ -1169,10 +1169,10 @@ var _CloudRedis_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/redis/v1beta1/cloud_redis.proto", fileDescriptor_cloud_redis_91c1d28790d4e47e) + proto.RegisterFile("google/cloud/redis/v1beta1/cloud_redis.proto", fileDescriptor_cloud_redis_ec9ebde39ed154fe) } -var fileDescriptor_cloud_redis_91c1d28790d4e47e = []byte{ +var fileDescriptor_cloud_redis_ec9ebde39ed154fe = []byte{ // 1417 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x57, 0x6f, 0x6f, 0xdb, 0x44, 0x18, 0xc7, 0x6d, 0x53, 0x9a, 0x27, 0x6d, 0xea, 0xde, 0x5a, 0x66, 0x02, 0x63, 0xc1, 0x1b, 0xa8, diff --git a/googleapis/cloud/resourcemanager/v2/folders.pb.go b/googleapis/cloud/resourcemanager/v2/folders.pb.go index a34c7fcb28..86078e3245 100644 --- a/googleapis/cloud/resourcemanager/v2/folders.pb.go +++ b/googleapis/cloud/resourcemanager/v2/folders.pb.go @@ -55,7 +55,7 @@ func (x Folder_LifecycleState) String() string { return proto.EnumName(Folder_LifecycleState_name, int32(x)) } func (Folder_LifecycleState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_folders_03da84dd72bb48b7, []int{0, 0} + return fileDescriptor_folders_5147156560d8dbeb, []int{0, 0} } // The type of operation that failed. @@ -85,7 +85,7 @@ func (x FolderOperation_OperationType) String() string { return proto.EnumName(FolderOperation_OperationType_name, int32(x)) } func (FolderOperation_OperationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_folders_03da84dd72bb48b7, []int{11, 0} + return fileDescriptor_folders_5147156560d8dbeb, []int{11, 0} } // A Folder in an Organization's resource hierarchy, used to @@ -122,7 +122,7 @@ func (m *Folder) Reset() { *m = Folder{} } func (m *Folder) String() string { return proto.CompactTextString(m) } func (*Folder) ProtoMessage() {} func (*Folder) Descriptor() ([]byte, []int) { - return fileDescriptor_folders_03da84dd72bb48b7, []int{0} + return fileDescriptor_folders_5147156560d8dbeb, []int{0} } func (m *Folder) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Folder.Unmarshal(m, b) @@ -211,7 +211,7 @@ func (m *ListFoldersRequest) Reset() { *m = ListFoldersRequest{} } func (m *ListFoldersRequest) String() string { return proto.CompactTextString(m) } func (*ListFoldersRequest) ProtoMessage() {} func (*ListFoldersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_folders_03da84dd72bb48b7, []int{1} + return fileDescriptor_folders_5147156560d8dbeb, []int{1} } func (m *ListFoldersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFoldersRequest.Unmarshal(m, b) @@ -277,7 +277,7 @@ func (m *ListFoldersResponse) Reset() { *m = ListFoldersResponse{} } func (m *ListFoldersResponse) String() string { return proto.CompactTextString(m) } func (*ListFoldersResponse) ProtoMessage() {} func (*ListFoldersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_folders_03da84dd72bb48b7, []int{2} + return fileDescriptor_folders_5147156560d8dbeb, []int{2} } func (m *ListFoldersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFoldersResponse.Unmarshal(m, b) @@ -346,7 +346,7 @@ func (m *SearchFoldersRequest) Reset() { *m = SearchFoldersRequest{} } func (m *SearchFoldersRequest) String() string { return proto.CompactTextString(m) } func (*SearchFoldersRequest) ProtoMessage() {} func (*SearchFoldersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_folders_03da84dd72bb48b7, []int{3} + return fileDescriptor_folders_5147156560d8dbeb, []int{3} } func (m *SearchFoldersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchFoldersRequest.Unmarshal(m, b) @@ -405,7 +405,7 @@ func (m *SearchFoldersResponse) Reset() { *m = SearchFoldersResponse{} } func (m *SearchFoldersResponse) String() string { return proto.CompactTextString(m) } func (*SearchFoldersResponse) ProtoMessage() {} func (*SearchFoldersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_folders_03da84dd72bb48b7, []int{4} + return fileDescriptor_folders_5147156560d8dbeb, []int{4} } func (m *SearchFoldersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchFoldersResponse.Unmarshal(m, b) @@ -453,7 +453,7 @@ func (m *GetFolderRequest) Reset() { *m = GetFolderRequest{} } func (m *GetFolderRequest) String() string { return proto.CompactTextString(m) } func (*GetFolderRequest) ProtoMessage() {} func (*GetFolderRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_folders_03da84dd72bb48b7, []int{5} + return fileDescriptor_folders_5147156560d8dbeb, []int{5} } func (m *GetFolderRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFolderRequest.Unmarshal(m, b) @@ -497,7 +497,7 @@ func (m *CreateFolderRequest) Reset() { *m = CreateFolderRequest{} } func (m *CreateFolderRequest) String() string { return proto.CompactTextString(m) } func (*CreateFolderRequest) ProtoMessage() {} func (*CreateFolderRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_folders_03da84dd72bb48b7, []int{6} + return fileDescriptor_folders_5147156560d8dbeb, []int{6} } func (m *CreateFolderRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateFolderRequest.Unmarshal(m, b) @@ -549,7 +549,7 @@ func (m *MoveFolderRequest) Reset() { *m = MoveFolderRequest{} } func (m *MoveFolderRequest) String() string { return proto.CompactTextString(m) } func (*MoveFolderRequest) ProtoMessage() {} func (*MoveFolderRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_folders_03da84dd72bb48b7, []int{7} + return fileDescriptor_folders_5147156560d8dbeb, []int{7} } func (m *MoveFolderRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MoveFolderRequest.Unmarshal(m, b) @@ -601,7 +601,7 @@ func (m *UpdateFolderRequest) Reset() { *m = UpdateFolderRequest{} } func (m *UpdateFolderRequest) String() string { return proto.CompactTextString(m) } func (*UpdateFolderRequest) ProtoMessage() {} func (*UpdateFolderRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_folders_03da84dd72bb48b7, []int{8} + return fileDescriptor_folders_5147156560d8dbeb, []int{8} } func (m *UpdateFolderRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateFolderRequest.Unmarshal(m, b) @@ -652,7 +652,7 @@ func (m *DeleteFolderRequest) Reset() { *m = DeleteFolderRequest{} } func (m *DeleteFolderRequest) String() string { return proto.CompactTextString(m) } func (*DeleteFolderRequest) ProtoMessage() {} func (*DeleteFolderRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_folders_03da84dd72bb48b7, []int{9} + return fileDescriptor_folders_5147156560d8dbeb, []int{9} } func (m *DeleteFolderRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteFolderRequest.Unmarshal(m, b) @@ -700,7 +700,7 @@ func (m *UndeleteFolderRequest) Reset() { *m = UndeleteFolderRequest{} } func (m *UndeleteFolderRequest) String() string { return proto.CompactTextString(m) } func (*UndeleteFolderRequest) ProtoMessage() {} func (*UndeleteFolderRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_folders_03da84dd72bb48b7, []int{10} + return fileDescriptor_folders_5147156560d8dbeb, []int{10} } func (m *UndeleteFolderRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UndeleteFolderRequest.Unmarshal(m, b) @@ -748,7 +748,7 @@ func (m *FolderOperation) Reset() { *m = FolderOperation{} } func (m *FolderOperation) String() string { return proto.CompactTextString(m) } func (*FolderOperation) ProtoMessage() {} func (*FolderOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_folders_03da84dd72bb48b7, []int{11} + return fileDescriptor_folders_5147156560d8dbeb, []int{11} } func (m *FolderOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FolderOperation.Unmarshal(m, b) @@ -1424,10 +1424,10 @@ var _Folders_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/resourcemanager/v2/folders.proto", fileDescriptor_folders_03da84dd72bb48b7) + proto.RegisterFile("google/cloud/resourcemanager/v2/folders.proto", fileDescriptor_folders_5147156560d8dbeb) } -var fileDescriptor_folders_03da84dd72bb48b7 = []byte{ +var fileDescriptor_folders_5147156560d8dbeb = []byte{ // 1235 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x57, 0x5d, 0x6f, 0xdb, 0xd4, 0x1b, 0xff, 0x9f, 0xac, 0xcb, 0xba, 0x27, 0x2f, 0xcd, 0x4e, 0xdb, 0xfd, 0x4b, 0xba, 0xbe, 0x70, diff --git a/googleapis/cloud/runtimeconfig/v1beta1/resources.pb.go b/googleapis/cloud/runtimeconfig/v1beta1/resources.pb.go index 63a7b5e05f..774d008639 100644 --- a/googleapis/cloud/runtimeconfig/v1beta1/resources.pb.go +++ b/googleapis/cloud/runtimeconfig/v1beta1/resources.pb.go @@ -51,7 +51,7 @@ func (x VariableState) String() string { return proto.EnumName(VariableState_name, int32(x)) } func (VariableState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_e4570a3249a2bec3, []int{0} + return fileDescriptor_resources_6ae4fdb8583f1f59, []int{0} } // A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig @@ -81,7 +81,7 @@ func (m *RuntimeConfig) Reset() { *m = RuntimeConfig{} } func (m *RuntimeConfig) String() string { return proto.CompactTextString(m) } func (*RuntimeConfig) ProtoMessage() {} func (*RuntimeConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_e4570a3249a2bec3, []int{0} + return fileDescriptor_resources_6ae4fdb8583f1f59, []int{0} } func (m *RuntimeConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RuntimeConfig.Unmarshal(m, b) @@ -161,7 +161,7 @@ func (m *Variable) Reset() { *m = Variable{} } func (m *Variable) String() string { return proto.CompactTextString(m) } func (*Variable) ProtoMessage() {} func (*Variable) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_e4570a3249a2bec3, []int{1} + return fileDescriptor_resources_6ae4fdb8583f1f59, []int{1} } func (m *Variable) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Variable.Unmarshal(m, b) @@ -322,7 +322,7 @@ func (m *EndCondition) Reset() { *m = EndCondition{} } func (m *EndCondition) String() string { return proto.CompactTextString(m) } func (*EndCondition) ProtoMessage() {} func (*EndCondition) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_e4570a3249a2bec3, []int{2} + return fileDescriptor_resources_6ae4fdb8583f1f59, []int{2} } func (m *EndCondition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EndCondition.Unmarshal(m, b) @@ -450,7 +450,7 @@ func (m *EndCondition_Cardinality) Reset() { *m = EndCondition_Cardinali func (m *EndCondition_Cardinality) String() string { return proto.CompactTextString(m) } func (*EndCondition_Cardinality) ProtoMessage() {} func (*EndCondition_Cardinality) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_e4570a3249a2bec3, []int{2, 0} + return fileDescriptor_resources_6ae4fdb8583f1f59, []int{2, 0} } func (m *EndCondition_Cardinality) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EndCondition_Cardinality.Unmarshal(m, b) @@ -550,7 +550,7 @@ func (m *Waiter) Reset() { *m = Waiter{} } func (m *Waiter) String() string { return proto.CompactTextString(m) } func (*Waiter) ProtoMessage() {} func (*Waiter) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_e4570a3249a2bec3, []int{3} + return fileDescriptor_resources_6ae4fdb8583f1f59, []int{3} } func (m *Waiter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Waiter.Unmarshal(m, b) @@ -629,10 +629,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/runtimeconfig/v1beta1/resources.proto", fileDescriptor_resources_e4570a3249a2bec3) + proto.RegisterFile("google/cloud/runtimeconfig/v1beta1/resources.proto", fileDescriptor_resources_6ae4fdb8583f1f59) } -var fileDescriptor_resources_e4570a3249a2bec3 = []byte{ +var fileDescriptor_resources_6ae4fdb8583f1f59 = []byte{ // 628 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0xdd, 0x6e, 0xd3, 0x30, 0x14, 0xc7, 0x9b, 0xd2, 0x8f, 0xed, 0x64, 0x43, 0x93, 0x85, 0x46, 0xa8, 0xd0, 0xa8, 0x7a, 0x81, diff --git a/googleapis/cloud/runtimeconfig/v1beta1/runtimeconfig.pb.go b/googleapis/cloud/runtimeconfig/v1beta1/runtimeconfig.pb.go index a508b22082..f7c238c552 100644 --- a/googleapis/cloud/runtimeconfig/v1beta1/runtimeconfig.pb.go +++ b/googleapis/cloud/runtimeconfig/v1beta1/runtimeconfig.pb.go @@ -48,7 +48,7 @@ func (m *ListConfigsRequest) Reset() { *m = ListConfigsRequest{} } func (m *ListConfigsRequest) String() string { return proto.CompactTextString(m) } func (*ListConfigsRequest) ProtoMessage() {} func (*ListConfigsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{0} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{0} } func (m *ListConfigsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListConfigsRequest.Unmarshal(m, b) @@ -110,7 +110,7 @@ func (m *ListConfigsResponse) Reset() { *m = ListConfigsResponse{} } func (m *ListConfigsResponse) String() string { return proto.CompactTextString(m) } func (*ListConfigsResponse) ProtoMessage() {} func (*ListConfigsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{1} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{1} } func (m *ListConfigsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListConfigsResponse.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *GetConfigRequest) Reset() { *m = GetConfigRequest{} } func (m *GetConfigRequest) String() string { return proto.CompactTextString(m) } func (*GetConfigRequest) ProtoMessage() {} func (*GetConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{2} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{2} } func (m *GetConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetConfigRequest.Unmarshal(m, b) @@ -214,7 +214,7 @@ func (m *CreateConfigRequest) Reset() { *m = CreateConfigRequest{} } func (m *CreateConfigRequest) String() string { return proto.CompactTextString(m) } func (*CreateConfigRequest) ProtoMessage() {} func (*CreateConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{3} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{3} } func (m *CreateConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateConfigRequest.Unmarshal(m, b) @@ -272,7 +272,7 @@ func (m *UpdateConfigRequest) Reset() { *m = UpdateConfigRequest{} } func (m *UpdateConfigRequest) String() string { return proto.CompactTextString(m) } func (*UpdateConfigRequest) ProtoMessage() {} func (*UpdateConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{4} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{4} } func (m *UpdateConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateConfigRequest.Unmarshal(m, b) @@ -321,7 +321,7 @@ func (m *DeleteConfigRequest) Reset() { *m = DeleteConfigRequest{} } func (m *DeleteConfigRequest) String() string { return proto.CompactTextString(m) } func (*DeleteConfigRequest) ProtoMessage() {} func (*DeleteConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{5} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{5} } func (m *DeleteConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteConfigRequest.Unmarshal(m, b) @@ -379,7 +379,7 @@ func (m *ListVariablesRequest) Reset() { *m = ListVariablesRequest{} } func (m *ListVariablesRequest) String() string { return proto.CompactTextString(m) } func (*ListVariablesRequest) ProtoMessage() {} func (*ListVariablesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{6} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{6} } func (m *ListVariablesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVariablesRequest.Unmarshal(m, b) @@ -454,7 +454,7 @@ func (m *ListVariablesResponse) Reset() { *m = ListVariablesResponse{} } func (m *ListVariablesResponse) String() string { return proto.CompactTextString(m) } func (*ListVariablesResponse) ProtoMessage() {} func (*ListVariablesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{7} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{7} } func (m *ListVariablesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVariablesResponse.Unmarshal(m, b) @@ -510,7 +510,7 @@ func (m *WatchVariableRequest) Reset() { *m = WatchVariableRequest{} } func (m *WatchVariableRequest) String() string { return proto.CompactTextString(m) } func (*WatchVariableRequest) ProtoMessage() {} func (*WatchVariableRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{8} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{8} } func (m *WatchVariableRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WatchVariableRequest.Unmarshal(m, b) @@ -559,7 +559,7 @@ func (m *GetVariableRequest) Reset() { *m = GetVariableRequest{} } func (m *GetVariableRequest) String() string { return proto.CompactTextString(m) } func (*GetVariableRequest) ProtoMessage() {} func (*GetVariableRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{9} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{9} } func (m *GetVariableRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetVariableRequest.Unmarshal(m, b) @@ -615,7 +615,7 @@ func (m *CreateVariableRequest) Reset() { *m = CreateVariableRequest{} } func (m *CreateVariableRequest) String() string { return proto.CompactTextString(m) } func (*CreateVariableRequest) ProtoMessage() {} func (*CreateVariableRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{10} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{10} } func (m *CreateVariableRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateVariableRequest.Unmarshal(m, b) @@ -673,7 +673,7 @@ func (m *UpdateVariableRequest) Reset() { *m = UpdateVariableRequest{} } func (m *UpdateVariableRequest) String() string { return proto.CompactTextString(m) } func (*UpdateVariableRequest) ProtoMessage() {} func (*UpdateVariableRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{11} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{11} } func (m *UpdateVariableRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateVariableRequest.Unmarshal(m, b) @@ -725,7 +725,7 @@ func (m *DeleteVariableRequest) Reset() { *m = DeleteVariableRequest{} } func (m *DeleteVariableRequest) String() string { return proto.CompactTextString(m) } func (*DeleteVariableRequest) ProtoMessage() {} func (*DeleteVariableRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{12} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{12} } func (m *DeleteVariableRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteVariableRequest.Unmarshal(m, b) @@ -781,7 +781,7 @@ func (m *ListWaitersRequest) Reset() { *m = ListWaitersRequest{} } func (m *ListWaitersRequest) String() string { return proto.CompactTextString(m) } func (*ListWaitersRequest) ProtoMessage() {} func (*ListWaitersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{13} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{13} } func (m *ListWaitersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListWaitersRequest.Unmarshal(m, b) @@ -842,7 +842,7 @@ func (m *ListWaitersResponse) Reset() { *m = ListWaitersResponse{} } func (m *ListWaitersResponse) String() string { return proto.CompactTextString(m) } func (*ListWaitersResponse) ProtoMessage() {} func (*ListWaitersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{14} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{14} } func (m *ListWaitersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListWaitersResponse.Unmarshal(m, b) @@ -892,7 +892,7 @@ func (m *GetWaiterRequest) Reset() { *m = GetWaiterRequest{} } func (m *GetWaiterRequest) String() string { return proto.CompactTextString(m) } func (*GetWaiterRequest) ProtoMessage() {} func (*GetWaiterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{15} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{15} } func (m *GetWaiterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetWaiterRequest.Unmarshal(m, b) @@ -948,7 +948,7 @@ func (m *CreateWaiterRequest) Reset() { *m = CreateWaiterRequest{} } func (m *CreateWaiterRequest) String() string { return proto.CompactTextString(m) } func (*CreateWaiterRequest) ProtoMessage() {} func (*CreateWaiterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{16} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{16} } func (m *CreateWaiterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateWaiterRequest.Unmarshal(m, b) @@ -1004,7 +1004,7 @@ func (m *DeleteWaiterRequest) Reset() { *m = DeleteWaiterRequest{} } func (m *DeleteWaiterRequest) String() string { return proto.CompactTextString(m) } func (*DeleteWaiterRequest) ProtoMessage() {} func (*DeleteWaiterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_runtimeconfig_c958468fcbd7140c, []int{17} + return fileDescriptor_runtimeconfig_eced5b419d927b84, []int{17} } func (m *DeleteWaiterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteWaiterRequest.Unmarshal(m, b) @@ -1683,10 +1683,10 @@ var _RuntimeConfigManager_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/runtimeconfig/v1beta1/runtimeconfig.proto", fileDescriptor_runtimeconfig_c958468fcbd7140c) + proto.RegisterFile("google/cloud/runtimeconfig/v1beta1/runtimeconfig.proto", fileDescriptor_runtimeconfig_eced5b419d927b84) } -var fileDescriptor_runtimeconfig_c958468fcbd7140c = []byte{ +var fileDescriptor_runtimeconfig_eced5b419d927b84 = []byte{ // 1158 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x98, 0x4b, 0x6f, 0xdd, 0x44, 0x14, 0xc7, 0x35, 0x49, 0x9b, 0xe6, 0x9e, 0x3c, 0x40, 0x93, 0x87, 0x22, 0xb7, 0x15, 0x91, 0x8b, diff --git a/googleapis/cloud/scheduler/v1/cloudscheduler.pb.go b/googleapis/cloud/scheduler/v1/cloudscheduler.pb.go index 2a1ff34710..81b7f87fdd 100644 --- a/googleapis/cloud/scheduler/v1/cloudscheduler.pb.go +++ b/googleapis/cloud/scheduler/v1/cloudscheduler.pb.go @@ -57,7 +57,7 @@ func (m *ListJobsRequest) Reset() { *m = ListJobsRequest{} } func (m *ListJobsRequest) String() string { return proto.CompactTextString(m) } func (*ListJobsRequest) ProtoMessage() {} func (*ListJobsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_d4f8a1c1be084bad, []int{0} + return fileDescriptor_cloudscheduler_0488ab591dd1e45d, []int{0} } func (m *ListJobsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobsRequest.Unmarshal(m, b) @@ -119,7 +119,7 @@ func (m *ListJobsResponse) Reset() { *m = ListJobsResponse{} } func (m *ListJobsResponse) String() string { return proto.CompactTextString(m) } func (*ListJobsResponse) ProtoMessage() {} func (*ListJobsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_d4f8a1c1be084bad, []int{1} + return fileDescriptor_cloudscheduler_0488ab591dd1e45d, []int{1} } func (m *ListJobsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobsResponse.Unmarshal(m, b) @@ -169,7 +169,7 @@ func (m *GetJobRequest) Reset() { *m = GetJobRequest{} } func (m *GetJobRequest) String() string { return proto.CompactTextString(m) } func (*GetJobRequest) ProtoMessage() {} func (*GetJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_d4f8a1c1be084bad, []int{2} + return fileDescriptor_cloudscheduler_0488ab591dd1e45d, []int{2} } func (m *GetJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetJobRequest.Unmarshal(m, b) @@ -220,7 +220,7 @@ func (m *CreateJobRequest) Reset() { *m = CreateJobRequest{} } func (m *CreateJobRequest) String() string { return proto.CompactTextString(m) } func (*CreateJobRequest) ProtoMessage() {} func (*CreateJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_d4f8a1c1be084bad, []int{3} + return fileDescriptor_cloudscheduler_0488ab591dd1e45d, []int{3} } func (m *CreateJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateJobRequest.Unmarshal(m, b) @@ -274,7 +274,7 @@ func (m *UpdateJobRequest) Reset() { *m = UpdateJobRequest{} } func (m *UpdateJobRequest) String() string { return proto.CompactTextString(m) } func (*UpdateJobRequest) ProtoMessage() {} func (*UpdateJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_d4f8a1c1be084bad, []int{4} + return fileDescriptor_cloudscheduler_0488ab591dd1e45d, []int{4} } func (m *UpdateJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateJobRequest.Unmarshal(m, b) @@ -325,7 +325,7 @@ func (m *DeleteJobRequest) Reset() { *m = DeleteJobRequest{} } func (m *DeleteJobRequest) String() string { return proto.CompactTextString(m) } func (*DeleteJobRequest) ProtoMessage() {} func (*DeleteJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_d4f8a1c1be084bad, []int{5} + return fileDescriptor_cloudscheduler_0488ab591dd1e45d, []int{5} } func (m *DeleteJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteJobRequest.Unmarshal(m, b) @@ -368,7 +368,7 @@ func (m *PauseJobRequest) Reset() { *m = PauseJobRequest{} } func (m *PauseJobRequest) String() string { return proto.CompactTextString(m) } func (*PauseJobRequest) ProtoMessage() {} func (*PauseJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_d4f8a1c1be084bad, []int{6} + return fileDescriptor_cloudscheduler_0488ab591dd1e45d, []int{6} } func (m *PauseJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PauseJobRequest.Unmarshal(m, b) @@ -411,7 +411,7 @@ func (m *ResumeJobRequest) Reset() { *m = ResumeJobRequest{} } func (m *ResumeJobRequest) String() string { return proto.CompactTextString(m) } func (*ResumeJobRequest) ProtoMessage() {} func (*ResumeJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_d4f8a1c1be084bad, []int{7} + return fileDescriptor_cloudscheduler_0488ab591dd1e45d, []int{7} } func (m *ResumeJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResumeJobRequest.Unmarshal(m, b) @@ -455,7 +455,7 @@ func (m *RunJobRequest) Reset() { *m = RunJobRequest{} } func (m *RunJobRequest) String() string { return proto.CompactTextString(m) } func (*RunJobRequest) ProtoMessage() {} func (*RunJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_d4f8a1c1be084bad, []int{8} + return fileDescriptor_cloudscheduler_0488ab591dd1e45d, []int{8} } func (m *RunJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunJobRequest.Unmarshal(m, b) @@ -858,54 +858,54 @@ var _CloudScheduler_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/scheduler/v1/cloudscheduler.proto", fileDescriptor_cloudscheduler_d4f8a1c1be084bad) -} - -var fileDescriptor_cloudscheduler_d4f8a1c1be084bad = []byte{ - // 707 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0xdd, 0x4e, 0xd4, 0x40, - 0x14, 0xce, 0xf0, 0xb3, 0xa1, 0x87, 0x00, 0x9b, 0xb9, 0x20, 0xeb, 0x22, 0x66, 0x53, 0x22, 0xd9, - 0x54, 0xd2, 0x81, 0x45, 0x63, 0x5c, 0xe2, 0x0d, 0x3f, 0x6a, 0x08, 0x26, 0x9b, 0x22, 0x37, 0xc6, - 0x84, 0x74, 0x77, 0x87, 0xda, 0xa5, 0xdb, 0xa9, 0x9d, 0x96, 0x28, 0x86, 0x0b, 0x88, 0x77, 0x5e, - 0x18, 0x83, 0xbc, 0x80, 0xaf, 0xe4, 0x2b, 0xf8, 0x20, 0x66, 0xa6, 0x3f, 0xb0, 0x95, 0x6d, 0x7b, - 0xd7, 0x99, 0xf3, 0xcd, 0x39, 0xdf, 0x39, 0xe7, 0x3b, 0xa7, 0xa0, 0x5b, 0x8c, 0x59, 0x0e, 0x25, - 0x3d, 0x87, 0x85, 0x7d, 0xc2, 0x7b, 0x1f, 0x69, 0x3f, 0x74, 0xa8, 0x4f, 0xce, 0x36, 0xa2, 0xab, - 0xf4, 0x46, 0xf7, 0x7c, 0x16, 0x30, 0xfc, 0x20, 0xc2, 0xeb, 0xd2, 0xa8, 0xdf, 0x5a, 0xcf, 0x36, - 0xea, 0x0f, 0x63, 0x57, 0xa6, 0x67, 0x13, 0xd3, 0x75, 0x59, 0x60, 0x06, 0x36, 0x73, 0x79, 0xf4, - 0xb0, 0xbe, 0x32, 0x3e, 0xd0, 0x80, 0x75, 0x63, 0xd0, 0x52, 0x0c, 0x92, 0xa7, 0x6e, 0x78, 0x42, - 0xe8, 0xd0, 0x0b, 0xbe, 0xc4, 0xc6, 0x46, 0xd6, 0x78, 0x62, 0x53, 0xa7, 0x7f, 0x3c, 0x34, 0xf9, - 0x69, 0x84, 0x50, 0x29, 0x2c, 0x1c, 0xd8, 0x3c, 0xd8, 0x67, 0x5d, 0x6e, 0xd0, 0x4f, 0x21, 0xe5, - 0x01, 0x5e, 0x84, 0x8a, 0x67, 0xfa, 0xd4, 0x0d, 0x6a, 0xa8, 0x81, 0x9a, 0x8a, 0x11, 0x9f, 0xf0, - 0x12, 0x28, 0x9e, 0x69, 0xd1, 0x63, 0x6e, 0x9f, 0xd3, 0xda, 0x74, 0x03, 0x35, 0xa7, 0x8d, 0x19, - 0x71, 0x71, 0x68, 0x9f, 0x53, 0xbc, 0x0c, 0x20, 0x8d, 0x01, 0x3b, 0xa5, 0x6e, 0xad, 0x22, 0x1f, - 0x4a, 0xf8, 0x3b, 0x71, 0xa1, 0xba, 0x50, 0xbd, 0x0d, 0xc3, 0x3d, 0xe6, 0x72, 0x8a, 0x5b, 0x30, - 0x35, 0x60, 0x5d, 0x5e, 0x43, 0x8d, 0xc9, 0xe6, 0x6c, 0xeb, 0x91, 0x3e, 0xb6, 0x4c, 0xfa, 0x3e, - 0xeb, 0x1a, 0x12, 0x8b, 0x57, 0x61, 0xc1, 0xa5, 0x9f, 0x83, 0xe3, 0x3b, 0xb1, 0x26, 0x64, 0xac, - 0x39, 0x71, 0xdd, 0x49, 0xe3, 0xad, 0xc0, 0xdc, 0x6b, 0x2a, 0xc2, 0x25, 0x49, 0x61, 0x98, 0x72, - 0xcd, 0x21, 0x8d, 0x53, 0x92, 0xdf, 0xea, 0x07, 0xa8, 0xee, 0xf8, 0xd4, 0x0c, 0xe8, 0x1d, 0xdc, - 0xb8, 0xe4, 0xd7, 0x61, 0x72, 0xc0, 0xba, 0x32, 0x58, 0x31, 0x57, 0x01, 0x55, 0x2f, 0x11, 0x54, - 0x8f, 0xbc, 0xfe, 0xa8, 0xfb, 0xd8, 0x0d, 0x2a, 0xed, 0x06, 0x6f, 0xc1, 0x6c, 0x28, 0xbd, 0xc8, - 0xae, 0xc5, 0x04, 0xea, 0xc9, 0xcb, 0xa4, 0xb1, 0xfa, 0x2b, 0xd1, 0xd8, 0xb7, 0x26, 0x3f, 0x35, - 0x20, 0x82, 0x8b, 0x6f, 0x75, 0x15, 0xaa, 0xbb, 0xd4, 0xa1, 0x23, 0x14, 0xee, 0xab, 0xc4, 0x63, - 0x58, 0xe8, 0x98, 0x21, 0x2f, 0x82, 0xad, 0x42, 0xd5, 0xa0, 0x3c, 0x1c, 0x16, 0xe1, 0x56, 0x60, - 0xce, 0x08, 0xdd, 0x7c, 0x50, 0xeb, 0x46, 0x81, 0xf9, 0x1d, 0x91, 0xf8, 0x61, 0x92, 0x37, 0xbe, - 0x41, 0x30, 0x93, 0xc8, 0x04, 0x6b, 0x39, 0xd5, 0xc9, 0x48, 0xb6, 0xfe, 0xa4, 0x14, 0x36, 0xd2, - 0x9d, 0xba, 0x7e, 0xf5, 0xe7, 0xef, 0xf5, 0x84, 0x86, 0x9b, 0x62, 0x90, 0xbe, 0x46, 0xfd, 0x7d, - 0xe9, 0xf9, 0x6c, 0x40, 0x7b, 0x01, 0x27, 0x1a, 0x71, 0x58, 0x2f, 0x1a, 0x43, 0xa2, 0x5d, 0x10, - 0xa9, 0xba, 0x6f, 0x08, 0x2a, 0x91, 0x9c, 0x70, 0x33, 0x27, 0xd2, 0x88, 0xe2, 0xea, 0x05, 0xdd, - 0xcd, 0xd0, 0x10, 0x25, 0x19, 0x43, 0x42, 0x72, 0x20, 0xda, 0x05, 0xfe, 0x81, 0x40, 0x49, 0x05, - 0x8b, 0xf3, 0x72, 0xce, 0xca, 0xba, 0x90, 0xcc, 0x33, 0x49, 0x86, 0xa8, 0xa5, 0x6b, 0xd2, 0x96, - 0xe2, 0xbc, 0x46, 0xa0, 0xa4, 0x1a, 0xcf, 0x65, 0x94, 0x9d, 0x84, 0x42, 0x46, 0x2f, 0x24, 0xa3, - 0xcd, 0xd6, 0x9a, 0x64, 0x24, 0xf6, 0x5d, 0x89, 0x12, 0x45, 0xac, 0xae, 0x10, 0x28, 0xa9, 0xec, - 0x73, 0x59, 0x65, 0x87, 0xa3, 0xbe, 0xf8, 0xdf, 0x60, 0xed, 0x89, 0x75, 0x9a, 0x34, 0x4b, 0x2b, - 0xdf, 0xac, 0x9f, 0x08, 0x66, 0x92, 0x99, 0xca, 0xd5, 0x72, 0x66, 0xf0, 0xca, 0x16, 0x46, 0xd5, - 0xcb, 0x52, 0x69, 0x7b, 0x22, 0x42, 0x1b, 0x69, 0xf8, 0x17, 0x02, 0x25, 0x1d, 0xe0, 0xdc, 0xc2, - 0x64, 0xc7, 0xbc, 0x90, 0x55, 0x5b, 0xb2, 0x7a, 0xaa, 0x92, 0xd2, 0xac, 0x7c, 0x19, 0x42, 0xd0, - 0xfa, 0x8e, 0xa0, 0x12, 0xed, 0x8b, 0xdc, 0xf1, 0x1a, 0x59, 0x29, 0x85, 0x84, 0x9e, 0x4b, 0x42, - 0x1b, 0xea, 0x5a, 0x79, 0x42, 0xa1, 0xdb, 0x46, 0xda, 0xf6, 0x25, 0x82, 0xe5, 0x1e, 0x1b, 0x8e, - 0x77, 0xbf, 0x3d, 0x9f, 0x6e, 0xac, 0x8e, 0x50, 0x49, 0x07, 0xbd, 0xdf, 0x8e, 0xc1, 0x16, 0x73, - 0x4c, 0xd7, 0xd2, 0x99, 0x6f, 0x11, 0x8b, 0xba, 0x52, 0x43, 0x24, 0x32, 0x99, 0x9e, 0xcd, 0xef, - 0xf9, 0x91, 0x6f, 0xa5, 0x87, 0xdf, 0x13, 0xca, 0xe1, 0xce, 0x9b, 0xbd, 0xdd, 0xa3, 0x83, 0x3d, - 0xa3, 0x5b, 0x91, 0x4f, 0x37, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x99, 0x87, 0x2f, 0xe8, 0x6b, - 0x08, 0x00, 0x00, + proto.RegisterFile("google/cloud/scheduler/v1/cloudscheduler.proto", fileDescriptor_cloudscheduler_0488ab591dd1e45d) +} + +var fileDescriptor_cloudscheduler_0488ab591dd1e45d = []byte{ + // 719 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x95, 0xcb, 0x4e, 0xdb, 0x4c, + 0x14, 0xc7, 0x35, 0x5c, 0x22, 0x7c, 0x10, 0x10, 0xcd, 0x02, 0x85, 0xf0, 0xf1, 0x29, 0x32, 0x2a, + 0x8a, 0x5c, 0xe4, 0x81, 0xd0, 0xaa, 0x6a, 0x50, 0x37, 0x5c, 0xda, 0x0a, 0x51, 0x29, 0x32, 0x65, + 0x53, 0x55, 0x42, 0x4e, 0x32, 0xb8, 0x0e, 0x8e, 0xc7, 0xf5, 0xd8, 0xa8, 0xa5, 0x62, 0x01, 0xea, + 0xae, 0x8b, 0xaa, 0xa2, 0xbc, 0x40, 0x5f, 0xa9, 0xaf, 0xd0, 0x07, 0xa9, 0x66, 0x7c, 0x81, 0xb8, + 0xc4, 0xf6, 0x2e, 0x9e, 0xf3, 0x9f, 0x39, 0xbf, 0x39, 0xe7, 0x7f, 0x26, 0xa0, 0x5b, 0x8c, 0x59, + 0x0e, 0x25, 0x3d, 0x87, 0x85, 0x7d, 0xc2, 0x7b, 0x1f, 0x68, 0x3f, 0x74, 0xa8, 0x4f, 0xce, 0x37, + 0xa3, 0xa5, 0x74, 0x45, 0xf7, 0x7c, 0x16, 0x30, 0xbc, 0x14, 0xe9, 0x75, 0x19, 0xd4, 0xef, 0xa2, + 0xe7, 0x9b, 0xf5, 0xff, 0xe2, 0xa3, 0x4c, 0xcf, 0x26, 0xa6, 0xeb, 0xb2, 0xc0, 0x0c, 0x6c, 0xe6, + 0xf2, 0x68, 0x63, 0x7d, 0xe9, 0x5e, 0xd4, 0xa7, 0x9c, 0x85, 0x7e, 0x8f, 0xc6, 0xa1, 0xd5, 0xf1, + 0x0c, 0x03, 0xd6, 0x8d, 0x45, 0xcb, 0xb1, 0x48, 0x7e, 0x75, 0xc3, 0x53, 0x42, 0x87, 0x5e, 0xf0, + 0x39, 0x0e, 0x36, 0xb2, 0xc1, 0x53, 0x9b, 0x3a, 0xfd, 0x93, 0xa1, 0xc9, 0xcf, 0x22, 0x85, 0x4a, + 0x61, 0xe1, 0xd0, 0xe6, 0xc1, 0x01, 0xeb, 0x72, 0x83, 0x7e, 0x0c, 0x29, 0x0f, 0xf0, 0x22, 0x54, + 0x3c, 0xd3, 0xa7, 0x6e, 0x50, 0x43, 0x0d, 0xd4, 0x54, 0x8c, 0xf8, 0x0b, 0x2f, 0x83, 0xe2, 0x99, + 0x16, 0x3d, 0xe1, 0xf6, 0x05, 0xad, 0x4d, 0x37, 0x50, 0x73, 0xda, 0x98, 0x11, 0x0b, 0x47, 0xf6, + 0x05, 0xc5, 0x2b, 0x00, 0x32, 0x18, 0xb0, 0x33, 0xea, 0xd6, 0x2a, 0x72, 0xa3, 0x94, 0xbf, 0x15, + 0x0b, 0xaa, 0x0b, 0xd5, 0xbb, 0x34, 0xdc, 0x63, 0x2e, 0xa7, 0xb8, 0x05, 0x53, 0x03, 0xd6, 0xe5, + 0x35, 0xd4, 0x98, 0x6c, 0xce, 0xb6, 0xfe, 0xd7, 0xc7, 0x56, 0x50, 0x3f, 0x60, 0x5d, 0x43, 0x6a, + 0xf1, 0x1a, 0x2c, 0xb8, 0xf4, 0x53, 0x70, 0x72, 0x2f, 0xd7, 0x84, 0xcc, 0x35, 0x27, 0x96, 0x3b, + 0x69, 0xbe, 0x55, 0x98, 0x7b, 0x45, 0x45, 0xba, 0xe4, 0x52, 0x18, 0xa6, 0x5c, 0x73, 0x48, 0xe3, + 0x2b, 0xc9, 0xdf, 0xea, 0x7b, 0xa8, 0xee, 0xfa, 0xd4, 0x0c, 0xe8, 0x3d, 0xdd, 0xb8, 0xcb, 0x6f, + 0xc0, 0xe4, 0x80, 0x75, 0x65, 0xb2, 0x62, 0x56, 0x21, 0x55, 0xaf, 0x10, 0x54, 0x8f, 0xbd, 0xfe, + 0xe8, 0xf1, 0xf1, 0x31, 0xa8, 0xf4, 0x31, 0x78, 0x1b, 0x66, 0x43, 0x79, 0x8a, 0xec, 0x5a, 0x0c, + 0x50, 0x4f, 0x76, 0x26, 0x8d, 0xd5, 0x5f, 0x8a, 0xc6, 0xbe, 0x31, 0xf9, 0x99, 0x01, 0x91, 0x5c, + 0xfc, 0x56, 0xd7, 0xa0, 0xba, 0x47, 0x1d, 0x3a, 0x82, 0xf0, 0x50, 0x25, 0x1e, 0xc1, 0x42, 0xc7, + 0x0c, 0x79, 0x91, 0x6c, 0x0d, 0xaa, 0x06, 0xe5, 0xe1, 0xb0, 0x48, 0xb7, 0x0a, 0x73, 0x46, 0xe8, + 0xe6, 0x8b, 0x5a, 0xb7, 0x0a, 0xcc, 0xef, 0x8a, 0x8b, 0x1f, 0x25, 0xf7, 0xc6, 0xb7, 0x08, 0x66, + 0x12, 0x9b, 0x60, 0x2d, 0xa7, 0x3a, 0x19, 0xcb, 0xd6, 0x1f, 0x97, 0xd2, 0x46, 0xbe, 0x53, 0x37, + 0xae, 0x7f, 0xff, 0xb9, 0x99, 0xd0, 0x70, 0x53, 0x0c, 0xd2, 0x97, 0xa8, 0xbf, 0x2f, 0x3c, 0x9f, + 0x0d, 0x68, 0x2f, 0xe0, 0x44, 0x23, 0x0e, 0xeb, 0x45, 0x13, 0x4a, 0xb4, 0x4b, 0x22, 0x5d, 0xf7, + 0x15, 0x41, 0x25, 0xb2, 0x13, 0x6e, 0xe6, 0x64, 0x1a, 0x71, 0x5c, 0xbd, 0xa0, 0xbb, 0x19, 0x0c, + 0x51, 0x92, 0x31, 0x10, 0x92, 0x81, 0x68, 0x97, 0xf8, 0x3b, 0x02, 0x25, 0x35, 0x2c, 0xce, 0xbb, + 0x73, 0xd6, 0xd6, 0x85, 0x30, 0x4f, 0x25, 0x0c, 0x51, 0x4b, 0xd7, 0xa4, 0x2d, 0xcd, 0x79, 0x83, + 0x40, 0x49, 0x3d, 0x9e, 0x4b, 0x94, 0x9d, 0x84, 0x42, 0xa2, 0xe7, 0x92, 0x68, 0xab, 0xb5, 0x2e, + 0x89, 0xc4, 0x7b, 0x57, 0xa2, 0x44, 0x11, 0xd5, 0x35, 0x02, 0x25, 0xb5, 0x7d, 0x2e, 0x55, 0x76, + 0x38, 0xea, 0x8b, 0xff, 0x0c, 0xd6, 0xbe, 0x78, 0x4e, 0x93, 0x66, 0x69, 0xe5, 0x9b, 0xf5, 0x03, + 0xc1, 0x4c, 0x32, 0x53, 0xb9, 0x5e, 0xce, 0x0c, 0x5e, 0xd9, 0xc2, 0xa8, 0x7a, 0x59, 0x94, 0xb6, + 0x27, 0x32, 0xb4, 0x91, 0x86, 0x7f, 0x22, 0x50, 0xd2, 0x01, 0xce, 0x2d, 0x4c, 0x76, 0xcc, 0x0b, + 0xa9, 0xda, 0x92, 0xea, 0x89, 0x4a, 0x4a, 0x53, 0xf9, 0x32, 0x85, 0xc0, 0xfa, 0x86, 0xa0, 0x12, + 0xbd, 0x17, 0xb9, 0xe3, 0x35, 0xf2, 0xa4, 0x14, 0x02, 0x3d, 0x93, 0x40, 0x9b, 0xea, 0x7a, 0x79, + 0xa0, 0xd0, 0x6d, 0x23, 0x6d, 0xe7, 0x0a, 0xc1, 0x4a, 0x8f, 0x0d, 0xc7, 0x1f, 0xbf, 0x33, 0x9f, + 0xbe, 0x58, 0x1d, 0xe1, 0x92, 0x0e, 0x7a, 0xb7, 0x13, 0x8b, 0x2d, 0xe6, 0x98, 0xae, 0xa5, 0x33, + 0xdf, 0x22, 0x16, 0x75, 0xa5, 0x87, 0x48, 0x14, 0x32, 0x3d, 0x9b, 0x3f, 0xf0, 0x47, 0xbe, 0x9d, + 0x7e, 0xfc, 0x9a, 0x50, 0x8e, 0x76, 0x5f, 0xef, 0xef, 0x1d, 0x1f, 0xee, 0x1b, 0xdd, 0x8a, 0xdc, + 0xba, 0xf5, 0x37, 0x00, 0x00, 0xff, 0xff, 0x1e, 0x36, 0xc7, 0x33, 0x86, 0x08, 0x00, 0x00, } diff --git a/googleapis/cloud/scheduler/v1/job.pb.go b/googleapis/cloud/scheduler/v1/job.pb.go index 77760658a3..43ef3dd625 100644 --- a/googleapis/cloud/scheduler/v1/job.pb.go +++ b/googleapis/cloud/scheduler/v1/job.pb.go @@ -62,7 +62,7 @@ func (x Job_State) String() string { return proto.EnumName(Job_State_name, int32(x)) } func (Job_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_job_2db48d5da5a77145, []int{0, 0} + return fileDescriptor_job_61d7bc76ec491cf9, []int{0, 0} } // Configuration for a job. @@ -148,17 +148,28 @@ type Job struct { // Output only. The time the last job attempt started. LastAttemptTime *timestamp.Timestamp `protobuf:"bytes,18,opt,name=last_attempt_time,json=lastAttemptTime,proto3" json:"last_attempt_time,omitempty"` // Settings that determine the retry behavior. - RetryConfig *RetryConfig `protobuf:"bytes,19,opt,name=retry_config,json=retryConfig,proto3" json:"retry_config,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + RetryConfig *RetryConfig `protobuf:"bytes,19,opt,name=retry_config,json=retryConfig,proto3" json:"retry_config,omitempty"` + // The deadline for job attempts. If the request handler does not respond by + // this deadline then the request is cancelled and the attempt is marked as a + // `DEADLINE_EXCEEDED` failure. The failed attempt can be viewed in + // execution logs. Cloud Scheduler will retry the job according + // to the [RetryConfig][google.cloud.scheduler.v1.RetryConfig]. + // + // The allowed duration for this deadline is: + // * For [HTTP targets][google.cloud.scheduler.v1.Job.http_target], between 15 seconds and 30 minutes. + // * For [App Engine HTTP targets][google.cloud.scheduler.v1.Job.app_engine_http_target], between 15 + // seconds and 24 hours. + AttemptDeadline *duration.Duration `protobuf:"bytes,22,opt,name=attempt_deadline,json=attemptDeadline,proto3" json:"attempt_deadline,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *Job) Reset() { *m = Job{} } func (m *Job) String() string { return proto.CompactTextString(m) } func (*Job) ProtoMessage() {} func (*Job) Descriptor() ([]byte, []int) { - return fileDescriptor_job_2db48d5da5a77145, []int{0} + return fileDescriptor_job_61d7bc76ec491cf9, []int{0} } func (m *Job) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Job.Unmarshal(m, b) @@ -298,6 +309,13 @@ func (m *Job) GetRetryConfig() *RetryConfig { return nil } +func (m *Job) GetAttemptDeadline() *duration.Duration { + if m != nil { + return m.AttemptDeadline + } + return nil +} + // XXX_OneofFuncs is for the internal use of the proto package. func (*Job) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { return _Job_OneofMarshaler, _Job_OneofUnmarshaler, _Job_OneofSizer, []interface{}{ @@ -461,7 +479,7 @@ func (m *RetryConfig) Reset() { *m = RetryConfig{} } func (m *RetryConfig) String() string { return proto.CompactTextString(m) } func (*RetryConfig) ProtoMessage() {} func (*RetryConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_job_2db48d5da5a77145, []int{1} + return fileDescriptor_job_61d7bc76ec491cf9, []int{1} } func (m *RetryConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RetryConfig.Unmarshal(m, b) @@ -523,53 +541,55 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/scheduler/v1/job.proto", fileDescriptor_job_2db48d5da5a77145) -} - -var fileDescriptor_job_2db48d5da5a77145 = []byte{ - // 693 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x94, 0x5f, 0x53, 0xda, 0x4a, - 0x18, 0xc6, 0x45, 0x81, 0x83, 0x6f, 0xc0, 0x03, 0xab, 0x9e, 0x13, 0xe9, 0x1f, 0x19, 0x6d, 0xad, - 0xd3, 0x8b, 0x64, 0xb4, 0x77, 0xed, 0x45, 0x07, 0x0c, 0x56, 0x6c, 0xc7, 0x61, 0x02, 0xcc, 0x74, - 0xbc, 0xc9, 0x6c, 0xc2, 0x12, 0xd3, 0x92, 0xdd, 0x9d, 0x64, 0xe3, 0xd0, 0x7e, 0xb0, 0x7e, 0x99, - 0x7e, 0x99, 0x4e, 0x76, 0x13, 0x44, 0xad, 0x70, 0xc7, 0xbe, 0xef, 0xf3, 0xfc, 0xf6, 0xc9, 0xbe, - 0xbb, 0xc0, 0xa1, 0xcf, 0x98, 0x3f, 0x25, 0xa6, 0x37, 0x65, 0xc9, 0xd8, 0x8c, 0xbd, 0x1b, 0x32, - 0x4e, 0xa6, 0x24, 0x32, 0x6f, 0x4f, 0xcc, 0x6f, 0xcc, 0x35, 0x78, 0xc4, 0x04, 0x43, 0x7b, 0x4a, - 0x64, 0x48, 0x91, 0x31, 0x17, 0x19, 0xb7, 0x27, 0xcd, 0xe7, 0x99, 0x1f, 0xf3, 0xc0, 0xc4, 0x94, - 0x32, 0x81, 0x45, 0xc0, 0x68, 0xac, 0x8c, 0xcd, 0xa3, 0xa7, 0xe9, 0x02, 0x47, 0x3e, 0x11, 0x99, - 0xee, 0x65, 0xa6, 0x93, 0x2b, 0x37, 0x99, 0x98, 0xe3, 0x24, 0x92, 0xa0, 0xac, 0xbf, 0xff, 0xb0, - 0x2f, 0x82, 0x90, 0xc4, 0x02, 0x87, 0x3c, 0x13, 0xfc, 0x9f, 0x09, 0x22, 0xee, 0x99, 0xb1, 0xc0, - 0x22, 0xc9, 0x12, 0x1c, 0xfc, 0x2e, 0xc3, 0xc6, 0x25, 0x73, 0x11, 0x82, 0x22, 0xc5, 0x21, 0xd1, - 0x0b, 0xad, 0xc2, 0xf1, 0xa6, 0x2d, 0x7f, 0xa3, 0x16, 0x68, 0x63, 0x12, 0x7b, 0x51, 0xc0, 0xd3, - 0xad, 0xf4, 0x75, 0xd9, 0x5a, 0x2c, 0xa1, 0x2b, 0xa8, 0xf1, 0xc4, 0x8d, 0x13, 0xd7, 0x51, 0x71, - 0xf5, 0x62, 0xab, 0x70, 0xac, 0x9d, 0xbe, 0x31, 0x9e, 0x3c, 0x10, 0xa3, 0x2f, 0xf5, 0x43, 0x29, - 0xbf, 0x58, 0xb3, 0xab, 0x7c, 0x61, 0x8d, 0x08, 0xfc, 0x87, 0x39, 0x77, 0x08, 0xf5, 0x03, 0x4a, - 0x9c, 0x1b, 0x21, 0x78, 0x0e, 0x2e, 0x49, 0xb0, 0xb1, 0x04, 0xdc, 0xe6, 0xbc, 0x2b, 0x7d, 0x17, - 0x42, 0xf0, 0x39, 0x7f, 0x1b, 0x3f, 0x2e, 0xa3, 0x0b, 0xd0, 0x16, 0xd9, 0x65, 0xc9, 0x7e, 0xbd, - 0x84, 0x7d, 0x0f, 0x09, 0x37, 0x77, 0xa4, 0x26, 0x54, 0x72, 0xa1, 0xbe, 0x23, 0xcf, 0x67, 0xbe, - 0x46, 0xcf, 0x60, 0x33, 0x1d, 0x83, 0xf3, 0x93, 0x51, 0xa2, 0xef, 0xaa, 0x66, 0x5a, 0xb8, 0x66, - 0x94, 0x20, 0x0b, 0xea, 0x49, 0x4c, 0x22, 0x27, 0xe1, 0x63, 0x2c, 0x88, 0x93, 0xd6, 0xf5, 0x4d, - 0x99, 0xa3, 0x99, 0xe7, 0xc8, 0x87, 0x69, 0x0c, 0xf3, 0x61, 0xda, 0x5b, 0xa9, 0x67, 0x24, 0x2d, - 0x69, 0x11, 0xbd, 0x87, 0x52, 0x3a, 0x4d, 0xa2, 0x43, 0xab, 0x70, 0xbc, 0x75, 0xfa, 0x6a, 0xc9, - 0x27, 0x5c, 0x32, 0xd7, 0x18, 0xa4, 0x5a, 0x5b, 0x59, 0xd0, 0x5b, 0x28, 0xab, 0x9b, 0xa0, 0x6b, - 0x72, 0x5f, 0x94, 0x9b, 0x23, 0xee, 0x49, 0x65, 0x12, 0xdb, 0x99, 0x02, 0x7d, 0x84, 0x5a, 0x0e, - 0x53, 0x51, 0x1b, 0x2b, 0xa3, 0x56, 0x73, 0x83, 0x0c, 0x7a, 0x0e, 0x8d, 0x29, 0x8e, 0x85, 0x83, - 0x85, 0x20, 0x21, 0x17, 0x0a, 0x82, 0x56, 0x42, 0xfe, 0x4d, 0x4d, 0x6d, 0xe5, 0x91, 0x9c, 0x1e, - 0x54, 0x23, 0x22, 0xa2, 0x1f, 0x8e, 0xc7, 0xe8, 0x24, 0xf0, 0xf5, 0x6d, 0x89, 0x38, 0x5a, 0xf2, - 0xdd, 0x76, 0x2a, 0x3f, 0x93, 0x6a, 0x5b, 0x8b, 0xee, 0x16, 0x07, 0x5f, 0xa1, 0x24, 0xcf, 0x03, - 0xed, 0x42, 0x63, 0x30, 0x6c, 0x0f, 0xbb, 0xce, 0xe8, 0x6a, 0xd0, 0xef, 0x9e, 0xf5, 0xce, 0x7b, - 0x5d, 0xab, 0xbe, 0x86, 0x34, 0xf8, 0xa7, 0x7b, 0xd5, 0xee, 0x7c, 0xe9, 0x5a, 0xf5, 0x02, 0x02, - 0x28, 0xf7, 0xdb, 0xa3, 0x41, 0xd7, 0xaa, 0xaf, 0xa3, 0x2a, 0x54, 0xac, 0xde, 0x40, 0x75, 0x36, - 0x50, 0x03, 0x6a, 0xa3, 0xbe, 0x95, 0xda, 0xcf, 0xdb, 0xbd, 0xb4, 0x54, 0xec, 0x54, 0xa0, 0xac, - 0x6e, 0xd6, 0xc1, 0xaf, 0x75, 0xd0, 0x16, 0x02, 0xa0, 0x7d, 0xd0, 0xf2, 0xf8, 0x09, 0x15, 0xf2, - 0xb1, 0x95, 0x6c, 0xc8, 0x52, 0x25, 0x54, 0xa0, 0x4f, 0x80, 0x42, 0x3c, 0x73, 0x94, 0x28, 0x7f, - 0xe4, 0xf2, 0xe5, 0x69, 0xa7, 0x7b, 0x8f, 0x0e, 0xca, 0xca, 0x04, 0x76, 0x3d, 0xc4, 0x33, 0xb9, - 0x4f, 0x5e, 0x41, 0x9f, 0x61, 0x27, 0x0c, 0xa8, 0xe3, 0x62, 0xef, 0x3b, 0x9b, 0x4c, 0xee, 0x50, - 0x1b, 0xab, 0x50, 0x28, 0x0c, 0x68, 0x47, 0xb9, 0xee, 0xc1, 0xf0, 0xec, 0x31, 0xac, 0xb8, 0x1a, - 0x86, 0x67, 0x0f, 0x61, 0x87, 0x50, 0x4b, 0x61, 0x63, 0x96, 0xb8, 0xd3, 0x80, 0xfa, 0xb1, 0x7c, - 0xda, 0x25, 0xbb, 0x1a, 0xe2, 0x99, 0x95, 0xd7, 0x3a, 0x0c, 0x5e, 0x78, 0x2c, 0x7c, 0x7a, 0xac, - 0x9d, 0xca, 0x25, 0x73, 0xfb, 0xe9, 0x7e, 0xfd, 0xc2, 0x75, 0x27, 0x93, 0xf9, 0x6c, 0x8a, 0xa9, - 0x6f, 0xb0, 0xc8, 0x37, 0x7d, 0x42, 0x65, 0x1a, 0x53, 0xb5, 0x30, 0x0f, 0xe2, 0xbf, 0xfc, 0xc9, - 0x7e, 0x98, 0x2f, 0xdc, 0xb2, 0x94, 0xbf, 0xfb, 0x13, 0x00, 0x00, 0xff, 0xff, 0xdb, 0x56, 0x25, - 0x9f, 0xf0, 0x05, 0x00, 0x00, + proto.RegisterFile("google/cloud/scheduler/v1/job.proto", fileDescriptor_job_61d7bc76ec491cf9) +} + +var fileDescriptor_job_61d7bc76ec491cf9 = []byte{ + // 725 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x94, 0x5f, 0x4f, 0xdb, 0x3c, + 0x14, 0xc6, 0x29, 0xb4, 0xa5, 0x9c, 0xb4, 0xd0, 0x9a, 0x3f, 0x6f, 0xe8, 0xbb, 0x8d, 0x0a, 0x36, + 0x86, 0x76, 0x91, 0x08, 0x76, 0xb7, 0x5d, 0x4c, 0x2d, 0x29, 0xa3, 0x6c, 0x42, 0x55, 0xda, 0x4a, + 0x13, 0x37, 0x91, 0x93, 0xb8, 0x21, 0x5b, 0x63, 0x5b, 0x89, 0x83, 0xba, 0x7d, 0x9b, 0x7d, 0x89, + 0x7d, 0xbe, 0x29, 0x4e, 0x52, 0x0a, 0x8c, 0xf6, 0x2e, 0x3e, 0xe7, 0x79, 0x7e, 0xe7, 0xd8, 0x27, + 0x36, 0x1c, 0x79, 0x8c, 0x79, 0x13, 0xa2, 0x3b, 0x13, 0x16, 0xbb, 0x7a, 0xe4, 0xdc, 0x12, 0x37, + 0x9e, 0x90, 0x50, 0xbf, 0x3b, 0xd5, 0xbf, 0x33, 0x5b, 0xe3, 0x21, 0x13, 0x0c, 0xed, 0xa7, 0x22, + 0x4d, 0x8a, 0xb4, 0x99, 0x48, 0xbb, 0x3b, 0x6d, 0xbe, 0xc8, 0xfc, 0x98, 0xfb, 0x3a, 0xa6, 0x94, + 0x09, 0x2c, 0x7c, 0x46, 0xa3, 0xd4, 0xd8, 0xdc, 0x9f, 0xcb, 0x86, 0x24, 0x62, 0x71, 0xe8, 0x90, + 0x2c, 0x75, 0xfc, 0x7c, 0x61, 0x81, 0x43, 0x8f, 0x88, 0x4c, 0xf7, 0x2a, 0xd3, 0xc9, 0x95, 0x1d, + 0x8f, 0x75, 0x37, 0x0e, 0x65, 0x8d, 0x2c, 0x7f, 0xf0, 0x38, 0x2f, 0xfc, 0x80, 0x44, 0x02, 0x07, + 0x3c, 0x13, 0xfc, 0x97, 0x09, 0x42, 0xee, 0xe8, 0x91, 0xc0, 0x22, 0xce, 0x9a, 0x3b, 0xfc, 0xbd, + 0x0e, 0x6b, 0x57, 0xcc, 0x46, 0x08, 0x8a, 0x14, 0x07, 0x44, 0x2d, 0xb4, 0x0a, 0x27, 0x1b, 0xa6, + 0xfc, 0x46, 0x2d, 0x50, 0x5c, 0x12, 0x39, 0xa1, 0xcf, 0x93, 0x52, 0xea, 0xaa, 0x4c, 0xcd, 0x87, + 0xd0, 0x35, 0xd4, 0x78, 0x6c, 0x47, 0xb1, 0x6d, 0xa5, 0xed, 0xaa, 0xc5, 0x56, 0xe1, 0x44, 0x39, + 0x7b, 0xab, 0x3d, 0x7b, 0x56, 0x5a, 0x5f, 0xea, 0x87, 0x52, 0x7e, 0xb9, 0x62, 0x56, 0xf9, 0xdc, + 0x1a, 0x11, 0xd8, 0xc3, 0x9c, 0x5b, 0x84, 0x7a, 0x3e, 0x25, 0xd6, 0xad, 0x10, 0x3c, 0x07, 0x97, + 0x24, 0x58, 0x5b, 0x00, 0x6e, 0x73, 0xde, 0x95, 0xbe, 0x4b, 0x21, 0xf8, 0x8c, 0xbf, 0x8d, 0x9f, + 0x86, 0xd1, 0x25, 0x28, 0xf3, 0xec, 0xb2, 0x64, 0xbf, 0x59, 0xc0, 0x7e, 0x80, 0x84, 0xdb, 0x7b, + 0x52, 0x13, 0x2a, 0xb9, 0x50, 0xdd, 0x91, 0xe7, 0x33, 0x5b, 0xa3, 0xff, 0x61, 0x23, 0x19, 0x83, + 0xf5, 0x8b, 0x51, 0xa2, 0xee, 0xa6, 0xc9, 0x24, 0x70, 0xc3, 0x28, 0x41, 0x06, 0xd4, 0xe3, 0x88, + 0x84, 0x56, 0xcc, 0x5d, 0x2c, 0x88, 0x95, 0xc4, 0xd5, 0x0d, 0xd9, 0x47, 0x33, 0xef, 0x23, 0x1f, + 0xa6, 0x36, 0xcc, 0x87, 0x69, 0x6e, 0x26, 0x9e, 0x91, 0xb4, 0x24, 0x41, 0xf4, 0x01, 0x4a, 0xc9, + 0x34, 0x89, 0x0a, 0xad, 0xc2, 0xc9, 0xe6, 0xd9, 0xeb, 0x05, 0x5b, 0xb8, 0x62, 0xb6, 0x36, 0x48, + 0xb4, 0x66, 0x6a, 0x41, 0xef, 0xa0, 0x9c, 0xfe, 0x09, 0xaa, 0x22, 0xeb, 0xa2, 0xdc, 0x1c, 0x72, + 0x47, 0x2a, 0xe3, 0xc8, 0xcc, 0x14, 0xe8, 0x13, 0xd4, 0x72, 0x58, 0xda, 0x6a, 0x63, 0x69, 0xab, + 0xd5, 0xdc, 0x20, 0x1b, 0xbd, 0x80, 0xc6, 0x04, 0x47, 0xc2, 0xc2, 0x42, 0x90, 0x80, 0x8b, 0x14, + 0x82, 0x96, 0x42, 0xb6, 0x12, 0x53, 0x3b, 0xf5, 0x48, 0x4e, 0x0f, 0xaa, 0x21, 0x11, 0xe1, 0x4f, + 0xcb, 0x61, 0x74, 0xec, 0x7b, 0xea, 0xb6, 0x44, 0x1c, 0x2f, 0xd8, 0xb7, 0x99, 0xc8, 0xcf, 0xa5, + 0xda, 0x54, 0xc2, 0xfb, 0x45, 0x32, 0x81, 0xbc, 0x1b, 0x97, 0x60, 0x77, 0xe2, 0x53, 0xa2, 0xee, + 0x49, 0xdc, 0xfe, 0x93, 0x8e, 0x8c, 0xec, 0xba, 0x99, 0x5b, 0x99, 0xc5, 0xc8, 0x1c, 0x87, 0xdf, + 0xa0, 0x24, 0x4f, 0x15, 0xed, 0x42, 0x63, 0x30, 0x6c, 0x0f, 0xbb, 0xd6, 0xe8, 0x7a, 0xd0, 0xef, + 0x9e, 0xf7, 0x2e, 0x7a, 0x5d, 0xa3, 0xbe, 0x82, 0x14, 0x58, 0xef, 0x5e, 0xb7, 0x3b, 0x5f, 0xbb, + 0x46, 0xbd, 0x80, 0x00, 0xca, 0xfd, 0xf6, 0x68, 0xd0, 0x35, 0xea, 0xab, 0xa8, 0x0a, 0x15, 0xa3, + 0x37, 0x48, 0x33, 0x6b, 0xa8, 0x01, 0xb5, 0x51, 0xdf, 0x48, 0xec, 0x17, 0xed, 0x5e, 0x12, 0x2a, + 0x76, 0x2a, 0x50, 0x4e, 0xff, 0xcf, 0xc3, 0x3f, 0xab, 0xa0, 0xcc, 0x6d, 0x03, 0x1d, 0x80, 0x92, + 0x1f, 0x42, 0x4c, 0x85, 0xbc, 0xb2, 0x25, 0x13, 0xb2, 0xbd, 0xc5, 0x54, 0xa0, 0xcf, 0x80, 0x02, + 0x3c, 0xb5, 0x52, 0x51, 0xfe, 0x54, 0xc8, 0xfb, 0xbb, 0x70, 0x73, 0xf5, 0x00, 0x4f, 0x65, 0x9d, + 0x3c, 0x82, 0xbe, 0xc0, 0x4e, 0xe0, 0x53, 0xcb, 0xc6, 0xce, 0x0f, 0x36, 0x1e, 0xdf, 0xa3, 0xd6, + 0x96, 0xa1, 0x50, 0xe0, 0xd3, 0x4e, 0xea, 0x7a, 0x00, 0xc3, 0xd3, 0xa7, 0xb0, 0xe2, 0x72, 0x18, + 0x9e, 0x3e, 0x86, 0x1d, 0x41, 0x2d, 0x81, 0xb9, 0x2c, 0xb6, 0x27, 0x3e, 0xf5, 0x22, 0xf9, 0x40, + 0x94, 0xcc, 0x6a, 0x80, 0xa7, 0x46, 0x1e, 0xeb, 0x30, 0x78, 0xe9, 0xb0, 0xe0, 0xf9, 0x9f, 0xa3, + 0x53, 0xb9, 0x62, 0x76, 0x3f, 0xa9, 0xd7, 0x2f, 0xdc, 0x74, 0x32, 0x99, 0xc7, 0x26, 0x98, 0x7a, + 0x1a, 0x0b, 0x3d, 0xdd, 0x23, 0x54, 0x76, 0xa3, 0xa7, 0x29, 0xcc, 0xfd, 0xe8, 0x1f, 0x4f, 0xf5, + 0xc7, 0xd9, 0xc2, 0x2e, 0x4b, 0xf9, 0xfb, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x58, 0xd1, 0xed, + 0xc5, 0x51, 0x06, 0x00, 0x00, } diff --git a/googleapis/cloud/scheduler/v1/target.pb.go b/googleapis/cloud/scheduler/v1/target.pb.go index 880458ac39..77e3ce6953 100644 --- a/googleapis/cloud/scheduler/v1/target.pb.go +++ b/googleapis/cloud/scheduler/v1/target.pb.go @@ -67,7 +67,7 @@ func (x HttpMethod) String() string { return proto.EnumName(HttpMethod_name, int32(x)) } func (HttpMethod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_target_9a78483e17c44eaa, []int{0} + return fileDescriptor_target_21f966c3f7a2a854, []int{0} } // Http target. The job will be pushed to the job handler by means of @@ -107,17 +107,26 @@ type HttpTarget struct { // HTTP request body. A request body is allowed only if the HTTP // method is POST, PUT, or PATCH. It is an error to set body on a job with an // incompatible [HttpMethod][google.cloud.scheduler.v1.HttpMethod]. - Body []byte `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Body []byte `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"` + // The mode for generating an `Authorization` header for HTTP requests. + // + // If specified, all `Authorization` headers in the [HttpTarget.headers][google.cloud.scheduler.v1.HttpTarget.headers] + // field will be overridden. + // + // Types that are valid to be assigned to AuthorizationHeader: + // *HttpTarget_OauthToken + // *HttpTarget_OidcToken + AuthorizationHeader isHttpTarget_AuthorizationHeader `protobuf_oneof:"authorization_header"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *HttpTarget) Reset() { *m = HttpTarget{} } func (m *HttpTarget) String() string { return proto.CompactTextString(m) } func (*HttpTarget) ProtoMessage() {} func (*HttpTarget) Descriptor() ([]byte, []int) { - return fileDescriptor_target_9a78483e17c44eaa, []int{0} + return fileDescriptor_target_21f966c3f7a2a854, []int{0} } func (m *HttpTarget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HttpTarget.Unmarshal(m, b) @@ -165,6 +174,117 @@ func (m *HttpTarget) GetBody() []byte { return nil } +type isHttpTarget_AuthorizationHeader interface { + isHttpTarget_AuthorizationHeader() +} + +type HttpTarget_OauthToken struct { + OauthToken *OAuthToken `protobuf:"bytes,5,opt,name=oauth_token,json=oauthToken,proto3,oneof"` +} + +type HttpTarget_OidcToken struct { + OidcToken *OidcToken `protobuf:"bytes,6,opt,name=oidc_token,json=oidcToken,proto3,oneof"` +} + +func (*HttpTarget_OauthToken) isHttpTarget_AuthorizationHeader() {} + +func (*HttpTarget_OidcToken) isHttpTarget_AuthorizationHeader() {} + +func (m *HttpTarget) GetAuthorizationHeader() isHttpTarget_AuthorizationHeader { + if m != nil { + return m.AuthorizationHeader + } + return nil +} + +func (m *HttpTarget) GetOauthToken() *OAuthToken { + if x, ok := m.GetAuthorizationHeader().(*HttpTarget_OauthToken); ok { + return x.OauthToken + } + return nil +} + +func (m *HttpTarget) GetOidcToken() *OidcToken { + if x, ok := m.GetAuthorizationHeader().(*HttpTarget_OidcToken); ok { + return x.OidcToken + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*HttpTarget) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _HttpTarget_OneofMarshaler, _HttpTarget_OneofUnmarshaler, _HttpTarget_OneofSizer, []interface{}{ + (*HttpTarget_OauthToken)(nil), + (*HttpTarget_OidcToken)(nil), + } +} + +func _HttpTarget_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*HttpTarget) + // authorization_header + switch x := m.AuthorizationHeader.(type) { + case *HttpTarget_OauthToken: + b.EncodeVarint(5<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.OauthToken); err != nil { + return err + } + case *HttpTarget_OidcToken: + b.EncodeVarint(6<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.OidcToken); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("HttpTarget.AuthorizationHeader has unexpected type %T", x) + } + return nil +} + +func _HttpTarget_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*HttpTarget) + switch tag { + case 5: // authorization_header.oauth_token + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(OAuthToken) + err := b.DecodeMessage(msg) + m.AuthorizationHeader = &HttpTarget_OauthToken{msg} + return true, err + case 6: // authorization_header.oidc_token + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(OidcToken) + err := b.DecodeMessage(msg) + m.AuthorizationHeader = &HttpTarget_OidcToken{msg} + return true, err + default: + return false, nil + } +} + +func _HttpTarget_OneofSizer(msg proto.Message) (n int) { + m := msg.(*HttpTarget) + // authorization_header + switch x := m.AuthorizationHeader.(type) { + case *HttpTarget_OauthToken: + s := proto.Size(x.OauthToken) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *HttpTarget_OidcToken: + s := proto.Size(x.OidcToken) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + // App Engine target. The job will be pushed to a job handler by means // of an HTTP request via an [http_method][google.cloud.scheduler.v1.AppEngineHttpTarget.http_method] such // as HTTP POST, HTTP GET, etc. The job is acknowledged by means of an @@ -235,7 +355,7 @@ func (m *AppEngineHttpTarget) Reset() { *m = AppEngineHttpTarget{} } func (m *AppEngineHttpTarget) String() string { return proto.CompactTextString(m) } func (*AppEngineHttpTarget) ProtoMessage() {} func (*AppEngineHttpTarget) Descriptor() ([]byte, []int) { - return fileDescriptor_target_9a78483e17c44eaa, []int{1} + return fileDescriptor_target_21f966c3f7a2a854, []int{1} } func (m *AppEngineHttpTarget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppEngineHttpTarget.Unmarshal(m, b) @@ -322,7 +442,7 @@ func (m *PubsubTarget) Reset() { *m = PubsubTarget{} } func (m *PubsubTarget) String() string { return proto.CompactTextString(m) } func (*PubsubTarget) ProtoMessage() {} func (*PubsubTarget) Descriptor() ([]byte, []int) { - return fileDescriptor_target_9a78483e17c44eaa, []int{2} + return fileDescriptor_target_21f966c3f7a2a854, []int{2} } func (m *PubsubTarget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PubsubTarget.Unmarshal(m, b) @@ -467,7 +587,7 @@ func (m *AppEngineRouting) Reset() { *m = AppEngineRouting{} } func (m *AppEngineRouting) String() string { return proto.CompactTextString(m) } func (*AppEngineRouting) ProtoMessage() {} func (*AppEngineRouting) Descriptor() ([]byte, []int) { - return fileDescriptor_target_9a78483e17c44eaa, []int{3} + return fileDescriptor_target_21f966c3f7a2a854, []int{3} } func (m *AppEngineRouting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppEngineRouting.Unmarshal(m, b) @@ -515,6 +635,120 @@ func (m *AppEngineRouting) GetHost() string { return "" } +// Contains information needed for generating an +// [OAuth token](https://developers.google.com/identity/protocols/OAuth2). +// This type of authorization should be used when sending requests to a GCP +// endpoint. +type OAuthToken struct { + // [Service account email](https://cloud.google.com/iam/docs/service-accounts) + // to be used for generating OAuth token. + // The service account must be within the same project as the job. The caller + // must have iam.serviceAccounts.actAs permission for the service account. + ServiceAccountEmail string `protobuf:"bytes,1,opt,name=service_account_email,json=serviceAccountEmail,proto3" json:"service_account_email,omitempty"` + // OAuth scope to be used for generating OAuth access token. + // If not specified, "https://www.googleapis.com/auth/cloud-platform" + // will be used. + Scope string `protobuf:"bytes,2,opt,name=scope,proto3" json:"scope,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *OAuthToken) Reset() { *m = OAuthToken{} } +func (m *OAuthToken) String() string { return proto.CompactTextString(m) } +func (*OAuthToken) ProtoMessage() {} +func (*OAuthToken) Descriptor() ([]byte, []int) { + return fileDescriptor_target_21f966c3f7a2a854, []int{4} +} +func (m *OAuthToken) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_OAuthToken.Unmarshal(m, b) +} +func (m *OAuthToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_OAuthToken.Marshal(b, m, deterministic) +} +func (dst *OAuthToken) XXX_Merge(src proto.Message) { + xxx_messageInfo_OAuthToken.Merge(dst, src) +} +func (m *OAuthToken) XXX_Size() int { + return xxx_messageInfo_OAuthToken.Size(m) +} +func (m *OAuthToken) XXX_DiscardUnknown() { + xxx_messageInfo_OAuthToken.DiscardUnknown(m) +} + +var xxx_messageInfo_OAuthToken proto.InternalMessageInfo + +func (m *OAuthToken) GetServiceAccountEmail() string { + if m != nil { + return m.ServiceAccountEmail + } + return "" +} + +func (m *OAuthToken) GetScope() string { + if m != nil { + return m.Scope + } + return "" +} + +// Contains information needed for generating an +// [OpenID Connect +// token](https://developers.google.com/identity/protocols/OpenIDConnect). This +// type of authorization should be used when sending requests to third party +// endpoints or Cloud Run. +type OidcToken struct { + // [Service account email](https://cloud.google.com/iam/docs/service-accounts) + // to be used for generating OIDC token. + // The service account must be within the same project as the job. The caller + // must have iam.serviceAccounts.actAs permission for the service account. + ServiceAccountEmail string `protobuf:"bytes,1,opt,name=service_account_email,json=serviceAccountEmail,proto3" json:"service_account_email,omitempty"` + // Audience to be used when generating OIDC token. If not specified, the URI + // specified in target will be used. + Audience string `protobuf:"bytes,2,opt,name=audience,proto3" json:"audience,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *OidcToken) Reset() { *m = OidcToken{} } +func (m *OidcToken) String() string { return proto.CompactTextString(m) } +func (*OidcToken) ProtoMessage() {} +func (*OidcToken) Descriptor() ([]byte, []int) { + return fileDescriptor_target_21f966c3f7a2a854, []int{5} +} +func (m *OidcToken) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_OidcToken.Unmarshal(m, b) +} +func (m *OidcToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_OidcToken.Marshal(b, m, deterministic) +} +func (dst *OidcToken) XXX_Merge(src proto.Message) { + xxx_messageInfo_OidcToken.Merge(dst, src) +} +func (m *OidcToken) XXX_Size() int { + return xxx_messageInfo_OidcToken.Size(m) +} +func (m *OidcToken) XXX_DiscardUnknown() { + xxx_messageInfo_OidcToken.DiscardUnknown(m) +} + +var xxx_messageInfo_OidcToken proto.InternalMessageInfo + +func (m *OidcToken) GetServiceAccountEmail() string { + if m != nil { + return m.ServiceAccountEmail + } + return "" +} + +func (m *OidcToken) GetAudience() string { + if m != nil { + return m.Audience + } + return "" +} + func init() { proto.RegisterType((*HttpTarget)(nil), "google.cloud.scheduler.v1.HttpTarget") proto.RegisterMapType((map[string]string)(nil), "google.cloud.scheduler.v1.HttpTarget.HeadersEntry") @@ -523,52 +757,62 @@ func init() { proto.RegisterType((*PubsubTarget)(nil), "google.cloud.scheduler.v1.PubsubTarget") proto.RegisterMapType((map[string]string)(nil), "google.cloud.scheduler.v1.PubsubTarget.AttributesEntry") proto.RegisterType((*AppEngineRouting)(nil), "google.cloud.scheduler.v1.AppEngineRouting") + proto.RegisterType((*OAuthToken)(nil), "google.cloud.scheduler.v1.OAuthToken") + proto.RegisterType((*OidcToken)(nil), "google.cloud.scheduler.v1.OidcToken") proto.RegisterEnum("google.cloud.scheduler.v1.HttpMethod", HttpMethod_name, HttpMethod_value) } func init() { - proto.RegisterFile("google/cloud/scheduler/v1/target.proto", fileDescriptor_target_9a78483e17c44eaa) -} - -var fileDescriptor_target_9a78483e17c44eaa = []byte{ - // 616 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0x5d, 0x8b, 0xd3, 0x4c, - 0x14, 0x7e, 0xd3, 0xb4, 0xdb, 0xed, 0x69, 0x79, 0x0d, 0xa3, 0x60, 0xad, 0x2e, 0xd4, 0x05, 0xa5, - 0x28, 0x24, 0x6c, 0xbd, 0x50, 0x76, 0xf1, 0xa2, 0xbb, 0xcd, 0xda, 0x85, 0xdd, 0x6d, 0x48, 0x53, - 0x44, 0x6f, 0xc2, 0xb4, 0x1d, 0xd3, 0x61, 0xdb, 0x99, 0x30, 0x99, 0x04, 0x7a, 0x2b, 0xfe, 0x49, - 0xff, 0x8d, 0x64, 0xf2, 0x61, 0x29, 0xee, 0xba, 0x8a, 0x77, 0xe7, 0xf3, 0x39, 0xe7, 0x79, 0x4e, - 0x32, 0xf0, 0x32, 0xe0, 0x3c, 0x58, 0x11, 0x6b, 0xbe, 0xe2, 0xf1, 0xc2, 0x8a, 0xe6, 0x4b, 0xb2, - 0x88, 0x57, 0x44, 0x58, 0xc9, 0x91, 0x25, 0xb1, 0x08, 0x88, 0x34, 0x43, 0xc1, 0x25, 0x47, 0x4f, - 0xb2, 0x3a, 0x53, 0xd5, 0x99, 0x65, 0x9d, 0x99, 0x1c, 0x75, 0x9e, 0xe5, 0x10, 0x38, 0xa4, 0x16, - 0x66, 0x8c, 0x4b, 0x2c, 0x29, 0x67, 0x51, 0xd6, 0xd8, 0xc9, 0x1b, 0x2d, 0xe5, 0xcd, 0xe2, 0x2f, - 0x16, 0x66, 0x9b, 0x2c, 0x75, 0xf8, 0xad, 0x02, 0x30, 0x92, 0x32, 0xf4, 0xd4, 0x20, 0x64, 0x80, - 0x1e, 0x0b, 0xda, 0xd6, 0xba, 0x5a, 0xaf, 0xe1, 0xa6, 0x26, 0x3a, 0x87, 0xe6, 0x52, 0xca, 0xd0, - 0x5f, 0x13, 0xb9, 0xe4, 0x8b, 0x76, 0xa5, 0xab, 0xf5, 0xfe, 0xef, 0xbf, 0x30, 0x6f, 0x5d, 0xc5, - 0x4c, 0xd1, 0xae, 0x54, 0xb1, 0x0b, 0xcb, 0xd2, 0x46, 0x97, 0x50, 0x5f, 0x12, 0xbc, 0x20, 0x22, - 0x6a, 0xeb, 0x5d, 0xbd, 0xd7, 0xec, 0xf7, 0x7f, 0x83, 0x91, 0x6d, 0x64, 0x8e, 0xb2, 0x26, 0x9b, - 0x49, 0xb1, 0x71, 0x0b, 0x08, 0x84, 0xa0, 0x3a, 0xe3, 0x8b, 0x4d, 0xbb, 0xda, 0xd5, 0x7a, 0x2d, - 0x57, 0xd9, 0x9d, 0x63, 0x68, 0x6d, 0x17, 0xa7, 0x5c, 0x6e, 0xc8, 0xa6, 0xe0, 0x72, 0x43, 0x36, - 0xe8, 0x11, 0xd4, 0x12, 0xbc, 0x8a, 0x89, 0x62, 0xd1, 0x70, 0x33, 0xe7, 0xb8, 0xf2, 0x4e, 0x3b, - 0xfc, 0xaa, 0xc3, 0xc3, 0x41, 0x18, 0xda, 0x2c, 0xa0, 0x8c, 0x6c, 0xe9, 0xb1, 0xc3, 0x5e, 0xfb, - 0x5b, 0xf6, 0x9f, 0x00, 0xe1, 0x30, 0xf4, 0x89, 0xc2, 0xf7, 0x05, 0x8f, 0x25, 0x65, 0x81, 0x5a, - 0xa3, 0xd9, 0x7f, 0x7d, 0x07, 0x5c, 0xb9, 0x93, 0x9b, 0xb5, 0xb8, 0x06, 0xde, 0x89, 0xa0, 0xe7, - 0xd0, 0x12, 0x64, 0x85, 0x25, 0x4d, 0x88, 0x9f, 0xde, 0x4e, 0x57, 0xdc, 0x9a, 0x45, 0x6c, 0x2a, - 0x28, 0x9a, 0xfe, 0xd4, 0xbe, 0xaa, 0xb4, 0x3f, 0xb9, 0xcf, 0xc8, 0x7b, 0x1f, 0xa1, 0xf6, 0x8f, - 0x8e, 0xf0, 0x5d, 0x83, 0x96, 0x13, 0xcf, 0xa2, 0x78, 0x96, 0xab, 0x7f, 0x00, 0x20, 0x79, 0x48, - 0xe7, 0x3e, 0xc3, 0x6b, 0x92, 0x63, 0x34, 0x54, 0xe4, 0x1a, 0xaf, 0x49, 0x3a, 0x7f, 0x81, 0x25, - 0x56, 0x8c, 0x5b, 0xae, 0xb2, 0xd1, 0x47, 0x00, 0x2c, 0xa5, 0xa0, 0xb3, 0x58, 0x92, 0x82, 0xed, - 0xdb, 0x3b, 0xd8, 0x6e, 0xcf, 0x33, 0x07, 0x65, 0x67, 0xc6, 0x74, 0x0b, 0xaa, 0xf3, 0x1e, 0x1e, - 0xec, 0xa4, 0xff, 0x88, 0x5b, 0x02, 0xc6, 0xee, 0x2d, 0x51, 0x1b, 0xea, 0x11, 0x11, 0x09, 0x9d, - 0x17, 0xdc, 0x0a, 0x37, 0xcd, 0x24, 0x44, 0x44, 0x94, 0xb3, 0x1c, 0xa9, 0x70, 0x51, 0x07, 0xf6, - 0x29, 0x8b, 0x24, 0x66, 0x73, 0x92, 0x5f, 0xba, 0xf4, 0x53, 0x3d, 0x96, 0x3c, 0x92, 0xea, 0xa7, - 0x68, 0xb8, 0xca, 0x7e, 0x15, 0x65, 0xbf, 0x77, 0xfe, 0x19, 0x3e, 0x85, 0xc7, 0x23, 0xcf, 0x73, - 0xfc, 0x2b, 0xdb, 0x1b, 0x8d, 0x87, 0xfe, 0xf4, 0x7a, 0xe2, 0xd8, 0x67, 0x17, 0xe7, 0x17, 0xf6, - 0xd0, 0xf8, 0x0f, 0xed, 0x43, 0xd5, 0x19, 0x4f, 0x3c, 0x43, 0x43, 0x75, 0xd0, 0x3f, 0xd8, 0x9e, - 0x51, 0x49, 0x43, 0x23, 0x7b, 0x30, 0x34, 0xf4, 0x34, 0xe4, 0x4c, 0x3d, 0xa3, 0x8a, 0x00, 0xf6, - 0x86, 0xf6, 0xa5, 0xed, 0xd9, 0x46, 0x0d, 0x35, 0xa0, 0xe6, 0x0c, 0xbc, 0xb3, 0x91, 0xb1, 0x87, - 0x9a, 0x50, 0x1f, 0x3b, 0xde, 0xc5, 0xf8, 0x7a, 0x62, 0xd4, 0x4f, 0x05, 0x1c, 0xcc, 0xf9, 0xfa, - 0x76, 0xd5, 0x4f, 0x9b, 0x99, 0xe0, 0x4e, 0xfa, 0x04, 0x39, 0xda, 0xe7, 0xd3, 0xbc, 0x32, 0xe0, - 0x2b, 0xcc, 0x02, 0x93, 0x8b, 0xc0, 0x0a, 0x08, 0x53, 0x0f, 0x94, 0x95, 0xa5, 0x70, 0x48, 0xa3, - 0x5f, 0xbc, 0x8f, 0x27, 0xa5, 0x33, 0xdb, 0x53, 0xe5, 0x6f, 0x7e, 0x04, 0x00, 0x00, 0xff, 0xff, - 0xab, 0x76, 0x2f, 0xf4, 0x4d, 0x05, 0x00, 0x00, + proto.RegisterFile("google/cloud/scheduler/v1/target.proto", fileDescriptor_target_21f966c3f7a2a854) +} + +var fileDescriptor_target_21f966c3f7a2a854 = []byte{ + // 750 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xdd, 0x6e, 0xeb, 0x44, + 0x10, 0x3e, 0xae, 0xf3, 0xd3, 0x8c, 0x23, 0xb0, 0xf6, 0x1c, 0x20, 0x04, 0x8e, 0x14, 0x22, 0x40, + 0x11, 0x48, 0xb6, 0x4e, 0xb8, 0x00, 0x9d, 0x23, 0x2e, 0x92, 0xc6, 0xc5, 0x95, 0xda, 0xc6, 0x72, + 0x1d, 0x10, 0x70, 0x61, 0x6d, 0xec, 0xc5, 0x5e, 0x35, 0xd9, 0xb5, 0xec, 0x75, 0xa4, 0x70, 0xc9, + 0xfb, 0xf0, 0x40, 0xbc, 0x0d, 0xf2, 0xfa, 0xa7, 0x51, 0x44, 0x43, 0x29, 0x77, 0xfb, 0xed, 0xcc, + 0x7c, 0x33, 0xdf, 0xcc, 0xac, 0x0d, 0x5f, 0x46, 0x9c, 0x47, 0x1b, 0x62, 0x06, 0x1b, 0x9e, 0x87, + 0x66, 0x16, 0xc4, 0x24, 0xcc, 0x37, 0x24, 0x35, 0x77, 0x6f, 0x4c, 0x81, 0xd3, 0x88, 0x08, 0x23, + 0x49, 0xb9, 0xe0, 0xe8, 0xe3, 0xd2, 0xcf, 0x90, 0x7e, 0x46, 0xe3, 0x67, 0xec, 0xde, 0x0c, 0x3f, + 0xad, 0x28, 0x70, 0x42, 0x4d, 0xcc, 0x18, 0x17, 0x58, 0x50, 0xce, 0xb2, 0x32, 0x70, 0x58, 0x05, + 0x9a, 0x12, 0xad, 0xf3, 0xdf, 0x4c, 0xcc, 0xf6, 0xa5, 0x69, 0xfc, 0xa7, 0x0a, 0x60, 0x0b, 0x91, + 0x78, 0x32, 0x11, 0xd2, 0x41, 0xcd, 0x53, 0x3a, 0x50, 0x46, 0xca, 0xa4, 0xe7, 0x16, 0x47, 0x74, + 0x09, 0x5a, 0x2c, 0x44, 0xe2, 0x6f, 0x89, 0x88, 0x79, 0x38, 0x38, 0x1b, 0x29, 0x93, 0xf7, 0xa6, + 0x5f, 0x18, 0x8f, 0x96, 0x62, 0x14, 0x6c, 0x37, 0xd2, 0xd9, 0x85, 0xb8, 0x39, 0xa3, 0x6b, 0xe8, + 0xc6, 0x04, 0x87, 0x24, 0xcd, 0x06, 0xea, 0x48, 0x9d, 0x68, 0xd3, 0xe9, 0xbf, 0x70, 0x94, 0x15, + 0x19, 0x76, 0x19, 0x64, 0x31, 0x91, 0xee, 0xdd, 0x9a, 0x02, 0x21, 0x68, 0xad, 0x79, 0xb8, 0x1f, + 0xb4, 0x46, 0xca, 0xa4, 0xef, 0xca, 0x33, 0xb2, 0x41, 0xe3, 0x38, 0x17, 0xb1, 0x2f, 0xf8, 0x3d, + 0x61, 0x83, 0xf6, 0x48, 0x99, 0x68, 0x27, 0x2b, 0x5d, 0xce, 0x72, 0x11, 0x7b, 0x85, 0xb3, 0xfd, + 0xc2, 0x05, 0x19, 0x2b, 0x11, 0xb2, 0x00, 0x38, 0x0d, 0x83, 0x8a, 0xa8, 0x23, 0x89, 0x3e, 0x3f, + 0x45, 0x44, 0xc3, 0xa0, 0xe6, 0xe9, 0xf1, 0x1a, 0x0c, 0xdf, 0x42, 0xff, 0xb0, 0xfa, 0xa2, 0xb9, + 0xf7, 0x64, 0x5f, 0x37, 0xf7, 0x9e, 0xec, 0xd1, 0x2b, 0x68, 0xef, 0xf0, 0x26, 0x27, 0xb2, 0xad, + 0x3d, 0xb7, 0x04, 0x6f, 0xcf, 0xbe, 0x53, 0xe6, 0x1f, 0xc2, 0xab, 0xa2, 0x1e, 0x9e, 0xd2, 0xdf, + 0xe5, 0x28, 0xfd, 0x52, 0xf9, 0xf8, 0x0f, 0x15, 0x5e, 0xce, 0x92, 0xc4, 0x62, 0x11, 0x65, 0xe4, + 0x60, 0x70, 0x47, 0x63, 0x52, 0x9e, 0x3b, 0xa6, 0x9f, 0x01, 0xe1, 0x24, 0xf1, 0x89, 0xe4, 0xf7, + 0x53, 0x9e, 0x0b, 0xca, 0x22, 0x59, 0x9e, 0x36, 0xfd, 0xfa, 0x04, 0x5d, 0x53, 0x93, 0x5b, 0x86, + 0xb8, 0x3a, 0x3e, 0xba, 0x41, 0x9f, 0x41, 0x3f, 0x25, 0x1b, 0x2c, 0xe8, 0x8e, 0xf8, 0xc5, 0x92, + 0xa9, 0x52, 0xb3, 0x56, 0xdf, 0xad, 0x52, 0x8a, 0x56, 0x0f, 0x4b, 0xd2, 0x92, 0x4b, 0xf2, 0xee, + 0x29, 0x29, 0x9f, 0xbc, 0x2d, 0xed, 0x87, 0x6d, 0xf9, 0x3f, 0xc3, 0x19, 0xff, 0xa5, 0x40, 0xdf, + 0xc9, 0xd7, 0x59, 0xbe, 0xae, 0xba, 0xff, 0x1a, 0x40, 0xf0, 0x84, 0x06, 0x3e, 0xc3, 0x5b, 0x52, + 0x71, 0xf4, 0xe4, 0xcd, 0x2d, 0xde, 0x92, 0x22, 0x7f, 0x88, 0x05, 0x96, 0x8a, 0xfb, 0xae, 0x3c, + 0xa3, 0x9f, 0x00, 0xb0, 0x10, 0x29, 0x5d, 0xe7, 0x82, 0xd4, 0x6a, 0xbf, 0x3d, 0xa1, 0xf6, 0x30, + 0x9f, 0x31, 0x6b, 0x22, 0x4b, 0xa5, 0x07, 0x54, 0xc3, 0xef, 0xe1, 0xfd, 0x23, 0xf3, 0x7f, 0xd2, + 0xb6, 0x03, 0xfd, 0x78, 0x96, 0x68, 0x00, 0xdd, 0x8c, 0xa4, 0x3b, 0x1a, 0xd4, 0xda, 0x6a, 0x58, + 0x58, 0x76, 0x24, 0xcd, 0x28, 0x67, 0x15, 0x53, 0x0d, 0xd1, 0x10, 0xce, 0x29, 0xcb, 0x04, 0x66, + 0x01, 0xa9, 0x26, 0xdd, 0xe0, 0xa2, 0x1f, 0x31, 0xcf, 0x84, 0x7c, 0xbd, 0x3d, 0x57, 0x9e, 0xc7, + 0x3f, 0x02, 0x3c, 0xbc, 0x47, 0x34, 0x85, 0x0f, 0xaa, 0x14, 0x3e, 0x0e, 0x02, 0x9e, 0x33, 0xe1, + 0x93, 0x2d, 0xa6, 0x9b, 0x2a, 0xff, 0xcb, 0xca, 0x38, 0x2b, 0x6d, 0x56, 0x61, 0x2a, 0x34, 0x65, + 0x01, 0x4f, 0x1a, 0x4d, 0x12, 0x8c, 0x7f, 0x85, 0x5e, 0xf3, 0x3c, 0x9f, 0x45, 0x3b, 0x84, 0x73, + 0x9c, 0x87, 0x94, 0x14, 0x42, 0x4a, 0xe6, 0x06, 0x7f, 0x95, 0x95, 0x1f, 0xcf, 0xea, 0xed, 0x7c, + 0x02, 0x1f, 0xd9, 0x9e, 0xe7, 0xf8, 0x37, 0x96, 0x67, 0x2f, 0x17, 0xfe, 0xea, 0xf6, 0xce, 0xb1, + 0x2e, 0xae, 0x2e, 0xaf, 0xac, 0x85, 0xfe, 0x02, 0x9d, 0x43, 0xcb, 0x59, 0xde, 0x79, 0xba, 0x82, + 0xba, 0xa0, 0xfe, 0x60, 0x79, 0xfa, 0x59, 0x71, 0x65, 0x5b, 0xb3, 0x85, 0xae, 0x16, 0x57, 0xce, + 0xca, 0xd3, 0x5b, 0x08, 0xa0, 0xb3, 0xb0, 0xae, 0x2d, 0xcf, 0xd2, 0xdb, 0xa8, 0x07, 0x6d, 0x67, + 0xe6, 0x5d, 0xd8, 0x7a, 0x07, 0x69, 0xd0, 0x5d, 0x3a, 0xde, 0xd5, 0xf2, 0xf6, 0x4e, 0xef, 0xce, + 0x53, 0x78, 0x1d, 0xf0, 0xed, 0xe3, 0xab, 0x32, 0xd7, 0xca, 0x2d, 0x71, 0x8a, 0x0f, 0xbc, 0xa3, + 0xfc, 0x32, 0xaf, 0x3c, 0x23, 0xbe, 0xc1, 0x2c, 0x32, 0x78, 0x1a, 0x99, 0x11, 0x61, 0xf2, 0xf3, + 0x6f, 0x96, 0x26, 0x9c, 0xd0, 0xec, 0x1f, 0xfe, 0x3e, 0xef, 0x1a, 0xb0, 0xee, 0x48, 0xf7, 0x6f, + 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x7a, 0x4a, 0x84, 0x17, 0xab, 0x06, 0x00, 0x00, } diff --git a/googleapis/cloud/scheduler/v1beta1/cloudscheduler.pb.go b/googleapis/cloud/scheduler/v1beta1/cloudscheduler.pb.go index aadf62031c..8ee5ef97e4 100644 --- a/googleapis/cloud/scheduler/v1beta1/cloudscheduler.pb.go +++ b/googleapis/cloud/scheduler/v1beta1/cloudscheduler.pb.go @@ -57,7 +57,7 @@ func (m *ListJobsRequest) Reset() { *m = ListJobsRequest{} } func (m *ListJobsRequest) String() string { return proto.CompactTextString(m) } func (*ListJobsRequest) ProtoMessage() {} func (*ListJobsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_83896ba95dd284d1, []int{0} + return fileDescriptor_cloudscheduler_9fba0107986f2580, []int{0} } func (m *ListJobsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobsRequest.Unmarshal(m, b) @@ -119,7 +119,7 @@ func (m *ListJobsResponse) Reset() { *m = ListJobsResponse{} } func (m *ListJobsResponse) String() string { return proto.CompactTextString(m) } func (*ListJobsResponse) ProtoMessage() {} func (*ListJobsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_83896ba95dd284d1, []int{1} + return fileDescriptor_cloudscheduler_9fba0107986f2580, []int{1} } func (m *ListJobsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobsResponse.Unmarshal(m, b) @@ -169,7 +169,7 @@ func (m *GetJobRequest) Reset() { *m = GetJobRequest{} } func (m *GetJobRequest) String() string { return proto.CompactTextString(m) } func (*GetJobRequest) ProtoMessage() {} func (*GetJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_83896ba95dd284d1, []int{2} + return fileDescriptor_cloudscheduler_9fba0107986f2580, []int{2} } func (m *GetJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetJobRequest.Unmarshal(m, b) @@ -220,7 +220,7 @@ func (m *CreateJobRequest) Reset() { *m = CreateJobRequest{} } func (m *CreateJobRequest) String() string { return proto.CompactTextString(m) } func (*CreateJobRequest) ProtoMessage() {} func (*CreateJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_83896ba95dd284d1, []int{3} + return fileDescriptor_cloudscheduler_9fba0107986f2580, []int{3} } func (m *CreateJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateJobRequest.Unmarshal(m, b) @@ -274,7 +274,7 @@ func (m *UpdateJobRequest) Reset() { *m = UpdateJobRequest{} } func (m *UpdateJobRequest) String() string { return proto.CompactTextString(m) } func (*UpdateJobRequest) ProtoMessage() {} func (*UpdateJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_83896ba95dd284d1, []int{4} + return fileDescriptor_cloudscheduler_9fba0107986f2580, []int{4} } func (m *UpdateJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateJobRequest.Unmarshal(m, b) @@ -325,7 +325,7 @@ func (m *DeleteJobRequest) Reset() { *m = DeleteJobRequest{} } func (m *DeleteJobRequest) String() string { return proto.CompactTextString(m) } func (*DeleteJobRequest) ProtoMessage() {} func (*DeleteJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_83896ba95dd284d1, []int{5} + return fileDescriptor_cloudscheduler_9fba0107986f2580, []int{5} } func (m *DeleteJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteJobRequest.Unmarshal(m, b) @@ -368,7 +368,7 @@ func (m *PauseJobRequest) Reset() { *m = PauseJobRequest{} } func (m *PauseJobRequest) String() string { return proto.CompactTextString(m) } func (*PauseJobRequest) ProtoMessage() {} func (*PauseJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_83896ba95dd284d1, []int{6} + return fileDescriptor_cloudscheduler_9fba0107986f2580, []int{6} } func (m *PauseJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PauseJobRequest.Unmarshal(m, b) @@ -411,7 +411,7 @@ func (m *ResumeJobRequest) Reset() { *m = ResumeJobRequest{} } func (m *ResumeJobRequest) String() string { return proto.CompactTextString(m) } func (*ResumeJobRequest) ProtoMessage() {} func (*ResumeJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_83896ba95dd284d1, []int{7} + return fileDescriptor_cloudscheduler_9fba0107986f2580, []int{7} } func (m *ResumeJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResumeJobRequest.Unmarshal(m, b) @@ -455,7 +455,7 @@ func (m *RunJobRequest) Reset() { *m = RunJobRequest{} } func (m *RunJobRequest) String() string { return proto.CompactTextString(m) } func (*RunJobRequest) ProtoMessage() {} func (*RunJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudscheduler_83896ba95dd284d1, []int{8} + return fileDescriptor_cloudscheduler_9fba0107986f2580, []int{8} } func (m *RunJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunJobRequest.Unmarshal(m, b) @@ -858,10 +858,10 @@ var _CloudScheduler_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/scheduler/v1beta1/cloudscheduler.proto", fileDescriptor_cloudscheduler_83896ba95dd284d1) + proto.RegisterFile("google/cloud/scheduler/v1beta1/cloudscheduler.proto", fileDescriptor_cloudscheduler_9fba0107986f2580) } -var fileDescriptor_cloudscheduler_83896ba95dd284d1 = []byte{ +var fileDescriptor_cloudscheduler_9fba0107986f2580 = []byte{ // 731 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x96, 0x4b, 0x4f, 0xdb, 0x4a, 0x14, 0xc7, 0x35, 0x3c, 0x22, 0x72, 0x10, 0x10, 0xcd, 0x02, 0xe5, 0x86, 0x7b, 0xaf, 0x22, 0xa3, diff --git a/googleapis/cloud/scheduler/v1beta1/job.pb.go b/googleapis/cloud/scheduler/v1beta1/job.pb.go index 35c843e3b0..c6cee09db7 100644 --- a/googleapis/cloud/scheduler/v1beta1/job.pb.go +++ b/googleapis/cloud/scheduler/v1beta1/job.pb.go @@ -62,7 +62,7 @@ func (x Job_State) String() string { return proto.EnumName(Job_State_name, int32(x)) } func (Job_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_job_92423e6f3c1c1cfc, []int{0, 0} + return fileDescriptor_job_4dcb53c8b6d297f5, []int{0, 0} } // Configuration for a job. @@ -171,7 +171,7 @@ func (m *Job) Reset() { *m = Job{} } func (m *Job) String() string { return proto.CompactTextString(m) } func (*Job) ProtoMessage() {} func (*Job) Descriptor() ([]byte, []int) { - return fileDescriptor_job_92423e6f3c1c1cfc, []int{0} + return fileDescriptor_job_4dcb53c8b6d297f5, []int{0} } func (m *Job) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Job.Unmarshal(m, b) @@ -481,7 +481,7 @@ func (m *RetryConfig) Reset() { *m = RetryConfig{} } func (m *RetryConfig) String() string { return proto.CompactTextString(m) } func (*RetryConfig) ProtoMessage() {} func (*RetryConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_job_92423e6f3c1c1cfc, []int{1} + return fileDescriptor_job_4dcb53c8b6d297f5, []int{1} } func (m *RetryConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RetryConfig.Unmarshal(m, b) @@ -543,10 +543,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/scheduler/v1beta1/job.proto", fileDescriptor_job_92423e6f3c1c1cfc) + proto.RegisterFile("google/cloud/scheduler/v1beta1/job.proto", fileDescriptor_job_4dcb53c8b6d297f5) } -var fileDescriptor_job_92423e6f3c1c1cfc = []byte{ +var fileDescriptor_job_4dcb53c8b6d297f5 = []byte{ // 728 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x94, 0x4f, 0x4f, 0xeb, 0x46, 0x14, 0xc5, 0x09, 0x24, 0x21, 0x5c, 0x27, 0x90, 0x0c, 0x7f, 0x6a, 0xd2, 0xaa, 0x44, 0xe9, 0x26, diff --git a/googleapis/cloud/scheduler/v1beta1/target.pb.go b/googleapis/cloud/scheduler/v1beta1/target.pb.go index a14eb55bf2..23bb3e24e5 100644 --- a/googleapis/cloud/scheduler/v1beta1/target.pb.go +++ b/googleapis/cloud/scheduler/v1beta1/target.pb.go @@ -67,7 +67,7 @@ func (x HttpMethod) String() string { return proto.EnumName(HttpMethod_name, int32(x)) } func (HttpMethod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_target_13cf47622868e18b, []int{0} + return fileDescriptor_target_d943b6e907724d6e, []int{0} } // Http target. The job will be pushed to the job handler by means of @@ -126,7 +126,7 @@ func (m *HttpTarget) Reset() { *m = HttpTarget{} } func (m *HttpTarget) String() string { return proto.CompactTextString(m) } func (*HttpTarget) ProtoMessage() {} func (*HttpTarget) Descriptor() ([]byte, []int) { - return fileDescriptor_target_13cf47622868e18b, []int{0} + return fileDescriptor_target_d943b6e907724d6e, []int{0} } func (m *HttpTarget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HttpTarget.Unmarshal(m, b) @@ -355,7 +355,7 @@ func (m *AppEngineHttpTarget) Reset() { *m = AppEngineHttpTarget{} } func (m *AppEngineHttpTarget) String() string { return proto.CompactTextString(m) } func (*AppEngineHttpTarget) ProtoMessage() {} func (*AppEngineHttpTarget) Descriptor() ([]byte, []int) { - return fileDescriptor_target_13cf47622868e18b, []int{1} + return fileDescriptor_target_d943b6e907724d6e, []int{1} } func (m *AppEngineHttpTarget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppEngineHttpTarget.Unmarshal(m, b) @@ -442,7 +442,7 @@ func (m *PubsubTarget) Reset() { *m = PubsubTarget{} } func (m *PubsubTarget) String() string { return proto.CompactTextString(m) } func (*PubsubTarget) ProtoMessage() {} func (*PubsubTarget) Descriptor() ([]byte, []int) { - return fileDescriptor_target_13cf47622868e18b, []int{2} + return fileDescriptor_target_d943b6e907724d6e, []int{2} } func (m *PubsubTarget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PubsubTarget.Unmarshal(m, b) @@ -587,7 +587,7 @@ func (m *AppEngineRouting) Reset() { *m = AppEngineRouting{} } func (m *AppEngineRouting) String() string { return proto.CompactTextString(m) } func (*AppEngineRouting) ProtoMessage() {} func (*AppEngineRouting) Descriptor() ([]byte, []int) { - return fileDescriptor_target_13cf47622868e18b, []int{3} + return fileDescriptor_target_d943b6e907724d6e, []int{3} } func (m *AppEngineRouting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppEngineRouting.Unmarshal(m, b) @@ -658,7 +658,7 @@ func (m *OAuthToken) Reset() { *m = OAuthToken{} } func (m *OAuthToken) String() string { return proto.CompactTextString(m) } func (*OAuthToken) ProtoMessage() {} func (*OAuthToken) Descriptor() ([]byte, []int) { - return fileDescriptor_target_13cf47622868e18b, []int{4} + return fileDescriptor_target_d943b6e907724d6e, []int{4} } func (m *OAuthToken) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OAuthToken.Unmarshal(m, b) @@ -715,7 +715,7 @@ func (m *OidcToken) Reset() { *m = OidcToken{} } func (m *OidcToken) String() string { return proto.CompactTextString(m) } func (*OidcToken) ProtoMessage() {} func (*OidcToken) Descriptor() ([]byte, []int) { - return fileDescriptor_target_13cf47622868e18b, []int{5} + return fileDescriptor_target_d943b6e907724d6e, []int{5} } func (m *OidcToken) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OidcToken.Unmarshal(m, b) @@ -763,10 +763,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/scheduler/v1beta1/target.proto", fileDescriptor_target_13cf47622868e18b) + proto.RegisterFile("google/cloud/scheduler/v1beta1/target.proto", fileDescriptor_target_d943b6e907724d6e) } -var fileDescriptor_target_13cf47622868e18b = []byte{ +var fileDescriptor_target_d943b6e907724d6e = []byte{ // 754 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xdb, 0x6e, 0xf3, 0x44, 0x10, 0xae, 0xeb, 0x1c, 0x9a, 0x71, 0x04, 0xd6, 0xb6, 0x40, 0x08, 0x07, 0x85, 0x5c, 0x85, 0x22, diff --git a/googleapis/cloud/securitycenter/v1/asset.pb.go b/googleapis/cloud/securitycenter/v1/asset.pb.go index 730d4820ef..8ac7976aaf 100644 --- a/googleapis/cloud/securitycenter/v1/asset.pb.go +++ b/googleapis/cloud/securitycenter/v1/asset.pb.go @@ -60,7 +60,7 @@ func (m *Asset) Reset() { *m = Asset{} } func (m *Asset) String() string { return proto.CompactTextString(m) } func (*Asset) ProtoMessage() {} func (*Asset) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_6429e78996bd9cc5, []int{0} + return fileDescriptor_asset_450623263cfcc7ba, []int{0} } func (m *Asset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Asset.Unmarshal(m, b) @@ -158,7 +158,7 @@ func (m *Asset_SecurityCenterProperties) Reset() { *m = Asset_SecurityCe func (m *Asset_SecurityCenterProperties) String() string { return proto.CompactTextString(m) } func (*Asset_SecurityCenterProperties) ProtoMessage() {} func (*Asset_SecurityCenterProperties) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_6429e78996bd9cc5, []int{0, 0} + return fileDescriptor_asset_450623263cfcc7ba, []int{0, 0} } func (m *Asset_SecurityCenterProperties) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Asset_SecurityCenterProperties.Unmarshal(m, b) @@ -230,7 +230,7 @@ func (m *Asset_IamPolicy) Reset() { *m = Asset_IamPolicy{} } func (m *Asset_IamPolicy) String() string { return proto.CompactTextString(m) } func (*Asset_IamPolicy) ProtoMessage() {} func (*Asset_IamPolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_6429e78996bd9cc5, []int{0, 1} + return fileDescriptor_asset_450623263cfcc7ba, []int{0, 1} } func (m *Asset_IamPolicy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Asset_IamPolicy.Unmarshal(m, b) @@ -265,10 +265,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/securitycenter/v1/asset.proto", fileDescriptor_asset_6429e78996bd9cc5) + proto.RegisterFile("google/cloud/securitycenter/v1/asset.proto", fileDescriptor_asset_450623263cfcc7ba) } -var fileDescriptor_asset_6429e78996bd9cc5 = []byte{ +var fileDescriptor_asset_450623263cfcc7ba = []byte{ // 581 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x54, 0xcd, 0x6e, 0xd3, 0x4c, 0x14, 0x95, 0x93, 0xe6, 0xeb, 0x97, 0x1b, 0xfa, 0xa3, 0x41, 0x02, 0xcb, 0x42, 0x6d, 0x28, 0x0b, diff --git a/googleapis/cloud/securitycenter/v1/finding.pb.go b/googleapis/cloud/securitycenter/v1/finding.pb.go index a0c7c2c85a..a742337598 100644 --- a/googleapis/cloud/securitycenter/v1/finding.pb.go +++ b/googleapis/cloud/securitycenter/v1/finding.pb.go @@ -49,7 +49,7 @@ func (x Finding_State) String() string { return proto.EnumName(Finding_State_name, int32(x)) } func (Finding_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_finding_d1c4af5da1a4f432, []int{0, 0} + return fileDescriptor_finding_12e0037571a78005, []int{0, 0} } // Cloud Security Command Center (Cloud SCC) finding. @@ -109,7 +109,7 @@ func (m *Finding) Reset() { *m = Finding{} } func (m *Finding) String() string { return proto.CompactTextString(m) } func (*Finding) ProtoMessage() {} func (*Finding) Descriptor() ([]byte, []int) { - return fileDescriptor_finding_d1c4af5da1a4f432, []int{0} + return fileDescriptor_finding_12e0037571a78005, []int{0} } func (m *Finding) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Finding.Unmarshal(m, b) @@ -206,10 +206,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/securitycenter/v1/finding.proto", fileDescriptor_finding_d1c4af5da1a4f432) + proto.RegisterFile("google/cloud/securitycenter/v1/finding.proto", fileDescriptor_finding_12e0037571a78005) } -var fileDescriptor_finding_d1c4af5da1a4f432 = []byte{ +var fileDescriptor_finding_12e0037571a78005 = []byte{ // 555 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xcf, 0x6e, 0xda, 0x40, 0x10, 0xc6, 0x6b, 0x08, 0x04, 0x06, 0x12, 0x91, 0x95, 0x12, 0x59, 0xa8, 0x4a, 0x09, 0xbd, 0x70, diff --git a/googleapis/cloud/securitycenter/v1/organization_settings.pb.go b/googleapis/cloud/securitycenter/v1/organization_settings.pb.go index 2e9788715e..daaee04882 100644 --- a/googleapis/cloud/securitycenter/v1/organization_settings.pb.go +++ b/googleapis/cloud/securitycenter/v1/organization_settings.pb.go @@ -56,7 +56,7 @@ func (x OrganizationSettings_AssetDiscoveryConfig_InclusionMode) String() string return proto.EnumName(OrganizationSettings_AssetDiscoveryConfig_InclusionMode_name, int32(x)) } func (OrganizationSettings_AssetDiscoveryConfig_InclusionMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_organization_settings_e500bf2ff9b3c18d, []int{0, 0, 0} + return fileDescriptor_organization_settings_f518d42165f0c7c2, []int{0, 0, 0} } // User specified settings that are attached to the Cloud Security Command @@ -83,7 +83,7 @@ func (m *OrganizationSettings) Reset() { *m = OrganizationSettings{} } func (m *OrganizationSettings) String() string { return proto.CompactTextString(m) } func (*OrganizationSettings) ProtoMessage() {} func (*OrganizationSettings) Descriptor() ([]byte, []int) { - return fileDescriptor_organization_settings_e500bf2ff9b3c18d, []int{0} + return fileDescriptor_organization_settings_f518d42165f0c7c2, []int{0} } func (m *OrganizationSettings) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OrganizationSettings.Unmarshal(m, b) @@ -141,7 +141,7 @@ func (m *OrganizationSettings_AssetDiscoveryConfig) Reset() { func (m *OrganizationSettings_AssetDiscoveryConfig) String() string { return proto.CompactTextString(m) } func (*OrganizationSettings_AssetDiscoveryConfig) ProtoMessage() {} func (*OrganizationSettings_AssetDiscoveryConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_organization_settings_e500bf2ff9b3c18d, []int{0, 0} + return fileDescriptor_organization_settings_f518d42165f0c7c2, []int{0, 0} } func (m *OrganizationSettings_AssetDiscoveryConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OrganizationSettings_AssetDiscoveryConfig.Unmarshal(m, b) @@ -182,10 +182,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/securitycenter/v1/organization_settings.proto", fileDescriptor_organization_settings_e500bf2ff9b3c18d) + proto.RegisterFile("google/cloud/securitycenter/v1/organization_settings.proto", fileDescriptor_organization_settings_f518d42165f0c7c2) } -var fileDescriptor_organization_settings_e500bf2ff9b3c18d = []byte{ +var fileDescriptor_organization_settings_f518d42165f0c7c2 = []byte{ // 454 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x92, 0xdf, 0x6e, 0xd3, 0x30, 0x14, 0xc6, 0x49, 0xda, 0x8d, 0xce, 0x65, 0x53, 0x64, 0x55, 0x53, 0x55, 0xa1, 0x52, 0x7a, 0xd5, diff --git a/googleapis/cloud/securitycenter/v1/run_asset_discovery_response.pb.go b/googleapis/cloud/securitycenter/v1/run_asset_discovery_response.pb.go index 81322cc45f..978bf2c571 100644 --- a/googleapis/cloud/securitycenter/v1/run_asset_discovery_response.pb.go +++ b/googleapis/cloud/securitycenter/v1/run_asset_discovery_response.pb.go @@ -53,7 +53,7 @@ func (x RunAssetDiscoveryResponse_State) String() string { return proto.EnumName(RunAssetDiscoveryResponse_State_name, int32(x)) } func (RunAssetDiscoveryResponse_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_run_asset_discovery_response_4d32921e360a7834, []int{0, 0} + return fileDescriptor_run_asset_discovery_response_3522292b1e727515, []int{0, 0} } // Response of asset discovery run @@ -71,7 +71,7 @@ func (m *RunAssetDiscoveryResponse) Reset() { *m = RunAssetDiscoveryResp func (m *RunAssetDiscoveryResponse) String() string { return proto.CompactTextString(m) } func (*RunAssetDiscoveryResponse) ProtoMessage() {} func (*RunAssetDiscoveryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_run_asset_discovery_response_4d32921e360a7834, []int{0} + return fileDescriptor_run_asset_discovery_response_3522292b1e727515, []int{0} } func (m *RunAssetDiscoveryResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunAssetDiscoveryResponse.Unmarshal(m, b) @@ -111,10 +111,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/securitycenter/v1/run_asset_discovery_response.proto", fileDescriptor_run_asset_discovery_response_4d32921e360a7834) + proto.RegisterFile("google/cloud/securitycenter/v1/run_asset_discovery_response.proto", fileDescriptor_run_asset_discovery_response_3522292b1e727515) } -var fileDescriptor_run_asset_discovery_response_4d32921e360a7834 = []byte{ +var fileDescriptor_run_asset_discovery_response_3522292b1e727515 = []byte{ // 377 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xd1, 0xaa, 0xda, 0x30, 0x18, 0xc7, 0xd7, 0x0e, 0xc7, 0x96, 0x31, 0x71, 0x85, 0x81, 0xca, 0x70, 0xce, 0x2b, 0xaf, 0x12, diff --git a/googleapis/cloud/securitycenter/v1/security_marks.pb.go b/googleapis/cloud/securitycenter/v1/security_marks.pb.go index 5098ea0090..ca6ff316fb 100644 --- a/googleapis/cloud/securitycenter/v1/security_marks.pb.go +++ b/googleapis/cloud/securitycenter/v1/security_marks.pb.go @@ -47,7 +47,7 @@ func (m *SecurityMarks) Reset() { *m = SecurityMarks{} } func (m *SecurityMarks) String() string { return proto.CompactTextString(m) } func (*SecurityMarks) ProtoMessage() {} func (*SecurityMarks) Descriptor() ([]byte, []int) { - return fileDescriptor_security_marks_837e7f79b9854771, []int{0} + return fileDescriptor_security_marks_00c042d4d9bf7f29, []int{0} } func (m *SecurityMarks) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SecurityMarks.Unmarshal(m, b) @@ -87,10 +87,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/securitycenter/v1/security_marks.proto", fileDescriptor_security_marks_837e7f79b9854771) + proto.RegisterFile("google/cloud/securitycenter/v1/security_marks.proto", fileDescriptor_security_marks_00c042d4d9bf7f29) } -var fileDescriptor_security_marks_837e7f79b9854771 = []byte{ +var fileDescriptor_security_marks_00c042d4d9bf7f29 = []byte{ // 295 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4e, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0xce, 0xc9, 0x2f, 0x4d, 0xd1, 0x2f, 0x4e, 0x4d, 0x2e, 0x2d, 0xca, 0x2c, diff --git a/googleapis/cloud/securitycenter/v1/securitycenter_service.pb.go b/googleapis/cloud/securitycenter/v1/securitycenter_service.pb.go index 864efaf847..9d6b21b538 100644 --- a/googleapis/cloud/securitycenter/v1/securitycenter_service.pb.go +++ b/googleapis/cloud/securitycenter/v1/securitycenter_service.pb.go @@ -67,7 +67,7 @@ func (x ListAssetsResponse_ListAssetsResult_StateChange) String() string { return proto.EnumName(ListAssetsResponse_ListAssetsResult_StateChange_name, int32(x)) } func (ListAssetsResponse_ListAssetsResult_StateChange) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{12, 0, 0} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{12, 0, 0} } // The change in state of the finding. @@ -115,7 +115,7 @@ func (x ListFindingsResponse_ListFindingsResult_StateChange) String() string { return proto.EnumName(ListFindingsResponse_ListFindingsResult_StateChange_name, int32(x)) } func (ListFindingsResponse_ListFindingsResult_StateChange) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{14, 0, 0} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{14, 0, 0} } // Request message for creating a finding. @@ -139,7 +139,7 @@ func (m *CreateFindingRequest) Reset() { *m = CreateFindingRequest{} } func (m *CreateFindingRequest) String() string { return proto.CompactTextString(m) } func (*CreateFindingRequest) ProtoMessage() {} func (*CreateFindingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{0} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{0} } func (m *CreateFindingRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateFindingRequest.Unmarshal(m, b) @@ -197,7 +197,7 @@ func (m *CreateSourceRequest) Reset() { *m = CreateSourceRequest{} } func (m *CreateSourceRequest) String() string { return proto.CompactTextString(m) } func (*CreateSourceRequest) ProtoMessage() {} func (*CreateSourceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{1} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{1} } func (m *CreateSourceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSourceRequest.Unmarshal(m, b) @@ -245,7 +245,7 @@ func (m *GetOrganizationSettingsRequest) Reset() { *m = GetOrganizationS func (m *GetOrganizationSettingsRequest) String() string { return proto.CompactTextString(m) } func (*GetOrganizationSettingsRequest) ProtoMessage() {} func (*GetOrganizationSettingsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{2} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{2} } func (m *GetOrganizationSettingsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetOrganizationSettingsRequest.Unmarshal(m, b) @@ -286,7 +286,7 @@ func (m *GetSourceRequest) Reset() { *m = GetSourceRequest{} } func (m *GetSourceRequest) String() string { return proto.CompactTextString(m) } func (*GetSourceRequest) ProtoMessage() {} func (*GetSourceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{3} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{3} } func (m *GetSourceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSourceRequest.Unmarshal(m, b) @@ -423,7 +423,7 @@ func (m *GroupAssetsRequest) Reset() { *m = GroupAssetsRequest{} } func (m *GroupAssetsRequest) String() string { return proto.CompactTextString(m) } func (*GroupAssetsRequest) ProtoMessage() {} func (*GroupAssetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{4} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{4} } func (m *GroupAssetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupAssetsRequest.Unmarshal(m, b) @@ -514,7 +514,7 @@ func (m *GroupAssetsResponse) Reset() { *m = GroupAssetsResponse{} } func (m *GroupAssetsResponse) String() string { return proto.CompactTextString(m) } func (*GroupAssetsResponse) ProtoMessage() {} func (*GroupAssetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{5} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{5} } func (m *GroupAssetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupAssetsResponse.Unmarshal(m, b) @@ -669,7 +669,7 @@ func (m *GroupFindingsRequest) Reset() { *m = GroupFindingsRequest{} } func (m *GroupFindingsRequest) String() string { return proto.CompactTextString(m) } func (*GroupFindingsRequest) ProtoMessage() {} func (*GroupFindingsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{6} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{6} } func (m *GroupFindingsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupFindingsRequest.Unmarshal(m, b) @@ -760,7 +760,7 @@ func (m *GroupFindingsResponse) Reset() { *m = GroupFindingsResponse{} } func (m *GroupFindingsResponse) String() string { return proto.CompactTextString(m) } func (*GroupFindingsResponse) ProtoMessage() {} func (*GroupFindingsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{7} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{7} } func (m *GroupFindingsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupFindingsResponse.Unmarshal(m, b) @@ -823,7 +823,7 @@ func (m *GroupResult) Reset() { *m = GroupResult{} } func (m *GroupResult) String() string { return proto.CompactTextString(m) } func (*GroupResult) ProtoMessage() {} func (*GroupResult) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{8} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{8} } func (m *GroupResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupResult.Unmarshal(m, b) @@ -878,7 +878,7 @@ func (m *ListSourcesRequest) Reset() { *m = ListSourcesRequest{} } func (m *ListSourcesRequest) String() string { return proto.CompactTextString(m) } func (*ListSourcesRequest) ProtoMessage() {} func (*ListSourcesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{9} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{9} } func (m *ListSourcesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSourcesRequest.Unmarshal(m, b) @@ -935,7 +935,7 @@ func (m *ListSourcesResponse) Reset() { *m = ListSourcesResponse{} } func (m *ListSourcesResponse) String() string { return proto.CompactTextString(m) } func (*ListSourcesResponse) ProtoMessage() {} func (*ListSourcesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{10} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{10} } func (m *ListSourcesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSourcesResponse.Unmarshal(m, b) @@ -1085,7 +1085,7 @@ func (m *ListAssetsRequest) Reset() { *m = ListAssetsRequest{} } func (m *ListAssetsRequest) String() string { return proto.CompactTextString(m) } func (*ListAssetsRequest) ProtoMessage() {} func (*ListAssetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{11} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{11} } func (m *ListAssetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAssetsRequest.Unmarshal(m, b) @@ -1181,7 +1181,7 @@ func (m *ListAssetsResponse) Reset() { *m = ListAssetsResponse{} } func (m *ListAssetsResponse) String() string { return proto.CompactTextString(m) } func (*ListAssetsResponse) ProtoMessage() {} func (*ListAssetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{12} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{12} } func (m *ListAssetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAssetsResponse.Unmarshal(m, b) @@ -1244,7 +1244,7 @@ func (m *ListAssetsResponse_ListAssetsResult) Reset() { *m = ListAssetsR func (m *ListAssetsResponse_ListAssetsResult) String() string { return proto.CompactTextString(m) } func (*ListAssetsResponse_ListAssetsResult) ProtoMessage() {} func (*ListAssetsResponse_ListAssetsResult) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{12, 0} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{12, 0} } func (m *ListAssetsResponse_ListAssetsResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAssetsResponse_ListAssetsResult.Unmarshal(m, b) @@ -1392,7 +1392,7 @@ func (m *ListFindingsRequest) Reset() { *m = ListFindingsRequest{} } func (m *ListFindingsRequest) String() string { return proto.CompactTextString(m) } func (*ListFindingsRequest) ProtoMessage() {} func (*ListFindingsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{13} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{13} } func (m *ListFindingsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFindingsRequest.Unmarshal(m, b) @@ -1488,7 +1488,7 @@ func (m *ListFindingsResponse) Reset() { *m = ListFindingsResponse{} } func (m *ListFindingsResponse) String() string { return proto.CompactTextString(m) } func (*ListFindingsResponse) ProtoMessage() {} func (*ListFindingsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{14} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{14} } func (m *ListFindingsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFindingsResponse.Unmarshal(m, b) @@ -1553,7 +1553,7 @@ func (m *ListFindingsResponse_ListFindingsResult) Reset() { func (m *ListFindingsResponse_ListFindingsResult) String() string { return proto.CompactTextString(m) } func (*ListFindingsResponse_ListFindingsResult) ProtoMessage() {} func (*ListFindingsResponse_ListFindingsResult) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{14, 0} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{14, 0} } func (m *ListFindingsResponse_ListFindingsResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFindingsResponse_ListFindingsResult.Unmarshal(m, b) @@ -1607,7 +1607,7 @@ func (m *SetFindingStateRequest) Reset() { *m = SetFindingStateRequest{} func (m *SetFindingStateRequest) String() string { return proto.CompactTextString(m) } func (*SetFindingStateRequest) ProtoMessage() {} func (*SetFindingStateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{15} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{15} } func (m *SetFindingStateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetFindingStateRequest.Unmarshal(m, b) @@ -1662,7 +1662,7 @@ func (m *RunAssetDiscoveryRequest) Reset() { *m = RunAssetDiscoveryReque func (m *RunAssetDiscoveryRequest) String() string { return proto.CompactTextString(m) } func (*RunAssetDiscoveryRequest) ProtoMessage() {} func (*RunAssetDiscoveryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{16} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{16} } func (m *RunAssetDiscoveryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunAssetDiscoveryRequest.Unmarshal(m, b) @@ -1715,7 +1715,7 @@ func (m *UpdateFindingRequest) Reset() { *m = UpdateFindingRequest{} } func (m *UpdateFindingRequest) String() string { return proto.CompactTextString(m) } func (*UpdateFindingRequest) ProtoMessage() {} func (*UpdateFindingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{17} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{17} } func (m *UpdateFindingRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateFindingRequest.Unmarshal(m, b) @@ -1766,7 +1766,7 @@ func (m *UpdateOrganizationSettingsRequest) Reset() { *m = UpdateOrganiz func (m *UpdateOrganizationSettingsRequest) String() string { return proto.CompactTextString(m) } func (*UpdateOrganizationSettingsRequest) ProtoMessage() {} func (*UpdateOrganizationSettingsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{18} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{18} } func (m *UpdateOrganizationSettingsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateOrganizationSettingsRequest.Unmarshal(m, b) @@ -1817,7 +1817,7 @@ func (m *UpdateSourceRequest) Reset() { *m = UpdateSourceRequest{} } func (m *UpdateSourceRequest) String() string { return proto.CompactTextString(m) } func (*UpdateSourceRequest) ProtoMessage() {} func (*UpdateSourceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{19} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{19} } func (m *UpdateSourceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateSourceRequest.Unmarshal(m, b) @@ -1874,7 +1874,7 @@ func (m *UpdateSecurityMarksRequest) Reset() { *m = UpdateSecurityMarksR func (m *UpdateSecurityMarksRequest) String() string { return proto.CompactTextString(m) } func (*UpdateSecurityMarksRequest) ProtoMessage() {} func (*UpdateSecurityMarksRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_2e8a2f0740f1f361, []int{20} + return fileDescriptor_securitycenter_service_0a41679950f5c36f, []int{20} } func (m *UpdateSecurityMarksRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateSecurityMarksRequest.Unmarshal(m, b) @@ -2644,10 +2644,10 @@ var _SecurityCenter_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/securitycenter/v1/securitycenter_service.proto", fileDescriptor_securitycenter_service_2e8a2f0740f1f361) + proto.RegisterFile("google/cloud/securitycenter/v1/securitycenter_service.proto", fileDescriptor_securitycenter_service_0a41679950f5c36f) } -var fileDescriptor_securitycenter_service_2e8a2f0740f1f361 = []byte{ +var fileDescriptor_securitycenter_service_0a41679950f5c36f = []byte{ // 1987 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5a, 0xcd, 0x6f, 0x1b, 0xc7, 0x15, 0xef, 0xac, 0x3e, 0xf9, 0x68, 0xd9, 0xf4, 0x48, 0x76, 0x99, 0x4d, 0xec, 0x2a, 0x9b, 0xc4, diff --git a/googleapis/cloud/securitycenter/v1/source.pb.go b/googleapis/cloud/securitycenter/v1/source.pb.go index 58d735ad46..d3fc08351a 100644 --- a/googleapis/cloud/securitycenter/v1/source.pb.go +++ b/googleapis/cloud/securitycenter/v1/source.pb.go @@ -53,7 +53,7 @@ func (m *Source) Reset() { *m = Source{} } func (m *Source) String() string { return proto.CompactTextString(m) } func (*Source) ProtoMessage() {} func (*Source) Descriptor() ([]byte, []int) { - return fileDescriptor_source_9aec8c6f7cdc88bb, []int{0} + return fileDescriptor_source_9f533006806efa3c, []int{0} } func (m *Source) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Source.Unmarshal(m, b) @@ -99,10 +99,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/securitycenter/v1/source.proto", fileDescriptor_source_9aec8c6f7cdc88bb) + proto.RegisterFile("google/cloud/securitycenter/v1/source.proto", fileDescriptor_source_9f533006806efa3c) } -var fileDescriptor_source_9aec8c6f7cdc88bb = []byte{ +var fileDescriptor_source_9f533006806efa3c = []byte{ // 272 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0xd0, 0x41, 0x4a, 0xf4, 0x30, 0x14, 0x07, 0x70, 0xda, 0xaf, 0xdf, 0xa0, 0x19, 0x17, 0xd2, 0xd5, 0x20, 0x32, 0xcc, 0xcc, 0x4a, diff --git a/googleapis/cloud/securitycenter/v1beta1/asset.pb.go b/googleapis/cloud/securitycenter/v1beta1/asset.pb.go index cd37c3ae90..ca28810c85 100644 --- a/googleapis/cloud/securitycenter/v1beta1/asset.pb.go +++ b/googleapis/cloud/securitycenter/v1beta1/asset.pb.go @@ -56,7 +56,7 @@ func (m *Asset) Reset() { *m = Asset{} } func (m *Asset) String() string { return proto.CompactTextString(m) } func (*Asset) ProtoMessage() {} func (*Asset) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_43df7b06a0eb9ff3, []int{0} + return fileDescriptor_asset_96fa06a748c89784, []int{0} } func (m *Asset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Asset.Unmarshal(m, b) @@ -147,7 +147,7 @@ func (m *Asset_SecurityCenterProperties) Reset() { *m = Asset_SecurityCe func (m *Asset_SecurityCenterProperties) String() string { return proto.CompactTextString(m) } func (*Asset_SecurityCenterProperties) ProtoMessage() {} func (*Asset_SecurityCenterProperties) Descriptor() ([]byte, []int) { - return fileDescriptor_asset_43df7b06a0eb9ff3, []int{0, 0} + return fileDescriptor_asset_96fa06a748c89784, []int{0, 0} } func (m *Asset_SecurityCenterProperties) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Asset_SecurityCenterProperties.Unmarshal(m, b) @@ -209,10 +209,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/securitycenter/v1beta1/asset.proto", fileDescriptor_asset_43df7b06a0eb9ff3) + proto.RegisterFile("google/cloud/securitycenter/v1beta1/asset.proto", fileDescriptor_asset_96fa06a748c89784) } -var fileDescriptor_asset_43df7b06a0eb9ff3 = []byte{ +var fileDescriptor_asset_96fa06a748c89784 = []byte{ // 490 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0x5d, 0x6b, 0xd4, 0x40, 0x14, 0x25, 0xdd, 0x6e, 0xb5, 0x77, 0xed, 0x07, 0x23, 0xe8, 0x10, 0x04, 0x17, 0xfb, 0xd0, 0x15, diff --git a/googleapis/cloud/securitycenter/v1beta1/finding.pb.go b/googleapis/cloud/securitycenter/v1beta1/finding.pb.go index ebfe94be92..dad444c421 100644 --- a/googleapis/cloud/securitycenter/v1beta1/finding.pb.go +++ b/googleapis/cloud/securitycenter/v1beta1/finding.pb.go @@ -49,7 +49,7 @@ func (x Finding_State) String() string { return proto.EnumName(Finding_State_name, int32(x)) } func (Finding_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_finding_67aa433c3f84c505, []int{0, 0} + return fileDescriptor_finding_136f8b994030e0de, []int{0, 0} } // Cloud Security Command Center (Cloud SCC) finding. @@ -109,7 +109,7 @@ func (m *Finding) Reset() { *m = Finding{} } func (m *Finding) String() string { return proto.CompactTextString(m) } func (*Finding) ProtoMessage() {} func (*Finding) Descriptor() ([]byte, []int) { - return fileDescriptor_finding_67aa433c3f84c505, []int{0} + return fileDescriptor_finding_136f8b994030e0de, []int{0} } func (m *Finding) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Finding.Unmarshal(m, b) @@ -206,10 +206,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/securitycenter/v1beta1/finding.proto", fileDescriptor_finding_67aa433c3f84c505) + proto.RegisterFile("google/cloud/securitycenter/v1beta1/finding.proto", fileDescriptor_finding_136f8b994030e0de) } -var fileDescriptor_finding_67aa433c3f84c505 = []byte{ +var fileDescriptor_finding_136f8b994030e0de = []byte{ // 510 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0x41, 0x6f, 0xda, 0x30, 0x14, 0xc7, 0x17, 0x28, 0x14, 0x1e, 0xb4, 0xa2, 0x96, 0x5a, 0x45, 0x68, 0xd2, 0x58, 0x7b, 0x18, diff --git a/googleapis/cloud/securitycenter/v1beta1/organization_settings.pb.go b/googleapis/cloud/securitycenter/v1beta1/organization_settings.pb.go index fcd915107a..abbf72b0ea 100644 --- a/googleapis/cloud/securitycenter/v1beta1/organization_settings.pb.go +++ b/googleapis/cloud/securitycenter/v1beta1/organization_settings.pb.go @@ -56,7 +56,7 @@ func (x OrganizationSettings_AssetDiscoveryConfig_InclusionMode) String() string return proto.EnumName(OrganizationSettings_AssetDiscoveryConfig_InclusionMode_name, int32(x)) } func (OrganizationSettings_AssetDiscoveryConfig_InclusionMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_organization_settings_edead7791c0f318e, []int{0, 0, 0} + return fileDescriptor_organization_settings_8916391f4b80a5cd, []int{0, 0, 0} } // User specified settings that are attached to the Cloud Security Command @@ -83,7 +83,7 @@ func (m *OrganizationSettings) Reset() { *m = OrganizationSettings{} } func (m *OrganizationSettings) String() string { return proto.CompactTextString(m) } func (*OrganizationSettings) ProtoMessage() {} func (*OrganizationSettings) Descriptor() ([]byte, []int) { - return fileDescriptor_organization_settings_edead7791c0f318e, []int{0} + return fileDescriptor_organization_settings_8916391f4b80a5cd, []int{0} } func (m *OrganizationSettings) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OrganizationSettings.Unmarshal(m, b) @@ -141,7 +141,7 @@ func (m *OrganizationSettings_AssetDiscoveryConfig) Reset() { func (m *OrganizationSettings_AssetDiscoveryConfig) String() string { return proto.CompactTextString(m) } func (*OrganizationSettings_AssetDiscoveryConfig) ProtoMessage() {} func (*OrganizationSettings_AssetDiscoveryConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_organization_settings_edead7791c0f318e, []int{0, 0} + return fileDescriptor_organization_settings_8916391f4b80a5cd, []int{0, 0} } func (m *OrganizationSettings_AssetDiscoveryConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OrganizationSettings_AssetDiscoveryConfig.Unmarshal(m, b) @@ -182,10 +182,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/securitycenter/v1beta1/organization_settings.proto", fileDescriptor_organization_settings_edead7791c0f318e) + proto.RegisterFile("google/cloud/securitycenter/v1beta1/organization_settings.proto", fileDescriptor_organization_settings_8916391f4b80a5cd) } -var fileDescriptor_organization_settings_edead7791c0f318e = []byte{ +var fileDescriptor_organization_settings_8916391f4b80a5cd = []byte{ // 399 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x92, 0xc1, 0x6b, 0x14, 0x31, 0x14, 0xc6, 0xcd, 0xae, 0xa8, 0xcd, 0xda, 0xb2, 0x84, 0xa1, 0x0c, 0x8b, 0xe8, 0x50, 0x0f, 0xce, diff --git a/googleapis/cloud/securitycenter/v1beta1/security_marks.pb.go b/googleapis/cloud/securitycenter/v1beta1/security_marks.pb.go index d5935ebc84..df41303431 100644 --- a/googleapis/cloud/securitycenter/v1beta1/security_marks.pb.go +++ b/googleapis/cloud/securitycenter/v1beta1/security_marks.pb.go @@ -46,7 +46,7 @@ func (m *SecurityMarks) Reset() { *m = SecurityMarks{} } func (m *SecurityMarks) String() string { return proto.CompactTextString(m) } func (*SecurityMarks) ProtoMessage() {} func (*SecurityMarks) Descriptor() ([]byte, []int) { - return fileDescriptor_security_marks_913ef0f390f1c1bf, []int{0} + return fileDescriptor_security_marks_89566b31649909af, []int{0} } func (m *SecurityMarks) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SecurityMarks.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/securitycenter/v1beta1/security_marks.proto", fileDescriptor_security_marks_913ef0f390f1c1bf) + proto.RegisterFile("google/cloud/securitycenter/v1beta1/security_marks.proto", fileDescriptor_security_marks_89566b31649909af) } -var fileDescriptor_security_marks_913ef0f390f1c1bf = []byte{ +var fileDescriptor_security_marks_89566b31649909af = []byte{ // 252 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0x41, 0x4b, 0xc3, 0x30, 0x14, 0xc7, 0x49, 0xe7, 0x04, 0x9f, 0x08, 0x12, 0x3c, 0x94, 0xe1, 0x61, 0xe8, 0xc1, 0x9d, 0x12, diff --git a/googleapis/cloud/securitycenter/v1beta1/securitycenter_service.pb.go b/googleapis/cloud/securitycenter/v1beta1/securitycenter_service.pb.go index 0574153da5..f61e9d6dae 100644 --- a/googleapis/cloud/securitycenter/v1beta1/securitycenter_service.pb.go +++ b/googleapis/cloud/securitycenter/v1beta1/securitycenter_service.pb.go @@ -71,7 +71,7 @@ func (x ListAssetsResponse_ListAssetsResult_State) String() string { return proto.EnumName(ListAssetsResponse_ListAssetsResult_State_name, int32(x)) } func (ListAssetsResponse_ListAssetsResult_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{12, 0, 0} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{12, 0, 0} } // Request message for creating a finding. @@ -95,7 +95,7 @@ func (m *CreateFindingRequest) Reset() { *m = CreateFindingRequest{} } func (m *CreateFindingRequest) String() string { return proto.CompactTextString(m) } func (*CreateFindingRequest) ProtoMessage() {} func (*CreateFindingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{0} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{0} } func (m *CreateFindingRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateFindingRequest.Unmarshal(m, b) @@ -153,7 +153,7 @@ func (m *CreateSourceRequest) Reset() { *m = CreateSourceRequest{} } func (m *CreateSourceRequest) String() string { return proto.CompactTextString(m) } func (*CreateSourceRequest) ProtoMessage() {} func (*CreateSourceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{1} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{1} } func (m *CreateSourceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSourceRequest.Unmarshal(m, b) @@ -201,7 +201,7 @@ func (m *GetOrganizationSettingsRequest) Reset() { *m = GetOrganizationS func (m *GetOrganizationSettingsRequest) String() string { return proto.CompactTextString(m) } func (*GetOrganizationSettingsRequest) ProtoMessage() {} func (*GetOrganizationSettingsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{2} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{2} } func (m *GetOrganizationSettingsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetOrganizationSettingsRequest.Unmarshal(m, b) @@ -242,7 +242,7 @@ func (m *GetSourceRequest) Reset() { *m = GetSourceRequest{} } func (m *GetSourceRequest) String() string { return proto.CompactTextString(m) } func (*GetSourceRequest) ProtoMessage() {} func (*GetSourceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{3} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{3} } func (m *GetSourceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSourceRequest.Unmarshal(m, b) @@ -360,7 +360,7 @@ func (m *GroupAssetsRequest) Reset() { *m = GroupAssetsRequest{} } func (m *GroupAssetsRequest) String() string { return proto.CompactTextString(m) } func (*GroupAssetsRequest) ProtoMessage() {} func (*GroupAssetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{4} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{4} } func (m *GroupAssetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupAssetsRequest.Unmarshal(m, b) @@ -449,7 +449,7 @@ func (m *GroupAssetsResponse) Reset() { *m = GroupAssetsResponse{} } func (m *GroupAssetsResponse) String() string { return proto.CompactTextString(m) } func (*GroupAssetsResponse) ProtoMessage() {} func (*GroupAssetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{5} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{5} } func (m *GroupAssetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupAssetsResponse.Unmarshal(m, b) @@ -556,7 +556,7 @@ func (m *GroupFindingsRequest) Reset() { *m = GroupFindingsRequest{} } func (m *GroupFindingsRequest) String() string { return proto.CompactTextString(m) } func (*GroupFindingsRequest) ProtoMessage() {} func (*GroupFindingsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{6} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{6} } func (m *GroupFindingsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupFindingsRequest.Unmarshal(m, b) @@ -638,7 +638,7 @@ func (m *GroupFindingsResponse) Reset() { *m = GroupFindingsResponse{} } func (m *GroupFindingsResponse) String() string { return proto.CompactTextString(m) } func (*GroupFindingsResponse) ProtoMessage() {} func (*GroupFindingsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{7} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{7} } func (m *GroupFindingsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupFindingsResponse.Unmarshal(m, b) @@ -694,7 +694,7 @@ func (m *GroupResult) Reset() { *m = GroupResult{} } func (m *GroupResult) String() string { return proto.CompactTextString(m) } func (*GroupResult) ProtoMessage() {} func (*GroupResult) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{8} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{8} } func (m *GroupResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupResult.Unmarshal(m, b) @@ -749,7 +749,7 @@ func (m *ListSourcesRequest) Reset() { *m = ListSourcesRequest{} } func (m *ListSourcesRequest) String() string { return proto.CompactTextString(m) } func (*ListSourcesRequest) ProtoMessage() {} func (*ListSourcesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{9} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{9} } func (m *ListSourcesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSourcesRequest.Unmarshal(m, b) @@ -806,7 +806,7 @@ func (m *ListSourcesResponse) Reset() { *m = ListSourcesResponse{} } func (m *ListSourcesResponse) String() string { return proto.CompactTextString(m) } func (*ListSourcesResponse) ProtoMessage() {} func (*ListSourcesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{10} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{10} } func (m *ListSourcesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSourcesResponse.Unmarshal(m, b) @@ -933,7 +933,7 @@ func (m *ListAssetsRequest) Reset() { *m = ListAssetsRequest{} } func (m *ListAssetsRequest) String() string { return proto.CompactTextString(m) } func (*ListAssetsRequest) ProtoMessage() {} func (*ListAssetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{11} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{11} } func (m *ListAssetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAssetsRequest.Unmarshal(m, b) @@ -1029,7 +1029,7 @@ func (m *ListAssetsResponse) Reset() { *m = ListAssetsResponse{} } func (m *ListAssetsResponse) String() string { return proto.CompactTextString(m) } func (*ListAssetsResponse) ProtoMessage() {} func (*ListAssetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{12} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{12} } func (m *ListAssetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAssetsResponse.Unmarshal(m, b) @@ -1092,7 +1092,7 @@ func (m *ListAssetsResponse_ListAssetsResult) Reset() { *m = ListAssetsR func (m *ListAssetsResponse_ListAssetsResult) String() string { return proto.CompactTextString(m) } func (*ListAssetsResponse_ListAssetsResult) ProtoMessage() {} func (*ListAssetsResponse_ListAssetsResult) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{12, 0} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{12, 0} } func (m *ListAssetsResponse_ListAssetsResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAssetsResponse_ListAssetsResult.Unmarshal(m, b) @@ -1194,7 +1194,7 @@ func (m *ListFindingsRequest) Reset() { *m = ListFindingsRequest{} } func (m *ListFindingsRequest) String() string { return proto.CompactTextString(m) } func (*ListFindingsRequest) ProtoMessage() {} func (*ListFindingsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{13} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{13} } func (m *ListFindingsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFindingsRequest.Unmarshal(m, b) @@ -1283,7 +1283,7 @@ func (m *ListFindingsResponse) Reset() { *m = ListFindingsResponse{} } func (m *ListFindingsResponse) String() string { return proto.CompactTextString(m) } func (*ListFindingsResponse) ProtoMessage() {} func (*ListFindingsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{14} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{14} } func (m *ListFindingsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFindingsResponse.Unmarshal(m, b) @@ -1351,7 +1351,7 @@ func (m *SetFindingStateRequest) Reset() { *m = SetFindingStateRequest{} func (m *SetFindingStateRequest) String() string { return proto.CompactTextString(m) } func (*SetFindingStateRequest) ProtoMessage() {} func (*SetFindingStateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{15} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{15} } func (m *SetFindingStateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetFindingStateRequest.Unmarshal(m, b) @@ -1406,7 +1406,7 @@ func (m *RunAssetDiscoveryRequest) Reset() { *m = RunAssetDiscoveryReque func (m *RunAssetDiscoveryRequest) String() string { return proto.CompactTextString(m) } func (*RunAssetDiscoveryRequest) ProtoMessage() {} func (*RunAssetDiscoveryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{16} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{16} } func (m *RunAssetDiscoveryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunAssetDiscoveryRequest.Unmarshal(m, b) @@ -1454,7 +1454,7 @@ func (m *UpdateFindingRequest) Reset() { *m = UpdateFindingRequest{} } func (m *UpdateFindingRequest) String() string { return proto.CompactTextString(m) } func (*UpdateFindingRequest) ProtoMessage() {} func (*UpdateFindingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{17} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{17} } func (m *UpdateFindingRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateFindingRequest.Unmarshal(m, b) @@ -1503,7 +1503,7 @@ func (m *UpdateOrganizationSettingsRequest) Reset() { *m = UpdateOrganiz func (m *UpdateOrganizationSettingsRequest) String() string { return proto.CompactTextString(m) } func (*UpdateOrganizationSettingsRequest) ProtoMessage() {} func (*UpdateOrganizationSettingsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{18} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{18} } func (m *UpdateOrganizationSettingsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateOrganizationSettingsRequest.Unmarshal(m, b) @@ -1552,7 +1552,7 @@ func (m *UpdateSourceRequest) Reset() { *m = UpdateSourceRequest{} } func (m *UpdateSourceRequest) String() string { return proto.CompactTextString(m) } func (*UpdateSourceRequest) ProtoMessage() {} func (*UpdateSourceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{19} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{19} } func (m *UpdateSourceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateSourceRequest.Unmarshal(m, b) @@ -1603,7 +1603,7 @@ func (m *UpdateSecurityMarksRequest) Reset() { *m = UpdateSecurityMarksR func (m *UpdateSecurityMarksRequest) String() string { return proto.CompactTextString(m) } func (*UpdateSecurityMarksRequest) ProtoMessage() {} func (*UpdateSecurityMarksRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_securitycenter_service_c243892a08857f74, []int{20} + return fileDescriptor_securitycenter_service_32527bc15746ec09, []int{20} } func (m *UpdateSecurityMarksRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateSecurityMarksRequest.Unmarshal(m, b) @@ -2371,10 +2371,10 @@ var _SecurityCenter_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/securitycenter/v1beta1/securitycenter_service.proto", fileDescriptor_securitycenter_service_c243892a08857f74) + proto.RegisterFile("google/cloud/securitycenter/v1beta1/securitycenter_service.proto", fileDescriptor_securitycenter_service_32527bc15746ec09) } -var fileDescriptor_securitycenter_service_c243892a08857f74 = []byte{ +var fileDescriptor_securitycenter_service_32527bc15746ec09 = []byte{ // 1902 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x5a, 0xdb, 0x6f, 0x1b, 0x59, 0x19, 0xe7, 0x38, 0x71, 0x12, 0x7f, 0x6e, 0x5a, 0xf7, 0x24, 0x2d, 0xde, 0xd9, 0xee, 0x12, 0x06, diff --git a/googleapis/cloud/securitycenter/v1beta1/source.pb.go b/googleapis/cloud/securitycenter/v1beta1/source.pb.go index bee1d45903..267147e038 100644 --- a/googleapis/cloud/securitycenter/v1beta1/source.pb.go +++ b/googleapis/cloud/securitycenter/v1beta1/source.pb.go @@ -53,7 +53,7 @@ func (m *Source) Reset() { *m = Source{} } func (m *Source) String() string { return proto.CompactTextString(m) } func (*Source) ProtoMessage() {} func (*Source) Descriptor() ([]byte, []int) { - return fileDescriptor_source_adbcc5410043bfde, []int{0} + return fileDescriptor_source_8609a031d711b388, []int{0} } func (m *Source) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Source.Unmarshal(m, b) @@ -99,10 +99,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/securitycenter/v1beta1/source.proto", fileDescriptor_source_adbcc5410043bfde) + proto.RegisterFile("google/cloud/securitycenter/v1beta1/source.proto", fileDescriptor_source_8609a031d711b388) } -var fileDescriptor_source_adbcc5410043bfde = []byte{ +var fileDescriptor_source_8609a031d711b388 = []byte{ // 217 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0x3f, 0x4b, 0xc5, 0x30, 0x14, 0xc5, 0xa9, 0x4a, 0xc1, 0xd4, 0x29, 0x53, 0x11, 0x87, 0xaa, 0x83, 0x4e, 0x89, 0xc5, 0xd1, diff --git a/googleapis/cloud/speech/v1/cloud_speech.pb.go b/googleapis/cloud/speech/v1/cloud_speech.pb.go index 8c49653649..2ecdd1b146 100644 --- a/googleapis/cloud/speech/v1/cloud_speech.pb.go +++ b/googleapis/cloud/speech/v1/cloud_speech.pb.go @@ -116,7 +116,7 @@ func (x RecognitionConfig_AudioEncoding) String() string { return proto.EnumName(RecognitionConfig_AudioEncoding_name, int32(x)) } func (RecognitionConfig_AudioEncoding) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{4, 0} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{4, 0} } // Indicates the type of speech event. @@ -148,7 +148,7 @@ func (x StreamingRecognizeResponse_SpeechEventType) String() string { return proto.EnumName(StreamingRecognizeResponse_SpeechEventType_name, int32(x)) } func (StreamingRecognizeResponse_SpeechEventType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{10, 0} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{10, 0} } // The top-level message sent by the client for the `Recognize` method. @@ -167,7 +167,7 @@ func (m *RecognizeRequest) Reset() { *m = RecognizeRequest{} } func (m *RecognizeRequest) String() string { return proto.CompactTextString(m) } func (*RecognizeRequest) ProtoMessage() {} func (*RecognizeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{0} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{0} } func (m *RecognizeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecognizeRequest.Unmarshal(m, b) @@ -218,7 +218,7 @@ func (m *LongRunningRecognizeRequest) Reset() { *m = LongRunningRecogniz func (m *LongRunningRecognizeRequest) String() string { return proto.CompactTextString(m) } func (*LongRunningRecognizeRequest) ProtoMessage() {} func (*LongRunningRecognizeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{1} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{1} } func (m *LongRunningRecognizeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LongRunningRecognizeRequest.Unmarshal(m, b) @@ -273,7 +273,7 @@ func (m *StreamingRecognizeRequest) Reset() { *m = StreamingRecognizeReq func (m *StreamingRecognizeRequest) String() string { return proto.CompactTextString(m) } func (*StreamingRecognizeRequest) ProtoMessage() {} func (*StreamingRecognizeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{2} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{2} } func (m *StreamingRecognizeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingRecognizeRequest.Unmarshal(m, b) @@ -432,7 +432,7 @@ func (m *StreamingRecognitionConfig) Reset() { *m = StreamingRecognition func (m *StreamingRecognitionConfig) String() string { return proto.CompactTextString(m) } func (*StreamingRecognitionConfig) ProtoMessage() {} func (*StreamingRecognitionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{3} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{3} } func (m *StreamingRecognitionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingRecognitionConfig.Unmarshal(m, b) @@ -600,7 +600,7 @@ func (m *RecognitionConfig) Reset() { *m = RecognitionConfig{} } func (m *RecognitionConfig) String() string { return proto.CompactTextString(m) } func (*RecognitionConfig) ProtoMessage() {} func (*RecognitionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{4} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{4} } func (m *RecognitionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecognitionConfig.Unmarshal(m, b) @@ -723,7 +723,7 @@ func (m *SpeechContext) Reset() { *m = SpeechContext{} } func (m *SpeechContext) String() string { return proto.CompactTextString(m) } func (*SpeechContext) ProtoMessage() {} func (*SpeechContext) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{5} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{5} } func (m *SpeechContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpeechContext.Unmarshal(m, b) @@ -771,7 +771,7 @@ func (m *RecognitionAudio) Reset() { *m = RecognitionAudio{} } func (m *RecognitionAudio) String() string { return proto.CompactTextString(m) } func (*RecognitionAudio) ProtoMessage() {} func (*RecognitionAudio) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{6} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{6} } func (m *RecognitionAudio) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecognitionAudio.Unmarshal(m, b) @@ -910,7 +910,7 @@ func (m *RecognizeResponse) Reset() { *m = RecognizeResponse{} } func (m *RecognizeResponse) String() string { return proto.CompactTextString(m) } func (*RecognizeResponse) ProtoMessage() {} func (*RecognizeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{7} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{7} } func (m *RecognizeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecognizeResponse.Unmarshal(m, b) @@ -955,7 +955,7 @@ func (m *LongRunningRecognizeResponse) Reset() { *m = LongRunningRecogni func (m *LongRunningRecognizeResponse) String() string { return proto.CompactTextString(m) } func (*LongRunningRecognizeResponse) ProtoMessage() {} func (*LongRunningRecognizeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{8} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{8} } func (m *LongRunningRecognizeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LongRunningRecognizeResponse.Unmarshal(m, b) @@ -1002,7 +1002,7 @@ func (m *LongRunningRecognizeMetadata) Reset() { *m = LongRunningRecogni func (m *LongRunningRecognizeMetadata) String() string { return proto.CompactTextString(m) } func (*LongRunningRecognizeMetadata) ProtoMessage() {} func (*LongRunningRecognizeMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{9} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{9} } func (m *LongRunningRecognizeMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LongRunningRecognizeMetadata.Unmarshal(m, b) @@ -1112,7 +1112,7 @@ func (m *StreamingRecognizeResponse) Reset() { *m = StreamingRecognizeRe func (m *StreamingRecognizeResponse) String() string { return proto.CompactTextString(m) } func (*StreamingRecognizeResponse) ProtoMessage() {} func (*StreamingRecognizeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{10} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{10} } func (m *StreamingRecognizeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingRecognizeResponse.Unmarshal(m, b) @@ -1186,7 +1186,7 @@ func (m *StreamingRecognitionResult) Reset() { *m = StreamingRecognition func (m *StreamingRecognitionResult) String() string { return proto.CompactTextString(m) } func (*StreamingRecognitionResult) ProtoMessage() {} func (*StreamingRecognitionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{11} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{11} } func (m *StreamingRecognitionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingRecognitionResult.Unmarshal(m, b) @@ -1254,7 +1254,7 @@ func (m *SpeechRecognitionResult) Reset() { *m = SpeechRecognitionResult func (m *SpeechRecognitionResult) String() string { return proto.CompactTextString(m) } func (*SpeechRecognitionResult) ProtoMessage() {} func (*SpeechRecognitionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{12} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{12} } func (m *SpeechRecognitionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpeechRecognitionResult.Unmarshal(m, b) @@ -1313,7 +1313,7 @@ func (m *SpeechRecognitionAlternative) Reset() { *m = SpeechRecognitionA func (m *SpeechRecognitionAlternative) String() string { return proto.CompactTextString(m) } func (*SpeechRecognitionAlternative) ProtoMessage() {} func (*SpeechRecognitionAlternative) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{13} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{13} } func (m *SpeechRecognitionAlternative) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpeechRecognitionAlternative.Unmarshal(m, b) @@ -1381,7 +1381,7 @@ func (m *WordInfo) Reset() { *m = WordInfo{} } func (m *WordInfo) String() string { return proto.CompactTextString(m) } func (*WordInfo) ProtoMessage() {} func (*WordInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_1e3d83e50c51747b, []int{14} + return fileDescriptor_cloud_speech_10c398bf6dc739ce, []int{14} } func (m *WordInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WordInfo.Unmarshal(m, b) @@ -1630,10 +1630,10 @@ var _Speech_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/speech/v1/cloud_speech.proto", fileDescriptor_cloud_speech_1e3d83e50c51747b) + proto.RegisterFile("google/cloud/speech/v1/cloud_speech.proto", fileDescriptor_cloud_speech_10c398bf6dc739ce) } -var fileDescriptor_cloud_speech_1e3d83e50c51747b = []byte{ +var fileDescriptor_cloud_speech_10c398bf6dc739ce = []byte{ // 1479 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0x4f, 0x53, 0x1b, 0xc9, 0x15, 0x67, 0x24, 0x84, 0xe0, 0xf1, 0x4f, 0xb4, 0x89, 0x3d, 0xc8, 0xc4, 0x90, 0x71, 0x5c, 0x06, diff --git a/googleapis/cloud/speech/v1p1beta1/cloud_speech.pb.go b/googleapis/cloud/speech/v1p1beta1/cloud_speech.pb.go index 49479b5f58..3b7bd607e3 100644 --- a/googleapis/cloud/speech/v1p1beta1/cloud_speech.pb.go +++ b/googleapis/cloud/speech/v1p1beta1/cloud_speech.pb.go @@ -116,7 +116,7 @@ func (x RecognitionConfig_AudioEncoding) String() string { return proto.EnumName(RecognitionConfig_AudioEncoding_name, int32(x)) } func (RecognitionConfig_AudioEncoding) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{4, 0} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{4, 0} } // Use case categories that the audio recognition request can be described @@ -178,7 +178,7 @@ func (x RecognitionMetadata_InteractionType) String() string { return proto.EnumName(RecognitionMetadata_InteractionType_name, int32(x)) } func (RecognitionMetadata_InteractionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{5, 0} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{5, 0} } // Enumerates the types of capture settings describing an audio file. @@ -214,7 +214,7 @@ func (x RecognitionMetadata_MicrophoneDistance) String() string { return proto.EnumName(RecognitionMetadata_MicrophoneDistance_name, int32(x)) } func (RecognitionMetadata_MicrophoneDistance) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{5, 1} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{5, 1} } // The original media the speech was recorded on. @@ -244,7 +244,7 @@ func (x RecognitionMetadata_OriginalMediaType) String() string { return proto.EnumName(RecognitionMetadata_OriginalMediaType_name, int32(x)) } func (RecognitionMetadata_OriginalMediaType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{5, 2} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{5, 2} } // The type of device the speech was recorded with. @@ -290,7 +290,7 @@ func (x RecognitionMetadata_RecordingDeviceType) String() string { return proto.EnumName(RecognitionMetadata_RecordingDeviceType_name, int32(x)) } func (RecognitionMetadata_RecordingDeviceType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{5, 3} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{5, 3} } // Indicates the type of speech event. @@ -322,7 +322,7 @@ func (x StreamingRecognizeResponse_SpeechEventType) String() string { return proto.EnumName(StreamingRecognizeResponse_SpeechEventType_name, int32(x)) } func (StreamingRecognizeResponse_SpeechEventType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{11, 0} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{11, 0} } // The top-level message sent by the client for the `Recognize` method. @@ -341,7 +341,7 @@ func (m *RecognizeRequest) Reset() { *m = RecognizeRequest{} } func (m *RecognizeRequest) String() string { return proto.CompactTextString(m) } func (*RecognizeRequest) ProtoMessage() {} func (*RecognizeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{0} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{0} } func (m *RecognizeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecognizeRequest.Unmarshal(m, b) @@ -392,7 +392,7 @@ func (m *LongRunningRecognizeRequest) Reset() { *m = LongRunningRecogniz func (m *LongRunningRecognizeRequest) String() string { return proto.CompactTextString(m) } func (*LongRunningRecognizeRequest) ProtoMessage() {} func (*LongRunningRecognizeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{1} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{1} } func (m *LongRunningRecognizeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LongRunningRecognizeRequest.Unmarshal(m, b) @@ -447,7 +447,7 @@ func (m *StreamingRecognizeRequest) Reset() { *m = StreamingRecognizeReq func (m *StreamingRecognizeRequest) String() string { return proto.CompactTextString(m) } func (*StreamingRecognizeRequest) ProtoMessage() {} func (*StreamingRecognizeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{2} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{2} } func (m *StreamingRecognizeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingRecognizeRequest.Unmarshal(m, b) @@ -606,7 +606,7 @@ func (m *StreamingRecognitionConfig) Reset() { *m = StreamingRecognition func (m *StreamingRecognitionConfig) String() string { return proto.CompactTextString(m) } func (*StreamingRecognitionConfig) ProtoMessage() {} func (*StreamingRecognitionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{3} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{3} } func (m *StreamingRecognitionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingRecognitionConfig.Unmarshal(m, b) @@ -809,7 +809,7 @@ func (m *RecognitionConfig) Reset() { *m = RecognitionConfig{} } func (m *RecognitionConfig) String() string { return proto.CompactTextString(m) } func (*RecognitionConfig) ProtoMessage() {} func (*RecognitionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{4} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{4} } func (m *RecognitionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecognitionConfig.Unmarshal(m, b) @@ -987,7 +987,7 @@ func (m *RecognitionMetadata) Reset() { *m = RecognitionMetadata{} } func (m *RecognitionMetadata) String() string { return proto.CompactTextString(m) } func (*RecognitionMetadata) ProtoMessage() {} func (*RecognitionMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{5} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{5} } func (m *RecognitionMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecognitionMetadata.Unmarshal(m, b) @@ -1089,7 +1089,7 @@ func (m *SpeechContext) Reset() { *m = SpeechContext{} } func (m *SpeechContext) String() string { return proto.CompactTextString(m) } func (*SpeechContext) ProtoMessage() {} func (*SpeechContext) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{6} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{6} } func (m *SpeechContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpeechContext.Unmarshal(m, b) @@ -1137,7 +1137,7 @@ func (m *RecognitionAudio) Reset() { *m = RecognitionAudio{} } func (m *RecognitionAudio) String() string { return proto.CompactTextString(m) } func (*RecognitionAudio) ProtoMessage() {} func (*RecognitionAudio) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{7} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{7} } func (m *RecognitionAudio) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecognitionAudio.Unmarshal(m, b) @@ -1276,7 +1276,7 @@ func (m *RecognizeResponse) Reset() { *m = RecognizeResponse{} } func (m *RecognizeResponse) String() string { return proto.CompactTextString(m) } func (*RecognizeResponse) ProtoMessage() {} func (*RecognizeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{8} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{8} } func (m *RecognizeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecognizeResponse.Unmarshal(m, b) @@ -1321,7 +1321,7 @@ func (m *LongRunningRecognizeResponse) Reset() { *m = LongRunningRecogni func (m *LongRunningRecognizeResponse) String() string { return proto.CompactTextString(m) } func (*LongRunningRecognizeResponse) ProtoMessage() {} func (*LongRunningRecognizeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{9} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{9} } func (m *LongRunningRecognizeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LongRunningRecognizeResponse.Unmarshal(m, b) @@ -1368,7 +1368,7 @@ func (m *LongRunningRecognizeMetadata) Reset() { *m = LongRunningRecogni func (m *LongRunningRecognizeMetadata) String() string { return proto.CompactTextString(m) } func (*LongRunningRecognizeMetadata) ProtoMessage() {} func (*LongRunningRecognizeMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{10} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{10} } func (m *LongRunningRecognizeMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LongRunningRecognizeMetadata.Unmarshal(m, b) @@ -1478,7 +1478,7 @@ func (m *StreamingRecognizeResponse) Reset() { *m = StreamingRecognizeRe func (m *StreamingRecognizeResponse) String() string { return proto.CompactTextString(m) } func (*StreamingRecognizeResponse) ProtoMessage() {} func (*StreamingRecognizeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{11} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{11} } func (m *StreamingRecognizeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingRecognizeResponse.Unmarshal(m, b) @@ -1560,7 +1560,7 @@ func (m *StreamingRecognitionResult) Reset() { *m = StreamingRecognition func (m *StreamingRecognitionResult) String() string { return proto.CompactTextString(m) } func (*StreamingRecognitionResult) ProtoMessage() {} func (*StreamingRecognitionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{12} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{12} } func (m *StreamingRecognitionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingRecognitionResult.Unmarshal(m, b) @@ -1647,7 +1647,7 @@ func (m *SpeechRecognitionResult) Reset() { *m = SpeechRecognitionResult func (m *SpeechRecognitionResult) String() string { return proto.CompactTextString(m) } func (*SpeechRecognitionResult) ProtoMessage() {} func (*SpeechRecognitionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{13} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{13} } func (m *SpeechRecognitionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpeechRecognitionResult.Unmarshal(m, b) @@ -1713,7 +1713,7 @@ func (m *SpeechRecognitionAlternative) Reset() { *m = SpeechRecognitionA func (m *SpeechRecognitionAlternative) String() string { return proto.CompactTextString(m) } func (*SpeechRecognitionAlternative) ProtoMessage() {} func (*SpeechRecognitionAlternative) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{14} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{14} } func (m *SpeechRecognitionAlternative) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpeechRecognitionAlternative.Unmarshal(m, b) @@ -1795,7 +1795,7 @@ func (m *WordInfo) Reset() { *m = WordInfo{} } func (m *WordInfo) String() string { return proto.CompactTextString(m) } func (*WordInfo) ProtoMessage() {} func (*WordInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_speech_9e62932d6cbd582d, []int{15} + return fileDescriptor_cloud_speech_71c4a621c1d5e720, []int{15} } func (m *WordInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WordInfo.Unmarshal(m, b) @@ -2063,10 +2063,10 @@ var _Speech_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/speech/v1p1beta1/cloud_speech.proto", fileDescriptor_cloud_speech_9e62932d6cbd582d) + proto.RegisterFile("google/cloud/speech/v1p1beta1/cloud_speech.proto", fileDescriptor_cloud_speech_71c4a621c1d5e720) } -var fileDescriptor_cloud_speech_9e62932d6cbd582d = []byte{ +var fileDescriptor_cloud_speech_71c4a621c1d5e720 = []byte{ // 2178 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x58, 0xbf, 0x73, 0xdb, 0xc8, 0xf5, 0x37, 0x48, 0x51, 0x12, 0x9f, 0x7e, 0x41, 0x2b, 0xdf, 0x89, 0x96, 0x75, 0x67, 0x1b, 0x9e, diff --git a/googleapis/cloud/support/common/common.pb.go b/googleapis/cloud/support/common/common.pb.go index d8814709fb..f658f34794 100644 --- a/googleapis/cloud/support/common/common.pb.go +++ b/googleapis/cloud/support/common/common.pb.go @@ -51,7 +51,7 @@ func (x SupportAccount_State) String() string { return proto.EnumName(SupportAccount_State_name, int32(x)) } func (SupportAccount_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_5756cc04782c04d8, []int{0, 0} + return fileDescriptor_common_2a1414d9284edc87, []int{0, 0} } // Pricing model applicable to this support account. @@ -82,7 +82,7 @@ func (x SupportAccount_PricingModel) String() string { return proto.EnumName(SupportAccount_PricingModel_name, int32(x)) } func (SupportAccount_PricingModel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_5756cc04782c04d8, []int{0, 1} + return fileDescriptor_common_2a1414d9284edc87, []int{0, 1} } // The case priority with P0 being the most urgent and P4 the least. @@ -127,7 +127,7 @@ func (x Case_Priority) String() string { return proto.EnumName(Case_Priority_name, int32(x)) } func (Case_Priority) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_5756cc04782c04d8, []int{1, 0} + return fileDescriptor_common_2a1414d9284edc87, []int{1, 0} } // The state of a case. @@ -181,7 +181,7 @@ func (x Case_State) String() string { return proto.EnumName(Case_State_name, int32(x)) } func (Case_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_5756cc04782c04d8, []int{1, 1} + return fileDescriptor_common_2a1414d9284edc87, []int{1, 1} } // The status of a customer issue. @@ -223,7 +223,7 @@ func (x CustomerIssue_IssueState) String() string { return proto.EnumName(CustomerIssue_IssueState_name, int32(x)) } func (CustomerIssue_IssueState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_5756cc04782c04d8, []int{2, 0} + return fileDescriptor_common_2a1414d9284edc87, []int{2, 0} } // A role which determines the support resources and features a user might @@ -262,7 +262,7 @@ func (x SupportRole_Role) String() string { return proto.EnumName(SupportRole_Role_name, int32(x)) } func (SupportRole_Role) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_5756cc04782c04d8, []int{3, 0} + return fileDescriptor_common_2a1414d9284edc87, []int{3, 0} } // A Google Cloud Platform account that identifies support eligibility for a @@ -301,7 +301,7 @@ func (m *SupportAccount) Reset() { *m = SupportAccount{} } func (m *SupportAccount) String() string { return proto.CompactTextString(m) } func (*SupportAccount) ProtoMessage() {} func (*SupportAccount) Descriptor() ([]byte, []int) { - return fileDescriptor_common_5756cc04782c04d8, []int{0} + return fileDescriptor_common_2a1414d9284edc87, []int{0} } func (m *SupportAccount) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SupportAccount.Unmarshal(m, b) @@ -432,7 +432,7 @@ func (m *Case) Reset() { *m = Case{} } func (m *Case) String() string { return proto.CompactTextString(m) } func (*Case) ProtoMessage() {} func (*Case) Descriptor() ([]byte, []int) { - return fileDescriptor_common_5756cc04782c04d8, []int{1} + return fileDescriptor_common_2a1414d9284edc87, []int{1} } func (m *Case) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Case.Unmarshal(m, b) @@ -585,7 +585,7 @@ func (m *CustomerIssue) Reset() { *m = CustomerIssue{} } func (m *CustomerIssue) String() string { return proto.CompactTextString(m) } func (*CustomerIssue) ProtoMessage() {} func (*CustomerIssue) Descriptor() ([]byte, []int) { - return fileDescriptor_common_5756cc04782c04d8, []int{2} + return fileDescriptor_common_2a1414d9284edc87, []int{2} } func (m *CustomerIssue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomerIssue.Unmarshal(m, b) @@ -656,7 +656,7 @@ func (m *SupportRole) Reset() { *m = SupportRole{} } func (m *SupportRole) String() string { return proto.CompactTextString(m) } func (*SupportRole) ProtoMessage() {} func (*SupportRole) Descriptor() ([]byte, []int) { - return fileDescriptor_common_5756cc04782c04d8, []int{3} + return fileDescriptor_common_2a1414d9284edc87, []int{3} } func (m *SupportRole) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SupportRole.Unmarshal(m, b) @@ -713,7 +713,7 @@ func (m *Comment) Reset() { *m = Comment{} } func (m *Comment) String() string { return proto.CompactTextString(m) } func (*Comment) ProtoMessage() {} func (*Comment) Descriptor() ([]byte, []int) { - return fileDescriptor_common_5756cc04782c04d8, []int{4} + return fileDescriptor_common_2a1414d9284edc87, []int{4} } func (m *Comment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Comment.Unmarshal(m, b) @@ -777,7 +777,7 @@ func (m *IssueTaxonomy) Reset() { *m = IssueTaxonomy{} } func (m *IssueTaxonomy) String() string { return proto.CompactTextString(m) } func (*IssueTaxonomy) ProtoMessage() {} func (*IssueTaxonomy) Descriptor() ([]byte, []int) { - return fileDescriptor_common_5756cc04782c04d8, []int{5} + return fileDescriptor_common_2a1414d9284edc87, []int{5} } func (m *IssueTaxonomy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IssueTaxonomy.Unmarshal(m, b) @@ -830,7 +830,7 @@ func (m *IssueTaxonomy_Component) Reset() { *m = IssueTaxonomy_Component func (m *IssueTaxonomy_Component) String() string { return proto.CompactTextString(m) } func (*IssueTaxonomy_Component) ProtoMessage() {} func (*IssueTaxonomy_Component) Descriptor() ([]byte, []int) { - return fileDescriptor_common_5756cc04782c04d8, []int{5, 0} + return fileDescriptor_common_2a1414d9284edc87, []int{5, 0} } func (m *IssueTaxonomy_Component) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IssueTaxonomy_Component.Unmarshal(m, b) @@ -894,7 +894,7 @@ func (m *IssueTaxonomy_Category) Reset() { *m = IssueTaxonomy_Category{} func (m *IssueTaxonomy_Category) String() string { return proto.CompactTextString(m) } func (*IssueTaxonomy_Category) ProtoMessage() {} func (*IssueTaxonomy_Category) Descriptor() ([]byte, []int) { - return fileDescriptor_common_5756cc04782c04d8, []int{5, 1} + return fileDescriptor_common_2a1414d9284edc87, []int{5, 1} } func (m *IssueTaxonomy_Category) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IssueTaxonomy_Category.Unmarshal(m, b) @@ -948,10 +948,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/support/common.proto", fileDescriptor_common_5756cc04782c04d8) + proto.RegisterFile("google/cloud/support/common.proto", fileDescriptor_common_2a1414d9284edc87) } -var fileDescriptor_common_5756cc04782c04d8 = []byte{ +var fileDescriptor_common_2a1414d9284edc87 = []byte{ // 1336 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x57, 0x61, 0x6e, 0xdb, 0xc6, 0x12, 0x0e, 0x29, 0xc9, 0x92, 0x46, 0x96, 0xbd, 0x59, 0x38, 0x79, 0x8c, 0x92, 0xbc, 0x38, 0x7a, diff --git a/googleapis/cloud/support/v1alpha1/cloud_support.pb.go b/googleapis/cloud/support/v1alpha1/cloud_support.pb.go index f213764f3b..34782d796f 100644 --- a/googleapis/cloud/support/v1alpha1/cloud_support.pb.go +++ b/googleapis/cloud/support/v1alpha1/cloud_support.pb.go @@ -41,7 +41,7 @@ func (m *GetSupportAccountRequest) Reset() { *m = GetSupportAccountReque func (m *GetSupportAccountRequest) String() string { return proto.CompactTextString(m) } func (*GetSupportAccountRequest) ProtoMessage() {} func (*GetSupportAccountRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_support_51bbe4bf2d48609d, []int{0} + return fileDescriptor_cloud_support_255f2e0c522c4db6, []int{0} } func (m *GetSupportAccountRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSupportAccountRequest.Unmarshal(m, b) @@ -89,7 +89,7 @@ func (m *ListSupportAccountsRequest) Reset() { *m = ListSupportAccountsR func (m *ListSupportAccountsRequest) String() string { return proto.CompactTextString(m) } func (*ListSupportAccountsRequest) ProtoMessage() {} func (*ListSupportAccountsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_support_51bbe4bf2d48609d, []int{1} + return fileDescriptor_cloud_support_255f2e0c522c4db6, []int{1} } func (m *ListSupportAccountsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSupportAccountsRequest.Unmarshal(m, b) @@ -147,7 +147,7 @@ func (m *ListSupportAccountsResponse) Reset() { *m = ListSupportAccounts func (m *ListSupportAccountsResponse) String() string { return proto.CompactTextString(m) } func (*ListSupportAccountsResponse) ProtoMessage() {} func (*ListSupportAccountsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_support_51bbe4bf2d48609d, []int{2} + return fileDescriptor_cloud_support_255f2e0c522c4db6, []int{2} } func (m *ListSupportAccountsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSupportAccountsResponse.Unmarshal(m, b) @@ -195,7 +195,7 @@ func (m *GetCaseRequest) Reset() { *m = GetCaseRequest{} } func (m *GetCaseRequest) String() string { return proto.CompactTextString(m) } func (*GetCaseRequest) ProtoMessage() {} func (*GetCaseRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_support_51bbe4bf2d48609d, []int{3} + return fileDescriptor_cloud_support_255f2e0c522c4db6, []int{3} } func (m *GetCaseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCaseRequest.Unmarshal(m, b) @@ -244,7 +244,7 @@ func (m *ListCasesRequest) Reset() { *m = ListCasesRequest{} } func (m *ListCasesRequest) String() string { return proto.CompactTextString(m) } func (*ListCasesRequest) ProtoMessage() {} func (*ListCasesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_support_51bbe4bf2d48609d, []int{4} + return fileDescriptor_cloud_support_255f2e0c522c4db6, []int{4} } func (m *ListCasesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCasesRequest.Unmarshal(m, b) @@ -309,7 +309,7 @@ func (m *ListCasesResponse) Reset() { *m = ListCasesResponse{} } func (m *ListCasesResponse) String() string { return proto.CompactTextString(m) } func (*ListCasesResponse) ProtoMessage() {} func (*ListCasesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_support_51bbe4bf2d48609d, []int{5} + return fileDescriptor_cloud_support_255f2e0c522c4db6, []int{5} } func (m *ListCasesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCasesResponse.Unmarshal(m, b) @@ -356,7 +356,7 @@ func (m *ListCommentsRequest) Reset() { *m = ListCommentsRequest{} } func (m *ListCommentsRequest) String() string { return proto.CompactTextString(m) } func (*ListCommentsRequest) ProtoMessage() {} func (*ListCommentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_support_51bbe4bf2d48609d, []int{6} + return fileDescriptor_cloud_support_255f2e0c522c4db6, []int{6} } func (m *ListCommentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCommentsRequest.Unmarshal(m, b) @@ -396,7 +396,7 @@ func (m *ListCommentsResponse) Reset() { *m = ListCommentsResponse{} } func (m *ListCommentsResponse) String() string { return proto.CompactTextString(m) } func (*ListCommentsResponse) ProtoMessage() {} func (*ListCommentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_support_51bbe4bf2d48609d, []int{7} + return fileDescriptor_cloud_support_255f2e0c522c4db6, []int{7} } func (m *ListCommentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCommentsResponse.Unmarshal(m, b) @@ -438,7 +438,7 @@ func (m *CreateCaseRequest) Reset() { *m = CreateCaseRequest{} } func (m *CreateCaseRequest) String() string { return proto.CompactTextString(m) } func (*CreateCaseRequest) ProtoMessage() {} func (*CreateCaseRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_support_51bbe4bf2d48609d, []int{8} + return fileDescriptor_cloud_support_255f2e0c522c4db6, []int{8} } func (m *CreateCaseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateCaseRequest.Unmarshal(m, b) @@ -488,7 +488,7 @@ func (m *UpdateCaseRequest) Reset() { *m = UpdateCaseRequest{} } func (m *UpdateCaseRequest) String() string { return proto.CompactTextString(m) } func (*UpdateCaseRequest) ProtoMessage() {} func (*UpdateCaseRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_support_51bbe4bf2d48609d, []int{9} + return fileDescriptor_cloud_support_255f2e0c522c4db6, []int{9} } func (m *UpdateCaseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateCaseRequest.Unmarshal(m, b) @@ -537,7 +537,7 @@ func (m *CreateCommentRequest) Reset() { *m = CreateCommentRequest{} } func (m *CreateCommentRequest) String() string { return proto.CompactTextString(m) } func (*CreateCommentRequest) ProtoMessage() {} func (*CreateCommentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_support_51bbe4bf2d48609d, []int{10} + return fileDescriptor_cloud_support_255f2e0c522c4db6, []int{10} } func (m *CreateCommentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateCommentRequest.Unmarshal(m, b) @@ -582,7 +582,7 @@ func (m *GetIssueTaxonomyRequest) Reset() { *m = GetIssueTaxonomyRequest func (m *GetIssueTaxonomyRequest) String() string { return proto.CompactTextString(m) } func (*GetIssueTaxonomyRequest) ProtoMessage() {} func (*GetIssueTaxonomyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_support_51bbe4bf2d48609d, []int{11} + return fileDescriptor_cloud_support_255f2e0c522c4db6, []int{11} } func (m *GetIssueTaxonomyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetIssueTaxonomyRequest.Unmarshal(m, b) @@ -990,10 +990,10 @@ var _CloudSupport_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/support/v1alpha1/cloud_support.proto", fileDescriptor_cloud_support_51bbe4bf2d48609d) + proto.RegisterFile("google/cloud/support/v1alpha1/cloud_support.proto", fileDescriptor_cloud_support_255f2e0c522c4db6) } -var fileDescriptor_cloud_support_51bbe4bf2d48609d = []byte{ +var fileDescriptor_cloud_support_255f2e0c522c4db6 = []byte{ // 863 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0x41, 0x4f, 0x33, 0x45, 0x18, 0xce, 0xb4, 0xc8, 0x07, 0x2f, 0xdf, 0xa7, 0x5f, 0x47, 0x82, 0x65, 0x0b, 0x49, 0x3b, 0x21, diff --git a/googleapis/cloud/talent/v4beta1/application.pb.go b/googleapis/cloud/talent/v4beta1/application.pb.go index ceca7bb076..c4cf4e3e59 100644 --- a/googleapis/cloud/talent/v4beta1/application.pb.go +++ b/googleapis/cloud/talent/v4beta1/application.pb.go @@ -64,7 +64,7 @@ func (x Application_ApplicationState) String() string { return proto.EnumName(Application_ApplicationState_name, int32(x)) } func (Application_ApplicationState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_application_2755b08a642101bc, []int{0, 0} + return fileDescriptor_application_dbba57710742dc0d, []int{0, 0} } // The stage of the application. @@ -119,7 +119,7 @@ func (x Application_ApplicationStage) String() string { return proto.EnumName(Application_ApplicationStage_name, int32(x)) } func (Application_ApplicationStage) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_application_2755b08a642101bc, []int{0, 1} + return fileDescriptor_application_dbba57710742dc0d, []int{0, 1} } // Resource that represents a job application record of a candidate. @@ -136,13 +136,11 @@ type Application struct { // Required. // // Client side application identifier, used to uniquely identify the - // recruiter. + // application. // // The maximum number of allowed characters is 255. ExternalId string `protobuf:"bytes,31,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"` - // Required. - // - // Resource name of the candidate of this application. + // Output only. Resource name of the candidate of this application. // // The format is // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", @@ -225,7 +223,7 @@ func (m *Application) Reset() { *m = Application{} } func (m *Application) String() string { return proto.CompactTextString(m) } func (*Application) ProtoMessage() {} func (*Application) Descriptor() ([]byte, []int) { - return fileDescriptor_application_2755b08a642101bc, []int{0} + return fileDescriptor_application_dbba57710742dc0d, []int{0} } func (m *Application) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Application.Unmarshal(m, b) @@ -364,10 +362,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/application.proto", fileDescriptor_application_2755b08a642101bc) + proto.RegisterFile("google/cloud/talent/v4beta1/application.proto", fileDescriptor_application_dbba57710742dc0d) } -var fileDescriptor_application_2755b08a642101bc = []byte{ +var fileDescriptor_application_dbba57710742dc0d = []byte{ // 764 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0xdd, 0x6e, 0xe3, 0x44, 0x14, 0xc7, 0x71, 0xd3, 0x36, 0xdd, 0x31, 0xdd, 0xba, 0x03, 0xad, 0x86, 0xb2, 0x4b, 0x42, 0xf9, diff --git a/googleapis/cloud/talent/v4beta1/application_service.pb.go b/googleapis/cloud/talent/v4beta1/application_service.pb.go index 122dd1cd51..c0845d0a57 100644 --- a/googleapis/cloud/talent/v4beta1/application_service.pb.go +++ b/googleapis/cloud/talent/v4beta1/application_service.pb.go @@ -49,7 +49,7 @@ func (m *CreateApplicationRequest) Reset() { *m = CreateApplicationReque func (m *CreateApplicationRequest) String() string { return proto.CompactTextString(m) } func (*CreateApplicationRequest) ProtoMessage() {} func (*CreateApplicationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_application_service_e04dbebf8790837c, []int{0} + return fileDescriptor_application_service_ffccd846cf58538c, []int{0} } func (m *CreateApplicationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateApplicationRequest.Unmarshal(m, b) @@ -103,7 +103,7 @@ func (m *GetApplicationRequest) Reset() { *m = GetApplicationRequest{} } func (m *GetApplicationRequest) String() string { return proto.CompactTextString(m) } func (*GetApplicationRequest) ProtoMessage() {} func (*GetApplicationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_application_service_e04dbebf8790837c, []int{1} + return fileDescriptor_application_service_ffccd846cf58538c, []int{1} } func (m *GetApplicationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetApplicationRequest.Unmarshal(m, b) @@ -154,7 +154,7 @@ func (m *UpdateApplicationRequest) Reset() { *m = UpdateApplicationReque func (m *UpdateApplicationRequest) String() string { return proto.CompactTextString(m) } func (*UpdateApplicationRequest) ProtoMessage() {} func (*UpdateApplicationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_application_service_e04dbebf8790837c, []int{2} + return fileDescriptor_application_service_ffccd846cf58538c, []int{2} } func (m *UpdateApplicationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateApplicationRequest.Unmarshal(m, b) @@ -208,7 +208,7 @@ func (m *DeleteApplicationRequest) Reset() { *m = DeleteApplicationReque func (m *DeleteApplicationRequest) String() string { return proto.CompactTextString(m) } func (*DeleteApplicationRequest) ProtoMessage() {} func (*DeleteApplicationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_application_service_e04dbebf8790837c, []int{3} + return fileDescriptor_application_service_ffccd846cf58538c, []int{3} } func (m *DeleteApplicationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteApplicationRequest.Unmarshal(m, b) @@ -263,7 +263,7 @@ func (m *ListApplicationsRequest) Reset() { *m = ListApplicationsRequest func (m *ListApplicationsRequest) String() string { return proto.CompactTextString(m) } func (*ListApplicationsRequest) ProtoMessage() {} func (*ListApplicationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_application_service_e04dbebf8790837c, []int{4} + return fileDescriptor_application_service_ffccd846cf58538c, []int{4} } func (m *ListApplicationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListApplicationsRequest.Unmarshal(m, b) @@ -324,7 +324,7 @@ func (m *ListApplicationsResponse) Reset() { *m = ListApplicationsRespon func (m *ListApplicationsResponse) String() string { return proto.CompactTextString(m) } func (*ListApplicationsResponse) ProtoMessage() {} func (*ListApplicationsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_application_service_e04dbebf8790837c, []int{5} + return fileDescriptor_application_service_ffccd846cf58538c, []int{5} } func (m *ListApplicationsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListApplicationsResponse.Unmarshal(m, b) @@ -589,10 +589,10 @@ var _ApplicationService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/application_service.proto", fileDescriptor_application_service_e04dbebf8790837c) + proto.RegisterFile("google/cloud/talent/v4beta1/application_service.proto", fileDescriptor_application_service_ffccd846cf58538c) } -var fileDescriptor_application_service_e04dbebf8790837c = []byte{ +var fileDescriptor_application_service_ffccd846cf58538c = []byte{ // 665 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0x4f, 0x4f, 0xd4, 0x40, 0x18, 0xc6, 0x33, 0xa0, 0x08, 0xef, 0xfa, 0x8f, 0x49, 0x84, 0x66, 0xd1, 0xb8, 0xe9, 0xc1, 0x6c, diff --git a/googleapis/cloud/talent/v4beta1/batch.pb.go b/googleapis/cloud/talent/v4beta1/batch.pb.go index 2a57b99747..cf173cdecc 100644 --- a/googleapis/cloud/talent/v4beta1/batch.pb.go +++ b/googleapis/cloud/talent/v4beta1/batch.pb.go @@ -22,10 +22,10 @@ var _ = math.Inf const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/batch.proto", fileDescriptor_batch_3477087f082a2886) + proto.RegisterFile("google/cloud/talent/v4beta1/batch.proto", fileDescriptor_batch_7dbe1703aba922fd) } -var fileDescriptor_batch_3477087f082a2886 = []byte{ +var fileDescriptor_batch_7dbe1703aba922fd = []byte{ // 200 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0xcf, 0xb1, 0x6a, 0xc3, 0x30, 0x10, 0x06, 0x60, 0xda, 0x42, 0x07, 0x8f, 0x5d, 0x0a, 0x6e, 0xc1, 0x53, 0xe9, 0xa6, 0xa3, 0xb4, diff --git a/googleapis/cloud/talent/v4beta1/common.pb.go b/googleapis/cloud/talent/v4beta1/common.pb.go index c5be1ba96e..3cb790c215 100644 --- a/googleapis/cloud/talent/v4beta1/common.pb.go +++ b/googleapis/cloud/talent/v4beta1/common.pb.go @@ -73,7 +73,7 @@ func (x CompanySize) String() string { return proto.EnumName(CompanySize_name, int32(x)) } func (CompanySize) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{0} + return fileDescriptor_common_fee8e853138cd909, []int{0} } // An enum that represents employee benefits included with the job. @@ -145,7 +145,7 @@ func (x JobBenefit) String() string { return proto.EnumName(JobBenefit_name, int32(x)) } func (JobBenefit) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{1} + return fileDescriptor_common_fee8e853138cd909, []int{1} } // Educational degree level defined in International Standard Classification @@ -224,7 +224,7 @@ func (x DegreeType) String() string { return proto.EnumName(DegreeType_name, int32(x)) } func (DegreeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{2} + return fileDescriptor_common_fee8e853138cd909, []int{2} } // An enum that represents the employment type of a job. @@ -299,7 +299,7 @@ func (x EmploymentType) String() string { return proto.EnumName(EmploymentType_name, int32(x)) } func (EmploymentType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{3} + return fileDescriptor_common_fee8e853138cd909, []int{3} } // An enum that represents the required experience level required for the job. @@ -343,7 +343,7 @@ func (x JobLevel) String() string { return proto.EnumName(JobLevel_name, int32(x)) } func (JobLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{4} + return fileDescriptor_common_fee8e853138cd909, []int{4} } // An enum that represents the categorization or primary focus of specific @@ -488,7 +488,7 @@ func (x JobCategory) String() string { return proto.EnumName(JobCategory_name, int32(x)) } func (JobCategory) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{5} + return fileDescriptor_common_fee8e853138cd909, []int{5} } // An enum that represents the job posting region. In most cases, job postings @@ -538,7 +538,7 @@ func (x PostingRegion) String() string { return proto.EnumName(PostingRegion_name, int32(x)) } func (PostingRegion) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{6} + return fileDescriptor_common_fee8e853138cd909, []int{6} } // An enum that represents who has view access to the resource. @@ -574,7 +574,7 @@ func (x Visibility) String() string { return proto.EnumName(Visibility_name, int32(x)) } func (Visibility) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{7} + return fileDescriptor_common_fee8e853138cd909, []int{7} } // Enum that represents the usage of the contact information. @@ -608,7 +608,7 @@ func (x ContactInfoUsage) String() string { return proto.EnumName(ContactInfoUsage_name, int32(x)) } func (ContactInfoUsage) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{8} + return fileDescriptor_common_fee8e853138cd909, []int{8} } // Input only. @@ -643,7 +643,7 @@ func (x HtmlSanitization) String() string { return proto.EnumName(HtmlSanitization_name, int32(x)) } func (HtmlSanitization) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{9} + return fileDescriptor_common_fee8e853138cd909, []int{9} } // Method for commute. @@ -682,7 +682,7 @@ func (x CommuteMethod) String() string { return proto.EnumName(CommuteMethod_name, int32(x)) } func (CommuteMethod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{10} + return fileDescriptor_common_fee8e853138cd909, []int{10} } // Enum that represents the skill proficiency level. @@ -728,7 +728,7 @@ func (x SkillProficiencyLevel) String() string { return proto.EnumName(SkillProficiencyLevel_name, int32(x)) } func (SkillProficiencyLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{11} + return fileDescriptor_common_fee8e853138cd909, []int{11} } // The overall outcome /decision / result indicator. @@ -771,7 +771,7 @@ func (x Outcome) String() string { return proto.EnumName(Outcome_name, int32(x)) } func (Outcome) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{12} + return fileDescriptor_common_fee8e853138cd909, []int{12} } // An enum which represents the type of a location. @@ -837,7 +837,7 @@ func (x Location_LocationType) String() string { return proto.EnumName(Location_LocationType_name, int32(x)) } func (Location_LocationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{1, 0} + return fileDescriptor_common_fee8e853138cd909, []int{1, 0} } // An enumeration describing an API access portal and exposure mechanism. @@ -886,7 +886,7 @@ func (x DeviceInfo_DeviceType) String() string { return proto.EnumName(DeviceInfo_DeviceType_name, int32(x)) } func (DeviceInfo_DeviceType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{4, 0} + return fileDescriptor_common_fee8e853138cd909, []int{4, 0} } // The type of compensation. @@ -958,7 +958,7 @@ func (x CompensationInfo_CompensationType) String() string { return proto.EnumName(CompensationInfo_CompensationType_name, int32(x)) } func (CompensationInfo_CompensationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{7, 0} + return fileDescriptor_common_fee8e853138cd909, []int{7, 0} } // Pay frequency. @@ -1008,7 +1008,7 @@ func (x CompensationInfo_CompensationUnit) String() string { return proto.EnumName(CompensationInfo_CompensationUnit_name, int32(x)) } func (CompensationInfo_CompensationUnit) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{7, 1} + return fileDescriptor_common_fee8e853138cd909, []int{7, 1} } // Message representing a period of time between two timestamps. @@ -1026,7 +1026,7 @@ func (m *TimestampRange) Reset() { *m = TimestampRange{} } func (m *TimestampRange) String() string { return proto.CompactTextString(m) } func (*TimestampRange) ProtoMessage() {} func (*TimestampRange) Descriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{0} + return fileDescriptor_common_fee8e853138cd909, []int{0} } func (m *TimestampRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimestampRange.Unmarshal(m, b) @@ -1060,9 +1060,8 @@ func (m *TimestampRange) GetEndTime() *timestamp.Timestamp { return nil } -// Output only. -// -// A resource that represents a location with full geographic information. +// Output only. A resource that represents a location with full geographic +// information. type Location struct { // The type of a location, which corresponds to the address lines field of // [PostalAddress][]. For example, "Downtown, Atlanta, GA, USA" has a type of @@ -1091,7 +1090,7 @@ func (m *Location) Reset() { *m = Location{} } func (m *Location) String() string { return proto.CompactTextString(m) } func (*Location) ProtoMessage() {} func (*Location) Descriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{1} + return fileDescriptor_common_fee8e853138cd909, []int{1} } func (m *Location) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Location.Unmarshal(m, b) @@ -1208,7 +1207,7 @@ func (m *RequestMetadata) Reset() { *m = RequestMetadata{} } func (m *RequestMetadata) String() string { return proto.CompactTextString(m) } func (*RequestMetadata) ProtoMessage() {} func (*RequestMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{2} + return fileDescriptor_common_fee8e853138cd909, []int{2} } func (m *RequestMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RequestMetadata.Unmarshal(m, b) @@ -1263,9 +1262,8 @@ func (m *RequestMetadata) GetDeviceInfo() *DeviceInfo { return nil } -// Output only. -// -// Additional information returned to client, such as debugging information. +// Output only. Additional information returned to client, such as debugging +// information. type ResponseMetadata struct { // A unique id associated with this call. // This id is logged for tracking purposes. @@ -1279,7 +1277,7 @@ func (m *ResponseMetadata) Reset() { *m = ResponseMetadata{} } func (m *ResponseMetadata) String() string { return proto.CompactTextString(m) } func (*ResponseMetadata) ProtoMessage() {} func (*ResponseMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{3} + return fileDescriptor_common_fee8e853138cd909, []int{3} } func (m *ResponseMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResponseMetadata.Unmarshal(m, b) @@ -1328,7 +1326,7 @@ func (m *DeviceInfo) Reset() { *m = DeviceInfo{} } func (m *DeviceInfo) String() string { return proto.CompactTextString(m) } func (*DeviceInfo) ProtoMessage() {} func (*DeviceInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{4} + return fileDescriptor_common_fee8e853138cd909, []int{4} } func (m *DeviceInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceInfo.Unmarshal(m, b) @@ -1400,7 +1398,7 @@ func (m *CustomAttribute) Reset() { *m = CustomAttribute{} } func (m *CustomAttribute) String() string { return proto.CompactTextString(m) } func (*CustomAttribute) ProtoMessage() {} func (*CustomAttribute) Descriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{5} + return fileDescriptor_common_fee8e853138cd909, []int{5} } func (m *CustomAttribute) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomAttribute.Unmarshal(m, b) @@ -1441,9 +1439,7 @@ func (m *CustomAttribute) GetFilterable() bool { return false } -// Output only. -// -// Spell check result. +// Output only. Spell check result. type SpellingCorrection struct { // Indicates if the query was corrected by the spell checker. Corrected bool `protobuf:"varint,1,opt,name=corrected,proto3" json:"corrected,omitempty"` @@ -1466,7 +1462,7 @@ func (m *SpellingCorrection) Reset() { *m = SpellingCorrection{} } func (m *SpellingCorrection) String() string { return proto.CompactTextString(m) } func (*SpellingCorrection) ProtoMessage() {} func (*SpellingCorrection) Descriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{6} + return fileDescriptor_common_fee8e853138cd909, []int{6} } func (m *SpellingCorrection) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpellingCorrection.Unmarshal(m, b) @@ -1538,7 +1534,7 @@ func (m *CompensationInfo) Reset() { *m = CompensationInfo{} } func (m *CompensationInfo) String() string { return proto.CompactTextString(m) } func (*CompensationInfo) ProtoMessage() {} func (*CompensationInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{7} + return fileDescriptor_common_fee8e853138cd909, []int{7} } func (m *CompensationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompensationInfo.Unmarshal(m, b) @@ -1634,7 +1630,7 @@ func (m *CompensationInfo_CompensationEntry) Reset() { *m = Compensation func (m *CompensationInfo_CompensationEntry) String() string { return proto.CompactTextString(m) } func (*CompensationInfo_CompensationEntry) ProtoMessage() {} func (*CompensationInfo_CompensationEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{7, 0} + return fileDescriptor_common_fee8e853138cd909, []int{7, 0} } func (m *CompensationInfo_CompensationEntry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompensationInfo_CompensationEntry.Unmarshal(m, b) @@ -1819,7 +1815,7 @@ func (m *CompensationInfo_CompensationRange) Reset() { *m = Compensation func (m *CompensationInfo_CompensationRange) String() string { return proto.CompactTextString(m) } func (*CompensationInfo_CompensationRange) ProtoMessage() {} func (*CompensationInfo_CompensationRange) Descriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{7, 1} + return fileDescriptor_common_fee8e853138cd909, []int{7, 1} } func (m *CompensationInfo_CompensationRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompensationInfo_CompensationRange.Unmarshal(m, b) @@ -1890,7 +1886,7 @@ func (m *Certification) Reset() { *m = Certification{} } func (m *Certification) String() string { return proto.CompactTextString(m) } func (*Certification) ProtoMessage() {} func (*Certification) Descriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{8} + return fileDescriptor_common_fee8e853138cd909, []int{8} } func (m *Certification) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Certification.Unmarshal(m, b) @@ -1983,7 +1979,7 @@ func (m *Skill) Reset() { *m = Skill{} } func (m *Skill) String() string { return proto.CompactTextString(m) } func (*Skill) ProtoMessage() {} func (*Skill) Descriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{9} + return fileDescriptor_common_fee8e853138cd909, []int{9} } func (m *Skill) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Skill.Unmarshal(m, b) @@ -2058,7 +2054,7 @@ func (m *Interview) Reset() { *m = Interview{} } func (m *Interview) String() string { return proto.CompactTextString(m) } func (*Interview) ProtoMessage() {} func (*Interview) Descriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{10} + return fileDescriptor_common_fee8e853138cd909, []int{10} } func (m *Interview) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Interview.Unmarshal(m, b) @@ -2112,7 +2108,7 @@ func (m *Rating) Reset() { *m = Rating{} } func (m *Rating) String() string { return proto.CompactTextString(m) } func (*Rating) ProtoMessage() {} func (*Rating) Descriptor() ([]byte, []int) { - return fileDescriptor_common_19119d4e40784cc8, []int{11} + return fileDescriptor_common_fee8e853138cd909, []int{11} } func (m *Rating) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Rating.Unmarshal(m, b) @@ -2195,10 +2191,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/common.proto", fileDescriptor_common_19119d4e40784cc8) + proto.RegisterFile("google/cloud/talent/v4beta1/common.proto", fileDescriptor_common_fee8e853138cd909) } -var fileDescriptor_common_19119d4e40784cc8 = []byte{ +var fileDescriptor_common_fee8e853138cd909 = []byte{ // 3039 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x59, 0xcd, 0x6f, 0x23, 0x47, 0x76, 0x37, 0x45, 0x89, 0x14, 0x9f, 0xbe, 0x6a, 0x7a, 0x3c, 0x23, 0x59, 0xf3, 0x25, 0xd3, 0x1b, diff --git a/googleapis/cloud/talent/v4beta1/company.pb.go b/googleapis/cloud/talent/v4beta1/company.pb.go index ed8986d3de..24f1b0b454 100644 --- a/googleapis/cloud/talent/v4beta1/company.pb.go +++ b/googleapis/cloud/talent/v4beta1/company.pb.go @@ -112,7 +112,7 @@ func (m *Company) Reset() { *m = Company{} } func (m *Company) String() string { return proto.CompactTextString(m) } func (*Company) ProtoMessage() {} func (*Company) Descriptor() ([]byte, []int) { - return fileDescriptor_company_f6322e1b321ec5f0, []int{0} + return fileDescriptor_company_b5be25b03cde4ac9, []int{0} } func (m *Company) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Company.Unmarshal(m, b) @@ -237,7 +237,7 @@ func (m *Company_DerivedInfo) Reset() { *m = Company_DerivedInfo{} } func (m *Company_DerivedInfo) String() string { return proto.CompactTextString(m) } func (*Company_DerivedInfo) ProtoMessage() {} func (*Company_DerivedInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_company_f6322e1b321ec5f0, []int{0, 0} + return fileDescriptor_company_b5be25b03cde4ac9, []int{0, 0} } func (m *Company_DerivedInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Company_DerivedInfo.Unmarshal(m, b) @@ -270,10 +270,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/company.proto", fileDescriptor_company_f6322e1b321ec5f0) + proto.RegisterFile("google/cloud/talent/v4beta1/company.proto", fileDescriptor_company_b5be25b03cde4ac9) } -var fileDescriptor_company_f6322e1b321ec5f0 = []byte{ +var fileDescriptor_company_b5be25b03cde4ac9 = []byte{ // 526 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x4f, 0x6f, 0xd3, 0x30, 0x18, 0xc6, 0x95, 0xb5, 0x5b, 0x5b, 0xa7, 0x05, 0xc9, 0x0c, 0x29, 0x74, 0x93, 0x56, 0xfe, 0x2a, diff --git a/googleapis/cloud/talent/v4beta1/company_service.pb.go b/googleapis/cloud/talent/v4beta1/company_service.pb.go index e7d99fedb5..e67cdf3d68 100644 --- a/googleapis/cloud/talent/v4beta1/company_service.pb.go +++ b/googleapis/cloud/talent/v4beta1/company_service.pb.go @@ -51,7 +51,7 @@ func (m *CreateCompanyRequest) Reset() { *m = CreateCompanyRequest{} } func (m *CreateCompanyRequest) String() string { return proto.CompactTextString(m) } func (*CreateCompanyRequest) ProtoMessage() {} func (*CreateCompanyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_company_service_1d879da651d4da28, []int{0} + return fileDescriptor_company_service_29fd10eb96c7a7f1, []int{0} } func (m *CreateCompanyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateCompanyRequest.Unmarshal(m, b) @@ -107,7 +107,7 @@ func (m *GetCompanyRequest) Reset() { *m = GetCompanyRequest{} } func (m *GetCompanyRequest) String() string { return proto.CompactTextString(m) } func (*GetCompanyRequest) ProtoMessage() {} func (*GetCompanyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_company_service_1d879da651d4da28, []int{1} + return fileDescriptor_company_service_29fd10eb96c7a7f1, []int{1} } func (m *GetCompanyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCompanyRequest.Unmarshal(m, b) @@ -158,7 +158,7 @@ func (m *UpdateCompanyRequest) Reset() { *m = UpdateCompanyRequest{} } func (m *UpdateCompanyRequest) String() string { return proto.CompactTextString(m) } func (*UpdateCompanyRequest) ProtoMessage() {} func (*UpdateCompanyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_company_service_1d879da651d4da28, []int{2} + return fileDescriptor_company_service_29fd10eb96c7a7f1, []int{2} } func (m *UpdateCompanyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateCompanyRequest.Unmarshal(m, b) @@ -214,7 +214,7 @@ func (m *DeleteCompanyRequest) Reset() { *m = DeleteCompanyRequest{} } func (m *DeleteCompanyRequest) String() string { return proto.CompactTextString(m) } func (*DeleteCompanyRequest) ProtoMessage() {} func (*DeleteCompanyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_company_service_1d879da651d4da28, []int{3} + return fileDescriptor_company_service_29fd10eb96c7a7f1, []int{3} } func (m *DeleteCompanyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteCompanyRequest.Unmarshal(m, b) @@ -280,7 +280,7 @@ func (m *ListCompaniesRequest) Reset() { *m = ListCompaniesRequest{} } func (m *ListCompaniesRequest) String() string { return proto.CompactTextString(m) } func (*ListCompaniesRequest) ProtoMessage() {} func (*ListCompaniesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_company_service_1d879da651d4da28, []int{4} + return fileDescriptor_company_service_29fd10eb96c7a7f1, []int{4} } func (m *ListCompaniesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCompaniesRequest.Unmarshal(m, b) @@ -348,7 +348,7 @@ func (m *ListCompaniesResponse) Reset() { *m = ListCompaniesResponse{} } func (m *ListCompaniesResponse) String() string { return proto.CompactTextString(m) } func (*ListCompaniesResponse) ProtoMessage() {} func (*ListCompaniesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_company_service_1d879da651d4da28, []int{5} + return fileDescriptor_company_service_29fd10eb96c7a7f1, []int{5} } func (m *ListCompaniesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCompaniesResponse.Unmarshal(m, b) @@ -615,10 +615,10 @@ var _CompanyService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/company_service.proto", fileDescriptor_company_service_1d879da651d4da28) + proto.RegisterFile("google/cloud/talent/v4beta1/company_service.proto", fileDescriptor_company_service_29fd10eb96c7a7f1) } -var fileDescriptor_company_service_1d879da651d4da28 = []byte{ +var fileDescriptor_company_service_29fd10eb96c7a7f1 = []byte{ // 720 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0x4f, 0x6f, 0xd3, 0x4a, 0x10, 0xd7, 0xb6, 0x7d, 0x7d, 0xc9, 0x56, 0x79, 0x55, 0xf7, 0xe5, 0x55, 0x51, 0xfa, 0x10, 0x91, diff --git a/googleapis/cloud/talent/v4beta1/completion_service.pb.go b/googleapis/cloud/talent/v4beta1/completion_service.pb.go index bdc8091b44..b2024dfca4 100644 --- a/googleapis/cloud/talent/v4beta1/completion_service.pb.go +++ b/googleapis/cloud/talent/v4beta1/completion_service.pb.go @@ -52,7 +52,7 @@ func (x CompleteQueryRequest_CompletionScope) String() string { return proto.EnumName(CompleteQueryRequest_CompletionScope_name, int32(x)) } func (CompleteQueryRequest_CompletionScope) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_completion_service_173bc7e96092a1f3, []int{0, 0} + return fileDescriptor_completion_service_14ea22e15a1c2a15, []int{0, 0} } // Enum to specify auto-completion topics. @@ -86,7 +86,7 @@ func (x CompleteQueryRequest_CompletionType) String() string { return proto.EnumName(CompleteQueryRequest_CompletionType_name, int32(x)) } func (CompleteQueryRequest_CompletionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_completion_service_173bc7e96092a1f3, []int{0, 1} + return fileDescriptor_completion_service_14ea22e15a1c2a15, []int{0, 1} } // Input only. @@ -163,7 +163,7 @@ func (m *CompleteQueryRequest) Reset() { *m = CompleteQueryRequest{} } func (m *CompleteQueryRequest) String() string { return proto.CompactTextString(m) } func (*CompleteQueryRequest) ProtoMessage() {} func (*CompleteQueryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_completion_service_173bc7e96092a1f3, []int{0} + return fileDescriptor_completion_service_14ea22e15a1c2a15, []int{0} } func (m *CompleteQueryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompleteQueryRequest.Unmarshal(m, b) @@ -250,7 +250,7 @@ func (m *CompleteQueryResponse) Reset() { *m = CompleteQueryResponse{} } func (m *CompleteQueryResponse) String() string { return proto.CompactTextString(m) } func (*CompleteQueryResponse) ProtoMessage() {} func (*CompleteQueryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_completion_service_173bc7e96092a1f3, []int{1} + return fileDescriptor_completion_service_14ea22e15a1c2a15, []int{1} } func (m *CompleteQueryResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompleteQueryResponse.Unmarshal(m, b) @@ -305,7 +305,7 @@ func (m *CompleteQueryResponse_CompletionResult) Reset() { func (m *CompleteQueryResponse_CompletionResult) String() string { return proto.CompactTextString(m) } func (*CompleteQueryResponse_CompletionResult) ProtoMessage() {} func (*CompleteQueryResponse_CompletionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_completion_service_173bc7e96092a1f3, []int{1, 0} + return fileDescriptor_completion_service_14ea22e15a1c2a15, []int{1, 0} } func (m *CompleteQueryResponse_CompletionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompleteQueryResponse_CompletionResult.Unmarshal(m, b) @@ -431,10 +431,10 @@ var _Completion_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/completion_service.proto", fileDescriptor_completion_service_173bc7e96092a1f3) + proto.RegisterFile("google/cloud/talent/v4beta1/completion_service.proto", fileDescriptor_completion_service_14ea22e15a1c2a15) } -var fileDescriptor_completion_service_173bc7e96092a1f3 = []byte{ +var fileDescriptor_completion_service_14ea22e15a1c2a15 = []byte{ // 652 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x94, 0x6f, 0x6b, 0xd3, 0x5e, 0x14, 0xc7, 0x7f, 0x49, 0xd7, 0xae, 0x3d, 0xfb, 0xf3, 0x8b, 0x97, 0x39, 0x42, 0x37, 0x5c, 0x29, diff --git a/googleapis/cloud/talent/v4beta1/event.pb.go b/googleapis/cloud/talent/v4beta1/event.pb.go index 1c41367e76..1f611c4e7b 100644 --- a/googleapis/cloud/talent/v4beta1/event.pb.go +++ b/googleapis/cloud/talent/v4beta1/event.pb.go @@ -147,7 +147,7 @@ func (x JobEvent_JobEventType) String() string { return proto.EnumName(JobEvent_JobEventType_name, int32(x)) } func (JobEvent_JobEventType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_event_63120bd8ed2e89e0, []int{1, 0} + return fileDescriptor_event_89811e87550a0ace, []int{1, 0} } // The enum represents types of client events for a candidate profile. @@ -181,7 +181,7 @@ func (x ProfileEvent_ProfileEventType) String() string { return proto.EnumName(ProfileEvent_ProfileEventType_name, int32(x)) } func (ProfileEvent_ProfileEventType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_event_63120bd8ed2e89e0, []int{2, 0} + return fileDescriptor_event_89811e87550a0ace, []int{2, 0} } // An event issued when an end user interacts with the application that @@ -225,7 +225,7 @@ func (m *ClientEvent) Reset() { *m = ClientEvent{} } func (m *ClientEvent) String() string { return proto.CompactTextString(m) } func (*ClientEvent) ProtoMessage() {} func (*ClientEvent) Descriptor() ([]byte, []int) { - return fileDescriptor_event_63120bd8ed2e89e0, []int{0} + return fileDescriptor_event_89811e87550a0ace, []int{0} } func (m *ClientEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClientEvent.Unmarshal(m, b) @@ -408,7 +408,7 @@ func (m *JobEvent) Reset() { *m = JobEvent{} } func (m *JobEvent) String() string { return proto.CompactTextString(m) } func (*JobEvent) ProtoMessage() {} func (*JobEvent) Descriptor() ([]byte, []int) { - return fileDescriptor_event_63120bd8ed2e89e0, []int{1} + return fileDescriptor_event_89811e87550a0ace, []int{1} } func (m *JobEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobEvent.Unmarshal(m, b) @@ -470,7 +470,7 @@ func (m *ProfileEvent) Reset() { *m = ProfileEvent{} } func (m *ProfileEvent) String() string { return proto.CompactTextString(m) } func (*ProfileEvent) ProtoMessage() {} func (*ProfileEvent) Descriptor() ([]byte, []int) { - return fileDescriptor_event_63120bd8ed2e89e0, []int{2} + return fileDescriptor_event_89811e87550a0ace, []int{2} } func (m *ProfileEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProfileEvent.Unmarshal(m, b) @@ -520,10 +520,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/event.proto", fileDescriptor_event_63120bd8ed2e89e0) + proto.RegisterFile("google/cloud/talent/v4beta1/event.proto", fileDescriptor_event_89811e87550a0ace) } -var fileDescriptor_event_63120bd8ed2e89e0 = []byte{ +var fileDescriptor_event_89811e87550a0ace = []byte{ // 682 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xdd, 0x6e, 0xd3, 0x4c, 0x10, 0x6d, 0xfe, 0x93, 0x49, 0x9a, 0x6f, 0xbb, 0xfa, 0x40, 0x21, 0xf4, 0x27, 0x44, 0x20, 0xca, diff --git a/googleapis/cloud/talent/v4beta1/event_service.pb.go b/googleapis/cloud/talent/v4beta1/event_service.pb.go index 6b32073d3f..1c2b62b4cd 100644 --- a/googleapis/cloud/talent/v4beta1/event_service.pb.go +++ b/googleapis/cloud/talent/v4beta1/event_service.pb.go @@ -50,7 +50,7 @@ func (m *CreateClientEventRequest) Reset() { *m = CreateClientEventReque func (m *CreateClientEventRequest) String() string { return proto.CompactTextString(m) } func (*CreateClientEventRequest) ProtoMessage() {} func (*CreateClientEventRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_event_service_7569293ff9f9114d, []int{0} + return fileDescriptor_event_service_e4985594ba4916cb, []int{0} } func (m *CreateClientEventRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateClientEventRequest.Unmarshal(m, b) @@ -175,10 +175,10 @@ var _EventService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/event_service.proto", fileDescriptor_event_service_7569293ff9f9114d) + proto.RegisterFile("google/cloud/talent/v4beta1/event_service.proto", fileDescriptor_event_service_e4985594ba4916cb) } -var fileDescriptor_event_service_7569293ff9f9114d = []byte{ +var fileDescriptor_event_service_e4985594ba4916cb = []byte{ // 327 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xb1, 0x4e, 0x3a, 0x41, 0x10, 0xc6, 0xb3, 0xfc, 0x13, 0x92, 0xff, 0x42, 0xc3, 0x15, 0x86, 0xa0, 0x89, 0xe4, 0x1a, 0x91, diff --git a/googleapis/cloud/talent/v4beta1/filters.pb.go b/googleapis/cloud/talent/v4beta1/filters.pb.go index d5b90078df..bae016d1a8 100644 --- a/googleapis/cloud/talent/v4beta1/filters.pb.go +++ b/googleapis/cloud/talent/v4beta1/filters.pb.go @@ -52,7 +52,7 @@ func (x LocationFilter_TelecommutePreference) String() string { return proto.EnumName(LocationFilter_TelecommutePreference_name, int32(x)) } func (LocationFilter_TelecommutePreference) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{2, 0} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{2, 0} } // Specify the type of filtering. @@ -106,7 +106,7 @@ func (x CompensationFilter_FilterType) String() string { return proto.EnumName(CompensationFilter_FilterType_name, int32(x)) } func (CompensationFilter_FilterType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{3, 0} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{3, 0} } // The traffic density to use when calculating commute time. @@ -136,7 +136,7 @@ func (x CommuteFilter_RoadTraffic) String() string { return proto.EnumName(CommuteFilter_RoadTraffic_name, int32(x)) } func (CommuteFilter_RoadTraffic) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{4, 0} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{4, 0} } // Enum indicating which set of [Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records] to search @@ -172,7 +172,7 @@ func (x EmployerFilter_EmployerFilterMode) String() string { return proto.EnumName(EmployerFilter_EmployerFilterMode_name, int32(x)) } func (EmployerFilter_EmployerFilterMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{7, 0} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{7, 0} } // Time fields can be used in TimeFilter. @@ -202,7 +202,7 @@ func (x TimeFilter_TimeField) String() string { return proto.EnumName(TimeFilter_TimeField_name, int32(x)) } func (TimeFilter_TimeField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{13, 0} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{13, 0} } // Input only. @@ -358,7 +358,7 @@ type JobQuery struct { // // This filter specifies a list of job names to be excluded during search. // - // At most 200 excluded job names are allowed. + // At most 400 excluded job names are allowed. ExcludedJobs []string `protobuf:"bytes,13,rep,name=excluded_jobs,json=excludedJobs,proto3" json:"excluded_jobs,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -369,7 +369,7 @@ func (m *JobQuery) Reset() { *m = JobQuery{} } func (m *JobQuery) String() string { return proto.CompactTextString(m) } func (*JobQuery) ProtoMessage() {} func (*JobQuery) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{0} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{0} } func (m *JobQuery) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobQuery.Unmarshal(m, b) @@ -634,7 +634,7 @@ func (m *ProfileQuery) Reset() { *m = ProfileQuery{} } func (m *ProfileQuery) String() string { return proto.CompactTextString(m) } func (*ProfileQuery) ProtoMessage() {} func (*ProfileQuery) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{1} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{1} } func (m *ProfileQuery) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProfileQuery.Unmarshal(m, b) @@ -813,7 +813,7 @@ func (m *LocationFilter) Reset() { *m = LocationFilter{} } func (m *LocationFilter) String() string { return proto.CompactTextString(m) } func (*LocationFilter) ProtoMessage() {} func (*LocationFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{2} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{2} } func (m *LocationFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationFilter.Unmarshal(m, b) @@ -905,7 +905,7 @@ func (m *CompensationFilter) Reset() { *m = CompensationFilter{} } func (m *CompensationFilter) String() string { return proto.CompactTextString(m) } func (*CompensationFilter) ProtoMessage() {} func (*CompensationFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{3} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{3} } func (m *CompensationFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompensationFilter.Unmarshal(m, b) @@ -995,7 +995,7 @@ func (m *CommuteFilter) Reset() { *m = CommuteFilter{} } func (m *CommuteFilter) String() string { return proto.CompactTextString(m) } func (*CommuteFilter) ProtoMessage() {} func (*CommuteFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{4} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{4} } func (m *CommuteFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommuteFilter.Unmarshal(m, b) @@ -1171,7 +1171,7 @@ func (m *JobTitleFilter) Reset() { *m = JobTitleFilter{} } func (m *JobTitleFilter) String() string { return proto.CompactTextString(m) } func (*JobTitleFilter) ProtoMessage() {} func (*JobTitleFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{5} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{5} } func (m *JobTitleFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobTitleFilter.Unmarshal(m, b) @@ -1227,7 +1227,7 @@ func (m *SkillFilter) Reset() { *m = SkillFilter{} } func (m *SkillFilter) String() string { return proto.CompactTextString(m) } func (*SkillFilter) ProtoMessage() {} func (*SkillFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{6} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{6} } func (m *SkillFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SkillFilter.Unmarshal(m, b) @@ -1289,7 +1289,7 @@ func (m *EmployerFilter) Reset() { *m = EmployerFilter{} } func (m *EmployerFilter) String() string { return proto.CompactTextString(m) } func (*EmployerFilter) ProtoMessage() {} func (*EmployerFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{7} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{7} } func (m *EmployerFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EmployerFilter.Unmarshal(m, b) @@ -1364,7 +1364,7 @@ func (m *EducationFilter) Reset() { *m = EducationFilter{} } func (m *EducationFilter) String() string { return proto.CompactTextString(m) } func (*EducationFilter) ProtoMessage() {} func (*EducationFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{8} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{8} } func (m *EducationFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EducationFilter.Unmarshal(m, b) @@ -1436,7 +1436,7 @@ func (m *WorkExperienceFilter) Reset() { *m = WorkExperienceFilter{} } func (m *WorkExperienceFilter) String() string { return proto.CompactTextString(m) } func (*WorkExperienceFilter) ProtoMessage() {} func (*WorkExperienceFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{9} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{9} } func (m *WorkExperienceFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkExperienceFilter.Unmarshal(m, b) @@ -1497,7 +1497,7 @@ func (m *ApplicationDateFilter) Reset() { *m = ApplicationDateFilter{} } func (m *ApplicationDateFilter) String() string { return proto.CompactTextString(m) } func (*ApplicationDateFilter) ProtoMessage() {} func (*ApplicationDateFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{10} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{10} } func (m *ApplicationDateFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationDateFilter.Unmarshal(m, b) @@ -1555,7 +1555,7 @@ func (m *ApplicationOutcomeNotesFilter) Reset() { *m = ApplicationOutcom func (m *ApplicationOutcomeNotesFilter) String() string { return proto.CompactTextString(m) } func (*ApplicationOutcomeNotesFilter) ProtoMessage() {} func (*ApplicationOutcomeNotesFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{11} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{11} } func (m *ApplicationOutcomeNotesFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationOutcomeNotesFilter.Unmarshal(m, b) @@ -1617,7 +1617,7 @@ func (m *ApplicationJobFilter) Reset() { *m = ApplicationJobFilter{} } func (m *ApplicationJobFilter) String() string { return proto.CompactTextString(m) } func (*ApplicationJobFilter) ProtoMessage() {} func (*ApplicationJobFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{12} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{12} } func (m *ApplicationJobFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationJobFilter.Unmarshal(m, b) @@ -1689,7 +1689,7 @@ func (m *TimeFilter) Reset() { *m = TimeFilter{} } func (m *TimeFilter) String() string { return proto.CompactTextString(m) } func (*TimeFilter) ProtoMessage() {} func (*TimeFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_cda95aecfe32bf69, []int{13} + return fileDescriptor_filters_4fe13b05da0a66b7, []int{13} } func (m *TimeFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimeFilter.Unmarshal(m, b) @@ -1753,10 +1753,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/filters.proto", fileDescriptor_filters_cda95aecfe32bf69) + proto.RegisterFile("google/cloud/talent/v4beta1/filters.proto", fileDescriptor_filters_4fe13b05da0a66b7) } -var fileDescriptor_filters_cda95aecfe32bf69 = []byte{ +var fileDescriptor_filters_4fe13b05da0a66b7 = []byte{ // 1993 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x58, 0x5b, 0x73, 0x23, 0x47, 0x15, 0x5e, 0x49, 0x5e, 0xaf, 0x75, 0x74, 0xb1, 0xb6, 0x7d, 0x53, 0xbc, 0x4b, 0xd6, 0x28, 0x09, diff --git a/googleapis/cloud/talent/v4beta1/histogram.pb.go b/googleapis/cloud/talent/v4beta1/histogram.pb.go index c42a8c3318..2f73c16703 100644 --- a/googleapis/cloud/talent/v4beta1/histogram.pb.go +++ b/googleapis/cloud/talent/v4beta1/histogram.pb.go @@ -39,7 +39,7 @@ func (m *HistogramQuery) Reset() { *m = HistogramQuery{} } func (m *HistogramQuery) String() string { return proto.CompactTextString(m) } func (*HistogramQuery) ProtoMessage() {} func (*HistogramQuery) Descriptor() ([]byte, []int) { - return fileDescriptor_histogram_b860bbf47271fd27, []int{0} + return fileDescriptor_histogram_6fd84e257fb563ef, []int{0} } func (m *HistogramQuery) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HistogramQuery.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *HistogramQueryResult) Reset() { *m = HistogramQueryResult{} } func (m *HistogramQueryResult) String() string { return proto.CompactTextString(m) } func (*HistogramQueryResult) ProtoMessage() {} func (*HistogramQueryResult) Descriptor() ([]byte, []int) { - return fileDescriptor_histogram_b860bbf47271fd27, []int{1} + return fileDescriptor_histogram_6fd84e257fb563ef, []int{1} } func (m *HistogramQueryResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HistogramQueryResult.Unmarshal(m, b) @@ -132,10 +132,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/histogram.proto", fileDescriptor_histogram_b860bbf47271fd27) + proto.RegisterFile("google/cloud/talent/v4beta1/histogram.proto", fileDescriptor_histogram_6fd84e257fb563ef) } -var fileDescriptor_histogram_b860bbf47271fd27 = []byte{ +var fileDescriptor_histogram_6fd84e257fb563ef = []byte{ // 301 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4e, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0xce, 0xc9, 0x2f, 0x4d, 0xd1, 0x2f, 0x49, 0xcc, 0x49, 0xcd, 0x2b, 0xd1, diff --git a/googleapis/cloud/talent/v4beta1/job.pb.go b/googleapis/cloud/talent/v4beta1/job.pb.go index 574504f955..c2c9e45ed9 100644 --- a/googleapis/cloud/talent/v4beta1/job.pb.go +++ b/googleapis/cloud/talent/v4beta1/job.pb.go @@ -9,6 +9,7 @@ import math "math" import timestamp "github.com/golang/protobuf/ptypes/timestamp" import _ "github.com/golang/protobuf/ptypes/wrappers" import _ "google.golang.org/genproto/googleapis/api/annotations" +import _ "google.golang.org/genproto/googleapis/type/postaladdress" // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal @@ -287,7 +288,7 @@ func (m *Job) Reset() { *m = Job{} } func (m *Job) String() string { return proto.CompactTextString(m) } func (*Job) ProtoMessage() {} func (*Job) Descriptor() ([]byte, []int) { - return fileDescriptor_job_9a29ba70e362a44a, []int{0} + return fileDescriptor_job_1bcb1f20b417ba30, []int{0} } func (m *Job) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Job.Unmarshal(m, b) @@ -552,7 +553,7 @@ func (m *Job_ApplicationInfo) Reset() { *m = Job_ApplicationInfo{} } func (m *Job_ApplicationInfo) String() string { return proto.CompactTextString(m) } func (*Job_ApplicationInfo) ProtoMessage() {} func (*Job_ApplicationInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_job_9a29ba70e362a44a, []int{0, 0} + return fileDescriptor_job_1bcb1f20b417ba30, []int{0, 0} } func (m *Job_ApplicationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Job_ApplicationInfo.Unmarshal(m, b) @@ -613,7 +614,7 @@ func (m *Job_DerivedInfo) Reset() { *m = Job_DerivedInfo{} } func (m *Job_DerivedInfo) String() string { return proto.CompactTextString(m) } func (*Job_DerivedInfo) ProtoMessage() {} func (*Job_DerivedInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_job_9a29ba70e362a44a, []int{0, 1} + return fileDescriptor_job_1bcb1f20b417ba30, []int{0, 1} } func (m *Job_DerivedInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Job_DerivedInfo.Unmarshal(m, b) @@ -680,7 +681,7 @@ func (m *Job_ProcessingOptions) Reset() { *m = Job_ProcessingOptions{} } func (m *Job_ProcessingOptions) String() string { return proto.CompactTextString(m) } func (*Job_ProcessingOptions) ProtoMessage() {} func (*Job_ProcessingOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_job_9a29ba70e362a44a, []int{0, 2} + return fileDescriptor_job_1bcb1f20b417ba30, []int{0, 2} } func (m *Job_ProcessingOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Job_ProcessingOptions.Unmarshal(m, b) @@ -723,78 +724,78 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/job.proto", fileDescriptor_job_9a29ba70e362a44a) + proto.RegisterFile("google/cloud/talent/v4beta1/job.proto", fileDescriptor_job_1bcb1f20b417ba30) } -var fileDescriptor_job_9a29ba70e362a44a = []byte{ - // 1089 bytes of a gzipped FileDescriptorProto +var fileDescriptor_job_1bcb1f20b417ba30 = []byte{ + // 1102 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x56, 0xd1, 0x72, 0x1b, 0x35, 0x17, 0x1e, 0xc7, 0x4d, 0x1b, 0xcb, 0x89, 0x63, 0xab, 0x69, 0x7f, 0xfd, 0x6e, 0x48, 0x0d, 0x4c, 0xa8, 0xa7, 0x80, 0x5d, 0x02, 0xc3, 0x30, 0xc0, 0x05, 0x89, 0x93, 0x81, 0x64, 0x32, 0x24, 0x6c, - 0x42, 0x2e, 0xca, 0xc5, 0x8e, 0x76, 0xf7, 0x64, 0x23, 0xb3, 0x2b, 0x29, 0x92, 0xd6, 0x60, 0x2e, - 0x78, 0x18, 0x78, 0x0b, 0x5e, 0x82, 0x57, 0x62, 0x24, 0xad, 0x1d, 0xd7, 0xed, 0xd8, 0xb9, 0xd3, - 0xf9, 0xf4, 0x7d, 0x9f, 0x76, 0xcf, 0xea, 0x9c, 0xb3, 0x68, 0x37, 0x15, 0x22, 0xcd, 0xa0, 0x1f, - 0x67, 0xa2, 0x48, 0xfa, 0x86, 0x66, 0xc0, 0x4d, 0x7f, 0xf4, 0x45, 0x04, 0x86, 0x7e, 0xd6, 0x1f, - 0x8a, 0xa8, 0x27, 0x95, 0x30, 0x02, 0x3f, 0xf3, 0xb4, 0x9e, 0xa3, 0xf5, 0x3c, 0xad, 0x57, 0xd2, - 0xda, 0xdd, 0x45, 0x1e, 0xb1, 0xc8, 0x73, 0xc1, 0xbd, 0x4d, 0xfb, 0x79, 0xc9, 0x74, 0x51, 0x54, - 0x5c, 0xf7, 0x0d, 0xcb, 0x41, 0x1b, 0x9a, 0xcb, 0x92, 0xb0, 0x33, 0x4f, 0xf8, 0x4d, 0x51, 0x29, - 0x41, 0xe9, 0x72, 0x7f, 0xbb, 0xdc, 0xa7, 0x92, 0xf5, 0x29, 0xe7, 0xc2, 0x50, 0xc3, 0x04, 0x2f, - 0x77, 0x3f, 0xf8, 0x17, 0xa3, 0xea, 0x89, 0x88, 0x30, 0x46, 0x0f, 0x38, 0xcd, 0x81, 0x54, 0x3a, - 0x95, 0x6e, 0x2d, 0x70, 0x6b, 0x4c, 0xd0, 0xa3, 0x58, 0xe4, 0x92, 0xf2, 0x31, 0x59, 0x71, 0xf0, - 0x24, 0xc4, 0xbb, 0xa8, 0xa1, 0xe0, 0xb6, 0x60, 0x9a, 0x59, 0xaf, 0x90, 0x25, 0xa4, 0xea, 0x08, - 0x1b, 0x33, 0xe8, 0x71, 0x82, 0xb7, 0xd0, 0xaa, 0x61, 0x26, 0x03, 0xf2, 0xc0, 0xed, 0xfa, 0x00, - 0x77, 0x50, 0x3d, 0x01, 0x1d, 0x2b, 0x26, 0x2d, 0x8d, 0xac, 0xba, 0xbd, 0x59, 0x08, 0x6f, 0xa3, - 0x1a, 0x4d, 0x12, 0x05, 0x5a, 0x83, 0x26, 0x0f, 0x3b, 0xd5, 0x6e, 0x2d, 0xb8, 0x03, 0xf0, 0x2f, - 0xa8, 0x49, 0xa5, 0xcc, 0x58, 0x4c, 0xfd, 0xe1, 0xfc, 0x5a, 0x90, 0x47, 0x9d, 0x4a, 0xb7, 0xbe, - 0xf7, 0xaa, 0xb7, 0x20, 0xe7, 0xbd, 0x13, 0x11, 0xf5, 0xf6, 0xef, 0x84, 0xc7, 0xfc, 0x5a, 0x04, - 0x9b, 0xf4, 0x4d, 0x00, 0x9f, 0xa0, 0xf5, 0xa1, 0x88, 0xc2, 0x08, 0x38, 0x5c, 0x33, 0xa3, 0xc9, - 0x5a, 0xa7, 0xda, 0x6d, 0xec, 0xbd, 0x58, 0x66, 0x7c, 0xe0, 0xf9, 0x41, 0x7d, 0x38, 0x5d, 0x6b, - 0xfc, 0x1a, 0xb5, 0x6c, 0xc2, 0x80, 0xeb, 0x99, 0x27, 0xad, 0xb9, 0x27, 0xfd, 0x74, 0xa1, 0xe1, - 0x60, 0x46, 0xe5, 0x1e, 0xb3, 0x19, 0xcf, 0x21, 0x38, 0x46, 0xad, 0xb8, 0xd0, 0x46, 0xe4, 0x21, - 0x35, 0x46, 0xb1, 0xa8, 0x30, 0xa0, 0x09, 0xea, 0x54, 0xbb, 0xf5, 0xbd, 0x2f, 0x97, 0x66, 0x61, - 0xe0, 0x94, 0xfb, 0x53, 0xe1, 0x11, 0x37, 0x6a, 0x1c, 0x34, 0xe3, 0x39, 0xd8, 0x26, 0x23, 0x81, - 0x54, 0x01, 0x84, 0x66, 0x2c, 0x41, 0x93, 0xfa, 0x3d, 0x92, 0x71, 0xe8, 0x04, 0x97, 0x63, 0x09, - 0xf6, 0x9b, 0x4e, 0xd6, 0x1a, 0xef, 0x20, 0x94, 0x80, 0xa4, 0xca, 0xe4, 0xc0, 0x0d, 0x59, 0x77, - 0x1f, 0x7d, 0x06, 0xc1, 0x57, 0xa8, 0x09, 0xb9, 0xcc, 0xc4, 0xd8, 0x46, 0xe5, 0x79, 0x1b, 0xee, - 0xbc, 0x8f, 0x17, 0x9e, 0x77, 0x34, 0x15, 0xb9, 0x33, 0x37, 0xe1, 0x8d, 0xd8, 0x9d, 0xcb, 0x78, - 0x0c, 0xdc, 0xb0, 0x11, 0x68, 0xd2, 0xf0, 0xe7, 0xde, 0x21, 0xf8, 0x43, 0xb4, 0x91, 0x51, 0x9e, - 0x16, 0x34, 0x85, 0x30, 0x16, 0x09, 0x90, 0x4d, 0x47, 0x59, 0x9f, 0x80, 0x03, 0x91, 0x00, 0x3e, - 0x40, 0x35, 0x7b, 0x2b, 0x32, 0x18, 0x41, 0x46, 0x9a, 0x9d, 0x4a, 0xb7, 0xb1, 0xb7, 0xbb, 0x2c, - 0xcb, 0xa7, 0x96, 0x1c, 0xac, 0x0d, 0xcb, 0x15, 0x7e, 0x81, 0x36, 0xa5, 0x12, 0xb9, 0x70, 0x57, - 0x61, 0x44, 0xb3, 0x02, 0x48, 0xab, 0x53, 0xe9, 0xae, 0x06, 0x8d, 0x29, 0x7c, 0x65, 0x51, 0xfc, - 0x11, 0x6a, 0xdc, 0x16, 0x34, 0x63, 0xd7, 0xe5, 0xbd, 0xd4, 0x04, 0xbb, 0x47, 0x9a, 0x43, 0xf1, - 0x4b, 0xd4, 0x54, 0xa0, 0xa5, 0xe0, 0x9a, 0x45, 0x2c, 0x63, 0x86, 0x81, 0x26, 0x8f, 0x1d, 0xf3, - 0x2d, 0x1c, 0xff, 0x84, 0x1a, 0x52, 0x68, 0xc3, 0x78, 0x1a, 0x2a, 0x48, 0x6d, 0xd9, 0x6d, 0xb9, - 0xb7, 0x78, 0xb9, 0xf0, 0x2d, 0xce, 0xbd, 0x24, 0x70, 0x8a, 0x60, 0x43, 0xce, 0x86, 0xf8, 0x7b, - 0x84, 0x46, 0xac, 0x3c, 0x62, 0x4c, 0x9e, 0x38, 0xbb, 0xc5, 0x57, 0xe3, 0x6a, 0x4a, 0x0f, 0x66, - 0xa4, 0xf8, 0x3b, 0xd4, 0xb0, 0xc9, 0xd5, 0x86, 0x2a, 0x13, 0xda, 0xee, 0x46, 0x9e, 0xba, 0x1a, - 0x69, 0x4f, 0xcc, 0x26, 0x9d, 0xad, 0x77, 0x39, 0x69, 0x7d, 0x81, 0x2d, 0xd2, 0x0b, 0x2b, 0xb0, - 0x10, 0xfe, 0xd6, 0x17, 0x2d, 0xf0, 0xc4, 0xeb, 0xff, 0xb7, 0x54, 0x8f, 0x86, 0x22, 0x3a, 0xe2, - 0x89, 0x53, 0x9f, 0xa2, 0xad, 0x49, 0x6e, 0x64, 0x11, 0x65, 0x4c, 0xdf, 0x78, 0x17, 0xb2, 0xd4, - 0x05, 0x97, 0xba, 0x73, 0x2f, 0x73, 0x6e, 0x27, 0xe8, 0xf1, 0xc4, 0x0d, 0x7e, 0x97, 0x4c, 0x81, - 0x37, 0xfb, 0xff, 0x52, 0xb3, 0x56, 0x29, 0x3b, 0x72, 0xaa, 0x79, 0xaf, 0x58, 0x01, 0x35, 0xa5, - 0x57, 0xfb, 0xde, 0x5e, 0x03, 0xa7, 0x9a, 0xf7, 0x2a, 0x64, 0x32, 0xf5, 0x7a, 0x76, 0x6f, 0xaf, - 0x9f, 0x9d, 0xca, 0x79, 0xbd, 0x42, 0x5b, 0xe5, 0x24, 0x08, 0x13, 0xa6, 0x65, 0x46, 0xc7, 0xa1, - 0x1b, 0x1e, 0xdb, 0xee, 0xf6, 0xe1, 0x72, 0xef, 0xd0, 0x6f, 0xfd, 0x68, 0x47, 0xc9, 0x99, 0xed, - 0x24, 0x8a, 0x8d, 0x20, 0xf1, 0x5d, 0xf0, 0x3d, 0x77, 0xec, 0x27, 0x4b, 0x3b, 0xd5, 0xa1, 0x17, - 0xb9, 0x26, 0x58, 0x4f, 0xee, 0x02, 0x4c, 0x11, 0x96, 0x4a, 0xc4, 0xa0, 0xb5, 0x7d, 0x23, 0x21, - 0x7d, 0xa1, 0xec, 0x38, 0xdb, 0xbd, 0xa5, 0xb6, 0xe7, 0x53, 0xe9, 0x99, 0x57, 0x06, 0x2d, 0x39, - 0x0f, 0xb5, 0x43, 0xb4, 0x39, 0x37, 0x2e, 0xf0, 0x53, 0xf4, 0x10, 0x72, 0xca, 0x32, 0x4d, 0x2a, - 0x6e, 0x2a, 0x95, 0x91, 0x1d, 0x69, 0x8c, 0x6b, 0xa3, 0x8a, 0xd8, 0x8d, 0x34, 0x3f, 0x2d, 0x67, - 0x21, 0x3b, 0x5f, 0x0b, 0xc5, 0x34, 0xa9, 0x3a, 0x9d, 0x5b, 0xb7, 0xff, 0xae, 0xa0, 0xfa, 0xcc, - 0x0b, 0xe2, 0x01, 0xaa, 0x65, 0x62, 0x52, 0xf3, 0x15, 0xd7, 0xcb, 0x17, 0x77, 0x99, 0xd3, 0x92, - 0x1d, 0xdc, 0xe9, 0xf0, 0x99, 0xaf, 0xa6, 0x98, 0x1a, 0x48, 0x85, 0xb2, 0x3d, 0xa1, 0xea, 0xba, - 0x68, 0x77, 0x59, 0x52, 0x06, 0x5e, 0x31, 0x0e, 0x36, 0x86, 0xd3, 0x80, 0x81, 0x6e, 0xff, 0x53, - 0x41, 0xad, 0xb7, 0xf2, 0x85, 0x8f, 0xd1, 0xfb, 0x09, 0xd3, 0x34, 0xca, 0x20, 0xd4, 0x46, 0x01, - 0x98, 0xb0, 0x1c, 0xd0, 0xa1, 0x02, 0x2d, 0xb2, 0xc2, 0xe5, 0xc1, 0xfe, 0x4c, 0xac, 0x05, 0x3b, - 0x25, 0xf1, 0xc2, 0xf1, 0xf6, 0x3d, 0x2d, 0x98, 0xb2, 0xec, 0x98, 0xbc, 0x31, 0x79, 0x16, 0x6a, - 0xca, 0x99, 0x61, 0x7f, 0xd0, 0x69, 0x0a, 0x1b, 0x4b, 0xc6, 0xe4, 0x0f, 0x26, 0xcf, 0x2e, 0x66, - 0x44, 0x41, 0xf3, 0x66, 0x0e, 0x69, 0xdf, 0xa2, 0x27, 0xef, 0x1c, 0x76, 0xb8, 0x89, 0xaa, 0xbf, - 0xc2, 0xb8, 0xfc, 0xdd, 0xb1, 0x4b, 0x7c, 0x80, 0x56, 0x7d, 0x57, 0x5e, 0xb9, 0xc7, 0xdd, 0x9c, - 0x33, 0x0d, 0xbc, 0xf4, 0xeb, 0x95, 0xaf, 0x2a, 0x07, 0x7f, 0xa2, 0xe7, 0xb1, 0xc8, 0x17, 0xa9, - 0x0f, 0x9a, 0x27, 0x22, 0xb2, 0x09, 0x28, 0x54, 0x0c, 0xe7, 0xb6, 0xe2, 0xce, 0x2b, 0xaf, 0xf7, - 0x4b, 0x41, 0x2a, 0xec, 0xe4, 0xe9, 0x09, 0x95, 0xf6, 0x53, 0xe0, 0xae, 0x1e, 0xfb, 0x7e, 0x8b, - 0x4a, 0xa6, 0xdf, 0xf9, 0xc3, 0xf8, 0x8d, 0x0f, 0xff, 0x5a, 0xa9, 0x0e, 0x2e, 0x2f, 0xa2, 0x87, - 0x4e, 0xf3, 0xf9, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xe8, 0x6f, 0xab, 0xdb, 0xa7, 0x0a, 0x00, - 0x00, + 0x42, 0x2e, 0xca, 0xc5, 0x8e, 0x76, 0xf7, 0xc4, 0x91, 0xd9, 0x95, 0x14, 0x49, 0x6b, 0x30, 0x17, + 0x3c, 0x0c, 0xbc, 0x05, 0x2f, 0xc1, 0x2b, 0x31, 0x92, 0x76, 0x1d, 0xd7, 0xed, 0xd8, 0xb9, 0xd3, + 0xf9, 0xf4, 0x7d, 0x9f, 0x76, 0xcf, 0xea, 0x9c, 0xb3, 0x68, 0x77, 0x28, 0xc4, 0x30, 0x85, 0x7e, + 0x9c, 0x8a, 0x3c, 0xe9, 0x1b, 0x9a, 0x02, 0x37, 0xfd, 0xf1, 0x17, 0x11, 0x18, 0xfa, 0x59, 0x7f, + 0x24, 0xa2, 0x9e, 0x54, 0xc2, 0x08, 0xfc, 0xcc, 0xd3, 0x7a, 0x8e, 0xd6, 0xf3, 0xb4, 0x5e, 0x41, + 0x6b, 0x77, 0x17, 0x79, 0xc4, 0x22, 0xcb, 0x04, 0xf7, 0x36, 0xed, 0xe7, 0x05, 0xd3, 0x45, 0x51, + 0x7e, 0xdd, 0x37, 0x2c, 0x03, 0x6d, 0x68, 0x26, 0x0b, 0xc2, 0xce, 0x3c, 0xe1, 0x37, 0x45, 0xa5, + 0x04, 0xa5, 0x8b, 0xfd, 0x4e, 0xb1, 0x6f, 0x26, 0x12, 0xfa, 0x52, 0x68, 0x43, 0xd3, 0x90, 0x26, + 0x89, 0x02, 0x5d, 0x32, 0xb6, 0x0b, 0x06, 0x95, 0xac, 0x4f, 0x39, 0x17, 0x86, 0x1a, 0x26, 0x78, + 0xb1, 0xfb, 0xc1, 0xbf, 0x18, 0x55, 0x4f, 0x44, 0x84, 0x31, 0x7a, 0xc0, 0x69, 0x06, 0xa4, 0xd2, + 0xa9, 0x74, 0x6b, 0x81, 0x5b, 0x63, 0x82, 0x1e, 0xc5, 0x22, 0x93, 0x94, 0x4f, 0xc8, 0x8a, 0x83, + 0xcb, 0x10, 0xef, 0xa2, 0x86, 0x82, 0xdb, 0x9c, 0x69, 0x66, 0xbd, 0x42, 0x96, 0x90, 0xaa, 0x23, + 0x6c, 0xcc, 0xa0, 0xc7, 0x09, 0xde, 0x42, 0xab, 0x86, 0x99, 0x14, 0xc8, 0x03, 0xb7, 0xeb, 0x03, + 0xdc, 0x41, 0xf5, 0x04, 0x74, 0xac, 0x98, 0xb4, 0x34, 0xb2, 0xea, 0xf6, 0x66, 0x21, 0xbc, 0x8d, + 0x6a, 0xc5, 0x3b, 0x80, 0x26, 0x0f, 0x3b, 0xd5, 0x6e, 0x2d, 0xb8, 0x03, 0xf0, 0x2f, 0xa8, 0x49, + 0xa5, 0x4c, 0x59, 0x4c, 0xfd, 0xe1, 0xfc, 0x5a, 0x90, 0x47, 0x9d, 0x4a, 0xb7, 0xbe, 0xf7, 0xaa, + 0xb7, 0xe0, 0xab, 0xf4, 0x4e, 0x44, 0xd4, 0xdb, 0xbf, 0x13, 0x1e, 0xf3, 0x6b, 0x11, 0x6c, 0xd2, + 0x37, 0x01, 0x7c, 0x82, 0xd6, 0x47, 0x22, 0x0a, 0x23, 0xe0, 0x70, 0xcd, 0x8c, 0x26, 0x6b, 0x9d, + 0x6a, 0xb7, 0xb1, 0xf7, 0x62, 0x99, 0xf1, 0x81, 0xe7, 0x07, 0xf5, 0xd1, 0x74, 0xad, 0xf1, 0x6b, + 0xd4, 0xb2, 0x09, 0x03, 0xae, 0x67, 0x9e, 0xb4, 0xe6, 0x9e, 0xf4, 0xd3, 0x85, 0x86, 0x83, 0x19, + 0x95, 0x7b, 0xcc, 0x66, 0x3c, 0x87, 0xe0, 0x18, 0xb5, 0xe2, 0x5c, 0x1b, 0x91, 0x85, 0xd4, 0x18, + 0xc5, 0xa2, 0xdc, 0x80, 0x26, 0xa8, 0x53, 0xed, 0xd6, 0xf7, 0xbe, 0x5c, 0x9a, 0x85, 0x81, 0x53, + 0xee, 0x4f, 0x85, 0x47, 0xdc, 0xa8, 0x49, 0xd0, 0x8c, 0xe7, 0x60, 0x9b, 0x8c, 0x04, 0x86, 0x0a, + 0x20, 0xb4, 0xd7, 0x4b, 0x93, 0xfa, 0x3d, 0x92, 0x71, 0xe8, 0x04, 0x97, 0x13, 0x09, 0xf6, 0x9b, + 0x96, 0x6b, 0x8d, 0x77, 0x10, 0x4a, 0x40, 0x52, 0x65, 0x32, 0xe0, 0x86, 0xac, 0xbb, 0x8f, 0x3e, + 0x83, 0xe0, 0x2b, 0xd4, 0x84, 0x4c, 0xa6, 0x62, 0x62, 0xa3, 0xe2, 0xbc, 0x0d, 0x77, 0xde, 0xc7, + 0x0b, 0xcf, 0x3b, 0x9a, 0x8a, 0xdc, 0x99, 0x9b, 0xf0, 0x46, 0xec, 0xce, 0x65, 0x3c, 0x06, 0x6e, + 0xd8, 0x18, 0x34, 0x69, 0xf8, 0x73, 0xef, 0x10, 0xfc, 0x21, 0xda, 0x48, 0x29, 0x1f, 0xe6, 0x74, + 0x08, 0x61, 0x2c, 0x12, 0x20, 0x9b, 0x8e, 0xb2, 0x5e, 0x82, 0x03, 0x91, 0x00, 0x3e, 0x40, 0x35, + 0x7b, 0x2b, 0x52, 0x18, 0x43, 0x4a, 0x9a, 0x9d, 0x4a, 0xb7, 0xb1, 0xb7, 0xbb, 0x2c, 0xcb, 0xa7, + 0x96, 0x1c, 0xac, 0x8d, 0x8a, 0x15, 0x7e, 0x81, 0x36, 0xa5, 0x12, 0x99, 0x70, 0x57, 0x61, 0x4c, + 0xd3, 0x1c, 0x48, 0xab, 0x53, 0xe9, 0xae, 0x06, 0x8d, 0x29, 0x7c, 0x65, 0x51, 0xfc, 0x11, 0x6a, + 0xdc, 0xe6, 0x34, 0x65, 0xd7, 0xc5, 0xbd, 0xd4, 0x04, 0xbb, 0x47, 0x9a, 0x43, 0xf1, 0x4b, 0xd4, + 0x54, 0xa0, 0xa5, 0xe0, 0x9a, 0x45, 0x2c, 0x65, 0x86, 0x81, 0x26, 0x8f, 0x1d, 0xf3, 0x2d, 0x1c, + 0xff, 0x84, 0x1a, 0xb6, 0x39, 0x30, 0x3e, 0x0c, 0x15, 0x0c, 0x6d, 0xd9, 0x6d, 0xb9, 0xb7, 0x78, + 0xb9, 0xf0, 0x2d, 0xce, 0xbd, 0x24, 0x70, 0x8a, 0x60, 0x43, 0xce, 0x86, 0xf8, 0x7b, 0x84, 0xc6, + 0xac, 0x38, 0x62, 0x42, 0x9e, 0x38, 0xbb, 0xc5, 0x57, 0xe3, 0x6a, 0x4a, 0x0f, 0x66, 0xa4, 0xf8, + 0x3b, 0xd4, 0xb0, 0xc9, 0xd5, 0x86, 0x2a, 0x13, 0xda, 0xfe, 0x47, 0x9e, 0xba, 0x1a, 0x69, 0x97, + 0x66, 0x65, 0xef, 0xeb, 0x5d, 0x96, 0xcd, 0x31, 0xb0, 0x45, 0x7a, 0x61, 0x05, 0x16, 0xc2, 0xdf, + 0xfa, 0xa2, 0x05, 0x9e, 0x78, 0xfd, 0xff, 0x96, 0xea, 0xd1, 0x48, 0x44, 0x47, 0x3c, 0x71, 0xea, + 0x53, 0xb4, 0x55, 0xe6, 0x46, 0xe6, 0x51, 0xca, 0xf4, 0x8d, 0x77, 0x21, 0x4b, 0x5d, 0x70, 0xa1, + 0x3b, 0xf7, 0x32, 0xe7, 0x76, 0x82, 0x1e, 0x97, 0x6e, 0xf0, 0xbb, 0x64, 0x0a, 0xbc, 0xd9, 0xff, + 0x97, 0x9a, 0xb5, 0x0a, 0xd9, 0x91, 0x53, 0xcd, 0x7b, 0xc5, 0x0a, 0xa8, 0x29, 0xbc, 0xda, 0xf7, + 0xf6, 0x1a, 0x38, 0xd5, 0xbc, 0x57, 0x2e, 0x93, 0xa9, 0xd7, 0xb3, 0x7b, 0x7b, 0xfd, 0xec, 0x54, + 0xce, 0xeb, 0x15, 0xda, 0x2a, 0x26, 0x41, 0x98, 0x30, 0x2d, 0x53, 0x3a, 0x09, 0xdd, 0xf0, 0xd8, + 0x76, 0xb7, 0x0f, 0x17, 0x7b, 0x87, 0x7e, 0xeb, 0x47, 0x3b, 0x4a, 0xce, 0x6c, 0x27, 0x51, 0x6c, + 0x0c, 0x89, 0xef, 0x82, 0xef, 0xb9, 0x63, 0x3f, 0x59, 0xda, 0xa9, 0x0e, 0xbd, 0xc8, 0x35, 0xc1, + 0x7a, 0x72, 0x17, 0x60, 0x8a, 0xb0, 0x54, 0x22, 0x06, 0xad, 0xed, 0x1b, 0x09, 0xe9, 0x0b, 0x65, + 0xc7, 0xd9, 0xee, 0x2d, 0xb5, 0x3d, 0x9f, 0x4a, 0xcf, 0xbc, 0x32, 0x68, 0xc9, 0x79, 0xa8, 0x1d, + 0xa2, 0xcd, 0xb9, 0x71, 0x81, 0x9f, 0xa2, 0x87, 0x90, 0x51, 0x96, 0x6a, 0x52, 0x71, 0x53, 0xa9, + 0x88, 0xec, 0x48, 0x63, 0x5c, 0x1b, 0x95, 0xc7, 0x6e, 0xa4, 0xf9, 0x69, 0x39, 0x0b, 0xd9, 0xf9, + 0x9a, 0x2b, 0xa6, 0x49, 0xd5, 0xe9, 0xdc, 0xba, 0xfd, 0x77, 0x05, 0xd5, 0x67, 0x5e, 0x10, 0x0f, + 0x50, 0x2d, 0x15, 0x65, 0xcd, 0x57, 0x5c, 0x2f, 0x5f, 0xdc, 0x65, 0x4e, 0x0b, 0x76, 0x70, 0xa7, + 0xc3, 0x67, 0xbe, 0x9a, 0x62, 0x6a, 0x60, 0x28, 0x94, 0xed, 0x09, 0x55, 0xd7, 0x45, 0xbb, 0xcb, + 0x92, 0x32, 0xf0, 0x8a, 0x49, 0xb0, 0x31, 0x9a, 0x06, 0x0c, 0x74, 0xfb, 0x9f, 0x0a, 0x6a, 0xbd, + 0x95, 0x2f, 0x7c, 0x8c, 0xde, 0x4f, 0x98, 0xa6, 0x51, 0x0a, 0xa1, 0x36, 0x0a, 0xc0, 0x94, 0x7f, + 0x1d, 0xa1, 0x02, 0x2d, 0xd2, 0xdc, 0xe5, 0xc1, 0xfe, 0x4c, 0xac, 0x05, 0x3b, 0x05, 0xf1, 0xc2, + 0xf1, 0xf6, 0x3d, 0x2d, 0x98, 0xb2, 0xec, 0x98, 0xbc, 0x31, 0x59, 0x1a, 0x6a, 0xca, 0x99, 0x61, + 0x7f, 0xd0, 0x69, 0x0a, 0x1b, 0x4b, 0xc6, 0xe4, 0x0f, 0x26, 0x4b, 0x2f, 0x66, 0x44, 0x41, 0xf3, + 0x66, 0x0e, 0x69, 0xdf, 0xa2, 0x27, 0xef, 0x1c, 0x76, 0xb8, 0x89, 0xaa, 0xbf, 0xc2, 0xa4, 0xf8, + 0xdd, 0xb1, 0x4b, 0x7c, 0x80, 0x56, 0x7d, 0x57, 0x5e, 0xb9, 0xc7, 0xdd, 0x9c, 0x33, 0x0d, 0xbc, + 0xf4, 0xeb, 0x95, 0xaf, 0x2a, 0x07, 0x7f, 0xa2, 0xe7, 0xb1, 0xc8, 0x16, 0xa9, 0x0f, 0x9a, 0x27, + 0x22, 0xb2, 0x09, 0xc8, 0x55, 0x0c, 0xe7, 0xb6, 0xe2, 0xce, 0x2b, 0xaf, 0xf7, 0x0b, 0xc1, 0x50, + 0xd8, 0xc9, 0xd3, 0x13, 0x6a, 0xd8, 0x1f, 0x02, 0x77, 0xf5, 0xd8, 0xf7, 0x5b, 0x54, 0x32, 0xfd, + 0xce, 0x5f, 0xca, 0x6f, 0x7c, 0xf8, 0xd7, 0x4a, 0x75, 0x70, 0x79, 0x11, 0x3d, 0x74, 0x9a, 0xcf, + 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x8b, 0xe6, 0x66, 0x6a, 0xc9, 0x0a, 0x00, 0x00, } diff --git a/googleapis/cloud/talent/v4beta1/job_service.pb.go b/googleapis/cloud/talent/v4beta1/job_service.pb.go index 9156cdecce..6f5cefd169 100644 --- a/googleapis/cloud/talent/v4beta1/job_service.pb.go +++ b/googleapis/cloud/talent/v4beta1/job_service.pb.go @@ -71,7 +71,7 @@ func (x JobView) String() string { return proto.EnumName(JobView_name, int32(x)) } func (JobView) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_job_service_e75bd5bba24fd5ab, []int{0} + return fileDescriptor_job_service_461eee9b2ad19a52, []int{0} } // A string-represented enumeration of the job search mode. The service @@ -107,7 +107,7 @@ func (x SearchJobsRequest_SearchMode) String() string { return proto.EnumName(SearchJobsRequest_SearchMode_name, int32(x)) } func (SearchJobsRequest_SearchMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_job_service_e75bd5bba24fd5ab, []int{7, 0} + return fileDescriptor_job_service_461eee9b2ad19a52, []int{7, 0} } // Controls whether highly similar jobs are returned next to each other in @@ -146,7 +146,7 @@ func (x SearchJobsRequest_DiversificationLevel) String() string { return proto.EnumName(SearchJobsRequest_DiversificationLevel_name, int32(x)) } func (SearchJobsRequest_DiversificationLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_job_service_e75bd5bba24fd5ab, []int{7, 1} + return fileDescriptor_job_service_461eee9b2ad19a52, []int{7, 1} } // The importance level for [CustomRankingInfo.ranking_expression][google.cloud.talent.v4beta1.SearchJobsRequest.CustomRankingInfo.ranking_expression]. @@ -204,7 +204,7 @@ func (x SearchJobsRequest_CustomRankingInfo_ImportanceLevel) String() string { return proto.EnumName(SearchJobsRequest_CustomRankingInfo_ImportanceLevel_name, int32(x)) } func (SearchJobsRequest_CustomRankingInfo_ImportanceLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_job_service_e75bd5bba24fd5ab, []int{7, 0, 0} + return fileDescriptor_job_service_461eee9b2ad19a52, []int{7, 0, 0} } // Input only. @@ -234,7 +234,7 @@ func (m *CreateJobRequest) Reset() { *m = CreateJobRequest{} } func (m *CreateJobRequest) String() string { return proto.CompactTextString(m) } func (*CreateJobRequest) ProtoMessage() {} func (*CreateJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_e75bd5bba24fd5ab, []int{0} + return fileDescriptor_job_service_461eee9b2ad19a52, []int{0} } func (m *CreateJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateJobRequest.Unmarshal(m, b) @@ -292,7 +292,7 @@ func (m *GetJobRequest) Reset() { *m = GetJobRequest{} } func (m *GetJobRequest) String() string { return proto.CompactTextString(m) } func (*GetJobRequest) ProtoMessage() {} func (*GetJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_e75bd5bba24fd5ab, []int{1} + return fileDescriptor_job_service_461eee9b2ad19a52, []int{1} } func (m *GetJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetJobRequest.Unmarshal(m, b) @@ -345,7 +345,7 @@ func (m *UpdateJobRequest) Reset() { *m = UpdateJobRequest{} } func (m *UpdateJobRequest) String() string { return proto.CompactTextString(m) } func (*UpdateJobRequest) ProtoMessage() {} func (*UpdateJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_e75bd5bba24fd5ab, []int{2} + return fileDescriptor_job_service_461eee9b2ad19a52, []int{2} } func (m *UpdateJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateJobRequest.Unmarshal(m, b) @@ -403,7 +403,7 @@ func (m *DeleteJobRequest) Reset() { *m = DeleteJobRequest{} } func (m *DeleteJobRequest) String() string { return proto.CompactTextString(m) } func (*DeleteJobRequest) ProtoMessage() {} func (*DeleteJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_e75bd5bba24fd5ab, []int{3} + return fileDescriptor_job_service_461eee9b2ad19a52, []int{3} } func (m *DeleteJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteJobRequest.Unmarshal(m, b) @@ -467,7 +467,7 @@ func (m *BatchDeleteJobsRequest) Reset() { *m = BatchDeleteJobsRequest{} func (m *BatchDeleteJobsRequest) String() string { return proto.CompactTextString(m) } func (*BatchDeleteJobsRequest) ProtoMessage() {} func (*BatchDeleteJobsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_e75bd5bba24fd5ab, []int{4} + return fileDescriptor_job_service_461eee9b2ad19a52, []int{4} } func (m *BatchDeleteJobsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchDeleteJobsRequest.Unmarshal(m, b) @@ -564,7 +564,7 @@ func (m *ListJobsRequest) Reset() { *m = ListJobsRequest{} } func (m *ListJobsRequest) String() string { return proto.CompactTextString(m) } func (*ListJobsRequest) ProtoMessage() {} func (*ListJobsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_e75bd5bba24fd5ab, []int{5} + return fileDescriptor_job_service_461eee9b2ad19a52, []int{5} } func (m *ListJobsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobsRequest.Unmarshal(m, b) @@ -642,7 +642,7 @@ func (m *ListJobsResponse) Reset() { *m = ListJobsResponse{} } func (m *ListJobsResponse) String() string { return proto.CompactTextString(m) } func (*ListJobsResponse) ProtoMessage() {} func (*ListJobsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_e75bd5bba24fd5ab, []int{6} + return fileDescriptor_job_service_461eee9b2ad19a52, []int{6} } func (m *ListJobsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobsResponse.Unmarshal(m, b) @@ -951,7 +951,7 @@ func (m *SearchJobsRequest) Reset() { *m = SearchJobsRequest{} } func (m *SearchJobsRequest) String() string { return proto.CompactTextString(m) } func (*SearchJobsRequest) ProtoMessage() {} func (*SearchJobsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_e75bd5bba24fd5ab, []int{7} + return fileDescriptor_job_service_461eee9b2ad19a52, []int{7} } func (m *SearchJobsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchJobsRequest.Unmarshal(m, b) @@ -1115,7 +1115,7 @@ func (m *SearchJobsRequest_CustomRankingInfo) Reset() { *m = SearchJobsR func (m *SearchJobsRequest_CustomRankingInfo) String() string { return proto.CompactTextString(m) } func (*SearchJobsRequest_CustomRankingInfo) ProtoMessage() {} func (*SearchJobsRequest_CustomRankingInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_e75bd5bba24fd5ab, []int{7, 0} + return fileDescriptor_job_service_461eee9b2ad19a52, []int{7, 0} } func (m *SearchJobsRequest_CustomRankingInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchJobsRequest_CustomRankingInfo.Unmarshal(m, b) @@ -1196,7 +1196,7 @@ func (m *SearchJobsResponse) Reset() { *m = SearchJobsResponse{} } func (m *SearchJobsResponse) String() string { return proto.CompactTextString(m) } func (*SearchJobsResponse) ProtoMessage() {} func (*SearchJobsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_e75bd5bba24fd5ab, []int{8} + return fileDescriptor_job_service_461eee9b2ad19a52, []int{8} } func (m *SearchJobsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchJobsResponse.Unmarshal(m, b) @@ -1309,7 +1309,7 @@ func (m *SearchJobsResponse_MatchingJob) Reset() { *m = SearchJobsRespon func (m *SearchJobsResponse_MatchingJob) String() string { return proto.CompactTextString(m) } func (*SearchJobsResponse_MatchingJob) ProtoMessage() {} func (*SearchJobsResponse_MatchingJob) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_e75bd5bba24fd5ab, []int{8, 0} + return fileDescriptor_job_service_461eee9b2ad19a52, []int{8, 0} } func (m *SearchJobsResponse_MatchingJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchJobsResponse_MatchingJob.Unmarshal(m, b) @@ -1384,7 +1384,7 @@ func (m *SearchJobsResponse_CommuteInfo) Reset() { *m = SearchJobsRespon func (m *SearchJobsResponse_CommuteInfo) String() string { return proto.CompactTextString(m) } func (*SearchJobsResponse_CommuteInfo) ProtoMessage() {} func (*SearchJobsResponse_CommuteInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_job_service_e75bd5bba24fd5ab, []int{8, 1} + return fileDescriptor_job_service_461eee9b2ad19a52, []int{8, 1} } func (m *SearchJobsResponse_CommuteInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchJobsResponse_CommuteInfo.Unmarshal(m, b) @@ -1803,10 +1803,10 @@ var _JobService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/job_service.proto", fileDescriptor_job_service_e75bd5bba24fd5ab) + proto.RegisterFile("google/cloud/talent/v4beta1/job_service.proto", fileDescriptor_job_service_461eee9b2ad19a52) } -var fileDescriptor_job_service_e75bd5bba24fd5ab = []byte{ +var fileDescriptor_job_service_461eee9b2ad19a52 = []byte{ // 1861 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x4b, 0x73, 0x1b, 0xc7, 0x11, 0xce, 0x82, 0x2f, 0xa0, 0x41, 0x12, 0xcb, 0x11, 0x2d, 0xc1, 0xa0, 0x13, 0x53, 0xab, 0x48, diff --git a/googleapis/cloud/talent/v4beta1/profile.pb.go b/googleapis/cloud/talent/v4beta1/profile.pb.go index 53c014fe83..e1de286d6e 100644 --- a/googleapis/cloud/talent/v4beta1/profile.pb.go +++ b/googleapis/cloud/talent/v4beta1/profile.pb.go @@ -25,6 +25,38 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package +// The format of a structured resume. +type Resume_ResumeType int32 + +const ( + // Default value. + Resume_RESUME_TYPE_UNSPECIFIED Resume_ResumeType = 0 + // The profile contents in HR-XML format. + // See http://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more + // information about Human Resources XML. + Resume_HRXML Resume_ResumeType = 1 + // Resume type not specified. + Resume_OTHER_RESUME_TYPE Resume_ResumeType = 2 +) + +var Resume_ResumeType_name = map[int32]string{ + 0: "RESUME_TYPE_UNSPECIFIED", + 1: "HRXML", + 2: "OTHER_RESUME_TYPE", +} +var Resume_ResumeType_value = map[string]int32{ + "RESUME_TYPE_UNSPECIFIED": 0, + "HRXML": 1, + "OTHER_RESUME_TYPE": 2, +} + +func (x Resume_ResumeType) String() string { + return proto.EnumName(Resume_ResumeType_name, int32(x)) +} +func (Resume_ResumeType) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{1, 0} +} + // Enum that represents the type of the telephone. type Phone_PhoneType int32 @@ -86,7 +118,7 @@ func (x Phone_PhoneType) String() string { return proto.EnumName(Phone_PhoneType_name, int32(x)) } func (Phone_PhoneType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_profile_637e0db3490dca44, []int{4, 0} + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{5, 0} } // A resource that represents the profile for a job candidate (also referred to @@ -127,10 +159,8 @@ type Profile struct { // The cluster id of the profile to associate with other profile(s) for the // same candidate. // - // A random UUID is assigned if [group_id][google.cloud.talent.v4beta1.Profile.group_id] isn't provided. To ensure - // global uniqueness, customized [group_id][google.cloud.talent.v4beta1.Profile.group_id] isn't supported. If - // [group_id][google.cloud.talent.v4beta1.Profile.group_id] is set, there must be at least one other profile with the - // same system generated [group_id][google.cloud.talent.v4beta1.Profile.group_id], otherwise an error is thrown. + // This field should be generated by the customer. If a value is not provided, + // a random UUI is assigned to this field of the profile. // // This is used to link multiple profiles to the same candidate. For example, // a client has a candidate with two profiles, where one was created recently @@ -153,20 +183,8 @@ type Profile struct { UpdateTime *timestamp.Timestamp `protobuf:"bytes,8,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Optional. // - // The profile contents in HR-XML format. - // See http://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more - // information about Human Resources XML. - // - // Users can create a profile with only [resume_hrxml][google.cloud.talent.v4beta1.Profile.resume_hrxml] field. For example, - // the API parses the [resume_hrxml][google.cloud.talent.v4beta1.Profile.resume_hrxml] and creates a profile with all - // structured fields populated, for example. [EmploymentRecord][google.cloud.talent.v4beta1.EmploymentRecord], - // [EducationRecord][google.cloud.talent.v4beta1.EducationRecord], and so on. An error is thrown if the [resume_hrxml][google.cloud.talent.v4beta1.Profile.resume_hrxml] - // can't be parsed. - // - // If the [resume_hrxml][google.cloud.talent.v4beta1.Profile.resume_hrxml] is provided during profile creation or update, - // any other structured data provided in the profile is ignored. The - // API populates these fields by parsing the HR-XML. - ResumeHrxml string `protobuf:"bytes,10,opt,name=resume_hrxml,json=resumeHrxml,proto3" json:"resume_hrxml,omitempty"` + // The resume representing this profile. + Resume *Resume `protobuf:"bytes,53,opt,name=resume,proto3" json:"resume,omitempty"` // Optional. // // The names of the candidate this profile references. @@ -272,7 +290,7 @@ type Profile struct { // Output only. Indicates if the profile is fully processed and searchable. Processed bool `protobuf:"varint,27,opt,name=processed,proto3" json:"processed,omitempty"` // Output only. Keyword snippet shows how the search result is related to a - // search query. + // search query. This is only returned in [SearchProfilesResponse][google.cloud.talent.v4beta1.SearchProfilesResponse]. KeywordSnippet string `protobuf:"bytes,28,opt,name=keyword_snippet,json=keywordSnippet,proto3" json:"keyword_snippet,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -283,7 +301,7 @@ func (m *Profile) Reset() { *m = Profile{} } func (m *Profile) String() string { return proto.CompactTextString(m) } func (*Profile) ProtoMessage() {} func (*Profile) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_637e0db3490dca44, []int{0} + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{0} } func (m *Profile) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Profile.Unmarshal(m, b) @@ -359,11 +377,11 @@ func (m *Profile) GetUpdateTime() *timestamp.Timestamp { return nil } -func (m *Profile) GetResumeHrxml() string { +func (m *Profile) GetResume() *Resume { if m != nil { - return m.ResumeHrxml + return m.Resume } - return "" + return nil } func (m *Profile) GetPersonNames() []*PersonName { @@ -492,6 +510,67 @@ func (m *Profile) GetKeywordSnippet() string { return "" } +// Resource that represents a resume. +type Resume struct { + // Optional. + // + // Users can create a profile with only this field field, if [resume_type][google.cloud.talent.v4beta1.Resume.resume_type] + // is [HRXML][]. For example, the API parses this field and creates a profile + // with all structured fields populated, for example. [EmploymentRecord][google.cloud.talent.v4beta1.EmploymentRecord], + // [EducationRecord][google.cloud.talent.v4beta1.EducationRecord], and so on. An error is thrown if this field cannot be + // parsed. + // + // If this field is provided during profile creation or update, + // any other structured data provided in the profile is ignored. The + // API populates these fields by parsing this field. + StructuredResume string `protobuf:"bytes,1,opt,name=structured_resume,json=structuredResume,proto3" json:"structured_resume,omitempty"` + // Optional. + // + // The format of [structured_resume][google.cloud.talent.v4beta1.Resume.structured_resume]. + ResumeType Resume_ResumeType `protobuf:"varint,2,opt,name=resume_type,json=resumeType,proto3,enum=google.cloud.talent.v4beta1.Resume_ResumeType" json:"resume_type,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Resume) Reset() { *m = Resume{} } +func (m *Resume) String() string { return proto.CompactTextString(m) } +func (*Resume) ProtoMessage() {} +func (*Resume) Descriptor() ([]byte, []int) { + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{1} +} +func (m *Resume) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Resume.Unmarshal(m, b) +} +func (m *Resume) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Resume.Marshal(b, m, deterministic) +} +func (dst *Resume) XXX_Merge(src proto.Message) { + xxx_messageInfo_Resume.Merge(dst, src) +} +func (m *Resume) XXX_Size() int { + return xxx_messageInfo_Resume.Size(m) +} +func (m *Resume) XXX_DiscardUnknown() { + xxx_messageInfo_Resume.DiscardUnknown(m) +} + +var xxx_messageInfo_Resume proto.InternalMessageInfo + +func (m *Resume) GetStructuredResume() string { + if m != nil { + return m.StructuredResume + } + return "" +} + +func (m *Resume) GetResumeType() Resume_ResumeType { + if m != nil { + return m.ResumeType + } + return Resume_RESUME_TYPE_UNSPECIFIED +} + // Resource that represents the name of a person. type PersonName struct { // The name of a person. It can be one of [formatted_name][] or @@ -503,7 +582,10 @@ type PersonName struct { PersonName isPersonName_PersonName `protobuf_oneof:"person_name"` // Optional. // - // Preferred name for the person. + // Preferred name for the person. This field is ignored if [structured_name][google.cloud.talent.v4beta1.PersonName.structured_name] + // is provided. + // + // Number of characters allowed is 100. PreferredName string `protobuf:"bytes,3,opt,name=preferred_name,json=preferredName,proto3" json:"preferred_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -514,7 +596,7 @@ func (m *PersonName) Reset() { *m = PersonName{} } func (m *PersonName) String() string { return proto.CompactTextString(m) } func (*PersonName) ProtoMessage() {} func (*PersonName) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_637e0db3490dca44, []int{1} + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{2} } func (m *PersonName) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PersonName.Unmarshal(m, b) @@ -660,6 +742,12 @@ type PersonName_PersonStructuredName struct { GivenName string `protobuf:"bytes,1,opt,name=given_name,json=givenName,proto3" json:"given_name,omitempty"` // Optional. // + // Preferred given/first name or nickname. + // + // Number of characters allowed is 100. + PreferredName string `protobuf:"bytes,6,opt,name=preferred_name,json=preferredName,proto3" json:"preferred_name,omitempty"` + // Optional. + // // Middle initial. // // It's derived from [formatted_name][google.cloud.talent.v4beta1.PersonName.formatted_name] if not provided. @@ -695,7 +783,7 @@ func (m *PersonName_PersonStructuredName) Reset() { *m = PersonName_Pers func (m *PersonName_PersonStructuredName) String() string { return proto.CompactTextString(m) } func (*PersonName_PersonStructuredName) ProtoMessage() {} func (*PersonName_PersonStructuredName) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_637e0db3490dca44, []int{1, 0} + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{2, 0} } func (m *PersonName_PersonStructuredName) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PersonName_PersonStructuredName.Unmarshal(m, b) @@ -722,6 +810,13 @@ func (m *PersonName_PersonStructuredName) GetGivenName() string { return "" } +func (m *PersonName_PersonStructuredName) GetPreferredName() string { + if m != nil { + return m.PreferredName + } + return "" +} + func (m *PersonName_PersonStructuredName) GetMiddleInitial() string { if m != nil { return m.MiddleInitial @@ -776,7 +871,7 @@ func (m *Address) Reset() { *m = Address{} } func (m *Address) String() string { return proto.CompactTextString(m) } func (*Address) ProtoMessage() {} func (*Address) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_637e0db3490dca44, []int{2} + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{3} } func (m *Address) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Address.Unmarshal(m, b) @@ -938,7 +1033,7 @@ func (m *Email) Reset() { *m = Email{} } func (m *Email) String() string { return proto.CompactTextString(m) } func (*Email) ProtoMessage() {} func (*Email) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_637e0db3490dca44, []int{3} + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{4} } func (m *Email) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Email.Unmarshal(m, b) @@ -1008,7 +1103,7 @@ func (m *Phone) Reset() { *m = Phone{} } func (m *Phone) String() string { return proto.CompactTextString(m) } func (*Phone) ProtoMessage() {} func (*Phone) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_637e0db3490dca44, []int{4} + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{5} } func (m *Phone) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Phone.Unmarshal(m, b) @@ -1073,7 +1168,7 @@ func (m *PersonalUri) Reset() { *m = PersonalUri{} } func (m *PersonalUri) String() string { return proto.CompactTextString(m) } func (*PersonalUri) ProtoMessage() {} func (*PersonalUri) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_637e0db3490dca44, []int{5} + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{6} } func (m *PersonalUri) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PersonalUri.Unmarshal(m, b) @@ -1130,7 +1225,7 @@ func (m *AdditionalContactInfo) Reset() { *m = AdditionalContactInfo{} } func (m *AdditionalContactInfo) String() string { return proto.CompactTextString(m) } func (*AdditionalContactInfo) ProtoMessage() {} func (*AdditionalContactInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_637e0db3490dca44, []int{6} + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{7} } func (m *AdditionalContactInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdditionalContactInfo.Unmarshal(m, b) @@ -1176,19 +1271,6 @@ type EmploymentRecord struct { // Optional. // // Start date of the employment. - // - // It can be a partial date (only year, or only year and month), but must be - // valid. Otherwise an error is thrown. - // - // Examples: - // {"year": 2017, "month": 2, "day": 28} is valid. - // {"year": 2020, "month": 1, "date": 31} is valid. - // {"year": 2018, "month": 12} is valid (partial date). - // {"year": 2018} is valid (partial date). - // {"year": 2015, "day": 21} is not valid (month is missing but day is - // presented). - // {"year": 2018, "month": 13} is not valid (invalid month). - // {"year": 2017, "month": 1, "day": 32} is not valid (invalid day). StartDate *date.Date `protobuf:"bytes,1,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"` // Optional. // @@ -1261,7 +1343,7 @@ func (m *EmploymentRecord) Reset() { *m = EmploymentRecord{} } func (m *EmploymentRecord) String() string { return proto.CompactTextString(m) } func (*EmploymentRecord) ProtoMessage() {} func (*EmploymentRecord) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_637e0db3490dca44, []int{7} + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{8} } func (m *EmploymentRecord) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EmploymentRecord.Unmarshal(m, b) @@ -1432,7 +1514,7 @@ func (m *EducationRecord) Reset() { *m = EducationRecord{} } func (m *EducationRecord) String() string { return proto.CompactTextString(m) } func (*EducationRecord) ProtoMessage() {} func (*EducationRecord) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_637e0db3490dca44, []int{8} + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{9} } func (m *EducationRecord) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EducationRecord.Unmarshal(m, b) @@ -1653,7 +1735,7 @@ func (m *Degree) Reset() { *m = Degree{} } func (m *Degree) String() string { return proto.CompactTextString(m) } func (*Degree) ProtoMessage() {} func (*Degree) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_637e0db3490dca44, []int{9} + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{10} } func (m *Degree) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Degree.Unmarshal(m, b) @@ -1755,7 +1837,7 @@ func (m *Activity) Reset() { *m = Activity{} } func (m *Activity) String() string { return proto.CompactTextString(m) } func (*Activity) ProtoMessage() {} func (*Activity) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_637e0db3490dca44, []int{10} + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{11} } func (m *Activity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Activity.Unmarshal(m, b) @@ -1908,7 +1990,7 @@ func (m *Publication) Reset() { *m = Publication{} } func (m *Publication) String() string { return proto.CompactTextString(m) } func (*Publication) ProtoMessage() {} func (*Publication) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_637e0db3490dca44, []int{11} + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{12} } func (m *Publication) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Publication.Unmarshal(m, b) @@ -2050,7 +2132,7 @@ func (m *Patent) Reset() { *m = Patent{} } func (m *Patent) String() string { return proto.CompactTextString(m) } func (*Patent) ProtoMessage() {} func (*Patent) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_637e0db3490dca44, []int{12} + return fileDescriptor_profile_1ba3c938ea40ebf9, []int{13} } func (m *Patent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Patent.Unmarshal(m, b) @@ -2136,6 +2218,7 @@ func (m *Patent) GetSkillsUsed() []*Skill { func init() { proto.RegisterType((*Profile)(nil), "google.cloud.talent.v4beta1.Profile") proto.RegisterMapType((map[string]*CustomAttribute)(nil), "google.cloud.talent.v4beta1.Profile.CustomAttributesEntry") + proto.RegisterType((*Resume)(nil), "google.cloud.talent.v4beta1.Resume") proto.RegisterType((*PersonName)(nil), "google.cloud.talent.v4beta1.PersonName") proto.RegisterType((*PersonName_PersonStructuredName)(nil), "google.cloud.talent.v4beta1.PersonName.PersonStructuredName") proto.RegisterType((*Address)(nil), "google.cloud.talent.v4beta1.Address") @@ -2149,151 +2232,157 @@ func init() { proto.RegisterType((*Activity)(nil), "google.cloud.talent.v4beta1.Activity") proto.RegisterType((*Publication)(nil), "google.cloud.talent.v4beta1.Publication") proto.RegisterType((*Patent)(nil), "google.cloud.talent.v4beta1.Patent") + proto.RegisterEnum("google.cloud.talent.v4beta1.Resume_ResumeType", Resume_ResumeType_name, Resume_ResumeType_value) proto.RegisterEnum("google.cloud.talent.v4beta1.Phone_PhoneType", Phone_PhoneType_name, Phone_PhoneType_value) } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/profile.proto", fileDescriptor_profile_637e0db3490dca44) -} - -var fileDescriptor_profile_637e0db3490dca44 = []byte{ - // 2205 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x4b, 0x6f, 0x1b, 0xc9, - 0x11, 0x16, 0x49, 0xf1, 0x31, 0xc5, 0x87, 0xa8, 0xb6, 0x25, 0x4f, 0x64, 0x6f, 0x2c, 0xd3, 0x71, - 0xac, 0x5d, 0xec, 0x92, 0x1b, 0xed, 0x22, 0x48, 0xbc, 0x9b, 0xec, 0xea, 0x41, 0x5b, 0x8c, 0x65, - 0x89, 0x18, 0xc9, 0x46, 0x1c, 0x04, 0x18, 0x34, 0x39, 0x4d, 0xaa, 0xe5, 0x79, 0xed, 0x74, 0x8f, - 0x6c, 0x5e, 0x73, 0x0e, 0x10, 0xe4, 0x9c, 0x9c, 0x92, 0x6b, 0x90, 0x5b, 0xfe, 0x40, 0xfe, 0x44, - 0xee, 0xf9, 0x0b, 0xf9, 0x03, 0x41, 0x3f, 0x66, 0x38, 0xa4, 0x25, 0x4a, 0x09, 0xbc, 0x17, 0x82, - 0xfd, 0x75, 0x7d, 0xd5, 0xdd, 0x55, 0xd5, 0x5d, 0x55, 0x03, 0x1f, 0x8f, 0x83, 0x60, 0xec, 0x92, - 0xce, 0xd0, 0x0d, 0x62, 0xa7, 0xc3, 0xb1, 0x4b, 0x7c, 0xde, 0xb9, 0xf8, 0x72, 0x40, 0x38, 0xfe, - 0x49, 0x27, 0x8c, 0x82, 0x11, 0x75, 0x49, 0x3b, 0x8c, 0x02, 0x1e, 0xa0, 0xbb, 0x4a, 0xb4, 0x2d, - 0x45, 0xdb, 0x4a, 0xb4, 0xad, 0x45, 0x37, 0xee, 0x69, 0x3d, 0x38, 0xa4, 0x1d, 0xec, 0xfb, 0x01, - 0xc7, 0x9c, 0x06, 0x3e, 0x53, 0xd4, 0x8d, 0xad, 0x45, 0xab, 0x0c, 0x03, 0xcf, 0x0b, 0x7c, 0x2d, - 0xf9, 0x68, 0x91, 0xe4, 0x79, 0x30, 0xd0, 0x62, 0x3f, 0xd4, 0x62, 0x72, 0x34, 0x88, 0x47, 0x1d, - 0x27, 0x8e, 0xe4, 0x8a, 0x7a, 0x7e, 0x73, 0x7e, 0x7e, 0x44, 0x89, 0xeb, 0xd8, 0x1e, 0x66, 0x6f, - 0xb4, 0xc4, 0xfd, 0x79, 0x09, 0x4e, 0x3d, 0xc2, 0x38, 0xf6, 0xc2, 0xab, 0x96, 0x78, 0x1b, 0xe1, - 0x30, 0x24, 0x51, 0x72, 0xa6, 0x75, 0x3d, 0xcf, 0x27, 0x21, 0xe9, 0x38, 0x98, 0x93, 0xb9, 0xa5, - 0x25, 0x1e, 0x06, 0x8c, 0x63, 0xd7, 0xc6, 0x8e, 0x13, 0x11, 0xa6, 0x99, 0xad, 0x7f, 0xd6, 0xa1, - 0xdc, 0x57, 0xa6, 0x45, 0x08, 0x96, 0x7d, 0xec, 0x11, 0x33, 0xb7, 0x99, 0xdb, 0x32, 0x2c, 0xf9, - 0x1f, 0xdd, 0x87, 0x2a, 0x79, 0xc7, 0x49, 0xe4, 0x63, 0xd7, 0xa6, 0x8e, 0x99, 0x97, 0x53, 0x90, - 0x40, 0x3d, 0x07, 0xad, 0x43, 0x89, 0x05, 0x71, 0x34, 0x24, 0x66, 0x41, 0xce, 0xe9, 0x11, 0x6a, - 0x42, 0x21, 0x8e, 0xa8, 0xb9, 0x2c, 0x41, 0xf1, 0x17, 0xfd, 0x00, 0x2a, 0xe3, 0x28, 0x88, 0x43, - 0xa1, 0xa7, 0x28, 0xe1, 0xb2, 0x1c, 0xf7, 0x1c, 0xf4, 0x73, 0x00, 0xca, 0xec, 0x33, 0x1a, 0xe1, - 0x81, 0x4b, 0xcc, 0xd2, 0x66, 0x6e, 0xab, 0xba, 0xbd, 0xd1, 0xd6, 0x3e, 0x4e, 0x0e, 0xdd, 0xde, - 0x0d, 0x02, 0xf7, 0x15, 0x76, 0x63, 0x62, 0x19, 0x94, 0x1d, 0x28, 0x61, 0xf4, 0x15, 0x54, 0x87, - 0x11, 0xc1, 0x9c, 0xd8, 0xc2, 0x68, 0x66, 0xf9, 0x0a, 0xee, 0x69, 0x62, 0x51, 0x0b, 0x94, 0xb8, - 0x00, 0x04, 0x39, 0x0e, 0x9d, 0x94, 0x5c, 0xb9, 0x9e, 0xac, 0xc4, 0x25, 0xf9, 0x01, 0xd4, 0x22, - 0xc2, 0x62, 0x8f, 0xd8, 0x67, 0xd1, 0x3b, 0xcf, 0x35, 0x41, 0x9e, 0xa9, 0xaa, 0xb0, 0x03, 0x01, - 0xa1, 0x5f, 0x41, 0x4d, 0x78, 0x29, 0xf0, 0x6d, 0x61, 0x4c, 0x66, 0x56, 0x37, 0x0b, 0x5b, 0xd5, - 0xed, 0xc7, 0xed, 0x05, 0xd1, 0xdb, 0xee, 0x4b, 0xc2, 0x11, 0xf6, 0x88, 0x55, 0x0d, 0xd3, 0xff, - 0x0c, 0xed, 0x82, 0xa1, 0x5d, 0x47, 0x98, 0x59, 0x93, 0x8a, 0x7e, 0xb4, 0x50, 0xd1, 0x8e, 0x92, - 0xb6, 0xa6, 0x34, 0xf4, 0x1c, 0x56, 0x88, 0x87, 0x69, 0x1a, 0x04, 0x84, 0x99, 0x75, 0xa9, 0xa9, - 0xb5, 0x50, 0x53, 0x57, 0x70, 0xac, 0x86, 0xa4, 0xee, 0xa4, 0xca, 0x9e, 0x41, 0x3d, 0x3c, 0x0b, - 0x7c, 0x62, 0xfb, 0xb1, 0x37, 0x20, 0x11, 0x33, 0x1b, 0x37, 0x50, 0xd5, 0x17, 0x0c, 0xab, 0x26, - 0x89, 0x47, 0x8a, 0x87, 0x5e, 0x40, 0x5d, 0x1d, 0x14, 0xbb, 0x76, 0x1c, 0x51, 0x66, 0xae, 0x48, - 0x45, 0x5b, 0x37, 0x30, 0x13, 0x76, 0x5f, 0x46, 0xd4, 0xaa, 0x85, 0xd3, 0x01, 0x43, 0xe7, 0x70, - 0x07, 0x3b, 0x0e, 0x15, 0x37, 0x10, 0xbb, 0xf6, 0x30, 0xf0, 0x39, 0x1e, 0x72, 0x9b, 0xfa, 0xa3, - 0xc0, 0x6c, 0x4a, 0xc5, 0xdb, 0xd7, 0x99, 0x4d, 0x73, 0xf7, 0x14, 0xb5, 0xe7, 0x8f, 0x02, 0x6b, - 0x0d, 0x5f, 0x06, 0xa3, 0xdf, 0x02, 0x22, 0x5e, 0xe8, 0x06, 0x13, 0x8f, 0xf8, 0xdc, 0x8e, 0xc8, - 0x30, 0x88, 0x1c, 0x66, 0xae, 0xca, 0x65, 0x3e, 0xbb, 0xc6, 0xa6, 0x09, 0xcd, 0x92, 0x2c, 0x6b, - 0x95, 0xcc, 0x21, 0x0c, 0xbd, 0x86, 0x55, 0xe2, 0xc4, 0x43, 0xf9, 0x98, 0xa4, 0xca, 0x91, 0x54, - 0xfe, 0xe9, 0x62, 0xe5, 0x09, 0x4b, 0xeb, 0x6e, 0x92, 0x59, 0x80, 0xa1, 0x27, 0x50, 0x62, 0x6f, - 0xa8, 0xeb, 0x32, 0xf3, 0xd6, 0x0d, 0xbc, 0x76, 0x22, 0x44, 0x2d, 0xcd, 0x40, 0x5d, 0x00, 0x3c, - 0xe4, 0xf4, 0x82, 0x72, 0x4a, 0x98, 0x79, 0x5b, 0xf2, 0x1f, 0x2d, 0xb6, 0xa9, 0x12, 0x9f, 0x58, - 0x19, 0x22, 0x3a, 0x84, 0x5a, 0x18, 0x0f, 0x5c, 0xaa, 0x36, 0xc6, 0xcc, 0xb5, 0x9b, 0x78, 0x7d, - 0x4a, 0xb0, 0x66, 0xd8, 0xe8, 0x17, 0x50, 0x0e, 0x31, 0x27, 0x3e, 0x67, 0xe6, 0xba, 0x54, 0xf4, - 0x70, 0xb1, 0x22, 0x29, 0x6b, 0x25, 0x1c, 0x64, 0x41, 0x63, 0x48, 0x22, 0x4e, 0x47, 0xe9, 0x76, - 0xee, 0x48, 0x2d, 0x9f, 0x2c, 0xd4, 0xb2, 0x97, 0xa5, 0x58, 0x73, 0x1a, 0x50, 0x0b, 0x6a, 0x38, - 0x0c, 0xa7, 0x07, 0xec, 0x6c, 0x16, 0xb6, 0x0c, 0x6b, 0x06, 0x43, 0x9b, 0x50, 0xc5, 0x8c, 0xd1, - 0xb1, 0xef, 0xc9, 0xad, 0x7f, 0x2e, 0x45, 0xb2, 0x10, 0x1a, 0xc3, 0xea, 0x30, 0x66, 0x3c, 0xf0, - 0x6c, 0xcc, 0x79, 0x44, 0x07, 0x31, 0x27, 0xcc, 0xdc, 0x90, 0x9b, 0x7b, 0xb2, 0xf8, 0x88, 0x3a, - 0x63, 0xee, 0x49, 0xf6, 0x4e, 0x4a, 0xee, 0xfa, 0x3c, 0x9a, 0x58, 0xcd, 0xe1, 0x1c, 0x8c, 0xee, - 0x81, 0x11, 0x46, 0xc1, 0x50, 0x5c, 0x6e, 0xc7, 0xbc, 0xbb, 0x99, 0xdb, 0xaa, 0x58, 0x53, 0x00, - 0x3d, 0x86, 0x95, 0x37, 0x64, 0xf2, 0x36, 0x88, 0x1c, 0x9b, 0xf9, 0x34, 0x0c, 0x09, 0x37, 0xef, - 0xc9, 0x07, 0xaf, 0xa1, 0xe1, 0x13, 0x85, 0x6e, 0x7c, 0x07, 0x6b, 0x97, 0xae, 0x28, 0x32, 0xc2, - 0x1b, 0x32, 0xd1, 0xd9, 0x45, 0xfc, 0x45, 0xbb, 0x50, 0xbc, 0x10, 0xef, 0xb9, 0x4c, 0x2b, 0xd7, - 0xc5, 0xf4, 0x9c, 0x52, 0x4b, 0x51, 0x9f, 0xe4, 0x7f, 0x96, 0x6b, 0xfd, 0xbe, 0x00, 0x30, 0x7d, - 0x36, 0xd1, 0x63, 0x68, 0x8c, 0x82, 0xc8, 0xc3, 0x9c, 0x13, 0xc7, 0x9e, 0x66, 0xb4, 0x83, 0x25, - 0xab, 0x9e, 0xe2, 0x52, 0x70, 0x0c, 0x2b, 0x8c, 0x47, 0xf1, 0x90, 0xc7, 0x51, 0x22, 0xa9, 0x76, - 0xf2, 0xf5, 0x0d, 0x5f, 0x68, 0xfd, 0xf7, 0x24, 0x55, 0x22, 0xc0, 0x83, 0x25, 0xab, 0xc1, 0x66, - 0x10, 0xf4, 0x08, 0x1a, 0x61, 0x44, 0x46, 0x24, 0x4a, 0xd7, 0x51, 0xc9, 0xb2, 0x9e, 0xa2, 0x42, - 0x6c, 0xe3, 0x1f, 0x39, 0xb8, 0x7d, 0x99, 0x46, 0xf4, 0x11, 0xc0, 0x98, 0x5e, 0x10, 0x3f, 0x73, - 0x1a, 0xcb, 0x90, 0x48, 0xa2, 0xde, 0xa3, 0x8e, 0xe3, 0x12, 0x9b, 0xfa, 0x94, 0x53, 0xec, 0xea, - 0x3c, 0x5d, 0x57, 0x68, 0x4f, 0x81, 0x22, 0x97, 0x8f, 0xb0, 0x47, 0xdd, 0x49, 0x76, 0x0b, 0xa0, - 0x20, 0xa9, 0x67, 0x03, 0x2a, 0x2c, 0x1e, 0x8d, 0xe8, 0x3b, 0xc2, 0xcc, 0x65, 0x19, 0x89, 0xe9, - 0x58, 0xcc, 0x89, 0xcd, 0xca, 0xb9, 0xa2, 0x9a, 0x4b, 0xc6, 0xbb, 0x75, 0xa8, 0x66, 0xd2, 0x5c, - 0xeb, 0x8f, 0x79, 0x28, 0xeb, 0x34, 0x81, 0xf6, 0xa0, 0x18, 0x33, 0x3c, 0x56, 0x9b, 0x6e, 0x5c, - 0xf3, 0x26, 0x66, 0x5e, 0xd6, 0x97, 0x82, 0x64, 0x29, 0x2e, 0xfa, 0x02, 0x6e, 0xc7, 0x7e, 0xc6, - 0x53, 0x3a, 0x7b, 0xa9, 0x53, 0x1e, 0x2c, 0x59, 0xb7, 0xb2, 0xb3, 0xc9, 0xca, 0xcf, 0x01, 0x5d, - 0x42, 0x29, 0xcc, 0xa6, 0x78, 0x51, 0x18, 0xb5, 0xfb, 0xb2, 0x30, 0xd2, 0xbc, 0x83, 0x25, 0x6b, - 0xf5, 0x7d, 0x65, 0x5f, 0x42, 0x79, 0x18, 0x47, 0x11, 0xf1, 0xb9, 0xac, 0x68, 0x16, 0x57, 0x27, - 0x89, 0xe8, 0xae, 0x01, 0x65, 0xbd, 0x6e, 0xeb, 0x3b, 0x28, 0xca, 0x2c, 0xfa, 0x61, 0x0c, 0xf2, - 0x10, 0xea, 0x33, 0x79, 0x5c, 0xfb, 0xbb, 0x96, 0xcd, 0xd0, 0xad, 0xff, 0xe4, 0xa1, 0x28, 0xd3, - 0xed, 0x87, 0x59, 0xf3, 0x5b, 0x58, 0x16, 0xd6, 0x92, 0x4b, 0x35, 0xae, 0xb9, 0xab, 0x72, 0x59, - 0xf5, 0x7b, 0x3a, 0x09, 0x89, 0x25, 0x99, 0xa2, 0x54, 0x54, 0xa5, 0x42, 0x52, 0x2a, 0xaa, 0x91, - 0x08, 0xdf, 0xb7, 0x67, 0xc4, 0xb7, 0xf1, 0x05, 0xa6, 0xae, 0xac, 0x00, 0x55, 0xd5, 0x58, 0x17, - 0xe8, 0x4e, 0x02, 0xb6, 0xfe, 0x9a, 0x03, 0x23, 0x55, 0x89, 0x36, 0x60, 0xbd, 0x7f, 0x70, 0x7c, - 0xd4, 0xb5, 0x4f, 0x5f, 0xf7, 0xbb, 0xf6, 0xcb, 0xa3, 0x93, 0x7e, 0x77, 0xaf, 0xf7, 0xb4, 0xd7, - 0xdd, 0x6f, 0x2e, 0xa1, 0x1a, 0x54, 0x0e, 0x77, 0x8e, 0xf6, 0x0f, 0x7b, 0x47, 0xdd, 0x66, 0x0e, - 0x01, 0x94, 0x5e, 0x1c, 0xef, 0xf6, 0x0e, 0xbb, 0xcd, 0x3c, 0x2a, 0x43, 0xe1, 0xe9, 0xce, 0xaf, - 0x9b, 0x05, 0x64, 0x40, 0xb1, 0xbf, 0xf3, 0xac, 0x6b, 0x35, 0x97, 0x51, 0x03, 0xe0, 0xf4, 0xf4, - 0xb5, 0x7d, 0x6c, 0xd9, 0xa7, 0xfb, 0xfb, 0xcd, 0x22, 0xaa, 0x83, 0xf1, 0xea, 0xb8, 0xb7, 0xd7, - 0x7d, 0xb1, 0xd3, 0x3b, 0x6c, 0x96, 0x50, 0x15, 0xca, 0xaf, 0x7a, 0xd6, 0xe9, 0xcb, 0x9d, 0xc3, - 0x66, 0x19, 0x55, 0x60, 0xf9, 0xd5, 0x71, 0xaf, 0xdf, 0xac, 0xa0, 0x75, 0x40, 0x4a, 0xab, 0x20, - 0xa6, 0xab, 0x19, 0xad, 0xfb, 0x50, 0xcd, 0x94, 0x26, 0x49, 0x19, 0x9c, 0x4b, 0xcb, 0xe0, 0xd6, - 0x1f, 0x72, 0xb0, 0x76, 0x69, 0x8d, 0xf1, 0x61, 0xdc, 0x94, 0x14, 0xf1, 0xf9, 0x4c, 0x11, 0xff, - 0x11, 0x40, 0x5a, 0x06, 0x39, 0xda, 0xf8, 0x86, 0x46, 0x7a, 0x4e, 0xeb, 0xcf, 0x45, 0x68, 0xce, - 0x97, 0x23, 0xe8, 0x73, 0x00, 0xc6, 0x71, 0xc4, 0x6d, 0x51, 0xef, 0xca, 0x1d, 0x55, 0xb7, 0x57, - 0x67, 0xae, 0xcd, 0x3e, 0xe6, 0xc4, 0x32, 0xa4, 0x90, 0xf8, 0x8b, 0x3e, 0x85, 0x0a, 0xf1, 0x1d, - 0x25, 0x9f, 0xbf, 0x4a, 0xbe, 0x4c, 0x7c, 0x47, 0x4a, 0xcb, 0x10, 0x16, 0x6b, 0x92, 0x28, 0xfb, - 0x1c, 0xd5, 0x12, 0x50, 0x3e, 0x48, 0x0f, 0xa1, 0xee, 0xd0, 0x0b, 0xca, 0xa8, 0x7e, 0x5a, 0x74, - 0x60, 0xd4, 0x12, 0x50, 0x0a, 0xfd, 0x32, 0xbd, 0x65, 0xb2, 0xad, 0xb8, 0x69, 0x59, 0x9c, 0x90, - 0xd0, 0x5d, 0x30, 0xce, 0x83, 0x81, 0xcd, 0x29, 0xd7, 0xbd, 0x87, 0x61, 0x55, 0xce, 0x83, 0xc1, - 0xa9, 0x18, 0x8b, 0xb4, 0x27, 0x26, 0x1d, 0xc2, 0x86, 0x11, 0x0d, 0x85, 0xcf, 0x64, 0x8b, 0x61, - 0x58, 0x8d, 0xf3, 0x60, 0xb0, 0x3f, 0x45, 0xd1, 0x37, 0x50, 0xa7, 0xcc, 0x66, 0x71, 0x48, 0xa2, - 0x0b, 0xca, 0x82, 0xe8, 0xca, 0x66, 0x62, 0xfa, 0x4e, 0xd4, 0x28, 0x3b, 0x49, 0xe5, 0xd1, 0x3e, - 0x34, 0x85, 0x02, 0xe2, 0x8e, 0x6c, 0x6d, 0x03, 0xc7, 0x34, 0xae, 0xd5, 0xd1, 0xa0, 0xec, 0x84, - 0xb8, 0xa3, 0xae, 0x66, 0xe8, 0x4e, 0x2a, 0x79, 0xab, 0xe0, 0x26, 0x9d, 0xd4, 0x9e, 0x12, 0x46, - 0x9f, 0xc0, 0x6a, 0x6a, 0x87, 0x34, 0xc7, 0x57, 0xe5, 0x61, 0x57, 0x12, 0x7b, 0xe8, 0x24, 0x8f, - 0x7e, 0x0a, 0x77, 0xe6, 0xcc, 0x92, 0x32, 0x6a, 0x92, 0xb1, 0x36, 0x6b, 0x9e, 0x84, 0xb7, 0x0d, - 0x6b, 0x33, 0x5e, 0x4f, 0x59, 0x75, 0xc9, 0xba, 0x95, 0xf5, 0xbe, 0xe6, 0xb4, 0xfe, 0xbd, 0x0c, - 0x2b, 0x73, 0x05, 0xed, 0xf7, 0x1e, 0x9d, 0xcf, 0xc1, 0x24, 0xef, 0x42, 0x32, 0x14, 0x15, 0xc4, - 0x38, 0xc2, 0x4e, 0xac, 0x6a, 0x70, 0xc9, 0x2e, 0x5c, 0xc5, 0x5e, 0x4f, 0x28, 0xcf, 0x52, 0x86, - 0x54, 0x76, 0x1f, 0xaa, 0x6c, 0x78, 0x16, 0x04, 0x6e, 0x36, 0x86, 0x41, 0x41, 0x1f, 0x24, 0x82, - 0x3b, 0x80, 0x1c, 0x32, 0x8e, 0x08, 0x99, 0x89, 0xd3, 0x92, 0xce, 0x8e, 0xab, 0x6a, 0x2e, 0x1b, - 0xac, 0x16, 0x64, 0x72, 0x9c, 0xad, 0xe6, 0x75, 0xeb, 0xbc, 0xb8, 0x6c, 0xde, 0x97, 0xa2, 0x07, - 0x4b, 0x56, 0x73, 0xca, 0x57, 0x98, 0xa8, 0x64, 0xb3, 0xab, 0x57, 0x54, 0x37, 0x9c, 0x81, 0xe6, - 0x62, 0xd3, 0xf8, 0x5f, 0x62, 0xb3, 0x0d, 0xb7, 0x32, 0x26, 0x4c, 0xa3, 0x46, 0xb5, 0xdc, 0xab, - 0x53, 0x53, 0x26, 0x71, 0xf6, 0x08, 0x1a, 0xda, 0x22, 0xb3, 0x81, 0x5c, 0x57, 0xa8, 0x16, 0xdb, - 0xad, 0x40, 0x49, 0x01, 0xad, 0x3f, 0xe5, 0xa0, 0xa4, 0x0f, 0x72, 0x20, 0x0e, 0x22, 0xb9, 0x32, - 0xdf, 0xa9, 0xc7, 0xf8, 0xf1, 0x0d, 0xcc, 0x22, 0x53, 0x1d, 0x38, 0xe9, 0x7f, 0xe1, 0x78, 0xad, - 0x29, 0xf3, 0x24, 0x6b, 0x01, 0xe9, 0xf8, 0x1f, 0xc3, 0x8a, 0xfc, 0x18, 0xc4, 0xec, 0x60, 0x64, - 0x33, 0x1e, 0x3b, 0x13, 0xb3, 0x20, 0x6b, 0xab, 0xba, 0x82, 0x8f, 0x47, 0x27, 0x02, 0x6c, 0xfd, - 0xab, 0x00, 0x95, 0xa4, 0x87, 0x42, 0x0f, 0xa0, 0xe6, 0x50, 0x16, 0xba, 0x78, 0x92, 0x2d, 0x07, - 0xab, 0x1a, 0x93, 0x7a, 0xe7, 0x7c, 0x91, 0x7f, 0xdf, 0x17, 0x3a, 0x2f, 0x15, 0xa6, 0x9f, 0x67, - 0xb6, 0xd3, 0x0f, 0x29, 0x32, 0xca, 0x97, 0xaf, 0x8a, 0x72, 0xfd, 0xfd, 0x44, 0x46, 0xf6, 0x76, - 0xfa, 0xfd, 0x44, 0x72, 0x8a, 0x57, 0x72, 0x94, 0x94, 0xe4, 0x3c, 0x80, 0x1a, 0x27, 0xd8, 0xb3, - 0x3d, 0xa2, 0xbe, 0x1a, 0x94, 0x54, 0xcb, 0x23, 0xb0, 0x17, 0x0a, 0x42, 0x7b, 0x50, 0x55, 0xad, - 0xa6, 0x1d, 0x8b, 0x5e, 0xa4, 0x7c, 0xe3, 0x0e, 0x15, 0x14, 0xed, 0xa5, 0x68, 0x58, 0xb6, 0x61, - 0x4d, 0x37, 0x9b, 0x93, 0xd9, 0xa0, 0x51, 0x91, 0x79, 0x2b, 0x99, 0xcc, 0x86, 0xcd, 0xb7, 0x70, - 0x2f, 0xe5, 0x5c, 0xf6, 0xb6, 0x19, 0x92, 0xba, 0x91, 0xc8, 0x5c, 0xf2, 0xc0, 0x89, 0x40, 0x9d, - 0x6e, 0x3d, 0x13, 0xa8, 0x05, 0x19, 0xa8, 0xe9, 0xf6, 0x92, 0xc7, 0xed, 0x6f, 0x79, 0xa8, 0x66, - 0x9a, 0x5a, 0x64, 0x42, 0x19, 0xc7, 0xfc, 0x2c, 0x88, 0x98, 0x99, 0x93, 0x9c, 0x64, 0x88, 0x6e, - 0x43, 0x51, 0xa5, 0x28, 0xe5, 0x4d, 0x35, 0x98, 0xf7, 0x74, 0xe1, 0x7d, 0x4f, 0x9b, 0x50, 0x3e, - 0x0f, 0xe2, 0xc8, 0xc7, 0xae, 0x7e, 0x79, 0x92, 0xa1, 0xa8, 0xc7, 0x2e, 0x02, 0x37, 0xf6, 0x88, - 0xfe, 0x1c, 0xa7, 0x47, 0xb2, 0x11, 0x14, 0x5b, 0x62, 0x67, 0x24, 0xd2, 0x09, 0x71, 0x0a, 0xa0, - 0xaf, 0xa1, 0x99, 0x69, 0xbc, 0x95, 0xe3, 0xcb, 0x57, 0x39, 0x7e, 0x25, 0x23, 0x2a, 0xbd, 0xff, - 0xf1, 0x2c, 0x5b, 0xde, 0x30, 0xe5, 0x90, 0xac, 0xa8, 0xbc, 0x3d, 0x08, 0x96, 0x29, 0x1b, 0xf8, - 0xda, 0xe8, 0xf2, 0x7f, 0xeb, 0xef, 0x05, 0x28, 0xa9, 0xd6, 0xfd, 0x26, 0xd7, 0xe0, 0x1e, 0x18, - 0xd4, 0xbf, 0x20, 0x3e, 0x17, 0xe6, 0xcc, 0x4b, 0x73, 0x4e, 0x01, 0x51, 0x5c, 0xa8, 0xee, 0xdf, - 0x66, 0x1c, 0xf3, 0x98, 0x25, 0x15, 0x88, 0x02, 0x4f, 0x24, 0x86, 0xbe, 0x01, 0x34, 0x23, 0x74, - 0xcd, 0xe5, 0x68, 0x66, 0xc9, 0xf2, 0xc0, 0x53, 0x05, 0x23, 0xea, 0x52, 0x7f, 0x7c, 0xcd, 0x4d, - 0xd1, 0x0a, 0x9e, 0x4a, 0xd9, 0xa4, 0x50, 0xd2, 0x0a, 0x82, 0xd1, 0x88, 0x0e, 0x93, 0x12, 0x45, - 0x6f, 0xf3, 0x58, 0x62, 0x19, 0x21, 0x5d, 0x61, 0x97, 0xb3, 0x42, 0xea, 0x43, 0x1b, 0xfa, 0x2c, - 0xdd, 0xca, 0xfb, 0x0f, 0xf5, 0xaa, 0x9a, 0xc9, 0x26, 0x89, 0xb9, 0x5b, 0x68, 0xfc, 0x3f, 0xb7, - 0x70, 0xf7, 0x77, 0x39, 0xb8, 0x3f, 0x0c, 0xbc, 0x45, 0xac, 0xdd, 0xdb, 0xfa, 0x4b, 0x85, 0x45, - 0xd4, 0xb7, 0xe3, 0xbe, 0x48, 0x05, 0xfd, 0xdc, 0x6f, 0x76, 0x34, 0x69, 0x1c, 0xb8, 0xd8, 0x1f, - 0xb7, 0x83, 0x68, 0xdc, 0x19, 0x13, 0x5f, 0x26, 0x8a, 0x8e, 0x9a, 0xc2, 0x21, 0x65, 0x97, 0x7e, - 0x9e, 0xff, 0x4a, 0x0d, 0xff, 0x92, 0x2f, 0xec, 0x9d, 0x9e, 0x0c, 0x4a, 0x92, 0xf3, 0xc5, 0x7f, - 0x03, 0x00, 0x00, 0xff, 0xff, 0xc6, 0x89, 0x31, 0x75, 0x61, 0x18, 0x00, 0x00, + proto.RegisterFile("google/cloud/talent/v4beta1/profile.proto", fileDescriptor_profile_1ba3c938ea40ebf9) +} + +var fileDescriptor_profile_1ba3c938ea40ebf9 = []byte{ + // 2288 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x59, 0xcd, 0x72, 0x1b, 0xb9, + 0xf1, 0x17, 0x49, 0x89, 0x1f, 0xcd, 0x0f, 0x91, 0xb0, 0x25, 0xcf, 0x5f, 0xf6, 0xfe, 0xad, 0xe5, + 0xc6, 0xb1, 0x76, 0xe3, 0xa5, 0x36, 0xda, 0x4d, 0x2a, 0xf1, 0x6e, 0xb2, 0xab, 0x0f, 0xda, 0x62, + 0xac, 0x0f, 0xd6, 0x48, 0x72, 0xad, 0x53, 0xa9, 0x9a, 0x02, 0x39, 0x20, 0x05, 0x79, 0x38, 0x33, + 0x3b, 0x98, 0x91, 0xad, 0x6b, 0x5e, 0x20, 0x95, 0x73, 0x72, 0x4a, 0xae, 0xa9, 0x5c, 0xf2, 0x28, + 0x39, 0xe4, 0xb2, 0xa7, 0xbc, 0x42, 0x5e, 0x20, 0x85, 0x06, 0x66, 0x38, 0xa4, 0x25, 0x8a, 0x49, + 0x39, 0x17, 0x69, 0xd0, 0xf8, 0xfd, 0x1a, 0x40, 0xa3, 0xd1, 0xe8, 0x06, 0xe1, 0xe3, 0xa1, 0xe7, + 0x0d, 0x1d, 0xb6, 0xd9, 0x77, 0xbc, 0xc8, 0xde, 0x0c, 0xa9, 0xc3, 0xdc, 0x70, 0xf3, 0xf2, 0x8b, + 0x1e, 0x0b, 0xe9, 0x8f, 0x37, 0xfd, 0xc0, 0x1b, 0x70, 0x87, 0xb5, 0xfc, 0xc0, 0x0b, 0x3d, 0x72, + 0x5f, 0x41, 0x5b, 0x08, 0x6d, 0x29, 0x68, 0x4b, 0x43, 0xd7, 0x1e, 0x68, 0x3d, 0xd4, 0xe7, 0x9b, + 0xd4, 0x75, 0xbd, 0x90, 0x86, 0xdc, 0x73, 0x85, 0xa2, 0xae, 0x6d, 0xcc, 0x1a, 0xa5, 0xef, 0x8d, + 0x46, 0x9e, 0xab, 0x91, 0x8f, 0x66, 0x21, 0x2f, 0xbc, 0x9e, 0x86, 0xfd, 0xbf, 0x86, 0x61, 0xab, + 0x17, 0x0d, 0x36, 0xed, 0x28, 0xc0, 0x11, 0x75, 0xff, 0xfa, 0x74, 0xff, 0x80, 0x33, 0xc7, 0xb6, + 0x46, 0x54, 0xbc, 0xd6, 0x88, 0x87, 0xd3, 0x88, 0x90, 0x8f, 0x98, 0x08, 0xe9, 0xc8, 0xbf, 0x69, + 0x88, 0x37, 0x01, 0xf5, 0x7d, 0x16, 0xc4, 0x6b, 0x5a, 0xd5, 0xfd, 0xe1, 0x95, 0xcf, 0x36, 0x6d, + 0x1a, 0xb2, 0xa9, 0xa1, 0x51, 0xee, 0x7b, 0x22, 0xa4, 0x8e, 0x45, 0x6d, 0x3b, 0x60, 0x42, 0x33, + 0x9b, 0xdf, 0x57, 0xa1, 0xd0, 0x55, 0xa6, 0x25, 0x04, 0x16, 0x5d, 0x3a, 0x62, 0x46, 0x66, 0x3d, + 0xb3, 0x51, 0x32, 0xf1, 0x9b, 0x3c, 0x84, 0x32, 0x7b, 0x1b, 0xb2, 0xc0, 0xa5, 0x8e, 0xc5, 0x6d, + 0x23, 0x8b, 0x5d, 0x10, 0x8b, 0x3a, 0x36, 0x59, 0x85, 0xbc, 0xf0, 0xa2, 0xa0, 0xcf, 0x8c, 0x1c, + 0xf6, 0xe9, 0x16, 0xa9, 0x43, 0x2e, 0x0a, 0xb8, 0xb1, 0x88, 0x42, 0xf9, 0x49, 0xfe, 0x0f, 0x8a, + 0xc3, 0xc0, 0x8b, 0x7c, 0xa9, 0x67, 0x09, 0xc5, 0x05, 0x6c, 0x77, 0x6c, 0xf2, 0x73, 0x00, 0x2e, + 0xac, 0x73, 0x1e, 0xd0, 0x9e, 0xc3, 0x8c, 0xfc, 0x7a, 0x66, 0xa3, 0xbc, 0xb5, 0xd6, 0xd2, 0x7b, + 0x1c, 0x2f, 0xba, 0xb5, 0xe3, 0x79, 0xce, 0x4b, 0xea, 0x44, 0xcc, 0x2c, 0x71, 0xb1, 0xaf, 0xc0, + 0xe4, 0x4b, 0x28, 0xf7, 0x03, 0x46, 0x43, 0x66, 0x49, 0xa3, 0x19, 0x85, 0x1b, 0xb8, 0xa7, 0xb1, + 0x45, 0x4d, 0x50, 0x70, 0x29, 0x90, 0xe4, 0xc8, 0xb7, 0x13, 0x72, 0xf1, 0x76, 0xb2, 0x82, 0x6b, + 0x72, 0x3e, 0x60, 0x22, 0x1a, 0x31, 0xe3, 0x27, 0xc8, 0xfb, 0xa8, 0x35, 0xc3, 0x29, 0x5b, 0x26, + 0x42, 0x4d, 0x4d, 0x21, 0xbf, 0x82, 0x8a, 0xdc, 0x3f, 0xcf, 0xb5, 0xa4, 0x99, 0x85, 0x51, 0x5e, + 0xcf, 0x6d, 0x94, 0xb7, 0x1e, 0xcf, 0x54, 0xd1, 0x45, 0xc2, 0x11, 0x1d, 0x31, 0xb3, 0xec, 0x27, + 0xdf, 0x82, 0xec, 0x40, 0x49, 0x6f, 0x2a, 0x13, 0x46, 0x05, 0x15, 0xfd, 0x60, 0xa6, 0xa2, 0x6d, + 0x85, 0x36, 0xc7, 0x34, 0xf2, 0x02, 0x96, 0xd9, 0x88, 0xf2, 0xc4, 0x3d, 0x98, 0x30, 0xaa, 0xa8, + 0xa9, 0x39, 0x53, 0x53, 0x5b, 0x72, 0xcc, 0x1a, 0x52, 0xb7, 0x13, 0x65, 0xcf, 0xa1, 0xea, 0x9f, + 0x7b, 0x2e, 0xb3, 0xdc, 0x68, 0xd4, 0x63, 0x81, 0x30, 0x6a, 0x73, 0xa8, 0xea, 0x4a, 0x86, 0x59, + 0x41, 0xe2, 0x91, 0xe2, 0x91, 0x43, 0xa8, 0xaa, 0x85, 0x52, 0xc7, 0x8a, 0x02, 0x2e, 0x8c, 0x65, + 0x54, 0xb4, 0x31, 0x87, 0x99, 0xa8, 0x73, 0x16, 0x70, 0xb3, 0xe2, 0x8f, 0x1b, 0x82, 0x5c, 0xc0, + 0x3d, 0x6a, 0xdb, 0x5c, 0x9e, 0x4d, 0xea, 0x58, 0x7d, 0xcf, 0x0d, 0x69, 0x3f, 0xb4, 0xb8, 0x3b, + 0xf0, 0x8c, 0x3a, 0x2a, 0xde, 0xba, 0xcd, 0x6c, 0x9a, 0xbb, 0xab, 0xa8, 0x1d, 0x77, 0xe0, 0x99, + 0x2b, 0xf4, 0x3a, 0x31, 0xf9, 0x0d, 0x10, 0x36, 0xf2, 0x1d, 0xef, 0x6a, 0xc4, 0xdc, 0xd0, 0x0a, + 0x58, 0xdf, 0x0b, 0x6c, 0x61, 0x34, 0x70, 0x98, 0x4f, 0x6f, 0xb1, 0x69, 0x4c, 0x33, 0x91, 0x65, + 0x36, 0xd8, 0x94, 0x44, 0x90, 0x57, 0xd0, 0x60, 0x76, 0xd4, 0xc7, 0x30, 0x93, 0x28, 0x27, 0xa8, + 0xfc, 0xc9, 0x6c, 0xe5, 0x31, 0x4b, 0xeb, 0xae, 0xb3, 0x49, 0x81, 0x20, 0x4f, 0x21, 0x2f, 0x5e, + 0x73, 0xc7, 0x11, 0xc6, 0x9d, 0x39, 0x76, 0xed, 0x44, 0x42, 0x4d, 0xcd, 0x20, 0x6d, 0x00, 0xda, + 0x0f, 0xf9, 0x25, 0x0f, 0x39, 0x13, 0xc6, 0x5d, 0xe4, 0x3f, 0x9a, 0x6d, 0x53, 0x05, 0xbf, 0x32, + 0x53, 0x44, 0x72, 0x00, 0x15, 0x3f, 0xea, 0x39, 0x5c, 0x4d, 0x4c, 0x18, 0x2b, 0xf3, 0xec, 0xfa, + 0x98, 0x60, 0x4e, 0xb0, 0xc9, 0x2f, 0xa0, 0xe0, 0xd3, 0x90, 0xb9, 0xa1, 0x30, 0x56, 0x51, 0xd1, + 0xec, 0x83, 0xda, 0x45, 0xac, 0x19, 0x73, 0x88, 0x09, 0xb5, 0x3e, 0x0b, 0x42, 0x3e, 0x48, 0xa6, + 0x73, 0x0f, 0xb5, 0x7c, 0x32, 0x53, 0xcb, 0x6e, 0x9a, 0x62, 0x4e, 0x69, 0x20, 0x4d, 0xa8, 0x50, + 0xdf, 0x1f, 0x2f, 0x70, 0x73, 0x3d, 0xb7, 0x51, 0x32, 0x27, 0x64, 0x64, 0x1d, 0xca, 0x54, 0x08, + 0x3e, 0x74, 0x47, 0x38, 0xf5, 0xcf, 0x10, 0x92, 0x16, 0x91, 0x21, 0x34, 0xfa, 0x91, 0x08, 0xbd, + 0x91, 0x45, 0xc3, 0x30, 0xe0, 0xbd, 0x28, 0x64, 0xc2, 0x58, 0xc3, 0xc9, 0x3d, 0x9d, 0xbd, 0x44, + 0x7d, 0x97, 0xee, 0x22, 0x7b, 0x3b, 0x21, 0xb7, 0xdd, 0x30, 0xb8, 0x32, 0xeb, 0xfd, 0x29, 0x31, + 0x79, 0x00, 0x25, 0x3f, 0xf0, 0xfa, 0xf2, 0x70, 0xdb, 0xc6, 0xfd, 0xf5, 0xcc, 0x46, 0xd1, 0x1c, + 0x0b, 0xc8, 0x63, 0x58, 0x7e, 0xcd, 0xae, 0xde, 0x78, 0x81, 0x6d, 0x09, 0x97, 0xfb, 0x3e, 0x0b, + 0x8d, 0x07, 0x18, 0xde, 0x6b, 0x5a, 0x7c, 0xa2, 0xa4, 0x6b, 0xdf, 0xc1, 0xca, 0xb5, 0x23, 0xca, + 0xbb, 0xe2, 0x35, 0xbb, 0xd2, 0xf7, 0x8e, 0xfc, 0x24, 0x3b, 0xb0, 0x74, 0x29, 0x23, 0x3d, 0x5e, + 0x38, 0xb7, 0xf9, 0xf4, 0x94, 0x52, 0x53, 0x51, 0x9f, 0x66, 0x7f, 0x96, 0x69, 0xfe, 0x3d, 0x03, + 0x79, 0x15, 0x79, 0xc9, 0x8f, 0xa0, 0x21, 0xc2, 0x20, 0xea, 0x87, 0x51, 0xc0, 0x6c, 0x4b, 0x47, + 0x6e, 0x35, 0x64, 0x7d, 0xdc, 0xa1, 0xc1, 0xc7, 0x50, 0x56, 0x08, 0x4b, 0x5e, 0x9d, 0x38, 0x8b, + 0xda, 0x56, 0x6b, 0x8e, 0x00, 0xaf, 0xff, 0x9d, 0x5e, 0xf9, 0xcc, 0x84, 0x20, 0xf9, 0x6e, 0xbe, + 0x00, 0x18, 0xf7, 0x90, 0xfb, 0x70, 0xcf, 0x6c, 0x9f, 0x9c, 0x1d, 0xb6, 0xad, 0xd3, 0x57, 0xdd, + 0xb6, 0x75, 0x76, 0x74, 0xd2, 0x6d, 0xef, 0x76, 0x9e, 0x75, 0xda, 0x7b, 0xf5, 0x05, 0x52, 0x82, + 0xa5, 0x7d, 0xf3, 0xdb, 0xc3, 0x83, 0x7a, 0x86, 0xac, 0x40, 0xe3, 0xf8, 0x74, 0xbf, 0x6d, 0x5a, + 0x29, 0x74, 0x3d, 0xdb, 0xfc, 0x5b, 0x0e, 0x60, 0x7c, 0x19, 0x90, 0xc7, 0x50, 0x1b, 0x78, 0xc1, + 0x88, 0x86, 0x21, 0xb3, 0xad, 0xf1, 0x0d, 0xbe, 0xbf, 0x60, 0x56, 0x13, 0x39, 0x02, 0x87, 0xb0, + 0x9c, 0x32, 0x01, 0x22, 0x95, 0x7d, 0xbf, 0x9a, 0xf3, 0xde, 0xd1, 0x9f, 0x27, 0x89, 0x12, 0x29, + 0xdc, 0x5f, 0x30, 0x6b, 0x62, 0x42, 0x42, 0x1e, 0x41, 0xcd, 0x0f, 0xd8, 0x80, 0x05, 0xc9, 0x38, + 0x2a, 0x39, 0xa8, 0x26, 0x52, 0x09, 0x5b, 0xfb, 0x3e, 0x03, 0x77, 0xaf, 0xd3, 0x48, 0x3e, 0x00, + 0x18, 0xf2, 0x4b, 0xe6, 0xa6, 0x56, 0x63, 0x96, 0x50, 0x72, 0x83, 0xfa, 0xfc, 0x35, 0xea, 0x25, + 0x6c, 0xc4, 0x6d, 0xdb, 0x61, 0x16, 0x77, 0x79, 0xc8, 0xa9, 0xa3, 0xd3, 0x97, 0xaa, 0x92, 0x76, + 0x94, 0x50, 0xa6, 0x38, 0x03, 0x3a, 0xe2, 0xce, 0x55, 0x7a, 0xa6, 0xa0, 0x44, 0xa8, 0x67, 0x0d, + 0x8a, 0x22, 0x1a, 0x0c, 0xf8, 0x5b, 0x26, 0x8c, 0x45, 0x3c, 0x86, 0x49, 0x5b, 0xf6, 0xc9, 0x41, + 0xb1, 0x6f, 0x49, 0xf5, 0xc5, 0xed, 0x9d, 0x2a, 0x94, 0x53, 0x77, 0x7c, 0xf3, 0xf7, 0x59, 0x28, + 0xe8, 0x3b, 0x92, 0xec, 0xc2, 0x52, 0x24, 0xe8, 0x50, 0xad, 0xad, 0x76, 0xcb, 0x85, 0x90, 0xba, + 0x56, 0xce, 0x24, 0xc9, 0x54, 0x5c, 0xf2, 0x39, 0xdc, 0x8d, 0xdc, 0xd4, 0x86, 0xea, 0xab, 0x5b, + 0xad, 0x72, 0x7f, 0xc1, 0xbc, 0x93, 0xee, 0x8d, 0x47, 0x7e, 0x01, 0xe4, 0x1a, 0x4a, 0x6e, 0x32, + 0xf3, 0x91, 0x4e, 0xdf, 0xea, 0x62, 0xbe, 0xa8, 0x79, 0xfb, 0x0b, 0x66, 0xe3, 0x5d, 0x65, 0x5f, + 0x40, 0xa1, 0x1f, 0x05, 0x01, 0x73, 0x43, 0x4c, 0xf4, 0x66, 0x27, 0x6d, 0x31, 0x74, 0xa7, 0x04, + 0x05, 0x3d, 0x6e, 0xf3, 0x3b, 0x58, 0xc2, 0x14, 0xe2, 0xfd, 0x18, 0xe4, 0x23, 0xa8, 0x4e, 0x24, + 0x31, 0x7a, 0xbf, 0x2b, 0xe9, 0xf4, 0xa4, 0xf9, 0xaf, 0x2c, 0x2c, 0x61, 0xae, 0xf1, 0x7e, 0xc6, + 0xfc, 0x06, 0x16, 0x53, 0x21, 0xe2, 0xc9, 0xed, 0x29, 0x8e, 0xfa, 0x8b, 0x01, 0x02, 0x99, 0x32, + 0x83, 0x56, 0x79, 0x52, 0x9c, 0x41, 0xab, 0x96, 0x74, 0xdf, 0x37, 0xe7, 0xcc, 0xb5, 0xe8, 0x25, + 0xe5, 0x0e, 0x26, 0xc6, 0x2a, 0x99, 0xae, 0x4a, 0xe9, 0x76, 0x2c, 0x6c, 0xfe, 0x39, 0x03, 0xa5, + 0x44, 0x25, 0x59, 0x83, 0xd5, 0xee, 0xfe, 0xf1, 0xd1, 0xb5, 0x81, 0xa5, 0x02, 0xc5, 0x83, 0xed, + 0xa3, 0xbd, 0x83, 0xce, 0x51, 0xbb, 0x9e, 0x21, 0x00, 0xf9, 0xc3, 0xe3, 0x9d, 0xce, 0x41, 0xbb, + 0x9e, 0x25, 0x05, 0xc8, 0x3d, 0xdb, 0xfe, 0xb6, 0x9e, 0x93, 0xb1, 0xa7, 0xbb, 0xfd, 0xbc, 0x6d, + 0xd6, 0x17, 0x49, 0x0d, 0xe0, 0xf4, 0xf4, 0x95, 0x75, 0x6c, 0x5a, 0xa7, 0x7b, 0x7b, 0xf5, 0x25, + 0x52, 0x85, 0xd2, 0xcb, 0xe3, 0xce, 0x6e, 0xfb, 0x70, 0xbb, 0x73, 0x50, 0xcf, 0x93, 0x32, 0x14, + 0x5e, 0x76, 0xcc, 0xd3, 0xb3, 0xed, 0x83, 0x7a, 0x81, 0x14, 0x61, 0xf1, 0xe5, 0x71, 0xa7, 0x5b, + 0x2f, 0x92, 0x55, 0x20, 0x4a, 0xab, 0x24, 0x26, 0xa3, 0x95, 0x9a, 0x0f, 0xa1, 0x9c, 0xca, 0xcb, + 0xe2, 0xea, 0x20, 0x93, 0x54, 0x07, 0xcd, 0xdf, 0x65, 0x60, 0xe5, 0xda, 0x04, 0xeb, 0xfd, 0x6c, + 0x53, 0x5c, 0xdb, 0x64, 0x53, 0xb5, 0xcd, 0x07, 0x00, 0x49, 0x0e, 0x68, 0x6b, 0xe3, 0x97, 0xb4, + 0xa4, 0x63, 0x37, 0xff, 0xb8, 0x04, 0xf5, 0xe9, 0x5c, 0x8c, 0x7c, 0x06, 0x20, 0x42, 0x1a, 0x84, + 0x96, 0x2c, 0x03, 0x70, 0x46, 0xe5, 0xad, 0xc6, 0xc4, 0xb1, 0xd9, 0xa3, 0x21, 0x33, 0x4b, 0x08, + 0x92, 0x9f, 0xe4, 0x09, 0x14, 0x99, 0x6b, 0x2b, 0x7c, 0xf6, 0x26, 0x7c, 0x81, 0xb9, 0x36, 0xa2, + 0xd1, 0x85, 0xe5, 0x98, 0x2c, 0x48, 0x87, 0xa3, 0x4a, 0x2c, 0xc4, 0x80, 0xf4, 0x11, 0x54, 0x6d, + 0x7e, 0xc9, 0x05, 0xd7, 0xa1, 0x45, 0x3b, 0x46, 0x25, 0x16, 0x22, 0xe8, 0x97, 0xc9, 0x29, 0xc3, + 0x6a, 0x6b, 0xde, 0x9a, 0x20, 0x26, 0x91, 0xfb, 0x50, 0xba, 0xf0, 0x7a, 0x56, 0xc8, 0x43, 0x27, + 0x8e, 0xaf, 0xc5, 0x0b, 0xaf, 0x77, 0x2a, 0xdb, 0xf2, 0xce, 0x97, 0x9d, 0x36, 0x13, 0xfd, 0x80, + 0xfb, 0x72, 0xcf, 0xb0, 0xf2, 0x2a, 0x99, 0xb5, 0x0b, 0xaf, 0xb7, 0x37, 0x96, 0x92, 0xaf, 0xa1, + 0xca, 0x85, 0x25, 0x22, 0x9f, 0x05, 0x97, 0x5c, 0x78, 0xc1, 0x8d, 0x35, 0xd6, 0x38, 0x4e, 0x54, + 0xb8, 0x38, 0x49, 0xf0, 0x64, 0x0f, 0xea, 0x52, 0x01, 0x73, 0x06, 0x96, 0xb6, 0x81, 0x6d, 0x94, + 0x6e, 0xd5, 0x51, 0xe3, 0xe2, 0x84, 0x39, 0x83, 0xb6, 0x66, 0xe8, 0x02, 0x33, 0x8e, 0x55, 0x30, + 0x4f, 0x81, 0xb9, 0xab, 0xc0, 0xe4, 0x13, 0x68, 0x24, 0x76, 0x48, 0x12, 0x9c, 0x32, 0x2e, 0x76, + 0x39, 0xb6, 0x87, 0xce, 0x70, 0xc8, 0x4f, 0xe1, 0xde, 0x94, 0x59, 0x12, 0x46, 0x05, 0x19, 0x2b, + 0x93, 0xe6, 0x89, 0x79, 0x5b, 0xb0, 0x32, 0xb1, 0xeb, 0x09, 0xab, 0x8a, 0xac, 0x3b, 0xe9, 0xdd, + 0xd7, 0x9c, 0xe6, 0x3f, 0x17, 0x61, 0x79, 0x2a, 0x9b, 0xff, 0x9f, 0x7b, 0xe7, 0x0b, 0x30, 0xd8, + 0x5b, 0x9f, 0xf5, 0x65, 0xa2, 0x31, 0x0c, 0xa8, 0x1d, 0xa9, 0x02, 0x04, 0xd9, 0xb9, 0x9b, 0xd8, + 0xab, 0x31, 0xe5, 0x79, 0xc2, 0x40, 0x65, 0x0f, 0xa1, 0x2c, 0xfa, 0xe7, 0x9e, 0xe7, 0xa4, 0x7d, + 0x18, 0x94, 0xe8, 0xbd, 0x78, 0xf0, 0x26, 0x10, 0x9b, 0x0d, 0x03, 0xc6, 0x26, 0xfc, 0x34, 0xaf, + 0x6f, 0xc7, 0x86, 0xea, 0x4b, 0x3b, 0xab, 0x39, 0x91, 0x22, 0xaa, 0x7e, 0xfd, 0xa2, 0x30, 0xbb, + 0x66, 0xd8, 0x43, 0xe8, 0xfe, 0x42, 0x3a, 0x93, 0x54, 0x32, 0x99, 0xc6, 0xa7, 0x47, 0x2f, 0xe2, + 0x2a, 0xd3, 0xa2, 0x29, 0xdf, 0x2c, 0xfd, 0x27, 0xbe, 0xd9, 0x82, 0x3b, 0x29, 0x13, 0x26, 0x5e, + 0x03, 0x38, 0x48, 0x63, 0x6c, 0xca, 0xd8, 0xcf, 0x1e, 0x41, 0x4d, 0x5b, 0x64, 0xd2, 0x91, 0xab, + 0x4a, 0xaa, 0x61, 0x3b, 0x45, 0xc8, 0x2b, 0x41, 0xf3, 0x0f, 0x19, 0xc8, 0xeb, 0x85, 0xec, 0xcb, + 0x85, 0x20, 0x17, 0xef, 0x3b, 0x15, 0x8c, 0x1f, 0xcf, 0x61, 0x16, 0x95, 0x0b, 0xdb, 0xc9, 0xb7, + 0xdc, 0x78, 0xad, 0x29, 0x15, 0x92, 0x35, 0x00, 0x37, 0xfe, 0x87, 0xb0, 0x8c, 0x6f, 0x64, 0xc2, + 0xf2, 0x06, 0x96, 0x08, 0x23, 0xfb, 0xca, 0xc8, 0x61, 0x6e, 0x55, 0x55, 0xe2, 0xe3, 0xc1, 0x89, + 0x14, 0x36, 0xff, 0x91, 0x83, 0x62, 0x5c, 0x40, 0x92, 0x0f, 0xa1, 0x62, 0x73, 0xe1, 0x3b, 0xf4, + 0x2a, 0x9d, 0x35, 0x96, 0xb5, 0x0c, 0xf5, 0x4e, 0xed, 0x45, 0xf6, 0xdd, 0xbd, 0xd0, 0xf7, 0x52, + 0x6e, 0xfc, 0x6a, 0xb5, 0x95, 0xbc, 0x2f, 0xa1, 0x97, 0x2f, 0xde, 0xe4, 0xe5, 0xfa, 0x59, 0x09, + 0x3d, 0x7b, 0x2b, 0x79, 0x56, 0x42, 0xce, 0xd2, 0x8d, 0x1c, 0x85, 0x42, 0xce, 0x87, 0x50, 0x09, + 0x19, 0x1d, 0x59, 0x23, 0xa6, 0x9e, 0x4c, 0xf2, 0xaa, 0xde, 0x93, 0xb2, 0x43, 0x25, 0x22, 0xbb, + 0x50, 0x56, 0x75, 0xb6, 0x15, 0xc9, 0x42, 0xac, 0x30, 0x77, 0x79, 0x0e, 0x8a, 0x76, 0x26, 0xab, + 0xb5, 0x2d, 0x58, 0xd1, 0x95, 0xf6, 0xd5, 0xa4, 0xd3, 0x28, 0xcf, 0xbc, 0x13, 0x77, 0xa6, 0xdd, + 0xe6, 0x1b, 0x78, 0x90, 0x70, 0xae, 0x8b, 0x6d, 0x25, 0xa4, 0xae, 0xc5, 0x98, 0x6b, 0x02, 0x9c, + 0x74, 0xd4, 0xf1, 0xd4, 0x53, 0x8e, 0x9a, 0x43, 0x47, 0x4d, 0xa6, 0x17, 0x07, 0xb7, 0xbf, 0x64, + 0xa1, 0x9c, 0xaa, 0xe8, 0x89, 0x01, 0x05, 0x1a, 0x85, 0xe7, 0x5e, 0x20, 0x8c, 0x0c, 0x72, 0xe2, + 0x26, 0xb9, 0x0b, 0x4b, 0xea, 0x8a, 0x52, 0xbb, 0xa9, 0x1a, 0xd3, 0x3b, 0x9d, 0x7b, 0x77, 0xa7, + 0x0d, 0x28, 0x5c, 0x78, 0x51, 0xe0, 0x52, 0x47, 0x47, 0x9e, 0xb8, 0x29, 0xf3, 0xb1, 0x4b, 0xcf, + 0x91, 0xd5, 0xa1, 0x7a, 0xa5, 0xd4, 0x2d, 0xac, 0x82, 0xe5, 0x94, 0xc4, 0x39, 0x0b, 0xf4, 0x85, + 0x38, 0x16, 0x90, 0xaf, 0xa0, 0x9e, 0x7a, 0x75, 0x50, 0x1b, 0x5f, 0xb8, 0x69, 0xe3, 0x97, 0x53, + 0x50, 0xdc, 0xfd, 0x8f, 0x27, 0xd9, 0x78, 0xc2, 0xd4, 0x86, 0xa4, 0xa1, 0x78, 0x7a, 0x08, 0x2c, + 0x72, 0xd1, 0x73, 0xb5, 0xd1, 0xf1, 0xbb, 0xf9, 0xd7, 0x1c, 0xe4, 0xd5, 0xbb, 0xc5, 0x3c, 0xc7, + 0xe0, 0x01, 0x94, 0xb8, 0x7b, 0xc9, 0xdc, 0x50, 0x9a, 0x33, 0x8b, 0xe6, 0x1c, 0x0b, 0x64, 0x72, + 0xa1, 0x9e, 0x3e, 0x2c, 0x11, 0xd2, 0x30, 0x12, 0x71, 0x06, 0xa2, 0x84, 0x27, 0x28, 0x23, 0x5f, + 0x03, 0x99, 0x00, 0xdd, 0x72, 0x38, 0xea, 0x69, 0x32, 0x2e, 0x78, 0xac, 0x60, 0xc0, 0x1d, 0xee, + 0x0e, 0x6f, 0x39, 0x29, 0x5a, 0xc1, 0x33, 0xc4, 0xc6, 0x89, 0x92, 0x56, 0xe0, 0x0d, 0x06, 0xbc, + 0x1f, 0xa7, 0x28, 0x7a, 0x9a, 0xc7, 0x28, 0x4b, 0x81, 0x74, 0x86, 0x5d, 0x48, 0x83, 0xd4, 0x2b, + 0x23, 0xf9, 0x34, 0x99, 0xca, 0xbb, 0x81, 0xba, 0xa1, 0x7a, 0xd2, 0x97, 0xc4, 0xd4, 0x29, 0x2c, + 0xfd, 0x37, 0xa7, 0x70, 0xe7, 0xb7, 0x19, 0x78, 0xd8, 0xf7, 0x46, 0xb3, 0x58, 0x3b, 0x77, 0xf5, + 0x33, 0x8d, 0xc9, 0xd4, 0x93, 0x7a, 0x57, 0x5e, 0x05, 0xdd, 0xcc, 0xaf, 0xb7, 0x35, 0x69, 0xe8, + 0x39, 0xd4, 0x1d, 0xb6, 0xbc, 0x60, 0xb8, 0x39, 0x64, 0x2e, 0x5e, 0x14, 0x9b, 0xaa, 0x8b, 0xfa, + 0x5c, 0x5c, 0xfb, 0xab, 0xc5, 0x97, 0xaa, 0xf9, 0xa7, 0x6c, 0x6e, 0xf7, 0xf4, 0xa4, 0x97, 0x47, + 0xce, 0xe7, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0xbe, 0x13, 0x82, 0x47, 0x78, 0x19, 0x00, 0x00, } diff --git a/googleapis/cloud/talent/v4beta1/profile_service.pb.go b/googleapis/cloud/talent/v4beta1/profile_service.pb.go index 848d99747a..5689f40f12 100644 --- a/googleapis/cloud/talent/v4beta1/profile_service.pb.go +++ b/googleapis/cloud/talent/v4beta1/profile_service.pb.go @@ -66,7 +66,7 @@ func (m *ListProfilesRequest) Reset() { *m = ListProfilesRequest{} } func (m *ListProfilesRequest) String() string { return proto.CompactTextString(m) } func (*ListProfilesRequest) ProtoMessage() {} func (*ListProfilesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_service_ae08414b17ed6111, []int{0} + return fileDescriptor_profile_service_7ea8377f2d7ce92e, []int{0} } func (m *ListProfilesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProfilesRequest.Unmarshal(m, b) @@ -130,7 +130,7 @@ func (m *ListProfilesResponse) Reset() { *m = ListProfilesResponse{} } func (m *ListProfilesResponse) String() string { return proto.CompactTextString(m) } func (*ListProfilesResponse) ProtoMessage() {} func (*ListProfilesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_service_ae08414b17ed6111, []int{1} + return fileDescriptor_profile_service_7ea8377f2d7ce92e, []int{1} } func (m *ListProfilesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProfilesResponse.Unmarshal(m, b) @@ -186,7 +186,7 @@ func (m *CreateProfileRequest) Reset() { *m = CreateProfileRequest{} } func (m *CreateProfileRequest) String() string { return proto.CompactTextString(m) } func (*CreateProfileRequest) ProtoMessage() {} func (*CreateProfileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_service_ae08414b17ed6111, []int{2} + return fileDescriptor_profile_service_7ea8377f2d7ce92e, []int{2} } func (m *CreateProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateProfileRequest.Unmarshal(m, b) @@ -239,7 +239,7 @@ func (m *GetProfileRequest) Reset() { *m = GetProfileRequest{} } func (m *GetProfileRequest) String() string { return proto.CompactTextString(m) } func (*GetProfileRequest) ProtoMessage() {} func (*GetProfileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_service_ae08414b17ed6111, []int{3} + return fileDescriptor_profile_service_7ea8377f2d7ce92e, []int{3} } func (m *GetProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetProfileRequest.Unmarshal(m, b) @@ -313,7 +313,7 @@ func (m *UpdateProfileRequest) Reset() { *m = UpdateProfileRequest{} } func (m *UpdateProfileRequest) String() string { return proto.CompactTextString(m) } func (*UpdateProfileRequest) ProtoMessage() {} func (*UpdateProfileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_service_ae08414b17ed6111, []int{4} + return fileDescriptor_profile_service_7ea8377f2d7ce92e, []int{4} } func (m *UpdateProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateProfileRequest.Unmarshal(m, b) @@ -366,7 +366,7 @@ func (m *DeleteProfileRequest) Reset() { *m = DeleteProfileRequest{} } func (m *DeleteProfileRequest) String() string { return proto.CompactTextString(m) } func (*DeleteProfileRequest) ProtoMessage() {} func (*DeleteProfileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_service_ae08414b17ed6111, []int{5} + return fileDescriptor_profile_service_7ea8377f2d7ce92e, []int{5} } func (m *DeleteProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteProfileRequest.Unmarshal(m, b) @@ -535,15 +535,9 @@ type SearchProfilesRequest struct { // * application_outcome_notes: The application outcome reason specifies the // reasons behind the outcome of the job application. // See [ApplicationOutcomeNotesFilter][google.cloud.talent.v4beta1.ApplicationOutcomeNotesFilter] for more details. - // * application_last_stage: The application last stage specifies the last - // stage of job application. - // See [ApplicationLastStageFilter][] for more details. // * application_job_title: The application job title specifies the job // applied for in the application. // See [ApplicationJobFilter][google.cloud.talent.v4beta1.ApplicationJobFilter] for more details. - // * application_status: The application status specifies the status of job - // application. - // See [ApplicationStatusFilter][] for more details. // * hirable_status: Hirable status specifies the profile's hirable status. // * string_custom_attribute: String custom attributes. Values can be accessed // via square bracket notation like string_custom_attribute["key1"]. @@ -568,7 +562,7 @@ func (m *SearchProfilesRequest) Reset() { *m = SearchProfilesRequest{} } func (m *SearchProfilesRequest) String() string { return proto.CompactTextString(m) } func (*SearchProfilesRequest) ProtoMessage() {} func (*SearchProfilesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_service_ae08414b17ed6111, []int{6} + return fileDescriptor_profile_service_7ea8377f2d7ce92e, []int{6} } func (m *SearchProfilesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchProfilesRequest.Unmarshal(m, b) @@ -686,7 +680,7 @@ func (m *SearchProfilesResponse) Reset() { *m = SearchProfilesResponse{} func (m *SearchProfilesResponse) String() string { return proto.CompactTextString(m) } func (*SearchProfilesResponse) ProtoMessage() {} func (*SearchProfilesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_service_ae08414b17ed6111, []int{7} + return fileDescriptor_profile_service_7ea8377f2d7ce92e, []int{7} } func (m *SearchProfilesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchProfilesResponse.Unmarshal(m, b) @@ -777,7 +771,7 @@ func (m *SummarizedProfile) Reset() { *m = SummarizedProfile{} } func (m *SummarizedProfile) String() string { return proto.CompactTextString(m) } func (*SummarizedProfile) ProtoMessage() {} func (*SummarizedProfile) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_service_ae08414b17ed6111, []int{8} + return fileDescriptor_profile_service_7ea8377f2d7ce92e, []int{8} } func (m *SummarizedProfile) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SummarizedProfile.Unmarshal(m, b) @@ -1087,10 +1081,10 @@ var _ProfileService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/profile_service.proto", fileDescriptor_profile_service_ae08414b17ed6111) + proto.RegisterFile("google/cloud/talent/v4beta1/profile_service.proto", fileDescriptor_profile_service_7ea8377f2d7ce92e) } -var fileDescriptor_profile_service_ae08414b17ed6111 = []byte{ +var fileDescriptor_profile_service_7ea8377f2d7ce92e = []byte{ // 1059 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xdf, 0x6e, 0x1b, 0xc5, 0x17, 0xd6, 0xe6, 0xaf, 0x73, 0xd2, 0x34, 0xc9, 0x24, 0xcd, 0x6f, 0x7f, 0x2e, 0x08, 0x6b, 0x85, diff --git a/googleapis/cloud/talent/v4beta1/tenant.pb.go b/googleapis/cloud/talent/v4beta1/tenant.pb.go index 43bf21ed10..643d02492d 100644 --- a/googleapis/cloud/talent/v4beta1/tenant.pb.go +++ b/googleapis/cloud/talent/v4beta1/tenant.pb.go @@ -48,7 +48,7 @@ func (x Tenant_DataUsageType) String() string { return proto.EnumName(Tenant_DataUsageType_name, int32(x)) } func (Tenant_DataUsageType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_tenant_d1eff8917a353148, []int{0, 0} + return fileDescriptor_tenant_6085026e17b3c245, []int{0, 0} } // A Tenant resource represents a tenant in the service. A tenant is a group or @@ -76,17 +76,26 @@ type Tenant struct { // improvements across other tenants. // // Defaults behavior is [DataUsageType.ISOLATED][google.cloud.talent.v4beta1.Tenant.DataUsageType.ISOLATED] if it's unset. - UsageType Tenant_DataUsageType `protobuf:"varint,3,opt,name=usage_type,json=usageType,proto3,enum=google.cloud.talent.v4beta1.Tenant_DataUsageType" json:"usage_type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + UsageType Tenant_DataUsageType `protobuf:"varint,3,opt,name=usage_type,json=usageType,proto3,enum=google.cloud.talent.v4beta1.Tenant_DataUsageType" json:"usage_type,omitempty"` + // Optional. + // + // A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.Profile.custom_attributes], whose + // corresponding `string_values` are used in keyword searches. Profiles with + // `string_values` under these specified field keys are returned if any + // of the values match the search keyword. Custom field values with + // parenthesis, brackets and special symbols are not searchable as-is, + // and must be surrounded by quotes. + KeywordSearchableProfileCustomAttributes []string `protobuf:"bytes,4,rep,name=keyword_searchable_profile_custom_attributes,json=keywordSearchableProfileCustomAttributes,proto3" json:"keyword_searchable_profile_custom_attributes,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *Tenant) Reset() { *m = Tenant{} } func (m *Tenant) String() string { return proto.CompactTextString(m) } func (*Tenant) ProtoMessage() {} func (*Tenant) Descriptor() ([]byte, []int) { - return fileDescriptor_tenant_d1eff8917a353148, []int{0} + return fileDescriptor_tenant_6085026e17b3c245, []int{0} } func (m *Tenant) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Tenant.Unmarshal(m, b) @@ -127,36 +136,47 @@ func (m *Tenant) GetUsageType() Tenant_DataUsageType { return Tenant_DATA_USAGE_TYPE_UNSPECIFIED } +func (m *Tenant) GetKeywordSearchableProfileCustomAttributes() []string { + if m != nil { + return m.KeywordSearchableProfileCustomAttributes + } + return nil +} + func init() { proto.RegisterType((*Tenant)(nil), "google.cloud.talent.v4beta1.Tenant") proto.RegisterEnum("google.cloud.talent.v4beta1.Tenant_DataUsageType", Tenant_DataUsageType_name, Tenant_DataUsageType_value) } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/tenant.proto", fileDescriptor_tenant_d1eff8917a353148) -} - -var fileDescriptor_tenant_d1eff8917a353148 = []byte{ - // 330 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0x6a, 0xe3, 0x30, - 0x10, 0x86, 0x57, 0xc9, 0x12, 0x36, 0xda, 0xdd, 0x10, 0xd4, 0x4b, 0x48, 0x0a, 0x09, 0x39, 0xe5, - 0x24, 0x91, 0xb6, 0xb7, 0x9e, 0x9c, 0xd8, 0x35, 0x86, 0x92, 0x1a, 0xdb, 0x39, 0xb4, 0x17, 0xa3, - 0x38, 0x42, 0x18, 0x6c, 0x8d, 0xb1, 0xe5, 0xd2, 0x1c, 0xfb, 0x2a, 0x7d, 0xb1, 0xbe, 0x4a, 0x89, - 0x94, 0x1c, 0x0a, 0x25, 0xb7, 0x19, 0xfd, 0xdf, 0x3f, 0xf3, 0x33, 0xc2, 0x0b, 0x09, 0x20, 0x0b, - 0xc1, 0xb2, 0x02, 0xda, 0x3d, 0xd3, 0xbc, 0x10, 0x4a, 0xb3, 0xd7, 0xbb, 0x9d, 0xd0, 0x7c, 0xc9, - 0xb4, 0x50, 0x5c, 0x69, 0x5a, 0xd5, 0xa0, 0x81, 0x4c, 0x2c, 0x49, 0x0d, 0x49, 0x2d, 0x49, 0x4f, - 0xe4, 0xf8, 0xe2, 0x98, 0x0c, 0xca, 0x12, 0x94, 0x1d, 0x33, 0xbe, 0x3e, 0x91, 0xbc, 0xca, 0x19, - 0x57, 0x0a, 0x34, 0xd7, 0x39, 0xa8, 0xc6, 0xaa, 0xf3, 0x4f, 0x84, 0x7b, 0x89, 0xd9, 0x4a, 0x08, - 0xfe, 0xad, 0x78, 0x29, 0x46, 0x68, 0x86, 0x16, 0xfd, 0xc8, 0xd4, 0x64, 0x8a, 0xff, 0x8a, 0x37, - 0x2d, 0x6a, 0xc5, 0x8b, 0x34, 0xdf, 0x8f, 0x3a, 0x46, 0xc2, 0xe7, 0xa7, 0x60, 0x4f, 0x42, 0x8c, - 0xdb, 0x86, 0x4b, 0x91, 0xea, 0x43, 0x25, 0x46, 0xdd, 0x19, 0x5a, 0x0c, 0x6e, 0x96, 0xf4, 0x42, - 0x72, 0x6a, 0xb7, 0x51, 0x97, 0x6b, 0xbe, 0x3d, 0x3a, 0x93, 0x43, 0x25, 0xa2, 0x7e, 0x7b, 0x2e, - 0xe7, 0x1b, 0xfc, 0xff, 0x9b, 0x46, 0xa6, 0x78, 0xe2, 0x3a, 0x89, 0x93, 0x6e, 0x63, 0xc7, 0xf7, - 0xd2, 0xe4, 0x39, 0xf4, 0xd2, 0xed, 0x26, 0x0e, 0xbd, 0x75, 0xf0, 0x10, 0x78, 0xee, 0xf0, 0x17, - 0x19, 0x60, 0xec, 0xf8, 0x7e, 0xe4, 0xf9, 0x4e, 0xe2, 0xb9, 0x43, 0x44, 0xfe, 0xe1, 0x3f, 0x41, - 0xfc, 0xf4, 0x68, 0xba, 0xce, 0xea, 0x1d, 0xe1, 0x69, 0x06, 0xe5, 0xa5, 0x4c, 0xab, 0x2b, 0x1b, - 0x2a, 0x12, 0x0d, 0xb4, 0x75, 0x26, 0xc2, 0xe3, 0x69, 0x42, 0xf4, 0xe2, 0x9c, 0x3c, 0x12, 0x0a, - 0xae, 0x24, 0x85, 0x5a, 0x32, 0x29, 0x94, 0x39, 0x1c, 0xb3, 0x12, 0xaf, 0xf2, 0xe6, 0xc7, 0x3f, - 0xb8, 0xb7, 0xed, 0x47, 0xa7, 0xbb, 0x4e, 0xe2, 0x5d, 0xcf, 0x78, 0x6e, 0xbf, 0x02, 0x00, 0x00, - 0xff, 0xff, 0xcb, 0x3d, 0x60, 0xf6, 0xfd, 0x01, 0x00, 0x00, + proto.RegisterFile("google/cloud/talent/v4beta1/tenant.proto", fileDescriptor_tenant_6085026e17b3c245) +} + +var fileDescriptor_tenant_6085026e17b3c245 = []byte{ + // 386 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xcd, 0x6e, 0xd3, 0x40, + 0x10, 0x80, 0x71, 0x52, 0x55, 0x64, 0x81, 0xaa, 0x5a, 0x2e, 0x51, 0x8b, 0x94, 0xa8, 0x27, 0x1f, + 0xd0, 0x5a, 0x05, 0x6e, 0x9c, 0xdc, 0xc4, 0x44, 0x91, 0x50, 0xb1, 0x6c, 0xe7, 0x00, 0x07, 0x56, + 0x13, 0x67, 0x30, 0x16, 0xf6, 0x8e, 0xb5, 0x1e, 0x03, 0x39, 0xf2, 0x2a, 0xbc, 0x08, 0xaf, 0x86, + 0xba, 0x9b, 0x56, 0x42, 0x42, 0xb9, 0xed, 0xec, 0x7c, 0xdf, 0xfc, 0x68, 0x44, 0x58, 0x11, 0x55, + 0x0d, 0x46, 0x65, 0x43, 0xc3, 0x2e, 0x62, 0x68, 0xd0, 0x70, 0xf4, 0xfd, 0xcd, 0x16, 0x19, 0xae, + 0x23, 0x46, 0x03, 0x86, 0x55, 0x67, 0x89, 0x49, 0x5e, 0x7a, 0x52, 0x39, 0x52, 0x79, 0x52, 0x1d, + 0xc8, 0x8b, 0xa3, 0x65, 0x4a, 0x6a, 0x5b, 0x32, 0xbe, 0xcc, 0xc5, 0x8b, 0x03, 0x09, 0x5d, 0x1d, + 0x81, 0x31, 0xc4, 0xc0, 0x35, 0x99, 0xde, 0x67, 0xaf, 0xfe, 0x8c, 0xc4, 0x69, 0xe1, 0xba, 0x4a, + 0x29, 0x4e, 0x0c, 0xb4, 0x38, 0x0d, 0xe6, 0x41, 0x38, 0xc9, 0xdc, 0x5b, 0xce, 0xc4, 0x13, 0xfc, + 0xc9, 0x68, 0x0d, 0x34, 0xba, 0xde, 0x4d, 0x47, 0x2e, 0x25, 0xee, 0xbf, 0xd6, 0x3b, 0x99, 0x0a, + 0x31, 0xf4, 0x50, 0xa1, 0xe6, 0x7d, 0x87, 0xd3, 0xf1, 0x3c, 0x08, 0xcf, 0x5e, 0x5d, 0xab, 0x23, + 0x93, 0x2b, 0xdf, 0x4d, 0x2d, 0x81, 0x61, 0x73, 0x67, 0x16, 0xfb, 0x0e, 0xb3, 0xc9, 0x70, 0xff, + 0x94, 0x9f, 0xc5, 0xcb, 0x6f, 0xb8, 0xff, 0x41, 0x76, 0xa7, 0x7b, 0x04, 0x5b, 0x7e, 0x85, 0x6d, + 0x83, 0xba, 0xb3, 0xf4, 0xa5, 0x6e, 0x50, 0x97, 0x43, 0xcf, 0xd4, 0x6a, 0x60, 0xb6, 0xf5, 0x76, + 0x60, 0xec, 0xa7, 0x27, 0xf3, 0x71, 0x38, 0xc9, 0xc2, 0x83, 0x93, 0x3f, 0x28, 0xa9, 0x37, 0x16, + 0x4e, 0x88, 0x1f, 0xf8, 0xab, 0x5b, 0xf1, 0xec, 0x9f, 0xde, 0x72, 0x26, 0x2e, 0x97, 0x71, 0x11, + 0xeb, 0x4d, 0x1e, 0xaf, 0x12, 0x5d, 0x7c, 0x4c, 0x13, 0xbd, 0xb9, 0xcd, 0xd3, 0x64, 0xb1, 0x7e, + 0xb7, 0x4e, 0x96, 0xe7, 0x8f, 0xe4, 0x99, 0x10, 0xf1, 0x6a, 0x95, 0x25, 0xab, 0xb8, 0x48, 0x96, + 0xe7, 0x81, 0x7c, 0x2a, 0x1e, 0xaf, 0xf3, 0x0f, 0xef, 0x5d, 0x34, 0xba, 0xf9, 0x15, 0x88, 0x59, + 0x49, 0xed, 0xb1, 0x9d, 0x6f, 0x9e, 0xfb, 0xa5, 0x33, 0xec, 0x69, 0xb0, 0xe5, 0xdd, 0x68, 0x4c, + 0x69, 0xf0, 0x29, 0x3e, 0x38, 0x15, 0x35, 0x60, 0x2a, 0x45, 0xb6, 0x8a, 0x2a, 0x34, 0xee, 0x30, + 0x91, 0x4f, 0x41, 0x57, 0xf7, 0xff, 0xbd, 0xf1, 0x5b, 0x1f, 0xfe, 0x1e, 0x8d, 0x17, 0x45, 0xbe, + 0x3d, 0x75, 0xce, 0xeb, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x27, 0xbe, 0xcd, 0xd1, 0x5d, 0x02, + 0x00, 0x00, } diff --git a/googleapis/cloud/talent/v4beta1/tenant_service.pb.go b/googleapis/cloud/talent/v4beta1/tenant_service.pb.go index f7fc1cac6a..0f56aed647 100644 --- a/googleapis/cloud/talent/v4beta1/tenant_service.pb.go +++ b/googleapis/cloud/talent/v4beta1/tenant_service.pb.go @@ -48,7 +48,7 @@ func (m *CreateTenantRequest) Reset() { *m = CreateTenantRequest{} } func (m *CreateTenantRequest) String() string { return proto.CompactTextString(m) } func (*CreateTenantRequest) ProtoMessage() {} func (*CreateTenantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_tenant_service_86e9a68cf930b482, []int{0} + return fileDescriptor_tenant_service_b3e8de717c6e6008, []int{0} } func (m *CreateTenantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateTenantRequest.Unmarshal(m, b) @@ -100,7 +100,7 @@ func (m *GetTenantRequest) Reset() { *m = GetTenantRequest{} } func (m *GetTenantRequest) String() string { return proto.CompactTextString(m) } func (*GetTenantRequest) ProtoMessage() {} func (*GetTenantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_tenant_service_86e9a68cf930b482, []int{1} + return fileDescriptor_tenant_service_b3e8de717c6e6008, []int{1} } func (m *GetTenantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTenantRequest.Unmarshal(m, b) @@ -151,7 +151,7 @@ func (m *UpdateTenantRequest) Reset() { *m = UpdateTenantRequest{} } func (m *UpdateTenantRequest) String() string { return proto.CompactTextString(m) } func (*UpdateTenantRequest) ProtoMessage() {} func (*UpdateTenantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_tenant_service_86e9a68cf930b482, []int{2} + return fileDescriptor_tenant_service_b3e8de717c6e6008, []int{2} } func (m *UpdateTenantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateTenantRequest.Unmarshal(m, b) @@ -203,7 +203,7 @@ func (m *DeleteTenantRequest) Reset() { *m = DeleteTenantRequest{} } func (m *DeleteTenantRequest) String() string { return proto.CompactTextString(m) } func (*DeleteTenantRequest) ProtoMessage() {} func (*DeleteTenantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_tenant_service_86e9a68cf930b482, []int{3} + return fileDescriptor_tenant_service_b3e8de717c6e6008, []int{3} } func (m *DeleteTenantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteTenantRequest.Unmarshal(m, b) @@ -257,7 +257,7 @@ func (m *ListTenantsRequest) Reset() { *m = ListTenantsRequest{} } func (m *ListTenantsRequest) String() string { return proto.CompactTextString(m) } func (*ListTenantsRequest) ProtoMessage() {} func (*ListTenantsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_tenant_service_86e9a68cf930b482, []int{4} + return fileDescriptor_tenant_service_b3e8de717c6e6008, []int{4} } func (m *ListTenantsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTenantsRequest.Unmarshal(m, b) @@ -318,7 +318,7 @@ func (m *ListTenantsResponse) Reset() { *m = ListTenantsResponse{} } func (m *ListTenantsResponse) String() string { return proto.CompactTextString(m) } func (*ListTenantsResponse) ProtoMessage() {} func (*ListTenantsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_tenant_service_86e9a68cf930b482, []int{5} + return fileDescriptor_tenant_service_b3e8de717c6e6008, []int{5} } func (m *ListTenantsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTenantsResponse.Unmarshal(m, b) @@ -583,10 +583,10 @@ var _TenantService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/tenant_service.proto", fileDescriptor_tenant_service_86e9a68cf930b482) + proto.RegisterFile("google/cloud/talent/v4beta1/tenant_service.proto", fileDescriptor_tenant_service_b3e8de717c6e6008) } -var fileDescriptor_tenant_service_86e9a68cf930b482 = []byte{ +var fileDescriptor_tenant_service_b3e8de717c6e6008 = []byte{ // 641 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x95, 0x4f, 0x4f, 0x13, 0x41, 0x18, 0xc6, 0x33, 0xa0, 0x95, 0xbe, 0x85, 0x68, 0xa6, 0x09, 0x69, 0x8a, 0xc6, 0x66, 0x35, 0xa4, diff --git a/googleapis/cloud/tasks/v2/cloudtasks.pb.go b/googleapis/cloud/tasks/v2/cloudtasks.pb.go index 0f92f57944..088e85fc11 100644 --- a/googleapis/cloud/tasks/v2/cloudtasks.pb.go +++ b/googleapis/cloud/tasks/v2/cloudtasks.pb.go @@ -72,7 +72,7 @@ func (m *ListQueuesRequest) Reset() { *m = ListQueuesRequest{} } func (m *ListQueuesRequest) String() string { return proto.CompactTextString(m) } func (*ListQueuesRequest) ProtoMessage() {} func (*ListQueuesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_fd72ceb24f455330, []int{0} + return fileDescriptor_cloudtasks_7027f62ef3ad9740, []int{0} } func (m *ListQueuesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListQueuesRequest.Unmarshal(m, b) @@ -143,7 +143,7 @@ func (m *ListQueuesResponse) Reset() { *m = ListQueuesResponse{} } func (m *ListQueuesResponse) String() string { return proto.CompactTextString(m) } func (*ListQueuesResponse) ProtoMessage() {} func (*ListQueuesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_fd72ceb24f455330, []int{1} + return fileDescriptor_cloudtasks_7027f62ef3ad9740, []int{1} } func (m *ListQueuesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListQueuesResponse.Unmarshal(m, b) @@ -193,7 +193,7 @@ func (m *GetQueueRequest) Reset() { *m = GetQueueRequest{} } func (m *GetQueueRequest) String() string { return proto.CompactTextString(m) } func (*GetQueueRequest) ProtoMessage() {} func (*GetQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_fd72ceb24f455330, []int{2} + return fileDescriptor_cloudtasks_7027f62ef3ad9740, []int{2} } func (m *GetQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetQueueRequest.Unmarshal(m, b) @@ -246,7 +246,7 @@ func (m *CreateQueueRequest) Reset() { *m = CreateQueueRequest{} } func (m *CreateQueueRequest) String() string { return proto.CompactTextString(m) } func (*CreateQueueRequest) ProtoMessage() {} func (*CreateQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_fd72ceb24f455330, []int{3} + return fileDescriptor_cloudtasks_7027f62ef3ad9740, []int{3} } func (m *CreateQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateQueueRequest.Unmarshal(m, b) @@ -305,7 +305,7 @@ func (m *UpdateQueueRequest) Reset() { *m = UpdateQueueRequest{} } func (m *UpdateQueueRequest) String() string { return proto.CompactTextString(m) } func (*UpdateQueueRequest) ProtoMessage() {} func (*UpdateQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_fd72ceb24f455330, []int{4} + return fileDescriptor_cloudtasks_7027f62ef3ad9740, []int{4} } func (m *UpdateQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateQueueRequest.Unmarshal(m, b) @@ -355,7 +355,7 @@ func (m *DeleteQueueRequest) Reset() { *m = DeleteQueueRequest{} } func (m *DeleteQueueRequest) String() string { return proto.CompactTextString(m) } func (*DeleteQueueRequest) ProtoMessage() {} func (*DeleteQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_fd72ceb24f455330, []int{5} + return fileDescriptor_cloudtasks_7027f62ef3ad9740, []int{5} } func (m *DeleteQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteQueueRequest.Unmarshal(m, b) @@ -398,7 +398,7 @@ func (m *PurgeQueueRequest) Reset() { *m = PurgeQueueRequest{} } func (m *PurgeQueueRequest) String() string { return proto.CompactTextString(m) } func (*PurgeQueueRequest) ProtoMessage() {} func (*PurgeQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_fd72ceb24f455330, []int{6} + return fileDescriptor_cloudtasks_7027f62ef3ad9740, []int{6} } func (m *PurgeQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PurgeQueueRequest.Unmarshal(m, b) @@ -441,7 +441,7 @@ func (m *PauseQueueRequest) Reset() { *m = PauseQueueRequest{} } func (m *PauseQueueRequest) String() string { return proto.CompactTextString(m) } func (*PauseQueueRequest) ProtoMessage() {} func (*PauseQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_fd72ceb24f455330, []int{7} + return fileDescriptor_cloudtasks_7027f62ef3ad9740, []int{7} } func (m *PauseQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PauseQueueRequest.Unmarshal(m, b) @@ -484,7 +484,7 @@ func (m *ResumeQueueRequest) Reset() { *m = ResumeQueueRequest{} } func (m *ResumeQueueRequest) String() string { return proto.CompactTextString(m) } func (*ResumeQueueRequest) ProtoMessage() {} func (*ResumeQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_fd72ceb24f455330, []int{8} + return fileDescriptor_cloudtasks_7027f62ef3ad9740, []int{8} } func (m *ResumeQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResumeQueueRequest.Unmarshal(m, b) @@ -558,7 +558,7 @@ func (m *ListTasksRequest) Reset() { *m = ListTasksRequest{} } func (m *ListTasksRequest) String() string { return proto.CompactTextString(m) } func (*ListTasksRequest) ProtoMessage() {} func (*ListTasksRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_fd72ceb24f455330, []int{9} + return fileDescriptor_cloudtasks_7027f62ef3ad9740, []int{9} } func (m *ListTasksRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTasksRequest.Unmarshal(m, b) @@ -627,7 +627,7 @@ func (m *ListTasksResponse) Reset() { *m = ListTasksResponse{} } func (m *ListTasksResponse) String() string { return proto.CompactTextString(m) } func (*ListTasksResponse) ProtoMessage() {} func (*ListTasksResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_fd72ceb24f455330, []int{10} + return fileDescriptor_cloudtasks_7027f62ef3ad9740, []int{10} } func (m *ListTasksResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTasksResponse.Unmarshal(m, b) @@ -690,7 +690,7 @@ func (m *GetTaskRequest) Reset() { *m = GetTaskRequest{} } func (m *GetTaskRequest) String() string { return proto.CompactTextString(m) } func (*GetTaskRequest) ProtoMessage() {} func (*GetTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_fd72ceb24f455330, []int{11} + return fileDescriptor_cloudtasks_7027f62ef3ad9740, []int{11} } func (m *GetTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTaskRequest.Unmarshal(m, b) @@ -791,7 +791,7 @@ func (m *CreateTaskRequest) Reset() { *m = CreateTaskRequest{} } func (m *CreateTaskRequest) String() string { return proto.CompactTextString(m) } func (*CreateTaskRequest) ProtoMessage() {} func (*CreateTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_fd72ceb24f455330, []int{12} + return fileDescriptor_cloudtasks_7027f62ef3ad9740, []int{12} } func (m *CreateTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateTaskRequest.Unmarshal(m, b) @@ -849,7 +849,7 @@ func (m *DeleteTaskRequest) Reset() { *m = DeleteTaskRequest{} } func (m *DeleteTaskRequest) String() string { return proto.CompactTextString(m) } func (*DeleteTaskRequest) ProtoMessage() {} func (*DeleteTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_fd72ceb24f455330, []int{13} + return fileDescriptor_cloudtasks_7027f62ef3ad9740, []int{13} } func (m *DeleteTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteTaskRequest.Unmarshal(m, b) @@ -906,7 +906,7 @@ func (m *RunTaskRequest) Reset() { *m = RunTaskRequest{} } func (m *RunTaskRequest) String() string { return proto.CompactTextString(m) } func (*RunTaskRequest) ProtoMessage() {} func (*RunTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_fd72ceb24f455330, []int{14} + return fileDescriptor_cloudtasks_7027f62ef3ad9740, []int{14} } func (m *RunTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunTaskRequest.Unmarshal(m, b) @@ -1802,10 +1802,10 @@ var _CloudTasks_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/tasks/v2/cloudtasks.proto", fileDescriptor_cloudtasks_fd72ceb24f455330) + proto.RegisterFile("google/cloud/tasks/v2/cloudtasks.proto", fileDescriptor_cloudtasks_7027f62ef3ad9740) } -var fileDescriptor_cloudtasks_fd72ceb24f455330 = []byte{ +var fileDescriptor_cloudtasks_7027f62ef3ad9740 = []byte{ // 1096 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x97, 0x4b, 0x8f, 0xdb, 0x54, 0x14, 0xc7, 0x75, 0xe7, 0xd5, 0xce, 0x49, 0xdb, 0x61, 0xae, 0xd4, 0x2a, 0xcd, 0x14, 0x14, 0x2c, diff --git a/googleapis/cloud/tasks/v2/queue.pb.go b/googleapis/cloud/tasks/v2/queue.pb.go index b273c797e3..72c1c34adc 100644 --- a/googleapis/cloud/tasks/v2/queue.pb.go +++ b/googleapis/cloud/tasks/v2/queue.pb.go @@ -74,7 +74,7 @@ func (x Queue_State) String() string { return proto.EnumName(Queue_State_name, int32(x)) } func (Queue_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_queue_129bcebc786936ad, []int{0, 0} + return fileDescriptor_queue_a02b454f63d79936, []int{0, 0} } // A queue is a container of related tasks. Queues are configured to manage @@ -176,7 +176,7 @@ func (m *Queue) Reset() { *m = Queue{} } func (m *Queue) String() string { return proto.CompactTextString(m) } func (*Queue) ProtoMessage() {} func (*Queue) Descriptor() ([]byte, []int) { - return fileDescriptor_queue_129bcebc786936ad, []int{0} + return fileDescriptor_queue_a02b454f63d79936, []int{0} } func (m *Queue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Queue.Unmarshal(m, b) @@ -318,7 +318,7 @@ func (m *RateLimits) Reset() { *m = RateLimits{} } func (m *RateLimits) String() string { return proto.CompactTextString(m) } func (*RateLimits) ProtoMessage() {} func (*RateLimits) Descriptor() ([]byte, []int) { - return fileDescriptor_queue_129bcebc786936ad, []int{1} + return fileDescriptor_queue_a02b454f63d79936, []int{1} } func (m *RateLimits) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RateLimits.Unmarshal(m, b) @@ -465,7 +465,7 @@ func (m *RetryConfig) Reset() { *m = RetryConfig{} } func (m *RetryConfig) String() string { return proto.CompactTextString(m) } func (*RetryConfig) ProtoMessage() {} func (*RetryConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_queue_129bcebc786936ad, []int{2} + return fileDescriptor_queue_a02b454f63d79936, []int{2} } func (m *RetryConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RetryConfig.Unmarshal(m, b) @@ -528,10 +528,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/tasks/v2/queue.proto", fileDescriptor_queue_129bcebc786936ad) + proto.RegisterFile("google/cloud/tasks/v2/queue.proto", fileDescriptor_queue_a02b454f63d79936) } -var fileDescriptor_queue_129bcebc786936ad = []byte{ +var fileDescriptor_queue_a02b454f63d79936 = []byte{ // 643 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x94, 0xd1, 0x4e, 0xdc, 0x3a, 0x10, 0x86, 0x4f, 0x80, 0x70, 0x0e, 0x13, 0x0e, 0xda, 0x63, 0x89, 0xd3, 0xec, 0xb6, 0x6a, 0x61, diff --git a/googleapis/cloud/tasks/v2/target.pb.go b/googleapis/cloud/tasks/v2/target.pb.go index 134ee5ede5..332905499e 100644 --- a/googleapis/cloud/tasks/v2/target.pb.go +++ b/googleapis/cloud/tasks/v2/target.pb.go @@ -66,7 +66,7 @@ func (x HttpMethod) String() string { return proto.EnumName(HttpMethod_name, int32(x)) } func (HttpMethod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_target_d53f5fa280c081f1, []int{0} + return fileDescriptor_target_83a965c577901646, []int{0} } // App Engine HTTP request. @@ -213,7 +213,7 @@ func (m *AppEngineHttpRequest) Reset() { *m = AppEngineHttpRequest{} } func (m *AppEngineHttpRequest) String() string { return proto.CompactTextString(m) } func (*AppEngineHttpRequest) ProtoMessage() {} func (*AppEngineHttpRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_target_d53f5fa280c081f1, []int{0} + return fileDescriptor_target_83a965c577901646, []int{0} } func (m *AppEngineHttpRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppEngineHttpRequest.Unmarshal(m, b) @@ -352,7 +352,7 @@ func (m *AppEngineRouting) Reset() { *m = AppEngineRouting{} } func (m *AppEngineRouting) String() string { return proto.CompactTextString(m) } func (*AppEngineRouting) ProtoMessage() {} func (*AppEngineRouting) Descriptor() ([]byte, []int) { - return fileDescriptor_target_d53f5fa280c081f1, []int{1} + return fileDescriptor_target_83a965c577901646, []int{1} } func (m *AppEngineRouting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppEngineRouting.Unmarshal(m, b) @@ -408,10 +408,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/tasks/v2/target.proto", fileDescriptor_target_d53f5fa280c081f1) + proto.RegisterFile("google/cloud/tasks/v2/target.proto", fileDescriptor_target_83a965c577901646) } -var fileDescriptor_target_d53f5fa280c081f1 = []byte{ +var fileDescriptor_target_83a965c577901646 = []byte{ // 490 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x53, 0xcf, 0x6f, 0xda, 0x30, 0x18, 0x5d, 0xf8, 0x51, 0xca, 0x17, 0x34, 0x59, 0x56, 0xa7, 0x65, 0x6c, 0x07, 0xca, 0x65, 0x68, diff --git a/googleapis/cloud/tasks/v2/task.pb.go b/googleapis/cloud/tasks/v2/task.pb.go index 1a0056485d..a0a7926725 100644 --- a/googleapis/cloud/tasks/v2/task.pb.go +++ b/googleapis/cloud/tasks/v2/task.pb.go @@ -66,7 +66,7 @@ func (x Task_View) String() string { return proto.EnumName(Task_View_name, int32(x)) } func (Task_View) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_task_60667a36cc592bc9, []int{0, 0} + return fileDescriptor_task_798b1eb2476e0fcb, []int{0, 0} } // A unit of scheduled work. @@ -163,7 +163,7 @@ func (m *Task) Reset() { *m = Task{} } func (m *Task) String() string { return proto.CompactTextString(m) } func (*Task) ProtoMessage() {} func (*Task) Descriptor() ([]byte, []int) { - return fileDescriptor_task_60667a36cc592bc9, []int{0} + return fileDescriptor_task_798b1eb2476e0fcb, []int{0} } func (m *Task) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Task.Unmarshal(m, b) @@ -353,7 +353,7 @@ func (m *Attempt) Reset() { *m = Attempt{} } func (m *Attempt) String() string { return proto.CompactTextString(m) } func (*Attempt) ProtoMessage() {} func (*Attempt) Descriptor() ([]byte, []int) { - return fileDescriptor_task_60667a36cc592bc9, []int{1} + return fileDescriptor_task_798b1eb2476e0fcb, []int{1} } func (m *Attempt) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Attempt.Unmarshal(m, b) @@ -408,10 +408,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/tasks/v2/task.proto", fileDescriptor_task_60667a36cc592bc9) + proto.RegisterFile("google/cloud/tasks/v2/task.proto", fileDescriptor_task_798b1eb2476e0fcb) } -var fileDescriptor_task_60667a36cc592bc9 = []byte{ +var fileDescriptor_task_798b1eb2476e0fcb = []byte{ // 579 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x51, 0x6b, 0xdb, 0x30, 0x10, 0xc7, 0xeb, 0xcc, 0x69, 0x1b, 0x25, 0xed, 0x32, 0xd1, 0x51, 0xb7, 0x8c, 0xce, 0x04, 0x06, diff --git a/googleapis/cloud/tasks/v2beta2/cloudtasks.pb.go b/googleapis/cloud/tasks/v2beta2/cloudtasks.pb.go index 712e86fcf2..4518ecc033 100644 --- a/googleapis/cloud/tasks/v2beta2/cloudtasks.pb.go +++ b/googleapis/cloud/tasks/v2beta2/cloudtasks.pb.go @@ -77,7 +77,7 @@ func (m *ListQueuesRequest) Reset() { *m = ListQueuesRequest{} } func (m *ListQueuesRequest) String() string { return proto.CompactTextString(m) } func (*ListQueuesRequest) ProtoMessage() {} func (*ListQueuesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{0} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{0} } func (m *ListQueuesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListQueuesRequest.Unmarshal(m, b) @@ -150,7 +150,7 @@ func (m *ListQueuesResponse) Reset() { *m = ListQueuesResponse{} } func (m *ListQueuesResponse) String() string { return proto.CompactTextString(m) } func (*ListQueuesResponse) ProtoMessage() {} func (*ListQueuesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{1} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{1} } func (m *ListQueuesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListQueuesResponse.Unmarshal(m, b) @@ -201,7 +201,7 @@ func (m *GetQueueRequest) Reset() { *m = GetQueueRequest{} } func (m *GetQueueRequest) String() string { return proto.CompactTextString(m) } func (*GetQueueRequest) ProtoMessage() {} func (*GetQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{2} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{2} } func (m *GetQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetQueueRequest.Unmarshal(m, b) @@ -256,7 +256,7 @@ func (m *CreateQueueRequest) Reset() { *m = CreateQueueRequest{} } func (m *CreateQueueRequest) String() string { return proto.CompactTextString(m) } func (*CreateQueueRequest) ProtoMessage() {} func (*CreateQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{3} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{3} } func (m *CreateQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateQueueRequest.Unmarshal(m, b) @@ -318,7 +318,7 @@ func (m *UpdateQueueRequest) Reset() { *m = UpdateQueueRequest{} } func (m *UpdateQueueRequest) String() string { return proto.CompactTextString(m) } func (*UpdateQueueRequest) ProtoMessage() {} func (*UpdateQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{4} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{4} } func (m *UpdateQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateQueueRequest.Unmarshal(m, b) @@ -369,7 +369,7 @@ func (m *DeleteQueueRequest) Reset() { *m = DeleteQueueRequest{} } func (m *DeleteQueueRequest) String() string { return proto.CompactTextString(m) } func (*DeleteQueueRequest) ProtoMessage() {} func (*DeleteQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{5} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{5} } func (m *DeleteQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteQueueRequest.Unmarshal(m, b) @@ -413,7 +413,7 @@ func (m *PurgeQueueRequest) Reset() { *m = PurgeQueueRequest{} } func (m *PurgeQueueRequest) String() string { return proto.CompactTextString(m) } func (*PurgeQueueRequest) ProtoMessage() {} func (*PurgeQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{6} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{6} } func (m *PurgeQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PurgeQueueRequest.Unmarshal(m, b) @@ -457,7 +457,7 @@ func (m *PauseQueueRequest) Reset() { *m = PauseQueueRequest{} } func (m *PauseQueueRequest) String() string { return proto.CompactTextString(m) } func (*PauseQueueRequest) ProtoMessage() {} func (*PauseQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{7} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{7} } func (m *PauseQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PauseQueueRequest.Unmarshal(m, b) @@ -501,7 +501,7 @@ func (m *ResumeQueueRequest) Reset() { *m = ResumeQueueRequest{} } func (m *ResumeQueueRequest) String() string { return proto.CompactTextString(m) } func (*ResumeQueueRequest) ProtoMessage() {} func (*ResumeQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{8} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{8} } func (m *ResumeQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResumeQueueRequest.Unmarshal(m, b) @@ -577,7 +577,7 @@ func (m *ListTasksRequest) Reset() { *m = ListTasksRequest{} } func (m *ListTasksRequest) String() string { return proto.CompactTextString(m) } func (*ListTasksRequest) ProtoMessage() {} func (*ListTasksRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{9} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{9} } func (m *ListTasksRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTasksRequest.Unmarshal(m, b) @@ -648,7 +648,7 @@ func (m *ListTasksResponse) Reset() { *m = ListTasksResponse{} } func (m *ListTasksResponse) String() string { return proto.CompactTextString(m) } func (*ListTasksResponse) ProtoMessage() {} func (*ListTasksResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{10} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{10} } func (m *ListTasksResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTasksResponse.Unmarshal(m, b) @@ -713,7 +713,7 @@ func (m *GetTaskRequest) Reset() { *m = GetTaskRequest{} } func (m *GetTaskRequest) String() string { return proto.CompactTextString(m) } func (*GetTaskRequest) ProtoMessage() {} func (*GetTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{11} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{11} } func (m *GetTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTaskRequest.Unmarshal(m, b) @@ -816,7 +816,7 @@ func (m *CreateTaskRequest) Reset() { *m = CreateTaskRequest{} } func (m *CreateTaskRequest) String() string { return proto.CompactTextString(m) } func (*CreateTaskRequest) ProtoMessage() {} func (*CreateTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{12} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{12} } func (m *CreateTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateTaskRequest.Unmarshal(m, b) @@ -874,7 +874,7 @@ func (m *DeleteTaskRequest) Reset() { *m = DeleteTaskRequest{} } func (m *DeleteTaskRequest) String() string { return proto.CompactTextString(m) } func (*DeleteTaskRequest) ProtoMessage() {} func (*DeleteTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{13} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{13} } func (m *DeleteTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteTaskRequest.Unmarshal(m, b) @@ -983,7 +983,7 @@ func (m *LeaseTasksRequest) Reset() { *m = LeaseTasksRequest{} } func (m *LeaseTasksRequest) String() string { return proto.CompactTextString(m) } func (*LeaseTasksRequest) ProtoMessage() {} func (*LeaseTasksRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{14} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{14} } func (m *LeaseTasksRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LeaseTasksRequest.Unmarshal(m, b) @@ -1052,7 +1052,7 @@ func (m *LeaseTasksResponse) Reset() { *m = LeaseTasksResponse{} } func (m *LeaseTasksResponse) String() string { return proto.CompactTextString(m) } func (*LeaseTasksResponse) ProtoMessage() {} func (*LeaseTasksResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{15} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{15} } func (m *LeaseTasksResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LeaseTasksResponse.Unmarshal(m, b) @@ -1104,7 +1104,7 @@ func (m *AcknowledgeTaskRequest) Reset() { *m = AcknowledgeTaskRequest{} func (m *AcknowledgeTaskRequest) String() string { return proto.CompactTextString(m) } func (*AcknowledgeTaskRequest) ProtoMessage() {} func (*AcknowledgeTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{16} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{16} } func (m *AcknowledgeTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AcknowledgeTaskRequest.Unmarshal(m, b) @@ -1185,7 +1185,7 @@ func (m *RenewLeaseRequest) Reset() { *m = RenewLeaseRequest{} } func (m *RenewLeaseRequest) String() string { return proto.CompactTextString(m) } func (*RenewLeaseRequest) ProtoMessage() {} func (*RenewLeaseRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{17} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{17} } func (m *RenewLeaseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RenewLeaseRequest.Unmarshal(m, b) @@ -1272,7 +1272,7 @@ func (m *CancelLeaseRequest) Reset() { *m = CancelLeaseRequest{} } func (m *CancelLeaseRequest) String() string { return proto.CompactTextString(m) } func (*CancelLeaseRequest) ProtoMessage() {} func (*CancelLeaseRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{18} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{18} } func (m *CancelLeaseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CancelLeaseRequest.Unmarshal(m, b) @@ -1344,7 +1344,7 @@ func (m *RunTaskRequest) Reset() { *m = RunTaskRequest{} } func (m *RunTaskRequest) String() string { return proto.CompactTextString(m) } func (*RunTaskRequest) ProtoMessage() {} func (*RunTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_4f7152c057b72502, []int{19} + return fileDescriptor_cloudtasks_a80c09c0b658f30d, []int{19} } func (m *RunTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunTaskRequest.Unmarshal(m, b) @@ -2509,10 +2509,10 @@ var _CloudTasks_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/tasks/v2beta2/cloudtasks.proto", fileDescriptor_cloudtasks_4f7152c057b72502) + proto.RegisterFile("google/cloud/tasks/v2beta2/cloudtasks.proto", fileDescriptor_cloudtasks_a80c09c0b658f30d) } -var fileDescriptor_cloudtasks_4f7152c057b72502 = []byte{ +var fileDescriptor_cloudtasks_a80c09c0b658f30d = []byte{ // 1382 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x98, 0xdf, 0x6f, 0x14, 0x55, 0x14, 0xc7, 0x73, 0x4b, 0x17, 0xe8, 0x59, 0xda, 0xba, 0x37, 0x81, 0x94, 0x45, 0xb1, 0xde, 0x04, diff --git a/googleapis/cloud/tasks/v2beta2/queue.pb.go b/googleapis/cloud/tasks/v2beta2/queue.pb.go index ac71bb455a..9419a262c2 100644 --- a/googleapis/cloud/tasks/v2beta2/queue.pb.go +++ b/googleapis/cloud/tasks/v2beta2/queue.pb.go @@ -78,7 +78,7 @@ func (x Queue_State) String() string { return proto.EnumName(Queue_State_name, int32(x)) } func (Queue_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_queue_9de660d35a0205c8, []int{0, 0} + return fileDescriptor_queue_a4c8471e5288c61a, []int{0, 0} } // A queue is a container of related tasks. Queues are configured to manage @@ -180,7 +180,7 @@ func (m *Queue) Reset() { *m = Queue{} } func (m *Queue) String() string { return proto.CompactTextString(m) } func (*Queue) ProtoMessage() {} func (*Queue) Descriptor() ([]byte, []int) { - return fileDescriptor_queue_9de660d35a0205c8, []int{0} + return fileDescriptor_queue_a4c8471e5288c61a, []int{0} } func (m *Queue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Queue.Unmarshal(m, b) @@ -439,7 +439,7 @@ func (m *RateLimits) Reset() { *m = RateLimits{} } func (m *RateLimits) String() string { return proto.CompactTextString(m) } func (*RateLimits) ProtoMessage() {} func (*RateLimits) Descriptor() ([]byte, []int) { - return fileDescriptor_queue_9de660d35a0205c8, []int{1} + return fileDescriptor_queue_a4c8471e5288c61a, []int{1} } func (m *RateLimits) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RateLimits.Unmarshal(m, b) @@ -604,7 +604,7 @@ func (m *RetryConfig) Reset() { *m = RetryConfig{} } func (m *RetryConfig) String() string { return proto.CompactTextString(m) } func (*RetryConfig) ProtoMessage() {} func (*RetryConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_queue_9de660d35a0205c8, []int{2} + return fileDescriptor_queue_a4c8471e5288c61a, []int{2} } func (m *RetryConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RetryConfig.Unmarshal(m, b) @@ -765,10 +765,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/tasks/v2beta2/queue.proto", fileDescriptor_queue_9de660d35a0205c8) + proto.RegisterFile("google/cloud/tasks/v2beta2/queue.proto", fileDescriptor_queue_a4c8471e5288c61a) } -var fileDescriptor_queue_9de660d35a0205c8 = []byte{ +var fileDescriptor_queue_a4c8471e5288c61a = []byte{ // 702 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x94, 0xcb, 0x6e, 0xdb, 0x3a, 0x10, 0x86, 0xad, 0x24, 0xca, 0x65, 0xe4, 0x04, 0x0e, 0xcf, 0x05, 0x3e, 0x3e, 0x45, 0x62, 0x38, diff --git a/googleapis/cloud/tasks/v2beta2/target.pb.go b/googleapis/cloud/tasks/v2beta2/target.pb.go index 6c90b577b9..26ed26d59e 100644 --- a/googleapis/cloud/tasks/v2beta2/target.pb.go +++ b/googleapis/cloud/tasks/v2beta2/target.pb.go @@ -59,7 +59,7 @@ func (x HttpMethod) String() string { return proto.EnumName(HttpMethod_name, int32(x)) } func (HttpMethod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_target_85034d0cc39aee7f, []int{0} + return fileDescriptor_target_94aeace9d01cd65d, []int{0} } // Pull target. @@ -73,7 +73,7 @@ func (m *PullTarget) Reset() { *m = PullTarget{} } func (m *PullTarget) String() string { return proto.CompactTextString(m) } func (*PullTarget) ProtoMessage() {} func (*PullTarget) Descriptor() ([]byte, []int) { - return fileDescriptor_target_85034d0cc39aee7f, []int{0} + return fileDescriptor_target_94aeace9d01cd65d, []int{0} } func (m *PullTarget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PullTarget.Unmarshal(m, b) @@ -132,7 +132,7 @@ func (m *PullMessage) Reset() { *m = PullMessage{} } func (m *PullMessage) String() string { return proto.CompactTextString(m) } func (*PullMessage) ProtoMessage() {} func (*PullMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_target_85034d0cc39aee7f, []int{1} + return fileDescriptor_target_94aeace9d01cd65d, []int{1} } func (m *PullMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PullMessage.Unmarshal(m, b) @@ -202,7 +202,7 @@ func (m *AppEngineHttpTarget) Reset() { *m = AppEngineHttpTarget{} } func (m *AppEngineHttpTarget) String() string { return proto.CompactTextString(m) } func (*AppEngineHttpTarget) ProtoMessage() {} func (*AppEngineHttpTarget) Descriptor() ([]byte, []int) { - return fileDescriptor_target_85034d0cc39aee7f, []int{2} + return fileDescriptor_target_94aeace9d01cd65d, []int{2} } func (m *AppEngineHttpTarget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppEngineHttpTarget.Unmarshal(m, b) @@ -368,7 +368,7 @@ func (m *AppEngineHttpRequest) Reset() { *m = AppEngineHttpRequest{} } func (m *AppEngineHttpRequest) String() string { return proto.CompactTextString(m) } func (*AppEngineHttpRequest) ProtoMessage() {} func (*AppEngineHttpRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_target_85034d0cc39aee7f, []int{3} + return fileDescriptor_target_94aeace9d01cd65d, []int{3} } func (m *AppEngineHttpRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppEngineHttpRequest.Unmarshal(m, b) @@ -563,7 +563,7 @@ func (m *AppEngineRouting) Reset() { *m = AppEngineRouting{} } func (m *AppEngineRouting) String() string { return proto.CompactTextString(m) } func (*AppEngineRouting) ProtoMessage() {} func (*AppEngineRouting) Descriptor() ([]byte, []int) { - return fileDescriptor_target_85034d0cc39aee7f, []int{4} + return fileDescriptor_target_94aeace9d01cd65d, []int{4} } func (m *AppEngineRouting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppEngineRouting.Unmarshal(m, b) @@ -622,10 +622,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/tasks/v2beta2/target.proto", fileDescriptor_target_85034d0cc39aee7f) + proto.RegisterFile("google/cloud/tasks/v2beta2/target.proto", fileDescriptor_target_94aeace9d01cd65d) } -var fileDescriptor_target_85034d0cc39aee7f = []byte{ +var fileDescriptor_target_94aeace9d01cd65d = []byte{ // 557 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xcf, 0x6f, 0xd3, 0x4c, 0x10, 0xfd, 0x5c, 0xa7, 0xbf, 0xc6, 0xd1, 0x27, 0x6b, 0xa9, 0x84, 0x95, 0xa2, 0xaa, 0xe4, 0x00, diff --git a/googleapis/cloud/tasks/v2beta2/task.pb.go b/googleapis/cloud/tasks/v2beta2/task.pb.go index 6a0462a58f..626c8612b1 100644 --- a/googleapis/cloud/tasks/v2beta2/task.pb.go +++ b/googleapis/cloud/tasks/v2beta2/task.pb.go @@ -70,7 +70,7 @@ func (x Task_View) String() string { return proto.EnumName(Task_View_name, int32(x)) } func (Task_View) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_task_1f97ae655065fb4c, []int{0, 0} + return fileDescriptor_task_bf54980d4c1d27a8, []int{0, 0} } // A unit of scheduled work. @@ -136,7 +136,7 @@ func (m *Task) Reset() { *m = Task{} } func (m *Task) String() string { return proto.CompactTextString(m) } func (*Task) ProtoMessage() {} func (*Task) Descriptor() ([]byte, []int) { - return fileDescriptor_task_1f97ae655065fb4c, []int{0} + return fileDescriptor_task_bf54980d4c1d27a8, []int{0} } func (m *Task) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Task.Unmarshal(m, b) @@ -339,7 +339,7 @@ func (m *TaskStatus) Reset() { *m = TaskStatus{} } func (m *TaskStatus) String() string { return proto.CompactTextString(m) } func (*TaskStatus) ProtoMessage() {} func (*TaskStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_task_1f97ae655065fb4c, []int{1} + return fileDescriptor_task_bf54980d4c1d27a8, []int{1} } func (m *TaskStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TaskStatus.Unmarshal(m, b) @@ -415,7 +415,7 @@ func (m *AttemptStatus) Reset() { *m = AttemptStatus{} } func (m *AttemptStatus) String() string { return proto.CompactTextString(m) } func (*AttemptStatus) ProtoMessage() {} func (*AttemptStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_task_1f97ae655065fb4c, []int{2} + return fileDescriptor_task_bf54980d4c1d27a8, []int{2} } func (m *AttemptStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AttemptStatus.Unmarshal(m, b) @@ -471,10 +471,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/tasks/v2beta2/task.proto", fileDescriptor_task_1f97ae655065fb4c) + proto.RegisterFile("google/cloud/tasks/v2beta2/task.proto", fileDescriptor_task_bf54980d4c1d27a8) } -var fileDescriptor_task_1f97ae655065fb4c = []byte{ +var fileDescriptor_task_bf54980d4c1d27a8 = []byte{ // 601 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x5f, 0x6f, 0xda, 0x3c, 0x14, 0xc6, 0x1b, 0x9a, 0xf6, 0x2d, 0xe6, 0xcf, 0xcb, 0x3c, 0xb4, 0x46, 0x68, 0xda, 0x10, 0x52, diff --git a/googleapis/cloud/tasks/v2beta3/cloudtasks.pb.go b/googleapis/cloud/tasks/v2beta3/cloudtasks.pb.go index 76bfc349c5..1ecae9b05b 100644 --- a/googleapis/cloud/tasks/v2beta3/cloudtasks.pb.go +++ b/googleapis/cloud/tasks/v2beta3/cloudtasks.pb.go @@ -72,7 +72,7 @@ func (m *ListQueuesRequest) Reset() { *m = ListQueuesRequest{} } func (m *ListQueuesRequest) String() string { return proto.CompactTextString(m) } func (*ListQueuesRequest) ProtoMessage() {} func (*ListQueuesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_f6e506220ff6a157, []int{0} + return fileDescriptor_cloudtasks_6396912137772a30, []int{0} } func (m *ListQueuesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListQueuesRequest.Unmarshal(m, b) @@ -143,7 +143,7 @@ func (m *ListQueuesResponse) Reset() { *m = ListQueuesResponse{} } func (m *ListQueuesResponse) String() string { return proto.CompactTextString(m) } func (*ListQueuesResponse) ProtoMessage() {} func (*ListQueuesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_f6e506220ff6a157, []int{1} + return fileDescriptor_cloudtasks_6396912137772a30, []int{1} } func (m *ListQueuesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListQueuesResponse.Unmarshal(m, b) @@ -193,7 +193,7 @@ func (m *GetQueueRequest) Reset() { *m = GetQueueRequest{} } func (m *GetQueueRequest) String() string { return proto.CompactTextString(m) } func (*GetQueueRequest) ProtoMessage() {} func (*GetQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_f6e506220ff6a157, []int{2} + return fileDescriptor_cloudtasks_6396912137772a30, []int{2} } func (m *GetQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetQueueRequest.Unmarshal(m, b) @@ -246,7 +246,7 @@ func (m *CreateQueueRequest) Reset() { *m = CreateQueueRequest{} } func (m *CreateQueueRequest) String() string { return proto.CompactTextString(m) } func (*CreateQueueRequest) ProtoMessage() {} func (*CreateQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_f6e506220ff6a157, []int{3} + return fileDescriptor_cloudtasks_6396912137772a30, []int{3} } func (m *CreateQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateQueueRequest.Unmarshal(m, b) @@ -305,7 +305,7 @@ func (m *UpdateQueueRequest) Reset() { *m = UpdateQueueRequest{} } func (m *UpdateQueueRequest) String() string { return proto.CompactTextString(m) } func (*UpdateQueueRequest) ProtoMessage() {} func (*UpdateQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_f6e506220ff6a157, []int{4} + return fileDescriptor_cloudtasks_6396912137772a30, []int{4} } func (m *UpdateQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateQueueRequest.Unmarshal(m, b) @@ -355,7 +355,7 @@ func (m *DeleteQueueRequest) Reset() { *m = DeleteQueueRequest{} } func (m *DeleteQueueRequest) String() string { return proto.CompactTextString(m) } func (*DeleteQueueRequest) ProtoMessage() {} func (*DeleteQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_f6e506220ff6a157, []int{5} + return fileDescriptor_cloudtasks_6396912137772a30, []int{5} } func (m *DeleteQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteQueueRequest.Unmarshal(m, b) @@ -398,7 +398,7 @@ func (m *PurgeQueueRequest) Reset() { *m = PurgeQueueRequest{} } func (m *PurgeQueueRequest) String() string { return proto.CompactTextString(m) } func (*PurgeQueueRequest) ProtoMessage() {} func (*PurgeQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_f6e506220ff6a157, []int{6} + return fileDescriptor_cloudtasks_6396912137772a30, []int{6} } func (m *PurgeQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PurgeQueueRequest.Unmarshal(m, b) @@ -441,7 +441,7 @@ func (m *PauseQueueRequest) Reset() { *m = PauseQueueRequest{} } func (m *PauseQueueRequest) String() string { return proto.CompactTextString(m) } func (*PauseQueueRequest) ProtoMessage() {} func (*PauseQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_f6e506220ff6a157, []int{7} + return fileDescriptor_cloudtasks_6396912137772a30, []int{7} } func (m *PauseQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PauseQueueRequest.Unmarshal(m, b) @@ -484,7 +484,7 @@ func (m *ResumeQueueRequest) Reset() { *m = ResumeQueueRequest{} } func (m *ResumeQueueRequest) String() string { return proto.CompactTextString(m) } func (*ResumeQueueRequest) ProtoMessage() {} func (*ResumeQueueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_f6e506220ff6a157, []int{8} + return fileDescriptor_cloudtasks_6396912137772a30, []int{8} } func (m *ResumeQueueRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResumeQueueRequest.Unmarshal(m, b) @@ -558,7 +558,7 @@ func (m *ListTasksRequest) Reset() { *m = ListTasksRequest{} } func (m *ListTasksRequest) String() string { return proto.CompactTextString(m) } func (*ListTasksRequest) ProtoMessage() {} func (*ListTasksRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_f6e506220ff6a157, []int{9} + return fileDescriptor_cloudtasks_6396912137772a30, []int{9} } func (m *ListTasksRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTasksRequest.Unmarshal(m, b) @@ -627,7 +627,7 @@ func (m *ListTasksResponse) Reset() { *m = ListTasksResponse{} } func (m *ListTasksResponse) String() string { return proto.CompactTextString(m) } func (*ListTasksResponse) ProtoMessage() {} func (*ListTasksResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_f6e506220ff6a157, []int{10} + return fileDescriptor_cloudtasks_6396912137772a30, []int{10} } func (m *ListTasksResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTasksResponse.Unmarshal(m, b) @@ -690,7 +690,7 @@ func (m *GetTaskRequest) Reset() { *m = GetTaskRequest{} } func (m *GetTaskRequest) String() string { return proto.CompactTextString(m) } func (*GetTaskRequest) ProtoMessage() {} func (*GetTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_f6e506220ff6a157, []int{11} + return fileDescriptor_cloudtasks_6396912137772a30, []int{11} } func (m *GetTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTaskRequest.Unmarshal(m, b) @@ -791,7 +791,7 @@ func (m *CreateTaskRequest) Reset() { *m = CreateTaskRequest{} } func (m *CreateTaskRequest) String() string { return proto.CompactTextString(m) } func (*CreateTaskRequest) ProtoMessage() {} func (*CreateTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_f6e506220ff6a157, []int{12} + return fileDescriptor_cloudtasks_6396912137772a30, []int{12} } func (m *CreateTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateTaskRequest.Unmarshal(m, b) @@ -849,7 +849,7 @@ func (m *DeleteTaskRequest) Reset() { *m = DeleteTaskRequest{} } func (m *DeleteTaskRequest) String() string { return proto.CompactTextString(m) } func (*DeleteTaskRequest) ProtoMessage() {} func (*DeleteTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_f6e506220ff6a157, []int{13} + return fileDescriptor_cloudtasks_6396912137772a30, []int{13} } func (m *DeleteTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteTaskRequest.Unmarshal(m, b) @@ -906,7 +906,7 @@ func (m *RunTaskRequest) Reset() { *m = RunTaskRequest{} } func (m *RunTaskRequest) String() string { return proto.CompactTextString(m) } func (*RunTaskRequest) ProtoMessage() {} func (*RunTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudtasks_f6e506220ff6a157, []int{14} + return fileDescriptor_cloudtasks_6396912137772a30, []int{14} } func (m *RunTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunTaskRequest.Unmarshal(m, b) @@ -1802,10 +1802,10 @@ var _CloudTasks_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/tasks/v2beta3/cloudtasks.proto", fileDescriptor_cloudtasks_f6e506220ff6a157) + proto.RegisterFile("google/cloud/tasks/v2beta3/cloudtasks.proto", fileDescriptor_cloudtasks_6396912137772a30) } -var fileDescriptor_cloudtasks_f6e506220ff6a157 = []byte{ +var fileDescriptor_cloudtasks_6396912137772a30 = []byte{ // 1113 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x98, 0x5d, 0x6f, 0xdc, 0x44, 0x17, 0xc7, 0x35, 0x79, 0x6b, 0x73, 0xb6, 0x6d, 0x9e, 0x8c, 0x9e, 0x56, 0x8b, 0x0b, 0xd5, 0x62, diff --git a/googleapis/cloud/tasks/v2beta3/queue.pb.go b/googleapis/cloud/tasks/v2beta3/queue.pb.go index 2896dd477b..25c2a47d97 100644 --- a/googleapis/cloud/tasks/v2beta3/queue.pb.go +++ b/googleapis/cloud/tasks/v2beta3/queue.pb.go @@ -74,7 +74,7 @@ func (x Queue_State) String() string { return proto.EnumName(Queue_State_name, int32(x)) } func (Queue_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_queue_2809b10079c46221, []int{0, 0} + return fileDescriptor_queue_728c565dd0b3b59c, []int{0, 0} } // A queue is a container of related tasks. Queues are configured to manage @@ -174,7 +174,7 @@ func (m *Queue) Reset() { *m = Queue{} } func (m *Queue) String() string { return proto.CompactTextString(m) } func (*Queue) ProtoMessage() {} func (*Queue) Descriptor() ([]byte, []int) { - return fileDescriptor_queue_2809b10079c46221, []int{0} + return fileDescriptor_queue_728c565dd0b3b59c, []int{0} } func (m *Queue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Queue.Unmarshal(m, b) @@ -395,7 +395,7 @@ func (m *RateLimits) Reset() { *m = RateLimits{} } func (m *RateLimits) String() string { return proto.CompactTextString(m) } func (*RateLimits) ProtoMessage() {} func (*RateLimits) Descriptor() ([]byte, []int) { - return fileDescriptor_queue_2809b10079c46221, []int{1} + return fileDescriptor_queue_728c565dd0b3b59c, []int{1} } func (m *RateLimits) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RateLimits.Unmarshal(m, b) @@ -542,7 +542,7 @@ func (m *RetryConfig) Reset() { *m = RetryConfig{} } func (m *RetryConfig) String() string { return proto.CompactTextString(m) } func (*RetryConfig) ProtoMessage() {} func (*RetryConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_queue_2809b10079c46221, []int{2} + return fileDescriptor_queue_728c565dd0b3b59c, []int{2} } func (m *RetryConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RetryConfig.Unmarshal(m, b) @@ -605,10 +605,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/tasks/v2beta3/queue.proto", fileDescriptor_queue_2809b10079c46221) + proto.RegisterFile("google/cloud/tasks/v2beta3/queue.proto", fileDescriptor_queue_728c565dd0b3b59c) } -var fileDescriptor_queue_2809b10079c46221 = []byte{ +var fileDescriptor_queue_728c565dd0b3b59c = []byte{ // 683 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x94, 0x51, 0x4f, 0xdb, 0x30, 0x10, 0xc7, 0x09, 0xb4, 0x30, 0x2e, 0x1d, 0xea, 0x2c, 0xb1, 0x85, 0x6a, 0x62, 0x5d, 0x37, 0x41, diff --git a/googleapis/cloud/tasks/v2beta3/target.pb.go b/googleapis/cloud/tasks/v2beta3/target.pb.go index 0e95f07956..c9a10a74f9 100644 --- a/googleapis/cloud/tasks/v2beta3/target.pb.go +++ b/googleapis/cloud/tasks/v2beta3/target.pb.go @@ -66,7 +66,7 @@ func (x HttpMethod) String() string { return proto.EnumName(HttpMethod_name, int32(x)) } func (HttpMethod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_target_da9b4c7f9a4f7f6c, []int{0} + return fileDescriptor_target_6c51f433dca06861, []int{0} } // HTTP request. @@ -167,7 +167,7 @@ func (m *HttpRequest) Reset() { *m = HttpRequest{} } func (m *HttpRequest) String() string { return proto.CompactTextString(m) } func (*HttpRequest) ProtoMessage() {} func (*HttpRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_target_da9b4c7f9a4f7f6c, []int{0} + return fileDescriptor_target_6c51f433dca06861, []int{0} } func (m *HttpRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HttpRequest.Unmarshal(m, b) @@ -356,7 +356,7 @@ func (m *AppEngineHttpQueue) Reset() { *m = AppEngineHttpQueue{} } func (m *AppEngineHttpQueue) String() string { return proto.CompactTextString(m) } func (*AppEngineHttpQueue) ProtoMessage() {} func (*AppEngineHttpQueue) Descriptor() ([]byte, []int) { - return fileDescriptor_target_da9b4c7f9a4f7f6c, []int{1} + return fileDescriptor_target_6c51f433dca06861, []int{1} } func (m *AppEngineHttpQueue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppEngineHttpQueue.Unmarshal(m, b) @@ -527,7 +527,7 @@ func (m *AppEngineHttpRequest) Reset() { *m = AppEngineHttpRequest{} } func (m *AppEngineHttpRequest) String() string { return proto.CompactTextString(m) } func (*AppEngineHttpRequest) ProtoMessage() {} func (*AppEngineHttpRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_target_da9b4c7f9a4f7f6c, []int{2} + return fileDescriptor_target_6c51f433dca06861, []int{2} } func (m *AppEngineHttpRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppEngineHttpRequest.Unmarshal(m, b) @@ -666,7 +666,7 @@ func (m *AppEngineRouting) Reset() { *m = AppEngineRouting{} } func (m *AppEngineRouting) String() string { return proto.CompactTextString(m) } func (*AppEngineRouting) ProtoMessage() {} func (*AppEngineRouting) Descriptor() ([]byte, []int) { - return fileDescriptor_target_da9b4c7f9a4f7f6c, []int{3} + return fileDescriptor_target_6c51f433dca06861, []int{3} } func (m *AppEngineRouting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppEngineRouting.Unmarshal(m, b) @@ -738,7 +738,7 @@ func (m *OAuthToken) Reset() { *m = OAuthToken{} } func (m *OAuthToken) String() string { return proto.CompactTextString(m) } func (*OAuthToken) ProtoMessage() {} func (*OAuthToken) Descriptor() ([]byte, []int) { - return fileDescriptor_target_da9b4c7f9a4f7f6c, []int{4} + return fileDescriptor_target_6c51f433dca06861, []int{4} } func (m *OAuthToken) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OAuthToken.Unmarshal(m, b) @@ -796,7 +796,7 @@ func (m *OidcToken) Reset() { *m = OidcToken{} } func (m *OidcToken) String() string { return proto.CompactTextString(m) } func (*OidcToken) ProtoMessage() {} func (*OidcToken) Descriptor() ([]byte, []int) { - return fileDescriptor_target_da9b4c7f9a4f7f6c, []int{5} + return fileDescriptor_target_6c51f433dca06861, []int{5} } func (m *OidcToken) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OidcToken.Unmarshal(m, b) @@ -843,10 +843,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/tasks/v2beta3/target.proto", fileDescriptor_target_da9b4c7f9a4f7f6c) + proto.RegisterFile("google/cloud/tasks/v2beta3/target.proto", fileDescriptor_target_6c51f433dca06861) } -var fileDescriptor_target_da9b4c7f9a4f7f6c = []byte{ +var fileDescriptor_target_6c51f433dca06861 = []byte{ // 707 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xdf, 0x6f, 0xd3, 0x3a, 0x14, 0x5e, 0x96, 0xfe, 0x58, 0x4f, 0xa6, 0xab, 0xc8, 0x77, 0xf7, 0xde, 0xa8, 0xbb, 0x42, 0xa5, diff --git a/googleapis/cloud/tasks/v2beta3/task.pb.go b/googleapis/cloud/tasks/v2beta3/task.pb.go index 5abad5bc10..b153f61ec4 100644 --- a/googleapis/cloud/tasks/v2beta3/task.pb.go +++ b/googleapis/cloud/tasks/v2beta3/task.pb.go @@ -66,7 +66,7 @@ func (x Task_View) String() string { return proto.EnumName(Task_View_name, int32(x)) } func (Task_View) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_task_64d7b65e49877f4b, []int{0, 0} + return fileDescriptor_task_9659896bd52bfaac, []int{0, 0} } // A unit of scheduled work. @@ -166,7 +166,7 @@ func (m *Task) Reset() { *m = Task{} } func (m *Task) String() string { return proto.CompactTextString(m) } func (*Task) ProtoMessage() {} func (*Task) Descriptor() ([]byte, []int) { - return fileDescriptor_task_64d7b65e49877f4b, []int{0} + return fileDescriptor_task_9659896bd52bfaac, []int{0} } func (m *Task) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Task.Unmarshal(m, b) @@ -388,7 +388,7 @@ func (m *Attempt) Reset() { *m = Attempt{} } func (m *Attempt) String() string { return proto.CompactTextString(m) } func (*Attempt) ProtoMessage() {} func (*Attempt) Descriptor() ([]byte, []int) { - return fileDescriptor_task_64d7b65e49877f4b, []int{1} + return fileDescriptor_task_9659896bd52bfaac, []int{1} } func (m *Attempt) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Attempt.Unmarshal(m, b) @@ -443,10 +443,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/tasks/v2beta3/task.proto", fileDescriptor_task_64d7b65e49877f4b) + proto.RegisterFile("google/cloud/tasks/v2beta3/task.proto", fileDescriptor_task_9659896bd52bfaac) } -var fileDescriptor_task_64d7b65e49877f4b = []byte{ +var fileDescriptor_task_9659896bd52bfaac = []byte{ // 599 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x5f, 0x4f, 0xdb, 0x3c, 0x14, 0xc6, 0x09, 0xa4, 0x40, 0xdd, 0xc0, 0xdb, 0xd7, 0x42, 0x22, 0x54, 0x13, 0xab, 0x98, 0x10, diff --git a/googleapis/cloud/texttospeech/v1/cloud_tts.pb.go b/googleapis/cloud/texttospeech/v1/cloud_tts.pb.go index 1aa274a867..6674c81827 100644 --- a/googleapis/cloud/texttospeech/v1/cloud_tts.pb.go +++ b/googleapis/cloud/texttospeech/v1/cloud_tts.pb.go @@ -60,7 +60,7 @@ func (x SsmlVoiceGender) String() string { return proto.EnumName(SsmlVoiceGender_name, int32(x)) } func (SsmlVoiceGender) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_9a05dff30e0cafac, []int{0} + return fileDescriptor_cloud_tts_aab68875a18aec90, []int{0} } // Configuration to set up audio encoder. The encoding determines the output @@ -99,7 +99,7 @@ func (x AudioEncoding) String() string { return proto.EnumName(AudioEncoding_name, int32(x)) } func (AudioEncoding) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_9a05dff30e0cafac, []int{1} + return fileDescriptor_cloud_tts_aab68875a18aec90, []int{1} } // The top-level message sent by the client for the `ListVoices` method. @@ -122,7 +122,7 @@ func (m *ListVoicesRequest) Reset() { *m = ListVoicesRequest{} } func (m *ListVoicesRequest) String() string { return proto.CompactTextString(m) } func (*ListVoicesRequest) ProtoMessage() {} func (*ListVoicesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_9a05dff30e0cafac, []int{0} + return fileDescriptor_cloud_tts_aab68875a18aec90, []int{0} } func (m *ListVoicesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVoicesRequest.Unmarshal(m, b) @@ -162,7 +162,7 @@ func (m *ListVoicesResponse) Reset() { *m = ListVoicesResponse{} } func (m *ListVoicesResponse) String() string { return proto.CompactTextString(m) } func (*ListVoicesResponse) ProtoMessage() {} func (*ListVoicesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_9a05dff30e0cafac, []int{1} + return fileDescriptor_cloud_tts_aab68875a18aec90, []int{1} } func (m *ListVoicesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVoicesResponse.Unmarshal(m, b) @@ -210,7 +210,7 @@ func (m *Voice) Reset() { *m = Voice{} } func (m *Voice) String() string { return proto.CompactTextString(m) } func (*Voice) ProtoMessage() {} func (*Voice) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_9a05dff30e0cafac, []int{2} + return fileDescriptor_cloud_tts_aab68875a18aec90, []int{2} } func (m *Voice) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Voice.Unmarshal(m, b) @@ -275,7 +275,7 @@ func (m *SynthesizeSpeechRequest) Reset() { *m = SynthesizeSpeechRequest func (m *SynthesizeSpeechRequest) String() string { return proto.CompactTextString(m) } func (*SynthesizeSpeechRequest) ProtoMessage() {} func (*SynthesizeSpeechRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_9a05dff30e0cafac, []int{3} + return fileDescriptor_cloud_tts_aab68875a18aec90, []int{3} } func (m *SynthesizeSpeechRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SynthesizeSpeechRequest.Unmarshal(m, b) @@ -336,7 +336,7 @@ func (m *SynthesisInput) Reset() { *m = SynthesisInput{} } func (m *SynthesisInput) String() string { return proto.CompactTextString(m) } func (*SynthesisInput) ProtoMessage() {} func (*SynthesisInput) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_9a05dff30e0cafac, []int{4} + return fileDescriptor_cloud_tts_aab68875a18aec90, []int{4} } func (m *SynthesisInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SynthesisInput.Unmarshal(m, b) @@ -491,7 +491,7 @@ func (m *VoiceSelectionParams) Reset() { *m = VoiceSelectionParams{} } func (m *VoiceSelectionParams) String() string { return proto.CompactTextString(m) } func (*VoiceSelectionParams) ProtoMessage() {} func (*VoiceSelectionParams) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_9a05dff30e0cafac, []int{5} + return fileDescriptor_cloud_tts_aab68875a18aec90, []int{5} } func (m *VoiceSelectionParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VoiceSelectionParams.Unmarshal(m, b) @@ -579,7 +579,7 @@ func (m *AudioConfig) Reset() { *m = AudioConfig{} } func (m *AudioConfig) String() string { return proto.CompactTextString(m) } func (*AudioConfig) ProtoMessage() {} func (*AudioConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_9a05dff30e0cafac, []int{6} + return fileDescriptor_cloud_tts_aab68875a18aec90, []int{6} } func (m *AudioConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AudioConfig.Unmarshal(m, b) @@ -657,7 +657,7 @@ func (m *SynthesizeSpeechResponse) Reset() { *m = SynthesizeSpeechRespon func (m *SynthesizeSpeechResponse) String() string { return proto.CompactTextString(m) } func (*SynthesizeSpeechResponse) ProtoMessage() {} func (*SynthesizeSpeechResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_9a05dff30e0cafac, []int{7} + return fileDescriptor_cloud_tts_aab68875a18aec90, []int{7} } func (m *SynthesizeSpeechResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SynthesizeSpeechResponse.Unmarshal(m, b) @@ -809,10 +809,10 @@ var _TextToSpeech_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/texttospeech/v1/cloud_tts.proto", fileDescriptor_cloud_tts_9a05dff30e0cafac) + proto.RegisterFile("google/cloud/texttospeech/v1/cloud_tts.proto", fileDescriptor_cloud_tts_aab68875a18aec90) } -var fileDescriptor_cloud_tts_9a05dff30e0cafac = []byte{ +var fileDescriptor_cloud_tts_aab68875a18aec90 = []byte{ // 897 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x55, 0x41, 0x6f, 0x1b, 0x45, 0x14, 0xee, 0xd8, 0x71, 0xda, 0x3e, 0xaf, 0x5d, 0x67, 0x88, 0xc0, 0x44, 0xa5, 0x32, 0x1b, 0x90, diff --git a/googleapis/cloud/texttospeech/v1beta1/cloud_tts.pb.go b/googleapis/cloud/texttospeech/v1beta1/cloud_tts.pb.go index ba9e5ad1be..98d30dfd26 100644 --- a/googleapis/cloud/texttospeech/v1beta1/cloud_tts.pb.go +++ b/googleapis/cloud/texttospeech/v1beta1/cloud_tts.pb.go @@ -60,7 +60,7 @@ func (x SsmlVoiceGender) String() string { return proto.EnumName(SsmlVoiceGender_name, int32(x)) } func (SsmlVoiceGender) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_f6408bc1cd3f9111, []int{0} + return fileDescriptor_cloud_tts_3ab83d835c3b5bf2, []int{0} } // Configuration to set up audio encoder. The encoding determines the output @@ -99,7 +99,7 @@ func (x AudioEncoding) String() string { return proto.EnumName(AudioEncoding_name, int32(x)) } func (AudioEncoding) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_f6408bc1cd3f9111, []int{1} + return fileDescriptor_cloud_tts_3ab83d835c3b5bf2, []int{1} } // The top-level message sent by the client for the `ListVoices` method. @@ -122,7 +122,7 @@ func (m *ListVoicesRequest) Reset() { *m = ListVoicesRequest{} } func (m *ListVoicesRequest) String() string { return proto.CompactTextString(m) } func (*ListVoicesRequest) ProtoMessage() {} func (*ListVoicesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_f6408bc1cd3f9111, []int{0} + return fileDescriptor_cloud_tts_3ab83d835c3b5bf2, []int{0} } func (m *ListVoicesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVoicesRequest.Unmarshal(m, b) @@ -162,7 +162,7 @@ func (m *ListVoicesResponse) Reset() { *m = ListVoicesResponse{} } func (m *ListVoicesResponse) String() string { return proto.CompactTextString(m) } func (*ListVoicesResponse) ProtoMessage() {} func (*ListVoicesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_f6408bc1cd3f9111, []int{1} + return fileDescriptor_cloud_tts_3ab83d835c3b5bf2, []int{1} } func (m *ListVoicesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVoicesResponse.Unmarshal(m, b) @@ -210,7 +210,7 @@ func (m *Voice) Reset() { *m = Voice{} } func (m *Voice) String() string { return proto.CompactTextString(m) } func (*Voice) ProtoMessage() {} func (*Voice) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_f6408bc1cd3f9111, []int{2} + return fileDescriptor_cloud_tts_3ab83d835c3b5bf2, []int{2} } func (m *Voice) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Voice.Unmarshal(m, b) @@ -275,7 +275,7 @@ func (m *SynthesizeSpeechRequest) Reset() { *m = SynthesizeSpeechRequest func (m *SynthesizeSpeechRequest) String() string { return proto.CompactTextString(m) } func (*SynthesizeSpeechRequest) ProtoMessage() {} func (*SynthesizeSpeechRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_f6408bc1cd3f9111, []int{3} + return fileDescriptor_cloud_tts_3ab83d835c3b5bf2, []int{3} } func (m *SynthesizeSpeechRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SynthesizeSpeechRequest.Unmarshal(m, b) @@ -336,7 +336,7 @@ func (m *SynthesisInput) Reset() { *m = SynthesisInput{} } func (m *SynthesisInput) String() string { return proto.CompactTextString(m) } func (*SynthesisInput) ProtoMessage() {} func (*SynthesisInput) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_f6408bc1cd3f9111, []int{4} + return fileDescriptor_cloud_tts_3ab83d835c3b5bf2, []int{4} } func (m *SynthesisInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SynthesisInput.Unmarshal(m, b) @@ -491,7 +491,7 @@ func (m *VoiceSelectionParams) Reset() { *m = VoiceSelectionParams{} } func (m *VoiceSelectionParams) String() string { return proto.CompactTextString(m) } func (*VoiceSelectionParams) ProtoMessage() {} func (*VoiceSelectionParams) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_f6408bc1cd3f9111, []int{5} + return fileDescriptor_cloud_tts_3ab83d835c3b5bf2, []int{5} } func (m *VoiceSelectionParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VoiceSelectionParams.Unmarshal(m, b) @@ -574,7 +574,7 @@ func (m *AudioConfig) Reset() { *m = AudioConfig{} } func (m *AudioConfig) String() string { return proto.CompactTextString(m) } func (*AudioConfig) ProtoMessage() {} func (*AudioConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_f6408bc1cd3f9111, []int{6} + return fileDescriptor_cloud_tts_3ab83d835c3b5bf2, []int{6} } func (m *AudioConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AudioConfig.Unmarshal(m, b) @@ -652,7 +652,7 @@ func (m *SynthesizeSpeechResponse) Reset() { *m = SynthesizeSpeechRespon func (m *SynthesizeSpeechResponse) String() string { return proto.CompactTextString(m) } func (*SynthesizeSpeechResponse) ProtoMessage() {} func (*SynthesizeSpeechResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloud_tts_f6408bc1cd3f9111, []int{7} + return fileDescriptor_cloud_tts_3ab83d835c3b5bf2, []int{7} } func (m *SynthesizeSpeechResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SynthesizeSpeechResponse.Unmarshal(m, b) @@ -806,10 +806,10 @@ var _TextToSpeech_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/texttospeech/v1beta1/cloud_tts.proto", fileDescriptor_cloud_tts_f6408bc1cd3f9111) + proto.RegisterFile("google/cloud/texttospeech/v1beta1/cloud_tts.proto", fileDescriptor_cloud_tts_3ab83d835c3b5bf2) } -var fileDescriptor_cloud_tts_f6408bc1cd3f9111 = []byte{ +var fileDescriptor_cloud_tts_3ab83d835c3b5bf2 = []byte{ // 875 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x55, 0xdd, 0x6e, 0x1b, 0x45, 0x14, 0xee, 0xd8, 0x71, 0xda, 0x1e, 0xaf, 0x1d, 0x67, 0x14, 0x51, 0x13, 0x51, 0x94, 0x6e, 0xa8, diff --git a/googleapis/cloud/translate/v3beta1/translation_service.pb.go b/googleapis/cloud/translate/v3beta1/translation_service.pb.go index c6f81d016c..f23cb3aa04 100644 --- a/googleapis/cloud/translate/v3beta1/translation_service.pb.go +++ b/googleapis/cloud/translate/v3beta1/translation_service.pb.go @@ -69,7 +69,7 @@ func (x BatchTranslateMetadata_State) String() string { return proto.EnumName(BatchTranslateMetadata_State_name, int32(x)) } func (BatchTranslateMetadata_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{15, 0} + return fileDescriptor_translation_service_7ab926c836a43926, []int{15, 0} } // Enumerates the possible states that the creation request can be in. @@ -112,7 +112,7 @@ func (x CreateGlossaryMetadata_State) String() string { return proto.EnumName(CreateGlossaryMetadata_State_name, int32(x)) } func (CreateGlossaryMetadata_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{24, 0} + return fileDescriptor_translation_service_7ab926c836a43926, []int{24, 0} } // Enumerates the possible states that the creation request can be in. @@ -155,7 +155,7 @@ func (x DeleteGlossaryMetadata_State) String() string { return proto.EnumName(DeleteGlossaryMetadata_State_name, int32(x)) } func (DeleteGlossaryMetadata_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{25, 0} + return fileDescriptor_translation_service_7ab926c836a43926, []int{25, 0} } // Configures which glossary should be used for a specific target language, @@ -176,7 +176,7 @@ func (m *TranslateTextGlossaryConfig) Reset() { *m = TranslateTextGlossa func (m *TranslateTextGlossaryConfig) String() string { return proto.CompactTextString(m) } func (*TranslateTextGlossaryConfig) ProtoMessage() {} func (*TranslateTextGlossaryConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{0} + return fileDescriptor_translation_service_7ab926c836a43926, []int{0} } func (m *TranslateTextGlossaryConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TranslateTextGlossaryConfig.Unmarshal(m, b) @@ -262,7 +262,7 @@ func (m *TranslateTextRequest) Reset() { *m = TranslateTextRequest{} } func (m *TranslateTextRequest) String() string { return proto.CompactTextString(m) } func (*TranslateTextRequest) ProtoMessage() {} func (*TranslateTextRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{1} + return fileDescriptor_translation_service_7ab926c836a43926, []int{1} } func (m *TranslateTextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TranslateTextRequest.Unmarshal(m, b) @@ -349,7 +349,7 @@ func (m *TranslateTextResponse) Reset() { *m = TranslateTextResponse{} } func (m *TranslateTextResponse) String() string { return proto.CompactTextString(m) } func (*TranslateTextResponse) ProtoMessage() {} func (*TranslateTextResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{2} + return fileDescriptor_translation_service_7ab926c836a43926, []int{2} } func (m *TranslateTextResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TranslateTextResponse.Unmarshal(m, b) @@ -406,7 +406,7 @@ func (m *Translation) Reset() { *m = Translation{} } func (m *Translation) String() string { return proto.CompactTextString(m) } func (*Translation) ProtoMessage() {} func (*Translation) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{3} + return fileDescriptor_translation_service_7ab926c836a43926, []int{3} } func (m *Translation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Translation.Unmarshal(m, b) @@ -484,7 +484,7 @@ func (m *DetectLanguageRequest) Reset() { *m = DetectLanguageRequest{} } func (m *DetectLanguageRequest) String() string { return proto.CompactTextString(m) } func (*DetectLanguageRequest) ProtoMessage() {} func (*DetectLanguageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{4} + return fileDescriptor_translation_service_7ab926c836a43926, []int{4} } func (m *DetectLanguageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DetectLanguageRequest.Unmarshal(m, b) @@ -616,7 +616,7 @@ func (m *DetectedLanguage) Reset() { *m = DetectedLanguage{} } func (m *DetectedLanguage) String() string { return proto.CompactTextString(m) } func (*DetectedLanguage) ProtoMessage() {} func (*DetectedLanguage) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{5} + return fileDescriptor_translation_service_7ab926c836a43926, []int{5} } func (m *DetectedLanguage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DetectedLanguage.Unmarshal(m, b) @@ -664,7 +664,7 @@ func (m *DetectLanguageResponse) Reset() { *m = DetectLanguageResponse{} func (m *DetectLanguageResponse) String() string { return proto.CompactTextString(m) } func (*DetectLanguageResponse) ProtoMessage() {} func (*DetectLanguageResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{6} + return fileDescriptor_translation_service_7ab926c836a43926, []int{6} } func (m *DetectLanguageResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DetectLanguageResponse.Unmarshal(m, b) @@ -723,7 +723,7 @@ func (m *GetSupportedLanguagesRequest) Reset() { *m = GetSupportedLangua func (m *GetSupportedLanguagesRequest) String() string { return proto.CompactTextString(m) } func (*GetSupportedLanguagesRequest) ProtoMessage() {} func (*GetSupportedLanguagesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{7} + return fileDescriptor_translation_service_7ab926c836a43926, []int{7} } func (m *GetSupportedLanguagesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSupportedLanguagesRequest.Unmarshal(m, b) @@ -778,7 +778,7 @@ func (m *SupportedLanguages) Reset() { *m = SupportedLanguages{} } func (m *SupportedLanguages) String() string { return proto.CompactTextString(m) } func (*SupportedLanguages) ProtoMessage() {} func (*SupportedLanguages) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{8} + return fileDescriptor_translation_service_7ab926c836a43926, []int{8} } func (m *SupportedLanguages) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SupportedLanguages.Unmarshal(m, b) @@ -829,7 +829,7 @@ func (m *SupportedLanguage) Reset() { *m = SupportedLanguage{} } func (m *SupportedLanguage) String() string { return proto.CompactTextString(m) } func (*SupportedLanguage) ProtoMessage() {} func (*SupportedLanguage) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{9} + return fileDescriptor_translation_service_7ab926c836a43926, []int{9} } func (m *SupportedLanguage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SupportedLanguage.Unmarshal(m, b) @@ -890,7 +890,7 @@ func (m *GcsSource) Reset() { *m = GcsSource{} } func (m *GcsSource) String() string { return proto.CompactTextString(m) } func (*GcsSource) ProtoMessage() {} func (*GcsSource) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{10} + return fileDescriptor_translation_service_7ab926c836a43926, []int{10} } func (m *GcsSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsSource.Unmarshal(m, b) @@ -938,7 +938,7 @@ func (m *InputConfig) Reset() { *m = InputConfig{} } func (m *InputConfig) String() string { return proto.CompactTextString(m) } func (*InputConfig) ProtoMessage() {} func (*InputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{11} + return fileDescriptor_translation_service_7ab926c836a43926, []int{11} } func (m *InputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InputConfig.Unmarshal(m, b) @@ -1058,7 +1058,7 @@ func (m *GcsDestination) Reset() { *m = GcsDestination{} } func (m *GcsDestination) String() string { return proto.CompactTextString(m) } func (*GcsDestination) ProtoMessage() {} func (*GcsDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{12} + return fileDescriptor_translation_service_7ab926c836a43926, []int{12} } func (m *GcsDestination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsDestination.Unmarshal(m, b) @@ -1101,7 +1101,7 @@ func (m *OutputConfig) Reset() { *m = OutputConfig{} } func (m *OutputConfig) String() string { return proto.CompactTextString(m) } func (*OutputConfig) ProtoMessage() {} func (*OutputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{13} + return fileDescriptor_translation_service_7ab926c836a43926, []int{13} } func (m *OutputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OutputConfig.Unmarshal(m, b) @@ -1248,7 +1248,7 @@ func (m *BatchTranslateTextRequest) Reset() { *m = BatchTranslateTextReq func (m *BatchTranslateTextRequest) String() string { return proto.CompactTextString(m) } func (*BatchTranslateTextRequest) ProtoMessage() {} func (*BatchTranslateTextRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{14} + return fileDescriptor_translation_service_7ab926c836a43926, []int{14} } func (m *BatchTranslateTextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchTranslateTextRequest.Unmarshal(m, b) @@ -1341,7 +1341,7 @@ func (m *BatchTranslateMetadata) Reset() { *m = BatchTranslateMetadata{} func (m *BatchTranslateMetadata) String() string { return proto.CompactTextString(m) } func (*BatchTranslateMetadata) ProtoMessage() {} func (*BatchTranslateMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{15} + return fileDescriptor_translation_service_7ab926c836a43926, []int{15} } func (m *BatchTranslateMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchTranslateMetadata.Unmarshal(m, b) @@ -1419,7 +1419,7 @@ func (m *BatchTranslateResponse) Reset() { *m = BatchTranslateResponse{} func (m *BatchTranslateResponse) String() string { return proto.CompactTextString(m) } func (*BatchTranslateResponse) ProtoMessage() {} func (*BatchTranslateResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{16} + return fileDescriptor_translation_service_7ab926c836a43926, []int{16} } func (m *BatchTranslateResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchTranslateResponse.Unmarshal(m, b) @@ -1490,7 +1490,7 @@ func (m *GlossaryInputConfig) Reset() { *m = GlossaryInputConfig{} } func (m *GlossaryInputConfig) String() string { return proto.CompactTextString(m) } func (*GlossaryInputConfig) ProtoMessage() {} func (*GlossaryInputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{17} + return fileDescriptor_translation_service_7ab926c836a43926, []int{17} } func (m *GlossaryInputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GlossaryInputConfig.Unmarshal(m, b) @@ -1618,7 +1618,7 @@ func (m *Glossary) Reset() { *m = Glossary{} } func (m *Glossary) String() string { return proto.CompactTextString(m) } func (*Glossary) ProtoMessage() {} func (*Glossary) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{18} + return fileDescriptor_translation_service_7ab926c836a43926, []int{18} } func (m *Glossary) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Glossary.Unmarshal(m, b) @@ -1801,7 +1801,7 @@ func (m *Glossary_LanguageCodePair) Reset() { *m = Glossary_LanguageCode func (m *Glossary_LanguageCodePair) String() string { return proto.CompactTextString(m) } func (*Glossary_LanguageCodePair) ProtoMessage() {} func (*Glossary_LanguageCodePair) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{18, 0} + return fileDescriptor_translation_service_7ab926c836a43926, []int{18, 0} } func (m *Glossary_LanguageCodePair) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Glossary_LanguageCodePair.Unmarshal(m, b) @@ -1850,7 +1850,7 @@ func (m *Glossary_LanguageCodesSet) Reset() { *m = Glossary_LanguageCode func (m *Glossary_LanguageCodesSet) String() string { return proto.CompactTextString(m) } func (*Glossary_LanguageCodesSet) ProtoMessage() {} func (*Glossary_LanguageCodesSet) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{18, 1} + return fileDescriptor_translation_service_7ab926c836a43926, []int{18, 1} } func (m *Glossary_LanguageCodesSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Glossary_LanguageCodesSet.Unmarshal(m, b) @@ -1892,7 +1892,7 @@ func (m *CreateGlossaryRequest) Reset() { *m = CreateGlossaryRequest{} } func (m *CreateGlossaryRequest) String() string { return proto.CompactTextString(m) } func (*CreateGlossaryRequest) ProtoMessage() {} func (*CreateGlossaryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{19} + return fileDescriptor_translation_service_7ab926c836a43926, []int{19} } func (m *CreateGlossaryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateGlossaryRequest.Unmarshal(m, b) @@ -1939,7 +1939,7 @@ func (m *GetGlossaryRequest) Reset() { *m = GetGlossaryRequest{} } func (m *GetGlossaryRequest) String() string { return proto.CompactTextString(m) } func (*GetGlossaryRequest) ProtoMessage() {} func (*GetGlossaryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{20} + return fileDescriptor_translation_service_7ab926c836a43926, []int{20} } func (m *GetGlossaryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGlossaryRequest.Unmarshal(m, b) @@ -1979,7 +1979,7 @@ func (m *DeleteGlossaryRequest) Reset() { *m = DeleteGlossaryRequest{} } func (m *DeleteGlossaryRequest) String() string { return proto.CompactTextString(m) } func (*DeleteGlossaryRequest) ProtoMessage() {} func (*DeleteGlossaryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{21} + return fileDescriptor_translation_service_7ab926c836a43926, []int{21} } func (m *DeleteGlossaryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteGlossaryRequest.Unmarshal(m, b) @@ -2031,7 +2031,7 @@ func (m *ListGlossariesRequest) Reset() { *m = ListGlossariesRequest{} } func (m *ListGlossariesRequest) String() string { return proto.CompactTextString(m) } func (*ListGlossariesRequest) ProtoMessage() {} func (*ListGlossariesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{22} + return fileDescriptor_translation_service_7ab926c836a43926, []int{22} } func (m *ListGlossariesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListGlossariesRequest.Unmarshal(m, b) @@ -2096,7 +2096,7 @@ func (m *ListGlossariesResponse) Reset() { *m = ListGlossariesResponse{} func (m *ListGlossariesResponse) String() string { return proto.CompactTextString(m) } func (*ListGlossariesResponse) ProtoMessage() {} func (*ListGlossariesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{23} + return fileDescriptor_translation_service_7ab926c836a43926, []int{23} } func (m *ListGlossariesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListGlossariesResponse.Unmarshal(m, b) @@ -2148,7 +2148,7 @@ func (m *CreateGlossaryMetadata) Reset() { *m = CreateGlossaryMetadata{} func (m *CreateGlossaryMetadata) String() string { return proto.CompactTextString(m) } func (*CreateGlossaryMetadata) ProtoMessage() {} func (*CreateGlossaryMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{24} + return fileDescriptor_translation_service_7ab926c836a43926, []int{24} } func (m *CreateGlossaryMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateGlossaryMetadata.Unmarshal(m, b) @@ -2207,7 +2207,7 @@ func (m *DeleteGlossaryMetadata) Reset() { *m = DeleteGlossaryMetadata{} func (m *DeleteGlossaryMetadata) String() string { return proto.CompactTextString(m) } func (*DeleteGlossaryMetadata) ProtoMessage() {} func (*DeleteGlossaryMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{25} + return fileDescriptor_translation_service_7ab926c836a43926, []int{25} } func (m *DeleteGlossaryMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteGlossaryMetadata.Unmarshal(m, b) @@ -2267,7 +2267,7 @@ func (m *DeleteGlossaryResponse) Reset() { *m = DeleteGlossaryResponse{} func (m *DeleteGlossaryResponse) String() string { return proto.CompactTextString(m) } func (*DeleteGlossaryResponse) ProtoMessage() {} func (*DeleteGlossaryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_translation_service_1ddc8fb980be5f8d, []int{26} + return fileDescriptor_translation_service_7ab926c836a43926, []int{26} } func (m *DeleteGlossaryResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteGlossaryResponse.Unmarshal(m, b) @@ -2687,10 +2687,10 @@ var _TranslationService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/translate/v3beta1/translation_service.proto", fileDescriptor_translation_service_1ddc8fb980be5f8d) + proto.RegisterFile("google/cloud/translate/v3beta1/translation_service.proto", fileDescriptor_translation_service_7ab926c836a43926) } -var fileDescriptor_translation_service_1ddc8fb980be5f8d = []byte{ +var fileDescriptor_translation_service_7ab926c836a43926 = []byte{ // 1986 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x59, 0xcf, 0x73, 0x23, 0x47, 0xf5, 0xf7, 0x48, 0x96, 0x2d, 0x3d, 0x59, 0xb2, 0xb6, 0xd7, 0xf2, 0x57, 0x5f, 0x6d, 0x7e, 0x38, diff --git a/googleapis/cloud/videointelligence/v1/video_intelligence.pb.go b/googleapis/cloud/videointelligence/v1/video_intelligence.pb.go index 04d8f33bd6..117b208ed8 100644 --- a/googleapis/cloud/videointelligence/v1/video_intelligence.pb.go +++ b/googleapis/cloud/videointelligence/v1/video_intelligence.pb.go @@ -75,7 +75,7 @@ func (x Feature) String() string { return proto.EnumName(Feature_name, int32(x)) } func (Feature) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{0} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{0} } // Label detection mode. @@ -109,7 +109,7 @@ func (x LabelDetectionMode) String() string { return proto.EnumName(LabelDetectionMode_name, int32(x)) } func (LabelDetectionMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{1} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{1} } // Bucketized representation of likelihood. @@ -151,7 +151,7 @@ func (x Likelihood) String() string { return proto.EnumName(Likelihood_name, int32(x)) } func (Likelihood) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{2} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{2} } // Video annotation request. @@ -195,7 +195,7 @@ func (m *AnnotateVideoRequest) Reset() { *m = AnnotateVideoRequest{} } func (m *AnnotateVideoRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoRequest) ProtoMessage() {} func (*AnnotateVideoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{0} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{0} } func (m *AnnotateVideoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoRequest.Unmarshal(m, b) @@ -284,7 +284,7 @@ func (m *VideoContext) Reset() { *m = VideoContext{} } func (m *VideoContext) String() string { return proto.CompactTextString(m) } func (*VideoContext) ProtoMessage() {} func (*VideoContext) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{1} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{1} } func (m *VideoContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoContext.Unmarshal(m, b) @@ -376,7 +376,7 @@ func (m *LabelDetectionConfig) Reset() { *m = LabelDetectionConfig{} } func (m *LabelDetectionConfig) String() string { return proto.CompactTextString(m) } func (*LabelDetectionConfig) ProtoMessage() {} func (*LabelDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{2} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{2} } func (m *LabelDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelDetectionConfig.Unmarshal(m, b) @@ -432,7 +432,7 @@ func (m *ShotChangeDetectionConfig) Reset() { *m = ShotChangeDetectionCo func (m *ShotChangeDetectionConfig) String() string { return proto.CompactTextString(m) } func (*ShotChangeDetectionConfig) ProtoMessage() {} func (*ShotChangeDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{3} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{3} } func (m *ShotChangeDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ShotChangeDetectionConfig.Unmarshal(m, b) @@ -474,7 +474,7 @@ func (m *ExplicitContentDetectionConfig) Reset() { *m = ExplicitContentD func (m *ExplicitContentDetectionConfig) String() string { return proto.CompactTextString(m) } func (*ExplicitContentDetectionConfig) ProtoMessage() {} func (*ExplicitContentDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{4} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{4} } func (m *ExplicitContentDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExplicitContentDetectionConfig.Unmarshal(m, b) @@ -518,7 +518,7 @@ func (m *FaceDetectionConfig) Reset() { *m = FaceDetectionConfig{} } func (m *FaceDetectionConfig) String() string { return proto.CompactTextString(m) } func (*FaceDetectionConfig) ProtoMessage() {} func (*FaceDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{5} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{5} } func (m *FaceDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceDetectionConfig.Unmarshal(m, b) @@ -569,7 +569,7 @@ func (m *TextDetectionConfig) Reset() { *m = TextDetectionConfig{} } func (m *TextDetectionConfig) String() string { return proto.CompactTextString(m) } func (*TextDetectionConfig) ProtoMessage() {} func (*TextDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{6} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{6} } func (m *TextDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextDetectionConfig.Unmarshal(m, b) @@ -613,7 +613,7 @@ func (m *VideoSegment) Reset() { *m = VideoSegment{} } func (m *VideoSegment) String() string { return proto.CompactTextString(m) } func (*VideoSegment) ProtoMessage() {} func (*VideoSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{7} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{7} } func (m *VideoSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoSegment.Unmarshal(m, b) @@ -662,7 +662,7 @@ func (m *LabelSegment) Reset() { *m = LabelSegment{} } func (m *LabelSegment) String() string { return proto.CompactTextString(m) } func (*LabelSegment) ProtoMessage() {} func (*LabelSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{8} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{8} } func (m *LabelSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelSegment.Unmarshal(m, b) @@ -712,7 +712,7 @@ func (m *LabelFrame) Reset() { *m = LabelFrame{} } func (m *LabelFrame) String() string { return proto.CompactTextString(m) } func (*LabelFrame) ProtoMessage() {} func (*LabelFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{9} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{9} } func (m *LabelFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelFrame.Unmarshal(m, b) @@ -765,7 +765,7 @@ func (m *Entity) Reset() { *m = Entity{} } func (m *Entity) String() string { return proto.CompactTextString(m) } func (*Entity) ProtoMessage() {} func (*Entity) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{10} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{10} } func (m *Entity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Entity.Unmarshal(m, b) @@ -828,7 +828,7 @@ func (m *LabelAnnotation) Reset() { *m = LabelAnnotation{} } func (m *LabelAnnotation) String() string { return proto.CompactTextString(m) } func (*LabelAnnotation) ProtoMessage() {} func (*LabelAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{11} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{11} } func (m *LabelAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelAnnotation.Unmarshal(m, b) @@ -892,7 +892,7 @@ func (m *ExplicitContentFrame) Reset() { *m = ExplicitContentFrame{} } func (m *ExplicitContentFrame) String() string { return proto.CompactTextString(m) } func (*ExplicitContentFrame) ProtoMessage() {} func (*ExplicitContentFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{12} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{12} } func (m *ExplicitContentFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExplicitContentFrame.Unmarshal(m, b) @@ -941,7 +941,7 @@ func (m *ExplicitContentAnnotation) Reset() { *m = ExplicitContentAnnota func (m *ExplicitContentAnnotation) String() string { return proto.CompactTextString(m) } func (*ExplicitContentAnnotation) ProtoMessage() {} func (*ExplicitContentAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{13} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{13} } func (m *ExplicitContentAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExplicitContentAnnotation.Unmarshal(m, b) @@ -989,7 +989,7 @@ func (m *NormalizedBoundingBox) Reset() { *m = NormalizedBoundingBox{} } func (m *NormalizedBoundingBox) String() string { return proto.CompactTextString(m) } func (*NormalizedBoundingBox) ProtoMessage() {} func (*NormalizedBoundingBox) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{14} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{14} } func (m *NormalizedBoundingBox) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedBoundingBox.Unmarshal(m, b) @@ -1050,7 +1050,7 @@ func (m *FaceSegment) Reset() { *m = FaceSegment{} } func (m *FaceSegment) String() string { return proto.CompactTextString(m) } func (*FaceSegment) ProtoMessage() {} func (*FaceSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{15} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{15} } func (m *FaceSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceSegment.Unmarshal(m, b) @@ -1095,7 +1095,7 @@ func (m *FaceFrame) Reset() { *m = FaceFrame{} } func (m *FaceFrame) String() string { return proto.CompactTextString(m) } func (*FaceFrame) ProtoMessage() {} func (*FaceFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{16} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{16} } func (m *FaceFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceFrame.Unmarshal(m, b) @@ -1146,7 +1146,7 @@ func (m *FaceAnnotation) Reset() { *m = FaceAnnotation{} } func (m *FaceAnnotation) String() string { return proto.CompactTextString(m) } func (*FaceAnnotation) ProtoMessage() {} func (*FaceAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{17} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{17} } func (m *FaceAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceAnnotation.Unmarshal(m, b) @@ -1227,7 +1227,7 @@ func (m *VideoAnnotationResults) Reset() { *m = VideoAnnotationResults{} func (m *VideoAnnotationResults) String() string { return proto.CompactTextString(m) } func (*VideoAnnotationResults) ProtoMessage() {} func (*VideoAnnotationResults) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{18} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{18} } func (m *VideoAnnotationResults) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoAnnotationResults.Unmarshal(m, b) @@ -1339,7 +1339,7 @@ func (m *AnnotateVideoResponse) Reset() { *m = AnnotateVideoResponse{} } func (m *AnnotateVideoResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoResponse) ProtoMessage() {} func (*AnnotateVideoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{19} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{19} } func (m *AnnotateVideoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoResponse.Unmarshal(m, b) @@ -1387,7 +1387,7 @@ func (m *VideoAnnotationProgress) Reset() { *m = VideoAnnotationProgress func (m *VideoAnnotationProgress) String() string { return proto.CompactTextString(m) } func (*VideoAnnotationProgress) ProtoMessage() {} func (*VideoAnnotationProgress) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{20} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{20} } func (m *VideoAnnotationProgress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoAnnotationProgress.Unmarshal(m, b) @@ -1450,7 +1450,7 @@ func (m *AnnotateVideoProgress) Reset() { *m = AnnotateVideoProgress{} } func (m *AnnotateVideoProgress) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoProgress) ProtoMessage() {} func (*AnnotateVideoProgress) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{21} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{21} } func (m *AnnotateVideoProgress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoProgress.Unmarshal(m, b) @@ -1534,7 +1534,7 @@ func (m *SpeechTranscriptionConfig) Reset() { *m = SpeechTranscriptionCo func (m *SpeechTranscriptionConfig) String() string { return proto.CompactTextString(m) } func (*SpeechTranscriptionConfig) ProtoMessage() {} func (*SpeechTranscriptionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{22} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{22} } func (m *SpeechTranscriptionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpeechTranscriptionConfig.Unmarshal(m, b) @@ -1636,7 +1636,7 @@ func (m *SpeechContext) Reset() { *m = SpeechContext{} } func (m *SpeechContext) String() string { return proto.CompactTextString(m) } func (*SpeechContext) ProtoMessage() {} func (*SpeechContext) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{23} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{23} } func (m *SpeechContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpeechContext.Unmarshal(m, b) @@ -1684,7 +1684,7 @@ func (m *SpeechTranscription) Reset() { *m = SpeechTranscription{} } func (m *SpeechTranscription) String() string { return proto.CompactTextString(m) } func (*SpeechTranscription) ProtoMessage() {} func (*SpeechTranscription) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{24} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{24} } func (m *SpeechTranscription) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpeechTranscription.Unmarshal(m, b) @@ -1740,7 +1740,7 @@ func (m *SpeechRecognitionAlternative) Reset() { *m = SpeechRecognitionA func (m *SpeechRecognitionAlternative) String() string { return proto.CompactTextString(m) } func (*SpeechRecognitionAlternative) ProtoMessage() {} func (*SpeechRecognitionAlternative) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{25} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{25} } func (m *SpeechRecognitionAlternative) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpeechRecognitionAlternative.Unmarshal(m, b) @@ -1818,7 +1818,7 @@ func (m *WordInfo) Reset() { *m = WordInfo{} } func (m *WordInfo) String() string { return proto.CompactTextString(m) } func (*WordInfo) ProtoMessage() {} func (*WordInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{26} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{26} } func (m *WordInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WordInfo.Unmarshal(m, b) @@ -1890,7 +1890,7 @@ func (m *NormalizedVertex) Reset() { *m = NormalizedVertex{} } func (m *NormalizedVertex) String() string { return proto.CompactTextString(m) } func (*NormalizedVertex) ProtoMessage() {} func (*NormalizedVertex) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{27} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{27} } func (m *NormalizedVertex) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedVertex.Unmarshal(m, b) @@ -1953,7 +1953,7 @@ func (m *NormalizedBoundingPoly) Reset() { *m = NormalizedBoundingPoly{} func (m *NormalizedBoundingPoly) String() string { return proto.CompactTextString(m) } func (*NormalizedBoundingPoly) ProtoMessage() {} func (*NormalizedBoundingPoly) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{28} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{28} } func (m *NormalizedBoundingPoly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedBoundingPoly.Unmarshal(m, b) @@ -1998,7 +1998,7 @@ func (m *TextSegment) Reset() { *m = TextSegment{} } func (m *TextSegment) String() string { return proto.CompactTextString(m) } func (*TextSegment) ProtoMessage() {} func (*TextSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{29} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{29} } func (m *TextSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextSegment.Unmarshal(m, b) @@ -2056,7 +2056,7 @@ func (m *TextFrame) Reset() { *m = TextFrame{} } func (m *TextFrame) String() string { return proto.CompactTextString(m) } func (*TextFrame) ProtoMessage() {} func (*TextFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{30} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{30} } func (m *TextFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextFrame.Unmarshal(m, b) @@ -2107,7 +2107,7 @@ func (m *TextAnnotation) Reset() { *m = TextAnnotation{} } func (m *TextAnnotation) String() string { return proto.CompactTextString(m) } func (*TextAnnotation) ProtoMessage() {} func (*TextAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{31} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{31} } func (m *TextAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation.Unmarshal(m, b) @@ -2157,7 +2157,7 @@ func (m *ObjectTrackingFrame) Reset() { *m = ObjectTrackingFrame{} } func (m *ObjectTrackingFrame) String() string { return proto.CompactTextString(m) } func (*ObjectTrackingFrame) ProtoMessage() {} func (*ObjectTrackingFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{32} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{32} } func (m *ObjectTrackingFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ObjectTrackingFrame.Unmarshal(m, b) @@ -2218,7 +2218,7 @@ func (m *ObjectTrackingAnnotation) Reset() { *m = ObjectTrackingAnnotati func (m *ObjectTrackingAnnotation) String() string { return proto.CompactTextString(m) } func (*ObjectTrackingAnnotation) ProtoMessage() {} func (*ObjectTrackingAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_d20a6d7e04a3f86b, []int{33} + return fileDescriptor_video_intelligence_c8b048fd49d4d016, []int{33} } func (m *ObjectTrackingAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ObjectTrackingAnnotation.Unmarshal(m, b) @@ -2486,10 +2486,10 @@ var _VideoIntelligenceService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/videointelligence/v1/video_intelligence.proto", fileDescriptor_video_intelligence_d20a6d7e04a3f86b) + proto.RegisterFile("google/cloud/videointelligence/v1/video_intelligence.proto", fileDescriptor_video_intelligence_c8b048fd49d4d016) } -var fileDescriptor_video_intelligence_d20a6d7e04a3f86b = []byte{ +var fileDescriptor_video_intelligence_c8b048fd49d4d016 = []byte{ // 2462 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x59, 0xcb, 0x6f, 0x1b, 0xc9, 0xd1, 0xdf, 0x21, 0x45, 0x89, 0x2c, 0x52, 0x12, 0xdd, 0x7a, 0x51, 0xb2, 0x2d, 0xcb, 0xb3, 0xdf, diff --git a/googleapis/cloud/videointelligence/v1beta1/video_intelligence.pb.go b/googleapis/cloud/videointelligence/v1beta1/video_intelligence.pb.go index 8d158f327c..cb2a0a311e 100644 --- a/googleapis/cloud/videointelligence/v1beta1/video_intelligence.pb.go +++ b/googleapis/cloud/videointelligence/v1beta1/video_intelligence.pb.go @@ -62,7 +62,7 @@ func (x Feature) String() string { return proto.EnumName(Feature_name, int32(x)) } func (Feature) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{0} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{0} } // Label level (scope). @@ -101,7 +101,7 @@ func (x LabelLevel) String() string { return proto.EnumName(LabelLevel_name, int32(x)) } func (LabelLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{1} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{1} } // Label detection mode. @@ -135,7 +135,7 @@ func (x LabelDetectionMode) String() string { return proto.EnumName(LabelDetectionMode_name, int32(x)) } func (LabelDetectionMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{2} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{2} } // Bucketized representation of likelihood. @@ -177,7 +177,7 @@ func (x Likelihood) String() string { return proto.EnumName(Likelihood_name, int32(x)) } func (Likelihood) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{3} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{3} } // Video annotation request. @@ -220,7 +220,7 @@ func (m *AnnotateVideoRequest) Reset() { *m = AnnotateVideoRequest{} } func (m *AnnotateVideoRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoRequest) ProtoMessage() {} func (*AnnotateVideoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{0} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{0} } func (m *AnnotateVideoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoRequest.Unmarshal(m, b) @@ -316,7 +316,7 @@ func (m *VideoContext) Reset() { *m = VideoContext{} } func (m *VideoContext) String() string { return proto.CompactTextString(m) } func (*VideoContext) ProtoMessage() {} func (*VideoContext) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{1} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{1} } func (m *VideoContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoContext.Unmarshal(m, b) @@ -400,7 +400,7 @@ func (m *VideoSegment) Reset() { *m = VideoSegment{} } func (m *VideoSegment) String() string { return proto.CompactTextString(m) } func (*VideoSegment) ProtoMessage() {} func (*VideoSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{2} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{2} } func (m *VideoSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoSegment.Unmarshal(m, b) @@ -454,7 +454,7 @@ func (m *LabelLocation) Reset() { *m = LabelLocation{} } func (m *LabelLocation) String() string { return proto.CompactTextString(m) } func (*LabelLocation) ProtoMessage() {} func (*LabelLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{3} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{3} } func (m *LabelLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelLocation.Unmarshal(m, b) @@ -512,7 +512,7 @@ func (m *LabelAnnotation) Reset() { *m = LabelAnnotation{} } func (m *LabelAnnotation) String() string { return proto.CompactTextString(m) } func (*LabelAnnotation) ProtoMessage() {} func (*LabelAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{4} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{4} } func (m *LabelAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelAnnotation.Unmarshal(m, b) @@ -581,7 +581,7 @@ func (m *SafeSearchAnnotation) Reset() { *m = SafeSearchAnnotation{} } func (m *SafeSearchAnnotation) String() string { return proto.CompactTextString(m) } func (*SafeSearchAnnotation) ProtoMessage() {} func (*SafeSearchAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{5} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{5} } func (m *SafeSearchAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SafeSearchAnnotation.Unmarshal(m, b) @@ -662,7 +662,7 @@ func (m *BoundingBox) Reset() { *m = BoundingBox{} } func (m *BoundingBox) String() string { return proto.CompactTextString(m) } func (*BoundingBox) ProtoMessage() {} func (*BoundingBox) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{6} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{6} } func (m *BoundingBox) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BoundingBox.Unmarshal(m, b) @@ -725,7 +725,7 @@ func (m *FaceLocation) Reset() { *m = FaceLocation{} } func (m *FaceLocation) String() string { return proto.CompactTextString(m) } func (*FaceLocation) ProtoMessage() {} func (*FaceLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{7} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{7} } func (m *FaceLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceLocation.Unmarshal(m, b) @@ -778,7 +778,7 @@ func (m *FaceAnnotation) Reset() { *m = FaceAnnotation{} } func (m *FaceAnnotation) String() string { return proto.CompactTextString(m) } func (*FaceAnnotation) ProtoMessage() {} func (*FaceAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{8} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{8} } func (m *FaceAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceAnnotation.Unmarshal(m, b) @@ -844,7 +844,7 @@ func (m *VideoAnnotationResults) Reset() { *m = VideoAnnotationResults{} func (m *VideoAnnotationResults) String() string { return proto.CompactTextString(m) } func (*VideoAnnotationResults) ProtoMessage() {} func (*VideoAnnotationResults) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{9} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{9} } func (m *VideoAnnotationResults) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoAnnotationResults.Unmarshal(m, b) @@ -921,7 +921,7 @@ func (m *AnnotateVideoResponse) Reset() { *m = AnnotateVideoResponse{} } func (m *AnnotateVideoResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoResponse) ProtoMessage() {} func (*AnnotateVideoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{10} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{10} } func (m *AnnotateVideoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoResponse.Unmarshal(m, b) @@ -969,7 +969,7 @@ func (m *VideoAnnotationProgress) Reset() { *m = VideoAnnotationProgress func (m *VideoAnnotationProgress) String() string { return proto.CompactTextString(m) } func (*VideoAnnotationProgress) ProtoMessage() {} func (*VideoAnnotationProgress) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{11} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{11} } func (m *VideoAnnotationProgress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoAnnotationProgress.Unmarshal(m, b) @@ -1032,7 +1032,7 @@ func (m *AnnotateVideoProgress) Reset() { *m = AnnotateVideoProgress{} } func (m *AnnotateVideoProgress) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoProgress) ProtoMessage() {} func (*AnnotateVideoProgress) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_bd04cdd246f23c0e, []int{12} + return fileDescriptor_video_intelligence_3999319c2d69fb16, []int{12} } func (m *AnnotateVideoProgress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoProgress.Unmarshal(m, b) @@ -1160,10 +1160,10 @@ var _VideoIntelligenceService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/videointelligence/v1beta1/video_intelligence.proto", fileDescriptor_video_intelligence_bd04cdd246f23c0e) + proto.RegisterFile("google/cloud/videointelligence/v1beta1/video_intelligence.proto", fileDescriptor_video_intelligence_3999319c2d69fb16) } -var fileDescriptor_video_intelligence_bd04cdd246f23c0e = []byte{ +var fileDescriptor_video_intelligence_3999319c2d69fb16 = []byte{ // 1520 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x58, 0xcb, 0x6f, 0x1b, 0xd5, 0x1a, 0xef, 0xf8, 0x91, 0xc4, 0x9f, 0x93, 0xd8, 0x39, 0x49, 0x1a, 0xdf, 0xb4, 0xb9, 0x8d, 0xdc, diff --git a/googleapis/cloud/videointelligence/v1beta2/video_intelligence.pb.go b/googleapis/cloud/videointelligence/v1beta2/video_intelligence.pb.go index f10f2cf8c9..cf262513e1 100644 --- a/googleapis/cloud/videointelligence/v1beta2/video_intelligence.pb.go +++ b/googleapis/cloud/videointelligence/v1beta2/video_intelligence.pb.go @@ -63,7 +63,7 @@ func (x Feature) String() string { return proto.EnumName(Feature_name, int32(x)) } func (Feature) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{0} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{0} } // Label detection mode. @@ -97,7 +97,7 @@ func (x LabelDetectionMode) String() string { return proto.EnumName(LabelDetectionMode_name, int32(x)) } func (LabelDetectionMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{1} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{1} } // Bucketized representation of likelihood. @@ -139,7 +139,7 @@ func (x Likelihood) String() string { return proto.EnumName(Likelihood_name, int32(x)) } func (Likelihood) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{2} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{2} } // Video annotation request. @@ -183,7 +183,7 @@ func (m *AnnotateVideoRequest) Reset() { *m = AnnotateVideoRequest{} } func (m *AnnotateVideoRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoRequest) ProtoMessage() {} func (*AnnotateVideoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{0} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{0} } func (m *AnnotateVideoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoRequest.Unmarshal(m, b) @@ -268,7 +268,7 @@ func (m *VideoContext) Reset() { *m = VideoContext{} } func (m *VideoContext) String() string { return proto.CompactTextString(m) } func (*VideoContext) ProtoMessage() {} func (*VideoContext) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{1} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{1} } func (m *VideoContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoContext.Unmarshal(m, b) @@ -346,7 +346,7 @@ func (m *LabelDetectionConfig) Reset() { *m = LabelDetectionConfig{} } func (m *LabelDetectionConfig) String() string { return proto.CompactTextString(m) } func (*LabelDetectionConfig) ProtoMessage() {} func (*LabelDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{2} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{2} } func (m *LabelDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelDetectionConfig.Unmarshal(m, b) @@ -402,7 +402,7 @@ func (m *ShotChangeDetectionConfig) Reset() { *m = ShotChangeDetectionCo func (m *ShotChangeDetectionConfig) String() string { return proto.CompactTextString(m) } func (*ShotChangeDetectionConfig) ProtoMessage() {} func (*ShotChangeDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{3} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{3} } func (m *ShotChangeDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ShotChangeDetectionConfig.Unmarshal(m, b) @@ -444,7 +444,7 @@ func (m *ExplicitContentDetectionConfig) Reset() { *m = ExplicitContentD func (m *ExplicitContentDetectionConfig) String() string { return proto.CompactTextString(m) } func (*ExplicitContentDetectionConfig) ProtoMessage() {} func (*ExplicitContentDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{4} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{4} } func (m *ExplicitContentDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExplicitContentDetectionConfig.Unmarshal(m, b) @@ -488,7 +488,7 @@ func (m *FaceDetectionConfig) Reset() { *m = FaceDetectionConfig{} } func (m *FaceDetectionConfig) String() string { return proto.CompactTextString(m) } func (*FaceDetectionConfig) ProtoMessage() {} func (*FaceDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{5} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{5} } func (m *FaceDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceDetectionConfig.Unmarshal(m, b) @@ -539,7 +539,7 @@ func (m *VideoSegment) Reset() { *m = VideoSegment{} } func (m *VideoSegment) String() string { return proto.CompactTextString(m) } func (*VideoSegment) ProtoMessage() {} func (*VideoSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{6} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{6} } func (m *VideoSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoSegment.Unmarshal(m, b) @@ -588,7 +588,7 @@ func (m *LabelSegment) Reset() { *m = LabelSegment{} } func (m *LabelSegment) String() string { return proto.CompactTextString(m) } func (*LabelSegment) ProtoMessage() {} func (*LabelSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{7} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{7} } func (m *LabelSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelSegment.Unmarshal(m, b) @@ -638,7 +638,7 @@ func (m *LabelFrame) Reset() { *m = LabelFrame{} } func (m *LabelFrame) String() string { return proto.CompactTextString(m) } func (*LabelFrame) ProtoMessage() {} func (*LabelFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{8} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{8} } func (m *LabelFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelFrame.Unmarshal(m, b) @@ -691,7 +691,7 @@ func (m *Entity) Reset() { *m = Entity{} } func (m *Entity) String() string { return proto.CompactTextString(m) } func (*Entity) ProtoMessage() {} func (*Entity) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{9} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{9} } func (m *Entity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Entity.Unmarshal(m, b) @@ -754,7 +754,7 @@ func (m *LabelAnnotation) Reset() { *m = LabelAnnotation{} } func (m *LabelAnnotation) String() string { return proto.CompactTextString(m) } func (*LabelAnnotation) ProtoMessage() {} func (*LabelAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{10} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{10} } func (m *LabelAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelAnnotation.Unmarshal(m, b) @@ -818,7 +818,7 @@ func (m *ExplicitContentFrame) Reset() { *m = ExplicitContentFrame{} } func (m *ExplicitContentFrame) String() string { return proto.CompactTextString(m) } func (*ExplicitContentFrame) ProtoMessage() {} func (*ExplicitContentFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{11} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{11} } func (m *ExplicitContentFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExplicitContentFrame.Unmarshal(m, b) @@ -867,7 +867,7 @@ func (m *ExplicitContentAnnotation) Reset() { *m = ExplicitContentAnnota func (m *ExplicitContentAnnotation) String() string { return proto.CompactTextString(m) } func (*ExplicitContentAnnotation) ProtoMessage() {} func (*ExplicitContentAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{12} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{12} } func (m *ExplicitContentAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExplicitContentAnnotation.Unmarshal(m, b) @@ -915,7 +915,7 @@ func (m *NormalizedBoundingBox) Reset() { *m = NormalizedBoundingBox{} } func (m *NormalizedBoundingBox) String() string { return proto.CompactTextString(m) } func (*NormalizedBoundingBox) ProtoMessage() {} func (*NormalizedBoundingBox) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{13} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{13} } func (m *NormalizedBoundingBox) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedBoundingBox.Unmarshal(m, b) @@ -976,7 +976,7 @@ func (m *FaceSegment) Reset() { *m = FaceSegment{} } func (m *FaceSegment) String() string { return proto.CompactTextString(m) } func (*FaceSegment) ProtoMessage() {} func (*FaceSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{14} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{14} } func (m *FaceSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceSegment.Unmarshal(m, b) @@ -1021,7 +1021,7 @@ func (m *FaceFrame) Reset() { *m = FaceFrame{} } func (m *FaceFrame) String() string { return proto.CompactTextString(m) } func (*FaceFrame) ProtoMessage() {} func (*FaceFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{15} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{15} } func (m *FaceFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceFrame.Unmarshal(m, b) @@ -1072,7 +1072,7 @@ func (m *FaceAnnotation) Reset() { *m = FaceAnnotation{} } func (m *FaceAnnotation) String() string { return proto.CompactTextString(m) } func (*FaceAnnotation) ProtoMessage() {} func (*FaceAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{16} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{16} } func (m *FaceAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceAnnotation.Unmarshal(m, b) @@ -1145,7 +1145,7 @@ func (m *VideoAnnotationResults) Reset() { *m = VideoAnnotationResults{} func (m *VideoAnnotationResults) String() string { return proto.CompactTextString(m) } func (*VideoAnnotationResults) ProtoMessage() {} func (*VideoAnnotationResults) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{17} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{17} } func (m *VideoAnnotationResults) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoAnnotationResults.Unmarshal(m, b) @@ -1236,7 +1236,7 @@ func (m *AnnotateVideoResponse) Reset() { *m = AnnotateVideoResponse{} } func (m *AnnotateVideoResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoResponse) ProtoMessage() {} func (*AnnotateVideoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{18} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{18} } func (m *AnnotateVideoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoResponse.Unmarshal(m, b) @@ -1284,7 +1284,7 @@ func (m *VideoAnnotationProgress) Reset() { *m = VideoAnnotationProgress func (m *VideoAnnotationProgress) String() string { return proto.CompactTextString(m) } func (*VideoAnnotationProgress) ProtoMessage() {} func (*VideoAnnotationProgress) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{19} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{19} } func (m *VideoAnnotationProgress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoAnnotationProgress.Unmarshal(m, b) @@ -1347,7 +1347,7 @@ func (m *AnnotateVideoProgress) Reset() { *m = AnnotateVideoProgress{} } func (m *AnnotateVideoProgress) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoProgress) ProtoMessage() {} func (*AnnotateVideoProgress) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_948f6bc85c1349e7, []int{20} + return fileDescriptor_video_intelligence_4625d60d88ccf591, []int{20} } func (m *AnnotateVideoProgress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoProgress.Unmarshal(m, b) @@ -1482,10 +1482,10 @@ var _VideoIntelligenceService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/videointelligence/v1beta2/video_intelligence.proto", fileDescriptor_video_intelligence_948f6bc85c1349e7) + proto.RegisterFile("google/cloud/videointelligence/v1beta2/video_intelligence.proto", fileDescriptor_video_intelligence_4625d60d88ccf591) } -var fileDescriptor_video_intelligence_948f6bc85c1349e7 = []byte{ +var fileDescriptor_video_intelligence_4625d60d88ccf591 = []byte{ // 1718 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x4f, 0x6f, 0xdb, 0xc8, 0x15, 0x2f, 0x25, 0xd9, 0xb1, 0x9e, 0xff, 0x48, 0x19, 0xcb, 0xb6, 0xec, 0x26, 0x5e, 0x97, 0x29, diff --git a/googleapis/cloud/videointelligence/v1p1beta1/video_intelligence.pb.go b/googleapis/cloud/videointelligence/v1p1beta1/video_intelligence.pb.go index 44bf934bd0..afbae073c3 100644 --- a/googleapis/cloud/videointelligence/v1p1beta1/video_intelligence.pb.go +++ b/googleapis/cloud/videointelligence/v1p1beta1/video_intelligence.pb.go @@ -63,7 +63,7 @@ func (x Feature) String() string { return proto.EnumName(Feature_name, int32(x)) } func (Feature) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{0} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{0} } // Label detection mode. @@ -97,7 +97,7 @@ func (x LabelDetectionMode) String() string { return proto.EnumName(LabelDetectionMode_name, int32(x)) } func (LabelDetectionMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{1} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{1} } // Bucketized representation of likelihood. @@ -139,7 +139,7 @@ func (x Likelihood) String() string { return proto.EnumName(Likelihood_name, int32(x)) } func (Likelihood) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{2} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{2} } // Video annotation request. @@ -183,7 +183,7 @@ func (m *AnnotateVideoRequest) Reset() { *m = AnnotateVideoRequest{} } func (m *AnnotateVideoRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoRequest) ProtoMessage() {} func (*AnnotateVideoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{0} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{0} } func (m *AnnotateVideoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoRequest.Unmarshal(m, b) @@ -268,7 +268,7 @@ func (m *VideoContext) Reset() { *m = VideoContext{} } func (m *VideoContext) String() string { return proto.CompactTextString(m) } func (*VideoContext) ProtoMessage() {} func (*VideoContext) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{1} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{1} } func (m *VideoContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoContext.Unmarshal(m, b) @@ -346,7 +346,7 @@ func (m *LabelDetectionConfig) Reset() { *m = LabelDetectionConfig{} } func (m *LabelDetectionConfig) String() string { return proto.CompactTextString(m) } func (*LabelDetectionConfig) ProtoMessage() {} func (*LabelDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{2} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{2} } func (m *LabelDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelDetectionConfig.Unmarshal(m, b) @@ -402,7 +402,7 @@ func (m *ShotChangeDetectionConfig) Reset() { *m = ShotChangeDetectionCo func (m *ShotChangeDetectionConfig) String() string { return proto.CompactTextString(m) } func (*ShotChangeDetectionConfig) ProtoMessage() {} func (*ShotChangeDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{3} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{3} } func (m *ShotChangeDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ShotChangeDetectionConfig.Unmarshal(m, b) @@ -444,7 +444,7 @@ func (m *ExplicitContentDetectionConfig) Reset() { *m = ExplicitContentD func (m *ExplicitContentDetectionConfig) String() string { return proto.CompactTextString(m) } func (*ExplicitContentDetectionConfig) ProtoMessage() {} func (*ExplicitContentDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{4} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{4} } func (m *ExplicitContentDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExplicitContentDetectionConfig.Unmarshal(m, b) @@ -488,7 +488,7 @@ func (m *VideoSegment) Reset() { *m = VideoSegment{} } func (m *VideoSegment) String() string { return proto.CompactTextString(m) } func (*VideoSegment) ProtoMessage() {} func (*VideoSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{5} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{5} } func (m *VideoSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoSegment.Unmarshal(m, b) @@ -537,7 +537,7 @@ func (m *LabelSegment) Reset() { *m = LabelSegment{} } func (m *LabelSegment) String() string { return proto.CompactTextString(m) } func (*LabelSegment) ProtoMessage() {} func (*LabelSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{6} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{6} } func (m *LabelSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelSegment.Unmarshal(m, b) @@ -587,7 +587,7 @@ func (m *LabelFrame) Reset() { *m = LabelFrame{} } func (m *LabelFrame) String() string { return proto.CompactTextString(m) } func (*LabelFrame) ProtoMessage() {} func (*LabelFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{7} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{7} } func (m *LabelFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelFrame.Unmarshal(m, b) @@ -640,7 +640,7 @@ func (m *Entity) Reset() { *m = Entity{} } func (m *Entity) String() string { return proto.CompactTextString(m) } func (*Entity) ProtoMessage() {} func (*Entity) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{8} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{8} } func (m *Entity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Entity.Unmarshal(m, b) @@ -703,7 +703,7 @@ func (m *LabelAnnotation) Reset() { *m = LabelAnnotation{} } func (m *LabelAnnotation) String() string { return proto.CompactTextString(m) } func (*LabelAnnotation) ProtoMessage() {} func (*LabelAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{9} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{9} } func (m *LabelAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelAnnotation.Unmarshal(m, b) @@ -767,7 +767,7 @@ func (m *ExplicitContentFrame) Reset() { *m = ExplicitContentFrame{} } func (m *ExplicitContentFrame) String() string { return proto.CompactTextString(m) } func (*ExplicitContentFrame) ProtoMessage() {} func (*ExplicitContentFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{10} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{10} } func (m *ExplicitContentFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExplicitContentFrame.Unmarshal(m, b) @@ -816,7 +816,7 @@ func (m *ExplicitContentAnnotation) Reset() { *m = ExplicitContentAnnota func (m *ExplicitContentAnnotation) String() string { return proto.CompactTextString(m) } func (*ExplicitContentAnnotation) ProtoMessage() {} func (*ExplicitContentAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{11} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{11} } func (m *ExplicitContentAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExplicitContentAnnotation.Unmarshal(m, b) @@ -875,7 +875,7 @@ func (m *VideoAnnotationResults) Reset() { *m = VideoAnnotationResults{} func (m *VideoAnnotationResults) String() string { return proto.CompactTextString(m) } func (*VideoAnnotationResults) ProtoMessage() {} func (*VideoAnnotationResults) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{12} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{12} } func (m *VideoAnnotationResults) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoAnnotationResults.Unmarshal(m, b) @@ -966,7 +966,7 @@ func (m *AnnotateVideoResponse) Reset() { *m = AnnotateVideoResponse{} } func (m *AnnotateVideoResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoResponse) ProtoMessage() {} func (*AnnotateVideoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{13} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{13} } func (m *AnnotateVideoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoResponse.Unmarshal(m, b) @@ -1014,7 +1014,7 @@ func (m *VideoAnnotationProgress) Reset() { *m = VideoAnnotationProgress func (m *VideoAnnotationProgress) String() string { return proto.CompactTextString(m) } func (*VideoAnnotationProgress) ProtoMessage() {} func (*VideoAnnotationProgress) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{14} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{14} } func (m *VideoAnnotationProgress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoAnnotationProgress.Unmarshal(m, b) @@ -1077,7 +1077,7 @@ func (m *AnnotateVideoProgress) Reset() { *m = AnnotateVideoProgress{} } func (m *AnnotateVideoProgress) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoProgress) ProtoMessage() {} func (*AnnotateVideoProgress) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{15} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{15} } func (m *AnnotateVideoProgress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoProgress.Unmarshal(m, b) @@ -1144,7 +1144,7 @@ func (m *SpeechTranscriptionConfig) Reset() { *m = SpeechTranscriptionCo func (m *SpeechTranscriptionConfig) String() string { return proto.CompactTextString(m) } func (*SpeechTranscriptionConfig) ProtoMessage() {} func (*SpeechTranscriptionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{16} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{16} } func (m *SpeechTranscriptionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpeechTranscriptionConfig.Unmarshal(m, b) @@ -1225,7 +1225,7 @@ func (m *SpeechContext) Reset() { *m = SpeechContext{} } func (m *SpeechContext) String() string { return proto.CompactTextString(m) } func (*SpeechContext) ProtoMessage() {} func (*SpeechContext) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{17} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{17} } func (m *SpeechContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpeechContext.Unmarshal(m, b) @@ -1268,7 +1268,7 @@ func (m *SpeechTranscription) Reset() { *m = SpeechTranscription{} } func (m *SpeechTranscription) String() string { return proto.CompactTextString(m) } func (*SpeechTranscription) ProtoMessage() {} func (*SpeechTranscription) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{18} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{18} } func (m *SpeechTranscription) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpeechTranscription.Unmarshal(m, b) @@ -1317,7 +1317,7 @@ func (m *SpeechRecognitionAlternative) Reset() { *m = SpeechRecognitionA func (m *SpeechRecognitionAlternative) String() string { return proto.CompactTextString(m) } func (*SpeechRecognitionAlternative) ProtoMessage() {} func (*SpeechRecognitionAlternative) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{19} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{19} } func (m *SpeechRecognitionAlternative) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpeechRecognitionAlternative.Unmarshal(m, b) @@ -1383,7 +1383,7 @@ func (m *WordInfo) Reset() { *m = WordInfo{} } func (m *WordInfo) String() string { return proto.CompactTextString(m) } func (*WordInfo) ProtoMessage() {} func (*WordInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_12229859b108d7a9, []int{20} + return fileDescriptor_video_intelligence_d0764d772f800fc8, []int{20} } func (m *WordInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WordInfo.Unmarshal(m, b) @@ -1532,10 +1532,10 @@ var _VideoIntelligenceService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/videointelligence/v1p1beta1/video_intelligence.proto", fileDescriptor_video_intelligence_12229859b108d7a9) + proto.RegisterFile("google/cloud/videointelligence/v1p1beta1/video_intelligence.proto", fileDescriptor_video_intelligence_d0764d772f800fc8) } -var fileDescriptor_video_intelligence_12229859b108d7a9 = []byte{ +var fileDescriptor_video_intelligence_d0764d772f800fc8 = []byte{ // 1807 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x58, 0xcd, 0x6f, 0x23, 0x49, 0x15, 0xa7, 0xed, 0xc4, 0x89, 0x9f, 0x9d, 0xd8, 0x53, 0x71, 0x12, 0x27, 0x3b, 0x93, 0xc9, 0xf6, diff --git a/googleapis/cloud/videointelligence/v1p2beta1/video_intelligence.pb.go b/googleapis/cloud/videointelligence/v1p2beta1/video_intelligence.pb.go index 6645da109a..baaf489f44 100644 --- a/googleapis/cloud/videointelligence/v1p2beta1/video_intelligence.pb.go +++ b/googleapis/cloud/videointelligence/v1p2beta1/video_intelligence.pb.go @@ -67,7 +67,7 @@ func (x Feature) String() string { return proto.EnumName(Feature_name, int32(x)) } func (Feature) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{0} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{0} } // Label detection mode. @@ -101,7 +101,7 @@ func (x LabelDetectionMode) String() string { return proto.EnumName(LabelDetectionMode_name, int32(x)) } func (LabelDetectionMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{1} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{1} } // Bucketized representation of likelihood. @@ -143,7 +143,7 @@ func (x Likelihood) String() string { return proto.EnumName(Likelihood_name, int32(x)) } func (Likelihood) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{2} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{2} } // Video annotation request. @@ -187,7 +187,7 @@ func (m *AnnotateVideoRequest) Reset() { *m = AnnotateVideoRequest{} } func (m *AnnotateVideoRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoRequest) ProtoMessage() {} func (*AnnotateVideoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{0} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{0} } func (m *AnnotateVideoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoRequest.Unmarshal(m, b) @@ -272,7 +272,7 @@ func (m *VideoContext) Reset() { *m = VideoContext{} } func (m *VideoContext) String() string { return proto.CompactTextString(m) } func (*VideoContext) ProtoMessage() {} func (*VideoContext) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{1} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{1} } func (m *VideoContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoContext.Unmarshal(m, b) @@ -350,7 +350,7 @@ func (m *LabelDetectionConfig) Reset() { *m = LabelDetectionConfig{} } func (m *LabelDetectionConfig) String() string { return proto.CompactTextString(m) } func (*LabelDetectionConfig) ProtoMessage() {} func (*LabelDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{2} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{2} } func (m *LabelDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelDetectionConfig.Unmarshal(m, b) @@ -406,7 +406,7 @@ func (m *ShotChangeDetectionConfig) Reset() { *m = ShotChangeDetectionCo func (m *ShotChangeDetectionConfig) String() string { return proto.CompactTextString(m) } func (*ShotChangeDetectionConfig) ProtoMessage() {} func (*ShotChangeDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{3} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{3} } func (m *ShotChangeDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ShotChangeDetectionConfig.Unmarshal(m, b) @@ -448,7 +448,7 @@ func (m *ExplicitContentDetectionConfig) Reset() { *m = ExplicitContentD func (m *ExplicitContentDetectionConfig) String() string { return proto.CompactTextString(m) } func (*ExplicitContentDetectionConfig) ProtoMessage() {} func (*ExplicitContentDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{4} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{4} } func (m *ExplicitContentDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExplicitContentDetectionConfig.Unmarshal(m, b) @@ -492,7 +492,7 @@ func (m *TextDetectionConfig) Reset() { *m = TextDetectionConfig{} } func (m *TextDetectionConfig) String() string { return proto.CompactTextString(m) } func (*TextDetectionConfig) ProtoMessage() {} func (*TextDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{5} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{5} } func (m *TextDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextDetectionConfig.Unmarshal(m, b) @@ -536,7 +536,7 @@ func (m *VideoSegment) Reset() { *m = VideoSegment{} } func (m *VideoSegment) String() string { return proto.CompactTextString(m) } func (*VideoSegment) ProtoMessage() {} func (*VideoSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{6} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{6} } func (m *VideoSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoSegment.Unmarshal(m, b) @@ -585,7 +585,7 @@ func (m *LabelSegment) Reset() { *m = LabelSegment{} } func (m *LabelSegment) String() string { return proto.CompactTextString(m) } func (*LabelSegment) ProtoMessage() {} func (*LabelSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{7} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{7} } func (m *LabelSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelSegment.Unmarshal(m, b) @@ -635,7 +635,7 @@ func (m *LabelFrame) Reset() { *m = LabelFrame{} } func (m *LabelFrame) String() string { return proto.CompactTextString(m) } func (*LabelFrame) ProtoMessage() {} func (*LabelFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{8} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{8} } func (m *LabelFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelFrame.Unmarshal(m, b) @@ -688,7 +688,7 @@ func (m *Entity) Reset() { *m = Entity{} } func (m *Entity) String() string { return proto.CompactTextString(m) } func (*Entity) ProtoMessage() {} func (*Entity) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{9} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{9} } func (m *Entity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Entity.Unmarshal(m, b) @@ -751,7 +751,7 @@ func (m *LabelAnnotation) Reset() { *m = LabelAnnotation{} } func (m *LabelAnnotation) String() string { return proto.CompactTextString(m) } func (*LabelAnnotation) ProtoMessage() {} func (*LabelAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{10} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{10} } func (m *LabelAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelAnnotation.Unmarshal(m, b) @@ -815,7 +815,7 @@ func (m *ExplicitContentFrame) Reset() { *m = ExplicitContentFrame{} } func (m *ExplicitContentFrame) String() string { return proto.CompactTextString(m) } func (*ExplicitContentFrame) ProtoMessage() {} func (*ExplicitContentFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{11} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{11} } func (m *ExplicitContentFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExplicitContentFrame.Unmarshal(m, b) @@ -864,7 +864,7 @@ func (m *ExplicitContentAnnotation) Reset() { *m = ExplicitContentAnnota func (m *ExplicitContentAnnotation) String() string { return proto.CompactTextString(m) } func (*ExplicitContentAnnotation) ProtoMessage() {} func (*ExplicitContentAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{12} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{12} } func (m *ExplicitContentAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExplicitContentAnnotation.Unmarshal(m, b) @@ -912,7 +912,7 @@ func (m *NormalizedBoundingBox) Reset() { *m = NormalizedBoundingBox{} } func (m *NormalizedBoundingBox) String() string { return proto.CompactTextString(m) } func (*NormalizedBoundingBox) ProtoMessage() {} func (*NormalizedBoundingBox) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{13} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{13} } func (m *NormalizedBoundingBox) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedBoundingBox.Unmarshal(m, b) @@ -996,7 +996,7 @@ func (m *VideoAnnotationResults) Reset() { *m = VideoAnnotationResults{} func (m *VideoAnnotationResults) String() string { return proto.CompactTextString(m) } func (*VideoAnnotationResults) ProtoMessage() {} func (*VideoAnnotationResults) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{14} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{14} } func (m *VideoAnnotationResults) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoAnnotationResults.Unmarshal(m, b) @@ -1094,7 +1094,7 @@ func (m *AnnotateVideoResponse) Reset() { *m = AnnotateVideoResponse{} } func (m *AnnotateVideoResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoResponse) ProtoMessage() {} func (*AnnotateVideoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{15} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{15} } func (m *AnnotateVideoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoResponse.Unmarshal(m, b) @@ -1142,7 +1142,7 @@ func (m *VideoAnnotationProgress) Reset() { *m = VideoAnnotationProgress func (m *VideoAnnotationProgress) String() string { return proto.CompactTextString(m) } func (*VideoAnnotationProgress) ProtoMessage() {} func (*VideoAnnotationProgress) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{16} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{16} } func (m *VideoAnnotationProgress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoAnnotationProgress.Unmarshal(m, b) @@ -1205,7 +1205,7 @@ func (m *AnnotateVideoProgress) Reset() { *m = AnnotateVideoProgress{} } func (m *AnnotateVideoProgress) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoProgress) ProtoMessage() {} func (*AnnotateVideoProgress) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{17} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{17} } func (m *AnnotateVideoProgress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoProgress.Unmarshal(m, b) @@ -1249,7 +1249,7 @@ func (m *NormalizedVertex) Reset() { *m = NormalizedVertex{} } func (m *NormalizedVertex) String() string { return proto.CompactTextString(m) } func (*NormalizedVertex) ProtoMessage() {} func (*NormalizedVertex) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{18} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{18} } func (m *NormalizedVertex) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedVertex.Unmarshal(m, b) @@ -1312,7 +1312,7 @@ func (m *NormalizedBoundingPoly) Reset() { *m = NormalizedBoundingPoly{} func (m *NormalizedBoundingPoly) String() string { return proto.CompactTextString(m) } func (*NormalizedBoundingPoly) ProtoMessage() {} func (*NormalizedBoundingPoly) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{19} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{19} } func (m *NormalizedBoundingPoly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedBoundingPoly.Unmarshal(m, b) @@ -1357,7 +1357,7 @@ func (m *TextSegment) Reset() { *m = TextSegment{} } func (m *TextSegment) String() string { return proto.CompactTextString(m) } func (*TextSegment) ProtoMessage() {} func (*TextSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{20} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{20} } func (m *TextSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextSegment.Unmarshal(m, b) @@ -1415,7 +1415,7 @@ func (m *TextFrame) Reset() { *m = TextFrame{} } func (m *TextFrame) String() string { return proto.CompactTextString(m) } func (*TextFrame) ProtoMessage() {} func (*TextFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{21} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{21} } func (m *TextFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextFrame.Unmarshal(m, b) @@ -1466,7 +1466,7 @@ func (m *TextAnnotation) Reset() { *m = TextAnnotation{} } func (m *TextAnnotation) String() string { return proto.CompactTextString(m) } func (*TextAnnotation) ProtoMessage() {} func (*TextAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{22} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{22} } func (m *TextAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation.Unmarshal(m, b) @@ -1516,7 +1516,7 @@ func (m *ObjectTrackingFrame) Reset() { *m = ObjectTrackingFrame{} } func (m *ObjectTrackingFrame) String() string { return proto.CompactTextString(m) } func (*ObjectTrackingFrame) ProtoMessage() {} func (*ObjectTrackingFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{23} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{23} } func (m *ObjectTrackingFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ObjectTrackingFrame.Unmarshal(m, b) @@ -1569,7 +1569,7 @@ func (m *ObjectTrackingAnnotation) Reset() { *m = ObjectTrackingAnnotati func (m *ObjectTrackingAnnotation) String() string { return proto.CompactTextString(m) } func (*ObjectTrackingAnnotation) ProtoMessage() {} func (*ObjectTrackingAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_707213a111231d0c, []int{24} + return fileDescriptor_video_intelligence_2747a56faf436e7b, []int{24} } func (m *ObjectTrackingAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ObjectTrackingAnnotation.Unmarshal(m, b) @@ -1729,10 +1729,10 @@ var _VideoIntelligenceService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/videointelligence/v1p2beta1/video_intelligence.proto", fileDescriptor_video_intelligence_707213a111231d0c) + proto.RegisterFile("google/cloud/videointelligence/v1p2beta1/video_intelligence.proto", fileDescriptor_video_intelligence_2747a56faf436e7b) } -var fileDescriptor_video_intelligence_707213a111231d0c = []byte{ +var fileDescriptor_video_intelligence_2747a56faf436e7b = []byte{ // 1882 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x58, 0xcb, 0x6f, 0x23, 0x49, 0x19, 0xa7, 0xed, 0x24, 0x13, 0x7f, 0x79, 0x39, 0x95, 0x97, 0x13, 0x76, 0x32, 0xa1, 0x97, 0x95, diff --git a/googleapis/cloud/videointelligence/v1p3beta1/video_intelligence.pb.go b/googleapis/cloud/videointelligence/v1p3beta1/video_intelligence.pb.go index 6763b3ee7b..1f903b097d 100644 --- a/googleapis/cloud/videointelligence/v1p3beta1/video_intelligence.pb.go +++ b/googleapis/cloud/videointelligence/v1p3beta1/video_intelligence.pb.go @@ -67,7 +67,7 @@ func (x Feature) String() string { return proto.EnumName(Feature_name, int32(x)) } func (Feature) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{0} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{0} } // Label detection mode. @@ -101,7 +101,7 @@ func (x LabelDetectionMode) String() string { return proto.EnumName(LabelDetectionMode_name, int32(x)) } func (LabelDetectionMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{1} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{1} } // Bucketized representation of likelihood. @@ -143,7 +143,7 @@ func (x Likelihood) String() string { return proto.EnumName(Likelihood_name, int32(x)) } func (Likelihood) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{2} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{2} } // Streaming video annotation feature. @@ -181,7 +181,7 @@ func (x StreamingFeature) String() string { return proto.EnumName(StreamingFeature_name, int32(x)) } func (StreamingFeature) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{3} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{3} } // Video annotation request. @@ -225,7 +225,7 @@ func (m *AnnotateVideoRequest) Reset() { *m = AnnotateVideoRequest{} } func (m *AnnotateVideoRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoRequest) ProtoMessage() {} func (*AnnotateVideoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{0} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{0} } func (m *AnnotateVideoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoRequest.Unmarshal(m, b) @@ -310,7 +310,7 @@ func (m *VideoContext) Reset() { *m = VideoContext{} } func (m *VideoContext) String() string { return proto.CompactTextString(m) } func (*VideoContext) ProtoMessage() {} func (*VideoContext) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{1} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{1} } func (m *VideoContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoContext.Unmarshal(m, b) @@ -388,7 +388,7 @@ func (m *LabelDetectionConfig) Reset() { *m = LabelDetectionConfig{} } func (m *LabelDetectionConfig) String() string { return proto.CompactTextString(m) } func (*LabelDetectionConfig) ProtoMessage() {} func (*LabelDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{2} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{2} } func (m *LabelDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelDetectionConfig.Unmarshal(m, b) @@ -444,7 +444,7 @@ func (m *ShotChangeDetectionConfig) Reset() { *m = ShotChangeDetectionCo func (m *ShotChangeDetectionConfig) String() string { return proto.CompactTextString(m) } func (*ShotChangeDetectionConfig) ProtoMessage() {} func (*ShotChangeDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{3} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{3} } func (m *ShotChangeDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ShotChangeDetectionConfig.Unmarshal(m, b) @@ -486,7 +486,7 @@ func (m *ExplicitContentDetectionConfig) Reset() { *m = ExplicitContentD func (m *ExplicitContentDetectionConfig) String() string { return proto.CompactTextString(m) } func (*ExplicitContentDetectionConfig) ProtoMessage() {} func (*ExplicitContentDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{4} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{4} } func (m *ExplicitContentDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExplicitContentDetectionConfig.Unmarshal(m, b) @@ -530,7 +530,7 @@ func (m *TextDetectionConfig) Reset() { *m = TextDetectionConfig{} } func (m *TextDetectionConfig) String() string { return proto.CompactTextString(m) } func (*TextDetectionConfig) ProtoMessage() {} func (*TextDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{5} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{5} } func (m *TextDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextDetectionConfig.Unmarshal(m, b) @@ -574,7 +574,7 @@ func (m *VideoSegment) Reset() { *m = VideoSegment{} } func (m *VideoSegment) String() string { return proto.CompactTextString(m) } func (*VideoSegment) ProtoMessage() {} func (*VideoSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{6} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{6} } func (m *VideoSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoSegment.Unmarshal(m, b) @@ -623,7 +623,7 @@ func (m *LabelSegment) Reset() { *m = LabelSegment{} } func (m *LabelSegment) String() string { return proto.CompactTextString(m) } func (*LabelSegment) ProtoMessage() {} func (*LabelSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{7} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{7} } func (m *LabelSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelSegment.Unmarshal(m, b) @@ -673,7 +673,7 @@ func (m *LabelFrame) Reset() { *m = LabelFrame{} } func (m *LabelFrame) String() string { return proto.CompactTextString(m) } func (*LabelFrame) ProtoMessage() {} func (*LabelFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{8} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{8} } func (m *LabelFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelFrame.Unmarshal(m, b) @@ -726,7 +726,7 @@ func (m *Entity) Reset() { *m = Entity{} } func (m *Entity) String() string { return proto.CompactTextString(m) } func (*Entity) ProtoMessage() {} func (*Entity) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{9} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{9} } func (m *Entity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Entity.Unmarshal(m, b) @@ -789,7 +789,7 @@ func (m *LabelAnnotation) Reset() { *m = LabelAnnotation{} } func (m *LabelAnnotation) String() string { return proto.CompactTextString(m) } func (*LabelAnnotation) ProtoMessage() {} func (*LabelAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{10} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{10} } func (m *LabelAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LabelAnnotation.Unmarshal(m, b) @@ -853,7 +853,7 @@ func (m *ExplicitContentFrame) Reset() { *m = ExplicitContentFrame{} } func (m *ExplicitContentFrame) String() string { return proto.CompactTextString(m) } func (*ExplicitContentFrame) ProtoMessage() {} func (*ExplicitContentFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{11} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{11} } func (m *ExplicitContentFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExplicitContentFrame.Unmarshal(m, b) @@ -902,7 +902,7 @@ func (m *ExplicitContentAnnotation) Reset() { *m = ExplicitContentAnnota func (m *ExplicitContentAnnotation) String() string { return proto.CompactTextString(m) } func (*ExplicitContentAnnotation) ProtoMessage() {} func (*ExplicitContentAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{12} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{12} } func (m *ExplicitContentAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExplicitContentAnnotation.Unmarshal(m, b) @@ -950,7 +950,7 @@ func (m *NormalizedBoundingBox) Reset() { *m = NormalizedBoundingBox{} } func (m *NormalizedBoundingBox) String() string { return proto.CompactTextString(m) } func (*NormalizedBoundingBox) ProtoMessage() {} func (*NormalizedBoundingBox) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{13} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{13} } func (m *NormalizedBoundingBox) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedBoundingBox.Unmarshal(m, b) @@ -1034,7 +1034,7 @@ func (m *VideoAnnotationResults) Reset() { *m = VideoAnnotationResults{} func (m *VideoAnnotationResults) String() string { return proto.CompactTextString(m) } func (*VideoAnnotationResults) ProtoMessage() {} func (*VideoAnnotationResults) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{14} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{14} } func (m *VideoAnnotationResults) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoAnnotationResults.Unmarshal(m, b) @@ -1132,7 +1132,7 @@ func (m *AnnotateVideoResponse) Reset() { *m = AnnotateVideoResponse{} } func (m *AnnotateVideoResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoResponse) ProtoMessage() {} func (*AnnotateVideoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{15} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{15} } func (m *AnnotateVideoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoResponse.Unmarshal(m, b) @@ -1180,7 +1180,7 @@ func (m *VideoAnnotationProgress) Reset() { *m = VideoAnnotationProgress func (m *VideoAnnotationProgress) String() string { return proto.CompactTextString(m) } func (*VideoAnnotationProgress) ProtoMessage() {} func (*VideoAnnotationProgress) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{16} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{16} } func (m *VideoAnnotationProgress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoAnnotationProgress.Unmarshal(m, b) @@ -1243,7 +1243,7 @@ func (m *AnnotateVideoProgress) Reset() { *m = AnnotateVideoProgress{} } func (m *AnnotateVideoProgress) String() string { return proto.CompactTextString(m) } func (*AnnotateVideoProgress) ProtoMessage() {} func (*AnnotateVideoProgress) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{17} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{17} } func (m *AnnotateVideoProgress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateVideoProgress.Unmarshal(m, b) @@ -1287,7 +1287,7 @@ func (m *NormalizedVertex) Reset() { *m = NormalizedVertex{} } func (m *NormalizedVertex) String() string { return proto.CompactTextString(m) } func (*NormalizedVertex) ProtoMessage() {} func (*NormalizedVertex) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{18} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{18} } func (m *NormalizedVertex) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedVertex.Unmarshal(m, b) @@ -1350,7 +1350,7 @@ func (m *NormalizedBoundingPoly) Reset() { *m = NormalizedBoundingPoly{} func (m *NormalizedBoundingPoly) String() string { return proto.CompactTextString(m) } func (*NormalizedBoundingPoly) ProtoMessage() {} func (*NormalizedBoundingPoly) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{19} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{19} } func (m *NormalizedBoundingPoly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedBoundingPoly.Unmarshal(m, b) @@ -1395,7 +1395,7 @@ func (m *TextSegment) Reset() { *m = TextSegment{} } func (m *TextSegment) String() string { return proto.CompactTextString(m) } func (*TextSegment) ProtoMessage() {} func (*TextSegment) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{20} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{20} } func (m *TextSegment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextSegment.Unmarshal(m, b) @@ -1453,7 +1453,7 @@ func (m *TextFrame) Reset() { *m = TextFrame{} } func (m *TextFrame) String() string { return proto.CompactTextString(m) } func (*TextFrame) ProtoMessage() {} func (*TextFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{21} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{21} } func (m *TextFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextFrame.Unmarshal(m, b) @@ -1504,7 +1504,7 @@ func (m *TextAnnotation) Reset() { *m = TextAnnotation{} } func (m *TextAnnotation) String() string { return proto.CompactTextString(m) } func (*TextAnnotation) ProtoMessage() {} func (*TextAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{22} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{22} } func (m *TextAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation.Unmarshal(m, b) @@ -1554,7 +1554,7 @@ func (m *ObjectTrackingFrame) Reset() { *m = ObjectTrackingFrame{} } func (m *ObjectTrackingFrame) String() string { return proto.CompactTextString(m) } func (*ObjectTrackingFrame) ProtoMessage() {} func (*ObjectTrackingFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{23} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{23} } func (m *ObjectTrackingFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ObjectTrackingFrame.Unmarshal(m, b) @@ -1615,7 +1615,7 @@ func (m *ObjectTrackingAnnotation) Reset() { *m = ObjectTrackingAnnotati func (m *ObjectTrackingAnnotation) String() string { return proto.CompactTextString(m) } func (*ObjectTrackingAnnotation) ProtoMessage() {} func (*ObjectTrackingAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{24} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{24} } func (m *ObjectTrackingAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ObjectTrackingAnnotation.Unmarshal(m, b) @@ -1783,7 +1783,7 @@ func (m *StreamingAnnotateVideoRequest) Reset() { *m = StreamingAnnotate func (m *StreamingAnnotateVideoRequest) String() string { return proto.CompactTextString(m) } func (*StreamingAnnotateVideoRequest) ProtoMessage() {} func (*StreamingAnnotateVideoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{25} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{25} } func (m *StreamingAnnotateVideoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingAnnotateVideoRequest.Unmarshal(m, b) @@ -1934,7 +1934,7 @@ func (m *StreamingAnnotateVideoResponse) Reset() { *m = StreamingAnnotat func (m *StreamingAnnotateVideoResponse) String() string { return proto.CompactTextString(m) } func (*StreamingAnnotateVideoResponse) ProtoMessage() {} func (*StreamingAnnotateVideoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{26} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{26} } func (m *StreamingAnnotateVideoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingAnnotateVideoResponse.Unmarshal(m, b) @@ -1988,7 +1988,7 @@ func (m *StreamingExplicitContentDetectionConfig) Reset() { func (m *StreamingExplicitContentDetectionConfig) String() string { return proto.CompactTextString(m) } func (*StreamingExplicitContentDetectionConfig) ProtoMessage() {} func (*StreamingExplicitContentDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{27} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{27} } func (m *StreamingExplicitContentDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingExplicitContentDetectionConfig.Unmarshal(m, b) @@ -2023,7 +2023,7 @@ func (m *StreamingLabelDetectionConfig) Reset() { *m = StreamingLabelDet func (m *StreamingLabelDetectionConfig) String() string { return proto.CompactTextString(m) } func (*StreamingLabelDetectionConfig) ProtoMessage() {} func (*StreamingLabelDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{28} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{28} } func (m *StreamingLabelDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingLabelDetectionConfig.Unmarshal(m, b) @@ -2061,7 +2061,7 @@ func (m *StreamingObjectTrackingConfig) Reset() { *m = StreamingObjectTr func (m *StreamingObjectTrackingConfig) String() string { return proto.CompactTextString(m) } func (*StreamingObjectTrackingConfig) ProtoMessage() {} func (*StreamingObjectTrackingConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{29} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{29} } func (m *StreamingObjectTrackingConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingObjectTrackingConfig.Unmarshal(m, b) @@ -2092,7 +2092,7 @@ func (m *StreamingShotChangeDetectionConfig) Reset() { *m = StreamingSho func (m *StreamingShotChangeDetectionConfig) String() string { return proto.CompactTextString(m) } func (*StreamingShotChangeDetectionConfig) ProtoMessage() {} func (*StreamingShotChangeDetectionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{30} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{30} } func (m *StreamingShotChangeDetectionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingShotChangeDetectionConfig.Unmarshal(m, b) @@ -2136,7 +2136,7 @@ func (m *StreamingStorageConfig) Reset() { *m = StreamingStorageConfig{} func (m *StreamingStorageConfig) String() string { return proto.CompactTextString(m) } func (*StreamingStorageConfig) ProtoMessage() {} func (*StreamingStorageConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{31} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{31} } func (m *StreamingStorageConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingStorageConfig.Unmarshal(m, b) @@ -2190,7 +2190,7 @@ func (m *StreamingVideoAnnotationResults) Reset() { *m = StreamingVideoA func (m *StreamingVideoAnnotationResults) String() string { return proto.CompactTextString(m) } func (*StreamingVideoAnnotationResults) ProtoMessage() {} func (*StreamingVideoAnnotationResults) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{32} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{32} } func (m *StreamingVideoAnnotationResults) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingVideoAnnotationResults.Unmarshal(m, b) @@ -2262,7 +2262,7 @@ func (m *StreamingVideoConfig) Reset() { *m = StreamingVideoConfig{} } func (m *StreamingVideoConfig) String() string { return proto.CompactTextString(m) } func (*StreamingVideoConfig) ProtoMessage() {} func (*StreamingVideoConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_video_intelligence_8d71f55b0eb40d35, []int{33} + return fileDescriptor_video_intelligence_26bfd7f2669c7d48, []int{33} } func (m *StreamingVideoConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingVideoConfig.Unmarshal(m, b) @@ -2695,10 +2695,10 @@ var _StreamingVideoIntelligenceService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/videointelligence/v1p3beta1/video_intelligence.proto", fileDescriptor_video_intelligence_8d71f55b0eb40d35) + proto.RegisterFile("google/cloud/videointelligence/v1p3beta1/video_intelligence.proto", fileDescriptor_video_intelligence_26bfd7f2669c7d48) } -var fileDescriptor_video_intelligence_8d71f55b0eb40d35 = []byte{ +var fileDescriptor_video_intelligence_26bfd7f2669c7d48 = []byte{ // 2371 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5a, 0xcf, 0x6f, 0xe3, 0xc6, 0xf5, 0x37, 0x25, 0xdb, 0x6b, 0x3d, 0xcb, 0xb6, 0x3c, 0xfe, 0x25, 0x3b, 0xf1, 0x8f, 0x70, 0xb3, diff --git a/googleapis/cloud/vision/v1/geometry.pb.go b/googleapis/cloud/vision/v1/geometry.pb.go index 1a92c48126..2c8383c970 100644 --- a/googleapis/cloud/vision/v1/geometry.pb.go +++ b/googleapis/cloud/vision/v1/geometry.pb.go @@ -35,7 +35,7 @@ func (m *Vertex) Reset() { *m = Vertex{} } func (m *Vertex) String() string { return proto.CompactTextString(m) } func (*Vertex) ProtoMessage() {} func (*Vertex) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_e9c35a9b48a44a87, []int{0} + return fileDescriptor_geometry_e8a7714abee99ced, []int{0} } func (m *Vertex) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Vertex.Unmarshal(m, b) @@ -86,7 +86,7 @@ func (m *NormalizedVertex) Reset() { *m = NormalizedVertex{} } func (m *NormalizedVertex) String() string { return proto.CompactTextString(m) } func (*NormalizedVertex) ProtoMessage() {} func (*NormalizedVertex) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_e9c35a9b48a44a87, []int{1} + return fileDescriptor_geometry_e8a7714abee99ced, []int{1} } func (m *NormalizedVertex) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedVertex.Unmarshal(m, b) @@ -135,7 +135,7 @@ func (m *BoundingPoly) Reset() { *m = BoundingPoly{} } func (m *BoundingPoly) String() string { return proto.CompactTextString(m) } func (*BoundingPoly) ProtoMessage() {} func (*BoundingPoly) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_e9c35a9b48a44a87, []int{2} + return fileDescriptor_geometry_e8a7714abee99ced, []int{2} } func (m *BoundingPoly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BoundingPoly.Unmarshal(m, b) @@ -188,7 +188,7 @@ func (m *Position) Reset() { *m = Position{} } func (m *Position) String() string { return proto.CompactTextString(m) } func (*Position) ProtoMessage() {} func (*Position) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_e9c35a9b48a44a87, []int{3} + return fileDescriptor_geometry_e8a7714abee99ced, []int{3} } func (m *Position) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Position.Unmarshal(m, b) @@ -237,10 +237,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1/geometry.proto", fileDescriptor_geometry_e9c35a9b48a44a87) + proto.RegisterFile("google/cloud/vision/v1/geometry.proto", fileDescriptor_geometry_e8a7714abee99ced) } -var fileDescriptor_geometry_e9c35a9b48a44a87 = []byte{ +var fileDescriptor_geometry_e8a7714abee99ced = []byte{ // 300 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0x4b, 0xc3, 0x30, 0x14, 0xc6, 0x49, 0xa7, 0x63, 0xc4, 0x09, 0x52, 0x41, 0xca, 0x10, 0x19, 0x43, 0xa1, 0xa7, 0x84, diff --git a/googleapis/cloud/vision/v1/image_annotator.pb.go b/googleapis/cloud/vision/v1/image_annotator.pb.go index 57624c1fa0..eaeb3c20d4 100644 --- a/googleapis/cloud/vision/v1/image_annotator.pb.go +++ b/googleapis/cloud/vision/v1/image_annotator.pb.go @@ -70,7 +70,7 @@ func (x Likelihood) String() string { return proto.EnumName(Likelihood_name, int32(x)) } func (Likelihood) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{0} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{0} } // Type of Google Cloud Vision API feature to be extracted. @@ -145,7 +145,7 @@ func (x Feature_Type) String() string { return proto.EnumName(Feature_Type_name, int32(x)) } func (Feature_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{0, 0} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{0, 0} } // Face landmark (feature) type. @@ -306,7 +306,7 @@ func (x FaceAnnotation_Landmark_Type) String() string { return proto.EnumName(FaceAnnotation_Landmark_Type_name, int32(x)) } func (FaceAnnotation_Landmark_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{3, 0, 0} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{3, 0, 0} } // Batch operation states. @@ -344,7 +344,7 @@ func (x OperationMetadata_State) String() string { return proto.EnumName(OperationMetadata_State_name, int32(x)) } func (OperationMetadata_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{37, 0} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{37, 0} } // The type of Google Cloud Vision API detection to perform, and the maximum @@ -369,7 +369,7 @@ func (m *Feature) Reset() { *m = Feature{} } func (m *Feature) String() string { return proto.CompactTextString(m) } func (*Feature) ProtoMessage() {} func (*Feature) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{0} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{0} } func (m *Feature) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Feature.Unmarshal(m, b) @@ -446,7 +446,7 @@ func (m *ImageSource) Reset() { *m = ImageSource{} } func (m *ImageSource) String() string { return proto.CompactTextString(m) } func (*ImageSource) ProtoMessage() {} func (*ImageSource) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{1} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{1} } func (m *ImageSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageSource.Unmarshal(m, b) @@ -499,7 +499,7 @@ func (m *Image) Reset() { *m = Image{} } func (m *Image) String() string { return proto.CompactTextString(m) } func (*Image) ProtoMessage() {} func (*Image) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{2} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{2} } func (m *Image) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Image.Unmarshal(m, b) @@ -590,7 +590,7 @@ func (m *FaceAnnotation) Reset() { *m = FaceAnnotation{} } func (m *FaceAnnotation) String() string { return proto.CompactTextString(m) } func (*FaceAnnotation) ProtoMessage() {} func (*FaceAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{3} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{3} } func (m *FaceAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceAnnotation.Unmarshal(m, b) @@ -730,7 +730,7 @@ func (m *FaceAnnotation_Landmark) Reset() { *m = FaceAnnotation_Landmark func (m *FaceAnnotation_Landmark) String() string { return proto.CompactTextString(m) } func (*FaceAnnotation_Landmark) ProtoMessage() {} func (*FaceAnnotation_Landmark) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{3, 0} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{3, 0} } func (m *FaceAnnotation_Landmark) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceAnnotation_Landmark.Unmarshal(m, b) @@ -777,7 +777,7 @@ func (m *LocationInfo) Reset() { *m = LocationInfo{} } func (m *LocationInfo) String() string { return proto.CompactTextString(m) } func (*LocationInfo) ProtoMessage() {} func (*LocationInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{4} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{4} } func (m *LocationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationInfo.Unmarshal(m, b) @@ -821,7 +821,7 @@ func (m *Property) Reset() { *m = Property{} } func (m *Property) String() string { return proto.CompactTextString(m) } func (*Property) ProtoMessage() {} func (*Property) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{5} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{5} } func (m *Property) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Property.Unmarshal(m, b) @@ -908,7 +908,7 @@ func (m *EntityAnnotation) Reset() { *m = EntityAnnotation{} } func (m *EntityAnnotation) String() string { return proto.CompactTextString(m) } func (*EntityAnnotation) ProtoMessage() {} func (*EntityAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{6} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{6} } func (m *EntityAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityAnnotation.Unmarshal(m, b) @@ -1015,7 +1015,7 @@ func (m *LocalizedObjectAnnotation) Reset() { *m = LocalizedObjectAnnota func (m *LocalizedObjectAnnotation) String() string { return proto.CompactTextString(m) } func (*LocalizedObjectAnnotation) ProtoMessage() {} func (*LocalizedObjectAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{7} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{7} } func (m *LocalizedObjectAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocalizedObjectAnnotation.Unmarshal(m, b) @@ -1100,7 +1100,7 @@ func (m *SafeSearchAnnotation) Reset() { *m = SafeSearchAnnotation{} } func (m *SafeSearchAnnotation) String() string { return proto.CompactTextString(m) } func (*SafeSearchAnnotation) ProtoMessage() {} func (*SafeSearchAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{8} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{8} } func (m *SafeSearchAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SafeSearchAnnotation.Unmarshal(m, b) @@ -1170,7 +1170,7 @@ func (m *LatLongRect) Reset() { *m = LatLongRect{} } func (m *LatLongRect) String() string { return proto.CompactTextString(m) } func (*LatLongRect) ProtoMessage() {} func (*LatLongRect) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{9} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{9} } func (m *LatLongRect) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LatLongRect.Unmarshal(m, b) @@ -1223,7 +1223,7 @@ func (m *ColorInfo) Reset() { *m = ColorInfo{} } func (m *ColorInfo) String() string { return proto.CompactTextString(m) } func (*ColorInfo) ProtoMessage() {} func (*ColorInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{10} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{10} } func (m *ColorInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ColorInfo.Unmarshal(m, b) @@ -1277,7 +1277,7 @@ func (m *DominantColorsAnnotation) Reset() { *m = DominantColorsAnnotati func (m *DominantColorsAnnotation) String() string { return proto.CompactTextString(m) } func (*DominantColorsAnnotation) ProtoMessage() {} func (*DominantColorsAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{11} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{11} } func (m *DominantColorsAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DominantColorsAnnotation.Unmarshal(m, b) @@ -1317,7 +1317,7 @@ func (m *ImageProperties) Reset() { *m = ImageProperties{} } func (m *ImageProperties) String() string { return proto.CompactTextString(m) } func (*ImageProperties) ProtoMessage() {} func (*ImageProperties) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{12} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{12} } func (m *ImageProperties) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageProperties.Unmarshal(m, b) @@ -1363,7 +1363,7 @@ func (m *CropHint) Reset() { *m = CropHint{} } func (m *CropHint) String() string { return proto.CompactTextString(m) } func (*CropHint) ProtoMessage() {} func (*CropHint) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{13} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{13} } func (m *CropHint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CropHint.Unmarshal(m, b) @@ -1417,7 +1417,7 @@ func (m *CropHintsAnnotation) Reset() { *m = CropHintsAnnotation{} } func (m *CropHintsAnnotation) String() string { return proto.CompactTextString(m) } func (*CropHintsAnnotation) ProtoMessage() {} func (*CropHintsAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{14} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{14} } func (m *CropHintsAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CropHintsAnnotation.Unmarshal(m, b) @@ -1462,7 +1462,7 @@ func (m *CropHintsParams) Reset() { *m = CropHintsParams{} } func (m *CropHintsParams) String() string { return proto.CompactTextString(m) } func (*CropHintsParams) ProtoMessage() {} func (*CropHintsParams) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{15} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{15} } func (m *CropHintsParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CropHintsParams.Unmarshal(m, b) @@ -1502,7 +1502,7 @@ func (m *WebDetectionParams) Reset() { *m = WebDetectionParams{} } func (m *WebDetectionParams) String() string { return proto.CompactTextString(m) } func (*WebDetectionParams) ProtoMessage() {} func (*WebDetectionParams) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{16} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{16} } func (m *WebDetectionParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetectionParams.Unmarshal(m, b) @@ -1557,7 +1557,7 @@ func (m *ImageContext) Reset() { *m = ImageContext{} } func (m *ImageContext) String() string { return proto.CompactTextString(m) } func (*ImageContext) ProtoMessage() {} func (*ImageContext) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{17} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{17} } func (m *ImageContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageContext.Unmarshal(m, b) @@ -1630,7 +1630,7 @@ func (m *AnnotateImageRequest) Reset() { *m = AnnotateImageRequest{} } func (m *AnnotateImageRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateImageRequest) ProtoMessage() {} func (*AnnotateImageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{18} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{18} } func (m *AnnotateImageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateImageRequest.Unmarshal(m, b) @@ -1688,7 +1688,7 @@ func (m *ImageAnnotationContext) Reset() { *m = ImageAnnotationContext{} func (m *ImageAnnotationContext) String() string { return proto.CompactTextString(m) } func (*ImageAnnotationContext) ProtoMessage() {} func (*ImageAnnotationContext) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{19} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{19} } func (m *ImageAnnotationContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageAnnotationContext.Unmarshal(m, b) @@ -1768,7 +1768,7 @@ func (m *AnnotateImageResponse) Reset() { *m = AnnotateImageResponse{} } func (m *AnnotateImageResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateImageResponse) ProtoMessage() {} func (*AnnotateImageResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{20} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{20} } func (m *AnnotateImageResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateImageResponse.Unmarshal(m, b) @@ -1904,7 +1904,7 @@ func (m *AnnotateFileResponse) Reset() { *m = AnnotateFileResponse{} } func (m *AnnotateFileResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateFileResponse) ProtoMessage() {} func (*AnnotateFileResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{21} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{21} } func (m *AnnotateFileResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateFileResponse.Unmarshal(m, b) @@ -1958,7 +1958,7 @@ func (m *BatchAnnotateImagesRequest) Reset() { *m = BatchAnnotateImagesR func (m *BatchAnnotateImagesRequest) String() string { return proto.CompactTextString(m) } func (*BatchAnnotateImagesRequest) ProtoMessage() {} func (*BatchAnnotateImagesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{22} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{22} } func (m *BatchAnnotateImagesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchAnnotateImagesRequest.Unmarshal(m, b) @@ -1998,7 +1998,7 @@ func (m *BatchAnnotateImagesResponse) Reset() { *m = BatchAnnotateImages func (m *BatchAnnotateImagesResponse) String() string { return proto.CompactTextString(m) } func (*BatchAnnotateImagesResponse) ProtoMessage() {} func (*BatchAnnotateImagesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{23} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{23} } func (m *BatchAnnotateImagesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchAnnotateImagesResponse.Unmarshal(m, b) @@ -2057,7 +2057,7 @@ func (m *AnnotateFileRequest) Reset() { *m = AnnotateFileRequest{} } func (m *AnnotateFileRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateFileRequest) ProtoMessage() {} func (*AnnotateFileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{24} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{24} } func (m *AnnotateFileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateFileRequest.Unmarshal(m, b) @@ -2119,7 +2119,7 @@ func (m *BatchAnnotateFilesRequest) Reset() { *m = BatchAnnotateFilesReq func (m *BatchAnnotateFilesRequest) String() string { return proto.CompactTextString(m) } func (*BatchAnnotateFilesRequest) ProtoMessage() {} func (*BatchAnnotateFilesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{25} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{25} } func (m *BatchAnnotateFilesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchAnnotateFilesRequest.Unmarshal(m, b) @@ -2160,7 +2160,7 @@ func (m *BatchAnnotateFilesResponse) Reset() { *m = BatchAnnotateFilesRe func (m *BatchAnnotateFilesResponse) String() string { return proto.CompactTextString(m) } func (*BatchAnnotateFilesResponse) ProtoMessage() {} func (*BatchAnnotateFilesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{26} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{26} } func (m *BatchAnnotateFilesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchAnnotateFilesResponse.Unmarshal(m, b) @@ -2206,7 +2206,7 @@ func (m *AsyncAnnotateFileRequest) Reset() { *m = AsyncAnnotateFileReque func (m *AsyncAnnotateFileRequest) String() string { return proto.CompactTextString(m) } func (*AsyncAnnotateFileRequest) ProtoMessage() {} func (*AsyncAnnotateFileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{27} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{27} } func (m *AsyncAnnotateFileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncAnnotateFileRequest.Unmarshal(m, b) @@ -2267,7 +2267,7 @@ func (m *AsyncAnnotateFileResponse) Reset() { *m = AsyncAnnotateFileResp func (m *AsyncAnnotateFileResponse) String() string { return proto.CompactTextString(m) } func (*AsyncAnnotateFileResponse) ProtoMessage() {} func (*AsyncAnnotateFileResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{28} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{28} } func (m *AsyncAnnotateFileResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncAnnotateFileResponse.Unmarshal(m, b) @@ -2309,7 +2309,7 @@ func (m *AsyncBatchAnnotateImagesRequest) Reset() { *m = AsyncBatchAnnot func (m *AsyncBatchAnnotateImagesRequest) String() string { return proto.CompactTextString(m) } func (*AsyncBatchAnnotateImagesRequest) ProtoMessage() {} func (*AsyncBatchAnnotateImagesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{29} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{29} } func (m *AsyncBatchAnnotateImagesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncBatchAnnotateImagesRequest.Unmarshal(m, b) @@ -2356,7 +2356,7 @@ func (m *AsyncBatchAnnotateImagesResponse) Reset() { *m = AsyncBatchAnno func (m *AsyncBatchAnnotateImagesResponse) String() string { return proto.CompactTextString(m) } func (*AsyncBatchAnnotateImagesResponse) ProtoMessage() {} func (*AsyncBatchAnnotateImagesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{30} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{30} } func (m *AsyncBatchAnnotateImagesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncBatchAnnotateImagesResponse.Unmarshal(m, b) @@ -2397,7 +2397,7 @@ func (m *AsyncBatchAnnotateFilesRequest) Reset() { *m = AsyncBatchAnnota func (m *AsyncBatchAnnotateFilesRequest) String() string { return proto.CompactTextString(m) } func (*AsyncBatchAnnotateFilesRequest) ProtoMessage() {} func (*AsyncBatchAnnotateFilesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{31} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{31} } func (m *AsyncBatchAnnotateFilesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncBatchAnnotateFilesRequest.Unmarshal(m, b) @@ -2438,7 +2438,7 @@ func (m *AsyncBatchAnnotateFilesResponse) Reset() { *m = AsyncBatchAnnot func (m *AsyncBatchAnnotateFilesResponse) String() string { return proto.CompactTextString(m) } func (*AsyncBatchAnnotateFilesResponse) ProtoMessage() {} func (*AsyncBatchAnnotateFilesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{32} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{32} } func (m *AsyncBatchAnnotateFilesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncBatchAnnotateFilesResponse.Unmarshal(m, b) @@ -2488,7 +2488,7 @@ func (m *InputConfig) Reset() { *m = InputConfig{} } func (m *InputConfig) String() string { return proto.CompactTextString(m) } func (*InputConfig) ProtoMessage() {} func (*InputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{33} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{33} } func (m *InputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InputConfig.Unmarshal(m, b) @@ -2554,7 +2554,7 @@ func (m *OutputConfig) Reset() { *m = OutputConfig{} } func (m *OutputConfig) String() string { return proto.CompactTextString(m) } func (*OutputConfig) ProtoMessage() {} func (*OutputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{34} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{34} } func (m *OutputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OutputConfig.Unmarshal(m, b) @@ -2602,7 +2602,7 @@ func (m *GcsSource) Reset() { *m = GcsSource{} } func (m *GcsSource) String() string { return proto.CompactTextString(m) } func (*GcsSource) ProtoMessage() {} func (*GcsSource) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{35} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{35} } func (m *GcsSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsSource.Unmarshal(m, b) @@ -2663,7 +2663,7 @@ func (m *GcsDestination) Reset() { *m = GcsDestination{} } func (m *GcsDestination) String() string { return proto.CompactTextString(m) } func (*GcsDestination) ProtoMessage() {} func (*GcsDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{36} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{36} } func (m *GcsDestination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsDestination.Unmarshal(m, b) @@ -2707,7 +2707,7 @@ func (m *OperationMetadata) Reset() { *m = OperationMetadata{} } func (m *OperationMetadata) String() string { return proto.CompactTextString(m) } func (*OperationMetadata) ProtoMessage() {} func (*OperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_6cd7110f88ccf60d, []int{37} + return fileDescriptor_image_annotator_faae31fa1d905783, []int{37} } func (m *OperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationMetadata.Unmarshal(m, b) @@ -3012,10 +3012,10 @@ var _ImageAnnotator_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/vision/v1/image_annotator.proto", fileDescriptor_image_annotator_6cd7110f88ccf60d) + proto.RegisterFile("google/cloud/vision/v1/image_annotator.proto", fileDescriptor_image_annotator_faae31fa1d905783) } -var fileDescriptor_image_annotator_6cd7110f88ccf60d = []byte{ +var fileDescriptor_image_annotator_faae31fa1d905783 = []byte{ // 3240 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0x5f, 0x6f, 0x1b, 0x59, 0x15, 0x5f, 0xdb, 0x71, 0x62, 0x1f, 0x3b, 0xc9, 0xe4, 0x3a, 0x49, 0xdd, 0xb4, 0x69, 0xd3, 0x59, diff --git a/googleapis/cloud/vision/v1/product_search.pb.go b/googleapis/cloud/vision/v1/product_search.pb.go index 93cdf3188e..d8fadc4f56 100644 --- a/googleapis/cloud/vision/v1/product_search.pb.go +++ b/googleapis/cloud/vision/v1/product_search.pb.go @@ -53,7 +53,7 @@ func (m *ProductSearchParams) Reset() { *m = ProductSearchParams{} } func (m *ProductSearchParams) String() string { return proto.CompactTextString(m) } func (*ProductSearchParams) ProtoMessage() {} func (*ProductSearchParams) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_2518938c42ac81f7, []int{0} + return fileDescriptor_product_search_541754fa22b35e11, []int{0} } func (m *ProductSearchParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductSearchParams.Unmarshal(m, b) @@ -123,7 +123,7 @@ func (m *ProductSearchResults) Reset() { *m = ProductSearchResults{} } func (m *ProductSearchResults) String() string { return proto.CompactTextString(m) } func (*ProductSearchResults) ProtoMessage() {} func (*ProductSearchResults) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_2518938c42ac81f7, []int{1} + return fileDescriptor_product_search_541754fa22b35e11, []int{1} } func (m *ProductSearchResults) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductSearchResults.Unmarshal(m, b) @@ -183,7 +183,7 @@ func (m *ProductSearchResults_Result) Reset() { *m = ProductSearchResult func (m *ProductSearchResults_Result) String() string { return proto.CompactTextString(m) } func (*ProductSearchResults_Result) ProtoMessage() {} func (*ProductSearchResults_Result) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_2518938c42ac81f7, []int{1, 0} + return fileDescriptor_product_search_541754fa22b35e11, []int{1, 0} } func (m *ProductSearchResults_Result) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductSearchResults_Result.Unmarshal(m, b) @@ -240,7 +240,7 @@ func (m *ProductSearchResults_GroupedResult) Reset() { *m = ProductSearc func (m *ProductSearchResults_GroupedResult) String() string { return proto.CompactTextString(m) } func (*ProductSearchResults_GroupedResult) ProtoMessage() {} func (*ProductSearchResults_GroupedResult) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_2518938c42ac81f7, []int{1, 1} + return fileDescriptor_product_search_541754fa22b35e11, []int{1, 1} } func (m *ProductSearchResults_GroupedResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductSearchResults_GroupedResult.Unmarshal(m, b) @@ -282,10 +282,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1/product_search.proto", fileDescriptor_product_search_2518938c42ac81f7) + proto.RegisterFile("google/cloud/vision/v1/product_search.proto", fileDescriptor_product_search_541754fa22b35e11) } -var fileDescriptor_product_search_2518938c42ac81f7 = []byte{ +var fileDescriptor_product_search_541754fa22b35e11 = []byte{ // 485 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x93, 0xcf, 0x6f, 0xd3, 0x30, 0x14, 0xc7, 0x95, 0x76, 0x4b, 0xa9, 0xcb, 0x0e, 0x98, 0x31, 0xa2, 0x08, 0xa9, 0xd5, 0x04, 0x52, diff --git a/googleapis/cloud/vision/v1/product_search_service.pb.go b/googleapis/cloud/vision/v1/product_search_service.pb.go index b6dca27a3e..2927b73b84 100644 --- a/googleapis/cloud/vision/v1/product_search_service.pb.go +++ b/googleapis/cloud/vision/v1/product_search_service.pb.go @@ -67,7 +67,7 @@ func (x BatchOperationMetadata_State) String() string { return proto.EnumName(BatchOperationMetadata_State_name, int32(x)) } func (BatchOperationMetadata_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{28, 0} + return fileDescriptor_product_search_service_914a807106064587, []int{28, 0} } // A Product contains ReferenceImages. @@ -109,7 +109,7 @@ func (m *Product) Reset() { *m = Product{} } func (m *Product) String() string { return proto.CompactTextString(m) } func (*Product) ProtoMessage() {} func (*Product) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{0} + return fileDescriptor_product_search_service_914a807106064587, []int{0} } func (m *Product) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Product.Unmarshal(m, b) @@ -181,7 +181,7 @@ func (m *Product_KeyValue) Reset() { *m = Product_KeyValue{} } func (m *Product_KeyValue) String() string { return proto.CompactTextString(m) } func (*Product_KeyValue) ProtoMessage() {} func (*Product_KeyValue) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{0, 0} + return fileDescriptor_product_search_service_914a807106064587, []int{0, 0} } func (m *Product_KeyValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Product_KeyValue.Unmarshal(m, b) @@ -250,7 +250,7 @@ func (m *ProductSet) Reset() { *m = ProductSet{} } func (m *ProductSet) String() string { return proto.CompactTextString(m) } func (*ProductSet) ProtoMessage() {} func (*ProductSet) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{1} + return fileDescriptor_product_search_service_914a807106064587, []int{1} } func (m *ProductSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductSet.Unmarshal(m, b) @@ -333,7 +333,7 @@ func (m *ReferenceImage) Reset() { *m = ReferenceImage{} } func (m *ReferenceImage) String() string { return proto.CompactTextString(m) } func (*ReferenceImage) ProtoMessage() {} func (*ReferenceImage) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{2} + return fileDescriptor_product_search_service_914a807106064587, []int{2} } func (m *ReferenceImage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReferenceImage.Unmarshal(m, b) @@ -397,7 +397,7 @@ func (m *CreateProductRequest) Reset() { *m = CreateProductRequest{} } func (m *CreateProductRequest) String() string { return proto.CompactTextString(m) } func (*CreateProductRequest) ProtoMessage() {} func (*CreateProductRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{3} + return fileDescriptor_product_search_service_914a807106064587, []int{3} } func (m *CreateProductRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateProductRequest.Unmarshal(m, b) @@ -458,7 +458,7 @@ func (m *ListProductsRequest) Reset() { *m = ListProductsRequest{} } func (m *ListProductsRequest) String() string { return proto.CompactTextString(m) } func (*ListProductsRequest) ProtoMessage() {} func (*ListProductsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{4} + return fileDescriptor_product_search_service_914a807106064587, []int{4} } func (m *ListProductsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductsRequest.Unmarshal(m, b) @@ -515,7 +515,7 @@ func (m *ListProductsResponse) Reset() { *m = ListProductsResponse{} } func (m *ListProductsResponse) String() string { return proto.CompactTextString(m) } func (*ListProductsResponse) ProtoMessage() {} func (*ListProductsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{5} + return fileDescriptor_product_search_service_914a807106064587, []int{5} } func (m *ListProductsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductsResponse.Unmarshal(m, b) @@ -565,7 +565,7 @@ func (m *GetProductRequest) Reset() { *m = GetProductRequest{} } func (m *GetProductRequest) String() string { return proto.CompactTextString(m) } func (*GetProductRequest) ProtoMessage() {} func (*GetProductRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{6} + return fileDescriptor_product_search_service_914a807106064587, []int{6} } func (m *GetProductRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetProductRequest.Unmarshal(m, b) @@ -612,7 +612,7 @@ func (m *UpdateProductRequest) Reset() { *m = UpdateProductRequest{} } func (m *UpdateProductRequest) String() string { return proto.CompactTextString(m) } func (*UpdateProductRequest) ProtoMessage() {} func (*UpdateProductRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{7} + return fileDescriptor_product_search_service_914a807106064587, []int{7} } func (m *UpdateProductRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateProductRequest.Unmarshal(m, b) @@ -662,7 +662,7 @@ func (m *DeleteProductRequest) Reset() { *m = DeleteProductRequest{} } func (m *DeleteProductRequest) String() string { return proto.CompactTextString(m) } func (*DeleteProductRequest) ProtoMessage() {} func (*DeleteProductRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{8} + return fileDescriptor_product_search_service_914a807106064587, []int{8} } func (m *DeleteProductRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteProductRequest.Unmarshal(m, b) @@ -711,7 +711,7 @@ func (m *CreateProductSetRequest) Reset() { *m = CreateProductSetRequest func (m *CreateProductSetRequest) String() string { return proto.CompactTextString(m) } func (*CreateProductSetRequest) ProtoMessage() {} func (*CreateProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{9} + return fileDescriptor_product_search_service_914a807106064587, []int{9} } func (m *CreateProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateProductSetRequest.Unmarshal(m, b) @@ -771,7 +771,7 @@ func (m *ListProductSetsRequest) Reset() { *m = ListProductSetsRequest{} func (m *ListProductSetsRequest) String() string { return proto.CompactTextString(m) } func (*ListProductSetsRequest) ProtoMessage() {} func (*ListProductSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{10} + return fileDescriptor_product_search_service_914a807106064587, []int{10} } func (m *ListProductSetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductSetsRequest.Unmarshal(m, b) @@ -828,7 +828,7 @@ func (m *ListProductSetsResponse) Reset() { *m = ListProductSetsResponse func (m *ListProductSetsResponse) String() string { return proto.CompactTextString(m) } func (*ListProductSetsResponse) ProtoMessage() {} func (*ListProductSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{11} + return fileDescriptor_product_search_service_914a807106064587, []int{11} } func (m *ListProductSetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductSetsResponse.Unmarshal(m, b) @@ -878,7 +878,7 @@ func (m *GetProductSetRequest) Reset() { *m = GetProductSetRequest{} } func (m *GetProductSetRequest) String() string { return proto.CompactTextString(m) } func (*GetProductSetRequest) ProtoMessage() {} func (*GetProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{12} + return fileDescriptor_product_search_service_914a807106064587, []int{12} } func (m *GetProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetProductSetRequest.Unmarshal(m, b) @@ -923,7 +923,7 @@ func (m *UpdateProductSetRequest) Reset() { *m = UpdateProductSetRequest func (m *UpdateProductSetRequest) String() string { return proto.CompactTextString(m) } func (*UpdateProductSetRequest) ProtoMessage() {} func (*UpdateProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{13} + return fileDescriptor_product_search_service_914a807106064587, []int{13} } func (m *UpdateProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateProductSetRequest.Unmarshal(m, b) @@ -973,7 +973,7 @@ func (m *DeleteProductSetRequest) Reset() { *m = DeleteProductSetRequest func (m *DeleteProductSetRequest) String() string { return proto.CompactTextString(m) } func (*DeleteProductSetRequest) ProtoMessage() {} func (*DeleteProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{14} + return fileDescriptor_product_search_service_914a807106064587, []int{14} } func (m *DeleteProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteProductSetRequest.Unmarshal(m, b) @@ -1024,7 +1024,7 @@ func (m *CreateReferenceImageRequest) Reset() { *m = CreateReferenceImag func (m *CreateReferenceImageRequest) String() string { return proto.CompactTextString(m) } func (*CreateReferenceImageRequest) ProtoMessage() {} func (*CreateReferenceImageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{15} + return fileDescriptor_product_search_service_914a807106064587, []int{15} } func (m *CreateReferenceImageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateReferenceImageRequest.Unmarshal(m, b) @@ -1088,7 +1088,7 @@ func (m *ListReferenceImagesRequest) Reset() { *m = ListReferenceImagesR func (m *ListReferenceImagesRequest) String() string { return proto.CompactTextString(m) } func (*ListReferenceImagesRequest) ProtoMessage() {} func (*ListReferenceImagesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{16} + return fileDescriptor_product_search_service_914a807106064587, []int{16} } func (m *ListReferenceImagesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListReferenceImagesRequest.Unmarshal(m, b) @@ -1146,7 +1146,7 @@ func (m *ListReferenceImagesResponse) Reset() { *m = ListReferenceImages func (m *ListReferenceImagesResponse) String() string { return proto.CompactTextString(m) } func (*ListReferenceImagesResponse) ProtoMessage() {} func (*ListReferenceImagesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{17} + return fileDescriptor_product_search_service_914a807106064587, []int{17} } func (m *ListReferenceImagesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListReferenceImagesResponse.Unmarshal(m, b) @@ -1204,7 +1204,7 @@ func (m *GetReferenceImageRequest) Reset() { *m = GetReferenceImageReque func (m *GetReferenceImageRequest) String() string { return proto.CompactTextString(m) } func (*GetReferenceImageRequest) ProtoMessage() {} func (*GetReferenceImageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{18} + return fileDescriptor_product_search_service_914a807106064587, []int{18} } func (m *GetReferenceImageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetReferenceImageRequest.Unmarshal(m, b) @@ -1248,7 +1248,7 @@ func (m *DeleteReferenceImageRequest) Reset() { *m = DeleteReferenceImag func (m *DeleteReferenceImageRequest) String() string { return proto.CompactTextString(m) } func (*DeleteReferenceImageRequest) ProtoMessage() {} func (*DeleteReferenceImageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{19} + return fileDescriptor_product_search_service_914a807106064587, []int{19} } func (m *DeleteReferenceImageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteReferenceImageRequest.Unmarshal(m, b) @@ -1296,7 +1296,7 @@ func (m *AddProductToProductSetRequest) Reset() { *m = AddProductToProdu func (m *AddProductToProductSetRequest) String() string { return proto.CompactTextString(m) } func (*AddProductToProductSetRequest) ProtoMessage() {} func (*AddProductToProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{20} + return fileDescriptor_product_search_service_914a807106064587, []int{20} } func (m *AddProductToProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddProductToProductSetRequest.Unmarshal(m, b) @@ -1351,7 +1351,7 @@ func (m *RemoveProductFromProductSetRequest) Reset() { *m = RemoveProduc func (m *RemoveProductFromProductSetRequest) String() string { return proto.CompactTextString(m) } func (*RemoveProductFromProductSetRequest) ProtoMessage() {} func (*RemoveProductFromProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{21} + return fileDescriptor_product_search_service_914a807106064587, []int{21} } func (m *RemoveProductFromProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemoveProductFromProductSetRequest.Unmarshal(m, b) @@ -1405,7 +1405,7 @@ func (m *ListProductsInProductSetRequest) Reset() { *m = ListProductsInP func (m *ListProductsInProductSetRequest) String() string { return proto.CompactTextString(m) } func (*ListProductsInProductSetRequest) ProtoMessage() {} func (*ListProductsInProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{22} + return fileDescriptor_product_search_service_914a807106064587, []int{22} } func (m *ListProductsInProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductsInProductSetRequest.Unmarshal(m, b) @@ -1462,7 +1462,7 @@ func (m *ListProductsInProductSetResponse) Reset() { *m = ListProductsIn func (m *ListProductsInProductSetResponse) String() string { return proto.CompactTextString(m) } func (*ListProductsInProductSetResponse) ProtoMessage() {} func (*ListProductsInProductSetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{23} + return fileDescriptor_product_search_service_914a807106064587, []int{23} } func (m *ListProductsInProductSetResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductsInProductSetResponse.Unmarshal(m, b) @@ -1572,7 +1572,7 @@ func (m *ImportProductSetsGcsSource) Reset() { *m = ImportProductSetsGcs func (m *ImportProductSetsGcsSource) String() string { return proto.CompactTextString(m) } func (*ImportProductSetsGcsSource) ProtoMessage() {} func (*ImportProductSetsGcsSource) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{24} + return fileDescriptor_product_search_service_914a807106064587, []int{24} } func (m *ImportProductSetsGcsSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportProductSetsGcsSource.Unmarshal(m, b) @@ -1615,7 +1615,7 @@ func (m *ImportProductSetsInputConfig) Reset() { *m = ImportProductSetsI func (m *ImportProductSetsInputConfig) String() string { return proto.CompactTextString(m) } func (*ImportProductSetsInputConfig) ProtoMessage() {} func (*ImportProductSetsInputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{25} + return fileDescriptor_product_search_service_914a807106064587, []int{25} } func (m *ImportProductSetsInputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportProductSetsInputConfig.Unmarshal(m, b) @@ -1731,7 +1731,7 @@ func (m *ImportProductSetsRequest) Reset() { *m = ImportProductSetsReque func (m *ImportProductSetsRequest) String() string { return proto.CompactTextString(m) } func (*ImportProductSetsRequest) ProtoMessage() {} func (*ImportProductSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{26} + return fileDescriptor_product_search_service_914a807106064587, []int{26} } func (m *ImportProductSetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportProductSetsRequest.Unmarshal(m, b) @@ -1791,7 +1791,7 @@ func (m *ImportProductSetsResponse) Reset() { *m = ImportProductSetsResp func (m *ImportProductSetsResponse) String() string { return proto.CompactTextString(m) } func (*ImportProductSetsResponse) ProtoMessage() {} func (*ImportProductSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{27} + return fileDescriptor_product_search_service_914a807106064587, []int{27} } func (m *ImportProductSetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportProductSetsResponse.Unmarshal(m, b) @@ -1847,7 +1847,7 @@ func (m *BatchOperationMetadata) Reset() { *m = BatchOperationMetadata{} func (m *BatchOperationMetadata) String() string { return proto.CompactTextString(m) } func (*BatchOperationMetadata) ProtoMessage() {} func (*BatchOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_05b23c95580d8dfa, []int{28} + return fileDescriptor_product_search_service_914a807106064587, []int{28} } func (m *BatchOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchOperationMetadata.Unmarshal(m, b) @@ -2820,10 +2820,10 @@ var _ProductSearch_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/vision/v1/product_search_service.proto", fileDescriptor_product_search_service_05b23c95580d8dfa) + proto.RegisterFile("google/cloud/vision/v1/product_search_service.proto", fileDescriptor_product_search_service_914a807106064587) } -var fileDescriptor_product_search_service_05b23c95580d8dfa = []byte{ +var fileDescriptor_product_search_service_914a807106064587 = []byte{ // 1853 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x59, 0x4f, 0x73, 0xdb, 0xc6, 0x15, 0xcf, 0x4a, 0x96, 0x2d, 0x3d, 0x8a, 0x12, 0xbd, 0x55, 0x25, 0x86, 0x8a, 0xc7, 0x2a, 0x9a, diff --git a/googleapis/cloud/vision/v1/text_annotation.pb.go b/googleapis/cloud/vision/v1/text_annotation.pb.go index 10f6ae94d2..4dc4594fc2 100644 --- a/googleapis/cloud/vision/v1/text_annotation.pb.go +++ b/googleapis/cloud/vision/v1/text_annotation.pb.go @@ -59,7 +59,7 @@ func (x TextAnnotation_DetectedBreak_BreakType) String() string { return proto.EnumName(TextAnnotation_DetectedBreak_BreakType_name, int32(x)) } func (TextAnnotation_DetectedBreak_BreakType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_7450293501cc3cb0, []int{0, 1, 0} + return fileDescriptor_text_annotation_29fd59b3d2ddfb72, []int{0, 1, 0} } // Type of a block (text, image etc) as identified by OCR. @@ -101,7 +101,7 @@ func (x Block_BlockType) String() string { return proto.EnumName(Block_BlockType_name, int32(x)) } func (Block_BlockType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_7450293501cc3cb0, []int{2, 0} + return fileDescriptor_text_annotation_29fd59b3d2ddfb72, []int{2, 0} } // TextAnnotation contains a structured representation of OCR extracted text. @@ -126,7 +126,7 @@ func (m *TextAnnotation) Reset() { *m = TextAnnotation{} } func (m *TextAnnotation) String() string { return proto.CompactTextString(m) } func (*TextAnnotation) ProtoMessage() {} func (*TextAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_7450293501cc3cb0, []int{0} + return fileDescriptor_text_annotation_29fd59b3d2ddfb72, []int{0} } func (m *TextAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation.Unmarshal(m, b) @@ -177,7 +177,7 @@ func (m *TextAnnotation_DetectedLanguage) Reset() { *m = TextAnnotation_ func (m *TextAnnotation_DetectedLanguage) String() string { return proto.CompactTextString(m) } func (*TextAnnotation_DetectedLanguage) ProtoMessage() {} func (*TextAnnotation_DetectedLanguage) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_7450293501cc3cb0, []int{0, 0} + return fileDescriptor_text_annotation_29fd59b3d2ddfb72, []int{0, 0} } func (m *TextAnnotation_DetectedLanguage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation_DetectedLanguage.Unmarshal(m, b) @@ -226,7 +226,7 @@ func (m *TextAnnotation_DetectedBreak) Reset() { *m = TextAnnotation_Det func (m *TextAnnotation_DetectedBreak) String() string { return proto.CompactTextString(m) } func (*TextAnnotation_DetectedBreak) ProtoMessage() {} func (*TextAnnotation_DetectedBreak) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_7450293501cc3cb0, []int{0, 1} + return fileDescriptor_text_annotation_29fd59b3d2ddfb72, []int{0, 1} } func (m *TextAnnotation_DetectedBreak) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation_DetectedBreak.Unmarshal(m, b) @@ -275,7 +275,7 @@ func (m *TextAnnotation_TextProperty) Reset() { *m = TextAnnotation_Text func (m *TextAnnotation_TextProperty) String() string { return proto.CompactTextString(m) } func (*TextAnnotation_TextProperty) ProtoMessage() {} func (*TextAnnotation_TextProperty) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_7450293501cc3cb0, []int{0, 2} + return fileDescriptor_text_annotation_29fd59b3d2ddfb72, []int{0, 2} } func (m *TextAnnotation_TextProperty) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation_TextProperty.Unmarshal(m, b) @@ -332,7 +332,7 @@ func (m *Page) Reset() { *m = Page{} } func (m *Page) String() string { return proto.CompactTextString(m) } func (*Page) ProtoMessage() {} func (*Page) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_7450293501cc3cb0, []int{1} + return fileDescriptor_text_annotation_29fd59b3d2ddfb72, []int{1} } func (m *Page) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Page.Unmarshal(m, b) @@ -427,7 +427,7 @@ func (m *Block) Reset() { *m = Block{} } func (m *Block) String() string { return proto.CompactTextString(m) } func (*Block) ProtoMessage() {} func (*Block) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_7450293501cc3cb0, []int{2} + return fileDescriptor_text_annotation_29fd59b3d2ddfb72, []int{2} } func (m *Block) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Block.Unmarshal(m, b) @@ -515,7 +515,7 @@ func (m *Paragraph) Reset() { *m = Paragraph{} } func (m *Paragraph) String() string { return proto.CompactTextString(m) } func (*Paragraph) ProtoMessage() {} func (*Paragraph) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_7450293501cc3cb0, []int{3} + return fileDescriptor_text_annotation_29fd59b3d2ddfb72, []int{3} } func (m *Paragraph) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Paragraph.Unmarshal(m, b) @@ -597,7 +597,7 @@ func (m *Word) Reset() { *m = Word{} } func (m *Word) String() string { return proto.CompactTextString(m) } func (*Word) ProtoMessage() {} func (*Word) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_7450293501cc3cb0, []int{4} + return fileDescriptor_text_annotation_29fd59b3d2ddfb72, []int{4} } func (m *Word) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Word.Unmarshal(m, b) @@ -678,7 +678,7 @@ func (m *Symbol) Reset() { *m = Symbol{} } func (m *Symbol) String() string { return proto.CompactTextString(m) } func (*Symbol) ProtoMessage() {} func (*Symbol) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_7450293501cc3cb0, []int{5} + return fileDescriptor_text_annotation_29fd59b3d2ddfb72, []int{5} } func (m *Symbol) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Symbol.Unmarshal(m, b) @@ -741,10 +741,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1/text_annotation.proto", fileDescriptor_text_annotation_7450293501cc3cb0) + proto.RegisterFile("google/cloud/vision/v1/text_annotation.proto", fileDescriptor_text_annotation_29fd59b3d2ddfb72) } -var fileDescriptor_text_annotation_7450293501cc3cb0 = []byte{ +var fileDescriptor_text_annotation_29fd59b3d2ddfb72 = []byte{ // 774 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0xcf, 0x6f, 0xd3, 0x58, 0x10, 0x5e, 0x27, 0x76, 0x1a, 0x4f, 0xda, 0xc8, 0xfb, 0x76, 0x55, 0x45, 0xd9, 0x6e, 0xd5, 0xcd, diff --git a/googleapis/cloud/vision/v1/web_detection.pb.go b/googleapis/cloud/vision/v1/web_detection.pb.go index 29f1619aa2..9880f23a7b 100644 --- a/googleapis/cloud/vision/v1/web_detection.pb.go +++ b/googleapis/cloud/vision/v1/web_detection.pb.go @@ -46,7 +46,7 @@ func (m *WebDetection) Reset() { *m = WebDetection{} } func (m *WebDetection) String() string { return proto.CompactTextString(m) } func (*WebDetection) ProtoMessage() {} func (*WebDetection) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_5b9f638086911196, []int{0} + return fileDescriptor_web_detection_bc054784537d86ab, []int{0} } func (m *WebDetection) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection.Unmarshal(m, b) @@ -126,7 +126,7 @@ func (m *WebDetection_WebEntity) Reset() { *m = WebDetection_WebEntity{} func (m *WebDetection_WebEntity) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebEntity) ProtoMessage() {} func (*WebDetection_WebEntity) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_5b9f638086911196, []int{0, 0} + return fileDescriptor_web_detection_bc054784537d86ab, []int{0, 0} } func (m *WebDetection_WebEntity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebEntity.Unmarshal(m, b) @@ -182,7 +182,7 @@ func (m *WebDetection_WebImage) Reset() { *m = WebDetection_WebImage{} } func (m *WebDetection_WebImage) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebImage) ProtoMessage() {} func (*WebDetection_WebImage) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_5b9f638086911196, []int{0, 1} + return fileDescriptor_web_detection_bc054784537d86ab, []int{0, 1} } func (m *WebDetection_WebImage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebImage.Unmarshal(m, b) @@ -233,7 +233,7 @@ func (m *WebDetection_WebLabel) Reset() { *m = WebDetection_WebLabel{} } func (m *WebDetection_WebLabel) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebLabel) ProtoMessage() {} func (*WebDetection_WebLabel) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_5b9f638086911196, []int{0, 2} + return fileDescriptor_web_detection_bc054784537d86ab, []int{0, 2} } func (m *WebDetection_WebLabel) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebLabel.Unmarshal(m, b) @@ -292,7 +292,7 @@ func (m *WebDetection_WebPage) Reset() { *m = WebDetection_WebPage{} } func (m *WebDetection_WebPage) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebPage) ProtoMessage() {} func (*WebDetection_WebPage) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_5b9f638086911196, []int{0, 3} + return fileDescriptor_web_detection_bc054784537d86ab, []int{0, 3} } func (m *WebDetection_WebPage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebPage.Unmarshal(m, b) @@ -356,10 +356,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1/web_detection.proto", fileDescriptor_web_detection_5b9f638086911196) + proto.RegisterFile("google/cloud/vision/v1/web_detection.proto", fileDescriptor_web_detection_bc054784537d86ab) } -var fileDescriptor_web_detection_5b9f638086911196 = []byte{ +var fileDescriptor_web_detection_bc054784537d86ab = []byte{ // 511 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x94, 0xdf, 0x6e, 0xd3, 0x30, 0x14, 0xc6, 0x95, 0xb6, 0x1b, 0xad, 0x5b, 0x04, 0xb3, 0x06, 0x8b, 0x02, 0x48, 0x15, 0xdc, 0x54, diff --git a/googleapis/cloud/vision/v1p1beta1/geometry.pb.go b/googleapis/cloud/vision/v1p1beta1/geometry.pb.go index 775ad1c8f4..c3ce08dd99 100644 --- a/googleapis/cloud/vision/v1p1beta1/geometry.pb.go +++ b/googleapis/cloud/vision/v1p1beta1/geometry.pb.go @@ -34,7 +34,7 @@ func (m *Vertex) Reset() { *m = Vertex{} } func (m *Vertex) String() string { return proto.CompactTextString(m) } func (*Vertex) ProtoMessage() {} func (*Vertex) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_9a7190aad6b30813, []int{0} + return fileDescriptor_geometry_b5cd86c78d12f2ad, []int{0} } func (m *Vertex) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Vertex.Unmarshal(m, b) @@ -81,7 +81,7 @@ func (m *BoundingPoly) Reset() { *m = BoundingPoly{} } func (m *BoundingPoly) String() string { return proto.CompactTextString(m) } func (*BoundingPoly) ProtoMessage() {} func (*BoundingPoly) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_9a7190aad6b30813, []int{1} + return fileDescriptor_geometry_b5cd86c78d12f2ad, []int{1} } func (m *BoundingPoly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BoundingPoly.Unmarshal(m, b) @@ -127,7 +127,7 @@ func (m *Position) Reset() { *m = Position{} } func (m *Position) String() string { return proto.CompactTextString(m) } func (*Position) ProtoMessage() {} func (*Position) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_9a7190aad6b30813, []int{2} + return fileDescriptor_geometry_b5cd86c78d12f2ad, []int{2} } func (m *Position) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Position.Unmarshal(m, b) @@ -175,10 +175,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1p1beta1/geometry.proto", fileDescriptor_geometry_9a7190aad6b30813) + proto.RegisterFile("google/cloud/vision/v1p1beta1/geometry.proto", fileDescriptor_geometry_b5cd86c78d12f2ad) } -var fileDescriptor_geometry_9a7190aad6b30813 = []byte{ +var fileDescriptor_geometry_b5cd86c78d12f2ad = []byte{ // 243 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xb1, 0x4b, 0xc3, 0x40, 0x14, 0x87, 0x79, 0x29, 0x96, 0x72, 0xd6, 0x25, 0x53, 0x16, 0xa1, 0x06, 0x85, 0x0e, 0x72, 0x47, diff --git a/googleapis/cloud/vision/v1p1beta1/image_annotator.pb.go b/googleapis/cloud/vision/v1p1beta1/image_annotator.pb.go index 1bcca167b2..2bd5a88e6f 100644 --- a/googleapis/cloud/vision/v1p1beta1/image_annotator.pb.go +++ b/googleapis/cloud/vision/v1p1beta1/image_annotator.pb.go @@ -67,7 +67,7 @@ func (x Likelihood) String() string { return proto.EnumName(Likelihood_name, int32(x)) } func (Likelihood) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{0} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{0} } // Type of image feature. @@ -130,7 +130,7 @@ func (x Feature_Type) String() string { return proto.EnumName(Feature_Type_name, int32(x)) } func (Feature_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{0, 0} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{0, 0} } // Face landmark (feature) type. @@ -291,7 +291,7 @@ func (x FaceAnnotation_Landmark_Type) String() string { return proto.EnumName(FaceAnnotation_Landmark_Type_name, int32(x)) } func (FaceAnnotation_Landmark_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{3, 0, 0} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{3, 0, 0} } // Users describe the type of Google Cloud Vision API tasks to perform over @@ -316,7 +316,7 @@ func (m *Feature) Reset() { *m = Feature{} } func (m *Feature) String() string { return proto.CompactTextString(m) } func (*Feature) ProtoMessage() {} func (*Feature) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{0} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{0} } func (m *Feature) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Feature.Unmarshal(m, b) @@ -386,7 +386,7 @@ func (m *ImageSource) Reset() { *m = ImageSource{} } func (m *ImageSource) String() string { return proto.CompactTextString(m) } func (*ImageSource) ProtoMessage() {} func (*ImageSource) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{1} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{1} } func (m *ImageSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageSource.Unmarshal(m, b) @@ -439,7 +439,7 @@ func (m *Image) Reset() { *m = Image{} } func (m *Image) String() string { return proto.CompactTextString(m) } func (*Image) ProtoMessage() {} func (*Image) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{2} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{2} } func (m *Image) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Image.Unmarshal(m, b) @@ -530,7 +530,7 @@ func (m *FaceAnnotation) Reset() { *m = FaceAnnotation{} } func (m *FaceAnnotation) String() string { return proto.CompactTextString(m) } func (*FaceAnnotation) ProtoMessage() {} func (*FaceAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{3} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{3} } func (m *FaceAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceAnnotation.Unmarshal(m, b) @@ -670,7 +670,7 @@ func (m *FaceAnnotation_Landmark) Reset() { *m = FaceAnnotation_Landmark func (m *FaceAnnotation_Landmark) String() string { return proto.CompactTextString(m) } func (*FaceAnnotation_Landmark) ProtoMessage() {} func (*FaceAnnotation_Landmark) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{3, 0} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{3, 0} } func (m *FaceAnnotation_Landmark) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceAnnotation_Landmark.Unmarshal(m, b) @@ -717,7 +717,7 @@ func (m *LocationInfo) Reset() { *m = LocationInfo{} } func (m *LocationInfo) String() string { return proto.CompactTextString(m) } func (*LocationInfo) ProtoMessage() {} func (*LocationInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{4} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{4} } func (m *LocationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationInfo.Unmarshal(m, b) @@ -761,7 +761,7 @@ func (m *Property) Reset() { *m = Property{} } func (m *Property) String() string { return proto.CompactTextString(m) } func (*Property) ProtoMessage() {} func (*Property) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{5} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{5} } func (m *Property) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Property.Unmarshal(m, b) @@ -847,7 +847,7 @@ func (m *EntityAnnotation) Reset() { *m = EntityAnnotation{} } func (m *EntityAnnotation) String() string { return proto.CompactTextString(m) } func (*EntityAnnotation) ProtoMessage() {} func (*EntityAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{6} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{6} } func (m *EntityAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityAnnotation.Unmarshal(m, b) @@ -960,7 +960,7 @@ func (m *SafeSearchAnnotation) Reset() { *m = SafeSearchAnnotation{} } func (m *SafeSearchAnnotation) String() string { return proto.CompactTextString(m) } func (*SafeSearchAnnotation) ProtoMessage() {} func (*SafeSearchAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{7} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{7} } func (m *SafeSearchAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SafeSearchAnnotation.Unmarshal(m, b) @@ -1030,7 +1030,7 @@ func (m *LatLongRect) Reset() { *m = LatLongRect{} } func (m *LatLongRect) String() string { return proto.CompactTextString(m) } func (*LatLongRect) ProtoMessage() {} func (*LatLongRect) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{8} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{8} } func (m *LatLongRect) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LatLongRect.Unmarshal(m, b) @@ -1083,7 +1083,7 @@ func (m *ColorInfo) Reset() { *m = ColorInfo{} } func (m *ColorInfo) String() string { return proto.CompactTextString(m) } func (*ColorInfo) ProtoMessage() {} func (*ColorInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{9} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{9} } func (m *ColorInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ColorInfo.Unmarshal(m, b) @@ -1137,7 +1137,7 @@ func (m *DominantColorsAnnotation) Reset() { *m = DominantColorsAnnotati func (m *DominantColorsAnnotation) String() string { return proto.CompactTextString(m) } func (*DominantColorsAnnotation) ProtoMessage() {} func (*DominantColorsAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{10} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{10} } func (m *DominantColorsAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DominantColorsAnnotation.Unmarshal(m, b) @@ -1177,7 +1177,7 @@ func (m *ImageProperties) Reset() { *m = ImageProperties{} } func (m *ImageProperties) String() string { return proto.CompactTextString(m) } func (*ImageProperties) ProtoMessage() {} func (*ImageProperties) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{11} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{11} } func (m *ImageProperties) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageProperties.Unmarshal(m, b) @@ -1223,7 +1223,7 @@ func (m *CropHint) Reset() { *m = CropHint{} } func (m *CropHint) String() string { return proto.CompactTextString(m) } func (*CropHint) ProtoMessage() {} func (*CropHint) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{12} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{12} } func (m *CropHint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CropHint.Unmarshal(m, b) @@ -1277,7 +1277,7 @@ func (m *CropHintsAnnotation) Reset() { *m = CropHintsAnnotation{} } func (m *CropHintsAnnotation) String() string { return proto.CompactTextString(m) } func (*CropHintsAnnotation) ProtoMessage() {} func (*CropHintsAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{13} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{13} } func (m *CropHintsAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CropHintsAnnotation.Unmarshal(m, b) @@ -1322,7 +1322,7 @@ func (m *CropHintsParams) Reset() { *m = CropHintsParams{} } func (m *CropHintsParams) String() string { return proto.CompactTextString(m) } func (*CropHintsParams) ProtoMessage() {} func (*CropHintsParams) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{14} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{14} } func (m *CropHintsParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CropHintsParams.Unmarshal(m, b) @@ -1362,7 +1362,7 @@ func (m *WebDetectionParams) Reset() { *m = WebDetectionParams{} } func (m *WebDetectionParams) String() string { return proto.CompactTextString(m) } func (*WebDetectionParams) ProtoMessage() {} func (*WebDetectionParams) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{15} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{15} } func (m *WebDetectionParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetectionParams.Unmarshal(m, b) @@ -1415,7 +1415,7 @@ func (m *ImageContext) Reset() { *m = ImageContext{} } func (m *ImageContext) String() string { return proto.CompactTextString(m) } func (*ImageContext) ProtoMessage() {} func (*ImageContext) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{16} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{16} } func (m *ImageContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageContext.Unmarshal(m, b) @@ -1481,7 +1481,7 @@ func (m *AnnotateImageRequest) Reset() { *m = AnnotateImageRequest{} } func (m *AnnotateImageRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateImageRequest) ProtoMessage() {} func (*AnnotateImageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{17} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{17} } func (m *AnnotateImageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateImageRequest.Unmarshal(m, b) @@ -1560,7 +1560,7 @@ func (m *AnnotateImageResponse) Reset() { *m = AnnotateImageResponse{} } func (m *AnnotateImageResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateImageResponse) ProtoMessage() {} func (*AnnotateImageResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{18} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{18} } func (m *AnnotateImageResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateImageResponse.Unmarshal(m, b) @@ -1670,7 +1670,7 @@ func (m *BatchAnnotateImagesRequest) Reset() { *m = BatchAnnotateImagesR func (m *BatchAnnotateImagesRequest) String() string { return proto.CompactTextString(m) } func (*BatchAnnotateImagesRequest) ProtoMessage() {} func (*BatchAnnotateImagesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{19} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{19} } func (m *BatchAnnotateImagesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchAnnotateImagesRequest.Unmarshal(m, b) @@ -1710,7 +1710,7 @@ func (m *BatchAnnotateImagesResponse) Reset() { *m = BatchAnnotateImages func (m *BatchAnnotateImagesResponse) String() string { return proto.CompactTextString(m) } func (*BatchAnnotateImagesResponse) ProtoMessage() {} func (*BatchAnnotateImagesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b9bb1d6b9235c514, []int{20} + return fileDescriptor_image_annotator_e65877f16ecf0354, []int{20} } func (m *BatchAnnotateImagesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchAnnotateImagesResponse.Unmarshal(m, b) @@ -1840,10 +1840,10 @@ var _ImageAnnotator_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/vision/v1p1beta1/image_annotator.proto", fileDescriptor_image_annotator_b9bb1d6b9235c514) + proto.RegisterFile("google/cloud/vision/v1p1beta1/image_annotator.proto", fileDescriptor_image_annotator_e65877f16ecf0354) } -var fileDescriptor_image_annotator_b9bb1d6b9235c514 = []byte{ +var fileDescriptor_image_annotator_e65877f16ecf0354 = []byte{ // 2392 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x59, 0xcd, 0x72, 0xe3, 0xc6, 0xf1, 0x37, 0xa9, 0x2f, 0xb2, 0x49, 0x91, 0xd0, 0x48, 0x2b, 0x73, 0xb5, 0xbb, 0x5e, 0x19, 0xff, diff --git a/googleapis/cloud/vision/v1p1beta1/text_annotation.pb.go b/googleapis/cloud/vision/v1p1beta1/text_annotation.pb.go index 9b6d0ab325..168bccc795 100644 --- a/googleapis/cloud/vision/v1p1beta1/text_annotation.pb.go +++ b/googleapis/cloud/vision/v1p1beta1/text_annotation.pb.go @@ -59,7 +59,7 @@ func (x TextAnnotation_DetectedBreak_BreakType) String() string { return proto.EnumName(TextAnnotation_DetectedBreak_BreakType_name, int32(x)) } func (TextAnnotation_DetectedBreak_BreakType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_0320745aa391b099, []int{0, 1, 0} + return fileDescriptor_text_annotation_66d065b83e9aab34, []int{0, 1, 0} } // Type of a block (text, image etc) as identified by OCR. @@ -101,7 +101,7 @@ func (x Block_BlockType) String() string { return proto.EnumName(Block_BlockType_name, int32(x)) } func (Block_BlockType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_0320745aa391b099, []int{2, 0} + return fileDescriptor_text_annotation_66d065b83e9aab34, []int{2, 0} } // TextAnnotation contains a structured representation of OCR extracted text. @@ -126,7 +126,7 @@ func (m *TextAnnotation) Reset() { *m = TextAnnotation{} } func (m *TextAnnotation) String() string { return proto.CompactTextString(m) } func (*TextAnnotation) ProtoMessage() {} func (*TextAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_0320745aa391b099, []int{0} + return fileDescriptor_text_annotation_66d065b83e9aab34, []int{0} } func (m *TextAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation.Unmarshal(m, b) @@ -177,7 +177,7 @@ func (m *TextAnnotation_DetectedLanguage) Reset() { *m = TextAnnotation_ func (m *TextAnnotation_DetectedLanguage) String() string { return proto.CompactTextString(m) } func (*TextAnnotation_DetectedLanguage) ProtoMessage() {} func (*TextAnnotation_DetectedLanguage) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_0320745aa391b099, []int{0, 0} + return fileDescriptor_text_annotation_66d065b83e9aab34, []int{0, 0} } func (m *TextAnnotation_DetectedLanguage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation_DetectedLanguage.Unmarshal(m, b) @@ -226,7 +226,7 @@ func (m *TextAnnotation_DetectedBreak) Reset() { *m = TextAnnotation_Det func (m *TextAnnotation_DetectedBreak) String() string { return proto.CompactTextString(m) } func (*TextAnnotation_DetectedBreak) ProtoMessage() {} func (*TextAnnotation_DetectedBreak) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_0320745aa391b099, []int{0, 1} + return fileDescriptor_text_annotation_66d065b83e9aab34, []int{0, 1} } func (m *TextAnnotation_DetectedBreak) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation_DetectedBreak.Unmarshal(m, b) @@ -275,7 +275,7 @@ func (m *TextAnnotation_TextProperty) Reset() { *m = TextAnnotation_Text func (m *TextAnnotation_TextProperty) String() string { return proto.CompactTextString(m) } func (*TextAnnotation_TextProperty) ProtoMessage() {} func (*TextAnnotation_TextProperty) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_0320745aa391b099, []int{0, 2} + return fileDescriptor_text_annotation_66d065b83e9aab34, []int{0, 2} } func (m *TextAnnotation_TextProperty) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation_TextProperty.Unmarshal(m, b) @@ -330,7 +330,7 @@ func (m *Page) Reset() { *m = Page{} } func (m *Page) String() string { return proto.CompactTextString(m) } func (*Page) ProtoMessage() {} func (*Page) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_0320745aa391b099, []int{1} + return fileDescriptor_text_annotation_66d065b83e9aab34, []int{1} } func (m *Page) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Page.Unmarshal(m, b) @@ -420,7 +420,7 @@ func (m *Block) Reset() { *m = Block{} } func (m *Block) String() string { return proto.CompactTextString(m) } func (*Block) ProtoMessage() {} func (*Block) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_0320745aa391b099, []int{2} + return fileDescriptor_text_annotation_66d065b83e9aab34, []int{2} } func (m *Block) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Block.Unmarshal(m, b) @@ -508,7 +508,7 @@ func (m *Paragraph) Reset() { *m = Paragraph{} } func (m *Paragraph) String() string { return proto.CompactTextString(m) } func (*Paragraph) ProtoMessage() {} func (*Paragraph) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_0320745aa391b099, []int{3} + return fileDescriptor_text_annotation_66d065b83e9aab34, []int{3} } func (m *Paragraph) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Paragraph.Unmarshal(m, b) @@ -590,7 +590,7 @@ func (m *Word) Reset() { *m = Word{} } func (m *Word) String() string { return proto.CompactTextString(m) } func (*Word) ProtoMessage() {} func (*Word) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_0320745aa391b099, []int{4} + return fileDescriptor_text_annotation_66d065b83e9aab34, []int{4} } func (m *Word) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Word.Unmarshal(m, b) @@ -671,7 +671,7 @@ func (m *Symbol) Reset() { *m = Symbol{} } func (m *Symbol) String() string { return proto.CompactTextString(m) } func (*Symbol) ProtoMessage() {} func (*Symbol) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_0320745aa391b099, []int{5} + return fileDescriptor_text_annotation_66d065b83e9aab34, []int{5} } func (m *Symbol) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Symbol.Unmarshal(m, b) @@ -734,10 +734,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1p1beta1/text_annotation.proto", fileDescriptor_text_annotation_0320745aa391b099) + proto.RegisterFile("google/cloud/vision/v1p1beta1/text_annotation.proto", fileDescriptor_text_annotation_66d065b83e9aab34) } -var fileDescriptor_text_annotation_0320745aa391b099 = []byte{ +var fileDescriptor_text_annotation_66d065b83e9aab34 = []byte{ // 775 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x56, 0x4f, 0x6f, 0xd3, 0x48, 0x14, 0x5f, 0x27, 0x76, 0x1a, 0xbf, 0xb4, 0x91, 0x77, 0x76, 0xb5, 0x8a, 0xb2, 0xbb, 0xa8, 0xa4, diff --git a/googleapis/cloud/vision/v1p1beta1/web_detection.pb.go b/googleapis/cloud/vision/v1p1beta1/web_detection.pb.go index f9ef2081d0..3cf6181d35 100644 --- a/googleapis/cloud/vision/v1p1beta1/web_detection.pb.go +++ b/googleapis/cloud/vision/v1p1beta1/web_detection.pb.go @@ -45,7 +45,7 @@ func (m *WebDetection) Reset() { *m = WebDetection{} } func (m *WebDetection) String() string { return proto.CompactTextString(m) } func (*WebDetection) ProtoMessage() {} func (*WebDetection) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_1e42c8eaa5ae855c, []int{0} + return fileDescriptor_web_detection_fd6fa85ea390cf49, []int{0} } func (m *WebDetection) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection.Unmarshal(m, b) @@ -125,7 +125,7 @@ func (m *WebDetection_WebEntity) Reset() { *m = WebDetection_WebEntity{} func (m *WebDetection_WebEntity) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebEntity) ProtoMessage() {} func (*WebDetection_WebEntity) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_1e42c8eaa5ae855c, []int{0, 0} + return fileDescriptor_web_detection_fd6fa85ea390cf49, []int{0, 0} } func (m *WebDetection_WebEntity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebEntity.Unmarshal(m, b) @@ -181,7 +181,7 @@ func (m *WebDetection_WebImage) Reset() { *m = WebDetection_WebImage{} } func (m *WebDetection_WebImage) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebImage) ProtoMessage() {} func (*WebDetection_WebImage) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_1e42c8eaa5ae855c, []int{0, 1} + return fileDescriptor_web_detection_fd6fa85ea390cf49, []int{0, 1} } func (m *WebDetection_WebImage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebImage.Unmarshal(m, b) @@ -240,7 +240,7 @@ func (m *WebDetection_WebPage) Reset() { *m = WebDetection_WebPage{} } func (m *WebDetection_WebPage) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebPage) ProtoMessage() {} func (*WebDetection_WebPage) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_1e42c8eaa5ae855c, []int{0, 2} + return fileDescriptor_web_detection_fd6fa85ea390cf49, []int{0, 2} } func (m *WebDetection_WebPage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebPage.Unmarshal(m, b) @@ -312,7 +312,7 @@ func (m *WebDetection_WebLabel) Reset() { *m = WebDetection_WebLabel{} } func (m *WebDetection_WebLabel) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebLabel) ProtoMessage() {} func (*WebDetection_WebLabel) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_1e42c8eaa5ae855c, []int{0, 3} + return fileDescriptor_web_detection_fd6fa85ea390cf49, []int{0, 3} } func (m *WebDetection_WebLabel) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebLabel.Unmarshal(m, b) @@ -355,10 +355,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1p1beta1/web_detection.proto", fileDescriptor_web_detection_1e42c8eaa5ae855c) + proto.RegisterFile("google/cloud/vision/v1p1beta1/web_detection.proto", fileDescriptor_web_detection_fd6fa85ea390cf49) } -var fileDescriptor_web_detection_1e42c8eaa5ae855c = []byte{ +var fileDescriptor_web_detection_fd6fa85ea390cf49 = []byte{ // 511 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x94, 0x4f, 0x6f, 0xd3, 0x30, 0x18, 0xc6, 0x95, 0x76, 0x1b, 0x8b, 0x5b, 0x04, 0xb3, 0x86, 0x16, 0x05, 0x26, 0x15, 0xb8, 0xf4, diff --git a/googleapis/cloud/vision/v1p2beta1/geometry.pb.go b/googleapis/cloud/vision/v1p2beta1/geometry.pb.go index 3a7389418a..c61a4ff03c 100644 --- a/googleapis/cloud/vision/v1p2beta1/geometry.pb.go +++ b/googleapis/cloud/vision/v1p2beta1/geometry.pb.go @@ -34,7 +34,7 @@ func (m *Vertex) Reset() { *m = Vertex{} } func (m *Vertex) String() string { return proto.CompactTextString(m) } func (*Vertex) ProtoMessage() {} func (*Vertex) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_18be7f2e0aa8acf3, []int{0} + return fileDescriptor_geometry_9c5927b87470c5c2, []int{0} } func (m *Vertex) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Vertex.Unmarshal(m, b) @@ -85,7 +85,7 @@ func (m *NormalizedVertex) Reset() { *m = NormalizedVertex{} } func (m *NormalizedVertex) String() string { return proto.CompactTextString(m) } func (*NormalizedVertex) ProtoMessage() {} func (*NormalizedVertex) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_18be7f2e0aa8acf3, []int{1} + return fileDescriptor_geometry_9c5927b87470c5c2, []int{1} } func (m *NormalizedVertex) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedVertex.Unmarshal(m, b) @@ -134,7 +134,7 @@ func (m *BoundingPoly) Reset() { *m = BoundingPoly{} } func (m *BoundingPoly) String() string { return proto.CompactTextString(m) } func (*BoundingPoly) ProtoMessage() {} func (*BoundingPoly) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_18be7f2e0aa8acf3, []int{2} + return fileDescriptor_geometry_9c5927b87470c5c2, []int{2} } func (m *BoundingPoly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BoundingPoly.Unmarshal(m, b) @@ -187,7 +187,7 @@ func (m *Position) Reset() { *m = Position{} } func (m *Position) String() string { return proto.CompactTextString(m) } func (*Position) ProtoMessage() {} func (*Position) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_18be7f2e0aa8acf3, []int{3} + return fileDescriptor_geometry_9c5927b87470c5c2, []int{3} } func (m *Position) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Position.Unmarshal(m, b) @@ -236,10 +236,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1p2beta1/geometry.proto", fileDescriptor_geometry_18be7f2e0aa8acf3) + proto.RegisterFile("google/cloud/vision/v1p2beta1/geometry.proto", fileDescriptor_geometry_9c5927b87470c5c2) } -var fileDescriptor_geometry_18be7f2e0aa8acf3 = []byte{ +var fileDescriptor_geometry_9c5927b87470c5c2 = []byte{ // 283 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xc1, 0x4b, 0xc3, 0x30, 0x14, 0xc6, 0x49, 0x87, 0x63, 0xc4, 0x09, 0x52, 0x2f, 0xbd, 0x08, 0xb3, 0x28, 0xec, 0x20, 0x09, diff --git a/googleapis/cloud/vision/v1p2beta1/image_annotator.pb.go b/googleapis/cloud/vision/v1p2beta1/image_annotator.pb.go index ec0ce0ea71..b300cb6ad4 100644 --- a/googleapis/cloud/vision/v1p2beta1/image_annotator.pb.go +++ b/googleapis/cloud/vision/v1p2beta1/image_annotator.pb.go @@ -69,7 +69,7 @@ func (x Likelihood) String() string { return proto.EnumName(Likelihood_name, int32(x)) } func (Likelihood) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{0} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{0} } // Type of Google Cloud Vision API feature to be extracted. @@ -136,7 +136,7 @@ func (x Feature_Type) String() string { return proto.EnumName(Feature_Type_name, int32(x)) } func (Feature_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{0, 0} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{0, 0} } // Face landmark (feature) type. @@ -297,7 +297,7 @@ func (x FaceAnnotation_Landmark_Type) String() string { return proto.EnumName(FaceAnnotation_Landmark_Type_name, int32(x)) } func (FaceAnnotation_Landmark_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{3, 0, 0} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{3, 0, 0} } // Batch operation states. @@ -335,7 +335,7 @@ func (x OperationMetadata_State) String() string { return proto.EnumName(OperationMetadata_State_name, int32(x)) } func (OperationMetadata_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{31, 0} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{31, 0} } // The type of Google Cloud Vision API detection to perform, and the maximum @@ -360,7 +360,7 @@ func (m *Feature) Reset() { *m = Feature{} } func (m *Feature) String() string { return proto.CompactTextString(m) } func (*Feature) ProtoMessage() {} func (*Feature) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{0} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{0} } func (m *Feature) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Feature.Unmarshal(m, b) @@ -437,7 +437,7 @@ func (m *ImageSource) Reset() { *m = ImageSource{} } func (m *ImageSource) String() string { return proto.CompactTextString(m) } func (*ImageSource) ProtoMessage() {} func (*ImageSource) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{1} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{1} } func (m *ImageSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageSource.Unmarshal(m, b) @@ -490,7 +490,7 @@ func (m *Image) Reset() { *m = Image{} } func (m *Image) String() string { return proto.CompactTextString(m) } func (*Image) ProtoMessage() {} func (*Image) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{2} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{2} } func (m *Image) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Image.Unmarshal(m, b) @@ -581,7 +581,7 @@ func (m *FaceAnnotation) Reset() { *m = FaceAnnotation{} } func (m *FaceAnnotation) String() string { return proto.CompactTextString(m) } func (*FaceAnnotation) ProtoMessage() {} func (*FaceAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{3} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{3} } func (m *FaceAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceAnnotation.Unmarshal(m, b) @@ -721,7 +721,7 @@ func (m *FaceAnnotation_Landmark) Reset() { *m = FaceAnnotation_Landmark func (m *FaceAnnotation_Landmark) String() string { return proto.CompactTextString(m) } func (*FaceAnnotation_Landmark) ProtoMessage() {} func (*FaceAnnotation_Landmark) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{3, 0} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{3, 0} } func (m *FaceAnnotation_Landmark) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceAnnotation_Landmark.Unmarshal(m, b) @@ -768,7 +768,7 @@ func (m *LocationInfo) Reset() { *m = LocationInfo{} } func (m *LocationInfo) String() string { return proto.CompactTextString(m) } func (*LocationInfo) ProtoMessage() {} func (*LocationInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{4} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{4} } func (m *LocationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationInfo.Unmarshal(m, b) @@ -812,7 +812,7 @@ func (m *Property) Reset() { *m = Property{} } func (m *Property) String() string { return proto.CompactTextString(m) } func (*Property) ProtoMessage() {} func (*Property) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{5} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{5} } func (m *Property) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Property.Unmarshal(m, b) @@ -899,7 +899,7 @@ func (m *EntityAnnotation) Reset() { *m = EntityAnnotation{} } func (m *EntityAnnotation) String() string { return proto.CompactTextString(m) } func (*EntityAnnotation) ProtoMessage() {} func (*EntityAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{6} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{6} } func (m *EntityAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityAnnotation.Unmarshal(m, b) @@ -1012,7 +1012,7 @@ func (m *SafeSearchAnnotation) Reset() { *m = SafeSearchAnnotation{} } func (m *SafeSearchAnnotation) String() string { return proto.CompactTextString(m) } func (*SafeSearchAnnotation) ProtoMessage() {} func (*SafeSearchAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{7} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{7} } func (m *SafeSearchAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SafeSearchAnnotation.Unmarshal(m, b) @@ -1082,7 +1082,7 @@ func (m *LatLongRect) Reset() { *m = LatLongRect{} } func (m *LatLongRect) String() string { return proto.CompactTextString(m) } func (*LatLongRect) ProtoMessage() {} func (*LatLongRect) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{8} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{8} } func (m *LatLongRect) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LatLongRect.Unmarshal(m, b) @@ -1135,7 +1135,7 @@ func (m *ColorInfo) Reset() { *m = ColorInfo{} } func (m *ColorInfo) String() string { return proto.CompactTextString(m) } func (*ColorInfo) ProtoMessage() {} func (*ColorInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{9} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{9} } func (m *ColorInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ColorInfo.Unmarshal(m, b) @@ -1189,7 +1189,7 @@ func (m *DominantColorsAnnotation) Reset() { *m = DominantColorsAnnotati func (m *DominantColorsAnnotation) String() string { return proto.CompactTextString(m) } func (*DominantColorsAnnotation) ProtoMessage() {} func (*DominantColorsAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{10} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{10} } func (m *DominantColorsAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DominantColorsAnnotation.Unmarshal(m, b) @@ -1229,7 +1229,7 @@ func (m *ImageProperties) Reset() { *m = ImageProperties{} } func (m *ImageProperties) String() string { return proto.CompactTextString(m) } func (*ImageProperties) ProtoMessage() {} func (*ImageProperties) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{11} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{11} } func (m *ImageProperties) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageProperties.Unmarshal(m, b) @@ -1275,7 +1275,7 @@ func (m *CropHint) Reset() { *m = CropHint{} } func (m *CropHint) String() string { return proto.CompactTextString(m) } func (*CropHint) ProtoMessage() {} func (*CropHint) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{12} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{12} } func (m *CropHint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CropHint.Unmarshal(m, b) @@ -1329,7 +1329,7 @@ func (m *CropHintsAnnotation) Reset() { *m = CropHintsAnnotation{} } func (m *CropHintsAnnotation) String() string { return proto.CompactTextString(m) } func (*CropHintsAnnotation) ProtoMessage() {} func (*CropHintsAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{13} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{13} } func (m *CropHintsAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CropHintsAnnotation.Unmarshal(m, b) @@ -1374,7 +1374,7 @@ func (m *CropHintsParams) Reset() { *m = CropHintsParams{} } func (m *CropHintsParams) String() string { return proto.CompactTextString(m) } func (*CropHintsParams) ProtoMessage() {} func (*CropHintsParams) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{14} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{14} } func (m *CropHintsParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CropHintsParams.Unmarshal(m, b) @@ -1414,7 +1414,7 @@ func (m *WebDetectionParams) Reset() { *m = WebDetectionParams{} } func (m *WebDetectionParams) String() string { return proto.CompactTextString(m) } func (*WebDetectionParams) ProtoMessage() {} func (*WebDetectionParams) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{15} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{15} } func (m *WebDetectionParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetectionParams.Unmarshal(m, b) @@ -1467,7 +1467,7 @@ func (m *ImageContext) Reset() { *m = ImageContext{} } func (m *ImageContext) String() string { return proto.CompactTextString(m) } func (*ImageContext) ProtoMessage() {} func (*ImageContext) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{16} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{16} } func (m *ImageContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageContext.Unmarshal(m, b) @@ -1533,7 +1533,7 @@ func (m *AnnotateImageRequest) Reset() { *m = AnnotateImageRequest{} } func (m *AnnotateImageRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateImageRequest) ProtoMessage() {} func (*AnnotateImageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{17} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{17} } func (m *AnnotateImageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateImageRequest.Unmarshal(m, b) @@ -1591,7 +1591,7 @@ func (m *ImageAnnotationContext) Reset() { *m = ImageAnnotationContext{} func (m *ImageAnnotationContext) String() string { return proto.CompactTextString(m) } func (*ImageAnnotationContext) ProtoMessage() {} func (*ImageAnnotationContext) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{18} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{18} } func (m *ImageAnnotationContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageAnnotationContext.Unmarshal(m, b) @@ -1666,7 +1666,7 @@ func (m *AnnotateImageResponse) Reset() { *m = AnnotateImageResponse{} } func (m *AnnotateImageResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateImageResponse) ProtoMessage() {} func (*AnnotateImageResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{19} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{19} } func (m *AnnotateImageResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateImageResponse.Unmarshal(m, b) @@ -1786,7 +1786,7 @@ func (m *AnnotateFileResponse) Reset() { *m = AnnotateFileResponse{} } func (m *AnnotateFileResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateFileResponse) ProtoMessage() {} func (*AnnotateFileResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{20} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{20} } func (m *AnnotateFileResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateFileResponse.Unmarshal(m, b) @@ -1833,7 +1833,7 @@ func (m *BatchAnnotateImagesRequest) Reset() { *m = BatchAnnotateImagesR func (m *BatchAnnotateImagesRequest) String() string { return proto.CompactTextString(m) } func (*BatchAnnotateImagesRequest) ProtoMessage() {} func (*BatchAnnotateImagesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{21} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{21} } func (m *BatchAnnotateImagesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchAnnotateImagesRequest.Unmarshal(m, b) @@ -1873,7 +1873,7 @@ func (m *BatchAnnotateImagesResponse) Reset() { *m = BatchAnnotateImages func (m *BatchAnnotateImagesResponse) String() string { return proto.CompactTextString(m) } func (*BatchAnnotateImagesResponse) ProtoMessage() {} func (*BatchAnnotateImagesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{22} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{22} } func (m *BatchAnnotateImagesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchAnnotateImagesResponse.Unmarshal(m, b) @@ -1919,7 +1919,7 @@ func (m *AsyncAnnotateFileRequest) Reset() { *m = AsyncAnnotateFileReque func (m *AsyncAnnotateFileRequest) String() string { return proto.CompactTextString(m) } func (*AsyncAnnotateFileRequest) ProtoMessage() {} func (*AsyncAnnotateFileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{23} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{23} } func (m *AsyncAnnotateFileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncAnnotateFileRequest.Unmarshal(m, b) @@ -1980,7 +1980,7 @@ func (m *AsyncAnnotateFileResponse) Reset() { *m = AsyncAnnotateFileResp func (m *AsyncAnnotateFileResponse) String() string { return proto.CompactTextString(m) } func (*AsyncAnnotateFileResponse) ProtoMessage() {} func (*AsyncAnnotateFileResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{24} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{24} } func (m *AsyncAnnotateFileResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncAnnotateFileResponse.Unmarshal(m, b) @@ -2021,7 +2021,7 @@ func (m *AsyncBatchAnnotateFilesRequest) Reset() { *m = AsyncBatchAnnota func (m *AsyncBatchAnnotateFilesRequest) String() string { return proto.CompactTextString(m) } func (*AsyncBatchAnnotateFilesRequest) ProtoMessage() {} func (*AsyncBatchAnnotateFilesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{25} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{25} } func (m *AsyncBatchAnnotateFilesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncBatchAnnotateFilesRequest.Unmarshal(m, b) @@ -2062,7 +2062,7 @@ func (m *AsyncBatchAnnotateFilesResponse) Reset() { *m = AsyncBatchAnnot func (m *AsyncBatchAnnotateFilesResponse) String() string { return proto.CompactTextString(m) } func (*AsyncBatchAnnotateFilesResponse) ProtoMessage() {} func (*AsyncBatchAnnotateFilesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{26} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{26} } func (m *AsyncBatchAnnotateFilesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncBatchAnnotateFilesResponse.Unmarshal(m, b) @@ -2105,7 +2105,7 @@ func (m *InputConfig) Reset() { *m = InputConfig{} } func (m *InputConfig) String() string { return proto.CompactTextString(m) } func (*InputConfig) ProtoMessage() {} func (*InputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{27} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{27} } func (m *InputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InputConfig.Unmarshal(m, b) @@ -2163,7 +2163,7 @@ func (m *OutputConfig) Reset() { *m = OutputConfig{} } func (m *OutputConfig) String() string { return proto.CompactTextString(m) } func (*OutputConfig) ProtoMessage() {} func (*OutputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{28} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{28} } func (m *OutputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OutputConfig.Unmarshal(m, b) @@ -2211,7 +2211,7 @@ func (m *GcsSource) Reset() { *m = GcsSource{} } func (m *GcsSource) String() string { return proto.CompactTextString(m) } func (*GcsSource) ProtoMessage() {} func (*GcsSource) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{29} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{29} } func (m *GcsSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsSource.Unmarshal(m, b) @@ -2265,7 +2265,7 @@ func (m *GcsDestination) Reset() { *m = GcsDestination{} } func (m *GcsDestination) String() string { return proto.CompactTextString(m) } func (*GcsDestination) ProtoMessage() {} func (*GcsDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{30} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{30} } func (m *GcsDestination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsDestination.Unmarshal(m, b) @@ -2309,7 +2309,7 @@ func (m *OperationMetadata) Reset() { *m = OperationMetadata{} } func (m *OperationMetadata) String() string { return proto.CompactTextString(m) } func (*OperationMetadata) ProtoMessage() {} func (*OperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_b95ffbd8d386aff9, []int{31} + return fileDescriptor_image_annotator_3f9c4b0d06e54350, []int{31} } func (m *OperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationMetadata.Unmarshal(m, b) @@ -2510,10 +2510,10 @@ var _ImageAnnotator_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/vision/v1p2beta1/image_annotator.proto", fileDescriptor_image_annotator_b95ffbd8d386aff9) + proto.RegisterFile("google/cloud/vision/v1p2beta1/image_annotator.proto", fileDescriptor_image_annotator_3f9c4b0d06e54350) } -var fileDescriptor_image_annotator_b95ffbd8d386aff9 = []byte{ +var fileDescriptor_image_annotator_3f9c4b0d06e54350 = []byte{ // 2899 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5a, 0xcf, 0x73, 0xdb, 0xc6, 0xf5, 0x0f, 0xa9, 0x5f, 0xe4, 0x23, 0x25, 0x41, 0xab, 0x1f, 0xa6, 0x65, 0x2b, 0x56, 0x90, 0x6f, diff --git a/googleapis/cloud/vision/v1p2beta1/text_annotation.pb.go b/googleapis/cloud/vision/v1p2beta1/text_annotation.pb.go index dfd13010f7..99c9960135 100644 --- a/googleapis/cloud/vision/v1p2beta1/text_annotation.pb.go +++ b/googleapis/cloud/vision/v1p2beta1/text_annotation.pb.go @@ -59,7 +59,7 @@ func (x TextAnnotation_DetectedBreak_BreakType) String() string { return proto.EnumName(TextAnnotation_DetectedBreak_BreakType_name, int32(x)) } func (TextAnnotation_DetectedBreak_BreakType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_18807643f1c3f551, []int{0, 1, 0} + return fileDescriptor_text_annotation_233617d1b400f277, []int{0, 1, 0} } // Type of a block (text, image etc) as identified by OCR. @@ -101,7 +101,7 @@ func (x Block_BlockType) String() string { return proto.EnumName(Block_BlockType_name, int32(x)) } func (Block_BlockType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_18807643f1c3f551, []int{2, 0} + return fileDescriptor_text_annotation_233617d1b400f277, []int{2, 0} } // TextAnnotation contains a structured representation of OCR extracted text. @@ -126,7 +126,7 @@ func (m *TextAnnotation) Reset() { *m = TextAnnotation{} } func (m *TextAnnotation) String() string { return proto.CompactTextString(m) } func (*TextAnnotation) ProtoMessage() {} func (*TextAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_18807643f1c3f551, []int{0} + return fileDescriptor_text_annotation_233617d1b400f277, []int{0} } func (m *TextAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation.Unmarshal(m, b) @@ -177,7 +177,7 @@ func (m *TextAnnotation_DetectedLanguage) Reset() { *m = TextAnnotation_ func (m *TextAnnotation_DetectedLanguage) String() string { return proto.CompactTextString(m) } func (*TextAnnotation_DetectedLanguage) ProtoMessage() {} func (*TextAnnotation_DetectedLanguage) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_18807643f1c3f551, []int{0, 0} + return fileDescriptor_text_annotation_233617d1b400f277, []int{0, 0} } func (m *TextAnnotation_DetectedLanguage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation_DetectedLanguage.Unmarshal(m, b) @@ -226,7 +226,7 @@ func (m *TextAnnotation_DetectedBreak) Reset() { *m = TextAnnotation_Det func (m *TextAnnotation_DetectedBreak) String() string { return proto.CompactTextString(m) } func (*TextAnnotation_DetectedBreak) ProtoMessage() {} func (*TextAnnotation_DetectedBreak) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_18807643f1c3f551, []int{0, 1} + return fileDescriptor_text_annotation_233617d1b400f277, []int{0, 1} } func (m *TextAnnotation_DetectedBreak) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation_DetectedBreak.Unmarshal(m, b) @@ -275,7 +275,7 @@ func (m *TextAnnotation_TextProperty) Reset() { *m = TextAnnotation_Text func (m *TextAnnotation_TextProperty) String() string { return proto.CompactTextString(m) } func (*TextAnnotation_TextProperty) ProtoMessage() {} func (*TextAnnotation_TextProperty) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_18807643f1c3f551, []int{0, 2} + return fileDescriptor_text_annotation_233617d1b400f277, []int{0, 2} } func (m *TextAnnotation_TextProperty) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation_TextProperty.Unmarshal(m, b) @@ -332,7 +332,7 @@ func (m *Page) Reset() { *m = Page{} } func (m *Page) String() string { return proto.CompactTextString(m) } func (*Page) ProtoMessage() {} func (*Page) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_18807643f1c3f551, []int{1} + return fileDescriptor_text_annotation_233617d1b400f277, []int{1} } func (m *Page) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Page.Unmarshal(m, b) @@ -427,7 +427,7 @@ func (m *Block) Reset() { *m = Block{} } func (m *Block) String() string { return proto.CompactTextString(m) } func (*Block) ProtoMessage() {} func (*Block) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_18807643f1c3f551, []int{2} + return fileDescriptor_text_annotation_233617d1b400f277, []int{2} } func (m *Block) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Block.Unmarshal(m, b) @@ -515,7 +515,7 @@ func (m *Paragraph) Reset() { *m = Paragraph{} } func (m *Paragraph) String() string { return proto.CompactTextString(m) } func (*Paragraph) ProtoMessage() {} func (*Paragraph) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_18807643f1c3f551, []int{3} + return fileDescriptor_text_annotation_233617d1b400f277, []int{3} } func (m *Paragraph) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Paragraph.Unmarshal(m, b) @@ -597,7 +597,7 @@ func (m *Word) Reset() { *m = Word{} } func (m *Word) String() string { return proto.CompactTextString(m) } func (*Word) ProtoMessage() {} func (*Word) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_18807643f1c3f551, []int{4} + return fileDescriptor_text_annotation_233617d1b400f277, []int{4} } func (m *Word) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Word.Unmarshal(m, b) @@ -678,7 +678,7 @@ func (m *Symbol) Reset() { *m = Symbol{} } func (m *Symbol) String() string { return proto.CompactTextString(m) } func (*Symbol) ProtoMessage() {} func (*Symbol) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_18807643f1c3f551, []int{5} + return fileDescriptor_text_annotation_233617d1b400f277, []int{5} } func (m *Symbol) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Symbol.Unmarshal(m, b) @@ -741,10 +741,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1p2beta1/text_annotation.proto", fileDescriptor_text_annotation_18807643f1c3f551) + proto.RegisterFile("google/cloud/vision/v1p2beta1/text_annotation.proto", fileDescriptor_text_annotation_233617d1b400f277) } -var fileDescriptor_text_annotation_18807643f1c3f551 = []byte{ +var fileDescriptor_text_annotation_233617d1b400f277 = []byte{ // 774 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x56, 0x4f, 0x6f, 0xd3, 0x48, 0x14, 0x5f, 0x27, 0x76, 0x1a, 0xbf, 0xb4, 0x91, 0x77, 0x76, 0xb5, 0x8a, 0xb2, 0xbb, 0xa8, 0xa4, diff --git a/googleapis/cloud/vision/v1p2beta1/web_detection.pb.go b/googleapis/cloud/vision/v1p2beta1/web_detection.pb.go index 9785d51ed1..15a9f14d87 100644 --- a/googleapis/cloud/vision/v1p2beta1/web_detection.pb.go +++ b/googleapis/cloud/vision/v1p2beta1/web_detection.pb.go @@ -45,7 +45,7 @@ func (m *WebDetection) Reset() { *m = WebDetection{} } func (m *WebDetection) String() string { return proto.CompactTextString(m) } func (*WebDetection) ProtoMessage() {} func (*WebDetection) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_1a2867e2bfee0d67, []int{0} + return fileDescriptor_web_detection_1ca040388105f0cb, []int{0} } func (m *WebDetection) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection.Unmarshal(m, b) @@ -125,7 +125,7 @@ func (m *WebDetection_WebEntity) Reset() { *m = WebDetection_WebEntity{} func (m *WebDetection_WebEntity) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebEntity) ProtoMessage() {} func (*WebDetection_WebEntity) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_1a2867e2bfee0d67, []int{0, 0} + return fileDescriptor_web_detection_1ca040388105f0cb, []int{0, 0} } func (m *WebDetection_WebEntity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebEntity.Unmarshal(m, b) @@ -181,7 +181,7 @@ func (m *WebDetection_WebImage) Reset() { *m = WebDetection_WebImage{} } func (m *WebDetection_WebImage) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebImage) ProtoMessage() {} func (*WebDetection_WebImage) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_1a2867e2bfee0d67, []int{0, 1} + return fileDescriptor_web_detection_1ca040388105f0cb, []int{0, 1} } func (m *WebDetection_WebImage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebImage.Unmarshal(m, b) @@ -240,7 +240,7 @@ func (m *WebDetection_WebPage) Reset() { *m = WebDetection_WebPage{} } func (m *WebDetection_WebPage) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebPage) ProtoMessage() {} func (*WebDetection_WebPage) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_1a2867e2bfee0d67, []int{0, 2} + return fileDescriptor_web_detection_1ca040388105f0cb, []int{0, 2} } func (m *WebDetection_WebPage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebPage.Unmarshal(m, b) @@ -312,7 +312,7 @@ func (m *WebDetection_WebLabel) Reset() { *m = WebDetection_WebLabel{} } func (m *WebDetection_WebLabel) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebLabel) ProtoMessage() {} func (*WebDetection_WebLabel) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_1a2867e2bfee0d67, []int{0, 3} + return fileDescriptor_web_detection_1ca040388105f0cb, []int{0, 3} } func (m *WebDetection_WebLabel) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebLabel.Unmarshal(m, b) @@ -355,10 +355,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1p2beta1/web_detection.proto", fileDescriptor_web_detection_1a2867e2bfee0d67) + proto.RegisterFile("google/cloud/vision/v1p2beta1/web_detection.proto", fileDescriptor_web_detection_1ca040388105f0cb) } -var fileDescriptor_web_detection_1a2867e2bfee0d67 = []byte{ +var fileDescriptor_web_detection_1ca040388105f0cb = []byte{ // 511 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x94, 0x4f, 0x6f, 0xd3, 0x30, 0x18, 0xc6, 0x95, 0x76, 0x1b, 0x8d, 0x5b, 0x04, 0xb3, 0x86, 0x16, 0x05, 0x26, 0x15, 0xb8, 0xf4, diff --git a/googleapis/cloud/vision/v1p3beta1/geometry.pb.go b/googleapis/cloud/vision/v1p3beta1/geometry.pb.go index 34ce464553..79e2d47ba5 100644 --- a/googleapis/cloud/vision/v1p3beta1/geometry.pb.go +++ b/googleapis/cloud/vision/v1p3beta1/geometry.pb.go @@ -35,7 +35,7 @@ func (m *Vertex) Reset() { *m = Vertex{} } func (m *Vertex) String() string { return proto.CompactTextString(m) } func (*Vertex) ProtoMessage() {} func (*Vertex) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_369491ddc24d6412, []int{0} + return fileDescriptor_geometry_eec0e7cba47b2d57, []int{0} } func (m *Vertex) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Vertex.Unmarshal(m, b) @@ -86,7 +86,7 @@ func (m *NormalizedVertex) Reset() { *m = NormalizedVertex{} } func (m *NormalizedVertex) String() string { return proto.CompactTextString(m) } func (*NormalizedVertex) ProtoMessage() {} func (*NormalizedVertex) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_369491ddc24d6412, []int{1} + return fileDescriptor_geometry_eec0e7cba47b2d57, []int{1} } func (m *NormalizedVertex) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedVertex.Unmarshal(m, b) @@ -135,7 +135,7 @@ func (m *BoundingPoly) Reset() { *m = BoundingPoly{} } func (m *BoundingPoly) String() string { return proto.CompactTextString(m) } func (*BoundingPoly) ProtoMessage() {} func (*BoundingPoly) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_369491ddc24d6412, []int{2} + return fileDescriptor_geometry_eec0e7cba47b2d57, []int{2} } func (m *BoundingPoly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BoundingPoly.Unmarshal(m, b) @@ -182,7 +182,7 @@ func (m *NormalizedBoundingPoly) Reset() { *m = NormalizedBoundingPoly{} func (m *NormalizedBoundingPoly) String() string { return proto.CompactTextString(m) } func (*NormalizedBoundingPoly) ProtoMessage() {} func (*NormalizedBoundingPoly) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_369491ddc24d6412, []int{3} + return fileDescriptor_geometry_eec0e7cba47b2d57, []int{3} } func (m *NormalizedBoundingPoly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedBoundingPoly.Unmarshal(m, b) @@ -228,7 +228,7 @@ func (m *Position) Reset() { *m = Position{} } func (m *Position) String() string { return proto.CompactTextString(m) } func (*Position) ProtoMessage() {} func (*Position) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_369491ddc24d6412, []int{4} + return fileDescriptor_geometry_eec0e7cba47b2d57, []int{4} } func (m *Position) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Position.Unmarshal(m, b) @@ -278,10 +278,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1p3beta1/geometry.proto", fileDescriptor_geometry_369491ddc24d6412) + proto.RegisterFile("google/cloud/vision/v1p3beta1/geometry.proto", fileDescriptor_geometry_eec0e7cba47b2d57) } -var fileDescriptor_geometry_369491ddc24d6412 = []byte{ +var fileDescriptor_geometry_eec0e7cba47b2d57 = []byte{ // 316 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0xc1, 0x4b, 0xc3, 0x30, 0x14, 0xc6, 0x49, 0x87, 0x63, 0xc4, 0x09, 0x52, 0x41, 0x8a, 0x28, 0xcc, 0xa2, 0xb0, 0x83, 0x24, diff --git a/googleapis/cloud/vision/v1p3beta1/image_annotator.pb.go b/googleapis/cloud/vision/v1p3beta1/image_annotator.pb.go index 530dc76430..1ca665abb9 100644 --- a/googleapis/cloud/vision/v1p3beta1/image_annotator.pb.go +++ b/googleapis/cloud/vision/v1p3beta1/image_annotator.pb.go @@ -69,7 +69,7 @@ func (x Likelihood) String() string { return proto.EnumName(Likelihood_name, int32(x)) } func (Likelihood) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{0} + return fileDescriptor_image_annotator_741235179f821499, []int{0} } // Type of Google Cloud Vision API feature to be extracted. @@ -144,7 +144,7 @@ func (x Feature_Type) String() string { return proto.EnumName(Feature_Type_name, int32(x)) } func (Feature_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{0, 0} + return fileDescriptor_image_annotator_741235179f821499, []int{0, 0} } // Face landmark (feature) type. @@ -305,7 +305,7 @@ func (x FaceAnnotation_Landmark_Type) String() string { return proto.EnumName(FaceAnnotation_Landmark_Type_name, int32(x)) } func (FaceAnnotation_Landmark_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{3, 0, 0} + return fileDescriptor_image_annotator_741235179f821499, []int{3, 0, 0} } // Batch operation states. @@ -343,7 +343,7 @@ func (x OperationMetadata_State) String() string { return proto.EnumName(OperationMetadata_State_name, int32(x)) } func (OperationMetadata_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{32, 0} + return fileDescriptor_image_annotator_741235179f821499, []int{32, 0} } // The type of Google Cloud Vision API detection to perform, and the maximum @@ -368,7 +368,7 @@ func (m *Feature) Reset() { *m = Feature{} } func (m *Feature) String() string { return proto.CompactTextString(m) } func (*Feature) ProtoMessage() {} func (*Feature) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{0} + return fileDescriptor_image_annotator_741235179f821499, []int{0} } func (m *Feature) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Feature.Unmarshal(m, b) @@ -445,7 +445,7 @@ func (m *ImageSource) Reset() { *m = ImageSource{} } func (m *ImageSource) String() string { return proto.CompactTextString(m) } func (*ImageSource) ProtoMessage() {} func (*ImageSource) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{1} + return fileDescriptor_image_annotator_741235179f821499, []int{1} } func (m *ImageSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageSource.Unmarshal(m, b) @@ -498,7 +498,7 @@ func (m *Image) Reset() { *m = Image{} } func (m *Image) String() string { return proto.CompactTextString(m) } func (*Image) ProtoMessage() {} func (*Image) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{2} + return fileDescriptor_image_annotator_741235179f821499, []int{2} } func (m *Image) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Image.Unmarshal(m, b) @@ -589,7 +589,7 @@ func (m *FaceAnnotation) Reset() { *m = FaceAnnotation{} } func (m *FaceAnnotation) String() string { return proto.CompactTextString(m) } func (*FaceAnnotation) ProtoMessage() {} func (*FaceAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{3} + return fileDescriptor_image_annotator_741235179f821499, []int{3} } func (m *FaceAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceAnnotation.Unmarshal(m, b) @@ -729,7 +729,7 @@ func (m *FaceAnnotation_Landmark) Reset() { *m = FaceAnnotation_Landmark func (m *FaceAnnotation_Landmark) String() string { return proto.CompactTextString(m) } func (*FaceAnnotation_Landmark) ProtoMessage() {} func (*FaceAnnotation_Landmark) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{3, 0} + return fileDescriptor_image_annotator_741235179f821499, []int{3, 0} } func (m *FaceAnnotation_Landmark) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceAnnotation_Landmark.Unmarshal(m, b) @@ -776,7 +776,7 @@ func (m *LocationInfo) Reset() { *m = LocationInfo{} } func (m *LocationInfo) String() string { return proto.CompactTextString(m) } func (*LocationInfo) ProtoMessage() {} func (*LocationInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{4} + return fileDescriptor_image_annotator_741235179f821499, []int{4} } func (m *LocationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationInfo.Unmarshal(m, b) @@ -820,7 +820,7 @@ func (m *Property) Reset() { *m = Property{} } func (m *Property) String() string { return proto.CompactTextString(m) } func (*Property) ProtoMessage() {} func (*Property) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{5} + return fileDescriptor_image_annotator_741235179f821499, []int{5} } func (m *Property) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Property.Unmarshal(m, b) @@ -907,7 +907,7 @@ func (m *EntityAnnotation) Reset() { *m = EntityAnnotation{} } func (m *EntityAnnotation) String() string { return proto.CompactTextString(m) } func (*EntityAnnotation) ProtoMessage() {} func (*EntityAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{6} + return fileDescriptor_image_annotator_741235179f821499, []int{6} } func (m *EntityAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityAnnotation.Unmarshal(m, b) @@ -1013,7 +1013,7 @@ func (m *LocalizedObjectAnnotation) Reset() { *m = LocalizedObjectAnnota func (m *LocalizedObjectAnnotation) String() string { return proto.CompactTextString(m) } func (*LocalizedObjectAnnotation) ProtoMessage() {} func (*LocalizedObjectAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{7} + return fileDescriptor_image_annotator_741235179f821499, []int{7} } func (m *LocalizedObjectAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocalizedObjectAnnotation.Unmarshal(m, b) @@ -1098,7 +1098,7 @@ func (m *SafeSearchAnnotation) Reset() { *m = SafeSearchAnnotation{} } func (m *SafeSearchAnnotation) String() string { return proto.CompactTextString(m) } func (*SafeSearchAnnotation) ProtoMessage() {} func (*SafeSearchAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{8} + return fileDescriptor_image_annotator_741235179f821499, []int{8} } func (m *SafeSearchAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SafeSearchAnnotation.Unmarshal(m, b) @@ -1168,7 +1168,7 @@ func (m *LatLongRect) Reset() { *m = LatLongRect{} } func (m *LatLongRect) String() string { return proto.CompactTextString(m) } func (*LatLongRect) ProtoMessage() {} func (*LatLongRect) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{9} + return fileDescriptor_image_annotator_741235179f821499, []int{9} } func (m *LatLongRect) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LatLongRect.Unmarshal(m, b) @@ -1221,7 +1221,7 @@ func (m *ColorInfo) Reset() { *m = ColorInfo{} } func (m *ColorInfo) String() string { return proto.CompactTextString(m) } func (*ColorInfo) ProtoMessage() {} func (*ColorInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{10} + return fileDescriptor_image_annotator_741235179f821499, []int{10} } func (m *ColorInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ColorInfo.Unmarshal(m, b) @@ -1275,7 +1275,7 @@ func (m *DominantColorsAnnotation) Reset() { *m = DominantColorsAnnotati func (m *DominantColorsAnnotation) String() string { return proto.CompactTextString(m) } func (*DominantColorsAnnotation) ProtoMessage() {} func (*DominantColorsAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{11} + return fileDescriptor_image_annotator_741235179f821499, []int{11} } func (m *DominantColorsAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DominantColorsAnnotation.Unmarshal(m, b) @@ -1315,7 +1315,7 @@ func (m *ImageProperties) Reset() { *m = ImageProperties{} } func (m *ImageProperties) String() string { return proto.CompactTextString(m) } func (*ImageProperties) ProtoMessage() {} func (*ImageProperties) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{12} + return fileDescriptor_image_annotator_741235179f821499, []int{12} } func (m *ImageProperties) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageProperties.Unmarshal(m, b) @@ -1361,7 +1361,7 @@ func (m *CropHint) Reset() { *m = CropHint{} } func (m *CropHint) String() string { return proto.CompactTextString(m) } func (*CropHint) ProtoMessage() {} func (*CropHint) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{13} + return fileDescriptor_image_annotator_741235179f821499, []int{13} } func (m *CropHint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CropHint.Unmarshal(m, b) @@ -1415,7 +1415,7 @@ func (m *CropHintsAnnotation) Reset() { *m = CropHintsAnnotation{} } func (m *CropHintsAnnotation) String() string { return proto.CompactTextString(m) } func (*CropHintsAnnotation) ProtoMessage() {} func (*CropHintsAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{14} + return fileDescriptor_image_annotator_741235179f821499, []int{14} } func (m *CropHintsAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CropHintsAnnotation.Unmarshal(m, b) @@ -1460,7 +1460,7 @@ func (m *CropHintsParams) Reset() { *m = CropHintsParams{} } func (m *CropHintsParams) String() string { return proto.CompactTextString(m) } func (*CropHintsParams) ProtoMessage() {} func (*CropHintsParams) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{15} + return fileDescriptor_image_annotator_741235179f821499, []int{15} } func (m *CropHintsParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CropHintsParams.Unmarshal(m, b) @@ -1500,7 +1500,7 @@ func (m *WebDetectionParams) Reset() { *m = WebDetectionParams{} } func (m *WebDetectionParams) String() string { return proto.CompactTextString(m) } func (*WebDetectionParams) ProtoMessage() {} func (*WebDetectionParams) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{16} + return fileDescriptor_image_annotator_741235179f821499, []int{16} } func (m *WebDetectionParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetectionParams.Unmarshal(m, b) @@ -1555,7 +1555,7 @@ func (m *ImageContext) Reset() { *m = ImageContext{} } func (m *ImageContext) String() string { return proto.CompactTextString(m) } func (*ImageContext) ProtoMessage() {} func (*ImageContext) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{17} + return fileDescriptor_image_annotator_741235179f821499, []int{17} } func (m *ImageContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageContext.Unmarshal(m, b) @@ -1628,7 +1628,7 @@ func (m *AnnotateImageRequest) Reset() { *m = AnnotateImageRequest{} } func (m *AnnotateImageRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateImageRequest) ProtoMessage() {} func (*AnnotateImageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{18} + return fileDescriptor_image_annotator_741235179f821499, []int{18} } func (m *AnnotateImageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateImageRequest.Unmarshal(m, b) @@ -1686,7 +1686,7 @@ func (m *ImageAnnotationContext) Reset() { *m = ImageAnnotationContext{} func (m *ImageAnnotationContext) String() string { return proto.CompactTextString(m) } func (*ImageAnnotationContext) ProtoMessage() {} func (*ImageAnnotationContext) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{19} + return fileDescriptor_image_annotator_741235179f821499, []int{19} } func (m *ImageAnnotationContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageAnnotationContext.Unmarshal(m, b) @@ -1766,7 +1766,7 @@ func (m *AnnotateImageResponse) Reset() { *m = AnnotateImageResponse{} } func (m *AnnotateImageResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateImageResponse) ProtoMessage() {} func (*AnnotateImageResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{20} + return fileDescriptor_image_annotator_741235179f821499, []int{20} } func (m *AnnotateImageResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateImageResponse.Unmarshal(m, b) @@ -1900,7 +1900,7 @@ func (m *AnnotateFileResponse) Reset() { *m = AnnotateFileResponse{} } func (m *AnnotateFileResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateFileResponse) ProtoMessage() {} func (*AnnotateFileResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{21} + return fileDescriptor_image_annotator_741235179f821499, []int{21} } func (m *AnnotateFileResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateFileResponse.Unmarshal(m, b) @@ -1947,7 +1947,7 @@ func (m *BatchAnnotateImagesRequest) Reset() { *m = BatchAnnotateImagesR func (m *BatchAnnotateImagesRequest) String() string { return proto.CompactTextString(m) } func (*BatchAnnotateImagesRequest) ProtoMessage() {} func (*BatchAnnotateImagesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{22} + return fileDescriptor_image_annotator_741235179f821499, []int{22} } func (m *BatchAnnotateImagesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchAnnotateImagesRequest.Unmarshal(m, b) @@ -1987,7 +1987,7 @@ func (m *BatchAnnotateImagesResponse) Reset() { *m = BatchAnnotateImages func (m *BatchAnnotateImagesResponse) String() string { return proto.CompactTextString(m) } func (*BatchAnnotateImagesResponse) ProtoMessage() {} func (*BatchAnnotateImagesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{23} + return fileDescriptor_image_annotator_741235179f821499, []int{23} } func (m *BatchAnnotateImagesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchAnnotateImagesResponse.Unmarshal(m, b) @@ -2033,7 +2033,7 @@ func (m *AsyncAnnotateFileRequest) Reset() { *m = AsyncAnnotateFileReque func (m *AsyncAnnotateFileRequest) String() string { return proto.CompactTextString(m) } func (*AsyncAnnotateFileRequest) ProtoMessage() {} func (*AsyncAnnotateFileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{24} + return fileDescriptor_image_annotator_741235179f821499, []int{24} } func (m *AsyncAnnotateFileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncAnnotateFileRequest.Unmarshal(m, b) @@ -2094,7 +2094,7 @@ func (m *AsyncAnnotateFileResponse) Reset() { *m = AsyncAnnotateFileResp func (m *AsyncAnnotateFileResponse) String() string { return proto.CompactTextString(m) } func (*AsyncAnnotateFileResponse) ProtoMessage() {} func (*AsyncAnnotateFileResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{25} + return fileDescriptor_image_annotator_741235179f821499, []int{25} } func (m *AsyncAnnotateFileResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncAnnotateFileResponse.Unmarshal(m, b) @@ -2135,7 +2135,7 @@ func (m *AsyncBatchAnnotateFilesRequest) Reset() { *m = AsyncBatchAnnota func (m *AsyncBatchAnnotateFilesRequest) String() string { return proto.CompactTextString(m) } func (*AsyncBatchAnnotateFilesRequest) ProtoMessage() {} func (*AsyncBatchAnnotateFilesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{26} + return fileDescriptor_image_annotator_741235179f821499, []int{26} } func (m *AsyncBatchAnnotateFilesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncBatchAnnotateFilesRequest.Unmarshal(m, b) @@ -2176,7 +2176,7 @@ func (m *AsyncBatchAnnotateFilesResponse) Reset() { *m = AsyncBatchAnnot func (m *AsyncBatchAnnotateFilesResponse) String() string { return proto.CompactTextString(m) } func (*AsyncBatchAnnotateFilesResponse) ProtoMessage() {} func (*AsyncBatchAnnotateFilesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{27} + return fileDescriptor_image_annotator_741235179f821499, []int{27} } func (m *AsyncBatchAnnotateFilesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncBatchAnnotateFilesResponse.Unmarshal(m, b) @@ -2219,7 +2219,7 @@ func (m *InputConfig) Reset() { *m = InputConfig{} } func (m *InputConfig) String() string { return proto.CompactTextString(m) } func (*InputConfig) ProtoMessage() {} func (*InputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{28} + return fileDescriptor_image_annotator_741235179f821499, []int{28} } func (m *InputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InputConfig.Unmarshal(m, b) @@ -2278,7 +2278,7 @@ func (m *OutputConfig) Reset() { *m = OutputConfig{} } func (m *OutputConfig) String() string { return proto.CompactTextString(m) } func (*OutputConfig) ProtoMessage() {} func (*OutputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{29} + return fileDescriptor_image_annotator_741235179f821499, []int{29} } func (m *OutputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OutputConfig.Unmarshal(m, b) @@ -2326,7 +2326,7 @@ func (m *GcsSource) Reset() { *m = GcsSource{} } func (m *GcsSource) String() string { return proto.CompactTextString(m) } func (*GcsSource) ProtoMessage() {} func (*GcsSource) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{30} + return fileDescriptor_image_annotator_741235179f821499, []int{30} } func (m *GcsSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsSource.Unmarshal(m, b) @@ -2380,7 +2380,7 @@ func (m *GcsDestination) Reset() { *m = GcsDestination{} } func (m *GcsDestination) String() string { return proto.CompactTextString(m) } func (*GcsDestination) ProtoMessage() {} func (*GcsDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{31} + return fileDescriptor_image_annotator_741235179f821499, []int{31} } func (m *GcsDestination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsDestination.Unmarshal(m, b) @@ -2424,7 +2424,7 @@ func (m *OperationMetadata) Reset() { *m = OperationMetadata{} } func (m *OperationMetadata) String() string { return proto.CompactTextString(m) } func (*OperationMetadata) ProtoMessage() {} func (*OperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_57641601a0de463b, []int{32} + return fileDescriptor_image_annotator_741235179f821499, []int{32} } func (m *OperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationMetadata.Unmarshal(m, b) @@ -2626,10 +2626,10 @@ var _ImageAnnotator_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/vision/v1p3beta1/image_annotator.proto", fileDescriptor_image_annotator_57641601a0de463b) + proto.RegisterFile("google/cloud/vision/v1p3beta1/image_annotator.proto", fileDescriptor_image_annotator_741235179f821499) } -var fileDescriptor_image_annotator_57641601a0de463b = []byte{ +var fileDescriptor_image_annotator_741235179f821499 = []byte{ // 3065 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5a, 0xcf, 0x73, 0xdb, 0xc6, 0xf5, 0x0f, 0xa9, 0x5f, 0xe4, 0x23, 0x25, 0x41, 0xab, 0x1f, 0xa6, 0x65, 0x2b, 0x56, 0x90, 0x6f, diff --git a/googleapis/cloud/vision/v1p3beta1/product_search.pb.go b/googleapis/cloud/vision/v1p3beta1/product_search.pb.go index a8a3f6a903..80bd29a7db 100644 --- a/googleapis/cloud/vision/v1p3beta1/product_search.pb.go +++ b/googleapis/cloud/vision/v1p3beta1/product_search.pb.go @@ -47,7 +47,7 @@ func (x ProductSearchCategory) String() string { return proto.EnumName(ProductSearchCategory_name, int32(x)) } func (ProductSearchCategory) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_product_search_bfcbf0ed2b6b70d5, []int{0} + return fileDescriptor_product_search_16e9353648db1cfe, []int{0} } // Specifies the fields to include in product search results. @@ -75,7 +75,7 @@ func (x ProductSearchResultsView) String() string { return proto.EnumName(ProductSearchResultsView_name, int32(x)) } func (ProductSearchResultsView) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_product_search_bfcbf0ed2b6b70d5, []int{1} + return fileDescriptor_product_search_16e9353648db1cfe, []int{1} } // Parameters for a product search request. @@ -130,7 +130,7 @@ func (m *ProductSearchParams) Reset() { *m = ProductSearchParams{} } func (m *ProductSearchParams) String() string { return proto.CompactTextString(m) } func (*ProductSearchParams) ProtoMessage() {} func (*ProductSearchParams) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_bfcbf0ed2b6b70d5, []int{0} + return fileDescriptor_product_search_16e9353648db1cfe, []int{0} } func (m *ProductSearchParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductSearchParams.Unmarshal(m, b) @@ -238,7 +238,7 @@ func (m *ProductSearchResults) Reset() { *m = ProductSearchResults{} } func (m *ProductSearchResults) String() string { return proto.CompactTextString(m) } func (*ProductSearchResults) ProtoMessage() {} func (*ProductSearchResults) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_bfcbf0ed2b6b70d5, []int{1} + return fileDescriptor_product_search_16e9353648db1cfe, []int{1} } func (m *ProductSearchResults) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductSearchResults.Unmarshal(m, b) @@ -317,7 +317,7 @@ func (m *ProductSearchResults_ProductInfo) Reset() { *m = ProductSearchR func (m *ProductSearchResults_ProductInfo) String() string { return proto.CompactTextString(m) } func (*ProductSearchResults_ProductInfo) ProtoMessage() {} func (*ProductSearchResults_ProductInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_bfcbf0ed2b6b70d5, []int{1, 0} + return fileDescriptor_product_search_16e9353648db1cfe, []int{1, 0} } func (m *ProductSearchResults_ProductInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductSearchResults_ProductInfo.Unmarshal(m, b) @@ -380,7 +380,7 @@ func (m *ProductSearchResults_Result) Reset() { *m = ProductSearchResult func (m *ProductSearchResults_Result) String() string { return proto.CompactTextString(m) } func (*ProductSearchResults_Result) ProtoMessage() {} func (*ProductSearchResults_Result) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_bfcbf0ed2b6b70d5, []int{1, 1} + return fileDescriptor_product_search_16e9353648db1cfe, []int{1, 1} } func (m *ProductSearchResults_Result) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductSearchResults_Result.Unmarshal(m, b) @@ -431,10 +431,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1p3beta1/product_search.proto", fileDescriptor_product_search_bfcbf0ed2b6b70d5) + proto.RegisterFile("google/cloud/vision/v1p3beta1/product_search.proto", fileDescriptor_product_search_16e9353648db1cfe) } -var fileDescriptor_product_search_bfcbf0ed2b6b70d5 = []byte{ +var fileDescriptor_product_search_16e9353648db1cfe = []byte{ // 698 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0xdf, 0x6e, 0xd3, 0x30, 0x14, 0xc6, 0x97, 0xfe, 0x5b, 0x73, 0x3a, 0xa0, 0x98, 0x31, 0x45, 0x85, 0x69, 0xdd, 0x90, 0xa0, diff --git a/googleapis/cloud/vision/v1p3beta1/product_search_service.pb.go b/googleapis/cloud/vision/v1p3beta1/product_search_service.pb.go index a567bfd18a..48a4d528f3 100644 --- a/googleapis/cloud/vision/v1p3beta1/product_search_service.pb.go +++ b/googleapis/cloud/vision/v1p3beta1/product_search_service.pb.go @@ -67,7 +67,7 @@ func (x BatchOperationMetadata_State) String() string { return proto.EnumName(BatchOperationMetadata_State_name, int32(x)) } func (BatchOperationMetadata_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{28, 0} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{28, 0} } // A Product contains ReferenceImages. @@ -109,7 +109,7 @@ func (m *Product) Reset() { *m = Product{} } func (m *Product) String() string { return proto.CompactTextString(m) } func (*Product) ProtoMessage() {} func (*Product) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{0} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{0} } func (m *Product) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Product.Unmarshal(m, b) @@ -181,7 +181,7 @@ func (m *Product_KeyValue) Reset() { *m = Product_KeyValue{} } func (m *Product_KeyValue) String() string { return proto.CompactTextString(m) } func (*Product_KeyValue) ProtoMessage() {} func (*Product_KeyValue) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{0, 0} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{0, 0} } func (m *Product_KeyValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Product_KeyValue.Unmarshal(m, b) @@ -249,7 +249,7 @@ func (m *ProductSet) Reset() { *m = ProductSet{} } func (m *ProductSet) String() string { return proto.CompactTextString(m) } func (*ProductSet) ProtoMessage() {} func (*ProductSet) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{1} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{1} } func (m *ProductSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductSet.Unmarshal(m, b) @@ -332,7 +332,7 @@ func (m *ReferenceImage) Reset() { *m = ReferenceImage{} } func (m *ReferenceImage) String() string { return proto.CompactTextString(m) } func (*ReferenceImage) ProtoMessage() {} func (*ReferenceImage) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{2} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{2} } func (m *ReferenceImage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReferenceImage.Unmarshal(m, b) @@ -396,7 +396,7 @@ func (m *CreateProductRequest) Reset() { *m = CreateProductRequest{} } func (m *CreateProductRequest) String() string { return proto.CompactTextString(m) } func (*CreateProductRequest) ProtoMessage() {} func (*CreateProductRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{3} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{3} } func (m *CreateProductRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateProductRequest.Unmarshal(m, b) @@ -457,7 +457,7 @@ func (m *ListProductsRequest) Reset() { *m = ListProductsRequest{} } func (m *ListProductsRequest) String() string { return proto.CompactTextString(m) } func (*ListProductsRequest) ProtoMessage() {} func (*ListProductsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{4} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{4} } func (m *ListProductsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductsRequest.Unmarshal(m, b) @@ -514,7 +514,7 @@ func (m *ListProductsResponse) Reset() { *m = ListProductsResponse{} } func (m *ListProductsResponse) String() string { return proto.CompactTextString(m) } func (*ListProductsResponse) ProtoMessage() {} func (*ListProductsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{5} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{5} } func (m *ListProductsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductsResponse.Unmarshal(m, b) @@ -564,7 +564,7 @@ func (m *GetProductRequest) Reset() { *m = GetProductRequest{} } func (m *GetProductRequest) String() string { return proto.CompactTextString(m) } func (*GetProductRequest) ProtoMessage() {} func (*GetProductRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{6} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{6} } func (m *GetProductRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetProductRequest.Unmarshal(m, b) @@ -611,7 +611,7 @@ func (m *UpdateProductRequest) Reset() { *m = UpdateProductRequest{} } func (m *UpdateProductRequest) String() string { return proto.CompactTextString(m) } func (*UpdateProductRequest) ProtoMessage() {} func (*UpdateProductRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{7} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{7} } func (m *UpdateProductRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateProductRequest.Unmarshal(m, b) @@ -661,7 +661,7 @@ func (m *DeleteProductRequest) Reset() { *m = DeleteProductRequest{} } func (m *DeleteProductRequest) String() string { return proto.CompactTextString(m) } func (*DeleteProductRequest) ProtoMessage() {} func (*DeleteProductRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{8} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{8} } func (m *DeleteProductRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteProductRequest.Unmarshal(m, b) @@ -710,7 +710,7 @@ func (m *CreateProductSetRequest) Reset() { *m = CreateProductSetRequest func (m *CreateProductSetRequest) String() string { return proto.CompactTextString(m) } func (*CreateProductSetRequest) ProtoMessage() {} func (*CreateProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{9} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{9} } func (m *CreateProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateProductSetRequest.Unmarshal(m, b) @@ -770,7 +770,7 @@ func (m *ListProductSetsRequest) Reset() { *m = ListProductSetsRequest{} func (m *ListProductSetsRequest) String() string { return proto.CompactTextString(m) } func (*ListProductSetsRequest) ProtoMessage() {} func (*ListProductSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{10} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{10} } func (m *ListProductSetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductSetsRequest.Unmarshal(m, b) @@ -827,7 +827,7 @@ func (m *ListProductSetsResponse) Reset() { *m = ListProductSetsResponse func (m *ListProductSetsResponse) String() string { return proto.CompactTextString(m) } func (*ListProductSetsResponse) ProtoMessage() {} func (*ListProductSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{11} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{11} } func (m *ListProductSetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductSetsResponse.Unmarshal(m, b) @@ -877,7 +877,7 @@ func (m *GetProductSetRequest) Reset() { *m = GetProductSetRequest{} } func (m *GetProductSetRequest) String() string { return proto.CompactTextString(m) } func (*GetProductSetRequest) ProtoMessage() {} func (*GetProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{12} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{12} } func (m *GetProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetProductSetRequest.Unmarshal(m, b) @@ -922,7 +922,7 @@ func (m *UpdateProductSetRequest) Reset() { *m = UpdateProductSetRequest func (m *UpdateProductSetRequest) String() string { return proto.CompactTextString(m) } func (*UpdateProductSetRequest) ProtoMessage() {} func (*UpdateProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{13} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{13} } func (m *UpdateProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateProductSetRequest.Unmarshal(m, b) @@ -972,7 +972,7 @@ func (m *DeleteProductSetRequest) Reset() { *m = DeleteProductSetRequest func (m *DeleteProductSetRequest) String() string { return proto.CompactTextString(m) } func (*DeleteProductSetRequest) ProtoMessage() {} func (*DeleteProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{14} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{14} } func (m *DeleteProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteProductSetRequest.Unmarshal(m, b) @@ -1023,7 +1023,7 @@ func (m *CreateReferenceImageRequest) Reset() { *m = CreateReferenceImag func (m *CreateReferenceImageRequest) String() string { return proto.CompactTextString(m) } func (*CreateReferenceImageRequest) ProtoMessage() {} func (*CreateReferenceImageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{15} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{15} } func (m *CreateReferenceImageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateReferenceImageRequest.Unmarshal(m, b) @@ -1087,7 +1087,7 @@ func (m *ListReferenceImagesRequest) Reset() { *m = ListReferenceImagesR func (m *ListReferenceImagesRequest) String() string { return proto.CompactTextString(m) } func (*ListReferenceImagesRequest) ProtoMessage() {} func (*ListReferenceImagesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{16} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{16} } func (m *ListReferenceImagesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListReferenceImagesRequest.Unmarshal(m, b) @@ -1145,7 +1145,7 @@ func (m *ListReferenceImagesResponse) Reset() { *m = ListReferenceImages func (m *ListReferenceImagesResponse) String() string { return proto.CompactTextString(m) } func (*ListReferenceImagesResponse) ProtoMessage() {} func (*ListReferenceImagesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{17} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{17} } func (m *ListReferenceImagesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListReferenceImagesResponse.Unmarshal(m, b) @@ -1203,7 +1203,7 @@ func (m *GetReferenceImageRequest) Reset() { *m = GetReferenceImageReque func (m *GetReferenceImageRequest) String() string { return proto.CompactTextString(m) } func (*GetReferenceImageRequest) ProtoMessage() {} func (*GetReferenceImageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{18} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{18} } func (m *GetReferenceImageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetReferenceImageRequest.Unmarshal(m, b) @@ -1247,7 +1247,7 @@ func (m *DeleteReferenceImageRequest) Reset() { *m = DeleteReferenceImag func (m *DeleteReferenceImageRequest) String() string { return proto.CompactTextString(m) } func (*DeleteReferenceImageRequest) ProtoMessage() {} func (*DeleteReferenceImageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{19} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{19} } func (m *DeleteReferenceImageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteReferenceImageRequest.Unmarshal(m, b) @@ -1295,7 +1295,7 @@ func (m *AddProductToProductSetRequest) Reset() { *m = AddProductToProdu func (m *AddProductToProductSetRequest) String() string { return proto.CompactTextString(m) } func (*AddProductToProductSetRequest) ProtoMessage() {} func (*AddProductToProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{20} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{20} } func (m *AddProductToProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddProductToProductSetRequest.Unmarshal(m, b) @@ -1350,7 +1350,7 @@ func (m *RemoveProductFromProductSetRequest) Reset() { *m = RemoveProduc func (m *RemoveProductFromProductSetRequest) String() string { return proto.CompactTextString(m) } func (*RemoveProductFromProductSetRequest) ProtoMessage() {} func (*RemoveProductFromProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{21} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{21} } func (m *RemoveProductFromProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemoveProductFromProductSetRequest.Unmarshal(m, b) @@ -1404,7 +1404,7 @@ func (m *ListProductsInProductSetRequest) Reset() { *m = ListProductsInP func (m *ListProductsInProductSetRequest) String() string { return proto.CompactTextString(m) } func (*ListProductsInProductSetRequest) ProtoMessage() {} func (*ListProductsInProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{22} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{22} } func (m *ListProductsInProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductsInProductSetRequest.Unmarshal(m, b) @@ -1461,7 +1461,7 @@ func (m *ListProductsInProductSetResponse) Reset() { *m = ListProductsIn func (m *ListProductsInProductSetResponse) String() string { return proto.CompactTextString(m) } func (*ListProductsInProductSetResponse) ProtoMessage() {} func (*ListProductsInProductSetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{23} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{23} } func (m *ListProductsInProductSetResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductsInProductSetResponse.Unmarshal(m, b) @@ -1565,7 +1565,7 @@ func (m *ImportProductSetsGcsSource) Reset() { *m = ImportProductSetsGcs func (m *ImportProductSetsGcsSource) String() string { return proto.CompactTextString(m) } func (*ImportProductSetsGcsSource) ProtoMessage() {} func (*ImportProductSetsGcsSource) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{24} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{24} } func (m *ImportProductSetsGcsSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportProductSetsGcsSource.Unmarshal(m, b) @@ -1608,7 +1608,7 @@ func (m *ImportProductSetsInputConfig) Reset() { *m = ImportProductSetsI func (m *ImportProductSetsInputConfig) String() string { return proto.CompactTextString(m) } func (*ImportProductSetsInputConfig) ProtoMessage() {} func (*ImportProductSetsInputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{25} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{25} } func (m *ImportProductSetsInputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportProductSetsInputConfig.Unmarshal(m, b) @@ -1724,7 +1724,7 @@ func (m *ImportProductSetsRequest) Reset() { *m = ImportProductSetsReque func (m *ImportProductSetsRequest) String() string { return proto.CompactTextString(m) } func (*ImportProductSetsRequest) ProtoMessage() {} func (*ImportProductSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{26} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{26} } func (m *ImportProductSetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportProductSetsRequest.Unmarshal(m, b) @@ -1784,7 +1784,7 @@ func (m *ImportProductSetsResponse) Reset() { *m = ImportProductSetsResp func (m *ImportProductSetsResponse) String() string { return proto.CompactTextString(m) } func (*ImportProductSetsResponse) ProtoMessage() {} func (*ImportProductSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{27} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{27} } func (m *ImportProductSetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportProductSetsResponse.Unmarshal(m, b) @@ -1840,7 +1840,7 @@ func (m *BatchOperationMetadata) Reset() { *m = BatchOperationMetadata{} func (m *BatchOperationMetadata) String() string { return proto.CompactTextString(m) } func (*BatchOperationMetadata) ProtoMessage() {} func (*BatchOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_ccaf919a1eab3fde, []int{28} + return fileDescriptor_product_search_service_ad9db519f21bfe92, []int{28} } func (m *BatchOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchOperationMetadata.Unmarshal(m, b) @@ -2843,10 +2843,10 @@ var _ProductSearch_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/vision/v1p3beta1/product_search_service.proto", fileDescriptor_product_search_service_ccaf919a1eab3fde) + proto.RegisterFile("google/cloud/vision/v1p3beta1/product_search_service.proto", fileDescriptor_product_search_service_ad9db519f21bfe92) } -var fileDescriptor_product_search_service_ccaf919a1eab3fde = []byte{ +var fileDescriptor_product_search_service_ad9db519f21bfe92 = []byte{ // 1867 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x59, 0xcf, 0x6f, 0xe3, 0xc6, 0x15, 0xce, 0xd8, 0xeb, 0x5d, 0xfb, 0xc9, 0xb2, 0xb5, 0x53, 0xd7, 0x56, 0xe4, 0x2c, 0xe2, 0xb0, diff --git a/googleapis/cloud/vision/v1p3beta1/text_annotation.pb.go b/googleapis/cloud/vision/v1p3beta1/text_annotation.pb.go index 78bef81eda..db0ad4ab2a 100644 --- a/googleapis/cloud/vision/v1p3beta1/text_annotation.pb.go +++ b/googleapis/cloud/vision/v1p3beta1/text_annotation.pb.go @@ -59,7 +59,7 @@ func (x TextAnnotation_DetectedBreak_BreakType) String() string { return proto.EnumName(TextAnnotation_DetectedBreak_BreakType_name, int32(x)) } func (TextAnnotation_DetectedBreak_BreakType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_5a6d22feb9f487b6, []int{0, 1, 0} + return fileDescriptor_text_annotation_2b5b30276ebe092b, []int{0, 1, 0} } // Type of a block (text, image etc) as identified by OCR. @@ -101,7 +101,7 @@ func (x Block_BlockType) String() string { return proto.EnumName(Block_BlockType_name, int32(x)) } func (Block_BlockType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_5a6d22feb9f487b6, []int{2, 0} + return fileDescriptor_text_annotation_2b5b30276ebe092b, []int{2, 0} } // TextAnnotation contains a structured representation of OCR extracted text. @@ -126,7 +126,7 @@ func (m *TextAnnotation) Reset() { *m = TextAnnotation{} } func (m *TextAnnotation) String() string { return proto.CompactTextString(m) } func (*TextAnnotation) ProtoMessage() {} func (*TextAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_5a6d22feb9f487b6, []int{0} + return fileDescriptor_text_annotation_2b5b30276ebe092b, []int{0} } func (m *TextAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation.Unmarshal(m, b) @@ -177,7 +177,7 @@ func (m *TextAnnotation_DetectedLanguage) Reset() { *m = TextAnnotation_ func (m *TextAnnotation_DetectedLanguage) String() string { return proto.CompactTextString(m) } func (*TextAnnotation_DetectedLanguage) ProtoMessage() {} func (*TextAnnotation_DetectedLanguage) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_5a6d22feb9f487b6, []int{0, 0} + return fileDescriptor_text_annotation_2b5b30276ebe092b, []int{0, 0} } func (m *TextAnnotation_DetectedLanguage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation_DetectedLanguage.Unmarshal(m, b) @@ -226,7 +226,7 @@ func (m *TextAnnotation_DetectedBreak) Reset() { *m = TextAnnotation_Det func (m *TextAnnotation_DetectedBreak) String() string { return proto.CompactTextString(m) } func (*TextAnnotation_DetectedBreak) ProtoMessage() {} func (*TextAnnotation_DetectedBreak) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_5a6d22feb9f487b6, []int{0, 1} + return fileDescriptor_text_annotation_2b5b30276ebe092b, []int{0, 1} } func (m *TextAnnotation_DetectedBreak) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation_DetectedBreak.Unmarshal(m, b) @@ -275,7 +275,7 @@ func (m *TextAnnotation_TextProperty) Reset() { *m = TextAnnotation_Text func (m *TextAnnotation_TextProperty) String() string { return proto.CompactTextString(m) } func (*TextAnnotation_TextProperty) ProtoMessage() {} func (*TextAnnotation_TextProperty) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_5a6d22feb9f487b6, []int{0, 2} + return fileDescriptor_text_annotation_2b5b30276ebe092b, []int{0, 2} } func (m *TextAnnotation_TextProperty) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation_TextProperty.Unmarshal(m, b) @@ -332,7 +332,7 @@ func (m *Page) Reset() { *m = Page{} } func (m *Page) String() string { return proto.CompactTextString(m) } func (*Page) ProtoMessage() {} func (*Page) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_5a6d22feb9f487b6, []int{1} + return fileDescriptor_text_annotation_2b5b30276ebe092b, []int{1} } func (m *Page) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Page.Unmarshal(m, b) @@ -427,7 +427,7 @@ func (m *Block) Reset() { *m = Block{} } func (m *Block) String() string { return proto.CompactTextString(m) } func (*Block) ProtoMessage() {} func (*Block) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_5a6d22feb9f487b6, []int{2} + return fileDescriptor_text_annotation_2b5b30276ebe092b, []int{2} } func (m *Block) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Block.Unmarshal(m, b) @@ -515,7 +515,7 @@ func (m *Paragraph) Reset() { *m = Paragraph{} } func (m *Paragraph) String() string { return proto.CompactTextString(m) } func (*Paragraph) ProtoMessage() {} func (*Paragraph) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_5a6d22feb9f487b6, []int{3} + return fileDescriptor_text_annotation_2b5b30276ebe092b, []int{3} } func (m *Paragraph) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Paragraph.Unmarshal(m, b) @@ -597,7 +597,7 @@ func (m *Word) Reset() { *m = Word{} } func (m *Word) String() string { return proto.CompactTextString(m) } func (*Word) ProtoMessage() {} func (*Word) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_5a6d22feb9f487b6, []int{4} + return fileDescriptor_text_annotation_2b5b30276ebe092b, []int{4} } func (m *Word) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Word.Unmarshal(m, b) @@ -678,7 +678,7 @@ func (m *Symbol) Reset() { *m = Symbol{} } func (m *Symbol) String() string { return proto.CompactTextString(m) } func (*Symbol) ProtoMessage() {} func (*Symbol) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_5a6d22feb9f487b6, []int{5} + return fileDescriptor_text_annotation_2b5b30276ebe092b, []int{5} } func (m *Symbol) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Symbol.Unmarshal(m, b) @@ -741,10 +741,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1p3beta1/text_annotation.proto", fileDescriptor_text_annotation_5a6d22feb9f487b6) + proto.RegisterFile("google/cloud/vision/v1p3beta1/text_annotation.proto", fileDescriptor_text_annotation_2b5b30276ebe092b) } -var fileDescriptor_text_annotation_5a6d22feb9f487b6 = []byte{ +var fileDescriptor_text_annotation_2b5b30276ebe092b = []byte{ // 775 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x56, 0x4f, 0x6f, 0xd3, 0x48, 0x14, 0x5f, 0x27, 0x76, 0x1a, 0xbf, 0xb4, 0x91, 0x77, 0x76, 0xb5, 0x8a, 0xb2, 0xbb, 0xa8, 0xa4, diff --git a/googleapis/cloud/vision/v1p3beta1/web_detection.pb.go b/googleapis/cloud/vision/v1p3beta1/web_detection.pb.go index 0243740711..fe1d777019 100644 --- a/googleapis/cloud/vision/v1p3beta1/web_detection.pb.go +++ b/googleapis/cloud/vision/v1p3beta1/web_detection.pb.go @@ -45,7 +45,7 @@ func (m *WebDetection) Reset() { *m = WebDetection{} } func (m *WebDetection) String() string { return proto.CompactTextString(m) } func (*WebDetection) ProtoMessage() {} func (*WebDetection) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_aefa13dd154a0284, []int{0} + return fileDescriptor_web_detection_589fe4db54ca6b50, []int{0} } func (m *WebDetection) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection.Unmarshal(m, b) @@ -125,7 +125,7 @@ func (m *WebDetection_WebEntity) Reset() { *m = WebDetection_WebEntity{} func (m *WebDetection_WebEntity) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebEntity) ProtoMessage() {} func (*WebDetection_WebEntity) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_aefa13dd154a0284, []int{0, 0} + return fileDescriptor_web_detection_589fe4db54ca6b50, []int{0, 0} } func (m *WebDetection_WebEntity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebEntity.Unmarshal(m, b) @@ -181,7 +181,7 @@ func (m *WebDetection_WebImage) Reset() { *m = WebDetection_WebImage{} } func (m *WebDetection_WebImage) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebImage) ProtoMessage() {} func (*WebDetection_WebImage) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_aefa13dd154a0284, []int{0, 1} + return fileDescriptor_web_detection_589fe4db54ca6b50, []int{0, 1} } func (m *WebDetection_WebImage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebImage.Unmarshal(m, b) @@ -240,7 +240,7 @@ func (m *WebDetection_WebPage) Reset() { *m = WebDetection_WebPage{} } func (m *WebDetection_WebPage) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebPage) ProtoMessage() {} func (*WebDetection_WebPage) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_aefa13dd154a0284, []int{0, 2} + return fileDescriptor_web_detection_589fe4db54ca6b50, []int{0, 2} } func (m *WebDetection_WebPage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebPage.Unmarshal(m, b) @@ -312,7 +312,7 @@ func (m *WebDetection_WebLabel) Reset() { *m = WebDetection_WebLabel{} } func (m *WebDetection_WebLabel) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebLabel) ProtoMessage() {} func (*WebDetection_WebLabel) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_aefa13dd154a0284, []int{0, 3} + return fileDescriptor_web_detection_589fe4db54ca6b50, []int{0, 3} } func (m *WebDetection_WebLabel) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebLabel.Unmarshal(m, b) @@ -355,10 +355,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1p3beta1/web_detection.proto", fileDescriptor_web_detection_aefa13dd154a0284) + proto.RegisterFile("google/cloud/vision/v1p3beta1/web_detection.proto", fileDescriptor_web_detection_589fe4db54ca6b50) } -var fileDescriptor_web_detection_aefa13dd154a0284 = []byte{ +var fileDescriptor_web_detection_589fe4db54ca6b50 = []byte{ // 511 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x94, 0x4f, 0x6f, 0xd3, 0x30, 0x18, 0xc6, 0x95, 0x76, 0x1b, 0x8d, 0x5b, 0x04, 0xb3, 0x86, 0x16, 0x05, 0x26, 0x15, 0xb8, 0xf4, diff --git a/googleapis/cloud/vision/v1p4beta1/geometry.pb.go b/googleapis/cloud/vision/v1p4beta1/geometry.pb.go index a104edc336..24cb0e83b0 100644 --- a/googleapis/cloud/vision/v1p4beta1/geometry.pb.go +++ b/googleapis/cloud/vision/v1p4beta1/geometry.pb.go @@ -35,7 +35,7 @@ func (m *Vertex) Reset() { *m = Vertex{} } func (m *Vertex) String() string { return proto.CompactTextString(m) } func (*Vertex) ProtoMessage() {} func (*Vertex) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_d92abf8dc265831c, []int{0} + return fileDescriptor_geometry_4a9669950dfd9675, []int{0} } func (m *Vertex) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Vertex.Unmarshal(m, b) @@ -86,7 +86,7 @@ func (m *NormalizedVertex) Reset() { *m = NormalizedVertex{} } func (m *NormalizedVertex) String() string { return proto.CompactTextString(m) } func (*NormalizedVertex) ProtoMessage() {} func (*NormalizedVertex) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_d92abf8dc265831c, []int{1} + return fileDescriptor_geometry_4a9669950dfd9675, []int{1} } func (m *NormalizedVertex) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NormalizedVertex.Unmarshal(m, b) @@ -135,7 +135,7 @@ func (m *BoundingPoly) Reset() { *m = BoundingPoly{} } func (m *BoundingPoly) String() string { return proto.CompactTextString(m) } func (*BoundingPoly) ProtoMessage() {} func (*BoundingPoly) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_d92abf8dc265831c, []int{2} + return fileDescriptor_geometry_4a9669950dfd9675, []int{2} } func (m *BoundingPoly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BoundingPoly.Unmarshal(m, b) @@ -188,7 +188,7 @@ func (m *Position) Reset() { *m = Position{} } func (m *Position) String() string { return proto.CompactTextString(m) } func (*Position) ProtoMessage() {} func (*Position) Descriptor() ([]byte, []int) { - return fileDescriptor_geometry_d92abf8dc265831c, []int{3} + return fileDescriptor_geometry_4a9669950dfd9675, []int{3} } func (m *Position) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Position.Unmarshal(m, b) @@ -237,10 +237,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1p4beta1/geometry.proto", fileDescriptor_geometry_d92abf8dc265831c) + proto.RegisterFile("google/cloud/vision/v1p4beta1/geometry.proto", fileDescriptor_geometry_4a9669950dfd9675) } -var fileDescriptor_geometry_d92abf8dc265831c = []byte{ +var fileDescriptor_geometry_4a9669950dfd9675 = []byte{ // 311 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xb1, 0x6a, 0xf3, 0x30, 0x14, 0x85, 0x91, 0xf3, 0xff, 0x21, 0xa8, 0x29, 0x14, 0x77, 0x31, 0xa5, 0x85, 0xd4, 0xb4, 0x90, diff --git a/googleapis/cloud/vision/v1p4beta1/image_annotator.pb.go b/googleapis/cloud/vision/v1p4beta1/image_annotator.pb.go index 3839a7d21e..120e85c135 100644 --- a/googleapis/cloud/vision/v1p4beta1/image_annotator.pb.go +++ b/googleapis/cloud/vision/v1p4beta1/image_annotator.pb.go @@ -70,7 +70,7 @@ func (x Likelihood) String() string { return proto.EnumName(Likelihood_name, int32(x)) } func (Likelihood) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{0} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{0} } // Type of Google Cloud Vision API feature to be extracted. @@ -145,7 +145,7 @@ func (x Feature_Type) String() string { return proto.EnumName(Feature_Type_name, int32(x)) } func (Feature_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{0, 0} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{0, 0} } // Face landmark (feature) type. @@ -306,7 +306,7 @@ func (x FaceAnnotation_Landmark_Type) String() string { return proto.EnumName(FaceAnnotation_Landmark_Type_name, int32(x)) } func (FaceAnnotation_Landmark_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{3, 0, 0} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{3, 0, 0} } // Batch operation states. @@ -344,7 +344,7 @@ func (x OperationMetadata_State) String() string { return proto.EnumName(OperationMetadata_State_name, int32(x)) } func (OperationMetadata_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{37, 0} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{37, 0} } // The type of Google Cloud Vision API detection to perform, and the maximum @@ -369,7 +369,7 @@ func (m *Feature) Reset() { *m = Feature{} } func (m *Feature) String() string { return proto.CompactTextString(m) } func (*Feature) ProtoMessage() {} func (*Feature) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{0} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{0} } func (m *Feature) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Feature.Unmarshal(m, b) @@ -446,7 +446,7 @@ func (m *ImageSource) Reset() { *m = ImageSource{} } func (m *ImageSource) String() string { return proto.CompactTextString(m) } func (*ImageSource) ProtoMessage() {} func (*ImageSource) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{1} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{1} } func (m *ImageSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageSource.Unmarshal(m, b) @@ -499,7 +499,7 @@ func (m *Image) Reset() { *m = Image{} } func (m *Image) String() string { return proto.CompactTextString(m) } func (*Image) ProtoMessage() {} func (*Image) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{2} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{2} } func (m *Image) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Image.Unmarshal(m, b) @@ -590,7 +590,7 @@ func (m *FaceAnnotation) Reset() { *m = FaceAnnotation{} } func (m *FaceAnnotation) String() string { return proto.CompactTextString(m) } func (*FaceAnnotation) ProtoMessage() {} func (*FaceAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{3} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{3} } func (m *FaceAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceAnnotation.Unmarshal(m, b) @@ -730,7 +730,7 @@ func (m *FaceAnnotation_Landmark) Reset() { *m = FaceAnnotation_Landmark func (m *FaceAnnotation_Landmark) String() string { return proto.CompactTextString(m) } func (*FaceAnnotation_Landmark) ProtoMessage() {} func (*FaceAnnotation_Landmark) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{3, 0} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{3, 0} } func (m *FaceAnnotation_Landmark) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FaceAnnotation_Landmark.Unmarshal(m, b) @@ -777,7 +777,7 @@ func (m *LocationInfo) Reset() { *m = LocationInfo{} } func (m *LocationInfo) String() string { return proto.CompactTextString(m) } func (*LocationInfo) ProtoMessage() {} func (*LocationInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{4} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{4} } func (m *LocationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationInfo.Unmarshal(m, b) @@ -821,7 +821,7 @@ func (m *Property) Reset() { *m = Property{} } func (m *Property) String() string { return proto.CompactTextString(m) } func (*Property) ProtoMessage() {} func (*Property) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{5} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{5} } func (m *Property) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Property.Unmarshal(m, b) @@ -908,7 +908,7 @@ func (m *EntityAnnotation) Reset() { *m = EntityAnnotation{} } func (m *EntityAnnotation) String() string { return proto.CompactTextString(m) } func (*EntityAnnotation) ProtoMessage() {} func (*EntityAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{6} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{6} } func (m *EntityAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityAnnotation.Unmarshal(m, b) @@ -1015,7 +1015,7 @@ func (m *LocalizedObjectAnnotation) Reset() { *m = LocalizedObjectAnnota func (m *LocalizedObjectAnnotation) String() string { return proto.CompactTextString(m) } func (*LocalizedObjectAnnotation) ProtoMessage() {} func (*LocalizedObjectAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{7} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{7} } func (m *LocalizedObjectAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocalizedObjectAnnotation.Unmarshal(m, b) @@ -1100,7 +1100,7 @@ func (m *SafeSearchAnnotation) Reset() { *m = SafeSearchAnnotation{} } func (m *SafeSearchAnnotation) String() string { return proto.CompactTextString(m) } func (*SafeSearchAnnotation) ProtoMessage() {} func (*SafeSearchAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{8} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{8} } func (m *SafeSearchAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SafeSearchAnnotation.Unmarshal(m, b) @@ -1170,7 +1170,7 @@ func (m *LatLongRect) Reset() { *m = LatLongRect{} } func (m *LatLongRect) String() string { return proto.CompactTextString(m) } func (*LatLongRect) ProtoMessage() {} func (*LatLongRect) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{9} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{9} } func (m *LatLongRect) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LatLongRect.Unmarshal(m, b) @@ -1223,7 +1223,7 @@ func (m *ColorInfo) Reset() { *m = ColorInfo{} } func (m *ColorInfo) String() string { return proto.CompactTextString(m) } func (*ColorInfo) ProtoMessage() {} func (*ColorInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{10} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{10} } func (m *ColorInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ColorInfo.Unmarshal(m, b) @@ -1277,7 +1277,7 @@ func (m *DominantColorsAnnotation) Reset() { *m = DominantColorsAnnotati func (m *DominantColorsAnnotation) String() string { return proto.CompactTextString(m) } func (*DominantColorsAnnotation) ProtoMessage() {} func (*DominantColorsAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{11} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{11} } func (m *DominantColorsAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DominantColorsAnnotation.Unmarshal(m, b) @@ -1317,7 +1317,7 @@ func (m *ImageProperties) Reset() { *m = ImageProperties{} } func (m *ImageProperties) String() string { return proto.CompactTextString(m) } func (*ImageProperties) ProtoMessage() {} func (*ImageProperties) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{12} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{12} } func (m *ImageProperties) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageProperties.Unmarshal(m, b) @@ -1363,7 +1363,7 @@ func (m *CropHint) Reset() { *m = CropHint{} } func (m *CropHint) String() string { return proto.CompactTextString(m) } func (*CropHint) ProtoMessage() {} func (*CropHint) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{13} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{13} } func (m *CropHint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CropHint.Unmarshal(m, b) @@ -1417,7 +1417,7 @@ func (m *CropHintsAnnotation) Reset() { *m = CropHintsAnnotation{} } func (m *CropHintsAnnotation) String() string { return proto.CompactTextString(m) } func (*CropHintsAnnotation) ProtoMessage() {} func (*CropHintsAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{14} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{14} } func (m *CropHintsAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CropHintsAnnotation.Unmarshal(m, b) @@ -1462,7 +1462,7 @@ func (m *CropHintsParams) Reset() { *m = CropHintsParams{} } func (m *CropHintsParams) String() string { return proto.CompactTextString(m) } func (*CropHintsParams) ProtoMessage() {} func (*CropHintsParams) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{15} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{15} } func (m *CropHintsParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CropHintsParams.Unmarshal(m, b) @@ -1502,7 +1502,7 @@ func (m *WebDetectionParams) Reset() { *m = WebDetectionParams{} } func (m *WebDetectionParams) String() string { return proto.CompactTextString(m) } func (*WebDetectionParams) ProtoMessage() {} func (*WebDetectionParams) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{16} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{16} } func (m *WebDetectionParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetectionParams.Unmarshal(m, b) @@ -1557,7 +1557,7 @@ func (m *ImageContext) Reset() { *m = ImageContext{} } func (m *ImageContext) String() string { return proto.CompactTextString(m) } func (*ImageContext) ProtoMessage() {} func (*ImageContext) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{17} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{17} } func (m *ImageContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageContext.Unmarshal(m, b) @@ -1630,7 +1630,7 @@ func (m *AnnotateImageRequest) Reset() { *m = AnnotateImageRequest{} } func (m *AnnotateImageRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateImageRequest) ProtoMessage() {} func (*AnnotateImageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{18} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{18} } func (m *AnnotateImageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateImageRequest.Unmarshal(m, b) @@ -1688,7 +1688,7 @@ func (m *ImageAnnotationContext) Reset() { *m = ImageAnnotationContext{} func (m *ImageAnnotationContext) String() string { return proto.CompactTextString(m) } func (*ImageAnnotationContext) ProtoMessage() {} func (*ImageAnnotationContext) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{19} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{19} } func (m *ImageAnnotationContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageAnnotationContext.Unmarshal(m, b) @@ -1768,7 +1768,7 @@ func (m *AnnotateImageResponse) Reset() { *m = AnnotateImageResponse{} } func (m *AnnotateImageResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateImageResponse) ProtoMessage() {} func (*AnnotateImageResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{20} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{20} } func (m *AnnotateImageResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateImageResponse.Unmarshal(m, b) @@ -1904,7 +1904,7 @@ func (m *AnnotateFileResponse) Reset() { *m = AnnotateFileResponse{} } func (m *AnnotateFileResponse) String() string { return proto.CompactTextString(m) } func (*AnnotateFileResponse) ProtoMessage() {} func (*AnnotateFileResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{21} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{21} } func (m *AnnotateFileResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateFileResponse.Unmarshal(m, b) @@ -1958,7 +1958,7 @@ func (m *BatchAnnotateImagesRequest) Reset() { *m = BatchAnnotateImagesR func (m *BatchAnnotateImagesRequest) String() string { return proto.CompactTextString(m) } func (*BatchAnnotateImagesRequest) ProtoMessage() {} func (*BatchAnnotateImagesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{22} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{22} } func (m *BatchAnnotateImagesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchAnnotateImagesRequest.Unmarshal(m, b) @@ -1998,7 +1998,7 @@ func (m *BatchAnnotateImagesResponse) Reset() { *m = BatchAnnotateImages func (m *BatchAnnotateImagesResponse) String() string { return proto.CompactTextString(m) } func (*BatchAnnotateImagesResponse) ProtoMessage() {} func (*BatchAnnotateImagesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{23} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{23} } func (m *BatchAnnotateImagesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchAnnotateImagesResponse.Unmarshal(m, b) @@ -2057,7 +2057,7 @@ func (m *AnnotateFileRequest) Reset() { *m = AnnotateFileRequest{} } func (m *AnnotateFileRequest) String() string { return proto.CompactTextString(m) } func (*AnnotateFileRequest) ProtoMessage() {} func (*AnnotateFileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{24} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{24} } func (m *AnnotateFileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotateFileRequest.Unmarshal(m, b) @@ -2119,7 +2119,7 @@ func (m *BatchAnnotateFilesRequest) Reset() { *m = BatchAnnotateFilesReq func (m *BatchAnnotateFilesRequest) String() string { return proto.CompactTextString(m) } func (*BatchAnnotateFilesRequest) ProtoMessage() {} func (*BatchAnnotateFilesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{25} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{25} } func (m *BatchAnnotateFilesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchAnnotateFilesRequest.Unmarshal(m, b) @@ -2160,7 +2160,7 @@ func (m *BatchAnnotateFilesResponse) Reset() { *m = BatchAnnotateFilesRe func (m *BatchAnnotateFilesResponse) String() string { return proto.CompactTextString(m) } func (*BatchAnnotateFilesResponse) ProtoMessage() {} func (*BatchAnnotateFilesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{26} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{26} } func (m *BatchAnnotateFilesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchAnnotateFilesResponse.Unmarshal(m, b) @@ -2206,7 +2206,7 @@ func (m *AsyncAnnotateFileRequest) Reset() { *m = AsyncAnnotateFileReque func (m *AsyncAnnotateFileRequest) String() string { return proto.CompactTextString(m) } func (*AsyncAnnotateFileRequest) ProtoMessage() {} func (*AsyncAnnotateFileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{27} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{27} } func (m *AsyncAnnotateFileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncAnnotateFileRequest.Unmarshal(m, b) @@ -2267,7 +2267,7 @@ func (m *AsyncAnnotateFileResponse) Reset() { *m = AsyncAnnotateFileResp func (m *AsyncAnnotateFileResponse) String() string { return proto.CompactTextString(m) } func (*AsyncAnnotateFileResponse) ProtoMessage() {} func (*AsyncAnnotateFileResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{28} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{28} } func (m *AsyncAnnotateFileResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncAnnotateFileResponse.Unmarshal(m, b) @@ -2309,7 +2309,7 @@ func (m *AsyncBatchAnnotateImagesRequest) Reset() { *m = AsyncBatchAnnot func (m *AsyncBatchAnnotateImagesRequest) String() string { return proto.CompactTextString(m) } func (*AsyncBatchAnnotateImagesRequest) ProtoMessage() {} func (*AsyncBatchAnnotateImagesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{29} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{29} } func (m *AsyncBatchAnnotateImagesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncBatchAnnotateImagesRequest.Unmarshal(m, b) @@ -2356,7 +2356,7 @@ func (m *AsyncBatchAnnotateImagesResponse) Reset() { *m = AsyncBatchAnno func (m *AsyncBatchAnnotateImagesResponse) String() string { return proto.CompactTextString(m) } func (*AsyncBatchAnnotateImagesResponse) ProtoMessage() {} func (*AsyncBatchAnnotateImagesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{30} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{30} } func (m *AsyncBatchAnnotateImagesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncBatchAnnotateImagesResponse.Unmarshal(m, b) @@ -2397,7 +2397,7 @@ func (m *AsyncBatchAnnotateFilesRequest) Reset() { *m = AsyncBatchAnnota func (m *AsyncBatchAnnotateFilesRequest) String() string { return proto.CompactTextString(m) } func (*AsyncBatchAnnotateFilesRequest) ProtoMessage() {} func (*AsyncBatchAnnotateFilesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{31} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{31} } func (m *AsyncBatchAnnotateFilesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncBatchAnnotateFilesRequest.Unmarshal(m, b) @@ -2438,7 +2438,7 @@ func (m *AsyncBatchAnnotateFilesResponse) Reset() { *m = AsyncBatchAnnot func (m *AsyncBatchAnnotateFilesResponse) String() string { return proto.CompactTextString(m) } func (*AsyncBatchAnnotateFilesResponse) ProtoMessage() {} func (*AsyncBatchAnnotateFilesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{32} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{32} } func (m *AsyncBatchAnnotateFilesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AsyncBatchAnnotateFilesResponse.Unmarshal(m, b) @@ -2488,7 +2488,7 @@ func (m *InputConfig) Reset() { *m = InputConfig{} } func (m *InputConfig) String() string { return proto.CompactTextString(m) } func (*InputConfig) ProtoMessage() {} func (*InputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{33} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{33} } func (m *InputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InputConfig.Unmarshal(m, b) @@ -2554,7 +2554,7 @@ func (m *OutputConfig) Reset() { *m = OutputConfig{} } func (m *OutputConfig) String() string { return proto.CompactTextString(m) } func (*OutputConfig) ProtoMessage() {} func (*OutputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{34} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{34} } func (m *OutputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OutputConfig.Unmarshal(m, b) @@ -2602,7 +2602,7 @@ func (m *GcsSource) Reset() { *m = GcsSource{} } func (m *GcsSource) String() string { return proto.CompactTextString(m) } func (*GcsSource) ProtoMessage() {} func (*GcsSource) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{35} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{35} } func (m *GcsSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsSource.Unmarshal(m, b) @@ -2656,7 +2656,7 @@ func (m *GcsDestination) Reset() { *m = GcsDestination{} } func (m *GcsDestination) String() string { return proto.CompactTextString(m) } func (*GcsDestination) ProtoMessage() {} func (*GcsDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{36} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{36} } func (m *GcsDestination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsDestination.Unmarshal(m, b) @@ -2700,7 +2700,7 @@ func (m *OperationMetadata) Reset() { *m = OperationMetadata{} } func (m *OperationMetadata) String() string { return proto.CompactTextString(m) } func (*OperationMetadata) ProtoMessage() {} func (*OperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_image_annotator_1b487071dd76b0be, []int{37} + return fileDescriptor_image_annotator_4a9ef5af0fc4f4ff, []int{37} } func (m *OperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationMetadata.Unmarshal(m, b) @@ -3003,10 +3003,10 @@ var _ImageAnnotator_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/vision/v1p4beta1/image_annotator.proto", fileDescriptor_image_annotator_1b487071dd76b0be) + proto.RegisterFile("google/cloud/vision/v1p4beta1/image_annotator.proto", fileDescriptor_image_annotator_4a9ef5af0fc4f4ff) } -var fileDescriptor_image_annotator_1b487071dd76b0be = []byte{ +var fileDescriptor_image_annotator_4a9ef5af0fc4f4ff = []byte{ // 3262 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0x41, 0x6f, 0x23, 0xc7, 0x95, 0x36, 0x49, 0x51, 0x22, 0x1f, 0x29, 0xa9, 0x55, 0x94, 0x34, 0x94, 0x66, 0x34, 0x23, 0xb7, diff --git a/googleapis/cloud/vision/v1p4beta1/product_search.pb.go b/googleapis/cloud/vision/v1p4beta1/product_search.pb.go index 21d81dfdb7..6e72383189 100644 --- a/googleapis/cloud/vision/v1p4beta1/product_search.pb.go +++ b/googleapis/cloud/vision/v1p4beta1/product_search.pb.go @@ -52,7 +52,7 @@ func (m *ProductSearchParams) Reset() { *m = ProductSearchParams{} } func (m *ProductSearchParams) String() string { return proto.CompactTextString(m) } func (*ProductSearchParams) ProtoMessage() {} func (*ProductSearchParams) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_fc962658d6fad09a, []int{0} + return fileDescriptor_product_search_573b317bf5620815, []int{0} } func (m *ProductSearchParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductSearchParams.Unmarshal(m, b) @@ -121,7 +121,7 @@ func (m *ProductSearchResults) Reset() { *m = ProductSearchResults{} } func (m *ProductSearchResults) String() string { return proto.CompactTextString(m) } func (*ProductSearchResults) ProtoMessage() {} func (*ProductSearchResults) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_fc962658d6fad09a, []int{1} + return fileDescriptor_product_search_573b317bf5620815, []int{1} } func (m *ProductSearchResults) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductSearchResults.Unmarshal(m, b) @@ -181,7 +181,7 @@ func (m *ProductSearchResults_Result) Reset() { *m = ProductSearchResult func (m *ProductSearchResults_Result) String() string { return proto.CompactTextString(m) } func (*ProductSearchResults_Result) ProtoMessage() {} func (*ProductSearchResults_Result) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_fc962658d6fad09a, []int{1, 0} + return fileDescriptor_product_search_573b317bf5620815, []int{1, 0} } func (m *ProductSearchResults_Result) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductSearchResults_Result.Unmarshal(m, b) @@ -238,7 +238,7 @@ func (m *ProductSearchResults_GroupedResult) Reset() { *m = ProductSearc func (m *ProductSearchResults_GroupedResult) String() string { return proto.CompactTextString(m) } func (*ProductSearchResults_GroupedResult) ProtoMessage() {} func (*ProductSearchResults_GroupedResult) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_fc962658d6fad09a, []int{1, 1} + return fileDescriptor_product_search_573b317bf5620815, []int{1, 1} } func (m *ProductSearchResults_GroupedResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductSearchResults_GroupedResult.Unmarshal(m, b) @@ -280,10 +280,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1p4beta1/product_search.proto", fileDescriptor_product_search_fc962658d6fad09a) + proto.RegisterFile("google/cloud/vision/v1p4beta1/product_search.proto", fileDescriptor_product_search_573b317bf5620815) } -var fileDescriptor_product_search_fc962658d6fad09a = []byte{ +var fileDescriptor_product_search_573b317bf5620815 = []byte{ // 495 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x53, 0xcd, 0x8e, 0xd3, 0x3c, 0x14, 0x95, 0xdb, 0x99, 0xf4, 0xab, 0xfb, 0xcd, 0x02, 0x33, 0x40, 0x14, 0x81, 0xa6, 0xcc, 0x02, diff --git a/googleapis/cloud/vision/v1p4beta1/product_search_service.pb.go b/googleapis/cloud/vision/v1p4beta1/product_search_service.pb.go index a3fcea1d78..e43996f3eb 100644 --- a/googleapis/cloud/vision/v1p4beta1/product_search_service.pb.go +++ b/googleapis/cloud/vision/v1p4beta1/product_search_service.pb.go @@ -67,7 +67,7 @@ func (x BatchOperationMetadata_State) String() string { return proto.EnumName(BatchOperationMetadata_State_name, int32(x)) } func (BatchOperationMetadata_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{28, 0} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{28, 0} } // A Product contains ReferenceImages. @@ -109,7 +109,7 @@ func (m *Product) Reset() { *m = Product{} } func (m *Product) String() string { return proto.CompactTextString(m) } func (*Product) ProtoMessage() {} func (*Product) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{0} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{0} } func (m *Product) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Product.Unmarshal(m, b) @@ -181,7 +181,7 @@ func (m *Product_KeyValue) Reset() { *m = Product_KeyValue{} } func (m *Product_KeyValue) String() string { return proto.CompactTextString(m) } func (*Product_KeyValue) ProtoMessage() {} func (*Product_KeyValue) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{0, 0} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{0, 0} } func (m *Product_KeyValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Product_KeyValue.Unmarshal(m, b) @@ -250,7 +250,7 @@ func (m *ProductSet) Reset() { *m = ProductSet{} } func (m *ProductSet) String() string { return proto.CompactTextString(m) } func (*ProductSet) ProtoMessage() {} func (*ProductSet) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{1} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{1} } func (m *ProductSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductSet.Unmarshal(m, b) @@ -333,7 +333,7 @@ func (m *ReferenceImage) Reset() { *m = ReferenceImage{} } func (m *ReferenceImage) String() string { return proto.CompactTextString(m) } func (*ReferenceImage) ProtoMessage() {} func (*ReferenceImage) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{2} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{2} } func (m *ReferenceImage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReferenceImage.Unmarshal(m, b) @@ -397,7 +397,7 @@ func (m *CreateProductRequest) Reset() { *m = CreateProductRequest{} } func (m *CreateProductRequest) String() string { return proto.CompactTextString(m) } func (*CreateProductRequest) ProtoMessage() {} func (*CreateProductRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{3} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{3} } func (m *CreateProductRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateProductRequest.Unmarshal(m, b) @@ -458,7 +458,7 @@ func (m *ListProductsRequest) Reset() { *m = ListProductsRequest{} } func (m *ListProductsRequest) String() string { return proto.CompactTextString(m) } func (*ListProductsRequest) ProtoMessage() {} func (*ListProductsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{4} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{4} } func (m *ListProductsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductsRequest.Unmarshal(m, b) @@ -515,7 +515,7 @@ func (m *ListProductsResponse) Reset() { *m = ListProductsResponse{} } func (m *ListProductsResponse) String() string { return proto.CompactTextString(m) } func (*ListProductsResponse) ProtoMessage() {} func (*ListProductsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{5} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{5} } func (m *ListProductsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductsResponse.Unmarshal(m, b) @@ -565,7 +565,7 @@ func (m *GetProductRequest) Reset() { *m = GetProductRequest{} } func (m *GetProductRequest) String() string { return proto.CompactTextString(m) } func (*GetProductRequest) ProtoMessage() {} func (*GetProductRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{6} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{6} } func (m *GetProductRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetProductRequest.Unmarshal(m, b) @@ -612,7 +612,7 @@ func (m *UpdateProductRequest) Reset() { *m = UpdateProductRequest{} } func (m *UpdateProductRequest) String() string { return proto.CompactTextString(m) } func (*UpdateProductRequest) ProtoMessage() {} func (*UpdateProductRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{7} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{7} } func (m *UpdateProductRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateProductRequest.Unmarshal(m, b) @@ -662,7 +662,7 @@ func (m *DeleteProductRequest) Reset() { *m = DeleteProductRequest{} } func (m *DeleteProductRequest) String() string { return proto.CompactTextString(m) } func (*DeleteProductRequest) ProtoMessage() {} func (*DeleteProductRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{8} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{8} } func (m *DeleteProductRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteProductRequest.Unmarshal(m, b) @@ -711,7 +711,7 @@ func (m *CreateProductSetRequest) Reset() { *m = CreateProductSetRequest func (m *CreateProductSetRequest) String() string { return proto.CompactTextString(m) } func (*CreateProductSetRequest) ProtoMessage() {} func (*CreateProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{9} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{9} } func (m *CreateProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateProductSetRequest.Unmarshal(m, b) @@ -771,7 +771,7 @@ func (m *ListProductSetsRequest) Reset() { *m = ListProductSetsRequest{} func (m *ListProductSetsRequest) String() string { return proto.CompactTextString(m) } func (*ListProductSetsRequest) ProtoMessage() {} func (*ListProductSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{10} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{10} } func (m *ListProductSetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductSetsRequest.Unmarshal(m, b) @@ -828,7 +828,7 @@ func (m *ListProductSetsResponse) Reset() { *m = ListProductSetsResponse func (m *ListProductSetsResponse) String() string { return proto.CompactTextString(m) } func (*ListProductSetsResponse) ProtoMessage() {} func (*ListProductSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{11} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{11} } func (m *ListProductSetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductSetsResponse.Unmarshal(m, b) @@ -878,7 +878,7 @@ func (m *GetProductSetRequest) Reset() { *m = GetProductSetRequest{} } func (m *GetProductSetRequest) String() string { return proto.CompactTextString(m) } func (*GetProductSetRequest) ProtoMessage() {} func (*GetProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{12} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{12} } func (m *GetProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetProductSetRequest.Unmarshal(m, b) @@ -923,7 +923,7 @@ func (m *UpdateProductSetRequest) Reset() { *m = UpdateProductSetRequest func (m *UpdateProductSetRequest) String() string { return proto.CompactTextString(m) } func (*UpdateProductSetRequest) ProtoMessage() {} func (*UpdateProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{13} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{13} } func (m *UpdateProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateProductSetRequest.Unmarshal(m, b) @@ -973,7 +973,7 @@ func (m *DeleteProductSetRequest) Reset() { *m = DeleteProductSetRequest func (m *DeleteProductSetRequest) String() string { return proto.CompactTextString(m) } func (*DeleteProductSetRequest) ProtoMessage() {} func (*DeleteProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{14} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{14} } func (m *DeleteProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteProductSetRequest.Unmarshal(m, b) @@ -1024,7 +1024,7 @@ func (m *CreateReferenceImageRequest) Reset() { *m = CreateReferenceImag func (m *CreateReferenceImageRequest) String() string { return proto.CompactTextString(m) } func (*CreateReferenceImageRequest) ProtoMessage() {} func (*CreateReferenceImageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{15} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{15} } func (m *CreateReferenceImageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateReferenceImageRequest.Unmarshal(m, b) @@ -1088,7 +1088,7 @@ func (m *ListReferenceImagesRequest) Reset() { *m = ListReferenceImagesR func (m *ListReferenceImagesRequest) String() string { return proto.CompactTextString(m) } func (*ListReferenceImagesRequest) ProtoMessage() {} func (*ListReferenceImagesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{16} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{16} } func (m *ListReferenceImagesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListReferenceImagesRequest.Unmarshal(m, b) @@ -1146,7 +1146,7 @@ func (m *ListReferenceImagesResponse) Reset() { *m = ListReferenceImages func (m *ListReferenceImagesResponse) String() string { return proto.CompactTextString(m) } func (*ListReferenceImagesResponse) ProtoMessage() {} func (*ListReferenceImagesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{17} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{17} } func (m *ListReferenceImagesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListReferenceImagesResponse.Unmarshal(m, b) @@ -1204,7 +1204,7 @@ func (m *GetReferenceImageRequest) Reset() { *m = GetReferenceImageReque func (m *GetReferenceImageRequest) String() string { return proto.CompactTextString(m) } func (*GetReferenceImageRequest) ProtoMessage() {} func (*GetReferenceImageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{18} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{18} } func (m *GetReferenceImageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetReferenceImageRequest.Unmarshal(m, b) @@ -1248,7 +1248,7 @@ func (m *DeleteReferenceImageRequest) Reset() { *m = DeleteReferenceImag func (m *DeleteReferenceImageRequest) String() string { return proto.CompactTextString(m) } func (*DeleteReferenceImageRequest) ProtoMessage() {} func (*DeleteReferenceImageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{19} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{19} } func (m *DeleteReferenceImageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteReferenceImageRequest.Unmarshal(m, b) @@ -1296,7 +1296,7 @@ func (m *AddProductToProductSetRequest) Reset() { *m = AddProductToProdu func (m *AddProductToProductSetRequest) String() string { return proto.CompactTextString(m) } func (*AddProductToProductSetRequest) ProtoMessage() {} func (*AddProductToProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{20} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{20} } func (m *AddProductToProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddProductToProductSetRequest.Unmarshal(m, b) @@ -1351,7 +1351,7 @@ func (m *RemoveProductFromProductSetRequest) Reset() { *m = RemoveProduc func (m *RemoveProductFromProductSetRequest) String() string { return proto.CompactTextString(m) } func (*RemoveProductFromProductSetRequest) ProtoMessage() {} func (*RemoveProductFromProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{21} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{21} } func (m *RemoveProductFromProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemoveProductFromProductSetRequest.Unmarshal(m, b) @@ -1405,7 +1405,7 @@ func (m *ListProductsInProductSetRequest) Reset() { *m = ListProductsInP func (m *ListProductsInProductSetRequest) String() string { return proto.CompactTextString(m) } func (*ListProductsInProductSetRequest) ProtoMessage() {} func (*ListProductsInProductSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{22} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{22} } func (m *ListProductsInProductSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductsInProductSetRequest.Unmarshal(m, b) @@ -1462,7 +1462,7 @@ func (m *ListProductsInProductSetResponse) Reset() { *m = ListProductsIn func (m *ListProductsInProductSetResponse) String() string { return proto.CompactTextString(m) } func (*ListProductsInProductSetResponse) ProtoMessage() {} func (*ListProductsInProductSetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{23} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{23} } func (m *ListProductsInProductSetResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProductsInProductSetResponse.Unmarshal(m, b) @@ -1572,7 +1572,7 @@ func (m *ImportProductSetsGcsSource) Reset() { *m = ImportProductSetsGcs func (m *ImportProductSetsGcsSource) String() string { return proto.CompactTextString(m) } func (*ImportProductSetsGcsSource) ProtoMessage() {} func (*ImportProductSetsGcsSource) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{24} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{24} } func (m *ImportProductSetsGcsSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportProductSetsGcsSource.Unmarshal(m, b) @@ -1615,7 +1615,7 @@ func (m *ImportProductSetsInputConfig) Reset() { *m = ImportProductSetsI func (m *ImportProductSetsInputConfig) String() string { return proto.CompactTextString(m) } func (*ImportProductSetsInputConfig) ProtoMessage() {} func (*ImportProductSetsInputConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{25} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{25} } func (m *ImportProductSetsInputConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportProductSetsInputConfig.Unmarshal(m, b) @@ -1731,7 +1731,7 @@ func (m *ImportProductSetsRequest) Reset() { *m = ImportProductSetsReque func (m *ImportProductSetsRequest) String() string { return proto.CompactTextString(m) } func (*ImportProductSetsRequest) ProtoMessage() {} func (*ImportProductSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{26} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{26} } func (m *ImportProductSetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportProductSetsRequest.Unmarshal(m, b) @@ -1791,7 +1791,7 @@ func (m *ImportProductSetsResponse) Reset() { *m = ImportProductSetsResp func (m *ImportProductSetsResponse) String() string { return proto.CompactTextString(m) } func (*ImportProductSetsResponse) ProtoMessage() {} func (*ImportProductSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{27} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{27} } func (m *ImportProductSetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportProductSetsResponse.Unmarshal(m, b) @@ -1847,7 +1847,7 @@ func (m *BatchOperationMetadata) Reset() { *m = BatchOperationMetadata{} func (m *BatchOperationMetadata) String() string { return proto.CompactTextString(m) } func (*BatchOperationMetadata) ProtoMessage() {} func (*BatchOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_product_search_service_54b2d3671b5c55f1, []int{28} + return fileDescriptor_product_search_service_6c1bda02aae064cc, []int{28} } func (m *BatchOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchOperationMetadata.Unmarshal(m, b) @@ -2852,10 +2852,10 @@ var _ProductSearch_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/vision/v1p4beta1/product_search_service.proto", fileDescriptor_product_search_service_54b2d3671b5c55f1) + proto.RegisterFile("google/cloud/vision/v1p4beta1/product_search_service.proto", fileDescriptor_product_search_service_6c1bda02aae064cc) } -var fileDescriptor_product_search_service_54b2d3671b5c55f1 = []byte{ +var fileDescriptor_product_search_service_6c1bda02aae064cc = []byte{ // 1874 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x59, 0xcf, 0x6f, 0xe3, 0xc6, 0x15, 0xce, 0xd8, 0xeb, 0x5d, 0xfb, 0xc9, 0xb2, 0xb5, 0x53, 0xd7, 0x56, 0xe4, 0x2c, 0xe2, 0xb0, diff --git a/googleapis/cloud/vision/v1p4beta1/text_annotation.pb.go b/googleapis/cloud/vision/v1p4beta1/text_annotation.pb.go index ed2219dfae..308ccae319 100644 --- a/googleapis/cloud/vision/v1p4beta1/text_annotation.pb.go +++ b/googleapis/cloud/vision/v1p4beta1/text_annotation.pb.go @@ -59,7 +59,7 @@ func (x TextAnnotation_DetectedBreak_BreakType) String() string { return proto.EnumName(TextAnnotation_DetectedBreak_BreakType_name, int32(x)) } func (TextAnnotation_DetectedBreak_BreakType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_b150476cec510d2e, []int{0, 1, 0} + return fileDescriptor_text_annotation_4efa847ad22b599e, []int{0, 1, 0} } // Type of a block (text, image etc) as identified by OCR. @@ -101,7 +101,7 @@ func (x Block_BlockType) String() string { return proto.EnumName(Block_BlockType_name, int32(x)) } func (Block_BlockType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_b150476cec510d2e, []int{2, 0} + return fileDescriptor_text_annotation_4efa847ad22b599e, []int{2, 0} } // TextAnnotation contains a structured representation of OCR extracted text. @@ -126,7 +126,7 @@ func (m *TextAnnotation) Reset() { *m = TextAnnotation{} } func (m *TextAnnotation) String() string { return proto.CompactTextString(m) } func (*TextAnnotation) ProtoMessage() {} func (*TextAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_b150476cec510d2e, []int{0} + return fileDescriptor_text_annotation_4efa847ad22b599e, []int{0} } func (m *TextAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation.Unmarshal(m, b) @@ -177,7 +177,7 @@ func (m *TextAnnotation_DetectedLanguage) Reset() { *m = TextAnnotation_ func (m *TextAnnotation_DetectedLanguage) String() string { return proto.CompactTextString(m) } func (*TextAnnotation_DetectedLanguage) ProtoMessage() {} func (*TextAnnotation_DetectedLanguage) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_b150476cec510d2e, []int{0, 0} + return fileDescriptor_text_annotation_4efa847ad22b599e, []int{0, 0} } func (m *TextAnnotation_DetectedLanguage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation_DetectedLanguage.Unmarshal(m, b) @@ -226,7 +226,7 @@ func (m *TextAnnotation_DetectedBreak) Reset() { *m = TextAnnotation_Det func (m *TextAnnotation_DetectedBreak) String() string { return proto.CompactTextString(m) } func (*TextAnnotation_DetectedBreak) ProtoMessage() {} func (*TextAnnotation_DetectedBreak) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_b150476cec510d2e, []int{0, 1} + return fileDescriptor_text_annotation_4efa847ad22b599e, []int{0, 1} } func (m *TextAnnotation_DetectedBreak) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation_DetectedBreak.Unmarshal(m, b) @@ -275,7 +275,7 @@ func (m *TextAnnotation_TextProperty) Reset() { *m = TextAnnotation_Text func (m *TextAnnotation_TextProperty) String() string { return proto.CompactTextString(m) } func (*TextAnnotation_TextProperty) ProtoMessage() {} func (*TextAnnotation_TextProperty) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_b150476cec510d2e, []int{0, 2} + return fileDescriptor_text_annotation_4efa847ad22b599e, []int{0, 2} } func (m *TextAnnotation_TextProperty) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextAnnotation_TextProperty.Unmarshal(m, b) @@ -332,7 +332,7 @@ func (m *Page) Reset() { *m = Page{} } func (m *Page) String() string { return proto.CompactTextString(m) } func (*Page) ProtoMessage() {} func (*Page) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_b150476cec510d2e, []int{1} + return fileDescriptor_text_annotation_4efa847ad22b599e, []int{1} } func (m *Page) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Page.Unmarshal(m, b) @@ -427,7 +427,7 @@ func (m *Block) Reset() { *m = Block{} } func (m *Block) String() string { return proto.CompactTextString(m) } func (*Block) ProtoMessage() {} func (*Block) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_b150476cec510d2e, []int{2} + return fileDescriptor_text_annotation_4efa847ad22b599e, []int{2} } func (m *Block) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Block.Unmarshal(m, b) @@ -515,7 +515,7 @@ func (m *Paragraph) Reset() { *m = Paragraph{} } func (m *Paragraph) String() string { return proto.CompactTextString(m) } func (*Paragraph) ProtoMessage() {} func (*Paragraph) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_b150476cec510d2e, []int{3} + return fileDescriptor_text_annotation_4efa847ad22b599e, []int{3} } func (m *Paragraph) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Paragraph.Unmarshal(m, b) @@ -597,7 +597,7 @@ func (m *Word) Reset() { *m = Word{} } func (m *Word) String() string { return proto.CompactTextString(m) } func (*Word) ProtoMessage() {} func (*Word) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_b150476cec510d2e, []int{4} + return fileDescriptor_text_annotation_4efa847ad22b599e, []int{4} } func (m *Word) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Word.Unmarshal(m, b) @@ -678,7 +678,7 @@ func (m *Symbol) Reset() { *m = Symbol{} } func (m *Symbol) String() string { return proto.CompactTextString(m) } func (*Symbol) ProtoMessage() {} func (*Symbol) Descriptor() ([]byte, []int) { - return fileDescriptor_text_annotation_b150476cec510d2e, []int{5} + return fileDescriptor_text_annotation_4efa847ad22b599e, []int{5} } func (m *Symbol) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Symbol.Unmarshal(m, b) @@ -741,10 +741,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1p4beta1/text_annotation.proto", fileDescriptor_text_annotation_b150476cec510d2e) + proto.RegisterFile("google/cloud/vision/v1p4beta1/text_annotation.proto", fileDescriptor_text_annotation_4efa847ad22b599e) } -var fileDescriptor_text_annotation_b150476cec510d2e = []byte{ +var fileDescriptor_text_annotation_4efa847ad22b599e = []byte{ // 785 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x56, 0xdd, 0x6a, 0xdb, 0x48, 0x14, 0x5e, 0xd9, 0x92, 0x63, 0x1d, 0x27, 0x46, 0x3b, 0xbb, 0x2c, 0xc6, 0xfb, 0x43, 0xd6, 0xd9, diff --git a/googleapis/cloud/vision/v1p4beta1/web_detection.pb.go b/googleapis/cloud/vision/v1p4beta1/web_detection.pb.go index de81aacdd8..8bf0f72e5d 100644 --- a/googleapis/cloud/vision/v1p4beta1/web_detection.pb.go +++ b/googleapis/cloud/vision/v1p4beta1/web_detection.pb.go @@ -46,7 +46,7 @@ func (m *WebDetection) Reset() { *m = WebDetection{} } func (m *WebDetection) String() string { return proto.CompactTextString(m) } func (*WebDetection) ProtoMessage() {} func (*WebDetection) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_087a6eaca6ca9398, []int{0} + return fileDescriptor_web_detection_12add5f6a37c3a06, []int{0} } func (m *WebDetection) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection.Unmarshal(m, b) @@ -126,7 +126,7 @@ func (m *WebDetection_WebEntity) Reset() { *m = WebDetection_WebEntity{} func (m *WebDetection_WebEntity) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebEntity) ProtoMessage() {} func (*WebDetection_WebEntity) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_087a6eaca6ca9398, []int{0, 0} + return fileDescriptor_web_detection_12add5f6a37c3a06, []int{0, 0} } func (m *WebDetection_WebEntity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebEntity.Unmarshal(m, b) @@ -182,7 +182,7 @@ func (m *WebDetection_WebImage) Reset() { *m = WebDetection_WebImage{} } func (m *WebDetection_WebImage) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebImage) ProtoMessage() {} func (*WebDetection_WebImage) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_087a6eaca6ca9398, []int{0, 1} + return fileDescriptor_web_detection_12add5f6a37c3a06, []int{0, 1} } func (m *WebDetection_WebImage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebImage.Unmarshal(m, b) @@ -233,7 +233,7 @@ func (m *WebDetection_WebLabel) Reset() { *m = WebDetection_WebLabel{} } func (m *WebDetection_WebLabel) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebLabel) ProtoMessage() {} func (*WebDetection_WebLabel) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_087a6eaca6ca9398, []int{0, 2} + return fileDescriptor_web_detection_12add5f6a37c3a06, []int{0, 2} } func (m *WebDetection_WebLabel) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebLabel.Unmarshal(m, b) @@ -292,7 +292,7 @@ func (m *WebDetection_WebPage) Reset() { *m = WebDetection_WebPage{} } func (m *WebDetection_WebPage) String() string { return proto.CompactTextString(m) } func (*WebDetection_WebPage) ProtoMessage() {} func (*WebDetection_WebPage) Descriptor() ([]byte, []int) { - return fileDescriptor_web_detection_087a6eaca6ca9398, []int{0, 3} + return fileDescriptor_web_detection_12add5f6a37c3a06, []int{0, 3} } func (m *WebDetection_WebPage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebDetection_WebPage.Unmarshal(m, b) @@ -356,10 +356,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/vision/v1p4beta1/web_detection.proto", fileDescriptor_web_detection_087a6eaca6ca9398) + proto.RegisterFile("google/cloud/vision/v1p4beta1/web_detection.proto", fileDescriptor_web_detection_12add5f6a37c3a06) } -var fileDescriptor_web_detection_087a6eaca6ca9398 = []byte{ +var fileDescriptor_web_detection_12add5f6a37c3a06 = []byte{ // 517 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x94, 0x4d, 0x6f, 0xd3, 0x30, 0x18, 0xc7, 0x95, 0xb4, 0x1b, 0x8d, 0x5b, 0x04, 0xb3, 0x86, 0x16, 0x05, 0x26, 0x15, 0xb8, 0xf4, diff --git a/googleapis/cloud/webrisk/v1beta1/webrisk.pb.go b/googleapis/cloud/webrisk/v1beta1/webrisk.pb.go index de3dea1c1b..0f58b7d55b 100644 --- a/googleapis/cloud/webrisk/v1beta1/webrisk.pb.go +++ b/googleapis/cloud/webrisk/v1beta1/webrisk.pb.go @@ -57,7 +57,7 @@ func (x ThreatType) String() string { return proto.EnumName(ThreatType_name, int32(x)) } func (ThreatType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{0} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{0} } // The ways in which threat entry sets can be compressed. @@ -87,7 +87,7 @@ func (x CompressionType) String() string { return proto.EnumName(CompressionType_name, int32(x)) } func (CompressionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{1} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{1} } // The type of response sent to the client. @@ -119,7 +119,7 @@ func (x ComputeThreatListDiffResponse_ResponseType) String() string { return proto.EnumName(ComputeThreatListDiffResponse_ResponseType_name, int32(x)) } func (ComputeThreatListDiffResponse_ResponseType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{1, 0} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{1, 0} } // Describes an API diff request. @@ -140,7 +140,7 @@ func (m *ComputeThreatListDiffRequest) Reset() { *m = ComputeThreatListD func (m *ComputeThreatListDiffRequest) String() string { return proto.CompactTextString(m) } func (*ComputeThreatListDiffRequest) ProtoMessage() {} func (*ComputeThreatListDiffRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{0} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{0} } func (m *ComputeThreatListDiffRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ComputeThreatListDiffRequest.Unmarshal(m, b) @@ -204,7 +204,7 @@ func (m *ComputeThreatListDiffRequest_Constraints) Reset() { func (m *ComputeThreatListDiffRequest_Constraints) String() string { return proto.CompactTextString(m) } func (*ComputeThreatListDiffRequest_Constraints) ProtoMessage() {} func (*ComputeThreatListDiffRequest_Constraints) Descriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{0, 0} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{0, 0} } func (m *ComputeThreatListDiffRequest_Constraints) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ComputeThreatListDiffRequest_Constraints.Unmarshal(m, b) @@ -275,7 +275,7 @@ func (m *ComputeThreatListDiffResponse) Reset() { *m = ComputeThreatList func (m *ComputeThreatListDiffResponse) String() string { return proto.CompactTextString(m) } func (*ComputeThreatListDiffResponse) ProtoMessage() {} func (*ComputeThreatListDiffResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{1} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{1} } func (m *ComputeThreatListDiffResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ComputeThreatListDiffResponse.Unmarshal(m, b) @@ -353,7 +353,7 @@ func (m *ComputeThreatListDiffResponse_Checksum) Reset() { func (m *ComputeThreatListDiffResponse_Checksum) String() string { return proto.CompactTextString(m) } func (*ComputeThreatListDiffResponse_Checksum) ProtoMessage() {} func (*ComputeThreatListDiffResponse_Checksum) Descriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{1, 0} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{1, 0} } func (m *ComputeThreatListDiffResponse_Checksum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ComputeThreatListDiffResponse_Checksum.Unmarshal(m, b) @@ -395,7 +395,7 @@ func (m *SearchUrisRequest) Reset() { *m = SearchUrisRequest{} } func (m *SearchUrisRequest) String() string { return proto.CompactTextString(m) } func (*SearchUrisRequest) ProtoMessage() {} func (*SearchUrisRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{2} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{2} } func (m *SearchUrisRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchUrisRequest.Unmarshal(m, b) @@ -441,7 +441,7 @@ func (m *SearchUrisResponse) Reset() { *m = SearchUrisResponse{} } func (m *SearchUrisResponse) String() string { return proto.CompactTextString(m) } func (*SearchUrisResponse) ProtoMessage() {} func (*SearchUrisResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{3} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{3} } func (m *SearchUrisResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchUrisResponse.Unmarshal(m, b) @@ -484,7 +484,7 @@ func (m *SearchUrisResponse_ThreatUri) Reset() { *m = SearchUrisResponse func (m *SearchUrisResponse_ThreatUri) String() string { return proto.CompactTextString(m) } func (*SearchUrisResponse_ThreatUri) ProtoMessage() {} func (*SearchUrisResponse_ThreatUri) Descriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{3, 0} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{3, 0} } func (m *SearchUrisResponse_ThreatUri) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchUrisResponse_ThreatUri.Unmarshal(m, b) @@ -534,7 +534,7 @@ func (m *SearchHashesRequest) Reset() { *m = SearchHashesRequest{} } func (m *SearchHashesRequest) String() string { return proto.CompactTextString(m) } func (*SearchHashesRequest) ProtoMessage() {} func (*SearchHashesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{4} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{4} } func (m *SearchHashesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchHashesRequest.Unmarshal(m, b) @@ -584,7 +584,7 @@ func (m *SearchHashesResponse) Reset() { *m = SearchHashesResponse{} } func (m *SearchHashesResponse) String() string { return proto.CompactTextString(m) } func (*SearchHashesResponse) ProtoMessage() {} func (*SearchHashesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{5} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{5} } func (m *SearchHashesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchHashesResponse.Unmarshal(m, b) @@ -638,7 +638,7 @@ func (m *SearchHashesResponse_ThreatHash) Reset() { *m = SearchHashesRes func (m *SearchHashesResponse_ThreatHash) String() string { return proto.CompactTextString(m) } func (*SearchHashesResponse_ThreatHash) ProtoMessage() {} func (*SearchHashesResponse_ThreatHash) Descriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{5, 0} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{5, 0} } func (m *SearchHashesResponse_ThreatHash) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchHashesResponse_ThreatHash.Unmarshal(m, b) @@ -698,7 +698,7 @@ func (m *ThreatEntryAdditions) Reset() { *m = ThreatEntryAdditions{} } func (m *ThreatEntryAdditions) String() string { return proto.CompactTextString(m) } func (*ThreatEntryAdditions) ProtoMessage() {} func (*ThreatEntryAdditions) Descriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{6} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{6} } func (m *ThreatEntryAdditions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ThreatEntryAdditions.Unmarshal(m, b) @@ -750,7 +750,7 @@ func (m *ThreatEntryRemovals) Reset() { *m = ThreatEntryRemovals{} } func (m *ThreatEntryRemovals) String() string { return proto.CompactTextString(m) } func (*ThreatEntryRemovals) ProtoMessage() {} func (*ThreatEntryRemovals) Descriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{7} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{7} } func (m *ThreatEntryRemovals) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ThreatEntryRemovals.Unmarshal(m, b) @@ -797,7 +797,7 @@ func (m *RawIndices) Reset() { *m = RawIndices{} } func (m *RawIndices) String() string { return proto.CompactTextString(m) } func (*RawIndices) ProtoMessage() {} func (*RawIndices) Descriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{8} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{8} } func (m *RawIndices) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RawIndices.Unmarshal(m, b) @@ -849,7 +849,7 @@ func (m *RawHashes) Reset() { *m = RawHashes{} } func (m *RawHashes) String() string { return proto.CompactTextString(m) } func (*RawHashes) ProtoMessage() {} func (*RawHashes) Descriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{9} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{9} } func (m *RawHashes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RawHashes.Unmarshal(m, b) @@ -908,7 +908,7 @@ func (m *RiceDeltaEncoding) Reset() { *m = RiceDeltaEncoding{} } func (m *RiceDeltaEncoding) String() string { return proto.CompactTextString(m) } func (*RiceDeltaEncoding) ProtoMessage() {} func (*RiceDeltaEncoding) Descriptor() ([]byte, []int) { - return fileDescriptor_webrisk_7086364d22f8a427, []int{10} + return fileDescriptor_webrisk_6b128999d2c68f99, []int{10} } func (m *RiceDeltaEncoding) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RiceDeltaEncoding.Unmarshal(m, b) @@ -1130,10 +1130,10 @@ var _WebRiskServiceV1Beta1_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/webrisk/v1beta1/webrisk.proto", fileDescriptor_webrisk_7086364d22f8a427) + proto.RegisterFile("google/cloud/webrisk/v1beta1/webrisk.proto", fileDescriptor_webrisk_6b128999d2c68f99) } -var fileDescriptor_webrisk_7086364d22f8a427 = []byte{ +var fileDescriptor_webrisk_6b128999d2c68f99 = []byte{ // 1333 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xcd, 0x6f, 0x1b, 0x45, 0x14, 0x67, 0xed, 0x7c, 0xbe, 0x75, 0x53, 0x67, 0x9a, 0x04, 0x63, 0x52, 0x1a, 0x16, 0x01, 0x56, diff --git a/googleapis/cloud/websecurityscanner/v1alpha/crawled_url.pb.go b/googleapis/cloud/websecurityscanner/v1alpha/crawled_url.pb.go index 3a2eb2ccfa..542aea373d 100644 --- a/googleapis/cloud/websecurityscanner/v1alpha/crawled_url.pb.go +++ b/googleapis/cloud/websecurityscanner/v1alpha/crawled_url.pb.go @@ -42,7 +42,7 @@ func (m *CrawledUrl) Reset() { *m = CrawledUrl{} } func (m *CrawledUrl) String() string { return proto.CompactTextString(m) } func (*CrawledUrl) ProtoMessage() {} func (*CrawledUrl) Descriptor() ([]byte, []int) { - return fileDescriptor_crawled_url_48c24e3aa6aa08ad, []int{0} + return fileDescriptor_crawled_url_fd7b6fb38bf10fe0, []int{0} } func (m *CrawledUrl) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CrawledUrl.Unmarshal(m, b) @@ -88,10 +88,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/websecurityscanner/v1alpha/crawled_url.proto", fileDescriptor_crawled_url_48c24e3aa6aa08ad) + proto.RegisterFile("google/cloud/websecurityscanner/v1alpha/crawled_url.proto", fileDescriptor_crawled_url_fd7b6fb38bf10fe0) } -var fileDescriptor_crawled_url_48c24e3aa6aa08ad = []byte{ +var fileDescriptor_crawled_url_fd7b6fb38bf10fe0 = []byte{ // 235 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0x31, 0x4b, 0x04, 0x31, 0x10, 0x85, 0x59, 0x4f, 0x04, 0xc7, 0x42, 0x49, 0xb5, 0x88, 0xa0, 0xd8, 0x28, 0x08, 0x09, 0x62, diff --git a/googleapis/cloud/websecurityscanner/v1alpha/finding.pb.go b/googleapis/cloud/websecurityscanner/v1alpha/finding.pb.go index 748277f798..74594eb644 100644 --- a/googleapis/cloud/websecurityscanner/v1alpha/finding.pb.go +++ b/googleapis/cloud/websecurityscanner/v1alpha/finding.pb.go @@ -84,7 +84,7 @@ func (x Finding_FindingType) String() string { return proto.EnumName(Finding_FindingType_name, int32(x)) } func (Finding_FindingType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_finding_e10fb627a6dc32cd, []int{0, 0} + return fileDescriptor_finding_0d846c4fd25e6d9a, []int{0, 0} } // A Finding resource represents a vulnerability instance identified during a @@ -150,7 +150,7 @@ func (m *Finding) Reset() { *m = Finding{} } func (m *Finding) String() string { return proto.CompactTextString(m) } func (*Finding) ProtoMessage() {} func (*Finding) Descriptor() ([]byte, []int) { - return fileDescriptor_finding_e10fb627a6dc32cd, []int{0} + return fileDescriptor_finding_0d846c4fd25e6d9a, []int{0} } func (m *Finding) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Finding.Unmarshal(m, b) @@ -274,10 +274,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/websecurityscanner/v1alpha/finding.proto", fileDescriptor_finding_e10fb627a6dc32cd) + proto.RegisterFile("google/cloud/websecurityscanner/v1alpha/finding.proto", fileDescriptor_finding_0d846c4fd25e6d9a) } -var fileDescriptor_finding_e10fb627a6dc32cd = []byte{ +var fileDescriptor_finding_0d846c4fd25e6d9a = []byte{ // 631 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0x5f, 0x6f, 0xd3, 0x3e, 0x14, 0xfd, 0x65, 0xff, 0xeb, 0x74, 0x5b, 0xe6, 0xdf, 0x10, 0xd1, 0x18, 0x5a, 0xb5, 0x17, 0x86, diff --git a/googleapis/cloud/websecurityscanner/v1alpha/finding_addon.pb.go b/googleapis/cloud/websecurityscanner/v1alpha/finding_addon.pb.go index 961a1a5b41..e6b26df513 100644 --- a/googleapis/cloud/websecurityscanner/v1alpha/finding_addon.pb.go +++ b/googleapis/cloud/websecurityscanner/v1alpha/finding_addon.pb.go @@ -36,7 +36,7 @@ func (m *OutdatedLibrary) Reset() { *m = OutdatedLibrary{} } func (m *OutdatedLibrary) String() string { return proto.CompactTextString(m) } func (*OutdatedLibrary) ProtoMessage() {} func (*OutdatedLibrary) Descriptor() ([]byte, []int) { - return fileDescriptor_finding_addon_e309707b5445314c, []int{0} + return fileDescriptor_finding_addon_0a47c25fab663451, []int{0} } func (m *OutdatedLibrary) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OutdatedLibrary.Unmarshal(m, b) @@ -93,7 +93,7 @@ func (m *ViolatingResource) Reset() { *m = ViolatingResource{} } func (m *ViolatingResource) String() string { return proto.CompactTextString(m) } func (*ViolatingResource) ProtoMessage() {} func (*ViolatingResource) Descriptor() ([]byte, []int) { - return fileDescriptor_finding_addon_e309707b5445314c, []int{1} + return fileDescriptor_finding_addon_0a47c25fab663451, []int{1} } func (m *ViolatingResource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ViolatingResource.Unmarshal(m, b) @@ -140,7 +140,7 @@ func (m *VulnerableParameters) Reset() { *m = VulnerableParameters{} } func (m *VulnerableParameters) String() string { return proto.CompactTextString(m) } func (*VulnerableParameters) ProtoMessage() {} func (*VulnerableParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_finding_addon_e309707b5445314c, []int{2} + return fileDescriptor_finding_addon_0a47c25fab663451, []int{2} } func (m *VulnerableParameters) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VulnerableParameters.Unmarshal(m, b) @@ -182,7 +182,7 @@ func (m *Xss) Reset() { *m = Xss{} } func (m *Xss) String() string { return proto.CompactTextString(m) } func (*Xss) ProtoMessage() {} func (*Xss) Descriptor() ([]byte, []int) { - return fileDescriptor_finding_addon_e309707b5445314c, []int{3} + return fileDescriptor_finding_addon_0a47c25fab663451, []int{3} } func (m *Xss) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Xss.Unmarshal(m, b) @@ -224,10 +224,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/websecurityscanner/v1alpha/finding_addon.proto", fileDescriptor_finding_addon_e309707b5445314c) + proto.RegisterFile("google/cloud/websecurityscanner/v1alpha/finding_addon.proto", fileDescriptor_finding_addon_0a47c25fab663451) } -var fileDescriptor_finding_addon_e309707b5445314c = []byte{ +var fileDescriptor_finding_addon_0a47c25fab663451 = []byte{ // 388 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xc1, 0x6b, 0xd4, 0x50, 0x10, 0xc6, 0x89, 0x0b, 0x4a, 0xdf, 0xb6, 0x2e, 0x0d, 0x1e, 0x82, 0x78, 0xa8, 0x2b, 0xd8, 0x82, diff --git a/googleapis/cloud/websecurityscanner/v1alpha/finding_type_stats.pb.go b/googleapis/cloud/websecurityscanner/v1alpha/finding_type_stats.pb.go index 9ec0d7d70f..16a57b871d 100644 --- a/googleapis/cloud/websecurityscanner/v1alpha/finding_type_stats.pb.go +++ b/googleapis/cloud/websecurityscanner/v1alpha/finding_type_stats.pb.go @@ -37,7 +37,7 @@ func (m *FindingTypeStats) Reset() { *m = FindingTypeStats{} } func (m *FindingTypeStats) String() string { return proto.CompactTextString(m) } func (*FindingTypeStats) ProtoMessage() {} func (*FindingTypeStats) Descriptor() ([]byte, []int) { - return fileDescriptor_finding_type_stats_ccb0930baec1d039, []int{0} + return fileDescriptor_finding_type_stats_93e51e03522ec716, []int{0} } func (m *FindingTypeStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FindingTypeStats.Unmarshal(m, b) @@ -76,10 +76,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/websecurityscanner/v1alpha/finding_type_stats.proto", fileDescriptor_finding_type_stats_ccb0930baec1d039) + proto.RegisterFile("google/cloud/websecurityscanner/v1alpha/finding_type_stats.proto", fileDescriptor_finding_type_stats_93e51e03522ec716) } -var fileDescriptor_finding_type_stats_ccb0930baec1d039 = []byte{ +var fileDescriptor_finding_type_stats_93e51e03522ec716 = []byte{ // 256 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x72, 0x48, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0xce, 0xc9, 0x2f, 0x4d, 0xd1, 0x2f, 0x4f, 0x4d, 0x2a, 0x4e, 0x4d, 0x2e, diff --git a/googleapis/cloud/websecurityscanner/v1alpha/scan_config.pb.go b/googleapis/cloud/websecurityscanner/v1alpha/scan_config.pb.go index 0f43b41f9e..602f3a869c 100644 --- a/googleapis/cloud/websecurityscanner/v1alpha/scan_config.pb.go +++ b/googleapis/cloud/websecurityscanner/v1alpha/scan_config.pb.go @@ -51,7 +51,7 @@ func (x ScanConfig_UserAgent) String() string { return proto.EnumName(ScanConfig_UserAgent_name, int32(x)) } func (ScanConfig_UserAgent) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_scan_config_ec9dbe3415276081, []int{0, 0} + return fileDescriptor_scan_config_dda68c43e028bff3, []int{0, 0} } // Cloud platforms supported by Cloud Web Security Scanner. @@ -82,7 +82,7 @@ func (x ScanConfig_TargetPlatform) String() string { return proto.EnumName(ScanConfig_TargetPlatform_name, int32(x)) } func (ScanConfig_TargetPlatform) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_scan_config_ec9dbe3415276081, []int{0, 1} + return fileDescriptor_scan_config_dda68c43e028bff3, []int{0, 1} } // A ScanConfig resource contains the configurations to launch a scan. @@ -124,7 +124,7 @@ func (m *ScanConfig) Reset() { *m = ScanConfig{} } func (m *ScanConfig) String() string { return proto.CompactTextString(m) } func (*ScanConfig) ProtoMessage() {} func (*ScanConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_scan_config_ec9dbe3415276081, []int{0} + return fileDescriptor_scan_config_dda68c43e028bff3, []int{0} } func (m *ScanConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ScanConfig.Unmarshal(m, b) @@ -225,7 +225,7 @@ func (m *ScanConfig_Authentication) Reset() { *m = ScanConfig_Authentica func (m *ScanConfig_Authentication) String() string { return proto.CompactTextString(m) } func (*ScanConfig_Authentication) ProtoMessage() {} func (*ScanConfig_Authentication) Descriptor() ([]byte, []int) { - return fileDescriptor_scan_config_ec9dbe3415276081, []int{0, 0} + return fileDescriptor_scan_config_dda68c43e028bff3, []int{0, 0} } func (m *ScanConfig_Authentication) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ScanConfig_Authentication.Unmarshal(m, b) @@ -377,7 +377,7 @@ func (m *ScanConfig_Authentication_GoogleAccount) Reset() { func (m *ScanConfig_Authentication_GoogleAccount) String() string { return proto.CompactTextString(m) } func (*ScanConfig_Authentication_GoogleAccount) ProtoMessage() {} func (*ScanConfig_Authentication_GoogleAccount) Descriptor() ([]byte, []int) { - return fileDescriptor_scan_config_ec9dbe3415276081, []int{0, 0, 0} + return fileDescriptor_scan_config_dda68c43e028bff3, []int{0, 0, 0} } func (m *ScanConfig_Authentication_GoogleAccount) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ScanConfig_Authentication_GoogleAccount.Unmarshal(m, b) @@ -435,7 +435,7 @@ func (m *ScanConfig_Authentication_CustomAccount) Reset() { func (m *ScanConfig_Authentication_CustomAccount) String() string { return proto.CompactTextString(m) } func (*ScanConfig_Authentication_CustomAccount) ProtoMessage() {} func (*ScanConfig_Authentication_CustomAccount) Descriptor() ([]byte, []int) { - return fileDescriptor_scan_config_ec9dbe3415276081, []int{0, 0, 1} + return fileDescriptor_scan_config_dda68c43e028bff3, []int{0, 0, 1} } func (m *ScanConfig_Authentication_CustomAccount) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ScanConfig_Authentication_CustomAccount.Unmarshal(m, b) @@ -495,7 +495,7 @@ func (m *ScanConfig_Schedule) Reset() { *m = ScanConfig_Schedule{} } func (m *ScanConfig_Schedule) String() string { return proto.CompactTextString(m) } func (*ScanConfig_Schedule) ProtoMessage() {} func (*ScanConfig_Schedule) Descriptor() ([]byte, []int) { - return fileDescriptor_scan_config_ec9dbe3415276081, []int{0, 1} + return fileDescriptor_scan_config_dda68c43e028bff3, []int{0, 1} } func (m *ScanConfig_Schedule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ScanConfig_Schedule.Unmarshal(m, b) @@ -540,10 +540,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/websecurityscanner/v1alpha/scan_config.proto", fileDescriptor_scan_config_ec9dbe3415276081) + proto.RegisterFile("google/cloud/websecurityscanner/v1alpha/scan_config.proto", fileDescriptor_scan_config_dda68c43e028bff3) } -var fileDescriptor_scan_config_ec9dbe3415276081 = []byte{ +var fileDescriptor_scan_config_dda68c43e028bff3 = []byte{ // 748 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0x51, 0x6f, 0xe3, 0x44, 0x10, 0x3e, 0x37, 0xd7, 0x36, 0x99, 0x36, 0x39, 0xdf, 0x0a, 0x1d, 0x91, 0x0f, 0xe9, 0x42, 0x79, diff --git a/googleapis/cloud/websecurityscanner/v1alpha/scan_run.pb.go b/googleapis/cloud/websecurityscanner/v1alpha/scan_run.pb.go index 4ff2abefd8..53a46c6fc9 100644 --- a/googleapis/cloud/websecurityscanner/v1alpha/scan_run.pb.go +++ b/googleapis/cloud/websecurityscanner/v1alpha/scan_run.pb.go @@ -52,7 +52,7 @@ func (x ScanRun_ExecutionState) String() string { return proto.EnumName(ScanRun_ExecutionState_name, int32(x)) } func (ScanRun_ExecutionState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_scan_run_902013285666484a, []int{0, 0} + return fileDescriptor_scan_run_013f75bb73c5af19, []int{0, 0} } // Types of ScanRun result state. @@ -87,7 +87,7 @@ func (x ScanRun_ResultState) String() string { return proto.EnumName(ScanRun_ResultState_name, int32(x)) } func (ScanRun_ResultState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_scan_run_902013285666484a, []int{0, 1} + return fileDescriptor_scan_run_013f75bb73c5af19, []int{0, 1} } // A ScanRun is a output-only resource representing an actual run of the scan. @@ -139,7 +139,7 @@ func (m *ScanRun) Reset() { *m = ScanRun{} } func (m *ScanRun) String() string { return proto.CompactTextString(m) } func (*ScanRun) ProtoMessage() {} func (*ScanRun) Descriptor() ([]byte, []int) { - return fileDescriptor_scan_run_902013285666484a, []int{0} + return fileDescriptor_scan_run_013f75bb73c5af19, []int{0} } func (m *ScanRun) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ScanRun.Unmarshal(m, b) @@ -229,10 +229,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/websecurityscanner/v1alpha/scan_run.proto", fileDescriptor_scan_run_902013285666484a) + proto.RegisterFile("google/cloud/websecurityscanner/v1alpha/scan_run.proto", fileDescriptor_scan_run_013f75bb73c5af19) } -var fileDescriptor_scan_run_902013285666484a = []byte{ +var fileDescriptor_scan_run_013f75bb73c5af19 = []byte{ // 547 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0xdd, 0x6e, 0xd3, 0x3c, 0x18, 0xfe, 0xb2, 0xad, 0x6b, 0xeb, 0x4e, 0x5b, 0x3e, 0x73, 0x12, 0x8d, 0x49, 0x8b, 0x76, 0x42, diff --git a/googleapis/cloud/websecurityscanner/v1alpha/web_security_scanner.pb.go b/googleapis/cloud/websecurityscanner/v1alpha/web_security_scanner.pb.go index 0702ac4261..213d551007 100644 --- a/googleapis/cloud/websecurityscanner/v1alpha/web_security_scanner.pb.go +++ b/googleapis/cloud/websecurityscanner/v1alpha/web_security_scanner.pb.go @@ -44,7 +44,7 @@ func (m *CreateScanConfigRequest) Reset() { *m = CreateScanConfigRequest func (m *CreateScanConfigRequest) String() string { return proto.CompactTextString(m) } func (*CreateScanConfigRequest) ProtoMessage() {} func (*CreateScanConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{0} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{0} } func (m *CreateScanConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateScanConfigRequest.Unmarshal(m, b) @@ -93,7 +93,7 @@ func (m *DeleteScanConfigRequest) Reset() { *m = DeleteScanConfigRequest func (m *DeleteScanConfigRequest) String() string { return proto.CompactTextString(m) } func (*DeleteScanConfigRequest) ProtoMessage() {} func (*DeleteScanConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{1} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{1} } func (m *DeleteScanConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteScanConfigRequest.Unmarshal(m, b) @@ -135,7 +135,7 @@ func (m *GetScanConfigRequest) Reset() { *m = GetScanConfigRequest{} } func (m *GetScanConfigRequest) String() string { return proto.CompactTextString(m) } func (*GetScanConfigRequest) ProtoMessage() {} func (*GetScanConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{2} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{2} } func (m *GetScanConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetScanConfigRequest.Unmarshal(m, b) @@ -185,7 +185,7 @@ func (m *ListScanConfigsRequest) Reset() { *m = ListScanConfigsRequest{} func (m *ListScanConfigsRequest) String() string { return proto.CompactTextString(m) } func (*ListScanConfigsRequest) ProtoMessage() {} func (*ListScanConfigsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{3} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{3} } func (m *ListScanConfigsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListScanConfigsRequest.Unmarshal(m, b) @@ -247,7 +247,7 @@ func (m *UpdateScanConfigRequest) Reset() { *m = UpdateScanConfigRequest func (m *UpdateScanConfigRequest) String() string { return proto.CompactTextString(m) } func (*UpdateScanConfigRequest) ProtoMessage() {} func (*UpdateScanConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{4} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{4} } func (m *UpdateScanConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateScanConfigRequest.Unmarshal(m, b) @@ -297,7 +297,7 @@ func (m *ListScanConfigsResponse) Reset() { *m = ListScanConfigsResponse func (m *ListScanConfigsResponse) String() string { return proto.CompactTextString(m) } func (*ListScanConfigsResponse) ProtoMessage() {} func (*ListScanConfigsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{5} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{5} } func (m *ListScanConfigsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListScanConfigsResponse.Unmarshal(m, b) @@ -346,7 +346,7 @@ func (m *StartScanRunRequest) Reset() { *m = StartScanRunRequest{} } func (m *StartScanRunRequest) String() string { return proto.CompactTextString(m) } func (*StartScanRunRequest) ProtoMessage() {} func (*StartScanRunRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{6} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{6} } func (m *StartScanRunRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StartScanRunRequest.Unmarshal(m, b) @@ -389,7 +389,7 @@ func (m *GetScanRunRequest) Reset() { *m = GetScanRunRequest{} } func (m *GetScanRunRequest) String() string { return proto.CompactTextString(m) } func (*GetScanRunRequest) ProtoMessage() {} func (*GetScanRunRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{7} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{7} } func (m *GetScanRunRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetScanRunRequest.Unmarshal(m, b) @@ -439,7 +439,7 @@ func (m *ListScanRunsRequest) Reset() { *m = ListScanRunsRequest{} } func (m *ListScanRunsRequest) String() string { return proto.CompactTextString(m) } func (*ListScanRunsRequest) ProtoMessage() {} func (*ListScanRunsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{8} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{8} } func (m *ListScanRunsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListScanRunsRequest.Unmarshal(m, b) @@ -496,7 +496,7 @@ func (m *ListScanRunsResponse) Reset() { *m = ListScanRunsResponse{} } func (m *ListScanRunsResponse) String() string { return proto.CompactTextString(m) } func (*ListScanRunsResponse) ProtoMessage() {} func (*ListScanRunsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{9} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{9} } func (m *ListScanRunsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListScanRunsResponse.Unmarshal(m, b) @@ -546,7 +546,7 @@ func (m *StopScanRunRequest) Reset() { *m = StopScanRunRequest{} } func (m *StopScanRunRequest) String() string { return proto.CompactTextString(m) } func (*StopScanRunRequest) ProtoMessage() {} func (*StopScanRunRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{10} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{10} } func (m *StopScanRunRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StopScanRunRequest.Unmarshal(m, b) @@ -597,7 +597,7 @@ func (m *ListCrawledUrlsRequest) Reset() { *m = ListCrawledUrlsRequest{} func (m *ListCrawledUrlsRequest) String() string { return proto.CompactTextString(m) } func (*ListCrawledUrlsRequest) ProtoMessage() {} func (*ListCrawledUrlsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{11} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{11} } func (m *ListCrawledUrlsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCrawledUrlsRequest.Unmarshal(m, b) @@ -654,7 +654,7 @@ func (m *ListCrawledUrlsResponse) Reset() { *m = ListCrawledUrlsResponse func (m *ListCrawledUrlsResponse) String() string { return proto.CompactTextString(m) } func (*ListCrawledUrlsResponse) ProtoMessage() {} func (*ListCrawledUrlsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{12} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{12} } func (m *ListCrawledUrlsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCrawledUrlsResponse.Unmarshal(m, b) @@ -704,7 +704,7 @@ func (m *GetFindingRequest) Reset() { *m = GetFindingRequest{} } func (m *GetFindingRequest) String() string { return proto.CompactTextString(m) } func (*GetFindingRequest) ProtoMessage() {} func (*GetFindingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{13} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{13} } func (m *GetFindingRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFindingRequest.Unmarshal(m, b) @@ -760,7 +760,7 @@ func (m *ListFindingsRequest) Reset() { *m = ListFindingsRequest{} } func (m *ListFindingsRequest) String() string { return proto.CompactTextString(m) } func (*ListFindingsRequest) ProtoMessage() {} func (*ListFindingsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{14} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{14} } func (m *ListFindingsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFindingsRequest.Unmarshal(m, b) @@ -824,7 +824,7 @@ func (m *ListFindingsResponse) Reset() { *m = ListFindingsResponse{} } func (m *ListFindingsResponse) String() string { return proto.CompactTextString(m) } func (*ListFindingsResponse) ProtoMessage() {} func (*ListFindingsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{15} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{15} } func (m *ListFindingsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFindingsResponse.Unmarshal(m, b) @@ -874,7 +874,7 @@ func (m *ListFindingTypeStatsRequest) Reset() { *m = ListFindingTypeStat func (m *ListFindingTypeStatsRequest) String() string { return proto.CompactTextString(m) } func (*ListFindingTypeStatsRequest) ProtoMessage() {} func (*ListFindingTypeStatsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{16} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{16} } func (m *ListFindingTypeStatsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFindingTypeStatsRequest.Unmarshal(m, b) @@ -914,7 +914,7 @@ func (m *ListFindingTypeStatsResponse) Reset() { *m = ListFindingTypeSta func (m *ListFindingTypeStatsResponse) String() string { return proto.CompactTextString(m) } func (*ListFindingTypeStatsResponse) ProtoMessage() {} func (*ListFindingTypeStatsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_web_security_scanner_2253039f1bba50f7, []int{17} + return fileDescriptor_web_security_scanner_80f7154cd0746ae1, []int{17} } func (m *ListFindingTypeStatsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFindingTypeStatsResponse.Unmarshal(m, b) @@ -1459,10 +1459,10 @@ var _WebSecurityScanner_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/websecurityscanner/v1alpha/web_security_scanner.proto", fileDescriptor_web_security_scanner_2253039f1bba50f7) + proto.RegisterFile("google/cloud/websecurityscanner/v1alpha/web_security_scanner.proto", fileDescriptor_web_security_scanner_80f7154cd0746ae1) } -var fileDescriptor_web_security_scanner_2253039f1bba50f7 = []byte{ +var fileDescriptor_web_security_scanner_80f7154cd0746ae1 = []byte{ // 1115 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xcf, 0x6f, 0x1b, 0x45, 0x14, 0xd6, 0xb4, 0x25, 0x4a, 0x9e, 0x53, 0x35, 0x4c, 0xa3, 0x38, 0xda, 0x14, 0xc9, 0xda, 0x03, diff --git a/googleapis/cloud/websecurityscanner/v1beta/crawled_url.pb.go b/googleapis/cloud/websecurityscanner/v1beta/crawled_url.pb.go new file mode 100644 index 0000000000..6f4e71d709 --- /dev/null +++ b/googleapis/cloud/websecurityscanner/v1beta/crawled_url.pb.go @@ -0,0 +1,111 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/websecurityscanner/v1beta/crawled_url.proto + +package websecurityscanner // import "google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1beta" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// A CrawledUrl resource represents a URL that was crawled during a ScanRun. Web +// Security Scanner Service crawls the web applications, following all links +// within the scope of sites, to find the URLs to test against. +type CrawledUrl struct { + // Output only. + // The http method of the request that was used to visit the URL, in + // uppercase. + HttpMethod string `protobuf:"bytes,1,opt,name=http_method,json=httpMethod,proto3" json:"http_method,omitempty"` + // Output only. + // The URL that was crawled. + Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` + // Output only. + // The body of the request that was used to visit the URL. + Body string `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CrawledUrl) Reset() { *m = CrawledUrl{} } +func (m *CrawledUrl) String() string { return proto.CompactTextString(m) } +func (*CrawledUrl) ProtoMessage() {} +func (*CrawledUrl) Descriptor() ([]byte, []int) { + return fileDescriptor_crawled_url_47969d3dbeaecdf6, []int{0} +} +func (m *CrawledUrl) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CrawledUrl.Unmarshal(m, b) +} +func (m *CrawledUrl) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CrawledUrl.Marshal(b, m, deterministic) +} +func (dst *CrawledUrl) XXX_Merge(src proto.Message) { + xxx_messageInfo_CrawledUrl.Merge(dst, src) +} +func (m *CrawledUrl) XXX_Size() int { + return xxx_messageInfo_CrawledUrl.Size(m) +} +func (m *CrawledUrl) XXX_DiscardUnknown() { + xxx_messageInfo_CrawledUrl.DiscardUnknown(m) +} + +var xxx_messageInfo_CrawledUrl proto.InternalMessageInfo + +func (m *CrawledUrl) GetHttpMethod() string { + if m != nil { + return m.HttpMethod + } + return "" +} + +func (m *CrawledUrl) GetUrl() string { + if m != nil { + return m.Url + } + return "" +} + +func (m *CrawledUrl) GetBody() string { + if m != nil { + return m.Body + } + return "" +} + +func init() { + proto.RegisterType((*CrawledUrl)(nil), "google.cloud.websecurityscanner.v1beta.CrawledUrl") +} + +func init() { + proto.RegisterFile("google/cloud/websecurityscanner/v1beta/crawled_url.proto", fileDescriptor_crawled_url_47969d3dbeaecdf6) +} + +var fileDescriptor_crawled_url_47969d3dbeaecdf6 = []byte{ + // 235 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0x31, 0x4b, 0x04, 0x31, + 0x10, 0x85, 0x59, 0x4f, 0x04, 0xc7, 0x42, 0x49, 0xb5, 0x88, 0xa0, 0x58, 0x88, 0x58, 0x24, 0x88, + 0x8d, 0x60, 0x77, 0xd6, 0xc2, 0xa1, 0x08, 0x62, 0x73, 0xcc, 0x66, 0x87, 0xdc, 0x42, 0x2e, 0xb3, + 0xcc, 0xce, 0x7a, 0xdc, 0x4f, 0xf1, 0xdf, 0xca, 0x26, 0x07, 0x16, 0x57, 0x68, 0x37, 0xbc, 0xc7, + 0xf7, 0xf2, 0x11, 0x78, 0x0c, 0xcc, 0x21, 0x92, 0xf3, 0x91, 0xc7, 0xd6, 0x6d, 0xa8, 0x19, 0xc8, + 0x8f, 0xd2, 0xe9, 0x76, 0xf0, 0x98, 0x12, 0x89, 0xfb, 0xba, 0x6f, 0x48, 0xd1, 0x79, 0xc1, 0x4d, + 0xa4, 0x76, 0x39, 0x4a, 0xb4, 0xbd, 0xb0, 0xb2, 0xb9, 0x29, 0xa4, 0xcd, 0xa4, 0xdd, 0x27, 0x6d, + 0x21, 0xcf, 0x2f, 0x76, 0x2f, 0x60, 0xdf, 0x39, 0x4c, 0x89, 0x15, 0xb5, 0xe3, 0x34, 0x94, 0x95, + 0xeb, 0x37, 0x80, 0xe7, 0x32, 0xfd, 0x2e, 0xd1, 0x5c, 0xc2, 0xc9, 0x4a, 0xb5, 0x5f, 0xae, 0x49, + 0x57, 0xdc, 0xd6, 0xd5, 0x55, 0x75, 0x7b, 0xfc, 0x0a, 0x53, 0xf4, 0x92, 0x13, 0x73, 0x06, 0xb3, + 0x51, 0x62, 0x7d, 0x90, 0x8b, 0xe9, 0x34, 0x06, 0x0e, 0x1b, 0x6e, 0xb7, 0xf5, 0x2c, 0x47, 0xf9, + 0x9e, 0x7f, 0x57, 0x70, 0xe7, 0x79, 0x6d, 0xff, 0x67, 0x38, 0x3f, 0xfd, 0x35, 0x58, 0x4c, 0x52, + 0x8b, 0xea, 0xf3, 0x63, 0x87, 0x06, 0x8e, 0x98, 0x82, 0x65, 0x09, 0x2e, 0x50, 0xca, 0xca, 0xae, + 0x54, 0xd8, 0x77, 0xc3, 0x5f, 0xbf, 0xf6, 0xb4, 0xdf, 0x34, 0x47, 0x79, 0xe4, 0xe1, 0x27, 0x00, + 0x00, 0xff, 0xff, 0xac, 0xe1, 0xa8, 0x52, 0x79, 0x01, 0x00, 0x00, +} diff --git a/googleapis/cloud/websecurityscanner/v1beta/finding.pb.go b/googleapis/cloud/websecurityscanner/v1beta/finding.pb.go new file mode 100644 index 0000000000..c1a1707c3b --- /dev/null +++ b/googleapis/cloud/websecurityscanner/v1beta/finding.pb.go @@ -0,0 +1,269 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/websecurityscanner/v1beta/finding.proto + +package websecurityscanner // import "google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1beta" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// A Finding resource represents a vulnerability instance identified during a +// ScanRun. +type Finding struct { + // Output only. + // The resource name of the Finding. The name follows the format of + // 'projects/{projectId}/scanConfigs/{scanConfigId}/scanruns/{scanRunId}/findings/{findingId}'. + // The finding IDs are generated by the system. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Output only. + // The type of the Finding. + // Detailed and up-to-date information on findings can be found here: + // https://cloud.google.com/security-scanner/docs/scan-result-details + FindingType string `protobuf:"bytes,2,opt,name=finding_type,json=findingType,proto3" json:"finding_type,omitempty"` + // Output only. + // The http method of the request that triggered the vulnerability, in + // uppercase. + HttpMethod string `protobuf:"bytes,3,opt,name=http_method,json=httpMethod,proto3" json:"http_method,omitempty"` + // Output only. + // The URL produced by the server-side fuzzer and used in the request that + // triggered the vulnerability. + FuzzedUrl string `protobuf:"bytes,4,opt,name=fuzzed_url,json=fuzzedUrl,proto3" json:"fuzzed_url,omitempty"` + // Output only. + // The body of the request that triggered the vulnerability. + Body string `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` + // Output only. + // The description of the vulnerability. + Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"` + // Output only. + // The URL containing human-readable payload that user can leverage to + // reproduce the vulnerability. + ReproductionUrl string `protobuf:"bytes,7,opt,name=reproduction_url,json=reproductionUrl,proto3" json:"reproduction_url,omitempty"` + // Output only. + // If the vulnerability was originated from nested IFrame, the immediate + // parent IFrame is reported. + FrameUrl string `protobuf:"bytes,8,opt,name=frame_url,json=frameUrl,proto3" json:"frame_url,omitempty"` + // Output only. + // The URL where the browser lands when the vulnerability is detected. + FinalUrl string `protobuf:"bytes,9,opt,name=final_url,json=finalUrl,proto3" json:"final_url,omitempty"` + // Output only. + // The tracking ID uniquely identifies a vulnerability instance across + // multiple ScanRuns. + TrackingId string `protobuf:"bytes,10,opt,name=tracking_id,json=trackingId,proto3" json:"tracking_id,omitempty"` + // Output only. + // An addon containing information reported for a vulnerability with an HTML + // form, if any. + Form *Form `protobuf:"bytes,16,opt,name=form,proto3" json:"form,omitempty"` + // Output only. + // An addon containing information about outdated libraries. + OutdatedLibrary *OutdatedLibrary `protobuf:"bytes,11,opt,name=outdated_library,json=outdatedLibrary,proto3" json:"outdated_library,omitempty"` + // Output only. + // An addon containing detailed information regarding any resource causing the + // vulnerability such as JavaScript sources, image, audio files, etc. + ViolatingResource *ViolatingResource `protobuf:"bytes,12,opt,name=violating_resource,json=violatingResource,proto3" json:"violating_resource,omitempty"` + // Output only. + // An addon containing information about vulnerable or missing HTTP headers. + VulnerableHeaders *VulnerableHeaders `protobuf:"bytes,15,opt,name=vulnerable_headers,json=vulnerableHeaders,proto3" json:"vulnerable_headers,omitempty"` + // Output only. + // An addon containing information about request parameters which were found + // to be vulnerable. + VulnerableParameters *VulnerableParameters `protobuf:"bytes,13,opt,name=vulnerable_parameters,json=vulnerableParameters,proto3" json:"vulnerable_parameters,omitempty"` + // Output only. + // An addon containing information reported for an XSS, if any. + Xss *Xss `protobuf:"bytes,14,opt,name=xss,proto3" json:"xss,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Finding) Reset() { *m = Finding{} } +func (m *Finding) String() string { return proto.CompactTextString(m) } +func (*Finding) ProtoMessage() {} +func (*Finding) Descriptor() ([]byte, []int) { + return fileDescriptor_finding_18e691d702d328cd, []int{0} +} +func (m *Finding) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Finding.Unmarshal(m, b) +} +func (m *Finding) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Finding.Marshal(b, m, deterministic) +} +func (dst *Finding) XXX_Merge(src proto.Message) { + xxx_messageInfo_Finding.Merge(dst, src) +} +func (m *Finding) XXX_Size() int { + return xxx_messageInfo_Finding.Size(m) +} +func (m *Finding) XXX_DiscardUnknown() { + xxx_messageInfo_Finding.DiscardUnknown(m) +} + +var xxx_messageInfo_Finding proto.InternalMessageInfo + +func (m *Finding) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *Finding) GetFindingType() string { + if m != nil { + return m.FindingType + } + return "" +} + +func (m *Finding) GetHttpMethod() string { + if m != nil { + return m.HttpMethod + } + return "" +} + +func (m *Finding) GetFuzzedUrl() string { + if m != nil { + return m.FuzzedUrl + } + return "" +} + +func (m *Finding) GetBody() string { + if m != nil { + return m.Body + } + return "" +} + +func (m *Finding) GetDescription() string { + if m != nil { + return m.Description + } + return "" +} + +func (m *Finding) GetReproductionUrl() string { + if m != nil { + return m.ReproductionUrl + } + return "" +} + +func (m *Finding) GetFrameUrl() string { + if m != nil { + return m.FrameUrl + } + return "" +} + +func (m *Finding) GetFinalUrl() string { + if m != nil { + return m.FinalUrl + } + return "" +} + +func (m *Finding) GetTrackingId() string { + if m != nil { + return m.TrackingId + } + return "" +} + +func (m *Finding) GetForm() *Form { + if m != nil { + return m.Form + } + return nil +} + +func (m *Finding) GetOutdatedLibrary() *OutdatedLibrary { + if m != nil { + return m.OutdatedLibrary + } + return nil +} + +func (m *Finding) GetViolatingResource() *ViolatingResource { + if m != nil { + return m.ViolatingResource + } + return nil +} + +func (m *Finding) GetVulnerableHeaders() *VulnerableHeaders { + if m != nil { + return m.VulnerableHeaders + } + return nil +} + +func (m *Finding) GetVulnerableParameters() *VulnerableParameters { + if m != nil { + return m.VulnerableParameters + } + return nil +} + +func (m *Finding) GetXss() *Xss { + if m != nil { + return m.Xss + } + return nil +} + +func init() { + proto.RegisterType((*Finding)(nil), "google.cloud.websecurityscanner.v1beta.Finding") +} + +func init() { + proto.RegisterFile("google/cloud/websecurityscanner/v1beta/finding.proto", fileDescriptor_finding_18e691d702d328cd) +} + +var fileDescriptor_finding_18e691d702d328cd = []byte{ + // 517 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x5f, 0x8b, 0x13, 0x31, + 0x14, 0xc5, 0xa9, 0xbb, 0x76, 0xb7, 0x99, 0x6a, 0xbb, 0x41, 0x21, 0xac, 0xca, 0x56, 0x1f, 0x64, + 0xfd, 0xc3, 0x0c, 0xfe, 0x01, 0xf1, 0x1f, 0xc8, 0x3e, 0x2c, 0x0a, 0x8a, 0x65, 0x50, 0x59, 0x7c, + 0x29, 0x99, 0xc9, 0xed, 0x34, 0x38, 0x93, 0x8c, 0x49, 0xa6, 0xda, 0xfd, 0x20, 0x7e, 0x46, 0x3f, + 0x86, 0xe4, 0x66, 0xba, 0xd4, 0x5d, 0xc1, 0xf6, 0x2d, 0x73, 0xce, 0x3d, 0xe7, 0xc7, 0x25, 0x64, + 0xc8, 0xd3, 0x42, 0xeb, 0xa2, 0x84, 0x24, 0x2f, 0x75, 0x23, 0x92, 0x1f, 0x90, 0x59, 0xc8, 0x1b, + 0x23, 0xdd, 0xc2, 0xe6, 0x5c, 0x29, 0x30, 0xc9, 0xfc, 0x51, 0x06, 0x8e, 0x27, 0x53, 0xa9, 0x84, + 0x54, 0x45, 0x5c, 0x1b, 0xed, 0x34, 0xbd, 0x1b, 0x52, 0x31, 0xa6, 0xe2, 0x8b, 0xa9, 0x38, 0xa4, + 0xf6, 0x6f, 0xb6, 0xed, 0xbc, 0x96, 0x09, 0x57, 0x4a, 0x3b, 0xee, 0xa4, 0x56, 0x36, 0xb4, 0xec, + 0xbf, 0xd8, 0x8c, 0x3d, 0xe1, 0x42, 0x68, 0x15, 0xb2, 0x77, 0x7e, 0x77, 0xc9, 0xce, 0x71, 0xd0, + 0x29, 0x25, 0xdb, 0x8a, 0x57, 0xc0, 0x3a, 0xa3, 0xce, 0x61, 0x2f, 0xc5, 0x33, 0xbd, 0x4d, 0xfa, + 0xcb, 0x98, 0x5b, 0xd4, 0xc0, 0x2e, 0xa1, 0x17, 0xb5, 0xda, 0xa7, 0x45, 0x0d, 0xf4, 0x80, 0x44, + 0x33, 0xe7, 0xea, 0x49, 0x05, 0x6e, 0xa6, 0x05, 0xdb, 0xc2, 0x09, 0xe2, 0xa5, 0x0f, 0xa8, 0xd0, + 0x5b, 0x84, 0x4c, 0x9b, 0xd3, 0x53, 0x10, 0x93, 0xc6, 0x94, 0x6c, 0x1b, 0xfd, 0x5e, 0x50, 0x3e, + 0x9b, 0xd2, 0x63, 0x33, 0x2d, 0x16, 0xec, 0x72, 0xc0, 0xfa, 0x33, 0x1d, 0x91, 0x48, 0x80, 0xcd, + 0x8d, 0xac, 0xfd, 0xa2, 0xac, 0x1b, 0xa8, 0x2b, 0x12, 0xbd, 0x47, 0x86, 0x06, 0x6a, 0xa3, 0x45, + 0x93, 0xfb, 0x6f, 0xac, 0xde, 0xc1, 0xb1, 0xc1, 0xaa, 0xee, 0x01, 0x37, 0x48, 0x6f, 0x6a, 0x78, + 0x05, 0x38, 0xb3, 0x8b, 0x33, 0xbb, 0x28, 0x2c, 0x4d, 0xa9, 0x78, 0x89, 0x66, 0xaf, 0x35, 0xbd, + 0xe0, 0xcd, 0x03, 0x12, 0x39, 0xc3, 0xf3, 0x6f, 0x7e, 0x7d, 0x29, 0x18, 0x09, 0xab, 0x2d, 0xa5, + 0x77, 0x82, 0xbe, 0x21, 0xdb, 0x53, 0x6d, 0x2a, 0x36, 0x1c, 0x75, 0x0e, 0xa3, 0xc7, 0x0f, 0xe3, + 0xf5, 0xee, 0x33, 0x3e, 0xd6, 0xa6, 0x4a, 0x31, 0x49, 0x33, 0x32, 0xd4, 0x8d, 0x13, 0xdc, 0x81, + 0x98, 0x94, 0x32, 0x33, 0xdc, 0x2c, 0x58, 0x84, 0x6d, 0xcf, 0xd6, 0x6d, 0xfb, 0xd8, 0xe6, 0xdf, + 0x87, 0x78, 0x3a, 0xd0, 0x7f, 0x0b, 0x74, 0x46, 0xe8, 0x5c, 0xea, 0x92, 0x3b, 0xbf, 0x87, 0x01, + 0xab, 0x1b, 0x93, 0x03, 0xeb, 0x23, 0xe5, 0xf9, 0xba, 0x94, 0x2f, 0xcb, 0x86, 0xb4, 0x2d, 0x48, + 0xf7, 0xe6, 0xe7, 0x25, 0x24, 0x35, 0xa5, 0x02, 0xc3, 0xb3, 0x12, 0x26, 0x33, 0xe0, 0x02, 0x8c, + 0x65, 0x83, 0x0d, 0x49, 0x67, 0x0d, 0x6f, 0x43, 0x41, 0xba, 0x37, 0x3f, 0x2f, 0xd1, 0xef, 0xe4, + 0xfa, 0x0a, 0xa9, 0xe6, 0xfe, 0x3e, 0x9d, 0x87, 0x5d, 0x41, 0xd8, 0xab, 0xcd, 0x61, 0xe3, 0xb3, + 0x8e, 0xf4, 0xda, 0xfc, 0x1f, 0x2a, 0x7d, 0x4d, 0xb6, 0x7e, 0x5a, 0xcb, 0xae, 0x22, 0xe0, 0xc1, + 0xba, 0x80, 0x13, 0x6b, 0x53, 0x9f, 0x3b, 0xfa, 0xd5, 0x21, 0xf7, 0x73, 0x5d, 0xad, 0x99, 0x3b, + 0xea, 0xb7, 0xcf, 0x72, 0xec, 0xdf, 0xe9, 0xb8, 0xf3, 0xf5, 0xa4, 0xcd, 0x15, 0xba, 0xe4, 0xaa, + 0x88, 0xb5, 0x29, 0x92, 0x02, 0x14, 0xbe, 0xe2, 0x24, 0x58, 0xbc, 0x96, 0xf6, 0x7f, 0x3f, 0x81, + 0x97, 0x17, 0x9d, 0xac, 0x8b, 0x25, 0x4f, 0xfe, 0x04, 0x00, 0x00, 0xff, 0xff, 0x3a, 0xa4, 0xbf, + 0x31, 0xc4, 0x04, 0x00, 0x00, +} diff --git a/googleapis/cloud/websecurityscanner/v1beta/finding_addon.pb.go b/googleapis/cloud/websecurityscanner/v1beta/finding_addon.pb.go new file mode 100644 index 0000000000..be62a071c1 --- /dev/null +++ b/googleapis/cloud/websecurityscanner/v1beta/finding_addon.pb.go @@ -0,0 +1,414 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/websecurityscanner/v1beta/finding_addon.proto + +package websecurityscanner // import "google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1beta" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// ! Information about a vulnerability with an HTML. +type Form struct { + // ! The URI where to send the form when it's submitted. + ActionUri string `protobuf:"bytes,1,opt,name=action_uri,json=actionUri,proto3" json:"action_uri,omitempty"` + // ! The names of form fields related to the vulnerability. + Fields []string `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Form) Reset() { *m = Form{} } +func (m *Form) String() string { return proto.CompactTextString(m) } +func (*Form) ProtoMessage() {} +func (*Form) Descriptor() ([]byte, []int) { + return fileDescriptor_finding_addon_2b00ebbf5c6ee79e, []int{0} +} +func (m *Form) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Form.Unmarshal(m, b) +} +func (m *Form) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Form.Marshal(b, m, deterministic) +} +func (dst *Form) XXX_Merge(src proto.Message) { + xxx_messageInfo_Form.Merge(dst, src) +} +func (m *Form) XXX_Size() int { + return xxx_messageInfo_Form.Size(m) +} +func (m *Form) XXX_DiscardUnknown() { + xxx_messageInfo_Form.DiscardUnknown(m) +} + +var xxx_messageInfo_Form proto.InternalMessageInfo + +func (m *Form) GetActionUri() string { + if m != nil { + return m.ActionUri + } + return "" +} + +func (m *Form) GetFields() []string { + if m != nil { + return m.Fields + } + return nil +} + +// Information reported for an outdated library. +type OutdatedLibrary struct { + // The name of the outdated library. + LibraryName string `protobuf:"bytes,1,opt,name=library_name,json=libraryName,proto3" json:"library_name,omitempty"` + // The version number. + Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` + // URLs to learn more information about the vulnerabilities in the library. + LearnMoreUrls []string `protobuf:"bytes,3,rep,name=learn_more_urls,json=learnMoreUrls,proto3" json:"learn_more_urls,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *OutdatedLibrary) Reset() { *m = OutdatedLibrary{} } +func (m *OutdatedLibrary) String() string { return proto.CompactTextString(m) } +func (*OutdatedLibrary) ProtoMessage() {} +func (*OutdatedLibrary) Descriptor() ([]byte, []int) { + return fileDescriptor_finding_addon_2b00ebbf5c6ee79e, []int{1} +} +func (m *OutdatedLibrary) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_OutdatedLibrary.Unmarshal(m, b) +} +func (m *OutdatedLibrary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_OutdatedLibrary.Marshal(b, m, deterministic) +} +func (dst *OutdatedLibrary) XXX_Merge(src proto.Message) { + xxx_messageInfo_OutdatedLibrary.Merge(dst, src) +} +func (m *OutdatedLibrary) XXX_Size() int { + return xxx_messageInfo_OutdatedLibrary.Size(m) +} +func (m *OutdatedLibrary) XXX_DiscardUnknown() { + xxx_messageInfo_OutdatedLibrary.DiscardUnknown(m) +} + +var xxx_messageInfo_OutdatedLibrary proto.InternalMessageInfo + +func (m *OutdatedLibrary) GetLibraryName() string { + if m != nil { + return m.LibraryName + } + return "" +} + +func (m *OutdatedLibrary) GetVersion() string { + if m != nil { + return m.Version + } + return "" +} + +func (m *OutdatedLibrary) GetLearnMoreUrls() []string { + if m != nil { + return m.LearnMoreUrls + } + return nil +} + +// Information regarding any resource causing the vulnerability such +// as JavaScript sources, image, audio files, etc. +type ViolatingResource struct { + // The MIME type of this resource. + ContentType string `protobuf:"bytes,1,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"` + // URL of this violating resource. + ResourceUrl string `protobuf:"bytes,2,opt,name=resource_url,json=resourceUrl,proto3" json:"resource_url,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ViolatingResource) Reset() { *m = ViolatingResource{} } +func (m *ViolatingResource) String() string { return proto.CompactTextString(m) } +func (*ViolatingResource) ProtoMessage() {} +func (*ViolatingResource) Descriptor() ([]byte, []int) { + return fileDescriptor_finding_addon_2b00ebbf5c6ee79e, []int{2} +} +func (m *ViolatingResource) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ViolatingResource.Unmarshal(m, b) +} +func (m *ViolatingResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ViolatingResource.Marshal(b, m, deterministic) +} +func (dst *ViolatingResource) XXX_Merge(src proto.Message) { + xxx_messageInfo_ViolatingResource.Merge(dst, src) +} +func (m *ViolatingResource) XXX_Size() int { + return xxx_messageInfo_ViolatingResource.Size(m) +} +func (m *ViolatingResource) XXX_DiscardUnknown() { + xxx_messageInfo_ViolatingResource.DiscardUnknown(m) +} + +var xxx_messageInfo_ViolatingResource proto.InternalMessageInfo + +func (m *ViolatingResource) GetContentType() string { + if m != nil { + return m.ContentType + } + return "" +} + +func (m *ViolatingResource) GetResourceUrl() string { + if m != nil { + return m.ResourceUrl + } + return "" +} + +// Information about vulnerable request parameters. +type VulnerableParameters struct { + // The vulnerable parameter names. + ParameterNames []string `protobuf:"bytes,1,rep,name=parameter_names,json=parameterNames,proto3" json:"parameter_names,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *VulnerableParameters) Reset() { *m = VulnerableParameters{} } +func (m *VulnerableParameters) String() string { return proto.CompactTextString(m) } +func (*VulnerableParameters) ProtoMessage() {} +func (*VulnerableParameters) Descriptor() ([]byte, []int) { + return fileDescriptor_finding_addon_2b00ebbf5c6ee79e, []int{3} +} +func (m *VulnerableParameters) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VulnerableParameters.Unmarshal(m, b) +} +func (m *VulnerableParameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VulnerableParameters.Marshal(b, m, deterministic) +} +func (dst *VulnerableParameters) XXX_Merge(src proto.Message) { + xxx_messageInfo_VulnerableParameters.Merge(dst, src) +} +func (m *VulnerableParameters) XXX_Size() int { + return xxx_messageInfo_VulnerableParameters.Size(m) +} +func (m *VulnerableParameters) XXX_DiscardUnknown() { + xxx_messageInfo_VulnerableParameters.DiscardUnknown(m) +} + +var xxx_messageInfo_VulnerableParameters proto.InternalMessageInfo + +func (m *VulnerableParameters) GetParameterNames() []string { + if m != nil { + return m.ParameterNames + } + return nil +} + +// Information about vulnerable or missing HTTP Headers. +type VulnerableHeaders struct { + // List of vulnerable headers. + Headers []*VulnerableHeaders_Header `protobuf:"bytes,1,rep,name=headers,proto3" json:"headers,omitempty"` + // List of missing headers. + MissingHeaders []*VulnerableHeaders_Header `protobuf:"bytes,2,rep,name=missing_headers,json=missingHeaders,proto3" json:"missing_headers,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *VulnerableHeaders) Reset() { *m = VulnerableHeaders{} } +func (m *VulnerableHeaders) String() string { return proto.CompactTextString(m) } +func (*VulnerableHeaders) ProtoMessage() {} +func (*VulnerableHeaders) Descriptor() ([]byte, []int) { + return fileDescriptor_finding_addon_2b00ebbf5c6ee79e, []int{4} +} +func (m *VulnerableHeaders) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VulnerableHeaders.Unmarshal(m, b) +} +func (m *VulnerableHeaders) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VulnerableHeaders.Marshal(b, m, deterministic) +} +func (dst *VulnerableHeaders) XXX_Merge(src proto.Message) { + xxx_messageInfo_VulnerableHeaders.Merge(dst, src) +} +func (m *VulnerableHeaders) XXX_Size() int { + return xxx_messageInfo_VulnerableHeaders.Size(m) +} +func (m *VulnerableHeaders) XXX_DiscardUnknown() { + xxx_messageInfo_VulnerableHeaders.DiscardUnknown(m) +} + +var xxx_messageInfo_VulnerableHeaders proto.InternalMessageInfo + +func (m *VulnerableHeaders) GetHeaders() []*VulnerableHeaders_Header { + if m != nil { + return m.Headers + } + return nil +} + +func (m *VulnerableHeaders) GetMissingHeaders() []*VulnerableHeaders_Header { + if m != nil { + return m.MissingHeaders + } + return nil +} + +// Describes a HTTP Header. +type VulnerableHeaders_Header struct { + // Header name. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Header value. + Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *VulnerableHeaders_Header) Reset() { *m = VulnerableHeaders_Header{} } +func (m *VulnerableHeaders_Header) String() string { return proto.CompactTextString(m) } +func (*VulnerableHeaders_Header) ProtoMessage() {} +func (*VulnerableHeaders_Header) Descriptor() ([]byte, []int) { + return fileDescriptor_finding_addon_2b00ebbf5c6ee79e, []int{4, 0} +} +func (m *VulnerableHeaders_Header) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VulnerableHeaders_Header.Unmarshal(m, b) +} +func (m *VulnerableHeaders_Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VulnerableHeaders_Header.Marshal(b, m, deterministic) +} +func (dst *VulnerableHeaders_Header) XXX_Merge(src proto.Message) { + xxx_messageInfo_VulnerableHeaders_Header.Merge(dst, src) +} +func (m *VulnerableHeaders_Header) XXX_Size() int { + return xxx_messageInfo_VulnerableHeaders_Header.Size(m) +} +func (m *VulnerableHeaders_Header) XXX_DiscardUnknown() { + xxx_messageInfo_VulnerableHeaders_Header.DiscardUnknown(m) +} + +var xxx_messageInfo_VulnerableHeaders_Header proto.InternalMessageInfo + +func (m *VulnerableHeaders_Header) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *VulnerableHeaders_Header) GetValue() string { + if m != nil { + return m.Value + } + return "" +} + +// Information reported for an XSS. +type Xss struct { + // Stack traces leading to the point where the XSS occurred. + StackTraces []string `protobuf:"bytes,1,rep,name=stack_traces,json=stackTraces,proto3" json:"stack_traces,omitempty"` + // An error message generated by a javascript breakage. + ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Xss) Reset() { *m = Xss{} } +func (m *Xss) String() string { return proto.CompactTextString(m) } +func (*Xss) ProtoMessage() {} +func (*Xss) Descriptor() ([]byte, []int) { + return fileDescriptor_finding_addon_2b00ebbf5c6ee79e, []int{5} +} +func (m *Xss) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Xss.Unmarshal(m, b) +} +func (m *Xss) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Xss.Marshal(b, m, deterministic) +} +func (dst *Xss) XXX_Merge(src proto.Message) { + xxx_messageInfo_Xss.Merge(dst, src) +} +func (m *Xss) XXX_Size() int { + return xxx_messageInfo_Xss.Size(m) +} +func (m *Xss) XXX_DiscardUnknown() { + xxx_messageInfo_Xss.DiscardUnknown(m) +} + +var xxx_messageInfo_Xss proto.InternalMessageInfo + +func (m *Xss) GetStackTraces() []string { + if m != nil { + return m.StackTraces + } + return nil +} + +func (m *Xss) GetErrorMessage() string { + if m != nil { + return m.ErrorMessage + } + return "" +} + +func init() { + proto.RegisterType((*Form)(nil), "google.cloud.websecurityscanner.v1beta.Form") + proto.RegisterType((*OutdatedLibrary)(nil), "google.cloud.websecurityscanner.v1beta.OutdatedLibrary") + proto.RegisterType((*ViolatingResource)(nil), "google.cloud.websecurityscanner.v1beta.ViolatingResource") + proto.RegisterType((*VulnerableParameters)(nil), "google.cloud.websecurityscanner.v1beta.VulnerableParameters") + proto.RegisterType((*VulnerableHeaders)(nil), "google.cloud.websecurityscanner.v1beta.VulnerableHeaders") + proto.RegisterType((*VulnerableHeaders_Header)(nil), "google.cloud.websecurityscanner.v1beta.VulnerableHeaders.Header") + proto.RegisterType((*Xss)(nil), "google.cloud.websecurityscanner.v1beta.Xss") +} + +func init() { + proto.RegisterFile("google/cloud/websecurityscanner/v1beta/finding_addon.proto", fileDescriptor_finding_addon_2b00ebbf5c6ee79e) +} + +var fileDescriptor_finding_addon_2b00ebbf5c6ee79e = []byte{ + // 502 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x53, 0x41, 0x6f, 0xd3, 0x4c, + 0x10, 0x55, 0x92, 0x7e, 0xa9, 0xb2, 0x69, 0x1b, 0x65, 0x55, 0x7d, 0xb2, 0x2a, 0x90, 0x8a, 0x91, + 0x4a, 0xc5, 0xc1, 0x16, 0xe5, 0x06, 0x42, 0x40, 0x0f, 0x15, 0x07, 0x02, 0x51, 0xd4, 0x54, 0xa5, + 0x17, 0x6b, 0x62, 0x4f, 0xcd, 0x8a, 0xf5, 0xae, 0x35, 0xbb, 0x0e, 0xca, 0x9f, 0xe0, 0x0f, 0xf0, + 0x67, 0x91, 0x77, 0xd7, 0x01, 0x29, 0x07, 0x7a, 0xe0, 0xe4, 0x99, 0x37, 0xfb, 0xde, 0xf3, 0xcc, + 0xee, 0xb0, 0x57, 0xa5, 0xd6, 0xa5, 0xc4, 0x34, 0x97, 0xba, 0x29, 0xd2, 0xef, 0xb8, 0x32, 0x98, + 0x37, 0x24, 0xec, 0xc6, 0xe4, 0xa0, 0x14, 0x52, 0xba, 0x7e, 0xb1, 0x42, 0x0b, 0xe9, 0xbd, 0x50, + 0x85, 0x50, 0x65, 0x06, 0x45, 0xa1, 0x55, 0x52, 0x93, 0xb6, 0x9a, 0x9f, 0x79, 0x6e, 0xe2, 0xb8, + 0xc9, 0x2e, 0x37, 0xf1, 0xdc, 0x93, 0x47, 0xc1, 0x03, 0x6a, 0x91, 0x82, 0x52, 0xda, 0x82, 0x15, + 0x5a, 0x19, 0xaf, 0x12, 0xbf, 0x61, 0x7b, 0x57, 0x9a, 0x2a, 0xfe, 0x98, 0x31, 0xc8, 0xdb, 0x42, + 0xd6, 0x90, 0x88, 0x7a, 0xa7, 0xbd, 0xf3, 0xd1, 0x62, 0xe4, 0x91, 0x25, 0x09, 0xfe, 0x3f, 0x1b, + 0xde, 0x0b, 0x94, 0x85, 0x89, 0xfa, 0xa7, 0x83, 0xf3, 0xd1, 0x22, 0x64, 0xf1, 0x9a, 0x4d, 0x3e, + 0x37, 0xb6, 0x00, 0x8b, 0xc5, 0x47, 0xb1, 0x22, 0xa0, 0x0d, 0x7f, 0xc2, 0x0e, 0xa4, 0x0f, 0x33, + 0x05, 0x15, 0x06, 0xad, 0x71, 0xc0, 0x3e, 0x41, 0x85, 0x3c, 0x62, 0xfb, 0x6b, 0x24, 0x23, 0xb4, + 0x8a, 0xfa, 0xae, 0xda, 0xa5, 0xfc, 0x8c, 0x4d, 0x24, 0x02, 0xa9, 0xac, 0xd2, 0x84, 0x59, 0x43, + 0xd2, 0x44, 0x03, 0x67, 0x78, 0xe8, 0xe0, 0x99, 0x26, 0x5c, 0x92, 0x34, 0xf1, 0x17, 0x36, 0xbd, + 0x11, 0x5a, 0x82, 0x15, 0xaa, 0x5c, 0xa0, 0xd1, 0x0d, 0xe5, 0xd8, 0x3a, 0xe7, 0x5a, 0x59, 0x54, + 0x36, 0xb3, 0x9b, 0x7a, 0xeb, 0x1c, 0xb0, 0xeb, 0x4d, 0xed, 0x8e, 0x50, 0x38, 0xde, 0xaa, 0x07, + 0xfb, 0x71, 0x87, 0x2d, 0x49, 0xc6, 0x6f, 0xd9, 0xf1, 0x4d, 0x23, 0x15, 0x12, 0xac, 0x24, 0xce, + 0x81, 0xa0, 0x42, 0x8b, 0x64, 0xf8, 0x33, 0x36, 0xa9, 0xbb, 0xcc, 0x75, 0x66, 0xa2, 0x9e, 0xfb, + 0xb5, 0xa3, 0x2d, 0xdc, 0x36, 0x67, 0xe2, 0x1f, 0x7d, 0x36, 0xfd, 0xad, 0xf0, 0x01, 0xa1, 0x68, + 0xe9, 0x77, 0x6c, 0xff, 0xab, 0x0f, 0x1d, 0x6d, 0x7c, 0xf1, 0x2e, 0x79, 0xd8, 0x05, 0x26, 0x3b, + 0x5a, 0x89, 0xff, 0x2e, 0x3a, 0x41, 0x2e, 0xd8, 0xa4, 0x12, 0xc6, 0xb4, 0x2f, 0xa4, 0xf3, 0xe8, + 0xff, 0x23, 0x8f, 0xa3, 0x20, 0x1c, 0xe0, 0x93, 0x0b, 0x36, 0xf4, 0x21, 0xe7, 0x6c, 0xef, 0x8f, + 0xfb, 0x75, 0x31, 0x3f, 0x66, 0xff, 0xad, 0x41, 0x36, 0x18, 0xe6, 0xea, 0x93, 0x78, 0xc6, 0x06, + 0xb7, 0xc6, 0xb4, 0xb3, 0x37, 0x16, 0xf2, 0x6f, 0x99, 0x25, 0xc8, 0xb7, 0xd3, 0x1b, 0x3b, 0xec, + 0xda, 0x41, 0xfc, 0x29, 0x3b, 0x44, 0x22, 0x4d, 0x59, 0x85, 0xc6, 0x40, 0xd9, 0xe9, 0x1c, 0x38, + 0x70, 0xe6, 0xb1, 0xcb, 0x9f, 0x3d, 0xf6, 0x3c, 0xd7, 0xd5, 0x03, 0x5b, 0xbb, 0x9c, 0x5e, 0xf9, + 0xe5, 0x79, 0xdf, 0xee, 0xce, 0xbc, 0x7d, 0xf4, 0xf3, 0xde, 0xdd, 0x6d, 0x20, 0x97, 0x5a, 0x82, + 0x2a, 0x13, 0x4d, 0x65, 0x5a, 0xa2, 0x72, 0x2b, 0x91, 0xfa, 0x12, 0xd4, 0xc2, 0xfc, 0x6d, 0x2f, + 0x5f, 0xef, 0x56, 0x56, 0x43, 0x27, 0xf2, 0xf2, 0x57, 0x00, 0x00, 0x00, 0xff, 0xff, 0x39, 0xbe, + 0xb5, 0xb5, 0xdb, 0x03, 0x00, 0x00, +} diff --git a/googleapis/cloud/websecurityscanner/v1beta/finding_type_stats.pb.go b/googleapis/cloud/websecurityscanner/v1beta/finding_type_stats.pb.go new file mode 100644 index 0000000000..7f948c0e3c --- /dev/null +++ b/googleapis/cloud/websecurityscanner/v1beta/finding_type_stats.pb.go @@ -0,0 +1,99 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/websecurityscanner/v1beta/finding_type_stats.proto + +package websecurityscanner // import "google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1beta" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// A FindingTypeStats resource represents stats regarding a specific FindingType +// of Findings under a given ScanRun. +type FindingTypeStats struct { + // Output only. + // The finding type associated with the stats. + FindingType string `protobuf:"bytes,1,opt,name=finding_type,json=findingType,proto3" json:"finding_type,omitempty"` + // Output only. + // The count of findings belonging to this finding type. + FindingCount int32 `protobuf:"varint,2,opt,name=finding_count,json=findingCount,proto3" json:"finding_count,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *FindingTypeStats) Reset() { *m = FindingTypeStats{} } +func (m *FindingTypeStats) String() string { return proto.CompactTextString(m) } +func (*FindingTypeStats) ProtoMessage() {} +func (*FindingTypeStats) Descriptor() ([]byte, []int) { + return fileDescriptor_finding_type_stats_4b1a34a40ed70c6c, []int{0} +} +func (m *FindingTypeStats) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_FindingTypeStats.Unmarshal(m, b) +} +func (m *FindingTypeStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_FindingTypeStats.Marshal(b, m, deterministic) +} +func (dst *FindingTypeStats) XXX_Merge(src proto.Message) { + xxx_messageInfo_FindingTypeStats.Merge(dst, src) +} +func (m *FindingTypeStats) XXX_Size() int { + return xxx_messageInfo_FindingTypeStats.Size(m) +} +func (m *FindingTypeStats) XXX_DiscardUnknown() { + xxx_messageInfo_FindingTypeStats.DiscardUnknown(m) +} + +var xxx_messageInfo_FindingTypeStats proto.InternalMessageInfo + +func (m *FindingTypeStats) GetFindingType() string { + if m != nil { + return m.FindingType + } + return "" +} + +func (m *FindingTypeStats) GetFindingCount() int32 { + if m != nil { + return m.FindingCount + } + return 0 +} + +func init() { + proto.RegisterType((*FindingTypeStats)(nil), "google.cloud.websecurityscanner.v1beta.FindingTypeStats") +} + +func init() { + proto.RegisterFile("google/cloud/websecurityscanner/v1beta/finding_type_stats.proto", fileDescriptor_finding_type_stats_4b1a34a40ed70c6c) +} + +var fileDescriptor_finding_type_stats_4b1a34a40ed70c6c = []byte{ + // 236 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0xd0, 0xc1, 0x4a, 0x03, 0x31, + 0x10, 0x06, 0x60, 0x22, 0x28, 0x18, 0x15, 0x64, 0x41, 0x28, 0xe2, 0xa1, 0x2a, 0x48, 0xf1, 0x90, + 0x20, 0x1e, 0x3d, 0x08, 0x15, 0x3c, 0x97, 0xea, 0x41, 0x7a, 0x29, 0xb3, 0xe9, 0x34, 0x04, 0xd6, + 0x99, 0xb0, 0x99, 0x55, 0xf6, 0x69, 0x7c, 0x55, 0xd9, 0xcd, 0x16, 0xc5, 0x1e, 0xec, 0x35, 0x33, + 0xf9, 0xfe, 0x9f, 0xd1, 0x8f, 0x9e, 0xd9, 0x57, 0x68, 0x5d, 0xc5, 0xcd, 0xca, 0x7e, 0x62, 0x99, + 0xd0, 0x35, 0x75, 0x90, 0x36, 0x39, 0x20, 0xc2, 0xda, 0x7e, 0xdc, 0x95, 0x28, 0x60, 0xd7, 0x81, + 0x56, 0x81, 0xfc, 0x52, 0xda, 0x88, 0xcb, 0x24, 0x20, 0xc9, 0xc4, 0x9a, 0x85, 0x8b, 0x9b, 0x0c, + 0x98, 0x1e, 0x30, 0xdb, 0x80, 0xc9, 0xc0, 0xf9, 0xc5, 0x10, 0x04, 0x31, 0x58, 0x20, 0x62, 0x01, + 0x09, 0x4c, 0x83, 0x72, 0xb5, 0xd0, 0xa7, 0xcf, 0x39, 0xe1, 0xb5, 0x8d, 0xf8, 0xd2, 0xf9, 0xc5, + 0xa5, 0x3e, 0xfe, 0x9d, 0x3a, 0x52, 0x63, 0x35, 0x39, 0x9c, 0x1f, 0xad, 0x7f, 0xf6, 0x8a, 0x6b, + 0x7d, 0xb2, 0x59, 0x71, 0xdc, 0x90, 0x8c, 0xf6, 0xc6, 0x6a, 0xb2, 0x3f, 0xdf, 0xfc, 0x7b, 0xea, + 0xde, 0xa6, 0x5f, 0x4a, 0xdf, 0x3a, 0x7e, 0x37, 0xbb, 0x15, 0x9d, 0x9e, 0xfd, 0x2d, 0x32, 0xeb, + 0x1a, 0xce, 0xd4, 0xe2, 0x6d, 0x00, 0x3c, 0x57, 0x40, 0xde, 0x70, 0xed, 0xad, 0x47, 0xea, 0xfb, + 0xdb, 0x3c, 0x82, 0x18, 0xd2, 0x7f, 0x97, 0x7c, 0xd8, 0x9e, 0x94, 0x07, 0x3d, 0x72, 0xff, 0x1d, + 0x00, 0x00, 0xff, 0xff, 0xd7, 0xe9, 0x8e, 0x1a, 0x8d, 0x01, 0x00, 0x00, +} diff --git a/googleapis/cloud/websecurityscanner/v1beta/scan_config.pb.go b/googleapis/cloud/websecurityscanner/v1beta/scan_config.pb.go new file mode 100644 index 0000000000..7ce47f0332 --- /dev/null +++ b/googleapis/cloud/websecurityscanner/v1beta/scan_config.pb.go @@ -0,0 +1,700 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/websecurityscanner/v1beta/scan_config.proto + +package websecurityscanner // import "google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1beta" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import timestamp "github.com/golang/protobuf/ptypes/timestamp" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Type of user agents used for scanning. +type ScanConfig_UserAgent int32 + +const ( + // The user agent is unknown. Service will default to CHROME_LINUX. + ScanConfig_USER_AGENT_UNSPECIFIED ScanConfig_UserAgent = 0 + // Chrome on Linux. This is the service default if unspecified. + ScanConfig_CHROME_LINUX ScanConfig_UserAgent = 1 + // Chrome on Android. + ScanConfig_CHROME_ANDROID ScanConfig_UserAgent = 2 + // Safari on IPhone. + ScanConfig_SAFARI_IPHONE ScanConfig_UserAgent = 3 +) + +var ScanConfig_UserAgent_name = map[int32]string{ + 0: "USER_AGENT_UNSPECIFIED", + 1: "CHROME_LINUX", + 2: "CHROME_ANDROID", + 3: "SAFARI_IPHONE", +} +var ScanConfig_UserAgent_value = map[string]int32{ + "USER_AGENT_UNSPECIFIED": 0, + "CHROME_LINUX": 1, + "CHROME_ANDROID": 2, + "SAFARI_IPHONE": 3, +} + +func (x ScanConfig_UserAgent) String() string { + return proto.EnumName(ScanConfig_UserAgent_name, int32(x)) +} +func (ScanConfig_UserAgent) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_scan_config_cb3798ae69a3d538, []int{0, 0} +} + +// Cloud platforms supported by Cloud Web Security Scanner. +type ScanConfig_TargetPlatform int32 + +const ( + // The target platform is unknown. Requests with this enum value will be + // rejected with INVALID_ARGUMENT error. + ScanConfig_TARGET_PLATFORM_UNSPECIFIED ScanConfig_TargetPlatform = 0 + // Google App Engine service. + ScanConfig_APP_ENGINE ScanConfig_TargetPlatform = 1 + // Google Compute Engine service. + ScanConfig_COMPUTE ScanConfig_TargetPlatform = 2 +) + +var ScanConfig_TargetPlatform_name = map[int32]string{ + 0: "TARGET_PLATFORM_UNSPECIFIED", + 1: "APP_ENGINE", + 2: "COMPUTE", +} +var ScanConfig_TargetPlatform_value = map[string]int32{ + "TARGET_PLATFORM_UNSPECIFIED": 0, + "APP_ENGINE": 1, + "COMPUTE": 2, +} + +func (x ScanConfig_TargetPlatform) String() string { + return proto.EnumName(ScanConfig_TargetPlatform_name, int32(x)) +} +func (ScanConfig_TargetPlatform) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_scan_config_cb3798ae69a3d538, []int{0, 1} +} + +// Scan risk levels supported by Cloud Web Security Scanner. LOW impact +// scanning will minimize requests with the potential to modify data. To +// achieve the maximum scan coverage, NORMAL risk level is recommended. +type ScanConfig_RiskLevel int32 + +const ( + // Use default, which is NORMAL. + ScanConfig_RISK_LEVEL_UNSPECIFIED ScanConfig_RiskLevel = 0 + // Normal scanning (Recommended) + ScanConfig_NORMAL ScanConfig_RiskLevel = 1 + // Lower impact scanning + ScanConfig_LOW ScanConfig_RiskLevel = 2 +) + +var ScanConfig_RiskLevel_name = map[int32]string{ + 0: "RISK_LEVEL_UNSPECIFIED", + 1: "NORMAL", + 2: "LOW", +} +var ScanConfig_RiskLevel_value = map[string]int32{ + "RISK_LEVEL_UNSPECIFIED": 0, + "NORMAL": 1, + "LOW": 2, +} + +func (x ScanConfig_RiskLevel) String() string { + return proto.EnumName(ScanConfig_RiskLevel_name, int32(x)) +} +func (ScanConfig_RiskLevel) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_scan_config_cb3798ae69a3d538, []int{0, 2} +} + +// Controls export of scan configurations and results to Cloud Security +// Command Center. +type ScanConfig_ExportToSecurityCommandCenter int32 + +const ( + // Use default, which is ENABLED. + ScanConfig_EXPORT_TO_SECURITY_COMMAND_CENTER_UNSPECIFIED ScanConfig_ExportToSecurityCommandCenter = 0 + // Export results of this scan to Cloud Security Command Center. + ScanConfig_ENABLED ScanConfig_ExportToSecurityCommandCenter = 1 + // Do not export results of this scan to Cloud Security Command Center. + ScanConfig_DISABLED ScanConfig_ExportToSecurityCommandCenter = 2 +) + +var ScanConfig_ExportToSecurityCommandCenter_name = map[int32]string{ + 0: "EXPORT_TO_SECURITY_COMMAND_CENTER_UNSPECIFIED", + 1: "ENABLED", + 2: "DISABLED", +} +var ScanConfig_ExportToSecurityCommandCenter_value = map[string]int32{ + "EXPORT_TO_SECURITY_COMMAND_CENTER_UNSPECIFIED": 0, + "ENABLED": 1, + "DISABLED": 2, +} + +func (x ScanConfig_ExportToSecurityCommandCenter) String() string { + return proto.EnumName(ScanConfig_ExportToSecurityCommandCenter_name, int32(x)) +} +func (ScanConfig_ExportToSecurityCommandCenter) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_scan_config_cb3798ae69a3d538, []int{0, 3} +} + +// A ScanConfig resource contains the configurations to launch a scan. +type ScanConfig struct { + // The resource name of the ScanConfig. The name follows the format of + // 'projects/{projectId}/scanConfigs/{scanConfigId}'. The ScanConfig IDs are + // generated by the system. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Required. + // The user provided display name of the ScanConfig. + DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` + // The maximum QPS during scanning. A valid value ranges from 5 to 20 + // inclusively. If the field is unspecified or its value is set 0, server will + // default to 15. Other values outside of [5, 20] range will be rejected with + // INVALID_ARGUMENT error. + MaxQps int32 `protobuf:"varint,3,opt,name=max_qps,json=maxQps,proto3" json:"max_qps,omitempty"` + // Required. + // The starting URLs from which the scanner finds site pages. + StartingUrls []string `protobuf:"bytes,4,rep,name=starting_urls,json=startingUrls,proto3" json:"starting_urls,omitempty"` + // The authentication configuration. If specified, service will use the + // authentication configuration during scanning. + Authentication *ScanConfig_Authentication `protobuf:"bytes,5,opt,name=authentication,proto3" json:"authentication,omitempty"` + // The user agent used during scanning. + UserAgent ScanConfig_UserAgent `protobuf:"varint,6,opt,name=user_agent,json=userAgent,proto3,enum=google.cloud.websecurityscanner.v1beta.ScanConfig_UserAgent" json:"user_agent,omitempty"` + // The blacklist URL patterns as described in + // https://cloud.google.com/security-scanner/docs/excluded-urls + BlacklistPatterns []string `protobuf:"bytes,7,rep,name=blacklist_patterns,json=blacklistPatterns,proto3" json:"blacklist_patterns,omitempty"` + // The schedule of the ScanConfig. + Schedule *ScanConfig_Schedule `protobuf:"bytes,8,opt,name=schedule,proto3" json:"schedule,omitempty"` + // Set of Cloud Platforms targeted by the scan. If empty, APP_ENGINE will be + // used as a default. + TargetPlatforms []ScanConfig_TargetPlatform `protobuf:"varint,9,rep,packed,name=target_platforms,json=targetPlatforms,proto3,enum=google.cloud.websecurityscanner.v1beta.ScanConfig_TargetPlatform" json:"target_platforms,omitempty"` + // Controls export of scan configurations and results to Cloud Security + // Command Center. + ExportToSecurityCommandCenter ScanConfig_ExportToSecurityCommandCenter `protobuf:"varint,10,opt,name=export_to_security_command_center,json=exportToSecurityCommandCenter,proto3,enum=google.cloud.websecurityscanner.v1beta.ScanConfig_ExportToSecurityCommandCenter" json:"export_to_security_command_center,omitempty"` + // Latest ScanRun if available. + LatestRun *ScanRun `protobuf:"bytes,11,opt,name=latest_run,json=latestRun,proto3" json:"latest_run,omitempty"` + // The risk level selected for the scan + RiskLevel ScanConfig_RiskLevel `protobuf:"varint,12,opt,name=risk_level,json=riskLevel,proto3,enum=google.cloud.websecurityscanner.v1beta.ScanConfig_RiskLevel" json:"risk_level,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ScanConfig) Reset() { *m = ScanConfig{} } +func (m *ScanConfig) String() string { return proto.CompactTextString(m) } +func (*ScanConfig) ProtoMessage() {} +func (*ScanConfig) Descriptor() ([]byte, []int) { + return fileDescriptor_scan_config_cb3798ae69a3d538, []int{0} +} +func (m *ScanConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ScanConfig.Unmarshal(m, b) +} +func (m *ScanConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ScanConfig.Marshal(b, m, deterministic) +} +func (dst *ScanConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_ScanConfig.Merge(dst, src) +} +func (m *ScanConfig) XXX_Size() int { + return xxx_messageInfo_ScanConfig.Size(m) +} +func (m *ScanConfig) XXX_DiscardUnknown() { + xxx_messageInfo_ScanConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_ScanConfig proto.InternalMessageInfo + +func (m *ScanConfig) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *ScanConfig) GetDisplayName() string { + if m != nil { + return m.DisplayName + } + return "" +} + +func (m *ScanConfig) GetMaxQps() int32 { + if m != nil { + return m.MaxQps + } + return 0 +} + +func (m *ScanConfig) GetStartingUrls() []string { + if m != nil { + return m.StartingUrls + } + return nil +} + +func (m *ScanConfig) GetAuthentication() *ScanConfig_Authentication { + if m != nil { + return m.Authentication + } + return nil +} + +func (m *ScanConfig) GetUserAgent() ScanConfig_UserAgent { + if m != nil { + return m.UserAgent + } + return ScanConfig_USER_AGENT_UNSPECIFIED +} + +func (m *ScanConfig) GetBlacklistPatterns() []string { + if m != nil { + return m.BlacklistPatterns + } + return nil +} + +func (m *ScanConfig) GetSchedule() *ScanConfig_Schedule { + if m != nil { + return m.Schedule + } + return nil +} + +func (m *ScanConfig) GetTargetPlatforms() []ScanConfig_TargetPlatform { + if m != nil { + return m.TargetPlatforms + } + return nil +} + +func (m *ScanConfig) GetExportToSecurityCommandCenter() ScanConfig_ExportToSecurityCommandCenter { + if m != nil { + return m.ExportToSecurityCommandCenter + } + return ScanConfig_EXPORT_TO_SECURITY_COMMAND_CENTER_UNSPECIFIED +} + +func (m *ScanConfig) GetLatestRun() *ScanRun { + if m != nil { + return m.LatestRun + } + return nil +} + +func (m *ScanConfig) GetRiskLevel() ScanConfig_RiskLevel { + if m != nil { + return m.RiskLevel + } + return ScanConfig_RISK_LEVEL_UNSPECIFIED +} + +// Scan authentication configuration. +type ScanConfig_Authentication struct { + // Required. + // Authentication configuration + // + // Types that are valid to be assigned to Authentication: + // *ScanConfig_Authentication_GoogleAccount_ + // *ScanConfig_Authentication_CustomAccount_ + Authentication isScanConfig_Authentication_Authentication `protobuf_oneof:"authentication"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ScanConfig_Authentication) Reset() { *m = ScanConfig_Authentication{} } +func (m *ScanConfig_Authentication) String() string { return proto.CompactTextString(m) } +func (*ScanConfig_Authentication) ProtoMessage() {} +func (*ScanConfig_Authentication) Descriptor() ([]byte, []int) { + return fileDescriptor_scan_config_cb3798ae69a3d538, []int{0, 0} +} +func (m *ScanConfig_Authentication) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ScanConfig_Authentication.Unmarshal(m, b) +} +func (m *ScanConfig_Authentication) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ScanConfig_Authentication.Marshal(b, m, deterministic) +} +func (dst *ScanConfig_Authentication) XXX_Merge(src proto.Message) { + xxx_messageInfo_ScanConfig_Authentication.Merge(dst, src) +} +func (m *ScanConfig_Authentication) XXX_Size() int { + return xxx_messageInfo_ScanConfig_Authentication.Size(m) +} +func (m *ScanConfig_Authentication) XXX_DiscardUnknown() { + xxx_messageInfo_ScanConfig_Authentication.DiscardUnknown(m) +} + +var xxx_messageInfo_ScanConfig_Authentication proto.InternalMessageInfo + +type isScanConfig_Authentication_Authentication interface { + isScanConfig_Authentication_Authentication() +} + +type ScanConfig_Authentication_GoogleAccount_ struct { + GoogleAccount *ScanConfig_Authentication_GoogleAccount `protobuf:"bytes,1,opt,name=google_account,json=googleAccount,proto3,oneof"` +} + +type ScanConfig_Authentication_CustomAccount_ struct { + CustomAccount *ScanConfig_Authentication_CustomAccount `protobuf:"bytes,2,opt,name=custom_account,json=customAccount,proto3,oneof"` +} + +func (*ScanConfig_Authentication_GoogleAccount_) isScanConfig_Authentication_Authentication() {} + +func (*ScanConfig_Authentication_CustomAccount_) isScanConfig_Authentication_Authentication() {} + +func (m *ScanConfig_Authentication) GetAuthentication() isScanConfig_Authentication_Authentication { + if m != nil { + return m.Authentication + } + return nil +} + +func (m *ScanConfig_Authentication) GetGoogleAccount() *ScanConfig_Authentication_GoogleAccount { + if x, ok := m.GetAuthentication().(*ScanConfig_Authentication_GoogleAccount_); ok { + return x.GoogleAccount + } + return nil +} + +func (m *ScanConfig_Authentication) GetCustomAccount() *ScanConfig_Authentication_CustomAccount { + if x, ok := m.GetAuthentication().(*ScanConfig_Authentication_CustomAccount_); ok { + return x.CustomAccount + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*ScanConfig_Authentication) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _ScanConfig_Authentication_OneofMarshaler, _ScanConfig_Authentication_OneofUnmarshaler, _ScanConfig_Authentication_OneofSizer, []interface{}{ + (*ScanConfig_Authentication_GoogleAccount_)(nil), + (*ScanConfig_Authentication_CustomAccount_)(nil), + } +} + +func _ScanConfig_Authentication_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*ScanConfig_Authentication) + // authentication + switch x := m.Authentication.(type) { + case *ScanConfig_Authentication_GoogleAccount_: + b.EncodeVarint(1<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.GoogleAccount); err != nil { + return err + } + case *ScanConfig_Authentication_CustomAccount_: + b.EncodeVarint(2<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.CustomAccount); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("ScanConfig_Authentication.Authentication has unexpected type %T", x) + } + return nil +} + +func _ScanConfig_Authentication_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*ScanConfig_Authentication) + switch tag { + case 1: // authentication.google_account + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ScanConfig_Authentication_GoogleAccount) + err := b.DecodeMessage(msg) + m.Authentication = &ScanConfig_Authentication_GoogleAccount_{msg} + return true, err + case 2: // authentication.custom_account + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ScanConfig_Authentication_CustomAccount) + err := b.DecodeMessage(msg) + m.Authentication = &ScanConfig_Authentication_CustomAccount_{msg} + return true, err + default: + return false, nil + } +} + +func _ScanConfig_Authentication_OneofSizer(msg proto.Message) (n int) { + m := msg.(*ScanConfig_Authentication) + // authentication + switch x := m.Authentication.(type) { + case *ScanConfig_Authentication_GoogleAccount_: + s := proto.Size(x.GoogleAccount) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *ScanConfig_Authentication_CustomAccount_: + s := proto.Size(x.CustomAccount) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + +// Describes authentication configuration that uses a Google account. +type ScanConfig_Authentication_GoogleAccount struct { + // Required. + // The user name of the Google account. + Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` + // Input only. + // Required. + // The password of the Google account. The credential is stored encrypted + // and not returned in any response nor included in audit logs. + Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ScanConfig_Authentication_GoogleAccount) Reset() { + *m = ScanConfig_Authentication_GoogleAccount{} +} +func (m *ScanConfig_Authentication_GoogleAccount) String() string { return proto.CompactTextString(m) } +func (*ScanConfig_Authentication_GoogleAccount) ProtoMessage() {} +func (*ScanConfig_Authentication_GoogleAccount) Descriptor() ([]byte, []int) { + return fileDescriptor_scan_config_cb3798ae69a3d538, []int{0, 0, 0} +} +func (m *ScanConfig_Authentication_GoogleAccount) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ScanConfig_Authentication_GoogleAccount.Unmarshal(m, b) +} +func (m *ScanConfig_Authentication_GoogleAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ScanConfig_Authentication_GoogleAccount.Marshal(b, m, deterministic) +} +func (dst *ScanConfig_Authentication_GoogleAccount) XXX_Merge(src proto.Message) { + xxx_messageInfo_ScanConfig_Authentication_GoogleAccount.Merge(dst, src) +} +func (m *ScanConfig_Authentication_GoogleAccount) XXX_Size() int { + return xxx_messageInfo_ScanConfig_Authentication_GoogleAccount.Size(m) +} +func (m *ScanConfig_Authentication_GoogleAccount) XXX_DiscardUnknown() { + xxx_messageInfo_ScanConfig_Authentication_GoogleAccount.DiscardUnknown(m) +} + +var xxx_messageInfo_ScanConfig_Authentication_GoogleAccount proto.InternalMessageInfo + +func (m *ScanConfig_Authentication_GoogleAccount) GetUsername() string { + if m != nil { + return m.Username + } + return "" +} + +func (m *ScanConfig_Authentication_GoogleAccount) GetPassword() string { + if m != nil { + return m.Password + } + return "" +} + +// Describes authentication configuration that uses a custom account. +type ScanConfig_Authentication_CustomAccount struct { + // Required. + // The user name of the custom account. + Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` + // Input only. + // Required. + // The password of the custom account. The credential is stored encrypted + // and not returned in any response nor included in audit logs. + Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` + // Required. + // The login form URL of the website. + LoginUrl string `protobuf:"bytes,3,opt,name=login_url,json=loginUrl,proto3" json:"login_url,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ScanConfig_Authentication_CustomAccount) Reset() { + *m = ScanConfig_Authentication_CustomAccount{} +} +func (m *ScanConfig_Authentication_CustomAccount) String() string { return proto.CompactTextString(m) } +func (*ScanConfig_Authentication_CustomAccount) ProtoMessage() {} +func (*ScanConfig_Authentication_CustomAccount) Descriptor() ([]byte, []int) { + return fileDescriptor_scan_config_cb3798ae69a3d538, []int{0, 0, 1} +} +func (m *ScanConfig_Authentication_CustomAccount) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ScanConfig_Authentication_CustomAccount.Unmarshal(m, b) +} +func (m *ScanConfig_Authentication_CustomAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ScanConfig_Authentication_CustomAccount.Marshal(b, m, deterministic) +} +func (dst *ScanConfig_Authentication_CustomAccount) XXX_Merge(src proto.Message) { + xxx_messageInfo_ScanConfig_Authentication_CustomAccount.Merge(dst, src) +} +func (m *ScanConfig_Authentication_CustomAccount) XXX_Size() int { + return xxx_messageInfo_ScanConfig_Authentication_CustomAccount.Size(m) +} +func (m *ScanConfig_Authentication_CustomAccount) XXX_DiscardUnknown() { + xxx_messageInfo_ScanConfig_Authentication_CustomAccount.DiscardUnknown(m) +} + +var xxx_messageInfo_ScanConfig_Authentication_CustomAccount proto.InternalMessageInfo + +func (m *ScanConfig_Authentication_CustomAccount) GetUsername() string { + if m != nil { + return m.Username + } + return "" +} + +func (m *ScanConfig_Authentication_CustomAccount) GetPassword() string { + if m != nil { + return m.Password + } + return "" +} + +func (m *ScanConfig_Authentication_CustomAccount) GetLoginUrl() string { + if m != nil { + return m.LoginUrl + } + return "" +} + +// Scan schedule configuration. +type ScanConfig_Schedule struct { + // A timestamp indicates when the next run will be scheduled. The value is + // refreshed by the server after each run. If unspecified, it will default + // to current server time, which means the scan will be scheduled to start + // immediately. + ScheduleTime *timestamp.Timestamp `protobuf:"bytes,1,opt,name=schedule_time,json=scheduleTime,proto3" json:"schedule_time,omitempty"` + // Required. + // The duration of time between executions in days. + IntervalDurationDays int32 `protobuf:"varint,2,opt,name=interval_duration_days,json=intervalDurationDays,proto3" json:"interval_duration_days,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ScanConfig_Schedule) Reset() { *m = ScanConfig_Schedule{} } +func (m *ScanConfig_Schedule) String() string { return proto.CompactTextString(m) } +func (*ScanConfig_Schedule) ProtoMessage() {} +func (*ScanConfig_Schedule) Descriptor() ([]byte, []int) { + return fileDescriptor_scan_config_cb3798ae69a3d538, []int{0, 1} +} +func (m *ScanConfig_Schedule) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ScanConfig_Schedule.Unmarshal(m, b) +} +func (m *ScanConfig_Schedule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ScanConfig_Schedule.Marshal(b, m, deterministic) +} +func (dst *ScanConfig_Schedule) XXX_Merge(src proto.Message) { + xxx_messageInfo_ScanConfig_Schedule.Merge(dst, src) +} +func (m *ScanConfig_Schedule) XXX_Size() int { + return xxx_messageInfo_ScanConfig_Schedule.Size(m) +} +func (m *ScanConfig_Schedule) XXX_DiscardUnknown() { + xxx_messageInfo_ScanConfig_Schedule.DiscardUnknown(m) +} + +var xxx_messageInfo_ScanConfig_Schedule proto.InternalMessageInfo + +func (m *ScanConfig_Schedule) GetScheduleTime() *timestamp.Timestamp { + if m != nil { + return m.ScheduleTime + } + return nil +} + +func (m *ScanConfig_Schedule) GetIntervalDurationDays() int32 { + if m != nil { + return m.IntervalDurationDays + } + return 0 +} + +func init() { + proto.RegisterType((*ScanConfig)(nil), "google.cloud.websecurityscanner.v1beta.ScanConfig") + proto.RegisterType((*ScanConfig_Authentication)(nil), "google.cloud.websecurityscanner.v1beta.ScanConfig.Authentication") + proto.RegisterType((*ScanConfig_Authentication_GoogleAccount)(nil), "google.cloud.websecurityscanner.v1beta.ScanConfig.Authentication.GoogleAccount") + proto.RegisterType((*ScanConfig_Authentication_CustomAccount)(nil), "google.cloud.websecurityscanner.v1beta.ScanConfig.Authentication.CustomAccount") + proto.RegisterType((*ScanConfig_Schedule)(nil), "google.cloud.websecurityscanner.v1beta.ScanConfig.Schedule") + proto.RegisterEnum("google.cloud.websecurityscanner.v1beta.ScanConfig_UserAgent", ScanConfig_UserAgent_name, ScanConfig_UserAgent_value) + proto.RegisterEnum("google.cloud.websecurityscanner.v1beta.ScanConfig_TargetPlatform", ScanConfig_TargetPlatform_name, ScanConfig_TargetPlatform_value) + proto.RegisterEnum("google.cloud.websecurityscanner.v1beta.ScanConfig_RiskLevel", ScanConfig_RiskLevel_name, ScanConfig_RiskLevel_value) + proto.RegisterEnum("google.cloud.websecurityscanner.v1beta.ScanConfig_ExportToSecurityCommandCenter", ScanConfig_ExportToSecurityCommandCenter_name, ScanConfig_ExportToSecurityCommandCenter_value) +} + +func init() { + proto.RegisterFile("google/cloud/websecurityscanner/v1beta/scan_config.proto", fileDescriptor_scan_config_cb3798ae69a3d538) +} + +var fileDescriptor_scan_config_cb3798ae69a3d538 = []byte{ + // 943 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x95, 0x6d, 0x6f, 0xdb, 0x36, + 0x10, 0xc7, 0x2b, 0xbb, 0x4d, 0xec, 0xf3, 0x43, 0x55, 0x62, 0xe8, 0x04, 0x77, 0x45, 0xdd, 0x0c, + 0x18, 0x8c, 0x01, 0xb5, 0xd1, 0x6c, 0x03, 0x06, 0xb4, 0xc0, 0xa0, 0xd8, 0x4a, 0x62, 0xcc, 0x96, + 0x34, 0x5a, 0x5e, 0xb3, 0xed, 0x05, 0xc7, 0xc8, 0x8c, 0x2a, 0x44, 0x4f, 0x13, 0xa9, 0x34, 0x79, + 0xb9, 0x8f, 0xb1, 0x7d, 0x8e, 0x7d, 0x85, 0x7d, 0xaf, 0x41, 0x94, 0xe4, 0xc6, 0x2e, 0xd0, 0xb5, + 0xde, 0xde, 0xf1, 0xee, 0x78, 0xbf, 0xff, 0x91, 0xe2, 0x9d, 0xe0, 0x5b, 0x2f, 0x8e, 0xbd, 0x80, + 0x8d, 0xdc, 0x20, 0xce, 0x56, 0xa3, 0x37, 0xec, 0x9c, 0x33, 0x37, 0x4b, 0x7d, 0x71, 0xc3, 0x5d, + 0x1a, 0x45, 0x2c, 0x1d, 0x5d, 0x3d, 0x3f, 0x67, 0x82, 0x8e, 0x72, 0x93, 0xb8, 0x71, 0x74, 0xe1, + 0x7b, 0xc3, 0x24, 0x8d, 0x45, 0x8c, 0xbe, 0x28, 0x32, 0x87, 0x32, 0x73, 0xf8, 0x6e, 0xe6, 0xb0, + 0xc8, 0xec, 0x7d, 0x56, 0x2a, 0xd0, 0xc4, 0x1f, 0xd1, 0x28, 0x8a, 0x05, 0x15, 0x7e, 0x1c, 0xf1, + 0x82, 0xd2, 0xfb, 0xe6, 0x63, 0xf4, 0xd3, 0x2c, 0x2a, 0xd3, 0x9e, 0x94, 0x69, 0xd2, 0x3a, 0xcf, + 0x2e, 0x46, 0xc2, 0x0f, 0x19, 0x17, 0x34, 0x4c, 0x8a, 0x0d, 0x07, 0x7f, 0x75, 0x01, 0x16, 0x2e, + 0x8d, 0xc6, 0xb2, 0x64, 0x84, 0xe0, 0x6e, 0x44, 0x43, 0xa6, 0x29, 0x7d, 0x65, 0xd0, 0xc4, 0x72, + 0x8d, 0x9e, 0x42, 0x7b, 0xe5, 0xf3, 0x24, 0xa0, 0x37, 0x44, 0xc6, 0x6a, 0x32, 0xd6, 0x2a, 0x7d, + 0x66, 0xbe, 0xe5, 0x53, 0xd8, 0x0f, 0xe9, 0x35, 0xf9, 0x2d, 0xe1, 0x5a, 0xbd, 0xaf, 0x0c, 0xee, + 0xe1, 0xbd, 0x90, 0x5e, 0xff, 0x90, 0x70, 0xf4, 0x39, 0x74, 0xb8, 0xa0, 0xa9, 0xf0, 0x23, 0x8f, + 0x64, 0x69, 0xc0, 0xb5, 0xbb, 0xfd, 0xfa, 0xa0, 0x89, 0xdb, 0x95, 0x73, 0x99, 0x06, 0x1c, 0xf9, + 0xd0, 0xa5, 0x99, 0x78, 0xcd, 0x22, 0xe1, 0xbb, 0xf2, 0xd0, 0xda, 0xbd, 0xbe, 0x32, 0x68, 0x1d, + 0xea, 0xc3, 0x0f, 0xbb, 0xba, 0xe1, 0xdb, 0x03, 0x0c, 0xf5, 0x0d, 0x10, 0xde, 0x02, 0xa3, 0x5f, + 0x00, 0x32, 0xce, 0x52, 0x42, 0x3d, 0x16, 0x09, 0x6d, 0xaf, 0xaf, 0x0c, 0xba, 0x87, 0x2f, 0x77, + 0x90, 0x59, 0x72, 0x96, 0xea, 0x39, 0x03, 0x37, 0xb3, 0x6a, 0x89, 0x9e, 0x01, 0x3a, 0x0f, 0xa8, + 0x7b, 0x19, 0xf8, 0x5c, 0x90, 0x84, 0x0a, 0xc1, 0xd2, 0x88, 0x6b, 0xfb, 0xf2, 0xc4, 0x0f, 0xd6, + 0x11, 0xbb, 0x0c, 0xa0, 0x57, 0xd0, 0xe0, 0xee, 0x6b, 0xb6, 0xca, 0x02, 0xa6, 0x35, 0xe4, 0x81, + 0x5f, 0xec, 0x50, 0xc9, 0xa2, 0x44, 0xe0, 0x35, 0x0c, 0x05, 0xa0, 0x0a, 0x9a, 0x7a, 0x4c, 0x90, + 0x24, 0xa0, 0xe2, 0x22, 0x4e, 0x43, 0xae, 0x35, 0xfb, 0xf5, 0x41, 0x77, 0xa7, 0x1b, 0x75, 0x24, + 0xca, 0x2e, 0x49, 0xf8, 0xbe, 0xd8, 0xb0, 0x39, 0xfa, 0x53, 0x81, 0xa7, 0xec, 0x3a, 0x89, 0x53, + 0x41, 0x44, 0x4c, 0x2a, 0x1e, 0x71, 0xe3, 0x30, 0xa4, 0xd1, 0x8a, 0xb8, 0x2c, 0x12, 0x2c, 0xd5, + 0x40, 0x5e, 0xb5, 0xbd, 0x83, 0xbe, 0x21, 0xd9, 0x4e, 0xbc, 0x28, 0x77, 0x8e, 0x0b, 0xf0, 0x58, + 0x72, 0xf1, 0x63, 0xf6, 0xbe, 0x30, 0x32, 0x01, 0x02, 0x2a, 0x18, 0x17, 0x79, 0x4f, 0x68, 0x2d, + 0x79, 0xcb, 0xa3, 0x8f, 0x29, 0x02, 0x67, 0x11, 0x6e, 0x16, 0x08, 0x9c, 0xc9, 0xf7, 0x93, 0xfa, + 0xfc, 0x92, 0x04, 0xec, 0x8a, 0x05, 0x5a, 0x7b, 0xe7, 0xf7, 0x83, 0x7d, 0x7e, 0x39, 0xcb, 0x19, + 0xb8, 0x99, 0x56, 0xcb, 0xde, 0xdf, 0x75, 0xe8, 0x6e, 0xbe, 0x5f, 0x74, 0x0d, 0xdd, 0x02, 0x4e, + 0xa8, 0xeb, 0xc6, 0x59, 0x24, 0x64, 0x67, 0xb6, 0x0e, 0xad, 0xff, 0xdc, 0x1a, 0xc3, 0x13, 0x09, + 0xd0, 0x0b, 0xec, 0xe9, 0x1d, 0xdc, 0xf1, 0x6e, 0x3b, 0x72, 0x65, 0x37, 0xe3, 0x22, 0x0e, 0xd7, + 0xca, 0xb5, 0xff, 0x4b, 0x79, 0x2c, 0xb9, 0xb7, 0x94, 0xdd, 0xdb, 0x8e, 0xde, 0x09, 0x74, 0x36, + 0x6a, 0x43, 0x3d, 0x68, 0xe4, 0x4d, 0x76, 0x6b, 0x30, 0xad, 0xed, 0x3c, 0x96, 0x50, 0xce, 0xdf, + 0xc4, 0xe9, 0xaa, 0x1c, 0x4c, 0x6b, 0xbb, 0xb7, 0x82, 0xce, 0x86, 0xd4, 0xae, 0x20, 0xf4, 0x08, + 0x9a, 0x41, 0xec, 0xf9, 0x51, 0x3e, 0xc2, 0xe4, 0x80, 0x6b, 0xe2, 0x86, 0x74, 0x2c, 0xd3, 0xe0, + 0x48, 0xdd, 0x9e, 0x5e, 0xbd, 0xdf, 0x15, 0x68, 0x54, 0x6d, 0x89, 0xbe, 0x83, 0x4e, 0xd5, 0x98, + 0x24, 0x1f, 0xbe, 0xe5, 0x07, 0xec, 0x55, 0xd7, 0x58, 0x4d, 0xe6, 0xa1, 0x53, 0x4d, 0x66, 0xdc, + 0xae, 0x12, 0x72, 0x17, 0xfa, 0x1a, 0x1e, 0xfa, 0xf9, 0x5b, 0xbe, 0xa2, 0x01, 0x59, 0x65, 0xa9, + 0x94, 0x20, 0x2b, 0x7a, 0xc3, 0x65, 0x99, 0xf7, 0xf0, 0x27, 0x55, 0x74, 0x52, 0x06, 0x27, 0xf4, + 0x86, 0x1f, 0xfc, 0x0a, 0xcd, 0xf5, 0x8c, 0x42, 0x3d, 0x78, 0xb8, 0x5c, 0x18, 0x98, 0xe8, 0x27, + 0x86, 0xe9, 0x90, 0xa5, 0xb9, 0xb0, 0x8d, 0xf1, 0xf4, 0x78, 0x6a, 0x4c, 0xd4, 0x3b, 0x48, 0x85, + 0xf6, 0xf8, 0x14, 0x5b, 0x73, 0x83, 0xcc, 0xa6, 0xe6, 0xf2, 0x4c, 0x55, 0x10, 0x82, 0x6e, 0xe9, + 0xd1, 0xcd, 0x09, 0xb6, 0xa6, 0x13, 0xb5, 0x86, 0x1e, 0x40, 0x67, 0xa1, 0x1f, 0xeb, 0x78, 0x4a, + 0xa6, 0xf6, 0xa9, 0x65, 0x1a, 0x6a, 0xfd, 0xc0, 0x84, 0xee, 0xe6, 0x68, 0x40, 0x4f, 0xe0, 0x91, + 0xa3, 0xe3, 0x13, 0xc3, 0x21, 0xf6, 0x4c, 0x77, 0x8e, 0x2d, 0x3c, 0xdf, 0xd2, 0xea, 0x02, 0xe8, + 0xb6, 0x4d, 0x0c, 0xf3, 0x64, 0x6a, 0x1a, 0xaa, 0x82, 0x5a, 0xb0, 0x3f, 0xb6, 0xe6, 0xf6, 0xd2, + 0x31, 0xd4, 0xda, 0xc1, 0x4b, 0x68, 0xae, 0xbb, 0x22, 0xaf, 0x18, 0x4f, 0x17, 0xdf, 0x93, 0x99, + 0xf1, 0xa3, 0x31, 0xdb, 0xa2, 0x00, 0xec, 0x99, 0x16, 0x9e, 0xeb, 0x33, 0x55, 0x41, 0xfb, 0x50, + 0x9f, 0x59, 0xaf, 0xd4, 0xda, 0x41, 0x08, 0x8f, 0xdf, 0x3b, 0x28, 0xd0, 0x73, 0x78, 0x66, 0x9c, + 0xd9, 0x16, 0x76, 0x88, 0x63, 0x91, 0x85, 0x31, 0x5e, 0xe2, 0xa9, 0xf3, 0x13, 0x19, 0x5b, 0xf3, + 0xb9, 0x6e, 0x4e, 0xc8, 0xd8, 0x30, 0x1d, 0x03, 0x6f, 0x09, 0xb5, 0x60, 0xdf, 0x30, 0xf5, 0xa3, + 0x99, 0x31, 0x51, 0x15, 0xd4, 0x86, 0xc6, 0x64, 0xba, 0x28, 0xac, 0xda, 0xd1, 0x1f, 0x0a, 0x7c, + 0xe9, 0xc6, 0xe1, 0x07, 0xf6, 0xc2, 0xd1, 0xfd, 0xb7, 0xcd, 0x60, 0xe7, 0xdf, 0xdb, 0x56, 0x7e, + 0x3e, 0x2b, 0x53, 0xbd, 0x38, 0xa0, 0x91, 0x37, 0x8c, 0x53, 0x6f, 0xe4, 0xb1, 0x48, 0xbe, 0x86, + 0x51, 0x11, 0xa2, 0x89, 0xcf, 0xff, 0xed, 0x7f, 0xff, 0xe2, 0xdd, 0xc8, 0xf9, 0x9e, 0x84, 0x7c, + 0xf5, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x05, 0x47, 0x5c, 0x1f, 0xb3, 0x08, 0x00, 0x00, +} diff --git a/googleapis/cloud/websecurityscanner/v1beta/scan_config_error.pb.go b/googleapis/cloud/websecurityscanner/v1beta/scan_config_error.pb.go new file mode 100644 index 0000000000..ef30617adb --- /dev/null +++ b/googleapis/cloud/websecurityscanner/v1beta/scan_config_error.pb.go @@ -0,0 +1,344 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/websecurityscanner/v1beta/scan_config_error.proto + +package websecurityscanner // import "google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1beta" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" + +// 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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Output only. +// Defines an error reason code. +// Next id: 43 +type ScanConfigError_Code int32 + +const ( + // There is no error. + ScanConfigError_CODE_UNSPECIFIED ScanConfigError_Code = 0 + // There is no error. + ScanConfigError_OK ScanConfigError_Code = 0 + // Indicates an internal server error. + // Please DO NOT USE THIS ERROR CODE unless the root cause is truly unknown. + ScanConfigError_INTERNAL_ERROR ScanConfigError_Code = 1 + // One of the seed URLs is an App Engine URL but we cannot validate the scan + // settings due to an App Engine API backend error. + ScanConfigError_APPENGINE_API_BACKEND_ERROR ScanConfigError_Code = 2 + // One of the seed URLs is an App Engine URL but we cannot access the + // App Engine API to validate scan settings. + ScanConfigError_APPENGINE_API_NOT_ACCESSIBLE ScanConfigError_Code = 3 + // One of the seed URLs is an App Engine URL but the Default Host of the + // App Engine is not set. + ScanConfigError_APPENGINE_DEFAULT_HOST_MISSING ScanConfigError_Code = 4 + // Google corporate accounts can not be used for scanning. + ScanConfigError_CANNOT_USE_GOOGLE_COM_ACCOUNT ScanConfigError_Code = 6 + // The account of the scan creator can not be used for scanning. + ScanConfigError_CANNOT_USE_OWNER_ACCOUNT ScanConfigError_Code = 7 + // This scan targets Compute Engine, but we cannot validate scan settings + // due to a Compute Engine API backend error. + ScanConfigError_COMPUTE_API_BACKEND_ERROR ScanConfigError_Code = 8 + // This scan targets Compute Engine, but we cannot access the Compute Engine + // API to validate the scan settings. + ScanConfigError_COMPUTE_API_NOT_ACCESSIBLE ScanConfigError_Code = 9 + // The Custom Login URL does not belong to the current project. + ScanConfigError_CUSTOM_LOGIN_URL_DOES_NOT_BELONG_TO_CURRENT_PROJECT ScanConfigError_Code = 10 + // The Custom Login URL is malformed (can not be parsed). + ScanConfigError_CUSTOM_LOGIN_URL_MALFORMED ScanConfigError_Code = 11 + // The Custom Login URL is mapped to a non-routable IP address in DNS. + ScanConfigError_CUSTOM_LOGIN_URL_MAPPED_TO_NON_ROUTABLE_ADDRESS ScanConfigError_Code = 12 + // The Custom Login URL is mapped to an IP address which is not reserved for + // the current project. + ScanConfigError_CUSTOM_LOGIN_URL_MAPPED_TO_UNRESERVED_ADDRESS ScanConfigError_Code = 13 + // The Custom Login URL has a non-routable IP address. + ScanConfigError_CUSTOM_LOGIN_URL_HAS_NON_ROUTABLE_IP_ADDRESS ScanConfigError_Code = 14 + // The Custom Login URL has an IP address which is not reserved for the + // current project. + ScanConfigError_CUSTOM_LOGIN_URL_HAS_UNRESERVED_IP_ADDRESS ScanConfigError_Code = 15 + // Another scan with the same name (case-sensitive) already exists. + ScanConfigError_DUPLICATE_SCAN_NAME ScanConfigError_Code = 16 + // A field is set to an invalid value. + ScanConfigError_INVALID_FIELD_VALUE ScanConfigError_Code = 18 + // There was an error trying to authenticate to the scan target. + ScanConfigError_FAILED_TO_AUTHENTICATE_TO_TARGET ScanConfigError_Code = 19 + // Finding type value is not specified in the list findings request. + ScanConfigError_FINDING_TYPE_UNSPECIFIED ScanConfigError_Code = 20 + // Scan targets Compute Engine, yet current project was not whitelisted for + // Google Compute Engine Scanning Alpha access. + ScanConfigError_FORBIDDEN_TO_SCAN_COMPUTE ScanConfigError_Code = 21 + // The supplied filter is malformed. For example, it can not be parsed, does + // not have a filter type in expression, or the same filter type appears + // more than once. + ScanConfigError_MALFORMED_FILTER ScanConfigError_Code = 22 + // The supplied resource name is malformed (can not be parsed). + ScanConfigError_MALFORMED_RESOURCE_NAME ScanConfigError_Code = 23 + // The current project is not in an active state. + ScanConfigError_PROJECT_INACTIVE ScanConfigError_Code = 24 + // A required field is not set. + ScanConfigError_REQUIRED_FIELD ScanConfigError_Code = 25 + // Project id, scanconfig id, scanrun id, or finding id are not consistent + // with each other in resource name. + ScanConfigError_RESOURCE_NAME_INCONSISTENT ScanConfigError_Code = 26 + // The scan being requested to start is already running. + ScanConfigError_SCAN_ALREADY_RUNNING ScanConfigError_Code = 27 + // The scan that was requested to be stopped is not running. + ScanConfigError_SCAN_NOT_RUNNING ScanConfigError_Code = 28 + // One of the seed URLs does not belong to the current project. + ScanConfigError_SEED_URL_DOES_NOT_BELONG_TO_CURRENT_PROJECT ScanConfigError_Code = 29 + // One of the seed URLs is malformed (can not be parsed). + ScanConfigError_SEED_URL_MALFORMED ScanConfigError_Code = 30 + // One of the seed URLs is mapped to a non-routable IP address in DNS. + ScanConfigError_SEED_URL_MAPPED_TO_NON_ROUTABLE_ADDRESS ScanConfigError_Code = 31 + // One of the seed URLs is mapped to an IP address which is not reserved + // for the current project. + ScanConfigError_SEED_URL_MAPPED_TO_UNRESERVED_ADDRESS ScanConfigError_Code = 32 + // One of the seed URLs has on-routable IP address. + ScanConfigError_SEED_URL_HAS_NON_ROUTABLE_IP_ADDRESS ScanConfigError_Code = 33 + // One of the seed URLs has an IP address that is not reserved + // for the current project. + ScanConfigError_SEED_URL_HAS_UNRESERVED_IP_ADDRESS ScanConfigError_Code = 35 + // The Cloud Security Scanner service account is not configured under the + // project. + ScanConfigError_SERVICE_ACCOUNT_NOT_CONFIGURED ScanConfigError_Code = 36 + // A project has reached the maximum number of scans. + ScanConfigError_TOO_MANY_SCANS ScanConfigError_Code = 37 + // Resolving the details of the current project fails. + ScanConfigError_UNABLE_TO_RESOLVE_PROJECT_INFO ScanConfigError_Code = 38 + // One or more blacklist patterns were in the wrong format. + ScanConfigError_UNSUPPORTED_BLACKLIST_PATTERN_FORMAT ScanConfigError_Code = 39 + // The supplied filter is not supported. + ScanConfigError_UNSUPPORTED_FILTER ScanConfigError_Code = 40 + // The supplied finding type is not supported. For example, we do not + // provide findings of the given finding type. + ScanConfigError_UNSUPPORTED_FINDING_TYPE ScanConfigError_Code = 41 + // The URL scheme of one or more of the supplied URLs is not supported. + ScanConfigError_UNSUPPORTED_URL_SCHEME ScanConfigError_Code = 42 +) + +var ScanConfigError_Code_name = map[int32]string{ + 0: "CODE_UNSPECIFIED", + // Duplicate value: 0: "OK", + 1: "INTERNAL_ERROR", + 2: "APPENGINE_API_BACKEND_ERROR", + 3: "APPENGINE_API_NOT_ACCESSIBLE", + 4: "APPENGINE_DEFAULT_HOST_MISSING", + 6: "CANNOT_USE_GOOGLE_COM_ACCOUNT", + 7: "CANNOT_USE_OWNER_ACCOUNT", + 8: "COMPUTE_API_BACKEND_ERROR", + 9: "COMPUTE_API_NOT_ACCESSIBLE", + 10: "CUSTOM_LOGIN_URL_DOES_NOT_BELONG_TO_CURRENT_PROJECT", + 11: "CUSTOM_LOGIN_URL_MALFORMED", + 12: "CUSTOM_LOGIN_URL_MAPPED_TO_NON_ROUTABLE_ADDRESS", + 13: "CUSTOM_LOGIN_URL_MAPPED_TO_UNRESERVED_ADDRESS", + 14: "CUSTOM_LOGIN_URL_HAS_NON_ROUTABLE_IP_ADDRESS", + 15: "CUSTOM_LOGIN_URL_HAS_UNRESERVED_IP_ADDRESS", + 16: "DUPLICATE_SCAN_NAME", + 18: "INVALID_FIELD_VALUE", + 19: "FAILED_TO_AUTHENTICATE_TO_TARGET", + 20: "FINDING_TYPE_UNSPECIFIED", + 21: "FORBIDDEN_TO_SCAN_COMPUTE", + 22: "MALFORMED_FILTER", + 23: "MALFORMED_RESOURCE_NAME", + 24: "PROJECT_INACTIVE", + 25: "REQUIRED_FIELD", + 26: "RESOURCE_NAME_INCONSISTENT", + 27: "SCAN_ALREADY_RUNNING", + 28: "SCAN_NOT_RUNNING", + 29: "SEED_URL_DOES_NOT_BELONG_TO_CURRENT_PROJECT", + 30: "SEED_URL_MALFORMED", + 31: "SEED_URL_MAPPED_TO_NON_ROUTABLE_ADDRESS", + 32: "SEED_URL_MAPPED_TO_UNRESERVED_ADDRESS", + 33: "SEED_URL_HAS_NON_ROUTABLE_IP_ADDRESS", + 35: "SEED_URL_HAS_UNRESERVED_IP_ADDRESS", + 36: "SERVICE_ACCOUNT_NOT_CONFIGURED", + 37: "TOO_MANY_SCANS", + 38: "UNABLE_TO_RESOLVE_PROJECT_INFO", + 39: "UNSUPPORTED_BLACKLIST_PATTERN_FORMAT", + 40: "UNSUPPORTED_FILTER", + 41: "UNSUPPORTED_FINDING_TYPE", + 42: "UNSUPPORTED_URL_SCHEME", +} +var ScanConfigError_Code_value = map[string]int32{ + "CODE_UNSPECIFIED": 0, + "OK": 0, + "INTERNAL_ERROR": 1, + "APPENGINE_API_BACKEND_ERROR": 2, + "APPENGINE_API_NOT_ACCESSIBLE": 3, + "APPENGINE_DEFAULT_HOST_MISSING": 4, + "CANNOT_USE_GOOGLE_COM_ACCOUNT": 6, + "CANNOT_USE_OWNER_ACCOUNT": 7, + "COMPUTE_API_BACKEND_ERROR": 8, + "COMPUTE_API_NOT_ACCESSIBLE": 9, + "CUSTOM_LOGIN_URL_DOES_NOT_BELONG_TO_CURRENT_PROJECT": 10, + "CUSTOM_LOGIN_URL_MALFORMED": 11, + "CUSTOM_LOGIN_URL_MAPPED_TO_NON_ROUTABLE_ADDRESS": 12, + "CUSTOM_LOGIN_URL_MAPPED_TO_UNRESERVED_ADDRESS": 13, + "CUSTOM_LOGIN_URL_HAS_NON_ROUTABLE_IP_ADDRESS": 14, + "CUSTOM_LOGIN_URL_HAS_UNRESERVED_IP_ADDRESS": 15, + "DUPLICATE_SCAN_NAME": 16, + "INVALID_FIELD_VALUE": 18, + "FAILED_TO_AUTHENTICATE_TO_TARGET": 19, + "FINDING_TYPE_UNSPECIFIED": 20, + "FORBIDDEN_TO_SCAN_COMPUTE": 21, + "MALFORMED_FILTER": 22, + "MALFORMED_RESOURCE_NAME": 23, + "PROJECT_INACTIVE": 24, + "REQUIRED_FIELD": 25, + "RESOURCE_NAME_INCONSISTENT": 26, + "SCAN_ALREADY_RUNNING": 27, + "SCAN_NOT_RUNNING": 28, + "SEED_URL_DOES_NOT_BELONG_TO_CURRENT_PROJECT": 29, + "SEED_URL_MALFORMED": 30, + "SEED_URL_MAPPED_TO_NON_ROUTABLE_ADDRESS": 31, + "SEED_URL_MAPPED_TO_UNRESERVED_ADDRESS": 32, + "SEED_URL_HAS_NON_ROUTABLE_IP_ADDRESS": 33, + "SEED_URL_HAS_UNRESERVED_IP_ADDRESS": 35, + "SERVICE_ACCOUNT_NOT_CONFIGURED": 36, + "TOO_MANY_SCANS": 37, + "UNABLE_TO_RESOLVE_PROJECT_INFO": 38, + "UNSUPPORTED_BLACKLIST_PATTERN_FORMAT": 39, + "UNSUPPORTED_FILTER": 40, + "UNSUPPORTED_FINDING_TYPE": 41, + "UNSUPPORTED_URL_SCHEME": 42, +} + +func (x ScanConfigError_Code) String() string { + return proto.EnumName(ScanConfigError_Code_name, int32(x)) +} +func (ScanConfigError_Code) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_scan_config_error_4b32cc55957c457c, []int{0, 0} +} + +// Defines a custom error message used by CreateScanConfig and UpdateScanConfig +// APIs when scan configuration validation fails. It is also reported as part of +// a ScanRunErrorTrace message if scan validation fails due to a scan +// configuration error. +type ScanConfigError struct { + // Output only. + // Indicates the reason code for a configuration failure. + Code ScanConfigError_Code `protobuf:"varint,1,opt,name=code,proto3,enum=google.cloud.websecurityscanner.v1beta.ScanConfigError_Code" json:"code,omitempty"` + // Output only. + // Indicates the full name of the ScanConfig field that triggers this error, + // for example "scan_config.max_qps". This field is provided for + // troubleshooting purposes only and its actual value can change in the + // future. + FieldName string `protobuf:"bytes,2,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ScanConfigError) Reset() { *m = ScanConfigError{} } +func (m *ScanConfigError) String() string { return proto.CompactTextString(m) } +func (*ScanConfigError) ProtoMessage() {} +func (*ScanConfigError) Descriptor() ([]byte, []int) { + return fileDescriptor_scan_config_error_4b32cc55957c457c, []int{0} +} +func (m *ScanConfigError) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ScanConfigError.Unmarshal(m, b) +} +func (m *ScanConfigError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ScanConfigError.Marshal(b, m, deterministic) +} +func (dst *ScanConfigError) XXX_Merge(src proto.Message) { + xxx_messageInfo_ScanConfigError.Merge(dst, src) +} +func (m *ScanConfigError) XXX_Size() int { + return xxx_messageInfo_ScanConfigError.Size(m) +} +func (m *ScanConfigError) XXX_DiscardUnknown() { + xxx_messageInfo_ScanConfigError.DiscardUnknown(m) +} + +var xxx_messageInfo_ScanConfigError proto.InternalMessageInfo + +func (m *ScanConfigError) GetCode() ScanConfigError_Code { + if m != nil { + return m.Code + } + return ScanConfigError_CODE_UNSPECIFIED +} + +func (m *ScanConfigError) GetFieldName() string { + if m != nil { + return m.FieldName + } + return "" +} + +func init() { + proto.RegisterType((*ScanConfigError)(nil), "google.cloud.websecurityscanner.v1beta.ScanConfigError") + proto.RegisterEnum("google.cloud.websecurityscanner.v1beta.ScanConfigError_Code", ScanConfigError_Code_name, ScanConfigError_Code_value) +} + +func init() { + proto.RegisterFile("google/cloud/websecurityscanner/v1beta/scan_config_error.proto", fileDescriptor_scan_config_error_4b32cc55957c457c) +} + +var fileDescriptor_scan_config_error_4b32cc55957c457c = []byte{ + // 865 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0x5d, 0x53, 0x1b, 0x37, + 0x14, 0x8d, 0x29, 0x43, 0x8b, 0xd2, 0x12, 0x8d, 0x42, 0xc1, 0xe1, 0x2b, 0x0e, 0x25, 0x84, 0x90, + 0xd6, 0x6e, 0xca, 0x43, 0x1f, 0xda, 0xe9, 0x8c, 0x2c, 0xdd, 0x35, 0x2a, 0x5a, 0x69, 0xab, 0x0f, + 0xb7, 0xf4, 0x45, 0x63, 0xcc, 0xc6, 0xc3, 0x0c, 0x78, 0x33, 0x86, 0xb4, 0xd3, 0x3f, 0xd3, 0x3f, + 0xd5, 0x97, 0xfe, 0x9c, 0x8e, 0xd6, 0xae, 0x3f, 0xc0, 0x43, 0x78, 0xdc, 0x7b, 0xcf, 0x39, 0xf7, + 0xea, 0xde, 0xb3, 0x12, 0xfa, 0xa9, 0x57, 0x14, 0xbd, 0xcb, 0xbc, 0xd1, 0xbd, 0x2c, 0x3e, 0x9c, + 0x37, 0xfe, 0xcc, 0xcf, 0xae, 0xf3, 0xee, 0x87, 0xc1, 0xc5, 0xcd, 0x5f, 0xd7, 0xdd, 0x4e, 0xbf, + 0x9f, 0x0f, 0x1a, 0x7f, 0xbc, 0x3d, 0xcb, 0x6f, 0x3a, 0x8d, 0xf8, 0x19, 0xba, 0x45, 0xff, 0xdd, + 0x45, 0x2f, 0xe4, 0x83, 0x41, 0x31, 0xa8, 0xbf, 0x1f, 0x14, 0x37, 0x05, 0xd9, 0x1f, 0xf2, 0xeb, + 0x25, 0xbf, 0x7e, 0x97, 0x5f, 0x1f, 0xf2, 0x77, 0xff, 0x7d, 0x8c, 0x9e, 0xd8, 0x6e, 0xa7, 0xcf, + 0x4a, 0x09, 0x88, 0x0a, 0x24, 0x43, 0x8b, 0xdd, 0xe2, 0x3c, 0xaf, 0x56, 0x6a, 0x95, 0x83, 0x95, + 0xef, 0x7e, 0xac, 0x3f, 0x4c, 0xaa, 0x7e, 0x4b, 0xa6, 0xce, 0x8a, 0xf3, 0xdc, 0x94, 0x4a, 0x64, + 0x1b, 0xa1, 0x77, 0x17, 0xf9, 0xe5, 0x79, 0xe8, 0x77, 0xae, 0xf2, 0xea, 0x42, 0xad, 0x72, 0xb0, + 0x6c, 0x96, 0xcb, 0x88, 0xea, 0x5c, 0xe5, 0xbb, 0xff, 0x20, 0xb4, 0x18, 0xd1, 0x64, 0x15, 0x61, + 0xa6, 0x39, 0x04, 0xaf, 0x6c, 0x06, 0x4c, 0x24, 0x02, 0x38, 0x7e, 0x44, 0x96, 0xd0, 0x82, 0x3e, + 0xc1, 0x8f, 0x08, 0x41, 0x2b, 0x42, 0x39, 0x30, 0x8a, 0xca, 0x00, 0xc6, 0x68, 0x83, 0x2b, 0xe4, + 0x39, 0xda, 0xa4, 0x59, 0x06, 0xaa, 0x25, 0x14, 0x04, 0x9a, 0x89, 0xd0, 0xa4, 0xec, 0x04, 0x14, + 0x1f, 0x01, 0x16, 0x48, 0x0d, 0x6d, 0xcd, 0x02, 0x94, 0x76, 0x81, 0x32, 0x06, 0xd6, 0x8a, 0xa6, + 0x04, 0xfc, 0x09, 0xd9, 0x45, 0x3b, 0x13, 0x04, 0x87, 0x84, 0x7a, 0xe9, 0xc2, 0xb1, 0xb6, 0x2e, + 0xa4, 0xc2, 0x5a, 0xa1, 0x5a, 0x78, 0x91, 0xbc, 0x40, 0xdb, 0x8c, 0xaa, 0x48, 0xf5, 0x16, 0x42, + 0x4b, 0xeb, 0x96, 0x84, 0xc0, 0x74, 0x1a, 0x95, 0xb4, 0x57, 0x0e, 0x2f, 0x91, 0x2d, 0x54, 0x9d, + 0x82, 0xe8, 0x5f, 0x15, 0x98, 0x71, 0xf6, 0x53, 0xb2, 0x8d, 0x9e, 0x31, 0x9d, 0x66, 0xde, 0xcd, + 0xeb, 0xf2, 0x33, 0xb2, 0x83, 0x36, 0xa6, 0xd3, 0xb7, 0x7a, 0x5c, 0x26, 0xdf, 0xa3, 0x23, 0xe6, + 0xad, 0xd3, 0x69, 0x90, 0xba, 0x25, 0x54, 0xf0, 0x46, 0x06, 0xae, 0xc1, 0x96, 0xc8, 0x26, 0x48, + 0xad, 0x5a, 0xc1, 0xe9, 0xc0, 0xbc, 0x31, 0xa0, 0x5c, 0xc8, 0x8c, 0xfe, 0x19, 0x98, 0xc3, 0xa8, + 0x14, 0xbe, 0x4d, 0x4c, 0xa9, 0x4c, 0xb4, 0x49, 0x81, 0xe3, 0xc7, 0xe4, 0x08, 0x35, 0xe6, 0xe4, + 0xb3, 0x0c, 0x78, 0xd4, 0x53, 0x5a, 0x05, 0xa3, 0xbd, 0xa3, 0x4d, 0x09, 0x81, 0x72, 0x6e, 0xc0, + 0x5a, 0xfc, 0x39, 0x79, 0x8b, 0xbe, 0xb9, 0x87, 0xe4, 0x95, 0x01, 0x0b, 0xa6, 0x0d, 0x7c, 0x4c, + 0xf9, 0x82, 0x7c, 0x8b, 0xbe, 0xbe, 0x43, 0x39, 0xa6, 0x76, 0xb6, 0x82, 0xc8, 0xc6, 0x8c, 0x15, + 0x52, 0x47, 0x87, 0x73, 0x19, 0x53, 0xf2, 0x53, 0xf8, 0x27, 0x64, 0x1d, 0x3d, 0xe5, 0x3e, 0x93, + 0x82, 0x51, 0x07, 0xc1, 0x32, 0xaa, 0x82, 0xa2, 0x29, 0x60, 0x1c, 0x13, 0x42, 0xb5, 0xa9, 0x14, + 0x3c, 0x24, 0x02, 0x24, 0x0f, 0x6d, 0x2a, 0x3d, 0x60, 0x42, 0xf6, 0x50, 0x2d, 0xa1, 0x42, 0x0e, + 0xbb, 0xa6, 0xde, 0x1d, 0x83, 0x72, 0x43, 0xba, 0xd3, 0xc1, 0x51, 0xd3, 0x02, 0x87, 0x9f, 0xc6, + 0xbd, 0x26, 0x42, 0x71, 0x11, 0x27, 0x7c, 0x9a, 0xcd, 0x7a, 0x73, 0x35, 0xee, 0x35, 0xd1, 0xa6, + 0x29, 0x38, 0x07, 0x15, 0x69, 0x65, 0xe1, 0xd1, 0x2a, 0xf1, 0x97, 0xd1, 0xd0, 0xe3, 0x69, 0x87, + 0x44, 0x48, 0x07, 0x06, 0xaf, 0x91, 0x4d, 0xb4, 0x3e, 0x89, 0x1a, 0xb0, 0xda, 0x1b, 0x06, 0xc3, + 0x76, 0xd7, 0x23, 0x65, 0xb4, 0xbe, 0x20, 0x14, 0x65, 0x4e, 0xb4, 0x01, 0x57, 0xa3, 0xf7, 0x0d, + 0xfc, 0xe2, 0x85, 0x81, 0xd1, 0x29, 0xf0, 0xb3, 0xb8, 0xdb, 0x19, 0x72, 0x10, 0x8a, 0x69, 0x65, + 0x85, 0x75, 0xa0, 0x1c, 0xde, 0x20, 0x55, 0xb4, 0x5a, 0xb6, 0x43, 0xa5, 0x01, 0xca, 0x4f, 0x83, + 0xf1, 0x4a, 0x45, 0x3b, 0x6f, 0xc6, 0x1a, 0xc3, 0x09, 0x69, 0x37, 0x8e, 0x6e, 0x91, 0x06, 0x7a, + 0x63, 0x01, 0xf8, 0x43, 0xcd, 0xb5, 0x4d, 0xd6, 0x10, 0x19, 0x13, 0x26, 0xa6, 0xda, 0x21, 0x6f, + 0xd0, 0xab, 0xa9, 0xf8, 0xbd, 0x66, 0x7a, 0x4e, 0x5e, 0xa3, 0x97, 0x73, 0xc0, 0x73, 0x4c, 0x54, + 0x23, 0x07, 0x68, 0x6f, 0x0c, 0xbd, 0xcf, 0x3c, 0x2f, 0xc8, 0x3e, 0xda, 0x9d, 0x41, 0xce, 0x37, + 0xcd, 0x57, 0xf1, 0xdf, 0x8f, 0x61, 0xc1, 0xe0, 0xff, 0x7f, 0xb5, 0x3c, 0x34, 0xd3, 0x2a, 0x11, + 0x2d, 0x6f, 0x80, 0xe3, 0xbd, 0x38, 0x7a, 0xa7, 0x75, 0x48, 0xa9, 0x3a, 0x2d, 0xd7, 0x6b, 0xf1, + 0xcb, 0xc8, 0xf3, 0xaa, 0x2c, 0xeb, 0x74, 0xb9, 0x41, 0xd9, 0x86, 0x30, 0x59, 0x5b, 0xa2, 0xf1, + 0x7e, 0xec, 0xd6, 0x2b, 0xeb, 0xb3, 0x4c, 0x1b, 0x07, 0x3c, 0x34, 0x25, 0x65, 0x27, 0x52, 0x58, + 0x17, 0x32, 0xea, 0xe2, 0x2d, 0x16, 0xe2, 0xbc, 0xa8, 0xc3, 0xaf, 0xe2, 0x1c, 0xa7, 0x91, 0x23, + 0x9f, 0x1c, 0x44, 0xeb, 0xcd, 0xc6, 0x27, 0x36, 0xc4, 0xaf, 0xc9, 0x06, 0x5a, 0x9b, 0xce, 0xc6, + 0xa3, 0x5a, 0x76, 0x0c, 0x29, 0xe0, 0xc3, 0x8d, 0x05, 0x5c, 0x69, 0xfe, 0x5d, 0x41, 0x87, 0xdd, + 0xe2, 0xea, 0x81, 0xd7, 0x77, 0x73, 0xf5, 0xd6, 0xfd, 0x9d, 0xc5, 0x77, 0x24, 0xab, 0xfc, 0xfe, + 0xdb, 0x88, 0xdf, 0x2b, 0x2e, 0x3b, 0xfd, 0x5e, 0xbd, 0x18, 0xf4, 0x1a, 0xbd, 0xbc, 0x5f, 0xbe, + 0x32, 0x8d, 0x61, 0xaa, 0xf3, 0xfe, 0xe2, 0xfa, 0x63, 0x0f, 0xd5, 0x0f, 0x77, 0x33, 0x67, 0x4b, + 0xa5, 0xc8, 0xd1, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x82, 0x51, 0xa7, 0xe9, 0xec, 0x06, 0x00, + 0x00, +} diff --git a/googleapis/cloud/websecurityscanner/v1beta/scan_run.pb.go b/googleapis/cloud/websecurityscanner/v1beta/scan_run.pb.go new file mode 100644 index 0000000000..2cd744369e --- /dev/null +++ b/googleapis/cloud/websecurityscanner/v1beta/scan_run.pb.go @@ -0,0 +1,298 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/websecurityscanner/v1beta/scan_run.proto + +package websecurityscanner // import "google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1beta" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import timestamp "github.com/golang/protobuf/ptypes/timestamp" +import _ "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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Types of ScanRun execution state. +type ScanRun_ExecutionState int32 + +const ( + // Represents an invalid state caused by internal server error. This value + // should never be returned. + ScanRun_EXECUTION_STATE_UNSPECIFIED ScanRun_ExecutionState = 0 + // The scan is waiting in the queue. + ScanRun_QUEUED ScanRun_ExecutionState = 1 + // The scan is in progress. + ScanRun_SCANNING ScanRun_ExecutionState = 2 + // The scan is either finished or stopped by user. + ScanRun_FINISHED ScanRun_ExecutionState = 3 +) + +var ScanRun_ExecutionState_name = map[int32]string{ + 0: "EXECUTION_STATE_UNSPECIFIED", + 1: "QUEUED", + 2: "SCANNING", + 3: "FINISHED", +} +var ScanRun_ExecutionState_value = map[string]int32{ + "EXECUTION_STATE_UNSPECIFIED": 0, + "QUEUED": 1, + "SCANNING": 2, + "FINISHED": 3, +} + +func (x ScanRun_ExecutionState) String() string { + return proto.EnumName(ScanRun_ExecutionState_name, int32(x)) +} +func (ScanRun_ExecutionState) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_scan_run_4ba20ab7789cc312, []int{0, 0} +} + +// Types of ScanRun result state. +type ScanRun_ResultState int32 + +const ( + // Default value. This value is returned when the ScanRun is not yet + // finished. + ScanRun_RESULT_STATE_UNSPECIFIED ScanRun_ResultState = 0 + // The scan finished without errors. + ScanRun_SUCCESS ScanRun_ResultState = 1 + // The scan finished with errors. + ScanRun_ERROR ScanRun_ResultState = 2 + // The scan was terminated by user. + ScanRun_KILLED ScanRun_ResultState = 3 +) + +var ScanRun_ResultState_name = map[int32]string{ + 0: "RESULT_STATE_UNSPECIFIED", + 1: "SUCCESS", + 2: "ERROR", + 3: "KILLED", +} +var ScanRun_ResultState_value = map[string]int32{ + "RESULT_STATE_UNSPECIFIED": 0, + "SUCCESS": 1, + "ERROR": 2, + "KILLED": 3, +} + +func (x ScanRun_ResultState) String() string { + return proto.EnumName(ScanRun_ResultState_name, int32(x)) +} +func (ScanRun_ResultState) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_scan_run_4ba20ab7789cc312, []int{0, 1} +} + +// A ScanRun is a output-only resource representing an actual run of the scan. +// Next id: 12 +type ScanRun struct { + // Output only. + // The resource name of the ScanRun. The name follows the format of + // 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. + // The ScanRun IDs are generated by the system. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Output only. + // The execution state of the ScanRun. + ExecutionState ScanRun_ExecutionState `protobuf:"varint,2,opt,name=execution_state,json=executionState,proto3,enum=google.cloud.websecurityscanner.v1beta.ScanRun_ExecutionState" json:"execution_state,omitempty"` + // Output only. + // The result state of the ScanRun. This field is only available after the + // execution state reaches "FINISHED". + ResultState ScanRun_ResultState `protobuf:"varint,3,opt,name=result_state,json=resultState,proto3,enum=google.cloud.websecurityscanner.v1beta.ScanRun_ResultState" json:"result_state,omitempty"` + // Output only. + // The time at which the ScanRun started. + StartTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` + // Output only. + // The time at which the ScanRun reached termination state - that the ScanRun + // is either finished or stopped by user. + EndTime *timestamp.Timestamp `protobuf:"bytes,5,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` + // Output only. + // The number of URLs crawled during this ScanRun. If the scan is in progress, + // the value represents the number of URLs crawled up to now. + UrlsCrawledCount int64 `protobuf:"varint,6,opt,name=urls_crawled_count,json=urlsCrawledCount,proto3" json:"urls_crawled_count,omitempty"` + // Output only. + // The number of URLs tested during this ScanRun. If the scan is in progress, + // the value represents the number of URLs tested up to now. The number of + // URLs tested is usually larger than the number URLS crawled because + // typically a crawled URL is tested with multiple test payloads. + UrlsTestedCount int64 `protobuf:"varint,7,opt,name=urls_tested_count,json=urlsTestedCount,proto3" json:"urls_tested_count,omitempty"` + // Output only. + // Whether the scan run has found any vulnerabilities. + HasVulnerabilities bool `protobuf:"varint,8,opt,name=has_vulnerabilities,json=hasVulnerabilities,proto3" json:"has_vulnerabilities,omitempty"` + // Output only. + // The percentage of total completion ranging from 0 to 100. + // If the scan is in queue, the value is 0. + // If the scan is running, the value ranges from 0 to 100. + // If the scan is finished, the value is 100. + ProgressPercent int32 `protobuf:"varint,9,opt,name=progress_percent,json=progressPercent,proto3" json:"progress_percent,omitempty"` + // Output only. + // If result_state is an ERROR, this field provides the primary reason for + // scan's termination and more details, if such are available. + ErrorTrace *ScanRunErrorTrace `protobuf:"bytes,10,opt,name=error_trace,json=errorTrace,proto3" json:"error_trace,omitempty"` + // Output only. + // A list of warnings, if such are encountered during this scan run. + WarningTraces []*ScanRunWarningTrace `protobuf:"bytes,11,rep,name=warning_traces,json=warningTraces,proto3" json:"warning_traces,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ScanRun) Reset() { *m = ScanRun{} } +func (m *ScanRun) String() string { return proto.CompactTextString(m) } +func (*ScanRun) ProtoMessage() {} +func (*ScanRun) Descriptor() ([]byte, []int) { + return fileDescriptor_scan_run_4ba20ab7789cc312, []int{0} +} +func (m *ScanRun) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ScanRun.Unmarshal(m, b) +} +func (m *ScanRun) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ScanRun.Marshal(b, m, deterministic) +} +func (dst *ScanRun) XXX_Merge(src proto.Message) { + xxx_messageInfo_ScanRun.Merge(dst, src) +} +func (m *ScanRun) XXX_Size() int { + return xxx_messageInfo_ScanRun.Size(m) +} +func (m *ScanRun) XXX_DiscardUnknown() { + xxx_messageInfo_ScanRun.DiscardUnknown(m) +} + +var xxx_messageInfo_ScanRun proto.InternalMessageInfo + +func (m *ScanRun) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *ScanRun) GetExecutionState() ScanRun_ExecutionState { + if m != nil { + return m.ExecutionState + } + return ScanRun_EXECUTION_STATE_UNSPECIFIED +} + +func (m *ScanRun) GetResultState() ScanRun_ResultState { + if m != nil { + return m.ResultState + } + return ScanRun_RESULT_STATE_UNSPECIFIED +} + +func (m *ScanRun) GetStartTime() *timestamp.Timestamp { + if m != nil { + return m.StartTime + } + return nil +} + +func (m *ScanRun) GetEndTime() *timestamp.Timestamp { + if m != nil { + return m.EndTime + } + return nil +} + +func (m *ScanRun) GetUrlsCrawledCount() int64 { + if m != nil { + return m.UrlsCrawledCount + } + return 0 +} + +func (m *ScanRun) GetUrlsTestedCount() int64 { + if m != nil { + return m.UrlsTestedCount + } + return 0 +} + +func (m *ScanRun) GetHasVulnerabilities() bool { + if m != nil { + return m.HasVulnerabilities + } + return false +} + +func (m *ScanRun) GetProgressPercent() int32 { + if m != nil { + return m.ProgressPercent + } + return 0 +} + +func (m *ScanRun) GetErrorTrace() *ScanRunErrorTrace { + if m != nil { + return m.ErrorTrace + } + return nil +} + +func (m *ScanRun) GetWarningTraces() []*ScanRunWarningTrace { + if m != nil { + return m.WarningTraces + } + return nil +} + +func init() { + proto.RegisterType((*ScanRun)(nil), "google.cloud.websecurityscanner.v1beta.ScanRun") + proto.RegisterEnum("google.cloud.websecurityscanner.v1beta.ScanRun_ExecutionState", ScanRun_ExecutionState_name, ScanRun_ExecutionState_value) + proto.RegisterEnum("google.cloud.websecurityscanner.v1beta.ScanRun_ResultState", ScanRun_ResultState_name, ScanRun_ResultState_value) +} + +func init() { + proto.RegisterFile("google/cloud/websecurityscanner/v1beta/scan_run.proto", fileDescriptor_scan_run_4ba20ab7789cc312) +} + +var fileDescriptor_scan_run_4ba20ab7789cc312 = []byte{ + // 616 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x5d, 0x4b, 0xdc, 0x4c, + 0x14, 0xc7, 0x9f, 0xb8, 0xba, 0x2f, 0x27, 0x3e, 0x6b, 0x3a, 0xbd, 0x09, 0x56, 0x30, 0x78, 0x51, + 0x52, 0x29, 0x09, 0xb5, 0x78, 0x21, 0x42, 0x41, 0x63, 0x6c, 0x43, 0x65, 0xdd, 0x26, 0xd9, 0xd6, + 0x7a, 0xd1, 0x30, 0x9b, 0x9d, 0xc6, 0x40, 0x76, 0xb2, 0xcc, 0x4c, 0xdc, 0xf6, 0x8b, 0xf4, 0xc3, + 0xf6, 0xaa, 0xcc, 0x24, 0x6b, 0x5d, 0x2c, 0xe8, 0xde, 0xe5, 0xbc, 0xfc, 0x7f, 0x7f, 0xce, 0x99, + 0x43, 0xe0, 0x30, 0x2b, 0xcb, 0xac, 0x20, 0x6e, 0x5a, 0x94, 0xd5, 0xc4, 0x9d, 0x93, 0x31, 0x27, + 0x69, 0xc5, 0x72, 0xf1, 0x93, 0xa7, 0x98, 0x52, 0xc2, 0xdc, 0xdb, 0x37, 0x63, 0x22, 0xb0, 0x2b, + 0xc3, 0x84, 0x55, 0xd4, 0x99, 0xb1, 0x52, 0x94, 0xe8, 0x65, 0x2d, 0x73, 0x94, 0xcc, 0x79, 0x28, + 0x73, 0x6a, 0xd9, 0xf6, 0x4e, 0x83, 0xc7, 0xb3, 0xdc, 0xc5, 0x94, 0x96, 0x02, 0x8b, 0xbc, 0xa4, + 0xbc, 0xa6, 0x6c, 0x9f, 0xac, 0x68, 0x9e, 0x10, 0xc6, 0x4a, 0x96, 0x08, 0x86, 0x53, 0xd2, 0x20, + 0xbc, 0x55, 0x11, 0x73, 0xcc, 0x68, 0x4e, 0xb3, 0x25, 0xc8, 0x6e, 0x03, 0x51, 0xd1, 0xb8, 0xfa, + 0xee, 0x8a, 0x7c, 0x4a, 0xb8, 0xc0, 0xd3, 0x59, 0xdd, 0xb0, 0xf7, 0xbb, 0x0d, 0x9d, 0x28, 0xc5, + 0x34, 0xac, 0x28, 0x42, 0xb0, 0x4e, 0xf1, 0x94, 0x98, 0x9a, 0xa5, 0xd9, 0xbd, 0x50, 0x7d, 0xa3, + 0x0c, 0xb6, 0xc8, 0x0f, 0x92, 0x56, 0x72, 0xb8, 0x84, 0x0b, 0x2c, 0x88, 0xb9, 0x66, 0x69, 0x76, + 0xff, 0xe0, 0x9d, 0xf3, 0xb4, 0x45, 0x39, 0x0d, 0xdd, 0xf1, 0x17, 0x98, 0x48, 0x52, 0xc2, 0x3e, + 0x59, 0x8a, 0xd1, 0x37, 0xd8, 0x64, 0x84, 0x57, 0x85, 0x68, 0x5c, 0x5a, 0xca, 0xe5, 0x78, 0x55, + 0x97, 0x50, 0x31, 0x6a, 0x0b, 0x9d, 0xfd, 0x0d, 0xd0, 0x11, 0x00, 0x17, 0x98, 0x89, 0x44, 0x6e, + 0xc0, 0x5c, 0xb7, 0x34, 0x5b, 0x3f, 0xd8, 0x5e, 0xd0, 0x17, 0xeb, 0x71, 0xe2, 0xc5, 0x7a, 0xc2, + 0x9e, 0xea, 0x96, 0x31, 0x3a, 0x84, 0x2e, 0xa1, 0x93, 0x5a, 0xb8, 0xf1, 0xa8, 0xb0, 0x43, 0xe8, + 0x44, 0xc9, 0x5e, 0x03, 0xaa, 0x58, 0xc1, 0x93, 0x94, 0xe1, 0x79, 0x41, 0x26, 0x49, 0x5a, 0x56, + 0x54, 0x98, 0x6d, 0x4b, 0xb3, 0x5b, 0xa1, 0x21, 0x2b, 0x5e, 0x5d, 0xf0, 0x64, 0x1e, 0xed, 0xc3, + 0x33, 0xd5, 0x2d, 0x08, 0x17, 0x77, 0xcd, 0x1d, 0xd5, 0xbc, 0x25, 0x0b, 0xb1, 0xca, 0xd7, 0xbd, + 0x2e, 0x3c, 0xbf, 0xc1, 0x3c, 0xb9, 0xad, 0x0a, 0x4a, 0x18, 0x1e, 0xe7, 0x45, 0x2e, 0x72, 0xc2, + 0xcd, 0xae, 0xa5, 0xd9, 0xdd, 0x10, 0xdd, 0x60, 0xfe, 0x79, 0xb9, 0x82, 0x5e, 0x81, 0x31, 0x63, + 0x65, 0xc6, 0x08, 0xe7, 0xc9, 0x8c, 0xb0, 0x94, 0x50, 0x61, 0xf6, 0x2c, 0xcd, 0xde, 0x08, 0xb7, + 0x16, 0xf9, 0x61, 0x9d, 0x46, 0xd7, 0xa0, 0xdf, 0xbb, 0x45, 0x13, 0xd4, 0xbc, 0x47, 0x2b, 0x3e, + 0x83, 0x2f, 0x09, 0xb1, 0x04, 0x84, 0x40, 0xee, 0xbe, 0xd1, 0x18, 0xfa, 0x4b, 0x47, 0xca, 0x4d, + 0xdd, 0x6a, 0xd9, 0xfa, 0xca, 0xaf, 0xfc, 0xa5, 0x86, 0xd4, 0x06, 0xff, 0xcf, 0xef, 0x45, 0x7c, + 0xef, 0x2b, 0xf4, 0x97, 0x2f, 0x0d, 0xed, 0xc2, 0x0b, 0xff, 0xca, 0xf7, 0x46, 0x71, 0x70, 0x39, + 0x48, 0xa2, 0xf8, 0x24, 0xf6, 0x93, 0xd1, 0x20, 0x1a, 0xfa, 0x5e, 0x70, 0x1e, 0xf8, 0x67, 0xc6, + 0x7f, 0x08, 0xa0, 0xfd, 0x69, 0xe4, 0x8f, 0xfc, 0x33, 0x43, 0x43, 0x9b, 0xd0, 0x8d, 0xbc, 0x93, + 0xc1, 0x20, 0x18, 0xbc, 0x37, 0xd6, 0x64, 0x74, 0x1e, 0x0c, 0x82, 0xe8, 0x83, 0x7f, 0x66, 0xb4, + 0xf6, 0x2e, 0x41, 0xbf, 0x77, 0x5e, 0x68, 0x07, 0xcc, 0xd0, 0x8f, 0x46, 0x17, 0xf1, 0x3f, 0xa1, + 0x3a, 0x74, 0xa2, 0x91, 0xe7, 0xf9, 0x51, 0x64, 0x68, 0xa8, 0x07, 0x1b, 0x7e, 0x18, 0x5e, 0x86, + 0xc6, 0x9a, 0x34, 0xfb, 0x18, 0x5c, 0x5c, 0x48, 0xe0, 0xe9, 0x2f, 0x0d, 0xf6, 0xd3, 0x72, 0xfa, + 0xc4, 0xe9, 0x4f, 0x37, 0x9b, 0xf1, 0x87, 0xf2, 0xe8, 0x86, 0xda, 0xf5, 0x55, 0xa3, 0xcb, 0xca, + 0x02, 0xd3, 0xcc, 0x29, 0x59, 0xe6, 0x66, 0x84, 0xaa, 0x93, 0x74, 0xeb, 0x12, 0x9e, 0xe5, 0xfc, + 0xb1, 0x1f, 0xc8, 0xf1, 0xc3, 0xca, 0xb8, 0xad, 0x20, 0x6f, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, + 0x9e, 0x77, 0x0e, 0xed, 0x44, 0x05, 0x00, 0x00, +} diff --git a/googleapis/cloud/websecurityscanner/v1beta/scan_run_error_trace.pb.go b/googleapis/cloud/websecurityscanner/v1beta/scan_run_error_trace.pb.go new file mode 100644 index 0000000000..6f8c069fe2 --- /dev/null +++ b/googleapis/cloud/websecurityscanner/v1beta/scan_run_error_trace.pb.go @@ -0,0 +1,178 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/websecurityscanner/v1beta/scan_run_error_trace.proto + +package websecurityscanner // import "google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1beta" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" + +// 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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Output only. +// Defines an error reason code. +// Next id: 7 +type ScanRunErrorTrace_Code int32 + +const ( + // Default value is never used. + ScanRunErrorTrace_CODE_UNSPECIFIED ScanRunErrorTrace_Code = 0 + // Indicates that the scan run failed due to an internal server error. + ScanRunErrorTrace_INTERNAL_ERROR ScanRunErrorTrace_Code = 1 + // Indicates a scan configuration error, usually due to outdated ScanConfig + // settings, such as starting_urls or the DNS configuration. + ScanRunErrorTrace_SCAN_CONFIG_ISSUE ScanRunErrorTrace_Code = 2 + // Indicates an authentication error, usually due to outdated ScanConfig + // authentication settings. + ScanRunErrorTrace_AUTHENTICATION_CONFIG_ISSUE ScanRunErrorTrace_Code = 3 + // Indicates a scan operation timeout, usually caused by a very large site. + ScanRunErrorTrace_TIMED_OUT_WHILE_SCANNING ScanRunErrorTrace_Code = 4 + // Indicates that a scan encountered excessive redirects, either to + // authentication or some other page outside of the scan scope. + ScanRunErrorTrace_TOO_MANY_REDIRECTS ScanRunErrorTrace_Code = 5 + // Indicates that a scan encountered numerous errors from the web site + // pages. When available, most_common_http_error_code field indicates the + // the most common HTTP error code encountered during the scan. + ScanRunErrorTrace_TOO_MANY_HTTP_ERRORS ScanRunErrorTrace_Code = 6 +) + +var ScanRunErrorTrace_Code_name = map[int32]string{ + 0: "CODE_UNSPECIFIED", + 1: "INTERNAL_ERROR", + 2: "SCAN_CONFIG_ISSUE", + 3: "AUTHENTICATION_CONFIG_ISSUE", + 4: "TIMED_OUT_WHILE_SCANNING", + 5: "TOO_MANY_REDIRECTS", + 6: "TOO_MANY_HTTP_ERRORS", +} +var ScanRunErrorTrace_Code_value = map[string]int32{ + "CODE_UNSPECIFIED": 0, + "INTERNAL_ERROR": 1, + "SCAN_CONFIG_ISSUE": 2, + "AUTHENTICATION_CONFIG_ISSUE": 3, + "TIMED_OUT_WHILE_SCANNING": 4, + "TOO_MANY_REDIRECTS": 5, + "TOO_MANY_HTTP_ERRORS": 6, +} + +func (x ScanRunErrorTrace_Code) String() string { + return proto.EnumName(ScanRunErrorTrace_Code_name, int32(x)) +} +func (ScanRunErrorTrace_Code) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_scan_run_error_trace_3b9236ac69667833, []int{0, 0} +} + +// Output only. +// Defines an error trace message for a ScanRun. +type ScanRunErrorTrace struct { + // Output only. + // Indicates the error reason code. + Code ScanRunErrorTrace_Code `protobuf:"varint,1,opt,name=code,proto3,enum=google.cloud.websecurityscanner.v1beta.ScanRunErrorTrace_Code" json:"code,omitempty"` + // Output only. + // If the scan encounters SCAN_CONFIG_ISSUE error, this field has the error + // message encountered during scan configuration validation that is performed + // before each scan run. + ScanConfigError *ScanConfigError `protobuf:"bytes,2,opt,name=scan_config_error,json=scanConfigError,proto3" json:"scan_config_error,omitempty"` + // Output only. + // If the scan encounters TOO_MANY_HTTP_ERRORS, this field indicates the most + // common HTTP error code, if such is available. For example, if this code is + // 404, the scan has encountered too many NOT_FOUND responses. + MostCommonHttpErrorCode int32 `protobuf:"varint,3,opt,name=most_common_http_error_code,json=mostCommonHttpErrorCode,proto3" json:"most_common_http_error_code,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ScanRunErrorTrace) Reset() { *m = ScanRunErrorTrace{} } +func (m *ScanRunErrorTrace) String() string { return proto.CompactTextString(m) } +func (*ScanRunErrorTrace) ProtoMessage() {} +func (*ScanRunErrorTrace) Descriptor() ([]byte, []int) { + return fileDescriptor_scan_run_error_trace_3b9236ac69667833, []int{0} +} +func (m *ScanRunErrorTrace) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ScanRunErrorTrace.Unmarshal(m, b) +} +func (m *ScanRunErrorTrace) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ScanRunErrorTrace.Marshal(b, m, deterministic) +} +func (dst *ScanRunErrorTrace) XXX_Merge(src proto.Message) { + xxx_messageInfo_ScanRunErrorTrace.Merge(dst, src) +} +func (m *ScanRunErrorTrace) XXX_Size() int { + return xxx_messageInfo_ScanRunErrorTrace.Size(m) +} +func (m *ScanRunErrorTrace) XXX_DiscardUnknown() { + xxx_messageInfo_ScanRunErrorTrace.DiscardUnknown(m) +} + +var xxx_messageInfo_ScanRunErrorTrace proto.InternalMessageInfo + +func (m *ScanRunErrorTrace) GetCode() ScanRunErrorTrace_Code { + if m != nil { + return m.Code + } + return ScanRunErrorTrace_CODE_UNSPECIFIED +} + +func (m *ScanRunErrorTrace) GetScanConfigError() *ScanConfigError { + if m != nil { + return m.ScanConfigError + } + return nil +} + +func (m *ScanRunErrorTrace) GetMostCommonHttpErrorCode() int32 { + if m != nil { + return m.MostCommonHttpErrorCode + } + return 0 +} + +func init() { + proto.RegisterType((*ScanRunErrorTrace)(nil), "google.cloud.websecurityscanner.v1beta.ScanRunErrorTrace") + proto.RegisterEnum("google.cloud.websecurityscanner.v1beta.ScanRunErrorTrace_Code", ScanRunErrorTrace_Code_name, ScanRunErrorTrace_Code_value) +} + +func init() { + proto.RegisterFile("google/cloud/websecurityscanner/v1beta/scan_run_error_trace.proto", fileDescriptor_scan_run_error_trace_3b9236ac69667833) +} + +var fileDescriptor_scan_run_error_trace_3b9236ac69667833 = []byte{ + // 432 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0xcb, 0x6e, 0x13, 0x31, + 0x14, 0x86, 0x99, 0x26, 0xed, 0xc2, 0x48, 0x65, 0x62, 0x95, 0x12, 0x51, 0x24, 0xa2, 0x2e, 0x50, + 0xc4, 0xc2, 0x23, 0xca, 0x82, 0x05, 0xa8, 0xd2, 0xd4, 0x71, 0x1b, 0x4b, 0xad, 0x27, 0xf2, 0x38, + 0xe2, 0xb2, 0xb1, 0x26, 0x8e, 0x19, 0x22, 0x25, 0x76, 0xe4, 0x71, 0x40, 0xbc, 0x0d, 0x8f, 0xc1, + 0x0b, 0xf0, 0x5e, 0xc8, 0x9e, 0x0a, 0x09, 0x66, 0x41, 0xbb, 0xb3, 0xcf, 0xe5, 0xfb, 0x7f, 0x1f, + 0x1f, 0x90, 0xd7, 0xd6, 0xd6, 0x6b, 0x9d, 0xa9, 0xb5, 0xdd, 0x2d, 0xb3, 0x6f, 0x7a, 0xd1, 0x68, + 0xb5, 0x73, 0x2b, 0xff, 0xbd, 0x51, 0x95, 0x31, 0xda, 0x65, 0x5f, 0x5f, 0x2d, 0xb4, 0xaf, 0xb2, + 0x70, 0x95, 0x6e, 0x67, 0xa4, 0x76, 0xce, 0x3a, 0xe9, 0x5d, 0xa5, 0x34, 0xda, 0x3a, 0xeb, 0x2d, + 0x7c, 0xd1, 0x22, 0x50, 0x44, 0xa0, 0x2e, 0x02, 0xb5, 0x88, 0xa7, 0xe7, 0xf7, 0x91, 0x52, 0xd6, + 0x7c, 0x5e, 0xd5, 0xad, 0x5a, 0xab, 0x73, 0xfa, 0xab, 0x07, 0x06, 0xa5, 0xaa, 0x0c, 0xdf, 0x19, + 0x12, 0xc2, 0x22, 0x78, 0x80, 0x1c, 0xf4, 0x95, 0x5d, 0xea, 0x61, 0x32, 0x4a, 0xc6, 0x87, 0x67, + 0xe7, 0xe8, 0x6e, 0x66, 0x50, 0x07, 0x84, 0xb0, 0x5d, 0x6a, 0x1e, 0x59, 0x50, 0x81, 0x41, 0xc7, + 0xc4, 0x70, 0x6f, 0x94, 0x8c, 0x1f, 0x9e, 0xbd, 0xb9, 0x8f, 0x00, 0x8e, 0xfd, 0x51, 0x83, 0x3f, + 0x6a, 0xfe, 0x0e, 0xc0, 0x77, 0xe0, 0x64, 0x63, 0x1b, 0x2f, 0x95, 0xdd, 0x6c, 0xac, 0x91, 0x5f, + 0xbc, 0xdf, 0xde, 0x0e, 0x37, 0xbe, 0xa7, 0x37, 0x4a, 0xc6, 0xfb, 0xfc, 0x49, 0x28, 0xc1, 0xb1, + 0x62, 0xea, 0xfd, 0x36, 0x76, 0x06, 0xa3, 0xa7, 0x3f, 0x13, 0xd0, 0x0f, 0x07, 0x78, 0x04, 0x52, + 0x5c, 0x4c, 0x88, 0x9c, 0xb3, 0x72, 0x46, 0x30, 0xbd, 0xa4, 0x64, 0x92, 0x3e, 0x80, 0x10, 0x1c, + 0x52, 0x26, 0x08, 0x67, 0xf9, 0xb5, 0x24, 0x9c, 0x17, 0x3c, 0x4d, 0xe0, 0x63, 0x30, 0x28, 0x71, + 0xce, 0x24, 0x2e, 0xd8, 0x25, 0xbd, 0x92, 0xb4, 0x2c, 0xe7, 0x24, 0xdd, 0x83, 0xcf, 0xc1, 0x49, + 0x3e, 0x17, 0x53, 0xc2, 0x04, 0xc5, 0xb9, 0xa0, 0xc5, 0x3f, 0x05, 0x3d, 0xf8, 0x0c, 0x0c, 0x05, + 0xbd, 0x21, 0x13, 0x59, 0xcc, 0x85, 0x7c, 0x3f, 0xa5, 0xd7, 0x44, 0x06, 0x0e, 0xa3, 0xec, 0x2a, + 0xed, 0xc3, 0x63, 0x00, 0x45, 0x51, 0xc8, 0x9b, 0x9c, 0x7d, 0x94, 0x9c, 0x4c, 0x28, 0x27, 0x58, + 0x94, 0xe9, 0x3e, 0x1c, 0x82, 0xa3, 0x3f, 0xf1, 0xa9, 0x10, 0xb3, 0xd6, 0x46, 0x99, 0x1e, 0x5c, + 0xfc, 0x48, 0xc0, 0x4b, 0x65, 0x37, 0x77, 0x1c, 0xe4, 0xc5, 0x71, 0xe7, 0xab, 0x66, 0x61, 0x1d, + 0x66, 0xc9, 0xa7, 0x0f, 0xb7, 0x84, 0xda, 0xae, 0x2b, 0x53, 0x23, 0xeb, 0xea, 0xac, 0xd6, 0x26, + 0x2e, 0x4b, 0xd6, 0xa6, 0xaa, 0xed, 0xaa, 0xf9, 0xdf, 0xbe, 0xbd, 0xed, 0x66, 0x16, 0x07, 0x11, + 0xf2, 0xfa, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x22, 0xa4, 0x4a, 0x32, 0x1e, 0x03, 0x00, 0x00, +} diff --git a/googleapis/cloud/websecurityscanner/v1beta/scan_run_warning_trace.pb.go b/googleapis/cloud/websecurityscanner/v1beta/scan_run_warning_trace.pb.go new file mode 100644 index 0000000000..8b649b628a --- /dev/null +++ b/googleapis/cloud/websecurityscanner/v1beta/scan_run_warning_trace.pb.go @@ -0,0 +1,140 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/websecurityscanner/v1beta/scan_run_warning_trace.proto + +package websecurityscanner // import "google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1beta" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" + +// 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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Output only. +// Defines a warning message code. +// Next id: 5 +type ScanRunWarningTrace_Code int32 + +const ( + // Default value is never used. + ScanRunWarningTrace_CODE_UNSPECIFIED ScanRunWarningTrace_Code = 0 + // Indicates that a scan discovered an unexpectedly low number of URLs. This + // is sometimes caused by complex navigation features or by using a single + // URL for numerous pages. + ScanRunWarningTrace_INSUFFICIENT_CRAWL_RESULTS ScanRunWarningTrace_Code = 1 + // Indicates that a scan discovered too many URLs to test, or excessive + // redundant URLs. + ScanRunWarningTrace_TOO_MANY_CRAWL_RESULTS ScanRunWarningTrace_Code = 2 + // Indicates that too many tests have been generated for the scan. Customer + // should try reducing the number of starting URLs, increasing the QPS rate, + // or narrowing down the scope of the scan using the excluded patterns. + ScanRunWarningTrace_TOO_MANY_FUZZ_TASKS ScanRunWarningTrace_Code = 3 + // Indicates that a scan is blocked by IAP. + ScanRunWarningTrace_BLOCKED_BY_IAP ScanRunWarningTrace_Code = 4 +) + +var ScanRunWarningTrace_Code_name = map[int32]string{ + 0: "CODE_UNSPECIFIED", + 1: "INSUFFICIENT_CRAWL_RESULTS", + 2: "TOO_MANY_CRAWL_RESULTS", + 3: "TOO_MANY_FUZZ_TASKS", + 4: "BLOCKED_BY_IAP", +} +var ScanRunWarningTrace_Code_value = map[string]int32{ + "CODE_UNSPECIFIED": 0, + "INSUFFICIENT_CRAWL_RESULTS": 1, + "TOO_MANY_CRAWL_RESULTS": 2, + "TOO_MANY_FUZZ_TASKS": 3, + "BLOCKED_BY_IAP": 4, +} + +func (x ScanRunWarningTrace_Code) String() string { + return proto.EnumName(ScanRunWarningTrace_Code_name, int32(x)) +} +func (ScanRunWarningTrace_Code) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_scan_run_warning_trace_e453d12033752715, []int{0, 0} +} + +// Output only. +// Defines a warning trace message for ScanRun. Warning traces provide customers +// with useful information that helps make the scanning process more effective. +type ScanRunWarningTrace struct { + // Output only. + // Indicates the warning code. + Code ScanRunWarningTrace_Code `protobuf:"varint,1,opt,name=code,proto3,enum=google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace_Code" json:"code,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ScanRunWarningTrace) Reset() { *m = ScanRunWarningTrace{} } +func (m *ScanRunWarningTrace) String() string { return proto.CompactTextString(m) } +func (*ScanRunWarningTrace) ProtoMessage() {} +func (*ScanRunWarningTrace) Descriptor() ([]byte, []int) { + return fileDescriptor_scan_run_warning_trace_e453d12033752715, []int{0} +} +func (m *ScanRunWarningTrace) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ScanRunWarningTrace.Unmarshal(m, b) +} +func (m *ScanRunWarningTrace) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ScanRunWarningTrace.Marshal(b, m, deterministic) +} +func (dst *ScanRunWarningTrace) XXX_Merge(src proto.Message) { + xxx_messageInfo_ScanRunWarningTrace.Merge(dst, src) +} +func (m *ScanRunWarningTrace) XXX_Size() int { + return xxx_messageInfo_ScanRunWarningTrace.Size(m) +} +func (m *ScanRunWarningTrace) XXX_DiscardUnknown() { + xxx_messageInfo_ScanRunWarningTrace.DiscardUnknown(m) +} + +var xxx_messageInfo_ScanRunWarningTrace proto.InternalMessageInfo + +func (m *ScanRunWarningTrace) GetCode() ScanRunWarningTrace_Code { + if m != nil { + return m.Code + } + return ScanRunWarningTrace_CODE_UNSPECIFIED +} + +func init() { + proto.RegisterType((*ScanRunWarningTrace)(nil), "google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace") + proto.RegisterEnum("google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace_Code", ScanRunWarningTrace_Code_name, ScanRunWarningTrace_Code_value) +} + +func init() { + proto.RegisterFile("google/cloud/websecurityscanner/v1beta/scan_run_warning_trace.proto", fileDescriptor_scan_run_warning_trace_e453d12033752715) +} + +var fileDescriptor_scan_run_warning_trace_e453d12033752715 = []byte{ + // 318 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0xd1, 0x41, 0x4b, 0xf3, 0x30, + 0x18, 0xc0, 0xf1, 0x37, 0xef, 0x3b, 0xde, 0x43, 0x0e, 0xa3, 0x64, 0xa2, 0x63, 0x07, 0x91, 0x1d, + 0x44, 0x3c, 0xa4, 0xa8, 0x47, 0x2f, 0xb6, 0x59, 0x0b, 0x65, 0xb3, 0x2d, 0x4d, 0xcb, 0xdc, 0x2e, + 0x21, 0xcb, 0x42, 0x18, 0xcc, 0x64, 0x64, 0xad, 0xc3, 0x0f, 0xe0, 0x17, 0xf1, 0x2b, 0xfa, 0x05, + 0xa4, 0xad, 0x78, 0x70, 0x03, 0x77, 0x7c, 0xf8, 0xc3, 0x0f, 0x9e, 0xe7, 0x81, 0x44, 0x19, 0xa3, + 0xd6, 0xd2, 0x15, 0x6b, 0x53, 0x2d, 0xdd, 0x9d, 0x5c, 0x6c, 0xa5, 0xa8, 0xec, 0xaa, 0x7c, 0xdd, + 0x0a, 0xae, 0xb5, 0xb4, 0xee, 0xcb, 0xcd, 0x42, 0x96, 0xdc, 0xad, 0x47, 0x66, 0x2b, 0xcd, 0x76, + 0xdc, 0xea, 0x95, 0x56, 0xac, 0xb4, 0x5c, 0x48, 0xbc, 0xb1, 0xa6, 0x34, 0xe8, 0xb2, 0x45, 0x70, + 0x83, 0xe0, 0x7d, 0x04, 0xb7, 0xc8, 0xf0, 0x03, 0xc0, 0x1e, 0x15, 0x5c, 0x67, 0x95, 0x9e, 0xb6, + 0x4c, 0x5e, 0x2b, 0x28, 0x87, 0x1d, 0x61, 0x96, 0xb2, 0x0f, 0x2e, 0xc0, 0x55, 0xf7, 0xf6, 0x01, + 0x1f, 0xc7, 0xe1, 0x03, 0x14, 0x26, 0x66, 0x29, 0xb3, 0x46, 0x1b, 0xbe, 0x01, 0xd8, 0xa9, 0x47, + 0x74, 0x02, 0x1d, 0x92, 0x8c, 0x02, 0x56, 0xc4, 0x34, 0x0d, 0x48, 0x14, 0x46, 0xc1, 0xc8, 0xf9, + 0x83, 0xce, 0xe1, 0x20, 0x8a, 0x69, 0x11, 0x86, 0x11, 0x89, 0x82, 0x38, 0x67, 0x24, 0xf3, 0xa6, + 0x13, 0x96, 0x05, 0xb4, 0x98, 0xe4, 0xd4, 0x01, 0x68, 0x00, 0x4f, 0xf3, 0x24, 0x61, 0x8f, 0x5e, + 0x3c, 0xfb, 0xd1, 0xfe, 0xa2, 0x33, 0xd8, 0xfb, 0x6e, 0x61, 0x31, 0x9f, 0xb3, 0xdc, 0xa3, 0x63, + 0xea, 0xfc, 0x43, 0x08, 0x76, 0xfd, 0x49, 0x42, 0xc6, 0xc1, 0x88, 0xf9, 0x33, 0x16, 0x79, 0xa9, + 0xd3, 0xf1, 0xdf, 0x01, 0xbc, 0x16, 0xe6, 0xf9, 0xc8, 0xad, 0xfc, 0xfe, 0x81, 0xb5, 0xd2, 0xfa, + 0xcc, 0x29, 0x98, 0x3f, 0x7d, 0x19, 0xca, 0xac, 0xb9, 0x56, 0xd8, 0x58, 0xe5, 0x2a, 0xa9, 0x9b, + 0x27, 0xb8, 0x6d, 0xe2, 0x9b, 0xd5, 0xf6, 0xb7, 0x67, 0xde, 0xef, 0x97, 0xc5, 0xff, 0x06, 0xb9, + 0xfb, 0x0c, 0x00, 0x00, 0xff, 0xff, 0x13, 0x9b, 0x58, 0x02, 0x10, 0x02, 0x00, 0x00, +} diff --git a/googleapis/cloud/websecurityscanner/v1beta/web_security_scanner.pb.go b/googleapis/cloud/websecurityscanner/v1beta/web_security_scanner.pb.go new file mode 100644 index 0000000000..38f7e23dc1 --- /dev/null +++ b/googleapis/cloud/websecurityscanner/v1beta/web_security_scanner.pb.go @@ -0,0 +1,1537 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/websecurityscanner/v1beta/web_security_scanner.proto + +package websecurityscanner // import "google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1beta" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import empty "github.com/golang/protobuf/ptypes/empty" +import _ "google.golang.org/genproto/googleapis/api/annotations" +import field_mask "google.golang.org/genproto/protobuf/field_mask" + +import ( + context "golang.org/x/net/context" + grpc "google.golang.org/grpc" +) + +// 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.ProtoPackageIsVersion2 // please upgrade the proto package + +// Request for the `CreateScanConfig` method. +type CreateScanConfigRequest struct { + // Required. + // The parent resource name where the scan is created, which should be a + // project resource name in the format 'projects/{projectId}'. + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // Required. + // The ScanConfig to be created. + ScanConfig *ScanConfig `protobuf:"bytes,2,opt,name=scan_config,json=scanConfig,proto3" json:"scan_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CreateScanConfigRequest) Reset() { *m = CreateScanConfigRequest{} } +func (m *CreateScanConfigRequest) String() string { return proto.CompactTextString(m) } +func (*CreateScanConfigRequest) ProtoMessage() {} +func (*CreateScanConfigRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{0} +} +func (m *CreateScanConfigRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CreateScanConfigRequest.Unmarshal(m, b) +} +func (m *CreateScanConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CreateScanConfigRequest.Marshal(b, m, deterministic) +} +func (dst *CreateScanConfigRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_CreateScanConfigRequest.Merge(dst, src) +} +func (m *CreateScanConfigRequest) XXX_Size() int { + return xxx_messageInfo_CreateScanConfigRequest.Size(m) +} +func (m *CreateScanConfigRequest) XXX_DiscardUnknown() { + xxx_messageInfo_CreateScanConfigRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_CreateScanConfigRequest proto.InternalMessageInfo + +func (m *CreateScanConfigRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *CreateScanConfigRequest) GetScanConfig() *ScanConfig { + if m != nil { + return m.ScanConfig + } + return nil +} + +// Request for the `DeleteScanConfig` method. +type DeleteScanConfigRequest struct { + // Required. + // The resource name of the ScanConfig to be deleted. The name follows the + // format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *DeleteScanConfigRequest) Reset() { *m = DeleteScanConfigRequest{} } +func (m *DeleteScanConfigRequest) String() string { return proto.CompactTextString(m) } +func (*DeleteScanConfigRequest) ProtoMessage() {} +func (*DeleteScanConfigRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{1} +} +func (m *DeleteScanConfigRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DeleteScanConfigRequest.Unmarshal(m, b) +} +func (m *DeleteScanConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DeleteScanConfigRequest.Marshal(b, m, deterministic) +} +func (dst *DeleteScanConfigRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_DeleteScanConfigRequest.Merge(dst, src) +} +func (m *DeleteScanConfigRequest) XXX_Size() int { + return xxx_messageInfo_DeleteScanConfigRequest.Size(m) +} +func (m *DeleteScanConfigRequest) XXX_DiscardUnknown() { + xxx_messageInfo_DeleteScanConfigRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_DeleteScanConfigRequest proto.InternalMessageInfo + +func (m *DeleteScanConfigRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// Request for the `GetScanConfig` method. +type GetScanConfigRequest struct { + // Required. + // The resource name of the ScanConfig to be returned. The name follows the + // format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GetScanConfigRequest) Reset() { *m = GetScanConfigRequest{} } +func (m *GetScanConfigRequest) String() string { return proto.CompactTextString(m) } +func (*GetScanConfigRequest) ProtoMessage() {} +func (*GetScanConfigRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{2} +} +func (m *GetScanConfigRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetScanConfigRequest.Unmarshal(m, b) +} +func (m *GetScanConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetScanConfigRequest.Marshal(b, m, deterministic) +} +func (dst *GetScanConfigRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetScanConfigRequest.Merge(dst, src) +} +func (m *GetScanConfigRequest) XXX_Size() int { + return xxx_messageInfo_GetScanConfigRequest.Size(m) +} +func (m *GetScanConfigRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetScanConfigRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetScanConfigRequest proto.InternalMessageInfo + +func (m *GetScanConfigRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// Request for the `ListScanConfigs` method. +type ListScanConfigsRequest struct { + // Required. + // The parent resource name, which should be a project resource name in the + // format 'projects/{projectId}'. + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // A token identifying a page of results to be returned. This should be a + // `next_page_token` value returned from a previous List request. + // If unspecified, the first page of results is returned. + PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` + // The maximum number of ScanConfigs to return, can be limited by server. + // If not specified or not positive, the implementation will select a + // reasonable value. + PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ListScanConfigsRequest) Reset() { *m = ListScanConfigsRequest{} } +func (m *ListScanConfigsRequest) String() string { return proto.CompactTextString(m) } +func (*ListScanConfigsRequest) ProtoMessage() {} +func (*ListScanConfigsRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{3} +} +func (m *ListScanConfigsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListScanConfigsRequest.Unmarshal(m, b) +} +func (m *ListScanConfigsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListScanConfigsRequest.Marshal(b, m, deterministic) +} +func (dst *ListScanConfigsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListScanConfigsRequest.Merge(dst, src) +} +func (m *ListScanConfigsRequest) XXX_Size() int { + return xxx_messageInfo_ListScanConfigsRequest.Size(m) +} +func (m *ListScanConfigsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ListScanConfigsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ListScanConfigsRequest proto.InternalMessageInfo + +func (m *ListScanConfigsRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *ListScanConfigsRequest) GetPageToken() string { + if m != nil { + return m.PageToken + } + return "" +} + +func (m *ListScanConfigsRequest) GetPageSize() int32 { + if m != nil { + return m.PageSize + } + return 0 +} + +// Request for the `UpdateScanConfigRequest` method. +type UpdateScanConfigRequest struct { + // Required. + // The ScanConfig to be updated. The name field must be set to identify the + // resource to be updated. The values of fields not covered by the mask + // will be ignored. + ScanConfig *ScanConfig `protobuf:"bytes,2,opt,name=scan_config,json=scanConfig,proto3" json:"scan_config,omitempty"` + // Required. + // The update mask applies to the resource. For the `FieldMask` definition, + // see + // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask + UpdateMask *field_mask.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *UpdateScanConfigRequest) Reset() { *m = UpdateScanConfigRequest{} } +func (m *UpdateScanConfigRequest) String() string { return proto.CompactTextString(m) } +func (*UpdateScanConfigRequest) ProtoMessage() {} +func (*UpdateScanConfigRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{4} +} +func (m *UpdateScanConfigRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UpdateScanConfigRequest.Unmarshal(m, b) +} +func (m *UpdateScanConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UpdateScanConfigRequest.Marshal(b, m, deterministic) +} +func (dst *UpdateScanConfigRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_UpdateScanConfigRequest.Merge(dst, src) +} +func (m *UpdateScanConfigRequest) XXX_Size() int { + return xxx_messageInfo_UpdateScanConfigRequest.Size(m) +} +func (m *UpdateScanConfigRequest) XXX_DiscardUnknown() { + xxx_messageInfo_UpdateScanConfigRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_UpdateScanConfigRequest proto.InternalMessageInfo + +func (m *UpdateScanConfigRequest) GetScanConfig() *ScanConfig { + if m != nil { + return m.ScanConfig + } + return nil +} + +func (m *UpdateScanConfigRequest) GetUpdateMask() *field_mask.FieldMask { + if m != nil { + return m.UpdateMask + } + return nil +} + +// Response for the `ListScanConfigs` method. +type ListScanConfigsResponse struct { + // The list of ScanConfigs returned. + ScanConfigs []*ScanConfig `protobuf:"bytes,1,rep,name=scan_configs,json=scanConfigs,proto3" json:"scan_configs,omitempty"` + // Token to retrieve the next page of results, or empty if there are no + // more results in the list. + NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ListScanConfigsResponse) Reset() { *m = ListScanConfigsResponse{} } +func (m *ListScanConfigsResponse) String() string { return proto.CompactTextString(m) } +func (*ListScanConfigsResponse) ProtoMessage() {} +func (*ListScanConfigsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{5} +} +func (m *ListScanConfigsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListScanConfigsResponse.Unmarshal(m, b) +} +func (m *ListScanConfigsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListScanConfigsResponse.Marshal(b, m, deterministic) +} +func (dst *ListScanConfigsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListScanConfigsResponse.Merge(dst, src) +} +func (m *ListScanConfigsResponse) XXX_Size() int { + return xxx_messageInfo_ListScanConfigsResponse.Size(m) +} +func (m *ListScanConfigsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ListScanConfigsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ListScanConfigsResponse proto.InternalMessageInfo + +func (m *ListScanConfigsResponse) GetScanConfigs() []*ScanConfig { + if m != nil { + return m.ScanConfigs + } + return nil +} + +func (m *ListScanConfigsResponse) GetNextPageToken() string { + if m != nil { + return m.NextPageToken + } + return "" +} + +// Request for the `StartScanRun` method. +type StartScanRunRequest struct { + // Required. + // The resource name of the ScanConfig to be used. The name follows the + // format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *StartScanRunRequest) Reset() { *m = StartScanRunRequest{} } +func (m *StartScanRunRequest) String() string { return proto.CompactTextString(m) } +func (*StartScanRunRequest) ProtoMessage() {} +func (*StartScanRunRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{6} +} +func (m *StartScanRunRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_StartScanRunRequest.Unmarshal(m, b) +} +func (m *StartScanRunRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_StartScanRunRequest.Marshal(b, m, deterministic) +} +func (dst *StartScanRunRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_StartScanRunRequest.Merge(dst, src) +} +func (m *StartScanRunRequest) XXX_Size() int { + return xxx_messageInfo_StartScanRunRequest.Size(m) +} +func (m *StartScanRunRequest) XXX_DiscardUnknown() { + xxx_messageInfo_StartScanRunRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_StartScanRunRequest proto.InternalMessageInfo + +func (m *StartScanRunRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// Request for the `GetScanRun` method. +type GetScanRunRequest struct { + // Required. + // The resource name of the ScanRun to be returned. The name follows the + // format of + // 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GetScanRunRequest) Reset() { *m = GetScanRunRequest{} } +func (m *GetScanRunRequest) String() string { return proto.CompactTextString(m) } +func (*GetScanRunRequest) ProtoMessage() {} +func (*GetScanRunRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{7} +} +func (m *GetScanRunRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetScanRunRequest.Unmarshal(m, b) +} +func (m *GetScanRunRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetScanRunRequest.Marshal(b, m, deterministic) +} +func (dst *GetScanRunRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetScanRunRequest.Merge(dst, src) +} +func (m *GetScanRunRequest) XXX_Size() int { + return xxx_messageInfo_GetScanRunRequest.Size(m) +} +func (m *GetScanRunRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetScanRunRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetScanRunRequest proto.InternalMessageInfo + +func (m *GetScanRunRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// Request for the `ListScanRuns` method. +type ListScanRunsRequest struct { + // Required. + // The parent resource name, which should be a scan resource name in the + // format 'projects/{projectId}/scanConfigs/{scanConfigId}'. + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // A token identifying a page of results to be returned. This should be a + // `next_page_token` value returned from a previous List request. + // If unspecified, the first page of results is returned. + PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` + // The maximum number of ScanRuns to return, can be limited by server. + // If not specified or not positive, the implementation will select a + // reasonable value. + PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ListScanRunsRequest) Reset() { *m = ListScanRunsRequest{} } +func (m *ListScanRunsRequest) String() string { return proto.CompactTextString(m) } +func (*ListScanRunsRequest) ProtoMessage() {} +func (*ListScanRunsRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{8} +} +func (m *ListScanRunsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListScanRunsRequest.Unmarshal(m, b) +} +func (m *ListScanRunsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListScanRunsRequest.Marshal(b, m, deterministic) +} +func (dst *ListScanRunsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListScanRunsRequest.Merge(dst, src) +} +func (m *ListScanRunsRequest) XXX_Size() int { + return xxx_messageInfo_ListScanRunsRequest.Size(m) +} +func (m *ListScanRunsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ListScanRunsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ListScanRunsRequest proto.InternalMessageInfo + +func (m *ListScanRunsRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *ListScanRunsRequest) GetPageToken() string { + if m != nil { + return m.PageToken + } + return "" +} + +func (m *ListScanRunsRequest) GetPageSize() int32 { + if m != nil { + return m.PageSize + } + return 0 +} + +// Response for the `ListScanRuns` method. +type ListScanRunsResponse struct { + // The list of ScanRuns returned. + ScanRuns []*ScanRun `protobuf:"bytes,1,rep,name=scan_runs,json=scanRuns,proto3" json:"scan_runs,omitempty"` + // Token to retrieve the next page of results, or empty if there are no + // more results in the list. + NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ListScanRunsResponse) Reset() { *m = ListScanRunsResponse{} } +func (m *ListScanRunsResponse) String() string { return proto.CompactTextString(m) } +func (*ListScanRunsResponse) ProtoMessage() {} +func (*ListScanRunsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{9} +} +func (m *ListScanRunsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListScanRunsResponse.Unmarshal(m, b) +} +func (m *ListScanRunsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListScanRunsResponse.Marshal(b, m, deterministic) +} +func (dst *ListScanRunsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListScanRunsResponse.Merge(dst, src) +} +func (m *ListScanRunsResponse) XXX_Size() int { + return xxx_messageInfo_ListScanRunsResponse.Size(m) +} +func (m *ListScanRunsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ListScanRunsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ListScanRunsResponse proto.InternalMessageInfo + +func (m *ListScanRunsResponse) GetScanRuns() []*ScanRun { + if m != nil { + return m.ScanRuns + } + return nil +} + +func (m *ListScanRunsResponse) GetNextPageToken() string { + if m != nil { + return m.NextPageToken + } + return "" +} + +// Request for the `StopScanRun` method. +type StopScanRunRequest struct { + // Required. + // The resource name of the ScanRun to be stopped. The name follows the + // format of + // 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *StopScanRunRequest) Reset() { *m = StopScanRunRequest{} } +func (m *StopScanRunRequest) String() string { return proto.CompactTextString(m) } +func (*StopScanRunRequest) ProtoMessage() {} +func (*StopScanRunRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{10} +} +func (m *StopScanRunRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_StopScanRunRequest.Unmarshal(m, b) +} +func (m *StopScanRunRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_StopScanRunRequest.Marshal(b, m, deterministic) +} +func (dst *StopScanRunRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_StopScanRunRequest.Merge(dst, src) +} +func (m *StopScanRunRequest) XXX_Size() int { + return xxx_messageInfo_StopScanRunRequest.Size(m) +} +func (m *StopScanRunRequest) XXX_DiscardUnknown() { + xxx_messageInfo_StopScanRunRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_StopScanRunRequest proto.InternalMessageInfo + +func (m *StopScanRunRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// Request for the `ListCrawledUrls` method. +type ListCrawledUrlsRequest struct { + // Required. + // The parent resource name, which should be a scan run resource name in the + // format + // 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // A token identifying a page of results to be returned. This should be a + // `next_page_token` value returned from a previous List request. + // If unspecified, the first page of results is returned. + PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` + // The maximum number of CrawledUrls to return, can be limited by server. + // If not specified or not positive, the implementation will select a + // reasonable value. + PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ListCrawledUrlsRequest) Reset() { *m = ListCrawledUrlsRequest{} } +func (m *ListCrawledUrlsRequest) String() string { return proto.CompactTextString(m) } +func (*ListCrawledUrlsRequest) ProtoMessage() {} +func (*ListCrawledUrlsRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{11} +} +func (m *ListCrawledUrlsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListCrawledUrlsRequest.Unmarshal(m, b) +} +func (m *ListCrawledUrlsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListCrawledUrlsRequest.Marshal(b, m, deterministic) +} +func (dst *ListCrawledUrlsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListCrawledUrlsRequest.Merge(dst, src) +} +func (m *ListCrawledUrlsRequest) XXX_Size() int { + return xxx_messageInfo_ListCrawledUrlsRequest.Size(m) +} +func (m *ListCrawledUrlsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ListCrawledUrlsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ListCrawledUrlsRequest proto.InternalMessageInfo + +func (m *ListCrawledUrlsRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *ListCrawledUrlsRequest) GetPageToken() string { + if m != nil { + return m.PageToken + } + return "" +} + +func (m *ListCrawledUrlsRequest) GetPageSize() int32 { + if m != nil { + return m.PageSize + } + return 0 +} + +// Response for the `ListCrawledUrls` method. +type ListCrawledUrlsResponse struct { + // The list of CrawledUrls returned. + CrawledUrls []*CrawledUrl `protobuf:"bytes,1,rep,name=crawled_urls,json=crawledUrls,proto3" json:"crawled_urls,omitempty"` + // Token to retrieve the next page of results, or empty if there are no + // more results in the list. + NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ListCrawledUrlsResponse) Reset() { *m = ListCrawledUrlsResponse{} } +func (m *ListCrawledUrlsResponse) String() string { return proto.CompactTextString(m) } +func (*ListCrawledUrlsResponse) ProtoMessage() {} +func (*ListCrawledUrlsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{12} +} +func (m *ListCrawledUrlsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListCrawledUrlsResponse.Unmarshal(m, b) +} +func (m *ListCrawledUrlsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListCrawledUrlsResponse.Marshal(b, m, deterministic) +} +func (dst *ListCrawledUrlsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListCrawledUrlsResponse.Merge(dst, src) +} +func (m *ListCrawledUrlsResponse) XXX_Size() int { + return xxx_messageInfo_ListCrawledUrlsResponse.Size(m) +} +func (m *ListCrawledUrlsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ListCrawledUrlsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ListCrawledUrlsResponse proto.InternalMessageInfo + +func (m *ListCrawledUrlsResponse) GetCrawledUrls() []*CrawledUrl { + if m != nil { + return m.CrawledUrls + } + return nil +} + +func (m *ListCrawledUrlsResponse) GetNextPageToken() string { + if m != nil { + return m.NextPageToken + } + return "" +} + +// Request for the `GetFinding` method. +type GetFindingRequest struct { + // Required. + // The resource name of the Finding to be returned. The name follows the + // format of + // 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}/findings/{findingId}'. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GetFindingRequest) Reset() { *m = GetFindingRequest{} } +func (m *GetFindingRequest) String() string { return proto.CompactTextString(m) } +func (*GetFindingRequest) ProtoMessage() {} +func (*GetFindingRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{13} +} +func (m *GetFindingRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetFindingRequest.Unmarshal(m, b) +} +func (m *GetFindingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetFindingRequest.Marshal(b, m, deterministic) +} +func (dst *GetFindingRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetFindingRequest.Merge(dst, src) +} +func (m *GetFindingRequest) XXX_Size() int { + return xxx_messageInfo_GetFindingRequest.Size(m) +} +func (m *GetFindingRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetFindingRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetFindingRequest proto.InternalMessageInfo + +func (m *GetFindingRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// Request for the `ListFindings` method. +type ListFindingsRequest struct { + // Required. + // The parent resource name, which should be a scan run resource name in the + // format + // 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // The filter expression. The expression must be in the format: + // . + // Supported field: 'finding_type'. + // Supported operator: '='. + Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` + // A token identifying a page of results to be returned. This should be a + // `next_page_token` value returned from a previous List request. + // If unspecified, the first page of results is returned. + PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` + // The maximum number of Findings to return, can be limited by server. + // If not specified or not positive, the implementation will select a + // reasonable value. + PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ListFindingsRequest) Reset() { *m = ListFindingsRequest{} } +func (m *ListFindingsRequest) String() string { return proto.CompactTextString(m) } +func (*ListFindingsRequest) ProtoMessage() {} +func (*ListFindingsRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{14} +} +func (m *ListFindingsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListFindingsRequest.Unmarshal(m, b) +} +func (m *ListFindingsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListFindingsRequest.Marshal(b, m, deterministic) +} +func (dst *ListFindingsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListFindingsRequest.Merge(dst, src) +} +func (m *ListFindingsRequest) XXX_Size() int { + return xxx_messageInfo_ListFindingsRequest.Size(m) +} +func (m *ListFindingsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ListFindingsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ListFindingsRequest proto.InternalMessageInfo + +func (m *ListFindingsRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *ListFindingsRequest) GetFilter() string { + if m != nil { + return m.Filter + } + return "" +} + +func (m *ListFindingsRequest) GetPageToken() string { + if m != nil { + return m.PageToken + } + return "" +} + +func (m *ListFindingsRequest) GetPageSize() int32 { + if m != nil { + return m.PageSize + } + return 0 +} + +// Response for the `ListFindings` method. +type ListFindingsResponse struct { + // The list of Findings returned. + Findings []*Finding `protobuf:"bytes,1,rep,name=findings,proto3" json:"findings,omitempty"` + // Token to retrieve the next page of results, or empty if there are no + // more results in the list. + NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ListFindingsResponse) Reset() { *m = ListFindingsResponse{} } +func (m *ListFindingsResponse) String() string { return proto.CompactTextString(m) } +func (*ListFindingsResponse) ProtoMessage() {} +func (*ListFindingsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{15} +} +func (m *ListFindingsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListFindingsResponse.Unmarshal(m, b) +} +func (m *ListFindingsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListFindingsResponse.Marshal(b, m, deterministic) +} +func (dst *ListFindingsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListFindingsResponse.Merge(dst, src) +} +func (m *ListFindingsResponse) XXX_Size() int { + return xxx_messageInfo_ListFindingsResponse.Size(m) +} +func (m *ListFindingsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ListFindingsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ListFindingsResponse proto.InternalMessageInfo + +func (m *ListFindingsResponse) GetFindings() []*Finding { + if m != nil { + return m.Findings + } + return nil +} + +func (m *ListFindingsResponse) GetNextPageToken() string { + if m != nil { + return m.NextPageToken + } + return "" +} + +// Request for the `ListFindingTypeStats` method. +type ListFindingTypeStatsRequest struct { + // Required. + // The parent resource name, which should be a scan run resource name in the + // format + // 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ListFindingTypeStatsRequest) Reset() { *m = ListFindingTypeStatsRequest{} } +func (m *ListFindingTypeStatsRequest) String() string { return proto.CompactTextString(m) } +func (*ListFindingTypeStatsRequest) ProtoMessage() {} +func (*ListFindingTypeStatsRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{16} +} +func (m *ListFindingTypeStatsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListFindingTypeStatsRequest.Unmarshal(m, b) +} +func (m *ListFindingTypeStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListFindingTypeStatsRequest.Marshal(b, m, deterministic) +} +func (dst *ListFindingTypeStatsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListFindingTypeStatsRequest.Merge(dst, src) +} +func (m *ListFindingTypeStatsRequest) XXX_Size() int { + return xxx_messageInfo_ListFindingTypeStatsRequest.Size(m) +} +func (m *ListFindingTypeStatsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ListFindingTypeStatsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ListFindingTypeStatsRequest proto.InternalMessageInfo + +func (m *ListFindingTypeStatsRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +// Response for the `ListFindingTypeStats` method. +type ListFindingTypeStatsResponse struct { + // The list of FindingTypeStats returned. + FindingTypeStats []*FindingTypeStats `protobuf:"bytes,1,rep,name=finding_type_stats,json=findingTypeStats,proto3" json:"finding_type_stats,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ListFindingTypeStatsResponse) Reset() { *m = ListFindingTypeStatsResponse{} } +func (m *ListFindingTypeStatsResponse) String() string { return proto.CompactTextString(m) } +func (*ListFindingTypeStatsResponse) ProtoMessage() {} +func (*ListFindingTypeStatsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_web_security_scanner_ccd98c4097e38a3b, []int{17} +} +func (m *ListFindingTypeStatsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListFindingTypeStatsResponse.Unmarshal(m, b) +} +func (m *ListFindingTypeStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListFindingTypeStatsResponse.Marshal(b, m, deterministic) +} +func (dst *ListFindingTypeStatsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListFindingTypeStatsResponse.Merge(dst, src) +} +func (m *ListFindingTypeStatsResponse) XXX_Size() int { + return xxx_messageInfo_ListFindingTypeStatsResponse.Size(m) +} +func (m *ListFindingTypeStatsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ListFindingTypeStatsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ListFindingTypeStatsResponse proto.InternalMessageInfo + +func (m *ListFindingTypeStatsResponse) GetFindingTypeStats() []*FindingTypeStats { + if m != nil { + return m.FindingTypeStats + } + return nil +} + +func init() { + proto.RegisterType((*CreateScanConfigRequest)(nil), "google.cloud.websecurityscanner.v1beta.CreateScanConfigRequest") + proto.RegisterType((*DeleteScanConfigRequest)(nil), "google.cloud.websecurityscanner.v1beta.DeleteScanConfigRequest") + proto.RegisterType((*GetScanConfigRequest)(nil), "google.cloud.websecurityscanner.v1beta.GetScanConfigRequest") + proto.RegisterType((*ListScanConfigsRequest)(nil), "google.cloud.websecurityscanner.v1beta.ListScanConfigsRequest") + proto.RegisterType((*UpdateScanConfigRequest)(nil), "google.cloud.websecurityscanner.v1beta.UpdateScanConfigRequest") + proto.RegisterType((*ListScanConfigsResponse)(nil), "google.cloud.websecurityscanner.v1beta.ListScanConfigsResponse") + proto.RegisterType((*StartScanRunRequest)(nil), "google.cloud.websecurityscanner.v1beta.StartScanRunRequest") + proto.RegisterType((*GetScanRunRequest)(nil), "google.cloud.websecurityscanner.v1beta.GetScanRunRequest") + proto.RegisterType((*ListScanRunsRequest)(nil), "google.cloud.websecurityscanner.v1beta.ListScanRunsRequest") + proto.RegisterType((*ListScanRunsResponse)(nil), "google.cloud.websecurityscanner.v1beta.ListScanRunsResponse") + proto.RegisterType((*StopScanRunRequest)(nil), "google.cloud.websecurityscanner.v1beta.StopScanRunRequest") + proto.RegisterType((*ListCrawledUrlsRequest)(nil), "google.cloud.websecurityscanner.v1beta.ListCrawledUrlsRequest") + proto.RegisterType((*ListCrawledUrlsResponse)(nil), "google.cloud.websecurityscanner.v1beta.ListCrawledUrlsResponse") + proto.RegisterType((*GetFindingRequest)(nil), "google.cloud.websecurityscanner.v1beta.GetFindingRequest") + proto.RegisterType((*ListFindingsRequest)(nil), "google.cloud.websecurityscanner.v1beta.ListFindingsRequest") + proto.RegisterType((*ListFindingsResponse)(nil), "google.cloud.websecurityscanner.v1beta.ListFindingsResponse") + proto.RegisterType((*ListFindingTypeStatsRequest)(nil), "google.cloud.websecurityscanner.v1beta.ListFindingTypeStatsRequest") + proto.RegisterType((*ListFindingTypeStatsResponse)(nil), "google.cloud.websecurityscanner.v1beta.ListFindingTypeStatsResponse") +} + +// Reference imports to suppress errors if they are not otherwise used. +var _ context.Context +var _ grpc.ClientConn + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the grpc package it is being compiled against. +const _ = grpc.SupportPackageIsVersion4 + +// WebSecurityScannerClient is the client API for WebSecurityScanner service. +// +// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. +type WebSecurityScannerClient interface { + // Creates a new ScanConfig. + CreateScanConfig(ctx context.Context, in *CreateScanConfigRequest, opts ...grpc.CallOption) (*ScanConfig, error) + // Deletes an existing ScanConfig and its child resources. + DeleteScanConfig(ctx context.Context, in *DeleteScanConfigRequest, opts ...grpc.CallOption) (*empty.Empty, error) + // Gets a ScanConfig. + GetScanConfig(ctx context.Context, in *GetScanConfigRequest, opts ...grpc.CallOption) (*ScanConfig, error) + // Lists ScanConfigs under a given project. + ListScanConfigs(ctx context.Context, in *ListScanConfigsRequest, opts ...grpc.CallOption) (*ListScanConfigsResponse, error) + // Updates a ScanConfig. This method support partial update of a ScanConfig. + UpdateScanConfig(ctx context.Context, in *UpdateScanConfigRequest, opts ...grpc.CallOption) (*ScanConfig, error) + // Start a ScanRun according to the given ScanConfig. + StartScanRun(ctx context.Context, in *StartScanRunRequest, opts ...grpc.CallOption) (*ScanRun, error) + // Gets a ScanRun. + GetScanRun(ctx context.Context, in *GetScanRunRequest, opts ...grpc.CallOption) (*ScanRun, error) + // Lists ScanRuns under a given ScanConfig, in descending order of ScanRun + // stop time. + ListScanRuns(ctx context.Context, in *ListScanRunsRequest, opts ...grpc.CallOption) (*ListScanRunsResponse, error) + // Stops a ScanRun. The stopped ScanRun is returned. + StopScanRun(ctx context.Context, in *StopScanRunRequest, opts ...grpc.CallOption) (*ScanRun, error) + // List CrawledUrls under a given ScanRun. + ListCrawledUrls(ctx context.Context, in *ListCrawledUrlsRequest, opts ...grpc.CallOption) (*ListCrawledUrlsResponse, error) + // Gets a Finding. + GetFinding(ctx context.Context, in *GetFindingRequest, opts ...grpc.CallOption) (*Finding, error) + // List Findings under a given ScanRun. + ListFindings(ctx context.Context, in *ListFindingsRequest, opts ...grpc.CallOption) (*ListFindingsResponse, error) + // List all FindingTypeStats under a given ScanRun. + ListFindingTypeStats(ctx context.Context, in *ListFindingTypeStatsRequest, opts ...grpc.CallOption) (*ListFindingTypeStatsResponse, error) +} + +type webSecurityScannerClient struct { + cc *grpc.ClientConn +} + +func NewWebSecurityScannerClient(cc *grpc.ClientConn) WebSecurityScannerClient { + return &webSecurityScannerClient{cc} +} + +func (c *webSecurityScannerClient) CreateScanConfig(ctx context.Context, in *CreateScanConfigRequest, opts ...grpc.CallOption) (*ScanConfig, error) { + out := new(ScanConfig) + err := c.cc.Invoke(ctx, "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/CreateScanConfig", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *webSecurityScannerClient) DeleteScanConfig(ctx context.Context, in *DeleteScanConfigRequest, opts ...grpc.CallOption) (*empty.Empty, error) { + out := new(empty.Empty) + err := c.cc.Invoke(ctx, "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/DeleteScanConfig", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *webSecurityScannerClient) GetScanConfig(ctx context.Context, in *GetScanConfigRequest, opts ...grpc.CallOption) (*ScanConfig, error) { + out := new(ScanConfig) + err := c.cc.Invoke(ctx, "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/GetScanConfig", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *webSecurityScannerClient) ListScanConfigs(ctx context.Context, in *ListScanConfigsRequest, opts ...grpc.CallOption) (*ListScanConfigsResponse, error) { + out := new(ListScanConfigsResponse) + err := c.cc.Invoke(ctx, "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/ListScanConfigs", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *webSecurityScannerClient) UpdateScanConfig(ctx context.Context, in *UpdateScanConfigRequest, opts ...grpc.CallOption) (*ScanConfig, error) { + out := new(ScanConfig) + err := c.cc.Invoke(ctx, "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/UpdateScanConfig", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *webSecurityScannerClient) StartScanRun(ctx context.Context, in *StartScanRunRequest, opts ...grpc.CallOption) (*ScanRun, error) { + out := new(ScanRun) + err := c.cc.Invoke(ctx, "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/StartScanRun", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *webSecurityScannerClient) GetScanRun(ctx context.Context, in *GetScanRunRequest, opts ...grpc.CallOption) (*ScanRun, error) { + out := new(ScanRun) + err := c.cc.Invoke(ctx, "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/GetScanRun", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *webSecurityScannerClient) ListScanRuns(ctx context.Context, in *ListScanRunsRequest, opts ...grpc.CallOption) (*ListScanRunsResponse, error) { + out := new(ListScanRunsResponse) + err := c.cc.Invoke(ctx, "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/ListScanRuns", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *webSecurityScannerClient) StopScanRun(ctx context.Context, in *StopScanRunRequest, opts ...grpc.CallOption) (*ScanRun, error) { + out := new(ScanRun) + err := c.cc.Invoke(ctx, "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/StopScanRun", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *webSecurityScannerClient) ListCrawledUrls(ctx context.Context, in *ListCrawledUrlsRequest, opts ...grpc.CallOption) (*ListCrawledUrlsResponse, error) { + out := new(ListCrawledUrlsResponse) + err := c.cc.Invoke(ctx, "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/ListCrawledUrls", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *webSecurityScannerClient) GetFinding(ctx context.Context, in *GetFindingRequest, opts ...grpc.CallOption) (*Finding, error) { + out := new(Finding) + err := c.cc.Invoke(ctx, "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/GetFinding", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *webSecurityScannerClient) ListFindings(ctx context.Context, in *ListFindingsRequest, opts ...grpc.CallOption) (*ListFindingsResponse, error) { + out := new(ListFindingsResponse) + err := c.cc.Invoke(ctx, "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/ListFindings", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *webSecurityScannerClient) ListFindingTypeStats(ctx context.Context, in *ListFindingTypeStatsRequest, opts ...grpc.CallOption) (*ListFindingTypeStatsResponse, error) { + out := new(ListFindingTypeStatsResponse) + err := c.cc.Invoke(ctx, "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/ListFindingTypeStats", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +// WebSecurityScannerServer is the server API for WebSecurityScanner service. +type WebSecurityScannerServer interface { + // Creates a new ScanConfig. + CreateScanConfig(context.Context, *CreateScanConfigRequest) (*ScanConfig, error) + // Deletes an existing ScanConfig and its child resources. + DeleteScanConfig(context.Context, *DeleteScanConfigRequest) (*empty.Empty, error) + // Gets a ScanConfig. + GetScanConfig(context.Context, *GetScanConfigRequest) (*ScanConfig, error) + // Lists ScanConfigs under a given project. + ListScanConfigs(context.Context, *ListScanConfigsRequest) (*ListScanConfigsResponse, error) + // Updates a ScanConfig. This method support partial update of a ScanConfig. + UpdateScanConfig(context.Context, *UpdateScanConfigRequest) (*ScanConfig, error) + // Start a ScanRun according to the given ScanConfig. + StartScanRun(context.Context, *StartScanRunRequest) (*ScanRun, error) + // Gets a ScanRun. + GetScanRun(context.Context, *GetScanRunRequest) (*ScanRun, error) + // Lists ScanRuns under a given ScanConfig, in descending order of ScanRun + // stop time. + ListScanRuns(context.Context, *ListScanRunsRequest) (*ListScanRunsResponse, error) + // Stops a ScanRun. The stopped ScanRun is returned. + StopScanRun(context.Context, *StopScanRunRequest) (*ScanRun, error) + // List CrawledUrls under a given ScanRun. + ListCrawledUrls(context.Context, *ListCrawledUrlsRequest) (*ListCrawledUrlsResponse, error) + // Gets a Finding. + GetFinding(context.Context, *GetFindingRequest) (*Finding, error) + // List Findings under a given ScanRun. + ListFindings(context.Context, *ListFindingsRequest) (*ListFindingsResponse, error) + // List all FindingTypeStats under a given ScanRun. + ListFindingTypeStats(context.Context, *ListFindingTypeStatsRequest) (*ListFindingTypeStatsResponse, error) +} + +func RegisterWebSecurityScannerServer(s *grpc.Server, srv WebSecurityScannerServer) { + s.RegisterService(&_WebSecurityScanner_serviceDesc, srv) +} + +func _WebSecurityScanner_CreateScanConfig_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(CreateScanConfigRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(WebSecurityScannerServer).CreateScanConfig(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/CreateScanConfig", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(WebSecurityScannerServer).CreateScanConfig(ctx, req.(*CreateScanConfigRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _WebSecurityScanner_DeleteScanConfig_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(DeleteScanConfigRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(WebSecurityScannerServer).DeleteScanConfig(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/DeleteScanConfig", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(WebSecurityScannerServer).DeleteScanConfig(ctx, req.(*DeleteScanConfigRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _WebSecurityScanner_GetScanConfig_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetScanConfigRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(WebSecurityScannerServer).GetScanConfig(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/GetScanConfig", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(WebSecurityScannerServer).GetScanConfig(ctx, req.(*GetScanConfigRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _WebSecurityScanner_ListScanConfigs_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ListScanConfigsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(WebSecurityScannerServer).ListScanConfigs(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/ListScanConfigs", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(WebSecurityScannerServer).ListScanConfigs(ctx, req.(*ListScanConfigsRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _WebSecurityScanner_UpdateScanConfig_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(UpdateScanConfigRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(WebSecurityScannerServer).UpdateScanConfig(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/UpdateScanConfig", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(WebSecurityScannerServer).UpdateScanConfig(ctx, req.(*UpdateScanConfigRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _WebSecurityScanner_StartScanRun_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(StartScanRunRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(WebSecurityScannerServer).StartScanRun(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/StartScanRun", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(WebSecurityScannerServer).StartScanRun(ctx, req.(*StartScanRunRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _WebSecurityScanner_GetScanRun_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetScanRunRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(WebSecurityScannerServer).GetScanRun(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/GetScanRun", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(WebSecurityScannerServer).GetScanRun(ctx, req.(*GetScanRunRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _WebSecurityScanner_ListScanRuns_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ListScanRunsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(WebSecurityScannerServer).ListScanRuns(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/ListScanRuns", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(WebSecurityScannerServer).ListScanRuns(ctx, req.(*ListScanRunsRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _WebSecurityScanner_StopScanRun_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(StopScanRunRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(WebSecurityScannerServer).StopScanRun(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/StopScanRun", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(WebSecurityScannerServer).StopScanRun(ctx, req.(*StopScanRunRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _WebSecurityScanner_ListCrawledUrls_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ListCrawledUrlsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(WebSecurityScannerServer).ListCrawledUrls(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/ListCrawledUrls", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(WebSecurityScannerServer).ListCrawledUrls(ctx, req.(*ListCrawledUrlsRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _WebSecurityScanner_GetFinding_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetFindingRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(WebSecurityScannerServer).GetFinding(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/GetFinding", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(WebSecurityScannerServer).GetFinding(ctx, req.(*GetFindingRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _WebSecurityScanner_ListFindings_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ListFindingsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(WebSecurityScannerServer).ListFindings(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/ListFindings", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(WebSecurityScannerServer).ListFindings(ctx, req.(*ListFindingsRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _WebSecurityScanner_ListFindingTypeStats_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ListFindingTypeStatsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(WebSecurityScannerServer).ListFindingTypeStats(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.websecurityscanner.v1beta.WebSecurityScanner/ListFindingTypeStats", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(WebSecurityScannerServer).ListFindingTypeStats(ctx, req.(*ListFindingTypeStatsRequest)) + } + return interceptor(ctx, in, info, handler) +} + +var _WebSecurityScanner_serviceDesc = grpc.ServiceDesc{ + ServiceName: "google.cloud.websecurityscanner.v1beta.WebSecurityScanner", + HandlerType: (*WebSecurityScannerServer)(nil), + Methods: []grpc.MethodDesc{ + { + MethodName: "CreateScanConfig", + Handler: _WebSecurityScanner_CreateScanConfig_Handler, + }, + { + MethodName: "DeleteScanConfig", + Handler: _WebSecurityScanner_DeleteScanConfig_Handler, + }, + { + MethodName: "GetScanConfig", + Handler: _WebSecurityScanner_GetScanConfig_Handler, + }, + { + MethodName: "ListScanConfigs", + Handler: _WebSecurityScanner_ListScanConfigs_Handler, + }, + { + MethodName: "UpdateScanConfig", + Handler: _WebSecurityScanner_UpdateScanConfig_Handler, + }, + { + MethodName: "StartScanRun", + Handler: _WebSecurityScanner_StartScanRun_Handler, + }, + { + MethodName: "GetScanRun", + Handler: _WebSecurityScanner_GetScanRun_Handler, + }, + { + MethodName: "ListScanRuns", + Handler: _WebSecurityScanner_ListScanRuns_Handler, + }, + { + MethodName: "StopScanRun", + Handler: _WebSecurityScanner_StopScanRun_Handler, + }, + { + MethodName: "ListCrawledUrls", + Handler: _WebSecurityScanner_ListCrawledUrls_Handler, + }, + { + MethodName: "GetFinding", + Handler: _WebSecurityScanner_GetFinding_Handler, + }, + { + MethodName: "ListFindings", + Handler: _WebSecurityScanner_ListFindings_Handler, + }, + { + MethodName: "ListFindingTypeStats", + Handler: _WebSecurityScanner_ListFindingTypeStats_Handler, + }, + }, + Streams: []grpc.StreamDesc{}, + Metadata: "google/cloud/websecurityscanner/v1beta/web_security_scanner.proto", +} + +func init() { + proto.RegisterFile("google/cloud/websecurityscanner/v1beta/web_security_scanner.proto", fileDescriptor_web_security_scanner_ccd98c4097e38a3b) +} + +var fileDescriptor_web_security_scanner_ccd98c4097e38a3b = []byte{ + // 1113 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x41, 0x6f, 0x1b, 0x45, + 0x14, 0xd6, 0xb4, 0x25, 0x4a, 0x9e, 0x53, 0x35, 0x4c, 0xa3, 0x38, 0xda, 0x14, 0xc9, 0xda, 0x43, + 0x9b, 0x5a, 0xaa, 0x57, 0xb8, 0x2d, 0x04, 0x27, 0x25, 0x90, 0x34, 0x2d, 0x12, 0xad, 0x14, 0xd9, + 0x8d, 0x40, 0x5c, 0x56, 0x6b, 0x7b, 0x6c, 0x2d, 0xd9, 0xcc, 0x2e, 0x3b, 0xb3, 0x94, 0x14, 0xf5, + 0x00, 0x07, 0x2e, 0x70, 0xe3, 0xc2, 0x81, 0x0b, 0x57, 0xb8, 0x21, 0xc4, 0x11, 0x0e, 0xa8, 0x77, + 0x10, 0x57, 0x8e, 0xfc, 0x00, 0x7e, 0x02, 0xda, 0xd9, 0x59, 0x7b, 0xbd, 0xbb, 0xb5, 0x67, 0x1c, + 0xe5, 0xe6, 0x9d, 0x99, 0xf7, 0xe6, 0x7b, 0xdf, 0x7b, 0x6f, 0xde, 0x27, 0xc3, 0xbb, 0x43, 0xdf, + 0x1f, 0x7a, 0xc4, 0xea, 0x79, 0x7e, 0xd4, 0xb7, 0x9e, 0x92, 0x2e, 0x23, 0xbd, 0x28, 0x74, 0xf9, + 0x29, 0xeb, 0x39, 0x94, 0x92, 0xd0, 0xfa, 0xf4, 0xf5, 0x2e, 0xe1, 0x4e, 0xbc, 0x63, 0xa7, 0x5b, + 0xb6, 0xdc, 0x6b, 0x04, 0xa1, 0xcf, 0x7d, 0x7c, 0x3d, 0x71, 0xd1, 0x10, 0x2e, 0x1a, 0x45, 0x17, + 0x8d, 0xc4, 0x85, 0x71, 0x4d, 0x5e, 0xe5, 0x04, 0xae, 0xe5, 0x50, 0xea, 0x73, 0x87, 0xbb, 0x3e, + 0x65, 0x89, 0x17, 0x63, 0x4b, 0x11, 0x48, 0x2f, 0x74, 0x9e, 0x7a, 0xa4, 0x6f, 0x47, 0xa1, 0x27, + 0x2d, 0xef, 0x28, 0x5a, 0x0e, 0x5c, 0xda, 0x77, 0xe9, 0x50, 0x5a, 0xed, 0xea, 0x59, 0xd9, 0xfc, + 0x34, 0x20, 0x36, 0xe3, 0x0e, 0xd7, 0x05, 0x1c, 0x7f, 0xda, 0x3d, 0x9f, 0x0e, 0xdc, 0xf4, 0xea, + 0xbb, 0x3a, 0x96, 0x61, 0x44, 0xa5, 0xd9, 0x86, 0x34, 0x13, 0x5f, 0xdd, 0x68, 0x60, 0x91, 0x93, + 0x80, 0x9f, 0xca, 0xcd, 0x5a, 0x7e, 0x73, 0xe0, 0x12, 0xaf, 0x6f, 0x9f, 0x38, 0xec, 0x38, 0x39, + 0x61, 0x7e, 0x85, 0xa0, 0xba, 0x1f, 0x12, 0x87, 0x93, 0x4e, 0xcf, 0xa1, 0xfb, 0x02, 0x50, 0x9b, + 0x7c, 0x12, 0x11, 0xc6, 0xf1, 0x1a, 0x2c, 0x04, 0x4e, 0x48, 0x28, 0x5f, 0x47, 0x35, 0xb4, 0xb9, + 0xd4, 0x96, 0x5f, 0xb8, 0x03, 0x95, 0x0c, 0xfc, 0xf5, 0x0b, 0x35, 0xb4, 0x59, 0x69, 0x36, 0x1b, + 0x6a, 0x09, 0x6f, 0x64, 0xee, 0x01, 0x36, 0xfa, 0x6d, 0xde, 0x82, 0xea, 0x7d, 0xe2, 0x91, 0x32, + 0x1c, 0x18, 0x2e, 0x51, 0xe7, 0x84, 0x48, 0x14, 0xe2, 0xb7, 0x59, 0x87, 0xd5, 0x87, 0x84, 0xab, + 0x9d, 0xf5, 0x60, 0xed, 0x91, 0xcb, 0x32, 0x87, 0xd9, 0xac, 0x08, 0x5f, 0x03, 0x08, 0x9c, 0x21, + 0xb1, 0xb9, 0x7f, 0x4c, 0xa8, 0x08, 0x70, 0xa9, 0xbd, 0x14, 0xaf, 0x3c, 0x89, 0x17, 0xf0, 0x06, + 0x88, 0x0f, 0x9b, 0xb9, 0xcf, 0xc8, 0xfa, 0xc5, 0x1a, 0xda, 0x7c, 0xa5, 0xbd, 0x18, 0x2f, 0x74, + 0xdc, 0x67, 0xc4, 0xfc, 0x09, 0x41, 0xf5, 0x28, 0xe8, 0x97, 0x32, 0x7a, 0x1e, 0xcc, 0xe1, 0x6d, + 0xa8, 0x44, 0xe2, 0x3e, 0x91, 0x57, 0x81, 0xa7, 0xd2, 0x34, 0x52, 0xa7, 0x69, 0xea, 0x1b, 0x0f, + 0xe2, 0xd4, 0x3f, 0x76, 0xd8, 0x71, 0x1b, 0x92, 0xe3, 0xf1, 0x6f, 0xf3, 0x3b, 0x04, 0xd5, 0x02, + 0x39, 0x2c, 0xf0, 0x29, 0x23, 0xf8, 0x08, 0x96, 0x33, 0x68, 0xd9, 0x3a, 0xaa, 0x5d, 0x9c, 0x13, + 0x6e, 0x65, 0x0c, 0x97, 0xe1, 0xeb, 0x70, 0x85, 0x92, 0xcf, 0xb8, 0x5d, 0x60, 0xf8, 0x72, 0xbc, + 0x7c, 0x98, 0xb2, 0x6c, 0xde, 0x84, 0xab, 0x1d, 0xee, 0x84, 0x02, 0x5a, 0x3b, 0xa2, 0xd3, 0x32, + 0x7c, 0x03, 0x5e, 0x95, 0xd5, 0x30, 0xe3, 0xa0, 0x0b, 0x57, 0xd3, 0x68, 0xdb, 0x11, 0x3d, 0xd7, + 0x3a, 0xf8, 0x06, 0xc1, 0xea, 0xe4, 0x5d, 0x92, 0xd6, 0x47, 0xb0, 0x94, 0xf6, 0x70, 0xca, 0xa9, + 0xa5, 0xc3, 0x69, 0x1c, 0xe2, 0x22, 0x93, 0x5e, 0x95, 0xd9, 0xdc, 0x04, 0xdc, 0xe1, 0x7e, 0xa0, + 0xc0, 0x91, 0x6c, 0x97, 0xfd, 0xe4, 0x49, 0x3d, 0x0a, 0xbd, 0x73, 0xa5, 0x29, 0x2d, 0xc0, 0x89, + 0xeb, 0xc6, 0x05, 0x98, 0x79, 0xd8, 0xb5, 0x0b, 0x70, 0xec, 0xb2, 0x5d, 0xe9, 0x8d, 0xdd, 0x2b, + 0x53, 0x96, 0x54, 0xd5, 0x83, 0xe4, 0xa9, 0x9f, 0xc6, 0xd8, 0x17, 0x28, 0x29, 0x2b, 0x79, 0x74, + 0x26, 0x5f, 0x6b, 0xb0, 0x30, 0x70, 0x3d, 0x4e, 0x42, 0x79, 0xaf, 0xfc, 0xca, 0xf1, 0x78, 0x71, + 0x2a, 0x8f, 0x97, 0x72, 0x3c, 0x7e, 0x2d, 0xcb, 0x6d, 0x8c, 0x41, 0x92, 0xf8, 0x3e, 0x2c, 0xca, + 0x69, 0xa5, 0x5d, 0x6d, 0x69, 0xe8, 0x23, 0x07, 0xca, 0xd4, 0xdd, 0x85, 0x8d, 0x0c, 0x98, 0x27, + 0xa7, 0x01, 0xe9, 0xc4, 0x43, 0x72, 0x06, 0x31, 0xf1, 0x34, 0xba, 0x56, 0x6e, 0x27, 0x83, 0x19, + 0x00, 0x2e, 0x8e, 0x5e, 0x19, 0xd6, 0x96, 0x66, 0x58, 0x63, 0xef, 0x2b, 0x83, 0xdc, 0x4a, 0xf3, + 0xc7, 0x55, 0xc0, 0x1f, 0x90, 0x6e, 0x47, 0x3a, 0xe8, 0x24, 0x0e, 0xf0, 0x0b, 0x04, 0x2b, 0xf9, + 0x69, 0x89, 0x77, 0xd5, 0xeb, 0xb1, 0x74, 0xce, 0x1a, 0x73, 0xbc, 0xa8, 0xe6, 0xce, 0x97, 0x7f, + 0xff, 0xfb, 0xed, 0x85, 0x37, 0xcc, 0x1b, 0xa9, 0x2c, 0xf8, 0x3c, 0xa1, 0xf0, 0x5e, 0x10, 0xfa, + 0x1f, 0x93, 0x1e, 0x67, 0x56, 0xfd, 0xb9, 0x95, 0x79, 0x75, 0x5b, 0xd9, 0xc1, 0x83, 0xbf, 0x47, + 0xb0, 0x92, 0x9f, 0xb6, 0xea, 0x71, 0xbc, 0x64, 0x4e, 0x1b, 0x6b, 0x85, 0x99, 0x73, 0x10, 0x6b, + 0x11, 0xd3, 0x12, 0x58, 0x6f, 0xd6, 0xc7, 0x58, 0xe3, 0xae, 0xc9, 0x20, 0xcd, 0x02, 0xb5, 0xea, + 0xcf, 0xf1, 0xcf, 0x08, 0x2e, 0x4f, 0x4c, 0x77, 0xbc, 0xa3, 0x8a, 0xad, 0x4c, 0x14, 0xcc, 0x45, + 0xb0, 0x04, 0x8d, 0x95, 0x41, 0xff, 0x81, 0xe0, 0x4a, 0x6e, 0x92, 0xe2, 0xb7, 0x55, 0x2f, 0x2e, + 0xd7, 0x27, 0xc6, 0xee, 0xdc, 0xf6, 0x49, 0xbf, 0x94, 0x44, 0x31, 0xbd, 0x4c, 0xf0, 0x5f, 0x08, + 0x56, 0xf2, 0xea, 0x45, 0xbd, 0x32, 0x5e, 0xa2, 0x7b, 0xe6, 0x4a, 0xc0, 0x7b, 0x02, 0xfa, 0x5e, + 0xf3, 0xf6, 0x08, 0x7a, 0x56, 0x33, 0x4f, 0x4f, 0xc6, 0x64, 0xb5, 0xff, 0x8a, 0x60, 0x39, 0xab, + 0x24, 0xf0, 0xb6, 0x32, 0x9c, 0xa2, 0xfe, 0x30, 0x74, 0x67, 0xb5, 0xb9, 0x25, 0x02, 0x69, 0x9a, + 0xb7, 0x14, 0x2b, 0xa9, 0xc5, 0xe2, 0x5b, 0x5b, 0xa8, 0x8e, 0x7f, 0x41, 0x00, 0x63, 0x5d, 0x83, + 0xdf, 0xd2, 0x6c, 0x82, 0xb3, 0x80, 0x6e, 0x09, 0xd0, 0x77, 0x70, 0x53, 0x0d, 0xb4, 0x95, 0xea, + 0x91, 0xb8, 0x13, 0x5e, 0x20, 0x58, 0xce, 0x2a, 0x1f, 0x75, 0xbe, 0x4b, 0xb4, 0x99, 0xb1, 0x33, + 0x9f, 0xb1, 0x6c, 0x80, 0x62, 0x1c, 0x85, 0x06, 0xc8, 0xd1, 0x3f, 0x0a, 0x05, 0xff, 0x86, 0xa0, + 0x92, 0xd1, 0x4c, 0xb8, 0xa5, 0x5e, 0x36, 0x79, 0xa1, 0xa5, 0x9f, 0x80, 0x3d, 0x01, 0x7c, 0xc7, + 0x7c, 0x53, 0x3f, 0x01, 0x2d, 0xc6, 0xfd, 0x20, 0xae, 0x9f, 0x7f, 0xe4, 0x93, 0x94, 0xd1, 0x56, + 0x7a, 0x4f, 0x52, 0x51, 0x03, 0xea, 0x3d, 0x49, 0x25, 0xa2, 0x2e, 0xed, 0x6b, 0xfc, 0x8e, 0x6a, + 0x46, 0xb2, 0xa1, 0x59, 0x59, 0x1d, 0xf7, 0x7b, 0xd2, 0x1e, 0x72, 0x9c, 0x6b, 0xb5, 0xc7, 0xa4, + 0xa8, 0x33, 0x74, 0x15, 0x91, 0x79, 0x20, 0x82, 0xd8, 0xc5, 0xf7, 0xb4, 0xb3, 0x93, 0xfe, 0x75, + 0x20, 0x3a, 0xe5, 0x4f, 0xd9, 0x29, 0xa9, 0x68, 0xd3, 0xeb, 0x94, 0x9c, 0xdc, 0xd4, 0xeb, 0x94, + 0xbc, 0x4e, 0x2c, 0x09, 0x49, 0x27, 0x2f, 0x23, 0x85, 0xf8, 0xdf, 0xa4, 0x0e, 0x1d, 0x49, 0x2a, + 0xbc, 0x3f, 0x07, 0xba, 0xbc, 0x70, 0x34, 0xee, 0x9f, 0xcd, 0x89, 0x0c, 0xf5, 0xb1, 0x08, 0xf5, + 0x21, 0x3e, 0x38, 0x4b, 0xa8, 0x23, 0xb7, 0x7b, 0x3f, 0x20, 0xa8, 0xf7, 0xfc, 0x13, 0x45, 0x68, + 0x7b, 0xd5, 0xa2, 0xb0, 0x3c, 0x8c, 0x05, 0xd3, 0x21, 0xfa, 0xe8, 0x43, 0xe9, 0x62, 0xe8, 0x7b, + 0x0e, 0x1d, 0x36, 0xfc, 0x70, 0x68, 0x0d, 0x09, 0x15, 0x72, 0xca, 0x4a, 0xb6, 0x9c, 0xc0, 0x65, + 0xb3, 0xfe, 0x22, 0xda, 0x2e, 0xee, 0x74, 0x17, 0x84, 0x93, 0xdb, 0xff, 0x07, 0x00, 0x00, 0xff, + 0xff, 0x46, 0x3b, 0x5e, 0x3b, 0xda, 0x13, 0x00, 0x00, +} diff --git a/googleapis/container/v1/cluster_service.pb.go b/googleapis/container/v1/cluster_service.pb.go index c5a8950c81..e8a7dbe3bf 100644 --- a/googleapis/container/v1/cluster_service.pb.go +++ b/googleapis/container/v1/cluster_service.pb.go @@ -48,7 +48,7 @@ func (x NetworkPolicy_Provider) String() string { return proto.EnumName(NetworkPolicy_Provider_name, int32(x)) } func (NetworkPolicy_Provider) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{11, 0} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{11, 0} } // The current status of the cluster. @@ -99,7 +99,7 @@ func (x Cluster_Status) String() string { return proto.EnumName(Cluster_Status_name, int32(x)) } func (Cluster_Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{13, 0} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{13, 0} } // Current status of the operation. @@ -137,7 +137,7 @@ func (x Operation_Status) String() string { return proto.EnumName(Operation_Status_name, int32(x)) } func (Operation_Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{15, 0} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{15, 0} } // Operation type. @@ -223,7 +223,7 @@ func (x Operation_Type) String() string { return proto.EnumName(Operation_Type_name, int32(x)) } func (Operation_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{15, 1} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{15, 1} } // Operation type: what type update to perform. @@ -260,7 +260,7 @@ func (x SetMasterAuthRequest_Action) String() string { return proto.EnumName(SetMasterAuthRequest_Action_name, int32(x)) } func (SetMasterAuthRequest_Action) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{26, 0} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{26, 0} } // The current status of the node pool instance. @@ -313,7 +313,7 @@ func (x NodePool_Status) String() string { return proto.EnumName(NodePool_Status_name, int32(x)) } func (NodePool_Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{40, 0} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{40, 0} } // Parameters that describe the nodes in a cluster. @@ -425,7 +425,7 @@ func (m *NodeConfig) Reset() { *m = NodeConfig{} } func (m *NodeConfig) String() string { return proto.CompactTextString(m) } func (*NodeConfig) ProtoMessage() {} func (*NodeConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{0} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{0} } func (m *NodeConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeConfig.Unmarshal(m, b) @@ -571,7 +571,7 @@ func (m *MasterAuth) Reset() { *m = MasterAuth{} } func (m *MasterAuth) String() string { return proto.CompactTextString(m) } func (*MasterAuth) ProtoMessage() {} func (*MasterAuth) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{1} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{1} } func (m *MasterAuth) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MasterAuth.Unmarshal(m, b) @@ -646,7 +646,7 @@ func (m *ClientCertificateConfig) Reset() { *m = ClientCertificateConfig func (m *ClientCertificateConfig) String() string { return proto.CompactTextString(m) } func (*ClientCertificateConfig) ProtoMessage() {} func (*ClientCertificateConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{2} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{2} } func (m *ClientCertificateConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClientCertificateConfig.Unmarshal(m, b) @@ -698,7 +698,7 @@ func (m *AddonsConfig) Reset() { *m = AddonsConfig{} } func (m *AddonsConfig) String() string { return proto.CompactTextString(m) } func (*AddonsConfig) ProtoMessage() {} func (*AddonsConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{3} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{3} } func (m *AddonsConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddonsConfig.Unmarshal(m, b) @@ -762,7 +762,7 @@ func (m *HttpLoadBalancing) Reset() { *m = HttpLoadBalancing{} } func (m *HttpLoadBalancing) String() string { return proto.CompactTextString(m) } func (*HttpLoadBalancing) ProtoMessage() {} func (*HttpLoadBalancing) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{4} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{4} } func (m *HttpLoadBalancing) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HttpLoadBalancing.Unmarshal(m, b) @@ -806,7 +806,7 @@ func (m *HorizontalPodAutoscaling) Reset() { *m = HorizontalPodAutoscali func (m *HorizontalPodAutoscaling) String() string { return proto.CompactTextString(m) } func (*HorizontalPodAutoscaling) ProtoMessage() {} func (*HorizontalPodAutoscaling) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{5} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{5} } func (m *HorizontalPodAutoscaling) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HorizontalPodAutoscaling.Unmarshal(m, b) @@ -846,7 +846,7 @@ func (m *KubernetesDashboard) Reset() { *m = KubernetesDashboard{} } func (m *KubernetesDashboard) String() string { return proto.CompactTextString(m) } func (*KubernetesDashboard) ProtoMessage() {} func (*KubernetesDashboard) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{6} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{6} } func (m *KubernetesDashboard) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KubernetesDashboard.Unmarshal(m, b) @@ -888,7 +888,7 @@ func (m *NetworkPolicyConfig) Reset() { *m = NetworkPolicyConfig{} } func (m *NetworkPolicyConfig) String() string { return proto.CompactTextString(m) } func (*NetworkPolicyConfig) ProtoMessage() {} func (*NetworkPolicyConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{7} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{7} } func (m *NetworkPolicyConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NetworkPolicyConfig.Unmarshal(m, b) @@ -941,7 +941,7 @@ func (m *PrivateClusterConfig) Reset() { *m = PrivateClusterConfig{} } func (m *PrivateClusterConfig) String() string { return proto.CompactTextString(m) } func (*PrivateClusterConfig) ProtoMessage() {} func (*PrivateClusterConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{8} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{8} } func (m *PrivateClusterConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivateClusterConfig.Unmarshal(m, b) @@ -1015,7 +1015,7 @@ func (m *MasterAuthorizedNetworksConfig) Reset() { *m = MasterAuthorized func (m *MasterAuthorizedNetworksConfig) String() string { return proto.CompactTextString(m) } func (*MasterAuthorizedNetworksConfig) ProtoMessage() {} func (*MasterAuthorizedNetworksConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{9} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{9} } func (m *MasterAuthorizedNetworksConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MasterAuthorizedNetworksConfig.Unmarshal(m, b) @@ -1066,7 +1066,7 @@ func (m *MasterAuthorizedNetworksConfig_CidrBlock) Reset() { func (m *MasterAuthorizedNetworksConfig_CidrBlock) String() string { return proto.CompactTextString(m) } func (*MasterAuthorizedNetworksConfig_CidrBlock) ProtoMessage() {} func (*MasterAuthorizedNetworksConfig_CidrBlock) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{9, 0} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{9, 0} } func (m *MasterAuthorizedNetworksConfig_CidrBlock) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MasterAuthorizedNetworksConfig_CidrBlock.Unmarshal(m, b) @@ -1117,7 +1117,7 @@ func (m *LegacyAbac) Reset() { *m = LegacyAbac{} } func (m *LegacyAbac) String() string { return proto.CompactTextString(m) } func (*LegacyAbac) ProtoMessage() {} func (*LegacyAbac) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{10} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{10} } func (m *LegacyAbac) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LegacyAbac.Unmarshal(m, b) @@ -1160,7 +1160,7 @@ func (m *NetworkPolicy) Reset() { *m = NetworkPolicy{} } func (m *NetworkPolicy) String() string { return proto.CompactTextString(m) } func (*NetworkPolicy) ProtoMessage() {} func (*NetworkPolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{11} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{11} } func (m *NetworkPolicy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NetworkPolicy.Unmarshal(m, b) @@ -1284,7 +1284,7 @@ func (m *IPAllocationPolicy) Reset() { *m = IPAllocationPolicy{} } func (m *IPAllocationPolicy) String() string { return proto.CompactTextString(m) } func (*IPAllocationPolicy) ProtoMessage() {} func (*IPAllocationPolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{12} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{12} } func (m *IPAllocationPolicy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IPAllocationPolicy.Unmarshal(m, b) @@ -1556,7 +1556,7 @@ func (m *Cluster) Reset() { *m = Cluster{} } func (m *Cluster) String() string { return proto.CompactTextString(m) } func (*Cluster) ProtoMessage() {} func (*Cluster) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{13} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{13} } func (m *Cluster) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Cluster.Unmarshal(m, b) @@ -1912,7 +1912,7 @@ func (m *ClusterUpdate) Reset() { *m = ClusterUpdate{} } func (m *ClusterUpdate) String() string { return proto.CompactTextString(m) } func (*ClusterUpdate) ProtoMessage() {} func (*ClusterUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{14} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{14} } func (m *ClusterUpdate) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterUpdate.Unmarshal(m, b) @@ -2037,7 +2037,7 @@ func (m *Operation) Reset() { *m = Operation{} } func (m *Operation) String() string { return proto.CompactTextString(m) } func (*Operation) ProtoMessage() {} func (*Operation) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{15} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{15} } func (m *Operation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Operation.Unmarshal(m, b) @@ -2161,7 +2161,7 @@ func (m *CreateClusterRequest) Reset() { *m = CreateClusterRequest{} } func (m *CreateClusterRequest) String() string { return proto.CompactTextString(m) } func (*CreateClusterRequest) ProtoMessage() {} func (*CreateClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{16} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{16} } func (m *CreateClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateClusterRequest.Unmarshal(m, b) @@ -2237,7 +2237,7 @@ func (m *GetClusterRequest) Reset() { *m = GetClusterRequest{} } func (m *GetClusterRequest) String() string { return proto.CompactTextString(m) } func (*GetClusterRequest) ProtoMessage() {} func (*GetClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{17} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{17} } func (m *GetClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetClusterRequest.Unmarshal(m, b) @@ -2316,7 +2316,7 @@ func (m *UpdateClusterRequest) Reset() { *m = UpdateClusterRequest{} } func (m *UpdateClusterRequest) String() string { return proto.CompactTextString(m) } func (*UpdateClusterRequest) ProtoMessage() {} func (*UpdateClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{18} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{18} } func (m *UpdateClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateClusterRequest.Unmarshal(m, b) @@ -2418,7 +2418,7 @@ func (m *UpdateNodePoolRequest) Reset() { *m = UpdateNodePoolRequest{} } func (m *UpdateNodePoolRequest) String() string { return proto.CompactTextString(m) } func (*UpdateNodePoolRequest) ProtoMessage() {} func (*UpdateNodePoolRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{19} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{19} } func (m *UpdateNodePoolRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateNodePoolRequest.Unmarshal(m, b) @@ -2523,7 +2523,7 @@ func (m *SetNodePoolAutoscalingRequest) Reset() { *m = SetNodePoolAutosc func (m *SetNodePoolAutoscalingRequest) String() string { return proto.CompactTextString(m) } func (*SetNodePoolAutoscalingRequest) ProtoMessage() {} func (*SetNodePoolAutoscalingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{20} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{20} } func (m *SetNodePoolAutoscalingRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetNodePoolAutoscalingRequest.Unmarshal(m, b) @@ -2621,7 +2621,7 @@ func (m *SetLoggingServiceRequest) Reset() { *m = SetLoggingServiceReque func (m *SetLoggingServiceRequest) String() string { return proto.CompactTextString(m) } func (*SetLoggingServiceRequest) ProtoMessage() {} func (*SetLoggingServiceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{21} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{21} } func (m *SetLoggingServiceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetLoggingServiceRequest.Unmarshal(m, b) @@ -2710,7 +2710,7 @@ func (m *SetMonitoringServiceRequest) Reset() { *m = SetMonitoringServic func (m *SetMonitoringServiceRequest) String() string { return proto.CompactTextString(m) } func (*SetMonitoringServiceRequest) ProtoMessage() {} func (*SetMonitoringServiceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{22} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{22} } func (m *SetMonitoringServiceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMonitoringServiceRequest.Unmarshal(m, b) @@ -2797,7 +2797,7 @@ func (m *SetAddonsConfigRequest) Reset() { *m = SetAddonsConfigRequest{} func (m *SetAddonsConfigRequest) String() string { return proto.CompactTextString(m) } func (*SetAddonsConfigRequest) ProtoMessage() {} func (*SetAddonsConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{23} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{23} } func (m *SetAddonsConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetAddonsConfigRequest.Unmarshal(m, b) @@ -2889,7 +2889,7 @@ func (m *SetLocationsRequest) Reset() { *m = SetLocationsRequest{} } func (m *SetLocationsRequest) String() string { return proto.CompactTextString(m) } func (*SetLocationsRequest) ProtoMessage() {} func (*SetLocationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{24} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{24} } func (m *SetLocationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetLocationsRequest.Unmarshal(m, b) @@ -2984,7 +2984,7 @@ func (m *UpdateMasterRequest) Reset() { *m = UpdateMasterRequest{} } func (m *UpdateMasterRequest) String() string { return proto.CompactTextString(m) } func (*UpdateMasterRequest) ProtoMessage() {} func (*UpdateMasterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{25} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{25} } func (m *UpdateMasterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateMasterRequest.Unmarshal(m, b) @@ -3072,7 +3072,7 @@ func (m *SetMasterAuthRequest) Reset() { *m = SetMasterAuthRequest{} } func (m *SetMasterAuthRequest) String() string { return proto.CompactTextString(m) } func (*SetMasterAuthRequest) ProtoMessage() {} func (*SetMasterAuthRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{26} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{26} } func (m *SetMasterAuthRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMasterAuthRequest.Unmarshal(m, b) @@ -3163,7 +3163,7 @@ func (m *DeleteClusterRequest) Reset() { *m = DeleteClusterRequest{} } func (m *DeleteClusterRequest) String() string { return proto.CompactTextString(m) } func (*DeleteClusterRequest) ProtoMessage() {} func (*DeleteClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{27} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{27} } func (m *DeleteClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteClusterRequest.Unmarshal(m, b) @@ -3238,7 +3238,7 @@ func (m *ListClustersRequest) Reset() { *m = ListClustersRequest{} } func (m *ListClustersRequest) String() string { return proto.CompactTextString(m) } func (*ListClustersRequest) ProtoMessage() {} func (*ListClustersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{28} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{28} } func (m *ListClustersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListClustersRequest.Unmarshal(m, b) @@ -3298,7 +3298,7 @@ func (m *ListClustersResponse) Reset() { *m = ListClustersResponse{} } func (m *ListClustersResponse) String() string { return proto.CompactTextString(m) } func (*ListClustersResponse) ProtoMessage() {} func (*ListClustersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{29} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{29} } func (m *ListClustersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListClustersResponse.Unmarshal(m, b) @@ -3358,7 +3358,7 @@ func (m *GetOperationRequest) Reset() { *m = GetOperationRequest{} } func (m *GetOperationRequest) String() string { return proto.CompactTextString(m) } func (*GetOperationRequest) ProtoMessage() {} func (*GetOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{30} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{30} } func (m *GetOperationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetOperationRequest.Unmarshal(m, b) @@ -3432,7 +3432,7 @@ func (m *ListOperationsRequest) Reset() { *m = ListOperationsRequest{} } func (m *ListOperationsRequest) String() string { return proto.CompactTextString(m) } func (*ListOperationsRequest) ProtoMessage() {} func (*ListOperationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{31} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{31} } func (m *ListOperationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListOperationsRequest.Unmarshal(m, b) @@ -3500,7 +3500,7 @@ func (m *CancelOperationRequest) Reset() { *m = CancelOperationRequest{} func (m *CancelOperationRequest) String() string { return proto.CompactTextString(m) } func (*CancelOperationRequest) ProtoMessage() {} func (*CancelOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{32} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{32} } func (m *CancelOperationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CancelOperationRequest.Unmarshal(m, b) @@ -3567,7 +3567,7 @@ func (m *ListOperationsResponse) Reset() { *m = ListOperationsResponse{} func (m *ListOperationsResponse) String() string { return proto.CompactTextString(m) } func (*ListOperationsResponse) ProtoMessage() {} func (*ListOperationsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{33} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{33} } func (m *ListOperationsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListOperationsResponse.Unmarshal(m, b) @@ -3623,7 +3623,7 @@ func (m *GetServerConfigRequest) Reset() { *m = GetServerConfigRequest{} func (m *GetServerConfigRequest) String() string { return proto.CompactTextString(m) } func (*GetServerConfigRequest) ProtoMessage() {} func (*GetServerConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{34} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{34} } func (m *GetServerConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetServerConfigRequest.Unmarshal(m, b) @@ -3687,7 +3687,7 @@ func (m *ServerConfig) Reset() { *m = ServerConfig{} } func (m *ServerConfig) String() string { return proto.CompactTextString(m) } func (*ServerConfig) ProtoMessage() {} func (*ServerConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{35} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{35} } func (m *ServerConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ServerConfig.Unmarshal(m, b) @@ -3771,7 +3771,7 @@ func (m *CreateNodePoolRequest) Reset() { *m = CreateNodePoolRequest{} } func (m *CreateNodePoolRequest) String() string { return proto.CompactTextString(m) } func (*CreateNodePoolRequest) ProtoMessage() {} func (*CreateNodePoolRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{36} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{36} } func (m *CreateNodePoolRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateNodePoolRequest.Unmarshal(m, b) @@ -3859,7 +3859,7 @@ func (m *DeleteNodePoolRequest) Reset() { *m = DeleteNodePoolRequest{} } func (m *DeleteNodePoolRequest) String() string { return proto.CompactTextString(m) } func (*DeleteNodePoolRequest) ProtoMessage() {} func (*DeleteNodePoolRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{37} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{37} } func (m *DeleteNodePoolRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteNodePoolRequest.Unmarshal(m, b) @@ -3944,7 +3944,7 @@ func (m *ListNodePoolsRequest) Reset() { *m = ListNodePoolsRequest{} } func (m *ListNodePoolsRequest) String() string { return proto.CompactTextString(m) } func (*ListNodePoolsRequest) ProtoMessage() {} func (*ListNodePoolsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{38} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{38} } func (m *ListNodePoolsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNodePoolsRequest.Unmarshal(m, b) @@ -4025,7 +4025,7 @@ func (m *GetNodePoolRequest) Reset() { *m = GetNodePoolRequest{} } func (m *GetNodePoolRequest) String() string { return proto.CompactTextString(m) } func (*GetNodePoolRequest) ProtoMessage() {} func (*GetNodePoolRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{39} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{39} } func (m *GetNodePoolRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetNodePoolRequest.Unmarshal(m, b) @@ -4127,7 +4127,7 @@ func (m *NodePool) Reset() { *m = NodePool{} } func (m *NodePool) String() string { return proto.CompactTextString(m) } func (*NodePool) ProtoMessage() {} func (*NodePool) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{40} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{40} } func (m *NodePool) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodePool.Unmarshal(m, b) @@ -4240,7 +4240,7 @@ func (m *NodeManagement) Reset() { *m = NodeManagement{} } func (m *NodeManagement) String() string { return proto.CompactTextString(m) } func (*NodeManagement) ProtoMessage() {} func (*NodeManagement) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{41} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{41} } func (m *NodeManagement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeManagement.Unmarshal(m, b) @@ -4300,7 +4300,7 @@ func (m *AutoUpgradeOptions) Reset() { *m = AutoUpgradeOptions{} } func (m *AutoUpgradeOptions) String() string { return proto.CompactTextString(m) } func (*AutoUpgradeOptions) ProtoMessage() {} func (*AutoUpgradeOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{42} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{42} } func (m *AutoUpgradeOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AutoUpgradeOptions.Unmarshal(m, b) @@ -4347,7 +4347,7 @@ func (m *MaintenancePolicy) Reset() { *m = MaintenancePolicy{} } func (m *MaintenancePolicy) String() string { return proto.CompactTextString(m) } func (*MaintenancePolicy) ProtoMessage() {} func (*MaintenancePolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{43} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{43} } func (m *MaintenancePolicy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaintenancePolicy.Unmarshal(m, b) @@ -4388,7 +4388,7 @@ func (m *MaintenanceWindow) Reset() { *m = MaintenanceWindow{} } func (m *MaintenanceWindow) String() string { return proto.CompactTextString(m) } func (*MaintenanceWindow) ProtoMessage() {} func (*MaintenanceWindow) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{44} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{44} } func (m *MaintenanceWindow) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaintenanceWindow.Unmarshal(m, b) @@ -4507,7 +4507,7 @@ func (m *DailyMaintenanceWindow) Reset() { *m = DailyMaintenanceWindow{} func (m *DailyMaintenanceWindow) String() string { return proto.CompactTextString(m) } func (*DailyMaintenanceWindow) ProtoMessage() {} func (*DailyMaintenanceWindow) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{45} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{45} } func (m *DailyMaintenanceWindow) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DailyMaintenanceWindow.Unmarshal(m, b) @@ -4574,7 +4574,7 @@ func (m *SetNodePoolManagementRequest) Reset() { *m = SetNodePoolManagem func (m *SetNodePoolManagementRequest) String() string { return proto.CompactTextString(m) } func (*SetNodePoolManagementRequest) ProtoMessage() {} func (*SetNodePoolManagementRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{46} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{46} } func (m *SetNodePoolManagementRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetNodePoolManagementRequest.Unmarshal(m, b) @@ -4673,7 +4673,7 @@ func (m *SetNodePoolSizeRequest) Reset() { *m = SetNodePoolSizeRequest{} func (m *SetNodePoolSizeRequest) String() string { return proto.CompactTextString(m) } func (*SetNodePoolSizeRequest) ProtoMessage() {} func (*SetNodePoolSizeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{47} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{47} } func (m *SetNodePoolSizeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetNodePoolSizeRequest.Unmarshal(m, b) @@ -4771,7 +4771,7 @@ func (m *RollbackNodePoolUpgradeRequest) Reset() { *m = RollbackNodePool func (m *RollbackNodePoolUpgradeRequest) String() string { return proto.CompactTextString(m) } func (*RollbackNodePoolUpgradeRequest) ProtoMessage() {} func (*RollbackNodePoolUpgradeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{48} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{48} } func (m *RollbackNodePoolUpgradeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RollbackNodePoolUpgradeRequest.Unmarshal(m, b) @@ -4843,7 +4843,7 @@ func (m *ListNodePoolsResponse) Reset() { *m = ListNodePoolsResponse{} } func (m *ListNodePoolsResponse) String() string { return proto.CompactTextString(m) } func (*ListNodePoolsResponse) ProtoMessage() {} func (*ListNodePoolsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{49} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{49} } func (m *ListNodePoolsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNodePoolsResponse.Unmarshal(m, b) @@ -4890,7 +4890,7 @@ func (m *NodePoolAutoscaling) Reset() { *m = NodePoolAutoscaling{} } func (m *NodePoolAutoscaling) String() string { return proto.CompactTextString(m) } func (*NodePoolAutoscaling) ProtoMessage() {} func (*NodePoolAutoscaling) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{50} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{50} } func (m *NodePoolAutoscaling) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodePoolAutoscaling.Unmarshal(m, b) @@ -4968,7 +4968,7 @@ func (m *SetLabelsRequest) Reset() { *m = SetLabelsRequest{} } func (m *SetLabelsRequest) String() string { return proto.CompactTextString(m) } func (*SetLabelsRequest) ProtoMessage() {} func (*SetLabelsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{51} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{51} } func (m *SetLabelsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetLabelsRequest.Unmarshal(m, b) @@ -5062,7 +5062,7 @@ func (m *SetLegacyAbacRequest) Reset() { *m = SetLegacyAbacRequest{} } func (m *SetLegacyAbacRequest) String() string { return proto.CompactTextString(m) } func (*SetLegacyAbacRequest) ProtoMessage() {} func (*SetLegacyAbacRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{52} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{52} } func (m *SetLegacyAbacRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetLegacyAbacRequest.Unmarshal(m, b) @@ -5149,7 +5149,7 @@ func (m *StartIPRotationRequest) Reset() { *m = StartIPRotationRequest{} func (m *StartIPRotationRequest) String() string { return proto.CompactTextString(m) } func (*StartIPRotationRequest) ProtoMessage() {} func (*StartIPRotationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{53} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{53} } func (m *StartIPRotationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StartIPRotationRequest.Unmarshal(m, b) @@ -5233,7 +5233,7 @@ func (m *CompleteIPRotationRequest) Reset() { *m = CompleteIPRotationReq func (m *CompleteIPRotationRequest) String() string { return proto.CompactTextString(m) } func (*CompleteIPRotationRequest) ProtoMessage() {} func (*CompleteIPRotationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{54} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{54} } func (m *CompleteIPRotationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompleteIPRotationRequest.Unmarshal(m, b) @@ -5300,7 +5300,7 @@ func (m *AcceleratorConfig) Reset() { *m = AcceleratorConfig{} } func (m *AcceleratorConfig) String() string { return proto.CompactTextString(m) } func (*AcceleratorConfig) ProtoMessage() {} func (*AcceleratorConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{55} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{55} } func (m *AcceleratorConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AcceleratorConfig.Unmarshal(m, b) @@ -5362,7 +5362,7 @@ func (m *SetNetworkPolicyRequest) Reset() { *m = SetNetworkPolicyRequest func (m *SetNetworkPolicyRequest) String() string { return proto.CompactTextString(m) } func (*SetNetworkPolicyRequest) ProtoMessage() {} func (*SetNetworkPolicyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{56} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{56} } func (m *SetNetworkPolicyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetNetworkPolicyRequest.Unmarshal(m, b) @@ -5447,7 +5447,7 @@ func (m *SetMaintenancePolicyRequest) Reset() { *m = SetMaintenancePolic func (m *SetMaintenancePolicyRequest) String() string { return proto.CompactTextString(m) } func (*SetMaintenancePolicyRequest) ProtoMessage() {} func (*SetMaintenancePolicyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{57} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{57} } func (m *SetMaintenancePolicyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMaintenancePolicyRequest.Unmarshal(m, b) @@ -5522,7 +5522,7 @@ func (m *NetworkConfig) Reset() { *m = NetworkConfig{} } func (m *NetworkConfig) String() string { return proto.CompactTextString(m) } func (*NetworkConfig) ProtoMessage() {} func (*NetworkConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_ddce0395d8fb4971, []int{58} + return fileDescriptor_cluster_service_0391086e6c7dadfe, []int{58} } func (m *NetworkConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NetworkConfig.Unmarshal(m, b) @@ -6767,10 +6767,10 @@ var _ClusterManager_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/container/v1/cluster_service.proto", fileDescriptor_cluster_service_ddce0395d8fb4971) + proto.RegisterFile("google/container/v1/cluster_service.proto", fileDescriptor_cluster_service_0391086e6c7dadfe) } -var fileDescriptor_cluster_service_ddce0395d8fb4971 = []byte{ +var fileDescriptor_cluster_service_0391086e6c7dadfe = []byte{ // 5271 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x3c, 0x6d, 0x8c, 0x24, 0xd7, 0x51, 0xe9, 0xd9, 0xd9, 0xd9, 0x9d, 0x9a, 0xd9, 0xd9, 0xd9, 0xb7, 0x1f, 0x37, 0x1e, 0xdf, 0xd9, diff --git a/googleapis/container/v1alpha1/cluster_service.pb.go b/googleapis/container/v1alpha1/cluster_service.pb.go index 093510389a..7252d29b42 100644 --- a/googleapis/container/v1alpha1/cluster_service.pb.go +++ b/googleapis/container/v1alpha1/cluster_service.pb.go @@ -56,7 +56,7 @@ func (x NodeTaint_Effect) String() string { return proto.EnumName(NodeTaint_Effect_name, int32(x)) } func (NodeTaint_Effect) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{1, 0} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{1, 0} } // Allowed Network Policy providers. @@ -82,7 +82,7 @@ func (x NetworkPolicy_Provider) String() string { return proto.EnumName(NetworkPolicy_Provider_name, int32(x)) } func (NetworkPolicy_Provider) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{10, 0} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{10, 0} } // The current status of the cluster. @@ -128,7 +128,7 @@ func (x Cluster_Status) String() string { return proto.EnumName(Cluster_Status_name, int32(x)) } func (Cluster_Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{13, 0} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{13, 0} } // Current status of the operation. @@ -166,7 +166,7 @@ func (x Operation_Status) String() string { return proto.EnumName(Operation_Status_name, int32(x)) } func (Operation_Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{15, 0} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{15, 0} } // Operation type. @@ -252,7 +252,7 @@ func (x Operation_Type) String() string { return proto.EnumName(Operation_Type_name, int32(x)) } func (Operation_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{15, 1} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{15, 1} } // Operation type: what type update to perform. @@ -289,7 +289,7 @@ func (x SetMasterAuthRequest_Action) String() string { return proto.EnumName(SetMasterAuthRequest_Action_name, int32(x)) } func (SetMasterAuthRequest_Action) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{26, 0} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{26, 0} } // The current status of the node pool instance. @@ -342,7 +342,7 @@ func (x NodePool_Status) String() string { return proto.EnumName(NodePool_Status_name, int32(x)) } func (NodePool_Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{40, 0} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{40, 0} } // Parameters that describe the nodes in a cluster. @@ -444,7 +444,7 @@ func (m *NodeConfig) Reset() { *m = NodeConfig{} } func (m *NodeConfig) String() string { return proto.CompactTextString(m) } func (*NodeConfig) ProtoMessage() {} func (*NodeConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{0} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{0} } func (m *NodeConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeConfig.Unmarshal(m, b) @@ -576,7 +576,7 @@ func (m *NodeTaint) Reset() { *m = NodeTaint{} } func (m *NodeTaint) String() string { return proto.CompactTextString(m) } func (*NodeTaint) ProtoMessage() {} func (*NodeTaint) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{1} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{1} } func (m *NodeTaint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeTaint.Unmarshal(m, b) @@ -651,7 +651,7 @@ func (m *MasterAuth) Reset() { *m = MasterAuth{} } func (m *MasterAuth) String() string { return proto.CompactTextString(m) } func (*MasterAuth) ProtoMessage() {} func (*MasterAuth) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{2} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{2} } func (m *MasterAuth) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MasterAuth.Unmarshal(m, b) @@ -726,7 +726,7 @@ func (m *ClientCertificateConfig) Reset() { *m = ClientCertificateConfig func (m *ClientCertificateConfig) String() string { return proto.CompactTextString(m) } func (*ClientCertificateConfig) ProtoMessage() {} func (*ClientCertificateConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{3} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{3} } func (m *ClientCertificateConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClientCertificateConfig.Unmarshal(m, b) @@ -778,7 +778,7 @@ func (m *AddonsConfig) Reset() { *m = AddonsConfig{} } func (m *AddonsConfig) String() string { return proto.CompactTextString(m) } func (*AddonsConfig) ProtoMessage() {} func (*AddonsConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{4} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{4} } func (m *AddonsConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddonsConfig.Unmarshal(m, b) @@ -842,7 +842,7 @@ func (m *HttpLoadBalancing) Reset() { *m = HttpLoadBalancing{} } func (m *HttpLoadBalancing) String() string { return proto.CompactTextString(m) } func (*HttpLoadBalancing) ProtoMessage() {} func (*HttpLoadBalancing) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{5} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{5} } func (m *HttpLoadBalancing) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HttpLoadBalancing.Unmarshal(m, b) @@ -886,7 +886,7 @@ func (m *HorizontalPodAutoscaling) Reset() { *m = HorizontalPodAutoscali func (m *HorizontalPodAutoscaling) String() string { return proto.CompactTextString(m) } func (*HorizontalPodAutoscaling) ProtoMessage() {} func (*HorizontalPodAutoscaling) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{6} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{6} } func (m *HorizontalPodAutoscaling) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HorizontalPodAutoscaling.Unmarshal(m, b) @@ -926,7 +926,7 @@ func (m *KubernetesDashboard) Reset() { *m = KubernetesDashboard{} } func (m *KubernetesDashboard) String() string { return proto.CompactTextString(m) } func (*KubernetesDashboard) ProtoMessage() {} func (*KubernetesDashboard) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{7} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{7} } func (m *KubernetesDashboard) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KubernetesDashboard.Unmarshal(m, b) @@ -968,7 +968,7 @@ func (m *NetworkPolicyConfig) Reset() { *m = NetworkPolicyConfig{} } func (m *NetworkPolicyConfig) String() string { return proto.CompactTextString(m) } func (*NetworkPolicyConfig) ProtoMessage() {} func (*NetworkPolicyConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{8} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{8} } func (m *NetworkPolicyConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NetworkPolicyConfig.Unmarshal(m, b) @@ -1014,7 +1014,7 @@ func (m *MasterAuthorizedNetworksConfig) Reset() { *m = MasterAuthorized func (m *MasterAuthorizedNetworksConfig) String() string { return proto.CompactTextString(m) } func (*MasterAuthorizedNetworksConfig) ProtoMessage() {} func (*MasterAuthorizedNetworksConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{9} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{9} } func (m *MasterAuthorizedNetworksConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MasterAuthorizedNetworksConfig.Unmarshal(m, b) @@ -1065,7 +1065,7 @@ func (m *MasterAuthorizedNetworksConfig_CidrBlock) Reset() { func (m *MasterAuthorizedNetworksConfig_CidrBlock) String() string { return proto.CompactTextString(m) } func (*MasterAuthorizedNetworksConfig_CidrBlock) ProtoMessage() {} func (*MasterAuthorizedNetworksConfig_CidrBlock) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{9, 0} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{9, 0} } func (m *MasterAuthorizedNetworksConfig_CidrBlock) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MasterAuthorizedNetworksConfig_CidrBlock.Unmarshal(m, b) @@ -1115,7 +1115,7 @@ func (m *NetworkPolicy) Reset() { *m = NetworkPolicy{} } func (m *NetworkPolicy) String() string { return proto.CompactTextString(m) } func (*NetworkPolicy) ProtoMessage() {} func (*NetworkPolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{10} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{10} } func (m *NetworkPolicy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NetworkPolicy.Unmarshal(m, b) @@ -1239,7 +1239,7 @@ func (m *IPAllocationPolicy) Reset() { *m = IPAllocationPolicy{} } func (m *IPAllocationPolicy) String() string { return proto.CompactTextString(m) } func (*IPAllocationPolicy) ProtoMessage() {} func (*IPAllocationPolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{11} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{11} } func (m *IPAllocationPolicy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IPAllocationPolicy.Unmarshal(m, b) @@ -1350,7 +1350,7 @@ func (m *PodSecurityPolicyConfig) Reset() { *m = PodSecurityPolicyConfig func (m *PodSecurityPolicyConfig) String() string { return proto.CompactTextString(m) } func (*PodSecurityPolicyConfig) ProtoMessage() {} func (*PodSecurityPolicyConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{12} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{12} } func (m *PodSecurityPolicyConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PodSecurityPolicyConfig.Unmarshal(m, b) @@ -1531,7 +1531,7 @@ func (m *Cluster) Reset() { *m = Cluster{} } func (m *Cluster) String() string { return proto.CompactTextString(m) } func (*Cluster) ProtoMessage() {} func (*Cluster) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{13} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{13} } func (m *Cluster) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Cluster.Unmarshal(m, b) @@ -1843,7 +1843,7 @@ func (m *ClusterUpdate) Reset() { *m = ClusterUpdate{} } func (m *ClusterUpdate) String() string { return proto.CompactTextString(m) } func (*ClusterUpdate) ProtoMessage() {} func (*ClusterUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{14} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{14} } func (m *ClusterUpdate) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterUpdate.Unmarshal(m, b) @@ -1975,7 +1975,7 @@ func (m *Operation) Reset() { *m = Operation{} } func (m *Operation) String() string { return proto.CompactTextString(m) } func (*Operation) ProtoMessage() {} func (*Operation) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{15} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{15} } func (m *Operation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Operation.Unmarshal(m, b) @@ -2098,7 +2098,7 @@ func (m *CreateClusterRequest) Reset() { *m = CreateClusterRequest{} } func (m *CreateClusterRequest) String() string { return proto.CompactTextString(m) } func (*CreateClusterRequest) ProtoMessage() {} func (*CreateClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{16} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{16} } func (m *CreateClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateClusterRequest.Unmarshal(m, b) @@ -2172,7 +2172,7 @@ func (m *GetClusterRequest) Reset() { *m = GetClusterRequest{} } func (m *GetClusterRequest) String() string { return proto.CompactTextString(m) } func (*GetClusterRequest) ProtoMessage() {} func (*GetClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{17} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{17} } func (m *GetClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetClusterRequest.Unmarshal(m, b) @@ -2248,7 +2248,7 @@ func (m *UpdateClusterRequest) Reset() { *m = UpdateClusterRequest{} } func (m *UpdateClusterRequest) String() string { return proto.CompactTextString(m) } func (*UpdateClusterRequest) ProtoMessage() {} func (*UpdateClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{18} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{18} } func (m *UpdateClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateClusterRequest.Unmarshal(m, b) @@ -2338,7 +2338,7 @@ func (m *UpdateNodePoolRequest) Reset() { *m = UpdateNodePoolRequest{} } func (m *UpdateNodePoolRequest) String() string { return proto.CompactTextString(m) } func (*UpdateNodePoolRequest) ProtoMessage() {} func (*UpdateNodePoolRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{19} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{19} } func (m *UpdateNodePoolRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateNodePoolRequest.Unmarshal(m, b) @@ -2439,7 +2439,7 @@ func (m *SetNodePoolAutoscalingRequest) Reset() { *m = SetNodePoolAutosc func (m *SetNodePoolAutoscalingRequest) String() string { return proto.CompactTextString(m) } func (*SetNodePoolAutoscalingRequest) ProtoMessage() {} func (*SetNodePoolAutoscalingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{20} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{20} } func (m *SetNodePoolAutoscalingRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetNodePoolAutoscalingRequest.Unmarshal(m, b) @@ -2532,7 +2532,7 @@ func (m *SetLoggingServiceRequest) Reset() { *m = SetLoggingServiceReque func (m *SetLoggingServiceRequest) String() string { return proto.CompactTextString(m) } func (*SetLoggingServiceRequest) ProtoMessage() {} func (*SetLoggingServiceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{21} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{21} } func (m *SetLoggingServiceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetLoggingServiceRequest.Unmarshal(m, b) @@ -2619,7 +2619,7 @@ func (m *SetMonitoringServiceRequest) Reset() { *m = SetMonitoringServic func (m *SetMonitoringServiceRequest) String() string { return proto.CompactTextString(m) } func (*SetMonitoringServiceRequest) ProtoMessage() {} func (*SetMonitoringServiceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{22} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{22} } func (m *SetMonitoringServiceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMonitoringServiceRequest.Unmarshal(m, b) @@ -2703,7 +2703,7 @@ func (m *SetAddonsConfigRequest) Reset() { *m = SetAddonsConfigRequest{} func (m *SetAddonsConfigRequest) String() string { return proto.CompactTextString(m) } func (*SetAddonsConfigRequest) ProtoMessage() {} func (*SetAddonsConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{23} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{23} } func (m *SetAddonsConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetAddonsConfigRequest.Unmarshal(m, b) @@ -2792,7 +2792,7 @@ func (m *SetLocationsRequest) Reset() { *m = SetLocationsRequest{} } func (m *SetLocationsRequest) String() string { return proto.CompactTextString(m) } func (*SetLocationsRequest) ProtoMessage() {} func (*SetLocationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{24} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{24} } func (m *SetLocationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetLocationsRequest.Unmarshal(m, b) @@ -2876,7 +2876,7 @@ func (m *UpdateMasterRequest) Reset() { *m = UpdateMasterRequest{} } func (m *UpdateMasterRequest) String() string { return proto.CompactTextString(m) } func (*UpdateMasterRequest) ProtoMessage() {} func (*UpdateMasterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{25} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{25} } func (m *UpdateMasterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateMasterRequest.Unmarshal(m, b) @@ -2961,7 +2961,7 @@ func (m *SetMasterAuthRequest) Reset() { *m = SetMasterAuthRequest{} } func (m *SetMasterAuthRequest) String() string { return proto.CompactTextString(m) } func (*SetMasterAuthRequest) ProtoMessage() {} func (*SetMasterAuthRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{26} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{26} } func (m *SetMasterAuthRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMasterAuthRequest.Unmarshal(m, b) @@ -3049,7 +3049,7 @@ func (m *DeleteClusterRequest) Reset() { *m = DeleteClusterRequest{} } func (m *DeleteClusterRequest) String() string { return proto.CompactTextString(m) } func (*DeleteClusterRequest) ProtoMessage() {} func (*DeleteClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{27} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{27} } func (m *DeleteClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteClusterRequest.Unmarshal(m, b) @@ -3121,7 +3121,7 @@ func (m *ListClustersRequest) Reset() { *m = ListClustersRequest{} } func (m *ListClustersRequest) String() string { return proto.CompactTextString(m) } func (*ListClustersRequest) ProtoMessage() {} func (*ListClustersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{28} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{28} } func (m *ListClustersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListClustersRequest.Unmarshal(m, b) @@ -3179,7 +3179,7 @@ func (m *ListClustersResponse) Reset() { *m = ListClustersResponse{} } func (m *ListClustersResponse) String() string { return proto.CompactTextString(m) } func (*ListClustersResponse) ProtoMessage() {} func (*ListClustersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{29} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{29} } func (m *ListClustersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListClustersResponse.Unmarshal(m, b) @@ -3239,7 +3239,7 @@ func (m *GetOperationRequest) Reset() { *m = GetOperationRequest{} } func (m *GetOperationRequest) String() string { return proto.CompactTextString(m) } func (*GetOperationRequest) ProtoMessage() {} func (*GetOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{30} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{30} } func (m *GetOperationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetOperationRequest.Unmarshal(m, b) @@ -3310,7 +3310,7 @@ func (m *ListOperationsRequest) Reset() { *m = ListOperationsRequest{} } func (m *ListOperationsRequest) String() string { return proto.CompactTextString(m) } func (*ListOperationsRequest) ProtoMessage() {} func (*ListOperationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{31} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{31} } func (m *ListOperationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListOperationsRequest.Unmarshal(m, b) @@ -3376,7 +3376,7 @@ func (m *CancelOperationRequest) Reset() { *m = CancelOperationRequest{} func (m *CancelOperationRequest) String() string { return proto.CompactTextString(m) } func (*CancelOperationRequest) ProtoMessage() {} func (*CancelOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{32} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{32} } func (m *CancelOperationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CancelOperationRequest.Unmarshal(m, b) @@ -3440,7 +3440,7 @@ func (m *ListOperationsResponse) Reset() { *m = ListOperationsResponse{} func (m *ListOperationsResponse) String() string { return proto.CompactTextString(m) } func (*ListOperationsResponse) ProtoMessage() {} func (*ListOperationsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{33} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{33} } func (m *ListOperationsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListOperationsResponse.Unmarshal(m, b) @@ -3496,7 +3496,7 @@ func (m *GetServerConfigRequest) Reset() { *m = GetServerConfigRequest{} func (m *GetServerConfigRequest) String() string { return proto.CompactTextString(m) } func (*GetServerConfigRequest) ProtoMessage() {} func (*GetServerConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{34} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{34} } func (m *GetServerConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetServerConfigRequest.Unmarshal(m, b) @@ -3558,7 +3558,7 @@ func (m *ServerConfig) Reset() { *m = ServerConfig{} } func (m *ServerConfig) String() string { return proto.CompactTextString(m) } func (*ServerConfig) ProtoMessage() {} func (*ServerConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{35} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{35} } func (m *ServerConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ServerConfig.Unmarshal(m, b) @@ -3641,7 +3641,7 @@ func (m *CreateNodePoolRequest) Reset() { *m = CreateNodePoolRequest{} } func (m *CreateNodePoolRequest) String() string { return proto.CompactTextString(m) } func (*CreateNodePoolRequest) ProtoMessage() {} func (*CreateNodePoolRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{36} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{36} } func (m *CreateNodePoolRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateNodePoolRequest.Unmarshal(m, b) @@ -3725,7 +3725,7 @@ func (m *DeleteNodePoolRequest) Reset() { *m = DeleteNodePoolRequest{} } func (m *DeleteNodePoolRequest) String() string { return proto.CompactTextString(m) } func (*DeleteNodePoolRequest) ProtoMessage() {} func (*DeleteNodePoolRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{37} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{37} } func (m *DeleteNodePoolRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteNodePoolRequest.Unmarshal(m, b) @@ -3806,7 +3806,7 @@ func (m *ListNodePoolsRequest) Reset() { *m = ListNodePoolsRequest{} } func (m *ListNodePoolsRequest) String() string { return proto.CompactTextString(m) } func (*ListNodePoolsRequest) ProtoMessage() {} func (*ListNodePoolsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{38} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{38} } func (m *ListNodePoolsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNodePoolsRequest.Unmarshal(m, b) @@ -3883,7 +3883,7 @@ func (m *GetNodePoolRequest) Reset() { *m = GetNodePoolRequest{} } func (m *GetNodePoolRequest) String() string { return proto.CompactTextString(m) } func (*GetNodePoolRequest) ProtoMessage() {} func (*GetNodePoolRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{39} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{39} } func (m *GetNodePoolRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetNodePoolRequest.Unmarshal(m, b) @@ -3981,7 +3981,7 @@ func (m *NodePool) Reset() { *m = NodePool{} } func (m *NodePool) String() string { return proto.CompactTextString(m) } func (*NodePool) ProtoMessage() {} func (*NodePool) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{40} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{40} } func (m *NodePool) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodePool.Unmarshal(m, b) @@ -4089,7 +4089,7 @@ func (m *NodeManagement) Reset() { *m = NodeManagement{} } func (m *NodeManagement) String() string { return proto.CompactTextString(m) } func (*NodeManagement) ProtoMessage() {} func (*NodeManagement) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{41} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{41} } func (m *NodeManagement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeManagement.Unmarshal(m, b) @@ -4149,7 +4149,7 @@ func (m *AutoUpgradeOptions) Reset() { *m = AutoUpgradeOptions{} } func (m *AutoUpgradeOptions) String() string { return proto.CompactTextString(m) } func (*AutoUpgradeOptions) ProtoMessage() {} func (*AutoUpgradeOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{42} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{42} } func (m *AutoUpgradeOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AutoUpgradeOptions.Unmarshal(m, b) @@ -4196,7 +4196,7 @@ func (m *MaintenancePolicy) Reset() { *m = MaintenancePolicy{} } func (m *MaintenancePolicy) String() string { return proto.CompactTextString(m) } func (*MaintenancePolicy) ProtoMessage() {} func (*MaintenancePolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{43} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{43} } func (m *MaintenancePolicy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaintenancePolicy.Unmarshal(m, b) @@ -4240,7 +4240,7 @@ func (m *MaintenanceWindow) Reset() { *m = MaintenanceWindow{} } func (m *MaintenanceWindow) String() string { return proto.CompactTextString(m) } func (*MaintenanceWindow) ProtoMessage() {} func (*MaintenanceWindow) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{44} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{44} } func (m *MaintenanceWindow) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaintenanceWindow.Unmarshal(m, b) @@ -4356,7 +4356,7 @@ func (m *DailyMaintenanceWindow) Reset() { *m = DailyMaintenanceWindow{} func (m *DailyMaintenanceWindow) String() string { return proto.CompactTextString(m) } func (*DailyMaintenanceWindow) ProtoMessage() {} func (*DailyMaintenanceWindow) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{45} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{45} } func (m *DailyMaintenanceWindow) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DailyMaintenanceWindow.Unmarshal(m, b) @@ -4423,7 +4423,7 @@ func (m *SetNodePoolManagementRequest) Reset() { *m = SetNodePoolManagem func (m *SetNodePoolManagementRequest) String() string { return proto.CompactTextString(m) } func (*SetNodePoolManagementRequest) ProtoMessage() {} func (*SetNodePoolManagementRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{46} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{46} } func (m *SetNodePoolManagementRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetNodePoolManagementRequest.Unmarshal(m, b) @@ -4517,7 +4517,7 @@ func (m *SetNodePoolSizeRequest) Reset() { *m = SetNodePoolSizeRequest{} func (m *SetNodePoolSizeRequest) String() string { return proto.CompactTextString(m) } func (*SetNodePoolSizeRequest) ProtoMessage() {} func (*SetNodePoolSizeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{47} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{47} } func (m *SetNodePoolSizeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetNodePoolSizeRequest.Unmarshal(m, b) @@ -4611,7 +4611,7 @@ func (m *RollbackNodePoolUpgradeRequest) Reset() { *m = RollbackNodePool func (m *RollbackNodePoolUpgradeRequest) String() string { return proto.CompactTextString(m) } func (*RollbackNodePoolUpgradeRequest) ProtoMessage() {} func (*RollbackNodePoolUpgradeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{48} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{48} } func (m *RollbackNodePoolUpgradeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RollbackNodePoolUpgradeRequest.Unmarshal(m, b) @@ -4679,7 +4679,7 @@ func (m *ListNodePoolsResponse) Reset() { *m = ListNodePoolsResponse{} } func (m *ListNodePoolsResponse) String() string { return proto.CompactTextString(m) } func (*ListNodePoolsResponse) ProtoMessage() {} func (*ListNodePoolsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{49} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{49} } func (m *ListNodePoolsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNodePoolsResponse.Unmarshal(m, b) @@ -4726,7 +4726,7 @@ func (m *NodePoolAutoscaling) Reset() { *m = NodePoolAutoscaling{} } func (m *NodePoolAutoscaling) String() string { return proto.CompactTextString(m) } func (*NodePoolAutoscaling) ProtoMessage() {} func (*NodePoolAutoscaling) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{50} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{50} } func (m *NodePoolAutoscaling) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodePoolAutoscaling.Unmarshal(m, b) @@ -4804,7 +4804,7 @@ func (m *SetLabelsRequest) Reset() { *m = SetLabelsRequest{} } func (m *SetLabelsRequest) String() string { return proto.CompactTextString(m) } func (*SetLabelsRequest) ProtoMessage() {} func (*SetLabelsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{51} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{51} } func (m *SetLabelsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetLabelsRequest.Unmarshal(m, b) @@ -4895,7 +4895,7 @@ func (m *SetLegacyAbacRequest) Reset() { *m = SetLegacyAbacRequest{} } func (m *SetLegacyAbacRequest) String() string { return proto.CompactTextString(m) } func (*SetLegacyAbacRequest) ProtoMessage() {} func (*SetLegacyAbacRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{52} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{52} } func (m *SetLegacyAbacRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetLegacyAbacRequest.Unmarshal(m, b) @@ -4977,7 +4977,7 @@ func (m *StartIPRotationRequest) Reset() { *m = StartIPRotationRequest{} func (m *StartIPRotationRequest) String() string { return proto.CompactTextString(m) } func (*StartIPRotationRequest) ProtoMessage() {} func (*StartIPRotationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{53} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{53} } func (m *StartIPRotationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StartIPRotationRequest.Unmarshal(m, b) @@ -5051,7 +5051,7 @@ func (m *CompleteIPRotationRequest) Reset() { *m = CompleteIPRotationReq func (m *CompleteIPRotationRequest) String() string { return proto.CompactTextString(m) } func (*CompleteIPRotationRequest) ProtoMessage() {} func (*CompleteIPRotationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{54} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{54} } func (m *CompleteIPRotationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompleteIPRotationRequest.Unmarshal(m, b) @@ -5115,7 +5115,7 @@ func (m *AcceleratorConfig) Reset() { *m = AcceleratorConfig{} } func (m *AcceleratorConfig) String() string { return proto.CompactTextString(m) } func (*AcceleratorConfig) ProtoMessage() {} func (*AcceleratorConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{55} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{55} } func (m *AcceleratorConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AcceleratorConfig.Unmarshal(m, b) @@ -5178,7 +5178,7 @@ func (m *SetNetworkPolicyRequest) Reset() { *m = SetNetworkPolicyRequest func (m *SetNetworkPolicyRequest) String() string { return proto.CompactTextString(m) } func (*SetNetworkPolicyRequest) ProtoMessage() {} func (*SetNetworkPolicyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{56} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{56} } func (m *SetNetworkPolicyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetNetworkPolicyRequest.Unmarshal(m, b) @@ -5260,7 +5260,7 @@ func (m *SetMaintenancePolicyRequest) Reset() { *m = SetMaintenancePolic func (m *SetMaintenancePolicyRequest) String() string { return proto.CompactTextString(m) } func (*SetMaintenancePolicyRequest) ProtoMessage() {} func (*SetMaintenancePolicyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_5c8bce40ab9ac3ed, []int{57} + return fileDescriptor_cluster_service_e36c06b9432393ee, []int{57} } func (m *SetMaintenancePolicyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMaintenancePolicyRequest.Unmarshal(m, b) @@ -6527,10 +6527,10 @@ var _ClusterManager_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/container/v1alpha1/cluster_service.proto", fileDescriptor_cluster_service_5c8bce40ab9ac3ed) + proto.RegisterFile("google/container/v1alpha1/cluster_service.proto", fileDescriptor_cluster_service_e36c06b9432393ee) } -var fileDescriptor_cluster_service_5c8bce40ab9ac3ed = []byte{ +var fileDescriptor_cluster_service_e36c06b9432393ee = []byte{ // 4786 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x7c, 0x5d, 0x6c, 0x23, 0xd7, 0x75, 0x7f, 0x46, 0xa2, 0x28, 0xf1, 0x90, 0xa2, 0xa8, 0xab, 0x2f, 0x2e, 0xed, 0xb5, 0xd7, 0x13, diff --git a/googleapis/container/v1beta1/cluster_service.pb.go b/googleapis/container/v1beta1/cluster_service.pb.go index 9a2631a711..a6f0e87ac7 100644 --- a/googleapis/container/v1beta1/cluster_service.pb.go +++ b/googleapis/container/v1beta1/cluster_service.pb.go @@ -57,7 +57,7 @@ func (x NodeTaint_Effect) String() string { return proto.EnumName(NodeTaint_Effect_name, int32(x)) } func (NodeTaint_Effect) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{1, 0} + return fileDescriptor_cluster_service_b093026a38af0865, []int{1, 0} } // Istio auth mode, https://istio.io/docs/concepts/security/mutual-tls.html @@ -83,7 +83,7 @@ func (x IstioConfig_IstioAuthMode) String() string { return proto.EnumName(IstioConfig_IstioAuthMode_name, int32(x)) } func (IstioConfig_IstioAuthMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{10, 0} + return fileDescriptor_cluster_service_b093026a38af0865, []int{10, 0} } // Allowed Network Policy providers. @@ -109,7 +109,7 @@ func (x NetworkPolicy_Provider) String() string { return proto.EnumName(NetworkPolicy_Provider_name, int32(x)) } func (NetworkPolicy_Provider) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{14, 0} + return fileDescriptor_cluster_service_b093026a38af0865, []int{14, 0} } // The current status of the cluster. @@ -160,7 +160,7 @@ func (x Cluster_Status) String() string { return proto.EnumName(Cluster_Status_name, int32(x)) } func (Cluster_Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{18, 0} + return fileDescriptor_cluster_service_b093026a38af0865, []int{18, 0} } // Current status of the operation. @@ -198,7 +198,7 @@ func (x Operation_Status) String() string { return proto.EnumName(Operation_Status_name, int32(x)) } func (Operation_Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{20, 0} + return fileDescriptor_cluster_service_b093026a38af0865, []int{20, 0} } // Operation type. @@ -284,7 +284,7 @@ func (x Operation_Type) String() string { return proto.EnumName(Operation_Type_name, int32(x)) } func (Operation_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{20, 1} + return fileDescriptor_cluster_service_b093026a38af0865, []int{20, 1} } // Operation type: what type update to perform. @@ -321,7 +321,7 @@ func (x SetMasterAuthRequest_Action) String() string { return proto.EnumName(SetMasterAuthRequest_Action_name, int32(x)) } func (SetMasterAuthRequest_Action) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{32, 0} + return fileDescriptor_cluster_service_b093026a38af0865, []int{32, 0} } // The current status of the node pool instance. @@ -374,7 +374,7 @@ func (x NodePool_Status) String() string { return proto.EnumName(NodePool_Status_name, int32(x)) } func (NodePool_Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{46, 0} + return fileDescriptor_cluster_service_b093026a38af0865, []int{46, 0} } // NodeMetadata is the configuration for if and how to expose the node @@ -412,7 +412,7 @@ func (x WorkloadMetadataConfig_NodeMetadata) String() string { return proto.EnumName(WorkloadMetadataConfig_NodeMetadata_name, int32(x)) } func (WorkloadMetadataConfig_NodeMetadata) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{64, 0} + return fileDescriptor_cluster_service_b093026a38af0865, []int{64, 0} } // LocationType is the type of GKE location, regional or zonal. @@ -442,7 +442,7 @@ func (x Location_LocationType) String() string { return proto.EnumName(Location_LocationType_name, int32(x)) } func (Location_LocationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{69, 0} + return fileDescriptor_cluster_service_b093026a38af0865, []int{69, 0} } // Code for each condition @@ -482,7 +482,7 @@ func (x StatusCondition_Code) String() string { return proto.EnumName(StatusCondition_Code_name, int32(x)) } func (StatusCondition_Code) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{70, 0} + return fileDescriptor_cluster_service_b093026a38af0865, []int{70, 0} } // Status shows the current usage of a secondary IP range. @@ -524,7 +524,7 @@ func (x UsableSubnetworkSecondaryRange_Status) String() string { return proto.EnumName(UsableSubnetworkSecondaryRange_Status_name, int32(x)) } func (UsableSubnetworkSecondaryRange_Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{74, 0} + return fileDescriptor_cluster_service_b093026a38af0865, []int{74, 0} } // Parameters that describe the nodes in a cluster. @@ -643,7 +643,7 @@ func (m *NodeConfig) Reset() { *m = NodeConfig{} } func (m *NodeConfig) String() string { return proto.CompactTextString(m) } func (*NodeConfig) ProtoMessage() {} func (*NodeConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{0} + return fileDescriptor_cluster_service_b093026a38af0865, []int{0} } func (m *NodeConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeConfig.Unmarshal(m, b) @@ -789,7 +789,7 @@ func (m *NodeTaint) Reset() { *m = NodeTaint{} } func (m *NodeTaint) String() string { return proto.CompactTextString(m) } func (*NodeTaint) ProtoMessage() {} func (*NodeTaint) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{1} + return fileDescriptor_cluster_service_b093026a38af0865, []int{1} } func (m *NodeTaint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeTaint.Unmarshal(m, b) @@ -865,7 +865,7 @@ func (m *MasterAuth) Reset() { *m = MasterAuth{} } func (m *MasterAuth) String() string { return proto.CompactTextString(m) } func (*MasterAuth) ProtoMessage() {} func (*MasterAuth) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{2} + return fileDescriptor_cluster_service_b093026a38af0865, []int{2} } func (m *MasterAuth) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MasterAuth.Unmarshal(m, b) @@ -940,7 +940,7 @@ func (m *ClientCertificateConfig) Reset() { *m = ClientCertificateConfig func (m *ClientCertificateConfig) String() string { return proto.CompactTextString(m) } func (*ClientCertificateConfig) ProtoMessage() {} func (*ClientCertificateConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{3} + return fileDescriptor_cluster_service_b093026a38af0865, []int{3} } func (m *ClientCertificateConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClientCertificateConfig.Unmarshal(m, b) @@ -999,7 +999,7 @@ func (m *AddonsConfig) Reset() { *m = AddonsConfig{} } func (m *AddonsConfig) String() string { return proto.CompactTextString(m) } func (*AddonsConfig) ProtoMessage() {} func (*AddonsConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{4} + return fileDescriptor_cluster_service_b093026a38af0865, []int{4} } func (m *AddonsConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddonsConfig.Unmarshal(m, b) @@ -1077,7 +1077,7 @@ func (m *HttpLoadBalancing) Reset() { *m = HttpLoadBalancing{} } func (m *HttpLoadBalancing) String() string { return proto.CompactTextString(m) } func (*HttpLoadBalancing) ProtoMessage() {} func (*HttpLoadBalancing) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{5} + return fileDescriptor_cluster_service_b093026a38af0865, []int{5} } func (m *HttpLoadBalancing) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HttpLoadBalancing.Unmarshal(m, b) @@ -1121,7 +1121,7 @@ func (m *HorizontalPodAutoscaling) Reset() { *m = HorizontalPodAutoscali func (m *HorizontalPodAutoscaling) String() string { return proto.CompactTextString(m) } func (*HorizontalPodAutoscaling) ProtoMessage() {} func (*HorizontalPodAutoscaling) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{6} + return fileDescriptor_cluster_service_b093026a38af0865, []int{6} } func (m *HorizontalPodAutoscaling) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HorizontalPodAutoscaling.Unmarshal(m, b) @@ -1161,7 +1161,7 @@ func (m *KubernetesDashboard) Reset() { *m = KubernetesDashboard{} } func (m *KubernetesDashboard) String() string { return proto.CompactTextString(m) } func (*KubernetesDashboard) ProtoMessage() {} func (*KubernetesDashboard) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{7} + return fileDescriptor_cluster_service_b093026a38af0865, []int{7} } func (m *KubernetesDashboard) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KubernetesDashboard.Unmarshal(m, b) @@ -1203,7 +1203,7 @@ func (m *NetworkPolicyConfig) Reset() { *m = NetworkPolicyConfig{} } func (m *NetworkPolicyConfig) String() string { return proto.CompactTextString(m) } func (*NetworkPolicyConfig) ProtoMessage() {} func (*NetworkPolicyConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{8} + return fileDescriptor_cluster_service_b093026a38af0865, []int{8} } func (m *NetworkPolicyConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NetworkPolicyConfig.Unmarshal(m, b) @@ -1256,7 +1256,7 @@ func (m *PrivateClusterConfig) Reset() { *m = PrivateClusterConfig{} } func (m *PrivateClusterConfig) String() string { return proto.CompactTextString(m) } func (*PrivateClusterConfig) ProtoMessage() {} func (*PrivateClusterConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{9} + return fileDescriptor_cluster_service_b093026a38af0865, []int{9} } func (m *PrivateClusterConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivateClusterConfig.Unmarshal(m, b) @@ -1326,7 +1326,7 @@ func (m *IstioConfig) Reset() { *m = IstioConfig{} } func (m *IstioConfig) String() string { return proto.CompactTextString(m) } func (*IstioConfig) ProtoMessage() {} func (*IstioConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{10} + return fileDescriptor_cluster_service_b093026a38af0865, []int{10} } func (m *IstioConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IstioConfig.Unmarshal(m, b) @@ -1373,7 +1373,7 @@ func (m *CloudRunConfig) Reset() { *m = CloudRunConfig{} } func (m *CloudRunConfig) String() string { return proto.CompactTextString(m) } func (*CloudRunConfig) ProtoMessage() {} func (*CloudRunConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{11} + return fileDescriptor_cluster_service_b093026a38af0865, []int{11} } func (m *CloudRunConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CloudRunConfig.Unmarshal(m, b) @@ -1419,7 +1419,7 @@ func (m *MasterAuthorizedNetworksConfig) Reset() { *m = MasterAuthorized func (m *MasterAuthorizedNetworksConfig) String() string { return proto.CompactTextString(m) } func (*MasterAuthorizedNetworksConfig) ProtoMessage() {} func (*MasterAuthorizedNetworksConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{12} + return fileDescriptor_cluster_service_b093026a38af0865, []int{12} } func (m *MasterAuthorizedNetworksConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MasterAuthorizedNetworksConfig.Unmarshal(m, b) @@ -1470,7 +1470,7 @@ func (m *MasterAuthorizedNetworksConfig_CidrBlock) Reset() { func (m *MasterAuthorizedNetworksConfig_CidrBlock) String() string { return proto.CompactTextString(m) } func (*MasterAuthorizedNetworksConfig_CidrBlock) ProtoMessage() {} func (*MasterAuthorizedNetworksConfig_CidrBlock) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{12, 0} + return fileDescriptor_cluster_service_b093026a38af0865, []int{12, 0} } func (m *MasterAuthorizedNetworksConfig_CidrBlock) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MasterAuthorizedNetworksConfig_CidrBlock.Unmarshal(m, b) @@ -1521,7 +1521,7 @@ func (m *LegacyAbac) Reset() { *m = LegacyAbac{} } func (m *LegacyAbac) String() string { return proto.CompactTextString(m) } func (*LegacyAbac) ProtoMessage() {} func (*LegacyAbac) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{13} + return fileDescriptor_cluster_service_b093026a38af0865, []int{13} } func (m *LegacyAbac) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LegacyAbac.Unmarshal(m, b) @@ -1564,7 +1564,7 @@ func (m *NetworkPolicy) Reset() { *m = NetworkPolicy{} } func (m *NetworkPolicy) String() string { return proto.CompactTextString(m) } func (*NetworkPolicy) ProtoMessage() {} func (*NetworkPolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{14} + return fileDescriptor_cluster_service_b093026a38af0865, []int{14} } func (m *NetworkPolicy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NetworkPolicy.Unmarshal(m, b) @@ -1717,7 +1717,7 @@ func (m *IPAllocationPolicy) Reset() { *m = IPAllocationPolicy{} } func (m *IPAllocationPolicy) String() string { return proto.CompactTextString(m) } func (*IPAllocationPolicy) ProtoMessage() {} func (*IPAllocationPolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{15} + return fileDescriptor_cluster_service_b093026a38af0865, []int{15} } func (m *IPAllocationPolicy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IPAllocationPolicy.Unmarshal(m, b) @@ -1845,7 +1845,7 @@ func (m *BinaryAuthorization) Reset() { *m = BinaryAuthorization{} } func (m *BinaryAuthorization) String() string { return proto.CompactTextString(m) } func (*BinaryAuthorization) ProtoMessage() {} func (*BinaryAuthorization) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{16} + return fileDescriptor_cluster_service_b093026a38af0865, []int{16} } func (m *BinaryAuthorization) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BinaryAuthorization.Unmarshal(m, b) @@ -1886,7 +1886,7 @@ func (m *PodSecurityPolicyConfig) Reset() { *m = PodSecurityPolicyConfig func (m *PodSecurityPolicyConfig) String() string { return proto.CompactTextString(m) } func (*PodSecurityPolicyConfig) ProtoMessage() {} func (*PodSecurityPolicyConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{17} + return fileDescriptor_cluster_service_b093026a38af0865, []int{17} } func (m *PodSecurityPolicyConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PodSecurityPolicyConfig.Unmarshal(m, b) @@ -2127,7 +2127,7 @@ func (m *Cluster) Reset() { *m = Cluster{} } func (m *Cluster) String() string { return proto.CompactTextString(m) } func (*Cluster) ProtoMessage() {} func (*Cluster) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{18} + return fileDescriptor_cluster_service_b093026a38af0865, []int{18} } func (m *Cluster) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Cluster.Unmarshal(m, b) @@ -2584,7 +2584,7 @@ func (m *ClusterUpdate) Reset() { *m = ClusterUpdate{} } func (m *ClusterUpdate) String() string { return proto.CompactTextString(m) } func (*ClusterUpdate) ProtoMessage() {} func (*ClusterUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{19} + return fileDescriptor_cluster_service_b093026a38af0865, []int{19} } func (m *ClusterUpdate) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterUpdate.Unmarshal(m, b) @@ -2757,7 +2757,7 @@ func (m *Operation) Reset() { *m = Operation{} } func (m *Operation) String() string { return proto.CompactTextString(m) } func (*Operation) ProtoMessage() {} func (*Operation) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{20} + return fileDescriptor_cluster_service_b093026a38af0865, []int{20} } func (m *Operation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Operation.Unmarshal(m, b) @@ -2902,7 +2902,7 @@ func (m *OperationProgress) Reset() { *m = OperationProgress{} } func (m *OperationProgress) String() string { return proto.CompactTextString(m) } func (*OperationProgress) ProtoMessage() {} func (*OperationProgress) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{21} + return fileDescriptor_cluster_service_b093026a38af0865, []int{21} } func (m *OperationProgress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationProgress.Unmarshal(m, b) @@ -2971,7 +2971,7 @@ func (m *OperationProgress_Metric) Reset() { *m = OperationProgress_Metr func (m *OperationProgress_Metric) String() string { return proto.CompactTextString(m) } func (*OperationProgress_Metric) ProtoMessage() {} func (*OperationProgress_Metric) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{21, 0} + return fileDescriptor_cluster_service_b093026a38af0865, []int{21, 0} } func (m *OperationProgress_Metric) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationProgress_Metric.Unmarshal(m, b) @@ -3153,7 +3153,7 @@ func (m *CreateClusterRequest) Reset() { *m = CreateClusterRequest{} } func (m *CreateClusterRequest) String() string { return proto.CompactTextString(m) } func (*CreateClusterRequest) ProtoMessage() {} func (*CreateClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{22} + return fileDescriptor_cluster_service_b093026a38af0865, []int{22} } func (m *CreateClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateClusterRequest.Unmarshal(m, b) @@ -3229,7 +3229,7 @@ func (m *GetClusterRequest) Reset() { *m = GetClusterRequest{} } func (m *GetClusterRequest) String() string { return proto.CompactTextString(m) } func (*GetClusterRequest) ProtoMessage() {} func (*GetClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{23} + return fileDescriptor_cluster_service_b093026a38af0865, []int{23} } func (m *GetClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetClusterRequest.Unmarshal(m, b) @@ -3308,7 +3308,7 @@ func (m *UpdateClusterRequest) Reset() { *m = UpdateClusterRequest{} } func (m *UpdateClusterRequest) String() string { return proto.CompactTextString(m) } func (*UpdateClusterRequest) ProtoMessage() {} func (*UpdateClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{24} + return fileDescriptor_cluster_service_b093026a38af0865, []int{24} } func (m *UpdateClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateClusterRequest.Unmarshal(m, b) @@ -3410,7 +3410,7 @@ func (m *UpdateNodePoolRequest) Reset() { *m = UpdateNodePoolRequest{} } func (m *UpdateNodePoolRequest) String() string { return proto.CompactTextString(m) } func (*UpdateNodePoolRequest) ProtoMessage() {} func (*UpdateNodePoolRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{25} + return fileDescriptor_cluster_service_b093026a38af0865, []int{25} } func (m *UpdateNodePoolRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateNodePoolRequest.Unmarshal(m, b) @@ -3515,7 +3515,7 @@ func (m *SetNodePoolAutoscalingRequest) Reset() { *m = SetNodePoolAutosc func (m *SetNodePoolAutoscalingRequest) String() string { return proto.CompactTextString(m) } func (*SetNodePoolAutoscalingRequest) ProtoMessage() {} func (*SetNodePoolAutoscalingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{26} + return fileDescriptor_cluster_service_b093026a38af0865, []int{26} } func (m *SetNodePoolAutoscalingRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetNodePoolAutoscalingRequest.Unmarshal(m, b) @@ -3613,7 +3613,7 @@ func (m *SetLoggingServiceRequest) Reset() { *m = SetLoggingServiceReque func (m *SetLoggingServiceRequest) String() string { return proto.CompactTextString(m) } func (*SetLoggingServiceRequest) ProtoMessage() {} func (*SetLoggingServiceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{27} + return fileDescriptor_cluster_service_b093026a38af0865, []int{27} } func (m *SetLoggingServiceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetLoggingServiceRequest.Unmarshal(m, b) @@ -3702,7 +3702,7 @@ func (m *SetMonitoringServiceRequest) Reset() { *m = SetMonitoringServic func (m *SetMonitoringServiceRequest) String() string { return proto.CompactTextString(m) } func (*SetMonitoringServiceRequest) ProtoMessage() {} func (*SetMonitoringServiceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{28} + return fileDescriptor_cluster_service_b093026a38af0865, []int{28} } func (m *SetMonitoringServiceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMonitoringServiceRequest.Unmarshal(m, b) @@ -3789,7 +3789,7 @@ func (m *SetAddonsConfigRequest) Reset() { *m = SetAddonsConfigRequest{} func (m *SetAddonsConfigRequest) String() string { return proto.CompactTextString(m) } func (*SetAddonsConfigRequest) ProtoMessage() {} func (*SetAddonsConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{29} + return fileDescriptor_cluster_service_b093026a38af0865, []int{29} } func (m *SetAddonsConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetAddonsConfigRequest.Unmarshal(m, b) @@ -3881,7 +3881,7 @@ func (m *SetLocationsRequest) Reset() { *m = SetLocationsRequest{} } func (m *SetLocationsRequest) String() string { return proto.CompactTextString(m) } func (*SetLocationsRequest) ProtoMessage() {} func (*SetLocationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{30} + return fileDescriptor_cluster_service_b093026a38af0865, []int{30} } func (m *SetLocationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetLocationsRequest.Unmarshal(m, b) @@ -3976,7 +3976,7 @@ func (m *UpdateMasterRequest) Reset() { *m = UpdateMasterRequest{} } func (m *UpdateMasterRequest) String() string { return proto.CompactTextString(m) } func (*UpdateMasterRequest) ProtoMessage() {} func (*UpdateMasterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{31} + return fileDescriptor_cluster_service_b093026a38af0865, []int{31} } func (m *UpdateMasterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateMasterRequest.Unmarshal(m, b) @@ -4064,7 +4064,7 @@ func (m *SetMasterAuthRequest) Reset() { *m = SetMasterAuthRequest{} } func (m *SetMasterAuthRequest) String() string { return proto.CompactTextString(m) } func (*SetMasterAuthRequest) ProtoMessage() {} func (*SetMasterAuthRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{32} + return fileDescriptor_cluster_service_b093026a38af0865, []int{32} } func (m *SetMasterAuthRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMasterAuthRequest.Unmarshal(m, b) @@ -4155,7 +4155,7 @@ func (m *DeleteClusterRequest) Reset() { *m = DeleteClusterRequest{} } func (m *DeleteClusterRequest) String() string { return proto.CompactTextString(m) } func (*DeleteClusterRequest) ProtoMessage() {} func (*DeleteClusterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{33} + return fileDescriptor_cluster_service_b093026a38af0865, []int{33} } func (m *DeleteClusterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteClusterRequest.Unmarshal(m, b) @@ -4230,7 +4230,7 @@ func (m *ListClustersRequest) Reset() { *m = ListClustersRequest{} } func (m *ListClustersRequest) String() string { return proto.CompactTextString(m) } func (*ListClustersRequest) ProtoMessage() {} func (*ListClustersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{34} + return fileDescriptor_cluster_service_b093026a38af0865, []int{34} } func (m *ListClustersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListClustersRequest.Unmarshal(m, b) @@ -4290,7 +4290,7 @@ func (m *ListClustersResponse) Reset() { *m = ListClustersResponse{} } func (m *ListClustersResponse) String() string { return proto.CompactTextString(m) } func (*ListClustersResponse) ProtoMessage() {} func (*ListClustersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{35} + return fileDescriptor_cluster_service_b093026a38af0865, []int{35} } func (m *ListClustersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListClustersResponse.Unmarshal(m, b) @@ -4350,7 +4350,7 @@ func (m *GetOperationRequest) Reset() { *m = GetOperationRequest{} } func (m *GetOperationRequest) String() string { return proto.CompactTextString(m) } func (*GetOperationRequest) ProtoMessage() {} func (*GetOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{36} + return fileDescriptor_cluster_service_b093026a38af0865, []int{36} } func (m *GetOperationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetOperationRequest.Unmarshal(m, b) @@ -4424,7 +4424,7 @@ func (m *ListOperationsRequest) Reset() { *m = ListOperationsRequest{} } func (m *ListOperationsRequest) String() string { return proto.CompactTextString(m) } func (*ListOperationsRequest) ProtoMessage() {} func (*ListOperationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{37} + return fileDescriptor_cluster_service_b093026a38af0865, []int{37} } func (m *ListOperationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListOperationsRequest.Unmarshal(m, b) @@ -4492,7 +4492,7 @@ func (m *CancelOperationRequest) Reset() { *m = CancelOperationRequest{} func (m *CancelOperationRequest) String() string { return proto.CompactTextString(m) } func (*CancelOperationRequest) ProtoMessage() {} func (*CancelOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{38} + return fileDescriptor_cluster_service_b093026a38af0865, []int{38} } func (m *CancelOperationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CancelOperationRequest.Unmarshal(m, b) @@ -4559,7 +4559,7 @@ func (m *ListOperationsResponse) Reset() { *m = ListOperationsResponse{} func (m *ListOperationsResponse) String() string { return proto.CompactTextString(m) } func (*ListOperationsResponse) ProtoMessage() {} func (*ListOperationsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{39} + return fileDescriptor_cluster_service_b093026a38af0865, []int{39} } func (m *ListOperationsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListOperationsResponse.Unmarshal(m, b) @@ -4615,7 +4615,7 @@ func (m *GetServerConfigRequest) Reset() { *m = GetServerConfigRequest{} func (m *GetServerConfigRequest) String() string { return proto.CompactTextString(m) } func (*GetServerConfigRequest) ProtoMessage() {} func (*GetServerConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{40} + return fileDescriptor_cluster_service_b093026a38af0865, []int{40} } func (m *GetServerConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetServerConfigRequest.Unmarshal(m, b) @@ -4679,7 +4679,7 @@ func (m *ServerConfig) Reset() { *m = ServerConfig{} } func (m *ServerConfig) String() string { return proto.CompactTextString(m) } func (*ServerConfig) ProtoMessage() {} func (*ServerConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{41} + return fileDescriptor_cluster_service_b093026a38af0865, []int{41} } func (m *ServerConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ServerConfig.Unmarshal(m, b) @@ -4763,7 +4763,7 @@ func (m *CreateNodePoolRequest) Reset() { *m = CreateNodePoolRequest{} } func (m *CreateNodePoolRequest) String() string { return proto.CompactTextString(m) } func (*CreateNodePoolRequest) ProtoMessage() {} func (*CreateNodePoolRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{42} + return fileDescriptor_cluster_service_b093026a38af0865, []int{42} } func (m *CreateNodePoolRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateNodePoolRequest.Unmarshal(m, b) @@ -4851,7 +4851,7 @@ func (m *DeleteNodePoolRequest) Reset() { *m = DeleteNodePoolRequest{} } func (m *DeleteNodePoolRequest) String() string { return proto.CompactTextString(m) } func (*DeleteNodePoolRequest) ProtoMessage() {} func (*DeleteNodePoolRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{43} + return fileDescriptor_cluster_service_b093026a38af0865, []int{43} } func (m *DeleteNodePoolRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteNodePoolRequest.Unmarshal(m, b) @@ -4936,7 +4936,7 @@ func (m *ListNodePoolsRequest) Reset() { *m = ListNodePoolsRequest{} } func (m *ListNodePoolsRequest) String() string { return proto.CompactTextString(m) } func (*ListNodePoolsRequest) ProtoMessage() {} func (*ListNodePoolsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{44} + return fileDescriptor_cluster_service_b093026a38af0865, []int{44} } func (m *ListNodePoolsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNodePoolsRequest.Unmarshal(m, b) @@ -5017,7 +5017,7 @@ func (m *GetNodePoolRequest) Reset() { *m = GetNodePoolRequest{} } func (m *GetNodePoolRequest) String() string { return proto.CompactTextString(m) } func (*GetNodePoolRequest) ProtoMessage() {} func (*GetNodePoolRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{45} + return fileDescriptor_cluster_service_b093026a38af0865, []int{45} } func (m *GetNodePoolRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetNodePoolRequest.Unmarshal(m, b) @@ -5124,7 +5124,7 @@ func (m *NodePool) Reset() { *m = NodePool{} } func (m *NodePool) String() string { return proto.CompactTextString(m) } func (*NodePool) ProtoMessage() {} func (*NodePool) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{46} + return fileDescriptor_cluster_service_b093026a38af0865, []int{46} } func (m *NodePool) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodePool.Unmarshal(m, b) @@ -5246,7 +5246,7 @@ func (m *NodeManagement) Reset() { *m = NodeManagement{} } func (m *NodeManagement) String() string { return proto.CompactTextString(m) } func (*NodeManagement) ProtoMessage() {} func (*NodeManagement) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{47} + return fileDescriptor_cluster_service_b093026a38af0865, []int{47} } func (m *NodeManagement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeManagement.Unmarshal(m, b) @@ -5306,7 +5306,7 @@ func (m *AutoUpgradeOptions) Reset() { *m = AutoUpgradeOptions{} } func (m *AutoUpgradeOptions) String() string { return proto.CompactTextString(m) } func (*AutoUpgradeOptions) ProtoMessage() {} func (*AutoUpgradeOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{48} + return fileDescriptor_cluster_service_b093026a38af0865, []int{48} } func (m *AutoUpgradeOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AutoUpgradeOptions.Unmarshal(m, b) @@ -5353,7 +5353,7 @@ func (m *MaintenancePolicy) Reset() { *m = MaintenancePolicy{} } func (m *MaintenancePolicy) String() string { return proto.CompactTextString(m) } func (*MaintenancePolicy) ProtoMessage() {} func (*MaintenancePolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{49} + return fileDescriptor_cluster_service_b093026a38af0865, []int{49} } func (m *MaintenancePolicy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaintenancePolicy.Unmarshal(m, b) @@ -5397,7 +5397,7 @@ func (m *MaintenanceWindow) Reset() { *m = MaintenanceWindow{} } func (m *MaintenanceWindow) String() string { return proto.CompactTextString(m) } func (*MaintenanceWindow) ProtoMessage() {} func (*MaintenanceWindow) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{50} + return fileDescriptor_cluster_service_b093026a38af0865, []int{50} } func (m *MaintenanceWindow) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaintenanceWindow.Unmarshal(m, b) @@ -5513,7 +5513,7 @@ func (m *DailyMaintenanceWindow) Reset() { *m = DailyMaintenanceWindow{} func (m *DailyMaintenanceWindow) String() string { return proto.CompactTextString(m) } func (*DailyMaintenanceWindow) ProtoMessage() {} func (*DailyMaintenanceWindow) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{51} + return fileDescriptor_cluster_service_b093026a38af0865, []int{51} } func (m *DailyMaintenanceWindow) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DailyMaintenanceWindow.Unmarshal(m, b) @@ -5580,7 +5580,7 @@ func (m *SetNodePoolManagementRequest) Reset() { *m = SetNodePoolManagem func (m *SetNodePoolManagementRequest) String() string { return proto.CompactTextString(m) } func (*SetNodePoolManagementRequest) ProtoMessage() {} func (*SetNodePoolManagementRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{52} + return fileDescriptor_cluster_service_b093026a38af0865, []int{52} } func (m *SetNodePoolManagementRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetNodePoolManagementRequest.Unmarshal(m, b) @@ -5679,7 +5679,7 @@ func (m *SetNodePoolSizeRequest) Reset() { *m = SetNodePoolSizeRequest{} func (m *SetNodePoolSizeRequest) String() string { return proto.CompactTextString(m) } func (*SetNodePoolSizeRequest) ProtoMessage() {} func (*SetNodePoolSizeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{53} + return fileDescriptor_cluster_service_b093026a38af0865, []int{53} } func (m *SetNodePoolSizeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetNodePoolSizeRequest.Unmarshal(m, b) @@ -5777,7 +5777,7 @@ func (m *RollbackNodePoolUpgradeRequest) Reset() { *m = RollbackNodePool func (m *RollbackNodePoolUpgradeRequest) String() string { return proto.CompactTextString(m) } func (*RollbackNodePoolUpgradeRequest) ProtoMessage() {} func (*RollbackNodePoolUpgradeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{54} + return fileDescriptor_cluster_service_b093026a38af0865, []int{54} } func (m *RollbackNodePoolUpgradeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RollbackNodePoolUpgradeRequest.Unmarshal(m, b) @@ -5849,7 +5849,7 @@ func (m *ListNodePoolsResponse) Reset() { *m = ListNodePoolsResponse{} } func (m *ListNodePoolsResponse) String() string { return proto.CompactTextString(m) } func (*ListNodePoolsResponse) ProtoMessage() {} func (*ListNodePoolsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{55} + return fileDescriptor_cluster_service_b093026a38af0865, []int{55} } func (m *ListNodePoolsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNodePoolsResponse.Unmarshal(m, b) @@ -5895,7 +5895,7 @@ func (m *ClusterAutoscaling) Reset() { *m = ClusterAutoscaling{} } func (m *ClusterAutoscaling) String() string { return proto.CompactTextString(m) } func (*ClusterAutoscaling) ProtoMessage() {} func (*ClusterAutoscaling) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{56} + return fileDescriptor_cluster_service_b093026a38af0865, []int{56} } func (m *ClusterAutoscaling) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterAutoscaling.Unmarshal(m, b) @@ -5947,7 +5947,7 @@ func (m *ResourceLimit) Reset() { *m = ResourceLimit{} } func (m *ResourceLimit) String() string { return proto.CompactTextString(m) } func (*ResourceLimit) ProtoMessage() {} func (*ResourceLimit) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{57} + return fileDescriptor_cluster_service_b093026a38af0865, []int{57} } func (m *ResourceLimit) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResourceLimit.Unmarshal(m, b) @@ -6010,7 +6010,7 @@ func (m *NodePoolAutoscaling) Reset() { *m = NodePoolAutoscaling{} } func (m *NodePoolAutoscaling) String() string { return proto.CompactTextString(m) } func (*NodePoolAutoscaling) ProtoMessage() {} func (*NodePoolAutoscaling) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{58} + return fileDescriptor_cluster_service_b093026a38af0865, []int{58} } func (m *NodePoolAutoscaling) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodePoolAutoscaling.Unmarshal(m, b) @@ -6095,7 +6095,7 @@ func (m *SetLabelsRequest) Reset() { *m = SetLabelsRequest{} } func (m *SetLabelsRequest) String() string { return proto.CompactTextString(m) } func (*SetLabelsRequest) ProtoMessage() {} func (*SetLabelsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{59} + return fileDescriptor_cluster_service_b093026a38af0865, []int{59} } func (m *SetLabelsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetLabelsRequest.Unmarshal(m, b) @@ -6189,7 +6189,7 @@ func (m *SetLegacyAbacRequest) Reset() { *m = SetLegacyAbacRequest{} } func (m *SetLegacyAbacRequest) String() string { return proto.CompactTextString(m) } func (*SetLegacyAbacRequest) ProtoMessage() {} func (*SetLegacyAbacRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{60} + return fileDescriptor_cluster_service_b093026a38af0865, []int{60} } func (m *SetLegacyAbacRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetLegacyAbacRequest.Unmarshal(m, b) @@ -6276,7 +6276,7 @@ func (m *StartIPRotationRequest) Reset() { *m = StartIPRotationRequest{} func (m *StartIPRotationRequest) String() string { return proto.CompactTextString(m) } func (*StartIPRotationRequest) ProtoMessage() {} func (*StartIPRotationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{61} + return fileDescriptor_cluster_service_b093026a38af0865, []int{61} } func (m *StartIPRotationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StartIPRotationRequest.Unmarshal(m, b) @@ -6360,7 +6360,7 @@ func (m *CompleteIPRotationRequest) Reset() { *m = CompleteIPRotationReq func (m *CompleteIPRotationRequest) String() string { return proto.CompactTextString(m) } func (*CompleteIPRotationRequest) ProtoMessage() {} func (*CompleteIPRotationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{62} + return fileDescriptor_cluster_service_b093026a38af0865, []int{62} } func (m *CompleteIPRotationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompleteIPRotationRequest.Unmarshal(m, b) @@ -6427,7 +6427,7 @@ func (m *AcceleratorConfig) Reset() { *m = AcceleratorConfig{} } func (m *AcceleratorConfig) String() string { return proto.CompactTextString(m) } func (*AcceleratorConfig) ProtoMessage() {} func (*AcceleratorConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{63} + return fileDescriptor_cluster_service_b093026a38af0865, []int{63} } func (m *AcceleratorConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AcceleratorConfig.Unmarshal(m, b) @@ -6476,7 +6476,7 @@ func (m *WorkloadMetadataConfig) Reset() { *m = WorkloadMetadataConfig{} func (m *WorkloadMetadataConfig) String() string { return proto.CompactTextString(m) } func (*WorkloadMetadataConfig) ProtoMessage() {} func (*WorkloadMetadataConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{64} + return fileDescriptor_cluster_service_b093026a38af0865, []int{64} } func (m *WorkloadMetadataConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkloadMetadataConfig.Unmarshal(m, b) @@ -6531,7 +6531,7 @@ func (m *SetNetworkPolicyRequest) Reset() { *m = SetNetworkPolicyRequest func (m *SetNetworkPolicyRequest) String() string { return proto.CompactTextString(m) } func (*SetNetworkPolicyRequest) ProtoMessage() {} func (*SetNetworkPolicyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{65} + return fileDescriptor_cluster_service_b093026a38af0865, []int{65} } func (m *SetNetworkPolicyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetNetworkPolicyRequest.Unmarshal(m, b) @@ -6616,7 +6616,7 @@ func (m *SetMaintenancePolicyRequest) Reset() { *m = SetMaintenancePolic func (m *SetMaintenancePolicyRequest) String() string { return proto.CompactTextString(m) } func (*SetMaintenancePolicyRequest) ProtoMessage() {} func (*SetMaintenancePolicyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{66} + return fileDescriptor_cluster_service_b093026a38af0865, []int{66} } func (m *SetMaintenancePolicyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMaintenancePolicyRequest.Unmarshal(m, b) @@ -6685,7 +6685,7 @@ func (m *ListLocationsRequest) Reset() { *m = ListLocationsRequest{} } func (m *ListLocationsRequest) String() string { return proto.CompactTextString(m) } func (*ListLocationsRequest) ProtoMessage() {} func (*ListLocationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{67} + return fileDescriptor_cluster_service_b093026a38af0865, []int{67} } func (m *ListLocationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListLocationsRequest.Unmarshal(m, b) @@ -6731,7 +6731,7 @@ func (m *ListLocationsResponse) Reset() { *m = ListLocationsResponse{} } func (m *ListLocationsResponse) String() string { return proto.CompactTextString(m) } func (*ListLocationsResponse) ProtoMessage() {} func (*ListLocationsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{68} + return fileDescriptor_cluster_service_b093026a38af0865, []int{68} } func (m *ListLocationsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListLocationsResponse.Unmarshal(m, b) @@ -6785,7 +6785,7 @@ func (m *Location) Reset() { *m = Location{} } func (m *Location) String() string { return proto.CompactTextString(m) } func (*Location) ProtoMessage() {} func (*Location) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{69} + return fileDescriptor_cluster_service_b093026a38af0865, []int{69} } func (m *Location) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Location.Unmarshal(m, b) @@ -6842,7 +6842,7 @@ func (m *StatusCondition) Reset() { *m = StatusCondition{} } func (m *StatusCondition) String() string { return proto.CompactTextString(m) } func (*StatusCondition) ProtoMessage() {} func (*StatusCondition) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{70} + return fileDescriptor_cluster_service_b093026a38af0865, []int{70} } func (m *StatusCondition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StatusCondition.Unmarshal(m, b) @@ -6896,7 +6896,7 @@ func (m *NetworkConfig) Reset() { *m = NetworkConfig{} } func (m *NetworkConfig) String() string { return proto.CompactTextString(m) } func (*NetworkConfig) ProtoMessage() {} func (*NetworkConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{71} + return fileDescriptor_cluster_service_b093026a38af0865, []int{71} } func (m *NetworkConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NetworkConfig.Unmarshal(m, b) @@ -6958,7 +6958,7 @@ func (m *ListUsableSubnetworksRequest) Reset() { *m = ListUsableSubnetwo func (m *ListUsableSubnetworksRequest) String() string { return proto.CompactTextString(m) } func (*ListUsableSubnetworksRequest) ProtoMessage() {} func (*ListUsableSubnetworksRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{72} + return fileDescriptor_cluster_service_b093026a38af0865, []int{72} } func (m *ListUsableSubnetworksRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListUsableSubnetworksRequest.Unmarshal(m, b) @@ -7025,7 +7025,7 @@ func (m *ListUsableSubnetworksResponse) Reset() { *m = ListUsableSubnetw func (m *ListUsableSubnetworksResponse) String() string { return proto.CompactTextString(m) } func (*ListUsableSubnetworksResponse) ProtoMessage() {} func (*ListUsableSubnetworksResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{73} + return fileDescriptor_cluster_service_b093026a38af0865, []int{73} } func (m *ListUsableSubnetworksResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListUsableSubnetworksResponse.Unmarshal(m, b) @@ -7077,7 +7077,7 @@ func (m *UsableSubnetworkSecondaryRange) Reset() { *m = UsableSubnetwork func (m *UsableSubnetworkSecondaryRange) String() string { return proto.CompactTextString(m) } func (*UsableSubnetworkSecondaryRange) ProtoMessage() {} func (*UsableSubnetworkSecondaryRange) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{74} + return fileDescriptor_cluster_service_b093026a38af0865, []int{74} } func (m *UsableSubnetworkSecondaryRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UsableSubnetworkSecondaryRange.Unmarshal(m, b) @@ -7145,7 +7145,7 @@ func (m *UsableSubnetwork) Reset() { *m = UsableSubnetwork{} } func (m *UsableSubnetwork) String() string { return proto.CompactTextString(m) } func (*UsableSubnetwork) ProtoMessage() {} func (*UsableSubnetwork) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{75} + return fileDescriptor_cluster_service_b093026a38af0865, []int{75} } func (m *UsableSubnetwork) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UsableSubnetwork.Unmarshal(m, b) @@ -7215,7 +7215,7 @@ func (m *VerticalPodAutoscaling) Reset() { *m = VerticalPodAutoscaling{} func (m *VerticalPodAutoscaling) String() string { return proto.CompactTextString(m) } func (*VerticalPodAutoscaling) ProtoMessage() {} func (*VerticalPodAutoscaling) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{76} + return fileDescriptor_cluster_service_b093026a38af0865, []int{76} } func (m *VerticalPodAutoscaling) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VerticalPodAutoscaling.Unmarshal(m, b) @@ -7255,7 +7255,7 @@ func (m *MaxPodsConstraint) Reset() { *m = MaxPodsConstraint{} } func (m *MaxPodsConstraint) String() string { return proto.CompactTextString(m) } func (*MaxPodsConstraint) ProtoMessage() {} func (*MaxPodsConstraint) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{77} + return fileDescriptor_cluster_service_b093026a38af0865, []int{77} } func (m *MaxPodsConstraint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaxPodsConstraint.Unmarshal(m, b) @@ -7298,7 +7298,7 @@ func (m *ResourceUsageExportConfig) Reset() { *m = ResourceUsageExportCo func (m *ResourceUsageExportConfig) String() string { return proto.CompactTextString(m) } func (*ResourceUsageExportConfig) ProtoMessage() {} func (*ResourceUsageExportConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{78} + return fileDescriptor_cluster_service_b093026a38af0865, []int{78} } func (m *ResourceUsageExportConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResourceUsageExportConfig.Unmarshal(m, b) @@ -7349,7 +7349,7 @@ func (m *ResourceUsageExportConfig_BigQueryDestination) String() string { } func (*ResourceUsageExportConfig_BigQueryDestination) ProtoMessage() {} func (*ResourceUsageExportConfig_BigQueryDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_cluster_service_4b3d530a1685571f, []int{78, 0} + return fileDescriptor_cluster_service_b093026a38af0865, []int{78, 0} } func (m *ResourceUsageExportConfig_BigQueryDestination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResourceUsageExportConfig_BigQueryDestination.Unmarshal(m, b) @@ -8687,10 +8687,10 @@ var _ClusterManager_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/container/v1beta1/cluster_service.proto", fileDescriptor_cluster_service_4b3d530a1685571f) + proto.RegisterFile("google/container/v1beta1/cluster_service.proto", fileDescriptor_cluster_service_b093026a38af0865) } -var fileDescriptor_cluster_service_4b3d530a1685571f = []byte{ +var fileDescriptor_cluster_service_b093026a38af0865 = []byte{ // 7032 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5d, 0x6b, 0x6c, 0x23, 0xd7, 0x75, 0xf6, 0x50, 0x94, 0x44, 0x1d, 0x49, 0x14, 0x75, 0xa5, 0xd5, 0x72, 0xb9, 0x0f, 0xef, 0x8e, diff --git a/googleapis/datastore/admin/v1/datastore_admin.pb.go b/googleapis/datastore/admin/v1/datastore_admin.pb.go index b06e6ce312..33d67d28ee 100644 --- a/googleapis/datastore/admin/v1/datastore_admin.pb.go +++ b/googleapis/datastore/admin/v1/datastore_admin.pb.go @@ -61,7 +61,7 @@ func (x OperationType) String() string { return proto.EnumName(OperationType_name, int32(x)) } func (OperationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_b0c01b68e67af54e, []int{0} + return fileDescriptor_datastore_admin_35408641d3652505, []int{0} } // The various possible states for an ongoing Operation. @@ -113,7 +113,7 @@ func (x CommonMetadata_State) String() string { return proto.EnumName(CommonMetadata_State_name, int32(x)) } func (CommonMetadata_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_b0c01b68e67af54e, []int{0, 0} + return fileDescriptor_datastore_admin_35408641d3652505, []int{0, 0} } // Metadata common to all Datastore Admin operations. @@ -139,7 +139,7 @@ func (m *CommonMetadata) Reset() { *m = CommonMetadata{} } func (m *CommonMetadata) String() string { return proto.CompactTextString(m) } func (*CommonMetadata) ProtoMessage() {} func (*CommonMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_b0c01b68e67af54e, []int{0} + return fileDescriptor_datastore_admin_35408641d3652505, []int{0} } func (m *CommonMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommonMetadata.Unmarshal(m, b) @@ -211,7 +211,7 @@ func (m *Progress) Reset() { *m = Progress{} } func (m *Progress) String() string { return proto.CompactTextString(m) } func (*Progress) ProtoMessage() {} func (*Progress) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_b0c01b68e67af54e, []int{1} + return fileDescriptor_datastore_admin_35408641d3652505, []int{1} } func (m *Progress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Progress.Unmarshal(m, b) @@ -282,7 +282,7 @@ func (m *ExportEntitiesRequest) Reset() { *m = ExportEntitiesRequest{} } func (m *ExportEntitiesRequest) String() string { return proto.CompactTextString(m) } func (*ExportEntitiesRequest) ProtoMessage() {} func (*ExportEntitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_b0c01b68e67af54e, []int{2} + return fileDescriptor_datastore_admin_35408641d3652505, []int{2} } func (m *ExportEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportEntitiesRequest.Unmarshal(m, b) @@ -365,7 +365,7 @@ func (m *ImportEntitiesRequest) Reset() { *m = ImportEntitiesRequest{} } func (m *ImportEntitiesRequest) String() string { return proto.CompactTextString(m) } func (*ImportEntitiesRequest) ProtoMessage() {} func (*ImportEntitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_b0c01b68e67af54e, []int{3} + return fileDescriptor_datastore_admin_35408641d3652505, []int{3} } func (m *ImportEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportEntitiesRequest.Unmarshal(m, b) @@ -430,7 +430,7 @@ func (m *ExportEntitiesResponse) Reset() { *m = ExportEntitiesResponse{} func (m *ExportEntitiesResponse) String() string { return proto.CompactTextString(m) } func (*ExportEntitiesResponse) ProtoMessage() {} func (*ExportEntitiesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_b0c01b68e67af54e, []int{4} + return fileDescriptor_datastore_admin_35408641d3652505, []int{4} } func (m *ExportEntitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportEntitiesResponse.Unmarshal(m, b) @@ -482,7 +482,7 @@ func (m *ExportEntitiesMetadata) Reset() { *m = ExportEntitiesMetadata{} func (m *ExportEntitiesMetadata) String() string { return proto.CompactTextString(m) } func (*ExportEntitiesMetadata) ProtoMessage() {} func (*ExportEntitiesMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_b0c01b68e67af54e, []int{5} + return fileDescriptor_datastore_admin_35408641d3652505, []int{5} } func (m *ExportEntitiesMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportEntitiesMetadata.Unmarshal(m, b) @@ -561,7 +561,7 @@ func (m *ImportEntitiesMetadata) Reset() { *m = ImportEntitiesMetadata{} func (m *ImportEntitiesMetadata) String() string { return proto.CompactTextString(m) } func (*ImportEntitiesMetadata) ProtoMessage() {} func (*ImportEntitiesMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_b0c01b68e67af54e, []int{6} + return fileDescriptor_datastore_admin_35408641d3652505, []int{6} } func (m *ImportEntitiesMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportEntitiesMetadata.Unmarshal(m, b) @@ -655,7 +655,7 @@ func (m *EntityFilter) Reset() { *m = EntityFilter{} } func (m *EntityFilter) String() string { return proto.CompactTextString(m) } func (*EntityFilter) ProtoMessage() {} func (*EntityFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_b0c01b68e67af54e, []int{7} + return fileDescriptor_datastore_admin_35408641d3652505, []int{7} } func (m *EntityFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityFilter.Unmarshal(m, b) @@ -705,7 +705,7 @@ func (m *GetIndexRequest) Reset() { *m = GetIndexRequest{} } func (m *GetIndexRequest) String() string { return proto.CompactTextString(m) } func (*GetIndexRequest) ProtoMessage() {} func (*GetIndexRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_b0c01b68e67af54e, []int{8} + return fileDescriptor_datastore_admin_35408641d3652505, []int{8} } func (m *GetIndexRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetIndexRequest.Unmarshal(m, b) @@ -759,7 +759,7 @@ func (m *ListIndexesRequest) Reset() { *m = ListIndexesRequest{} } func (m *ListIndexesRequest) String() string { return proto.CompactTextString(m) } func (*ListIndexesRequest) ProtoMessage() {} func (*ListIndexesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_b0c01b68e67af54e, []int{9} + return fileDescriptor_datastore_admin_35408641d3652505, []int{9} } func (m *ListIndexesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIndexesRequest.Unmarshal(m, b) @@ -823,7 +823,7 @@ func (m *ListIndexesResponse) Reset() { *m = ListIndexesResponse{} } func (m *ListIndexesResponse) String() string { return proto.CompactTextString(m) } func (*ListIndexesResponse) ProtoMessage() {} func (*ListIndexesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_b0c01b68e67af54e, []int{10} + return fileDescriptor_datastore_admin_35408641d3652505, []int{10} } func (m *ListIndexesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIndexesResponse.Unmarshal(m, b) @@ -874,7 +874,7 @@ func (m *IndexOperationMetadata) Reset() { *m = IndexOperationMetadata{} func (m *IndexOperationMetadata) String() string { return proto.CompactTextString(m) } func (*IndexOperationMetadata) ProtoMessage() {} func (*IndexOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_b0c01b68e67af54e, []int{11} + return fileDescriptor_datastore_admin_35408641d3652505, []int{11} } func (m *IndexOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IndexOperationMetadata.Unmarshal(m, b) @@ -1141,10 +1141,10 @@ var _DatastoreAdmin_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/datastore/admin/v1/datastore_admin.proto", fileDescriptor_datastore_admin_b0c01b68e67af54e) + proto.RegisterFile("google/datastore/admin/v1/datastore_admin.proto", fileDescriptor_datastore_admin_35408641d3652505) } -var fileDescriptor_datastore_admin_b0c01b68e67af54e = []byte{ +var fileDescriptor_datastore_admin_35408641d3652505 = []byte{ // 1216 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x57, 0xcd, 0x92, 0xdb, 0xc4, 0x13, 0xff, 0x4b, 0xfe, 0x88, 0xdd, 0x5e, 0x7b, 0x9d, 0xc9, 0x3f, 0x5b, 0x8e, 0x21, 0xc4, 0x68, diff --git a/googleapis/datastore/admin/v1/index.pb.go b/googleapis/datastore/admin/v1/index.pb.go index ba8ededf03..25cbfa2b48 100644 --- a/googleapis/datastore/admin/v1/index.pb.go +++ b/googleapis/datastore/admin/v1/index.pb.go @@ -47,7 +47,7 @@ func (x Index_AncestorMode) String() string { return proto.EnumName(Index_AncestorMode_name, int32(x)) } func (Index_AncestorMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_index_f584c9f4d3343f36, []int{0, 0} + return fileDescriptor_index_06304ce39414dba4, []int{0, 0} } // The direction determines how a property is indexed. @@ -79,7 +79,7 @@ func (x Index_Direction) String() string { return proto.EnumName(Index_Direction_name, int32(x)) } func (Index_Direction) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_index_f584c9f4d3343f36, []int{0, 1} + return fileDescriptor_index_06304ce39414dba4, []int{0, 1} } // The possible set of states of an index. @@ -130,7 +130,7 @@ func (x Index_State) String() string { return proto.EnumName(Index_State_name, int32(x)) } func (Index_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_index_f584c9f4d3343f36, []int{0, 2} + return fileDescriptor_index_06304ce39414dba4, []int{0, 2} } // A minimal index definition. @@ -163,7 +163,7 @@ func (m *Index) Reset() { *m = Index{} } func (m *Index) String() string { return proto.CompactTextString(m) } func (*Index) ProtoMessage() {} func (*Index) Descriptor() ([]byte, []int) { - return fileDescriptor_index_f584c9f4d3343f36, []int{0} + return fileDescriptor_index_06304ce39414dba4, []int{0} } func (m *Index) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Index.Unmarshal(m, b) @@ -242,7 +242,7 @@ func (m *Index_IndexedProperty) Reset() { *m = Index_IndexedProperty{} } func (m *Index_IndexedProperty) String() string { return proto.CompactTextString(m) } func (*Index_IndexedProperty) ProtoMessage() {} func (*Index_IndexedProperty) Descriptor() ([]byte, []int) { - return fileDescriptor_index_f584c9f4d3343f36, []int{0, 0} + return fileDescriptor_index_06304ce39414dba4, []int{0, 0} } func (m *Index_IndexedProperty) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Index_IndexedProperty.Unmarshal(m, b) @@ -285,10 +285,10 @@ func init() { } func init() { - proto.RegisterFile("google/datastore/admin/v1/index.proto", fileDescriptor_index_f584c9f4d3343f36) + proto.RegisterFile("google/datastore/admin/v1/index.proto", fileDescriptor_index_06304ce39414dba4) } -var fileDescriptor_index_f584c9f4d3343f36 = []byte{ +var fileDescriptor_index_06304ce39414dba4 = []byte{ // 492 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x53, 0x6f, 0x6b, 0xd3, 0x4e, 0x1c, 0xff, 0xa5, 0x6d, 0xb6, 0xe6, 0xfb, 0xdb, 0x66, 0x76, 0x30, 0x48, 0x87, 0xc5, 0x52, 0x50, diff --git a/googleapis/datastore/admin/v1beta1/datastore_admin.pb.go b/googleapis/datastore/admin/v1beta1/datastore_admin.pb.go index 318d4b2aae..850de01e7a 100644 --- a/googleapis/datastore/admin/v1beta1/datastore_admin.pb.go +++ b/googleapis/datastore/admin/v1beta1/datastore_admin.pb.go @@ -53,7 +53,7 @@ func (x OperationType) String() string { return proto.EnumName(OperationType_name, int32(x)) } func (OperationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_ffb5d1a82ba0b7e6, []int{0} + return fileDescriptor_datastore_admin_f5b05ee5645ebe6f, []int{0} } // The various possible states for an ongoing Operation. @@ -105,7 +105,7 @@ func (x CommonMetadata_State) String() string { return proto.EnumName(CommonMetadata_State_name, int32(x)) } func (CommonMetadata_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_ffb5d1a82ba0b7e6, []int{0, 0} + return fileDescriptor_datastore_admin_f5b05ee5645ebe6f, []int{0, 0} } // Metadata common to all Datastore Admin operations. @@ -131,7 +131,7 @@ func (m *CommonMetadata) Reset() { *m = CommonMetadata{} } func (m *CommonMetadata) String() string { return proto.CompactTextString(m) } func (*CommonMetadata) ProtoMessage() {} func (*CommonMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_ffb5d1a82ba0b7e6, []int{0} + return fileDescriptor_datastore_admin_f5b05ee5645ebe6f, []int{0} } func (m *CommonMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommonMetadata.Unmarshal(m, b) @@ -203,7 +203,7 @@ func (m *Progress) Reset() { *m = Progress{} } func (m *Progress) String() string { return proto.CompactTextString(m) } func (*Progress) ProtoMessage() {} func (*Progress) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_ffb5d1a82ba0b7e6, []int{1} + return fileDescriptor_datastore_admin_f5b05ee5645ebe6f, []int{1} } func (m *Progress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Progress.Unmarshal(m, b) @@ -274,7 +274,7 @@ func (m *ExportEntitiesRequest) Reset() { *m = ExportEntitiesRequest{} } func (m *ExportEntitiesRequest) String() string { return proto.CompactTextString(m) } func (*ExportEntitiesRequest) ProtoMessage() {} func (*ExportEntitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_ffb5d1a82ba0b7e6, []int{2} + return fileDescriptor_datastore_admin_f5b05ee5645ebe6f, []int{2} } func (m *ExportEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportEntitiesRequest.Unmarshal(m, b) @@ -357,7 +357,7 @@ func (m *ImportEntitiesRequest) Reset() { *m = ImportEntitiesRequest{} } func (m *ImportEntitiesRequest) String() string { return proto.CompactTextString(m) } func (*ImportEntitiesRequest) ProtoMessage() {} func (*ImportEntitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_ffb5d1a82ba0b7e6, []int{3} + return fileDescriptor_datastore_admin_f5b05ee5645ebe6f, []int{3} } func (m *ImportEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportEntitiesRequest.Unmarshal(m, b) @@ -422,7 +422,7 @@ func (m *ExportEntitiesResponse) Reset() { *m = ExportEntitiesResponse{} func (m *ExportEntitiesResponse) String() string { return proto.CompactTextString(m) } func (*ExportEntitiesResponse) ProtoMessage() {} func (*ExportEntitiesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_ffb5d1a82ba0b7e6, []int{4} + return fileDescriptor_datastore_admin_f5b05ee5645ebe6f, []int{4} } func (m *ExportEntitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportEntitiesResponse.Unmarshal(m, b) @@ -474,7 +474,7 @@ func (m *ExportEntitiesMetadata) Reset() { *m = ExportEntitiesMetadata{} func (m *ExportEntitiesMetadata) String() string { return proto.CompactTextString(m) } func (*ExportEntitiesMetadata) ProtoMessage() {} func (*ExportEntitiesMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_ffb5d1a82ba0b7e6, []int{5} + return fileDescriptor_datastore_admin_f5b05ee5645ebe6f, []int{5} } func (m *ExportEntitiesMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportEntitiesMetadata.Unmarshal(m, b) @@ -553,7 +553,7 @@ func (m *ImportEntitiesMetadata) Reset() { *m = ImportEntitiesMetadata{} func (m *ImportEntitiesMetadata) String() string { return proto.CompactTextString(m) } func (*ImportEntitiesMetadata) ProtoMessage() {} func (*ImportEntitiesMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_ffb5d1a82ba0b7e6, []int{6} + return fileDescriptor_datastore_admin_f5b05ee5645ebe6f, []int{6} } func (m *ImportEntitiesMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportEntitiesMetadata.Unmarshal(m, b) @@ -647,7 +647,7 @@ func (m *EntityFilter) Reset() { *m = EntityFilter{} } func (m *EntityFilter) String() string { return proto.CompactTextString(m) } func (*EntityFilter) ProtoMessage() {} func (*EntityFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_admin_ffb5d1a82ba0b7e6, []int{7} + return fileDescriptor_datastore_admin_f5b05ee5645ebe6f, []int{7} } func (m *EntityFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityFilter.Unmarshal(m, b) @@ -829,10 +829,10 @@ var _DatastoreAdmin_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/datastore/admin/v1beta1/datastore_admin.proto", fileDescriptor_datastore_admin_ffb5d1a82ba0b7e6) + proto.RegisterFile("google/datastore/admin/v1beta1/datastore_admin.proto", fileDescriptor_datastore_admin_f5b05ee5645ebe6f) } -var fileDescriptor_datastore_admin_ffb5d1a82ba0b7e6 = []byte{ +var fileDescriptor_datastore_admin_f5b05ee5645ebe6f = []byte{ // 996 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x56, 0x41, 0x8f, 0xdb, 0x44, 0x14, 0xc6, 0xce, 0x26, 0x6d, 0xde, 0x6e, 0xd2, 0xec, 0x94, 0xad, 0xa2, 0x40, 0xcb, 0xca, 0xa5, diff --git a/googleapis/datastore/v1/datastore.pb.go b/googleapis/datastore/v1/datastore.pb.go index 5a7be60266..b7de20b2f3 100644 --- a/googleapis/datastore/v1/datastore.pb.go +++ b/googleapis/datastore/v1/datastore.pb.go @@ -53,7 +53,7 @@ func (x CommitRequest_Mode) String() string { return proto.EnumName(CommitRequest_Mode_name, int32(x)) } func (CommitRequest_Mode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{8, 0} + return fileDescriptor_datastore_834dd4313146b835, []int{8, 0} } // The possible values for read consistencies. @@ -83,7 +83,7 @@ func (x ReadOptions_ReadConsistency) String() string { return proto.EnumName(ReadOptions_ReadConsistency_name, int32(x)) } func (ReadOptions_ReadConsistency) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{16, 0} + return fileDescriptor_datastore_834dd4313146b835, []int{16, 0} } // The request for [Datastore.Lookup][google.datastore.v1.Datastore.Lookup]. @@ -103,7 +103,7 @@ func (m *LookupRequest) Reset() { *m = LookupRequest{} } func (m *LookupRequest) String() string { return proto.CompactTextString(m) } func (*LookupRequest) ProtoMessage() {} func (*LookupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{0} + return fileDescriptor_datastore_834dd4313146b835, []int{0} } func (m *LookupRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LookupRequest.Unmarshal(m, b) @@ -167,7 +167,7 @@ func (m *LookupResponse) Reset() { *m = LookupResponse{} } func (m *LookupResponse) String() string { return proto.CompactTextString(m) } func (*LookupResponse) ProtoMessage() {} func (*LookupResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{1} + return fileDescriptor_datastore_834dd4313146b835, []int{1} } func (m *LookupResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LookupResponse.Unmarshal(m, b) @@ -234,7 +234,7 @@ func (m *RunQueryRequest) Reset() { *m = RunQueryRequest{} } func (m *RunQueryRequest) String() string { return proto.CompactTextString(m) } func (*RunQueryRequest) ProtoMessage() {} func (*RunQueryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{2} + return fileDescriptor_datastore_834dd4313146b835, []int{2} } func (m *RunQueryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunQueryRequest.Unmarshal(m, b) @@ -402,7 +402,7 @@ func (m *RunQueryResponse) Reset() { *m = RunQueryResponse{} } func (m *RunQueryResponse) String() string { return proto.CompactTextString(m) } func (*RunQueryResponse) ProtoMessage() {} func (*RunQueryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{3} + return fileDescriptor_datastore_834dd4313146b835, []int{3} } func (m *RunQueryResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunQueryResponse.Unmarshal(m, b) @@ -452,7 +452,7 @@ func (m *BeginTransactionRequest) Reset() { *m = BeginTransactionRequest func (m *BeginTransactionRequest) String() string { return proto.CompactTextString(m) } func (*BeginTransactionRequest) ProtoMessage() {} func (*BeginTransactionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{4} + return fileDescriptor_datastore_834dd4313146b835, []int{4} } func (m *BeginTransactionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BeginTransactionRequest.Unmarshal(m, b) @@ -500,7 +500,7 @@ func (m *BeginTransactionResponse) Reset() { *m = BeginTransactionRespon func (m *BeginTransactionResponse) String() string { return proto.CompactTextString(m) } func (*BeginTransactionResponse) ProtoMessage() {} func (*BeginTransactionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{5} + return fileDescriptor_datastore_834dd4313146b835, []int{5} } func (m *BeginTransactionResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BeginTransactionResponse.Unmarshal(m, b) @@ -543,7 +543,7 @@ func (m *RollbackRequest) Reset() { *m = RollbackRequest{} } func (m *RollbackRequest) String() string { return proto.CompactTextString(m) } func (*RollbackRequest) ProtoMessage() {} func (*RollbackRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{6} + return fileDescriptor_datastore_834dd4313146b835, []int{6} } func (m *RollbackRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RollbackRequest.Unmarshal(m, b) @@ -590,7 +590,7 @@ func (m *RollbackResponse) Reset() { *m = RollbackResponse{} } func (m *RollbackResponse) String() string { return proto.CompactTextString(m) } func (*RollbackResponse) ProtoMessage() {} func (*RollbackResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{7} + return fileDescriptor_datastore_834dd4313146b835, []int{7} } func (m *RollbackResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RollbackResponse.Unmarshal(m, b) @@ -644,7 +644,7 @@ func (m *CommitRequest) Reset() { *m = CommitRequest{} } func (m *CommitRequest) String() string { return proto.CompactTextString(m) } func (*CommitRequest) ProtoMessage() {} func (*CommitRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{8} + return fileDescriptor_datastore_834dd4313146b835, []int{8} } func (m *CommitRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommitRequest.Unmarshal(m, b) @@ -777,7 +777,7 @@ func (m *CommitResponse) Reset() { *m = CommitResponse{} } func (m *CommitResponse) String() string { return proto.CompactTextString(m) } func (*CommitResponse) ProtoMessage() {} func (*CommitResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{9} + return fileDescriptor_datastore_834dd4313146b835, []int{9} } func (m *CommitResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommitResponse.Unmarshal(m, b) @@ -828,7 +828,7 @@ func (m *AllocateIdsRequest) Reset() { *m = AllocateIdsRequest{} } func (m *AllocateIdsRequest) String() string { return proto.CompactTextString(m) } func (*AllocateIdsRequest) ProtoMessage() {} func (*AllocateIdsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{10} + return fileDescriptor_datastore_834dd4313146b835, []int{10} } func (m *AllocateIdsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AllocateIdsRequest.Unmarshal(m, b) @@ -877,7 +877,7 @@ func (m *AllocateIdsResponse) Reset() { *m = AllocateIdsResponse{} } func (m *AllocateIdsResponse) String() string { return proto.CompactTextString(m) } func (*AllocateIdsResponse) ProtoMessage() {} func (*AllocateIdsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{11} + return fileDescriptor_datastore_834dd4313146b835, []int{11} } func (m *AllocateIdsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AllocateIdsResponse.Unmarshal(m, b) @@ -923,7 +923,7 @@ func (m *ReserveIdsRequest) Reset() { *m = ReserveIdsRequest{} } func (m *ReserveIdsRequest) String() string { return proto.CompactTextString(m) } func (*ReserveIdsRequest) ProtoMessage() {} func (*ReserveIdsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{12} + return fileDescriptor_datastore_834dd4313146b835, []int{12} } func (m *ReserveIdsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReserveIdsRequest.Unmarshal(m, b) @@ -976,7 +976,7 @@ func (m *ReserveIdsResponse) Reset() { *m = ReserveIdsResponse{} } func (m *ReserveIdsResponse) String() string { return proto.CompactTextString(m) } func (*ReserveIdsResponse) ProtoMessage() {} func (*ReserveIdsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{13} + return fileDescriptor_datastore_834dd4313146b835, []int{13} } func (m *ReserveIdsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReserveIdsResponse.Unmarshal(m, b) @@ -1029,7 +1029,7 @@ func (m *Mutation) Reset() { *m = Mutation{} } func (m *Mutation) String() string { return proto.CompactTextString(m) } func (*Mutation) ProtoMessage() {} func (*Mutation) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{14} + return fileDescriptor_datastore_834dd4313146b835, []int{14} } func (m *Mutation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mutation.Unmarshal(m, b) @@ -1297,7 +1297,7 @@ func (m *MutationResult) Reset() { *m = MutationResult{} } func (m *MutationResult) String() string { return proto.CompactTextString(m) } func (*MutationResult) ProtoMessage() {} func (*MutationResult) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{15} + return fileDescriptor_datastore_834dd4313146b835, []int{15} } func (m *MutationResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutationResult.Unmarshal(m, b) @@ -1357,7 +1357,7 @@ func (m *ReadOptions) Reset() { *m = ReadOptions{} } func (m *ReadOptions) String() string { return proto.CompactTextString(m) } func (*ReadOptions) ProtoMessage() {} func (*ReadOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{16} + return fileDescriptor_datastore_834dd4313146b835, []int{16} } func (m *ReadOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadOptions.Unmarshal(m, b) @@ -1503,7 +1503,7 @@ func (m *TransactionOptions) Reset() { *m = TransactionOptions{} } func (m *TransactionOptions) String() string { return proto.CompactTextString(m) } func (*TransactionOptions) ProtoMessage() {} func (*TransactionOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{17} + return fileDescriptor_datastore_834dd4313146b835, []int{17} } func (m *TransactionOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionOptions.Unmarshal(m, b) @@ -1647,7 +1647,7 @@ func (m *TransactionOptions_ReadWrite) Reset() { *m = TransactionOptions func (m *TransactionOptions_ReadWrite) String() string { return proto.CompactTextString(m) } func (*TransactionOptions_ReadWrite) ProtoMessage() {} func (*TransactionOptions_ReadWrite) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{17, 0} + return fileDescriptor_datastore_834dd4313146b835, []int{17, 0} } func (m *TransactionOptions_ReadWrite) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionOptions_ReadWrite.Unmarshal(m, b) @@ -1685,7 +1685,7 @@ func (m *TransactionOptions_ReadOnly) Reset() { *m = TransactionOptions_ func (m *TransactionOptions_ReadOnly) String() string { return proto.CompactTextString(m) } func (*TransactionOptions_ReadOnly) ProtoMessage() {} func (*TransactionOptions_ReadOnly) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_8b950cadd2f2dedc, []int{17, 1} + return fileDescriptor_datastore_834dd4313146b835, []int{17, 1} } func (m *TransactionOptions_ReadOnly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionOptions_ReadOnly.Unmarshal(m, b) @@ -2021,10 +2021,10 @@ var _Datastore_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/datastore/v1/datastore.proto", fileDescriptor_datastore_8b950cadd2f2dedc) + proto.RegisterFile("google/datastore/v1/datastore.proto", fileDescriptor_datastore_834dd4313146b835) } -var fileDescriptor_datastore_8b950cadd2f2dedc = []byte{ +var fileDescriptor_datastore_834dd4313146b835 = []byte{ // 1390 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xdf, 0x6f, 0x1b, 0xc5, 0x13, 0xcf, 0x3a, 0x89, 0x63, 0x8f, 0xf3, 0xc3, 0xd9, 0xe4, 0xfb, 0xad, 0x71, 0x5b, 0xd5, 0x5c, diff --git a/googleapis/datastore/v1/entity.pb.go b/googleapis/datastore/v1/entity.pb.go index fc7c1ed83c..ec4b4dc84d 100644 --- a/googleapis/datastore/v1/entity.pb.go +++ b/googleapis/datastore/v1/entity.pb.go @@ -56,7 +56,7 @@ func (m *PartitionId) Reset() { *m = PartitionId{} } func (m *PartitionId) String() string { return proto.CompactTextString(m) } func (*PartitionId) ProtoMessage() {} func (*PartitionId) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_096a297364b049a5, []int{0} + return fileDescriptor_entity_3e78f5f5131c3012, []int{0} } func (m *PartitionId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PartitionId.Unmarshal(m, b) @@ -125,7 +125,7 @@ func (m *Key) Reset() { *m = Key{} } func (m *Key) String() string { return proto.CompactTextString(m) } func (*Key) ProtoMessage() {} func (*Key) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_096a297364b049a5, []int{1} + return fileDescriptor_entity_3e78f5f5131c3012, []int{1} } func (m *Key) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Key.Unmarshal(m, b) @@ -184,7 +184,7 @@ func (m *Key_PathElement) Reset() { *m = Key_PathElement{} } func (m *Key_PathElement) String() string { return proto.CompactTextString(m) } func (*Key_PathElement) ProtoMessage() {} func (*Key_PathElement) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_096a297364b049a5, []int{1, 0} + return fileDescriptor_entity_3e78f5f5131c3012, []int{1, 0} } func (m *Key_PathElement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Key_PathElement.Unmarshal(m, b) @@ -328,7 +328,7 @@ func (m *ArrayValue) Reset() { *m = ArrayValue{} } func (m *ArrayValue) String() string { return proto.CompactTextString(m) } func (*ArrayValue) ProtoMessage() {} func (*ArrayValue) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_096a297364b049a5, []int{2} + return fileDescriptor_entity_3e78f5f5131c3012, []int{2} } func (m *ArrayValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ArrayValue.Unmarshal(m, b) @@ -387,7 +387,7 @@ func (m *Value) Reset() { *m = Value{} } func (m *Value) String() string { return proto.CompactTextString(m) } func (*Value) ProtoMessage() {} func (*Value) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_096a297364b049a5, []int{3} + return fileDescriptor_entity_3e78f5f5131c3012, []int{3} } func (m *Value) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Value.Unmarshal(m, b) @@ -825,7 +825,7 @@ func (m *Entity) Reset() { *m = Entity{} } func (m *Entity) String() string { return proto.CompactTextString(m) } func (*Entity) ProtoMessage() {} func (*Entity) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_096a297364b049a5, []int{4} + return fileDescriptor_entity_3e78f5f5131c3012, []int{4} } func (m *Entity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Entity.Unmarshal(m, b) @@ -870,10 +870,10 @@ func init() { } func init() { - proto.RegisterFile("google/datastore/v1/entity.proto", fileDescriptor_entity_096a297364b049a5) + proto.RegisterFile("google/datastore/v1/entity.proto", fileDescriptor_entity_3e78f5f5131c3012) } -var fileDescriptor_entity_096a297364b049a5 = []byte{ +var fileDescriptor_entity_3e78f5f5131c3012 = []byte{ // 780 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x94, 0xff, 0x6e, 0xdc, 0x44, 0x10, 0xc7, 0xed, 0xbb, 0x5c, 0x1a, 0x8f, 0xdd, 0xa4, 0x6c, 0x2a, 0x61, 0x02, 0x28, 0x26, 0x80, diff --git a/googleapis/datastore/v1/query.pb.go b/googleapis/datastore/v1/query.pb.go index 1e3904206a..f703091d15 100644 --- a/googleapis/datastore/v1/query.pb.go +++ b/googleapis/datastore/v1/query.pb.go @@ -56,7 +56,7 @@ func (x EntityResult_ResultType) String() string { return proto.EnumName(EntityResult_ResultType_name, int32(x)) } func (EntityResult_ResultType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{0, 0} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{0, 0} } // The sort direction. @@ -86,7 +86,7 @@ func (x PropertyOrder_Direction) String() string { return proto.EnumName(PropertyOrder_Direction_name, int32(x)) } func (PropertyOrder_Direction) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{5, 0} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{5, 0} } // A composite filter operator. @@ -112,7 +112,7 @@ func (x CompositeFilter_Operator) String() string { return proto.EnumName(CompositeFilter_Operator_name, int32(x)) } func (CompositeFilter_Operator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{7, 0} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{7, 0} } // A property filter operator. @@ -158,7 +158,7 @@ func (x PropertyFilter_Operator) String() string { return proto.EnumName(PropertyFilter_Operator_name, int32(x)) } func (PropertyFilter_Operator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{8, 0} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{8, 0} } // The possible values for the `more_results` field. @@ -197,7 +197,7 @@ func (x QueryResultBatch_MoreResultsType) String() string { return proto.EnumName(QueryResultBatch_MoreResultsType_name, int32(x)) } func (QueryResultBatch_MoreResultsType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{11, 0} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{11, 0} } // The result of fetching an entity from Datastore. @@ -226,7 +226,7 @@ func (m *EntityResult) Reset() { *m = EntityResult{} } func (m *EntityResult) String() string { return proto.CompactTextString(m) } func (*EntityResult) ProtoMessage() {} func (*EntityResult) Descriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{0} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{0} } func (m *EntityResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityResult.Unmarshal(m, b) @@ -309,7 +309,7 @@ func (m *Query) Reset() { *m = Query{} } func (m *Query) String() string { return proto.CompactTextString(m) } func (*Query) ProtoMessage() {} func (*Query) Descriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{1} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{1} } func (m *Query) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Query.Unmarshal(m, b) @@ -405,7 +405,7 @@ func (m *KindExpression) Reset() { *m = KindExpression{} } func (m *KindExpression) String() string { return proto.CompactTextString(m) } func (*KindExpression) ProtoMessage() {} func (*KindExpression) Descriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{2} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{2} } func (m *KindExpression) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KindExpression.Unmarshal(m, b) @@ -446,7 +446,7 @@ func (m *PropertyReference) Reset() { *m = PropertyReference{} } func (m *PropertyReference) String() string { return proto.CompactTextString(m) } func (*PropertyReference) ProtoMessage() {} func (*PropertyReference) Descriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{3} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{3} } func (m *PropertyReference) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PropertyReference.Unmarshal(m, b) @@ -486,7 +486,7 @@ func (m *Projection) Reset() { *m = Projection{} } func (m *Projection) String() string { return proto.CompactTextString(m) } func (*Projection) ProtoMessage() {} func (*Projection) Descriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{4} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{4} } func (m *Projection) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Projection.Unmarshal(m, b) @@ -528,7 +528,7 @@ func (m *PropertyOrder) Reset() { *m = PropertyOrder{} } func (m *PropertyOrder) String() string { return proto.CompactTextString(m) } func (*PropertyOrder) ProtoMessage() {} func (*PropertyOrder) Descriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{5} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{5} } func (m *PropertyOrder) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PropertyOrder.Unmarshal(m, b) @@ -579,7 +579,7 @@ func (m *Filter) Reset() { *m = Filter{} } func (m *Filter) String() string { return proto.CompactTextString(m) } func (*Filter) ProtoMessage() {} func (*Filter) Descriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{6} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{6} } func (m *Filter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Filter.Unmarshal(m, b) @@ -726,7 +726,7 @@ func (m *CompositeFilter) Reset() { *m = CompositeFilter{} } func (m *CompositeFilter) String() string { return proto.CompactTextString(m) } func (*CompositeFilter) ProtoMessage() {} func (*CompositeFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{7} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{7} } func (m *CompositeFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompositeFilter.Unmarshal(m, b) @@ -777,7 +777,7 @@ func (m *PropertyFilter) Reset() { *m = PropertyFilter{} } func (m *PropertyFilter) String() string { return proto.CompactTextString(m) } func (*PropertyFilter) ProtoMessage() {} func (*PropertyFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{8} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{8} } func (m *PropertyFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PropertyFilter.Unmarshal(m, b) @@ -850,7 +850,7 @@ func (m *GqlQuery) Reset() { *m = GqlQuery{} } func (m *GqlQuery) String() string { return proto.CompactTextString(m) } func (*GqlQuery) ProtoMessage() {} func (*GqlQuery) Descriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{9} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{9} } func (m *GqlQuery) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GqlQuery.Unmarshal(m, b) @@ -915,7 +915,7 @@ func (m *GqlQueryParameter) Reset() { *m = GqlQueryParameter{} } func (m *GqlQueryParameter) String() string { return proto.CompactTextString(m) } func (*GqlQueryParameter) ProtoMessage() {} func (*GqlQueryParameter) Descriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{10} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{10} } func (m *GqlQueryParameter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GqlQueryParameter.Unmarshal(m, b) @@ -1076,7 +1076,7 @@ func (m *QueryResultBatch) Reset() { *m = QueryResultBatch{} } func (m *QueryResultBatch) String() string { return proto.CompactTextString(m) } func (*QueryResultBatch) ProtoMessage() {} func (*QueryResultBatch) Descriptor() ([]byte, []int) { - return fileDescriptor_query_469190755d01ba40, []int{11} + return fileDescriptor_query_e7d74dc9c1327cf5, []int{11} } func (m *QueryResultBatch) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryResultBatch.Unmarshal(m, b) @@ -1167,10 +1167,10 @@ func init() { } func init() { - proto.RegisterFile("google/datastore/v1/query.proto", fileDescriptor_query_469190755d01ba40) + proto.RegisterFile("google/datastore/v1/query.proto", fileDescriptor_query_e7d74dc9c1327cf5) } -var fileDescriptor_query_469190755d01ba40 = []byte{ +var fileDescriptor_query_e7d74dc9c1327cf5 = []byte{ // 1313 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xdd, 0x72, 0xd3, 0x46, 0x14, 0x8e, 0x64, 0x3b, 0x89, 0x8f, 0xff, 0xc4, 0xd2, 0x82, 0x08, 0x50, 0x12, 0x41, 0x4b, 0x3a, diff --git a/googleapis/datastore/v1beta3/datastore.pb.go b/googleapis/datastore/v1beta3/datastore.pb.go index 3260d3fb89..e4a2a3c75e 100644 --- a/googleapis/datastore/v1beta3/datastore.pb.go +++ b/googleapis/datastore/v1beta3/datastore.pb.go @@ -53,7 +53,7 @@ func (x CommitRequest_Mode) String() string { return proto.EnumName(CommitRequest_Mode_name, int32(x)) } func (CommitRequest_Mode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{8, 0} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{8, 0} } // The possible values for read consistencies. @@ -83,7 +83,7 @@ func (x ReadOptions_ReadConsistency) String() string { return proto.EnumName(ReadOptions_ReadConsistency_name, int32(x)) } func (ReadOptions_ReadConsistency) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{16, 0} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{16, 0} } // The request for @@ -104,7 +104,7 @@ func (m *LookupRequest) Reset() { *m = LookupRequest{} } func (m *LookupRequest) String() string { return proto.CompactTextString(m) } func (*LookupRequest) ProtoMessage() {} func (*LookupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{0} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{0} } func (m *LookupRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LookupRequest.Unmarshal(m, b) @@ -169,7 +169,7 @@ func (m *LookupResponse) Reset() { *m = LookupResponse{} } func (m *LookupResponse) String() string { return proto.CompactTextString(m) } func (*LookupResponse) ProtoMessage() {} func (*LookupResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{1} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{1} } func (m *LookupResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LookupResponse.Unmarshal(m, b) @@ -237,7 +237,7 @@ func (m *RunQueryRequest) Reset() { *m = RunQueryRequest{} } func (m *RunQueryRequest) String() string { return proto.CompactTextString(m) } func (*RunQueryRequest) ProtoMessage() {} func (*RunQueryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{2} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{2} } func (m *RunQueryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunQueryRequest.Unmarshal(m, b) @@ -405,7 +405,7 @@ func (m *RunQueryResponse) Reset() { *m = RunQueryResponse{} } func (m *RunQueryResponse) String() string { return proto.CompactTextString(m) } func (*RunQueryResponse) ProtoMessage() {} func (*RunQueryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{3} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{3} } func (m *RunQueryResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunQueryResponse.Unmarshal(m, b) @@ -455,7 +455,7 @@ func (m *BeginTransactionRequest) Reset() { *m = BeginTransactionRequest func (m *BeginTransactionRequest) String() string { return proto.CompactTextString(m) } func (*BeginTransactionRequest) ProtoMessage() {} func (*BeginTransactionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{4} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{4} } func (m *BeginTransactionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BeginTransactionRequest.Unmarshal(m, b) @@ -503,7 +503,7 @@ func (m *BeginTransactionResponse) Reset() { *m = BeginTransactionRespon func (m *BeginTransactionResponse) String() string { return proto.CompactTextString(m) } func (*BeginTransactionResponse) ProtoMessage() {} func (*BeginTransactionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{5} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{5} } func (m *BeginTransactionResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BeginTransactionResponse.Unmarshal(m, b) @@ -547,7 +547,7 @@ func (m *RollbackRequest) Reset() { *m = RollbackRequest{} } func (m *RollbackRequest) String() string { return proto.CompactTextString(m) } func (*RollbackRequest) ProtoMessage() {} func (*RollbackRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{6} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{6} } func (m *RollbackRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RollbackRequest.Unmarshal(m, b) @@ -594,7 +594,7 @@ func (m *RollbackResponse) Reset() { *m = RollbackResponse{} } func (m *RollbackResponse) String() string { return proto.CompactTextString(m) } func (*RollbackResponse) ProtoMessage() {} func (*RollbackResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{7} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{7} } func (m *RollbackResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RollbackResponse.Unmarshal(m, b) @@ -649,7 +649,7 @@ func (m *CommitRequest) Reset() { *m = CommitRequest{} } func (m *CommitRequest) String() string { return proto.CompactTextString(m) } func (*CommitRequest) ProtoMessage() {} func (*CommitRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{8} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{8} } func (m *CommitRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommitRequest.Unmarshal(m, b) @@ -783,7 +783,7 @@ func (m *CommitResponse) Reset() { *m = CommitResponse{} } func (m *CommitResponse) String() string { return proto.CompactTextString(m) } func (*CommitResponse) ProtoMessage() {} func (*CommitResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{9} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{9} } func (m *CommitResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommitResponse.Unmarshal(m, b) @@ -834,7 +834,7 @@ func (m *AllocateIdsRequest) Reset() { *m = AllocateIdsRequest{} } func (m *AllocateIdsRequest) String() string { return proto.CompactTextString(m) } func (*AllocateIdsRequest) ProtoMessage() {} func (*AllocateIdsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{10} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{10} } func (m *AllocateIdsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AllocateIdsRequest.Unmarshal(m, b) @@ -883,7 +883,7 @@ func (m *AllocateIdsResponse) Reset() { *m = AllocateIdsResponse{} } func (m *AllocateIdsResponse) String() string { return proto.CompactTextString(m) } func (*AllocateIdsResponse) ProtoMessage() {} func (*AllocateIdsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{11} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{11} } func (m *AllocateIdsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AllocateIdsResponse.Unmarshal(m, b) @@ -929,7 +929,7 @@ func (m *ReserveIdsRequest) Reset() { *m = ReserveIdsRequest{} } func (m *ReserveIdsRequest) String() string { return proto.CompactTextString(m) } func (*ReserveIdsRequest) ProtoMessage() {} func (*ReserveIdsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{12} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{12} } func (m *ReserveIdsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReserveIdsRequest.Unmarshal(m, b) @@ -982,7 +982,7 @@ func (m *ReserveIdsResponse) Reset() { *m = ReserveIdsResponse{} } func (m *ReserveIdsResponse) String() string { return proto.CompactTextString(m) } func (*ReserveIdsResponse) ProtoMessage() {} func (*ReserveIdsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{13} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{13} } func (m *ReserveIdsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReserveIdsResponse.Unmarshal(m, b) @@ -1035,7 +1035,7 @@ func (m *Mutation) Reset() { *m = Mutation{} } func (m *Mutation) String() string { return proto.CompactTextString(m) } func (*Mutation) ProtoMessage() {} func (*Mutation) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{14} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{14} } func (m *Mutation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mutation.Unmarshal(m, b) @@ -1303,7 +1303,7 @@ func (m *MutationResult) Reset() { *m = MutationResult{} } func (m *MutationResult) String() string { return proto.CompactTextString(m) } func (*MutationResult) ProtoMessage() {} func (*MutationResult) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{15} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{15} } func (m *MutationResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutationResult.Unmarshal(m, b) @@ -1363,7 +1363,7 @@ func (m *ReadOptions) Reset() { *m = ReadOptions{} } func (m *ReadOptions) String() string { return proto.CompactTextString(m) } func (*ReadOptions) ProtoMessage() {} func (*ReadOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{16} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{16} } func (m *ReadOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadOptions.Unmarshal(m, b) @@ -1509,7 +1509,7 @@ func (m *TransactionOptions) Reset() { *m = TransactionOptions{} } func (m *TransactionOptions) String() string { return proto.CompactTextString(m) } func (*TransactionOptions) ProtoMessage() {} func (*TransactionOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{17} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{17} } func (m *TransactionOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionOptions.Unmarshal(m, b) @@ -1653,7 +1653,7 @@ func (m *TransactionOptions_ReadWrite) Reset() { *m = TransactionOptions func (m *TransactionOptions_ReadWrite) String() string { return proto.CompactTextString(m) } func (*TransactionOptions_ReadWrite) ProtoMessage() {} func (*TransactionOptions_ReadWrite) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{17, 0} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{17, 0} } func (m *TransactionOptions_ReadWrite) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionOptions_ReadWrite.Unmarshal(m, b) @@ -1691,7 +1691,7 @@ func (m *TransactionOptions_ReadOnly) Reset() { *m = TransactionOptions_ func (m *TransactionOptions_ReadOnly) String() string { return proto.CompactTextString(m) } func (*TransactionOptions_ReadOnly) ProtoMessage() {} func (*TransactionOptions_ReadOnly) Descriptor() ([]byte, []int) { - return fileDescriptor_datastore_acd128410de43961, []int{17, 1} + return fileDescriptor_datastore_062a2d11f20b0b0e, []int{17, 1} } func (m *TransactionOptions_ReadOnly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionOptions_ReadOnly.Unmarshal(m, b) @@ -2027,10 +2027,10 @@ var _Datastore_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/datastore/v1beta3/datastore.proto", fileDescriptor_datastore_acd128410de43961) + proto.RegisterFile("google/datastore/v1beta3/datastore.proto", fileDescriptor_datastore_062a2d11f20b0b0e) } -var fileDescriptor_datastore_acd128410de43961 = []byte{ +var fileDescriptor_datastore_062a2d11f20b0b0e = []byte{ // 1403 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x58, 0xcf, 0x6f, 0x1b, 0xc5, 0x17, 0xcf, 0x38, 0x89, 0x6b, 0x3f, 0xe7, 0x87, 0x33, 0xcd, 0xf7, 0x8b, 0x65, 0x5a, 0x6a, 0x6d, diff --git a/googleapis/datastore/v1beta3/entity.pb.go b/googleapis/datastore/v1beta3/entity.pb.go index fbec92e03a..462495dfdf 100644 --- a/googleapis/datastore/v1beta3/entity.pb.go +++ b/googleapis/datastore/v1beta3/entity.pb.go @@ -56,7 +56,7 @@ func (m *PartitionId) Reset() { *m = PartitionId{} } func (m *PartitionId) String() string { return proto.CompactTextString(m) } func (*PartitionId) ProtoMessage() {} func (*PartitionId) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_f9feb4c6afbf01a6, []int{0} + return fileDescriptor_entity_50acbc7f8774bafa, []int{0} } func (m *PartitionId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PartitionId.Unmarshal(m, b) @@ -125,7 +125,7 @@ func (m *Key) Reset() { *m = Key{} } func (m *Key) String() string { return proto.CompactTextString(m) } func (*Key) ProtoMessage() {} func (*Key) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_f9feb4c6afbf01a6, []int{1} + return fileDescriptor_entity_50acbc7f8774bafa, []int{1} } func (m *Key) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Key.Unmarshal(m, b) @@ -184,7 +184,7 @@ func (m *Key_PathElement) Reset() { *m = Key_PathElement{} } func (m *Key_PathElement) String() string { return proto.CompactTextString(m) } func (*Key_PathElement) ProtoMessage() {} func (*Key_PathElement) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_f9feb4c6afbf01a6, []int{1, 0} + return fileDescriptor_entity_50acbc7f8774bafa, []int{1, 0} } func (m *Key_PathElement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Key_PathElement.Unmarshal(m, b) @@ -328,7 +328,7 @@ func (m *ArrayValue) Reset() { *m = ArrayValue{} } func (m *ArrayValue) String() string { return proto.CompactTextString(m) } func (*ArrayValue) ProtoMessage() {} func (*ArrayValue) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_f9feb4c6afbf01a6, []int{2} + return fileDescriptor_entity_50acbc7f8774bafa, []int{2} } func (m *ArrayValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ArrayValue.Unmarshal(m, b) @@ -387,7 +387,7 @@ func (m *Value) Reset() { *m = Value{} } func (m *Value) String() string { return proto.CompactTextString(m) } func (*Value) ProtoMessage() {} func (*Value) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_f9feb4c6afbf01a6, []int{3} + return fileDescriptor_entity_50acbc7f8774bafa, []int{3} } func (m *Value) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Value.Unmarshal(m, b) @@ -825,7 +825,7 @@ func (m *Entity) Reset() { *m = Entity{} } func (m *Entity) String() string { return proto.CompactTextString(m) } func (*Entity) ProtoMessage() {} func (*Entity) Descriptor() ([]byte, []int) { - return fileDescriptor_entity_f9feb4c6afbf01a6, []int{4} + return fileDescriptor_entity_50acbc7f8774bafa, []int{4} } func (m *Entity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Entity.Unmarshal(m, b) @@ -870,10 +870,10 @@ func init() { } func init() { - proto.RegisterFile("google/datastore/v1beta3/entity.proto", fileDescriptor_entity_f9feb4c6afbf01a6) + proto.RegisterFile("google/datastore/v1beta3/entity.proto", fileDescriptor_entity_50acbc7f8774bafa) } -var fileDescriptor_entity_f9feb4c6afbf01a6 = []byte{ +var fileDescriptor_entity_50acbc7f8774bafa = []byte{ // 789 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x95, 0xdf, 0x8e, 0xdb, 0x44, 0x14, 0xc6, 0xed, 0x64, 0xb3, 0x5d, 0x1f, 0xbb, 0xbb, 0x65, 0xda, 0x0b, 0x2b, 0x6a, 0xd9, 0x10, diff --git a/googleapis/datastore/v1beta3/query.pb.go b/googleapis/datastore/v1beta3/query.pb.go index 5f4413d84e..ed8eac9e47 100644 --- a/googleapis/datastore/v1beta3/query.pb.go +++ b/googleapis/datastore/v1beta3/query.pb.go @@ -56,7 +56,7 @@ func (x EntityResult_ResultType) String() string { return proto.EnumName(EntityResult_ResultType_name, int32(x)) } func (EntityResult_ResultType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{0, 0} + return fileDescriptor_query_74b0994032fcddf6, []int{0, 0} } // The sort direction. @@ -86,7 +86,7 @@ func (x PropertyOrder_Direction) String() string { return proto.EnumName(PropertyOrder_Direction_name, int32(x)) } func (PropertyOrder_Direction) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{5, 0} + return fileDescriptor_query_74b0994032fcddf6, []int{5, 0} } // A composite filter operator. @@ -112,7 +112,7 @@ func (x CompositeFilter_Operator) String() string { return proto.EnumName(CompositeFilter_Operator_name, int32(x)) } func (CompositeFilter_Operator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{7, 0} + return fileDescriptor_query_74b0994032fcddf6, []int{7, 0} } // A property filter operator. @@ -158,7 +158,7 @@ func (x PropertyFilter_Operator) String() string { return proto.EnumName(PropertyFilter_Operator_name, int32(x)) } func (PropertyFilter_Operator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{8, 0} + return fileDescriptor_query_74b0994032fcddf6, []int{8, 0} } // The possible values for the `more_results` field. @@ -197,7 +197,7 @@ func (x QueryResultBatch_MoreResultsType) String() string { return proto.EnumName(QueryResultBatch_MoreResultsType_name, int32(x)) } func (QueryResultBatch_MoreResultsType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{11, 0} + return fileDescriptor_query_74b0994032fcddf6, []int{11, 0} } // The result of fetching an entity from Datastore. @@ -227,7 +227,7 @@ func (m *EntityResult) Reset() { *m = EntityResult{} } func (m *EntityResult) String() string { return proto.CompactTextString(m) } func (*EntityResult) ProtoMessage() {} func (*EntityResult) Descriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{0} + return fileDescriptor_query_74b0994032fcddf6, []int{0} } func (m *EntityResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityResult.Unmarshal(m, b) @@ -310,7 +310,7 @@ func (m *Query) Reset() { *m = Query{} } func (m *Query) String() string { return proto.CompactTextString(m) } func (*Query) ProtoMessage() {} func (*Query) Descriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{1} + return fileDescriptor_query_74b0994032fcddf6, []int{1} } func (m *Query) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Query.Unmarshal(m, b) @@ -406,7 +406,7 @@ func (m *KindExpression) Reset() { *m = KindExpression{} } func (m *KindExpression) String() string { return proto.CompactTextString(m) } func (*KindExpression) ProtoMessage() {} func (*KindExpression) Descriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{2} + return fileDescriptor_query_74b0994032fcddf6, []int{2} } func (m *KindExpression) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KindExpression.Unmarshal(m, b) @@ -447,7 +447,7 @@ func (m *PropertyReference) Reset() { *m = PropertyReference{} } func (m *PropertyReference) String() string { return proto.CompactTextString(m) } func (*PropertyReference) ProtoMessage() {} func (*PropertyReference) Descriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{3} + return fileDescriptor_query_74b0994032fcddf6, []int{3} } func (m *PropertyReference) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PropertyReference.Unmarshal(m, b) @@ -487,7 +487,7 @@ func (m *Projection) Reset() { *m = Projection{} } func (m *Projection) String() string { return proto.CompactTextString(m) } func (*Projection) ProtoMessage() {} func (*Projection) Descriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{4} + return fileDescriptor_query_74b0994032fcddf6, []int{4} } func (m *Projection) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Projection.Unmarshal(m, b) @@ -529,7 +529,7 @@ func (m *PropertyOrder) Reset() { *m = PropertyOrder{} } func (m *PropertyOrder) String() string { return proto.CompactTextString(m) } func (*PropertyOrder) ProtoMessage() {} func (*PropertyOrder) Descriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{5} + return fileDescriptor_query_74b0994032fcddf6, []int{5} } func (m *PropertyOrder) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PropertyOrder.Unmarshal(m, b) @@ -580,7 +580,7 @@ func (m *Filter) Reset() { *m = Filter{} } func (m *Filter) String() string { return proto.CompactTextString(m) } func (*Filter) ProtoMessage() {} func (*Filter) Descriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{6} + return fileDescriptor_query_74b0994032fcddf6, []int{6} } func (m *Filter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Filter.Unmarshal(m, b) @@ -727,7 +727,7 @@ func (m *CompositeFilter) Reset() { *m = CompositeFilter{} } func (m *CompositeFilter) String() string { return proto.CompactTextString(m) } func (*CompositeFilter) ProtoMessage() {} func (*CompositeFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{7} + return fileDescriptor_query_74b0994032fcddf6, []int{7} } func (m *CompositeFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompositeFilter.Unmarshal(m, b) @@ -778,7 +778,7 @@ func (m *PropertyFilter) Reset() { *m = PropertyFilter{} } func (m *PropertyFilter) String() string { return proto.CompactTextString(m) } func (*PropertyFilter) ProtoMessage() {} func (*PropertyFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{8} + return fileDescriptor_query_74b0994032fcddf6, []int{8} } func (m *PropertyFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PropertyFilter.Unmarshal(m, b) @@ -851,7 +851,7 @@ func (m *GqlQuery) Reset() { *m = GqlQuery{} } func (m *GqlQuery) String() string { return proto.CompactTextString(m) } func (*GqlQuery) ProtoMessage() {} func (*GqlQuery) Descriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{9} + return fileDescriptor_query_74b0994032fcddf6, []int{9} } func (m *GqlQuery) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GqlQuery.Unmarshal(m, b) @@ -916,7 +916,7 @@ func (m *GqlQueryParameter) Reset() { *m = GqlQueryParameter{} } func (m *GqlQueryParameter) String() string { return proto.CompactTextString(m) } func (*GqlQueryParameter) ProtoMessage() {} func (*GqlQueryParameter) Descriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{10} + return fileDescriptor_query_74b0994032fcddf6, []int{10} } func (m *GqlQueryParameter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GqlQueryParameter.Unmarshal(m, b) @@ -1077,7 +1077,7 @@ func (m *QueryResultBatch) Reset() { *m = QueryResultBatch{} } func (m *QueryResultBatch) String() string { return proto.CompactTextString(m) } func (*QueryResultBatch) ProtoMessage() {} func (*QueryResultBatch) Descriptor() ([]byte, []int) { - return fileDescriptor_query_f72d7cc2585b18ee, []int{11} + return fileDescriptor_query_74b0994032fcddf6, []int{11} } func (m *QueryResultBatch) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryResultBatch.Unmarshal(m, b) @@ -1168,10 +1168,10 @@ func init() { } func init() { - proto.RegisterFile("google/datastore/v1beta3/query.proto", fileDescriptor_query_f72d7cc2585b18ee) + proto.RegisterFile("google/datastore/v1beta3/query.proto", fileDescriptor_query_74b0994032fcddf6) } -var fileDescriptor_query_f72d7cc2585b18ee = []byte{ +var fileDescriptor_query_74b0994032fcddf6 = []byte{ // 1323 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xcb, 0x6e, 0xdb, 0x46, 0x14, 0x35, 0xa9, 0x87, 0xa5, 0xab, 0x17, 0x33, 0x69, 0x53, 0xc6, 0x79, 0xd4, 0x21, 0x92, 0x46, diff --git a/googleapis/devtools/build/v1/build_events.pb.go b/googleapis/devtools/build/v1/build_events.pb.go index a88e069fd3..01a4cbecfc 100644 --- a/googleapis/devtools/build/v1/build_events.pb.go +++ b/googleapis/devtools/build/v1/build_events.pb.go @@ -48,7 +48,7 @@ func (x ConsoleOutputStream) String() string { return proto.EnumName(ConsoleOutputStream_name, int32(x)) } func (ConsoleOutputStream) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_build_events_2e5c61003ea466eb, []int{0} + return fileDescriptor_build_events_fb145f4342778ee6, []int{0} } // How did the event stream finish. @@ -81,7 +81,7 @@ func (x BuildEvent_BuildComponentStreamFinished_FinishType) String() string { return proto.EnumName(BuildEvent_BuildComponentStreamFinished_FinishType_name, int32(x)) } func (BuildEvent_BuildComponentStreamFinished_FinishType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_build_events_2e5c61003ea466eb, []int{0, 5, 0} + return fileDescriptor_build_events_fb145f4342778ee6, []int{0, 5, 0} } // Which build component generates this event stream. Each build component @@ -116,7 +116,7 @@ func (x StreamId_BuildComponent) String() string { return proto.EnumName(StreamId_BuildComponent_name, int32(x)) } func (StreamId_BuildComponent) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_build_events_2e5c61003ea466eb, []int{1, 0} + return fileDescriptor_build_events_fb145f4342778ee6, []int{1, 0} } // An event representing some state change that occurred in the build. This @@ -148,7 +148,7 @@ func (m *BuildEvent) Reset() { *m = BuildEvent{} } func (m *BuildEvent) String() string { return proto.CompactTextString(m) } func (*BuildEvent) ProtoMessage() {} func (*BuildEvent) Descriptor() ([]byte, []int) { - return fileDescriptor_build_events_2e5c61003ea466eb, []int{0} + return fileDescriptor_build_events_fb145f4342778ee6, []int{0} } func (m *BuildEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildEvent.Unmarshal(m, b) @@ -527,7 +527,7 @@ func (m *BuildEvent_InvocationAttemptStarted) Reset() { *m = BuildEvent_ func (m *BuildEvent_InvocationAttemptStarted) String() string { return proto.CompactTextString(m) } func (*BuildEvent_InvocationAttemptStarted) ProtoMessage() {} func (*BuildEvent_InvocationAttemptStarted) Descriptor() ([]byte, []int) { - return fileDescriptor_build_events_2e5c61003ea466eb, []int{0, 0} + return fileDescriptor_build_events_fb145f4342778ee6, []int{0, 0} } func (m *BuildEvent_InvocationAttemptStarted) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildEvent_InvocationAttemptStarted.Unmarshal(m, b) @@ -574,7 +574,7 @@ func (m *BuildEvent_InvocationAttemptFinished) Reset() { *m = BuildEvent func (m *BuildEvent_InvocationAttemptFinished) String() string { return proto.CompactTextString(m) } func (*BuildEvent_InvocationAttemptFinished) ProtoMessage() {} func (*BuildEvent_InvocationAttemptFinished) Descriptor() ([]byte, []int) { - return fileDescriptor_build_events_2e5c61003ea466eb, []int{0, 1} + return fileDescriptor_build_events_fb145f4342778ee6, []int{0, 1} } func (m *BuildEvent_InvocationAttemptFinished) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildEvent_InvocationAttemptFinished.Unmarshal(m, b) @@ -614,7 +614,7 @@ func (m *BuildEvent_BuildEnqueued) Reset() { *m = BuildEvent_BuildEnqueu func (m *BuildEvent_BuildEnqueued) String() string { return proto.CompactTextString(m) } func (*BuildEvent_BuildEnqueued) ProtoMessage() {} func (*BuildEvent_BuildEnqueued) Descriptor() ([]byte, []int) { - return fileDescriptor_build_events_2e5c61003ea466eb, []int{0, 2} + return fileDescriptor_build_events_fb145f4342778ee6, []int{0, 2} } func (m *BuildEvent_BuildEnqueued) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildEvent_BuildEnqueued.Unmarshal(m, b) @@ -656,7 +656,7 @@ func (m *BuildEvent_BuildFinished) Reset() { *m = BuildEvent_BuildFinish func (m *BuildEvent_BuildFinished) String() string { return proto.CompactTextString(m) } func (*BuildEvent_BuildFinished) ProtoMessage() {} func (*BuildEvent_BuildFinished) Descriptor() ([]byte, []int) { - return fileDescriptor_build_events_2e5c61003ea466eb, []int{0, 3} + return fileDescriptor_build_events_fb145f4342778ee6, []int{0, 3} } func (m *BuildEvent_BuildFinished) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildEvent_BuildFinished.Unmarshal(m, b) @@ -702,7 +702,7 @@ func (m *BuildEvent_ConsoleOutput) Reset() { *m = BuildEvent_ConsoleOutp func (m *BuildEvent_ConsoleOutput) String() string { return proto.CompactTextString(m) } func (*BuildEvent_ConsoleOutput) ProtoMessage() {} func (*BuildEvent_ConsoleOutput) Descriptor() ([]byte, []int) { - return fileDescriptor_build_events_2e5c61003ea466eb, []int{0, 4} + return fileDescriptor_build_events_fb145f4342778ee6, []int{0, 4} } func (m *BuildEvent_ConsoleOutput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildEvent_ConsoleOutput.Unmarshal(m, b) @@ -848,7 +848,7 @@ func (m *BuildEvent_BuildComponentStreamFinished) Reset() { func (m *BuildEvent_BuildComponentStreamFinished) String() string { return proto.CompactTextString(m) } func (*BuildEvent_BuildComponentStreamFinished) ProtoMessage() {} func (*BuildEvent_BuildComponentStreamFinished) Descriptor() ([]byte, []int) { - return fileDescriptor_build_events_2e5c61003ea466eb, []int{0, 5} + return fileDescriptor_build_events_fb145f4342778ee6, []int{0, 5} } func (m *BuildEvent_BuildComponentStreamFinished) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildEvent_BuildComponentStreamFinished.Unmarshal(m, b) @@ -893,7 +893,7 @@ func (m *StreamId) Reset() { *m = StreamId{} } func (m *StreamId) String() string { return proto.CompactTextString(m) } func (*StreamId) ProtoMessage() {} func (*StreamId) Descriptor() ([]byte, []int) { - return fileDescriptor_build_events_2e5c61003ea466eb, []int{1} + return fileDescriptor_build_events_fb145f4342778ee6, []int{1} } func (m *StreamId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamId.Unmarshal(m, b) @@ -949,10 +949,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/build/v1/build_events.proto", fileDescriptor_build_events_2e5c61003ea466eb) + proto.RegisterFile("google/devtools/build/v1/build_events.proto", fileDescriptor_build_events_fb145f4342778ee6) } -var fileDescriptor_build_events_2e5c61003ea466eb = []byte{ +var fileDescriptor_build_events_fb145f4342778ee6 = []byte{ // 896 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x96, 0x6d, 0x6f, 0xe3, 0x44, 0x10, 0xc7, 0xe3, 0xf6, 0x48, 0xd3, 0x69, 0x13, 0x7c, 0x7b, 0x9c, 0xce, 0xf1, 0x55, 0x02, 0x8a, diff --git a/googleapis/devtools/build/v1/build_status.pb.go b/googleapis/devtools/build/v1/build_status.pb.go index 735611eb31..9d69f8cdc9 100644 --- a/googleapis/devtools/build/v1/build_status.pb.go +++ b/googleapis/devtools/build/v1/build_status.pb.go @@ -71,7 +71,7 @@ func (x BuildStatus_Result) String() string { return proto.EnumName(BuildStatus_Result_name, int32(x)) } func (BuildStatus_Result) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_build_status_1099fd04a2329418, []int{0, 0} + return fileDescriptor_build_status_9c10e159cbe6c1da, []int{0, 0} } // Status used for both invocation attempt and overall build completion. @@ -89,7 +89,7 @@ func (m *BuildStatus) Reset() { *m = BuildStatus{} } func (m *BuildStatus) String() string { return proto.CompactTextString(m) } func (*BuildStatus) ProtoMessage() {} func (*BuildStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_build_status_1099fd04a2329418, []int{0} + return fileDescriptor_build_status_9c10e159cbe6c1da, []int{0} } func (m *BuildStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildStatus.Unmarshal(m, b) @@ -129,10 +129,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/build/v1/build_status.proto", fileDescriptor_build_status_1099fd04a2329418) + proto.RegisterFile("google/devtools/build/v1/build_status.proto", fileDescriptor_build_status_9c10e159cbe6c1da) } -var fileDescriptor_build_status_1099fd04a2329418 = []byte{ +var fileDescriptor_build_status_9c10e159cbe6c1da = []byte{ // 390 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0x4f, 0x0b, 0xd3, 0x30, 0x18, 0xc6, 0xcd, 0xd4, 0x4e, 0x33, 0x1d, 0x35, 0xa8, 0x6c, 0x63, 0xc2, 0xd8, 0x69, 0xa0, 0xa4, diff --git a/googleapis/devtools/build/v1/publish_build_event.pb.go b/googleapis/devtools/build/v1/publish_build_event.pb.go index 60a7dcb3e3..1bdea944f4 100644 --- a/googleapis/devtools/build/v1/publish_build_event.pb.go +++ b/googleapis/devtools/build/v1/publish_build_event.pb.go @@ -52,7 +52,7 @@ func (x PublishLifecycleEventRequest_ServiceLevel) String() string { return proto.EnumName(PublishLifecycleEventRequest_ServiceLevel_name, int32(x)) } func (PublishLifecycleEventRequest_ServiceLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_publish_build_event_a9d6df2eff0160eb, []int{0, 0} + return fileDescriptor_publish_build_event_d745bb02eff36c4f, []int{0, 0} } // Publishes 'lifecycle events' that update the high-level state of a build: @@ -91,7 +91,7 @@ func (m *PublishLifecycleEventRequest) Reset() { *m = PublishLifecycleEv func (m *PublishLifecycleEventRequest) String() string { return proto.CompactTextString(m) } func (*PublishLifecycleEventRequest) ProtoMessage() {} func (*PublishLifecycleEventRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_publish_build_event_a9d6df2eff0160eb, []int{0} + return fileDescriptor_publish_build_event_d745bb02eff36c4f, []int{0} } func (m *PublishLifecycleEventRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PublishLifecycleEventRequest.Unmarshal(m, b) @@ -162,7 +162,7 @@ func (m *PublishBuildToolEventStreamResponse) Reset() { *m = PublishBuil func (m *PublishBuildToolEventStreamResponse) String() string { return proto.CompactTextString(m) } func (*PublishBuildToolEventStreamResponse) ProtoMessage() {} func (*PublishBuildToolEventStreamResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_publish_build_event_a9d6df2eff0160eb, []int{1} + return fileDescriptor_publish_build_event_d745bb02eff36c4f, []int{1} } func (m *PublishBuildToolEventStreamResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PublishBuildToolEventStreamResponse.Unmarshal(m, b) @@ -216,7 +216,7 @@ func (m *OrderedBuildEvent) Reset() { *m = OrderedBuildEvent{} } func (m *OrderedBuildEvent) String() string { return proto.CompactTextString(m) } func (*OrderedBuildEvent) ProtoMessage() {} func (*OrderedBuildEvent) Descriptor() ([]byte, []int) { - return fileDescriptor_publish_build_event_a9d6df2eff0160eb, []int{2} + return fileDescriptor_publish_build_event_d745bb02eff36c4f, []int{2} } func (m *OrderedBuildEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OrderedBuildEvent.Unmarshal(m, b) @@ -280,7 +280,7 @@ func (m *PublishBuildToolEventStreamRequest) Reset() { *m = PublishBuild func (m *PublishBuildToolEventStreamRequest) String() string { return proto.CompactTextString(m) } func (*PublishBuildToolEventStreamRequest) ProtoMessage() {} func (*PublishBuildToolEventStreamRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_publish_build_event_a9d6df2eff0160eb, []int{3} + return fileDescriptor_publish_build_event_d745bb02eff36c4f, []int{3} } func (m *PublishBuildToolEventStreamRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PublishBuildToolEventStreamRequest.Unmarshal(m, b) @@ -492,10 +492,10 @@ var _PublishBuildEvent_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/build/v1/publish_build_event.proto", fileDescriptor_publish_build_event_a9d6df2eff0160eb) + proto.RegisterFile("google/devtools/build/v1/publish_build_event.proto", fileDescriptor_publish_build_event_d745bb02eff36c4f) } -var fileDescriptor_publish_build_event_a9d6df2eff0160eb = []byte{ +var fileDescriptor_publish_build_event_d745bb02eff36c4f = []byte{ // 670 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x55, 0xcd, 0x6e, 0xd3, 0x40, 0x10, 0x66, 0x9b, 0xb6, 0x22, 0x9b, 0x36, 0xa5, 0x0b, 0x05, 0x93, 0x16, 0x14, 0x2d, 0x48, 0x44, diff --git a/googleapis/devtools/cloudbuild/v1/cloudbuild.pb.go b/googleapis/devtools/cloudbuild/v1/cloudbuild.pb.go index 822f48a7fc..de367cbde6 100644 --- a/googleapis/devtools/cloudbuild/v1/cloudbuild.pb.go +++ b/googleapis/devtools/cloudbuild/v1/cloudbuild.pb.go @@ -78,7 +78,7 @@ func (x Build_Status) String() string { return proto.EnumName(Build_Status_name, int32(x)) } func (Build_Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{10, 0} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{10, 0} } // Specifies the hash algorithm, if any. @@ -108,7 +108,7 @@ func (x Hash_HashType) String() string { return proto.EnumName(Hash_HashType_name, int32(x)) } func (Hash_HashType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{16, 0} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{16, 0} } // Specifies the manner in which the build should be verified, if at all. @@ -134,7 +134,7 @@ func (x BuildOptions_VerifyOption) String() string { return proto.EnumName(BuildOptions_VerifyOption_name, int32(x)) } func (BuildOptions_VerifyOption) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{30, 0} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{30, 0} } // Supported VM sizes. @@ -164,7 +164,7 @@ func (x BuildOptions_MachineType) String() string { return proto.EnumName(BuildOptions_MachineType_name, int32(x)) } func (BuildOptions_MachineType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{30, 1} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{30, 1} } // Specifies the behavior when there is an error in the substitution checks. @@ -191,7 +191,7 @@ func (x BuildOptions_SubstitutionOption) String() string { return proto.EnumName(BuildOptions_SubstitutionOption_name, int32(x)) } func (BuildOptions_SubstitutionOption) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{30, 2} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{30, 2} } // Specifies the behavior when writing build logs to Google Cloud Storage. @@ -222,7 +222,7 @@ func (x BuildOptions_LogStreamingOption) String() string { return proto.EnumName(BuildOptions_LogStreamingOption_name, int32(x)) } func (BuildOptions_LogStreamingOption) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{30, 3} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{30, 3} } // Specifies the logging mode. @@ -253,7 +253,7 @@ func (x BuildOptions_LoggingMode) String() string { return proto.EnumName(BuildOptions_LoggingMode_name, int32(x)) } func (BuildOptions_LoggingMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{30, 4} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{30, 4} } // Specifies a build to retry. @@ -271,7 +271,7 @@ func (m *RetryBuildRequest) Reset() { *m = RetryBuildRequest{} } func (m *RetryBuildRequest) String() string { return proto.CompactTextString(m) } func (*RetryBuildRequest) ProtoMessage() {} func (*RetryBuildRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{0} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{0} } func (m *RetryBuildRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RetryBuildRequest.Unmarshal(m, b) @@ -322,7 +322,7 @@ func (m *RunBuildTriggerRequest) Reset() { *m = RunBuildTriggerRequest{} func (m *RunBuildTriggerRequest) String() string { return proto.CompactTextString(m) } func (*RunBuildTriggerRequest) ProtoMessage() {} func (*RunBuildTriggerRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{1} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{1} } func (m *RunBuildTriggerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunBuildTriggerRequest.Unmarshal(m, b) @@ -386,7 +386,7 @@ func (m *StorageSource) Reset() { *m = StorageSource{} } func (m *StorageSource) String() string { return proto.CompactTextString(m) } func (*StorageSource) ProtoMessage() {} func (*StorageSource) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{2} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{2} } func (m *StorageSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StorageSource.Unmarshal(m, b) @@ -457,7 +457,7 @@ func (m *RepoSource) Reset() { *m = RepoSource{} } func (m *RepoSource) String() string { return proto.CompactTextString(m) } func (*RepoSource) ProtoMessage() {} func (*RepoSource) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{3} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{3} } func (m *RepoSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RepoSource.Unmarshal(m, b) @@ -646,7 +646,7 @@ func (m *Source) Reset() { *m = Source{} } func (m *Source) String() string { return proto.CompactTextString(m) } func (*Source) ProtoMessage() {} func (*Source) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{4} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{4} } func (m *Source) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Source.Unmarshal(m, b) @@ -795,7 +795,7 @@ func (m *BuiltImage) Reset() { *m = BuiltImage{} } func (m *BuiltImage) String() string { return proto.CompactTextString(m) } func (*BuiltImage) ProtoMessage() {} func (*BuiltImage) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{5} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{5} } func (m *BuiltImage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuiltImage.Unmarshal(m, b) @@ -926,7 +926,7 @@ func (m *BuildStep) Reset() { *m = BuildStep{} } func (m *BuildStep) String() string { return proto.CompactTextString(m) } func (*BuildStep) ProtoMessage() {} func (*BuildStep) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{6} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{6} } func (m *BuildStep) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildStep.Unmarshal(m, b) @@ -1059,7 +1059,7 @@ func (m *Volume) Reset() { *m = Volume{} } func (m *Volume) String() string { return proto.CompactTextString(m) } func (*Volume) ProtoMessage() {} func (*Volume) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{7} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{7} } func (m *Volume) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Volume.Unmarshal(m, b) @@ -1120,7 +1120,7 @@ func (m *Results) Reset() { *m = Results{} } func (m *Results) String() string { return proto.CompactTextString(m) } func (*Results) ProtoMessage() {} func (*Results) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{8} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{8} } func (m *Results) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Results.Unmarshal(m, b) @@ -1193,7 +1193,7 @@ func (m *ArtifactResult) Reset() { *m = ArtifactResult{} } func (m *ArtifactResult) String() string { return proto.CompactTextString(m) } func (*ArtifactResult) ProtoMessage() {} func (*ArtifactResult) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{9} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{9} } func (m *ArtifactResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ArtifactResult.Unmarshal(m, b) @@ -1327,7 +1327,7 @@ func (m *Build) Reset() { *m = Build{} } func (m *Build) String() string { return proto.CompactTextString(m) } func (*Build) ProtoMessage() {} func (*Build) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{10} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{10} } func (m *Build) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Build.Unmarshal(m, b) @@ -1535,7 +1535,7 @@ func (m *Artifacts) Reset() { *m = Artifacts{} } func (m *Artifacts) String() string { return proto.CompactTextString(m) } func (*Artifacts) ProtoMessage() {} func (*Artifacts) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{11} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{11} } func (m *Artifacts) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Artifacts.Unmarshal(m, b) @@ -1592,7 +1592,7 @@ func (m *Artifacts_ArtifactObjects) Reset() { *m = Artifacts_ArtifactObj func (m *Artifacts_ArtifactObjects) String() string { return proto.CompactTextString(m) } func (*Artifacts_ArtifactObjects) ProtoMessage() {} func (*Artifacts_ArtifactObjects) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{11, 0} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{11, 0} } func (m *Artifacts_ArtifactObjects) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Artifacts_ArtifactObjects.Unmarshal(m, b) @@ -1648,7 +1648,7 @@ func (m *TimeSpan) Reset() { *m = TimeSpan{} } func (m *TimeSpan) String() string { return proto.CompactTextString(m) } func (*TimeSpan) ProtoMessage() {} func (*TimeSpan) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{12} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{12} } func (m *TimeSpan) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimeSpan.Unmarshal(m, b) @@ -1695,7 +1695,7 @@ func (m *BuildOperationMetadata) Reset() { *m = BuildOperationMetadata{} func (m *BuildOperationMetadata) String() string { return proto.CompactTextString(m) } func (*BuildOperationMetadata) ProtoMessage() {} func (*BuildOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{13} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{13} } func (m *BuildOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildOperationMetadata.Unmarshal(m, b) @@ -1751,7 +1751,7 @@ func (m *SourceProvenance) Reset() { *m = SourceProvenance{} } func (m *SourceProvenance) String() string { return proto.CompactTextString(m) } func (*SourceProvenance) ProtoMessage() {} func (*SourceProvenance) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{14} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{14} } func (m *SourceProvenance) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SourceProvenance.Unmarshal(m, b) @@ -1806,7 +1806,7 @@ func (m *FileHashes) Reset() { *m = FileHashes{} } func (m *FileHashes) String() string { return proto.CompactTextString(m) } func (*FileHashes) ProtoMessage() {} func (*FileHashes) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{15} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{15} } func (m *FileHashes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FileHashes.Unmarshal(m, b) @@ -1848,7 +1848,7 @@ func (m *Hash) Reset() { *m = Hash{} } func (m *Hash) String() string { return proto.CompactTextString(m) } func (*Hash) ProtoMessage() {} func (*Hash) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{16} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{16} } func (m *Hash) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Hash.Unmarshal(m, b) @@ -1903,7 +1903,7 @@ func (m *Secret) Reset() { *m = Secret{} } func (m *Secret) String() string { return proto.CompactTextString(m) } func (*Secret) ProtoMessage() {} func (*Secret) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{17} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{17} } func (m *Secret) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Secret.Unmarshal(m, b) @@ -1952,7 +1952,7 @@ func (m *CreateBuildRequest) Reset() { *m = CreateBuildRequest{} } func (m *CreateBuildRequest) String() string { return proto.CompactTextString(m) } func (*CreateBuildRequest) ProtoMessage() {} func (*CreateBuildRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{18} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{18} } func (m *CreateBuildRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateBuildRequest.Unmarshal(m, b) @@ -2001,7 +2001,7 @@ func (m *GetBuildRequest) Reset() { *m = GetBuildRequest{} } func (m *GetBuildRequest) String() string { return proto.CompactTextString(m) } func (*GetBuildRequest) ProtoMessage() {} func (*GetBuildRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{19} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{19} } func (m *GetBuildRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetBuildRequest.Unmarshal(m, b) @@ -2054,7 +2054,7 @@ func (m *ListBuildsRequest) Reset() { *m = ListBuildsRequest{} } func (m *ListBuildsRequest) String() string { return proto.CompactTextString(m) } func (*ListBuildsRequest) ProtoMessage() {} func (*ListBuildsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{20} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{20} } func (m *ListBuildsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListBuildsRequest.Unmarshal(m, b) @@ -2117,7 +2117,7 @@ func (m *ListBuildsResponse) Reset() { *m = ListBuildsResponse{} } func (m *ListBuildsResponse) String() string { return proto.CompactTextString(m) } func (*ListBuildsResponse) ProtoMessage() {} func (*ListBuildsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{21} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{21} } func (m *ListBuildsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListBuildsResponse.Unmarshal(m, b) @@ -2166,7 +2166,7 @@ func (m *CancelBuildRequest) Reset() { *m = CancelBuildRequest{} } func (m *CancelBuildRequest) String() string { return proto.CompactTextString(m) } func (*CancelBuildRequest) ProtoMessage() {} func (*CancelBuildRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{22} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{22} } func (m *CancelBuildRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CancelBuildRequest.Unmarshal(m, b) @@ -2253,7 +2253,7 @@ func (m *BuildTrigger) Reset() { *m = BuildTrigger{} } func (m *BuildTrigger) String() string { return proto.CompactTextString(m) } func (*BuildTrigger) ProtoMessage() {} func (*BuildTrigger) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{23} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{23} } func (m *BuildTrigger) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildTrigger.Unmarshal(m, b) @@ -2451,7 +2451,7 @@ func (m *CreateBuildTriggerRequest) Reset() { *m = CreateBuildTriggerReq func (m *CreateBuildTriggerRequest) String() string { return proto.CompactTextString(m) } func (*CreateBuildTriggerRequest) ProtoMessage() {} func (*CreateBuildTriggerRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{24} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{24} } func (m *CreateBuildTriggerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateBuildTriggerRequest.Unmarshal(m, b) @@ -2500,7 +2500,7 @@ func (m *GetBuildTriggerRequest) Reset() { *m = GetBuildTriggerRequest{} func (m *GetBuildTriggerRequest) String() string { return proto.CompactTextString(m) } func (*GetBuildTriggerRequest) ProtoMessage() {} func (*GetBuildTriggerRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{25} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{25} } func (m *GetBuildTriggerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetBuildTriggerRequest.Unmarshal(m, b) @@ -2547,7 +2547,7 @@ func (m *ListBuildTriggersRequest) Reset() { *m = ListBuildTriggersReque func (m *ListBuildTriggersRequest) String() string { return proto.CompactTextString(m) } func (*ListBuildTriggersRequest) ProtoMessage() {} func (*ListBuildTriggersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{26} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{26} } func (m *ListBuildTriggersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListBuildTriggersRequest.Unmarshal(m, b) @@ -2587,7 +2587,7 @@ func (m *ListBuildTriggersResponse) Reset() { *m = ListBuildTriggersResp func (m *ListBuildTriggersResponse) String() string { return proto.CompactTextString(m) } func (*ListBuildTriggersResponse) ProtoMessage() {} func (*ListBuildTriggersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{27} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{27} } func (m *ListBuildTriggersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListBuildTriggersResponse.Unmarshal(m, b) @@ -2629,7 +2629,7 @@ func (m *DeleteBuildTriggerRequest) Reset() { *m = DeleteBuildTriggerReq func (m *DeleteBuildTriggerRequest) String() string { return proto.CompactTextString(m) } func (*DeleteBuildTriggerRequest) ProtoMessage() {} func (*DeleteBuildTriggerRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{28} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{28} } func (m *DeleteBuildTriggerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteBuildTriggerRequest.Unmarshal(m, b) @@ -2680,7 +2680,7 @@ func (m *UpdateBuildTriggerRequest) Reset() { *m = UpdateBuildTriggerReq func (m *UpdateBuildTriggerRequest) String() string { return proto.CompactTextString(m) } func (*UpdateBuildTriggerRequest) ProtoMessage() {} func (*UpdateBuildTriggerRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{29} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{29} } func (m *UpdateBuildTriggerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateBuildTriggerRequest.Unmarshal(m, b) @@ -2780,7 +2780,7 @@ func (m *BuildOptions) Reset() { *m = BuildOptions{} } func (m *BuildOptions) String() string { return proto.CompactTextString(m) } func (*BuildOptions) ProtoMessage() {} func (*BuildOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_cloudbuild_97adbe7641cdd0a6, []int{30} + return fileDescriptor_cloudbuild_bcd614f113dbc5d4, []int{30} } func (m *BuildOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildOptions.Unmarshal(m, b) @@ -3441,10 +3441,10 @@ var _CloudBuild_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/cloudbuild/v1/cloudbuild.proto", fileDescriptor_cloudbuild_97adbe7641cdd0a6) + proto.RegisterFile("google/devtools/cloudbuild/v1/cloudbuild.proto", fileDescriptor_cloudbuild_bcd614f113dbc5d4) } -var fileDescriptor_cloudbuild_97adbe7641cdd0a6 = []byte{ +var fileDescriptor_cloudbuild_bcd614f113dbc5d4 = []byte{ // 2941 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x5a, 0xcb, 0x73, 0xdb, 0xd6, 0xd5, 0x17, 0x48, 0x89, 0x8f, 0x43, 0x4a, 0x82, 0x6f, 0x1c, 0x99, 0xa2, 0xe3, 0x58, 0x81, 0xe3, diff --git a/googleapis/devtools/clouddebugger/v2/controller.pb.go b/googleapis/devtools/clouddebugger/v2/controller.pb.go index 9480c53597..3f8e0c395b 100644 --- a/googleapis/devtools/clouddebugger/v2/controller.pb.go +++ b/googleapis/devtools/clouddebugger/v2/controller.pb.go @@ -40,7 +40,7 @@ func (m *RegisterDebuggeeRequest) Reset() { *m = RegisterDebuggeeRequest func (m *RegisterDebuggeeRequest) String() string { return proto.CompactTextString(m) } func (*RegisterDebuggeeRequest) ProtoMessage() {} func (*RegisterDebuggeeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_controller_6b454e426974140a, []int{0} + return fileDescriptor_controller_a5860eef34f5ab07, []int{0} } func (m *RegisterDebuggeeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RegisterDebuggeeRequest.Unmarshal(m, b) @@ -84,7 +84,7 @@ func (m *RegisterDebuggeeResponse) Reset() { *m = RegisterDebuggeeRespon func (m *RegisterDebuggeeResponse) String() string { return proto.CompactTextString(m) } func (*RegisterDebuggeeResponse) ProtoMessage() {} func (*RegisterDebuggeeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_controller_6b454e426974140a, []int{1} + return fileDescriptor_controller_a5860eef34f5ab07, []int{1} } func (m *RegisterDebuggeeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RegisterDebuggeeResponse.Unmarshal(m, b) @@ -136,7 +136,7 @@ func (m *ListActiveBreakpointsRequest) Reset() { *m = ListActiveBreakpoi func (m *ListActiveBreakpointsRequest) String() string { return proto.CompactTextString(m) } func (*ListActiveBreakpointsRequest) ProtoMessage() {} func (*ListActiveBreakpointsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_controller_6b454e426974140a, []int{2} + return fileDescriptor_controller_a5860eef34f5ab07, []int{2} } func (m *ListActiveBreakpointsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListActiveBreakpointsRequest.Unmarshal(m, b) @@ -198,7 +198,7 @@ func (m *ListActiveBreakpointsResponse) Reset() { *m = ListActiveBreakpo func (m *ListActiveBreakpointsResponse) String() string { return proto.CompactTextString(m) } func (*ListActiveBreakpointsResponse) ProtoMessage() {} func (*ListActiveBreakpointsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_controller_6b454e426974140a, []int{3} + return fileDescriptor_controller_a5860eef34f5ab07, []int{3} } func (m *ListActiveBreakpointsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListActiveBreakpointsResponse.Unmarshal(m, b) @@ -256,7 +256,7 @@ func (m *UpdateActiveBreakpointRequest) Reset() { *m = UpdateActiveBreak func (m *UpdateActiveBreakpointRequest) String() string { return proto.CompactTextString(m) } func (*UpdateActiveBreakpointRequest) ProtoMessage() {} func (*UpdateActiveBreakpointRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_controller_6b454e426974140a, []int{4} + return fileDescriptor_controller_a5860eef34f5ab07, []int{4} } func (m *UpdateActiveBreakpointRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateActiveBreakpointRequest.Unmarshal(m, b) @@ -302,7 +302,7 @@ func (m *UpdateActiveBreakpointResponse) Reset() { *m = UpdateActiveBrea func (m *UpdateActiveBreakpointResponse) String() string { return proto.CompactTextString(m) } func (*UpdateActiveBreakpointResponse) ProtoMessage() {} func (*UpdateActiveBreakpointResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_controller_6b454e426974140a, []int{5} + return fileDescriptor_controller_a5860eef34f5ab07, []int{5} } func (m *UpdateActiveBreakpointResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateActiveBreakpointResponse.Unmarshal(m, b) @@ -532,10 +532,10 @@ var _Controller2_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/clouddebugger/v2/controller.proto", fileDescriptor_controller_6b454e426974140a) + proto.RegisterFile("google/devtools/clouddebugger/v2/controller.proto", fileDescriptor_controller_a5860eef34f5ab07) } -var fileDescriptor_controller_6b454e426974140a = []byte{ +var fileDescriptor_controller_a5860eef34f5ab07 = []byte{ // 602 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xdd, 0x6a, 0xd4, 0x40, 0x14, 0x66, 0x5a, 0x94, 0x76, 0xa2, 0xb4, 0x0c, 0xa8, 0x21, 0xb6, 0xba, 0x0d, 0x52, 0x96, 0x75, diff --git a/googleapis/devtools/clouddebugger/v2/data.pb.go b/googleapis/devtools/clouddebugger/v2/data.pb.go index d950a6b7fe..fb7f4d03fb 100644 --- a/googleapis/devtools/clouddebugger/v2/data.pb.go +++ b/googleapis/devtools/clouddebugger/v2/data.pb.go @@ -66,7 +66,7 @@ func (x StatusMessage_Reference) String() string { return proto.EnumName(StatusMessage_Reference_name, int32(x)) } func (StatusMessage_Reference) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_data_821f79f55e9f1289, []int{1, 0} + return fileDescriptor_data_3a367f88e807ff75, []int{1, 0} } // Actions that can be taken when a breakpoint hits. @@ -96,7 +96,7 @@ func (x Breakpoint_Action) String() string { return proto.EnumName(Breakpoint_Action_name, int32(x)) } func (Breakpoint_Action) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_data_821f79f55e9f1289, []int{5, 0} + return fileDescriptor_data_3a367f88e807ff75, []int{5, 0} } // Log severity levels. @@ -126,7 +126,7 @@ func (x Breakpoint_LogLevel) String() string { return proto.EnumName(Breakpoint_LogLevel_name, int32(x)) } func (Breakpoint_LogLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_data_821f79f55e9f1289, []int{5, 1} + return fileDescriptor_data_3a367f88e807ff75, []int{5, 1} } // Represents a message with parameters. @@ -152,7 +152,7 @@ func (m *FormatMessage) Reset() { *m = FormatMessage{} } func (m *FormatMessage) String() string { return proto.CompactTextString(m) } func (*FormatMessage) ProtoMessage() {} func (*FormatMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_data_821f79f55e9f1289, []int{0} + return fileDescriptor_data_3a367f88e807ff75, []int{0} } func (m *FormatMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FormatMessage.Unmarshal(m, b) @@ -207,7 +207,7 @@ func (m *StatusMessage) Reset() { *m = StatusMessage{} } func (m *StatusMessage) String() string { return proto.CompactTextString(m) } func (*StatusMessage) ProtoMessage() {} func (*StatusMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_data_821f79f55e9f1289, []int{1} + return fileDescriptor_data_3a367f88e807ff75, []int{1} } func (m *StatusMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StatusMessage.Unmarshal(m, b) @@ -267,7 +267,7 @@ func (m *SourceLocation) Reset() { *m = SourceLocation{} } func (m *SourceLocation) String() string { return proto.CompactTextString(m) } func (*SourceLocation) ProtoMessage() {} func (*SourceLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_data_821f79f55e9f1289, []int{2} + return fileDescriptor_data_3a367f88e807ff75, []int{2} } func (m *SourceLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SourceLocation.Unmarshal(m, b) @@ -462,7 +462,7 @@ func (m *Variable) Reset() { *m = Variable{} } func (m *Variable) String() string { return proto.CompactTextString(m) } func (*Variable) ProtoMessage() {} func (*Variable) Descriptor() ([]byte, []int) { - return fileDescriptor_data_821f79f55e9f1289, []int{3} + return fileDescriptor_data_3a367f88e807ff75, []int{3} } func (m *Variable) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Variable.Unmarshal(m, b) @@ -545,7 +545,7 @@ func (m *StackFrame) Reset() { *m = StackFrame{} } func (m *StackFrame) String() string { return proto.CompactTextString(m) } func (*StackFrame) ProtoMessage() {} func (*StackFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_data_821f79f55e9f1289, []int{4} + return fileDescriptor_data_3a367f88e807ff75, []int{4} } func (m *StackFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StackFrame.Unmarshal(m, b) @@ -684,7 +684,7 @@ func (m *Breakpoint) Reset() { *m = Breakpoint{} } func (m *Breakpoint) String() string { return proto.CompactTextString(m) } func (*Breakpoint) ProtoMessage() {} func (*Breakpoint) Descriptor() ([]byte, []int) { - return fileDescriptor_data_821f79f55e9f1289, []int{5} + return fileDescriptor_data_3a367f88e807ff75, []int{5} } func (m *Breakpoint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Breakpoint.Unmarshal(m, b) @@ -870,7 +870,7 @@ func (m *Debuggee) Reset() { *m = Debuggee{} } func (m *Debuggee) String() string { return proto.CompactTextString(m) } func (*Debuggee) ProtoMessage() {} func (*Debuggee) Descriptor() ([]byte, []int) { - return fileDescriptor_data_821f79f55e9f1289, []int{6} + return fileDescriptor_data_3a367f88e807ff75, []int{6} } func (m *Debuggee) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Debuggee.Unmarshal(m, b) @@ -984,10 +984,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/clouddebugger/v2/data.proto", fileDescriptor_data_821f79f55e9f1289) + proto.RegisterFile("google/devtools/clouddebugger/v2/data.proto", fileDescriptor_data_3a367f88e807ff75) } -var fileDescriptor_data_821f79f55e9f1289 = []byte{ +var fileDescriptor_data_3a367f88e807ff75 = []byte{ // 1293 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xdd, 0x72, 0xda, 0x46, 0x14, 0x0e, 0x3f, 0x06, 0xe9, 0x60, 0x30, 0xd9, 0x26, 0x1d, 0xc5, 0x4d, 0x1d, 0x86, 0xe6, 0xc2, diff --git a/googleapis/devtools/clouddebugger/v2/debugger.pb.go b/googleapis/devtools/clouddebugger/v2/debugger.pb.go index 826eb2574c..7da1a0081e 100644 --- a/googleapis/devtools/clouddebugger/v2/debugger.pb.go +++ b/googleapis/devtools/clouddebugger/v2/debugger.pb.go @@ -44,7 +44,7 @@ func (m *SetBreakpointRequest) Reset() { *m = SetBreakpointRequest{} } func (m *SetBreakpointRequest) String() string { return proto.CompactTextString(m) } func (*SetBreakpointRequest) ProtoMessage() {} func (*SetBreakpointRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_debugger_35b9f3da22d21309, []int{0} + return fileDescriptor_debugger_c54a26c25209c588, []int{0} } func (m *SetBreakpointRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetBreakpointRequest.Unmarshal(m, b) @@ -99,7 +99,7 @@ func (m *SetBreakpointResponse) Reset() { *m = SetBreakpointResponse{} } func (m *SetBreakpointResponse) String() string { return proto.CompactTextString(m) } func (*SetBreakpointResponse) ProtoMessage() {} func (*SetBreakpointResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_debugger_35b9f3da22d21309, []int{1} + return fileDescriptor_debugger_c54a26c25209c588, []int{1} } func (m *SetBreakpointResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetBreakpointResponse.Unmarshal(m, b) @@ -144,7 +144,7 @@ func (m *GetBreakpointRequest) Reset() { *m = GetBreakpointRequest{} } func (m *GetBreakpointRequest) String() string { return proto.CompactTextString(m) } func (*GetBreakpointRequest) ProtoMessage() {} func (*GetBreakpointRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_debugger_35b9f3da22d21309, []int{2} + return fileDescriptor_debugger_c54a26c25209c588, []int{2} } func (m *GetBreakpointRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetBreakpointRequest.Unmarshal(m, b) @@ -199,7 +199,7 @@ func (m *GetBreakpointResponse) Reset() { *m = GetBreakpointResponse{} } func (m *GetBreakpointResponse) String() string { return proto.CompactTextString(m) } func (*GetBreakpointResponse) ProtoMessage() {} func (*GetBreakpointResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_debugger_35b9f3da22d21309, []int{3} + return fileDescriptor_debugger_c54a26c25209c588, []int{3} } func (m *GetBreakpointResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetBreakpointResponse.Unmarshal(m, b) @@ -244,7 +244,7 @@ func (m *DeleteBreakpointRequest) Reset() { *m = DeleteBreakpointRequest func (m *DeleteBreakpointRequest) String() string { return proto.CompactTextString(m) } func (*DeleteBreakpointRequest) ProtoMessage() {} func (*DeleteBreakpointRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_debugger_35b9f3da22d21309, []int{4} + return fileDescriptor_debugger_c54a26c25209c588, []int{4} } func (m *DeleteBreakpointRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteBreakpointRequest.Unmarshal(m, b) @@ -318,7 +318,7 @@ func (m *ListBreakpointsRequest) Reset() { *m = ListBreakpointsRequest{} func (m *ListBreakpointsRequest) String() string { return proto.CompactTextString(m) } func (*ListBreakpointsRequest) ProtoMessage() {} func (*ListBreakpointsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_debugger_35b9f3da22d21309, []int{5} + return fileDescriptor_debugger_c54a26c25209c588, []int{5} } func (m *ListBreakpointsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListBreakpointsRequest.Unmarshal(m, b) @@ -406,7 +406,7 @@ func (m *ListBreakpointsRequest_BreakpointActionValue) String() string { } func (*ListBreakpointsRequest_BreakpointActionValue) ProtoMessage() {} func (*ListBreakpointsRequest_BreakpointActionValue) Descriptor() ([]byte, []int) { - return fileDescriptor_debugger_35b9f3da22d21309, []int{5, 0} + return fileDescriptor_debugger_c54a26c25209c588, []int{5, 0} } func (m *ListBreakpointsRequest_BreakpointActionValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListBreakpointsRequest_BreakpointActionValue.Unmarshal(m, b) @@ -452,7 +452,7 @@ func (m *ListBreakpointsResponse) Reset() { *m = ListBreakpointsResponse func (m *ListBreakpointsResponse) String() string { return proto.CompactTextString(m) } func (*ListBreakpointsResponse) ProtoMessage() {} func (*ListBreakpointsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_debugger_35b9f3da22d21309, []int{6} + return fileDescriptor_debugger_c54a26c25209c588, []int{6} } func (m *ListBreakpointsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListBreakpointsResponse.Unmarshal(m, b) @@ -505,7 +505,7 @@ func (m *ListDebuggeesRequest) Reset() { *m = ListDebuggeesRequest{} } func (m *ListDebuggeesRequest) String() string { return proto.CompactTextString(m) } func (*ListDebuggeesRequest) ProtoMessage() {} func (*ListDebuggeesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_debugger_35b9f3da22d21309, []int{7} + return fileDescriptor_debugger_c54a26c25209c588, []int{7} } func (m *ListDebuggeesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDebuggeesRequest.Unmarshal(m, b) @@ -562,7 +562,7 @@ func (m *ListDebuggeesResponse) Reset() { *m = ListDebuggeesResponse{} } func (m *ListDebuggeesResponse) String() string { return proto.CompactTextString(m) } func (*ListDebuggeesResponse) ProtoMessage() {} func (*ListDebuggeesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_debugger_35b9f3da22d21309, []int{8} + return fileDescriptor_debugger_c54a26c25209c588, []int{8} } func (m *ListDebuggeesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDebuggeesResponse.Unmarshal(m, b) @@ -817,10 +817,10 @@ var _Debugger2_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/clouddebugger/v2/debugger.proto", fileDescriptor_debugger_35b9f3da22d21309) + proto.RegisterFile("google/devtools/clouddebugger/v2/debugger.proto", fileDescriptor_debugger_c54a26c25209c588) } -var fileDescriptor_debugger_35b9f3da22d21309 = []byte{ +var fileDescriptor_debugger_c54a26c25209c588 = []byte{ // 802 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0xdd, 0x6e, 0xdb, 0x36, 0x14, 0x06, 0x9d, 0xe5, 0xc7, 0xc7, 0x71, 0x92, 0x11, 0xf9, 0x11, 0xbc, 0x3f, 0x43, 0xfb, 0xcb, diff --git a/googleapis/devtools/clouderrorreporting/v1beta1/common.pb.go b/googleapis/devtools/clouderrorreporting/v1beta1/common.pb.go index 2922e01b52..a5b017b5e9 100644 --- a/googleapis/devtools/clouderrorreporting/v1beta1/common.pb.go +++ b/googleapis/devtools/clouderrorreporting/v1beta1/common.pb.go @@ -40,7 +40,7 @@ func (m *ErrorGroup) Reset() { *m = ErrorGroup{} } func (m *ErrorGroup) String() string { return proto.CompactTextString(m) } func (*ErrorGroup) ProtoMessage() {} func (*ErrorGroup) Descriptor() ([]byte, []int) { - return fileDescriptor_common_536437fc134dd545, []int{0} + return fileDescriptor_common_293c65082d2aefa2, []int{0} } func (m *ErrorGroup) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorGroup.Unmarshal(m, b) @@ -95,7 +95,7 @@ func (m *TrackingIssue) Reset() { *m = TrackingIssue{} } func (m *TrackingIssue) String() string { return proto.CompactTextString(m) } func (*TrackingIssue) ProtoMessage() {} func (*TrackingIssue) Descriptor() ([]byte, []int) { - return fileDescriptor_common_536437fc134dd545, []int{1} + return fileDescriptor_common_293c65082d2aefa2, []int{1} } func (m *TrackingIssue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TrackingIssue.Unmarshal(m, b) @@ -143,7 +143,7 @@ func (m *ErrorEvent) Reset() { *m = ErrorEvent{} } func (m *ErrorEvent) String() string { return proto.CompactTextString(m) } func (*ErrorEvent) ProtoMessage() {} func (*ErrorEvent) Descriptor() ([]byte, []int) { - return fileDescriptor_common_536437fc134dd545, []int{2} + return fileDescriptor_common_293c65082d2aefa2, []int{2} } func (m *ErrorEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorEvent.Unmarshal(m, b) @@ -220,7 +220,7 @@ func (m *ServiceContext) Reset() { *m = ServiceContext{} } func (m *ServiceContext) String() string { return proto.CompactTextString(m) } func (*ServiceContext) ProtoMessage() {} func (*ServiceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_common_536437fc134dd545, []int{3} + return fileDescriptor_common_293c65082d2aefa2, []int{3} } func (m *ServiceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ServiceContext.Unmarshal(m, b) @@ -294,7 +294,7 @@ func (m *ErrorContext) Reset() { *m = ErrorContext{} } func (m *ErrorContext) String() string { return proto.CompactTextString(m) } func (*ErrorContext) ProtoMessage() {} func (*ErrorContext) Descriptor() ([]byte, []int) { - return fileDescriptor_common_536437fc134dd545, []int{4} + return fileDescriptor_common_293c65082d2aefa2, []int{4} } func (m *ErrorContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorContext.Unmarshal(m, b) @@ -364,7 +364,7 @@ func (m *HttpRequestContext) Reset() { *m = HttpRequestContext{} } func (m *HttpRequestContext) String() string { return proto.CompactTextString(m) } func (*HttpRequestContext) ProtoMessage() {} func (*HttpRequestContext) Descriptor() ([]byte, []int) { - return fileDescriptor_common_536437fc134dd545, []int{5} + return fileDescriptor_common_293c65082d2aefa2, []int{5} } func (m *HttpRequestContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HttpRequestContext.Unmarshal(m, b) @@ -450,7 +450,7 @@ func (m *SourceLocation) Reset() { *m = SourceLocation{} } func (m *SourceLocation) String() string { return proto.CompactTextString(m) } func (*SourceLocation) ProtoMessage() {} func (*SourceLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_common_536437fc134dd545, []int{6} + return fileDescriptor_common_293c65082d2aefa2, []int{6} } func (m *SourceLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SourceLocation.Unmarshal(m, b) @@ -502,10 +502,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/clouderrorreporting/v1beta1/common.proto", fileDescriptor_common_536437fc134dd545) + proto.RegisterFile("google/devtools/clouderrorreporting/v1beta1/common.proto", fileDescriptor_common_293c65082d2aefa2) } -var fileDescriptor_common_536437fc134dd545 = []byte{ +var fileDescriptor_common_293c65082d2aefa2 = []byte{ // 705 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xcd, 0x6e, 0x13, 0x31, 0x10, 0x56, 0x92, 0xfe, 0xc5, 0x69, 0x53, 0x64, 0x21, 0x14, 0x02, 0xa8, 0x25, 0xbd, 0x54, 0x42, diff --git a/googleapis/devtools/clouderrorreporting/v1beta1/error_group_service.pb.go b/googleapis/devtools/clouderrorreporting/v1beta1/error_group_service.pb.go index 1515c3f2a5..c509b72545 100644 --- a/googleapis/devtools/clouderrorreporting/v1beta1/error_group_service.pb.go +++ b/googleapis/devtools/clouderrorreporting/v1beta1/error_group_service.pb.go @@ -44,7 +44,7 @@ func (m *GetGroupRequest) Reset() { *m = GetGroupRequest{} } func (m *GetGroupRequest) String() string { return proto.CompactTextString(m) } func (*GetGroupRequest) ProtoMessage() {} func (*GetGroupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_error_group_service_06fe42a4663103c4, []int{0} + return fileDescriptor_error_group_service_99a7665773c1719a, []int{0} } func (m *GetGroupRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupRequest.Unmarshal(m, b) @@ -84,7 +84,7 @@ func (m *UpdateGroupRequest) Reset() { *m = UpdateGroupRequest{} } func (m *UpdateGroupRequest) String() string { return proto.CompactTextString(m) } func (*UpdateGroupRequest) ProtoMessage() {} func (*UpdateGroupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_error_group_service_06fe42a4663103c4, []int{1} + return fileDescriptor_error_group_service_99a7665773c1719a, []int{1} } func (m *UpdateGroupRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateGroupRequest.Unmarshal(m, b) @@ -228,10 +228,10 @@ var _ErrorGroupService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/clouderrorreporting/v1beta1/error_group_service.proto", fileDescriptor_error_group_service_06fe42a4663103c4) + proto.RegisterFile("google/devtools/clouderrorreporting/v1beta1/error_group_service.proto", fileDescriptor_error_group_service_99a7665773c1719a) } -var fileDescriptor_error_group_service_06fe42a4663103c4 = []byte{ +var fileDescriptor_error_group_service_99a7665773c1719a = []byte{ // 398 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x92, 0xcb, 0x4a, 0x23, 0x41, 0x14, 0x86, 0xe9, 0x0c, 0x33, 0x4c, 0x2a, 0x8b, 0x61, 0x6a, 0x31, 0x0c, 0xcd, 0x0c, 0x48, 0xdc, diff --git a/googleapis/devtools/clouderrorreporting/v1beta1/error_stats_service.pb.go b/googleapis/devtools/clouderrorreporting/v1beta1/error_stats_service.pb.go index a49e498334..65e44f7f88 100644 --- a/googleapis/devtools/clouderrorreporting/v1beta1/error_stats_service.pb.go +++ b/googleapis/devtools/clouderrorreporting/v1beta1/error_stats_service.pb.go @@ -63,7 +63,7 @@ func (x TimedCountAlignment) String() string { return proto.EnumName(TimedCountAlignment_name, int32(x)) } func (TimedCountAlignment) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_error_stats_service_cc001c01e7afdf74, []int{0} + return fileDescriptor_error_stats_service_906700da599bba31, []int{0} } // A sorting order of error groups. @@ -102,7 +102,7 @@ func (x ErrorGroupOrder) String() string { return proto.EnumName(ErrorGroupOrder_name, int32(x)) } func (ErrorGroupOrder) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_error_stats_service_cc001c01e7afdf74, []int{1} + return fileDescriptor_error_stats_service_906700da599bba31, []int{1} } // The supported time ranges. @@ -149,7 +149,7 @@ func (x QueryTimeRange_Period) String() string { return proto.EnumName(QueryTimeRange_Period_name, int32(x)) } func (QueryTimeRange_Period) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_error_stats_service_cc001c01e7afdf74, []int{6, 0} + return fileDescriptor_error_stats_service_906700da599bba31, []int{6, 0} } // Specifies a set of `ErrorGroupStats` to return. @@ -203,7 +203,7 @@ func (m *ListGroupStatsRequest) Reset() { *m = ListGroupStatsRequest{} } func (m *ListGroupStatsRequest) String() string { return proto.CompactTextString(m) } func (*ListGroupStatsRequest) ProtoMessage() {} func (*ListGroupStatsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_error_stats_service_cc001c01e7afdf74, []int{0} + return fileDescriptor_error_stats_service_906700da599bba31, []int{0} } func (m *ListGroupStatsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListGroupStatsRequest.Unmarshal(m, b) @@ -315,7 +315,7 @@ func (m *ListGroupStatsResponse) Reset() { *m = ListGroupStatsResponse{} func (m *ListGroupStatsResponse) String() string { return proto.CompactTextString(m) } func (*ListGroupStatsResponse) ProtoMessage() {} func (*ListGroupStatsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_error_stats_service_cc001c01e7afdf74, []int{1} + return fileDescriptor_error_stats_service_906700da599bba31, []int{1} } func (m *ListGroupStatsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListGroupStatsResponse.Unmarshal(m, b) @@ -414,7 +414,7 @@ func (m *ErrorGroupStats) Reset() { *m = ErrorGroupStats{} } func (m *ErrorGroupStats) String() string { return proto.CompactTextString(m) } func (*ErrorGroupStats) ProtoMessage() {} func (*ErrorGroupStats) Descriptor() ([]byte, []int) { - return fileDescriptor_error_stats_service_cc001c01e7afdf74, []int{2} + return fileDescriptor_error_stats_service_906700da599bba31, []int{2} } func (m *ErrorGroupStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorGroupStats.Unmarshal(m, b) @@ -516,7 +516,7 @@ func (m *TimedCount) Reset() { *m = TimedCount{} } func (m *TimedCount) String() string { return proto.CompactTextString(m) } func (*TimedCount) ProtoMessage() {} func (*TimedCount) Descriptor() ([]byte, []int) { - return fileDescriptor_error_stats_service_cc001c01e7afdf74, []int{3} + return fileDescriptor_error_stats_service_906700da599bba31, []int{3} } func (m *TimedCount) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimedCount.Unmarshal(m, b) @@ -588,7 +588,7 @@ func (m *ListEventsRequest) Reset() { *m = ListEventsRequest{} } func (m *ListEventsRequest) String() string { return proto.CompactTextString(m) } func (*ListEventsRequest) ProtoMessage() {} func (*ListEventsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_error_stats_service_cc001c01e7afdf74, []int{4} + return fileDescriptor_error_stats_service_906700da599bba31, []int{4} } func (m *ListEventsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListEventsRequest.Unmarshal(m, b) @@ -669,7 +669,7 @@ func (m *ListEventsResponse) Reset() { *m = ListEventsResponse{} } func (m *ListEventsResponse) String() string { return proto.CompactTextString(m) } func (*ListEventsResponse) ProtoMessage() {} func (*ListEventsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_error_stats_service_cc001c01e7afdf74, []int{5} + return fileDescriptor_error_stats_service_906700da599bba31, []int{5} } func (m *ListEventsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListEventsResponse.Unmarshal(m, b) @@ -724,7 +724,7 @@ func (m *QueryTimeRange) Reset() { *m = QueryTimeRange{} } func (m *QueryTimeRange) String() string { return proto.CompactTextString(m) } func (*QueryTimeRange) ProtoMessage() {} func (*QueryTimeRange) Descriptor() ([]byte, []int) { - return fileDescriptor_error_stats_service_cc001c01e7afdf74, []int{6} + return fileDescriptor_error_stats_service_906700da599bba31, []int{6} } func (m *QueryTimeRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryTimeRange.Unmarshal(m, b) @@ -774,7 +774,7 @@ func (m *ServiceContextFilter) Reset() { *m = ServiceContextFilter{} } func (m *ServiceContextFilter) String() string { return proto.CompactTextString(m) } func (*ServiceContextFilter) ProtoMessage() {} func (*ServiceContextFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_error_stats_service_cc001c01e7afdf74, []int{7} + return fileDescriptor_error_stats_service_906700da599bba31, []int{7} } func (m *ServiceContextFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ServiceContextFilter.Unmarshal(m, b) @@ -832,7 +832,7 @@ func (m *DeleteEventsRequest) Reset() { *m = DeleteEventsRequest{} } func (m *DeleteEventsRequest) String() string { return proto.CompactTextString(m) } func (*DeleteEventsRequest) ProtoMessage() {} func (*DeleteEventsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_error_stats_service_cc001c01e7afdf74, []int{8} + return fileDescriptor_error_stats_service_906700da599bba31, []int{8} } func (m *DeleteEventsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteEventsRequest.Unmarshal(m, b) @@ -870,7 +870,7 @@ func (m *DeleteEventsResponse) Reset() { *m = DeleteEventsResponse{} } func (m *DeleteEventsResponse) String() string { return proto.CompactTextString(m) } func (*DeleteEventsResponse) ProtoMessage() {} func (*DeleteEventsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_error_stats_service_cc001c01e7afdf74, []int{9} + return fileDescriptor_error_stats_service_906700da599bba31, []int{9} } func (m *DeleteEventsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteEventsResponse.Unmarshal(m, b) @@ -1051,10 +1051,10 @@ var _ErrorStatsService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/clouderrorreporting/v1beta1/error_stats_service.proto", fileDescriptor_error_stats_service_cc001c01e7afdf74) + proto.RegisterFile("google/devtools/clouderrorreporting/v1beta1/error_stats_service.proto", fileDescriptor_error_stats_service_906700da599bba31) } -var fileDescriptor_error_stats_service_cc001c01e7afdf74 = []byte{ +var fileDescriptor_error_stats_service_906700da599bba31 = []byte{ // 1328 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0xcd, 0x6f, 0x1b, 0x45, 0x14, 0x67, 0xed, 0x38, 0x89, 0x9f, 0x1d, 0xc7, 0x99, 0xa4, 0xe9, 0xd6, 0xe5, 0x23, 0x75, 0x05, diff --git a/googleapis/devtools/clouderrorreporting/v1beta1/report_errors_service.pb.go b/googleapis/devtools/clouderrorreporting/v1beta1/report_errors_service.pb.go index 611b3020ae..aa3ed8fdaa 100644 --- a/googleapis/devtools/clouderrorreporting/v1beta1/report_errors_service.pb.go +++ b/googleapis/devtools/clouderrorreporting/v1beta1/report_errors_service.pb.go @@ -44,7 +44,7 @@ func (m *ReportErrorEventRequest) Reset() { *m = ReportErrorEventRequest func (m *ReportErrorEventRequest) String() string { return proto.CompactTextString(m) } func (*ReportErrorEventRequest) ProtoMessage() {} func (*ReportErrorEventRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_report_errors_service_34e6dc773fd5b8af, []int{0} + return fileDescriptor_report_errors_service_e8d1154fe6c98b5b, []int{0} } func (m *ReportErrorEventRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReportErrorEventRequest.Unmarshal(m, b) @@ -90,7 +90,7 @@ func (m *ReportErrorEventResponse) Reset() { *m = ReportErrorEventRespon func (m *ReportErrorEventResponse) String() string { return proto.CompactTextString(m) } func (*ReportErrorEventResponse) ProtoMessage() {} func (*ReportErrorEventResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_report_errors_service_34e6dc773fd5b8af, []int{1} + return fileDescriptor_report_errors_service_e8d1154fe6c98b5b, []int{1} } func (m *ReportErrorEventResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReportErrorEventResponse.Unmarshal(m, b) @@ -134,7 +134,7 @@ func (m *ReportedErrorEvent) Reset() { *m = ReportedErrorEvent{} } func (m *ReportedErrorEvent) String() string { return proto.CompactTextString(m) } func (*ReportedErrorEvent) ProtoMessage() {} func (*ReportedErrorEvent) Descriptor() ([]byte, []int) { - return fileDescriptor_report_errors_service_34e6dc773fd5b8af, []int{2} + return fileDescriptor_report_errors_service_e8d1154fe6c98b5b, []int{2} } func (m *ReportedErrorEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReportedErrorEvent.Unmarshal(m, b) @@ -279,10 +279,10 @@ var _ReportErrorsService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/clouderrorreporting/v1beta1/report_errors_service.proto", fileDescriptor_report_errors_service_34e6dc773fd5b8af) + proto.RegisterFile("google/devtools/clouderrorreporting/v1beta1/report_errors_service.proto", fileDescriptor_report_errors_service_e8d1154fe6c98b5b) } -var fileDescriptor_report_errors_service_34e6dc773fd5b8af = []byte{ +var fileDescriptor_report_errors_service_e8d1154fe6c98b5b = []byte{ // 490 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x93, 0xcd, 0x8a, 0x13, 0x41, 0x10, 0xc7, 0x99, 0xf8, 0xb1, 0x6c, 0x47, 0x54, 0xda, 0x83, 0xc3, 0x20, 0xb8, 0xc6, 0xcb, 0xa2, diff --git a/googleapis/devtools/cloudprofiler/v2/profiler.pb.go b/googleapis/devtools/cloudprofiler/v2/profiler.pb.go index 5caccb4b78..73a1653307 100644 --- a/googleapis/devtools/cloudprofiler/v2/profiler.pb.go +++ b/googleapis/devtools/cloudprofiler/v2/profiler.pb.go @@ -82,7 +82,7 @@ func (x ProfileType) String() string { return proto.EnumName(ProfileType_name, int32(x)) } func (ProfileType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_profiler_7fa8c4ea33266c1c, []int{0} + return fileDescriptor_profiler_852d4daf34af2ab9, []int{0} } // CreateProfileRequest describes a profile resource online creation request. @@ -105,7 +105,7 @@ func (m *CreateProfileRequest) Reset() { *m = CreateProfileRequest{} } func (m *CreateProfileRequest) String() string { return proto.CompactTextString(m) } func (*CreateProfileRequest) ProtoMessage() {} func (*CreateProfileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_profiler_7fa8c4ea33266c1c, []int{0} + return fileDescriptor_profiler_852d4daf34af2ab9, []int{0} } func (m *CreateProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateProfileRequest.Unmarshal(m, b) @@ -162,7 +162,7 @@ func (m *CreateOfflineProfileRequest) Reset() { *m = CreateOfflineProfil func (m *CreateOfflineProfileRequest) String() string { return proto.CompactTextString(m) } func (*CreateOfflineProfileRequest) ProtoMessage() {} func (*CreateOfflineProfileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_profiler_7fa8c4ea33266c1c, []int{1} + return fileDescriptor_profiler_852d4daf34af2ab9, []int{1} } func (m *CreateOfflineProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateOfflineProfileRequest.Unmarshal(m, b) @@ -214,7 +214,7 @@ func (m *UpdateProfileRequest) Reset() { *m = UpdateProfileRequest{} } func (m *UpdateProfileRequest) String() string { return proto.CompactTextString(m) } func (*UpdateProfileRequest) ProtoMessage() {} func (*UpdateProfileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_profiler_7fa8c4ea33266c1c, []int{2} + return fileDescriptor_profiler_852d4daf34af2ab9, []int{2} } func (m *UpdateProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateProfileRequest.Unmarshal(m, b) @@ -281,7 +281,7 @@ func (m *Profile) Reset() { *m = Profile{} } func (m *Profile) String() string { return proto.CompactTextString(m) } func (*Profile) ProtoMessage() {} func (*Profile) Descriptor() ([]byte, []int) { - return fileDescriptor_profiler_7fa8c4ea33266c1c, []int{3} + return fileDescriptor_profiler_852d4daf34af2ab9, []int{3} } func (m *Profile) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Profile.Unmarshal(m, b) @@ -378,7 +378,7 @@ func (m *Deployment) Reset() { *m = Deployment{} } func (m *Deployment) String() string { return proto.CompactTextString(m) } func (*Deployment) ProtoMessage() {} func (*Deployment) Descriptor() ([]byte, []int) { - return fileDescriptor_profiler_7fa8c4ea33266c1c, []int{4} + return fileDescriptor_profiler_852d4daf34af2ab9, []int{4} } func (m *Deployment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Deployment.Unmarshal(m, b) @@ -609,10 +609,10 @@ var _ProfilerService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/cloudprofiler/v2/profiler.proto", fileDescriptor_profiler_7fa8c4ea33266c1c) + proto.RegisterFile("google/devtools/cloudprofiler/v2/profiler.proto", fileDescriptor_profiler_852d4daf34af2ab9) } -var fileDescriptor_profiler_7fa8c4ea33266c1c = []byte{ +var fileDescriptor_profiler_852d4daf34af2ab9 = []byte{ // 786 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x5f, 0x6f, 0xda, 0x56, 0x14, 0xdf, 0xc5, 0x04, 0xc2, 0x71, 0xc8, 0xac, 0xab, 0x68, 0x62, 0x2c, 0xdb, 0x2c, 0x4f, 0x93, diff --git a/googleapis/devtools/cloudtrace/v1/trace.pb.go b/googleapis/devtools/cloudtrace/v1/trace.pb.go index 994ade55c7..0f5afcf8de 100644 --- a/googleapis/devtools/cloudtrace/v1/trace.pb.go +++ b/googleapis/devtools/cloudtrace/v1/trace.pb.go @@ -56,7 +56,7 @@ func (x TraceSpan_SpanKind) String() string { return proto.EnumName(TraceSpan_SpanKind_name, int32(x)) } func (TraceSpan_SpanKind) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_trace_759fc07af084f4c0, []int{2, 0} + return fileDescriptor_trace_6c7185ebccf38983, []int{2, 0} } // Type of data returned for traces in the list. @@ -94,7 +94,7 @@ func (x ListTracesRequest_ViewType) String() string { return proto.EnumName(ListTracesRequest_ViewType_name, int32(x)) } func (ListTracesRequest_ViewType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_trace_759fc07af084f4c0, []int{3, 0} + return fileDescriptor_trace_6c7185ebccf38983, []int{3, 0} } // A trace describes how long it takes for an application to perform an @@ -117,7 +117,7 @@ func (m *Trace) Reset() { *m = Trace{} } func (m *Trace) String() string { return proto.CompactTextString(m) } func (*Trace) ProtoMessage() {} func (*Trace) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_759fc07af084f4c0, []int{0} + return fileDescriptor_trace_6c7185ebccf38983, []int{0} } func (m *Trace) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Trace.Unmarshal(m, b) @@ -171,7 +171,7 @@ func (m *Traces) Reset() { *m = Traces{} } func (m *Traces) String() string { return proto.CompactTextString(m) } func (*Traces) ProtoMessage() {} func (*Traces) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_759fc07af084f4c0, []int{1} + return fileDescriptor_trace_6c7185ebccf38983, []int{1} } func (m *Traces) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Traces.Unmarshal(m, b) @@ -270,7 +270,7 @@ func (m *TraceSpan) Reset() { *m = TraceSpan{} } func (m *TraceSpan) String() string { return proto.CompactTextString(m) } func (*TraceSpan) ProtoMessage() {} func (*TraceSpan) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_759fc07af084f4c0, []int{2} + return fileDescriptor_trace_6c7185ebccf38983, []int{2} } func (m *TraceSpan) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TraceSpan.Unmarshal(m, b) @@ -414,7 +414,7 @@ func (m *ListTracesRequest) Reset() { *m = ListTracesRequest{} } func (m *ListTracesRequest) String() string { return proto.CompactTextString(m) } func (*ListTracesRequest) ProtoMessage() {} func (*ListTracesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_759fc07af084f4c0, []int{3} + return fileDescriptor_trace_6c7185ebccf38983, []int{3} } func (m *ListTracesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTracesRequest.Unmarshal(m, b) @@ -507,7 +507,7 @@ func (m *ListTracesResponse) Reset() { *m = ListTracesResponse{} } func (m *ListTracesResponse) String() string { return proto.CompactTextString(m) } func (*ListTracesResponse) ProtoMessage() {} func (*ListTracesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_759fc07af084f4c0, []int{4} + return fileDescriptor_trace_6c7185ebccf38983, []int{4} } func (m *ListTracesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTracesResponse.Unmarshal(m, b) @@ -556,7 +556,7 @@ func (m *GetTraceRequest) Reset() { *m = GetTraceRequest{} } func (m *GetTraceRequest) String() string { return proto.CompactTextString(m) } func (*GetTraceRequest) ProtoMessage() {} func (*GetTraceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_759fc07af084f4c0, []int{5} + return fileDescriptor_trace_6c7185ebccf38983, []int{5} } func (m *GetTraceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTraceRequest.Unmarshal(m, b) @@ -605,7 +605,7 @@ func (m *PatchTracesRequest) Reset() { *m = PatchTracesRequest{} } func (m *PatchTracesRequest) String() string { return proto.CompactTextString(m) } func (*PatchTracesRequest) ProtoMessage() {} func (*PatchTracesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_759fc07af084f4c0, []int{6} + return fileDescriptor_trace_6c7185ebccf38983, []int{6} } func (m *PatchTracesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PatchTracesRequest.Unmarshal(m, b) @@ -805,10 +805,10 @@ var _TraceService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/cloudtrace/v1/trace.proto", fileDescriptor_trace_759fc07af084f4c0) + proto.RegisterFile("google/devtools/cloudtrace/v1/trace.proto", fileDescriptor_trace_6c7185ebccf38983) } -var fileDescriptor_trace_759fc07af084f4c0 = []byte{ +var fileDescriptor_trace_6c7185ebccf38983 = []byte{ // 898 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xdd, 0x6e, 0x1b, 0x45, 0x14, 0x66, 0xed, 0x78, 0x6d, 0x1f, 0x87, 0xd4, 0x8c, 0x68, 0x71, 0x5d, 0x2a, 0xc2, 0xaa, 0x20, diff --git a/googleapis/devtools/cloudtrace/v2/trace.pb.go b/googleapis/devtools/cloudtrace/v2/trace.pb.go index 9e79ae7d43..0297ee9ad7 100644 --- a/googleapis/devtools/cloudtrace/v2/trace.pb.go +++ b/googleapis/devtools/cloudtrace/v2/trace.pb.go @@ -49,7 +49,7 @@ func (x Span_TimeEvent_MessageEvent_Type) String() string { return proto.EnumName(Span_TimeEvent_MessageEvent_Type_name, int32(x)) } func (Span_TimeEvent_MessageEvent_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_trace_3b0c20aef2ae619c, []int{0, 1, 1, 0} + return fileDescriptor_trace_717f3961302e3ac6, []int{0, 1, 1, 0} } // The relationship of the current span relative to the linked span: child, @@ -80,7 +80,7 @@ func (x Span_Link_Type) String() string { return proto.EnumName(Span_Link_Type_name, int32(x)) } func (Span_Link_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_trace_3b0c20aef2ae619c, []int{0, 3, 0} + return fileDescriptor_trace_717f3961302e3ac6, []int{0, 3, 0} } // A span represents a single operation within a trace. Spans can be @@ -150,7 +150,7 @@ func (m *Span) Reset() { *m = Span{} } func (m *Span) String() string { return proto.CompactTextString(m) } func (*Span) ProtoMessage() {} func (*Span) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_3b0c20aef2ae619c, []int{0} + return fileDescriptor_trace_717f3961302e3ac6, []int{0} } func (m *Span) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Span.Unmarshal(m, b) @@ -285,7 +285,7 @@ func (m *Span_Attributes) Reset() { *m = Span_Attributes{} } func (m *Span_Attributes) String() string { return proto.CompactTextString(m) } func (*Span_Attributes) ProtoMessage() {} func (*Span_Attributes) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_3b0c20aef2ae619c, []int{0, 0} + return fileDescriptor_trace_717f3961302e3ac6, []int{0, 0} } func (m *Span_Attributes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Span_Attributes.Unmarshal(m, b) @@ -339,7 +339,7 @@ func (m *Span_TimeEvent) Reset() { *m = Span_TimeEvent{} } func (m *Span_TimeEvent) String() string { return proto.CompactTextString(m) } func (*Span_TimeEvent) ProtoMessage() {} func (*Span_TimeEvent) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_3b0c20aef2ae619c, []int{0, 1} + return fileDescriptor_trace_717f3961302e3ac6, []int{0, 1} } func (m *Span_TimeEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Span_TimeEvent.Unmarshal(m, b) @@ -494,7 +494,7 @@ func (m *Span_TimeEvent_Annotation) Reset() { *m = Span_TimeEvent_Annota func (m *Span_TimeEvent_Annotation) String() string { return proto.CompactTextString(m) } func (*Span_TimeEvent_Annotation) ProtoMessage() {} func (*Span_TimeEvent_Annotation) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_3b0c20aef2ae619c, []int{0, 1, 0} + return fileDescriptor_trace_717f3961302e3ac6, []int{0, 1, 0} } func (m *Span_TimeEvent_Annotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Span_TimeEvent_Annotation.Unmarshal(m, b) @@ -551,7 +551,7 @@ func (m *Span_TimeEvent_MessageEvent) Reset() { *m = Span_TimeEvent_Mess func (m *Span_TimeEvent_MessageEvent) String() string { return proto.CompactTextString(m) } func (*Span_TimeEvent_MessageEvent) ProtoMessage() {} func (*Span_TimeEvent_MessageEvent) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_3b0c20aef2ae619c, []int{0, 1, 1} + return fileDescriptor_trace_717f3961302e3ac6, []int{0, 1, 1} } func (m *Span_TimeEvent_MessageEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Span_TimeEvent_MessageEvent.Unmarshal(m, b) @@ -620,7 +620,7 @@ func (m *Span_TimeEvents) Reset() { *m = Span_TimeEvents{} } func (m *Span_TimeEvents) String() string { return proto.CompactTextString(m) } func (*Span_TimeEvents) ProtoMessage() {} func (*Span_TimeEvents) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_3b0c20aef2ae619c, []int{0, 2} + return fileDescriptor_trace_717f3961302e3ac6, []int{0, 2} } func (m *Span_TimeEvents) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Span_TimeEvents.Unmarshal(m, b) @@ -684,7 +684,7 @@ func (m *Span_Link) Reset() { *m = Span_Link{} } func (m *Span_Link) String() string { return proto.CompactTextString(m) } func (*Span_Link) ProtoMessage() {} func (*Span_Link) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_3b0c20aef2ae619c, []int{0, 3} + return fileDescriptor_trace_717f3961302e3ac6, []int{0, 3} } func (m *Span_Link) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Span_Link.Unmarshal(m, b) @@ -749,7 +749,7 @@ func (m *Span_Links) Reset() { *m = Span_Links{} } func (m *Span_Links) String() string { return proto.CompactTextString(m) } func (*Span_Links) ProtoMessage() {} func (*Span_Links) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_3b0c20aef2ae619c, []int{0, 4} + return fileDescriptor_trace_717f3961302e3ac6, []int{0, 4} } func (m *Span_Links) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Span_Links.Unmarshal(m, b) @@ -801,7 +801,7 @@ func (m *AttributeValue) Reset() { *m = AttributeValue{} } func (m *AttributeValue) String() string { return proto.CompactTextString(m) } func (*AttributeValue) ProtoMessage() {} func (*AttributeValue) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_3b0c20aef2ae619c, []int{1} + return fileDescriptor_trace_717f3961302e3ac6, []int{1} } func (m *AttributeValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AttributeValue.Unmarshal(m, b) @@ -981,7 +981,7 @@ func (m *StackTrace) Reset() { *m = StackTrace{} } func (m *StackTrace) String() string { return proto.CompactTextString(m) } func (*StackTrace) ProtoMessage() {} func (*StackTrace) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_3b0c20aef2ae619c, []int{2} + return fileDescriptor_trace_717f3961302e3ac6, []int{2} } func (m *StackTrace) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StackTrace.Unmarshal(m, b) @@ -1045,7 +1045,7 @@ func (m *StackTrace_StackFrame) Reset() { *m = StackTrace_StackFrame{} } func (m *StackTrace_StackFrame) String() string { return proto.CompactTextString(m) } func (*StackTrace_StackFrame) ProtoMessage() {} func (*StackTrace_StackFrame) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_3b0c20aef2ae619c, []int{2, 0} + return fileDescriptor_trace_717f3961302e3ac6, []int{2, 0} } func (m *StackTrace_StackFrame) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StackTrace_StackFrame.Unmarshal(m, b) @@ -1131,7 +1131,7 @@ func (m *StackTrace_StackFrames) Reset() { *m = StackTrace_StackFrames{} func (m *StackTrace_StackFrames) String() string { return proto.CompactTextString(m) } func (*StackTrace_StackFrames) ProtoMessage() {} func (*StackTrace_StackFrames) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_3b0c20aef2ae619c, []int{2, 1} + return fileDescriptor_trace_717f3961302e3ac6, []int{2, 1} } func (m *StackTrace_StackFrames) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StackTrace_StackFrames.Unmarshal(m, b) @@ -1182,7 +1182,7 @@ func (m *Module) Reset() { *m = Module{} } func (m *Module) String() string { return proto.CompactTextString(m) } func (*Module) ProtoMessage() {} func (*Module) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_3b0c20aef2ae619c, []int{3} + return fileDescriptor_trace_717f3961302e3ac6, []int{3} } func (m *Module) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Module.Unmarshal(m, b) @@ -1238,7 +1238,7 @@ func (m *TruncatableString) Reset() { *m = TruncatableString{} } func (m *TruncatableString) String() string { return proto.CompactTextString(m) } func (*TruncatableString) ProtoMessage() {} func (*TruncatableString) Descriptor() ([]byte, []int) { - return fileDescriptor_trace_3b0c20aef2ae619c, []int{4} + return fileDescriptor_trace_717f3961302e3ac6, []int{4} } func (m *TruncatableString) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TruncatableString.Unmarshal(m, b) @@ -1293,10 +1293,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/cloudtrace/v2/trace.proto", fileDescriptor_trace_3b0c20aef2ae619c) + proto.RegisterFile("google/devtools/cloudtrace/v2/trace.proto", fileDescriptor_trace_717f3961302e3ac6) } -var fileDescriptor_trace_3b0c20aef2ae619c = []byte{ +var fileDescriptor_trace_717f3961302e3ac6 = []byte{ // 1425 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x57, 0x4b, 0x6f, 0xdb, 0xc6, 0x16, 0x36, 0xf5, 0xd6, 0x91, 0x6c, 0xc8, 0x13, 0x3b, 0x56, 0x94, 0xe4, 0x26, 0xd7, 0xf7, 0x16, diff --git a/googleapis/devtools/cloudtrace/v2/tracing.pb.go b/googleapis/devtools/cloudtrace/v2/tracing.pb.go index 6fe2b44ccb..d88229bb9a 100644 --- a/googleapis/devtools/cloudtrace/v2/tracing.pb.go +++ b/googleapis/devtools/cloudtrace/v2/tracing.pb.go @@ -43,7 +43,7 @@ func (m *BatchWriteSpansRequest) Reset() { *m = BatchWriteSpansRequest{} func (m *BatchWriteSpansRequest) String() string { return proto.CompactTextString(m) } func (*BatchWriteSpansRequest) ProtoMessage() {} func (*BatchWriteSpansRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_tracing_b9cda2b913ee5eaf, []int{0} + return fileDescriptor_tracing_25bea29412890bc4, []int{0} } func (m *BatchWriteSpansRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchWriteSpansRequest.Unmarshal(m, b) @@ -193,10 +193,10 @@ var _TraceService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/cloudtrace/v2/tracing.proto", fileDescriptor_tracing_b9cda2b913ee5eaf) + proto.RegisterFile("google/devtools/cloudtrace/v2/tracing.proto", fileDescriptor_tracing_25bea29412890bc4) } -var fileDescriptor_tracing_b9cda2b913ee5eaf = []byte{ +var fileDescriptor_tracing_25bea29412890bc4 = []byte{ // 404 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xdd, 0x6a, 0xdb, 0x30, 0x14, 0x46, 0xde, 0x0f, 0x4c, 0x1b, 0x0c, 0x04, 0x0b, 0xc1, 0xdb, 0x58, 0xe6, 0x0d, 0x96, 0x64, diff --git a/googleapis/devtools/containeranalysis/v1/containeranalysis.pb.go b/googleapis/devtools/containeranalysis/v1/containeranalysis.pb.go index f6707f4b01..e65489366c 100644 --- a/googleapis/devtools/containeranalysis/v1/containeranalysis.pb.go +++ b/googleapis/devtools/containeranalysis/v1/containeranalysis.pb.go @@ -211,10 +211,10 @@ var _ContainerAnalysis_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1/containeranalysis.proto", fileDescriptor_containeranalysis_50dd09dafa8381b2) + proto.RegisterFile("google/devtools/containeranalysis/v1/containeranalysis.proto", fileDescriptor_containeranalysis_21b725fe07df89a8) } -var fileDescriptor_containeranalysis_50dd09dafa8381b2 = []byte{ +var fileDescriptor_containeranalysis_21b725fe07df89a8 = []byte{ // 393 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x93, 0x4f, 0x6a, 0xdb, 0x40, 0x14, 0xc6, 0x91, 0x4b, 0xbb, 0x10, 0xdd, 0x54, 0xd0, 0x8d, 0x28, 0x35, 0x88, 0x2e, 0x5a, 0x2f, diff --git a/googleapis/devtools/containeranalysis/v1alpha1/bill_of_materials.pb.go b/googleapis/devtools/containeranalysis/v1alpha1/bill_of_materials.pb.go index 4442673ed8..45c8a65fb0 100644 --- a/googleapis/devtools/containeranalysis/v1alpha1/bill_of_materials.pb.go +++ b/googleapis/devtools/containeranalysis/v1alpha1/bill_of_materials.pb.go @@ -46,7 +46,7 @@ func (x PackageManager_Architecture) String() string { return proto.EnumName(PackageManager_Architecture_name, int32(x)) } func (PackageManager_Architecture) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bill_of_materials_10c894bf33ab3baa, []int{0, 0} + return fileDescriptor_bill_of_materials_5994c0bb5dadb2f3, []int{0, 0} } // PackageManager provides metadata about available / installed packages. @@ -60,7 +60,7 @@ func (m *PackageManager) Reset() { *m = PackageManager{} } func (m *PackageManager) String() string { return proto.CompactTextString(m) } func (*PackageManager) ProtoMessage() {} func (*PackageManager) Descriptor() ([]byte, []int) { - return fileDescriptor_bill_of_materials_10c894bf33ab3baa, []int{0} + return fileDescriptor_bill_of_materials_5994c0bb5dadb2f3, []int{0} } func (m *PackageManager) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageManager.Unmarshal(m, b) @@ -107,7 +107,7 @@ func (m *PackageManager_Distribution) Reset() { *m = PackageManager_Dist func (m *PackageManager_Distribution) String() string { return proto.CompactTextString(m) } func (*PackageManager_Distribution) ProtoMessage() {} func (*PackageManager_Distribution) Descriptor() ([]byte, []int) { - return fileDescriptor_bill_of_materials_10c894bf33ab3baa, []int{0, 0} + return fileDescriptor_bill_of_materials_5994c0bb5dadb2f3, []int{0, 0} } func (m *PackageManager_Distribution) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageManager_Distribution.Unmarshal(m, b) @@ -189,7 +189,7 @@ func (m *PackageManager_Location) Reset() { *m = PackageManager_Location func (m *PackageManager_Location) String() string { return proto.CompactTextString(m) } func (*PackageManager_Location) ProtoMessage() {} func (*PackageManager_Location) Descriptor() ([]byte, []int) { - return fileDescriptor_bill_of_materials_10c894bf33ab3baa, []int{0, 1} + return fileDescriptor_bill_of_materials_5994c0bb5dadb2f3, []int{0, 1} } func (m *PackageManager_Location) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageManager_Location.Unmarshal(m, b) @@ -247,7 +247,7 @@ func (m *PackageManager_Package) Reset() { *m = PackageManager_Package{} func (m *PackageManager_Package) String() string { return proto.CompactTextString(m) } func (*PackageManager_Package) ProtoMessage() {} func (*PackageManager_Package) Descriptor() ([]byte, []int) { - return fileDescriptor_bill_of_materials_10c894bf33ab3baa, []int{0, 2} + return fileDescriptor_bill_of_materials_5994c0bb5dadb2f3, []int{0, 2} } func (m *PackageManager_Package) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageManager_Package.Unmarshal(m, b) @@ -298,7 +298,7 @@ func (m *PackageManager_Installation) Reset() { *m = PackageManager_Inst func (m *PackageManager_Installation) String() string { return proto.CompactTextString(m) } func (*PackageManager_Installation) ProtoMessage() {} func (*PackageManager_Installation) Descriptor() ([]byte, []int) { - return fileDescriptor_bill_of_materials_10c894bf33ab3baa, []int{0, 3} + return fileDescriptor_bill_of_materials_5994c0bb5dadb2f3, []int{0, 3} } func (m *PackageManager_Installation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageManager_Installation.Unmarshal(m, b) @@ -342,10 +342,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1alpha1/bill_of_materials.proto", fileDescriptor_bill_of_materials_10c894bf33ab3baa) + proto.RegisterFile("google/devtools/containeranalysis/v1alpha1/bill_of_materials.proto", fileDescriptor_bill_of_materials_5994c0bb5dadb2f3) } -var fileDescriptor_bill_of_materials_10c894bf33ab3baa = []byte{ +var fileDescriptor_bill_of_materials_5994c0bb5dadb2f3 = []byte{ // 522 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x93, 0xd1, 0x8a, 0xd3, 0x4e, 0x14, 0xc6, 0xff, 0x49, 0x97, 0x76, 0xf7, 0xb4, 0xff, 0x52, 0xe6, 0xc6, 0x10, 0x16, 0x29, 0x0b, diff --git a/googleapis/devtools/containeranalysis/v1alpha1/containeranalysis.pb.go b/googleapis/devtools/containeranalysis/v1alpha1/containeranalysis.pb.go index 5323e27b47..7a30d6dc0b 100644 --- a/googleapis/devtools/containeranalysis/v1alpha1/containeranalysis.pb.go +++ b/googleapis/devtools/containeranalysis/v1alpha1/containeranalysis.pb.go @@ -79,7 +79,7 @@ func (x Note_Kind) String() string { return proto.EnumName(Note_Kind_name, int32(x)) } func (Note_Kind) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{2, 0} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{2, 0} } // Types of platforms. @@ -113,7 +113,7 @@ func (x Deployable_Deployment_Platform) String() string { return proto.EnumName(Deployable_Deployment_Platform_name, int32(x)) } func (Deployable_Deployment_Platform) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{3, 0, 0} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{3, 0, 0} } // Analysis status for a resource. @@ -156,7 +156,7 @@ func (x Discovery_Discovered_AnalysisStatus) String() string { return proto.EnumName(Discovery_Discovered_AnalysisStatus_name, int32(x)) } func (Discovery_Discovered_AnalysisStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{4, 0, 0} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{4, 0, 0} } // Public key formats @@ -186,7 +186,7 @@ func (x BuildSignature_KeyType) String() string { return proto.EnumName(BuildSignature_KeyType_name, int32(x)) } func (BuildSignature_KeyType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{6, 0} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{6, 0} } // Type (for example schema) of the attestation payload that was signed. @@ -215,7 +215,7 @@ func (x PgpSignedAttestation_ContentType) String() string { return proto.EnumName(PgpSignedAttestation_ContentType_name, int32(x)) } func (PgpSignedAttestation_ContentType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{7, 0} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{7, 0} } // `Occurrence` includes information about analysis occurrences for an image. @@ -262,7 +262,7 @@ func (m *Occurrence) Reset() { *m = Occurrence{} } func (m *Occurrence) String() string { return proto.CompactTextString(m) } func (*Occurrence) ProtoMessage() {} func (*Occurrence) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{0} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{0} } func (m *Occurrence) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Occurrence.Unmarshal(m, b) @@ -627,7 +627,7 @@ func (m *Resource) Reset() { *m = Resource{} } func (m *Resource) String() string { return proto.CompactTextString(m) } func (*Resource) ProtoMessage() {} func (*Resource) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{1} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{1} } func (m *Resource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Resource.Unmarshal(m, b) @@ -710,7 +710,7 @@ func (m *Note) Reset() { *m = Note{} } func (m *Note) String() string { return proto.CompactTextString(m) } func (*Note) ProtoMessage() {} func (*Note) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{2} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{2} } func (m *Note) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Note.Unmarshal(m, b) @@ -1072,7 +1072,7 @@ func (m *Note_RelatedUrl) Reset() { *m = Note_RelatedUrl{} } func (m *Note_RelatedUrl) String() string { return proto.CompactTextString(m) } func (*Note_RelatedUrl) ProtoMessage() {} func (*Note_RelatedUrl) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{2, 0} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{2, 0} } func (m *Note_RelatedUrl) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Note_RelatedUrl.Unmarshal(m, b) @@ -1119,7 +1119,7 @@ func (m *Deployable) Reset() { *m = Deployable{} } func (m *Deployable) String() string { return proto.CompactTextString(m) } func (*Deployable) ProtoMessage() {} func (*Deployable) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{3} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{3} } func (m *Deployable) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Deployable.Unmarshal(m, b) @@ -1172,7 +1172,7 @@ func (m *Deployable_Deployment) Reset() { *m = Deployable_Deployment{} } func (m *Deployable_Deployment) String() string { return proto.CompactTextString(m) } func (*Deployable_Deployment) ProtoMessage() {} func (*Deployable_Deployment) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{3, 0} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{3, 0} } func (m *Deployable_Deployment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Deployable_Deployment.Unmarshal(m, b) @@ -1258,7 +1258,7 @@ func (m *Discovery) Reset() { *m = Discovery{} } func (m *Discovery) String() string { return proto.CompactTextString(m) } func (*Discovery) ProtoMessage() {} func (*Discovery) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{4} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{4} } func (m *Discovery) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Discovery.Unmarshal(m, b) @@ -1304,7 +1304,7 @@ func (m *Discovery_Discovered) Reset() { *m = Discovery_Discovered{} } func (m *Discovery_Discovered) String() string { return proto.CompactTextString(m) } func (*Discovery_Discovered) ProtoMessage() {} func (*Discovery_Discovered) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{4, 0} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{4, 0} } func (m *Discovery_Discovered) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Discovery_Discovered.Unmarshal(m, b) @@ -1362,7 +1362,7 @@ func (m *BuildType) Reset() { *m = BuildType{} } func (m *BuildType) String() string { return proto.CompactTextString(m) } func (*BuildType) ProtoMessage() {} func (*BuildType) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{5} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{5} } func (m *BuildType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildType.Unmarshal(m, b) @@ -1431,7 +1431,7 @@ func (m *BuildSignature) Reset() { *m = BuildSignature{} } func (m *BuildSignature) String() string { return proto.CompactTextString(m) } func (*BuildSignature) ProtoMessage() {} func (*BuildSignature) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{6} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{6} } func (m *BuildSignature) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildSignature.Unmarshal(m, b) @@ -1519,7 +1519,7 @@ func (m *PgpSignedAttestation) Reset() { *m = PgpSignedAttestation{} } func (m *PgpSignedAttestation) String() string { return proto.CompactTextString(m) } func (*PgpSignedAttestation) ProtoMessage() {} func (*PgpSignedAttestation) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{7} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{7} } func (m *PgpSignedAttestation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PgpSignedAttestation.Unmarshal(m, b) @@ -1647,7 +1647,7 @@ func (m *AttestationAuthority) Reset() { *m = AttestationAuthority{} } func (m *AttestationAuthority) String() string { return proto.CompactTextString(m) } func (*AttestationAuthority) ProtoMessage() {} func (*AttestationAuthority) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{8} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{8} } func (m *AttestationAuthority) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AttestationAuthority.Unmarshal(m, b) @@ -1697,7 +1697,7 @@ func (m *AttestationAuthority_AttestationAuthorityHint) String() string { } func (*AttestationAuthority_AttestationAuthorityHint) ProtoMessage() {} func (*AttestationAuthority_AttestationAuthorityHint) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{8, 0} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{8, 0} } func (m *AttestationAuthority_AttestationAuthorityHint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AttestationAuthority_AttestationAuthorityHint.Unmarshal(m, b) @@ -1749,7 +1749,7 @@ func (m *AttestationAuthority_Attestation) Reset() { *m = AttestationAut func (m *AttestationAuthority_Attestation) String() string { return proto.CompactTextString(m) } func (*AttestationAuthority_Attestation) ProtoMessage() {} func (*AttestationAuthority_Attestation) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{8, 1} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{8, 1} } func (m *AttestationAuthority_Attestation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AttestationAuthority_Attestation.Unmarshal(m, b) @@ -1874,7 +1874,7 @@ func (m *BuildDetails) Reset() { *m = BuildDetails{} } func (m *BuildDetails) String() string { return proto.CompactTextString(m) } func (*BuildDetails) ProtoMessage() {} func (*BuildDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{9} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{9} } func (m *BuildDetails) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildDetails.Unmarshal(m, b) @@ -1926,7 +1926,7 @@ func (m *ScanConfig) Reset() { *m = ScanConfig{} } func (m *ScanConfig) String() string { return proto.CompactTextString(m) } func (*ScanConfig) ProtoMessage() {} func (*ScanConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{10} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{10} } func (m *ScanConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ScanConfig.Unmarshal(m, b) @@ -1981,7 +1981,7 @@ func (m *GetOccurrenceRequest) Reset() { *m = GetOccurrenceRequest{} } func (m *GetOccurrenceRequest) String() string { return proto.CompactTextString(m) } func (*GetOccurrenceRequest) ProtoMessage() {} func (*GetOccurrenceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{11} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{11} } func (m *GetOccurrenceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetOccurrenceRequest.Unmarshal(m, b) @@ -2033,7 +2033,7 @@ func (m *ListOccurrencesRequest) Reset() { *m = ListOccurrencesRequest{} func (m *ListOccurrencesRequest) String() string { return proto.CompactTextString(m) } func (*ListOccurrencesRequest) ProtoMessage() {} func (*ListOccurrencesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{12} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{12} } func (m *ListOccurrencesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListOccurrencesRequest.Unmarshal(m, b) @@ -2112,7 +2112,7 @@ func (m *ListOccurrencesResponse) Reset() { *m = ListOccurrencesResponse func (m *ListOccurrencesResponse) String() string { return proto.CompactTextString(m) } func (*ListOccurrencesResponse) ProtoMessage() {} func (*ListOccurrencesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{13} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{13} } func (m *ListOccurrencesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListOccurrencesResponse.Unmarshal(m, b) @@ -2160,7 +2160,7 @@ func (m *DeleteOccurrenceRequest) Reset() { *m = DeleteOccurrenceRequest func (m *DeleteOccurrenceRequest) String() string { return proto.CompactTextString(m) } func (*DeleteOccurrenceRequest) ProtoMessage() {} func (*DeleteOccurrenceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{14} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{14} } func (m *DeleteOccurrenceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteOccurrenceRequest.Unmarshal(m, b) @@ -2205,7 +2205,7 @@ func (m *CreateOccurrenceRequest) Reset() { *m = CreateOccurrenceRequest func (m *CreateOccurrenceRequest) String() string { return proto.CompactTextString(m) } func (*CreateOccurrenceRequest) ProtoMessage() {} func (*CreateOccurrenceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{15} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{15} } func (m *CreateOccurrenceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateOccurrenceRequest.Unmarshal(m, b) @@ -2264,7 +2264,7 @@ func (m *UpdateOccurrenceRequest) Reset() { *m = UpdateOccurrenceRequest func (m *UpdateOccurrenceRequest) String() string { return proto.CompactTextString(m) } func (*UpdateOccurrenceRequest) ProtoMessage() {} func (*UpdateOccurrenceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{16} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{16} } func (m *UpdateOccurrenceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateOccurrenceRequest.Unmarshal(m, b) @@ -2319,7 +2319,7 @@ func (m *GetNoteRequest) Reset() { *m = GetNoteRequest{} } func (m *GetNoteRequest) String() string { return proto.CompactTextString(m) } func (*GetNoteRequest) ProtoMessage() {} func (*GetNoteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{17} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{17} } func (m *GetNoteRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetNoteRequest.Unmarshal(m, b) @@ -2360,7 +2360,7 @@ func (m *GetOccurrenceNoteRequest) Reset() { *m = GetOccurrenceNoteReque func (m *GetOccurrenceNoteRequest) String() string { return proto.CompactTextString(m) } func (*GetOccurrenceNoteRequest) ProtoMessage() {} func (*GetOccurrenceNoteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{18} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{18} } func (m *GetOccurrenceNoteRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetOccurrenceNoteRequest.Unmarshal(m, b) @@ -2410,7 +2410,7 @@ func (m *ListNotesRequest) Reset() { *m = ListNotesRequest{} } func (m *ListNotesRequest) String() string { return proto.CompactTextString(m) } func (*ListNotesRequest) ProtoMessage() {} func (*ListNotesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{19} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{19} } func (m *ListNotesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNotesRequest.Unmarshal(m, b) @@ -2481,7 +2481,7 @@ func (m *ListNotesResponse) Reset() { *m = ListNotesResponse{} } func (m *ListNotesResponse) String() string { return proto.CompactTextString(m) } func (*ListNotesResponse) ProtoMessage() {} func (*ListNotesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{20} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{20} } func (m *ListNotesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNotesResponse.Unmarshal(m, b) @@ -2529,7 +2529,7 @@ func (m *DeleteNoteRequest) Reset() { *m = DeleteNoteRequest{} } func (m *DeleteNoteRequest) String() string { return proto.CompactTextString(m) } func (*DeleteNoteRequest) ProtoMessage() {} func (*DeleteNoteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{21} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{21} } func (m *DeleteNoteRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteNoteRequest.Unmarshal(m, b) @@ -2578,7 +2578,7 @@ func (m *CreateNoteRequest) Reset() { *m = CreateNoteRequest{} } func (m *CreateNoteRequest) String() string { return proto.CompactTextString(m) } func (*CreateNoteRequest) ProtoMessage() {} func (*CreateNoteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{22} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{22} } func (m *CreateNoteRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateNoteRequest.Unmarshal(m, b) @@ -2644,7 +2644,7 @@ func (m *UpdateNoteRequest) Reset() { *m = UpdateNoteRequest{} } func (m *UpdateNoteRequest) String() string { return proto.CompactTextString(m) } func (*UpdateNoteRequest) ProtoMessage() {} func (*UpdateNoteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{23} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{23} } func (m *UpdateNoteRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateNoteRequest.Unmarshal(m, b) @@ -2705,7 +2705,7 @@ func (m *ListNoteOccurrencesRequest) Reset() { *m = ListNoteOccurrencesR func (m *ListNoteOccurrencesRequest) String() string { return proto.CompactTextString(m) } func (*ListNoteOccurrencesRequest) ProtoMessage() {} func (*ListNoteOccurrencesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{24} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{24} } func (m *ListNoteOccurrencesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNoteOccurrencesRequest.Unmarshal(m, b) @@ -2768,7 +2768,7 @@ func (m *ListNoteOccurrencesResponse) Reset() { *m = ListNoteOccurrences func (m *ListNoteOccurrencesResponse) String() string { return proto.CompactTextString(m) } func (*ListNoteOccurrencesResponse) ProtoMessage() {} func (*ListNoteOccurrencesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{25} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{25} } func (m *ListNoteOccurrencesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNoteOccurrencesResponse.Unmarshal(m, b) @@ -2819,7 +2819,7 @@ func (m *CreateOperationRequest) Reset() { *m = CreateOperationRequest{} func (m *CreateOperationRequest) String() string { return proto.CompactTextString(m) } func (*CreateOperationRequest) ProtoMessage() {} func (*CreateOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{26} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{26} } func (m *CreateOperationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateOperationRequest.Unmarshal(m, b) @@ -2877,7 +2877,7 @@ func (m *UpdateOperationRequest) Reset() { *m = UpdateOperationRequest{} func (m *UpdateOperationRequest) String() string { return proto.CompactTextString(m) } func (*UpdateOperationRequest) ProtoMessage() {} func (*UpdateOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{27} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{27} } func (m *UpdateOperationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateOperationRequest.Unmarshal(m, b) @@ -2934,7 +2934,7 @@ func (m *OperationMetadata) Reset() { *m = OperationMetadata{} } func (m *OperationMetadata) String() string { return proto.CompactTextString(m) } func (*OperationMetadata) ProtoMessage() {} func (*OperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{28} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{28} } func (m *OperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationMetadata.Unmarshal(m, b) @@ -2983,7 +2983,7 @@ func (m *GetVulnzOccurrencesSummaryRequest) Reset() { *m = GetVulnzOccur func (m *GetVulnzOccurrencesSummaryRequest) String() string { return proto.CompactTextString(m) } func (*GetVulnzOccurrencesSummaryRequest) ProtoMessage() {} func (*GetVulnzOccurrencesSummaryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{29} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{29} } func (m *GetVulnzOccurrencesSummaryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetVulnzOccurrencesSummaryRequest.Unmarshal(m, b) @@ -3032,7 +3032,7 @@ func (m *GetVulnzOccurrencesSummaryResponse) Reset() { *m = GetVulnzOccu func (m *GetVulnzOccurrencesSummaryResponse) String() string { return proto.CompactTextString(m) } func (*GetVulnzOccurrencesSummaryResponse) ProtoMessage() {} func (*GetVulnzOccurrencesSummaryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{30} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{30} } func (m *GetVulnzOccurrencesSummaryResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetVulnzOccurrencesSummaryResponse.Unmarshal(m, b) @@ -3078,7 +3078,7 @@ func (m *GetVulnzOccurrencesSummaryResponse_SeverityCount) String() string { } func (*GetVulnzOccurrencesSummaryResponse_SeverityCount) ProtoMessage() {} func (*GetVulnzOccurrencesSummaryResponse_SeverityCount) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{30, 0} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{30, 0} } func (m *GetVulnzOccurrencesSummaryResponse_SeverityCount) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetVulnzOccurrencesSummaryResponse_SeverityCount.Unmarshal(m, b) @@ -3127,7 +3127,7 @@ func (m *GetScanConfigRequest) Reset() { *m = GetScanConfigRequest{} } func (m *GetScanConfigRequest) String() string { return proto.CompactTextString(m) } func (*GetScanConfigRequest) ProtoMessage() {} func (*GetScanConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{31} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{31} } func (m *GetScanConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetScanConfigRequest.Unmarshal(m, b) @@ -3174,7 +3174,7 @@ func (m *ListScanConfigsRequest) Reset() { *m = ListScanConfigsRequest{} func (m *ListScanConfigsRequest) String() string { return proto.CompactTextString(m) } func (*ListScanConfigsRequest) ProtoMessage() {} func (*ListScanConfigsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{32} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{32} } func (m *ListScanConfigsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListScanConfigsRequest.Unmarshal(m, b) @@ -3237,7 +3237,7 @@ func (m *ListScanConfigsResponse) Reset() { *m = ListScanConfigsResponse func (m *ListScanConfigsResponse) String() string { return proto.CompactTextString(m) } func (*ListScanConfigsResponse) ProtoMessage() {} func (*ListScanConfigsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{33} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{33} } func (m *ListScanConfigsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListScanConfigsResponse.Unmarshal(m, b) @@ -3289,7 +3289,7 @@ func (m *UpdateScanConfigRequest) Reset() { *m = UpdateScanConfigRequest func (m *UpdateScanConfigRequest) String() string { return proto.CompactTextString(m) } func (*UpdateScanConfigRequest) ProtoMessage() {} func (*UpdateScanConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_7302a99efbbe81f1, []int{34} + return fileDescriptor_containeranalysis_a487a8754ddd6778, []int{34} } func (m *UpdateScanConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateScanConfigRequest.Unmarshal(m, b) @@ -4222,10 +4222,10 @@ var _ContainerAnalysis_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1alpha1/containeranalysis.proto", fileDescriptor_containeranalysis_7302a99efbbe81f1) + proto.RegisterFile("google/devtools/containeranalysis/v1alpha1/containeranalysis.proto", fileDescriptor_containeranalysis_a487a8754ddd6778) } -var fileDescriptor_containeranalysis_7302a99efbbe81f1 = []byte{ +var fileDescriptor_containeranalysis_a487a8754ddd6778 = []byte{ // 3256 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5b, 0xdb, 0x6f, 0x23, 0x57, 0x19, 0xdf, 0xc9, 0xd5, 0xfe, 0x9c, 0x8b, 0x73, 0x36, 0xbb, 0xeb, 0x7a, 0x7b, 0x49, 0xa7, 0x94, diff --git a/googleapis/devtools/containeranalysis/v1alpha1/image_basis.pb.go b/googleapis/devtools/containeranalysis/v1alpha1/image_basis.pb.go index 72bbd59993..74247c0add 100644 --- a/googleapis/devtools/containeranalysis/v1alpha1/image_basis.pb.go +++ b/googleapis/devtools/containeranalysis/v1alpha1/image_basis.pb.go @@ -106,7 +106,7 @@ func (x DockerImage_Layer_Directive) String() string { return proto.EnumName(DockerImage_Layer_Directive_name, int32(x)) } func (DockerImage_Layer_Directive) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_basis_dd699757c3ae6d0c, []int{0, 0, 0} + return fileDescriptor_image_basis_d44a570647a88cb8, []int{0, 0, 0} } // DockerImage holds types defining base image notes @@ -121,7 +121,7 @@ func (m *DockerImage) Reset() { *m = DockerImage{} } func (m *DockerImage) String() string { return proto.CompactTextString(m) } func (*DockerImage) ProtoMessage() {} func (*DockerImage) Descriptor() ([]byte, []int) { - return fileDescriptor_image_basis_dd699757c3ae6d0c, []int{0} + return fileDescriptor_image_basis_d44a570647a88cb8, []int{0} } func (m *DockerImage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DockerImage.Unmarshal(m, b) @@ -156,7 +156,7 @@ func (m *DockerImage_Layer) Reset() { *m = DockerImage_Layer{} } func (m *DockerImage_Layer) String() string { return proto.CompactTextString(m) } func (*DockerImage_Layer) ProtoMessage() {} func (*DockerImage_Layer) Descriptor() ([]byte, []int) { - return fileDescriptor_image_basis_dd699757c3ae6d0c, []int{0, 0} + return fileDescriptor_image_basis_d44a570647a88cb8, []int{0, 0} } func (m *DockerImage_Layer) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DockerImage_Layer.Unmarshal(m, b) @@ -213,7 +213,7 @@ func (m *DockerImage_Fingerprint) Reset() { *m = DockerImage_Fingerprint func (m *DockerImage_Fingerprint) String() string { return proto.CompactTextString(m) } func (*DockerImage_Fingerprint) ProtoMessage() {} func (*DockerImage_Fingerprint) Descriptor() ([]byte, []int) { - return fileDescriptor_image_basis_dd699757c3ae6d0c, []int{0, 1} + return fileDescriptor_image_basis_d44a570647a88cb8, []int{0, 1} } func (m *DockerImage_Fingerprint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DockerImage_Fingerprint.Unmarshal(m, b) @@ -274,7 +274,7 @@ func (m *DockerImage_Basis) Reset() { *m = DockerImage_Basis{} } func (m *DockerImage_Basis) String() string { return proto.CompactTextString(m) } func (*DockerImage_Basis) ProtoMessage() {} func (*DockerImage_Basis) Descriptor() ([]byte, []int) { - return fileDescriptor_image_basis_dd699757c3ae6d0c, []int{0, 2} + return fileDescriptor_image_basis_d44a570647a88cb8, []int{0, 2} } func (m *DockerImage_Basis) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DockerImage_Basis.Unmarshal(m, b) @@ -333,7 +333,7 @@ func (m *DockerImage_Derived) Reset() { *m = DockerImage_Derived{} } func (m *DockerImage_Derived) String() string { return proto.CompactTextString(m) } func (*DockerImage_Derived) ProtoMessage() {} func (*DockerImage_Derived) Descriptor() ([]byte, []int) { - return fileDescriptor_image_basis_dd699757c3ae6d0c, []int{0, 3} + return fileDescriptor_image_basis_d44a570647a88cb8, []int{0, 3} } func (m *DockerImage_Derived) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DockerImage_Derived.Unmarshal(m, b) @@ -391,10 +391,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1alpha1/image_basis.proto", fileDescriptor_image_basis_dd699757c3ae6d0c) + proto.RegisterFile("google/devtools/containeranalysis/v1alpha1/image_basis.proto", fileDescriptor_image_basis_d44a570647a88cb8) } -var fileDescriptor_image_basis_dd699757c3ae6d0c = []byte{ +var fileDescriptor_image_basis_d44a570647a88cb8 = []byte{ // 627 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0xdf, 0x6e, 0xda, 0x30, 0x14, 0xc6, 0x17, 0x28, 0xd0, 0x9c, 0xf4, 0x8f, 0x6b, 0x69, 0x1a, 0x43, 0xbd, 0x60, 0x95, 0x26, diff --git a/googleapis/devtools/containeranalysis/v1alpha1/package_vulnerability.pb.go b/googleapis/devtools/containeranalysis/v1alpha1/package_vulnerability.pb.go index 479036d851..f419c5e186 100644 --- a/googleapis/devtools/containeranalysis/v1alpha1/package_vulnerability.pb.go +++ b/googleapis/devtools/containeranalysis/v1alpha1/package_vulnerability.pb.go @@ -58,7 +58,7 @@ func (x VulnerabilityType_Severity) String() string { return proto.EnumName(VulnerabilityType_Severity_name, int32(x)) } func (VulnerabilityType_Severity) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_package_vulnerability_51e0d089db6fffe5, []int{0, 0} + return fileDescriptor_package_vulnerability_c46b00c226fdd05b, []int{0, 0} } // Whether this is an ordinary package version or a @@ -91,7 +91,7 @@ func (x VulnerabilityType_Version_VersionKind) String() string { return proto.EnumName(VulnerabilityType_Version_VersionKind_name, int32(x)) } func (VulnerabilityType_Version_VersionKind) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_package_vulnerability_51e0d089db6fffe5, []int{0, 0, 0} + return fileDescriptor_package_vulnerability_c46b00c226fdd05b, []int{0, 0, 0} } // VulnerabilityType provides metadata about a security vulnerability. @@ -113,7 +113,7 @@ func (m *VulnerabilityType) Reset() { *m = VulnerabilityType{} } func (m *VulnerabilityType) String() string { return proto.CompactTextString(m) } func (*VulnerabilityType) ProtoMessage() {} func (*VulnerabilityType) Descriptor() ([]byte, []int) { - return fileDescriptor_package_vulnerability_51e0d089db6fffe5, []int{0} + return fileDescriptor_package_vulnerability_c46b00c226fdd05b, []int{0} } func (m *VulnerabilityType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VulnerabilityType.Unmarshal(m, b) @@ -178,7 +178,7 @@ func (m *VulnerabilityType_Version) Reset() { *m = VulnerabilityType_Ver func (m *VulnerabilityType_Version) String() string { return proto.CompactTextString(m) } func (*VulnerabilityType_Version) ProtoMessage() {} func (*VulnerabilityType_Version) Descriptor() ([]byte, []int) { - return fileDescriptor_package_vulnerability_51e0d089db6fffe5, []int{0, 0} + return fileDescriptor_package_vulnerability_c46b00c226fdd05b, []int{0, 0} } func (m *VulnerabilityType_Version) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VulnerabilityType_Version.Unmarshal(m, b) @@ -264,7 +264,7 @@ func (m *VulnerabilityType_Detail) Reset() { *m = VulnerabilityType_Deta func (m *VulnerabilityType_Detail) String() string { return proto.CompactTextString(m) } func (*VulnerabilityType_Detail) ProtoMessage() {} func (*VulnerabilityType_Detail) Descriptor() ([]byte, []int) { - return fileDescriptor_package_vulnerability_51e0d089db6fffe5, []int{0, 1} + return fileDescriptor_package_vulnerability_c46b00c226fdd05b, []int{0, 1} } func (m *VulnerabilityType_Detail) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VulnerabilityType_Detail.Unmarshal(m, b) @@ -373,7 +373,7 @@ func (m *VulnerabilityType_VulnerabilityDetails) Reset() { func (m *VulnerabilityType_VulnerabilityDetails) String() string { return proto.CompactTextString(m) } func (*VulnerabilityType_VulnerabilityDetails) ProtoMessage() {} func (*VulnerabilityType_VulnerabilityDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_package_vulnerability_51e0d089db6fffe5, []int{0, 2} + return fileDescriptor_package_vulnerability_c46b00c226fdd05b, []int{0, 2} } func (m *VulnerabilityType_VulnerabilityDetails) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VulnerabilityType_VulnerabilityDetails.Unmarshal(m, b) @@ -439,7 +439,7 @@ func (m *VulnerabilityType_PackageIssue) Reset() { *m = VulnerabilityTyp func (m *VulnerabilityType_PackageIssue) String() string { return proto.CompactTextString(m) } func (*VulnerabilityType_PackageIssue) ProtoMessage() {} func (*VulnerabilityType_PackageIssue) Descriptor() ([]byte, []int) { - return fileDescriptor_package_vulnerability_51e0d089db6fffe5, []int{0, 3} + return fileDescriptor_package_vulnerability_c46b00c226fdd05b, []int{0, 3} } func (m *VulnerabilityType_PackageIssue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VulnerabilityType_PackageIssue.Unmarshal(m, b) @@ -502,7 +502,7 @@ func (m *VulnerabilityType_VulnerabilityLocation) Reset() { func (m *VulnerabilityType_VulnerabilityLocation) String() string { return proto.CompactTextString(m) } func (*VulnerabilityType_VulnerabilityLocation) ProtoMessage() {} func (*VulnerabilityType_VulnerabilityLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_package_vulnerability_51e0d089db6fffe5, []int{0, 4} + return fileDescriptor_package_vulnerability_c46b00c226fdd05b, []int{0, 4} } func (m *VulnerabilityType_VulnerabilityLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VulnerabilityType_VulnerabilityLocation.Unmarshal(m, b) @@ -555,10 +555,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1alpha1/package_vulnerability.proto", fileDescriptor_package_vulnerability_51e0d089db6fffe5) + proto.RegisterFile("google/devtools/containeranalysis/v1alpha1/package_vulnerability.proto", fileDescriptor_package_vulnerability_c46b00c226fdd05b) } -var fileDescriptor_package_vulnerability_51e0d089db6fffe5 = []byte{ +var fileDescriptor_package_vulnerability_c46b00c226fdd05b = []byte{ // 769 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0xcf, 0x6e, 0xfa, 0x46, 0x10, 0xae, 0x8d, 0xc1, 0x30, 0x26, 0x91, 0xb3, 0xa2, 0xaa, 0x85, 0x5a, 0x95, 0xa6, 0xaa, 0x84, diff --git a/googleapis/devtools/containeranalysis/v1alpha1/provenance.pb.go b/googleapis/devtools/containeranalysis/v1alpha1/provenance.pb.go index ddbeb9bac2..a0153bda1e 100644 --- a/googleapis/devtools/containeranalysis/v1alpha1/provenance.pb.go +++ b/googleapis/devtools/containeranalysis/v1alpha1/provenance.pb.go @@ -43,7 +43,7 @@ func (x Hash_HashType) String() string { return proto.EnumName(Hash_HashType_name, int32(x)) } func (Hash_HashType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_provenance_d1f41f506e5a7af6, []int{3, 0} + return fileDescriptor_provenance_62a3806b713433e8, []int{3, 0} } // Provenance of a build. Contains all information needed to verify the full @@ -87,7 +87,7 @@ func (m *BuildProvenance) Reset() { *m = BuildProvenance{} } func (m *BuildProvenance) String() string { return proto.CompactTextString(m) } func (*BuildProvenance) ProtoMessage() {} func (*BuildProvenance) Descriptor() ([]byte, []int) { - return fileDescriptor_provenance_d1f41f506e5a7af6, []int{0} + return fileDescriptor_provenance_62a3806b713433e8, []int{0} } func (m *BuildProvenance) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildProvenance.Unmarshal(m, b) @@ -234,7 +234,7 @@ func (m *Source) Reset() { *m = Source{} } func (m *Source) String() string { return proto.CompactTextString(m) } func (*Source) ProtoMessage() {} func (*Source) Descriptor() ([]byte, []int) { - return fileDescriptor_provenance_d1f41f506e5a7af6, []int{1} + return fileDescriptor_provenance_62a3806b713433e8, []int{1} } func (m *Source) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Source.Unmarshal(m, b) @@ -407,7 +407,7 @@ func (m *FileHashes) Reset() { *m = FileHashes{} } func (m *FileHashes) String() string { return proto.CompactTextString(m) } func (*FileHashes) ProtoMessage() {} func (*FileHashes) Descriptor() ([]byte, []int) { - return fileDescriptor_provenance_d1f41f506e5a7af6, []int{2} + return fileDescriptor_provenance_62a3806b713433e8, []int{2} } func (m *FileHashes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FileHashes.Unmarshal(m, b) @@ -449,7 +449,7 @@ func (m *Hash) Reset() { *m = Hash{} } func (m *Hash) String() string { return proto.CompactTextString(m) } func (*Hash) ProtoMessage() {} func (*Hash) Descriptor() ([]byte, []int) { - return fileDescriptor_provenance_d1f41f506e5a7af6, []int{3} + return fileDescriptor_provenance_62a3806b713433e8, []int{3} } func (m *Hash) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Hash.Unmarshal(m, b) @@ -503,7 +503,7 @@ func (m *StorageSource) Reset() { *m = StorageSource{} } func (m *StorageSource) String() string { return proto.CompactTextString(m) } func (*StorageSource) ProtoMessage() {} func (*StorageSource) Descriptor() ([]byte, []int) { - return fileDescriptor_provenance_d1f41f506e5a7af6, []int{4} + return fileDescriptor_provenance_62a3806b713433e8, []int{4} } func (m *StorageSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StorageSource.Unmarshal(m, b) @@ -568,7 +568,7 @@ func (m *RepoSource) Reset() { *m = RepoSource{} } func (m *RepoSource) String() string { return proto.CompactTextString(m) } func (*RepoSource) ProtoMessage() {} func (*RepoSource) Descriptor() ([]byte, []int) { - return fileDescriptor_provenance_d1f41f506e5a7af6, []int{5} + return fileDescriptor_provenance_62a3806b713433e8, []int{5} } func (m *RepoSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RepoSource.Unmarshal(m, b) @@ -759,7 +759,7 @@ func (m *Command) Reset() { *m = Command{} } func (m *Command) String() string { return proto.CompactTextString(m) } func (*Command) ProtoMessage() {} func (*Command) Descriptor() ([]byte, []int) { - return fileDescriptor_provenance_d1f41f506e5a7af6, []int{6} + return fileDescriptor_provenance_62a3806b713433e8, []int{6} } func (m *Command) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Command.Unmarshal(m, b) @@ -853,7 +853,7 @@ func (m *Artifact) Reset() { *m = Artifact{} } func (m *Artifact) String() string { return proto.CompactTextString(m) } func (*Artifact) ProtoMessage() {} func (*Artifact) Descriptor() ([]byte, []int) { - return fileDescriptor_provenance_d1f41f506e5a7af6, []int{7} + return fileDescriptor_provenance_62a3806b713433e8, []int{7} } func (m *Artifact) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Artifact.Unmarshal(m, b) @@ -916,10 +916,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1alpha1/provenance.proto", fileDescriptor_provenance_d1f41f506e5a7af6) + proto.RegisterFile("google/devtools/containeranalysis/v1alpha1/provenance.proto", fileDescriptor_provenance_62a3806b713433e8) } -var fileDescriptor_provenance_d1f41f506e5a7af6 = []byte{ +var fileDescriptor_provenance_62a3806b713433e8 = []byte{ // 1026 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xdd, 0x6e, 0x1b, 0x45, 0x14, 0xee, 0xfa, 0x77, 0xf7, 0xb8, 0x71, 0x92, 0xa1, 0xc0, 0xe2, 0x52, 0x62, 0x2c, 0x21, 0x22, diff --git a/googleapis/devtools/containeranalysis/v1alpha1/source_context.pb.go b/googleapis/devtools/containeranalysis/v1alpha1/source_context.pb.go index 316fa1069f..96e051be76 100644 --- a/googleapis/devtools/containeranalysis/v1alpha1/source_context.pb.go +++ b/googleapis/devtools/containeranalysis/v1alpha1/source_context.pb.go @@ -51,7 +51,7 @@ func (x AliasContext_Kind) String() string { return proto.EnumName(AliasContext_Kind_name, int32(x)) } func (AliasContext_Kind) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_source_context_a4e23bd33436cf20, []int{1, 0} + return fileDescriptor_source_context_d60bdb3ee9072374, []int{1, 0} } // A SourceContext is a reference to a tree of files. A SourceContext together @@ -75,7 +75,7 @@ func (m *SourceContext) Reset() { *m = SourceContext{} } func (m *SourceContext) String() string { return proto.CompactTextString(m) } func (*SourceContext) ProtoMessage() {} func (*SourceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_a4e23bd33436cf20, []int{0} + return fileDescriptor_source_context_d60bdb3ee9072374, []int{0} } func (m *SourceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SourceContext.Unmarshal(m, b) @@ -260,7 +260,7 @@ func (m *AliasContext) Reset() { *m = AliasContext{} } func (m *AliasContext) String() string { return proto.CompactTextString(m) } func (*AliasContext) ProtoMessage() {} func (*AliasContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_a4e23bd33436cf20, []int{1} + return fileDescriptor_source_context_d60bdb3ee9072374, []int{1} } func (m *AliasContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AliasContext.Unmarshal(m, b) @@ -315,7 +315,7 @@ func (m *CloudRepoSourceContext) Reset() { *m = CloudRepoSourceContext{} func (m *CloudRepoSourceContext) String() string { return proto.CompactTextString(m) } func (*CloudRepoSourceContext) ProtoMessage() {} func (*CloudRepoSourceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_a4e23bd33436cf20, []int{2} + return fileDescriptor_source_context_d60bdb3ee9072374, []int{2} } func (m *CloudRepoSourceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CloudRepoSourceContext.Unmarshal(m, b) @@ -473,7 +473,7 @@ func (m *GerritSourceContext) Reset() { *m = GerritSourceContext{} } func (m *GerritSourceContext) String() string { return proto.CompactTextString(m) } func (*GerritSourceContext) ProtoMessage() {} func (*GerritSourceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_a4e23bd33436cf20, []int{3} + return fileDescriptor_source_context_d60bdb3ee9072374, []int{3} } func (m *GerritSourceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GerritSourceContext.Unmarshal(m, b) @@ -631,7 +631,7 @@ func (m *GitSourceContext) Reset() { *m = GitSourceContext{} } func (m *GitSourceContext) String() string { return proto.CompactTextString(m) } func (*GitSourceContext) ProtoMessage() {} func (*GitSourceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_a4e23bd33436cf20, []int{4} + return fileDescriptor_source_context_d60bdb3ee9072374, []int{4} } func (m *GitSourceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GitSourceContext.Unmarshal(m, b) @@ -683,7 +683,7 @@ func (m *RepoId) Reset() { *m = RepoId{} } func (m *RepoId) String() string { return proto.CompactTextString(m) } func (*RepoId) ProtoMessage() {} func (*RepoId) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_a4e23bd33436cf20, []int{5} + return fileDescriptor_source_context_d60bdb3ee9072374, []int{5} } func (m *RepoId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RepoId.Unmarshal(m, b) @@ -826,7 +826,7 @@ func (m *ProjectRepoId) Reset() { *m = ProjectRepoId{} } func (m *ProjectRepoId) String() string { return proto.CompactTextString(m) } func (*ProjectRepoId) ProtoMessage() {} func (*ProjectRepoId) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_a4e23bd33436cf20, []int{6} + return fileDescriptor_source_context_d60bdb3ee9072374, []int{6} } func (m *ProjectRepoId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectRepoId.Unmarshal(m, b) @@ -873,10 +873,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1alpha1/source_context.proto", fileDescriptor_source_context_a4e23bd33436cf20) + proto.RegisterFile("google/devtools/containeranalysis/v1alpha1/source_context.proto", fileDescriptor_source_context_d60bdb3ee9072374) } -var fileDescriptor_source_context_a4e23bd33436cf20 = []byte{ +var fileDescriptor_source_context_d60bdb3ee9072374 = []byte{ // 675 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x95, 0x5d, 0x4e, 0xdb, 0x4a, 0x14, 0xc7, 0xe3, 0x38, 0x24, 0xf8, 0x84, 0x70, 0xa3, 0xb9, 0xe8, 0x2a, 0x97, 0x7b, 0xab, 0x52, diff --git a/googleapis/devtools/containeranalysis/v1beta1/attestation/attestation.pb.go b/googleapis/devtools/containeranalysis/v1beta1/attestation/attestation.pb.go index 084ec3397a..206c4db45d 100644 --- a/googleapis/devtools/containeranalysis/v1beta1/attestation/attestation.pb.go +++ b/googleapis/devtools/containeranalysis/v1beta1/attestation/attestation.pb.go @@ -44,7 +44,7 @@ func (x PgpSignedAttestation_ContentType) String() string { return proto.EnumName(PgpSignedAttestation_ContentType_name, int32(x)) } func (PgpSignedAttestation_ContentType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_attestation_c9ed0362441a7a04, []int{0, 0} + return fileDescriptor_attestation_5f15fe591a16ad2d, []int{0, 0} } // An attestation wrapper with a PGP-compatible signature. This message only @@ -87,7 +87,7 @@ func (m *PgpSignedAttestation) Reset() { *m = PgpSignedAttestation{} } func (m *PgpSignedAttestation) String() string { return proto.CompactTextString(m) } func (*PgpSignedAttestation) ProtoMessage() {} func (*PgpSignedAttestation) Descriptor() ([]byte, []int) { - return fileDescriptor_attestation_c9ed0362441a7a04, []int{0} + return fileDescriptor_attestation_5f15fe591a16ad2d, []int{0} } func (m *PgpSignedAttestation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PgpSignedAttestation.Unmarshal(m, b) @@ -216,7 +216,7 @@ func (m *Authority) Reset() { *m = Authority{} } func (m *Authority) String() string { return proto.CompactTextString(m) } func (*Authority) ProtoMessage() {} func (*Authority) Descriptor() ([]byte, []int) { - return fileDescriptor_attestation_c9ed0362441a7a04, []int{1} + return fileDescriptor_attestation_5f15fe591a16ad2d, []int{1} } func (m *Authority) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Authority.Unmarshal(m, b) @@ -262,7 +262,7 @@ func (m *Authority_Hint) Reset() { *m = Authority_Hint{} } func (m *Authority_Hint) String() string { return proto.CompactTextString(m) } func (*Authority_Hint) ProtoMessage() {} func (*Authority_Hint) Descriptor() ([]byte, []int) { - return fileDescriptor_attestation_c9ed0362441a7a04, []int{1, 0} + return fileDescriptor_attestation_5f15fe591a16ad2d, []int{1, 0} } func (m *Authority_Hint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Authority_Hint.Unmarshal(m, b) @@ -302,7 +302,7 @@ func (m *Details) Reset() { *m = Details{} } func (m *Details) String() string { return proto.CompactTextString(m) } func (*Details) ProtoMessage() {} func (*Details) Descriptor() ([]byte, []int) { - return fileDescriptor_attestation_c9ed0362441a7a04, []int{2} + return fileDescriptor_attestation_5f15fe591a16ad2d, []int{2} } func (m *Details) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Details.Unmarshal(m, b) @@ -354,7 +354,7 @@ func (m *Attestation) Reset() { *m = Attestation{} } func (m *Attestation) String() string { return proto.CompactTextString(m) } func (*Attestation) ProtoMessage() {} func (*Attestation) Descriptor() ([]byte, []int) { - return fileDescriptor_attestation_c9ed0362441a7a04, []int{3} + return fileDescriptor_attestation_5f15fe591a16ad2d, []int{3} } func (m *Attestation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Attestation.Unmarshal(m, b) @@ -463,10 +463,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1beta1/attestation/attestation.proto", fileDescriptor_attestation_c9ed0362441a7a04) + proto.RegisterFile("google/devtools/containeranalysis/v1beta1/attestation/attestation.proto", fileDescriptor_attestation_5f15fe591a16ad2d) } -var fileDescriptor_attestation_c9ed0362441a7a04 = []byte{ +var fileDescriptor_attestation_5f15fe591a16ad2d = []byte{ // 452 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0x5d, 0x6f, 0xd3, 0x30, 0x14, 0x6d, 0xba, 0x69, 0xac, 0x37, 0x08, 0x8d, 0x6c, 0x82, 0x0a, 0xa6, 0x69, 0xca, 0x53, 0x25, diff --git a/googleapis/devtools/containeranalysis/v1beta1/build/build.pb.go b/googleapis/devtools/containeranalysis/v1beta1/build/build.pb.go index 060598b908..d99250b862 100644 --- a/googleapis/devtools/containeranalysis/v1beta1/build/build.pb.go +++ b/googleapis/devtools/containeranalysis/v1beta1/build/build.pb.go @@ -46,7 +46,7 @@ func (x BuildSignature_KeyType) String() string { return proto.EnumName(BuildSignature_KeyType_name, int32(x)) } func (BuildSignature_KeyType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_build_8d41081b7937a156, []int{1, 0} + return fileDescriptor_build_fc5a1b8d414ac9bd, []int{1, 0} } // Note holding the version of the provider's builder and the signature of the @@ -66,7 +66,7 @@ func (m *Build) Reset() { *m = Build{} } func (m *Build) String() string { return proto.CompactTextString(m) } func (*Build) ProtoMessage() {} func (*Build) Descriptor() ([]byte, []int) { - return fileDescriptor_build_8d41081b7937a156, []int{0} + return fileDescriptor_build_fc5a1b8d414ac9bd, []int{0} } func (m *Build) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Build.Unmarshal(m, b) @@ -136,7 +136,7 @@ func (m *BuildSignature) Reset() { *m = BuildSignature{} } func (m *BuildSignature) String() string { return proto.CompactTextString(m) } func (*BuildSignature) ProtoMessage() {} func (*BuildSignature) Descriptor() ([]byte, []int) { - return fileDescriptor_build_8d41081b7937a156, []int{1} + return fileDescriptor_build_fc5a1b8d414ac9bd, []int{1} } func (m *BuildSignature) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildSignature.Unmarshal(m, b) @@ -209,7 +209,7 @@ func (m *Details) Reset() { *m = Details{} } func (m *Details) String() string { return proto.CompactTextString(m) } func (*Details) ProtoMessage() {} func (*Details) Descriptor() ([]byte, []int) { - return fileDescriptor_build_8d41081b7937a156, []int{2} + return fileDescriptor_build_fc5a1b8d414ac9bd, []int{2} } func (m *Details) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Details.Unmarshal(m, b) @@ -251,10 +251,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1beta1/build/build.proto", fileDescriptor_build_8d41081b7937a156) + proto.RegisterFile("google/devtools/containeranalysis/v1beta1/build/build.proto", fileDescriptor_build_fc5a1b8d414ac9bd) } -var fileDescriptor_build_8d41081b7937a156 = []byte{ +var fileDescriptor_build_fc5a1b8d414ac9bd = []byte{ // 434 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0x4d, 0x6f, 0xd3, 0x40, 0x10, 0xc5, 0x29, 0x6d, 0x9a, 0x69, 0x95, 0x86, 0x15, 0x91, 0x2c, 0x04, 0x52, 0x14, 0x09, 0x11, diff --git a/googleapis/devtools/containeranalysis/v1beta1/common/common.pb.go b/googleapis/devtools/containeranalysis/v1beta1/common/common.pb.go index 8e666ff271..ea676c22c6 100644 --- a/googleapis/devtools/containeranalysis/v1beta1/common/common.pb.go +++ b/googleapis/devtools/containeranalysis/v1beta1/common/common.pb.go @@ -65,7 +65,7 @@ func (x NoteKind) String() string { return proto.EnumName(NoteKind_name, int32(x)) } func (NoteKind) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_bcbfdeee4a2611b3, []int{0} + return fileDescriptor_common_945c0ba544e58d51, []int{0} } // Metadata for any related URL information. @@ -83,7 +83,7 @@ func (m *RelatedUrl) Reset() { *m = RelatedUrl{} } func (m *RelatedUrl) String() string { return proto.CompactTextString(m) } func (*RelatedUrl) ProtoMessage() {} func (*RelatedUrl) Descriptor() ([]byte, []int) { - return fileDescriptor_common_bcbfdeee4a2611b3, []int{0} + return fileDescriptor_common_945c0ba544e58d51, []int{0} } func (m *RelatedUrl) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RelatedUrl.Unmarshal(m, b) @@ -123,10 +123,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1beta1/common/common.proto", fileDescriptor_common_bcbfdeee4a2611b3) + proto.RegisterFile("google/devtools/containeranalysis/v1beta1/common/common.proto", fileDescriptor_common_945c0ba544e58d51) } -var fileDescriptor_common_bcbfdeee4a2611b3 = []byte{ +var fileDescriptor_common_945c0ba544e58d51 = []byte{ // 322 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0x41, 0x6b, 0xea, 0x40, 0x14, 0x85, 0x5f, 0xf4, 0xa9, 0xcf, 0x2b, 0x3e, 0xa7, 0x43, 0x0b, 0xba, 0x2b, 0x5d, 0x95, 0x2e, diff --git a/googleapis/devtools/containeranalysis/v1beta1/containeranalysis.pb.go b/googleapis/devtools/containeranalysis/v1beta1/containeranalysis.pb.go index b069465ba0..0429cb2346 100644 --- a/googleapis/devtools/containeranalysis/v1beta1/containeranalysis.pb.go +++ b/googleapis/devtools/containeranalysis/v1beta1/containeranalysis.pb.go @@ -51,7 +51,7 @@ func (m *ScanConfig) Reset() { *m = ScanConfig{} } func (m *ScanConfig) String() string { return proto.CompactTextString(m) } func (*ScanConfig) ProtoMessage() {} func (*ScanConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_e7bcdac093bac0a8, []int{0} + return fileDescriptor_containeranalysis_0620917dfaf828c6, []int{0} } func (m *ScanConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ScanConfig.Unmarshal(m, b) @@ -120,7 +120,7 @@ func (m *GetScanConfigRequest) Reset() { *m = GetScanConfigRequest{} } func (m *GetScanConfigRequest) String() string { return proto.CompactTextString(m) } func (*GetScanConfigRequest) ProtoMessage() {} func (*GetScanConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_e7bcdac093bac0a8, []int{1} + return fileDescriptor_containeranalysis_0620917dfaf828c6, []int{1} } func (m *GetScanConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetScanConfigRequest.Unmarshal(m, b) @@ -167,7 +167,7 @@ func (m *ListScanConfigsRequest) Reset() { *m = ListScanConfigsRequest{} func (m *ListScanConfigsRequest) String() string { return proto.CompactTextString(m) } func (*ListScanConfigsRequest) ProtoMessage() {} func (*ListScanConfigsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_e7bcdac093bac0a8, []int{2} + return fileDescriptor_containeranalysis_0620917dfaf828c6, []int{2} } func (m *ListScanConfigsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListScanConfigsRequest.Unmarshal(m, b) @@ -232,7 +232,7 @@ func (m *ListScanConfigsResponse) Reset() { *m = ListScanConfigsResponse func (m *ListScanConfigsResponse) String() string { return proto.CompactTextString(m) } func (*ListScanConfigsResponse) ProtoMessage() {} func (*ListScanConfigsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_e7bcdac093bac0a8, []int{3} + return fileDescriptor_containeranalysis_0620917dfaf828c6, []int{3} } func (m *ListScanConfigsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListScanConfigsResponse.Unmarshal(m, b) @@ -282,7 +282,7 @@ func (m *UpdateScanConfigRequest) Reset() { *m = UpdateScanConfigRequest func (m *UpdateScanConfigRequest) String() string { return proto.CompactTextString(m) } func (*UpdateScanConfigRequest) ProtoMessage() {} func (*UpdateScanConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_containeranalysis_e7bcdac093bac0a8, []int{4} + return fileDescriptor_containeranalysis_0620917dfaf828c6, []int{4} } func (m *UpdateScanConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateScanConfigRequest.Unmarshal(m, b) @@ -614,10 +614,10 @@ var _ContainerAnalysisV1Beta1_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1beta1/containeranalysis.proto", fileDescriptor_containeranalysis_e7bcdac093bac0a8) + proto.RegisterFile("google/devtools/containeranalysis/v1beta1/containeranalysis.proto", fileDescriptor_containeranalysis_0620917dfaf828c6) } -var fileDescriptor_containeranalysis_e7bcdac093bac0a8 = []byte{ +var fileDescriptor_containeranalysis_0620917dfaf828c6 = []byte{ // 766 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xcd, 0x4e, 0x1b, 0x49, 0x10, 0x56, 0xf3, 0xb7, 0xd0, 0x06, 0xb1, 0x6a, 0xed, 0x82, 0x35, 0xfb, 0x67, 0x8d, 0x56, 0x2b, diff --git a/googleapis/devtools/containeranalysis/v1beta1/deployment/deployment.pb.go b/googleapis/devtools/containeranalysis/v1beta1/deployment/deployment.pb.go index 9a5d12a848..a13836950e 100644 --- a/googleapis/devtools/containeranalysis/v1beta1/deployment/deployment.pb.go +++ b/googleapis/devtools/containeranalysis/v1beta1/deployment/deployment.pb.go @@ -50,7 +50,7 @@ func (x Deployment_Platform) String() string { return proto.EnumName(Deployment_Platform_name, int32(x)) } func (Deployment_Platform) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_deployment_4f8deb633d747a34, []int{2, 0} + return fileDescriptor_deployment_31a346de33a1fffc, []int{2, 0} } // An artifact that can be deployed in some runtime. @@ -66,7 +66,7 @@ func (m *Deployable) Reset() { *m = Deployable{} } func (m *Deployable) String() string { return proto.CompactTextString(m) } func (*Deployable) ProtoMessage() {} func (*Deployable) Descriptor() ([]byte, []int) { - return fileDescriptor_deployment_4f8deb633d747a34, []int{0} + return fileDescriptor_deployment_31a346de33a1fffc, []int{0} } func (m *Deployable) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Deployable.Unmarshal(m, b) @@ -106,7 +106,7 @@ func (m *Details) Reset() { *m = Details{} } func (m *Details) String() string { return proto.CompactTextString(m) } func (*Details) ProtoMessage() {} func (*Details) Descriptor() ([]byte, []int) { - return fileDescriptor_deployment_4f8deb633d747a34, []int{1} + return fileDescriptor_deployment_31a346de33a1fffc, []int{1} } func (m *Details) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Details.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *Deployment) Reset() { *m = Deployment{} } func (m *Deployment) String() string { return proto.CompactTextString(m) } func (*Deployment) ProtoMessage() {} func (*Deployment) Descriptor() ([]byte, []int) { - return fileDescriptor_deployment_4f8deb633d747a34, []int{2} + return fileDescriptor_deployment_31a346de33a1fffc, []int{2} } func (m *Deployment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Deployment.Unmarshal(m, b) @@ -236,10 +236,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1beta1/deployment/deployment.proto", fileDescriptor_deployment_4f8deb633d747a34) + proto.RegisterFile("google/devtools/containeranalysis/v1beta1/deployment/deployment.proto", fileDescriptor_deployment_31a346de33a1fffc) } -var fileDescriptor_deployment_4f8deb633d747a34 = []byte{ +var fileDescriptor_deployment_31a346de33a1fffc = []byte{ // 434 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0x4d, 0x6b, 0xdb, 0x40, 0x10, 0xad, 0xac, 0xd4, 0x1f, 0xe3, 0xb4, 0x98, 0xa5, 0x14, 0x61, 0x08, 0x75, 0x7d, 0x28, 0x3e, diff --git a/googleapis/devtools/containeranalysis/v1beta1/discovery/discovery.pb.go b/googleapis/devtools/containeranalysis/v1beta1/discovery/discovery.pb.go index b6a080c86e..1bef6fab9b 100644 --- a/googleapis/devtools/containeranalysis/v1beta1/discovery/discovery.pb.go +++ b/googleapis/devtools/containeranalysis/v1beta1/discovery/discovery.pb.go @@ -48,7 +48,7 @@ func (x Discovered_ContinuousAnalysis) String() string { return proto.EnumName(Discovered_ContinuousAnalysis_name, int32(x)) } func (Discovered_ContinuousAnalysis) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_discovery_0953645f1955a3d3, []int{2, 0} + return fileDescriptor_discovery_ce3fafdae1720c89, []int{2, 0} } // Analysis status for a resource. Currently for initial analysis only (not @@ -92,7 +92,7 @@ func (x Discovered_AnalysisStatus) String() string { return proto.EnumName(Discovered_AnalysisStatus_name, int32(x)) } func (Discovered_AnalysisStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_discovery_0953645f1955a3d3, []int{2, 1} + return fileDescriptor_discovery_ce3fafdae1720c89, []int{2, 1} } // A note that indicates a type of analysis a provider would perform. This note @@ -110,7 +110,7 @@ func (m *Discovery) Reset() { *m = Discovery{} } func (m *Discovery) String() string { return proto.CompactTextString(m) } func (*Discovery) ProtoMessage() {} func (*Discovery) Descriptor() ([]byte, []int) { - return fileDescriptor_discovery_0953645f1955a3d3, []int{0} + return fileDescriptor_discovery_ce3fafdae1720c89, []int{0} } func (m *Discovery) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Discovery.Unmarshal(m, b) @@ -150,7 +150,7 @@ func (m *Details) Reset() { *m = Details{} } func (m *Details) String() string { return proto.CompactTextString(m) } func (*Details) ProtoMessage() {} func (*Details) Descriptor() ([]byte, []int) { - return fileDescriptor_discovery_0953645f1955a3d3, []int{1} + return fileDescriptor_discovery_ce3fafdae1720c89, []int{1} } func (m *Details) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Details.Unmarshal(m, b) @@ -198,7 +198,7 @@ func (m *Discovered) Reset() { *m = Discovered{} } func (m *Discovered) String() string { return proto.CompactTextString(m) } func (*Discovered) ProtoMessage() {} func (*Discovered) Descriptor() ([]byte, []int) { - return fileDescriptor_discovery_0953645f1955a3d3, []int{2} + return fileDescriptor_discovery_ce3fafdae1720c89, []int{2} } func (m *Discovered) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Discovered.Unmarshal(m, b) @@ -255,10 +255,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1beta1/discovery/discovery.proto", fileDescriptor_discovery_0953645f1955a3d3) + proto.RegisterFile("google/devtools/containeranalysis/v1beta1/discovery/discovery.proto", fileDescriptor_discovery_ce3fafdae1720c89) } -var fileDescriptor_discovery_0953645f1955a3d3 = []byte{ +var fileDescriptor_discovery_ce3fafdae1720c89 = []byte{ // 541 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0xdf, 0x6a, 0xdb, 0x4c, 0x10, 0xc5, 0x3f, 0x39, 0xf9, 0x92, 0x76, 0x92, 0x3a, 0x62, 0x9d, 0x52, 0xc7, 0x2d, 0xb8, 0xb8, diff --git a/googleapis/devtools/containeranalysis/v1beta1/grafeas/grafeas.pb.go b/googleapis/devtools/containeranalysis/v1beta1/grafeas/grafeas.pb.go index 29502e0a18..1e7b53e778 100644 --- a/googleapis/devtools/containeranalysis/v1beta1/grafeas/grafeas.pb.go +++ b/googleapis/devtools/containeranalysis/v1beta1/grafeas/grafeas.pb.go @@ -77,7 +77,7 @@ func (m *Occurrence) Reset() { *m = Occurrence{} } func (m *Occurrence) String() string { return proto.CompactTextString(m) } func (*Occurrence) ProtoMessage() {} func (*Occurrence) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{0} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{0} } func (m *Occurrence) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Occurrence.Unmarshal(m, b) @@ -436,7 +436,7 @@ func (m *Resource) Reset() { *m = Resource{} } func (m *Resource) String() string { return proto.CompactTextString(m) } func (*Resource) ProtoMessage() {} func (*Resource) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{1} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{1} } func (m *Resource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Resource.Unmarshal(m, b) @@ -521,7 +521,7 @@ func (m *Note) Reset() { *m = Note{} } func (m *Note) String() string { return proto.CompactTextString(m) } func (*Note) ProtoMessage() {} func (*Note) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{2} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{2} } func (m *Note) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Note.Unmarshal(m, b) @@ -889,7 +889,7 @@ func (m *GetOccurrenceRequest) Reset() { *m = GetOccurrenceRequest{} } func (m *GetOccurrenceRequest) String() string { return proto.CompactTextString(m) } func (*GetOccurrenceRequest) ProtoMessage() {} func (*GetOccurrenceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{3} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{3} } func (m *GetOccurrenceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetOccurrenceRequest.Unmarshal(m, b) @@ -936,7 +936,7 @@ func (m *ListOccurrencesRequest) Reset() { *m = ListOccurrencesRequest{} func (m *ListOccurrencesRequest) String() string { return proto.CompactTextString(m) } func (*ListOccurrencesRequest) ProtoMessage() {} func (*ListOccurrencesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{4} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{4} } func (m *ListOccurrencesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListOccurrencesRequest.Unmarshal(m, b) @@ -1001,7 +1001,7 @@ func (m *ListOccurrencesResponse) Reset() { *m = ListOccurrencesResponse func (m *ListOccurrencesResponse) String() string { return proto.CompactTextString(m) } func (*ListOccurrencesResponse) ProtoMessage() {} func (*ListOccurrencesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{5} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{5} } func (m *ListOccurrencesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListOccurrencesResponse.Unmarshal(m, b) @@ -1049,7 +1049,7 @@ func (m *DeleteOccurrenceRequest) Reset() { *m = DeleteOccurrenceRequest func (m *DeleteOccurrenceRequest) String() string { return proto.CompactTextString(m) } func (*DeleteOccurrenceRequest) ProtoMessage() {} func (*DeleteOccurrenceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{6} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{6} } func (m *DeleteOccurrenceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteOccurrenceRequest.Unmarshal(m, b) @@ -1092,7 +1092,7 @@ func (m *CreateOccurrenceRequest) Reset() { *m = CreateOccurrenceRequest func (m *CreateOccurrenceRequest) String() string { return proto.CompactTextString(m) } func (*CreateOccurrenceRequest) ProtoMessage() {} func (*CreateOccurrenceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{7} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{7} } func (m *CreateOccurrenceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateOccurrenceRequest.Unmarshal(m, b) @@ -1144,7 +1144,7 @@ func (m *UpdateOccurrenceRequest) Reset() { *m = UpdateOccurrenceRequest func (m *UpdateOccurrenceRequest) String() string { return proto.CompactTextString(m) } func (*UpdateOccurrenceRequest) ProtoMessage() {} func (*UpdateOccurrenceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{8} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{8} } func (m *UpdateOccurrenceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateOccurrenceRequest.Unmarshal(m, b) @@ -1199,7 +1199,7 @@ func (m *GetNoteRequest) Reset() { *m = GetNoteRequest{} } func (m *GetNoteRequest) String() string { return proto.CompactTextString(m) } func (*GetNoteRequest) ProtoMessage() {} func (*GetNoteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{9} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{9} } func (m *GetNoteRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetNoteRequest.Unmarshal(m, b) @@ -1240,7 +1240,7 @@ func (m *GetOccurrenceNoteRequest) Reset() { *m = GetOccurrenceNoteReque func (m *GetOccurrenceNoteRequest) String() string { return proto.CompactTextString(m) } func (*GetOccurrenceNoteRequest) ProtoMessage() {} func (*GetOccurrenceNoteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{10} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{10} } func (m *GetOccurrenceNoteRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetOccurrenceNoteRequest.Unmarshal(m, b) @@ -1287,7 +1287,7 @@ func (m *ListNotesRequest) Reset() { *m = ListNotesRequest{} } func (m *ListNotesRequest) String() string { return proto.CompactTextString(m) } func (*ListNotesRequest) ProtoMessage() {} func (*ListNotesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{11} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{11} } func (m *ListNotesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNotesRequest.Unmarshal(m, b) @@ -1352,7 +1352,7 @@ func (m *ListNotesResponse) Reset() { *m = ListNotesResponse{} } func (m *ListNotesResponse) String() string { return proto.CompactTextString(m) } func (*ListNotesResponse) ProtoMessage() {} func (*ListNotesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{12} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{12} } func (m *ListNotesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNotesResponse.Unmarshal(m, b) @@ -1400,7 +1400,7 @@ func (m *DeleteNoteRequest) Reset() { *m = DeleteNoteRequest{} } func (m *DeleteNoteRequest) String() string { return proto.CompactTextString(m) } func (*DeleteNoteRequest) ProtoMessage() {} func (*DeleteNoteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{13} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{13} } func (m *DeleteNoteRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteNoteRequest.Unmarshal(m, b) @@ -1445,7 +1445,7 @@ func (m *CreateNoteRequest) Reset() { *m = CreateNoteRequest{} } func (m *CreateNoteRequest) String() string { return proto.CompactTextString(m) } func (*CreateNoteRequest) ProtoMessage() {} func (*CreateNoteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{14} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{14} } func (m *CreateNoteRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateNoteRequest.Unmarshal(m, b) @@ -1504,7 +1504,7 @@ func (m *UpdateNoteRequest) Reset() { *m = UpdateNoteRequest{} } func (m *UpdateNoteRequest) String() string { return proto.CompactTextString(m) } func (*UpdateNoteRequest) ProtoMessage() {} func (*UpdateNoteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{15} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{15} } func (m *UpdateNoteRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateNoteRequest.Unmarshal(m, b) @@ -1565,7 +1565,7 @@ func (m *ListNoteOccurrencesRequest) Reset() { *m = ListNoteOccurrencesR func (m *ListNoteOccurrencesRequest) String() string { return proto.CompactTextString(m) } func (*ListNoteOccurrencesRequest) ProtoMessage() {} func (*ListNoteOccurrencesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{16} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{16} } func (m *ListNoteOccurrencesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNoteOccurrencesRequest.Unmarshal(m, b) @@ -1628,7 +1628,7 @@ func (m *ListNoteOccurrencesResponse) Reset() { *m = ListNoteOccurrences func (m *ListNoteOccurrencesResponse) String() string { return proto.CompactTextString(m) } func (*ListNoteOccurrencesResponse) ProtoMessage() {} func (*ListNoteOccurrencesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{17} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{17} } func (m *ListNoteOccurrencesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNoteOccurrencesResponse.Unmarshal(m, b) @@ -1678,7 +1678,7 @@ func (m *BatchCreateNotesRequest) Reset() { *m = BatchCreateNotesRequest func (m *BatchCreateNotesRequest) String() string { return proto.CompactTextString(m) } func (*BatchCreateNotesRequest) ProtoMessage() {} func (*BatchCreateNotesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{18} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{18} } func (m *BatchCreateNotesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchCreateNotesRequest.Unmarshal(m, b) @@ -1725,7 +1725,7 @@ func (m *BatchCreateNotesResponse) Reset() { *m = BatchCreateNotesRespon func (m *BatchCreateNotesResponse) String() string { return proto.CompactTextString(m) } func (*BatchCreateNotesResponse) ProtoMessage() {} func (*BatchCreateNotesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{19} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{19} } func (m *BatchCreateNotesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchCreateNotesResponse.Unmarshal(m, b) @@ -1768,7 +1768,7 @@ func (m *BatchCreateOccurrencesRequest) Reset() { *m = BatchCreateOccurr func (m *BatchCreateOccurrencesRequest) String() string { return proto.CompactTextString(m) } func (*BatchCreateOccurrencesRequest) ProtoMessage() {} func (*BatchCreateOccurrencesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{20} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{20} } func (m *BatchCreateOccurrencesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchCreateOccurrencesRequest.Unmarshal(m, b) @@ -1815,7 +1815,7 @@ func (m *BatchCreateOccurrencesResponse) Reset() { *m = BatchCreateOccur func (m *BatchCreateOccurrencesResponse) String() string { return proto.CompactTextString(m) } func (*BatchCreateOccurrencesResponse) ProtoMessage() {} func (*BatchCreateOccurrencesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{21} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{21} } func (m *BatchCreateOccurrencesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchCreateOccurrencesResponse.Unmarshal(m, b) @@ -1860,7 +1860,7 @@ func (m *GetVulnerabilityOccurrencesSummaryRequest) Reset() { func (m *GetVulnerabilityOccurrencesSummaryRequest) String() string { return proto.CompactTextString(m) } func (*GetVulnerabilityOccurrencesSummaryRequest) ProtoMessage() {} func (*GetVulnerabilityOccurrencesSummaryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{22} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{22} } func (m *GetVulnerabilityOccurrencesSummaryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetVulnerabilityOccurrencesSummaryRequest.Unmarshal(m, b) @@ -1908,7 +1908,7 @@ func (m *VulnerabilityOccurrencesSummary) Reset() { *m = VulnerabilityOc func (m *VulnerabilityOccurrencesSummary) String() string { return proto.CompactTextString(m) } func (*VulnerabilityOccurrencesSummary) ProtoMessage() {} func (*VulnerabilityOccurrencesSummary) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{23} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{23} } func (m *VulnerabilityOccurrencesSummary) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VulnerabilityOccurrencesSummary.Unmarshal(m, b) @@ -1959,7 +1959,7 @@ func (m *VulnerabilityOccurrencesSummary_FixableTotalByDigest) String() string { } func (*VulnerabilityOccurrencesSummary_FixableTotalByDigest) ProtoMessage() {} func (*VulnerabilityOccurrencesSummary_FixableTotalByDigest) Descriptor() ([]byte, []int) { - return fileDescriptor_grafeas_9e6a98cb789573bd, []int{23, 0} + return fileDescriptor_grafeas_0102e4ff7bfb77b0, []int{23, 0} } func (m *VulnerabilityOccurrencesSummary_FixableTotalByDigest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VulnerabilityOccurrencesSummary_FixableTotalByDigest.Unmarshal(m, b) @@ -2611,10 +2611,10 @@ var _GrafeasV1Beta1_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1beta1/grafeas/grafeas.proto", fileDescriptor_grafeas_9e6a98cb789573bd) + proto.RegisterFile("google/devtools/containeranalysis/v1beta1/grafeas/grafeas.proto", fileDescriptor_grafeas_0102e4ff7bfb77b0) } -var fileDescriptor_grafeas_9e6a98cb789573bd = []byte{ +var fileDescriptor_grafeas_0102e4ff7bfb77b0 = []byte{ // 1920 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x59, 0xcd, 0x6f, 0x1b, 0xc7, 0x15, 0xf7, 0x52, 0x9f, 0x7c, 0xd4, 0x07, 0x35, 0x75, 0xac, 0x2d, 0x9d, 0xc4, 0xec, 0xc6, 0x75, diff --git a/googleapis/devtools/containeranalysis/v1beta1/image/image.pb.go b/googleapis/devtools/containeranalysis/v1beta1/image/image.pb.go index ec5ace7d53..f4d66ace2b 100644 --- a/googleapis/devtools/containeranalysis/v1beta1/image/image.pb.go +++ b/googleapis/devtools/containeranalysis/v1beta1/image/image.pb.go @@ -105,7 +105,7 @@ func (x Layer_Directive) String() string { return proto.EnumName(Layer_Directive_name, int32(x)) } func (Layer_Directive) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_image_7b7d3df7358e6057, []int{0, 0} + return fileDescriptor_image_c96c11ee6530869e, []int{0, 0} } // Layer holds metadata specific to a layer of a Docker image. @@ -123,7 +123,7 @@ func (m *Layer) Reset() { *m = Layer{} } func (m *Layer) String() string { return proto.CompactTextString(m) } func (*Layer) ProtoMessage() {} func (*Layer) Descriptor() ([]byte, []int) { - return fileDescriptor_image_7b7d3df7358e6057, []int{0} + return fileDescriptor_image_c96c11ee6530869e, []int{0} } func (m *Layer) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Layer.Unmarshal(m, b) @@ -177,7 +177,7 @@ func (m *Fingerprint) Reset() { *m = Fingerprint{} } func (m *Fingerprint) String() string { return proto.CompactTextString(m) } func (*Fingerprint) ProtoMessage() {} func (*Fingerprint) Descriptor() ([]byte, []int) { - return fileDescriptor_image_7b7d3df7358e6057, []int{1} + return fileDescriptor_image_c96c11ee6530869e, []int{1} } func (m *Fingerprint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Fingerprint.Unmarshal(m, b) @@ -238,7 +238,7 @@ func (m *Basis) Reset() { *m = Basis{} } func (m *Basis) String() string { return proto.CompactTextString(m) } func (*Basis) ProtoMessage() {} func (*Basis) Descriptor() ([]byte, []int) { - return fileDescriptor_image_7b7d3df7358e6057, []int{2} + return fileDescriptor_image_c96c11ee6530869e, []int{2} } func (m *Basis) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Basis.Unmarshal(m, b) @@ -285,7 +285,7 @@ func (m *Details) Reset() { *m = Details{} } func (m *Details) String() string { return proto.CompactTextString(m) } func (*Details) ProtoMessage() {} func (*Details) Descriptor() ([]byte, []int) { - return fileDescriptor_image_7b7d3df7358e6057, []int{3} + return fileDescriptor_image_c96c11ee6530869e, []int{3} } func (m *Details) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Details.Unmarshal(m, b) @@ -337,7 +337,7 @@ func (m *Derived) Reset() { *m = Derived{} } func (m *Derived) String() string { return proto.CompactTextString(m) } func (*Derived) ProtoMessage() {} func (*Derived) Descriptor() ([]byte, []int) { - return fileDescriptor_image_7b7d3df7358e6057, []int{4} + return fileDescriptor_image_c96c11ee6530869e, []int{4} } func (m *Derived) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Derived.Unmarshal(m, b) @@ -395,10 +395,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1beta1/image/image.proto", fileDescriptor_image_7b7d3df7358e6057) + proto.RegisterFile("google/devtools/containeranalysis/v1beta1/image/image.proto", fileDescriptor_image_c96c11ee6530869e) } -var fileDescriptor_image_7b7d3df7358e6057 = []byte{ +var fileDescriptor_image_c96c11ee6530869e = []byte{ // 613 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0xcf, 0x6e, 0xda, 0x40, 0x10, 0xc6, 0x6b, 0x08, 0x10, 0x8f, 0xf3, 0x67, 0xb3, 0x52, 0x54, 0x5a, 0x45, 0x15, 0xe5, 0x50, diff --git a/googleapis/devtools/containeranalysis/v1beta1/package/package.pb.go b/googleapis/devtools/containeranalysis/v1beta1/package/package.pb.go index 5a5f331553..a93f006b77 100644 --- a/googleapis/devtools/containeranalysis/v1beta1/package/package.pb.go +++ b/googleapis/devtools/containeranalysis/v1beta1/package/package.pb.go @@ -45,7 +45,7 @@ func (x Architecture) String() string { return proto.EnumName(Architecture_name, int32(x)) } func (Architecture) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_package_98e063c9654a5d86, []int{0} + return fileDescriptor_package_bb5c882585bb63a7, []int{0} } // Whether this is an ordinary package version or a sentinel MIN/MAX version. @@ -81,7 +81,7 @@ func (x Version_VersionKind) String() string { return proto.EnumName(Version_VersionKind_name, int32(x)) } func (Version_VersionKind) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_package_98e063c9654a5d86, []int{5, 0} + return fileDescriptor_package_bb5c882585bb63a7, []int{5, 0} } // This represents a particular channel of distribution for a given package. @@ -111,7 +111,7 @@ func (m *Distribution) Reset() { *m = Distribution{} } func (m *Distribution) String() string { return proto.CompactTextString(m) } func (*Distribution) ProtoMessage() {} func (*Distribution) Descriptor() ([]byte, []int) { - return fileDescriptor_package_98e063c9654a5d86, []int{0} + return fileDescriptor_package_bb5c882585bb63a7, []int{0} } func (m *Distribution) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Distribution.Unmarshal(m, b) @@ -192,7 +192,7 @@ func (m *Location) Reset() { *m = Location{} } func (m *Location) String() string { return proto.CompactTextString(m) } func (*Location) ProtoMessage() {} func (*Location) Descriptor() ([]byte, []int) { - return fileDescriptor_package_98e063c9654a5d86, []int{1} + return fileDescriptor_package_bb5c882585bb63a7, []int{1} } func (m *Location) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Location.Unmarshal(m, b) @@ -250,7 +250,7 @@ func (m *Package) Reset() { *m = Package{} } func (m *Package) String() string { return proto.CompactTextString(m) } func (*Package) ProtoMessage() {} func (*Package) Descriptor() ([]byte, []int) { - return fileDescriptor_package_98e063c9654a5d86, []int{2} + return fileDescriptor_package_bb5c882585bb63a7, []int{2} } func (m *Package) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Package.Unmarshal(m, b) @@ -297,7 +297,7 @@ func (m *Details) Reset() { *m = Details{} } func (m *Details) String() string { return proto.CompactTextString(m) } func (*Details) ProtoMessage() {} func (*Details) Descriptor() ([]byte, []int) { - return fileDescriptor_package_98e063c9654a5d86, []int{3} + return fileDescriptor_package_bb5c882585bb63a7, []int{3} } func (m *Details) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Details.Unmarshal(m, b) @@ -341,7 +341,7 @@ func (m *Installation) Reset() { *m = Installation{} } func (m *Installation) String() string { return proto.CompactTextString(m) } func (*Installation) ProtoMessage() {} func (*Installation) Descriptor() ([]byte, []int) { - return fileDescriptor_package_98e063c9654a5d86, []int{4} + return fileDescriptor_package_bb5c882585bb63a7, []int{4} } func (m *Installation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Installation.Unmarshal(m, b) @@ -395,7 +395,7 @@ func (m *Version) Reset() { *m = Version{} } func (m *Version) String() string { return proto.CompactTextString(m) } func (*Version) ProtoMessage() {} func (*Version) Descriptor() ([]byte, []int) { - return fileDescriptor_package_98e063c9654a5d86, []int{5} + return fileDescriptor_package_bb5c882585bb63a7, []int{5} } func (m *Version) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Version.Unmarshal(m, b) @@ -455,10 +455,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1beta1/package/package.proto", fileDescriptor_package_98e063c9654a5d86) + proto.RegisterFile("google/devtools/containeranalysis/v1beta1/package/package.proto", fileDescriptor_package_bb5c882585bb63a7) } -var fileDescriptor_package_98e063c9654a5d86 = []byte{ +var fileDescriptor_package_bb5c882585bb63a7 = []byte{ // 575 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xff, 0x6a, 0xd4, 0x40, 0x10, 0x36, 0x49, 0x7b, 0x69, 0xe7, 0xce, 0x12, 0x16, 0xb1, 0x41, 0x44, 0x62, 0x40, 0x38, 0x44, diff --git a/googleapis/devtools/containeranalysis/v1beta1/provenance/provenance.pb.go b/googleapis/devtools/containeranalysis/v1beta1/provenance/provenance.pb.go index dff5798097..84edf6a9ff 100644 --- a/googleapis/devtools/containeranalysis/v1beta1/provenance/provenance.pb.go +++ b/googleapis/devtools/containeranalysis/v1beta1/provenance/provenance.pb.go @@ -43,7 +43,7 @@ func (x Hash_HashType) String() string { return proto.EnumName(Hash_HashType_name, int32(x)) } func (Hash_HashType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_provenance_89c76b14d17662a9, []int{3, 0} + return fileDescriptor_provenance_4fd1fd2866d3bc11, []int{3, 0} } // Provenance of a build. Contains all information needed to verify the full @@ -87,7 +87,7 @@ func (m *BuildProvenance) Reset() { *m = BuildProvenance{} } func (m *BuildProvenance) String() string { return proto.CompactTextString(m) } func (*BuildProvenance) ProtoMessage() {} func (*BuildProvenance) Descriptor() ([]byte, []int) { - return fileDescriptor_provenance_89c76b14d17662a9, []int{0} + return fileDescriptor_provenance_4fd1fd2866d3bc11, []int{0} } func (m *BuildProvenance) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildProvenance.Unmarshal(m, b) @@ -228,7 +228,7 @@ func (m *Source) Reset() { *m = Source{} } func (m *Source) String() string { return proto.CompactTextString(m) } func (*Source) ProtoMessage() {} func (*Source) Descriptor() ([]byte, []int) { - return fileDescriptor_provenance_89c76b14d17662a9, []int{1} + return fileDescriptor_provenance_4fd1fd2866d3bc11, []int{1} } func (m *Source) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Source.Unmarshal(m, b) @@ -290,7 +290,7 @@ func (m *FileHashes) Reset() { *m = FileHashes{} } func (m *FileHashes) String() string { return proto.CompactTextString(m) } func (*FileHashes) ProtoMessage() {} func (*FileHashes) Descriptor() ([]byte, []int) { - return fileDescriptor_provenance_89c76b14d17662a9, []int{2} + return fileDescriptor_provenance_4fd1fd2866d3bc11, []int{2} } func (m *FileHashes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FileHashes.Unmarshal(m, b) @@ -332,7 +332,7 @@ func (m *Hash) Reset() { *m = Hash{} } func (m *Hash) String() string { return proto.CompactTextString(m) } func (*Hash) ProtoMessage() {} func (*Hash) Descriptor() ([]byte, []int) { - return fileDescriptor_provenance_89c76b14d17662a9, []int{3} + return fileDescriptor_provenance_4fd1fd2866d3bc11, []int{3} } func (m *Hash) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Hash.Unmarshal(m, b) @@ -392,7 +392,7 @@ func (m *Command) Reset() { *m = Command{} } func (m *Command) String() string { return proto.CompactTextString(m) } func (*Command) ProtoMessage() {} func (*Command) Descriptor() ([]byte, []int) { - return fileDescriptor_provenance_89c76b14d17662a9, []int{4} + return fileDescriptor_provenance_4fd1fd2866d3bc11, []int{4} } func (m *Command) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Command.Unmarshal(m, b) @@ -477,7 +477,7 @@ func (m *Artifact) Reset() { *m = Artifact{} } func (m *Artifact) String() string { return proto.CompactTextString(m) } func (*Artifact) ProtoMessage() {} func (*Artifact) Descriptor() ([]byte, []int) { - return fileDescriptor_provenance_89c76b14d17662a9, []int{5} + return fileDescriptor_provenance_4fd1fd2866d3bc11, []int{5} } func (m *Artifact) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Artifact.Unmarshal(m, b) @@ -531,10 +531,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1beta1/provenance/provenance.proto", fileDescriptor_provenance_89c76b14d17662a9) + proto.RegisterFile("google/devtools/containeranalysis/v1beta1/provenance/provenance.proto", fileDescriptor_provenance_4fd1fd2866d3bc11) } -var fileDescriptor_provenance_89c76b14d17662a9 = []byte{ +var fileDescriptor_provenance_4fd1fd2866d3bc11 = []byte{ // 848 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x55, 0x4b, 0x6f, 0x23, 0x45, 0x10, 0x66, 0xfc, 0x1c, 0x97, 0xb3, 0x49, 0xb6, 0x59, 0xa4, 0x8e, 0x51, 0x44, 0x64, 0x5e, 0xe1, diff --git a/googleapis/devtools/containeranalysis/v1beta1/source/source.pb.go b/googleapis/devtools/containeranalysis/v1beta1/source/source.pb.go index 98f8f53fae..b9acf23a98 100644 --- a/googleapis/devtools/containeranalysis/v1beta1/source/source.pb.go +++ b/googleapis/devtools/containeranalysis/v1beta1/source/source.pb.go @@ -50,7 +50,7 @@ func (x AliasContext_Kind) String() string { return proto.EnumName(AliasContext_Kind_name, int32(x)) } func (AliasContext_Kind) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_source_b7360f0d8c9ed1c8, []int{1, 0} + return fileDescriptor_source_41019e073d7a9204, []int{1, 0} } // A SourceContext is a reference to a tree of files. A SourceContext together @@ -74,7 +74,7 @@ func (m *SourceContext) Reset() { *m = SourceContext{} } func (m *SourceContext) String() string { return proto.CompactTextString(m) } func (*SourceContext) ProtoMessage() {} func (*SourceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_b7360f0d8c9ed1c8, []int{0} + return fileDescriptor_source_41019e073d7a9204, []int{0} } func (m *SourceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SourceContext.Unmarshal(m, b) @@ -259,7 +259,7 @@ func (m *AliasContext) Reset() { *m = AliasContext{} } func (m *AliasContext) String() string { return proto.CompactTextString(m) } func (*AliasContext) ProtoMessage() {} func (*AliasContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_b7360f0d8c9ed1c8, []int{1} + return fileDescriptor_source_41019e073d7a9204, []int{1} } func (m *AliasContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AliasContext.Unmarshal(m, b) @@ -314,7 +314,7 @@ func (m *CloudRepoSourceContext) Reset() { *m = CloudRepoSourceContext{} func (m *CloudRepoSourceContext) String() string { return proto.CompactTextString(m) } func (*CloudRepoSourceContext) ProtoMessage() {} func (*CloudRepoSourceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_b7360f0d8c9ed1c8, []int{2} + return fileDescriptor_source_41019e073d7a9204, []int{2} } func (m *CloudRepoSourceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CloudRepoSourceContext.Unmarshal(m, b) @@ -472,7 +472,7 @@ func (m *GerritSourceContext) Reset() { *m = GerritSourceContext{} } func (m *GerritSourceContext) String() string { return proto.CompactTextString(m) } func (*GerritSourceContext) ProtoMessage() {} func (*GerritSourceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_b7360f0d8c9ed1c8, []int{3} + return fileDescriptor_source_41019e073d7a9204, []int{3} } func (m *GerritSourceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GerritSourceContext.Unmarshal(m, b) @@ -629,7 +629,7 @@ func (m *GitSourceContext) Reset() { *m = GitSourceContext{} } func (m *GitSourceContext) String() string { return proto.CompactTextString(m) } func (*GitSourceContext) ProtoMessage() {} func (*GitSourceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_b7360f0d8c9ed1c8, []int{4} + return fileDescriptor_source_41019e073d7a9204, []int{4} } func (m *GitSourceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GitSourceContext.Unmarshal(m, b) @@ -681,7 +681,7 @@ func (m *RepoId) Reset() { *m = RepoId{} } func (m *RepoId) String() string { return proto.CompactTextString(m) } func (*RepoId) ProtoMessage() {} func (*RepoId) Descriptor() ([]byte, []int) { - return fileDescriptor_source_b7360f0d8c9ed1c8, []int{5} + return fileDescriptor_source_41019e073d7a9204, []int{5} } func (m *RepoId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RepoId.Unmarshal(m, b) @@ -824,7 +824,7 @@ func (m *ProjectRepoId) Reset() { *m = ProjectRepoId{} } func (m *ProjectRepoId) String() string { return proto.CompactTextString(m) } func (*ProjectRepoId) ProtoMessage() {} func (*ProjectRepoId) Descriptor() ([]byte, []int) { - return fileDescriptor_source_b7360f0d8c9ed1c8, []int{6} + return fileDescriptor_source_41019e073d7a9204, []int{6} } func (m *ProjectRepoId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectRepoId.Unmarshal(m, b) @@ -871,10 +871,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1beta1/source/source.proto", fileDescriptor_source_b7360f0d8c9ed1c8) + proto.RegisterFile("google/devtools/containeranalysis/v1beta1/source/source.proto", fileDescriptor_source_41019e073d7a9204) } -var fileDescriptor_source_b7360f0d8c9ed1c8 = []byte{ +var fileDescriptor_source_41019e073d7a9204 = []byte{ // 640 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xdd, 0x4e, 0xdb, 0x30, 0x18, 0x6d, 0xda, 0xd0, 0x92, 0xaf, 0x94, 0x45, 0x1e, 0x42, 0x65, 0xd3, 0x36, 0x16, 0x0d, 0x89, diff --git a/googleapis/devtools/containeranalysis/v1beta1/vulnerability/vulnerability.pb.go b/googleapis/devtools/containeranalysis/v1beta1/vulnerability/vulnerability.pb.go index 91d5d8a414..dc31bf47df 100644 --- a/googleapis/devtools/containeranalysis/v1beta1/vulnerability/vulnerability.pb.go +++ b/googleapis/devtools/containeranalysis/v1beta1/vulnerability/vulnerability.pb.go @@ -59,7 +59,7 @@ func (x Severity) String() string { return proto.EnumName(Severity_name, int32(x)) } func (Severity) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_vulnerability_5a011aacbff51ede, []int{0} + return fileDescriptor_vulnerability_de415cb4c75f5ae1, []int{0} } // Vulnerability provides metadata about a security vulnerability. @@ -81,7 +81,7 @@ func (m *Vulnerability) Reset() { *m = Vulnerability{} } func (m *Vulnerability) String() string { return proto.CompactTextString(m) } func (*Vulnerability) ProtoMessage() {} func (*Vulnerability) Descriptor() ([]byte, []int) { - return fileDescriptor_vulnerability_5a011aacbff51ede, []int{0} + return fileDescriptor_vulnerability_de415cb4c75f5ae1, []int{0} } func (m *Vulnerability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Vulnerability.Unmarshal(m, b) @@ -157,7 +157,7 @@ func (m *Vulnerability_Detail) Reset() { *m = Vulnerability_Detail{} } func (m *Vulnerability_Detail) String() string { return proto.CompactTextString(m) } func (*Vulnerability_Detail) ProtoMessage() {} func (*Vulnerability_Detail) Descriptor() ([]byte, []int) { - return fileDescriptor_vulnerability_5a011aacbff51ede, []int{0, 0} + return fileDescriptor_vulnerability_de415cb4c75f5ae1, []int{0, 0} } func (m *Vulnerability_Detail) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Vulnerability_Detail.Unmarshal(m, b) @@ -269,7 +269,7 @@ func (m *Details) Reset() { *m = Details{} } func (m *Details) String() string { return proto.CompactTextString(m) } func (*Details) ProtoMessage() {} func (*Details) Descriptor() ([]byte, []int) { - return fileDescriptor_vulnerability_5a011aacbff51ede, []int{1} + return fileDescriptor_vulnerability_de415cb4c75f5ae1, []int{1} } func (m *Details) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Details.Unmarshal(m, b) @@ -356,7 +356,7 @@ func (m *PackageIssue) Reset() { *m = PackageIssue{} } func (m *PackageIssue) String() string { return proto.CompactTextString(m) } func (*PackageIssue) ProtoMessage() {} func (*PackageIssue) Descriptor() ([]byte, []int) { - return fileDescriptor_vulnerability_5a011aacbff51ede, []int{2} + return fileDescriptor_vulnerability_de415cb4c75f5ae1, []int{2} } func (m *PackageIssue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageIssue.Unmarshal(m, b) @@ -415,7 +415,7 @@ func (m *VulnerabilityLocation) Reset() { *m = VulnerabilityLocation{} } func (m *VulnerabilityLocation) String() string { return proto.CompactTextString(m) } func (*VulnerabilityLocation) ProtoMessage() {} func (*VulnerabilityLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_vulnerability_5a011aacbff51ede, []int{3} + return fileDescriptor_vulnerability_de415cb4c75f5ae1, []int{3} } func (m *VulnerabilityLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VulnerabilityLocation.Unmarshal(m, b) @@ -466,10 +466,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/containeranalysis/v1beta1/vulnerability/vulnerability.proto", fileDescriptor_vulnerability_5a011aacbff51ede) + proto.RegisterFile("google/devtools/containeranalysis/v1beta1/vulnerability/vulnerability.proto", fileDescriptor_vulnerability_de415cb4c75f5ae1) } -var fileDescriptor_vulnerability_5a011aacbff51ede = []byte{ +var fileDescriptor_vulnerability_de415cb4c75f5ae1 = []byte{ // 727 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xdd, 0x6e, 0xda, 0x48, 0x14, 0x5e, 0x63, 0x82, 0xe1, 0x00, 0x59, 0x67, 0x94, 0xd5, 0x5a, 0x59, 0x45, 0xeb, 0x65, 0x2f, diff --git a/googleapis/devtools/remoteexecution/v1test/remote_execution.pb.go b/googleapis/devtools/remoteexecution/v1test/remote_execution.pb.go index d65f9b4b40..000ca7a352 100644 --- a/googleapis/devtools/remoteexecution/v1test/remote_execution.pb.go +++ b/googleapis/devtools/remoteexecution/v1test/remote_execution.pb.go @@ -61,7 +61,7 @@ func (x ExecuteOperationMetadata_Stage) String() string { return proto.EnumName(ExecuteOperationMetadata_Stage_name, int32(x)) } func (ExecuteOperationMetadata_Stage) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{14, 0} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{14, 0} } // An `Action` captures all the information about an execution which is required @@ -162,7 +162,7 @@ func (m *Action) Reset() { *m = Action{} } func (m *Action) String() string { return proto.CompactTextString(m) } func (*Action) ProtoMessage() {} func (*Action) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{0} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{0} } func (m *Action) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Action.Unmarshal(m, b) @@ -261,7 +261,7 @@ func (m *Command) Reset() { *m = Command{} } func (m *Command) String() string { return proto.CompactTextString(m) } func (*Command) ProtoMessage() {} func (*Command) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{1} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{1} } func (m *Command) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Command.Unmarshal(m, b) @@ -311,7 +311,7 @@ func (m *Command_EnvironmentVariable) Reset() { *m = Command_Environment func (m *Command_EnvironmentVariable) String() string { return proto.CompactTextString(m) } func (*Command_EnvironmentVariable) ProtoMessage() {} func (*Command_EnvironmentVariable) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{1, 0} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{1, 0} } func (m *Command_EnvironmentVariable) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Command_EnvironmentVariable.Unmarshal(m, b) @@ -368,7 +368,7 @@ func (m *Platform) Reset() { *m = Platform{} } func (m *Platform) String() string { return proto.CompactTextString(m) } func (*Platform) ProtoMessage() {} func (*Platform) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{2} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{2} } func (m *Platform) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Platform.Unmarshal(m, b) @@ -426,7 +426,7 @@ func (m *Platform_Property) Reset() { *m = Platform_Property{} } func (m *Platform_Property) String() string { return proto.CompactTextString(m) } func (*Platform_Property) ProtoMessage() {} func (*Platform_Property) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{2, 0} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{2, 0} } func (m *Platform_Property) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Platform_Property.Unmarshal(m, b) @@ -534,7 +534,7 @@ func (m *Directory) Reset() { *m = Directory{} } func (m *Directory) String() string { return proto.CompactTextString(m) } func (*Directory) ProtoMessage() {} func (*Directory) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{3} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{3} } func (m *Directory) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Directory.Unmarshal(m, b) @@ -585,7 +585,7 @@ func (m *FileNode) Reset() { *m = FileNode{} } func (m *FileNode) String() string { return proto.CompactTextString(m) } func (*FileNode) ProtoMessage() {} func (*FileNode) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{4} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{4} } func (m *FileNode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FileNode.Unmarshal(m, b) @@ -646,7 +646,7 @@ func (m *DirectoryNode) Reset() { *m = DirectoryNode{} } func (m *DirectoryNode) String() string { return proto.CompactTextString(m) } func (*DirectoryNode) ProtoMessage() {} func (*DirectoryNode) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{5} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{5} } func (m *DirectoryNode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DirectoryNode.Unmarshal(m, b) @@ -726,7 +726,7 @@ func (m *Digest) Reset() { *m = Digest{} } func (m *Digest) String() string { return proto.CompactTextString(m) } func (*Digest) ProtoMessage() {} func (*Digest) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{6} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{6} } func (m *Digest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Digest.Unmarshal(m, b) @@ -866,7 +866,7 @@ func (m *ActionResult) Reset() { *m = ActionResult{} } func (m *ActionResult) String() string { return proto.CompactTextString(m) } func (*ActionResult) ProtoMessage() {} func (*ActionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{7} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{7} } func (m *ActionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ActionResult.Unmarshal(m, b) @@ -970,7 +970,7 @@ func (m *OutputFile) Reset() { *m = OutputFile{} } func (m *OutputFile) String() string { return proto.CompactTextString(m) } func (*OutputFile) ProtoMessage() {} func (*OutputFile) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{8} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{8} } func (m *OutputFile) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OutputFile.Unmarshal(m, b) @@ -1038,7 +1038,7 @@ func (m *Tree) Reset() { *m = Tree{} } func (m *Tree) String() string { return proto.CompactTextString(m) } func (*Tree) ProtoMessage() {} func (*Tree) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{9} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{9} } func (m *Tree) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Tree.Unmarshal(m, b) @@ -1095,7 +1095,7 @@ func (m *OutputDirectory) Reset() { *m = OutputDirectory{} } func (m *OutputDirectory) String() string { return proto.CompactTextString(m) } func (*OutputDirectory) ProtoMessage() {} func (*OutputDirectory) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{10} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{10} } func (m *OutputDirectory) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OutputDirectory.Unmarshal(m, b) @@ -1166,7 +1166,7 @@ func (m *ExecuteRequest) Reset() { *m = ExecuteRequest{} } func (m *ExecuteRequest) String() string { return proto.CompactTextString(m) } func (*ExecuteRequest) ProtoMessage() {} func (*ExecuteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{11} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{11} } func (m *ExecuteRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecuteRequest.Unmarshal(m, b) @@ -1240,7 +1240,7 @@ func (m *LogFile) Reset() { *m = LogFile{} } func (m *LogFile) String() string { return proto.CompactTextString(m) } func (*LogFile) ProtoMessage() {} func (*LogFile) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{12} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{12} } func (m *LogFile) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogFile.Unmarshal(m, b) @@ -1312,7 +1312,7 @@ func (m *ExecuteResponse) Reset() { *m = ExecuteResponse{} } func (m *ExecuteResponse) String() string { return proto.CompactTextString(m) } func (*ExecuteResponse) ProtoMessage() {} func (*ExecuteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{13} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{13} } func (m *ExecuteResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecuteResponse.Unmarshal(m, b) @@ -1387,7 +1387,7 @@ func (m *ExecuteOperationMetadata) Reset() { *m = ExecuteOperationMetada func (m *ExecuteOperationMetadata) String() string { return proto.CompactTextString(m) } func (*ExecuteOperationMetadata) ProtoMessage() {} func (*ExecuteOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{14} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{14} } func (m *ExecuteOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecuteOperationMetadata.Unmarshal(m, b) @@ -1456,7 +1456,7 @@ func (m *GetActionResultRequest) Reset() { *m = GetActionResultRequest{} func (m *GetActionResultRequest) String() string { return proto.CompactTextString(m) } func (*GetActionResultRequest) ProtoMessage() {} func (*GetActionResultRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{15} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{15} } func (m *GetActionResultRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetActionResultRequest.Unmarshal(m, b) @@ -1514,7 +1514,7 @@ func (m *UpdateActionResultRequest) Reset() { *m = UpdateActionResultReq func (m *UpdateActionResultRequest) String() string { return proto.CompactTextString(m) } func (*UpdateActionResultRequest) ProtoMessage() {} func (*UpdateActionResultRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{16} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{16} } func (m *UpdateActionResultRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateActionResultRequest.Unmarshal(m, b) @@ -1575,7 +1575,7 @@ func (m *FindMissingBlobsRequest) Reset() { *m = FindMissingBlobsRequest func (m *FindMissingBlobsRequest) String() string { return proto.CompactTextString(m) } func (*FindMissingBlobsRequest) ProtoMessage() {} func (*FindMissingBlobsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{17} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{17} } func (m *FindMissingBlobsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FindMissingBlobsRequest.Unmarshal(m, b) @@ -1623,7 +1623,7 @@ func (m *FindMissingBlobsResponse) Reset() { *m = FindMissingBlobsRespon func (m *FindMissingBlobsResponse) String() string { return proto.CompactTextString(m) } func (*FindMissingBlobsResponse) ProtoMessage() {} func (*FindMissingBlobsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{18} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{18} } func (m *FindMissingBlobsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FindMissingBlobsResponse.Unmarshal(m, b) @@ -1666,7 +1666,7 @@ func (m *UpdateBlobRequest) Reset() { *m = UpdateBlobRequest{} } func (m *UpdateBlobRequest) String() string { return proto.CompactTextString(m) } func (*UpdateBlobRequest) ProtoMessage() {} func (*UpdateBlobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{19} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{19} } func (m *UpdateBlobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateBlobRequest.Unmarshal(m, b) @@ -1720,7 +1720,7 @@ func (m *BatchUpdateBlobsRequest) Reset() { *m = BatchUpdateBlobsRequest func (m *BatchUpdateBlobsRequest) String() string { return proto.CompactTextString(m) } func (*BatchUpdateBlobsRequest) ProtoMessage() {} func (*BatchUpdateBlobsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{20} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{20} } func (m *BatchUpdateBlobsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateBlobsRequest.Unmarshal(m, b) @@ -1768,7 +1768,7 @@ func (m *BatchUpdateBlobsResponse) Reset() { *m = BatchUpdateBlobsRespon func (m *BatchUpdateBlobsResponse) String() string { return proto.CompactTextString(m) } func (*BatchUpdateBlobsResponse) ProtoMessage() {} func (*BatchUpdateBlobsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{21} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{21} } func (m *BatchUpdateBlobsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateBlobsResponse.Unmarshal(m, b) @@ -1810,7 +1810,7 @@ func (m *BatchUpdateBlobsResponse_Response) Reset() { *m = BatchUpdateBl func (m *BatchUpdateBlobsResponse_Response) String() string { return proto.CompactTextString(m) } func (*BatchUpdateBlobsResponse_Response) ProtoMessage() {} func (*BatchUpdateBlobsResponse_Response) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{21, 0} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{21, 0} } func (m *BatchUpdateBlobsResponse_Response) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateBlobsResponse_Response.Unmarshal(m, b) @@ -1876,7 +1876,7 @@ func (m *GetTreeRequest) Reset() { *m = GetTreeRequest{} } func (m *GetTreeRequest) String() string { return proto.CompactTextString(m) } func (*GetTreeRequest) ProtoMessage() {} func (*GetTreeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{22} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{22} } func (m *GetTreeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTreeRequest.Unmarshal(m, b) @@ -1943,7 +1943,7 @@ func (m *GetTreeResponse) Reset() { *m = GetTreeResponse{} } func (m *GetTreeResponse) String() string { return proto.CompactTextString(m) } func (*GetTreeResponse) ProtoMessage() {} func (*GetTreeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{23} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{23} } func (m *GetTreeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTreeResponse.Unmarshal(m, b) @@ -1992,7 +1992,7 @@ func (m *ToolDetails) Reset() { *m = ToolDetails{} } func (m *ToolDetails) String() string { return proto.CompactTextString(m) } func (*ToolDetails) ProtoMessage() {} func (*ToolDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{24} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{24} } func (m *ToolDetails) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ToolDetails.Unmarshal(m, b) @@ -2054,7 +2054,7 @@ func (m *RequestMetadata) Reset() { *m = RequestMetadata{} } func (m *RequestMetadata) String() string { return proto.CompactTextString(m) } func (*RequestMetadata) ProtoMessage() {} func (*RequestMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_remote_execution_f2e80cfcae585c72, []int{25} + return fileDescriptor_remote_execution_3cbae0ca1c4e63f2, []int{25} } func (m *RequestMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RequestMetadata.Unmarshal(m, b) @@ -2672,10 +2672,10 @@ var _ContentAddressableStorage_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/remoteexecution/v1test/remote_execution.proto", fileDescriptor_remote_execution_f2e80cfcae585c72) + proto.RegisterFile("google/devtools/remoteexecution/v1test/remote_execution.proto", fileDescriptor_remote_execution_3cbae0ca1c4e63f2) } -var fileDescriptor_remote_execution_f2e80cfcae585c72 = []byte{ +var fileDescriptor_remote_execution_3cbae0ca1c4e63f2 = []byte{ // 2025 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x59, 0xdd, 0x6f, 0x23, 0x57, 0x15, 0x67, 0xec, 0x24, 0xb6, 0x8f, 0x9d, 0x75, 0xf6, 0x76, 0xe9, 0x7a, 0xdd, 0x2e, 0x4a, 0xa7, diff --git a/googleapis/devtools/remoteworkers/v1test2/bots.pb.go b/googleapis/devtools/remoteworkers/v1test2/bots.pb.go index 0e2187c749..c9524e7e5e 100644 --- a/googleapis/devtools/remoteworkers/v1test2/bots.pb.go +++ b/googleapis/devtools/remoteworkers/v1test2/bots.pb.go @@ -75,7 +75,7 @@ func (x BotStatus) String() string { return proto.EnumName(BotStatus_name, int32(x)) } func (BotStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bots_98c3d73c9e0a8e55, []int{0} + return fileDescriptor_bots_0fa217a861a9a803, []int{0} } // The state of the lease. All leases start in the PENDING state. A bot can @@ -120,7 +120,7 @@ func (x LeaseState) String() string { return proto.EnumName(LeaseState_name, int32(x)) } func (LeaseState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bots_98c3d73c9e0a8e55, []int{1} + return fileDescriptor_bots_0fa217a861a9a803, []int{1} } // Possible administration actions. @@ -162,7 +162,7 @@ func (x AdminTemp_Command) String() string { return proto.EnumName(AdminTemp_Command_name, int32(x)) } func (AdminTemp_Command) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bots_98c3d73c9e0a8e55, []int{2, 0} + return fileDescriptor_bots_0fa217a861a9a803, []int{2, 0} } // Types of bot events. @@ -192,7 +192,7 @@ func (x PostBotEventTempRequest_Type) String() string { return proto.EnumName(PostBotEventTempRequest_Type_name, int32(x)) } func (PostBotEventTempRequest_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bots_98c3d73c9e0a8e55, []int{5, 0} + return fileDescriptor_bots_0fa217a861a9a803, []int{5, 0} } // A bot session represents the state of a bot while in continuous contact with @@ -251,7 +251,7 @@ func (m *BotSession) Reset() { *m = BotSession{} } func (m *BotSession) String() string { return proto.CompactTextString(m) } func (*BotSession) ProtoMessage() {} func (*BotSession) Descriptor() ([]byte, []int) { - return fileDescriptor_bots_98c3d73c9e0a8e55, []int{0} + return fileDescriptor_bots_0fa217a861a9a803, []int{0} } func (m *BotSession) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BotSession.Unmarshal(m, b) @@ -383,7 +383,7 @@ func (m *Lease) Reset() { *m = Lease{} } func (m *Lease) String() string { return proto.CompactTextString(m) } func (*Lease) ProtoMessage() {} func (*Lease) Descriptor() ([]byte, []int) { - return fileDescriptor_bots_98c3d73c9e0a8e55, []int{1} + return fileDescriptor_bots_0fa217a861a9a803, []int{1} } func (m *Lease) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Lease.Unmarshal(m, b) @@ -494,7 +494,7 @@ func (m *AdminTemp) Reset() { *m = AdminTemp{} } func (m *AdminTemp) String() string { return proto.CompactTextString(m) } func (*AdminTemp) ProtoMessage() {} func (*AdminTemp) Descriptor() ([]byte, []int) { - return fileDescriptor_bots_98c3d73c9e0a8e55, []int{2} + return fileDescriptor_bots_0fa217a861a9a803, []int{2} } func (m *AdminTemp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdminTemp.Unmarshal(m, b) @@ -543,7 +543,7 @@ func (m *CreateBotSessionRequest) Reset() { *m = CreateBotSessionRequest func (m *CreateBotSessionRequest) String() string { return proto.CompactTextString(m) } func (*CreateBotSessionRequest) ProtoMessage() {} func (*CreateBotSessionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bots_98c3d73c9e0a8e55, []int{3} + return fileDescriptor_bots_0fa217a861a9a803, []int{3} } func (m *CreateBotSessionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateBotSessionRequest.Unmarshal(m, b) @@ -595,7 +595,7 @@ func (m *UpdateBotSessionRequest) Reset() { *m = UpdateBotSessionRequest func (m *UpdateBotSessionRequest) String() string { return proto.CompactTextString(m) } func (*UpdateBotSessionRequest) ProtoMessage() {} func (*UpdateBotSessionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bots_98c3d73c9e0a8e55, []int{4} + return fileDescriptor_bots_0fa217a861a9a803, []int{4} } func (m *UpdateBotSessionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateBotSessionRequest.Unmarshal(m, b) @@ -653,7 +653,7 @@ func (m *PostBotEventTempRequest) Reset() { *m = PostBotEventTempRequest func (m *PostBotEventTempRequest) String() string { return proto.CompactTextString(m) } func (*PostBotEventTempRequest) ProtoMessage() {} func (*PostBotEventTempRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_bots_98c3d73c9e0a8e55, []int{5} + return fileDescriptor_bots_0fa217a861a9a803, []int{5} } func (m *PostBotEventTempRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PostBotEventTempRequest.Unmarshal(m, b) @@ -866,10 +866,10 @@ var _Bots_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/remoteworkers/v1test2/bots.proto", fileDescriptor_bots_98c3d73c9e0a8e55) + proto.RegisterFile("google/devtools/remoteworkers/v1test2/bots.proto", fileDescriptor_bots_0fa217a861a9a803) } -var fileDescriptor_bots_98c3d73c9e0a8e55 = []byte{ +var fileDescriptor_bots_0fa217a861a9a803 = []byte{ // 1075 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xdd, 0x8e, 0xdb, 0x44, 0x14, 0xc6, 0xce, 0x5f, 0x73, 0xd2, 0xa6, 0xee, 0x00, 0x5d, 0x93, 0x22, 0x11, 0x59, 0xaa, 0xb4, diff --git a/googleapis/devtools/remoteworkers/v1test2/command.pb.go b/googleapis/devtools/remoteworkers/v1test2/command.pb.go index 25afce8e36..6a301db6e0 100644 --- a/googleapis/devtools/remoteworkers/v1test2/command.pb.go +++ b/googleapis/devtools/remoteworkers/v1test2/command.pb.go @@ -39,7 +39,7 @@ func (m *CommandTask) Reset() { *m = CommandTask{} } func (m *CommandTask) String() string { return proto.CompactTextString(m) } func (*CommandTask) ProtoMessage() {} func (*CommandTask) Descriptor() ([]byte, []int) { - return fileDescriptor_command_118ccef3a8ef079b, []int{0} + return fileDescriptor_command_64a15fa32645f108, []int{0} } func (m *CommandTask) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommandTask.Unmarshal(m, b) @@ -114,7 +114,7 @@ func (m *CommandTask_Inputs) Reset() { *m = CommandTask_Inputs{} } func (m *CommandTask_Inputs) String() string { return proto.CompactTextString(m) } func (*CommandTask_Inputs) ProtoMessage() {} func (*CommandTask_Inputs) Descriptor() ([]byte, []int) { - return fileDescriptor_command_118ccef3a8ef079b, []int{0, 0} + return fileDescriptor_command_64a15fa32645f108, []int{0, 0} } func (m *CommandTask_Inputs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommandTask_Inputs.Unmarshal(m, b) @@ -172,7 +172,7 @@ func (m *CommandTask_Inputs_EnvironmentVariable) Reset() { func (m *CommandTask_Inputs_EnvironmentVariable) String() string { return proto.CompactTextString(m) } func (*CommandTask_Inputs_EnvironmentVariable) ProtoMessage() {} func (*CommandTask_Inputs_EnvironmentVariable) Descriptor() ([]byte, []int) { - return fileDescriptor_command_118ccef3a8ef079b, []int{0, 0, 0} + return fileDescriptor_command_64a15fa32645f108, []int{0, 0, 0} } func (m *CommandTask_Inputs_EnvironmentVariable) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommandTask_Inputs_EnvironmentVariable.Unmarshal(m, b) @@ -235,7 +235,7 @@ func (m *CommandTask_Outputs) Reset() { *m = CommandTask_Outputs{} } func (m *CommandTask_Outputs) String() string { return proto.CompactTextString(m) } func (*CommandTask_Outputs) ProtoMessage() {} func (*CommandTask_Outputs) Descriptor() ([]byte, []int) { - return fileDescriptor_command_118ccef3a8ef079b, []int{0, 1} + return fileDescriptor_command_64a15fa32645f108, []int{0, 1} } func (m *CommandTask_Outputs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommandTask_Outputs.Unmarshal(m, b) @@ -310,7 +310,7 @@ func (m *CommandTask_Timeouts) Reset() { *m = CommandTask_Timeouts{} } func (m *CommandTask_Timeouts) String() string { return proto.CompactTextString(m) } func (*CommandTask_Timeouts) ProtoMessage() {} func (*CommandTask_Timeouts) Descriptor() ([]byte, []int) { - return fileDescriptor_command_118ccef3a8ef079b, []int{0, 2} + return fileDescriptor_command_64a15fa32645f108, []int{0, 2} } func (m *CommandTask_Timeouts) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommandTask_Timeouts.Unmarshal(m, b) @@ -373,7 +373,7 @@ func (m *CommandOutputs) Reset() { *m = CommandOutputs{} } func (m *CommandOutputs) String() string { return proto.CompactTextString(m) } func (*CommandOutputs) ProtoMessage() {} func (*CommandOutputs) Descriptor() ([]byte, []int) { - return fileDescriptor_command_118ccef3a8ef079b, []int{1} + return fileDescriptor_command_64a15fa32645f108, []int{1} } func (m *CommandOutputs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommandOutputs.Unmarshal(m, b) @@ -427,7 +427,7 @@ func (m *CommandOverhead) Reset() { *m = CommandOverhead{} } func (m *CommandOverhead) String() string { return proto.CompactTextString(m) } func (*CommandOverhead) ProtoMessage() {} func (*CommandOverhead) Descriptor() ([]byte, []int) { - return fileDescriptor_command_118ccef3a8ef079b, []int{2} + return fileDescriptor_command_64a15fa32645f108, []int{2} } func (m *CommandOverhead) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommandOverhead.Unmarshal(m, b) @@ -499,7 +499,7 @@ func (m *CommandResult) Reset() { *m = CommandResult{} } func (m *CommandResult) String() string { return proto.CompactTextString(m) } func (*CommandResult) ProtoMessage() {} func (*CommandResult) Descriptor() ([]byte, []int) { - return fileDescriptor_command_118ccef3a8ef079b, []int{3} + return fileDescriptor_command_64a15fa32645f108, []int{3} } func (m *CommandResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommandResult.Unmarshal(m, b) @@ -589,7 +589,7 @@ func (m *FileMetadata) Reset() { *m = FileMetadata{} } func (m *FileMetadata) String() string { return proto.CompactTextString(m) } func (*FileMetadata) ProtoMessage() {} func (*FileMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_command_118ccef3a8ef079b, []int{4} + return fileDescriptor_command_64a15fa32645f108, []int{4} } func (m *FileMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FileMetadata.Unmarshal(m, b) @@ -655,7 +655,7 @@ func (m *DirectoryMetadata) Reset() { *m = DirectoryMetadata{} } func (m *DirectoryMetadata) String() string { return proto.CompactTextString(m) } func (*DirectoryMetadata) ProtoMessage() {} func (*DirectoryMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_command_118ccef3a8ef079b, []int{5} + return fileDescriptor_command_64a15fa32645f108, []int{5} } func (m *DirectoryMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DirectoryMetadata.Unmarshal(m, b) @@ -716,7 +716,7 @@ func (m *Digest) Reset() { *m = Digest{} } func (m *Digest) String() string { return proto.CompactTextString(m) } func (*Digest) ProtoMessage() {} func (*Digest) Descriptor() ([]byte, []int) { - return fileDescriptor_command_118ccef3a8ef079b, []int{6} + return fileDescriptor_command_64a15fa32645f108, []int{6} } func (m *Digest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Digest.Unmarshal(m, b) @@ -766,7 +766,7 @@ func (m *Directory) Reset() { *m = Directory{} } func (m *Directory) String() string { return proto.CompactTextString(m) } func (*Directory) ProtoMessage() {} func (*Directory) Descriptor() ([]byte, []int) { - return fileDescriptor_command_118ccef3a8ef079b, []int{7} + return fileDescriptor_command_64a15fa32645f108, []int{7} } func (m *Directory) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Directory.Unmarshal(m, b) @@ -816,10 +816,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/remoteworkers/v1test2/command.proto", fileDescriptor_command_118ccef3a8ef079b) + proto.RegisterFile("google/devtools/remoteworkers/v1test2/command.proto", fileDescriptor_command_64a15fa32645f108) } -var fileDescriptor_command_118ccef3a8ef079b = []byte{ +var fileDescriptor_command_64a15fa32645f108 = []byte{ // 852 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0x5d, 0x6f, 0x1b, 0x45, 0x14, 0xd5, 0xae, 0x3f, 0x62, 0x5f, 0xa7, 0x94, 0x0e, 0xa9, 0x70, 0xcd, 0x87, 0x22, 0xa3, 0x4a, diff --git a/googleapis/devtools/remoteworkers/v1test2/tasks.pb.go b/googleapis/devtools/remoteworkers/v1test2/tasks.pb.go index 640132a41b..48a3c6f8bd 100644 --- a/googleapis/devtools/remoteworkers/v1test2/tasks.pb.go +++ b/googleapis/devtools/remoteworkers/v1test2/tasks.pb.go @@ -59,7 +59,7 @@ func (m *Task) Reset() { *m = Task{} } func (m *Task) String() string { return proto.CompactTextString(m) } func (*Task) ProtoMessage() {} func (*Task) Descriptor() ([]byte, []int) { - return fileDescriptor_tasks_6552a9b42110a64c, []int{0} + return fileDescriptor_tasks_67f801ee7e4c185b, []int{0} } func (m *Task) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Task.Unmarshal(m, b) @@ -133,7 +133,7 @@ func (m *TaskResult) Reset() { *m = TaskResult{} } func (m *TaskResult) String() string { return proto.CompactTextString(m) } func (*TaskResult) ProtoMessage() {} func (*TaskResult) Descriptor() ([]byte, []int) { - return fileDescriptor_tasks_6552a9b42110a64c, []int{1} + return fileDescriptor_tasks_67f801ee7e4c185b, []int{1} } func (m *TaskResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TaskResult.Unmarshal(m, b) @@ -201,7 +201,7 @@ func (m *GetTaskRequest) Reset() { *m = GetTaskRequest{} } func (m *GetTaskRequest) String() string { return proto.CompactTextString(m) } func (*GetTaskRequest) ProtoMessage() {} func (*GetTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_tasks_6552a9b42110a64c, []int{2} + return fileDescriptor_tasks_67f801ee7e4c185b, []int{2} } func (m *GetTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTaskRequest.Unmarshal(m, b) @@ -249,7 +249,7 @@ func (m *UpdateTaskResultRequest) Reset() { *m = UpdateTaskResultRequest func (m *UpdateTaskResultRequest) String() string { return proto.CompactTextString(m) } func (*UpdateTaskResultRequest) ProtoMessage() {} func (*UpdateTaskResultRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_tasks_6552a9b42110a64c, []int{3} + return fileDescriptor_tasks_67f801ee7e4c185b, []int{3} } func (m *UpdateTaskResultRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateTaskResultRequest.Unmarshal(m, b) @@ -312,7 +312,7 @@ func (m *AddTaskLogRequest) Reset() { *m = AddTaskLogRequest{} } func (m *AddTaskLogRequest) String() string { return proto.CompactTextString(m) } func (*AddTaskLogRequest) ProtoMessage() {} func (*AddTaskLogRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_tasks_6552a9b42110a64c, []int{4} + return fileDescriptor_tasks_67f801ee7e4c185b, []int{4} } func (m *AddTaskLogRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddTaskLogRequest.Unmarshal(m, b) @@ -359,7 +359,7 @@ func (m *AddTaskLogResponse) Reset() { *m = AddTaskLogResponse{} } func (m *AddTaskLogResponse) String() string { return proto.CompactTextString(m) } func (*AddTaskLogResponse) ProtoMessage() {} func (*AddTaskLogResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_tasks_6552a9b42110a64c, []int{5} + return fileDescriptor_tasks_67f801ee7e4c185b, []int{5} } func (m *AddTaskLogResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddTaskLogResponse.Unmarshal(m, b) @@ -557,10 +557,10 @@ var _Tasks_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/remoteworkers/v1test2/tasks.proto", fileDescriptor_tasks_6552a9b42110a64c) + proto.RegisterFile("google/devtools/remoteworkers/v1test2/tasks.proto", fileDescriptor_tasks_67f801ee7e4c185b) } -var fileDescriptor_tasks_6552a9b42110a64c = []byte{ +var fileDescriptor_tasks_67f801ee7e4c185b = []byte{ // 682 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0xcf, 0x6b, 0x13, 0x41, 0x14, 0x66, 0x92, 0x34, 0x36, 0x2f, 0x20, 0x75, 0xa8, 0x36, 0x2e, 0x3d, 0xc4, 0xc5, 0x4a, 0x4c, diff --git a/googleapis/devtools/remoteworkers/v1test2/worker.pb.go b/googleapis/devtools/remoteworkers/v1test2/worker.pb.go index 6de4cd587c..26dd90e9c0 100644 --- a/googleapis/devtools/remoteworkers/v1test2/worker.pb.go +++ b/googleapis/devtools/remoteworkers/v1test2/worker.pb.go @@ -91,7 +91,7 @@ func (m *Worker) Reset() { *m = Worker{} } func (m *Worker) String() string { return proto.CompactTextString(m) } func (*Worker) ProtoMessage() {} func (*Worker) Descriptor() ([]byte, []int) { - return fileDescriptor_worker_074825d0e633fa97, []int{0} + return fileDescriptor_worker_5f67d0a1f90b0802, []int{0} } func (m *Worker) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Worker.Unmarshal(m, b) @@ -156,7 +156,7 @@ func (m *Worker_Property) Reset() { *m = Worker_Property{} } func (m *Worker_Property) String() string { return proto.CompactTextString(m) } func (*Worker_Property) ProtoMessage() {} func (*Worker_Property) Descriptor() ([]byte, []int) { - return fileDescriptor_worker_074825d0e633fa97, []int{0, 0} + return fileDescriptor_worker_5f67d0a1f90b0802, []int{0, 0} } func (m *Worker_Property) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Worker_Property.Unmarshal(m, b) @@ -214,7 +214,7 @@ func (m *Worker_Config) Reset() { *m = Worker_Config{} } func (m *Worker_Config) String() string { return proto.CompactTextString(m) } func (*Worker_Config) ProtoMessage() {} func (*Worker_Config) Descriptor() ([]byte, []int) { - return fileDescriptor_worker_074825d0e633fa97, []int{0, 1} + return fileDescriptor_worker_5f67d0a1f90b0802, []int{0, 1} } func (m *Worker_Config) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Worker_Config.Unmarshal(m, b) @@ -281,7 +281,7 @@ func (m *Device) Reset() { *m = Device{} } func (m *Device) String() string { return proto.CompactTextString(m) } func (*Device) ProtoMessage() {} func (*Device) Descriptor() ([]byte, []int) { - return fileDescriptor_worker_074825d0e633fa97, []int{1} + return fileDescriptor_worker_5f67d0a1f90b0802, []int{1} } func (m *Device) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Device.Unmarshal(m, b) @@ -340,7 +340,7 @@ func (m *Device_Property) Reset() { *m = Device_Property{} } func (m *Device_Property) String() string { return proto.CompactTextString(m) } func (*Device_Property) ProtoMessage() {} func (*Device_Property) Descriptor() ([]byte, []int) { - return fileDescriptor_worker_074825d0e633fa97, []int{1, 0} + return fileDescriptor_worker_5f67d0a1f90b0802, []int{1, 0} } func (m *Device_Property) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Device_Property.Unmarshal(m, b) @@ -383,10 +383,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/remoteworkers/v1test2/worker.proto", fileDescriptor_worker_074825d0e633fa97) + proto.RegisterFile("google/devtools/remoteworkers/v1test2/worker.proto", fileDescriptor_worker_5f67d0a1f90b0802) } -var fileDescriptor_worker_074825d0e633fa97 = []byte{ +var fileDescriptor_worker_5f67d0a1f90b0802 = []byte{ // 332 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x92, 0xc1, 0x4a, 0xf3, 0x40, 0x10, 0xc7, 0x49, 0xca, 0x97, 0x7e, 0x8e, 0x17, 0x59, 0x45, 0x42, 0x4f, 0xa5, 0x50, 0xa8, 0x07, diff --git a/googleapis/devtools/resultstore/v2/action.pb.go b/googleapis/devtools/resultstore/v2/action.pb.go index e4475b6719..898a381a16 100644 --- a/googleapis/devtools/resultstore/v2/action.pb.go +++ b/googleapis/devtools/resultstore/v2/action.pb.go @@ -54,7 +54,7 @@ func (x ExecutionStrategy) String() string { return proto.EnumName(ExecutionStrategy_name, int32(x)) } func (ExecutionStrategy) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_action_31062259a26160e9, []int{0} + return fileDescriptor_action_2068b1c39ff365e5, []int{0} } // Most build systems cache build results to speed up incremental builds. @@ -90,7 +90,7 @@ func (x TestCaching) String() string { return proto.EnumName(TestCaching_name, int32(x)) } func (TestCaching) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_action_31062259a26160e9, []int{1} + return fileDescriptor_action_2068b1c39ff365e5, []int{1} } // Errors in file post-processing are categorized using this enum. @@ -140,7 +140,7 @@ func (x FileProcessingErrorType) String() string { return proto.EnumName(FileProcessingErrorType_name, int32(x)) } func (FileProcessingErrorType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_action_31062259a26160e9, []int{2} + return fileDescriptor_action_2068b1c39ff365e5, []int{2} } // An action that happened as part of a configured target. This action could be @@ -226,7 +226,7 @@ func (m *Action) Reset() { *m = Action{} } func (m *Action) String() string { return proto.CompactTextString(m) } func (*Action) ProtoMessage() {} func (*Action) Descriptor() ([]byte, []int) { - return fileDescriptor_action_31062259a26160e9, []int{0} + return fileDescriptor_action_2068b1c39ff365e5, []int{0} } func (m *Action) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Action.Unmarshal(m, b) @@ -446,7 +446,7 @@ func (m *Action_Id) Reset() { *m = Action_Id{} } func (m *Action_Id) String() string { return proto.CompactTextString(m) } func (*Action_Id) ProtoMessage() {} func (*Action_Id) Descriptor() ([]byte, []int) { - return fileDescriptor_action_31062259a26160e9, []int{0, 0} + return fileDescriptor_action_2068b1c39ff365e5, []int{0, 0} } func (m *Action_Id) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Action_Id.Unmarshal(m, b) @@ -517,7 +517,7 @@ func (m *BuildAction) Reset() { *m = BuildAction{} } func (m *BuildAction) String() string { return proto.CompactTextString(m) } func (*BuildAction) ProtoMessage() {} func (*BuildAction) Descriptor() ([]byte, []int) { - return fileDescriptor_action_31062259a26160e9, []int{1} + return fileDescriptor_action_2068b1c39ff365e5, []int{1} } func (m *BuildAction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildAction.Unmarshal(m, b) @@ -596,7 +596,7 @@ func (m *TestAction) Reset() { *m = TestAction{} } func (m *TestAction) String() string { return proto.CompactTextString(m) } func (*TestAction) ProtoMessage() {} func (*TestAction) Descriptor() ([]byte, []int) { - return fileDescriptor_action_31062259a26160e9, []int{2} + return fileDescriptor_action_2068b1c39ff365e5, []int{2} } func (m *TestAction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TestAction.Unmarshal(m, b) @@ -686,7 +686,7 @@ func (m *ActionAttributes) Reset() { *m = ActionAttributes{} } func (m *ActionAttributes) String() string { return proto.CompactTextString(m) } func (*ActionAttributes) ProtoMessage() {} func (*ActionAttributes) Descriptor() ([]byte, []int) { - return fileDescriptor_action_31062259a26160e9, []int{3} + return fileDescriptor_action_2068b1c39ff365e5, []int{3} } func (m *ActionAttributes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ActionAttributes.Unmarshal(m, b) @@ -756,7 +756,7 @@ func (m *InputFileInfo) Reset() { *m = InputFileInfo{} } func (m *InputFileInfo) String() string { return proto.CompactTextString(m) } func (*InputFileInfo) ProtoMessage() {} func (*InputFileInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_action_31062259a26160e9, []int{4} + return fileDescriptor_action_2068b1c39ff365e5, []int{4} } func (m *InputFileInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InputFileInfo.Unmarshal(m, b) @@ -825,7 +825,7 @@ func (m *LocalTestTiming) Reset() { *m = LocalTestTiming{} } func (m *LocalTestTiming) String() string { return proto.CompactTextString(m) } func (*LocalTestTiming) ProtoMessage() {} func (*LocalTestTiming) Descriptor() ([]byte, []int) { - return fileDescriptor_action_31062259a26160e9, []int{5} + return fileDescriptor_action_2068b1c39ff365e5, []int{5} } func (m *LocalTestTiming) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocalTestTiming.Unmarshal(m, b) @@ -882,7 +882,7 @@ func (m *RemoteTestAttemptTiming) Reset() { *m = RemoteTestAttemptTiming func (m *RemoteTestAttemptTiming) String() string { return proto.CompactTextString(m) } func (*RemoteTestAttemptTiming) ProtoMessage() {} func (*RemoteTestAttemptTiming) Descriptor() ([]byte, []int) { - return fileDescriptor_action_31062259a26160e9, []int{6} + return fileDescriptor_action_2068b1c39ff365e5, []int{6} } func (m *RemoteTestAttemptTiming) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemoteTestAttemptTiming.Unmarshal(m, b) @@ -953,7 +953,7 @@ func (m *RemoteTestTiming) Reset() { *m = RemoteTestTiming{} } func (m *RemoteTestTiming) String() string { return proto.CompactTextString(m) } func (*RemoteTestTiming) ProtoMessage() {} func (*RemoteTestTiming) Descriptor() ([]byte, []int) { - return fileDescriptor_action_31062259a26160e9, []int{7} + return fileDescriptor_action_2068b1c39ff365e5, []int{7} } func (m *RemoteTestTiming) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemoteTestTiming.Unmarshal(m, b) @@ -1018,7 +1018,7 @@ func (m *TestTiming) Reset() { *m = TestTiming{} } func (m *TestTiming) String() string { return proto.CompactTextString(m) } func (*TestTiming) ProtoMessage() {} func (*TestTiming) Descriptor() ([]byte, []int) { - return fileDescriptor_action_31062259a26160e9, []int{8} + return fileDescriptor_action_2068b1c39ff365e5, []int{8} } func (m *TestTiming) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TestTiming.Unmarshal(m, b) @@ -1183,7 +1183,7 @@ func (m *TestWarning) Reset() { *m = TestWarning{} } func (m *TestWarning) String() string { return proto.CompactTextString(m) } func (*TestWarning) ProtoMessage() {} func (*TestWarning) Descriptor() ([]byte, []int) { - return fileDescriptor_action_31062259a26160e9, []int{9} + return fileDescriptor_action_2068b1c39ff365e5, []int{9} } func (m *TestWarning) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TestWarning.Unmarshal(m, b) @@ -1225,7 +1225,7 @@ func (m *FileProcessingErrors) Reset() { *m = FileProcessingErrors{} } func (m *FileProcessingErrors) String() string { return proto.CompactTextString(m) } func (*FileProcessingErrors) ProtoMessage() {} func (*FileProcessingErrors) Descriptor() ([]byte, []int) { - return fileDescriptor_action_31062259a26160e9, []int{10} + return fileDescriptor_action_2068b1c39ff365e5, []int{10} } func (m *FileProcessingErrors) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FileProcessingErrors.Unmarshal(m, b) @@ -1274,7 +1274,7 @@ func (m *FileProcessingError) Reset() { *m = FileProcessingError{} } func (m *FileProcessingError) String() string { return proto.CompactTextString(m) } func (*FileProcessingError) ProtoMessage() {} func (*FileProcessingError) Descriptor() ([]byte, []int) { - return fileDescriptor_action_31062259a26160e9, []int{11} + return fileDescriptor_action_2068b1c39ff365e5, []int{11} } func (m *FileProcessingError) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FileProcessingError.Unmarshal(m, b) @@ -1328,10 +1328,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/resultstore/v2/action.proto", fileDescriptor_action_31062259a26160e9) + proto.RegisterFile("google/devtools/resultstore/v2/action.proto", fileDescriptor_action_2068b1c39ff365e5) } -var fileDescriptor_action_31062259a26160e9 = []byte{ +var fileDescriptor_action_2068b1c39ff365e5 = []byte{ // 1620 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x58, 0x5f, 0x73, 0x23, 0x47, 0x11, 0x3f, 0x49, 0xb6, 0x4f, 0x6e, 0x9d, 0xe4, 0xf5, 0xd8, 0x77, 0xa7, 0x1c, 0x10, 0x0e, 0x01, diff --git a/googleapis/devtools/resultstore/v2/common.pb.go b/googleapis/devtools/resultstore/v2/common.pb.go index 651ba1e0f0..5704164c4c 100644 --- a/googleapis/devtools/resultstore/v2/common.pb.go +++ b/googleapis/devtools/resultstore/v2/common.pb.go @@ -119,7 +119,7 @@ func (x Language) String() string { return proto.EnumName(Language_name, int32(x)) } func (Language) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_6eb107e91fbe3d1c, []int{0} + return fileDescriptor_common_c40fe7cfb3b2f2fd, []int{0} } // Status of a resource. @@ -203,7 +203,7 @@ func (x Status) String() string { return proto.EnumName(Status_name, int32(x)) } func (Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_6eb107e91fbe3d1c, []int{1} + return fileDescriptor_common_c40fe7cfb3b2f2fd, []int{1} } // Describes the status of a resource in both enum and string form. @@ -223,7 +223,7 @@ func (m *StatusAttributes) Reset() { *m = StatusAttributes{} } func (m *StatusAttributes) String() string { return proto.CompactTextString(m) } func (*StatusAttributes) ProtoMessage() {} func (*StatusAttributes) Descriptor() ([]byte, []int) { - return fileDescriptor_common_6eb107e91fbe3d1c, []int{0} + return fileDescriptor_common_c40fe7cfb3b2f2fd, []int{0} } func (m *StatusAttributes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StatusAttributes.Unmarshal(m, b) @@ -272,7 +272,7 @@ func (m *Property) Reset() { *m = Property{} } func (m *Property) String() string { return proto.CompactTextString(m) } func (*Property) ProtoMessage() {} func (*Property) Descriptor() ([]byte, []int) { - return fileDescriptor_common_6eb107e91fbe3d1c, []int{1} + return fileDescriptor_common_c40fe7cfb3b2f2fd, []int{1} } func (m *Property) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Property.Unmarshal(m, b) @@ -322,7 +322,7 @@ func (m *Timing) Reset() { *m = Timing{} } func (m *Timing) String() string { return proto.CompactTextString(m) } func (*Timing) ProtoMessage() {} func (*Timing) Descriptor() ([]byte, []int) { - return fileDescriptor_common_6eb107e91fbe3d1c, []int{2} + return fileDescriptor_common_c40fe7cfb3b2f2fd, []int{2} } func (m *Timing) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Timing.Unmarshal(m, b) @@ -380,7 +380,7 @@ func (m *Dependency) Reset() { *m = Dependency{} } func (m *Dependency) String() string { return proto.CompactTextString(m) } func (*Dependency) ProtoMessage() {} func (*Dependency) Descriptor() ([]byte, []int) { - return fileDescriptor_common_6eb107e91fbe3d1c, []int{3} + return fileDescriptor_common_c40fe7cfb3b2f2fd, []int{3} } func (m *Dependency) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Dependency.Unmarshal(m, b) @@ -548,10 +548,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/resultstore/v2/common.proto", fileDescriptor_common_6eb107e91fbe3d1c) + proto.RegisterFile("google/devtools/resultstore/v2/common.proto", fileDescriptor_common_c40fe7cfb3b2f2fd) } -var fileDescriptor_common_6eb107e91fbe3d1c = []byte{ +var fileDescriptor_common_c40fe7cfb3b2f2fd = []byte{ // 704 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x94, 0xdf, 0x6e, 0xe3, 0x44, 0x14, 0xc6, 0xd7, 0x49, 0xeb, 0x3a, 0x27, 0xfd, 0x73, 0x98, 0x2d, 0x28, 0xf4, 0x02, 0xaa, 0x5c, diff --git a/googleapis/devtools/resultstore/v2/configuration.pb.go b/googleapis/devtools/resultstore/v2/configuration.pb.go index bcbc5603f9..e11f312f65 100644 --- a/googleapis/devtools/resultstore/v2/configuration.pb.go +++ b/googleapis/devtools/resultstore/v2/configuration.pb.go @@ -47,7 +47,7 @@ func (m *Configuration) Reset() { *m = Configuration{} } func (m *Configuration) String() string { return proto.CompactTextString(m) } func (*Configuration) ProtoMessage() {} func (*Configuration) Descriptor() ([]byte, []int) { - return fileDescriptor_configuration_96686ab306c5b391, []int{0} + return fileDescriptor_configuration_9976ad0123b12f96, []int{0} } func (m *Configuration) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Configuration.Unmarshal(m, b) @@ -117,7 +117,7 @@ func (m *Configuration_Id) Reset() { *m = Configuration_Id{} } func (m *Configuration_Id) String() string { return proto.CompactTextString(m) } func (*Configuration_Id) ProtoMessage() {} func (*Configuration_Id) Descriptor() ([]byte, []int) { - return fileDescriptor_configuration_96686ab306c5b391, []int{0, 0} + return fileDescriptor_configuration_9976ad0123b12f96, []int{0, 0} } func (m *Configuration_Id) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Configuration_Id.Unmarshal(m, b) @@ -164,7 +164,7 @@ func (m *ConfigurationAttributes) Reset() { *m = ConfigurationAttributes func (m *ConfigurationAttributes) String() string { return proto.CompactTextString(m) } func (*ConfigurationAttributes) ProtoMessage() {} func (*ConfigurationAttributes) Descriptor() ([]byte, []int) { - return fileDescriptor_configuration_96686ab306c5b391, []int{1} + return fileDescriptor_configuration_9976ad0123b12f96, []int{1} } func (m *ConfigurationAttributes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfigurationAttributes.Unmarshal(m, b) @@ -198,10 +198,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/resultstore/v2/configuration.proto", fileDescriptor_configuration_96686ab306c5b391) + proto.RegisterFile("google/devtools/resultstore/v2/configuration.proto", fileDescriptor_configuration_9976ad0123b12f96) } -var fileDescriptor_configuration_96686ab306c5b391 = []byte{ +var fileDescriptor_configuration_9976ad0123b12f96 = []byte{ // 335 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0x4f, 0x4f, 0xb3, 0x40, 0x10, 0xc6, 0x03, 0xbc, 0x6f, 0x93, 0x4e, 0x6d, 0xac, 0x7b, 0x29, 0xe9, 0xc1, 0x34, 0xf5, 0x82, diff --git a/googleapis/devtools/resultstore/v2/configured_target.pb.go b/googleapis/devtools/resultstore/v2/configured_target.pb.go index 3477d5a0c1..a8549c20eb 100644 --- a/googleapis/devtools/resultstore/v2/configured_target.pb.go +++ b/googleapis/devtools/resultstore/v2/configured_target.pb.go @@ -58,7 +58,7 @@ func (m *ConfiguredTarget) Reset() { *m = ConfiguredTarget{} } func (m *ConfiguredTarget) String() string { return proto.CompactTextString(m) } func (*ConfiguredTarget) ProtoMessage() {} func (*ConfiguredTarget) Descriptor() ([]byte, []int) { - return fileDescriptor_configured_target_56b34c80e2f1e864, []int{0} + return fileDescriptor_configured_target_b74dc45116856d73, []int{0} } func (m *ConfiguredTarget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfiguredTarget.Unmarshal(m, b) @@ -144,7 +144,7 @@ func (m *ConfiguredTarget_Id) Reset() { *m = ConfiguredTarget_Id{} } func (m *ConfiguredTarget_Id) String() string { return proto.CompactTextString(m) } func (*ConfiguredTarget_Id) ProtoMessage() {} func (*ConfiguredTarget_Id) Descriptor() ([]byte, []int) { - return fileDescriptor_configured_target_56b34c80e2f1e864, []int{0, 0} + return fileDescriptor_configured_target_b74dc45116856d73, []int{0, 0} } func (m *ConfiguredTarget_Id) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfiguredTarget_Id.Unmarshal(m, b) @@ -203,7 +203,7 @@ func (m *ConfiguredTestAttributes) Reset() { *m = ConfiguredTestAttribut func (m *ConfiguredTestAttributes) String() string { return proto.CompactTextString(m) } func (*ConfiguredTestAttributes) ProtoMessage() {} func (*ConfiguredTestAttributes) Descriptor() ([]byte, []int) { - return fileDescriptor_configured_target_56b34c80e2f1e864, []int{1} + return fileDescriptor_configured_target_b74dc45116856d73, []int{1} } func (m *ConfiguredTestAttributes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfiguredTestAttributes.Unmarshal(m, b) @@ -251,10 +251,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/resultstore/v2/configured_target.proto", fileDescriptor_configured_target_56b34c80e2f1e864) + proto.RegisterFile("google/devtools/resultstore/v2/configured_target.proto", fileDescriptor_configured_target_b74dc45116856d73) } -var fileDescriptor_configured_target_56b34c80e2f1e864 = []byte{ +var fileDescriptor_configured_target_b74dc45116856d73 = []byte{ // 488 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0xdf, 0x8a, 0x13, 0x31, 0x14, 0xc6, 0xe9, 0x5f, 0xb7, 0x67, 0x5d, 0xdb, 0xcd, 0xd5, 0x58, 0x41, 0x4a, 0x95, 0xa5, 0xab, diff --git a/googleapis/devtools/resultstore/v2/coverage.pb.go b/googleapis/devtools/resultstore/v2/coverage.pb.go index b9013224c8..6517567ecf 100644 --- a/googleapis/devtools/resultstore/v2/coverage.pb.go +++ b/googleapis/devtools/resultstore/v2/coverage.pb.go @@ -49,7 +49,7 @@ func (m *LineCoverage) Reset() { *m = LineCoverage{} } func (m *LineCoverage) String() string { return proto.CompactTextString(m) } func (*LineCoverage) ProtoMessage() {} func (*LineCoverage) Descriptor() ([]byte, []int) { - return fileDescriptor_coverage_65d8ed69894fd937, []int{0} + return fileDescriptor_coverage_cf37bf4336d4edc8, []int{0} } func (m *LineCoverage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LineCoverage.Unmarshal(m, b) @@ -123,7 +123,7 @@ func (m *BranchCoverage) Reset() { *m = BranchCoverage{} } func (m *BranchCoverage) String() string { return proto.CompactTextString(m) } func (*BranchCoverage) ProtoMessage() {} func (*BranchCoverage) Descriptor() ([]byte, []int) { - return fileDescriptor_coverage_65d8ed69894fd937, []int{1} + return fileDescriptor_coverage_cf37bf4336d4edc8, []int{1} } func (m *BranchCoverage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BranchCoverage.Unmarshal(m, b) @@ -188,7 +188,7 @@ func (m *FileCoverage) Reset() { *m = FileCoverage{} } func (m *FileCoverage) String() string { return proto.CompactTextString(m) } func (*FileCoverage) ProtoMessage() {} func (*FileCoverage) Descriptor() ([]byte, []int) { - return fileDescriptor_coverage_65d8ed69894fd937, []int{2} + return fileDescriptor_coverage_cf37bf4336d4edc8, []int{2} } func (m *FileCoverage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FileCoverage.Unmarshal(m, b) @@ -243,7 +243,7 @@ func (m *ActionCoverage) Reset() { *m = ActionCoverage{} } func (m *ActionCoverage) String() string { return proto.CompactTextString(m) } func (*ActionCoverage) ProtoMessage() {} func (*ActionCoverage) Descriptor() ([]byte, []int) { - return fileDescriptor_coverage_65d8ed69894fd937, []int{3} + return fileDescriptor_coverage_cf37bf4336d4edc8, []int{3} } func (m *ActionCoverage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ActionCoverage.Unmarshal(m, b) @@ -278,10 +278,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/resultstore/v2/coverage.proto", fileDescriptor_coverage_65d8ed69894fd937) + proto.RegisterFile("google/devtools/resultstore/v2/coverage.proto", fileDescriptor_coverage_cf37bf4336d4edc8) } -var fileDescriptor_coverage_65d8ed69894fd937 = []byte{ +var fileDescriptor_coverage_cf37bf4336d4edc8 = []byte{ // 372 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0x4d, 0x6b, 0xe3, 0x30, 0x10, 0xc5, 0xf9, 0x58, 0x76, 0x67, 0x6d, 0xef, 0xae, 0xd8, 0x83, 0xd9, 0xc3, 0x12, 0x0c, 0x81, diff --git a/googleapis/devtools/resultstore/v2/coverage_summary.pb.go b/googleapis/devtools/resultstore/v2/coverage_summary.pb.go index 44f0d7565c..6c1b721e6f 100644 --- a/googleapis/devtools/resultstore/v2/coverage_summary.pb.go +++ b/googleapis/devtools/resultstore/v2/coverage_summary.pb.go @@ -33,7 +33,7 @@ func (m *LineCoverageSummary) Reset() { *m = LineCoverageSummary{} } func (m *LineCoverageSummary) String() string { return proto.CompactTextString(m) } func (*LineCoverageSummary) ProtoMessage() {} func (*LineCoverageSummary) Descriptor() ([]byte, []int) { - return fileDescriptor_coverage_summary_391ab5d1bf003efe, []int{0} + return fileDescriptor_coverage_summary_6ce81cdd85c870eb, []int{0} } func (m *LineCoverageSummary) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LineCoverageSummary.Unmarshal(m, b) @@ -92,7 +92,7 @@ func (m *BranchCoverageSummary) Reset() { *m = BranchCoverageSummary{} } func (m *BranchCoverageSummary) String() string { return proto.CompactTextString(m) } func (*BranchCoverageSummary) ProtoMessage() {} func (*BranchCoverageSummary) Descriptor() ([]byte, []int) { - return fileDescriptor_coverage_summary_391ab5d1bf003efe, []int{1} + return fileDescriptor_coverage_summary_6ce81cdd85c870eb, []int{1} } func (m *BranchCoverageSummary) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BranchCoverageSummary.Unmarshal(m, b) @@ -150,7 +150,7 @@ func (m *LanguageCoverageSummary) Reset() { *m = LanguageCoverageSummary func (m *LanguageCoverageSummary) String() string { return proto.CompactTextString(m) } func (*LanguageCoverageSummary) ProtoMessage() {} func (*LanguageCoverageSummary) Descriptor() ([]byte, []int) { - return fileDescriptor_coverage_summary_391ab5d1bf003efe, []int{2} + return fileDescriptor_coverage_summary_6ce81cdd85c870eb, []int{2} } func (m *LanguageCoverageSummary) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LanguageCoverageSummary.Unmarshal(m, b) @@ -198,10 +198,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/resultstore/v2/coverage_summary.proto", fileDescriptor_coverage_summary_391ab5d1bf003efe) + proto.RegisterFile("google/devtools/resultstore/v2/coverage_summary.proto", fileDescriptor_coverage_summary_6ce81cdd85c870eb) } -var fileDescriptor_coverage_summary_391ab5d1bf003efe = []byte{ +var fileDescriptor_coverage_summary_6ce81cdd85c870eb = []byte{ // 358 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x41, 0x4b, 0xeb, 0x40, 0x14, 0x85, 0x49, 0xcb, 0x7b, 0x3c, 0xa6, 0xef, 0x95, 0x67, 0x4a, 0xa9, 0xb8, 0x10, 0xc9, 0xaa, diff --git a/googleapis/devtools/resultstore/v2/file.pb.go b/googleapis/devtools/resultstore/v2/file.pb.go index 243534485e..2ee4c541e9 100644 --- a/googleapis/devtools/resultstore/v2/file.pb.go +++ b/googleapis/devtools/resultstore/v2/file.pb.go @@ -50,7 +50,7 @@ func (x File_HashType) String() string { return proto.EnumName(File_HashType_name, int32(x)) } func (File_HashType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_file_2161ebe42ad9f2b4, []int{0, 0} + return fileDescriptor_file_ce5c35947c0b9efa, []int{0, 0} } // The metadata for a file or an archive file entry. @@ -103,7 +103,7 @@ func (m *File) Reset() { *m = File{} } func (m *File) String() string { return proto.CompactTextString(m) } func (*File) ProtoMessage() {} func (*File) Descriptor() ([]byte, []int) { - return fileDescriptor_file_2161ebe42ad9f2b4, []int{0} + return fileDescriptor_file_ce5c35947c0b9efa, []int{0} } func (m *File) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_File.Unmarshal(m, b) @@ -213,7 +213,7 @@ func (m *ArchiveEntry) Reset() { *m = ArchiveEntry{} } func (m *ArchiveEntry) String() string { return proto.CompactTextString(m) } func (*ArchiveEntry) ProtoMessage() {} func (*ArchiveEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_file_2161ebe42ad9f2b4, []int{1} + return fileDescriptor_file_ce5c35947c0b9efa, []int{1} } func (m *ArchiveEntry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ArchiveEntry.Unmarshal(m, b) @@ -261,10 +261,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/resultstore/v2/file.proto", fileDescriptor_file_2161ebe42ad9f2b4) + proto.RegisterFile("google/devtools/resultstore/v2/file.proto", fileDescriptor_file_ce5c35947c0b9efa) } -var fileDescriptor_file_2161ebe42ad9f2b4 = []byte{ +var fileDescriptor_file_ce5c35947c0b9efa = []byte{ // 453 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x53, 0x61, 0x8b, 0xd3, 0x40, 0x10, 0x35, 0x4d, 0xed, 0xa5, 0xd3, 0xde, 0x11, 0x16, 0x94, 0xa8, 0x20, 0xb1, 0x20, 0x54, 0xd0, diff --git a/googleapis/devtools/resultstore/v2/file_set.pb.go b/googleapis/devtools/resultstore/v2/file_set.pb.go index ac400df9ee..abe72ea5a9 100644 --- a/googleapis/devtools/resultstore/v2/file_set.pb.go +++ b/googleapis/devtools/resultstore/v2/file_set.pb.go @@ -41,7 +41,7 @@ func (m *FileSet) Reset() { *m = FileSet{} } func (m *FileSet) String() string { return proto.CompactTextString(m) } func (*FileSet) ProtoMessage() {} func (*FileSet) Descriptor() ([]byte, []int) { - return fileDescriptor_file_set_280c2e38d8963036, []int{0} + return fileDescriptor_file_set_ffa23055473f4928, []int{0} } func (m *FileSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FileSet.Unmarshal(m, b) @@ -104,7 +104,7 @@ func (m *FileSet_Id) Reset() { *m = FileSet_Id{} } func (m *FileSet_Id) String() string { return proto.CompactTextString(m) } func (*FileSet_Id) ProtoMessage() {} func (*FileSet_Id) Descriptor() ([]byte, []int) { - return fileDescriptor_file_set_280c2e38d8963036, []int{0, 0} + return fileDescriptor_file_set_ffa23055473f4928, []int{0, 0} } func (m *FileSet_Id) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FileSet_Id.Unmarshal(m, b) @@ -144,10 +144,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/resultstore/v2/file_set.proto", fileDescriptor_file_set_280c2e38d8963036) + proto.RegisterFile("google/devtools/resultstore/v2/file_set.proto", fileDescriptor_file_set_ffa23055473f4928) } -var fileDescriptor_file_set_280c2e38d8963036 = []byte{ +var fileDescriptor_file_set_ffa23055473f4928 = []byte{ // 271 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0xbb, 0x4f, 0xc3, 0x30, 0x10, 0x87, 0x95, 0xa4, 0x3c, 0x72, 0x81, 0xc5, 0x53, 0x54, 0xa4, 0x2a, 0x2a, 0x0c, 0x01, 0x09, diff --git a/googleapis/devtools/resultstore/v2/invocation.pb.go b/googleapis/devtools/resultstore/v2/invocation.pb.go index c543e479d1..e68002b1a0 100644 --- a/googleapis/devtools/resultstore/v2/invocation.pb.go +++ b/googleapis/devtools/resultstore/v2/invocation.pb.go @@ -57,7 +57,7 @@ func (m *Invocation) Reset() { *m = Invocation{} } func (m *Invocation) String() string { return proto.CompactTextString(m) } func (*Invocation) ProtoMessage() {} func (*Invocation) Descriptor() ([]byte, []int) { - return fileDescriptor_invocation_3b0cc1029ea97db2, []int{0} + return fileDescriptor_invocation_3c3642aab1b671da, []int{0} } func (m *Invocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Invocation.Unmarshal(m, b) @@ -153,7 +153,7 @@ func (m *Invocation_Id) Reset() { *m = Invocation_Id{} } func (m *Invocation_Id) String() string { return proto.CompactTextString(m) } func (*Invocation_Id) ProtoMessage() {} func (*Invocation_Id) Descriptor() ([]byte, []int) { - return fileDescriptor_invocation_3b0cc1029ea97db2, []int{0, 0} + return fileDescriptor_invocation_3c3642aab1b671da, []int{0, 0} } func (m *Invocation_Id) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Invocation_Id.Unmarshal(m, b) @@ -191,7 +191,7 @@ func (m *WorkspaceContext) Reset() { *m = WorkspaceContext{} } func (m *WorkspaceContext) String() string { return proto.CompactTextString(m) } func (*WorkspaceContext) ProtoMessage() {} func (*WorkspaceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_invocation_3b0cc1029ea97db2, []int{1} + return fileDescriptor_invocation_3c3642aab1b671da, []int{1} } func (m *WorkspaceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkspaceContext.Unmarshal(m, b) @@ -236,7 +236,7 @@ func (m *WorkspaceInfo) Reset() { *m = WorkspaceInfo{} } func (m *WorkspaceInfo) String() string { return proto.CompactTextString(m) } func (*WorkspaceInfo) ProtoMessage() {} func (*WorkspaceInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_invocation_3b0cc1029ea97db2, []int{2} + return fileDescriptor_invocation_3c3642aab1b671da, []int{2} } func (m *WorkspaceInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkspaceInfo.Unmarshal(m, b) @@ -312,7 +312,7 @@ func (m *CommandLine) Reset() { *m = CommandLine{} } func (m *CommandLine) String() string { return proto.CompactTextString(m) } func (*CommandLine) ProtoMessage() {} func (*CommandLine) Descriptor() ([]byte, []int) { - return fileDescriptor_invocation_3b0cc1029ea97db2, []int{3} + return fileDescriptor_invocation_3c3642aab1b671da, []int{3} } func (m *CommandLine) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommandLine.Unmarshal(m, b) @@ -394,7 +394,7 @@ func (m *InvocationAttributes) Reset() { *m = InvocationAttributes{} } func (m *InvocationAttributes) String() string { return proto.CompactTextString(m) } func (*InvocationAttributes) ProtoMessage() {} func (*InvocationAttributes) Descriptor() ([]byte, []int) { - return fileDescriptor_invocation_3b0cc1029ea97db2, []int{4} + return fileDescriptor_invocation_3c3642aab1b671da, []int{4} } func (m *InvocationAttributes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InvocationAttributes.Unmarshal(m, b) @@ -464,7 +464,7 @@ func (m *InvocationContext) Reset() { *m = InvocationContext{} } func (m *InvocationContext) String() string { return proto.CompactTextString(m) } func (*InvocationContext) ProtoMessage() {} func (*InvocationContext) Descriptor() ([]byte, []int) { - return fileDescriptor_invocation_3b0cc1029ea97db2, []int{5} + return fileDescriptor_invocation_3c3642aab1b671da, []int{5} } func (m *InvocationContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InvocationContext.Unmarshal(m, b) @@ -509,10 +509,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/resultstore/v2/invocation.proto", fileDescriptor_invocation_3b0cc1029ea97db2) + proto.RegisterFile("google/devtools/resultstore/v2/invocation.proto", fileDescriptor_invocation_3c3642aab1b671da) } -var fileDescriptor_invocation_3b0cc1029ea97db2 = []byte{ +var fileDescriptor_invocation_3c3642aab1b671da = []byte{ // 697 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0x71, 0x6b, 0x13, 0x31, 0x14, 0xa7, 0xed, 0xda, 0xad, 0xaf, 0xab, 0x74, 0x71, 0xca, 0x59, 0x50, 0x6a, 0x15, 0xe9, 0x18, diff --git a/googleapis/devtools/resultstore/v2/resultstore_download.pb.go b/googleapis/devtools/resultstore/v2/resultstore_download.pb.go index 7b4ee9d691..c431d7c580 100644 --- a/googleapis/devtools/resultstore/v2/resultstore_download.pb.go +++ b/googleapis/devtools/resultstore/v2/resultstore_download.pb.go @@ -39,7 +39,7 @@ func (m *GetInvocationRequest) Reset() { *m = GetInvocationRequest{} } func (m *GetInvocationRequest) String() string { return proto.CompactTextString(m) } func (*GetInvocationRequest) ProtoMessage() {} func (*GetInvocationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{0} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{0} } func (m *GetInvocationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetInvocationRequest.Unmarshal(m, b) @@ -90,7 +90,7 @@ func (m *SearchInvocationsRequest) Reset() { *m = SearchInvocationsReque func (m *SearchInvocationsRequest) String() string { return proto.CompactTextString(m) } func (*SearchInvocationsRequest) ProtoMessage() {} func (*SearchInvocationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{1} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{1} } func (m *SearchInvocationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchInvocationsRequest.Unmarshal(m, b) @@ -250,7 +250,7 @@ func (m *SearchInvocationsResponse) Reset() { *m = SearchInvocationsResp func (m *SearchInvocationsResponse) String() string { return proto.CompactTextString(m) } func (*SearchInvocationsResponse) ProtoMessage() {} func (*SearchInvocationsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{2} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{2} } func (m *SearchInvocationsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchInvocationsResponse.Unmarshal(m, b) @@ -298,7 +298,7 @@ func (m *GetConfigurationRequest) Reset() { *m = GetConfigurationRequest func (m *GetConfigurationRequest) String() string { return proto.CompactTextString(m) } func (*GetConfigurationRequest) ProtoMessage() {} func (*GetConfigurationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{3} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{3} } func (m *GetConfigurationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetConfigurationRequest.Unmarshal(m, b) @@ -348,7 +348,7 @@ func (m *ListConfigurationsRequest) Reset() { *m = ListConfigurationsReq func (m *ListConfigurationsRequest) String() string { return proto.CompactTextString(m) } func (*ListConfigurationsRequest) ProtoMessage() {} func (*ListConfigurationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{4} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{4} } func (m *ListConfigurationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListConfigurationsRequest.Unmarshal(m, b) @@ -501,7 +501,7 @@ func (m *ListConfigurationsResponse) Reset() { *m = ListConfigurationsRe func (m *ListConfigurationsResponse) String() string { return proto.CompactTextString(m) } func (*ListConfigurationsResponse) ProtoMessage() {} func (*ListConfigurationsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{5} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{5} } func (m *ListConfigurationsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListConfigurationsResponse.Unmarshal(m, b) @@ -549,7 +549,7 @@ func (m *GetTargetRequest) Reset() { *m = GetTargetRequest{} } func (m *GetTargetRequest) String() string { return proto.CompactTextString(m) } func (*GetTargetRequest) ProtoMessage() {} func (*GetTargetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{6} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{6} } func (m *GetTargetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTargetRequest.Unmarshal(m, b) @@ -599,7 +599,7 @@ func (m *ListTargetsRequest) Reset() { *m = ListTargetsRequest{} } func (m *ListTargetsRequest) String() string { return proto.CompactTextString(m) } func (*ListTargetsRequest) ProtoMessage() {} func (*ListTargetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{7} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{7} } func (m *ListTargetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTargetsRequest.Unmarshal(m, b) @@ -752,7 +752,7 @@ func (m *ListTargetsResponse) Reset() { *m = ListTargetsResponse{} } func (m *ListTargetsResponse) String() string { return proto.CompactTextString(m) } func (*ListTargetsResponse) ProtoMessage() {} func (*ListTargetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{8} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{8} } func (m *ListTargetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTargetsResponse.Unmarshal(m, b) @@ -800,7 +800,7 @@ func (m *GetConfiguredTargetRequest) Reset() { *m = GetConfiguredTargetR func (m *GetConfiguredTargetRequest) String() string { return proto.CompactTextString(m) } func (*GetConfiguredTargetRequest) ProtoMessage() {} func (*GetConfiguredTargetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{9} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{9} } func (m *GetConfiguredTargetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetConfiguredTargetRequest.Unmarshal(m, b) @@ -851,7 +851,7 @@ func (m *ListConfiguredTargetsRequest) Reset() { *m = ListConfiguredTarg func (m *ListConfiguredTargetsRequest) String() string { return proto.CompactTextString(m) } func (*ListConfiguredTargetsRequest) ProtoMessage() {} func (*ListConfiguredTargetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{10} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{10} } func (m *ListConfiguredTargetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListConfiguredTargetsRequest.Unmarshal(m, b) @@ -1004,7 +1004,7 @@ func (m *ListConfiguredTargetsResponse) Reset() { *m = ListConfiguredTar func (m *ListConfiguredTargetsResponse) String() string { return proto.CompactTextString(m) } func (*ListConfiguredTargetsResponse) ProtoMessage() {} func (*ListConfiguredTargetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{11} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{11} } func (m *ListConfiguredTargetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListConfiguredTargetsResponse.Unmarshal(m, b) @@ -1052,7 +1052,7 @@ func (m *GetActionRequest) Reset() { *m = GetActionRequest{} } func (m *GetActionRequest) String() string { return proto.CompactTextString(m) } func (*GetActionRequest) ProtoMessage() {} func (*GetActionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{12} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{12} } func (m *GetActionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetActionRequest.Unmarshal(m, b) @@ -1103,7 +1103,7 @@ func (m *ListActionsRequest) Reset() { *m = ListActionsRequest{} } func (m *ListActionsRequest) String() string { return proto.CompactTextString(m) } func (*ListActionsRequest) ProtoMessage() {} func (*ListActionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{13} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{13} } func (m *ListActionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListActionsRequest.Unmarshal(m, b) @@ -1256,7 +1256,7 @@ func (m *ListActionsResponse) Reset() { *m = ListActionsResponse{} } func (m *ListActionsResponse) String() string { return proto.CompactTextString(m) } func (*ListActionsResponse) ProtoMessage() {} func (*ListActionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{14} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{14} } func (m *ListActionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListActionsResponse.Unmarshal(m, b) @@ -1304,7 +1304,7 @@ func (m *GetFileSetRequest) Reset() { *m = GetFileSetRequest{} } func (m *GetFileSetRequest) String() string { return proto.CompactTextString(m) } func (*GetFileSetRequest) ProtoMessage() {} func (*GetFileSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{15} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{15} } func (m *GetFileSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFileSetRequest.Unmarshal(m, b) @@ -1354,7 +1354,7 @@ func (m *ListFileSetsRequest) Reset() { *m = ListFileSetsRequest{} } func (m *ListFileSetsRequest) String() string { return proto.CompactTextString(m) } func (*ListFileSetsRequest) ProtoMessage() {} func (*ListFileSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{16} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{16} } func (m *ListFileSetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFileSetsRequest.Unmarshal(m, b) @@ -1507,7 +1507,7 @@ func (m *ListFileSetsResponse) Reset() { *m = ListFileSetsResponse{} } func (m *ListFileSetsResponse) String() string { return proto.CompactTextString(m) } func (*ListFileSetsResponse) ProtoMessage() {} func (*ListFileSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_download_88466e78d28e9257, []int{17} + return fileDescriptor_resultstore_download_3481b489ba35ace6, []int{17} } func (m *ListFileSetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFileSetsResponse.Unmarshal(m, b) @@ -2166,10 +2166,10 @@ var _ResultStoreDownload_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/resultstore/v2/resultstore_download.proto", fileDescriptor_resultstore_download_88466e78d28e9257) + proto.RegisterFile("google/devtools/resultstore/v2/resultstore_download.proto", fileDescriptor_resultstore_download_3481b489ba35ace6) } -var fileDescriptor_resultstore_download_88466e78d28e9257 = []byte{ +var fileDescriptor_resultstore_download_3481b489ba35ace6 = []byte{ // 1043 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x98, 0xcf, 0x6f, 0xdc, 0x44, 0x14, 0xc7, 0x3b, 0xf9, 0x45, 0xf7, 0xa5, 0x85, 0xe6, 0x25, 0x14, 0xd7, 0xb4, 0x25, 0x32, 0x90, diff --git a/googleapis/devtools/resultstore/v2/resultstore_file_download.pb.go b/googleapis/devtools/resultstore/v2/resultstore_file_download.pb.go index a1026fbc76..6a70c7ebc3 100644 --- a/googleapis/devtools/resultstore/v2/resultstore_file_download.pb.go +++ b/googleapis/devtools/resultstore/v2/resultstore_file_download.pb.go @@ -51,7 +51,7 @@ func (m *GetFileRequest) Reset() { *m = GetFileRequest{} } func (m *GetFileRequest) String() string { return proto.CompactTextString(m) } func (*GetFileRequest) ProtoMessage() {} func (*GetFileRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_file_download_9c06bd8b688e49bb, []int{0} + return fileDescriptor_resultstore_file_download_ebcc3d1484fcd68b, []int{0} } func (m *GetFileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFileRequest.Unmarshal(m, b) @@ -105,7 +105,7 @@ func (m *GetFileResponse) Reset() { *m = GetFileResponse{} } func (m *GetFileResponse) String() string { return proto.CompactTextString(m) } func (*GetFileResponse) ProtoMessage() {} func (*GetFileResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_file_download_9c06bd8b688e49bb, []int{1} + return fileDescriptor_resultstore_file_download_ebcc3d1484fcd68b, []int{1} } func (m *GetFileResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFileResponse.Unmarshal(m, b) @@ -157,7 +157,7 @@ func (m *GetFileTailRequest) Reset() { *m = GetFileTailRequest{} } func (m *GetFileTailRequest) String() string { return proto.CompactTextString(m) } func (*GetFileTailRequest) ProtoMessage() {} func (*GetFileTailRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_file_download_9c06bd8b688e49bb, []int{2} + return fileDescriptor_resultstore_file_download_ebcc3d1484fcd68b, []int{2} } func (m *GetFileTailRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFileTailRequest.Unmarshal(m, b) @@ -211,7 +211,7 @@ func (m *GetFileTailResponse) Reset() { *m = GetFileTailResponse{} } func (m *GetFileTailResponse) String() string { return proto.CompactTextString(m) } func (*GetFileTailResponse) ProtoMessage() {} func (*GetFileTailResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_file_download_9c06bd8b688e49bb, []int{3} + return fileDescriptor_resultstore_file_download_ebcc3d1484fcd68b, []int{3} } func (m *GetFileTailResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFileTailResponse.Unmarshal(m, b) @@ -401,10 +401,10 @@ var _ResultStoreFileDownload_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/resultstore/v2/resultstore_file_download.proto", fileDescriptor_resultstore_file_download_9c06bd8b688e49bb) + proto.RegisterFile("google/devtools/resultstore/v2/resultstore_file_download.proto", fileDescriptor_resultstore_file_download_ebcc3d1484fcd68b) } -var fileDescriptor_resultstore_file_download_9c06bd8b688e49bb = []byte{ +var fileDescriptor_resultstore_file_download_ebcc3d1484fcd68b = []byte{ // 384 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x53, 0xc1, 0x4a, 0xe3, 0x40, 0x18, 0x26, 0xed, 0xb2, 0x4b, 0xa7, 0xcb, 0x6e, 0x99, 0x65, 0x69, 0x28, 0xdb, 0xb5, 0x04, 0x84, diff --git a/googleapis/devtools/resultstore/v2/resultstore_upload.pb.go b/googleapis/devtools/resultstore/v2/resultstore_upload.pb.go index 51d8f9584c..8a3f950d45 100644 --- a/googleapis/devtools/resultstore/v2/resultstore_upload.pb.go +++ b/googleapis/devtools/resultstore/v2/resultstore_upload.pb.go @@ -68,7 +68,7 @@ func (m *CreateInvocationRequest) Reset() { *m = CreateInvocationRequest func (m *CreateInvocationRequest) String() string { return proto.CompactTextString(m) } func (*CreateInvocationRequest) ProtoMessage() {} func (*CreateInvocationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{0} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{0} } func (m *CreateInvocationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateInvocationRequest.Unmarshal(m, b) @@ -142,7 +142,7 @@ func (m *UpdateInvocationRequest) Reset() { *m = UpdateInvocationRequest func (m *UpdateInvocationRequest) String() string { return proto.CompactTextString(m) } func (*UpdateInvocationRequest) ProtoMessage() {} func (*UpdateInvocationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{1} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{1} } func (m *UpdateInvocationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateInvocationRequest.Unmarshal(m, b) @@ -200,7 +200,7 @@ func (m *FinishInvocationRequest) Reset() { *m = FinishInvocationRequest func (m *FinishInvocationRequest) String() string { return proto.CompactTextString(m) } func (*FinishInvocationRequest) ProtoMessage() {} func (*FinishInvocationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{2} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{2} } func (m *FinishInvocationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FinishInvocationRequest.Unmarshal(m, b) @@ -250,7 +250,7 @@ func (m *FinishInvocationResponse) Reset() { *m = FinishInvocationRespon func (m *FinishInvocationResponse) String() string { return proto.CompactTextString(m) } func (*FinishInvocationResponse) ProtoMessage() {} func (*FinishInvocationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{3} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{3} } func (m *FinishInvocationResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FinishInvocationResponse.Unmarshal(m, b) @@ -313,7 +313,7 @@ func (m *CreateTargetRequest) Reset() { *m = CreateTargetRequest{} } func (m *CreateTargetRequest) String() string { return proto.CompactTextString(m) } func (*CreateTargetRequest) ProtoMessage() {} func (*CreateTargetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{4} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{4} } func (m *CreateTargetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateTargetRequest.Unmarshal(m, b) @@ -387,7 +387,7 @@ func (m *UpdateTargetRequest) Reset() { *m = UpdateTargetRequest{} } func (m *UpdateTargetRequest) String() string { return proto.CompactTextString(m) } func (*UpdateTargetRequest) ProtoMessage() {} func (*UpdateTargetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{5} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{5} } func (m *UpdateTargetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateTargetRequest.Unmarshal(m, b) @@ -445,7 +445,7 @@ func (m *FinishTargetRequest) Reset() { *m = FinishTargetRequest{} } func (m *FinishTargetRequest) String() string { return proto.CompactTextString(m) } func (*FinishTargetRequest) ProtoMessage() {} func (*FinishTargetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{6} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{6} } func (m *FinishTargetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FinishTargetRequest.Unmarshal(m, b) @@ -495,7 +495,7 @@ func (m *FinishTargetResponse) Reset() { *m = FinishTargetResponse{} } func (m *FinishTargetResponse) String() string { return proto.CompactTextString(m) } func (*FinishTargetResponse) ProtoMessage() {} func (*FinishTargetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{7} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{7} } func (m *FinishTargetResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FinishTargetResponse.Unmarshal(m, b) @@ -559,7 +559,7 @@ func (m *CreateConfiguredTargetRequest) Reset() { *m = CreateConfiguredT func (m *CreateConfiguredTargetRequest) String() string { return proto.CompactTextString(m) } func (*CreateConfiguredTargetRequest) ProtoMessage() {} func (*CreateConfiguredTargetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{8} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{8} } func (m *CreateConfiguredTargetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateConfiguredTargetRequest.Unmarshal(m, b) @@ -634,7 +634,7 @@ func (m *UpdateConfiguredTargetRequest) Reset() { *m = UpdateConfiguredT func (m *UpdateConfiguredTargetRequest) String() string { return proto.CompactTextString(m) } func (*UpdateConfiguredTargetRequest) ProtoMessage() {} func (*UpdateConfiguredTargetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{9} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{9} } func (m *UpdateConfiguredTargetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateConfiguredTargetRequest.Unmarshal(m, b) @@ -692,7 +692,7 @@ func (m *FinishConfiguredTargetRequest) Reset() { *m = FinishConfiguredT func (m *FinishConfiguredTargetRequest) String() string { return proto.CompactTextString(m) } func (*FinishConfiguredTargetRequest) ProtoMessage() {} func (*FinishConfiguredTargetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{10} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{10} } func (m *FinishConfiguredTargetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FinishConfiguredTargetRequest.Unmarshal(m, b) @@ -742,7 +742,7 @@ func (m *FinishConfiguredTargetResponse) Reset() { *m = FinishConfigured func (m *FinishConfiguredTargetResponse) String() string { return proto.CompactTextString(m) } func (*FinishConfiguredTargetResponse) ProtoMessage() {} func (*FinishConfiguredTargetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{11} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{11} } func (m *FinishConfiguredTargetResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FinishConfiguredTargetResponse.Unmarshal(m, b) @@ -806,7 +806,7 @@ func (m *CreateActionRequest) Reset() { *m = CreateActionRequest{} } func (m *CreateActionRequest) String() string { return proto.CompactTextString(m) } func (*CreateActionRequest) ProtoMessage() {} func (*CreateActionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{12} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{12} } func (m *CreateActionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateActionRequest.Unmarshal(m, b) @@ -881,7 +881,7 @@ func (m *UpdateActionRequest) Reset() { *m = UpdateActionRequest{} } func (m *UpdateActionRequest) String() string { return proto.CompactTextString(m) } func (*UpdateActionRequest) ProtoMessage() {} func (*UpdateActionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{13} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{13} } func (m *UpdateActionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateActionRequest.Unmarshal(m, b) @@ -952,7 +952,7 @@ func (m *CreateConfigurationRequest) Reset() { *m = CreateConfigurationR func (m *CreateConfigurationRequest) String() string { return proto.CompactTextString(m) } func (*CreateConfigurationRequest) ProtoMessage() {} func (*CreateConfigurationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{14} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{14} } func (m *CreateConfigurationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateConfigurationRequest.Unmarshal(m, b) @@ -1026,7 +1026,7 @@ func (m *UpdateConfigurationRequest) Reset() { *m = UpdateConfigurationR func (m *UpdateConfigurationRequest) String() string { return proto.CompactTextString(m) } func (*UpdateConfigurationRequest) ProtoMessage() {} func (*UpdateConfigurationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{15} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{15} } func (m *UpdateConfigurationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateConfigurationRequest.Unmarshal(m, b) @@ -1095,7 +1095,7 @@ func (m *CreateFileSetRequest) Reset() { *m = CreateFileSetRequest{} } func (m *CreateFileSetRequest) String() string { return proto.CompactTextString(m) } func (*CreateFileSetRequest) ProtoMessage() {} func (*CreateFileSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{16} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{16} } func (m *CreateFileSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateFileSetRequest.Unmarshal(m, b) @@ -1169,7 +1169,7 @@ func (m *UpdateFileSetRequest) Reset() { *m = UpdateFileSetRequest{} } func (m *UpdateFileSetRequest) String() string { return proto.CompactTextString(m) } func (*UpdateFileSetRequest) ProtoMessage() {} func (*UpdateFileSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resultstore_upload_6e83fc95b9ff09ba, []int{17} + return fileDescriptor_resultstore_upload_c44d7b55c8a904a0, []int{17} } func (m *UpdateFileSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateFileSetRequest.Unmarshal(m, b) @@ -2104,10 +2104,10 @@ var _ResultStoreUpload_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/resultstore/v2/resultstore_upload.proto", fileDescriptor_resultstore_upload_6e83fc95b9ff09ba) + proto.RegisterFile("google/devtools/resultstore/v2/resultstore_upload.proto", fileDescriptor_resultstore_upload_c44d7b55c8a904a0) } -var fileDescriptor_resultstore_upload_6e83fc95b9ff09ba = []byte{ +var fileDescriptor_resultstore_upload_c44d7b55c8a904a0 = []byte{ // 1348 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x99, 0xcf, 0x6f, 0xdc, 0x44, 0x14, 0xc7, 0x35, 0xbb, 0x6d, 0x69, 0x5e, 0x12, 0x48, 0x27, 0x51, 0x12, 0x19, 0x92, 0x46, 0x0e, diff --git a/googleapis/devtools/resultstore/v2/target.pb.go b/googleapis/devtools/resultstore/v2/target.pb.go index f8a0327ddc..a2085b88bf 100644 --- a/googleapis/devtools/resultstore/v2/target.pb.go +++ b/googleapis/devtools/resultstore/v2/target.pb.go @@ -57,7 +57,7 @@ func (x TargetType) String() string { return proto.EnumName(TargetType_name, int32(x)) } func (TargetType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_target_b8fdf1dcefa00c81, []int{0} + return fileDescriptor_target_3c0ccbffe81e229a, []int{0} } // Indicates how big the user indicated the test action was. @@ -99,7 +99,7 @@ func (x TestSize) String() string { return proto.EnumName(TestSize_name, int32(x)) } func (TestSize) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_target_b8fdf1dcefa00c81, []int{1} + return fileDescriptor_target_3c0ccbffe81e229a, []int{1} } // Each Target represents data for a given target in a given Invocation. @@ -142,7 +142,7 @@ func (m *Target) Reset() { *m = Target{} } func (m *Target) String() string { return proto.CompactTextString(m) } func (*Target) ProtoMessage() {} func (*Target) Descriptor() ([]byte, []int) { - return fileDescriptor_target_b8fdf1dcefa00c81, []int{0} + return fileDescriptor_target_3c0ccbffe81e229a, []int{0} } func (m *Target) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Target.Unmarshal(m, b) @@ -240,7 +240,7 @@ func (m *Target_Id) Reset() { *m = Target_Id{} } func (m *Target_Id) String() string { return proto.CompactTextString(m) } func (*Target_Id) ProtoMessage() {} func (*Target_Id) Descriptor() ([]byte, []int) { - return fileDescriptor_target_b8fdf1dcefa00c81, []int{0, 0} + return fileDescriptor_target_3c0ccbffe81e229a, []int{0, 0} } func (m *Target_Id) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Target_Id.Unmarshal(m, b) @@ -295,7 +295,7 @@ func (m *TargetAttributes) Reset() { *m = TargetAttributes{} } func (m *TargetAttributes) String() string { return proto.CompactTextString(m) } func (*TargetAttributes) ProtoMessage() {} func (*TargetAttributes) Descriptor() ([]byte, []int) { - return fileDescriptor_target_b8fdf1dcefa00c81, []int{1} + return fileDescriptor_target_3c0ccbffe81e229a, []int{1} } func (m *TargetAttributes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetAttributes.Unmarshal(m, b) @@ -349,7 +349,7 @@ func (m *TestAttributes) Reset() { *m = TestAttributes{} } func (m *TestAttributes) String() string { return proto.CompactTextString(m) } func (*TestAttributes) ProtoMessage() {} func (*TestAttributes) Descriptor() ([]byte, []int) { - return fileDescriptor_target_b8fdf1dcefa00c81, []int{2} + return fileDescriptor_target_3c0ccbffe81e229a, []int{2} } func (m *TestAttributes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TestAttributes.Unmarshal(m, b) @@ -386,10 +386,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/resultstore/v2/target.proto", fileDescriptor_target_b8fdf1dcefa00c81) + proto.RegisterFile("google/devtools/resultstore/v2/target.proto", fileDescriptor_target_3c0ccbffe81e229a) } -var fileDescriptor_target_b8fdf1dcefa00c81 = []byte{ +var fileDescriptor_target_3c0ccbffe81e229a = []byte{ // 628 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x54, 0xed, 0x6a, 0xdb, 0x4a, 0x10, 0xbd, 0xb2, 0x65, 0x47, 0x1e, 0xe7, 0x3a, 0xba, 0x0b, 0x97, 0xaa, 0x09, 0x14, 0xe3, 0x96, diff --git a/googleapis/devtools/resultstore/v2/test_suite.pb.go b/googleapis/devtools/resultstore/v2/test_suite.pb.go index 74792478c9..a04dfc70aa 100644 --- a/googleapis/devtools/resultstore/v2/test_suite.pb.go +++ b/googleapis/devtools/resultstore/v2/test_suite.pb.go @@ -68,7 +68,7 @@ func (x TestCase_Result) String() string { return proto.EnumName(TestCase_Result_name, int32(x)) } func (TestCase_Result) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_test_suite_1695bfaa4a4b62a2, []int{2, 0} + return fileDescriptor_test_suite_48f943d641146787, []int{2, 0} } // The result of running a test suite, as reported in a element of @@ -107,7 +107,7 @@ func (m *TestSuite) Reset() { *m = TestSuite{} } func (m *TestSuite) String() string { return proto.CompactTextString(m) } func (*TestSuite) ProtoMessage() {} func (*TestSuite) Descriptor() ([]byte, []int) { - return fileDescriptor_test_suite_1695bfaa4a4b62a2, []int{0} + return fileDescriptor_test_suite_48f943d641146787, []int{0} } func (m *TestSuite) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TestSuite.Unmarshal(m, b) @@ -194,7 +194,7 @@ func (m *Test) Reset() { *m = Test{} } func (m *Test) String() string { return proto.CompactTextString(m) } func (*Test) ProtoMessage() {} func (*Test) Descriptor() ([]byte, []int) { - return fileDescriptor_test_suite_1695bfaa4a4b62a2, []int{1} + return fileDescriptor_test_suite_48f943d641146787, []int{1} } func (m *Test) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Test.Unmarshal(m, b) @@ -363,7 +363,7 @@ func (m *TestCase) Reset() { *m = TestCase{} } func (m *TestCase) String() string { return proto.CompactTextString(m) } func (*TestCase) ProtoMessage() {} func (*TestCase) Descriptor() ([]byte, []int) { - return fileDescriptor_test_suite_1695bfaa4a4b62a2, []int{2} + return fileDescriptor_test_suite_48f943d641146787, []int{2} } func (m *TestCase) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TestCase.Unmarshal(m, b) @@ -477,7 +477,7 @@ func (m *TestFailure) Reset() { *m = TestFailure{} } func (m *TestFailure) String() string { return proto.CompactTextString(m) } func (*TestFailure) ProtoMessage() {} func (*TestFailure) Descriptor() ([]byte, []int) { - return fileDescriptor_test_suite_1695bfaa4a4b62a2, []int{3} + return fileDescriptor_test_suite_48f943d641146787, []int{3} } func (m *TestFailure) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TestFailure.Unmarshal(m, b) @@ -558,7 +558,7 @@ func (m *TestError) Reset() { *m = TestError{} } func (m *TestError) String() string { return proto.CompactTextString(m) } func (*TestError) ProtoMessage() {} func (*TestError) Descriptor() ([]byte, []int) { - return fileDescriptor_test_suite_1695bfaa4a4b62a2, []int{4} + return fileDescriptor_test_suite_48f943d641146787, []int{4} } func (m *TestError) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TestError.Unmarshal(m, b) @@ -609,10 +609,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/resultstore/v2/test_suite.proto", fileDescriptor_test_suite_1695bfaa4a4b62a2) + proto.RegisterFile("google/devtools/resultstore/v2/test_suite.proto", fileDescriptor_test_suite_48f943d641146787) } -var fileDescriptor_test_suite_1695bfaa4a4b62a2 = []byte{ +var fileDescriptor_test_suite_48f943d641146787 = []byte{ // 671 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x95, 0x5f, 0x6f, 0xd3, 0x3a, 0x18, 0xc6, 0x97, 0xb6, 0xcb, 0x92, 0x37, 0x5b, 0x57, 0xf9, 0x62, 0x8a, 0x76, 0xb4, 0x73, 0xaa, diff --git a/googleapis/devtools/source/v1/source_context.pb.go b/googleapis/devtools/source/v1/source_context.pb.go index 070aa409a3..1e40993ab7 100644 --- a/googleapis/devtools/source/v1/source_context.pb.go +++ b/googleapis/devtools/source/v1/source_context.pb.go @@ -52,7 +52,7 @@ func (x AliasContext_Kind) String() string { return proto.EnumName(AliasContext_Kind_name, int32(x)) } func (AliasContext_Kind) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_source_context_1ea7723ad5b6ed16, []int{2, 0} + return fileDescriptor_source_context_95d7fc1394bb1b31, []int{2, 0} } // A SourceContext is a reference to a tree of files. A SourceContext together @@ -75,7 +75,7 @@ func (m *SourceContext) Reset() { *m = SourceContext{} } func (m *SourceContext) String() string { return proto.CompactTextString(m) } func (*SourceContext) ProtoMessage() {} func (*SourceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_1ea7723ad5b6ed16, []int{0} + return fileDescriptor_source_context_95d7fc1394bb1b31, []int{0} } func (m *SourceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SourceContext.Unmarshal(m, b) @@ -286,7 +286,7 @@ func (m *ExtendedSourceContext) Reset() { *m = ExtendedSourceContext{} } func (m *ExtendedSourceContext) String() string { return proto.CompactTextString(m) } func (*ExtendedSourceContext) ProtoMessage() {} func (*ExtendedSourceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_1ea7723ad5b6ed16, []int{1} + return fileDescriptor_source_context_95d7fc1394bb1b31, []int{1} } func (m *ExtendedSourceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtendedSourceContext.Unmarshal(m, b) @@ -335,7 +335,7 @@ func (m *AliasContext) Reset() { *m = AliasContext{} } func (m *AliasContext) String() string { return proto.CompactTextString(m) } func (*AliasContext) ProtoMessage() {} func (*AliasContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_1ea7723ad5b6ed16, []int{2} + return fileDescriptor_source_context_95d7fc1394bb1b31, []int{2} } func (m *AliasContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AliasContext.Unmarshal(m, b) @@ -391,7 +391,7 @@ func (m *CloudRepoSourceContext) Reset() { *m = CloudRepoSourceContext{} func (m *CloudRepoSourceContext) String() string { return proto.CompactTextString(m) } func (*CloudRepoSourceContext) ProtoMessage() {} func (*CloudRepoSourceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_1ea7723ad5b6ed16, []int{3} + return fileDescriptor_source_context_95d7fc1394bb1b31, []int{3} } func (m *CloudRepoSourceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CloudRepoSourceContext.Unmarshal(m, b) @@ -569,7 +569,7 @@ func (m *CloudWorkspaceSourceContext) Reset() { *m = CloudWorkspaceSourc func (m *CloudWorkspaceSourceContext) String() string { return proto.CompactTextString(m) } func (*CloudWorkspaceSourceContext) ProtoMessage() {} func (*CloudWorkspaceSourceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_1ea7723ad5b6ed16, []int{4} + return fileDescriptor_source_context_95d7fc1394bb1b31, []int{4} } func (m *CloudWorkspaceSourceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CloudWorkspaceSourceContext.Unmarshal(m, b) @@ -628,7 +628,7 @@ func (m *GerritSourceContext) Reset() { *m = GerritSourceContext{} } func (m *GerritSourceContext) String() string { return proto.CompactTextString(m) } func (*GerritSourceContext) ProtoMessage() {} func (*GerritSourceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_1ea7723ad5b6ed16, []int{5} + return fileDescriptor_source_context_95d7fc1394bb1b31, []int{5} } func (m *GerritSourceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GerritSourceContext.Unmarshal(m, b) @@ -814,7 +814,7 @@ func (m *GitSourceContext) Reset() { *m = GitSourceContext{} } func (m *GitSourceContext) String() string { return proto.CompactTextString(m) } func (*GitSourceContext) ProtoMessage() {} func (*GitSourceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_1ea7723ad5b6ed16, []int{6} + return fileDescriptor_source_context_95d7fc1394bb1b31, []int{6} } func (m *GitSourceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GitSourceContext.Unmarshal(m, b) @@ -866,7 +866,7 @@ func (m *RepoId) Reset() { *m = RepoId{} } func (m *RepoId) String() string { return proto.CompactTextString(m) } func (*RepoId) ProtoMessage() {} func (*RepoId) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_1ea7723ad5b6ed16, []int{7} + return fileDescriptor_source_context_95d7fc1394bb1b31, []int{7} } func (m *RepoId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RepoId.Unmarshal(m, b) @@ -1009,7 +1009,7 @@ func (m *ProjectRepoId) Reset() { *m = ProjectRepoId{} } func (m *ProjectRepoId) String() string { return proto.CompactTextString(m) } func (*ProjectRepoId) ProtoMessage() {} func (*ProjectRepoId) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_1ea7723ad5b6ed16, []int{8} + return fileDescriptor_source_context_95d7fc1394bb1b31, []int{8} } func (m *ProjectRepoId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectRepoId.Unmarshal(m, b) @@ -1061,7 +1061,7 @@ func (m *CloudWorkspaceId) Reset() { *m = CloudWorkspaceId{} } func (m *CloudWorkspaceId) String() string { return proto.CompactTextString(m) } func (*CloudWorkspaceId) ProtoMessage() {} func (*CloudWorkspaceId) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_1ea7723ad5b6ed16, []int{9} + return fileDescriptor_source_context_95d7fc1394bb1b31, []int{9} } func (m *CloudWorkspaceId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CloudWorkspaceId.Unmarshal(m, b) @@ -1111,10 +1111,10 @@ func init() { } func init() { - proto.RegisterFile("google/devtools/source/v1/source_context.proto", fileDescriptor_source_context_1ea7723ad5b6ed16) + proto.RegisterFile("google/devtools/source/v1/source_context.proto", fileDescriptor_source_context_95d7fc1394bb1b31) } -var fileDescriptor_source_context_1ea7723ad5b6ed16 = []byte{ +var fileDescriptor_source_context_95d7fc1394bb1b31 = []byte{ // 809 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0x5d, 0x4e, 0xdb, 0x4a, 0x14, 0x8e, 0x9d, 0x90, 0xe0, 0x13, 0x02, 0xd1, 0xdc, 0x1f, 0x05, 0xb8, 0x08, 0xf0, 0xd5, 0xd5, diff --git a/googleapis/devtools/sourcerepo/v1/sourcerepo.pb.go b/googleapis/devtools/sourcerepo/v1/sourcerepo.pb.go index ea5cdf89d4..796b102ee6 100644 --- a/googleapis/devtools/sourcerepo/v1/sourcerepo.pb.go +++ b/googleapis/devtools/sourcerepo/v1/sourcerepo.pb.go @@ -50,7 +50,7 @@ func (m *Repo) Reset() { *m = Repo{} } func (m *Repo) String() string { return proto.CompactTextString(m) } func (*Repo) ProtoMessage() {} func (*Repo) Descriptor() ([]byte, []int) { - return fileDescriptor_sourcerepo_3c8790c27be2e283, []int{0} + return fileDescriptor_sourcerepo_96faf75821b8b3a1, []int{0} } func (m *Repo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Repo.Unmarshal(m, b) @@ -121,7 +121,7 @@ func (m *MirrorConfig) Reset() { *m = MirrorConfig{} } func (m *MirrorConfig) String() string { return proto.CompactTextString(m) } func (*MirrorConfig) ProtoMessage() {} func (*MirrorConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_sourcerepo_3c8790c27be2e283, []int{1} + return fileDescriptor_sourcerepo_96faf75821b8b3a1, []int{1} } func (m *MirrorConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MirrorConfig.Unmarshal(m, b) @@ -176,7 +176,7 @@ func (m *GetRepoRequest) Reset() { *m = GetRepoRequest{} } func (m *GetRepoRequest) String() string { return proto.CompactTextString(m) } func (*GetRepoRequest) ProtoMessage() {} func (*GetRepoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_sourcerepo_3c8790c27be2e283, []int{2} + return fileDescriptor_sourcerepo_96faf75821b8b3a1, []int{2} } func (m *GetRepoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetRepoRequest.Unmarshal(m, b) @@ -224,7 +224,7 @@ func (m *ListReposRequest) Reset() { *m = ListReposRequest{} } func (m *ListReposRequest) String() string { return proto.CompactTextString(m) } func (*ListReposRequest) ProtoMessage() {} func (*ListReposRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_sourcerepo_3c8790c27be2e283, []int{3} + return fileDescriptor_sourcerepo_96faf75821b8b3a1, []int{3} } func (m *ListReposRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListReposRequest.Unmarshal(m, b) @@ -282,7 +282,7 @@ func (m *ListReposResponse) Reset() { *m = ListReposResponse{} } func (m *ListReposResponse) String() string { return proto.CompactTextString(m) } func (*ListReposResponse) ProtoMessage() {} func (*ListReposResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_sourcerepo_3c8790c27be2e283, []int{4} + return fileDescriptor_sourcerepo_96faf75821b8b3a1, []int{4} } func (m *ListReposResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListReposResponse.Unmarshal(m, b) @@ -333,7 +333,7 @@ func (m *CreateRepoRequest) Reset() { *m = CreateRepoRequest{} } func (m *CreateRepoRequest) String() string { return proto.CompactTextString(m) } func (*CreateRepoRequest) ProtoMessage() {} func (*CreateRepoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_sourcerepo_3c8790c27be2e283, []int{5} + return fileDescriptor_sourcerepo_96faf75821b8b3a1, []int{5} } func (m *CreateRepoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateRepoRequest.Unmarshal(m, b) @@ -381,7 +381,7 @@ func (m *DeleteRepoRequest) Reset() { *m = DeleteRepoRequest{} } func (m *DeleteRepoRequest) String() string { return proto.CompactTextString(m) } func (*DeleteRepoRequest) ProtoMessage() {} func (*DeleteRepoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_sourcerepo_3c8790c27be2e283, []int{6} + return fileDescriptor_sourcerepo_96faf75821b8b3a1, []int{6} } func (m *DeleteRepoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteRepoRequest.Unmarshal(m, b) @@ -721,10 +721,10 @@ var _SourceRepo_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/devtools/sourcerepo/v1/sourcerepo.proto", fileDescriptor_sourcerepo_3c8790c27be2e283) + proto.RegisterFile("google/devtools/sourcerepo/v1/sourcerepo.proto", fileDescriptor_sourcerepo_96faf75821b8b3a1) } -var fileDescriptor_sourcerepo_3c8790c27be2e283 = []byte{ +var fileDescriptor_sourcerepo_96faf75821b8b3a1 = []byte{ // 743 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0xd1, 0x6e, 0xd3, 0x4a, 0x10, 0xd5, 0x36, 0x69, 0x7b, 0x33, 0x4d, 0x6f, 0xdb, 0x95, 0x6e, 0x15, 0xa5, 0x37, 0x55, 0xae, diff --git a/googleapis/example/library/v1/library.pb.go b/googleapis/example/library/v1/library.pb.go index 8ee3bcfe77..b18fb8046f 100644 --- a/googleapis/example/library/v1/library.pb.go +++ b/googleapis/example/library/v1/library.pb.go @@ -46,7 +46,7 @@ func (m *Book) Reset() { *m = Book{} } func (m *Book) String() string { return proto.CompactTextString(m) } func (*Book) ProtoMessage() {} func (*Book) Descriptor() ([]byte, []int) { - return fileDescriptor_library_fcff9dd9d5d18d9c, []int{0} + return fileDescriptor_library_1838ee047f1c2e83, []int{0} } func (m *Book) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Book.Unmarshal(m, b) @@ -111,7 +111,7 @@ func (m *Shelf) Reset() { *m = Shelf{} } func (m *Shelf) String() string { return proto.CompactTextString(m) } func (*Shelf) ProtoMessage() {} func (*Shelf) Descriptor() ([]byte, []int) { - return fileDescriptor_library_fcff9dd9d5d18d9c, []int{1} + return fileDescriptor_library_1838ee047f1c2e83, []int{1} } func (m *Shelf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Shelf.Unmarshal(m, b) @@ -158,7 +158,7 @@ func (m *CreateShelfRequest) Reset() { *m = CreateShelfRequest{} } func (m *CreateShelfRequest) String() string { return proto.CompactTextString(m) } func (*CreateShelfRequest) ProtoMessage() {} func (*CreateShelfRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_library_fcff9dd9d5d18d9c, []int{2} + return fileDescriptor_library_1838ee047f1c2e83, []int{2} } func (m *CreateShelfRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateShelfRequest.Unmarshal(m, b) @@ -198,7 +198,7 @@ func (m *GetShelfRequest) Reset() { *m = GetShelfRequest{} } func (m *GetShelfRequest) String() string { return proto.CompactTextString(m) } func (*GetShelfRequest) ProtoMessage() {} func (*GetShelfRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_library_fcff9dd9d5d18d9c, []int{3} + return fileDescriptor_library_1838ee047f1c2e83, []int{3} } func (m *GetShelfRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetShelfRequest.Unmarshal(m, b) @@ -244,7 +244,7 @@ func (m *ListShelvesRequest) Reset() { *m = ListShelvesRequest{} } func (m *ListShelvesRequest) String() string { return proto.CompactTextString(m) } func (*ListShelvesRequest) ProtoMessage() {} func (*ListShelvesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_library_fcff9dd9d5d18d9c, []int{4} + return fileDescriptor_library_1838ee047f1c2e83, []int{4} } func (m *ListShelvesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListShelvesRequest.Unmarshal(m, b) @@ -297,7 +297,7 @@ func (m *ListShelvesResponse) Reset() { *m = ListShelvesResponse{} } func (m *ListShelvesResponse) String() string { return proto.CompactTextString(m) } func (*ListShelvesResponse) ProtoMessage() {} func (*ListShelvesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_library_fcff9dd9d5d18d9c, []int{5} + return fileDescriptor_library_1838ee047f1c2e83, []int{5} } func (m *ListShelvesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListShelvesResponse.Unmarshal(m, b) @@ -344,7 +344,7 @@ func (m *DeleteShelfRequest) Reset() { *m = DeleteShelfRequest{} } func (m *DeleteShelfRequest) String() string { return proto.CompactTextString(m) } func (*DeleteShelfRequest) ProtoMessage() {} func (*DeleteShelfRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_library_fcff9dd9d5d18d9c, []int{6} + return fileDescriptor_library_1838ee047f1c2e83, []int{6} } func (m *DeleteShelfRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteShelfRequest.Unmarshal(m, b) @@ -387,7 +387,7 @@ func (m *MergeShelvesRequest) Reset() { *m = MergeShelvesRequest{} } func (m *MergeShelvesRequest) String() string { return proto.CompactTextString(m) } func (*MergeShelvesRequest) ProtoMessage() {} func (*MergeShelvesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_library_fcff9dd9d5d18d9c, []int{7} + return fileDescriptor_library_1838ee047f1c2e83, []int{7} } func (m *MergeShelvesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MergeShelvesRequest.Unmarshal(m, b) @@ -436,7 +436,7 @@ func (m *CreateBookRequest) Reset() { *m = CreateBookRequest{} } func (m *CreateBookRequest) String() string { return proto.CompactTextString(m) } func (*CreateBookRequest) ProtoMessage() {} func (*CreateBookRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_library_fcff9dd9d5d18d9c, []int{8} + return fileDescriptor_library_1838ee047f1c2e83, []int{8} } func (m *CreateBookRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateBookRequest.Unmarshal(m, b) @@ -483,7 +483,7 @@ func (m *GetBookRequest) Reset() { *m = GetBookRequest{} } func (m *GetBookRequest) String() string { return proto.CompactTextString(m) } func (*GetBookRequest) ProtoMessage() {} func (*GetBookRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_library_fcff9dd9d5d18d9c, []int{9} + return fileDescriptor_library_1838ee047f1c2e83, []int{9} } func (m *GetBookRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetBookRequest.Unmarshal(m, b) @@ -531,7 +531,7 @@ func (m *ListBooksRequest) Reset() { *m = ListBooksRequest{} } func (m *ListBooksRequest) String() string { return proto.CompactTextString(m) } func (*ListBooksRequest) ProtoMessage() {} func (*ListBooksRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_library_fcff9dd9d5d18d9c, []int{10} + return fileDescriptor_library_1838ee047f1c2e83, []int{10} } func (m *ListBooksRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListBooksRequest.Unmarshal(m, b) @@ -591,7 +591,7 @@ func (m *ListBooksResponse) Reset() { *m = ListBooksResponse{} } func (m *ListBooksResponse) String() string { return proto.CompactTextString(m) } func (*ListBooksResponse) ProtoMessage() {} func (*ListBooksResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_library_fcff9dd9d5d18d9c, []int{11} + return fileDescriptor_library_1838ee047f1c2e83, []int{11} } func (m *ListBooksResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListBooksResponse.Unmarshal(m, b) @@ -640,7 +640,7 @@ func (m *UpdateBookRequest) Reset() { *m = UpdateBookRequest{} } func (m *UpdateBookRequest) String() string { return proto.CompactTextString(m) } func (*UpdateBookRequest) ProtoMessage() {} func (*UpdateBookRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_library_fcff9dd9d5d18d9c, []int{12} + return fileDescriptor_library_1838ee047f1c2e83, []int{12} } func (m *UpdateBookRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateBookRequest.Unmarshal(m, b) @@ -687,7 +687,7 @@ func (m *DeleteBookRequest) Reset() { *m = DeleteBookRequest{} } func (m *DeleteBookRequest) String() string { return proto.CompactTextString(m) } func (*DeleteBookRequest) ProtoMessage() {} func (*DeleteBookRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_library_fcff9dd9d5d18d9c, []int{13} + return fileDescriptor_library_1838ee047f1c2e83, []int{13} } func (m *DeleteBookRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteBookRequest.Unmarshal(m, b) @@ -730,7 +730,7 @@ func (m *MoveBookRequest) Reset() { *m = MoveBookRequest{} } func (m *MoveBookRequest) String() string { return proto.CompactTextString(m) } func (*MoveBookRequest) ProtoMessage() {} func (*MoveBookRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_library_fcff9dd9d5d18d9c, []int{14} + return fileDescriptor_library_1838ee047f1c2e83, []int{14} } func (m *MoveBookRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MoveBookRequest.Unmarshal(m, b) @@ -1229,10 +1229,10 @@ var _LibraryService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/example/library/v1/library.proto", fileDescriptor_library_fcff9dd9d5d18d9c) + proto.RegisterFile("google/example/library/v1/library.proto", fileDescriptor_library_1838ee047f1c2e83) } -var fileDescriptor_library_fcff9dd9d5d18d9c = []byte{ +var fileDescriptor_library_1838ee047f1c2e83 = []byte{ // 1041 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x57, 0x4b, 0x53, 0xdb, 0x56, 0x14, 0x1e, 0x19, 0xf3, 0x3a, 0xe6, 0x11, 0x2e, 0x94, 0x38, 0x0e, 0x29, 0x46, 0x49, 0x69, 0x30, diff --git a/googleapis/firebase/fcm/connection/v1alpha1/connection_api.pb.go b/googleapis/firebase/fcm/connection/v1alpha1/connection_api.pb.go index 1115b54001..99a7b60839 100644 --- a/googleapis/firebase/fcm/connection/v1alpha1/connection_api.pb.go +++ b/googleapis/firebase/fcm/connection/v1alpha1/connection_api.pb.go @@ -41,7 +41,7 @@ func (m *UpstreamRequest) Reset() { *m = UpstreamRequest{} } func (m *UpstreamRequest) String() string { return proto.CompactTextString(m) } func (*UpstreamRequest) ProtoMessage() {} func (*UpstreamRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_connection_api_e2e68185fc0238ce, []int{0} + return fileDescriptor_connection_api_678fe704a2040da8, []int{0} } func (m *UpstreamRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpstreamRequest.Unmarshal(m, b) @@ -156,7 +156,7 @@ func (m *DownstreamResponse) Reset() { *m = DownstreamResponse{} } func (m *DownstreamResponse) String() string { return proto.CompactTextString(m) } func (*DownstreamResponse) ProtoMessage() {} func (*DownstreamResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_connection_api_e2e68185fc0238ce, []int{1} + return fileDescriptor_connection_api_678fe704a2040da8, []int{1} } func (m *DownstreamResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DownstreamResponse.Unmarshal(m, b) @@ -271,7 +271,7 @@ func (m *Ack) Reset() { *m = Ack{} } func (m *Ack) String() string { return proto.CompactTextString(m) } func (*Ack) ProtoMessage() {} func (*Ack) Descriptor() ([]byte, []int) { - return fileDescriptor_connection_api_e2e68185fc0238ce, []int{2} + return fileDescriptor_connection_api_678fe704a2040da8, []int{2} } func (m *Ack) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Ack.Unmarshal(m, b) @@ -319,7 +319,7 @@ func (m *Message) Reset() { *m = Message{} } func (m *Message) String() string { return proto.CompactTextString(m) } func (*Message) ProtoMessage() {} func (*Message) Descriptor() ([]byte, []int) { - return fileDescriptor_connection_api_e2e68185fc0238ce, []int{3} + return fileDescriptor_connection_api_678fe704a2040da8, []int{3} } func (m *Message) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Message.Unmarshal(m, b) @@ -504,10 +504,10 @@ var _ConnectionApi_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/firebase/fcm/connection/v1alpha1/connection_api.proto", fileDescriptor_connection_api_e2e68185fc0238ce) + proto.RegisterFile("google/firebase/fcm/connection/v1alpha1/connection_api.proto", fileDescriptor_connection_api_678fe704a2040da8) } -var fileDescriptor_connection_api_e2e68185fc0238ce = []byte{ +var fileDescriptor_connection_api_678fe704a2040da8 = []byte{ // 453 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0xc1, 0x6e, 0x13, 0x31, 0x10, 0x86, 0xb3, 0xd9, 0x42, 0x94, 0x09, 0xa5, 0xc8, 0xe2, 0x10, 0xad, 0x40, 0x54, 0x11, 0x12, diff --git a/googleapis/firestore/admin/v1/field.pb.go b/googleapis/firestore/admin/v1/field.pb.go index cad72d3796..1a47eae64f 100644 --- a/googleapis/firestore/admin/v1/field.pb.go +++ b/googleapis/firestore/admin/v1/field.pb.go @@ -65,7 +65,7 @@ func (m *Field) Reset() { *m = Field{} } func (m *Field) String() string { return proto.CompactTextString(m) } func (*Field) ProtoMessage() {} func (*Field) Descriptor() ([]byte, []int) { - return fileDescriptor_field_61f9a7c01e3abed2, []int{0} + return fileDescriptor_field_f3c3d86fef574b48, []int{0} } func (m *Field) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Field.Unmarshal(m, b) @@ -129,7 +129,7 @@ func (m *Field_IndexConfig) Reset() { *m = Field_IndexConfig{} } func (m *Field_IndexConfig) String() string { return proto.CompactTextString(m) } func (*Field_IndexConfig) ProtoMessage() {} func (*Field_IndexConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_field_61f9a7c01e3abed2, []int{0, 0} + return fileDescriptor_field_f3c3d86fef574b48, []int{0, 0} } func (m *Field_IndexConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Field_IndexConfig.Unmarshal(m, b) @@ -183,10 +183,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/admin/v1/field.proto", fileDescriptor_field_61f9a7c01e3abed2) + proto.RegisterFile("google/firestore/admin/v1/field.proto", fileDescriptor_field_f3c3d86fef574b48) } -var fileDescriptor_field_61f9a7c01e3abed2 = []byte{ +var fileDescriptor_field_f3c3d86fef574b48 = []byte{ // 352 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x4f, 0x4b, 0xc3, 0x30, 0x18, 0xc6, 0x49, 0x37, 0xff, 0x2c, 0x55, 0x0f, 0xc1, 0x43, 0x1d, 0x13, 0x8b, 0x30, 0xd8, 0x41, diff --git a/googleapis/firestore/admin/v1/firestore_admin.pb.go b/googleapis/firestore/admin/v1/firestore_admin.pb.go index dffc414578..e96913f824 100644 --- a/googleapis/firestore/admin/v1/firestore_admin.pb.go +++ b/googleapis/firestore/admin/v1/firestore_admin.pb.go @@ -43,7 +43,7 @@ func (m *CreateIndexRequest) Reset() { *m = CreateIndexRequest{} } func (m *CreateIndexRequest) String() string { return proto.CompactTextString(m) } func (*CreateIndexRequest) ProtoMessage() {} func (*CreateIndexRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_e8e4a62c6cb850cf, []int{0} + return fileDescriptor_firestore_admin_5cf2286451a3a340, []int{0} } func (m *CreateIndexRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateIndexRequest.Unmarshal(m, b) @@ -99,7 +99,7 @@ func (m *ListIndexesRequest) Reset() { *m = ListIndexesRequest{} } func (m *ListIndexesRequest) String() string { return proto.CompactTextString(m) } func (*ListIndexesRequest) ProtoMessage() {} func (*ListIndexesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_e8e4a62c6cb850cf, []int{1} + return fileDescriptor_firestore_admin_5cf2286451a3a340, []int{1} } func (m *ListIndexesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIndexesRequest.Unmarshal(m, b) @@ -163,7 +163,7 @@ func (m *ListIndexesResponse) Reset() { *m = ListIndexesResponse{} } func (m *ListIndexesResponse) String() string { return proto.CompactTextString(m) } func (*ListIndexesResponse) ProtoMessage() {} func (*ListIndexesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_e8e4a62c6cb850cf, []int{2} + return fileDescriptor_firestore_admin_5cf2286451a3a340, []int{2} } func (m *ListIndexesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIndexesResponse.Unmarshal(m, b) @@ -211,7 +211,7 @@ func (m *GetIndexRequest) Reset() { *m = GetIndexRequest{} } func (m *GetIndexRequest) String() string { return proto.CompactTextString(m) } func (*GetIndexRequest) ProtoMessage() {} func (*GetIndexRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_e8e4a62c6cb850cf, []int{3} + return fileDescriptor_firestore_admin_5cf2286451a3a340, []int{3} } func (m *GetIndexRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetIndexRequest.Unmarshal(m, b) @@ -252,7 +252,7 @@ func (m *DeleteIndexRequest) Reset() { *m = DeleteIndexRequest{} } func (m *DeleteIndexRequest) String() string { return proto.CompactTextString(m) } func (*DeleteIndexRequest) ProtoMessage() {} func (*DeleteIndexRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_e8e4a62c6cb850cf, []int{4} + return fileDescriptor_firestore_admin_5cf2286451a3a340, []int{4} } func (m *DeleteIndexRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteIndexRequest.Unmarshal(m, b) @@ -295,7 +295,7 @@ func (m *UpdateFieldRequest) Reset() { *m = UpdateFieldRequest{} } func (m *UpdateFieldRequest) String() string { return proto.CompactTextString(m) } func (*UpdateFieldRequest) ProtoMessage() {} func (*UpdateFieldRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_e8e4a62c6cb850cf, []int{5} + return fileDescriptor_firestore_admin_5cf2286451a3a340, []int{5} } func (m *UpdateFieldRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateFieldRequest.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *GetFieldRequest) Reset() { *m = GetFieldRequest{} } func (m *GetFieldRequest) String() string { return proto.CompactTextString(m) } func (*GetFieldRequest) ProtoMessage() {} func (*GetFieldRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_e8e4a62c6cb850cf, []int{6} + return fileDescriptor_firestore_admin_5cf2286451a3a340, []int{6} } func (m *GetFieldRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFieldRequest.Unmarshal(m, b) @@ -396,7 +396,7 @@ func (m *ListFieldsRequest) Reset() { *m = ListFieldsRequest{} } func (m *ListFieldsRequest) String() string { return proto.CompactTextString(m) } func (*ListFieldsRequest) ProtoMessage() {} func (*ListFieldsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_e8e4a62c6cb850cf, []int{7} + return fileDescriptor_firestore_admin_5cf2286451a3a340, []int{7} } func (m *ListFieldsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFieldsRequest.Unmarshal(m, b) @@ -460,7 +460,7 @@ func (m *ListFieldsResponse) Reset() { *m = ListFieldsResponse{} } func (m *ListFieldsResponse) String() string { return proto.CompactTextString(m) } func (*ListFieldsResponse) ProtoMessage() {} func (*ListFieldsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_e8e4a62c6cb850cf, []int{8} + return fileDescriptor_firestore_admin_5cf2286451a3a340, []int{8} } func (m *ListFieldsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFieldsResponse.Unmarshal(m, b) @@ -519,7 +519,7 @@ func (m *ExportDocumentsRequest) Reset() { *m = ExportDocumentsRequest{} func (m *ExportDocumentsRequest) String() string { return proto.CompactTextString(m) } func (*ExportDocumentsRequest) ProtoMessage() {} func (*ExportDocumentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_e8e4a62c6cb850cf, []int{9} + return fileDescriptor_firestore_admin_5cf2286451a3a340, []int{9} } func (m *ExportDocumentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportDocumentsRequest.Unmarshal(m, b) @@ -583,7 +583,7 @@ func (m *ImportDocumentsRequest) Reset() { *m = ImportDocumentsRequest{} func (m *ImportDocumentsRequest) String() string { return proto.CompactTextString(m) } func (*ImportDocumentsRequest) ProtoMessage() {} func (*ImportDocumentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_e8e4a62c6cb850cf, []int{10} + return fileDescriptor_firestore_admin_5cf2286451a3a340, []int{10} } func (m *ImportDocumentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportDocumentsRequest.Unmarshal(m, b) @@ -1053,10 +1053,10 @@ var _FirestoreAdmin_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/firestore/admin/v1/firestore_admin.proto", fileDescriptor_firestore_admin_e8e4a62c6cb850cf) + proto.RegisterFile("google/firestore/admin/v1/firestore_admin.proto", fileDescriptor_firestore_admin_5cf2286451a3a340) } -var fileDescriptor_firestore_admin_e8e4a62c6cb850cf = []byte{ +var fileDescriptor_firestore_admin_5cf2286451a3a340 = []byte{ // 944 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0x4b, 0x6f, 0x1c, 0x45, 0x10, 0x56, 0xaf, 0x1f, 0xc4, 0xb5, 0x60, 0x93, 0x8e, 0xb4, 0x5a, 0x26, 0x58, 0xac, 0x06, 0x19, diff --git a/googleapis/firestore/admin/v1/index.pb.go b/googleapis/firestore/admin/v1/index.pb.go index 0696a5afcd..6b9bd421a9 100644 --- a/googleapis/firestore/admin/v1/index.pb.go +++ b/googleapis/firestore/admin/v1/index.pb.go @@ -45,7 +45,7 @@ func (x Index_QueryScope) String() string { return proto.EnumName(Index_QueryScope_name, int32(x)) } func (Index_QueryScope) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_index_fbb0c9a5fe3b28a1, []int{0, 0} + return fileDescriptor_index_58e7fd4a61be5522, []int{0, 0} } // The state of an index. During index creation, an index will be in the @@ -94,7 +94,7 @@ func (x Index_State) String() string { return proto.EnumName(Index_State_name, int32(x)) } func (Index_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_index_fbb0c9a5fe3b28a1, []int{0, 1} + return fileDescriptor_index_58e7fd4a61be5522, []int{0, 1} } // The supported orderings. @@ -124,7 +124,7 @@ func (x Index_IndexField_Order) String() string { return proto.EnumName(Index_IndexField_Order_name, int32(x)) } func (Index_IndexField_Order) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_index_fbb0c9a5fe3b28a1, []int{0, 0, 0} + return fileDescriptor_index_58e7fd4a61be5522, []int{0, 0, 0} } // The supported array value configurations. @@ -150,7 +150,7 @@ func (x Index_IndexField_ArrayConfig) String() string { return proto.EnumName(Index_IndexField_ArrayConfig_name, int32(x)) } func (Index_IndexField_ArrayConfig) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_index_fbb0c9a5fe3b28a1, []int{0, 0, 1} + return fileDescriptor_index_58e7fd4a61be5522, []int{0, 0, 1} } // Cloud Firestore indexes enable simple and complex queries against @@ -194,7 +194,7 @@ func (m *Index) Reset() { *m = Index{} } func (m *Index) String() string { return proto.CompactTextString(m) } func (*Index) ProtoMessage() {} func (*Index) Descriptor() ([]byte, []int) { - return fileDescriptor_index_fbb0c9a5fe3b28a1, []int{0} + return fileDescriptor_index_58e7fd4a61be5522, []int{0} } func (m *Index) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Index.Unmarshal(m, b) @@ -265,7 +265,7 @@ func (m *Index_IndexField) Reset() { *m = Index_IndexField{} } func (m *Index_IndexField) String() string { return proto.CompactTextString(m) } func (*Index_IndexField) ProtoMessage() {} func (*Index_IndexField) Descriptor() ([]byte, []int) { - return fileDescriptor_index_fbb0c9a5fe3b28a1, []int{0, 0} + return fileDescriptor_index_58e7fd4a61be5522, []int{0, 0} } func (m *Index_IndexField) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Index_IndexField.Unmarshal(m, b) @@ -403,10 +403,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/admin/v1/index.proto", fileDescriptor_index_fbb0c9a5fe3b28a1) + proto.RegisterFile("google/firestore/admin/v1/index.proto", fileDescriptor_index_58e7fd4a61be5522) } -var fileDescriptor_index_fbb0c9a5fe3b28a1 = []byte{ +var fileDescriptor_index_58e7fd4a61be5522 = []byte{ // 554 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0xdf, 0x6a, 0xdb, 0x30, 0x14, 0xc6, 0x6b, 0xa7, 0x2e, 0xcb, 0x49, 0x56, 0x3c, 0xc1, 0x98, 0xd7, 0xb5, 0xac, 0x04, 0x36, diff --git a/googleapis/firestore/admin/v1/location.pb.go b/googleapis/firestore/admin/v1/location.pb.go index 81c40a79a8..a25c5bc2ac 100644 --- a/googleapis/firestore/admin/v1/location.pb.go +++ b/googleapis/firestore/admin/v1/location.pb.go @@ -31,7 +31,7 @@ func (m *LocationMetadata) Reset() { *m = LocationMetadata{} } func (m *LocationMetadata) String() string { return proto.CompactTextString(m) } func (*LocationMetadata) ProtoMessage() {} func (*LocationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_location_4e9ba0eab7e666bb, []int{0} + return fileDescriptor_location_d0ba94c897950f24, []int{0} } func (m *LocationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationMetadata.Unmarshal(m, b) @@ -56,10 +56,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/admin/v1/location.proto", fileDescriptor_location_4e9ba0eab7e666bb) + proto.RegisterFile("google/firestore/admin/v1/location.proto", fileDescriptor_location_d0ba94c897950f24) } -var fileDescriptor_location_4e9ba0eab7e666bb = []byte{ +var fileDescriptor_location_d0ba94c897950f24 = []byte{ // 230 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x48, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0xcb, 0x2c, 0x4a, 0x2d, 0x2e, 0xc9, 0x2f, 0x4a, 0xd5, 0x4f, 0x4c, 0xc9, diff --git a/googleapis/firestore/admin/v1/operation.pb.go b/googleapis/firestore/admin/v1/operation.pb.go index 3a697930c3..b92bf935bd 100644 --- a/googleapis/firestore/admin/v1/operation.pb.go +++ b/googleapis/firestore/admin/v1/operation.pb.go @@ -69,7 +69,7 @@ func (x OperationState) String() string { return proto.EnumName(OperationState_name, int32(x)) } func (OperationState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_operation_de849cb0d13dc7a4, []int{0} + return fileDescriptor_operation_b0b923bddd463673, []int{0} } // Specifies how the index is changing. @@ -99,7 +99,7 @@ func (x FieldOperationMetadata_IndexConfigDelta_ChangeType) String() string { return proto.EnumName(FieldOperationMetadata_IndexConfigDelta_ChangeType_name, int32(x)) } func (FieldOperationMetadata_IndexConfigDelta_ChangeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_operation_de849cb0d13dc7a4, []int{1, 0, 0} + return fileDescriptor_operation_b0b923bddd463673, []int{1, 0, 0} } // Metadata for [google.longrunning.Operation][google.longrunning.Operation] results from @@ -128,7 +128,7 @@ func (m *IndexOperationMetadata) Reset() { *m = IndexOperationMetadata{} func (m *IndexOperationMetadata) String() string { return proto.CompactTextString(m) } func (*IndexOperationMetadata) ProtoMessage() {} func (*IndexOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_de849cb0d13dc7a4, []int{0} + return fileDescriptor_operation_b0b923bddd463673, []int{0} } func (m *IndexOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IndexOperationMetadata.Unmarshal(m, b) @@ -219,7 +219,7 @@ func (m *FieldOperationMetadata) Reset() { *m = FieldOperationMetadata{} func (m *FieldOperationMetadata) String() string { return proto.CompactTextString(m) } func (*FieldOperationMetadata) ProtoMessage() {} func (*FieldOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_de849cb0d13dc7a4, []int{1} + return fileDescriptor_operation_b0b923bddd463673, []int{1} } func (m *FieldOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FieldOperationMetadata.Unmarshal(m, b) @@ -305,7 +305,7 @@ func (m *FieldOperationMetadata_IndexConfigDelta) Reset() { func (m *FieldOperationMetadata_IndexConfigDelta) String() string { return proto.CompactTextString(m) } func (*FieldOperationMetadata_IndexConfigDelta) ProtoMessage() {} func (*FieldOperationMetadata_IndexConfigDelta) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_de849cb0d13dc7a4, []int{1, 0} + return fileDescriptor_operation_b0b923bddd463673, []int{1, 0} } func (m *FieldOperationMetadata_IndexConfigDelta) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FieldOperationMetadata_IndexConfigDelta.Unmarshal(m, b) @@ -366,7 +366,7 @@ func (m *ExportDocumentsMetadata) Reset() { *m = ExportDocumentsMetadata func (m *ExportDocumentsMetadata) String() string { return proto.CompactTextString(m) } func (*ExportDocumentsMetadata) ProtoMessage() {} func (*ExportDocumentsMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_de849cb0d13dc7a4, []int{2} + return fileDescriptor_operation_b0b923bddd463673, []int{2} } func (m *ExportDocumentsMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportDocumentsMetadata.Unmarshal(m, b) @@ -462,7 +462,7 @@ func (m *ImportDocumentsMetadata) Reset() { *m = ImportDocumentsMetadata func (m *ImportDocumentsMetadata) String() string { return proto.CompactTextString(m) } func (*ImportDocumentsMetadata) ProtoMessage() {} func (*ImportDocumentsMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_de849cb0d13dc7a4, []int{3} + return fileDescriptor_operation_b0b923bddd463673, []int{3} } func (m *ImportDocumentsMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportDocumentsMetadata.Unmarshal(m, b) @@ -546,7 +546,7 @@ func (m *ExportDocumentsResponse) Reset() { *m = ExportDocumentsResponse func (m *ExportDocumentsResponse) String() string { return proto.CompactTextString(m) } func (*ExportDocumentsResponse) ProtoMessage() {} func (*ExportDocumentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_de849cb0d13dc7a4, []int{4} + return fileDescriptor_operation_b0b923bddd463673, []int{4} } func (m *ExportDocumentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportDocumentsResponse.Unmarshal(m, b) @@ -590,7 +590,7 @@ func (m *Progress) Reset() { *m = Progress{} } func (m *Progress) String() string { return proto.CompactTextString(m) } func (*Progress) ProtoMessage() {} func (*Progress) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_de849cb0d13dc7a4, []int{5} + return fileDescriptor_operation_b0b923bddd463673, []int{5} } func (m *Progress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Progress.Unmarshal(m, b) @@ -637,10 +637,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/admin/v1/operation.proto", fileDescriptor_operation_de849cb0d13dc7a4) + proto.RegisterFile("google/firestore/admin/v1/operation.proto", fileDescriptor_operation_b0b923bddd463673) } -var fileDescriptor_operation_de849cb0d13dc7a4 = []byte{ +var fileDescriptor_operation_b0b923bddd463673 = []byte{ // 850 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x56, 0x4f, 0x6f, 0xe3, 0x44, 0x1c, 0xc5, 0x71, 0x92, 0x6e, 0x7e, 0xa5, 0x59, 0x77, 0x40, 0xdb, 0xd0, 0x05, 0x35, 0x0a, 0x5a, diff --git a/googleapis/firestore/admin/v1beta1/firestore_admin.pb.go b/googleapis/firestore/admin/v1beta1/firestore_admin.pb.go index da96f3940e..1a00742924 100644 --- a/googleapis/firestore/admin/v1beta1/firestore_admin.pb.go +++ b/googleapis/firestore/admin/v1beta1/firestore_admin.pb.go @@ -76,7 +76,7 @@ func (x OperationState) String() string { return proto.EnumName(OperationState_name, int32(x)) } func (OperationState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_8ffb17784b539a5e, []int{0} + return fileDescriptor_firestore_admin_aada04317d1f4b2a, []int{0} } // The type of index operation. @@ -102,7 +102,7 @@ func (x IndexOperationMetadata_OperationType) String() string { return proto.EnumName(IndexOperationMetadata_OperationType_name, int32(x)) } func (IndexOperationMetadata_OperationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_8ffb17784b539a5e, []int{0, 0} + return fileDescriptor_firestore_admin_aada04317d1f4b2a, []int{0, 0} } // Metadata for index operations. This metadata populates @@ -133,7 +133,7 @@ func (m *IndexOperationMetadata) Reset() { *m = IndexOperationMetadata{} func (m *IndexOperationMetadata) String() string { return proto.CompactTextString(m) } func (*IndexOperationMetadata) ProtoMessage() {} func (*IndexOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_8ffb17784b539a5e, []int{0} + return fileDescriptor_firestore_admin_aada04317d1f4b2a, []int{0} } func (m *IndexOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IndexOperationMetadata.Unmarshal(m, b) @@ -212,7 +212,7 @@ func (m *Progress) Reset() { *m = Progress{} } func (m *Progress) String() string { return proto.CompactTextString(m) } func (*Progress) ProtoMessage() {} func (*Progress) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_8ffb17784b539a5e, []int{1} + return fileDescriptor_firestore_admin_aada04317d1f4b2a, []int{1} } func (m *Progress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Progress.Unmarshal(m, b) @@ -263,7 +263,7 @@ func (m *CreateIndexRequest) Reset() { *m = CreateIndexRequest{} } func (m *CreateIndexRequest) String() string { return proto.CompactTextString(m) } func (*CreateIndexRequest) ProtoMessage() {} func (*CreateIndexRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_8ffb17784b539a5e, []int{2} + return fileDescriptor_firestore_admin_aada04317d1f4b2a, []int{2} } func (m *CreateIndexRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateIndexRequest.Unmarshal(m, b) @@ -311,7 +311,7 @@ func (m *GetIndexRequest) Reset() { *m = GetIndexRequest{} } func (m *GetIndexRequest) String() string { return proto.CompactTextString(m) } func (*GetIndexRequest) ProtoMessage() {} func (*GetIndexRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_8ffb17784b539a5e, []int{3} + return fileDescriptor_firestore_admin_aada04317d1f4b2a, []int{3} } func (m *GetIndexRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetIndexRequest.Unmarshal(m, b) @@ -357,7 +357,7 @@ func (m *ListIndexesRequest) Reset() { *m = ListIndexesRequest{} } func (m *ListIndexesRequest) String() string { return proto.CompactTextString(m) } func (*ListIndexesRequest) ProtoMessage() {} func (*ListIndexesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_8ffb17784b539a5e, []int{4} + return fileDescriptor_firestore_admin_aada04317d1f4b2a, []int{4} } func (m *ListIndexesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIndexesRequest.Unmarshal(m, b) @@ -419,7 +419,7 @@ func (m *DeleteIndexRequest) Reset() { *m = DeleteIndexRequest{} } func (m *DeleteIndexRequest) String() string { return proto.CompactTextString(m) } func (*DeleteIndexRequest) ProtoMessage() {} func (*DeleteIndexRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_8ffb17784b539a5e, []int{5} + return fileDescriptor_firestore_admin_aada04317d1f4b2a, []int{5} } func (m *DeleteIndexRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteIndexRequest.Unmarshal(m, b) @@ -461,7 +461,7 @@ func (m *ListIndexesResponse) Reset() { *m = ListIndexesResponse{} } func (m *ListIndexesResponse) String() string { return proto.CompactTextString(m) } func (*ListIndexesResponse) ProtoMessage() {} func (*ListIndexesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_8ffb17784b539a5e, []int{6} + return fileDescriptor_firestore_admin_aada04317d1f4b2a, []int{6} } func (m *ListIndexesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIndexesResponse.Unmarshal(m, b) @@ -520,7 +520,7 @@ func (m *ExportDocumentsRequest) Reset() { *m = ExportDocumentsRequest{} func (m *ExportDocumentsRequest) String() string { return proto.CompactTextString(m) } func (*ExportDocumentsRequest) ProtoMessage() {} func (*ExportDocumentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_8ffb17784b539a5e, []int{7} + return fileDescriptor_firestore_admin_aada04317d1f4b2a, []int{7} } func (m *ExportDocumentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportDocumentsRequest.Unmarshal(m, b) @@ -584,7 +584,7 @@ func (m *ImportDocumentsRequest) Reset() { *m = ImportDocumentsRequest{} func (m *ImportDocumentsRequest) String() string { return proto.CompactTextString(m) } func (*ImportDocumentsRequest) ProtoMessage() {} func (*ImportDocumentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_8ffb17784b539a5e, []int{8} + return fileDescriptor_firestore_admin_aada04317d1f4b2a, []int{8} } func (m *ImportDocumentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportDocumentsRequest.Unmarshal(m, b) @@ -640,7 +640,7 @@ func (m *ExportDocumentsResponse) Reset() { *m = ExportDocumentsResponse func (m *ExportDocumentsResponse) String() string { return proto.CompactTextString(m) } func (*ExportDocumentsResponse) ProtoMessage() {} func (*ExportDocumentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_8ffb17784b539a5e, []int{9} + return fileDescriptor_firestore_admin_aada04317d1f4b2a, []int{9} } func (m *ExportDocumentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportDocumentsResponse.Unmarshal(m, b) @@ -693,7 +693,7 @@ func (m *ExportDocumentsMetadata) Reset() { *m = ExportDocumentsMetadata func (m *ExportDocumentsMetadata) String() string { return proto.CompactTextString(m) } func (*ExportDocumentsMetadata) ProtoMessage() {} func (*ExportDocumentsMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_8ffb17784b539a5e, []int{10} + return fileDescriptor_firestore_admin_aada04317d1f4b2a, []int{10} } func (m *ExportDocumentsMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportDocumentsMetadata.Unmarshal(m, b) @@ -788,7 +788,7 @@ func (m *ImportDocumentsMetadata) Reset() { *m = ImportDocumentsMetadata func (m *ImportDocumentsMetadata) String() string { return proto.CompactTextString(m) } func (*ImportDocumentsMetadata) ProtoMessage() {} func (*ImportDocumentsMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_8ffb17784b539a5e, []int{11} + return fileDescriptor_firestore_admin_aada04317d1f4b2a, []int{11} } func (m *ImportDocumentsMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportDocumentsMetadata.Unmarshal(m, b) @@ -1170,10 +1170,10 @@ var _FirestoreAdmin_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/firestore/admin/v1beta1/firestore_admin.proto", fileDescriptor_firestore_admin_8ffb17784b539a5e) + proto.RegisterFile("google/firestore/admin/v1beta1/firestore_admin.proto", fileDescriptor_firestore_admin_aada04317d1f4b2a) } -var fileDescriptor_firestore_admin_8ffb17784b539a5e = []byte{ +var fileDescriptor_firestore_admin_aada04317d1f4b2a = []byte{ // 1183 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x57, 0xdd, 0x6e, 0xe3, 0xc4, 0x17, 0xff, 0x3b, 0x69, 0x93, 0xe6, 0xf4, 0x9f, 0x34, 0x9d, 0x85, 0x6c, 0x94, 0xfd, 0x20, 0x32, diff --git a/googleapis/firestore/admin/v1beta1/index.pb.go b/googleapis/firestore/admin/v1beta1/index.pb.go index d902fc5a34..a4648a610d 100644 --- a/googleapis/firestore/admin/v1beta1/index.pb.go +++ b/googleapis/firestore/admin/v1beta1/index.pb.go @@ -53,7 +53,7 @@ func (x IndexField_Mode) String() string { return proto.EnumName(IndexField_Mode_name, int32(x)) } func (IndexField_Mode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_index_5d3506e203273b1f, []int{0, 0} + return fileDescriptor_index_6cc09157d7fa246c, []int{0, 0} } // The state of an index. During index creation, an index will be in the @@ -99,7 +99,7 @@ func (x Index_State) String() string { return proto.EnumName(Index_State_name, int32(x)) } func (Index_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_index_5d3506e203273b1f, []int{1, 0} + return fileDescriptor_index_6cc09157d7fa246c, []int{1, 0} } // A field of an index. @@ -120,7 +120,7 @@ func (m *IndexField) Reset() { *m = IndexField{} } func (m *IndexField) String() string { return proto.CompactTextString(m) } func (*IndexField) ProtoMessage() {} func (*IndexField) Descriptor() ([]byte, []int) { - return fileDescriptor_index_5d3506e203273b1f, []int{0} + return fileDescriptor_index_6cc09157d7fa246c, []int{0} } func (m *IndexField) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IndexField.Unmarshal(m, b) @@ -175,7 +175,7 @@ func (m *Index) Reset() { *m = Index{} } func (m *Index) String() string { return proto.CompactTextString(m) } func (*Index) ProtoMessage() {} func (*Index) Descriptor() ([]byte, []int) { - return fileDescriptor_index_5d3506e203273b1f, []int{1} + return fileDescriptor_index_6cc09157d7fa246c, []int{1} } func (m *Index) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Index.Unmarshal(m, b) @@ -231,10 +231,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/admin/v1beta1/index.proto", fileDescriptor_index_5d3506e203273b1f) + proto.RegisterFile("google/firestore/admin/v1beta1/index.proto", fileDescriptor_index_6cc09157d7fa246c) } -var fileDescriptor_index_5d3506e203273b1f = []byte{ +var fileDescriptor_index_6cc09157d7fa246c = []byte{ // 438 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0x5d, 0x8b, 0xd3, 0x40, 0x14, 0x35, 0x69, 0x52, 0xcc, 0x75, 0xb7, 0xc4, 0x41, 0xa1, 0x88, 0x4a, 0x89, 0x3e, 0x94, 0x15, diff --git a/googleapis/firestore/admin/v1beta1/location.pb.go b/googleapis/firestore/admin/v1beta1/location.pb.go index de59e83d50..8ae4a4387a 100644 --- a/googleapis/firestore/admin/v1beta1/location.pb.go +++ b/googleapis/firestore/admin/v1beta1/location.pb.go @@ -31,7 +31,7 @@ func (m *LocationMetadata) Reset() { *m = LocationMetadata{} } func (m *LocationMetadata) String() string { return proto.CompactTextString(m) } func (*LocationMetadata) ProtoMessage() {} func (*LocationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_location_ccd18b97671f76b4, []int{0} + return fileDescriptor_location_c0b3dc6e559decde, []int{0} } func (m *LocationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationMetadata.Unmarshal(m, b) @@ -56,10 +56,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/admin/v1beta1/location.proto", fileDescriptor_location_ccd18b97671f76b4) + proto.RegisterFile("google/firestore/admin/v1beta1/location.proto", fileDescriptor_location_c0b3dc6e559decde) } -var fileDescriptor_location_ccd18b97671f76b4 = []byte{ +var fileDescriptor_location_c0b3dc6e559decde = []byte{ // 218 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x8f, 0x31, 0x4b, 0xc0, 0x30, 0x10, 0x85, 0x69, 0x11, 0x87, 0x82, 0x20, 0x9d, 0xa4, 0x88, 0x43, 0x71, 0x35, 0x47, 0x71, 0x74, diff --git a/googleapis/firestore/admin/v1beta2/field.pb.go b/googleapis/firestore/admin/v1beta2/field.pb.go index a51af38255..b380814f0f 100644 --- a/googleapis/firestore/admin/v1beta2/field.pb.go +++ b/googleapis/firestore/admin/v1beta2/field.pb.go @@ -65,7 +65,7 @@ func (m *Field) Reset() { *m = Field{} } func (m *Field) String() string { return proto.CompactTextString(m) } func (*Field) ProtoMessage() {} func (*Field) Descriptor() ([]byte, []int) { - return fileDescriptor_field_8dc296ced726bc1c, []int{0} + return fileDescriptor_field_f272e136f5db2293, []int{0} } func (m *Field) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Field.Unmarshal(m, b) @@ -129,7 +129,7 @@ func (m *Field_IndexConfig) Reset() { *m = Field_IndexConfig{} } func (m *Field_IndexConfig) String() string { return proto.CompactTextString(m) } func (*Field_IndexConfig) ProtoMessage() {} func (*Field_IndexConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_field_8dc296ced726bc1c, []int{0, 0} + return fileDescriptor_field_f272e136f5db2293, []int{0, 0} } func (m *Field_IndexConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Field_IndexConfig.Unmarshal(m, b) @@ -183,10 +183,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/admin/v1beta2/field.proto", fileDescriptor_field_8dc296ced726bc1c) + proto.RegisterFile("google/firestore/admin/v1beta2/field.proto", fileDescriptor_field_f272e136f5db2293) } -var fileDescriptor_field_8dc296ced726bc1c = []byte{ +var fileDescriptor_field_f272e136f5db2293 = []byte{ // 346 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0xcf, 0x4a, 0xf3, 0x40, 0x14, 0xc5, 0x99, 0xb4, 0xdf, 0xa7, 0x9d, 0xa8, 0x8b, 0xc1, 0x45, 0x28, 0x45, 0x4a, 0xb1, 0x50, diff --git a/googleapis/firestore/admin/v1beta2/firestore_admin.pb.go b/googleapis/firestore/admin/v1beta2/firestore_admin.pb.go index 72623dca3f..51ac15da85 100644 --- a/googleapis/firestore/admin/v1beta2/firestore_admin.pb.go +++ b/googleapis/firestore/admin/v1beta2/firestore_admin.pb.go @@ -43,7 +43,7 @@ func (m *CreateIndexRequest) Reset() { *m = CreateIndexRequest{} } func (m *CreateIndexRequest) String() string { return proto.CompactTextString(m) } func (*CreateIndexRequest) ProtoMessage() {} func (*CreateIndexRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_c5abb3e5692fbf0f, []int{0} + return fileDescriptor_firestore_admin_549fe3017350a705, []int{0} } func (m *CreateIndexRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateIndexRequest.Unmarshal(m, b) @@ -99,7 +99,7 @@ func (m *ListIndexesRequest) Reset() { *m = ListIndexesRequest{} } func (m *ListIndexesRequest) String() string { return proto.CompactTextString(m) } func (*ListIndexesRequest) ProtoMessage() {} func (*ListIndexesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_c5abb3e5692fbf0f, []int{1} + return fileDescriptor_firestore_admin_549fe3017350a705, []int{1} } func (m *ListIndexesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIndexesRequest.Unmarshal(m, b) @@ -163,7 +163,7 @@ func (m *ListIndexesResponse) Reset() { *m = ListIndexesResponse{} } func (m *ListIndexesResponse) String() string { return proto.CompactTextString(m) } func (*ListIndexesResponse) ProtoMessage() {} func (*ListIndexesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_c5abb3e5692fbf0f, []int{2} + return fileDescriptor_firestore_admin_549fe3017350a705, []int{2} } func (m *ListIndexesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIndexesResponse.Unmarshal(m, b) @@ -211,7 +211,7 @@ func (m *GetIndexRequest) Reset() { *m = GetIndexRequest{} } func (m *GetIndexRequest) String() string { return proto.CompactTextString(m) } func (*GetIndexRequest) ProtoMessage() {} func (*GetIndexRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_c5abb3e5692fbf0f, []int{3} + return fileDescriptor_firestore_admin_549fe3017350a705, []int{3} } func (m *GetIndexRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetIndexRequest.Unmarshal(m, b) @@ -252,7 +252,7 @@ func (m *DeleteIndexRequest) Reset() { *m = DeleteIndexRequest{} } func (m *DeleteIndexRequest) String() string { return proto.CompactTextString(m) } func (*DeleteIndexRequest) ProtoMessage() {} func (*DeleteIndexRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_c5abb3e5692fbf0f, []int{4} + return fileDescriptor_firestore_admin_549fe3017350a705, []int{4} } func (m *DeleteIndexRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteIndexRequest.Unmarshal(m, b) @@ -295,7 +295,7 @@ func (m *UpdateFieldRequest) Reset() { *m = UpdateFieldRequest{} } func (m *UpdateFieldRequest) String() string { return proto.CompactTextString(m) } func (*UpdateFieldRequest) ProtoMessage() {} func (*UpdateFieldRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_c5abb3e5692fbf0f, []int{5} + return fileDescriptor_firestore_admin_549fe3017350a705, []int{5} } func (m *UpdateFieldRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateFieldRequest.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *GetFieldRequest) Reset() { *m = GetFieldRequest{} } func (m *GetFieldRequest) String() string { return proto.CompactTextString(m) } func (*GetFieldRequest) ProtoMessage() {} func (*GetFieldRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_c5abb3e5692fbf0f, []int{6} + return fileDescriptor_firestore_admin_549fe3017350a705, []int{6} } func (m *GetFieldRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFieldRequest.Unmarshal(m, b) @@ -396,7 +396,7 @@ func (m *ListFieldsRequest) Reset() { *m = ListFieldsRequest{} } func (m *ListFieldsRequest) String() string { return proto.CompactTextString(m) } func (*ListFieldsRequest) ProtoMessage() {} func (*ListFieldsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_c5abb3e5692fbf0f, []int{7} + return fileDescriptor_firestore_admin_549fe3017350a705, []int{7} } func (m *ListFieldsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFieldsRequest.Unmarshal(m, b) @@ -460,7 +460,7 @@ func (m *ListFieldsResponse) Reset() { *m = ListFieldsResponse{} } func (m *ListFieldsResponse) String() string { return proto.CompactTextString(m) } func (*ListFieldsResponse) ProtoMessage() {} func (*ListFieldsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_c5abb3e5692fbf0f, []int{8} + return fileDescriptor_firestore_admin_549fe3017350a705, []int{8} } func (m *ListFieldsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListFieldsResponse.Unmarshal(m, b) @@ -519,7 +519,7 @@ func (m *ExportDocumentsRequest) Reset() { *m = ExportDocumentsRequest{} func (m *ExportDocumentsRequest) String() string { return proto.CompactTextString(m) } func (*ExportDocumentsRequest) ProtoMessage() {} func (*ExportDocumentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_c5abb3e5692fbf0f, []int{9} + return fileDescriptor_firestore_admin_549fe3017350a705, []int{9} } func (m *ExportDocumentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportDocumentsRequest.Unmarshal(m, b) @@ -583,7 +583,7 @@ func (m *ImportDocumentsRequest) Reset() { *m = ImportDocumentsRequest{} func (m *ImportDocumentsRequest) String() string { return proto.CompactTextString(m) } func (*ImportDocumentsRequest) ProtoMessage() {} func (*ImportDocumentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_admin_c5abb3e5692fbf0f, []int{10} + return fileDescriptor_firestore_admin_549fe3017350a705, []int{10} } func (m *ImportDocumentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportDocumentsRequest.Unmarshal(m, b) @@ -1053,10 +1053,10 @@ var _FirestoreAdmin_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/firestore/admin/v1beta2/firestore_admin.proto", fileDescriptor_firestore_admin_c5abb3e5692fbf0f) + proto.RegisterFile("google/firestore/admin/v1beta2/firestore_admin.proto", fileDescriptor_firestore_admin_549fe3017350a705) } -var fileDescriptor_firestore_admin_c5abb3e5692fbf0f = []byte{ +var fileDescriptor_firestore_admin_549fe3017350a705 = []byte{ // 940 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0xcb, 0x6e, 0x1c, 0x45, 0x17, 0x56, 0x8d, 0x2f, 0x7f, 0x7c, 0xe6, 0xc7, 0x26, 0x15, 0x69, 0x34, 0xea, 0x10, 0x34, 0x6a, diff --git a/googleapis/firestore/admin/v1beta2/index.pb.go b/googleapis/firestore/admin/v1beta2/index.pb.go index b69be970e9..7a4acf8ad6 100644 --- a/googleapis/firestore/admin/v1beta2/index.pb.go +++ b/googleapis/firestore/admin/v1beta2/index.pb.go @@ -45,7 +45,7 @@ func (x Index_QueryScope) String() string { return proto.EnumName(Index_QueryScope_name, int32(x)) } func (Index_QueryScope) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_index_eeab028f472e859c, []int{0, 0} + return fileDescriptor_index_6822d5f85dc4ef3b, []int{0, 0} } // The state of an index. During index creation, an index will be in the @@ -94,7 +94,7 @@ func (x Index_State) String() string { return proto.EnumName(Index_State_name, int32(x)) } func (Index_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_index_eeab028f472e859c, []int{0, 1} + return fileDescriptor_index_6822d5f85dc4ef3b, []int{0, 1} } // The supported orderings. @@ -124,7 +124,7 @@ func (x Index_IndexField_Order) String() string { return proto.EnumName(Index_IndexField_Order_name, int32(x)) } func (Index_IndexField_Order) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_index_eeab028f472e859c, []int{0, 0, 0} + return fileDescriptor_index_6822d5f85dc4ef3b, []int{0, 0, 0} } // The supported array value configurations. @@ -150,7 +150,7 @@ func (x Index_IndexField_ArrayConfig) String() string { return proto.EnumName(Index_IndexField_ArrayConfig_name, int32(x)) } func (Index_IndexField_ArrayConfig) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_index_eeab028f472e859c, []int{0, 0, 1} + return fileDescriptor_index_6822d5f85dc4ef3b, []int{0, 0, 1} } // Cloud Firestore indexes enable simple and complex queries against @@ -194,7 +194,7 @@ func (m *Index) Reset() { *m = Index{} } func (m *Index) String() string { return proto.CompactTextString(m) } func (*Index) ProtoMessage() {} func (*Index) Descriptor() ([]byte, []int) { - return fileDescriptor_index_eeab028f472e859c, []int{0} + return fileDescriptor_index_6822d5f85dc4ef3b, []int{0} } func (m *Index) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Index.Unmarshal(m, b) @@ -265,7 +265,7 @@ func (m *Index_IndexField) Reset() { *m = Index_IndexField{} } func (m *Index_IndexField) String() string { return proto.CompactTextString(m) } func (*Index_IndexField) ProtoMessage() {} func (*Index_IndexField) Descriptor() ([]byte, []int) { - return fileDescriptor_index_eeab028f472e859c, []int{0, 0} + return fileDescriptor_index_6822d5f85dc4ef3b, []int{0, 0} } func (m *Index_IndexField) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Index_IndexField.Unmarshal(m, b) @@ -403,10 +403,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/admin/v1beta2/index.proto", fileDescriptor_index_eeab028f472e859c) + proto.RegisterFile("google/firestore/admin/v1beta2/index.proto", fileDescriptor_index_6822d5f85dc4ef3b) } -var fileDescriptor_index_eeab028f472e859c = []byte{ +var fileDescriptor_index_6822d5f85dc4ef3b = []byte{ // 545 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0x4f, 0x6b, 0xdb, 0x4c, 0x10, 0xc6, 0x23, 0x39, 0x0a, 0xaf, 0xc7, 0x7e, 0x83, 0xba, 0x50, 0x2a, 0xd2, 0xb4, 0x18, 0xd1, diff --git a/googleapis/firestore/admin/v1beta2/operation.pb.go b/googleapis/firestore/admin/v1beta2/operation.pb.go index ecf237f672..3ee7a5c12a 100644 --- a/googleapis/firestore/admin/v1beta2/operation.pb.go +++ b/googleapis/firestore/admin/v1beta2/operation.pb.go @@ -69,7 +69,7 @@ func (x OperationState) String() string { return proto.EnumName(OperationState_name, int32(x)) } func (OperationState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_operation_61c44e374cc4d91b, []int{0} + return fileDescriptor_operation_1eae331224aa61a0, []int{0} } // Specifies how the index is changing. @@ -99,7 +99,7 @@ func (x FieldOperationMetadata_IndexConfigDelta_ChangeType) String() string { return proto.EnumName(FieldOperationMetadata_IndexConfigDelta_ChangeType_name, int32(x)) } func (FieldOperationMetadata_IndexConfigDelta_ChangeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_operation_61c44e374cc4d91b, []int{1, 0, 0} + return fileDescriptor_operation_1eae331224aa61a0, []int{1, 0, 0} } // Metadata for [google.longrunning.Operation][google.longrunning.Operation] results from @@ -128,7 +128,7 @@ func (m *IndexOperationMetadata) Reset() { *m = IndexOperationMetadata{} func (m *IndexOperationMetadata) String() string { return proto.CompactTextString(m) } func (*IndexOperationMetadata) ProtoMessage() {} func (*IndexOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_61c44e374cc4d91b, []int{0} + return fileDescriptor_operation_1eae331224aa61a0, []int{0} } func (m *IndexOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IndexOperationMetadata.Unmarshal(m, b) @@ -219,7 +219,7 @@ func (m *FieldOperationMetadata) Reset() { *m = FieldOperationMetadata{} func (m *FieldOperationMetadata) String() string { return proto.CompactTextString(m) } func (*FieldOperationMetadata) ProtoMessage() {} func (*FieldOperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_61c44e374cc4d91b, []int{1} + return fileDescriptor_operation_1eae331224aa61a0, []int{1} } func (m *FieldOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FieldOperationMetadata.Unmarshal(m, b) @@ -305,7 +305,7 @@ func (m *FieldOperationMetadata_IndexConfigDelta) Reset() { func (m *FieldOperationMetadata_IndexConfigDelta) String() string { return proto.CompactTextString(m) } func (*FieldOperationMetadata_IndexConfigDelta) ProtoMessage() {} func (*FieldOperationMetadata_IndexConfigDelta) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_61c44e374cc4d91b, []int{1, 0} + return fileDescriptor_operation_1eae331224aa61a0, []int{1, 0} } func (m *FieldOperationMetadata_IndexConfigDelta) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FieldOperationMetadata_IndexConfigDelta.Unmarshal(m, b) @@ -366,7 +366,7 @@ func (m *ExportDocumentsMetadata) Reset() { *m = ExportDocumentsMetadata func (m *ExportDocumentsMetadata) String() string { return proto.CompactTextString(m) } func (*ExportDocumentsMetadata) ProtoMessage() {} func (*ExportDocumentsMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_61c44e374cc4d91b, []int{2} + return fileDescriptor_operation_1eae331224aa61a0, []int{2} } func (m *ExportDocumentsMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportDocumentsMetadata.Unmarshal(m, b) @@ -462,7 +462,7 @@ func (m *ImportDocumentsMetadata) Reset() { *m = ImportDocumentsMetadata func (m *ImportDocumentsMetadata) String() string { return proto.CompactTextString(m) } func (*ImportDocumentsMetadata) ProtoMessage() {} func (*ImportDocumentsMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_61c44e374cc4d91b, []int{3} + return fileDescriptor_operation_1eae331224aa61a0, []int{3} } func (m *ImportDocumentsMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportDocumentsMetadata.Unmarshal(m, b) @@ -546,7 +546,7 @@ func (m *ExportDocumentsResponse) Reset() { *m = ExportDocumentsResponse func (m *ExportDocumentsResponse) String() string { return proto.CompactTextString(m) } func (*ExportDocumentsResponse) ProtoMessage() {} func (*ExportDocumentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_61c44e374cc4d91b, []int{4} + return fileDescriptor_operation_1eae331224aa61a0, []int{4} } func (m *ExportDocumentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportDocumentsResponse.Unmarshal(m, b) @@ -590,7 +590,7 @@ func (m *Progress) Reset() { *m = Progress{} } func (m *Progress) String() string { return proto.CompactTextString(m) } func (*Progress) ProtoMessage() {} func (*Progress) Descriptor() ([]byte, []int) { - return fileDescriptor_operation_61c44e374cc4d91b, []int{5} + return fileDescriptor_operation_1eae331224aa61a0, []int{5} } func (m *Progress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Progress.Unmarshal(m, b) @@ -637,10 +637,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/admin/v1beta2/operation.proto", fileDescriptor_operation_61c44e374cc4d91b) + proto.RegisterFile("google/firestore/admin/v1beta2/operation.proto", fileDescriptor_operation_1eae331224aa61a0) } -var fileDescriptor_operation_61c44e374cc4d91b = []byte{ +var fileDescriptor_operation_1eae331224aa61a0 = []byte{ // 858 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x56, 0xcf, 0x6f, 0xe3, 0x44, 0x14, 0xc6, 0x71, 0x92, 0x6e, 0x5e, 0xa9, 0xd7, 0x1d, 0xd0, 0x36, 0xea, 0x22, 0xb6, 0x8a, 0xa8, diff --git a/googleapis/firestore/v1/common.pb.go b/googleapis/firestore/v1/common.pb.go index 597fc11b3b..2ba26db0d7 100644 --- a/googleapis/firestore/v1/common.pb.go +++ b/googleapis/firestore/v1/common.pb.go @@ -38,7 +38,7 @@ func (m *DocumentMask) Reset() { *m = DocumentMask{} } func (m *DocumentMask) String() string { return proto.CompactTextString(m) } func (*DocumentMask) ProtoMessage() {} func (*DocumentMask) Descriptor() ([]byte, []int) { - return fileDescriptor_common_fa83f45090c97da5, []int{0} + return fileDescriptor_common_dddbf67b55d1e5f0, []int{0} } func (m *DocumentMask) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DocumentMask.Unmarshal(m, b) @@ -82,7 +82,7 @@ func (m *Precondition) Reset() { *m = Precondition{} } func (m *Precondition) String() string { return proto.CompactTextString(m) } func (*Precondition) ProtoMessage() {} func (*Precondition) Descriptor() ([]byte, []int) { - return fileDescriptor_common_fa83f45090c97da5, []int{1} + return fileDescriptor_common_dddbf67b55d1e5f0, []int{1} } func (m *Precondition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Precondition.Unmarshal(m, b) @@ -229,7 +229,7 @@ func (m *TransactionOptions) Reset() { *m = TransactionOptions{} } func (m *TransactionOptions) String() string { return proto.CompactTextString(m) } func (*TransactionOptions) ProtoMessage() {} func (*TransactionOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_common_fa83f45090c97da5, []int{2} + return fileDescriptor_common_dddbf67b55d1e5f0, []int{2} } func (m *TransactionOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionOptions.Unmarshal(m, b) @@ -373,7 +373,7 @@ func (m *TransactionOptions_ReadWrite) Reset() { *m = TransactionOptions func (m *TransactionOptions_ReadWrite) String() string { return proto.CompactTextString(m) } func (*TransactionOptions_ReadWrite) ProtoMessage() {} func (*TransactionOptions_ReadWrite) Descriptor() ([]byte, []int) { - return fileDescriptor_common_fa83f45090c97da5, []int{2, 0} + return fileDescriptor_common_dddbf67b55d1e5f0, []int{2, 0} } func (m *TransactionOptions_ReadWrite) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionOptions_ReadWrite.Unmarshal(m, b) @@ -417,7 +417,7 @@ func (m *TransactionOptions_ReadOnly) Reset() { *m = TransactionOptions_ func (m *TransactionOptions_ReadOnly) String() string { return proto.CompactTextString(m) } func (*TransactionOptions_ReadOnly) ProtoMessage() {} func (*TransactionOptions_ReadOnly) Descriptor() ([]byte, []int) { - return fileDescriptor_common_fa83f45090c97da5, []int{2, 1} + return fileDescriptor_common_dddbf67b55d1e5f0, []int{2, 1} } func (m *TransactionOptions_ReadOnly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionOptions_ReadOnly.Unmarshal(m, b) @@ -525,10 +525,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/v1/common.proto", fileDescriptor_common_fa83f45090c97da5) + proto.RegisterFile("google/firestore/v1/common.proto", fileDescriptor_common_dddbf67b55d1e5f0) } -var fileDescriptor_common_fa83f45090c97da5 = []byte{ +var fileDescriptor_common_dddbf67b55d1e5f0 = []byte{ // 458 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0x5f, 0x8b, 0xd3, 0x40, 0x10, 0x6f, 0x7a, 0x47, 0x69, 0xa7, 0x45, 0xce, 0x28, 0x5a, 0x83, 0x70, 0xa5, 0x4f, 0x05, 0x61, diff --git a/googleapis/firestore/v1/document.pb.go b/googleapis/firestore/v1/document.pb.go index d0ea238dad..437d1855e1 100644 --- a/googleapis/firestore/v1/document.pb.go +++ b/googleapis/firestore/v1/document.pb.go @@ -75,7 +75,7 @@ func (m *Document) Reset() { *m = Document{} } func (m *Document) String() string { return proto.CompactTextString(m) } func (*Document) ProtoMessage() {} func (*Document) Descriptor() ([]byte, []int) { - return fileDescriptor_document_148b6fc053caf629, []int{0} + return fileDescriptor_document_36dad12edbf1593d, []int{0} } func (m *Document) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Document.Unmarshal(m, b) @@ -149,7 +149,7 @@ func (m *Value) Reset() { *m = Value{} } func (m *Value) String() string { return proto.CompactTextString(m) } func (*Value) ProtoMessage() {} func (*Value) Descriptor() ([]byte, []int) { - return fileDescriptor_document_148b6fc053caf629, []int{1} + return fileDescriptor_document_36dad12edbf1593d, []int{1} } func (m *Value) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Value.Unmarshal(m, b) @@ -553,7 +553,7 @@ func (m *ArrayValue) Reset() { *m = ArrayValue{} } func (m *ArrayValue) String() string { return proto.CompactTextString(m) } func (*ArrayValue) ProtoMessage() {} func (*ArrayValue) Descriptor() ([]byte, []int) { - return fileDescriptor_document_148b6fc053caf629, []int{2} + return fileDescriptor_document_36dad12edbf1593d, []int{2} } func (m *ArrayValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ArrayValue.Unmarshal(m, b) @@ -598,7 +598,7 @@ func (m *MapValue) Reset() { *m = MapValue{} } func (m *MapValue) String() string { return proto.CompactTextString(m) } func (*MapValue) ProtoMessage() {} func (*MapValue) Descriptor() ([]byte, []int) { - return fileDescriptor_document_148b6fc053caf629, []int{3} + return fileDescriptor_document_36dad12edbf1593d, []int{3} } func (m *MapValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MapValue.Unmarshal(m, b) @@ -635,10 +635,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/v1/document.proto", fileDescriptor_document_148b6fc053caf629) + proto.RegisterFile("google/firestore/v1/document.proto", fileDescriptor_document_36dad12edbf1593d) } -var fileDescriptor_document_148b6fc053caf629 = []byte{ +var fileDescriptor_document_36dad12edbf1593d = []byte{ // 650 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0x4f, 0x6f, 0xd3, 0x4c, 0x10, 0xc6, 0xe3, 0x24, 0x8d, 0x92, 0x71, 0xda, 0xbe, 0xaf, 0x7b, 0x20, 0x44, 0xa0, 0x86, 0x20, diff --git a/googleapis/firestore/v1/firestore.pb.go b/googleapis/firestore/v1/firestore.pb.go index 0834c04226..45dd707f3f 100644 --- a/googleapis/firestore/v1/firestore.pb.go +++ b/googleapis/firestore/v1/firestore.pb.go @@ -73,7 +73,7 @@ func (x TargetChange_TargetChangeType) String() string { return proto.EnumName(TargetChange_TargetChangeType_name, int32(x)) } func (TargetChange_TargetChangeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{20, 0} + return fileDescriptor_firestore_e04b661bc0002f16, []int{20, 0} } // The request for [Firestore.GetDocument][google.firestore.v1.Firestore.GetDocument]. @@ -102,7 +102,7 @@ func (m *GetDocumentRequest) Reset() { *m = GetDocumentRequest{} } func (m *GetDocumentRequest) String() string { return proto.CompactTextString(m) } func (*GetDocumentRequest) ProtoMessage() {} func (*GetDocumentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{0} + return fileDescriptor_firestore_e04b661bc0002f16, []int{0} } func (m *GetDocumentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDocumentRequest.Unmarshal(m, b) @@ -290,7 +290,7 @@ func (m *ListDocumentsRequest) Reset() { *m = ListDocumentsRequest{} } func (m *ListDocumentsRequest) String() string { return proto.CompactTextString(m) } func (*ListDocumentsRequest) ProtoMessage() {} func (*ListDocumentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{1} + return fileDescriptor_firestore_e04b661bc0002f16, []int{1} } func (m *ListDocumentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDocumentsRequest.Unmarshal(m, b) @@ -481,7 +481,7 @@ func (m *ListDocumentsResponse) Reset() { *m = ListDocumentsResponse{} } func (m *ListDocumentsResponse) String() string { return proto.CompactTextString(m) } func (*ListDocumentsResponse) ProtoMessage() {} func (*ListDocumentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{2} + return fileDescriptor_firestore_e04b661bc0002f16, []int{2} } func (m *ListDocumentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDocumentsResponse.Unmarshal(m, b) @@ -543,7 +543,7 @@ func (m *CreateDocumentRequest) Reset() { *m = CreateDocumentRequest{} } func (m *CreateDocumentRequest) String() string { return proto.CompactTextString(m) } func (*CreateDocumentRequest) ProtoMessage() {} func (*CreateDocumentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{3} + return fileDescriptor_firestore_e04b661bc0002f16, []int{3} } func (m *CreateDocumentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateDocumentRequest.Unmarshal(m, b) @@ -628,7 +628,7 @@ func (m *UpdateDocumentRequest) Reset() { *m = UpdateDocumentRequest{} } func (m *UpdateDocumentRequest) String() string { return proto.CompactTextString(m) } func (*UpdateDocumentRequest) ProtoMessage() {} func (*UpdateDocumentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{4} + return fileDescriptor_firestore_e04b661bc0002f16, []int{4} } func (m *UpdateDocumentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateDocumentRequest.Unmarshal(m, b) @@ -693,7 +693,7 @@ func (m *DeleteDocumentRequest) Reset() { *m = DeleteDocumentRequest{} } func (m *DeleteDocumentRequest) String() string { return proto.CompactTextString(m) } func (*DeleteDocumentRequest) ProtoMessage() {} func (*DeleteDocumentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{5} + return fileDescriptor_firestore_e04b661bc0002f16, []int{5} } func (m *DeleteDocumentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteDocumentRequest.Unmarshal(m, b) @@ -759,7 +759,7 @@ func (m *BatchGetDocumentsRequest) Reset() { *m = BatchGetDocumentsReque func (m *BatchGetDocumentsRequest) String() string { return proto.CompactTextString(m) } func (*BatchGetDocumentsRequest) ProtoMessage() {} func (*BatchGetDocumentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{6} + return fileDescriptor_firestore_e04b661bc0002f16, []int{6} } func (m *BatchGetDocumentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchGetDocumentsRequest.Unmarshal(m, b) @@ -966,7 +966,7 @@ func (m *BatchGetDocumentsResponse) Reset() { *m = BatchGetDocumentsResp func (m *BatchGetDocumentsResponse) String() string { return proto.CompactTextString(m) } func (*BatchGetDocumentsResponse) ProtoMessage() {} func (*BatchGetDocumentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{7} + return fileDescriptor_firestore_e04b661bc0002f16, []int{7} } func (m *BatchGetDocumentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchGetDocumentsResponse.Unmarshal(m, b) @@ -1124,7 +1124,7 @@ func (m *BeginTransactionRequest) Reset() { *m = BeginTransactionRequest func (m *BeginTransactionRequest) String() string { return proto.CompactTextString(m) } func (*BeginTransactionRequest) ProtoMessage() {} func (*BeginTransactionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{8} + return fileDescriptor_firestore_e04b661bc0002f16, []int{8} } func (m *BeginTransactionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BeginTransactionRequest.Unmarshal(m, b) @@ -1171,7 +1171,7 @@ func (m *BeginTransactionResponse) Reset() { *m = BeginTransactionRespon func (m *BeginTransactionResponse) String() string { return proto.CompactTextString(m) } func (*BeginTransactionResponse) ProtoMessage() {} func (*BeginTransactionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{9} + return fileDescriptor_firestore_e04b661bc0002f16, []int{9} } func (m *BeginTransactionResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BeginTransactionResponse.Unmarshal(m, b) @@ -1218,7 +1218,7 @@ func (m *CommitRequest) Reset() { *m = CommitRequest{} } func (m *CommitRequest) String() string { return proto.CompactTextString(m) } func (*CommitRequest) ProtoMessage() {} func (*CommitRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{10} + return fileDescriptor_firestore_e04b661bc0002f16, []int{10} } func (m *CommitRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommitRequest.Unmarshal(m, b) @@ -1277,7 +1277,7 @@ func (m *CommitResponse) Reset() { *m = CommitResponse{} } func (m *CommitResponse) String() string { return proto.CompactTextString(m) } func (*CommitResponse) ProtoMessage() {} func (*CommitResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{11} + return fileDescriptor_firestore_e04b661bc0002f16, []int{11} } func (m *CommitResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommitResponse.Unmarshal(m, b) @@ -1327,7 +1327,7 @@ func (m *RollbackRequest) Reset() { *m = RollbackRequest{} } func (m *RollbackRequest) String() string { return proto.CompactTextString(m) } func (*RollbackRequest) ProtoMessage() {} func (*RollbackRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{12} + return fileDescriptor_firestore_e04b661bc0002f16, []int{12} } func (m *RollbackRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RollbackRequest.Unmarshal(m, b) @@ -1392,7 +1392,7 @@ func (m *RunQueryRequest) Reset() { *m = RunQueryRequest{} } func (m *RunQueryRequest) String() string { return proto.CompactTextString(m) } func (*RunQueryRequest) ProtoMessage() {} func (*RunQueryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{13} + return fileDescriptor_firestore_e04b661bc0002f16, []int{13} } func (m *RunQueryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunQueryRequest.Unmarshal(m, b) @@ -1643,7 +1643,7 @@ func (m *RunQueryResponse) Reset() { *m = RunQueryResponse{} } func (m *RunQueryResponse) String() string { return proto.CompactTextString(m) } func (*RunQueryResponse) ProtoMessage() {} func (*RunQueryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{14} + return fileDescriptor_firestore_e04b661bc0002f16, []int{14} } func (m *RunQueryResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunQueryResponse.Unmarshal(m, b) @@ -1743,7 +1743,7 @@ func (m *WriteRequest) Reset() { *m = WriteRequest{} } func (m *WriteRequest) String() string { return proto.CompactTextString(m) } func (*WriteRequest) ProtoMessage() {} func (*WriteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{15} + return fileDescriptor_firestore_e04b661bc0002f16, []int{15} } func (m *WriteRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WriteRequest.Unmarshal(m, b) @@ -1824,7 +1824,7 @@ func (m *WriteResponse) Reset() { *m = WriteResponse{} } func (m *WriteResponse) String() string { return proto.CompactTextString(m) } func (*WriteResponse) ProtoMessage() {} func (*WriteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{16} + return fileDescriptor_firestore_e04b661bc0002f16, []int{16} } func (m *WriteResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WriteResponse.Unmarshal(m, b) @@ -1894,7 +1894,7 @@ func (m *ListenRequest) Reset() { *m = ListenRequest{} } func (m *ListenRequest) String() string { return proto.CompactTextString(m) } func (*ListenRequest) ProtoMessage() {} func (*ListenRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{17} + return fileDescriptor_firestore_e04b661bc0002f16, []int{17} } func (m *ListenRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListenRequest.Unmarshal(m, b) @@ -2054,7 +2054,7 @@ func (m *ListenResponse) Reset() { *m = ListenResponse{} } func (m *ListenResponse) String() string { return proto.CompactTextString(m) } func (*ListenResponse) ProtoMessage() {} func (*ListenResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{18} + return fileDescriptor_firestore_e04b661bc0002f16, []int{18} } func (m *ListenResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListenResponse.Unmarshal(m, b) @@ -2318,7 +2318,7 @@ func (m *Target) Reset() { *m = Target{} } func (m *Target) String() string { return proto.CompactTextString(m) } func (*Target) ProtoMessage() {} func (*Target) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{19} + return fileDescriptor_firestore_e04b661bc0002f16, []int{19} } func (m *Target) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Target.Unmarshal(m, b) @@ -2562,7 +2562,7 @@ func (m *Target_DocumentsTarget) Reset() { *m = Target_DocumentsTarget{} func (m *Target_DocumentsTarget) String() string { return proto.CompactTextString(m) } func (*Target_DocumentsTarget) ProtoMessage() {} func (*Target_DocumentsTarget) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{19, 0} + return fileDescriptor_firestore_e04b661bc0002f16, []int{19, 0} } func (m *Target_DocumentsTarget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Target_DocumentsTarget.Unmarshal(m, b) @@ -2612,7 +2612,7 @@ func (m *Target_QueryTarget) Reset() { *m = Target_QueryTarget{} } func (m *Target_QueryTarget) String() string { return proto.CompactTextString(m) } func (*Target_QueryTarget) ProtoMessage() {} func (*Target_QueryTarget) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{19, 1} + return fileDescriptor_firestore_e04b661bc0002f16, []int{19, 1} } func (m *Target_QueryTarget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Target_QueryTarget.Unmarshal(m, b) @@ -2759,7 +2759,7 @@ func (m *TargetChange) Reset() { *m = TargetChange{} } func (m *TargetChange) String() string { return proto.CompactTextString(m) } func (*TargetChange) ProtoMessage() {} func (*TargetChange) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{20} + return fileDescriptor_firestore_e04b661bc0002f16, []int{20} } func (m *TargetChange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetChange.Unmarshal(m, b) @@ -2835,7 +2835,7 @@ func (m *ListCollectionIdsRequest) Reset() { *m = ListCollectionIdsReque func (m *ListCollectionIdsRequest) String() string { return proto.CompactTextString(m) } func (*ListCollectionIdsRequest) ProtoMessage() {} func (*ListCollectionIdsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{21} + return fileDescriptor_firestore_e04b661bc0002f16, []int{21} } func (m *ListCollectionIdsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCollectionIdsRequest.Unmarshal(m, b) @@ -2891,7 +2891,7 @@ func (m *ListCollectionIdsResponse) Reset() { *m = ListCollectionIdsResp func (m *ListCollectionIdsResponse) String() string { return proto.CompactTextString(m) } func (*ListCollectionIdsResponse) ProtoMessage() {} func (*ListCollectionIdsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_08447cede3ca223b, []int{22} + return fileDescriptor_firestore_e04b661bc0002f16, []int{22} } func (m *ListCollectionIdsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCollectionIdsResponse.Unmarshal(m, b) @@ -3576,10 +3576,10 @@ var _Firestore_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/firestore/v1/firestore.proto", fileDescriptor_firestore_08447cede3ca223b) + proto.RegisterFile("google/firestore/v1/firestore.proto", fileDescriptor_firestore_e04b661bc0002f16) } -var fileDescriptor_firestore_08447cede3ca223b = []byte{ +var fileDescriptor_firestore_e04b661bc0002f16 = []byte{ // 2188 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x59, 0xcd, 0x6f, 0xdb, 0xc8, 0x15, 0xd7, 0x50, 0x1f, 0x96, 0x9e, 0x3e, 0xac, 0x9d, 0xe6, 0x43, 0x51, 0x36, 0x58, 0x87, 0x6e, diff --git a/googleapis/firestore/v1/query.pb.go b/googleapis/firestore/v1/query.pb.go index e5d868a7f3..1043040500 100644 --- a/googleapis/firestore/v1/query.pb.go +++ b/googleapis/firestore/v1/query.pb.go @@ -47,7 +47,7 @@ func (x StructuredQuery_Direction) String() string { return proto.EnumName(StructuredQuery_Direction_name, int32(x)) } func (StructuredQuery_Direction) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_b8a4c99c1c8259bc, []int{0, 0} + return fileDescriptor_query_24e5c79c1727d2c0, []int{0, 0} } // A composite filter operator. @@ -73,7 +73,7 @@ func (x StructuredQuery_CompositeFilter_Operator) String() string { return proto.EnumName(StructuredQuery_CompositeFilter_Operator_name, int32(x)) } func (StructuredQuery_CompositeFilter_Operator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_b8a4c99c1c8259bc, []int{0, 2, 0} + return fileDescriptor_query_24e5c79c1727d2c0, []int{0, 2, 0} } // A field filter operator. @@ -120,7 +120,7 @@ func (x StructuredQuery_FieldFilter_Operator) String() string { return proto.EnumName(StructuredQuery_FieldFilter_Operator_name, int32(x)) } func (StructuredQuery_FieldFilter_Operator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_b8a4c99c1c8259bc, []int{0, 3, 0} + return fileDescriptor_query_24e5c79c1727d2c0, []int{0, 3, 0} } // A unary operator. @@ -150,7 +150,7 @@ func (x StructuredQuery_UnaryFilter_Operator) String() string { return proto.EnumName(StructuredQuery_UnaryFilter_Operator_name, int32(x)) } func (StructuredQuery_UnaryFilter_Operator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_b8a4c99c1c8259bc, []int{0, 4, 0} + return fileDescriptor_query_24e5c79c1727d2c0, []int{0, 4, 0} } // A Firestore query. @@ -203,7 +203,7 @@ func (m *StructuredQuery) Reset() { *m = StructuredQuery{} } func (m *StructuredQuery) String() string { return proto.CompactTextString(m) } func (*StructuredQuery) ProtoMessage() {} func (*StructuredQuery) Descriptor() ([]byte, []int) { - return fileDescriptor_query_b8a4c99c1c8259bc, []int{0} + return fileDescriptor_query_24e5c79c1727d2c0, []int{0} } func (m *StructuredQuery) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery.Unmarshal(m, b) @@ -297,7 +297,7 @@ func (m *StructuredQuery_CollectionSelector) Reset() { *m = StructuredQu func (m *StructuredQuery_CollectionSelector) String() string { return proto.CompactTextString(m) } func (*StructuredQuery_CollectionSelector) ProtoMessage() {} func (*StructuredQuery_CollectionSelector) Descriptor() ([]byte, []int) { - return fileDescriptor_query_b8a4c99c1c8259bc, []int{0, 0} + return fileDescriptor_query_24e5c79c1727d2c0, []int{0, 0} } func (m *StructuredQuery_CollectionSelector) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery_CollectionSelector.Unmarshal(m, b) @@ -349,7 +349,7 @@ func (m *StructuredQuery_Filter) Reset() { *m = StructuredQuery_Filter{} func (m *StructuredQuery_Filter) String() string { return proto.CompactTextString(m) } func (*StructuredQuery_Filter) ProtoMessage() {} func (*StructuredQuery_Filter) Descriptor() ([]byte, []int) { - return fileDescriptor_query_b8a4c99c1c8259bc, []int{0, 1} + return fileDescriptor_query_24e5c79c1727d2c0, []int{0, 1} } func (m *StructuredQuery_Filter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery_Filter.Unmarshal(m, b) @@ -528,7 +528,7 @@ func (m *StructuredQuery_CompositeFilter) Reset() { *m = StructuredQuery func (m *StructuredQuery_CompositeFilter) String() string { return proto.CompactTextString(m) } func (*StructuredQuery_CompositeFilter) ProtoMessage() {} func (*StructuredQuery_CompositeFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_query_b8a4c99c1c8259bc, []int{0, 2} + return fileDescriptor_query_24e5c79c1727d2c0, []int{0, 2} } func (m *StructuredQuery_CompositeFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery_CompositeFilter.Unmarshal(m, b) @@ -579,7 +579,7 @@ func (m *StructuredQuery_FieldFilter) Reset() { *m = StructuredQuery_Fie func (m *StructuredQuery_FieldFilter) String() string { return proto.CompactTextString(m) } func (*StructuredQuery_FieldFilter) ProtoMessage() {} func (*StructuredQuery_FieldFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_query_b8a4c99c1c8259bc, []int{0, 3} + return fileDescriptor_query_24e5c79c1727d2c0, []int{0, 3} } func (m *StructuredQuery_FieldFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery_FieldFilter.Unmarshal(m, b) @@ -638,7 +638,7 @@ func (m *StructuredQuery_UnaryFilter) Reset() { *m = StructuredQuery_Una func (m *StructuredQuery_UnaryFilter) String() string { return proto.CompactTextString(m) } func (*StructuredQuery_UnaryFilter) ProtoMessage() {} func (*StructuredQuery_UnaryFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_query_b8a4c99c1c8259bc, []int{0, 4} + return fileDescriptor_query_24e5c79c1727d2c0, []int{0, 4} } func (m *StructuredQuery_UnaryFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery_UnaryFilter.Unmarshal(m, b) @@ -756,7 +756,7 @@ func (m *StructuredQuery_FieldReference) Reset() { *m = StructuredQuery_ func (m *StructuredQuery_FieldReference) String() string { return proto.CompactTextString(m) } func (*StructuredQuery_FieldReference) ProtoMessage() {} func (*StructuredQuery_FieldReference) Descriptor() ([]byte, []int) { - return fileDescriptor_query_b8a4c99c1c8259bc, []int{0, 5} + return fileDescriptor_query_24e5c79c1727d2c0, []int{0, 5} } func (m *StructuredQuery_FieldReference) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery_FieldReference.Unmarshal(m, b) @@ -798,7 +798,7 @@ func (m *StructuredQuery_Order) Reset() { *m = StructuredQuery_Order{} } func (m *StructuredQuery_Order) String() string { return proto.CompactTextString(m) } func (*StructuredQuery_Order) ProtoMessage() {} func (*StructuredQuery_Order) Descriptor() ([]byte, []int) { - return fileDescriptor_query_b8a4c99c1c8259bc, []int{0, 6} + return fileDescriptor_query_24e5c79c1727d2c0, []int{0, 6} } func (m *StructuredQuery_Order) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery_Order.Unmarshal(m, b) @@ -848,7 +848,7 @@ func (m *StructuredQuery_Projection) Reset() { *m = StructuredQuery_Proj func (m *StructuredQuery_Projection) String() string { return proto.CompactTextString(m) } func (*StructuredQuery_Projection) ProtoMessage() {} func (*StructuredQuery_Projection) Descriptor() ([]byte, []int) { - return fileDescriptor_query_b8a4c99c1c8259bc, []int{0, 7} + return fileDescriptor_query_24e5c79c1727d2c0, []int{0, 7} } func (m *StructuredQuery_Projection) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery_Projection.Unmarshal(m, b) @@ -894,7 +894,7 @@ func (m *Cursor) Reset() { *m = Cursor{} } func (m *Cursor) String() string { return proto.CompactTextString(m) } func (*Cursor) ProtoMessage() {} func (*Cursor) Descriptor() ([]byte, []int) { - return fileDescriptor_query_b8a4c99c1c8259bc, []int{1} + return fileDescriptor_query_24e5c79c1727d2c0, []int{1} } func (m *Cursor) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Cursor.Unmarshal(m, b) @@ -946,10 +946,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/v1/query.proto", fileDescriptor_query_b8a4c99c1c8259bc) + proto.RegisterFile("google/firestore/v1/query.proto", fileDescriptor_query_24e5c79c1727d2c0) } -var fileDescriptor_query_b8a4c99c1c8259bc = []byte{ +var fileDescriptor_query_24e5c79c1727d2c0 = []byte{ // 976 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xdd, 0x6e, 0xe3, 0xc4, 0x17, 0xaf, 0x9d, 0xe6, 0xeb, 0xa4, 0x4d, 0xad, 0xf9, 0xff, 0x59, 0xb2, 0xe6, 0xab, 0x0a, 0x17, diff --git a/googleapis/firestore/v1/write.pb.go b/googleapis/firestore/v1/write.pb.go index 1bc8c84878..6ac7544234 100644 --- a/googleapis/firestore/v1/write.pb.go +++ b/googleapis/firestore/v1/write.pb.go @@ -44,7 +44,7 @@ func (x DocumentTransform_FieldTransform_ServerValue) String() string { return proto.EnumName(DocumentTransform_FieldTransform_ServerValue_name, int32(x)) } func (DocumentTransform_FieldTransform_ServerValue) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_write_2f9b6db9f7513564, []int{1, 0, 0} + return fileDescriptor_write_e73df969af87efc4, []int{1, 0, 0} } // A write on a document. @@ -80,7 +80,7 @@ func (m *Write) Reset() { *m = Write{} } func (m *Write) String() string { return proto.CompactTextString(m) } func (*Write) ProtoMessage() {} func (*Write) Descriptor() ([]byte, []int) { - return fileDescriptor_write_2f9b6db9f7513564, []int{0} + return fileDescriptor_write_e73df969af87efc4, []int{0} } func (m *Write) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Write.Unmarshal(m, b) @@ -270,7 +270,7 @@ func (m *DocumentTransform) Reset() { *m = DocumentTransform{} } func (m *DocumentTransform) String() string { return proto.CompactTextString(m) } func (*DocumentTransform) ProtoMessage() {} func (*DocumentTransform) Descriptor() ([]byte, []int) { - return fileDescriptor_write_2f9b6db9f7513564, []int{1} + return fileDescriptor_write_e73df969af87efc4, []int{1} } func (m *DocumentTransform) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DocumentTransform.Unmarshal(m, b) @@ -328,7 +328,7 @@ func (m *DocumentTransform_FieldTransform) Reset() { *m = DocumentTransf func (m *DocumentTransform_FieldTransform) String() string { return proto.CompactTextString(m) } func (*DocumentTransform_FieldTransform) ProtoMessage() {} func (*DocumentTransform_FieldTransform) Descriptor() ([]byte, []int) { - return fileDescriptor_write_2f9b6db9f7513564, []int{1, 0} + return fileDescriptor_write_e73df969af87efc4, []int{1, 0} } func (m *DocumentTransform_FieldTransform) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DocumentTransform_FieldTransform.Unmarshal(m, b) @@ -613,7 +613,7 @@ func (m *WriteResult) Reset() { *m = WriteResult{} } func (m *WriteResult) String() string { return proto.CompactTextString(m) } func (*WriteResult) ProtoMessage() {} func (*WriteResult) Descriptor() ([]byte, []int) { - return fileDescriptor_write_2f9b6db9f7513564, []int{2} + return fileDescriptor_write_e73df969af87efc4, []int{2} } func (m *WriteResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WriteResult.Unmarshal(m, b) @@ -672,7 +672,7 @@ func (m *DocumentChange) Reset() { *m = DocumentChange{} } func (m *DocumentChange) String() string { return proto.CompactTextString(m) } func (*DocumentChange) ProtoMessage() {} func (*DocumentChange) Descriptor() ([]byte, []int) { - return fileDescriptor_write_2f9b6db9f7513564, []int{3} + return fileDescriptor_write_e73df969af87efc4, []int{3} } func (m *DocumentChange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DocumentChange.Unmarshal(m, b) @@ -738,7 +738,7 @@ func (m *DocumentDelete) Reset() { *m = DocumentDelete{} } func (m *DocumentDelete) String() string { return proto.CompactTextString(m) } func (*DocumentDelete) ProtoMessage() {} func (*DocumentDelete) Descriptor() ([]byte, []int) { - return fileDescriptor_write_2f9b6db9f7513564, []int{4} + return fileDescriptor_write_e73df969af87efc4, []int{4} } func (m *DocumentDelete) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DocumentDelete.Unmarshal(m, b) @@ -805,7 +805,7 @@ func (m *DocumentRemove) Reset() { *m = DocumentRemove{} } func (m *DocumentRemove) String() string { return proto.CompactTextString(m) } func (*DocumentRemove) ProtoMessage() {} func (*DocumentRemove) Descriptor() ([]byte, []int) { - return fileDescriptor_write_2f9b6db9f7513564, []int{5} + return fileDescriptor_write_e73df969af87efc4, []int{5} } func (m *DocumentRemove) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DocumentRemove.Unmarshal(m, b) @@ -864,7 +864,7 @@ func (m *ExistenceFilter) Reset() { *m = ExistenceFilter{} } func (m *ExistenceFilter) String() string { return proto.CompactTextString(m) } func (*ExistenceFilter) ProtoMessage() {} func (*ExistenceFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_write_2f9b6db9f7513564, []int{6} + return fileDescriptor_write_e73df969af87efc4, []int{6} } func (m *ExistenceFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExistenceFilter.Unmarshal(m, b) @@ -911,10 +911,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/v1/write.proto", fileDescriptor_write_2f9b6db9f7513564) + proto.RegisterFile("google/firestore/v1/write.proto", fileDescriptor_write_e73df969af87efc4) } -var fileDescriptor_write_2f9b6db9f7513564 = []byte{ +var fileDescriptor_write_e73df969af87efc4 = []byte{ // 853 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0x41, 0x6f, 0xe3, 0x44, 0x14, 0x6e, 0xd2, 0x26, 0x5b, 0xbf, 0xa0, 0xd6, 0x3b, 0xcb, 0x6a, 0x4d, 0xd8, 0x6a, 0x43, 0x0e, diff --git a/googleapis/firestore/v1beta1/common.pb.go b/googleapis/firestore/v1beta1/common.pb.go index 6b42f6e6fc..98051d9583 100644 --- a/googleapis/firestore/v1beta1/common.pb.go +++ b/googleapis/firestore/v1beta1/common.pb.go @@ -38,7 +38,7 @@ func (m *DocumentMask) Reset() { *m = DocumentMask{} } func (m *DocumentMask) String() string { return proto.CompactTextString(m) } func (*DocumentMask) ProtoMessage() {} func (*DocumentMask) Descriptor() ([]byte, []int) { - return fileDescriptor_common_909b8530e7af563a, []int{0} + return fileDescriptor_common_33e7705eedc91e86, []int{0} } func (m *DocumentMask) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DocumentMask.Unmarshal(m, b) @@ -82,7 +82,7 @@ func (m *Precondition) Reset() { *m = Precondition{} } func (m *Precondition) String() string { return proto.CompactTextString(m) } func (*Precondition) ProtoMessage() {} func (*Precondition) Descriptor() ([]byte, []int) { - return fileDescriptor_common_909b8530e7af563a, []int{1} + return fileDescriptor_common_33e7705eedc91e86, []int{1} } func (m *Precondition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Precondition.Unmarshal(m, b) @@ -229,7 +229,7 @@ func (m *TransactionOptions) Reset() { *m = TransactionOptions{} } func (m *TransactionOptions) String() string { return proto.CompactTextString(m) } func (*TransactionOptions) ProtoMessage() {} func (*TransactionOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_common_909b8530e7af563a, []int{2} + return fileDescriptor_common_33e7705eedc91e86, []int{2} } func (m *TransactionOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionOptions.Unmarshal(m, b) @@ -373,7 +373,7 @@ func (m *TransactionOptions_ReadWrite) Reset() { *m = TransactionOptions func (m *TransactionOptions_ReadWrite) String() string { return proto.CompactTextString(m) } func (*TransactionOptions_ReadWrite) ProtoMessage() {} func (*TransactionOptions_ReadWrite) Descriptor() ([]byte, []int) { - return fileDescriptor_common_909b8530e7af563a, []int{2, 0} + return fileDescriptor_common_33e7705eedc91e86, []int{2, 0} } func (m *TransactionOptions_ReadWrite) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionOptions_ReadWrite.Unmarshal(m, b) @@ -417,7 +417,7 @@ func (m *TransactionOptions_ReadOnly) Reset() { *m = TransactionOptions_ func (m *TransactionOptions_ReadOnly) String() string { return proto.CompactTextString(m) } func (*TransactionOptions_ReadOnly) ProtoMessage() {} func (*TransactionOptions_ReadOnly) Descriptor() ([]byte, []int) { - return fileDescriptor_common_909b8530e7af563a, []int{2, 1} + return fileDescriptor_common_33e7705eedc91e86, []int{2, 1} } func (m *TransactionOptions_ReadOnly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionOptions_ReadOnly.Unmarshal(m, b) @@ -525,10 +525,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/v1beta1/common.proto", fileDescriptor_common_909b8530e7af563a) + proto.RegisterFile("google/firestore/v1beta1/common.proto", fileDescriptor_common_33e7705eedc91e86) } -var fileDescriptor_common_909b8530e7af563a = []byte{ +var fileDescriptor_common_33e7705eedc91e86 = []byte{ // 470 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0xe1, 0x8a, 0xd3, 0x40, 0x10, 0xc7, 0x9b, 0xde, 0x71, 0xb4, 0xd3, 0x22, 0x67, 0x10, 0x09, 0xe1, 0xf0, 0x8e, 0x82, 0x50, diff --git a/googleapis/firestore/v1beta1/document.pb.go b/googleapis/firestore/v1beta1/document.pb.go index f094a19628..de0a6520f0 100644 --- a/googleapis/firestore/v1beta1/document.pb.go +++ b/googleapis/firestore/v1beta1/document.pb.go @@ -75,7 +75,7 @@ func (m *Document) Reset() { *m = Document{} } func (m *Document) String() string { return proto.CompactTextString(m) } func (*Document) ProtoMessage() {} func (*Document) Descriptor() ([]byte, []int) { - return fileDescriptor_document_2b4d69a5c971de0c, []int{0} + return fileDescriptor_document_8735c50e5ee5c345, []int{0} } func (m *Document) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Document.Unmarshal(m, b) @@ -149,7 +149,7 @@ func (m *Value) Reset() { *m = Value{} } func (m *Value) String() string { return proto.CompactTextString(m) } func (*Value) ProtoMessage() {} func (*Value) Descriptor() ([]byte, []int) { - return fileDescriptor_document_2b4d69a5c971de0c, []int{1} + return fileDescriptor_document_8735c50e5ee5c345, []int{1} } func (m *Value) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Value.Unmarshal(m, b) @@ -553,7 +553,7 @@ func (m *ArrayValue) Reset() { *m = ArrayValue{} } func (m *ArrayValue) String() string { return proto.CompactTextString(m) } func (*ArrayValue) ProtoMessage() {} func (*ArrayValue) Descriptor() ([]byte, []int) { - return fileDescriptor_document_2b4d69a5c971de0c, []int{2} + return fileDescriptor_document_8735c50e5ee5c345, []int{2} } func (m *ArrayValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ArrayValue.Unmarshal(m, b) @@ -598,7 +598,7 @@ func (m *MapValue) Reset() { *m = MapValue{} } func (m *MapValue) String() string { return proto.CompactTextString(m) } func (*MapValue) ProtoMessage() {} func (*MapValue) Descriptor() ([]byte, []int) { - return fileDescriptor_document_2b4d69a5c971de0c, []int{3} + return fileDescriptor_document_8735c50e5ee5c345, []int{3} } func (m *MapValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MapValue.Unmarshal(m, b) @@ -635,10 +635,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/v1beta1/document.proto", fileDescriptor_document_2b4d69a5c971de0c) + proto.RegisterFile("google/firestore/v1beta1/document.proto", fileDescriptor_document_8735c50e5ee5c345) } -var fileDescriptor_document_2b4d69a5c971de0c = []byte{ +var fileDescriptor_document_8735c50e5ee5c345 = []byte{ // 655 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0xcf, 0x6e, 0xd3, 0x4e, 0x10, 0xc7, 0xe3, 0x24, 0x8d, 0x92, 0x71, 0xda, 0xfe, 0x7e, 0xe6, 0x12, 0x45, 0x15, 0x0d, 0x01, diff --git a/googleapis/firestore/v1beta1/firestore.pb.go b/googleapis/firestore/v1beta1/firestore.pb.go index 1429f391bc..561b856858 100644 --- a/googleapis/firestore/v1beta1/firestore.pb.go +++ b/googleapis/firestore/v1beta1/firestore.pb.go @@ -73,7 +73,7 @@ func (x TargetChange_TargetChangeType) String() string { return proto.EnumName(TargetChange_TargetChangeType_name, int32(x)) } func (TargetChange_TargetChangeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{20, 0} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{20, 0} } // The request for [Firestore.GetDocument][google.firestore.v1beta1.Firestore.GetDocument]. @@ -102,7 +102,7 @@ func (m *GetDocumentRequest) Reset() { *m = GetDocumentRequest{} } func (m *GetDocumentRequest) String() string { return proto.CompactTextString(m) } func (*GetDocumentRequest) ProtoMessage() {} func (*GetDocumentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{0} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{0} } func (m *GetDocumentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDocumentRequest.Unmarshal(m, b) @@ -290,7 +290,7 @@ func (m *ListDocumentsRequest) Reset() { *m = ListDocumentsRequest{} } func (m *ListDocumentsRequest) String() string { return proto.CompactTextString(m) } func (*ListDocumentsRequest) ProtoMessage() {} func (*ListDocumentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{1} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{1} } func (m *ListDocumentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDocumentsRequest.Unmarshal(m, b) @@ -481,7 +481,7 @@ func (m *ListDocumentsResponse) Reset() { *m = ListDocumentsResponse{} } func (m *ListDocumentsResponse) String() string { return proto.CompactTextString(m) } func (*ListDocumentsResponse) ProtoMessage() {} func (*ListDocumentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{2} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{2} } func (m *ListDocumentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDocumentsResponse.Unmarshal(m, b) @@ -543,7 +543,7 @@ func (m *CreateDocumentRequest) Reset() { *m = CreateDocumentRequest{} } func (m *CreateDocumentRequest) String() string { return proto.CompactTextString(m) } func (*CreateDocumentRequest) ProtoMessage() {} func (*CreateDocumentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{3} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{3} } func (m *CreateDocumentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateDocumentRequest.Unmarshal(m, b) @@ -628,7 +628,7 @@ func (m *UpdateDocumentRequest) Reset() { *m = UpdateDocumentRequest{} } func (m *UpdateDocumentRequest) String() string { return proto.CompactTextString(m) } func (*UpdateDocumentRequest) ProtoMessage() {} func (*UpdateDocumentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{4} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{4} } func (m *UpdateDocumentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateDocumentRequest.Unmarshal(m, b) @@ -693,7 +693,7 @@ func (m *DeleteDocumentRequest) Reset() { *m = DeleteDocumentRequest{} } func (m *DeleteDocumentRequest) String() string { return proto.CompactTextString(m) } func (*DeleteDocumentRequest) ProtoMessage() {} func (*DeleteDocumentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{5} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{5} } func (m *DeleteDocumentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteDocumentRequest.Unmarshal(m, b) @@ -759,7 +759,7 @@ func (m *BatchGetDocumentsRequest) Reset() { *m = BatchGetDocumentsReque func (m *BatchGetDocumentsRequest) String() string { return proto.CompactTextString(m) } func (*BatchGetDocumentsRequest) ProtoMessage() {} func (*BatchGetDocumentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{6} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{6} } func (m *BatchGetDocumentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchGetDocumentsRequest.Unmarshal(m, b) @@ -966,7 +966,7 @@ func (m *BatchGetDocumentsResponse) Reset() { *m = BatchGetDocumentsResp func (m *BatchGetDocumentsResponse) String() string { return proto.CompactTextString(m) } func (*BatchGetDocumentsResponse) ProtoMessage() {} func (*BatchGetDocumentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{7} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{7} } func (m *BatchGetDocumentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchGetDocumentsResponse.Unmarshal(m, b) @@ -1124,7 +1124,7 @@ func (m *BeginTransactionRequest) Reset() { *m = BeginTransactionRequest func (m *BeginTransactionRequest) String() string { return proto.CompactTextString(m) } func (*BeginTransactionRequest) ProtoMessage() {} func (*BeginTransactionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{8} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{8} } func (m *BeginTransactionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BeginTransactionRequest.Unmarshal(m, b) @@ -1171,7 +1171,7 @@ func (m *BeginTransactionResponse) Reset() { *m = BeginTransactionRespon func (m *BeginTransactionResponse) String() string { return proto.CompactTextString(m) } func (*BeginTransactionResponse) ProtoMessage() {} func (*BeginTransactionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{9} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{9} } func (m *BeginTransactionResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BeginTransactionResponse.Unmarshal(m, b) @@ -1218,7 +1218,7 @@ func (m *CommitRequest) Reset() { *m = CommitRequest{} } func (m *CommitRequest) String() string { return proto.CompactTextString(m) } func (*CommitRequest) ProtoMessage() {} func (*CommitRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{10} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{10} } func (m *CommitRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommitRequest.Unmarshal(m, b) @@ -1277,7 +1277,7 @@ func (m *CommitResponse) Reset() { *m = CommitResponse{} } func (m *CommitResponse) String() string { return proto.CompactTextString(m) } func (*CommitResponse) ProtoMessage() {} func (*CommitResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{11} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{11} } func (m *CommitResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommitResponse.Unmarshal(m, b) @@ -1327,7 +1327,7 @@ func (m *RollbackRequest) Reset() { *m = RollbackRequest{} } func (m *RollbackRequest) String() string { return proto.CompactTextString(m) } func (*RollbackRequest) ProtoMessage() {} func (*RollbackRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{12} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{12} } func (m *RollbackRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RollbackRequest.Unmarshal(m, b) @@ -1392,7 +1392,7 @@ func (m *RunQueryRequest) Reset() { *m = RunQueryRequest{} } func (m *RunQueryRequest) String() string { return proto.CompactTextString(m) } func (*RunQueryRequest) ProtoMessage() {} func (*RunQueryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{13} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{13} } func (m *RunQueryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunQueryRequest.Unmarshal(m, b) @@ -1643,7 +1643,7 @@ func (m *RunQueryResponse) Reset() { *m = RunQueryResponse{} } func (m *RunQueryResponse) String() string { return proto.CompactTextString(m) } func (*RunQueryResponse) ProtoMessage() {} func (*RunQueryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{14} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{14} } func (m *RunQueryResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunQueryResponse.Unmarshal(m, b) @@ -1743,7 +1743,7 @@ func (m *WriteRequest) Reset() { *m = WriteRequest{} } func (m *WriteRequest) String() string { return proto.CompactTextString(m) } func (*WriteRequest) ProtoMessage() {} func (*WriteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{15} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{15} } func (m *WriteRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WriteRequest.Unmarshal(m, b) @@ -1824,7 +1824,7 @@ func (m *WriteResponse) Reset() { *m = WriteResponse{} } func (m *WriteResponse) String() string { return proto.CompactTextString(m) } func (*WriteResponse) ProtoMessage() {} func (*WriteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{16} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{16} } func (m *WriteResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WriteResponse.Unmarshal(m, b) @@ -1894,7 +1894,7 @@ func (m *ListenRequest) Reset() { *m = ListenRequest{} } func (m *ListenRequest) String() string { return proto.CompactTextString(m) } func (*ListenRequest) ProtoMessage() {} func (*ListenRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{17} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{17} } func (m *ListenRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListenRequest.Unmarshal(m, b) @@ -2054,7 +2054,7 @@ func (m *ListenResponse) Reset() { *m = ListenResponse{} } func (m *ListenResponse) String() string { return proto.CompactTextString(m) } func (*ListenResponse) ProtoMessage() {} func (*ListenResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{18} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{18} } func (m *ListenResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListenResponse.Unmarshal(m, b) @@ -2318,7 +2318,7 @@ func (m *Target) Reset() { *m = Target{} } func (m *Target) String() string { return proto.CompactTextString(m) } func (*Target) ProtoMessage() {} func (*Target) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{19} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{19} } func (m *Target) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Target.Unmarshal(m, b) @@ -2562,7 +2562,7 @@ func (m *Target_DocumentsTarget) Reset() { *m = Target_DocumentsTarget{} func (m *Target_DocumentsTarget) String() string { return proto.CompactTextString(m) } func (*Target_DocumentsTarget) ProtoMessage() {} func (*Target_DocumentsTarget) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{19, 0} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{19, 0} } func (m *Target_DocumentsTarget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Target_DocumentsTarget.Unmarshal(m, b) @@ -2612,7 +2612,7 @@ func (m *Target_QueryTarget) Reset() { *m = Target_QueryTarget{} } func (m *Target_QueryTarget) String() string { return proto.CompactTextString(m) } func (*Target_QueryTarget) ProtoMessage() {} func (*Target_QueryTarget) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{19, 1} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{19, 1} } func (m *Target_QueryTarget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Target_QueryTarget.Unmarshal(m, b) @@ -2759,7 +2759,7 @@ func (m *TargetChange) Reset() { *m = TargetChange{} } func (m *TargetChange) String() string { return proto.CompactTextString(m) } func (*TargetChange) ProtoMessage() {} func (*TargetChange) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{20} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{20} } func (m *TargetChange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetChange.Unmarshal(m, b) @@ -2835,7 +2835,7 @@ func (m *ListCollectionIdsRequest) Reset() { *m = ListCollectionIdsReque func (m *ListCollectionIdsRequest) String() string { return proto.CompactTextString(m) } func (*ListCollectionIdsRequest) ProtoMessage() {} func (*ListCollectionIdsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{21} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{21} } func (m *ListCollectionIdsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCollectionIdsRequest.Unmarshal(m, b) @@ -2891,7 +2891,7 @@ func (m *ListCollectionIdsResponse) Reset() { *m = ListCollectionIdsResp func (m *ListCollectionIdsResponse) String() string { return proto.CompactTextString(m) } func (*ListCollectionIdsResponse) ProtoMessage() {} func (*ListCollectionIdsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_firestore_9b3beea32b135cdc, []int{22} + return fileDescriptor_firestore_d225c1066b9de1b1, []int{22} } func (m *ListCollectionIdsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCollectionIdsResponse.Unmarshal(m, b) @@ -3576,10 +3576,10 @@ var _Firestore_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/firestore/v1beta1/firestore.proto", fileDescriptor_firestore_9b3beea32b135cdc) + proto.RegisterFile("google/firestore/v1beta1/firestore.proto", fileDescriptor_firestore_d225c1066b9de1b1) } -var fileDescriptor_firestore_9b3beea32b135cdc = []byte{ +var fileDescriptor_firestore_d225c1066b9de1b1 = []byte{ // 2214 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x5a, 0xcd, 0x8f, 0x1b, 0x49, 0x15, 0x77, 0xb5, 0x3f, 0xc6, 0x7e, 0xfe, 0x18, 0x6f, 0x91, 0x64, 0x1d, 0x27, 0x4b, 0x86, 0x5e, diff --git a/googleapis/firestore/v1beta1/query.pb.go b/googleapis/firestore/v1beta1/query.pb.go index 64e7c71b51..aa053f1723 100644 --- a/googleapis/firestore/v1beta1/query.pb.go +++ b/googleapis/firestore/v1beta1/query.pb.go @@ -47,7 +47,7 @@ func (x StructuredQuery_Direction) String() string { return proto.EnumName(StructuredQuery_Direction_name, int32(x)) } func (StructuredQuery_Direction) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_19d4820baa7d743c, []int{0, 0} + return fileDescriptor_query_849f012e957b5105, []int{0, 0} } // A composite filter operator. @@ -73,7 +73,7 @@ func (x StructuredQuery_CompositeFilter_Operator) String() string { return proto.EnumName(StructuredQuery_CompositeFilter_Operator_name, int32(x)) } func (StructuredQuery_CompositeFilter_Operator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_19d4820baa7d743c, []int{0, 2, 0} + return fileDescriptor_query_849f012e957b5105, []int{0, 2, 0} } // A field filter operator. @@ -120,7 +120,7 @@ func (x StructuredQuery_FieldFilter_Operator) String() string { return proto.EnumName(StructuredQuery_FieldFilter_Operator_name, int32(x)) } func (StructuredQuery_FieldFilter_Operator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_19d4820baa7d743c, []int{0, 3, 0} + return fileDescriptor_query_849f012e957b5105, []int{0, 3, 0} } // A unary operator. @@ -150,7 +150,7 @@ func (x StructuredQuery_UnaryFilter_Operator) String() string { return proto.EnumName(StructuredQuery_UnaryFilter_Operator_name, int32(x)) } func (StructuredQuery_UnaryFilter_Operator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_19d4820baa7d743c, []int{0, 5, 0} + return fileDescriptor_query_849f012e957b5105, []int{0, 5, 0} } // A Firestore query. @@ -203,7 +203,7 @@ func (m *StructuredQuery) Reset() { *m = StructuredQuery{} } func (m *StructuredQuery) String() string { return proto.CompactTextString(m) } func (*StructuredQuery) ProtoMessage() {} func (*StructuredQuery) Descriptor() ([]byte, []int) { - return fileDescriptor_query_19d4820baa7d743c, []int{0} + return fileDescriptor_query_849f012e957b5105, []int{0} } func (m *StructuredQuery) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery.Unmarshal(m, b) @@ -297,7 +297,7 @@ func (m *StructuredQuery_CollectionSelector) Reset() { *m = StructuredQu func (m *StructuredQuery_CollectionSelector) String() string { return proto.CompactTextString(m) } func (*StructuredQuery_CollectionSelector) ProtoMessage() {} func (*StructuredQuery_CollectionSelector) Descriptor() ([]byte, []int) { - return fileDescriptor_query_19d4820baa7d743c, []int{0, 0} + return fileDescriptor_query_849f012e957b5105, []int{0, 0} } func (m *StructuredQuery_CollectionSelector) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery_CollectionSelector.Unmarshal(m, b) @@ -349,7 +349,7 @@ func (m *StructuredQuery_Filter) Reset() { *m = StructuredQuery_Filter{} func (m *StructuredQuery_Filter) String() string { return proto.CompactTextString(m) } func (*StructuredQuery_Filter) ProtoMessage() {} func (*StructuredQuery_Filter) Descriptor() ([]byte, []int) { - return fileDescriptor_query_19d4820baa7d743c, []int{0, 1} + return fileDescriptor_query_849f012e957b5105, []int{0, 1} } func (m *StructuredQuery_Filter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery_Filter.Unmarshal(m, b) @@ -528,7 +528,7 @@ func (m *StructuredQuery_CompositeFilter) Reset() { *m = StructuredQuery func (m *StructuredQuery_CompositeFilter) String() string { return proto.CompactTextString(m) } func (*StructuredQuery_CompositeFilter) ProtoMessage() {} func (*StructuredQuery_CompositeFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_query_19d4820baa7d743c, []int{0, 2} + return fileDescriptor_query_849f012e957b5105, []int{0, 2} } func (m *StructuredQuery_CompositeFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery_CompositeFilter.Unmarshal(m, b) @@ -579,7 +579,7 @@ func (m *StructuredQuery_FieldFilter) Reset() { *m = StructuredQuery_Fie func (m *StructuredQuery_FieldFilter) String() string { return proto.CompactTextString(m) } func (*StructuredQuery_FieldFilter) ProtoMessage() {} func (*StructuredQuery_FieldFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_query_19d4820baa7d743c, []int{0, 3} + return fileDescriptor_query_849f012e957b5105, []int{0, 3} } func (m *StructuredQuery_FieldFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery_FieldFilter.Unmarshal(m, b) @@ -636,7 +636,7 @@ func (m *StructuredQuery_Projection) Reset() { *m = StructuredQuery_Proj func (m *StructuredQuery_Projection) String() string { return proto.CompactTextString(m) } func (*StructuredQuery_Projection) ProtoMessage() {} func (*StructuredQuery_Projection) Descriptor() ([]byte, []int) { - return fileDescriptor_query_19d4820baa7d743c, []int{0, 4} + return fileDescriptor_query_849f012e957b5105, []int{0, 4} } func (m *StructuredQuery_Projection) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery_Projection.Unmarshal(m, b) @@ -681,7 +681,7 @@ func (m *StructuredQuery_UnaryFilter) Reset() { *m = StructuredQuery_Una func (m *StructuredQuery_UnaryFilter) String() string { return proto.CompactTextString(m) } func (*StructuredQuery_UnaryFilter) ProtoMessage() {} func (*StructuredQuery_UnaryFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_query_19d4820baa7d743c, []int{0, 5} + return fileDescriptor_query_849f012e957b5105, []int{0, 5} } func (m *StructuredQuery_UnaryFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery_UnaryFilter.Unmarshal(m, b) @@ -802,7 +802,7 @@ func (m *StructuredQuery_Order) Reset() { *m = StructuredQuery_Order{} } func (m *StructuredQuery_Order) String() string { return proto.CompactTextString(m) } func (*StructuredQuery_Order) ProtoMessage() {} func (*StructuredQuery_Order) Descriptor() ([]byte, []int) { - return fileDescriptor_query_19d4820baa7d743c, []int{0, 6} + return fileDescriptor_query_849f012e957b5105, []int{0, 6} } func (m *StructuredQuery_Order) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery_Order.Unmarshal(m, b) @@ -848,7 +848,7 @@ func (m *StructuredQuery_FieldReference) Reset() { *m = StructuredQuery_ func (m *StructuredQuery_FieldReference) String() string { return proto.CompactTextString(m) } func (*StructuredQuery_FieldReference) ProtoMessage() {} func (*StructuredQuery_FieldReference) Descriptor() ([]byte, []int) { - return fileDescriptor_query_19d4820baa7d743c, []int{0, 7} + return fileDescriptor_query_849f012e957b5105, []int{0, 7} } func (m *StructuredQuery_FieldReference) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredQuery_FieldReference.Unmarshal(m, b) @@ -894,7 +894,7 @@ func (m *Cursor) Reset() { *m = Cursor{} } func (m *Cursor) String() string { return proto.CompactTextString(m) } func (*Cursor) ProtoMessage() {} func (*Cursor) Descriptor() ([]byte, []int) { - return fileDescriptor_query_19d4820baa7d743c, []int{1} + return fileDescriptor_query_849f012e957b5105, []int{1} } func (m *Cursor) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Cursor.Unmarshal(m, b) @@ -946,10 +946,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/v1beta1/query.proto", fileDescriptor_query_19d4820baa7d743c) + proto.RegisterFile("google/firestore/v1beta1/query.proto", fileDescriptor_query_849f012e957b5105) } -var fileDescriptor_query_19d4820baa7d743c = []byte{ +var fileDescriptor_query_849f012e957b5105 = []byte{ // 984 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0xdd, 0x6e, 0xe3, 0x44, 0x14, 0xc7, 0x6b, 0xa7, 0xf9, 0x3a, 0x69, 0xd3, 0x30, 0x82, 0x95, 0x09, 0xcb, 0x52, 0x05, 0xa4, diff --git a/googleapis/firestore/v1beta1/write.pb.go b/googleapis/firestore/v1beta1/write.pb.go index 350a1f0e0d..459574184f 100644 --- a/googleapis/firestore/v1beta1/write.pb.go +++ b/googleapis/firestore/v1beta1/write.pb.go @@ -44,7 +44,7 @@ func (x DocumentTransform_FieldTransform_ServerValue) String() string { return proto.EnumName(DocumentTransform_FieldTransform_ServerValue_name, int32(x)) } func (DocumentTransform_FieldTransform_ServerValue) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_write_d9338809a8855fd9, []int{1, 0, 0} + return fileDescriptor_write_514106e2c3bd8657, []int{1, 0, 0} } // A write on a document. @@ -80,7 +80,7 @@ func (m *Write) Reset() { *m = Write{} } func (m *Write) String() string { return proto.CompactTextString(m) } func (*Write) ProtoMessage() {} func (*Write) Descriptor() ([]byte, []int) { - return fileDescriptor_write_d9338809a8855fd9, []int{0} + return fileDescriptor_write_514106e2c3bd8657, []int{0} } func (m *Write) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Write.Unmarshal(m, b) @@ -270,7 +270,7 @@ func (m *DocumentTransform) Reset() { *m = DocumentTransform{} } func (m *DocumentTransform) String() string { return proto.CompactTextString(m) } func (*DocumentTransform) ProtoMessage() {} func (*DocumentTransform) Descriptor() ([]byte, []int) { - return fileDescriptor_write_d9338809a8855fd9, []int{1} + return fileDescriptor_write_514106e2c3bd8657, []int{1} } func (m *DocumentTransform) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DocumentTransform.Unmarshal(m, b) @@ -328,7 +328,7 @@ func (m *DocumentTransform_FieldTransform) Reset() { *m = DocumentTransf func (m *DocumentTransform_FieldTransform) String() string { return proto.CompactTextString(m) } func (*DocumentTransform_FieldTransform) ProtoMessage() {} func (*DocumentTransform_FieldTransform) Descriptor() ([]byte, []int) { - return fileDescriptor_write_d9338809a8855fd9, []int{1, 0} + return fileDescriptor_write_514106e2c3bd8657, []int{1, 0} } func (m *DocumentTransform_FieldTransform) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DocumentTransform_FieldTransform.Unmarshal(m, b) @@ -613,7 +613,7 @@ func (m *WriteResult) Reset() { *m = WriteResult{} } func (m *WriteResult) String() string { return proto.CompactTextString(m) } func (*WriteResult) ProtoMessage() {} func (*WriteResult) Descriptor() ([]byte, []int) { - return fileDescriptor_write_d9338809a8855fd9, []int{2} + return fileDescriptor_write_514106e2c3bd8657, []int{2} } func (m *WriteResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WriteResult.Unmarshal(m, b) @@ -672,7 +672,7 @@ func (m *DocumentChange) Reset() { *m = DocumentChange{} } func (m *DocumentChange) String() string { return proto.CompactTextString(m) } func (*DocumentChange) ProtoMessage() {} func (*DocumentChange) Descriptor() ([]byte, []int) { - return fileDescriptor_write_d9338809a8855fd9, []int{3} + return fileDescriptor_write_514106e2c3bd8657, []int{3} } func (m *DocumentChange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DocumentChange.Unmarshal(m, b) @@ -738,7 +738,7 @@ func (m *DocumentDelete) Reset() { *m = DocumentDelete{} } func (m *DocumentDelete) String() string { return proto.CompactTextString(m) } func (*DocumentDelete) ProtoMessage() {} func (*DocumentDelete) Descriptor() ([]byte, []int) { - return fileDescriptor_write_d9338809a8855fd9, []int{4} + return fileDescriptor_write_514106e2c3bd8657, []int{4} } func (m *DocumentDelete) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DocumentDelete.Unmarshal(m, b) @@ -805,7 +805,7 @@ func (m *DocumentRemove) Reset() { *m = DocumentRemove{} } func (m *DocumentRemove) String() string { return proto.CompactTextString(m) } func (*DocumentRemove) ProtoMessage() {} func (*DocumentRemove) Descriptor() ([]byte, []int) { - return fileDescriptor_write_d9338809a8855fd9, []int{5} + return fileDescriptor_write_514106e2c3bd8657, []int{5} } func (m *DocumentRemove) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DocumentRemove.Unmarshal(m, b) @@ -864,7 +864,7 @@ func (m *ExistenceFilter) Reset() { *m = ExistenceFilter{} } func (m *ExistenceFilter) String() string { return proto.CompactTextString(m) } func (*ExistenceFilter) ProtoMessage() {} func (*ExistenceFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_write_d9338809a8855fd9, []int{6} + return fileDescriptor_write_514106e2c3bd8657, []int{6} } func (m *ExistenceFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExistenceFilter.Unmarshal(m, b) @@ -911,10 +911,10 @@ func init() { } func init() { - proto.RegisterFile("google/firestore/v1beta1/write.proto", fileDescriptor_write_d9338809a8855fd9) + proto.RegisterFile("google/firestore/v1beta1/write.proto", fileDescriptor_write_514106e2c3bd8657) } -var fileDescriptor_write_d9338809a8855fd9 = []byte{ +var fileDescriptor_write_514106e2c3bd8657 = []byte{ // 867 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xdd, 0x6e, 0xe3, 0x44, 0x14, 0x6e, 0xd2, 0x26, 0xdb, 0x9c, 0xa0, 0xd6, 0x3b, 0xb0, 0xc2, 0x0a, 0x5d, 0xb6, 0x8a, 0x16, diff --git a/googleapis/genomics/v1/annotations.pb.go b/googleapis/genomics/v1/annotations.pb.go index e38d40fd13..8ad87b92c2 100644 --- a/googleapis/genomics/v1/annotations.pb.go +++ b/googleapis/genomics/v1/annotations.pb.go @@ -71,7 +71,7 @@ func (x AnnotationType) String() string { return proto.EnumName(AnnotationType_name, int32(x)) } func (AnnotationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{0} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{0} } type VariantAnnotation_Type int32 @@ -123,7 +123,7 @@ func (x VariantAnnotation_Type) String() string { return proto.EnumName(VariantAnnotation_Type_name, int32(x)) } func (VariantAnnotation_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{2, 0} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{2, 0} } type VariantAnnotation_Effect int32 @@ -186,7 +186,7 @@ func (x VariantAnnotation_Effect) String() string { return proto.EnumName(VariantAnnotation_Effect_name, int32(x)) } func (VariantAnnotation_Effect) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{2, 1} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{2, 1} } type VariantAnnotation_ClinicalSignificance int32 @@ -250,7 +250,7 @@ func (x VariantAnnotation_ClinicalSignificance) String() string { return proto.EnumName(VariantAnnotation_ClinicalSignificance_name, int32(x)) } func (VariantAnnotation_ClinicalSignificance) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{2, 2} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{2, 2} } // An annotation set is a logical grouping of annotations that share consistent @@ -283,7 +283,7 @@ func (m *AnnotationSet) Reset() { *m = AnnotationSet{} } func (m *AnnotationSet) String() string { return proto.CompactTextString(m) } func (*AnnotationSet) ProtoMessage() {} func (*AnnotationSet) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{0} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{0} } func (m *AnnotationSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnnotationSet.Unmarshal(m, b) @@ -397,7 +397,7 @@ func (m *Annotation) Reset() { *m = Annotation{} } func (m *Annotation) String() string { return proto.CompactTextString(m) } func (*Annotation) ProtoMessage() {} func (*Annotation) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{1} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{1} } func (m *Annotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Annotation.Unmarshal(m, b) @@ -630,7 +630,7 @@ func (m *VariantAnnotation) Reset() { *m = VariantAnnotation{} } func (m *VariantAnnotation) String() string { return proto.CompactTextString(m) } func (*VariantAnnotation) ProtoMessage() {} func (*VariantAnnotation) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{2} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{2} } func (m *VariantAnnotation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VariantAnnotation.Unmarshal(m, b) @@ -719,7 +719,7 @@ func (m *VariantAnnotation_ClinicalCondition) Reset() { *m = VariantAnno func (m *VariantAnnotation_ClinicalCondition) String() string { return proto.CompactTextString(m) } func (*VariantAnnotation_ClinicalCondition) ProtoMessage() {} func (*VariantAnnotation_ClinicalCondition) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{2, 0} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{2, 0} } func (m *VariantAnnotation_ClinicalCondition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VariantAnnotation_ClinicalCondition.Unmarshal(m, b) @@ -810,7 +810,7 @@ func (m *Transcript) Reset() { *m = Transcript{} } func (m *Transcript) String() string { return proto.CompactTextString(m) } func (*Transcript) ProtoMessage() {} func (*Transcript) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{3} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{3} } func (m *Transcript) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Transcript.Unmarshal(m, b) @@ -883,7 +883,7 @@ func (m *Transcript_Exon) Reset() { *m = Transcript_Exon{} } func (m *Transcript_Exon) String() string { return proto.CompactTextString(m) } func (*Transcript_Exon) ProtoMessage() {} func (*Transcript_Exon) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{3, 0} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{3, 0} } func (m *Transcript_Exon) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Transcript_Exon.Unmarshal(m, b) @@ -942,7 +942,7 @@ func (m *Transcript_CodingSequence) Reset() { *m = Transcript_CodingSequ func (m *Transcript_CodingSequence) String() string { return proto.CompactTextString(m) } func (*Transcript_CodingSequence) ProtoMessage() {} func (*Transcript_CodingSequence) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{3, 1} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{3, 1} } func (m *Transcript_CodingSequence) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Transcript_CodingSequence.Unmarshal(m, b) @@ -990,7 +990,7 @@ func (m *ExternalId) Reset() { *m = ExternalId{} } func (m *ExternalId) String() string { return proto.CompactTextString(m) } func (*ExternalId) ProtoMessage() {} func (*ExternalId) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{4} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{4} } func (m *ExternalId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExternalId.Unmarshal(m, b) @@ -1036,7 +1036,7 @@ func (m *CreateAnnotationSetRequest) Reset() { *m = CreateAnnotationSetR func (m *CreateAnnotationSetRequest) String() string { return proto.CompactTextString(m) } func (*CreateAnnotationSetRequest) ProtoMessage() {} func (*CreateAnnotationSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{5} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{5} } func (m *CreateAnnotationSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateAnnotationSetRequest.Unmarshal(m, b) @@ -1075,7 +1075,7 @@ func (m *GetAnnotationSetRequest) Reset() { *m = GetAnnotationSetRequest func (m *GetAnnotationSetRequest) String() string { return proto.CompactTextString(m) } func (*GetAnnotationSetRequest) ProtoMessage() {} func (*GetAnnotationSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{6} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{6} } func (m *GetAnnotationSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAnnotationSetRequest.Unmarshal(m, b) @@ -1122,7 +1122,7 @@ func (m *UpdateAnnotationSetRequest) Reset() { *m = UpdateAnnotationSetR func (m *UpdateAnnotationSetRequest) String() string { return proto.CompactTextString(m) } func (*UpdateAnnotationSetRequest) ProtoMessage() {} func (*UpdateAnnotationSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{7} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{7} } func (m *UpdateAnnotationSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateAnnotationSetRequest.Unmarshal(m, b) @@ -1175,7 +1175,7 @@ func (m *DeleteAnnotationSetRequest) Reset() { *m = DeleteAnnotationSetR func (m *DeleteAnnotationSetRequest) String() string { return proto.CompactTextString(m) } func (*DeleteAnnotationSetRequest) ProtoMessage() {} func (*DeleteAnnotationSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{8} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{8} } func (m *DeleteAnnotationSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteAnnotationSetRequest.Unmarshal(m, b) @@ -1231,7 +1231,7 @@ func (m *SearchAnnotationSetsRequest) Reset() { *m = SearchAnnotationSet func (m *SearchAnnotationSetsRequest) String() string { return proto.CompactTextString(m) } func (*SearchAnnotationSetsRequest) ProtoMessage() {} func (*SearchAnnotationSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{9} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{9} } func (m *SearchAnnotationSetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchAnnotationSetsRequest.Unmarshal(m, b) @@ -1309,7 +1309,7 @@ func (m *SearchAnnotationSetsResponse) Reset() { *m = SearchAnnotationSe func (m *SearchAnnotationSetsResponse) String() string { return proto.CompactTextString(m) } func (*SearchAnnotationSetsResponse) ProtoMessage() {} func (*SearchAnnotationSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{10} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{10} } func (m *SearchAnnotationSetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchAnnotationSetsResponse.Unmarshal(m, b) @@ -1355,7 +1355,7 @@ func (m *CreateAnnotationRequest) Reset() { *m = CreateAnnotationRequest func (m *CreateAnnotationRequest) String() string { return proto.CompactTextString(m) } func (*CreateAnnotationRequest) ProtoMessage() {} func (*CreateAnnotationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{11} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{11} } func (m *CreateAnnotationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateAnnotationRequest.Unmarshal(m, b) @@ -1403,7 +1403,7 @@ func (m *BatchCreateAnnotationsRequest) Reset() { *m = BatchCreateAnnota func (m *BatchCreateAnnotationsRequest) String() string { return proto.CompactTextString(m) } func (*BatchCreateAnnotationsRequest) ProtoMessage() {} func (*BatchCreateAnnotationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{12} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{12} } func (m *BatchCreateAnnotationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchCreateAnnotationsRequest.Unmarshal(m, b) @@ -1450,7 +1450,7 @@ func (m *BatchCreateAnnotationsResponse) Reset() { *m = BatchCreateAnnot func (m *BatchCreateAnnotationsResponse) String() string { return proto.CompactTextString(m) } func (*BatchCreateAnnotationsResponse) ProtoMessage() {} func (*BatchCreateAnnotationsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{13} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{13} } func (m *BatchCreateAnnotationsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchCreateAnnotationsResponse.Unmarshal(m, b) @@ -1491,7 +1491,7 @@ func (m *BatchCreateAnnotationsResponse_Entry) Reset() { *m = BatchCreat func (m *BatchCreateAnnotationsResponse_Entry) String() string { return proto.CompactTextString(m) } func (*BatchCreateAnnotationsResponse_Entry) ProtoMessage() {} func (*BatchCreateAnnotationsResponse_Entry) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{13, 0} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{13, 0} } func (m *BatchCreateAnnotationsResponse_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchCreateAnnotationsResponse_Entry.Unmarshal(m, b) @@ -1537,7 +1537,7 @@ func (m *GetAnnotationRequest) Reset() { *m = GetAnnotationRequest{} } func (m *GetAnnotationRequest) String() string { return proto.CompactTextString(m) } func (*GetAnnotationRequest) ProtoMessage() {} func (*GetAnnotationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{14} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{14} } func (m *GetAnnotationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAnnotationRequest.Unmarshal(m, b) @@ -1585,7 +1585,7 @@ func (m *UpdateAnnotationRequest) Reset() { *m = UpdateAnnotationRequest func (m *UpdateAnnotationRequest) String() string { return proto.CompactTextString(m) } func (*UpdateAnnotationRequest) ProtoMessage() {} func (*UpdateAnnotationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{15} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{15} } func (m *UpdateAnnotationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateAnnotationRequest.Unmarshal(m, b) @@ -1638,7 +1638,7 @@ func (m *DeleteAnnotationRequest) Reset() { *m = DeleteAnnotationRequest func (m *DeleteAnnotationRequest) String() string { return proto.CompactTextString(m) } func (*DeleteAnnotationRequest) ProtoMessage() {} func (*DeleteAnnotationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{16} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{16} } func (m *DeleteAnnotationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteAnnotationRequest.Unmarshal(m, b) @@ -1703,7 +1703,7 @@ func (m *SearchAnnotationsRequest) Reset() { *m = SearchAnnotationsReque func (m *SearchAnnotationsRequest) String() string { return proto.CompactTextString(m) } func (*SearchAnnotationsRequest) ProtoMessage() {} func (*SearchAnnotationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{17} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{17} } func (m *SearchAnnotationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchAnnotationsRequest.Unmarshal(m, b) @@ -1877,7 +1877,7 @@ func (m *SearchAnnotationsResponse) Reset() { *m = SearchAnnotationsResp func (m *SearchAnnotationsResponse) String() string { return proto.CompactTextString(m) } func (*SearchAnnotationsResponse) ProtoMessage() {} func (*SearchAnnotationsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_annotations_1d574ef120ac57f0, []int{18} + return fileDescriptor_annotations_257ef94ec8d5dfc4, []int{18} } func (m *SearchAnnotationsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchAnnotationsResponse.Unmarshal(m, b) @@ -2488,10 +2488,10 @@ var _AnnotationServiceV1_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/genomics/v1/annotations.proto", fileDescriptor_annotations_1d574ef120ac57f0) + proto.RegisterFile("google/genomics/v1/annotations.proto", fileDescriptor_annotations_257ef94ec8d5dfc4) } -var fileDescriptor_annotations_1d574ef120ac57f0 = []byte{ +var fileDescriptor_annotations_257ef94ec8d5dfc4 = []byte{ // 2188 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x59, 0xcd, 0x6f, 0xdb, 0xc8, 0x15, 0x0f, 0xf5, 0x69, 0x3f, 0xd9, 0x32, 0x3d, 0xf1, 0xda, 0x5a, 0x39, 0x1f, 0x0e, 0xf3, 0x65, diff --git a/googleapis/genomics/v1/cigar.pb.go b/googleapis/genomics/v1/cigar.pb.go index b83a49cd69..012ec9067b 100644 --- a/googleapis/genomics/v1/cigar.pb.go +++ b/googleapis/genomics/v1/cigar.pb.go @@ -100,7 +100,7 @@ func (x CigarUnit_Operation) String() string { return proto.EnumName(CigarUnit_Operation_name, int32(x)) } func (CigarUnit_Operation) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_cigar_6b0f6bba324393a8, []int{0, 0} + return fileDescriptor_cigar_2258d7e5d1ecd4a5, []int{0, 0} } // A single CIGAR operation. @@ -122,7 +122,7 @@ func (m *CigarUnit) Reset() { *m = CigarUnit{} } func (m *CigarUnit) String() string { return proto.CompactTextString(m) } func (*CigarUnit) ProtoMessage() {} func (*CigarUnit) Descriptor() ([]byte, []int) { - return fileDescriptor_cigar_6b0f6bba324393a8, []int{0} + return fileDescriptor_cigar_2258d7e5d1ecd4a5, []int{0} } func (m *CigarUnit) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CigarUnit.Unmarshal(m, b) @@ -169,10 +169,10 @@ func init() { } func init() { - proto.RegisterFile("google/genomics/v1/cigar.proto", fileDescriptor_cigar_6b0f6bba324393a8) + proto.RegisterFile("google/genomics/v1/cigar.proto", fileDescriptor_cigar_2258d7e5d1ecd4a5) } -var fileDescriptor_cigar_6b0f6bba324393a8 = []byte{ +var fileDescriptor_cigar_2258d7e5d1ecd4a5 = []byte{ // 367 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x51, 0xcf, 0x0e, 0x93, 0x30, 0x1c, 0xb6, 0x63, 0x6e, 0xe3, 0x97, 0xb8, 0x75, 0x35, 0x33, 0xd3, 0x18, 0xb3, 0xec, 0xe2, 0x3c, diff --git a/googleapis/genomics/v1/datasets.pb.go b/googleapis/genomics/v1/datasets.pb.go index 2756bcddd1..90925d698b 100644 --- a/googleapis/genomics/v1/datasets.pb.go +++ b/googleapis/genomics/v1/datasets.pb.go @@ -50,7 +50,7 @@ func (m *Dataset) Reset() { *m = Dataset{} } func (m *Dataset) String() string { return proto.CompactTextString(m) } func (*Dataset) ProtoMessage() {} func (*Dataset) Descriptor() ([]byte, []int) { - return fileDescriptor_datasets_25003e9deb1e1921, []int{0} + return fileDescriptor_datasets_17c76b380aa3a6d9, []int{0} } func (m *Dataset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Dataset.Unmarshal(m, b) @@ -118,7 +118,7 @@ func (m *ListDatasetsRequest) Reset() { *m = ListDatasetsRequest{} } func (m *ListDatasetsRequest) String() string { return proto.CompactTextString(m) } func (*ListDatasetsRequest) ProtoMessage() {} func (*ListDatasetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datasets_25003e9deb1e1921, []int{1} + return fileDescriptor_datasets_17c76b380aa3a6d9, []int{1} } func (m *ListDatasetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDatasetsRequest.Unmarshal(m, b) @@ -176,7 +176,7 @@ func (m *ListDatasetsResponse) Reset() { *m = ListDatasetsResponse{} } func (m *ListDatasetsResponse) String() string { return proto.CompactTextString(m) } func (*ListDatasetsResponse) ProtoMessage() {} func (*ListDatasetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_datasets_25003e9deb1e1921, []int{2} + return fileDescriptor_datasets_17c76b380aa3a6d9, []int{2} } func (m *ListDatasetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDatasetsResponse.Unmarshal(m, b) @@ -222,7 +222,7 @@ func (m *CreateDatasetRequest) Reset() { *m = CreateDatasetRequest{} } func (m *CreateDatasetRequest) String() string { return proto.CompactTextString(m) } func (*CreateDatasetRequest) ProtoMessage() {} func (*CreateDatasetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datasets_25003e9deb1e1921, []int{3} + return fileDescriptor_datasets_17c76b380aa3a6d9, []int{3} } func (m *CreateDatasetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateDatasetRequest.Unmarshal(m, b) @@ -268,7 +268,7 @@ func (m *UpdateDatasetRequest) Reset() { *m = UpdateDatasetRequest{} } func (m *UpdateDatasetRequest) String() string { return proto.CompactTextString(m) } func (*UpdateDatasetRequest) ProtoMessage() {} func (*UpdateDatasetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datasets_25003e9deb1e1921, []int{4} + return fileDescriptor_datasets_17c76b380aa3a6d9, []int{4} } func (m *UpdateDatasetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateDatasetRequest.Unmarshal(m, b) @@ -321,7 +321,7 @@ func (m *DeleteDatasetRequest) Reset() { *m = DeleteDatasetRequest{} } func (m *DeleteDatasetRequest) String() string { return proto.CompactTextString(m) } func (*DeleteDatasetRequest) ProtoMessage() {} func (*DeleteDatasetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datasets_25003e9deb1e1921, []int{5} + return fileDescriptor_datasets_17c76b380aa3a6d9, []int{5} } func (m *DeleteDatasetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteDatasetRequest.Unmarshal(m, b) @@ -360,7 +360,7 @@ func (m *UndeleteDatasetRequest) Reset() { *m = UndeleteDatasetRequest{} func (m *UndeleteDatasetRequest) String() string { return proto.CompactTextString(m) } func (*UndeleteDatasetRequest) ProtoMessage() {} func (*UndeleteDatasetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datasets_25003e9deb1e1921, []int{6} + return fileDescriptor_datasets_17c76b380aa3a6d9, []int{6} } func (m *UndeleteDatasetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UndeleteDatasetRequest.Unmarshal(m, b) @@ -399,7 +399,7 @@ func (m *GetDatasetRequest) Reset() { *m = GetDatasetRequest{} } func (m *GetDatasetRequest) String() string { return proto.CompactTextString(m) } func (*GetDatasetRequest) ProtoMessage() {} func (*GetDatasetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_datasets_25003e9deb1e1921, []int{7} + return fileDescriptor_datasets_17c76b380aa3a6d9, []int{7} } func (m *GetDatasetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDatasetRequest.Unmarshal(m, b) @@ -902,10 +902,10 @@ var _DatasetServiceV1_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/genomics/v1/datasets.proto", fileDescriptor_datasets_25003e9deb1e1921) + proto.RegisterFile("google/genomics/v1/datasets.proto", fileDescriptor_datasets_17c76b380aa3a6d9) } -var fileDescriptor_datasets_25003e9deb1e1921 = []byte{ +var fileDescriptor_datasets_17c76b380aa3a6d9 = []byte{ // 786 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xd1, 0x4e, 0x13, 0x4d, 0x14, 0xce, 0x16, 0xfe, 0x1f, 0x7a, 0xa0, 0xa0, 0x63, 0xc5, 0xda, 0x8a, 0x96, 0x8d, 0x42, 0xad, diff --git a/googleapis/genomics/v1/operations.pb.go b/googleapis/genomics/v1/operations.pb.go index 68c0672174..e86c89fdb4 100644 --- a/googleapis/genomics/v1/operations.pb.go +++ b/googleapis/genomics/v1/operations.pb.go @@ -56,7 +56,7 @@ func (m *OperationMetadata) Reset() { *m = OperationMetadata{} } func (m *OperationMetadata) String() string { return proto.CompactTextString(m) } func (*OperationMetadata) ProtoMessage() {} func (*OperationMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_40118300bd7e1019, []int{0} + return fileDescriptor_operations_74a16f9c10fa9d67, []int{0} } func (m *OperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationMetadata.Unmarshal(m, b) @@ -157,7 +157,7 @@ func (m *OperationEvent) Reset() { *m = OperationEvent{} } func (m *OperationEvent) String() string { return proto.CompactTextString(m) } func (*OperationEvent) ProtoMessage() {} func (*OperationEvent) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_40118300bd7e1019, []int{1} + return fileDescriptor_operations_74a16f9c10fa9d67, []int{1} } func (m *OperationEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationEvent.Unmarshal(m, b) @@ -205,10 +205,10 @@ func init() { } func init() { - proto.RegisterFile("google/genomics/v1/operations.proto", fileDescriptor_operations_40118300bd7e1019) + proto.RegisterFile("google/genomics/v1/operations.proto", fileDescriptor_operations_74a16f9c10fa9d67) } -var fileDescriptor_operations_40118300bd7e1019 = []byte{ +var fileDescriptor_operations_74a16f9c10fa9d67 = []byte{ // 456 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0x41, 0x6f, 0xd3, 0x30, 0x14, 0xc7, 0xe5, 0x76, 0x6b, 0x9b, 0x17, 0x89, 0x0d, 0x6b, 0x42, 0xa1, 0x80, 0xa8, 0xca, 0xa5, diff --git a/googleapis/genomics/v1/position.pb.go b/googleapis/genomics/v1/position.pb.go index 0dc5e068c1..95f749438a 100644 --- a/googleapis/genomics/v1/position.pb.go +++ b/googleapis/genomics/v1/position.pb.go @@ -40,7 +40,7 @@ func (m *Position) Reset() { *m = Position{} } func (m *Position) String() string { return proto.CompactTextString(m) } func (*Position) ProtoMessage() {} func (*Position) Descriptor() ([]byte, []int) { - return fileDescriptor_position_598a3e40ba0a9425, []int{0} + return fileDescriptor_position_a77d4b065ce2a236, []int{0} } func (m *Position) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Position.Unmarshal(m, b) @@ -86,10 +86,10 @@ func init() { } func init() { - proto.RegisterFile("google/genomics/v1/position.proto", fileDescriptor_position_598a3e40ba0a9425) + proto.RegisterFile("google/genomics/v1/position.proto", fileDescriptor_position_a77d4b065ce2a236) } -var fileDescriptor_position_598a3e40ba0a9425 = []byte{ +var fileDescriptor_position_a77d4b065ce2a236 = []byte{ // 223 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x90, 0x41, 0x4b, 0x03, 0x31, 0x14, 0x84, 0x89, 0x05, 0x59, 0x03, 0xf5, 0xb0, 0x07, 0x59, 0x8a, 0x87, 0x55, 0x10, 0xf6, 0x94, diff --git a/googleapis/genomics/v1/range.pb.go b/googleapis/genomics/v1/range.pb.go index 8df9e3639f..e9baeca4f2 100644 --- a/googleapis/genomics/v1/range.pb.go +++ b/googleapis/genomics/v1/range.pb.go @@ -37,7 +37,7 @@ func (m *Range) Reset() { *m = Range{} } func (m *Range) String() string { return proto.CompactTextString(m) } func (*Range) ProtoMessage() {} func (*Range) Descriptor() ([]byte, []int) { - return fileDescriptor_range_4325db9c392cc9f7, []int{0} + return fileDescriptor_range_b9d65b625aacf976, []int{0} } func (m *Range) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Range.Unmarshal(m, b) @@ -83,10 +83,10 @@ func init() { } func init() { - proto.RegisterFile("google/genomics/v1/range.proto", fileDescriptor_range_4325db9c392cc9f7) + proto.RegisterFile("google/genomics/v1/range.proto", fileDescriptor_range_b9d65b625aacf976) } -var fileDescriptor_range_4325db9c392cc9f7 = []byte{ +var fileDescriptor_range_b9d65b625aacf976 = []byte{ // 209 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x4f, 0x4d, 0x4b, 0xc4, 0x30, 0x10, 0x25, 0x96, 0x15, 0x0c, 0x28, 0x12, 0x44, 0x8a, 0x88, 0x2c, 0x82, 0xb0, 0xa7, 0x84, 0xe2, diff --git a/googleapis/genomics/v1/readalignment.pb.go b/googleapis/genomics/v1/readalignment.pb.go index c615dcb846..17aff05aa0 100644 --- a/googleapis/genomics/v1/readalignment.pb.go +++ b/googleapis/genomics/v1/readalignment.pb.go @@ -43,7 +43,7 @@ func (m *LinearAlignment) Reset() { *m = LinearAlignment{} } func (m *LinearAlignment) String() string { return proto.CompactTextString(m) } func (*LinearAlignment) ProtoMessage() {} func (*LinearAlignment) Descriptor() ([]byte, []int) { - return fileDescriptor_readalignment_4fc198dca878bd86, []int{0} + return fileDescriptor_readalignment_631bd8edb248b735, []int{0} } func (m *LinearAlignment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LinearAlignment.Unmarshal(m, b) @@ -249,7 +249,7 @@ func (m *Read) Reset() { *m = Read{} } func (m *Read) String() string { return proto.CompactTextString(m) } func (*Read) ProtoMessage() {} func (*Read) Descriptor() ([]byte, []int) { - return fileDescriptor_readalignment_4fc198dca878bd86, []int{1} + return fileDescriptor_readalignment_631bd8edb248b735, []int{1} } func (m *Read) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Read.Unmarshal(m, b) @@ -395,10 +395,10 @@ func init() { } func init() { - proto.RegisterFile("google/genomics/v1/readalignment.proto", fileDescriptor_readalignment_4fc198dca878bd86) + proto.RegisterFile("google/genomics/v1/readalignment.proto", fileDescriptor_readalignment_631bd8edb248b735) } -var fileDescriptor_readalignment_4fc198dca878bd86 = []byte{ +var fileDescriptor_readalignment_631bd8edb248b735 = []byte{ // 683 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0xcd, 0x4e, 0xdb, 0x4a, 0x14, 0xc7, 0xe5, 0x84, 0x70, 0xc9, 0x09, 0x24, 0x61, 0xae, 0xc4, 0xf5, 0x8d, 0xb8, 0xb7, 0x21, diff --git a/googleapis/genomics/v1/readgroup.pb.go b/googleapis/genomics/v1/readgroup.pb.go index 0a895e825b..800691a317 100644 --- a/googleapis/genomics/v1/readgroup.pb.go +++ b/googleapis/genomics/v1/readgroup.pb.go @@ -58,7 +58,7 @@ func (m *ReadGroup) Reset() { *m = ReadGroup{} } func (m *ReadGroup) String() string { return proto.CompactTextString(m) } func (*ReadGroup) ProtoMessage() {} func (*ReadGroup) Descriptor() ([]byte, []int) { - return fileDescriptor_readgroup_a78eb80d30ad5eb0, []int{0} + return fileDescriptor_readgroup_f15cee86d9a45532, []int{0} } func (m *ReadGroup) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadGroup.Unmarshal(m, b) @@ -172,7 +172,7 @@ func (m *ReadGroup_Experiment) Reset() { *m = ReadGroup_Experiment{} } func (m *ReadGroup_Experiment) String() string { return proto.CompactTextString(m) } func (*ReadGroup_Experiment) ProtoMessage() {} func (*ReadGroup_Experiment) Descriptor() ([]byte, []int) { - return fileDescriptor_readgroup_a78eb80d30ad5eb0, []int{0, 0} + return fileDescriptor_readgroup_f15cee86d9a45532, []int{0, 0} } func (m *ReadGroup_Experiment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadGroup_Experiment.Unmarshal(m, b) @@ -242,7 +242,7 @@ func (m *ReadGroup_Program) Reset() { *m = ReadGroup_Program{} } func (m *ReadGroup_Program) String() string { return proto.CompactTextString(m) } func (*ReadGroup_Program) ProtoMessage() {} func (*ReadGroup_Program) Descriptor() ([]byte, []int) { - return fileDescriptor_readgroup_a78eb80d30ad5eb0, []int{0, 1} + return fileDescriptor_readgroup_f15cee86d9a45532, []int{0, 1} } func (m *ReadGroup_Program) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadGroup_Program.Unmarshal(m, b) @@ -305,10 +305,10 @@ func init() { } func init() { - proto.RegisterFile("google/genomics/v1/readgroup.proto", fileDescriptor_readgroup_a78eb80d30ad5eb0) + proto.RegisterFile("google/genomics/v1/readgroup.proto", fileDescriptor_readgroup_f15cee86d9a45532) } -var fileDescriptor_readgroup_a78eb80d30ad5eb0 = []byte{ +var fileDescriptor_readgroup_f15cee86d9a45532 = []byte{ // 585 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x54, 0xcb, 0x6e, 0xd4, 0x30, 0x14, 0x55, 0xa6, 0xcf, 0xb9, 0xd3, 0xc7, 0x60, 0x04, 0x8a, 0x06, 0x90, 0x86, 0x22, 0x60, 0x10, diff --git a/googleapis/genomics/v1/readgroupset.pb.go b/googleapis/genomics/v1/readgroupset.pb.go index 07c4551529..ceb0c46b86 100644 --- a/googleapis/genomics/v1/readgroupset.pb.go +++ b/googleapis/genomics/v1/readgroupset.pb.go @@ -57,7 +57,7 @@ func (m *ReadGroupSet) Reset() { *m = ReadGroupSet{} } func (m *ReadGroupSet) String() string { return proto.CompactTextString(m) } func (*ReadGroupSet) ProtoMessage() {} func (*ReadGroupSet) Descriptor() ([]byte, []int) { - return fileDescriptor_readgroupset_8a06b992947ff227, []int{0} + return fileDescriptor_readgroupset_b9edcdfdbb1584f9, []int{0} } func (m *ReadGroupSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadGroupSet.Unmarshal(m, b) @@ -132,10 +132,10 @@ func init() { } func init() { - proto.RegisterFile("google/genomics/v1/readgroupset.proto", fileDescriptor_readgroupset_8a06b992947ff227) + proto.RegisterFile("google/genomics/v1/readgroupset.proto", fileDescriptor_readgroupset_b9edcdfdbb1584f9) } -var fileDescriptor_readgroupset_8a06b992947ff227 = []byte{ +var fileDescriptor_readgroupset_b9edcdfdbb1584f9 = []byte{ // 367 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x4f, 0x8b, 0xdb, 0x30, 0x10, 0xc5, 0xb1, 0xf3, 0xa7, 0xcd, 0xa4, 0x84, 0x54, 0x87, 0x62, 0x4c, 0x03, 0x21, 0x50, 0x08, diff --git a/googleapis/genomics/v1/reads.pb.go b/googleapis/genomics/v1/reads.pb.go index 937ac4dff1..5e6a7e20d7 100644 --- a/googleapis/genomics/v1/reads.pb.go +++ b/googleapis/genomics/v1/reads.pb.go @@ -61,7 +61,7 @@ func (x ImportReadGroupSetsRequest_PartitionStrategy) String() string { return proto.EnumName(ImportReadGroupSetsRequest_PartitionStrategy_name, int32(x)) } func (ImportReadGroupSetsRequest_PartitionStrategy) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_reads_73ca36bcda9c7f65, []int{2, 0} + return fileDescriptor_reads_fd372a563c554464, []int{2, 0} } // The read group set search request. @@ -88,7 +88,7 @@ func (m *SearchReadGroupSetsRequest) Reset() { *m = SearchReadGroupSetsR func (m *SearchReadGroupSetsRequest) String() string { return proto.CompactTextString(m) } func (*SearchReadGroupSetsRequest) ProtoMessage() {} func (*SearchReadGroupSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_reads_73ca36bcda9c7f65, []int{0} + return fileDescriptor_reads_fd372a563c554464, []int{0} } func (m *SearchReadGroupSetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchReadGroupSetsRequest.Unmarshal(m, b) @@ -153,7 +153,7 @@ func (m *SearchReadGroupSetsResponse) Reset() { *m = SearchReadGroupSets func (m *SearchReadGroupSetsResponse) String() string { return proto.CompactTextString(m) } func (*SearchReadGroupSetsResponse) ProtoMessage() {} func (*SearchReadGroupSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_reads_73ca36bcda9c7f65, []int{1} + return fileDescriptor_reads_fd372a563c554464, []int{1} } func (m *SearchReadGroupSetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchReadGroupSetsResponse.Unmarshal(m, b) @@ -220,7 +220,7 @@ func (m *ImportReadGroupSetsRequest) Reset() { *m = ImportReadGroupSetsR func (m *ImportReadGroupSetsRequest) String() string { return proto.CompactTextString(m) } func (*ImportReadGroupSetsRequest) ProtoMessage() {} func (*ImportReadGroupSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_reads_73ca36bcda9c7f65, []int{2} + return fileDescriptor_reads_fd372a563c554464, []int{2} } func (m *ImportReadGroupSetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportReadGroupSetsRequest.Unmarshal(m, b) @@ -281,7 +281,7 @@ func (m *ImportReadGroupSetsResponse) Reset() { *m = ImportReadGroupSets func (m *ImportReadGroupSetsResponse) String() string { return proto.CompactTextString(m) } func (*ImportReadGroupSetsResponse) ProtoMessage() {} func (*ImportReadGroupSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_reads_73ca36bcda9c7f65, []int{3} + return fileDescriptor_reads_fd372a563c554464, []int{3} } func (m *ImportReadGroupSetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportReadGroupSetsResponse.Unmarshal(m, b) @@ -333,7 +333,7 @@ func (m *ExportReadGroupSetRequest) Reset() { *m = ExportReadGroupSetReq func (m *ExportReadGroupSetRequest) String() string { return proto.CompactTextString(m) } func (*ExportReadGroupSetRequest) ProtoMessage() {} func (*ExportReadGroupSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_reads_73ca36bcda9c7f65, []int{4} + return fileDescriptor_reads_fd372a563c554464, []int{4} } func (m *ExportReadGroupSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportReadGroupSetRequest.Unmarshal(m, b) @@ -405,7 +405,7 @@ func (m *UpdateReadGroupSetRequest) Reset() { *m = UpdateReadGroupSetReq func (m *UpdateReadGroupSetRequest) String() string { return proto.CompactTextString(m) } func (*UpdateReadGroupSetRequest) ProtoMessage() {} func (*UpdateReadGroupSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_reads_73ca36bcda9c7f65, []int{5} + return fileDescriptor_reads_fd372a563c554464, []int{5} } func (m *UpdateReadGroupSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateReadGroupSetRequest.Unmarshal(m, b) @@ -459,7 +459,7 @@ func (m *DeleteReadGroupSetRequest) Reset() { *m = DeleteReadGroupSetReq func (m *DeleteReadGroupSetRequest) String() string { return proto.CompactTextString(m) } func (*DeleteReadGroupSetRequest) ProtoMessage() {} func (*DeleteReadGroupSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_reads_73ca36bcda9c7f65, []int{6} + return fileDescriptor_reads_fd372a563c554464, []int{6} } func (m *DeleteReadGroupSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteReadGroupSetRequest.Unmarshal(m, b) @@ -498,7 +498,7 @@ func (m *GetReadGroupSetRequest) Reset() { *m = GetReadGroupSetRequest{} func (m *GetReadGroupSetRequest) String() string { return proto.CompactTextString(m) } func (*GetReadGroupSetRequest) ProtoMessage() {} func (*GetReadGroupSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_reads_73ca36bcda9c7f65, []int{7} + return fileDescriptor_reads_fd372a563c554464, []int{7} } func (m *GetReadGroupSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetReadGroupSetRequest.Unmarshal(m, b) @@ -562,7 +562,7 @@ func (m *ListCoverageBucketsRequest) Reset() { *m = ListCoverageBucketsR func (m *ListCoverageBucketsRequest) String() string { return proto.CompactTextString(m) } func (*ListCoverageBucketsRequest) ProtoMessage() {} func (*ListCoverageBucketsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_reads_73ca36bcda9c7f65, []int{8} + return fileDescriptor_reads_fd372a563c554464, []int{8} } func (m *ListCoverageBucketsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCoverageBucketsRequest.Unmarshal(m, b) @@ -648,7 +648,7 @@ func (m *CoverageBucket) Reset() { *m = CoverageBucket{} } func (m *CoverageBucket) String() string { return proto.CompactTextString(m) } func (*CoverageBucket) ProtoMessage() {} func (*CoverageBucket) Descriptor() ([]byte, []int) { - return fileDescriptor_reads_73ca36bcda9c7f65, []int{9} + return fileDescriptor_reads_fd372a563c554464, []int{9} } func (m *CoverageBucket) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CoverageBucket.Unmarshal(m, b) @@ -706,7 +706,7 @@ func (m *ListCoverageBucketsResponse) Reset() { *m = ListCoverageBuckets func (m *ListCoverageBucketsResponse) String() string { return proto.CompactTextString(m) } func (*ListCoverageBucketsResponse) ProtoMessage() {} func (*ListCoverageBucketsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_reads_73ca36bcda9c7f65, []int{10} + return fileDescriptor_reads_fd372a563c554464, []int{10} } func (m *ListCoverageBucketsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCoverageBucketsResponse.Unmarshal(m, b) @@ -784,7 +784,7 @@ func (m *SearchReadsRequest) Reset() { *m = SearchReadsRequest{} } func (m *SearchReadsRequest) String() string { return proto.CompactTextString(m) } func (*SearchReadsRequest) ProtoMessage() {} func (*SearchReadsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_reads_73ca36bcda9c7f65, []int{11} + return fileDescriptor_reads_fd372a563c554464, []int{11} } func (m *SearchReadsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchReadsRequest.Unmarshal(m, b) @@ -873,7 +873,7 @@ func (m *SearchReadsResponse) Reset() { *m = SearchReadsResponse{} } func (m *SearchReadsResponse) String() string { return proto.CompactTextString(m) } func (*SearchReadsResponse) ProtoMessage() {} func (*SearchReadsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_reads_73ca36bcda9c7f65, []int{12} + return fileDescriptor_reads_fd372a563c554464, []int{12} } func (m *SearchReadsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchReadsResponse.Unmarshal(m, b) @@ -955,7 +955,7 @@ func (m *StreamReadsRequest) Reset() { *m = StreamReadsRequest{} } func (m *StreamReadsRequest) String() string { return proto.CompactTextString(m) } func (*StreamReadsRequest) ProtoMessage() {} func (*StreamReadsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_reads_73ca36bcda9c7f65, []int{13} + return fileDescriptor_reads_fd372a563c554464, []int{13} } func (m *StreamReadsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamReadsRequest.Unmarshal(m, b) @@ -1035,7 +1035,7 @@ func (m *StreamReadsResponse) Reset() { *m = StreamReadsResponse{} } func (m *StreamReadsResponse) String() string { return proto.CompactTextString(m) } func (*StreamReadsResponse) ProtoMessage() {} func (*StreamReadsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_reads_73ca36bcda9c7f65, []int{14} + return fileDescriptor_reads_fd372a563c554464, []int{14} } func (m *StreamReadsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamReadsResponse.Unmarshal(m, b) @@ -1660,10 +1660,10 @@ var _ReadServiceV1_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/genomics/v1/reads.proto", fileDescriptor_reads_73ca36bcda9c7f65) + proto.RegisterFile("google/genomics/v1/reads.proto", fileDescriptor_reads_fd372a563c554464) } -var fileDescriptor_reads_73ca36bcda9c7f65 = []byte{ +var fileDescriptor_reads_fd372a563c554464 = []byte{ // 1333 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x57, 0xcf, 0x6f, 0x1b, 0xc5, 0x17, 0xff, 0x8e, 0x1d, 0xb7, 0xcd, 0x73, 0x93, 0x38, 0xe3, 0x7e, 0x8b, 0xe3, 0x90, 0x36, 0x6c, diff --git a/googleapis/genomics/v1/references.pb.go b/googleapis/genomics/v1/references.pb.go index ccd6ce82e6..744adddabc 100644 --- a/googleapis/genomics/v1/references.pb.go +++ b/googleapis/genomics/v1/references.pb.go @@ -59,7 +59,7 @@ func (m *Reference) Reset() { *m = Reference{} } func (m *Reference) String() string { return proto.CompactTextString(m) } func (*Reference) ProtoMessage() {} func (*Reference) Descriptor() ([]byte, []int) { - return fileDescriptor_references_5de88386bc96d288, []int{0} + return fileDescriptor_references_4bc5034e4d222e4d, []int{0} } func (m *Reference) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Reference.Unmarshal(m, b) @@ -172,7 +172,7 @@ func (m *ReferenceSet) Reset() { *m = ReferenceSet{} } func (m *ReferenceSet) String() string { return proto.CompactTextString(m) } func (*ReferenceSet) ProtoMessage() {} func (*ReferenceSet) Descriptor() ([]byte, []int) { - return fileDescriptor_references_5de88386bc96d288, []int{1} + return fileDescriptor_references_4bc5034e4d222e4d, []int{1} } func (m *ReferenceSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReferenceSet.Unmarshal(m, b) @@ -276,7 +276,7 @@ func (m *SearchReferenceSetsRequest) Reset() { *m = SearchReferenceSetsR func (m *SearchReferenceSetsRequest) String() string { return proto.CompactTextString(m) } func (*SearchReferenceSetsRequest) ProtoMessage() {} func (*SearchReferenceSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_references_5de88386bc96d288, []int{2} + return fileDescriptor_references_4bc5034e4d222e4d, []int{2} } func (m *SearchReferenceSetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchReferenceSetsRequest.Unmarshal(m, b) @@ -347,7 +347,7 @@ func (m *SearchReferenceSetsResponse) Reset() { *m = SearchReferenceSets func (m *SearchReferenceSetsResponse) String() string { return proto.CompactTextString(m) } func (*SearchReferenceSetsResponse) ProtoMessage() {} func (*SearchReferenceSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_references_5de88386bc96d288, []int{3} + return fileDescriptor_references_4bc5034e4d222e4d, []int{3} } func (m *SearchReferenceSetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchReferenceSetsResponse.Unmarshal(m, b) @@ -393,7 +393,7 @@ func (m *GetReferenceSetRequest) Reset() { *m = GetReferenceSetRequest{} func (m *GetReferenceSetRequest) String() string { return proto.CompactTextString(m) } func (*GetReferenceSetRequest) ProtoMessage() {} func (*GetReferenceSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_references_5de88386bc96d288, []int{4} + return fileDescriptor_references_4bc5034e4d222e4d, []int{4} } func (m *GetReferenceSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetReferenceSetRequest.Unmarshal(m, b) @@ -447,7 +447,7 @@ func (m *SearchReferencesRequest) Reset() { *m = SearchReferencesRequest func (m *SearchReferencesRequest) String() string { return proto.CompactTextString(m) } func (*SearchReferencesRequest) ProtoMessage() {} func (*SearchReferencesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_references_5de88386bc96d288, []int{5} + return fileDescriptor_references_4bc5034e4d222e4d, []int{5} } func (m *SearchReferencesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchReferencesRequest.Unmarshal(m, b) @@ -518,7 +518,7 @@ func (m *SearchReferencesResponse) Reset() { *m = SearchReferencesRespon func (m *SearchReferencesResponse) String() string { return proto.CompactTextString(m) } func (*SearchReferencesResponse) ProtoMessage() {} func (*SearchReferencesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_references_5de88386bc96d288, []int{6} + return fileDescriptor_references_4bc5034e4d222e4d, []int{6} } func (m *SearchReferencesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchReferencesResponse.Unmarshal(m, b) @@ -564,7 +564,7 @@ func (m *GetReferenceRequest) Reset() { *m = GetReferenceRequest{} } func (m *GetReferenceRequest) String() string { return proto.CompactTextString(m) } func (*GetReferenceRequest) ProtoMessage() {} func (*GetReferenceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_references_5de88386bc96d288, []int{7} + return fileDescriptor_references_4bc5034e4d222e4d, []int{7} } func (m *GetReferenceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetReferenceRequest.Unmarshal(m, b) @@ -616,7 +616,7 @@ func (m *ListBasesRequest) Reset() { *m = ListBasesRequest{} } func (m *ListBasesRequest) String() string { return proto.CompactTextString(m) } func (*ListBasesRequest) ProtoMessage() {} func (*ListBasesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_references_5de88386bc96d288, []int{8} + return fileDescriptor_references_4bc5034e4d222e4d, []int{8} } func (m *ListBasesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListBasesRequest.Unmarshal(m, b) @@ -691,7 +691,7 @@ func (m *ListBasesResponse) Reset() { *m = ListBasesResponse{} } func (m *ListBasesResponse) String() string { return proto.CompactTextString(m) } func (*ListBasesResponse) ProtoMessage() {} func (*ListBasesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_references_5de88386bc96d288, []int{9} + return fileDescriptor_references_4bc5034e4d222e4d, []int{9} } func (m *ListBasesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListBasesResponse.Unmarshal(m, b) @@ -1030,10 +1030,10 @@ var _ReferenceServiceV1_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/genomics/v1/references.proto", fileDescriptor_references_5de88386bc96d288) + proto.RegisterFile("google/genomics/v1/references.proto", fileDescriptor_references_4bc5034e4d222e4d) } -var fileDescriptor_references_5de88386bc96d288 = []byte{ +var fileDescriptor_references_4bc5034e4d222e4d = []byte{ // 851 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x41, 0x6f, 0x1b, 0x45, 0x14, 0xd6, 0x78, 0x63, 0x37, 0x7e, 0x76, 0x12, 0xf7, 0x15, 0xc2, 0xca, 0x25, 0xd4, 0x6c, 0x9a, diff --git a/googleapis/genomics/v1/variants.pb.go b/googleapis/genomics/v1/variants.pb.go index f9f0a10a26..ab9a130bfd 100644 --- a/googleapis/genomics/v1/variants.pb.go +++ b/googleapis/genomics/v1/variants.pb.go @@ -61,7 +61,7 @@ func (x InfoMergeOperation) String() string { return proto.EnumName(InfoMergeOperation_name, int32(x)) } func (InfoMergeOperation) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{0} + return fileDescriptor_variants_b9a43810f0f9306f, []int{0} } type VariantSetMetadata_Type int32 @@ -96,7 +96,7 @@ func (x VariantSetMetadata_Type) String() string { return proto.EnumName(VariantSetMetadata_Type_name, int32(x)) } func (VariantSetMetadata_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{0, 0} + return fileDescriptor_variants_b9a43810f0f9306f, []int{0, 0} } type ImportVariantsRequest_Format int32 @@ -126,7 +126,7 @@ func (x ImportVariantsRequest_Format) String() string { return proto.EnumName(ImportVariantsRequest_Format_name, int32(x)) } func (ImportVariantsRequest_Format) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{6, 0} + return fileDescriptor_variants_b9a43810f0f9306f, []int{6, 0} } type ExportVariantSetRequest_Format int32 @@ -150,7 +150,7 @@ func (x ExportVariantSetRequest_Format) String() string { return proto.EnumName(ExportVariantSetRequest_Format_name, int32(x)) } func (ExportVariantSetRequest_Format) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{9, 0} + return fileDescriptor_variants_b9a43810f0f9306f, []int{9, 0} } // Metadata describes a single piece of variant call metadata. @@ -186,7 +186,7 @@ func (m *VariantSetMetadata) Reset() { *m = VariantSetMetadata{} } func (m *VariantSetMetadata) String() string { return proto.CompactTextString(m) } func (*VariantSetMetadata) ProtoMessage() {} func (*VariantSetMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{0} + return fileDescriptor_variants_b9a43810f0f9306f, []int{0} } func (m *VariantSetMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VariantSetMetadata.Unmarshal(m, b) @@ -294,7 +294,7 @@ func (m *VariantSet) Reset() { *m = VariantSet{} } func (m *VariantSet) String() string { return proto.CompactTextString(m) } func (*VariantSet) ProtoMessage() {} func (*VariantSet) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{1} + return fileDescriptor_variants_b9a43810f0f9306f, []int{1} } func (m *VariantSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VariantSet.Unmarshal(m, b) @@ -421,7 +421,7 @@ func (m *Variant) Reset() { *m = Variant{} } func (m *Variant) String() string { return proto.CompactTextString(m) } func (*Variant) ProtoMessage() {} func (*Variant) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{2} + return fileDescriptor_variants_b9a43810f0f9306f, []int{2} } func (m *Variant) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Variant.Unmarshal(m, b) @@ -579,7 +579,7 @@ func (m *VariantCall) Reset() { *m = VariantCall{} } func (m *VariantCall) String() string { return proto.CompactTextString(m) } func (*VariantCall) ProtoMessage() {} func (*VariantCall) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{3} + return fileDescriptor_variants_b9a43810f0f9306f, []int{3} } func (m *VariantCall) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VariantCall.Unmarshal(m, b) @@ -673,7 +673,7 @@ func (m *CallSet) Reset() { *m = CallSet{} } func (m *CallSet) String() string { return proto.CompactTextString(m) } func (*CallSet) ProtoMessage() {} func (*CallSet) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{4} + return fileDescriptor_variants_b9a43810f0f9306f, []int{4} } func (m *CallSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CallSet.Unmarshal(m, b) @@ -752,7 +752,7 @@ func (m *ReferenceBound) Reset() { *m = ReferenceBound{} } func (m *ReferenceBound) String() string { return proto.CompactTextString(m) } func (*ReferenceBound) ProtoMessage() {} func (*ReferenceBound) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{5} + return fileDescriptor_variants_b9a43810f0f9306f, []int{5} } func (m *ReferenceBound) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReferenceBound.Unmarshal(m, b) @@ -820,7 +820,7 @@ func (m *ImportVariantsRequest) Reset() { *m = ImportVariantsRequest{} } func (m *ImportVariantsRequest) String() string { return proto.CompactTextString(m) } func (*ImportVariantsRequest) ProtoMessage() {} func (*ImportVariantsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{6} + return fileDescriptor_variants_b9a43810f0f9306f, []int{6} } func (m *ImportVariantsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportVariantsRequest.Unmarshal(m, b) @@ -888,7 +888,7 @@ func (m *ImportVariantsResponse) Reset() { *m = ImportVariantsResponse{} func (m *ImportVariantsResponse) String() string { return proto.CompactTextString(m) } func (*ImportVariantsResponse) ProtoMessage() {} func (*ImportVariantsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{7} + return fileDescriptor_variants_b9a43810f0f9306f, []int{7} } func (m *ImportVariantsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportVariantsResponse.Unmarshal(m, b) @@ -928,7 +928,7 @@ func (m *CreateVariantSetRequest) Reset() { *m = CreateVariantSetRequest func (m *CreateVariantSetRequest) String() string { return proto.CompactTextString(m) } func (*CreateVariantSetRequest) ProtoMessage() {} func (*CreateVariantSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{8} + return fileDescriptor_variants_b9a43810f0f9306f, []int{8} } func (m *CreateVariantSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateVariantSetRequest.Unmarshal(m, b) @@ -985,7 +985,7 @@ func (m *ExportVariantSetRequest) Reset() { *m = ExportVariantSetRequest func (m *ExportVariantSetRequest) String() string { return proto.CompactTextString(m) } func (*ExportVariantSetRequest) ProtoMessage() {} func (*ExportVariantSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{9} + return fileDescriptor_variants_b9a43810f0f9306f, []int{9} } func (m *ExportVariantSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportVariantSetRequest.Unmarshal(m, b) @@ -1060,7 +1060,7 @@ func (m *GetVariantSetRequest) Reset() { *m = GetVariantSetRequest{} } func (m *GetVariantSetRequest) String() string { return proto.CompactTextString(m) } func (*GetVariantSetRequest) ProtoMessage() {} func (*GetVariantSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{10} + return fileDescriptor_variants_b9a43810f0f9306f, []int{10} } func (m *GetVariantSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetVariantSetRequest.Unmarshal(m, b) @@ -1108,7 +1108,7 @@ func (m *SearchVariantSetsRequest) Reset() { *m = SearchVariantSetsReque func (m *SearchVariantSetsRequest) String() string { return proto.CompactTextString(m) } func (*SearchVariantSetsRequest) ProtoMessage() {} func (*SearchVariantSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{11} + return fileDescriptor_variants_b9a43810f0f9306f, []int{11} } func (m *SearchVariantSetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchVariantSetsRequest.Unmarshal(m, b) @@ -1166,7 +1166,7 @@ func (m *SearchVariantSetsResponse) Reset() { *m = SearchVariantSetsResp func (m *SearchVariantSetsResponse) String() string { return proto.CompactTextString(m) } func (*SearchVariantSetsResponse) ProtoMessage() {} func (*SearchVariantSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{12} + return fileDescriptor_variants_b9a43810f0f9306f, []int{12} } func (m *SearchVariantSetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchVariantSetsResponse.Unmarshal(m, b) @@ -1213,7 +1213,7 @@ func (m *DeleteVariantSetRequest) Reset() { *m = DeleteVariantSetRequest func (m *DeleteVariantSetRequest) String() string { return proto.CompactTextString(m) } func (*DeleteVariantSetRequest) ProtoMessage() {} func (*DeleteVariantSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{13} + return fileDescriptor_variants_b9a43810f0f9306f, []int{13} } func (m *DeleteVariantSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteVariantSetRequest.Unmarshal(m, b) @@ -1264,7 +1264,7 @@ func (m *UpdateVariantSetRequest) Reset() { *m = UpdateVariantSetRequest func (m *UpdateVariantSetRequest) String() string { return proto.CompactTextString(m) } func (*UpdateVariantSetRequest) ProtoMessage() {} func (*UpdateVariantSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{14} + return fileDescriptor_variants_b9a43810f0f9306f, []int{14} } func (m *UpdateVariantSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateVariantSetRequest.Unmarshal(m, b) @@ -1346,7 +1346,7 @@ func (m *SearchVariantsRequest) Reset() { *m = SearchVariantsRequest{} } func (m *SearchVariantsRequest) String() string { return proto.CompactTextString(m) } func (*SearchVariantsRequest) ProtoMessage() {} func (*SearchVariantsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{15} + return fileDescriptor_variants_b9a43810f0f9306f, []int{15} } func (m *SearchVariantsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchVariantsRequest.Unmarshal(m, b) @@ -1446,7 +1446,7 @@ func (m *SearchVariantsResponse) Reset() { *m = SearchVariantsResponse{} func (m *SearchVariantsResponse) String() string { return proto.CompactTextString(m) } func (*SearchVariantsResponse) ProtoMessage() {} func (*SearchVariantsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{16} + return fileDescriptor_variants_b9a43810f0f9306f, []int{16} } func (m *SearchVariantsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchVariantsResponse.Unmarshal(m, b) @@ -1492,7 +1492,7 @@ func (m *CreateVariantRequest) Reset() { *m = CreateVariantRequest{} } func (m *CreateVariantRequest) String() string { return proto.CompactTextString(m) } func (*CreateVariantRequest) ProtoMessage() {} func (*CreateVariantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{17} + return fileDescriptor_variants_b9a43810f0f9306f, []int{17} } func (m *CreateVariantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateVariantRequest.Unmarshal(m, b) @@ -1538,7 +1538,7 @@ func (m *UpdateVariantRequest) Reset() { *m = UpdateVariantRequest{} } func (m *UpdateVariantRequest) String() string { return proto.CompactTextString(m) } func (*UpdateVariantRequest) ProtoMessage() {} func (*UpdateVariantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{18} + return fileDescriptor_variants_b9a43810f0f9306f, []int{18} } func (m *UpdateVariantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateVariantRequest.Unmarshal(m, b) @@ -1591,7 +1591,7 @@ func (m *DeleteVariantRequest) Reset() { *m = DeleteVariantRequest{} } func (m *DeleteVariantRequest) String() string { return proto.CompactTextString(m) } func (*DeleteVariantRequest) ProtoMessage() {} func (*DeleteVariantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{19} + return fileDescriptor_variants_b9a43810f0f9306f, []int{19} } func (m *DeleteVariantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteVariantRequest.Unmarshal(m, b) @@ -1630,7 +1630,7 @@ func (m *GetVariantRequest) Reset() { *m = GetVariantRequest{} } func (m *GetVariantRequest) String() string { return proto.CompactTextString(m) } func (*GetVariantRequest) ProtoMessage() {} func (*GetVariantRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{20} + return fileDescriptor_variants_b9a43810f0f9306f, []int{20} } func (m *GetVariantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetVariantRequest.Unmarshal(m, b) @@ -1674,7 +1674,7 @@ func (m *MergeVariantsRequest) Reset() { *m = MergeVariantsRequest{} } func (m *MergeVariantsRequest) String() string { return proto.CompactTextString(m) } func (*MergeVariantsRequest) ProtoMessage() {} func (*MergeVariantsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{21} + return fileDescriptor_variants_b9a43810f0f9306f, []int{21} } func (m *MergeVariantsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MergeVariantsRequest.Unmarshal(m, b) @@ -1739,7 +1739,7 @@ func (m *SearchCallSetsRequest) Reset() { *m = SearchCallSetsRequest{} } func (m *SearchCallSetsRequest) String() string { return proto.CompactTextString(m) } func (*SearchCallSetsRequest) ProtoMessage() {} func (*SearchCallSetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{22} + return fileDescriptor_variants_b9a43810f0f9306f, []int{22} } func (m *SearchCallSetsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchCallSetsRequest.Unmarshal(m, b) @@ -1804,7 +1804,7 @@ func (m *SearchCallSetsResponse) Reset() { *m = SearchCallSetsResponse{} func (m *SearchCallSetsResponse) String() string { return proto.CompactTextString(m) } func (*SearchCallSetsResponse) ProtoMessage() {} func (*SearchCallSetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{23} + return fileDescriptor_variants_b9a43810f0f9306f, []int{23} } func (m *SearchCallSetsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchCallSetsResponse.Unmarshal(m, b) @@ -1850,7 +1850,7 @@ func (m *CreateCallSetRequest) Reset() { *m = CreateCallSetRequest{} } func (m *CreateCallSetRequest) String() string { return proto.CompactTextString(m) } func (*CreateCallSetRequest) ProtoMessage() {} func (*CreateCallSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{24} + return fileDescriptor_variants_b9a43810f0f9306f, []int{24} } func (m *CreateCallSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateCallSetRequest.Unmarshal(m, b) @@ -1896,7 +1896,7 @@ func (m *UpdateCallSetRequest) Reset() { *m = UpdateCallSetRequest{} } func (m *UpdateCallSetRequest) String() string { return proto.CompactTextString(m) } func (*UpdateCallSetRequest) ProtoMessage() {} func (*UpdateCallSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{25} + return fileDescriptor_variants_b9a43810f0f9306f, []int{25} } func (m *UpdateCallSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateCallSetRequest.Unmarshal(m, b) @@ -1949,7 +1949,7 @@ func (m *DeleteCallSetRequest) Reset() { *m = DeleteCallSetRequest{} } func (m *DeleteCallSetRequest) String() string { return proto.CompactTextString(m) } func (*DeleteCallSetRequest) ProtoMessage() {} func (*DeleteCallSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{26} + return fileDescriptor_variants_b9a43810f0f9306f, []int{26} } func (m *DeleteCallSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteCallSetRequest.Unmarshal(m, b) @@ -1988,7 +1988,7 @@ func (m *GetCallSetRequest) Reset() { *m = GetCallSetRequest{} } func (m *GetCallSetRequest) String() string { return proto.CompactTextString(m) } func (*GetCallSetRequest) ProtoMessage() {} func (*GetCallSetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{27} + return fileDescriptor_variants_b9a43810f0f9306f, []int{27} } func (m *GetCallSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCallSetRequest.Unmarshal(m, b) @@ -2043,7 +2043,7 @@ func (m *StreamVariantsRequest) Reset() { *m = StreamVariantsRequest{} } func (m *StreamVariantsRequest) String() string { return proto.CompactTextString(m) } func (*StreamVariantsRequest) ProtoMessage() {} func (*StreamVariantsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{28} + return fileDescriptor_variants_b9a43810f0f9306f, []int{28} } func (m *StreamVariantsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamVariantsRequest.Unmarshal(m, b) @@ -2116,7 +2116,7 @@ func (m *StreamVariantsResponse) Reset() { *m = StreamVariantsResponse{} func (m *StreamVariantsResponse) String() string { return proto.CompactTextString(m) } func (*StreamVariantsResponse) ProtoMessage() {} func (*StreamVariantsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_variants_9857dc8060ef8f89, []int{29} + return fileDescriptor_variants_b9a43810f0f9306f, []int{29} } func (m *StreamVariantsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamVariantsResponse.Unmarshal(m, b) @@ -3331,10 +3331,10 @@ var _VariantServiceV1_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/genomics/v1/variants.proto", fileDescriptor_variants_9857dc8060ef8f89) + proto.RegisterFile("google/genomics/v1/variants.proto", fileDescriptor_variants_b9a43810f0f9306f) } -var fileDescriptor_variants_9857dc8060ef8f89 = []byte{ +var fileDescriptor_variants_b9a43810f0f9306f = []byte{ // 2348 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5a, 0xdd, 0x6e, 0x1b, 0xc7, 0xf5, 0xff, 0xef, 0x92, 0x94, 0xc8, 0x43, 0x91, 0x5a, 0x4f, 0x14, 0x69, 0x43, 0x7f, 0xc9, 0xfb, diff --git a/googleapis/genomics/v1alpha2/pipelines.pb.go b/googleapis/genomics/v1alpha2/pipelines.pb.go index 3b7ba5dec5..ff7089afce 100644 --- a/googleapis/genomics/v1alpha2/pipelines.pb.go +++ b/googleapis/genomics/v1alpha2/pipelines.pb.go @@ -63,7 +63,7 @@ func (x PipelineResources_Disk_Type) String() string { return proto.EnumName(PipelineResources_Disk_Type_name, int32(x)) } func (PipelineResources_Disk_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{16, 0, 0} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{16, 0, 0} } // Describes a Compute Engine resource that is being managed by a running @@ -86,7 +86,7 @@ func (m *ComputeEngine) Reset() { *m = ComputeEngine{} } func (m *ComputeEngine) String() string { return proto.CompactTextString(m) } func (*ComputeEngine) ProtoMessage() {} func (*ComputeEngine) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{0} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{0} } func (m *ComputeEngine) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ComputeEngine.Unmarshal(m, b) @@ -149,7 +149,7 @@ func (m *RuntimeMetadata) Reset() { *m = RuntimeMetadata{} } func (m *RuntimeMetadata) String() string { return proto.CompactTextString(m) } func (*RuntimeMetadata) ProtoMessage() {} func (*RuntimeMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{1} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{1} } func (m *RuntimeMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RuntimeMetadata.Unmarshal(m, b) @@ -224,7 +224,7 @@ func (m *Pipeline) Reset() { *m = Pipeline{} } func (m *Pipeline) String() string { return proto.CompactTextString(m) } func (*Pipeline) ProtoMessage() {} func (*Pipeline) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{2} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{2} } func (m *Pipeline) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Pipeline.Unmarshal(m, b) @@ -386,7 +386,7 @@ func (m *CreatePipelineRequest) Reset() { *m = CreatePipelineRequest{} } func (m *CreatePipelineRequest) String() string { return proto.CompactTextString(m) } func (*CreatePipelineRequest) ProtoMessage() {} func (*CreatePipelineRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{3} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{3} } func (m *CreatePipelineRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreatePipelineRequest.Unmarshal(m, b) @@ -467,7 +467,7 @@ func (m *RunPipelineArgs) Reset() { *m = RunPipelineArgs{} } func (m *RunPipelineArgs) String() string { return proto.CompactTextString(m) } func (*RunPipelineArgs) ProtoMessage() {} func (*RunPipelineArgs) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{4} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{4} } func (m *RunPipelineArgs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunPipelineArgs.Unmarshal(m, b) @@ -573,7 +573,7 @@ func (m *RunPipelineRequest) Reset() { *m = RunPipelineRequest{} } func (m *RunPipelineRequest) String() string { return proto.CompactTextString(m) } func (*RunPipelineRequest) ProtoMessage() {} func (*RunPipelineRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{5} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{5} } func (m *RunPipelineRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunPipelineRequest.Unmarshal(m, b) @@ -721,7 +721,7 @@ func (m *GetPipelineRequest) Reset() { *m = GetPipelineRequest{} } func (m *GetPipelineRequest) String() string { return proto.CompactTextString(m) } func (*GetPipelineRequest) ProtoMessage() {} func (*GetPipelineRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{6} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{6} } func (m *GetPipelineRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPipelineRequest.Unmarshal(m, b) @@ -777,7 +777,7 @@ func (m *ListPipelinesRequest) Reset() { *m = ListPipelinesRequest{} } func (m *ListPipelinesRequest) String() string { return proto.CompactTextString(m) } func (*ListPipelinesRequest) ProtoMessage() {} func (*ListPipelinesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{7} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{7} } func (m *ListPipelinesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListPipelinesRequest.Unmarshal(m, b) @@ -844,7 +844,7 @@ func (m *ListPipelinesResponse) Reset() { *m = ListPipelinesResponse{} } func (m *ListPipelinesResponse) String() string { return proto.CompactTextString(m) } func (*ListPipelinesResponse) ProtoMessage() {} func (*ListPipelinesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{8} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{8} } func (m *ListPipelinesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListPipelinesResponse.Unmarshal(m, b) @@ -892,7 +892,7 @@ func (m *DeletePipelineRequest) Reset() { *m = DeletePipelineRequest{} } func (m *DeletePipelineRequest) String() string { return proto.CompactTextString(m) } func (*DeletePipelineRequest) ProtoMessage() {} func (*DeletePipelineRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{9} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{9} } func (m *DeletePipelineRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeletePipelineRequest.Unmarshal(m, b) @@ -934,7 +934,7 @@ func (m *GetControllerConfigRequest) Reset() { *m = GetControllerConfigR func (m *GetControllerConfigRequest) String() string { return proto.CompactTextString(m) } func (*GetControllerConfigRequest) ProtoMessage() {} func (*GetControllerConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{10} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{10} } func (m *GetControllerConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetControllerConfigRequest.Unmarshal(m, b) @@ -989,7 +989,7 @@ func (m *ControllerConfig) Reset() { *m = ControllerConfig{} } func (m *ControllerConfig) String() string { return proto.CompactTextString(m) } func (*ControllerConfig) ProtoMessage() {} func (*ControllerConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{11} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{11} } func (m *ControllerConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerConfig.Unmarshal(m, b) @@ -1076,7 +1076,7 @@ func (m *ControllerConfig_RepeatedString) Reset() { *m = ControllerConfi func (m *ControllerConfig_RepeatedString) String() string { return proto.CompactTextString(m) } func (*ControllerConfig_RepeatedString) ProtoMessage() {} func (*ControllerConfig_RepeatedString) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{11, 0} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{11, 0} } func (m *ControllerConfig_RepeatedString) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerConfig_RepeatedString.Unmarshal(m, b) @@ -1119,7 +1119,7 @@ func (m *TimestampEvent) Reset() { *m = TimestampEvent{} } func (m *TimestampEvent) String() string { return proto.CompactTextString(m) } func (*TimestampEvent) ProtoMessage() {} func (*TimestampEvent) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{12} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{12} } func (m *TimestampEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimestampEvent.Unmarshal(m, b) @@ -1170,7 +1170,7 @@ func (m *SetOperationStatusRequest) Reset() { *m = SetOperationStatusReq func (m *SetOperationStatusRequest) String() string { return proto.CompactTextString(m) } func (*SetOperationStatusRequest) ProtoMessage() {} func (*SetOperationStatusRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{13} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{13} } func (m *SetOperationStatusRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetOperationStatusRequest.Unmarshal(m, b) @@ -1248,7 +1248,7 @@ func (m *ServiceAccount) Reset() { *m = ServiceAccount{} } func (m *ServiceAccount) String() string { return proto.CompactTextString(m) } func (*ServiceAccount) ProtoMessage() {} func (*ServiceAccount) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{14} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{14} } func (m *ServiceAccount) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ServiceAccount.Unmarshal(m, b) @@ -1302,7 +1302,7 @@ func (m *LoggingOptions) Reset() { *m = LoggingOptions{} } func (m *LoggingOptions) String() string { return proto.CompactTextString(m) } func (*LoggingOptions) ProtoMessage() {} func (*LoggingOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{15} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{15} } func (m *LoggingOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LoggingOptions.Unmarshal(m, b) @@ -1367,7 +1367,7 @@ func (m *PipelineResources) Reset() { *m = PipelineResources{} } func (m *PipelineResources) String() string { return proto.CompactTextString(m) } func (*PipelineResources) ProtoMessage() {} func (*PipelineResources) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{16} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{16} } func (m *PipelineResources) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PipelineResources.Unmarshal(m, b) @@ -1472,7 +1472,7 @@ func (m *PipelineResources_Disk) Reset() { *m = PipelineResources_Disk{} func (m *PipelineResources_Disk) String() string { return proto.CompactTextString(m) } func (*PipelineResources_Disk) ProtoMessage() {} func (*PipelineResources_Disk) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{16, 0} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{16, 0} } func (m *PipelineResources_Disk) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PipelineResources_Disk.Unmarshal(m, b) @@ -1649,7 +1649,7 @@ func (m *PipelineParameter) Reset() { *m = PipelineParameter{} } func (m *PipelineParameter) String() string { return proto.CompactTextString(m) } func (*PipelineParameter) ProtoMessage() {} func (*PipelineParameter) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{17} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{17} } func (m *PipelineParameter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PipelineParameter.Unmarshal(m, b) @@ -1717,7 +1717,7 @@ func (m *PipelineParameter_LocalCopy) Reset() { *m = PipelineParameter_L func (m *PipelineParameter_LocalCopy) String() string { return proto.CompactTextString(m) } func (*PipelineParameter_LocalCopy) ProtoMessage() {} func (*PipelineParameter_LocalCopy) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{17, 0} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{17, 0} } func (m *PipelineParameter_LocalCopy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PipelineParameter_LocalCopy.Unmarshal(m, b) @@ -1774,7 +1774,7 @@ func (m *DockerExecutor) Reset() { *m = DockerExecutor{} } func (m *DockerExecutor) String() string { return proto.CompactTextString(m) } func (*DockerExecutor) ProtoMessage() {} func (*DockerExecutor) Descriptor() ([]byte, []int) { - return fileDescriptor_pipelines_8146614aa6e9cb66, []int{18} + return fileDescriptor_pipelines_64ae929b596fc0b5, []int{18} } func (m *DockerExecutor) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DockerExecutor.Unmarshal(m, b) @@ -2166,10 +2166,10 @@ var _PipelinesV1Alpha2_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/genomics/v1alpha2/pipelines.proto", fileDescriptor_pipelines_8146614aa6e9cb66) + proto.RegisterFile("google/genomics/v1alpha2/pipelines.proto", fileDescriptor_pipelines_64ae929b596fc0b5) } -var fileDescriptor_pipelines_8146614aa6e9cb66 = []byte{ +var fileDescriptor_pipelines_64ae929b596fc0b5 = []byte{ // 2065 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0x4d, 0x73, 0xdb, 0xc8, 0xd1, 0x36, 0x28, 0x4a, 0x22, 0x9a, 0x12, 0x45, 0xcf, 0xda, 0x6b, 0x9a, 0xf6, 0xbe, 0xb6, 0xe1, diff --git a/googleapis/home/graph/v1/device.pb.go b/googleapis/home/graph/v1/device.pb.go index 158cb8db44..92e83f40a9 100644 --- a/googleapis/home/graph/v1/device.pb.go +++ b/googleapis/home/graph/v1/device.pb.go @@ -55,7 +55,7 @@ func (m *Device) Reset() { *m = Device{} } func (m *Device) String() string { return proto.CompactTextString(m) } func (*Device) ProtoMessage() {} func (*Device) Descriptor() ([]byte, []int) { - return fileDescriptor_device_0ae8747a4946f87e, []int{0} + return fileDescriptor_device_0de6da35c00d86c7, []int{0} } func (m *Device) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Device.Unmarshal(m, b) @@ -163,7 +163,7 @@ func (m *DeviceNames) Reset() { *m = DeviceNames{} } func (m *DeviceNames) String() string { return proto.CompactTextString(m) } func (*DeviceNames) ProtoMessage() {} func (*DeviceNames) Descriptor() ([]byte, []int) { - return fileDescriptor_device_0ae8747a4946f87e, []int{1} + return fileDescriptor_device_0de6da35c00d86c7, []int{1} } func (m *DeviceNames) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceNames.Unmarshal(m, b) @@ -223,7 +223,7 @@ func (m *DeviceInfo) Reset() { *m = DeviceInfo{} } func (m *DeviceInfo) String() string { return proto.CompactTextString(m) } func (*DeviceInfo) ProtoMessage() {} func (*DeviceInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_device_0ae8747a4946f87e, []int{2} + return fileDescriptor_device_0de6da35c00d86c7, []int{2} } func (m *DeviceInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceInfo.Unmarshal(m, b) @@ -278,10 +278,10 @@ func init() { } func init() { - proto.RegisterFile("google/home/graph/v1/device.proto", fileDescriptor_device_0ae8747a4946f87e) + proto.RegisterFile("google/home/graph/v1/device.proto", fileDescriptor_device_0de6da35c00d86c7) } -var fileDescriptor_device_0ae8747a4946f87e = []byte{ +var fileDescriptor_device_0de6da35c00d86c7 = []byte{ // 470 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0xc1, 0x6f, 0xd4, 0x3c, 0x10, 0xc5, 0x95, 0xdd, 0xed, 0x7e, 0x9b, 0xd9, 0xb6, 0x9f, 0xb0, 0x2a, 0xb0, 0xa0, 0x88, 0x74, diff --git a/googleapis/home/graph/v1/homegraph.pb.go b/googleapis/home/graph/v1/homegraph.pb.go index 702f029378..f35341ae20 100644 --- a/googleapis/home/graph/v1/homegraph.pb.go +++ b/googleapis/home/graph/v1/homegraph.pb.go @@ -44,7 +44,7 @@ func (m *RequestSyncDevicesRequest) Reset() { *m = RequestSyncDevicesReq func (m *RequestSyncDevicesRequest) String() string { return proto.CompactTextString(m) } func (*RequestSyncDevicesRequest) ProtoMessage() {} func (*RequestSyncDevicesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_homegraph_b6eae4d48cf76516, []int{0} + return fileDescriptor_homegraph_b39498a40939fff1, []int{0} } func (m *RequestSyncDevicesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RequestSyncDevicesRequest.Unmarshal(m, b) @@ -90,7 +90,7 @@ func (m *RequestSyncDevicesResponse) Reset() { *m = RequestSyncDevicesRe func (m *RequestSyncDevicesResponse) String() string { return proto.CompactTextString(m) } func (*RequestSyncDevicesResponse) ProtoMessage() {} func (*RequestSyncDevicesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_homegraph_b6eae4d48cf76516, []int{1} + return fileDescriptor_homegraph_b39498a40939fff1, []int{1} } func (m *RequestSyncDevicesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RequestSyncDevicesResponse.Unmarshal(m, b) @@ -185,7 +185,7 @@ func (m *ReportStateAndNotificationRequest) Reset() { *m = ReportStateAn func (m *ReportStateAndNotificationRequest) String() string { return proto.CompactTextString(m) } func (*ReportStateAndNotificationRequest) ProtoMessage() {} func (*ReportStateAndNotificationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_homegraph_b6eae4d48cf76516, []int{2} + return fileDescriptor_homegraph_b39498a40939fff1, []int{2} } func (m *ReportStateAndNotificationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReportStateAndNotificationRequest.Unmarshal(m, b) @@ -253,7 +253,7 @@ func (m *ReportStateAndNotificationResponse) Reset() { *m = ReportStateA func (m *ReportStateAndNotificationResponse) String() string { return proto.CompactTextString(m) } func (*ReportStateAndNotificationResponse) ProtoMessage() {} func (*ReportStateAndNotificationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_homegraph_b6eae4d48cf76516, []int{3} + return fileDescriptor_homegraph_b39498a40939fff1, []int{3} } func (m *ReportStateAndNotificationResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReportStateAndNotificationResponse.Unmarshal(m, b) @@ -293,7 +293,7 @@ func (m *StateAndNotificationPayload) Reset() { *m = StateAndNotificatio func (m *StateAndNotificationPayload) String() string { return proto.CompactTextString(m) } func (*StateAndNotificationPayload) ProtoMessage() {} func (*StateAndNotificationPayload) Descriptor() ([]byte, []int) { - return fileDescriptor_homegraph_b6eae4d48cf76516, []int{4} + return fileDescriptor_homegraph_b39498a40939fff1, []int{4} } func (m *StateAndNotificationPayload) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StateAndNotificationPayload.Unmarshal(m, b) @@ -335,7 +335,7 @@ func (m *ReportStateAndNotificationDevice) Reset() { *m = ReportStateAnd func (m *ReportStateAndNotificationDevice) String() string { return proto.CompactTextString(m) } func (*ReportStateAndNotificationDevice) ProtoMessage() {} func (*ReportStateAndNotificationDevice) Descriptor() ([]byte, []int) { - return fileDescriptor_homegraph_b6eae4d48cf76516, []int{5} + return fileDescriptor_homegraph_b39498a40939fff1, []int{5} } func (m *ReportStateAndNotificationDevice) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReportStateAndNotificationDevice.Unmarshal(m, b) @@ -384,7 +384,7 @@ func (m *DeleteAgentUserRequest) Reset() { *m = DeleteAgentUserRequest{} func (m *DeleteAgentUserRequest) String() string { return proto.CompactTextString(m) } func (*DeleteAgentUserRequest) ProtoMessage() {} func (*DeleteAgentUserRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_homegraph_b6eae4d48cf76516, []int{6} + return fileDescriptor_homegraph_b39498a40939fff1, []int{6} } func (m *DeleteAgentUserRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteAgentUserRequest.Unmarshal(m, b) @@ -440,7 +440,7 @@ func (m *QueryRequest) Reset() { *m = QueryRequest{} } func (m *QueryRequest) String() string { return proto.CompactTextString(m) } func (*QueryRequest) ProtoMessage() {} func (*QueryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_homegraph_b6eae4d48cf76516, []int{7} + return fileDescriptor_homegraph_b39498a40939fff1, []int{7} } func (m *QueryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryRequest.Unmarshal(m, b) @@ -494,7 +494,7 @@ func (m *QueryRequestInput) Reset() { *m = QueryRequestInput{} } func (m *QueryRequestInput) String() string { return proto.CompactTextString(m) } func (*QueryRequestInput) ProtoMessage() {} func (*QueryRequestInput) Descriptor() ([]byte, []int) { - return fileDescriptor_homegraph_b6eae4d48cf76516, []int{8} + return fileDescriptor_homegraph_b39498a40939fff1, []int{8} } func (m *QueryRequestInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryRequestInput.Unmarshal(m, b) @@ -534,7 +534,7 @@ func (m *QueryRequestPayload) Reset() { *m = QueryRequestPayload{} } func (m *QueryRequestPayload) String() string { return proto.CompactTextString(m) } func (*QueryRequestPayload) ProtoMessage() {} func (*QueryRequestPayload) Descriptor() ([]byte, []int) { - return fileDescriptor_homegraph_b6eae4d48cf76516, []int{9} + return fileDescriptor_homegraph_b39498a40939fff1, []int{9} } func (m *QueryRequestPayload) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryRequestPayload.Unmarshal(m, b) @@ -574,7 +574,7 @@ func (m *AgentDeviceId) Reset() { *m = AgentDeviceId{} } func (m *AgentDeviceId) String() string { return proto.CompactTextString(m) } func (*AgentDeviceId) ProtoMessage() {} func (*AgentDeviceId) Descriptor() ([]byte, []int) { - return fileDescriptor_homegraph_b6eae4d48cf76516, []int{10} + return fileDescriptor_homegraph_b39498a40939fff1, []int{10} } func (m *AgentDeviceId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AgentDeviceId.Unmarshal(m, b) @@ -618,7 +618,7 @@ func (m *QueryResponse) Reset() { *m = QueryResponse{} } func (m *QueryResponse) String() string { return proto.CompactTextString(m) } func (*QueryResponse) ProtoMessage() {} func (*QueryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_homegraph_b6eae4d48cf76516, []int{11} + return fileDescriptor_homegraph_b39498a40939fff1, []int{11} } func (m *QueryResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryResponse.Unmarshal(m, b) @@ -666,7 +666,7 @@ func (m *QueryResponsePayload) Reset() { *m = QueryResponsePayload{} } func (m *QueryResponsePayload) String() string { return proto.CompactTextString(m) } func (*QueryResponsePayload) ProtoMessage() {} func (*QueryResponsePayload) Descriptor() ([]byte, []int) { - return fileDescriptor_homegraph_b6eae4d48cf76516, []int{12} + return fileDescriptor_homegraph_b39498a40939fff1, []int{12} } func (m *QueryResponsePayload) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryResponsePayload.Unmarshal(m, b) @@ -711,7 +711,7 @@ func (m *SyncRequest) Reset() { *m = SyncRequest{} } func (m *SyncRequest) String() string { return proto.CompactTextString(m) } func (*SyncRequest) ProtoMessage() {} func (*SyncRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_homegraph_b6eae4d48cf76516, []int{13} + return fileDescriptor_homegraph_b39498a40939fff1, []int{13} } func (m *SyncRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SyncRequest.Unmarshal(m, b) @@ -794,7 +794,7 @@ func (m *SyncResponse) Reset() { *m = SyncResponse{} } func (m *SyncResponse) String() string { return proto.CompactTextString(m) } func (*SyncResponse) ProtoMessage() {} func (*SyncResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_homegraph_b6eae4d48cf76516, []int{14} + return fileDescriptor_homegraph_b39498a40939fff1, []int{14} } func (m *SyncResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SyncResponse.Unmarshal(m, b) @@ -843,7 +843,7 @@ func (m *SyncResponsePayload) Reset() { *m = SyncResponsePayload{} } func (m *SyncResponsePayload) String() string { return proto.CompactTextString(m) } func (*SyncResponsePayload) ProtoMessage() {} func (*SyncResponsePayload) Descriptor() ([]byte, []int) { - return fileDescriptor_homegraph_b6eae4d48cf76516, []int{15} + return fileDescriptor_homegraph_b39498a40939fff1, []int{15} } func (m *SyncResponsePayload) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SyncResponsePayload.Unmarshal(m, b) @@ -1196,10 +1196,10 @@ var _HomeGraphApiService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/home/graph/v1/homegraph.proto", fileDescriptor_homegraph_b6eae4d48cf76516) + proto.RegisterFile("google/home/graph/v1/homegraph.proto", fileDescriptor_homegraph_b39498a40939fff1) } -var fileDescriptor_homegraph_b6eae4d48cf76516 = []byte{ +var fileDescriptor_homegraph_b39498a40939fff1 = []byte{ // 879 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x4f, 0x8f, 0xdb, 0x44, 0x14, 0x97, 0x93, 0x66, 0xb7, 0x7d, 0xd9, 0xd0, 0x76, 0x76, 0xd9, 0xba, 0xd9, 0x20, 0x92, 0x59, diff --git a/googleapis/iam/admin/v1/iam.pb.go b/googleapis/iam/admin/v1/iam.pb.go index a54505598d..fad9db5ae3 100644 --- a/googleapis/iam/admin/v1/iam.pb.go +++ b/googleapis/iam/admin/v1/iam.pb.go @@ -55,7 +55,7 @@ func (x ServiceAccountKeyAlgorithm) String() string { return proto.EnumName(ServiceAccountKeyAlgorithm_name, int32(x)) } func (ServiceAccountKeyAlgorithm) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{0} + return fileDescriptor_iam_153c5ceb8e95593c, []int{0} } // Supported private key output formats. @@ -87,7 +87,7 @@ func (x ServiceAccountPrivateKeyType) String() string { return proto.EnumName(ServiceAccountPrivateKeyType_name, int32(x)) } func (ServiceAccountPrivateKeyType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{1} + return fileDescriptor_iam_153c5ceb8e95593c, []int{1} } // Supported public key output formats. @@ -117,7 +117,7 @@ func (x ServiceAccountPublicKeyType) String() string { return proto.EnumName(ServiceAccountPublicKeyType_name, int32(x)) } func (ServiceAccountPublicKeyType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{2} + return fileDescriptor_iam_153c5ceb8e95593c, []int{2} } // A view for Role objects. @@ -144,7 +144,7 @@ func (x RoleView) String() string { return proto.EnumName(RoleView_name, int32(x)) } func (RoleView) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{3} + return fileDescriptor_iam_153c5ceb8e95593c, []int{3} } // `KeyType` filters to selectively retrieve certain varieties @@ -176,7 +176,7 @@ func (x ListServiceAccountKeysRequest_KeyType) String() string { return proto.EnumName(ListServiceAccountKeysRequest_KeyType_name, int32(x)) } func (ListServiceAccountKeysRequest_KeyType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{6, 0} + return fileDescriptor_iam_153c5ceb8e95593c, []int{6, 0} } // A stage representing a role's lifecycle phase. @@ -219,7 +219,7 @@ func (x Role_RoleLaunchStage) String() string { return proto.EnumName(Role_RoleLaunchStage_name, int32(x)) } func (Role_RoleLaunchStage) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{16, 0} + return fileDescriptor_iam_153c5ceb8e95593c, []int{16, 0} } // A stage representing a permission's lifecycle phase. @@ -253,7 +253,7 @@ func (x Permission_PermissionLaunchStage) String() string { return proto.EnumName(Permission_PermissionLaunchStage_name, int32(x)) } func (Permission_PermissionLaunchStage) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{26, 0} + return fileDescriptor_iam_153c5ceb8e95593c, []int{26, 0} } // The state of the permission with regards to custom roles. @@ -283,7 +283,7 @@ func (x Permission_CustomRolesSupportLevel) String() string { return proto.EnumName(Permission_CustomRolesSupportLevel_name, int32(x)) } func (Permission_CustomRolesSupportLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{26, 1} + return fileDescriptor_iam_153c5ceb8e95593c, []int{26, 1} } // A service account in the Identity and Access Management API. @@ -338,7 +338,7 @@ func (m *ServiceAccount) Reset() { *m = ServiceAccount{} } func (m *ServiceAccount) String() string { return proto.CompactTextString(m) } func (*ServiceAccount) ProtoMessage() {} func (*ServiceAccount) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{0} + return fileDescriptor_iam_153c5ceb8e95593c, []int{0} } func (m *ServiceAccount) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ServiceAccount.Unmarshal(m, b) @@ -430,7 +430,7 @@ func (m *CreateServiceAccountRequest) Reset() { *m = CreateServiceAccoun func (m *CreateServiceAccountRequest) String() string { return proto.CompactTextString(m) } func (*CreateServiceAccountRequest) ProtoMessage() {} func (*CreateServiceAccountRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{1} + return fileDescriptor_iam_153c5ceb8e95593c, []int{1} } func (m *CreateServiceAccountRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateServiceAccountRequest.Unmarshal(m, b) @@ -493,7 +493,7 @@ func (m *ListServiceAccountsRequest) Reset() { *m = ListServiceAccountsR func (m *ListServiceAccountsRequest) String() string { return proto.CompactTextString(m) } func (*ListServiceAccountsRequest) ProtoMessage() {} func (*ListServiceAccountsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{2} + return fileDescriptor_iam_153c5ceb8e95593c, []int{2} } func (m *ListServiceAccountsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListServiceAccountsRequest.Unmarshal(m, b) @@ -551,7 +551,7 @@ func (m *ListServiceAccountsResponse) Reset() { *m = ListServiceAccounts func (m *ListServiceAccountsResponse) String() string { return proto.CompactTextString(m) } func (*ListServiceAccountsResponse) ProtoMessage() {} func (*ListServiceAccountsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{3} + return fileDescriptor_iam_153c5ceb8e95593c, []int{3} } func (m *ListServiceAccountsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListServiceAccountsResponse.Unmarshal(m, b) @@ -602,7 +602,7 @@ func (m *GetServiceAccountRequest) Reset() { *m = GetServiceAccountReque func (m *GetServiceAccountRequest) String() string { return proto.CompactTextString(m) } func (*GetServiceAccountRequest) ProtoMessage() {} func (*GetServiceAccountRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{4} + return fileDescriptor_iam_153c5ceb8e95593c, []int{4} } func (m *GetServiceAccountRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetServiceAccountRequest.Unmarshal(m, b) @@ -646,7 +646,7 @@ func (m *DeleteServiceAccountRequest) Reset() { *m = DeleteServiceAccoun func (m *DeleteServiceAccountRequest) String() string { return proto.CompactTextString(m) } func (*DeleteServiceAccountRequest) ProtoMessage() {} func (*DeleteServiceAccountRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{5} + return fileDescriptor_iam_153c5ceb8e95593c, []int{5} } func (m *DeleteServiceAccountRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteServiceAccountRequest.Unmarshal(m, b) @@ -695,7 +695,7 @@ func (m *ListServiceAccountKeysRequest) Reset() { *m = ListServiceAccoun func (m *ListServiceAccountKeysRequest) String() string { return proto.CompactTextString(m) } func (*ListServiceAccountKeysRequest) ProtoMessage() {} func (*ListServiceAccountKeysRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{6} + return fileDescriptor_iam_153c5ceb8e95593c, []int{6} } func (m *ListServiceAccountKeysRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListServiceAccountKeysRequest.Unmarshal(m, b) @@ -742,7 +742,7 @@ func (m *ListServiceAccountKeysResponse) Reset() { *m = ListServiceAccou func (m *ListServiceAccountKeysResponse) String() string { return proto.CompactTextString(m) } func (*ListServiceAccountKeysResponse) ProtoMessage() {} func (*ListServiceAccountKeysResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{7} + return fileDescriptor_iam_153c5ceb8e95593c, []int{7} } func (m *ListServiceAccountKeysResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListServiceAccountKeysResponse.Unmarshal(m, b) @@ -790,7 +790,7 @@ func (m *GetServiceAccountKeyRequest) Reset() { *m = GetServiceAccountKe func (m *GetServiceAccountKeyRequest) String() string { return proto.CompactTextString(m) } func (*GetServiceAccountKeyRequest) ProtoMessage() {} func (*GetServiceAccountKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{8} + return fileDescriptor_iam_153c5ceb8e95593c, []int{8} } func (m *GetServiceAccountKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetServiceAccountKeyRequest.Unmarshal(m, b) @@ -876,7 +876,7 @@ func (m *ServiceAccountKey) Reset() { *m = ServiceAccountKey{} } func (m *ServiceAccountKey) String() string { return proto.CompactTextString(m) } func (*ServiceAccountKey) ProtoMessage() {} func (*ServiceAccountKey) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{9} + return fileDescriptor_iam_153c5ceb8e95593c, []int{9} } func (m *ServiceAccountKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ServiceAccountKey.Unmarshal(m, b) @@ -969,7 +969,7 @@ func (m *CreateServiceAccountKeyRequest) Reset() { *m = CreateServiceAcc func (m *CreateServiceAccountKeyRequest) String() string { return proto.CompactTextString(m) } func (*CreateServiceAccountKeyRequest) ProtoMessage() {} func (*CreateServiceAccountKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{10} + return fileDescriptor_iam_153c5ceb8e95593c, []int{10} } func (m *CreateServiceAccountKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateServiceAccountKeyRequest.Unmarshal(m, b) @@ -1027,7 +1027,7 @@ func (m *DeleteServiceAccountKeyRequest) Reset() { *m = DeleteServiceAcc func (m *DeleteServiceAccountKeyRequest) String() string { return proto.CompactTextString(m) } func (*DeleteServiceAccountKeyRequest) ProtoMessage() {} func (*DeleteServiceAccountKeyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{11} + return fileDescriptor_iam_153c5ceb8e95593c, []int{11} } func (m *DeleteServiceAccountKeyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteServiceAccountKeyRequest.Unmarshal(m, b) @@ -1073,7 +1073,7 @@ func (m *SignBlobRequest) Reset() { *m = SignBlobRequest{} } func (m *SignBlobRequest) String() string { return proto.CompactTextString(m) } func (*SignBlobRequest) ProtoMessage() {} func (*SignBlobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{12} + return fileDescriptor_iam_153c5ceb8e95593c, []int{12} } func (m *SignBlobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignBlobRequest.Unmarshal(m, b) @@ -1122,7 +1122,7 @@ func (m *SignBlobResponse) Reset() { *m = SignBlobResponse{} } func (m *SignBlobResponse) String() string { return proto.CompactTextString(m) } func (*SignBlobResponse) ProtoMessage() {} func (*SignBlobResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{13} + return fileDescriptor_iam_153c5ceb8e95593c, []int{13} } func (m *SignBlobResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignBlobResponse.Unmarshal(m, b) @@ -1175,7 +1175,7 @@ func (m *SignJwtRequest) Reset() { *m = SignJwtRequest{} } func (m *SignJwtRequest) String() string { return proto.CompactTextString(m) } func (*SignJwtRequest) ProtoMessage() {} func (*SignJwtRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{14} + return fileDescriptor_iam_153c5ceb8e95593c, []int{14} } func (m *SignJwtRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignJwtRequest.Unmarshal(m, b) @@ -1224,7 +1224,7 @@ func (m *SignJwtResponse) Reset() { *m = SignJwtResponse{} } func (m *SignJwtResponse) String() string { return proto.CompactTextString(m) } func (*SignJwtResponse) ProtoMessage() {} func (*SignJwtResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{15} + return fileDescriptor_iam_153c5ceb8e95593c, []int{15} } func (m *SignJwtResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignJwtResponse.Unmarshal(m, b) @@ -1291,7 +1291,7 @@ func (m *Role) Reset() { *m = Role{} } func (m *Role) String() string { return proto.CompactTextString(m) } func (*Role) ProtoMessage() {} func (*Role) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{16} + return fileDescriptor_iam_153c5ceb8e95593c, []int{16} } func (m *Role) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Role.Unmarshal(m, b) @@ -1383,7 +1383,7 @@ func (m *QueryGrantableRolesRequest) Reset() { *m = QueryGrantableRolesR func (m *QueryGrantableRolesRequest) String() string { return proto.CompactTextString(m) } func (*QueryGrantableRolesRequest) ProtoMessage() {} func (*QueryGrantableRolesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{17} + return fileDescriptor_iam_153c5ceb8e95593c, []int{17} } func (m *QueryGrantableRolesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryGrantableRolesRequest.Unmarshal(m, b) @@ -1447,7 +1447,7 @@ func (m *QueryGrantableRolesResponse) Reset() { *m = QueryGrantableRoles func (m *QueryGrantableRolesResponse) String() string { return proto.CompactTextString(m) } func (*QueryGrantableRolesResponse) ProtoMessage() {} func (*QueryGrantableRolesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{18} + return fileDescriptor_iam_153c5ceb8e95593c, []int{18} } func (m *QueryGrantableRolesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryGrantableRolesResponse.Unmarshal(m, b) @@ -1505,7 +1505,7 @@ func (m *ListRolesRequest) Reset() { *m = ListRolesRequest{} } func (m *ListRolesRequest) String() string { return proto.CompactTextString(m) } func (*ListRolesRequest) ProtoMessage() {} func (*ListRolesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{19} + return fileDescriptor_iam_153c5ceb8e95593c, []int{19} } func (m *ListRolesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListRolesRequest.Unmarshal(m, b) @@ -1576,7 +1576,7 @@ func (m *ListRolesResponse) Reset() { *m = ListRolesResponse{} } func (m *ListRolesResponse) String() string { return proto.CompactTextString(m) } func (*ListRolesResponse) ProtoMessage() {} func (*ListRolesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{20} + return fileDescriptor_iam_153c5ceb8e95593c, []int{20} } func (m *ListRolesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListRolesResponse.Unmarshal(m, b) @@ -1626,7 +1626,7 @@ func (m *GetRoleRequest) Reset() { *m = GetRoleRequest{} } func (m *GetRoleRequest) String() string { return proto.CompactTextString(m) } func (*GetRoleRequest) ProtoMessage() {} func (*GetRoleRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{21} + return fileDescriptor_iam_153c5ceb8e95593c, []int{21} } func (m *GetRoleRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetRoleRequest.Unmarshal(m, b) @@ -1672,7 +1672,7 @@ func (m *CreateRoleRequest) Reset() { *m = CreateRoleRequest{} } func (m *CreateRoleRequest) String() string { return proto.CompactTextString(m) } func (*CreateRoleRequest) ProtoMessage() {} func (*CreateRoleRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{22} + return fileDescriptor_iam_153c5ceb8e95593c, []int{22} } func (m *CreateRoleRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateRoleRequest.Unmarshal(m, b) @@ -1733,7 +1733,7 @@ func (m *UpdateRoleRequest) Reset() { *m = UpdateRoleRequest{} } func (m *UpdateRoleRequest) String() string { return proto.CompactTextString(m) } func (*UpdateRoleRequest) ProtoMessage() {} func (*UpdateRoleRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{23} + return fileDescriptor_iam_153c5ceb8e95593c, []int{23} } func (m *UpdateRoleRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateRoleRequest.Unmarshal(m, b) @@ -1791,7 +1791,7 @@ func (m *DeleteRoleRequest) Reset() { *m = DeleteRoleRequest{} } func (m *DeleteRoleRequest) String() string { return proto.CompactTextString(m) } func (*DeleteRoleRequest) ProtoMessage() {} func (*DeleteRoleRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{24} + return fileDescriptor_iam_153c5ceb8e95593c, []int{24} } func (m *DeleteRoleRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteRoleRequest.Unmarshal(m, b) @@ -1842,7 +1842,7 @@ func (m *UndeleteRoleRequest) Reset() { *m = UndeleteRoleRequest{} } func (m *UndeleteRoleRequest) String() string { return proto.CompactTextString(m) } func (*UndeleteRoleRequest) ProtoMessage() {} func (*UndeleteRoleRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{25} + return fileDescriptor_iam_153c5ceb8e95593c, []int{25} } func (m *UndeleteRoleRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UndeleteRoleRequest.Unmarshal(m, b) @@ -1899,7 +1899,7 @@ func (m *Permission) Reset() { *m = Permission{} } func (m *Permission) String() string { return proto.CompactTextString(m) } func (*Permission) ProtoMessage() {} func (*Permission) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{26} + return fileDescriptor_iam_153c5ceb8e95593c, []int{26} } func (m *Permission) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Permission.Unmarshal(m, b) @@ -1984,7 +1984,7 @@ func (m *QueryTestablePermissionsRequest) Reset() { *m = QueryTestablePe func (m *QueryTestablePermissionsRequest) String() string { return proto.CompactTextString(m) } func (*QueryTestablePermissionsRequest) ProtoMessage() {} func (*QueryTestablePermissionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{27} + return fileDescriptor_iam_153c5ceb8e95593c, []int{27} } func (m *QueryTestablePermissionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryTestablePermissionsRequest.Unmarshal(m, b) @@ -2041,7 +2041,7 @@ func (m *QueryTestablePermissionsResponse) Reset() { *m = QueryTestableP func (m *QueryTestablePermissionsResponse) String() string { return proto.CompactTextString(m) } func (*QueryTestablePermissionsResponse) ProtoMessage() {} func (*QueryTestablePermissionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_d4bfad6370cee2d7, []int{28} + return fileDescriptor_iam_153c5ceb8e95593c, []int{28} } func (m *QueryTestablePermissionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryTestablePermissionsResponse.Unmarshal(m, b) @@ -2970,9 +2970,9 @@ var _IAM_serviceDesc = grpc.ServiceDesc{ Metadata: "google/iam/admin/v1/iam.proto", } -func init() { proto.RegisterFile("google/iam/admin/v1/iam.proto", fileDescriptor_iam_d4bfad6370cee2d7) } +func init() { proto.RegisterFile("google/iam/admin/v1/iam.proto", fileDescriptor_iam_153c5ceb8e95593c) } -var fileDescriptor_iam_d4bfad6370cee2d7 = []byte{ +var fileDescriptor_iam_153c5ceb8e95593c = []byte{ // 2430 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x5a, 0x4f, 0x73, 0xdb, 0xc6, 0x15, 0x37, 0x28, 0xea, 0x0f, 0x9f, 0x24, 0x0a, 0x5a, 0xc9, 0x16, 0x4b, 0x59, 0xb6, 0xb2, 0xb5, diff --git a/googleapis/iam/credentials/v1/common.pb.go b/googleapis/iam/credentials/v1/common.pb.go index 4bfe4da6b3..cbd5192dd7 100644 --- a/googleapis/iam/credentials/v1/common.pb.go +++ b/googleapis/iam/credentials/v1/common.pb.go @@ -54,7 +54,7 @@ func (m *GenerateAccessTokenRequest) Reset() { *m = GenerateAccessTokenR func (m *GenerateAccessTokenRequest) String() string { return proto.CompactTextString(m) } func (*GenerateAccessTokenRequest) ProtoMessage() {} func (*GenerateAccessTokenRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_common_52b2377d03e9576f, []int{0} + return fileDescriptor_common_f41ae9f35d063a8f, []int{0} } func (m *GenerateAccessTokenRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateAccessTokenRequest.Unmarshal(m, b) @@ -117,7 +117,7 @@ func (m *GenerateAccessTokenResponse) Reset() { *m = GenerateAccessToken func (m *GenerateAccessTokenResponse) String() string { return proto.CompactTextString(m) } func (*GenerateAccessTokenResponse) ProtoMessage() {} func (*GenerateAccessTokenResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_common_52b2377d03e9576f, []int{1} + return fileDescriptor_common_f41ae9f35d063a8f, []int{1} } func (m *GenerateAccessTokenResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateAccessTokenResponse.Unmarshal(m, b) @@ -177,7 +177,7 @@ func (m *SignBlobRequest) Reset() { *m = SignBlobRequest{} } func (m *SignBlobRequest) String() string { return proto.CompactTextString(m) } func (*SignBlobRequest) ProtoMessage() {} func (*SignBlobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_common_52b2377d03e9576f, []int{2} + return fileDescriptor_common_f41ae9f35d063a8f, []int{2} } func (m *SignBlobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignBlobRequest.Unmarshal(m, b) @@ -232,7 +232,7 @@ func (m *SignBlobResponse) Reset() { *m = SignBlobResponse{} } func (m *SignBlobResponse) String() string { return proto.CompactTextString(m) } func (*SignBlobResponse) ProtoMessage() {} func (*SignBlobResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_common_52b2377d03e9576f, []int{3} + return fileDescriptor_common_f41ae9f35d063a8f, []int{3} } func (m *SignBlobResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignBlobResponse.Unmarshal(m, b) @@ -292,7 +292,7 @@ func (m *SignJwtRequest) Reset() { *m = SignJwtRequest{} } func (m *SignJwtRequest) String() string { return proto.CompactTextString(m) } func (*SignJwtRequest) ProtoMessage() {} func (*SignJwtRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_common_52b2377d03e9576f, []int{4} + return fileDescriptor_common_f41ae9f35d063a8f, []int{4} } func (m *SignJwtRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignJwtRequest.Unmarshal(m, b) @@ -347,7 +347,7 @@ func (m *SignJwtResponse) Reset() { *m = SignJwtResponse{} } func (m *SignJwtResponse) String() string { return proto.CompactTextString(m) } func (*SignJwtResponse) ProtoMessage() {} func (*SignJwtResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_common_52b2377d03e9576f, []int{5} + return fileDescriptor_common_f41ae9f35d063a8f, []int{5} } func (m *SignJwtResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignJwtResponse.Unmarshal(m, b) @@ -411,7 +411,7 @@ func (m *GenerateIdTokenRequest) Reset() { *m = GenerateIdTokenRequest{} func (m *GenerateIdTokenRequest) String() string { return proto.CompactTextString(m) } func (*GenerateIdTokenRequest) ProtoMessage() {} func (*GenerateIdTokenRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_common_52b2377d03e9576f, []int{6} + return fileDescriptor_common_f41ae9f35d063a8f, []int{6} } func (m *GenerateIdTokenRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateIdTokenRequest.Unmarshal(m, b) @@ -471,7 +471,7 @@ func (m *GenerateIdTokenResponse) Reset() { *m = GenerateIdTokenResponse func (m *GenerateIdTokenResponse) String() string { return proto.CompactTextString(m) } func (*GenerateIdTokenResponse) ProtoMessage() {} func (*GenerateIdTokenResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_common_52b2377d03e9576f, []int{7} + return fileDescriptor_common_f41ae9f35d063a8f, []int{7} } func (m *GenerateIdTokenResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateIdTokenResponse.Unmarshal(m, b) @@ -565,7 +565,7 @@ func (m *GenerateIdentityBindingAccessTokenRequest) Reset() { func (m *GenerateIdentityBindingAccessTokenRequest) String() string { return proto.CompactTextString(m) } func (*GenerateIdentityBindingAccessTokenRequest) ProtoMessage() {} func (*GenerateIdentityBindingAccessTokenRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_common_52b2377d03e9576f, []int{8} + return fileDescriptor_common_f41ae9f35d063a8f, []int{8} } func (m *GenerateIdentityBindingAccessTokenRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateIdentityBindingAccessTokenRequest.Unmarshal(m, b) @@ -625,7 +625,7 @@ func (m *GenerateIdentityBindingAccessTokenResponse) String() string { } func (*GenerateIdentityBindingAccessTokenResponse) ProtoMessage() {} func (*GenerateIdentityBindingAccessTokenResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_common_52b2377d03e9576f, []int{9} + return fileDescriptor_common_f41ae9f35d063a8f, []int{9} } func (m *GenerateIdentityBindingAccessTokenResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenerateIdentityBindingAccessTokenResponse.Unmarshal(m, b) @@ -673,10 +673,10 @@ func init() { } func init() { - proto.RegisterFile("google/iam/credentials/v1/common.proto", fileDescriptor_common_52b2377d03e9576f) + proto.RegisterFile("google/iam/credentials/v1/common.proto", fileDescriptor_common_f41ae9f35d063a8f) } -var fileDescriptor_common_52b2377d03e9576f = []byte{ +var fileDescriptor_common_f41ae9f35d063a8f = []byte{ // 563 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xcd, 0x6e, 0xd3, 0x40, 0x10, 0x96, 0x93, 0xa6, 0x8d, 0x27, 0x01, 0x2a, 0xab, 0x80, 0x13, 0x7e, 0x1a, 0x5c, 0x09, 0x05, diff --git a/googleapis/iam/credentials/v1/iamcredentials.pb.go b/googleapis/iam/credentials/v1/iamcredentials.pb.go index 332baf39ab..c0ab0f43e7 100644 --- a/googleapis/iam/credentials/v1/iamcredentials.pb.go +++ b/googleapis/iam/credentials/v1/iamcredentials.pb.go @@ -241,10 +241,10 @@ var _IAMCredentials_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/iam/credentials/v1/iamcredentials.proto", fileDescriptor_iamcredentials_c318e27dbea70763) + proto.RegisterFile("google/iam/credentials/v1/iamcredentials.proto", fileDescriptor_iamcredentials_03d0b597c179fd49) } -var fileDescriptor_iamcredentials_c318e27dbea70763 = []byte{ +var fileDescriptor_iamcredentials_03d0b597c179fd49 = []byte{ // 443 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0xcf, 0xaa, 0xd4, 0x30, 0x18, 0xc5, 0xc9, 0x5d, 0x78, 0x25, 0x0b, 0x85, 0xde, 0x95, 0x83, 0xab, 0x0a, 0x82, 0x15, 0x1a, diff --git a/googleapis/iam/v1/iam_policy.pb.go b/googleapis/iam/v1/iam_policy.pb.go index c2f676eceb..1207018c0c 100644 --- a/googleapis/iam/v1/iam_policy.pb.go +++ b/googleapis/iam/v1/iam_policy.pb.go @@ -27,8 +27,7 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package // Request message for `SetIamPolicy` method. type SetIamPolicyRequest struct { // REQUIRED: The resource for which the policy is being specified. - // `resource` is usually specified as a path. For example, a Project - // resource is specified as `projects/{project}`. + // See the operation documentation for the appropriate value for this field. Resource string `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"` // REQUIRED: The complete policy to be applied to the `resource`. The size of // the policy is limited to a few 10s of KB. An empty policy is a @@ -44,7 +43,7 @@ func (m *SetIamPolicyRequest) Reset() { *m = SetIamPolicyRequest{} } func (m *SetIamPolicyRequest) String() string { return proto.CompactTextString(m) } func (*SetIamPolicyRequest) ProtoMessage() {} func (*SetIamPolicyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_policy_364532d533b79e88, []int{0} + return fileDescriptor_iam_policy_b56603532236728f, []int{0} } func (m *SetIamPolicyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetIamPolicyRequest.Unmarshal(m, b) @@ -81,8 +80,7 @@ func (m *SetIamPolicyRequest) GetPolicy() *Policy { // Request message for `GetIamPolicy` method. type GetIamPolicyRequest struct { // REQUIRED: The resource for which the policy is being requested. - // `resource` is usually specified as a path. For example, a Project - // resource is specified as `projects/{project}`. + // See the operation documentation for the appropriate value for this field. Resource string `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -93,7 +91,7 @@ func (m *GetIamPolicyRequest) Reset() { *m = GetIamPolicyRequest{} } func (m *GetIamPolicyRequest) String() string { return proto.CompactTextString(m) } func (*GetIamPolicyRequest) ProtoMessage() {} func (*GetIamPolicyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_policy_364532d533b79e88, []int{1} + return fileDescriptor_iam_policy_b56603532236728f, []int{1} } func (m *GetIamPolicyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetIamPolicyRequest.Unmarshal(m, b) @@ -123,8 +121,7 @@ func (m *GetIamPolicyRequest) GetResource() string { // Request message for `TestIamPermissions` method. type TestIamPermissionsRequest struct { // REQUIRED: The resource for which the policy detail is being requested. - // `resource` is usually specified as a path. For example, a Project - // resource is specified as `projects/{project}`. + // See the operation documentation for the appropriate value for this field. Resource string `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"` // The set of permissions to check for the `resource`. Permissions with // wildcards (such as '*' or 'storage.*') are not allowed. For more @@ -140,7 +137,7 @@ func (m *TestIamPermissionsRequest) Reset() { *m = TestIamPermissionsReq func (m *TestIamPermissionsRequest) String() string { return proto.CompactTextString(m) } func (*TestIamPermissionsRequest) ProtoMessage() {} func (*TestIamPermissionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_policy_364532d533b79e88, []int{2} + return fileDescriptor_iam_policy_b56603532236728f, []int{2} } func (m *TestIamPermissionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TestIamPermissionsRequest.Unmarshal(m, b) @@ -188,7 +185,7 @@ func (m *TestIamPermissionsResponse) Reset() { *m = TestIamPermissionsRe func (m *TestIamPermissionsResponse) String() string { return proto.CompactTextString(m) } func (*TestIamPermissionsResponse) ProtoMessage() {} func (*TestIamPermissionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_iam_policy_364532d533b79e88, []int{3} + return fileDescriptor_iam_policy_b56603532236728f, []int{3} } func (m *TestIamPermissionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TestIamPermissionsResponse.Unmarshal(m, b) @@ -244,6 +241,10 @@ type IAMPolicyClient interface { // Returns permissions that a caller has on the specified resource. // If the resource does not exist, this will return an empty set of // permissions, not a NOT_FOUND error. + // + // Note: This operation is designed to be used for building permission-aware + // UIs and command-line tools, not for authorization checking. This operation + // may "fail open" without warning. TestIamPermissions(ctx context.Context, in *TestIamPermissionsRequest, opts ...grpc.CallOption) (*TestIamPermissionsResponse, error) } @@ -294,6 +295,10 @@ type IAMPolicyServer interface { // Returns permissions that a caller has on the specified resource. // If the resource does not exist, this will return an empty set of // permissions, not a NOT_FOUND error. + // + // Note: This operation is designed to be used for building permission-aware + // UIs and command-line tools, not for authorization checking. This operation + // may "fail open" without warning. TestIamPermissions(context.Context, *TestIamPermissionsRequest) (*TestIamPermissionsResponse, error) } @@ -377,35 +382,36 @@ var _IAMPolicy_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/iam/v1/iam_policy.proto", fileDescriptor_iam_policy_364532d533b79e88) + proto.RegisterFile("google/iam/v1/iam_policy.proto", fileDescriptor_iam_policy_b56603532236728f) } -var fileDescriptor_iam_policy_364532d533b79e88 = []byte{ - // 411 bytes of a gzipped FileDescriptorProto +var fileDescriptor_iam_policy_b56603532236728f = []byte{ + // 419 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4b, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0xcf, 0x4c, 0xcc, 0xd5, 0x2f, 0x33, 0x04, 0x51, 0xf1, 0x05, 0xf9, 0x39, 0x99, 0xc9, 0x95, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0xbc, 0x10, 0x79, 0xbd, 0xcc, 0xc4, 0x5c, - 0xbd, 0x32, 0x43, 0x29, 0x19, 0xa8, 0xf2, 0xc4, 0x82, 0x4c, 0xfd, 0xc4, 0xbc, 0xbc, 0xfc, 0x92, - 0xc4, 0x92, 0xcc, 0xfc, 0xbc, 0x62, 0x88, 0x62, 0x29, 0x29, 0x54, 0xc3, 0x90, 0x0d, 0x52, 0x4a, - 0xe0, 0x12, 0x0e, 0x4e, 0x2d, 0xf1, 0x4c, 0xcc, 0x0d, 0x00, 0x8b, 0x06, 0xa5, 0x16, 0x96, 0xa6, - 0x16, 0x97, 0x08, 0x49, 0x71, 0x71, 0x14, 0xa5, 0x16, 0xe7, 0x97, 0x16, 0x25, 0xa7, 0x4a, 0x30, - 0x2a, 0x30, 0x6a, 0x70, 0x06, 0xc1, 0xf9, 0x42, 0xba, 0x5c, 0x6c, 0x10, 0x23, 0x24, 0x98, 0x14, - 0x18, 0x35, 0xb8, 0x8d, 0x44, 0xf5, 0x50, 0x1c, 0xa3, 0x07, 0x35, 0x09, 0xaa, 0x48, 0xc9, 0x90, - 0x4b, 0xd8, 0x9d, 0x34, 0x1b, 0x94, 0x22, 0xb9, 0x24, 0x43, 0x52, 0x8b, 0xc1, 0x7a, 0x52, 0x8b, - 0x72, 0x33, 0x8b, 0x8b, 0x41, 0x9e, 0x21, 0xc6, 0x69, 0x0a, 0x5c, 0xdc, 0x05, 0x08, 0x1d, 0x12, - 0x4c, 0x0a, 0xcc, 0x1a, 0x9c, 0x41, 0xc8, 0x42, 0x4a, 0x76, 0x5c, 0x52, 0xd8, 0x8c, 0x2e, 0x2e, - 0xc8, 0xcf, 0x2b, 0xc6, 0xd0, 0xcf, 0x88, 0xa1, 0xdf, 0x68, 0x0a, 0x33, 0x17, 0xa7, 0xa7, 0xa3, - 0x2f, 0xc4, 0x2f, 0x42, 0x25, 0x5c, 0x3c, 0xc8, 0xa1, 0x27, 0xa4, 0x84, 0x16, 0x14, 0x58, 0x82, - 0x56, 0x0a, 0x7b, 0x70, 0x29, 0x69, 0x36, 0x5d, 0x7e, 0x32, 0x99, 0x49, 0x59, 0x49, 0x0e, 0x14, - 0x45, 0xd5, 0x30, 0x1f, 0xd9, 0x6a, 0x69, 0xd5, 0x5a, 0x15, 0x23, 0x99, 0x62, 0xc5, 0xa8, 0x05, - 0xb2, 0xd5, 0x1d, 0x9f, 0xad, 0xee, 0x54, 0xb1, 0x35, 0x1d, 0xcd, 0xd6, 0x59, 0x8c, 0x5c, 0x42, - 0x98, 0x41, 0x27, 0xa4, 0x81, 0x66, 0x30, 0xce, 0x88, 0x93, 0xd2, 0x24, 0x42, 0x25, 0x24, 0x1e, - 0x94, 0xf4, 0xc1, 0xce, 0xd2, 0x54, 0x52, 0xc1, 0x74, 0x56, 0x09, 0x86, 0x2e, 0x2b, 0x46, 0x2d, - 0xa7, 0x36, 0x46, 0x2e, 0xc1, 0xe4, 0xfc, 0x5c, 0x54, 0x1b, 0x9c, 0xf8, 0xe0, 0x1e, 0x08, 0x00, - 0x25, 0xf6, 0x00, 0xc6, 0x28, 0x03, 0xa8, 0x82, 0xf4, 0xfc, 0x9c, 0xc4, 0xbc, 0x74, 0xbd, 0xfc, - 0xa2, 0x74, 0xfd, 0xf4, 0xd4, 0x3c, 0x70, 0x56, 0xd0, 0x87, 0x48, 0x25, 0x16, 0x64, 0x16, 0x43, - 0x73, 0x8a, 0x75, 0x66, 0x62, 0xee, 0x0f, 0x46, 0xc6, 0x55, 0x4c, 0xc2, 0xee, 0x10, 0x5d, 0xce, - 0x39, 0xf9, 0xa5, 0x29, 0x7a, 0x9e, 0x89, 0xb9, 0x7a, 0x61, 0x86, 0xa7, 0x60, 0xa2, 0x31, 0x60, - 0xd1, 0x18, 0xcf, 0xc4, 0xdc, 0x98, 0x30, 0xc3, 0x24, 0x36, 0xb0, 0x59, 0xc6, 0x80, 0x00, 0x00, - 0x00, 0xff, 0xff, 0xea, 0x62, 0x8f, 0x22, 0xc1, 0x03, 0x00, 0x00, + 0xbd, 0x32, 0x43, 0x29, 0x49, 0xa8, 0xf2, 0xc4, 0x82, 0x4c, 0xfd, 0xa2, 0xd4, 0xe2, 0xfc, 0xd2, + 0xa2, 0xe4, 0x54, 0x88, 0x4a, 0x29, 0x29, 0x54, 0x93, 0x90, 0x4d, 0x91, 0x92, 0x41, 0xd2, 0x96, + 0x98, 0x97, 0x97, 0x5f, 0x92, 0x58, 0x92, 0x99, 0x9f, 0x57, 0x0c, 0x91, 0x55, 0x4a, 0xe0, 0x12, + 0x0e, 0x4e, 0x2d, 0xf1, 0x4c, 0xcc, 0x0d, 0x00, 0xeb, 0x09, 0x4a, 0x2d, 0x2c, 0x4d, 0x2d, 0x2e, + 0x11, 0x92, 0xe2, 0xe2, 0x80, 0x59, 0x21, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0x04, 0xe7, 0x0b, + 0xe9, 0x72, 0xb1, 0x41, 0x2c, 0x90, 0x60, 0x52, 0x60, 0xd4, 0xe0, 0x36, 0x12, 0xd5, 0x43, 0x71, + 0xa7, 0x1e, 0xd4, 0x24, 0xa8, 0x22, 0x25, 0x43, 0x2e, 0x61, 0x77, 0xd2, 0x6c, 0x50, 0x8a, 0xe4, + 0x92, 0x0c, 0x49, 0x2d, 0x06, 0xeb, 0x49, 0x2d, 0xca, 0xcd, 0x2c, 0x2e, 0x06, 0x39, 0x98, 0x18, + 0xa7, 0x29, 0x70, 0x71, 0x17, 0x20, 0x74, 0x48, 0x30, 0x29, 0x30, 0x6b, 0x70, 0x06, 0x21, 0x0b, + 0x29, 0xd9, 0x71, 0x49, 0x61, 0x33, 0xba, 0xb8, 0x20, 0x3f, 0xaf, 0x18, 0x43, 0x3f, 0x23, 0x86, + 0x7e, 0xa3, 0x29, 0xcc, 0x5c, 0x9c, 0x9e, 0x8e, 0xbe, 0x10, 0xbf, 0x08, 0x95, 0x70, 0xf1, 0x20, + 0x87, 0x9e, 0x90, 0x12, 0x5a, 0x50, 0x60, 0x09, 0x5a, 0x29, 0xec, 0xc1, 0xa5, 0xa4, 0xd9, 0x74, + 0xf9, 0xc9, 0x64, 0x26, 0x65, 0x25, 0x39, 0x50, 0x04, 0x56, 0xc3, 0x7c, 0x64, 0xab, 0xa5, 0x55, + 0x6b, 0x55, 0x8c, 0x64, 0x8a, 0x15, 0xa3, 0x16, 0xc8, 0x56, 0x77, 0x7c, 0xb6, 0xba, 0x53, 0xc5, + 0xd6, 0x74, 0x34, 0x5b, 0x67, 0x31, 0x72, 0x09, 0x61, 0x06, 0x9d, 0x90, 0x06, 0x9a, 0xc1, 0x38, + 0x23, 0x4e, 0x4a, 0x93, 0x08, 0x95, 0x90, 0x78, 0x50, 0xd2, 0x07, 0x3b, 0x4b, 0x53, 0x49, 0x05, + 0xd3, 0x59, 0x25, 0x18, 0xba, 0xac, 0x18, 0xb5, 0x9c, 0xda, 0x18, 0xb9, 0x04, 0x93, 0xf3, 0x73, + 0x51, 0x6d, 0x70, 0xe2, 0x83, 0x7b, 0x20, 0x00, 0x94, 0xd8, 0x03, 0x18, 0xa3, 0x0c, 0xa0, 0x0a, + 0xd2, 0xf3, 0x73, 0x12, 0xf3, 0xd2, 0xf5, 0xf2, 0x8b, 0xd2, 0xf5, 0xd3, 0x53, 0xf3, 0xc0, 0x59, + 0x41, 0x1f, 0x22, 0x95, 0x58, 0x90, 0x59, 0x0c, 0xcd, 0x47, 0xd6, 0x99, 0x89, 0xb9, 0x3f, 0x18, + 0x19, 0x57, 0x31, 0x09, 0xbb, 0x43, 0x74, 0x39, 0xe7, 0xe4, 0x97, 0xa6, 0xe8, 0x79, 0x26, 0xe6, + 0xea, 0x85, 0x19, 0x9e, 0x82, 0x89, 0xc6, 0x80, 0x45, 0x63, 0x3c, 0x13, 0x73, 0x63, 0xc2, 0x0c, + 0x93, 0xd8, 0xc0, 0x66, 0x19, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xba, 0x05, 0xa3, 0xc3, 0xdc, + 0x03, 0x00, 0x00, } diff --git a/googleapis/iam/v1/logging/audit_data.pb.go b/googleapis/iam/v1/logging/audit_data.pb.go index 85ffcd91aa..a60eb17b82 100644 --- a/googleapis/iam/v1/logging/audit_data.pb.go +++ b/googleapis/iam/v1/logging/audit_data.pb.go @@ -35,7 +35,7 @@ func (m *AuditData) Reset() { *m = AuditData{} } func (m *AuditData) String() string { return proto.CompactTextString(m) } func (*AuditData) ProtoMessage() {} func (*AuditData) Descriptor() ([]byte, []int) { - return fileDescriptor_audit_data_ce2b3115f2617916, []int{0} + return fileDescriptor_audit_data_25c24f9d71f1cfd7, []int{0} } func (m *AuditData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AuditData.Unmarshal(m, b) @@ -67,10 +67,10 @@ func init() { } func init() { - proto.RegisterFile("google/iam/v1/logging/audit_data.proto", fileDescriptor_audit_data_ce2b3115f2617916) + proto.RegisterFile("google/iam/v1/logging/audit_data.proto", fileDescriptor_audit_data_25c24f9d71f1cfd7) } -var fileDescriptor_audit_data_ce2b3115f2617916 = []byte{ +var fileDescriptor_audit_data_25c24f9d71f1cfd7 = []byte{ // 236 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0xb1, 0x4a, 0x04, 0x31, 0x10, 0x86, 0xd9, 0x2b, 0x04, 0x73, 0x62, 0x71, 0x20, 0x68, 0xb4, 0x10, 0x0b, 0xb1, 0x9a, 0xb0, diff --git a/googleapis/iam/v1/policy.pb.go b/googleapis/iam/v1/policy.pb.go index 6fad84d995..9100ef9c20 100644 --- a/googleapis/iam/v1/policy.pb.go +++ b/googleapis/iam/v1/policy.pb.go @@ -7,6 +7,7 @@ import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" import _ "google.golang.org/genproto/googleapis/api/annotations" +import expr "google.golang.org/genproto/googleapis/type/expr" // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal @@ -46,19 +47,49 @@ func (x BindingDelta_Action) String() string { return proto.EnumName(BindingDelta_Action_name, int32(x)) } func (BindingDelta_Action) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_policy_76d1e02555c18b4a, []int{3, 0} + return fileDescriptor_policy_178c0196ea84d022, []int{3, 0} +} + +// The type of action performed on an audit configuration in a policy. +type AuditConfigDelta_Action int32 + +const ( + // Unspecified. + AuditConfigDelta_ACTION_UNSPECIFIED AuditConfigDelta_Action = 0 + // Addition of an audit configuration. + AuditConfigDelta_ADD AuditConfigDelta_Action = 1 + // Removal of an audit configuration. + AuditConfigDelta_REMOVE AuditConfigDelta_Action = 2 +) + +var AuditConfigDelta_Action_name = map[int32]string{ + 0: "ACTION_UNSPECIFIED", + 1: "ADD", + 2: "REMOVE", +} +var AuditConfigDelta_Action_value = map[string]int32{ + "ACTION_UNSPECIFIED": 0, + "ADD": 1, + "REMOVE": 2, +} + +func (x AuditConfigDelta_Action) String() string { + return proto.EnumName(AuditConfigDelta_Action_name, int32(x)) +} +func (AuditConfigDelta_Action) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_policy_178c0196ea84d022, []int{4, 0} } // Defines an Identity and Access Management (IAM) policy. It is used to // specify access control policies for Cloud Platform resources. // // -// A `Policy` consists of a list of `bindings`. A `Binding` binds a list of +// A `Policy` consists of a list of `bindings`. A `binding` binds a list of // `members` to a `role`, where the members can be user accounts, Google groups, // Google domains, and service accounts. A `role` is a named list of permissions // defined by IAM. // -// **Example** +// **JSON Example** // // { // "bindings": [ @@ -68,7 +99,7 @@ func (BindingDelta_Action) EnumDescriptor() ([]byte, []int) { // "user:mike@example.com", // "group:admins@example.com", // "domain:google.com", -// "serviceAccount:my-other-app@appspot.gserviceaccount.com", +// "serviceAccount:my-other-app@appspot.gserviceaccount.com" // ] // }, // { @@ -78,13 +109,26 @@ func (BindingDelta_Action) EnumDescriptor() ([]byte, []int) { // ] // } // +// **YAML Example** +// +// bindings: +// - members: +// - user:mike@example.com +// - group:admins@example.com +// - domain:google.com +// - serviceAccount:my-other-app@appspot.gserviceaccount.com +// role: roles/owner +// - members: +// - user:sean@example.com +// role: roles/viewer +// +// // For a description of IAM and its features, see the -// [IAM developer's guide](https://cloud.google.com/iam). +// [IAM developer's guide](https://cloud.google.com/iam/docs). type Policy struct { - // Version of the `Policy`. The default version is 0. + // Deprecated. Version int32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` // Associates a list of `members` to a `role`. - // Multiple `bindings` must not be specified for the same `role`. // `bindings` with no members will result in an error. Bindings []*Binding `protobuf:"bytes,4,rep,name=bindings,proto3" json:"bindings,omitempty"` // `etag` is used for optimistic concurrency control as a way to help @@ -107,7 +151,7 @@ func (m *Policy) Reset() { *m = Policy{} } func (m *Policy) String() string { return proto.CompactTextString(m) } func (*Policy) ProtoMessage() {} func (*Policy) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_76d1e02555c18b4a, []int{0} + return fileDescriptor_policy_178c0196ea84d022, []int{0} } func (m *Policy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Policy.Unmarshal(m, b) @@ -152,7 +196,6 @@ func (m *Policy) GetEtag() []byte { type Binding struct { // Role that is assigned to `members`. // For example, `roles/viewer`, `roles/editor`, or `roles/owner`. - // Required Role string `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"` // Specifies the identities requesting access for a Cloud Platform resource. // `members` can have the following values: @@ -164,7 +207,7 @@ type Binding struct { // who is authenticated with a Google account or a service account. // // * `user:{emailid}`: An email address that represents a specific Google - // account. For example, `alice@gmail.com` or `joe@example.com`. + // account. For example, `alice@gmail.com` . // // // * `serviceAccount:{emailid}`: An email address that represents a service @@ -173,21 +216,27 @@ type Binding struct { // * `group:{emailid}`: An email address that represents a Google group. // For example, `admins@example.com`. // - // * `domain:{domain}`: A Google Apps domain name that represents all the + // + // * `domain:{domain}`: The G Suite domain (primary) that represents all the // users of that domain. For example, `google.com` or `example.com`. // // - Members []string `protobuf:"bytes,2,rep,name=members,proto3" json:"members,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Members []string `protobuf:"bytes,2,rep,name=members,proto3" json:"members,omitempty"` + // The condition that is associated with this binding. + // NOTE: An unsatisfied condition will not allow user access via current + // binding. Different bindings, including their conditions, are examined + // independently. + Condition *expr.Expr `protobuf:"bytes,3,opt,name=condition,proto3" json:"condition,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *Binding) Reset() { *m = Binding{} } func (m *Binding) String() string { return proto.CompactTextString(m) } func (*Binding) ProtoMessage() {} func (*Binding) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_76d1e02555c18b4a, []int{1} + return fileDescriptor_policy_178c0196ea84d022, []int{1} } func (m *Binding) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Binding.Unmarshal(m, b) @@ -221,20 +270,29 @@ func (m *Binding) GetMembers() []string { return nil } +func (m *Binding) GetCondition() *expr.Expr { + if m != nil { + return m.Condition + } + return nil +} + // The difference delta between two policies. type PolicyDelta struct { // The delta for Bindings between two policies. - BindingDeltas []*BindingDelta `protobuf:"bytes,1,rep,name=binding_deltas,json=bindingDeltas,proto3" json:"binding_deltas,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + BindingDeltas []*BindingDelta `protobuf:"bytes,1,rep,name=binding_deltas,json=bindingDeltas,proto3" json:"binding_deltas,omitempty"` + // The delta for AuditConfigs between two policies. + AuditConfigDeltas []*AuditConfigDelta `protobuf:"bytes,2,rep,name=audit_config_deltas,json=auditConfigDeltas,proto3" json:"audit_config_deltas,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *PolicyDelta) Reset() { *m = PolicyDelta{} } func (m *PolicyDelta) String() string { return proto.CompactTextString(m) } func (*PolicyDelta) ProtoMessage() {} func (*PolicyDelta) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_76d1e02555c18b4a, []int{2} + return fileDescriptor_policy_178c0196ea84d022, []int{2} } func (m *PolicyDelta) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyDelta.Unmarshal(m, b) @@ -261,6 +319,13 @@ func (m *PolicyDelta) GetBindingDeltas() []*BindingDelta { return nil } +func (m *PolicyDelta) GetAuditConfigDeltas() []*AuditConfigDelta { + if m != nil { + return m.AuditConfigDeltas + } + return nil +} + // One delta entry for Binding. Each individual change (only one member in each // entry) to a binding will be a separate entry. type BindingDelta struct { @@ -274,17 +339,20 @@ type BindingDelta struct { // A single identity requesting access for a Cloud Platform resource. // Follows the same format of Binding.members. // Required - Member string `protobuf:"bytes,3,opt,name=member,proto3" json:"member,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Member string `protobuf:"bytes,3,opt,name=member,proto3" json:"member,omitempty"` + // Unimplemented. The condition that is associated with this binding. + // This field is logged only for Cloud Audit Logging. + Condition *expr.Expr `protobuf:"bytes,4,opt,name=condition,proto3" json:"condition,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *BindingDelta) Reset() { *m = BindingDelta{} } func (m *BindingDelta) String() string { return proto.CompactTextString(m) } func (*BindingDelta) ProtoMessage() {} func (*BindingDelta) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_76d1e02555c18b4a, []int{3} + return fileDescriptor_policy_178c0196ea84d022, []int{3} } func (m *BindingDelta) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BindingDelta.Unmarshal(m, b) @@ -325,42 +393,136 @@ func (m *BindingDelta) GetMember() string { return "" } +func (m *BindingDelta) GetCondition() *expr.Expr { + if m != nil { + return m.Condition + } + return nil +} + +// One delta entry for AuditConfig. Each individual change (only one +// exempted_member in each entry) to a AuditConfig will be a separate entry. +type AuditConfigDelta struct { + // The action that was performed on an audit configuration in a policy. + // Required + Action AuditConfigDelta_Action `protobuf:"varint,1,opt,name=action,proto3,enum=google.iam.v1.AuditConfigDelta_Action" json:"action,omitempty"` + // Specifies a service that was configured for Cloud Audit Logging. + // For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. + // `allServices` is a special value that covers all services. + // Required + Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` + // A single identity that is exempted from "data access" audit + // logging for the `service` specified above. + // Follows the same format of Binding.members. + ExemptedMember string `protobuf:"bytes,3,opt,name=exempted_member,json=exemptedMember,proto3" json:"exempted_member,omitempty"` + // Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always + // enabled, and cannot be configured. + // Required + LogType string `protobuf:"bytes,4,opt,name=log_type,json=logType,proto3" json:"log_type,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AuditConfigDelta) Reset() { *m = AuditConfigDelta{} } +func (m *AuditConfigDelta) String() string { return proto.CompactTextString(m) } +func (*AuditConfigDelta) ProtoMessage() {} +func (*AuditConfigDelta) Descriptor() ([]byte, []int) { + return fileDescriptor_policy_178c0196ea84d022, []int{4} +} +func (m *AuditConfigDelta) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AuditConfigDelta.Unmarshal(m, b) +} +func (m *AuditConfigDelta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AuditConfigDelta.Marshal(b, m, deterministic) +} +func (dst *AuditConfigDelta) XXX_Merge(src proto.Message) { + xxx_messageInfo_AuditConfigDelta.Merge(dst, src) +} +func (m *AuditConfigDelta) XXX_Size() int { + return xxx_messageInfo_AuditConfigDelta.Size(m) +} +func (m *AuditConfigDelta) XXX_DiscardUnknown() { + xxx_messageInfo_AuditConfigDelta.DiscardUnknown(m) +} + +var xxx_messageInfo_AuditConfigDelta proto.InternalMessageInfo + +func (m *AuditConfigDelta) GetAction() AuditConfigDelta_Action { + if m != nil { + return m.Action + } + return AuditConfigDelta_ACTION_UNSPECIFIED +} + +func (m *AuditConfigDelta) GetService() string { + if m != nil { + return m.Service + } + return "" +} + +func (m *AuditConfigDelta) GetExemptedMember() string { + if m != nil { + return m.ExemptedMember + } + return "" +} + +func (m *AuditConfigDelta) GetLogType() string { + if m != nil { + return m.LogType + } + return "" +} + func init() { proto.RegisterType((*Policy)(nil), "google.iam.v1.Policy") proto.RegisterType((*Binding)(nil), "google.iam.v1.Binding") proto.RegisterType((*PolicyDelta)(nil), "google.iam.v1.PolicyDelta") proto.RegisterType((*BindingDelta)(nil), "google.iam.v1.BindingDelta") + proto.RegisterType((*AuditConfigDelta)(nil), "google.iam.v1.AuditConfigDelta") proto.RegisterEnum("google.iam.v1.BindingDelta_Action", BindingDelta_Action_name, BindingDelta_Action_value) -} - -func init() { proto.RegisterFile("google/iam/v1/policy.proto", fileDescriptor_policy_76d1e02555c18b4a) } - -var fileDescriptor_policy_76d1e02555c18b4a = []byte{ - // 403 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0x4d, 0xab, 0x13, 0x31, - 0x14, 0x35, 0xed, 0x73, 0x6a, 0xef, 0xfb, 0xa0, 0x46, 0x28, 0xc3, 0xd3, 0x45, 0x99, 0x55, 0x57, - 0x19, 0x5b, 0x11, 0x41, 0x57, 0xfd, 0x18, 0x65, 0x16, 0xbe, 0x37, 0x46, 0xed, 0x42, 0x0a, 0x8f, - 0x4c, 0x1b, 0x42, 0x64, 0x92, 0x0c, 0x33, 0x63, 0xc1, 0xb5, 0xff, 0x46, 0xf0, 0x8f, 0xf8, 0x8b, - 0x5c, 0xca, 0x24, 0x99, 0x47, 0x0b, 0xe2, 0x2e, 0xe7, 0x9e, 0x73, 0x72, 0xcf, 0xcd, 0x0d, 0x5c, - 0x0b, 0x63, 0x44, 0xc1, 0x63, 0xc9, 0x54, 0x7c, 0x98, 0xc5, 0xa5, 0x29, 0xe4, 0xee, 0x3b, 0x29, - 0x2b, 0xd3, 0x18, 0x7c, 0xe9, 0x38, 0x22, 0x99, 0x22, 0x87, 0xd9, 0xf5, 0x33, 0x2f, 0x65, 0xa5, - 0x8c, 0x99, 0xd6, 0xa6, 0x61, 0x8d, 0x34, 0xba, 0x76, 0xe2, 0xe8, 0x2b, 0x04, 0x99, 0x35, 0xe3, - 0x10, 0x06, 0x07, 0x5e, 0xd5, 0xd2, 0xe8, 0x10, 0x4d, 0xd0, 0xf4, 0x21, 0xed, 0x20, 0x9e, 0xc3, - 0xa3, 0x5c, 0xea, 0xbd, 0xd4, 0xa2, 0x0e, 0xcf, 0x26, 0xfd, 0xe9, 0xf9, 0x7c, 0x4c, 0x4e, 0x7a, - 0x90, 0xa5, 0xa3, 0xe9, 0xbd, 0x0e, 0x63, 0x38, 0xe3, 0x0d, 0x13, 0x61, 0x7f, 0x82, 0xa6, 0x17, - 0xd4, 0x9e, 0xa3, 0x57, 0x30, 0xf0, 0xc2, 0x96, 0xae, 0x4c, 0xc1, 0x6d, 0xa7, 0x21, 0xb5, 0xe7, - 0x36, 0x80, 0xe2, 0x2a, 0xe7, 0x55, 0x1d, 0xf6, 0x26, 0xfd, 0xe9, 0x90, 0x76, 0x30, 0xfa, 0x00, - 0xe7, 0x2e, 0xe4, 0x9a, 0x17, 0x0d, 0xc3, 0x4b, 0xb8, 0xf2, 0x7d, 0xee, 0xf6, 0x6d, 0xa1, 0x0e, - 0x91, 0x4d, 0xf5, 0xf4, 0xdf, 0xa9, 0xac, 0x89, 0x5e, 0xe6, 0x47, 0xa8, 0x8e, 0x7e, 0x21, 0xb8, - 0x38, 0xe6, 0xf1, 0x6b, 0x08, 0xd8, 0xae, 0xe9, 0xa6, 0xbf, 0x9a, 0x47, 0xff, 0xb9, 0x8c, 0x2c, - 0xac, 0x92, 0x7a, 0xc7, 0xfd, 0x34, 0xbd, 0xa3, 0x69, 0xc6, 0x10, 0xb8, 0xf8, 0xf6, 0x09, 0x86, - 0xd4, 0xa3, 0xe8, 0x25, 0x04, 0xce, 0x8d, 0xc7, 0x80, 0x17, 0xab, 0x4f, 0xe9, 0xed, 0xcd, 0xdd, - 0xe7, 0x9b, 0x8f, 0x59, 0xb2, 0x4a, 0xdf, 0xa6, 0xc9, 0x7a, 0xf4, 0x00, 0x0f, 0xa0, 0xbf, 0x58, - 0xaf, 0x47, 0x08, 0x03, 0x04, 0x34, 0x79, 0x7f, 0xbb, 0x49, 0x46, 0xbd, 0xe5, 0x0f, 0x04, 0x8f, - 0x77, 0x46, 0x9d, 0x86, 0x5a, 0xfa, 0x67, 0xc9, 0xda, 0x55, 0x66, 0xe8, 0xcb, 0x73, 0xcf, 0x0a, - 0x53, 0x30, 0x2d, 0x88, 0xa9, 0x44, 0x2c, 0xb8, 0xb6, 0x8b, 0x8e, 0x1d, 0xc5, 0x4a, 0x59, 0xfb, - 0x4f, 0xf3, 0x46, 0x32, 0xf5, 0x07, 0xa1, 0x9f, 0xbd, 0x27, 0xef, 0x9c, 0x6b, 0x55, 0x98, 0x6f, - 0x7b, 0x92, 0x32, 0x45, 0x36, 0xb3, 0xdf, 0x5d, 0x75, 0x6b, 0xab, 0xdb, 0x94, 0xa9, 0xed, 0x66, - 0x96, 0x07, 0xf6, 0xae, 0x17, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x18, 0xca, 0xaa, 0x7f, - 0x02, 0x00, 0x00, + proto.RegisterEnum("google.iam.v1.AuditConfigDelta_Action", AuditConfigDelta_Action_name, AuditConfigDelta_Action_value) +} + +func init() { proto.RegisterFile("google/iam/v1/policy.proto", fileDescriptor_policy_178c0196ea84d022) } + +var fileDescriptor_policy_178c0196ea84d022 = []byte{ + // 550 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0xcf, 0xae, 0xd2, 0x4e, + 0x14, 0xc7, 0x7f, 0x03, 0xfc, 0xca, 0xe5, 0x70, 0x2f, 0xc2, 0xdc, 0x84, 0x54, 0x34, 0x91, 0x74, + 0xa1, 0xac, 0x5a, 0xc1, 0xb8, 0xd1, 0xc4, 0x84, 0x7f, 0x1a, 0x16, 0xf7, 0x42, 0xc6, 0x2b, 0x0b, + 0x43, 0x42, 0x86, 0x76, 0xac, 0x63, 0xda, 0x4e, 0xd3, 0xf6, 0x12, 0x58, 0xfb, 0x26, 0x2e, 0x7d, + 0x14, 0x1f, 0xc2, 0xad, 0xaf, 0xe0, 0xd2, 0x74, 0xa6, 0x45, 0x68, 0x8c, 0x1a, 0x77, 0x73, 0xce, + 0xf9, 0xce, 0x39, 0xe7, 0xf3, 0x6d, 0x07, 0x3a, 0xae, 0x10, 0xae, 0xc7, 0x2c, 0x4e, 0x7d, 0x6b, + 0xdb, 0xb7, 0x42, 0xe1, 0x71, 0x7b, 0x6f, 0x86, 0x91, 0x48, 0x04, 0xbe, 0x50, 0x35, 0x93, 0x53, + 0xdf, 0xdc, 0xf6, 0x3b, 0xed, 0x4c, 0x9a, 0xec, 0x43, 0x66, 0xb1, 0x5d, 0x18, 0x29, 0x59, 0xe7, + 0x7e, 0x96, 0xa7, 0x21, 0xb7, 0x68, 0x10, 0x88, 0x84, 0x26, 0x5c, 0x04, 0xb1, 0xaa, 0x1a, 0x1f, + 0x40, 0x5b, 0xc8, 0xa6, 0x58, 0x87, 0xea, 0x96, 0x45, 0x31, 0x17, 0x81, 0x8e, 0xba, 0xa8, 0xf7, + 0x3f, 0xc9, 0x43, 0x3c, 0x80, 0xb3, 0x0d, 0x0f, 0x1c, 0x1e, 0xb8, 0xb1, 0x5e, 0xe9, 0x96, 0x7b, + 0xf5, 0x41, 0xdb, 0x3c, 0x99, 0x6d, 0x8e, 0x54, 0x99, 0x1c, 0x74, 0x18, 0x43, 0x85, 0x25, 0xd4, + 0xd5, 0xcb, 0x5d, 0xd4, 0x3b, 0x27, 0xf2, 0x6c, 0xbc, 0x87, 0x6a, 0x26, 0x4c, 0xcb, 0x91, 0xf0, + 0x98, 0x9c, 0x54, 0x23, 0xf2, 0x9c, 0x2e, 0xe0, 0x33, 0x7f, 0xc3, 0xa2, 0x58, 0x2f, 0x75, 0xcb, + 0xbd, 0x1a, 0xc9, 0x43, 0x6c, 0x41, 0xcd, 0x16, 0x81, 0xc3, 0xd3, 0xc5, 0x65, 0xc7, 0xfa, 0xa0, + 0x95, 0x6f, 0x90, 0xe2, 0x9a, 0xd3, 0x5d, 0x18, 0x91, 0x9f, 0x1a, 0xe3, 0x13, 0x82, 0xba, 0xc2, + 0x9a, 0x30, 0x2f, 0xa1, 0x78, 0x04, 0x8d, 0x6c, 0xb3, 0xb5, 0x93, 0x26, 0x62, 0x1d, 0x49, 0x8e, + 0x7b, 0xbf, 0xe6, 0x90, 0x97, 0xc8, 0xc5, 0xe6, 0x28, 0x8a, 0xf1, 0x1c, 0x2e, 0xe9, 0xad, 0xc3, + 0x93, 0xb5, 0x2d, 0x82, 0x77, 0xfc, 0xd0, 0xa8, 0x24, 0x1b, 0x3d, 0x28, 0x34, 0x1a, 0xa6, 0xca, + 0xb1, 0x14, 0xaa, 0x66, 0x2d, 0x5a, 0xc8, 0xc4, 0xc6, 0x57, 0x04, 0xe7, 0xc7, 0x03, 0xf1, 0x33, + 0xd0, 0xa8, 0x9d, 0xe4, 0x1f, 0xa0, 0x31, 0x30, 0x7e, 0xb3, 0x9d, 0x39, 0x94, 0x4a, 0x92, 0xdd, + 0x38, 0x18, 0x5a, 0x3a, 0x32, 0xb4, 0x0d, 0x9a, 0x72, 0x50, 0x7a, 0x56, 0x23, 0x59, 0x74, 0x6a, + 0x67, 0xe5, 0x2f, 0xec, 0x7c, 0x0a, 0x9a, 0x1a, 0x87, 0xdb, 0x80, 0x87, 0xe3, 0x9b, 0xd9, 0xfc, + 0x7a, 0xfd, 0xe6, 0xfa, 0xf5, 0x62, 0x3a, 0x9e, 0xbd, 0x9c, 0x4d, 0x27, 0xcd, 0xff, 0x70, 0x15, + 0xca, 0xc3, 0xc9, 0xa4, 0x89, 0x30, 0x80, 0x46, 0xa6, 0x57, 0xf3, 0xe5, 0xb4, 0x59, 0x32, 0xbe, + 0x21, 0x68, 0x16, 0x8d, 0xc0, 0x2f, 0x0a, 0x90, 0x0f, 0xff, 0xe0, 0x5c, 0x11, 0x54, 0x87, 0x6a, + 0xcc, 0xa2, 0x2d, 0xb7, 0x73, 0xd6, 0x3c, 0xc4, 0x8f, 0xe0, 0x0e, 0xdb, 0x31, 0x3f, 0x4c, 0x98, + 0xb3, 0x3e, 0xe1, 0x6e, 0xe4, 0xe9, 0x2b, 0xc5, 0x7f, 0x17, 0xce, 0x3c, 0xe1, 0xae, 0x53, 0x54, + 0x89, 0x5f, 0x23, 0x55, 0x4f, 0xb8, 0x37, 0xfb, 0x90, 0xfd, 0x23, 0xe9, 0xe8, 0x23, 0x82, 0x96, + 0x2d, 0xfc, 0x53, 0x94, 0x51, 0xf6, 0x0b, 0x2e, 0xd2, 0x87, 0xb6, 0x40, 0x6f, 0x1f, 0x67, 0x55, + 0x57, 0x78, 0x34, 0x70, 0x4d, 0x11, 0xb9, 0x96, 0xcb, 0x02, 0xf9, 0x0c, 0x2d, 0x55, 0xa2, 0x21, + 0x8f, 0xb3, 0xa7, 0xfe, 0x9c, 0x53, 0xff, 0x3b, 0x42, 0x9f, 0x4b, 0x97, 0xaf, 0xd4, 0xad, 0xb1, + 0x27, 0x6e, 0x1d, 0x73, 0x46, 0x7d, 0x73, 0xd9, 0xff, 0x92, 0x67, 0x57, 0x32, 0xbb, 0x9a, 0x51, + 0x7f, 0xb5, 0xec, 0x6f, 0x34, 0xd9, 0xeb, 0xc9, 0x8f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x29, 0x86, + 0x8f, 0x3e, 0x35, 0x04, 0x00, 0x00, } diff --git a/googleapis/logging/type/http_request.pb.go b/googleapis/logging/type/http_request.pb.go index 6a7177db71..2645d3b3c3 100644 --- a/googleapis/logging/type/http_request.pb.go +++ b/googleapis/logging/type/http_request.pb.go @@ -79,7 +79,7 @@ func (m *HttpRequest) Reset() { *m = HttpRequest{} } func (m *HttpRequest) String() string { return proto.CompactTextString(m) } func (*HttpRequest) ProtoMessage() {} func (*HttpRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_http_request_8d63df88461f411e, []int{0} + return fileDescriptor_http_request_d38264e6a7ae2dc7, []int{0} } func (m *HttpRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HttpRequest.Unmarshal(m, b) @@ -209,10 +209,10 @@ func init() { } func init() { - proto.RegisterFile("google/logging/type/http_request.proto", fileDescriptor_http_request_8d63df88461f411e) + proto.RegisterFile("google/logging/type/http_request.proto", fileDescriptor_http_request_d38264e6a7ae2dc7) } -var fileDescriptor_http_request_8d63df88461f411e = []byte{ +var fileDescriptor_http_request_d38264e6a7ae2dc7 = []byte{ // 511 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x92, 0x5b, 0x6b, 0x14, 0x31, 0x18, 0x86, 0x99, 0x1e, 0xf6, 0x90, 0x3d, 0x58, 0x22, 0x68, 0xba, 0x6a, 0x5d, 0x2b, 0xca, 0x5c, diff --git a/googleapis/logging/type/log_severity.pb.go b/googleapis/logging/type/log_severity.pb.go index 69b89a761f..9a4464d853 100644 --- a/googleapis/logging/type/log_severity.pb.go +++ b/googleapis/logging/type/log_severity.pb.go @@ -85,7 +85,7 @@ func (x LogSeverity) String() string { return proto.EnumName(LogSeverity_name, int32(x)) } func (LogSeverity) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_log_severity_8ce61232bc3e5482, []int{0} + return fileDescriptor_log_severity_03d6cc62dd9e1ef9, []int{0} } func init() { @@ -93,10 +93,10 @@ func init() { } func init() { - proto.RegisterFile("google/logging/type/log_severity.proto", fileDescriptor_log_severity_8ce61232bc3e5482) + proto.RegisterFile("google/logging/type/log_severity.proto", fileDescriptor_log_severity_03d6cc62dd9e1ef9) } -var fileDescriptor_log_severity_8ce61232bc3e5482 = []byte{ +var fileDescriptor_log_severity_03d6cc62dd9e1ef9 = []byte{ // 309 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4b, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0xcf, 0xc9, 0x4f, 0x4f, 0xcf, 0xcc, 0x4b, 0xd7, 0x2f, 0xa9, 0x2c, 0x00, 0x73, diff --git a/googleapis/logging/v2/log_entry.pb.go b/googleapis/logging/v2/log_entry.pb.go index 140b8bcc3f..d4c792da01 100644 --- a/googleapis/logging/v2/log_entry.pb.go +++ b/googleapis/logging/v2/log_entry.pb.go @@ -129,7 +129,7 @@ func (m *LogEntry) Reset() { *m = LogEntry{} } func (m *LogEntry) String() string { return proto.CompactTextString(m) } func (*LogEntry) ProtoMessage() {} func (*LogEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_log_entry_b0004bedc6419a9f, []int{0} + return fileDescriptor_log_entry_8cde5d9d784a97a7, []int{0} } func (m *LogEntry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogEntry.Unmarshal(m, b) @@ -409,7 +409,7 @@ func (m *LogEntryOperation) Reset() { *m = LogEntryOperation{} } func (m *LogEntryOperation) String() string { return proto.CompactTextString(m) } func (*LogEntryOperation) ProtoMessage() {} func (*LogEntryOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_log_entry_b0004bedc6419a9f, []int{1} + return fileDescriptor_log_entry_8cde5d9d784a97a7, []int{1} } func (m *LogEntryOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogEntryOperation.Unmarshal(m, b) @@ -482,7 +482,7 @@ func (m *LogEntrySourceLocation) Reset() { *m = LogEntrySourceLocation{} func (m *LogEntrySourceLocation) String() string { return proto.CompactTextString(m) } func (*LogEntrySourceLocation) ProtoMessage() {} func (*LogEntrySourceLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_log_entry_b0004bedc6419a9f, []int{2} + return fileDescriptor_log_entry_8cde5d9d784a97a7, []int{2} } func (m *LogEntrySourceLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogEntrySourceLocation.Unmarshal(m, b) @@ -531,10 +531,10 @@ func init() { } func init() { - proto.RegisterFile("google/logging/v2/log_entry.proto", fileDescriptor_log_entry_b0004bedc6419a9f) + proto.RegisterFile("google/logging/v2/log_entry.proto", fileDescriptor_log_entry_8cde5d9d784a97a7) } -var fileDescriptor_log_entry_b0004bedc6419a9f = []byte{ +var fileDescriptor_log_entry_8cde5d9d784a97a7 = []byte{ // 772 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x55, 0xdd, 0x8e, 0xdb, 0x44, 0x14, 0xae, 0x93, 0xb2, 0x71, 0x26, 0xd9, 0x6d, 0x77, 0x54, 0x1a, 0x6f, 0x5a, 0x20, 0x6c, 0xf9, diff --git a/googleapis/logging/v2/logging.pb.go b/googleapis/logging/v2/logging.pb.go index 995bd5bde8..353442738b 100644 --- a/googleapis/logging/v2/logging.pb.go +++ b/googleapis/logging/v2/logging.pb.go @@ -53,7 +53,7 @@ func (m *DeleteLogRequest) Reset() { *m = DeleteLogRequest{} } func (m *DeleteLogRequest) String() string { return proto.CompactTextString(m) } func (*DeleteLogRequest) ProtoMessage() {} func (*DeleteLogRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_b5339a1842388fcc, []int{0} + return fileDescriptor_logging_edbca3a2edcc1759, []int{0} } func (m *DeleteLogRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteLogRequest.Unmarshal(m, b) @@ -157,7 +157,7 @@ func (m *WriteLogEntriesRequest) Reset() { *m = WriteLogEntriesRequest{} func (m *WriteLogEntriesRequest) String() string { return proto.CompactTextString(m) } func (*WriteLogEntriesRequest) ProtoMessage() {} func (*WriteLogEntriesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_b5339a1842388fcc, []int{1} + return fileDescriptor_logging_edbca3a2edcc1759, []int{1} } func (m *WriteLogEntriesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WriteLogEntriesRequest.Unmarshal(m, b) @@ -231,7 +231,7 @@ func (m *WriteLogEntriesResponse) Reset() { *m = WriteLogEntriesResponse func (m *WriteLogEntriesResponse) String() string { return proto.CompactTextString(m) } func (*WriteLogEntriesResponse) ProtoMessage() {} func (*WriteLogEntriesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_b5339a1842388fcc, []int{2} + return fileDescriptor_logging_edbca3a2edcc1759, []int{2} } func (m *WriteLogEntriesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WriteLogEntriesResponse.Unmarshal(m, b) @@ -269,7 +269,7 @@ func (m *WriteLogEntriesPartialErrors) Reset() { *m = WriteLogEntriesPar func (m *WriteLogEntriesPartialErrors) String() string { return proto.CompactTextString(m) } func (*WriteLogEntriesPartialErrors) ProtoMessage() {} func (*WriteLogEntriesPartialErrors) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_b5339a1842388fcc, []int{3} + return fileDescriptor_logging_edbca3a2edcc1759, []int{3} } func (m *WriteLogEntriesPartialErrors) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WriteLogEntriesPartialErrors.Unmarshal(m, b) @@ -347,7 +347,7 @@ func (m *ListLogEntriesRequest) Reset() { *m = ListLogEntriesRequest{} } func (m *ListLogEntriesRequest) String() string { return proto.CompactTextString(m) } func (*ListLogEntriesRequest) ProtoMessage() {} func (*ListLogEntriesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_b5339a1842388fcc, []int{4} + return fileDescriptor_logging_edbca3a2edcc1759, []int{4} } func (m *ListLogEntriesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListLogEntriesRequest.Unmarshal(m, b) @@ -436,7 +436,7 @@ func (m *ListLogEntriesResponse) Reset() { *m = ListLogEntriesResponse{} func (m *ListLogEntriesResponse) String() string { return proto.CompactTextString(m) } func (*ListLogEntriesResponse) ProtoMessage() {} func (*ListLogEntriesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_b5339a1842388fcc, []int{5} + return fileDescriptor_logging_edbca3a2edcc1759, []int{5} } func (m *ListLogEntriesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListLogEntriesResponse.Unmarshal(m, b) @@ -492,7 +492,7 @@ func (m *ListMonitoredResourceDescriptorsRequest) Reset() { func (m *ListMonitoredResourceDescriptorsRequest) String() string { return proto.CompactTextString(m) } func (*ListMonitoredResourceDescriptorsRequest) ProtoMessage() {} func (*ListMonitoredResourceDescriptorsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_b5339a1842388fcc, []int{6} + return fileDescriptor_logging_edbca3a2edcc1759, []int{6} } func (m *ListMonitoredResourceDescriptorsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListMonitoredResourceDescriptorsRequest.Unmarshal(m, b) @@ -545,7 +545,7 @@ func (m *ListMonitoredResourceDescriptorsResponse) Reset() { func (m *ListMonitoredResourceDescriptorsResponse) String() string { return proto.CompactTextString(m) } func (*ListMonitoredResourceDescriptorsResponse) ProtoMessage() {} func (*ListMonitoredResourceDescriptorsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_b5339a1842388fcc, []int{7} + return fileDescriptor_logging_edbca3a2edcc1759, []int{7} } func (m *ListMonitoredResourceDescriptorsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListMonitoredResourceDescriptorsResponse.Unmarshal(m, b) @@ -606,7 +606,7 @@ func (m *ListLogsRequest) Reset() { *m = ListLogsRequest{} } func (m *ListLogsRequest) String() string { return proto.CompactTextString(m) } func (*ListLogsRequest) ProtoMessage() {} func (*ListLogsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_b5339a1842388fcc, []int{8} + return fileDescriptor_logging_edbca3a2edcc1759, []int{8} } func (m *ListLogsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListLogsRequest.Unmarshal(m, b) @@ -666,7 +666,7 @@ func (m *ListLogsResponse) Reset() { *m = ListLogsResponse{} } func (m *ListLogsResponse) String() string { return proto.CompactTextString(m) } func (*ListLogsResponse) ProtoMessage() {} func (*ListLogsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_b5339a1842388fcc, []int{9} + return fileDescriptor_logging_edbca3a2edcc1759, []int{9} } func (m *ListLogsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListLogsResponse.Unmarshal(m, b) @@ -954,10 +954,10 @@ var _LoggingServiceV2_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/logging/v2/logging.proto", fileDescriptor_logging_b5339a1842388fcc) + proto.RegisterFile("google/logging/v2/logging.proto", fileDescriptor_logging_edbca3a2edcc1759) } -var fileDescriptor_logging_b5339a1842388fcc = []byte{ +var fileDescriptor_logging_edbca3a2edcc1759 = []byte{ // 1093 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0x4f, 0x6f, 0xdc, 0x44, 0x14, 0xd7, 0x6c, 0x9a, 0xcd, 0xee, 0x84, 0x26, 0xdb, 0x69, 0xb3, 0x71, 0x77, 0x93, 0x66, 0xb3, diff --git a/googleapis/logging/v2/logging_config.pb.go b/googleapis/logging/v2/logging_config.pb.go index 5f42c330b4..76f6131b76 100644 --- a/googleapis/logging/v2/logging_config.pb.go +++ b/googleapis/logging/v2/logging_config.pb.go @@ -56,7 +56,7 @@ func (x LogSink_VersionFormat) String() string { return proto.EnumName(LogSink_VersionFormat_name, int32(x)) } func (LogSink_VersionFormat) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_logging_config_3f1f3a18ccddda7f, []int{0, 0} + return fileDescriptor_logging_config_eaca28b770adee30, []int{0, 0} } // Describes a sink used to export log entries to one of the following @@ -134,7 +134,7 @@ func (m *LogSink) Reset() { *m = LogSink{} } func (m *LogSink) String() string { return proto.CompactTextString(m) } func (*LogSink) ProtoMessage() {} func (*LogSink) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_config_3f1f3a18ccddda7f, []int{0} + return fileDescriptor_logging_config_eaca28b770adee30, []int{0} } func (m *LogSink) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogSink.Unmarshal(m, b) @@ -240,7 +240,7 @@ func (m *ListSinksRequest) Reset() { *m = ListSinksRequest{} } func (m *ListSinksRequest) String() string { return proto.CompactTextString(m) } func (*ListSinksRequest) ProtoMessage() {} func (*ListSinksRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_config_3f1f3a18ccddda7f, []int{1} + return fileDescriptor_logging_config_eaca28b770adee30, []int{1} } func (m *ListSinksRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSinksRequest.Unmarshal(m, b) @@ -298,7 +298,7 @@ func (m *ListSinksResponse) Reset() { *m = ListSinksResponse{} } func (m *ListSinksResponse) String() string { return proto.CompactTextString(m) } func (*ListSinksResponse) ProtoMessage() {} func (*ListSinksResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_config_3f1f3a18ccddda7f, []int{2} + return fileDescriptor_logging_config_eaca28b770adee30, []int{2} } func (m *ListSinksResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSinksResponse.Unmarshal(m, b) @@ -352,7 +352,7 @@ func (m *GetSinkRequest) Reset() { *m = GetSinkRequest{} } func (m *GetSinkRequest) String() string { return proto.CompactTextString(m) } func (*GetSinkRequest) ProtoMessage() {} func (*GetSinkRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_config_3f1f3a18ccddda7f, []int{3} + return fileDescriptor_logging_config_eaca28b770adee30, []int{3} } func (m *GetSinkRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSinkRequest.Unmarshal(m, b) @@ -415,7 +415,7 @@ func (m *CreateSinkRequest) Reset() { *m = CreateSinkRequest{} } func (m *CreateSinkRequest) String() string { return proto.CompactTextString(m) } func (*CreateSinkRequest) ProtoMessage() {} func (*CreateSinkRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_config_3f1f3a18ccddda7f, []int{4} + return fileDescriptor_logging_config_eaca28b770adee30, []int{4} } func (m *CreateSinkRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSinkRequest.Unmarshal(m, b) @@ -508,7 +508,7 @@ func (m *UpdateSinkRequest) Reset() { *m = UpdateSinkRequest{} } func (m *UpdateSinkRequest) String() string { return proto.CompactTextString(m) } func (*UpdateSinkRequest) ProtoMessage() {} func (*UpdateSinkRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_config_3f1f3a18ccddda7f, []int{5} + return fileDescriptor_logging_config_eaca28b770adee30, []int{5} } func (m *UpdateSinkRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateSinkRequest.Unmarshal(m, b) @@ -577,7 +577,7 @@ func (m *DeleteSinkRequest) Reset() { *m = DeleteSinkRequest{} } func (m *DeleteSinkRequest) String() string { return proto.CompactTextString(m) } func (*DeleteSinkRequest) ProtoMessage() {} func (*DeleteSinkRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_config_3f1f3a18ccddda7f, []int{6} + return fileDescriptor_logging_config_eaca28b770adee30, []int{6} } func (m *DeleteSinkRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSinkRequest.Unmarshal(m, b) @@ -641,7 +641,7 @@ func (m *LogExclusion) Reset() { *m = LogExclusion{} } func (m *LogExclusion) String() string { return proto.CompactTextString(m) } func (*LogExclusion) ProtoMessage() {} func (*LogExclusion) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_config_3f1f3a18ccddda7f, []int{7} + return fileDescriptor_logging_config_eaca28b770adee30, []int{7} } func (m *LogExclusion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogExclusion.Unmarshal(m, b) @@ -716,7 +716,7 @@ func (m *ListExclusionsRequest) Reset() { *m = ListExclusionsRequest{} } func (m *ListExclusionsRequest) String() string { return proto.CompactTextString(m) } func (*ListExclusionsRequest) ProtoMessage() {} func (*ListExclusionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_config_3f1f3a18ccddda7f, []int{8} + return fileDescriptor_logging_config_eaca28b770adee30, []int{8} } func (m *ListExclusionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListExclusionsRequest.Unmarshal(m, b) @@ -774,7 +774,7 @@ func (m *ListExclusionsResponse) Reset() { *m = ListExclusionsResponse{} func (m *ListExclusionsResponse) String() string { return proto.CompactTextString(m) } func (*ListExclusionsResponse) ProtoMessage() {} func (*ListExclusionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_config_3f1f3a18ccddda7f, []int{9} + return fileDescriptor_logging_config_eaca28b770adee30, []int{9} } func (m *ListExclusionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListExclusionsResponse.Unmarshal(m, b) @@ -828,7 +828,7 @@ func (m *GetExclusionRequest) Reset() { *m = GetExclusionRequest{} } func (m *GetExclusionRequest) String() string { return proto.CompactTextString(m) } func (*GetExclusionRequest) ProtoMessage() {} func (*GetExclusionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_config_3f1f3a18ccddda7f, []int{10} + return fileDescriptor_logging_config_eaca28b770adee30, []int{10} } func (m *GetExclusionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetExclusionRequest.Unmarshal(m, b) @@ -878,7 +878,7 @@ func (m *CreateExclusionRequest) Reset() { *m = CreateExclusionRequest{} func (m *CreateExclusionRequest) String() string { return proto.CompactTextString(m) } func (*CreateExclusionRequest) ProtoMessage() {} func (*CreateExclusionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_config_3f1f3a18ccddda7f, []int{11} + return fileDescriptor_logging_config_eaca28b770adee30, []int{11} } func (m *CreateExclusionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateExclusionRequest.Unmarshal(m, b) @@ -944,7 +944,7 @@ func (m *UpdateExclusionRequest) Reset() { *m = UpdateExclusionRequest{} func (m *UpdateExclusionRequest) String() string { return proto.CompactTextString(m) } func (*UpdateExclusionRequest) ProtoMessage() {} func (*UpdateExclusionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_config_3f1f3a18ccddda7f, []int{12} + return fileDescriptor_logging_config_eaca28b770adee30, []int{12} } func (m *UpdateExclusionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateExclusionRequest.Unmarshal(m, b) @@ -1005,7 +1005,7 @@ func (m *DeleteExclusionRequest) Reset() { *m = DeleteExclusionRequest{} func (m *DeleteExclusionRequest) String() string { return proto.CompactTextString(m) } func (*DeleteExclusionRequest) ProtoMessage() {} func (*DeleteExclusionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_config_3f1f3a18ccddda7f, []int{13} + return fileDescriptor_logging_config_eaca28b770adee30, []int{13} } func (m *DeleteExclusionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteExclusionRequest.Unmarshal(m, b) @@ -1458,10 +1458,10 @@ var _ConfigServiceV2_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/logging/v2/logging_config.proto", fileDescriptor_logging_config_3f1f3a18ccddda7f) + proto.RegisterFile("google/logging/v2/logging_config.proto", fileDescriptor_logging_config_eaca28b770adee30) } -var fileDescriptor_logging_config_3f1f3a18ccddda7f = []byte{ +var fileDescriptor_logging_config_eaca28b770adee30 = []byte{ // 1446 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0xcf, 0x6f, 0xdc, 0x44, 0x14, 0xc6, 0xde, 0x36, 0xcd, 0xbe, 0xb4, 0xf9, 0x31, 0xa5, 0xcb, 0xe2, 0xf4, 0xc7, 0xd6, 0x0d, diff --git a/googleapis/logging/v2/logging_metrics.pb.go b/googleapis/logging/v2/logging_metrics.pb.go index b09ffbf67e..d7bd81a07a 100644 --- a/googleapis/logging/v2/logging_metrics.pb.go +++ b/googleapis/logging/v2/logging_metrics.pb.go @@ -52,7 +52,7 @@ func (x LogMetric_ApiVersion) String() string { return proto.EnumName(LogMetric_ApiVersion_name, int32(x)) } func (LogMetric_ApiVersion) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_logging_metrics_c2eefe8f6ba831f8, []int{0, 0} + return fileDescriptor_logging_metrics_29fe293c1106d204, []int{0, 0} } // Describes a logs-based metric. The value of the metric is the @@ -162,7 +162,7 @@ func (m *LogMetric) Reset() { *m = LogMetric{} } func (m *LogMetric) String() string { return proto.CompactTextString(m) } func (*LogMetric) ProtoMessage() {} func (*LogMetric) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_metrics_c2eefe8f6ba831f8, []int{0} + return fileDescriptor_logging_metrics_29fe293c1106d204, []int{0} } func (m *LogMetric) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogMetric.Unmarshal(m, b) @@ -263,7 +263,7 @@ func (m *ListLogMetricsRequest) Reset() { *m = ListLogMetricsRequest{} } func (m *ListLogMetricsRequest) String() string { return proto.CompactTextString(m) } func (*ListLogMetricsRequest) ProtoMessage() {} func (*ListLogMetricsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_metrics_c2eefe8f6ba831f8, []int{1} + return fileDescriptor_logging_metrics_29fe293c1106d204, []int{1} } func (m *ListLogMetricsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListLogMetricsRequest.Unmarshal(m, b) @@ -321,7 +321,7 @@ func (m *ListLogMetricsResponse) Reset() { *m = ListLogMetricsResponse{} func (m *ListLogMetricsResponse) String() string { return proto.CompactTextString(m) } func (*ListLogMetricsResponse) ProtoMessage() {} func (*ListLogMetricsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_metrics_c2eefe8f6ba831f8, []int{2} + return fileDescriptor_logging_metrics_29fe293c1106d204, []int{2} } func (m *ListLogMetricsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListLogMetricsResponse.Unmarshal(m, b) @@ -370,7 +370,7 @@ func (m *GetLogMetricRequest) Reset() { *m = GetLogMetricRequest{} } func (m *GetLogMetricRequest) String() string { return proto.CompactTextString(m) } func (*GetLogMetricRequest) ProtoMessage() {} func (*GetLogMetricRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_metrics_c2eefe8f6ba831f8, []int{3} + return fileDescriptor_logging_metrics_29fe293c1106d204, []int{3} } func (m *GetLogMetricRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetLogMetricRequest.Unmarshal(m, b) @@ -417,7 +417,7 @@ func (m *CreateLogMetricRequest) Reset() { *m = CreateLogMetricRequest{} func (m *CreateLogMetricRequest) String() string { return proto.CompactTextString(m) } func (*CreateLogMetricRequest) ProtoMessage() {} func (*CreateLogMetricRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_metrics_c2eefe8f6ba831f8, []int{4} + return fileDescriptor_logging_metrics_29fe293c1106d204, []int{4} } func (m *CreateLogMetricRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateLogMetricRequest.Unmarshal(m, b) @@ -472,7 +472,7 @@ func (m *UpdateLogMetricRequest) Reset() { *m = UpdateLogMetricRequest{} func (m *UpdateLogMetricRequest) String() string { return proto.CompactTextString(m) } func (*UpdateLogMetricRequest) ProtoMessage() {} func (*UpdateLogMetricRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_metrics_c2eefe8f6ba831f8, []int{5} + return fileDescriptor_logging_metrics_29fe293c1106d204, []int{5} } func (m *UpdateLogMetricRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateLogMetricRequest.Unmarshal(m, b) @@ -521,7 +521,7 @@ func (m *DeleteLogMetricRequest) Reset() { *m = DeleteLogMetricRequest{} func (m *DeleteLogMetricRequest) String() string { return proto.CompactTextString(m) } func (*DeleteLogMetricRequest) ProtoMessage() {} func (*DeleteLogMetricRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_logging_metrics_c2eefe8f6ba831f8, []int{6} + return fileDescriptor_logging_metrics_29fe293c1106d204, []int{6} } func (m *DeleteLogMetricRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteLogMetricRequest.Unmarshal(m, b) @@ -775,10 +775,10 @@ var _MetricsServiceV2_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/logging/v2/logging_metrics.proto", fileDescriptor_logging_metrics_c2eefe8f6ba831f8) + proto.RegisterFile("google/logging/v2/logging_metrics.proto", fileDescriptor_logging_metrics_29fe293c1106d204) } -var fileDescriptor_logging_metrics_c2eefe8f6ba831f8 = []byte{ +var fileDescriptor_logging_metrics_29fe293c1106d204 = []byte{ // 861 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0x4f, 0x6f, 0x1b, 0x45, 0x14, 0x67, 0x9c, 0xc4, 0x69, 0x5e, 0x68, 0xec, 0x4e, 0x5b, 0xd7, 0x72, 0x53, 0xc5, 0xec, 0x21, diff --git a/googleapis/longrunning/operations.pb.go b/googleapis/longrunning/operations.pb.go index 53e45a92b7..b725657e20 100644 --- a/googleapis/longrunning/operations.pb.go +++ b/googleapis/longrunning/operations.pb.go @@ -62,7 +62,7 @@ func (m *Operation) Reset() { *m = Operation{} } func (m *Operation) String() string { return proto.CompactTextString(m) } func (*Operation) ProtoMessage() {} func (*Operation) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_6f052bba240fbc37, []int{0} + return fileDescriptor_operations_6d5856629ff294fa, []int{0} } func (m *Operation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Operation.Unmarshal(m, b) @@ -227,7 +227,7 @@ func (m *GetOperationRequest) Reset() { *m = GetOperationRequest{} } func (m *GetOperationRequest) String() string { return proto.CompactTextString(m) } func (*GetOperationRequest) ProtoMessage() {} func (*GetOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_6f052bba240fbc37, []int{1} + return fileDescriptor_operations_6d5856629ff294fa, []int{1} } func (m *GetOperationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetOperationRequest.Unmarshal(m, b) @@ -273,7 +273,7 @@ func (m *ListOperationsRequest) Reset() { *m = ListOperationsRequest{} } func (m *ListOperationsRequest) String() string { return proto.CompactTextString(m) } func (*ListOperationsRequest) ProtoMessage() {} func (*ListOperationsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_6f052bba240fbc37, []int{2} + return fileDescriptor_operations_6d5856629ff294fa, []int{2} } func (m *ListOperationsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListOperationsRequest.Unmarshal(m, b) @@ -336,7 +336,7 @@ func (m *ListOperationsResponse) Reset() { *m = ListOperationsResponse{} func (m *ListOperationsResponse) String() string { return proto.CompactTextString(m) } func (*ListOperationsResponse) ProtoMessage() {} func (*ListOperationsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_6f052bba240fbc37, []int{3} + return fileDescriptor_operations_6d5856629ff294fa, []int{3} } func (m *ListOperationsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListOperationsResponse.Unmarshal(m, b) @@ -383,7 +383,7 @@ func (m *CancelOperationRequest) Reset() { *m = CancelOperationRequest{} func (m *CancelOperationRequest) String() string { return proto.CompactTextString(m) } func (*CancelOperationRequest) ProtoMessage() {} func (*CancelOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_6f052bba240fbc37, []int{4} + return fileDescriptor_operations_6d5856629ff294fa, []int{4} } func (m *CancelOperationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CancelOperationRequest.Unmarshal(m, b) @@ -423,7 +423,7 @@ func (m *DeleteOperationRequest) Reset() { *m = DeleteOperationRequest{} func (m *DeleteOperationRequest) String() string { return proto.CompactTextString(m) } func (*DeleteOperationRequest) ProtoMessage() {} func (*DeleteOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_6f052bba240fbc37, []int{5} + return fileDescriptor_operations_6d5856629ff294fa, []int{5} } func (m *DeleteOperationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteOperationRequest.Unmarshal(m, b) @@ -467,7 +467,7 @@ func (m *WaitOperationRequest) Reset() { *m = WaitOperationRequest{} } func (m *WaitOperationRequest) String() string { return proto.CompactTextString(m) } func (*WaitOperationRequest) ProtoMessage() {} func (*WaitOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_6f052bba240fbc37, []int{6} + return fileDescriptor_operations_6d5856629ff294fa, []int{6} } func (m *WaitOperationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WaitOperationRequest.Unmarshal(m, b) @@ -539,7 +539,7 @@ func (m *OperationInfo) Reset() { *m = OperationInfo{} } func (m *OperationInfo) String() string { return proto.CompactTextString(m) } func (*OperationInfo) ProtoMessage() {} func (*OperationInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_operations_6f052bba240fbc37, []int{7} + return fileDescriptor_operations_6d5856629ff294fa, []int{7} } func (m *OperationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperationInfo.Unmarshal(m, b) @@ -871,10 +871,10 @@ var _Operations_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/longrunning/operations.proto", fileDescriptor_operations_6f052bba240fbc37) + proto.RegisterFile("google/longrunning/operations.proto", fileDescriptor_operations_6d5856629ff294fa) } -var fileDescriptor_operations_6f052bba240fbc37 = []byte{ +var fileDescriptor_operations_6d5856629ff294fa = []byte{ // 741 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0xcd, 0x4e, 0x13, 0x51, 0x14, 0x66, 0x4a, 0xc1, 0xf6, 0x40, 0x69, 0x72, 0x85, 0x52, 0x8a, 0x60, 0x1d, 0x8c, 0x96, 0x86, diff --git a/googleapis/monitoring/v3/alert.pb.go b/googleapis/monitoring/v3/alert.pb.go index f72e0c9a15..a2af65cbad 100644 --- a/googleapis/monitoring/v3/alert.pb.go +++ b/googleapis/monitoring/v3/alert.pb.go @@ -58,7 +58,7 @@ func (x AlertPolicy_ConditionCombinerType) String() string { return proto.EnumName(AlertPolicy_ConditionCombinerType_name, int32(x)) } func (AlertPolicy_ConditionCombinerType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_alert_afae0e9f7858ca3e, []int{0, 0} + return fileDescriptor_alert_9493c79d6a8e0cc9, []int{0, 0} } // A description of the conditions under which some aspect of your system is @@ -136,7 +136,7 @@ func (m *AlertPolicy) Reset() { *m = AlertPolicy{} } func (m *AlertPolicy) String() string { return proto.CompactTextString(m) } func (*AlertPolicy) ProtoMessage() {} func (*AlertPolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_alert_afae0e9f7858ca3e, []int{0} + return fileDescriptor_alert_9493c79d6a8e0cc9, []int{0} } func (m *AlertPolicy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AlertPolicy.Unmarshal(m, b) @@ -247,7 +247,7 @@ func (m *AlertPolicy_Documentation) Reset() { *m = AlertPolicy_Documenta func (m *AlertPolicy_Documentation) String() string { return proto.CompactTextString(m) } func (*AlertPolicy_Documentation) ProtoMessage() {} func (*AlertPolicy_Documentation) Descriptor() ([]byte, []int) { - return fileDescriptor_alert_afae0e9f7858ca3e, []int{0, 0} + return fileDescriptor_alert_9493c79d6a8e0cc9, []int{0, 0} } func (m *AlertPolicy_Documentation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AlertPolicy_Documentation.Unmarshal(m, b) @@ -330,7 +330,7 @@ func (m *AlertPolicy_Condition) Reset() { *m = AlertPolicy_Condition{} } func (m *AlertPolicy_Condition) String() string { return proto.CompactTextString(m) } func (*AlertPolicy_Condition) ProtoMessage() {} func (*AlertPolicy_Condition) Descriptor() ([]byte, []int) { - return fileDescriptor_alert_afae0e9f7858ca3e, []int{0, 1} + return fileDescriptor_alert_9493c79d6a8e0cc9, []int{0, 1} } func (m *AlertPolicy_Condition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AlertPolicy_Condition.Unmarshal(m, b) @@ -493,7 +493,7 @@ func (m *AlertPolicy_Condition_Trigger) Reset() { *m = AlertPolicy_Condi func (m *AlertPolicy_Condition_Trigger) String() string { return proto.CompactTextString(m) } func (*AlertPolicy_Condition_Trigger) ProtoMessage() {} func (*AlertPolicy_Condition_Trigger) Descriptor() ([]byte, []int) { - return fileDescriptor_alert_afae0e9f7858ca3e, []int{0, 1, 0} + return fileDescriptor_alert_9493c79d6a8e0cc9, []int{0, 1, 0} } func (m *AlertPolicy_Condition_Trigger) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AlertPolicy_Condition_Trigger.Unmarshal(m, b) @@ -708,7 +708,7 @@ func (m *AlertPolicy_Condition_MetricThreshold) Reset() { *m = AlertPoli func (m *AlertPolicy_Condition_MetricThreshold) String() string { return proto.CompactTextString(m) } func (*AlertPolicy_Condition_MetricThreshold) ProtoMessage() {} func (*AlertPolicy_Condition_MetricThreshold) Descriptor() ([]byte, []int) { - return fileDescriptor_alert_afae0e9f7858ca3e, []int{0, 1, 1} + return fileDescriptor_alert_9493c79d6a8e0cc9, []int{0, 1, 1} } func (m *AlertPolicy_Condition_MetricThreshold) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AlertPolicy_Condition_MetricThreshold.Unmarshal(m, b) @@ -835,7 +835,7 @@ func (m *AlertPolicy_Condition_MetricAbsence) Reset() { *m = AlertPolicy func (m *AlertPolicy_Condition_MetricAbsence) String() string { return proto.CompactTextString(m) } func (*AlertPolicy_Condition_MetricAbsence) ProtoMessage() {} func (*AlertPolicy_Condition_MetricAbsence) Descriptor() ([]byte, []int) { - return fileDescriptor_alert_afae0e9f7858ca3e, []int{0, 1, 2} + return fileDescriptor_alert_9493c79d6a8e0cc9, []int{0, 1, 2} } func (m *AlertPolicy_Condition_MetricAbsence) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AlertPolicy_Condition_MetricAbsence.Unmarshal(m, b) @@ -895,10 +895,10 @@ func init() { } func init() { - proto.RegisterFile("google/monitoring/v3/alert.proto", fileDescriptor_alert_afae0e9f7858ca3e) + proto.RegisterFile("google/monitoring/v3/alert.proto", fileDescriptor_alert_9493c79d6a8e0cc9) } -var fileDescriptor_alert_afae0e9f7858ca3e = []byte{ +var fileDescriptor_alert_9493c79d6a8e0cc9 = []byte{ // 941 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xeb, 0x6e, 0xe3, 0x44, 0x14, 0xae, 0x93, 0xe6, 0x76, 0xd2, 0x36, 0xd9, 0xd9, 0xee, 0xae, 0x31, 0x68, 0x95, 0xae, 0x90, diff --git a/googleapis/monitoring/v3/alert_service.pb.go b/googleapis/monitoring/v3/alert_service.pb.go index 6f8fbc549c..b1f27ca33f 100644 --- a/googleapis/monitoring/v3/alert_service.pb.go +++ b/googleapis/monitoring/v3/alert_service.pb.go @@ -50,7 +50,7 @@ func (m *CreateAlertPolicyRequest) Reset() { *m = CreateAlertPolicyReque func (m *CreateAlertPolicyRequest) String() string { return proto.CompactTextString(m) } func (*CreateAlertPolicyRequest) ProtoMessage() {} func (*CreateAlertPolicyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_alert_service_73349ee0ea69a6ee, []int{0} + return fileDescriptor_alert_service_d83b47a0e5c8ce7d, []int{0} } func (m *CreateAlertPolicyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateAlertPolicyRequest.Unmarshal(m, b) @@ -99,7 +99,7 @@ func (m *GetAlertPolicyRequest) Reset() { *m = GetAlertPolicyRequest{} } func (m *GetAlertPolicyRequest) String() string { return proto.CompactTextString(m) } func (*GetAlertPolicyRequest) ProtoMessage() {} func (*GetAlertPolicyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_alert_service_73349ee0ea69a6ee, []int{1} + return fileDescriptor_alert_service_d83b47a0e5c8ce7d, []int{1} } func (m *GetAlertPolicyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAlertPolicyRequest.Unmarshal(m, b) @@ -166,7 +166,7 @@ func (m *ListAlertPoliciesRequest) Reset() { *m = ListAlertPoliciesReque func (m *ListAlertPoliciesRequest) String() string { return proto.CompactTextString(m) } func (*ListAlertPoliciesRequest) ProtoMessage() {} func (*ListAlertPoliciesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_alert_service_73349ee0ea69a6ee, []int{2} + return fileDescriptor_alert_service_d83b47a0e5c8ce7d, []int{2} } func (m *ListAlertPoliciesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAlertPoliciesRequest.Unmarshal(m, b) @@ -238,7 +238,7 @@ func (m *ListAlertPoliciesResponse) Reset() { *m = ListAlertPoliciesResp func (m *ListAlertPoliciesResponse) String() string { return proto.CompactTextString(m) } func (*ListAlertPoliciesResponse) ProtoMessage() {} func (*ListAlertPoliciesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_alert_service_73349ee0ea69a6ee, []int{3} + return fileDescriptor_alert_service_d83b47a0e5c8ce7d, []int{3} } func (m *ListAlertPoliciesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListAlertPoliciesResponse.Unmarshal(m, b) @@ -310,7 +310,7 @@ func (m *UpdateAlertPolicyRequest) Reset() { *m = UpdateAlertPolicyReque func (m *UpdateAlertPolicyRequest) String() string { return proto.CompactTextString(m) } func (*UpdateAlertPolicyRequest) ProtoMessage() {} func (*UpdateAlertPolicyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_alert_service_73349ee0ea69a6ee, []int{4} + return fileDescriptor_alert_service_d83b47a0e5c8ce7d, []int{4} } func (m *UpdateAlertPolicyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateAlertPolicyRequest.Unmarshal(m, b) @@ -361,7 +361,7 @@ func (m *DeleteAlertPolicyRequest) Reset() { *m = DeleteAlertPolicyReque func (m *DeleteAlertPolicyRequest) String() string { return proto.CompactTextString(m) } func (*DeleteAlertPolicyRequest) ProtoMessage() {} func (*DeleteAlertPolicyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_alert_service_73349ee0ea69a6ee, []int{5} + return fileDescriptor_alert_service_d83b47a0e5c8ce7d, []int{5} } func (m *DeleteAlertPolicyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteAlertPolicyRequest.Unmarshal(m, b) @@ -618,10 +618,10 @@ var _AlertPolicyService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/monitoring/v3/alert_service.proto", fileDescriptor_alert_service_73349ee0ea69a6ee) + proto.RegisterFile("google/monitoring/v3/alert_service.proto", fileDescriptor_alert_service_d83b47a0e5c8ce7d) } -var fileDescriptor_alert_service_73349ee0ea69a6ee = []byte{ +var fileDescriptor_alert_service_d83b47a0e5c8ce7d = []byte{ // 656 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0x41, 0x6f, 0xd3, 0x4c, 0x10, 0x95, 0x93, 0x36, 0x5f, 0xbb, 0xfd, 0x5a, 0x94, 0x15, 0x54, 0xae, 0x0b, 0x52, 0x30, 0x2a, diff --git a/googleapis/monitoring/v3/common.pb.go b/googleapis/monitoring/v3/common.pb.go index a46804ea58..33b29999c2 100644 --- a/googleapis/monitoring/v3/common.pb.go +++ b/googleapis/monitoring/v3/common.pb.go @@ -66,7 +66,7 @@ func (x ComparisonType) String() string { return proto.EnumName(ComparisonType_name, int32(x)) } func (ComparisonType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_a95521d463668240, []int{0} + return fileDescriptor_common_a64b14621f6e1d51, []int{0} } // The tier of service for a Workspace. Please see the @@ -107,7 +107,7 @@ func (x ServiceTier) String() string { return proto.EnumName(ServiceTier_name, int32(x)) } func (ServiceTier) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_a95521d463668240, []int{1} + return fileDescriptor_common_a64b14621f6e1d51, []int{1} } // The Aligner describes how to bring the data points in a single @@ -294,7 +294,7 @@ func (x Aggregation_Aligner) String() string { return proto.EnumName(Aggregation_Aligner_name, int32(x)) } func (Aggregation_Aligner) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_a95521d463668240, []int{2, 0} + return fileDescriptor_common_a64b14621f6e1d51, []int{2, 0} } // A Reducer describes how to aggregate data points from multiple @@ -411,7 +411,7 @@ func (x Aggregation_Reducer) String() string { return proto.EnumName(Aggregation_Reducer_name, int32(x)) } func (Aggregation_Reducer) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_a95521d463668240, []int{2, 1} + return fileDescriptor_common_a64b14621f6e1d51, []int{2, 1} } // A single strongly-typed value. @@ -434,7 +434,7 @@ func (m *TypedValue) Reset() { *m = TypedValue{} } func (m *TypedValue) String() string { return proto.CompactTextString(m) } func (*TypedValue) ProtoMessage() {} func (*TypedValue) Descriptor() ([]byte, []int) { - return fileDescriptor_common_a95521d463668240, []int{0} + return fileDescriptor_common_a64b14621f6e1d51, []int{0} } func (m *TypedValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TypedValue.Unmarshal(m, b) @@ -665,7 +665,7 @@ func (m *TimeInterval) Reset() { *m = TimeInterval{} } func (m *TimeInterval) String() string { return proto.CompactTextString(m) } func (*TimeInterval) ProtoMessage() {} func (*TimeInterval) Descriptor() ([]byte, []int) { - return fileDescriptor_common_a95521d463668240, []int{1} + return fileDescriptor_common_a64b14621f6e1d51, []int{1} } func (m *TimeInterval) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimeInterval.Unmarshal(m, b) @@ -763,7 +763,7 @@ func (m *Aggregation) Reset() { *m = Aggregation{} } func (m *Aggregation) String() string { return proto.CompactTextString(m) } func (*Aggregation) ProtoMessage() {} func (*Aggregation) Descriptor() ([]byte, []int) { - return fileDescriptor_common_a95521d463668240, []int{2} + return fileDescriptor_common_a64b14621f6e1d51, []int{2} } func (m *Aggregation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Aggregation.Unmarshal(m, b) @@ -822,10 +822,10 @@ func init() { } func init() { - proto.RegisterFile("google/monitoring/v3/common.proto", fileDescriptor_common_a95521d463668240) + proto.RegisterFile("google/monitoring/v3/common.proto", fileDescriptor_common_a64b14621f6e1d51) } -var fileDescriptor_common_a95521d463668240 = []byte{ +var fileDescriptor_common_a64b14621f6e1d51 = []byte{ // 957 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x95, 0xc1, 0x6e, 0xe3, 0x44, 0x18, 0xc7, 0xe3, 0x64, 0xdb, 0x34, 0x9f, 0xdb, 0x66, 0x3a, 0xdb, 0xed, 0x86, 0x68, 0x61, 0xb3, diff --git a/googleapis/monitoring/v3/dropped_labels.pb.go b/googleapis/monitoring/v3/dropped_labels.pb.go index 9879e1de2d..f63335702f 100644 --- a/googleapis/monitoring/v3/dropped_labels.pb.go +++ b/googleapis/monitoring/v3/dropped_labels.pb.go @@ -46,7 +46,7 @@ func (m *DroppedLabels) Reset() { *m = DroppedLabels{} } func (m *DroppedLabels) String() string { return proto.CompactTextString(m) } func (*DroppedLabels) ProtoMessage() {} func (*DroppedLabels) Descriptor() ([]byte, []int) { - return fileDescriptor_dropped_labels_bd230525f7696d53, []int{0} + return fileDescriptor_dropped_labels_1340d25b5d2a29b0, []int{0} } func (m *DroppedLabels) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DroppedLabels.Unmarshal(m, b) @@ -79,10 +79,10 @@ func init() { } func init() { - proto.RegisterFile("google/monitoring/v3/dropped_labels.proto", fileDescriptor_dropped_labels_bd230525f7696d53) + proto.RegisterFile("google/monitoring/v3/dropped_labels.proto", fileDescriptor_dropped_labels_1340d25b5d2a29b0) } -var fileDescriptor_dropped_labels_bd230525f7696d53 = []byte{ +var fileDescriptor_dropped_labels_1340d25b5d2a29b0 = []byte{ // 235 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0x31, 0x4b, 0x43, 0x31, 0x10, 0xc7, 0x49, 0x4b, 0x05, 0x4f, 0x04, 0x09, 0x1d, 0x42, 0x71, 0x28, 0x4e, 0x75, 0xb9, 0x80, diff --git a/googleapis/monitoring/v3/group.pb.go b/googleapis/monitoring/v3/group.pb.go index 70ddea9f5b..014ab233df 100644 --- a/googleapis/monitoring/v3/group.pb.go +++ b/googleapis/monitoring/v3/group.pb.go @@ -72,7 +72,7 @@ func (m *Group) Reset() { *m = Group{} } func (m *Group) String() string { return proto.CompactTextString(m) } func (*Group) ProtoMessage() {} func (*Group) Descriptor() ([]byte, []int) { - return fileDescriptor_group_700c5154781dcc4e, []int{0} + return fileDescriptor_group_cf79a7f2e933706a, []int{0} } func (m *Group) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Group.Unmarshal(m, b) @@ -132,10 +132,10 @@ func init() { } func init() { - proto.RegisterFile("google/monitoring/v3/group.proto", fileDescriptor_group_700c5154781dcc4e) + proto.RegisterFile("google/monitoring/v3/group.proto", fileDescriptor_group_cf79a7f2e933706a) } -var fileDescriptor_group_700c5154781dcc4e = []byte{ +var fileDescriptor_group_cf79a7f2e933706a = []byte{ // 261 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0xcf, 0x4a, 0x2b, 0x31, 0x14, 0x87, 0x49, 0xef, 0xed, 0x60, 0x4f, 0x5d, 0x0d, 0x22, 0x83, 0x20, 0x8e, 0xae, 0xba, 0xca, diff --git a/googleapis/monitoring/v3/group_service.pb.go b/googleapis/monitoring/v3/group_service.pb.go index c996f94d5e..40e6309a02 100644 --- a/googleapis/monitoring/v3/group_service.pb.go +++ b/googleapis/monitoring/v3/group_service.pb.go @@ -55,7 +55,7 @@ func (m *ListGroupsRequest) Reset() { *m = ListGroupsRequest{} } func (m *ListGroupsRequest) String() string { return proto.CompactTextString(m) } func (*ListGroupsRequest) ProtoMessage() {} func (*ListGroupsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_group_service_82592e08754ba7ee, []int{0} + return fileDescriptor_group_service_990a70a97332ba2c, []int{0} } func (m *ListGroupsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListGroupsRequest.Unmarshal(m, b) @@ -244,7 +244,7 @@ func (m *ListGroupsResponse) Reset() { *m = ListGroupsResponse{} } func (m *ListGroupsResponse) String() string { return proto.CompactTextString(m) } func (*ListGroupsResponse) ProtoMessage() {} func (*ListGroupsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_group_service_82592e08754ba7ee, []int{1} + return fileDescriptor_group_service_990a70a97332ba2c, []int{1} } func (m *ListGroupsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListGroupsResponse.Unmarshal(m, b) @@ -292,7 +292,7 @@ func (m *GetGroupRequest) Reset() { *m = GetGroupRequest{} } func (m *GetGroupRequest) String() string { return proto.CompactTextString(m) } func (*GetGroupRequest) ProtoMessage() {} func (*GetGroupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_group_service_82592e08754ba7ee, []int{2} + return fileDescriptor_group_service_990a70a97332ba2c, []int{2} } func (m *GetGroupRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupRequest.Unmarshal(m, b) @@ -338,7 +338,7 @@ func (m *CreateGroupRequest) Reset() { *m = CreateGroupRequest{} } func (m *CreateGroupRequest) String() string { return proto.CompactTextString(m) } func (*CreateGroupRequest) ProtoMessage() {} func (*CreateGroupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_group_service_82592e08754ba7ee, []int{3} + return fileDescriptor_group_service_990a70a97332ba2c, []int{3} } func (m *CreateGroupRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateGroupRequest.Unmarshal(m, b) @@ -395,7 +395,7 @@ func (m *UpdateGroupRequest) Reset() { *m = UpdateGroupRequest{} } func (m *UpdateGroupRequest) String() string { return proto.CompactTextString(m) } func (*UpdateGroupRequest) ProtoMessage() {} func (*UpdateGroupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_group_service_82592e08754ba7ee, []int{4} + return fileDescriptor_group_service_990a70a97332ba2c, []int{4} } func (m *UpdateGroupRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateGroupRequest.Unmarshal(m, b) @@ -443,7 +443,7 @@ func (m *DeleteGroupRequest) Reset() { *m = DeleteGroupRequest{} } func (m *DeleteGroupRequest) String() string { return proto.CompactTextString(m) } func (*DeleteGroupRequest) ProtoMessage() {} func (*DeleteGroupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_group_service_82592e08754ba7ee, []int{5} + return fileDescriptor_group_service_990a70a97332ba2c, []int{5} } func (m *DeleteGroupRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteGroupRequest.Unmarshal(m, b) @@ -503,7 +503,7 @@ func (m *ListGroupMembersRequest) Reset() { *m = ListGroupMembersRequest func (m *ListGroupMembersRequest) String() string { return proto.CompactTextString(m) } func (*ListGroupMembersRequest) ProtoMessage() {} func (*ListGroupMembersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_group_service_82592e08754ba7ee, []int{6} + return fileDescriptor_group_service_990a70a97332ba2c, []int{6} } func (m *ListGroupMembersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListGroupMembersRequest.Unmarshal(m, b) @@ -577,7 +577,7 @@ func (m *ListGroupMembersResponse) Reset() { *m = ListGroupMembersRespon func (m *ListGroupMembersResponse) String() string { return proto.CompactTextString(m) } func (*ListGroupMembersResponse) ProtoMessage() {} func (*ListGroupMembersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_group_service_82592e08754ba7ee, []int{7} + return fileDescriptor_group_service_990a70a97332ba2c, []int{7} } func (m *ListGroupMembersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListGroupMembersResponse.Unmarshal(m, b) @@ -881,10 +881,10 @@ var _GroupService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/monitoring/v3/group_service.proto", fileDescriptor_group_service_82592e08754ba7ee) + proto.RegisterFile("google/monitoring/v3/group_service.proto", fileDescriptor_group_service_990a70a97332ba2c) } -var fileDescriptor_group_service_82592e08754ba7ee = []byte{ +var fileDescriptor_group_service_990a70a97332ba2c = []byte{ // 826 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0x4d, 0x6f, 0xd3, 0x4c, 0x10, 0x7e, 0xdd, 0xa4, 0x69, 0xb2, 0x69, 0xd5, 0x76, 0x55, 0xf5, 0x8d, 0xdc, 0x0f, 0x05, 0xf7, diff --git a/googleapis/monitoring/v3/metric.pb.go b/googleapis/monitoring/v3/metric.pb.go index 142f9c53a1..bf80222e31 100644 --- a/googleapis/monitoring/v3/metric.pb.go +++ b/googleapis/monitoring/v3/metric.pb.go @@ -44,7 +44,7 @@ func (m *Point) Reset() { *m = Point{} } func (m *Point) String() string { return proto.CompactTextString(m) } func (*Point) ProtoMessage() {} func (*Point) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_0e98e1ce848c2349, []int{0} + return fileDescriptor_metric_640ded4d066f50b5, []int{0} } func (m *Point) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Point.Unmarshal(m, b) @@ -128,7 +128,7 @@ func (m *TimeSeries) Reset() { *m = TimeSeries{} } func (m *TimeSeries) String() string { return proto.CompactTextString(m) } func (*TimeSeries) ProtoMessage() {} func (*TimeSeries) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_0e98e1ce848c2349, []int{1} + return fileDescriptor_metric_640ded4d066f50b5, []int{1} } func (m *TimeSeries) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimeSeries.Unmarshal(m, b) @@ -196,10 +196,10 @@ func init() { } func init() { - proto.RegisterFile("google/monitoring/v3/metric.proto", fileDescriptor_metric_0e98e1ce848c2349) + proto.RegisterFile("google/monitoring/v3/metric.proto", fileDescriptor_metric_640ded4d066f50b5) } -var fileDescriptor_metric_0e98e1ce848c2349 = []byte{ +var fileDescriptor_metric_640ded4d066f50b5 = []byte{ // 441 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x51, 0xab, 0xd3, 0x30, 0x14, 0xc7, 0xe9, 0xae, 0x9b, 0x33, 0x03, 0x1f, 0x82, 0x68, 0x99, 0x0a, 0x73, 0xa2, 0x0e, 0x1f, diff --git a/googleapis/monitoring/v3/metric_service.pb.go b/googleapis/monitoring/v3/metric_service.pb.go index fe66ecce35..730d28500a 100644 --- a/googleapis/monitoring/v3/metric_service.pb.go +++ b/googleapis/monitoring/v3/metric_service.pb.go @@ -54,7 +54,7 @@ func (x ListTimeSeriesRequest_TimeSeriesView) String() string { return proto.EnumName(ListTimeSeriesRequest_TimeSeriesView_name, int32(x)) } func (ListTimeSeriesRequest_TimeSeriesView) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_metric_service_871726c1e2cbafff, []int{8, 0} + return fileDescriptor_metric_service_1409540f97d9ae0c, []int{8, 0} } // The `ListMonitoredResourceDescriptors` request. @@ -87,7 +87,7 @@ func (m *ListMonitoredResourceDescriptorsRequest) Reset() { func (m *ListMonitoredResourceDescriptorsRequest) String() string { return proto.CompactTextString(m) } func (*ListMonitoredResourceDescriptorsRequest) ProtoMessage() {} func (*ListMonitoredResourceDescriptorsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_service_871726c1e2cbafff, []int{0} + return fileDescriptor_metric_service_1409540f97d9ae0c, []int{0} } func (m *ListMonitoredResourceDescriptorsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListMonitoredResourceDescriptorsRequest.Unmarshal(m, b) @@ -155,7 +155,7 @@ func (m *ListMonitoredResourceDescriptorsResponse) Reset() { func (m *ListMonitoredResourceDescriptorsResponse) String() string { return proto.CompactTextString(m) } func (*ListMonitoredResourceDescriptorsResponse) ProtoMessage() {} func (*ListMonitoredResourceDescriptorsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_service_871726c1e2cbafff, []int{1} + return fileDescriptor_metric_service_1409540f97d9ae0c, []int{1} } func (m *ListMonitoredResourceDescriptorsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListMonitoredResourceDescriptorsResponse.Unmarshal(m, b) @@ -205,7 +205,7 @@ func (m *GetMonitoredResourceDescriptorRequest) Reset() { *m = GetMonito func (m *GetMonitoredResourceDescriptorRequest) String() string { return proto.CompactTextString(m) } func (*GetMonitoredResourceDescriptorRequest) ProtoMessage() {} func (*GetMonitoredResourceDescriptorRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_service_871726c1e2cbafff, []int{2} + return fileDescriptor_metric_service_1409540f97d9ae0c, []int{2} } func (m *GetMonitoredResourceDescriptorRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMonitoredResourceDescriptorRequest.Unmarshal(m, b) @@ -261,7 +261,7 @@ func (m *ListMetricDescriptorsRequest) Reset() { *m = ListMetricDescript func (m *ListMetricDescriptorsRequest) String() string { return proto.CompactTextString(m) } func (*ListMetricDescriptorsRequest) ProtoMessage() {} func (*ListMetricDescriptorsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_service_871726c1e2cbafff, []int{3} + return fileDescriptor_metric_service_1409540f97d9ae0c, []int{3} } func (m *ListMetricDescriptorsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListMetricDescriptorsRequest.Unmarshal(m, b) @@ -327,7 +327,7 @@ func (m *ListMetricDescriptorsResponse) Reset() { *m = ListMetricDescrip func (m *ListMetricDescriptorsResponse) String() string { return proto.CompactTextString(m) } func (*ListMetricDescriptorsResponse) ProtoMessage() {} func (*ListMetricDescriptorsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_service_871726c1e2cbafff, []int{4} + return fileDescriptor_metric_service_1409540f97d9ae0c, []int{4} } func (m *ListMetricDescriptorsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListMetricDescriptorsResponse.Unmarshal(m, b) @@ -377,7 +377,7 @@ func (m *GetMetricDescriptorRequest) Reset() { *m = GetMetricDescriptorR func (m *GetMetricDescriptorRequest) String() string { return proto.CompactTextString(m) } func (*GetMetricDescriptorRequest) ProtoMessage() {} func (*GetMetricDescriptorRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_service_871726c1e2cbafff, []int{5} + return fileDescriptor_metric_service_1409540f97d9ae0c, []int{5} } func (m *GetMetricDescriptorRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMetricDescriptorRequest.Unmarshal(m, b) @@ -421,7 +421,7 @@ func (m *CreateMetricDescriptorRequest) Reset() { *m = CreateMetricDescr func (m *CreateMetricDescriptorRequest) String() string { return proto.CompactTextString(m) } func (*CreateMetricDescriptorRequest) ProtoMessage() {} func (*CreateMetricDescriptorRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_service_871726c1e2cbafff, []int{6} + return fileDescriptor_metric_service_1409540f97d9ae0c, []int{6} } func (m *CreateMetricDescriptorRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateMetricDescriptorRequest.Unmarshal(m, b) @@ -471,7 +471,7 @@ func (m *DeleteMetricDescriptorRequest) Reset() { *m = DeleteMetricDescr func (m *DeleteMetricDescriptorRequest) String() string { return proto.CompactTextString(m) } func (*DeleteMetricDescriptorRequest) ProtoMessage() {} func (*DeleteMetricDescriptorRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_service_871726c1e2cbafff, []int{7} + return fileDescriptor_metric_service_1409540f97d9ae0c, []int{7} } func (m *DeleteMetricDescriptorRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteMetricDescriptorRequest.Unmarshal(m, b) @@ -543,7 +543,7 @@ func (m *ListTimeSeriesRequest) Reset() { *m = ListTimeSeriesRequest{} } func (m *ListTimeSeriesRequest) String() string { return proto.CompactTextString(m) } func (*ListTimeSeriesRequest) ProtoMessage() {} func (*ListTimeSeriesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_service_871726c1e2cbafff, []int{8} + return fileDescriptor_metric_service_1409540f97d9ae0c, []int{8} } func (m *ListTimeSeriesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTimeSeriesRequest.Unmarshal(m, b) @@ -639,7 +639,7 @@ func (m *ListTimeSeriesResponse) Reset() { *m = ListTimeSeriesResponse{} func (m *ListTimeSeriesResponse) String() string { return proto.CompactTextString(m) } func (*ListTimeSeriesResponse) ProtoMessage() {} func (*ListTimeSeriesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_service_871726c1e2cbafff, []int{9} + return fileDescriptor_metric_service_1409540f97d9ae0c, []int{9} } func (m *ListTimeSeriesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTimeSeriesResponse.Unmarshal(m, b) @@ -700,7 +700,7 @@ func (m *CreateTimeSeriesRequest) Reset() { *m = CreateTimeSeriesRequest func (m *CreateTimeSeriesRequest) String() string { return proto.CompactTextString(m) } func (*CreateTimeSeriesRequest) ProtoMessage() {} func (*CreateTimeSeriesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_service_871726c1e2cbafff, []int{10} + return fileDescriptor_metric_service_1409540f97d9ae0c, []int{10} } func (m *CreateTimeSeriesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateTimeSeriesRequest.Unmarshal(m, b) @@ -752,7 +752,7 @@ func (m *CreateTimeSeriesError) Reset() { *m = CreateTimeSeriesError{} } func (m *CreateTimeSeriesError) String() string { return proto.CompactTextString(m) } func (*CreateTimeSeriesError) ProtoMessage() {} func (*CreateTimeSeriesError) Descriptor() ([]byte, []int) { - return fileDescriptor_metric_service_871726c1e2cbafff, []int{11} + return fileDescriptor_metric_service_1409540f97d9ae0c, []int{11} } func (m *CreateTimeSeriesError) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateTimeSeriesError.Unmarshal(m, b) @@ -1144,10 +1144,10 @@ var _MetricService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/monitoring/v3/metric_service.proto", fileDescriptor_metric_service_871726c1e2cbafff) + proto.RegisterFile("google/monitoring/v3/metric_service.proto", fileDescriptor_metric_service_1409540f97d9ae0c) } -var fileDescriptor_metric_service_871726c1e2cbafff = []byte{ +var fileDescriptor_metric_service_1409540f97d9ae0c = []byte{ // 1049 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x57, 0x4f, 0x6f, 0x1b, 0x45, 0x14, 0x67, 0xe2, 0x34, 0x71, 0x9e, 0xd5, 0xd4, 0x9d, 0xb6, 0xae, 0xd9, 0x26, 0x95, 0xbb, 0xa8, diff --git a/googleapis/monitoring/v3/mutation_record.pb.go b/googleapis/monitoring/v3/mutation_record.pb.go index 194eba8f3e..a8885a5051 100644 --- a/googleapis/monitoring/v3/mutation_record.pb.go +++ b/googleapis/monitoring/v3/mutation_record.pb.go @@ -34,7 +34,7 @@ func (m *MutationRecord) Reset() { *m = MutationRecord{} } func (m *MutationRecord) String() string { return proto.CompactTextString(m) } func (*MutationRecord) ProtoMessage() {} func (*MutationRecord) Descriptor() ([]byte, []int) { - return fileDescriptor_mutation_record_20cb38a918044630, []int{0} + return fileDescriptor_mutation_record_909f578c988d9451, []int{0} } func (m *MutationRecord) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutationRecord.Unmarshal(m, b) @@ -73,10 +73,10 @@ func init() { } func init() { - proto.RegisterFile("google/monitoring/v3/mutation_record.proto", fileDescriptor_mutation_record_20cb38a918044630) + proto.RegisterFile("google/monitoring/v3/mutation_record.proto", fileDescriptor_mutation_record_909f578c988d9451) } -var fileDescriptor_mutation_record_20cb38a918044630 = []byte{ +var fileDescriptor_mutation_record_909f578c988d9451 = []byte{ // 251 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4a, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0xcf, 0xcd, 0xcf, 0xcb, 0x2c, 0xc9, 0x2f, 0xca, 0xcc, 0x4b, 0xd7, 0x2f, 0x33, diff --git a/googleapis/monitoring/v3/notification.pb.go b/googleapis/monitoring/v3/notification.pb.go index 41f255efc7..e9460c4422 100644 --- a/googleapis/monitoring/v3/notification.pb.go +++ b/googleapis/monitoring/v3/notification.pb.go @@ -60,7 +60,7 @@ func (x NotificationChannel_VerificationStatus) String() string { return proto.EnumName(NotificationChannel_VerificationStatus_name, int32(x)) } func (NotificationChannel_VerificationStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_notification_c86d921090b86dc8, []int{1, 0} + return fileDescriptor_notification_bcd7cd313cd7d38f, []int{1, 0} } // A description of a notification channel. The descriptor includes @@ -99,7 +99,7 @@ func (m *NotificationChannelDescriptor) Reset() { *m = NotificationChann func (m *NotificationChannelDescriptor) String() string { return proto.CompactTextString(m) } func (*NotificationChannelDescriptor) ProtoMessage() {} func (*NotificationChannelDescriptor) Descriptor() ([]byte, []int) { - return fileDescriptor_notification_c86d921090b86dc8, []int{0} + return fileDescriptor_notification_bcd7cd313cd7d38f, []int{0} } func (m *NotificationChannelDescriptor) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NotificationChannelDescriptor.Unmarshal(m, b) @@ -239,7 +239,7 @@ func (m *NotificationChannel) Reset() { *m = NotificationChannel{} } func (m *NotificationChannel) String() string { return proto.CompactTextString(m) } func (*NotificationChannel) ProtoMessage() {} func (*NotificationChannel) Descriptor() ([]byte, []int) { - return fileDescriptor_notification_c86d921090b86dc8, []int{1} + return fileDescriptor_notification_bcd7cd313cd7d38f, []int{1} } func (m *NotificationChannel) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NotificationChannel.Unmarshal(m, b) @@ -324,10 +324,10 @@ func init() { } func init() { - proto.RegisterFile("google/monitoring/v3/notification.proto", fileDescriptor_notification_c86d921090b86dc8) + proto.RegisterFile("google/monitoring/v3/notification.proto", fileDescriptor_notification_bcd7cd313cd7d38f) } -var fileDescriptor_notification_c86d921090b86dc8 = []byte{ +var fileDescriptor_notification_bcd7cd313cd7d38f = []byte{ // 602 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0x6d, 0x6b, 0xdb, 0x3c, 0x14, 0x7d, 0x9c, 0x34, 0x7d, 0x5a, 0xb9, 0xa4, 0x9d, 0x5a, 0x86, 0xf1, 0xde, 0xd2, 0xee, 0xc3, diff --git a/googleapis/monitoring/v3/notification_service.pb.go b/googleapis/monitoring/v3/notification_service.pb.go index 94e3ff68b5..58b8b97583 100644 --- a/googleapis/monitoring/v3/notification_service.pb.go +++ b/googleapis/monitoring/v3/notification_service.pb.go @@ -59,7 +59,7 @@ func (m *ListNotificationChannelDescriptorsRequest) Reset() { func (m *ListNotificationChannelDescriptorsRequest) String() string { return proto.CompactTextString(m) } func (*ListNotificationChannelDescriptorsRequest) ProtoMessage() {} func (*ListNotificationChannelDescriptorsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_notification_service_e97ab8774c24ef7d, []int{0} + return fileDescriptor_notification_service_82acdfb78337ea2a, []int{0} } func (m *ListNotificationChannelDescriptorsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNotificationChannelDescriptorsRequest.Unmarshal(m, b) @@ -123,7 +123,7 @@ func (m *ListNotificationChannelDescriptorsResponse) String() string { } func (*ListNotificationChannelDescriptorsResponse) ProtoMessage() {} func (*ListNotificationChannelDescriptorsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_notification_service_e97ab8774c24ef7d, []int{1} + return fileDescriptor_notification_service_82acdfb78337ea2a, []int{1} } func (m *ListNotificationChannelDescriptorsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNotificationChannelDescriptorsResponse.Unmarshal(m, b) @@ -173,7 +173,7 @@ func (m *GetNotificationChannelDescriptorRequest) Reset() { func (m *GetNotificationChannelDescriptorRequest) String() string { return proto.CompactTextString(m) } func (*GetNotificationChannelDescriptorRequest) ProtoMessage() {} func (*GetNotificationChannelDescriptorRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_notification_service_e97ab8774c24ef7d, []int{2} + return fileDescriptor_notification_service_82acdfb78337ea2a, []int{2} } func (m *GetNotificationChannelDescriptorRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetNotificationChannelDescriptorRequest.Unmarshal(m, b) @@ -222,7 +222,7 @@ func (m *CreateNotificationChannelRequest) Reset() { *m = CreateNotifica func (m *CreateNotificationChannelRequest) String() string { return proto.CompactTextString(m) } func (*CreateNotificationChannelRequest) ProtoMessage() {} func (*CreateNotificationChannelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_notification_service_e97ab8774c24ef7d, []int{3} + return fileDescriptor_notification_service_82acdfb78337ea2a, []int{3} } func (m *CreateNotificationChannelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateNotificationChannelRequest.Unmarshal(m, b) @@ -296,7 +296,7 @@ func (m *ListNotificationChannelsRequest) Reset() { *m = ListNotificatio func (m *ListNotificationChannelsRequest) String() string { return proto.CompactTextString(m) } func (*ListNotificationChannelsRequest) ProtoMessage() {} func (*ListNotificationChannelsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_notification_service_e97ab8774c24ef7d, []int{4} + return fileDescriptor_notification_service_82acdfb78337ea2a, []int{4} } func (m *ListNotificationChannelsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNotificationChannelsRequest.Unmarshal(m, b) @@ -369,7 +369,7 @@ func (m *ListNotificationChannelsResponse) Reset() { *m = ListNotificati func (m *ListNotificationChannelsResponse) String() string { return proto.CompactTextString(m) } func (*ListNotificationChannelsResponse) ProtoMessage() {} func (*ListNotificationChannelsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_notification_service_e97ab8774c24ef7d, []int{5} + return fileDescriptor_notification_service_82acdfb78337ea2a, []int{5} } func (m *ListNotificationChannelsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNotificationChannelsResponse.Unmarshal(m, b) @@ -417,7 +417,7 @@ func (m *GetNotificationChannelRequest) Reset() { *m = GetNotificationCh func (m *GetNotificationChannelRequest) String() string { return proto.CompactTextString(m) } func (*GetNotificationChannelRequest) ProtoMessage() {} func (*GetNotificationChannelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_notification_service_e97ab8774c24ef7d, []int{6} + return fileDescriptor_notification_service_82acdfb78337ea2a, []int{6} } func (m *GetNotificationChannelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetNotificationChannelRequest.Unmarshal(m, b) @@ -462,7 +462,7 @@ func (m *UpdateNotificationChannelRequest) Reset() { *m = UpdateNotifica func (m *UpdateNotificationChannelRequest) String() string { return proto.CompactTextString(m) } func (*UpdateNotificationChannelRequest) ProtoMessage() {} func (*UpdateNotificationChannelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_notification_service_e97ab8774c24ef7d, []int{7} + return fileDescriptor_notification_service_82acdfb78337ea2a, []int{7} } func (m *UpdateNotificationChannelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateNotificationChannelRequest.Unmarshal(m, b) @@ -515,7 +515,7 @@ func (m *DeleteNotificationChannelRequest) Reset() { *m = DeleteNotifica func (m *DeleteNotificationChannelRequest) String() string { return proto.CompactTextString(m) } func (*DeleteNotificationChannelRequest) ProtoMessage() {} func (*DeleteNotificationChannelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_notification_service_e97ab8774c24ef7d, []int{8} + return fileDescriptor_notification_service_82acdfb78337ea2a, []int{8} } func (m *DeleteNotificationChannelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteNotificationChannelRequest.Unmarshal(m, b) @@ -566,7 +566,7 @@ func (m *SendNotificationChannelVerificationCodeRequest) String() string { } func (*SendNotificationChannelVerificationCodeRequest) ProtoMessage() {} func (*SendNotificationChannelVerificationCodeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_notification_service_e97ab8774c24ef7d, []int{9} + return fileDescriptor_notification_service_82acdfb78337ea2a, []int{9} } func (m *SendNotificationChannelVerificationCodeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendNotificationChannelVerificationCodeRequest.Unmarshal(m, b) @@ -622,7 +622,7 @@ func (m *GetNotificationChannelVerificationCodeRequest) String() string { } func (*GetNotificationChannelVerificationCodeRequest) ProtoMessage() {} func (*GetNotificationChannelVerificationCodeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_notification_service_e97ab8774c24ef7d, []int{10} + return fileDescriptor_notification_service_82acdfb78337ea2a, []int{10} } func (m *GetNotificationChannelVerificationCodeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetNotificationChannelVerificationCodeRequest.Unmarshal(m, b) @@ -680,7 +680,7 @@ func (m *GetNotificationChannelVerificationCodeResponse) String() string { } func (*GetNotificationChannelVerificationCodeResponse) ProtoMessage() {} func (*GetNotificationChannelVerificationCodeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_notification_service_e97ab8774c24ef7d, []int{11} + return fileDescriptor_notification_service_82acdfb78337ea2a, []int{11} } func (m *GetNotificationChannelVerificationCodeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetNotificationChannelVerificationCodeResponse.Unmarshal(m, b) @@ -735,7 +735,7 @@ func (m *VerifyNotificationChannelRequest) Reset() { *m = VerifyNotifica func (m *VerifyNotificationChannelRequest) String() string { return proto.CompactTextString(m) } func (*VerifyNotificationChannelRequest) ProtoMessage() {} func (*VerifyNotificationChannelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_notification_service_e97ab8774c24ef7d, []int{12} + return fileDescriptor_notification_service_82acdfb78337ea2a, []int{12} } func (m *VerifyNotificationChannelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VerifyNotificationChannelRequest.Unmarshal(m, b) @@ -1237,10 +1237,10 @@ var _NotificationChannelService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/monitoring/v3/notification_service.proto", fileDescriptor_notification_service_e97ab8774c24ef7d) + proto.RegisterFile("google/monitoring/v3/notification_service.proto", fileDescriptor_notification_service_82acdfb78337ea2a) } -var fileDescriptor_notification_service_e97ab8774c24ef7d = []byte{ +var fileDescriptor_notification_service_82acdfb78337ea2a = []byte{ // 1020 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0x41, 0x6f, 0xdc, 0x44, 0x14, 0xd6, 0xec, 0x26, 0x69, 0xfa, 0x22, 0x04, 0x9a, 0x86, 0xc8, 0xd9, 0xb6, 0xaa, 0xe5, 0x43, diff --git a/googleapis/monitoring/v3/span_context.pb.go b/googleapis/monitoring/v3/span_context.pb.go index 39385558d1..68740c9bfb 100644 --- a/googleapis/monitoring/v3/span_context.pb.go +++ b/googleapis/monitoring/v3/span_context.pb.go @@ -43,7 +43,7 @@ func (m *SpanContext) Reset() { *m = SpanContext{} } func (m *SpanContext) String() string { return proto.CompactTextString(m) } func (*SpanContext) ProtoMessage() {} func (*SpanContext) Descriptor() ([]byte, []int) { - return fileDescriptor_span_context_aa1fe2a94ea2015a, []int{0} + return fileDescriptor_span_context_4c30f2e57596ce1c, []int{0} } func (m *SpanContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpanContext.Unmarshal(m, b) @@ -75,10 +75,10 @@ func init() { } func init() { - proto.RegisterFile("google/monitoring/v3/span_context.proto", fileDescriptor_span_context_aa1fe2a94ea2015a) + proto.RegisterFile("google/monitoring/v3/span_context.proto", fileDescriptor_span_context_4c30f2e57596ce1c) } -var fileDescriptor_span_context_aa1fe2a94ea2015a = []byte{ +var fileDescriptor_span_context_4c30f2e57596ce1c = []byte{ // 197 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4f, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0xcf, 0xcd, 0xcf, 0xcb, 0x2c, 0xc9, 0x2f, 0xca, 0xcc, 0x4b, 0xd7, 0x2f, 0x33, diff --git a/googleapis/monitoring/v3/uptime.pb.go b/googleapis/monitoring/v3/uptime.pb.go index 8eadcfd28e..794918e3f1 100644 --- a/googleapis/monitoring/v3/uptime.pb.go +++ b/googleapis/monitoring/v3/uptime.pb.go @@ -58,7 +58,7 @@ func (x UptimeCheckRegion) String() string { return proto.EnumName(UptimeCheckRegion_name, int32(x)) } func (UptimeCheckRegion) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_uptime_c9a147a1171776fb, []int{0} + return fileDescriptor_uptime_bdbf1570f8b9a7cb, []int{0} } // The supported resource types that can be used as values of @@ -93,7 +93,7 @@ func (x GroupResourceType) String() string { return proto.EnumName(GroupResourceType_name, int32(x)) } func (GroupResourceType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_uptime_c9a147a1171776fb, []int{1} + return fileDescriptor_uptime_bdbf1570f8b9a7cb, []int{1} } // An internal checker allows uptime checks to run on private/internal GCP @@ -129,7 +129,7 @@ func (m *InternalChecker) Reset() { *m = InternalChecker{} } func (m *InternalChecker) String() string { return proto.CompactTextString(m) } func (*InternalChecker) ProtoMessage() {} func (*InternalChecker) Descriptor() ([]byte, []int) { - return fileDescriptor_uptime_c9a147a1171776fb, []int{0} + return fileDescriptor_uptime_bdbf1570f8b9a7cb, []int{0} } func (m *InternalChecker) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InternalChecker.Unmarshal(m, b) @@ -251,7 +251,7 @@ func (m *UptimeCheckConfig) Reset() { *m = UptimeCheckConfig{} } func (m *UptimeCheckConfig) String() string { return proto.CompactTextString(m) } func (*UptimeCheckConfig) ProtoMessage() {} func (*UptimeCheckConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_uptime_c9a147a1171776fb, []int{1} + return fileDescriptor_uptime_bdbf1570f8b9a7cb, []int{1} } func (m *UptimeCheckConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UptimeCheckConfig.Unmarshal(m, b) @@ -542,7 +542,7 @@ func (m *UptimeCheckConfig_ResourceGroup) Reset() { *m = UptimeCheckConf func (m *UptimeCheckConfig_ResourceGroup) String() string { return proto.CompactTextString(m) } func (*UptimeCheckConfig_ResourceGroup) ProtoMessage() {} func (*UptimeCheckConfig_ResourceGroup) Descriptor() ([]byte, []int) { - return fileDescriptor_uptime_c9a147a1171776fb, []int{1, 0} + return fileDescriptor_uptime_bdbf1570f8b9a7cb, []int{1, 0} } func (m *UptimeCheckConfig_ResourceGroup) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UptimeCheckConfig_ResourceGroup.Unmarshal(m, b) @@ -616,7 +616,7 @@ func (m *UptimeCheckConfig_HttpCheck) Reset() { *m = UptimeCheckConfig_H func (m *UptimeCheckConfig_HttpCheck) String() string { return proto.CompactTextString(m) } func (*UptimeCheckConfig_HttpCheck) ProtoMessage() {} func (*UptimeCheckConfig_HttpCheck) Descriptor() ([]byte, []int) { - return fileDescriptor_uptime_c9a147a1171776fb, []int{1, 1} + return fileDescriptor_uptime_bdbf1570f8b9a7cb, []int{1, 1} } func (m *UptimeCheckConfig_HttpCheck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UptimeCheckConfig_HttpCheck.Unmarshal(m, b) @@ -699,7 +699,7 @@ func (m *UptimeCheckConfig_HttpCheck_BasicAuthentication) String() string { } func (*UptimeCheckConfig_HttpCheck_BasicAuthentication) ProtoMessage() {} func (*UptimeCheckConfig_HttpCheck_BasicAuthentication) Descriptor() ([]byte, []int) { - return fileDescriptor_uptime_c9a147a1171776fb, []int{1, 1, 0} + return fileDescriptor_uptime_bdbf1570f8b9a7cb, []int{1, 1, 0} } func (m *UptimeCheckConfig_HttpCheck_BasicAuthentication) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UptimeCheckConfig_HttpCheck_BasicAuthentication.Unmarshal(m, b) @@ -748,7 +748,7 @@ func (m *UptimeCheckConfig_TcpCheck) Reset() { *m = UptimeCheckConfig_Tc func (m *UptimeCheckConfig_TcpCheck) String() string { return proto.CompactTextString(m) } func (*UptimeCheckConfig_TcpCheck) ProtoMessage() {} func (*UptimeCheckConfig_TcpCheck) Descriptor() ([]byte, []int) { - return fileDescriptor_uptime_c9a147a1171776fb, []int{1, 2} + return fileDescriptor_uptime_bdbf1570f8b9a7cb, []int{1, 2} } func (m *UptimeCheckConfig_TcpCheck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UptimeCheckConfig_TcpCheck.Unmarshal(m, b) @@ -789,7 +789,7 @@ func (m *UptimeCheckConfig_ContentMatcher) Reset() { *m = UptimeCheckCon func (m *UptimeCheckConfig_ContentMatcher) String() string { return proto.CompactTextString(m) } func (*UptimeCheckConfig_ContentMatcher) ProtoMessage() {} func (*UptimeCheckConfig_ContentMatcher) Descriptor() ([]byte, []int) { - return fileDescriptor_uptime_c9a147a1171776fb, []int{1, 3} + return fileDescriptor_uptime_bdbf1570f8b9a7cb, []int{1, 3} } func (m *UptimeCheckConfig_ContentMatcher) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UptimeCheckConfig_ContentMatcher.Unmarshal(m, b) @@ -840,7 +840,7 @@ func (m *UptimeCheckIp) Reset() { *m = UptimeCheckIp{} } func (m *UptimeCheckIp) String() string { return proto.CompactTextString(m) } func (*UptimeCheckIp) ProtoMessage() {} func (*UptimeCheckIp) Descriptor() ([]byte, []int) { - return fileDescriptor_uptime_c9a147a1171776fb, []int{2} + return fileDescriptor_uptime_bdbf1570f8b9a7cb, []int{2} } func (m *UptimeCheckIp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UptimeCheckIp.Unmarshal(m, b) @@ -896,10 +896,10 @@ func init() { } func init() { - proto.RegisterFile("google/monitoring/v3/uptime.proto", fileDescriptor_uptime_c9a147a1171776fb) + proto.RegisterFile("google/monitoring/v3/uptime.proto", fileDescriptor_uptime_bdbf1570f8b9a7cb) } -var fileDescriptor_uptime_c9a147a1171776fb = []byte{ +var fileDescriptor_uptime_bdbf1570f8b9a7cb = []byte{ // 1036 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0xed, 0x6e, 0xe3, 0x44, 0x17, 0xae, 0x9b, 0x36, 0x1f, 0x27, 0xfd, 0x70, 0xe7, 0xed, 0x0b, 0x6e, 0xa4, 0x2e, 0xdd, 0x22, diff --git a/googleapis/monitoring/v3/uptime_service.pb.go b/googleapis/monitoring/v3/uptime_service.pb.go index 1c34e57501..b29c7713ae 100644 --- a/googleapis/monitoring/v3/uptime_service.pb.go +++ b/googleapis/monitoring/v3/uptime_service.pb.go @@ -49,7 +49,7 @@ func (m *ListUptimeCheckConfigsRequest) Reset() { *m = ListUptimeCheckCo func (m *ListUptimeCheckConfigsRequest) String() string { return proto.CompactTextString(m) } func (*ListUptimeCheckConfigsRequest) ProtoMessage() {} func (*ListUptimeCheckConfigsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_uptime_service_54cfcb7f292c1e2c, []int{0} + return fileDescriptor_uptime_service_d74c53bfae98dff8, []int{0} } func (m *ListUptimeCheckConfigsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListUptimeCheckConfigsRequest.Unmarshal(m, b) @@ -112,7 +112,7 @@ func (m *ListUptimeCheckConfigsResponse) Reset() { *m = ListUptimeCheckC func (m *ListUptimeCheckConfigsResponse) String() string { return proto.CompactTextString(m) } func (*ListUptimeCheckConfigsResponse) ProtoMessage() {} func (*ListUptimeCheckConfigsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_uptime_service_54cfcb7f292c1e2c, []int{1} + return fileDescriptor_uptime_service_d74c53bfae98dff8, []int{1} } func (m *ListUptimeCheckConfigsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListUptimeCheckConfigsResponse.Unmarshal(m, b) @@ -167,7 +167,7 @@ func (m *GetUptimeCheckConfigRequest) Reset() { *m = GetUptimeCheckConfi func (m *GetUptimeCheckConfigRequest) String() string { return proto.CompactTextString(m) } func (*GetUptimeCheckConfigRequest) ProtoMessage() {} func (*GetUptimeCheckConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_uptime_service_54cfcb7f292c1e2c, []int{2} + return fileDescriptor_uptime_service_d74c53bfae98dff8, []int{2} } func (m *GetUptimeCheckConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetUptimeCheckConfigRequest.Unmarshal(m, b) @@ -210,7 +210,7 @@ func (m *CreateUptimeCheckConfigRequest) Reset() { *m = CreateUptimeChec func (m *CreateUptimeCheckConfigRequest) String() string { return proto.CompactTextString(m) } func (*CreateUptimeCheckConfigRequest) ProtoMessage() {} func (*CreateUptimeCheckConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_uptime_service_54cfcb7f292c1e2c, []int{3} + return fileDescriptor_uptime_service_d74c53bfae98dff8, []int{3} } func (m *CreateUptimeCheckConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateUptimeCheckConfigRequest.Unmarshal(m, b) @@ -272,7 +272,7 @@ func (m *UpdateUptimeCheckConfigRequest) Reset() { *m = UpdateUptimeChec func (m *UpdateUptimeCheckConfigRequest) String() string { return proto.CompactTextString(m) } func (*UpdateUptimeCheckConfigRequest) ProtoMessage() {} func (*UpdateUptimeCheckConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_uptime_service_54cfcb7f292c1e2c, []int{4} + return fileDescriptor_uptime_service_d74c53bfae98dff8, []int{4} } func (m *UpdateUptimeCheckConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateUptimeCheckConfigRequest.Unmarshal(m, b) @@ -320,7 +320,7 @@ func (m *DeleteUptimeCheckConfigRequest) Reset() { *m = DeleteUptimeChec func (m *DeleteUptimeCheckConfigRequest) String() string { return proto.CompactTextString(m) } func (*DeleteUptimeCheckConfigRequest) ProtoMessage() {} func (*DeleteUptimeCheckConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_uptime_service_54cfcb7f292c1e2c, []int{5} + return fileDescriptor_uptime_service_d74c53bfae98dff8, []int{5} } func (m *DeleteUptimeCheckConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteUptimeCheckConfigRequest.Unmarshal(m, b) @@ -369,7 +369,7 @@ func (m *ListUptimeCheckIpsRequest) Reset() { *m = ListUptimeCheckIpsReq func (m *ListUptimeCheckIpsRequest) String() string { return proto.CompactTextString(m) } func (*ListUptimeCheckIpsRequest) ProtoMessage() {} func (*ListUptimeCheckIpsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_uptime_service_54cfcb7f292c1e2c, []int{6} + return fileDescriptor_uptime_service_d74c53bfae98dff8, []int{6} } func (m *ListUptimeCheckIpsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListUptimeCheckIpsRequest.Unmarshal(m, b) @@ -424,7 +424,7 @@ func (m *ListUptimeCheckIpsResponse) Reset() { *m = ListUptimeCheckIpsRe func (m *ListUptimeCheckIpsResponse) String() string { return proto.CompactTextString(m) } func (*ListUptimeCheckIpsResponse) ProtoMessage() {} func (*ListUptimeCheckIpsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_uptime_service_54cfcb7f292c1e2c, []int{7} + return fileDescriptor_uptime_service_d74c53bfae98dff8, []int{7} } func (m *ListUptimeCheckIpsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListUptimeCheckIpsResponse.Unmarshal(m, b) @@ -731,10 +731,10 @@ var _UptimeCheckService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/monitoring/v3/uptime_service.proto", fileDescriptor_uptime_service_54cfcb7f292c1e2c) + proto.RegisterFile("google/monitoring/v3/uptime_service.proto", fileDescriptor_uptime_service_d74c53bfae98dff8) } -var fileDescriptor_uptime_service_54cfcb7f292c1e2c = []byte{ +var fileDescriptor_uptime_service_d74c53bfae98dff8 = []byte{ // 747 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xcd, 0x6e, 0xd3, 0x4a, 0x14, 0xd6, 0x24, 0xbd, 0x55, 0x7b, 0xaa, 0x7b, 0x2f, 0x0c, 0x51, 0x1b, 0x5c, 0x1a, 0x05, 0x23, diff --git a/googleapis/privacy/dlp/v2/dlp.pb.go b/googleapis/privacy/dlp/v2/dlp.pb.go index d5507c3c26..b7bdf13d4e 100644 --- a/googleapis/privacy/dlp/v2/dlp.pb.go +++ b/googleapis/privacy/dlp/v2/dlp.pb.go @@ -59,7 +59,7 @@ func (x ContentOption) String() string { return proto.EnumName(ContentOption_name, int32(x)) } func (ContentOption) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{0} } // Type of the match which can be applied to different ways of matching, like @@ -107,7 +107,7 @@ func (x MatchingType) String() string { return proto.EnumName(MatchingType_name, int32(x)) } func (MatchingType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{1} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{1} } // Parts of the APIs which use certain infoTypes. @@ -136,7 +136,7 @@ func (x InfoTypeSupportedBy) String() string { return proto.EnumName(InfoTypeSupportedBy_name, int32(x)) } func (InfoTypeSupportedBy) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{2} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{2} } // Operators available for comparing the value of fields. @@ -185,7 +185,7 @@ func (x RelationalOperator) String() string { return proto.EnumName(RelationalOperator_name, int32(x)) } func (RelationalOperator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{3} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{3} } // An enum to represent the various type of DLP jobs. @@ -214,7 +214,7 @@ func (x DlpJobType) String() string { return proto.EnumName(DlpJobType_name, int32(x)) } func (DlpJobType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{4} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{4} } // State of a StoredInfoType version. @@ -254,7 +254,7 @@ func (x StoredInfoTypeState) String() string { return proto.EnumName(StoredInfoTypeState_name, int32(x)) } func (StoredInfoTypeState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{5} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{5} } type ByteContentItem_BytesType int32 @@ -292,7 +292,7 @@ func (x ByteContentItem_BytesType) String() string { return proto.EnumName(ByteContentItem_BytesType_name, int32(x)) } func (ByteContentItem_BytesType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{5, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{5, 0} } // Predefined schemas for storing findings. @@ -334,7 +334,7 @@ func (x OutputStorageConfig_OutputSchema) String() string { return proto.EnumName(OutputStorageConfig_OutputSchema_name, int32(x)) } func (OutputStorageConfig_OutputSchema) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{27, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{27, 0} } type TimePartConfig_TimePart int32 @@ -378,7 +378,7 @@ func (x TimePartConfig_TimePart) String() string { return proto.EnumName(TimePartConfig_TimePart_name, int32(x)) } func (TimePartConfig_TimePart) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{44, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{44, 0} } type CharsToIgnore_CommonCharsToIgnore int32 @@ -418,7 +418,7 @@ func (x CharsToIgnore_CommonCharsToIgnore) String() string { return proto.EnumName(CharsToIgnore_CommonCharsToIgnore_name, int32(x)) } func (CharsToIgnore_CommonCharsToIgnore) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{50, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{50, 0} } // These are commonly used subsets of the alphabet that the FFX mode @@ -457,7 +457,7 @@ func (x CryptoReplaceFfxFpeConfig_FfxCommonNativeAlphabet) String() string { return proto.EnumName(CryptoReplaceFfxFpeConfig_FfxCommonNativeAlphabet_name, int32(x)) } func (CryptoReplaceFfxFpeConfig_FfxCommonNativeAlphabet) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{54, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{54, 0} } type RecordCondition_Expressions_LogicalOperator int32 @@ -480,7 +480,7 @@ func (x RecordCondition_Expressions_LogicalOperator) String() string { return proto.EnumName(RecordCondition_Expressions_LogicalOperator_name, int32(x)) } func (RecordCondition_Expressions_LogicalOperator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{64, 2, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{64, 2, 0} } // Possible outcomes of transformations. @@ -507,7 +507,7 @@ func (x TransformationSummary_TransformationResultCode) String() string { return proto.EnumName(TransformationSummary_TransformationResultCode_name, int32(x)) } func (TransformationSummary_TransformationResultCode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{66, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{66, 0} } // Whether the trigger is currently active. If PAUSED or CANCELLED, no jobs @@ -543,7 +543,7 @@ func (x JobTrigger_Status) String() string { return proto.EnumName(JobTrigger_Status_name, int32(x)) } func (JobTrigger_Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{71, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{71, 0} } type DlpJob_JobState int32 @@ -583,7 +583,7 @@ func (x DlpJob_JobState) String() string { return proto.EnumName(DlpJob_JobState_name, int32(x)) } func (DlpJob_JobState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{88, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{88, 0} } // List of exclude infoTypes. @@ -606,7 +606,7 @@ func (m *ExcludeInfoTypes) Reset() { *m = ExcludeInfoTypes{} } func (m *ExcludeInfoTypes) String() string { return proto.CompactTextString(m) } func (*ExcludeInfoTypes) ProtoMessage() {} func (*ExcludeInfoTypes) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{0} } func (m *ExcludeInfoTypes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExcludeInfoTypes.Unmarshal(m, b) @@ -652,7 +652,7 @@ func (m *ExclusionRule) Reset() { *m = ExclusionRule{} } func (m *ExclusionRule) String() string { return proto.CompactTextString(m) } func (*ExclusionRule) ProtoMessage() {} func (*ExclusionRule) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{1} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{1} } func (m *ExclusionRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExclusionRule.Unmarshal(m, b) @@ -838,7 +838,7 @@ func (m *InspectionRule) Reset() { *m = InspectionRule{} } func (m *InspectionRule) String() string { return proto.CompactTextString(m) } func (*InspectionRule) ProtoMessage() {} func (*InspectionRule) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{2} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{2} } func (m *InspectionRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectionRule.Unmarshal(m, b) @@ -985,7 +985,7 @@ func (m *InspectionRuleSet) Reset() { *m = InspectionRuleSet{} } func (m *InspectionRuleSet) String() string { return proto.CompactTextString(m) } func (*InspectionRuleSet) ProtoMessage() {} func (*InspectionRuleSet) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{3} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{3} } func (m *InspectionRuleSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectionRuleSet.Unmarshal(m, b) @@ -1065,7 +1065,7 @@ func (m *InspectConfig) Reset() { *m = InspectConfig{} } func (m *InspectConfig) String() string { return proto.CompactTextString(m) } func (*InspectConfig) ProtoMessage() {} func (*InspectConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{4} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{4} } func (m *InspectConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectConfig.Unmarshal(m, b) @@ -1162,7 +1162,7 @@ func (m *InspectConfig_FindingLimits) Reset() { *m = InspectConfig_Findi func (m *InspectConfig_FindingLimits) String() string { return proto.CompactTextString(m) } func (*InspectConfig_FindingLimits) ProtoMessage() {} func (*InspectConfig_FindingLimits) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{4, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{4, 0} } func (m *InspectConfig_FindingLimits) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectConfig_FindingLimits.Unmarshal(m, b) @@ -1224,7 +1224,7 @@ func (m *InspectConfig_FindingLimits_InfoTypeLimit) Reset() { func (m *InspectConfig_FindingLimits_InfoTypeLimit) String() string { return proto.CompactTextString(m) } func (*InspectConfig_FindingLimits_InfoTypeLimit) ProtoMessage() {} func (*InspectConfig_FindingLimits_InfoTypeLimit) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{4, 0, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{4, 0, 0} } func (m *InspectConfig_FindingLimits_InfoTypeLimit) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectConfig_FindingLimits_InfoTypeLimit.Unmarshal(m, b) @@ -1273,7 +1273,7 @@ func (m *ByteContentItem) Reset() { *m = ByteContentItem{} } func (m *ByteContentItem) String() string { return proto.CompactTextString(m) } func (*ByteContentItem) ProtoMessage() {} func (*ByteContentItem) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{5} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{5} } func (m *ByteContentItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ByteContentItem.Unmarshal(m, b) @@ -1325,7 +1325,7 @@ func (m *ContentItem) Reset() { *m = ContentItem{} } func (m *ContentItem) String() string { return proto.CompactTextString(m) } func (*ContentItem) ProtoMessage() {} func (*ContentItem) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{6} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{6} } func (m *ContentItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ContentItem.Unmarshal(m, b) @@ -1499,7 +1499,7 @@ func (m *Table) Reset() { *m = Table{} } func (m *Table) String() string { return proto.CompactTextString(m) } func (*Table) ProtoMessage() {} func (*Table) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{7} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{7} } func (m *Table) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Table.Unmarshal(m, b) @@ -1544,7 +1544,7 @@ func (m *Table_Row) Reset() { *m = Table_Row{} } func (m *Table_Row) String() string { return proto.CompactTextString(m) } func (*Table_Row) ProtoMessage() {} func (*Table_Row) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{7, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{7, 0} } func (m *Table_Row) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Table_Row.Unmarshal(m, b) @@ -1591,7 +1591,7 @@ func (m *InspectResult) Reset() { *m = InspectResult{} } func (m *InspectResult) String() string { return proto.CompactTextString(m) } func (*InspectResult) ProtoMessage() {} func (*InspectResult) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{8} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{8} } func (m *InspectResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectResult.Unmarshal(m, b) @@ -1655,7 +1655,7 @@ func (m *Finding) Reset() { *m = Finding{} } func (m *Finding) String() string { return proto.CompactTextString(m) } func (*Finding) ProtoMessage() {} func (*Finding) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{9} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{9} } func (m *Finding) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Finding.Unmarshal(m, b) @@ -1741,7 +1741,7 @@ func (m *Location) Reset() { *m = Location{} } func (m *Location) String() string { return proto.CompactTextString(m) } func (*Location) ProtoMessage() {} func (*Location) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{10} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{10} } func (m *Location) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Location.Unmarshal(m, b) @@ -1819,7 +1819,7 @@ func (m *ContentLocation) Reset() { *m = ContentLocation{} } func (m *ContentLocation) String() string { return proto.CompactTextString(m) } func (*ContentLocation) ProtoMessage() {} func (*ContentLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{11} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{11} } func (m *ContentLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ContentLocation.Unmarshal(m, b) @@ -2017,7 +2017,7 @@ func (m *DocumentLocation) Reset() { *m = DocumentLocation{} } func (m *DocumentLocation) String() string { return proto.CompactTextString(m) } func (*DocumentLocation) ProtoMessage() {} func (*DocumentLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{12} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{12} } func (m *DocumentLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DocumentLocation.Unmarshal(m, b) @@ -2061,7 +2061,7 @@ func (m *RecordLocation) Reset() { *m = RecordLocation{} } func (m *RecordLocation) String() string { return proto.CompactTextString(m) } func (*RecordLocation) ProtoMessage() {} func (*RecordLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{13} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{13} } func (m *RecordLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecordLocation.Unmarshal(m, b) @@ -2115,7 +2115,7 @@ func (m *TableLocation) Reset() { *m = TableLocation{} } func (m *TableLocation) String() string { return proto.CompactTextString(m) } func (*TableLocation) ProtoMessage() {} func (*TableLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{14} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{14} } func (m *TableLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TableLocation.Unmarshal(m, b) @@ -2157,7 +2157,7 @@ func (m *Range) Reset() { *m = Range{} } func (m *Range) String() string { return proto.CompactTextString(m) } func (*Range) ProtoMessage() {} func (*Range) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{15} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{15} } func (m *Range) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Range.Unmarshal(m, b) @@ -2204,7 +2204,7 @@ func (m *ImageLocation) Reset() { *m = ImageLocation{} } func (m *ImageLocation) String() string { return proto.CompactTextString(m) } func (*ImageLocation) ProtoMessage() {} func (*ImageLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{16} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{16} } func (m *ImageLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageLocation.Unmarshal(m, b) @@ -2250,7 +2250,7 @@ func (m *BoundingBox) Reset() { *m = BoundingBox{} } func (m *BoundingBox) String() string { return proto.CompactTextString(m) } func (*BoundingBox) ProtoMessage() {} func (*BoundingBox) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{17} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{17} } func (m *BoundingBox) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BoundingBox.Unmarshal(m, b) @@ -2321,7 +2321,7 @@ func (m *RedactImageRequest) Reset() { *m = RedactImageRequest{} } func (m *RedactImageRequest) String() string { return proto.CompactTextString(m) } func (*RedactImageRequest) ProtoMessage() {} func (*RedactImageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{18} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{18} } func (m *RedactImageRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RedactImageRequest.Unmarshal(m, b) @@ -2398,7 +2398,7 @@ func (m *RedactImageRequest_ImageRedactionConfig) Reset() { func (m *RedactImageRequest_ImageRedactionConfig) String() string { return proto.CompactTextString(m) } func (*RedactImageRequest_ImageRedactionConfig) ProtoMessage() {} func (*RedactImageRequest_ImageRedactionConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{18, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{18, 0} } func (m *RedactImageRequest_ImageRedactionConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RedactImageRequest_ImageRedactionConfig.Unmarshal(m, b) @@ -2554,7 +2554,7 @@ func (m *Color) Reset() { *m = Color{} } func (m *Color) String() string { return proto.CompactTextString(m) } func (*Color) ProtoMessage() {} func (*Color) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{19} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{19} } func (m *Color) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Color.Unmarshal(m, b) @@ -2614,7 +2614,7 @@ func (m *RedactImageResponse) Reset() { *m = RedactImageResponse{} } func (m *RedactImageResponse) String() string { return proto.CompactTextString(m) } func (*RedactImageResponse) ProtoMessage() {} func (*RedactImageResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{20} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{20} } func (m *RedactImageResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RedactImageResponse.Unmarshal(m, b) @@ -2690,7 +2690,7 @@ func (m *DeidentifyContentRequest) Reset() { *m = DeidentifyContentReque func (m *DeidentifyContentRequest) String() string { return proto.CompactTextString(m) } func (*DeidentifyContentRequest) ProtoMessage() {} func (*DeidentifyContentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{21} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{21} } func (m *DeidentifyContentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeidentifyContentRequest.Unmarshal(m, b) @@ -2767,7 +2767,7 @@ func (m *DeidentifyContentResponse) Reset() { *m = DeidentifyContentResp func (m *DeidentifyContentResponse) String() string { return proto.CompactTextString(m) } func (*DeidentifyContentResponse) ProtoMessage() {} func (*DeidentifyContentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{22} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{22} } func (m *DeidentifyContentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeidentifyContentResponse.Unmarshal(m, b) @@ -2841,7 +2841,7 @@ func (m *ReidentifyContentRequest) Reset() { *m = ReidentifyContentReque func (m *ReidentifyContentRequest) String() string { return proto.CompactTextString(m) } func (*ReidentifyContentRequest) ProtoMessage() {} func (*ReidentifyContentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{23} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{23} } func (m *ReidentifyContentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReidentifyContentRequest.Unmarshal(m, b) @@ -2918,7 +2918,7 @@ func (m *ReidentifyContentResponse) Reset() { *m = ReidentifyContentResp func (m *ReidentifyContentResponse) String() string { return proto.CompactTextString(m) } func (*ReidentifyContentResponse) ProtoMessage() {} func (*ReidentifyContentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{24} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{24} } func (m *ReidentifyContentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReidentifyContentResponse.Unmarshal(m, b) @@ -2976,7 +2976,7 @@ func (m *InspectContentRequest) Reset() { *m = InspectContentRequest{} } func (m *InspectContentRequest) String() string { return proto.CompactTextString(m) } func (*InspectContentRequest) ProtoMessage() {} func (*InspectContentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{25} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{25} } func (m *InspectContentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectContentRequest.Unmarshal(m, b) @@ -3037,7 +3037,7 @@ func (m *InspectContentResponse) Reset() { *m = InspectContentResponse{} func (m *InspectContentResponse) String() string { return proto.CompactTextString(m) } func (*InspectContentResponse) ProtoMessage() {} func (*InspectContentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{26} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{26} } func (m *InspectContentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectContentResponse.Unmarshal(m, b) @@ -3088,7 +3088,7 @@ func (m *OutputStorageConfig) Reset() { *m = OutputStorageConfig{} } func (m *OutputStorageConfig) String() string { return proto.CompactTextString(m) } func (*OutputStorageConfig) ProtoMessage() {} func (*OutputStorageConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{27} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{27} } func (m *OutputStorageConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OutputStorageConfig.Unmarshal(m, b) @@ -3209,7 +3209,7 @@ func (m *InfoTypeStats) Reset() { *m = InfoTypeStats{} } func (m *InfoTypeStats) String() string { return proto.CompactTextString(m) } func (*InfoTypeStats) ProtoMessage() {} func (*InfoTypeStats) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{28} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{28} } func (m *InfoTypeStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InfoTypeStats.Unmarshal(m, b) @@ -3258,7 +3258,7 @@ func (m *InspectDataSourceDetails) Reset() { *m = InspectDataSourceDetai func (m *InspectDataSourceDetails) String() string { return proto.CompactTextString(m) } func (*InspectDataSourceDetails) ProtoMessage() {} func (*InspectDataSourceDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{29} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{29} } func (m *InspectDataSourceDetails) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectDataSourceDetails.Unmarshal(m, b) @@ -3308,7 +3308,7 @@ func (m *InspectDataSourceDetails_RequestedOptions) Reset() { func (m *InspectDataSourceDetails_RequestedOptions) String() string { return proto.CompactTextString(m) } func (*InspectDataSourceDetails_RequestedOptions) ProtoMessage() {} func (*InspectDataSourceDetails_RequestedOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{29, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{29, 0} } func (m *InspectDataSourceDetails_RequestedOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectDataSourceDetails_RequestedOptions.Unmarshal(m, b) @@ -3360,7 +3360,7 @@ func (m *InspectDataSourceDetails_Result) Reset() { *m = InspectDataSour func (m *InspectDataSourceDetails_Result) String() string { return proto.CompactTextString(m) } func (*InspectDataSourceDetails_Result) ProtoMessage() {} func (*InspectDataSourceDetails_Result) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{29, 1} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{29, 1} } func (m *InspectDataSourceDetails_Result) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectDataSourceDetails_Result.Unmarshal(m, b) @@ -3421,7 +3421,7 @@ func (m *InfoTypeDescription) Reset() { *m = InfoTypeDescription{} } func (m *InfoTypeDescription) String() string { return proto.CompactTextString(m) } func (*InfoTypeDescription) ProtoMessage() {} func (*InfoTypeDescription) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{30} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{30} } func (m *InfoTypeDescription) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InfoTypeDescription.Unmarshal(m, b) @@ -3487,7 +3487,7 @@ func (m *ListInfoTypesRequest) Reset() { *m = ListInfoTypesRequest{} } func (m *ListInfoTypesRequest) String() string { return proto.CompactTextString(m) } func (*ListInfoTypesRequest) ProtoMessage() {} func (*ListInfoTypesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{31} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{31} } func (m *ListInfoTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInfoTypesRequest.Unmarshal(m, b) @@ -3534,7 +3534,7 @@ func (m *ListInfoTypesResponse) Reset() { *m = ListInfoTypesResponse{} } func (m *ListInfoTypesResponse) String() string { return proto.CompactTextString(m) } func (*ListInfoTypesResponse) ProtoMessage() {} func (*ListInfoTypesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{32} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{32} } func (m *ListInfoTypesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInfoTypesResponse.Unmarshal(m, b) @@ -3580,7 +3580,7 @@ func (m *RiskAnalysisJobConfig) Reset() { *m = RiskAnalysisJobConfig{} } func (m *RiskAnalysisJobConfig) String() string { return proto.CompactTextString(m) } func (*RiskAnalysisJobConfig) ProtoMessage() {} func (*RiskAnalysisJobConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{33} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{33} } func (m *RiskAnalysisJobConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RiskAnalysisJobConfig.Unmarshal(m, b) @@ -3643,7 +3643,7 @@ func (m *QuasiId) Reset() { *m = QuasiId{} } func (m *QuasiId) String() string { return proto.CompactTextString(m) } func (*QuasiId) ProtoMessage() {} func (*QuasiId) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{34} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{34} } func (m *QuasiId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QuasiId.Unmarshal(m, b) @@ -3834,7 +3834,7 @@ func (m *StatisticalTable) Reset() { *m = StatisticalTable{} } func (m *StatisticalTable) String() string { return proto.CompactTextString(m) } func (*StatisticalTable) ProtoMessage() {} func (*StatisticalTable) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{35} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{35} } func (m *StatisticalTable) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StatisticalTable.Unmarshal(m, b) @@ -3889,7 +3889,7 @@ func (m *StatisticalTable_QuasiIdentifierField) Reset() { *m = Statistic func (m *StatisticalTable_QuasiIdentifierField) String() string { return proto.CompactTextString(m) } func (*StatisticalTable_QuasiIdentifierField) ProtoMessage() {} func (*StatisticalTable_QuasiIdentifierField) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{35, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{35, 0} } func (m *StatisticalTable_QuasiIdentifierField) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StatisticalTable_QuasiIdentifierField.Unmarshal(m, b) @@ -3942,7 +3942,7 @@ func (m *PrivacyMetric) Reset() { *m = PrivacyMetric{} } func (m *PrivacyMetric) String() string { return proto.CompactTextString(m) } func (*PrivacyMetric) ProtoMessage() {} func (*PrivacyMetric) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{36} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{36} } func (m *PrivacyMetric) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric.Unmarshal(m, b) @@ -4216,7 +4216,7 @@ func (m *PrivacyMetric_NumericalStatsConfig) Reset() { *m = PrivacyMetri func (m *PrivacyMetric_NumericalStatsConfig) String() string { return proto.CompactTextString(m) } func (*PrivacyMetric_NumericalStatsConfig) ProtoMessage() {} func (*PrivacyMetric_NumericalStatsConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{36, 0} } func (m *PrivacyMetric_NumericalStatsConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_NumericalStatsConfig.Unmarshal(m, b) @@ -4260,7 +4260,7 @@ func (m *PrivacyMetric_CategoricalStatsConfig) Reset() { *m = PrivacyMet func (m *PrivacyMetric_CategoricalStatsConfig) String() string { return proto.CompactTextString(m) } func (*PrivacyMetric_CategoricalStatsConfig) ProtoMessage() {} func (*PrivacyMetric_CategoricalStatsConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 1} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{36, 1} } func (m *PrivacyMetric_CategoricalStatsConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_CategoricalStatsConfig.Unmarshal(m, b) @@ -4315,7 +4315,7 @@ func (m *PrivacyMetric_KAnonymityConfig) Reset() { *m = PrivacyMetric_KA func (m *PrivacyMetric_KAnonymityConfig) String() string { return proto.CompactTextString(m) } func (*PrivacyMetric_KAnonymityConfig) ProtoMessage() {} func (*PrivacyMetric_KAnonymityConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 2} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{36, 2} } func (m *PrivacyMetric_KAnonymityConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_KAnonymityConfig.Unmarshal(m, b) @@ -4366,7 +4366,7 @@ func (m *PrivacyMetric_LDiversityConfig) Reset() { *m = PrivacyMetric_LD func (m *PrivacyMetric_LDiversityConfig) String() string { return proto.CompactTextString(m) } func (*PrivacyMetric_LDiversityConfig) ProtoMessage() {} func (*PrivacyMetric_LDiversityConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 3} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{36, 3} } func (m *PrivacyMetric_LDiversityConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_LDiversityConfig.Unmarshal(m, b) @@ -4428,7 +4428,7 @@ func (m *PrivacyMetric_KMapEstimationConfig) Reset() { *m = PrivacyMetri func (m *PrivacyMetric_KMapEstimationConfig) String() string { return proto.CompactTextString(m) } func (*PrivacyMetric_KMapEstimationConfig) ProtoMessage() {} func (*PrivacyMetric_KMapEstimationConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 4} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{36, 4} } func (m *PrivacyMetric_KMapEstimationConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_KMapEstimationConfig.Unmarshal(m, b) @@ -4494,7 +4494,7 @@ func (m *PrivacyMetric_KMapEstimationConfig_TaggedField) String() string { } func (*PrivacyMetric_KMapEstimationConfig_TaggedField) ProtoMessage() {} func (*PrivacyMetric_KMapEstimationConfig_TaggedField) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 4, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{36, 4, 0} } func (m *PrivacyMetric_KMapEstimationConfig_TaggedField) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_KMapEstimationConfig_TaggedField.Unmarshal(m, b) @@ -4692,7 +4692,7 @@ func (m *PrivacyMetric_KMapEstimationConfig_AuxiliaryTable) String() string { } func (*PrivacyMetric_KMapEstimationConfig_AuxiliaryTable) ProtoMessage() {} func (*PrivacyMetric_KMapEstimationConfig_AuxiliaryTable) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 4, 1} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{36, 4, 1} } func (m *PrivacyMetric_KMapEstimationConfig_AuxiliaryTable) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_KMapEstimationConfig_AuxiliaryTable.Unmarshal(m, b) @@ -4751,7 +4751,7 @@ func (m *PrivacyMetric_KMapEstimationConfig_AuxiliaryTable_QuasiIdField) String( } func (*PrivacyMetric_KMapEstimationConfig_AuxiliaryTable_QuasiIdField) ProtoMessage() {} func (*PrivacyMetric_KMapEstimationConfig_AuxiliaryTable_QuasiIdField) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 4, 1, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{36, 4, 1, 0} } func (m *PrivacyMetric_KMapEstimationConfig_AuxiliaryTable_QuasiIdField) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_KMapEstimationConfig_AuxiliaryTable_QuasiIdField.Unmarshal(m, b) @@ -4814,7 +4814,7 @@ func (m *PrivacyMetric_DeltaPresenceEstimationConfig) String() string { } func (*PrivacyMetric_DeltaPresenceEstimationConfig) ProtoMessage() {} func (*PrivacyMetric_DeltaPresenceEstimationConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 5} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{36, 5} } func (m *PrivacyMetric_DeltaPresenceEstimationConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_DeltaPresenceEstimationConfig.Unmarshal(m, b) @@ -4880,7 +4880,7 @@ func (m *AnalyzeDataSourceRiskDetails) Reset() { *m = AnalyzeDataSourceR func (m *AnalyzeDataSourceRiskDetails) String() string { return proto.CompactTextString(m) } func (*AnalyzeDataSourceRiskDetails) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{37} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{37} } func (m *AnalyzeDataSourceRiskDetails) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails.Unmarshal(m, b) @@ -5176,7 +5176,7 @@ func (m *AnalyzeDataSourceRiskDetails_NumericalStatsResult) String() string { } func (*AnalyzeDataSourceRiskDetails_NumericalStatsResult) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_NumericalStatsResult) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{37, 0} } func (m *AnalyzeDataSourceRiskDetails_NumericalStatsResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_NumericalStatsResult.Unmarshal(m, b) @@ -5234,7 +5234,7 @@ func (m *AnalyzeDataSourceRiskDetails_CategoricalStatsResult) String() string { } func (*AnalyzeDataSourceRiskDetails_CategoricalStatsResult) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_CategoricalStatsResult) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 1} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{37, 1} } func (m *AnalyzeDataSourceRiskDetails_CategoricalStatsResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_CategoricalStatsResult.Unmarshal(m, b) @@ -5287,7 +5287,7 @@ func (m *AnalyzeDataSourceRiskDetails_CategoricalStatsResult_CategoricalStatsHis func (*AnalyzeDataSourceRiskDetails_CategoricalStatsResult_CategoricalStatsHistogramBucket) ProtoMessage() { } func (*AnalyzeDataSourceRiskDetails_CategoricalStatsResult_CategoricalStatsHistogramBucket) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 1, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{37, 1, 0} } func (m *AnalyzeDataSourceRiskDetails_CategoricalStatsResult_CategoricalStatsHistogramBucket) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_CategoricalStatsResult_CategoricalStatsHistogramBucket.Unmarshal(m, b) @@ -5359,7 +5359,7 @@ func (m *AnalyzeDataSourceRiskDetails_KAnonymityResult) String() string { } func (*AnalyzeDataSourceRiskDetails_KAnonymityResult) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_KAnonymityResult) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 2} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{37, 2} } func (m *AnalyzeDataSourceRiskDetails_KAnonymityResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_KAnonymityResult.Unmarshal(m, b) @@ -5408,7 +5408,7 @@ func (m *AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityEquivalenceClas } func (*AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityEquivalenceClass) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityEquivalenceClass) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 2, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{37, 2, 0} } func (m *AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityEquivalenceClass) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityEquivalenceClass.Unmarshal(m, b) @@ -5467,7 +5467,7 @@ func (m *AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityHistogramBucket } func (*AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityHistogramBucket) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityHistogramBucket) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 2, 1} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{37, 2, 1} } func (m *AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityHistogramBucket) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityHistogramBucket.Unmarshal(m, b) @@ -5539,7 +5539,7 @@ func (m *AnalyzeDataSourceRiskDetails_LDiversityResult) String() string { } func (*AnalyzeDataSourceRiskDetails_LDiversityResult) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_LDiversityResult) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 3} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{37, 3} } func (m *AnalyzeDataSourceRiskDetails_LDiversityResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_LDiversityResult.Unmarshal(m, b) @@ -5590,7 +5590,7 @@ func (m *AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityEquivalenceClas } func (*AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityEquivalenceClass) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityEquivalenceClass) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 3, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{37, 3, 0} } func (m *AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityEquivalenceClass) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityEquivalenceClass.Unmarshal(m, b) @@ -5665,7 +5665,7 @@ func (m *AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityHistogramBucket } func (*AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityHistogramBucket) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityHistogramBucket) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 3, 1} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{37, 3, 1} } func (m *AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityHistogramBucket) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityHistogramBucket.Unmarshal(m, b) @@ -5745,7 +5745,7 @@ func (m *AnalyzeDataSourceRiskDetails_KMapEstimationResult) String() string { } func (*AnalyzeDataSourceRiskDetails_KMapEstimationResult) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_KMapEstimationResult) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 4} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{37, 4} } func (m *AnalyzeDataSourceRiskDetails_KMapEstimationResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_KMapEstimationResult.Unmarshal(m, b) @@ -5791,7 +5791,7 @@ func (m *AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationQuasiId } func (*AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationQuasiIdValues) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationQuasiIdValues) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 4, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{37, 4, 0} } func (m *AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationQuasiIdValues) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationQuasiIdValues.Unmarshal(m, b) @@ -5859,7 +5859,7 @@ func (m *AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationHistogr func (*AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationHistogramBucket) ProtoMessage() { } func (*AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationHistogramBucket) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 4, 1} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{37, 4, 1} } func (m *AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationHistogramBucket) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationHistogramBucket.Unmarshal(m, b) @@ -5939,7 +5939,7 @@ func (m *AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult) String() st } func (*AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 5} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{37, 5} } func (m *AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult.Unmarshal(m, b) @@ -5993,7 +5993,7 @@ func (m *AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenc func (*AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationQuasiIdValues) ProtoMessage() { } func (*AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationQuasiIdValues) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 5, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{37, 5, 0} } func (m *AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationQuasiIdValues) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationQuasiIdValues.Unmarshal(m, b) @@ -6062,7 +6062,7 @@ func (m *AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenc func (*AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationHistogramBucket) ProtoMessage() { } func (*AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationHistogramBucket) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 5, 1} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{37, 5, 1} } func (m *AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationHistogramBucket) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationHistogramBucket.Unmarshal(m, b) @@ -6132,7 +6132,7 @@ func (m *ValueFrequency) Reset() { *m = ValueFrequency{} } func (m *ValueFrequency) String() string { return proto.CompactTextString(m) } func (*ValueFrequency) ProtoMessage() {} func (*ValueFrequency) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{38} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{38} } func (m *ValueFrequency) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValueFrequency.Unmarshal(m, b) @@ -6192,7 +6192,7 @@ func (m *Value) Reset() { *m = Value{} } func (m *Value) String() string { return proto.CompactTextString(m) } func (*Value) ProtoMessage() {} func (*Value) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{39} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{39} } func (m *Value) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Value.Unmarshal(m, b) @@ -6511,7 +6511,7 @@ func (m *QuoteInfo) Reset() { *m = QuoteInfo{} } func (m *QuoteInfo) String() string { return proto.CompactTextString(m) } func (*QuoteInfo) ProtoMessage() {} func (*QuoteInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{40} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{40} } func (m *QuoteInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QuoteInfo.Unmarshal(m, b) @@ -6628,7 +6628,7 @@ func (m *DateTime) Reset() { *m = DateTime{} } func (m *DateTime) String() string { return proto.CompactTextString(m) } func (*DateTime) ProtoMessage() {} func (*DateTime) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{41} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{41} } func (m *DateTime) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DateTime.Unmarshal(m, b) @@ -6689,7 +6689,7 @@ func (m *DateTime_TimeZone) Reset() { *m = DateTime_TimeZone{} } func (m *DateTime_TimeZone) String() string { return proto.CompactTextString(m) } func (*DateTime_TimeZone) ProtoMessage() {} func (*DateTime_TimeZone) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{41, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{41, 0} } func (m *DateTime_TimeZone) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DateTime_TimeZone.Unmarshal(m, b) @@ -6731,7 +6731,7 @@ func (m *DeidentifyConfig) Reset() { *m = DeidentifyConfig{} } func (m *DeidentifyConfig) String() string { return proto.CompactTextString(m) } func (*DeidentifyConfig) ProtoMessage() {} func (*DeidentifyConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{42} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{42} } func (m *DeidentifyConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeidentifyConfig.Unmarshal(m, b) @@ -6886,7 +6886,7 @@ func (m *PrimitiveTransformation) Reset() { *m = PrimitiveTransformation func (m *PrimitiveTransformation) String() string { return proto.CompactTextString(m) } func (*PrimitiveTransformation) ProtoMessage() {} func (*PrimitiveTransformation) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{43} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{43} } func (m *PrimitiveTransformation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrimitiveTransformation.Unmarshal(m, b) @@ -7318,7 +7318,7 @@ func (m *TimePartConfig) Reset() { *m = TimePartConfig{} } func (m *TimePartConfig) String() string { return proto.CompactTextString(m) } func (*TimePartConfig) ProtoMessage() {} func (*TimePartConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{44} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{44} } func (m *TimePartConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimePartConfig.Unmarshal(m, b) @@ -7364,7 +7364,7 @@ func (m *CryptoHashConfig) Reset() { *m = CryptoHashConfig{} } func (m *CryptoHashConfig) String() string { return proto.CompactTextString(m) } func (*CryptoHashConfig) ProtoMessage() {} func (*CryptoHashConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{45} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{45} } func (m *CryptoHashConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CryptoHashConfig.Unmarshal(m, b) @@ -7453,7 +7453,7 @@ func (m *CryptoDeterministicConfig) Reset() { *m = CryptoDeterministicCo func (m *CryptoDeterministicConfig) String() string { return proto.CompactTextString(m) } func (*CryptoDeterministicConfig) ProtoMessage() {} func (*CryptoDeterministicConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{46} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{46} } func (m *CryptoDeterministicConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CryptoDeterministicConfig.Unmarshal(m, b) @@ -7507,7 +7507,7 @@ func (m *ReplaceValueConfig) Reset() { *m = ReplaceValueConfig{} } func (m *ReplaceValueConfig) String() string { return proto.CompactTextString(m) } func (*ReplaceValueConfig) ProtoMessage() {} func (*ReplaceValueConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{47} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{47} } func (m *ReplaceValueConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReplaceValueConfig.Unmarshal(m, b) @@ -7545,7 +7545,7 @@ func (m *ReplaceWithInfoTypeConfig) Reset() { *m = ReplaceWithInfoTypeCo func (m *ReplaceWithInfoTypeConfig) String() string { return proto.CompactTextString(m) } func (*ReplaceWithInfoTypeConfig) ProtoMessage() {} func (*ReplaceWithInfoTypeConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{48} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{48} } func (m *ReplaceWithInfoTypeConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReplaceWithInfoTypeConfig.Unmarshal(m, b) @@ -7578,7 +7578,7 @@ func (m *RedactConfig) Reset() { *m = RedactConfig{} } func (m *RedactConfig) String() string { return proto.CompactTextString(m) } func (*RedactConfig) ProtoMessage() {} func (*RedactConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{49} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{49} } func (m *RedactConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RedactConfig.Unmarshal(m, b) @@ -7614,7 +7614,7 @@ func (m *CharsToIgnore) Reset() { *m = CharsToIgnore{} } func (m *CharsToIgnore) String() string { return proto.CompactTextString(m) } func (*CharsToIgnore) ProtoMessage() {} func (*CharsToIgnore) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{50} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{50} } func (m *CharsToIgnore) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CharsToIgnore.Unmarshal(m, b) @@ -7770,7 +7770,7 @@ func (m *CharacterMaskConfig) Reset() { *m = CharacterMaskConfig{} } func (m *CharacterMaskConfig) String() string { return proto.CompactTextString(m) } func (*CharacterMaskConfig) ProtoMessage() {} func (*CharacterMaskConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{51} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{51} } func (m *CharacterMaskConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CharacterMaskConfig.Unmarshal(m, b) @@ -7858,7 +7858,7 @@ func (m *FixedSizeBucketingConfig) Reset() { *m = FixedSizeBucketingConf func (m *FixedSizeBucketingConfig) String() string { return proto.CompactTextString(m) } func (*FixedSizeBucketingConfig) ProtoMessage() {} func (*FixedSizeBucketingConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{52} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{52} } func (m *FixedSizeBucketingConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FixedSizeBucketingConfig.Unmarshal(m, b) @@ -7920,7 +7920,7 @@ func (m *BucketingConfig) Reset() { *m = BucketingConfig{} } func (m *BucketingConfig) String() string { return proto.CompactTextString(m) } func (*BucketingConfig) ProtoMessage() {} func (*BucketingConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{53} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{53} } func (m *BucketingConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BucketingConfig.Unmarshal(m, b) @@ -7966,7 +7966,7 @@ func (m *BucketingConfig_Bucket) Reset() { *m = BucketingConfig_Bucket{} func (m *BucketingConfig_Bucket) String() string { return proto.CompactTextString(m) } func (*BucketingConfig_Bucket) ProtoMessage() {} func (*BucketingConfig_Bucket) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{53, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{53, 0} } func (m *BucketingConfig_Bucket) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BucketingConfig_Bucket.Unmarshal(m, b) @@ -8084,7 +8084,7 @@ func (m *CryptoReplaceFfxFpeConfig) Reset() { *m = CryptoReplaceFfxFpeCo func (m *CryptoReplaceFfxFpeConfig) String() string { return proto.CompactTextString(m) } func (*CryptoReplaceFfxFpeConfig) ProtoMessage() {} func (*CryptoReplaceFfxFpeConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{54} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{54} } func (m *CryptoReplaceFfxFpeConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CryptoReplaceFfxFpeConfig.Unmarshal(m, b) @@ -8274,7 +8274,7 @@ func (m *CryptoKey) Reset() { *m = CryptoKey{} } func (m *CryptoKey) String() string { return proto.CompactTextString(m) } func (*CryptoKey) ProtoMessage() {} func (*CryptoKey) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{55} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{55} } func (m *CryptoKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CryptoKey.Unmarshal(m, b) @@ -8456,7 +8456,7 @@ func (m *TransientCryptoKey) Reset() { *m = TransientCryptoKey{} } func (m *TransientCryptoKey) String() string { return proto.CompactTextString(m) } func (*TransientCryptoKey) ProtoMessage() {} func (*TransientCryptoKey) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{56} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{56} } func (m *TransientCryptoKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransientCryptoKey.Unmarshal(m, b) @@ -8497,7 +8497,7 @@ func (m *UnwrappedCryptoKey) Reset() { *m = UnwrappedCryptoKey{} } func (m *UnwrappedCryptoKey) String() string { return proto.CompactTextString(m) } func (*UnwrappedCryptoKey) ProtoMessage() {} func (*UnwrappedCryptoKey) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{57} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{57} } func (m *UnwrappedCryptoKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UnwrappedCryptoKey.Unmarshal(m, b) @@ -8543,7 +8543,7 @@ func (m *KmsWrappedCryptoKey) Reset() { *m = KmsWrappedCryptoKey{} } func (m *KmsWrappedCryptoKey) String() string { return proto.CompactTextString(m) } func (*KmsWrappedCryptoKey) ProtoMessage() {} func (*KmsWrappedCryptoKey) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{58} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{58} } func (m *KmsWrappedCryptoKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KmsWrappedCryptoKey.Unmarshal(m, b) @@ -8610,7 +8610,7 @@ func (m *DateShiftConfig) Reset() { *m = DateShiftConfig{} } func (m *DateShiftConfig) String() string { return proto.CompactTextString(m) } func (*DateShiftConfig) ProtoMessage() {} func (*DateShiftConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{59} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{59} } func (m *DateShiftConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DateShiftConfig.Unmarshal(m, b) @@ -8747,7 +8747,7 @@ func (m *InfoTypeTransformations) Reset() { *m = InfoTypeTransformations func (m *InfoTypeTransformations) String() string { return proto.CompactTextString(m) } func (*InfoTypeTransformations) ProtoMessage() {} func (*InfoTypeTransformations) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{60} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{60} } func (m *InfoTypeTransformations) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InfoTypeTransformations.Unmarshal(m, b) @@ -8796,7 +8796,7 @@ func (m *InfoTypeTransformations_InfoTypeTransformation) String() string { } func (*InfoTypeTransformations_InfoTypeTransformation) ProtoMessage() {} func (*InfoTypeTransformations_InfoTypeTransformation) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{60, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{60, 0} } func (m *InfoTypeTransformations_InfoTypeTransformation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InfoTypeTransformations_InfoTypeTransformation.Unmarshal(m, b) @@ -8859,7 +8859,7 @@ func (m *FieldTransformation) Reset() { *m = FieldTransformation{} } func (m *FieldTransformation) String() string { return proto.CompactTextString(m) } func (*FieldTransformation) ProtoMessage() {} func (*FieldTransformation) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{61} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{61} } func (m *FieldTransformation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FieldTransformation.Unmarshal(m, b) @@ -9021,7 +9021,7 @@ func (m *RecordTransformations) Reset() { *m = RecordTransformations{} } func (m *RecordTransformations) String() string { return proto.CompactTextString(m) } func (*RecordTransformations) ProtoMessage() {} func (*RecordTransformations) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{62} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{62} } func (m *RecordTransformations) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecordTransformations.Unmarshal(m, b) @@ -9070,7 +9070,7 @@ func (m *RecordSuppression) Reset() { *m = RecordSuppression{} } func (m *RecordSuppression) String() string { return proto.CompactTextString(m) } func (*RecordSuppression) ProtoMessage() {} func (*RecordSuppression) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{63} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{63} } func (m *RecordSuppression) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecordSuppression.Unmarshal(m, b) @@ -9111,7 +9111,7 @@ func (m *RecordCondition) Reset() { *m = RecordCondition{} } func (m *RecordCondition) String() string { return proto.CompactTextString(m) } func (*RecordCondition) ProtoMessage() {} func (*RecordCondition) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{64} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{64} } func (m *RecordCondition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecordCondition.Unmarshal(m, b) @@ -9173,7 +9173,7 @@ func (m *RecordCondition_Condition) Reset() { *m = RecordCondition_Condi func (m *RecordCondition_Condition) String() string { return proto.CompactTextString(m) } func (*RecordCondition_Condition) ProtoMessage() {} func (*RecordCondition_Condition) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{64, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{64, 0} } func (m *RecordCondition_Condition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecordCondition_Condition.Unmarshal(m, b) @@ -9226,7 +9226,7 @@ func (m *RecordCondition_Conditions) Reset() { *m = RecordCondition_Cond func (m *RecordCondition_Conditions) String() string { return proto.CompactTextString(m) } func (*RecordCondition_Conditions) ProtoMessage() {} func (*RecordCondition_Conditions) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{64, 1} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{64, 1} } func (m *RecordCondition_Conditions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecordCondition_Conditions.Unmarshal(m, b) @@ -9270,7 +9270,7 @@ func (m *RecordCondition_Expressions) Reset() { *m = RecordCondition_Exp func (m *RecordCondition_Expressions) String() string { return proto.CompactTextString(m) } func (*RecordCondition_Expressions) ProtoMessage() {} func (*RecordCondition_Expressions) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{64, 2} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{64, 2} } func (m *RecordCondition_Expressions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecordCondition_Expressions.Unmarshal(m, b) @@ -9391,7 +9391,7 @@ func (m *TransformationOverview) Reset() { *m = TransformationOverview{} func (m *TransformationOverview) String() string { return proto.CompactTextString(m) } func (*TransformationOverview) ProtoMessage() {} func (*TransformationOverview) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{65} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{65} } func (m *TransformationOverview) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransformationOverview.Unmarshal(m, b) @@ -9453,7 +9453,7 @@ func (m *TransformationSummary) Reset() { *m = TransformationSummary{} } func (m *TransformationSummary) String() string { return proto.CompactTextString(m) } func (*TransformationSummary) ProtoMessage() {} func (*TransformationSummary) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{66} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{66} } func (m *TransformationSummary) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransformationSummary.Unmarshal(m, b) @@ -9539,7 +9539,7 @@ func (m *TransformationSummary_SummaryResult) Reset() { *m = Transformat func (m *TransformationSummary_SummaryResult) String() string { return proto.CompactTextString(m) } func (*TransformationSummary_SummaryResult) ProtoMessage() {} func (*TransformationSummary_SummaryResult) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{66, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{66, 0} } func (m *TransformationSummary_SummaryResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransformationSummary_SummaryResult.Unmarshal(m, b) @@ -9594,7 +9594,7 @@ func (m *Schedule) Reset() { *m = Schedule{} } func (m *Schedule) String() string { return proto.CompactTextString(m) } func (*Schedule) ProtoMessage() {} func (*Schedule) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{67} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{67} } func (m *Schedule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Schedule.Unmarshal(m, b) @@ -9723,7 +9723,7 @@ func (m *InspectTemplate) Reset() { *m = InspectTemplate{} } func (m *InspectTemplate) String() string { return proto.CompactTextString(m) } func (*InspectTemplate) ProtoMessage() {} func (*InspectTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{68} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{68} } func (m *InspectTemplate) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectTemplate.Unmarshal(m, b) @@ -9813,7 +9813,7 @@ func (m *DeidentifyTemplate) Reset() { *m = DeidentifyTemplate{} } func (m *DeidentifyTemplate) String() string { return proto.CompactTextString(m) } func (*DeidentifyTemplate) ProtoMessage() {} func (*DeidentifyTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{69} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{69} } func (m *DeidentifyTemplate) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeidentifyTemplate.Unmarshal(m, b) @@ -9891,7 +9891,7 @@ func (m *Error) Reset() { *m = Error{} } func (m *Error) String() string { return proto.CompactTextString(m) } func (*Error) ProtoMessage() {} func (*Error) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{70} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{70} } func (m *Error) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Error.Unmarshal(m, b) @@ -9967,7 +9967,7 @@ func (m *JobTrigger) Reset() { *m = JobTrigger{} } func (m *JobTrigger) String() string { return proto.CompactTextString(m) } func (*JobTrigger) ProtoMessage() {} func (*JobTrigger) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{71} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{71} } func (m *JobTrigger) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobTrigger.Unmarshal(m, b) @@ -10143,7 +10143,7 @@ func (m *JobTrigger_Trigger) Reset() { *m = JobTrigger_Trigger{} } func (m *JobTrigger_Trigger) String() string { return proto.CompactTextString(m) } func (*JobTrigger_Trigger) ProtoMessage() {} func (*JobTrigger_Trigger) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{71, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{71, 0} } func (m *JobTrigger_Trigger) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobTrigger_Trigger.Unmarshal(m, b) @@ -10260,7 +10260,7 @@ func (m *Action) Reset() { *m = Action{} } func (m *Action) String() string { return proto.CompactTextString(m) } func (*Action) ProtoMessage() {} func (*Action) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{72} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{72} } func (m *Action) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Action.Unmarshal(m, b) @@ -10470,7 +10470,7 @@ func (m *Action_SaveFindings) Reset() { *m = Action_SaveFindings{} } func (m *Action_SaveFindings) String() string { return proto.CompactTextString(m) } func (*Action_SaveFindings) ProtoMessage() {} func (*Action_SaveFindings) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{72, 0} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{72, 0} } func (m *Action_SaveFindings) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Action_SaveFindings.Unmarshal(m, b) @@ -10514,7 +10514,7 @@ func (m *Action_PublishToPubSub) Reset() { *m = Action_PublishToPubSub{} func (m *Action_PublishToPubSub) String() string { return proto.CompactTextString(m) } func (*Action_PublishToPubSub) ProtoMessage() {} func (*Action_PublishToPubSub) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{72, 1} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{72, 1} } func (m *Action_PublishToPubSub) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Action_PublishToPubSub.Unmarshal(m, b) @@ -10561,7 +10561,7 @@ func (m *Action_PublishSummaryToCscc) Reset() { *m = Action_PublishSumma func (m *Action_PublishSummaryToCscc) String() string { return proto.CompactTextString(m) } func (*Action_PublishSummaryToCscc) ProtoMessage() {} func (*Action_PublishSummaryToCscc) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{72, 2} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{72, 2} } func (m *Action_PublishSummaryToCscc) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Action_PublishSummaryToCscc.Unmarshal(m, b) @@ -10593,7 +10593,7 @@ func (m *Action_JobNotificationEmails) Reset() { *m = Action_JobNotifica func (m *Action_JobNotificationEmails) String() string { return proto.CompactTextString(m) } func (*Action_JobNotificationEmails) ProtoMessage() {} func (*Action_JobNotificationEmails) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{72, 3} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{72, 3} } func (m *Action_JobNotificationEmails) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Action_JobNotificationEmails.Unmarshal(m, b) @@ -10634,7 +10634,7 @@ func (m *CreateInspectTemplateRequest) Reset() { *m = CreateInspectTempl func (m *CreateInspectTemplateRequest) String() string { return proto.CompactTextString(m) } func (*CreateInspectTemplateRequest) ProtoMessage() {} func (*CreateInspectTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{73} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{73} } func (m *CreateInspectTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateInspectTemplateRequest.Unmarshal(m, b) @@ -10694,7 +10694,7 @@ func (m *UpdateInspectTemplateRequest) Reset() { *m = UpdateInspectTempl func (m *UpdateInspectTemplateRequest) String() string { return proto.CompactTextString(m) } func (*UpdateInspectTemplateRequest) ProtoMessage() {} func (*UpdateInspectTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{74} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{74} } func (m *UpdateInspectTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateInspectTemplateRequest.Unmarshal(m, b) @@ -10750,7 +10750,7 @@ func (m *GetInspectTemplateRequest) Reset() { *m = GetInspectTemplateReq func (m *GetInspectTemplateRequest) String() string { return proto.CompactTextString(m) } func (*GetInspectTemplateRequest) ProtoMessage() {} func (*GetInspectTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{75} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{75} } func (m *GetInspectTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetInspectTemplateRequest.Unmarshal(m, b) @@ -10811,7 +10811,7 @@ func (m *ListInspectTemplatesRequest) Reset() { *m = ListInspectTemplate func (m *ListInspectTemplatesRequest) String() string { return proto.CompactTextString(m) } func (*ListInspectTemplatesRequest) ProtoMessage() {} func (*ListInspectTemplatesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{76} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{76} } func (m *ListInspectTemplatesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInspectTemplatesRequest.Unmarshal(m, b) @@ -10875,7 +10875,7 @@ func (m *ListInspectTemplatesResponse) Reset() { *m = ListInspectTemplat func (m *ListInspectTemplatesResponse) String() string { return proto.CompactTextString(m) } func (*ListInspectTemplatesResponse) ProtoMessage() {} func (*ListInspectTemplatesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{77} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{77} } func (m *ListInspectTemplatesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInspectTemplatesResponse.Unmarshal(m, b) @@ -10924,7 +10924,7 @@ func (m *DeleteInspectTemplateRequest) Reset() { *m = DeleteInspectTempl func (m *DeleteInspectTemplateRequest) String() string { return proto.CompactTextString(m) } func (*DeleteInspectTemplateRequest) ProtoMessage() {} func (*DeleteInspectTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{78} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{78} } func (m *DeleteInspectTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteInspectTemplateRequest.Unmarshal(m, b) @@ -10971,7 +10971,7 @@ func (m *CreateJobTriggerRequest) Reset() { *m = CreateJobTriggerRequest func (m *CreateJobTriggerRequest) String() string { return proto.CompactTextString(m) } func (*CreateJobTriggerRequest) ProtoMessage() {} func (*CreateJobTriggerRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{79} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{79} } func (m *CreateJobTriggerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateJobTriggerRequest.Unmarshal(m, b) @@ -11026,7 +11026,7 @@ func (m *ActivateJobTriggerRequest) Reset() { *m = ActivateJobTriggerReq func (m *ActivateJobTriggerRequest) String() string { return proto.CompactTextString(m) } func (*ActivateJobTriggerRequest) ProtoMessage() {} func (*ActivateJobTriggerRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{80} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{80} } func (m *ActivateJobTriggerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ActivateJobTriggerRequest.Unmarshal(m, b) @@ -11071,7 +11071,7 @@ func (m *UpdateJobTriggerRequest) Reset() { *m = UpdateJobTriggerRequest func (m *UpdateJobTriggerRequest) String() string { return proto.CompactTextString(m) } func (*UpdateJobTriggerRequest) ProtoMessage() {} func (*UpdateJobTriggerRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{81} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{81} } func (m *UpdateJobTriggerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateJobTriggerRequest.Unmarshal(m, b) @@ -11126,7 +11126,7 @@ func (m *GetJobTriggerRequest) Reset() { *m = GetJobTriggerRequest{} } func (m *GetJobTriggerRequest) String() string { return proto.CompactTextString(m) } func (*GetJobTriggerRequest) ProtoMessage() {} func (*GetJobTriggerRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{82} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{82} } func (m *GetJobTriggerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetJobTriggerRequest.Unmarshal(m, b) @@ -11179,7 +11179,7 @@ func (m *CreateDlpJobRequest) Reset() { *m = CreateDlpJobRequest{} } func (m *CreateDlpJobRequest) String() string { return proto.CompactTextString(m) } func (*CreateDlpJobRequest) ProtoMessage() {} func (*CreateDlpJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{83} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{83} } func (m *CreateDlpJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateDlpJobRequest.Unmarshal(m, b) @@ -11384,7 +11384,7 @@ func (m *ListJobTriggersRequest) Reset() { *m = ListJobTriggersRequest{} func (m *ListJobTriggersRequest) String() string { return proto.CompactTextString(m) } func (*ListJobTriggersRequest) ProtoMessage() {} func (*ListJobTriggersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{84} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{84} } func (m *ListJobTriggersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobTriggersRequest.Unmarshal(m, b) @@ -11455,7 +11455,7 @@ func (m *ListJobTriggersResponse) Reset() { *m = ListJobTriggersResponse func (m *ListJobTriggersResponse) String() string { return proto.CompactTextString(m) } func (*ListJobTriggersResponse) ProtoMessage() {} func (*ListJobTriggersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{85} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{85} } func (m *ListJobTriggersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobTriggersResponse.Unmarshal(m, b) @@ -11503,7 +11503,7 @@ func (m *DeleteJobTriggerRequest) Reset() { *m = DeleteJobTriggerRequest func (m *DeleteJobTriggerRequest) String() string { return proto.CompactTextString(m) } func (*DeleteJobTriggerRequest) ProtoMessage() {} func (*DeleteJobTriggerRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{86} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{86} } func (m *DeleteJobTriggerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteJobTriggerRequest.Unmarshal(m, b) @@ -11551,7 +11551,7 @@ func (m *InspectJobConfig) Reset() { *m = InspectJobConfig{} } func (m *InspectJobConfig) String() string { return proto.CompactTextString(m) } func (*InspectJobConfig) ProtoMessage() {} func (*InspectJobConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{87} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{87} } func (m *InspectJobConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectJobConfig.Unmarshal(m, b) @@ -11631,7 +11631,7 @@ func (m *DlpJob) Reset() { *m = DlpJob{} } func (m *DlpJob) String() string { return proto.CompactTextString(m) } func (*DlpJob) ProtoMessage() {} func (*DlpJob) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{88} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{88} } func (m *DlpJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DlpJob.Unmarshal(m, b) @@ -11831,7 +11831,7 @@ func (m *GetDlpJobRequest) Reset() { *m = GetDlpJobRequest{} } func (m *GetDlpJobRequest) String() string { return proto.CompactTextString(m) } func (*GetDlpJobRequest) ProtoMessage() {} func (*GetDlpJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{89} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{89} } func (m *GetDlpJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDlpJobRequest.Unmarshal(m, b) @@ -11915,7 +11915,7 @@ func (m *ListDlpJobsRequest) Reset() { *m = ListDlpJobsRequest{} } func (m *ListDlpJobsRequest) String() string { return proto.CompactTextString(m) } func (*ListDlpJobsRequest) ProtoMessage() {} func (*ListDlpJobsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{90} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{90} } func (m *ListDlpJobsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDlpJobsRequest.Unmarshal(m, b) @@ -11992,7 +11992,7 @@ func (m *ListDlpJobsResponse) Reset() { *m = ListDlpJobsResponse{} } func (m *ListDlpJobsResponse) String() string { return proto.CompactTextString(m) } func (*ListDlpJobsResponse) ProtoMessage() {} func (*ListDlpJobsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{91} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{91} } func (m *ListDlpJobsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDlpJobsResponse.Unmarshal(m, b) @@ -12039,7 +12039,7 @@ func (m *CancelDlpJobRequest) Reset() { *m = CancelDlpJobRequest{} } func (m *CancelDlpJobRequest) String() string { return proto.CompactTextString(m) } func (*CancelDlpJobRequest) ProtoMessage() {} func (*CancelDlpJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{92} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{92} } func (m *CancelDlpJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CancelDlpJobRequest.Unmarshal(m, b) @@ -12079,7 +12079,7 @@ func (m *DeleteDlpJobRequest) Reset() { *m = DeleteDlpJobRequest{} } func (m *DeleteDlpJobRequest) String() string { return proto.CompactTextString(m) } func (*DeleteDlpJobRequest) ProtoMessage() {} func (*DeleteDlpJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{93} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{93} } func (m *DeleteDlpJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteDlpJobRequest.Unmarshal(m, b) @@ -12127,7 +12127,7 @@ func (m *CreateDeidentifyTemplateRequest) Reset() { *m = CreateDeidentif func (m *CreateDeidentifyTemplateRequest) String() string { return proto.CompactTextString(m) } func (*CreateDeidentifyTemplateRequest) ProtoMessage() {} func (*CreateDeidentifyTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{94} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{94} } func (m *CreateDeidentifyTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateDeidentifyTemplateRequest.Unmarshal(m, b) @@ -12187,7 +12187,7 @@ func (m *UpdateDeidentifyTemplateRequest) Reset() { *m = UpdateDeidentif func (m *UpdateDeidentifyTemplateRequest) String() string { return proto.CompactTextString(m) } func (*UpdateDeidentifyTemplateRequest) ProtoMessage() {} func (*UpdateDeidentifyTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{95} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{95} } func (m *UpdateDeidentifyTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateDeidentifyTemplateRequest.Unmarshal(m, b) @@ -12243,7 +12243,7 @@ func (m *GetDeidentifyTemplateRequest) Reset() { *m = GetDeidentifyTempl func (m *GetDeidentifyTemplateRequest) String() string { return proto.CompactTextString(m) } func (*GetDeidentifyTemplateRequest) ProtoMessage() {} func (*GetDeidentifyTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{96} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{96} } func (m *GetDeidentifyTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDeidentifyTemplateRequest.Unmarshal(m, b) @@ -12304,7 +12304,7 @@ func (m *ListDeidentifyTemplatesRequest) Reset() { *m = ListDeidentifyTe func (m *ListDeidentifyTemplatesRequest) String() string { return proto.CompactTextString(m) } func (*ListDeidentifyTemplatesRequest) ProtoMessage() {} func (*ListDeidentifyTemplatesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{97} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{97} } func (m *ListDeidentifyTemplatesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDeidentifyTemplatesRequest.Unmarshal(m, b) @@ -12369,7 +12369,7 @@ func (m *ListDeidentifyTemplatesResponse) Reset() { *m = ListDeidentifyT func (m *ListDeidentifyTemplatesResponse) String() string { return proto.CompactTextString(m) } func (*ListDeidentifyTemplatesResponse) ProtoMessage() {} func (*ListDeidentifyTemplatesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{98} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{98} } func (m *ListDeidentifyTemplatesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDeidentifyTemplatesResponse.Unmarshal(m, b) @@ -12418,7 +12418,7 @@ func (m *DeleteDeidentifyTemplateRequest) Reset() { *m = DeleteDeidentif func (m *DeleteDeidentifyTemplateRequest) String() string { return proto.CompactTextString(m) } func (*DeleteDeidentifyTemplateRequest) ProtoMessage() {} func (*DeleteDeidentifyTemplateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{99} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{99} } func (m *DeleteDeidentifyTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteDeidentifyTemplateRequest.Unmarshal(m, b) @@ -12470,7 +12470,7 @@ func (m *LargeCustomDictionaryConfig) Reset() { *m = LargeCustomDictiona func (m *LargeCustomDictionaryConfig) String() string { return proto.CompactTextString(m) } func (*LargeCustomDictionaryConfig) ProtoMessage() {} func (*LargeCustomDictionaryConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{100} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{100} } func (m *LargeCustomDictionaryConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LargeCustomDictionaryConfig.Unmarshal(m, b) @@ -12626,7 +12626,7 @@ func (m *StoredInfoTypeConfig) Reset() { *m = StoredInfoTypeConfig{} } func (m *StoredInfoTypeConfig) String() string { return proto.CompactTextString(m) } func (*StoredInfoTypeConfig) ProtoMessage() {} func (*StoredInfoTypeConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{101} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{101} } func (m *StoredInfoTypeConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StoredInfoTypeConfig.Unmarshal(m, b) @@ -12771,7 +12771,7 @@ func (m *StoredInfoTypeVersion) Reset() { *m = StoredInfoTypeVersion{} } func (m *StoredInfoTypeVersion) String() string { return proto.CompactTextString(m) } func (*StoredInfoTypeVersion) ProtoMessage() {} func (*StoredInfoTypeVersion) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{102} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{102} } func (m *StoredInfoTypeVersion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StoredInfoTypeVersion.Unmarshal(m, b) @@ -12838,7 +12838,7 @@ func (m *StoredInfoType) Reset() { *m = StoredInfoType{} } func (m *StoredInfoType) String() string { return proto.CompactTextString(m) } func (*StoredInfoType) ProtoMessage() {} func (*StoredInfoType) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{103} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{103} } func (m *StoredInfoType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StoredInfoType.Unmarshal(m, b) @@ -12900,7 +12900,7 @@ func (m *CreateStoredInfoTypeRequest) Reset() { *m = CreateStoredInfoTyp func (m *CreateStoredInfoTypeRequest) String() string { return proto.CompactTextString(m) } func (*CreateStoredInfoTypeRequest) ProtoMessage() {} func (*CreateStoredInfoTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{104} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{104} } func (m *CreateStoredInfoTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateStoredInfoTypeRequest.Unmarshal(m, b) @@ -12962,7 +12962,7 @@ func (m *UpdateStoredInfoTypeRequest) Reset() { *m = UpdateStoredInfoTyp func (m *UpdateStoredInfoTypeRequest) String() string { return proto.CompactTextString(m) } func (*UpdateStoredInfoTypeRequest) ProtoMessage() {} func (*UpdateStoredInfoTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{105} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{105} } func (m *UpdateStoredInfoTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateStoredInfoTypeRequest.Unmarshal(m, b) @@ -13018,7 +13018,7 @@ func (m *GetStoredInfoTypeRequest) Reset() { *m = GetStoredInfoTypeReque func (m *GetStoredInfoTypeRequest) String() string { return proto.CompactTextString(m) } func (*GetStoredInfoTypeRequest) ProtoMessage() {} func (*GetStoredInfoTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{106} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{106} } func (m *GetStoredInfoTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetStoredInfoTypeRequest.Unmarshal(m, b) @@ -13080,7 +13080,7 @@ func (m *ListStoredInfoTypesRequest) Reset() { *m = ListStoredInfoTypesR func (m *ListStoredInfoTypesRequest) String() string { return proto.CompactTextString(m) } func (*ListStoredInfoTypesRequest) ProtoMessage() {} func (*ListStoredInfoTypesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{107} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{107} } func (m *ListStoredInfoTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListStoredInfoTypesRequest.Unmarshal(m, b) @@ -13144,7 +13144,7 @@ func (m *ListStoredInfoTypesResponse) Reset() { *m = ListStoredInfoTypes func (m *ListStoredInfoTypesResponse) String() string { return proto.CompactTextString(m) } func (*ListStoredInfoTypesResponse) ProtoMessage() {} func (*ListStoredInfoTypesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{108} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{108} } func (m *ListStoredInfoTypesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListStoredInfoTypesResponse.Unmarshal(m, b) @@ -13193,7 +13193,7 @@ func (m *DeleteStoredInfoTypeRequest) Reset() { *m = DeleteStoredInfoTyp func (m *DeleteStoredInfoTypeRequest) String() string { return proto.CompactTextString(m) } func (*DeleteStoredInfoTypeRequest) ProtoMessage() {} func (*DeleteStoredInfoTypeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_cec7cd1afe315028, []int{109} + return fileDescriptor_dlp_1aebf9c18c267d70, []int{109} } func (m *DeleteStoredInfoTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteStoredInfoTypeRequest.Unmarshal(m, b) @@ -14676,10 +14676,10 @@ var _DlpService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/privacy/dlp/v2/dlp.proto", fileDescriptor_dlp_cec7cd1afe315028) + proto.RegisterFile("google/privacy/dlp/v2/dlp.proto", fileDescriptor_dlp_1aebf9c18c267d70) } -var fileDescriptor_dlp_cec7cd1afe315028 = []byte{ +var fileDescriptor_dlp_1aebf9c18c267d70 = []byte{ // 9320 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x7d, 0x5b, 0x8c, 0x1b, 0x59, 0x76, 0x58, 0x17, 0xd9, 0xec, 0x66, 0x1f, 0x36, 0xd9, 0xec, 0xdb, 0x4f, 0x51, 0xd2, 0x4a, 0x53, diff --git a/googleapis/privacy/dlp/v2/storage.pb.go b/googleapis/privacy/dlp/v2/storage.pb.go index 6e29ec1b97..978259e3a9 100644 --- a/googleapis/privacy/dlp/v2/storage.pb.go +++ b/googleapis/privacy/dlp/v2/storage.pb.go @@ -58,7 +58,7 @@ func (x Likelihood) String() string { return proto.EnumName(Likelihood_name, int32(x)) } func (Likelihood) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{0} + return fileDescriptor_storage_0642a70333f19630, []int{0} } // Definitions of file type groups to scan. @@ -99,7 +99,7 @@ func (x FileType) String() string { return proto.EnumName(FileType_name, int32(x)) } func (FileType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{1} + return fileDescriptor_storage_0642a70333f19630, []int{1} } type CustomInfoType_ExclusionType int32 @@ -125,7 +125,7 @@ func (x CustomInfoType_ExclusionType) String() string { return proto.EnumName(CustomInfoType_ExclusionType_name, int32(x)) } func (CustomInfoType_ExclusionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{2, 0} + return fileDescriptor_storage_0642a70333f19630, []int{2, 0} } // How to sample bytes if not all bytes are scanned. Meaningful only when used @@ -157,7 +157,7 @@ func (x CloudStorageOptions_SampleMethod) String() string { return proto.EnumName(CloudStorageOptions_SampleMethod_name, int32(x)) } func (CloudStorageOptions_SampleMethod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{8, 0} + return fileDescriptor_storage_0642a70333f19630, []int{8, 0} } // How to sample rows if not all rows are scanned. Meaningful only when used @@ -188,7 +188,7 @@ func (x BigQueryOptions_SampleMethod) String() string { return proto.EnumName(BigQueryOptions_SampleMethod_name, int32(x)) } func (BigQueryOptions_SampleMethod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{11, 0} + return fileDescriptor_storage_0642a70333f19630, []int{11, 0} } // Type of information detected by the API. @@ -208,7 +208,7 @@ func (m *InfoType) Reset() { *m = InfoType{} } func (m *InfoType) String() string { return proto.CompactTextString(m) } func (*InfoType) ProtoMessage() {} func (*InfoType) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{0} + return fileDescriptor_storage_0642a70333f19630, []int{0} } func (m *InfoType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InfoType.Unmarshal(m, b) @@ -253,7 +253,7 @@ func (m *StoredType) Reset() { *m = StoredType{} } func (m *StoredType) String() string { return proto.CompactTextString(m) } func (*StoredType) ProtoMessage() {} func (*StoredType) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{1} + return fileDescriptor_storage_0642a70333f19630, []int{1} } func (m *StoredType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StoredType.Unmarshal(m, b) @@ -323,7 +323,7 @@ func (m *CustomInfoType) Reset() { *m = CustomInfoType{} } func (m *CustomInfoType) String() string { return proto.CompactTextString(m) } func (*CustomInfoType) ProtoMessage() {} func (*CustomInfoType) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{2} + return fileDescriptor_storage_0642a70333f19630, []int{2} } func (m *CustomInfoType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomInfoType.Unmarshal(m, b) @@ -583,7 +583,7 @@ func (m *CustomInfoType_Dictionary) Reset() { *m = CustomInfoType_Dictio func (m *CustomInfoType_Dictionary) String() string { return proto.CompactTextString(m) } func (*CustomInfoType_Dictionary) ProtoMessage() {} func (*CustomInfoType_Dictionary) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{2, 0} + return fileDescriptor_storage_0642a70333f19630, []int{2, 0} } func (m *CustomInfoType_Dictionary) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomInfoType_Dictionary.Unmarshal(m, b) @@ -729,7 +729,7 @@ func (m *CustomInfoType_Dictionary_WordList) Reset() { *m = CustomInfoTy func (m *CustomInfoType_Dictionary_WordList) String() string { return proto.CompactTextString(m) } func (*CustomInfoType_Dictionary_WordList) ProtoMessage() {} func (*CustomInfoType_Dictionary_WordList) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{2, 0, 0} + return fileDescriptor_storage_0642a70333f19630, []int{2, 0, 0} } func (m *CustomInfoType_Dictionary_WordList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomInfoType_Dictionary_WordList.Unmarshal(m, b) @@ -774,7 +774,7 @@ func (m *CustomInfoType_Regex) Reset() { *m = CustomInfoType_Regex{} } func (m *CustomInfoType_Regex) String() string { return proto.CompactTextString(m) } func (*CustomInfoType_Regex) ProtoMessage() {} func (*CustomInfoType_Regex) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{2, 1} + return fileDescriptor_storage_0642a70333f19630, []int{2, 1} } func (m *CustomInfoType_Regex) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomInfoType_Regex.Unmarshal(m, b) @@ -826,7 +826,7 @@ func (m *CustomInfoType_SurrogateType) Reset() { *m = CustomInfoType_Sur func (m *CustomInfoType_SurrogateType) String() string { return proto.CompactTextString(m) } func (*CustomInfoType_SurrogateType) ProtoMessage() {} func (*CustomInfoType_SurrogateType) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{2, 2} + return fileDescriptor_storage_0642a70333f19630, []int{2, 2} } func (m *CustomInfoType_SurrogateType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomInfoType_SurrogateType.Unmarshal(m, b) @@ -862,7 +862,7 @@ func (m *CustomInfoType_DetectionRule) Reset() { *m = CustomInfoType_Det func (m *CustomInfoType_DetectionRule) String() string { return proto.CompactTextString(m) } func (*CustomInfoType_DetectionRule) ProtoMessage() {} func (*CustomInfoType_DetectionRule) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{2, 3} + return fileDescriptor_storage_0642a70333f19630, []int{2, 3} } func (m *CustomInfoType_DetectionRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomInfoType_DetectionRule.Unmarshal(m, b) @@ -979,7 +979,7 @@ func (m *CustomInfoType_DetectionRule_Proximity) Reset() { func (m *CustomInfoType_DetectionRule_Proximity) String() string { return proto.CompactTextString(m) } func (*CustomInfoType_DetectionRule_Proximity) ProtoMessage() {} func (*CustomInfoType_DetectionRule_Proximity) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{2, 3, 0} + return fileDescriptor_storage_0642a70333f19630, []int{2, 3, 0} } func (m *CustomInfoType_DetectionRule_Proximity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomInfoType_DetectionRule_Proximity.Unmarshal(m, b) @@ -1033,7 +1033,7 @@ func (m *CustomInfoType_DetectionRule_LikelihoodAdjustment) String() string { } func (*CustomInfoType_DetectionRule_LikelihoodAdjustment) ProtoMessage() {} func (*CustomInfoType_DetectionRule_LikelihoodAdjustment) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{2, 3, 1} + return fileDescriptor_storage_0642a70333f19630, []int{2, 3, 1} } func (m *CustomInfoType_DetectionRule_LikelihoodAdjustment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomInfoType_DetectionRule_LikelihoodAdjustment.Unmarshal(m, b) @@ -1183,7 +1183,7 @@ func (m *CustomInfoType_DetectionRule_HotwordRule) Reset() { func (m *CustomInfoType_DetectionRule_HotwordRule) String() string { return proto.CompactTextString(m) } func (*CustomInfoType_DetectionRule_HotwordRule) ProtoMessage() {} func (*CustomInfoType_DetectionRule_HotwordRule) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{2, 3, 2} + return fileDescriptor_storage_0642a70333f19630, []int{2, 3, 2} } func (m *CustomInfoType_DetectionRule_HotwordRule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomInfoType_DetectionRule_HotwordRule.Unmarshal(m, b) @@ -1237,7 +1237,7 @@ func (m *FieldId) Reset() { *m = FieldId{} } func (m *FieldId) String() string { return proto.CompactTextString(m) } func (*FieldId) ProtoMessage() {} func (*FieldId) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{3} + return fileDescriptor_storage_0642a70333f19630, []int{3} } func (m *FieldId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FieldId.Unmarshal(m, b) @@ -1284,7 +1284,7 @@ func (m *PartitionId) Reset() { *m = PartitionId{} } func (m *PartitionId) String() string { return proto.CompactTextString(m) } func (*PartitionId) ProtoMessage() {} func (*PartitionId) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{4} + return fileDescriptor_storage_0642a70333f19630, []int{4} } func (m *PartitionId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PartitionId.Unmarshal(m, b) @@ -1331,7 +1331,7 @@ func (m *KindExpression) Reset() { *m = KindExpression{} } func (m *KindExpression) String() string { return proto.CompactTextString(m) } func (*KindExpression) ProtoMessage() {} func (*KindExpression) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{5} + return fileDescriptor_storage_0642a70333f19630, []int{5} } func (m *KindExpression) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KindExpression.Unmarshal(m, b) @@ -1374,7 +1374,7 @@ func (m *DatastoreOptions) Reset() { *m = DatastoreOptions{} } func (m *DatastoreOptions) String() string { return proto.CompactTextString(m) } func (*DatastoreOptions) ProtoMessage() {} func (*DatastoreOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{6} + return fileDescriptor_storage_0642a70333f19630, []int{6} } func (m *DatastoreOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DatastoreOptions.Unmarshal(m, b) @@ -1470,7 +1470,7 @@ func (m *CloudStorageRegexFileSet) Reset() { *m = CloudStorageRegexFileS func (m *CloudStorageRegexFileSet) String() string { return proto.CompactTextString(m) } func (*CloudStorageRegexFileSet) ProtoMessage() {} func (*CloudStorageRegexFileSet) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{7} + return fileDescriptor_storage_0642a70333f19630, []int{7} } func (m *CloudStorageRegexFileSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CloudStorageRegexFileSet.Unmarshal(m, b) @@ -1544,7 +1544,7 @@ func (m *CloudStorageOptions) Reset() { *m = CloudStorageOptions{} } func (m *CloudStorageOptions) String() string { return proto.CompactTextString(m) } func (*CloudStorageOptions) ProtoMessage() {} func (*CloudStorageOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{8} + return fileDescriptor_storage_0642a70333f19630, []int{8} } func (m *CloudStorageOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CloudStorageOptions.Unmarshal(m, b) @@ -1631,7 +1631,7 @@ func (m *CloudStorageOptions_FileSet) Reset() { *m = CloudStorageOptions func (m *CloudStorageOptions_FileSet) String() string { return proto.CompactTextString(m) } func (*CloudStorageOptions_FileSet) ProtoMessage() {} func (*CloudStorageOptions_FileSet) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{8, 0} + return fileDescriptor_storage_0642a70333f19630, []int{8, 0} } func (m *CloudStorageOptions_FileSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CloudStorageOptions_FileSet.Unmarshal(m, b) @@ -1679,7 +1679,7 @@ func (m *CloudStorageFileSet) Reset() { *m = CloudStorageFileSet{} } func (m *CloudStorageFileSet) String() string { return proto.CompactTextString(m) } func (*CloudStorageFileSet) ProtoMessage() {} func (*CloudStorageFileSet) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{9} + return fileDescriptor_storage_0642a70333f19630, []int{9} } func (m *CloudStorageFileSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CloudStorageFileSet.Unmarshal(m, b) @@ -1720,7 +1720,7 @@ func (m *CloudStoragePath) Reset() { *m = CloudStoragePath{} } func (m *CloudStoragePath) String() string { return proto.CompactTextString(m) } func (*CloudStoragePath) ProtoMessage() {} func (*CloudStoragePath) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{10} + return fileDescriptor_storage_0642a70333f19630, []int{10} } func (m *CloudStoragePath) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CloudStoragePath.Unmarshal(m, b) @@ -1778,7 +1778,7 @@ func (m *BigQueryOptions) Reset() { *m = BigQueryOptions{} } func (m *BigQueryOptions) String() string { return proto.CompactTextString(m) } func (*BigQueryOptions) ProtoMessage() {} func (*BigQueryOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{11} + return fileDescriptor_storage_0642a70333f19630, []int{11} } func (m *BigQueryOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BigQueryOptions.Unmarshal(m, b) @@ -1857,7 +1857,7 @@ func (m *StorageConfig) Reset() { *m = StorageConfig{} } func (m *StorageConfig) String() string { return proto.CompactTextString(m) } func (*StorageConfig) ProtoMessage() {} func (*StorageConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{12} + return fileDescriptor_storage_0642a70333f19630, []int{12} } func (m *StorageConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StorageConfig.Unmarshal(m, b) @@ -2059,7 +2059,7 @@ func (m *StorageConfig_TimespanConfig) Reset() { *m = StorageConfig_Time func (m *StorageConfig_TimespanConfig) String() string { return proto.CompactTextString(m) } func (*StorageConfig_TimespanConfig) ProtoMessage() {} func (*StorageConfig_TimespanConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{12, 0} + return fileDescriptor_storage_0642a70333f19630, []int{12, 0} } func (m *StorageConfig_TimespanConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StorageConfig_TimespanConfig.Unmarshal(m, b) @@ -2123,7 +2123,7 @@ func (m *BigQueryKey) Reset() { *m = BigQueryKey{} } func (m *BigQueryKey) String() string { return proto.CompactTextString(m) } func (*BigQueryKey) ProtoMessage() {} func (*BigQueryKey) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{13} + return fileDescriptor_storage_0642a70333f19630, []int{13} } func (m *BigQueryKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BigQueryKey.Unmarshal(m, b) @@ -2170,7 +2170,7 @@ func (m *DatastoreKey) Reset() { *m = DatastoreKey{} } func (m *DatastoreKey) String() string { return proto.CompactTextString(m) } func (*DatastoreKey) ProtoMessage() {} func (*DatastoreKey) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{14} + return fileDescriptor_storage_0642a70333f19630, []int{14} } func (m *DatastoreKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DatastoreKey.Unmarshal(m, b) @@ -2225,7 +2225,7 @@ func (m *Key) Reset() { *m = Key{} } func (m *Key) String() string { return proto.CompactTextString(m) } func (*Key) ProtoMessage() {} func (*Key) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{15} + return fileDescriptor_storage_0642a70333f19630, []int{15} } func (m *Key) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Key.Unmarshal(m, b) @@ -2284,7 +2284,7 @@ func (m *Key_PathElement) Reset() { *m = Key_PathElement{} } func (m *Key_PathElement) String() string { return proto.CompactTextString(m) } func (*Key_PathElement) ProtoMessage() {} func (*Key_PathElement) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{15, 0} + return fileDescriptor_storage_0642a70333f19630, []int{15, 0} } func (m *Key_PathElement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Key_PathElement.Unmarshal(m, b) @@ -2431,7 +2431,7 @@ func (m *RecordKey) Reset() { *m = RecordKey{} } func (m *RecordKey) String() string { return proto.CompactTextString(m) } func (*RecordKey) ProtoMessage() {} func (*RecordKey) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{16} + return fileDescriptor_storage_0642a70333f19630, []int{16} } func (m *RecordKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecordKey.Unmarshal(m, b) @@ -2591,7 +2591,7 @@ func (m *BigQueryTable) Reset() { *m = BigQueryTable{} } func (m *BigQueryTable) String() string { return proto.CompactTextString(m) } func (*BigQueryTable) ProtoMessage() {} func (*BigQueryTable) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{17} + return fileDescriptor_storage_0642a70333f19630, []int{17} } func (m *BigQueryTable) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BigQueryTable.Unmarshal(m, b) @@ -2647,7 +2647,7 @@ func (m *BigQueryField) Reset() { *m = BigQueryField{} } func (m *BigQueryField) String() string { return proto.CompactTextString(m) } func (*BigQueryField) ProtoMessage() {} func (*BigQueryField) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{18} + return fileDescriptor_storage_0642a70333f19630, []int{18} } func (m *BigQueryField) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BigQueryField.Unmarshal(m, b) @@ -2698,7 +2698,7 @@ func (m *EntityId) Reset() { *m = EntityId{} } func (m *EntityId) String() string { return proto.CompactTextString(m) } func (*EntityId) ProtoMessage() {} func (*EntityId) Descriptor() ([]byte, []int) { - return fileDescriptor_storage_513335f5d0386b58, []int{19} + return fileDescriptor_storage_0642a70333f19630, []int{19} } func (m *EntityId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityId.Unmarshal(m, b) @@ -2765,10 +2765,10 @@ func init() { } func init() { - proto.RegisterFile("google/privacy/dlp/v2/storage.proto", fileDescriptor_storage_513335f5d0386b58) + proto.RegisterFile("google/privacy/dlp/v2/storage.proto", fileDescriptor_storage_0642a70333f19630) } -var fileDescriptor_storage_513335f5d0386b58 = []byte{ +var fileDescriptor_storage_0642a70333f19630 = []byte{ // 2075 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x58, 0xdd, 0x72, 0x1b, 0x49, 0xf5, 0xd7, 0x48, 0x96, 0x2d, 0x1d, 0x7d, 0x58, 0xee, 0x24, 0x5b, 0xb2, 0xfe, 0x9b, 0xc4, 0x2b, diff --git a/googleapis/pubsub/v1/pubsub.pb.go b/googleapis/pubsub/v1/pubsub.pb.go index fd02f80c04..ff8f3a30ca 100644 --- a/googleapis/pubsub/v1/pubsub.pb.go +++ b/googleapis/pubsub/v1/pubsub.pb.go @@ -45,7 +45,7 @@ func (m *MessageStoragePolicy) Reset() { *m = MessageStoragePolicy{} } func (m *MessageStoragePolicy) String() string { return proto.CompactTextString(m) } func (*MessageStoragePolicy) ProtoMessage() {} func (*MessageStoragePolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{0} + return fileDescriptor_pubsub_790424aa8109440f, []int{0} } func (m *MessageStoragePolicy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MessageStoragePolicy.Unmarshal(m, b) @@ -91,16 +91,24 @@ type Topic struct { // responses for GetTopic, CreateTopic, and UpdateTopic: if not present in the // response, then no constraints are in effect. MessageStoragePolicy *MessageStoragePolicy `protobuf:"bytes,3,opt,name=message_storage_policy,json=messageStoragePolicy,proto3" json:"message_storage_policy,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + // The resource name of the Cloud KMS CryptoKey to be used to protect access + // to messages published on this topic. + // + // The expected format is `projects/*/locations/*/keyRings/*/cryptoKeys/*`. + // EXPERIMENTAL: This feature is part of a closed alpha release. This + // API might be changed in backward-incompatible ways and is not recommended + // for production use. It is not subject to any SLA or deprecation policy. + KmsKeyName string `protobuf:"bytes,5,opt,name=kms_key_name,json=kmsKeyName,proto3" json:"kms_key_name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *Topic) Reset() { *m = Topic{} } func (m *Topic) String() string { return proto.CompactTextString(m) } func (*Topic) ProtoMessage() {} func (*Topic) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{1} + return fileDescriptor_pubsub_790424aa8109440f, []int{1} } func (m *Topic) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Topic.Unmarshal(m, b) @@ -141,6 +149,13 @@ func (m *Topic) GetMessageStoragePolicy() *MessageStoragePolicy { return nil } +func (m *Topic) GetKmsKeyName() string { + if m != nil { + return m.KmsKeyName + } + return "" +} + // A message that is published by publishers and consumed by subscribers. The // message must contain either a non-empty data field or at least one attribute. // Note that client libraries represent this object differently @@ -181,7 +196,7 @@ func (m *PubsubMessage) Reset() { *m = PubsubMessage{} } func (m *PubsubMessage) String() string { return proto.CompactTextString(m) } func (*PubsubMessage) ProtoMessage() {} func (*PubsubMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{2} + return fileDescriptor_pubsub_790424aa8109440f, []int{2} } func (m *PubsubMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PubsubMessage.Unmarshal(m, b) @@ -250,7 +265,7 @@ func (m *GetTopicRequest) Reset() { *m = GetTopicRequest{} } func (m *GetTopicRequest) String() string { return proto.CompactTextString(m) } func (*GetTopicRequest) ProtoMessage() {} func (*GetTopicRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{3} + return fileDescriptor_pubsub_790424aa8109440f, []int{3} } func (m *GetTopicRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTopicRequest.Unmarshal(m, b) @@ -296,7 +311,7 @@ func (m *UpdateTopicRequest) Reset() { *m = UpdateTopicRequest{} } func (m *UpdateTopicRequest) String() string { return proto.CompactTextString(m) } func (*UpdateTopicRequest) ProtoMessage() {} func (*UpdateTopicRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{4} + return fileDescriptor_pubsub_790424aa8109440f, []int{4} } func (m *UpdateTopicRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateTopicRequest.Unmarshal(m, b) @@ -346,7 +361,7 @@ func (m *PublishRequest) Reset() { *m = PublishRequest{} } func (m *PublishRequest) String() string { return proto.CompactTextString(m) } func (*PublishRequest) ProtoMessage() {} func (*PublishRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{5} + return fileDescriptor_pubsub_790424aa8109440f, []int{5} } func (m *PublishRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PublishRequest.Unmarshal(m, b) @@ -395,7 +410,7 @@ func (m *PublishResponse) Reset() { *m = PublishResponse{} } func (m *PublishResponse) String() string { return proto.CompactTextString(m) } func (*PublishResponse) ProtoMessage() {} func (*PublishResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{6} + return fileDescriptor_pubsub_790424aa8109440f, []int{6} } func (m *PublishResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PublishResponse.Unmarshal(m, b) @@ -442,7 +457,7 @@ func (m *ListTopicsRequest) Reset() { *m = ListTopicsRequest{} } func (m *ListTopicsRequest) String() string { return proto.CompactTextString(m) } func (*ListTopicsRequest) ProtoMessage() {} func (*ListTopicsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{7} + return fileDescriptor_pubsub_790424aa8109440f, []int{7} } func (m *ListTopicsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTopicsRequest.Unmarshal(m, b) @@ -499,7 +514,7 @@ func (m *ListTopicsResponse) Reset() { *m = ListTopicsResponse{} } func (m *ListTopicsResponse) String() string { return proto.CompactTextString(m) } func (*ListTopicsResponse) ProtoMessage() {} func (*ListTopicsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{8} + return fileDescriptor_pubsub_790424aa8109440f, []int{8} } func (m *ListTopicsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTopicsResponse.Unmarshal(m, b) @@ -553,7 +568,7 @@ func (m *ListTopicSubscriptionsRequest) Reset() { *m = ListTopicSubscrip func (m *ListTopicSubscriptionsRequest) String() string { return proto.CompactTextString(m) } func (*ListTopicSubscriptionsRequest) ProtoMessage() {} func (*ListTopicSubscriptionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{9} + return fileDescriptor_pubsub_790424aa8109440f, []int{9} } func (m *ListTopicSubscriptionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTopicSubscriptionsRequest.Unmarshal(m, b) @@ -611,7 +626,7 @@ func (m *ListTopicSubscriptionsResponse) Reset() { *m = ListTopicSubscri func (m *ListTopicSubscriptionsResponse) String() string { return proto.CompactTextString(m) } func (*ListTopicSubscriptionsResponse) ProtoMessage() {} func (*ListTopicSubscriptionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{10} + return fileDescriptor_pubsub_790424aa8109440f, []int{10} } func (m *ListTopicSubscriptionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTopicSubscriptionsResponse.Unmarshal(m, b) @@ -645,10 +660,7 @@ func (m *ListTopicSubscriptionsResponse) GetNextPageToken() string { return "" } -// Request for the `ListTopicSnapshots` method.

-// BETA: This feature is part of a beta release. This API might be -// changed in backward-incompatible ways and is not recommended for production -// use. It is not subject to any SLA or deprecation policy. +// Request for the `ListTopicSnapshots` method. type ListTopicSnapshotsRequest struct { // The name of the topic that snapshots are attached to. // Format is `projects/{project}/topics/{topic}`. @@ -668,7 +680,7 @@ func (m *ListTopicSnapshotsRequest) Reset() { *m = ListTopicSnapshotsReq func (m *ListTopicSnapshotsRequest) String() string { return proto.CompactTextString(m) } func (*ListTopicSnapshotsRequest) ProtoMessage() {} func (*ListTopicSnapshotsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{11} + return fileDescriptor_pubsub_790424aa8109440f, []int{11} } func (m *ListTopicSnapshotsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTopicSnapshotsRequest.Unmarshal(m, b) @@ -709,10 +721,7 @@ func (m *ListTopicSnapshotsRequest) GetPageToken() string { return "" } -// Response for the `ListTopicSnapshots` method.

-// BETA: This feature is part of a beta release. This API might be -// changed in backward-incompatible ways and is not recommended for production -// use. It is not subject to any SLA or deprecation policy. +// Response for the `ListTopicSnapshots` method. type ListTopicSnapshotsResponse struct { // The names of the snapshots that match the request. Snapshots []string `protobuf:"bytes,1,rep,name=snapshots,proto3" json:"snapshots,omitempty"` @@ -729,7 +738,7 @@ func (m *ListTopicSnapshotsResponse) Reset() { *m = ListTopicSnapshotsRe func (m *ListTopicSnapshotsResponse) String() string { return proto.CompactTextString(m) } func (*ListTopicSnapshotsResponse) ProtoMessage() {} func (*ListTopicSnapshotsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{12} + return fileDescriptor_pubsub_790424aa8109440f, []int{12} } func (m *ListTopicSnapshotsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTopicSnapshotsResponse.Unmarshal(m, b) @@ -777,7 +786,7 @@ func (m *DeleteTopicRequest) Reset() { *m = DeleteTopicRequest{} } func (m *DeleteTopicRequest) String() string { return proto.CompactTextString(m) } func (*DeleteTopicRequest) ProtoMessage() {} func (*DeleteTopicRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{13} + return fileDescriptor_pubsub_790424aa8109440f, []int{13} } func (m *DeleteTopicRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteTopicRequest.Unmarshal(m, b) @@ -850,20 +859,13 @@ type Subscription struct { // // Seek to a timestamp. - //

- // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. RetainAckedMessages bool `protobuf:"varint,7,opt,name=retain_acked_messages,json=retainAckedMessages,proto3" json:"retain_acked_messages,omitempty"` // How long to retain unacknowledged messages in the subscription's backlog, // from the moment a message is published. // If `retain_acked_messages` is true, then this also configures the retention // of acknowledged messages, and thus configures how far back in time a `Seek` // can be done. Defaults to 7 days. Cannot be more than 7 days or less than 10 - // minutes.

- // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. + // minutes. MessageRetentionDuration *duration.Duration `protobuf:"bytes,8,opt,name=message_retention_duration,json=messageRetentionDuration,proto3" json:"message_retention_duration,omitempty"` // See Creating and // managing labels. @@ -882,9 +884,6 @@ type Subscription struct { // operations on the subscription. If `expiration_policy` is not set, a // *default policy* with `ttl` of 31 days will be used. The minimum allowed // value for `expiration_policy.ttl` is 1 day. - // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. ExpirationPolicy *ExpirationPolicy `protobuf:"bytes,11,opt,name=expiration_policy,json=expirationPolicy,proto3" json:"expiration_policy,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -895,7 +894,7 @@ func (m *Subscription) Reset() { *m = Subscription{} } func (m *Subscription) String() string { return proto.CompactTextString(m) } func (*Subscription) ProtoMessage() {} func (*Subscription) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{14} + return fileDescriptor_pubsub_790424aa8109440f, []int{14} } func (m *Subscription) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Subscription.Unmarshal(m, b) @@ -997,7 +996,7 @@ func (m *ExpirationPolicy) Reset() { *m = ExpirationPolicy{} } func (m *ExpirationPolicy) String() string { return proto.CompactTextString(m) } func (*ExpirationPolicy) ProtoMessage() {} func (*ExpirationPolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{15} + return fileDescriptor_pubsub_790424aa8109440f, []int{15} } func (m *ExpirationPolicy) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExpirationPolicy.Unmarshal(m, b) @@ -1056,10 +1055,6 @@ type PushConfig struct { // default to allow requests only from the Cloud Pub/Sub system, for example. // This field is optional and should be set only by users interested in // authenticated push. - // EXPERIMENTAL: This field a part of a closed alpha that may not be - // accessible to all users. It may be changed in backward-incompatible ways - // and is not subject to any SLA or deprecation policy. It is not recommended - // for production use. // // Types that are valid to be assigned to AuthenticationMethod: // *PushConfig_OidcToken_ @@ -1073,7 +1068,7 @@ func (m *PushConfig) Reset() { *m = PushConfig{} } func (m *PushConfig) String() string { return proto.CompactTextString(m) } func (*PushConfig) ProtoMessage() {} func (*PushConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{16} + return fileDescriptor_pubsub_790424aa8109440f, []int{16} } func (m *PushConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PushConfig.Unmarshal(m, b) @@ -1193,9 +1188,8 @@ type PushConfig_OidcToken struct { // [Service account // email](https://cloud.google.com/iam/docs/service-accounts) // to be used for generating the OIDC token. The caller (for - // CreateSubscription, UpdateSubscription, and ModifyPushConfig calls) must + // CreateSubscription, UpdateSubscription, and ModifyPushConfig RPCs) must // have the iam.serviceAccounts.actAs permission for the service account. - // See https://cloud.google.com/iam/docs/understanding-roles#service-accounts-roles. ServiceAccountEmail string `protobuf:"bytes,1,opt,name=service_account_email,json=serviceAccountEmail,proto3" json:"service_account_email,omitempty"` // Audience to be used when generating OIDC token. The audience claim // identifies the recipients that the JWT is intended for. The audience @@ -1213,7 +1207,7 @@ func (m *PushConfig_OidcToken) Reset() { *m = PushConfig_OidcToken{} } func (m *PushConfig_OidcToken) String() string { return proto.CompactTextString(m) } func (*PushConfig_OidcToken) ProtoMessage() {} func (*PushConfig_OidcToken) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{16, 1} + return fileDescriptor_pubsub_790424aa8109440f, []int{16, 0} } func (m *PushConfig_OidcToken) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PushConfig_OidcToken.Unmarshal(m, b) @@ -1262,7 +1256,7 @@ func (m *ReceivedMessage) Reset() { *m = ReceivedMessage{} } func (m *ReceivedMessage) String() string { return proto.CompactTextString(m) } func (*ReceivedMessage) ProtoMessage() {} func (*ReceivedMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{17} + return fileDescriptor_pubsub_790424aa8109440f, []int{17} } func (m *ReceivedMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReceivedMessage.Unmarshal(m, b) @@ -1310,7 +1304,7 @@ func (m *GetSubscriptionRequest) Reset() { *m = GetSubscriptionRequest{} func (m *GetSubscriptionRequest) String() string { return proto.CompactTextString(m) } func (*GetSubscriptionRequest) ProtoMessage() {} func (*GetSubscriptionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{18} + return fileDescriptor_pubsub_790424aa8109440f, []int{18} } func (m *GetSubscriptionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSubscriptionRequest.Unmarshal(m, b) @@ -1353,7 +1347,7 @@ func (m *UpdateSubscriptionRequest) Reset() { *m = UpdateSubscriptionReq func (m *UpdateSubscriptionRequest) String() string { return proto.CompactTextString(m) } func (*UpdateSubscriptionRequest) ProtoMessage() {} func (*UpdateSubscriptionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{19} + return fileDescriptor_pubsub_790424aa8109440f, []int{19} } func (m *UpdateSubscriptionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateSubscriptionRequest.Unmarshal(m, b) @@ -1407,7 +1401,7 @@ func (m *ListSubscriptionsRequest) Reset() { *m = ListSubscriptionsReque func (m *ListSubscriptionsRequest) String() string { return proto.CompactTextString(m) } func (*ListSubscriptionsRequest) ProtoMessage() {} func (*ListSubscriptionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{20} + return fileDescriptor_pubsub_790424aa8109440f, []int{20} } func (m *ListSubscriptionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSubscriptionsRequest.Unmarshal(m, b) @@ -1465,7 +1459,7 @@ func (m *ListSubscriptionsResponse) Reset() { *m = ListSubscriptionsResp func (m *ListSubscriptionsResponse) String() string { return proto.CompactTextString(m) } func (*ListSubscriptionsResponse) ProtoMessage() {} func (*ListSubscriptionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{21} + return fileDescriptor_pubsub_790424aa8109440f, []int{21} } func (m *ListSubscriptionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSubscriptionsResponse.Unmarshal(m, b) @@ -1513,7 +1507,7 @@ func (m *DeleteSubscriptionRequest) Reset() { *m = DeleteSubscriptionReq func (m *DeleteSubscriptionRequest) String() string { return proto.CompactTextString(m) } func (*DeleteSubscriptionRequest) ProtoMessage() {} func (*DeleteSubscriptionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{22} + return fileDescriptor_pubsub_790424aa8109440f, []int{22} } func (m *DeleteSubscriptionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSubscriptionRequest.Unmarshal(m, b) @@ -1561,7 +1555,7 @@ func (m *ModifyPushConfigRequest) Reset() { *m = ModifyPushConfigRequest func (m *ModifyPushConfigRequest) String() string { return proto.CompactTextString(m) } func (*ModifyPushConfigRequest) ProtoMessage() {} func (*ModifyPushConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{23} + return fileDescriptor_pubsub_790424aa8109440f, []int{23} } func (m *ModifyPushConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ModifyPushConfigRequest.Unmarshal(m, b) @@ -1617,7 +1611,7 @@ func (m *PullRequest) Reset() { *m = PullRequest{} } func (m *PullRequest) String() string { return proto.CompactTextString(m) } func (*PullRequest) ProtoMessage() {} func (*PullRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{24} + return fileDescriptor_pubsub_790424aa8109440f, []int{24} } func (m *PullRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PullRequest.Unmarshal(m, b) @@ -1674,7 +1668,7 @@ func (m *PullResponse) Reset() { *m = PullResponse{} } func (m *PullResponse) String() string { return proto.CompactTextString(m) } func (*PullResponse) ProtoMessage() {} func (*PullResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{25} + return fileDescriptor_pubsub_790424aa8109440f, []int{25} } func (m *PullResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PullResponse.Unmarshal(m, b) @@ -1726,7 +1720,7 @@ func (m *ModifyAckDeadlineRequest) Reset() { *m = ModifyAckDeadlineReque func (m *ModifyAckDeadlineRequest) String() string { return proto.CompactTextString(m) } func (*ModifyAckDeadlineRequest) ProtoMessage() {} func (*ModifyAckDeadlineRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{26} + return fileDescriptor_pubsub_790424aa8109440f, []int{26} } func (m *ModifyAckDeadlineRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ModifyAckDeadlineRequest.Unmarshal(m, b) @@ -1784,7 +1778,7 @@ func (m *AcknowledgeRequest) Reset() { *m = AcknowledgeRequest{} } func (m *AcknowledgeRequest) String() string { return proto.CompactTextString(m) } func (*AcknowledgeRequest) ProtoMessage() {} func (*AcknowledgeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{27} + return fileDescriptor_pubsub_790424aa8109440f, []int{27} } func (m *AcknowledgeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AcknowledgeRequest.Unmarshal(m, b) @@ -1865,7 +1859,7 @@ func (m *StreamingPullRequest) Reset() { *m = StreamingPullRequest{} } func (m *StreamingPullRequest) String() string { return proto.CompactTextString(m) } func (*StreamingPullRequest) ProtoMessage() {} func (*StreamingPullRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{28} + return fileDescriptor_pubsub_790424aa8109440f, []int{28} } func (m *StreamingPullRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingPullRequest.Unmarshal(m, b) @@ -1934,7 +1928,7 @@ func (m *StreamingPullResponse) Reset() { *m = StreamingPullResponse{} } func (m *StreamingPullResponse) String() string { return proto.CompactTextString(m) } func (*StreamingPullResponse) ProtoMessage() {} func (*StreamingPullResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{29} + return fileDescriptor_pubsub_790424aa8109440f, []int{29} } func (m *StreamingPullResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingPullResponse.Unmarshal(m, b) @@ -1961,10 +1955,7 @@ func (m *StreamingPullResponse) GetReceivedMessages() []*ReceivedMessage { return nil } -// Request for the `CreateSnapshot` method.

-// BETA: This feature is part of a beta release. This API might be -// changed in backward-incompatible ways and is not recommended for production -// use. It is not subject to any SLA or deprecation policy. +// Request for the `CreateSnapshot` method. type CreateSnapshotRequest struct { // Optional user-provided name for this snapshot. // If the name is not provided in the request, the server will assign a random @@ -1996,7 +1987,7 @@ func (m *CreateSnapshotRequest) Reset() { *m = CreateSnapshotRequest{} } func (m *CreateSnapshotRequest) String() string { return proto.CompactTextString(m) } func (*CreateSnapshotRequest) ProtoMessage() {} func (*CreateSnapshotRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{30} + return fileDescriptor_pubsub_790424aa8109440f, []int{30} } func (m *CreateSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSnapshotRequest.Unmarshal(m, b) @@ -2037,10 +2028,7 @@ func (m *CreateSnapshotRequest) GetLabels() map[string]string { return nil } -// Request for the UpdateSnapshot method.

-// BETA: This feature is part of a beta release. This API might be -// changed in backward-incompatible ways and is not recommended for production -// use. It is not subject to any SLA or deprecation policy. +// Request for the UpdateSnapshot method. type UpdateSnapshotRequest struct { // The updated snapshot object. Snapshot *Snapshot `protobuf:"bytes,1,opt,name=snapshot,proto3" json:"snapshot,omitempty"` @@ -2056,7 +2044,7 @@ func (m *UpdateSnapshotRequest) Reset() { *m = UpdateSnapshotRequest{} } func (m *UpdateSnapshotRequest) String() string { return proto.CompactTextString(m) } func (*UpdateSnapshotRequest) ProtoMessage() {} func (*UpdateSnapshotRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{31} + return fileDescriptor_pubsub_790424aa8109440f, []int{31} } func (m *UpdateSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateSnapshotRequest.Unmarshal(m, b) @@ -2095,10 +2083,7 @@ func (m *UpdateSnapshotRequest) GetUpdateMask() *field_mask.FieldMask { // operations, which allow // you to manage message acknowledgments in bulk. That is, you can set the // acknowledgment state of messages in an existing subscription to the state -// captured by a snapshot.

-// BETA: This feature is part of a beta release. This API might be -// changed in backward-incompatible ways and is not recommended for production -// use. It is not subject to any SLA or deprecation policy. +// captured by a snapshot. type Snapshot struct { // The name of the snapshot. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` @@ -2127,7 +2112,7 @@ func (m *Snapshot) Reset() { *m = Snapshot{} } func (m *Snapshot) String() string { return proto.CompactTextString(m) } func (*Snapshot) ProtoMessage() {} func (*Snapshot) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{32} + return fileDescriptor_pubsub_790424aa8109440f, []int{32} } func (m *Snapshot) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Snapshot.Unmarshal(m, b) @@ -2175,10 +2160,7 @@ func (m *Snapshot) GetLabels() map[string]string { return nil } -// Request for the GetSnapshot method.

-// BETA: This feature is part of a beta release. This API might be -// changed in backward-incompatible ways and is not recommended for production -// use. It is not subject to any SLA or deprecation policy. +// Request for the GetSnapshot method. type GetSnapshotRequest struct { // The name of the snapshot to get. // Format is `projects/{project}/snapshots/{snap}`. @@ -2192,7 +2174,7 @@ func (m *GetSnapshotRequest) Reset() { *m = GetSnapshotRequest{} } func (m *GetSnapshotRequest) String() string { return proto.CompactTextString(m) } func (*GetSnapshotRequest) ProtoMessage() {} func (*GetSnapshotRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{33} + return fileDescriptor_pubsub_790424aa8109440f, []int{33} } func (m *GetSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSnapshotRequest.Unmarshal(m, b) @@ -2219,10 +2201,7 @@ func (m *GetSnapshotRequest) GetSnapshot() string { return "" } -// Request for the `ListSnapshots` method.

-// BETA: This feature is part of a beta release. This API might be -// changed in backward-incompatible ways and is not recommended for production -// use. It is not subject to any SLA or deprecation policy. +// Request for the `ListSnapshots` method. type ListSnapshotsRequest struct { // The name of the project in which to list snapshots. // Format is `projects/{project-id}`. @@ -2242,7 +2221,7 @@ func (m *ListSnapshotsRequest) Reset() { *m = ListSnapshotsRequest{} } func (m *ListSnapshotsRequest) String() string { return proto.CompactTextString(m) } func (*ListSnapshotsRequest) ProtoMessage() {} func (*ListSnapshotsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{34} + return fileDescriptor_pubsub_790424aa8109440f, []int{34} } func (m *ListSnapshotsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsRequest.Unmarshal(m, b) @@ -2283,10 +2262,7 @@ func (m *ListSnapshotsRequest) GetPageToken() string { return "" } -// Response for the `ListSnapshots` method.

-// BETA: This feature is part of a beta release. This API might be -// changed in backward-incompatible ways and is not recommended for production -// use. It is not subject to any SLA or deprecation policy. +// Response for the `ListSnapshots` method. type ListSnapshotsResponse struct { // The resulting snapshots. Snapshots []*Snapshot `protobuf:"bytes,1,rep,name=snapshots,proto3" json:"snapshots,omitempty"` @@ -2302,7 +2278,7 @@ func (m *ListSnapshotsResponse) Reset() { *m = ListSnapshotsResponse{} } func (m *ListSnapshotsResponse) String() string { return proto.CompactTextString(m) } func (*ListSnapshotsResponse) ProtoMessage() {} func (*ListSnapshotsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{35} + return fileDescriptor_pubsub_790424aa8109440f, []int{35} } func (m *ListSnapshotsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsResponse.Unmarshal(m, b) @@ -2336,10 +2312,7 @@ func (m *ListSnapshotsResponse) GetNextPageToken() string { return "" } -// Request for the `DeleteSnapshot` method.

-// BETA: This feature is part of a beta release. This API might be -// changed in backward-incompatible ways and is not recommended for production -// use. It is not subject to any SLA or deprecation policy. +// Request for the `DeleteSnapshot` method. type DeleteSnapshotRequest struct { // The name of the snapshot to delete. // Format is `projects/{project}/snapshots/{snap}`. @@ -2353,7 +2326,7 @@ func (m *DeleteSnapshotRequest) Reset() { *m = DeleteSnapshotRequest{} } func (m *DeleteSnapshotRequest) String() string { return proto.CompactTextString(m) } func (*DeleteSnapshotRequest) ProtoMessage() {} func (*DeleteSnapshotRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{36} + return fileDescriptor_pubsub_790424aa8109440f, []int{36} } func (m *DeleteSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSnapshotRequest.Unmarshal(m, b) @@ -2380,10 +2353,7 @@ func (m *DeleteSnapshotRequest) GetSnapshot() string { return "" } -// Request for the `Seek` method.

-// BETA: This feature is part of a beta release. This API might be -// changed in backward-incompatible ways and is not recommended for production -// use. It is not subject to any SLA or deprecation policy. +// Request for the `Seek` method. type SeekRequest struct { // The subscription to affect. Subscription string `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"` @@ -2400,7 +2370,7 @@ func (m *SeekRequest) Reset() { *m = SeekRequest{} } func (m *SeekRequest) String() string { return proto.CompactTextString(m) } func (*SeekRequest) ProtoMessage() {} func (*SeekRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{37} + return fileDescriptor_pubsub_790424aa8109440f, []int{37} } func (m *SeekRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SeekRequest.Unmarshal(m, b) @@ -2545,7 +2515,7 @@ func (m *SeekResponse) Reset() { *m = SeekResponse{} } func (m *SeekResponse) String() string { return proto.CompactTextString(m) } func (*SeekResponse) ProtoMessage() {} func (*SeekResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_39ee20b9210c53dc, []int{38} + return fileDescriptor_pubsub_790424aa8109440f, []int{38} } func (m *SeekResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SeekResponse.Unmarshal(m, b) @@ -2647,10 +2617,7 @@ type PublisherClient interface { // operations, which allow // you to manage message acknowledgments in bulk. That is, you can set the // acknowledgment state of messages in an existing subscription to the state - // captured by a snapshot.

- // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. + // captured by a snapshot. ListTopicSnapshots(ctx context.Context, in *ListTopicSnapshotsRequest, opts ...grpc.CallOption) (*ListTopicSnapshotsResponse, error) // Deletes the topic with the given name. Returns `NOT_FOUND` if the topic // does not exist. After a topic is deleted, a new topic may be created with @@ -2763,10 +2730,7 @@ type PublisherServer interface { // operations, which allow // you to manage message acknowledgments in bulk. That is, you can set the // acknowledgment state of messages in an existing subscription to the state - // captured by a snapshot.

- // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. + // captured by a snapshot. ListTopicSnapshots(context.Context, *ListTopicSnapshotsRequest) (*ListTopicSnapshotsResponse, error) // Deletes the topic with the given name. Returns `NOT_FOUND` if the topic // does not exist. After a topic is deleted, a new topic may be created with @@ -3033,20 +2997,14 @@ type SubscriberClient interface { // Seek // operations, which allow you to manage message acknowledgments in bulk. That // is, you can set the acknowledgment state of messages in an existing - // subscription to the state captured by a snapshot.

- // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. + // subscription to the state captured by a snapshot. GetSnapshot(ctx context.Context, in *GetSnapshotRequest, opts ...grpc.CallOption) (*Snapshot, error) // Lists the existing snapshots. Snapshots are used in // Seek // operations, which allow // you to manage message acknowledgments in bulk. That is, you can set the // acknowledgment state of messages in an existing subscription to the state - // captured by a snapshot.

- // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. + // captured by a snapshot. ListSnapshots(ctx context.Context, in *ListSnapshotsRequest, opts ...grpc.CallOption) (*ListSnapshotsResponse, error) // Creates a snapshot from the requested subscription. Snapshots are used in // Seek @@ -3054,11 +3012,7 @@ type SubscriberClient interface { // you to manage message acknowledgments in bulk. That is, you can set the // acknowledgment state of messages in an existing subscription to the state // captured by a snapshot. - //

- // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy.

- // If the snapshot already exists, returns `ALREADY_EXISTS`. + //

If the snapshot already exists, returns `ALREADY_EXISTS`. // If the requested subscription doesn't exist, returns `NOT_FOUND`. // If the backlog in the subscription is too old -- and the resulting snapshot // would expire in less than 1 hour -- then `FAILED_PRECONDITION` is returned. @@ -3076,11 +3030,7 @@ type SubscriberClient interface { // operations, which allow // you to manage message acknowledgments in bulk. That is, you can set the // acknowledgment state of messages in an existing subscription to the state - // captured by a snapshot.

- // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. - // Note that certain properties of a snapshot are not modifiable. + // captured by a snapshot. UpdateSnapshot(ctx context.Context, in *UpdateSnapshotRequest, opts ...grpc.CallOption) (*Snapshot, error) // Removes an existing snapshot. Snapshots are used in // Seek @@ -3088,9 +3038,6 @@ type SubscriberClient interface { // you to manage message acknowledgments in bulk. That is, you can set the // acknowledgment state of messages in an existing subscription to the state // captured by a snapshot.

- // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. // When the snapshot is deleted, all messages retained in the snapshot // are immediately dropped. After a snapshot is deleted, a new one may be // created with the same name, but the new one has no association with the old @@ -3103,10 +3050,7 @@ type SubscriberClient interface { // you to manage message acknowledgments in bulk. That is, you can set the // acknowledgment state of messages in an existing subscription to the state // captured by a snapshot. Note that both the subscription and the snapshot - // must be on the same topic.

- // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. + // must be on the same topic. Seek(ctx context.Context, in *SeekRequest, opts ...grpc.CallOption) (*SeekResponse, error) } @@ -3350,20 +3294,14 @@ type SubscriberServer interface { // Seek // operations, which allow you to manage message acknowledgments in bulk. That // is, you can set the acknowledgment state of messages in an existing - // subscription to the state captured by a snapshot.

- // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. + // subscription to the state captured by a snapshot. GetSnapshot(context.Context, *GetSnapshotRequest) (*Snapshot, error) // Lists the existing snapshots. Snapshots are used in // Seek // operations, which allow // you to manage message acknowledgments in bulk. That is, you can set the // acknowledgment state of messages in an existing subscription to the state - // captured by a snapshot.

- // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. + // captured by a snapshot. ListSnapshots(context.Context, *ListSnapshotsRequest) (*ListSnapshotsResponse, error) // Creates a snapshot from the requested subscription. Snapshots are used in // Seek @@ -3371,11 +3309,7 @@ type SubscriberServer interface { // you to manage message acknowledgments in bulk. That is, you can set the // acknowledgment state of messages in an existing subscription to the state // captured by a snapshot. - //

- // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy.

- // If the snapshot already exists, returns `ALREADY_EXISTS`. + //

If the snapshot already exists, returns `ALREADY_EXISTS`. // If the requested subscription doesn't exist, returns `NOT_FOUND`. // If the backlog in the subscription is too old -- and the resulting snapshot // would expire in less than 1 hour -- then `FAILED_PRECONDITION` is returned. @@ -3393,11 +3327,7 @@ type SubscriberServer interface { // operations, which allow // you to manage message acknowledgments in bulk. That is, you can set the // acknowledgment state of messages in an existing subscription to the state - // captured by a snapshot.

- // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. - // Note that certain properties of a snapshot are not modifiable. + // captured by a snapshot. UpdateSnapshot(context.Context, *UpdateSnapshotRequest) (*Snapshot, error) // Removes an existing snapshot. Snapshots are used in // Seek @@ -3405,9 +3335,6 @@ type SubscriberServer interface { // you to manage message acknowledgments in bulk. That is, you can set the // acknowledgment state of messages in an existing subscription to the state // captured by a snapshot.

- // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. // When the snapshot is deleted, all messages retained in the snapshot // are immediately dropped. After a snapshot is deleted, a new one may be // created with the same name, but the new one has no association with the old @@ -3420,10 +3347,7 @@ type SubscriberServer interface { // you to manage message acknowledgments in bulk. That is, you can set the // acknowledgment state of messages in an existing subscription to the state // captured by a snapshot. Note that both the subscription and the snapshot - // must be on the same topic.

- // BETA: This feature is part of a beta release. This API might be - // changed in backward-incompatible ways and is not recommended for production - // use. It is not subject to any SLA or deprecation policy. + // must be on the same topic. Seek(context.Context, *SeekRequest) (*SeekResponse, error) } @@ -3804,159 +3728,161 @@ var _Subscriber_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/pubsub/v1/pubsub.proto", fileDescriptor_pubsub_39ee20b9210c53dc) -} - -var fileDescriptor_pubsub_39ee20b9210c53dc = []byte{ - // 2399 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x5a, 0xcb, 0x73, 0xdc, 0x58, - 0xd5, 0x8f, 0xda, 0x8f, 0x74, 0x1f, 0xd9, 0x89, 0x7d, 0xc7, 0x4e, 0xda, 0xca, 0xcb, 0xd1, 0xe4, - 0x8b, 0x9d, 0x4e, 0xd2, 0x6d, 0x77, 0x6a, 0xf2, 0x4d, 0x1c, 0x9c, 0x94, 0x1d, 0x87, 0x24, 0x4c, - 0x42, 0x8c, 0x1c, 0x42, 0x15, 0xa4, 0xe8, 0x52, 0x4b, 0x37, 0x6d, 0x4d, 0xab, 0x25, 0x8d, 0xa4, - 0xf6, 0xc4, 0x03, 0xa1, 0xc2, 0x0c, 0x45, 0x15, 0x45, 0x16, 0x3c, 0xb6, 0xb3, 0xa0, 0x60, 0xc7, - 0x82, 0x05, 0xc5, 0x1a, 0xf6, 0x6c, 0x59, 0xf0, 0x0f, 0xb0, 0xa2, 0xd8, 0xb0, 0x83, 0x05, 0x55, - 0xd4, 0x7d, 0x48, 0x2d, 0xa9, 0xaf, 0xba, 0xdd, 0x36, 0xd9, 0xb5, 0xee, 0x39, 0xf7, 0x9e, 0xdf, - 0x79, 0xdf, 0x73, 0xab, 0xe1, 0x5c, 0xcb, 0x75, 0x5b, 0x36, 0xae, 0x79, 0xdd, 0x66, 0xd0, 0x6d, - 0xd6, 0xf6, 0x56, 0xf9, 0xaf, 0xaa, 0xe7, 0xbb, 0xa1, 0x8b, 0x66, 0x18, 0xb9, 0xca, 0x17, 0xf7, - 0x56, 0x95, 0xb3, 0x7c, 0x83, 0xee, 0x59, 0x35, 0xdd, 0x71, 0xdc, 0x50, 0x0f, 0x2d, 0xd7, 0x09, - 0x18, 0xbf, 0x72, 0x3e, 0x3a, 0x8e, 0x7c, 0x35, 0xbb, 0x2f, 0x6b, 0x66, 0xd7, 0xa7, 0x0c, 0x9c, - 0x7e, 0x26, 0x4b, 0xc7, 0x1d, 0x2f, 0xdc, 0xe7, 0xc4, 0xc5, 0x2c, 0xf1, 0xa5, 0x85, 0x6d, 0xb3, - 0xd1, 0xd1, 0x83, 0x36, 0xe7, 0xb8, 0x90, 0xe5, 0x08, 0xad, 0x0e, 0x0e, 0x42, 0xbd, 0xe3, 0x31, - 0x06, 0xf5, 0x39, 0xcc, 0x3d, 0xc1, 0x41, 0xa0, 0xb7, 0xf0, 0x4e, 0xe8, 0xfa, 0x7a, 0x0b, 0x6f, - 0xbb, 0xb6, 0x65, 0xec, 0xa3, 0x3b, 0x70, 0x46, 0xb7, 0x6d, 0xf7, 0x53, 0x6c, 0x36, 0x3c, 0xec, - 0x07, 0x56, 0x10, 0x62, 0xc7, 0xc0, 0x0d, 0x1f, 0xb7, 0x08, 0xf8, 0xb2, 0xb4, 0x38, 0xb6, 0x5c, - 0xd2, 0x16, 0x38, 0xcb, 0x76, 0x8f, 0x43, 0x63, 0x0c, 0xea, 0x3f, 0x25, 0x98, 0x78, 0xe6, 0x7a, - 0x96, 0x81, 0x10, 0x8c, 0x3b, 0x7a, 0x07, 0x97, 0xa5, 0x45, 0x69, 0xb9, 0xa4, 0xd1, 0xdf, 0xe8, - 0x36, 0x4c, 0xda, 0x7a, 0x13, 0xdb, 0x41, 0xb9, 0xb0, 0x38, 0xb6, 0x2c, 0xd7, 0xdf, 0xaf, 0x66, - 0xcd, 0x56, 0xa5, 0x9b, 0xab, 0x8f, 0x29, 0xd7, 0x7d, 0x27, 0xf4, 0xf7, 0x35, 0xbe, 0x05, 0xbd, - 0x80, 0x53, 0x1d, 0x06, 0xb9, 0x11, 0x30, 0xcc, 0x0d, 0x8f, 0x82, 0x2e, 0x8f, 0x2d, 0x4a, 0xcb, - 0x72, 0xfd, 0x72, 0xff, 0x61, 0x22, 0x15, 0xb5, 0xb9, 0x8e, 0x60, 0x55, 0xb9, 0x05, 0x72, 0x42, - 0x28, 0x9a, 0x81, 0xb1, 0x36, 0xde, 0xe7, 0xe0, 0xc9, 0x4f, 0x34, 0x07, 0x13, 0x7b, 0xba, 0xdd, - 0xc5, 0xe5, 0x02, 0x5d, 0x63, 0x1f, 0x6b, 0x85, 0x0f, 0x25, 0xf5, 0x0f, 0x05, 0x98, 0xde, 0xa6, - 0x32, 0xb9, 0x3c, 0xa2, 0xbb, 0xa9, 0x87, 0x3a, 0xdd, 0x3e, 0xa5, 0xd1, 0xdf, 0xe8, 0x29, 0x80, - 0x1e, 0x86, 0xbe, 0xd5, 0xec, 0x86, 0x38, 0xd2, 0xbf, 0xd6, 0x0f, 0x39, 0x75, 0x50, 0x75, 0x23, - 0xde, 0xc1, 0x6c, 0x91, 0x38, 0x02, 0x9d, 0x03, 0x88, 0xec, 0x61, 0x99, 0xd4, 0x06, 0x25, 0xad, - 0xc4, 0x57, 0x1e, 0x99, 0x68, 0x1d, 0xa6, 0xbc, 0x6e, 0xd3, 0xb6, 0x82, 0xdd, 0x06, 0x71, 0x7e, - 0x79, 0x9c, 0x1a, 0x49, 0x89, 0x25, 0xf2, 0xc8, 0xa8, 0x3e, 0x8b, 0x22, 0x43, 0x93, 0x39, 0x3f, - 0x59, 0x41, 0x17, 0x61, 0xca, 0xf5, 0x4d, 0xec, 0x5b, 0x4e, 0xab, 0x41, 0x2c, 0x31, 0x41, 0xcf, - 0x97, 0xa3, 0xb5, 0x8f, 0xf0, 0xbe, 0xb2, 0x0e, 0x27, 0x33, 0xf8, 0x46, 0x32, 0xdb, 0x12, 0x9c, - 0x7c, 0x80, 0x43, 0xea, 0x6f, 0x0d, 0x7f, 0xd2, 0xc5, 0x41, 0x48, 0x98, 0x43, 0xf2, 0xcd, 0x0f, - 0x60, 0x1f, 0xea, 0x1b, 0x09, 0xd0, 0x37, 0x3d, 0x53, 0x0f, 0x71, 0x8a, 0xf9, 0x7a, 0x92, 0x59, - 0xae, 0x9f, 0xce, 0x89, 0x25, 0x7e, 0x0a, 0xba, 0x0d, 0x72, 0x97, 0x1e, 0x42, 0xf3, 0x84, 0xc2, - 0x11, 0x99, 0xe3, 0xab, 0x24, 0x95, 0x9e, 0xe8, 0x41, 0x5b, 0x03, 0xc6, 0x4e, 0x7e, 0xab, 0x06, - 0x9c, 0xd8, 0x66, 0xc6, 0x19, 0x08, 0x15, 0xdd, 0x86, 0x22, 0xf7, 0x40, 0xe4, 0xe2, 0x0b, 0x43, - 0x5c, 0xac, 0xc5, 0x1b, 0xd4, 0x3a, 0x9c, 0x8c, 0x85, 0x04, 0x9e, 0xeb, 0x04, 0x18, 0x5d, 0x00, - 0xb9, 0xe7, 0xe3, 0x28, 0xfd, 0x20, 0x76, 0x72, 0xa0, 0x5a, 0x30, 0xfb, 0xd8, 0x0a, 0x98, 0x15, - 0x83, 0x08, 0x5b, 0x19, 0x8e, 0x7b, 0xbe, 0xfb, 0x31, 0x36, 0x42, 0x8e, 0x2e, 0xfa, 0x44, 0x67, - 0xa0, 0xe4, 0xd1, 0x04, 0xb2, 0x3e, 0x63, 0x1e, 0x99, 0xd0, 0x8a, 0x64, 0x61, 0xc7, 0xfa, 0x0c, - 0x93, 0x80, 0xa2, 0xc4, 0xd0, 0x6d, 0x63, 0x27, 0x0a, 0x28, 0xb2, 0xf2, 0x8c, 0x2c, 0xa8, 0x1d, - 0x40, 0x49, 0x51, 0x1c, 0x61, 0x0d, 0x26, 0xa9, 0xea, 0x0c, 0xdc, 0x00, 0x37, 0x70, 0x36, 0x74, - 0x19, 0x4e, 0x3a, 0xf8, 0x55, 0xd8, 0x48, 0x88, 0x62, 0xa1, 0x31, 0x4d, 0x96, 0xb7, 0x63, 0x71, - 0x9f, 0xc0, 0xb9, 0x58, 0xdc, 0x4e, 0xb7, 0x19, 0x18, 0xbe, 0xe5, 0xd1, 0x0a, 0x3a, 0xd8, 0x03, - 0x47, 0xd1, 0xd0, 0x81, 0xf3, 0x79, 0x22, 0xb9, 0xb6, 0x97, 0x60, 0x3a, 0x48, 0x12, 0xb8, 0x47, - 0xd2, 0x8b, 0x07, 0x56, 0xb1, 0x03, 0x0b, 0x3d, 0x79, 0x8e, 0xee, 0x05, 0xbb, 0x6e, 0xf8, 0x0e, - 0xd5, 0x6b, 0x82, 0x22, 0x12, 0xc7, 0x55, 0x3b, 0x0b, 0xa5, 0x20, 0x5a, 0xe4, 0x6a, 0xf5, 0x16, - 0x0e, 0xac, 0x52, 0x05, 0xd0, 0x16, 0xb6, 0x71, 0x26, 0x55, 0xc5, 0x79, 0xfd, 0xc7, 0x71, 0x98, - 0x4a, 0x9a, 0x59, 0xd8, 0x32, 0xe2, 0xad, 0x85, 0xa4, 0x19, 0xd6, 0x41, 0xf6, 0xba, 0xc1, 0x6e, - 0xc3, 0x70, 0x9d, 0x97, 0x56, 0x8b, 0xd7, 0xb6, 0xb3, 0xa2, 0x54, 0x0b, 0x76, 0xef, 0x51, 0x1e, - 0x0d, 0xbc, 0xf8, 0x37, 0x5a, 0x81, 0x39, 0xdd, 0x68, 0x37, 0x4c, 0xac, 0x9b, 0xb6, 0xe5, 0xe0, - 0x46, 0x80, 0x0d, 0xd7, 0x31, 0x03, 0x5a, 0xe4, 0x26, 0x34, 0xa4, 0x1b, 0xed, 0x2d, 0x4e, 0xda, - 0x61, 0x14, 0x54, 0x87, 0x79, 0x1f, 0x87, 0xba, 0xe5, 0x34, 0x74, 0xa3, 0x8d, 0xcd, 0x46, 0x9c, - 0xe5, 0xc7, 0x17, 0xa5, 0xe5, 0xa2, 0xf6, 0x1e, 0x23, 0x6e, 0x10, 0x1a, 0x4f, 0xec, 0x00, 0x7d, - 0x0b, 0x94, 0x28, 0x79, 0x7d, 0x1c, 0x62, 0x87, 0xe8, 0xd8, 0x88, 0xfa, 0x7c, 0xb9, 0x48, 0x31, - 0x2f, 0xf4, 0x15, 0xa0, 0x2d, 0xce, 0xa0, 0x95, 0xf9, 0x66, 0x2d, 0xda, 0x1b, 0x51, 0xd0, 0x66, - 0xdc, 0x46, 0x4b, 0x34, 0xe7, 0x2a, 0xfd, 0x8a, 0x27, 0xed, 0x2a, 0xec, 0xa6, 0x37, 0xe1, 0x34, - 0x76, 0xf4, 0xa6, 0x8d, 0x23, 0x55, 0x1a, 0x51, 0x69, 0x2f, 0x03, 0x55, 0x69, 0x9e, 0x91, 0xb9, - 0x36, 0x4f, 0x39, 0x11, 0x3d, 0x85, 0x59, 0xfc, 0xca, 0xb3, 0x18, 0x92, 0xa8, 0x01, 0xcb, 0x54, - 0x17, 0xb5, 0x1f, 0xc6, 0xfd, 0x98, 0x95, 0x37, 0xdf, 0x19, 0x9c, 0x59, 0x39, 0x4a, 0xe3, 0xbd, - 0x0b, 0x33, 0x59, 0x01, 0xe8, 0x2a, 0x8c, 0x85, 0xa1, 0xcd, 0x7b, 0xc2, 0x00, 0xeb, 0x12, 0x2e, - 0xf5, 0x3f, 0x05, 0x80, 0x5e, 0x88, 0xa0, 0xf7, 0x61, 0x9a, 0x46, 0x15, 0x76, 0x4c, 0xcf, 0xb5, - 0x9c, 0xa8, 0x7a, 0x4e, 0x91, 0xc5, 0xfb, 0x7c, 0x0d, 0x3d, 0x16, 0xf4, 0xf1, 0x6b, 0x83, 0x22, - 0x6f, 0x60, 0x13, 0x7f, 0x00, 0xe0, 0x5a, 0xa6, 0x91, 0x48, 0x59, 0xe1, 0x45, 0x26, 0x71, 0xda, - 0x53, 0xcb, 0x34, 0x68, 0xae, 0x3d, 0x3c, 0xa6, 0x95, 0xdc, 0xe8, 0xe3, 0x88, 0xcd, 0x58, 0xf9, - 0x0e, 0x94, 0xe2, 0x83, 0x49, 0xb0, 0x07, 0xd8, 0xdf, 0xb3, 0x0c, 0xdc, 0xd0, 0x0d, 0xc3, 0xed, - 0x3a, 0x61, 0x03, 0x77, 0x74, 0xcb, 0xe6, 0x47, 0xbd, 0xc7, 0x89, 0x1b, 0x8c, 0x76, 0x9f, 0x90, - 0x90, 0x02, 0x45, 0xbd, 0x6b, 0x5a, 0xe4, 0x2e, 0xc8, 0x4f, 0x8f, 0xbf, 0x37, 0x4f, 0xc3, 0xbc, - 0xde, 0x0d, 0x77, 0x49, 0x14, 0x1b, 0x2c, 0x6e, 0x3a, 0x38, 0xdc, 0x75, 0x4d, 0xd5, 0x80, 0x93, - 0x1a, 0x36, 0xb0, 0xb5, 0x17, 0x67, 0x0d, 0x9a, 0x87, 0x49, 0x92, 0x9a, 0x96, 0x19, 0xd5, 0x0a, - 0xdd, 0x68, 0x3f, 0x32, 0xd1, 0x2d, 0x38, 0xce, 0xe3, 0x94, 0x77, 0xee, 0xa1, 0x7d, 0x35, 0xe2, - 0x57, 0xbf, 0x02, 0xa7, 0x1e, 0xe0, 0x30, 0x99, 0x10, 0x51, 0x59, 0x52, 0x61, 0x2a, 0x59, 0xb8, - 0x23, 0x77, 0x27, 0xd7, 0xd4, 0x2f, 0x25, 0x58, 0x60, 0x97, 0x0f, 0xd1, 0x09, 0x9b, 0x82, 0x13, - 0xe4, 0xfa, 0xf9, 0xc1, 0xf9, 0x98, 0x96, 0x70, 0xb4, 0x8b, 0x89, 0x07, 0x65, 0x52, 0xd3, 0x85, - 0x0d, 0xf2, 0xdd, 0x5c, 0x03, 0x7e, 0x22, 0xb1, 0xae, 0x25, 0x6e, 0x90, 0x5b, 0xa2, 0x06, 0x39, - 0xdc, 0x22, 0x87, 0x6c, 0xa0, 0x77, 0x61, 0x81, 0x75, 0x9b, 0xc3, 0x7a, 0xf7, 0xfb, 0x70, 0xfa, - 0x89, 0x6b, 0x5a, 0x2f, 0xf7, 0x13, 0x8d, 0xe2, 0xe0, 0xdb, 0xb3, 0x6d, 0xa8, 0x30, 0x5a, 0x1b, - 0x52, 0xbf, 0x90, 0x40, 0xde, 0xee, 0xda, 0xf6, 0x28, 0x22, 0xaf, 0x03, 0xf2, 0x71, 0xd8, 0xf5, - 0x9d, 0x86, 0xd5, 0xe9, 0x60, 0xd3, 0xd2, 0x43, 0x6c, 0xef, 0x53, 0xc9, 0x45, 0x6d, 0x96, 0x51, - 0x1e, 0xf5, 0x08, 0xe4, 0x1a, 0xdf, 0xd1, 0x5f, 0xf5, 0xda, 0xd5, 0x18, 0x75, 0xb6, 0xdc, 0xd1, - 0x5f, 0x45, 0x6d, 0x4a, 0xfd, 0x2e, 0x4c, 0x31, 0x10, 0xdc, 0x85, 0x5f, 0x87, 0x59, 0x9f, 0x27, - 0x65, 0x6f, 0x1f, 0x73, 0xe3, 0xc5, 0x7e, 0xd5, 0x32, 0xf9, 0xab, 0xcd, 0xf8, 0xe9, 0x85, 0x80, - 0x04, 0x4c, 0x99, 0x19, 0x79, 0xa3, 0xd7, 0x57, 0x47, 0x51, 0xf9, 0x34, 0x1c, 0x67, 0x25, 0x21, - 0x28, 0x8f, 0xd3, 0x7b, 0xc9, 0x24, 0xad, 0x09, 0x41, 0x6e, 0x1b, 0x1f, 0xcb, 0x6b, 0xe3, 0xea, - 0x37, 0x00, 0x6d, 0x18, 0x6d, 0xc7, 0xfd, 0xd4, 0xc6, 0x66, 0xeb, 0xb0, 0x20, 0x0a, 0x49, 0x10, - 0xea, 0x0f, 0x0b, 0x30, 0xb7, 0x13, 0xfa, 0x58, 0xef, 0x58, 0x4e, 0x6b, 0x54, 0x6f, 0xe6, 0x9d, - 0x4a, 0xda, 0x73, 0x87, 0xda, 0x4c, 0xa4, 0xdd, 0xd8, 0xf2, 0x84, 0x36, 0xcf, 0xc8, 0xd9, 0x7b, - 0xca, 0x07, 0xfd, 0xfb, 0xd2, 0xb6, 0x9b, 0x4b, 0xef, 0xdb, 0x60, 0xe2, 0xd6, 0xe1, 0x4c, 0x40, - 0x75, 0x68, 0x0c, 0xb8, 0x17, 0x95, 0x19, 0xcb, 0x46, 0xbf, 0x59, 0x5b, 0x30, 0x9f, 0x31, 0xc1, - 0x3b, 0x8a, 0xa5, 0xbf, 0x4a, 0x30, 0x7f, 0xcf, 0xc7, 0xa4, 0x1a, 0xf3, 0xab, 0x69, 0x64, 0x6d, - 0xd1, 0xdd, 0x31, 0xeb, 0x81, 0x82, 0xc0, 0x03, 0x1f, 0xc5, 0x77, 0xa9, 0x31, 0x0a, 0xeb, 0x46, - 0x3f, 0x2c, 0xa1, 0x40, 0xd1, 0xa5, 0xea, 0x28, 0x77, 0x99, 0xb7, 0x12, 0xcc, 0xf3, 0x3e, 0x93, - 0xd1, 0xec, 0x26, 0x14, 0xa3, 0x7b, 0x38, 0xef, 0x2f, 0x8a, 0xa0, 0x9a, 0x46, 0x9b, 0x62, 0xde, - 0xa3, 0xf5, 0x95, 0x7f, 0x48, 0x50, 0x8c, 0xce, 0x1c, 0xe1, 0x5e, 0x7e, 0x1b, 0x64, 0x7a, 0xc1, - 0xc3, 0xec, 0xcd, 0x61, 0x6c, 0xe8, 0x9b, 0x03, 0x30, 0x76, 0xfa, 0xe4, 0x70, 0x27, 0x76, 0xc5, - 0x38, 0x75, 0xc5, 0xe5, 0x7c, 0x35, 0xff, 0xd7, 0xd6, 0x5f, 0x01, 0x44, 0xee, 0x08, 0x19, 0xcb, - 0x2b, 0x19, 0xcb, 0x97, 0x7a, 0xd6, 0x55, 0x6d, 0x98, 0xa3, 0x5d, 0x30, 0x3b, 0xb6, 0xbd, 0x9b, - 0xa6, 0xbb, 0x0f, 0xf3, 0x19, 0x69, 0x3c, 0xc1, 0x3e, 0xcc, 0x4e, 0x6d, 0x83, 0xa3, 0xe3, 0x10, - 0x13, 0xdd, 0x0d, 0x98, 0xe7, 0x3d, 0x76, 0x04, 0xeb, 0xfc, 0x54, 0x02, 0x79, 0x07, 0xe3, 0xf6, - 0x28, 0xb5, 0x70, 0x05, 0xc6, 0x69, 0xd0, 0x14, 0x86, 0x05, 0xcd, 0xc3, 0x63, 0x1a, 0xe5, 0x44, - 0x67, 0x13, 0x08, 0xa8, 0xc9, 0x1e, 0x1e, 0xeb, 0x61, 0xd8, 0x2c, 0xc2, 0x64, 0xa8, 0xfb, 0x2d, - 0x1c, 0xaa, 0x27, 0x60, 0x8a, 0x81, 0x61, 0x46, 0xab, 0xff, 0xa9, 0x08, 0x25, 0xfe, 0xd2, 0x82, - 0x7d, 0xf4, 0x31, 0xc8, 0x2c, 0xc3, 0xd9, 0xbb, 0x65, 0xde, 0x03, 0x86, 0x92, 0x47, 0x50, 0xaf, - 0x7c, 0xfe, 0x97, 0xbf, 0xfd, 0xb2, 0xf0, 0xbe, 0x72, 0xbe, 0xb6, 0xb7, 0x5a, 0xfb, 0x1e, 0xc9, - 0x8e, 0x75, 0xee, 0xf3, 0xa0, 0x56, 0xa9, 0xb1, 0x67, 0x8f, 0x5a, 0xe5, 0xf5, 0x9a, 0x54, 0x41, - 0xaf, 0x41, 0x4e, 0xbc, 0x64, 0xa1, 0x4b, 0xfd, 0x47, 0xf6, 0x3f, 0x74, 0xe5, 0x0b, 0xae, 0x51, - 0xc1, 0x57, 0xea, 0x97, 0xa8, 0x60, 0x2a, 0xa8, 0x3a, 0x50, 0xfc, 0xe7, 0x12, 0x1c, 0xe7, 0x8a, - 0xa3, 0x45, 0xe1, 0x05, 0x3a, 0xf1, 0xc4, 0xa5, 0x5c, 0x1c, 0xc0, 0xc1, 0x2c, 0xa9, 0xd6, 0x29, - 0x82, 0x6b, 0xea, 0x52, 0x0f, 0x81, 0x58, 0x38, 0x7f, 0x5a, 0x24, 0x20, 0x5c, 0x28, 0x46, 0xef, - 0x7e, 0x48, 0x20, 0x22, 0xf3, 0x26, 0x98, 0xaf, 0xfd, 0x12, 0x95, 0x7d, 0x11, 0x5d, 0x18, 0x22, - 0x1b, 0xbd, 0x91, 0x00, 0x7a, 0x2f, 0x57, 0x48, 0xf0, 0xe8, 0xdc, 0xf7, 0x84, 0xa6, 0x5c, 0x1a, - 0xcc, 0xc4, 0xd5, 0x4f, 0x43, 0xe0, 0xc2, 0x13, 0x20, 0x5e, 0x73, 0x14, 0xe8, 0xf7, 0x12, 0x9c, - 0x12, 0x3f, 0x2d, 0xa1, 0xda, 0x00, 0x49, 0xa2, 0x6b, 0xbd, 0xb2, 0x72, 0xf0, 0x0d, 0x1c, 0xe6, - 0x07, 0x14, 0x66, 0x0d, 0x5d, 0x1f, 0x62, 0xa9, 0x5a, 0xfa, 0x16, 0xfe, 0x6b, 0x29, 0xf1, 0xe2, - 0x17, 0x97, 0x1e, 0x74, 0x75, 0x90, 0xfc, 0x4c, 0x39, 0x54, 0xae, 0x1d, 0x8c, 0x99, 0x03, 0x5d, - 0xa5, 0x40, 0xaf, 0xa2, 0x2b, 0x43, 0x81, 0xc6, 0x68, 0x42, 0x90, 0x13, 0x0f, 0x4e, 0xa2, 0x8c, - 0xea, 0x7f, 0x8f, 0x52, 0x4e, 0xf5, 0x15, 0x97, 0xfb, 0x1d, 0x2f, 0xdc, 0x8f, 0xfc, 0x59, 0x19, - 0x16, 0x52, 0xf5, 0x7f, 0xcf, 0x02, 0x70, 0x5b, 0x37, 0xb1, 0x8f, 0x7e, 0x2c, 0x01, 0xe2, 0xb7, - 0x84, 0x64, 0x45, 0x1b, 0x32, 0xf5, 0x28, 0x43, 0xe8, 0xea, 0x0a, 0x85, 0x53, 0x51, 0xfe, 0x4f, - 0x58, 0x58, 0x52, 0xce, 0xe2, 0x09, 0xfe, 0x0b, 0x89, 0x3e, 0xaa, 0xa7, 0x50, 0x2c, 0x0b, 0x73, - 0x4c, 0x30, 0x31, 0x0d, 0xc5, 0x93, 0x8e, 0xa3, 0xa4, 0xfc, 0x41, 0xb8, 0xd0, 0xaf, 0xe2, 0xf7, - 0xfb, 0x14, 0xae, 0xab, 0x79, 0xc5, 0xef, 0x30, 0xd0, 0xd6, 0x29, 0xb4, 0xff, 0xaf, 0xd7, 0xfb, - 0xa0, 0x55, 0x0f, 0x62, 0xb7, 0x2f, 0x25, 0xf6, 0x8e, 0x9e, 0x4e, 0xcd, 0x8a, 0x38, 0x78, 0x85, - 0x59, 0x79, 0xf5, 0x40, 0xbc, 0x3c, 0xce, 0xab, 0x14, 0xed, 0x32, 0xba, 0x9c, 0x5b, 0x37, 0xd2, - 0x99, 0xf8, 0x33, 0x29, 0x7a, 0x56, 0x1d, 0x66, 0xc1, 0xdc, 0x71, 0x38, 0x37, 0xe6, 0xb9, 0x53, - 0x2b, 0x23, 0x3a, 0xf5, 0x37, 0x12, 0xcc, 0xf6, 0x4d, 0x75, 0x22, 0x8b, 0xe5, 0x8d, 0x7e, 0xb9, - 0x80, 0xbe, 0x46, 0x01, 0x6d, 0xa9, 0x77, 0x47, 0x02, 0xb4, 0xd6, 0xc9, 0xca, 0x21, 0x7e, 0xfd, - 0xb9, 0x04, 0x72, 0x62, 0xe0, 0x13, 0x95, 0x87, 0xfe, 0x79, 0x30, 0x17, 0xd9, 0x16, 0x45, 0x76, - 0x47, 0xbd, 0x35, 0x1a, 0x32, 0xbd, 0x27, 0x81, 0x60, 0xfa, 0x91, 0x04, 0xe3, 0x64, 0x48, 0x42, - 0xe7, 0x44, 0xfd, 0x35, 0x9e, 0x1f, 0x45, 0x21, 0x9f, 0x9c, 0xad, 0xa2, 0x90, 0x57, 0xeb, 0xa3, - 0xa1, 0xf1, 0xba, 0xb6, 0x4d, 0x60, 0xbc, 0x84, 0xe9, 0xd4, 0xcc, 0x86, 0x44, 0xd7, 0x6d, 0xc1, - 0x5c, 0xab, 0x2c, 0x0d, 0xe5, 0xe3, 0x00, 0x8f, 0x2d, 0x4b, 0x2b, 0x12, 0xc9, 0xfe, 0x99, 0xec, - 0x1b, 0x0b, 0xba, 0x92, 0x17, 0x27, 0x7d, 0xef, 0x30, 0xb9, 0xce, 0x78, 0x44, 0xd5, 0xbf, 0xa7, - 0xde, 0x39, 0x4c, 0x98, 0xf4, 0xc4, 0x10, 0x53, 0xfc, 0x00, 0xe4, 0xc4, 0xed, 0x5f, 0x14, 0x24, - 0xfd, 0xc3, 0x81, 0x32, 0xe0, 0x9a, 0xad, 0x5e, 0xa7, 0xd8, 0x96, 0x10, 0x2b, 0xdc, 0x51, 0xb3, - 0x4a, 0xe1, 0x8a, 0x1a, 0x18, 0xc9, 0xa5, 0xb7, 0x12, 0x4c, 0xa7, 0xae, 0xf7, 0x22, 0x5f, 0x88, - 0xa6, 0x0d, 0x91, 0x2f, 0x84, 0x73, 0x82, 0x5a, 0xa1, 0x88, 0x2e, 0x21, 0x35, 0xbf, 0xe2, 0xc4, - 0xc2, 0xbf, 0x90, 0xe0, 0x44, 0x7a, 0xe6, 0x45, 0x4b, 0x07, 0x9c, 0x8a, 0x07, 0x5a, 0xe5, 0x1a, - 0xc5, 0x70, 0x59, 0xb9, 0x28, 0x6e, 0x67, 0x09, 0x8b, 0x10, 0xa7, 0xbc, 0x95, 0xe0, 0x44, 0x7a, - 0x20, 0x16, 0xa1, 0x10, 0x8e, 0xcc, 0x03, 0x51, 0xf0, 0x7a, 0x57, 0xaf, 0xa4, 0x7c, 0x53, 0x1d, - 0x06, 0xe7, 0x8d, 0x04, 0x27, 0xd2, 0x73, 0x90, 0x08, 0x8e, 0x70, 0x52, 0xca, 0x0d, 0x61, 0x1e, - 0x26, 0x95, 0x03, 0x86, 0x09, 0x29, 0x1c, 0x64, 0x8e, 0x11, 0x15, 0x8e, 0xc4, 0xb0, 0x25, 0xec, - 0x95, 0x89, 0xf1, 0xe7, 0xb0, 0x85, 0x23, 0xc0, 0xb8, 0xbd, 0x26, 0x55, 0x36, 0x7f, 0x27, 0xc1, - 0x9c, 0xe1, 0x76, 0xfa, 0x84, 0x6c, 0xca, 0xec, 0x01, 0x7e, 0x9b, 0x28, 0xb9, 0x2d, 0x7d, 0xfb, - 0x26, 0x67, 0x68, 0xb9, 0xb6, 0xee, 0xb4, 0xaa, 0xae, 0xdf, 0xaa, 0xb5, 0xb0, 0x43, 0x4d, 0x50, - 0x63, 0x24, 0xdd, 0xb3, 0x82, 0xde, 0x1f, 0x6a, 0x6e, 0xb3, 0x5f, 0xff, 0x92, 0xa4, 0xdf, 0x16, - 0x4e, 0x3d, 0x60, 0x7b, 0xef, 0xd9, 0x6e, 0xd7, 0x24, 0x53, 0xc7, 0x4e, 0xb7, 0x59, 0x7d, 0xbe, - 0xfa, 0xe7, 0x88, 0xf0, 0x82, 0x12, 0x5e, 0x30, 0xc2, 0x8b, 0xe7, 0xab, 0x7f, 0x2f, 0x2c, 0x30, - 0xc2, 0xda, 0x1a, 0xa5, 0xac, 0xad, 0x31, 0xd2, 0xda, 0xda, 0xf3, 0xd5, 0xe6, 0x24, 0x95, 0x79, - 0xe3, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x68, 0x2c, 0x1b, 0x09, 0xc3, 0x23, 0x00, 0x00, + proto.RegisterFile("google/pubsub/v1/pubsub.proto", fileDescriptor_pubsub_790424aa8109440f) +} + +var fileDescriptor_pubsub_790424aa8109440f = []byte{ + // 2428 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x5a, 0x4b, 0x73, 0x1b, 0x59, + 0x15, 0x4e, 0xcb, 0x8f, 0x48, 0x47, 0x76, 0x62, 0xdf, 0xb1, 0x13, 0xb9, 0xf3, 0x72, 0x7a, 0x42, + 0xec, 0x28, 0x89, 0x64, 0x2b, 0x35, 0x61, 0xe2, 0xe0, 0xa4, 0xec, 0x38, 0x24, 0x21, 0xc9, 0xc4, + 0xb4, 0x43, 0xa8, 0x82, 0x14, 0xaa, 0x56, 0xf7, 0xb5, 0xdc, 0xa3, 0x7e, 0x4d, 0x77, 0xcb, 0x13, + 0x0d, 0x84, 0x0a, 0x33, 0x14, 0x55, 0x14, 0x59, 0x00, 0xb3, 0x9d, 0x05, 0x05, 0x3b, 0x16, 0x2c, + 0x28, 0xd6, 0xb0, 0x67, 0xcb, 0x82, 0x3f, 0xc0, 0x8a, 0xe2, 0x07, 0xc0, 0x82, 0x2a, 0xea, 0x3e, + 0xba, 0xd5, 0xdd, 0xba, 0x92, 0x2c, 0x9b, 0xec, 0xac, 0x7b, 0xce, 0xed, 0xf3, 0x9d, 0xf7, 0x3d, + 0xa7, 0x0c, 0xe7, 0x9a, 0xae, 0xdb, 0xb4, 0x70, 0xd5, 0x6b, 0x37, 0x82, 0x76, 0xa3, 0xba, 0xbf, + 0xca, 0xff, 0xaa, 0x78, 0xbe, 0x1b, 0xba, 0x68, 0x86, 0x91, 0x2b, 0xfc, 0x70, 0x7f, 0x55, 0x3e, + 0xcb, 0x2f, 0x68, 0x9e, 0x59, 0xd5, 0x1c, 0xc7, 0x0d, 0xb5, 0xd0, 0x74, 0x9d, 0x80, 0xf1, 0xcb, + 0x0b, 0x09, 0xaa, 0x8f, 0x03, 0xb7, 0xed, 0xeb, 0x98, 0x93, 0xce, 0x47, 0x92, 0xc8, 0xaf, 0x46, + 0x7b, 0xb7, 0x6a, 0xb4, 0x7d, 0x7a, 0x97, 0xd3, 0xcf, 0x64, 0xe9, 0xd8, 0xf6, 0xc2, 0x0e, 0x27, + 0x2e, 0x66, 0x89, 0xbb, 0x26, 0xb6, 0x8c, 0xba, 0xad, 0x05, 0x2d, 0xce, 0x71, 0x21, 0xcb, 0x11, + 0x9a, 0x36, 0x0e, 0x42, 0xcd, 0xf6, 0x18, 0x83, 0xf2, 0x02, 0xe6, 0x9e, 0xe2, 0x20, 0xd0, 0x9a, + 0x78, 0x27, 0x74, 0x7d, 0xad, 0x89, 0xb7, 0x5d, 0xcb, 0xd4, 0x3b, 0xe8, 0x0e, 0x9c, 0xd1, 0x2c, + 0xcb, 0xfd, 0x14, 0x1b, 0x75, 0x0f, 0xfb, 0x81, 0x19, 0x84, 0xd8, 0xd1, 0x71, 0xdd, 0xc7, 0x4d, + 0xa2, 0x57, 0x49, 0x5a, 0x1c, 0x5b, 0x2e, 0xa8, 0x0b, 0x9c, 0x65, 0xbb, 0xcb, 0xa1, 0x32, 0x06, + 0xe5, 0xcb, 0x1c, 0x4c, 0x3c, 0x77, 0x3d, 0x53, 0x47, 0x08, 0xc6, 0x1d, 0xcd, 0xc6, 0x25, 0x69, + 0x51, 0x5a, 0x2e, 0xa8, 0xf4, 0x6f, 0x74, 0x1b, 0x26, 0x2d, 0xad, 0x81, 0xad, 0xa0, 0x94, 0x5b, + 0x1c, 0x5b, 0x2e, 0xd6, 0xde, 0xaf, 0x64, 0x2d, 0x5a, 0xa1, 0x97, 0x2b, 0x4f, 0x28, 0xd7, 0x7d, + 0x27, 0xf4, 0x3b, 0x2a, 0xbf, 0x82, 0x5e, 0xc2, 0x29, 0x9b, 0x41, 0xae, 0x07, 0x0c, 0x73, 0xdd, + 0xa3, 0xa0, 0x4b, 0x63, 0x8b, 0xd2, 0x72, 0xb1, 0x76, 0xb9, 0xf7, 0x63, 0x22, 0x15, 0xd5, 0x39, + 0x5b, 0xa4, 0xf8, 0x22, 0x4c, 0xb5, 0xec, 0xa0, 0xde, 0xc2, 0x9d, 0x3a, 0x85, 0x3d, 0x41, 0x61, + 0x43, 0xcb, 0x0e, 0x1e, 0xe3, 0xce, 0x47, 0x9a, 0x8d, 0xe5, 0x5b, 0x50, 0x4c, 0xc0, 0x42, 0x33, + 0x30, 0xd6, 0xc2, 0x1d, 0xae, 0x1e, 0xf9, 0x13, 0xcd, 0xc1, 0xc4, 0xbe, 0x66, 0xb5, 0x71, 0x29, + 0x47, 0xcf, 0xd8, 0x8f, 0xb5, 0xdc, 0x87, 0x92, 0xf2, 0xa7, 0x1c, 0x4c, 0x6f, 0x53, 0x54, 0x1c, + 0x11, 0xb1, 0x8e, 0xa1, 0x85, 0x1a, 0xbd, 0x3e, 0xa5, 0xd2, 0xbf, 0xd1, 0x33, 0x00, 0x2d, 0x0c, + 0x7d, 0xb3, 0xd1, 0x0e, 0x71, 0x64, 0xa1, 0x6a, 0xaf, 0x52, 0xa9, 0x0f, 0x55, 0x36, 0xe2, 0x1b, + 0xcc, 0x5a, 0x89, 0x4f, 0xa0, 0x73, 0x00, 0x91, 0xc5, 0x4c, 0x83, 0x5a, 0xa9, 0xa0, 0x16, 0xf8, + 0xc9, 0x23, 0x03, 0xad, 0xc3, 0x94, 0xd7, 0x6e, 0x58, 0x66, 0xb0, 0x57, 0x27, 0xe1, 0x51, 0x1a, + 0xa7, 0x66, 0x94, 0x63, 0x89, 0x3c, 0x76, 0x2a, 0xcf, 0xa3, 0xd8, 0x51, 0x8b, 0x9c, 0x9f, 0x9c, + 0xa0, 0x8b, 0x30, 0xe5, 0xfa, 0x06, 0xf6, 0x4d, 0xa7, 0x49, 0xcc, 0xc6, 0x2d, 0x56, 0x8c, 0xce, + 0x1e, 0xe3, 0x8e, 0xbc, 0x0e, 0x27, 0x33, 0xf8, 0x46, 0x32, 0xdb, 0x12, 0x9c, 0x7c, 0x80, 0x43, + 0x1a, 0x11, 0x2a, 0xfe, 0xa4, 0x8d, 0x83, 0x90, 0x30, 0x87, 0xe4, 0x37, 0xff, 0x00, 0xfb, 0xa1, + 0xbc, 0x91, 0x00, 0x7d, 0xc7, 0x33, 0xb4, 0x10, 0xa7, 0x98, 0xaf, 0x27, 0x99, 0x8b, 0xb5, 0xd3, + 0x7d, 0xa2, 0x8d, 0x7f, 0x05, 0xdd, 0x86, 0x62, 0x9b, 0x7e, 0x84, 0x66, 0x12, 0x85, 0x23, 0x32, + 0xc7, 0x37, 0x49, 0xb2, 0x3d, 0xd5, 0x82, 0x96, 0x0a, 0x8c, 0x9d, 0xfc, 0xad, 0xe8, 0x70, 0x62, + 0x9b, 0x19, 0x67, 0x20, 0x54, 0x74, 0x1b, 0xf2, 0xdc, 0x03, 0x91, 0x8b, 0x2f, 0x0c, 0x71, 0xb1, + 0x1a, 0x5f, 0x50, 0x6a, 0x70, 0x32, 0x16, 0x12, 0x78, 0xae, 0x13, 0x60, 0x74, 0x01, 0x8a, 0x5d, + 0x1f, 0x47, 0x09, 0x0a, 0xb1, 0x93, 0x03, 0xc5, 0x84, 0xd9, 0x27, 0x66, 0xc0, 0xac, 0x18, 0x44, + 0xd8, 0x4a, 0x70, 0xdc, 0xf3, 0xdd, 0x8f, 0xb1, 0x1e, 0x72, 0x74, 0xd1, 0x4f, 0x74, 0x06, 0x0a, + 0x1e, 0x4d, 0x31, 0xf3, 0x33, 0xe6, 0x91, 0x09, 0x35, 0x4f, 0x0e, 0x76, 0xcc, 0xcf, 0x30, 0x09, + 0x28, 0x4a, 0x0c, 0xdd, 0x16, 0x76, 0xa2, 0x80, 0x22, 0x27, 0xcf, 0xc9, 0x81, 0x62, 0x03, 0x4a, + 0x8a, 0xe2, 0x08, 0xab, 0x30, 0x49, 0x55, 0x67, 0xe0, 0x06, 0xb8, 0x81, 0xb3, 0xa1, 0xcb, 0x70, + 0xd2, 0xc1, 0xaf, 0xc2, 0x7a, 0x42, 0x14, 0x0b, 0x8d, 0x69, 0x72, 0xbc, 0x1d, 0x8b, 0xfb, 0x04, + 0xce, 0xc5, 0xe2, 0x76, 0xda, 0x8d, 0x40, 0xf7, 0x4d, 0x8f, 0x96, 0xdf, 0xc1, 0x1e, 0x38, 0x8a, + 0x86, 0x0e, 0x9c, 0xef, 0x27, 0x92, 0x6b, 0x7b, 0x09, 0xa6, 0x83, 0x24, 0x81, 0x7b, 0x24, 0x7d, + 0x78, 0x60, 0x15, 0x6d, 0x58, 0xe8, 0xca, 0x73, 0x34, 0x2f, 0xd8, 0x73, 0xc3, 0x77, 0xa8, 0x5e, + 0x03, 0x64, 0x91, 0x38, 0xae, 0xda, 0x59, 0x28, 0x04, 0xd1, 0x21, 0x57, 0xab, 0x7b, 0x70, 0x60, + 0x95, 0xca, 0x80, 0xb6, 0xb0, 0x85, 0x33, 0xa9, 0x2a, 0xce, 0xeb, 0x3f, 0x8f, 0xc3, 0x54, 0xd2, + 0xcc, 0xc2, 0xa6, 0x12, 0x5f, 0xcd, 0x25, 0xcd, 0xb0, 0x0e, 0x45, 0xaf, 0x1d, 0xec, 0xd5, 0x75, + 0xd7, 0xd9, 0x35, 0x9b, 0xbc, 0xb6, 0x9d, 0x15, 0xa5, 0x5a, 0xb0, 0x77, 0x8f, 0xf2, 0xa8, 0xe0, + 0xc5, 0x7f, 0xa3, 0x15, 0x98, 0xd3, 0xf4, 0x56, 0xdd, 0xc0, 0x9a, 0x61, 0x99, 0x0e, 0xae, 0x07, + 0x58, 0x77, 0x1d, 0x23, 0xa0, 0x45, 0x6e, 0x42, 0x45, 0x9a, 0xde, 0xda, 0xe2, 0xa4, 0x1d, 0x46, + 0x41, 0x35, 0x98, 0xf7, 0x71, 0xa8, 0x99, 0x4e, 0x5d, 0xd3, 0x5b, 0xd8, 0xa8, 0xc7, 0x59, 0x7e, + 0x7c, 0x51, 0x5a, 0xce, 0xab, 0xef, 0x31, 0xe2, 0x06, 0xa1, 0xf1, 0xc4, 0x0e, 0xd0, 0x77, 0x41, + 0x8e, 0x92, 0xd7, 0xc7, 0x21, 0x76, 0x88, 0x8e, 0xf5, 0xe8, 0x25, 0x50, 0xca, 0x53, 0xcc, 0x0b, + 0x3d, 0x05, 0x68, 0x8b, 0x33, 0xa8, 0x25, 0x7e, 0x59, 0x8d, 0xee, 0x46, 0x14, 0xb4, 0x19, 0x37, + 0xda, 0x02, 0xcd, 0xb9, 0x72, 0xaf, 0xe2, 0x49, 0xbb, 0x0a, 0xfb, 0xed, 0x4d, 0x38, 0x8d, 0x1d, + 0xad, 0x61, 0xe1, 0x48, 0x95, 0x7a, 0x54, 0xda, 0x4b, 0x40, 0x55, 0x9a, 0x67, 0x64, 0xae, 0xcd, + 0x33, 0x4e, 0x44, 0xcf, 0x60, 0x16, 0xbf, 0xf2, 0x4c, 0x86, 0x24, 0x6a, 0xd1, 0x45, 0xaa, 0x8b, + 0xd2, 0x0b, 0xe3, 0x7e, 0xcc, 0xca, 0xdb, 0xf3, 0x0c, 0xce, 0x9c, 0x1c, 0xa5, 0xf1, 0xde, 0x85, + 0x99, 0xac, 0x00, 0x74, 0x15, 0xc6, 0xc2, 0xd0, 0xe2, 0x3d, 0x61, 0x80, 0x75, 0x09, 0x97, 0xf2, + 0xdf, 0x1c, 0x40, 0x37, 0x44, 0xd0, 0xfb, 0x30, 0x4d, 0xa3, 0x0a, 0x3b, 0x86, 0xe7, 0x9a, 0x4e, + 0x54, 0x3d, 0xa7, 0xc8, 0xe1, 0x7d, 0x7e, 0x86, 0x9e, 0x08, 0xfa, 0xf8, 0xb5, 0x41, 0x91, 0x37, + 0xb0, 0x89, 0x3f, 0x00, 0x70, 0x4d, 0x43, 0x4f, 0xa4, 0xac, 0xf0, 0xa9, 0x93, 0xf8, 0xda, 0x33, + 0xd3, 0xd0, 0x69, 0xae, 0x3d, 0x3c, 0xa6, 0x16, 0xdc, 0xe8, 0x87, 0xfc, 0x7d, 0x28, 0xc4, 0x14, + 0x12, 0xad, 0x01, 0xf6, 0xf7, 0x4d, 0x1d, 0xd7, 0x35, 0x5d, 0x77, 0xdb, 0x4e, 0x58, 0xc7, 0xb6, + 0x66, 0x5a, 0x5c, 0xa1, 0xf7, 0x38, 0x71, 0x83, 0xd1, 0xee, 0x13, 0x12, 0x92, 0x21, 0xaf, 0xb5, + 0x0d, 0x93, 0x3c, 0xf7, 0xb8, 0xa5, 0xe3, 0xdf, 0x47, 0xec, 0xf4, 0x9b, 0xa7, 0x61, 0x5e, 0x6b, + 0x87, 0x7b, 0x24, 0x8a, 0x75, 0x16, 0x37, 0x36, 0x0e, 0xf7, 0x5c, 0x43, 0xd1, 0xe1, 0xa4, 0x8a, + 0x75, 0x6c, 0xee, 0xc7, 0x59, 0x83, 0xe6, 0x61, 0x92, 0xa4, 0xa6, 0x69, 0x44, 0xb5, 0x42, 0xd3, + 0x5b, 0x8f, 0x0c, 0x74, 0x0b, 0x8e, 0xf3, 0x38, 0xe5, 0x9d, 0x7b, 0x68, 0x5f, 0x8d, 0xf8, 0x95, + 0x6f, 0xc0, 0xa9, 0x07, 0x38, 0x4c, 0x26, 0x44, 0x54, 0x96, 0x14, 0x98, 0x4a, 0x16, 0xee, 0xc8, + 0xdd, 0xc9, 0x33, 0xe5, 0x2b, 0x09, 0x16, 0xd8, 0xe3, 0x43, 0xf4, 0x85, 0x4d, 0xc1, 0x17, 0x8a, + 0xb5, 0xf3, 0x83, 0xf3, 0x31, 0x2d, 0xe1, 0x68, 0x0f, 0x13, 0x0f, 0x4a, 0xa4, 0xa6, 0x0b, 0x1b, + 0xe4, 0xbb, 0x79, 0x06, 0xfc, 0x5c, 0x62, 0x5d, 0x4b, 0xdc, 0x20, 0xb7, 0x44, 0x0d, 0x72, 0xb8, + 0x45, 0x0e, 0xd9, 0x40, 0xef, 0xc2, 0x02, 0xeb, 0x36, 0x87, 0xf5, 0xee, 0x8f, 0xe0, 0xf4, 0x53, + 0xd7, 0x30, 0x77, 0x3b, 0x89, 0x46, 0x71, 0xf0, 0xeb, 0xd9, 0x36, 0x94, 0x1b, 0xad, 0x0d, 0x29, + 0x5f, 0x48, 0x50, 0xdc, 0x6e, 0x5b, 0xd6, 0x28, 0x22, 0xaf, 0x03, 0xf2, 0x71, 0xd8, 0xf6, 0x9d, + 0xba, 0x69, 0xdb, 0xd8, 0x30, 0xb5, 0x10, 0x5b, 0x1d, 0x2a, 0x39, 0xaf, 0xce, 0x32, 0xca, 0xa3, + 0x2e, 0x81, 0x3c, 0xe3, 0x6d, 0xed, 0x55, 0xb7, 0x5d, 0x8d, 0x51, 0x67, 0x17, 0x6d, 0xed, 0x55, + 0xd4, 0xa6, 0x94, 0x1f, 0xc0, 0x14, 0x03, 0xc1, 0x5d, 0xf8, 0x11, 0xcc, 0xfa, 0x3c, 0x29, 0xbb, + 0xf7, 0x98, 0x1b, 0x2f, 0xf6, 0xaa, 0x96, 0xc9, 0x5f, 0x75, 0xc6, 0x4f, 0x1f, 0x04, 0x24, 0x60, + 0x4a, 0xcc, 0xc8, 0x1b, 0xdd, 0xbe, 0x3a, 0x8a, 0xca, 0xa7, 0xe1, 0x38, 0x2b, 0x09, 0x41, 0x69, + 0x9c, 0xbe, 0x4b, 0x26, 0x69, 0x4d, 0x08, 0xfa, 0xb6, 0xf1, 0xb1, 0x7e, 0x6d, 0x5c, 0xf9, 0x36, + 0xa0, 0x0d, 0xbd, 0xe5, 0xb8, 0x9f, 0x5a, 0xd8, 0x68, 0x1e, 0x16, 0x44, 0x2e, 0x09, 0x42, 0xf9, + 0x49, 0x0e, 0xe6, 0x76, 0x42, 0x1f, 0x6b, 0xb6, 0xe9, 0x34, 0x47, 0xf5, 0x66, 0xbf, 0xaf, 0x92, + 0xf6, 0x6c, 0x53, 0x9b, 0x89, 0xb4, 0x1b, 0x5b, 0x9e, 0x50, 0xe7, 0x19, 0x39, 0xfb, 0x4e, 0xf9, + 0xa0, 0xf7, 0x5e, 0xda, 0x76, 0x73, 0xe9, 0x7b, 0x1b, 0x4c, 0xdc, 0x3a, 0x9c, 0x09, 0xa8, 0x0e, + 0xf5, 0x01, 0xef, 0xa2, 0x12, 0x63, 0xd9, 0xe8, 0x35, 0x6b, 0x13, 0xe6, 0x33, 0x26, 0x78, 0x47, + 0xb1, 0xf4, 0x77, 0x09, 0xe6, 0xef, 0xf9, 0x98, 0x54, 0x63, 0xfe, 0x34, 0x8d, 0xac, 0x2d, 0x7a, + 0x3b, 0x66, 0x3d, 0x90, 0x13, 0x78, 0xe0, 0x71, 0xfc, 0x96, 0x1a, 0xa3, 0xb0, 0x6e, 0xf4, 0xc2, + 0x12, 0x0a, 0x14, 0x3d, 0xaa, 0x8e, 0xf2, 0x96, 0x79, 0x2b, 0xc1, 0x3c, 0xef, 0x33, 0x19, 0xcd, + 0x6e, 0x42, 0x3e, 0x7a, 0x87, 0xf3, 0xfe, 0x22, 0x0b, 0xaa, 0x69, 0x74, 0x29, 0xe6, 0x3d, 0x5a, + 0x5f, 0xf9, 0x97, 0x04, 0xf9, 0xe8, 0x9b, 0x23, 0xbc, 0xcb, 0x6f, 0x43, 0x91, 0x3e, 0xf0, 0x30, + 0xdb, 0x39, 0x8c, 0x0d, 0xdd, 0x39, 0x00, 0x63, 0xa7, 0x2b, 0x87, 0x3b, 0xb1, 0x2b, 0xc6, 0xa9, + 0x2b, 0x2e, 0xf7, 0x57, 0xf3, 0xff, 0x6d, 0xfd, 0x15, 0x40, 0xe4, 0x8d, 0x90, 0xb1, 0xbc, 0x9c, + 0xb1, 0x7c, 0xa1, 0x6b, 0x5d, 0xc5, 0x82, 0x39, 0xda, 0x05, 0xb3, 0x63, 0xdb, 0xbb, 0x69, 0xba, + 0x1d, 0x98, 0xcf, 0x48, 0xe3, 0x09, 0xf6, 0x61, 0x76, 0x6a, 0x1b, 0x1c, 0x1d, 0x87, 0x98, 0xe8, + 0x6e, 0xc0, 0x3c, 0xef, 0xb1, 0x23, 0x58, 0xe7, 0x17, 0x12, 0x14, 0x77, 0x30, 0x6e, 0x8d, 0x52, + 0x0b, 0x57, 0x60, 0x9c, 0x06, 0x4d, 0x6e, 0x58, 0xd0, 0x3c, 0x3c, 0xa6, 0x52, 0x4e, 0x74, 0x36, + 0x81, 0x80, 0x9a, 0xec, 0xe1, 0xb1, 0x2e, 0x86, 0xcd, 0x3c, 0x4c, 0x86, 0x9a, 0xdf, 0xc4, 0xa1, + 0x72, 0x02, 0xa6, 0x18, 0x18, 0x66, 0xb4, 0xda, 0x5f, 0xf2, 0x50, 0xe0, 0x9b, 0x16, 0xec, 0xa3, + 0x8f, 0xa1, 0xc8, 0x32, 0x9c, 0x6d, 0x36, 0xfb, 0x2d, 0x30, 0xe4, 0x7e, 0x04, 0xe5, 0xca, 0xe7, + 0x7f, 0xfb, 0xc7, 0x97, 0xb9, 0xf7, 0xe5, 0xf3, 0xd5, 0xfd, 0xd5, 0xea, 0x0f, 0x49, 0x76, 0xac, + 0x73, 0x9f, 0x07, 0xd5, 0x72, 0x95, 0xad, 0x3d, 0xaa, 0xe5, 0xd7, 0x6b, 0x52, 0x19, 0xbd, 0x86, + 0x62, 0x62, 0x93, 0x85, 0x2e, 0xf5, 0x7e, 0xb2, 0x77, 0xd1, 0xd5, 0x5f, 0x70, 0x95, 0x0a, 0xbe, + 0x52, 0xbb, 0x44, 0x05, 0x53, 0x41, 0x95, 0x81, 0xe2, 0x3f, 0x97, 0xe0, 0x38, 0x57, 0x1c, 0x2d, + 0x0a, 0x1f, 0xd0, 0x89, 0x15, 0x97, 0x7c, 0x71, 0x00, 0x07, 0xb3, 0xa4, 0x52, 0xa3, 0x08, 0xae, + 0x29, 0x4b, 0x5d, 0x04, 0x62, 0xe1, 0x7c, 0xb5, 0x48, 0x40, 0xb8, 0x90, 0x8f, 0xf6, 0x7e, 0x48, + 0x20, 0x22, 0xb3, 0x13, 0xec, 0xaf, 0xfd, 0x12, 0x95, 0x7d, 0x11, 0x5d, 0x18, 0x22, 0x1b, 0xbd, + 0x91, 0x00, 0xba, 0x9b, 0x2b, 0x24, 0x58, 0x4b, 0xf7, 0xac, 0xd0, 0xe4, 0x4b, 0x83, 0x99, 0xb8, + 0xfa, 0x69, 0x08, 0x5c, 0x78, 0x02, 0xc4, 0x6b, 0x8e, 0x02, 0xfd, 0x51, 0x82, 0x53, 0xe2, 0xd5, + 0x12, 0xaa, 0x0e, 0x90, 0x24, 0x7a, 0xd6, 0xcb, 0x2b, 0x07, 0xbf, 0xc0, 0x61, 0x7e, 0x40, 0x61, + 0x56, 0xd1, 0xf5, 0x21, 0x96, 0xaa, 0xa6, 0x5f, 0xe1, 0xbf, 0x95, 0x12, 0x1b, 0xbf, 0xb8, 0xf4, + 0xa0, 0xab, 0x83, 0xe4, 0x67, 0xca, 0xa1, 0x7c, 0xed, 0x60, 0xcc, 0x1c, 0xe8, 0x2a, 0x05, 0x7a, + 0x15, 0x5d, 0x19, 0x0a, 0x34, 0x46, 0x13, 0x42, 0x31, 0xb1, 0x70, 0x12, 0x65, 0x54, 0xef, 0x3e, + 0x4a, 0x3e, 0xd5, 0x53, 0x5c, 0xee, 0xdb, 0x5e, 0xd8, 0x89, 0xfc, 0x59, 0x1e, 0x16, 0x52, 0xb5, + 0xff, 0xcc, 0x02, 0x70, 0x5b, 0x37, 0xb0, 0x8f, 0x7e, 0x26, 0x01, 0xe2, 0xaf, 0x84, 0x64, 0x45, + 0x1b, 0x32, 0xf5, 0xc8, 0x43, 0xe8, 0xca, 0x0a, 0x85, 0x53, 0x96, 0xbf, 0x26, 0x2c, 0x2c, 0x29, + 0x67, 0xf1, 0x04, 0xff, 0xb5, 0x44, 0x97, 0xea, 0x29, 0x14, 0xcb, 0xc2, 0x1c, 0x13, 0x4c, 0x4c, + 0x43, 0xf1, 0xa4, 0xe3, 0x28, 0x29, 0x7f, 0x10, 0x2e, 0xf4, 0x9b, 0x78, 0x7f, 0x9f, 0xc2, 0x75, + 0xb5, 0x5f, 0xf1, 0x3b, 0x0c, 0xb4, 0x75, 0x0a, 0xed, 0xeb, 0xb5, 0x5a, 0x0f, 0xb4, 0xca, 0x41, + 0xec, 0xf6, 0x95, 0xc4, 0xf6, 0xe8, 0xe9, 0xd4, 0x2c, 0x8b, 0x83, 0x57, 0x98, 0x95, 0x57, 0x0f, + 0xc4, 0xcb, 0xe3, 0xbc, 0x42, 0xd1, 0x2e, 0xa3, 0xcb, 0x7d, 0xeb, 0x46, 0x3a, 0x13, 0x7f, 0x29, + 0x45, 0x6b, 0xd5, 0x61, 0x16, 0xec, 0x3b, 0x0e, 0xf7, 0x8d, 0x79, 0xee, 0xd4, 0xf2, 0x88, 0x4e, + 0xfd, 0x9d, 0x04, 0xb3, 0x3d, 0x53, 0x9d, 0xc8, 0x62, 0xfd, 0x46, 0xbf, 0xbe, 0x80, 0xbe, 0x45, + 0x01, 0x6d, 0x29, 0x77, 0x47, 0x02, 0xb4, 0x66, 0x67, 0xe5, 0x10, 0xbf, 0xfe, 0x4a, 0x82, 0x62, + 0x62, 0xe0, 0x13, 0x95, 0x87, 0xde, 0x79, 0xb0, 0x2f, 0xb2, 0x2d, 0x8a, 0xec, 0x8e, 0x72, 0x6b, + 0x34, 0x64, 0x5a, 0x57, 0x02, 0xc1, 0xf4, 0x53, 0x09, 0xc6, 0xc9, 0x90, 0x84, 0xce, 0x89, 0xfa, + 0x6b, 0x3c, 0x3f, 0x8a, 0x42, 0x3e, 0x39, 0x5b, 0x45, 0x21, 0xaf, 0xd4, 0x46, 0x43, 0xe3, 0xb5, + 0x2d, 0x8b, 0xc0, 0xd8, 0x85, 0xe9, 0xd4, 0xcc, 0x86, 0x44, 0xcf, 0x6d, 0xc1, 0x5c, 0x2b, 0x2f, + 0x0d, 0xe5, 0xe3, 0x00, 0x8f, 0x2d, 0x4b, 0x2b, 0x12, 0xc9, 0xfe, 0x99, 0xec, 0x8e, 0x05, 0x5d, + 0xe9, 0x17, 0x27, 0x3d, 0x7b, 0x98, 0xbe, 0xce, 0x78, 0x44, 0xd5, 0xbf, 0xa7, 0xdc, 0x39, 0x4c, + 0x98, 0x74, 0xc5, 0x10, 0x53, 0xfc, 0x18, 0x8a, 0x89, 0xd7, 0xbf, 0x28, 0x48, 0x7a, 0x87, 0x03, + 0x79, 0xc0, 0x33, 0x5b, 0xb9, 0x4e, 0xb1, 0x2d, 0x21, 0x56, 0xb8, 0xa3, 0x66, 0x95, 0xc2, 0x15, + 0x35, 0x30, 0x92, 0x4b, 0x6f, 0x25, 0x98, 0x4e, 0x3d, 0xef, 0x45, 0xbe, 0x10, 0x4d, 0x1b, 0x22, + 0x5f, 0x08, 0xe7, 0x04, 0xa5, 0x4c, 0x11, 0x5d, 0x42, 0x4a, 0xff, 0x8a, 0x13, 0x0b, 0xff, 0x42, + 0x82, 0x13, 0xe9, 0x99, 0x17, 0x2d, 0x1d, 0x70, 0x2a, 0x1e, 0x68, 0x95, 0x6b, 0x14, 0xc3, 0x65, + 0xf9, 0xa2, 0xb8, 0x9d, 0x25, 0x2c, 0x42, 0x9c, 0xf2, 0x56, 0x82, 0x13, 0xe9, 0x81, 0x58, 0x84, + 0x42, 0x38, 0x32, 0x0f, 0x44, 0xc1, 0xeb, 0x5d, 0xad, 0x9c, 0xf2, 0x4d, 0x65, 0x18, 0x9c, 0x37, + 0x12, 0x9c, 0x48, 0xcf, 0x41, 0x22, 0x38, 0xc2, 0x49, 0xa9, 0x6f, 0x08, 0xf3, 0x30, 0x29, 0x1f, + 0x30, 0x4c, 0x48, 0xe1, 0x20, 0x73, 0x8c, 0xa8, 0x70, 0x24, 0x86, 0x2d, 0x61, 0xaf, 0x4c, 0x8c, + 0x3f, 0x87, 0x2d, 0x1c, 0x01, 0xc6, 0xad, 0x35, 0xa9, 0xbc, 0xf9, 0x07, 0x09, 0xe6, 0x74, 0xd7, + 0xee, 0x11, 0xb2, 0x59, 0x64, 0x0b, 0xf8, 0x6d, 0xa2, 0xe4, 0xb6, 0xf4, 0xbd, 0x9b, 0x9c, 0xa1, + 0xe9, 0x5a, 0x9a, 0xd3, 0xac, 0xb8, 0x7e, 0xb3, 0xda, 0xc4, 0x0e, 0x35, 0x41, 0x95, 0x91, 0x34, + 0xcf, 0x0c, 0xba, 0xff, 0x8d, 0x73, 0x9b, 0xfd, 0xf5, 0x6f, 0x49, 0xfa, 0x7d, 0xee, 0xd4, 0x03, + 0x76, 0xf7, 0x9e, 0xe5, 0xb6, 0x0d, 0x32, 0x75, 0xec, 0xb4, 0x1b, 0x95, 0x17, 0xab, 0x7f, 0x8d, + 0x08, 0x2f, 0x29, 0xe1, 0x25, 0x23, 0xbc, 0x7c, 0xb1, 0xfa, 0xcf, 0xdc, 0x02, 0x23, 0xac, 0xad, + 0x51, 0xca, 0xda, 0x1a, 0x23, 0xad, 0xad, 0xbd, 0x58, 0x6d, 0x4c, 0x52, 0x99, 0x37, 0xfe, 0x17, + 0x00, 0x00, 0xff, 0xff, 0x03, 0x5c, 0x45, 0xef, 0x00, 0x24, 0x00, 0x00, } diff --git a/googleapis/pubsub/v1beta2/pubsub.pb.go b/googleapis/pubsub/v1beta2/pubsub.pb.go index 7401beaddc..f0dd7af18d 100644 --- a/googleapis/pubsub/v1beta2/pubsub.pb.go +++ b/googleapis/pubsub/v1beta2/pubsub.pb.go @@ -37,7 +37,7 @@ func (m *Topic) Reset() { *m = Topic{} } func (m *Topic) String() string { return proto.CompactTextString(m) } func (*Topic) ProtoMessage() {} func (*Topic) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{0} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{0} } func (m *Topic) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Topic.Unmarshal(m, b) @@ -85,7 +85,7 @@ func (m *PubsubMessage) Reset() { *m = PubsubMessage{} } func (m *PubsubMessage) String() string { return proto.CompactTextString(m) } func (*PubsubMessage) ProtoMessage() {} func (*PubsubMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{1} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{1} } func (m *PubsubMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PubsubMessage.Unmarshal(m, b) @@ -139,7 +139,7 @@ func (m *GetTopicRequest) Reset() { *m = GetTopicRequest{} } func (m *GetTopicRequest) String() string { return proto.CompactTextString(m) } func (*GetTopicRequest) ProtoMessage() {} func (*GetTopicRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{2} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{2} } func (m *GetTopicRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTopicRequest.Unmarshal(m, b) @@ -181,7 +181,7 @@ func (m *PublishRequest) Reset() { *m = PublishRequest{} } func (m *PublishRequest) String() string { return proto.CompactTextString(m) } func (*PublishRequest) ProtoMessage() {} func (*PublishRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{3} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{3} } func (m *PublishRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PublishRequest.Unmarshal(m, b) @@ -230,7 +230,7 @@ func (m *PublishResponse) Reset() { *m = PublishResponse{} } func (m *PublishResponse) String() string { return proto.CompactTextString(m) } func (*PublishResponse) ProtoMessage() {} func (*PublishResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{4} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{4} } func (m *PublishResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PublishResponse.Unmarshal(m, b) @@ -276,7 +276,7 @@ func (m *ListTopicsRequest) Reset() { *m = ListTopicsRequest{} } func (m *ListTopicsRequest) String() string { return proto.CompactTextString(m) } func (*ListTopicsRequest) ProtoMessage() {} func (*ListTopicsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{5} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{5} } func (m *ListTopicsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTopicsRequest.Unmarshal(m, b) @@ -333,7 +333,7 @@ func (m *ListTopicsResponse) Reset() { *m = ListTopicsResponse{} } func (m *ListTopicsResponse) String() string { return proto.CompactTextString(m) } func (*ListTopicsResponse) ProtoMessage() {} func (*ListTopicsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{6} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{6} } func (m *ListTopicsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTopicsResponse.Unmarshal(m, b) @@ -386,7 +386,7 @@ func (m *ListTopicSubscriptionsRequest) Reset() { *m = ListTopicSubscrip func (m *ListTopicSubscriptionsRequest) String() string { return proto.CompactTextString(m) } func (*ListTopicSubscriptionsRequest) ProtoMessage() {} func (*ListTopicSubscriptionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{7} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{7} } func (m *ListTopicSubscriptionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTopicSubscriptionsRequest.Unmarshal(m, b) @@ -444,7 +444,7 @@ func (m *ListTopicSubscriptionsResponse) Reset() { *m = ListTopicSubscri func (m *ListTopicSubscriptionsResponse) String() string { return proto.CompactTextString(m) } func (*ListTopicSubscriptionsResponse) ProtoMessage() {} func (*ListTopicSubscriptionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{8} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{8} } func (m *ListTopicSubscriptionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTopicSubscriptionsResponse.Unmarshal(m, b) @@ -491,7 +491,7 @@ func (m *DeleteTopicRequest) Reset() { *m = DeleteTopicRequest{} } func (m *DeleteTopicRequest) String() string { return proto.CompactTextString(m) } func (*DeleteTopicRequest) ProtoMessage() {} func (*DeleteTopicRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{9} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{9} } func (m *DeleteTopicRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteTopicRequest.Unmarshal(m, b) @@ -555,7 +555,7 @@ func (m *Subscription) Reset() { *m = Subscription{} } func (m *Subscription) String() string { return proto.CompactTextString(m) } func (*Subscription) ProtoMessage() {} func (*Subscription) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{10} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{10} } func (m *Subscription) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Subscription.Unmarshal(m, b) @@ -641,7 +641,7 @@ func (m *PushConfig) Reset() { *m = PushConfig{} } func (m *PushConfig) String() string { return proto.CompactTextString(m) } func (*PushConfig) ProtoMessage() {} func (*PushConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{11} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{11} } func (m *PushConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PushConfig.Unmarshal(m, b) @@ -690,7 +690,7 @@ func (m *ReceivedMessage) Reset() { *m = ReceivedMessage{} } func (m *ReceivedMessage) String() string { return proto.CompactTextString(m) } func (*ReceivedMessage) ProtoMessage() {} func (*ReceivedMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{12} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{12} } func (m *ReceivedMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReceivedMessage.Unmarshal(m, b) @@ -737,7 +737,7 @@ func (m *GetSubscriptionRequest) Reset() { *m = GetSubscriptionRequest{} func (m *GetSubscriptionRequest) String() string { return proto.CompactTextString(m) } func (*GetSubscriptionRequest) ProtoMessage() {} func (*GetSubscriptionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{13} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{13} } func (m *GetSubscriptionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSubscriptionRequest.Unmarshal(m, b) @@ -783,7 +783,7 @@ func (m *ListSubscriptionsRequest) Reset() { *m = ListSubscriptionsReque func (m *ListSubscriptionsRequest) String() string { return proto.CompactTextString(m) } func (*ListSubscriptionsRequest) ProtoMessage() {} func (*ListSubscriptionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{14} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{14} } func (m *ListSubscriptionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSubscriptionsRequest.Unmarshal(m, b) @@ -841,7 +841,7 @@ func (m *ListSubscriptionsResponse) Reset() { *m = ListSubscriptionsResp func (m *ListSubscriptionsResponse) String() string { return proto.CompactTextString(m) } func (*ListSubscriptionsResponse) ProtoMessage() {} func (*ListSubscriptionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{15} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{15} } func (m *ListSubscriptionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSubscriptionsResponse.Unmarshal(m, b) @@ -888,7 +888,7 @@ func (m *DeleteSubscriptionRequest) Reset() { *m = DeleteSubscriptionReq func (m *DeleteSubscriptionRequest) String() string { return proto.CompactTextString(m) } func (*DeleteSubscriptionRequest) ProtoMessage() {} func (*DeleteSubscriptionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{16} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{16} } func (m *DeleteSubscriptionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSubscriptionRequest.Unmarshal(m, b) @@ -935,7 +935,7 @@ func (m *ModifyPushConfigRequest) Reset() { *m = ModifyPushConfigRequest func (m *ModifyPushConfigRequest) String() string { return proto.CompactTextString(m) } func (*ModifyPushConfigRequest) ProtoMessage() {} func (*ModifyPushConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{17} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{17} } func (m *ModifyPushConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ModifyPushConfigRequest.Unmarshal(m, b) @@ -991,7 +991,7 @@ func (m *PullRequest) Reset() { *m = PullRequest{} } func (m *PullRequest) String() string { return proto.CompactTextString(m) } func (*PullRequest) ProtoMessage() {} func (*PullRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{18} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{18} } func (m *PullRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PullRequest.Unmarshal(m, b) @@ -1048,7 +1048,7 @@ func (m *PullResponse) Reset() { *m = PullResponse{} } func (m *PullResponse) String() string { return proto.CompactTextString(m) } func (*PullResponse) ProtoMessage() {} func (*PullResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{19} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{19} } func (m *PullResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PullResponse.Unmarshal(m, b) @@ -1096,7 +1096,7 @@ func (m *ModifyAckDeadlineRequest) Reset() { *m = ModifyAckDeadlineReque func (m *ModifyAckDeadlineRequest) String() string { return proto.CompactTextString(m) } func (*ModifyAckDeadlineRequest) ProtoMessage() {} func (*ModifyAckDeadlineRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{20} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{20} } func (m *ModifyAckDeadlineRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ModifyAckDeadlineRequest.Unmarshal(m, b) @@ -1153,7 +1153,7 @@ func (m *AcknowledgeRequest) Reset() { *m = AcknowledgeRequest{} } func (m *AcknowledgeRequest) String() string { return proto.CompactTextString(m) } func (*AcknowledgeRequest) ProtoMessage() {} func (*AcknowledgeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_pubsub_ca5c5088fc9253a3, []int{21} + return fileDescriptor_pubsub_6c7fd79cadae8b09, []int{21} } func (m *AcknowledgeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AcknowledgeRequest.Unmarshal(m, b) @@ -1839,10 +1839,10 @@ var _Publisher_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/pubsub/v1beta2/pubsub.proto", fileDescriptor_pubsub_ca5c5088fc9253a3) + proto.RegisterFile("google/pubsub/v1beta2/pubsub.proto", fileDescriptor_pubsub_6c7fd79cadae8b09) } -var fileDescriptor_pubsub_ca5c5088fc9253a3 = []byte{ +var fileDescriptor_pubsub_6c7fd79cadae8b09 = []byte{ // 1107 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0x5f, 0x6f, 0xdb, 0x54, 0x14, 0x97, 0x93, 0xfe, 0xcb, 0x71, 0x4a, 0xda, 0xab, 0xad, 0x73, 0x53, 0x06, 0x9d, 0x37, 0x4a, diff --git a/googleapis/rpc/code/code.pb.go b/googleapis/rpc/code/code.pb.go index d00261a3af..d4388850dd 100644 --- a/googleapis/rpc/code/code.pb.go +++ b/googleapis/rpc/code/code.pb.go @@ -209,16 +209,16 @@ func (x Code) String() string { return proto.EnumName(Code_name, int32(x)) } func (Code) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_code_8ba741a7091890dd, []int{0} + return fileDescriptor_code_95b35ec52f4ac337, []int{0} } func init() { proto.RegisterEnum("google.rpc.Code", Code_name, Code_value) } -func init() { proto.RegisterFile("google/rpc/code.proto", fileDescriptor_code_8ba741a7091890dd) } +func init() { proto.RegisterFile("google/rpc/code.proto", fileDescriptor_code_95b35ec52f4ac337) } -var fileDescriptor_code_8ba741a7091890dd = []byte{ +var fileDescriptor_code_95b35ec52f4ac337 = []byte{ // 362 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x44, 0x51, 0xcd, 0x6e, 0x93, 0x31, 0x10, 0xa4, 0x69, 0x49, 0x9b, 0xcd, 0xdf, 0xd6, 0xa5, 0xf0, 0x0e, 0x1c, 0x92, 0x43, 0x8f, 0x9c, diff --git a/googleapis/rpc/errdetails/error_details.pb.go b/googleapis/rpc/errdetails/error_details.pb.go index 3dd632886d..bbdcbacce6 100644 --- a/googleapis/rpc/errdetails/error_details.pb.go +++ b/googleapis/rpc/errdetails/error_details.pb.go @@ -44,7 +44,7 @@ func (m *RetryInfo) Reset() { *m = RetryInfo{} } func (m *RetryInfo) String() string { return proto.CompactTextString(m) } func (*RetryInfo) ProtoMessage() {} func (*RetryInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_error_details_0786ccff29c8b842, []int{0} + return fileDescriptor_error_details_c8b155055b3404ad, []int{0} } func (m *RetryInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RetryInfo.Unmarshal(m, b) @@ -86,7 +86,7 @@ func (m *DebugInfo) Reset() { *m = DebugInfo{} } func (m *DebugInfo) String() string { return proto.CompactTextString(m) } func (*DebugInfo) ProtoMessage() {} func (*DebugInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_error_details_0786ccff29c8b842, []int{1} + return fileDescriptor_error_details_c8b155055b3404ad, []int{1} } func (m *DebugInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DebugInfo.Unmarshal(m, b) @@ -143,7 +143,7 @@ func (m *QuotaFailure) Reset() { *m = QuotaFailure{} } func (m *QuotaFailure) String() string { return proto.CompactTextString(m) } func (*QuotaFailure) ProtoMessage() {} func (*QuotaFailure) Descriptor() ([]byte, []int) { - return fileDescriptor_error_details_0786ccff29c8b842, []int{2} + return fileDescriptor_error_details_c8b155055b3404ad, []int{2} } func (m *QuotaFailure) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QuotaFailure.Unmarshal(m, b) @@ -194,7 +194,7 @@ func (m *QuotaFailure_Violation) Reset() { *m = QuotaFailure_Violation{} func (m *QuotaFailure_Violation) String() string { return proto.CompactTextString(m) } func (*QuotaFailure_Violation) ProtoMessage() {} func (*QuotaFailure_Violation) Descriptor() ([]byte, []int) { - return fileDescriptor_error_details_0786ccff29c8b842, []int{2, 0} + return fileDescriptor_error_details_c8b155055b3404ad, []int{2, 0} } func (m *QuotaFailure_Violation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QuotaFailure_Violation.Unmarshal(m, b) @@ -245,7 +245,7 @@ func (m *PreconditionFailure) Reset() { *m = PreconditionFailure{} } func (m *PreconditionFailure) String() string { return proto.CompactTextString(m) } func (*PreconditionFailure) ProtoMessage() {} func (*PreconditionFailure) Descriptor() ([]byte, []int) { - return fileDescriptor_error_details_0786ccff29c8b842, []int{3} + return fileDescriptor_error_details_c8b155055b3404ad, []int{3} } func (m *PreconditionFailure) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PreconditionFailure.Unmarshal(m, b) @@ -296,7 +296,7 @@ func (m *PreconditionFailure_Violation) Reset() { *m = PreconditionFailu func (m *PreconditionFailure_Violation) String() string { return proto.CompactTextString(m) } func (*PreconditionFailure_Violation) ProtoMessage() {} func (*PreconditionFailure_Violation) Descriptor() ([]byte, []int) { - return fileDescriptor_error_details_0786ccff29c8b842, []int{3, 0} + return fileDescriptor_error_details_c8b155055b3404ad, []int{3, 0} } func (m *PreconditionFailure_Violation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PreconditionFailure_Violation.Unmarshal(m, b) @@ -351,7 +351,7 @@ func (m *BadRequest) Reset() { *m = BadRequest{} } func (m *BadRequest) String() string { return proto.CompactTextString(m) } func (*BadRequest) ProtoMessage() {} func (*BadRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_error_details_0786ccff29c8b842, []int{4} + return fileDescriptor_error_details_c8b155055b3404ad, []int{4} } func (m *BadRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BadRequest.Unmarshal(m, b) @@ -395,7 +395,7 @@ func (m *BadRequest_FieldViolation) Reset() { *m = BadRequest_FieldViola func (m *BadRequest_FieldViolation) String() string { return proto.CompactTextString(m) } func (*BadRequest_FieldViolation) ProtoMessage() {} func (*BadRequest_FieldViolation) Descriptor() ([]byte, []int) { - return fileDescriptor_error_details_0786ccff29c8b842, []int{4, 0} + return fileDescriptor_error_details_c8b155055b3404ad, []int{4, 0} } func (m *BadRequest_FieldViolation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BadRequest_FieldViolation.Unmarshal(m, b) @@ -447,7 +447,7 @@ func (m *RequestInfo) Reset() { *m = RequestInfo{} } func (m *RequestInfo) String() string { return proto.CompactTextString(m) } func (*RequestInfo) ProtoMessage() {} func (*RequestInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_error_details_0786ccff29c8b842, []int{5} + return fileDescriptor_error_details_c8b155055b3404ad, []int{5} } func (m *RequestInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RequestInfo.Unmarshal(m, b) @@ -509,7 +509,7 @@ func (m *ResourceInfo) Reset() { *m = ResourceInfo{} } func (m *ResourceInfo) String() string { return proto.CompactTextString(m) } func (*ResourceInfo) ProtoMessage() {} func (*ResourceInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_error_details_0786ccff29c8b842, []int{6} + return fileDescriptor_error_details_c8b155055b3404ad, []int{6} } func (m *ResourceInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResourceInfo.Unmarshal(m, b) @@ -574,7 +574,7 @@ func (m *Help) Reset() { *m = Help{} } func (m *Help) String() string { return proto.CompactTextString(m) } func (*Help) ProtoMessage() {} func (*Help) Descriptor() ([]byte, []int) { - return fileDescriptor_error_details_0786ccff29c8b842, []int{7} + return fileDescriptor_error_details_c8b155055b3404ad, []int{7} } func (m *Help) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Help.Unmarshal(m, b) @@ -616,7 +616,7 @@ func (m *Help_Link) Reset() { *m = Help_Link{} } func (m *Help_Link) String() string { return proto.CompactTextString(m) } func (*Help_Link) ProtoMessage() {} func (*Help_Link) Descriptor() ([]byte, []int) { - return fileDescriptor_error_details_0786ccff29c8b842, []int{7, 0} + return fileDescriptor_error_details_c8b155055b3404ad, []int{7, 0} } func (m *Help_Link) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Help_Link.Unmarshal(m, b) @@ -668,7 +668,7 @@ func (m *LocalizedMessage) Reset() { *m = LocalizedMessage{} } func (m *LocalizedMessage) String() string { return proto.CompactTextString(m) } func (*LocalizedMessage) ProtoMessage() {} func (*LocalizedMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_error_details_0786ccff29c8b842, []int{8} + return fileDescriptor_error_details_c8b155055b3404ad, []int{8} } func (m *LocalizedMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocalizedMessage.Unmarshal(m, b) @@ -719,10 +719,10 @@ func init() { } func init() { - proto.RegisterFile("google/rpc/error_details.proto", fileDescriptor_error_details_0786ccff29c8b842) + proto.RegisterFile("google/rpc/error_details.proto", fileDescriptor_error_details_c8b155055b3404ad) } -var fileDescriptor_error_details_0786ccff29c8b842 = []byte{ +var fileDescriptor_error_details_c8b155055b3404ad = []byte{ // 595 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x54, 0xcd, 0x6e, 0xd3, 0x4c, 0x14, 0x95, 0x9b, 0xb4, 0x9f, 0x7c, 0x93, 0xaf, 0x14, 0xf3, 0xa3, 0x10, 0x09, 0x14, 0x8c, 0x90, diff --git a/googleapis/rpc/status/status.pb.go b/googleapis/rpc/status/status.pb.go index 57ae35f6b5..a203bd452a 100644 --- a/googleapis/rpc/status/status.pb.go +++ b/googleapis/rpc/status/status.pb.go @@ -93,7 +93,7 @@ func (m *Status) Reset() { *m = Status{} } func (m *Status) String() string { return proto.CompactTextString(m) } func (*Status) ProtoMessage() {} func (*Status) Descriptor() ([]byte, []int) { - return fileDescriptor_status_ced6ddf76350620b, []int{0} + return fileDescriptor_status_8a460da8fb0891c1, []int{0} } func (m *Status) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Status.Unmarshal(m, b) @@ -138,9 +138,9 @@ func init() { proto.RegisterType((*Status)(nil), "google.rpc.Status") } -func init() { proto.RegisterFile("google/rpc/status.proto", fileDescriptor_status_ced6ddf76350620b) } +func init() { proto.RegisterFile("google/rpc/status.proto", fileDescriptor_status_8a460da8fb0891c1) } -var fileDescriptor_status_ced6ddf76350620b = []byte{ +var fileDescriptor_status_8a460da8fb0891c1 = []byte{ // 209 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4f, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x2f, 0x2a, 0x48, 0xd6, 0x2f, 0x2e, 0x49, 0x2c, 0x29, 0x2d, 0xd6, 0x2b, 0x28, diff --git a/googleapis/spanner/admin/database/v1/spanner_database_admin.pb.go b/googleapis/spanner/admin/database/v1/spanner_database_admin.pb.go index 6d12906300..c3f4be402a 100644 --- a/googleapis/spanner/admin/database/v1/spanner_database_admin.pb.go +++ b/googleapis/spanner/admin/database/v1/spanner_database_admin.pb.go @@ -56,7 +56,7 @@ func (x Database_State) String() string { return proto.EnumName(Database_State_name, int32(x)) } func (Database_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_spanner_database_admin_76a8e9b4127ff6b2, []int{0, 0} + return fileDescriptor_spanner_database_admin_742316449a28c935, []int{0, 0} } // A Cloud Spanner database. @@ -78,7 +78,7 @@ func (m *Database) Reset() { *m = Database{} } func (m *Database) String() string { return proto.CompactTextString(m) } func (*Database) ProtoMessage() {} func (*Database) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_database_admin_76a8e9b4127ff6b2, []int{0} + return fileDescriptor_spanner_database_admin_742316449a28c935, []int{0} } func (m *Database) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Database.Unmarshal(m, b) @@ -135,7 +135,7 @@ func (m *ListDatabasesRequest) Reset() { *m = ListDatabasesRequest{} } func (m *ListDatabasesRequest) String() string { return proto.CompactTextString(m) } func (*ListDatabasesRequest) ProtoMessage() {} func (*ListDatabasesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_database_admin_76a8e9b4127ff6b2, []int{1} + return fileDescriptor_spanner_database_admin_742316449a28c935, []int{1} } func (m *ListDatabasesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDatabasesRequest.Unmarshal(m, b) @@ -194,7 +194,7 @@ func (m *ListDatabasesResponse) Reset() { *m = ListDatabasesResponse{} } func (m *ListDatabasesResponse) String() string { return proto.CompactTextString(m) } func (*ListDatabasesResponse) ProtoMessage() {} func (*ListDatabasesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_database_admin_76a8e9b4127ff6b2, []int{2} + return fileDescriptor_spanner_database_admin_742316449a28c935, []int{2} } func (m *ListDatabasesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDatabasesResponse.Unmarshal(m, b) @@ -254,7 +254,7 @@ func (m *CreateDatabaseRequest) Reset() { *m = CreateDatabaseRequest{} } func (m *CreateDatabaseRequest) String() string { return proto.CompactTextString(m) } func (*CreateDatabaseRequest) ProtoMessage() {} func (*CreateDatabaseRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_database_admin_76a8e9b4127ff6b2, []int{3} + return fileDescriptor_spanner_database_admin_742316449a28c935, []int{3} } func (m *CreateDatabaseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateDatabaseRequest.Unmarshal(m, b) @@ -309,7 +309,7 @@ func (m *CreateDatabaseMetadata) Reset() { *m = CreateDatabaseMetadata{} func (m *CreateDatabaseMetadata) String() string { return proto.CompactTextString(m) } func (*CreateDatabaseMetadata) ProtoMessage() {} func (*CreateDatabaseMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_database_admin_76a8e9b4127ff6b2, []int{4} + return fileDescriptor_spanner_database_admin_742316449a28c935, []int{4} } func (m *CreateDatabaseMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateDatabaseMetadata.Unmarshal(m, b) @@ -351,7 +351,7 @@ func (m *GetDatabaseRequest) Reset() { *m = GetDatabaseRequest{} } func (m *GetDatabaseRequest) String() string { return proto.CompactTextString(m) } func (*GetDatabaseRequest) ProtoMessage() {} func (*GetDatabaseRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_database_admin_76a8e9b4127ff6b2, []int{5} + return fileDescriptor_spanner_database_admin_742316449a28c935, []int{5} } func (m *GetDatabaseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDatabaseRequest.Unmarshal(m, b) @@ -430,7 +430,7 @@ func (m *UpdateDatabaseDdlRequest) Reset() { *m = UpdateDatabaseDdlReque func (m *UpdateDatabaseDdlRequest) String() string { return proto.CompactTextString(m) } func (*UpdateDatabaseDdlRequest) ProtoMessage() {} func (*UpdateDatabaseDdlRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_database_admin_76a8e9b4127ff6b2, []int{6} + return fileDescriptor_spanner_database_admin_742316449a28c935, []int{6} } func (m *UpdateDatabaseDdlRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateDatabaseDdlRequest.Unmarshal(m, b) @@ -492,7 +492,7 @@ func (m *UpdateDatabaseDdlMetadata) Reset() { *m = UpdateDatabaseDdlMeta func (m *UpdateDatabaseDdlMetadata) String() string { return proto.CompactTextString(m) } func (*UpdateDatabaseDdlMetadata) ProtoMessage() {} func (*UpdateDatabaseDdlMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_database_admin_76a8e9b4127ff6b2, []int{7} + return fileDescriptor_spanner_database_admin_742316449a28c935, []int{7} } func (m *UpdateDatabaseDdlMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateDatabaseDdlMetadata.Unmarshal(m, b) @@ -547,7 +547,7 @@ func (m *DropDatabaseRequest) Reset() { *m = DropDatabaseRequest{} } func (m *DropDatabaseRequest) String() string { return proto.CompactTextString(m) } func (*DropDatabaseRequest) ProtoMessage() {} func (*DropDatabaseRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_database_admin_76a8e9b4127ff6b2, []int{8} + return fileDescriptor_spanner_database_admin_742316449a28c935, []int{8} } func (m *DropDatabaseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DropDatabaseRequest.Unmarshal(m, b) @@ -588,7 +588,7 @@ func (m *GetDatabaseDdlRequest) Reset() { *m = GetDatabaseDdlRequest{} } func (m *GetDatabaseDdlRequest) String() string { return proto.CompactTextString(m) } func (*GetDatabaseDdlRequest) ProtoMessage() {} func (*GetDatabaseDdlRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_database_admin_76a8e9b4127ff6b2, []int{9} + return fileDescriptor_spanner_database_admin_742316449a28c935, []int{9} } func (m *GetDatabaseDdlRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDatabaseDdlRequest.Unmarshal(m, b) @@ -630,7 +630,7 @@ func (m *GetDatabaseDdlResponse) Reset() { *m = GetDatabaseDdlResponse{} func (m *GetDatabaseDdlResponse) String() string { return proto.CompactTextString(m) } func (*GetDatabaseDdlResponse) ProtoMessage() {} func (*GetDatabaseDdlResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_database_admin_76a8e9b4127ff6b2, []int{10} + return fileDescriptor_spanner_database_admin_742316449a28c935, []int{10} } func (m *GetDatabaseDdlResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDatabaseDdlResponse.Unmarshal(m, b) @@ -1085,10 +1085,10 @@ var _DatabaseAdmin_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/spanner/admin/database/v1/spanner_database_admin.proto", fileDescriptor_spanner_database_admin_76a8e9b4127ff6b2) + proto.RegisterFile("google/spanner/admin/database/v1/spanner_database_admin.proto", fileDescriptor_spanner_database_admin_742316449a28c935) } -var fileDescriptor_spanner_database_admin_76a8e9b4127ff6b2 = []byte{ +var fileDescriptor_spanner_database_admin_742316449a28c935 = []byte{ // 1033 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x96, 0xcf, 0x6f, 0x1b, 0x45, 0x14, 0xc7, 0x19, 0xa7, 0xa9, 0x92, 0x17, 0x27, 0x75, 0x06, 0x1c, 0xb9, 0x5b, 0x5a, 0xcc, 0x82, diff --git a/googleapis/spanner/admin/instance/v1/spanner_instance_admin.pb.go b/googleapis/spanner/admin/instance/v1/spanner_instance_admin.pb.go index 1ec656bac2..e31a6e6576 100644 --- a/googleapis/spanner/admin/instance/v1/spanner_instance_admin.pb.go +++ b/googleapis/spanner/admin/instance/v1/spanner_instance_admin.pb.go @@ -59,7 +59,7 @@ func (x Instance_State) String() string { return proto.EnumName(Instance_State_name, int32(x)) } func (Instance_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_spanner_instance_admin_082da7d6d2f9b838, []int{1, 0} + return fileDescriptor_spanner_instance_admin_d8dd1634480afab7, []int{1, 0} } // A possible configuration for a Cloud Spanner instance. Configurations @@ -80,7 +80,7 @@ func (m *InstanceConfig) Reset() { *m = InstanceConfig{} } func (m *InstanceConfig) String() string { return proto.CompactTextString(m) } func (*InstanceConfig) ProtoMessage() {} func (*InstanceConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_instance_admin_082da7d6d2f9b838, []int{0} + return fileDescriptor_spanner_instance_admin_d8dd1634480afab7, []int{0} } func (m *InstanceConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InstanceConfig.Unmarshal(m, b) @@ -173,7 +173,7 @@ func (m *Instance) Reset() { *m = Instance{} } func (m *Instance) String() string { return proto.CompactTextString(m) } func (*Instance) ProtoMessage() {} func (*Instance) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_instance_admin_082da7d6d2f9b838, []int{1} + return fileDescriptor_spanner_instance_admin_d8dd1634480afab7, []int{1} } func (m *Instance) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Instance.Unmarshal(m, b) @@ -259,7 +259,7 @@ func (m *ListInstanceConfigsRequest) Reset() { *m = ListInstanceConfigsR func (m *ListInstanceConfigsRequest) String() string { return proto.CompactTextString(m) } func (*ListInstanceConfigsRequest) ProtoMessage() {} func (*ListInstanceConfigsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_instance_admin_082da7d6d2f9b838, []int{2} + return fileDescriptor_spanner_instance_admin_d8dd1634480afab7, []int{2} } func (m *ListInstanceConfigsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInstanceConfigsRequest.Unmarshal(m, b) @@ -318,7 +318,7 @@ func (m *ListInstanceConfigsResponse) Reset() { *m = ListInstanceConfigs func (m *ListInstanceConfigsResponse) String() string { return proto.CompactTextString(m) } func (*ListInstanceConfigsResponse) ProtoMessage() {} func (*ListInstanceConfigsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_instance_admin_082da7d6d2f9b838, []int{3} + return fileDescriptor_spanner_instance_admin_d8dd1634480afab7, []int{3} } func (m *ListInstanceConfigsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInstanceConfigsResponse.Unmarshal(m, b) @@ -367,7 +367,7 @@ func (m *GetInstanceConfigRequest) Reset() { *m = GetInstanceConfigReque func (m *GetInstanceConfigRequest) String() string { return proto.CompactTextString(m) } func (*GetInstanceConfigRequest) ProtoMessage() {} func (*GetInstanceConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_instance_admin_082da7d6d2f9b838, []int{4} + return fileDescriptor_spanner_instance_admin_d8dd1634480afab7, []int{4} } func (m *GetInstanceConfigRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetInstanceConfigRequest.Unmarshal(m, b) @@ -409,7 +409,7 @@ func (m *GetInstanceRequest) Reset() { *m = GetInstanceRequest{} } func (m *GetInstanceRequest) String() string { return proto.CompactTextString(m) } func (*GetInstanceRequest) ProtoMessage() {} func (*GetInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_instance_admin_082da7d6d2f9b838, []int{5} + return fileDescriptor_spanner_instance_admin_d8dd1634480afab7, []int{5} } func (m *GetInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetInstanceRequest.Unmarshal(m, b) @@ -458,7 +458,7 @@ func (m *CreateInstanceRequest) Reset() { *m = CreateInstanceRequest{} } func (m *CreateInstanceRequest) String() string { return proto.CompactTextString(m) } func (*CreateInstanceRequest) ProtoMessage() {} func (*CreateInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_instance_admin_082da7d6d2f9b838, []int{6} + return fileDescriptor_spanner_instance_admin_d8dd1634480afab7, []int{6} } func (m *CreateInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateInstanceRequest.Unmarshal(m, b) @@ -542,7 +542,7 @@ func (m *ListInstancesRequest) Reset() { *m = ListInstancesRequest{} } func (m *ListInstancesRequest) String() string { return proto.CompactTextString(m) } func (*ListInstancesRequest) ProtoMessage() {} func (*ListInstancesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_instance_admin_082da7d6d2f9b838, []int{7} + return fileDescriptor_spanner_instance_admin_d8dd1634480afab7, []int{7} } func (m *ListInstancesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInstancesRequest.Unmarshal(m, b) @@ -608,7 +608,7 @@ func (m *ListInstancesResponse) Reset() { *m = ListInstancesResponse{} } func (m *ListInstancesResponse) String() string { return proto.CompactTextString(m) } func (*ListInstancesResponse) ProtoMessage() {} func (*ListInstancesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_instance_admin_082da7d6d2f9b838, []int{8} + return fileDescriptor_spanner_instance_admin_d8dd1634480afab7, []int{8} } func (m *ListInstancesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInstancesResponse.Unmarshal(m, b) @@ -666,7 +666,7 @@ func (m *UpdateInstanceRequest) Reset() { *m = UpdateInstanceRequest{} } func (m *UpdateInstanceRequest) String() string { return proto.CompactTextString(m) } func (*UpdateInstanceRequest) ProtoMessage() {} func (*UpdateInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_instance_admin_082da7d6d2f9b838, []int{9} + return fileDescriptor_spanner_instance_admin_d8dd1634480afab7, []int{9} } func (m *UpdateInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateInstanceRequest.Unmarshal(m, b) @@ -715,7 +715,7 @@ func (m *DeleteInstanceRequest) Reset() { *m = DeleteInstanceRequest{} } func (m *DeleteInstanceRequest) String() string { return proto.CompactTextString(m) } func (*DeleteInstanceRequest) ProtoMessage() {} func (*DeleteInstanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_instance_admin_082da7d6d2f9b838, []int{10} + return fileDescriptor_spanner_instance_admin_d8dd1634480afab7, []int{10} } func (m *DeleteInstanceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteInstanceRequest.Unmarshal(m, b) @@ -766,7 +766,7 @@ func (m *CreateInstanceMetadata) Reset() { *m = CreateInstanceMetadata{} func (m *CreateInstanceMetadata) String() string { return proto.CompactTextString(m) } func (*CreateInstanceMetadata) ProtoMessage() {} func (*CreateInstanceMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_instance_admin_082da7d6d2f9b838, []int{11} + return fileDescriptor_spanner_instance_admin_d8dd1634480afab7, []int{11} } func (m *CreateInstanceMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateInstanceMetadata.Unmarshal(m, b) @@ -838,7 +838,7 @@ func (m *UpdateInstanceMetadata) Reset() { *m = UpdateInstanceMetadata{} func (m *UpdateInstanceMetadata) String() string { return proto.CompactTextString(m) } func (*UpdateInstanceMetadata) ProtoMessage() {} func (*UpdateInstanceMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_instance_admin_082da7d6d2f9b838, []int{12} + return fileDescriptor_spanner_instance_admin_d8dd1634480afab7, []int{12} } func (m *UpdateInstanceMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateInstanceMetadata.Unmarshal(m, b) @@ -1484,10 +1484,10 @@ var _InstanceAdmin_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/spanner/admin/instance/v1/spanner_instance_admin.proto", fileDescriptor_spanner_instance_admin_082da7d6d2f9b838) + proto.RegisterFile("google/spanner/admin/instance/v1/spanner_instance_admin.proto", fileDescriptor_spanner_instance_admin_d8dd1634480afab7) } -var fileDescriptor_spanner_instance_admin_082da7d6d2f9b838 = []byte{ +var fileDescriptor_spanner_instance_admin_d8dd1634480afab7 = []byte{ // 1210 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x57, 0x4f, 0x6f, 0x1b, 0x45, 0x14, 0x67, 0x92, 0x3a, 0x8d, 0x9f, 0xd3, 0x34, 0x1d, 0x9a, 0xca, 0xb8, 0x94, 0xa6, 0x5b, 0x54, diff --git a/googleapis/spanner/v1/keys.pb.go b/googleapis/spanner/v1/keys.pb.go index 1c7cdaa5f5..ccb2407422 100644 --- a/googleapis/spanner/v1/keys.pb.go +++ b/googleapis/spanner/v1/keys.pb.go @@ -130,7 +130,7 @@ func (m *KeyRange) Reset() { *m = KeyRange{} } func (m *KeyRange) String() string { return proto.CompactTextString(m) } func (*KeyRange) ProtoMessage() {} func (*KeyRange) Descriptor() ([]byte, []int) { - return fileDescriptor_keys_54e97a5c3f94e641, []int{0} + return fileDescriptor_keys_04f9296dfa9b90cb, []int{0} } func (m *KeyRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeyRange.Unmarshal(m, b) @@ -377,7 +377,7 @@ func (m *KeySet) Reset() { *m = KeySet{} } func (m *KeySet) String() string { return proto.CompactTextString(m) } func (*KeySet) ProtoMessage() {} func (*KeySet) Descriptor() ([]byte, []int) { - return fileDescriptor_keys_54e97a5c3f94e641, []int{1} + return fileDescriptor_keys_04f9296dfa9b90cb, []int{1} } func (m *KeySet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeySet.Unmarshal(m, b) @@ -423,9 +423,9 @@ func init() { proto.RegisterType((*KeySet)(nil), "google.spanner.v1.KeySet") } -func init() { proto.RegisterFile("google/spanner/v1/keys.proto", fileDescriptor_keys_54e97a5c3f94e641) } +func init() { proto.RegisterFile("google/spanner/v1/keys.proto", fileDescriptor_keys_04f9296dfa9b90cb) } -var fileDescriptor_keys_54e97a5c3f94e641 = []byte{ +var fileDescriptor_keys_04f9296dfa9b90cb = []byte{ // 371 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xc1, 0x6b, 0xea, 0x30, 0x1c, 0xc7, 0x5f, 0xab, 0xf8, 0x34, 0x8a, 0xf8, 0x0a, 0x8f, 0x57, 0x7c, 0x3b, 0x88, 0xa7, 0x9d, diff --git a/googleapis/spanner/v1/mutation.pb.go b/googleapis/spanner/v1/mutation.pb.go index 40416a784d..7887ab3554 100644 --- a/googleapis/spanner/v1/mutation.pb.go +++ b/googleapis/spanner/v1/mutation.pb.go @@ -42,7 +42,7 @@ func (m *Mutation) Reset() { *m = Mutation{} } func (m *Mutation) String() string { return proto.CompactTextString(m) } func (*Mutation) ProtoMessage() {} func (*Mutation) Descriptor() ([]byte, []int) { - return fileDescriptor_mutation_7ac3401eb5ab6104, []int{0} + return fileDescriptor_mutation_469b217da29c28c2, []int{0} } func (m *Mutation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mutation.Unmarshal(m, b) @@ -303,7 +303,7 @@ func (m *Mutation_Write) Reset() { *m = Mutation_Write{} } func (m *Mutation_Write) String() string { return proto.CompactTextString(m) } func (*Mutation_Write) ProtoMessage() {} func (*Mutation_Write) Descriptor() ([]byte, []int) { - return fileDescriptor_mutation_7ac3401eb5ab6104, []int{0, 0} + return fileDescriptor_mutation_469b217da29c28c2, []int{0, 0} } func (m *Mutation_Write) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mutation_Write.Unmarshal(m, b) @@ -362,7 +362,7 @@ func (m *Mutation_Delete) Reset() { *m = Mutation_Delete{} } func (m *Mutation_Delete) String() string { return proto.CompactTextString(m) } func (*Mutation_Delete) ProtoMessage() {} func (*Mutation_Delete) Descriptor() ([]byte, []int) { - return fileDescriptor_mutation_7ac3401eb5ab6104, []int{0, 1} + return fileDescriptor_mutation_469b217da29c28c2, []int{0, 1} } func (m *Mutation_Delete) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mutation_Delete.Unmarshal(m, b) @@ -403,10 +403,10 @@ func init() { } func init() { - proto.RegisterFile("google/spanner/v1/mutation.proto", fileDescriptor_mutation_7ac3401eb5ab6104) + proto.RegisterFile("google/spanner/v1/mutation.proto", fileDescriptor_mutation_469b217da29c28c2) } -var fileDescriptor_mutation_7ac3401eb5ab6104 = []byte{ +var fileDescriptor_mutation_469b217da29c28c2 = []byte{ // 413 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0xd1, 0xea, 0xd3, 0x30, 0x14, 0xc6, 0xed, 0xba, 0x75, 0x2e, 0x43, 0xd1, 0xa2, 0x58, 0x8b, 0x17, 0x75, 0x57, 0xbb, 0x4a, diff --git a/googleapis/spanner/v1/query_plan.pb.go b/googleapis/spanner/v1/query_plan.pb.go index a945a1391b..588ca580cd 100644 --- a/googleapis/spanner/v1/query_plan.pb.go +++ b/googleapis/spanner/v1/query_plan.pb.go @@ -53,7 +53,7 @@ func (x PlanNode_Kind) String() string { return proto.EnumName(PlanNode_Kind_name, int32(x)) } func (PlanNode_Kind) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_query_plan_d2ba8abd996b11fd, []int{0, 0} + return fileDescriptor_query_plan_b863df8d6eeb1d82, []int{0, 0} } // Node information for nodes appearing in a @@ -98,7 +98,7 @@ func (m *PlanNode) Reset() { *m = PlanNode{} } func (m *PlanNode) String() string { return proto.CompactTextString(m) } func (*PlanNode) ProtoMessage() {} func (*PlanNode) Descriptor() ([]byte, []int) { - return fileDescriptor_query_plan_d2ba8abd996b11fd, []int{0} + return fileDescriptor_query_plan_b863df8d6eeb1d82, []int{0} } func (m *PlanNode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PlanNode.Unmarshal(m, b) @@ -195,7 +195,7 @@ func (m *PlanNode_ChildLink) Reset() { *m = PlanNode_ChildLink{} } func (m *PlanNode_ChildLink) String() string { return proto.CompactTextString(m) } func (*PlanNode_ChildLink) ProtoMessage() {} func (*PlanNode_ChildLink) Descriptor() ([]byte, []int) { - return fileDescriptor_query_plan_d2ba8abd996b11fd, []int{0, 0} + return fileDescriptor_query_plan_b863df8d6eeb1d82, []int{0, 0} } func (m *PlanNode_ChildLink) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PlanNode_ChildLink.Unmarshal(m, b) @@ -256,7 +256,7 @@ func (m *PlanNode_ShortRepresentation) Reset() { *m = PlanNode_ShortRepr func (m *PlanNode_ShortRepresentation) String() string { return proto.CompactTextString(m) } func (*PlanNode_ShortRepresentation) ProtoMessage() {} func (*PlanNode_ShortRepresentation) Descriptor() ([]byte, []int) { - return fileDescriptor_query_plan_d2ba8abd996b11fd, []int{0, 1} + return fileDescriptor_query_plan_b863df8d6eeb1d82, []int{0, 1} } func (m *PlanNode_ShortRepresentation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PlanNode_ShortRepresentation.Unmarshal(m, b) @@ -305,7 +305,7 @@ func (m *QueryPlan) Reset() { *m = QueryPlan{} } func (m *QueryPlan) String() string { return proto.CompactTextString(m) } func (*QueryPlan) ProtoMessage() {} func (*QueryPlan) Descriptor() ([]byte, []int) { - return fileDescriptor_query_plan_d2ba8abd996b11fd, []int{1} + return fileDescriptor_query_plan_b863df8d6eeb1d82, []int{1} } func (m *QueryPlan) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryPlan.Unmarshal(m, b) @@ -342,10 +342,10 @@ func init() { } func init() { - proto.RegisterFile("google/spanner/v1/query_plan.proto", fileDescriptor_query_plan_d2ba8abd996b11fd) + proto.RegisterFile("google/spanner/v1/query_plan.proto", fileDescriptor_query_plan_b863df8d6eeb1d82) } -var fileDescriptor_query_plan_d2ba8abd996b11fd = []byte{ +var fileDescriptor_query_plan_b863df8d6eeb1d82 = []byte{ // 604 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xdd, 0x6e, 0xd3, 0x4c, 0x10, 0xfd, 0x9c, 0x26, 0xf9, 0x9a, 0x09, 0x4a, 0xc3, 0xb6, 0xa8, 0x56, 0x40, 0xc2, 0x44, 0x42, diff --git a/googleapis/spanner/v1/result_set.pb.go b/googleapis/spanner/v1/result_set.pb.go index 82350c1f11..7172f9d5ea 100644 --- a/googleapis/spanner/v1/result_set.pb.go +++ b/googleapis/spanner/v1/result_set.pb.go @@ -50,7 +50,7 @@ func (m *ResultSet) Reset() { *m = ResultSet{} } func (m *ResultSet) String() string { return proto.CompactTextString(m) } func (*ResultSet) ProtoMessage() {} func (*ResultSet) Descriptor() ([]byte, []int) { - return fileDescriptor_result_set_d916e3d6bffb4227, []int{0} + return fileDescriptor_result_set_643b079f04352bdc, []int{0} } func (m *ResultSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResultSet.Unmarshal(m, b) @@ -199,7 +199,7 @@ func (m *PartialResultSet) Reset() { *m = PartialResultSet{} } func (m *PartialResultSet) String() string { return proto.CompactTextString(m) } func (*PartialResultSet) ProtoMessage() {} func (*PartialResultSet) Descriptor() ([]byte, []int) { - return fileDescriptor_result_set_d916e3d6bffb4227, []int{1} + return fileDescriptor_result_set_643b079f04352bdc, []int{1} } func (m *PartialResultSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PartialResultSet.Unmarshal(m, b) @@ -278,7 +278,7 @@ func (m *ResultSetMetadata) Reset() { *m = ResultSetMetadata{} } func (m *ResultSetMetadata) String() string { return proto.CompactTextString(m) } func (*ResultSetMetadata) ProtoMessage() {} func (*ResultSetMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_result_set_d916e3d6bffb4227, []int{2} + return fileDescriptor_result_set_643b079f04352bdc, []int{2} } func (m *ResultSetMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResultSetMetadata.Unmarshal(m, b) @@ -343,7 +343,7 @@ func (m *ResultSetStats) Reset() { *m = ResultSetStats{} } func (m *ResultSetStats) String() string { return proto.CompactTextString(m) } func (*ResultSetStats) ProtoMessage() {} func (*ResultSetStats) Descriptor() ([]byte, []int) { - return fileDescriptor_result_set_d916e3d6bffb4227, []int{3} + return fileDescriptor_result_set_643b079f04352bdc, []int{3} } func (m *ResultSetStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResultSetStats.Unmarshal(m, b) @@ -486,10 +486,10 @@ func init() { } func init() { - proto.RegisterFile("google/spanner/v1/result_set.proto", fileDescriptor_result_set_d916e3d6bffb4227) + proto.RegisterFile("google/spanner/v1/result_set.proto", fileDescriptor_result_set_643b079f04352bdc) } -var fileDescriptor_result_set_d916e3d6bffb4227 = []byte{ +var fileDescriptor_result_set_643b079f04352bdc = []byte{ // 560 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x93, 0xcf, 0x6e, 0x13, 0x3f, 0x10, 0xc7, 0x7f, 0x4e, 0xda, 0xfe, 0x12, 0x6f, 0x0a, 0xd4, 0x52, 0x69, 0x14, 0x15, 0x94, 0xa6, diff --git a/googleapis/spanner/v1/spanner.pb.go b/googleapis/spanner/v1/spanner.pb.go index 033b557764..72705f522a 100644 --- a/googleapis/spanner/v1/spanner.pb.go +++ b/googleapis/spanner/v1/spanner.pb.go @@ -57,7 +57,7 @@ func (x ExecuteSqlRequest_QueryMode) String() string { return proto.EnumName(ExecuteSqlRequest_QueryMode_name, int32(x)) } func (ExecuteSqlRequest_QueryMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{6, 0} + return fileDescriptor_spanner_9927dc9412546f3a, []int{6, 0} } // The request for [CreateSession][google.spanner.v1.Spanner.CreateSession]. @@ -75,7 +75,7 @@ func (m *CreateSessionRequest) Reset() { *m = CreateSessionRequest{} } func (m *CreateSessionRequest) String() string { return proto.CompactTextString(m) } func (*CreateSessionRequest) ProtoMessage() {} func (*CreateSessionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{0} + return fileDescriptor_spanner_9927dc9412546f3a, []int{0} } func (m *CreateSessionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSessionRequest.Unmarshal(m, b) @@ -138,7 +138,7 @@ func (m *Session) Reset() { *m = Session{} } func (m *Session) String() string { return proto.CompactTextString(m) } func (*Session) ProtoMessage() {} func (*Session) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{1} + return fileDescriptor_spanner_9927dc9412546f3a, []int{1} } func (m *Session) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Session.Unmarshal(m, b) @@ -199,7 +199,7 @@ func (m *GetSessionRequest) Reset() { *m = GetSessionRequest{} } func (m *GetSessionRequest) String() string { return proto.CompactTextString(m) } func (*GetSessionRequest) ProtoMessage() {} func (*GetSessionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{2} + return fileDescriptor_spanner_9927dc9412546f3a, []int{2} } func (m *GetSessionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSessionRequest.Unmarshal(m, b) @@ -258,7 +258,7 @@ func (m *ListSessionsRequest) Reset() { *m = ListSessionsRequest{} } func (m *ListSessionsRequest) String() string { return proto.CompactTextString(m) } func (*ListSessionsRequest) ProtoMessage() {} func (*ListSessionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{3} + return fileDescriptor_spanner_9927dc9412546f3a, []int{3} } func (m *ListSessionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSessionsRequest.Unmarshal(m, b) @@ -323,7 +323,7 @@ func (m *ListSessionsResponse) Reset() { *m = ListSessionsResponse{} } func (m *ListSessionsResponse) String() string { return proto.CompactTextString(m) } func (*ListSessionsResponse) ProtoMessage() {} func (*ListSessionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{4} + return fileDescriptor_spanner_9927dc9412546f3a, []int{4} } func (m *ListSessionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSessionsResponse.Unmarshal(m, b) @@ -370,7 +370,7 @@ func (m *DeleteSessionRequest) Reset() { *m = DeleteSessionRequest{} } func (m *DeleteSessionRequest) String() string { return proto.CompactTextString(m) } func (*DeleteSessionRequest) ProtoMessage() {} func (*DeleteSessionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{5} + return fileDescriptor_spanner_9927dc9412546f3a, []int{5} } func (m *DeleteSessionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSessionRequest.Unmarshal(m, b) @@ -482,7 +482,7 @@ func (m *ExecuteSqlRequest) Reset() { *m = ExecuteSqlRequest{} } func (m *ExecuteSqlRequest) String() string { return proto.CompactTextString(m) } func (*ExecuteSqlRequest) ProtoMessage() {} func (*ExecuteSqlRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{6} + return fileDescriptor_spanner_9927dc9412546f3a, []int{6} } func (m *ExecuteSqlRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecuteSqlRequest.Unmarshal(m, b) @@ -594,7 +594,7 @@ func (m *ExecuteBatchDmlRequest) Reset() { *m = ExecuteBatchDmlRequest{} func (m *ExecuteBatchDmlRequest) String() string { return proto.CompactTextString(m) } func (*ExecuteBatchDmlRequest) ProtoMessage() {} func (*ExecuteBatchDmlRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{7} + return fileDescriptor_spanner_9927dc9412546f3a, []int{7} } func (m *ExecuteBatchDmlRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecuteBatchDmlRequest.Unmarshal(m, b) @@ -679,7 +679,7 @@ func (m *ExecuteBatchDmlRequest_Statement) Reset() { *m = ExecuteBatchDm func (m *ExecuteBatchDmlRequest_Statement) String() string { return proto.CompactTextString(m) } func (*ExecuteBatchDmlRequest_Statement) ProtoMessage() {} func (*ExecuteBatchDmlRequest_Statement) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{7, 0} + return fileDescriptor_spanner_9927dc9412546f3a, []int{7, 0} } func (m *ExecuteBatchDmlRequest_Statement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecuteBatchDmlRequest_Statement.Unmarshal(m, b) @@ -760,7 +760,7 @@ func (m *ExecuteBatchDmlResponse) Reset() { *m = ExecuteBatchDmlResponse func (m *ExecuteBatchDmlResponse) String() string { return proto.CompactTextString(m) } func (*ExecuteBatchDmlResponse) ProtoMessage() {} func (*ExecuteBatchDmlResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{8} + return fileDescriptor_spanner_9927dc9412546f3a, []int{8} } func (m *ExecuteBatchDmlResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecuteBatchDmlResponse.Unmarshal(m, b) @@ -822,7 +822,7 @@ func (m *PartitionOptions) Reset() { *m = PartitionOptions{} } func (m *PartitionOptions) String() string { return proto.CompactTextString(m) } func (*PartitionOptions) ProtoMessage() {} func (*PartitionOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{9} + return fileDescriptor_spanner_9927dc9412546f3a, []int{9} } func (m *PartitionOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PartitionOptions.Unmarshal(m, b) @@ -911,7 +911,7 @@ func (m *PartitionQueryRequest) Reset() { *m = PartitionQueryRequest{} } func (m *PartitionQueryRequest) String() string { return proto.CompactTextString(m) } func (*PartitionQueryRequest) ProtoMessage() {} func (*PartitionQueryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{10} + return fileDescriptor_spanner_9927dc9412546f3a, []int{10} } func (m *PartitionQueryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PartitionQueryRequest.Unmarshal(m, b) @@ -1014,7 +1014,7 @@ func (m *PartitionReadRequest) Reset() { *m = PartitionReadRequest{} } func (m *PartitionReadRequest) String() string { return proto.CompactTextString(m) } func (*PartitionReadRequest) ProtoMessage() {} func (*PartitionReadRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{11} + return fileDescriptor_spanner_9927dc9412546f3a, []int{11} } func (m *PartitionReadRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PartitionReadRequest.Unmarshal(m, b) @@ -1099,7 +1099,7 @@ func (m *Partition) Reset() { *m = Partition{} } func (m *Partition) String() string { return proto.CompactTextString(m) } func (*Partition) ProtoMessage() {} func (*Partition) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{12} + return fileDescriptor_spanner_9927dc9412546f3a, []int{12} } func (m *Partition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Partition.Unmarshal(m, b) @@ -1142,7 +1142,7 @@ func (m *PartitionResponse) Reset() { *m = PartitionResponse{} } func (m *PartitionResponse) String() string { return proto.CompactTextString(m) } func (*PartitionResponse) ProtoMessage() {} func (*PartitionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{13} + return fileDescriptor_spanner_9927dc9412546f3a, []int{13} } func (m *PartitionResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PartitionResponse.Unmarshal(m, b) @@ -1238,7 +1238,7 @@ func (m *ReadRequest) Reset() { *m = ReadRequest{} } func (m *ReadRequest) String() string { return proto.CompactTextString(m) } func (*ReadRequest) ProtoMessage() {} func (*ReadRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{14} + return fileDescriptor_spanner_9927dc9412546f3a, []int{14} } func (m *ReadRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReadRequest.Unmarshal(m, b) @@ -1337,7 +1337,7 @@ func (m *BeginTransactionRequest) Reset() { *m = BeginTransactionRequest func (m *BeginTransactionRequest) String() string { return proto.CompactTextString(m) } func (*BeginTransactionRequest) ProtoMessage() {} func (*BeginTransactionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{15} + return fileDescriptor_spanner_9927dc9412546f3a, []int{15} } func (m *BeginTransactionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BeginTransactionRequest.Unmarshal(m, b) @@ -1394,7 +1394,7 @@ func (m *CommitRequest) Reset() { *m = CommitRequest{} } func (m *CommitRequest) String() string { return proto.CompactTextString(m) } func (*CommitRequest) ProtoMessage() {} func (*CommitRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{16} + return fileDescriptor_spanner_9927dc9412546f3a, []int{16} } func (m *CommitRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommitRequest.Unmarshal(m, b) @@ -1548,7 +1548,7 @@ func (m *CommitResponse) Reset() { *m = CommitResponse{} } func (m *CommitResponse) String() string { return proto.CompactTextString(m) } func (*CommitResponse) ProtoMessage() {} func (*CommitResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{17} + return fileDescriptor_spanner_9927dc9412546f3a, []int{17} } func (m *CommitResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommitResponse.Unmarshal(m, b) @@ -1590,7 +1590,7 @@ func (m *RollbackRequest) Reset() { *m = RollbackRequest{} } func (m *RollbackRequest) String() string { return proto.CompactTextString(m) } func (*RollbackRequest) ProtoMessage() {} func (*RollbackRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_spanner_e6205c7313670aad, []int{18} + return fileDescriptor_spanner_9927dc9412546f3a, []int{18} } func (m *RollbackRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RollbackRequest.Unmarshal(m, b) @@ -2469,10 +2469,10 @@ var _Spanner_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/spanner/v1/spanner.proto", fileDescriptor_spanner_e6205c7313670aad) + proto.RegisterFile("google/spanner/v1/spanner.proto", fileDescriptor_spanner_9927dc9412546f3a) } -var fileDescriptor_spanner_e6205c7313670aad = []byte{ +var fileDescriptor_spanner_9927dc9412546f3a = []byte{ // 1832 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x59, 0xcd, 0x6f, 0x1b, 0xc7, 0x15, 0xf7, 0x92, 0x12, 0x25, 0x3e, 0xea, 0x73, 0xc2, 0x48, 0x0c, 0xed, 0x26, 0xca, 0x26, 0x8e, diff --git a/googleapis/spanner/v1/transaction.pb.go b/googleapis/spanner/v1/transaction.pb.go index 39f509661d..fcf3bec07a 100644 --- a/googleapis/spanner/v1/transaction.pb.go +++ b/googleapis/spanner/v1/transaction.pb.go @@ -320,7 +320,7 @@ func (m *TransactionOptions) Reset() { *m = TransactionOptions{} } func (m *TransactionOptions) String() string { return proto.CompactTextString(m) } func (*TransactionOptions) ProtoMessage() {} func (*TransactionOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_transaction_4419efde92dad332, []int{0} + return fileDescriptor_transaction_949bbf6c9797af8e, []int{0} } func (m *TransactionOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionOptions.Unmarshal(m, b) @@ -495,7 +495,7 @@ func (m *TransactionOptions_ReadWrite) Reset() { *m = TransactionOptions func (m *TransactionOptions_ReadWrite) String() string { return proto.CompactTextString(m) } func (*TransactionOptions_ReadWrite) ProtoMessage() {} func (*TransactionOptions_ReadWrite) Descriptor() ([]byte, []int) { - return fileDescriptor_transaction_4419efde92dad332, []int{0, 0} + return fileDescriptor_transaction_949bbf6c9797af8e, []int{0, 0} } func (m *TransactionOptions_ReadWrite) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionOptions_ReadWrite.Unmarshal(m, b) @@ -526,7 +526,7 @@ func (m *TransactionOptions_PartitionedDml) Reset() { *m = TransactionOp func (m *TransactionOptions_PartitionedDml) String() string { return proto.CompactTextString(m) } func (*TransactionOptions_PartitionedDml) ProtoMessage() {} func (*TransactionOptions_PartitionedDml) Descriptor() ([]byte, []int) { - return fileDescriptor_transaction_4419efde92dad332, []int{0, 1} + return fileDescriptor_transaction_949bbf6c9797af8e, []int{0, 1} } func (m *TransactionOptions_PartitionedDml) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionOptions_PartitionedDml.Unmarshal(m, b) @@ -570,7 +570,7 @@ func (m *TransactionOptions_ReadOnly) Reset() { *m = TransactionOptions_ func (m *TransactionOptions_ReadOnly) String() string { return proto.CompactTextString(m) } func (*TransactionOptions_ReadOnly) ProtoMessage() {} func (*TransactionOptions_ReadOnly) Descriptor() ([]byte, []int) { - return fileDescriptor_transaction_4419efde92dad332, []int{0, 2} + return fileDescriptor_transaction_949bbf6c9797af8e, []int{0, 2} } func (m *TransactionOptions_ReadOnly) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionOptions_ReadOnly.Unmarshal(m, b) @@ -830,7 +830,7 @@ func (m *Transaction) Reset() { *m = Transaction{} } func (m *Transaction) String() string { return proto.CompactTextString(m) } func (*Transaction) ProtoMessage() {} func (*Transaction) Descriptor() ([]byte, []int) { - return fileDescriptor_transaction_4419efde92dad332, []int{1} + return fileDescriptor_transaction_949bbf6c9797af8e, []int{1} } func (m *Transaction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Transaction.Unmarshal(m, b) @@ -888,7 +888,7 @@ func (m *TransactionSelector) Reset() { *m = TransactionSelector{} } func (m *TransactionSelector) String() string { return proto.CompactTextString(m) } func (*TransactionSelector) ProtoMessage() {} func (*TransactionSelector) Descriptor() ([]byte, []int) { - return fileDescriptor_transaction_4419efde92dad332, []int{2} + return fileDescriptor_transaction_949bbf6c9797af8e, []int{2} } func (m *TransactionSelector) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransactionSelector.Unmarshal(m, b) @@ -1057,10 +1057,10 @@ func init() { } func init() { - proto.RegisterFile("google/spanner/v1/transaction.proto", fileDescriptor_transaction_4419efde92dad332) + proto.RegisterFile("google/spanner/v1/transaction.proto", fileDescriptor_transaction_949bbf6c9797af8e) } -var fileDescriptor_transaction_4419efde92dad332 = []byte{ +var fileDescriptor_transaction_949bbf6c9797af8e = []byte{ // 573 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0xdf, 0x6e, 0xd3, 0x3e, 0x14, 0xc7, 0xd3, 0x6e, 0xab, 0xba, 0xd3, 0xae, 0xed, 0x3c, 0x4d, 0xbf, 0xfe, 0x22, 0x04, 0xa8, diff --git a/googleapis/spanner/v1/type.pb.go b/googleapis/spanner/v1/type.pb.go index 093a9dd827..674cfa9db9 100644 --- a/googleapis/spanner/v1/type.pb.go +++ b/googleapis/spanner/v1/type.pb.go @@ -92,7 +92,7 @@ func (x TypeCode) String() string { return proto.EnumName(TypeCode_name, int32(x)) } func (TypeCode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_type_fd75b23a4d0055d4, []int{0} + return fileDescriptor_type_aaff9ec10660d5c1, []int{0} } // `Type` indicates the type of a Cloud Spanner value, as might be stored in a @@ -117,7 +117,7 @@ func (m *Type) Reset() { *m = Type{} } func (m *Type) String() string { return proto.CompactTextString(m) } func (*Type) ProtoMessage() {} func (*Type) Descriptor() ([]byte, []int) { - return fileDescriptor_type_fd75b23a4d0055d4, []int{0} + return fileDescriptor_type_aaff9ec10660d5c1, []int{0} } func (m *Type) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Type.Unmarshal(m, b) @@ -177,7 +177,7 @@ func (m *StructType) Reset() { *m = StructType{} } func (m *StructType) String() string { return proto.CompactTextString(m) } func (*StructType) ProtoMessage() {} func (*StructType) Descriptor() ([]byte, []int) { - return fileDescriptor_type_fd75b23a4d0055d4, []int{1} + return fileDescriptor_type_aaff9ec10660d5c1, []int{1} } func (m *StructType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructType.Unmarshal(m, b) @@ -225,7 +225,7 @@ func (m *StructType_Field) Reset() { *m = StructType_Field{} } func (m *StructType_Field) String() string { return proto.CompactTextString(m) } func (*StructType_Field) ProtoMessage() {} func (*StructType_Field) Descriptor() ([]byte, []int) { - return fileDescriptor_type_fd75b23a4d0055d4, []int{1, 0} + return fileDescriptor_type_aaff9ec10660d5c1, []int{1, 0} } func (m *StructType_Field) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructType_Field.Unmarshal(m, b) @@ -266,9 +266,9 @@ func init() { proto.RegisterEnum("google.spanner.v1.TypeCode", TypeCode_name, TypeCode_value) } -func init() { proto.RegisterFile("google/spanner/v1/type.proto", fileDescriptor_type_fd75b23a4d0055d4) } +func init() { proto.RegisterFile("google/spanner/v1/type.proto", fileDescriptor_type_aaff9ec10660d5c1) } -var fileDescriptor_type_fd75b23a4d0055d4 = []byte{ +var fileDescriptor_type_aaff9ec10660d5c1 = []byte{ // 444 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xd1, 0x8a, 0xd3, 0x40, 0x14, 0x86, 0x9d, 0x6d, 0xda, 0x6d, 0x4e, 0x51, 0xc6, 0x81, 0x65, 0xeb, 0xaa, 0x50, 0xd6, 0x9b, diff --git a/googleapis/storagetransfer/v1/transfer.pb.go b/googleapis/storagetransfer/v1/transfer.pb.go index 24d5aa7227..8d963483bd 100644 --- a/googleapis/storagetransfer/v1/transfer.pb.go +++ b/googleapis/storagetransfer/v1/transfer.pb.go @@ -41,7 +41,7 @@ func (m *GetGoogleServiceAccountRequest) Reset() { *m = GetGoogleService func (m *GetGoogleServiceAccountRequest) String() string { return proto.CompactTextString(m) } func (*GetGoogleServiceAccountRequest) ProtoMessage() {} func (*GetGoogleServiceAccountRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_97377ba8ba56f39f, []int{0} + return fileDescriptor_transfer_2bfd38eb67d3a440, []int{0} } func (m *GetGoogleServiceAccountRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGoogleServiceAccountRequest.Unmarshal(m, b) @@ -82,7 +82,7 @@ func (m *CreateTransferJobRequest) Reset() { *m = CreateTransferJobReque func (m *CreateTransferJobRequest) String() string { return proto.CompactTextString(m) } func (*CreateTransferJobRequest) ProtoMessage() {} func (*CreateTransferJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_97377ba8ba56f39f, []int{1} + return fileDescriptor_transfer_2bfd38eb67d3a440, []int{1} } func (m *CreateTransferJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateTransferJobRequest.Unmarshal(m, b) @@ -139,7 +139,7 @@ func (m *UpdateTransferJobRequest) Reset() { *m = UpdateTransferJobReque func (m *UpdateTransferJobRequest) String() string { return proto.CompactTextString(m) } func (*UpdateTransferJobRequest) ProtoMessage() {} func (*UpdateTransferJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_97377ba8ba56f39f, []int{2} + return fileDescriptor_transfer_2bfd38eb67d3a440, []int{2} } func (m *UpdateTransferJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateTransferJobRequest.Unmarshal(m, b) @@ -204,7 +204,7 @@ func (m *GetTransferJobRequest) Reset() { *m = GetTransferJobRequest{} } func (m *GetTransferJobRequest) String() string { return proto.CompactTextString(m) } func (*GetTransferJobRequest) ProtoMessage() {} func (*GetTransferJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_97377ba8ba56f39f, []int{3} + return fileDescriptor_transfer_2bfd38eb67d3a440, []int{3} } func (m *GetTransferJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetTransferJobRequest.Unmarshal(m, b) @@ -263,7 +263,7 @@ func (m *ListTransferJobsRequest) Reset() { *m = ListTransferJobsRequest func (m *ListTransferJobsRequest) String() string { return proto.CompactTextString(m) } func (*ListTransferJobsRequest) ProtoMessage() {} func (*ListTransferJobsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_97377ba8ba56f39f, []int{4} + return fileDescriptor_transfer_2bfd38eb67d3a440, []int{4} } func (m *ListTransferJobsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTransferJobsRequest.Unmarshal(m, b) @@ -319,7 +319,7 @@ func (m *ListTransferJobsResponse) Reset() { *m = ListTransferJobsRespon func (m *ListTransferJobsResponse) String() string { return proto.CompactTextString(m) } func (*ListTransferJobsResponse) ProtoMessage() {} func (*ListTransferJobsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_97377ba8ba56f39f, []int{5} + return fileDescriptor_transfer_2bfd38eb67d3a440, []int{5} } func (m *ListTransferJobsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTransferJobsResponse.Unmarshal(m, b) @@ -367,7 +367,7 @@ func (m *PauseTransferOperationRequest) Reset() { *m = PauseTransferOper func (m *PauseTransferOperationRequest) String() string { return proto.CompactTextString(m) } func (*PauseTransferOperationRequest) ProtoMessage() {} func (*PauseTransferOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_97377ba8ba56f39f, []int{6} + return fileDescriptor_transfer_2bfd38eb67d3a440, []int{6} } func (m *PauseTransferOperationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PauseTransferOperationRequest.Unmarshal(m, b) @@ -408,7 +408,7 @@ func (m *ResumeTransferOperationRequest) Reset() { *m = ResumeTransferOp func (m *ResumeTransferOperationRequest) String() string { return proto.CompactTextString(m) } func (*ResumeTransferOperationRequest) ProtoMessage() {} func (*ResumeTransferOperationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_97377ba8ba56f39f, []int{7} + return fileDescriptor_transfer_2bfd38eb67d3a440, []int{7} } func (m *ResumeTransferOperationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResumeTransferOperationRequest.Unmarshal(m, b) @@ -749,10 +749,10 @@ var _StorageTransferService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/storagetransfer/v1/transfer.proto", fileDescriptor_transfer_97377ba8ba56f39f) + proto.RegisterFile("google/storagetransfer/v1/transfer.proto", fileDescriptor_transfer_2bfd38eb67d3a440) } -var fileDescriptor_transfer_97377ba8ba56f39f = []byte{ +var fileDescriptor_transfer_2bfd38eb67d3a440 = []byte{ // 786 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xdf, 0x4e, 0x13, 0x4f, 0x14, 0xce, 0xf0, 0xef, 0x07, 0x03, 0xfc, 0x84, 0x49, 0x2c, 0x4b, 0x91, 0xda, 0x2c, 0x49, 0xc5, diff --git a/googleapis/storagetransfer/v1/transfer_types.pb.go b/googleapis/storagetransfer/v1/transfer_types.pb.go index 14591d21e7..a91e047659 100644 --- a/googleapis/storagetransfer/v1/transfer_types.pb.go +++ b/googleapis/storagetransfer/v1/transfer_types.pb.go @@ -57,7 +57,7 @@ func (x TransferJob_Status) String() string { return proto.EnumName(TransferJob_Status_name, int32(x)) } func (TransferJob_Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_transfer_types_2ac46b0b74b95650, []int{9, 0} + return fileDescriptor_transfer_types_1b0f782d53ee7fbd, []int{9, 0} } // The status of a TransferOperation. @@ -99,7 +99,7 @@ func (x TransferOperation_Status) String() string { return proto.EnumName(TransferOperation_Status_name, int32(x)) } func (TransferOperation_Status) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_transfer_types_2ac46b0b74b95650, []int{13, 0} + return fileDescriptor_transfer_types_1b0f782d53ee7fbd, []int{13, 0} } // Google service account @@ -115,7 +115,7 @@ func (m *GoogleServiceAccount) Reset() { *m = GoogleServiceAccount{} } func (m *GoogleServiceAccount) String() string { return proto.CompactTextString(m) } func (*GoogleServiceAccount) ProtoMessage() {} func (*GoogleServiceAccount) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_types_2ac46b0b74b95650, []int{0} + return fileDescriptor_transfer_types_1b0f782d53ee7fbd, []int{0} } func (m *GoogleServiceAccount) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GoogleServiceAccount.Unmarshal(m, b) @@ -161,7 +161,7 @@ func (m *AwsAccessKey) Reset() { *m = AwsAccessKey{} } func (m *AwsAccessKey) String() string { return proto.CompactTextString(m) } func (*AwsAccessKey) ProtoMessage() {} func (*AwsAccessKey) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_types_2ac46b0b74b95650, []int{1} + return fileDescriptor_transfer_types_1b0f782d53ee7fbd, []int{1} } func (m *AwsAccessKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AwsAccessKey.Unmarshal(m, b) @@ -257,7 +257,7 @@ func (m *ObjectConditions) Reset() { *m = ObjectConditions{} } func (m *ObjectConditions) String() string { return proto.CompactTextString(m) } func (*ObjectConditions) ProtoMessage() {} func (*ObjectConditions) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_types_2ac46b0b74b95650, []int{2} + return fileDescriptor_transfer_types_1b0f782d53ee7fbd, []int{2} } func (m *ObjectConditions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ObjectConditions.Unmarshal(m, b) @@ -323,7 +323,7 @@ func (m *GcsData) Reset() { *m = GcsData{} } func (m *GcsData) String() string { return proto.CompactTextString(m) } func (*GcsData) ProtoMessage() {} func (*GcsData) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_types_2ac46b0b74b95650, []int{3} + return fileDescriptor_transfer_types_1b0f782d53ee7fbd, []int{3} } func (m *GcsData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GcsData.Unmarshal(m, b) @@ -372,7 +372,7 @@ func (m *AwsS3Data) Reset() { *m = AwsS3Data{} } func (m *AwsS3Data) String() string { return proto.CompactTextString(m) } func (*AwsS3Data) ProtoMessage() {} func (*AwsS3Data) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_types_2ac46b0b74b95650, []int{4} + return fileDescriptor_transfer_types_1b0f782d53ee7fbd, []int{4} } func (m *AwsS3Data) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AwsS3Data.Unmarshal(m, b) @@ -463,7 +463,7 @@ func (m *HttpData) Reset() { *m = HttpData{} } func (m *HttpData) String() string { return proto.CompactTextString(m) } func (*HttpData) ProtoMessage() {} func (*HttpData) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_types_2ac46b0b74b95650, []int{5} + return fileDescriptor_transfer_types_1b0f782d53ee7fbd, []int{5} } func (m *HttpData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HttpData.Unmarshal(m, b) @@ -512,7 +512,7 @@ func (m *TransferOptions) Reset() { *m = TransferOptions{} } func (m *TransferOptions) String() string { return proto.CompactTextString(m) } func (*TransferOptions) ProtoMessage() {} func (*TransferOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_types_2ac46b0b74b95650, []int{6} + return fileDescriptor_transfer_types_1b0f782d53ee7fbd, []int{6} } func (m *TransferOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransferOptions.Unmarshal(m, b) @@ -584,7 +584,7 @@ func (m *TransferSpec) Reset() { *m = TransferSpec{} } func (m *TransferSpec) String() string { return proto.CompactTextString(m) } func (*TransferSpec) ProtoMessage() {} func (*TransferSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_types_2ac46b0b74b95650, []int{7} + return fileDescriptor_transfer_types_1b0f782d53ee7fbd, []int{7} } func (m *TransferSpec) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransferSpec.Unmarshal(m, b) @@ -844,7 +844,7 @@ func (m *Schedule) Reset() { *m = Schedule{} } func (m *Schedule) String() string { return proto.CompactTextString(m) } func (*Schedule) ProtoMessage() {} func (*Schedule) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_types_2ac46b0b74b95650, []int{8} + return fileDescriptor_transfer_types_1b0f782d53ee7fbd, []int{8} } func (m *Schedule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Schedule.Unmarshal(m, b) @@ -925,7 +925,7 @@ func (m *TransferJob) Reset() { *m = TransferJob{} } func (m *TransferJob) String() string { return proto.CompactTextString(m) } func (*TransferJob) ProtoMessage() {} func (*TransferJob) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_types_2ac46b0b74b95650, []int{9} + return fileDescriptor_transfer_types_1b0f782d53ee7fbd, []int{9} } func (m *TransferJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransferJob.Unmarshal(m, b) @@ -1025,7 +1025,7 @@ func (m *ErrorLogEntry) Reset() { *m = ErrorLogEntry{} } func (m *ErrorLogEntry) String() string { return proto.CompactTextString(m) } func (*ErrorLogEntry) ProtoMessage() {} func (*ErrorLogEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_types_2ac46b0b74b95650, []int{10} + return fileDescriptor_transfer_types_1b0f782d53ee7fbd, []int{10} } func (m *ErrorLogEntry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorLogEntry.Unmarshal(m, b) @@ -1078,7 +1078,7 @@ func (m *ErrorSummary) Reset() { *m = ErrorSummary{} } func (m *ErrorSummary) String() string { return proto.CompactTextString(m) } func (*ErrorSummary) ProtoMessage() {} func (*ErrorSummary) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_types_2ac46b0b74b95650, []int{11} + return fileDescriptor_transfer_types_1b0f782d53ee7fbd, []int{11} } func (m *ErrorSummary) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorSummary.Unmarshal(m, b) @@ -1168,7 +1168,7 @@ func (m *TransferCounters) Reset() { *m = TransferCounters{} } func (m *TransferCounters) String() string { return proto.CompactTextString(m) } func (*TransferCounters) ProtoMessage() {} func (*TransferCounters) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_types_2ac46b0b74b95650, []int{12} + return fileDescriptor_transfer_types_1b0f782d53ee7fbd, []int{12} } func (m *TransferCounters) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransferCounters.Unmarshal(m, b) @@ -1331,7 +1331,7 @@ func (m *TransferOperation) Reset() { *m = TransferOperation{} } func (m *TransferOperation) String() string { return proto.CompactTextString(m) } func (*TransferOperation) ProtoMessage() {} func (*TransferOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_transfer_types_2ac46b0b74b95650, []int{13} + return fileDescriptor_transfer_types_1b0f782d53ee7fbd, []int{13} } func (m *TransferOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransferOperation.Unmarshal(m, b) @@ -1434,10 +1434,10 @@ func init() { } func init() { - proto.RegisterFile("google/storagetransfer/v1/transfer_types.proto", fileDescriptor_transfer_types_2ac46b0b74b95650) + proto.RegisterFile("google/storagetransfer/v1/transfer_types.proto", fileDescriptor_transfer_types_1b0f782d53ee7fbd) } -var fileDescriptor_transfer_types_2ac46b0b74b95650 = []byte{ +var fileDescriptor_transfer_types_1b0f782d53ee7fbd = []byte{ // 1767 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x58, 0xdd, 0x6e, 0xdb, 0xc8, 0x15, 0x8e, 0x24, 0xc7, 0x96, 0x8e, 0x24, 0x4b, 0x9e, 0xcd, 0x7a, 0x65, 0x27, 0xd9, 0xa4, 0xf4, diff --git a/googleapis/streetview/publish/v1/resources.pb.go b/googleapis/streetview/publish/v1/resources.pb.go index aa2132eff2..7c813ceb4f 100644 --- a/googleapis/streetview/publish/v1/resources.pb.go +++ b/googleapis/streetview/publish/v1/resources.pb.go @@ -70,7 +70,7 @@ func (x Photo_TransferStatus) String() string { return proto.EnumName(Photo_TransferStatus_name, int32(x)) } func (Photo_TransferStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_b993b06e21d9eff4, []int{6, 0} + return fileDescriptor_resources_4fb97700fa63963a, []int{6, 0} } // Publication status of the photo in Google Maps. @@ -100,7 +100,7 @@ func (x Photo_MapsPublishStatus) String() string { return proto.EnumName(Photo_MapsPublishStatus_name, int32(x)) } func (Photo_MapsPublishStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_resources_b993b06e21d9eff4, []int{6, 1} + return fileDescriptor_resources_4fb97700fa63963a, []int{6, 1} } // Upload reference for media files. @@ -118,7 +118,7 @@ func (m *UploadRef) Reset() { *m = UploadRef{} } func (m *UploadRef) String() string { return proto.CompactTextString(m) } func (*UploadRef) ProtoMessage() {} func (*UploadRef) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_b993b06e21d9eff4, []int{0} + return fileDescriptor_resources_4fb97700fa63963a, []int{0} } func (m *UploadRef) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UploadRef.Unmarshal(m, b) @@ -158,7 +158,7 @@ func (m *PhotoId) Reset() { *m = PhotoId{} } func (m *PhotoId) String() string { return proto.CompactTextString(m) } func (*PhotoId) ProtoMessage() {} func (*PhotoId) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_b993b06e21d9eff4, []int{1} + return fileDescriptor_resources_4fb97700fa63963a, []int{1} } func (m *PhotoId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PhotoId.Unmarshal(m, b) @@ -204,7 +204,7 @@ func (m *Level) Reset() { *m = Level{} } func (m *Level) String() string { return proto.CompactTextString(m) } func (*Level) ProtoMessage() {} func (*Level) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_b993b06e21d9eff4, []int{2} + return fileDescriptor_resources_4fb97700fa63963a, []int{2} } func (m *Level) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Level.Unmarshal(m, b) @@ -281,7 +281,7 @@ func (m *Pose) Reset() { *m = Pose{} } func (m *Pose) String() string { return proto.CompactTextString(m) } func (*Pose) ProtoMessage() {} func (*Pose) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_b993b06e21d9eff4, []int{3} + return fileDescriptor_resources_4fb97700fa63963a, []int{3} } func (m *Pose) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Pose.Unmarshal(m, b) @@ -369,7 +369,7 @@ func (m *Place) Reset() { *m = Place{} } func (m *Place) String() string { return proto.CompactTextString(m) } func (*Place) ProtoMessage() {} func (*Place) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_b993b06e21d9eff4, []int{4} + return fileDescriptor_resources_4fb97700fa63963a, []int{4} } func (m *Place) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Place.Unmarshal(m, b) @@ -424,7 +424,7 @@ func (m *Connection) Reset() { *m = Connection{} } func (m *Connection) String() string { return proto.CompactTextString(m) } func (*Connection) ProtoMessage() {} func (*Connection) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_b993b06e21d9eff4, []int{5} + return fileDescriptor_resources_4fb97700fa63963a, []int{5} } func (m *Connection) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Connection.Unmarshal(m, b) @@ -497,7 +497,7 @@ func (m *Photo) Reset() { *m = Photo{} } func (m *Photo) String() string { return proto.CompactTextString(m) } func (*Photo) ProtoMessage() {} func (*Photo) Descriptor() ([]byte, []int) { - return fileDescriptor_resources_b993b06e21d9eff4, []int{6} + return fileDescriptor_resources_4fb97700fa63963a, []int{6} } func (m *Photo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Photo.Unmarshal(m, b) @@ -614,10 +614,10 @@ func init() { } func init() { - proto.RegisterFile("google/streetview/publish/v1/resources.proto", fileDescriptor_resources_b993b06e21d9eff4) + proto.RegisterFile("google/streetview/publish/v1/resources.proto", fileDescriptor_resources_4fb97700fa63963a) } -var fileDescriptor_resources_b993b06e21d9eff4 = []byte{ +var fileDescriptor_resources_4fb97700fa63963a = []byte{ // 940 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0x6f, 0x6f, 0xdb, 0xb6, 0x13, 0xae, 0x9d, 0xd8, 0x8e, 0xcf, 0x4e, 0xe2, 0xb0, 0xed, 0xef, 0xa7, 0x64, 0x2b, 0x9a, 0x29, diff --git a/googleapis/streetview/publish/v1/rpcmessages.pb.go b/googleapis/streetview/publish/v1/rpcmessages.pb.go index 1f5bc9f02b..87c06cfae8 100644 --- a/googleapis/streetview/publish/v1/rpcmessages.pb.go +++ b/googleapis/streetview/publish/v1/rpcmessages.pb.go @@ -45,7 +45,7 @@ func (x PhotoView) String() string { return proto.EnumName(PhotoView_name, int32(x)) } func (PhotoView) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_rpcmessages_8c9ea656d647f358, []int{0} + return fileDescriptor_rpcmessages_3d6515828940d466, []int{0} } // Request to create a [Photo][google.streetview.publish.v1.Photo]. @@ -61,7 +61,7 @@ func (m *CreatePhotoRequest) Reset() { *m = CreatePhotoRequest{} } func (m *CreatePhotoRequest) String() string { return proto.CompactTextString(m) } func (*CreatePhotoRequest) ProtoMessage() {} func (*CreatePhotoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_rpcmessages_8c9ea656d647f358, []int{0} + return fileDescriptor_rpcmessages_3d6515828940d466, []int{0} } func (m *CreatePhotoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreatePhotoRequest.Unmarshal(m, b) @@ -118,7 +118,7 @@ func (m *GetPhotoRequest) Reset() { *m = GetPhotoRequest{} } func (m *GetPhotoRequest) String() string { return proto.CompactTextString(m) } func (*GetPhotoRequest) ProtoMessage() {} func (*GetPhotoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_rpcmessages_8c9ea656d647f358, []int{1} + return fileDescriptor_rpcmessages_3d6515828940d466, []int{1} } func (m *GetPhotoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPhotoRequest.Unmarshal(m, b) @@ -190,7 +190,7 @@ func (m *BatchGetPhotosRequest) Reset() { *m = BatchGetPhotosRequest{} } func (m *BatchGetPhotosRequest) String() string { return proto.CompactTextString(m) } func (*BatchGetPhotosRequest) ProtoMessage() {} func (*BatchGetPhotosRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_rpcmessages_8c9ea656d647f358, []int{2} + return fileDescriptor_rpcmessages_3d6515828940d466, []int{2} } func (m *BatchGetPhotosRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchGetPhotosRequest.Unmarshal(m, b) @@ -247,7 +247,7 @@ func (m *BatchGetPhotosResponse) Reset() { *m = BatchGetPhotosResponse{} func (m *BatchGetPhotosResponse) String() string { return proto.CompactTextString(m) } func (*BatchGetPhotosResponse) ProtoMessage() {} func (*BatchGetPhotosResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_rpcmessages_8c9ea656d647f358, []int{3} + return fileDescriptor_rpcmessages_3d6515828940d466, []int{3} } func (m *BatchGetPhotosResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchGetPhotosResponse.Unmarshal(m, b) @@ -296,7 +296,7 @@ func (m *PhotoResponse) Reset() { *m = PhotoResponse{} } func (m *PhotoResponse) String() string { return proto.CompactTextString(m) } func (*PhotoResponse) ProtoMessage() {} func (*PhotoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_rpcmessages_8c9ea656d647f358, []int{4} + return fileDescriptor_rpcmessages_3d6515828940d466, []int{4} } func (m *PhotoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PhotoResponse.Unmarshal(m, b) @@ -380,7 +380,7 @@ func (m *ListPhotosRequest) Reset() { *m = ListPhotosRequest{} } func (m *ListPhotosRequest) String() string { return proto.CompactTextString(m) } func (*ListPhotosRequest) ProtoMessage() {} func (*ListPhotosRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_rpcmessages_8c9ea656d647f358, []int{5} + return fileDescriptor_rpcmessages_3d6515828940d466, []int{5} } func (m *ListPhotosRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListPhotosRequest.Unmarshal(m, b) @@ -453,7 +453,7 @@ func (m *ListPhotosResponse) Reset() { *m = ListPhotosResponse{} } func (m *ListPhotosResponse) String() string { return proto.CompactTextString(m) } func (*ListPhotosResponse) ProtoMessage() {} func (*ListPhotosResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_rpcmessages_8c9ea656d647f358, []int{6} + return fileDescriptor_rpcmessages_3d6515828940d466, []int{6} } func (m *ListPhotosResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListPhotosResponse.Unmarshal(m, b) @@ -530,7 +530,7 @@ func (m *UpdatePhotoRequest) Reset() { *m = UpdatePhotoRequest{} } func (m *UpdatePhotoRequest) String() string { return proto.CompactTextString(m) } func (*UpdatePhotoRequest) ProtoMessage() {} func (*UpdatePhotoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_rpcmessages_8c9ea656d647f358, []int{7} + return fileDescriptor_rpcmessages_3d6515828940d466, []int{7} } func (m *UpdatePhotoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdatePhotoRequest.Unmarshal(m, b) @@ -579,7 +579,7 @@ func (m *BatchUpdatePhotosRequest) Reset() { *m = BatchUpdatePhotosReque func (m *BatchUpdatePhotosRequest) String() string { return proto.CompactTextString(m) } func (*BatchUpdatePhotosRequest) ProtoMessage() {} func (*BatchUpdatePhotosRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_rpcmessages_8c9ea656d647f358, []int{8} + return fileDescriptor_rpcmessages_3d6515828940d466, []int{8} } func (m *BatchUpdatePhotosRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdatePhotosRequest.Unmarshal(m, b) @@ -622,7 +622,7 @@ func (m *BatchUpdatePhotosResponse) Reset() { *m = BatchUpdatePhotosResp func (m *BatchUpdatePhotosResponse) String() string { return proto.CompactTextString(m) } func (*BatchUpdatePhotosResponse) ProtoMessage() {} func (*BatchUpdatePhotosResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_rpcmessages_8c9ea656d647f358, []int{9} + return fileDescriptor_rpcmessages_3d6515828940d466, []int{9} } func (m *BatchUpdatePhotosResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdatePhotosResponse.Unmarshal(m, b) @@ -662,7 +662,7 @@ func (m *DeletePhotoRequest) Reset() { *m = DeletePhotoRequest{} } func (m *DeletePhotoRequest) String() string { return proto.CompactTextString(m) } func (*DeletePhotoRequest) ProtoMessage() {} func (*DeletePhotoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_rpcmessages_8c9ea656d647f358, []int{10} + return fileDescriptor_rpcmessages_3d6515828940d466, []int{10} } func (m *DeletePhotoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeletePhotoRequest.Unmarshal(m, b) @@ -704,7 +704,7 @@ func (m *BatchDeletePhotosRequest) Reset() { *m = BatchDeletePhotosReque func (m *BatchDeletePhotosRequest) String() string { return proto.CompactTextString(m) } func (*BatchDeletePhotosRequest) ProtoMessage() {} func (*BatchDeletePhotosRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_rpcmessages_8c9ea656d647f358, []int{11} + return fileDescriptor_rpcmessages_3d6515828940d466, []int{11} } func (m *BatchDeletePhotosRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchDeletePhotosRequest.Unmarshal(m, b) @@ -746,7 +746,7 @@ func (m *BatchDeletePhotosResponse) Reset() { *m = BatchDeletePhotosResp func (m *BatchDeletePhotosResponse) String() string { return proto.CompactTextString(m) } func (*BatchDeletePhotosResponse) ProtoMessage() {} func (*BatchDeletePhotosResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_rpcmessages_8c9ea656d647f358, []int{12} + return fileDescriptor_rpcmessages_3d6515828940d466, []int{12} } func (m *BatchDeletePhotosResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchDeletePhotosResponse.Unmarshal(m, b) @@ -791,10 +791,10 @@ func init() { } func init() { - proto.RegisterFile("google/streetview/publish/v1/rpcmessages.proto", fileDescriptor_rpcmessages_8c9ea656d647f358) + proto.RegisterFile("google/streetview/publish/v1/rpcmessages.proto", fileDescriptor_rpcmessages_3d6515828940d466) } -var fileDescriptor_rpcmessages_8c9ea656d647f358 = []byte{ +var fileDescriptor_rpcmessages_3d6515828940d466 = []byte{ // 669 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x55, 0x5d, 0x4f, 0xd3, 0x5e, 0x18, 0xff, 0x17, 0xd8, 0x60, 0x0f, 0x7f, 0x04, 0x8f, 0x82, 0x65, 0x62, 0xb2, 0x94, 0x44, 0x17, diff --git a/googleapis/streetview/publish/v1/streetview_publish.pb.go b/googleapis/streetview/publish/v1/streetview_publish.pb.go index 55a51d6651..86c33ff16c 100644 --- a/googleapis/streetview/publish/v1/streetview_publish.pb.go +++ b/googleapis/streetview/publish/v1/streetview_publish.pb.go @@ -664,10 +664,10 @@ var _StreetViewPublishService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/streetview/publish/v1/streetview_publish.proto", fileDescriptor_streetview_publish_211fc8b089536e0b) + proto.RegisterFile("google/streetview/publish/v1/streetview_publish.proto", fileDescriptor_streetview_publish_0ab84337183ba29d) } -var fileDescriptor_streetview_publish_211fc8b089536e0b = []byte{ +var fileDescriptor_streetview_publish_0ab84337183ba29d = []byte{ // 533 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x4f, 0x6f, 0xd3, 0x30, 0x18, 0xc6, 0x15, 0x24, 0x10, 0xb8, 0x08, 0x69, 0x86, 0x55, 0x53, 0x3a, 0x24, 0x08, 0x12, 0xa0, diff --git a/googleapis/type/calendarperiod/calendar_period.pb.go b/googleapis/type/calendarperiod/calendar_period.pb.go index 7385e9edf1..b2fe47ca95 100644 --- a/googleapis/type/calendarperiod/calendar_period.pb.go +++ b/googleapis/type/calendarperiod/calendar_period.pb.go @@ -71,7 +71,7 @@ func (x CalendarPeriod) String() string { return proto.EnumName(CalendarPeriod_name, int32(x)) } func (CalendarPeriod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_calendar_period_aeee52d35bedf9ec, []int{0} + return fileDescriptor_calendar_period_167ed11c4514c3c9, []int{0} } func init() { @@ -79,10 +79,10 @@ func init() { } func init() { - proto.RegisterFile("google/type/calendar_period.proto", fileDescriptor_calendar_period_aeee52d35bedf9ec) + proto.RegisterFile("google/type/calendar_period.proto", fileDescriptor_calendar_period_167ed11c4514c3c9) } -var fileDescriptor_calendar_period_aeee52d35bedf9ec = []byte{ +var fileDescriptor_calendar_period_167ed11c4514c3c9 = []byte{ // 248 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x8f, 0xb1, 0x4f, 0x83, 0x40, 0x14, 0x87, 0x6d, 0x69, 0x8b, 0x7d, 0x8d, 0x7a, 0x39, 0x47, 0x07, 0xe3, 0xea, 0x00, 0x83, 0xa3, diff --git a/googleapis/type/color/color.pb.go b/googleapis/type/color/color.pb.go index b4d2d5d83a..d2dac1c2c5 100644 --- a/googleapis/type/color/color.pb.go +++ b/googleapis/type/color/color.pb.go @@ -166,7 +166,7 @@ func (m *Color) Reset() { *m = Color{} } func (m *Color) String() string { return proto.CompactTextString(m) } func (*Color) ProtoMessage() {} func (*Color) Descriptor() ([]byte, []int) { - return fileDescriptor_color_926da924d88b29d4, []int{0} + return fileDescriptor_color_f98155ed8cbb2ba9, []int{0} } func (m *Color) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Color.Unmarshal(m, b) @@ -218,9 +218,9 @@ func init() { proto.RegisterType((*Color)(nil), "google.type.Color") } -func init() { proto.RegisterFile("google/type/color.proto", fileDescriptor_color_926da924d88b29d4) } +func init() { proto.RegisterFile("google/type/color.proto", fileDescriptor_color_f98155ed8cbb2ba9) } -var fileDescriptor_color_926da924d88b29d4 = []byte{ +var fileDescriptor_color_f98155ed8cbb2ba9 = []byte{ // 228 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x8f, 0x31, 0x4b, 0xc5, 0x30, 0x10, 0xc7, 0x49, 0xfb, 0xea, 0x70, 0x6f, 0x50, 0x82, 0x60, 0x50, 0x90, 0x87, 0xd3, 0x9b, 0x12, diff --git a/googleapis/type/date/date.pb.go b/googleapis/type/date/date.pb.go index 2a40977530..5e0a59dae5 100644 --- a/googleapis/type/date/date.pb.go +++ b/googleapis/type/date/date.pb.go @@ -48,7 +48,7 @@ func (m *Date) Reset() { *m = Date{} } func (m *Date) String() string { return proto.CompactTextString(m) } func (*Date) ProtoMessage() {} func (*Date) Descriptor() ([]byte, []int) { - return fileDescriptor_date_b06048f2ddf7def5, []int{0} + return fileDescriptor_date_c55f47ce38fcfb50, []int{0} } func (m *Date) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Date.Unmarshal(m, b) @@ -93,9 +93,9 @@ func init() { proto.RegisterType((*Date)(nil), "google.type.Date") } -func init() { proto.RegisterFile("google/type/date.proto", fileDescriptor_date_b06048f2ddf7def5) } +func init() { proto.RegisterFile("google/type/date.proto", fileDescriptor_date_c55f47ce38fcfb50) } -var fileDescriptor_date_b06048f2ddf7def5 = []byte{ +var fileDescriptor_date_c55f47ce38fcfb50 = []byte{ // 172 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4b, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x2f, 0xa9, 0x2c, 0x48, 0xd5, 0x4f, 0x49, 0x2c, 0x49, 0xd5, 0x2b, 0x28, 0xca, diff --git a/googleapis/type/dayofweek/dayofweek.pb.go b/googleapis/type/dayofweek/dayofweek.pb.go index c8a46e1840..6ce58d77fc 100644 --- a/googleapis/type/dayofweek/dayofweek.pb.go +++ b/googleapis/type/dayofweek/dayofweek.pb.go @@ -65,7 +65,7 @@ func (x DayOfWeek) String() string { return proto.EnumName(DayOfWeek_name, int32(x)) } func (DayOfWeek) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_dayofweek_67223bb91ca8c6d5, []int{0} + return fileDescriptor_dayofweek_b79b7fd6c2a3d9e8, []int{0} } func init() { @@ -73,10 +73,10 @@ func init() { } func init() { - proto.RegisterFile("google/type/dayofweek.proto", fileDescriptor_dayofweek_67223bb91ca8c6d5) + proto.RegisterFile("google/type/dayofweek.proto", fileDescriptor_dayofweek_b79b7fd6c2a3d9e8) } -var fileDescriptor_dayofweek_67223bb91ca8c6d5 = []byte{ +var fileDescriptor_dayofweek_b79b7fd6c2a3d9e8 = []byte{ // 235 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4e, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x2f, 0xa9, 0x2c, 0x48, 0xd5, 0x4f, 0x49, 0xac, 0xcc, 0x4f, 0x2b, 0x4f, 0x4d, diff --git a/googleapis/type/expr/expr.pb.go b/googleapis/type/expr/expr.pb.go index cae4cd5605..ed0566e5bd 100644 --- a/googleapis/type/expr/expr.pb.go +++ b/googleapis/type/expr/expr.pb.go @@ -49,7 +49,7 @@ func (m *Expr) Reset() { *m = Expr{} } func (m *Expr) String() string { return proto.CompactTextString(m) } func (*Expr) ProtoMessage() {} func (*Expr) Descriptor() ([]byte, []int) { - return fileDescriptor_expr_cdb72e74c42a814c, []int{0} + return fileDescriptor_expr_e508ac4329fc65cc, []int{0} } func (m *Expr) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Expr.Unmarshal(m, b) @@ -101,9 +101,9 @@ func init() { proto.RegisterType((*Expr)(nil), "google.type.Expr") } -func init() { proto.RegisterFile("google/type/expr.proto", fileDescriptor_expr_cdb72e74c42a814c) } +func init() { proto.RegisterFile("google/type/expr.proto", fileDescriptor_expr_e508ac4329fc65cc) } -var fileDescriptor_expr_cdb72e74c42a814c = []byte{ +var fileDescriptor_expr_e508ac4329fc65cc = []byte{ // 195 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4b, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x2f, 0xa9, 0x2c, 0x48, 0xd5, 0x4f, 0xad, 0x28, 0x28, 0xd2, 0x2b, 0x28, 0xca, diff --git a/googleapis/type/fraction/fraction.pb.go b/googleapis/type/fraction/fraction.pb.go index fc63caa0a8..80560dec88 100644 --- a/googleapis/type/fraction/fraction.pb.go +++ b/googleapis/type/fraction/fraction.pb.go @@ -34,7 +34,7 @@ func (m *Fraction) Reset() { *m = Fraction{} } func (m *Fraction) String() string { return proto.CompactTextString(m) } func (*Fraction) ProtoMessage() {} func (*Fraction) Descriptor() ([]byte, []int) { - return fileDescriptor_fraction_b8dcff062bb9c31d, []int{0} + return fileDescriptor_fraction_4cfdd333c72eef64, []int{0} } func (m *Fraction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Fraction.Unmarshal(m, b) @@ -73,10 +73,10 @@ func init() { } func init() { - proto.RegisterFile("google/type/fraction.proto", fileDescriptor_fraction_b8dcff062bb9c31d) + proto.RegisterFile("google/type/fraction.proto", fileDescriptor_fraction_4cfdd333c72eef64) } -var fileDescriptor_fraction_b8dcff062bb9c31d = []byte{ +var fileDescriptor_fraction_4cfdd333c72eef64 = []byte{ // 168 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4a, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x2f, 0xa9, 0x2c, 0x48, 0xd5, 0x4f, 0x2b, 0x4a, 0x4c, 0x2e, 0xc9, 0xcc, 0xcf, diff --git a/googleapis/type/latlng/latlng.pb.go b/googleapis/type/latlng/latlng.pb.go index 65662046e5..2ba98d6d80 100644 --- a/googleapis/type/latlng/latlng.pb.go +++ b/googleapis/type/latlng/latlng.pb.go @@ -37,7 +37,7 @@ func (m *LatLng) Reset() { *m = LatLng{} } func (m *LatLng) String() string { return proto.CompactTextString(m) } func (*LatLng) ProtoMessage() {} func (*LatLng) Descriptor() ([]byte, []int) { - return fileDescriptor_latlng_330cffcdb57a0ae8, []int{0} + return fileDescriptor_latlng_9542c128e5dfd41d, []int{0} } func (m *LatLng) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LatLng.Unmarshal(m, b) @@ -75,9 +75,9 @@ func init() { proto.RegisterType((*LatLng)(nil), "google.type.LatLng") } -func init() { proto.RegisterFile("google/type/latlng.proto", fileDescriptor_latlng_330cffcdb57a0ae8) } +func init() { proto.RegisterFile("google/type/latlng.proto", fileDescriptor_latlng_9542c128e5dfd41d) } -var fileDescriptor_latlng_330cffcdb57a0ae8 = []byte{ +var fileDescriptor_latlng_9542c128e5dfd41d = []byte{ // 168 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x48, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x2f, 0xa9, 0x2c, 0x48, 0xd5, 0xcf, 0x49, 0x2c, 0xc9, 0xc9, 0x4b, 0xd7, 0x2b, diff --git a/googleapis/type/money/money.pb.go b/googleapis/type/money/money.pb.go index e51b99f6e7..bb6f7bdde6 100644 --- a/googleapis/type/money/money.pb.go +++ b/googleapis/type/money/money.pb.go @@ -41,7 +41,7 @@ func (m *Money) Reset() { *m = Money{} } func (m *Money) String() string { return proto.CompactTextString(m) } func (*Money) ProtoMessage() {} func (*Money) Descriptor() ([]byte, []int) { - return fileDescriptor_money_151ec6c891114db4, []int{0} + return fileDescriptor_money_a475a5747334583b, []int{0} } func (m *Money) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Money.Unmarshal(m, b) @@ -86,9 +86,9 @@ func init() { proto.RegisterType((*Money)(nil), "google.type.Money") } -func init() { proto.RegisterFile("google/type/money.proto", fileDescriptor_money_151ec6c891114db4) } +func init() { proto.RegisterFile("google/type/money.proto", fileDescriptor_money_a475a5747334583b) } -var fileDescriptor_money_151ec6c891114db4 = []byte{ +var fileDescriptor_money_a475a5747334583b = []byte{ // 193 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4f, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x2f, 0xa9, 0x2c, 0x48, 0xd5, 0xcf, 0xcd, 0xcf, 0x4b, 0xad, 0xd4, 0x2b, 0x28, diff --git a/googleapis/type/postaladdress/postal_address.pb.go b/googleapis/type/postaladdress/postal_address.pb.go index 628d5af7ef..e009129a80 100644 --- a/googleapis/type/postaladdress/postal_address.pb.go +++ b/googleapis/type/postaladdress/postal_address.pb.go @@ -123,7 +123,7 @@ func (m *PostalAddress) Reset() { *m = PostalAddress{} } func (m *PostalAddress) String() string { return proto.CompactTextString(m) } func (*PostalAddress) ProtoMessage() {} func (*PostalAddress) Descriptor() ([]byte, []int) { - return fileDescriptor_postal_address_2a7100f8e03c6f15, []int{0} + return fileDescriptor_postal_address_f1ce9eb95f7d1aa5, []int{0} } func (m *PostalAddress) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PostalAddress.Unmarshal(m, b) @@ -225,10 +225,10 @@ func init() { } func init() { - proto.RegisterFile("google/type/postal_address.proto", fileDescriptor_postal_address_2a7100f8e03c6f15) + proto.RegisterFile("google/type/postal_address.proto", fileDescriptor_postal_address_f1ce9eb95f7d1aa5) } -var fileDescriptor_postal_address_2a7100f8e03c6f15 = []byte{ +var fileDescriptor_postal_address_f1ce9eb95f7d1aa5 = []byte{ // 338 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x92, 0x31, 0x6f, 0xea, 0x30, 0x10, 0xc7, 0x15, 0xf2, 0xe0, 0xc1, 0x05, 0xf4, 0x24, 0xbf, 0x25, 0xea, 0x50, 0x52, 0xba, 0x30, diff --git a/googleapis/type/quaternion/quaternion.pb.go b/googleapis/type/quaternion/quaternion.pb.go index 01e24689ba..b2289f42e3 100644 --- a/googleapis/type/quaternion/quaternion.pb.go +++ b/googleapis/type/quaternion/quaternion.pb.go @@ -93,7 +93,7 @@ func (m *Quaternion) Reset() { *m = Quaternion{} } func (m *Quaternion) String() string { return proto.CompactTextString(m) } func (*Quaternion) ProtoMessage() {} func (*Quaternion) Descriptor() ([]byte, []int) { - return fileDescriptor_quaternion_ae7614a77eedc348, []int{0} + return fileDescriptor_quaternion_a8bd5c2f09ef2c54, []int{0} } func (m *Quaternion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Quaternion.Unmarshal(m, b) @@ -146,10 +146,10 @@ func init() { } func init() { - proto.RegisterFile("google/type/quaternion.proto", fileDescriptor_quaternion_ae7614a77eedc348) + proto.RegisterFile("google/type/quaternion.proto", fileDescriptor_quaternion_a8bd5c2f09ef2c54) } -var fileDescriptor_quaternion_ae7614a77eedc348 = []byte{ +var fileDescriptor_quaternion_a8bd5c2f09ef2c54 = []byte{ // 170 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x49, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x2f, 0xa9, 0x2c, 0x48, 0xd5, 0x2f, 0x2c, 0x4d, 0x2c, 0x49, 0x2d, 0xca, 0xcb, diff --git a/googleapis/type/timeofday/timeofday.pb.go b/googleapis/type/timeofday/timeofday.pb.go index d28dbb9035..b11577738b 100644 --- a/googleapis/type/timeofday/timeofday.pb.go +++ b/googleapis/type/timeofday/timeofday.pb.go @@ -41,7 +41,7 @@ func (m *TimeOfDay) Reset() { *m = TimeOfDay{} } func (m *TimeOfDay) String() string { return proto.CompactTextString(m) } func (*TimeOfDay) ProtoMessage() {} func (*TimeOfDay) Descriptor() ([]byte, []int) { - return fileDescriptor_timeofday_a5fa0675b209f797, []int{0} + return fileDescriptor_timeofday_a44a6b433ddd93bc, []int{0} } func (m *TimeOfDay) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimeOfDay.Unmarshal(m, b) @@ -94,10 +94,10 @@ func init() { } func init() { - proto.RegisterFile("google/type/timeofday.proto", fileDescriptor_timeofday_a5fa0675b209f797) + proto.RegisterFile("google/type/timeofday.proto", fileDescriptor_timeofday_a44a6b433ddd93bc) } -var fileDescriptor_timeofday_a5fa0675b209f797 = []byte{ +var fileDescriptor_timeofday_a44a6b433ddd93bc = []byte{ // 201 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4e, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x2f, 0xa9, 0x2c, 0x48, 0xd5, 0x2f, 0xc9, 0xcc, 0x4d, 0xcd, 0x4f, 0x4b, 0x49, diff --git a/googleapis/watcher/v1/watch.pb.go b/googleapis/watcher/v1/watch.pb.go index b77f379a39..cfba658930 100644 --- a/googleapis/watcher/v1/watch.pb.go +++ b/googleapis/watcher/v1/watch.pb.go @@ -61,7 +61,7 @@ func (x Change_State) String() string { return proto.EnumName(Change_State_name, int32(x)) } func (Change_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_watch_49d401f698d4e743, []int{2, 0} + return fileDescriptor_watch_fea2f00fe0718109, []int{2, 0} } // The message used by the client to register interest in an entity. @@ -130,7 +130,7 @@ func (m *Request) Reset() { *m = Request{} } func (m *Request) String() string { return proto.CompactTextString(m) } func (*Request) ProtoMessage() {} func (*Request) Descriptor() ([]byte, []int) { - return fileDescriptor_watch_49d401f698d4e743, []int{0} + return fileDescriptor_watch_fea2f00fe0718109, []int{0} } func (m *Request) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Request.Unmarshal(m, b) @@ -177,7 +177,7 @@ func (m *ChangeBatch) Reset() { *m = ChangeBatch{} } func (m *ChangeBatch) String() string { return proto.CompactTextString(m) } func (*ChangeBatch) ProtoMessage() {} func (*ChangeBatch) Descriptor() ([]byte, []int) { - return fileDescriptor_watch_49d401f698d4e743, []int{1} + return fileDescriptor_watch_fea2f00fe0718109, []int{1} } func (m *ChangeBatch) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChangeBatch.Unmarshal(m, b) @@ -234,7 +234,7 @@ func (m *Change) Reset() { *m = Change{} } func (m *Change) String() string { return proto.CompactTextString(m) } func (*Change) ProtoMessage() {} func (*Change) Descriptor() ([]byte, []int) { - return fileDescriptor_watch_49d401f698d4e743, []int{2} + return fileDescriptor_watch_fea2f00fe0718109, []int{2} } func (m *Change) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Change.Unmarshal(m, b) @@ -398,10 +398,10 @@ var _Watcher_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/watcher/v1/watch.proto", fileDescriptor_watch_49d401f698d4e743) + proto.RegisterFile("google/watcher/v1/watch.proto", fileDescriptor_watch_fea2f00fe0718109) } -var fileDescriptor_watch_49d401f698d4e743 = []byte{ +var fileDescriptor_watch_fea2f00fe0718109 = []byte{ // 449 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x52, 0xdd, 0x6e, 0xd3, 0x30, 0x14, 0xc6, 0xdd, 0x92, 0xd2, 0xd3, 0x31, 0x75, 0x16, 0x43, 0x69, 0x19, 0x10, 0x85, 0x9b, 0x5c, diff --git a/protobuf/api/api.pb.go b/protobuf/api/api.pb.go index 51c709274c..34a3f30bd2 100644 --- a/protobuf/api/api.pb.go +++ b/protobuf/api/api.pb.go @@ -75,7 +75,7 @@ func (m *Api) Reset() { *m = Api{} } func (m *Api) String() string { return proto.CompactTextString(m) } func (*Api) ProtoMessage() {} func (*Api) Descriptor() ([]byte, []int) { - return fileDescriptor_api_3a57081c831903d2, []int{0} + return fileDescriptor_api_4ac70dbc2fa3744b, []int{0} } func (m *Api) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Api.Unmarshal(m, b) @@ -169,7 +169,7 @@ func (m *Method) Reset() { *m = Method{} } func (m *Method) String() string { return proto.CompactTextString(m) } func (*Method) ProtoMessage() {} func (*Method) Descriptor() ([]byte, []int) { - return fileDescriptor_api_3a57081c831903d2, []int{1} + return fileDescriptor_api_4ac70dbc2fa3744b, []int{1} } func (m *Method) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Method.Unmarshal(m, b) @@ -331,7 +331,7 @@ func (m *Mixin) Reset() { *m = Mixin{} } func (m *Mixin) String() string { return proto.CompactTextString(m) } func (*Mixin) ProtoMessage() {} func (*Mixin) Descriptor() ([]byte, []int) { - return fileDescriptor_api_3a57081c831903d2, []int{2} + return fileDescriptor_api_4ac70dbc2fa3744b, []int{2} } func (m *Mixin) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mixin.Unmarshal(m, b) @@ -371,9 +371,9 @@ func init() { proto.RegisterType((*Mixin)(nil), "google.protobuf.Mixin") } -func init() { proto.RegisterFile("google/protobuf/api.proto", fileDescriptor_api_3a57081c831903d2) } +func init() { proto.RegisterFile("google/protobuf/api.proto", fileDescriptor_api_4ac70dbc2fa3744b) } -var fileDescriptor_api_3a57081c831903d2 = []byte{ +var fileDescriptor_api_4ac70dbc2fa3744b = []byte{ // 432 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0xcf, 0x8e, 0xd3, 0x30, 0x10, 0xc6, 0x95, 0xa4, 0x4d, 0x17, 0xaf, 0xe8, 0x82, 0x91, 0xc0, 0xf4, 0xb0, 0x8a, 0x56, 0x1c, diff --git a/protobuf/field_mask/field_mask.pb.go b/protobuf/field_mask/field_mask.pb.go index 86886693fb..60241b8f40 100644 --- a/protobuf/field_mask/field_mask.pb.go +++ b/protobuf/field_mask/field_mask.pb.go @@ -229,7 +229,7 @@ func (m *FieldMask) Reset() { *m = FieldMask{} } func (m *FieldMask) String() string { return proto.CompactTextString(m) } func (*FieldMask) ProtoMessage() {} func (*FieldMask) Descriptor() ([]byte, []int) { - return fileDescriptor_field_mask_02a8b0c0831edcce, []int{0} + return fileDescriptor_field_mask_8b509cd473f0dfb7, []int{0} } func (m *FieldMask) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FieldMask.Unmarshal(m, b) @@ -261,10 +261,10 @@ func init() { } func init() { - proto.RegisterFile("google/protobuf/field_mask.proto", fileDescriptor_field_mask_02a8b0c0831edcce) + proto.RegisterFile("google/protobuf/field_mask.proto", fileDescriptor_field_mask_8b509cd473f0dfb7) } -var fileDescriptor_field_mask_02a8b0c0831edcce = []byte{ +var fileDescriptor_field_mask_8b509cd473f0dfb7 = []byte{ // 175 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x48, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x2f, 0x28, 0xca, 0x2f, 0xc9, 0x4f, 0x2a, 0x4d, 0xd3, 0x4f, 0xcb, 0x4c, 0xcd, diff --git a/protobuf/ptype/type.pb.go b/protobuf/ptype/type.pb.go index db59fce976..c78f1aa0be 100644 --- a/protobuf/ptype/type.pb.go +++ b/protobuf/ptype/type.pb.go @@ -43,7 +43,7 @@ func (x Syntax) String() string { return proto.EnumName(Syntax_name, int32(x)) } func (Syntax) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_type_d42eba12d866f154, []int{0} + return fileDescriptor_type_9c5a06c7d02c042f, []int{0} } // Basic field types. @@ -137,7 +137,7 @@ func (x Field_Kind) String() string { return proto.EnumName(Field_Kind_name, int32(x)) } func (Field_Kind) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_type_d42eba12d866f154, []int{1, 0} + return fileDescriptor_type_9c5a06c7d02c042f, []int{1, 0} } // Whether a field is optional, required, or repeated. @@ -171,7 +171,7 @@ func (x Field_Cardinality) String() string { return proto.EnumName(Field_Cardinality_name, int32(x)) } func (Field_Cardinality) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_type_d42eba12d866f154, []int{1, 1} + return fileDescriptor_type_9c5a06c7d02c042f, []int{1, 1} } // A protocol buffer message type. @@ -197,7 +197,7 @@ func (m *Type) Reset() { *m = Type{} } func (m *Type) String() string { return proto.CompactTextString(m) } func (*Type) ProtoMessage() {} func (*Type) Descriptor() ([]byte, []int) { - return fileDescriptor_type_d42eba12d866f154, []int{0} + return fileDescriptor_type_9c5a06c7d02c042f, []int{0} } func (m *Type) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Type.Unmarshal(m, b) @@ -292,7 +292,7 @@ func (m *Field) Reset() { *m = Field{} } func (m *Field) String() string { return proto.CompactTextString(m) } func (*Field) ProtoMessage() {} func (*Field) Descriptor() ([]byte, []int) { - return fileDescriptor_type_d42eba12d866f154, []int{1} + return fileDescriptor_type_9c5a06c7d02c042f, []int{1} } func (m *Field) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Field.Unmarshal(m, b) @@ -403,7 +403,7 @@ func (m *Enum) Reset() { *m = Enum{} } func (m *Enum) String() string { return proto.CompactTextString(m) } func (*Enum) ProtoMessage() {} func (*Enum) Descriptor() ([]byte, []int) { - return fileDescriptor_type_d42eba12d866f154, []int{2} + return fileDescriptor_type_9c5a06c7d02c042f, []int{2} } func (m *Enum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Enum.Unmarshal(m, b) @@ -475,7 +475,7 @@ func (m *EnumValue) Reset() { *m = EnumValue{} } func (m *EnumValue) String() string { return proto.CompactTextString(m) } func (*EnumValue) ProtoMessage() {} func (*EnumValue) Descriptor() ([]byte, []int) { - return fileDescriptor_type_d42eba12d866f154, []int{3} + return fileDescriptor_type_9c5a06c7d02c042f, []int{3} } func (m *EnumValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EnumValue.Unmarshal(m, b) @@ -538,7 +538,7 @@ func (m *Option) Reset() { *m = Option{} } func (m *Option) String() string { return proto.CompactTextString(m) } func (*Option) ProtoMessage() {} func (*Option) Descriptor() ([]byte, []int) { - return fileDescriptor_type_d42eba12d866f154, []int{4} + return fileDescriptor_type_9c5a06c7d02c042f, []int{4} } func (m *Option) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Option.Unmarshal(m, b) @@ -583,9 +583,9 @@ func init() { proto.RegisterEnum("google.protobuf.Field_Cardinality", Field_Cardinality_name, Field_Cardinality_value) } -func init() { proto.RegisterFile("google/protobuf/type.proto", fileDescriptor_type_d42eba12d866f154) } +func init() { proto.RegisterFile("google/protobuf/type.proto", fileDescriptor_type_9c5a06c7d02c042f) } -var fileDescriptor_type_d42eba12d866f154 = []byte{ +var fileDescriptor_type_9c5a06c7d02c042f = []byte{ // 810 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xcd, 0x8e, 0xda, 0x56, 0x14, 0x8e, 0x8d, 0xf1, 0xe0, 0xc3, 0xc0, 0xdc, 0xdc, 0x44, 0x89, 0x33, 0x91, 0x52, 0x44, 0xbb, diff --git a/protobuf/source_context/source_context.pb.go b/protobuf/source_context/source_context.pb.go index c073ffb6b0..2e99dc34b1 100644 --- a/protobuf/source_context/source_context.pb.go +++ b/protobuf/source_context/source_context.pb.go @@ -33,7 +33,7 @@ func (m *SourceContext) Reset() { *m = SourceContext{} } func (m *SourceContext) String() string { return proto.CompactTextString(m) } func (*SourceContext) ProtoMessage() {} func (*SourceContext) Descriptor() ([]byte, []int) { - return fileDescriptor_source_context_4ade4e806de19b22, []int{0} + return fileDescriptor_source_context_145ed41f088ecfc0, []int{0} } func (m *SourceContext) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SourceContext.Unmarshal(m, b) @@ -65,10 +65,10 @@ func init() { } func init() { - proto.RegisterFile("google/protobuf/source_context.proto", fileDescriptor_source_context_4ade4e806de19b22) + proto.RegisterFile("google/protobuf/source_context.proto", fileDescriptor_source_context_145ed41f088ecfc0) } -var fileDescriptor_source_context_4ade4e806de19b22 = []byte{ +var fileDescriptor_source_context_145ed41f088ecfc0 = []byte{ // 184 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x49, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x2f, 0x28, 0xca, 0x2f, 0xc9, 0x4f, 0x2a, 0x4d, 0xd3, 0x2f, 0xce, 0x2f, 0x2d,